diff --git a/.gitignore b/.gitignore index 46f36355..628eb946 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ SquareShadedFlagFrame/ *.7z *.zip HPM/events/Debug_events.txt +*.py +*.pyc diff --git a/HPM/battleplans/bp_settings.txt b/HPM/battleplans/bp_settings.txt index 7c629d47..295fbd85 100644 --- a/HPM/battleplans/bp_settings.txt +++ b/HPM/battleplans/bp_settings.txt @@ -1,474 +1,474 @@ -# Options for each tool. +# Options for each tool. # For type definitions see: interface/battlearow.gfx # For icon representations see: interface/battleplansinterface.gfx # Icons must match the order specified in "icon" image. -tool_color = +tool_color = { - icon = GFX_bp_tool_color_option_icon - option = - { - name = BP_TOOL_COLOR_BLUE_SAR - red = 0.38 - green = 0.82 - blue = 0.98 - } - option = - { - name = BP_TOOL_COLOR_BLUE_ASY - red = 0.11 - green = 0.51 - blue = 0.54 - } - option = - { - name = BP_TOOL_COLOR_WHITE_AUS - red = 0.93 - green = 0.93 - blue = 0.93 - } - option = - { - name = BP_TOOL_COLOR_GREY_CSA - red = 0.75 - green = 0.73 - blue = 0.79 - } - option = - { - name = BP_TOOL_COLOR_BLACK_GER - red = 0.16 - green = 0.16 - blue = 0.16 - } - option = - { - name = BP_TOOL_COLOR_GREY_BUL - red = 0.46 - green = 0.42 - blue = 0.55 - } - option = - { - name = BP_TOOL_COLOR_PURPLE_KUR - red = 0.63 - green = 0.12 - blue = 0.6 - } - option = - { - name = BP_TOOL_COLOR_BLUE_USA - red = 0.26 - green = 0.37 - blue = 0.76 - } - option = - { - name = BP_TOOL_COLOR_BLUE_LPL - red = 0.64 - green = 0.77 - blue = 0.89 - } - option = - { - name = BP_TOOL_COLOR_GREEN_BRZ - red = 0.51 - green = 0.69 - blue = 0.49 - } - option = - { - name = BP_TOOL_COLOR_GREEN_MEX - red = 0.68 - green = 0.95 - blue = 0.69 - } - option = - { - name = BP_TOOL_COLOR_RED_JAP - red = 0.91 - green = 0.1 - blue = 0.25 - } - option = - { - name = BP_TOOL_COLOR_BROWN_KUK - red = 0.49 - green = 0.16 - blue = 0.12 - } - option = - { - name = BP_TOOL_COLOR_ORANGE_HOL - red = 0.86 - green = 0.54 - blue = 0.23 - } - option = - { - name = BP_TOOL_COLOR_BLUE_TEX - red = 0.2 - green = 0.56 - blue = 0.7 - } - option = - { - name = BP_TOOL_COLOR_BLUE_PRU - red = 0 - green = 0.19 - blue = 0.33 - } - option = - { - name = BP_TOOL_COLOR_GREEN_RUS - red = 0.22 - green = 0.41 - blue = 0.19 - } - option = - { - name = BP_TOOL_COLOR_GREEN_ITA - red = 0.49 - green = 0.67 - blue = 0.33 - } - option = - { - name = BP_TOOL_COLOR_RED_DNB - red = 0.91 - green = 0.29 - blue = 0.22 - } - option = - { - name = BP_TOOL_COLOR_BROWN_HUN - red = 0.6 - green = 0.34 - blue = 0.36 - } - option = - { - name = BP_TOOL_COLOR_YELLOW_ROM - red = 0.78 - green = 0.75 - blue = 0.49 - } - option = - { - name = BP_TOOL_COLOR_BLUE_VEN - red = 0.21 - green = 0.66 - blue = 0.61 - } - option = - { - name = BP_TOOL_COLOR_BLUE_SCA - red = 0.24 - green = 0.48 - blue = 0.74 - } - option = - { - name = BP_TOOL_COLOR_GREEN_SYR - red = 0.3 - green = 0.84 - blue = 0.19 - } - option = - { - name = BP_TOOL_COLOR_GREEN_ARU - red = 0.4 - green = 0.65 - blue = 0.13 - } - option = - { - name = BP_TOOL_COLOR_PINK_POL - red = 0.77 - green = 0.36 - blue = 0.42 - } - option = - { - name = BP_TOOL_COLOR_BROWN_PBC - red = 0.6 - green = 0.48 - blue = 0.42 - } - option = - { - name = BP_TOOL_COLOR_YELLOW_TKG - red = 0.68 - green = 0.56 - blue = 0.11 - } - option = - { - name = BP_TOOL_COLOR_BLUE_ISR - red = 0.59 - green = 0.83 - blue = 0.84 - } - option = - { - name = BP_TOOL_COLOR_BLUE_GRE - red = 0.48 - green = 0.71 - blue = 0.82 - } - option = - { - name = BP_TOOL_COLOR_GREEN_POR - red = 0.22 - green = 0.63 - blue = 0.4 - } - option = - { - name = BP_TOOL_COLOR_GREEN_TUR - red = 0.67 - green = 0.81 - blue = 0.64 - } - option = - { - name = BP_TOOL_COLOR_RED_ENG - red = 0.82 - green = 0.26 - blue = 0.23 - } - option = - { - name = BP_TOOL_COLOR_BROWN_SAF - red = 0.71 - green = 0.62 - blue = 0.5 - } - option = - { - name = BP_TOOL_COLOR_YELLOW_PER - red = 0.9 - green = 0.67 - blue = 0.34 - } - option = - { - name = BP_TOOL_COLOR_BLUE_FRA - red = 0.08 - green = 0.02 - blue = 0.82 - } - option = - { - name = BP_TOOL_COLOR_BLUE_YUG - red = 0.15 - green = 0.5 - blue = 0.68 - } - option = - { - name = BP_TOOL_COLOR_GREEN_CAN - red = 0.37 - green = 0.46 - blue = 0.22 - } - option = - { - name = BP_TOOL_COLOR_GREEN_IRE - red = 0.44 - green = 0.59 - blue = 0.41 - } - option = - { - name = BP_TOOL_COLOR_RED_RUS - red = 0.78 - green = 0.04 - blue = 0.04 - } - option = - { - name = BP_TOOL_COLOR_BROWN_GER - red = 0.58 - green = 0.51 - blue = 0.43 - } - option = - { - name = BP_TOOL_COLOR_YELLOW_SPA - red = 0.91 - green = 0.71 - blue = 0.05 - } + icon = GFX_bp_tool_color_option_icon + option = + { + name = BP_TOOL_COLOR_BLUE_SAR + red = 0.38 + green = 0.82 + blue = 0.98 + } + option = + { + name = BP_TOOL_COLOR_BLUE_ASY + red = 0.11 + green = 0.51 + blue = 0.54 + } + option = + { + name = BP_TOOL_COLOR_WHITE_AUS + red = 0.93 + green = 0.93 + blue = 0.93 + } + option = + { + name = BP_TOOL_COLOR_GREY_CSA + red = 0.75 + green = 0.73 + blue = 0.79 + } + option = + { + name = BP_TOOL_COLOR_BLACK_GER + red = 0.16 + green = 0.16 + blue = 0.16 + } + option = + { + name = BP_TOOL_COLOR_GREY_BUL + red = 0.46 + green = 0.42 + blue = 0.55 + } + option = + { + name = BP_TOOL_COLOR_PURPLE_KUR + red = 0.63 + green = 0.12 + blue = 0.6 + } + option = + { + name = BP_TOOL_COLOR_BLUE_USA + red = 0.26 + green = 0.37 + blue = 0.76 + } + option = + { + name = BP_TOOL_COLOR_BLUE_LPL + red = 0.64 + green = 0.77 + blue = 0.89 + } + option = + { + name = BP_TOOL_COLOR_GREEN_BRZ + red = 0.51 + green = 0.69 + blue = 0.49 + } + option = + { + name = BP_TOOL_COLOR_GREEN_MEX + red = 0.68 + green = 0.95 + blue = 0.69 + } + option = + { + name = BP_TOOL_COLOR_RED_JAP + red = 0.91 + green = 0.1 + blue = 0.25 + } + option = + { + name = BP_TOOL_COLOR_BROWN_KUK + red = 0.49 + green = 0.16 + blue = 0.12 + } + option = + { + name = BP_TOOL_COLOR_ORANGE_HOL + red = 0.86 + green = 0.54 + blue = 0.23 + } + option = + { + name = BP_TOOL_COLOR_BLUE_TEX + red = 0.2 + green = 0.56 + blue = 0.7 + } + option = + { + name = BP_TOOL_COLOR_BLUE_PRU + red = 0 + green = 0.19 + blue = 0.33 + } + option = + { + name = BP_TOOL_COLOR_GREEN_RUS + red = 0.22 + green = 0.41 + blue = 0.19 + } + option = + { + name = BP_TOOL_COLOR_GREEN_ITA + red = 0.49 + green = 0.67 + blue = 0.33 + } + option = + { + name = BP_TOOL_COLOR_RED_DNB + red = 0.91 + green = 0.29 + blue = 0.22 + } + option = + { + name = BP_TOOL_COLOR_BROWN_HUN + red = 0.6 + green = 0.34 + blue = 0.36 + } + option = + { + name = BP_TOOL_COLOR_YELLOW_ROM + red = 0.78 + green = 0.75 + blue = 0.49 + } + option = + { + name = BP_TOOL_COLOR_BLUE_VEN + red = 0.21 + green = 0.66 + blue = 0.61 + } + option = + { + name = BP_TOOL_COLOR_BLUE_SCA + red = 0.24 + green = 0.48 + blue = 0.74 + } + option = + { + name = BP_TOOL_COLOR_GREEN_SYR + red = 0.3 + green = 0.84 + blue = 0.19 + } + option = + { + name = BP_TOOL_COLOR_GREEN_ARU + red = 0.4 + green = 0.65 + blue = 0.13 + } + option = + { + name = BP_TOOL_COLOR_PINK_POL + red = 0.77 + green = 0.36 + blue = 0.42 + } + option = + { + name = BP_TOOL_COLOR_BROWN_PBC + red = 0.6 + green = 0.48 + blue = 0.42 + } + option = + { + name = BP_TOOL_COLOR_YELLOW_TKG + red = 0.68 + green = 0.56 + blue = 0.11 + } + option = + { + name = BP_TOOL_COLOR_BLUE_ISR + red = 0.59 + green = 0.83 + blue = 0.84 + } + option = + { + name = BP_TOOL_COLOR_BLUE_GRE + red = 0.48 + green = 0.71 + blue = 0.82 + } + option = + { + name = BP_TOOL_COLOR_GREEN_POR + red = 0.22 + green = 0.63 + blue = 0.4 + } + option = + { + name = BP_TOOL_COLOR_GREEN_TUR + red = 0.67 + green = 0.81 + blue = 0.64 + } + option = + { + name = BP_TOOL_COLOR_RED_ENG + red = 0.82 + green = 0.26 + blue = 0.23 + } + option = + { + name = BP_TOOL_COLOR_BROWN_SAF + red = 0.71 + green = 0.62 + blue = 0.5 + } + option = + { + name = BP_TOOL_COLOR_YELLOW_PER + red = 0.9 + green = 0.67 + blue = 0.34 + } + option = + { + name = BP_TOOL_COLOR_BLUE_FRA + red = 0.08 + green = 0.02 + blue = 0.82 + } + option = + { + name = BP_TOOL_COLOR_BLUE_YUG + red = 0.15 + green = 0.5 + blue = 0.68 + } + option = + { + name = BP_TOOL_COLOR_GREEN_CAN + red = 0.37 + green = 0.46 + blue = 0.22 + } + option = + { + name = BP_TOOL_COLOR_GREEN_IRE + red = 0.44 + green = 0.59 + blue = 0.41 + } + option = + { + name = BP_TOOL_COLOR_RED_RUS + red = 0.78 + green = 0.04 + blue = 0.04 + } + option = + { + name = BP_TOOL_COLOR_BROWN_GER + red = 0.58 + green = 0.51 + blue = 0.43 + } + option = + { + name = BP_TOOL_COLOR_YELLOW_SPA + red = 0.91 + green = 0.71 + blue = 0.05 + } } tool_arrow = { - icon = GFX_bp_tool_arrow_option_icon - option = - { - name = BP_TOOL_ARROW_SLIM - type = ba_0 - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_1 - type = ba_1 - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_2 - type = ba_1b - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_3 - type = ba_1c - } - option = - { - name = BP_TOOL_ARROW_THICK - type = ba_2 - } - option = - { - name = BP_TOOL_ARROW_SLIM_DASHED - type = ba_0_dash - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_1_DASHED - type = ba_1_dash - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_2_DASHED - type = ba_1b_dash - } - option = - { - name = BP_TOOL_ARROW_MEDIUM_3_DASHED - type = ba_1c_dash - } - option = - { - name = BP_TOOL_ARROW_THICK_DASHED - type = ba_2_dash - } + icon = GFX_bp_tool_arrow_option_icon + option = + { + name = BP_TOOL_ARROW_SLIM + type = ba_0 + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_1 + type = ba_1 + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_2 + type = ba_1b + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_3 + type = ba_1c + } + option = + { + name = BP_TOOL_ARROW_THICK + type = ba_2 + } + option = + { + name = BP_TOOL_ARROW_SLIM_DASHED + type = ba_0_dash + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_1_DASHED + type = ba_1_dash + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_2_DASHED + type = ba_1b_dash + } + option = + { + name = BP_TOOL_ARROW_MEDIUM_3_DASHED + type = ba_1c_dash + } + option = + { + name = BP_TOOL_ARROW_THICK_DASHED + type = ba_2_dash + } } tool_borders = { - icon = GFX_bp_tool_border_option_icon - #option = - #{ - # name = BP_TOOL_BORDER_1 - # type = bb_0 - #} - #option = - #{ - # name = BP_TOOL_BORDER_2 - # type = bb_1 - #} - option = - { - name = BPM_TOOL_BORDER_1 - type = bb_2 - } - option = - { - name = BPM_TOOL_BORDER_2 - type = bb_3 - } - option = - { - name = BPM_TOOL_BORDER_3 - type = bb_4 - } - option = - { - name = BPM_TOOL_BORDER_4 - type = bb_5 - } - option = - { - name = BPM_TOOL_BORDER_5 - type = bb_6 - } + icon = GFX_bp_tool_border_option_icon + #option = + #{ + # name = BP_TOOL_BORDER_1 + # type = bb_0 + #} + #option = + #{ + # name = BP_TOOL_BORDER_2 + # type = bb_1 + #} + option = + { + name = BPM_TOOL_BORDER_1 + type = bb_2 + } + option = + { + name = BPM_TOOL_BORDER_2 + type = bb_3 + } + option = + { + name = BPM_TOOL_BORDER_3 + type = bb_4 + } + option = + { + name = BPM_TOOL_BORDER_4 + type = bb_5 + } + option = + { + name = BPM_TOOL_BORDER_5 + type = bb_6 + } } tool_icons = { - icon = GFX_bp_tool_icons_option_icon - option = - { - name = BP_TOOL_ICON_AIRPLANE - type = mi_0 - } - option = - { - name = BP_TOOL_ICON_TANK - type = mi_1 - } - option = - { - name = BP_TOOL_ICON_INFANTRY - type = mi_2 - } - option = - { - name = BP_TOOL_ICON_COMBAT - type = mi_3 - } - option = - { - name = BP_TOOL_ICON_CAVALRY - type = mi_4 - } - option = - { - name = BP_TOOL_ICON_ARTILLERY - type = mi_5 - } - option = - { - name = BP_TOOL_ICON_NAVAL - type = mi_6 - } - option = - { - name = BP_TOOL_ICON_INVASION - type = mi_7 - } - option = - { - name = BP_TOOL_ICON_WOODEN_SHIP - type = mi_8 - } - option = - { - name = BP_TOOL_ICON_IRONCLAD - type = mi_9 - } - option = - { - name = BP_TOOL_ICON_INDUSTRY - type = mi_10 - } - option = - { - name = BP_TOOL_ICON_WARGOAL_1 - type = mi_12 - } - option = - { - name = BP_TOOL_ICON_WARGOAL_2 - type = mi_13 - } - option = - { - name = BP_TOOL_ICON_COLONY - type = mi_11 - } + icon = GFX_bp_tool_icons_option_icon + option = + { + name = BP_TOOL_ICON_AIRPLANE + type = mi_0 + } + option = + { + name = BP_TOOL_ICON_TANK + type = mi_1 + } + option = + { + name = BP_TOOL_ICON_INFANTRY + type = mi_2 + } + option = + { + name = BP_TOOL_ICON_COMBAT + type = mi_3 + } + option = + { + name = BP_TOOL_ICON_CAVALRY + type = mi_4 + } + option = + { + name = BP_TOOL_ICON_ARTILLERY + type = mi_5 + } + option = + { + name = BP_TOOL_ICON_NAVAL + type = mi_6 + } + option = + { + name = BP_TOOL_ICON_INVASION + type = mi_7 + } + option = + { + name = BP_TOOL_ICON_WOODEN_SHIP + type = mi_8 + } + option = + { + name = BP_TOOL_ICON_IRONCLAD + type = mi_9 + } + option = + { + name = BP_TOOL_ICON_INDUSTRY + type = mi_10 + } + option = + { + name = BP_TOOL_ICON_WARGOAL_1 + type = mi_12 + } + option = + { + name = BP_TOOL_ICON_WARGOAL_2 + type = mi_13 + } + option = + { + name = BP_TOOL_ICON_COLONY + type = mi_11 + } } diff --git a/HPM/common/bookmarks.txt b/HPM/common/bookmarks.txt index 9c859969..b5c704b3 100644 --- a/HPM/common/bookmarks.txt +++ b/HPM/common/bookmarks.txt @@ -1,17 +1,17 @@ bookmark = { - name = "GC_NAME" - desc = "GC_DESC" - date = 1836.1.1 - cameraX = 2950 - cameraY = 1550 + name = "GC_NAME" + desc = "GC_DESC" + date = 1836.1.1 + cameraX = 2950 + cameraY = 1550 } #bookmark = #{ -# name = "ACW_NAME" -# desc = "ACW_DESC" -# date = 1861.7.1 -# cameraX = 1270 -# cameraY = 1450 +# name = "ACW_NAME" +# desc = "ACW_DESC" +# date = 1861.7.1 +# cameraX = 1270 +# cameraY = 1450 #} diff --git a/HPM/common/buildings.txt b/HPM/common/buildings.txt index 23781140..f5ba0c36 100644 --- a/HPM/common/buildings.txt +++ b/HPM/common/buildings.txt @@ -4,7 +4,7 @@ # Order in here matters for selection priority if icons are overlapping, # so leave bases on top -# +# # cost = x #==> extra construction cost (added to goods cost estimations) # time = x #==> number of days to build. # @@ -14,692 +14,691 @@ ############# LATE GAME FACTORIES aeroplane_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - electric_gear = 600 - steel = 600 - cement = 600 - } - time = 244 - visibility = yes - onmap = no - - production_type = aeroplane_factory - pop_build_factory = yes - advanced_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + electric_gear = 600 + steel = 600 + cement = 600 + } + time = 244 + visibility = yes + onmap = no + + production_type = aeroplane_factory + pop_build_factory = yes + advanced_factory = yes } barrel_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - electric_gear = 500 - steel = 500 - cement = 500 - } - - time = 244 - visibility = yes - onmap = no - - production_type = barrel_factory - pop_build_factory = yes - advanced_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + electric_gear = 500 + steel = 500 + cement = 500 + } + + time = 244 + visibility = yes + onmap = no + + production_type = barrel_factory + pop_build_factory = yes + advanced_factory = yes } automobile_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - electric_gear = 200 - steel = 400 - cement = 400 - } - time = 244 - visibility = yes - onmap = no - - production_type = automobile_factory - pop_build_factory = yes - #advanced_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + electric_gear = 200 + steel = 400 + cement = 400 + } + time = 244 + visibility = yes + onmap = no + + production_type = automobile_factory + pop_build_factory = yes + #advanced_factory = yes } radio_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - electric_gear = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = radio_factory - pop_build_factory = yes - advanced_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + electric_gear = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = radio_factory + pop_build_factory = yes + advanced_factory = yes } telephone_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - electric_gear = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = telephone_factory - pop_build_factory = yes - #advanced_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + electric_gear = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = telephone_factory + pop_build_factory = yes + #advanced_factory = yes } ############# STRATEGIC FACTORIES electric_gear_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 300 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = electric_gear_factory - pop_build_factory = yes - strategic_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 300 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = electric_gear_factory + pop_build_factory = yes + strategic_factory = yes } machine_parts_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = machine_parts_factory - pop_build_factory = yes - strategic_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = machine_parts_factory + pop_build_factory = yes + strategic_factory = yes } synthetic_oil_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 300 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = synthetic_oil_factory - pop_build_factory = yes - #strategic_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 300 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = synthetic_oil_factory + pop_build_factory = yes + #strategic_factory = yes } fuel_refinery = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = fuel_refinery - pop_build_factory = yes - #strategic_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = fuel_refinery + pop_build_factory = yes + #strategic_factory = yes } ############# NAVAL FACTORIES steamer_shipyard = { - type = factory - - steam = yes - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 400 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = steamer_shipyard - pop_build_factory = yes + type = factory + + steam = yes + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 400 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = steamer_shipyard + pop_build_factory = yes } clipper_shipyard = { - type = factory - - sail = yes - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = clipper_shipyard - pop_build_factory = yes + type = factory + + sail = yes + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = clipper_shipyard + pop_build_factory = yes } ############# LUXURY GOODS FACTORIES luxury_clothes_factory = { - type = factory + type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no - production_type = luxury_clothes_factory - pop_build_factory = yes + production_type = luxury_clothes_factory + pop_build_factory = yes } luxury_furniture_factory = { - type = factory + type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no - production_type = luxury_furniture_factory - pop_build_factory = yes + production_type = luxury_furniture_factory + pop_build_factory = yes } ############# MEDIUM FACTORIES steel_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - iron = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = steel_factory - pop_build_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + iron = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = steel_factory + pop_build_factory = yes } artillery_factory = { - type = factory + type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no - production_type = artillery_factory - pop_build_factory = yes + production_type = artillery_factory + pop_build_factory = yes } small_arms_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 140 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = small_arms_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 140 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = small_arms_factory + pop_build_factory = yes } ############# COMMON FACTORIES furniture_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 140 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = furniture_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 140 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = furniture_factory + pop_build_factory = yes } paper_mill = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 140 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = paper_mill - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 140 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = paper_mill + pop_build_factory = yes } regular_clothes_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 140 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = regular_clothes_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 140 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = regular_clothes_factory + pop_build_factory = yes } explosives_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 140 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = explosives_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 140 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = explosives_factory + pop_build_factory = yes } ############# CHEAP FACTORIES ammunition_factory = { - type = factory + type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 100 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 100 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no - production_type = ammunition_factory - pop_build_factory = yes + production_type = ammunition_factory + pop_build_factory = yes } canned_food_factory = { - type = factory + type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 80 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 80 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no - production_type = canned_food_factory - pop_build_factory = yes + production_type = canned_food_factory + pop_build_factory = yes } dye_factory = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 80 - steel = 200 #was iron - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = dye_factory - pop_build_factory = yes - strategic_factory = yes #Wasn't strategic + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 80 + steel = 200 #was iron + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = dye_factory + pop_build_factory = yes + strategic_factory = yes #Wasn't strategic } liquor_distillery = { - type = factory - - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 80 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - default_enabled = yes - production_type = liquor_distillery - pop_build_factory = yes + type = factory + + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 80 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + default_enabled = yes + production_type = liquor_distillery + pop_build_factory = yes } winery = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 80 - steel = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = winery - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 80 + steel = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = winery + pop_build_factory = yes } ############# BASIC FACTORIES lumber_mill = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 20 - iron = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = lumber_mill - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 20 + iron = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = lumber_mill + pop_build_factory = yes } fabric_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 20 - iron = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = fabric_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 20 + iron = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = fabric_factory + pop_build_factory = yes } cement_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 20 - iron = 200 - lumber = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = cement_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 20 + iron = 200 + lumber = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = cement_factory + pop_build_factory = yes } glass_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 40 - iron = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - default_enabled = yes - production_type = glass_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 40 + iron = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + default_enabled = yes + production_type = glass_factory + pop_build_factory = yes } fertilizer_factory = { - type = factory - on_completion = factory - completion_size = 0.2 - max_level = 99 - goods_cost = - { - machine_parts = 200 - iron = 200 - cement = 200 - } - time = 244 - visibility = yes - onmap = no - - production_type = fertilizer_factory - pop_build_factory = yes + type = factory + on_completion = factory + completion_size = 0.2 + max_level = 99 + goods_cost = + { + machine_parts = 200 + iron = 200 + cement = 200 + } + time = 244 + visibility = yes + onmap = no + + production_type = fertilizer_factory + pop_build_factory = yes } ############# Military Buildings and Infrastructure -fort = { - type = fort - goods_cost = - { - steel = 100 - lumber = 100 - cement = 100 - explosives = 50 - small_arms = 50 - artillery = 40 - ammunition = 10 - } - time = 1080 - visibility = yes - onmap = yes - max_level = 6 - province = yes - fort_level = 1 -} - -naval_base = { - type = naval_base - cost = 15000 - goods_cost = - { - lumber = 100 - cement = 100 - steel = 100 - machine_parts = 1 - } - time = 1080 - naval_capacity = 1 - capital = yes - onmap = yes - port = yes - visibility = yes - max_level = 6 - # Audax Validator "." Ignore_NEXT - colonial_points = { 30 60 90 140 150 160 } #points at levels 1-6 - previous 30 50 70 90 110 130 - province = yes - one_per_state = yes - colonial_range = 25 - local_ship_build = -0.10 -} - -railroad = { - type = infrastructure - goods_cost = - { - lumber = 100 - cement = 100 - steel = 100 - } - time = 365 #Original - visibility = yes - onmap = yes - max_level = 6 - province = yes - - infrastructure = 0.16 - movement_cost = -0.05 - - pop_build_factory = yes - spawn_railway_track = yes +fort = { + type = fort + goods_cost = + { + steel = 100 + lumber = 100 + cement = 100 + explosives = 50 + small_arms = 50 + artillery = 40 + ammunition = 10 + } + time = 1080 + visibility = yes + onmap = yes + max_level = 6 + province = yes + fort_level = 1 +} + +naval_base = { + type = naval_base + cost = 15000 + goods_cost = + { + lumber = 100 + cement = 100 + steel = 100 + machine_parts = 1 + } + time = 1080 + naval_capacity = 1 + capital = yes + onmap = yes + port = yes + visibility = yes + max_level = 6 + # Audax Validator "." Ignore_NEXT + colonial_points = { 30 60 90 140 150 160 } #points at levels 1-6 - previous 30 50 70 90 110 130 + province = yes + one_per_state = yes + colonial_range = 25 + local_ship_build = -0.10 +} + +railroad = { + type = infrastructure + goods_cost = + { + lumber = 100 + cement = 100 + steel = 100 + } + time = 365 #Original + visibility = yes + onmap = yes + max_level = 6 + province = yes + + infrastructure = 0.16 + movement_cost = -0.05 + + pop_build_factory = yes + spawn_railway_track = yes } - diff --git a/HPM/common/cb_types.txt b/HPM/common/cb_types.txt index 7304f90f..055bb58b 100644 --- a/HPM/common/cb_types.txt +++ b/HPM/common/cb_types.txt @@ -37,6 +37,21 @@ # TRIGGERED - Triggered from within the code or by event effects # -------------------------------------------------------------- +# A note on naval requirements for overseas targets: `num_of_ports` has a curious behaviour where +# paths from the capital to coastal provinces are computed and the final result only accounts for +# those that are reachable. (This may only apply for inland capitals.) +# +# In particular hostile sieges (including those from rebels) block those computed paths, but not +# much else does. This bears repeating: a country may be fully occupied and/or covered in *roaming* +# armies, and this won't affect what `num_of_ports` reports. However if a single rebel brigade +# starts a 100-year siege on the capital in a country that is otherwise free of troubles, suddenly +# the whole country counts as being landlocked. (This singular behaviour also includes the fact that +# occupied ports seem to be accounted for, though paths to the owner's capital are never computed +# for them.) +# +# To sidestep these quirks and spare players the frustration of spuriously invalidated CBs, a +# different requirement is used instead: `any_owned_province = { port = yes }`. + # Order that CBs are executed in a peace treaty peace_order = { treaty_port_casus_belli @@ -114,10539 +129,10538 @@ status_quo # Great War CB's dismantle_cb = { - sprite_index = 20 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 0.25 - - badboy_factor = 2 - prestige_factor = 10 - peace_cost_factor = 35 - penalty_factor = 3 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 3 - break_truce_militancy_factor = 1 - truce_months = 108 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - OR = { - is_greater_power = yes - is_secondary_power = yes - colonial_nation = yes - any_owned_province = { is_overseas = yes } - } - is_disarmed = no - is_vassal = no - NOT = { is_our_vassal = THIS } - NOT = { has_country_flag = dismantle_declared } - OR = { - NOT = { relation = { who = THIS value = -100 } } - war_with = THIS - } - THIS = { - is_greater_power = yes - is_disarmed = no - mass_politics = 1 - NOT = { - has_country_flag = in_great_war - has_country_modifier = no_more_war - has_country_modifier = neutrality_modifier - } - } - NOT = { has_country_modifier = neutrality_modifier } - } - - po_disarmament = yes - po_reparations = yes - - war_name = WAR_DISMANTLE_NAME - - on_add = { - FROM = { - set_country_flag = dismantle_declared - } - move_issue_percentage = { - from = pro_military - to = jingoism - value = 0.10 - } - country_event = 96000 - } - - on_po_accepted = { - set_country_flag = dismantling_treaty - } + sprite_index = 20 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 0.25 + + badboy_factor = 2 + prestige_factor = 10 + peace_cost_factor = 35 + penalty_factor = 3 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 3 + break_truce_militancy_factor = 1 + truce_months = 108 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + OR = { + is_greater_power = yes + is_secondary_power = yes + colonial_nation = yes + any_owned_province = { is_overseas = yes } + } + is_disarmed = no + is_vassal = no + NOT = { is_our_vassal = THIS } + NOT = { has_country_flag = dismantle_declared } + OR = { + NOT = { relation = { who = THIS value = -100 } } + war_with = THIS + } + THIS = { + is_greater_power = yes + is_disarmed = no + mass_politics = 1 + NOT = { + has_country_flag = in_great_war + has_country_modifier = no_more_war + has_country_modifier = neutrality_modifier + } + } + NOT = { has_country_modifier = neutrality_modifier } + } + + po_disarmament = yes + po_reparations = yes + + war_name = WAR_DISMANTLE_NAME + + on_add = { + FROM = { + set_country_flag = dismantle_declared + } + move_issue_percentage = { + from = pro_military + to = jingoism + value = 0.10 + } + country_event = 96000 + } + + on_po_accepted = { + set_country_flag = dismantling_treaty + } } dismantle_cb_add = { - sprite_index = 20 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 1.5 - - badboy_factor = 0 - prestige_factor = 10 - peace_cost_factor = 35 - penalty_factor = 3 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 3 - break_truce_militancy_factor = 1 - truce_months = 108 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - NOT = { is_our_vassal = THIS } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = dismantle_declared } - has_country_flag = in_great_war - OR = { - is_greater_power = yes - is_secondary_power = yes - colonial_nation = yes - any_owned_province = { is_overseas = yes } - } - civilized = yes - is_disarmed = no - is_vassal = no - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - has_country_flag = in_great_war - is_greater_power = yes - is_disarmed = no - is_vassal = no - mass_politics = 1 - } - } - - po_disarmament = yes - po_reparations = yes - - war_name = WAR_DISMANTLE_NAME - - on_add = { - FROM = { - set_country_flag = dismantle_declared - } - move_issue_percentage = { - from = pro_military - to = jingoism - value = 0.10 - } - } - - on_po_accepted = { - set_country_flag = dismantling_treaty - } + sprite_index = 20 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 1.5 + + badboy_factor = 0 + prestige_factor = 10 + peace_cost_factor = 35 + penalty_factor = 3 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 3 + break_truce_militancy_factor = 1 + truce_months = 108 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + NOT = { is_our_vassal = THIS } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = dismantle_declared } + has_country_flag = in_great_war + OR = { + is_greater_power = yes + is_secondary_power = yes + colonial_nation = yes + any_owned_province = { is_overseas = yes } + } + civilized = yes + is_disarmed = no + is_vassal = no + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + has_country_flag = in_great_war + is_greater_power = yes + is_disarmed = no + is_vassal = no + mass_politics = 1 + } + } + + po_disarmament = yes + po_reparations = yes + + war_name = WAR_DISMANTLE_NAME + + on_add = { + FROM = { + set_country_flag = dismantle_declared + } + move_issue_percentage = { + from = pro_military + to = jingoism + value = 0.10 + } + } + + on_po_accepted = { + set_country_flag = dismantling_treaty + } } dismantle_cb_add_new = { - sprite_index = 20 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 1.5 - - badboy_factor = 0 - prestige_factor = 10 - peace_cost_factor = 35 - penalty_factor = 3 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 3 - break_truce_militancy_factor = 1 - truce_months = 108 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - NOT = { is_our_vassal = THIS } - NOT = { has_country_flag = dismantle_declared } - NOT = { has_country_modifier = neutrality_modifier } - is_greater_power = yes - is_disarmed = no - is_vassal = no - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = in_great_war } - is_greater_power = yes - is_disarmed = no - is_vassal = no - mass_politics = 1 - } - } - - po_disarmament = yes - po_reparations = yes - - war_name = WAR_DISMANTLE_NAME - - on_add = { - FROM = { - set_country_flag = dismantle_declared - } - move_issue_percentage = { - from = pro_military - to = jingoism - value = 0.10 - } - country_event = 96000 - } - - on_po_accepted = { - set_country_flag = dismantling_treaty - } + sprite_index = 20 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 1.5 + + badboy_factor = 0 + prestige_factor = 10 + peace_cost_factor = 35 + penalty_factor = 3 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 3 + break_truce_militancy_factor = 1 + truce_months = 108 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + NOT = { is_our_vassal = THIS } + NOT = { has_country_flag = dismantle_declared } + NOT = { has_country_modifier = neutrality_modifier } + is_greater_power = yes + is_disarmed = no + is_vassal = no + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = in_great_war } + is_greater_power = yes + is_disarmed = no + is_vassal = no + mass_politics = 1 + } + } + + po_disarmament = yes + po_reparations = yes + + war_name = WAR_DISMANTLE_NAME + + on_add = { + FROM = { + set_country_flag = dismantle_declared + } + move_issue_percentage = { + from = pro_military + to = jingoism + value = 0.10 + } + country_event = 96000 + } + + on_po_accepted = { + set_country_flag = dismantling_treaty + } } # Great War Penalty great_war_penalty_cb = { - sprite_index = 14 - is_triggered_only = yes - months = 0 - crisis = no - - constructing_cb = no - - great_war_obligatory = yes - - badboy_factor = 1.3 - prestige_factor = 1 - peace_cost_factor = 3 - penalty_factor = 0 - - break_truce_prestige_factor = 0 - break_truce_infamy_factor = 0 - break_truce_militancy_factor = 0 - truce_months = 108 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - po_disarmament = yes - po_reparations = yes - po_remove_prestige = yes - - war_name = WAR_NAME - - #can_use = { - # NOT = { is_our_vassal = THIS } - # is_disarmed = no - #} - - on_add = { - } - - on_po_accepted = { - political_reform = no_draft - } + sprite_index = 14 + is_triggered_only = yes + months = 0 + crisis = no + + constructing_cb = no + + great_war_obligatory = yes + + badboy_factor = 1.3 + prestige_factor = 1 + peace_cost_factor = 3 + penalty_factor = 0 + + break_truce_prestige_factor = 0 + break_truce_infamy_factor = 0 + break_truce_militancy_factor = 0 + truce_months = 108 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + po_disarmament = yes + po_reparations = yes + po_remove_prestige = yes + + war_name = WAR_NAME + + #can_use = { + # NOT = { is_our_vassal = THIS } + # is_disarmed = no + #} + + on_add = { + } + + on_po_accepted = { + political_reform = no_draft + } } # Acquire Core State acquire_core_state = { - sprite_index = 5 - is_triggered_only = yes - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.7 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - any_neighbor_country = { substate_of = THIS } - } - NOT = { is_our_vassal = THIS } - number_of_states = 2 # annex if you want their last state - is_vassal = no - any_owned_province = { is_core = THIS } - NOT = { has_country_modifier = neutrality_modifier } - THIS = { NOT = { has_country_modifier = neutrality_modifier } } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - allowed_states = { - any_owned_province = { is_core = THIS } - #NOT = { any_owned_province = { is_capital = yes } } - OR = { - THIS = { ai = no } - AND = { - THIS = { total_amount_of_ships = 5 } - any_owned_province = { port = yes } - } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - } - } - - po_demand_state = yes - - war_name = WAR_TAKE_CORE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 2650 # Territorial Loss event - } + sprite_index = 5 + is_triggered_only = yes + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.7 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + any_neighbor_country = { substate_of = THIS } + } + NOT = { is_our_vassal = THIS } + number_of_states = 2 # annex if you want their last state + is_vassal = no + any_owned_province = { is_core = THIS } + NOT = { has_country_modifier = neutrality_modifier } + THIS = { NOT = { has_country_modifier = neutrality_modifier } } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + allowed_states = { + any_owned_province = { is_core = THIS } + #NOT = { any_owned_province = { is_capital = yes } } + OR = { + THIS = { ai = no } + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + } + } + + po_demand_state = yes + + war_name = WAR_TAKE_CORE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 2650 # Territorial Loss event + } } # Acquire All Core States acquire_all_cores = { - sprite_index = 5 - is_triggered_only = yes - months = 12 - constructing_cb = no - crisis = no - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 0.5 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - always = no - NOT = { is_our_vassal = THIS } - number_of_states = 2 # annex if you want their last state - is_vassal = no - any_owned_province = { is_core = THIS } - any_owned_province = { NOT = { is_core = THIS } } - NOT = { has_country_modifier = neutrality_modifier } - THIS = { - NOT = { - has_country_modifier = neutrality_modifier - AND = { - war_policy = pacifism - war = no - } - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - allowed_countries = { - FROM = { tag = THIS } - } - - allowed_states = { - any_owned_province = { is_core = THIS } - #NOT = { any_owned_province = { is_capital = yes } } - } - - all_allowed_states = yes - po_transfer_provinces = yes - - war_name = WAR_ALL_CORES_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 2650 # Territorial Loss event - } + sprite_index = 5 + is_triggered_only = yes + months = 12 + constructing_cb = no + crisis = no + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 0.5 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + always = no + NOT = { is_our_vassal = THIS } + number_of_states = 2 # annex if you want their last state + is_vassal = no + any_owned_province = { is_core = THIS } + any_owned_province = { NOT = { is_core = THIS } } + NOT = { has_country_modifier = neutrality_modifier } + THIS = { + NOT = { + has_country_modifier = neutrality_modifier + AND = { + war_policy = pacifism + war = no + } + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + allowed_countries = { + FROM = { tag = THIS } + } + + allowed_states = { + any_owned_province = { is_core = THIS } + #NOT = { any_owned_province = { is_capital = yes } } + } + + all_allowed_states = yes + po_transfer_provinces = yes + + war_name = WAR_ALL_CORES_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 2650 # Territorial Loss event + } } restore_austrian_empire = { - sprite_index = 21 - is_triggered_only = yes - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 0.7 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - THIS = { - OR = { - war_policy = jingoism - war_policy = pro_military - war_with = THIS - } - tag = AUS - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - is_vassal = no - neighbour = THIS - any_owned_province = { - OR = { - is_core = VEN - is_core = SLO - is_core = SLV - is_core = BOH - is_core = HUN - is_core = GLM - region = AUS_771 - region = AUS_780 - region = AUS_777 - region = AUS_654 - region = AUS_652 - region = AUS_657 - } - } - OR = { - NOT = { tag = ITA } - THIS = { NOT = { has_country_flag = accepts_italy } } - } - NOT = { has_country_modifier = neutrality_modifier } - #NOT = { in_sphere = THIS } - OR = { - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - war_with = THIS - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - any_owned_province = { - OR = { - is_core = VEN - is_core = SLO - is_core = SLV - is_core = BOH - is_core = HUN - region = AUS_702 - region = AUS_771 - region = AUS_780 - region = AUS_777 - region = AUS_654 - region = AUS_652 - region = AUS_657 - } - } - } - - po_demand_state = yes - - war_name = WAR_AUSTRIAN_EMPIRE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - random_owned = { - limit = { - is_core = KRA - is_core = GLM - } - remove_core = KRA - } - } - + sprite_index = 21 + is_triggered_only = yes + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 0.7 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + THIS = { + OR = { + war_policy = jingoism + war_policy = pro_military + war_with = THIS + } + tag = AUS + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + is_vassal = no + neighbour = THIS + any_owned_province = { + OR = { + is_core = VEN + is_core = SLO + is_core = SLV + is_core = BOH + is_core = HUN + is_core = GLM + region = AUS_771 + region = AUS_780 + region = AUS_777 + region = AUS_654 + region = AUS_652 + region = AUS_657 + } + } + OR = { + NOT = { tag = ITA } + THIS = { NOT = { has_country_flag = accepts_italy } } + } + NOT = { has_country_modifier = neutrality_modifier } + #NOT = { in_sphere = THIS } + OR = { + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + war_with = THIS + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + any_owned_province = { + OR = { + is_core = VEN + is_core = SLO + is_core = SLV + is_core = BOH + is_core = HUN + region = AUS_702 + region = AUS_771 + region = AUS_780 + region = AUS_777 + region = AUS_654 + region = AUS_652 + region = AUS_657 + } + } + } + + po_demand_state = yes + + war_name = WAR_AUSTRIAN_EMPIRE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + random_owned = { + limit = { + is_core = KRA + is_core = GLM + } + remove_core = KRA + } + } + } colonial_reconquest_cb = { - sprite_index = 2 - is_triggered_only = no - months = 12 - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - OR = { - AND = { - THIS = { - OR = { - tag = SPA - tag = SPC - } - NOT = { has_global_flag = spanish_american_war } - } - OR = { - tag = PRI - tag = CUB - tag = PHL - } - } - AND = { - THIS = { - tag = NET - has_country_flag = conquest_of_jambi - } - tag = DJA - } - AND = { - THIS = { - tag = NET - has_country_flag = javanese_integrated - } - tag = JAV - } - AND = { - THIS = { - tag = NET - has_country_flag = tidore_integrated - } - tag = MAL - } - } - NOT = { number_of_states = 3 } - is_vassal = no - OR = { - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - war_with = THIS - } - THIS = { - OR = { - is_secondary_power = yes - is_greater_power = yes - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { revolution_n_counterrevolution = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - po_annex = yes - - war_name = WAR_COLONIAL_RECONQUEST_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 2 + is_triggered_only = no + months = 12 + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + OR = { + AND = { + THIS = { + OR = { + tag = SPA + tag = SPC + } + NOT = { has_global_flag = spanish_american_war } + } + OR = { + tag = PRI + tag = CUB + tag = PHL + } + } + AND = { + THIS = { + tag = NET + has_country_flag = conquest_of_jambi + } + tag = DJA + } + AND = { + THIS = { + tag = NET + has_country_flag = javanese_integrated + } + tag = JAV + } + AND = { + THIS = { + tag = NET + has_country_flag = tidore_integrated + } + tag = MAL + } + } + NOT = { number_of_states = 3 } + is_vassal = no + OR = { + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + war_with = THIS + } + THIS = { + OR = { + is_secondary_power = yes + is_greater_power = yes + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { revolution_n_counterrevolution = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + po_annex = yes + + war_name = WAR_COLONIAL_RECONQUEST_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } restore_america = { - sprite_index = 21 - is_triggered_only = yes - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 0.7 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - war_policy = jingoism - NOT = { is_our_vassal = THIS } - THIS = { - OR = { - primary_culture = yankee - primary_culture = dixie - primary_culture = texan - } - NOT = { tag = USA } - } - OR = { - THIS = { has_global_flag = second_american_civil_war } - USA = { exists = no } - } - OR = { - THIS = { ai = no } - THIS = { - OR = { - war_policy = pro_military - war_policy = jingoism - } - } - war_with = THIS - } - is_vassal = no - neighbour = THIS - any_owned_province = { - OR = { - is_core = USA - is_core = CSA - is_core = FSA - } - } - #NOT = { in_sphere = THIS } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - any_owned_province = { - OR = { - is_core = USA - is_core = CSA - is_core = FSA - } - } - } - - po_demand_state = yes - - war_name = WAR_RESTORE_AMERICA_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 21 + is_triggered_only = yes + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 0.7 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + war_policy = jingoism + NOT = { is_our_vassal = THIS } + THIS = { + OR = { + primary_culture = yankee + primary_culture = dixie + primary_culture = texan + } + NOT = { tag = USA } + } + OR = { + THIS = { has_global_flag = second_american_civil_war } + USA = { exists = no } + } + OR = { + THIS = { ai = no } + THIS = { + OR = { + war_policy = pro_military + war_policy = jingoism + } + } + war_with = THIS + } + is_vassal = no + neighbour = THIS + any_owned_province = { + OR = { + is_core = USA + is_core = CSA + is_core = FSA + } + } + #NOT = { in_sphere = THIS } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + any_owned_province = { + OR = { + is_core = USA + is_core = CSA + is_core = FSA + } + } + } + + po_demand_state = yes + + war_name = WAR_RESTORE_AMERICA_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } claim_holy_land = { - sprite_index = 23 - is_triggered_only = yes - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 0.7 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - THIS = { - is_greater_power = yes - OR = { - tag = FRA - tag = ENG - tag = AUS - tag = KUK - is_culture_group = east_slavic - is_culture_group = south_slavic - is_culture_group = italian - is_culture_group = iberian - } - has_global_flag = abandoned_holy_land - } - OR = { - THIS = { - OR = { - war_policy = pro_military - war_policy = jingoism - } - } - war_with = THIS - } - is_vassal = no - NOT = { is_canal_enabled = 2 } - NOT = { is_greater_power = yes } - any_owned_province = { - OR = { - is_core = PLS - is_core = JOR - is_core = LBN - is_core = SYR - } - } - #NOT = { in_sphere = THIS } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - any_owned_province = { - OR = { - is_core = PLS - is_core = JOR - is_core = LBN - is_core = SYR - } - } - OR = { - THIS = { ai = no } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - any_owned_province = { port = yes } - AND = { - any_owned_province = { port = yes } - THIS = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - any_owned_province = { port = yes } - } - } - } - } - - po_demand_state = yes - po_remove_cores = yes - - war_name = WAR_HOLY_LAND_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 23 + is_triggered_only = yes + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 0.7 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + THIS = { + is_greater_power = yes + OR = { + tag = FRA + tag = ENG + tag = AUS + tag = KUK + is_culture_group = east_slavic + is_culture_group = south_slavic + is_culture_group = italian + is_culture_group = iberian + } + has_global_flag = abandoned_holy_land + } + OR = { + THIS = { + OR = { + war_policy = pro_military + war_policy = jingoism + } + } + war_with = THIS + } + is_vassal = no + NOT = { is_canal_enabled = 2 } + NOT = { is_greater_power = yes } + any_owned_province = { + OR = { + is_core = PLS + is_core = JOR + is_core = LBN + is_core = SYR + } + } + #NOT = { in_sphere = THIS } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + any_owned_province = { + OR = { + is_core = PLS + is_core = JOR + is_core = LBN + is_core = SYR + } + } + OR = { + THIS = { ai = no } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + any_owned_province = { port = yes } + AND = { + any_owned_province = { port = yes } + THIS = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + any_owned_province = { port = yes } + } + } + } + } + + po_demand_state = yes + po_remove_cores = yes + + war_name = WAR_HOLY_LAND_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Unification Demand State unification_casus_belli = { - sprite_index = 22 - is_triggered_only = no - months = 12 - construction_speed = 1 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - is_vassal = no - NOT = { is_our_vassal = THIS } - NOT = { tag = PRU } - NOT = { tag = NGF } - THIS = { NOT = { tag = KUK } } - THIS = { NOT = { tag = DNB } } - THIS = { NOT = { tag = UBD } } - THIS = { - culture_has_union_tag = yes - nationalism_n_imperialism = 1 - is_greater_power = yes - is_cultural_union = no - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - NOT = { is_culture_group = THIS } - AND = { - war_with = THIS - is_culture_group = THIS - #part_of_sphere = no - THIS = { NOT = { tag = AUS } } - THIS = { NOT = { tag = KUK } } - THIS = { NOT = { tag = DNB } } - THIS = { NOT = { tag = UBD } } - } - } - number_of_states = 2 - any_state = { - any_owned_province = { - any_core = { - this_culture_union = this_union - is_cultural_union = yes - } - } - NOT = { any_owned_province = { is_capital = yes } } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - allowed_states = { - any_owned_province = { - any_core = { - this_culture_union = this_union - is_cultural_union = yes - NOT = { tag = SIE } - } - } - NOT = { any_owned_province = { is_capital = yes } } - OR = { - THIS = { ai = no } - AND = { - THIS = { total_amount_of_ships = 5 } - any_owned_province = { port = yes } - } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - } - } - - po_demand_state = yes - - war_name = WAR_UNIFICATION_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 22 + is_triggered_only = no + months = 12 + construction_speed = 1 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + is_vassal = no + NOT = { is_our_vassal = THIS } + NOT = { tag = PRU } + NOT = { tag = NGF } + THIS = { NOT = { tag = KUK } } + THIS = { NOT = { tag = DNB } } + THIS = { NOT = { tag = UBD } } + THIS = { + culture_has_union_tag = yes + nationalism_n_imperialism = 1 + is_greater_power = yes + is_cultural_union = no + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + NOT = { is_culture_group = THIS } + AND = { + war_with = THIS + is_culture_group = THIS + #part_of_sphere = no + THIS = { NOT = { tag = AUS } } + THIS = { NOT = { tag = KUK } } + THIS = { NOT = { tag = DNB } } + THIS = { NOT = { tag = UBD } } + } + } + number_of_states = 2 + any_state = { + any_owned_province = { + any_core = { + this_culture_union = this_union + is_cultural_union = yes + } + } + NOT = { any_owned_province = { is_capital = yes } } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + allowed_states = { + any_owned_province = { + any_core = { + this_culture_union = this_union + is_cultural_union = yes + NOT = { tag = SIE } + } + } + NOT = { any_owned_province = { is_capital = yes } } + OR = { + THIS = { ai = no } + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + } + } + + po_demand_state = yes + + war_name = WAR_UNIFICATION_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } # Civil war civil_war = { - sprite_index = 2 - is_triggered_only = yes - months = 1 - constructing_cb = no - crisis = no - - can_use = { - NOT = { is_our_vassal = THIS } - always = no - } - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 0.5 - break_truce_militancy_factor = 0.5 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - po_annex = yes - - war_name = CIVIL_WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 2 + is_triggered_only = yes + months = 1 + constructing_cb = no + crisis = no + + can_use = { + NOT = { is_our_vassal = THIS } + always = no + } + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 0.5 + break_truce_militancy_factor = 0.5 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + po_annex = yes + + war_name = CIVIL_WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Unification Annex unification_annex_casus_belli = { - sprite_index = 5 - is_triggered_only = no - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - is_vassal = no - NOT = { is_our_vassal = THIS } - THIS = { - culture_has_union_tag = yes - nationalism_n_imperialism = 1 - is_greater_power = yes - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - NOT = { is_culture_group = THIS } - AND = { - war_with = THIS - is_culture_group = THIS - #part_of_sphere = no - THIS = { NOT = { tag = AUS } } - THIS = { NOT = { tag = KUK } } - THIS = { NOT = { tag = DNB } } - THIS = { NOT = { tag = UBD } } - } - } - NOT = { number_of_states = 2 } - any_owned_province = { - any_core = { - this_culture_union = this_union - is_cultural_union = yes - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - po_annex = yes - - war_name = WAR_UNIFICATION_ANNEX_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 5 + is_triggered_only = no + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + is_vassal = no + NOT = { is_our_vassal = THIS } + THIS = { + culture_has_union_tag = yes + nationalism_n_imperialism = 1 + is_greater_power = yes + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + NOT = { is_culture_group = THIS } + AND = { + war_with = THIS + is_culture_group = THIS + #part_of_sphere = no + THIS = { NOT = { tag = AUS } } + THIS = { NOT = { tag = KUK } } + THIS = { NOT = { tag = DNB } } + THIS = { NOT = { tag = UBD } } + } + } + NOT = { number_of_states = 2 } + any_owned_province = { + any_core = { + this_culture_union = this_union + is_cultural_union = yes + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + po_annex = yes + + war_name = WAR_UNIFICATION_ANNEX_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } # Annex Core Country annex_core_country = { - sprite_index = 5 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.7 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - is_vassal = no - any_owned_province = { is_core = THIS } - NOT = { - any_owned_province = { - NOT = { is_core = THIS } - } - } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = neutrality_modifier } } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - po_annex = yes - - war_name = WAR_RESTORE_ORDER_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 5 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.7 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + is_vassal = no + any_owned_province = { is_core = THIS } + NOT = { + any_owned_province = { + NOT = { is_core = THIS } + } + } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = neutrality_modifier } } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + po_annex = yes + + war_name = WAR_RESTORE_ORDER_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Sphere of Influence Gain add_to_sphere = { - sprite_index = 3 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 2 - prestige_factor = 2 - peace_cost_factor = 50 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - NOT = { total_pops = 11000000 } - THIS = { is_greater_power = yes } - is_greater_power = no - is_vassal = no - OR = { - part_of_sphere = no - war_with = THIS - } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { war_policy = jingoism } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - NOT = { - AND = { - THIS = { - ai = yes - nationalism_n_imperialism = 1 - } - culture_has_union_tag = yes - is_culture_group = THIS - NOT = { is_cultural_union = THIS } - } - } - } - - po_add_to_sphere = yes - - war_name = WAR_ADD_SPHERE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - random_owned = { - limit = { - owner = { - has_country_flag = surrender_sudan_on_lose - } - } - owner = { - clr_country_flag = surrender_sudan_on_lose - any_owned = { - limit = { - OR = { - is_core = SUD - is_core = ETH - } - } - secede_province = THIS - } - } - } - } + sprite_index = 3 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 2 + prestige_factor = 2 + peace_cost_factor = 50 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + NOT = { total_pops = 11000000 } + THIS = { is_greater_power = yes } + is_greater_power = no + is_vassal = no + OR = { + part_of_sphere = no + war_with = THIS + } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { war_policy = jingoism } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + NOT = { + AND = { + THIS = { + ai = yes + nationalism_n_imperialism = 1 + } + culture_has_union_tag = yes + is_culture_group = THIS + NOT = { is_cultural_union = THIS } + } + } + } + + po_add_to_sphere = yes + + war_name = WAR_ADD_SPHERE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + random_owned = { + limit = { + owner = { + has_country_flag = surrender_sudan_on_lose + } + } + owner = { + clr_country_flag = surrender_sudan_on_lose + any_owned = { + limit = { + OR = { + is_core = SUD + is_core = ETH + } + } + secede_province = THIS + } + } + } + } } # Unification Humiliate unification_humiliate_cb = { - sprite_index = 24 - is_triggered_only = no - months = 12 - crisis = no - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 10 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - THIS = { - culture_has_union_tag = yes - nationalism_n_imperialism = 1 - is_greater_power = yes - NOT = { tag = KUK } - NOT = { tag = UBD } - NOT = { tag = DNB } - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - is_greater_power = yes - is_culture_group = THIS - cultural_union = { exists = no } - has_cultural_sphere = yes - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - } - po_clear_union_sphere = yes - - tws_battle_factor = 2.0 # battle score twice that of oppenent - - war_name = UNIFICATION_HUMILIATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 24 + is_triggered_only = no + months = 12 + crisis = no + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 10 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + THIS = { + culture_has_union_tag = yes + nationalism_n_imperialism = 1 + is_greater_power = yes + NOT = { tag = KUK } + NOT = { tag = UBD } + NOT = { tag = DNB } + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + is_greater_power = yes + is_culture_group = THIS + cultural_union = { exists = no } + has_cultural_sphere = yes + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + } + po_clear_union_sphere = yes + + tws_battle_factor = 2.0 # battle score twice that of oppenent + + war_name = UNIFICATION_HUMILIATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } # Unification GP Humiliate unification_GP_humiliate = { - sprite_index = 24 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 15 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - always = yes - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - NOT = { tag = KUK } - NOT = { tag = UBD } - NOT = { tag = DNB } - culture_has_union_tag = yes - is_culture_group = THIS - is_greater_power = yes - cultural_union = { exists = no } - NOT = { has_cultural_sphere = yes } - THIS = { - ai = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { tag = KUK } - NOT = { tag = UBD } - NOT = { tag = DNB } - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - NOT = { has_country_modifier = neutrality_modifier } - is_vassal = no - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = -50 } } - } - } - - po_remove_prestige = yes - - tws_battle_factor = 2.0 # battle score twice that of oppenent - - war_name = UNIFICATION_HUMILIATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - prestige_factor = -0.2 - } + sprite_index = 24 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 15 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + always = yes + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + NOT = { tag = KUK } + NOT = { tag = UBD } + NOT = { tag = DNB } + culture_has_union_tag = yes + is_culture_group = THIS + is_greater_power = yes + cultural_union = { exists = no } + NOT = { has_cultural_sphere = yes } + THIS = { + ai = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { tag = KUK } + NOT = { tag = UBD } + NOT = { tag = DNB } + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + NOT = { has_country_modifier = neutrality_modifier } + is_vassal = no + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = -50 } } + } + } + + po_remove_prestige = yes + + tws_battle_factor = 2.0 # battle score twice that of oppenent + + war_name = UNIFICATION_HUMILIATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + prestige_factor = -0.2 + } } # Release Puppet unification_release_puppet_cb = { - sprite_index = 10 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 15 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - num_of_vassals_no_substates = 1 - THIS = { - culture_has_union_tag = yes - nationalism_n_imperialism = 1 - is_greater_power = yes - NOT = { is_cultural_union = yes } - NOT = { tag = KUK } - NOT = { tag = UBD } - NOT = { tag = DNB } - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - NOT = { - is_cultural_union = yes - is_culture_group = THIS - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - is_our_vassal = FROM - FROM = { is_culture_group = THIS is_substate = no } - FROM = { NOT = { has_country_flag = unreleasable_country } } - } - - po_release_puppet = yes - po_add_to_sphere = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 10 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 15 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + num_of_vassals_no_substates = 1 + THIS = { + culture_has_union_tag = yes + nationalism_n_imperialism = 1 + is_greater_power = yes + NOT = { is_cultural_union = yes } + NOT = { tag = KUK } + NOT = { tag = UBD } + NOT = { tag = DNB } + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + NOT = { + is_cultural_union = yes + is_culture_group = THIS + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + is_our_vassal = FROM + FROM = { is_culture_group = THIS is_substate = no } + FROM = { NOT = { has_country_flag = unreleasable_country } } + } + + po_release_puppet = yes + po_add_to_sphere = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Sphere of Influence Gain unification_add_to_sphere = { - sprite_index = 3 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 0.5 - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 50 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - always = yes - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - is_greater_power = no - is_vassal = no - OR = { - part_of_sphere = no - war_with = THIS - } - culture_has_union_tag = yes - is_culture_group = THIS - cultural_union = { exists = no } - NOT = { has_country_modifier = neutrality_modifier } - THIS = { - ai = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { tag = KUK } - NOT = { tag = UBD } - NOT = { tag = DNB } - NOT = { has_country_modifier = no_more_war } - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - } - - po_add_to_sphere = yes - - war_name = WAR_ADD_SPHERE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 3 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 0.5 + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 50 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + always = yes + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + is_greater_power = no + is_vassal = no + OR = { + part_of_sphere = no + war_with = THIS + } + culture_has_union_tag = yes + is_culture_group = THIS + cultural_union = { exists = no } + NOT = { has_country_modifier = neutrality_modifier } + THIS = { + ai = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { tag = KUK } + NOT = { tag = UBD } + NOT = { tag = DNB } + NOT = { has_country_modifier = no_more_war } + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + } + + po_add_to_sphere = yes + + war_name = WAR_ADD_SPHERE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Take from Sphere CB's take_from_sphere = { - sprite_index = 4 - is_triggered_only = yes - months = 12 - - badboy_factor = 2 - prestige_factor = 3 - peace_cost_factor = 20 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - - THIS = { is_greater_power = yes } - is_greater_power = yes - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = proletarian_dictatorship } - THIS = { government = fascist_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - is_sphere_leader_of = FROM - NOT = { is_our_vassal = FROM } - OR = { - FROM = { is_vassal = no } - THIS = { is_our_vassal = FROM } - } - OR = { - FROM = { - capital_scope = { continent = africa } - civilized = no - } - FROM = { is_secondary_power = yes } - FROM = { neighbour = THIS } - FROM = { is_culture_group = THIS } - THIS = { war_policy = jingoism } - THIS = { ai = no } - } - NOT = { - AND = { - THIS = { - ai = no - nationalism_n_imperialism = 1 - } - FROM = { - culture_has_union_tag = yes - is_culture_group = THIS - cultural_union = { exists = no } - sphere_owner = { is_culture_group = THIS } - } - } - } - } - - po_add_to_sphere = yes - - war_name = WAR_TAKE_SPHERE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 4 + is_triggered_only = yes + months = 12 + + badboy_factor = 2 + prestige_factor = 3 + peace_cost_factor = 20 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + + THIS = { is_greater_power = yes } + is_greater_power = yes + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = proletarian_dictatorship } + THIS = { government = fascist_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + is_sphere_leader_of = FROM + NOT = { is_our_vassal = FROM } + OR = { + FROM = { is_vassal = no } + THIS = { is_our_vassal = FROM } + } + OR = { + FROM = { + capital_scope = { continent = africa } + civilized = no + } + FROM = { is_secondary_power = yes } + FROM = { neighbour = THIS } + FROM = { is_culture_group = THIS } + THIS = { war_policy = jingoism } + THIS = { ai = no } + } + NOT = { + AND = { + THIS = { + ai = no + nationalism_n_imperialism = 1 + } + FROM = { + culture_has_union_tag = yes + is_culture_group = THIS + cultural_union = { exists = no } + sphere_owner = { is_culture_group = THIS } + } + } + } + } + + po_add_to_sphere = yes + + war_name = WAR_TAKE_SPHERE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Free Peoples CB's free_peoples = { - sprite_index = 9 - is_triggered_only = yes - months = 12 - - badboy_factor = 1.5 - prestige_factor = 2 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - any_neighbor_country = { OR = { vassal_of = THIS substate_of = THIS in_sphere = THIS } } - } - NOT = { is_our_vassal = THIS } - is_vassal = no - number_of_states = 2 - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - FROM = { involved_in_crisis = yes } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - FROM = { involved_in_crisis = yes } - THIS = { ai = no } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - FROM = { involved_in_crisis = yes } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - FROM = { - OR = { - NOT = { has_country_flag = unreleasable_country } - exists = yes - } - } - NOT = { - FROM = { war_with = THIS } - FROM = { is_substate = yes } - } - NOT = { - tag = FROM - FROM = { tag = THIS } - FROM = { tag = MTC } - FROM = { tag = ETH } - this_culture_union = FROM - AND = { - FROM = { tag = ETH } - ETH = { exists = no } - } - AND = { - FROM = { tag = BOL } - exists = PBC - } - } - FROM = { - OR = { - exists = yes - is_cultural_union = no - involved_in_crisis = yes - } - } - OR = { - FROM = { civilized = yes } - THIS = { civilized = no } - FROM = { involved_in_crisis = yes } - THIS = { ai = no } - } - OR = { - THIS = { ai = no } - FROM = { NOT = { any_core = { owned_by = THIS } } } - FROM = { involved_in_crisis = yes } - } - OR = { - FROM = { exists = no } - FROM = { alliance_with = THIS } - FROM = { in_sphere = THIS } - FROM = { relation = { who = THIS value = 100 } } - FROM = { involved_in_crisis = yes } - AND = { - tag = EGY - THIS = { has_country_flag = oriental_crisis_support_OE } - FROM = { tag = TUR } - } - THIS = { ai = no } - } - any_owned_province = { - is_core = FROM - NOT = { is_core = THIS } - } - OR = { - THIS = { ai = no } - FROM = { exists = yes } - FROM = { involved_in_crisis = yes } - FROM = { - exists = no - NOT = { - tag = CAT - tag = BSQ - tag = UKR - tag = KDS - tag = IRQ - tag = GEO - } - } - AND = { - owns = 498 - FROM = { tag = CAT } - } - AND = { - owns = 492 - FROM = { tag = BSQ } - } - AND = { - owns = 958 - FROM = { tag = UKR } - } - AND = { - owns = 893 - FROM = { tag = KDS } - } - AND = { - owns = 926 - FROM = { tag = IRQ } - } - AND = { - owns = 1095 - FROM = { tag = GEO } - } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - OR = { - AND = { - THIS = { ai = no } - any_owned_province = { is_core = FROM } - } - AND = { - FROM = { exists = yes } - any_owned_province = { is_core = FROM } - } - AND = { - FROM = { involved_in_crisis = yes } - any_owned_province = { is_core = FROM } - } - AND = { - FROM = { exists = no } - THIS = { civilized = no } - any_owned_province = { - is_core = FROM - OR = { - any_neighbor_province = { owned_by = THIS } - controlled_by = THIS - } - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - FROM = { NOT = { is_culture_group = THIS } } - any_owned_province = { - is_core = FROM - OR = { - any_neighbor_province = { owned_by = THIS } - any_neighbor_province = { - owner = { - OR = { - in_sphere = THIS - alliance_with = THIS - } - } - } - controlled_by = THIS - } - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = europe } } - any_owned_province = { - continent = europe - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = north_america } } - any_owned_province = { - OR = { - continent = north_america - continent = south_america - } - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = south_america } } - any_owned_province = { - OR = { - continent = north_america - continent = south_america - } - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = asia } } - any_owned_province = { - continent = asia - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - FROM = { is_culture_group = THIS } - any_owned_province = { is_core = FROM } - } - } - OR = { - THIS = { ai = no } - FROM = { exists = yes } - FROM = { involved_in_crisis = yes } - FROM = { - exists = no - NOT = { - tag = POL - tag = HUN - tag = BOH - tag = ALB - tag = LIT - tag = BOS - tag = CRO - tag = BUL - tag = SIE - tag = LUX - } - } - AND = { - any_owned_province = { - OR = { - region = PRU_701 - region = RUS_706 - region = RUS_715 - region = AUS_702 - } - } - FROM = { tag = POL } - } - AND = { - any_owned_province = { - OR = { - region = AUS_641 - region = AUS_623 - } - } - FROM = { tag = HUN } - } - AND = { - any_owned_province = { region = AUS_771 } - FROM = { tag = CRO } - } - AND = { - any_owned_province = { region = TUR_810 } - FROM = { tag = BUL } - } - AND = { - any_owned_province = { region = AUS_625 } - FROM = { tag = BOH } - } - AND = { - any_owned_province = { region = TUR_853 } - FROM = { tag = ALB } - } - AND = { - any_owned_province = { region = TUR_788 } - FROM = { tag = BOS } - } - AND = { - any_owned_province = { region = RUS_360 } - FROM = { tag = LIT } - } - AND = { - any_owned_province = { region = AUS_657 } - FROM = { tag = SIE } - } - AND = { - any_owned_province = { province_id = 397 } - FROM = { tag = LUX } - } - } - } - - po_transfer_provinces = yes - - war_name = WAR_FREE_NAME - - on_add = { - random_owned = { - limit = { owner = { ai = no } } - owner = { add_country_modifier = { name = disable_conquest_cb duration = -1 } } - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - THIS = { remove_country_modifier = disable_conquest_cb } - country_event = 2651 # Territorial Loss event - } + sprite_index = 9 + is_triggered_only = yes + months = 12 + + badboy_factor = 1.5 + prestige_factor = 2 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + any_neighbor_country = { OR = { vassal_of = THIS substate_of = THIS in_sphere = THIS } } + } + NOT = { is_our_vassal = THIS } + is_vassal = no + number_of_states = 2 + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + FROM = { involved_in_crisis = yes } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + FROM = { involved_in_crisis = yes } + THIS = { ai = no } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + FROM = { involved_in_crisis = yes } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + FROM = { + OR = { + NOT = { has_country_flag = unreleasable_country } + exists = yes + } + } + NOT = { + FROM = { war_with = THIS } + FROM = { is_substate = yes } + } + NOT = { + tag = FROM + FROM = { tag = THIS } + FROM = { tag = MTC } + FROM = { tag = ETH } + this_culture_union = FROM + AND = { + FROM = { tag = ETH } + ETH = { exists = no } + } + AND = { + FROM = { tag = BOL } + exists = PBC + } + } + FROM = { + OR = { + exists = yes + is_cultural_union = no + involved_in_crisis = yes + } + } + OR = { + FROM = { civilized = yes } + THIS = { civilized = no } + FROM = { involved_in_crisis = yes } + THIS = { ai = no } + } + OR = { + THIS = { ai = no } + FROM = { NOT = { any_core = { owned_by = THIS } } } + FROM = { involved_in_crisis = yes } + } + OR = { + FROM = { exists = no } + FROM = { alliance_with = THIS } + FROM = { in_sphere = THIS } + FROM = { relation = { who = THIS value = 100 } } + FROM = { involved_in_crisis = yes } + AND = { + tag = EGY + THIS = { has_country_flag = oriental_crisis_support_OE } + FROM = { tag = TUR } + } + THIS = { ai = no } + } + any_owned_province = { + is_core = FROM + NOT = { is_core = THIS } + } + OR = { + THIS = { ai = no } + FROM = { exists = yes } + FROM = { involved_in_crisis = yes } + FROM = { + exists = no + NOT = { + tag = CAT + tag = BSQ + tag = UKR + tag = KDS + tag = IRQ + tag = GEO + } + } + AND = { + owns = 498 + FROM = { tag = CAT } + } + AND = { + owns = 492 + FROM = { tag = BSQ } + } + AND = { + owns = 958 + FROM = { tag = UKR } + } + AND = { + owns = 893 + FROM = { tag = KDS } + } + AND = { + owns = 926 + FROM = { tag = IRQ } + } + AND = { + owns = 1095 + FROM = { tag = GEO } + } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + OR = { + AND = { + THIS = { ai = no } + any_owned_province = { is_core = FROM } + } + AND = { + FROM = { exists = yes } + any_owned_province = { is_core = FROM } + } + AND = { + FROM = { involved_in_crisis = yes } + any_owned_province = { is_core = FROM } + } + AND = { + FROM = { exists = no } + THIS = { civilized = no } + any_owned_province = { + is_core = FROM + OR = { + any_neighbor_province = { owned_by = THIS } + controlled_by = THIS + } + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + FROM = { NOT = { is_culture_group = THIS } } + any_owned_province = { + is_core = FROM + OR = { + any_neighbor_province = { owned_by = THIS } + any_neighbor_province = { + owner = { + OR = { + in_sphere = THIS + alliance_with = THIS + } + } + } + controlled_by = THIS + } + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = europe } } + any_owned_province = { + continent = europe + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = north_america } } + any_owned_province = { + OR = { + continent = north_america + continent = south_america + } + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = south_america } } + any_owned_province = { + OR = { + continent = north_america + continent = south_america + } + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = asia } } + any_owned_province = { + continent = asia + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + FROM = { is_culture_group = THIS } + any_owned_province = { is_core = FROM } + } + } + OR = { + THIS = { ai = no } + FROM = { exists = yes } + FROM = { involved_in_crisis = yes } + FROM = { + exists = no + NOT = { + tag = POL + tag = HUN + tag = BOH + tag = ALB + tag = LIT + tag = BOS + tag = CRO + tag = BUL + tag = SIE + tag = LUX + } + } + AND = { + any_owned_province = { + OR = { + region = PRU_701 + region = RUS_706 + region = RUS_715 + region = AUS_702 + } + } + FROM = { tag = POL } + } + AND = { + any_owned_province = { + OR = { + region = AUS_641 + region = AUS_623 + } + } + FROM = { tag = HUN } + } + AND = { + any_owned_province = { region = AUS_771 } + FROM = { tag = CRO } + } + AND = { + any_owned_province = { region = TUR_810 } + FROM = { tag = BUL } + } + AND = { + any_owned_province = { region = AUS_625 } + FROM = { tag = BOH } + } + AND = { + any_owned_province = { region = TUR_853 } + FROM = { tag = ALB } + } + AND = { + any_owned_province = { region = TUR_788 } + FROM = { tag = BOS } + } + AND = { + any_owned_province = { region = RUS_360 } + FROM = { tag = LIT } + } + AND = { + any_owned_province = { region = AUS_657 } + FROM = { tag = SIE } + } + AND = { + any_owned_province = { province_id = 397 } + FROM = { tag = LUX } + } + } + } + + po_transfer_provinces = yes + + war_name = WAR_FREE_NAME + + on_add = { + random_owned = { + limit = { owner = { ai = no } } + owner = { add_country_modifier = { name = disable_conquest_cb duration = -1 } } + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + THIS = { remove_country_modifier = disable_conquest_cb } + country_event = 2651 # Territorial Loss event + } } # Liberate country liberate_country = { - sprite_index = 15 - is_triggered_only = yes - months = 12 - - badboy_factor = 2.2 - prestige_factor = 2 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { - is_our_vassal = THIS - has_country_modifier = neutrality_modifier - } - is_vassal = no - number_of_states = 2 - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - FROM = { involved_in_crisis = yes } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - FROM = { involved_in_crisis = yes } - THIS = { ai = no } - has_global_flag = italy_fights_turk - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - FROM = { involved_in_crisis = yes } - THIS = { ai = no } - has_global_flag = italy_fights_turk - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - #Prevent the CB being used on substates and on countries you are at war with - NOT = { - FROM = { war_with = THIS } - FROM = { is_substate = yes } - } - - FROM = { - OR = { - NOT = { has_country_flag = unreleasable_country } - exists = yes - } - } - - OR = { - is_releasable_vassal = FROM - FROM = { exists = yes } - FROM = { involved_in_crisis = yes } - } - OR = { - THIS = { ai = no } - FROM = { NOT = { any_core = { is_core = THIS } } } - FROM = { involved_in_crisis = yes } - } - NOT = { - tag = FROM - FROM = { tag = THIS } - FROM = { tag = MTC } - this_culture_union = FROM - AND = { - FROM = { tag = ETH } - NOT = { exists = ETH } - } - AND = { - FROM = { tag = BOL } - exists = PBC - } - } - OR = { - AND = { - THIS = { ai = no } - any_owned_province = { is_core = FROM } - } - AND = { - FROM = { exists = yes } - any_owned_province = { is_core = FROM } - } - AND = { - FROM = { involved_in_crisis = yes } - any_owned_province = { is_core = FROM } - } - AND = { - involved_in_crisis = yes - any_owned_province = { - is_core = FROM - NOT = { is_core = THIS } - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = no } - any_owned_province = { - is_core = FROM - OR = { - any_neighbor_province = { owned_by = THIS } - controlled_by = THIS - } - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - FROM = { NOT = { is_culture_group = THIS } } - any_owned_province = { - is_core = FROM - OR = { - any_neighbor_province = { owned_by = THIS } - any_neighbor_province = { - owner = { - OR = { - in_sphere = THIS - alliance_with = THIS - } - } - } - controlled_by = THIS - } - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = europe } } - any_owned_province = { - continent = europe - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = north_america } } - any_owned_province = { - OR = { - continent = north_america - continent = south_america - } - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = south_america } } - any_owned_province = { - OR = { - continent = north_america - continent = south_america - } - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = asia } } - any_owned_province = { - continent = asia - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = africa } } - any_owned_province = { - continent = africa - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = oceania } } - any_owned_province = { - continent = oceania - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = australia_new_zealand } } - any_owned_province = { - continent = australia_new_zealand - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - THIS = { capital_scope = { continent = polynesia } } - any_owned_province = { - continent = polynesia - is_core = FROM - } - } - AND = { - FROM = { exists = no } - THIS = { civilized = yes } - FROM = { is_culture_group = THIS } - any_owned_province = { is_core = FROM } - } - } - FROM = { - OR = { - exists = yes - is_cultural_union = no - involved_in_crisis = yes - } - } - OR = { - FROM = { involved_in_crisis = yes } - FROM = { civilized = yes } - THIS = { civilized = no } - THIS = { ai = no } - } - OR = { - FROM = { exists = no } - FROM = { alliance_with = THIS } - FROM = { in_sphere = THIS } - FROM = { relation = { who = THIS value = 100 } } - FROM = { involved_in_crisis = yes } - AND = { - tag = EGY - THIS = { has_country_flag = oriental_crisis_support_OE } - FROM = { tag = TUR } - } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - any_owned_province = { is_core = FROM } - } - all_allowed_states = yes - po_transfer_provinces = yes - - war_name = WAR_LIBERATE_NAME - - on_add = { - random_owned = { - limit = { owner = { ai = no } } - owner = { add_country_modifier = { name = disable_conquest_cb duration = -1 } } - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - THIS = { remove_country_modifier = disable_conquest_cb } - country_event = 2651 # Territorial Loss event - random_owned = { - limit = { owner = { tag = TUR has_global_flag = italy_fights_turk war_with = ITA } } - ITA = { country_event = 900009 } - } - } + sprite_index = 15 + is_triggered_only = yes + months = 12 + + badboy_factor = 2.2 + prestige_factor = 2 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { + is_our_vassal = THIS + has_country_modifier = neutrality_modifier + } + is_vassal = no + number_of_states = 2 + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + FROM = { involved_in_crisis = yes } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + FROM = { involved_in_crisis = yes } + THIS = { ai = no } + has_global_flag = italy_fights_turk + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + FROM = { involved_in_crisis = yes } + THIS = { ai = no } + has_global_flag = italy_fights_turk + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + #Prevent the CB being used on substates and on countries you are at war with + NOT = { + FROM = { war_with = THIS } + FROM = { is_substate = yes } + } + + FROM = { + OR = { + NOT = { has_country_flag = unreleasable_country } + exists = yes + } + } + + OR = { + is_releasable_vassal = FROM + FROM = { exists = yes } + FROM = { involved_in_crisis = yes } + } + OR = { + THIS = { ai = no } + FROM = { NOT = { any_core = { is_core = THIS } } } + FROM = { involved_in_crisis = yes } + } + NOT = { + tag = FROM + FROM = { tag = THIS } + FROM = { tag = MTC } + this_culture_union = FROM + AND = { + FROM = { tag = ETH } + NOT = { exists = ETH } + } + AND = { + FROM = { tag = BOL } + exists = PBC + } + } + OR = { + AND = { + THIS = { ai = no } + any_owned_province = { is_core = FROM } + } + AND = { + FROM = { exists = yes } + any_owned_province = { is_core = FROM } + } + AND = { + FROM = { involved_in_crisis = yes } + any_owned_province = { is_core = FROM } + } + AND = { + involved_in_crisis = yes + any_owned_province = { + is_core = FROM + NOT = { is_core = THIS } + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = no } + any_owned_province = { + is_core = FROM + OR = { + any_neighbor_province = { owned_by = THIS } + controlled_by = THIS + } + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + FROM = { NOT = { is_culture_group = THIS } } + any_owned_province = { + is_core = FROM + OR = { + any_neighbor_province = { owned_by = THIS } + any_neighbor_province = { + owner = { + OR = { + in_sphere = THIS + alliance_with = THIS + } + } + } + controlled_by = THIS + } + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = europe } } + any_owned_province = { + continent = europe + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = north_america } } + any_owned_province = { + OR = { + continent = north_america + continent = south_america + } + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = south_america } } + any_owned_province = { + OR = { + continent = north_america + continent = south_america + } + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = asia } } + any_owned_province = { + continent = asia + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = africa } } + any_owned_province = { + continent = africa + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = oceania } } + any_owned_province = { + continent = oceania + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = australia_new_zealand } } + any_owned_province = { + continent = australia_new_zealand + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + THIS = { capital_scope = { continent = polynesia } } + any_owned_province = { + continent = polynesia + is_core = FROM + } + } + AND = { + FROM = { exists = no } + THIS = { civilized = yes } + FROM = { is_culture_group = THIS } + any_owned_province = { is_core = FROM } + } + } + FROM = { + OR = { + exists = yes + is_cultural_union = no + involved_in_crisis = yes + } + } + OR = { + FROM = { involved_in_crisis = yes } + FROM = { civilized = yes } + THIS = { civilized = no } + THIS = { ai = no } + } + OR = { + FROM = { exists = no } + FROM = { alliance_with = THIS } + FROM = { in_sphere = THIS } + FROM = { relation = { who = THIS value = 100 } } + FROM = { involved_in_crisis = yes } + AND = { + tag = EGY + THIS = { has_country_flag = oriental_crisis_support_OE } + FROM = { tag = TUR } + } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + any_owned_province = { is_core = FROM } + } + all_allowed_states = yes + po_transfer_provinces = yes + + war_name = WAR_LIBERATE_NAME + + on_add = { + random_owned = { + limit = { owner = { ai = no } } + owner = { add_country_modifier = { name = disable_conquest_cb duration = -1 } } + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + THIS = { remove_country_modifier = disable_conquest_cb } + country_event = 2651 # Territorial Loss event + random_owned = { + limit = { owner = { tag = TUR has_global_flag = italy_fights_turk war_with = ITA } } + ITA = { country_event = 900009 } + } + } } free_allied_cores = { - sprite_index = 25 - is_triggered_only = yes - months = 12 - - construction_speed = 0.75 - - badboy_factor = 1.0 - prestige_factor = 2 - peace_cost_factor = 0.8 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - is_vassal = no - number_of_states = 2 - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - any_owned_province = { is_core = FROM } - NOT = { - tag = FROM - is_our_vassal = FROM - } - OR = { - NOT = { alliance_with = FROM } - war_with = THIS - } - OR = { - FROM = { alliance_with = THIS } - war_with = THIS - } - FROM = { - exists = yes - in_sphere = THIS - NOT = { - any_core = { owned_by = THIS } - } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - #NOT = { any_owned_province = { is_capital = yes } } - NOT = { any_owned_province = { is_core = THIS } } - any_owned_province = { is_core = FROM } - } - - po_transfer_provinces = yes - - war_name = WAR_FREE_ALLIED_CORE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 2651 # Territorial Loss event - } + sprite_index = 25 + is_triggered_only = yes + months = 12 + + construction_speed = 0.75 + + badboy_factor = 0.75 + prestige_factor = 2 + peace_cost_factor = 0.8 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + is_vassal = no + number_of_states = 2 + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + any_owned_province = { is_core = FROM } + NOT = { + tag = FROM + is_our_vassal = FROM + } + OR = { + NOT = { alliance_with = FROM } + war_with = THIS + } + OR = { + FROM = { alliance_with = THIS } + war_with = THIS + } + FROM = { + exists = yes + in_sphere = THIS + NOT = { + any_core = { owned_by = THIS } + } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + #NOT = { any_owned_province = { is_capital = yes } } + NOT = { any_owned_province = { is_core = THIS } } + any_owned_province = { is_core = FROM } + } + + po_transfer_provinces = yes + + war_name = WAR_FREE_ALLIED_CORE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 2651 # Territorial Loss event + } } free_balkans = { - sprite_index = 25 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 0.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - number_of_states = 2 - tag = TUR - any_owned_province = { - OR = { - is_core = GRE - is_core = SER - is_core = ROM - is_core = MON - is_core = BUL - AND = { - is_core = BOS - THIS = { has_country_flag = oe_refused_congress } - } - AND = { - is_core = ALB - THIS = { has_country_flag = oe_refused_congress } - } - } - } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = no_more_war } - } - } - THIS = { - OR = { - has_country_modifier = protector_of_eastern_christendom - AND = { - OR = { - is_culture_group = east_slavic - is_culture_group = south_slavic - is_culture_group = pan_romanian - } - has_global_flag = balkans_call_for_help - } - AND = { - is_greater_power = yes - has_country_flag = oe_refused_congress - } - } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - FROM = { - OR = { - tag = GRE - tag = SER - tag = ROM - tag = MOL - tag = WAL - tag = MON - tag = BUL - AND = { - tag = BOS - THIS = { has_country_flag = oe_refused_congress } - } - AND = { - tag = ALB - THIS = { has_country_flag = oe_refused_congress } - } - } - OR = { - exists = yes - is_cultural_union = no - } - NOT = { vassal_of = TUR } - } - FROM = { - OR = { - exists = no - relation = { who = THIS value = 100 } - in_sphere = THIS - alliance_with = THIS - } - } - any_owned_province = { - is_core = FROM - NOT = { is_core = THIS } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - any_owned_province = { - is_core = FROM - NOT = { is_core = THIS } - } - } - - all_allowed_states = yes - po_transfer_provinces = yes - po_remove_cores = yes - - war_name = WAR_FREE_BALKANS_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 25 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 0.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + number_of_states = 2 + tag = TUR + any_owned_province = { + OR = { + is_core = GRE + is_core = SER + is_core = ROM + is_core = MON + is_core = BUL + AND = { + is_core = BOS + THIS = { has_country_flag = oe_refused_congress } + } + AND = { + is_core = ALB + THIS = { has_country_flag = oe_refused_congress } + } + } + } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = no_more_war } + } + } + THIS = { + OR = { + has_country_modifier = protector_of_eastern_christendom + AND = { + OR = { + is_culture_group = east_slavic + is_culture_group = south_slavic + is_culture_group = pan_romanian + } + has_global_flag = balkans_call_for_help + } + AND = { + is_greater_power = yes + has_country_flag = oe_refused_congress + } + } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + FROM = { + OR = { + tag = GRE + tag = SER + tag = ROM + tag = MOL + tag = WAL + tag = MON + tag = BUL + AND = { + tag = BOS + THIS = { has_country_flag = oe_refused_congress } + } + AND = { + tag = ALB + THIS = { has_country_flag = oe_refused_congress } + } + } + OR = { + exists = yes + is_cultural_union = no + } + NOT = { vassal_of = TUR } + } + FROM = { + OR = { + exists = no + relation = { who = THIS value = 100 } + in_sphere = THIS + alliance_with = THIS + } + } + any_owned_province = { + is_core = FROM + NOT = { is_core = THIS } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + any_owned_province = { + is_core = FROM + NOT = { is_core = THIS } + } + } + + all_allowed_states = yes + po_transfer_provinces = yes + po_remove_cores = yes + + war_name = WAR_FREE_BALKANS_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } monroe_doctrine = { - sprite_index = 19 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 1.0 - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 0.5 - penalty_factor = 0.5 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - always = yes - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - THIS = { - tag = USA - government = democracy - is_greater_power = yes - } - is_vassal = no - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = africa } - capital_scope = { continent = asia } - capital_scope = { continent = oceania } - capital_scope = { continent = australia_new_zealand } - capital_scope = { continent = polynesia } - } - any_owned_province = { - OR = { - continent = south_america - continent = north_america - } - any_core = { - OR = { - primary_culture = mexican - primary_culture = central_american - primary_culture = north_andean - primary_culture = south_andean - primary_culture = platinean - primary_culture = brazilian - primary_culture = mayan - AND = { - tag = CUB - USA = { has_country_flag = maine_incident } - } - } - } - NOT = { - is_core = USA - region = ENG_1979 #Guayana - #region = ARG_2391 Patagonia Septentrional - #region = CHL_2332 Araucania - region = ENG_2132 - #region = NET_2235 - #region = ARG_2398 Patagonia Meridional - province_id = 2131 #Falkland's - province_id = 2190 - province_id = 2200 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - NOT = { tag = FROM } - any_owned_province = { - is_core = FROM - NOT = { is_core = USA } - } - FROM = { - OR = { - primary_culture = mexican - primary_culture = central_american - primary_culture = north_andean - primary_culture = south_andean - primary_culture = platinean - primary_culture = brazilian - primary_culture = mayan - AND = { - tag = CUB - USA = { has_country_flag = maine_incident } - } - } - OR = { - exists = yes - is_cultural_union = no - } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - any_owned_province = { - is_core = FROM - OR = { - continent = north_america - continent = south_america - } - } - NOT = { - any_owned_province = { - OR = { - is_core = USA - region = ENG_1979 #Guayana - #region = ARG_2391 Patagonia Septentrional - #region = CHL_2332 Araucania - region = ENG_2132 - #region = NET_2235 - #region = ARG_2398 Patagonia Meridional - province_id = 2131 #Falkland's - province_id = 2190 - province_id = 2200 - } - } - } - } - - po_transfer_provinces = yes - - war_name = WAR_MONROE_DOCTRINE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 19 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 1.0 + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 0.5 + penalty_factor = 0.5 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + always = yes + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + THIS = { + tag = USA + government = democracy + is_greater_power = yes + } + is_vassal = no + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = africa } + capital_scope = { continent = asia } + capital_scope = { continent = oceania } + capital_scope = { continent = australia_new_zealand } + capital_scope = { continent = polynesia } + } + any_owned_province = { + OR = { + continent = south_america + continent = north_america + } + any_core = { + OR = { + primary_culture = mexican + primary_culture = central_american + primary_culture = north_andean + primary_culture = south_andean + primary_culture = platinean + primary_culture = brazilian + primary_culture = mayan + AND = { + tag = CUB + USA = { has_country_flag = maine_incident } + } + } + } + NOT = { + is_core = USA + region = ENG_1979 #Guayana + #region = ARG_2391 Patagonia Septentrional + #region = CHL_2332 Araucania + region = ENG_2132 + #region = NET_2235 + #region = ARG_2398 Patagonia Meridional + province_id = 2131 #Falkland's + province_id = 2190 + province_id = 2200 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + NOT = { tag = FROM } + any_owned_province = { + is_core = FROM + NOT = { is_core = USA } + } + FROM = { + OR = { + primary_culture = mexican + primary_culture = central_american + primary_culture = north_andean + primary_culture = south_andean + primary_culture = platinean + primary_culture = brazilian + primary_culture = mayan + AND = { + tag = CUB + USA = { has_country_flag = maine_incident } + } + } + OR = { + exists = yes + is_cultural_union = no + } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + any_owned_province = { + is_core = FROM + OR = { + continent = north_america + continent = south_america + } + } + NOT = { + any_owned_province = { + OR = { + is_core = USA + region = ENG_1979 #Guayana + #region = ARG_2391 Patagonia Septentrional + #region = CHL_2332 Araucania + region = ENG_2132 + #region = NET_2235 + #region = ARG_2398 Patagonia Meridional + province_id = 2131 #Falkland's + province_id = 2190 + province_id = 2200 + } + } + } + } + + po_transfer_provinces = yes + + war_name = WAR_MONROE_DOCTRINE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } oriental_crisis = { - sprite_index = 26 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - number_of_states = 2 - tag = EGY - civilized = no - has_global_flag = oriental_crisis - any_owned_province = { is_core = TUR } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { year = 1860 } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - THIS = { - has_country_flag = oriental_crisis_support_OE - NOT = { truce_with = TUR } - OR = { - alliance_with = TUR - relation = { who = TUR value = 50 } - } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - FROM = { tag = TUR } - any_owned_province = { - is_core = FROM - NOT = { is_core = THIS } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - any_owned_province = { is_core = FROM } - #not = { any_owned_province = { is_capital = yes } } #code can deal with capitals they get new state - } - - po_transfer_provinces = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 26 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + number_of_states = 2 + tag = EGY + civilized = no + has_global_flag = oriental_crisis + any_owned_province = { is_core = TUR } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { year = 1860 } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + THIS = { + has_country_flag = oriental_crisis_support_OE + NOT = { truce_with = TUR } + OR = { + alliance_with = TUR + relation = { who = TUR value = 50 } + } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + FROM = { tag = TUR } + any_owned_province = { + is_core = FROM + NOT = { is_core = THIS } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + any_owned_province = { is_core = FROM } + #not = { any_owned_province = { is_capital = yes } } #code can deal with capitals they get new state + } + + po_transfer_provinces = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Release Puppet CB's release_puppet = { - sprite_index = 30 - is_triggered_only = yes - months = 12 - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - num_of_vassals_no_substates = 1 - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = neutrality_modifier } } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - is_our_vassal = FROM - FROM = { - is_substate = no - NOT = { has_country_flag = unreleasable_country } - } - } - - po_release_puppet = yes - po_add_to_sphere = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 30 + is_triggered_only = yes + months = 12 + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + num_of_vassals_no_substates = 1 + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = neutrality_modifier } } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + is_our_vassal = FROM + FROM = { + is_substate = no + NOT = { has_country_flag = unreleasable_country } + } + } + + po_release_puppet = yes + po_add_to_sphere = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } release_puppet_AI = { - sprite_index = 30 - is_triggered_only = yes - months = 12 - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - num_of_vassals_no_substates = 1 - OR = { - war_with = THIS - NOT = { - relation = { - who = THIS - value = -100 - } - } - } - THIS = { - ai = yes - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = no_more_war } - } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - is_our_vassal = FROM - FROM = { - is_substate = no - OR = { - neighbour = THIS - any_owned_province = { controlled_by = THIS } - } - } - } - - po_release_puppet = yes - po_add_to_sphere = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 30 + is_triggered_only = yes + months = 12 + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + num_of_vassals_no_substates = 1 + OR = { + war_with = THIS + NOT = { + relation = { + who = THIS + value = -100 + } + } + } + THIS = { + ai = yes + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = no_more_war } + } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + is_our_vassal = FROM + FROM = { + is_substate = no + OR = { + neighbour = THIS + any_owned_province = { controlled_by = THIS } + } + } + } + + po_release_puppet = yes + po_add_to_sphere = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Gunboat CB gunboat = { - sprite_index = 27 - is_triggered_only = yes - months = 12 - constructing_cb = no - crisis = no - - badboy_factor = 1 - prestige_factor = 5 - peace_cost_factor = 1 - penalty_factor = 0 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - THIS = { - is_greater_power = yes - NOT = { has_country_modifier = neutrality_modifier } - } - is_vassal = no - in_default = THIS - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - war_with = THIS - NOT = { relation = { who = THIS value = 50 } } - THIS = { ai = no } - } - } - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - po_gunboat = yes - - war_name = WAR_GUNBOAT_NAME + sprite_index = 27 + is_triggered_only = yes + months = 12 + constructing_cb = no + crisis = no + + badboy_factor = 1 + prestige_factor = 5 + peace_cost_factor = 1 + penalty_factor = 0 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + THIS = { + is_greater_power = yes + NOT = { has_country_modifier = neutrality_modifier } + } + is_vassal = no + in_default = THIS + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + war_with = THIS + NOT = { relation = { who = THIS value = 50 } } + THIS = { ai = no } + } + } + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + po_gunboat = yes + + war_name = WAR_GUNBOAT_NAME } # Cut Down to size cut_down_to_size = { - sprite_index = 8 - is_triggered_only = yes - months = 12 - - badboy_factor = 1.3 - prestige_factor = 1 - peace_cost_factor = 25 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - po_disarmament = yes - po_reparations = yes - - war_name = CUT_DOWN_TO_SIZE_WAR_NAME - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - any_neighbor_country = { OR = { vassal_of = THIS substate_of = THIS in_sphere = THIS } } - } - is_vassal = no - is_disarmed = no - NOT = { has_country_modifier = neutrality_modifier } - THIS = { civilized = yes } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - random_owned = { - limit = { - owner = { - civilized = no - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2681 #Taibei - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - #owns = 1540 #Nantong - owns = 1071 #Qeshm - owns = 1695 #Ifni - } - } - THIS = { - civilized = yes - NOT = { is_culture_group = east_asian } - num_of_ports = 1 - } - } - owner = { add_country_modifier = { name = negotiating_unequal_treaty duration = 30 } } - THIS = { add_country_modifier = { name = negotiating_treaty duration = 30 } } - } - random_owned = { limit = { owner = { civilized = no has_country_modifier = uncivilized_isolationism } } - owner = { remove_country_modifier = uncivilized_isolationism } - } - random_owned = { limit = { owner = { civilized = no NOT = { has_country_modifier = western_influences } } } - owner = { add_country_modifier = { name = western_influences duration = -1 } } - } - random_owned = { limit = { owner = { civilized = no NOT = { capital_scope = { has_country_modifier = legation_quarter } } } } - owner = { capital_scope = { add_province_modifier = { name = legation_quarter duration = -1 } } } - } - random_owned = { limit = { owner = { has_country_flag = holding_tangiers owns = 1686 } } - owner = { 1686 = { secede_province = THIS } clr_country_flag = holding_tangiers } - THIS = { 1686 = { secede_province = MOR } } - } - random_owned = { limit = { owner = { has_country_flag = refused_to_cede_congo } } - owner = { any_owned = { limit = { is_core = CNG } secede_province = THIS } clr_country_flag = refused_to_cede_congo } - THIS = { any_owned = { limit = { is_core = CNG } secede_province = CNG } } - } - - random_owned = { - limit = { - owner = { has_country_flag = lied_about_congo } - THIS = { has_country_flag = claiming_congo } - } - owner = { - any_country = { clr_country_flag = claiming_congo } - clr_country_flag = lied_about_congo - any_owned = { - limit = { is_core = CNG } - secede_province = THIS - } - } - } - - } + sprite_index = 8 + is_triggered_only = yes + months = 12 + + badboy_factor = 1.3 + prestige_factor = 1 + peace_cost_factor = 25 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + po_disarmament = yes + po_reparations = yes + + war_name = CUT_DOWN_TO_SIZE_WAR_NAME + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + any_neighbor_country = { OR = { vassal_of = THIS substate_of = THIS in_sphere = THIS } } + } + is_vassal = no + is_disarmed = no + NOT = { has_country_modifier = neutrality_modifier } + THIS = { civilized = yes } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + random_owned = { + limit = { + owner = { + civilized = no + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2681 #Taibei + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + #owns = 1540 #Nantong + owns = 1071 #Qeshm + owns = 1695 #Ifni + } + } + THIS = { + civilized = yes + NOT = { is_culture_group = east_asian } + any_owned_province = { port = yes } + } + } + owner = { add_country_modifier = { name = negotiating_unequal_treaty duration = 30 } } + THIS = { add_country_modifier = { name = negotiating_treaty duration = 30 } } + } + random_owned = { limit = { owner = { civilized = no has_country_modifier = uncivilized_isolationism } } + owner = { remove_country_modifier = uncivilized_isolationism } + } + random_owned = { limit = { owner = { civilized = no NOT = { has_country_modifier = western_influences } } } + owner = { add_country_modifier = { name = western_influences duration = -1 } } + } + random_owned = { limit = { owner = { civilized = no NOT = { capital_scope = { has_country_modifier = legation_quarter } } } } + owner = { capital_scope = { add_province_modifier = { name = legation_quarter duration = -1 } } } + } + random_owned = { limit = { owner = { has_country_flag = holding_tangiers owns = 1686 } } + owner = { 1686 = { secede_province = THIS } clr_country_flag = holding_tangiers } + THIS = { 1686 = { secede_province = MOR } } + } + random_owned = { limit = { owner = { has_country_flag = refused_to_cede_congo } } + owner = { any_owned = { limit = { is_core = CNG } secede_province = THIS } clr_country_flag = refused_to_cede_congo } + THIS = { any_owned = { limit = { is_core = CNG } secede_province = CNG } } + } + + random_owned = { + limit = { + owner = { has_country_flag = lied_about_congo } + THIS = { has_country_flag = claiming_congo } + } + owner = { + any_country = { clr_country_flag = claiming_congo } + clr_country_flag = lied_about_congo + any_owned = { + limit = { is_core = CNG } + secede_province = THIS + } + } + } + + } } great_game_cb = { - sprite_index = 22 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 0.8 - - badboy_factor = 1 - prestige_factor = 2 - peace_cost_factor = 0.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - po_make_puppet = yes - - war_name = WAR_PUPPET_NAME - - can_use = { - is_vassal = no - civilized = no - NOT = { - has_global_flag = british_dismantled - is_our_vassal = THIS - truce_with = THIS - } - OR = { - neighbour = THIS - any_neighbor_country = { vassal_of = THIS } - } - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = AFG - tag = KAS - tag = KOK - tag = KHI - tag = BUK - tag = CRL - tag = KAZ - tag = BDK - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - ENG = { is_greater_power = yes } - RUS = { is_greater_power = yes } - THIS = { - OR = { - tag = ENG - tag = RUS - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - } - - on_add = { - random_country = { - limit = { - OR = { - tag = RUS - tag = ENG - } - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 19370 - } + sprite_index = 22 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 0.8 + + badboy_factor = 1 + prestige_factor = 2 + peace_cost_factor = 0.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + po_make_puppet = yes + + war_name = WAR_PUPPET_NAME + + can_use = { + is_vassal = no + civilized = no + NOT = { + has_global_flag = british_dismantled + is_our_vassal = THIS + truce_with = THIS + } + OR = { + neighbour = THIS + any_neighbor_country = { vassal_of = THIS } + } + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = AFG + tag = KAS + tag = KOK + tag = KHI + tag = BUK + tag = CRL + tag = KAZ + tag = BDK + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + ENG = { is_greater_power = yes } + RUS = { is_greater_power = yes } + THIS = { + OR = { + tag = ENG + tag = RUS + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + } + + on_add = { + random_country = { + limit = { + OR = { + tag = RUS + tag = ENG + } + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 19370 + } } restore_british_raj = { - sprite_index = 10 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 0.8 - penalty_factor = 2 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - po_make_puppet = yes - - war_name = WAR_BRITISH_RAJ_NAME - - can_use = { - is_vassal = no - is_disarmed = no - civilized = no - NOT = { - is_our_vassal = THIS - truce_with = THIS - tag = HND - has_country_modifier = neutrality_modifier - has_global_flag = british_dismantled - } - OR = { - tag = ASM - tag = AWA - tag = BAS - tag = BER - tag = BIH - tag = BIK - tag = BHO - tag = BNG - tag = BUN - tag = IND - tag = JAI - tag = JAS - tag = JOD - tag = MAH - tag = MEW - tag = MUG - tag = MYS - tag = NAG - tag = ORI - tag = TRA - tag = KUT - } - THIS = { - tag = ENG - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { - NOT = { - has_country_modifier = no_more_war - } - } - } - } - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 19370 - } + sprite_index = 10 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 0.8 + penalty_factor = 2 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + po_make_puppet = yes + + war_name = WAR_BRITISH_RAJ_NAME + + can_use = { + is_vassal = no + is_disarmed = no + civilized = no + NOT = { + is_our_vassal = THIS + truce_with = THIS + tag = HND + has_country_modifier = neutrality_modifier + has_global_flag = british_dismantled + } + OR = { + tag = ASM + tag = AWA + tag = BAS + tag = BER + tag = BIH + tag = BIK + tag = BHO + tag = BNG + tag = BUN + tag = IND + tag = JAI + tag = JAS + tag = JOD + tag = MAH + tag = MEW + tag = MUG + tag = MYS + tag = NAG + tag = ORI + tag = TRA + tag = KUT + } + THIS = { + tag = ENG + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { + NOT = { + has_country_modifier = no_more_war + } + } + } + } + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 19370 + } } # Humiliate humiliate = { - sprite_index = 11 - is_triggered_only = yes - months = 12 - - badboy_factor = 1.5 - prestige_factor = 1 - peace_cost_factor = 15 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - has_recently_lost_war = no - OR = { - war_with = THIS - THIS = { - military_score = 1 - NOT = { has_country_modifier = neutrality_modifier } - } - } - NOT = { - AND = { - has_country_modifier = neutrality_modifier - is_greater_power = no - } - } - is_vassal = no - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - OR = { - AND = { - prestige = 10 - has_recently_lost_war = no - } - THIS = { ai = no } - } - OR = { - neighbour = THIS - THIS = { is_greater_power = yes } - THIS = { ai = no } - } - #AI GP's will not invoke Humiliate when they have Unification Humiliate available - NOT = { - AND = { - culture_has_union_tag = yes - is_culture_group = THIS - is_greater_power = yes - cultural_union = { exists = no } - NOT = { has_cultural_sphere = yes } - THIS = { - ai = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - } - } - } - } - - po_remove_prestige = yes - - tws_battle_factor = 2.0 - - war_name = WAR_HUMILIATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - prestige_factor = -0.2 - } + sprite_index = 11 + is_triggered_only = yes + months = 12 + + badboy_factor = 1.5 + prestige_factor = 1 + peace_cost_factor = 15 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + has_recently_lost_war = no + OR = { + war_with = THIS + THIS = { + military_score = 1 + NOT = { has_country_modifier = neutrality_modifier } + } + } + NOT = { + AND = { + has_country_modifier = neutrality_modifier + is_greater_power = no + } + } + is_vassal = no + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + OR = { + AND = { + prestige = 10 + has_recently_lost_war = no + } + THIS = { ai = no } + } + OR = { + neighbour = THIS + THIS = { is_greater_power = yes } + THIS = { ai = no } + } + #AI GP's will not invoke Humiliate when they have Unification Humiliate available + NOT = { + AND = { + culture_has_union_tag = yes + is_culture_group = THIS + is_greater_power = yes + cultural_union = { exists = no } + NOT = { has_cultural_sphere = yes } + THIS = { + ai = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + } + } + } + } + + po_remove_prestige = yes + + tws_battle_factor = 2.0 + + war_name = WAR_HUMILIATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + prestige_factor = -0.2 + } } #Acquire colonial state CB's place_in_the_sun = { - sprite_index = 7 - is_triggered_only = yes - months = 12 - - badboy_factor = 1.1 - prestige_factor = 2 - peace_cost_factor = 0.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - is_vassal = no - any_owned_province = { is_colonial = yes } - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - OR = { - num_of_ports = 1 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - is_colonial = yes - } - } - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - #AI Pacifist will not use this - OR = { - THIS = { ai = no } - THIS = { NOT = { war_policy = pacifism } } - war_with = THIS - } - #AI Anti Military will not use this commonly - OR = { - THIS = { ai = no } - THIS = { NOT = { war_policy = anti_military } } - NOT = { relation = { who = THIS value = -50 } } - war_with = THIS - } - #AI after the Berlin Conference will need to hate each other guts to use this - OR = { - THIS = { ai = no } - NOT = { has_global_flag = berlin_conference } - NOT = { relation = { who = THIS value = -100 } } - war_with = THIS - } - - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - } - - allowed_states = { - any_owned_province = { is_colonial = yes } - OR = { - any_owned_province = { - NOT = { - OR = { - any_core = { exists = yes } - any_core = { exists = no } - } - } - } - any_owned_province = { - any_core = { civilized = no } - } - any_owned_province = { continent = africa } - THIS = { ai = no } - } - ###Can only grab neighboring states, coastal if it's a coastal GP - OR = { - #AI and Player can take a neighboring state - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - - #Player can take a neighboring state neighboring a neighboring state - AND = { - THIS = { ai = no } - any_owned_province = { - any_neighbor_province = { - state_scope = { any_owned_province = { any_neighbor_province = { owned_by = THIS } } } - } - } - } - - #AI/Player can take a coastal state - AND = { - any_owned_province = { port = yes } - THIS = { - num_of_ports = 1 - OR = { - is_greater_power = yes - is_secondary_power = yes - ai = no - } - } - } - - #Player can take any state neighboring a coastal state - AND = { - any_owned_province = { - any_neighbor_province = { - state_scope = { any_owned_province = { port = yes } } - } - } - THIS = { - ai = no - num_of_ports = 1 - } - } - } - # #AI countries will avoid taking new world colonies (e.g. from Argentina) when not proper - # OR = { - # THIS = { ai = no } - # THIS = { - # capital_scope = { - # NOT = { - # continent = europe - # continent = asia - # continent = africa - # } - # } - # } - # any_owned_province = { - # NOT = { - # continent = north_america - # continent = south_america - # } - # } - # any_owned_province = { NOT = { any_core = { has_country_flag = new_world_nation } } } - # any_owned_province = { any_neighbor_province = { owned_by = THIS } } - # any_owned_province = { terrain = new_world_small_island } - # any_owned_province = { terrain = new_world_arctic } - # any_owned_province = { - # OR = { - # is_core = CUB - # is_core = HAI - # is_core = DOM - # is_core = CAN - # } - # } - - # } - } - - allowed_states_in_crisis = { - any_owned_province = { - OR = { - port = yes - any_neighbor_province = { owner = { tag = THIS } } - } - } - } - - po_demand_state = yes - - war_name = WAR_COLONIAL_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 7 + is_triggered_only = yes + months = 12 + + badboy_factor = 1.1 + prestige_factor = 2 + peace_cost_factor = 0.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + is_vassal = no + any_owned_province = { is_colonial = yes } + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + OR = { + any_owned_province = { port = yes } + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + is_colonial = yes + } + } + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + #AI Pacifist will not use this + OR = { + THIS = { ai = no } + THIS = { NOT = { war_policy = pacifism } } + war_with = THIS + } + #AI Anti Military will not use this commonly + OR = { + THIS = { ai = no } + THIS = { NOT = { war_policy = anti_military } } + NOT = { relation = { who = THIS value = -50 } } + war_with = THIS + } + #AI after the Berlin Conference will need to hate each other guts to use this + OR = { + THIS = { ai = no } + NOT = { has_global_flag = berlin_conference } + NOT = { relation = { who = THIS value = -100 } } + war_with = THIS + } + + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + } + + allowed_states = { + any_owned_province = { is_colonial = yes } + OR = { + any_owned_province = { + NOT = { + OR = { + any_core = { exists = yes } + any_core = { exists = no } + } + } + } + any_owned_province = { + any_core = { civilized = no } + } + any_owned_province = { continent = africa } + THIS = { ai = no } + } + ###Can only grab neighboring states, coastal if it's a coastal GP + OR = { + #AI and Player can take a neighboring state + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + + #Player can take a neighboring state neighboring a neighboring state + AND = { + THIS = { ai = no } + any_owned_province = { + any_neighbor_province = { + state_scope = { any_owned_province = { any_neighbor_province = { owned_by = THIS } } } + } + } + } + + #AI/Player can take a coastal state + AND = { + any_owned_province = { port = yes } + THIS = { + any_owned_province = { port = yes } + OR = { + is_greater_power = yes + is_secondary_power = yes + ai = no + } + } + } + + #Player can take any state neighboring a coastal state + AND = { + any_owned_province = { + any_neighbor_province = { + state_scope = { any_owned_province = { port = yes } } + } + } + THIS = { + ai = no + any_owned_province = { port = yes } + } + } + } + # #AI countries will avoid taking new world colonies (e.g. from Argentina) when not proper + # OR = { + # THIS = { ai = no } + # THIS = { + # capital_scope = { + # NOT = { + # continent = europe + # continent = asia + # continent = africa + # } + # } + # } + # any_owned_province = { + # NOT = { + # continent = north_america + # continent = south_america + # } + # } + # any_owned_province = { NOT = { any_core = { has_country_flag = new_world_nation } } } + # any_owned_province = { any_neighbor_province = { owned_by = THIS } } + # any_owned_province = { terrain = new_world_small_island } + # any_owned_province = { terrain = new_world_arctic } + # any_owned_province = { + # OR = { + # is_core = CUB + # is_core = HAI + # is_core = DOM + # is_core = CAN + # } + # } + + # } + } + + allowed_states_in_crisis = { + any_owned_province = { + OR = { + port = yes + any_neighbor_province = { owner = { tag = THIS } } + } + } + } + + po_demand_state = yes + + war_name = WAR_COLONIAL_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Gain control of State acquire_state = { - sprite_index = 6 - is_triggered_only = yes - months = 12 - - construction_speed = 0.5 - - badboy_factor = 2.2 - prestige_factor = 2 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - is_vassal = no - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - } - NOT = { - is_our_vassal = THIS - has_country_modifier = neutrality_modifier - } - any_state = { - is_colonial = no - NOT = { any_owned_province = { is_capital = yes } } - } - OR = { - THIS = { civilized = no } - civilized = yes - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - #AI anti military will not use this - OR = { - THIS = { ai = no } - THIS = { NOT = { war_policy = anti_military } } - war_with = THIS - } - #AI will not use this CB when duking it out over hegemony - OR = { - THIS = { ai = no } - NOT = { - AND = { - culture_has_union_tag = yes - is_culture_group = THIS - cultural_union = { exists = no } - is_greater_power = yes - THIS = { is_greater_power = yes } - } - } - } - } - - allowed_states = { - #Countries can't take capitals or cores - NOT = { - any_owned_province = { is_core = THIS } - any_owned_province = { is_capital = yes } - } - - #AI treats colonial states with only civilized cores as regular states - OR = { - is_colonial = no - AND = { - is_colonial = yes - THIS = { ai = yes } - any_owned_province = { any_core = { civilized = yes } } - NOT = { any_owned_province = { any_core = { civilized = no } } } - } - } - - ###Can only grab neighboring states, coastal if it's a coastal GP - OR = { - #AI and Player can take a neighboring state - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - - #Player can take a neighboring state neighboring a neighboring state - AND = { - THIS = { ai = no } - any_owned_province = { - any_neighbor_province = { - state_scope = { any_owned_province = { any_neighbor_province = { owned_by = THIS } } } - } - } - } - - #AI/Player can take a coastal state - AND = { - any_owned_province = { port = yes } - THIS = { - num_of_ports = 1 - OR = { - is_greater_power = yes - is_secondary_power = yes - ai = no - } - } - } - - #Player can take any state neighboring a coastal state - AND = { - any_owned_province = { - any_neighbor_province = { - state_scope = { any_owned_province = { port = yes } } - } - } - THIS = { - ai = no - num_of_ports = 1 - } - } - } - - #AI will not grab cores of allies/spherelings - OR = { - THIS = { ai = no } - NOT = { - any_owned_province = { - any_core = { - exists = yes - OR = { - alliance_with = THIS - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - - #AI will not try to grab cores of their union if they're sphere to a GP of their culture group - OR = { - THIS = { ai = no } - NOT = { - AND = { - THIS = { - is_greater_power = no - part_of_sphere = yes - culture_has_union_tag = yes - cultural_union = { exists = no } - sphere_owner = { is_culture_group = THIS } - } - any_owned_province = { - any_core = { - is_cultural_union = yes - this_culture_union = this_union - } - } - } - } - } - - #pro-military AI will not grab cores of non-existing, non-union countries - #unless they own some cores or it's part of their culture group and they're pro-military - #jingoistic countries will also take states with existing cores that they also own some of - #fascist & communist countries are exempt from this - OR = { - THIS = { ai = no } - THIS = { government = proletarian_dictatorship } - THIS = { government = fascist_dictatorship } - AND = { - THIS = { war_policy = pro_military } - any_owned_province = { - any_core = { - is_cultural_union = no - exists = no - OR = { - any_core = { owned_by = THIS } - is_culture_group = THIS - } - } - } - } - AND = { - THIS = { war_policy = jingoism } - any_owned_province = { - any_core = { - OR = { - any_core = { owned_by = THIS } - AND = { - exists = no - is_cultural_union = no - is_culture_group = THIS - } - } - } - } - } - } - } - - allowed_states_in_crisis = { - NOT = { any_owned_province = { is_capital = yes } } - any_owned_province = { - any_neighbor_province = { - owner = { tag = THIS } - } - } - } - - po_demand_state = yes - - war_name = WAR_TAKE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 6 + is_triggered_only = yes + months = 12 + + construction_speed = 0.5 + + badboy_factor = 2.2 + prestige_factor = 2 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + is_vassal = no + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + } + NOT = { + is_our_vassal = THIS + has_country_modifier = neutrality_modifier + } + any_state = { + is_colonial = no + NOT = { any_owned_province = { is_capital = yes } } + } + OR = { + THIS = { civilized = no } + civilized = yes + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + #AI anti military will not use this + OR = { + THIS = { ai = no } + THIS = { NOT = { war_policy = anti_military } } + war_with = THIS + } + #AI will not use this CB when duking it out over hegemony + OR = { + THIS = { ai = no } + NOT = { + AND = { + culture_has_union_tag = yes + is_culture_group = THIS + cultural_union = { exists = no } + is_greater_power = yes + THIS = { is_greater_power = yes } + } + } + } + } + + allowed_states = { + #Countries can't take capitals or cores + NOT = { + any_owned_province = { is_core = THIS } + any_owned_province = { is_capital = yes } + } + + #AI treats colonial states with only civilized cores as regular states + OR = { + is_colonial = no + AND = { + is_colonial = yes + THIS = { ai = yes } + any_owned_province = { any_core = { civilized = yes } } + NOT = { any_owned_province = { any_core = { civilized = no } } } + } + } + + ###Can only grab neighboring states, coastal if it's a coastal GP + OR = { + #AI and Player can take a neighboring state + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + + #Player can take a neighboring state neighboring a neighboring state + AND = { + THIS = { ai = no } + any_owned_province = { + any_neighbor_province = { + state_scope = { any_owned_province = { any_neighbor_province = { owned_by = THIS } } } + } + } + } + + #AI/Player can take a coastal state + AND = { + any_owned_province = { port = yes } + THIS = { + any_owned_province = { port = yes } + OR = { + is_greater_power = yes + is_secondary_power = yes + ai = no + } + } + } + + #Player can take any state neighboring a coastal state + AND = { + any_owned_province = { + any_neighbor_province = { + state_scope = { any_owned_province = { port = yes } } + } + } + THIS = { + ai = no + any_owned_province = { port = yes } + } + } + } + + #AI will not grab cores of allies/spherelings + OR = { + THIS = { ai = no } + NOT = { + any_owned_province = { + any_core = { + exists = yes + OR = { + alliance_with = THIS + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + + #AI will not try to grab cores of their union if they're sphere to a GP of their culture group + OR = { + THIS = { ai = no } + NOT = { + AND = { + THIS = { + is_greater_power = no + part_of_sphere = yes + culture_has_union_tag = yes + cultural_union = { exists = no } + sphere_owner = { is_culture_group = THIS } + } + any_owned_province = { + any_core = { + is_cultural_union = yes + this_culture_union = this_union + } + } + } + } + } + + #pro-military AI will not grab cores of non-existing, non-union countries + #unless they own some cores or it's part of their culture group and they're pro-military + #jingoistic countries will also take states with existing cores that they also own some of + #fascist & communist countries are exempt from this + OR = { + THIS = { ai = no } + THIS = { government = proletarian_dictatorship } + THIS = { government = fascist_dictatorship } + AND = { + THIS = { war_policy = pro_military } + any_owned_province = { + any_core = { + is_cultural_union = no + exists = no + OR = { + any_core = { owned_by = THIS } + is_culture_group = THIS + } + } + } + } + AND = { + THIS = { war_policy = jingoism } + any_owned_province = { + any_core = { + OR = { + any_core = { owned_by = THIS } + AND = { + exists = no + is_cultural_union = no + is_culture_group = THIS + } + } + } + } + } + } + } + + allowed_states_in_crisis = { + NOT = { any_owned_province = { is_capital = yes } } + any_owned_province = { + any_neighbor_province = { + owner = { tag = THIS } + } + } + } + + po_demand_state = yes + + war_name = WAR_TAKE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Chinese Reunification china_acquire_state = { - sprite_index = 22 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 0 - break_truce_militancy_factor = 0 - truce_months = 84 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - neighbour = THIS - OR = { - any_owned_province = { - NOT = { is_core = THIS } - is_core = CHI - } - is_culture_group = east_asian - } - THIS = { - NOT = { tag = LAN } - is_culture_group = east_asian - NOT = { - has_country_modifier = neutrality_modifier - war_policy = pacifism - } - } - is_vassal = no - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - NOT = { has_global_flag = warlord_era_has_begun } - owns = 1616 - NOT = { is_culture_group = east_asian } - AND = { - tag = CHI - THIS = { NOT = { has_country_flag = neutral_faction } } - THIS = { NOT = { has_country_flag = kuomintang_faction } } - } - AND = { - tag = TPG - THIS = { NOT = { has_country_flag = neutral_faction } } - } - AND = { - tag = KMT - THIS = { NOT = { has_country_flag = neutral_faction } } - THIS = { NOT = { has_country_flag = beiyang_faction } } - THIS = { NOT = { has_country_flag = communist_faction } } - } - AND = { - THIS = { tag = TPG } - OR = { - has_country_flag = beiyang_faction - has_country_flag = kuomintang_faction - has_country_flag = communist_faction - tag = KMT - THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction has_country_flag = kuomintang_faction has_country_flag = communist_faction tag = CHI tag = KMT } } } } - } - } - AND = { - THIS = { tag = KMT } - OR = { - has_country_flag = beiyang_faction - tag = CHI - THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction tag = CHI tag = TPG } } } } - } - } - AND = { - THIS = { has_country_flag = beiyang_faction } - OR = { - has_country_flag = beiyang_faction - THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction tag = CHI tag = TPG } } } } - } - } - AND = { - THIS = { has_country_flag = kuomintang_faction } - OR = { - has_country_flag = kuomintang_faction - THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = kuomintang_faction tag = TPG tag = KMT } } } } - } - } - AND = { - THIS = { has_country_flag = communist_faction } - OR = { - has_country_flag = communist_faction - THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = communist_faction tag = TPG tag = CHI } } } } - } - } - } - } - - allowed_states = { - OR = { - any_owned_province = { - NOT = { is_core = THIS } - is_core = CHI - } - any_owned_province = { - owner = { is_culture_group = east_asian } - NOT = { is_core = CHI } - } - } - } - - po_demand_state = yes - - war_name = WAR_CHINA_REUNIFICATION - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.10 - } - } + sprite_index = 22 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 0 + break_truce_militancy_factor = 0 + truce_months = 84 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + neighbour = THIS + OR = { + any_owned_province = { + NOT = { is_core = THIS } + is_core = CHI + } + is_culture_group = east_asian + } + THIS = { + NOT = { tag = LAN } + is_culture_group = east_asian + NOT = { + has_country_modifier = neutrality_modifier + war_policy = pacifism + } + } + is_vassal = no + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + NOT = { has_global_flag = warlord_era_has_begun } + owns = 1616 + NOT = { is_culture_group = east_asian } + AND = { + tag = CHI + THIS = { NOT = { has_country_flag = neutral_faction } } + THIS = { NOT = { has_country_flag = kuomintang_faction } } + } + AND = { + tag = TPG + THIS = { NOT = { has_country_flag = neutral_faction } } + } + AND = { + tag = KMT + THIS = { NOT = { has_country_flag = neutral_faction } } + THIS = { NOT = { has_country_flag = beiyang_faction } } + THIS = { NOT = { has_country_flag = communist_faction } } + } + AND = { + THIS = { tag = TPG } + OR = { + has_country_flag = beiyang_faction + has_country_flag = kuomintang_faction + has_country_flag = communist_faction + tag = KMT + THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction has_country_flag = kuomintang_faction has_country_flag = communist_faction tag = CHI tag = KMT } } } } + } + } + AND = { + THIS = { tag = KMT } + OR = { + has_country_flag = beiyang_faction + tag = CHI + THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction tag = CHI tag = TPG } } } } + } + } + AND = { + THIS = { has_country_flag = beiyang_faction } + OR = { + has_country_flag = beiyang_faction + THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = beiyang_faction tag = CHI tag = TPG } } } } + } + } + AND = { + THIS = { has_country_flag = kuomintang_faction } + OR = { + has_country_flag = kuomintang_faction + THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = kuomintang_faction tag = TPG tag = KMT } } } } + } + } + AND = { + THIS = { has_country_flag = communist_faction } + OR = { + has_country_flag = communist_faction + THIS = { NOT = { any_neighbor_country = { OR = { has_country_flag = communist_faction tag = TPG tag = CHI } } } } + } + } + } + } + + allowed_states = { + OR = { + any_owned_province = { + NOT = { is_core = THIS } + is_core = CHI + } + any_owned_province = { + owner = { is_culture_group = east_asian } + NOT = { is_core = CHI } + } + } + } + + po_demand_state = yes + + war_name = WAR_CHINA_REUNIFICATION + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.10 + } + } } sahel_jihad_cb = { - sprite_index = 29 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 1.25 - - badboy_factor = 2 - prestige_factor = 2 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 0 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - AND = { war_with = THIS ai = no } - neighbour = THIS - } - is_vassal = no - civilized = no - NOT = { is_our_vassal = THIS } - any_owned_province = { - OR = { - province_id = 1786 - province_id = 1789 - province_id = 1794 - province_id = 1800 - province_id = 1804 - province_id = 1808 - province_id = 1878 - province_id = 1880 - } - } - NOT = { has_country_flag = sunni_country } - THIS = { - civilized = no - OR = { - government = theocracy - government = absolute_monarchy - } - primary_culture = fulbe - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - } - - allowed_states = { - NOT = { any_owned_province = { is_core = THIS } } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { owner = { war_with = THIS } THIS = { ai = no } } - } - } - - po_demand_state = yes - - war_name = WAR_SAHEL_JIHAD_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 29 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 1.25 + + badboy_factor = 2 + prestige_factor = 2 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 0 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + AND = { war_with = THIS ai = no } + neighbour = THIS + } + is_vassal = no + civilized = no + NOT = { is_our_vassal = THIS } + any_owned_province = { + OR = { + province_id = 1786 + province_id = 1789 + province_id = 1794 + province_id = 1800 + province_id = 1804 + province_id = 1808 + province_id = 1878 + province_id = 1880 + } + } + NOT = { has_country_flag = sunni_country } + THIS = { + civilized = no + OR = { + government = theocracy + government = absolute_monarchy + } + primary_culture = fulbe + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + } + + allowed_states = { + NOT = { any_owned_province = { is_core = THIS } } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { owner = { war_with = THIS } THIS = { ai = no } } + } + } + + po_demand_state = yes + + war_name = WAR_SAHEL_JIHAD_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Demand Concession demand_concession_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - construction_speed = 1.2 - crisis = no - - badboy_factor = 1.5 - prestige_factor = 1 - peace_cost_factor = 0.6 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - NOT = { has_country_modifier = neutrality_modifier } - civilized = no - number_of_states = 2 - is_vassal = no - - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - AND = { war_with = THIS ai = no } - neighbour = THIS - } - THIS = { - civilized = yes - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { has_global_flag = berlin_conference } - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - OR = { - THIS = { NOT = { nationalism_n_imperialism = 1 } } - AND = { - THIS = { nationalism_n_imperialism = 1 } - capital_scope = { continent = africa } - } - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - - OR = { - THIS = { war_policy = jingoism } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - } - - allowed_states = { - any_owned_province = { is_colonial = no } - - NOT = { any_owned_province = { is_capital = yes } } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - THIS = { ai = no } - owner = { war_with = THIS } - } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - OR = { - any_owned_province = { - NOT = { - any_core = { - exists = yes - alliance_with = THIS - } - } - } - THIS = { ai = no } - } - - #Restrictions to non-African State conquering - OR = { - continent = africa - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { - } + sprite_index = 7 + is_triggered_only = yes + months = 0 + construction_speed = 1.2 + crisis = no + + badboy_factor = 1.5 + prestige_factor = 1 + peace_cost_factor = 0.6 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + NOT = { has_country_modifier = neutrality_modifier } + civilized = no + number_of_states = 2 + is_vassal = no + + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + AND = { war_with = THIS ai = no } + neighbour = THIS + } + THIS = { + civilized = yes + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { has_global_flag = berlin_conference } + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + OR = { + THIS = { NOT = { nationalism_n_imperialism = 1 } } + AND = { + THIS = { nationalism_n_imperialism = 1 } + capital_scope = { continent = africa } + } + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + + OR = { + THIS = { war_policy = jingoism } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + } + + allowed_states = { + any_owned_province = { is_colonial = no } + + NOT = { any_owned_province = { is_capital = yes } } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + THIS = { ai = no } + owner = { war_with = THIS } + } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + OR = { + any_owned_province = { + NOT = { + any_core = { + exists = yes + alliance_with = THIS + } + } + } + THIS = { ai = no } + } + + #Restrictions to non-African State conquering + OR = { + continent = africa + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { + } } demand_concession_NI_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 1.2 - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 0.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - AND = { war_with = THIS ai = no } - } - NOT = { is_our_vassal = THIS } - THIS = { - civilized = yes - nationalism_n_imperialism = 1 - NOT = { - has_country_modifier = neutrality_modifier - has_global_flag = berlin_conference - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - NOT = { - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - AND = { - tag = KOR - THIS = { tag = JAP } - } - } - NOT = { - has_country_modifier = neutrality_modifier - capital_scope = { continent = africa } - } - civilized = no - number_of_states = 2 - is_vassal = no - - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - any_owned_province = { is_colonial = no } - - NOT = { any_owned_province = { is_capital = yes } } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - THIS = { ai = no } - owner = { war_with = THIS } - } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - OR = { - any_owned_province = { - NOT = { - any_core = { - exists = yes - alliance_with = THIS - } - } - } - THIS = { ai = no } - } - - #Restrictions to non-African State conquering - OR = { - continent = africa - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { - } + sprite_index = 7 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 1.2 + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 0.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + AND = { war_with = THIS ai = no } + } + NOT = { is_our_vassal = THIS } + THIS = { + civilized = yes + nationalism_n_imperialism = 1 + NOT = { + has_country_modifier = neutrality_modifier + has_global_flag = berlin_conference + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + NOT = { + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + AND = { + tag = KOR + THIS = { tag = JAP } + } + } + NOT = { + has_country_modifier = neutrality_modifier + capital_scope = { continent = africa } + } + civilized = no + number_of_states = 2 + is_vassal = no + + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + any_owned_province = { is_colonial = no } + + NOT = { any_owned_province = { is_capital = yes } } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + THIS = { ai = no } + owner = { war_with = THIS } + } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + OR = { + any_owned_province = { + NOT = { + any_core = { + exists = yes + alliance_with = THIS + } + } + } + THIS = { ai = no } + } + + #Restrictions to non-African State conquering + OR = { + continent = africa + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { + } } demand_concession_BC_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 1.2 - - badboy_factor = 0.5 - prestige_factor = 1 - peace_cost_factor = 0.4 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - AND = { war_with = THIS ai = no } - } - NOT = { is_our_vassal = THIS } - THIS = { - civilized = yes - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - NOT = { - has_country_modifier = neutrality_modifier - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - AND = { - tag = KOR - THIS = { tag = JAP } - } - } - civilized = no - number_of_states = 2 - is_vassal = no - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - any_owned_province = { is_colonial = no } - - NOT = { any_owned_province = { is_capital = yes } } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - THIS = { ai = no } - owner = { war_with = THIS } - } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - OR = { - any_owned_province = { - NOT = { - any_core = { - exists = yes - alliance_with = THIS - } - } - } - THIS = { ai = no } - } - - #Restrictions to non-African State conquering - OR = { - continent = africa - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - any_owned_province = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { - } + sprite_index = 7 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 1.2 + + badboy_factor = 0.5 + prestige_factor = 1 + peace_cost_factor = 0.4 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + AND = { war_with = THIS ai = no } + } + NOT = { is_our_vassal = THIS } + THIS = { + civilized = yes + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + NOT = { + has_country_modifier = neutrality_modifier + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + AND = { + tag = KOR + THIS = { tag = JAP } + } + } + civilized = no + number_of_states = 2 + is_vassal = no + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + any_owned_province = { is_colonial = no } + + NOT = { any_owned_province = { is_capital = yes } } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + THIS = { ai = no } + owner = { war_with = THIS } + } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + OR = { + any_owned_province = { + NOT = { + any_core = { + exists = yes + alliance_with = THIS + } + } + } + THIS = { ai = no } + } + + #Restrictions to non-African State conquering + OR = { + continent = africa + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + any_owned_province = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { + } } # Bad Boy rude_boy = { - sprite_index = 28 - is_triggered_only = no - months = 12 - construction_speed = 2 - crisis = no - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 1.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - badboy = 1 - is_disarmed = no - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - po_remove_prestige = yes - po_disarmament = yes - po_reparations = yes - - war_name = WAR_RUDEBOI_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 28 + is_triggered_only = no + months = 12 + construction_speed = 2 + crisis = no + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 1.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + badboy = 1 + is_disarmed = no + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + po_remove_prestige = yes + po_disarmament = yes + po_reparations = yes + + war_name = WAR_RUDEBOI_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } # Conquest conquest = { - sprite_index = 2 - is_triggered_only = yes - months = 12 - crisis = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - AND = { war_with = THIS ai = no } - } - OR = { - THIS = { civilized = no } - civilized = yes - } - OR = { - NOT = { - any_state = { - is_colonial = no - NOT = { any_owned_province = { is_capital = yes } } - } - } - AND = { - THIS = { government = fascist_dictatorship } - NOT = { number_of_states = 4 } - } - } - is_vassal = no - NOT = { has_country_modifier = neutrality_modifier } - THIS = { - NOT = { - has_country_modifier = neutrality_modifier - has_country_modifier = disable_conquest_cb - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - - #AI anti-military will not use this - OR = { - THIS = { ai = no } - THIS = { NOT = { war_policy = anti_military } } - } - - #AI will not use this when fighting for hegemony - OR = { - THIS = { ai = no } - NOT = { - AND = { - any_owned_province = { - any_core = { - is_cultural_union = yes - this_culture_union = this_union - } - } - any_greater_power = { - war_with = THIS - culture_has_union_tag = yes - is_culture_group = THIS - cultural_union = { exists = no } - } - THIS = { is_greater_power = yes } - } - } - } - - #AI can only grab neighboring states, coastal if it's a coastal GP - OR = { - THIS = { ai = no } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - any_owned_province = { port = yes } - } - } - } - - #AI will not grab cores of allies/spherelings - OR = { - THIS = { ai = no } - NOT = { - any_owned_province = { - any_core = { - exists = yes - OR = { - alliance_with = THIS - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - - #AI will not try to grab cores of their union if they're sphere to a GP of their culture group - OR = { - THIS = { ai = no } - NOT = { - AND = { - THIS = { - is_greater_power = no - part_of_sphere = yes - culture_has_union_tag = yes - cultural_union = { exists = no } - sphere_owner = { is_culture_group = THIS } - } - any_owned_province = { - any_core = { - is_cultural_union = yes - this_culture_union = this_union - } - } - } - } - } - - #pro-military AI will not grab cores of non-existing, non-union countries - #unless they own some cores or it's part of their culture group - #jingoistic will also grab existing cores that they already own some of - #fascist & communist countries are exempt from this - OR = { - THIS = { ai = no } - THIS = { government = proletarian_dictatorship } - THIS = { government = fascist_dictatorship } - AND = { - THIS = { war_policy = pro_military } - any_owned_province = { - any_core = { - is_cultural_union = no - exists = no - OR = { - any_core = { owned_by = THIS } - is_culture_group = THIS - } - } - } - } - AND = { - THIS = { war_policy = jingoism } - any_owned_province = { - any_core = { - OR = { - any_core = { owned_by = THIS } - AND = { - exists = no - is_cultural_union = no - is_culture_group = THIS - } - } - } - } - } - } - } - - badboy_factor = 2.2 - prestige_factor = 5 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - po_annex = yes - - war_name = WAR_CONQUEST_NAME + sprite_index = 2 + is_triggered_only = yes + months = 12 + crisis = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + AND = { war_with = THIS ai = no } + } + OR = { + THIS = { civilized = no } + civilized = yes + } + OR = { + NOT = { + any_state = { + is_colonial = no + NOT = { any_owned_province = { is_capital = yes } } + } + } + AND = { + THIS = { government = fascist_dictatorship } + NOT = { number_of_states = 4 } + } + } + is_vassal = no + NOT = { has_country_modifier = neutrality_modifier } + THIS = { + NOT = { + has_country_modifier = neutrality_modifier + has_country_modifier = disable_conquest_cb + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + + #AI anti-military will not use this + OR = { + THIS = { ai = no } + THIS = { NOT = { war_policy = anti_military } } + } + + #AI will not use this when fighting for hegemony + OR = { + THIS = { ai = no } + NOT = { + AND = { + any_owned_province = { + any_core = { + is_cultural_union = yes + this_culture_union = this_union + } + } + any_greater_power = { + war_with = THIS + culture_has_union_tag = yes + is_culture_group = THIS + cultural_union = { exists = no } + } + THIS = { is_greater_power = yes } + } + } + } + + #AI can only grab neighboring states, coastal if it's a coastal GP + OR = { + THIS = { ai = no } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + any_owned_province = { port = yes } + } + } + } + + #AI will not grab cores of allies/spherelings + OR = { + THIS = { ai = no } + NOT = { + any_owned_province = { + any_core = { + exists = yes + OR = { + alliance_with = THIS + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + + #AI will not try to grab cores of their union if they're sphere to a GP of their culture group + OR = { + THIS = { ai = no } + NOT = { + AND = { + THIS = { + is_greater_power = no + part_of_sphere = yes + culture_has_union_tag = yes + cultural_union = { exists = no } + sphere_owner = { is_culture_group = THIS } + } + any_owned_province = { + any_core = { + is_cultural_union = yes + this_culture_union = this_union + } + } + } + } + } + + #pro-military AI will not grab cores of non-existing, non-union countries + #unless they own some cores or it's part of their culture group + #jingoistic will also grab existing cores that they already own some of + #fascist & communist countries are exempt from this + OR = { + THIS = { ai = no } + THIS = { government = proletarian_dictatorship } + THIS = { government = fascist_dictatorship } + AND = { + THIS = { war_policy = pro_military } + any_owned_province = { + any_core = { + is_cultural_union = no + exists = no + OR = { + any_core = { owned_by = THIS } + is_culture_group = THIS + } + } + } + } + AND = { + THIS = { war_policy = jingoism } + any_owned_province = { + any_core = { + OR = { + any_core = { owned_by = THIS } + AND = { + exists = no + is_cultural_union = no + is_culture_group = THIS + } + } + } + } + } + } + } + + badboy_factor = 2.2 + prestige_factor = 5 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + po_annex = yes + + war_name = WAR_CONQUEST_NAME } # Berlin Conference annex_africa = { - sprite_index = 21 - is_triggered_only = yes - months = 12 - crisis = no - - always = yes - - construction_speed = 2.5 - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.6 - penalty_factor = 2 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 0 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - } - NOT = { is_our_vassal = THIS } - number_of_states = 2 - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - THIS = { - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = TUR } - slavery = no_slavery - OR = { - is_greater_power = yes - is_secondary_power = yes - } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = claimed_africa } - NOT = { has_country_flag = congo_award } - civilized = yes - has_global_flag = berlin_conference - } - NOT = { - tag = MOR - tag = ALD - tag = TRI - tag = LIB - tag = CYR - primary_culture = kefficho - primary_culture = amhara - primary_culture = tigray - primary_culture = oromo - primary_culture = harari - has_country_flag = post_colonial_country - } - civilized = no - is_vassal = no - capital_scope = { continent = africa } - ai = yes - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = punitive_effects } - } - } - - #Claimed colonial regions can't be conquered with this CB - NOT = { - #Ghana - AND = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - } - } - #Ivory Coast - AND = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - } - } - #Nigeria - AND = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - } - } - #Guinea - AND = { - any_owned_province = { region = FRA_1883 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1883 } - } - any_greater_power = { - any_owned_province = { region = FRA_1883 } - } - } - } - #Guinea-Bissau - AND = { - any_owned_province = { region = FRA_1878 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1878 } - } - any_greater_power = { - any_owned_province = { region = FRA_1878 } - } - } - } - #Angola - AND = { - any_owned_province = { region = POR_1999 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = POR_1999 } - } - any_greater_power = { - any_owned_province = { region = POR_1999 } - } - } - } - #Senegal and Mauritania - AND = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - } - } - #Mali - AND = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - } - } - #Niger - AND = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - } - } - #Mozambique - AND = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - } - } - #South Africa - AND = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - } - } - #Egypt - AND = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - } - } - #Sudan - AND = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - } - } - #Ethiopia - AND = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - } - } - #Somalia - AND = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - } - } - } - - allowed_states = { - #any_owned_province = { is_colonial = no } - #NOT = { any_owned_province = { is_capital = yes } } - OR = { - THIS = { ai = no } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - - #Claimed colonial regions can't be conquered with this CB - NOT = { - #Ghana - AND = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - } - } - } - #Ivory Coast - AND = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - } - } - } - #Nigeria - AND = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - } - } - } - #Guinea - AND = { - any_owned_province = { region = FRA_1883 } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1883 } - } - any_greater_power = { - any_owned_province = { region = FRA_1883 } - } - } - } - } - #Guinea-Bissau - AND = { - any_owned_province = { region = FRA_1878 } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1878 } - } - any_greater_power = { - any_owned_province = { region = FRA_1878 } - } - } - } - } - #Angola - AND = { - any_owned_province = { region = POR_1999 } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = POR_1999 } - } - any_greater_power = { - any_owned_province = { region = POR_1999 } - } - } - } - } - #Senegal and Mauritania - AND = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - } - } - } - #Mali - AND = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - } - } - } - #Niger - AND = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - } - } - } - #Mozambique - AND = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - } - } - } - #South Africa - AND = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - } - } - } - #Egypt - AND = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - } - } - } - #Sudan - AND = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - } - } - } - #Ethiopia - AND = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - } - } - } - #Somalia - AND = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - owner = { - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - } - } - } - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - add_country_modifier = { name = claimed_africa duration = 120 } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { THIS = { add_country_modifier = { name = claimed_africa duration = 120 } } } + sprite_index = 21 + is_triggered_only = yes + months = 12 + crisis = no + + always = yes + + construction_speed = 2.5 + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.6 + penalty_factor = 2 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 0 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + } + NOT = { is_our_vassal = THIS } + number_of_states = 2 + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + THIS = { + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = TUR } + slavery = no_slavery + OR = { + is_greater_power = yes + is_secondary_power = yes + } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = claimed_africa } + NOT = { has_country_flag = congo_award } + civilized = yes + has_global_flag = berlin_conference + } + NOT = { + tag = MOR + tag = ALD + tag = TRI + tag = LIB + tag = CYR + primary_culture = kefficho + primary_culture = amhara + primary_culture = tigray + primary_culture = oromo + primary_culture = harari + has_country_flag = post_colonial_country + } + civilized = no + is_vassal = no + capital_scope = { continent = africa } + ai = yes + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = punitive_effects } + } + } + + #Claimed colonial regions can't be conquered with this CB + NOT = { + #Ghana + AND = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + } + } + #Ivory Coast + AND = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + } + } + #Nigeria + AND = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + } + } + #Guinea + AND = { + any_owned_province = { region = FRA_1883 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1883 } + } + any_greater_power = { + any_owned_province = { region = FRA_1883 } + } + } + } + #Guinea-Bissau + AND = { + any_owned_province = { region = FRA_1878 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1878 } + } + any_greater_power = { + any_owned_province = { region = FRA_1878 } + } + } + } + #Angola + AND = { + any_owned_province = { region = POR_1999 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = POR_1999 } + } + any_greater_power = { + any_owned_province = { region = POR_1999 } + } + } + } + #Senegal and Mauritania + AND = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + } + } + #Mali + AND = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + } + } + #Niger + AND = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + } + } + #Mozambique + AND = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + } + } + #South Africa + AND = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + } + } + #Egypt + AND = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + } + } + #Sudan + AND = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + } + } + #Ethiopia + AND = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + } + } + #Somalia + AND = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + } + } + } + + allowed_states = { + #any_owned_province = { is_colonial = no } + #NOT = { any_owned_province = { is_capital = yes } } + OR = { + THIS = { ai = no } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + + #Claimed colonial regions can't be conquered with this CB + NOT = { + #Ghana + AND = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + } + } + } + #Ivory Coast + AND = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + } + } + } + #Nigeria + AND = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + } + } + } + #Guinea + AND = { + any_owned_province = { region = FRA_1883 } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1883 } + } + any_greater_power = { + any_owned_province = { region = FRA_1883 } + } + } + } + } + #Guinea-Bissau + AND = { + any_owned_province = { region = FRA_1878 } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1878 } + } + any_greater_power = { + any_owned_province = { region = FRA_1878 } + } + } + } + } + #Angola + AND = { + any_owned_province = { region = POR_1999 } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = POR_1999 } + } + any_greater_power = { + any_owned_province = { region = POR_1999 } + } + } + } + } + #Senegal and Mauritania + AND = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + } + } + } + #Mali + AND = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + } + } + } + #Niger + AND = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + } + } + } + #Mozambique + AND = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + } + } + } + #South Africa + AND = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + } + } + } + #Egypt + AND = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + } + } + } + #Sudan + AND = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + } + } + } + #Ethiopia + AND = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + } + } + } + #Somalia + AND = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + owner = { + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + } + } + } + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + add_country_modifier = { name = claimed_africa duration = 120 } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { THIS = { add_country_modifier = { name = claimed_africa duration = 120 } } } } annex_africa_full = { - sprite_index = 21 - is_triggered_only = yes - months = 12 - crisis = no - - always = yes - - construction_speed = 2.5 - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.6 - penalty_factor = 2 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 0 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - } - NOT = { is_our_vassal = THIS } - NOT = { number_of_states = 2 } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - THIS = { - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = TUR } - slavery = no_slavery - OR = { - is_greater_power = yes - is_secondary_power = yes - } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = claimed_africa } - NOT = { has_country_flag = congo_award } - civilized = yes - has_global_flag = berlin_conference - } - civilized = no - is_vassal = no - NOT = { - tag = MOR - tag = ALD - tag = TRI - tag = LIB - tag = CYR - primary_culture = kefficho - primary_culture = amhara - primary_culture = tigray - primary_culture = oromo - primary_culture = harari - has_country_flag = post_colonial_country - } - capital_scope = { continent = africa } - ai = yes - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - - #Claimed colonial regions can't be conquered with this CB - NOT = { - #Ghana - AND = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - } - } - #Ivory Coast - AND = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - } - } - #Nigeria - AND = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - } - } - #Guinea - AND = { - any_owned_province = { region = FRA_1883 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1883 } - } - any_greater_power = { - any_owned_province = { region = FRA_1883 } - } - } - } - #Guinea-Bissau - AND = { - any_owned_province = { region = FRA_1878 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = FRA_1878 } - } - any_greater_power = { - any_owned_province = { region = FRA_1878 } - } - } - } - #Angola - AND = { - any_owned_province = { region = POR_1999 } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { region = POR_1999 } - } - any_greater_power = { - any_owned_province = { region = POR_1999 } - } - } - } - #Senegal and Mauritania - AND = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - } - } - #Mali - AND = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - } - } - #Niger - AND = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - } - } - #Mozambique - AND = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - } - } - #South Africa - AND = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - } - } - #Egypt - AND = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - } - } - #Sudan - AND = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - } - } - #Ethiopia - AND = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - } - } - #Somalia - AND = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - OR = { - any_neighbor_country = { - civilized = yes - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_greater_power = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - } - } - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - add_country_modifier = { name = claimed_africa duration = 120 } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { - THIS = { add_country_modifier = { name = claimed_africa duration = 120 } } - tech_school = developing_tech_school - } + sprite_index = 21 + is_triggered_only = yes + months = 12 + crisis = no + + always = yes + + construction_speed = 2.5 + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.6 + penalty_factor = 2 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 0 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + } + NOT = { is_our_vassal = THIS } + NOT = { number_of_states = 2 } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + THIS = { + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = TUR } + slavery = no_slavery + OR = { + is_greater_power = yes + is_secondary_power = yes + } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = claimed_africa } + NOT = { has_country_flag = congo_award } + civilized = yes + has_global_flag = berlin_conference + } + civilized = no + is_vassal = no + NOT = { + tag = MOR + tag = ALD + tag = TRI + tag = LIB + tag = CYR + primary_culture = kefficho + primary_culture = amhara + primary_culture = tigray + primary_culture = oromo + primary_culture = harari + has_country_flag = post_colonial_country + } + capital_scope = { continent = africa } + ai = yes + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + + #Claimed colonial regions can't be conquered with this CB + NOT = { + #Ghana + AND = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + } + } + #Ivory Coast + AND = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + } + } + #Nigeria + AND = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + } + } + #Guinea + AND = { + any_owned_province = { region = FRA_1883 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1883 } + } + any_greater_power = { + any_owned_province = { region = FRA_1883 } + } + } + } + #Guinea-Bissau + AND = { + any_owned_province = { region = FRA_1878 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = FRA_1878 } + } + any_greater_power = { + any_owned_province = { region = FRA_1878 } + } + } + } + #Angola + AND = { + any_owned_province = { region = POR_1999 } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { region = POR_1999 } + } + any_greater_power = { + any_owned_province = { region = POR_1999 } + } + } + } + #Senegal and Mauritania + AND = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + } + } + #Mali + AND = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + } + } + #Niger + AND = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + } + } + #Mozambique + AND = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + } + } + #South Africa + AND = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + } + } + #Egypt + AND = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + } + } + #Sudan + AND = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + } + } + #Ethiopia + AND = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + } + } + #Somalia + AND = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + OR = { + any_neighbor_country = { + civilized = yes + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_greater_power = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + } + } + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + add_country_modifier = { name = claimed_africa duration = 120 } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { + THIS = { add_country_modifier = { name = claimed_africa duration = 120 } } + tech_school = developing_tech_school + } } # Establish Protectorate establish_protectorate_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 0.5 - - badboy_factor = 1.5 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - civilized = no - is_vassal = no - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - NOT = { is_our_vassal = THIS } - NOT = { - has_country_modifier = neutrality_modifier - number_of_states = 2 - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - OR = { - THIS = { war_policy = jingoism } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - THIS = { - civilized = yes - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { has_global_flag = berlin_conference } - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - OR = { - THIS = { NOT = { nationalism_n_imperialism = 1 } } - civilization_progress = 0.6 - has_country_flag = post_colonial_country - AND = { - THIS = { nationalism_n_imperialism = 1 } - capital_scope = { continent = africa } - } - } - - #Restrictions to non-African State conquering - OR = { - capital_scope = { continent = africa } - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - on_po_accepted = { tech_school = developing_tech_school } + sprite_index = 7 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 0.5 + + badboy_factor = 1.5 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + civilized = no + is_vassal = no + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + NOT = { is_our_vassal = THIS } + NOT = { + has_country_modifier = neutrality_modifier + number_of_states = 2 + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + OR = { + THIS = { war_policy = jingoism } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + THIS = { + civilized = yes + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { has_global_flag = berlin_conference } + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + OR = { + THIS = { NOT = { nationalism_n_imperialism = 1 } } + civilization_progress = 0.6 + has_country_flag = post_colonial_country + AND = { + THIS = { nationalism_n_imperialism = 1 } + capital_scope = { continent = africa } + } + } + + #Restrictions to non-African State conquering + OR = { + capital_scope = { continent = africa } + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + on_po_accepted = { tech_school = developing_tech_school } } establish_protectorate_NI_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 0.8 - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 0.8 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - NOT = { is_our_vassal = THIS } - THIS = { - civilized = yes - nationalism_n_imperialism = 1 - NOT = { - has_country_modifier = neutrality_modifier - has_global_flag = berlin_conference - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - NOT = { - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - AND = { - tag = KOR - THIS = { tag = JAP } - } - } - NOT = { - has_country_modifier = neutrality_modifier - capital_scope = { continent = africa } - number_of_states = 7 - } - civilized = no - is_vassal = no - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - - #Restrictions to non-African State conquering - OR = { - capital_scope = { continent = africa } - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - on_po_accepted = { tech_school = developing_tech_school } + sprite_index = 7 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 0.8 + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 0.8 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + NOT = { is_our_vassal = THIS } + THIS = { + civilized = yes + nationalism_n_imperialism = 1 + NOT = { + has_country_modifier = neutrality_modifier + has_global_flag = berlin_conference + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + NOT = { + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + AND = { + tag = KOR + THIS = { tag = JAP } + } + } + NOT = { + has_country_modifier = neutrality_modifier + capital_scope = { continent = africa } + number_of_states = 7 + } + civilized = no + is_vassal = no + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + + #Restrictions to non-African State conquering + OR = { + capital_scope = { continent = africa } + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + on_po_accepted = { tech_school = developing_tech_school } } establish_protectorate_BC_casus_belli = { - sprite_index = 7 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 1 - - badboy_factor = 0.5 - prestige_factor = 1 - peace_cost_factor = 0.6 - penalty_factor = 1 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { any_owned_province = { port = yes } } - } - } - NOT = { is_our_vassal = THIS } - THIS = { - civilized = yes - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - NOT = { has_country_modifier = neutrality_modifier } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - NOT = { - civilization_progress = 0.6 - has_country_flag = post_colonial_country - } - AND = { - tag = KOR - THIS = { tag = JAP } - } - } - NOT = { - civilized = yes - war_with = THIS - has_country_modifier = neutrality_modifier - } - OR = { - NOT = { number_of_states = 12 } - capital_scope = { continent = africa } - } - civilized = no - is_vassal = no - #OR = { - # war_with = THIS - # THIS = { NOT = { has_country_modifier = punitive_effects } } - #} - - OR = { - THIS = { ai = no } - THIS = { war_policy = jingoism NOT = { government = democracy } } - NOT = { - THIS = { - OR = { - capital_scope = { continent = south_america } - capital_scope = { continent = north_america } - capital_scope = { continent = australia_new_zealand } - } - } - } - } - - #Restrictions to non-African State conquering - OR = { - capital_scope = { continent = africa } - - NOT = { total_pops = 500000 } - - AND = { - NOT = { total_pops = 1000000 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_logistics = 1 - } - THIS = { - ai = yes - raider_group_doctrine = 1 - iron_steamers = 1 - } - } - } - - AND = { - NOT = { total_pops = 2000000 } - THIS = { machine_guns = 1 } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_directionism = 1 - } - THIS = { - ai = yes - steam_turbine_ships = 1 - } - } - } - AND = { - NOT = { total_pops = 3000000 } - THIS = { - bolt_action_rifles = 1 - army_risk_management = 1 - } - OR = { - capital_scope = { is_overseas = no } - THIS = { - ai = no - naval_integration = 1 - } - THIS = { - ai = yes - oil_driven_ships = 1 - } - } - } - AND = { - total_pops = 3000000 - THIS = { - modern_divisional_structure = 1 - army_nco_training = 1 - } - } - } ###End of Non-African Restrictions - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - on_po_accepted = { tech_school = developing_tech_school } + sprite_index = 7 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 1 + + badboy_factor = 0.5 + prestige_factor = 1 + peace_cost_factor = 0.6 + penalty_factor = 1 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { any_owned_province = { port = yes } } + } + } + NOT = { is_our_vassal = THIS } + THIS = { + civilized = yes + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + NOT = { has_country_modifier = neutrality_modifier } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + NOT = { + civilization_progress = 0.6 + has_country_flag = post_colonial_country + } + AND = { + tag = KOR + THIS = { tag = JAP } + } + } + NOT = { + civilized = yes + war_with = THIS + has_country_modifier = neutrality_modifier + } + OR = { + NOT = { number_of_states = 12 } + capital_scope = { continent = africa } + } + civilized = no + is_vassal = no + #OR = { + # war_with = THIS + # THIS = { NOT = { has_country_modifier = punitive_effects } } + #} + + OR = { + THIS = { ai = no } + THIS = { war_policy = jingoism NOT = { government = democracy } } + NOT = { + THIS = { + OR = { + capital_scope = { continent = south_america } + capital_scope = { continent = north_america } + capital_scope = { continent = australia_new_zealand } + } + } + } + } + + #Restrictions to non-African State conquering + OR = { + capital_scope = { continent = africa } + + NOT = { total_pops = 500000 } + + AND = { + NOT = { total_pops = 1000000 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_logistics = 1 + } + THIS = { + ai = yes + raider_group_doctrine = 1 + iron_steamers = 1 + } + } + } + + AND = { + NOT = { total_pops = 2000000 } + THIS = { machine_guns = 1 } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_directionism = 1 + } + THIS = { + ai = yes + steam_turbine_ships = 1 + } + } + } + AND = { + NOT = { total_pops = 3000000 } + THIS = { + bolt_action_rifles = 1 + army_risk_management = 1 + } + OR = { + capital_scope = { is_overseas = no } + THIS = { + ai = no + naval_integration = 1 + } + THIS = { + ai = yes + oil_driven_ships = 1 + } + } + } + AND = { + total_pops = 3000000 + THIS = { + modern_divisional_structure = 1 + army_nco_training = 1 + } + } + } ###End of Non-African Restrictions + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + on_po_accepted = { tech_school = developing_tech_school } } #Status Quo status_quo = { - sprite_index = 1 - is_triggered_only = yes - months = 12 - constructing_cb = no - - can_use = { - NOT = { is_our_vassal = THIS } - always = no - } - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - po_status_quo = yes - - war_name = WAR_NAME + sprite_index = 1 + is_triggered_only = yes + months = 12 + constructing_cb = no + + can_use = { + NOT = { is_our_vassal = THIS } + always = no + } + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + po_status_quo = yes + + war_name = WAR_NAME } #New with AHD cut_down_to_size_boxer = { - sprite_index = 8 - is_triggered_only = yes - months = 12 - constructing_cb = no - crisis = no - - can_use = { - tag = QNG - civilized = no - has_country_flag = boxers_appeared - NOT = { has_country_flag = boxers_disbanded } - } - - badboy_factor = 1.1 - prestige_factor = 5 - peace_cost_factor = 12.5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - po_disarmament = yes - po_reparations = yes - - war_name = WAR_BOXER_NAME - - on_add = { - set_country_flag = intervened_boxer_war - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - THIS = { clr_country_flag = intervened_boxer_war } - country_event = 99015 - } + sprite_index = 8 + is_triggered_only = yes + months = 12 + constructing_cb = no + crisis = no + + can_use = { + tag = QNG + civilized = no + has_country_flag = boxers_appeared + NOT = { has_country_flag = boxers_disbanded } + } + + badboy_factor = 1.1 + prestige_factor = 5 + peace_cost_factor = 12.5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + po_disarmament = yes + po_reparations = yes + + war_name = WAR_BOXER_NAME + + on_add = { + set_country_flag = intervened_boxer_war + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + THIS = { clr_country_flag = intervened_boxer_war } + country_event = 99015 + } } # Make Puppet make_puppet = { - sprite_index = 18 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 2.0 - prestige_factor = 1 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - } - } - } - NOT = { - is_our_vassal = THIS - has_country_modifier = neutrality_modifier - total_pops = 5000000 - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - is_vassal = no - is_greater_power = no - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - - po_make_puppet = yes - - war_name = WAR_PUPPET_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - country_event = 19370 - } + sprite_index = 18 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 2.0 + prestige_factor = 1 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + } + } + } + NOT = { + is_our_vassal = THIS + has_country_modifier = neutrality_modifier + total_pops = 5000000 + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + is_vassal = no + is_greater_power = no + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + + po_make_puppet = yes + + war_name = WAR_PUPPET_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + country_event = 19370 + } } # Become Independent become_independent = { - sprite_index = 10 - is_triggered_only = yes - months = 12 - crisis = no - - always = yes - - badboy_factor = 1 - prestige_factor = 1 - peace_cost_factor = 5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 108 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - is_our_vassal = THIS - THIS = { is_substate = no } - NOT = { has_country_modifier = neutrality_modifier } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - OR = { - FROM = { is_our_vassal = THIS } - war_with = THIS - } - } - - po_release_puppet = yes - po_add_to_sphere = yes - - war_name = WAR_INDEPENDENCE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - add_war_goal = { - casus_belli = make_puppet - } - leave_alliance = FROM - release_vassal = THIS - } + sprite_index = 10 + is_triggered_only = yes + months = 12 + crisis = no + + always = yes + + badboy_factor = 1 + prestige_factor = 1 + peace_cost_factor = 5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 108 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + is_our_vassal = THIS + THIS = { is_substate = no } + NOT = { has_country_modifier = neutrality_modifier } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + OR = { + FROM = { is_our_vassal = THIS } + war_with = THIS + } + } + + po_release_puppet = yes + po_add_to_sphere = yes + + war_name = WAR_INDEPENDENCE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + add_war_goal = { + casus_belli = make_puppet + } + leave_alliance = FROM + release_vassal = THIS + } } # Revert from Communist Government uninstall_communist_gov_cb = { - sprite_index = 13 - is_triggered_only = yes - months = 12 - crisis = no - - # Is automatically added to countries that intervened at while install_communist_gov_cb - # so they can revert those countries government. - constructing_cb = no - - badboy_factor = 0.5 - prestige_factor = 1 - peace_cost_factor = 5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - THIS = { NOT = { ruling_party_ideology = communist } } - government = proletarian_dictatorship - is_vassal = no - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { - NOT = { - has_country_modifier = no_more_war - } - } - } - } - - po_uninstall_communist_gov_type = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 13 + is_triggered_only = yes + months = 12 + crisis = no + + # Is automatically added to countries that intervened at while install_communist_gov_cb + # so they can revert those countries government. + constructing_cb = no + + badboy_factor = 0.5 + prestige_factor = 1 + peace_cost_factor = 5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + THIS = { NOT = { ruling_party_ideology = communist } } + government = proletarian_dictatorship + is_vassal = no + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { + NOT = { + has_country_modifier = no_more_war + } + } + } + } + + po_uninstall_communist_gov_type = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } great_war_install_democracy = { - sprite_index = 19 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 30 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - always = yes - - can_use = { - THIS = { - has_country_flag = in_great_war - is_greater_power = yes - OR = { - government = hms_government - government = democracy - } - } - has_country_flag = in_great_war - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - war_with = THIS - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - - po_remove_prestige = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { set_country_flag = friendly_democracy } - country_event = 96085 - } + sprite_index = 19 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 30 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + always = yes + + can_use = { + THIS = { + has_country_flag = in_great_war + is_greater_power = yes + OR = { + government = hms_government + government = democracy + } + } + has_country_flag = in_great_war + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + war_with = THIS + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + + po_remove_prestige = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { set_country_flag = friendly_democracy } + country_event = 96085 + } } great_war_install_fascism = { - sprite_index = 17 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 30 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - always = yes - - can_use = { - THIS = { - has_country_flag = in_great_war - is_greater_power = yes - government = fascist_dictatorship - } - has_country_flag = in_great_war - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - war_with = THIS - NOT = { government = fascist_dictatorship } - } - - po_remove_prestige = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { set_country_flag = friendly_fascist } - country_event = 96086 - } + sprite_index = 17 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 30 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + always = yes + + can_use = { + THIS = { + has_country_flag = in_great_war + is_greater_power = yes + government = fascist_dictatorship + } + has_country_flag = in_great_war + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + war_with = THIS + NOT = { government = fascist_dictatorship } + } + + po_remove_prestige = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { set_country_flag = friendly_fascist } + country_event = 96086 + } } great_war_install_communism = { - sprite_index = 12 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 0 - prestige_factor = 1 - peace_cost_factor = 30 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - always = yes - - can_use = { - THIS = { - has_country_flag = in_great_war - is_greater_power = yes - government = proletarian_dictatorship - } - has_country_flag = in_great_war - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - war_with = THIS - NOT = { government = proletarian_dictatorship } - } - - po_remove_prestige = yes - po_install_communist_gov_type = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { set_country_flag = friendly_communist } - country_event = 96087 - } + sprite_index = 12 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 0 + prestige_factor = 1 + peace_cost_factor = 30 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + always = yes + + can_use = { + THIS = { + has_country_flag = in_great_war + is_greater_power = yes + government = proletarian_dictatorship + } + has_country_flag = in_great_war + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + war_with = THIS + NOT = { government = proletarian_dictatorship } + } + + po_remove_prestige = yes + po_install_communist_gov_type = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { set_country_flag = friendly_communist } + country_event = 96087 + } } install_democracy = { - sprite_index = 19 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 1.5 - prestige_factor = 1 - peace_cost_factor = 50 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - THIS = { - NOT = { has_country_flag = in_great_war } - is_greater_power = yes - OR = { - government = hms_government - government = democracy - } - } - has_global_flag = great_wars_enabled - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { - NOT = { - has_country_flag = in_great_war - has_country_modifier = no_more_war - } - } - } - } - - po_remove_prestige = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { - set_country_flag = friendly_democracy - any_country = { - limit = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - relation = { who = THIS value = -50 } - } - } - country_event = 96085 - } + sprite_index = 19 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 1.5 + prestige_factor = 1 + peace_cost_factor = 50 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + THIS = { + NOT = { has_country_flag = in_great_war } + is_greater_power = yes + OR = { + government = hms_government + government = democracy + } + } + has_global_flag = great_wars_enabled + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { + NOT = { + has_country_flag = in_great_war + has_country_modifier = no_more_war + } + } + } + } + + po_remove_prestige = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { + set_country_flag = friendly_democracy + any_country = { + limit = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + relation = { who = THIS value = -50 } + } + } + country_event = 96085 + } } install_fascism = { - sprite_index = 17 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 2 - prestige_factor = 1 - peace_cost_factor = 50 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - THIS = { - NOT = { has_country_flag = in_great_war } - government = fascist_dictatorship - } - is_ideology_enabled = fascist - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - NOT = { government = fascist_dictatorship } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { - NOT = { - has_country_flag = in_great_war - has_country_modifier = no_more_war - } - } - } - } - - po_remove_prestige = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { - set_country_flag = friendly_fascist - any_country = { - limit = { - OR = { - government = hms_government - government = democracy - } - } - relation = { who = THIS value = -50 } - } - } - country_event = 96086 - } + sprite_index = 17 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 2 + prestige_factor = 1 + peace_cost_factor = 50 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + THIS = { + NOT = { has_country_flag = in_great_war } + government = fascist_dictatorship + } + is_ideology_enabled = fascist + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + NOT = { government = fascist_dictatorship } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { + NOT = { + has_country_flag = in_great_war + has_country_modifier = no_more_war + } + } + } + } + + po_remove_prestige = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { + set_country_flag = friendly_fascist + any_country = { + limit = { + OR = { + government = hms_government + government = democracy + } + } + relation = { who = THIS value = -50 } + } + } + country_event = 96086 + } } install_communism = { - sprite_index = 12 - is_triggered_only = yes - months = 12 - construction_speed = 1.5 - crisis = no - - badboy_factor = 2 - prestige_factor = 1 - peace_cost_factor = 50 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - THIS = { - NOT = { has_country_flag = in_great_war } - government = proletarian_dictatorship - } - is_ideology_enabled = communist - is_vassal = no - civilized = yes - NOT = { is_our_vassal = THIS } - NOT = { government = proletarian_dictatorship } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - OR = { - war_with = THIS - THIS = { - NOT = { - has_country_flag = in_great_war - has_country_modifier = no_more_war - } - } - } - } - - po_remove_prestige = yes - po_install_communist_gov_type = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { - THIS = { - set_country_flag = friendly_communist - any_country = { - limit = { - OR = { - government = hms_government - government = democracy - } - } - relation = { who = THIS value = -50 } - } - } - country_event = 96087 - } + sprite_index = 12 + is_triggered_only = yes + months = 12 + construction_speed = 1.5 + crisis = no + + badboy_factor = 2 + prestige_factor = 1 + peace_cost_factor = 50 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + THIS = { + NOT = { has_country_flag = in_great_war } + government = proletarian_dictatorship + } + is_ideology_enabled = communist + is_vassal = no + civilized = yes + NOT = { is_our_vassal = THIS } + NOT = { government = proletarian_dictatorship } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + OR = { + war_with = THIS + THIS = { + NOT = { + has_country_flag = in_great_war + has_country_modifier = no_more_war + } + } + } + } + + po_remove_prestige = yes + po_install_communist_gov_type = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { + THIS = { + set_country_flag = friendly_communist + any_country = { + limit = { + OR = { + government = hms_government + government = democracy + } + } + relation = { who = THIS value = -50 } + } + } + country_event = 96087 + } } # Gain control of Substate region acquire_substate_region = { - sprite_index = 6 - is_triggered_only = yes - months = 12 - crisis = no - - construction_speed = 0.5 - - badboy_factor = 2.2 - prestige_factor = 2 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - num_of_substates = 1 # if has any substate - THIS = { ai = no } - any_substate = { - OR = { - neighbour = THIS - AND = { - THIS = { total_amount_of_ships = 5 } - any_owned_province = { port = yes } - } - } - number_of_states = 1 - any_owned_province = { - not = { is_core = THIS } - is_colonial = no - } - } - } - - allowed_substate_regions = { - is_colonial = no - #owner = { NOT = { in_sphere = THIS } } - any_owned_province = { - not = { is_core = THIS } - is_colonial = no - } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - any_owned_province = { port = yes } - } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - } - } - - po_demand_state = yes - - war_name = WAR_TAKE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 6 + is_triggered_only = yes + months = 12 + crisis = no + + construction_speed = 0.5 + + badboy_factor = 2.2 + prestige_factor = 2 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + num_of_substates = 1 # if has any substate + THIS = { ai = no } + any_substate = { + OR = { + neighbour = THIS + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + } + number_of_states = 1 + any_owned_province = { + not = { is_core = THIS } + is_colonial = no + } + } + } + + allowed_substate_regions = { + is_colonial = no + #owner = { NOT = { in_sphere = THIS } } + any_owned_province = { + not = { is_core = THIS } + is_colonial = no + } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + } + } + + po_demand_state = yes + + war_name = WAR_TAKE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Colonial competition colonial_competition = { - sprite_index = 31 - is_triggered_only = yes - constructing_cb = no # only used in crises - crisis = no - months = 12 - - badboy_factor = 0 - prestige_factor = 2 - peace_cost_factor = 0.9 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - po_colony = yes - - war_name = WAR_COLONIAL_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + sprite_index = 31 + is_triggered_only = yes + constructing_cb = no # only used in crises + crisis = no + months = 12 + + badboy_factor = 0 + prestige_factor = 2 + peace_cost_factor = 0.9 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + po_colony = yes + + war_name = WAR_COLONIAL_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } # Dismantle fortifications (forts + naval bases) dismantle_forts = { - sprite_index = 16 - is_triggered_only = yes - months = 12 - - badboy_factor = 1 - prestige_factor = 0.5 - peace_cost_factor = 5 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { - is_our_vassal = THIS - has_country_modifier = neutrality_modifier - } - is_vassal = no - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = neutrality_modifier } - military_score = 1 - } - } - THIS = { civilized = yes } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - THIS = { government = fascist_dictatorship } - THIS = { government = proletarian_dictatorship } - THIS = { civilized = no } - war_with = THIS - NOT = { relation = { who = THIS value = 0 } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal's state - allowed_states = { - any_owned_province = { - OR = { - has_building = fort - has_building = naval_base - } - } - OR = { - THIS = { ai = no } - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - AND = { - any_owned_province = { port = yes } - THIS = { is_greater_power = yes } - } - } - } - - po_destroy_forts = yes - po_destroy_naval_bases = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - } + sprite_index = 16 + is_triggered_only = yes + months = 12 + + badboy_factor = 1 + prestige_factor = 0.5 + peace_cost_factor = 5 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { + is_our_vassal = THIS + has_country_modifier = neutrality_modifier + } + is_vassal = no + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = neutrality_modifier } + military_score = 1 + } + } + THIS = { civilized = yes } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + THIS = { government = fascist_dictatorship } + THIS = { government = proletarian_dictatorship } + THIS = { civilized = no } + war_with = THIS + NOT = { relation = { who = THIS value = 0 } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal's state + allowed_states = { + any_owned_province = { + OR = { + has_building = fort + has_building = naval_base + } + } + OR = { + THIS = { ai = no } + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + AND = { + any_owned_province = { port = yes } + THIS = { is_greater_power = yes } + } + } + } + + po_destroy_forts = yes + po_destroy_naval_bases = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + } } #Placeholder for calling allies call_allies_cb = { - sprite_index = 11 - is_triggered_only = yes - months = 1 - constructing_cb = no - crisis = no - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 1 - penalty_factor = 0 - - break_truce_prestige_factor = 0 - break_truce_infamy_factor = 0 - break_truce_militancy_factor = 0 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - THIS = { ai = yes } - always = no - } - - po_remove_prestige = yes - - war_name = WAR_NAME - - on_add = { - } + sprite_index = 11 + is_triggered_only = yes + months = 1 + constructing_cb = no + crisis = no + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 1 + penalty_factor = 0 + + break_truce_prestige_factor = 0 + break_truce_infamy_factor = 0 + break_truce_militancy_factor = 0 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + THIS = { ai = yes } + always = no + } + + po_remove_prestige = yes + + war_name = WAR_NAME + + on_add = { + } } #Placeholder for acquire state-by-event acquire_any_state = { - sprite_index = 6 - is_triggered_only = yes - months = 12 - constructing_cb = no - crisis = no - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 0 - break_truce_infamy_factor = 0 - break_truce_militancy_factor = 0 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - is_vassal = no - NOT = { is_our_vassal = THIS } - always = no - } - - allowed_states = { - } - - po_demand_state = yes - - war_name = WAR_TAKE_NAME - - on_add = { - } - - on_po_accepted = { - random_owned = { - limit = { - owner = { - civilized = no - is_culture_group = east_asian - OR = { - owns = 1481 - owns = 1496 - owns = 1498 - owns = 1538 - owns = 1566 - owns = 1569 - owns = 1606 - owns = 2632 - } - } - THIS = { - civilized = yes - NOT = { is_culture_group = east_asian } - num_of_ports = 1 - } - } - owner = { country_event = 1316089 } - } - } + sprite_index = 6 + is_triggered_only = yes + months = 12 + constructing_cb = no + crisis = no + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 0 + break_truce_infamy_factor = 0 + break_truce_militancy_factor = 0 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + is_vassal = no + NOT = { is_our_vassal = THIS } + always = no + } + + allowed_states = { + } + + po_demand_state = yes + + war_name = WAR_TAKE_NAME + + on_add = { + } + + on_po_accepted = { + random_owned = { + limit = { + owner = { + civilized = no + is_culture_group = east_asian + OR = { + owns = 1481 + owns = 1496 + owns = 1498 + owns = 1538 + owns = 1566 + owns = 1569 + owns = 1606 + owns = 2632 + } + } + THIS = { + civilized = yes + NOT = { is_culture_group = east_asian } + any_owned_province = { port = yes } + } + } + owner = { country_event = 1316089 } + } + } } conquest_any = { - sprite_index = 22 - is_triggered_only = yes - months = 12 - constructing_cb = no - crisis = no - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - always = no - } - - badboy_factor = 0 - prestige_factor = 0 - peace_cost_factor = 1 - penalty_factor = 1 - - break_truce_prestige_factor = 0 - break_truce_infamy_factor = 0 - break_truce_militancy_factor = 0 - truce_months = 48 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - po_annex = yes - - war_name = WAR_CONQUEST_ANY_NAME - - on_add = { - } - - on_po_accepted = { - THIS = { - random_owned = { - limit = { is_core = TRN TRN = { exists = no has_country_flag = uncivilize_on_conquest } } - THIS = { release_vassal = TRN } - TRN = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } - TRN = { civilized = yes } - } - random_owned = { - limit = { is_core = ORA ORA = { exists = no has_country_flag = uncivilize_on_conquest } } - THIS = { release_vassal = ORA } - ORA = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } - ORA = { civilized = yes } - } - random_owned = { - limit = { is_core = NAL NAL = { exists = no has_country_flag = uncivilize_on_conquest } } - THIS = { release_vassal = NAL } - NAL = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } - NAL = { civilized = yes } - } - } - } + sprite_index = 22 + is_triggered_only = yes + months = 12 + constructing_cb = no + crisis = no + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + always = no + } + + badboy_factor = 0 + prestige_factor = 0 + peace_cost_factor = 1 + penalty_factor = 1 + + break_truce_prestige_factor = 0 + break_truce_infamy_factor = 0 + break_truce_militancy_factor = 0 + truce_months = 48 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + po_annex = yes + + war_name = WAR_CONQUEST_ANY_NAME + + on_add = { + } + + on_po_accepted = { + THIS = { + random_owned = { + limit = { is_core = TRN TRN = { exists = no has_country_flag = uncivilize_on_conquest } } + THIS = { release_vassal = TRN } + TRN = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } + TRN = { civilized = yes } + } + random_owned = { + limit = { is_core = ORA ORA = { exists = no has_country_flag = uncivilize_on_conquest } } + THIS = { release_vassal = ORA } + ORA = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } + ORA = { civilized = yes } + } + random_owned = { + limit = { is_core = NAL NAL = { exists = no has_country_flag = uncivilize_on_conquest } } + THIS = { release_vassal = NAL } + NAL = { clr_country_flag = uncivilize_on_conquest civilized = no annex_to = THIS } + NAL = { civilized = yes } + } + } + } } #Treaty Port treaty_port_casus_belli = { - sprite_index = 32 - is_triggered_only = yes - months = 12 - crisis = no - - badboy_factor = 1 - prestige_factor = 0.5 - peace_cost_factor = 10 - penalty_factor = 2 - - break_truce_prestige_factor = 4 - break_truce_infamy_factor = 4 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 0 - - always = no - - can_use = { - NOT = { is_our_vassal = THIS } - THIS = { - civilized = yes - is_disarmed = no - any_owned_province = { has_building = naval_base } - NOT = { has_country_modifier = neutrality_modifier } - OR = { - naval_plans = 1 - ai = yes - } - OR = { - AND = { - military_score = 25 - total_amount_of_ships = 25 - total_pops = 250000 - rank = 16 - } - war_with = THIS - } - OR = { - NOT = { war_policy = pacifism } - ai = no - war_with = THIS - } - } - NOT = { has_country_modifier = neutrality_modifier } - civilized = no - is_vassal = no - num_of_cities = 2 - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihai - owns = 1606 #Jiaxing - owns = 2681 #Taibei - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - owns = 1071 #Qeshm - owns = 1695 #Ifni - owns = 2640 #Gwadar - owns = 1177 #Socotra - owns = 2048 #Zanzibar - owns = 1637 #Cheju - owns = 2589 #Tsushima - owns = 12 #Sado - } - } - - po_reparations = yes - - tws_battle_factor = 1.5 - - war_name = PUNITIVE_EXPEDITION_WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } - - on_po_accepted = { - random_owned = { - limit = { - owner = { - civilized = no - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2681 #Taibei - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - owns = 1071 #Qeshm - owns = 1695 #Ifni - owns = 2640 #Gwadar - owns = 1177 #Socotra - owns = 2048 #Zanzibar - owns = 1637 #Cheju - owns = 2589 #Tsushima - owns = 12 #Sado - } - } - THIS = { - civilized = yes - NOT = { is_culture_group = east_asian } - num_of_ports = 1 - } - } - owner = { add_country_modifier = { name = negotiating_unequal_treaty duration = 30 } } - THIS = { add_country_modifier = { name = negotiating_treaty duration = 30 } } - } - #random_owned = { limit = { owner = { civilized = no has_country_modifier = uncivilized_isolationism } } - # owner = { remove_country_modifier = uncivilized_isolationism } - #} - #random_owned = { limit = { owner = { civilized = no NOT = { has_country_modifier = western_influences } } } - # owner = { add_country_modifier = { name = western_influences duration = -1 } } - #} - #random_owned = { limit = { owner = { civilized = no NOT = { capital_scope = { has_country_modifier = legation_quarter } } } } - # owner = { capital_scope = { add_province_modifier = { name = legation_quarter duration = -1 } } } - #} - } + sprite_index = 32 + is_triggered_only = yes + months = 12 + crisis = no + + badboy_factor = 1 + prestige_factor = 0.5 + peace_cost_factor = 10 + penalty_factor = 2 + + break_truce_prestige_factor = 4 + break_truce_infamy_factor = 4 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 0 + + always = no + + can_use = { + NOT = { is_our_vassal = THIS } + THIS = { + civilized = yes + is_disarmed = no + any_owned_province = { has_building = naval_base } + NOT = { has_country_modifier = neutrality_modifier } + OR = { + naval_plans = 1 + ai = yes + } + OR = { + AND = { + military_score = 25 + total_amount_of_ships = 25 + total_pops = 250000 + rank = 16 + } + war_with = THIS + } + OR = { + NOT = { war_policy = pacifism } + ai = no + war_with = THIS + } + } + NOT = { has_country_modifier = neutrality_modifier } + civilized = no + is_vassal = no + num_of_cities = 2 + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihai + owns = 1606 #Jiaxing + owns = 2681 #Taibei + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + owns = 1071 #Qeshm + owns = 1695 #Ifni + owns = 2640 #Gwadar + owns = 1177 #Socotra + owns = 2048 #Zanzibar + owns = 1637 #Cheju + owns = 2589 #Tsushima + owns = 12 #Sado + } + } + + po_reparations = yes + + tws_battle_factor = 1.5 + + war_name = PUNITIVE_EXPEDITION_WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } + + on_po_accepted = { + random_owned = { + limit = { + owner = { + civilized = no + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2681 #Taibei + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + owns = 1071 #Qeshm + owns = 1695 #Ifni + owns = 2640 #Gwadar + owns = 1177 #Socotra + owns = 2048 #Zanzibar + owns = 1637 #Cheju + owns = 2589 #Tsushima + owns = 12 #Sado + } + } + THIS = { + civilized = yes + NOT = { is_culture_group = east_asian } + any_owned_province = { port = yes } + } + } + owner = { add_country_modifier = { name = negotiating_unequal_treaty duration = 30 } } + THIS = { add_country_modifier = { name = negotiating_treaty duration = 30 } } + } + #random_owned = { limit = { owner = { civilized = no has_country_modifier = uncivilized_isolationism } } + # owner = { remove_country_modifier = uncivilized_isolationism } + #} + #random_owned = { limit = { owner = { civilized = no NOT = { has_country_modifier = western_influences } } } + # owner = { add_country_modifier = { name = western_influences duration = -1 } } + #} + #random_owned = { limit = { owner = { civilized = no NOT = { capital_scope = { has_country_modifier = legation_quarter } } } } + # owner = { capital_scope = { add_province_modifier = { name = legation_quarter duration = -1 } } } + #} + } } install_fascism_make_puppet = { - sprite_index = 17 - is_triggered_only = yes - constructing_cb = no - months = 12 - crisis = no - - badboy_factor = 2 - prestige_factor = 1 - peace_cost_factor = 1.17 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - } - - po_make_puppet = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { THIS = { set_country_flag = friendly_fascist_puppet } country_event = 96086 } + sprite_index = 17 + is_triggered_only = yes + constructing_cb = no + months = 12 + crisis = no + + badboy_factor = 2 + prestige_factor = 1 + peace_cost_factor = 1.17 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + } + + po_make_puppet = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { THIS = { set_country_flag = friendly_fascist_puppet } country_event = 96086 } } install_communism_make_puppet = { - sprite_index = 12 - is_triggered_only = yes - constructing_cb = no - months = 12 - crisis = no - - badboy_factor = 2 - prestige_factor = 1 - peace_cost_factor = 1.17 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - } - - po_make_puppet = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { THIS = { set_country_flag = friendly_communist_puppet } country_event = 96087 } + sprite_index = 12 + is_triggered_only = yes + constructing_cb = no + months = 12 + crisis = no + + badboy_factor = 2 + prestige_factor = 1 + peace_cost_factor = 1.17 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + } + + po_make_puppet = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { THIS = { set_country_flag = friendly_communist_puppet } country_event = 96087 } } install_democracy_make_puppet = { - sprite_index = 19 - is_triggered_only = yes - constructing_cb = no - months = 12 - crisis = no - - badboy_factor = 2 - prestige_factor = 1 - peace_cost_factor = 1.17 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - NOT = { is_our_vassal = THIS } - is_vassal = no - } - - po_make_puppet = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - } - - on_po_accepted = { THIS = { set_country_flag = friendly_democracy_puppet } country_event = 96085 } + sprite_index = 19 + is_triggered_only = yes + constructing_cb = no + months = 12 + crisis = no + + badboy_factor = 2 + prestige_factor = 1 + peace_cost_factor = 1.17 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + NOT = { is_our_vassal = THIS } + is_vassal = no + } + + po_make_puppet = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + } + + on_po_accepted = { THIS = { set_country_flag = friendly_democracy_puppet } country_event = 96085 } } #Colonial Conquest/Imperialism CB colonial_conquest = { - sprite_index = 21 - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 0.25 - peace_cost_factor = 0.6 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - } - number_of_states = 2 - NOT = { has_country_modifier = neutrality_modifier } - is_vassal = no - civilized = no - exists = yes - OR = { - NOT = { relation = { who = THIS value = 150 } } - THIS = { ai = no } - war_with = THIS - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { badboy = 0.88 } } - } - THIS = { - civilized = yes - NOT = { has_country_modifier = no_more_war } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_modifier = claimed_africa } - is_disarmed = no - NOT = { war_policy = pacifism } - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - tech_school = naval_tech_school - tech_school = japanese_tech_school - } - state_n_government = 1 - } - - OR = { - #Mozambique - AND = { - THIS = { - capital_scope = { continent = europe } - OR = { - NOT = { has_global_flag = berlin_conference } - NOT = { nationalism_n_imperialism = 1 } - } - OR = { - has_country_flag = reconquest_of_lourenco_marques - AND = { - owns = 2060 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - #Algiers - AND = { - THIS = { - capital_scope = { continent = europe } - OR = { - has_country_flag = marched_through_the_iron_gates - AND = { - owns = 1700 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Yemen - AND = { - THIS = { - nationalism_n_imperialism = 1 - OR = { - owns = 1412 - is_sphere_leader_of = LHJ - } - } - any_owned_province = { region = YEM_1412 } - } - #Indonesia - AND = { - THIS = { owns = 1413 } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - #Laos - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = LUA_1356 } - } - #Cambodia - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = SIA_1366 } - } - #Burma - AND = { - THIS = { - OR = { - AND = { - owns = 1251 - owns = 1236 - any_owned_province = { is_core = BUR } - has_global_flag = berlin_conference - } - AND = { - has_country_flag = empress_of_india - revolution_n_counterrevolution = 1 - } - } - } - any_owned_province = { - OR = { - region = BUR_1330 - region = BUR_1334 - region = BUR_1339 - #region = SIA_1355 - region = ENG_1343 - } - } - } - #Vietnam - AND = { - THIS = { - has_global_flag = berlin_conference - OR = { - AND = { - owns = 1380 - owns = 1369 - revolution_n_counterrevolution = 1 - } - has_country_flag = created_my_indochina - } - } - any_owned_province = { - OR = { - region = DAI_1380 - region = DAI_1375 - region = DAI_1369 - } - } - } - #Malaysia - AND = { - THIS = { - owns = 1384 - OR = { - revolution_n_counterrevolution = 1 - AND = { - has_global_flag = berlin_conference - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - } - } - } - } - - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - allowed_states = { - OR = { - #Mozambique - AND = { - THIS = { - capital_scope = { continent = europe } - OR = { - NOT = { has_global_flag = berlin_conference } - NOT = { nationalism_n_imperialism = 1 } - } - OR = { - has_country_flag = reconquest_of_lourenco_marques - AND = { - owns = 2060 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - #Algiers - AND = { - THIS = { - capital_scope = { continent = europe } - OR = { - has_country_flag = marched_through_the_iron_gates - AND = { - owns = 1700 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Yemen - AND = { - THIS = { - capital_scope = { continent = europe } - nationalism_n_imperialism = 1 - OR = { - owns = 1412 - is_sphere_leader_of = LHJ - } - } - any_owned_province = { region = YEM_1412 } - } - #Indonesia - AND = { - THIS = { owns = 1413 } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - #Laos - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = LUA_1356 } - } - #Cambodia - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = SIA_1366 } - } - #Burma - AND = { - THIS = { - OR = { - AND = { - owns = 1251 - owns = 1236 - any_owned_province = { is_core = BUR } - has_global_flag = berlin_conference - } - AND = { - has_country_flag = empress_of_india - revolution_n_counterrevolution = 1 - } - } - } - any_owned_province = { - OR = { - region = BUR_1330 - region = BUR_1334 - region = BUR_1339 - #region = SIA_1355 - region = ENG_1343 - } - } - } - #Vietnam - AND = { - THIS = { - has_global_flag = berlin_conference - OR = { - AND = { - owns = 1380 - owns = 1369 - revolution_n_counterrevolution = 1 - } - has_country_flag = created_my_indochina - } - } - any_owned_province = { - OR = { - region = DAI_1380 - region = DAI_1375 - region = DAI_1369 - } - } - } - #Malaysia - AND = { - THIS = { - owns = 1384 - OR = { - revolution_n_counterrevolution = 1 - AND = { - has_global_flag = berlin_conference - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - } - } - } - - } - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - random_list = { - 25 = { badboy = 0.5 } - 25 = { badboy = 1 } - 25 = { badboy = 1.5 } - 25 = { badboy = 2 } - } - - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - THIS = { - random_list = { - 20 = { add_country_modifier = { name = claimed_africa duration = 365 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 730 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1095 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1460 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1825 } } - } - } - - THIS = { - random_owned = { - limit = { owner = { has_global_flag = mozambique_created } } - owner = { - any_owned = { - limit = { - NOT = { is_core = MOZ } - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - add_core = MOZ - remove_core = GAZ - remove_core = AGC - remove_core = ZUL - remove_core = SHO - } - } - } - } - } + sprite_index = 21 + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 0.25 + peace_cost_factor = 0.6 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + } + number_of_states = 2 + NOT = { has_country_modifier = neutrality_modifier } + is_vassal = no + civilized = no + exists = yes + OR = { + NOT = { relation = { who = THIS value = 150 } } + THIS = { ai = no } + war_with = THIS + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { badboy = 0.88 } } + } + THIS = { + civilized = yes + NOT = { has_country_modifier = no_more_war } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_modifier = claimed_africa } + is_disarmed = no + NOT = { war_policy = pacifism } + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + tech_school = naval_tech_school + tech_school = japanese_tech_school + } + state_n_government = 1 + } + + OR = { + #Mozambique + AND = { + THIS = { + capital_scope = { continent = europe } + OR = { + NOT = { has_global_flag = berlin_conference } + NOT = { nationalism_n_imperialism = 1 } + } + OR = { + has_country_flag = reconquest_of_lourenco_marques + AND = { + owns = 2060 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + #Algiers + AND = { + THIS = { + capital_scope = { continent = europe } + OR = { + has_country_flag = marched_through_the_iron_gates + AND = { + owns = 1700 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Yemen + AND = { + THIS = { + nationalism_n_imperialism = 1 + OR = { + owns = 1412 + is_sphere_leader_of = LHJ + } + } + any_owned_province = { region = YEM_1412 } + } + #Indonesia + AND = { + THIS = { owns = 1413 } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + #Laos + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = LUA_1356 } + } + #Cambodia + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = SIA_1366 } + } + #Burma + AND = { + THIS = { + OR = { + AND = { + owns = 1251 + owns = 1236 + any_owned_province = { is_core = BUR } + has_global_flag = berlin_conference + } + AND = { + has_country_flag = empress_of_india + revolution_n_counterrevolution = 1 + } + } + } + any_owned_province = { + OR = { + region = BUR_1330 + region = BUR_1334 + region = BUR_1339 + #region = SIA_1355 + region = ENG_1343 + } + } + } + #Vietnam + AND = { + THIS = { + has_global_flag = berlin_conference + OR = { + AND = { + owns = 1380 + owns = 1369 + revolution_n_counterrevolution = 1 + } + has_country_flag = created_my_indochina + } + } + any_owned_province = { + OR = { + region = DAI_1380 + region = DAI_1375 + region = DAI_1369 + } + } + } + #Malaysia + AND = { + THIS = { + owns = 1384 + OR = { + revolution_n_counterrevolution = 1 + AND = { + has_global_flag = berlin_conference + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + } + } + } + } + + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + allowed_states = { + OR = { + #Mozambique + AND = { + THIS = { + capital_scope = { continent = europe } + OR = { + NOT = { has_global_flag = berlin_conference } + NOT = { nationalism_n_imperialism = 1 } + } + OR = { + has_country_flag = reconquest_of_lourenco_marques + AND = { + owns = 2060 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + #Algiers + AND = { + THIS = { + capital_scope = { continent = europe } + OR = { + has_country_flag = marched_through_the_iron_gates + AND = { + owns = 1700 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Yemen + AND = { + THIS = { + capital_scope = { continent = europe } + nationalism_n_imperialism = 1 + OR = { + owns = 1412 + is_sphere_leader_of = LHJ + } + } + any_owned_province = { region = YEM_1412 } + } + #Indonesia + AND = { + THIS = { owns = 1413 } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + #Laos + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = LUA_1356 } + } + #Cambodia + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = SIA_1366 } + } + #Burma + AND = { + THIS = { + OR = { + AND = { + owns = 1251 + owns = 1236 + any_owned_province = { is_core = BUR } + has_global_flag = berlin_conference + } + AND = { + has_country_flag = empress_of_india + revolution_n_counterrevolution = 1 + } + } + } + any_owned_province = { + OR = { + region = BUR_1330 + region = BUR_1334 + region = BUR_1339 + #region = SIA_1355 + region = ENG_1343 + } + } + } + #Vietnam + AND = { + THIS = { + has_global_flag = berlin_conference + OR = { + AND = { + owns = 1380 + owns = 1369 + revolution_n_counterrevolution = 1 + } + has_country_flag = created_my_indochina + } + } + any_owned_province = { + OR = { + region = DAI_1380 + region = DAI_1375 + region = DAI_1369 + } + } + } + #Malaysia + AND = { + THIS = { + owns = 1384 + OR = { + revolution_n_counterrevolution = 1 + AND = { + has_global_flag = berlin_conference + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + } + } + } + + } + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + random_list = { + 25 = { badboy = 0.5 } + 25 = { badboy = 1 } + 25 = { badboy = 1.5 } + 25 = { badboy = 2 } + } + + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + THIS = { + random_list = { + 20 = { add_country_modifier = { name = claimed_africa duration = 365 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 730 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1095 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1460 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1825 } } + } + } + + THIS = { + random_owned = { + limit = { owner = { has_global_flag = mozambique_created } } + owner = { + any_owned = { + limit = { + NOT = { is_core = MOZ } + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + add_core = MOZ + remove_core = GAZ + remove_core = AGC + remove_core = ZUL + remove_core = SHO + } + } + } + } + } } #Colonial Conquest/Imperialism Annex colonial_conquest_full = { - sprite_index = 21 - months = 12 - - construction_speed = 0.8 - - badboy_factor = 0 - prestige_factor = 0.25 - peace_cost_factor = 1 - penalty_factor = 1 - always = yes - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - } - NOT = { number_of_states = 2 } - NOT = { is_our_vassal = THIS } - NOT = { has_country_modifier = neutrality_modifier } - is_vassal = no - civilized = no - exists = yes - OR = { - NOT = { relation = { who = THIS value = 150 } } - THIS = { ai = no } - war_with = THIS - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - OR = { - war_with = THIS - THIS = { NOT = { badboy = 0.88 } } - } - THIS = { - civilized = yes - NOT = { has_country_modifier = no_more_war } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_modifier = claimed_africa } - is_disarmed = no - NOT = { war_policy = pacifism } - capital_scope = { continent = europe } - state_n_government = 1 - } - - OR = { - #Mozambique - AND = { - THIS = { - OR = { - NOT = { has_global_flag = berlin_conference } - NOT = { nationalism_n_imperialism = 1 } - } - OR = { - has_country_flag = reconquest_of_lourenco_marques - AND = { - owns = 2060 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - #Algiers - AND = { - THIS = { - OR = { - has_country_flag = marched_through_the_iron_gates - AND = { - owns = 1700 - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Yemen - AND = { - THIS = { - nationalism_n_imperialism = 1 - OR = { - owns = 1412 - is_sphere_leader_of = LHJ - } - } - any_owned_province = { region = YEM_1412 } - } - #Indonesia - AND = { - THIS = { owns = 1413 } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - - #Indonesia - AND = { - THIS = { owns = 1413 } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - - #Laos - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = LUA_1356 } - } - - #Cambodia - AND = { - THIS = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - } - any_owned_province = { region = SIA_1366 } - } - - #Burma - AND = { - THIS = { - OR = { - AND = { - owns = 1251 - owns = 1236 - any_owned_province = { is_core = BUR } - has_global_flag = berlin_conference - } - AND = { - has_country_flag = empress_of_india - revolution_n_counterrevolution = 1 - } - } - } - any_owned_province = { - OR = { - region = BUR_1330 - region = BUR_1334 - region = BUR_1339 - #region = SIA_1355 - region = ENG_1343 - } - } - } - - #Vietnam - AND = { - THIS = { - has_global_flag = berlin_conference - OR = { - AND = { - owns = 1380 - owns = 1369 - revolution_n_counterrevolution = 1 - } - has_country_flag = created_my_indochina - } - } - any_owned_province = { - OR = { - region = DAI_1380 - region = DAI_1375 - region = DAI_1369 - } - } - } - - #Malaysia - AND = { - THIS = { - owns = 1384 - OR = { - revolution_n_counterrevolution = 1 - AND = { - has_global_flag = berlin_conference - nationalism_n_imperialism = 1 - } - } - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - } - } - } - } - - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = punitive_effects } } - } - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - random_list = { - 25 = { badboy = 0.5 } - 25 = { badboy = 1 } - 25 = { badboy = 1.5 } - 25 = { badboy = 2 } - } - - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - THIS = { - random_list = { - 20 = { add_country_modifier = { name = claimed_africa duration = 365 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 730 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1095 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1460 } } - 20 = { add_country_modifier = { name = claimed_africa duration = 1825 } } - } - } - - THIS = { - random_owned = { - limit = { owner = { has_global_flag = mozambique_created } } - owner = { - any_owned = { - limit = { - NOT = { is_core = MOZ } - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - add_core = MOZ - remove_core = GAZ - remove_core = AGC - remove_core = ZUL - remove_core = SHO - } - } - } - } - } + sprite_index = 21 + months = 12 + + construction_speed = 0.8 + + badboy_factor = 0 + prestige_factor = 0.25 + peace_cost_factor = 1 + penalty_factor = 1 + always = yes + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + } + NOT = { number_of_states = 2 } + NOT = { is_our_vassal = THIS } + NOT = { has_country_modifier = neutrality_modifier } + is_vassal = no + civilized = no + exists = yes + OR = { + NOT = { relation = { who = THIS value = 150 } } + THIS = { ai = no } + war_with = THIS + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + OR = { + war_with = THIS + THIS = { NOT = { badboy = 0.88 } } + } + THIS = { + civilized = yes + NOT = { has_country_modifier = no_more_war } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_modifier = claimed_africa } + is_disarmed = no + NOT = { war_policy = pacifism } + capital_scope = { continent = europe } + state_n_government = 1 + } + + OR = { + #Mozambique + AND = { + THIS = { + OR = { + NOT = { has_global_flag = berlin_conference } + NOT = { nationalism_n_imperialism = 1 } + } + OR = { + has_country_flag = reconquest_of_lourenco_marques + AND = { + owns = 2060 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + #Algiers + AND = { + THIS = { + OR = { + has_country_flag = marched_through_the_iron_gates + AND = { + owns = 1700 + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Yemen + AND = { + THIS = { + nationalism_n_imperialism = 1 + OR = { + owns = 1412 + is_sphere_leader_of = LHJ + } + } + any_owned_province = { region = YEM_1412 } + } + #Indonesia + AND = { + THIS = { owns = 1413 } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + + #Indonesia + AND = { + THIS = { owns = 1413 } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + + #Laos + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = LUA_1356 } + } + + #Cambodia + AND = { + THIS = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + } + any_owned_province = { region = SIA_1366 } + } + + #Burma + AND = { + THIS = { + OR = { + AND = { + owns = 1251 + owns = 1236 + any_owned_province = { is_core = BUR } + has_global_flag = berlin_conference + } + AND = { + has_country_flag = empress_of_india + revolution_n_counterrevolution = 1 + } + } + } + any_owned_province = { + OR = { + region = BUR_1330 + region = BUR_1334 + region = BUR_1339 + #region = SIA_1355 + region = ENG_1343 + } + } + } + + #Vietnam + AND = { + THIS = { + has_global_flag = berlin_conference + OR = { + AND = { + owns = 1380 + owns = 1369 + revolution_n_counterrevolution = 1 + } + has_country_flag = created_my_indochina + } + } + any_owned_province = { + OR = { + region = DAI_1380 + region = DAI_1375 + region = DAI_1369 + } + } + } + + #Malaysia + AND = { + THIS = { + owns = 1384 + OR = { + revolution_n_counterrevolution = 1 + AND = { + has_global_flag = berlin_conference + nationalism_n_imperialism = 1 + } + } + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + } + } + } + } + + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = punitive_effects } } + } + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + random_list = { + 25 = { badboy = 0.5 } + 25 = { badboy = 1 } + 25 = { badboy = 1.5 } + 25 = { badboy = 2 } + } + + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + THIS = { + random_list = { + 20 = { add_country_modifier = { name = claimed_africa duration = 365 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 730 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1095 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1460 } } + 20 = { add_country_modifier = { name = claimed_africa duration = 1825 } } + } + } + + THIS = { + random_owned = { + limit = { owner = { has_global_flag = mozambique_created } } + owner = { + any_owned = { + limit = { + NOT = { is_core = MOZ } + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + add_core = MOZ + remove_core = GAZ + remove_core = AGC + remove_core = ZUL + remove_core = SHO + } + } + } + } + } } # War Reparations war_reparations = { - sprite_index = 27 - is_triggered_only = yes - months = 12 - construction_speed = 0.8 - - badboy_factor = 0.25 - prestige_factor = 0.5 - peace_cost_factor = 20 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - OR = { - war_with = THIS - AND = { - has_country_modifier = nationalization_in_progress - THIS = { has_country_modifier = factories_nationalized } - } - } - NOT = { - is_our_vassal = THIS - has_country_modifier = neutrality_modifier - has_country_modifier = no_more_war - has_country_flag = in_great_war - } - THIS = { - civilized = yes - NOT = { has_country_modifier = neutrality_modifier } - } - } - - po_reparations = yes - - war_name = WAR_NAME_REPARATIONS - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } - - on_po_accepted = { - random_owned = { - limit = { - owner = { - tag = HAI - FRA = { is_greater_power = yes } - NOT = { has_country_flag = agreed_to_pay_debt } - } - } - owner = { - country_event = 45108 - } - } - random_owned = { - limit = { - owner = { - tag = MEX - has_country_flag = pay_1st_pastry_war - } - } - owner = { - country_event = 45108 - } - } - } + sprite_index = 27 + is_triggered_only = yes + months = 12 + construction_speed = 0.8 + + badboy_factor = 0.25 + prestige_factor = 0.5 + peace_cost_factor = 20 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + OR = { + war_with = THIS + AND = { + has_country_modifier = nationalization_in_progress + THIS = { has_country_modifier = factories_nationalized } + } + } + NOT = { + is_our_vassal = THIS + has_country_modifier = neutrality_modifier + has_country_modifier = no_more_war + has_country_flag = in_great_war + } + THIS = { + civilized = yes + NOT = { has_country_modifier = neutrality_modifier } + } + } + + po_reparations = yes + + war_name = WAR_NAME_REPARATIONS + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } + + on_po_accepted = { + random_owned = { + limit = { + owner = { + tag = HAI + FRA = { is_greater_power = yes } + NOT = { has_country_flag = agreed_to_pay_debt } + } + } + owner = { + country_event = 45108 + } + } + random_owned = { + limit = { + owner = { + tag = MEX + has_country_flag = pay_1st_pastry_war + } + } + owner = { + country_event = 45108 + } + } + } } # Claim Colonial Region claim_colonial_region = { - sprite_index = 22 - is_triggered_only = yes - months = 12 - crisis = no - - always = yes - - construction_speed = 2.5 - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.6 - penalty_factor = 2 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 6 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - can_use = { - NOT = { is_our_vassal = THIS } - NOT = { has_country_flag = post_colonial_country } - number_of_states = 2 - civilized = no - is_vassal = no - capital_scope = { continent = africa } - ai = yes - neighbour = THIS - - OR = { - #Ghana - AND = { - THIS = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - #Ivory Coast - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - #Nigeria - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - #Guinea - AND = { - THIS = { any_owned_province = { region = FRA_1883 } } - any_owned_province = { region = FRA_1883 } - } - #Guinea-Bissau - AND = { - THIS = { any_owned_province = { region = FRA_1878 } } - any_owned_province = { region = FRA_1878 } - } - #Senegal - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1775 - } - } - } - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - #Mali - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - #Niger - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - #Mozambique - AND = { - THIS = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - #South Africa - AND = { - THIS = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - - } - } - } - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - #Angola - AND = { - THIS = { any_owned_province = { region = POR_1999 } } - any_owned_province = { region = POR_1999 } - } - #Algiers - AND = { - THIS = { - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Libya - AND = { - THIS = { - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - #Egypt - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - #Sudan - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - #Ethiopia - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - #Somalia - AND = { - THIS = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - THIS = { - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = TUR } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = congo_award } - has_global_flag = berlin_conference - } - - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = punitive_effects } - } - } - } - - allowed_states = { - any_owned_province = { any_neighbor_province = { owned_by = THIS } } - OR = { - #Ghana - AND = { - THIS = { - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - #Ivory Coast - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - #Nigeria - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - #Guinea - AND = { - THIS = { any_owned_province = { region = FRA_1883 } } - any_owned_province = { region = FRA_1883 } - } - #Guinea-Bissau - AND = { - THIS = { any_owned_province = { region = FRA_1878 } } - any_owned_province = { region = FRA_1878 } - } - #Senegal - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1775 - } - } - } - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - #Mali - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - #Niger - AND = { - THIS = { - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - #Mozambique - AND = { - THIS = { - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - #South Africa - AND = { - THIS = { - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - } - } - } - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - #Angola - AND = { - THIS = { any_owned_province = { region = POR_1999 } } - any_owned_province = { region = POR_1999 } - } - #Algiers - AND = { - THIS = { - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Libya - AND = { - THIS = { - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - #Egypt - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - #Sudan - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - #Ethiopia - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - #Somalia - AND = { - THIS = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - } - - po_demand_state = yes - - war_name = WAR_CONCESSION_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 22 + is_triggered_only = yes + months = 12 + crisis = no + + always = yes + + construction_speed = 2.5 + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.6 + penalty_factor = 2 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 6 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + can_use = { + NOT = { is_our_vassal = THIS } + NOT = { has_country_flag = post_colonial_country } + number_of_states = 2 + civilized = no + is_vassal = no + capital_scope = { continent = africa } + ai = yes + neighbour = THIS + + OR = { + #Ghana + AND = { + THIS = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + #Ivory Coast + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + #Nigeria + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + #Guinea + AND = { + THIS = { any_owned_province = { region = FRA_1883 } } + any_owned_province = { region = FRA_1883 } + } + #Guinea-Bissau + AND = { + THIS = { any_owned_province = { region = FRA_1878 } } + any_owned_province = { region = FRA_1878 } + } + #Senegal + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1775 + } + } + } + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + #Mali + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + #Niger + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + #Mozambique + AND = { + THIS = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + #South Africa + AND = { + THIS = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + + } + } + } + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + #Angola + AND = { + THIS = { any_owned_province = { region = POR_1999 } } + any_owned_province = { region = POR_1999 } + } + #Algiers + AND = { + THIS = { + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Libya + AND = { + THIS = { + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + #Egypt + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + #Sudan + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + #Ethiopia + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + #Somalia + AND = { + THIS = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + THIS = { + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = TUR } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = congo_award } + has_global_flag = berlin_conference + } + + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = punitive_effects } + } + } + } + + allowed_states = { + any_owned_province = { any_neighbor_province = { owned_by = THIS } } + OR = { + #Ghana + AND = { + THIS = { + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + #Ivory Coast + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + #Nigeria + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + #Guinea + AND = { + THIS = { any_owned_province = { region = FRA_1883 } } + any_owned_province = { region = FRA_1883 } + } + #Guinea-Bissau + AND = { + THIS = { any_owned_province = { region = FRA_1878 } } + any_owned_province = { region = FRA_1878 } + } + #Senegal + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1775 + } + } + } + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + #Mali + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + #Niger + AND = { + THIS = { + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + #Mozambique + AND = { + THIS = { + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + #South Africa + AND = { + THIS = { + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + } + } + } + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + #Angola + AND = { + THIS = { any_owned_province = { region = POR_1999 } } + any_owned_province = { region = POR_1999 } + } + #Algiers + AND = { + THIS = { + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Libya + AND = { + THIS = { + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + #Egypt + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + #Sudan + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + #Ethiopia + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + #Somalia + AND = { + THIS = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + } + + po_demand_state = yes + + war_name = WAR_CONCESSION_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } # Claim Colonial Region - Annex claim_colonial_region_full = { - sprite_index = 22 - is_triggered_only = yes - months = 0 - crisis = no - - construction_speed = 1.5 - - badboy_factor = 0 - prestige_factor = 0.5 - peace_cost_factor = 0.6 - penalty_factor = 2 - - break_truce_prestige_factor = 5 - break_truce_infamy_factor = 2 - break_truce_militancy_factor = 2 - truce_months = 6 - - good_relation_prestige_factor = 0 - good_relation_infamy_factor = 0 - good_relation_militancy_factor = 0 - - always = yes - - can_use = { - NOT = { is_our_vassal = THIS } - NOT = { has_country_flag = post_colonial_country } - NOT = { number_of_states = 2 } - civilized = no - is_vassal = no - capital_scope = { continent = africa } - ai = yes - neighbour = THIS - - OR = { - #Ghana - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - #Ivory Coast - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - #Nigeria - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - #Guinea - AND = { - THIS = { NOT = { tag = TUR } any_owned_province = { region = FRA_1883 } } - any_owned_province = { region = FRA_1883 } - } - #Guinea-Bissau - AND = { - THIS = { NOT = { tag = TUR } any_owned_province = { region = FRA_1878 } } - any_owned_province = { region = FRA_1878 } - } - #Senegal and Mauritania - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1775 - } - } - } - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - region = FRA_1775 - } - } - } - #Mali - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - any_owned_province = { - OR = { - region = FRA_1798 - region = FRA_1801 - region = FRA_1803 - } - } - } - #Niger - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - any_owned_province = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - } - } - #Mozambique - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - #South Africa - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - } - } - } - any_owned_province = { - OR = { - region = ENG_2087 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2071 - } - } - } - #Angola - AND = { - NOT = { tag = TUR } - THIS = { any_owned_province = { region = POR_1999 } } - any_owned_province = { region = POR_1999 } - } - #Algiers - AND = { - NOT = { tag = TUR } - THIS = { - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - #Libya - AND = { - THIS = { - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - #Egypt - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - region = EGY_1755 - } - } - } - #Sudan - AND = { - THIS = { - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - #region = EGY_1842 - } - } - } - #Ethiopia - AND = { - THIS = { - NOT = { tag = TUR } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - #Somalia - AND = { - THIS = { - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - any_owned_province = { - OR = { - region = SOM_1868 - region = SOM_1872 - } - } - } - } - OR = { - war_with = THIS - THIS = { military_score = 1 } - } - THIS = { - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = congo_award } - has_global_flag = berlin_conference - } - - OR = { - war_with = THIS - THIS = { - NOT = { has_country_modifier = punitive_effects } - } - } - } - - po_annex = yes - - war_name = WAR_PROTECTORATE_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.1 - } - } + sprite_index = 22 + is_triggered_only = yes + months = 0 + crisis = no + + construction_speed = 1.5 + + badboy_factor = 0 + prestige_factor = 0.5 + peace_cost_factor = 0.6 + penalty_factor = 2 + + break_truce_prestige_factor = 5 + break_truce_infamy_factor = 2 + break_truce_militancy_factor = 2 + truce_months = 6 + + good_relation_prestige_factor = 0 + good_relation_infamy_factor = 0 + good_relation_militancy_factor = 0 + + always = yes + + can_use = { + NOT = { is_our_vassal = THIS } + NOT = { has_country_flag = post_colonial_country } + NOT = { number_of_states = 2 } + civilized = no + is_vassal = no + capital_scope = { continent = africa } + ai = yes + neighbour = THIS + + OR = { + #Ghana + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + #Ivory Coast + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + #Nigeria + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + #Guinea + AND = { + THIS = { NOT = { tag = TUR } any_owned_province = { region = FRA_1883 } } + any_owned_province = { region = FRA_1883 } + } + #Guinea-Bissau + AND = { + THIS = { NOT = { tag = TUR } any_owned_province = { region = FRA_1878 } } + any_owned_province = { region = FRA_1878 } + } + #Senegal and Mauritania + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1775 + } + } + } + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + region = FRA_1775 + } + } + } + #Mali + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + any_owned_province = { + OR = { + region = FRA_1798 + region = FRA_1801 + region = FRA_1803 + } + } + } + #Niger + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + any_owned_province = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + } + } + #Mozambique + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + #South Africa + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + } + } + } + any_owned_province = { + OR = { + region = ENG_2087 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2071 + } + } + } + #Angola + AND = { + NOT = { tag = TUR } + THIS = { any_owned_province = { region = POR_1999 } } + any_owned_province = { region = POR_1999 } + } + #Algiers + AND = { + NOT = { tag = TUR } + THIS = { + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + #Libya + AND = { + THIS = { + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + #Egypt + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + region = EGY_1755 + } + } + } + #Sudan + AND = { + THIS = { + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + #region = EGY_1842 + } + } + } + #Ethiopia + AND = { + THIS = { + NOT = { tag = TUR } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + #Somalia + AND = { + THIS = { + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + any_owned_province = { + OR = { + region = SOM_1868 + region = SOM_1872 + } + } + } + } + OR = { + war_with = THIS + THIS = { military_score = 1 } + } + THIS = { + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = congo_award } + has_global_flag = berlin_conference + } + + OR = { + war_with = THIS + THIS = { + NOT = { has_country_modifier = punitive_effects } + } + } + } + + po_annex = yes + + war_name = WAR_PROTECTORATE_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.1 + } + } } #Steal Puppet CB steal_puppet = { - sprite_index = 33 - is_triggered_only = yes - months = 12 - - badboy_factor = 6 - prestige_factor = 1 - peace_cost_factor = 15 - penalty_factor = 1 - - break_truce_prestige_factor = 1 - break_truce_infamy_factor = 1 - break_truce_militancy_factor = 1 - truce_months = 48 - - good_relation_prestige_factor = 1 - good_relation_infamy_factor = 1 - good_relation_militancy_factor = 1 - - can_use = { - OR = { - NOT = { has_country_modifier = war_focus } - THIS = { - NOT = { - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - NOT = { is_our_vassal = THIS } - num_of_vassals_no_substates = 1 - NOT = { has_country_modifier = neutrality_modifier } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = neutrality_modifier } } - } - OR = { - war_with = THIS - THIS = { NOT = { has_country_modifier = no_more_war } } - } - OR = { - NOT = { has_country_flag = dismantle_declared } - THIS = { NOT = { has_country_flag = in_great_war } } - THIS = { ai = no } - } - } - - # THIS - us - # FROM - country scope is possible match? - # war target country of goal is scope - allowed_countries = { - is_our_vassal = FROM - FROM = { - is_substate = no - NOT = { total_pops = 5000000 } - NOT = { has_country_flag = unreleasable_country } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - war_with = THIS - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - } - } - } - } - } - - po_release_puppet = yes - po_add_to_sphere = yes - - war_name = WAR_NAME - - on_add = { - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - any_country = { - limit = { - exists = yes - vassal_of = FROM - is_substate = no - NOT = { total_pops = 5000000 } - NOT = { has_country_flag = unreleasable_country } - OR = { - AND = { - THIS = { total_amount_of_ships = 5 } - num_of_ports = 1 - } - neighbour = THIS - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - } - } - } - } - set_country_flag = transfer_to_new_overlord - } - } - - on_po_accepted = { - THIS = { set_country_flag = new_overlord } - } + sprite_index = 33 + is_triggered_only = yes + months = 12 + + badboy_factor = 5 + prestige_factor = 1 + peace_cost_factor = 15 + penalty_factor = 1 + + break_truce_prestige_factor = 1 + break_truce_infamy_factor = 1 + break_truce_militancy_factor = 1 + truce_months = 48 + + good_relation_prestige_factor = 1 + good_relation_infamy_factor = 1 + good_relation_militancy_factor = 1 + + can_use = { + OR = { + NOT = { has_country_modifier = war_focus } + THIS = { + NOT = { + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + NOT = { is_our_vassal = THIS } + num_of_vassals_no_substates = 1 + NOT = { has_country_modifier = neutrality_modifier } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = neutrality_modifier } } + } + OR = { + war_with = THIS + THIS = { NOT = { has_country_modifier = no_more_war } } + } + OR = { + NOT = { has_country_flag = dismantle_declared } + THIS = { NOT = { has_country_flag = in_great_war } } + THIS = { ai = no } + } + } + + # THIS - us + # FROM - country scope is possible match? + # war target country of goal is scope + allowed_countries = { + is_our_vassal = FROM + FROM = { + is_substate = no + NOT = { total_pops = 5000000 } + NOT = { has_country_flag = unreleasable_country } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + war_with = THIS + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + } + } + } + } + } + + po_release_puppet = yes + po_add_to_sphere = yes + + war_name = WAR_NAME + + on_add = { + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + any_country = { + limit = { + exists = yes + vassal_of = FROM + is_substate = no + NOT = { total_pops = 5000000 } + NOT = { has_country_flag = unreleasable_country } + OR = { + AND = { + THIS = { total_amount_of_ships = 5 } + any_owned_province = { port = yes } + } + neighbour = THIS + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + } + } + } + } + set_country_flag = transfer_to_new_overlord + } + } + + on_po_accepted = { + THIS = { set_country_flag = new_overlord } + } } # #Permanent Colonial Claims # permanent_colonial_claim = { - # sprite_index = 31 - # is_triggered_only = yes - # months = 12 - # crisis = no - - # always = yes - - # construction_speed = 2.5 - - # badboy_factor = 0 - # prestige_factor = 0.5 - # peace_cost_factor = 0.6 - # penalty_factor = 2 - - # break_truce_prestige_factor = 5 - # break_truce_infamy_factor = 2 - # break_truce_militancy_factor = 2 - # truce_months = 0 - - # good_relation_prestige_factor = 0 - # good_relation_infamy_factor = 0 - # good_relation_militancy_factor = 0 - - # can_use = { - # NOT = { is_our_vassal = THIS } - # NOT = { in_sphere = THIS } - # OR = { - # war_with = THIS - # THIS = { - # NOT = { has_country_modifier = punitive_effects } - # } - # } - # OR = { - # NOT = { has_country_flag = post_colonial_country } - # civilized = no - # } - # any_owned_province = { is_core = CNG } - # THIS = { - # has_country_flag = congo_master - # } - # OR = { - # war_with = THIS - # THIS = { military_score = 1 } - # } - # } - - # allowed_states = { - # any_owned_province = { is_core = CNG } - # THIS = { has_country_flag = congo_master } - # } - - # po_demand_state = yes - - # war_name = WAR_CONCESSION_NAME - - # on_add = { - # move_issue_percentage = { - # from = jingoism - # to = pro_military - # value = 0.1 - # } - # } + # sprite_index = 31 + # is_triggered_only = yes + # months = 12 + # crisis = no + + # always = yes + + # construction_speed = 2.5 + + # badboy_factor = 0 + # prestige_factor = 0.5 + # peace_cost_factor = 0.6 + # penalty_factor = 2 + + # break_truce_prestige_factor = 5 + # break_truce_infamy_factor = 2 + # break_truce_militancy_factor = 2 + # truce_months = 0 + + # good_relation_prestige_factor = 0 + # good_relation_infamy_factor = 0 + # good_relation_militancy_factor = 0 + + # can_use = { + # NOT = { is_our_vassal = THIS } + # NOT = { in_sphere = THIS } + # OR = { + # war_with = THIS + # THIS = { + # NOT = { has_country_modifier = punitive_effects } + # } + # } + # OR = { + # NOT = { has_country_flag = post_colonial_country } + # civilized = no + # } + # any_owned_province = { is_core = CNG } + # THIS = { + # has_country_flag = congo_master + # } + # OR = { + # war_with = THIS + # THIS = { military_score = 1 } + # } + # } + + # allowed_states = { + # any_owned_province = { is_core = CNG } + # THIS = { has_country_flag = congo_master } + # } + + # po_demand_state = yes + + # war_name = WAR_CONCESSION_NAME + + # on_add = { + # move_issue_percentage = { + # from = jingoism + # to = pro_military + # value = 0.1 + # } + # } # } - diff --git a/HPM/common/countries.txt b/HPM/common/countries.txt index 070e8788..a24d91ca 100644 --- a/HPM/common/countries.txt +++ b/HPM/common/countries.txt @@ -1,617 +1,617 @@ #Please keep tags sorted alphabetically when you add/remove country tags # Special countries... -REB = "countries/rebels.txt" +REB = "countries/rebels.txt" ##HPM -PNK ="countries/Pontianak.txt" -GHN ="countries/Ghana.txt" -PPG ="countries/Papua New Guinea.txt" -VTU ="countries/Vanuatu.txt" -SMO ="countries/Samoa.txt" -ATC ="countries/Antillean Conf.txt" -MNP ="countries/Manipur.txt" -BDK ="countries/Badakhshan.txt" -PGG ="countries/Pingnan Guo.txt" -SGM ="countries/Sigmaringen-Hohe.txt" -NMB ="countries/Namibia.txt" -TMR ="countries/Timor.txt" -SLG ="countries/Selangor.txt" -PRK ="countries/Perak.txt" -PHG ="countries/Pahang.txt" -FRO ="countries/Faroe.txt" -NEH ="countries/Neuchatel Canton.txt" -HBY ="countries/Hobyo.txt" -QAT ="countries/Qatar.txt" -BRY ="countries/Buryatia.txt" -MLD ="countries/Maldives.txt" -KAR ="countries/Karen.txt" -PAK ="countries/Pakistan.txt" -CRL ="countries/Chitral.txt" -RDL ="countries/Ardalan.txt" -BTL ="countries/Bitlis.txt" -BDN ="countries/Bahdinan.txt" -BNB ="countries/Baban.txt" -MKN ="countries/Mukriyan.txt" -BHT ="countries/Bohtan.txt" -SRN ="countries/Soran.txt" -LBG ="countries/Limburg.txt" -PNB ="countries/Pernambuco.txt" -FIU ="countries/Fiume.txt" -SYC ="countries/Sicily.txt" -MDV ="countries/Moldova.txt" -ABK ="countries/Abkhazia.txt" -CRT ="countries/Corrientes.txt" -SBA ="countries/Buenos Aires.txt" -ARC ="countries/Argentine Conf.txt" -LHJ ="countries/Lahej.txt" -FDL ="countries/Fadhli.txt" -KTH ="countries/Kathiri.txt" -MHR ="countries/Mahra.txt" -KML ="countries/Kumul.txt" -SHK ="countries/Shilluk.txt" -WRL ="countries/Warsangali.txt" -BHP ="countries/Bahawalpur.txt" -EZO ="countries/EzoRep.txt" -CHY ="countries/Chechnya.txt" -CHK ="countries/Champasak.txt" -QNG ="countries/Qing China.txt" -MGH ="countries/Maghreb.txt" +PNK ="countries/Pontianak.txt" +GHN ="countries/Ghana.txt" +PPG ="countries/Papua New Guinea.txt" +VTU ="countries/Vanuatu.txt" +SMO ="countries/Samoa.txt" +ATC ="countries/Antillean Conf.txt" +MNP ="countries/Manipur.txt" +BDK ="countries/Badakhshan.txt" +PGG ="countries/Pingnan Guo.txt" +SGM ="countries/Sigmaringen-Hohe.txt" +NMB ="countries/Namibia.txt" +TMR ="countries/Timor.txt" +SLG ="countries/Selangor.txt" +PRK ="countries/Perak.txt" +PHG ="countries/Pahang.txt" +FRO ="countries/Faroe.txt" +NEH ="countries/Neuchatel Canton.txt" +HBY ="countries/Hobyo.txt" +QAT ="countries/Qatar.txt" +BRY ="countries/Buryatia.txt" +MLD ="countries/Maldives.txt" +KAR ="countries/Karen.txt" +PAK ="countries/Pakistan.txt" +CRL ="countries/Chitral.txt" +RDL ="countries/Ardalan.txt" +BTL ="countries/Bitlis.txt" +BDN ="countries/Bahdinan.txt" +BNB ="countries/Baban.txt" +MKN ="countries/Mukriyan.txt" +BHT ="countries/Bohtan.txt" +SRN ="countries/Soran.txt" +LBG ="countries/Limburg.txt" +PNB ="countries/Pernambuco.txt" +FIU ="countries/Fiume.txt" +SYC ="countries/Sicily.txt" +MDV ="countries/Moldova.txt" +ABK ="countries/Abkhazia.txt" +CRT ="countries/Corrientes.txt" +SBA ="countries/Buenos Aires.txt" +ARC ="countries/Argentine Conf.txt" +LHJ ="countries/Lahej.txt" +FDL ="countries/Fadhli.txt" +KTH ="countries/Kathiri.txt" +MHR ="countries/Mahra.txt" +KML ="countries/Kumul.txt" +SHK ="countries/Shilluk.txt" +WRL ="countries/Warsangali.txt" +BHP ="countries/Bahawalpur.txt" +EZO ="countries/EzoRep.txt" +CHY ="countries/Chechnya.txt" +CHK ="countries/Champasak.txt" +QNG ="countries/Qing China.txt" +MGH ="countries/Maghreb.txt" #HPM Africa -BKF ="countries/Burkina Faso.txt" -ZBW ="countries/Zimbabwe.txt" -CMS ="countries/Comoros.txt" -EQG ="countries/Equatorial Guinea.txt" +BKF ="countries/Burkina Faso.txt" +ZBW ="countries/Zimbabwe.txt" +CMS ="countries/Comoros.txt" +EQG ="countries/Equatorial Guinea.txt" #Latin America -BAH = "countries/Bahia.txt" -CHP = "countries/Chiapas.txt" -CEQ = "countries/Equador Confederation.txt" -ENT = "countries/Entre Rios.txt" -GCO = "countries/Gran Colombia.txt" -GUY = "countries/Guyana.txt" -LOS = "countries/Los Altos.txt" -LPL = "countries/La Plata.txt" -PBC = "countries/Peru-Bolivia Confederation.txt" -PTG = "countries/Patagonia.txt" -RGR = "countries/Rio Grande.txt" -RGS = "countries/Rio Grande do Sul.txt" -SON = "countries/Sonora.txt" -SPU = "countries/South Peru.txt" -YUC = "countries/Yucatan.txt" +BAH = "countries/Bahia.txt" +CHP = "countries/Chiapas.txt" +CEQ = "countries/Equador Confederation.txt" +ENT = "countries/Entre Rios.txt" +GCO = "countries/Gran Colombia.txt" +GUY = "countries/Guyana.txt" +LOS = "countries/Los Altos.txt" +LPL = "countries/La Plata.txt" +PBC = "countries/Peru-Bolivia Confederation.txt" +PTG = "countries/Patagonia.txt" +RGR = "countries/Rio Grande.txt" +RGS = "countries/Rio Grande do Sul.txt" +SON = "countries/Sonora.txt" +SPU = "countries/South Peru.txt" +YUC = "countries/Yucatan.txt" #North America -BLZ = "countries/Belize.txt" -DAK = "countries/Dakota.txt" -FSA = "countries/Free States of America.txt" -GRN = "countries/Greenland.txt" -JAM = "countries/Jamaica.txt" -LSK = "countries/Alaska.txt" -MRU = "countries/Maritime Union.txt" -PRI = "countries/Puerto Rico.txt" -RPL = "countries/Rupert's Land.txt" -TTB = "countries/Trinidad.txt" -UIL = "countries/Illinois.txt" -UNB = "countries/Nebraska.txt" -UNM = "countries/New Mexico.txt" -UOR = "countries/Oregon.txt" +BLZ = "countries/Belize.txt" +DAK = "countries/Dakota.txt" +FSA = "countries/Free States of America.txt" +GRN = "countries/Greenland.txt" +JAM = "countries/Jamaica.txt" +LSK = "countries/Alaska.txt" +MRU = "countries/Maritime Union.txt" +PRI = "countries/Puerto Rico.txt" +RPL = "countries/Rupert's Land.txt" +TTB = "countries/Trinidad.txt" +UIL = "countries/Illinois.txt" +UNB = "countries/Nebraska.txt" +UNM = "countries/New Mexico.txt" +UOR = "countries/Oregon.txt" #Europe -ALS = "countries/Elsass.txt" -ATR = "countries/Asturias.txt" -BAN = "countries/Banat.txt" -BKV = "countries/Bukovina.txt" -BRT = "countries/Brittany.txt" -BSQ = "countries/Basqueland.txt" -CRS = "countries/Corsica.txt" -DLM = "countries/Dalmatia.txt" -ENL = "countries/England.txt" -GLC = "countries/Galicia.txt" -GLM = "countries/Galicia-Lodomeria.txt" -LOR = "countries/Lorraine.txt" -MCD = "countries/Macedonia.txt" -MLT = "countries/Malta.txt" -OCC = "countries/Occitania.txt" -RMG = "countries/Romagna.txt" -SPC = "countries/Carlist Spain.txt" -SRD = "countries/Sardinia.txt" -SVY = "countries/Savoy.txt" -SWH = "countries/Schleswig-Holstein.txt" -WHA = "countries/Wales.txt" +ALS = "countries/Elsass.txt" +ATR = "countries/Asturias.txt" +BAN = "countries/Banat.txt" +BKV = "countries/Bukovina.txt" +BRT = "countries/Brittany.txt" +BSQ = "countries/Basqueland.txt" +CRS = "countries/Corsica.txt" +DLM = "countries/Dalmatia.txt" +ENL = "countries/England.txt" +GLC = "countries/Galicia.txt" +GLM = "countries/Galicia-Lodomeria.txt" +LOR = "countries/Lorraine.txt" +MCD = "countries/Macedonia.txt" +MLT = "countries/Malta.txt" +OCC = "countries/Occitania.txt" +RMG = "countries/Romagna.txt" +SPC = "countries/Carlist Spain.txt" +SRD = "countries/Sardinia.txt" +SVY = "countries/Savoy.txt" +SWH = "countries/Schleswig-Holstein.txt" +WHA = "countries/Wales.txt" #Germany -DNB = "countries/Danubian Federation.txt" -LUZ = "countries/Luzica.txt" -RHI = "countries/Rhineland.txt" -PML = "countries/Pomerelia.txt" -PZN = "countries/Poznan.txt" -SLS = "countries/Silesia.txt" -WES = "countries/Westfalen.txt" +DNB = "countries/Danubian Federation.txt" +LUZ = "countries/Luzica.txt" +RHI = "countries/Rhineland.txt" +PML = "countries/Pomerelia.txt" +PZN = "countries/Poznan.txt" +SLS = "countries/Silesia.txt" +WES = "countries/Westfalen.txt" #Russia -AKH = "countries/Astrakhan.txt" -ALT = "countries/Altai Republic.txt" -CPL = "countries/Congress Poland.txt" -DON = "countries/Cossackia.txt" -IZH = "countries/Ingria.txt" -KAZ = "countries/Kazakhstan.txt" -KAM = "countries/Kamchatka.txt" -KMK = "countries/Kalmykia.txt" -KRL = "countries/Karelia.txt" -SIB = "countries/Siberian Republic.txt" -TAR = "countries/Tatarstan.txt" -TNT = "countries/Tannu Tuva.txt" -URA = "countries/Ural Republic.txt" -YAK = "countries/Yakutia.txt" +AKH = "countries/Astrakhan.txt" +ALT = "countries/Altai Republic.txt" +CPL = "countries/Congress Poland.txt" +DON = "countries/Cossackia.txt" +IZH = "countries/Ingria.txt" +KAZ = "countries/Kazakhstan.txt" +KAM = "countries/Kamchatka.txt" +KMK = "countries/Kalmykia.txt" +KRL = "countries/Karelia.txt" +SIB = "countries/Siberian Republic.txt" +TAR = "countries/Tatarstan.txt" +TNT = "countries/Tannu Tuva.txt" +URA = "countries/Ural Republic.txt" +YAK = "countries/Yakutia.txt" #Middle East -ARU = "countries/Arab Union.txt" -ASY = "countries/Assyria.txt" -BHR = "countries/Bahrain.txt" -CIR = "countries/Circassia.txt" -CLC = "countries/Cilicia.txt" -DAG = "countries/Dagestan.txt" -DUR = "countries/Durrani Empire.txt" -HAL = "countries/Hail.txt" -HTY = "countries/Hatay.txt" -JOR = "countries/Jordan.txt" -KDS = "countries/Kurdistan.txt" -KWT = "countries/Kuwait.txt" -KYR = "countries/Kyrgyzstan.txt" -LBN = "countries/Lebanon.txt" -NYE = "countries/North Yemen.txt" -PLS = "countries/Palestine.txt" -PNT = "countries/Pontus.txt" -SYR = "countries/Syria.txt" -TAJ = "countries/Tajikstan.txt" -TCA = "countries/Transcaucasia.txt" -TKM = "countries/Turkmenistan.txt" -TKS = "countries/Turkestan.txt" -UYG = "countries/Uyghurstan.txt" -UZB = "countries/Uzbekistan.txt" +ARU = "countries/Arab Union.txt" +ASY = "countries/Assyria.txt" +BHR = "countries/Bahrain.txt" +CIR = "countries/Circassia.txt" +CLC = "countries/Cilicia.txt" +DAG = "countries/Dagestan.txt" +DUR = "countries/Durrani Empire.txt" +HAL = "countries/Hail.txt" +HTY = "countries/Hatay.txt" +JOR = "countries/Jordan.txt" +KDS = "countries/Kurdistan.txt" +KWT = "countries/Kuwait.txt" +KYR = "countries/Kyrgyzstan.txt" +LBN = "countries/Lebanon.txt" +NYE = "countries/North Yemen.txt" +PLS = "countries/Palestine.txt" +PNT = "countries/Pontus.txt" +SYR = "countries/Syria.txt" +TAJ = "countries/Tajikstan.txt" +TCA = "countries/Transcaucasia.txt" +TKM = "countries/Turkmenistan.txt" +TKS = "countries/Turkestan.txt" +UYG = "countries/Uyghurstan.txt" +UZB = "countries/Uzbekistan.txt" #India -ASM = "countries/Assam.txt" -BIH = "countries/Bihar.txt" -BLC = "countries/Baluchistan.txt" -BNG = "countries/Bengal.txt" -DRA = "countries/Dravidistan.txt" -KRN = "countries/Karnatak.txt" -MAH = "countries/Maharashtra.txt" -#MRT = "countries/Marathas.txt" -RAJ = "countries/Rajputana.txt" -SRI = "countries/Sri Lanka.txt" +ASM = "countries/Assam.txt" +BIH = "countries/Bihar.txt" +BLC = "countries/Baluchistan.txt" +BNG = "countries/Bengal.txt" +DRA = "countries/Dravidistan.txt" +KRN = "countries/Karnatak.txt" +MAH = "countries/Maharashtra.txt" +#MRT = "countries/Marathas.txt" +RAJ = "countries/Rajputana.txt" +SRI = "countries/Sri Lanka.txt" #Africa -AGC = "countries/Angoche.txt" -ANG = "countries/Angola.txt" -ARO = "countries/Aro.txt" -ASH = "countries/Ashanti.txt" -AWS = "countries/Awsa.txt" -AZA = "countries/Azande.txt" -BEN = "countries/Benin.txt" -BRD = "countries/Urundi.txt" -BSH = "countries/Basotho.txt" -BUG = "countries/Buganda.txt" -CAR = "countries/Central African Republic.txt" -CGO = "countries/Congo-Brazzaville.txt" -CHD = "countries/Chad.txt" -CLA = "countries/Calabar.txt" -CMR = "countries/Cameroon.txt" -CYR = "countries/Cyrenaica.txt" -DAH = "countries/Dahomey.txt" -DAM = "countries/Damagaram.txt" -DAR = "countries/Darfur.txt" -DND = "countries/Dendi.txt" -GAB = "countries/Gabon.txt" -GAZ = "countries/Gaza.txt" -GBU = "countries/Gabu.txt" -GEL = "countries/Geledi.txt" -GMB = "countries/Gambia.txt" -GNE = "countries/Guinea.txt" -GON = "countries/Gonder.txt" -HAR = "countries/Harar.txt" -IVC = "countries/Ivory Coast.txt" -JAL = "countries/Jallon.txt" -KAF = "countries/Kaffa.txt" -KBO = "countries/Kanem-Bornu.txt" -KNG = "countries/Kong.txt" -KNY = "countries/Kenya.txt" -KON = "countries/Kongo.txt" -KUB = "countries/Kuba.txt" -KZB = "countries/Kazembe.txt" -LBA = "countries/Luba.txt" -LBY = "countries/Libya.txt" -LOA = "countries/Loango.txt" -LUN = "countries/Lunda.txt" -MAJ = "countries/Majeerteen.txt" -MAS = "countries/Massina.txt" -MAT = "countries/Matabele.txt" -MLI = "countries/Mali.txt" -MLW = "countries/Malawi.txt" -MNG = "countries/Mongo.txt" -MOS = "countries/Mossi.txt" -MOZ = "countries/Mozambique.txt" -NGR = "countries/Nigeria.txt" -NIG = "countries/Niger.txt" -OYO = "countries/Oyo.txt" -RWA = "countries/Ruanda.txt" -SEG = "countries/Segu.txt" -SHO = "countries/Shona.txt" -SHW = "countries/Shewa.txt" -SID = "countries/Sidama.txt" -SLE = "countries/Sierra Leone.txt" -SNG = "countries/Senegal.txt" -SOM = "countries/Somalia.txt" -SUA = "countries/Suazi.txt" -SUD = "countries/Sudan.txt" -TIG = "countries/Tigray.txt" -TNZ = "countries/Tanzania.txt" -TOG = "countries/Togo.txt" -TOO = "countries/Tooro.txt" -TOU = "countries/Toucouleur.txt" -TRZ = "countries/Trarza.txt" -TSW = "countries/Botswana.txt" -WAD = "countries/Wadai.txt" -WRI = "countries/Warri.txt" -WOL = "countries/Wolof.txt" -XHO = "countries/Xhosa.txt" -ZAM = "countries/Zambia.txt" +AGC = "countries/Angoche.txt" +ANG = "countries/Angola.txt" +ARO = "countries/Aro.txt" +ASH = "countries/Ashanti.txt" +AWS = "countries/Awsa.txt" +AZA = "countries/Azande.txt" +BEN = "countries/Benin.txt" +BRD = "countries/Urundi.txt" +BSH = "countries/Basotho.txt" +BUG = "countries/Buganda.txt" +CAR = "countries/Central African Republic.txt" +CGO = "countries/Congo-Brazzaville.txt" +CHD = "countries/Chad.txt" +CLA = "countries/Calabar.txt" +CMR = "countries/Cameroon.txt" +CYR = "countries/Cyrenaica.txt" +DAH = "countries/Dahomey.txt" +DAM = "countries/Damagaram.txt" +DAR = "countries/Darfur.txt" +DND = "countries/Dendi.txt" +GAB = "countries/Gabon.txt" +GAZ = "countries/Gaza.txt" +GBU = "countries/Gabu.txt" +GEL = "countries/Geledi.txt" +GMB = "countries/Gambia.txt" +GNE = "countries/Guinea.txt" +GON = "countries/Gonder.txt" +HAR = "countries/Harar.txt" +IVC = "countries/Ivory Coast.txt" +JAL = "countries/Jallon.txt" +KAF = "countries/Kaffa.txt" +KBO = "countries/Kanem-Bornu.txt" +KNG = "countries/Kong.txt" +KNY = "countries/Kenya.txt" +KON = "countries/Kongo.txt" +KUB = "countries/Kuba.txt" +KZB = "countries/Kazembe.txt" +LBA = "countries/Luba.txt" +LBY = "countries/Libya.txt" +LOA = "countries/Loango.txt" +LUN = "countries/Lunda.txt" +MAJ = "countries/Majeerteen.txt" +MAS = "countries/Massina.txt" +MAT = "countries/Matabele.txt" +MLI = "countries/Mali.txt" +MLW = "countries/Malawi.txt" +MNG = "countries/Mongo.txt" +MOS = "countries/Mossi.txt" +MOZ = "countries/Mozambique.txt" +NGR = "countries/Nigeria.txt" +NIG = "countries/Niger.txt" +OYO = "countries/Oyo.txt" +RWA = "countries/Ruanda.txt" +SEG = "countries/Segu.txt" +SHO = "countries/Shona.txt" +SHW = "countries/Shewa.txt" +SID = "countries/Sidama.txt" +SLE = "countries/Sierra Leone.txt" +SNG = "countries/Senegal.txt" +SOM = "countries/Somalia.txt" +SUA = "countries/Suazi.txt" +SUD = "countries/Sudan.txt" +TIG = "countries/Tigray.txt" +TNZ = "countries/Tanzania.txt" +TOG = "countries/Togo.txt" +TOO = "countries/Tooro.txt" +TOU = "countries/Toucouleur.txt" +TRZ = "countries/Trarza.txt" +TSW = "countries/Botswana.txt" +WAD = "countries/Wadai.txt" +WRI = "countries/Warri.txt" +WOL = "countries/Wolof.txt" +XHO = "countries/Xhosa.txt" +ZAM = "countries/Zambia.txt" # Eastern Asia -DJA = "countries/Jambi.txt" -FJN = "countries/Fujian.txt" -GMJ = "countries/Guominjun.txt" -GNG = "countries/Guangdong.txt" -HNN = "countries/Hunan.txt" -HUI = "countries/Anhui.txt" -INO = "countries/Indonesia.txt" -KCH = "countries/Kachin.txt" -KLM = "countries/Kalimantan.txt" -KMT = "countries/Nationalist China.txt" -KTI = "countries/Kutai.txt" -LAN = "countries/Lanfang.txt" -LXA = "countries/Lan Xang.txt" -MAL = "countries/Maluku.txt" -MLY = "countries/Malaya.txt" -SHA = "countries/Shan.txt" -SLW = "countries/Sulawesi.txt" -SAK = "countries/Siak.txt" -SUL = "countries/Sulu.txt" -SWK = "countries/Sarawak.txt" -SZC = "countries/Sichuan.txt" -TAI = "countries/Taiwan.txt" +DJA = "countries/Jambi.txt" +FJN = "countries/Fujian.txt" +GMJ = "countries/Guominjun.txt" +GNG = "countries/Guangdong.txt" +HNN = "countries/Hunan.txt" +HUI = "countries/Anhui.txt" +INO = "countries/Indonesia.txt" +KCH = "countries/Kachin.txt" +KLM = "countries/Kalimantan.txt" +KMT = "countries/Nationalist China.txt" +KTI = "countries/Kutai.txt" +LAN = "countries/Lanfang.txt" +LXA = "countries/Lan Xang.txt" +MAL = "countries/Maluku.txt" +MLY = "countries/Malaya.txt" +SHA = "countries/Shan.txt" +SLW = "countries/Sulawesi.txt" +SAK = "countries/Siak.txt" +SUL = "countries/Sulu.txt" +SWK = "countries/Sarawak.txt" +SZC = "countries/Sichuan.txt" +TAI = "countries/Taiwan.txt" # Japan -CHO = "countries/Choshu.txt" -KAG = "countries/Kaga.txt" -RYU = "countries/Ryukyu.txt" -SAT = "countries/Satsuma.txt" -SEN = "countries/Sendai.txt" -TKG = "countries/Shogunate Japan.txt" -TOS = "countries/Tosa.txt" -YZW = "countries/Yonezawa.txt" +CHO = "countries/Choshu.txt" +KAG = "countries/Kaga.txt" +RYU = "countries/Ryukyu.txt" +SAT = "countries/Satsuma.txt" +SEN = "countries/Sendai.txt" +TKG = "countries/Shogunate Japan.txt" +TOS = "countries/Tosa.txt" +YZW = "countries/Yonezawa.txt" # Australasia & the Pacific AOT = "countries/Aotearoa.txt" -FIJ = "countries/Fiji.txt" +FIJ = "countries/Fiji.txt" SNZ = "countries/South Island.txt" -TGA = "countries/Tonga.txt" -TMT = "countries/Tuamotu.txt" +TGA = "countries/Tonga.txt" +TMT = "countries/Tuamotu.txt" ### END OF NEW NATIONS MOD ### # New for 2.3 -ARA = "countries/Arabia.txt" -BYE = "countries/Belarus.txt" -PLC = "countries/Poland-Lithuania.txt" -UBD = "countries/United Baltic Provinces.txt" +ARA = "countries/Arabia.txt" +BYE = "countries/Belarus.txt" +PLC = "countries/Poland-Lithuania.txt" +UBD = "countries/United Baltic Provinces.txt" # Scandinavia -DEN = "countries/Denmark.txt" -FIN = "countries/Finland.txt" -NOR = "countries/Norway.txt" -SCA = "countries/Scandinavia.txt" -SWE = "countries/Sweden.txt" +DEN = "countries/Denmark.txt" +FIN = "countries/Finland.txt" +NOR = "countries/Norway.txt" +SCA = "countries/Scandinavia.txt" +SWE = "countries/Sweden.txt" # Western Europe -BEL = "countries/Belgium.txt" -CAT = "countries/Catalonia.txt" -FLA = "countries/Flanders.txt" -IRE = "countries/Ireland.txt" -NET = "countries/Netherlands.txt" -POR = "countries/Portugal.txt" -SCO = "countries/Scotland.txt" -SPA = "countries/Spain.txt" -WLL = "countries/Wallonia.txt" +BEL = "countries/Belgium.txt" +CAT = "countries/Catalonia.txt" +FLA = "countries/Flanders.txt" +IRE = "countries/Ireland.txt" +NET = "countries/Netherlands.txt" +POR = "countries/Portugal.txt" +SCO = "countries/Scotland.txt" +SPA = "countries/Spain.txt" +WLL = "countries/Wallonia.txt" # Germany -ANH = "countries/Anhalt.txt" -BAD = "countries/Baden.txt" -BAV = "countries/Bavaria.txt" -BRA = "countries/Braunschweig.txt" -BRE = "countries/Bremen.txt" -COB = "countries/Saxe-Coburg-Gotha.txt" -DZG = "countries/Danzig.txt" -FRM = "countries/Frankfurt am Main.txt" -HAM = "countries/Hamburg.txt" -HAN = "countries/Hanover.txt" -HES = "countries/Hesse-Darmstadt.txt" -HEK = "countries/Hesse-Kassel.txt" -HOL = "countries/Holstein.txt" -LIP = "countries/Lippe-Detmold.txt" -LUB = "countries/Lubeck.txt" -LUX = "countries/Luxemburg.txt" -MEC = "countries/Mecklenburg.txt" -MEI = "countries/Saxe-Meiningen.txt" -NAS = "countries/Nassau.txt" -NGF = "countries/North German Fed.txt" -OLD = "countries/Oldenburg.txt" -SAX = "countries/Saxony.txt" -SCH = "countries/Schleswig.txt" -SGF = "countries/South German Fed.txt" -WEI = "countries/Saxe-Weimar.txt" -WUR = "countries/Wurttemberg.txt" +ANH = "countries/Anhalt.txt" +BAD = "countries/Baden.txt" +BAV = "countries/Bavaria.txt" +BRA = "countries/Braunschweig.txt" +BRE = "countries/Bremen.txt" +COB = "countries/Saxe-Coburg-Gotha.txt" +DZG = "countries/Danzig.txt" +FRM = "countries/Frankfurt am Main.txt" +HAM = "countries/Hamburg.txt" +HAN = "countries/Hanover.txt" +HES = "countries/Hesse-Darmstadt.txt" +HEK = "countries/Hesse-Kassel.txt" +HOL = "countries/Holstein.txt" +LIP = "countries/Lippe-Detmold.txt" +LUB = "countries/Lubeck.txt" +LUX = "countries/Luxemburg.txt" +MEC = "countries/Mecklenburg.txt" +MEI = "countries/Saxe-Meiningen.txt" +NAS = "countries/Nassau.txt" +NGF = "countries/North German Fed.txt" +OLD = "countries/Oldenburg.txt" +SAX = "countries/Saxony.txt" +SCH = "countries/Schleswig.txt" +SGF = "countries/South German Fed.txt" +WEI = "countries/Saxe-Weimar.txt" +WUR = "countries/Wurttemberg.txt" # Italy -LOM = "countries/Lombardia.txt" -LUC = "countries/Lucca.txt" -MOD = "countries/Modena.txt" -PAP = "countries/Papal States.txt" -PAR = "countries/Parma.txt" -SAR = "countries/Sardinia-Piedmont.txt" -SIC = "countries/Two Sicilies.txt" -TRE = "countries/Trieste.txt" -TUS = "countries/Tuscany.txt" -VEN = "countries/Venice.txt" +LOM = "countries/Lombardia.txt" +LUC = "countries/Lucca.txt" +MOD = "countries/Modena.txt" +PAP = "countries/Papal States.txt" +PAR = "countries/Parma.txt" +SAR = "countries/Sardinia-Piedmont.txt" +SIC = "countries/Two Sicilies.txt" +TRE = "countries/Trieste.txt" +TUS = "countries/Tuscany.txt" +VEN = "countries/Venice.txt" # Eastern Europe -BOH = "countries/Bohemia-Moravia.txt" -KRA = "countries/Krakow.txt" -CRI = "countries/Crimea.txt" -EST = "countries/Estonia.txt" -HUN = "countries/Hungary.txt" -LIT = "countries/Lithuania.txt" -LAT = "countries/Latvia.txt" -POL = "countries/Poland.txt" -SLV = "countries/Slovakia.txt" -SWI = "countries/Switzerland.txt" -RUT = "countries/Ruthenia.txt" -SIE = "countries/Siebenburgen.txt" -UKR = "countries/Ukraine.txt" -CZH = "countries/Czechoslovakia.txt" +BOH = "countries/Bohemia-Moravia.txt" +KRA = "countries/Krakow.txt" +CRI = "countries/Crimea.txt" +EST = "countries/Estonia.txt" +HUN = "countries/Hungary.txt" +LIT = "countries/Lithuania.txt" +LAT = "countries/Latvia.txt" +POL = "countries/Poland.txt" +SLV = "countries/Slovakia.txt" +SWI = "countries/Switzerland.txt" +RUT = "countries/Ruthenia.txt" +SIE = "countries/Siebenburgen.txt" +UKR = "countries/Ukraine.txt" +CZH = "countries/Czechoslovakia.txt" # Balkans -ALB ="countries/Albania.txt" -BOS ="countries/Bosnia-Herzegovina.txt" -BUL ="countries/Bulgaria.txt" -CRE ="countries/Crete.txt" -CRO ="countries/Croatia.txt" -CYP ="countries/Cyprus.txt" -GRE ="countries/Greece.txt" -ION ="countries/Ionian Islands.txt" -MOL ="countries/Moldavia.txt" -MON ="countries/Montenegro.txt" -ROM ="countries/Romania.txt" -SER ="countries/Serbia.txt" -SLO ="countries/Slovenia.txt" -TUR ="countries/Ottoman Empire.txt" -WAL ="countries/Wallachia.txt" -YUG ="countries/Yugoslavia.txt" +ALB ="countries/Albania.txt" +BOS ="countries/Bosnia-Herzegovina.txt" +BUL ="countries/Bulgaria.txt" +CRE ="countries/Crete.txt" +CRO ="countries/Croatia.txt" +CYP ="countries/Cyprus.txt" +GRE ="countries/Greece.txt" +ION ="countries/Ionian Islands.txt" +MOL ="countries/Moldavia.txt" +MON ="countries/Montenegro.txt" +ROM ="countries/Romania.txt" +SER ="countries/Serbia.txt" +SLO ="countries/Slovenia.txt" +TUR ="countries/Ottoman Empire.txt" +WAL ="countries/Wallachia.txt" +YUG ="countries/Yugoslavia.txt" # Africa -ALD ="countries/Aldjazair.txt" -CNG ="countries/Congo Free State.txt" -EGY ="countries/Egypt.txt" -ETH ="countries/Ethiopia.txt" -MAD ="countries/Madagascar.txt" -LIB ="countries/Liberia.txt" -MOR ="countries/Morocco.txt" -NAL ="countries/Natalia.txt" -ORA ="countries/Oranje.txt" -SAF ="countries/South Africa.txt" -SOK ="countries/Sokoto.txt" -RHO ="countries/Southern Rhodesia.txt" -TRI ="countries/Tripoli.txt" -TRN ="countries/Transvaal.txt" -TUN ="countries/Tunis.txt" -ZAN ="countries/Zanzibar.txt" -ZUL ="countries/Zulu.txt" +ALD ="countries/Aldjazair.txt" +CNG ="countries/Congo Free State.txt" +EGY ="countries/Egypt.txt" +ETH ="countries/Ethiopia.txt" +MAD ="countries/Madagascar.txt" +LIB ="countries/Liberia.txt" +MOR ="countries/Morocco.txt" +NAL ="countries/Natalia.txt" +ORA ="countries/Oranje.txt" +SAF ="countries/South Africa.txt" +SOK ="countries/Sokoto.txt" +RHO ="countries/Southern Rhodesia.txt" +TRI ="countries/Tripoli.txt" +TRN ="countries/Transvaal.txt" +TUN ="countries/Tunis.txt" +ZAN ="countries/Zanzibar.txt" +ZUL ="countries/Zulu.txt" # Cental Asia -ABU ="countries/Abu Dhabi.txt" -AFG ="countries/Afghanistan.txt" -ARM ="countries/Armenia.txt" -AZB ="countries/Azerbaijan.txt" -BUK ="countries/Bukkhara.txt" -GEO ="countries/Georgia.txt" -HDJ ="countries/Hedjaz.txt" -IRQ ="countries/Iraq.txt" -KHI ="countries/Khiva.txt" -KOK ="countries/Kokand.txt" -MUG ="countries/Mughalistan.txt" -NEJ ="countries/Nejd.txt" -OMA ="countries/Oman.txt" -PER ="countries/Persia.txt" -YEM ="countries/Yemen.txt" +ABU ="countries/Abu Dhabi.txt" +AFG ="countries/Afghanistan.txt" +ARM ="countries/Armenia.txt" +AZB ="countries/Azerbaijan.txt" +BUK ="countries/Bukkhara.txt" +GEO ="countries/Georgia.txt" +HDJ ="countries/Hedjaz.txt" +IRQ ="countries/Iraq.txt" +KHI ="countries/Khiva.txt" +KOK ="countries/Kokand.txt" +MUG ="countries/Mughalistan.txt" +NEJ ="countries/Nejd.txt" +OMA ="countries/Oman.txt" +PER ="countries/Persia.txt" +YEM ="countries/Yemen.txt" # India -HND ="countries/India.txt" -AWA ="countries/Awadh.txt" -BAS ="countries/Bastar.txt" -BER ="countries/Beroda.txt" -BHO ="countries/Bhopal.txt" -BIK ="countries/Bikaner.txt" -BUN ="countries/Bundelkhand.txt" -GWA ="countries/Gwailor.txt" -HYD ="countries/Hyderabad.txt" -IND ="countries/Indore.txt" -JAI ="countries/Jaipur.txt" -JAS ="countries/Jaisalmer.txt" -JOD ="countries/Jodhpur.txt" -KAL ="countries/Kalat.txt" -KAS ="countries/Kashmir.txt" -KUT ="countries/Kutch.txt" -LAD ="countries/Ladakh.txt" -MAK ="countries/Makran.txt" -MEW ="countries/Mewar.txt" -MYS ="countries/Mysore.txt" -NAG ="countries/Nagpur.txt" -NEP ="countries/Nepal.txt" -ORI ="countries/Orissa.txt" -PNJ ="countries/Panjab.txt" -SHI ="countries/Shimla.txt" -SIK ="countries/Sikkim.txt" -SIN ="countries/Sind.txt" -TRA ="countries/Travancore.txt" +HND ="countries/India.txt" +AWA ="countries/Awadh.txt" +BAS ="countries/Bastar.txt" +BER ="countries/Beroda.txt" +BHO ="countries/Bhopal.txt" +BIK ="countries/Bikaner.txt" +BUN ="countries/Bundelkhand.txt" +GWA ="countries/Gwailor.txt" +HYD ="countries/Hyderabad.txt" +IND ="countries/Indore.txt" +JAI ="countries/Jaipur.txt" +JAS ="countries/Jaisalmer.txt" +JOD ="countries/Jodhpur.txt" +KAL ="countries/Kalat.txt" +KAS ="countries/Kashmir.txt" +KUT ="countries/Kutch.txt" +LAD ="countries/Ladakh.txt" +MAK ="countries/Makran.txt" +MEW ="countries/Mewar.txt" +MYS ="countries/Mysore.txt" +NAG ="countries/Nagpur.txt" +NEP ="countries/Nepal.txt" +ORI ="countries/Orissa.txt" +PNJ ="countries/Panjab.txt" +SHI ="countries/Shimla.txt" +SIK ="countries/Sikkim.txt" +SIN ="countries/Sind.txt" +TRA ="countries/Travancore.txt" # Eastern Asia -ATJ ="countries/Atjeh.txt" -BAL ="countries/Bali.txt" -BHU ="countries/Bhutan.txt" -BRU ="countries/Brunei.txt" -BUR ="countries/Burma.txt" -CAM ="countries/Cambodia.txt" -CHI ="countries/China.txt" -DAI ="countries/Dai Viet.txt" -JAV ="countries/Java.txt" -KOR ="countries/Korea.txt" -LUA ="countries/Luang Prabang.txt" -JOH ="countries/Johore.txt" -SIA ="countries/Siam.txt" -TIB ="countries/Tibet.txt" -MGL ="countries/Mongolia.txt" -WIA ="countries/Wiang Chhan.txt" -PHL ="countries/Philippines.txt" -MCK ="countries/Manchukuo.txt" -GXI ="countries/Guangxi Clique.txt" -SXI ="countries/Shanxi.txt" -YNN ="countries/Yunnan.txt" -XBI ="countries/Xibei San Ma.txt" -XIN ="countries/Xinjiang.txt" +ATJ ="countries/Atjeh.txt" +BAL ="countries/Bali.txt" +BHU ="countries/Bhutan.txt" +BRU ="countries/Brunei.txt" +BUR ="countries/Burma.txt" +CAM ="countries/Cambodia.txt" +CHI ="countries/China.txt" +DAI ="countries/Dai Viet.txt" +JAV ="countries/Java.txt" +KOR ="countries/Korea.txt" +LUA ="countries/Luang Prabang.txt" +JOH ="countries/Johore.txt" +SIA ="countries/Siam.txt" +TIB ="countries/Tibet.txt" +MGL ="countries/Mongolia.txt" +WIA ="countries/Wiang Chhan.txt" +PHL ="countries/Philippines.txt" +MCK ="countries/Manchukuo.txt" +GXI ="countries/Guangxi Clique.txt" +SXI ="countries/Shanxi.txt" +YNN ="countries/Yunnan.txt" +XBI ="countries/Xibei San Ma.txt" +XIN ="countries/Xinjiang.txt" # North America -CAL ="countries/Californian Republic.txt" -CAN ="countries/Canada.txt" -CHE ="countries/Cherokee.txt" -COL ="countries/Columbia.txt" -COS ="countries/Costa Rica.txt" -CSA ="countries/CSA.txt" -CUB ="countries/Cuba.txt" -DES ="countries/Deseret.txt" -DOM ="countries/Dominican Republic.txt" -ELS ="countries/El Salvador.txt" -GUA ="countries/Guatemala.txt" -HAI ="countries/Haiti.txt" -HAW ="countries/Hawaii.txt" -MEX ="countries/Mexico.txt" -MTC ="countries/Metis Confederacy.txt" -HON ="countries/Honduras.txt" -NEN ="countries/New England.txt" -NEW ="countries/Newfoundland.txt" -NIC ="countries/Nicaragua.txt" -PNM ="countries/Panama.txt" -QUE ="countries/Quebec.txt" -TEX ="countries/Texas.txt" -UCA ="countries/United States of Central America.txt" +CAL ="countries/Californian Republic.txt" +CAN ="countries/Canada.txt" +CHE ="countries/Cherokee.txt" +COL ="countries/Columbia.txt" +COS ="countries/Costa Rica.txt" +CSA ="countries/CSA.txt" +CUB ="countries/Cuba.txt" +DES ="countries/Deseret.txt" +DOM ="countries/Dominican Republic.txt" +ELS ="countries/El Salvador.txt" +GUA ="countries/Guatemala.txt" +HAI ="countries/Haiti.txt" +HAW ="countries/Hawaii.txt" +MEX ="countries/Mexico.txt" +MTC ="countries/Metis Confederacy.txt" +HON ="countries/Honduras.txt" +NEN ="countries/New England.txt" +NEW ="countries/Newfoundland.txt" +NIC ="countries/Nicaragua.txt" +PNM ="countries/Panama.txt" +QUE ="countries/Quebec.txt" +TEX ="countries/Texas.txt" +UCA ="countries/United States of Central America.txt" # South America -ARG ="countries/Argentina.txt" -BOL ="countries/Bolivia.txt" -BRZ ="countries/Brazil.txt" -CHL ="countries/Chile.txt" -CLM ="countries/Colombia.txt" -ECU ="countries/Ecuador.txt" -PEU ="countries/Peru.txt" -PRG ="countries/Paraguay.txt" -URU ="countries/Uruguay.txt" -VNZ ="countries/Venezuela.txt" +ARG ="countries/Argentina.txt" +BOL ="countries/Bolivia.txt" +BRZ ="countries/Brazil.txt" +CHL ="countries/Chile.txt" +CLM ="countries/Colombia.txt" +ECU ="countries/Ecuador.txt" +PEU ="countries/Peru.txt" +PRG ="countries/Paraguay.txt" +URU ="countries/Uruguay.txt" +VNZ ="countries/Venezuela.txt" # Australasia -AST ="countries/Australia.txt" -NZL ="countries/New Zealand.txt" +AST ="countries/Australia.txt" +NZL ="countries/New Zealand.txt" # Common Great Powers -ENG = "countries/United Kingdom.txt" -RUS = "countries/Russia.txt" -FRA = "countries/France.txt" -PRU = "countries/Prussia.txt" -GER = "countries/Germany.txt" -AUS = "countries/Austria.txt" -USA = "countries/USA.txt" -JAP = "countries/Japan.txt" -ITA = "countries/Italy.txt" -KUK = "countries/Austria-Hungary.txt" +ENG = "countries/United Kingdom.txt" +RUS = "countries/Russia.txt" +FRA = "countries/France.txt" +PRU = "countries/Prussia.txt" +GER = "countries/Germany.txt" +AUS = "countries/Austria.txt" +USA = "countries/USA.txt" +JAP = "countries/Japan.txt" +ITA = "countries/Italy.txt" +KUK = "countries/Austria-Hungary.txt" #new for 1.2 -ISR ="countries/Israel.txt" -ICL ="countries/Iceland.txt" +ISR ="countries/Israel.txt" +ICL ="countries/Iceland.txt" ##NNM and Vanilla Scrapped tags -IBR ="countries/Iberia.txt" -BYZ ="countries/Byzantium.txt" -BAB ="countries/Babylonia.txt" +IBR ="countries/Iberia.txt" +BYZ ="countries/Byzantium.txt" +BAB ="countries/Babylonia.txt" #new for AHD -TPG ="countries/Taiping.txt" +TPG ="countries/Taiping.txt" ##EIC -EIC ="countries/East India Company.txt" -UTI ="countries/Utility Tag.txt" +EIC ="countries/East India Company.txt" +UTI ="countries/Utility Tag.txt" ## ##HoD Dominions dynamic_tags = yes # any tags after this is considered dynamic dominions -D01 = "countries/D01.txt" -D02 = "countries/D02.txt" -D03 = "countries/D03.txt" -D04 = "countries/D04.txt" -D05 = "countries/D05.txt" -D06 = "countries/D06.txt" -D07 = "countries/D07.txt" -D08 = "countries/D08.txt" -D09 = "countries/D09.txt" -D10 = "countries/D10.txt" -D11 = "countries/D11.txt" -D12 = "countries/D12.txt" -D13 = "countries/D13.txt" -D14 = "countries/D14.txt" -D15 = "countries/D15.txt" -D16 = "countries/D16.txt" -D17 = "countries/D17.txt" -D18 = "countries/D18.txt" -D19 = "countries/D19.txt" -D20 = "countries/D20.txt" -D21 = "countries/D21.txt" -D22 = "countries/D22.txt" -D23 = "countries/D23.txt" -D24 = "countries/D24.txt" -D25 = "countries/D25.txt" -D26 = "countries/D26.txt" -D27 = "countries/D27.txt" -D28 = "countries/D28.txt" -D29 = "countries/D29.txt" -D30 = "countries/D30.txt" -D31 = "countries/D31.txt" -D32 = "countries/D32.txt" -D33 = "countries/D33.txt" -D34 = "countries/D34.txt" -D35 = "countries/D35.txt" -D36 = "countries/D36.txt" -D37 = "countries/D37.txt" -D38 = "countries/D38.txt" -D39 = "countries/D39.txt" -D40 = "countries/D40.txt" -D41 = "countries/D41.txt" -D42 = "countries/D42.txt" -D43 = "countries/D43.txt" -D44 = "countries/D44.txt" -D45 = "countries/D45.txt" -D46 = "countries/D46.txt" -D47 = "countries/D47.txt" -D48 = "countries/D48.txt" -D49 = "countries/D49.txt" -D50 = "countries/D50.txt" +D01 = "countries/D01.txt" +D02 = "countries/D02.txt" +D03 = "countries/D03.txt" +D04 = "countries/D04.txt" +D05 = "countries/D05.txt" +D06 = "countries/D06.txt" +D07 = "countries/D07.txt" +D08 = "countries/D08.txt" +D09 = "countries/D09.txt" +D10 = "countries/D10.txt" +D11 = "countries/D11.txt" +D12 = "countries/D12.txt" +D13 = "countries/D13.txt" +D14 = "countries/D14.txt" +D15 = "countries/D15.txt" +D16 = "countries/D16.txt" +D17 = "countries/D17.txt" +D18 = "countries/D18.txt" +D19 = "countries/D19.txt" +D20 = "countries/D20.txt" +D21 = "countries/D21.txt" +D22 = "countries/D22.txt" +D23 = "countries/D23.txt" +D24 = "countries/D24.txt" +D25 = "countries/D25.txt" +D26 = "countries/D26.txt" +D27 = "countries/D27.txt" +D28 = "countries/D28.txt" +D29 = "countries/D29.txt" +D30 = "countries/D30.txt" +D31 = "countries/D31.txt" +D32 = "countries/D32.txt" +D33 = "countries/D33.txt" +D34 = "countries/D34.txt" +D35 = "countries/D35.txt" +D36 = "countries/D36.txt" +D37 = "countries/D37.txt" +D38 = "countries/D38.txt" +D39 = "countries/D39.txt" +D40 = "countries/D40.txt" +D41 = "countries/D41.txt" +D42 = "countries/D42.txt" +D43 = "countries/D43.txt" +D44 = "countries/D44.txt" +D45 = "countries/D45.txt" +D46 = "countries/D46.txt" +D47 = "countries/D47.txt" +D48 = "countries/D48.txt" +D49 = "countries/D49.txt" +D50 = "countries/D50.txt" diff --git a/HPM/common/countries/Abkhazia.txt b/HPM/common/countries/Abkhazia.txt index e9e8daae..74bbb7ef 100644 --- a/HPM/common/countries/Abkhazia.txt +++ b/HPM/common/countries/Abkhazia.txt @@ -2,157 +2,157 @@ color = { 136 170 0 } graphical_culture = RussianGC party = { - name = "ABK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ABK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ABK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ABK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ABK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ABK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ABK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ABK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ABK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ABK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ABK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ABK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ABK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ABK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - ironclad = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - - } - manowar = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - cruiser = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - } - frigate = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - monitor = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } + dreadnought = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + ironclad = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + + } + manowar = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + cruiser = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + } + frigate = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + monitor = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } } diff --git a/HPM/common/countries/Abu Dhabi.txt b/HPM/common/countries/Abu Dhabi.txt index eee96b70..b8dda501 100644 --- a/HPM/common/countries/Abu Dhabi.txt +++ b/HPM/common/countries/Abu Dhabi.txt @@ -2,154 +2,154 @@ color = { 113 112 96 } graphical_culture = MiddleEasternGC party = { - name = "ABU_conservative" - start_date = 1820.1.1 - end_date = 1892.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "ABU_conservative" + start_date = 1820.1.1 + end_date = 1892.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ABU_conservative_2" - start_date = 1892.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pacifism + name = "ABU_conservative_2" + start_date = 1892.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pacifism } party = { - name = "ABU_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ABU_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ABU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ABU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ABU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ABU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ABU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ABU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ABU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ABU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ABU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ABU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al Khalifa" "Al Bin Ali" "Al Thani" "Al Nahyan" "Al Maktum" "Al Qawasim" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Zubara Muharraq Manama Dawha "Abu Dhabi" Dubayy Al-Shariqa Ajman - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al Khalifa" "Al Bin Ali" "Al Thani" "Al Nahyan" "Al Maktum" "Al Qawasim" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Zubara Muharraq Manama Dawha "Abu Dhabi" Dubayy Al-Shariqa Ajman + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Afghanistan.txt b/HPM/common/countries/Afghanistan.txt index f7b7c177..36782fca 100644 --- a/HPM/common/countries/Afghanistan.txt +++ b/HPM/common/countries/Afghanistan.txt @@ -2,151 +2,151 @@ color = { 92 148 152 } graphical_culture = MiddleEasternGC party = { - name = "AFG_conservative" - start_date = 1836.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AFG_conservative" + start_date = 1836.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AFG_liberal" - start_date = 1901.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AFG_liberal" + start_date = 1901.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AFG_liberal_2" - start_date = 1820.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AFG_liberal_2" + start_date = 1820.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AFG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AFG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AFG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AFG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AFG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AFG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AFG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AFG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AFG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AFG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - ironclad = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - manowar = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - cruiser = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - frigate = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - monitor = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } -} \ No newline at end of file + dreadnought = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + ironclad = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + manowar = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + cruiser = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + frigate = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + monitor = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } +} diff --git a/HPM/common/countries/Alaska.txt b/HPM/common/countries/Alaska.txt index 1b702a97..37b6251c 100644 --- a/HPM/common/countries/Alaska.txt +++ b/HPM/common/countries/Alaska.txt @@ -2,136 +2,136 @@ color = { 123 150 255 } graphical_culture = Generic party = { - name = "LSK_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LSK_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LSK_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LSK_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LSK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LSK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LSK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LSK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LSK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LSK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LSK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LSK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LSK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LSK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - ironclad = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - manowar = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - cruiser = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - frigate = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - monitor = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway - } -} \ No newline at end of file + dreadnought = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + ironclad = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + manowar = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + cruiser = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + frigate = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + monitor = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aleutia "Midnight Sun" Juneau Fairbanks Anchorage Badger Knik-Fairview Sitka Lakes Tanaina Ketchikan Kalifornsky Cicely Wasilla "Meadow Lakes" Kenai "Steele Creek" Kodiak Bethel "Chena Ridge" Sterling Gateway + } +} diff --git a/HPM/common/countries/Albania.txt b/HPM/common/countries/Albania.txt index 2a25d152..6a7c9a5f 100644 --- a/HPM/common/countries/Albania.txt +++ b/HPM/common/countries/Albania.txt @@ -2,190 +2,190 @@ color = { 181 72 106 } graphical_culture = EuropeanGC party = { - name = "ALB_conservative" - start_date = 1835.1.1 - end_date = 1912.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ALB_conservative" + start_date = 1835.1.1 + end_date = 1912.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ALB_reactionary" - start_date = 1877.1.1 - end_date = 1935.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALB_reactionary" + start_date = 1877.1.1 + end_date = 1935.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALB_liberal" - start_date = 1912.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALB_liberal" + start_date = 1912.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALB_conservative_2" - start_date = 1913.1.1 - end_date = 1945.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALB_conservative_2" + start_date = 1913.1.1 + end_date = 1945.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALB_liberal_2" - start_date = 1820.1.1 - end_date = 1911.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ALB_liberal_2" + start_date = 1820.1.1 + end_date = 1911.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ALB_reactionary_2" - start_date = 1820.1.1 - end_date = 1877.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALB_reactionary_2" + start_date = 1820.1.1 + end_date = 1877.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ALB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ALB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } - ironclad = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } - manowar = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - - - } - cruiser = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } - frigate = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } - monitor = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje - - } -} \ No newline at end of file + dreadnought = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } + ironclad = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } + manowar = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + + + } + cruiser = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } + frigate = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } + monitor = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Shqipëria Skënderbeu "Bishti i Palles" "Gjiri i Drinit" "Gjiri i Rondonit" Jube "Kalaja e Turres" "Kepi i Rodonit" Kyrekuq Shengjin Shetaj Velipoje + + } +} diff --git a/HPM/common/countries/Aldjazair.txt b/HPM/common/countries/Aldjazair.txt index 878ddf87..dbb4d619 100644 --- a/HPM/common/countries/Aldjazair.txt +++ b/HPM/common/countries/Aldjazair.txt @@ -2,184 +2,184 @@ color = { 220 202 96 } graphical_culture = MiddleEasternGC party = { - name = "ALD_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ALD_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ALD_reactionary" - start_date = 1832.1.1 - end_date = 1871.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALD_reactionary" + start_date = 1832.1.1 + end_date = 1871.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALD_liberal" - start_date = 1901.1.1 - end_date = 1962.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ALD_liberal" + start_date = 1901.1.1 + end_date = 1962.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ALD_liberal_2" - start_date = 1908.1.1 - end_date = 1926.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ALD_liberal_2" + start_date = 1908.1.1 + end_date = 1926.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ALD_liberal_3" - start_date = 1820.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ALD_liberal_3" + start_date = 1820.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ALD_reactionary_2" - start_date = 1871.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALD_reactionary_2" + start_date = 1871.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ALD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ALD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Abd al-Qadir al-Jazairi" "Uruj Barbarus" "Khayr al-Din Barbarus" Al-Rustamiyyun Al-Ziyaniyyun "Abu Hamu Musa al-Ziyani" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Tilimsan Al-Jazair Wahran Mustaghanim Midiya Qusantina Warqla Annaba Bilida Bashar Sitif - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Abd al-Qadir al-Jazairi" "Uruj Barbarus" "Khayr al-Din Barbarus" Al-Rustamiyyun Al-Ziyaniyyun "Abu Hamu Musa al-Ziyani" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Tilimsan Al-Jazair Wahran Mustaghanim Midiya Qusantina Warqla Annaba Bilida Bashar Sitif + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Altai Republic.txt b/HPM/common/countries/Altai Republic.txt index b950be61..93b1512d 100644 --- a/HPM/common/countries/Altai Republic.txt +++ b/HPM/common/countries/Altai Republic.txt @@ -2,143 +2,143 @@ color = { 147 112 219 } graphical_culture = MiddleEasternGC party = { - name = "ALT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ALT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ALT_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ALT_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ALT_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "ALT_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALT_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALT_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALT_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ALT_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ALT_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALT_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALT_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "ALT_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Angoche.txt b/HPM/common/countries/Angoche.txt index 7ecefa3f..3e8352a8 100644 --- a/HPM/common/countries/Angoche.txt +++ b/HPM/common/countries/Angoche.txt @@ -2,139 +2,139 @@ color = { 84 96 204 } graphical_culture = AfricanGC party = { - name = "AGC_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AGC_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AGC_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AGC_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AGC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AGC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AGC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AGC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AGC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AGC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AGC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AGC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AGC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AGC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Masqat Suhar Matrah Nizwa Salala Sur Musandam - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Masqat Suhar Matrah Nizwa Salala Sur Musandam + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Angola.txt b/HPM/common/countries/Angola.txt index 72f21e65..adcbd357 100644 --- a/HPM/common/countries/Angola.txt +++ b/HPM/common/countries/Angola.txt @@ -2,134 +2,134 @@ color = { 57 190 101 } graphical_culture = AfricanGC party = { - name = "ANG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ANG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ANG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ANG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ANG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ANG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ANG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ANG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ANG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ANG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ANG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ANG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ANG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "ANG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" - } - ironclad = { - "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" - } - manowar = { - "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola - } - cruiser = { - "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" - } - frigate = { - "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão - } - monitor = { - "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; - } -} \ No newline at end of file + dreadnought = { + "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" + } + ironclad = { + "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" + } + manowar = { + "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola + } + cruiser = { + "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" + } + frigate = { + "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão + } + monitor = { + "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; + } +} diff --git a/HPM/common/countries/Anhalt.txt b/HPM/common/countries/Anhalt.txt index f837a250..fe8d629d 100644 --- a/HPM/common/countries/Anhalt.txt +++ b/HPM/common/countries/Anhalt.txt @@ -2,226 +2,226 @@ color = { 203 93 124 } graphical_culture = EuropeanGC party = { - name = "ANH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ANH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ANH_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ANH_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ANH_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ANH_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ANH_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ANH_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ANH_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ANH_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ANH_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ANH_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ANH_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ANH_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ANH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ANH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ANH_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ANH_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ANH_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ANH_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ANH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ANH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ANH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ANH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ANH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ANH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - ironclad = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - manowar = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - cruiser = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - frigate = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - monitor = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum - } -} \ No newline at end of file + dreadnought = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + ironclad = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + manowar = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + cruiser = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + frigate = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + monitor = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Anhalt Herzog "Der Alte Dessauer" "Vater Franz" Askanien Erbprinz Dessau Zerbst Plotzkau Köthen Bernburg Oranienbaum + } +} diff --git a/HPM/common/countries/Anhui.txt b/HPM/common/countries/Anhui.txt index 75fb3820..3aa8b722 100644 --- a/HPM/common/countries/Anhui.txt +++ b/HPM/common/countries/Anhui.txt @@ -3,138 +3,138 @@ color = { 255 141 72 } graphical_culture = ChineseGC party = { - name = "HUI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HUI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HUI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HUI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HUI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HUI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HUI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HUI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HUI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "HUI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "HUI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HUI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HUI_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HUI_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Antillean Conf.txt b/HPM/common/countries/Antillean Conf.txt index b1d4d0c0..4b91b10f 100644 --- a/HPM/common/countries/Antillean Conf.txt +++ b/HPM/common/countries/Antillean Conf.txt @@ -1,243 +1,243 @@ color = { 178 105 3 } graphical_culture = Generic party = { - name = "DOM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_conservative" - start_date = 1830.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DOM_conservative" + start_date = 1830.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DOM_conservative_2" - start_date = 1830.1.1 - end_date = 1858.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_conservative_2" + start_date = 1830.1.1 + end_date = 1858.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DOM_liberal_2" - start_date = 1844.1.1 - end_date = 1899.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_liberal_2" + start_date = 1844.1.1 + end_date = 1899.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_conservative_3" - start_date = 1849.1.1 - end_date = 1899.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_conservative_3" + start_date = 1849.1.1 + end_date = 1899.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_liberal_3" - start_date = 1861.1.1 - end_date = 1865.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "DOM_liberal_3" + start_date = 1861.1.1 + end_date = 1865.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "DOM_liberal_4" - start_date = 1874.1.1 - end_date = 1899.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "DOM_liberal_4" + start_date = 1874.1.1 + end_date = 1899.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "DOM_liberal_5" - start_date = 1899.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DOM_liberal_5" + start_date = 1899.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DOM_conservative_4" - start_date = 1899.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_conservative_4" + start_date = 1899.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DOM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DOM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DOM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Francisco del Rosario" "Gregorio Luperón" "Hermanos de la Concha" "Hermanos Puello" "Juan A. Acosta" "Juan B. Cambiaso" "Juan B. Maggiolo" "Juan Pablo Duarte" "Matías R. Mella" "Vicente C. Duarte" - } - ironclad = { - Bahoruco Desolación Destrucción "El Pavor" "El Terror" "La Bombarda" Neiba Samana "Siete Cabezas" Yamasa - } - manowar = { - Cibao "Diecinueve de Marzo" "La Merced" Leonor Libertad "María Chica" "Separación Dominicana" "Siete de Julio" "Veintisiete de Febrero" Victoria - } - cruiser = { - Barahona Duarte Independencia "La Vega" Montecristi "Puerto Plata" Restauración "San Cristóbal" "Sánchez Ramírez" "Santo Domingo" - } - frigate = { - "Cristóbal Colón" "Diego de Ocampo" Dios "Grito de Capoyillo" "La Española" Libertad Patria Taíno "Trabucazo de Mella" Trinitaria - } - monitor = { - Azua Beller "El Memiso" "El Número" "La Estrelleta" "Las Carreras" "Puerto Tortuguero" "Sabana Larga" Santiago Santomé - } - clipper_transport = { - Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota - Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna - } - steam_transport = { - Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota - Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna - } - commerce_raider = { - Agustina Boba Dejabón Desesperación Incontrolable Josefa Juana Julia Nigua Ocoa - } -} \ No newline at end of file + dreadnought = { + "Francisco del Rosario" "Gregorio Luperón" "Hermanos de la Concha" "Hermanos Puello" "Juan A. Acosta" "Juan B. Cambiaso" "Juan B. Maggiolo" "Juan Pablo Duarte" "Matías R. Mella" "Vicente C. Duarte" + } + ironclad = { + Bahoruco Desolación Destrucción "El Pavor" "El Terror" "La Bombarda" Neiba Samana "Siete Cabezas" Yamasa + } + manowar = { + Cibao "Diecinueve de Marzo" "La Merced" Leonor Libertad "María Chica" "Separación Dominicana" "Siete de Julio" "Veintisiete de Febrero" Victoria + } + cruiser = { + Barahona Duarte Independencia "La Vega" Montecristi "Puerto Plata" Restauración "San Cristóbal" "Sánchez Ramírez" "Santo Domingo" + } + frigate = { + "Cristóbal Colón" "Diego de Ocampo" Dios "Grito de Capoyillo" "La Española" Libertad Patria Taíno "Trabucazo de Mella" Trinitaria + } + monitor = { + Azua Beller "El Memiso" "El Número" "La Estrelleta" "Las Carreras" "Puerto Tortuguero" "Sabana Larga" Santiago Santomé + } + clipper_transport = { + Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota + Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna + } + steam_transport = { + Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota + Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna + } + commerce_raider = { + Agustina Boba Dejabón Desesperación Incontrolable Josefa Juana Julia Nigua Ocoa + } +} diff --git a/HPM/common/countries/Aotearoa.txt b/HPM/common/countries/Aotearoa.txt index 48ebc349..1ddb9cb5 100644 --- a/HPM/common/countries/Aotearoa.txt +++ b/HPM/common/countries/Aotearoa.txt @@ -2,136 +2,136 @@ color = { 66 66 66 } graphical_culture = Generic party = { - name = "AOT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AOT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AOT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AOT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AOT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AOT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AOT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AOT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AOT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AOT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AOT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AOT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AOT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AOT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Te Mana" "Te Kaha" - } - ironclad = { - "Te Mana" "Te Kaha" - } - manowar = { - "Te Mana" "Te Kaha" - } - cruiser = { - "Te Mana" "Te Kaha" - } - frigate = { - "Te Mana" "Te Kaha" - } - monitor = { - "Te Mana" "Te Kaha" - } - clipper_transport = { - "Te Mana" "Te Kaha" - } - steam_transport = { - "Te Mana" "Te Kaha" - } - commerce_raider = { - "Te Mana" "Te Kaha" - } -} \ No newline at end of file + dreadnought = { + "Te Mana" "Te Kaha" + } + ironclad = { + "Te Mana" "Te Kaha" + } + manowar = { + "Te Mana" "Te Kaha" + } + cruiser = { + "Te Mana" "Te Kaha" + } + frigate = { + "Te Mana" "Te Kaha" + } + monitor = { + "Te Mana" "Te Kaha" + } + clipper_transport = { + "Te Mana" "Te Kaha" + } + steam_transport = { + "Te Mana" "Te Kaha" + } + commerce_raider = { + "Te Mana" "Te Kaha" + } +} diff --git a/HPM/common/countries/Arab Union.txt b/HPM/common/countries/Arab Union.txt index 58cc87cf..16611fbd 100644 --- a/HPM/common/countries/Arab Union.txt +++ b/HPM/common/countries/Arab Union.txt @@ -2,137 +2,137 @@ color = { 101 166 33 } graphical_culture = MiddleEasternGC party = { - name = "ARA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARA_anarcho_liberals" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARA_anarcho_liberals" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - - } - ironclad = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - manowar = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - cruiser = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - frigate = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - monitor = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } -} \ No newline at end of file + dreadnought = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + + } + ironclad = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + manowar = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + cruiser = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + frigate = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + monitor = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir""Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi""Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } +} diff --git a/HPM/common/countries/Arabia.txt b/HPM/common/countries/Arabia.txt index 089d2fae..5617fb8c 100644 --- a/HPM/common/countries/Arabia.txt +++ b/HPM/common/countries/Arabia.txt @@ -2,153 +2,153 @@ color = { 107 147 37 } graphical_culture = MiddleEasternGC party = { - name = "ARA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARA_liberal" - start_date = 1810.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARA_liberal" + start_date = 1810.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARA_reactionary" - start_date = 1810.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARA_reactionary" + start_date = 1810.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARA_reactionary2" - start_date = 1810.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARA_reactionary2" + start_date = 1810.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARA_anarcho_liberal" - start_date = 1810.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARA_anarcho_liberal" + start_date = 1810.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARA_socialist" - start_date = 1818.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARA_socialist" + start_date = 1818.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARA_communist" - start_date = 1818.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARA_communist" + start_date = 1818.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARA_fascist" - start_date = 1805.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "ARA_fascist" + start_date = 1805.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } unit_names = { - dreadnought = { - "Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Jidda Taif Yanbu Tabuk "Madina al-Munawwara" - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Jidda Taif Yanbu Tabuk "Madina al-Munawwara" + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Ardalan.txt b/HPM/common/countries/Ardalan.txt index bc45f370..44a0bf22 100644 --- a/HPM/common/countries/Ardalan.txt +++ b/HPM/common/countries/Ardalan.txt @@ -1,220 +1,220 @@ -color = { 255 245 140 } +color = { 255 245 140 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Argentina.txt b/HPM/common/countries/Argentina.txt index 85636068..af4e5684 100644 --- a/HPM/common/countries/Argentina.txt +++ b/HPM/common/countries/Argentina.txt @@ -1,254 +1,254 @@ color = { 117 170 219 } graphical_culture = SouthAmericanGC party = { - name = "ARG_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARG_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_2" - start_date = 1835.1.1 - end_date = 1856.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_liberal_2" + start_date = 1835.1.1 + end_date = 1856.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_conservative" - start_date = 1835.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_conservative" + start_date = 1835.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_conservative_2" - start_date = 1871.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_2" + start_date = 1871.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_conservative_3" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_conservative_3" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_conservative_4" - start_date = 1868.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_conservative_4" + start_date = 1868.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_3" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_liberal_3" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARG_conservative_5" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_5" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_liberal_4" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_liberal_4" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" - "ARA Yrigoyen" - } - ironclad = { - "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" - "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" - } - manowar = { - "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" - "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" - } - cruiser = { - "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" - "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" - } - frigate = { - "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" - "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" - } - monitor = { - "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" - "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" - } - clipper_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - steam_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - commerce_raider = { - "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" - "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" - } + dreadnought = { + "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" + "ARA Yrigoyen" + } + ironclad = { + "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" + "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" + } + manowar = { + "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" + "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" + } + cruiser = { + "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" + "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" + } + frigate = { + "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" + "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" + } + monitor = { + "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" + "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" + } + clipper_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + steam_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + commerce_raider = { + "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" + "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" + } } diff --git a/HPM/common/countries/Argentine Conf.txt b/HPM/common/countries/Argentine Conf.txt index 4bb55ea4..6f92eabe 100644 --- a/HPM/common/countries/Argentine Conf.txt +++ b/HPM/common/countries/Argentine Conf.txt @@ -2,254 +2,254 @@ color = { 45 45 97 } graphical_culture = SouthAmericanGC party = { - name = "ARG_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARG_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_2" - start_date = 1835.1.1 - end_date = 1856.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_liberal_2" + start_date = 1835.1.1 + end_date = 1856.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_conservative" - start_date = 1835.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_conservative" + start_date = 1835.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_conservative_2" - start_date = 1871.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_2" + start_date = 1871.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_conservative_3" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_conservative_3" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_conservative_4" - start_date = 1868.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_conservative_4" + start_date = 1868.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_3" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_liberal_3" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARG_conservative_5" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_5" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_liberal_4" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_liberal_4" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" - "ARA Yrigoyen" - } - ironclad = { - "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" - "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" - } - manowar = { - "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" - "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" - } - cruiser = { - "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" - "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" - } - frigate = { - "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" - "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" - } - monitor = { - "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" - "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" - } - clipper_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - steam_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - commerce_raider = { - "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" - "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" - } + dreadnought = { + "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" + "ARA Yrigoyen" + } + ironclad = { + "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" + "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" + } + manowar = { + "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" + "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" + } + cruiser = { + "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" + "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" + } + frigate = { + "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" + "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" + } + monitor = { + "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" + "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" + } + clipper_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + steam_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + commerce_raider = { + "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" + "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" + } } diff --git a/HPM/common/countries/Armenia.txt b/HPM/common/countries/Armenia.txt index 7f292040..1f126e20 100644 --- a/HPM/common/countries/Armenia.txt +++ b/HPM/common/countries/Armenia.txt @@ -1,211 +1,210 @@ color = { 128 170 63 } graphical_culture = MiddleEasternGC party = { - name = "ARM_conservative" - start_date = 1826.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pacifism + name = "ARM_conservative" + start_date = 1826.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pacifism } party = { - name = "ARM_conservative_2" - start_date = 1850.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARM_conservative_2" + start_date = 1850.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARM_liberal" - start_date = 1863.1.1 - end_date = 1895.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARM_liberal" + start_date = 1863.1.1 + end_date = 1895.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARM_socialist" - start_date = 1848.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_socialist" + start_date = 1848.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_socialist_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARM_socialist_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARM_liberal_2" - start_date = 1820.1.1 - end_date = 1863.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_2" + start_date = 1820.1.1 + end_date = 1863.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_liberal_3" - start_date = 1895.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_3" + start_date = 1895.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } unit_names = { - dreadnought = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - ironclad = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - } - manowar = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - - } - cruiser = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - frigate = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - monitor = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } + dreadnought = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + ironclad = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + } + manowar = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + + } + cruiser = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + frigate = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + monitor = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } } party = { - name = "ARM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Aro.txt b/HPM/common/countries/Aro.txt index 962fea36..1ad0d865 100644 --- a/HPM/common/countries/Aro.txt +++ b/HPM/common/countries/Aro.txt @@ -2,138 +2,138 @@ color = { 88 27 192 } graphical_culture = AfricanGC party = { - name = "ARO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Ashanti.txt b/HPM/common/countries/Ashanti.txt index 4adf6359..fdf0a19a 100644 --- a/HPM/common/countries/Ashanti.txt +++ b/HPM/common/countries/Ashanti.txt @@ -2,183 +2,183 @@ color = { 255 213 0 } graphical_culture = AfricanGC party = { - name = "ASH_conservative" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ASH_conservative" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ASH_conservative_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ASH_conservative_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ASH_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ASH_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ASH_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ASH_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ASH_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASH_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ASH_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASH_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ASH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ASH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ASH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Assam.txt b/HPM/common/countries/Assam.txt index 2fdf0c57..325c8b81 100644 --- a/HPM/common/countries/Assam.txt +++ b/HPM/common/countries/Assam.txt @@ -2,143 +2,143 @@ color = { 176 0 0 } graphical_culture = IndianGC party = { - name = "ASM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ASM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ASM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ASM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ASM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ASM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ASM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ASM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - ironclad = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - manowar = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - cruiser = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - frigate = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - monitor = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } -} \ No newline at end of file + dreadnought = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + ironclad = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + manowar = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + cruiser = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + frigate = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + monitor = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } +} diff --git a/HPM/common/countries/Assyria.txt b/HPM/common/countries/Assyria.txt index 0197f7a5..ad2c9620 100644 --- a/HPM/common/countries/Assyria.txt +++ b/HPM/common/countries/Assyria.txt @@ -1,211 +1,210 @@ color = { 27 130 137 } graphical_culture = MiddleEasternGC party = { - name = "ARM_conservative" - start_date = 1826.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pacifism + name = "ARM_conservative" + start_date = 1826.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pacifism } party = { - name = "ARM_conservative_2" - start_date = 1850.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARM_conservative_2" + start_date = 1850.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARM_liberal" - start_date = 1863.1.1 - end_date = 1895.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARM_liberal" + start_date = 1863.1.1 + end_date = 1895.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARM_socialist" - start_date = 1848.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_socialist" + start_date = 1848.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_socialist_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARM_socialist_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARM_liberal_2" - start_date = 1820.1.1 - end_date = 1863.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_2" + start_date = 1820.1.1 + end_date = 1863.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_liberal_3" - start_date = 1895.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_3" + start_date = 1895.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } unit_names = { - dreadnought = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - ironclad = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - } - manowar = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - - } - cruiser = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - frigate = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - monitor = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } + dreadnought = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + ironclad = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + } + manowar = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + + } + cruiser = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + frigate = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + monitor = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } } party = { - name = "ARM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Astrakhan.txt b/HPM/common/countries/Astrakhan.txt index 99fd461c..39d16cff 100644 --- a/HPM/common/countries/Astrakhan.txt +++ b/HPM/common/countries/Astrakhan.txt @@ -2,143 +2,143 @@ color = { 205 92 92 } graphical_culture = MiddleEasternGC party = { - name = "AKH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AKH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AKH_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AKH_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AKH_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "AKH_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AKH_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AKH_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AKH_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AKH_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AKH_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AKH_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AKH_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "AKH_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Asturias.txt b/HPM/common/countries/Asturias.txt index 6b35b1fb..1959a618 100644 --- a/HPM/common/countries/Asturias.txt +++ b/HPM/common/countries/Asturias.txt @@ -2,139 +2,139 @@ color = { 150 130 190 } graphical_culture = EuropeanGC party = { - name = "ATR_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ATR_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ATR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ATR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ATR_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ATR_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ATR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ATR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ATR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ATR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ATR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ATR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ATR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ATR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Atjeh.txt b/HPM/common/countries/Atjeh.txt index 9f29f318..1c0061cb 100644 --- a/HPM/common/countries/Atjeh.txt +++ b/HPM/common/countries/Atjeh.txt @@ -2,138 +2,138 @@ color = { 73 152 76 } graphical_culture = AsianGC party = { - name = "ATJ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ATJ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ATJ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ATJ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ATJ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ATJ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ATJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ATJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ATJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "ATJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "ATJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ATJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ATJ_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ATJ_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - ironclad = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - - } - manowar = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - - } - cruiser = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - frigate = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - monitor = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } -} \ No newline at end of file + dreadnought = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + ironclad = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + + } + manowar = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + + } + cruiser = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + frigate = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + monitor = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aceh Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } +} diff --git a/HPM/common/countries/Australia.txt b/HPM/common/countries/Australia.txt index e17af54c..18f6f608 100644 --- a/HPM/common/countries/Australia.txt +++ b/HPM/common/countries/Australia.txt @@ -2,166 +2,166 @@ color = { 0 135 81 } graphical_culture = BritishGC party = { - name = "AST_liberal" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AST_liberal" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AST_conservative" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AST_conservative" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AST_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AST_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AST_liberal_2" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AST_liberal_2" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AST_conservative_2" - start_date = 1919.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AST_conservative_2" + start_date = 1919.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AST_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "AST_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "AST_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AST_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AST_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AST_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AST_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AST_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { "Big Bruce" Tasmania Queensland "New South Wales" Commonwealth - - } - ironclad = { Victoria Paluma Fantome "Alf Stewart" Perth - - } - manowar = { Spitfire Adelaide "Gold Coast" Murray Sheila - - } - cruiser = { Australia Melbourne Sydney Encounter Brisbane Pioneer Protector - - } - frigate = { Darwin Darling Diamantina Dawson Dee - - } - monitor = { Cerberus Nelson Gayunda "Bass Strait" "Mount Kosciuszko" - - } - clipper_transport = { - - } - steam_transport = { Kanowna - - } - commerce_raider = { Alexander Charlotte "Lady Penrhyn" "Prince of Wales" Scarborough - - } -} \ No newline at end of file + dreadnought = { "Big Bruce" Tasmania Queensland "New South Wales" Commonwealth + + } + ironclad = { Victoria Paluma Fantome "Alf Stewart" Perth + + } + manowar = { Spitfire Adelaide "Gold Coast" Murray Sheila + + } + cruiser = { Australia Melbourne Sydney Encounter Brisbane Pioneer Protector + + } + frigate = { Darwin Darling Diamantina Dawson Dee + + } + monitor = { Cerberus Nelson Gayunda "Bass Strait" "Mount Kosciuszko" + + } + clipper_transport = { + + } + steam_transport = { Kanowna + + } + commerce_raider = { Alexander Charlotte "Lady Penrhyn" "Prince of Wales" Scarborough + + } +} diff --git a/HPM/common/countries/Austria-Hungary.txt b/HPM/common/countries/Austria-Hungary.txt index e83ff2c9..364c9f8e 100644 --- a/HPM/common/countries/Austria-Hungary.txt +++ b/HPM/common/countries/Austria-Hungary.txt @@ -2,278 +2,278 @@ color = { 124 40 30 } graphical_culture = AustriaHungaryGC party = { - name = "AUS_conservative" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_2" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_2" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_reactionary" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_reactionary" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "AUS_socialist" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "AUS_liberal" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_conservative_3" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_3" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_4" - start_date = 1867.1.1 - end_date = 1879.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_conservative_4" + start_date = 1867.1.1 + end_date = 1879.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist_2" - start_date = 1867.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_2" + start_date = 1867.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "AUS_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "AUS_conservative_5" - start_date = 1879.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_5" + start_date = 1879.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_liberal_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_socialist_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } #Same as for Austria unit_names = { - dreadnought = { - "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" - "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" - "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" - "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" - "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" - } - battleship = { - Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi - } - ironclad = { - "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" - "Szamos" "Körös" "Réka" "Gäa" "Gigant" - } - manowar = { - "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" - "Kaiserin Maria Theresia" "Radetzky" - } - cruiser = { - "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" - "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" - "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" - "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" - "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" - "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" - } - frigate = { - "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" - "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" - } - monitor = { - "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" - "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" - } - clipper_transport = { - "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" - "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" - "9. Klipperflottille" "10. Klipperflottille" - } - steam_transport = { - } - commerce_raider = { - "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" - "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" - "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" - } -} \ No newline at end of file + dreadnought = { + "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" + "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" + "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" + "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" + "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" + } + battleship = { + Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi + } + ironclad = { + "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" + "Szamos" "Körös" "Réka" "Gäa" "Gigant" + } + manowar = { + "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" + "Kaiserin Maria Theresia" "Radetzky" + } + cruiser = { + "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" + "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" + "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" + "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" + "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" + "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" + } + frigate = { + "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" + "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" + } + monitor = { + "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" + "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" + } + clipper_transport = { + "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" + "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" + "9. Klipperflottille" "10. Klipperflottille" + } + steam_transport = { + } + commerce_raider = { + "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" + "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" + "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" + } +} diff --git a/HPM/common/countries/Austria.txt b/HPM/common/countries/Austria.txt index c6ba1d0d..8c88c389 100644 --- a/HPM/common/countries/Austria.txt +++ b/HPM/common/countries/Austria.txt @@ -2,278 +2,278 @@ color = { 236 236 236 } graphical_culture = AustriaHungaryGC party = { - name = "AUS_conservative" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_2" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_2" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_reactionary" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_reactionary" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "AUS_socialist" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "AUS_liberal" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_conservative_3" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_3" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_4" - start_date = 1867.1.1 - end_date = 1879.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_conservative_4" + start_date = 1867.1.1 + end_date = 1879.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist_2" - start_date = 1867.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_2" + start_date = 1867.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "AUS_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "AUS_conservative_5" - start_date = 1879.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_5" + start_date = 1879.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_liberal_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_socialist_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } #Same as for Austria-Hungary unit_names = { - dreadnought = { - "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" - "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" - "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" - "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" - "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" - } - battleship = { - Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi - } - ironclad = { - "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" - "Szamos" "Körös" "Réka" "Gäa" "Gigant" - } - manowar = { - "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" - "Kaiserin Maria Theresia" "Radetzky" - } - cruiser = { - "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" - "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" - "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" - "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" - "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" - "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" - } - frigate = { - "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" - "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" - } - monitor = { - "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" - "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" - } - clipper_transport = { - "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" - "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" - "9. Klipperflottille" "10. Klipperflottille" - } - steam_transport = { - } - commerce_raider = { - "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" - "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" - "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" - } -} \ No newline at end of file + dreadnought = { + "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" + "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" + "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" + "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" + "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" + } + battleship = { + Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi + } + ironclad = { + "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" + "Szamos" "Körös" "Réka" "Gäa" "Gigant" + } + manowar = { + "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" + "Kaiserin Maria Theresia" "Radetzky" + } + cruiser = { + "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" + "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" + "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" + "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" + "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" + "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" + } + frigate = { + "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" + "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" + } + monitor = { + "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" + "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" + } + clipper_transport = { + "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" + "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" + "9. Klipperflottille" "10. Klipperflottille" + } + steam_transport = { + } + commerce_raider = { + "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" + "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" + "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" + } +} diff --git a/HPM/common/countries/Awadh.txt b/HPM/common/countries/Awadh.txt index e8997207..b3b6f0ed 100644 --- a/HPM/common/countries/Awadh.txt +++ b/HPM/common/countries/Awadh.txt @@ -2,107 +2,106 @@ color = { 119 130 145 } graphical_culture = IndianGC party = { - name = "AWA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AWA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AWA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AWA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AWA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AWA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AWA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AWA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AWA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AWA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AWA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AWA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AWA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AWA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Awsa.txt b/HPM/common/countries/Awsa.txt index bb919cc8..e4a4eb14 100644 --- a/HPM/common/countries/Awsa.txt +++ b/HPM/common/countries/Awsa.txt @@ -2,150 +2,150 @@ color = { 28 255 164 } graphical_culture = MiddleEasternGC party = { - name = "AWS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AWS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AWS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AWS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AWS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AWS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AWS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AWS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AWS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AWS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AWS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AWS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AWS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AWS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus AWSbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Azande.txt b/HPM/common/countries/Azande.txt index 77baecfb..0fd053e3 100644 --- a/HPM/common/countries/Azande.txt +++ b/HPM/common/countries/Azande.txt @@ -2,137 +2,137 @@ color = { 131 50 50 } graphical_culture = ZuluGC party = { - name = "AZA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AZA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AZA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AZA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AZA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AZA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AZA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AZA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AZA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AZA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AZA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AZA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AZA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AZA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Azerbaijan.txt b/HPM/common/countries/Azerbaijan.txt index 9e712a2e..47e62df0 100644 --- a/HPM/common/countries/Azerbaijan.txt +++ b/HPM/common/countries/Azerbaijan.txt @@ -2,156 +2,156 @@ color = { 56 32 172} graphical_culture = Generic party = { - name = "AZB_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "AZB_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "AZB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AZB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AZB_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AZB_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AZB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AZB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AZB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AZB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AZB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AZB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AZB_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AZB_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - } - ironclad = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - manowar = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - cruiser = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - frigate = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - monitor = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } -} \ No newline at end of file + dreadnought = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + } + ironclad = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + manowar = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + cruiser = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + frigate = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + monitor = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Azerbaijan "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } +} diff --git a/HPM/common/countries/Baban.txt b/HPM/common/countries/Baban.txt index 5db9786f..c3e22f41 100644 --- a/HPM/common/countries/Baban.txt +++ b/HPM/common/countries/Baban.txt @@ -1,220 +1,220 @@ -color = { 160 196 61 } +color = { 160 196 61 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Badakhshan.txt b/HPM/common/countries/Badakhshan.txt index e44c9046..f872b7c3 100644 --- a/HPM/common/countries/Badakhshan.txt +++ b/HPM/common/countries/Badakhshan.txt @@ -2,143 +2,143 @@ color = { 68 219 102 } graphical_culture = MiddleEasternGC party = { - name = "BUK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Baden.txt b/HPM/common/countries/Baden.txt index 1f861138..bf672b6b 100644 --- a/HPM/common/countries/Baden.txt +++ b/HPM/common/countries/Baden.txt @@ -2,226 +2,226 @@ color = { 118 229 215 } graphical_culture = EuropeanGC party = { - name = "BAD_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BAD_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BAD_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BAD_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BAD_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BAD_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BAD_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BAD_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BAD_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAD_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAD_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAD_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAD_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAD_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAD_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAD_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAD_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAD_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAD_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BAD_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - ironclad = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - manowar = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - cruiser = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - frigate = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - monitor = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - clipper_transport = { - Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - steam_transport = { - Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - commerce_raider = { - Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } -} \ No newline at end of file + dreadnought = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + ironclad = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + manowar = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + cruiser = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + frigate = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + monitor = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + clipper_transport = { + Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + steam_transport = { + Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + commerce_raider = { + Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } +} diff --git a/HPM/common/countries/Bahawalpur.txt b/HPM/common/countries/Bahawalpur.txt index 7bd21031..987f5c99 100644 --- a/HPM/common/countries/Bahawalpur.txt +++ b/HPM/common/countries/Bahawalpur.txt @@ -2,134 +2,134 @@ color = { 156 30 60 } graphical_culture = IndianGC party = { - name = "SIN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" - } - cruiser = { - Narain Akbar Amid Fardin Shahnawaz - } - ironclad = { - Ishayu Nasir Javed - } - monitor = { - Azhar Fateh Nitin - } - manowar = { - Sindh Thatta Haydarabad Khudabad - } - frigate = { - Amar Anil Feroz Jaidip Pratap Nirmal - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil - } -} \ No newline at end of file + dreadnought = { + Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" + } + cruiser = { + Narain Akbar Amid Fardin Shahnawaz + } + ironclad = { + Ishayu Nasir Javed + } + monitor = { + Azhar Fateh Nitin + } + manowar = { + Sindh Thatta Haydarabad Khudabad + } + frigate = { + Amar Anil Feroz Jaidip Pratap Nirmal + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil + } +} diff --git a/HPM/common/countries/Bahdinan.txt b/HPM/common/countries/Bahdinan.txt index 2a435d76..d66c7c17 100644 --- a/HPM/common/countries/Bahdinan.txt +++ b/HPM/common/countries/Bahdinan.txt @@ -1,220 +1,220 @@ -color = { 84 204 4 } +color = { 84 204 4 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Bahia.txt b/HPM/common/countries/Bahia.txt index 1fce7ea9..ad2b3ab8 100644 --- a/HPM/common/countries/Bahia.txt +++ b/HPM/common/countries/Bahia.txt @@ -2,175 +2,175 @@ color = { 130 90 220 } graphical_culture = SouthAmericanGC party = { - name = "BAH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "BAH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAH_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BAH_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BAH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAH_conservative_2" - start_date = 1873.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_conservative_2" + start_date = 1873.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" - Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" - - } - ironclad = { - Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos - "Espirito Santo" Fonseca - } - manowar = { - "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy - Sergipe Parana Greenhalgh Macapá - } - cruiser = { - "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban - Riachuelo Toneleros Fortaleza Tiradentes - } - frigate = { - "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi - Uniao Belém Vigia - } - monitor = { - Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao - "Guana Bara" Ceara Humaita - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral - Barroso Herval Silvado "Lima Barros" - } -} \ No newline at end of file + dreadnought = { + "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" + Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" + + } + ironclad = { + Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos + "Espirito Santo" Fonseca + } + manowar = { + "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy + Sergipe Parana Greenhalgh Macapá + } + cruiser = { + "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban + Riachuelo Toneleros Fortaleza Tiradentes + } + frigate = { + "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi + Uniao Belém Vigia + } + monitor = { + Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao + "Guana Bara" Ceara Humaita + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral + Barroso Herval Silvado "Lima Barros" + } +} diff --git a/HPM/common/countries/Bahrain.txt b/HPM/common/countries/Bahrain.txt index 98131155..2ce2ebe5 100644 --- a/HPM/common/countries/Bahrain.txt +++ b/HPM/common/countries/Bahrain.txt @@ -2,139 +2,139 @@ color = { 173 151 219 } graphical_culture = MiddleEasternGC party = { - name = "BHR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BHR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BHR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BHR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BHR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BHR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BHR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BHR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz GBHRib Hakim Humam Jabbar Jawhar Kamal KBHRid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim KBHRis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz GBHRib Hakim Humam Jabbar Jawhar Kamal KBHRid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim KBHRis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Bali.txt b/HPM/common/countries/Bali.txt index 35d857eb..cbbffc46 100644 --- a/HPM/common/countries/Bali.txt +++ b/HPM/common/countries/Bali.txt @@ -2,151 +2,151 @@ color = { 36 8 2 } graphical_culture = AsianGC party = { - name = "BAL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BAL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BAL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BAL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } - ironclad = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - - } - manowar = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } - cruiser = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } - frigate = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } - monitor = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk - - Sanglang Kelatakan - } -} \ No newline at end of file + dreadnought = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } + ironclad = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + + } + manowar = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } + cruiser = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } + frigate = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } + monitor = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Pendet Legong Baris Topeng Barong Kecak Batur Catur Bratan Pohen Lesong Sangyang Batukaru Patas Musi Mesehe Agong Seraya Merbuk + + Sanglang Kelatakan + } +} diff --git a/HPM/common/countries/Baluchistan.txt b/HPM/common/countries/Baluchistan.txt index 739bd33b..e53c1d96 100644 --- a/HPM/common/countries/Baluchistan.txt +++ b/HPM/common/countries/Baluchistan.txt @@ -2,107 +2,106 @@ color = { 74 166 134 } graphical_culture = IndianGC party = { - name = "MAK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Banat.txt b/HPM/common/countries/Banat.txt index 0129a2f4..fb4336de 100644 --- a/HPM/common/countries/Banat.txt +++ b/HPM/common/countries/Banat.txt @@ -2,142 +2,142 @@ color = { 112 71 40 } graphical_culture = EuropeanGC party = { - name = "BAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BAN_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAN_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - ironclad = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - manowar = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - } - cruiser = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - frigate = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - } - monitor = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } -} \ No newline at end of file + dreadnought = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + ironclad = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + manowar = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + } + cruiser = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + frigate = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + } + monitor = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } +} diff --git a/HPM/common/countries/Basotho.txt b/HPM/common/countries/Basotho.txt index 57fb3e4f..d2fd5d0a 100644 --- a/HPM/common/countries/Basotho.txt +++ b/HPM/common/countries/Basotho.txt @@ -2,137 +2,137 @@ color = { 147 82 173 } graphical_culture = ZuluGC party = { - name = "BSH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BSH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BSH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BSH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BSH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BSH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BSH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BSH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BSH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BSH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BSH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BSH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BSH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BSH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Sotho Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Basqueland.txt b/HPM/common/countries/Basqueland.txt index 72345510..4b74a509 100644 --- a/HPM/common/countries/Basqueland.txt +++ b/HPM/common/countries/Basqueland.txt @@ -2,139 +2,139 @@ color = { 50 110 10 } graphical_culture = EuropeanGC party = { - name = "BSQ_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BSQ_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BSQ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BSQ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BSQ_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BSQ_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BSQ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BSQ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BSQ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BSQ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BSQ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BSQ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BSQ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BSQ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Bastar.txt b/HPM/common/countries/Bastar.txt index 08447d14..249ac432 100644 --- a/HPM/common/countries/Bastar.txt +++ b/HPM/common/countries/Bastar.txt @@ -2,107 +2,106 @@ color = { 110 173 129 } graphical_culture = IndianGC party = { - name = "BAS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BAS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BAS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BAS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Bavaria.txt b/HPM/common/countries/Bavaria.txt index 14cc4f09..67857e41 100644 --- a/HPM/common/countries/Bavaria.txt +++ b/HPM/common/countries/Bavaria.txt @@ -2,228 +2,228 @@ color = { 121 175 235 } graphical_culture = EuropeanGC party = { - name = "BAY_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BAY_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BAY_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BAY_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BAY_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BAY_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BAY_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BAY_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BAY_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAY_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAY_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAY_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAY_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAY_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAY_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAY_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAY_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAY_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAY_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BAY_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bayern "Von der Tann" Wittelsbach "Prinzregent Luitpold" Welf Nibelungen Walküre Babenberg - } - ironclad = { - "Maximilian Joseph" "Ludwig I" "Maximilian II" "Graf Montgelas" "Graf von Horn" "Von der Mark" "Von Le Suire" "Von Wrede" - - } - manowar = { - Graf Herzog König Kaiser Kurfürst Pfalzgraf Prinz Odin Wotan Balder Donar - } - cruiser = { - Ansbach Augsburg Bamberg Bayreuth Fürth Ingoldstadt München Nürnberg Passau Regensburg - } - frigate = { - Fuchs Hyäne Leopard Löwe Luchs Marder Panther Tiger Wolf - } - monitor = { - Höchstädt Landshut Lechfeld "Herzog Albrecht" "Prinz Ludwig" "Von Utzschneider" Steinheil - } - clipper_transport = { - Altmühl Donau Fellach Iller Inn Isar Lech Naab Pegnitz Regen Saale Windach - - } - steam_transport = { - "Sankt Erhard" "Sankt Georg" "Sankt Hubertus" "Sankt Michaël" "Sankt Peter" "Sankt Rupert" "Sankt Valentin" "Sankt Willibald" "Sankt Wolfgang" - } - commerce_raider = { - Siegfried Kriemhild Gunther Gernot Giselher Siegmund Alberich Brünhild Hagen - } + dreadnought = { + Bayern "Von der Tann" Wittelsbach "Prinzregent Luitpold" Welf Nibelungen Walküre Babenberg + } + ironclad = { + "Maximilian Joseph" "Ludwig I" "Maximilian II" "Graf Montgelas" "Graf von Horn" "Von der Mark" "Von Le Suire" "Von Wrede" + + } + manowar = { + Graf Herzog König Kaiser Kurfürst Pfalzgraf Prinz Odin Wotan Balder Donar + } + cruiser = { + Ansbach Augsburg Bamberg Bayreuth Fürth Ingoldstadt München Nürnberg Passau Regensburg + } + frigate = { + Fuchs Hyäne Leopard Löwe Luchs Marder Panther Tiger Wolf + } + monitor = { + Höchstädt Landshut Lechfeld "Herzog Albrecht" "Prinz Ludwig" "Von Utzschneider" Steinheil + } + clipper_transport = { + Altmühl Donau Fellach Iller Inn Isar Lech Naab Pegnitz Regen Saale Windach + + } + steam_transport = { + "Sankt Erhard" "Sankt Georg" "Sankt Hubertus" "Sankt Michaël" "Sankt Peter" "Sankt Rupert" "Sankt Valentin" "Sankt Willibald" "Sankt Wolfgang" + } + commerce_raider = { + Siegfried Kriemhild Gunther Gernot Giselher Siegmund Alberich Brünhild Hagen + } } diff --git a/HPM/common/countries/Belarus.txt b/HPM/common/countries/Belarus.txt index f8d3627c..ce26c436 100644 --- a/HPM/common/countries/Belarus.txt +++ b/HPM/common/countries/Belarus.txt @@ -2,136 +2,136 @@ color = { 172 170 170 } graphical_culture = EuropeanGC party = { - name = "BYE_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BYE_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BYE_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BYE_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BYE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BYE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BYE_anarcho_liberals" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BYE_anarcho_liberals" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BYE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BYE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BYE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BYE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BYE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BYE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - ironclad = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - manowar = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - cruiser = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - frigate = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - monitor = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" - } -} \ No newline at end of file + dreadnought = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + ironclad = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + manowar = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + cruiser = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + frigate = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + monitor = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Belarus" "Minsk" "Brest" "Hrodna" "Gomel" "Mogilev" "Vitebsk" + } +} diff --git a/HPM/common/countries/Belgium.txt b/HPM/common/countries/Belgium.txt index 6707fcec..aaa8964a 100644 --- a/HPM/common/countries/Belgium.txt +++ b/HPM/common/countries/Belgium.txt @@ -2,172 +2,172 @@ color = { 235 200 127 } graphical_culture = EuropeanGC party = { - name = "BEL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BEL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BEL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "BEL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "BEL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BEL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BEL_conservative_2" - start_date = 1892.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pacifism + name = "BEL_conservative_2" + start_date = 1892.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pacifism } party = { - name = "BEL_conservative_3" - start_date = 1862.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BEL_conservative_3" + start_date = 1862.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BEL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BEL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BEL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BEL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BEL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BEL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BEL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BEL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" - } - ironclad = { - "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" - } - manowar = { - "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" - } - cruiser = { - "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - "Melchior van den Kerckhove" "Jacob Mahu" - } - frigate = { - Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" - } - monitor = { - Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia - } - clipper_transport = { - Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge - - } - steam_transport = { - Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois - - } - commerce_raider = { - "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" - "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" - - } -} \ No newline at end of file + dreadnought = { + "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" + } + ironclad = { + "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" + } + manowar = { + "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" + } + cruiser = { + "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + "Melchior van den Kerckhove" "Jacob Mahu" + } + frigate = { + Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" + } + monitor = { + Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia + } + clipper_transport = { + Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge + + } + steam_transport = { + Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois + + } + commerce_raider = { + "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" + "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" + + } +} diff --git a/HPM/common/countries/Belize.txt b/HPM/common/countries/Belize.txt index 43ae5816..b793741d 100644 --- a/HPM/common/countries/Belize.txt +++ b/HPM/common/countries/Belize.txt @@ -1,139 +1,139 @@ color = { 47 85 240 } graphical_culture = AfricanGC party = { - name = "JAM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "JAM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "JAM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "JAM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "JAM_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAM_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Bengal.txt b/HPM/common/countries/Bengal.txt index 03e86c46..75a4d7e2 100644 --- a/HPM/common/countries/Bengal.txt +++ b/HPM/common/countries/Bengal.txt @@ -2,107 +2,106 @@ color = { 0 153 0 } graphical_culture = IndianGC party = { - name = "BNG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BNG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BNG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BNG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BNG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BNG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BNG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BNG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Benin.txt b/HPM/common/countries/Benin.txt index e5b1e5bb..ef1c3f7f 100644 --- a/HPM/common/countries/Benin.txt +++ b/HPM/common/countries/Benin.txt @@ -2,138 +2,138 @@ color = { 60 60 60 } graphical_culture = AfricanGC party = { - name = "BEN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BEN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BEN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BEN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BEN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BEN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BEN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BEN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BEN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BEN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BEN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BEN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BEN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BEN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Beroda.txt b/HPM/common/countries/Beroda.txt index 23df9733..e32c51f6 100644 --- a/HPM/common/countries/Beroda.txt +++ b/HPM/common/countries/Beroda.txt @@ -2,107 +2,106 @@ color = { 120 77 119 } graphical_culture = IndianGC party = { - name = "BER_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BER_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BER_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BER_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BER_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BER_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BER_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BER_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BER_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BER_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BER_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BER_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BER_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BER_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Bhopal.txt b/HPM/common/countries/Bhopal.txt index cac3e99e..6f03e09e 100644 --- a/HPM/common/countries/Bhopal.txt +++ b/HPM/common/countries/Bhopal.txt @@ -2,107 +2,106 @@ color = { 154 129 35 } graphical_culture = IndianGC party = { - name = "BHO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BHO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BHO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BHO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BHO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BHO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BHO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BHO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Bhutan.txt b/HPM/common/countries/Bhutan.txt index 47f50ae0..9fb31df6 100644 --- a/HPM/common/countries/Bhutan.txt +++ b/HPM/common/countries/Bhutan.txt @@ -2,138 +2,138 @@ color = { 93 180 76 } graphical_culture = AsianGC party = { - name = "BHU_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BHU_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BHU_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BHU_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BHU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BHU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BHU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BHU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - - } - ironclad = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - - } - manowar = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - } - cruiser = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - } - frigate = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - } - monitor = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" - } -} \ No newline at end of file + dreadnought = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + + } + ironclad = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + + } + manowar = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + } + cruiser = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + } + frigate = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + } + monitor = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Bhutan" "Raj Sendrava" "Arunachal" "Pradesh" "Bomdila" "Itanagar" "Druk" "Thimphu" + } +} diff --git a/HPM/common/countries/Bihar.txt b/HPM/common/countries/Bihar.txt index 308b53cd..8ca8e608 100644 --- a/HPM/common/countries/Bihar.txt +++ b/HPM/common/countries/Bihar.txt @@ -1,108 +1,107 @@ -color = { 255 127 47 } +color = { 255 127 47 } graphical_culture = IndianGC party = { - name = "BIH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BIH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BIH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BIH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BIH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BIH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BIH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BIH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Bikaner.txt b/HPM/common/countries/Bikaner.txt index f3a2b69f..781f977a 100644 --- a/HPM/common/countries/Bikaner.txt +++ b/HPM/common/countries/Bikaner.txt @@ -2,107 +2,106 @@ color = { 255 208 170 } graphical_culture = IndianGC party = { - name = "BIK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BIK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BIK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BIK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BIK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BIK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BIK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BIK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Bitlis.txt b/HPM/common/countries/Bitlis.txt index 816b2e08..44d41038 100644 --- a/HPM/common/countries/Bitlis.txt +++ b/HPM/common/countries/Bitlis.txt @@ -1,220 +1,220 @@ -color = { 4 219 148 } +color = { 4 219 148 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Bohemia-Moravia.txt b/HPM/common/countries/Bohemia-Moravia.txt index 60c282e6..0cb4fa6d 100644 --- a/HPM/common/countries/Bohemia-Moravia.txt +++ b/HPM/common/countries/Bohemia-Moravia.txt @@ -2,136 +2,136 @@ color = { 161 139 40 } graphical_culture = EuropeanGC party = { - name = "BOH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BOH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BOH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BOH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BOH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BOH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BOH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BOH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Jan Hus" "Karel IV" "Prokop Veliký" "Jan Žižka" "Josef Ressel" - } - ironclad = { - Praha Brno Ostrava Plzen Liberec - } - manowar = { - Milešovka Lovos Hazmburk Koštálov "Ceské Stredohorí" - } - cruiser = { - Jizera Metuje Morava Svratka Olza - } - frigate = { - "Jan Dismas Zelenka" "Šimon Brixi" "František Tuma" "Antonín Kraft" "František Xaver Dušek" - } - monitor = { - "Petr Brandl" "Václav Hollar" "Jan Jahn" "Jan Kupecký" "Karel Škréta" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Pražský hrad" Vyšehrad Zbraslav Kolodeje Chvaly - } -} \ No newline at end of file + dreadnought = { + "Jan Hus" "Karel IV" "Prokop Veliký" "Jan Žižka" "Josef Ressel" + } + ironclad = { + Praha Brno Ostrava Plzen Liberec + } + manowar = { + Milešovka Lovos Hazmburk Koštálov "Ceské Stredohorí" + } + cruiser = { + Jizera Metuje Morava Svratka Olza + } + frigate = { + "Jan Dismas Zelenka" "Šimon Brixi" "František Tuma" "Antonín Kraft" "František Xaver Dušek" + } + monitor = { + "Petr Brandl" "Václav Hollar" "Jan Jahn" "Jan Kupecký" "Karel Škréta" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Pražský hrad" Vyšehrad Zbraslav Kolodeje Chvaly + } +} diff --git a/HPM/common/countries/Bohtan.txt b/HPM/common/countries/Bohtan.txt index 9fef7033..16d2f68e 100644 --- a/HPM/common/countries/Bohtan.txt +++ b/HPM/common/countries/Bohtan.txt @@ -1,220 +1,220 @@ -color = { 247 255 99 } +color = { 247 255 99 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Bolivia.txt b/HPM/common/countries/Bolivia.txt index 278fdd52..97e010d2 100644 --- a/HPM/common/countries/Bolivia.txt +++ b/HPM/common/countries/Bolivia.txt @@ -2,153 +2,153 @@ color = { 219 182 182 } graphical_culture = SouthAmericanGC party = { - name = "BOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BOL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BOL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BOL_liberal_2" - start_date = 1845.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOL_liberal_2" + start_date = 1845.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BOL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BOL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alto Perú" Bolivia Charcas "Cristo de la Concordia" "General Sucre" Iscanahuaya Samapaita "Seis de Agosto" "Simón Bolivar" Tricolor - } - ironclad = { - Altiplano Andes Independencia Júpiter Neptuno Occidental Oriental Plutón Real Republiquetas - } - manowar = { - Confederación Congreso "La Fállete" Libertad "María Luisa" Morro "San Bartolomé" "San Francisco" "Santo Tomás" Yanacocha - } - cruiser = { - Cobija Desaguadero Illampu Illimani Madera Mamore "Nevado Sajada" Poopó Titicaca Trinidad - } - frigate = { - Antofagasta Beni Chuquisaca Cochabamba "La Paz" Oruro Pando Potosí "Santa Cruz" Tarija - } - monitor = { - Constitución "Gran Chaco" Inca Libertador Mercurio Saturno Tihauano Urano Vulcano Yungas - } - clipper_transport = { - "Águila Roja" Ana Aymara Beatriz Carmen "Cóndor Negro" María Marta Raquel Salomé - "San Antonio" "San Judas" "San Pablo" Sirena Tahuamanu Tetis Tritón Vencedora Victoria Voladora - } - steam_transport = { - "Águila Roja" Ana Aymara Beatriz Carmen "Cóndor Negro" María Marta Raquel Salomé - "San Antonio" "San Judas" "San Pablo" Sirena Tahuamanu Tetis Tritón Vencedora Victoria Voladora - } - commerce_raider = { - Audaz "Castro Rojas" Destructora Fortaleza "Madre de Dios" Manoa Manu Pando Sorata Temor - } -} \ No newline at end of file + dreadnought = { + "Alto Perú" Bolivia Charcas "Cristo de la Concordia" "General Sucre" Iscanahuaya Samapaita "Seis de Agosto" "Simón Bolivar" Tricolor + } + ironclad = { + Altiplano Andes Independencia Júpiter Neptuno Occidental Oriental Plutón Real Republiquetas + } + manowar = { + Confederación Congreso "La Fállete" Libertad "María Luisa" Morro "San Bartolomé" "San Francisco" "Santo Tomás" Yanacocha + } + cruiser = { + Cobija Desaguadero Illampu Illimani Madera Mamore "Nevado Sajada" Poopó Titicaca Trinidad + } + frigate = { + Antofagasta Beni Chuquisaca Cochabamba "La Paz" Oruro Pando Potosí "Santa Cruz" Tarija + } + monitor = { + Constitución "Gran Chaco" Inca Libertador Mercurio Saturno Tihauano Urano Vulcano Yungas + } + clipper_transport = { + "Águila Roja" Ana Aymara Beatriz Carmen "Cóndor Negro" María Marta Raquel Salomé + "San Antonio" "San Judas" "San Pablo" Sirena Tahuamanu Tetis Tritón Vencedora Victoria Voladora + } + steam_transport = { + "Águila Roja" Ana Aymara Beatriz Carmen "Cóndor Negro" María Marta Raquel Salomé + "San Antonio" "San Judas" "San Pablo" Sirena Tahuamanu Tetis Tritón Vencedora Victoria Voladora + } + commerce_raider = { + Audaz "Castro Rojas" Destructora Fortaleza "Madre de Dios" Manoa Manu Pando Sorata Temor + } +} diff --git a/HPM/common/countries/Bosnia-Herzegovina.txt b/HPM/common/countries/Bosnia-Herzegovina.txt index c06b9b7f..62b3a63d 100644 --- a/HPM/common/countries/Bosnia-Herzegovina.txt +++ b/HPM/common/countries/Bosnia-Herzegovina.txt @@ -2,143 +2,143 @@ color = { 240 167 130 } graphical_culture = EuropeanGC party = { - name = "BOS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BOS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BOS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BOS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BOS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BOS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BOS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BOS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BOS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BOS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BOS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - ironclad = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - manowar = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - cruiser = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - frigate = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - monitor = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" - - } + dreadnought = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + ironclad = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + manowar = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + cruiser = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + frigate = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + monitor = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Bosna Herzceg Dalmacija "Gazi Husrev-beg" "Kotromanici" "Kulin ban" Miljacka Sarajevo "Stjepan II" "Tvrtko I" + + } } diff --git a/HPM/common/countries/Botswana.txt b/HPM/common/countries/Botswana.txt index 0a8c2978..a781385b 100644 --- a/HPM/common/countries/Botswana.txt +++ b/HPM/common/countries/Botswana.txt @@ -2,137 +2,137 @@ color = { 89 141 140 } graphical_culture = ZuluGC party = { - name = "TSW_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TSW_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TSW_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TSW_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TSW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TSW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TSW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TSW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TSW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TSW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TSW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TSW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TSW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TSW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Tswana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Braunschweig.txt b/HPM/common/countries/Braunschweig.txt index 42b3a0e5..4ad26346 100644 --- a/HPM/common/countries/Braunschweig.txt +++ b/HPM/common/countries/Braunschweig.txt @@ -2,226 +2,226 @@ color = { 116 92 39 } graphical_culture = EuropeanGC party = { - name = "BRA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BRA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BRA_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BRA_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BRA_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BRA_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BRA_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BRA_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BRA_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRA_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRA_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRA_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRA_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRA_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRA_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRA_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRA_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BRA_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BRA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - ironclad = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - manowar = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - cruiser = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - frigate = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - monitor = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg - } -} \ No newline at end of file + dreadnought = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + ironclad = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + manowar = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + cruiser = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + frigate = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + monitor = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Braunschweig Wolfenbüttel Welf "Heinrich der Löwe" Lüneburg "Friedrich Wilhelm" Helmstedt Gandersheim Holzminden Blankenburg + } +} diff --git a/HPM/common/countries/Brazil.txt b/HPM/common/countries/Brazil.txt index 5a290786..6b1a3892 100644 --- a/HPM/common/countries/Brazil.txt +++ b/HPM/common/countries/Brazil.txt @@ -2,190 +2,190 @@ color = { 129 177 125 } graphical_culture = SouthAmericanGC party = { - name = "BRZ_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "BRZ_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BRZ_conservative" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BRZ_conservative" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BRZ_reactionary" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRZ_reactionary" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRZ_reactionary2" - start_date = 1871.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRZ_reactionary2" + start_date = 1871.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRZ_conservative_2" - start_date = 1873.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRZ_conservative_2" + start_date = 1873.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRZ_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRZ_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Sao Paulo" "Minas Gerais" "Marechal Floriano" "Marechal Deodoro" "Rio de Janeiro" - Riachuelo Constituicao "Santa Catarina" "Almirante Amazonas" - - } - ironclad = { - Brasil Tamandaré "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagoas - "Espirito Santo" Fonseca - } - manowar = { - "Primeiro De Março" Paraíba Guanabara Trajano "Vital De Oliveira" Niterói - Sergipe Paraná Greenhalgh Macapá - } - cruiser = { - "Almirante Barrozo" República "Almirante Tamandaré" "Benjamin Constant" Aquidaban - Riachuelo Toneleros Fortaleza Tiradentes - } - frigate = { - "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niterói - Uniao Belém Vigia - } - monitor = { - Javary Solimões "Sete de Setembro" Ipiranga Independência "Mato Grosso" Maranhão - GuanaBara Ceará Humaitá - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral - Barroso Herval Silvado "Lima Barros" - } -} \ No newline at end of file + dreadnought = { + "Sao Paulo" "Minas Gerais" "Marechal Floriano" "Marechal Deodoro" "Rio de Janeiro" + Riachuelo Constituicao "Santa Catarina" "Almirante Amazonas" + + } + ironclad = { + Brasil Tamandaré "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagoas + "Espirito Santo" Fonseca + } + manowar = { + "Primeiro De Março" Paraíba Guanabara Trajano "Vital De Oliveira" Niterói + Sergipe Paraná Greenhalgh Macapá + } + cruiser = { + "Almirante Barrozo" República "Almirante Tamandaré" "Benjamin Constant" Aquidaban + Riachuelo Toneleros Fortaleza Tiradentes + } + frigate = { + "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niterói + Uniao Belém Vigia + } + monitor = { + Javary Solimões "Sete de Setembro" Ipiranga Independência "Mato Grosso" Maranhão + GuanaBara Ceará Humaitá + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral + Barroso Herval Silvado "Lima Barros" + } +} diff --git a/HPM/common/countries/Bremen.txt b/HPM/common/countries/Bremen.txt index 0c71a846..a59f3997 100644 --- a/HPM/common/countries/Bremen.txt +++ b/HPM/common/countries/Bremen.txt @@ -2,235 +2,235 @@ color = { 33 101 137 } graphical_culture = EuropeanGC party = { - name = "BRE_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BRE_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BRE_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BRE_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BRE_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BRE_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BRE_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BRE_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BRE_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRE_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRE_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRE_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRE_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRE_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRE_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRE_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRE_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRE_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRE_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BRE_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - ironclad = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - manowar = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - cruiser = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - frigate = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - monitor = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } - clipper_transport = { - "Hermann Meier" "Eduard Crüsemann" "Johann Lohmann" "August Neynaber" "Bremermann" "Carl Leist" "Friedrich Achelis" "Charles Polak" - "Carl Stimming" "Arnold Petzet" - } - steam_transport = { - "Hermann Meier" "Eduard Crüsemann" "Johann Lohmann" "August Neynaber" "Bremermann" "Carl Leist" "Friedrich Achelis" "Charles Polak" - "Carl Stimming" "Arnold Petzet" - } - commerce_raider = { - "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" - "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" - } + dreadnought = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + ironclad = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + manowar = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + cruiser = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + frigate = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + monitor = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } + clipper_transport = { + "Hermann Meier" "Eduard Crüsemann" "Johann Lohmann" "August Neynaber" "Bremermann" "Carl Leist" "Friedrich Achelis" "Charles Polak" + "Carl Stimming" "Arnold Petzet" + } + steam_transport = { + "Hermann Meier" "Eduard Crüsemann" "Johann Lohmann" "August Neynaber" "Bremermann" "Carl Leist" "Friedrich Achelis" "Charles Polak" + "Carl Stimming" "Arnold Petzet" + } + commerce_raider = { + "Wappen von Bremen" "Hansestadt Bremen" Bremerhaven Weser Erzbischof Roland Ansgar "Gräfin Emma" "Arnd von Gröpelingen" "Sankt Stephan" + "Sankt Martin" "Heinrich von Zütphen" "Daniel von Büren" "Balthasar von Esens" "Heinrich Krefting" "Johann Schmidt" "Ferdinand Donandt" + } } diff --git a/HPM/common/countries/Brittany.txt b/HPM/common/countries/Brittany.txt index d2364c79..9edf50bb 100644 --- a/HPM/common/countries/Brittany.txt +++ b/HPM/common/countries/Brittany.txt @@ -2,139 +2,139 @@ color = { 100 100 100 } graphical_culture = EuropeanGC party = { - name = "BRT_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "BRT_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "BRT_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BRT_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BRT_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRT_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Jakez Karter" "Breizh" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Jakez Karter" "Breizh" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Brunei.txt b/HPM/common/countries/Brunei.txt index 58d34002..b1f283ca 100644 --- a/HPM/common/countries/Brunei.txt +++ b/HPM/common/countries/Brunei.txt @@ -2,170 +2,170 @@ color = { 41 89 174 } graphical_culture = AsianGC party = { - name = "BRU_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BRU_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BRU_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BRU_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BRU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - ironclad = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - } - manowar = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - cruiser = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - frigate = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - monitor = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } -} \ No newline at end of file + dreadnought = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + ironclad = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + } + manowar = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + cruiser = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + frigate = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + monitor = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } +} diff --git a/HPM/common/countries/Buenos Aires.txt b/HPM/common/countries/Buenos Aires.txt index 73974168..3add2656 100644 --- a/HPM/common/countries/Buenos Aires.txt +++ b/HPM/common/countries/Buenos Aires.txt @@ -2,254 +2,254 @@ color = { 0 133 255 } graphical_culture = SouthAmericanGC party = { - name = "ARG_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARG_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_2" - start_date = 1835.1.1 - end_date = 1856.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_liberal_2" + start_date = 1835.1.1 + end_date = 1856.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_conservative" - start_date = 1835.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_conservative" + start_date = 1835.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_conservative_2" - start_date = 1871.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_2" + start_date = 1871.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_conservative_3" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_conservative_3" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_conservative_4" - start_date = 1868.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_conservative_4" + start_date = 1868.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_3" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_liberal_3" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARG_conservative_5" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_5" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_liberal_4" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_liberal_4" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" - "ARA Yrigoyen" - } - ironclad = { - "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" - "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" - } - manowar = { - "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" - "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" - } - cruiser = { - "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" - "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" - } - frigate = { - "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" - "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" - } - monitor = { - "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" - "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" - } - clipper_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - steam_transport = { - "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" - "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" - "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" - "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" - } - commerce_raider = { - "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" - "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" - } + dreadnought = { + "ARA Alvear" "ARA Argentina" "ARA General Rosas" "ARA Moreno" "ARA Paz" "ARA Presidente Avellaneda" "ARA Río de la Plata" "ARA Rivadavia" "ARA San Martín" "ARA Urquiza" + "ARA Yrigoyen" + } + ironclad = { + "ARA Almirante Brown" "ARA Bouchard" "ARA Campichuelo" "ARA Cepeda" "ARA De las Heras" "ARA Federación" "ARA Huamitá" "ARA Independencia" "ARA Júpiter" "ARA Lavalle" + "ARA Libertad" "ARA Marte" "ARA Mercurio" "ARA Neptuno" "ARA Pavón" "ARA Plutón" "ARA Salado" "ARA Salta" "ARA Suipacha" "ARA Thomas" + } + manowar = { + "ARA América" "ARA Aquíles" "ARA Argentina" "ARA Argonauta" "ARA Furor" "ARA Héroe" "ARA Libertador" "ARA Navegante" "ARA Perla Negra" "ARA Río de la Plata" + "ARA Salvador" "ARA San Bernardo" "ARA San Claudio" "ARA San Honorato" "ARA San Joaquín" "ARA Santa Ana" "ARA Santa María" "ARA Santiago" "ARA Terror" "ARA Victoriosa" + } + cruiser = { + "ARA Almirante Brown" "ARA Álvarez Jonte" "ARA Belgrano" "ARA Buenos Aires" "ARA Castelli" "ARA Chichlana" "ARA Garibaldi" "ARA Güemes" "ARA Liniers" "ARA Matheu" + "ARA Mitre" "ARA Nueve de Julio" "ARA Paso" "ARA Patagonia" "ARA Patria" "ARA Pueyrredón" "ARA Roca" "ARA San Martín" "ARA Sarratea" "ARA Veinticinco de Mayo" + } + frigate = { + "ARA Azopardo" "ARA Cervantes" "ARA Espora" "ARA Garay" "ARA Hércules" "ARA Heroína" "ARA La Argentina" "ARA La Libertad" "ARA Murillo" "ARA Parker" + "ARA Piedra Buena" "ARA Presidente Sarmiento" "ARA República" "ARA Robinson" "ARA Rondeau" "ARA Rosales" "ARA Saavedra" "ARA Santísima Trinidad" "ARA Sarandí" "ARA Spiro" + } + monitor = { + "ARA El Plata" "ARA Formosa" "ARA Gran Chaco" "ARA La Pampa" "ARA Lago Argentino" "ARA Los Andes" "ARA Mesopotamia" "ARA Posadas" "ARA Rawson" "ARA Resistencia" + "ARA San Fernando del Valle" "ARA San Miguel" "ARA San Salvador" "ARA Santa Rosa" "ARA Sirena" "ARA Somuncurá" "ARA Tetis" "ARA Tritón" "ARA Viedma" "ARA Vulcano" + } + clipper_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + steam_transport = { + "ARA Águila" "ARA Apolo" "ARA Atlántida" "ARA Audaz" "ARA Ceres" "ARA Cóndor" "ARA Cruel" "ARA Delfín" "ARA Eolo" "ARA Esperanza" + "ARA Fénix" "ARA Fidela" "ARA Flora" "ARA Hera" "ARA Iris" "ARA Lanza" "ARA Minerva" "ARA Minotauro" "ARA Movimiento" "ARA Odisea" + "ARA Platense" "ARA Proserpina" "ARA Providencia" "ARA Prueba" "ARA Puma" "ARA Rayo" "ARA Relámpago" "ARA Salvadora" "ARA San José" "ARA San Juan Bautista" + "ARA Santa María" "ARA Servidora" "ARA Temeraria" "ARA Tiburón" "ARA Tranquila" "ARA Triunfo" "ARA Ulíses" "ARA Veloz" "ARA Victoria" "ARA Voladora" + } + commerce_raider = { + "ARA Bermejo" "ARA Catamarca" "ARA Constitución" "ARA Córdoba" "ARA Corrientes" "ARA Entrerríos" "ARA Jujuy" "ARA La Plata" "ARA La Rioja" "ARA Mendoza" + "ARA Misiones" "ARA Paraná" "ARA Pilcomayo" "ARA Rosario" "ARA San Juan" "ARA San Luis" "ARA Santa Cruz" "ARA Sol Argentino" "ARA Tucumán" "ARA Uruguay" + } } diff --git a/HPM/common/countries/Buganda.txt b/HPM/common/countries/Buganda.txt index 30c7d877..2c84269d 100644 --- a/HPM/common/countries/Buganda.txt +++ b/HPM/common/countries/Buganda.txt @@ -2,137 +2,137 @@ color = { 23 114 143 } graphical_culture = AfricanGC party = { - name = "BUG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Bukkhara.txt b/HPM/common/countries/Bukkhara.txt index 1d4459c4..0f066c8e 100644 --- a/HPM/common/countries/Bukkhara.txt +++ b/HPM/common/countries/Bukkhara.txt @@ -2,143 +2,143 @@ color = { 147 82 173 } graphical_culture = MiddleEasternGC party = { - name = "BUK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Bukovina.txt b/HPM/common/countries/Bukovina.txt index 9fda103e..c4b2e307 100644 --- a/HPM/common/countries/Bukovina.txt +++ b/HPM/common/countries/Bukovina.txt @@ -2,202 +2,202 @@ color = { 255 72 0 } graphical_culture = EuropeanGC party = { - name = "MOL_reactionary" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "MOL_reactionary" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "MOL_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_liberal_2" - start_date = 1859.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal_2" + start_date = 1859.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "MOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "MOL_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOL_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOL_anarcho_liberal" - start_date = 1885.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOL_anarcho_liberal" + start_date = 1885.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOL_conservative_3" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_conservative_3" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_reactionary_2" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOL_reactionary_2" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - ironclad = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - } - manowar = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - cruiser = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - frigate = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - monitor = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } -} \ No newline at end of file + dreadnought = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + ironclad = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + } + manowar = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + cruiser = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + frigate = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + monitor = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Bukovina Cernauti "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } +} diff --git a/HPM/common/countries/Bulgaria.txt b/HPM/common/countries/Bulgaria.txt index 372eff6f..88d00236 100644 --- a/HPM/common/countries/Bulgaria.txt +++ b/HPM/common/countries/Bulgaria.txt @@ -2,138 +2,138 @@ color = { 116 107 140 } graphical_culture = EuropeanGC party = { - name = "BUL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BUL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BUL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Sofia Varna Burgas Plovdiv "Stara Zagora" - } - ironclad = { - Krum "Ivan Aleksandar" Levski Botev Aleksandrov - } - manowar = { - "Lyuben Karavelov" "Stoykov Rakovski" "Panayot Hitov" Karavelo "Stefan Karadzha" - } - cruiser = { - Maritsa Iskar Vit Osam Yantra - } - frigate = { - Musala Ruy Belasica "Vrah Botev" Bilo - } - monitor = { - Konstantinov Dalchev Debelyanov Voykikov Vazov - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Kaliakra Vratsa "Veliko Turnovo" Sliven Kopriva - } -} \ No newline at end of file + dreadnought = { + Sofia Varna Burgas Plovdiv "Stara Zagora" + } + ironclad = { + Krum "Ivan Aleksandar" Levski Botev Aleksandrov + } + manowar = { + "Lyuben Karavelov" "Stoykov Rakovski" "Panayot Hitov" Karavelo "Stefan Karadzha" + } + cruiser = { + Maritsa Iskar Vit Osam Yantra + } + frigate = { + Musala Ruy Belasica "Vrah Botev" Bilo + } + monitor = { + Konstantinov Dalchev Debelyanov Voykikov Vazov + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Kaliakra Vratsa "Veliko Turnovo" Sliven Kopriva + } +} diff --git a/HPM/common/countries/Bundelkhand.txt b/HPM/common/countries/Bundelkhand.txt index bac78270..649ed01a 100644 --- a/HPM/common/countries/Bundelkhand.txt +++ b/HPM/common/countries/Bundelkhand.txt @@ -1,107 +1,106 @@ color = { 23 114 143 } graphical_culture = IndianGC party = { - name = "BUN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Burkina Faso.txt b/HPM/common/countries/Burkina Faso.txt index 1a9d5c8f..58351b19 100644 --- a/HPM/common/countries/Burkina Faso.txt +++ b/HPM/common/countries/Burkina Faso.txt @@ -2,138 +2,138 @@ color = { 230 14 213 } graphical_culture = AfricanGC party = { - name = "BKF_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "BKF_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BKF_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "BKF_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "BKF_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BKF_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BKF_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BKF_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BKF_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BKF_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BKF_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BKF_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BKF_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BKF_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Burma.txt b/HPM/common/countries/Burma.txt index 5989432a..b8312398 100644 --- a/HPM/common/countries/Burma.txt +++ b/HPM/common/countries/Burma.txt @@ -2,143 +2,143 @@ color = { 109 168 127 } graphical_culture = AsianGC party = { - name = "BUR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - ironclad = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - manowar = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - cruiser = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - frigate = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - monitor = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } -} \ No newline at end of file + dreadnought = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + ironclad = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + manowar = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + cruiser = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + frigate = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + monitor = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } +} diff --git a/HPM/common/countries/Buryatia.txt b/HPM/common/countries/Buryatia.txt index c4bae1dc..5ef056cb 100644 --- a/HPM/common/countries/Buryatia.txt +++ b/HPM/common/countries/Buryatia.txt @@ -3,152 +3,152 @@ color = { 74 89 170 } graphical_culture = Generic party = { - name = "BRY_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BRY_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BRY_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BRY_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BRY_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BRY_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BRY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRY_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "BRY_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "BRY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRY_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRY_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - ironclad = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - manowar = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - cruiser = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - frigate = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - monitor = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } -} \ No newline at end of file + dreadnought = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + ironclad = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + manowar = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + cruiser = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + frigate = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + monitor = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } +} diff --git a/HPM/common/countries/Byzantium.txt b/HPM/common/countries/Byzantium.txt index 023417a7..805da66e 100644 --- a/HPM/common/countries/Byzantium.txt +++ b/HPM/common/countries/Byzantium.txt @@ -2,139 +2,139 @@ color = { 147 82 173 } graphical_culture = EuropeanGC party = { - name = "BYZ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "BYZ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BYZ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BYZ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BYZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "BYZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BYZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BYZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BYZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BYZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BYZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BYZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BYZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BYZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias - } - ironclad = { - Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" - } - manowar = { - "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof - } - cruiser = { - "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí - } - frigate = { - Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus - } - monitor = { - Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos - } -} \ No newline at end of file + dreadnought = { + Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias + } + ironclad = { + Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" + } + manowar = { + "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof + } + cruiser = { + "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí + } + frigate = { + Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus + } + monitor = { + Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos + } +} diff --git a/HPM/common/countries/CSA.txt b/HPM/common/countries/CSA.txt index f19a1dd8..5be98684 100644 --- a/HPM/common/countries/CSA.txt +++ b/HPM/common/countries/CSA.txt @@ -2,199 +2,199 @@ graphical_culture = ConfederateGC color = { 190 186 202 } party = { - name = "CSA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "CSA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CSA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "CSA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CSA_liberal" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CSA_liberal" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CSA_liberal_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "CSA_liberal_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CSA_liberal_3" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "CSA_liberal_3" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CSA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CSA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CSA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CSA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CSA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CSA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CSA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CSA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "CSS Virginia" "CSS South Carolina" "CSS Texas" "CSS Tennessee" - "CSS Georgia" "CSS Louisiana" "CSS North Carolina" "CSS Alabama" - "CSS Florida" "CSS Mississippi" "CSS Arkansas" "CSS Kentucky" - "CSS Missouri" "CSS Semmes" "CSS Hood" "CSS Picket" "CSS Beauregard" - "CSS Johnson" "CSS Johnston" "CSS Davis" "CSS Lee" "CSS Stonewall" - "CSS Stuart" - } - ironclad = { - "CSS Stonewall" "CSS North Carolina I" "CSS Mississippi II" Cheops - "CSS Savannah" "CSS North Carolina" "CSS Virginia II" "CSS Georgia II" - "CSS Calhoun" "CSS Carondelet" "CSS Black Warrior" "CSS Fulton" - "CSS Equator" "CSS General Quitman" "CSS Dixie Star" "CSS Jefferson" - } - manowar = { - "CSS Confederate States" "CSS Independance" "CSS President Davis" - "CSS Freedom" "CSS Dixie" "CSS Liberty" "CSS Republic" "CSS Southern Cross" - "CSS Osceola" "CSS Southern Star" "CSS Tecumseh" - } - cruiser = { - "CSS Houston" "CSS Fayetteville" "CSS New Orleans" "CSS Biloxi" - "CSS Mobile" "CSS Pensacola" "CSS Savannah" "CSS Memphis" "CSS Charleston" - "CSS New Bern" "CSS Norfolk" "CSS Paducah" "CSS St. Louis" "CSS Tulsa" - "CSS Wilmington" "CSS Memphis" "CSS Hope" "CSS Arkadelphia" "CSS Jackson" - "CSS Macon" "CSS San Antonio" "CSS Knoxville" "CSS Richmond" "CSS Marietta" - "CSS Montgomery" - } - frigate = { - "CSS Raphael Semmes" "CSS Catesby Jones" "CSS G. E. Dixon" "CSS John Taylor Wood" - "CSS H. L. Hunley" "CSS James D. Bulloch" "CSS Stephen Mallory" "CSS John Maffitt" - "CSS S. D. Porter" "CSS Josiah Tatnall" "CSS Commodore Buchanan" - } - monitor = { - "CSS Fredericksburg" "CSS Manassas" "CSS Mississippi" "CSS Neuse" "CSS Baltic" - "CSS Richmond" "CSS Texas" "CSS Wilmington" "CSS Tennessee" "CSS Charleston" - "CSS Virginia" "CSS Arkansas" "CSS Chicora" "CSS Columbia" - "CSS Chattahoochee" "CSS Clifton" "CSS Colonel Lovell" "CSS David" - "CSS De Soto" "CSS Gaines" "CSS George Page" - "CSS Little Rebel" "CSS Bayou City" - } - clipper_transport = { - "CSS Planter" "CSS Cotton Queen" "CSS Red River" "CSS Nansemond" "CSS Annie May" - "CSS Enchantress" "CSS Plantation" "CSS Price" "CSS Bat" "CSS Berwick Bay" - "CSS Alvarado" "CSS Segar" - } - steam_transport = { - "CSS Baltic" "CSS Atlanta" "CSS Admiral" "CSS Curlew" "CSS Beaufort" "CSS Ellis" - "CSS Fanny" "CSS George Page" "CSS Governor Moore" "CSS Grand Duke" - "CSS Jamestown" "CSS Patrick Henry" "CSS Ohio Belle" "CSS Prince" "CSS Red Rover" - "CSS Sea Bird" "CSS Selman" "CSS Winchester" "CSS Grampus" "CSS Capitol" - "CSS Champion" "CSS Beauregard" "CSS Appomattox" "CSS Raleigh" "CSS Chesapeake" - "CSS Teaser" "CSS Owl" "CSS Rob Roy" "CSS Robert E. Lee" "CSS William G. Hewes" - "CSS Bombshell" "CSS City of Vicksburg" "CSS Cotton Plant" "CSS Darlington" - "CSS Mars" "CSS The Planter" "CSS Sumter" "CSS Yazoo" - } - commerce_raider = { - "CSS Alabama" "CSS Tallahassee" "CSS Georgia" "CSS Shenandoah" "CSS Nashville" - "CSS Rappahanock" "CSS Sumter" "CSS Florida" "CSS Alexandra" "CSS Florida" - "CSS Tacony" "CSS Chickamauga" - } -} \ No newline at end of file + dreadnought = { + "CSS Virginia" "CSS South Carolina" "CSS Texas" "CSS Tennessee" + "CSS Georgia" "CSS Louisiana" "CSS North Carolina" "CSS Alabama" + "CSS Florida" "CSS Mississippi" "CSS Arkansas" "CSS Kentucky" + "CSS Missouri" "CSS Semmes" "CSS Hood" "CSS Picket" "CSS Beauregard" + "CSS Johnson" "CSS Johnston" "CSS Davis" "CSS Lee" "CSS Stonewall" + "CSS Stuart" + } + ironclad = { + "CSS Stonewall" "CSS North Carolina I" "CSS Mississippi II" Cheops + "CSS Savannah" "CSS North Carolina" "CSS Virginia II" "CSS Georgia II" + "CSS Calhoun" "CSS Carondelet" "CSS Black Warrior" "CSS Fulton" + "CSS Equator" "CSS General Quitman" "CSS Dixie Star" "CSS Jefferson" + } + manowar = { + "CSS Confederate States" "CSS Independance" "CSS President Davis" + "CSS Freedom" "CSS Dixie" "CSS Liberty" "CSS Republic" "CSS Southern Cross" + "CSS Osceola" "CSS Southern Star" "CSS Tecumseh" + } + cruiser = { + "CSS Houston" "CSS Fayetteville" "CSS New Orleans" "CSS Biloxi" + "CSS Mobile" "CSS Pensacola" "CSS Savannah" "CSS Memphis" "CSS Charleston" + "CSS New Bern" "CSS Norfolk" "CSS Paducah" "CSS St. Louis" "CSS Tulsa" + "CSS Wilmington" "CSS Memphis" "CSS Hope" "CSS Arkadelphia" "CSS Jackson" + "CSS Macon" "CSS San Antonio" "CSS Knoxville" "CSS Richmond" "CSS Marietta" + "CSS Montgomery" + } + frigate = { + "CSS Raphael Semmes" "CSS Catesby Jones" "CSS G. E. Dixon" "CSS John Taylor Wood" + "CSS H. L. Hunley" "CSS James D. Bulloch" "CSS Stephen Mallory" "CSS John Maffitt" + "CSS S. D. Porter" "CSS Josiah Tatnall" "CSS Commodore Buchanan" + } + monitor = { + "CSS Fredericksburg" "CSS Manassas" "CSS Mississippi" "CSS Neuse" "CSS Baltic" + "CSS Richmond" "CSS Texas" "CSS Wilmington" "CSS Tennessee" "CSS Charleston" + "CSS Virginia" "CSS Arkansas" "CSS Chicora" "CSS Columbia" + "CSS Chattahoochee" "CSS Clifton" "CSS Colonel Lovell" "CSS David" + "CSS De Soto" "CSS Gaines" "CSS George Page" + "CSS Little Rebel" "CSS Bayou City" + } + clipper_transport = { + "CSS Planter" "CSS Cotton Queen" "CSS Red River" "CSS Nansemond" "CSS Annie May" + "CSS Enchantress" "CSS Plantation" "CSS Price" "CSS Bat" "CSS Berwick Bay" + "CSS Alvarado" "CSS Segar" + } + steam_transport = { + "CSS Baltic" "CSS Atlanta" "CSS Admiral" "CSS Curlew" "CSS Beaufort" "CSS Ellis" + "CSS Fanny" "CSS George Page" "CSS Governor Moore" "CSS Grand Duke" + "CSS Jamestown" "CSS Patrick Henry" "CSS Ohio Belle" "CSS Prince" "CSS Red Rover" + "CSS Sea Bird" "CSS Selman" "CSS Winchester" "CSS Grampus" "CSS Capitol" + "CSS Champion" "CSS Beauregard" "CSS Appomattox" "CSS Raleigh" "CSS Chesapeake" + "CSS Teaser" "CSS Owl" "CSS Rob Roy" "CSS Robert E. Lee" "CSS William G. Hewes" + "CSS Bombshell" "CSS City of Vicksburg" "CSS Cotton Plant" "CSS Darlington" + "CSS Mars" "CSS The Planter" "CSS Sumter" "CSS Yazoo" + } + commerce_raider = { + "CSS Alabama" "CSS Tallahassee" "CSS Georgia" "CSS Shenandoah" "CSS Nashville" + "CSS Rappahanock" "CSS Sumter" "CSS Florida" "CSS Alexandra" "CSS Florida" + "CSS Tacony" "CSS Chickamauga" + } +} diff --git a/HPM/common/countries/Calabar.txt b/HPM/common/countries/Calabar.txt index cffb915d..c93db990 100644 --- a/HPM/common/countries/Calabar.txt +++ b/HPM/common/countries/Calabar.txt @@ -2,138 +2,138 @@ color = { 136 157 23 } graphical_culture = AfricanGC party = { - name = "CLA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CLA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CLA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CLA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CLA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CLA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CLA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CLA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CLA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CLA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CLA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CLA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CLA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CLA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Californian Republic.txt b/HPM/common/countries/Californian Republic.txt index e028a555..37c466e4 100644 --- a/HPM/common/countries/Californian Republic.txt +++ b/HPM/common/countries/Californian Republic.txt @@ -2,187 +2,187 @@ color = { 144 181 106 } graphical_culture = Generic party = { - name = "CAL_liberal" - start_date = 1830.1.1 - end_date = 1848.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAL_liberal" + start_date = 1830.1.1 + end_date = 1848.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 1860.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "CAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 1860.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CAL_liberal_2" - start_date = 1848.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAL_liberal_2" + start_date = 1848.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAL_anarcho_liberal_2" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAL_anarcho_liberal_2" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAL_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "CAL_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CAL_liberal_3" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAL_liberal_3" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - ironclad = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - manowar = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - cruiser = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - frigate = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - monitor = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma - } -} \ No newline at end of file + dreadnought = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + ironclad = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + manowar = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + cruiser = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + frigate = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + monitor = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + California "John Frémont" "The Bear and Star" "William Ide" "San Francisco" "Los Angeles" Monterey Olompali Sacramento Sonoma + } +} diff --git a/HPM/common/countries/Cambodia.txt b/HPM/common/countries/Cambodia.txt index 42449531..bdda8f8b 100644 --- a/HPM/common/countries/Cambodia.txt +++ b/HPM/common/countries/Cambodia.txt @@ -2,164 +2,164 @@ color = { 127 180 60 } graphical_culture = AsianGC party = { - name = "CAM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CAM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CAM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CAM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CAM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - ironclad = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - manowar = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - cruiser = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - frigate = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - monitor = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura - "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" - Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" - "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" - Zhenla - } -} \ No newline at end of file + dreadnought = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + ironclad = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + manowar = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + cruiser = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + frigate = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + monitor = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Angkor "Angkor Thom" "Angkor Wat" Bayon Baphuon Bati "Banteay Srei" "Banteay Kdei" "Banteay Chmar" "Beng Melea" Isanapura + "Koh Ker" "Kra Isthmus" "Kompong Svay" "Koh Kor" Mekong "Muang Sing" "Muang Tam" "Neak Pean" + Phimai "Preah Ko" "Phnom Bakheng" "Phra Phang Sam Yod" "Phnom Rung" "Phnom Chisor" "Preah Vihear" "Prasat Kamphaeng Yai" + "Roy Et" Sikhoraphum "Srah Srang" "Ta Keo" "Ta Prohm" "Tonle Sap" Vyadhapura "Vat Banon" "Vat Nokor" "Vat Phu" + Zhenla + } +} diff --git a/HPM/common/countries/Cameroon.txt b/HPM/common/countries/Cameroon.txt index 453d7734..285341c3 100644 --- a/HPM/common/countries/Cameroon.txt +++ b/HPM/common/countries/Cameroon.txt @@ -2,138 +2,138 @@ color = { 153 25 25 } graphical_culture = AfricanGC party = { - name = "CMR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CMR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CMR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CMR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CMR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CMR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CMR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CMR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CMR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CMR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CMR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CMR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CMR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CMR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Canada.txt b/HPM/common/countries/Canada.txt index 539f1be5..18191a19 100644 --- a/HPM/common/countries/Canada.txt +++ b/HPM/common/countries/Canada.txt @@ -2,149 +2,149 @@ color = { 94 117 55 } graphical_culture = BritishGC party = { - name = "CAN_liberal_1" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_liberal_1" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_liberal_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_liberal_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Beacon Hill" "Cap De La Madeleine" "Cape Breton" Charlottetown Chebogue Dunver Eastview Grou Joliette Jonquiere "Kirkland Lake" Kokanee "La Hulloise" Longueuil Magog Matane Montreal "New Glasgow" "New Waterford" Orkney Outremont "Port Colborne" "Prince Rupert" "St Catherines" "Saint John" Springhill Stettler Stormont Swansea "Thetford Mines" Valleyfield Waskesiu Wentworth - } - ironclad = { - "John A. Macdonald" "Alexander Mackenzie" "John Abbott" "John Thompson" "Mackenzie Bowell" "Charles Tupper" "Wilfrid Laurier" "Robert Borden" "Arthur Meighen" "W. L. Mackenzie King" "Richard B. Bennett" - } - manowar = { - Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Prince Edward Island" Saskatchewan Alberta - } - cruiser = { - Niobe Aurora Rainbow - } - frigate = { - Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Price Edward Island" Saskatchewan Alberta - } - monitor = { - "Guy Carleton" "Robert Prescott" "Robert Milnes" "Thomas Dunn" "James H. Craig" "George Prévost" "Gordon Drummond" "John C. Sherbrooke" "Charles Lennox" "Goerge Ramsay" "James Kempt" "Matthew Whitworth-Aylmer" "Archibald Acheson" "John Colborne" "John Labton" "Charles P. Thomson" "Charles Bagot" "Charles Metcalfe" "Charles Cathcart" "James Bruce" "Edmund Walker Head" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Arleux Armentieres Arras Festubert Givenchy Loos Messines "St Eloi" "St Julien" Thiepval Vimy Ypres - } -} \ No newline at end of file + dreadnought = { + "Beacon Hill" "Cap De La Madeleine" "Cape Breton" Charlottetown Chebogue Dunver Eastview Grou Joliette Jonquiere "Kirkland Lake" Kokanee "La Hulloise" Longueuil Magog Matane Montreal "New Glasgow" "New Waterford" Orkney Outremont "Port Colborne" "Prince Rupert" "St Catherines" "Saint John" Springhill Stettler Stormont Swansea "Thetford Mines" Valleyfield Waskesiu Wentworth + } + ironclad = { + "John A. Macdonald" "Alexander Mackenzie" "John Abbott" "John Thompson" "Mackenzie Bowell" "Charles Tupper" "Wilfrid Laurier" "Robert Borden" "Arthur Meighen" "W. L. Mackenzie King" "Richard B. Bennett" + } + manowar = { + Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Prince Edward Island" Saskatchewan Alberta + } + cruiser = { + Niobe Aurora Rainbow + } + frigate = { + Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Price Edward Island" Saskatchewan Alberta + } + monitor = { + "Guy Carleton" "Robert Prescott" "Robert Milnes" "Thomas Dunn" "James H. Craig" "George Prévost" "Gordon Drummond" "John C. Sherbrooke" "Charles Lennox" "Goerge Ramsay" "James Kempt" "Matthew Whitworth-Aylmer" "Archibald Acheson" "John Colborne" "John Labton" "Charles P. Thomson" "Charles Bagot" "Charles Metcalfe" "Charles Cathcart" "James Bruce" "Edmund Walker Head" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Arleux Armentieres Arras Festubert Givenchy Loos Messines "St Eloi" "St Julien" Thiepval Vimy Ypres + } +} diff --git a/HPM/common/countries/Carlist Spain.txt b/HPM/common/countries/Carlist Spain.txt index bf7c0aeb..c2cd23d4 100644 --- a/HPM/common/countries/Carlist Spain.txt +++ b/HPM/common/countries/Carlist Spain.txt @@ -2,314 +2,314 @@ color = { 255 196 0 } graphical_culture = SpanishGC party = { - name = "SPA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_conservative_2" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_2" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_2" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_liberal_2" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_3" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_3" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_4" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_liberal_4" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_5" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_5" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_6" - start_date = 1912.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_6" + start_date = 1912.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_3" - start_date = 1901.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_conservative_3" + start_date = 1901.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_liberal_7" - start_date = 1906.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_7" + start_date = 1906.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_4" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_conservative_4" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_conservative_5" - start_date = 1898.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_5" + start_date = 1898.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SPA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SPA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" - "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" - "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" - } - battleship = { - Pelayo - } - ironclad = { - Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete - "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella - Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza - } - clipper_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - steam_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - commerce_raider = { - "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar - Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre - Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil - } - cruiser = { - "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" - "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" - "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" - } - - frigate = { - "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia - "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno - Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano - } - monitor = { - "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" - "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" - "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" - } - manowar = { - "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" - "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" - "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" - } -} \ No newline at end of file + dreadnought = { + "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" + "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" + "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" + } + battleship = { + Pelayo + } + ironclad = { + Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete + "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella + Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza + } + clipper_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + steam_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + commerce_raider = { + "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar + Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre + Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil + } + cruiser = { + "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" + "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" + "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" + } + + frigate = { + "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia + "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno + Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano + } + monitor = { + "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" + "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" + "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" + } + manowar = { + "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" + "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" + "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" + } +} diff --git a/HPM/common/countries/Catalonia.txt b/HPM/common/countries/Catalonia.txt index fef6740a..0506dab8 100644 --- a/HPM/common/countries/Catalonia.txt +++ b/HPM/common/countries/Catalonia.txt @@ -2,183 +2,183 @@ color = { 213 132 76 } graphical_culture = EuropeanGC party = { - name = "CAT_conservative" - start_date = 1830.1.1 - end_date = 1901.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "CAT_conservative" + start_date = 1830.1.1 + end_date = 1901.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CAT_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "CAT_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CAT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = anti_military + name = "CAT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CAT_conservative_2" - start_date = 1901.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAT_conservative_2" + start_date = 1901.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAT_liberal_2" - start_date = 1906.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAT_liberal_2" + start_date = 1906.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CAT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CAT_liberal_3" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "CAT_liberal_3" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfons el Cast" "Almogàvers" "Els Segadors" "Generalitat" "Jaume el Conqueridor" "Josep Moragues" "Pere el Gran" "Rafael Casanova" "Roger de Flor" "Roger de Llúria" - } - ironclad = { - "Catalunya" "Corpus Christi" "Figueres" "Manresa" "Principat" "Sabadell" "Sant Joan" "Sant Jordi" "Tortosa" "Urgell" - } - manowar = { - "Bisbat d'Urgell" "Esperit Sant" "Sant Jaume" "Sant Josep" "Sant Oleguer" "Sant Pere" "Santa Isabel" "Vescomtat d'Ausona" "Vescomtat de Besalú" "Vescomtat de Cerdanya" - } - cruiser = { - "Ateneu de Grandesa" "Cibeles" "Consolat del Mar" "Diana" "Juno" "Minerva" "Quadribarrada" "Sang sobre Or" "Senyera" "Tirant lo Blanch" - } - frigate = { - "Barcelona" "Cristòfor Despuig" "Girona" "Joanot Martorell" "Jupiter" "Lleida" "Neptú" "Pere Serafí" "Plutó" "Tarragona" - } - monitor = { - "Comtat de Barcelona" "Comtat d'Empuries" "Comtat d'Urgell" "Dues Sicílies" "Hèrcules" "Mallorca" "Nèmesi" "Sardenya" "València" "Vulcano" - } - clipper_transport = { - "Àguila Negra" "Drac Vermell" "Estrella" "Fama" "Fidel" "Fletxa" "Glòria" "Ibera" "Lleó de Montpellier" "Mare de Déu de Montserrat" - "Mercuri" "Nimfa" "Sant Antoni" "Santa Anna" "Saturn" "Sirena" "Sorpresa" "Tetis" "Tritó" "Unicorn" - } - steam_transport = { - "Àguila Negra" "Drac Vermell" "Estrella" "Fama" "Fidel" "Fletxa" "Glòria" "Ibera" "Lleó de Montpellier" "Mare de Déu de Montserrat" - "Mercuri" "Nimfa" "Sant Antoni" "Santa Anna" "Saturn" "Sirena" "Sorpresa" "Tetis" "Tritó" "Unicorn" - } - commerce_raider = { - "Audaç" "Destructor" "Forçuda" "Furor" "Llampec" "Mediterrània" "Tempesta" "Terror" "Tro" "Veloç" - } -} \ No newline at end of file + dreadnought = { + "Alfons el Cast" "Almogàvers" "Els Segadors" "Generalitat" "Jaume el Conqueridor" "Josep Moragues" "Pere el Gran" "Rafael Casanova" "Roger de Flor" "Roger de Llúria" + } + ironclad = { + "Catalunya" "Corpus Christi" "Figueres" "Manresa" "Principat" "Sabadell" "Sant Joan" "Sant Jordi" "Tortosa" "Urgell" + } + manowar = { + "Bisbat d'Urgell" "Esperit Sant" "Sant Jaume" "Sant Josep" "Sant Oleguer" "Sant Pere" "Santa Isabel" "Vescomtat d'Ausona" "Vescomtat de Besalú" "Vescomtat de Cerdanya" + } + cruiser = { + "Ateneu de Grandesa" "Cibeles" "Consolat del Mar" "Diana" "Juno" "Minerva" "Quadribarrada" "Sang sobre Or" "Senyera" "Tirant lo Blanch" + } + frigate = { + "Barcelona" "Cristòfor Despuig" "Girona" "Joanot Martorell" "Jupiter" "Lleida" "Neptú" "Pere Serafí" "Plutó" "Tarragona" + } + monitor = { + "Comtat de Barcelona" "Comtat d'Empuries" "Comtat d'Urgell" "Dues Sicílies" "Hèrcules" "Mallorca" "Nèmesi" "Sardenya" "València" "Vulcano" + } + clipper_transport = { + "Àguila Negra" "Drac Vermell" "Estrella" "Fama" "Fidel" "Fletxa" "Glòria" "Ibera" "Lleó de Montpellier" "Mare de Déu de Montserrat" + "Mercuri" "Nimfa" "Sant Antoni" "Santa Anna" "Saturn" "Sirena" "Sorpresa" "Tetis" "Tritó" "Unicorn" + } + steam_transport = { + "Àguila Negra" "Drac Vermell" "Estrella" "Fama" "Fidel" "Fletxa" "Glòria" "Ibera" "Lleó de Montpellier" "Mare de Déu de Montserrat" + "Mercuri" "Nimfa" "Sant Antoni" "Santa Anna" "Saturn" "Sirena" "Sorpresa" "Tetis" "Tritó" "Unicorn" + } + commerce_raider = { + "Audaç" "Destructor" "Forçuda" "Furor" "Llampec" "Mediterrània" "Tempesta" "Terror" "Tro" "Veloç" + } +} diff --git a/HPM/common/countries/Central African Republic.txt b/HPM/common/countries/Central African Republic.txt index 1414831e..17bb739a 100644 --- a/HPM/common/countries/Central African Republic.txt +++ b/HPM/common/countries/Central African Republic.txt @@ -2,137 +2,137 @@ color = { 158 74 137 } graphical_culture = AfricanGC party = { - name = "CAR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CAR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CAR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Azande Baramo Nzambi Yambio Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Chad.txt b/HPM/common/countries/Chad.txt index a32b1117..65024e83 100644 --- a/HPM/common/countries/Chad.txt +++ b/HPM/common/countries/Chad.txt @@ -2,138 +2,138 @@ color = { 95 101 148 } graphical_culture = AfricanGC party = { - name = "CHD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CHD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CHD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } +} diff --git a/HPM/common/countries/Champasak.txt b/HPM/common/countries/Champasak.txt index 1ad44d14..697c1cb9 100644 --- a/HPM/common/countries/Champasak.txt +++ b/HPM/common/countries/Champasak.txt @@ -2,139 +2,139 @@ color = { 139 131 162 } graphical_culture = AsianGC party = { - name = "CHK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CHK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CHK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - battleship = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - ironclad = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - manowar = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - cruiser = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - frigate = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - monitor = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } -} \ No newline at end of file + dreadnought = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + battleship = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + ironclad = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + manowar = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + cruiser = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + frigate = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + monitor = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } +} diff --git a/HPM/common/countries/Chechnya.txt b/HPM/common/countries/Chechnya.txt index 7b70ae63..4ecd5d0d 100644 --- a/HPM/common/countries/Chechnya.txt +++ b/HPM/common/countries/Chechnya.txt @@ -2,156 +2,156 @@ color = { 136 153 139 } graphical_culture = RussianGC party = { - name = "CHY_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CHY_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CHY_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHY_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHY_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHY_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHY_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHY_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHY_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHY_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - } - ironclad = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - manowar = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - cruiser = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - frigate = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - monitor = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } -} \ No newline at end of file + dreadnought = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + } + ironclad = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + manowar = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + cruiser = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + frigate = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + monitor = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chechnya "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } +} diff --git a/HPM/common/countries/Cherokee.txt b/HPM/common/countries/Cherokee.txt index 4b994115..fd0b3bb1 100644 --- a/HPM/common/countries/Cherokee.txt +++ b/HPM/common/countries/Cherokee.txt @@ -2,167 +2,167 @@ color = { 105 145 40 } graphical_culture = Generic party = { - name = "CHE_liberal" - start_date = 1836.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHE_liberal" + start_date = 1836.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHE_conservative" - start_date = 1836.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "CHE_conservative" + start_date = 1836.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CHE_conservative_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "CHE_conservative_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - - } - ironclad = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - - } - manowar = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - } - cruiser = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - } - frigate = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - } - monitor = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu - "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" - "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" - } -} \ No newline at end of file + dreadnought = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + + } + ironclad = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + + } + manowar = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + } + cruiser = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + } + frigate = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + } + monitor = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Ani-kutani" "Ah-ni-ga-to-ge-wi" "Ah-ni-gi-lo-hi" "Ah-ni-ka-wi" "Ah-ni-tsi-sk-wa" "Ah-ni-sa-ho-ni" "Ah-ni-wo-di" "Ah-ni-wa-ya" Kana'ti Selu + "Tsul Kalu" "Oonawieh Unggi" "Ani Yuntikwalaski" "Asgaya Gigagei" "I'nage-utasvhi" "Anisga'ya Tsunsdi" "Nv-da u-no-le" "Nv-da ko-la" + "Nv-da ka-na-wo-ga" "Nv-da gu-ti-ha" + } +} diff --git a/HPM/common/countries/Chiapas.txt b/HPM/common/countries/Chiapas.txt index 748e381f..36e0dd0c 100644 --- a/HPM/common/countries/Chiapas.txt +++ b/HPM/common/countries/Chiapas.txt @@ -2,138 +2,138 @@ color = { 110 175 72 } graphical_culture = SouthAmericanGC party = { - name = "CHP_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHP_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHP_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHP_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" - } - ironclad = { - Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque - } - manowar = { - Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago - } - cruiser = { - "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil - } - frigate = { - Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa - } - monitor = { - Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa - } - clipper_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - steam_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - commerce_raider = { - Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso - } -} \ No newline at end of file + dreadnought = { + Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" + } + ironclad = { + Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque + } + manowar = { + Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago + } + cruiser = { + "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil + } + frigate = { + Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa + } + monitor = { + Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa + } + clipper_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + steam_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + commerce_raider = { + Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso + } +} diff --git a/HPM/common/countries/Chile.txt b/HPM/common/countries/Chile.txt index 87e7edf3..6d799abe 100644 --- a/HPM/common/countries/Chile.txt +++ b/HPM/common/countries/Chile.txt @@ -2,213 +2,213 @@ color = { 236 159 89 } graphical_culture = SouthAmericanGC party = { - name = "CHL_conservative" - start_date = 1830.1.1 - end_date = 1851.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHL_conservative" + start_date = 1830.1.1 + end_date = 1851.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHL_liberal" - start_date = 1830.1.1 - end_date = 1851.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHL_liberal" + start_date = 1830.1.1 + end_date = 1851.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHL_conservative_2" - start_date = 1851.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHL_conservative_2" + start_date = 1851.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHL_liberal_2" - start_date = 1851.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CHL_liberal_2" + start_date = 1851.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CHL_conservative_3" - start_date = 1857.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "CHL_conservative_3" + start_date = 1857.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHL_liberal_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CHL_liberal_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CHL_liberal_4" - start_date = 1915.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHL_liberal_4" + start_date = 1915.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Almirante Montt" Antofagasta Atacama Iquique Latorre O'Higgins República "San Martín" "Santiago de Chile" Valparaíso - } - ironclad = { - "Almirante Williams" Austral Blanco "Blanco Encalada" "Capitán Prat" Cochrane "Isla de Pascua" "Norte Chico" "Norte Grande" "Ojos del Salado" - } - manowar = { - Abtao Águila Araucano Chacabuco Fortunata Galvarino Lautaro O'Higgins Potrillo "San Martín" - } - cruiser = { - Aguamarina Diamante "Director Eyzaguirre" "Director Freire" Esmeralda Llullaillaco Parinacota "Presidente Errázuriz" "Presidente Pinto" Tupungato - } - frigate = { - Aisén Araucania Arica Biobío Coquimbo "Los Lagos" "Los Ríos" Maule Tarapacá Valdivia - } - monitor = { - Anganemon Butapichón Colo-Colo Curiñancu Guaiquimilla Huáscar Lientur "Pedro de Valdivia" Pelantaru Vilumilla - } - clipper_transport = { - Coihaique Concepción Copiapo "Del Toro" Iquique "La Serena" "Laguna Blanca" "Puerto Montt" "Punta Arenas" Rancagua - "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Santiago Sarmiento Talca Temuco Yulton - } - steam_transport = { - Coihaique Concepción Copiapo "Del Toro" Iquique "La Serena" "Laguna Blanca" "Puerto Montt" "Punta Arenas" Rancagua - "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Santiago Sarmiento Talca Temuco Yulton - } - commerce_raider = { - "Almirante Condell" "Almirante Lynch" Angamos Aquiles Casma Chacabuco Chipana Covadonga Magallanes Orompello - } -} \ No newline at end of file + dreadnought = { + "Almirante Montt" Antofagasta Atacama Iquique Latorre O'Higgins República "San Martín" "Santiago de Chile" Valparaíso + } + ironclad = { + "Almirante Williams" Austral Blanco "Blanco Encalada" "Capitán Prat" Cochrane "Isla de Pascua" "Norte Chico" "Norte Grande" "Ojos del Salado" + } + manowar = { + Abtao Águila Araucano Chacabuco Fortunata Galvarino Lautaro O'Higgins Potrillo "San Martín" + } + cruiser = { + Aguamarina Diamante "Director Eyzaguirre" "Director Freire" Esmeralda Llullaillaco Parinacota "Presidente Errázuriz" "Presidente Pinto" Tupungato + } + frigate = { + Aisén Araucania Arica Biobío Coquimbo "Los Lagos" "Los Ríos" Maule Tarapacá Valdivia + } + monitor = { + Anganemon Butapichón Colo-Colo Curiñancu Guaiquimilla Huáscar Lientur "Pedro de Valdivia" Pelantaru Vilumilla + } + clipper_transport = { + Coihaique Concepción Copiapo "Del Toro" Iquique "La Serena" "Laguna Blanca" "Puerto Montt" "Punta Arenas" Rancagua + "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Santiago Sarmiento Talca Temuco Yulton + } + steam_transport = { + Coihaique Concepción Copiapo "Del Toro" Iquique "La Serena" "Laguna Blanca" "Puerto Montt" "Punta Arenas" Rancagua + "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Santiago Sarmiento Talca Temuco Yulton + } + commerce_raider = { + "Almirante Condell" "Almirante Lynch" Angamos Aquiles Casma Chacabuco Chipana Covadonga Magallanes Orompello + } +} diff --git a/HPM/common/countries/China.txt b/HPM/common/countries/China.txt index 9035d22a..ad56c753 100644 --- a/HPM/common/countries/China.txt +++ b/HPM/common/countries/China.txt @@ -2,241 +2,241 @@ color = { 255 234 154 } graphical_culture = ChineseGC party = { - name = "CHI_conservative" - start_date = 1800.1.1 - end_date = 1861.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHI_conservative" + start_date = 1800.1.1 + end_date = 1861.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHI_conservative_2" - start_date = 1861.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHI_conservative_2" + start_date = 1861.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHI_liberal" - start_date = 1830.1.1 - end_date = 1921.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CHI_liberal" + start_date = 1830.1.1 + end_date = 1921.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CHI_reactionary" - start_date = 1830.1.1 - end_date = 1936.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHI_reactionary" + start_date = 1830.1.1 + end_date = 1936.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHI_conservative_3" - start_date = 1880.1.1 - end_date = 1915.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_conservative_3" + start_date = 1880.1.1 + end_date = 1915.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_liberal_2" - start_date = 1912.1.1 - end_date = 1927.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_liberal_2" + start_date = 1912.1.1 + end_date = 1927.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_liberal_3" - start_date = 1920.1.1 - end_date = 1945.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_liberal_3" + start_date = 1920.1.1 + end_date = 1945.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CHI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CHI_conservative_4" - start_date = 1915.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CHI_conservative_4" + start_date = 1915.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CHI_reactionary_2" - start_date = 1912.1.1 - end_date = 1925.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHI_reactionary_2" + start_date = 1912.1.1 + end_date = 1925.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Chitral.txt b/HPM/common/countries/Chitral.txt index 247ee604..f5b9712c 100644 --- a/HPM/common/countries/Chitral.txt +++ b/HPM/common/countries/Chitral.txt @@ -2,134 +2,134 @@ color = { 108 224 88 } graphical_culture = IndianGC party = { - name = "SIN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" - } - cruiser = { - Narain Akbar Amid Fardin Shahnawaz - } - ironclad = { - Ishayu Nasir Javed - } - monitor = { - Azhar Fateh Nitin - } - manowar = { - Sindh Thatta Haydarabad Khudabad - } - frigate = { - Amar Anil Feroz Jaidip Pratap Nirmal - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil - } -} \ No newline at end of file + dreadnought = { + Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" + } + cruiser = { + Narain Akbar Amid Fardin Shahnawaz + } + ironclad = { + Ishayu Nasir Javed + } + monitor = { + Azhar Fateh Nitin + } + manowar = { + Sindh Thatta Haydarabad Khudabad + } + frigate = { + Amar Anil Feroz Jaidip Pratap Nirmal + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil + } +} diff --git a/HPM/common/countries/Choshu.txt b/HPM/common/countries/Choshu.txt index 7cf1a8c2..1331ab15 100644 --- a/HPM/common/countries/Choshu.txt +++ b/HPM/common/countries/Choshu.txt @@ -2,183 +2,183 @@ color = { 194 103 47 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Cilicia.txt b/HPM/common/countries/Cilicia.txt index d7531ba3..9c3620e2 100644 --- a/HPM/common/countries/Cilicia.txt +++ b/HPM/common/countries/Cilicia.txt @@ -1,212 +1,210 @@ color = { 81 107 40 } graphical_culture = MiddleEasternGC party = { - name = "ARM_conservative" - start_date = 1826.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pacifism + name = "ARM_conservative" + start_date = 1826.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pacifism } party = { - name = "ARM_conservative_2" - start_date = 1850.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARM_conservative_2" + start_date = 1850.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARM_liberal" - start_date = 1863.1.1 - end_date = 1895.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ARM_liberal" + start_date = 1863.1.1 + end_date = 1895.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ARM_socialist" - start_date = 1848.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_socialist" + start_date = 1848.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_socialist_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARM_socialist_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARM_liberal_2" - start_date = 1820.1.1 - end_date = 1863.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_2" + start_date = 1820.1.1 + end_date = 1863.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_liberal_3" - start_date = 1895.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARM_liberal_3" + start_date = 1895.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - ironclad = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - } - manowar = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - - } - cruiser = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - frigate = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - monitor = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos - "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan - - } + dreadnought = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + ironclad = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + } + manowar = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + + } + cruiser = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + frigate = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + monitor = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aramu Argishtis Ararat Ani Artsakh Dvin Erimena Haik Haldi Ishpuinis Kars Lutipri Musasir Menuas Manzikert Parisos + "Rusas II" Siwini Selardi "Sarduri I" "Sarduris II" Vaspurakan Yerevan + + } } - - diff --git a/HPM/common/countries/Circassia.txt b/HPM/common/countries/Circassia.txt index aec85ff5..58564461 100644 --- a/HPM/common/countries/Circassia.txt +++ b/HPM/common/countries/Circassia.txt @@ -2,156 +2,156 @@ color = { 156 132 172} graphical_culture = MiddleEasternGC party = { - name = "CIR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CIR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CIR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CIR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CIR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CIR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CIR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CIR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CIR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CIR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CIR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CIR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CIR_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CIR_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - } - ironclad = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - manowar = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - cruiser = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - frigate = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - monitor = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } -} \ No newline at end of file + dreadnought = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + } + ironclad = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + manowar = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + cruiser = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + frigate = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + monitor = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Circassia "Nader Shah" "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } +} diff --git a/HPM/common/countries/Colombia.txt b/HPM/common/countries/Colombia.txt index 65d1a5f5..c006293f 100644 --- a/HPM/common/countries/Colombia.txt +++ b/HPM/common/countries/Colombia.txt @@ -2,153 +2,153 @@ color = { 255 234 168 } graphical_culture = SouthAmericanGC party = { - name = "CLM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CLM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CLM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CLM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CLM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CLM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CLM_liberal_2" - start_date = 1884.1.1 - end_date = 1898.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CLM_liberal_2" + start_date = 1884.1.1 + end_date = 1898.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CLM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CLM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CLM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CLM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CLM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CLM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CLM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CLM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Almirante Padilla" Buenaventura "Cartagena de Indias" Colombia "Cristóbal Colón" "Fco. de Paula Santander" "Gran Colombia" Independiente "Nueva Granada" "Simón Bolívar" - } - ironclad = { - Andrómeda Águila Casiopea Centauro Dragón Fénix Perseo Polaris Regulus Vela - } - manowar = { - Aventina Confianza Emprendedora Espartana Fama "Gran Bolívar" Independencia Leona Marina Marte - } - cruiser = { - Bogotá Bolívar Cali Córdoba Cúcuta Cundinamarca Medellin Pasto Santander Sucre - } - frigate = { - Antioquía Caldas Cartagena Espartana "José Mª García y Toledo" "Juan Nepomuceno Eslava" Quitasueño República "Santa Marta" "Valle del Cauca" - } - monitor = { - Amazonas Andes Caribe "Ciénaga Grande" Meta "Nevado del Huila" Orinoquía Pacífico "San Juan" "Sierra Nevada" - } - clipper_transport = { - Amenazante Arauca Auspicio Barranquilla Caquetá Catatumbo Chocó Estrella Florencia Guainía - Huila Indestructible "La Guajira" Leticia Manizales Montería Nariño Natividad Salvador Vaupés - } - steam_transport = { - Amenazante Arauca Auspicio Barranquilla Caquetá Catatumbo Chocó Estrella Florencia Guainía - Huila Indestructible "La Guajira" Leticia Manizales Montería Nariño Natividad Salvador Vaupés - } - commerce_raider = { - "Antonia Manuela" Aventina Chitty Emprendedora Guaviare Magdalena Ornico Peacock Putumayo - } -} \ No newline at end of file + dreadnought = { + "Almirante Padilla" Buenaventura "Cartagena de Indias" Colombia "Cristóbal Colón" "Fco. de Paula Santander" "Gran Colombia" Independiente "Nueva Granada" "Simón Bolívar" + } + ironclad = { + Andrómeda Águila Casiopea Centauro Dragón Fénix Perseo Polaris Regulus Vela + } + manowar = { + Aventina Confianza Emprendedora Espartana Fama "Gran Bolívar" Independencia Leona Marina Marte + } + cruiser = { + Bogotá Bolívar Cali Córdoba Cúcuta Cundinamarca Medellin Pasto Santander Sucre + } + frigate = { + Antioquía Caldas Cartagena Espartana "José Mª García y Toledo" "Juan Nepomuceno Eslava" Quitasueño República "Santa Marta" "Valle del Cauca" + } + monitor = { + Amazonas Andes Caribe "Ciénaga Grande" Meta "Nevado del Huila" Orinoquía Pacífico "San Juan" "Sierra Nevada" + } + clipper_transport = { + Amenazante Arauca Auspicio Barranquilla Caquetá Catatumbo Chocó Estrella Florencia Guainía + Huila Indestructible "La Guajira" Leticia Manizales Montería Nariño Natividad Salvador Vaupés + } + steam_transport = { + Amenazante Arauca Auspicio Barranquilla Caquetá Catatumbo Chocó Estrella Florencia Guainía + Huila Indestructible "La Guajira" Leticia Manizales Montería Nariño Natividad Salvador Vaupés + } + commerce_raider = { + "Antonia Manuela" Aventina Chitty Emprendedora Guaviare Magdalena Ornico Peacock Putumayo + } +} diff --git a/HPM/common/countries/Columbia.txt b/HPM/common/countries/Columbia.txt index 3a409ede..04ecc3f6 100644 --- a/HPM/common/countries/Columbia.txt +++ b/HPM/common/countries/Columbia.txt @@ -2,144 +2,144 @@ color = { 198 113 133 } graphical_culture = Generic party = { - name = "COL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "COL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "COL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "COL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "COL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "COL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "COL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "COL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - ironclad = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - - } - manowar = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - cruiser = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - frigate = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - monitor = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } -} \ No newline at end of file + dreadnought = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + ironclad = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + + } + manowar = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + cruiser = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + frigate = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + monitor = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } +} diff --git a/HPM/common/countries/Comoros.txt b/HPM/common/countries/Comoros.txt index 82d107fa..f79275cf 100644 --- a/HPM/common/countries/Comoros.txt +++ b/HPM/common/countries/Comoros.txt @@ -2,137 +2,137 @@ color = { 66 244 101 } graphical_culture = AfricanGC party = { - name = "CMR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CMR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CMR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CMR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CMR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CMR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CMR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CMR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CMR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CMR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CMR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CMR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CMR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CMR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi CMRanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Congo Free State.txt b/HPM/common/countries/Congo Free State.txt index 276ff534..bdf3df89 100644 --- a/HPM/common/countries/Congo Free State.txt +++ b/HPM/common/countries/Congo Free State.txt @@ -2,187 +2,187 @@ color = { 101 68 68 } graphical_culture = AfricanGC party = { - name = "CNG_liberal" - start_date = 1830.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CNG_liberal" + start_date = 1830.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CNG_conservative" - start_date = 1830.1.1 - end_date = 1900.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "CNG_conservative" + start_date = 1830.1.1 + end_date = 1900.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CNG_liberal_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CNG_liberal_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CNG_conservative_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "CNG_conservative_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CNG_reactionary" - start_date = 1820.1.1 - end_date = 1900.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CNG_reactionary" + start_date = 1820.1.1 + end_date = 1900.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CNG_reactionary_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CNG_reactionary_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CNG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CNG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" - } - ironclad = { - "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" - } - manowar = { - "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" - } - cruiser = { - "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - "Melchior van den Kerckhove" "Jacob Mahu" - } - frigate = { - Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" - } - monitor = { - Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia - } - clipper_transport = { - Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge - - } - steam_transport = { - Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois - - } - commerce_raider = { - "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" - "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" - - } -} \ No newline at end of file + dreadnought = { + "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" + } + ironclad = { + "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" + } + manowar = { + "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" + } + cruiser = { + "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + "Melchior van den Kerckhove" "Jacob Mahu" + } + frigate = { + Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" + } + monitor = { + Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia + } + clipper_transport = { + Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge + + } + steam_transport = { + Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois + + } + commerce_raider = { + "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" + "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" + + } +} diff --git a/HPM/common/countries/Congo-Brazzaville.txt b/HPM/common/countries/Congo-Brazzaville.txt index 6b7b6eb5..34802dbb 100644 --- a/HPM/common/countries/Congo-Brazzaville.txt +++ b/HPM/common/countries/Congo-Brazzaville.txt @@ -2,142 +2,142 @@ color = { 173 116 62 } graphical_culture = AfricanGC party = { - name = "CGO_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CGO_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CGO_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "CGO_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CGO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CGO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CGO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CGO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CGO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CGO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CGO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CGO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CGO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CGO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" - } - ironclad = { - "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" - } - manowar = { - "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" - } - cruiser = { - "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - "Melchior van den Kerckhove" "Jacob Mahu" - } - frigate = { - Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" - } - monitor = { - Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia - } - clipper_transport = { - Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge - - } - steam_transport = { - Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois - - } - commerce_raider = { - "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" - "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" - - } -} \ No newline at end of file + dreadnought = { + "Leopold I" "La Belgique" "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" + } + ironclad = { + "Graaf van Vlaanderen" "Hertog van Brabant" "Comte de Hainaut" "Comte de Namur" "Prince de Liege" "Duc d'Ursel" + } + manowar = { + "St. Marie" "St. Joris" "St. Franciscus" "St. Jacobus" "St. Petrus" "St. Bonifatius" + } + cruiser = { + "François Pelsaert" "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + "Melchior van den Kerckhove" "Jacob Mahu" + } + frigate = { + Wielingen Mercator "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" + } + monitor = { + Belgica Brabantia Flandriae Henogovia Limburgia Luxemburgum Vallonia + } + clipper_transport = { + Antwerpen Arlon Brugge Brussel Charleroi Gent Hasselt Leuven Liege Mechelen Namur Nieuwpoort Oostende Sluis Zeebrugge + + } + steam_transport = { + Dender Dijle IJzer Leie Maas Ourthe Sambre Schelde Semois + + } + commerce_raider = { + "Jan Baert" "Michiel Jacobsen" "Jacob van Brugge" "Willem van der Haegen" "Jacob le Maire" + "Pierre van Alstein" "Sebald de Weert" "Cornelis Weus" + + } +} diff --git a/HPM/common/countries/Congress Poland.txt b/HPM/common/countries/Congress Poland.txt index 840ed471..02cebff2 100644 --- a/HPM/common/countries/Congress Poland.txt +++ b/HPM/common/countries/Congress Poland.txt @@ -2,136 +2,136 @@ color = { 205 95 85 } graphical_culture = EuropeanGC party = { - name = "POL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "POL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "POL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "POL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Corrientes.txt b/HPM/common/countries/Corrientes.txt index f3730ede..23704ce9 100644 --- a/HPM/common/countries/Corrientes.txt +++ b/HPM/common/countries/Corrientes.txt @@ -2,213 +2,213 @@ color = { 40 78 87 } graphical_culture = SouthAmericanGC party = { - name = "ENT_conservative" - start_date = 1830.1.1 - end_date = 1872.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative" + start_date = 1830.1.1 + end_date = 1872.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_conservative_2" - start_date = 1872.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative_2" + start_date = 1872.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_liberal" - start_date = 1830.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_liberal" + start_date = 1830.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_liberal_2" - start_date = 1903.1.1 - end_date = 1911.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_liberal_2" + start_date = 1903.1.1 + end_date = 1911.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_socialist" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_socialist" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_conservative_3" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative_3" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENT_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENT_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_socialist_2" - start_date = 1848.1.1 - end_date = 1911.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_socialist_2" + start_date = 1848.1.1 + end_date = 1911.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" - } - ironclad = { - "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" - } - manowar = { - Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente - } - cruiser = { - "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" - } - frigate = { - Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay - } - monitor = { - "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad - } - clipper_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - steam_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - commerce_raider = { - Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" - } -} \ No newline at end of file + dreadnought = { + "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" + } + ironclad = { + "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" + } + manowar = { + Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente + } + cruiser = { + "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" + } + frigate = { + Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay + } + monitor = { + "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad + } + clipper_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + steam_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + commerce_raider = { + Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" + } +} diff --git a/HPM/common/countries/Corsica.txt b/HPM/common/countries/Corsica.txt index 35f2d6d0..4a30ab41 100644 --- a/HPM/common/countries/Corsica.txt +++ b/HPM/common/countries/Corsica.txt @@ -2,139 +2,139 @@ color = { 120 130 100 } graphical_culture = ItalianGC party = { - name = "CRS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CRS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CRS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CRS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CRS_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CRS_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CRS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CRS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Napoleon" "Corsica" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Napoleon" "Corsica" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Cossackia.txt b/HPM/common/countries/Cossackia.txt index d7cd19cf..1f96d1e7 100644 --- a/HPM/common/countries/Cossackia.txt +++ b/HPM/common/countries/Cossackia.txt @@ -2,138 +2,138 @@ color = { 51 104 204 } graphical_culture = RussianGC party = { - name = "DON_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "DON_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DON_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DON_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DON_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "DON_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DON_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DON_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DON_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DON_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DON_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DON_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DON_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "DON_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ostap Dashkevych" Kozaky "Stenka Razin" "Kondraty Bulavin" "Yemelyan Pugachev" - } - ironclad = { - Donets Sevastopol Kyiv Odessa Kharkiv - } - manowar = { - Krym Zaporiz'ka Khersonshchyna Mykolaiv Dnipropetrovsk - } - cruiser = { - Kyi Schek Khoryv Bravlin Oleg - } - frigate = { - Dniester Dnipro Desna Prypiat Prut - } - monitor = { - Sofyivsky "Pechers’ka lavra" "Kam’ianets’-Podil’s’kyi" Khotyn Khortyts'a - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Oksana Oleksandra Yulia Nadiya Mariya - } -} \ No newline at end of file + dreadnought = { + "Ostap Dashkevych" Kozaky "Stenka Razin" "Kondraty Bulavin" "Yemelyan Pugachev" + } + ironclad = { + Donets Sevastopol Kyiv Odessa Kharkiv + } + manowar = { + Krym Zaporiz'ka Khersonshchyna Mykolaiv Dnipropetrovsk + } + cruiser = { + Kyi Schek Khoryv Bravlin Oleg + } + frigate = { + Dniester Dnipro Desna Prypiat Prut + } + monitor = { + Sofyivsky "Pechers’ka lavra" "Kam’ianets’-Podil’s’kyi" Khotyn Khortyts'a + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Oksana Oleksandra Yulia Nadiya Mariya + } +} diff --git a/HPM/common/countries/Costa Rica.txt b/HPM/common/countries/Costa Rica.txt index 61de7e05..e76964c9 100644 --- a/HPM/common/countries/Costa Rica.txt +++ b/HPM/common/countries/Costa Rica.txt @@ -2,153 +2,153 @@ color = { 183 129 124 } graphical_culture = SouthAmericanGC party = { - name = "COS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COS_conservative_2" - start_date = 1902.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COS_conservative_2" + start_date = 1902.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "COS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "COS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "COS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Caribe Centroamérica "Costa Rica" "José María Castro" "Juan Mora" Libertad Presidente "Rafael Yglesias" República "Tomás Guardia" - } - ironclad = { - Arenal Bebedero Diquís Jiménez Reventazón "San Juan" Sixaola Tárcoles Tempisque Tortuguero - } - manowar = { - Audaz Intrépido Libertad "San Antonio" "San Fernando" "San Juan" "Santa Isabel" "Santa Marta" "Santa Mónica" Vigilante - } - cruiser = { - Cacique "Castillo del Oro" Chamán Chorotega Constitución "Cristóbal Colón" Independencia "Puerto Limón" "Quince de Septiembre" "Vasco Núñez de Balboa" - } - frigate = { - Alajuela Cartago Guanacaste Heredia Liberia Limón Nicoya Papagayo Puntarenas "San José" - } - monitor = { - "Cacho Negro" Chato Congo Irazú Miravalles Orosí Platanar Porvenir "Santa María" Tenorio - } - clipper_transport = { - Alicia Ana Ancla Ballena Carmen Costero Delfín Gabriel Goliat Indetectable - "Isla del Coco" Rafael Rápido Sansón Silencioso Sirena Tiburón "Toro Amarillo" Tritón Vida - } - steam_transport = { - Alicia Ana Ancla Ballena Carmen Costero Delfín Gabriel Goliat Indetectable - "Isla del Coco" Rafael Rápido Sansón Silencioso Sirena Tiburón "Toro Amarillo" Tritón Vida - } - commerce_raider = { - Barva "Cerro de la Muerte" Guanacaste Intratable Poás "Rincón de la Vieja" Talamanca Tilarán Turrialba Victorioso - } -} \ No newline at end of file + dreadnought = { + Caribe Centroamérica "Costa Rica" "José María Castro" "Juan Mora" Libertad Presidente "Rafael Yglesias" República "Tomás Guardia" + } + ironclad = { + Arenal Bebedero Diquís Jiménez Reventazón "San Juan" Sixaola Tárcoles Tempisque Tortuguero + } + manowar = { + Audaz Intrépido Libertad "San Antonio" "San Fernando" "San Juan" "Santa Isabel" "Santa Marta" "Santa Mónica" Vigilante + } + cruiser = { + Cacique "Castillo del Oro" Chamán Chorotega Constitución "Cristóbal Colón" Independencia "Puerto Limón" "Quince de Septiembre" "Vasco Núñez de Balboa" + } + frigate = { + Alajuela Cartago Guanacaste Heredia Liberia Limón Nicoya Papagayo Puntarenas "San José" + } + monitor = { + "Cacho Negro" Chato Congo Irazú Miravalles Orosí Platanar Porvenir "Santa María" Tenorio + } + clipper_transport = { + Alicia Ana Ancla Ballena Carmen Costero Delfín Gabriel Goliat Indetectable + "Isla del Coco" Rafael Rápido Sansón Silencioso Sirena Tiburón "Toro Amarillo" Tritón Vida + } + steam_transport = { + Alicia Ana Ancla Ballena Carmen Costero Delfín Gabriel Goliat Indetectable + "Isla del Coco" Rafael Rápido Sansón Silencioso Sirena Tiburón "Toro Amarillo" Tritón Vida + } + commerce_raider = { + Barva "Cerro de la Muerte" Guanacaste Intratable Poás "Rincón de la Vieja" Talamanca Tilarán Turrialba Victorioso + } +} diff --git a/HPM/common/countries/Crete.txt b/HPM/common/countries/Crete.txt index b321811c..f1269c97 100644 --- a/HPM/common/countries/Crete.txt +++ b/HPM/common/countries/Crete.txt @@ -2,138 +2,138 @@ color = { 165 111 159 } graphical_culture = EuropeanGC party = { - name = "CRE_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CRE_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CRE_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CRE_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CRE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CRE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias - } - ironclad = { - Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" - } - manowar = { - "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof - } - cruiser = { - "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí - } - frigate = { - Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus - } - monitor = { - Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos - } -} \ No newline at end of file + dreadnought = { + Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias + } + ironclad = { + Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" + } + manowar = { + "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof + } + cruiser = { + "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí + } + frigate = { + Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus + } + monitor = { + Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos + } +} diff --git a/HPM/common/countries/Crimea.txt b/HPM/common/countries/Crimea.txt index f6c5c761..1b7795f5 100644 --- a/HPM/common/countries/Crimea.txt +++ b/HPM/common/countries/Crimea.txt @@ -2,149 +2,149 @@ color = { 200 202 85 } graphical_culture = Generic party = { - name = "CRI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CRI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CRI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CRI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CRI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CRI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - } - ironclad = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } - manowar = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } - cruiser = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } - frigate = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } - monitor = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" - "Chingiz Khan" - - } -} \ No newline at end of file + dreadnought = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + } + ironclad = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } + manowar = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } + cruiser = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } + frigate = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } + monitor = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Bakhchisaray "Çürük Suv" "Chufut Kale" Hansaray "Haci Giray" "Meli I Giray" "Zincilri Medrese" Kyrym "Qirq Yer" "Cufut Qale" + "Chingiz Khan" + + } +} diff --git a/HPM/common/countries/Croatia.txt b/HPM/common/countries/Croatia.txt index 3d0c7b9a..591fbb54 100644 --- a/HPM/common/countries/Croatia.txt +++ b/HPM/common/countries/Croatia.txt @@ -2,138 +2,138 @@ color = { 174 227 95 } graphical_culture = EuropeanGC party = { - name = "CRO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CRO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CRO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CRO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CRO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CRO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CRO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CRO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Hrvatska "Maksimilijan Vrhovac" "Ilirski pokret" Slavonija Zagreb - } - ironclad = { - Osijek "Janko Draškovic" "Antun Mihanovic" "Ljudevit Gaj" Rijeka - } - manowar = { - Sava Drava Kupa Korana Cesma - } - cruiser = { - "Ivan Lupis" "Janko Vukovic" "Matija Politeo" "Ante Tresic Pavicic" Branimir - } - frigate = { - Dinara Kamešnica Biokovo Velebit Plješevica - } - monitor = { - Dubrovnik Ragusa Split Pula Gospic - - } - clipper_transport = { - - - } - steam_transport = { - - } - commerce_raider = { - Krk Brijuni Lošinj Cres Ilovik - } -} \ No newline at end of file + dreadnought = { + Hrvatska "Maksimilijan Vrhovac" "Ilirski pokret" Slavonija Zagreb + } + ironclad = { + Osijek "Janko Draškovic" "Antun Mihanovic" "Ljudevit Gaj" Rijeka + } + manowar = { + Sava Drava Kupa Korana Cesma + } + cruiser = { + "Ivan Lupis" "Janko Vukovic" "Matija Politeo" "Ante Tresic Pavicic" Branimir + } + frigate = { + Dinara Kamešnica Biokovo Velebit Plješevica + } + monitor = { + Dubrovnik Ragusa Split Pula Gospic + + } + clipper_transport = { + + + } + steam_transport = { + + } + commerce_raider = { + Krk Brijuni Lošinj Cres Ilovik + } +} diff --git a/HPM/common/countries/Cuba.txt b/HPM/common/countries/Cuba.txt index b5681eaf..39c3b577 100644 --- a/HPM/common/countries/Cuba.txt +++ b/HPM/common/countries/Cuba.txt @@ -2,198 +2,198 @@ color = { 87 92 104 } graphical_culture = Generic party = { - name = "CUB_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CUB_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CUB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CUB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CUB_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CUB_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CUB_liberal_2" - start_date = 1868.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CUB_liberal_2" + start_date = 1868.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CUB_conservative_2" - start_date = 1902.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CUB_conservative_2" + start_date = 1902.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CUB_conservative_3" - start_date = 1902.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CUB_conservative_3" + start_date = 1902.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CUB_liberal_3" - start_date = 1902.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CUB_liberal_3" + start_date = 1902.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CUB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CUB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CUB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CUB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CUB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CUB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CUB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CUB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Antonio Maceo" "Bartolomé Masó" "Carlos M. de Céspedes" "Carlos Roloff" "Héroes de Cuba" "José Martí" "Máximo Gómez" "Salvador Cisneros" "Serafín Sánchez" "Tomás Estrada" - } - ironclad = { - Baconao Buenavista Cauto "Diego Velázquez" "Isla de Pinos" Máximo "Sierra Cristal" "Sierra del Rosario" Toa Turquino - } - manowar = { - Alísio "Estrella de los Mares" Guerrera "San Carlos" "San Fernando" "San Juan" Santiago Valentía Ventura Victoria - } - cruiser = { - Caribe Cuba Florida Guajiro "Isla Fernandina" "Isla Juana" "José Antonio Aponte" "Joya del Caribe" "Nicolás Morales" Patria - } - frigate = { - "Calixto García" Constitución "Félix Varela" "Grito de Yara" Independencia "Joaquín Infante" "José F. Lemus" "José Mª Heredia" Libertad República - } - monitor = { - Camagüey Cienfuegos Guantánamo Júpiter Marte Neptuno Plutón "Santa Clara" "Santiago de Cuba" Vulcano - } - clipper_transport = { - Ambición Baltasar Caoba Cocodrilo Coral Defensora Deseada Estrella Ferminia Garza - Gaspar Grande Mambi Manzanillo Melchor Perla "San José" "Santa María" Teca Tocororo - } - steam_transport = { - Ambición Baltasar Caoba Cocodrilo Coral Defensora Deseada Estrella Ferminia Garza - Gaspar Grande Mambi Manzanillo Melchor Perla "San José" "Santa María" Teca Tocororo - } - commerce_raider = { - Agramonte Araña "Diez de Octubre" Guaimaro Habana Matanzas "Pilar del Río" Tarántula "Veinticuatro de Febrero" Yara - } -} \ No newline at end of file + dreadnought = { + "Antonio Maceo" "Bartolomé Masó" "Carlos M. de Céspedes" "Carlos Roloff" "Héroes de Cuba" "José Martí" "Máximo Gómez" "Salvador Cisneros" "Serafín Sánchez" "Tomás Estrada" + } + ironclad = { + Baconao Buenavista Cauto "Diego Velázquez" "Isla de Pinos" Máximo "Sierra Cristal" "Sierra del Rosario" Toa Turquino + } + manowar = { + Alísio "Estrella de los Mares" Guerrera "San Carlos" "San Fernando" "San Juan" Santiago Valentía Ventura Victoria + } + cruiser = { + Caribe Cuba Florida Guajiro "Isla Fernandina" "Isla Juana" "José Antonio Aponte" "Joya del Caribe" "Nicolás Morales" Patria + } + frigate = { + "Calixto García" Constitución "Félix Varela" "Grito de Yara" Independencia "Joaquín Infante" "José F. Lemus" "José Mª Heredia" Libertad República + } + monitor = { + Camagüey Cienfuegos Guantánamo Júpiter Marte Neptuno Plutón "Santa Clara" "Santiago de Cuba" Vulcano + } + clipper_transport = { + Ambición Baltasar Caoba Cocodrilo Coral Defensora Deseada Estrella Ferminia Garza + Gaspar Grande Mambi Manzanillo Melchor Perla "San José" "Santa María" Teca Tocororo + } + steam_transport = { + Ambición Baltasar Caoba Cocodrilo Coral Defensora Deseada Estrella Ferminia Garza + Gaspar Grande Mambi Manzanillo Melchor Perla "San José" "Santa María" Teca Tocororo + } + commerce_raider = { + Agramonte Araña "Diez de Octubre" Guaimaro Habana Matanzas "Pilar del Río" Tarántula "Veinticuatro de Febrero" Yara + } +} diff --git a/HPM/common/countries/Cyprus.txt b/HPM/common/countries/Cyprus.txt index faaf9760..84e3dede 100644 --- a/HPM/common/countries/Cyprus.txt +++ b/HPM/common/countries/Cyprus.txt @@ -2,138 +2,138 @@ color = { 78 75 39 } graphical_culture = Generic party = { - name = "CYP_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CYP_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CYP_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CYP_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CYP_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYP_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CYP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CYP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CYP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias - } - ironclad = { - Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" - } - manowar = { - "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof - } - cruiser = { - "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí - } - frigate = { - Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus - } - monitor = { - Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Aetos Ierax Leon Panthir Ifestos Nicosia Larnaca Paphos Kyrenia Kyprianos Kition - } + dreadnought = { + Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias + } + ironclad = { + Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" + } + manowar = { + "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof + } + cruiser = { + "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí + } + frigate = { + Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus + } + monitor = { + Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Aetos Ierax Leon Panthir Ifestos Nicosia Larnaca Paphos Kyrenia Kyprianos Kition + } } diff --git a/HPM/common/countries/Cyrenaica.txt b/HPM/common/countries/Cyrenaica.txt index 3c10a8a7..24b890e4 100644 --- a/HPM/common/countries/Cyrenaica.txt +++ b/HPM/common/countries/Cyrenaica.txt @@ -3,140 +3,140 @@ absolute_monarchy = { 71 31 12 } graphical_culture = MiddleEasternGC party = { - name = "CYR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CYR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CYR_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CYR_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CYR_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CYR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CYR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CYR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" - "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" - } - manowar = { - "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan - "Al-Fayyum" Khartum Qusayr Suways Minya - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" + "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" + } + manowar = { + "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan + "Al-Fayyum" Khartum Qusayr Suways Minya + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Czechoslovakia.txt b/HPM/common/countries/Czechoslovakia.txt index 555ffff8..c8812739 100644 --- a/HPM/common/countries/Czechoslovakia.txt +++ b/HPM/common/countries/Czechoslovakia.txt @@ -2,136 +2,136 @@ color = { 43 89 202} graphical_culture = Generic party = { - name = "CZH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CZH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CZH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CZH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CZH_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CZH_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CZH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CZH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CZH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CZH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CZH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CZH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CZH_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CZH_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Jan Hus" "Karel IV" "Prokop Veliký" "Anton Bernolák" "Ludovít Štúr" - } - ironclad = { - Praha Brno Ostrava Bratislava Košice - } - manowar = { - Milešovka Lovos Hazmburk Beskydok "Gerlachovský štít" - } - cruiser = { - Jizera Metuje Morava Hron Bodrog - } - frigate = { - "Jan Dismas Zelenka" "Šimon Brixi" "František Tuma" "Ján Šimbracký" "Zachariáš Zarewutius" - } - monitor = { - "Petr Brandl" "Václav Hollar" "Jan Jahn" "Majster košického oltára" "Josef Czauczik" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Pražský hrad" Vyšehrad Zbraslav "Bojnický zámok" "Bratislavsky hrad" - } -} \ No newline at end of file + dreadnought = { + "Jan Hus" "Karel IV" "Prokop Veliký" "Anton Bernolák" "Ludovít Štúr" + } + ironclad = { + Praha Brno Ostrava Bratislava Košice + } + manowar = { + Milešovka Lovos Hazmburk Beskydok "Gerlachovský štít" + } + cruiser = { + Jizera Metuje Morava Hron Bodrog + } + frigate = { + "Jan Dismas Zelenka" "Šimon Brixi" "František Tuma" "Ján Šimbracký" "Zachariáš Zarewutius" + } + monitor = { + "Petr Brandl" "Václav Hollar" "Jan Jahn" "Majster košického oltára" "Josef Czauczik" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Pražský hrad" Vyšehrad Zbraslav "Bojnický zámok" "Bratislavsky hrad" + } +} diff --git a/HPM/common/countries/D01.txt b/HPM/common/countries/D01.txt index d8d5b578..497c3e1b 100644 --- a/HPM/common/countries/D01.txt +++ b/HPM/common/countries/D01.txt @@ -2,110 +2,110 @@ color = { 187 79 86 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D02.txt b/HPM/common/countries/D02.txt index 5ac4c10d..97e59924 100644 --- a/HPM/common/countries/D02.txt +++ b/HPM/common/countries/D02.txt @@ -2,110 +2,110 @@ color = { 69 157 208 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D03.txt b/HPM/common/countries/D03.txt index c33e235b..18ebed7d 100644 --- a/HPM/common/countries/D03.txt +++ b/HPM/common/countries/D03.txt @@ -2,110 +2,110 @@ color= { 197 92 106 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D04.txt b/HPM/common/countries/D04.txt index d021a40e..b1b8f84f 100644 --- a/HPM/common/countries/D04.txt +++ b/HPM/common/countries/D04.txt @@ -2,110 +2,110 @@ color = { 122 179 97 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D05.txt b/HPM/common/countries/D05.txt index e9da6c8a..b15305dc 100644 --- a/HPM/common/countries/D05.txt +++ b/HPM/common/countries/D05.txt @@ -2,110 +2,110 @@ color = { 194 140 86 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D06.txt b/HPM/common/countries/D06.txt index 35e044ae..de705f2f 100644 --- a/HPM/common/countries/D06.txt +++ b/HPM/common/countries/D06.txt @@ -2,110 +2,110 @@ color= { 195 149 155 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D07.txt b/HPM/common/countries/D07.txt index e3adaf3e..7479b378 100644 --- a/HPM/common/countries/D07.txt +++ b/HPM/common/countries/D07.txt @@ -2,110 +2,110 @@ color = { 210 106 47 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D08.txt b/HPM/common/countries/D08.txt index 0e27eced..9fcc53bf 100644 --- a/HPM/common/countries/D08.txt +++ b/HPM/common/countries/D08.txt @@ -2,110 +2,110 @@ color= { 154 69 116 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D09.txt b/HPM/common/countries/D09.txt index 96ea1798..f6212d47 100644 --- a/HPM/common/countries/D09.txt +++ b/HPM/common/countries/D09.txt @@ -2,110 +2,110 @@ color = { 137 183 124 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D10.txt b/HPM/common/countries/D10.txt index d1a14955..52f56b6a 100644 --- a/HPM/common/countries/D10.txt +++ b/HPM/common/countries/D10.txt @@ -2,110 +2,110 @@ color = { 124 140 162 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D11.txt b/HPM/common/countries/D11.txt index 42484ab7..f2ecc63d 100644 --- a/HPM/common/countries/D11.txt +++ b/HPM/common/countries/D11.txt @@ -2,110 +2,110 @@ color= { 69 157 208 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D12.txt b/HPM/common/countries/D12.txt index 579f2292..b9f443c2 100644 --- a/HPM/common/countries/D12.txt +++ b/HPM/common/countries/D12.txt @@ -2,110 +2,110 @@ color = { 17 16 203 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D13.txt b/HPM/common/countries/D13.txt index fc268ed2..605e5291 100644 --- a/HPM/common/countries/D13.txt +++ b/HPM/common/countries/D13.txt @@ -2,110 +2,110 @@ color = { 219 124 139 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D14.txt b/HPM/common/countries/D14.txt index b742c440..b9af78c8 100644 --- a/HPM/common/countries/D14.txt +++ b/HPM/common/countries/D14.txt @@ -2,110 +2,110 @@ color= { 194 140 86 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D15.txt b/HPM/common/countries/D15.txt index 53b16a00..3bd961cf 100644 --- a/HPM/common/countries/D15.txt +++ b/HPM/common/countries/D15.txt @@ -2,110 +2,110 @@ color = { 184 193 89 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D16.txt b/HPM/common/countries/D16.txt index e95b077d..53e0ef43 100644 --- a/HPM/common/countries/D16.txt +++ b/HPM/common/countries/D16.txt @@ -2,110 +2,110 @@ color = { 144 52 53 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D17.txt b/HPM/common/countries/D17.txt index cd0633aa..18d247a5 100644 --- a/HPM/common/countries/D17.txt +++ b/HPM/common/countries/D17.txt @@ -2,110 +2,110 @@ color= { 124 140 162 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D18.txt b/HPM/common/countries/D18.txt index 5ac4c10d..97e59924 100644 --- a/HPM/common/countries/D18.txt +++ b/HPM/common/countries/D18.txt @@ -2,110 +2,110 @@ color = { 69 157 208 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D19.txt b/HPM/common/countries/D19.txt index 6fb88a9c..57f7e447 100644 --- a/HPM/common/countries/D19.txt +++ b/HPM/common/countries/D19.txt @@ -2,110 +2,110 @@ color = { 101 102 163 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D20.txt b/HPM/common/countries/D20.txt index cbae9f6d..ad5da8bf 100644 --- a/HPM/common/countries/D20.txt +++ b/HPM/common/countries/D20.txt @@ -2,110 +2,110 @@ color= { 219 124 139 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D21.txt b/HPM/common/countries/D21.txt index 7ac033d3..ce549a05 100644 --- a/HPM/common/countries/D21.txt +++ b/HPM/common/countries/D21.txt @@ -2,110 +2,110 @@ color = { 154 69 116 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D22.txt b/HPM/common/countries/D22.txt index 5c1a53c5..237ace04 100644 --- a/HPM/common/countries/D22.txt +++ b/HPM/common/countries/D22.txt @@ -2,110 +2,110 @@ color = { 89 140 176 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D23.txt b/HPM/common/countries/D23.txt index dc587afb..0dd7815c 100644 --- a/HPM/common/countries/D23.txt +++ b/HPM/common/countries/D23.txt @@ -2,110 +2,110 @@ color= { 144 52 53 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D24.txt b/HPM/common/countries/D24.txt index 181f88f6..e50c6752 100644 --- a/HPM/common/countries/D24.txt +++ b/HPM/common/countries/D24.txt @@ -2,110 +2,110 @@ color = { 195 149 155 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D25.txt b/HPM/common/countries/D25.txt index cfe38253..f959710b 100644 --- a/HPM/common/countries/D25.txt +++ b/HPM/common/countries/D25.txt @@ -2,110 +2,110 @@ color = { 236 159 89 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D26.txt b/HPM/common/countries/D26.txt index 8e96fc05..1e81ae35 100644 --- a/HPM/common/countries/D26.txt +++ b/HPM/common/countries/D26.txt @@ -2,110 +2,110 @@ color= { 101 102 163 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D27.txt b/HPM/common/countries/D27.txt index 4e328d35..77341ec0 100644 --- a/HPM/common/countries/D27.txt +++ b/HPM/common/countries/D27.txt @@ -2,110 +2,110 @@ color = { 197 92 106 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D28.txt b/HPM/common/countries/D28.txt index f29b0b6d..1a804e2e 100644 --- a/HPM/common/countries/D28.txt +++ b/HPM/common/countries/D28.txt @@ -2,110 +2,110 @@ color = { 94 117 55 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D29.txt b/HPM/common/countries/D29.txt index 7572a0fa..a3296096 100644 --- a/HPM/common/countries/D29.txt +++ b/HPM/common/countries/D29.txt @@ -2,110 +2,110 @@ color= { 89 140 176 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D30.txt b/HPM/common/countries/D30.txt index 8126c565..d263c6fc 100644 --- a/HPM/common/countries/D30.txt +++ b/HPM/common/countries/D30.txt @@ -2,110 +2,110 @@ color = { 80 79 88 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D31.txt b/HPM/common/countries/D31.txt index 8dfb792b..79c50acf 100644 --- a/HPM/common/countries/D31.txt +++ b/HPM/common/countries/D31.txt @@ -2,110 +2,110 @@ color = { 129 177 125 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D32.txt b/HPM/common/countries/D32.txt index 988c44b7..5df49018 100644 --- a/HPM/common/countries/D32.txt +++ b/HPM/common/countries/D32.txt @@ -2,110 +2,110 @@ color= { 236 159 89 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D33.txt b/HPM/common/countries/D33.txt index 10bb736b..71fa675e 100644 --- a/HPM/common/countries/D33.txt +++ b/HPM/common/countries/D33.txt @@ -2,110 +2,110 @@ color = { 99 137 153 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D34.txt b/HPM/common/countries/D34.txt index ebd1e0ea..5e34a3ef 100644 --- a/HPM/common/countries/D34.txt +++ b/HPM/common/countries/D34.txt @@ -2,110 +2,110 @@ color = { 255 87 127 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D35.txt b/HPM/common/countries/D35.txt index 7b7f118a..8f0a9340 100644 --- a/HPM/common/countries/D35.txt +++ b/HPM/common/countries/D35.txt @@ -2,110 +2,110 @@ color= { 94 117 55 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D36.txt b/HPM/common/countries/D36.txt index b1307782..a8a8c015 100644 --- a/HPM/common/countries/D36.txt +++ b/HPM/common/countries/D36.txt @@ -2,110 +2,110 @@ color = { 183 176 194 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D37.txt b/HPM/common/countries/D37.txt index e8ea1fbd..e1bf8e9f 100644 --- a/HPM/common/countries/D37.txt +++ b/HPM/common/countries/D37.txt @@ -2,110 +2,110 @@ color= { 129 177 125 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D38.txt b/HPM/common/countries/D38.txt index fa62a320..b7fcefb1 100644 --- a/HPM/common/countries/D38.txt +++ b/HPM/common/countries/D38.txt @@ -2,110 +2,110 @@ color = { 83 149 105 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D39.txt b/HPM/common/countries/D39.txt index 10bb736b..71fa675e 100644 --- a/HPM/common/countries/D39.txt +++ b/HPM/common/countries/D39.txt @@ -2,110 +2,110 @@ color = { 99 137 153 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D40.txt b/HPM/common/countries/D40.txt index 22096b3f..1539a6b1 100644 --- a/HPM/common/countries/D40.txt +++ b/HPM/common/countries/D40.txt @@ -2,110 +2,110 @@ color= { 193 26 14 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D41.txt b/HPM/common/countries/D41.txt index 1f7e7a17..e4c86659 100644 --- a/HPM/common/countries/D41.txt +++ b/HPM/common/countries/D41.txt @@ -2,110 +2,110 @@ color = { 193 26 14 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D42.txt b/HPM/common/countries/D42.txt index ed2b264e..83c62b35 100644 --- a/HPM/common/countries/D42.txt +++ b/HPM/common/countries/D42.txt @@ -2,110 +2,110 @@ color = { 126 203 120 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D43.txt b/HPM/common/countries/D43.txt index 9b0c0594..85414860 100644 --- a/HPM/common/countries/D43.txt +++ b/HPM/common/countries/D43.txt @@ -2,110 +2,110 @@ color= { 83 149 105 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D44.txt b/HPM/common/countries/D44.txt index 16094176..d250170b 100644 --- a/HPM/common/countries/D44.txt +++ b/HPM/common/countries/D44.txt @@ -2,110 +2,110 @@ color = { 48 164 51 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D45.txt b/HPM/common/countries/D45.txt index 276d4d1b..0a76df5a 100644 --- a/HPM/common/countries/D45.txt +++ b/HPM/common/countries/D45.txt @@ -2,110 +2,110 @@ color = { 152 85 92 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D46.txt b/HPM/common/countries/D46.txt index 29d6eb50..f46d8554 100644 --- a/HPM/common/countries/D46.txt +++ b/HPM/common/countries/D46.txt @@ -2,110 +2,110 @@ color= { 107 170 77 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D47.txt b/HPM/common/countries/D47.txt index b7d191e6..2dd733ef 100644 --- a/HPM/common/countries/D47.txt +++ b/HPM/common/countries/D47.txt @@ -2,110 +2,110 @@ color = { 112 150 105 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D48.txt b/HPM/common/countries/D48.txt index d6d61863..aa0268ec 100644 --- a/HPM/common/countries/D48.txt +++ b/HPM/common/countries/D48.txt @@ -2,110 +2,110 @@ color = { 161 126 128 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D49.txt b/HPM/common/countries/D49.txt index b9646337..51c42c9c 100644 --- a/HPM/common/countries/D49.txt +++ b/HPM/common/countries/D49.txt @@ -2,110 +2,110 @@ color= { 80 79 88 } graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/D50.txt b/HPM/common/countries/D50.txt index 8d1a8699..0d33fa1f 100644 --- a/HPM/common/countries/D50.txt +++ b/HPM/common/countries/D50.txt @@ -2,110 +2,110 @@ color = { 181 72 106 } #randomise graphical_culture = EuropeanGC # inherit party = { - name = "dominion_conservative" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "dominion_conservative" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "dominion_reactionary" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_reactionary" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "dominion_liberal" - start_date = 1835.1.1 - end_date = 1937.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_liberal" + start_date = 1835.1.1 + end_date = 1937.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "dominion_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "dominion_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "dominion_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "dominion_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "dominion_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - #inherit -} \ No newline at end of file + #inherit +} diff --git a/HPM/common/countries/Dagestan.txt b/HPM/common/countries/Dagestan.txt index 85fe9f9c..d1052ca6 100644 --- a/HPM/common/countries/Dagestan.txt +++ b/HPM/common/countries/Dagestan.txt @@ -2,156 +2,156 @@ color = { 56 232 32 } graphical_culture = MiddleEasternGC party = { - name = "DAG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "DAG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "DAG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAG_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAG_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - } - ironclad = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - manowar = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - cruiser = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - frigate = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - monitor = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh - - Ganja Quba Shaki Talysh Erivan Nakchivan - - } -} \ No newline at end of file + dreadnought = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + } + ironclad = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + manowar = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + cruiser = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + frigate = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + monitor = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Dagestan "Sheikh Shamil" "Hadji Murad" Mahackale "Hasan Zardabi" "Fatali Akhundov" Mammadguluzadeh "Mirza Alakbar Sabir" Narimanov Baku Shirvan Karabakh + + Ganja Quba Shaki Talysh Erivan Nakchivan + + } +} diff --git a/HPM/common/countries/Dahomey.txt b/HPM/common/countries/Dahomey.txt index 259c5ba5..05102ca7 100644 --- a/HPM/common/countries/Dahomey.txt +++ b/HPM/common/countries/Dahomey.txt @@ -2,183 +2,183 @@ color = { 188 92 47 } graphical_culture = AfricanGC party = { - name = "DAH_conservative" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DAH_conservative" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DAH_conservative_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DAH_conservative_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DAH_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAH_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAH_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAH_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAH_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAH_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAH_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAH_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Dai Viet.txt b/HPM/common/countries/Dai Viet.txt index 6e030be1..c797497a 100644 --- a/HPM/common/countries/Dai Viet.txt +++ b/HPM/common/countries/Dai Viet.txt @@ -2,150 +2,150 @@ color = { 136 117 90 } graphical_culture = AsianGC party = { - name = "DAI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DAI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DAI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - ironclad = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - manowar = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - cruiser = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - frigate = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - monitor = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" - "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" - "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" - } -} \ No newline at end of file + dreadnought = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + ironclad = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + manowar = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + cruiser = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + frigate = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + monitor = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Tran Canh" "Tran Hoang" "Tran Khâm" "Tran Thuyên" "Tran Manh" "Tran Vuong" "Tran Hao" "Duong Nhat Le" + "Tran Phu" "Tran Kính" "Tran Hien" "Tran Ngung" "Tran An" "Thái Tông" "Thánh Tông" "Nhân Tông" "Anh Tông" "Minh Tông" + "Hien Tông" "Du Tông" "Nghe Tông" "Due Tông" "Thuan Tông" + } +} diff --git a/HPM/common/countries/Dakota.txt b/HPM/common/countries/Dakota.txt index 81e09ba1..fe33bc4b 100644 --- a/HPM/common/countries/Dakota.txt +++ b/HPM/common/countries/Dakota.txt @@ -2,143 +2,143 @@ color = { 105 145 40 } graphical_culture = Generic party = { - name = "DAK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DAK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DAK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - ironclad = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - manowar = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - cruiser = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - frigate = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - monitor = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } -} \ No newline at end of file + dreadnought = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + ironclad = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + manowar = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + cruiser = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + frigate = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + monitor = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } +} diff --git a/HPM/common/countries/Dalmatia.txt b/HPM/common/countries/Dalmatia.txt index 412ae216..fe757ae9 100644 --- a/HPM/common/countries/Dalmatia.txt +++ b/HPM/common/countries/Dalmatia.txt @@ -2,138 +2,138 @@ color = { 123 141 186 } graphical_culture = EuropeanGC party = { - name = "CRO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CRO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CRO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "CRO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "CRO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CRO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CRO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CRO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CRO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CRO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CRO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Hrvatska "Maksimilijan Vrhovac" "Ilirski pokret" Slavonija Zagreb - } - ironclad = { - Osijek "Janko Draškovic" "Antun Mihanovic" "Ljudevit Gaj" Rijeka - } - manowar = { - Sava Drava Kupa Korana Cesma - } - cruiser = { - "Ivan Lupis" "Janko Vukovic" "Matija Politeo" "Ante Tresic Pavicic" Branimir - } - frigate = { - Dinara Kamešnica Biokovo Velebit Plješevica - } - monitor = { - Dubrovnik Ragusa Split Pula Gospic - - } - clipper_transport = { - - - } - steam_transport = { - - } - commerce_raider = { - Krk Brijuni Lošinj Cres Ilovik - } -} \ No newline at end of file + dreadnought = { + Hrvatska "Maksimilijan Vrhovac" "Ilirski pokret" Slavonija Zagreb + } + ironclad = { + Osijek "Janko Draškovic" "Antun Mihanovic" "Ljudevit Gaj" Rijeka + } + manowar = { + Sava Drava Kupa Korana Cesma + } + cruiser = { + "Ivan Lupis" "Janko Vukovic" "Matija Politeo" "Ante Tresic Pavicic" Branimir + } + frigate = { + Dinara Kamešnica Biokovo Velebit Plješevica + } + monitor = { + Dubrovnik Ragusa Split Pula Gospic + + } + clipper_transport = { + + + } + steam_transport = { + + } + commerce_raider = { + Krk Brijuni Lošinj Cres Ilovik + } +} diff --git a/HPM/common/countries/Damagaram.txt b/HPM/common/countries/Damagaram.txt index 8f8176e7..76747708 100644 --- a/HPM/common/countries/Damagaram.txt +++ b/HPM/common/countries/Damagaram.txt @@ -2,138 +2,138 @@ color = { 204 82 0 } graphical_culture = AfricanGC party = { - name = "DAM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "DAM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "DAM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Danubian Federation.txt b/HPM/common/countries/Danubian Federation.txt index 2e3a749e..3c310e97 100644 --- a/HPM/common/countries/Danubian Federation.txt +++ b/HPM/common/countries/Danubian Federation.txt @@ -2,278 +2,278 @@ color = { 232 75 56 } graphical_culture = AustriaHungaryGC party = { - name = "AUS_conservative" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_2" - start_date = 1836.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_2" + start_date = 1836.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_reactionary" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_reactionary" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "AUS_socialist" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "AUS_liberal" - start_date = 1836.1.1 - end_date = 1867.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal" + start_date = 1836.1.1 + end_date = 1867.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_conservative_3" - start_date = 1848.1.1 - end_date = 1867.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_3" + start_date = 1848.1.1 + end_date = 1867.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_conservative_4" - start_date = 1867.1.1 - end_date = 1879.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_conservative_4" + start_date = 1867.1.1 + end_date = 1879.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AUS_socialist_2" - start_date = 1867.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_2" + start_date = 1867.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "AUS_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "AUS_conservative_5" - start_date = 1879.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AUS_conservative_5" + start_date = 1879.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AUS_liberal_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AUS_liberal_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AUS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_socialist_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AUS_socialist_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } #Same as for Austria unit_names = { - dreadnought = { - "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" - "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" - "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" - "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" - "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" - } - battleship = { - Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi - } - ironclad = { - "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" - "Szamos" "Körös" "Réka" "Gäa" "Gigant" - } - manowar = { - "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" - "Kaiserin Maria Theresia" "Radetzky" - } - cruiser = { - "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" - "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" - "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" - "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" - "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" - "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" - } - frigate = { - "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" - "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" - } - monitor = { - "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" - "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" - "Aquila" "Sterneck" - } - clipper_transport = { - "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" - "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" - "9. Klipperflottille" "10. Klipperflottille" - } - steam_transport = { - } - commerce_raider = { - "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" - "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" - "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" - } -} \ No newline at end of file + dreadnought = { + "Kaiser Max" "Don Juan D'Austria" "Austria" "Hungary" "Budapest" "Wien" "Praha" + "Erz. Karl" "Erz. Ferndinand Max" "Erz. Friedrich" "K. Erz. Stephanie" "K. Erz. Rudolf" + "Szent László" "Monarch" "Arpad" "Babenburg" "Custoza" "Kaiser Franz I" "Kaiser Karl V" + "Kaiser Franz Joseph II" "Kaiserin Maria Theresia" "Erz. Franz Ferdinand" "Radetzky" + "Zrinyi" "Viribis Unitis" "Tegetthoff" "Prinz Eugen" "Prinz Metternich" "Szent Istvan" + } + battleship = { + Habsburg Árpád Babenburg "Erzherzog Karl" "Erzherzog Friedrich" "Erzherzog Ferdinand Max" "Erzherzog Franz Ferdinand" Radetzky Zrínyi + } + ironclad = { + "Hum" "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" "Principesse Augusta" "Maros" "Leitha" + "Szamos" "Körös" "Réka" "Gäa" "Gigant" + } + manowar = { + "Habsburg" "Viribus Unitis" "Ferdinand Max" "Aquila" "Montecuccoli" "Sterneck" + "Kaiserin Maria Theresia" "Radetzky" + } + cruiser = { + "Habsburg" "Kaiser Karl IV" "Sankt Georg" "Admiral Spaun" "Saida" "Helgoland" + "Novara" "Donau" "Laudon" "Minerva" "Tiger" "Leopold" "Panther" "Csepel" "Dukla" + "Kaiman" "Zenta" "Szigetvár" "Aspern" "Boa" "Pluto" "Zenta" "Uzsok" "Ulan" "Warasdiner" + "Streiter" "Schrafschutze" "Wildfang" "Höchstädt" "Schwarzenberg" "Frundsberg" + "Kaiserin Elizabeth" "Kaiser Franz Joseph I" "Aurora" "Inn" "Pola" "Triest" + "Lissa" "Tatra" "Triglav" "Balaton" "Csepel" "Huszár" + } + frigate = { + "Guerriera" "Bellona" "Medea" "Venus" "Admiral Spaun" "Kaiserin Elisabeth" "Saida" + "Sankt Georg" "Austria" "Schwarzenberg" "Aurora" "Donau" "Inn" "Pola" "Triest" + } + monitor = { + "Principesse Augusta" "Maros" "Leitha" "Szamos" "Körös" "Réka" "Gäa" "Gigant" "Hum" + "Trabant" "Taurus" "Vesta" "Dalmat" "Camälion" "Kopernik" "Drach" "Salamander" + "Aquila" "Sterneck" + } + clipper_transport = { + "1. Klipperflottille" "2. Klipperflottille" "3. Klipperflottille" "4. Klipperflottille" + "5. Klipperflottille" "6. Klipperflottille" "7. Klipperflottille" "8. Klipperflottille" + "9. Klipperflottille" "10. Klipperflottille" + } + steam_transport = { + } + commerce_raider = { + "Novara" "Schwarzenberg" "Helgoland" "Frundsberg" "Aurora" "Saida" "Nautilus" + "Albatros" "Donau" "Lacroma" "Lika" "Principesse Augusta" "Austria" + "Saida" "Maria Theresia" "Höchstädt" "Falke" "Adler" "Delphin" + } +} diff --git a/HPM/common/countries/Danzig.txt b/HPM/common/countries/Danzig.txt index 060a9077..f91ec541 100644 --- a/HPM/common/countries/Danzig.txt +++ b/HPM/common/countries/Danzig.txt @@ -2,232 +2,232 @@ color = { 78 129 151 } graphical_culture = EuropeanGC party = { - name = "DZG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "DZG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "DZG_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "DZG_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "DZG_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "DZG_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "DZG_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DZG_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DZG_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DZG_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DZG_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DZG_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DZG_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DZG_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DZG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DZG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DZG_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DZG_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DZG_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DZG_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DZG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DZG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DZG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DZG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DZG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DZG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - } - ironclad = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } - manowar = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } - cruiser = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } - frigate = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } - monitor = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" - - } + dreadnought = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + } + ironclad = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } + manowar = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } + cruiser = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } + frigate = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } + monitor = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Danzig Hansa "Peter von Danzig" Pommerellen Elbing "Paul Beneke" Kopernikus Kalckreuth Arnswalde Dirschau Stargard Teutonicus Marienwerder Thorn "Georg Giese" + + } } diff --git a/HPM/common/countries/Darfur.txt b/HPM/common/countries/Darfur.txt index 28864237..e44f7dc2 100644 --- a/HPM/common/countries/Darfur.txt +++ b/HPM/common/countries/Darfur.txt @@ -2,138 +2,138 @@ color = { 84 75 91 } graphical_culture = AfricanGC party = { - name = "DAR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } +} diff --git a/HPM/common/countries/Dendi.txt b/HPM/common/countries/Dendi.txt index 45c79e1b..4d50d34c 100644 --- a/HPM/common/countries/Dendi.txt +++ b/HPM/common/countries/Dendi.txt @@ -2,138 +2,138 @@ color = { 255 191 191 } graphical_culture = AfricanGC party = { - name = "DND_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DND_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DND_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "DND_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "DND_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DND_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DND_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DND_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DND_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DND_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DND_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DND_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DND_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DND_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Denmark.txt b/HPM/common/countries/Denmark.txt index 9ae8e89c..ac50e17d 100644 --- a/HPM/common/countries/Denmark.txt +++ b/HPM/common/countries/Denmark.txt @@ -2,153 +2,153 @@ color = { 172 70 66 } graphical_culture = EuropeanGC party = { - name = "DAN_liberal" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "DAN_liberal" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "DAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_liberal_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_liberal_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf - } - ironclad = { - Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon - } - manowar = { - "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik - } - cruiser = { - Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen - } - frigate = { - Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota - } - monitor = { - Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg - } -} \ No newline at end of file + dreadnought = { + "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf + } + ironclad = { + Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon + } + manowar = { + "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik + } + cruiser = { + Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen + } + frigate = { + Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota + } + monitor = { + Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg + } +} diff --git a/HPM/common/countries/Deseret.txt b/HPM/common/countries/Deseret.txt index 4561037b..a6d41c9c 100644 --- a/HPM/common/countries/Deseret.txt +++ b/HPM/common/countries/Deseret.txt @@ -2,148 +2,148 @@ color = { 228 237 55 } graphical_culture = UsGC party = { - name = "DES_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "DES_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "DES_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DES_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DES_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DES_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DES_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DES_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DES_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DES_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DES_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DES_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DES_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DES_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - } - ironclad = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - - } - manowar = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - } - cruiser = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - - } - frigate = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - - } - monitor = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni - "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" - - } -} \ No newline at end of file + dreadnought = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + } + ironclad = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + + } + manowar = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + } + cruiser = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + + } + frigate = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + + } + monitor = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Brigham Young" "Joseph Smith" Deseret Zion "St. John the Baptist" "Saint Peter" "Saint James" "Saint John" Moroni + "New Jerusalem" Nimrod Zedekiah Gideon "The Holy Spirit" "The Apostle" + + } +} diff --git a/HPM/common/countries/Dominican Republic.txt b/HPM/common/countries/Dominican Republic.txt index 485f49d6..1068a1a9 100644 --- a/HPM/common/countries/Dominican Republic.txt +++ b/HPM/common/countries/Dominican Republic.txt @@ -1,243 +1,243 @@ color = { 93 194 122 } graphical_culture = Generic party = { - name = "DOM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_conservative" - start_date = 1830.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "DOM_conservative" + start_date = 1830.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "DOM_conservative_2" - start_date = 1830.1.1 - end_date = 1858.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_conservative_2" + start_date = 1830.1.1 + end_date = 1858.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DOM_liberal_2" - start_date = 1844.1.1 - end_date = 1899.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_liberal_2" + start_date = 1844.1.1 + end_date = 1899.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_conservative_3" - start_date = 1849.1.1 - end_date = 1899.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_conservative_3" + start_date = 1849.1.1 + end_date = 1899.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_liberal_3" - start_date = 1861.1.1 - end_date = 1865.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "DOM_liberal_3" + start_date = 1861.1.1 + end_date = 1865.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "DOM_liberal_4" - start_date = 1874.1.1 - end_date = 1899.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "DOM_liberal_4" + start_date = 1874.1.1 + end_date = 1899.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "DOM_liberal_5" - start_date = 1899.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DOM_liberal_5" + start_date = 1899.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DOM_conservative_4" - start_date = 1899.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DOM_conservative_4" + start_date = 1899.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DOM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "DOM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DOM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DOM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DOM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DOM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DOM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Francisco del Rosario" "Gregorio Luperón" "Hermanos de la Concha" "Hermanos Puello" "Juan A. Acosta" "Juan B. Cambiaso" "Juan B. Maggiolo" "Juan Pablo Duarte" "Matías R. Mella" "Vicente C. Duarte" - } - ironclad = { - Bahoruco Desolación Destrucción "El Pavor" "El Terror" "La Bombarda" Neiba Samana "Siete Cabezas" Yamasa - } - manowar = { - Cibao "Diecinueve de Marzo" "La Merced" Leonor Libertad "María Chica" "Separación Dominicana" "Siete de Julio" "Veintisiete de Febrero" Victoria - } - cruiser = { - Barahona Duarte Independencia "La Vega" Montecristi "Puerto Plata" Restauración "San Cristóbal" "Sánchez Ramírez" "Santo Domingo" - } - frigate = { - "Cristóbal Colón" "Diego de Ocampo" Dios "Grito de Capoyillo" "La Española" Libertad Patria Taíno "Trabucazo de Mella" Trinitaria - } - monitor = { - Azua Beller "El Memiso" "El Número" "La Estrelleta" "Las Carreras" "Puerto Tortuguero" "Sabana Larga" Santiago Santomé - } - clipper_transport = { - Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota - Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna - } - steam_transport = { - Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota - Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna - } - commerce_raider = { - Agustina Boba Dejabón Desesperación Incontrolable Josefa Juana Julia Nigua Ocoa - } -} \ No newline at end of file + dreadnought = { + "Francisco del Rosario" "Gregorio Luperón" "Hermanos de la Concha" "Hermanos Puello" "Juan A. Acosta" "Juan B. Cambiaso" "Juan B. Maggiolo" "Juan Pablo Duarte" "Matías R. Mella" "Vicente C. Duarte" + } + ironclad = { + Bahoruco Desolación Destrucción "El Pavor" "El Terror" "La Bombarda" Neiba Samana "Siete Cabezas" Yamasa + } + manowar = { + Cibao "Diecinueve de Marzo" "La Merced" Leonor Libertad "María Chica" "Separación Dominicana" "Siete de Julio" "Veintisiete de Febrero" Victoria + } + cruiser = { + Barahona Duarte Independencia "La Vega" Montecristi "Puerto Plata" Restauración "San Cristóbal" "Sánchez Ramírez" "Santo Domingo" + } + frigate = { + "Cristóbal Colón" "Diego de Ocampo" Dios "Grito de Capoyillo" "La Española" Libertad Patria Taíno "Trabucazo de Mella" Trinitaria + } + monitor = { + Azua Beller "El Memiso" "El Número" "La Estrelleta" "Las Carreras" "Puerto Tortuguero" "Sabana Larga" Santiago Santomé + } + clipper_transport = { + Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota + Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna + } + steam_transport = { + Bajabonico Boa Carey Carpintero Cocodrilo Cotorra "Culebra Verde" Enriquillo Flamenco Gaviota + Higuamo Limóm Ozama Romana "San Juan" Soco "Yaque del Norte" "Yaque del Sur" Yuma Yuna + } + commerce_raider = { + Agustina Boba Dejabón Desesperación Incontrolable Josefa Juana Julia Nigua Ocoa + } +} diff --git a/HPM/common/countries/Dravidistan.txt b/HPM/common/countries/Dravidistan.txt index f7818d15..e5bc0294 100644 --- a/HPM/common/countries/Dravidistan.txt +++ b/HPM/common/countries/Dravidistan.txt @@ -3,134 +3,134 @@ graphical_culture = IndianGC party = { - name = "KRN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KRN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KRN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KRN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KRN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KRN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KRN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KRN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" - } - cruiser = { - Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit - } - ironclad = { - Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant - } - monitor = { - Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu - } - manowar = { - Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur - } - frigate = { - Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant - } -} \ No newline at end of file + dreadnought = { + "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" + } + cruiser = { + Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit + } + ironclad = { + Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant + } + monitor = { + Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu + } + manowar = { + Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur + } + frigate = { + Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant + } +} diff --git a/HPM/common/countries/Durrani Empire.txt b/HPM/common/countries/Durrani Empire.txt index f7b7c177..36782fca 100644 --- a/HPM/common/countries/Durrani Empire.txt +++ b/HPM/common/countries/Durrani Empire.txt @@ -2,151 +2,151 @@ color = { 92 148 152 } graphical_culture = MiddleEasternGC party = { - name = "AFG_conservative" - start_date = 1836.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "AFG_conservative" + start_date = 1836.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "AFG_liberal" - start_date = 1901.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "AFG_liberal" + start_date = 1901.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "AFG_liberal_2" - start_date = 1820.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "AFG_liberal_2" + start_date = 1820.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "AFG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AFG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "AFG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AFG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AFG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "AFG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "AFG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "AFG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "AFG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "AFG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - ironclad = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - manowar = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - cruiser = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - frigate = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - monitor = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif - } -} \ No newline at end of file + dreadnought = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + ironclad = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + manowar = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + cruiser = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + frigate = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + monitor = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Afghanistan "Sher Ali Khan" "Yakub Khan" Abdurrahman Pashtun Faizabad Kabul Ghazni Herat Jalalabad Kandahar Maymeneh Mazar-i-Sharif + } +} diff --git a/HPM/common/countries/East India Company.txt b/HPM/common/countries/East India Company.txt index 8c73d266..23935a89 100644 --- a/HPM/common/countries/East India Company.txt +++ b/HPM/common/countries/East India Company.txt @@ -2,144 +2,144 @@ color = { 207 20 43 } graphical_culture = Generic party = { - name = "ENG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = colonial_spending_policy - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "ENG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = colonial_spending_policy + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = colonial_spending_policy - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = colonial_spending_policy + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "ENG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ENG_socialist" - start_date = 1857.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = colonial_spending_policy - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_socialist" + start_date = 1857.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = colonial_spending_policy + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_communist" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = colonial_spending_policy - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_communist" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = colonial_spending_policy + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_fascist" - start_date = 1905.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = colonial_spending_policy - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_fascist" + start_date = 1905.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = colonial_spending_policy + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - ironclad = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - - } - manowar = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - cruiser = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - frigate = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - monitor = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } -} \ No newline at end of file + dreadnought = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + ironclad = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + + } + manowar = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + cruiser = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + frigate = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + monitor = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } +} diff --git a/HPM/common/countries/Ecuador.txt b/HPM/common/countries/Ecuador.txt index 967b78f1..3fa32a73 100644 --- a/HPM/common/countries/Ecuador.txt +++ b/HPM/common/countries/Ecuador.txt @@ -2,183 +2,183 @@ color = { 43 141 172 } graphical_culture = SouthAmericanGC party = { - name = "ECU_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ECU_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ECU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ECU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ECU_liberal_2" - start_date = 1883.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ECU_liberal_2" + start_date = 1883.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ECU_liberal_3" - start_date = 1883.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ECU_liberal_3" + start_date = 1883.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ECU_liberal_4" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ECU_liberal_4" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ECU_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ECU_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ECU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ECU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ECU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ECU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ECU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ECU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ECU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ECU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Cara de Dios" Ecuador Flores "García Moreno" Illingworth Inca Libertador Rocafuerte Stagg Veintemilla - } - ironclad = { - Cormorán "El Oro" Guayas Imbabura "León Marino" "Los Ríos" Manabí Marcismo Pingüino Tortuga - } - manowar = { - Alcance Chimborazo Colombia Diligencia "Gracia del Guayas" Guayaquileña Pichincha "San Francisco" "San Juan" "Santa Marina" - } - cruiser = { - Amazonía Bolívar Galápagos Libertad "Luz de América" Mestizo Orellana Oriente Patria "Santa Elena" - } - frigate = { - Constitución Cuenca Cuero Esmeraldas Espejo Guayaquil Montufar Quito República Zamora - } - monitor = { - Coca Cotopaxi Huancavilca Illiniza Manteño Napo Pastaza Putumayo Shyri Tunguraha - } - clipper_transport = { - Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo - Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz - } - steam_transport = { - Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo - Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz - } - commerce_raider = { - Atacazo Babahoyo Cayambe Corazón Filocorrales Ibarra Machala Puyo Reventador Tulcán - } -} \ No newline at end of file + dreadnought = { + "Cara de Dios" Ecuador Flores "García Moreno" Illingworth Inca Libertador Rocafuerte Stagg Veintemilla + } + ironclad = { + Cormorán "El Oro" Guayas Imbabura "León Marino" "Los Ríos" Manabí Marcismo Pingüino Tortuga + } + manowar = { + Alcance Chimborazo Colombia Diligencia "Gracia del Guayas" Guayaquileña Pichincha "San Francisco" "San Juan" "Santa Marina" + } + cruiser = { + Amazonía Bolívar Galápagos Libertad "Luz de América" Mestizo Orellana Oriente Patria "Santa Elena" + } + frigate = { + Constitución Cuenca Cuero Esmeraldas Espejo Guayaquil Montufar Quito República Zamora + } + monitor = { + Coca Cotopaxi Huancavilca Illiniza Manteño Napo Pastaza Putumayo Shyri Tunguraha + } + clipper_transport = { + Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo + Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz + } + steam_transport = { + Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo + Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz + } + commerce_raider = { + Atacazo Babahoyo Cayambe Corazón Filocorrales Ibarra Machala Puyo Reventador Tulcán + } +} diff --git a/HPM/common/countries/Egypt.txt b/HPM/common/countries/Egypt.txt index 5e1b99fb..a3d9d37e 100644 --- a/HPM/common/countries/Egypt.txt +++ b/HPM/common/countries/Egypt.txt @@ -2,170 +2,170 @@ color = { 255 205 155 } graphical_culture = MiddleEasternGC party = { - name = "EGY_conservative" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "EGY_conservative" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "EGY_liberal" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "EGY_liberal" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "EGY_reactionary" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EGY_reactionary" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "EGY_conservative_2" - start_date = 1907.1.1 - end_date = 1952.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EGY_conservative_2" + start_date = 1907.1.1 + end_date = 1952.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EGY_liberal_2" - start_date = 1907.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "EGY_liberal_2" + start_date = 1907.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "EGY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EGY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EGY_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "EGY_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "EGY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EGY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EGY_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EGY_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" - "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" - } - manowar = { - "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan - "Al-Fayyum" Khartum Qusayr Suways Minya - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" + "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" + } + manowar = { + "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan + "Al-Fayyum" Khartum Qusayr Suways Minya + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/El Salvador.txt b/HPM/common/countries/El Salvador.txt index ded495c7..cb70f8c1 100644 --- a/HPM/common/countries/El Salvador.txt +++ b/HPM/common/countries/El Salvador.txt @@ -2,138 +2,138 @@ color = { 228 229 221 } graphical_culture = Generic party = { - name = "ELS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ELS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ELS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ELS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ELS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ELS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ELS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ELS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ELS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ELS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ELS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ELS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ELS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ELS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Amapala Constitución "El Salvador" "Francisco Dueñas" "Gerardo Barrios" "Juan José Guzmán" Nación Presidente "Quince de Septiembre" "Tomás Regalado" - } - ironclad = { - "Cara Sucia" "El Potrero" Goascorán Grande Jalponga Jiboa Lempa Paz Pululuya Sensunapan - } - manowar = { - Audaz Creador Neptuno "San Francisco" "San José" "San Juan" "Santo Tomás" Terror Tesoro Valiente - } - cruiser = { - "Catorce Familias" Centroamérica Conquistador Criollo Descubridor Independencia Intendencia Lenca Libertad Pipil - } - frigate = { - Ahuachapán Chalatenango Cojutepeque "San Francisco Gotera" "San Salvador" "Santa Tecla" Sensuntepeque Sonsonate Usulatán Zacatecoluca - } - monitor = { - Apaneca Chinameca "El Tigre" Guazapa "San Miguel" "San Vicente" "Santa Ana" Taburete Tecapa Ungido - } - clipper_transport = { - Alegre Amanecer Antigua Fervorosa Fidedigna Golosa Haz Independiente Intangible Llama - Lucecita Occidental Pacífica Poblada Serena Sirena Transportista Tritón Virgen Voladora - } - steam_transport = { - Alegre Amanecer Antigua Fervorosa Fidedigna Golosa Haz Independiente Intangible Llama - Lucecita Occidental Pacífica Poblada Serena Sirena Transportista Tritón Virgen Voladora - } - commerce_raider = { - "As de los Mares" Cañonero "Faro del Pacífico" Fructífero Guerrero Huracán Salvadoreño Sempiterno Victorioso Volcán - } -} \ No newline at end of file + dreadnought = { + Amapala Constitución "El Salvador" "Francisco Dueñas" "Gerardo Barrios" "Juan José Guzmán" Nación Presidente "Quince de Septiembre" "Tomás Regalado" + } + ironclad = { + "Cara Sucia" "El Potrero" Goascorán Grande Jalponga Jiboa Lempa Paz Pululuya Sensunapan + } + manowar = { + Audaz Creador Neptuno "San Francisco" "San José" "San Juan" "Santo Tomás" Terror Tesoro Valiente + } + cruiser = { + "Catorce Familias" Centroamérica Conquistador Criollo Descubridor Independencia Intendencia Lenca Libertad Pipil + } + frigate = { + Ahuachapán Chalatenango Cojutepeque "San Francisco Gotera" "San Salvador" "Santa Tecla" Sensuntepeque Sonsonate Usulatán Zacatecoluca + } + monitor = { + Apaneca Chinameca "El Tigre" Guazapa "San Miguel" "San Vicente" "Santa Ana" Taburete Tecapa Ungido + } + clipper_transport = { + Alegre Amanecer Antigua Fervorosa Fidedigna Golosa Haz Independiente Intangible Llama + Lucecita Occidental Pacífica Poblada Serena Sirena Transportista Tritón Virgen Voladora + } + steam_transport = { + Alegre Amanecer Antigua Fervorosa Fidedigna Golosa Haz Independiente Intangible Llama + Lucecita Occidental Pacífica Poblada Serena Sirena Transportista Tritón Virgen Voladora + } + commerce_raider = { + "As de los Mares" Cañonero "Faro del Pacífico" Fructífero Guerrero Huracán Salvadoreño Sempiterno Victorioso Volcán + } +} diff --git a/HPM/common/countries/Elsass.txt b/HPM/common/countries/Elsass.txt index 17447870..a085a5df 100644 --- a/HPM/common/countries/Elsass.txt +++ b/HPM/common/countries/Elsass.txt @@ -2,166 +2,166 @@ color = { 190 50 40 } graphical_culture = EuropeanGC party = { - name = "ALS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ALS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ALS_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ALS_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ALS_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ALS_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ALS_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ALS_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ALS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ALS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ALS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ALS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ALS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow - Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" - Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie - } - manowar = { - Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" - Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin - } - cruiser = { - Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden - Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd - "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" - Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck - } - frigate = { - Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin - "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille - "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch - Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen - } - monitor = { - Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen - Salamander Skorpion Siegfried Viper Wespe - } - clipper_transport = { - America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" - Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser - } - steam_transport = { - Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz - Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle - Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz - Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" - Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow + Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" + Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie + } + manowar = { + Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" + Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin + } + cruiser = { + Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden + Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd + "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" + Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck + } + frigate = { + Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin + "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille + "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch + Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen + } + monitor = { + Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen + Salamander Skorpion Siegfried Viper Wespe + } + clipper_transport = { + America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" + Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser + } + steam_transport = { + Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz + Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle + Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz + Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" + Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/England.txt b/HPM/common/countries/England.txt index cff865d5..7c437b0e 100644 --- a/HPM/common/countries/England.txt +++ b/HPM/common/countries/England.txt @@ -2,168 +2,168 @@ color = { 239 96 88 } graphical_culture = BritishGC party = { - name = "ENG_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ENG_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ENG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_liberal_2" - start_date = 1859.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ENG_liberal_2" + start_date = 1859.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ENG_liberal_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_liberal_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Entre Rios.txt b/HPM/common/countries/Entre Rios.txt index 8f6fab73..731febb6 100644 --- a/HPM/common/countries/Entre Rios.txt +++ b/HPM/common/countries/Entre Rios.txt @@ -2,213 +2,213 @@ color = { 171 101 121 } graphical_culture = SouthAmericanGC party = { - name = "ENT_conservative" - start_date = 1830.1.1 - end_date = 1872.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative" + start_date = 1830.1.1 + end_date = 1872.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_conservative_2" - start_date = 1872.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative_2" + start_date = 1872.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_liberal" - start_date = 1830.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_liberal" + start_date = 1830.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_liberal_2" - start_date = 1903.1.1 - end_date = 1911.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_liberal_2" + start_date = 1903.1.1 + end_date = 1911.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_socialist" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_socialist" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_conservative_3" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_conservative_3" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENT_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENT_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENT_socialist_2" - start_date = 1848.1.1 - end_date = 1911.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENT_socialist_2" + start_date = 1848.1.1 + end_date = 1911.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" - } - ironclad = { - "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" - } - manowar = { - Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente - } - cruiser = { - "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" - } - frigate = { - Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay - } - monitor = { - "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad - } - clipper_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - steam_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - commerce_raider = { - Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" - } -} \ No newline at end of file + dreadnought = { + "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" + } + ironclad = { + "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" + } + manowar = { + Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente + } + cruiser = { + "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" + } + frigate = { + Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay + } + monitor = { + "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad + } + clipper_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + steam_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + commerce_raider = { + Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" + } +} diff --git a/HPM/common/countries/Equador Confederation.txt b/HPM/common/countries/Equador Confederation.txt index 6d262e60..bb74b711 100644 --- a/HPM/common/countries/Equador Confederation.txt +++ b/HPM/common/countries/Equador Confederation.txt @@ -2,175 +2,175 @@ color = { 30 90 220 } graphical_culture = SouthAmericanGC party = { - name = "CEQ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "CEQ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CEQ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CEQ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CEQ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CEQ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CEQ_conservative_2" - start_date = 1873.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CEQ_conservative_2" + start_date = 1873.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CEQ_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CEQ_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CEQ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CEQ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CEQ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CEQ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CEQ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CEQ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CEQ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CEQ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" - Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" - - } - ironclad = { - Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos - "Espirito Santo" Fonseca - } - manowar = { - "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy - Sergipe Parana Greenhalgh Macapá - } - cruiser = { - "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban - Riachuelo Toneleros Fortaleza Tiradentes - } - frigate = { - "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi - Uniao Belém Vigia - } - monitor = { - Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao - "Guana Bara" Ceara Humaita - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral - Barroso Herval Silvado "Lima Barros" - } -} \ No newline at end of file + dreadnought = { + "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" + Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" + + } + ironclad = { + Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos + "Espirito Santo" Fonseca + } + manowar = { + "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy + Sergipe Parana Greenhalgh Macapá + } + cruiser = { + "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban + Riachuelo Toneleros Fortaleza Tiradentes + } + frigate = { + "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi + Uniao Belém Vigia + } + monitor = { + Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao + "Guana Bara" Ceara Humaita + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral + Barroso Herval Silvado "Lima Barros" + } +} diff --git a/HPM/common/countries/Equatorial Guinea.txt b/HPM/common/countries/Equatorial Guinea.txt index ecdc7a52..d6eed048 100644 --- a/HPM/common/countries/Equatorial Guinea.txt +++ b/HPM/common/countries/Equatorial Guinea.txt @@ -2,153 +2,153 @@ color = { 244 66 206 } graphical_culture = AfricanGC party = { - name = "EQG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "EQG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "EQG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "EQG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "EQG_reactionary" - start_date = 1820.1.1 - end_date = 1900.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EQG_reactionary" + start_date = 1820.1.1 + end_date = 1900.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "EQG_reactionary" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EQG_reactionary" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "EQG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EQG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EQG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "EQG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "EQG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EQG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EQG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EQG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Estonia.txt b/HPM/common/countries/Estonia.txt index ac354c3a..c1cf1690 100644 --- a/HPM/common/countries/Estonia.txt +++ b/HPM/common/countries/Estonia.txt @@ -2,187 +2,187 @@ color = { 179 29 100 } graphical_culture = EuropeanGC party = { - name = "EST_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "EST_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "EST_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "EST_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "EST_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "EST_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "EST_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EST_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "EST_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "EST_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "EST_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EST_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EST_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "EST_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "EST_socialist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "EST_socialist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "EST_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "EST_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "EST_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "EST_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } unit_names = { - dreadnought = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - ironclad = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - manowar = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - cruiser = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - frigate = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - } - monitor = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } -} \ No newline at end of file + dreadnought = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + ironclad = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + manowar = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + cruiser = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + frigate = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + } + monitor = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } +} diff --git a/HPM/common/countries/Ethiopia.txt b/HPM/common/countries/Ethiopia.txt index f4b9d54e..75d5cc3a 100644 --- a/HPM/common/countries/Ethiopia.txt +++ b/HPM/common/countries/Ethiopia.txt @@ -2,150 +2,150 @@ color = { 56 120 191 } graphical_culture = AfricanGC party = { - name = "ETH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ETH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ETH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ETH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ETH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ETH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ETH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ETH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ETH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ETH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ETH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ETH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ETH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ETH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/EzoRep.txt b/HPM/common/countries/EzoRep.txt index 4b786252..c2a6b7cd 100644 --- a/HPM/common/countries/EzoRep.txt +++ b/HPM/common/countries/EzoRep.txt @@ -2,138 +2,138 @@ color = { 44 44 95 } graphical_culture = JapaneseGC party = { - name = "EZO_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "EZO_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "EZO_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EZO_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EZO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EZO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "EZO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EZO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EZO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "EZO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "EZO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "EZO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "EZO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "EZO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - } - ironclad = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - - } - manowar = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - } - cruiser = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - } - frigate = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - - } - monitor = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" - } -} \ No newline at end of file + dreadnought = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + } + ironclad = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + + } + manowar = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + } + cruiser = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + } + frigate = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + + } + monitor = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Tokugawa "Enomoto Takeaki" Osaka Ryo Hakodate Goryokaku "Otori Keisuke" "Matsudaira Taro" "Arai Ikunosuke" "Hijikata Toshizo" "Takenaka Shigekata" "Tokugawa Kamenosuke" "Kamenosuke" Shinsegumi "Yoshinobu" + } +} diff --git a/HPM/common/countries/Fadhli.txt b/HPM/common/countries/Fadhli.txt index 96fad856..2e0334e3 100644 --- a/HPM/common/countries/Fadhli.txt +++ b/HPM/common/countries/Fadhli.txt @@ -2,139 +2,139 @@ color = { 15 128 103 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Faroe.txt b/HPM/common/countries/Faroe.txt index 62dbbcb1..fab67aad 100644 --- a/HPM/common/countries/Faroe.txt +++ b/HPM/common/countries/Faroe.txt @@ -2,136 +2,136 @@ color = { 0 101 189 } graphical_culture = EuropeanGC party = { - name = "FRO_liberal" # Sjálvstýrisflokkurin - start_date = 1830.1.1 # Actually founded in 1909 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "FRO_liberal" # Sjálvstýrisflokkurin + start_date = 1830.1.1 # Actually founded in 1909 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FRO_conservative" # Sambandsflokkurin - start_date = 1830.1.1 # Actually founded in 1906 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRO_conservative" # Sambandsflokkurin + start_date = 1830.1.1 # Actually founded in 1906 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRO_reactionary" # Hin Føroyski Flokkurin - start_date = 1830.1.1 # Anachronistic - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FRO_reactionary" # Hin Føroyski Flokkurin + start_date = 1830.1.1 # Anachronistic + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FRO_socialist" # Javnaðarflokkurin - start_date = 1848.1.1 # Actually founded in 1925 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRO_socialist" # Javnaðarflokkurin + start_date = 1848.1.1 # Actually founded in 1925 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRO_anarcho_liberal" # Vinnuflokkurin - start_date = 1840.1.1 # Actually founded in 1935 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FRO_anarcho_liberal" # Vinnuflokkurin + start_date = 1840.1.1 # Actually founded in 1935 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FRO_communist" # Kommunistiski Flokkur Føroya - start_date = 1848.1.1 # Anachronistic - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FRO_communist" # Kommunistiski Flokkur Føroya + start_date = 1848.1.1 # Anachronistic + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FRO_fascist" # Loysingarflokkurin - start_date = 1900.1.1 # Actually founded in 1932 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRO_fascist" # Loysingarflokkurin + start_date = 1900.1.1 # Actually founded in 1932 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Áss Vanr Álfr Jötunn - } - ironclad = { - Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen - } - manowar = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - } - cruiser = { - Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti - } - frigate = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - } - monitor = { - Skorpionen Mjølner Thrudvang - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Heimdal "Fridtjof Nansen" Nordkapp - } -} \ No newline at end of file + dreadnought = { + Áss Vanr Álfr Jötunn + } + ironclad = { + Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen + } + manowar = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + } + cruiser = { + Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti + } + frigate = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + } + monitor = { + Skorpionen Mjølner Thrudvang + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Heimdal "Fridtjof Nansen" Nordkapp + } +} diff --git a/HPM/common/countries/Fiji.txt b/HPM/common/countries/Fiji.txt index 7f327f91..e8d653f9 100644 --- a/HPM/common/countries/Fiji.txt +++ b/HPM/common/countries/Fiji.txt @@ -2,137 +2,137 @@ color = {8 181 255} graphical_culture = Generic party = { - name = "FSM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FSM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FSM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FSM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FSM_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FSM_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FSM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FSM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FSM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FSM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FSM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FSM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FSM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FSM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - ironclad = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - manowar = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - cruiser = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - frigate = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - monitor = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - clipper_transport = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - steam_transport = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } - commerce_raider = { - "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" - } -} \ No newline at end of file + dreadnought = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + ironclad = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + manowar = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + cruiser = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + frigate = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + monitor = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + clipper_transport = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + steam_transport = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } + commerce_raider = { + "Adi" "Bulou" "Cikinavu" "Ratu" "Ro" "Roko" "Tui Levuka" "Visawaqa" "Vunivalu" + } +} diff --git a/HPM/common/countries/Finland.txt b/HPM/common/countries/Finland.txt index 68af60ea..f942b123 100644 --- a/HPM/common/countries/Finland.txt +++ b/HPM/common/countries/Finland.txt @@ -2,233 +2,233 @@ color = { 215 222 252 } graphical_culture = EuropeanGC party = { - name = "FIN_conservative" - start_date = 1830.1.1 - end_date = 1918.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "FIN_conservative" + start_date = 1830.1.1 + end_date = 1918.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "FIN_conservative_2" - start_date = 1830.1.1 - end_date = 1905.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FIN_conservative_2" + start_date = 1830.1.1 + end_date = 1905.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FIN_liberal" - start_date = 1894.1.1 - end_date = 1917.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FIN_liberal" + start_date = 1894.1.1 + end_date = 1917.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FIN_liberal_2" - start_date = 1918.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FIN_liberal_2" + start_date = 1918.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FIN_reactionary" - start_date = 1918.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "FIN_reactionary" + start_date = 1918.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "FIN_socialist" - start_date = 1848.1.1 - end_date = 1920.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FIN_socialist" + start_date = 1848.1.1 + end_date = 1920.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FIN_conservative_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "FIN_conservative_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "FIN_conservative_4" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FIN_conservative_4" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FIN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "FIN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FIN_liberal_3" - start_date = 1830.1.1 - end_date = 1894.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FIN_liberal_3" + start_date = 1830.1.1 + end_date = 1894.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FIN_reactionary_2" - start_date = 1830.1.1 - end_date = 1918.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FIN_reactionary_2" + start_date = 1830.1.1 + end_date = 1918.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FIN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "FIN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FIN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FIN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - ironclad = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - manowar = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - cruiser = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - frigate = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - monitor = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } -} \ No newline at end of file + dreadnought = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + ironclad = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + manowar = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + cruiser = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + frigate = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + monitor = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } +} diff --git a/HPM/common/countries/Fiume.txt b/HPM/common/countries/Fiume.txt index 32dcf30a..b5db8a31 100644 --- a/HPM/common/countries/Fiume.txt +++ b/HPM/common/countries/Fiume.txt @@ -2,175 +2,175 @@ color = { 0 107 173 } graphical_culture = ItalianGC party = { - name = "FIU_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FIU_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FIU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FIU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FIU_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FIU_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FIU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FIU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FIU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "FIU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRE_reactionary_2" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "TRE_reactionary_2" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FIU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FIU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FIU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FIU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } - frigate = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } -} \ No newline at end of file + dreadnought = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } + frigate = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } +} diff --git a/HPM/common/countries/Flanders.txt b/HPM/common/countries/Flanders.txt index 0356cc3c..ed5f140f 100644 --- a/HPM/common/countries/Flanders.txt +++ b/HPM/common/countries/Flanders.txt @@ -2,173 +2,173 @@ color = { 43 141 172 } graphical_culture = EuropeanGC party = { - name = "FLA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FLA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FLA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "FLA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "FLA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FLA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FLA_conservative_2" - start_date = 1892.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "FLA_conservative_2" + start_date = 1892.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "FLA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FLA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FLA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FLA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FLA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FLA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FLA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FLA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - } - ironclad = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - } - manowar = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - } - cruiser = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - } - frigate = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - } - monitor = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - } - clipper_transport = { - - } - steam_transport = { - - - } - commerce_raider = { - "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" - "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" - "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator - - - } -} \ No newline at end of file + dreadnought = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + } + ironclad = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + } + manowar = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + } + cruiser = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + } + frigate = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + } + monitor = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + } + clipper_transport = { + + } + steam_transport = { + + + } + commerce_raider = { + "De Vlaamse Leeuw" Ambiorix "Godfried van Boullion" "Guldensporenslag" "Gwijde van Dampierre" + "Jacob van Artevelde" "Graaf Boudewijn" "Graaf van Vlaanderen" "Jan Baert" "Jacob van Brugge" + "Willem van Rubroeck" "Simon van Salingen" "Joris van Spilbergen" "Willem Usselincx" Mercator + + + } +} diff --git a/HPM/common/countries/France.txt b/HPM/common/countries/France.txt index dcb83052..171d56d7 100644 --- a/HPM/common/countries/France.txt +++ b/HPM/common/countries/France.txt @@ -2,311 +2,311 @@ color = { 20 50 210 } graphical_culture = FrenchGC party = { - name = "FRA_reactionary" #Légitimiste - start_date = 1830.1.1 - end_date = 1883.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FRA_reactionary" #Légitimiste + start_date = 1830.1.1 + end_date = 1883.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FRA_reactionary_2" #Droite nationaliste - start_date = 1883.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRA_reactionary_2" #Droite nationaliste + start_date = 1883.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FRA_liberal" #Républicain - start_date = 1830.1.1 - end_date = 1848.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_liberal" #Républicain + start_date = 1830.1.1 + end_date = 1848.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_liberal_2" #Union libérale - start_date = 1848.1.1 - end_date = 1870.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_liberal_2" #Union libérale + start_date = 1848.1.1 + end_date = 1870.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_liberal_3" #Républicain Libéral - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_liberal_3" #Républicain Libéral + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_conservative" #Orléaniste - start_date = 1830.1.1 - end_date = 1848.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRA_conservative" #Orléaniste + start_date = 1830.1.1 + end_date = 1848.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRA_conservative_2" #Bonapartiste - start_date = 1848.1.1 - end_date = 1885.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "FRA_conservative_2" #Bonapartiste + start_date = 1848.1.1 + end_date = 1885.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FRA_conservative_3" #Républicain modéré - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FRA_conservative_3" #Républicain modéré + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FRA_conservative_4" #Orléaniste - start_date = 1870.1.1 - end_date = 1894.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRA_conservative_4" #Orléaniste + start_date = 1870.1.1 + end_date = 1894.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRA_conservative_5" #Royaliste - start_date = 1894.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRA_conservative_5" #Royaliste + start_date = 1894.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRA_socialist" #Républicain démocratique - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "FRA_socialist" #Républicain démocratique + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "FRA_socialist_2" #Possibilistes - start_date = 1848.1.1 - end_date = 1870.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "FRA_socialist_2" #Possibilistes + start_date = 1848.1.1 + end_date = 1870.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "FRA_socialist_3" #SFIO - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRA_socialist_3" #SFIO + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRA_anarcho_liberal" #Républicain radical - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "FRA_anarcho_liberal" #Républicain radical + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "FRA_communist" #Parti Ouvrier Français - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRA_communist" #Parti Ouvrier Français + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRA_fascist" #Fascists - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRA_fascist" #Fascists + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dunkerque" "Strasbourg" "Richelieu" "Clemenceau" "Petain" "Napoléon" "Poincare" - "Louis XIV" "Alsace" "Bourgogne" "Poitou" "Calais" "Rouen" "Brest" "Dévastation" - "Courbet" "Amiral Duperré" "Terrible" "Indomptable" "Caiman" "Requin" "Admiral Baudin" - "Formidable" "Hoche" "Marceau" "Magenta" "Neptune" "Brennus" "Charles Martel" "Carnot" - "Jauréguiberry" "Masséna" "Bouvet" "Charlemagne" "Saint Louis" "Gaulois" "Henri IV" - "Iéna" "Suffren" "République" "Patrie" "Démocratie" "Justice" "Liberté" "Verité" - "Danton" "Diderot" "Mirabeau" "Vergniaud" "Voltaire" "Condorcet" "Courbet" "France" - "Jean Bart" "Paris" "Fleurus" "Bretagne" "Lorraine" "Provence" "Bearn" "Flandre" - "Gascoigne" "Languedoc" "Normandie" "Guyenne" "Champagne" "Auvergne" "Lille" "Lyon" - "Orleans" "La Rochelle" "Bourdeaux" - } - - battleship = { - "Brennus" "Charles Martel" "Carnot" "Jauréguiberry" "Masséna" Bouvet Charlemagne "St Louis" Gaulois Iéna Suffren République Patrie Liberté Justice Vérité Démocratie Danton Voltaire Diderot Condorcet Mirebeau Vergniaud "Henri IV" - } - - ironclad = { - "Congreve" "Foudroyante" "Lave" "Tonnante" "Gloire" "Invincible" "Normandie" "Couronne" - "Magenta" "Solferino" "Flandre" "Gauloise" "Magnanime" "Provence" "Revanche" "Savoie" - "Surveillante" "Valeureuse" "Héroïne" - } - manowar = { - "Alexandre" "Breslaw" "Prince Jérôme" "Ville de Paris" "Ville de Nantes" "Duguay-Trouin" - "Tage" "Donawerth" "Saint Louis" "Fontenoy" "Turenne" "Ville de Bordeaux" "Castiglione" - "Masséna" "Bayard" "Ville de Lyon" "Louis XIV" - } - cruiser = { - "Clovis" "Maurice de Saxe" "Vercingetorix" "Richemont" "Dunois" "Ney" "Leger" "Vauban" - "Conde" "Turenne" "Montebello" "Austerlitz" "Souverain" "Navarin" "Ulm" "Wagram" - "Algésiras" "Arcole" "Friedland" "Impérial" "Eylau" "Tilsitt" "Jena" "Auerstadt" - "Marengo" "Toulon" "Bellone" "Glorieuse" "Gracieuse" "Audacieuse" "Impétueuse" "Ardente" - "Victoire" "Guerrière" "Téméraire" "Triomphant" "Tigre" "Persévérante" "Vigilant" - "Tenace" "Élan" "Duguay Trouin" "Lamotte-Picquet" "Primaguet" "Duquesne" "Tourville" - "Colbert" "Foch" "Algérie" "Jeanne D'Arc" "Maroc" "Lafayette" "Davout" "Suchet" "Forbin" - "Surcouf" "Cosmao" "Lalande" "Galilée" "Lavoisier" "Linois" "La Galissionere" - "Jean de Vienne" "Gloire" "Marseillaise" "Georges Leygues" "De Grasse" "La Fantasque" - "Iphigenie" "Naiade" "Arethuse" "Dubourdieu" "Milan" "Belliqueuse" "Sfax" "Tage" - "Amiral Cécille" "Davout" "Suchet" "Coëtlogon" "Forbin" "Surcouf" "Cosmao" "Lalande" - "Troude" "Galilée" "Lavoisier" "Linois" "Tunisié" "Isly" "Bugeaud" "Chasseloup-Laubat" - "Friant" "Descartes" "Pascal" "Cassard" "D'Assas" "Du Chayla" "Catinat" "Protet" - "D'Entrecasteaux" "Guichen" "Châteaurenault" "D'Estrées" "Infernet" "Jurien de la Gravière" - "Pluton" "Emile Bertin" "Dupuy de Lome" "Admiral Charner" "Bruix" "Chanzy" "Latouche-Treville" - "Pothau" "Dupetit-Thouars" "Gueydon" "Montcalm" "Desaix" "Dupleix" "Kleber" - "Amiral Aube" "Conde" "Sully" "Leon Gambetta" "Victor Hugo" "Jules Michelet" - "Ernest Renan" "Edgar Quinet" "Waldeck-Rousseau" "Thionville" "Metz" "Mulhouse" "Colmar" - "D'Assas" "Du Chayla" "Catinat" "Protet" "D'Entrecasteaux" "Guichen" "Châteaurenault" - } - frigate = { - "Condor" "Epervier" "Faucon" "Vautour" "Wattignies" "Levrier" "Casablanca" "D'Iberville" - "Cassini" "Lahire" "Circé" "Hermione" "Pallas" "Sémiramis" "Armorique" "Junon" - "Magicienne" "Thémis" "Flore" - } - monitor = { - "Océan" "Marengo" "Suffren" "Friedland" "Richelieu" "Colbert" "Trident" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Asmodée" "Gomer" "Darien" "Labrador" "Ulloa" "Cacique" "Canada" "Christophe Colomb" - "Eldorado" "Magellan" "Montezuma" "Orénoque" "Panama" "Albatros" "Descartes" "Vauban" - "Caffarelli" "Mogador" "Pomone" "Isly" "Bellone" "Foudre" "Impératrice Eugénie" - "Souveraine" "Audacieuse" "Impétueuse" "Ardente" "Victoire" "Guerrière" "Renommée" - "Danaé" "Pandore" "Zénobie" "Clorinde" "Astrée" - } + dreadnought = { + "Dunkerque" "Strasbourg" "Richelieu" "Clemenceau" "Petain" "Napoléon" "Poincare" + "Louis XIV" "Alsace" "Bourgogne" "Poitou" "Calais" "Rouen" "Brest" "Dévastation" + "Courbet" "Amiral Duperré" "Terrible" "Indomptable" "Caiman" "Requin" "Admiral Baudin" + "Formidable" "Hoche" "Marceau" "Magenta" "Neptune" "Brennus" "Charles Martel" "Carnot" + "Jauréguiberry" "Masséna" "Bouvet" "Charlemagne" "Saint Louis" "Gaulois" "Henri IV" + "Iéna" "Suffren" "République" "Patrie" "Démocratie" "Justice" "Liberté" "Verité" + "Danton" "Diderot" "Mirabeau" "Vergniaud" "Voltaire" "Condorcet" "Courbet" "France" + "Jean Bart" "Paris" "Fleurus" "Bretagne" "Lorraine" "Provence" "Bearn" "Flandre" + "Gascoigne" "Languedoc" "Normandie" "Guyenne" "Champagne" "Auvergne" "Lille" "Lyon" + "Orleans" "La Rochelle" "Bourdeaux" + } + + battleship = { + "Brennus" "Charles Martel" "Carnot" "Jauréguiberry" "Masséna" Bouvet Charlemagne "St Louis" Gaulois Iéna Suffren République Patrie Liberté Justice Vérité Démocratie Danton Voltaire Diderot Condorcet Mirebeau Vergniaud "Henri IV" + } + + ironclad = { + "Congreve" "Foudroyante" "Lave" "Tonnante" "Gloire" "Invincible" "Normandie" "Couronne" + "Magenta" "Solferino" "Flandre" "Gauloise" "Magnanime" "Provence" "Revanche" "Savoie" + "Surveillante" "Valeureuse" "Héroïne" + } + manowar = { + "Alexandre" "Breslaw" "Prince Jérôme" "Ville de Paris" "Ville de Nantes" "Duguay-Trouin" + "Tage" "Donawerth" "Saint Louis" "Fontenoy" "Turenne" "Ville de Bordeaux" "Castiglione" + "Masséna" "Bayard" "Ville de Lyon" "Louis XIV" + } + cruiser = { + "Clovis" "Maurice de Saxe" "Vercingetorix" "Richemont" "Dunois" "Ney" "Leger" "Vauban" + "Conde" "Turenne" "Montebello" "Austerlitz" "Souverain" "Navarin" "Ulm" "Wagram" + "Algésiras" "Arcole" "Friedland" "Impérial" "Eylau" "Tilsitt" "Jena" "Auerstadt" + "Marengo" "Toulon" "Bellone" "Glorieuse" "Gracieuse" "Audacieuse" "Impétueuse" "Ardente" + "Victoire" "Guerrière" "Téméraire" "Triomphant" "Tigre" "Persévérante" "Vigilant" + "Tenace" "Élan" "Duguay Trouin" "Lamotte-Picquet" "Primaguet" "Duquesne" "Tourville" + "Colbert" "Foch" "Algérie" "Jeanne D'Arc" "Maroc" "Lafayette" "Davout" "Suchet" "Forbin" + "Surcouf" "Cosmao" "Lalande" "Galilée" "Lavoisier" "Linois" "La Galissionere" + "Jean de Vienne" "Gloire" "Marseillaise" "Georges Leygues" "De Grasse" "La Fantasque" + "Iphigenie" "Naiade" "Arethuse" "Dubourdieu" "Milan" "Belliqueuse" "Sfax" "Tage" + "Amiral Cécille" "Davout" "Suchet" "Coëtlogon" "Forbin" "Surcouf" "Cosmao" "Lalande" + "Troude" "Galilée" "Lavoisier" "Linois" "Tunisié" "Isly" "Bugeaud" "Chasseloup-Laubat" + "Friant" "Descartes" "Pascal" "Cassard" "D'Assas" "Du Chayla" "Catinat" "Protet" + "D'Entrecasteaux" "Guichen" "Châteaurenault" "D'Estrées" "Infernet" "Jurien de la Gravière" + "Pluton" "Emile Bertin" "Dupuy de Lome" "Admiral Charner" "Bruix" "Chanzy" "Latouche-Treville" + "Pothau" "Dupetit-Thouars" "Gueydon" "Montcalm" "Desaix" "Dupleix" "Kleber" + "Amiral Aube" "Conde" "Sully" "Leon Gambetta" "Victor Hugo" "Jules Michelet" + "Ernest Renan" "Edgar Quinet" "Waldeck-Rousseau" "Thionville" "Metz" "Mulhouse" "Colmar" + "D'Assas" "Du Chayla" "Catinat" "Protet" "D'Entrecasteaux" "Guichen" "Châteaurenault" + } + frigate = { + "Condor" "Epervier" "Faucon" "Vautour" "Wattignies" "Levrier" "Casablanca" "D'Iberville" + "Cassini" "Lahire" "Circé" "Hermione" "Pallas" "Sémiramis" "Armorique" "Junon" + "Magicienne" "Thémis" "Flore" + } + monitor = { + "Océan" "Marengo" "Suffren" "Friedland" "Richelieu" "Colbert" "Trident" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Asmodée" "Gomer" "Darien" "Labrador" "Ulloa" "Cacique" "Canada" "Christophe Colomb" + "Eldorado" "Magellan" "Montezuma" "Orénoque" "Panama" "Albatros" "Descartes" "Vauban" + "Caffarelli" "Mogador" "Pomone" "Isly" "Bellone" "Foudre" "Impératrice Eugénie" + "Souveraine" "Audacieuse" "Impétueuse" "Ardente" "Victoire" "Guerrière" "Renommée" + "Danaé" "Pandore" "Zénobie" "Clorinde" "Astrée" + } } diff --git a/HPM/common/countries/Frankfurt am Main.txt b/HPM/common/countries/Frankfurt am Main.txt index 5d614be1..542c415f 100644 --- a/HPM/common/countries/Frankfurt am Main.txt +++ b/HPM/common/countries/Frankfurt am Main.txt @@ -2,231 +2,231 @@ color = { 243 201 33 } graphical_culture = EuropeanGC party = { - name = "FRM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRM_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRM_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRM_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "FRM_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "FRM_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRM_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRM_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRM_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRM_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRM_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRM_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRM_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRM_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRM_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FRM_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRM_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FRM_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FRM_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FRM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FRM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FRM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FRM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FRM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - - } - ironclad = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - - } - manowar = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - - } - cruiser = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - - } - frigate = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - } - monitor = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" - - } -} \ No newline at end of file + dreadnought = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + + } + ironclad = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + + } + manowar = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + + } + cruiser = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + + } + frigate = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + } + monitor = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Frankfurt "Karl Theodor" Erzbischof Kurfürst Fulda Hanau Aschaffenburg Wetzlar "Friedrich Jucho" "Heinrich von Gagern" + + } +} diff --git a/HPM/common/countries/Free States of America.txt b/HPM/common/countries/Free States of America.txt index b96f8fb0..d28968f3 100644 --- a/HPM/common/countries/Free States of America.txt +++ b/HPM/common/countries/Free States of America.txt @@ -2,208 +2,208 @@ graphical_culture = UsGC color = { 0 162 220 } party = { - name = "USA_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "USA_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "USA_liberal_2" - start_date = 1833.1.1 - end_date = 1856.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "USA_liberal_2" + start_date = 1833.1.1 + end_date = 1856.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "USA_liberal_3" - start_date = 1848.1.1 - end_date = 1854.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "USA_liberal_3" + start_date = 1848.1.1 + end_date = 1854.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "USA_conservative_3" - start_date = 1859.1.1 - end_date = 1861.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "USA_conservative_3" + start_date = 1859.1.1 + end_date = 1861.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "USA_liberal_4" - start_date = 1887.1.1 - end_date = 1908.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "USA_liberal_4" + start_date = 1887.1.1 + end_date = 1908.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "USA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "USA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "USA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "USA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "USA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "USA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Fujian.txt b/HPM/common/countries/Fujian.txt index 846d7840..09b922aa 100644 --- a/HPM/common/countries/Fujian.txt +++ b/HPM/common/countries/Fujian.txt @@ -3,151 +3,151 @@ color = { 164 188 192 } graphical_culture = ChineseGC party = { - name = "FJN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FJN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FJN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FJN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FJN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FJN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FJN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FJN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FJN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FJN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FJN_communist" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "FJN_communist" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "FJN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FJN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Gabon.txt b/HPM/common/countries/Gabon.txt index c09923db..c571528a 100644 --- a/HPM/common/countries/Gabon.txt +++ b/HPM/common/countries/Gabon.txt @@ -2,138 +2,138 @@ color = { 50 50 153 } graphical_culture = AfricanGC party = { - name = "GAB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GAB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GAB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GAB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GAB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GAB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GAB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GAB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GAB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GAB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GAB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GAB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GAB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GAB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo GABoto Zaria + } +} diff --git a/HPM/common/countries/Gabu.txt b/HPM/common/countries/Gabu.txt index 2bac0360..88e8e4fc 100644 --- a/HPM/common/countries/Gabu.txt +++ b/HPM/common/countries/Gabu.txt @@ -4,183 +4,183 @@ absolute_monarchy = { 98 49 0 } graphical_culture = AfricanGC party = { - name = "GBU_conservative" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GBU_conservative" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GBU_conservative_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GBU_conservative_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GBU_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "GBU_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "GBU_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "GBU_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "GBU_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GBU_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GBU_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GBU_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GBU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GBU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GBU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GBU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GBU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GBU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GBU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GBU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Galicia-Lodomeria.txt b/HPM/common/countries/Galicia-Lodomeria.txt index 8df09e28..cedefd0d 100644 --- a/HPM/common/countries/Galicia-Lodomeria.txt +++ b/HPM/common/countries/Galicia-Lodomeria.txt @@ -2,136 +2,136 @@ color = { 255 53 94 } graphical_culture = EuropeanGC party = { - name = "POL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "POL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "POL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "POL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Galicia.txt b/HPM/common/countries/Galicia.txt index 02ec4054..8582d88f 100644 --- a/HPM/common/countries/Galicia.txt +++ b/HPM/common/countries/Galicia.txt @@ -2,139 +2,139 @@ color = { 160 170 190 } graphical_culture = EuropeanGC party = { - name = "GLC_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "GLC_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "GLC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GLC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GLC_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GLC_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GLC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GLC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GLC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GLC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GLC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GLC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GLC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GLC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Gambia.txt b/HPM/common/countries/Gambia.txt index 36640d5b..8497e032 100644 --- a/HPM/common/countries/Gambia.txt +++ b/HPM/common/countries/Gambia.txt @@ -2,138 +2,138 @@ color = { 127 146 135 } graphical_culture = AfricanGC party = { - name = "GMB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GMB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GMB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "GMB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "GMB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GMB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GMB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GMB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GMB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GMB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GMB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GMB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GMB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GMB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Gaza.txt b/HPM/common/countries/Gaza.txt index ca040444..ad529374 100644 --- a/HPM/common/countries/Gaza.txt +++ b/HPM/common/countries/Gaza.txt @@ -2,137 +2,137 @@ color = { 165 43 18 } graphical_culture = ZuluGC party = { - name = "GAZ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GAZ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GAZ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GAZ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GAZ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GAZ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GAZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GAZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GAZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GAZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GAZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GAZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GAZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GAZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - - } - ironclad = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - manowar = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - cruiser = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - frigate = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - monitor = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + + } + ironclad = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + manowar = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + cruiser = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + frigate = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + monitor = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Soshangane Gaza Nguni Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Geledi.txt b/HPM/common/countries/Geledi.txt index cfb66d29..eff464cd 100644 --- a/HPM/common/countries/Geledi.txt +++ b/HPM/common/countries/Geledi.txt @@ -2,139 +2,139 @@ color = { 153 217 234 } graphical_culture = MiddleEasternGC party = { - name = "GEL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GEL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GEL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GEL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GEL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GEL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GEL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GEL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Georgia.txt b/HPM/common/countries/Georgia.txt index d1c3ce19..f4931779 100644 --- a/HPM/common/countries/Georgia.txt +++ b/HPM/common/countries/Georgia.txt @@ -2,157 +2,157 @@ color = { 36 132 247 } graphical_culture = RussianGC party = { - name = "GEO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GEO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GEO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GEO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GEO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GEO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GEO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GEO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - ironclad = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - - } - manowar = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - cruiser = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - } - frigate = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - monitor = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } + dreadnought = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + ironclad = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + + } + manowar = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + cruiser = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + } + frigate = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + monitor = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } } diff --git a/HPM/common/countries/Germany.txt b/HPM/common/countries/Germany.txt index 06494539..d8926b2b 100644 --- a/HPM/common/countries/Germany.txt +++ b/HPM/common/countries/Germany.txt @@ -5,231 +5,231 @@ graphical_culture = PrussianGC party = { - name = "GER_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "GER_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "GER_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "GER_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "GER_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "GER_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "GER_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GER_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GER_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GER_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GER_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GER_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GER_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GER_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GER_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GER_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GER_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GER_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GER_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GER_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GER_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GER_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GER_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GER_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GER_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GER_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Baden Bayern Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen "Prinzregent Luitpold" Rheinland Sachsen Seydlitz Thüringen "Von der Tann" Westfalen Württemberg - } - - battleship = { - Brandenburg "Kurfürst Friedrich Wilhelm" Weissenburg Wörth "Kaiser Friedrich III" "Kaiser Wilhelm II" "Kaiser Wilhelm Der Grosse" "Kaiser Karl Der Grosse" "Kaiser Barbarossa" Wittelsbach Wettin Zähringen Schwaben Mecklenburg Braunschweig Elsass Hessen Preussen Lothringen Deutschland Pommern Hannover Schlesien Schleswig-Holstein - } - - ironclad = { - Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" Sophie - } - manowar = { - Brandenburg Braunschweig Deutschland Elsass Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Grosse" "Kurfürst Friedrich Wilhelm" Lothringen Mecklenburg Pommern Preussen Schlesien Schleswig-Holstein Schwaben Weissenburg Wettin Wittelsbach Wörth Zähringen - } - cruiser = { - Amazone Arcona Ariadne Augsburg Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Cöln Comet Condor Cormoran Danzig Deutschland Dresden Elbing Emden Falke Frankfurt Frauenlob Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd "Kaiserin Augusta" Karlsruhe Königsberg Kolberg Leipzig Lübeck Magdeburg Mainz Medusa Meteor München Niobe Nürnberg Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinzess Wilhelm" Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden Yorck - } - frigate = { - Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Camaeleon Comet Cyclop Delphin "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Frauenlob Freya Fuchs Gazelle Gefion Gneisenau Grille "Grossherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Scorpion Sperber Stein Stosch Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen - } - monitor = { - Ägir Baden Bayern Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe Württemberg - } - clipper_transport = { - America Deutschland Donau Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein "Rickmer Rickmers" Weser - } - steam_transport = { - Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Cassel Chemnitz Choising Coblenz Coburg Cormoran Crefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Karlsruhe Kleist Köln Lahn Leipzig Libau Lübeck Main Mainz Mark "Minister Roon" Mosel München Neckar Nordsee Nürnberg Oder Oldenburg Oswald Pfalz Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Strassburg Stuttgart Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Würzburg Zeppelin Zieten - } - commerce_raider = { - Barbarossa "Cap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Grosse" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Baden Bayern Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen "Prinzregent Luitpold" Rheinland Sachsen Seydlitz Thüringen "Von der Tann" Westfalen Württemberg + } + + battleship = { + Brandenburg "Kurfürst Friedrich Wilhelm" Weissenburg Wörth "Kaiser Friedrich III" "Kaiser Wilhelm II" "Kaiser Wilhelm Der Grosse" "Kaiser Karl Der Grosse" "Kaiser Barbarossa" Wittelsbach Wettin Zähringen Schwaben Mecklenburg Braunschweig Elsass Hessen Preussen Lothringen Deutschland Pommern Hannover Schlesien Schleswig-Holstein + } + + ironclad = { + Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" Sophie + } + manowar = { + Brandenburg Braunschweig Deutschland Elsass Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Grosse" "Kurfürst Friedrich Wilhelm" Lothringen Mecklenburg Pommern Preussen Schlesien Schleswig-Holstein Schwaben Weissenburg Wettin Wittelsbach Wörth Zähringen + } + cruiser = { + Amazone Arcona Ariadne Augsburg Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Cöln Comet Condor Cormoran Danzig Deutschland Dresden Elbing Emden Falke Frankfurt Frauenlob Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd "Kaiserin Augusta" Karlsruhe Königsberg Kolberg Leipzig Lübeck Magdeburg Mainz Medusa Meteor München Niobe Nürnberg Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinzess Wilhelm" Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden Yorck + } + frigate = { + Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Camaeleon Comet Cyclop Delphin "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Frauenlob Freya Fuchs Gazelle Gefion Gneisenau Grille "Grossherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Scorpion Sperber Stein Stosch Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen + } + monitor = { + Ägir Baden Bayern Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe Württemberg + } + clipper_transport = { + America Deutschland Donau Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein "Rickmer Rickmers" Weser + } + steam_transport = { + Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Cassel Chemnitz Choising Coblenz Coburg Cormoran Crefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Karlsruhe Kleist Köln Lahn Leipzig Libau Lübeck Main Mainz Mark "Minister Roon" Mosel München Neckar Nordsee Nürnberg Oder Oldenburg Oswald Pfalz Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Strassburg Stuttgart Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Würzburg Zeppelin Zieten + } + commerce_raider = { + Barbarossa "Cap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Grosse" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/Ghana.txt b/HPM/common/countries/Ghana.txt index 83d0ba9c..99f2db64 100644 --- a/HPM/common/countries/Ghana.txt +++ b/HPM/common/countries/Ghana.txt @@ -2,138 +2,138 @@ color = { 204 153 0 } graphical_culture = AfricanGC party = { - name = "ASH_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ASH_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ASH_liberal_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ASH_liberal_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ASH_reactionary_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASH_reactionary_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ASH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ASH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ASH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Gonder.txt b/HPM/common/countries/Gonder.txt index 296a9cf2..a91f4217 100644 --- a/HPM/common/countries/Gonder.txt +++ b/HPM/common/countries/Gonder.txt @@ -2,150 +2,150 @@ color = { 113 160 213 } graphical_culture = AfricanGC party = { - name = "GON_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GON_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GON_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GON_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GON_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GON_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GON_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GON_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GON_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GON_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GON_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GON_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GON_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GON_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Gran Colombia.txt b/HPM/common/countries/Gran Colombia.txt index cb72dce1..e49dad0b 100644 --- a/HPM/common/countries/Gran Colombia.txt +++ b/HPM/common/countries/Gran Colombia.txt @@ -2,138 +2,138 @@ color = { 255 244 100 } graphical_culture = SouthAmericanGC party = { - name = "GCO_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "GCO_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "GCO_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GCO_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GCO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GCO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GCO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GCO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GCO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GCO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GCO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GCO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GCO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GCO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Cara de Dios" Ecuador Flores "García Moreno" Illingworth Inca Libertador Rocafuerte Stagg Veintemilla - } - ironclad = { - Cormorán "El Oro" Guayas Imbabura "León Marino" "Los Ríos" Manabí Marcismo Pingüino Tortuga - } - manowar = { - Alcance Chimborazo Colombia Diligencia "Gracia del Guayas" Guayaquileña Pichincha "San Francisco" "San Juan" "Santa Marina" - } - cruiser = { - Amazonía Bolívar Galápagos Libertad "Luz de América" Mestizo Orellana Oriente Patria "Santa Elena" - } - frigate = { - Constitución Cuenca Cuero Esmeraldas Espejo Guayaquil Montufar Quito República Zamora - } - monitor = { - Coca Cotopaxi Huancavilca Illiniza Manteño Napo Pastaza Putumayo Shyri Tunguraha - } - clipper_transport = { - Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo - Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz - } - steam_transport = { - Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo - Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz - } - commerce_raider = { - Atacazo Babahoyo Cayambe Corazón Filocorrales Ibarra Machala Puyo Reventador Tulcán - } -} \ No newline at end of file + dreadnought = { + "Cara de Dios" Ecuador Flores "García Moreno" Illingworth Inca Libertador Rocafuerte Stagg Veintemilla + } + ironclad = { + Cormorán "El Oro" Guayas Imbabura "León Marino" "Los Ríos" Manabí Marcismo Pingüino Tortuga + } + manowar = { + Alcance Chimborazo Colombia Diligencia "Gracia del Guayas" Guayaquileña Pichincha "San Francisco" "San Juan" "Santa Marina" + } + cruiser = { + Amazonía Bolívar Galápagos Libertad "Luz de América" Mestizo Orellana Oriente Patria "Santa Elena" + } + frigate = { + Constitución Cuenca Cuero Esmeraldas Espejo Guayaquil Montufar Quito República Zamora + } + monitor = { + Coca Cotopaxi Huancavilca Illiniza Manteño Napo Pastaza Putumayo Shyri Tunguraha + } + clipper_transport = { + Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo + Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz + } + steam_transport = { + Audaz Cuencana Darwin Indestructible Ingapirca Intrépido "Lago Agrio" Marina Orellana Portoviejo + Puyeña Quiteña "San Gregorio" "San José" "San Miguel" "Santa María" Santiago "Santo Domingo" Tena Veloz + } + commerce_raider = { + Atacazo Babahoyo Cayambe Corazón Filocorrales Ibarra Machala Puyo Reventador Tulcán + } +} diff --git a/HPM/common/countries/Greece.txt b/HPM/common/countries/Greece.txt index 2ff14331..784b2640 100644 --- a/HPM/common/countries/Greece.txt +++ b/HPM/common/countries/Greece.txt @@ -2,168 +2,168 @@ color = { 122 180 210 } graphical_culture = EuropeanGC party = { - name = "GRE_conservative" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "GRE_conservative" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GRE_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GRE_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GRE_liberal" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GRE_liberal" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GRE_liberal_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GRE_liberal_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GRE_conservative_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "GRE_conservative_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "GRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GRE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GRE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias - } - ironclad = { - Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" - } - manowar = { - "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof - } - cruiser = { - "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí - } - frigate = { - Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus - } - monitor = { - Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos - } -} \ No newline at end of file + dreadnought = { + Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias + } + ironclad = { + Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" + } + manowar = { + "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof + } + cruiser = { + "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí + } + frigate = { + Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus + } + monitor = { + Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos + } +} diff --git a/HPM/common/countries/Greenland.txt b/HPM/common/countries/Greenland.txt index 5a8b38d8..d1f5daa0 100644 --- a/HPM/common/countries/Greenland.txt +++ b/HPM/common/countries/Greenland.txt @@ -2,153 +2,153 @@ color = { 219 219 219 } graphical_culture = EuropeanGC party = { - name = "DAN_liberal" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "DAN_liberal" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "DAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_liberal_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_liberal_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "DAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "DAN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "DAN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "DAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "DAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "DAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "DAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "DAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "DAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf - } - ironclad = { - Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon - } - manowar = { - "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik - } - cruiser = { - Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen - } - frigate = { - Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota - } - monitor = { - Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg - } -} \ No newline at end of file + dreadnought = { + "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf + } + ironclad = { + Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon + } + manowar = { + "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik + } + cruiser = { + Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen + } + frigate = { + Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota + } + monitor = { + Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg + } +} diff --git a/HPM/common/countries/Guangdong.txt b/HPM/common/countries/Guangdong.txt index c5e9a08a..1cc9fba2 100644 --- a/HPM/common/countries/Guangdong.txt +++ b/HPM/common/countries/Guangdong.txt @@ -3,138 +3,138 @@ color = { 143 238 241 } graphical_culture = ChineseGC party = { - name = "GNG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "GNG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "GNG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GNG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GNG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GNG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "GNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "GNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GNG_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GNG_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Guangxi Clique.txt b/HPM/common/countries/Guangxi Clique.txt index 2707f003..edf58dde 100644 --- a/HPM/common/countries/Guangxi Clique.txt +++ b/HPM/common/countries/Guangxi Clique.txt @@ -3,138 +3,138 @@ color = { 215 234 154 } graphical_culture = ChineseGC party = { - name = "GXI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "GXI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "GXI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GXI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GXI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GXI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GXI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GXI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GXI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "GXI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "GXI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GXI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GXI_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GXI_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Guatemala.txt b/HPM/common/countries/Guatemala.txt index 78c7e317..528b2a29 100644 --- a/HPM/common/countries/Guatemala.txt +++ b/HPM/common/countries/Guatemala.txt @@ -2,138 +2,138 @@ color = { 174 206 203 } graphical_culture = Generic party = { - name = "GUA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GUA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GUA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GUA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GUA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GUA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Constitución Guatemala "José Carrera Turcios" "José María Reina" "Justo Barrios" "Manuel Estrada" "Mariano Rivera" "Pedro Molina" Presidente "Vicente Cerna" - } - ironclad = { - Belice Dulce Hondo Lempa "Los Esclavos" "María Linda" Motagua Nahualete Paz Suchiate - } - manowar = { - Audaz Conquista Independencia Salvador "San José" "San Justo" "San Pedro" "San Vicente" "Santa María" Vencedora - } - cruiser = { - Barrigones "Bartolomé de las Casas" Cakchiquel Itzá Kiche "Nueva Sevilla" Olmeca "Pedro de Alvarado" Qeqchi Zapotitlán - } - frigate = { - "Ciudad de Guatemala" Flores Guastatoya Huehuetenango Jalapa Quetzaltenango Retalhuleu Salamá "Santa Cruz" Totonicapán - } - monitor = { - Acatenago Agua Almolonga Atitlán Fuego "Santa María" "Santo Tomás" Tacaná Tajumulco Tolimán - } - clipper_transport = { - Adoración Atlántica Emprendedora Gracia Huracán Maya Móvil Neptuno Nocturna Oceánica - Pacífica Rompeolas "San Cosme" "San Jorge" "San Pablo" Sirena Tikal Tormenta Tritón Ventisca - } - steam_transport = { - Adoración Atlántica Emprendedora Gracia Huracán Maya Móvil Neptuno Nocturna Oceánica - Pacífica Rompeolas "San Cosme" "San Jorge" "San Pablo" Sirena Tikal Tormenta Tritón Ventisca - } - commerce_raider = { - Chingo Chiquimula Destructor Flores Golpeador Guatemalteco Ixtepeque Lanzador "San Patricio" Suchitán - } -} \ No newline at end of file + dreadnought = { + Constitución Guatemala "José Carrera Turcios" "José María Reina" "Justo Barrios" "Manuel Estrada" "Mariano Rivera" "Pedro Molina" Presidente "Vicente Cerna" + } + ironclad = { + Belice Dulce Hondo Lempa "Los Esclavos" "María Linda" Motagua Nahualete Paz Suchiate + } + manowar = { + Audaz Conquista Independencia Salvador "San José" "San Justo" "San Pedro" "San Vicente" "Santa María" Vencedora + } + cruiser = { + Barrigones "Bartolomé de las Casas" Cakchiquel Itzá Kiche "Nueva Sevilla" Olmeca "Pedro de Alvarado" Qeqchi Zapotitlán + } + frigate = { + "Ciudad de Guatemala" Flores Guastatoya Huehuetenango Jalapa Quetzaltenango Retalhuleu Salamá "Santa Cruz" Totonicapán + } + monitor = { + Acatenago Agua Almolonga Atitlán Fuego "Santa María" "Santo Tomás" Tacaná Tajumulco Tolimán + } + clipper_transport = { + Adoración Atlántica Emprendedora Gracia Huracán Maya Móvil Neptuno Nocturna Oceánica + Pacífica Rompeolas "San Cosme" "San Jorge" "San Pablo" Sirena Tikal Tormenta Tritón Ventisca + } + steam_transport = { + Adoración Atlántica Emprendedora Gracia Huracán Maya Móvil Neptuno Nocturna Oceánica + Pacífica Rompeolas "San Cosme" "San Jorge" "San Pablo" Sirena Tikal Tormenta Tritón Ventisca + } + commerce_raider = { + Chingo Chiquimula Destructor Flores Golpeador Guatemalteco Ixtepeque Lanzador "San Patricio" Suchitán + } +} diff --git a/HPM/common/countries/Guinea.txt b/HPM/common/countries/Guinea.txt index 8134b783..be72ee7d 100644 --- a/HPM/common/countries/Guinea.txt +++ b/HPM/common/countries/Guinea.txt @@ -2,138 +2,138 @@ color = { 96 137 102 } graphical_culture = AfricanGC party = { - name = "GNE_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GNE_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GNE_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "GNE_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "GNE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GNE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GNE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GNE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GNE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GNE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GNE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GNE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GNE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GNE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Guominjun.txt b/HPM/common/countries/Guominjun.txt index 4e387299..efa6bbc8 100644 --- a/HPM/common/countries/Guominjun.txt +++ b/HPM/common/countries/Guominjun.txt @@ -3,151 +3,151 @@ color = { 134 178 197 } graphical_culture = ChineseGC party = { - name = "GMJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GMJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GMJ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "GMJ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "GMJ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GMJ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GMJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GMJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GMJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GMJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GMJ_communist" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GMJ_communist" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GMJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GMJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Guyana.txt b/HPM/common/countries/Guyana.txt index 5e49457a..d1bfd430 100644 --- a/HPM/common/countries/Guyana.txt +++ b/HPM/common/countries/Guyana.txt @@ -2,139 +2,139 @@ color = { 143 111 117 } graphical_culture = SouthAmericanGC party = { - name = "GUY_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GUY_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GUY_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GUY_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GUY_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GUY_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GUY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUY_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GUY_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GUY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GUY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GUY_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GUY_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Gwailor.txt b/HPM/common/countries/Gwailor.txt index b4da6c3b..c2f07508 100644 --- a/HPM/common/countries/Gwailor.txt +++ b/HPM/common/countries/Gwailor.txt @@ -2,108 +2,106 @@ color = { 157 200 42 } graphical_culture = IndianGC party = { - name = "GWA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GWA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GWA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GWA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GWA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GWA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GWA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GWA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GWA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GWA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GWA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GWA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GWA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GWA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - - diff --git a/HPM/common/countries/Hail.txt b/HPM/common/countries/Hail.txt index 342eed2f..29d4c008 100644 --- a/HPM/common/countries/Hail.txt +++ b/HPM/common/countries/Hail.txt @@ -2,139 +2,139 @@ color = { 153 148 87 } graphical_culture = MiddleEasternGC party = { - name = "HAL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HAL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HAL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HAL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad ibn Rashid" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Rashid ibn Abd al-Aziz" "Faisal ibn Turki" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad ibn Rashid" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Rashid ibn Abd al-Aziz" "Faisal ibn Turki" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Haiti.txt b/HPM/common/countries/Haiti.txt index 4e249f6c..dc7e4d94 100644 --- a/HPM/common/countries/Haiti.txt +++ b/HPM/common/countries/Haiti.txt @@ -1,144 +1,144 @@ color = { 139 179 207 } graphical_culture = Generic party = { - name = "HAI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - - } - ironclad = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } - manowar = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } - cruiser = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } - frigate = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } - monitor = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" - "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala - } -} \ No newline at end of file + dreadnought = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + + } + ironclad = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } + manowar = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } + cruiser = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } + frigate = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } + monitor = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Haiti" "Napoleon" "Toussaint Louverture" "Port au Prince" "Jérémie" "Port Sali" "Cap Haitien" "Port de Paix" "Jean Rabel" + "Baron Samedi" Calypso "Reine Mojo" Baka "Odu Bodagris" Dambala + } +} diff --git a/HPM/common/countries/Hamburg.txt b/HPM/common/countries/Hamburg.txt index 7df6d0a5..5b574b7e 100644 --- a/HPM/common/countries/Hamburg.txt +++ b/HPM/common/countries/Hamburg.txt @@ -2,226 +2,226 @@ color = { 104 148 71 } graphical_culture = EuropeanGC party = { - name = "HAM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAM_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAM_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAM_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HAM_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HAM_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HAM_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HAM_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAM_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAM_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAM_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAM_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAM_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAM_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAM_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAM_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAM_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAM_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HAM_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - ironclad = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - manowar = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - cruiser = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - frigate = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - monitor = { - "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" - } - clipper_transport = { - "Rickmer Rickmers" "Peter Rickmers" Pamir Petschili Pommern Peking Passat Priwall Parma Perkeo Pola Ponape Pelikan Pinnas Jersbek Osterbek Tarpenbek Olympia Onda Ophelia Ostara - } - steam_transport = { - Amerika Ariadne Batavia Bengalia Bethania Brasilia Caribia Corcovado Dania Hamburg Oceana Palatia Patria Patricia Phoenicia Pretoria Sibiria Thessalia Venetia Ypiranga - } - commerce_raider = { - "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler - } -} \ No newline at end of file + dreadnought = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + ironclad = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + manowar = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + cruiser = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + frigate = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + monitor = { + "Wappen von Hamburg" "Leopoldus Primus" "Bunte Kuh" "Simon von Utrecht" "Sebastian von Bergen" "Joachim Clan" "Nicolaus Jarre" "Johann Slüter" "Lukas von Bostel" "Johann Anderson" "Nicolaus Schuback" "Frans Doormann" "Wilhelm Amsinck" "Christian Matthias Schröder" + } + clipper_transport = { + "Rickmer Rickmers" "Peter Rickmers" Pamir Petschili Pommern Peking Passat Priwall Parma Perkeo Pola Ponape Pelikan Pinnas Jersbek Osterbek Tarpenbek Olympia Onda Ophelia Ostara + } + steam_transport = { + Amerika Ariadne Batavia Bengalia Bethania Brasilia Caribia Corcovado Dania Hamburg Oceana Palatia Patria Patricia Phoenicia Pretoria Sibiria Thessalia Venetia Ypiranga + } + commerce_raider = { + "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler + } +} diff --git a/HPM/common/countries/Hanover.txt b/HPM/common/countries/Hanover.txt index 5d753fab..28ae80a6 100644 --- a/HPM/common/countries/Hanover.txt +++ b/HPM/common/countries/Hanover.txt @@ -2,246 +2,246 @@ color = { 164 217 127 } graphical_culture = EuropeanGC party = { - name = "HAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAN_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAN_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAN_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HAN_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HAN_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HAN_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HAN_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAN_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAN_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAN_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAN_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAN_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAN_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAN_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAN_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HAN_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + dreadnought = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - } - ironclad = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + } + ironclad = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } - manowar = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + + } + manowar = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } - cruiser = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + + } + cruiser = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } - frigate = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + + } + frigate = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } - monitor = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + + } + monitor = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Hannover Victoria "König Georg" Askanian Welf "Heinrich der Löwe" "Ernst August" Emden Wittekind Stade Lüneburg Hildesheim Osnabrück Aurich - - } -} \ No newline at end of file + + } +} diff --git a/HPM/common/countries/Harar.txt b/HPM/common/countries/Harar.txt index 890621f1..c3bcb7c9 100644 --- a/HPM/common/countries/Harar.txt +++ b/HPM/common/countries/Harar.txt @@ -2,150 +2,150 @@ color = { 235 232 222 } graphical_culture = MiddleEasternGC party = { - name = "HAR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HAR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HAR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HAR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Hatay.txt b/HPM/common/countries/Hatay.txt index 2a727375..d0cc7a76 100644 --- a/HPM/common/countries/Hatay.txt +++ b/HPM/common/countries/Hatay.txt @@ -2,176 +2,176 @@ color = { 150 218 186 } graphical_culture = OttomanGC party = { - name = "TUR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TUR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "TUR_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "TUR_socialist" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUR_socialist" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_liberal_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TUR_liberal_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TUR_socialist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TUR_socialist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TUR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Turgut Reis" Hamidiye Reshadiye "Barbaros Hayreddin" Mesudiye - Abdülkader Abdülaziz "Suleyman Kanuni" "Mehmet Fatih" "I. Osman" "I. Bayezid" "I. Ahmed" "Selim Yavuz" - Abdülmecid "III. Selim" "I Mahmud" "II. Mahmud" "Murat Hudavendigar" Topkapi "Devlet-i Aliye" Çaldiran - } - ironclad = { - Hudavendigar Biga Rumeli Ardahan Mentese Anadolu Kibris Germiyan Halep Bagdat Sam Sehrizor Ruha Girit - Yanya Eflak Özü Bosna Içel Rodos Silistre Misir Trablusgarp - } - manowar = { - Osmaniye Mahmudiye Orhaniye Abdülaziz "Asar-i Tevfik" "Asar-i Sevket" "Nijimi Sevket" - "Avni Illah" Idjalieh "Fethi Belund" "Mukaddeme-i Hayir" "Gayret-i Vataniye" "Yadigar-i Millet" - "Muavenet-i Millet" "Numune-i Hamiyet" Adatepe Kocatepe Tinaztepe Zafer Demirhisar Sultanhisar - } - cruiser = { - "Yavuz Sultan Selim" Adatepe Kocatepe "Mehmet Selim" Heibetnuma "Lutf-i Humayun" "Abdul Hamid" - Medjidieh "Mukaddem-i Hayir" Berkefsan Basra Tayyar Samsun "Muavanet-i Milliye" Midilli - Konstantiniyye Ancyra Edirne Usküdar Izmir Bursa Sevres Izmit Konya - } - frigate = { - Timsah "Simir-i Hidsum" Gilyom Nasir Ejder Yunus Draç Sivrihisar Nilüfer Rana - "Doruk Reis" "Hizir Reis" "Timur Hisar" Kos Nuribar "Pelenk-i Derya" Ceyhan "Yar Hisar" - "Mahmud Sevket Pasha" Malatya Kütahya Yozgat - } - monitor = { - "Hersekli Ahmad" "Gedik Ahmad" "Rum Mehmed" Ishak "Çelebi Lutfi" Rustem "Sokollu Mehmed" "Koca Sinan" - "Ozdemiroglu Osman" "Damat Ibrahim" "Filibeli Hafiz" "Koprulu Mehmed" "Merzifonlu Kara Mustafa" "Amcazade Koprulu Huseyin" - "Yirmisekizade Mehmed Said" "Cezayirli Gazi Hasan" "Koca Yusuf" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Ankara Bagdat Erzurum Kars Selanik Monastir Uskup Izmir "Kudüs-ü Serif" Dimashq Saraybosna Edirne Sivas Kayseri Van - Trablusgarp Uskudar Sinop Manisa Filibe Bender Trabzon Mersin Halep Kastamonu - } -} \ No newline at end of file + dreadnought = { + "Turgut Reis" Hamidiye Reshadiye "Barbaros Hayreddin" Mesudiye + Abdülkader Abdülaziz "Suleyman Kanuni" "Mehmet Fatih" "I. Osman" "I. Bayezid" "I. Ahmed" "Selim Yavuz" + Abdülmecid "III. Selim" "I Mahmud" "II. Mahmud" "Murat Hudavendigar" Topkapi "Devlet-i Aliye" Çaldiran + } + ironclad = { + Hudavendigar Biga Rumeli Ardahan Mentese Anadolu Kibris Germiyan Halep Bagdat Sam Sehrizor Ruha Girit + Yanya Eflak Özü Bosna Içel Rodos Silistre Misir Trablusgarp + } + manowar = { + Osmaniye Mahmudiye Orhaniye Abdülaziz "Asar-i Tevfik" "Asar-i Sevket" "Nijimi Sevket" + "Avni Illah" Idjalieh "Fethi Belund" "Mukaddeme-i Hayir" "Gayret-i Vataniye" "Yadigar-i Millet" + "Muavenet-i Millet" "Numune-i Hamiyet" Adatepe Kocatepe Tinaztepe Zafer Demirhisar Sultanhisar + } + cruiser = { + "Yavuz Sultan Selim" Adatepe Kocatepe "Mehmet Selim" Heibetnuma "Lutf-i Humayun" "Abdul Hamid" + Medjidieh "Mukaddem-i Hayir" Berkefsan Basra Tayyar Samsun "Muavanet-i Milliye" Midilli + Konstantiniyye Ancyra Edirne Usküdar Izmir Bursa Sevres Izmit Konya + } + frigate = { + Timsah "Simir-i Hidsum" Gilyom Nasir Ejder Yunus Draç Sivrihisar Nilüfer Rana + "Doruk Reis" "Hizir Reis" "Timur Hisar" Kos Nuribar "Pelenk-i Derya" Ceyhan "Yar Hisar" + "Mahmud Sevket Pasha" Malatya Kütahya Yozgat + } + monitor = { + "Hersekli Ahmad" "Gedik Ahmad" "Rum Mehmed" Ishak "Çelebi Lutfi" Rustem "Sokollu Mehmed" "Koca Sinan" + "Ozdemiroglu Osman" "Damat Ibrahim" "Filibeli Hafiz" "Koprulu Mehmed" "Merzifonlu Kara Mustafa" "Amcazade Koprulu Huseyin" + "Yirmisekizade Mehmed Said" "Cezayirli Gazi Hasan" "Koca Yusuf" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Ankara Bagdat Erzurum Kars Selanik Monastir Uskup Izmir "Kudüs-ü Serif" Dimashq Saraybosna Edirne Sivas Kayseri Van + Trablusgarp Uskudar Sinop Manisa Filibe Bender Trabzon Mersin Halep Kastamonu + } +} diff --git a/HPM/common/countries/Hawaii.txt b/HPM/common/countries/Hawaii.txt index b5bf0bb7..32b118f6 100644 --- a/HPM/common/countries/Hawaii.txt +++ b/HPM/common/countries/Hawaii.txt @@ -2,172 +2,172 @@ color = { 48 169 96 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Hedjaz.txt b/HPM/common/countries/Hedjaz.txt index 701ae6e1..1d3c4894 100644 --- a/HPM/common/countries/Hedjaz.txt +++ b/HPM/common/countries/Hedjaz.txt @@ -1,139 +1,139 @@ color = { 201 107 119 } graphical_culture = MiddleEasternGC party = { - name = "HEJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HEJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HEJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HEJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HEJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HEJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HEJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HEJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HEJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HEJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HEJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HEJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HEJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HEJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Jidda Taif Yanbu Tabuk "Madina al-Munawwara" - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Abu Bakr" Uthman Umar Ali Al-Rashidun Muawiya Hashimiyyun "Barakat Affindi" "Muhammad Abu al-Nubaj" "Masud bin Said" "Ghalib Affindi" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Jidda Taif Yanbu Tabuk "Madina al-Munawwara" + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Hesse-Darmstadt.txt b/HPM/common/countries/Hesse-Darmstadt.txt index fe0cd71e..a57075a0 100644 --- a/HPM/common/countries/Hesse-Darmstadt.txt +++ b/HPM/common/countries/Hesse-Darmstadt.txt @@ -2,230 +2,230 @@ color = { 114 171 184 } graphical_culture = EuropeanGC party = { - name = "HED_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HED_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HED_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HED_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HED_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HED_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HED_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HED_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HED_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HED_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HED_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HED_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HED_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HED_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HED_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HED_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HED_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HED_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HED_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HED_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HED_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HED_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HED_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HED_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HED_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HED_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - - } - ironclad = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - - } - manowar = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - } - cruiser = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - - } - frigate = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - } - monitor = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus - - } -} \ No newline at end of file + dreadnought = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + + } + ironclad = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + + } + manowar = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + } + cruiser = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + + } + frigate = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + } + monitor = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Hessen "Großherzog Ludwig" Mainz Darmstadt Gießen Landgraf Worms "Von Gagern" "Philipp der Großmütige" Fridericus + + } +} diff --git a/HPM/common/countries/Hesse-Kassel.txt b/HPM/common/countries/Hesse-Kassel.txt index e61413bc..663effe6 100644 --- a/HPM/common/countries/Hesse-Kassel.txt +++ b/HPM/common/countries/Hesse-Kassel.txt @@ -2,226 +2,226 @@ color = { 48 169 96 } graphical_culture = EuropeanGC party = { - name = "HEK_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HEK_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HEK_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HEK_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HEK_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HEK_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HEK_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HEK_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HEK_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HEK_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HEK_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HEK_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HEK_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HEK_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HEK_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HEK_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HEK_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HEK_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HEK_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HEK_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HEK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HEK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HEK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HEK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HEK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HEK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - ironclad = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - manowar = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - cruiser = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - frigate = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - monitor = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld - } -} \ No newline at end of file + dreadnought = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + ironclad = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + manowar = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + cruiser = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + frigate = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + monitor = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Kurhessen Kassel Kurfürst "Graf Friedrich" "Graf Wilhelm" Knyphausen "Carl von Haynau" Fulda Hanau "Eisern Helm" Hersfeld + } +} diff --git a/HPM/common/countries/Hobyo.txt b/HPM/common/countries/Hobyo.txt index b2aad39f..b4502906 100644 --- a/HPM/common/countries/Hobyo.txt +++ b/HPM/common/countries/Hobyo.txt @@ -2,139 +2,139 @@ color = { 242 17 46 } graphical_culture = MiddleEasternGC party = { - name = "MAJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MAJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MAJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Holstein.txt b/HPM/common/countries/Holstein.txt index 60186d40..a1c88055 100644 --- a/HPM/common/countries/Holstein.txt +++ b/HPM/common/countries/Holstein.txt @@ -2,233 +2,233 @@ color = { 220 150 158 } graphical_culture = EuropeanGC party = { - name = "HLS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HLS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HLS_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HLS_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HLS_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HLS_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HLS_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HLS_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HLS_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HLS_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HLS_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HLS_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HLS_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HLS_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HLS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HLS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HLS_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HLS_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HLS_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HLS_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HLS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HLS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HLS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HLS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HLS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HLS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt - "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - ironclad = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - manowar = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - cruiser = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - frigate = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - monitor = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg - "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler - } -} \ No newline at end of file + dreadnought = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt + "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + ironclad = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + manowar = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + cruiser = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + frigate = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + monitor = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg + "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler + } +} diff --git a/HPM/common/countries/Honduras.txt b/HPM/common/countries/Honduras.txt index ad4590ee..e59a1a2e 100644 --- a/HPM/common/countries/Honduras.txt +++ b/HPM/common/countries/Honduras.txt @@ -2,168 +2,168 @@ color = { 166 72 57 } graphical_culture = Generic party = { - name = "HON_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HON_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HON_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HON_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HON_conservative_2" - start_date = 1902.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HON_conservative_2" + start_date = 1902.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HON_liberal_2" - start_date = 1873.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HON_liberal_2" + start_date = 1873.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HON_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HON_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HON_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HON_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HON_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HON_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HON_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HON_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HON_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HON_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Francisco Ferrera" "Francisco Morazán" Honduras "José María Medina" "José Santos" "Luis Bográn" "Manuel Bonilla" "Marco Aurelio Soto" "Terencio Sierra" "Tiburcio Andino" - } - ironclad = { - Barahona Hornett Lempa Nacaome Patuca Sigre Tatumbla Tigre Ulúa "Veintidós de Febrero" - } - manowar = { - Alíseo Federación Honduras Libertad Nación "San Francisco" "Santa Catalina" Tormenta Trueno - } - cruiser = { - "Cerro Palenque" Chorti Copán "Cristóbal Colón" Curruste Cuyamel Despoloncal Maya "Pedro de Alvarado" Ticamaya - } - frigate = { - Comayagua Gracias Juticalpa "La Esperanza" "Puerto Lempira" "San Pedro Sula" "Santa Bárbara" Tegucigalpa Trujillo Yoro - } - monitor = { - Atlántida Colón "El Tigre" "Gracias a Dios" "La Paz" Ocotepeque Utila Valle Yojoa "Zacate Grande" - } - clipper_transport = { - Adelantada Azúl Blanco Colorado Corsario Diamante Esmeralda "Estrella de los Mares" Hondureño Marejada - Navegante Relámpago Rubí "San Joaquín" "San Nicolás" "Santa Ana" Surcadora Temporal Verde Voladora - } - steam_transport = { - Adelantada Azúl Blanco Colorado Corsario Diamante Esmeralda "Estrella de los Mares" Hondureño Marejada - Navegante Relámpago Rubí "San Joaquín" "San Nicolás" "Santa Ana" Surcadora Temporal Verde Voladora - } - commerce_raider = { - Amanecer Búfalo Cabañas Carías Flotante Guarda Irreverente Lempira Víctor Zambrano - } -} \ No newline at end of file + dreadnought = { + "Francisco Ferrera" "Francisco Morazán" Honduras "José María Medina" "José Santos" "Luis Bográn" "Manuel Bonilla" "Marco Aurelio Soto" "Terencio Sierra" "Tiburcio Andino" + } + ironclad = { + Barahona Hornett Lempa Nacaome Patuca Sigre Tatumbla Tigre Ulúa "Veintidós de Febrero" + } + manowar = { + Alíseo Federación Honduras Libertad Nación "San Francisco" "Santa Catalina" Tormenta Trueno + } + cruiser = { + "Cerro Palenque" Chorti Copán "Cristóbal Colón" Curruste Cuyamel Despoloncal Maya "Pedro de Alvarado" Ticamaya + } + frigate = { + Comayagua Gracias Juticalpa "La Esperanza" "Puerto Lempira" "San Pedro Sula" "Santa Bárbara" Tegucigalpa Trujillo Yoro + } + monitor = { + Atlántida Colón "El Tigre" "Gracias a Dios" "La Paz" Ocotepeque Utila Valle Yojoa "Zacate Grande" + } + clipper_transport = { + Adelantada Azúl Blanco Colorado Corsario Diamante Esmeralda "Estrella de los Mares" Hondureño Marejada + Navegante Relámpago Rubí "San Joaquín" "San Nicolás" "Santa Ana" Surcadora Temporal Verde Voladora + } + steam_transport = { + Adelantada Azúl Blanco Colorado Corsario Diamante Esmeralda "Estrella de los Mares" Hondureño Marejada + Navegante Relámpago Rubí "San Joaquín" "San Nicolás" "Santa Ana" Surcadora Temporal Verde Voladora + } + commerce_raider = { + Amanecer Búfalo Cabañas Carías Flotante Guarda Irreverente Lempira Víctor Zambrano + } +} diff --git a/HPM/common/countries/Hunan.txt b/HPM/common/countries/Hunan.txt index 68748e8f..82c9e663 100644 --- a/HPM/common/countries/Hunan.txt +++ b/HPM/common/countries/Hunan.txt @@ -3,138 +3,138 @@ color = { 150 150 132 } graphical_culture = ChineseGC party = { - name = "HNN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "HNN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "HNN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HNN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HNN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HNN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HNN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HNN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HNN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "HNN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "HNN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HNN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HNN_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HNN_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Hungary.txt b/HPM/common/countries/Hungary.txt index 3a540f83..dc2642b8 100644 --- a/HPM/common/countries/Hungary.txt +++ b/HPM/common/countries/Hungary.txt @@ -2,280 +2,280 @@ color = { 152 85 92 } graphical_culture = AustriaHungaryGC party = { - name = "HUN_liberal" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HUN_liberal" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HUN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HUN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HUN_liberal_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HUN_liberal_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HUN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HUN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HUN_reactionary" - start_date = 1830.1.1 - end_date = 1881.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "HUN_reactionary" + start_date = 1830.1.1 + end_date = 1881.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "HUN_socialist" - start_date = 1848.1.1 - end_date = 1890.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HUN_socialist" + start_date = 1848.1.1 + end_date = 1890.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HUN_socialist_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HUN_socialist_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HUN_socialist_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HUN_socialist_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HUN_socialist_4" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HUN_socialist_4" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HUN_liberal_3" - start_date = 1914.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "HUN_liberal_3" + start_date = 1914.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "HUN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "HUN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "HUN_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "HUN_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "HUN_conservative_3" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HUN_conservative_3" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HUN_conservative_4" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HUN_conservative_4" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HUN_reactionary_2" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "HUN_reactionary_2" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "HUN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HUN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Szent Istvan" Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - } - ironclad = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - - } - manowar = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - } - cruiser = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - } - frigate = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - } - monitor = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan - - - } -} \ No newline at end of file + dreadnought = { + "Szent Istvan" Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + } + ironclad = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + + } + manowar = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + } + cruiser = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + } + frigate = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + } + monitor = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Zrinyi Árpád Szigetvár Sava Temes Bodrog Szamos Körös Maros Leitha Balaton Csepel Lika Orjen Tátra Triglav Dinara Csikós Pandúr Réka Turul Huszár Ulan + + + } +} diff --git a/HPM/common/countries/Hyderabad.txt b/HPM/common/countries/Hyderabad.txt index 800ee935..50dd89e7 100644 --- a/HPM/common/countries/Hyderabad.txt +++ b/HPM/common/countries/Hyderabad.txt @@ -2,143 +2,143 @@ color = { 89 141 140 } graphical_culture = IndianGC party = { - name = "HYD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HYD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HYD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HYD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HYD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HYD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HYD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HYD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HYD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HYD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HYD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HYD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HYD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HYD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - ironclad = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - manowar = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - cruiser = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - frigate = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - monitor = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } -} \ No newline at end of file + dreadnought = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + ironclad = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + manowar = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + cruiser = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + frigate = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + monitor = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } +} diff --git a/HPM/common/countries/Iberia.txt b/HPM/common/countries/Iberia.txt index 142b9894..06f66723 100644 --- a/HPM/common/countries/Iberia.txt +++ b/HPM/common/countries/Iberia.txt @@ -2,320 +2,320 @@ color = { 231 244 12 } graphical_culture = SpanishGC party = { - name = "SPA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_conservative_2" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_2" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_2" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_liberal_2" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_3" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_3" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_4" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_liberal_4" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_5" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_5" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_6" - start_date = 1912.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_6" + start_date = 1912.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_3" - start_date = 1901.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_conservative_3" + start_date = 1901.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_liberal_7" - start_date = 1906.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_7" + start_date = 1906.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_4" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_conservative_4" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_conservative_5" - start_date = 1898.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_5" + start_date = 1898.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SPA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SPA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" - "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" - "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" - } - battleship = { - Pelayo - } - ironclad = { - Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete - "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella - Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza - "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" - } - clipper_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - steam_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - commerce_raider = { - "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar - Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre - Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil - "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; - } - cruiser = { - "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" - "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" - "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" - "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" - } - - frigate = { - "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia - "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno - Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano - "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão - } - monitor = { - "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" - "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" - "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" - "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" - } - manowar = { - "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" - "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" - "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" - "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola - } -} \ No newline at end of file + dreadnought = { + "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" + "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" + "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" + } + battleship = { + Pelayo + } + ironclad = { + Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete + "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella + Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza + "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" + } + clipper_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + steam_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + commerce_raider = { + "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar + Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre + Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil + "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; + } + cruiser = { + "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" + "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" + "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" + "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" + } + + frigate = { + "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia + "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno + Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano + "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão + } + monitor = { + "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" + "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" + "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" + "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" + } + manowar = { + "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" + "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" + "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" + "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola + } +} diff --git a/HPM/common/countries/Iceland.txt b/HPM/common/countries/Iceland.txt index cef5eea0..f3772b89 100644 --- a/HPM/common/countries/Iceland.txt +++ b/HPM/common/countries/Iceland.txt @@ -2,121 +2,121 @@ color = { 62 129 155 } graphical_culture = EuropeanGC party = { - name = "ICL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "ICL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "ICL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ICL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ICL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ICL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ICL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ICL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ICL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ICL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ICL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ICL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Áss Vanr Álfr Jötunn - } - ironclad = { - Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen - } - manowar = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - } - cruiser = { - Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti - } - frigate = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - } - monitor = { - Skorpionen Mjølner Thrudvang - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Heimdal "Fridtjof Nansen" Nordkapp - } -} \ No newline at end of file + dreadnought = { + Áss Vanr Álfr Jötunn + } + ironclad = { + Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen + } + manowar = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + } + cruiser = { + Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti + } + frigate = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + } + monitor = { + Skorpionen Mjølner Thrudvang + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Heimdal "Fridtjof Nansen" Nordkapp + } +} diff --git a/HPM/common/countries/Illinois.txt b/HPM/common/countries/Illinois.txt index ff018a49..52a6f637 100644 --- a/HPM/common/countries/Illinois.txt +++ b/HPM/common/countries/Illinois.txt @@ -2,148 +2,148 @@ graphical_culture = UsGC color = { 111 165 227 } party = { - name = "UIL_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UIL_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UIL_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UIL_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UIL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UIL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UIL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UIL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UIL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UIL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UIL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UIL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UIL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UIL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/India.txt b/HPM/common/countries/India.txt index d7867cac..e449daa0 100644 --- a/HPM/common/countries/India.txt +++ b/HPM/common/countries/India.txt @@ -2,143 +2,143 @@ color = {247 155 53} graphical_culture = IndianGC party = { - name = "HND_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HND_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HND_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HND_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HND_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HND_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HND_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HND_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HND_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HND_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HND_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HND_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HND_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HND_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - ironclad = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - manowar = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - cruiser = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - frigate = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - monitor = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" - Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine - } -} \ No newline at end of file + dreadnought = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + ironclad = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + manowar = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + cruiser = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + frigate = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + monitor = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Alia Aurangabad Devki Fatimah Godvari Gulbargah Jalsena "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" + Niknaz "Nila Jahazi" Niloufa Sagar Salima Suhalia Shameena Yasmine + } +} diff --git a/HPM/common/countries/Indonesia.txt b/HPM/common/countries/Indonesia.txt index 5044e6bd..e9c1a012 100644 --- a/HPM/common/countries/Indonesia.txt +++ b/HPM/common/countries/Indonesia.txt @@ -2,167 +2,167 @@ color = { 255 230 89 } graphical_culture = AsianGC party = { - name = "INO_conservative" #Partai Golongan Karya - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "INO_conservative" #Partai Golongan Karya + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "INO_liberal" #Partai Majelis Syuro Muslimin Indonesia - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "INO_liberal" #Partai Majelis Syuro Muslimin Indonesia + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "INO_liberal_2" #Partai Demokrat - start_date = 1900.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "INO_liberal_2" #Partai Demokrat + start_date = 1900.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "INO_reactionary" #Nahdlatul Ulama - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "INO_reactionary" #Nahdlatul Ulama + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "INO_anarcho_liberal" #Partai Nasdem - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "INO_anarcho_liberal" #Partai Nasdem + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "INO_socialist" #Partai Sosialis Indonesia - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "INO_socialist" #Partai Sosialis Indonesia + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "INO_socialist_2" #Partai Nasional Indonesia - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "INO_socialist_2" #Partai Nasional Indonesia + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "INO_communist" #Partai Komunis Indonesia - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "INO_communist" #Partai Komunis Indonesia + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "INO_fascist" #Partai Gerakan Indonesia Raya - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "INO_fascist" #Partai Gerakan Indonesia Raya + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - - } - ironclad = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - manowar = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - cruiser = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - frigate = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - monitor = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } -} \ No newline at end of file + dreadnought = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + + } + ironclad = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + manowar = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + cruiser = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + frigate = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + monitor = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } +} diff --git a/HPM/common/countries/Indore.txt b/HPM/common/countries/Indore.txt index 12b9b16f..cb232646 100644 --- a/HPM/common/countries/Indore.txt +++ b/HPM/common/countries/Indore.txt @@ -2,107 +2,106 @@ color = { 128 170 63 } graphical_culture = IndianGC party = { - name = "IND_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "IND_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "IND_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "IND_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "IND_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IND_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "IND_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IND_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IND_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "IND_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "IND_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IND_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IND_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IND_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Ingria.txt b/HPM/common/countries/Ingria.txt index 42d9e691..44bab3f2 100644 --- a/HPM/common/countries/Ingria.txt +++ b/HPM/common/countries/Ingria.txt @@ -2,142 +2,142 @@ color = { 250 241 19 } graphical_culture = EuropeanGC party = { - name = "RUS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "RUS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "RUS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "RUS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "RUS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RUS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RUS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - ironclad = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - manowar = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - cruiser = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - frigate = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - } - monitor = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo - - } -} \ No newline at end of file + dreadnought = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + ironclad = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + manowar = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + cruiser = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + frigate = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + } + monitor = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo + + } +} diff --git a/HPM/common/countries/Ionian Islands.txt b/HPM/common/countries/Ionian Islands.txt index bf2c7614..67d43230 100644 --- a/HPM/common/countries/Ionian Islands.txt +++ b/HPM/common/countries/Ionian Islands.txt @@ -2,144 +2,144 @@ color = { 153 141 117 } graphical_culture = EuropeanGC party = { - name = "ION_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ION_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ION_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ION_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ION_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ION_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ION_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ION_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ION_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ION_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ION_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ION_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ION_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ION_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } - ironclad = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - - } - manowar = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } - cruiser = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } - frigate = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } - monitor = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò - "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" - } -} \ No newline at end of file + dreadnought = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } + ironclad = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + + } + manowar = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } + cruiser = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } + frigate = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } + monitor = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Ioannis Kapodistrias" Kolokotronis "Rigas Feraios" "Athanasios Diakos" "Filiki Eteria" Corfù Cephalonia Cerigo Ithaca Paxò + "Santa Maura" Zante Argostoli Kythira Vathy Gaios Lefkada Zakynthos "St. Mikaelos" "St. Georgios" + } +} diff --git a/HPM/common/countries/Iraq.txt b/HPM/common/countries/Iraq.txt index 99df40e2..879df8b6 100644 --- a/HPM/common/countries/Iraq.txt +++ b/HPM/common/countries/Iraq.txt @@ -2,151 +2,151 @@ color = { 122 132 110} graphical_culture = Generic party = { - name = "IRQ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "IRQ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "IRQ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IRQ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IRQ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IRQ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IRQ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IRQ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IRQ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "IRQ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "IRQ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IRQ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IRQ_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IRQ_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - - } - ironclad = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - manowar = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - cruiser = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - frigate = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - monitor = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } -} \ No newline at end of file + dreadnought = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + + } + ironclad = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + manowar = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + cruiser = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + frigate = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + monitor = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } +} diff --git a/HPM/common/countries/Ireland.txt b/HPM/common/countries/Ireland.txt index 67ccfc50..fe9da178 100644 --- a/HPM/common/countries/Ireland.txt +++ b/HPM/common/countries/Ireland.txt @@ -2,211 +2,211 @@ color = { 112 150 105 } graphical_culture = Generic party = { - name = "IRE_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "IRE_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "IRE_conservative" - start_date = 1830.1.1 - end_date = 1940.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IRE_conservative" + start_date = 1830.1.1 + end_date = 1940.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IRE_liberal_2" - start_date = 1830.1.1 - end_date = 1845.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "IRE_liberal_2" + start_date = 1830.1.1 + end_date = 1845.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "IRE_liberal_3" - start_date = 1850.1.1 - end_date = 1866.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "IRE_liberal_3" + start_date = 1850.1.1 + end_date = 1866.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "IRE_liberal_4" - start_date = 1859.1.1 - end_date = 1879.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "IRE_liberal_4" + start_date = 1859.1.1 + end_date = 1879.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "IRE_liberal_5" - start_date = 1879.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "IRE_liberal_5" + start_date = 1879.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "IRE_liberal_6" - start_date = 1879.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "IRE_liberal_6" + start_date = 1879.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "IRE_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "IRE_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "IRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "IRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "IRE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "IRE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "IRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "O’Faolain" "Caomhánach" "Mannion" "Corcaigh" "Gaillimh" - } - ironclad = { - "Baile Átha Cliath" "Cúige Laighean" "Ulaidh" "An Mhumhain" "Connachta" - } - manowar = { - "Port Láirge" "Dún na nGall" "Loingsech" "Ó’Conghaile" "An Cóbh" - } - cruiser = { - "Michelle" "Peigi" "Máire" "Róisín" "Esther" - } - frigate = { - "Fort Rannoch" "Cliona" "Maev" "Macha" "an Cóbh" - } - monitor = { - "Muirchú" "Réabhlóid" "Dónal Ó Conaill" "Emmet" - } - clipper_transport = { - "Parnell" "Oileáin Árann" "an Chláir" "Mhaigh Eo" "Mairead" - } - steam_transport = { - "Lady Wicklow" "Robin" "Adele" "Aontroim" "Fionn Radharc" - } - commerce_raider = { - "Dún Droma" "Marino" "Baile Bocht" "Béal Feirste" "Frongoch" - } -} \ No newline at end of file + dreadnought = { + "O’Faolain" "Caomhánach" "Mannion" "Corcaigh" "Gaillimh" + } + ironclad = { + "Baile Átha Cliath" "Cúige Laighean" "Ulaidh" "An Mhumhain" "Connachta" + } + manowar = { + "Port Láirge" "Dún na nGall" "Loingsech" "Ó’Conghaile" "An Cóbh" + } + cruiser = { + "Michelle" "Peigi" "Máire" "Róisín" "Esther" + } + frigate = { + "Fort Rannoch" "Cliona" "Maev" "Macha" "an Cóbh" + } + monitor = { + "Muirchú" "Réabhlóid" "Dónal Ó Conaill" "Emmet" + } + clipper_transport = { + "Parnell" "Oileáin Árann" "an Chláir" "Mhaigh Eo" "Mairead" + } + steam_transport = { + "Lady Wicklow" "Robin" "Adele" "Aontroim" "Fionn Radharc" + } + commerce_raider = { + "Dún Droma" "Marino" "Baile Bocht" "Béal Feirste" "Frongoch" + } +} diff --git a/HPM/common/countries/Israel.txt b/HPM/common/countries/Israel.txt index 11079e68..92616e06 100644 --- a/HPM/common/countries/Israel.txt +++ b/HPM/common/countries/Israel.txt @@ -3,131 +3,131 @@ graphical_culture = EuropeanGC party = { - name = "ISR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ISR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ISR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ISR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ISR_socialist" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ISR_socialist" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ISR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ISR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ISR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ISR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ISR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ISR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ISR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ISR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - } - ironclad = { - } - manowar = { - } - cruiser = { - } - frigate = { - } - monitor = { - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - } -} \ No newline at end of file + dreadnought = { + } + ironclad = { + } + manowar = { + } + cruiser = { + } + frigate = { + } + monitor = { + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + } +} diff --git a/HPM/common/countries/Italy.txt b/HPM/common/countries/Italy.txt index bb93f96e..75d1fd4d 100644 --- a/HPM/common/countries/Italy.txt +++ b/HPM/common/countries/Italy.txt @@ -2,202 +2,202 @@ color = { 125 171 84 } graphical_culture = ItalianGC party = { - name = "ITA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ITA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ITA_conservative" - start_date = 1830.1.1 - end_date = 1913.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ITA_conservative" + start_date = 1830.1.1 + end_date = 1913.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ITA_conservative_2" - start_date = 1912.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ITA_conservative_2" + start_date = 1912.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ITA_conservative_3" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ITA_conservative_3" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ITA_liberal" - start_date = 1830.1.1 - end_date = 1913.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ITA_liberal" + start_date = 1830.1.1 + end_date = 1913.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ITA_liberal_2" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ITA_liberal_2" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ITA_socialist" - start_date = 1848.1.1 - end_date = 1922.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ITA_socialist" + start_date = 1848.1.1 + end_date = 1922.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ITA_socialist_2" - start_date = 1892.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ITA_socialist_2" + start_date = 1892.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ITA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ITA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ITA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ITA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ITA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ITA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } unit_names = { - dreadnought = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - } - battleship = { - "Caio Duilio" "Enrico Dandolo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Andrea Doria" "Re Umberto" Sicilia Sardegna "Ammiraglio di Saint Bon" "Emanuele Filiberto" "Regina Margherita" "Benedetto Brin" "Regina Elena" "Vittorio Emanuele" Napoli Roma - } - ironclad = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - } - manowar = { - Sicilia Sardegna Puglia Libia Campania Basilicata Quarto Venezia Trento "Valle d'Aosta" Piemonte Liguria Lombardia Veneto Trentino Friuli "Emilia-Romagna" Toscana Marche Umbria Lazio Abruzzo Molise Calabria - } - cruiser = { - "Marco Polo" "Carlo Alberto" "Vettor Pisani" "General Garibaldi" "General San Martin" "General Belgrano" "General Pueyrredon" Amalfi Pisa "San Giorgio" "San Marco" "Nino Bixio" Marsala Taranto Brindisi Bari Trieste Fiume Gorizia Pola Zara Bolzano - } - frigate = { - Fulmine Lampo Freccia Dardo Strale Euro Ostro Nembo Turbine Aquilone Borea Zeffiro Espero Artigliere Bersagliere Corazziere Garibaldino - Granatiere Lanciere Alpino Fuciliere Pontiere Ascaro Indomito Impavido Impetuoso Insidioso Intrepido Irrequieto Ardito Ardente Audace Animoso - } - monitor = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Rosolino Pilo" "Giuseppe Cesare Abba" "Pilade Bronzetti" "Giuseppe Missori" "Antonio Mosto" "Ippolito Nievo" "Francesco Nullo" "Simone Schiaffino" "Giuseppe Sirtori" "Giovanni Acerbi" "Vincenzo Giordano Orsini" "Francesco Stucco" - } + dreadnought = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + } + battleship = { + "Caio Duilio" "Enrico Dandolo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Andrea Doria" "Re Umberto" Sicilia Sardegna "Ammiraglio di Saint Bon" "Emanuele Filiberto" "Regina Margherita" "Benedetto Brin" "Regina Elena" "Vittorio Emanuele" Napoli Roma + } + ironclad = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + } + manowar = { + Sicilia Sardegna Puglia Libia Campania Basilicata Quarto Venezia Trento "Valle d'Aosta" Piemonte Liguria Lombardia Veneto Trentino Friuli "Emilia-Romagna" Toscana Marche Umbria Lazio Abruzzo Molise Calabria + } + cruiser = { + "Marco Polo" "Carlo Alberto" "Vettor Pisani" "General Garibaldi" "General San Martin" "General Belgrano" "General Pueyrredon" Amalfi Pisa "San Giorgio" "San Marco" "Nino Bixio" Marsala Taranto Brindisi Bari Trieste Fiume Gorizia Pola Zara Bolzano + } + frigate = { + Fulmine Lampo Freccia Dardo Strale Euro Ostro Nembo Turbine Aquilone Borea Zeffiro Espero Artigliere Bersagliere Corazziere Garibaldino + Granatiere Lanciere Alpino Fuciliere Pontiere Ascaro Indomito Impavido Impetuoso Insidioso Intrepido Irrequieto Ardito Ardente Audace Animoso + } + monitor = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Rosolino Pilo" "Giuseppe Cesare Abba" "Pilade Bronzetti" "Giuseppe Missori" "Antonio Mosto" "Ippolito Nievo" "Francesco Nullo" "Simone Schiaffino" "Giuseppe Sirtori" "Giovanni Acerbi" "Vincenzo Giordano Orsini" "Francesco Stucco" + } } diff --git a/HPM/common/countries/Ivory Coast.txt b/HPM/common/countries/Ivory Coast.txt index 7af758c2..3daa429d 100644 --- a/HPM/common/countries/Ivory Coast.txt +++ b/HPM/common/countries/Ivory Coast.txt @@ -2,138 +2,138 @@ color = { 0 213 255 } graphical_culture = AfricanGC party = { - name = "IVC_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IVC_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IVC_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "IVC_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "IVC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IVC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "IVC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IVC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IVC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "IVC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "IVC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IVC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IVC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IVC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Jaipur.txt b/HPM/common/countries/Jaipur.txt index 85ec0630..b525633a 100644 --- a/HPM/common/countries/Jaipur.txt +++ b/HPM/common/countries/Jaipur.txt @@ -2,107 +2,106 @@ color = { 79 89 182 } graphical_culture = IndianGC party = { - name = "JAI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Jaisalmer.txt b/HPM/common/countries/Jaisalmer.txt index c341659f..7b0fee30 100644 --- a/HPM/common/countries/Jaisalmer.txt +++ b/HPM/common/countries/Jaisalmer.txt @@ -2,108 +2,106 @@ color = { 99 137 153 } graphical_culture = IndianGC party = { - name = "JAS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - - diff --git a/HPM/common/countries/Jallon.txt b/HPM/common/countries/Jallon.txt index f3e0c662..0c4a662d 100644 --- a/HPM/common/countries/Jallon.txt +++ b/HPM/common/countries/Jallon.txt @@ -2,138 +2,138 @@ color = { 239 228 176 } graphical_culture = AfricanGC party = { - name = "JAL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "JAL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "JAL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Jamaica.txt b/HPM/common/countries/Jamaica.txt index 9efb7a94..cf2032ba 100644 --- a/HPM/common/countries/Jamaica.txt +++ b/HPM/common/countries/Jamaica.txt @@ -2,139 +2,139 @@ color = { 50 160 50 } graphical_culture = EuropeanGC party = { - name = "JAM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "JAM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "JAM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "JAM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "JAM_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAM_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Jambi.txt b/HPM/common/countries/Jambi.txt index f8133632..8dc25769 100644 --- a/HPM/common/countries/Jambi.txt +++ b/HPM/common/countries/Jambi.txt @@ -2,137 +2,137 @@ color = { 23 114 143 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - - } - ironclad = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } - manowar = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } - cruiser = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } - frigate = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } - monitor = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca - } -} \ No newline at end of file + dreadnought = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + + } + ironclad = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } + manowar = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } + cruiser = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } + frigate = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } + monitor = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Jambi Padang Sumatra Inderagiri Pasir Sultan Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Malacca + } +} diff --git a/HPM/common/countries/Japan.txt b/HPM/common/countries/Japan.txt index 2a4aea51..fa80a562 100644 --- a/HPM/common/countries/Japan.txt +++ b/HPM/common/countries/Japan.txt @@ -1,7 +1,7 @@ #color = { 194 53 60 } -color = { 232 26 63 } +color = { 232 26 63 } absolute_monarchy = { 194 123 47 } -prussian_constitutionalism = { 232 26 63 } +prussian_constitutionalism = { 232 26 63 } hms_government = { 232 26 63 } proletarian_dictatorship = { 199 67 44 } democracy = { 244 121 158 } @@ -11,186 +11,186 @@ fascist_dictatorship = { 248 51 22 } graphical_culture = JapaneseGC party = { - name = "JAP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAP_conservative_2" - start_date = 1868.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAP_conservative_2" + start_date = 1868.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAP_reactionary_2" - start_date = 1868.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAP_reactionary_2" + start_date = 1868.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAP_conservative_3" - start_date = 1868.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "JAP_conservative_3" + start_date = 1868.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "JAP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "JAP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - battleship = { - Fuji Yashima Shikishima Hatsuse Asaki Mikasa Iki Tango Sagami Suwo Hizen Iwami Mishima Okinoshima Katori Kashima Satsuma Aki Kawachi Settsu - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + battleship = { + Fuji Yashima Shikishima Hatsuse Asaki Mikasa Iki Tango Sagami Suwo Hizen Iwami Mishima Okinoshima Katori Kashima Satsuma Aki Kawachi Settsu + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Java.txt b/HPM/common/countries/Java.txt index 5a5853a7..65d359fd 100644 --- a/HPM/common/countries/Java.txt +++ b/HPM/common/countries/Java.txt @@ -2,137 +2,137 @@ color = { 164 217 127 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - - } - ironclad = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - manowar = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - cruiser = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - frigate = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - monitor = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } -} \ No newline at end of file + dreadnought = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + + } + ironclad = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + manowar = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + cruiser = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + frigate = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + monitor = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } +} diff --git a/HPM/common/countries/Jodhpur.txt b/HPM/common/countries/Jodhpur.txt index 9bfdc767..11e8d51f 100644 --- a/HPM/common/countries/Jodhpur.txt +++ b/HPM/common/countries/Jodhpur.txt @@ -2,107 +2,106 @@ color = { 104 207 140 } graphical_culture = IndianGC party = { - name = "JOD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JOD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JOD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JOD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JOD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JOD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JOD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JOD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Johore.txt b/HPM/common/countries/Johore.txt index 18f89b48..4d94541a 100644 --- a/HPM/common/countries/Johore.txt +++ b/HPM/common/countries/Johore.txt @@ -2,150 +2,150 @@ color = { 165 151 80 } graphical_culture = AsianGC party = { - name = "JOH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JOH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JOH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JOH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JOH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JOH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JOH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JOH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - ironclad = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - manowar = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - cruiser = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - frigate = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - monitor = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } -} \ No newline at end of file + dreadnought = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + ironclad = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + manowar = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + cruiser = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + frigate = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + monitor = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } +} diff --git a/HPM/common/countries/Jordan.txt b/HPM/common/countries/Jordan.txt index 6ba72417..89597689 100644 --- a/HPM/common/countries/Jordan.txt +++ b/HPM/common/countries/Jordan.txt @@ -2,150 +2,150 @@ color = { 206 17 38 } graphical_culture = MiddleEasternGC party = { - name = "JOR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "JOR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "JOR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "JOR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "JOR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "JOR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "JOR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "JOR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "JOR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOR_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOR_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" "Ibrahim Hananu" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - ironclad = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - manowar = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - cruiser = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - frigate = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - monitor = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } -} \ No newline at end of file + dreadnought = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" "Ibrahim Hananu" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + ironclad = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + manowar = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + cruiser = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + frigate = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + monitor = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } +} diff --git a/HPM/common/countries/Kachin.txt b/HPM/common/countries/Kachin.txt index e411fc96..713dcf58 100644 --- a/HPM/common/countries/Kachin.txt +++ b/HPM/common/countries/Kachin.txt @@ -2,136 +2,136 @@ color = { 236 236 236 } graphical_culture = AsianGC party = { - name = "SHA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SHA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SHA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SHA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SHA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - ironclad = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - manowar = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - cruiser = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - frigate = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - monitor = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } -} \ No newline at end of file + dreadnought = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + ironclad = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + manowar = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + cruiser = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + frigate = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + monitor = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mytykina Dartsendo Gyantse Gartse Kachin Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } +} diff --git a/HPM/common/countries/Kaffa.txt b/HPM/common/countries/Kaffa.txt index b28981ec..f3bb2d19 100644 --- a/HPM/common/countries/Kaffa.txt +++ b/HPM/common/countries/Kaffa.txt @@ -2,150 +2,150 @@ color = { 100 0 15 } graphical_culture = ZuluGC party = { - name = "KAF_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KAF_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KAF_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KAF_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KAF_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAF_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KAF_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAF_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAF_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KAF_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KAF_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAF_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAF_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAF_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Kaga.txt b/HPM/common/countries/Kaga.txt index 0a21ad2a..6e51c184 100644 --- a/HPM/common/countries/Kaga.txt +++ b/HPM/common/countries/Kaga.txt @@ -2,183 +2,183 @@ color = { 214 183 67 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Kalat.txt b/HPM/common/countries/Kalat.txt index 5d07c591..b8e4995f 100644 --- a/HPM/common/countries/Kalat.txt +++ b/HPM/common/countries/Kalat.txt @@ -2,107 +2,106 @@ color = { 97 98 195 } graphical_culture = IndianGC party = { - name = "KAL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KAL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KAL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KAL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KAL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Kalimantan.txt b/HPM/common/countries/Kalimantan.txt index 10409187..5b9fb0cb 100644 --- a/HPM/common/countries/Kalimantan.txt +++ b/HPM/common/countries/Kalimantan.txt @@ -2,137 +2,137 @@ color = { 121 175 235 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - - } - ironclad = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - manowar = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - cruiser = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - frigate = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - monitor = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } -} \ No newline at end of file + dreadnought = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + + } + ironclad = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + manowar = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + cruiser = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + frigate = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + monitor = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } +} diff --git a/HPM/common/countries/Kalmykia.txt b/HPM/common/countries/Kalmykia.txt index 8e3ab39d..d451a0df 100644 --- a/HPM/common/countries/Kalmykia.txt +++ b/HPM/common/countries/Kalmykia.txt @@ -2,152 +2,152 @@ color = { 74 138 199} graphical_culture = Generic party = { - name = "KMK_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "KMK_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "KMK_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KMK_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KMK_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KMK_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KMK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KMK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KMK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "KMK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "KMK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KMK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KMK_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KMK_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - ironclad = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - manowar = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - cruiser = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - frigate = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - monitor = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } -} \ No newline at end of file + dreadnought = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + ironclad = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + manowar = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + cruiser = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + frigate = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + monitor = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } +} diff --git a/HPM/common/countries/Kamchatka.txt b/HPM/common/countries/Kamchatka.txt index 0c35e3d4..c6e6cd2c 100644 --- a/HPM/common/countries/Kamchatka.txt +++ b/HPM/common/countries/Kamchatka.txt @@ -2,143 +2,143 @@ color = { 209 251 255 } graphical_culture = ChineseGC party = { - name = "KAM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "KAM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KAM_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KAM_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KAM_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAM_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KAM_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAM_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAM_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KAM_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KAM_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAM_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAM_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "KAM_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Kanem-Bornu.txt b/HPM/common/countries/Kanem-Bornu.txt index 599f7586..175f2572 100644 --- a/HPM/common/countries/Kanem-Bornu.txt +++ b/HPM/common/countries/Kanem-Bornu.txt @@ -2,138 +2,138 @@ color = { 189 142 177 } graphical_culture = AfricanGC party = { - name = "KBO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "KBO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KBO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "KBO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "KBO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KBO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KBO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KBO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KBO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KBO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KBO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KBO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KBO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KBO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Karelia.txt b/HPM/common/countries/Karelia.txt index 9b3c0696..fe6b0eaa 100644 --- a/HPM/common/countries/Karelia.txt +++ b/HPM/common/countries/Karelia.txt @@ -2,173 +2,173 @@ color = { 136 157 23 } graphical_culture = EuropeanGC party = { - name = "KRL_conservative" - start_date = 1830.1.1 - end_date = 1918.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KRL_conservative" + start_date = 1830.1.1 + end_date = 1918.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KRL_conservative_2" - start_date = 1830.1.1 - end_date = 1905.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "KRL_conservative_2" + start_date = 1830.1.1 + end_date = 1905.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "KRL_liberal" - start_date = 1894.1.1 - end_date = 1917.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRL_liberal" + start_date = 1894.1.1 + end_date = 1917.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRL_liberal_2" - start_date = 1918.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRL_liberal_2" + start_date = 1918.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRL_reactionary" - start_date = 1918.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "KRL_reactionary" + start_date = 1918.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "KRL_socialist" - start_date = 1848.1.1 - end_date = 1920.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KRL_socialist" + start_date = 1848.1.1 + end_date = 1920.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KRL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "KRL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "KRL_communist" - start_date = 1848.1.1 - end_date = 1920.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "KRL_communist" + start_date = 1848.1.1 + end_date = 1920.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "KRL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - ironclad = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - manowar = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - cruiser = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - frigate = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - monitor = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" - "Rauma" "Karelen" "Åbo" - } -} \ No newline at end of file + dreadnought = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + ironclad = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + manowar = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + cruiser = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + frigate = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + monitor = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Uusimaa" "Väinämöinen" "Ilmarinen" "Joukahainen" "Birger Jarl" "Per Brahe" "Tapio" "Lemminkäinen" "Helsinki" "Rauma" "Turku" "Kemi" "Maarianhamina" "Vaasa" "Viipuri" "Kotka" "Oulu" + "Rauma" "Karelen" "Åbo" + } +} diff --git a/HPM/common/countries/Karen.txt b/HPM/common/countries/Karen.txt index 54c53182..672591f1 100644 --- a/HPM/common/countries/Karen.txt +++ b/HPM/common/countries/Karen.txt @@ -2,143 +2,143 @@ color = { 204 132 224 } graphical_culture = AsianGC party = { - name = "BUR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BUR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BUR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BUR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BUR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - ironclad = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - manowar = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - cruiser = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - frigate = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - monitor = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } -} \ No newline at end of file + dreadnought = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + ironclad = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + manowar = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + cruiser = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + frigate = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + monitor = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } +} diff --git a/HPM/common/countries/Karnatak.txt b/HPM/common/countries/Karnatak.txt index ca23bc2f..03ca535c 100644 --- a/HPM/common/countries/Karnatak.txt +++ b/HPM/common/countries/Karnatak.txt @@ -3,134 +3,134 @@ graphical_culture = IndianGC party = { - name = "KRN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KRN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KRN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KRN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KRN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KRN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KRN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KRN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" - } - cruiser = { - Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit - } - ironclad = { - Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant - } - monitor = { - Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu - } - manowar = { - Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur - } - frigate = { - Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant - } -} \ No newline at end of file + dreadnought = { + "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" + } + cruiser = { + Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit + } + ironclad = { + Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant + } + monitor = { + Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu + } + manowar = { + Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur + } + frigate = { + Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant + } +} diff --git a/HPM/common/countries/Kashmir.txt b/HPM/common/countries/Kashmir.txt index 305b6cf7..3104ce0d 100644 --- a/HPM/common/countries/Kashmir.txt +++ b/HPM/common/countries/Kashmir.txt @@ -2,150 +2,150 @@ color = { 63 150 30 } graphical_culture = IndianGC party = { - name = "KAS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KAS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KAS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KAS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KAS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KAS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KAS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KAS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - ironclad = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - manowar = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - cruiser = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - frigate = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - monitor = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine - - Zahira - } -} \ No newline at end of file + dreadnought = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + ironclad = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + manowar = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + cruiser = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + frigate = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + monitor = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Alia Alisha Aziza Beas Chenab Fatimah Guru Indus Jalsena Jhelum Khan Nausena "Nav ka Yudh" Niknaz Niloufa Ravi Sagar Sutlej Yasmine + + Zahira + } +} diff --git a/HPM/common/countries/Kathiri.txt b/HPM/common/countries/Kathiri.txt index 432e99ad..30b71610 100644 --- a/HPM/common/countries/Kathiri.txt +++ b/HPM/common/countries/Kathiri.txt @@ -2,139 +2,139 @@ color = { 204 191 6 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Kazakhstan.txt b/HPM/common/countries/Kazakhstan.txt index 0bb43771..86b77b64 100644 --- a/HPM/common/countries/Kazakhstan.txt +++ b/HPM/common/countries/Kazakhstan.txt @@ -2,143 +2,143 @@ color = { 0 175 202 } graphical_culture = MiddleEasternGC party = { - name = "KAZ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KAZ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KAZ_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KAZ_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KAZ_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAZ_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KAZ_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAZ_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAZ_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KAZ_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KAZ_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KAZ_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KAZ_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KAZ_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Kazembe.txt b/HPM/common/countries/Kazembe.txt index 72b8bb56..61e69379 100644 --- a/HPM/common/countries/Kazembe.txt +++ b/HPM/common/countries/Kazembe.txt @@ -2,138 +2,138 @@ color = { 200 191 231 } graphical_culture = ZuluGC party = { - name = "KZB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KZB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KZB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KZB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KZB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KZB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KZB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KZB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KZB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KZB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KZB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KZB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KZB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KZB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Kenya.txt b/HPM/common/countries/Kenya.txt index a7bdd72e..2c3f20c0 100644 --- a/HPM/common/countries/Kenya.txt +++ b/HPM/common/countries/Kenya.txt @@ -2,137 +2,137 @@ color = { 86 114 143 } graphical_culture = AfricanGC party = { - name = "KNY_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KNY_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KNY_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KNY_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KNY_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KNY_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KNY_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KNY_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KNY_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KNY_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KNY_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KNY_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KNY_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KNY_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi KNYanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Khiva.txt b/HPM/common/countries/Khiva.txt index 1d7b6e6c..b1f1715b 100644 --- a/HPM/common/countries/Khiva.txt +++ b/HPM/common/countries/Khiva.txt @@ -2,143 +2,143 @@ color = { 188 123 103 } graphical_culture = MiddleEasternGC party = { - name = "KHI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KHI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KHI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KHI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KHI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KHI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KHI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KHI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KHI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KHI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KHI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KHI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KHI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KHI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Kokand.txt b/HPM/common/countries/Kokand.txt index 7c648eb6..21a200a2 100644 --- a/HPM/common/countries/Kokand.txt +++ b/HPM/common/countries/Kokand.txt @@ -2,143 +2,143 @@ color = { 119 130 145 } graphical_culture = MiddleEasternGC party = { - name = "KOK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KOK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KOK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KOK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KOK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KOK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KOK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KOK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KOK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KOK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KOK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KOK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KOK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KOK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Kong.txt b/HPM/common/countries/Kong.txt index aeca7e48..b79548ff 100644 --- a/HPM/common/countries/Kong.txt +++ b/HPM/common/countries/Kong.txt @@ -2,138 +2,138 @@ color = { 26 134 58 } graphical_culture = AfricanGC party = { - name = "KNG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KNG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KNG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "KNG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "KNG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KNG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KNG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KNG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Kongo.txt b/HPM/common/countries/Kongo.txt index 30b14859..09245eb8 100644 --- a/HPM/common/countries/Kongo.txt +++ b/HPM/common/countries/Kongo.txt @@ -2,138 +2,138 @@ color = { 87 145 62 } graphical_culture = AfricanGC party = { - name = "KON_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KON_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KON_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KON_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KON_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KON_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KON_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KON_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KON_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KON_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KON_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KON_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KON_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KON_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Korea.txt b/HPM/common/countries/Korea.txt index e75021f9..fd7ae9fa 100644 --- a/HPM/common/countries/Korea.txt +++ b/HPM/common/countries/Korea.txt @@ -2,202 +2,202 @@ color = { 157 144 97 } graphical_culture = AsianGC party = { - name = "KOR_reactionary" - start_date = 1835.1.1 - end_date = 1936.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KOR_reactionary" + start_date = 1835.1.1 + end_date = 1936.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KOR_liberal" - start_date = 1864.1.1 - end_date = 1873.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "KOR_liberal" + start_date = 1864.1.1 + end_date = 1873.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "KOR_liberal_2" - start_date = 1876.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KOR_liberal_2" + start_date = 1876.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KOR_conservative" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KOR_conservative" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KOR_liberal_3" - start_date = 1820.1.1 - end_date = 1864.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KOR_liberal_3" + start_date = 1820.1.1 + end_date = 1864.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KOR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KOR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KOR_conservative_2" - start_date = 1800.1.1 - end_date = 1880.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KOR_conservative_2" + start_date = 1800.1.1 + end_date = 1880.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KOR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KOR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KOR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KOR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KOR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KOR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - ironclad = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - manowar = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - cruiser = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - frigate = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - monitor = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" - Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa - Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" - - } -} \ No newline at end of file + dreadnought = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + ironclad = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + manowar = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + cruiser = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + frigate = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + monitor = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Baekdu Baekje Changbai Duman Daedeok Dongmyeongseong Gayasan Geumgang Geumho Goguryeo "Gyeon Hwon" + Jirisan Jeongjong Kumgangsan Nakdong Sincheon Silla Sobaek Taebaek Taejo Hanseong Haemosu Habaek Hwaeomsa + Worak Yuhwa Yeong "Jeong Do-jeon" "Yi Seong-gye" + + } +} diff --git a/HPM/common/countries/Krakow.txt b/HPM/common/countries/Krakow.txt index f09e5d2a..556ea190 100644 --- a/HPM/common/countries/Krakow.txt +++ b/HPM/common/countries/Krakow.txt @@ -2,168 +2,168 @@ color = { 138 193 231 } graphical_culture = EuropeanGC party = { - name = "KRA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KRA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KRA_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KRA_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KRA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KRA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KRA_conservative_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRA_conservative_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRA_conservative_3" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRA_conservative_3" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KRA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KRA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KRA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KRA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KRA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Tadeusz Kosciuszko" "Adam Czartoryski" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" - "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander""Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Tadeusz Kosciuszko" "Adam Czartoryski" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" + "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander""Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Kuba.txt b/HPM/common/countries/Kuba.txt index b1cc8e8c..c9781c81 100644 --- a/HPM/common/countries/Kuba.txt +++ b/HPM/common/countries/Kuba.txt @@ -2,137 +2,137 @@ color = { 166 72 57 } graphical_culture = ZuluGC party = { - name = "KUB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KUB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KUB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KUB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KUB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KUB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KUB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KUB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KUB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KUB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KUB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KUB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KUB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KUB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Bumba Bushoong Nzambi Kuba Kaam Mwari Mulopwe Mulungu Mbonga Kasai Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Kumul.txt b/HPM/common/countries/Kumul.txt index 252607b5..1e573e82 100644 --- a/HPM/common/countries/Kumul.txt +++ b/HPM/common/countries/Kumul.txt @@ -2,143 +2,143 @@ color = { 255 201 116 } graphical_culture = ChineseGC party = { - name = "KML_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KML_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KML_liberal" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KML_liberal" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KML_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KML_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KML_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KML_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KML_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KML_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KML_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KML_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KML_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KML_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Kurdistan.txt b/HPM/common/countries/Kurdistan.txt index 4c75e973..912946b7 100644 --- a/HPM/common/countries/Kurdistan.txt +++ b/HPM/common/countries/Kurdistan.txt @@ -1,220 +1,220 @@ -color = { 160 30 154 } +color = { 160 30 154 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Kutai.txt b/HPM/common/countries/Kutai.txt index 0ab6c2f2..ba2285ba 100644 --- a/HPM/common/countries/Kutai.txt +++ b/HPM/common/countries/Kutai.txt @@ -2,137 +2,137 @@ color = { 21 75 135 } graphical_culture = AsianGC party = { - name = "KTI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KTI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KTI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KTI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KTI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KTI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KTI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KTI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KTI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KTI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KTI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KTI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KTI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KTI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - - } - ironclad = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - manowar = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - cruiser = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - frigate = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - monitor = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } -} \ No newline at end of file + dreadnought = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + + } + ironclad = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + manowar = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + cruiser = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + frigate = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + monitor = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } +} diff --git a/HPM/common/countries/Kutch.txt b/HPM/common/countries/Kutch.txt index 6d3b66cb..afd74b10 100644 --- a/HPM/common/countries/Kutch.txt +++ b/HPM/common/countries/Kutch.txt @@ -2,108 +2,106 @@ color = { 199 160 139 } graphical_culture = IndianGC party = { - name = "KUT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KUT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KUT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KUT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KUT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KUT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KUT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KUT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KUT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KUT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KUT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KUT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KUT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KUT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - - diff --git a/HPM/common/countries/Kuwait.txt b/HPM/common/countries/Kuwait.txt index c37af05c..486adeb7 100644 --- a/HPM/common/countries/Kuwait.txt +++ b/HPM/common/countries/Kuwait.txt @@ -2,151 +2,151 @@ color = { 129 81 124 } graphical_culture = Generic party = { - name = "IRQ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "IRQ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "IRQ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IRQ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IRQ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "IRQ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "IRQ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IRQ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IRQ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "IRQ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "IRQ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "IRQ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "IRQ_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "IRQ_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - - } - ironclad = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - manowar = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - cruiser = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - frigate = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - monitor = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } -} \ No newline at end of file + dreadnought = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + + } + ironclad = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + manowar = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + cruiser = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + frigate = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + monitor = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Kuwait" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } +} diff --git a/HPM/common/countries/Kyrgyzstan.txt b/HPM/common/countries/Kyrgyzstan.txt index 0fb6df30..32437704 100644 --- a/HPM/common/countries/Kyrgyzstan.txt +++ b/HPM/common/countries/Kyrgyzstan.txt @@ -2,143 +2,143 @@ color = { 244 185 66 } graphical_culture = MiddleEasternGC party = { - name = "KYR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KYR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "KYR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "KYR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "KYR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KYR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KYR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KYR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KYR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KYR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KYR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KYR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KYR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KYR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/La Plata.txt b/HPM/common/countries/La Plata.txt index 7fe00df9..92545f48 100644 --- a/HPM/common/countries/La Plata.txt +++ b/HPM/common/countries/La Plata.txt @@ -1,254 +1,254 @@ color = { 163 196 227 } graphical_culture = SouthAmericanGC party = { - name = "ARG_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ARG_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_2" - start_date = 1835.1.1 - end_date = 1856.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_liberal_2" + start_date = 1835.1.1 + end_date = 1856.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_conservative" - start_date = 1835.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_conservative" + start_date = 1835.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_conservative_2" - start_date = 1871.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_2" + start_date = 1871.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_conservative_3" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_conservative_3" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_conservative_4" - start_date = 1868.1.1 - end_date = 1874.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_conservative_4" + start_date = 1868.1.1 + end_date = 1874.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_liberal_3" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_liberal_3" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ARG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ARG_conservative_5" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ARG_conservative_5" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ARG_liberal_4" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ARG_liberal_4" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ARG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ARG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ARG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ARG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ARG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alvear" "Argentina" "General Rosas" "Moreno" "Paz" "Presidente Avellaneda" "Río de la Plata" "Rivadavia" "San Martín" "Urquiza" - "Yrigoyen" - } - ironclad = { - "Almirante Brown" "Bouchard" "Campichuelo" "Cepeda" "De las Heras" "Federación" "Huamitá" "Independencia" "Júpiter" "Lavalle" - "Libertad" "Marte" "Mercurio" "Neptuno" "Pavón" "Plutón" "Salado" "Salta" "Suipacha" "Thomas" - } - manowar = { - "América" "Aquíles" "Argentina" "Argonauta" "Furor" "Héroe" "Libertador" "Navegante" "Perla Negra" "Río de la Plata" - "Salvador" "San Bernardo" "San Claudio" "San Honorato" "San Joaquín" "Santa Ana" "Santa María" "Santiago" "Terror" "Victoriosa" - } - cruiser = { - "Almirante Brown" "Álvarez Jonte" "Belgrano" "Buenos Aires" "Castelli" "Chichlana" "Garibaldi" "Güemes" "Liniers" "Matheu" - "Mitre" "Nueve de Julio" "Paso" "Patagonia" "Patria" "Pueyrredón" "Roca" "San Martín" "Sarratea" "Veinticinco de Mayo" - } - frigate = { - "Azopardo" "Cervantes" "Espora" "Garay" "Hércules" "Heroína" "La Argentina" "La Libertad" "Murillo" "Parker" - "Piedra Buena" "Presidente Sarmiento" "República" "Robinson" "Rondeau" "Rosales" "Saavedra" "Santísima Trinidad" "Sarandí" "Spiro" - } - monitor = { - "El Plata" "Formosa" "Gran Chaco" "La Pampa" "Lago Argentino" "Los Andes" "Mesopotamia" "Posadas" "Rawson" "Resistencia" - "San Fernando del Valle" "San Miguel" "San Salvador" "Santa Rosa" "Sirena" "Somuncurá" "Tetis" "Tritón" "Viedma" "Vulcano" - } - clipper_transport = { - "Águila" "Apolo" "Atlántida" "Audaz" "Ceres" "Cóndor" "Cruel" "Delfín" "Eolo" "Esperanza" - "Fénix" "Fidela" "Flora" "Hera" "Iris" "Lanza" "Minerva" "Minotauro" "Movimiento" "Odisea" - "Platense" "Proserpina" "Providencia" "Prueba" "Puma" "Rayo" "Relámpago" "Salvadora" "San José" "San Juan Bautista" - "Santa María" "Servidora" "Temeraria" "Tiburón" "Tranquila" "Triunfo" "Ulíses" "Veloz" "Victoria" "Voladora" - } - steam_transport = { - "Águila" "Apolo" "Atlántida" "Audaz" "Ceres" "Cóndor" "Cruel" "Delfín" "Eolo" "Esperanza" - "Fénix" "Fidela" "Flora" "Hera" "Iris" "Lanza" "Minerva" "Minotauro" "Movimiento" "Odisea" - "Platense" "Proserpina" "Providencia" "Prueba" "Puma" "Rayo" "Relámpago" "Salvadora" "San José" "San Juan Bautista" - "Santa María" "Servidora" "Temeraria" "Tiburón" "Tranquila" "Triunfo" "Ulíses" "Veloz" "Victoria" "Voladora" - } - commerce_raider = { - "Bermejo" "Catamarca" "Constitución" "Córdoba" "Corrientes" "Entrerríos" "Jujuy" "La Plata" "La Rioja" "Mendoza" - "Misiones" "Paraná" "Pilcomayo" "Rosario" "San Juan" "San Luis" "Santa Cruz" "Sol Argentino" "Tucumán" "Uruguay" - } + dreadnought = { + "Alvear" "Argentina" "General Rosas" "Moreno" "Paz" "Presidente Avellaneda" "Río de la Plata" "Rivadavia" "San Martín" "Urquiza" + "Yrigoyen" + } + ironclad = { + "Almirante Brown" "Bouchard" "Campichuelo" "Cepeda" "De las Heras" "Federación" "Huamitá" "Independencia" "Júpiter" "Lavalle" + "Libertad" "Marte" "Mercurio" "Neptuno" "Pavón" "Plutón" "Salado" "Salta" "Suipacha" "Thomas" + } + manowar = { + "América" "Aquíles" "Argentina" "Argonauta" "Furor" "Héroe" "Libertador" "Navegante" "Perla Negra" "Río de la Plata" + "Salvador" "San Bernardo" "San Claudio" "San Honorato" "San Joaquín" "Santa Ana" "Santa María" "Santiago" "Terror" "Victoriosa" + } + cruiser = { + "Almirante Brown" "Álvarez Jonte" "Belgrano" "Buenos Aires" "Castelli" "Chichlana" "Garibaldi" "Güemes" "Liniers" "Matheu" + "Mitre" "Nueve de Julio" "Paso" "Patagonia" "Patria" "Pueyrredón" "Roca" "San Martín" "Sarratea" "Veinticinco de Mayo" + } + frigate = { + "Azopardo" "Cervantes" "Espora" "Garay" "Hércules" "Heroína" "La Argentina" "La Libertad" "Murillo" "Parker" + "Piedra Buena" "Presidente Sarmiento" "República" "Robinson" "Rondeau" "Rosales" "Saavedra" "Santísima Trinidad" "Sarandí" "Spiro" + } + monitor = { + "El Plata" "Formosa" "Gran Chaco" "La Pampa" "Lago Argentino" "Los Andes" "Mesopotamia" "Posadas" "Rawson" "Resistencia" + "San Fernando del Valle" "San Miguel" "San Salvador" "Santa Rosa" "Sirena" "Somuncurá" "Tetis" "Tritón" "Viedma" "Vulcano" + } + clipper_transport = { + "Águila" "Apolo" "Atlántida" "Audaz" "Ceres" "Cóndor" "Cruel" "Delfín" "Eolo" "Esperanza" + "Fénix" "Fidela" "Flora" "Hera" "Iris" "Lanza" "Minerva" "Minotauro" "Movimiento" "Odisea" + "Platense" "Proserpina" "Providencia" "Prueba" "Puma" "Rayo" "Relámpago" "Salvadora" "San José" "San Juan Bautista" + "Santa María" "Servidora" "Temeraria" "Tiburón" "Tranquila" "Triunfo" "Ulíses" "Veloz" "Victoria" "Voladora" + } + steam_transport = { + "Águila" "Apolo" "Atlántida" "Audaz" "Ceres" "Cóndor" "Cruel" "Delfín" "Eolo" "Esperanza" + "Fénix" "Fidela" "Flora" "Hera" "Iris" "Lanza" "Minerva" "Minotauro" "Movimiento" "Odisea" + "Platense" "Proserpina" "Providencia" "Prueba" "Puma" "Rayo" "Relámpago" "Salvadora" "San José" "San Juan Bautista" + "Santa María" "Servidora" "Temeraria" "Tiburón" "Tranquila" "Triunfo" "Ulíses" "Veloz" "Victoria" "Voladora" + } + commerce_raider = { + "Bermejo" "Catamarca" "Constitución" "Córdoba" "Corrientes" "Entrerríos" "Jujuy" "La Plata" "La Rioja" "Mendoza" + "Misiones" "Paraná" "Pilcomayo" "Rosario" "San Juan" "San Luis" "Santa Cruz" "Sol Argentino" "Tucumán" "Uruguay" + } } diff --git a/HPM/common/countries/Ladakh.txt b/HPM/common/countries/Ladakh.txt index 2abae955..c13f2b6c 100644 --- a/HPM/common/countries/Ladakh.txt +++ b/HPM/common/countries/Ladakh.txt @@ -2,136 +2,136 @@ color = { 49 175 191 } graphical_culture = IndianGC party = { - name = "LAD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LAD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LAD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LAD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LAD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LAD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LAD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LAD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LAD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LAD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LAD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LAD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LAD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LAD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - ironclad = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - manowar = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - cruiser = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - frigate = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - monitor = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul - } -} \ No newline at end of file + dreadnought = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + ironclad = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + manowar = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + cruiser = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + frigate = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + monitor = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "La-dvags" "Sengge Namgyal" "Tsepal Namgyal" "Nyima-Gon" "Lhachen Bhagan" Zanskar Spiti Leh Lahaul Baltiyul + } +} diff --git a/HPM/common/countries/Lahej.txt b/HPM/common/countries/Lahej.txt index 6e2ccccc..1f6e12fe 100644 --- a/HPM/common/countries/Lahej.txt +++ b/HPM/common/countries/Lahej.txt @@ -2,139 +2,139 @@ color = { 246 134 59 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Lan Xang.txt b/HPM/common/countries/Lan Xang.txt index 03463c4f..027d9576 100644 --- a/HPM/common/countries/Lan Xang.txt +++ b/HPM/common/countries/Lan Xang.txt @@ -2,136 +2,136 @@ color = { 210 46 28 } graphical_culture = AsianGC party = { - name = "LUA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LUA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LUA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LUA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LUA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - ironclad = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - manowar = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - cruiser = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - frigate = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - monitor = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } -} \ No newline at end of file + dreadnought = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + ironclad = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + manowar = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + cruiser = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + frigate = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + monitor = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } +} diff --git a/HPM/common/countries/Lanfang.txt b/HPM/common/countries/Lanfang.txt index a3d4e28c..d80e03b4 100644 --- a/HPM/common/countries/Lanfang.txt +++ b/HPM/common/countries/Lanfang.txt @@ -2,151 +2,151 @@ color = { 255 213 0 } graphical_culture = ChineseGC party = { - name = "LAN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LAN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LAN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LAN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Latvia.txt b/HPM/common/countries/Latvia.txt index 50326de6..81c78b8d 100644 --- a/HPM/common/countries/Latvia.txt +++ b/HPM/common/countries/Latvia.txt @@ -2,217 +2,217 @@ color = { 99 137 153 } graphical_culture = EuropeanGC party = { - name = "LIV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LIV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LIV_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIV_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIV_liberal_2" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LIV_liberal_2" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LIV_reactionary" - start_date = 1820.1.1 - end_date = 1891.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIV_reactionary" + start_date = 1820.1.1 + end_date = 1891.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIV_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LIV_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LIV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIV_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIV_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "LIV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "LIV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - ironclad = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - manowar = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - cruiser = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - frigate = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - monitor = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - - } -} \ No newline at end of file + dreadnought = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + ironclad = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + manowar = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + cruiser = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + frigate = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + monitor = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + + } +} diff --git a/HPM/common/countries/Lebanon.txt b/HPM/common/countries/Lebanon.txt index 9fc5ddf9..f531c81b 100644 --- a/HPM/common/countries/Lebanon.txt +++ b/HPM/common/countries/Lebanon.txt @@ -2,151 +2,151 @@ color = { 22 32 110} graphical_culture = MiddleEasternGC party = { - name = "LBN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "LBN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "LBN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LBN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LBN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LBN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LBN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LBN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LBN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "LBN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "LBN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LBN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LBN_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LBN_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Beirut "Mount Olive" Sidon Triploitana Bakaa Phoenicia "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - - } - ironclad = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - manowar = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - cruiser = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - frigate = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - monitor = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } -} \ No newline at end of file + dreadnought = { + Beirut "Mount Olive" Sidon Triploitana Bakaa Phoenicia "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + + } + ironclad = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + manowar = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + cruiser = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + frigate = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + monitor = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } +} diff --git a/HPM/common/countries/Liberia.txt b/HPM/common/countries/Liberia.txt index 2eeed614..498b1433 100644 --- a/HPM/common/countries/Liberia.txt +++ b/HPM/common/countries/Liberia.txt @@ -2,170 +2,170 @@ color = { 193 138 83 } graphical_culture = AfricanGC party = { - name = "LIB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LIB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LIB_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LIB_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LIB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIB_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIB_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "LIB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "LIB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - - } - ironclad = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - - - } - manowar = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - } - cruiser = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - } - frigate = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - } - monitor = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth - - } -} \ No newline at end of file + dreadnought = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + + } + ironclad = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + + + } + manowar = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + } + cruiser = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + } + frigate = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + } + monitor = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Liberia Monrovia Freedom Abolition Grace Thrust "Free Man" Hope "Promised Land" "Joseph Roberts" "Stephen Benson" Commonwealth + + } +} diff --git a/HPM/common/countries/Libya.txt b/HPM/common/countries/Libya.txt index 566f1a9c..cb0afa31 100644 --- a/HPM/common/countries/Libya.txt +++ b/HPM/common/countries/Libya.txt @@ -2,139 +2,139 @@ color = { 0 75 0 } graphical_culture = MiddleEasternGC party = { - name = "CYR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CYR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CYR_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CYR_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CYR_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CYR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CYR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CYR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Uqba ibn Nafi" Qaramanliyyun "Ahmad al-Qaramanli" Fuzzan Barqa - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Tarabulus Bingazi Surt Murzuq Misrata Ghadamis Tubruq Darna - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Uqba ibn Nafi" Qaramanliyyun "Ahmad al-Qaramanli" Fuzzan Barqa + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Tarabulus Bingazi Surt Murzuq Misrata Ghadamis Tubruq Darna + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Limburg.txt b/HPM/common/countries/Limburg.txt index ef39eb9d..32da1924 100644 --- a/HPM/common/countries/Limburg.txt +++ b/HPM/common/countries/Limburg.txt @@ -2,220 +2,220 @@ color = { 246 197 10 } graphical_culture = EuropeanGC party = { - name = "HOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HOL_liberal" - start_date = 1830.1.1 - end_date = 1886.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal" + start_date = 1830.1.1 + end_date = 1886.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_2" - start_date = 1886.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_2" + start_date = 1886.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_3" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_3" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "HOL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "HOL_communist" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HOL_communist" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HOL_liberal_4" - start_date = 1897.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_4" + start_date = 1897.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_5" - start_date = 1897.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_5" + start_date = 1897.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HOL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HOL_communist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HOL_communist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "De Ruyter" "Tromp" "De Zeven Provincien" "Evertsen" "Kortenaer" "Piet Hein" "Witte de With" "Jacob van Heemskerk" - } - battleship = { - Buffel "De Zeven Provinciën" Evertsen Guinea "Hertog Hendrik" "Jacob van Heemskerck" "Koning der Nederlanden" "Koningin Regentes" Kortenaer "Maarten Harpetsz. Tromp" "Piet Hein" "De Ruyter" Schorpioen Stier - } - ironclad = { - "Hertog Hendrik" "Koning der Nederlanden" "Koningin Regentes" "Koning Willem" "Prins Hendrik" - } - cruiser = { - "Java" "Banckert" "Callenburgh" "Isaac Sweers" "Van Ghent" "Aert van Nes" "Tjerk Hiddes" "Van Galen" "Abraham van der Hulst" "Van Speijck" "Adolf Hertog van Nassau" -"Anna Paulowna" "Zoutman" "Johan Willem Friso" "Van Kinsbergen" -"Pieter Florisz" "Philips van Almonde" - "Bloys van Treslong" "Jan van Brakel" "Van Amstel" "Willem van der Zaan" - } - frigate = { - "Wolf" "Fret" "Hermelijn" "Vos" "Panter" "Jaguar" "Lynx" "Leeuw" "Jakhals" - } - monitor = { - "Buffel" "Guinea" "Schorpioen" "Stier" - } - manowar = { - "Admiraal Generaal" "Beschermer" "Brederode" "Campen" "Eendracht" "Eenhoorn" "Frederik Hendrik" "Gouden Leeuw" -"Graaf Willem" "Groote Liefde" "Jozua" "Kameel" "Kapitein Generaal" "Landman" "Louisa Hendrika" "Overwinnaer" "Prinses Amalia" -"Prinses Roijaal" "Prins Friso" "Prins Willem" "Rosenkrans" "Salamander" "Vergulde Maen" "Verwachting" "Unie" "Vrede" "Vrijheid" "Witte Lam" - } - commerce_raider = { - "Atjeh" "Brabant" "Curacao" "Holland" "Friesland" "Gelderland" "Groningen" "Limburg" "Overijssel" "Suriname" "Utrecht" "Zeeland" - - } - clipper_transport = { - "Amsterdam" "Assendelft" "Batavia" "Delfland" "Dordrecht" "Gouda" "Haarlem" "Hoorn" "Leyden" "Medemblick" "Middelburg" "Rotterdam" "Soerabaja" "Utrecht" "Veere" "Vlissingen" "Willemstad" "Zierikzee" - } - steam_transport = { - "Castor" "Jupiter" "Maan" "Mars" "Mercurius" "Neptunes" "Pollux" "Poolster" "Venus" "Zon" "Zuiderkruis" - } + dreadnought = { + "De Ruyter" "Tromp" "De Zeven Provincien" "Evertsen" "Kortenaer" "Piet Hein" "Witte de With" "Jacob van Heemskerk" + } + battleship = { + Buffel "De Zeven Provinciën" Evertsen Guinea "Hertog Hendrik" "Jacob van Heemskerck" "Koning der Nederlanden" "Koningin Regentes" Kortenaer "Maarten Harpetsz. Tromp" "Piet Hein" "De Ruyter" Schorpioen Stier + } + ironclad = { + "Hertog Hendrik" "Koning der Nederlanden" "Koningin Regentes" "Koning Willem" "Prins Hendrik" + } + cruiser = { + "Java" "Banckert" "Callenburgh" "Isaac Sweers" "Van Ghent" "Aert van Nes" "Tjerk Hiddes" "Van Galen" "Abraham van der Hulst" "Van Speijck" "Adolf Hertog van Nassau" +"Anna Paulowna" "Zoutman" "Johan Willem Friso" "Van Kinsbergen" +"Pieter Florisz" "Philips van Almonde" + "Bloys van Treslong" "Jan van Brakel" "Van Amstel" "Willem van der Zaan" + } + frigate = { + "Wolf" "Fret" "Hermelijn" "Vos" "Panter" "Jaguar" "Lynx" "Leeuw" "Jakhals" + } + monitor = { + "Buffel" "Guinea" "Schorpioen" "Stier" + } + manowar = { + "Admiraal Generaal" "Beschermer" "Brederode" "Campen" "Eendracht" "Eenhoorn" "Frederik Hendrik" "Gouden Leeuw" +"Graaf Willem" "Groote Liefde" "Jozua" "Kameel" "Kapitein Generaal" "Landman" "Louisa Hendrika" "Overwinnaer" "Prinses Amalia" +"Prinses Roijaal" "Prins Friso" "Prins Willem" "Rosenkrans" "Salamander" "Vergulde Maen" "Verwachting" "Unie" "Vrede" "Vrijheid" "Witte Lam" + } + commerce_raider = { + "Atjeh" "Brabant" "Curacao" "Holland" "Friesland" "Gelderland" "Groningen" "Limburg" "Overijssel" "Suriname" "Utrecht" "Zeeland" + + } + clipper_transport = { + "Amsterdam" "Assendelft" "Batavia" "Delfland" "Dordrecht" "Gouda" "Haarlem" "Hoorn" "Leyden" "Medemblick" "Middelburg" "Rotterdam" "Soerabaja" "Utrecht" "Veere" "Vlissingen" "Willemstad" "Zierikzee" + } + steam_transport = { + "Castor" "Jupiter" "Maan" "Mars" "Mercurius" "Neptunes" "Pollux" "Poolster" "Venus" "Zon" "Zuiderkruis" + } } diff --git a/HPM/common/countries/Lippe-Detmold.txt b/HPM/common/countries/Lippe-Detmold.txt index 32447155..56408d9f 100644 --- a/HPM/common/countries/Lippe-Detmold.txt +++ b/HPM/common/countries/Lippe-Detmold.txt @@ -2,226 +2,226 @@ color = { 103 62 185 } graphical_culture = EuropeanGC party = { - name = "LIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIP_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIP_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIP_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "LIP_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "LIP_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LIP_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LIP_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIP_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIP_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIP_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIP_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIP_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIP_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIP_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIP_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIP_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIP_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LIP_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - ironclad = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - manowar = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - cruiser = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - frigate = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - monitor = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker - } -} \ No newline at end of file + dreadnought = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + ironclad = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + manowar = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + cruiser = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + frigate = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + monitor = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lippe Detmold Schaumburg Biesterfeld "Fürst Leopold" "Graf-Regent" "Graf Bernhard" "Graf Ernst" Arminius Cherusker + } +} diff --git a/HPM/common/countries/Lithuania.txt b/HPM/common/countries/Lithuania.txt index 54380d54..d1a54469 100644 --- a/HPM/common/countries/Lithuania.txt +++ b/HPM/common/countries/Lithuania.txt @@ -2,186 +2,186 @@ color = { 154 69 116 } graphical_culture = EuropeanGC party = { - name = "LIT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LIT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LIT_conservative_2" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LIT_conservative_2" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LIT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "LIT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "LIT_liberal_2" - start_date = 1880.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LIT_liberal_2" + start_date = 1880.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LIT_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIT_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIT_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIT_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LIT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LIT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LIT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LIT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LIT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LIT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - - } - ironclad = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - - } - manowar = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - - } - cruiser = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - } - frigate = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - } - monitor = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis - - } -} \ No newline at end of file + dreadnought = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + + } + ironclad = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + + } + manowar = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + + } + cruiser = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + } + frigate = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + } + monitor = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lietuva Mindaugas "Vytautas Didysis" Jogailaitis Zemaitija Kaunas Moletai Vilnius Siauliai Plunge Palanga Silute Taurage Jurbarkas Alytus Trakai Druskininkai Dzkas Slis Skalvis + + } +} diff --git a/HPM/common/countries/Loango.txt b/HPM/common/countries/Loango.txt index 3be54bcf..b378ef95 100644 --- a/HPM/common/countries/Loango.txt +++ b/HPM/common/countries/Loango.txt @@ -2,138 +2,138 @@ color = { 155 148 0 } graphical_culture = AfricanGC party = { - name = "LOA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LOA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LOA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LOA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LOA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LOA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LOA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LOA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LOA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LOA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LOA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LOA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LOA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LOA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Lombardia.txt b/HPM/common/countries/Lombardia.txt index 00258eb9..cbc2d13b 100644 --- a/HPM/common/countries/Lombardia.txt +++ b/HPM/common/countries/Lombardia.txt @@ -1,175 +1,175 @@ color = { 0 156 45 } graphical_culture = ItalianGC party = { - name = "LOM_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LOM_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LOM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LOM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LOM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LOM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LOM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LOM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LOM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LOM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LOM_reactionary_2" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "LOM_reactionary_2" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "LOM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LOM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LOM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LOM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - - } - frigate = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - - } -} \ No newline at end of file + dreadnought = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + + } + frigate = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lombardia Visconti Sforza "Sant'Ambrogio" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + + } +} diff --git a/HPM/common/countries/Lorraine.txt b/HPM/common/countries/Lorraine.txt index 1c17cce2..aab12c76 100644 --- a/HPM/common/countries/Lorraine.txt +++ b/HPM/common/countries/Lorraine.txt @@ -2,306 +2,306 @@ color = { 190 50 40 } graphical_culture = FrenchGC party = { - name = "FRA_reactionary" - start_date = 1830.1.1 - end_date = 1883.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "FRA_reactionary" + start_date = 1830.1.1 + end_date = 1883.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "FRA_liberal" - start_date = 1830.1.1 - end_date = 1870.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRA_liberal" + start_date = 1830.1.1 + end_date = 1870.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRA_conservative" - start_date = 2000.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_conservative" + start_date = 2000.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_socialist" - start_date = 2000.1.1 - end_date = 1870.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "FRA_socialist" + start_date = 2000.1.1 + end_date = 1870.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "FRA_liberal_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_liberal_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_conservative_2" - start_date = 1830.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_conservative_2" + start_date = 1830.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_conservative_3" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "FRA_conservative_3" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "FRA_conservative_4" - start_date = 1870.1.1 - end_date = 1894.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRA_conservative_4" + start_date = 1870.1.1 + end_date = 1894.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRA_liberal_3" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_liberal_3" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "FRA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "FRA_socialist_2" - start_date = 1848.1.1 - end_date = 1905.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "FRA_socialist_2" + start_date = 1848.1.1 + end_date = 1905.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "FRA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "FRA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "FRA_conservative_5" - start_date = 1894.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "FRA_conservative_5" + start_date = 1894.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "FRA_reactionary_2" - start_date = 1883.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRA_reactionary_2" + start_date = 1883.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "FRA_socialist_3" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "FRA_socialist_3" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "FRA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "FRA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dunkerque" "Strasbourg" "Richelieu" "Clemenceau" "Petain" "Napoléon" "Poincare" - "Louis XIV" "Alsace" "Bourgogne" "Poitou" "Calais" "Rouen" "Brest" "Dévastation" - "Courbet" "Amiral Duperré" "Terrible" "Indomptable" "Caiman" "Requin" "Admiral Baudin" - "Formidable" "Hoche" "Marceau" "Magenta" "Neptune" "Brennus" "Charles Martel" "Carnot" - "Jauréguiberry" "Masséna" "Bouvet" "Charlemagne" "Saint Louis" "Gaulois" "Henri IV" - "Iéna" "Suffren" "République" "Patrie" "Démocratie" "Justice" "Liberté" "Verité" - "Danton" "Diderot" "Mirabeau" "Vergniaud" "Voltaire" "Condorcet" "Courbet" "France" - "Jean Bart" "Paris" "Fleurus" "Bretagne" "Lorraine" "Provence" "Bearn" "Flandre" - "Gascoigne" "Languedoc" "Normandie" "Guyenne" "Champagne" "Auvergne" "Lille" "Lyon" - "Orleans" "La Rochelle" "Bourdeaux" - } - ironclad = { - "Congreve" "Foudroyante" "Lave" "Tonnante" "Gloire" "Invincible" "Normandie" "Couronne" - "Magenta" "Solferino" "Flandre" "Gauloise" "Magnanime" "Provence" "Revanche" "Savoie" - "Surveillante" "Valeureuse" "Héroïne" - } - manowar = { - "Alexandre" "Breslaw" "Prince Jérôme" "Ville de Paris" "Ville de Nantes" "Duguay-Trouin" - "Tage" "Donawerth" "Saint Louis" "Fontenoy" "Turenne" "Ville de Bordeaux" "Castiglione" - "Masséna" "Bayard" "Ville de Lyon" "Louis XIV" - } - cruiser = { - "Clovis" "Maurice de Saxe" "Vercingetorix" "Richemont" "Dunois" "Ney" "Leger" "Vauban" - "Conde" "Turenne" "Montebello" "Austerlitz" "Souverain" "Navarin" "Ulm" "Wagram" - "Algésiras" "Arcole" "Friedland" "Impérial" "Eylau" "Tilsitt" "Jena" "Auerstadt" - "Marengo" "Toulon" "Bellone" "Glorieuse" "Gracieuse" "Audacieuse" "Impétueuse" "Ardente" - "Victoire" "Guerrière" "Téméraire" "Triomphant" "Tigre" "Persévérante" "Vigilant" - "Tenace" "Élan" "Duguay Trouin" "Lamotte-Picquet" "Primaguet" "Duquesne" "Tourville" - "Colbert" "Foch" "Algérie" "Jeanne D'Arc" "Maroc" "Lafayette" "Davout" "Suchet" "Forbin" - "Surcouf" "Cosmao" "Lalande" "Galilée" "Lavoisier" "Linois" "La Galissionere" - "Jean de Vienne" "Gloire" "Marseillaise" "Georges Leygues" "De Grasse" "La Fantasque" - "Iphigenie" "Naiade" "Arethuse" "Dubourdieu" "Milan" "Belliqueuse" "Sfax" "Tage" - "Amiral Cécille" "Davout" "Suchet" "Coëtlogon" "Forbin" "Surcouf" "Cosmao" "Lalande" - "Troude" "Galilée" "Lavoisier" "Linois" "Tunisié" "Isly" "Bugeaud" "Chasseloup-Laubat" - "Friant" "Descartes" "Pascal" "Cassard" "D'Assas" "Du Chayla" "Catinat" "Protet" - "D'Entrecasteaux" "Guichen" "Châteaurenault" "D'Estrées" "Infernet" "Jurien de la Gravière" - "Pluton" "Emile Bertin" "Dupuy de Lome" "Admiral Charner" "Bruix" "Chanzy" "Latouche-Treville" - "Pothau" "Dupetit-Thouars" "Gueydon" "Montcalm" "Desaix" "Dupleix" "Kleber" - "Amiral Aube" "Conde" "Sully" "Leon Gambetta" "Victor Hugo" "Jules Michelet" - "Ernest Renan" "Edgar Quinet" "Waldeck-Rousseau" "Thionville" "Metz" "Mulhouse" "Colmar" - "D'Assas" "Du Chayla" "Catinat" "Protet" "D'Entrecasteaux" "Guichen" "Châteaurenault" - } - frigate = { - "Condor" "Epervier" "Faucon" "Vautour" "Wattignies" "Levrier" "Casablanca" "D'Iberville" - "Cassini" "Lahire" "Circé" "Hermione" "Pallas" "Sémiramis" "Armorique" "Junon" - "Magicienne" "Thémis" "Flore" - } - monitor = { - "Océan" "Marengo" "Suffren" "Friedland" "Richelieu" "Colbert" "Trident" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Asmodée" "Gomer" "Darien" "Labrador" "Ulloa" "Cacique" "Canada" "Christophe Colomb" - "Eldorado" "Magellan" "Montezuma" "Orénoque" "Panama" "Albatros" "Descartes" "Vauban" - "Caffarelli" "Mogador" "Pomone" "Isly" "Bellone" "Foudre" "Impératrice Eugénie" - "Souveraine" "Audacieuse" "Impétueuse" "Ardente" "Victoire" "Guerrière" "Renommée" - "Danaé" "Pandore" "Zénobie" "Clorinde" "Astrée" - } + dreadnought = { + "Dunkerque" "Strasbourg" "Richelieu" "Clemenceau" "Petain" "Napoléon" "Poincare" + "Louis XIV" "Alsace" "Bourgogne" "Poitou" "Calais" "Rouen" "Brest" "Dévastation" + "Courbet" "Amiral Duperré" "Terrible" "Indomptable" "Caiman" "Requin" "Admiral Baudin" + "Formidable" "Hoche" "Marceau" "Magenta" "Neptune" "Brennus" "Charles Martel" "Carnot" + "Jauréguiberry" "Masséna" "Bouvet" "Charlemagne" "Saint Louis" "Gaulois" "Henri IV" + "Iéna" "Suffren" "République" "Patrie" "Démocratie" "Justice" "Liberté" "Verité" + "Danton" "Diderot" "Mirabeau" "Vergniaud" "Voltaire" "Condorcet" "Courbet" "France" + "Jean Bart" "Paris" "Fleurus" "Bretagne" "Lorraine" "Provence" "Bearn" "Flandre" + "Gascoigne" "Languedoc" "Normandie" "Guyenne" "Champagne" "Auvergne" "Lille" "Lyon" + "Orleans" "La Rochelle" "Bourdeaux" + } + ironclad = { + "Congreve" "Foudroyante" "Lave" "Tonnante" "Gloire" "Invincible" "Normandie" "Couronne" + "Magenta" "Solferino" "Flandre" "Gauloise" "Magnanime" "Provence" "Revanche" "Savoie" + "Surveillante" "Valeureuse" "Héroïne" + } + manowar = { + "Alexandre" "Breslaw" "Prince Jérôme" "Ville de Paris" "Ville de Nantes" "Duguay-Trouin" + "Tage" "Donawerth" "Saint Louis" "Fontenoy" "Turenne" "Ville de Bordeaux" "Castiglione" + "Masséna" "Bayard" "Ville de Lyon" "Louis XIV" + } + cruiser = { + "Clovis" "Maurice de Saxe" "Vercingetorix" "Richemont" "Dunois" "Ney" "Leger" "Vauban" + "Conde" "Turenne" "Montebello" "Austerlitz" "Souverain" "Navarin" "Ulm" "Wagram" + "Algésiras" "Arcole" "Friedland" "Impérial" "Eylau" "Tilsitt" "Jena" "Auerstadt" + "Marengo" "Toulon" "Bellone" "Glorieuse" "Gracieuse" "Audacieuse" "Impétueuse" "Ardente" + "Victoire" "Guerrière" "Téméraire" "Triomphant" "Tigre" "Persévérante" "Vigilant" + "Tenace" "Élan" "Duguay Trouin" "Lamotte-Picquet" "Primaguet" "Duquesne" "Tourville" + "Colbert" "Foch" "Algérie" "Jeanne D'Arc" "Maroc" "Lafayette" "Davout" "Suchet" "Forbin" + "Surcouf" "Cosmao" "Lalande" "Galilée" "Lavoisier" "Linois" "La Galissionere" + "Jean de Vienne" "Gloire" "Marseillaise" "Georges Leygues" "De Grasse" "La Fantasque" + "Iphigenie" "Naiade" "Arethuse" "Dubourdieu" "Milan" "Belliqueuse" "Sfax" "Tage" + "Amiral Cécille" "Davout" "Suchet" "Coëtlogon" "Forbin" "Surcouf" "Cosmao" "Lalande" + "Troude" "Galilée" "Lavoisier" "Linois" "Tunisié" "Isly" "Bugeaud" "Chasseloup-Laubat" + "Friant" "Descartes" "Pascal" "Cassard" "D'Assas" "Du Chayla" "Catinat" "Protet" + "D'Entrecasteaux" "Guichen" "Châteaurenault" "D'Estrées" "Infernet" "Jurien de la Gravière" + "Pluton" "Emile Bertin" "Dupuy de Lome" "Admiral Charner" "Bruix" "Chanzy" "Latouche-Treville" + "Pothau" "Dupetit-Thouars" "Gueydon" "Montcalm" "Desaix" "Dupleix" "Kleber" + "Amiral Aube" "Conde" "Sully" "Leon Gambetta" "Victor Hugo" "Jules Michelet" + "Ernest Renan" "Edgar Quinet" "Waldeck-Rousseau" "Thionville" "Metz" "Mulhouse" "Colmar" + "D'Assas" "Du Chayla" "Catinat" "Protet" "D'Entrecasteaux" "Guichen" "Châteaurenault" + } + frigate = { + "Condor" "Epervier" "Faucon" "Vautour" "Wattignies" "Levrier" "Casablanca" "D'Iberville" + "Cassini" "Lahire" "Circé" "Hermione" "Pallas" "Sémiramis" "Armorique" "Junon" + "Magicienne" "Thémis" "Flore" + } + monitor = { + "Océan" "Marengo" "Suffren" "Friedland" "Richelieu" "Colbert" "Trident" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Asmodée" "Gomer" "Darien" "Labrador" "Ulloa" "Cacique" "Canada" "Christophe Colomb" + "Eldorado" "Magellan" "Montezuma" "Orénoque" "Panama" "Albatros" "Descartes" "Vauban" + "Caffarelli" "Mogador" "Pomone" "Isly" "Bellone" "Foudre" "Impératrice Eugénie" + "Souveraine" "Audacieuse" "Impétueuse" "Ardente" "Victoire" "Guerrière" "Renommée" + "Danaé" "Pandore" "Zénobie" "Clorinde" "Astrée" + } } diff --git a/HPM/common/countries/Los Altos.txt b/HPM/common/countries/Los Altos.txt index e693cee6..b3d4f2d6 100644 --- a/HPM/common/countries/Los Altos.txt +++ b/HPM/common/countries/Los Altos.txt @@ -2,138 +2,138 @@ color = { 190 75 155 } graphical_culture = SouthAmericanGC party = { - name = "LOS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LOS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LOS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LOS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LOS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LOS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LOS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LOS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LOS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LOS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LOS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LOS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LOS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LOS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" - } - ironclad = { - Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque - } - manowar = { - Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago - } - cruiser = { - "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil - } - frigate = { - Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa - } - monitor = { - Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa - } - clipper_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - steam_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - commerce_raider = { - Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso - } -} \ No newline at end of file + dreadnought = { + Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" + } + ironclad = { + Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque + } + manowar = { + Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago + } + cruiser = { + "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil + } + frigate = { + Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa + } + monitor = { + Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa + } + clipper_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + steam_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + commerce_raider = { + Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso + } +} diff --git a/HPM/common/countries/Louisiana.txt b/HPM/common/countries/Louisiana.txt index 138eac7f..3cc7b2b0 100644 --- a/HPM/common/countries/Louisiana.txt +++ b/HPM/common/countries/Louisiana.txt @@ -2,148 +2,148 @@ graphical_culture = UsGC color = { 35 27 120 } party = { - name = "ULA_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ULA_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ULA_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ULA_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ULA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ULA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ULA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ULA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ULA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ULA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ULA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ULA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ULA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ULA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Luang Prabang.txt b/HPM/common/countries/Luang Prabang.txt index e4014ad5..57c2f716 100644 --- a/HPM/common/countries/Luang Prabang.txt +++ b/HPM/common/countries/Luang Prabang.txt @@ -2,136 +2,136 @@ color = { 93 147 88 } graphical_culture = AsianGC party = { - name = "LUA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LUA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LUA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LUA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LUA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - ironclad = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - manowar = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - cruiser = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - frigate = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - monitor = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" - } -} \ No newline at end of file + dreadnought = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + ironclad = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + manowar = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + cruiser = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + frigate = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + monitor = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Ayutthaya Mengrai "Muang Sua" "Muang Then" Hamsavati "Khun Lo" "Khun Borom" "Khun Sung" Shan "Siang Khwang" "Sipsong Pan Na" + } +} diff --git a/HPM/common/countries/Luba.txt b/HPM/common/countries/Luba.txt index 35113b11..eb6647f1 100644 --- a/HPM/common/countries/Luba.txt +++ b/HPM/common/countries/Luba.txt @@ -2,138 +2,138 @@ color = { 87 45 69 } graphical_culture = ZuluGC party = { - name = "LBA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LBA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LBA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LBA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LBA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LBA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LBA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LBA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LBA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LBA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LBA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LBA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LBA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LBA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Lubeck.txt b/HPM/common/countries/Lubeck.txt index e310fe1b..a41d9355 100644 --- a/HPM/common/countries/Lubeck.txt +++ b/HPM/common/countries/Lubeck.txt @@ -2,246 +2,246 @@ color = { 48 164 51 } graphical_culture = EuropeanGC party = { - name = "LUB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUB_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUB_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUB_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "LUB_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "LUB_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LUB_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LUB_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUB_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUB_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUB_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUB_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUB_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUB_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUB_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUB_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUB_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUB_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LUB_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LUB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - ironclad = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - manowar = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - cruiser = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - frigate = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - monitor = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" - "Bartholomeus Tinnappel" "Bruno von Warendorp" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" - "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" - "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler - } -} \ No newline at end of file + dreadnought = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + ironclad = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + manowar = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + cruiser = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + frigate = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + monitor = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Adler von Lübeck" "Königin der Hanse" "Berend Bomhover" "Johann Brokes" "Friedrich Knebel" "Johann Lüneburg" "Hermann Messmann" "Hermann Plönnies" "Simon Swerting" + "Bartholomeus Tinnappel" "Bruno von Warendorp" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lübeck Hansa Vulkan Großvogtei Schwartau Travemünde "Von Evers" Gaedertz Gütschow Overbeck Tesdorpf Wildtfanck "Johann Brokes" + "Egmont von Chasôt" "Hermann Korner" Eschenburg Bornhöved Wittenborg "Hinrich Westhof" "Tidemann Steen" + "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler + } +} diff --git a/HPM/common/countries/Lucca.txt b/HPM/common/countries/Lucca.txt index dac5baed..b3d18709 100644 --- a/HPM/common/countries/Lucca.txt +++ b/HPM/common/countries/Lucca.txt @@ -2,188 +2,188 @@ color = { 146 108 146 } graphical_culture = ItalianGC party = { - name = "LUC_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LUC_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LUC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LUC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LUC_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUC_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUC_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUC_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUC_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUC_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - - } - manowar = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - frigate = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - - Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + + } + manowar = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + frigate = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Carlo Ludovico" "Castruccio Castracani" Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + + Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Lunda.txt b/HPM/common/countries/Lunda.txt index c2821946..60691803 100644 --- a/HPM/common/countries/Lunda.txt +++ b/HPM/common/countries/Lunda.txt @@ -2,138 +2,138 @@ color = { 142 65 188 } graphical_culture = ZuluGC party = { - name = "LUN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "LUN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "LUN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "LUN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "LUN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Luxemburg.txt b/HPM/common/countries/Luxemburg.txt index c4e56078..ffdbd84f 100644 --- a/HPM/common/countries/Luxemburg.txt +++ b/HPM/common/countries/Luxemburg.txt @@ -2,136 +2,136 @@ color = { 53 140 73 } graphical_culture = EuropeanGC party = { - name = "LUX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUX_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "LUX_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "LUX_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "LUX_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "LUX_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUX_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUX_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUX_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - ironclad = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - manowar = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - cruiser = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - frigate = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - monitor = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" - } -} \ No newline at end of file + dreadnought = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + ironclad = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + manowar = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + cruiser = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + frigate = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + monitor = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lëtzebuerg "Groussherzog Wëllem" Siegfried "Heng de Blannen" Dikrech Gréiwemaacher Dideleng Ëlwen Mäertert "Sankt Maximin" + } +} diff --git a/HPM/common/countries/Luzica.txt b/HPM/common/countries/Luzica.txt index d1f600ad..817e5a20 100644 --- a/HPM/common/countries/Luzica.txt +++ b/HPM/common/countries/Luzica.txt @@ -2,136 +2,136 @@ color = { 224 146 113 } graphical_culture = EuropeanGC party = { - name = "LUZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUZ_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "LUZ_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "LUZ_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "LUZ_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "LUZ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUZ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "LUZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "LUZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "LUZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "LUZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny - } - ironclad = { - Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny - } - manowar = { - Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny - } - cruiser = { - Rakecy Budysin Liegnitz Chotsebuz Kruswica Wojerecy Golkojce Lubnjow Hamor Wjerbno Radwor - } - frigate = { - Rakecy Budysin Liegnitz Chotsebuz Kruswica Wojerecy Golkojce Lubnjow Hamor Wjerbno Radwor - } - monitor = { - Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny - } -} \ No newline at end of file + dreadnought = { + Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny + } + ironclad = { + Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny + } + manowar = { + Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny + } + cruiser = { + Rakecy Budysin Liegnitz Chotsebuz Kruswica Wojerecy Golkojce Lubnjow Hamor Wjerbno Radwor + } + frigate = { + Rakecy Budysin Liegnitz Chotsebuz Kruswica Wojerecy Golkojce Lubnjow Hamor Wjerbno Radwor + } + monitor = { + Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Gawron Narod "Deljna Luzica" Bratr Bruny Domowina "Hornja Luzica" Liska Knejz Juzny + } +} diff --git a/HPM/common/countries/Macedonia.txt b/HPM/common/countries/Macedonia.txt index b89cf6b8..577b8ede 100644 --- a/HPM/common/countries/Macedonia.txt +++ b/HPM/common/countries/Macedonia.txt @@ -2,138 +2,138 @@ color = { 72 89 87 } graphical_culture = EuropeanGC party = { - name = "BUL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "BUL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "BUL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BUL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BUL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BUL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BUL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BUL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BUL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Skopje Bitola Thessaloniki Kumanovo Struga - } - ironclad = { - Krum "Ivan Aleksandar" Levski Botev Aleksandrov - } - manowar = { - "Lyuben Karavelov" "Stoykov Rakovski" "Panayot Hitov" Karavelo "Stefan Karadzha" - } - cruiser = { - Maritsa Iskar Vit Osam Yantra - } - frigate = { - Musala Ruy Belasica "Vrah Botev" Bilo - } - monitor = { - Konstantinov Dalchev Debelyanov Voykikov Vazov - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Kaliakra Vratsa "Veliko Turnovo" Sliven Kopriva - } -} \ No newline at end of file + dreadnought = { + Skopje Bitola Thessaloniki Kumanovo Struga + } + ironclad = { + Krum "Ivan Aleksandar" Levski Botev Aleksandrov + } + manowar = { + "Lyuben Karavelov" "Stoykov Rakovski" "Panayot Hitov" Karavelo "Stefan Karadzha" + } + cruiser = { + Maritsa Iskar Vit Osam Yantra + } + frigate = { + Musala Ruy Belasica "Vrah Botev" Bilo + } + monitor = { + Konstantinov Dalchev Debelyanov Voykikov Vazov + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Kaliakra Vratsa "Veliko Turnovo" Sliven Kopriva + } +} diff --git a/HPM/common/countries/Madagascar.txt b/HPM/common/countries/Madagascar.txt index ee9bbb6f..5cafd2b5 100644 --- a/HPM/common/countries/Madagascar.txt +++ b/HPM/common/countries/Madagascar.txt @@ -2,140 +2,140 @@ color = { 117 150 120 } graphical_culture = AfricanGC party = { - name = "MAD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "MAD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "MAD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAD_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAD_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - - } - ironclad = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - - } - manowar = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - - } - cruiser = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - } - frigate = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - } - monitor = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy - } -} \ No newline at end of file + dreadnought = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + + } + ironclad = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + + } + manowar = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + + } + cruiser = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + } + frigate = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + } + monitor = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Madagascar Radama Andrianampoinimerina Ranavalona Rainilaiarivony Merina Antananarivo Ambohimanga Betsileo Sihanaka Bezanozano Bara Sakalava Ikaloy Anjafy + } +} diff --git a/HPM/common/countries/Maghreb.txt b/HPM/common/countries/Maghreb.txt index 7d453778..d0b73f74 100644 --- a/HPM/common/countries/Maghreb.txt +++ b/HPM/common/countries/Maghreb.txt @@ -2,140 +2,140 @@ color = { 188 123 95 } graphical_culture = MoroccoGC party = { - name = "MOR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MOR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" - "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" + "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Maharashtra.txt b/HPM/common/countries/Maharashtra.txt index 08d95860..4f55f21d 100644 --- a/HPM/common/countries/Maharashtra.txt +++ b/HPM/common/countries/Maharashtra.txt @@ -1,108 +1,107 @@ -color = { 160 30 154 } +color = { 160 30 154 } graphical_culture = IndianGC party = { - name = "MAH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Mahra.txt b/HPM/common/countries/Mahra.txt index bd99f7d3..9a2c3bf0 100644 --- a/HPM/common/countries/Mahra.txt +++ b/HPM/common/countries/Mahra.txt @@ -2,139 +2,139 @@ color = { 47 140 0 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Majeerteen.txt b/HPM/common/countries/Majeerteen.txt index 5fc19c31..94f493d6 100644 --- a/HPM/common/countries/Majeerteen.txt +++ b/HPM/common/countries/Majeerteen.txt @@ -2,139 +2,139 @@ color = { 226 22 48 } graphical_culture = MiddleEasternGC party = { - name = "MAJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MAJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MAJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Makran.txt b/HPM/common/countries/Makran.txt index fa5c1125..51e9d251 100644 --- a/HPM/common/countries/Makran.txt +++ b/HPM/common/countries/Makran.txt @@ -2,107 +2,106 @@ color = { 219 146 162 } graphical_culture = IndianGC party = { - name = "MAK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Malawi.txt b/HPM/common/countries/Malawi.txt index 8bdac94a..228216ca 100644 --- a/HPM/common/countries/Malawi.txt +++ b/HPM/common/countries/Malawi.txt @@ -2,138 +2,138 @@ color = { 165 157 168 } graphical_culture = AfricanGC party = { - name = "MLW_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MLW_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MLW_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MLW_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MLW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MLW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MLW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MLW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Malaya.txt b/HPM/common/countries/Malaya.txt index 19c41f97..a6f0bac1 100644 --- a/HPM/common/countries/Malaya.txt +++ b/HPM/common/countries/Malaya.txt @@ -2,137 +2,137 @@ color = { 125 167 255 } graphical_culture = AsianGC party = { - name = "INO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "INO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "INO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "INO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "INO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "INO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "INO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "INO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "INO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "INO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "INO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "INO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "INO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "INO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - - } - ironclad = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - manowar = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - cruiser = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - frigate = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - monitor = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli - } -} \ No newline at end of file + dreadnought = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + + } + ironclad = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + manowar = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + cruiser = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + frigate = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + monitor = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Djokjakarta Lebak Pandeglang Serang Tangerang Cilegon Kujang "Selat Sunda" Panaitan Krakatau Sebuku Sabesi Sangiang Tundo Panjang Tinjal Deli + } +} diff --git a/HPM/common/countries/Maldives.txt b/HPM/common/countries/Maldives.txt index 15e1118a..a945847f 100644 --- a/HPM/common/countries/Maldives.txt +++ b/HPM/common/countries/Maldives.txt @@ -3,179 +3,179 @@ graphical_culture = AsianGC party = { - name = "SRI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SRI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SRI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SRI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SRI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SRI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" - } - cruiser = { - Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit - } - ironclad = { - Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant - } - monitor = { - Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu - } - manowar = { - Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur - } - frigate = { - Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant - } -} \ No newline at end of file + dreadnought = { + "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" + } + cruiser = { + Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit + } + ironclad = { + Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant + } + monitor = { + Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu + } + manowar = { + Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur + } + frigate = { + Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant + } +} diff --git a/HPM/common/countries/Mali.txt b/HPM/common/countries/Mali.txt index ba3461a7..7e7787ee 100644 --- a/HPM/common/countries/Mali.txt +++ b/HPM/common/countries/Mali.txt @@ -2,138 +2,138 @@ color = { 252 180 0 } graphical_culture = AfricanGC party = { - name = "MLI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MLI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MLI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MLI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MLI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MLI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MLI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MLI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Malta.txt b/HPM/common/countries/Malta.txt index 94915ce1..ee6b0220 100644 --- a/HPM/common/countries/Malta.txt +++ b/HPM/common/countries/Malta.txt @@ -2,138 +2,138 @@ color = { 176 0 0 } graphical_culture = ItalianGC party = { - name = "MLT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MLT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MLT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MLT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MLT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MLT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MLT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MLT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MLT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MLT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MLT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - } - ironclad = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - } - manowar = { - Sicilia Sardegna Puglia Libia Campania Basilicata Quarto Venezia Trento "Valle d'Aosta" Piemonte Liguria Lombardia Veneto Trentino Friuli "Emilia-Romagna" Toscana Marche Umbria Lazio Abruzzo Molise Calabria - } - cruiser = { - "Marco Polo" "Carlo Alberto" "Vettor Pisani" "General Garibaldi" "General San Martin" "General Belgrano" "General Pueyrredon" Amalfi Pisa "San Giorgio" "San Marco" "Nino Bixio" Marsala Taranto Brindisi Bari Trieste Fiume Gorizia Pola Zara Bolzano - } - frigate = { - Fulmine Lampo Freccia Dardo Strale Euro Ostro Nembo Turbine Aquilone Borea Zeffiro Espero Artigliere Bersagliere Corazziere Garibaldino - Granatiere Lanciere Alpino Fuciliere Pontiere Ascaro Indomito Impavido Impetuoso Insidioso Intrepido Irrequieto Ardito Ardente Audace Animoso - } - monitor = { - "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Rosolino Pilo" "Giuseppe Cesare Abba" "Pilade Bronzetti" "Giuseppe Missori" "Antonio Mosto" "Ippolito Nievo" "Francesco Nullo" "Simone Schiaffino" "Giuseppe Sirtori" "Giovanni Acerbi" "Vincenzo Giordano Orsini" "Francesco Stucco" - } + dreadnought = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + } + ironclad = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + } + manowar = { + Sicilia Sardegna Puglia Libia Campania Basilicata Quarto Venezia Trento "Valle d'Aosta" Piemonte Liguria Lombardia Veneto Trentino Friuli "Emilia-Romagna" Toscana Marche Umbria Lazio Abruzzo Molise Calabria + } + cruiser = { + "Marco Polo" "Carlo Alberto" "Vettor Pisani" "General Garibaldi" "General San Martin" "General Belgrano" "General Pueyrredon" Amalfi Pisa "San Giorgio" "San Marco" "Nino Bixio" Marsala Taranto Brindisi Bari Trieste Fiume Gorizia Pola Zara Bolzano + } + frigate = { + Fulmine Lampo Freccia Dardo Strale Euro Ostro Nembo Turbine Aquilone Borea Zeffiro Espero Artigliere Bersagliere Corazziere Garibaldino + Granatiere Lanciere Alpino Fuciliere Pontiere Ascaro Indomito Impavido Impetuoso Insidioso Intrepido Irrequieto Ardito Ardente Audace Animoso + } + monitor = { + "Dante Alighieri" "Conti di Cavour" "Giulio Cesare" "Leonarda da Vince" "Andrea Doria" Duilio "Francesco Caracciolo" Littorio Roma Terribile Formidabile "Principe di Carignano" Messina "Conte Verde" "Re d'Italia" "Re di Portogallo" "Regina Maria Pia" "San Martino" Castelfidardo Ancona Affondatore "Principe Amedeo" Italia Lepanto "Ruggiero di Lauria" "Francesco Morosini" "Emanuele Filiberto" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Rosolino Pilo" "Giuseppe Cesare Abba" "Pilade Bronzetti" "Giuseppe Missori" "Antonio Mosto" "Ippolito Nievo" "Francesco Nullo" "Simone Schiaffino" "Giuseppe Sirtori" "Giovanni Acerbi" "Vincenzo Giordano Orsini" "Francesco Stucco" + } } diff --git a/HPM/common/countries/Maluku.txt b/HPM/common/countries/Maluku.txt index 506e3495..953dd945 100644 --- a/HPM/common/countries/Maluku.txt +++ b/HPM/common/countries/Maluku.txt @@ -2,137 +2,137 @@ color = { 157 200 42 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku SaparuaSula Peruhumpenai Morotai Tukangbesi Tidore - - } - ironclad = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } - manowar = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } - cruiser = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } - frigate = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } - monitor = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore - } -} \ No newline at end of file + dreadnought = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku SaparuaSula Peruhumpenai Morotai Tukangbesi Tidore + + } + ironclad = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } + manowar = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } + cruiser = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } + frigate = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } + monitor = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Ambon Maluku Ari Ceram Banda Sunda Buru Samarinda Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Morotai Tukangbesi Tidore + } +} diff --git a/HPM/common/countries/Manchukuo.txt b/HPM/common/countries/Manchukuo.txt index 6e30c444..7336c9d4 100644 --- a/HPM/common/countries/Manchukuo.txt +++ b/HPM/common/countries/Manchukuo.txt @@ -3,136 +3,136 @@ color = { 255 254 124 } graphical_culture = ChineseGC party = { - name = "MCK_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "MCK_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "MCK_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MCK_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MCK_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MCK_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MCK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MCK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MCK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "MCK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "MCK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MCK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MCK_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MCK_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - ironclad = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - manowar = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - cruiser = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - frigate = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - monitor = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" - } -} \ No newline at end of file + dreadnought = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + ironclad = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + manowar = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + cruiser = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + frigate = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + monitor = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Man'chu'kuo" "Ben'xi" "Shen'yang" "Feng'cheng" "Zhuang'he" "Fu'xian" "Yi'xian" "Gai'xian" "Aisin Gioro" + } +} diff --git a/HPM/common/countries/Manipur.txt b/HPM/common/countries/Manipur.txt index c91702dc..a6d354e0 100644 --- a/HPM/common/countries/Manipur.txt +++ b/HPM/common/countries/Manipur.txt @@ -2,143 +2,143 @@ color = { 190 144 0 } graphical_culture = IndianGC party = { - name = "ASM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ASM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ASM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ASM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ASM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ASM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ASM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ASM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ASM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ASM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ASM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - ironclad = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - manowar = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - cruiser = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - frigate = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - monitor = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan - Tavoy Mergui Tanintharyi Ye Irrawady - } -} \ No newline at end of file + dreadnought = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + ironclad = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + manowar = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + cruiser = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + frigate = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + monitor = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Tharrawaddy Min" "Maha Bandula" "Kanaung Mintha" "Maha Ne Myo" Alaungpaya Mandalay Rangoon Shwebo Salween Arakan + Tavoy Mergui Tanintharyi Ye Irrawady + } +} diff --git a/HPM/common/countries/Maritime Union.txt b/HPM/common/countries/Maritime Union.txt index b03d732b..3e452f33 100644 --- a/HPM/common/countries/Maritime Union.txt +++ b/HPM/common/countries/Maritime Union.txt @@ -2,134 +2,134 @@ color = { 138 255 168 } graphical_culture = BritishGC party = { - name = "CAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Beacon Hill" "Cap De La Madeleine" "Cape Breton" Charlottetown Chebogue Dunver Eastview Grou Joliette Jonquiere "Kirkland Lake" Kokanee "La Hulloise" Longueuil Magog Matane Montreal "New Glasgow" "New Waterford" Orkney Outremont "Port Colborne" "Prince Rupert" "St Catherines" "Saint John" Springhill Stettler Stormont Swansea "Thetford Mines" Valleyfield Waskesiu Wentworth - } - ironclad = { - "John A. Macdonald" "Alexander Mackenzie" "John Abbott" "John Thompson" "Mackenzie Bowell" "Charles Tupper" "Wilfrid Laurier" "Robert Borden" "Arthur Meighen" "W. L. Mackenzie King" "Richard B. Bennett" - } - manowar = { - Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Prince Edward Island" Saskatchewan Alberta - } - cruiser = { - Niobe Aurora Rainbow - } - frigate = { - Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Price Edward Island" Saskatchewan Alberta - } - monitor = { - "Guy Carleton" "Robert Prescott" "Robert Milnes" "Thomas Dunn" "James H. Craig" "George Prévost" "Gordon Drummond" "John C. Sherbrooke" "Charles Lennox" "Goerge Ramsay" "James Kempt" "Matthew Whitworth-Aylmer" "Archibald Acheson" "John Colborne" "John Labton" "Charles P. Thomson" "Charles Bagot" "Charles Metcalfe" "Charles Cathcart" "James Bruce" "Edmund Walker Head" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Arleux Armentieres Arras Festubert Givenchy Loos Messines "St Eloi" "St Julien" Thiepval Vimy Ypres - } -} \ No newline at end of file + dreadnought = { + "Beacon Hill" "Cap De La Madeleine" "Cape Breton" Charlottetown Chebogue Dunver Eastview Grou Joliette Jonquiere "Kirkland Lake" Kokanee "La Hulloise" Longueuil Magog Matane Montreal "New Glasgow" "New Waterford" Orkney Outremont "Port Colborne" "Prince Rupert" "St Catherines" "Saint John" Springhill Stettler Stormont Swansea "Thetford Mines" Valleyfield Waskesiu Wentworth + } + ironclad = { + "John A. Macdonald" "Alexander Mackenzie" "John Abbott" "John Thompson" "Mackenzie Bowell" "Charles Tupper" "Wilfrid Laurier" "Robert Borden" "Arthur Meighen" "W. L. Mackenzie King" "Richard B. Bennett" + } + manowar = { + Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Prince Edward Island" Saskatchewan Alberta + } + cruiser = { + Niobe Aurora Rainbow + } + frigate = { + Ontario Quebeck "Nova Scotia" "New Brunswick" Manitoba "British Columbia" "Price Edward Island" Saskatchewan Alberta + } + monitor = { + "Guy Carleton" "Robert Prescott" "Robert Milnes" "Thomas Dunn" "James H. Craig" "George Prévost" "Gordon Drummond" "John C. Sherbrooke" "Charles Lennox" "Goerge Ramsay" "James Kempt" "Matthew Whitworth-Aylmer" "Archibald Acheson" "John Colborne" "John Labton" "Charles P. Thomson" "Charles Bagot" "Charles Metcalfe" "Charles Cathcart" "James Bruce" "Edmund Walker Head" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Arleux Armentieres Arras Festubert Givenchy Loos Messines "St Eloi" "St Julien" Thiepval Vimy Ypres + } +} diff --git a/HPM/common/countries/Massina.txt b/HPM/common/countries/Massina.txt index 597effde..0ef7278d 100644 --- a/HPM/common/countries/Massina.txt +++ b/HPM/common/countries/Massina.txt @@ -2,138 +2,138 @@ color = { 0 0 198 } graphical_culture = AfricanGC party = { - name = "MAS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "MAS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "MAS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Matabele.txt b/HPM/common/countries/Matabele.txt index 96b41f28..0a97138c 100644 --- a/HPM/common/countries/Matabele.txt +++ b/HPM/common/countries/Matabele.txt @@ -2,137 +2,137 @@ color = { 220 202 96 } graphical_culture = ZuluGC party = { - name = "MAT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MAT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MAT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Bulawayo Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Mecklenburg.txt b/HPM/common/countries/Mecklenburg.txt index e0497b29..77339e94 100644 --- a/HPM/common/countries/Mecklenburg.txt +++ b/HPM/common/countries/Mecklenburg.txt @@ -2,233 +2,233 @@ color = { 207 111 64 } graphical_culture = EuropeanGC party = { - name = "MEC_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEC_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEC_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEC_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEC_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "MEC_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "MEC_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MEC_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MEC_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEC_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEC_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEC_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEC_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEC_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEC_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEC_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEC_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEC_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEC_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MEC_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MEC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - ironclad = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - manowar = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - cruiser = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - frigate = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - monitor = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock - Schwerin Güstrow Hagenow Parchim - } -} \ No newline at end of file + dreadnought = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + ironclad = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + manowar = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + cruiser = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + frigate = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + monitor = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mecklenburg "Großherzog Friedrich" "Graf Moltke" Wallenstein Niklot "Adolf Friedrich" Alexandra Warnemünde Bützow Strelitz Wismar Rostock + Schwerin Güstrow Hagenow Parchim + } +} diff --git a/HPM/common/countries/Metis Confederacy.txt b/HPM/common/countries/Metis Confederacy.txt index a39f214f..e9698f35 100644 --- a/HPM/common/countries/Metis Confederacy.txt +++ b/HPM/common/countries/Metis Confederacy.txt @@ -2,143 +2,143 @@ color = { 221 186 163 } graphical_culture = BritishGC party = { - name = "CAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - ironclad = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - manowar = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - cruiser = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - frigate = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - monitor = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } -} \ No newline at end of file + dreadnought = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + ironclad = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + manowar = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + cruiser = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + frigate = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + monitor = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Louis Riel" "Gabriel Dumont" "Jean-Baptiste Wilkie" Pitikwahanapiwiyin Kamiokisihkwew Saskatchewan "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } +} diff --git a/HPM/common/countries/Mewar.txt b/HPM/common/countries/Mewar.txt index 11022041..55f0426c 100644 --- a/HPM/common/countries/Mewar.txt +++ b/HPM/common/countries/Mewar.txt @@ -2,122 +2,121 @@ color = { 209 251 255 } graphical_culture = IndianGC party = { - name = "MEW_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MEW_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MEW_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MEW_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MEW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Mexico.txt b/HPM/common/countries/Mexico.txt index 9da5ad06..9d70322f 100644 --- a/HPM/common/countries/Mexico.txt +++ b/HPM/common/countries/Mexico.txt @@ -2,221 +2,221 @@ color = { 173 242 175 } graphical_culture = Generic party = { - name = "MEX_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEX_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MEX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MEX_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEX_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEX_conservative_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MEX_conservative_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MEX_liberal_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "MEX_liberal_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "MEX_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEX_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEX_conservative_3" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "MEX_conservative_3" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MEX_liberal_4" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEX_liberal_4" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEX_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEX_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEX_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEX_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Mito.txt b/HPM/common/countries/Mito.txt index e85e2d10..80725491 100644 --- a/HPM/common/countries/Mito.txt +++ b/HPM/common/countries/Mito.txt @@ -2,183 +2,183 @@ color = { 214 143 47 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Modena.txt b/HPM/common/countries/Modena.txt index b3a85e4e..fdd8c0f9 100644 --- a/HPM/common/countries/Modena.txt +++ b/HPM/common/countries/Modena.txt @@ -2,187 +2,187 @@ color = { 241 252 151 } graphical_culture = ItalianGC party = { - name = "MOD_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOD_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOD_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOD_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOD_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOD_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOD_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOD_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOD_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOD_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - frigate = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + frigate = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Moldavia.txt b/HPM/common/countries/Moldavia.txt index fe6cca7c..0e3dde7b 100644 --- a/HPM/common/countries/Moldavia.txt +++ b/HPM/common/countries/Moldavia.txt @@ -2,202 +2,202 @@ color = { 136 157 23 } graphical_culture = EuropeanGC party = { - name = "MOL_reactionary" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "MOL_reactionary" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "MOL_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_liberal_2" - start_date = 1859.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal_2" + start_date = 1859.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "MOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "MOL_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOL_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOL_anarcho_liberal" - start_date = 1885.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOL_anarcho_liberal" + start_date = 1885.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOL_conservative_3" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_conservative_3" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_reactionary_2" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOL_reactionary_2" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - ironclad = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - } - manowar = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - cruiser = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - frigate = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - monitor = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } -} \ No newline at end of file + dreadnought = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + ironclad = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + } + manowar = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + cruiser = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + frigate = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + monitor = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } +} diff --git a/HPM/common/countries/Moldova.txt b/HPM/common/countries/Moldova.txt index 42a688c4..b470e08b 100644 --- a/HPM/common/countries/Moldova.txt +++ b/HPM/common/countries/Moldova.txt @@ -2,202 +2,202 @@ color = { 169 196 59 } graphical_culture = RussianGC party = { - name = "MOL_reactionary" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "MOL_reactionary" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "MOL_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_liberal_2" - start_date = 1859.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_liberal_2" + start_date = 1859.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "MOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "MOL_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOL_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOL_anarcho_liberal" - start_date = 1885.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOL_anarcho_liberal" + start_date = 1885.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOL_conservative_3" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOL_conservative_3" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOL_reactionary_2" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOL_reactionary_2" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - ironclad = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - } - manowar = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - cruiser = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - frigate = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - monitor = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui - - } -} \ No newline at end of file + dreadnought = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + ironclad = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + } + manowar = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + cruiser = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + frigate = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + monitor = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Moldova "Stefan cel Mare" "Mihail Sturdza" "Athleta Christi" Baia "Bogdan I" Iuga "Râul Prut" Suceava "Târgul Moldovei" Vaslui + + } +} diff --git a/HPM/common/countries/Mongo.txt b/HPM/common/countries/Mongo.txt index bf7e2902..aed2db3c 100644 --- a/HPM/common/countries/Mongo.txt +++ b/HPM/common/countries/Mongo.txt @@ -2,137 +2,137 @@ color = { 170 206 162 } graphical_culture = ZuluGC party = { - name = "MNG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MNG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MNG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MNG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MNG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MNG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MNG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MNG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mongo Basoko Nzambi Gemena Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Mongolia.txt b/HPM/common/countries/Mongolia.txt index c8e89dfc..07207156 100644 --- a/HPM/common/countries/Mongolia.txt +++ b/HPM/common/countries/Mongolia.txt @@ -3,152 +3,152 @@ color = { 255 224 124 } graphical_culture = AsianGC party = { - name = "MGL_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "MGL_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "MGL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MGL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MGL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MGL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MGL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MGL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MGL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "MGL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "MGL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MGL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MGL_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MGL_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - ironclad = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - manowar = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - cruiser = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - frigate = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - monitor = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } -} \ No newline at end of file + dreadnought = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + ironclad = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + manowar = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + cruiser = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + frigate = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + monitor = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } +} diff --git a/HPM/common/countries/Montenegro.txt b/HPM/common/countries/Montenegro.txt index 843dd1c8..8888a209 100644 --- a/HPM/common/countries/Montenegro.txt +++ b/HPM/common/countries/Montenegro.txt @@ -2,136 +2,136 @@ color = { 39 108 140 } graphical_culture = EuropeanGC party = { - name = "MON_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MON_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MON_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MON_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MON_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MON_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MON_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MON_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MON_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MON_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MON_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MON_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MON_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MON_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Crna Gora" Podgorica Nikšic Pljevlja Bijelo Polje - } - ironclad = { - Mihailo "Konstantin Bodin" "Petar II" Nikola - } - manowar = { - "Marko Ivanovic" "Ivo Vizin" "Petar Zambelic" "Matija Zmajevic" - } - cruiser = { - "Boka Kotorska" Zeta Bjelopavlici "Bobotov Kuk" Durmitor - } - frigate = { - Mirko Marko Vitomir Borislav Jovan - } - monitor = { - Olga Nina Milla Dubravka Milena - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mamula Prevlaka "Sveti Marko" "Gospa od Škrpjela" "Sveti Ðorde" - } -} \ No newline at end of file + dreadnought = { + "Crna Gora" Podgorica Nikšic Pljevlja Bijelo Polje + } + ironclad = { + Mihailo "Konstantin Bodin" "Petar II" Nikola + } + manowar = { + "Marko Ivanovic" "Ivo Vizin" "Petar Zambelic" "Matija Zmajevic" + } + cruiser = { + "Boka Kotorska" Zeta Bjelopavlici "Bobotov Kuk" Durmitor + } + frigate = { + Mirko Marko Vitomir Borislav Jovan + } + monitor = { + Olga Nina Milla Dubravka Milena + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mamula Prevlaka "Sveti Marko" "Gospa od Škrpjela" "Sveti Ðorde" + } +} diff --git a/HPM/common/countries/Morocco.txt b/HPM/common/countries/Morocco.txt index ad7af5cc..b532ff5e 100644 --- a/HPM/common/countries/Morocco.txt +++ b/HPM/common/countries/Morocco.txt @@ -2,140 +2,140 @@ color = { 224 146 113 } graphical_culture = MoroccoGC party = { - name = "MOR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MOR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" - "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" + "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Mossi.txt b/HPM/common/countries/Mossi.txt index 451ab569..0fc833cc 100644 --- a/HPM/common/countries/Mossi.txt +++ b/HPM/common/countries/Mossi.txt @@ -2,138 +2,138 @@ color = { 230 14 213 } graphical_culture = AfricanGC party = { - name = "MOS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "MOS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "MOS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "MOS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MOS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Mozambique.txt b/HPM/common/countries/Mozambique.txt index 3fa8b056..3eb681b6 100644 --- a/HPM/common/countries/Mozambique.txt +++ b/HPM/common/countries/Mozambique.txt @@ -2,134 +2,134 @@ color = { 57 130 101 } graphical_culture = AfricanGC party = { - name = "MOZ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOZ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MOZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MOZ_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOZ_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MOZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "MOZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" - } - ironclad = { - "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" - } - manowar = { - "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola - } - cruiser = { - "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" - } - frigate = { - "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão - } - monitor = { - "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; - } -} \ No newline at end of file + dreadnought = { + "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" + } + ironclad = { + "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" + } + manowar = { + "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola + } + cruiser = { + "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" + } + frigate = { + "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão + } + monitor = { + "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; + } +} diff --git a/HPM/common/countries/Mughalistan.txt b/HPM/common/countries/Mughalistan.txt index 48eae627..b85b04c7 100644 --- a/HPM/common/countries/Mughalistan.txt +++ b/HPM/common/countries/Mughalistan.txt @@ -2,144 +2,144 @@ color = { 35 54 2 } graphical_culture = MiddleEasternGC party = { - name = "MUG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MUG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MUG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MUG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MUG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MUG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MUG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MUG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MUG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MUG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MUG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MUG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MUG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MUG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - - } - ironclad = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } - manowar = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } - cruiser = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } - frigate = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } - monitor = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" - Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira - } -} \ No newline at end of file + dreadnought = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + + } + ironclad = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } + manowar = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } + cruiser = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } + frigate = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } + monitor = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Alia Arusa Chambal Fatimah Jalsena Ganges "Kala Jahazi" Khan "Lal Jahazi" Nausena "Nav ka Yudh" Niknaz "Nila Jahazi" + Niloufa Noor Sagar Salima Shameena Spiti Suhalia Yamuna Yasmine Zahira + } +} diff --git a/HPM/common/countries/Mukriyan.txt b/HPM/common/countries/Mukriyan.txt index 02879c72..d63a3b7c 100644 --- a/HPM/common/countries/Mukriyan.txt +++ b/HPM/common/countries/Mukriyan.txt @@ -1,220 +1,220 @@ -color = { 173 169 104 } +color = { 173 169 104 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/Mysore.txt b/HPM/common/countries/Mysore.txt index 93845791..4c0fe354 100644 --- a/HPM/common/countries/Mysore.txt +++ b/HPM/common/countries/Mysore.txt @@ -2,145 +2,145 @@ color = { 184 193 89 } graphical_culture = IndianGC party = { - name = "MYS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MYS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MYS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MYS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MYS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MYS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MYS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MYS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MYS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MYS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MYS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MYS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MYS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MYS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - - } - ironclad = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } - manowar = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } - cruiser = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } - frigate = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } - monitor = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini - Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai - } -} \ No newline at end of file + dreadnought = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + + } + ironclad = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } + manowar = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } + cruiser = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } + frigate = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } + monitor = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Amirtha Amman Arul Bhima Chellam Devi Durga Gayatri Iniya Krishna Lakshmi Madhu Meenakshi Nalini + Pallar Parvati Payaswani Pennar Ponni Radha Ratri Sarasvati Sita Tamarai + } +} diff --git a/HPM/common/countries/Nagpur.txt b/HPM/common/countries/Nagpur.txt index 22e0ea27..adb0dcd8 100644 --- a/HPM/common/countries/Nagpur.txt +++ b/HPM/common/countries/Nagpur.txt @@ -2,107 +2,106 @@ color = { 120 148 140 } graphical_culture = IndianGC party = { - name = "NAG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NAG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NAG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NAG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NAG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NAG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NAG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NAG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Namibia.txt b/HPM/common/countries/Namibia.txt index 6a8823aa..e75bc303 100644 --- a/HPM/common/countries/Namibia.txt +++ b/HPM/common/countries/Namibia.txt @@ -2,137 +2,137 @@ color = { 215 66 244 } graphical_culture = AfricanGC party = { - name = "NMB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NMB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NMB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NMB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NMB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NMB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NMB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NMB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NMB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NMB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NMB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "NMB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "NMB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NMB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + NMBana Gaborone Nzambi Tsabong Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Nassau.txt b/HPM/common/countries/Nassau.txt index a5e165d0..7c46af0d 100644 --- a/HPM/common/countries/Nassau.txt +++ b/HPM/common/countries/Nassau.txt @@ -2,226 +2,226 @@ color = { 107 94 169 } graphical_culture = EuropeanGC party = { - name = "NAS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NAS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NAS_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NAS_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NAS_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "NAS_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "NAS_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NAS_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NAS_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NAS_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NAS_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NAS_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NAS_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NAS_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NAS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NAS_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAS_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NAS_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NAS_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NAS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - ironclad = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - manowar = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - cruiser = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - frigate = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - monitor = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein - } -} \ No newline at end of file + dreadnought = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + ironclad = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + manowar = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + cruiser = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + frigate = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + monitor = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Nassau "Herzog Friedrich August" "Graf von Nassau" "Adolf von Nassau" Usingen Dillenburg Siegen Weilburg Ottweiler Idstein + } +} diff --git a/HPM/common/countries/Natalia.txt b/HPM/common/countries/Natalia.txt index e68417e5..c1de9f1f 100644 --- a/HPM/common/countries/Natalia.txt +++ b/HPM/common/countries/Natalia.txt @@ -2,168 +2,168 @@ color = { 106 178 46 } graphical_culture = Generic party = { - name = "NAL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "NAL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NAL_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NAL_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NAL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NAL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NAL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Voorniksniebangnie Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - ironclad = { - Goliath Joshua Samson Gideon Genesis Armageddon - - } - manowar = { - Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - cruiser = { - Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - frigate = { - Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - monitor = { - Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - clipper_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - } - steam_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - - - } - commerce_raider = { - Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - - } -} \ No newline at end of file + dreadnought = { + Voorniksniebangnie Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + ironclad = { + Goliath Joshua Samson Gideon Genesis Armageddon + + } + manowar = { + Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + cruiser = { + Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + frigate = { + Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + monitor = { + Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + clipper_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + } + steam_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + + + } + commerce_raider = { + Natalia Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + + } +} diff --git a/HPM/common/countries/Nationalist China.txt b/HPM/common/countries/Nationalist China.txt index 0ae0e95c..a80cc7a0 100644 --- a/HPM/common/countries/Nationalist China.txt +++ b/HPM/common/countries/Nationalist China.txt @@ -3,196 +3,196 @@ color = { 250 150 68 } graphical_culture = ChineseGC party = { - name = "KMT_conservative" - start_date = 1800.1.1 - end_date = 1881.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "KMT_conservative" + start_date = 1800.1.1 + end_date = 1881.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "KMT_liberal" - start_date = 1830.1.1 - end_date = 1921.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "KMT_liberal" + start_date = 1830.1.1 + end_date = 1921.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "KMT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KMT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KMT_liberal_2" - start_date = 1912.1.1 - end_date = 1927.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KMT_liberal_2" + start_date = 1912.1.1 + end_date = 1927.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KMT_liberal_3" - start_date = 1920.1.1 - end_date = 1945.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KMT_liberal_3" + start_date = 1920.1.1 + end_date = 1945.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KMT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KMT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KMT_communist" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KMT_communist" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KMT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KMT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KMT_conservative_4" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "KMT_conservative_4" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "KMT_reactionary" - start_date = 1812.1.1 - end_date = 1945.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "KMT_reactionary" + start_date = 1812.1.1 + end_date = 1945.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Nebraska.txt b/HPM/common/countries/Nebraska.txt index 4e905294..b4c0c730 100644 --- a/HPM/common/countries/Nebraska.txt +++ b/HPM/common/countries/Nebraska.txt @@ -2,148 +2,148 @@ color = { 125 92 110 } graphical_culture = Generic party = { - name = "UNB_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "UNB_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "UNB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UNB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UNB_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UNB_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UNB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UNB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UNB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UNB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UNB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UNB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UNB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UNB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - } - ironclad = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - - } - manowar = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - } - cruiser = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - - } - frigate = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - - } - monitor = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine - "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" - - } -} \ No newline at end of file + dreadnought = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + } + ironclad = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + + } + manowar = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + } + cruiser = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + + } + frigate = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + + } + monitor = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Kansas Nebraska Colorado Wichita Meadowlark Topeka Sunflower Cottonwood Lincoln Omaha Columbine + "Lewis and Clark" Cornhusker Goldenrod Denver Aurora "Lark Bunting" "Rocky Mountain" + + } +} diff --git a/HPM/common/countries/Nejd.txt b/HPM/common/countries/Nejd.txt index 2b9ee8f3..aa8c4b83 100644 --- a/HPM/common/countries/Nejd.txt +++ b/HPM/common/countries/Nejd.txt @@ -2,139 +2,139 @@ color = { 255 251 198 } graphical_culture = MiddleEasternGC party = { - name = "NEJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NEJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NEJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NEJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NEJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NEJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NEJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NEJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Nepal.txt b/HPM/common/countries/Nepal.txt index 38250f19..38e537aa 100644 --- a/HPM/common/countries/Nepal.txt +++ b/HPM/common/countries/Nepal.txt @@ -2,144 +2,144 @@ color = { 137 183 124 } graphical_culture = AsianGC party = { - name = "NEP_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NEP_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NEP_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NEP_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NEP_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEP_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NEP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NEP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NEP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - - } - ironclad = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } - manowar = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } - cruiser = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } - frigate = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } - monitor = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena - "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli - } -} \ No newline at end of file + dreadnought = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + + } + ironclad = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } + manowar = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } + cruiser = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } + frigate = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } + monitor = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Arun Behri "Bhote Kosi" Devi "Dudh Kosi" Durga Gayatri Jalsena "Kala Jahazi" "Kali Gandaki" Karnali Lakshmi "Lal Jahazi" Narayani Nausena + "Nav ka Yudh" "Nila Jahazi" Parvati Radha Rapti Ratri Sagar "Sapt Kosi" Sarasvati Sita Seti "Sun Kosi" Trishuli + } +} diff --git a/HPM/common/countries/Netherlands.txt b/HPM/common/countries/Netherlands.txt index 37a1677c..f10e5d81 100644 --- a/HPM/common/countries/Netherlands.txt +++ b/HPM/common/countries/Netherlands.txt @@ -2,250 +2,250 @@ color = { 220 138 57 } graphical_culture = EuropeanGC party = { - name = "HOL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "HOL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HOL_liberal" - start_date = 1830.1.1 - end_date = 1886.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal" + start_date = 1830.1.1 + end_date = 1886.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_2" - start_date = 1886.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_2" + start_date = 1886.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_3" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_3" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "HOL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "HOL_communist" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HOL_communist" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HOL_socialist_1" - start_date = 1848.1.1 - end_date = 1881.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HOL_socialist_1" + start_date = 1848.1.1 + end_date = 1881.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HOL_socialist_2" - start_date = 1881.1.1 - end_date = 1900.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HOL_socialist_2" + start_date = 1881.1.1 + end_date = 1900.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HOL_socialist_3" - start_date = 1893.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "HOL_socialist_3" + start_date = 1893.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "HOL_liberal_4" - start_date = 1897.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_4" + start_date = 1897.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_liberal_5" - start_date = 1897.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HOL_liberal_5" + start_date = 1897.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HOL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HOL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HOL_communist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HOL_communist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "De Ruyter" "Tromp" "De Zeven Provincien" "Evertsen" "Kortenaer" "Piet Hein" "Witte de With" "Jacob van Heemskerk" - } - battleship = { - Buffel "De Zeven Provinciën" Evertsen Guinea "Hertog Hendrik" "Jacob van Heemskerck" "Koning der Nederlanden" "Koningin Regentes" Kortenaer "Maarten Harpetsz. Tromp" "Piet Hein" "De Ruyter" Schorpioen Stier - } - ironclad = { - "Hertog Hendrik" "Koning der Nederlanden" "Koningin Regentes" "Koning Willem" "Prins Hendrik" - } - cruiser = { - "Java" "Banckert" "Callenburgh" "Isaac Sweers" "Van Ghent" "Aert van Nes" "Tjerk Hiddes" "Van Galen" "Abraham van der Hulst" "Van Speijck" "Adolf Hertog van Nassau" -"Anna Paulowna" "Zoutman" "Johan Willem Friso" "Van Kinsbergen" -"Pieter Florisz" "Philips van Almonde" - "Bloys van Treslong" "Jan van Brakel" "Van Amstel" "Willem van der Zaan" - } - frigate = { - "Wolf" "Fret" "Hermelijn" "Vos" "Panter" "Jaguar" "Lynx" "Leeuw" "Jakhals" - } - monitor = { - "Buffel" "Guinea" "Schorpioen" "Stier" - } - manowar = { - "Admiraal Generaal" "Beschermer" "Brederode" "Campen" "Eendracht" "Eenhoorn" "Frederik Hendrik" "Gouden Leeuw" -"Graaf Willem" "Groote Liefde" "Jozua" "Kameel" "Kapitein Generaal" "Landman" "Louisa Hendrika" "Overwinnaer" "Prinses Amalia" -"Prinses Roijaal" "Prins Friso" "Prins Willem" "Rosenkrans" "Salamander" "Vergulde Maen" "Verwachting" "Unie" "Vrede" "Vrijheid" "Witte Lam" - } - commerce_raider = { - "Atjeh" "Brabant" "Curacao" "Holland" "Friesland" "Gelderland" "Groningen" "Limburg" "Overijssel" "Suriname" "Utrecht" "Zeeland" - - } - clipper_transport = { - "Amsterdam" "Assendelft" "Batavia" "Delfland" "Dordrecht" "Gouda" "Haarlem" "Hoorn" "Leyden" "Medemblick" "Middelburg" "Rotterdam" "Soerabaja" "Utrecht" "Veere" "Vlissingen" "Willemstad" "Zierikzee" - } - steam_transport = { - "Castor" "Jupiter" "Maan" "Mars" "Mercurius" "Neptunes" "Pollux" "Poolster" "Venus" "Zon" "Zuiderkruis" - } + dreadnought = { + "De Ruyter" "Tromp" "De Zeven Provincien" "Evertsen" "Kortenaer" "Piet Hein" "Witte de With" "Jacob van Heemskerk" + } + battleship = { + Buffel "De Zeven Provinciën" Evertsen Guinea "Hertog Hendrik" "Jacob van Heemskerck" "Koning der Nederlanden" "Koningin Regentes" Kortenaer "Maarten Harpetsz. Tromp" "Piet Hein" "De Ruyter" Schorpioen Stier + } + ironclad = { + "Hertog Hendrik" "Koning der Nederlanden" "Koningin Regentes" "Koning Willem" "Prins Hendrik" + } + cruiser = { + "Java" "Banckert" "Callenburgh" "Isaac Sweers" "Van Ghent" "Aert van Nes" "Tjerk Hiddes" "Van Galen" "Abraham van der Hulst" "Van Speijck" "Adolf Hertog van Nassau" +"Anna Paulowna" "Zoutman" "Johan Willem Friso" "Van Kinsbergen" +"Pieter Florisz" "Philips van Almonde" + "Bloys van Treslong" "Jan van Brakel" "Van Amstel" "Willem van der Zaan" + } + frigate = { + "Wolf" "Fret" "Hermelijn" "Vos" "Panter" "Jaguar" "Lynx" "Leeuw" "Jakhals" + } + monitor = { + "Buffel" "Guinea" "Schorpioen" "Stier" + } + manowar = { + "Admiraal Generaal" "Beschermer" "Brederode" "Campen" "Eendracht" "Eenhoorn" "Frederik Hendrik" "Gouden Leeuw" +"Graaf Willem" "Groote Liefde" "Jozua" "Kameel" "Kapitein Generaal" "Landman" "Louisa Hendrika" "Overwinnaer" "Prinses Amalia" +"Prinses Roijaal" "Prins Friso" "Prins Willem" "Rosenkrans" "Salamander" "Vergulde Maen" "Verwachting" "Unie" "Vrede" "Vrijheid" "Witte Lam" + } + commerce_raider = { + "Atjeh" "Brabant" "Curacao" "Holland" "Friesland" "Gelderland" "Groningen" "Limburg" "Overijssel" "Suriname" "Utrecht" "Zeeland" + + } + clipper_transport = { + "Amsterdam" "Assendelft" "Batavia" "Delfland" "Dordrecht" "Gouda" "Haarlem" "Hoorn" "Leyden" "Medemblick" "Middelburg" "Rotterdam" "Soerabaja" "Utrecht" "Veere" "Vlissingen" "Willemstad" "Zierikzee" + } + steam_transport = { + "Castor" "Jupiter" "Maan" "Mars" "Mercurius" "Neptunes" "Pollux" "Poolster" "Venus" "Zon" "Zuiderkruis" + } } diff --git a/HPM/common/countries/Neuchatel Canton.txt b/HPM/common/countries/Neuchatel Canton.txt index 6e6bb6df..217506a1 100644 --- a/HPM/common/countries/Neuchatel Canton.txt +++ b/HPM/common/countries/Neuchatel Canton.txt @@ -2,181 +2,181 @@ color = { 255 204 0 } graphical_culture = EuropeanGC party = { - name = "SWI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWI_conservative_2" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative_2" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_reactionary_2" - start_date = 1917.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "SWI_reactionary_2" + start_date = 1917.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "SWI_conservative_3" - start_date = 1850.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative_3" + start_date = 1850.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Werner Stauffacher" "Walter Fürst" "Arnold von Melchtal" "Wilhelm Tell" - } - ironclad = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - manowar = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - cruiser = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - frigate = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - monitor = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } -} \ No newline at end of file + dreadnought = { + "Werner Stauffacher" "Walter Fürst" "Arnold von Melchtal" "Wilhelm Tell" + } + ironclad = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + manowar = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + cruiser = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + frigate = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + monitor = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } +} diff --git a/HPM/common/countries/New England.txt b/HPM/common/countries/New England.txt index 50d31714..381fb386 100644 --- a/HPM/common/countries/New England.txt +++ b/HPM/common/countries/New England.txt @@ -2,161 +2,161 @@ color = { 166 224 85 } graphical_culture = BritishGC party = { - name = "NEN_liberal" - start_date = 1830.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NEN_liberal" + start_date = 1830.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NEN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "NEN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "NEN_liberal_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NEN_liberal_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NEN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NEN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NEN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NEN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - } - ironclad = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - - } - manowar = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - } - cruiser = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - } - frigate = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - } - monitor = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence - Montpelier "John Smith" Champlain - - } -} \ No newline at end of file + dreadnought = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + } + ironclad = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + + } + manowar = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + } + cruiser = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + } + frigate = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + } + monitor = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "New England" Connecticut Maine Massachusetts "New Hampshire" "Rhode Island" Vermont Boston Hartford Augusta Concord Providence + Montpelier "John Smith" Champlain + + } +} diff --git a/HPM/common/countries/New Mexico.txt b/HPM/common/countries/New Mexico.txt index 639a6843..a25d6587 100644 --- a/HPM/common/countries/New Mexico.txt +++ b/HPM/common/countries/New Mexico.txt @@ -2,149 +2,149 @@ color = { 255 205 155 } graphical_culture = Generic party = { - name = "UNM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "UNM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UNM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "UNM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "UNM_anarcho_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "UNM_anarcho_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "UNM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UNM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UNM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UNM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UNM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UNM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UNM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UNM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } - ironclad = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } - manowar = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } - cruiser = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } - frigate = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - } - monitor = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix - Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" - - } -} \ No newline at end of file + dreadnought = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } + ironclad = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } + manowar = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } + cruiser = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } + frigate = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + } + monitor = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Arizona "New Mexico" Peoria Yuma Roadrunner "Yucca Flower" "Crescit Eundo" Roswell "Rio Rancho" Phoenix + Flagstaff Tucson "Santa Fe" Albuquerque "Las Cruces" "Cactus Blossom" + + } +} diff --git a/HPM/common/countries/New Zealand.txt b/HPM/common/countries/New Zealand.txt index 3ca96d24..d24fab0b 100644 --- a/HPM/common/countries/New Zealand.txt +++ b/HPM/common/countries/New Zealand.txt @@ -2,137 +2,137 @@ color = { 128 128 128 } graphical_culture = BritishGC party = { - name = "NWZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NWZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NWZ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "NWZ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "NWZ_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NWZ_socialist" + start_date = 1850.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NWZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NWZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NWZ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NWZ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NWZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NWZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NWZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NWZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - - } - ironclad = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } - manowar = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } - cruiser = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } - frigate = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } - monitor = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson - } -} \ No newline at end of file + dreadnought = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + + } + ironclad = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } + manowar = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } + cruiser = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } + frigate = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } + monitor = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "New Zealand" Achilles Ajax Leander Neptune Orion Wellington Auckland Southland Northland "James Cook" Maori Kiwi Napier Nelson + } +} diff --git a/HPM/common/countries/Newfoundland.txt b/HPM/common/countries/Newfoundland.txt index 7fa51086..af628d9c 100644 --- a/HPM/common/countries/Newfoundland.txt +++ b/HPM/common/countries/Newfoundland.txt @@ -2,153 +2,153 @@ color = { 255 211 56 } graphical_culture = Generic party = { - name = "NEW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NEW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NEW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NEW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NEW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NEW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NEW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NEW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NEW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NEW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NEW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - } - ironclad = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - - - } - manowar = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - - } - cruiser = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - } - frigate = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - } - monitor = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia - Dominion Discovery Atlantis "Leif Ericson" - - } -} \ No newline at end of file + dreadnought = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + } + ironclad = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + + + } + manowar = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + + } + cruiser = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + } + frigate = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + } + monitor = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Newfoundland Labrador "John Cabot" Hudson Kirke Bristol "Prince Edward" "Saint John" "Saint Lawrence" "Belle Isle" Placentia + Dominion Discovery Atlantis "Leif Ericson" + + } +} diff --git a/HPM/common/countries/Nicaragua.txt b/HPM/common/countries/Nicaragua.txt index b82e86df..4ff08041 100644 --- a/HPM/common/countries/Nicaragua.txt +++ b/HPM/common/countries/Nicaragua.txt @@ -2,138 +2,138 @@ color = { 113 138 183 } graphical_culture = Generic party = { - name = "NIC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIC_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIC_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Cristóbal Colón" Diriangén "Emiliano Chamorro" "Fruto Chamorro" "José Núñez" Libertad "Manuel de la Cerda" Nicaragua Nicarao "Patricio Rivas" - } - ironclad = { - Caribe Cocibolca Coco Escondido "Hernández de Córdoba" Intendencia Prinzapolka "Río Grande" "San Juan" Xolotlán - } - manowar = { - Avance Colón Florida Navegante "Sagrada Familia" "San José" "Santa María" Santiago Ventoso Ventura - } - cruiser = { - Caribí Chorotega Descubridor Dirián Matagalpa Miskito Nagrandano Niquirano Rama Sumo - } - frigate = { - Boaco Carazo Estelí Granada Jinotega León Madriz Managua Masaya "San Carlos" - } - monitor = { - Concepción Consiguina "Las Lajas" "Las Pilas" Maderas Mombacho Momotombo Rota "San Cristóbal" Telica - } - clipper_transport = { - Beatriz Centroamericana Chocoyo Fauna Flora Guardabarranco Indesplazable Inmaculada Jaguar Laura - "Mono Araña" Nicaragüita Ocelote Patricia Raquel Salvaje Sirena Titánico Tortuga Tucán - } - steam_transport = { - Beatriz Centroamericana Chocoyo Fauna Flora Guardabarranco Indesplazable Inmaculada Jaguar Laura - "Mono Araña" Nicaragüita Ocelote Patricia Raquel Salvaje Sirena Titánico Tortuga Tucán - } - commerce_raider = { - Destructor Feroz Invencible Mortal Neptuno Nicaragüense República Sirena Terremoto Tritón - } -} \ No newline at end of file + dreadnought = { + "Cristóbal Colón" Diriangén "Emiliano Chamorro" "Fruto Chamorro" "José Núñez" Libertad "Manuel de la Cerda" Nicaragua Nicarao "Patricio Rivas" + } + ironclad = { + Caribe Cocibolca Coco Escondido "Hernández de Córdoba" Intendencia Prinzapolka "Río Grande" "San Juan" Xolotlán + } + manowar = { + Avance Colón Florida Navegante "Sagrada Familia" "San José" "Santa María" Santiago Ventoso Ventura + } + cruiser = { + Caribí Chorotega Descubridor Dirián Matagalpa Miskito Nagrandano Niquirano Rama Sumo + } + frigate = { + Boaco Carazo Estelí Granada Jinotega León Madriz Managua Masaya "San Carlos" + } + monitor = { + Concepción Consiguina "Las Lajas" "Las Pilas" Maderas Mombacho Momotombo Rota "San Cristóbal" Telica + } + clipper_transport = { + Beatriz Centroamericana Chocoyo Fauna Flora Guardabarranco Indesplazable Inmaculada Jaguar Laura + "Mono Araña" Nicaragüita Ocelote Patricia Raquel Salvaje Sirena Titánico Tortuga Tucán + } + steam_transport = { + Beatriz Centroamericana Chocoyo Fauna Flora Guardabarranco Indesplazable Inmaculada Jaguar Laura + "Mono Araña" Nicaragüita Ocelote Patricia Raquel Salvaje Sirena Titánico Tortuga Tucán + } + commerce_raider = { + Destructor Feroz Invencible Mortal Neptuno Nicaragüense República Sirena Terremoto Tritón + } +} diff --git a/HPM/common/countries/Niger.txt b/HPM/common/countries/Niger.txt index a6b8fc4a..8ccc38a1 100644 --- a/HPM/common/countries/Niger.txt +++ b/HPM/common/countries/Niger.txt @@ -2,138 +2,138 @@ color = { 222 144 54 } graphical_culture = AfricanGC party = { - name = "NIG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "NIG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "NIG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Nigeria.txt b/HPM/common/countries/Nigeria.txt index 94c49313..ee1d74fb 100644 --- a/HPM/common/countries/Nigeria.txt +++ b/HPM/common/countries/Nigeria.txt @@ -2,138 +2,138 @@ color = { 66 207 66 } graphical_culture = AfricanGC party = { - name = "NGR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NGR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NGR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "NGR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "NGR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NGR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NGR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NGR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NGR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NGR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NGR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NGR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NGR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NGR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/North German Fed.txt b/HPM/common/countries/North German Fed.txt index 62b40f7b..3a1a1105 100644 --- a/HPM/common/countries/North German Fed.txt +++ b/HPM/common/countries/North German Fed.txt @@ -2,241 +2,241 @@ color = { 143 168 154 } graphical_culture = PrussianGC party = { - name = "NGF_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NGF_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NGF_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "NGF_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "NGF_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "NGF_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "NGF_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NGF_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NGF_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NGF_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NGF_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NGF_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NGF_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NGF_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NGF_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NGF_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NGF_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NGF_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NGF_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NGF_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NGF_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NGF_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NGF_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NGF_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NGF_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NGF_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow - Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" - Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie - } - manowar = { - Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" - Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin - } - cruiser = { - Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden - Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd - "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" - Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck - } - frigate = { - Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin - "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille - "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch - Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen - } - monitor = { - Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen - Salamander Skorpion Siegfried Viper Wespe - } - clipper_transport = { - America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" - Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser - } - steam_transport = { - Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz - Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle - Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz - Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" - Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow + Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" + Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie + } + manowar = { + Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" + Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin + } + cruiser = { + Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden + Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd + "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" + Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck + } + frigate = { + Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin + "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille + "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch + Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen + } + monitor = { + Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen + Salamander Skorpion Siegfried Viper Wespe + } + clipper_transport = { + America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" + Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser + } + steam_transport = { + Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz + Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle + Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz + Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" + Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/North Yemen.txt b/HPM/common/countries/North Yemen.txt index dc899d75..284069c4 100644 --- a/HPM/common/countries/North Yemen.txt +++ b/HPM/common/countries/North Yemen.txt @@ -2,139 +2,139 @@ color = { 98 49 0 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Norway.txt b/HPM/common/countries/Norway.txt index cd611258..209d4a72 100644 --- a/HPM/common/countries/Norway.txt +++ b/HPM/common/countries/Norway.txt @@ -3,331 +3,331 @@ color = { 117 165 188 } graphical_culture = EuropeanGC party = { - name = "NOR_liberal" #Liberals - start_date = 1814.1.1 - end_date = 1884.1.28 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_liberal" #Liberals + start_date = 1814.1.1 + end_date = 1884.1.28 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_liberal_2" #Venstre - start_date = 1884.1.28 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_liberal_2" #Venstre + start_date = 1884.1.28 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_conservative" #Conservatives - start_date = 1814.1.1 - end_date = 1884.8.25 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NOR_conservative" #Conservatives + start_date = 1814.1.1 + end_date = 1884.8.25 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NOR_conservative_2" #Hoeyre - start_date = 1884.8.25 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NOR_conservative_2" #Hoeyre + start_date = 1884.8.25 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NOR_conservative_3" #Moderate Venstre - start_date = 1888.1.1 - end_date = 1903.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NOR_conservative_3" #Moderate Venstre + start_date = 1888.1.1 + end_date = 1903.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NOR_conservative_4" #Samlingspartiet - start_date = 1903.1.1 - end_date = 1905.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NOR_conservative_4" #Samlingspartiet + start_date = 1903.1.1 + end_date = 1905.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NOR_conservative_5" #Frisinnede Venstre - start_date = 1900.1.1 - end_date = 1933.9.4 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NOR_conservative_5" #Frisinnede Venstre + start_date = 1900.1.1 + end_date = 1933.9.4 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NOR_conservative_6" #Kristelig Folkeparti - start_date = 1933.9.4 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "NOR_conservative_6" #Kristelig Folkeparti + start_date = 1933.9.4 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "NOR_reactionary" #Konge Partiet - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "NOR_reactionary" #Konge Partiet + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "NOR_anarcho_liberal" #Radicals - start_date = 1830.1.1 - end_date = 1901.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_anarcho_liberal" #Radicals + start_date = 1830.1.1 + end_date = 1901.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_anarcho_liberal_2" #Arbeiderdemokratene - start_date = 1901.1.1 - end_date = 1945.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "NOR_anarcho_liberal_2" #Arbeiderdemokratene + start_date = 1901.1.1 + end_date = 1945.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "NOR_socialist" #Socialists - start_date = 1830.1.1 - end_date = 1887.8.21 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NOR_socialist" #Socialists + start_date = 1830.1.1 + end_date = 1887.8.21 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NOR_socialist_2" #Det Norske Arbeiderparti - start_date = 1887.8.21 - end_date = 1921.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NOR_socialist_2" #Det Norske Arbeiderparti + start_date = 1887.8.21 + end_date = 1921.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NOR_socialist_3" #Norges Socialdemokratiske Arbeiderparti - start_date = 1921.1.1 - end_date = 1927.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NOR_socialist_3" #Norges Socialdemokratiske Arbeiderparti + start_date = 1921.1.1 + end_date = 1927.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NOR_socialist_4" #Bondepartiet - start_date = 1927.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_socialist_4" #Bondepartiet + start_date = 1927.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_communist" #Communists - start_date = 1848.1.1 - end_date = 1919.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_communist" #Communists + start_date = 1848.1.1 + end_date = 1919.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_communist_2" #Det Norske Arbeiderparti_v2 - start_date = 1919.1.1 - end_date = 1927.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_communist_2" #Det Norske Arbeiderparti_v2 + start_date = 1919.1.1 + end_date = 1927.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_communist_3" #Norges Kommunistiske Parti - start_date = 1927.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NOR_communist_3" #Norges Kommunistiske Parti + start_date = 1927.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NOR_fascist" #Nationalists - start_date = 1900.1.1 - end_date = 1933.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NOR_fascist" #Nationalists + start_date = 1900.1.1 + end_date = 1933.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NOR_fascist_2" #Nasjonal Samling - start_date = 1933.1.1 - end_date = 1945.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NOR_fascist_2" #Nasjonal Samling + start_date = 1933.1.1 + end_date = 1945.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Áss Vanr Álfr Jötunn - } - ironclad = { - Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen - } - manowar = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen Rjukan Sarpen Lougen Glommen - } - cruiser = { - Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti - } - frigate = { - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - } - monitor = { - Skorpionen Mjølner Thrudvang - } - clipper_transport = { - Hebe Lina - } - steam_transport = { - "Kong Ring" Skibladner "Engebret Soot" Ara Hans Turisten Børøysund Kysten Oster Suldal Stavenes Stord - } - commerce_raider = { - Heimdal "Fridtjof Nansen" Nordkapp - } -} \ No newline at end of file + dreadnought = { + Áss Vanr Álfr Jötunn + } + ironclad = { + Ellida Sleipner Viking Frithjof Rjukan Sarpen Lougen Glommen + } + manowar = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen Rjukan Sarpen Lougen Glommen + } + cruiser = { + Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti + } + frigate = { + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + } + monitor = { + Skorpionen Mjølner Thrudvang + } + clipper_transport = { + Hebe Lina + } + steam_transport = { + "Kong Ring" Skibladner "Engebret Soot" Ara Hans Turisten Børøysund Kysten Oster Suldal Stavenes Stord + } + commerce_raider = { + Heimdal "Fridtjof Nansen" Nordkapp + } +} diff --git a/HPM/common/countries/Oaxaca.txt b/HPM/common/countries/Oaxaca.txt index df04195d..b0d1cbc4 100644 --- a/HPM/common/countries/Oaxaca.txt +++ b/HPM/common/countries/Oaxaca.txt @@ -2,146 +2,146 @@ color = { 57 160 101 } graphical_culture = SouthAmericanGC party = { - name = "OAX_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OAX_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OAX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OAX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OAX_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OAX_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OAX_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OAX_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OAX_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OAX_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OAX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OAX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OAX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OAX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - Zapotec Morales Oaxaca "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + Zapotec Morales Oaxaca "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Occitania.txt b/HPM/common/countries/Occitania.txt index 1df45294..783b0d34 100644 --- a/HPM/common/countries/Occitania.txt +++ b/HPM/common/countries/Occitania.txt @@ -2,139 +2,139 @@ color = { 130 130 50 } graphical_culture = EuropeanGC party = { - name = "OCC_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "OCC_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "OCC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OCC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OCC_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OCC_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OCC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OCC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OCC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OCC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OCC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OCC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OCC_fascist" - start_date = 1905.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OCC_fascist" + start_date = 1905.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Jakez Karter" "Breizh" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Jakez Karter" "Breizh" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Oldenburg.txt b/HPM/common/countries/Oldenburg.txt index 91c1d107..c84560f3 100644 --- a/HPM/common/countries/Oldenburg.txt +++ b/HPM/common/countries/Oldenburg.txt @@ -2,238 +2,238 @@ color = { 147 130 118 } graphical_culture = EuropeanGC party = { - name = "OLD_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "OLD_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "OLD_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "OLD_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "OLD_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "OLD_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "OLD_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OLD_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OLD_socialist" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OLD_socialist" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OLD_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OLD_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OLD_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OLD_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OLD_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OLD_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OLD_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OLD_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OLD_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "OLD_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "OLD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OLD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OLD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OLD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OLD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OLD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - - } - ironclad = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - } - manowar = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - - } - cruiser = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - - } - frigate = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - - } - monitor = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" - "Gödeke Michels" - } -} \ No newline at end of file + dreadnought = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + + } + ironclad = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + } + manowar = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + + } + cruiser = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + + } + frigate = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + + } + monitor = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Oldenburg Birkenfeld "Großherzog Paul" Reichsfürst Erbprinz "Gerd der Mutige" "Christian Thomesen" "Arnd Stuke" "Nikolaus Milies" "Magister Wigbold" + "Gödeke Michels" + } +} diff --git a/HPM/common/countries/Oman.txt b/HPM/common/countries/Oman.txt index 57c4ed0a..5e03f71e 100644 --- a/HPM/common/countries/Oman.txt +++ b/HPM/common/countries/Oman.txt @@ -2,139 +2,139 @@ color = { 98 134 153 } graphical_culture = MiddleEasternGC party = { - name = "OMA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "OMA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "OMA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "OMA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "OMA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OMA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OMA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OMA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OMA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OMA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OMA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OMA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OMA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OMA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Masqat Suhar Matrah Nizwa Salala Sur Musandam - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Masqat Suhar Matrah Nizwa Salala Sur Musandam + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Oranje.txt b/HPM/common/countries/Oranje.txt index 9e175764..de9e2d1e 100644 --- a/HPM/common/countries/Oranje.txt +++ b/HPM/common/countries/Oranje.txt @@ -2,168 +2,168 @@ color = { 224 139 47 } graphical_culture = Generic party = { - name = "ORA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "ORA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ORA_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ORA_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ORA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ORA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ORA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ORA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ORA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ORA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ORA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ORA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ORA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ORA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ORA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ORA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Voorniksniebangnie Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - ironclad = { - Goliath Joshua Samson Gideon Genesis Armageddon - - } - manowar = { - Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - cruiser = { - Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - frigate = { - Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - monitor = { - Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - clipper_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - } - steam_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - - - } - commerce_raider = { - Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - - } -} \ No newline at end of file + dreadnought = { + Voorniksniebangnie Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + ironclad = { + Goliath Joshua Samson Gideon Genesis Armageddon + + } + manowar = { + Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + cruiser = { + Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + frigate = { + Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + monitor = { + Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + clipper_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + } + steam_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + + + } + commerce_raider = { + Vrystaat Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + + } +} diff --git a/HPM/common/countries/Oregon.txt b/HPM/common/countries/Oregon.txt index 33ef7533..4e69156a 100644 --- a/HPM/common/countries/Oregon.txt +++ b/HPM/common/countries/Oregon.txt @@ -2,148 +2,148 @@ color = { 198 113 133 } graphical_culture = Generic party = { - name = "UOR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "UOR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "UOR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UOR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UOR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UOR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UOR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UOR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UOR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UOR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UOR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UOR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UOR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UOR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Orissa.txt b/HPM/common/countries/Orissa.txt index 17e8f6ed..b01d0437 100644 --- a/HPM/common/countries/Orissa.txt +++ b/HPM/common/countries/Orissa.txt @@ -1,145 +1,145 @@ -color = { 255 251 198 } +color = { 209 230 243 } graphical_culture = IndianGC party = { - name = "ORI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ORI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ORI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ORI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ORI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ORI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ORI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ORI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ORI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ORI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ORI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ORI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ORI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ORI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - - } - ironclad = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } - manowar = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } - cruiser = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } - frigate = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } - monitor = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath - Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada - } -} \ No newline at end of file + dreadnought = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + + } + ironclad = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } + manowar = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } + cruiser = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } + frigate = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } + monitor = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Baitarani Balasore Balugaon Behrampur Bhubeneswar Brahmani Chandipur Chilka Cuttack Durga Gopalpur Jagannath + Juggernaut Kalijai Konark Lakshmi Mahanadi Nalabana Paradeep Parvati Puri Radha Sarasvati Satapada + } +} diff --git a/HPM/common/countries/Ottoman Empire.txt b/HPM/common/countries/Ottoman Empire.txt index 7816f8b8..948a1a27 100644 --- a/HPM/common/countries/Ottoman Empire.txt +++ b/HPM/common/countries/Ottoman Empire.txt @@ -2,176 +2,176 @@ color = { 170 206 162 } graphical_culture = OttomanGC party = { - name = "TUR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TUR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_liberal" - start_date = 1856.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "TUR_liberal" + start_date = 1856.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "TUR_socialist" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUR_socialist" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_liberal_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TUR_liberal_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TUR_socialist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TUR_socialist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TUR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "TUR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "TUR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } unit_names = { - dreadnought = { - "Turgut Reis" Hamidiye Reshadiye "Barbaros Hayreddin" Mesudiye - Abdülkader Abdülaziz "Suleyman Kanuni" "Mehmet Fatih" "I. Osman" "I. Bayezid" "I. Ahmed" "Selim Yavuz" - Abdülmecid "III. Selim" "I Mahmud" "II. Mahmud" "Murat Hudavendigar" Topkapi "Devlet-i Aliye" Çaldiran - } - ironclad = { - Hudavendigar Biga Rumeli Ardahan Mentese Anadolu Kibris Germiyan Halep Bagdat Sam Sehrizor Ruha Girit - Yanya Eflak Özü Bosna Içel Rodos Silistre Misir Trablusgarp - } - manowar = { - Osmaniye Mahmudiye Orhaniye Abdülaziz "Asar-i Tevfik" "Asar-i Sevket" "Nijimi Sevket" - "Avni Illah" Idjalieh "Fethi Belund" "Mukaddeme-i Hayir" "Gayret-i Vataniye" "Yadigar-i Millet" - "Muavenet-i Millet" "Numune-i Hamiyet" Adatepe Kocatepe Tinaztepe Zafer Demirhisar Sultanhisar - } - cruiser = { - "Yavuz Sultan Selim" Adatepe Kocatepe "Mehmet Selim" Heibetnuma "Lutf-i Humayun" "Abdul Hamid" - Medjidieh "Mukaddem-i Hayir" Berkefsan Basra Tayyar Samsun "Muavanet-i Milliye" Midilli - Konstantiniyye Ancyra Edirne Usküdar Izmir Bursa Sevres Izmit Konya - } - frigate = { - Timsah "Simir-i Hidsum" Gilyom Nasir Ejder Yunus Draç Sivrihisar Nilüfer Rana - "Doruk Reis" "Hizir Reis" "Timur Hisar" Kos Nuribar "Pelenk-i Derya" Ceyhan "Yar Hisar" - "Mahmud Sevket Pasha" Malatya Kütahya Yozgat - } - monitor = { - "Hersekli Ahmad" "Gedik Ahmad" "Rum Mehmed" Ishak "Çelebi Lutfi" Rustem "Sokollu Mehmed" "Koca Sinan" - "Ozdemiroglu Osman" "Damat Ibrahim" "Filibeli Hafiz" "Koprulu Mehmed" "Merzifonlu Kara Mustafa" "Amcazade Koprulu Huseyin" - "Yirmisekizade Mehmed Said" "Cezayirli Gazi Hasan" "Koca Yusuf" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Ankara Bagdat Erzurum Kars Selanik Monastir Uskup Izmir "Kudüs-ü Serif" Dimashq Saraybosna Edirne Sivas Kayseri Van - Trablusgarp Uskudar Sinop Manisa Filibe Bender Trabzon Mersin Halep Kastamonu - } -} \ No newline at end of file + dreadnought = { + "Turgut Reis" Hamidiye Reshadiye "Barbaros Hayreddin" Mesudiye + Abdülkader Abdülaziz "Suleyman Kanuni" "Mehmet Fatih" "I. Osman" "I. Bayezid" "I. Ahmed" "Selim Yavuz" + Abdülmecid "III. Selim" "I Mahmud" "II. Mahmud" "Murat Hudavendigar" Topkapi "Devlet-i Aliye" Çaldiran + } + ironclad = { + Hudavendigar Biga Rumeli Ardahan Mentese Anadolu Kibris Germiyan Halep Bagdat Sam Sehrizor Ruha Girit + Yanya Eflak Özü Bosna Içel Rodos Silistre Misir Trablusgarp + } + manowar = { + Osmaniye Mahmudiye Orhaniye Abdülaziz "Asar-i Tevfik" "Asar-i Sevket" "Nijimi Sevket" + "Avni Illah" Idjalieh "Fethi Belund" "Mukaddeme-i Hayir" "Gayret-i Vataniye" "Yadigar-i Millet" + "Muavenet-i Millet" "Numune-i Hamiyet" Adatepe Kocatepe Tinaztepe Zafer Demirhisar Sultanhisar + } + cruiser = { + "Yavuz Sultan Selim" Adatepe Kocatepe "Mehmet Selim" Heibetnuma "Lutf-i Humayun" "Abdul Hamid" + Medjidieh "Mukaddem-i Hayir" Berkefsan Basra Tayyar Samsun "Muavanet-i Milliye" Midilli + Konstantiniyye Ancyra Edirne Usküdar Izmir Bursa Sevres Izmit Konya + } + frigate = { + Timsah "Simir-i Hidsum" Gilyom Nasir Ejder Yunus Draç Sivrihisar Nilüfer Rana + "Doruk Reis" "Hizir Reis" "Timur Hisar" Kos Nuribar "Pelenk-i Derya" Ceyhan "Yar Hisar" + "Mahmud Sevket Pasha" Malatya Kütahya Yozgat + } + monitor = { + "Hersekli Ahmad" "Gedik Ahmad" "Rum Mehmed" Ishak "Çelebi Lutfi" Rustem "Sokollu Mehmed" "Koca Sinan" + "Ozdemiroglu Osman" "Damat Ibrahim" "Filibeli Hafiz" "Koprulu Mehmed" "Merzifonlu Kara Mustafa" "Amcazade Koprulu Huseyin" + "Yirmisekizade Mehmed Said" "Cezayirli Gazi Hasan" "Koca Yusuf" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Ankara Bagdat Erzurum Kars Selanik Monastir Uskup Izmir "Kudüs-ü Serif" Dimashq Saraybosna Edirne Sivas Kayseri Van + Trablusgarp Uskudar Sinop Manisa Filibe Bender Trabzon Mersin Halep Kastamonu + } +} diff --git a/HPM/common/countries/Oyo.txt b/HPM/common/countries/Oyo.txt index e9d29c8d..42d6f259 100644 --- a/HPM/common/countries/Oyo.txt +++ b/HPM/common/countries/Oyo.txt @@ -2,138 +2,138 @@ color = { 184 134 11 } graphical_culture = AfricanGC party = { - name = "OYO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OYO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OYO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "OYO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "OYO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OYO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OYO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OYO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OYO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OYO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OYO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OYO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OYO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OYO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Pahang.txt b/HPM/common/countries/Pahang.txt index a5776ec4..1db3202d 100644 --- a/HPM/common/countries/Pahang.txt +++ b/HPM/common/countries/Pahang.txt @@ -2,150 +2,150 @@ color = { 165 161 15 } graphical_culture = AsianGC party = { - name = "JOH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JOH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JOH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JOH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JOH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JOH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JOH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JOH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - ironclad = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - manowar = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - cruiser = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - frigate = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - monitor = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } -} \ No newline at end of file + dreadnought = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + ironclad = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + manowar = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + cruiser = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + frigate = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + monitor = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } +} diff --git a/HPM/common/countries/Pakistan.txt b/HPM/common/countries/Pakistan.txt index 9f47e73f..6a30b406 100644 --- a/HPM/common/countries/Pakistan.txt +++ b/HPM/common/countries/Pakistan.txt @@ -2,137 +2,136 @@ color = { 0 102 0 } graphical_culture = IndianGC party = { - name = "PAK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "PAK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "PAK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAK_liberal_2" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pacifism + name = "PAK_liberal_2" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pacifism } party = { - name = "PAK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PAK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PAK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PAK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PAK_socialist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAK_socialist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PAK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Palestine.txt b/HPM/common/countries/Palestine.txt index 543a9c73..118a4270 100644 --- a/HPM/common/countries/Palestine.txt +++ b/HPM/common/countries/Palestine.txt @@ -2,151 +2,151 @@ color = { 66 140 101 } graphical_culture = MiddleEasternGC party = { - name = "PLS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PLS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PLS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PLS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PLS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PLS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PLS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PLS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PLS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "PLS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "PLS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PLS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PLS_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PLS_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Beirut "Mount Olive" Sidon Triploitana Bakaa Phoenicia "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - - } - ironclad = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - manowar = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - cruiser = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - frigate = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - monitor = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" - "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" - - } -} \ No newline at end of file + dreadnought = { + Beirut "Mount Olive" Sidon Triploitana Bakaa Phoenicia "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + + } + ironclad = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + manowar = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + cruiser = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + frigate = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + monitor = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Beirut "Mount Olive" Sidon Triploitana Bakaa "Baghdad" "Al Mawsil" "Salah al-Din" "Huth" "Sa'dah" "Ma'rib" "Salalah" "Raysut" "Mirbah" "Sawqirah" "Karbala" "Baqubah" + "Al Amarah" "Al Küt" "Sulaimanya" "Al Najaf" "Al Basrah" + + } +} diff --git a/HPM/common/countries/Panama.txt b/HPM/common/countries/Panama.txt index 4f6fc00a..8fc7e66d 100644 --- a/HPM/common/countries/Panama.txt +++ b/HPM/common/countries/Panama.txt @@ -2,138 +2,138 @@ color = { 150 85 61 } graphical_culture = Generic party = { - name = "PNM_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNM_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNM_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNM_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PNM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PNM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PNM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PNM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PNM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Cristóbal Colón" "Demetrio Brid" "Esteban Huertas" "Federico Boyd" Independencia "José Agustín Arango" "Manuel Amador Guerrero" Panamá "Tomás de Herrera" "Tres de Noviembre" - } - ironclad = { - Almirante Azuero Balboa Coiba Cristóbal "El Golfo" "Las Pelas" Tabasará Taboga Talamanca - } - manowar = { - "Espíritu Santo" "Estrella de los Mares" "San Blas" "San Carlos" "San Cristóbal" "San Felipe" "San Fernando" "Santa Isabel" "Santa María" "Santísima Trinidad" - } - cruiser = { - "Bocas del Toro" Buabidi Darién "El Porvenir" Emberá-Wounaan "Kuna de Madugandí" "Kuna de Wargandí" "Kuna Yala Ngöbe-Buglé" "Unión Choco" - } - frigate = { - Chiriquí Chitré "Ciudad de Panamá" Coclé Colón Herrera "La Palma" "Los Santos" Penonomé Veraguas - } - monitor = { - Cabra Cañas Caribe Cébaco Coiba Grande Jicarón "Las Tres Marías" Mamey Montuosa - } - clipper_transport = { - Águila Avance Carguero Cóndor Coraje Creador Descubridor Éter Explorador Fénix - Halcón Inhundible Lázaro Oscuro Pegaso "San Antonio" "San Bernabé" "Santa Marta" Titán Volador - } - steam_transport = { - Águila Avance Carguero Cóndor Coraje Creador Descubridor Éter Explorador Fénix - Halcón Inhundible Lázaro Oscuro Pegaso "San Antonio" "San Bernabé" "Santa Marta" Titán Volador - } - commerce_raider = { - Barú Chagres Chepo Destructor Exterminador Fuego San Miguel Temor Tuira Volcán - } -} \ No newline at end of file + dreadnought = { + "Cristóbal Colón" "Demetrio Brid" "Esteban Huertas" "Federico Boyd" Independencia "José Agustín Arango" "Manuel Amador Guerrero" Panamá "Tomás de Herrera" "Tres de Noviembre" + } + ironclad = { + Almirante Azuero Balboa Coiba Cristóbal "El Golfo" "Las Pelas" Tabasará Taboga Talamanca + } + manowar = { + "Espíritu Santo" "Estrella de los Mares" "San Blas" "San Carlos" "San Cristóbal" "San Felipe" "San Fernando" "Santa Isabel" "Santa María" "Santísima Trinidad" + } + cruiser = { + "Bocas del Toro" Buabidi Darién "El Porvenir" Emberá-Wounaan "Kuna de Madugandí" "Kuna de Wargandí" "Kuna Yala Ngöbe-Buglé" "Unión Choco" + } + frigate = { + Chiriquí Chitré "Ciudad de Panamá" Coclé Colón Herrera "La Palma" "Los Santos" Penonomé Veraguas + } + monitor = { + Cabra Cañas Caribe Cébaco Coiba Grande Jicarón "Las Tres Marías" Mamey Montuosa + } + clipper_transport = { + Águila Avance Carguero Cóndor Coraje Creador Descubridor Éter Explorador Fénix + Halcón Inhundible Lázaro Oscuro Pegaso "San Antonio" "San Bernabé" "Santa Marta" Titán Volador + } + steam_transport = { + Águila Avance Carguero Cóndor Coraje Creador Descubridor Éter Explorador Fénix + Halcón Inhundible Lázaro Oscuro Pegaso "San Antonio" "San Bernabé" "Santa Marta" Titán Volador + } + commerce_raider = { + Barú Chagres Chepo Destructor Exterminador Fuego San Miguel Temor Tuira Volcán + } +} diff --git a/HPM/common/countries/Panjab.txt b/HPM/common/countries/Panjab.txt index 6c1b83cc..425868bd 100644 --- a/HPM/common/countries/Panjab.txt +++ b/HPM/common/countries/Panjab.txt @@ -2,144 +2,144 @@ color = { 255 87 127 } graphical_culture = IndianGC party = { - name = "PNJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PNJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PNJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "PNJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "PNJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PNJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PNJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PNJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PNJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PNJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PNJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PNJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - - } - ironclad = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } - manowar = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } - cruiser = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } - frigate = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } - monitor = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri - Ravi Sagar Sutlej Sarasvati Sita - } -} \ No newline at end of file + dreadnought = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + + } + ironclad = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } + manowar = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } + cruiser = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } + frigate = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } + monitor = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Beas Chenab Devi Gayatri Guru Indus Jalsena Jhelum Lakshmi Nausena "Nav ka Yudh" Parvati Radha Ratri + Ravi Sagar Sutlej Sarasvati Sita + } +} diff --git a/HPM/common/countries/Papal States.txt b/HPM/common/countries/Papal States.txt index 5adee87a..f0c1e20b 100644 --- a/HPM/common/countries/Papal States.txt +++ b/HPM/common/countries/Papal States.txt @@ -2,134 +2,134 @@ color = { 229 150 87 } graphical_culture = ItalianGC party = { - name = "PAP_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "PAP_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "PAP_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PAP_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PAP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PAP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PAP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PAP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PAP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "PAP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "PAP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PAP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Michele Gabriele Rafaelle Urielle Fanuele Zachiele Simiele - } - ironclad = { - Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" - } - manowar = { - "San Lorenzo" Fenice "Porco Spino" Burlando - } - cruiser = { - Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" - } - frigate = { - "San Paolo" "San Pietro" "San Giovanni" "San Pio" - } - monitor = { - Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "San Giovanni" "San Pio" "San Ferdinando" "San Francesco" "San Luigi" "Santa Fermina" "San Pietro" "San Paolo" - } -} \ No newline at end of file + dreadnought = { + Michele Gabriele Rafaelle Urielle Fanuele Zachiele Simiele + } + ironclad = { + Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" + } + manowar = { + "San Lorenzo" Fenice "Porco Spino" Burlando + } + cruiser = { + Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" + } + frigate = { + "San Paolo" "San Pietro" "San Giovanni" "San Pio" + } + monitor = { + Regno Toscana Pisa Firenze Pace Vittoria "Santa Maria" "San Giovanni" Supremazia Serenità Capitana Patrona "San Pietro" "San Andrea" "San Petronio" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "San Giovanni" "San Pio" "San Ferdinando" "San Francesco" "San Luigi" "Santa Fermina" "San Pietro" "San Paolo" + } +} diff --git a/HPM/common/countries/Papua New Guinea.txt b/HPM/common/countries/Papua New Guinea.txt index c60a3c2d..5de0c302 100644 --- a/HPM/common/countries/Papua New Guinea.txt +++ b/HPM/common/countries/Papua New Guinea.txt @@ -2,172 +2,172 @@ color = { 244 119 66 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Paraguay.txt b/HPM/common/countries/Paraguay.txt index 3285930a..4348cc4b 100644 --- a/HPM/common/countries/Paraguay.txt +++ b/HPM/common/countries/Paraguay.txt @@ -2,168 +2,168 @@ color = { 217 224 179 } graphical_culture = SouthAmericanGC party = { - name = "PRG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "PRG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "PRG_conservative" - start_date = 1830.1.1 - end_date = 1887.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRG_conservative" + start_date = 1830.1.1 + end_date = 1887.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRG_liberal" - start_date = 1830.1.1 - end_date = 1887.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PRG_liberal" + start_date = 1830.1.1 + end_date = 1887.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PRG_conservative_2" - start_date = 1887.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PRG_conservative_2" + start_date = 1887.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PRG_liberal_2" - start_date = 1887.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRG_liberal_2" + start_date = 1887.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Capitán Cabral" "Capitán Ortíz" Haumaitá Itaipú Nanawa Paraguya "Rodríguez de Francia" Tebicuary "Teniente Fariña" Yhaguy - } - ironclad = { - "General Yegros" Jejuí "Márquez de Olinda" Paraguarí Pirabebé "Francisco Solano López" Salto Tacuarí Ygurey Yporá - } - manowar = { - Encarnación "San José" "San Juan" "San Juan Bautista" "San Lorenzo" "San Pedro" "Santa Ana" "Santa María" "Santa Marta" "Santísima Trinidad" - } - cruiser = { - Areguá Asunción Caaguazú "Cerro Peró" "Ciudad del Este" Concepción "Fuerte Olimpo" Itauguá Ñeembucú Villarica - } - frigate = { - "Alto Paraguay" "Bajo Paraguay" Boquerón Constitución "Gran Chaco" Independencia Libertad "Patria Paraguaya" "Presidente Hayes" República - } - monitor = { - "Carlos Antonio López" Guaraní Jopará Nivaclé Paraná Pilcomayo "Río Paraguay" "Salto de Guairá" "San Francisco Javier" "San Ignacio de Loyola" - } - clipper_transport = { - Angostura "Estrella de los Mares" Gigante Intrépida Júpiter Libre Marte Neptuno Plutón Reducción - "San Honorato" "San Lucas" "San Marcos" "San Mateo" "Santa Isabel" "Santa Mónica" Saturno Sirena Tetis Veloz - } - steam_transport = { - Angostura "Estrella de los Mares" Gigante Intrépida Júpiter Libre Marte Neptuno Plutón Reducción - "San Honorato" "San Lucas" "San Marcos" "San Mateo" "Santa Isabel" "Santa Mónica" Saturno Sirena Tetis Veloz - } - commerce_raider = { - Azote Destructor Fervor Héroe Relámpago Tempestad Terror Triunfo Trueno Victoria - } -} \ No newline at end of file + dreadnought = { + "Capitán Cabral" "Capitán Ortíz" Haumaitá Itaipú Nanawa Paraguya "Rodríguez de Francia" Tebicuary "Teniente Fariña" Yhaguy + } + ironclad = { + "General Yegros" Jejuí "Márquez de Olinda" Paraguarí Pirabebé "Francisco Solano López" Salto Tacuarí Ygurey Yporá + } + manowar = { + Encarnación "San José" "San Juan" "San Juan Bautista" "San Lorenzo" "San Pedro" "Santa Ana" "Santa María" "Santa Marta" "Santísima Trinidad" + } + cruiser = { + Areguá Asunción Caaguazú "Cerro Peró" "Ciudad del Este" Concepción "Fuerte Olimpo" Itauguá Ñeembucú Villarica + } + frigate = { + "Alto Paraguay" "Bajo Paraguay" Boquerón Constitución "Gran Chaco" Independencia Libertad "Patria Paraguaya" "Presidente Hayes" República + } + monitor = { + "Carlos Antonio López" Guaraní Jopará Nivaclé Paraná Pilcomayo "Río Paraguay" "Salto de Guairá" "San Francisco Javier" "San Ignacio de Loyola" + } + clipper_transport = { + Angostura "Estrella de los Mares" Gigante Intrépida Júpiter Libre Marte Neptuno Plutón Reducción + "San Honorato" "San Lucas" "San Marcos" "San Mateo" "Santa Isabel" "Santa Mónica" Saturno Sirena Tetis Veloz + } + steam_transport = { + Angostura "Estrella de los Mares" Gigante Intrépida Júpiter Libre Marte Neptuno Plutón Reducción + "San Honorato" "San Lucas" "San Marcos" "San Mateo" "Santa Isabel" "Santa Mónica" Saturno Sirena Tetis Veloz + } + commerce_raider = { + Azote Destructor Fervor Héroe Relámpago Tempestad Terror Triunfo Trueno Victoria + } +} diff --git a/HPM/common/countries/Parma.txt b/HPM/common/countries/Parma.txt index 6955f4bf..e7c9d7c5 100644 --- a/HPM/common/countries/Parma.txt +++ b/HPM/common/countries/Parma.txt @@ -2,184 +2,184 @@ color = { 10 194 12 } graphical_culture = ItalianGC party = { - name = "PAR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PAR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PAR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PAR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PAR_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PAR_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PAR_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PAR_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PAR_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PAR_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - } - cruiser = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - } - frigate = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - } - monitor = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte - - Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + } + cruiser = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + } + frigate = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + } + monitor = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Alessandro Farnese" "Maria Luisa" "d'Asburgo" Parma Piacenza Borbone Aquila Aurora Azzardoso Beroldo Condottiero Carloforte + + Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Patagonia.txt b/HPM/common/countries/Patagonia.txt index 1f592db6..e3a06801 100644 --- a/HPM/common/countries/Patagonia.txt +++ b/HPM/common/countries/Patagonia.txt @@ -2,138 +2,138 @@ color = { 219 182 182 } graphical_culture = SouthAmericanGC party = { - name = "PTG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PTG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PTG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PTG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PTG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PTG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PTG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PTG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PTG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PTG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PTG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PTG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PTG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PTG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Orelie-Antoine" Neuquen Bariloche Iquique Latorre "Rio Gallegos" "Punta Arenas" Temuco - } - ironclad = { - "Puerto Deseado" Austral Blanco "Blanco Encalada" "Capitán Prat" Cochrane "Rio Grande" "Norte Chico" "Norte Grande" "Ojos del Salado" - } - manowar = { - Abtao Águila Araucano Chacabuco Fortunata Galvarino Lautaro Valdiva Potrillo "Puerto Aisen" - } - cruiser = { - Aguamarina Diamante Aquiles Esmeralda Llullaillaco Felipe Aconcagua Butacura Caburgua - } - frigate = { - Aisén Araucania Arica Biobío Coquimbo "Los Lagos" Coñaripe Dollinco Tarapacá Valdivia - } - monitor = { - Liquiñe Butapichón Colo-Colo Curiñancu Guaiquimilla Huáscar Lientur "Pedro de Valdivia" Pelantaru Vilumilla - } - clipper_transport = { - Coihaique "Mamuil Malal" Caburgua Boldo Ancud Achao Maipo Quetrupillán Quiapo Rawson Vitacura "Puerto Montt" "Punta Arenas" Rancagua - "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Chillan Sarmiento Talca Temuco Cau-Cau - } - steam_transport = { - Coihaique "Mamuil Malal" Caburgua Boldo Ancud Achao Maipo Quetrupillán Quiapo Rawson Vitacura "Puerto Montt" "Punta Arenas" Rancagua - "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Chillan Sarmiento Talca Temuco Cau-Cau - } - commerce_raider = { - "Almirante Condell" "Almirante Lynch" Angamos Aquiles Casma Chacabuco Chipana Covadonga Magallanes Orompello - } -} \ No newline at end of file + dreadnought = { + "Orelie-Antoine" Neuquen Bariloche Iquique Latorre "Rio Gallegos" "Punta Arenas" Temuco + } + ironclad = { + "Puerto Deseado" Austral Blanco "Blanco Encalada" "Capitán Prat" Cochrane "Rio Grande" "Norte Chico" "Norte Grande" "Ojos del Salado" + } + manowar = { + Abtao Águila Araucano Chacabuco Fortunata Galvarino Lautaro Valdiva Potrillo "Puerto Aisen" + } + cruiser = { + Aguamarina Diamante Aquiles Esmeralda Llullaillaco Felipe Aconcagua Butacura Caburgua + } + frigate = { + Aisén Araucania Arica Biobío Coquimbo "Los Lagos" Coñaripe Dollinco Tarapacá Valdivia + } + monitor = { + Liquiñe Butapichón Colo-Colo Curiñancu Guaiquimilla Huáscar Lientur "Pedro de Valdivia" Pelantaru Vilumilla + } + clipper_transport = { + Coihaique "Mamuil Malal" Caburgua Boldo Ancud Achao Maipo Quetrupillán Quiapo Rawson Vitacura "Puerto Montt" "Punta Arenas" Rancagua + "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Chillan Sarmiento Talca Temuco Cau-Cau + } + steam_transport = { + Coihaique "Mamuil Malal" Caburgua Boldo Ancud Achao Maipo Quetrupillán Quiapo Rawson Vitacura "Puerto Montt" "Punta Arenas" Rancagua + "San José" "San Pedro" "San Rafael" "Santa Inés" "Santa María" Chillan Sarmiento Talca Temuco Cau-Cau + } + commerce_raider = { + "Almirante Condell" "Almirante Lynch" Angamos Aquiles Casma Chacabuco Chipana Covadonga Magallanes Orompello + } +} diff --git a/HPM/common/countries/Perak.txt b/HPM/common/countries/Perak.txt index 53f46fa0..0e7c1afe 100644 --- a/HPM/common/countries/Perak.txt +++ b/HPM/common/countries/Perak.txt @@ -2,150 +2,150 @@ color = { 196 197 33 } graphical_culture = AsianGC party = { - name = "JOH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JOH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JOH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JOH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JOH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JOH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JOH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JOH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - ironclad = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - manowar = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - cruiser = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - frigate = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - monitor = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } -} \ No newline at end of file + dreadnought = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + ironclad = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + manowar = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + cruiser = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + frigate = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + monitor = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } +} diff --git a/HPM/common/countries/Pernambuco.txt b/HPM/common/countries/Pernambuco.txt index 66b17cb7..a16d8548 100644 --- a/HPM/common/countries/Pernambuco.txt +++ b/HPM/common/countries/Pernambuco.txt @@ -2,175 +2,175 @@ color = { 233 250 172 } graphical_culture = SouthAmericanGC party = { - name = "BAH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "BAH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BAH_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "BAH_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "BAH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BAH_conservative_2" - start_date = 1873.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_conservative_2" + start_date = 1873.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BAH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BAH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BAH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BAH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BAH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" - Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" - - } - ironclad = { - Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos - "Espirito Santo" Fonseca - } - manowar = { - "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy - Sergipe Parana Greenhalgh Macapá - } - cruiser = { - "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban - Riachuelo Toneleros Fortaleza Tiradentes - } - frigate = { - "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi - Uniao Belém Vigia - } - monitor = { - Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao - "Guana Bara" Ceara Humaita - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral - Barroso Herval Silvado "Lima Barros" - } -} \ No newline at end of file + dreadnought = { + "Sao Paulo" "Minas Geraes" "Marshal Floriano" "Marshal Deodoro" "Rio de Janeiro" + Riachuelo Constituicao "Santa Caterina" Vargas "Almirante Amazonas" + + } + ironclad = { + Brasil Tamandare "Mariz e Barros" Colombo Bahia "Rio Grande Do Norte" Alagaos + "Espirito Santo" Fonseca + } + manowar = { + "Primeiro De Marco" Parnahyba Guanabara Trajano "Vital De Oliveira" Nictheroy + Sergipe Parana Greenhalgh Macapá + } + cruiser = { + "Almirante Barrozo" Republica "Almirante Tamandaré" "Benjamin Constant" Aquidaban + Riachuelo Toneleros Fortaleza Tiradentes + } + frigate = { + "Almirante Saldanha" Pernambuco Inhauma Jaceguay Frontin "Julio De Noronha" Niteroi + Uniao Belém Vigia + } + monitor = { + Javary Solimoes "Sete de Setembro" Ipiranga Independencia "Mato Grosso" Maranhao + "Guana Bara" Ceara Humaita + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Belmonte Jequitinhonha Amazonas Beberibe Iguatemi Mearim Araguari Parnaíba Cabral + Barroso Herval Silvado "Lima Barros" + } +} diff --git a/HPM/common/countries/Persia.txt b/HPM/common/countries/Persia.txt index f5f791fa..04fae6b2 100644 --- a/HPM/common/countries/Persia.txt +++ b/HPM/common/countries/Persia.txt @@ -2,151 +2,151 @@ color = { 229 170 87 } graphical_culture = MiddleEasternGC party = { - name = "PER_conservative" #Shahist Faction - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PER_conservative" #Shahist Faction + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PER_liberal" #Constitutionalist Party - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "PER_liberal" #Constitutionalist Party + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "PER_liberal_2" #National Front - start_date = 1860.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PER_liberal_2" #National Front + start_date = 1860.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PER_reactionary" #Ulama Faction - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PER_reactionary" #Ulama Faction + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PER_anarcho_liberal" #Bazaari Faction - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PER_anarcho_liberal" #Bazaari Faction + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PER_socialist" #Hizb-e Socialyist - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PER_socialist" #Hizb-e Socialyist + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PER_communist" #Tudeh Party of Iran - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PER_communist" #Tudeh Party of Iran + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PER_fascist" #SUMKA - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "PER_fascist" #SUMKA + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Iran "Esmail Yekom" "Mohammad Khan Qajar" "Abbas Bozorg" "Safieddin Ardabili" "Tahmasp Yekom" "Abbas Duvam" - "Fathali Shah" "Abbas Mirza" "Nasireddin" "Mozaffareddin" "Mohammad Ali" "Shah Ahmad" - } - ironclad = { - Azarbayjan Fars Khorasan Kerman Ajami Sistan Gorgan Manzadaran Sanjan Gilan Ardelan Balochistan Lorestan - } - manowar = { - Ferhumand Jelaleddin Nureddin Danesh Zureddin Nirumand Khosthaneshdani "Sahib-i Azam" Dalir - } - cruiser = { - Tehran Esfahan Hormuz Mashhad Tabriz Yazd Shiraz Hamedan Qom Bushehr Ahvaz Kermanshah Qazvin Zanjan Rasht Yasuj Semnan - Abtin Ardavan Armin Bahram Darab Faramarz Ghobad Goudarz Jamshid Kavus Manuchehr Mehran Parviz Piruz Rustam Sohrab - } - frigate = { - Karun Zab Aras Helmand Diyala "Zab-e Kuchek" Zayande Atrek Alamut - } - monitor = { - Alborz Damavand Kholeno "Azad Koh" Tochal Sarakchal Kharsang Zagros "Zard Koh" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Arzu Fatima Nilofer Omid Laleh "Koh-i Nor" Jaleh Firuz Darya Roshan Shahrazad Shirin Yasmin Ziba Zuleika Behruz Farid Humayun Kambiz Kamyar Ruzbeh - } -} \ No newline at end of file + dreadnought = { + Iran "Esmail Yekom" "Mohammad Khan Qajar" "Abbas Bozorg" "Safieddin Ardabili" "Tahmasp Yekom" "Abbas Duvam" + "Fathali Shah" "Abbas Mirza" "Nasireddin" "Mozaffareddin" "Mohammad Ali" "Shah Ahmad" + } + ironclad = { + Azarbayjan Fars Khorasan Kerman Ajami Sistan Gorgan Manzadaran Sanjan Gilan Ardelan Balochistan Lorestan + } + manowar = { + Ferhumand Jelaleddin Nureddin Danesh Zureddin Nirumand Khosthaneshdani "Sahib-i Azam" Dalir + } + cruiser = { + Tehran Esfahan Hormuz Mashhad Tabriz Yazd Shiraz Hamedan Qom Bushehr Ahvaz Kermanshah Qazvin Zanjan Rasht Yasuj Semnan + Abtin Ardavan Armin Bahram Darab Faramarz Ghobad Goudarz Jamshid Kavus Manuchehr Mehran Parviz Piruz Rustam Sohrab + } + frigate = { + Karun Zab Aras Helmand Diyala "Zab-e Kuchek" Zayande Atrek Alamut + } + monitor = { + Alborz Damavand Kholeno "Azad Koh" Tochal Sarakchal Kharsang Zagros "Zard Koh" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Arzu Fatima Nilofer Omid Laleh "Koh-i Nor" Jaleh Firuz Darya Roshan Shahrazad Shirin Yasmin Ziba Zuleika Behruz Farid Humayun Kambiz Kamyar Ruzbeh + } +} diff --git a/HPM/common/countries/Peru-Bolivia Confederation.txt b/HPM/common/countries/Peru-Bolivia Confederation.txt index 8c2b59f8..5e342670 100644 --- a/HPM/common/countries/Peru-Bolivia Confederation.txt +++ b/HPM/common/countries/Peru-Bolivia Confederation.txt @@ -2,138 +2,138 @@ color = { 153 122 108 } graphical_culture = SouthAmericanGC party = { - name = "PEU_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PEU_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PEU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PEU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PEU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PEU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PEU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PEU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" - } - ironclad = { - Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio - } - manowar = { - Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión - } - cruiser = { - "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo - } - frigate = { - Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" - } - monitor = { - Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" - } - clipper_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - steam_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - commerce_raider = { - "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" - } -} \ No newline at end of file + dreadnought = { + Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" + } + ironclad = { + Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio + } + manowar = { + Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión + } + cruiser = { + "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo + } + frigate = { + Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" + } + monitor = { + Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" + } + clipper_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + steam_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + commerce_raider = { + "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" + } +} diff --git a/HPM/common/countries/Peru.txt b/HPM/common/countries/Peru.txt index 37de2485..87343f14 100644 --- a/HPM/common/countries/Peru.txt +++ b/HPM/common/countries/Peru.txt @@ -2,138 +2,138 @@ color = { 218 18 26 } graphical_culture = SouthAmericanGC party = { - name = "PEU_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PEU_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PEU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PEU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PEU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PEU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" - } - ironclad = { - Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio - } - manowar = { - Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión - } - cruiser = { - "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo - } - frigate = { - Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" - } - monitor = { - Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" - } - clipper_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - steam_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - commerce_raider = { - "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" - } -} \ No newline at end of file + dreadnought = { + Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" + } + ironclad = { + Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio + } + manowar = { + Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión + } + cruiser = { + "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo + } + frigate = { + Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" + } + monitor = { + Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" + } + clipper_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + steam_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + commerce_raider = { + "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" + } +} diff --git a/HPM/common/countries/Philippines.txt b/HPM/common/countries/Philippines.txt index 75acb1ac..a15df58a 100644 --- a/HPM/common/countries/Philippines.txt +++ b/HPM/common/countries/Philippines.txt @@ -2,138 +2,138 @@ color = { 92 87 122} graphical_culture = Generic party = { - name = "PHL_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PHL_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PHL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PHL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PHL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PHL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PHL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PHL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PHL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PHL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PHL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PHL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PHL_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PHL_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Davao "Emilio Aguinaldo" Filipinas Independencia "José Rizal" Lapu-Lapu Libertad Manila "Mariano Álvarez" Tagalo - } - ironclad = { - Agusan Akean Cagua Dagohoy Pampanga Pásig Pule Ragang Silang Sumuroy - } - manowar = { - Indigena Liberación Nacional "Rey Felipe" Salvador "San Lázaro" "San Miguel" "Santa Cruz" "Santa María" "Santísima Trinidad" - } - cruiser = { - Cebú Iloílo Leyte Luzón Mindanao Mindoro "Negros Occidental" Palawan Pangasinan - } - frigate = { - "Apolinario Mabini" "Artemio Ricarte" "Datu Bantilan" "Datu Marikudo" "Emilio Jacinto" "Magat Salamat" "Miguel Malvar" "Pedro Paterno" "Rajá Humabon" "Sultán Kudarat" - } - monitor = { - "Fernando de Magallanes" "Indias Orientales" "Juan Sebastián Elcano" "Miguel López de Legazpi" "Rajá de Butuán" "Rajá de Cebú" "Rajá de Manila" "Rajá de Tondo" "Sultán de Maguindanao" "Sultán de Sulu" - } - clipper_transport = { - Alam Basa Batangas Berde Burghaw "Compañía de Filipinas" Delikadesa Demokrasya Guerra Hilaga - Itik Kursonada Pamilya "San Juan" "San Marino" "Stella Maris" Subic Tablas Timog Zamboanga - } - steam_transport = { - Alam Basa Batangas Berde Burghaw "Compañía de Filipinas" Delikadesa Demokrasya Guerra Hilaga - Itik Kursonada Pamilya "San Juan" "San Marino" "Stella Maris" Subic Tablas Timog Zamboanga - } - commerce_raider = { - Apo Balayán Bilirán Bulusán Hibok-Hibok Mayón Pinatubo "Purísima Concepción" Taal Taaleño - } -} \ No newline at end of file + dreadnought = { + Davao "Emilio Aguinaldo" Filipinas Independencia "José Rizal" Lapu-Lapu Libertad Manila "Mariano Álvarez" Tagalo + } + ironclad = { + Agusan Akean Cagua Dagohoy Pampanga Pásig Pule Ragang Silang Sumuroy + } + manowar = { + Indigena Liberación Nacional "Rey Felipe" Salvador "San Lázaro" "San Miguel" "Santa Cruz" "Santa María" "Santísima Trinidad" + } + cruiser = { + Cebú Iloílo Leyte Luzón Mindanao Mindoro "Negros Occidental" Palawan Pangasinan + } + frigate = { + "Apolinario Mabini" "Artemio Ricarte" "Datu Bantilan" "Datu Marikudo" "Emilio Jacinto" "Magat Salamat" "Miguel Malvar" "Pedro Paterno" "Rajá Humabon" "Sultán Kudarat" + } + monitor = { + "Fernando de Magallanes" "Indias Orientales" "Juan Sebastián Elcano" "Miguel López de Legazpi" "Rajá de Butuán" "Rajá de Cebú" "Rajá de Manila" "Rajá de Tondo" "Sultán de Maguindanao" "Sultán de Sulu" + } + clipper_transport = { + Alam Basa Batangas Berde Burghaw "Compañía de Filipinas" Delikadesa Demokrasya Guerra Hilaga + Itik Kursonada Pamilya "San Juan" "San Marino" "Stella Maris" Subic Tablas Timog Zamboanga + } + steam_transport = { + Alam Basa Batangas Berde Burghaw "Compañía de Filipinas" Delikadesa Demokrasya Guerra Hilaga + Itik Kursonada Pamilya "San Juan" "San Marino" "Stella Maris" Subic Tablas Timog Zamboanga + } + commerce_raider = { + Apo Balayán Bilirán Bulusán Hibok-Hibok Mayón Pinatubo "Purísima Concepción" Taal Taaleño + } +} diff --git a/HPM/common/countries/Pingnan Guo.txt b/HPM/common/countries/Pingnan Guo.txt index 513950d5..b6074593 100644 --- a/HPM/common/countries/Pingnan Guo.txt +++ b/HPM/common/countries/Pingnan Guo.txt @@ -2,138 +2,138 @@ color = { 150 218 7 } graphical_culture = ChineseGC party = { - name = "PGG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PGG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PGG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PGG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PGG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PGG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PGG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PGG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PGG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "PGG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "PGG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PGG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PGG_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PGG_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Poland-Lithuania.txt b/HPM/common/countries/Poland-Lithuania.txt index e88ce776..40de79c7 100644 --- a/HPM/common/countries/Poland-Lithuania.txt +++ b/HPM/common/countries/Poland-Lithuania.txt @@ -2,136 +2,136 @@ color = { 180 100 180 } graphical_culture = EuropeanGC party = { - name = "PLC_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PLC_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PLC_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PLC_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PLC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PLC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PLC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PLC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PLC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PLC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PLC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "PLC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "PLC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PLC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Mieszko I" "Boleslaw I Chrobry" "Kazimierz II Wielki" "Wladyslaw II Jagiello" "Henryk Walezy" "Stefan Batory" "Jan III Sobieski" "Stanislaw I Leszczynski" "Stanislaw II Poniatowski" - } - ironclad = { - Rzeczpospolita "Krolestwo Polskie" "Wielke Ksiestwo Litewskie" "Jan Zamoyski" "Zlota Wolnosc" Konfedercja "Ksiestwo Warszawskie" "Piotr Wysocki" - } - manowar = { - - } - cruiser = { - "Józef Pilsudski" "Józef Chlopicki" "Michal Gedeon Radziwill" Miedzymorze "Adam Czartoryski" "Wladyslaw Czartoryski" "Aleksander Waszkowski" "Konstanty Kalinowski" - } - frigate = { - Mindaugas Butigeidis Vytenis Gediminas Algirdas Kestutis Jogaila "Vytautas Didysis" "Zygimantas Kestutaitis" - } - monitor = { - "Anna Jagiellonka" "Tadeusz Kosciuszko" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Wisla Odra Windawa Bartów Neman Dniprer Prypec - } -} \ No newline at end of file + dreadnought = { + "Mieszko I" "Boleslaw I Chrobry" "Kazimierz II Wielki" "Wladyslaw II Jagiello" "Henryk Walezy" "Stefan Batory" "Jan III Sobieski" "Stanislaw I Leszczynski" "Stanislaw II Poniatowski" + } + ironclad = { + Rzeczpospolita "Krolestwo Polskie" "Wielke Ksiestwo Litewskie" "Jan Zamoyski" "Zlota Wolnosc" Konfedercja "Ksiestwo Warszawskie" "Piotr Wysocki" + } + manowar = { + + } + cruiser = { + "Józef Pilsudski" "Józef Chlopicki" "Michal Gedeon Radziwill" Miedzymorze "Adam Czartoryski" "Wladyslaw Czartoryski" "Aleksander Waszkowski" "Konstanty Kalinowski" + } + frigate = { + Mindaugas Butigeidis Vytenis Gediminas Algirdas Kestutis Jogaila "Vytautas Didysis" "Zygimantas Kestutaitis" + } + monitor = { + "Anna Jagiellonka" "Tadeusz Kosciuszko" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Wisla Odra Windawa Bartów Neman Dniprer Prypec + } +} diff --git a/HPM/common/countries/Poland.txt b/HPM/common/countries/Poland.txt index 0929cb3e..de5bb4be 100644 --- a/HPM/common/countries/Poland.txt +++ b/HPM/common/countries/Poland.txt @@ -2,136 +2,136 @@ color = { 197 92 106 } graphical_culture = EuropeanGC party = { - name = "POL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "POL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "POL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "POL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Pomerelia.txt b/HPM/common/countries/Pomerelia.txt index 3913070a..ac595b26 100644 --- a/HPM/common/countries/Pomerelia.txt +++ b/HPM/common/countries/Pomerelia.txt @@ -2,139 +2,139 @@ color = { 255 55 70 } graphical_culture = EuropeanGC party = { - name = "POL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "POL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "POL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "POL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - battleship = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + battleship = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Pontianak.txt b/HPM/common/countries/Pontianak.txt index 84430fb2..de152c38 100644 --- a/HPM/common/countries/Pontianak.txt +++ b/HPM/common/countries/Pontianak.txt @@ -2,137 +2,137 @@ color = { 219 181 0 } graphical_culture = AsianGC party = { - name = "PNK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PNK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PNK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "PNK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "PNK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PNK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - - } - ironclad = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - manowar = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - cruiser = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - frigate = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - monitor = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve - } -} \ No newline at end of file + dreadnought = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + + } + ironclad = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + manowar = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + cruiser = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + frigate = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + monitor = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Banjarmasin Kalimantan Borneo Tarakan Pasir Pontianak Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Muraleve + } +} diff --git a/HPM/common/countries/Pontus.txt b/HPM/common/countries/Pontus.txt index a7663c8c..edf9203e 100644 --- a/HPM/common/countries/Pontus.txt +++ b/HPM/common/countries/Pontus.txt @@ -2,168 +2,168 @@ color = { 148 219 255 } graphical_culture = EuropeanGC party = { - name = "GRE_conservative" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "GRE_conservative" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GRE_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GRE_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GRE_liberal" - start_date = 1830.1.1 - end_date = 1875.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "GRE_liberal" + start_date = 1830.1.1 + end_date = 1875.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GRE_liberal_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "GRE_liberal_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "GRE_conservative_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "GRE_conservative_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "GRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GRE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GRE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias - } - ironclad = { - Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" - } - manowar = { - "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof - } - cruiser = { - "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí - } - frigate = { - Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus - } - monitor = { - Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos - } -} \ No newline at end of file + dreadnought = { + Kilkis Aspis "Vasilefs Konstantinos" Salamis Athina Constantinopolis Sparta Leonidas "Mégas Aléxandros" Pericles Olympias + } + ironclad = { + Karteria Panopi Pliksavra Afroessa Sfendoni Hydra Spetsai Psara Limnos "Vasilissa Olga" + } + manowar = { + "Nikolis Apostolis" Tombazis Poros "Andreas Vokos" "Laskarina Bouboulina" "Constantine Kanaris" Plixavra Averof + } + cruiser = { + "Navarhos Miaoulis" "Georgios Averof" Elli "Antinaurkos Condoriotis" "Lambros Katsonis" Árgos Agamemnon Gyáros Tilemachos Delfoí + } + frigate = { + Hellas Navarino Psara "Prinkips Maximilianos" Maxamillianos "Mount Othrys" Thíva Skirka Heratos Aeolus + } + monitor = { + Sfendoni Thessalía Apeiros Attikí Pelopónnisos Circe Eurýkleia Aiolia Kriti Ródos + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Aetos Ierax Leon Panthir Ifestos Makedonía Naxos Évia Limnos Zakynthos + } +} diff --git a/HPM/common/countries/Portugal.txt b/HPM/common/countries/Portugal.txt index 525e0493..6c4c1898 100644 --- a/HPM/common/countries/Portugal.txt +++ b/HPM/common/countries/Portugal.txt @@ -2,239 +2,239 @@ color = { 57 160 101 } graphical_culture = EuropeanGC party = { - name = "POR_conservative" - start_date = 1830.1.1 - end_date = 1851.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POR_conservative" + start_date = 1830.1.1 + end_date = 1851.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POR_conservative_2" - start_date = 1851.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POR_conservative_2" + start_date = 1851.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POR_liberal" - start_date = 1830.1.1 - end_date = 1854.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "POR_liberal" + start_date = 1830.1.1 + end_date = 1854.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POR_liberal_2" - start_date = 1854.1.1 - end_date = 1876.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "POR_liberal_2" + start_date = 1854.1.1 + end_date = 1876.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "POR_liberal_3" - start_date = 1876.1.1 - end_date = 1911.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "POR_liberal_3" + start_date = 1876.1.1 + end_date = 1911.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "POR_liberal_4" - start_date = 1865.1.1 - end_date = 1876.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "POR_liberal_4" + start_date = 1865.1.1 + end_date = 1876.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "POR_liberal_5" - start_date = 1876.1.1 - end_date = 1929.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POR_liberal_5" + start_date = 1876.1.1 + end_date = 1929.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POR_liberal_6" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POR_liberal_6" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POR_liberal_7" - start_date = 1910.1.1 - end_date = 1929.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POR_liberal_7" + start_date = 1910.1.1 + end_date = 1929.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "POR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "POR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" - } - ironclad = { - "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" - } - manowar = { - "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola - } - cruiser = { - "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" - } - frigate = { - "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão - } - monitor = { - "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; - } -} \ No newline at end of file + dreadnought = { + "Afonso de Albuquerque" "Antónia Rodrigues" "Diogo Cão" "Duarte Pacheco Pereira" "Duarte de Almeida" "João da Nova" "Lopo Barriga" "Mem Moniz de Gandarei" "Munio Viegas" "Nuno Álvares Pereira" "Vasco da Gama" + } + ironclad = { + "Beira" "Ibo" "Chaimite" "Limpopo" "Lúrio" "Save" "Açor" "Tavira" "Faro" "Lagos" + } + manowar = { + "Príncipe Real" "Príncipe do Brazil" "Rainha de Portugal" "Afonso de Albuquerque" "Princesa da Beira" "Infante Dom Pedro" Medusa Belém "Maria Primeira" "São Sebastião" "Santo António" "Príncipe Regente" Teresa Golfinho Amazónia Pérola + } + cruiser = { + "D. Carlos I" "S. Gabriel" "S. Rafael" "Adamastor" "Rainha D. Amélia" "Almirante Reis" "República" "Pedro Nunes" "Gil Eannes" + } + frigate = { + "Fénix" "Amazona" "Cisne" "Minerva" "N.Sra. da Graça" "Pérola" "Princesa Carlota" "Princesa" "Príncipe da Beira" "Tristão" "Ulisses" "Vénus" "Golfinho" "S. João Príncipe" "Thétis" "Activa" "Dom Fernando II e Glória" "Princesa de Abiena" Andorinha "Real Fonsor" "BoaVentura" Serpente Diligente Gaivota "Real Fonza" Benjamim Tritão + } + monitor = { + "Tâmega" "Sado" "Rio Lima" "Tejo" "Douro" "Quanza" "Bengo" "Mandovi" "Rio Ave" "Guadiana" "Tavira" "Faro" "Lagos" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Bartolomeu Dias" "Estefânia" "Duque da Terceira" "Sá da Bandeira" "Rainha de Portugal" "Mindelo"; + } +} diff --git a/HPM/common/countries/Poznan.txt b/HPM/common/countries/Poznan.txt index eb6cb191..e3499bf0 100644 --- a/HPM/common/countries/Poznan.txt +++ b/HPM/common/countries/Poznan.txt @@ -2,136 +2,136 @@ color = { 255 25 40 } graphical_culture = EuropeanGC party = { - name = "POL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "POL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "POL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "POL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "POL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "POL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "POL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "POL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "POL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "POL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "POL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" - } - ironclad = { - Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk - } - manowar = { - Wisla Odra Warta Narew San Notec Bug - } - cruiser = { - "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" - } - frigate = { - Anna Maria Katarzyna Barbara Ewa Zofia Monika - } - monitor = { - "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" - } -} \ No newline at end of file + dreadnought = { + "Arend Dickmann" "Boleslaw I Chrobry" "Jan Kostka" "Michal Figenow" "Mateusz Schapring" "Jakob Mora" "Jan III Sobieski" + } + ironclad = { + Kraków Warszawa Lódz Poznan Wroclaw Lwów Gdansk + } + manowar = { + Wisla Odra Warta Narew San Notec Bug + } + cruiser = { + "Mikolaj Kopernik" "Jan Heweliusz" "Jan Sniadecki" "Jan Brozek" "Jan Mikolaj Smogulecki" "Albert Brudzewski" "Stanislaw Lubieniecki" + } + frigate = { + Anna Maria Katarzyna Barbara Ewa Zofia Monika + } + monitor = { + "Jan Sarkander" "Andrzej Bobola" "Jan Kety" " Stanislaus Kostka" "Stanislaw Szczepanowski" "Swieta Kinga" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Krzysztof Arciszewski" "Jedrzej Sniadecki" "Hugo Kollataj" "Jan Dlugosz" "Adam Naruszewicz" "Samuel Linde" "Mikolaj Rej" + } +} diff --git a/HPM/common/countries/Prussia.txt b/HPM/common/countries/Prussia.txt index c82c8980..8a749795 100644 --- a/HPM/common/countries/Prussia.txt +++ b/HPM/common/countries/Prussia.txt @@ -2,226 +2,226 @@ color = { 0 49 83 } #244 232 109 graphical_culture = PrussianGC party = { - name = "PRU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PRU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PRU_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PRU_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PRU_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PRU_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PRU_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PRU_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PRU_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PRU_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PRU_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PRU_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PRU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Arminius Carola Charlotte Elisabeth Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Moltke Möwe Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" "Prinz Heinrich" Sophie - } - manowar = { - Brandenburg Braunschweig Hannover Hessen "Kurfürst Friedrich Wilhelm" Mecklenburg Pommern Preussen Schlesien - } - cruiser = { - Amazone Arcona Ariadne Berlin Blitz Blücher Bremse Breslau Brummer Bussard Comet Condor Cormoran Danzig Dresden Elbing Falke Frauenlob Freya "Friedrich Carl" Gazelle Gefion Geier Gneisenau Graudenz Greif Hela Hertha Irene Jagd Königsberg Leipzig Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden - } - frigate = { - "Carolus Secundus" "Chur Prinz" Dorothea "Friedrich Wilhelm zu Pferde" "Goldener Löwe" "Kurprinz von Brandenburg" Morian "Rother Löwe" "Wappen von Brandenburg" Adler Albatross Basilisk Bismarck Blitz Blücher Comet Cyclop Delphin Drache Eber Fuchs Gazelle Gneisenau Habicht Hyäne Iltis Jäger Meteor Natter Pfeil Salamander Schwalbe Scorpion Sperber Stein Tiger Wespe Wolf - } - monitor = { - Ägir Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe - } - clipper_transport = { - America Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein - } - steam_transport = { - Aachen Aller Answald Ausonia Berlin Bonn Braunschweig Breslau Bülow Choising Coblenz Coburg Cormoran Crefeld Danzig Delphin Eider Elbe Ems Hannover Havel Hermann Kleist Köln Libau Mark Mosel Neckar Nordsee Oder Oldenburg Oswald Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Therapia Trave Trier Union Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Cap Trafalgar" Cormoran Iltis Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Arminius Carola Charlotte Elisabeth Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Moltke Möwe Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" "Prinz Heinrich" Sophie + } + manowar = { + Brandenburg Braunschweig Hannover Hessen "Kurfürst Friedrich Wilhelm" Mecklenburg Pommern Preussen Schlesien + } + cruiser = { + Amazone Arcona Ariadne Berlin Blitz Blücher Bremse Breslau Brummer Bussard Comet Condor Cormoran Danzig Dresden Elbing Falke Frauenlob Freya "Friedrich Carl" Gazelle Gefion Geier Gneisenau Graudenz Greif Hela Hertha Irene Jagd Königsberg Leipzig Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden + } + frigate = { + "Carolus Secundus" "Chur Prinz" Dorothea "Friedrich Wilhelm zu Pferde" "Goldener Löwe" "Kurprinz von Brandenburg" Morian "Rother Löwe" "Wappen von Brandenburg" Adler Albatross Basilisk Bismarck Blitz Blücher Comet Cyclop Delphin Drache Eber Fuchs Gazelle Gneisenau Habicht Hyäne Iltis Jäger Meteor Natter Pfeil Salamander Schwalbe Scorpion Sperber Stein Tiger Wespe Wolf + } + monitor = { + Ägir Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe + } + clipper_transport = { + America Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein + } + steam_transport = { + Aachen Aller Answald Ausonia Berlin Bonn Braunschweig Breslau Bülow Choising Coblenz Coburg Cormoran Crefeld Danzig Delphin Eider Elbe Ems Hannover Havel Hermann Kleist Köln Libau Mark Mosel Neckar Nordsee Oder Oldenburg Oswald Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Therapia Trave Trier Union Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Cap Trafalgar" Cormoran Iltis Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/Puerto Rico.txt b/HPM/common/countries/Puerto Rico.txt index c9ce23f5..fdf61ddc 100644 --- a/HPM/common/countries/Puerto Rico.txt +++ b/HPM/common/countries/Puerto Rico.txt @@ -2,139 +2,139 @@ color = { 70 70 160 } graphical_culture = EuropeanGC party = { - name = "PRI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PRI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PRI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PRI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PRI_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRI_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PRI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Qatar.txt b/HPM/common/countries/Qatar.txt index 58088d94..eed98b89 100644 --- a/HPM/common/countries/Qatar.txt +++ b/HPM/common/countries/Qatar.txt @@ -2,139 +2,139 @@ color = { 141 27 61 } graphical_culture = MiddleEasternGC party = { - name = "BHR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BHR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BHR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BHR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BHR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BHR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BHR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BHR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BHR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BHR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BHR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz GBHRib Hakim Humam Jabbar Jawhar Kamal KBHRid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim KBHRis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad ibn Saud" "Abd al-Aziz ibn Muhammad" "Turki ibn Abd Allah" "Saud ibn Abd al-Aziz" "Faisal ibn Turki" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Dira'iya Riyadh Nejd Al-Ahsa Qatif Hufuf + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz GBHRib Hakim Humam Jabbar Jawhar Kamal KBHRid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim KBHRis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Qing China.txt b/HPM/common/countries/Qing China.txt index c1f9d97a..9c31bb06 100644 --- a/HPM/common/countries/Qing China.txt +++ b/HPM/common/countries/Qing China.txt @@ -2,275 +2,275 @@ color = { 229 196 68 } graphical_culture = ChineseGC party = { - name = "CHI_conservative" - start_date = 1800.1.1 - end_date = 1870.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pacifism + name = "CHI_conservative" + start_date = 1800.1.1 + end_date = 1870.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pacifism } party = { - name = "CHI_conservative_2" - start_date = 1861.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHI_conservative_2" + start_date = 1861.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHI_conservative_3" - start_date = 1880.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "CHI_conservative_3" + start_date = 1880.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "CHI_conservative_4" - start_date = 1894.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "CHI_conservative_4" + start_date = 1894.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "CHI_conservative_5" - start_date = 1894.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHI_conservative_5" + start_date = 1894.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHI_liberal" - start_date = 1800.1.1 - end_date = 1861.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "CHI_liberal" + start_date = 1800.1.1 + end_date = 1861.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "CHI_liberal_2" - start_date = 1894.1.1 - end_date = 1927.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_liberal_2" + start_date = 1894.1.1 + end_date = 1927.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_liberal_3" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_liberal_3" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_liberal_4" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CHI_liberal_4" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CHI_reactionary" - start_date = 1830.1.1 - end_date = 1900.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "CHI_reactionary" + start_date = 1830.1.1 + end_date = 1900.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "CHI_reactionary_2" - start_date = 1899.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CHI_reactionary_2" + start_date = 1899.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CHI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CHI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CHI_communist" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CHI_communist" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CHI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "CHI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - battleship = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + battleship = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Quebec.txt b/HPM/common/countries/Quebec.txt index 73e9b049..df085db2 100644 --- a/HPM/common/countries/Quebec.txt +++ b/HPM/common/countries/Quebec.txt @@ -2,174 +2,174 @@ color = { 194 140 86 } graphical_culture = FrenchGC party = { - name = "QUE_liberal" - start_date = 1830.1.1 - end_date = 1850.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "QUE_liberal" + start_date = 1830.1.1 + end_date = 1850.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "QUE_liberal_2" - start_date = 1850.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "QUE_liberal_2" + start_date = 1850.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "QUE_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "QUE_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "QUE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "QUE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "QUE_liberal_3" - start_date = 1907.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pacifism + name = "QUE_liberal_3" + start_date = 1907.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pacifism } party = { - name = "QUE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "QUE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "QUE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "QUE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "QUE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "QUE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "QUE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "QUE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - - } - ironclad = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } - manowar = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } - cruiser = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } - frigate = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } - monitor = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" - "Trois-Rivières" Champlain Richelieu - } -} \ No newline at end of file + dreadnought = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + + } + ironclad = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } + manowar = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } + cruiser = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } + frigate = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } + monitor = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Québec Montréal Acadie Canada Cartier Montcalm "De la Salle" Détroit Vaudreuil Frontenac Chevalier "Saint-Laurent" + "Trois-Rivières" Champlain Richelieu + } +} diff --git a/HPM/common/countries/Rajputana.txt b/HPM/common/countries/Rajputana.txt index 425adae4..2b77e7a8 100644 --- a/HPM/common/countries/Rajputana.txt +++ b/HPM/common/countries/Rajputana.txt @@ -2,107 +2,106 @@ color = { 173 174 57 } graphical_culture = IndianGC party = { - name = "BIK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BIK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BIK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BIK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BIK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BIK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BIK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BIK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BIK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BIK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BIK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Rhineland.txt b/HPM/common/countries/Rhineland.txt index 80d4b1b5..8acd0ce5 100644 --- a/HPM/common/countries/Rhineland.txt +++ b/HPM/common/countries/Rhineland.txt @@ -2,241 +2,241 @@ color = { 10 190 15 } graphical_culture = EuropeanGC party = { - name = "RHI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "RHI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "RHI_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "RHI_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "RHI_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "RHI_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "RHI_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RHI_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RHI_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RHI_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RHI_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RHI_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RHI_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RHI_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RHI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RHI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RHI_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RHI_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RHI_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "RHI_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "RHI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RHI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RHI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RHI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RHI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RHI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow - Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" - Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie - } - manowar = { - Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" - Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin - } - cruiser = { - Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden - Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd - "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" - Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck - } - frigate = { - Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin - "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille - "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch - Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen - } - monitor = { - Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen - Salamander Skorpion Siegfried Viper Wespe - } - clipper_transport = { - America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" - Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser - } - steam_transport = { - Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz - Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle - Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz - Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" - Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow + Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" + Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie + } + manowar = { + Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" + Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin + } + cruiser = { + Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden + Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd + "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" + Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck + } + frigate = { + Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin + "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille + "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch + Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen + } + monitor = { + Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen + Salamander Skorpion Siegfried Viper Wespe + } + clipper_transport = { + America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" + Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser + } + steam_transport = { + Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz + Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle + Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz + Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" + Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/Rio Grande do Sul.txt b/HPM/common/countries/Rio Grande do Sul.txt index 024798d7..293a206f 100644 --- a/HPM/common/countries/Rio Grande do Sul.txt +++ b/HPM/common/countries/Rio Grande do Sul.txt @@ -2,147 +2,147 @@ color = { 255 222 0 } graphical_culture = SouthAmericanGC party = { - name = "RGS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RGS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RGS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RGS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RGS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RGS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RGS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "RGS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RGS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RGS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RGS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RGS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RGS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RGS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" - } - ironclad = { - "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" - } - manowar = { - Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente - } - cruiser = { - "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" - } - frigate = { - Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay - } - monitor = { - "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad - } - clipper_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - steam_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - commerce_raider = { - Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" - } -} \ No newline at end of file + dreadnought = { + "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" + } + ironclad = { + "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" + } + manowar = { + Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente + } + cruiser = { + "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" + } + frigate = { + Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay + } + monitor = { + "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad + } + clipper_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + steam_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + commerce_raider = { + Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" + } +} diff --git a/HPM/common/countries/Rio Grande.txt b/HPM/common/countries/Rio Grande.txt index b5b735ae..63eca8f8 100644 --- a/HPM/common/countries/Rio Grande.txt +++ b/HPM/common/countries/Rio Grande.txt @@ -2,221 +2,221 @@ color = { 123 142 175 } graphical_culture = SouthAmericanGC party = { - name = "RGR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RGR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RGR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RGR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RGR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "RGR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "RGR_conservative_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RGR_conservative_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RGR_liberal_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "RGR_liberal_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "RGR_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "RGR_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "RGR_conservative_3" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "RGR_conservative_3" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "RGR_liberal_4" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "RGR_liberal_4" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "RGR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RGR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RGR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RGR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RGR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RGR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RGR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RGR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Romagna.txt b/HPM/common/countries/Romagna.txt index 9ac89947..2b828859 100644 --- a/HPM/common/countries/Romagna.txt +++ b/HPM/common/countries/Romagna.txt @@ -2,187 +2,187 @@ color = { 57 140 179 } graphical_culture = ItalianGC party = { - name = "MOD_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MOD_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MOD_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MOD_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MOD_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOD_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOD_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOD_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MOD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MOD_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MOD_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MOD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MOD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MOD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MOD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - frigate = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora - - Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + frigate = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Duca Francesco" "d'Absburgo" "d'Este" "Principe Reale" "Ercolo d'Este" Borso Modena Reggio Massa Mirandola Carrara Aquila Aurora + + Azzardoso Beroldo Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Tritone Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Romania.txt b/HPM/common/countries/Romania.txt index dc59ff48..3a18e6f0 100644 --- a/HPM/common/countries/Romania.txt +++ b/HPM/common/countries/Romania.txt @@ -2,241 +2,241 @@ color = { 200 190 126 } graphical_culture = EuropeanGC party = { - name = "ROM_reactionary" - start_date = 1830.1.1 - end_date = 1918.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "ROM_reactionary" + start_date = 1830.1.1 + end_date = 1918.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ROM_reactionary_2" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ROM_reactionary_2" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ROM_reactionary_3" - start_date = 1915.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ROM_reactionary_3" + start_date = 1915.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ROM_liberal" - start_date = 1830.1.1 - end_date = 1884.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ROM_liberal" + start_date = 1830.1.1 + end_date = 1884.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ROM_liberal_2" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ROM_liberal_2" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ROM_conservative" - start_date = 1830.1.1 - end_date = 1918.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "ROM_conservative" + start_date = 1830.1.1 + end_date = 1918.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "ROM_conservative_2" - start_date = 1918.1.1 - end_date = 1926.1.1 - - ideology = conservative - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ROM_conservative_2" + start_date = 1918.1.1 + end_date = 1926.1.1 + + ideology = conservative + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ROM_conservative_3" - start_date = 1926.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ROM_conservative_3" + start_date = 1926.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ROM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ROM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ROM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ROM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ROM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ROM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ROM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ROM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - ironclad = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - manowar = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - cruiser = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - frigate = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - monitor = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" - - Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava - "Târgul Moldovei" Vaslui - - } -} \ No newline at end of file + dreadnought = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + ironclad = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + manowar = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + cruiser = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + frigate = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + monitor = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Romania "Stefan cel Mare" "Tudor Vladimirescu" Moldova "Mihail Sturdza" Dracul Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" + + Posada Calugareni Rovine Sirmium "Atacul de noapte" Litovoi "Athleta Christi" Baia "Bogdan I" Iuga Moldova "Râul Prut" Suceava + "Târgul Moldovei" Vaslui + + } +} diff --git a/HPM/common/countries/Ruanda.txt b/HPM/common/countries/Ruanda.txt index baed5384..a86f6e81 100644 --- a/HPM/common/countries/Ruanda.txt +++ b/HPM/common/countries/Ruanda.txt @@ -2,137 +2,137 @@ color = { 219 83 106 } graphical_culture = AfricanGC party = { - name = "RWA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RWA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RWA_liberal" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "RWA_liberal" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "RWA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RWA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RWA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RWA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RWA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RWA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RWA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RWA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RWA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RWA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Rwanda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Rupert's Land.txt b/HPM/common/countries/Rupert's Land.txt index 90a4074d..e73e0691 100644 --- a/HPM/common/countries/Rupert's Land.txt +++ b/HPM/common/countries/Rupert's Land.txt @@ -2,143 +2,143 @@ color = { 181 146 123 } graphical_culture = BritishGC party = { - name = "CAN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "CAN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "CAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - ironclad = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - manowar = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - cruiser = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - frigate = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - monitor = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" - "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur - } -} \ No newline at end of file + dreadnought = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + ironclad = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + manowar = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + cruiser = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + frigate = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + monitor = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Saskatchewan Winnipeg Dauphine Regina Alberta Manitoba Edmonton Macleod Pitikwahanapiwiyin Kamiokisihkwew "St. Laurent" + "Fish Creek" "Duck Lake" "Cut Knife" "Coureur des bois" Voyageur + } +} diff --git a/HPM/common/countries/Russia.txt b/HPM/common/countries/Russia.txt index 1c49f79c..324ccc09 100644 --- a/HPM/common/countries/Russia.txt +++ b/HPM/common/countries/Russia.txt @@ -3,219 +3,219 @@ proletarian_dictatorship = { 200 10 10 } graphical_culture = RussianGC party = { - name = "RUS_conservative" - start_date = 1830.1.1 - end_date = 1905.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_conservative" + start_date = 1830.1.1 + end_date = 1905.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RUS_liberal" - start_date = 1830.1.1 - end_date = 1905.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RUS_liberal" + start_date = 1830.1.1 + end_date = 1905.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RUS_communist" - start_date = 1848.1.1 - end_date = 1903.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RUS_communist" + start_date = 1848.1.1 + end_date = 1903.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RUS_communist_2" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_communist_2" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RUS_socialist" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RUS_socialist" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RUS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RUS_liberal_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUS_liberal_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUS_conservative_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RUS_conservative_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RUS_socialist_2" - start_date = 1848.1.1 - end_date = 1881.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "RUS_socialist_2" + start_date = 1848.1.1 + end_date = 1881.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "RUS_socialist_3" - start_date = 1881.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RUS_socialist_3" + start_date = 1881.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo - - } - battleship = { - "Ekaterina II" Chesma Sinop "Georgii Pobedonosits" "Dvenadsat Apostolov" Navarin "Tri Sviatitelia" "Sissoi Veliky" Poltava Petropavlovsk Sevastopol Rostislav Peresvet Osliabia Pobeda Potemkin Retvizan Tsesarevich Borodino "Imperator Aleksandr III" Oryol "Kniaz’ Suvorov" Slava Evstafi "Ioann Zlatoust" "Andrey Pervozvanny" "Imperator Pavel I" - } - ironclad = { - Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug - - } - manowar = { - Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz - - } - cruiser = { - Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya - - } - frigate = { - Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan - } - monitor = { + dreadnought = { + Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo + + } + battleship = { + "Ekaterina II" Chesma Sinop "Georgii Pobedonosits" "Dvenadsat Apostolov" Navarin "Tri Sviatitelia" "Sissoi Veliky" Poltava Petropavlovsk Sevastopol Rostislav Peresvet Osliabia Pobeda Potemkin Retvizan Tsesarevich Borodino "Imperator Aleksandr III" Oryol "Kniaz’ Suvorov" Slava Evstafi "Ioann Zlatoust" "Andrey Pervozvanny" "Imperator Pavel I" + } + ironclad = { + Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug + + } + manowar = { + Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz + + } + cruiser = { + Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya + + } + frigate = { + Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan + } + monitor = { Uragan Veschun Koldun Lava Latnik Perun Strelets Tifon Novgorod Vyborg Rusalka "Admiral Ushakov" "Admiral Senivain" Edinorog "Admiral Graf Apraksin" Pushkin "Semion Chelyuskin" Yenisei "Ozero Baykal" Vyazma Valdai Topozero Caspian Kazan - } - clipper_transport = { - Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont - } - steam_transport = { - Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk - } - commerce_raider = { - Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra - } -} \ No newline at end of file + } + clipper_transport = { + Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont + } + steam_transport = { + Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk + } + commerce_raider = { + Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra + } +} diff --git a/HPM/common/countries/Ruthenia.txt b/HPM/common/countries/Ruthenia.txt index 6f6f5d42..21bc7dd0 100644 --- a/HPM/common/countries/Ruthenia.txt +++ b/HPM/common/countries/Ruthenia.txt @@ -2,143 +2,143 @@ color = { 139 107 255 } graphical_culture = Generic party = { - name = "RUT_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "RUT_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "RUT_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "RUT_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "RUT_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUT_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RUT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RUT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RUT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RUT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RUT_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RUT_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - ironclad = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - manowar = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - cruiser = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - frigate = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - monitor = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak - "Roman Danylovich" - } -} \ No newline at end of file + dreadnought = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + ironclad = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + manowar = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + cruiser = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + frigate = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + monitor = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Ruthenia "Danylo Halytskyi" "Taras Shevchenko" Lviv Peremyshl Kholm Terebovlya "Danylo Halytskyi" Navahrudak + "Roman Danylovich" + } +} diff --git a/HPM/common/countries/Ryukyu.txt b/HPM/common/countries/Ryukyu.txt index e6f86c40..cda77ed6 100644 --- a/HPM/common/countries/Ryukyu.txt +++ b/HPM/common/countries/Ryukyu.txt @@ -2,157 +2,157 @@ color = { 84 96 136 } graphical_culture = AsianGC party = { - name = "RYU_reactionary" - start_date = 1835.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pacifism + name = "RYU_reactionary" + start_date = 1835.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pacifism } party = { - name = "RYU_liberal" - start_date = 1835.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "RYU_liberal" + start_date = 1835.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "RYU_conservative" - start_date = 1835.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "RYU_conservative" + start_date = 1835.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "RYU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RYU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RYU_socialist" - start_date = 1840.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RYU_socialist" + start_date = 1840.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RYU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RYU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RYU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RYU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - ironclad = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - manowar = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - cruiser = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - frigate = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - monitor = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii - "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" - "Sho Taikyu" Naha Shuri Amari Okinawa - - } -} \ No newline at end of file + dreadnought = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + ironclad = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + manowar = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + cruiser = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + frigate = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + monitor = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Shunten Shunbajunki "Sai On" "Sho Nei" Gihon Eiso "Sho Boku" Eiji Tamagusuku Taisei Seii + "Sho Shoken" Satto "Sho Tei" "Sho Shin" "Sho Kei" "Sho Gen" "Sho En" Bunei "Sho Kinpuku" "Sho Shitatsu" "Sho Chu" "Sho Hashi" "Sho Shisho" + "Sho Taikyu" Naha Shuri Amari Okinawa + + } +} diff --git a/HPM/common/countries/Samoa.txt b/HPM/common/countries/Samoa.txt index 9ea600b6..eb87e7c0 100644 --- a/HPM/common/countries/Samoa.txt +++ b/HPM/common/countries/Samoa.txt @@ -2,172 +2,172 @@ color = { 244 66 217 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Sarawak.txt b/HPM/common/countries/Sarawak.txt index 538251ea..8c7c2e05 100644 --- a/HPM/common/countries/Sarawak.txt +++ b/HPM/common/countries/Sarawak.txt @@ -2,170 +2,170 @@ color = { 219 182 182 } graphical_culture = AsianGC party = { - name = "SWK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SWK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SWK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SWK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SWK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SWK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SWK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - ironclad = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - } - manowar = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - cruiser = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - frigate = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - monitor = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" - - "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang - - "Kuala Baram" - - } -} \ No newline at end of file + dreadnought = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + ironclad = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + } + manowar = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + cruiser = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + frigate = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + monitor = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Rajah Brooke" "Sungai Belait" "Sungai Tutong" "Sungai Tembureng" Batang Trusan "Sungai Pandaruan" "Lungai Limbang" "Batang Baram" + + "Sungai Bakong" "Sungai Tutoh" "Sungai Tinjar" "Kuala Belait" "Batu Danau" "Kuala Medamit" Bangar Penanjong Lumut Telingan Labi Sukang + + "Kuala Baram" + + } +} diff --git a/HPM/common/countries/Sardinia-Piedmont.txt b/HPM/common/countries/Sardinia-Piedmont.txt index 3d1a400e..e0eb01ae 100644 --- a/HPM/common/countries/Sardinia-Piedmont.txt +++ b/HPM/common/countries/Sardinia-Piedmont.txt @@ -2,182 +2,182 @@ color = { 97 209 251 } graphical_culture = ItalianGC party = { - name = "SAR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SAR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SAR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SAR_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - ironclad = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - } - manowar = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - cruiser = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - } - frigate = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } - monitor = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + ironclad = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + } + manowar = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + cruiser = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + } + frigate = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } + monitor = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Sardinia.txt b/HPM/common/countries/Sardinia.txt index 445141da..17acc4a0 100644 --- a/HPM/common/countries/Sardinia.txt +++ b/HPM/common/countries/Sardinia.txt @@ -2,182 +2,182 @@ color = { 77 251 239 } graphical_culture = ItalianGC party = { - name = "SAR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SAR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SAR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SAR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SAR_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - ironclad = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - } - manowar = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - cruiser = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - } - frigate = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } - monitor = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + ironclad = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + } + manowar = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + cruiser = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + } + frigate = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } + monitor = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Satsuma.txt b/HPM/common/countries/Satsuma.txt index b67fda6f..0fa1c45b 100644 --- a/HPM/common/countries/Satsuma.txt +++ b/HPM/common/countries/Satsuma.txt @@ -2,183 +2,183 @@ color = { 184 133 77 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Savoy.txt b/HPM/common/countries/Savoy.txt index 58d94e70..6b85abf9 100644 --- a/HPM/common/countries/Savoy.txt +++ b/HPM/common/countries/Savoy.txt @@ -2,182 +2,182 @@ color = { 97 209 251 } graphical_culture = ItalianGC party = { - name = "SAR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SAR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SAR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SAR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SAR_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAR_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAR_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - ironclad = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - } - manowar = { - "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" - Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" - "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" - - } - cruiser = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - } - frigate = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } - monitor = { - Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone - - Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + ironclad = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + } + manowar = { + "Vittorio Amadeo" "Eugenio di Savoia" "Vittorio Emanuele" "Carlo Emanuele" "Carlo Felice" "Andrea Doria" "Conti di Cavour" + Solferino Magenta "Re di Sardegna" "Duca di Savoia" "Re di Sicilia" "Maria Luisa" "Maria Teresa" + "San Carlo" "San Vittorio" "San Michele" "Santa Teresa" "Santa Barbara" "San Effioso" + + } + cruiser = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + } + frigate = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } + monitor = { + Sardegna Piemonte Liguria Nizza "Valle d'Aosta" Monferrato Saluzzo Sicilia Torino Genova Cagliari + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aquila Aurora Azzardoso Beroldo Capitana Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona Serpente Regina Tritone + + Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Saxe-Coburg-Gotha.txt b/HPM/common/countries/Saxe-Coburg-Gotha.txt index 18922970..230f45e5 100644 --- a/HPM/common/countries/Saxe-Coburg-Gotha.txt +++ b/HPM/common/countries/Saxe-Coburg-Gotha.txt @@ -2,226 +2,226 @@ color = { 180 137 148 } graphical_culture = EuropeanGC party = { - name = "COB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "COB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "COB_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "COB_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "COB_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "COB_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "COB_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "COB_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "COB_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "COB_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "COB_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "COB_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "COB_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "COB_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "COB_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COB_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "COB_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COB_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "COB_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "COB_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "COB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "COB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "COB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "COB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - - } - ironclad = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } - manowar = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } - cruiser = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } - frigate = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } - monitor = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf - } -} \ No newline at end of file + dreadnought = { Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + + } + ironclad = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } + manowar = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } + cruiser = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } + frigate = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } + monitor = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Coburg Gotha Thüringen "Herzog Ernst" "Prinzession Luise" "Carl Eduard" Victoria "Von Carlowitz" Freiherr Landgraf + } +} diff --git a/HPM/common/countries/Saxe-Meiningen.txt b/HPM/common/countries/Saxe-Meiningen.txt index 9aa9d0dc..4c950666 100644 --- a/HPM/common/countries/Saxe-Meiningen.txt +++ b/HPM/common/countries/Saxe-Meiningen.txt @@ -2,226 +2,226 @@ color = { 144 181 106 } graphical_culture = EuropeanGC party = { - name = "MEI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEI_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "MEI_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "MEI_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "MEI_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "MEI_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MEI_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MEI_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEI_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEI_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEI_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEI_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MEI_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MEI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEI_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEI_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MEI_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "MEI_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "MEI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MEI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MEI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MEI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - ironclad = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - manowar = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - cruiser = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - frigate = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - monitor = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld - } -} \ No newline at end of file + dreadnought = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + ironclad = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + manowar = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + cruiser = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + frigate = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + monitor = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Sachsen Meiningen Hildburghausen "Herzorg Georg" "Herzog Bernhard" "Prinzessin Charlotte" Saale Werra Sonneberg Saalfeld + } +} diff --git a/HPM/common/countries/Saxe-Weimar.txt b/HPM/common/countries/Saxe-Weimar.txt index 155c1a86..5be27510 100644 --- a/HPM/common/countries/Saxe-Weimar.txt +++ b/HPM/common/countries/Saxe-Weimar.txt @@ -2,226 +2,226 @@ color = { 209 212 126 } graphical_culture = EuropeanGC party = { - name = "WEI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WEI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WEI_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WEI_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WEI_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "WEI_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "WEI_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WEI_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WEI_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WEI_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WEI_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WEI_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WEI_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WEI_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WEI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WEI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WEI_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WEI_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WEI_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WEI_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WEI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WEI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WEI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WEI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WEI_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WEI_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - ironclad = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - manowar = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - cruiser = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - frigate = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - monitor = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg - } -} \ No newline at end of file + dreadnought = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + ironclad = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + manowar = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + cruiser = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + frigate = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + monitor = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Weimar "Karl-August" "Anna-Amalia" "Karl-Alexander" "Goethe" "Schiller" Eisenach Jena Dornburg Wartburg + } +} diff --git a/HPM/common/countries/Saxony.txt b/HPM/common/countries/Saxony.txt index 324527dc..7d8ca7d6 100644 --- a/HPM/common/countries/Saxony.txt +++ b/HPM/common/countries/Saxony.txt @@ -2,226 +2,226 @@ color = { 155 147 180 } graphical_culture = EuropeanGC party = { - name = "SAX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAX_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SAX_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SAX_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SAX_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SAX_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SAX_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SAX_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAX_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAX_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAX_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAX_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAX_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAX_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAX_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SAX_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAX_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SAX_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SAX_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SAX_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAX_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - ironclad = { - Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - manowar = { - Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - cruiser = { - Dresden Bautzen Chemnitz Freiberg Leipzig Löbau Meißen Plauen Schwarzenberg Zwickau - } - frigate = { - Dresden Bautzen Chemnitz Freiberg Leipzig Löbau Meißen Plauen Schwarzenberg Zwickau - } - monitor = { - Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } -} \ No newline at end of file + dreadnought = { + Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + ironclad = { + Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + manowar = { + Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + cruiser = { + Dresden Bautzen Chemnitz Freiberg Leipzig Löbau Meißen Plauen Schwarzenberg Zwickau + } + frigate = { + Dresden Bautzen Chemnitz Freiberg Leipzig Löbau Meißen Plauen Schwarzenberg Zwickau + } + monitor = { + Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Sachsen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } +} diff --git a/HPM/common/countries/Scandinavia.txt b/HPM/common/countries/Scandinavia.txt index 1096d586..95005029 100644 --- a/HPM/common/countries/Scandinavia.txt +++ b/HPM/common/countries/Scandinavia.txt @@ -2,207 +2,207 @@ color = { 62 122 189 } graphical_culture = EuropeanGC party = { - name = "SCA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SCA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SCA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SCA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SCA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SCA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SCA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SCA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SCA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SCA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SCA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "SCA_liberal_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SCA_liberal_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SCA_liberal_3" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SCA_liberal_3" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SCA_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SCA_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SCA_liberal_4" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "SCA_liberal_4" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SCA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Clas Eriksson Fleming" "Axel Nilsson Ryning" "Carl Carlsson Gyllenhielm" "Gustaf Otto Stenbock" "Lorentz Creutz" "Hans Wachtmeister af Johannishus" - "Henrik af Trolle" "Carl August Ehrensvärd" Fredrik Johan "Manligheten" "Dristigheten" "Sverige" Áss Vanr Álfr Jötunn - "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf - } - ironclad = { - Göteborg Malmö Uppsala Västerås Örebro Linköping Helsingborg Nynäshamn Karlshamn Halmstad Blenda Astrid Ellida Sleipner Viking Frithjof - Rjukan Sarpen Lougen Glommen Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon - } - manowar = { - "Carl XIII" "Karl XIV Johan" "Prins Oscar" "Gustav den Store" Stockholm Försiktigheten Tapperheten "Kung Adolph Fredric" Henrik Tomas - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik - } - cruiser = { - "Claes Uggla" Psilander "Claes Horn" "Jacob Bakke" Ornen Fylgia "Tre Kronor" "Göta Lejon" Östersund Borgholm - Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti - Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen - } - frigate = { - Packa "Svarta Örn" Jarramas Vainqueur Delphin Illerim "Lilla Phoenix" Växjö Gävle "Baron Gustaf Bonde" - Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen - Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota - } - monitor = { - "John Ericsson" Loke Sköld Tirfing Tordön Berserk Björn Folke Sölve Ulf Fenris Garmer Gerda Hildur - Skorpionen Mjølner Thrudvang - Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Björn Järnsida" "Erik Segersäll" "Gardarr Svavarsson" Birka Asgård Kraken Bäckahäst Storsjön Vänern Vättern - Heimdal "Fridtjof Nansen" Nordkapp - "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg - } -} \ No newline at end of file + dreadnought = { + "Clas Eriksson Fleming" "Axel Nilsson Ryning" "Carl Carlsson Gyllenhielm" "Gustaf Otto Stenbock" "Lorentz Creutz" "Hans Wachtmeister af Johannishus" + "Henrik af Trolle" "Carl August Ehrensvärd" Fredrik Johan "Manligheten" "Dristigheten" "Sverige" Áss Vanr Álfr Jötunn + "Ulrik Christian Gyldenløve" København Århus Ålborg Odense Fredriksberg Esbjerg "Nørrejyske Ø" Fyn Jótlandshaf + } + ironclad = { + Göteborg Malmö Uppsala Västerås Örebro Linköping Helsingborg Nynäshamn Karlshamn Halmstad Blenda Astrid Ellida Sleipner Viking Frithjof + Rjukan Sarpen Lougen Glommen Helgoland Danmark Gorm Lindormen Odin "Rolf Krake" Tordenskjold "Peder Skram" Dannebrog Gorm "Olfert Fischer" Absalon + } + manowar = { + "Carl XIII" "Karl XIV Johan" "Prins Oscar" "Gustav den Store" Stockholm Försiktigheten Tapperheten "Kung Adolph Fredric" Henrik Tomas + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + "Prins Christian Frederik" Skjold Absalon Ingolf Dannebrog Dagmar Gesjer "Dronning Marie" Waldemar Fredrik + } + cruiser = { + "Claes Uggla" Psilander "Claes Horn" "Jacob Bakke" Ornen Fylgia "Tre Kronor" "Göta Lejon" Östersund Borgholm + Thor Odin Njord Freyr Tyr Bragl Heimdall Hoder Vidar Ale Ullr Forseti + Fyen Geiser Heimdal Hekla "St. Thomas" Valkyrien "Herluf Trolle" Søeormen Susåen Gudenåen + } + frigate = { + Packa "Svarta Örn" Jarramas Vainqueur Delphin Illerim "Lilla Phoenix" Växjö Gävle "Baron Gustaf Bonde" + Freia Desideira "St Olaf" "Kong Sverre" Ellida Nordssthernen Nornen Nidaros Ørnen + Najaden Hummer Stralsund Søridder Leopard Raae "Esbern Snare" Ørnen Sjælland Gefion Thetis "Niels Juel" Rota + } + monitor = { + "John Ericsson" Loke Sköld Tirfing Tordön Berserk Björn Folke Sölve Ulf Fenris Garmer Gerda Hildur + Skorpionen Mjølner Thrudvang + Freia Diana Lindormen Støren Stubberkøbing Gejser Kiel Falster Narhvalen Tumleren + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Björn Järnsida" "Erik Segersäll" "Gardarr Svavarsson" Birka Asgård Kraken Bäckahäst Storsjön Vänern Vättern + Heimdal "Fridtjof Nansen" Nordkapp + "Esbern Snare" Fylla Færøerne Grønland Víkingr "Harald Klak" "Svend Tveskæg" Kattegat Øresund Silkeborg + } +} diff --git a/HPM/common/countries/Schleswig-Holstein.txt b/HPM/common/countries/Schleswig-Holstein.txt index 14d2bd50..e482b49c 100644 --- a/HPM/common/countries/Schleswig-Holstein.txt +++ b/HPM/common/countries/Schleswig-Holstein.txt @@ -3,224 +3,224 @@ graphical_culture = EuropeanGC party = { - name = "SWH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SWH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SWH_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SWH_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SWH_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SWH_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SWH_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SWH_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SWH_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SWH_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SWH_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SWH_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SWH_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SWH_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SWH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SWH_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWH_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SWH_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SWH_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - ironclad = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - manowar = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - cruiser = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - frigate = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - monitor = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler - } -} \ No newline at end of file + dreadnought = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + ironclad = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + manowar = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + cruiser = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + frigate = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + monitor = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" Holstein "Herzog Friedrich" Kiel Gottorp Sonderburg Glücksburg Reichsfürst König Erbprinz Plön Segeberg "Up ewig ungedeelt" "Vertrag von Ripen" Altona Glückstadt "Adolf I." "Christian Albrecht" "Karl Peter Ulrich" "Magnus von Wedderkop" "Uwe Jens Lornsen" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler + } +} diff --git a/HPM/common/countries/Schleswig.txt b/HPM/common/countries/Schleswig.txt index ac3f43dc..2f16fa8c 100644 --- a/HPM/common/countries/Schleswig.txt +++ b/HPM/common/countries/Schleswig.txt @@ -3,224 +3,224 @@ graphical_culture = EuropeanGC party = { - name = "SCH_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SCH_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SCH_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SCH_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SCH_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SCH_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SCH_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SCH_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SCH_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SCH_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SCH_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SCH_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SCH_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SCH_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SCH_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCH_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SCH_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCH_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SCH_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SCH_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SCH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SCH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SCH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SCH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SCH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - ironclad = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - manowar = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - cruiser = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - frigate = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - monitor = { - Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler - } -} \ No newline at end of file + dreadnought = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + ironclad = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + manowar = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + cruiser = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + frigate = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + monitor = { + Schleswig "Up ewig ungedeelt" "Vertrag von Ripen" "Magnus von Wedderkop" "Uwe Jens Lornsen" Flensburg "Johann der Ältere" "Adolf I." "Friedrich III." "Christian Albrecht" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Klaus Störtebeker" "Gödeke Michels" "Hennig Wichmann" "Klaus Scheld" "Magister Wigbold" "Arnd Stuke" "Nikolaus Milies" Likedeeler + } +} diff --git a/HPM/common/countries/Scotland.txt b/HPM/common/countries/Scotland.txt index 09abda48..e8812814 100644 --- a/HPM/common/countries/Scotland.txt +++ b/HPM/common/countries/Scotland.txt @@ -2,193 +2,193 @@ color = { 199 175 12 } graphical_culture = EuropeanGC party = { - name = "SCO_conservative" - start_date = 1830.1.1 - end_date = 1868.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SCO_conservative" + start_date = 1830.1.1 + end_date = 1868.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SCO_conservative_2" - start_date = 1830.1.1 - end_date = 1886.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SCO_conservative_2" + start_date = 1830.1.1 + end_date = 1886.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SCO_liberal" - start_date = 1868.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SCO_liberal" + start_date = 1868.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SCO_conservative_3" - start_date = 1886.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SCO_conservative_3" + start_date = 1886.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SCO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SCO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SCO_liberal_2" - start_date = 1885.1.1 - end_date = 1892.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SCO_liberal_2" + start_date = 1885.1.1 + end_date = 1892.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SCO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SCO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SCO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SCO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SCO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SCO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SCO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" - "Strathclyde" "Stirling" - } - ironclad = { - "Arran" "Islay" "Jura" "Lewis" "Harris" "Skye" - } - manowar = { - "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" - "Strathclyde" "Stirling" - } - cruiser = { - "Hamilton" "Buccleuch" "Lennox" "Argyll" "Atholl" "Montrose" "Roxburghe" "Lothian" - "Selkirk" - } - frigate = { - "Loch Lomond" "Loch Ness" "Loch Morar" "Loch Tay" "Loch Awe" - } - monitor = { - "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" - "Strathclyde" "Stirling" - } - clipper_transport = { - "Flying Spur" "Cutty Sark" "Falls of Clyde" "Glenlee" "Mull of Kintyre" "Walter Scott" - "William Wallace" Parkhead Govan Gorgie Leith "Mount Florida" "James Bruce" - "David Douglas" "Alexander Gordon Laing" "Patrick Miller" "William Symington" - "Archibald Cochrane" "Andrew Moray" "Water of Leith" "River Tay" "Alexander Dalzeel" - "John Gow" "William Kidd" "William Greaves" - } - steam_transport = { - "Flying Spur" "Cutty Sark" "Falls of Clyde" "Glenlee" "Mull of Kintyre" "Walter Scott" - "William Wallace" Parkhead Govan Gorgie Leith "Mount Florida" "James Bruce" - "David Douglas" "Alexander Gordon Laing" "Patrick Miller" "William Symington" - "Archibald Cochrane" "Andrew Moray" "Water of Leith" "River Tay" "Alexander Dalzeel" - "John Gow" "William Kidd" "William Greaves" - } - commerce_raider = { - "Enterprise" "Ossian" "Tweed" "Stornoway" - } -} \ No newline at end of file + dreadnought = { + "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" + "Strathclyde" "Stirling" + } + ironclad = { + "Arran" "Islay" "Jura" "Lewis" "Harris" "Skye" + } + manowar = { + "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" + "Strathclyde" "Stirling" + } + cruiser = { + "Hamilton" "Buccleuch" "Lennox" "Argyll" "Atholl" "Montrose" "Roxburghe" "Lothian" + "Selkirk" + } + frigate = { + "Loch Lomond" "Loch Ness" "Loch Morar" "Loch Tay" "Loch Awe" + } + monitor = { + "Duke of Rothesay" "Edinburgh" "Glasgow" "Aberdeen" "Dundee" "Inverness" "Perth" + "Strathclyde" "Stirling" + } + clipper_transport = { + "Flying Spur" "Cutty Sark" "Falls of Clyde" "Glenlee" "Mull of Kintyre" "Walter Scott" + "William Wallace" Parkhead Govan Gorgie Leith "Mount Florida" "James Bruce" + "David Douglas" "Alexander Gordon Laing" "Patrick Miller" "William Symington" + "Archibald Cochrane" "Andrew Moray" "Water of Leith" "River Tay" "Alexander Dalzeel" + "John Gow" "William Kidd" "William Greaves" + } + steam_transport = { + "Flying Spur" "Cutty Sark" "Falls of Clyde" "Glenlee" "Mull of Kintyre" "Walter Scott" + "William Wallace" Parkhead Govan Gorgie Leith "Mount Florida" "James Bruce" + "David Douglas" "Alexander Gordon Laing" "Patrick Miller" "William Symington" + "Archibald Cochrane" "Andrew Moray" "Water of Leith" "River Tay" "Alexander Dalzeel" + "John Gow" "William Kidd" "William Greaves" + } + commerce_raider = { + "Enterprise" "Ossian" "Tweed" "Stornoway" + } +} diff --git a/HPM/common/countries/Segu.txt b/HPM/common/countries/Segu.txt index 2c380127..f095f77c 100644 --- a/HPM/common/countries/Segu.txt +++ b/HPM/common/countries/Segu.txt @@ -2,138 +2,138 @@ color = { 166 72 57 } graphical_culture = AfricanGC party = { - name = "SEG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SEG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SEG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SEG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SEG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SEG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SEG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SEG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SEG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SEG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SEG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SEG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SEG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SEG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Selangor.txt b/HPM/common/countries/Selangor.txt index c09b7f6e..45685fc8 100644 --- a/HPM/common/countries/Selangor.txt +++ b/HPM/common/countries/Selangor.txt @@ -2,150 +2,150 @@ color = { 84 85 40 } graphical_culture = AsianGC party = { - name = "JOH_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JOH_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JOH_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JOH_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JOH_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JOH_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JOH_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JOH_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JOH_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JOH_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JOH_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - ironclad = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - manowar = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - cruiser = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - frigate = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - monitor = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" - "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" - "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" - } -} \ No newline at end of file + dreadnought = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + ironclad = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + manowar = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + cruiser = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + frigate = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + monitor = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Parameswara "Sultan Iskandar" Bendahara Laksamana Temenggung "Penghulu bendahari" Shahbanda "Hukum Kanun" "Undang-Undang" + "Pulau Bakung" "Pulau Lingga" Kepulauan "Pulau Singkep" "Kepulauan Riau" "Pulau Rempang" "Pulau Kundur" "Pulau Padang" + "Pulau Bengkaus" "Pulau Tinggi" "Pulau Sibu" "Pulau Tioman" "Pulau Aur" "Pulau Rupat" "Pulau Rangsang" "Pulau Tebing Tinggi" + } +} diff --git a/HPM/common/countries/Sendai.txt b/HPM/common/countries/Sendai.txt index bfc0dbb5..2de542f4 100644 --- a/HPM/common/countries/Sendai.txt +++ b/HPM/common/countries/Sendai.txt @@ -2,183 +2,183 @@ color = { 154 123 47 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Senegal.txt b/HPM/common/countries/Senegal.txt index 8b2413ee..a19a3397 100644 --- a/HPM/common/countries/Senegal.txt +++ b/HPM/common/countries/Senegal.txt @@ -2,138 +2,138 @@ color = { 145 97 57 } graphical_culture = AfricanGC party = { - name = "SNG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SNG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SNG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SNG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SNG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SNG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SNG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SNG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SNG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SNG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SNG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SNG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SNG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SNG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Serbia.txt b/HPM/common/countries/Serbia.txt index 6449fb52..511c7fcf 100644 --- a/HPM/common/countries/Serbia.txt +++ b/HPM/common/countries/Serbia.txt @@ -2,183 +2,183 @@ color = { 161 45 46 } graphical_culture = EuropeanGC party = { - name = "SER_conservative" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SER_conservative" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SER_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SER_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SER_conservative_2" - start_date = 1859.1.1 - end_date = 1889.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SER_conservative_2" + start_date = 1859.1.1 + end_date = 1889.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SER_liberal_2" - start_date = 1859.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SER_liberal_2" + start_date = 1859.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SER_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SER_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SER_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SER_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SER_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SER_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SER_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SER_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SER_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SER_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SER_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SER_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Beograd "Kosovska Bitka" Petrovic Obrenovic Lazarevic Srbija - } - ironclad = { - Drava Drina Ivankovac "Milenko Stojkovic" Kragujevac "Pavle Bakic" - } - manowar = { - "Velika Morava" "Juzna Morava" Zlatibor Kopaonik Resava - } - cruiser = { - Karadžic Nemanjici Silni "Mihailo I" Jankovic - } - frigate = { - Valjevo "Stevan Sindelic" Takovo Ljubic - } - monitor = { - Jadar Sava Dubalj Vladimira Nikolina - } - clipper_transport = { - "Knjaz Mihailo" Zorana Zorica Miroslava Gorana - - } - steam_transport = { - Jaki Silni Snaži Marljivi Ustrajni - - } - commerce_raider = { - Senj Goran "Smrt Glava" Lubanja Pacov - } -} \ No newline at end of file + dreadnought = { + Beograd "Kosovska Bitka" Petrovic Obrenovic Lazarevic Srbija + } + ironclad = { + Drava Drina Ivankovac "Milenko Stojkovic" Kragujevac "Pavle Bakic" + } + manowar = { + "Velika Morava" "Juzna Morava" Zlatibor Kopaonik Resava + } + cruiser = { + Karadžic Nemanjici Silni "Mihailo I" Jankovic + } + frigate = { + Valjevo "Stevan Sindelic" Takovo Ljubic + } + monitor = { + Jadar Sava Dubalj Vladimira Nikolina + } + clipper_transport = { + "Knjaz Mihailo" Zorana Zorica Miroslava Gorana + + } + steam_transport = { + Jaki Silni Snaži Marljivi Ustrajni + + } + commerce_raider = { + Senj Goran "Smrt Glava" Lubanja Pacov + } +} diff --git a/HPM/common/countries/Shan.txt b/HPM/common/countries/Shan.txt index 417eab19..5001ca14 100644 --- a/HPM/common/countries/Shan.txt +++ b/HPM/common/countries/Shan.txt @@ -2,136 +2,136 @@ color = { 121 229 215 } graphical_culture = AsianGC party = { - name = "SHA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SHA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SHA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SHA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SHA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - ironclad = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - manowar = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - cruiser = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - frigate = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - monitor = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } -} \ No newline at end of file + dreadnought = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + ironclad = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + manowar = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + cruiser = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + frigate = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + monitor = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Lashio Dartsendo Gyantse Gartse Shan Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } +} diff --git a/HPM/common/countries/Shanxi.txt b/HPM/common/countries/Shanxi.txt index 59632af8..ec185a1f 100644 --- a/HPM/common/countries/Shanxi.txt +++ b/HPM/common/countries/Shanxi.txt @@ -3,138 +3,138 @@ color = { 235 254 174 } graphical_culture = Generic party = { - name = "SXI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SXI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SXI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SXI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SXI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SXI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SXI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SXI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SXI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SXI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "SXI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SXI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SXI_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SXI_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Shewa.txt b/HPM/common/countries/Shewa.txt index 8ddd61e7..3606a485 100644 --- a/HPM/common/countries/Shewa.txt +++ b/HPM/common/countries/Shewa.txt @@ -2,150 +2,150 @@ color = { 128 128 64 } graphical_culture = AfricanGC party = { - name = "SHW_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SHW_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SHW_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SHW_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SHW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Shilluk.txt b/HPM/common/countries/Shilluk.txt index e24522aa..49dd6165 100644 --- a/HPM/common/countries/Shilluk.txt +++ b/HPM/common/countries/Shilluk.txt @@ -2,138 +2,138 @@ color = { 252 97 0 } graphical_culture = AfricanGC party = { - name = "SHK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SHK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SHK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SHK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SHK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - - } - ironclad = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - - } - manowar = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - } - cruiser = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - } - frigate = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - } - monitor = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo - } -} \ No newline at end of file + dreadnought = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + + } + ironclad = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + + } + manowar = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + } + cruiser = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + } + frigate = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + } + monitor = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Shilluk Fashoda Nile Laki Colo Kwareth Nyireth Nyareth Kwar Reth Tugo Kwa Ajalo + } +} diff --git a/HPM/common/countries/Shimla.txt b/HPM/common/countries/Shimla.txt index 154b4896..495f5aed 100644 --- a/HPM/common/countries/Shimla.txt +++ b/HPM/common/countries/Shimla.txt @@ -2,106 +2,106 @@ color = { 17 16 203 } graphical_culture = IndianGC party = { - name = "SHI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SHI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SHI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SHI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SHI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } diff --git a/HPM/common/countries/Shogunate Japan.txt b/HPM/common/countries/Shogunate Japan.txt index 788b59c4..e091c740 100644 --- a/HPM/common/countries/Shogunate Japan.txt +++ b/HPM/common/countries/Shogunate Japan.txt @@ -2,183 +2,183 @@ color = { 174 143 27 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TKG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TKG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Shona.txt b/HPM/common/countries/Shona.txt index 4e15605b..3fa1885c 100644 --- a/HPM/common/countries/Shona.txt +++ b/HPM/common/countries/Shona.txt @@ -2,137 +2,137 @@ color = { 160 220 30 } graphical_culture = ZuluGC party = { - name = "SHO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SHO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SHO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SHO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SHO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SHO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SHO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SHO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SHO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SHO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SHO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Shona Gweru Nzambi Harare Upemba Mwari Mulopwe Mulungu Mbonga Mutare Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Siak.txt b/HPM/common/countries/Siak.txt index cc348eb4..0cfbf75f 100644 --- a/HPM/common/countries/Siak.txt +++ b/HPM/common/countries/Siak.txt @@ -2,137 +2,137 @@ color = { 255 255 100 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - - } - ironclad = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } - manowar = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } - cruiser = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } - frigate = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } - monitor = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" - } -} \ No newline at end of file + dreadnought = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + + } + ironclad = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } + manowar = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } + cruiser = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } + frigate = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } + monitor = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Palembang Siak Sumatra Lampung Pasir Sunda Sintang Samarinda Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi "Palak Pinang" + } +} diff --git a/HPM/common/countries/Siam.txt b/HPM/common/countries/Siam.txt index b9dcd80d..28e7d492 100644 --- a/HPM/common/countries/Siam.txt +++ b/HPM/common/countries/Siam.txt @@ -2,142 +2,142 @@ color = { 88 137 172 } graphical_culture = AsianGC party = { - name = "SIA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Boromaratchathirat Boromaratcha Petratcha Sanpet Narai Atitthayawong "Boromma Ratcha" Naresuan Chakrapat Mahintharathirat Worawong Ratsadatiratkumar Boromtrailokanat Ramathibodi - Ramesuan "Thong Lun" Nakarinthara Ratchathirat Chaiya Intharatcha - - } - ironclad = { - "Dai Inthanon" "Doi Huamodluang" "Doi Fa Hom Pok" "Doi Luang Chiang Dao" "Doi Lang Ka" "Doi Mae Tho" "Doi Langka luang" "Khao Mae Ya" "Doi Phu Kha" "Doi Chang" "Doi Ang Khang" "Doi Lan" - "Doi Phatang" "Doi Huamodnoi" "Khao Yen" "Doi Hua Suea" "Khao Luang" "Doi Wiang Pha" - } - manowar = { - "Ban Bong" "Butsabong Chi" "chorakhe Sam" "Dom Noi" Hanuman Ing "Kam Mi" "Khwae Yai" Lai "Pa Daeng" "Pa Sak" Ngim Noi "tak Daet" Tawip "Thap Salao" Wang "Wang Pong" Yai Ping Pranburi - Ramphan Sonthi Sonkhram "Mae Taeng" Moei - } - cruiser = { - "Prachuap Khirikhan" Chumphon Ranong "Surat Thani" Phangnga Phuket "Nakhon Srithammarat" Krabi Phattalung Satun Songkla Pattani Yala Narathiwat Trang - } - frigate = { - "Nakhon Ratchasima" Buriram Surin "Si Sa Ket" "Ubon Ratchathani" "Amnat Charoen" Yasothon "Roi Et" Mahasarakham "Khon Kaen" Chaiyaphum Loei "Nong Bualumphu" "Udon Thani" Kalasin - Mukdahan "Sakon Nakhon" "Nakhon Phanom" "Nong Khai" - } - monitor = { - "Uthai Thani" "Nakhon Sawan" Phetchabun Phichit "Kamphaeng Phet" Sukhothai Phitsanulok Uttaradit Phrae Lampang Lamphun "Chiang Mai" "Mae Hong Son" "Chiang Rai" Phayao Nan - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Phetchaburi Ratchaburi Samutsakhon Nonthaburi Nakhonpathom Bangkok Rattanakosin Samutprakan Samutsongkhram Pathumthani Kanchanaburi Suphanburi Ayutthaya Nakhonnayok Angthong Chainat - Lopburi Saraburi Singburi Sakaeo Prachinburi Chachoengsao - } -} \ No newline at end of file + dreadnought = { + Boromaratchathirat Boromaratcha Petratcha Sanpet Narai Atitthayawong "Boromma Ratcha" Naresuan Chakrapat Mahintharathirat Worawong Ratsadatiratkumar Boromtrailokanat Ramathibodi + Ramesuan "Thong Lun" Nakarinthara Ratchathirat Chaiya Intharatcha + + } + ironclad = { + "Dai Inthanon" "Doi Huamodluang" "Doi Fa Hom Pok" "Doi Luang Chiang Dao" "Doi Lang Ka" "Doi Mae Tho" "Doi Langka luang" "Khao Mae Ya" "Doi Phu Kha" "Doi Chang" "Doi Ang Khang" "Doi Lan" + "Doi Phatang" "Doi Huamodnoi" "Khao Yen" "Doi Hua Suea" "Khao Luang" "Doi Wiang Pha" + } + manowar = { + "Ban Bong" "Butsabong Chi" "chorakhe Sam" "Dom Noi" Hanuman Ing "Kam Mi" "Khwae Yai" Lai "Pa Daeng" "Pa Sak" Ngim Noi "tak Daet" Tawip "Thap Salao" Wang "Wang Pong" Yai Ping Pranburi + Ramphan Sonthi Sonkhram "Mae Taeng" Moei + } + cruiser = { + "Prachuap Khirikhan" Chumphon Ranong "Surat Thani" Phangnga Phuket "Nakhon Srithammarat" Krabi Phattalung Satun Songkla Pattani Yala Narathiwat Trang + } + frigate = { + "Nakhon Ratchasima" Buriram Surin "Si Sa Ket" "Ubon Ratchathani" "Amnat Charoen" Yasothon "Roi Et" Mahasarakham "Khon Kaen" Chaiyaphum Loei "Nong Bualumphu" "Udon Thani" Kalasin + Mukdahan "Sakon Nakhon" "Nakhon Phanom" "Nong Khai" + } + monitor = { + "Uthai Thani" "Nakhon Sawan" Phetchabun Phichit "Kamphaeng Phet" Sukhothai Phitsanulok Uttaradit Phrae Lampang Lamphun "Chiang Mai" "Mae Hong Son" "Chiang Rai" Phayao Nan + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Phetchaburi Ratchaburi Samutsakhon Nonthaburi Nakhonpathom Bangkok Rattanakosin Samutprakan Samutsongkhram Pathumthani Kanchanaburi Suphanburi Ayutthaya Nakhonnayok Angthong Chainat + Lopburi Saraburi Singburi Sakaeo Prachinburi Chachoengsao + } +} diff --git a/HPM/common/countries/Siberian Republic.txt b/HPM/common/countries/Siberian Republic.txt index 34df4ada..e0562d31 100644 --- a/HPM/common/countries/Siberian Republic.txt +++ b/HPM/common/countries/Siberian Republic.txt @@ -2,141 +2,141 @@ color = { 251 251 221 } graphical_culture = RussianGC party = { - name = "SIB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIB_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIB_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIB_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIB_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIB_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIB_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIB_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIB_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIB_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIB_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIB_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIB_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo - - } - ironclad = { - Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug - - } - manowar = { - Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz - - } - cruiser = { - Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya - - } - frigate = { - Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan - } - monitor = { + dreadnought = { + Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo + + } + ironclad = { + Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug + + } + manowar = { + Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz + + } + cruiser = { + Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya + + } + frigate = { + Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan + } + monitor = { Uragan Veschun Koldun Lava Latnik Perun Strelets Tifon Novgorod Vyborg Rusalka "Admiral Ushakov" "Admiral Senivain" Edinorog "Admiral Graf Apraksin" Pushkin "Semion Chelyuskin" Yenisei "Ozero Baykal" Vyazma Valdai Topozero Caspian Kazan - } - clipper_transport = { - Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont - } - steam_transport = { - Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk - } - commerce_raider = { - Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra - } -} \ No newline at end of file + } + clipper_transport = { + Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont + } + steam_transport = { + Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk + } + commerce_raider = { + Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra + } +} diff --git a/HPM/common/countries/Sichuan.txt b/HPM/common/countries/Sichuan.txt index 5041fcd6..38db9871 100644 --- a/HPM/common/countries/Sichuan.txt +++ b/HPM/common/countries/Sichuan.txt @@ -2,138 +2,138 @@ color = { 169 223 155 } graphical_culture = ChineseGC party = { - name = "SZC_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SZC_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SZC_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SZC_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SZC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SZC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SZC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SZC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SZC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SZC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "SZC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SZC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SZC_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SZC_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Sicily.txt b/HPM/common/countries/Sicily.txt index 38d5e63a..87f4578f 100644 --- a/HPM/common/countries/Sicily.txt +++ b/HPM/common/countries/Sicily.txt @@ -1,167 +1,167 @@ -color = { 255 247 0 } +color = { 255 247 0 } graphical_culture = ItalianGC party = { - name = "SIC_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIC_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SIC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SIC_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SIC_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SIC_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIC_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIC_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SIC_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SIC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfonso I" "Duca di Calabria" "Duca di Castro" "Duca di Noto" "Due Sicilie" "Ferdinando III" Reale Regina "Regno di Napoli" "Regno di Sicilia" - } - ironclad = { - Archimede "Conte dell'Aquila" "Conte di Bari" "Conte di Girgenti" "Conte di Lecce" "Conte di Trani" "Conte di Trapani" "Duca delle Puglie" "Ferdinando I" "Principe di Capua" - } - manowar = { - Amalia Cristina Intrepido Isabella Minerva Monarca Partenope Regina "San Gennaro" Vesuvio - } - cruiser = { - Abruzzo Bari Basilicata Calabria Capitanata "Franceso II" Molise Otranto Principato - } - frigate = { - Borbone Ercole "Ettore Fieramosca" Farnese "Ferdinando II" Fulminante Monarca Napoli Roberto Urania - } - monitor = { - Altavilla Angiò Aragona Austria "Federico II" Guiscardo "Pietro I" Ruggiero Svevia Tancredi - } - clipper_transport = { - Aurora Etna Fama Flora Fortuna Galatea "San Antonio" "San Carlo" "San Ferdinando" "San Filippo" - "San Gabriele" "San Giovanni" "San Luigi" "San Luigi Gonzaga" "San Pasquale" Sannita "Santa Elisabetta" Spartiviero Stabia Vulcano - } - steam_transport = { - } - commerce_raider = { - Aretusa Cerere Corona Leona Minerva Pallade "Santa Lucia" Sibilla Sirena Venere - } -} \ No newline at end of file + dreadnought = { + "Alfonso I" "Duca di Calabria" "Duca di Castro" "Duca di Noto" "Due Sicilie" "Ferdinando III" Reale Regina "Regno di Napoli" "Regno di Sicilia" + } + ironclad = { + Archimede "Conte dell'Aquila" "Conte di Bari" "Conte di Girgenti" "Conte di Lecce" "Conte di Trani" "Conte di Trapani" "Duca delle Puglie" "Ferdinando I" "Principe di Capua" + } + manowar = { + Amalia Cristina Intrepido Isabella Minerva Monarca Partenope Regina "San Gennaro" Vesuvio + } + cruiser = { + Abruzzo Bari Basilicata Calabria Capitanata "Franceso II" Molise Otranto Principato + } + frigate = { + Borbone Ercole "Ettore Fieramosca" Farnese "Ferdinando II" Fulminante Monarca Napoli Roberto Urania + } + monitor = { + Altavilla Angiò Aragona Austria "Federico II" Guiscardo "Pietro I" Ruggiero Svevia Tancredi + } + clipper_transport = { + Aurora Etna Fama Flora Fortuna Galatea "San Antonio" "San Carlo" "San Ferdinando" "San Filippo" + "San Gabriele" "San Giovanni" "San Luigi" "San Luigi Gonzaga" "San Pasquale" Sannita "Santa Elisabetta" Spartiviero Stabia Vulcano + } + steam_transport = { + } + commerce_raider = { + Aretusa Cerere Corona Leona Minerva Pallade "Santa Lucia" Sibilla Sirena Venere + } +} diff --git a/HPM/common/countries/Sidama.txt b/HPM/common/countries/Sidama.txt index e8d319c5..06819252 100644 --- a/HPM/common/countries/Sidama.txt +++ b/HPM/common/countries/Sidama.txt @@ -2,150 +2,150 @@ color = { 60 60 60 } graphical_culture = ZuluGC party = { - name = "SID_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SID_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SID_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SID_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SID_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SID_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SID_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SID_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SID_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SID_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SID_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SID_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SID_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SID_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Siebenburgen.txt b/HPM/common/countries/Siebenburgen.txt index 9e51576b..c8a6d094 100644 --- a/HPM/common/countries/Siebenburgen.txt +++ b/HPM/common/countries/Siebenburgen.txt @@ -2,141 +2,141 @@ color = { 211 207 173 } graphical_culture = EuropeanGC party = { - name = "SIE_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIE_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIE_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIE_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - ironclad = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - manowar = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - } - cruiser = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - frigate = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - } - monitor = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus - - } -} \ No newline at end of file + dreadnought = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + ironclad = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + manowar = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + } + cruiser = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + frigate = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + } + monitor = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Gyula "Roland Borsza" "Ladislas Kan" "Antal Budai Nagy" "Hunyadi Janos" "Georg Rákóczi" Vaskapu Varna Mercurius Leustachius Legforus + + } +} diff --git a/HPM/common/countries/Sierra Leone.txt b/HPM/common/countries/Sierra Leone.txt index 617ac097..e0e25120 100644 --- a/HPM/common/countries/Sierra Leone.txt +++ b/HPM/common/countries/Sierra Leone.txt @@ -2,138 +2,138 @@ color = { 203 101 85 } graphical_culture = AfricanGC party = { - name = "SLE_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SLE_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SLE_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SLE_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SLE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SLE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SLE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SLE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } +} diff --git a/HPM/common/countries/Sigmaringen-Hohe.txt b/HPM/common/countries/Sigmaringen-Hohe.txt index e74af570..721bfdc5 100644 --- a/HPM/common/countries/Sigmaringen-Hohe.txt +++ b/HPM/common/countries/Sigmaringen-Hohe.txt @@ -2,226 +2,226 @@ color = { 16 24 71 } graphical_culture = PrussianGC party = { - name = "PRU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PRU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PRU_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "PRU_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "PRU_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "PRU_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "PRU_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PRU_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PRU_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PRU_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PRU_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PRU_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PRU_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PRU_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PRU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PRU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PRU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PRU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Arminius Carola Charlotte Elisabeth Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Moltke Möwe Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" "Prinz Heinrich" Sophie - } - manowar = { - Brandenburg Braunschweig Hannover Hessen "Kurfürst Friedrich Wilhelm" Mecklenburg Pommern Preussen Schlesien - } - cruiser = { - Amazone Arcona Ariadne Berlin Blitz Blücher Bremse Breslau Brummer Bussard Comet Condor Cormoran Danzig Dresden Elbing Falke Frauenlob Freya "Friedrich Carl" Gazelle Gefion Geier Gneisenau Graudenz Greif Hela Hertha Irene Jagd Königsberg Leipzig Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden - } - frigate = { - "Carolus Secundus" "Chur Prinz" Dorothea "Friedrich Wilhelm zu Pferde" "Goldener Löwe" "Kurprinz von Brandenburg" Morian "Rother Löwe" "Wappen von Brandenburg" Adler Albatross Basilisk Bismarck Blitz Blücher Comet Cyclop Delphin Drache Eber Fuchs Gazelle Gneisenau Habicht Hyäne Iltis Jäger Meteor Natter Pfeil Salamander Schwalbe Scorpion Sperber Stein Tiger Wespe Wolf - } - monitor = { - Ägir Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe - } - clipper_transport = { - America Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein - } - steam_transport = { - Aachen Aller Answald Ausonia Berlin Bonn Braunschweig Breslau Bülow Choising Coblenz Coburg Cormoran Crefeld Danzig Delphin Eider Elbe Ems Hannover Havel Hermann Kleist Köln Libau Mark Mosel Neckar Nordsee Oder Oldenburg Oswald Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Therapia Trave Trier Union Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Cap Trafalgar" Cormoran Iltis Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Derfflinger "Friedrich der Grosse" Goeben "Grosser Kurfürst" Helgoland König "König Albert" Kronprinz Lützow Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Arminius Carola Charlotte Elisabeth Frankfurt "Friedrich Carl" "Friedrich der Grosse" "Grosser Kurfürst" "König Wilhelm" Kronprinz Leipzig Lübeck Marie Medusa Moltke Möwe Nixe Oldenburg Olga Otter Pfeil Preussen "Preussischer Adler" "Prinz Adalbert" "Prinz Heinrich" Sophie + } + manowar = { + Brandenburg Braunschweig Hannover Hessen "Kurfürst Friedrich Wilhelm" Mecklenburg Pommern Preussen Schlesien + } + cruiser = { + Amazone Arcona Ariadne Berlin Blitz Blücher Bremse Breslau Brummer Bussard Comet Condor Cormoran Danzig Dresden Elbing Falke Frauenlob Freya "Friedrich Carl" Gazelle Gefion Geier Gneisenau Graudenz Greif Hela Hertha Irene Jagd Königsberg Leipzig Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Strassburg Stuttgart Thetis Undine "Victoria Louise" Vineta Wacht Wiesbaden + } + frigate = { + "Carolus Secundus" "Chur Prinz" Dorothea "Friedrich Wilhelm zu Pferde" "Goldener Löwe" "Kurprinz von Brandenburg" Morian "Rother Löwe" "Wappen von Brandenburg" Adler Albatross Basilisk Bismarck Blitz Blücher Comet Cyclop Delphin Drache Eber Fuchs Gazelle Gneisenau Habicht Hyäne Iltis Jäger Meteor Natter Pfeil Salamander Schwalbe Scorpion Sperber Stein Tiger Wespe Wolf + } + monitor = { + Ägir Basilisk Beowulf Biene Bremse Brummer Camaeleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mosel Mücke Natter Odin Rhein Sachsen Salamander Scorpion Siegfried Viper Wespe + } + clipper_transport = { + America Elbe Europa Hansa Hela Hermann Hudson Neckar "New York" Nord-Amerika Pamir Pangani Passat Peking Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preussen Priwall Rhein + } + steam_transport = { + Aachen Aller Answald Ausonia Berlin Bonn Braunschweig Breslau Bülow Choising Coblenz Coburg Cormoran Crefeld Danzig Delphin Eider Elbe Ems Hannover Havel Hermann Kleist Köln Libau Mark Mosel Neckar Nordsee Oder Oldenburg Oswald Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Therapia Trave Trier Union Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Cap Trafalgar" Cormoran Iltis Leopard Loreley Meteor Möwe "Preussischer Adler" "Prinz Eitel Friedrich" Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/Sikkim.txt b/HPM/common/countries/Sikkim.txt index 02cd75bd..667aa855 100644 --- a/HPM/common/countries/Sikkim.txt +++ b/HPM/common/countries/Sikkim.txt @@ -2,107 +2,106 @@ color = { 139 138 160 } graphical_culture = IndianGC party = { - name = "SIK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } - diff --git a/HPM/common/countries/Silesia.txt b/HPM/common/countries/Silesia.txt index 767ca9bf..b45c629c 100644 --- a/HPM/common/countries/Silesia.txt +++ b/HPM/common/countries/Silesia.txt @@ -2,166 +2,166 @@ color = { 104 190 222 } graphical_culture = EuropeanGC party = { - name = "SLS_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SLS_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SLS_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SLS_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SLS_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SLS_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SLS_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SLS_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SLS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SLS_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLS_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SLS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - ironclad = { - Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - manowar = { - Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - cruiser = { - Gorlitz Bautzen Liegnitz Breslau Oppeln Kattowicz Löbau Meißen Plauen Schwarzenberg Zwickau - } - frigate = { - Gorlitz Bautzen Liegnitz Breslau Oppeln Kattowicz Löbau Meißen Plauen Schwarzenberg Zwickau - } - monitor = { - Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora - } -} \ No newline at end of file + dreadnought = { + Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + ironclad = { + Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + manowar = { + Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + cruiser = { + Gorlitz Bautzen Liegnitz Breslau Oppeln Kattowicz Löbau Meißen Plauen Schwarzenberg Zwickau + } + frigate = { + Gorlitz Bautzen Liegnitz Breslau Oppeln Kattowicz Löbau Meißen Plauen Schwarzenberg Zwickau + } + monitor = { + Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Schliesen "August der Starke" "Heinrich der Löwe" "König von Polen" Wettin "Friedrich August" "König Albert" Kurfürst Askanien Aurora + } +} diff --git a/HPM/common/countries/Sind.txt b/HPM/common/countries/Sind.txt index f9fff29b..eef1b88d 100644 --- a/HPM/common/countries/Sind.txt +++ b/HPM/common/countries/Sind.txt @@ -2,134 +2,134 @@ color = { 135 104 85 } graphical_culture = IndianGC party = { - name = "SIN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SIN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SIN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SIN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" - } - cruiser = { - Narain Akbar Amid Fardin Shahnawaz - } - ironclad = { - Ishayu Nasir Javed - } - monitor = { - Azhar Fateh Nitin - } - manowar = { - Sindh Thatta Haydarabad Khudabad - } - frigate = { - Amar Anil Feroz Jaidip Pratap Nirmal - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil - } -} \ No newline at end of file + dreadnought = { + Talpur "Fathali Khan" "Ghulam Ali Khan" "Karam Ali Khan" "Nur Mohammed Khan" + } + cruiser = { + Narain Akbar Amid Fardin Shahnawaz + } + ironclad = { + Ishayu Nasir Javed + } + monitor = { + Azhar Fateh Nitin + } + manowar = { + Sindh Thatta Haydarabad Khudabad + } + frigate = { + Amar Anil Feroz Jaidip Pratap Nirmal + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Amanat Manik Ratan Rohan Iqbal Kalyan Sonu Sunil + } +} diff --git a/HPM/common/countries/Slovakia.txt b/HPM/common/countries/Slovakia.txt index 7f97bb3d..f587e758 100644 --- a/HPM/common/countries/Slovakia.txt +++ b/HPM/common/countries/Slovakia.txt @@ -2,136 +2,136 @@ color = { 158 161 188 } graphical_culture = EuropeanGC party = { - name = "SLV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SLV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SLV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SLV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SLV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SLV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SLV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SLV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Anton Bernolák" "Ludovít Štúr" "Michal Miloslav Hodža" "Ján Hollý" Povstanie - } - ironclad = { - Bratislava Košice Prešov Žilina Nitra - } - manowar = { - Beskydok "Gerlachovský štít" Rysy Ostrá Záruby - } - cruiser = { - Beskydok "Gerlachovský štít" Rysy Ostrá Záruby - } - frigate = { - Hron Bodrog Dunajec Ipel Tisa - } - monitor = { - "Majster košického oltára" "Josef Czauczik" "Lajos Csordák" "Karol Ludovít Libay" "Július Jakoby" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Bojnický zámok" "Bratislavsky hrad" "Devínsky hrad" "Nový zámok" "Starý zámok" - } -} \ No newline at end of file + dreadnought = { + "Anton Bernolák" "Ludovít Štúr" "Michal Miloslav Hodža" "Ján Hollý" Povstanie + } + ironclad = { + Bratislava Košice Prešov Žilina Nitra + } + manowar = { + Beskydok "Gerlachovský štít" Rysy Ostrá Záruby + } + cruiser = { + Beskydok "Gerlachovský štít" Rysy Ostrá Záruby + } + frigate = { + Hron Bodrog Dunajec Ipel Tisa + } + monitor = { + "Majster košického oltára" "Josef Czauczik" "Lajos Csordák" "Karol Ludovít Libay" "Július Jakoby" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Bojnický zámok" "Bratislavsky hrad" "Devínsky hrad" "Nový zámok" "Starý zámok" + } +} diff --git a/HPM/common/countries/Slovenia.txt b/HPM/common/countries/Slovenia.txt index 321d4bf5..0d678234 100644 --- a/HPM/common/countries/Slovenia.txt +++ b/HPM/common/countries/Slovenia.txt @@ -2,138 +2,138 @@ color = { 65 91 126 } graphical_culture = EuropeanGC party = { - name = "SLO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SLO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SLO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SLO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SLO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SLO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SLO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SLO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SLO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SLO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SLO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Anton Haus" "Rudolf Maister" Stane "Karel Destovnik Kajuh" "Viktor Avbelj" - } - ironclad = { - Slovenija Ljubljana Maribor Celje Kranj - } - manowar = { - Drava Kolpa Mura Sava Savinja - } - cruiser = { - "Mali Srpan" "Veliki Srpan" Prosinec "Mali Traven" "Veliki Traven" - } - frigate = { - "Miroslav Stumberger" "Ivan Grohar" "Jožef Tominc" "Matija Cop" "Anton Tomaž Linhart" - } - monitor = { - Ivana Metka Štefka Duša Nataša - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Blejsko Jezero" "Blejski Grad" "Tržaški Zaliv" Karavanke Kras - } -} \ No newline at end of file + dreadnought = { + "Anton Haus" "Rudolf Maister" Stane "Karel Destovnik Kajuh" "Viktor Avbelj" + } + ironclad = { + Slovenija Ljubljana Maribor Celje Kranj + } + manowar = { + Drava Kolpa Mura Sava Savinja + } + cruiser = { + "Mali Srpan" "Veliki Srpan" Prosinec "Mali Traven" "Veliki Traven" + } + frigate = { + "Miroslav Stumberger" "Ivan Grohar" "Jožef Tominc" "Matija Cop" "Anton Tomaž Linhart" + } + monitor = { + Ivana Metka Štefka Duša Nataša + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Blejsko Jezero" "Blejski Grad" "Tržaški Zaliv" Karavanke Kras + } +} diff --git a/HPM/common/countries/Sokoto.txt b/HPM/common/countries/Sokoto.txt index d0b2fc3b..c7576a13 100644 --- a/HPM/common/countries/Sokoto.txt +++ b/HPM/common/countries/Sokoto.txt @@ -2,138 +2,138 @@ color = { 0 153 0 } graphical_culture = AfricanGC party = { - name = "SOK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SOK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SOK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SOK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SOK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SOK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SOK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SOK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Somalia.txt b/HPM/common/countries/Somalia.txt index 3d11baa3..984970ce 100644 --- a/HPM/common/countries/Somalia.txt +++ b/HPM/common/countries/Somalia.txt @@ -2,139 +2,139 @@ color = { 97 209 251 } graphical_culture = MiddleEasternGC party = { - name = "SOM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SOM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SOM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SOM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SOM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SOM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SOM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SOM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Sonora.txt b/HPM/common/countries/Sonora.txt index c62207ac..e3c603d4 100644 --- a/HPM/common/countries/Sonora.txt +++ b/HPM/common/countries/Sonora.txt @@ -2,221 +2,221 @@ color = { 223 142 175 } graphical_culture = SouthAmericanGC party = { - name = "SON_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SON_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SON_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SON_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SON_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SON_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SON_conservative_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SON_conservative_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SON_liberal_2" - start_date = 1853.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "SON_liberal_2" + start_date = 1853.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "SON_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SON_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SON_conservative_3" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SON_conservative_3" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SON_liberal_4" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SON_liberal_4" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SON_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SON_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SON_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SON_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SON_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SON_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SON_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SON_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Soran.txt b/HPM/common/countries/Soran.txt index 314a6c07..94dfdf3b 100644 --- a/HPM/common/countries/Soran.txt +++ b/HPM/common/countries/Soran.txt @@ -1,220 +1,220 @@ -color = { 174 186 160 } +color = { 174 186 160 } graphical_culture = MiddleEasternGC party = { - name = "KDS_conservative" - start_date = 1800.1.1 - end_date = 1895.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative" + start_date = 1800.1.1 + end_date = 1895.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_conservative_2" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_conservative_2" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_2" - start_date = 1890.1.1 - end_date = 1920.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "KDS_liberal_2" + start_date = 1890.1.1 + end_date = 1920.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "KDS_liberal_3" - start_date = 1920.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_liberal_3" + start_date = 1920.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_reactionary" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "KDS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_socialist_2" - start_date = 1848.1.1 - end_date = 1910.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "KDS_socialist_2" + start_date = 1848.1.1 + end_date = 1910.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "KDS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "KDS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "KDS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "KDS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - ironclad = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - manowar = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - cruiser = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - frigate = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - monitor = { - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" - - } -} \ No newline at end of file + dreadnought = { + "Donanma-yi Rojhalat" "Rustem" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + ironclad = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + manowar = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + cruiser = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + frigate = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + monitor = { + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + "Donanma-yi Rojhalat" "Rustem" "Ahmed-i Xani" "Dicle" "Firat" "Geylani" "Donanma-yi Rojawa" "Kurdiye" "Sherefhan" + + } +} diff --git a/HPM/common/countries/South Africa.txt b/HPM/common/countries/South Africa.txt index e3c29df1..a90c2623 100644 --- a/HPM/common/countries/South Africa.txt +++ b/HPM/common/countries/South Africa.txt @@ -2,190 +2,190 @@ color = { 180 158 127 } graphical_culture = Generic party = { - name = "SAF_liberal" - start_date = 1830.1.1 - end_date = 1910.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SAF_liberal" + start_date = 1830.1.1 + end_date = 1910.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SAF_conservative" - start_date = 1830.1.1 - end_date = 1910.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SAF_conservative" + start_date = 1830.1.1 + end_date = 1910.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SAF_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SAF_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SAF_conservative_2" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SAF_conservative_2" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SAF_liberal_2" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SAF_liberal_2" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SAF_conservative_3" - start_date = 1914.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SAF_conservative_3" + start_date = 1914.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SAF_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAF_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SAF_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAF_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAF_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SAF_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SAF_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SAF_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - ironclad = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - - } - manowar = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - cruiser = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - frigate = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - monitor = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - clipper_transport = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - steam_transport = { - - } - commerce_raider = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } -} \ No newline at end of file + dreadnought = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + ironclad = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + + } + manowar = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + cruiser = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + frigate = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + monitor = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + clipper_transport = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + steam_transport = { + + } + commerce_raider = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } +} diff --git a/HPM/common/countries/South Carolina.txt b/HPM/common/countries/South Carolina.txt index 4d584230..71ce1df7 100644 --- a/HPM/common/countries/South Carolina.txt +++ b/HPM/common/countries/South Carolina.txt @@ -2,148 +2,148 @@ graphical_culture = UsGC color = { 32 11 106 } party = { - name = "USC_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USC_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USC_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "USC_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "USC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "USC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "USC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "USC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "USC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "USC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/South German Fed.txt b/HPM/common/countries/South German Fed.txt index 24d18e3b..7eb549fa 100644 --- a/HPM/common/countries/South German Fed.txt +++ b/HPM/common/countries/South German Fed.txt @@ -2,241 +2,241 @@ color = { 142 201 208 } graphical_culture = EuropeanGC party = { - name = "SGF_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SGF_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SGF_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SGF_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SGF_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SGF_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SGF_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SGF_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SGF_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SGF_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SGF_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SGF_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SGF_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SGF_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SGF_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SGF_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SGF_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SGF_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SGF_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SGF_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SGF_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SGF_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SGF_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SGF_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SGF_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SGF_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bayern "Von der Tann" Wittelsbach "Prinzregent Luitpold" Welf Nibelungen Walküre Babenberg Baden Zähringen Markgraf "Großherzog Leopold" - "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg - } - ironclad = { - "Maximilian Joseph" "Ludwig I" "Maximilian II" "Graf Montgelas" "Graf von Horn" "Von der Mark" "Von Le Suire" "Von Wrede" Baden Zähringen Markgraf - "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" - "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - manowar = { - Graf Herzog König Kaiser Kurfürst Pfalzgraf Prinz Odin Wotan Balder Donar Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" - Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" - Alemania "Herzog von Urach" "Von Zeppelin" - } - cruiser = { - Ansbach Augsburg Bamberg Bayreuth Fürth Ingoldstadt München Nürnberg Passau Regensburg Baden Zähringen Markgraf "Großherzog Leopold" - "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" - "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - frigate = { - Fuchs Hyäna Leopard Löwe Luchs Marder Panther Tiger Wolf Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" - Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania - "Herzog von Urach" "Von Zeppelin" - } - monitor = { - Höchstädt Landshut Lechfeld "Herzog Albrecht" "Prinz Ludwig" "Von Utzschneider" Steinheil Baden Zähringen Markgraf "Großherzog Leopold" - "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" - "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - clipper_transport = { - Alster Donau Fellach Inn Isar Lech Main Pegnitz Saale Windach Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob - Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - steam_transport = { - "Sankt Erhard" "Sankt Georg" "Sankt Hubertus" "Sankt Michaël" "Sankt Peter" "Sankt Rupert" "Sankt Valentin" "Sankt Willibald" "Sankt Wolfgang" - Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - commerce_raider = { - Siegfried Kriemhild Gunther Gernot Giselher Siegmund Alberich Brünhild Hagen Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" - Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" - Alemania "Herzog von Urach" "Von Zeppelin" - } -} \ No newline at end of file + dreadnought = { + Bayern "Von der Tann" Wittelsbach "Prinzregent Luitpold" Welf Nibelungen Walküre Babenberg Baden Zähringen Markgraf "Großherzog Leopold" + "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg + } + ironclad = { + "Maximilian Joseph" "Ludwig I" "Maximilian II" "Graf Montgelas" "Graf von Horn" "Von der Mark" "Von Le Suire" "Von Wrede" Baden Zähringen Markgraf + "Großherzog Leopold" "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" + "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + manowar = { + Graf Herzog König Kaiser Kurfürst Pfalzgraf Prinz Odin Wotan Balder Donar Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" + Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" + Alemania "Herzog von Urach" "Von Zeppelin" + } + cruiser = { + Ansbach Augsburg Bamberg Bayreuth Fürth Ingoldstadt München Nürnberg Passau Regensburg Baden Zähringen Markgraf "Großherzog Leopold" + "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" + "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + frigate = { + Fuchs Hyäna Leopard Löwe Luchs Marder Panther Tiger Wolf Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" + Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania + "Herzog von Urach" "Von Zeppelin" + } + monitor = { + Höchstädt Landshut Lechfeld "Herzog Albrecht" "Prinz Ludwig" "Von Utzschneider" Steinheil Baden Zähringen Markgraf "Großherzog Leopold" + "Großherzog Karl Friedrich" Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" + "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + clipper_transport = { + Alster Donau Fellach Inn Isar Lech Main Pegnitz Saale Windach Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob + Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + steam_transport = { + "Sankt Erhard" "Sankt Georg" "Sankt Hubertus" "Sankt Michaël" "Sankt Peter" "Sankt Rupert" "Sankt Valentin" "Sankt Willibald" "Sankt Wolfgang" + Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + commerce_raider = { + Siegfried Kriemhild Gunther Gernot Giselher Siegmund Alberich Brünhild Hagen Baden Zähringen Markgraf "Großherzog Leopold" "Großherzog Karl Friedrich" + Türkenlouis Reichsgraf Durlach Sausenberg Hachberg Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" + Alemania "Herzog von Urach" "Von Zeppelin" + } +} diff --git a/HPM/common/countries/South Island.txt b/HPM/common/countries/South Island.txt index 9a758ebc..0c1a234c 100644 --- a/HPM/common/countries/South Island.txt +++ b/HPM/common/countries/South Island.txt @@ -2,135 +2,135 @@ color = { 0 161 0 } graphical_culture = Generic party = { - name = "SNZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SNZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SNZ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SNZ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SNZ_socialist" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SNZ_socialist" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SNZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SNZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SNZ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SNZ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SNZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SNZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SNZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SNZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - - } - ironclad = { - - } - manowar = { - - } - cruiser = { - - } - frigate = { - - } - monitor = { - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - - } -} \ No newline at end of file + dreadnought = { + + } + ironclad = { + + } + manowar = { + + } + cruiser = { + + } + frigate = { + + } + monitor = { + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + + } +} diff --git a/HPM/common/countries/South Peru.txt b/HPM/common/countries/South Peru.txt index 7d2a3868..96ba5260 100644 --- a/HPM/common/countries/South Peru.txt +++ b/HPM/common/countries/South Peru.txt @@ -2,138 +2,138 @@ color = { 0 122 61 } graphical_culture = SouthAmericanGC party = { - name = "PEU_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "PEU_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "PEU_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "PEU_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "PEU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "PEU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "PEU_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "PEU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "PEU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "PEU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "PEU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" - } - ironclad = { - Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio - } - manowar = { - Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión - } - cruiser = { - "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo - } - frigate = { - Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" - } - monitor = { - Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" - } - clipper_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - steam_transport = { - Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos - Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota - } - commerce_raider = { - "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" - } -} \ No newline at end of file + dreadnought = { + Chakana "Hanan Pacha" Inti "Machu Picchu" "Mama Cocha" "Mama Kuka" "Pacha Camac" Pariacaca Supay "Uku Pacha" + } + ironclad = { + Ancash Arequipa Ayacucho Cajamarca Castilla Huánuco Loreto Rímac Velarde Villavisencio + } + manowar = { + Arequipeño Balcarce Belgrano "Coronel Spano" Cruz Limeña Peruviana Protector Sacramento Unión + } + cruiser = { + "Almirante Grau" "Capitán Quiñones" Chachapoyas "Comandante Aguirre" "Coronel Bolognesi" Huancavelica Lima Mayobamba Moquegua Trujillo + } + frigate = { + Amazonas Apurimac Callao Independencia Mercedes Meteoro Monteagudo Palacios Presidente "Teniente Gálvez" + } + monitor = { + Atahualpa "Diego de Almagro" "Francisco Pizarro" "Hernando de Soto" Huáscar "Huayna Cápac" "Manco Cápac" Pachacuti "Túpac Amaru" "Túpac Inca" + } + clipper_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + steam_transport = { + Caupolican Chalaco Chimbote Colón Constitución "Contraalmirante Haza" "General Lerzundi" "Guardian Ríos" Independencia Iquitos + Limeña Oroya Perú Pucallpa "San Martín" "Santa Fe" "Santa Rosa" Tacna Talismán Vilcanota + } + commerce_raider = { + "Almirante Guise" "Almirante Villar" América Arno Chanchamayo Chorrillos "Coronel Portillo" Cuzco Pilcomayo "Teniente Rodríguez" + } +} diff --git a/HPM/common/countries/Southern Rhodesia.txt b/HPM/common/countries/Southern Rhodesia.txt index 7c23139e..dcdbe176 100644 --- a/HPM/common/countries/Southern Rhodesia.txt +++ b/HPM/common/countries/Southern Rhodesia.txt @@ -2,145 +2,145 @@ color = { 223 237 67} graphical_culture = BritishGC party = { - name = "RHO_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RHO_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RHO_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "RHO_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "RHO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "RHO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "RHO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RHO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "RHO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "RHO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "RHO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "RHO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "RHO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "RHO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - ironclad = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - - } - manowar = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - cruiser = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - frigate = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - monitor = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - clipper_transport = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } - steam_transport = { - - } - commerce_raider = { - "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena - Caracal Serval Genet - } -} \ No newline at end of file + dreadnought = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + ironclad = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + + } + manowar = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + cruiser = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + frigate = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + monitor = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + clipper_transport = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } + steam_transport = { + + } + commerce_raider = { + "South Africa" "Good Hope" "Cape Town" "Cecil Rhodes" "Leander Jameson" Lion Cheetah Leopard Vildebeest Jackal Mongoose Hyena + Caracal Serval Genet + } +} diff --git a/HPM/common/countries/Spain.txt b/HPM/common/countries/Spain.txt index 322d4e0a..e8080bbb 100644 --- a/HPM/common/countries/Spain.txt +++ b/HPM/common/countries/Spain.txt @@ -2,314 +2,314 @@ color = { 231 181 12 } graphical_culture = SpanishGC party = { - name = "SPA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SPA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SPA_conservative_2" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_2" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_2" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_liberal_2" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_3" - start_date = 1868.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_3" + start_date = 1868.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_4" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_liberal_4" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_liberal_5" - start_date = 1903.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SPA_liberal_5" + start_date = 1903.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SPA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SPA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SPA_liberal_6" - start_date = 1912.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_6" + start_date = 1912.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_3" - start_date = 1901.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_conservative_3" + start_date = 1901.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_liberal_7" - start_date = 1906.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SPA_liberal_7" + start_date = 1906.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SPA_conservative_4" - start_date = 1895.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_conservative_4" + start_date = 1895.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SPA_conservative_5" - start_date = 1898.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SPA_conservative_5" + start_date = 1898.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SPA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SPA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SPA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SPA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" - "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" - "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" - } - battleship = { - Pelayo - } - ironclad = { - Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete - "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella - Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza - } - clipper_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - steam_transport = { - Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda - Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia - Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa - "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta - Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" - Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva - } - commerce_raider = { - "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar - Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre - Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil - } - cruiser = { - "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" - "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" - "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" - } - - frigate = { - "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia - "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno - Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano - } - monitor = { - "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" - "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" - "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" - } - manowar = { - "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" - "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" - "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" - } -} \ No newline at end of file + dreadnought = { + "Alfonso XIII" "Álvaro de Bazán" "Brigadier Topete" Castañeta "Ciudad de Cartagena" "Ciudad de Sevilla" "Ciudad de Valencia" "Duque de Alba" "Duque de Medina-Sidonia" "Duque de Parma" + "El Gran Capitán" España "Estrella de los Mares" "Fadrique Álvarez de Toledo" "Fernando de Magallanes" "Infante de España" "Jaime I" Lángara "Luis de Córdova" "María de Molina" + "Marqués de la Victoria" Pelayo "Príncipe de Asturias" Requesens "Reyes Católicos" "Rodrigo Díaz de Vivar" "Sánchez de Tovar" "Sancho III" "Villa de Barcelona" "Villa de Madrid" + } + battleship = { + Pelayo + } + ironclad = { + Arapiles Bailén Barcelona Cazadora Covadonga Duero Ebro Galerna Giralda Guadalete + "Mar Caribe" Mistral "Navas de Tolosa" Numancia Resolución Sagunto "San Quintín" "Santa María" Segura Sella + Siroco Tajo Tambre Tetuán Tramontana Turia Vencedora Viriato Vitoria Zaragoza + } + clipper_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + steam_transport = { + Águila "Águila de Nantes" "Águila Volante" Astrolabio Aurora Concepción Cornelia Cortes Diana Esmeralda + Esperanza Fama Fénix Fidela Flecha Flora Gloria Gusana Hermione Iberia + Ifigenia Iris Juno Ligera Mahonesa "María Isabel" Medea Mercurio Minerva Ninfa + "Ntra. Sra. de Aránzazu" "Ntra. Sra. de Atocha" "Ntra. Sra. de Guadalupe" "Ntra. Sra. del Pilar" "Ntra. Sra. del Rosario" Palas Paloma Perla "Perla de España" Pronta + Providencia Prueba "San Jorge" "San José" "San Juan" "San Miguel" "Santa Ana" "Santa Bárbara" "Santa Catalina" "Santa Leocadia" + Sirena Soledad Sorpresa Tetis Tigre Triunfo Unicornio Venganza Victoria Viva + } + commerce_raider = { + "Alcalá Galiano" "Almirante Antequera" "Almirante Ferrándiz" "Almirante Valdés" Alsedo Audaz Bustamante Cadarso Churruca Ciscar + Destructor Escaño Furor Guarda Guerrero Huesca "Jorge Juan" "José Luis Díez" Lazaga Liebre + Osado Plutón Proserpina "Sánchez Barcáiztegui" Terror Teruel Triunfante Ulloa Velasco Villamil + } + cruiser = { + "Alfonso XII" "Almirante Oquendo" Aragón "Cardenal Cisneros" Castilla "Ciudad de Oviedo" Cataluña "Conde de Venadito" "Cristóbal Colón" "Don Antonio de Ulloa" + "Don Juan de Austria" "Emperador Carlos V" Extremadura Gravina "Infanta Isabel" "Isla de Cuba" "Isla de Luzón" "Juan Sebastián Elcano" + "Lepanto" "Marqués de la Ensenada" Navarra "Princesa de Asturias" "Reina Cristina" "Reina Mercedes" "Reina Regente" "Río de la Plata" "Velasco" "Vizcaya" + } + + frigate = { + "Almirante Cervera" Andalucía Asturias Atrevida Baleares "Blas de Lezo" Canarias Diana Eolo Galicia + "Hernán Cortés" "Juan de la Cosa" Júpiter Legazpi Marte "Martín Alonso Pinzón" "Méndez Núñez" "Miguel de Cervantes" Neptuno + Pizarro Princesa "Príncipe Alfonso" "Reina Victoia Eugenia" "Sarmiento de Gamboa" "Tritón" "Vasco Núñez de Balboa" "Vicente Yáñez Pinzón" "Villa de Bilbao" Vulcano + } + monitor = { + "Ambrosio Spinola" "Bernardo Gálvez" "Cantabria" "Ciudad de Cádiz" "Ciudad de Las Palmas" "Ciudad de Mahón" "Ciudad de Palma" "Ciudad de Santa Cruz" "Ciudad de Vigo" "Duque de Tetuán" + "García Álvarez de Toledo" Hespérides Hevia "Hidalgo de Cisneros" "Ignacio María de Álava" "La Mancha" León "Marqués del Socorro" "Menéndez de Avilés" + "Meteoro" "Pedro Navarro" Porter Puigcerdá Rayo Relámpago Somiedo Tornado Valdés "Vicealmirante Pareja" "Villa de Gijón" + } + manowar = { + "América" "Ángel de la Guarda" "Aquíles" "Argonauta" "Buen Consejo" "Conquistador" "Firme" "Glorioso" "Héroe" "Intrépido" + "Isabel II" "Monarca" "Ntra. Sra. del Patrocinio" "Real Familia" "Rey Francisco de Asís" "San Bernardo" "San Carlos" "San Fermín" "San Fernando" "San Francisco de Paula" + "San Gregorio" "San Idelfonso" "San Isidro" "San José" "San Juan Bautista" "San Julián" "San Leandro" "San Telmo" "Santiago" "Victorioso" + } +} diff --git a/HPM/common/countries/Sri Lanka.txt b/HPM/common/countries/Sri Lanka.txt index 64f4c9c3..c3423eda 100644 --- a/HPM/common/countries/Sri Lanka.txt +++ b/HPM/common/countries/Sri Lanka.txt @@ -3,179 +3,179 @@ graphical_culture = IndianGC party = { - name = "SRI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SRI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SRI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SRI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SRI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SRI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" - } - cruiser = { - Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit - } - ironclad = { - Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant - } - monitor = { - Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu - } - manowar = { - Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur - } - frigate = { - Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant - } -} \ No newline at end of file + dreadnought = { + "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" + } + cruiser = { + Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit + } + ironclad = { + Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant + } + monitor = { + Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu + } + manowar = { + Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur + } + frigate = { + Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant + } +} diff --git a/HPM/common/countries/Suazi.txt b/HPM/common/countries/Suazi.txt index 0302a4d1..4054feeb 100644 --- a/HPM/common/countries/Suazi.txt +++ b/HPM/common/countries/Suazi.txt @@ -2,137 +2,137 @@ color = { 41 89 174 } graphical_culture = ZuluGC party = { - name = "SUA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SUA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SUA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SUA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SUA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SUA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SUA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SUA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SUA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SUA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Suazi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Sudan.txt b/HPM/common/countries/Sudan.txt index dc5622df..a852e962 100644 --- a/HPM/common/countries/Sudan.txt +++ b/HPM/common/countries/Sudan.txt @@ -2,140 +2,140 @@ color = { 120 77 119 } graphical_culture = MiddleEasternGC party = { - name = "SUD_conservative" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SUD_conservative" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SUD_liberal" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SUD_liberal" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SUD_reactionary" - start_date = 1800.1.1 - end_date = 1935.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SUD_reactionary" + start_date = 1800.1.1 + end_date = 1935.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SUD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SUD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SUD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SUD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" - "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" - } - manowar = { - "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan - "Al-Fayyum" Khartum Qusayr Suways Minya - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Muhammad Ali" Ibrahim Ismail Said "Salah al-Din" "Baybars Abu al-Futuh" + "Qalawun al-Salihi" Barquq Barsbay Qaitbay "Qansuh al-Ghawri" "Al-Nil al-Kabir" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" "Safi al-Din" "Siraj al-Din" + } + manowar = { + "Al-Qahira" "Al-Iskandariyya" Dumyat Mansura Tanta "Al-Uqsur" "Al-Suyut" Aswan + "Al-Fayyum" Khartum Qusayr Suways Minya + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Sulawesi.txt b/HPM/common/countries/Sulawesi.txt index de366f7a..05a5db4c 100644 --- a/HPM/common/countries/Sulawesi.txt +++ b/HPM/common/countries/Sulawesi.txt @@ -2,137 +2,137 @@ color = { 131 50 50 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - - } - ironclad = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } - manowar = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } - cruiser = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } - frigate = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } - monitor = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone - } -} \ No newline at end of file + dreadnought = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + + } + ironclad = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } + manowar = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } + cruiser = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } + frigate = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } + monitor = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Makassar Luwuk Kendari Gowa Bulon Palu Bone Manado Parepare Krakatau Morowali Teku "Randangan Panua" Peruhumpenai Mamuju Tukangbesi Watampone + } +} diff --git a/HPM/common/countries/Sulu.txt b/HPM/common/countries/Sulu.txt index 2b98a683..d81092d3 100644 --- a/HPM/common/countries/Sulu.txt +++ b/HPM/common/countries/Sulu.txt @@ -2,138 +2,138 @@ color = { 105 145 40 } graphical_culture = AsianGC party = { - name = "SUL_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SUL_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SUL_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SUL_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SUL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SUL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SUL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SUL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "SUL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SUL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SUL_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SUL_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - ironclad = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - - } - manowar = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - - } - cruiser = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - frigate = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - monitor = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" - } -} \ No newline at end of file + dreadnought = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + ironclad = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + + } + manowar = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + + } + cruiser = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + frigate = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + monitor = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Sulu Samandara "Malik ul Salih" "Malik Al-Salih" Teunom Peusangen Jamboaye Alas Tripa "Simpang-kiri" "Peg Serbeulangit" "Peg Pusat" "Gunung Peuetsagoe""Pulau we" "Pulau Breueh" + } +} diff --git a/HPM/common/countries/Sweden.txt b/HPM/common/countries/Sweden.txt index be0c9f50..4b168507 100644 --- a/HPM/common/countries/Sweden.txt +++ b/HPM/common/countries/Sweden.txt @@ -2,269 +2,269 @@ color = { 87 130 199 } graphical_culture = SwedishGC party = { - name = "SWE_conservative" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "SWE_conservative" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SWE_liberal" - start_date = 1830.1.1 - end_date = 1870.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SWE_liberal" + start_date = 1830.1.1 + end_date = 1870.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SWE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SWE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SWE_conservative_2" - start_date = 1895.1.1 - end_date = 1903.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWE_conservative_2" + start_date = 1895.1.1 + end_date = 1903.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWE_conservative_3" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SWE_conservative_3" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SWE_liberal_2" - start_date = 1888.1.1 - end_date = 1895.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWE_liberal_2" + start_date = 1888.1.1 + end_date = 1895.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SWE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SWE_liberal_3" - start_date = 1867.1.1 - end_date = 1888.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWE_liberal_3" + start_date = 1867.1.1 + end_date = 1888.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWE_liberal_4" - start_date = 1888.1.1 - end_date = 1895.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWE_liberal_4" + start_date = 1888.1.1 + end_date = 1895.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWE_conservative_4" - start_date = 1904.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SWE_conservative_4" + start_date = 1904.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SWE_conservative_5" - start_date = 1903.1.1 - end_date = 1911.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWE_conservative_5" + start_date = 1903.1.1 + end_date = 1911.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWE_liberal_5" - start_date = 1895.1.1 - end_date = 1904.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWE_liberal_5" + start_date = 1895.1.1 + end_date = 1904.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWE_liberal_6" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SWE_liberal_6" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SWE_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWE_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SWE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SWE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SWE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Clas Eriksson Fleming" "Axel Nilsson Ryning" "Carl Carlsson Gyllenhielm" "Gustaf Otto Stenbock" "Lorentz Creutz" "Hans Wachtmeister af Johannishus" "Henrik af Trolle" "Carl August Ehrensvärd" Fredrik Johan "Manligheten" "Dristigheten" "Sverige" - } - ironclad = { - Göteborg Malmö Uppsala Västerås Örebro Linköping Helsingborg Nynäshamn Karlshamn Halmstad Blenda Astrid Stockholm - } - manowar = { - "Carl XIII" "Karl XIV Johan" "Prins Oscar" "Gustav den Store" Stockholm Försiktigheten Tapperheten "Kung Adolph Fredric" Henrik Tomas - } - cruiser = { - "Claes Uggla" Psilander "Claes Horn" "Jacob Bakke" Ornen Fylgia "Tre Kronor" "Göta Lejon" Östersund Borgholm - } - frigate = { - Packa "Svarta Örn" Jarramas Vainqueur Delphin Illerim "Lilla Phoenix" Växjö Gävle "Baron Gustaf Bonde" - } - monitor = { - "John Ericsson" Loke Sköld Tirfing Tordön Berserk Björn Folke Sölve Ulf Fenris Garmer Gerda Hildur - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - "Björn Järnsida" "Erik Segersäll" "Gardarr Svavarsson" Birka Asgård Kraken Bäckahäst Storsjön Vänern Vättern - } -} \ No newline at end of file + dreadnought = { + "Clas Eriksson Fleming" "Axel Nilsson Ryning" "Carl Carlsson Gyllenhielm" "Gustaf Otto Stenbock" "Lorentz Creutz" "Hans Wachtmeister af Johannishus" "Henrik af Trolle" "Carl August Ehrensvärd" Fredrik Johan "Manligheten" "Dristigheten" "Sverige" + } + ironclad = { + Göteborg Malmö Uppsala Västerås Örebro Linköping Helsingborg Nynäshamn Karlshamn Halmstad Blenda Astrid Stockholm + } + manowar = { + "Carl XIII" "Karl XIV Johan" "Prins Oscar" "Gustav den Store" Stockholm Försiktigheten Tapperheten "Kung Adolph Fredric" Henrik Tomas + } + cruiser = { + "Claes Uggla" Psilander "Claes Horn" "Jacob Bakke" Ornen Fylgia "Tre Kronor" "Göta Lejon" Östersund Borgholm + } + frigate = { + Packa "Svarta Örn" Jarramas Vainqueur Delphin Illerim "Lilla Phoenix" Växjö Gävle "Baron Gustaf Bonde" + } + monitor = { + "John Ericsson" Loke Sköld Tirfing Tordön Berserk Björn Folke Sölve Ulf Fenris Garmer Gerda Hildur + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + "Björn Järnsida" "Erik Segersäll" "Gardarr Svavarsson" Birka Asgård Kraken Bäckahäst Storsjön Vänern Vättern + } +} diff --git a/HPM/common/countries/Switzerland.txt b/HPM/common/countries/Switzerland.txt index 7bed47ad..4e3d4837 100644 --- a/HPM/common/countries/Switzerland.txt +++ b/HPM/common/countries/Switzerland.txt @@ -2,181 +2,181 @@ color = { 170 13 13 } graphical_culture = EuropeanGC party = { - name = "SWI_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "SWI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "SWI_conservative_2" - start_date = 1913.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative_2" + start_date = 1913.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_reactionary_2" - start_date = 1917.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "SWI_reactionary_2" + start_date = 1917.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "SWI_conservative_3" - start_date = 1850.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "SWI_conservative_3" + start_date = 1850.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SWI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SWI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SWI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SWI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Werner Stauffacher" "Walter Fürst" "Arnold von Melchtal" "Wilhelm Tell" - } - ironclad = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - manowar = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - cruiser = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - frigate = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - monitor = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich - } -} \ No newline at end of file + dreadnought = { + "Werner Stauffacher" "Walter Fürst" "Arnold von Melchtal" "Wilhelm Tell" + } + ironclad = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + manowar = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + cruiser = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + frigate = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + monitor = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aargau Baden Basel Bellinzona Bern Freiburg Fricktal Léman Linth Lugano Luzern Oberland Rätien Säntis Schaffhausen Solothurn Thurgau Waldstätte Wallis Zürich + } +} diff --git a/HPM/common/countries/Syria.txt b/HPM/common/countries/Syria.txt index 731eda89..7831ac6e 100644 --- a/HPM/common/countries/Syria.txt +++ b/HPM/common/countries/Syria.txt @@ -2,150 +2,150 @@ color = { 77 213 48} graphical_culture = MiddleEasternGC party = { - name = "SYR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "SYR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "SYR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SYR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SYR_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SYR_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SYR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SYR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SYR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SYR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "SYR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SYR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SYR_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "SYR_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } unit_names = { - dreadnought = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" "Ibrahim Hananu" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - ironclad = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - manowar = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - cruiser = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - frigate = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - monitor = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra - "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" - - } -} \ No newline at end of file + dreadnought = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" "Ibrahim Hananu" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + ironclad = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + manowar = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + cruiser = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + frigate = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + monitor = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Syriana "Salah Al-Din" "Sultan Pasha al-Atrash" "al-Hattin" "al-Hirasa" "Tawfiq Bay" Sham Halab Lattakia Homs Hama Palmyra + "Mu'aviyye" Tartus "Faisal I" "Sayf al-Sultan" Zainab "Minat al-Baida" Baniyas Kadisia "al-Assad" Karrusa "al-Abyad" "Al-Hakim Bi-Amrih" + + } +} diff --git a/HPM/common/countries/Taiping.txt b/HPM/common/countries/Taiping.txt index c2533199..3726df73 100644 --- a/HPM/common/countries/Taiping.txt +++ b/HPM/common/countries/Taiping.txt @@ -2,153 +2,153 @@ color = { 0 56 168 } graphical_culture = ChineseGC party = { - name = "TPG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TPG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TPG_liberal" - start_date = 1830.1.1 - end_date = 1991.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TPG_liberal" + start_date = 1830.1.1 + end_date = 1991.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TPG_reactionary" - start_date = 1830.1.1 - end_date = 1999.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "TPG_reactionary" + start_date = 1830.1.1 + end_date = 1999.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "TPG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TPG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TPG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "TPG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TPG_communist" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TPG_communist" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TPG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TPG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Taiwan.txt b/HPM/common/countries/Taiwan.txt index e79ff9b4..aa7e97cf 100644 --- a/HPM/common/countries/Taiwan.txt +++ b/HPM/common/countries/Taiwan.txt @@ -2,151 +2,151 @@ color = { 139 107 255 } graphical_culture = ChineseGC party = { - name = "TAI_conservative" - start_date = 1800.1.1 - end_date = 1861.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TAI_conservative" + start_date = 1800.1.1 + end_date = 1861.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TAI_liberal" - start_date = 1830.1.1 - end_date = 1921.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TAI_liberal" + start_date = 1830.1.1 + end_date = 1921.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TAI_reactionary" - start_date = 1830.1.1 - end_date = 1921.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAI_reactionary" + start_date = 1830.1.1 + end_date = 1921.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TAI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TAI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TAI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TAI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TAI_communist" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TAI_communist" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TAI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - - } - ironclad = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - manowar = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - cruiser = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - frigate = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - monitor = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" - "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" - "Hai Shen" "Ying Swei" "Fei Hung" - } -} \ No newline at end of file + dreadnought = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + + } + ironclad = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + manowar = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + cruiser = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + frigate = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + monitor = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" "Hai Shen" "Ying Swei" "Fei Hung" "Chao Ho" "Hai Chi" + "Ying Swei" "Chao Ho" "Ning Hai" "Ping Hai" "Chung king" "Nan Shin" "Pao Nim" "Ying Ching" "Ton Chi" "Hai Yung" "Hai Shew" + "Hai Shen" "Ying Swei" "Fei Hung" + } +} diff --git a/HPM/common/countries/Tajikstan.txt b/HPM/common/countries/Tajikstan.txt index 8ffdaaf1..b4574002 100644 --- a/HPM/common/countries/Tajikstan.txt +++ b/HPM/common/countries/Tajikstan.txt @@ -2,143 +2,143 @@ color = { 110 173 129 } graphical_culture = MiddleEasternGC party = { - name = "TAJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TAJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TAJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TAJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TAJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TAJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TAJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TAJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TAJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TAJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TAJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TAJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Tannu Tuva.txt b/HPM/common/countries/Tannu Tuva.txt index f88e55a3..1d649164 100644 --- a/HPM/common/countries/Tannu Tuva.txt +++ b/HPM/common/countries/Tannu Tuva.txt @@ -2,152 +2,152 @@ color = { 193 184 90 } graphical_culture = Generic party = { - name = "TNT_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "TNT_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "TNT_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TNT_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TNT_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TNT_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TNT_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TNT_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TNT_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "TNT_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "TNT_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TNT_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TNT_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TNT_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - ironclad = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - - } - manowar = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - cruiser = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - frigate = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - monitor = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq - "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" - Irtysh "Amir Husayn" "Timur i Leng" - } -} \ No newline at end of file + dreadnought = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + ironclad = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + + } + manowar = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + cruiser = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + frigate = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + monitor = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Genghis Khan" "Alghu Khan" "Baraq Khan" "Yesünto'a" Qipchaq + "Ögedai Khan" Güyük "Möngke Khan" "Qubilai Khan" Duwa "Qazan Khan" "Tughlugh Timur" + Irtysh "Amir Husayn" "Timur i Leng" + } +} diff --git a/HPM/common/countries/Tanzania.txt b/HPM/common/countries/Tanzania.txt index b02e6d7a..1e77e871 100644 --- a/HPM/common/countries/Tanzania.txt +++ b/HPM/common/countries/Tanzania.txt @@ -2,137 +2,137 @@ color = { 86 143 114 } graphical_culture = AfricanGC party = { - name = "TNZ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TNZ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TNZ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TNZ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TNZ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TNZ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TNZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TNZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TNZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TNZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TNZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TNZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TNZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TNZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Buganda Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Tarasco.txt b/HPM/common/countries/Tarasco.txt index d80c5887..bcf178e3 100644 --- a/HPM/common/countries/Tarasco.txt +++ b/HPM/common/countries/Tarasco.txt @@ -2,146 +2,146 @@ color = { 75 101 160 } graphical_culture = SouthAmericanGC party = { - name = "OAX_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OAX_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OAX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "OAX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "OAX_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OAX_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "OAX_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OAX_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OAX_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "OAX_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "OAX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "OAX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "OAX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "OAX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - Zapotec Morales Oaxaca "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + Zapotec Morales Oaxaca "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Tatarstan.txt b/HPM/common/countries/Tatarstan.txt index 9bf2dae9..b8cf942d 100644 --- a/HPM/common/countries/Tatarstan.txt +++ b/HPM/common/countries/Tatarstan.txt @@ -2,143 +2,143 @@ color = { 255 234 168 } graphical_culture = RussianGC party = { - name = "TAR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TAR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TAR_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TAR_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TAR_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAR_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TAR_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TAR_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TAR_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TAR_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TAR_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TAR_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TAR_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TAR_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Tennessee.txt b/HPM/common/countries/Tennessee.txt index 53977dbb..a4d3d400 100644 --- a/HPM/common/countries/Tennessee.txt +++ b/HPM/common/countries/Tennessee.txt @@ -2,148 +2,148 @@ graphical_culture = UsGC color = { 198 10 48 } party = { - name = "UTN_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UTN_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UTN_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UTN_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UTN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UTN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UTN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UTN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UTN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UTN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UTN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UTN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UTN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UTN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Texas.txt b/HPM/common/countries/Texas.txt index c5871fc7..5ce340fe 100644 --- a/HPM/common/countries/Texas.txt +++ b/HPM/common/countries/Texas.txt @@ -2,164 +2,164 @@ color = { 4 144 178 } graphical_culture = Generic party = { - name = "TEX_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "TEX_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TEX_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "TEX_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "TEX_conservative_2" - start_date = 1891.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "TEX_conservative_2" + start_date = 1891.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "TEX_anarcho_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TEX_anarcho_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TEX_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TEX_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TEX_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TEX_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TEX_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TEX_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TEX_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TEX_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } - ironclad = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } - manowar = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } - cruiser = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } - frigate = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - } - monitor = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin - Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" - - } -} \ No newline at end of file + dreadnought = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } + ironclad = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } + manowar = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } + cruiser = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } + frigate = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + } + monitor = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Texas "The Alamo" "San Jacinto" "Sam Houston" "James Bowie" "William Travis" "Davy Crockett" "Mirabeau Lamar" Austin + Goliad Galveston "Anson Jones" Cherokee Ranger "San Antonio" "Yellow Rose" + + } +} diff --git a/HPM/common/countries/Tibet.txt b/HPM/common/countries/Tibet.txt index a4382619..48e8a96c 100644 --- a/HPM/common/countries/Tibet.txt +++ b/HPM/common/countries/Tibet.txt @@ -2,136 +2,136 @@ color = { 65 127 186 } graphical_culture = AsianGC party = { - name = "TIB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TIB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TIB_liberal" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TIB_liberal" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TIB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TIB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TIB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TIB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TIB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TIB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TIB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TIB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TIB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TIB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - ironclad = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - manowar = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - cruiser = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - frigate = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - monitor = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri - } -} \ No newline at end of file + dreadnought = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + ironclad = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + manowar = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + cruiser = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + frigate = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + monitor = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Barkam Dartsendo Gyantse Gartse Lhasa Lhotse Makalu Nagqu Nyingchi Nedong Pelbar Qamdo Shigatse Sakya Tinggri + } +} diff --git a/HPM/common/countries/Tigray.txt b/HPM/common/countries/Tigray.txt index 46e9cca4..7e025c5f 100644 --- a/HPM/common/countries/Tigray.txt +++ b/HPM/common/countries/Tigray.txt @@ -2,150 +2,150 @@ color = { 108 49 108 } graphical_culture = AfricanGC party = { - name = "TIG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TIG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TIG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TIG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TIG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TIG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TIG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TIG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TIG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TIG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TIG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TIG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TIG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TIG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - } - ironclad = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - - } - manowar = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - cruiser = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - frigate = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - monitor = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak - - - } -} \ No newline at end of file + dreadnought = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + } + ironclad = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + + } + manowar = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + cruiser = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + frigate = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + monitor = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Yodit Shewa "Mara Takla" Lalibela "Yekuno Amlak" Tigray Tatadum Seyum "Kedus Harbe" "Na'akueto La'ab" Yetbarak + + + } +} diff --git a/HPM/common/countries/Timor.txt b/HPM/common/countries/Timor.txt index afbcf4b5..54ab3dc6 100644 --- a/HPM/common/countries/Timor.txt +++ b/HPM/common/countries/Timor.txt @@ -2,137 +2,137 @@ color = { 147 82 173 } graphical_culture = AsianGC party = { - name = "JAV_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "JAV_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "JAV_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "JAV_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "JAV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "JAV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "JAV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "JAV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "JAV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "JAV_fascist" - start_date = 1905.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "JAV_fascist" + start_date = 1905.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - - } - ironclad = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } - manowar = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } - cruiser = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } - frigate = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } - monitor = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor - } -} \ No newline at end of file + dreadnought = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + + } + ironclad = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } + manowar = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } + cruiser = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } + frigate = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } + monitor = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Sumba Bima Ari Sumbawa Flores Sunda Buru Kaupeng Parepare Krakatau Morowali Teku Saparua Sula Peruhumpenai Lembata Tukangbesi Solor + } +} diff --git a/HPM/common/countries/Togo.txt b/HPM/common/countries/Togo.txt index a096ed95..eaccfd27 100644 --- a/HPM/common/countries/Togo.txt +++ b/HPM/common/countries/Togo.txt @@ -2,138 +2,138 @@ color = { 74 47 152 } graphical_culture = AfricanGC party = { - name = "TOG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TOG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TOG_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TOG_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TOG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TOG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TOG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TOG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TOG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TOG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TOG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TOG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TOG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TOG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Tonga.txt b/HPM/common/countries/Tonga.txt index 634120c1..762dbf86 100644 --- a/HPM/common/countries/Tonga.txt +++ b/HPM/common/countries/Tonga.txt @@ -2,172 +2,172 @@ color = { 121 229 215 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Tooro.txt b/HPM/common/countries/Tooro.txt index 9ee3eff9..86bdc58f 100644 --- a/HPM/common/countries/Tooro.txt +++ b/HPM/common/countries/Tooro.txt @@ -2,138 +2,138 @@ color = { 244 164 96 } graphical_culture = AfricanGC party = { - name = "TOO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TOO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TOO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "TOO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "TOO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TOO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TOO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TOO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TOO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TOO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TOO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TOO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TOO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TOO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Tosa.txt b/HPM/common/countries/Tosa.txt index dae3b650..c55b343f 100644 --- a/HPM/common/countries/Tosa.txt +++ b/HPM/common/countries/Tosa.txt @@ -2,183 +2,183 @@ color = { 204 183 57 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Toucouleur.txt b/HPM/common/countries/Toucouleur.txt index 6669aee8..98ad2bb0 100644 --- a/HPM/common/countries/Toucouleur.txt +++ b/HPM/common/countries/Toucouleur.txt @@ -2,138 +2,138 @@ color = { 0 152 212 } graphical_culture = AfricanGC party = { - name = "SOK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SOK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SOK_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "SOK_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "SOK_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOK_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "SOK_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOK_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOK_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SOK_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SOK_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SOK_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SOK_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SOK_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Transcaucasia.txt b/HPM/common/countries/Transcaucasia.txt index 799bb609..7571e299 100644 --- a/HPM/common/countries/Transcaucasia.txt +++ b/HPM/common/countries/Transcaucasia.txt @@ -2,157 +2,157 @@ color = { 100 113 211 } graphical_culture = RussianGC party = { - name = "GEO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "GEO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "GEO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "GEO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "GEO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "GEO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "GEO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "GEO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "GEO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "GEO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "GEO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - ironclad = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - - } - manowar = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - cruiser = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - } - frigate = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - monitor = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji - - Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi - - } + dreadnought = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + ironclad = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + + } + manowar = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + cruiser = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + } + frigate = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + monitor = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Aragveti Anacopia Artaani Abkhazeti Bichvinta Batomi Chavchavadze Dmanisi Demetre Ereti Geguti Gelati Kutatsi Kharnabuji + + Lasharisjvari Mtkvari Narikala Ruisi Racha Seti Svaneti Tamar Tbilisi Telavi Tbilisi Tashiri Urbnisi + + } } diff --git a/HPM/common/countries/Transvaal.txt b/HPM/common/countries/Transvaal.txt index 90e4d6ed..ffebda5e 100644 --- a/HPM/common/countries/Transvaal.txt +++ b/HPM/common/countries/Transvaal.txt @@ -2,168 +2,168 @@ color = { 140 183 154 } graphical_culture = Generic party = { - name = "TRN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "TRN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRN_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TRN_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TRN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TRN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TRN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TRN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Voorniksniebangnie Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - ironclad = { - Goliath Joshua Samson Gideon Genesis Armageddon - - } - manowar = { - Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - cruiser = { - Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - } - frigate = { - Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - monitor = { - Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - } - clipper_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - } - steam_transport = { - "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier - Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier - - - - } - commerce_raider = { - Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" - "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" - - - } -} \ No newline at end of file + dreadnought = { + Voorniksniebangnie Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + ironclad = { + Goliath Joshua Samson Gideon Genesis Armageddon + + } + manowar = { + Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + cruiser = { + Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + } + frigate = { + Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + monitor = { + Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + } + clipper_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + } + steam_transport = { + "De Vaal" "Oranjerivier" "Bloedrivier" "Goeie Hoop" Slagtersnek Karoo Drakesberge Stellenbosch Swellendam Vereeniging Visrivier + Limpopo Zambezi Witwatersrand Bloemfontein Blyderivier + + + + } + commerce_raider = { + Transvaal Eendrag Onoorwinlik Afrika Leeu Olifant "Groot Trek" "Piet Retief" "Gerrit Maritz" "Andries Pretorius" + "Louis Trichardt" "Hendrik Potgieter" "Sarel Cilliers" "Pieter Uys" "Jan van Riebeeck" "Jan-Willem Spruyt" + + + } +} diff --git a/HPM/common/countries/Trarza.txt b/HPM/common/countries/Trarza.txt index c8f76263..34f64e1c 100644 --- a/HPM/common/countries/Trarza.txt +++ b/HPM/common/countries/Trarza.txt @@ -2,185 +2,185 @@ color = { 235 48 99 } graphical_culture = MiddleEasternGC party = { - name = "TRZ_conservative" - start_date = 1800.1.1 - end_date = 1890.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TRZ_conservative" + start_date = 1800.1.1 + end_date = 1890.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TRZ_conservative_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TRZ_conservative_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TRZ_liberal" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TRZ_liberal" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRZ_liberal" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TRZ_liberal" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRZ_reactionary" - start_date = 1820.1.1 - end_date = 1890.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRZ_reactionary" + start_date = 1820.1.1 + end_date = 1890.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRZ_reactionary_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRZ_reactionary_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TRZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TRZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" - "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Mulay al-Rashid" "Ismail ibn Sharif" "Muhammad al-Thalith" "Abd al-Rahman" "Muhammad al-Rabi" "Hasan al-Alawiyyin" + "Al-Mansur al-Dhahbi" "Abd Allal al-Ghalib" "Muhammad al-Shaikh al-Saghir" "Abu Yusuf Yaqub" "Abu Sa'id Uthman" "Al-Mariniyyun" "Al-Idrisiyyun" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Fas Murrakush Miknasa Al-Rabat Asfi Tanja Tatawin "Al-Qasr al-Kabir" Shafshawan Al-Araish Al-Sawira Wujda Warzazat Agadir + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Travancore.txt b/HPM/common/countries/Travancore.txt index 60ba029d..fb2a1b97 100644 --- a/HPM/common/countries/Travancore.txt +++ b/HPM/common/countries/Travancore.txt @@ -3,179 +3,179 @@ graphical_culture = IndianGC party = { - name = "TRA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TRA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TRA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TRA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TRA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TRA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TRA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TRA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TRA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" - } - cruiser = { - Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit - } - ironclad = { - Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant - } - monitor = { - Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu - } - manowar = { - Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur - } - frigate = { - Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant - } -} \ No newline at end of file + dreadnought = { + "Rama Varma" "Aditya Varma" "Ravi Varma" "Balarama Varma" "Swathi Thirunal" "Uthram Thirunal" "Visakham Thirunal" + } + cruiser = { + Amar Anil Asim Bhavesh Chandrahas Dhirendra Gopan Jagajit Jishnu Mahabala Pinak Ranjit Satyajit Urjit Varun Vishvajit + } + ironclad = { + Akshat Avanindra Dipendra Debashish Durjaya Ilesh Jagannath Meghnad Paramjit Samarjit Sudhir Vijay Vikrant + } + monitor = { + Atul Chapal Kartikeya Mahavir Nachiketa Prajit Rutujit Shreyas Veer Yuyutsu + } + manowar = { + Padmanabhapuram Thiruvananthapuram Kilimanoor Kollam Kochi Mavelikkara Thrissur + } + frigate = { + Abhay Akhilesh Baldev Chandresh Duranjaya Gaurav Jayant Parindra Prabir Shatrunjay Vipan Viraj Yudhisthir + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Anupam Arihant Bhanu Dhananjay Hemendra Jawahar Kaushal Makarand Manindra Narhari Nidhish Ratnakar Shashwat Srikant + } +} diff --git a/HPM/common/countries/Trieste.txt b/HPM/common/countries/Trieste.txt index 30ac37a8..3e68056d 100644 --- a/HPM/common/countries/Trieste.txt +++ b/HPM/common/countries/Trieste.txt @@ -2,175 +2,175 @@ color = { 208 104 44 } graphical_culture = ItalianGC party = { - name = "TRE_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TRE_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TRE_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TRE_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TRE_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TRE_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TRE_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TRE_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TRE_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TRE_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TRE_reactionary_2" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "TRE_reactionary_2" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "TRE_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TRE_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TRE_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TRE_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } - frigate = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - } - monitor = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona - - Serpente Tritone Veloce Vigilante Zeffiro - - - } -} \ No newline at end of file + dreadnought = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } + frigate = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + } + monitor = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Trieste Friuli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco Favorita Nereide Patrona + + Serpente Tritone Veloce Vigilante Zeffiro + + + } +} diff --git a/HPM/common/countries/Trinidad.txt b/HPM/common/countries/Trinidad.txt index c909d6ca..1b870b8a 100644 --- a/HPM/common/countries/Trinidad.txt +++ b/HPM/common/countries/Trinidad.txt @@ -2,139 +2,139 @@ color = { 160 130 30 } graphical_culture = EuropeanGC party = { - name = "TTB_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "TTB_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "TTB_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TTB_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TTB_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TTB_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TTB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TTB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TTB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TTB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TTB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TTB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TTB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TTB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Tripoli.txt b/HPM/common/countries/Tripoli.txt index 0c11b617..75b1bce0 100644 --- a/HPM/common/countries/Tripoli.txt +++ b/HPM/common/countries/Tripoli.txt @@ -2,139 +2,139 @@ color = { 180 137 148 } graphical_culture = MiddleEasternGC party = { - name = "CYR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "CYR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "CYR_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "CYR_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "CYR_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "CYR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "CYR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "CYR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "CYR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "CYR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "CYR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Uqba ibn Nafi" Qaramanliyyun "Ahmad al-Qaramanli" Fuzzan Barqa - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Tarabulus Bingazi Surt Murzuq Misrata Ghadamis Tubruq Darna - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Uqba ibn Nafi" Qaramanliyyun "Ahmad al-Qaramanli" Fuzzan Barqa + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Tarabulus Bingazi Surt Murzuq Misrata Ghadamis Tubruq Darna + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Tuamotu.txt b/HPM/common/countries/Tuamotu.txt index 634120c1..762dbf86 100644 --- a/HPM/common/countries/Tuamotu.txt +++ b/HPM/common/countries/Tuamotu.txt @@ -2,172 +2,172 @@ color = { 121 229 215 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Tunis.txt b/HPM/common/countries/Tunis.txt index e9303d3a..90310946 100644 --- a/HPM/common/countries/Tunis.txt +++ b/HPM/common/countries/Tunis.txt @@ -2,140 +2,140 @@ color = { 131 101 85 } graphical_culture = MiddleEasternGC party = { - name = "TUN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TUN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TUN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TUN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TUN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TUN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TUN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Abu Zakariya" "Muhammad al-Mustansir" "Abd al-Aziz al-Thani" "Uthman al-Hafsi" Al-Hafsiyyun "Husayn ibn Ali al-Turki" "Abu al-Hasan Ali" Al-Husayniyyun - "Muhammad al-Rashid" "Hammuda ibn Ali" "Husayn Basha Bay" "Mahmud Basha Bay" "Muhammad al-Sadiq" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Tunus Banzart Safaqis Qayrawan Susa Qabis Qafsa Tuzur Al-Mahdiya Jirba - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Abu Zakariya" "Muhammad al-Mustansir" "Abd al-Aziz al-Thani" "Uthman al-Hafsi" Al-Hafsiyyun "Husayn ibn Ali al-Turki" "Abu al-Hasan Ali" Al-Husayniyyun + "Muhammad al-Rashid" "Hammuda ibn Ali" "Husayn Basha Bay" "Mahmud Basha Bay" "Muhammad al-Sadiq" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Tunus Banzart Safaqis Qayrawan Susa Qabis Qafsa Tuzur Al-Mahdiya Jirba + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Turkestan.txt b/HPM/common/countries/Turkestan.txt index 26f2930f..9f2ce3be 100644 --- a/HPM/common/countries/Turkestan.txt +++ b/HPM/common/countries/Turkestan.txt @@ -2,143 +2,143 @@ color = { 188 123 103 } graphical_culture = MiddleEasternGC party = { - name = "TKS_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TKS_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TKS_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TKS_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TKS_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TKS_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TKS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TKS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TKS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TKS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TKS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TKS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TKS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TKS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Turkmenistan.txt b/HPM/common/countries/Turkmenistan.txt index e413ecfb..2acc8c70 100644 --- a/HPM/common/countries/Turkmenistan.txt +++ b/HPM/common/countries/Turkmenistan.txt @@ -2,143 +2,143 @@ color = { 136 157 23 } graphical_culture = MiddleEasternGC party = { - name = "TKM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TKM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TKM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "TKM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "TKM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TKM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "TKM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TKM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TKM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TKM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TKM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TKM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TKM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TKM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Tuscany.txt b/HPM/common/countries/Tuscany.txt index 55abff6b..412d14e6 100644 --- a/HPM/common/countries/Tuscany.txt +++ b/HPM/common/countries/Tuscany.txt @@ -2,192 +2,192 @@ color = { 216 30 5 } graphical_culture = ItalianGC party = { - name = "TUS_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "TUS_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "TUS_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "TUS_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "TUS_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "TUS_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "TUS_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TUS_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TUS_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "TUS_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "TUS_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "TUS_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "TUS_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUS_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUS_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "TUS_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "TUS_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "TUS_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - - } - ironclad = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - - } - manowar = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - - } - cruiser = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - - } - frigate = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - } - monitor = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" - Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia - Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco - Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro - - } -} \ No newline at end of file + dreadnought = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + + } + ironclad = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + + } + manowar = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + + } + cruiser = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + + } + frigate = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + } + monitor = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Toscana Etruria "Cosimo de' Medici" "Leopoldo di Lorrena" "Niccolò Machiavelli" "Lorenzo Il Magnifico" "San Stefano" + Firenze Pisa Siena Livorno Pistoia Prato Arezzo Cortona "San Gimignano" "San Miniato" Volterra Montalcino Montepulciano Pescia + Portoferraio Grosseto Pontremoli Aquila Aurora Azzardoso Beroldo Condottiero Carloforte Colombo Daino Eridano Euridice Falco + Favorita Nereide Patrona Rondinella Serpente Tritone Veloce Vigilante Zeffiro + + } +} diff --git a/HPM/common/countries/Two Sicilies.txt b/HPM/common/countries/Two Sicilies.txt index 3133a6a4..4f9041e9 100644 --- a/HPM/common/countries/Two Sicilies.txt +++ b/HPM/common/countries/Two Sicilies.txt @@ -1,167 +1,167 @@ -color = { 160 30 154 } +color = { 160 30 154 } graphical_culture = ItalianGC party = { - name = "SIC_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "SIC_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "SIC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "SIC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "SIC_liberal" - start_date = 1830.1.1 - end_date = 1890.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SIC_liberal" + start_date = 1830.1.1 + end_date = 1890.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SIC_liberal_2" - start_date = 1890.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIC_liberal_2" + start_date = 1890.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "SIC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "SIC_conservative_2" - start_date = 2000.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "SIC_conservative_2" + start_date = 2000.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "SIC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "SIC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "SIC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "SIC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Alfonso I" "Duca di Calabria" "Duca di Castro" "Duca di Noto" "Due Sicilie" "Ferdinando III" Reale Regina "Regno di Napoli" "Regno di Sicilia" - } - ironclad = { - Archimede "Conte dell'Aquila" "Conte di Bari" "Conte di Girgenti" "Conte di Lecce" "Conte di Trani" "Conte di Trapani" "Duca delle Puglie" "Ferdinando I" "Principe di Capua" - } - manowar = { - Amalia Cristina Intrepido Isabella Minerva Monarca Partenope Regina "San Gennaro" Vesuvio - } - cruiser = { - Abruzzo Bari Basilicata Calabria Capitanata "Franceso II" Molise Otranto Principato - } - frigate = { - Borbone Ercole "Ettore Fieramosca" Farnese "Ferdinando II" Fulminante Monarca Napoli Roberto Urania - } - monitor = { - Altavilla Angiò Aragona Austria "Federico II" Guiscardo "Pietro I" Ruggiero Svevia Tancredi - } - clipper_transport = { - Aurora Etna Fama Flora Fortuna Galatea "San Antonio" "San Carlo" "San Ferdinando" "San Filippo" - "San Gabriele" "San Giovanni" "San Luigi" "San Luigi Gonzaga" "San Pasquale" Sannita "Santa Elisabetta" Spartiviero Stabia Vulcano - } - steam_transport = { - } - commerce_raider = { - Aretusa Cerere Corona Leona Minerva Pallade "Santa Lucia" Sibilla Sirena Venere - } -} \ No newline at end of file + dreadnought = { + "Alfonso I" "Duca di Calabria" "Duca di Castro" "Duca di Noto" "Due Sicilie" "Ferdinando III" Reale Regina "Regno di Napoli" "Regno di Sicilia" + } + ironclad = { + Archimede "Conte dell'Aquila" "Conte di Bari" "Conte di Girgenti" "Conte di Lecce" "Conte di Trani" "Conte di Trapani" "Duca delle Puglie" "Ferdinando I" "Principe di Capua" + } + manowar = { + Amalia Cristina Intrepido Isabella Minerva Monarca Partenope Regina "San Gennaro" Vesuvio + } + cruiser = { + Abruzzo Bari Basilicata Calabria Capitanata "Franceso II" Molise Otranto Principato + } + frigate = { + Borbone Ercole "Ettore Fieramosca" Farnese "Ferdinando II" Fulminante Monarca Napoli Roberto Urania + } + monitor = { + Altavilla Angiò Aragona Austria "Federico II" Guiscardo "Pietro I" Ruggiero Svevia Tancredi + } + clipper_transport = { + Aurora Etna Fama Flora Fortuna Galatea "San Antonio" "San Carlo" "San Ferdinando" "San Filippo" + "San Gabriele" "San Giovanni" "San Luigi" "San Luigi Gonzaga" "San Pasquale" Sannita "Santa Elisabetta" Spartiviero Stabia Vulcano + } + steam_transport = { + } + commerce_raider = { + Aretusa Cerere Corona Leona Minerva Pallade "Santa Lucia" Sibilla Sirena Venere + } +} diff --git a/HPM/common/countries/USA.txt b/HPM/common/countries/USA.txt index 74ba7c60..13b419cc 100644 --- a/HPM/common/countries/USA.txt +++ b/HPM/common/countries/USA.txt @@ -2,213 +2,213 @@ graphical_culture = UsGC color = { 66 94 193 } party = { - name = "USA_conservative" - start_date = 1800.1.1 - end_date = 1860.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "USA_conservative" + start_date = 1800.1.1 + end_date = 1860.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "USA_conservative_2" - start_date = 1860.1.1 - end_date = 1900.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "USA_conservative_2" + start_date = 1860.1.1 + end_date = 1900.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "USA_conservative_4" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "USA_conservative_4" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "USA_liberal_2" - start_date = 1800.1.1 - end_date = 1854.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "USA_liberal_2" + start_date = 1800.1.1 + end_date = 1854.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "USA_liberal" - start_date = 1854.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_liberal" + start_date = 1854.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_liberal_4" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_liberal_4" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "USA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "USA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "USA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "USA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "USA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "USA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "USA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - - battleship = { - Maine Texas Indiana Massachusetts Oregon Iowa Kearsarge Kentucky Illinois Alabama Wisconsin Missouri Ohio Virginia Nebraska Georgia "New Jersey" "Rhode Island" Connecticut Louisiana Vermont Kansas Minnesota "New Hampshire" Mississippi Idaho - } - - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + + battleship = { + Maine Texas Indiana Massachusetts Oregon Iowa Kearsarge Kentucky Illinois Alabama Wisconsin Missouri Ohio Virginia Nebraska Georgia "New Jersey" "Rhode Island" Connecticut Louisiana Vermont Kansas Minnesota "New Hampshire" Mississippi Idaho + } + + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Constellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Constellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Ukraine.txt b/HPM/common/countries/Ukraine.txt index f420e411..99eca1b7 100644 --- a/HPM/common/countries/Ukraine.txt +++ b/HPM/common/countries/Ukraine.txt @@ -2,138 +2,138 @@ color = { 212 179 47 } graphical_culture = Generic party = { - name = "UKR_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "UKR_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "UKR_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "UKR_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "UKR_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UKR_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UKR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UKR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UKR_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UKR_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UKR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UKR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UKR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UKR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Ostap Dashkevych" Kozaky "Stenka Razin" "Kondraty Bulavin" "Yemelyan Pugachev" - } - ironclad = { - Donets Sevastopol Kyiv Odessa Kharkiv - } - manowar = { - Krym Zaporiz'ka Khersonshchyna Mykolaiv Dnipropetrovsk - } - cruiser = { - Kyi Schek Khoryv Bravlin Oleg - } - frigate = { - Dniester Dnipro Desna Prypiat Prut - } - monitor = { - Sofyivsky "Pechers’ka lavra" "Kam’ianets’-Podil’s’kyi" Khotyn Khortyts'a - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Oksana Oleksandra Yulia Nadiya Mariya - } -} \ No newline at end of file + dreadnought = { + "Ostap Dashkevych" Kozaky "Stenka Razin" "Kondraty Bulavin" "Yemelyan Pugachev" + } + ironclad = { + Donets Sevastopol Kyiv Odessa Kharkiv + } + manowar = { + Krym Zaporiz'ka Khersonshchyna Mykolaiv Dnipropetrovsk + } + cruiser = { + Kyi Schek Khoryv Bravlin Oleg + } + frigate = { + Dniester Dnipro Desna Prypiat Prut + } + monitor = { + Sofyivsky "Pechers’ka lavra" "Kam’ianets’-Podil’s’kyi" Khotyn Khortyts'a + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Oksana Oleksandra Yulia Nadiya Mariya + } +} diff --git a/HPM/common/countries/United Baltic Provinces.txt b/HPM/common/countries/United Baltic Provinces.txt index 10a9206b..aa486c47 100644 --- a/HPM/common/countries/United Baltic Provinces.txt +++ b/HPM/common/countries/United Baltic Provinces.txt @@ -2,195 +2,195 @@ color = { 142 140 84 } graphical_culture = EuropeanGC party = { - name = "UBD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UBD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UBD_conservative_2" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UBD_conservative_2" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UBD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UBD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UBD_liberal_2" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UBD_liberal_2" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UBD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UBD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UBD_anarcho_liberals" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UBD_anarcho_liberals" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UBD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UBD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UBD_socialist_2" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UBD_socialist_2" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UBD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UBD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UBD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UBD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - ironclad = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - manowar = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - cruiser = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - frigate = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - monitor = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska - - Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs - } -} \ No newline at end of file + dreadnought = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + ironclad = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + manowar = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + cruiser = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + frigate = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + monitor = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Eesti Tallinn Valga Tartu Mustvee Haapsalu Rapla Muhu Hiiumma Saaremaa Abruka Paldiski Kihnu Vormsi Vaindlo Latvija Riga "Jokubas Ketleris" "Heinrihs Foks" "Oto Stils" "Kornelijs Lampsijs" Kurzemes Zemgales Valmiera Mazsalaca Dundaga Bauska + + Jurmala Kuldiga Madona Rezekne Cesis Liepaja Priekule Daugavpils Aglona Auce Virsaitis Namejs + } +} diff --git a/HPM/common/countries/United Kingdom.txt b/HPM/common/countries/United Kingdom.txt index cfb9acec..54ee0161 100644 --- a/HPM/common/countries/United Kingdom.txt +++ b/HPM/common/countries/United Kingdom.txt @@ -3,173 +3,173 @@ graphical_culture = BritishGC party = { - name = "ENG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "ENG_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "ENG_liberal_2" - start_date = 1859.1.1 - end_date = 1900.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_liberal_2" + start_date = 1859.1.1 + end_date = 1900.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_liberal_2" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = populist_welfare - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_liberal_2" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = populist_welfare + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ENG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ENG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - - battleship = { - "Royal Sovereign" "Ramillies" "Royal Oak" "Repulse" "Revenge" "Resolution" "Empress of India" "Majestic" "Caesar" "Hannibal" "Illustrious" "Jupiter" "Magnificent" "Mars" "Prince George" "Victorious" "Canopus" "Albion" "Glory" "Goliath" "Ocean" "Vengeance" "Formidable" "Irresistible" "Implacable" "Bulwark" "London" "Venerable" "Duncan" "Albemarle" "Cornwallis" "Exmouth" "Montagu" "Russell" "Queen" "Prince of Wales" "King Edward VII" "Africa" "Britannia" "Commonwealth" "Dominion" "Hibernia" "Hindustan" "New Zealand" "Swiftsure" "Triumph" "Lord Nelson" "Agamemnon" "Camperdown" "Victoria" "Sans Pareil" "Trafalgar" "Nile" - } - - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + + battleship = { + "Royal Sovereign" "Ramillies" "Royal Oak" "Repulse" "Revenge" "Resolution" "Empress of India" "Majestic" "Caesar" "Hannibal" "Illustrious" "Jupiter" "Magnificent" "Mars" "Prince George" "Victorious" "Canopus" "Albion" "Glory" "Goliath" "Ocean" "Vengeance" "Formidable" "Irresistible" "Implacable" "Bulwark" "London" "Venerable" "Duncan" "Albemarle" "Cornwallis" "Exmouth" "Montagu" "Russell" "Queen" "Prince of Wales" "King Edward VII" "Africa" "Britannia" "Commonwealth" "Dominion" "Hibernia" "Hindustan" "New Zealand" "Swiftsure" "Triumph" "Lord Nelson" "Agamemnon" "Camperdown" "Victoria" "Sans Pareil" "Trafalgar" "Nile" + } + + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/United States of Central America.txt b/HPM/common/countries/United States of Central America.txt index b55ba0e5..135f6145 100644 --- a/HPM/common/countries/United States of Central America.txt +++ b/HPM/common/countries/United States of Central America.txt @@ -2,138 +2,138 @@ color = { 90 175 255 } graphical_culture = SouthAmericanGC party = { - name = "UCA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UCA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UCA_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "UCA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "UCA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UCA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UCA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UCA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UCA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UCA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UCA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UCA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UCA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UCA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" - } - ironclad = { - Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque - } - manowar = { - Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago - } - cruiser = { - "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil - } - frigate = { - Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa - } - monitor = { - Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa - } - clipper_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - steam_transport = { - Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente - Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso - } - commerce_raider = { - Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso - } -} \ No newline at end of file + dreadnought = { + Centroamérica "Costa Rica" Diriangén "El Salvador" "Francisco Dueñas" "Francisco Morazán" Guatemala Honduras Nicaragua "Pedro Molina" + } + ironclad = { + Arenal Barahona Cocibolca Goascorán Hondo Paz "San Juan" Suchiate Tatumbla Tempisque + } + manowar = { + Audaz Federación Independencia Libertad Neptuno "Sagrada Familia" "San José" "San Juan" "Santa Catalina" Santiago + } + cruiser = { + "Bartolomé de las Casas" "Castilla del Oro" Chorti "Cristobal Colón" Lenca Miskito Niquirano Olmeca "Pedro de Alvarado" Pipil + } + frigate = { + Cartago "Ciudad de Guatemala" Comayagua Flores León Managua "San José" "San Salvador" "Santa Tecla" Tegucigalpa + } + monitor = { + Apaneca Concepción "El Tigre" Orosí Platanar "San Cristóbal" "Santa Ana" Tacaná Tajumulco Yojoa + } + clipper_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + steam_transport = { + Amanecer Centroamericana Corsario Diamante Emprendedora "Estrella de los Mares" Gracia Guardabarranco Hondureño Independiente + Indetectable "Isla del Coco" Jaguar Llama Maya Oceánica Rápido Salvaje Serena Silencioso + } + commerce_raider = { + Carías Chingo Guanacaste Guatemalteco Invencible Lempira Nicaragüense Salvadoreño Tilarán Victorioso + } +} diff --git a/HPM/common/countries/Ural Republic.txt b/HPM/common/countries/Ural Republic.txt index 071fb16e..faffdc6c 100644 --- a/HPM/common/countries/Ural Republic.txt +++ b/HPM/common/countries/Ural Republic.txt @@ -2,141 +2,141 @@ color = { 0 153 0 } graphical_culture = RussianGC party = { - name = "URA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "URA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "URA_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "URA_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "URA_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "URA_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "URA_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URA_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URA_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "URA_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "URA_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URA_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URA_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "URA_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo - - } - ironclad = { - Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug - - } - manowar = { - Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz - - } - cruiser = { - Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya - - } - frigate = { - Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan - } - monitor = { + dreadnought = { + Petropavlovsk Mariya Ekaterina Velikaya "Svobodnaya Rossiya" Aleksander Gangut Sevastopol Poltava Volya Arkhangel’sk Novorossiysk Soyuz Ukraina Rossiya Alekseev Belarussia Potemkin Moskva Mariya Ekaterina Alekseev Krasnaya "Uralskiye gory" Sibir Imperator Komunna "General Alexeiev" Retivisan "Nizhny Novgorod" Omck Chelyabinsk Krasnoyarsk Saratov "Ivan Grozny" Kulikovo + + } + ironclad = { + Minin "Kniaz Pozharskii" Pervenets Kreml "Ne Tron Menia" Smerch Lazarev "Pyotr Velikyy" Chesma Kyiv Minsk "Zaria Svobody" "Admiral Butakov" Kreiser Ladoga Georgii "Sissoi Veliky" Navarin "Pamiat Merkuria" Tsesarevich Narodnaya "Poluostrov Kamchatka" Kama Voronezh Bityug + + } + manowar = { + Sviatoslav Vola Andrei Fershampenuaz Konstantin Gavriil Selafail Varna Yagudiil Sviatoslav "Dvenadtsat Apostolov" Rostislav Khrabryi Sinop Bosfor Uriil "Tri Sviatitelia" Arsis Smolensk Oriol Finland Vola Prokhor Varshava Retvisan Iezekiil Azov Kul’m Lesnoye Brien Berezino Ostroloenka Vladimir Fershampenuaz + + } + cruiser = { + Pallada Diana Askold Novik Boyarin Nakhimov Bogatyr Oleg Vityaz "General-Admiral" "Alexander Nevski" "Pamiyat Azova" Rurik Bayan Varyag Izmail Kinburn Navarin "Admiral Kornilov" Almaz Asia Aurora Gromoboi Volga "Novaya Zemlya" Dnepr Desna Zarya + + } + frigate = { + Kulevtcha Kagul Kamchatka Odessa Arkhimed Polkan Vladimir Svetlana "Ilya Muromets" Medved Rynda Vityaz Neva Vilagosh Flora Mesemvriya Midya Gromoboi Riga "Kniaginia Lovitch" Elisaveta Anna Ekaterina Venus Pomona Kastor Prozerpina Mel’pomena Tenedos Arkhipelag Brailov Sizopol’ Kulevtchi Astrakhan + } + monitor = { Uragan Veschun Koldun Lava Latnik Perun Strelets Tifon Novgorod Vyborg Rusalka "Admiral Ushakov" "Admiral Senivain" Edinorog "Admiral Graf Apraksin" Pushkin "Semion Chelyuskin" Yenisei "Ozero Baykal" Vyazma Valdai Topozero Caspian Kazan - } - clipper_transport = { - Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont - } - steam_transport = { - Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk - } - commerce_raider = { - Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra - } -} \ No newline at end of file + } + clipper_transport = { + Razboinik Strelok Dzhigit Oprichnik Nayezdnik Plastun Gaidamak Abrek Vsadnik Almaz Zhemchug Izumrud Yakhont + } + steam_transport = { + Estonia Crimea Kola Latvia Murmansk Belgorod Karelia Tambov Ryazan Lipetsk Anjou Baranov Begichev Chelyuskin Kazan Irkutsk Rostov Bryansk + } + commerce_raider = { + Kem Yug Voronya Mezha Okhta Ravan Kunya Svir Seim Sestra Don Yeya Terek Sok Istra Dubna Ob Ket Nadym Indigirka Amur Bereya Sestra + } +} diff --git a/HPM/common/countries/Uruguay.txt b/HPM/common/countries/Uruguay.txt index ec207efa..d8e64ea9 100644 --- a/HPM/common/countries/Uruguay.txt +++ b/HPM/common/countries/Uruguay.txt @@ -2,213 +2,213 @@ color = { 131 101 85 } graphical_culture = SouthAmericanGC party = { - name = "URU_conservative" - start_date = 1830.1.1 - end_date = 1872.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URU_conservative" + start_date = 1830.1.1 + end_date = 1872.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URU_conservative_2" - start_date = 1872.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URU_conservative_2" + start_date = 1872.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URU_liberal" - start_date = 1830.1.1 - end_date = 1903.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URU_liberal" + start_date = 1830.1.1 + end_date = 1903.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URU_liberal_2" - start_date = 1903.1.1 - end_date = 1911.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "URU_liberal_2" + start_date = 1903.1.1 + end_date = 1911.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "URU_socialist" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "URU_socialist" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "URU_conservative_3" - start_date = 1910.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URU_conservative_3" + start_date = 1910.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URU_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = residency - war_policy = jingoism + name = "URU_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "URU_liberal_3" - start_date = 1911.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "URU_liberal_3" + start_date = 1911.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "URU_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "URU_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "URU_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "URU_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "URU_socialist_2" - start_date = 1848.1.1 - end_date = 1911.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "URU_socialist_2" + start_date = 1848.1.1 + end_date = 1911.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "URU_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "URU_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" - } - ironclad = { - "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" - } - manowar = { - Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente - } - cruiser = { - "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" - } - frigate = { - Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay - } - monitor = { - "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad - } - clipper_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - steam_transport = { - "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado - María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso - } - commerce_raider = { - Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" - } -} \ No newline at end of file + dreadnought = { + "Banda Oriental" Cisplatina Constitución "Coronel Gómez" "General Artigas" "General Santos" "General Suárez" Larrañaga "Presidente Flores" "República Oriental" + } + ironclad = { + "Cerro Catedral" "Cerro de las Ánimas" "Cerro Pan de Azúcar" "Cerros de San Juan" "Cuchilla Grande" "General Artigas" "General Oribe" "General Rivera" "Río de la Plata" "Sierra Carapé" + } + manowar = { + Bonanza Fortuna Intrépido "República Oriental" "San Antonio" "San Esteban" "San Fernando" Supremo Temerario Valiente + } + cruiser = { + "Cabo Polonia" Gaucho "Laguna de Castillos" "Laguna de Garzón" "Laguna de Rocha" Mate Montevideo "Quebrada de los Cuervos" "Santa Teresa" "Valle de Lunarejo" + } + frigate = { + Artigas Carmelo "Delta del Tigre" Dolores "Las Piedras" Oriental Progreso Rivera "San Carlos" Uruguay + } + monitor = { + "Colonia del Sacramento" "Fray Bentos" Marín Melo Mercedes Minas "Paso del Palmar" "Rincón del Bonete" "Río de la Plata" Trinidad + } + clipper_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + steam_transport = { + "Barón de Rio Branco" Beatriz Canelones "Cerro Largo" Durazno Flores Florida Inmaculada Lavallejo Maldonado + María Rápido Rocha Salto "San José" Soriano Tacarembó "Treinta y Tres" Vanguardia Vigoroso + } + commerce_raider = { + Audaz Colonia "Dieciocho de Julio" Fortuna Heroína Paysandú "Quince de Noviembre" "Río Negro" Temerario "Veinticinco de Agosto" + } +} diff --git a/HPM/common/countries/Urundi.txt b/HPM/common/countries/Urundi.txt index bba4950b..1f575b9c 100644 --- a/HPM/common/countries/Urundi.txt +++ b/HPM/common/countries/Urundi.txt @@ -2,137 +2,137 @@ color = { 121 229 215 } graphical_culture = AfricanGC party = { - name = "BRD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "BRD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "BRD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "BRD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "BRD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "BRD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "BRD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "BRD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "BRD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "BRD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "BRD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Mwami Karyenda Nzambi Burundi Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Utility Tag.txt b/HPM/common/countries/Utility Tag.txt index 7c4dce3c..abe5c85d 100644 --- a/HPM/common/countries/Utility Tag.txt +++ b/HPM/common/countries/Utility Tag.txt @@ -2,174 +2,174 @@ color = { 207 20 43 } graphical_culture = Generic party = { - name = "ENG_reactionary" - start_date = 1820.1.1 - end_date = 1860.1.1 - - ideology = reactionary - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = anti_military + name = "ENG_reactionary" + start_date = 1820.1.1 + end_date = 1860.1.1 + + ideology = reactionary + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ENG_conservative" - start_date = 1830.1.1 - end_date = 1860.1.1 - - ideology = conservative - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "ENG_conservative" + start_date = 1830.1.1 + end_date = 1860.1.1 + + ideology = conservative + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ENG_reactionary" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = colonial_spending_policy - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "ENG_reactionary" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = colonial_spending_policy + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ENG_conservative" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = colonial_spending_policy - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ENG_conservative" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = colonial_spending_policy + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ENG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = anti_military + name = "ENG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "ENG_socialist" - start_date = 1857.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = colonial_spending_policy - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_socialist" + start_date = 1857.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = colonial_spending_policy + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = colonial_spending_policy - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = colonial_spending_policy + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_communist" - start_date = 1860.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = colonial_spending_policy - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ENG_communist" + start_date = 1860.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = colonial_spending_policy + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ENG_fascist" - start_date = 1905.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = colonial_spending_policy - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ENG_fascist" + start_date = 1905.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = colonial_spending_policy + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - ironclad = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - - } - manowar = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - cruiser = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - frigate = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - monitor = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia - Westminster Stuart - } -} \ No newline at end of file + dreadnought = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + ironclad = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + + } + manowar = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + cruiser = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + frigate = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + monitor = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Columbia Victoria Vancouver Cook Drake Finlay Mackenzie Fraser Douglas Seymour "Queen Charlotte" "Saint George" Caledonia + Westminster Stuart + } +} diff --git a/HPM/common/countries/Uyghurstan.txt b/HPM/common/countries/Uyghurstan.txt index 516e7738..61b46fff 100644 --- a/HPM/common/countries/Uyghurstan.txt +++ b/HPM/common/countries/Uyghurstan.txt @@ -2,143 +2,143 @@ color = { 121 229 215 } graphical_culture = MiddleEasternGC party = { - name = "UYG_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "UYG_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "UYG_liberal" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "UYG_liberal" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "UYG_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UYG_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UYG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UYG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UYG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UYG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UYG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UYG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UYG_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UYG_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Khoqand" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Uzbekistan.txt b/HPM/common/countries/Uzbekistan.txt index 98680364..55bae537 100644 --- a/HPM/common/countries/Uzbekistan.txt +++ b/HPM/common/countries/Uzbekistan.txt @@ -2,143 +2,143 @@ color = { 188 123 103 } graphical_culture = MiddleEasternGC party = { - name = "UZB_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "UZB_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "UZB_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "UZB_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "UZB_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UZB_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "UZB_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UZB_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UZB_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UZB_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UZB_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UZB_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UZB_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UZB_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Vanuatu.txt b/HPM/common/countries/Vanuatu.txt index d2ccd020..923463dc 100644 --- a/HPM/common/countries/Vanuatu.txt +++ b/HPM/common/countries/Vanuatu.txt @@ -2,172 +2,172 @@ color = { 66 244 75 } graphical_culture = Generic party = { - name = "HAW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "HAW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "HAW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "HAW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "HAW_liberal_2" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_liberal_2" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "HAW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "HAW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "HAW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "HAW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "HAW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "HAW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - ironclad = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - manowar = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - cruiser = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - frigate = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - monitor = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe - "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" - "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" - - } -} \ No newline at end of file + dreadnought = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + ironclad = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + manowar = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + cruiser = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + frigate = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + monitor = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Chillicothe Cheketecaca Hathawekela Kispokotha Mequachake Pekuwe + "weewa'kanakithita" "Wiipekwa Weshe" "Mshkwaawi Peshikthe" "Papapanawe Meshewa" + "Unemake Meshewa" "Wa'kanakya Conee" "Mshkwaawi Sepe" + + } +} diff --git a/HPM/common/countries/Venezuela.txt b/HPM/common/countries/Venezuela.txt index 286807fd..b7b6b357 100644 --- a/HPM/common/countries/Venezuela.txt +++ b/HPM/common/countries/Venezuela.txt @@ -2,183 +2,183 @@ color = { 255 176 140 } graphical_culture = SouthAmericanGC party = { - name = "VNZ_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "VNZ_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "VNZ_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "VNZ_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "VNZ_conservative_2" - start_date = 1858.1.1 - end_date = 1880.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "VNZ_conservative_2" + start_date = 1858.1.1 + end_date = 1880.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "VNZ_liberal_2" - start_date = 1858.1.1 - end_date = 1880.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pro_military + name = "VNZ_liberal_2" + start_date = 1858.1.1 + end_date = 1880.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "VNZ_reactionary" - start_date = 1830.1.1 - end_date = 1880.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "VNZ_reactionary" + start_date = 1830.1.1 + end_date = 1880.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "VNZ_liberal_3" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "VNZ_liberal_3" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "VNZ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "VNZ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "VNZ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "VNZ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "VNZ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "VNZ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "VNZ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "VNZ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Almirante Brión" "Francisco de Miranda" "General Falcón" "General Páez" "General Zamora" Guaicaipuro "Mariscal Sucre" "Simón Bolivar" Tamanaco Venezuela - } - ironclad = { - Bolívar Carabobo "General Soublette" "General Urdaneta" Maraparari Monagas Totumo Trópico "Veintitres de Mayo" - } - manowar = { - Brión Colombiana Conejo Eclipse Feliz Independencia Intrépido Mariño Piar Rita - } - cruiser = { - Aragua Caroní Casiquiare Cumaná "General Salom" Maracaibo Orinoco Restaurador Sucre Zulia - } - frigate = { - Caribe Cojedes Lara Mérida Monagas "Nueva Esparta" Portuguesa Trujillo Warao Yecuana - } - monitor = { - Cacique Carreño "Diego de Losada" "Gran Colombia" Gual Guayana Narvate "Nueva Andalucía" Tovar Villegas - } - clipper_transport = { - Diligente Móvil Navegante Neptuno Poderoso Reivindicador Remolcador República "San Juan" "San Lucas" - "San Marcos" "San Mateo" "San Pablo" "San Pedro" Sirena Tormenta Tritón Veloz Ventoso Zamora - } - steam_transport = { - Diligente Móvil Navegante Neptuno Poderoso Reivindicador Remolcador República "San Juan" "San Lucas" - "San Marcos" "San Mateo" "San Pablo" "San Pedro" Sirena Tormenta Tritón Veloz Ventoso Zamora - } - commerce_raider = { - Aragua Constitución Federación "General Crespo" Independencia Libertad Marcay Maturín Miranda Patria - } -} \ No newline at end of file + dreadnought = { + "Almirante Brión" "Francisco de Miranda" "General Falcón" "General Páez" "General Zamora" Guaicaipuro "Mariscal Sucre" "Simón Bolivar" Tamanaco Venezuela + } + ironclad = { + Bolívar Carabobo "General Soublette" "General Urdaneta" Maraparari Monagas Totumo Trópico "Veintitres de Mayo" + } + manowar = { + Brión Colombiana Conejo Eclipse Feliz Independencia Intrépido Mariño Piar Rita + } + cruiser = { + Aragua Caroní Casiquiare Cumaná "General Salom" Maracaibo Orinoco Restaurador Sucre Zulia + } + frigate = { + Caribe Cojedes Lara Mérida Monagas "Nueva Esparta" Portuguesa Trujillo Warao Yecuana + } + monitor = { + Cacique Carreño "Diego de Losada" "Gran Colombia" Gual Guayana Narvate "Nueva Andalucía" Tovar Villegas + } + clipper_transport = { + Diligente Móvil Navegante Neptuno Poderoso Reivindicador Remolcador República "San Juan" "San Lucas" + "San Marcos" "San Mateo" "San Pablo" "San Pedro" Sirena Tormenta Tritón Veloz Ventoso Zamora + } + steam_transport = { + Diligente Móvil Navegante Neptuno Poderoso Reivindicador Remolcador República "San Juan" "San Lucas" + "San Marcos" "San Mateo" "San Pablo" "San Pedro" Sirena Tormenta Tritón Veloz Ventoso Zamora + } + commerce_raider = { + Aragua Constitución Federación "General Crespo" Independencia Libertad Marcay Maturín Miranda Patria + } +} diff --git a/HPM/common/countries/Venice.txt b/HPM/common/countries/Venice.txt index d3a8f842..2ca2c381 100644 --- a/HPM/common/countries/Venice.txt +++ b/HPM/common/countries/Venice.txt @@ -2,186 +2,186 @@ color = { 54 167 156 } graphical_culture = Generic party = { - name = "VEN_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "VEN_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "VEN_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "VEN_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "VEN_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "VEN_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "VEN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "VEN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "VEN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "VEN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "VEN_reactionary_2" - start_date = 1874.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = full_citizenship - war_policy = jingoism + name = "VEN_reactionary_2" + start_date = 1874.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "VEN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "VEN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "VEN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "VEN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - ironclad = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - manowar = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - cruiser = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - frigate = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - monitor = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" - "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" - "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" - "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" - "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano - - } -} \ No newline at end of file + dreadnought = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + ironclad = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + manowar = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + cruiser = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + frigate = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + monitor = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Giove Fulminante" "Costanza Guerriera" "San Vittorio" "San Giovanni Battista" "Redentor del Mondo" "Leon Coronato" + "San Lorenzo Giustian" "Stella Maris" Iride "San Sebastiano" Aurora Tigre "Sol d'Oro" Giove "Amozzane Guerriera" + "Rizzo d'Oro" Aquila "Croce Rossa" "Colomba d'Oro" "Grande Alessandro" Corona Costanza "Madonna della Salute" + "Regina del Mar" Trionfo "Madonna dell' Arsenal" "Leone Triofante" "San Gaetano" "San Pio Quinto" "Gloria Veneta" + "Adria in Pace" Europa Fedelta Forza Fenice Galatea Vittoria Vulcano + + } +} diff --git a/HPM/common/countries/Wadai.txt b/HPM/common/countries/Wadai.txt index 8ebb0552..042d6eee 100644 --- a/HPM/common/countries/Wadai.txt +++ b/HPM/common/countries/Wadai.txt @@ -2,138 +2,138 @@ color = { 131 101 85 } graphical_culture = AfricanGC party = { - name = "WAD_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WAD_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WAD_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "WAD_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "WAD_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WAD_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WAD_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WAD_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WAD_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WAD_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WAD_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WAD_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WAD_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WAD_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Bornu Kanem + } +} diff --git a/HPM/common/countries/Wales.txt b/HPM/common/countries/Wales.txt index 69312b4a..6878f62a 100644 --- a/HPM/common/countries/Wales.txt +++ b/HPM/common/countries/Wales.txt @@ -2,139 +2,139 @@ color = { 100 130 50 } graphical_culture = EuropeanGC party = { - name = "WHA_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WHA_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WHA_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WHA_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WHA_socialist" - start_date = 1849.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WHA_socialist" + start_date = 1849.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WHA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WHA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WHA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WHA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WHA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WHA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WHA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WHA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" - } - ironclad = { - "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" - } - manowar = { - "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" - } - cruiser = { - "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" - } - frigate = { - "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" - } - monitor = { - "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" - } -} \ No newline at end of file + dreadnought = { + "Dreadnought" "Bellerophon" "Superb" "Temeraire" "St Vincent" "Collingwood" "Vanguard" "Neptune" "Colossus" "Hercules" "Orion" "Monarch" "Conqueror" "Thunderer" "King George V" "Centurion" "Audacious" "Ajax" "Iron Duke" "Marlborough" "Benbow" "Emperor of India" "Agincourt" "Erin" "Canada" "Queen Elizabeth" "Warspite" "Barham" "Valiant" "Malaya" "Royal Oak" "Royal Sovereign" "Revenge" "Resolution" "Ramillies" "Resistance" "Nelson" "Rodney" "Prince of Wales" "Duke of York" "Anson" "Howe" "Lion" + } + ironclad = { + "Warrior" "Black Prince" "Defence" "Resistance" "Hector" "Valiant" "Achilles" "Minotaur" "Agincourt" "Northumberland" "Prince Consort" "Caledonia" "Ocean" "Royal Oak" "Royal Alfred" "Research" "Enterprise" "Favorite" "Zealous" "Repulse" "Lord Clyde" "Lord Warden" "Pallas" "Bellerophon" "Penelope" "Hercules" "Monarch" "Captain" "Audacious" "Invincible" "Iron Duke" "Vanguard" "Swiftsure" "Triumph" "Sultan" "Devastation" "Thunderer" "Alexandra" "Temeraire" "Superb" "Neptune" "Inflexible" "Agamemnon" "Ajax" + } + manowar = { + "Royal Albert" "Windsor Castle" "Marlborough" "Royal Sovereign" "Prince of Wales" "Queen" "Victoria" "Frederick William" "Algiers" "Albion" "Aboukir" "Exmouth" "Saint Jean D'Acre" "Hannibal" "Princess Royal" "Caesar" "Vanguard" "Goliath" "Suberb" "Meeanee" "Collingwood" "Centurion" "Mars" "Lion" "Majestic" "Colossus" "Irresistible" "Brunswick" "Orion" "Hood" "Edgar" "Sans Pareil" "Boscawen" "Cumberland" + } + cruiser = { + "Shannon" "Nelson" "Northampton" "Imperieuse" "Warspite" "Orlando" "Australia" "Undaunted" "Narcissus" "Galatea" "Immortalite" "Aurora" "Blake" "Blenheim" "Edgar" "Hawke" "Endymion" "Royal Arthur" "Gibraltar" "Grafton" "St George" "Theseus" "Cresent" "Powerful" "Terrible" "Diadem" "Niobe" "Europa" "Andromeda" "Amphitrite" "Argonaut" "Ariadne" "Spartiate" "Cressy" "Sutlej" "Aboukir" "Hogue" "Bacchante" "Euryalus" "Drake" "Good Hope" "King Alfred" "Leviathan" "Monmouth" "Bedford" "Essex" "Kent" "Berwick" "Cornwall" "Cumberland" "Donegal" "Lancaster" "Suffolk" "Devonshire" "Hampshire" "Carnarvon" "Antrim" "Roxburgh" "Argyll" "Duke of Edinburgh" "Black Prince" "Warrior" "Cochrane" "Achilles" "Natal" "Minotaur" "Shannon" "Defence" + } + frigate = { + "Cyclops" "Vulture" "Firebrand" "Gladiator" "Sampson" "Centaur" "Dragon" "Penelope" "Retribution" "Terrible" "Avenger" "Birkenhead" "Odin" "Sidon" "Leopard" "Tiger" "Magicienne" "Valorous" "Furious" "Resolute" "Amphion" "Arrogant" "Dauntless" "Vigilant" "Termagant" "Euphrates" "Tribune" "Curacoa" "Imperieuse" "Euryalus" "Aurora" "Forte" "Chesapeake" "Liffey" "Shannon" "Topaze" "Bacchante" "Liverpool" "Diadem" "Dons" "Ariadne" "Galatea" "Emerald" "Melpomene" "Immortalite" "Orlando" "Mersey" "Narcissus" "Newcastle" "Glasgow" "Bristol" "Undaunted" "Tweed" "Dryad" "Belvidera" "Pomone" "Raleigh" "Briton" "Barham" "Boadicea" "Bucephalus" "Dextrous" "Endymion" "Ister" "Blonde" "Astrea" "Dartmouth" "Inconstant" "Shah" "Raleigh" + } + monitor = { + "Royal Sovereign" "Prince Albert" "Scorpion" "Wivern" "Cyclops" "Gorgon" "Hecate" "Hydra" "Cerberus" "Magdala" "Abyssinia" "Glatton" "Hotspur" "Rupert" "Belleisle" "Orion" "Conqueror" "Hero" "Severn" "Humber" "Mersey" "Abercrombie" "Havelock" "Raglan" "Roberts" "Lord Clive" "General Craufurd" "Earl of Peterborough" "Sir Thomas Picton" "Prince Eugene" "Prince Rupert" "Sir John Moore" "General Wolfe" "Marshal Ney" "Marshal Soult" "Gorgon" "Glatton" "Medusa" "Erebus" "Terror" "Robert" "Abercrombie" + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + "Prince Charles" "Inverlyon" "Baralong" "Farnborough" "Prize" "Alcantara" "Almanzora" "Alsation" "Ambrose" "Andes" "Aquitania" "Arlanza" "Aramadale" "Avenger" "Avoca" "Bayano" "Berrida" "Calgarian" "Calyx" "Caribbean" "Carmania" "Caronia" "Cedric" "Celtic" "Changuinola" "City of London" "Clan MacNaughton" "Columbella" "Digby" "Erbro" "Edinburgh Castle" "Empress of Asia" "Empress of Britain" "Empress of Japan" "Empress of Russia" "Eskimo" "Hilary" "Hildebrand" "Himalaya" "India" "Kildonan Castle" "Kinfauns Castle" "Laconia" "Laurentic" "Lusitania" "Macedonia" "Mantua" "Marmora" "Mauretania" "Moldavia" "Montezuma" "Morea" "Motagua" "Mount Temple" "Naldera" "Narkunda" "Oceanic" "Olympic" "Ophir" "Orama" "Orbita" "Princess" "Scotia" "Teutonic" "Victorian" "Viknor" "Virginian" + } +} diff --git a/HPM/common/countries/Wallachia.txt b/HPM/common/countries/Wallachia.txt index 5bd36285..3c0a6dc4 100644 --- a/HPM/common/countries/Wallachia.txt +++ b/HPM/common/countries/Wallachia.txt @@ -2,216 +2,216 @@ color = { 161 126 128 } graphical_culture = EuropeanGC party = { - name = "WAL_reactionary" - start_date = 1830.1.1 - end_date = 1909.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = anti_military + name = "WAL_reactionary" + start_date = 1830.1.1 + end_date = 1909.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = anti_military } party = { - name = "WAL_liberal" - start_date = 1830.1.1 - end_date = 1859.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WAL_liberal" + start_date = 1830.1.1 + end_date = 1859.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WAL_liberal_2" - start_date = 1859.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WAL_liberal_2" + start_date = 1859.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WAL_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "WAL_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "WAL_conservative_2" - start_date = 1882.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WAL_conservative_2" + start_date = 1882.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WAL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "WAL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "WAL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WAL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WAL_conservative_3" - start_date = 1908.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WAL_conservative_3" + start_date = 1908.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WAL_reactionary_2" - start_date = 1909.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WAL_reactionary_2" + start_date = 1909.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WAL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WAL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WAL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WAL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - } - ironclad = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } - manowar = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } - cruiser = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } - frigate = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } - monitor = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" - - Litovoi - - } -} \ No newline at end of file + dreadnought = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + } + ironclad = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } + manowar = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } + cruiser = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } + frigate = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } + monitor = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Dracul "Tudor Vladimirescu" Viteazul "Putera mari" Sperietoaria "Frumuseatsa valurilor" Posada Calugareni Rovine Sirmium "Atacul de noapte" + + Litovoi + + } +} diff --git a/HPM/common/countries/Wallonia.txt b/HPM/common/countries/Wallonia.txt index f26d826c..511328ff 100644 --- a/HPM/common/countries/Wallonia.txt +++ b/HPM/common/countries/Wallonia.txt @@ -2,168 +2,168 @@ color = { 131 141 142 } graphical_culture = EuropeanGC party = { - name = "WLL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WLL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WLL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "WLL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "WLL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WLL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WLL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WLL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WLL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WLL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WLL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WLL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WLL_fascist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WLL_fascist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - } - ironclad = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - } - manowar = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - } - cruiser = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - - } - frigate = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - } - monitor = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" - "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" - Arlon Charleroi Liege Namur - Meuse Ourthe Sambre "l'Escaut" Semois - - - } -} \ No newline at end of file + dreadnought = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + } + ironclad = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + } + manowar = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + } + cruiser = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + + } + frigate = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + } + monitor = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Vallonia Henogovia "Comte de Hainaut" "Comte de Namur" "Prince de Liege" + "Louis Boisot" "Olivier Brunel" "Simon de Cordes" "Albert Dorville" "Jessé de Forest" "Louis Hennepin" + Arlon Charleroi Liege Namur + Meuse Ourthe Sambre "l'Escaut" Semois + + + } +} diff --git a/HPM/common/countries/Warri.txt b/HPM/common/countries/Warri.txt index 5d6401d7..8c15dc8e 100644 --- a/HPM/common/countries/Warri.txt +++ b/HPM/common/countries/Warri.txt @@ -2,138 +2,138 @@ color = { 209 251 255 } graphical_culture = AfricanGC party = { - name = "WRI_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WRI_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WRI_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "WRI_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "WRI_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WRI_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WRI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WRI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WRI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WRI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WRI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WRI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WRI_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WRI_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Warsangali.txt b/HPM/common/countries/Warsangali.txt index 4ac694c0..eb124f16 100644 --- a/HPM/common/countries/Warsangali.txt +++ b/HPM/common/countries/Warsangali.txt @@ -2,139 +2,139 @@ color = { 24 214 97 } graphical_culture = MiddleEasternGC party = { - name = "MAJ_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "MAJ_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "MAJ_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "MAJ_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "MAJ_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "MAJ_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "MAJ_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "MAJ_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "MAJ_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "MAJ_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "MAJ_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/West Virginia.txt b/HPM/common/countries/West Virginia.txt index 96feeb09..55bdf783 100644 --- a/HPM/common/countries/West Virginia.txt +++ b/HPM/common/countries/West Virginia.txt @@ -2,148 +2,148 @@ graphical_culture = UsGC color = { 254 52 21 } party = { - name = "UWV_liberal" - start_date = 1854.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UWV_liberal" + start_date = 1854.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UWV_conservative" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UWV_conservative" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UWV_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "UWV_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "UWV_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "UWV_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "UWV_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UWV_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UWV_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "UWV_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "UWV_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "UWV_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma - Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington - } - ironclad = { + dreadnought = { + "South Carolina" Michigan Delaware "North Dakota" Florida Utah Wyoming Arkansas "New York" Texas Nevada Oklahoma + Pennsylvania Arizona "New Mexico" Mississippi Idaho Tennessee California Colorado Maryland "West Virginia" Washington + } + ironclad = { "New Ironsides" Dunderberg - } - manowar = { - America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia - "New York" Ohio "North Carolina" - } - cruiser = { - Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit - Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston - } - frigate = { - Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere - Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President - Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" - } - monitor = { - Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark - Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota - Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo - Passaconaway Quinsigamond Shakamaxon - } - clipper_transport = { - "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" - "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" - } - steam_transport = { - "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg - Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" - "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis - } - commerce_raider = { - Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" - "New Orleans" Albany - } -} \ No newline at end of file + } + manowar = { + America Columbus Franklin Independence Washington Chipewa "New Orleans" Pennsylvania Delaware Vermont "New Hampshire" Virginia + "New York" Ohio "North Carolina" + } + cruiser = { + Newark Charleston Baltimore Philadelphia "San Francisco" Olympia Cincinnati Raleigh Montgomery Detroit + Marblehead Columbia Minneapolis Denver "Des Moines" Chattanooga Galveston Tacoma Cleveland Milwaukee Charleston + } + frigate = { + Adams Boston Brandywine Chesapeake Columbia Congress Contellation Constitution Cumberland Essex "General Greene" Guirriere + Hudson Independence Insurgent Java "John Adams" Macedonian Mohawk "New York" Philadelphia Plattsburg Potomac President + Raritan Sabine Santee Savannah "St. Lawrence" Superior "United States" + } + monitor = { + Monitor Passaic Montauk Nahant Patapsco Weehawken Sangamon Catskill Nantucket Lehigh Camanche Neosho Osage Ozark + Marietta Sandusky Roanoke Canonicus Saugus Tecumseh Manhattan Mahopac Wyandotte Ajax Catawba Oneota + Milwaukee Winnebago Chickasaw Kickapoo Dictator Onondaga Puritan Miantonomoh Monadnock Agamenticus Tonawanda Kalamazoo + Passaconaway Quinsigamond Shakamaxon + } + clipper_transport = { + "Martha Custis Washington" "Abigail Adams" "Martha Jefferson" "Dolley Todd Madison" "Elizabeth Monroe" "Louisa Catherine Adams" + "Rachel Robards Jackson" "Hannah Van Buren" "Anna Harrison" "Letitia Tyler" + } + steam_transport = { + "Mount Vernon" Agamemnon Leviathan Imperator "George Washington" Covington Mobile Finland Kroonland Harrisburg Plattsburg + Orizaba Siboney Mercury Huron Pocahontas Powhatan "Princess Matoika" Louisville "De Kalb" "Martha Washington" + "Great Northern" "Northern Pacific" Comfort Mercy "President Grant" "President Lincoln" Artemis + } + commerce_raider = { + Atlanta Boston Chicago Harvard Vesuvius Badger Panther Yale Prairie Buffalo Yankee Yosemite Dixie "St. Louis" "St. Paul" + "New Orleans" Albany + } +} diff --git a/HPM/common/countries/Westfalen.txt b/HPM/common/countries/Westfalen.txt index 98b85e6b..51848c36 100644 --- a/HPM/common/countries/Westfalen.txt +++ b/HPM/common/countries/Westfalen.txt @@ -2,241 +2,241 @@ color = { 221 0 0 } graphical_culture = EuropeanGC party = { - name = "WES_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WES_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WES_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WES_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WES_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "WES_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "WES_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WES_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WES_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WES_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WES_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WES_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WES_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WES_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WES_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WES_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WES_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WES_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WES_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WES_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WES_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WES_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WES_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WES_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WES_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WES_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow - Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen - } - ironclad = { - Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" - Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie - } - manowar = { - Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" - Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin - } - cruiser = { - Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden - Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd - "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" - Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck - } - frigate = { - Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin - "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille - "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch - Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen - } - monitor = { - Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen - Salamander Skorpion Siegfried Viper Wespe - } - clipper_transport = { - America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" - Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser - } - steam_transport = { - Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz - Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle - Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz - Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten - } - commerce_raider = { - Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" - Seeadler Seelöwe Vineta Wolf - } -} \ No newline at end of file + dreadnought = { + Lorelai Rhinelander Derfflinger "Friedrich der Große" Goeben "Großer Kurfürst" Helgoland Hindenburg Kaiser Kaiserin König "König Albert" Kronprinz Lützow + Mackensen Markgraf Moltke Nassau Oldenburg Ostfriesland Posen Rheinland Sachsen Seydlitz Thüringen Westfalen + } + ironclad = { + Lorelai Arminius Bremen Carola Charlotte Frankfurt "Friedrich Carl" "Friedrich der Große" "Großer Kurfürst" Hamburg Hansa Kaiser "König Wilhelm" + Kronprinz Leipzig Lübeck Marie Medusa Möwe Moltke Nixe Oldenburg Olga Otter Pfeil Preußen "Preußischer Adler" "Prinz Adalbert" Sophie + } + manowar = { + Lorelai Rhinelander Brandenburg Braunschweig Deutschland Hannover Hessen "Kaiser Barbarossa" "Kaiser Friedrich III" "Kaiser Karl der Große" "Kurfürst Friedrich Wilhelm" + Mecklenburg Pommern Preußen Schlesien Schleswig-Holstein Wettin + } + cruiser = { + Lorelai Amazone Arcona Ariadne Berlin Blücher Blitz Bremen Bremse Breslau Brummer Bussard Köln Comet Condor Cormoran Danzig Deutschland Dresden + Elbing Emden Falke Frankfurt Freya "Friedrich Carl" "Fürst Bismarck" Gazelle Gefion Geier Gneisenau Graudenz Greif Hamburg Hansa Hela Hertha Irene Jagd + "Kaiserin Augusta" Königsberg Kolberg Leipzig Lübeck Magdeburg Medusa Meteor Niobe Nymphe Pillau "Prinz Adalbert" "Prinz Heinrich" "Prinz Wilhelm" + Regensburg Roon Rostock Scharnhorst Schwalbe Seeadler Sperber Stettin Stralsund Thetis Undine "Victoria Louise" Vineta Wacht Yorck + } + frigate = { + Lorelai Adler Albatross Alexandrine Amazone Arcona Ariadne Augusta Barbarossa Basilisk Bismarck Blitz Blücher Cameleon Comet Cyclop Delphin + "Der Königliche Ernst August" Deutschland Drache Eber Eckernförde Elbe Elisabeth "Erzherzog Johann" Franklin Freya Fuchs Gazelle Gefion Gneisenau Grille + "Großherzog von Oldenburg" Habicht Hay Hertha Hyäne Iltis Jäger Luise Meteor Natter Niobe Nymphe Pfeil Salamander Schwalbe Skorpion Sperber Stein Stosch + Thetis Tiger Undine Victoria Vineta Wespe Wolf Ziethen + } + monitor = { + Lorelai Ägir Basilisk Beowulf Biene Bremse Brummer Cameleon Crocodill Frithjof Hagen Heimdall Hildebrand Hummel Mücke Natter Odin Rhein Sachsen + Salamander Skorpion Siegfried Viper Wespe + } + clipper_transport = { + America Deutschland Elbe Europa Hansa Hela Hermann Hudson "New York" Nord-Amerika Pamir Pangani Passat Peking "Peter Rickmers" + Petschili Pisagua Pitlochry Placilla Pola Pommern Potosi Preußen Priwall Rhein "Rickmer Rickmers" Weser + } + steam_transport = { + Aachen "Adeline Hugo Stinnes 3" Aller Answald Ausonia Berlin Bonn Braunschweig Bremen Breslau Bülow Kassel Chemnitz Choising Coblenz + Coburg Cormoran Krefeld Danzig Darmstadt Delphin Donau Dresden Eider Eisenach Elbe Ems Erlangen Frankfurt Fulda "General Werder" Gera Giessen Gotha Halle + Hannover Hansa Havel Hermann Hohenstaufen Hohenzollern Kleist Köln Lahn Leipzig Libau Lübeck Mark "Minister Roon" Nordsee Oder Oldenburg Oswald Pfalz + Rhein Roon Saale Salier Schleswig Seydlitz Skutari Spree Stettin Therapia Trave Trier Union Wartburg Weimar Werra Weser Willehad Wittekind Zieten + } + commerce_raider = { + Barbarossa "Kap Trafalgar" Cormoran Iltis "Kaiser Wilhelm der Große" "Kronprinz Wilhelm" Leopard Loreley Meteor Möwe "Preußischer Adler" + Seeadler Seelöwe Vineta Wolf + } +} diff --git a/HPM/common/countries/Wiang Chhan.txt b/HPM/common/countries/Wiang Chhan.txt index 18af7c84..ab78ef53 100644 --- a/HPM/common/countries/Wiang Chhan.txt +++ b/HPM/common/countries/Wiang Chhan.txt @@ -2,138 +2,138 @@ color = { 151 174 28 } graphical_culture = AsianGC party = { - name = "WIA_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WIA_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WIA_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "WIA_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "WIA_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WIA_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WIA_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WIA_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WIA_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WIA_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WIA_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WIA_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WIA_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WIA_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Wolof.txt b/HPM/common/countries/Wolof.txt index e13fdb70..0b567a2a 100644 --- a/HPM/common/countries/Wolof.txt +++ b/HPM/common/countries/Wolof.txt @@ -2,138 +2,138 @@ color = { 91 146 180 } graphical_culture = AfricanGC party = { - name = "WOL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WOL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WOL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pacifism + name = "WOL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pacifism } party = { - name = "WOL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WOL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WOL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WOL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WOL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WOL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WOL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WOL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WOL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WOL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Wurttemberg.txt b/HPM/common/countries/Wurttemberg.txt index 0feb4508..9d4399d5 100644 --- a/HPM/common/countries/Wurttemberg.txt +++ b/HPM/common/countries/Wurttemberg.txt @@ -2,226 +2,226 @@ color = { 111 162 128 } graphical_culture = EuropeanGC party = { - name = "WUR_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WUR_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WUR_conservative" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = anti_military + name = "WUR_conservative" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = anti_military } party = { - name = "WUR_liberal_2" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "WUR_liberal_2" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "WUR_liberal_3" - start_date = 1861.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "WUR_liberal_3" + start_date = 1861.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "WUR_socialist" - start_date = 1860.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WUR_socialist" + start_date = 1860.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WUR_socialist_2" - start_date = 1848.1.1 - end_date = 1875.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WUR_socialist_2" + start_date = 1848.1.1 + end_date = 1875.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WUR_socialist_3" - start_date = 1875.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "WUR_socialist_3" + start_date = 1875.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "WUR_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WUR_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WUR_conservative_2" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WUR_conservative_2" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "WUR_conservative_3" - start_date = 1878.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "WUR_conservative_3" + start_date = 1878.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "WUR_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WUR_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WUR_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "WUR_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "WUR_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "WUR_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - ironclad = { - Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - manowar = { - Stuttgart Ulm Göppingen Ravensburg Friedrichshafen Ellwangen Hall Heilbronn Rottweil Tübingen - } - cruiser = { - Stuttgart Ulm Göppingen Ravensburg Friedrichshafen Ellwangen Hall Heilbronn Rottweil Tübingen - } - frigate = { - "Von Beroldingen" Taube "Von Hardegg" "Friedrich Schiller" "Jakob Friedrich Rösch" "Graf von Waldburg" "Karl von Kerner" "Prinz Hohenlohe" - } - monitor = { - Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" - } - clipper_transport = { - Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - steam_transport = { - Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein - } - commerce_raider = { - "Von Beroldingen" Taube "Von Hardegg" "Friedrich Schiller" "Jakob Friedrich Rösch" "Graf von Waldburg" "Karl von Kerner" "Prinz Hohenlohe" - } -} \ No newline at end of file + dreadnought = { + Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + ironclad = { + Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + manowar = { + Stuttgart Ulm Göppingen Ravensburg Friedrichshafen Ellwangen Hall Heilbronn Rottweil Tübingen + } + cruiser = { + Stuttgart Ulm Göppingen Ravensburg Friedrichshafen Ellwangen Hall Heilbronn Rottweil Tübingen + } + frigate = { + "Von Beroldingen" Taube "Von Hardegg" "Friedrich Schiller" "Jakob Friedrich Rösch" "Graf von Waldburg" "Karl von Kerner" "Prinz Hohenlohe" + } + monitor = { + Württemberg Schwaben "König Friedrich" "Königin Charlotte" "König Wilhelm" "Prinz Albrecht" Alemania "Herzog von Urach" "Von Zeppelin" + } + clipper_transport = { + Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + steam_transport = { + Adler Albatross Amazone Bremse Brummer Donau Drache Feldberg Frauenlob Greif Karlsruhe Natter Neckar Salamander Seeadler Rhein + } + commerce_raider = { + "Von Beroldingen" Taube "Von Hardegg" "Friedrich Schiller" "Jakob Friedrich Rösch" "Graf von Waldburg" "Karl von Kerner" "Prinz Hohenlohe" + } +} diff --git a/HPM/common/countries/Xhosa.txt b/HPM/common/countries/Xhosa.txt index 347bcd4a..c877edac 100644 --- a/HPM/common/countries/Xhosa.txt +++ b/HPM/common/countries/Xhosa.txt @@ -2,137 +2,137 @@ color = { 49 58 156 } graphical_culture = ZuluGC party = { - name = "XHO_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "XHO_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "XHO_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "XHO_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "XHO_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XHO_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "XHO_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XHO_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XHO_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "XHO_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "XHO_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XHO_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XHO_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XHO_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - - } - ironclad = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - manowar = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - cruiser = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - frigate = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - monitor = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + + } + ironclad = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + manowar = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + cruiser = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + frigate = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + monitor = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Bisho Umtata Nzambi Xhosa Upemba Mwari Mulopwe Mulungu Mbonga Bambudye Mazendere Mboko Musikavanhu Mutorwa + } +} diff --git a/HPM/common/countries/Xibei San Ma.txt b/HPM/common/countries/Xibei San Ma.txt index 8a301136..e0369d97 100644 --- a/HPM/common/countries/Xibei San Ma.txt +++ b/HPM/common/countries/Xibei San Ma.txt @@ -2,183 +2,183 @@ color = { 255 214 154 } graphical_culture = ChineseGC party = { - name = "XBI_reactionary" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XBI_reactionary" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "XBI_reactionary_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "XBI_reactionary_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "XBI_liberal" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "XBI_liberal" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "XBI_liberal_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "XBI_liberal_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "XBI_conservative" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "XBI_conservative" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "XBI_conservative_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = conservative - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "XBI_conservative_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = conservative + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "XBI_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XBI_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XBI_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "XBI_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "XBI_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XBI_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XBI_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XBI_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Xinjiang.txt b/HPM/common/countries/Xinjiang.txt index 039fad97..d38d72d9 100644 --- a/HPM/common/countries/Xinjiang.txt +++ b/HPM/common/countries/Xinjiang.txt @@ -2,183 +2,183 @@ color = { 255 234 174 } graphical_culture = ChineseGC party = { - name = "XIN_reactionary_2" - start_date = 1830.1.1 - end_date = 1880.2.2 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XIN_reactionary_2" + start_date = 1830.1.1 + end_date = 1880.2.2 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "XIN_reactionary" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "XIN_reactionary" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "XIN_liberal" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "XIN_liberal" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "XIN_liberal_2" - start_date = 1830.1.1 - end_date = 1880.2.2 - - ideology = liberal - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "XIN_liberal_2" + start_date = 1830.1.1 + end_date = 1880.2.2 + + ideology = liberal + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "XIN_conservative_2" - start_date = 1830.1.1 - end_date = 1880.2.2 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "XIN_conservative_2" + start_date = 1830.1.1 + end_date = 1880.2.2 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "XIN_conservative" - start_date = 1880.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "XIN_conservative" + start_date = 1880.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "XIN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XIN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XIN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "XIN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "XIN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "XIN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "XIN_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "XIN_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Yakutia.txt b/HPM/common/countries/Yakutia.txt index b11e53ee..f92797c9 100644 --- a/HPM/common/countries/Yakutia.txt +++ b/HPM/common/countries/Yakutia.txt @@ -2,143 +2,143 @@ color = { 51 204 255 } graphical_culture = MiddleEasternGC party = { - name = "YAK_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = pro_military + name = "YAK_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = pro_military } party = { - name = "YAK_liberal" - start_date = 1800.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YAK_liberal" + start_date = 1800.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YAK_reactionary" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = residency - war_policy = jingoism + name = "YAK_reactionary" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YAK_anarcho_liberal" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YAK_anarcho_liberal" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YAK_socialist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YAK_socialist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YAK_communist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YAK_communist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YAK_fascist" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = jingoism + name = "YAK_fascist" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - ironclad = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - manowar = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - cruiser = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - frigate = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - monitor = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" - "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" - } -} \ No newline at end of file + dreadnought = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + ironclad = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + manowar = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + cruiser = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + frigate = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + monitor = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Khwarezm Urganj "Din Muhammad" "Yelu Dashi" Kunya "Amu Darya" "Anush Tigin" "Ala Aziz" "Ahmed Sanjar" "Ala Takish" "Jaxartes" + "Syr Darya" "Bukhara" "Jalal Mingburnu" "Abu Mamun" "Abu Hasan Ali" "Altun Yash" Harun "Ismail Khandan" + } +} diff --git a/HPM/common/countries/Yemen.txt b/HPM/common/countries/Yemen.txt index 2de46b05..02dfcb52 100644 --- a/HPM/common/countries/Yemen.txt +++ b/HPM/common/countries/Yemen.txt @@ -2,139 +2,139 @@ color = { 255 191 191 } graphical_culture = MiddleEasternGC party = { - name = "YEM_conservative" - start_date = 1800.1.1 - end_date = 1937.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YEM_conservative" + start_date = 1800.1.1 + end_date = 1937.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YEM_liberal" - start_date = 1820.1.1 - end_date = 1935.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "YEM_liberal" + start_date = 1820.1.1 + end_date = 1935.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "YEM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YEM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YEM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YEM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YEM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YEM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YEM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al-Mansur Al-Qasim" Mutawakkiliyyun "Al-Muayyad Muhammad" "Al-Mahdi Muhammad" "Al-Mansur al-Husayn" "Al-Nasir Muhammad" "Al-Mahdi Abbas" Quaytiyyun Kathiriyyun "Banu Afrar" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Sana Taizz Hudayda Adan Mukalla Sayun Mukha Tihama Hadramawt Suqutra + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Yonezawa.txt b/HPM/common/countries/Yonezawa.txt index e85e2d10..80725491 100644 --- a/HPM/common/countries/Yonezawa.txt +++ b/HPM/common/countries/Yonezawa.txt @@ -2,183 +2,183 @@ color = { 214 143 47 } graphical_culture = JapaneseGC party = { - name = "NIP_reactionary" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_reactionary" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative" - start_date = 1800.1.1 - end_date = 1868.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative" + start_date = 1800.1.1 + end_date = 1868.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_conservative_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_conservative_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_reactionary_2" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_reactionary_2" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "NIP_conservative_3" - start_date = 1867.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = residency - war_policy = pro_military + name = "NIP_conservative_3" + start_date = 1867.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "NIP_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "NIP_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "NIP_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "NIP_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "NIP_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "NIP_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "NIP_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "NIP_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato - } - ironclad = { - Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki - } - manowar = { - "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba - } - cruiser = { - Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino - } - frigate = { - Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo - } - monitor = { - "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana - } - clipper_transport = { - - - } - steam_transport = { - - - } - commerce_raider = { - Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" - } -} \ No newline at end of file + dreadnought = { + Satsuma Kawachi Fuso Yamashiro Ise Hyuga Nagato Mutsu Tosa Musashi Shinano Togo Enomoto Saigo Ijuin Kaga Kiri Owari Sagami Noto Yamato + } + ironclad = { + Kotetsu Chiyodagata "Ryujo Maru" Fuso Shinsoku Teibo Hozu Azuma Kabayama Choyo Kosei Koshin Chin'en Anegawa Tshushima Fuji Heien Mikasa Oki + } + manowar = { + "Shohei Maru" "Kaiyo Maru" Un'yo "Hoo Maru" "Asahi Maru" Banryu Fujisan Yari Ibaraki Mie Ehime Wakayama Gifu Awa Tamba + } + cruiser = { + Naniwa Takachiho Matsushima Itsukushima Hashidate Chiyoda Yaeyama Yoshino Hiei Haruna Kirishima Chitose Kasagi Niitaka Yura Kinu Yoshino + } + frigate = { + Takao Aviso Fujisan Momo Kiri Sakura Keyaki Nisshin Ibuki Kurama Kaede Tone Chikuma Suzuya Yukikaze Iyo Bungo + } + monitor = { + "Kanko Maru" Kaiten Kasuga Hiryu Katada Sumida Tsukushi Moshun "Izu Oshima" Okinotorishima Wakkanai Biwa Hamana + } + clipper_transport = { + + + } + steam_transport = { + + + } + commerce_raider = { + Wokou Hietsu Joganji Oita Saga Shimonoseki Tottori Fukui Hida Kiso Akaishi Saroma Tazawa Ikeda "Izu-hanto" + } +} diff --git a/HPM/common/countries/Yucatan.txt b/HPM/common/countries/Yucatan.txt index 8afd136f..9840c546 100644 --- a/HPM/common/countries/Yucatan.txt +++ b/HPM/common/countries/Yucatan.txt @@ -2,146 +2,146 @@ color = { 236 159 89 } graphical_culture = SouthAmericanGC party = { - name = "YUC_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = free_trade - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YUC_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = free_trade + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YUC_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = secularized - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YUC_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = secularized + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YUC_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YUC_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "YUC_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YUC_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YUC_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YUC_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YUC_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YUC_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YUC_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YUC_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico - "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila - Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca - "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas - } - ironclad = { - Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula - Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca - Huexotzingo Demócrata - } - manowar = { - México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" - "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl - "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan - } - cruiser = { - Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" - "El Lobo" Candela Villadama "Santo Domingo" Tuxpan - } - frigate = { - California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán - "El Tordo" Repulsión Valor Iguala Anáhuac - } - monitor = { - Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" - Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" - } - clipper_transport = { - - } - steam_transport = { - } - commerce_raider = { - Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" - Tiltepec Pastoria Ayutla Tehuantepec - } -} \ No newline at end of file + dreadnought = { + Independencia Libertad Anahuac Demócrata "Porfirio" Díaz Tampico + "Vera Cruz" "Nicolás Bravo" Blanquet Aguascalientes Campeche Coahuila + Colima Chiapas Chihuahua Durango Guerrero Hidalgo "Nuevo León" Oaxaca + "San Luis Potosí" Sonora Tabasco Tlaxcala Zacatecas + } + ironclad = { + Guadalupe Moctezuma "Antonio López de Santa Anna" Tampico Cholula + Tenochtitlan Tlaxcala Tlatelolco Glorioso Victoria Chichimeca + Huexotzingo Demócrata + } + manowar = { + México Morales Yucatán "Vicente Guerrero" Zaragoza "Nuevo León" "Guadalupe Victoria" + "Miguel Hidalgo" "José María Morelos" "Agustín de Itúrbide" Xicoténcatl + "Mariano Matamoros" Chapala Chalco Campechana Orizaba Texcoco Papaloapan + } + cruiser = { + Zaragoza Altamira "San Fernando" "Río Bravo" "Los Ramones" "Loma Alta" + "El Lobo" Candela Villadama "Santo Domingo" Tuxpan + } + frigate = { + California Chihuahua Durango Aldabaran Veracrúz Tlaxcala Jalisco Camotlán + "El Tordo" Repulsión Valor Iguala Anáhuac + } + monitor = { + Navojoa "La Paz" Colima Madera Coatzacoalcos Chetumal Campeche "Salina Cruz" + Navolato "Santa Rosalia" Constitución Mexicali Democráta "Nicolás Bravo" + } + clipper_transport = { + + } + steam_transport = { + } + commerce_raider = { + Olmec Teotihaucan Nahua Azcapotzalco Usumacinta Corralero "Rio Grande" + Tiltepec Pastoria Ayutla Tehuantepec + } +} diff --git a/HPM/common/countries/Yugoslavia.txt b/HPM/common/countries/Yugoslavia.txt index 25848ca3..1cae5957 100644 --- a/HPM/common/countries/Yugoslavia.txt +++ b/HPM/common/countries/Yugoslavia.txt @@ -2,138 +2,138 @@ color = { 37 128 174 } graphical_culture = Generic party = { - name = "YUG_reactionary" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "YUG_reactionary" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "YUG_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YUG_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YUG_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YUG_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YUG_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YUG_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YUG_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "YUG_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "YUG_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YUG_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YUG_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YUG_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Petrovic Obrenovic Lazarevic Srbija Hrvatska Slovenija "Crna Gora" - } - ironclad = { - Drava Drina Ivankovac Zagreb Kragujevac Ljubljana Beograd Bosna - } - manowar = { - "Velika Morava" "Juzna Morava" Zlatibor Kopaonik Resava Hercegovina - } - cruiser = { - Orjen Nemanjici Silni Split Jankovic Dalmacija - } - frigate = { - Valjevo Klis Takovo Ljubic - } - monitor = { - Jadar Sava Dubalj Drava Cer Dubrovnik - } - clipper_transport = { - Lastavica Zorana Zorica Strisak Gorana - - } - steam_transport = { - Jaki Silni Snaži Marljivi Ustrajni - - } - commerce_raider = { - Senj Stražar "Smrt Glava" Lubanja Pacov - } -} \ No newline at end of file + dreadnought = { + Petrovic Obrenovic Lazarevic Srbija Hrvatska Slovenija "Crna Gora" + } + ironclad = { + Drava Drina Ivankovac Zagreb Kragujevac Ljubljana Beograd Bosna + } + manowar = { + "Velika Morava" "Juzna Morava" Zlatibor Kopaonik Resava Hercegovina + } + cruiser = { + Orjen Nemanjici Silni Split Jankovic Dalmacija + } + frigate = { + Valjevo Klis Takovo Ljubic + } + monitor = { + Jadar Sava Dubalj Drava Cer Dubrovnik + } + clipper_transport = { + Lastavica Zorana Zorica Strisak Gorana + + } + steam_transport = { + Jaki Silni Snaži Marljivi Ustrajni + + } + commerce_raider = { + Senj Stražar "Smrt Glava" Lubanja Pacov + } +} diff --git a/HPM/common/countries/Yunnan.txt b/HPM/common/countries/Yunnan.txt index fa33737f..cf8d2857 100644 --- a/HPM/common/countries/Yunnan.txt +++ b/HPM/common/countries/Yunnan.txt @@ -3,183 +3,183 @@ color = { 233 199 121 } graphical_culture = ChineseGC party = { - name = "YNN_reactionary" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "YNN_reactionary" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "YNN_reactionary_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "YNN_reactionary_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "YNN_liberal" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YNN_liberal" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YNN_liberal_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YNN_liberal_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YNN_conservative" - start_date = 1870.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YNN_conservative" + start_date = 1870.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YNN_conservative_2" - start_date = 1830.1.1 - end_date = 1870.2.2 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "YNN_conservative_2" + start_date = 1830.1.1 + end_date = 1870.2.2 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "YNN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YNN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YNN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = jingoism + name = "YNN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = jingoism } party = { - name = "YNN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "YNN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "YNN_fascist" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "YNN_fascist" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - - - } - ironclad = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - manowar = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - cruiser = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - frigate = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - monitor = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" - } -} \ No newline at end of file + dreadnought = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + + + } + ironclad = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + manowar = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + cruiser = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + frigate = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + monitor = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Nan'Shin" "Pao'Nim" "Ying'Ching" "Ton'Chi" "Hai'Yung" "Hai'Shew" "Hai'Shen" "Fei'Hung" "Chao'Ho" "Hai'Chi" "Ying'Swei" "Chao'Ho" "Ning'Hai" + } +} diff --git a/HPM/common/countries/Zambia.txt b/HPM/common/countries/Zambia.txt index d2081917..1378eb9b 100644 --- a/HPM/common/countries/Zambia.txt +++ b/HPM/common/countries/Zambia.txt @@ -2,138 +2,138 @@ color = { 146 139 40 } graphical_culture = AfricanGC party = { - name = "ZAM_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ZAM_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ZAM_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ZAM_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ZAM_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZAM_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ZAM_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZAM_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZAM_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ZAM_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ZAM_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZAM_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZAM_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZAM_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Zanzibar.txt b/HPM/common/countries/Zanzibar.txt index 450787dd..0c079a66 100644 --- a/HPM/common/countries/Zanzibar.txt +++ b/HPM/common/countries/Zanzibar.txt @@ -2,139 +2,139 @@ color = { 166 189 199 } graphical_culture = MiddleEasternGC party = { - name = "ZAN_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ZAN_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ZAN_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ZAN_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ZAN_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZAN_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ZAN_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZAN_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZAN_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ZAN_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ZAN_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZAN_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZAN_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZAN_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" - } - ironclad = { - "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" - "Safi al-Din" "Salah al-Din" "Siraj al-Din" - } - manowar = { - Masqat Suhar Matrah Nizwa Salala Sur Musandam - } - cruiser = { - "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" - "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" - "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" - } - frigate = { - Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid - Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir - } - monitor = { - "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" - } - clipper_transport = { - } - steam_transport = { - } - commerce_raider = { - Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd - Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr - } -} \ No newline at end of file + dreadnought = { + "Al Said" Nabhaniyyun "Ahmad ibn Said" "Said ibn Sultan" "Sayf bin Sultan" + } + ironclad = { + "Ala al-Din" "Husam al-Din" "Izz al-Din" "Jalal al-Din" "Khayr al-Din" "Majid al-Din" "Nasir al-Din" "Nur al-Din" + "Safi al-Din" "Salah al-Din" "Siraj al-Din" + } + manowar = { + Masqat Suhar Matrah Nizwa Salala Sur Musandam + } + cruiser = { + "Abd al-Aziz" "Abd al-Hadi" "Abd al-Haqq" "Abd al-Jalil" "Abd al-Latif" + "Abd al-Hafiz" "Abd al-Hakim" "Abd al-Nasir" "Abd al-Quddus" "Abd al-Rahim" "Abd al-Malik" + "Abd al-Rashid" "Abd al-Rahman" "Abd al-Sami" "Abd al-Wadud" "Abd al-Wahhab" + } + frigate = { + Akram Atif Ayman Bahir Fadil Fath Firas Fawwaz Ghalib Hakim Humam Jabbar Jawhar Kamal Khalid + Masud Mamun Majid Mufid Mukhtar Muntasir Qudamat Rashad Sa'ad Tahir Thabit Wafiq Yusuf Zahir Zafir + } + monitor = { + "Badr al-Din" "Diya al-Din" "Baha al-Din" "Imad al-Din" "Jamal al-Din" "Lutf al-Din" "Najm al-Din" "Sayf al-Din" + } + clipper_transport = { + } + steam_transport = { + } + commerce_raider = { + Alif Amin Anwar Ayham Bahir Dhakwan Falah Faraj Fawzan Ghanim Ghassan Hanbal Haris Hashim Iqbal Jal Junayd + Kadar Kazim Khalis Khulus Luay Mashhur Muflih Mulham Munahid Nabhan Nawfal Nazim Numan Ramiz Sharaf Siddiq Tawfiq Yasir Zayn Zubayr + } +} diff --git a/HPM/common/countries/Zimbabwe.txt b/HPM/common/countries/Zimbabwe.txt index 3dc6fadf..c70b7a0a 100644 --- a/HPM/common/countries/Zimbabwe.txt +++ b/HPM/common/countries/Zimbabwe.txt @@ -2,138 +2,138 @@ color = { 244 143 66 } graphical_culture = AfricanGC party = { - name = "ZBW_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ZBW_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ZBW_conservative" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pluralism - citizenship_policy = limited_citizenship - war_policy = jingoism + name = "ZBW_conservative" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pluralism + citizenship_policy = limited_citizenship + war_policy = jingoism } party = { - name = "ZBW_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ZBW_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ZBW_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZBW_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ZBW_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = limited_citizenship - war_policy = pro_military + name = "ZBW_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = limited_citizenship + war_policy = pro_military } party = { - name = "ZBW_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZBW_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZBW_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZBW_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - ironclad = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - - } - manowar = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - cruiser = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - frigate = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - monitor = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria - } -} \ No newline at end of file + dreadnought = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + ironclad = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + + } + manowar = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + cruiser = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + frigate = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + monitor = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + Abuja Ede Enugu Kaduna Kano Katsina Jos Owo Sokoto Zaria + } +} diff --git a/HPM/common/countries/Zulu.txt b/HPM/common/countries/Zulu.txt index fe530f6e..9eba2862 100644 --- a/HPM/common/countries/Zulu.txt +++ b/HPM/common/countries/Zulu.txt @@ -2,137 +2,137 @@ color = { 204 186 201 } graphical_culture = ZuluGC party = { - name = "ZUL_conservative" - start_date = 1800.1.1 - end_date = 2000.1.1 - - ideology = conservative - - social_policy = no_position_set - economic_policy = interventionism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = pro_military + name = "ZUL_conservative" + start_date = 1800.1.1 + end_date = 2000.1.1 + + ideology = conservative + + social_policy = no_position_set + economic_policy = interventionism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = pro_military } party = { - name = "ZUL_liberal" - start_date = 1820.1.1 - end_date = 1936.1.1 - - ideology = liberal - - social_policy = no_position_set - economic_policy = laissez_faire - trade_policy = protectionism - religious_policy = pluralism - citizenship_policy = full_citizenship - war_policy = pacifism + name = "ZUL_liberal" + start_date = 1820.1.1 + end_date = 1936.1.1 + + ideology = liberal + + social_policy = no_position_set + economic_policy = laissez_faire + trade_policy = protectionism + religious_policy = pluralism + citizenship_policy = full_citizenship + war_policy = pacifism } party = { - name = "ZUL_reactionary" - start_date = 1820.1.1 - end_date = 2000.1.1 - - ideology = reactionary - - social_policy = no_position_set - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZUL_reactionary" + start_date = 1820.1.1 + end_date = 2000.1.1 + + ideology = reactionary + + social_policy = no_position_set + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } party = { - name = "ZUL_anarcho_liberal" - start_date = 1830.1.1 - end_date = 2000.1.1 - - ideology = anarcho_liberal - - social_policy = no_state_interference - economic_policy = laissez_faire - trade_policy = free_trade - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZUL_anarcho_liberal" + start_date = 1830.1.1 + end_date = 2000.1.1 + + ideology = anarcho_liberal + + social_policy = no_state_interference + economic_policy = laissez_faire + trade_policy = free_trade + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZUL_socialist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = socialist - - social_policy = welfare_state - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = secularized - citizenship_policy = full_citizenship - war_policy = anti_military + name = "ZUL_socialist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = socialist + + social_policy = welfare_state + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = secularized + citizenship_policy = full_citizenship + war_policy = anti_military } party = { - name = "ZUL_communist" - start_date = 1848.1.1 - end_date = 2000.1.1 - - ideology = communist - - social_policy = populist_welfare - economic_policy = planned_economy - trade_policy = protectionism - religious_policy = pro_atheism - citizenship_policy = full_citizenship - war_policy = pro_military + name = "ZUL_communist" + start_date = 1848.1.1 + end_date = 2000.1.1 + + ideology = communist + + social_policy = populist_welfare + economic_policy = planned_economy + trade_policy = protectionism + religious_policy = pro_atheism + citizenship_policy = full_citizenship + war_policy = pro_military } party = { - name = "ZUL_fascist" - start_date = 1900.1.1 - end_date = 2000.1.1 - - ideology = fascist - - social_policy = populist_welfare - economic_policy = state_capitalism - trade_policy = protectionism - religious_policy = moralism - citizenship_policy = residency - war_policy = jingoism + name = "ZUL_fascist" + start_date = 1900.1.1 + end_date = 2000.1.1 + + ideology = fascist + + social_policy = populist_welfare + economic_policy = state_capitalism + trade_policy = protectionism + religious_policy = moralism + citizenship_policy = residency + war_policy = jingoism } unit_names = { - dreadnought = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - - } - ironclad = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - manowar = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - cruiser = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - frigate = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - monitor = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } - clipper_transport = { - - } - steam_transport = { - - } - commerce_raider = { - "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa - } -} \ No newline at end of file + dreadnought = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + + } + ironclad = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + manowar = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + cruiser = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + frigate = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + monitor = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } + clipper_transport = { + + } + steam_transport = { + + } + commerce_raider = { + "Shaka Zulu" KwaZulu Assegai Dingane Dziva Mwari Dzivaguru Mulungu Mbonga Svikiro Mazendere "Mai Vedu" Musikavanhu Mutorwa + } +} diff --git a/HPM/common/country_colors.txt b/HPM/common/country_colors.txt index 03b4ed20..5411100c 100644 --- a/HPM/common/country_colors.txt +++ b/HPM/common/country_colors.txt @@ -35,7 +35,7 @@ ALB = { color2= { 161 126 128 } color3= { 131 101 85 } } - + # Awadh FIXED AWA = { color1= { 215 59 53 } @@ -44,7 +44,7 @@ AWA = { } # Belgium FIXED -BEL = { +BEL = { color1= { 244 56 49 } color2= { 248 199 67 } color3= { 107 170 77 } @@ -118,7 +118,7 @@ SER = { # Wallachia FIXED WAL = { color1= { 248 199 67 } - color2= { 244 56 49 } + color2= { 244 56 49 } color3= { 187 79 86 } } @@ -203,36 +203,36 @@ PRG = { # Argentina ARG = { - color1= { 112 145 181 } + color1= { 112 145 181 } color2= { 255 255 255 } color3= { 80 79 88 } -} - +} + # Uruguay URU = { color1= { 68 79 141 } color2= { 167 157 94 } color3= { 80 79 88 } -} - +} + # Venezuela VNZ = { color1= { 162 145 29 } color2= { 66 66 121 } color3= { 197 92 106 } -} - +} + # Ecuador ECU = { color1= { 97 144 157 } color2= { 255 255 255 } color3= { 197 92 106 } -} - +} + # Colombia CLM = { color1= { 143 42 39 } - color2= { 162 145 29 } + color2= { 162 145 29 } color3= { 197 92 106 } } @@ -312,7 +312,7 @@ ANH = { color2= { 244 56 49 } color3= { 134 166 117 } } - + # Baden FIXED BAD = { color1= { 255 242 103 } @@ -506,7 +506,7 @@ PAP = { # Parma FIXED PAR = { color1= { 255 255 255 } - color2= { 248 199 67 } + color2= { 248 199 67 } color3= { 112 150 105 } } @@ -531,7 +531,7 @@ SIE = { color3= { 117 127 174 } } -# Tuscany FIXED +# Tuscany FIXED TUS = { color1= { 217 80 75 } color2= { 255 255 255 } @@ -569,7 +569,7 @@ HOL = { # Lippe-Detmold FIXED LIP = { color1= { 248 199 67 } - color2= { 244 56 49 } + color2= { 244 56 49 } color3= { 255 255 255 } } @@ -699,8 +699,8 @@ EGY = { color1= { 179 54 57 } color2= { 123 16 21 } color3= { 48 164 51 } -} - +} + # Transvaal FIXED TRN = { color1= { 49 244 76 } @@ -741,8 +741,8 @@ MAD = { color1= { 36 84 245 } color2= { 236 159 89 } color3= { 121 162 109 } -} - +} + # Khiva KHI = { color1= { 121 159 109 } @@ -840,7 +840,7 @@ JOH = { color2= { 244 56 49 } color3= { 107 170 77 } } - + # Korea KOR = { color1= { 244 56 49 } @@ -953,14 +953,14 @@ NEP = { color3= { 69 157 208 } } -# Nagpur +# Nagpur NAG = { color1= { 215 93 53 } color2= { 100 100 100 } color3= { 69 157 208 } } -# Nejd +# Nejd NEJ = { color1= { 87 146 87 } color2= { 0 0 0 } @@ -1036,4 +1036,4 @@ TRA = { color1= { 215 59 53 } color2= { 122 182 242 } color3= { 255 255 255 } -} \ No newline at end of file +} diff --git a/HPM/common/crime.txt b/HPM/common/crime.txt index e09867c1..a6a6792f 100644 --- a/HPM/common/crime.txt +++ b/HPM/common/crime.txt @@ -1,171 +1,170 @@ anarchic_bomb_throwers = { - pop_consciousness_modifier = 0.05 - icon = 2 - - trigger = { - } + pop_consciousness_modifier = 0.05 + icon = 2 + + trigger = { + } } citizen_guard = { - life_rating = -0.02 - local_rgo_output = -0.1 - local_factory_throughput = -0.05 - local_artisan_throughput = -0.1 - icon = 3 - - trigger = { - } + life_rating = -0.02 + local_rgo_output = -0.1 + local_factory_throughput = -0.05 + local_artisan_throughput = -0.1 + icon = 3 + + trigger = { + } } immoral_business = { - active = yes - - local_rgo_output = -0.2 - local_artisan_output = -0.1 - icon = 4 - - trigger = { - } + active = yes + + local_rgo_output = -0.2 + local_artisan_output = -0.1 + icon = 4 + + trigger = { + } } machine_politics = { - active = yes - - boost_strongest_party = 5.0 - icon = 5 - - trigger = { - #NOT = { owner = { vote_franschise = none_voting } } - #is_colonial = no - #OR = { - # owner = { citizens_rights = all_voting_pops } - # AND = { any_pop = { is_primary_culture = yes } owner = { citizens_rights = primary_culture_only } } - # AND = { - # OR = { - # any_pop = { is_primary_culture = yes } - # any_pop = { is_accepted_culture = yes } - # } - # owner = { citizens_rights = culture_voting_only } - # } - #} - } + active = yes + + boost_strongest_party = 5.0 + icon = 5 + + trigger = { + #NOT = { owner = { vote_franschise = none_voting } } + #is_colonial = no + #OR = { + # owner = { citizens_rights = all_voting_pops } + # AND = { any_pop = { is_primary_culture = yes } owner = { citizens_rights = primary_culture_only } } + # AND = { + # OR = { + # any_pop = { is_primary_culture = yes } + # any_pop = { is_accepted_culture = yes } + # } + # owner = { citizens_rights = culture_voting_only } + # } + #} + } } mafia = { - active = yes - - local_factory_output = -0.05 - local_rgo_output = -0.05 - local_artisan_output = -0.05 - icon = 6 - - trigger = { - } + active = yes + + local_factory_output = -0.05 + local_rgo_output = -0.05 + local_artisan_output = -0.05 + icon = 6 + + trigger = { + } } rotten_boroughs = { - active = yes - - number_of_voters = 1.0 #double voters. - icon = 7 - - trigger = { - #NOT = { owner = { vote_franschise = none_voting } } - #is_colonial = no - #OR = { - # owner = { citizens_rights = all_voting_pops } - # AND = { any_pop = { is_primary_culture = yes } owner = { citizens_rights = primary_culture_only } } - # AND = { - # OR = { - # any_pop = { is_primary_culture = yes } - # any_pop = { is_accepted_culture = yes } - # } - # owner = { citizens_rights = culture_voting_only } - # } - #} - } + active = yes + + number_of_voters = 1.0 #double voters. + icon = 7 + + trigger = { + #NOT = { owner = { vote_franschise = none_voting } } + #is_colonial = no + #OR = { + # owner = { citizens_rights = all_voting_pops } + # AND = { any_pop = { is_primary_culture = yes } owner = { citizens_rights = primary_culture_only } } + # AND = { + # OR = { + # any_pop = { is_primary_culture = yes } + # any_pop = { is_accepted_culture = yes } + # } + # owner = { citizens_rights = culture_voting_only } + # } + #} + } } spoil_system = { - active = yes - local_ruling_party_support = 2.0 - icon = 8 - - trigger = { - #NOT = { owner = { vote_franschise = none_voting } } - #is_colonial = no - } + active = yes + local_ruling_party_support = 2.0 + icon = 8 + + trigger = { + #NOT = { owner = { vote_franschise = none_voting } } + #is_colonial = no + } } terrorist_cells = { - - local_factory_throughput = -0.15 - local_artisan_throughput = -0.1 - icon = 9 - - trigger = { - #average_militancy = 3 - } + + local_factory_throughput = -0.15 + local_artisan_throughput = -0.1 + icon = 9 + + trigger = { + #average_militancy = 3 + } } #sicilian_mafia = { -# active = yes +# active = yes +# +# farm_rgo_size = -0.3 +# mine_rgo_size = -0.3 +# local_factory_output = -0.15 +# local_artisan_output = -0.15 +# immigrant_push = 0.1 +# boost_strongest_party = 1.0 +# icon = 6 # -# farm_rgo_size = -0.3 -# mine_rgo_size = -0.3 -# local_factory_output = -0.15 -# local_artisan_output = -0.15 -# immigrant_push = 0.1 -# boost_strongest_party = 1.0 -# icon = 6 -# -# trigger = { -# any_pop = { has_pop_culture = south_italian } -# is_colonial = no -# OR = { -# AND = { -# continent = europe -# year = 1870 -# #owner = { nationalism_n_imperialism = 1 } -# } -# AND = { -# NOT = { continent = europe } -# year = 1890 -# #owner = { nationalism_n_imperialism = 1 } -# } -# } -# } +# trigger = { +# any_pop = { has_pop_culture = south_italian } +# is_colonial = no +# OR = { +# AND = { +# continent = europe +# year = 1870 +# #owner = { nationalism_n_imperialism = 1 } +# } +# AND = { +# NOT = { continent = europe } +# year = 1890 +# #owner = { nationalism_n_imperialism = 1 } +# } +# } +# } #} #instigators = { -# active = yes -# -# local_ruling_party_support = -0.05 -# pop_consciousness_modifier = 0.01 -# icon = 11 -# -# trigger = { -# owner = { vote_franschise = none_voting } -# civilized = yes -# is_colonial = no -# } +# active = yes +# +# local_ruling_party_support = -0.05 +# pop_consciousness_modifier = 0.01 +# icon = 11 +# +# trigger = { +# owner = { vote_franschise = none_voting } +# civilized = yes +# is_colonial = no +# } #} #kleptocrats = { -# active = yes -# -# middle_everyday_needs = -0.05 -# poor_everyday_needs = 0.1 -# icon = 12 -# -# trigger = { -# owner = { vote_franschise = none_voting } -# is_colonial = no -# has_pop_type = bureaucrats -# } +# active = yes +# +# middle_everyday_needs = -0.05 +# poor_everyday_needs = 0.1 +# icon = 12 +# +# trigger = { +# owner = { vote_franschise = none_voting } +# is_colonial = no +# has_pop_type = bureaucrats +# } #} - diff --git a/HPM/common/cultures.txt b/HPM/common/cultures.txt index 17d5ee9c..4c3d9645 100644 --- a/HPM/common/cultures.txt +++ b/HPM/common/cultures.txt @@ -2,2813 +2,2813 @@ # If adding new groups or cultures, make sure they are unique. germanic = { - leader = european - unit = EuropeanGC - north_german = { - color = { 90 60 60 } - first_names = { Adelbert Adolf Albrecht Alexander Alfred August Bernhard Burkhard Dieter - Eduard Edwin Erwin Erich Ernst Florian Franz Friedrich Fritz Georg Günther - Gustav Hasso Heinrich Helmuth Hermann Hugo Joachim Johann Jürgen Karl - Konrad Leonhard Leopold Ludwig Lukas Manfred Maximilian Michael Nikolaus Otto - Pascal Paul Peter Reinhard Rudolf Ruprecht Stefan Theodor Wilhelm Wolfgang } - - last_names = { Behncke Brommy Cordemann Dreyer Droste Groener "Herwarth von Bittenfeld" Heppendorf Hoffmann Krohn Ludendorff Schree - "Vogel von Falkenstein" "von Alten" "von Anhalt" "von Arentschildt" "von Bismarck-Bohlen" "von Blumenthal" "von Blomberg" "von Boyen" "von Braunschweig" "von Bülow" "von dem Knesebeck" "von Gebser" "von Fritsch" "von Halkett" "von Hannover" - "von Hessen-Darmstadt" "von Hessen-Kassel" "von Hindenburg" "von Hohenzollern" "von Holstein-Gottorp" "von Knorr" "von Kleefeld" - "von Manteuffel" "von Mecklenburg-Schwerin" "von Mecklenburg-Strelitz" "von Moltke" "von Oldenburg" "von Rauch" "von Ravensberg" - "von Reuter" "von Richthofen" "von Sachsen-Altenburg" "von Sachsen-Coburg-Gotha" "von Sachsen-Meiningen" - "von Sachsen-Weimar-Eisenach" "von Schlieffen" "von Schwarzburg" "von Spee" "von Tirpitz" "von Waldeck und Pyrmont" "von Wettin" - "von Wrangel" "von Zieten" "zur Lippe" "von Roon" } - } - south_german = { - color = { 140 110 110 } #{ 110 80 80 } - first_names = { Adolf Albrecht Alexander Alfons Alois Anton Arthur Bernhard Christian - Edmund Eduard Engelbert Ernst Erwin Ferdinand Franz Friedrich Gebhard Gerhard Gottfried - Günther Gustav Heinrich Hermann Horst Jakob Joachim Johann Joseph - Julius Karl Konrad Kurt Leonhard Leopold Lorenz Lothar Ludwig Maximilian - Michael Otto Reinhold Rudolf Stefan Theodor Viktor Walter Werner Wilhelm } - - last_names = { Beck-Rzikowsky Blos Dankl Eisner Geiss Goering Hainisch Haus Held Hellpach - Hoffmann Hummel Köhler Mergenthaler Miklas Remmele Schmitt Schobber Seitz Steeb - Stolzer Trunk "von Baden" "von Benedek" "von Böhm-Ermolli" "von Brudermann" "von Clam-Gallas" "von der Tann" "von Dietrich" "von Gablenz" - "von Grünne" "von Habsburg" "von Hartmann" "von Haynau" "von Hess" "von Hohenhausen" "d'Aspre von Hoobreuk" "von Hortstein" "von Hötzendorf" "von Kirbach" - "von Kobratin" "von Schönburg" "von Tegetthoff" "von Uchatius" "von Wittelsbach" "von Württemberg" "von Zahringen" Wagner Wittmann "zu Hohenlohe" } - } - union = GER + leader = european + unit = EuropeanGC + north_german = { + color = { 90 60 60 } + first_names = { Adelbert Adolf Albrecht Alexander Alfred August Bernhard Burkhard Dieter + Eduard Edwin Erwin Erich Ernst Florian Franz Friedrich Fritz Georg Günther + Gustav Hasso Heinrich Helmuth Hermann Hugo Joachim Johann Jürgen Karl + Konrad Leonhard Leopold Ludwig Lukas Manfred Maximilian Michael Nikolaus Otto + Pascal Paul Peter Reinhard Rudolf Ruprecht Stefan Theodor Wilhelm Wolfgang } + + last_names = { Behncke Brommy Cordemann Dreyer Droste Groener "Herwarth von Bittenfeld" Heppendorf Hoffmann Krohn Ludendorff Schree + "Vogel von Falkenstein" "von Alten" "von Anhalt" "von Arentschildt" "von Bismarck-Bohlen" "von Blumenthal" "von Blomberg" "von Boyen" "von Braunschweig" "von Bülow" "von dem Knesebeck" "von Gebser" "von Fritsch" "von Halkett" "von Hannover" + "von Hessen-Darmstadt" "von Hessen-Kassel" "von Hindenburg" "von Hohenzollern" "von Holstein-Gottorp" "von Knorr" "von Kleefeld" + "von Manteuffel" "von Mecklenburg-Schwerin" "von Mecklenburg-Strelitz" "von Moltke" "von Oldenburg" "von Rauch" "von Ravensberg" + "von Reuter" "von Richthofen" "von Sachsen-Altenburg" "von Sachsen-Coburg-Gotha" "von Sachsen-Meiningen" + "von Sachsen-Weimar-Eisenach" "von Schlieffen" "von Schwarzburg" "von Spee" "von Tirpitz" "von Waldeck und Pyrmont" "von Wettin" + "von Wrangel" "von Zieten" "zur Lippe" "von Roon" } + } + south_german = { + color = { 140 110 110 } #{ 110 80 80 } + first_names = { Adolf Albrecht Alexander Alfons Alois Anton Arthur Bernhard Christian + Edmund Eduard Engelbert Ernst Erwin Ferdinand Franz Friedrich Gebhard Gerhard Gottfried + Günther Gustav Heinrich Hermann Horst Jakob Joachim Johann Joseph + Julius Karl Konrad Kurt Leonhard Leopold Lorenz Lothar Ludwig Maximilian + Michael Otto Reinhold Rudolf Stefan Theodor Viktor Walter Werner Wilhelm } + + last_names = { Beck-Rzikowsky Blos Dankl Eisner Geiss Goering Hainisch Haus Held Hellpach + Hoffmann Hummel Köhler Mergenthaler Miklas Remmele Schmitt Schobber Seitz Steeb + Stolzer Trunk "von Baden" "von Benedek" "von Böhm-Ermolli" "von Brudermann" "von Clam-Gallas" "von der Tann" "von Dietrich" "von Gablenz" + "von Grünne" "von Habsburg" "von Hartmann" "von Haynau" "von Hess" "von Hohenhausen" "d'Aspre von Hoobreuk" "von Hortstein" "von Hötzendorf" "von Kirbach" + "von Kobratin" "von Schönburg" "von Tegetthoff" "von Uchatius" "von Wittelsbach" "von Württemberg" "von Zahringen" Wagner Wittmann "zu Hohenlohe" } + } + union = GER } jewish_cultures = { - leader = european - unit = EuropeanGC - ashkenazi = { - color = { 150 212 214 } - first_names = { Abraham Albert Benjamin Daniel David Franz Gustav Heinrich Hermann Isaak Ignatz Jakob Jeremias Josef Leonhard Michael Mose Salomon Saul Shmuel - Sigmund Simon Theodor } - - last_names = { Abramovitch Ashkenazi Bernstein Birnbaum Bloch Cantor Cohen Frank Friedländer Ginsberg Goldstein Horowitz Israel Jacobsohn Kagan Kaplan Klein - Levin Luria Morgenstern Nathan Oren Rosenthal Sachs Schapiro Schwartz Weinstein Weiss } - } - sephardic = { - color = {50 60 10} - first_names = { Abraham Amos Baruch Binyamin Daniel David Efraim Ehud Eli Eliezer Elijah Gavriel Hebel Immanuel Itzhak Levi Mattiyahu Mensahe Mikhael Moshe - Natan Noach Reuben Roi Shalom Shimon Tovia Uriel Uzziel Yaakov Yachin Yafe Yehoshua Yehudah Yochanan Yonatan Yosef Zohar - } - - last_names = { Banai Barak "Ben Ami" Benveniste Canetti Cantor Cardoso Cohen Disraeli Gaon Golan Halevi Levy Maimon Mizrachi Montefiore Peretz Rafaeli Saban - Sassoon Sebag - } - } + leader = european + unit = EuropeanGC + ashkenazi = { + color = { 150 212 214 } + first_names = { Abraham Albert Benjamin Daniel David Franz Gustav Heinrich Hermann Isaak Ignatz Jakob Jeremias Josef Leonhard Michael Mose Salomon Saul Shmuel + Sigmund Simon Theodor } + + last_names = { Abramovitch Ashkenazi Bernstein Birnbaum Bloch Cantor Cohen Frank Friedländer Ginsberg Goldstein Horowitz Israel Jacobsohn Kagan Kaplan Klein + Levin Luria Morgenstern Nathan Oren Rosenthal Sachs Schapiro Schwartz Weinstein Weiss } + } + sephardic = { + color = {50 60 10} + first_names = { Abraham Amos Baruch Binyamin Daniel David Efraim Ehud Eli Eliezer Elijah Gavriel Hebel Immanuel Itzhak Levi Mattiyahu Mensahe Mikhael Moshe + Natan Noach Reuben Roi Shalom Shimon Tovia Uriel Uzziel Yaakov Yachin Yafe Yehoshua Yehudah Yochanan Yonatan Yosef Zohar + } + + last_names = { Banai Barak "Ben Ami" Benveniste Canetti Cantor Cardoso Cohen Disraeli Gaon Golan Halevi Levy Maimon Mizrachi Montefiore Peretz Rafaeli Saban + Sassoon Sebag + } + } } beneluxian = { - leader = european - unit = EuropeanGC - dutch = { - color = { 230 130 50} - first_names = { - Adolf Adriaan Alexander Andreas Antoon Andries Antonius Abraham - Barthout - Casimir Constantijn Cornelis Christiaan Christoffel - Daniël David Dominicus Daniel Dirk - Elias Ernst Erwin Eise - Frans Frederik - Gijsbert Godfried Gustaaf Gaspar Gabriel Gerard Gerben - Hendrik Hans Hugo - Isaac - Johan Jurgen Jacob Jeroen Jan Joost - Karel Kasper - Luuk Lodewijk Laurens - Marius Matthijs Maximiliaam Merkus Moritz Maurits - Nikolaas - Pauwel Paul Pieter - Quinten - Rafaël Ruben Rudolf Roeland Rogier Rutger - Stefan Simon - Thomas - Victor Willem Vincent - Zacharias - } - - last_names = { - "van der Aa" "van Assendelft" - Boetge Boumeester "van Bronkhorst" Batenburg Bentinck Boreel Brandt "van Brederode" Brouwer Buyskes "van Braam Houckgeest" - "van der Capellen" Chassé Cochius Coops "de Casembroot" Cleerens Coehoorn Coen "de Constant Rebecque" Crijnssen - - "van Culemborg" - Duycker "de Eerens" "de Kock" Deijkerhoff "den Beer Poortugael" Daendels "van Diemen" "van der Does" "van Duivenvoorde" - Ellis Engels Engelvaart "van Egmont" Evertzen - Fabius - Gregory "van Galen" "de Grouwe" "van Geen" - "van Ham" "van Haren" "van Heemskerck" "van Heutsz" "Cort-Heyligers" "de Houtman" "van Huchtenbroek" - "van Ilpendam" - Janssens - Köhler Kool Kruys Kater "van Keppel" Kortenaer - List Lucas - Michiels "van Marnix" Martena "de Moor" "Melvill van Carnbee" - Nepveu Nachtegaal "van Nieuwenaar" "van Noort" - Ongerboer - "van Pallandt" - Rijk Röell "van Raephorst" "van Rechteren" Reijersen "van Renesse" "van Riebeeck" "de Rijk" "van Rossum" - Sabron "Schimmelpenninck van der Oye" "van Saksen-Weimar" "van Spilbergen" Staal Stokhuyzen Schouten Schenk Spiegel - - Steltman Stuyvesant - Tasman "van Troyen" Trip - "van Dambenoy" "van den Bosch" "van der Heijden" "van Hoensbroeck" "van Oranje-Nassau" "van Swieten" - "van Vredenburch" Verspijck Vetter Weitzel "Van Utenhove" - "van Walbeeck" "van Wassenaer" "van der Werff" "van Wesembeke" "van Wingle" "van der Wijck" "van Wijngaarden" "de Winter" - Wolterbeek - } - } - flemish = { - color = { 250 180 80 } - first_names = { Adolf Adolphe Alexander Alexandre Alfons Alphonse Adriaan Albert Andries Antoine Auguste Boudewijn Bonifaas - Camille Charles Constant David Désiré Diederik Edmond Emmanuel Etienne Eugène Félix Filip Frans Ferdinand François Frederik - Guillaume Gustave Hendrik Henri Herman Ignaas Ignace Jan Jean Jean-Baptiste Jean-François Jean-Louis Jean-Jacques - Jochem Joseph Josse Jozef Jules Karel Laurens Léon Léonard Leopold Louis Lucien Manfred Mathias Nicolas Nikolaas Olivier - Paul Philippe Philippe-Joseph Pierre Pieter Robert Sylvain Theodoor Victor Vincent Werner Willem } - - last_names = { Andries "Annez de Zillebroeck" Barbanson Barthélémy Beaucarne Beernaert Berthels Bethune Beyts Bischoff Blomme Bosmans - "Boucqueau de Villeraye" Buylaert Buyse Claes Claus Cogels Cols Coppens Coppieters Corten Cruts "d'Arschot Schoonhoven" - d'Ansembourg d'Hanens "de Brouckère" "de Celles" "de Coninck" "de Decker" "de Foere" "de Gaesebeke" "de Ghellink" "de Grez" - "de Haerne" "de Jonghe" "de Jonghe d'Ardoye" "de Langhe" "de Leeuw" "de Leuze" "de Man" "de Meer de Moorsel" - "de Meester" "de Mérode" "de Muelenaere" "de Pelichy" "de Renesse" "de Robiano" "de Rodes" "de Roo" "de Ryckere" - "de Smet" "de Theux de Meylandt" "de Tiecken" "de Viron" "de Woelmont" Dayeneux Delberke Delehaye Delwarde "Desmanet de Biesme" - Destouvelles Deswert Devaux Dhanis Domis "du Bois" Fransman Gelders Geudens Goethals Hennequin "Huysman d'Annecroix" - Jacobs Janssens Joos Jottrand Kockaert Ledeganck Lefebvre Liedts Marcq Meeus Morel Moyersoen Mulle Nypels - Ooms Osy Peemans Peeters Petens Rodenbach Roels Rosseuw Rouppe Rutten Serruys Schollaert Speelman Simons Struye - "Surlet de Chokier" "Surmont de Volsberghe" Terlinden Teuwens Tilkens Thienpont "van Caloen" "van Casteel" "van Crombrugghe" - "van de Kerchove" "van de Werve de Vorselaar" "van de Weyer" "van den Broucke" "van den Hove" "van der Belen" "van der Bruggen" - "van der Burch" "van der Eecken" "van der Linden" "van der Linden d'Hooghvorst" "van der Looy" "van Dievoet" "van Dorpe" - "van Havre" "van Hoobrouck" "van Innis" "van Meenen" "van Neste" "van Snick" "van Tongerloo" "van Volden de Lombeke" "van Zeeland" - Vandive Verbeke Vercruysse Verduyn Vergauwen "Verseyden de Varick" Verwilghen "Vilain XIIII" Wallaert Wannaar Werbrouck Wyvekens } - } - wallonian = { - color = { 190 90 20 } - first_names = { Albert Alexandre Alexis Alphonse André Antoine Auguste Barthélémy Baudouin Blaise Camille Clément Charles Constant - Damien David Désiré Didier Edmond Édouard Emmanuel Émile Etienne Eugène Félix Fernand Feullien Florent François Frédéric Georges - Gérard Gilles Guillaume Gustave Henri Hercule Hubert Ignace Isidore Jacques Jean Jean-Baptiste Jean-François Jean-Louis - Jean-Jacques Joseph Jules Lambert Laurent Léon Léonard Léopold Louis Lucien Mathieu Maxime Maximilien Nicolas Olivier - Pascal Patrice Paul Philippe Philippe-Joseph Pierre Pierre-Guillaume Sébastien Sylvain Théophile Victor Vincent Werner } - - last_names = { Allard Barbanson Barthélémy Baugniet Beaucarne Berger Berthels Beyts Biver Blargnies Brialmont Bredart Cauvin Collet - Cols Claus Clerix Coquilhat d'Arenberg d'Huart d'Omalius d'Oreye d'Oultremont David Davignon "de Baillet" "de Beaufort" - "de Behr" "de Bocarmé" "de Bousies" "de Brouckère" "de Broqueville" "de Burlet" "de Celles" "de Chasteler" "de Coppin de Falaen" - "de Croÿ" "de Decker" "de Dixmude" "de Gerlache" "de Grez" "de Hemptinne" "de Labbeville" "de Lannoy" "de Ligne" "de Leuze" "de Melin" - "de Mérode" "de Pelichy" "de Quarre" "de Riquet" "de Robaulx" "de Rouille" "de Sauvage" "de Sécus" "de Selys Longchamps" - "de Stassart" "de Stockem" "de Theux de Meylandt" "de Trazegnies" "de Trooz" "de Viron" "de Waha" Defacqz Deguise Delacroix - "Desmanet de Biesme" Destriveaux Dethier Devaux Deville Dewandre Dhanis Dreze "du Bois" "du Bus" "du Pont" "du Val de Beaulieu" Dumont - Fallon Fendius Figeys Fleury-Dubay Fleussu Forgeur Frison Fuchs Gendebien Goffint Henry "Huysman d'Annecroix" Jacques Joos Jottrand - Lahure Lardinois "le Cocq" "le Hon" Lebeau Leclercq Lefebvre Leman Malou Marcq Marlet Masbourg Nagelmackers Nalinne Nothomb - Orban Pétillon Picquet Pirmez Pirson Raikem Roeser Rogier Rouen Rouppe Seron Thonus Thorn "van Snick" Wahis Wangermée Wyvekens Zoude } - } + leader = european + unit = EuropeanGC + dutch = { + color = { 230 130 50} + first_names = { + Adolf Adriaan Alexander Andreas Antoon Andries Antonius Abraham + Barthout + Casimir Constantijn Cornelis Christiaan Christoffel + Daniël David Dominicus Daniel Dirk + Elias Ernst Erwin Eise + Frans Frederik + Gijsbert Godfried Gustaaf Gaspar Gabriel Gerard Gerben + Hendrik Hans Hugo + Isaac + Johan Jurgen Jacob Jeroen Jan Joost + Karel Kasper + Luuk Lodewijk Laurens + Marius Matthijs Maximiliaam Merkus Moritz Maurits + Nikolaas + Pauwel Paul Pieter + Quinten + Rafaël Ruben Rudolf Roeland Rogier Rutger + Stefan Simon + Thomas + Victor Willem Vincent + Zacharias + } + + last_names = { + "van der Aa" "van Assendelft" + Boetge Boumeester "van Bronkhorst" Batenburg Bentinck Boreel Brandt "van Brederode" Brouwer Buyskes "van Braam Houckgeest" + "van der Capellen" Chassé Cochius Coops "de Casembroot" Cleerens Coehoorn Coen "de Constant Rebecque" Crijnssen + + "van Culemborg" + Duycker "de Eerens" "de Kock" Deijkerhoff "den Beer Poortugael" Daendels "van Diemen" "van der Does" "van Duivenvoorde" + Ellis Engels Engelvaart "van Egmont" Evertzen + Fabius + Gregory "van Galen" "de Grouwe" "van Geen" + "van Ham" "van Haren" "van Heemskerck" "van Heutsz" "Cort-Heyligers" "de Houtman" "van Huchtenbroek" + "van Ilpendam" + Janssens + Köhler Kool Kruys Kater "van Keppel" Kortenaer + List Lucas + Michiels "van Marnix" Martena "de Moor" "Melvill van Carnbee" + Nepveu Nachtegaal "van Nieuwenaar" "van Noort" + Ongerboer + "van Pallandt" + Rijk Röell "van Raephorst" "van Rechteren" Reijersen "van Renesse" "van Riebeeck" "de Rijk" "van Rossum" + Sabron "Schimmelpenninck van der Oye" "van Saksen-Weimar" "van Spilbergen" Staal Stokhuyzen Schouten Schenk Spiegel + + Steltman Stuyvesant + Tasman "van Troyen" Trip + "van Dambenoy" "van den Bosch" "van der Heijden" "van Hoensbroeck" "van Oranje-Nassau" "van Swieten" + "van Vredenburch" Verspijck Vetter Weitzel "Van Utenhove" + "van Walbeeck" "van Wassenaer" "van der Werff" "van Wesembeke" "van Wingle" "van der Wijck" "van Wijngaarden" "de Winter" + Wolterbeek + } + } + flemish = { + color = { 250 180 80 } + first_names = { Adolf Adolphe Alexander Alexandre Alfons Alphonse Adriaan Albert Andries Antoine Auguste Boudewijn Bonifaas + Camille Charles Constant David Désiré Diederik Edmond Emmanuel Etienne Eugène Félix Filip Frans Ferdinand François Frederik + Guillaume Gustave Hendrik Henri Herman Ignaas Ignace Jan Jean Jean-Baptiste Jean-François Jean-Louis Jean-Jacques + Jochem Joseph Josse Jozef Jules Karel Laurens Léon Léonard Leopold Louis Lucien Manfred Mathias Nicolas Nikolaas Olivier + Paul Philippe Philippe-Joseph Pierre Pieter Robert Sylvain Theodoor Victor Vincent Werner Willem } + + last_names = { Andries "Annez de Zillebroeck" Barbanson Barthélémy Beaucarne Beernaert Berthels Bethune Beyts Bischoff Blomme Bosmans + "Boucqueau de Villeraye" Buylaert Buyse Claes Claus Cogels Cols Coppens Coppieters Corten Cruts "d'Arschot Schoonhoven" + d'Ansembourg d'Hanens "de Brouckère" "de Celles" "de Coninck" "de Decker" "de Foere" "de Gaesebeke" "de Ghellink" "de Grez" + "de Haerne" "de Jonghe" "de Jonghe d'Ardoye" "de Langhe" "de Leeuw" "de Leuze" "de Man" "de Meer de Moorsel" + "de Meester" "de Mérode" "de Muelenaere" "de Pelichy" "de Renesse" "de Robiano" "de Rodes" "de Roo" "de Ryckere" + "de Smet" "de Theux de Meylandt" "de Tiecken" "de Viron" "de Woelmont" Dayeneux Delberke Delehaye Delwarde "Desmanet de Biesme" + Destouvelles Deswert Devaux Dhanis Domis "du Bois" Fransman Gelders Geudens Goethals Hennequin "Huysman d'Annecroix" + Jacobs Janssens Joos Jottrand Kockaert Ledeganck Lefebvre Liedts Marcq Meeus Morel Moyersoen Mulle Nypels + Ooms Osy Peemans Peeters Petens Rodenbach Roels Rosseuw Rouppe Rutten Serruys Schollaert Speelman Simons Struye + "Surlet de Chokier" "Surmont de Volsberghe" Terlinden Teuwens Tilkens Thienpont "van Caloen" "van Casteel" "van Crombrugghe" + "van de Kerchove" "van de Werve de Vorselaar" "van de Weyer" "van den Broucke" "van den Hove" "van der Belen" "van der Bruggen" + "van der Burch" "van der Eecken" "van der Linden" "van der Linden d'Hooghvorst" "van der Looy" "van Dievoet" "van Dorpe" + "van Havre" "van Hoobrouck" "van Innis" "van Meenen" "van Neste" "van Snick" "van Tongerloo" "van Volden de Lombeke" "van Zeeland" + Vandive Verbeke Vercruysse Verduyn Vergauwen "Verseyden de Varick" Verwilghen "Vilain XIIII" Wallaert Wannaar Werbrouck Wyvekens } + } + wallonian = { + color = { 190 90 20 } + first_names = { Albert Alexandre Alexis Alphonse André Antoine Auguste Barthélémy Baudouin Blaise Camille Clément Charles Constant + Damien David Désiré Didier Edmond Édouard Emmanuel Émile Etienne Eugène Félix Fernand Feullien Florent François Frédéric Georges + Gérard Gilles Guillaume Gustave Henri Hercule Hubert Ignace Isidore Jacques Jean Jean-Baptiste Jean-François Jean-Louis + Jean-Jacques Joseph Jules Lambert Laurent Léon Léonard Léopold Louis Lucien Mathieu Maxime Maximilien Nicolas Olivier + Pascal Patrice Paul Philippe Philippe-Joseph Pierre Pierre-Guillaume Sébastien Sylvain Théophile Victor Vincent Werner } + + last_names = { Allard Barbanson Barthélémy Baugniet Beaucarne Berger Berthels Beyts Biver Blargnies Brialmont Bredart Cauvin Collet + Cols Claus Clerix Coquilhat d'Arenberg d'Huart d'Omalius d'Oreye d'Oultremont David Davignon "de Baillet" "de Beaufort" + "de Behr" "de Bocarmé" "de Bousies" "de Brouckère" "de Broqueville" "de Burlet" "de Celles" "de Chasteler" "de Coppin de Falaen" + "de Croÿ" "de Decker" "de Dixmude" "de Gerlache" "de Grez" "de Hemptinne" "de Labbeville" "de Lannoy" "de Ligne" "de Leuze" "de Melin" + "de Mérode" "de Pelichy" "de Quarre" "de Riquet" "de Robaulx" "de Rouille" "de Sauvage" "de Sécus" "de Selys Longchamps" + "de Stassart" "de Stockem" "de Theux de Meylandt" "de Trazegnies" "de Trooz" "de Viron" "de Waha" Defacqz Deguise Delacroix + "Desmanet de Biesme" Destriveaux Dethier Devaux Deville Dewandre Dhanis Dreze "du Bois" "du Bus" "du Pont" "du Val de Beaulieu" Dumont + Fallon Fendius Figeys Fleury-Dubay Fleussu Forgeur Frison Fuchs Gendebien Goffint Henry "Huysman d'Annecroix" Jacques Joos Jottrand + Lahure Lardinois "le Cocq" "le Hon" Lebeau Leclercq Lefebvre Leman Malou Marcq Marlet Masbourg Nagelmackers Nalinne Nothomb + Orban Pétillon Picquet Pirmez Pirson Raikem Roeser Rogier Rouen Rouppe Seron Thonus Thorn "van Snick" Wahis Wangermée Wyvekens Zoude } + } } pan_swiss = { - leader = european - unit = EuropeanGC - swiss = { - color = { 180 40 40} - first_names = { Adolf Alexander Eduard Ernst Franz Hans Johann Josef Konstantin Martin - Melchior Robert Rudolf Ulrich Wilhelm Augusto Enrico Flavio Giuseppe Vincenzo - Antoine Charles Emmanuel Guillaume Gustave Henri Hugo Louis Marc Paul } - - last_names = { Brenner Deucher Funk Haab Herzog Knüsel Munzinger Näff Schneider Siegwart-Müller - "von Donatz" "von Salis-Soglio" "von Steiger" "von Tavel" Wille Celio Cotti Fogliardi Motta Zeni - Ador Calonder Chaudet Comtesse "de Prangins" Dufour Fornerod Guisan Ruchet Ruchonnet } - } + leader = european + unit = EuropeanGC + swiss = { + color = { 180 40 40} + first_names = { Adolf Alexander Eduard Ernst Franz Hans Johann Josef Konstantin Martin + Melchior Robert Rudolf Ulrich Wilhelm Augusto Enrico Flavio Giuseppe Vincenzo + Antoine Charles Emmanuel Guillaume Gustave Henri Hugo Louis Marc Paul } + + last_names = { Brenner Deucher Funk Haab Herzog Knüsel Munzinger Näff Schneider Siegwart-Müller + "von Donatz" "von Salis-Soglio" "von Steiger" "von Tavel" Wille Celio Cotti Fogliardi Motta Zeni + Ador Calonder Chaudet Comtesse "de Prangins" Dufour Fornerod Guisan Ruchet Ruchonnet } + } } - + scandinavian = { - leader = european - unit = SwedishGC - swedish = { - color = { 20 40 160} - first_names = { Albrecht Alexander Arnold August Axel Baltzar Carl Christofer Didrik Edvard - Elias Emil Erik Esaias Fabian Frans Fredrik Gunnar Gustav Henrik - Jakob Jesper Johan Julius Knut Lars Ludvig Magnus Michael Nikolaus - Nils Olof Oscar Per Rudolf Sten Theodor Verner Viktor Vilhelm } - - last_names = { Abelin Bernardotte Bildt Björnstjerna Brahe Brakenhielm Breitholtz Chrsiterson Crusebjörn Dyrssen - Ehnemark Ehrenstam Gyllengranat Gyndestolpe Ingelman Leijonhufvud Lindman Mörner Nordenskiöld "Palanger af Vega" - Palmstierna Peyron Rappe Reuterskiöld Rosensvärd Ryding Sprengtportem Ström Taube Tawast - Thörnell Thulstrup Tingsten Ulner Virgin "von Essen" "von Hohenhausen" "von Otter" "von Platen" Weidenhielm } - } - danish = { - color = { 220 40 40} - first_names = { Aage Adam Alber Anders ASmund Axel Carl Christian Edvard Edvin - Erik Folke Frederik Georg Hannibal Hans Henrik Herman Hugo Ivar - Jacob Johan Julius Knud Ludvig Magnus Michael Niels Olav Otto - Peter Poul Sigurd Sven Tage Thomas Thorvald Ukrik Valdemar Vilhelm } - - last_names = { Ahlefeldt Asp-Persson Berger Bonde Carlsen Dannemand Danneskjold-Samso "de Meza" Eberlin Falsen - Folsach Güntelberg Gyldenfeldt Haack Hambro Haxthausen Juul Klauman Krogh Laessoe - Leuenbach Lovenbalk Michaelsen Mylius Neergaard Obelitz Oxholm Reventlow Rosenkrantz Schack-Schackenborg - Stemman Suenson Thygeson Trampe Urne "von Holstein" "von Oldenburg" Wadenstierna Wedel-Heinen Zytphen-Adeler } - } - norwegian = { - color = { 140 20 140} - first_names = { Alfred Adrian Arne Bernt Bjorn Carl Caspar Christian Christopher Cort - Einar Elias Fredrik Georg Gerhard Gustav Haakon Hans Harald Herman - Johan Jorgen Ludvig Nils Ogmund Olav Osvald Otto Peter Sigurd } - - last_names = { Adeler Balchen Berg Bloch Borresen Bratzland Brentzon Dhal Egge Fleicher - Frisvold Hákonarson Hansen Hund Kaldager Konow Lambrechts Morgenstierne Munthe Petersen - Rye Sissener Skjalgsson Tambarskjelve "von Holstein-Glücksburg" "von Klenow" Wedel-Jarlsberg Wiborg With Zeiner-Gundersen } - } - icelandic = { - color = { 80 20 150} - first_names = { Agnar Ásgeir Björn Eidur Einar Emil Geir Gudmund Gunnar Hannes - Hermann Jón Kristján Magnús Ólafur Pétur Sigurdur Stefán Sveinn Tryggvi } - - last_names = { Arnórsson Ásgeirsson Benediktsson Bjarnasen Björnsson Eggers Eldjárn Hafstein Hansen - Hermannsson Johánesson Jónsson Magnússon Stefánsson Steinthosson Thórdarson Thórhallson Thorláksson Thurs } - } - union = SCA + leader = european + unit = SwedishGC + swedish = { + color = { 20 40 160} + first_names = { Albrecht Alexander Arnold August Axel Baltzar Carl Christofer Didrik Edvard + Elias Emil Erik Esaias Fabian Frans Fredrik Gunnar Gustav Henrik + Jakob Jesper Johan Julius Knut Lars Ludvig Magnus Michael Nikolaus + Nils Olof Oscar Per Rudolf Sten Theodor Verner Viktor Vilhelm } + + last_names = { Abelin Bernardotte Bildt Björnstjerna Brahe Brakenhielm Breitholtz Chrsiterson Crusebjörn Dyrssen + Ehnemark Ehrenstam Gyllengranat Gyndestolpe Ingelman Leijonhufvud Lindman Mörner Nordenskiöld "Palanger af Vega" + Palmstierna Peyron Rappe Reuterskiöld Rosensvärd Ryding Sprengtportem Ström Taube Tawast + Thörnell Thulstrup Tingsten Ulner Virgin "von Essen" "von Hohenhausen" "von Otter" "von Platen" Weidenhielm } + } + danish = { + color = { 220 40 40} + first_names = { Aage Adam Alber Anders ASmund Axel Carl Christian Edvard Edvin + Erik Folke Frederik Georg Hannibal Hans Henrik Herman Hugo Ivar + Jacob Johan Julius Knud Ludvig Magnus Michael Niels Olav Otto + Peter Poul Sigurd Sven Tage Thomas Thorvald Ukrik Valdemar Vilhelm } + + last_names = { Ahlefeldt Asp-Persson Berger Bonde Carlsen Dannemand Danneskjold-Samso "de Meza" Eberlin Falsen + Folsach Güntelberg Gyldenfeldt Haack Hambro Haxthausen Juul Klauman Krogh Laessoe + Leuenbach Lovenbalk Michaelsen Mylius Neergaard Obelitz Oxholm Reventlow Rosenkrantz Schack-Schackenborg + Stemman Suenson Thygeson Trampe Urne "von Holstein" "von Oldenburg" Wadenstierna Wedel-Heinen Zytphen-Adeler } + } + norwegian = { + color = { 140 20 140} + first_names = { Alfred Adrian Arne Bernt Bjorn Carl Caspar Christian Christopher Cort + Einar Elias Fredrik Georg Gerhard Gustav Haakon Hans Harald Herman + Johan Jorgen Ludvig Nils Ogmund Olav Osvald Otto Peter Sigurd } + + last_names = { Adeler Balchen Berg Bloch Borresen Bratzland Brentzon Dhal Egge Fleicher + Frisvold Hákonarson Hansen Hund Kaldager Konow Lambrechts Morgenstierne Munthe Petersen + Rye Sissener Skjalgsson Tambarskjelve "von Holstein-Glücksburg" "von Klenow" Wedel-Jarlsberg Wiborg With Zeiner-Gundersen } + } + icelandic = { + color = { 80 20 150} + first_names = { Agnar Ásgeir Björn Eidur Einar Emil Geir Gudmund Gunnar Hannes + Hermann Jón Kristján Magnús Ólafur Pétur Sigurdur Stefán Sveinn Tryggvi } + + last_names = { Arnórsson Ásgeirsson Benediktsson Bjarnasen Björnsson Eggers Eldjárn Hafstein Hansen + Hermannsson Johánesson Jónsson Magnússon Stefánsson Steinthosson Thórdarson Thórhallson Thorláksson Thurs } + } + union = SCA } finnougric = { - leader = european - unit = SwedishGC - finnish = { - color = { 220 220 220} - first_names = { Aatto Akseli Aleksanteri Anders Aukusti Edvard Eemil Erkki Erno Fabian - Fredrik Fridolf Georg Gösta Harald Hjalmar Hugo Johannes Juho Kaarlo - Kurt Lars Martti Mikko Paavo Petteri Rudolf Väinö Viktor Vilho } - - last_names = { Airo Alopaeus Aspara Cajander Ehrnrooth Heinrichs Heiskanen Holsti Ignatius Järnefält - Linder Mannerheim Multamäki Nenonen Oesch Öquist Österman Paasikivi Raappana Ramsay - Sihvo Siilasvuo Talvela Thesleff Tujulin Tuompo "von Hesse-Kassel" Walden Wallenius Wetzer } - radicalism = 5 - } - sami = { - color = { 60 180 110} - first_names = { - Asllak Biejas Dure Erke Hanno Iskko Joha Laras Markkos Mikko Niillas Osku Uhkku - } - last_names = { - Hætta Somby Turi Magga Dunfjeld Kvitfjell Kappfjell - } - } - ugrian = { - color = {60 160 160} - first_names = { Aleksandr Dmitri Ivan Jukka Santeri Vladimir } - last_names = { Kokko Likhachev Mamin Minin Sibiriak Tikhanov Zubov } - } + leader = european + unit = SwedishGC + finnish = { + color = { 220 220 220} + first_names = { Aatto Akseli Aleksanteri Anders Aukusti Edvard Eemil Erkki Erno Fabian + Fredrik Fridolf Georg Gösta Harald Hjalmar Hugo Johannes Juho Kaarlo + Kurt Lars Martti Mikko Paavo Petteri Rudolf Väinö Viktor Vilho } + + last_names = { Airo Alopaeus Aspara Cajander Ehrnrooth Heinrichs Heiskanen Holsti Ignatius Järnefält + Linder Mannerheim Multamäki Nenonen Oesch Öquist Österman Paasikivi Raappana Ramsay + Sihvo Siilasvuo Talvela Thesleff Tujulin Tuompo "von Hesse-Kassel" Walden Wallenius Wetzer } + radicalism = 5 + } + sami = { + color = { 60 180 110} + first_names = { + Asllak Biejas Dure Erke Hanno Iskko Joha Laras Markkos Mikko Niillas Osku Uhkku + } + last_names = { + Hætta Somby Turi Magga Dunfjeld Kvitfjell Kappfjell + } + } + ugrian = { + color = {60 160 160} + first_names = { Aleksandr Dmitri Ivan Jukka Santeri Vladimir } + last_names = { Kokko Likhachev Mamin Minin Sibiriak Tikhanov Zubov } + } } british = { - leader = european - unit = BritishGC - british = { - color = { 220 100 220} - first_names = { Albert Alexander Alfred Archibald Arthur Augustus Benjamin Bernard Charles Colbert - Colin Cyril David Donald Douglas Edmund Edwar Fairfax Ferdinand Francis - Frederick Geoffrey George Graham Henrey Herbert Horatio Hubert Hugh Ian - James Jeremy John Joseph Leopold Lester Louis Martin Nigel Oswald - Percy Reginald Richard Robert Russell Stanley Thomas Wallace William Winston Zachary } - - last_names = { Allenby Battemberg Beatty Beresford Brown Buller Butler Campbell Cardigan Churchill - Cochrane Cockburn "de Robeck" Dundas Fisher French Gough Grant Grenfell Haig - Hamilton Hardinge Havelock Hope Jellicoe Kitchener Lyons Madden Milne Montgomery - Moresby Mundy Napier Odoni "of Hannover" "of Saxe-Coburg-Gotha" Plummer Ragland Roberts Seaton Seymour - Smith Smith-Dorrien Stewart Thesiger Tyron Tyrwhitt Williams Windsor Wolseley Wood } - } - irish = { - color = { 35 140 50} - radicalism = 15 - primary = IRE - first_names = { Alexander Arthur Brian Cathal Christopher Con Daniel Denis Desmond Éamon - Edward Ernes Fionán Frank George Harry Jack James John Joseph - Kevin Liam Michael Patrick Peter Richard Robert Séan Thomas William } - - last_names = { Aiken Ashe Breen Brugha Collins Connolly Cosgrave Craig "de Valera" Donnelly - FitzGerald Griffith Kelly Larkin Lynch Mallin McCartan McCullough McGarry McGuinness - Mulcahy O'Brien O'Connor O'Doherty O'Higgins O'Leary O'Mara Pearse Plunket White } - } - scottish = { - color = { 0 71 182 } - radicalism = 5 - primary = SCO - first_names = { Alan Alastair Alban Alpin Andrew Angus Aulay Blane Boyd Calum Clyde Coll Derek Donald Donnan Dougal Douglas Duff Duncan Ewan Farquar Fingal Finlay Gavin Gillian Gillis Gordon Greer Hamish Ian Ivar Kenneth Kentigern Kirk Kyle Lachlan Lorne Malcolm Mirren Mungo Neil Nevin Ranald Rory Ross Sholto Somerled Tavish Torquil Wallace} - - last_names = { Smith Brown Wilson Robertson Thomson Campbell Stewart Anderson Scott Murray MacDonald Reid Taylor Clark Ross Young Mitchell Watson Paterson Morrison Sanders } - } - + leader = european + unit = BritishGC + british = { + color = { 220 100 220} + first_names = { Albert Alexander Alfred Archibald Arthur Augustus Benjamin Bernard Charles Colbert + Colin Cyril David Donald Douglas Edmund Edwar Fairfax Ferdinand Francis + Frederick Geoffrey George Graham Henrey Herbert Horatio Hubert Hugh Ian + James Jeremy John Joseph Leopold Lester Louis Martin Nigel Oswald + Percy Reginald Richard Robert Russell Stanley Thomas Wallace William Winston Zachary } + + last_names = { Allenby Battemberg Beatty Beresford Brown Buller Butler Campbell Cardigan Churchill + Cochrane Cockburn "de Robeck" Dundas Fisher French Gough Grant Grenfell Haig + Hamilton Hardinge Havelock Hope Jellicoe Kitchener Lyons Madden Milne Montgomery + Moresby Mundy Napier Odoni "of Hannover" "of Saxe-Coburg-Gotha" Plummer Ragland Roberts Seaton Seymour + Smith Smith-Dorrien Stewart Thesiger Tyron Tyrwhitt Williams Windsor Wolseley Wood } + } + irish = { + color = { 35 140 50} + radicalism = 15 + primary = IRE + first_names = { Alexander Arthur Brian Cathal Christopher Con Daniel Denis Desmond Éamon + Edward Ernes Fionán Frank George Harry Jack James John Joseph + Kevin Liam Michael Patrick Peter Richard Robert Séan Thomas William } + + last_names = { Aiken Ashe Breen Brugha Collins Connolly Cosgrave Craig "de Valera" Donnelly + FitzGerald Griffith Kelly Larkin Lynch Mallin McCartan McCullough McGarry McGuinness + Mulcahy O'Brien O'Connor O'Doherty O'Higgins O'Leary O'Mara Pearse Plunket White } + } + scottish = { + color = { 0 71 182 } + radicalism = 5 + primary = SCO + first_names = { Alan Alastair Alban Alpin Andrew Angus Aulay Blane Boyd Calum Clyde Coll Derek Donald Donnan Dougal Douglas Duff Duncan Ewan Farquar Fingal Finlay Gavin Gillian Gillis Gordon Greer Hamish Ian Ivar Kenneth Kentigern Kirk Kyle Lachlan Lorne Malcolm Mirren Mungo Neil Nevin Ranald Rory Ross Sholto Somerled Tavish Torquil Wallace} + + last_names = { Smith Brown Wilson Robertson Thomson Campbell Stewart Anderson Scott Murray MacDonald Reid Taylor Clark Ross Young Mitchell Watson Paterson Morrison Sanders } + } + } italian = { - leader = european - unit = ItalianGC - north_italian = { - color = { 90 210 130} - first_names = { Alessandro Alfonso Ambrogio Amedeo Andrea Angelo Antonio Benito Camillo Carlo - Cesare Costanzo Davide Enrico Ettore Fabrizio Faustino Federico Felice Ferdinando - Fiorenzo Francesco Gaetano Gennaro Girolamo Giulio Giuseppe Guglielmo Innocenzo Leopoldo - Luigi Marco Massimo Matteo Nicola Oreste Paolo Pasquale Pietro Prospero - Raffaele Roberto Ruggiero Silvio Simone Tancredi Ugo Umberto Vincenzo Vittorio } - - last_names = { Acton Albricci Badoglio Baldissera Baratieri Bava-Beccaris Cadorna Cagni Canevaro Capello - Caviglia Ceccherini Cialdini Cusani d'Absburgo-Toscana d'Austria-Este Dezza "di Borbone di Parma" "di Robilant" "di Savoia" - "di Savoia-Aosta" Emo Fanti Fara Filomarino Garibaldi Giardino Govone "La Màrmora" Mambretti - Menabrea Orengo "Pacoret de Saint Bon" Pallavicino Pecori-Giraldi "Pellion di Persano" Pelloux Perruchetti Pianelli Porro - Presbitero Ramorino Ricotti-Magnani Sacchi Saletta Sanna Solari "Thaon di Revel" Vaccari Zupelli } - } - south_italian = { - color = { 40 150 90} - first_names = { Alessandro Armando Augusto Carlo Cesare Corrado Domenico Enrico Fabio Fabrizio - Ferdinando Francesco Gaetano Giacomo Giovanni Giulio Giuseppe Guglielmo Leopoldo Lorenzo - Ludovico Marcantonio Marino Mario Matteo Nicola Orazio Sigismondo Tommasso Vincenzo } - - last_names = { Anfora Barberini-Colonna Bonaccorsi Caraga Cattaneo Chigi Clary Colonna "de Liguori" "de Riseis" - "della Rovere" "di Borbone della Due Sicilia" Diaz Ferrari Filangieri Gironda Gravina Grifeo Lanza Lombardo - Lunardi Molinelli Orsini Ottaviani Pironti Scammacca Torlonia Turrisi Vernazza Zunica } - radicalism = 10 - } - maltese = { - color = {100 150 120} - primary = MLT - first_names = { Alessandru Beru Duminku Enrico Fernardu Frangisku Gabriel Ferlad Gorg Joseph - Karmenu Lawrenz Marju Mikiel Ninu Pawlu Rokku Saber Ugo Valent } - - last_names = { Abela Adami Azzopardi Boffa Borg Buhagiar Cassar Farrugia Frendo Gonzi - Howard Mifsud Mintoff Mizzi Muscat Olivier Puli Pullicino Strickland Vella } - } - - union = ITA + leader = european + unit = ItalianGC + north_italian = { + color = { 90 210 130} + first_names = { Alessandro Alfonso Ambrogio Amedeo Andrea Angelo Antonio Benito Camillo Carlo + Cesare Costanzo Davide Enrico Ettore Fabrizio Faustino Federico Felice Ferdinando + Fiorenzo Francesco Gaetano Gennaro Girolamo Giulio Giuseppe Guglielmo Innocenzo Leopoldo + Luigi Marco Massimo Matteo Nicola Oreste Paolo Pasquale Pietro Prospero + Raffaele Roberto Ruggiero Silvio Simone Tancredi Ugo Umberto Vincenzo Vittorio } + + last_names = { Acton Albricci Badoglio Baldissera Baratieri Bava-Beccaris Cadorna Cagni Canevaro Capello + Caviglia Ceccherini Cialdini Cusani d'Absburgo-Toscana d'Austria-Este Dezza "di Borbone di Parma" "di Robilant" "di Savoia" + "di Savoia-Aosta" Emo Fanti Fara Filomarino Garibaldi Giardino Govone "La Màrmora" Mambretti + Menabrea Orengo "Pacoret de Saint Bon" Pallavicino Pecori-Giraldi "Pellion di Persano" Pelloux Perruchetti Pianelli Porro + Presbitero Ramorino Ricotti-Magnani Sacchi Saletta Sanna Solari "Thaon di Revel" Vaccari Zupelli } + } + south_italian = { + color = { 40 150 90} + first_names = { Alessandro Armando Augusto Carlo Cesare Corrado Domenico Enrico Fabio Fabrizio + Ferdinando Francesco Gaetano Giacomo Giovanni Giulio Giuseppe Guglielmo Leopoldo Lorenzo + Ludovico Marcantonio Marino Mario Matteo Nicola Orazio Sigismondo Tommasso Vincenzo } + + last_names = { Anfora Barberini-Colonna Bonaccorsi Caraga Cattaneo Chigi Clary Colonna "de Liguori" "de Riseis" + "della Rovere" "di Borbone della Due Sicilia" Diaz Ferrari Filangieri Gironda Gravina Grifeo Lanza Lombardo + Lunardi Molinelli Orsini Ottaviani Pironti Scammacca Torlonia Turrisi Vernazza Zunica } + radicalism = 10 + } + maltese = { + color = {100 150 120} + primary = MLT + first_names = { Alessandru Beru Duminku Enrico Fernardu Frangisku Gabriel Ferlad Gorg Joseph + Karmenu Lawrenz Marju Mikiel Ninu Pawlu Rokku Saber Ugo Valent } + + last_names = { Abela Adami Azzopardi Boffa Borg Buhagiar Cassar Farrugia Frendo Gonzi + Howard Mifsud Mintoff Mizzi Muscat Olivier Puli Pullicino Strickland Vella } + } + + union = ITA } iberian = { - leader = southamerican - unit = SpanishGC - basque = { - color = {220 170 30} - first_names = { Agustín Aitor Alberto Ander Andoni Andrés Ángel Antonio Arturo Carlos - Ceferino Cosme Cristobal Damián Endika "Francisco Javier" Ignacio Imanol Iñaki Jesús - Jon "José Antonio" "José María" Joseba Josu Juan Julen Koldobika Luis Manuel - Marino Miguel Paulino Pedro Rafael Ramiro Ramón Sabino Tomás Vicente } - - last_names = { Aguirre Ajuriaguerra Aldecoa Arana Aranzadi Arizmendiarrieta Armendáriz Aznar Balenciaga Berasategui - Bilbao Campión Churruca "de Amésquita" "de Azpilicueta" "de Erauso" "de Rentería" "de Ubisztongo" Echagüe Echave - Echegaray Echevarría Elorza Gaztañeta Ibarrola Ibárruri Irujo Lazcano Mendizabal Moneo - Nárdiz Olano Olave Oyarzábal Rotaeche Uzcudun Zamárraga Zárate Zavala Zumalacárregui } - radicalism = 15 - } - spanish = { - color = {220 220 30} - first_names = { Agustín Alberto Alejandro Alfonso Álvaro Antonio "Antonio María" Arsenio Augusto Baldomero - Baltasar Benito Bernardino Bernardo Calixto Carlos Celestino Claudio Cristobal Dámaso - Diego Dionisio Eduardo Emilio Estanislao Federico Felipe Félix Fernando Francisco - "Francisco Javier" Gabino Gabriel Gaspar Genaro Gonzalo Ignacio Isidro Jacobo Jaime - Joaquín José "José Antonio" "José Manuel" "José María" Juan "Juan Bautista" Julio Leopoldo Lorenzo - Luis Manuel Marcelo Mariano Mateo Melchor Miguel Nicolás Pablo Pascual - Pedro Rafael Raimundo Ramón Ricardo Santiago Sebastián Segismundo Valeriano Vicente } - - last_names = { Acuña Aguirre Alcalá-Zamora Allendesalazar Alonso Álvarez "Álvarez de Toledo" Aranda Argüelles-Meres Asensio - Aznar Barradas Bugallal Cabrera "Cagigal de la Vega" Cano Cervera "de Albornoz" "de Borbón" - "de Carvajal" "de la Fuente" "de Orleans" Díaz Espartero Fernández "Fernández de Córdoba" "Fitz-James Stuart" Franco - García "García de la Noceda" González Heredia Hernández Herrera Hevia "Hidalgo de Cisneros" Linares López - Maroto Márquez Martínez-Campos Maura Menéndez Miaja Millán-Astray Mina Mola Muñoz - Narváez O'Donnell Ortega Pavía Pérez "Primo de Rivera" "Queipo de Llano" Rodríguez Rojo Ruiz - Sanjurjo Serrano Silvestre Topete Valdés Varela Villapol Villar Weyler Yagüe } - } - catalan = { - color = {220 110 30} - first_names = { Albert Alexandre Alfons Alfonso Andrés Andreu Antoni Carles Cassià Dalmau - David Eduard Enric Enrique Federico Felip Fernando Ferran Francesc Gaspar - Gerard Isaac Jacint Jaume Joan Jordi José Josep Juan Llorenç - Lluis Manel Manuel Marc Miquel Narcís Pasqual Pau Pedro Pere - Pompeu Rafael Rafel Ramon Ricardo Salvador Sergi Valntí Victor Xavier } - - last_names = { Albéniz Almirall Bacardí Batet Berenguer Borrás Borrell Cadafall Carner Casals - Casanova Castelló Claramunt Cucala Cugat Despujol Domènech Escotet Fabra Fages - "Folc de Cardona" Gumerà Irla Llauder Macià Maragall Margall "Milans del Bosch" Miró Mompou - Montaner Moragues Moret Nebot Nin Oller Prat Prim Puig Riba - Roig Sala Saliquet Savalls Serra Sor Tristany Verdaguer Virigili Vives } - } - portuguese = { - color = {160 220 30} - first_names = { Abel Adriano Afonso Alberto Alexandre Alfredo Álvaro André António Aquilino - Artur Augusto Bartolomeu Bernardo Bruno Caetano Cândido Carlos Christovão Cláudio - Damião Daniel David Dinis Diogo Duarte Ernesto Estêvão Eugénio Fernando - Filipe Francisco "Francisco Xavier" Gastão Hermenegildo Ignácio Jerônimo João Joaquim Jorge - José Julio Leopoldo Luís Manuel Mário Miguel Nicolau Nuno Orlando - Oscar Pascoal Paulo Pedro Rafael Raul Roberto Rodrigo Rui Santiago - Sebastião Teodoro Teófilo Tiago Tomé Urbano Vasco Vicente Vitorino Vitório } - - last_names = { Amaral Barreto Bleck Braga Cabral Capelo Carmona Coelho Correia Coutinho - "da Costa" "da Cunha" "da Silva" "de Albuquerque" "de Almeida" "de Arriaga" "de Bragança" "de Bragança-Coburgo" "de Carvalho" - "de Castro" "de Gusmão" "de Lacerda" "de Mesquita" "de Moura" "de Noronha" "de Oliveira" "de Paiva" "de Sousa" "de Vasconcelos" - Dias "dos Reis" "dos Santos" Fernandes Ferreira Figueira "Freire de Andrade" Gago Gil Gomes - Herculano Ivens Keil Lopes Machado Magalhães Mendes Moniz Mouzinho Nogueira - Nunes Ortigão Pereira Pinheiro Pinto Pires Pomar Pulido Queiroz Quintanilha - Ribeiro Rodrigues Salazar Sampaio Sérgio Silveira Tavares Teixeira Vidigal Vieira } - } + leader = southamerican + unit = SpanishGC + basque = { + color = {220 170 30} + first_names = { Agustín Aitor Alberto Ander Andoni Andrés Ángel Antonio Arturo Carlos + Ceferino Cosme Cristobal Damián Endika "Francisco Javier" Ignacio Imanol Iñaki Jesús + Jon "José Antonio" "José María" Joseba Josu Juan Julen Koldobika Luis Manuel + Marino Miguel Paulino Pedro Rafael Ramiro Ramón Sabino Tomás Vicente } + + last_names = { Aguirre Ajuriaguerra Aldecoa Arana Aranzadi Arizmendiarrieta Armendáriz Aznar Balenciaga Berasategui + Bilbao Campión Churruca "de Amésquita" "de Azpilicueta" "de Erauso" "de Rentería" "de Ubisztongo" Echagüe Echave + Echegaray Echevarría Elorza Gaztañeta Ibarrola Ibárruri Irujo Lazcano Mendizabal Moneo + Nárdiz Olano Olave Oyarzábal Rotaeche Uzcudun Zamárraga Zárate Zavala Zumalacárregui } + radicalism = 15 + } + spanish = { + color = {220 220 30} + first_names = { Agustín Alberto Alejandro Alfonso Álvaro Antonio "Antonio María" Arsenio Augusto Baldomero + Baltasar Benito Bernardino Bernardo Calixto Carlos Celestino Claudio Cristobal Dámaso + Diego Dionisio Eduardo Emilio Estanislao Federico Felipe Félix Fernando Francisco + "Francisco Javier" Gabino Gabriel Gaspar Genaro Gonzalo Ignacio Isidro Jacobo Jaime + Joaquín José "José Antonio" "José Manuel" "José María" Juan "Juan Bautista" Julio Leopoldo Lorenzo + Luis Manuel Marcelo Mariano Mateo Melchor Miguel Nicolás Pablo Pascual + Pedro Rafael Raimundo Ramón Ricardo Santiago Sebastián Segismundo Valeriano Vicente } + + last_names = { Acuña Aguirre Alcalá-Zamora Allendesalazar Alonso Álvarez "Álvarez de Toledo" Aranda Argüelles-Meres Asensio + Aznar Barradas Bugallal Cabrera "Cagigal de la Vega" Cano Cervera "de Albornoz" "de Borbón" + "de Carvajal" "de la Fuente" "de Orleans" Díaz Espartero Fernández "Fernández de Córdoba" "Fitz-James Stuart" Franco + García "García de la Noceda" González Heredia Hernández Herrera Hevia "Hidalgo de Cisneros" Linares López + Maroto Márquez Martínez-Campos Maura Menéndez Miaja Millán-Astray Mina Mola Muñoz + Narváez O'Donnell Ortega Pavía Pérez "Primo de Rivera" "Queipo de Llano" Rodríguez Rojo Ruiz + Sanjurjo Serrano Silvestre Topete Valdés Varela Villapol Villar Weyler Yagüe } + } + catalan = { + color = {220 110 30} + first_names = { Albert Alexandre Alfons Alfonso Andrés Andreu Antoni Carles Cassià Dalmau + David Eduard Enric Enrique Federico Felip Fernando Ferran Francesc Gaspar + Gerard Isaac Jacint Jaume Joan Jordi José Josep Juan Llorenç + Lluis Manel Manuel Marc Miquel Narcís Pasqual Pau Pedro Pere + Pompeu Rafael Rafel Ramon Ricardo Salvador Sergi Valntí Victor Xavier } + + last_names = { Albéniz Almirall Bacardí Batet Berenguer Borrás Borrell Cadafall Carner Casals + Casanova Castelló Claramunt Cucala Cugat Despujol Domènech Escotet Fabra Fages + "Folc de Cardona" Gumerà Irla Llauder Macià Maragall Margall "Milans del Bosch" Miró Mompou + Montaner Moragues Moret Nebot Nin Oller Prat Prim Puig Riba + Roig Sala Saliquet Savalls Serra Sor Tristany Verdaguer Virigili Vives } + } + portuguese = { + color = {160 220 30} + first_names = { Abel Adriano Afonso Alberto Alexandre Alfredo Álvaro André António Aquilino + Artur Augusto Bartolomeu Bernardo Bruno Caetano Cândido Carlos Christovão Cláudio + Damião Daniel David Dinis Diogo Duarte Ernesto Estêvão Eugénio Fernando + Filipe Francisco "Francisco Xavier" Gastão Hermenegildo Ignácio Jerônimo João Joaquim Jorge + José Julio Leopoldo Luís Manuel Mário Miguel Nicolau Nuno Orlando + Oscar Pascoal Paulo Pedro Rafael Raul Roberto Rodrigo Rui Santiago + Sebastião Teodoro Teófilo Tiago Tomé Urbano Vasco Vicente Vitorino Vitório } + + last_names = { Amaral Barreto Bleck Braga Cabral Capelo Carmona Coelho Correia Coutinho + "da Costa" "da Cunha" "da Silva" "de Albuquerque" "de Almeida" "de Arriaga" "de Bragança" "de Bragança-Coburgo" "de Carvalho" + "de Castro" "de Gusmão" "de Lacerda" "de Mesquita" "de Moura" "de Noronha" "de Oliveira" "de Paiva" "de Sousa" "de Vasconcelos" + Dias "dos Reis" "dos Santos" Fernandes Ferreira Figueira "Freire de Andrade" Gago Gil Gomes + Herculano Ivens Keil Lopes Machado Magalhães Mendes Moniz Mouzinho Nogueira + Nunes Ortigão Pereira Pinheiro Pinto Pires Pomar Pulido Queiroz Quintanilha + Ribeiro Rodrigues Salazar Sampaio Sérgio Silveira Tavares Teixeira Vidigal Vieira } + } } french = { - leader = european - unit = FrenchGC - french = { - color = {20 20 100} - first_names = { Achille Adolphe Adrien Aimable Alphonse Amédée Antoine Armand August Augustin - Charles Daniel Denis Édouard Elie Éttiene Eugène Félicien Félix Fernand - François Frédéric Georges Guillaume Gustave Henri Hubert Hugo Jacques Jean - Joseph Jules Julien Lazare Léopold Leroy Louis Lucien Matthieu Michel - Napoléon Nicolas Patrice Paul Philippe Pierre Robert Thibaut Thierry Thomas } - - last_names = { Anthoine "Baraguey d'Hilliers" Bazaine Billot Bonaparte Bosquet "Boué de Lapeyrère" Bouët-Willaumez Boulanger Bourbaki - Bugeaud Caillard Canrobert Courbet Cousin-Mountauban Davout "de Bourbon" "de Castellane" "de Castelnau" "de Gaulle" - "de Langle de Cary" "de MacMahon" "de Montaignac" "de Saint Arnaud" d'Orleans Dubail Dubois Duchêne Dupetit-Thouars Exelmans - Foch Forey "Franchet d'Espèrey" Gallieni Gouraud Guillaumat Hamelin Harispe Hoche Humbert - Jaurès Joffre Lebouef Lyautey Murat "Ney d'Elchingen" Nivelle Péllissier Petain Vaillant } - } - breton = { - primary = BRT - color = {100 110 100} - first_names = { Yann Yannic Pierre Jakez Elouan Frañsez Jaoua Paol Segal Alain Henri Hoël Michel Théodore } - - last_names = { "de Cornouaille" Karter Gallo Kergoulay Bellec "le Goff" Treguier Riou Morvan Peron Jezeguel Salaun "le Bihan" } - } - occitan = { - color = {110 110 50} - first_names = { Alban Andieu Alòi Beròt Carles Estève Fidèl Frederic Girard Jan Jacin Laurenç Martin Nicolau Privat Roman Vincenç } - - last_names = { Amiel Benet Dardier Delpuech Ladivèze Gilbert Mistral Lacroux Laffont Maury Miquel Montagut Poujade Pujol Vidal Ros Tisseyre } - } - picard = { - color = {100 110 136} - first_names = { Achille Adolphe Adrien Aimable Alphonse Amédée Antoine Armand August Augustin - Charles Daniel Denis Édouard Elie Éttiene Eugène Félicien Félix Fernand - François Frédéric Georges Guillaume Gustave Henri Hubert Hugo Jacques Jean - Joseph Jules Julien Lazare Léopold Leroy Louis Lucien Matthieu Michel - Napoléon Nicolas Patrice Paul Philippe Pierre Robert Thibaut Thierry Thomas } - - last_names = { Anthoine "Baraguey d'Hilliers" Bazaine Billot Bonaparte Bosquet "Boué de Lapeyrère" Bouët-Willaumez Boulanger Bourbaki - Bugeaud Caillard Canrobert Courbet Cousin-Mountauban Davout "de Bourbon" "de Castellane" "de Castelnau" "de Gaulle" - "de Langle de Cary" "de MacMahon" "de Montaignac" "de Saint Arnaud" d'Orleans Dubail Dubois Duchêne Dupetit-Thouars Exelmans - Foch Forey "Franchet d'Espèrey" Gallieni Gouraud Guillaumat Hamelin Harispe Hoche Humbert - Jaurès Joffre Lebouef Lyautey Murat "Ney d'Elchingen" Nivelle Péllissier Petain Vaillant } - } - union = FRA + leader = european + unit = FrenchGC + french = { + color = {20 20 100} + first_names = { Achille Adolphe Adrien Aimable Alphonse Amédée Antoine Armand August Augustin + Charles Daniel Denis Édouard Elie Éttiene Eugène Félicien Félix Fernand + François Frédéric Georges Guillaume Gustave Henri Hubert Hugo Jacques Jean + Joseph Jules Julien Lazare Léopold Leroy Louis Lucien Matthieu Michel + Napoléon Nicolas Patrice Paul Philippe Pierre Robert Thibaut Thierry Thomas } + + last_names = { Anthoine "Baraguey d'Hilliers" Bazaine Billot Bonaparte Bosquet "Boué de Lapeyrère" Bouët-Willaumez Boulanger Bourbaki + Bugeaud Caillard Canrobert Courbet Cousin-Mountauban Davout "de Bourbon" "de Castellane" "de Castelnau" "de Gaulle" + "de Langle de Cary" "de MacMahon" "de Montaignac" "de Saint Arnaud" d'Orleans Dubail Dubois Duchêne Dupetit-Thouars Exelmans + Foch Forey "Franchet d'Espèrey" Gallieni Gouraud Guillaumat Hamelin Harispe Hoche Humbert + Jaurès Joffre Lebouef Lyautey Murat "Ney d'Elchingen" Nivelle Péllissier Petain Vaillant } + } + breton = { + primary = BRT + color = {100 110 100} + first_names = { Yann Yannic Pierre Jakez Elouan Frañsez Jaoua Paol Segal Alain Henri Hoël Michel Théodore } + + last_names = { "de Cornouaille" Karter Gallo Kergoulay Bellec "le Goff" Treguier Riou Morvan Peron Jezeguel Salaun "le Bihan" } + } + occitan = { + color = {110 110 50} + first_names = { Alban Andieu Alòi Beròt Carles Estève Fidèl Frederic Girard Jan Jacin Laurenç Martin Nicolau Privat Roman Vincenç } + + last_names = { Amiel Benet Dardier Delpuech Ladivèze Gilbert Mistral Lacroux Laffont Maury Miquel Montagut Poujade Pujol Vidal Ros Tisseyre } + } + picard = { + color = {100 110 136} + first_names = { Achille Adolphe Adrien Aimable Alphonse Amédée Antoine Armand August Augustin + Charles Daniel Denis Édouard Elie Éttiene Eugène Félicien Félix Fernand + François Frédéric Georges Guillaume Gustave Henri Hubert Hugo Jacques Jean + Joseph Jules Julien Lazare Léopold Leroy Louis Lucien Matthieu Michel + Napoléon Nicolas Patrice Paul Philippe Pierre Robert Thibaut Thierry Thomas } + + last_names = { Anthoine "Baraguey d'Hilliers" Bazaine Billot Bonaparte Bosquet "Boué de Lapeyrère" Bouët-Willaumez Boulanger Bourbaki + Bugeaud Caillard Canrobert Courbet Cousin-Mountauban Davout "de Bourbon" "de Castellane" "de Castelnau" "de Gaulle" + "de Langle de Cary" "de MacMahon" "de Montaignac" "de Saint Arnaud" d'Orleans Dubail Dubois Duchêne Dupetit-Thouars Exelmans + Foch Forey "Franchet d'Espèrey" Gallieni Gouraud Guillaumat Hamelin Harispe Hoche Humbert + Jaurès Joffre Lebouef Lyautey Murat "Ney d'Elchingen" Nivelle Péllissier Petain Vaillant } + } + union = FRA } south_slavic = { - leader = european - unit = AustriaHungaryGC - croat = { - color = {140 140 190} - first_names = { Andrija Antun Bazilije Breno Dragutin Dzivo Filip Franjo Gaspar Ivan - Janko Jero Jerolim Josip Juraj Karlo Kresimir Krsto Ljudevit Lucijan - Luka Marijan Marin Matej Matko Maximiliam Medo Mihajlo Mirko Miroslav - Niko Nikola Orsat Pavle Petar Rafo Sebastijan Sismundo Slavko Stjepan - Svetoslav Svetozar Teo Teodor Toma Tomislav Vicko Vladimir Vlaho Zlatan - } - - last_names = { Alapic Bakaric Bettera Bilic Blazevic Bondic Boroevic Bosnajk Bunic Crnkovic - Cuvaj Draskovic Dzamanjic Eltz Erdödy Frankopan Gaj Getaldic Gradic Gregoric - Gucetic Gundulic Haulik Jelacic Kabuzic Keglevic Kostrencic Krstulovic Lagimja Mazuranic - Mihailovic Mohorovicic Mrazovic Natali Nazor Njegovan Palecek Pejacevic Philippovic Preradovic - Pucic Ranjina Sarkotic Sokcevic Sorkocevic Stankovaci Tomasic Tomlejnovic Vakanovic Vlasic - } - } - serb = { - color = {150 65 80} - first_names = { Alaksandar Blagoje Bozidar Branko Danilo Dejan Djordje Dragan Dragisa Dragoljub - Dragutin Draza Dusan Gavrilo Goran Janko Jovan Koca Kosta Krsto - Ljubisa Mihailo Milan Miliutin Milivoje Milojko Milos Miodrag Mirko Miroslav - Momcilo Nebojsa Nikola Pavle Peko Petar Radomir Ratko Sava Slobodan - Stepa Stojan Veljko Vaselien Vladimir Vojislav Zivojin Zivota Zoran Zvezdan - } - - last_names = { Adzic Arandelovic Belimarkovic Blaznacac Bojovic Bozanovic Bozinovic Brankovic Damjanic Dapcevic - Dragutinovic Grujic Hadzilic Horvatovic Isakovic Jankovic Jokic Jovanovic Kadijevic Karadjordjevic - Lesjanin Ljubicic Maric Mihailovic Miliutinovic Miloradovic Misic Nad Nedic Novak - Obrenovic Ojdanic Panic Paskas Pavkovic Pesic Petrovic Popovic Putnik Radulovic - Rasic Sijan Simovic Sokolovic Stepanovic Vasiljevic Veric Vojvodic Vukotic Zivkovic - } - radicalism = 15 - } - bulgarian = { - color = {65 150 100} - first_names = { Aleksandar Andrey Asen Atanas Atila Bogdan Boncho Boris Damyan Dimitar - Dobri Ferdinand Georgi Hristo Ilya Ivan Kalin Kardam Kimon Kiril - Kliment Konstantin Krastyu Leonid Mihail Nikifor Niloa Pencho Petar Petko - Petur Pravoslav Racho Radko Radoy Sava Simeon Sotir Stanislav Stanko - Stefan Stiliyan Stoyu Teodosi Todor Trifon Valko Vasil Velizar Vulko - } - - last_names = { Agura Balabanov Balkanski Battemberg Blaskov Boyadzhiev Bradistilov Charakchiev Daskalov Dikov - Dimitriev Draganov Fichev Georgiev Hesapchiev Ilyev Ivanov Kirkov Kovachev Krayonski - Kutinchev Lazarov Lukov Marinkov Marinov Mutkorov Naydenov Nazlamov Nikiforov Nikolaev - Pakov Petrov Radev Saksokoburggotski Savov Sirakov Solarov Stoyanov Tenev Todorov - Tsaklev Valkov Valnarov Vasilev Vazov Velchev Zafirov Zhekov Zlatarev Zlatev - } - radicalism = 10 - } - slovene = { - color = {0 90 128} - first_names = { Alenka Alfonz Alfred Andrej Anton Avgust Bartolomej Blaz Bojan Boris - Bostjian Bozidar Ciril Danilo Demeter Drago Dusan Franc Gregorij Ivan - Ivo Janez Jernej Joze Jurij Karpo Lado Leon Lojze Miha - Milan Mladen Odilo Pino Rado Radovan Rudolf Slavko Slavoj Stane - Stanko Tomasz Toncka Tone Viktor Vilko Vladimir Vladko Vojko Zeljko - } - - last_names = { Arnic Avbelj Avsenik Bajuk Bitenc Cankar Cec Cernigoj Czipott Dolar - Drolc Duletic Globocnik Gobec Godina Golob Haus Hladnik Ivanek Kantuser - Kidric Komar Kopitar Kraigher Lipovsek Lipuscek Macek Maister Marinko Miklosic - Mravlajk Pengov Pesek Peterle Pirec Plecnik Rozman Rupnik Sarh Srebrnic - Tomazic Tomsic Urbancic Vega "Von Windisch-Grätz" Zagar Zerjal Zizke Zornada Zupancic - } - } - bosniak = { - color = {30 200 200} - first_names = { Abdulvehhab Adnan Ahmed Ali Alija Asim Atif Beriz Dzemal Dzemaludin - Elvir Enver Fikret Fuad Gazi Hakija Hamdija Hamid Haris Hasan - Husein Irfan Isa Ivan Izet Jusuf Mehmed Meho Mirsad Muhamed - Musa Mustafa Naser Osman Raif Rasim Refik Safet Safvet Sefer - Sejad Semezdin Semir Skender Sokollu Sulejman Vedad Zija Zlatko Zuko - } - - last_names = { Abdic Arapovic Basgic Belkic Bijedic Catic Causevic Ceric Colakovic Dizdar - Dizdarevic Dzikic Dzumhur Ekrem Gradascevic Halilovic Husrev Ibisevic Ilhamija Imamovic - Isakovic Izetbegovic Kodro Konjic Kulenovic Lagumdzija Ljajic Ljubicic Ljubijankic Mehmedinovic - Muradbegovic Muzurovic Osmanagic Peco Plakalo Pozderac Prazina Rizvanbegovic Sabanadzovic Salihovic - Sarajlic Selimovic Silajdzic Sokolovic Spaho Terzic Tihic Turaljic Tükcan Ugljanin - } - } + leader = european + unit = AustriaHungaryGC + croat = { + color = {140 140 190} + first_names = { Andrija Antun Bazilije Breno Dragutin Dzivo Filip Franjo Gaspar Ivan + Janko Jero Jerolim Josip Juraj Karlo Kresimir Krsto Ljudevit Lucijan + Luka Marijan Marin Matej Matko Maximiliam Medo Mihajlo Mirko Miroslav + Niko Nikola Orsat Pavle Petar Rafo Sebastijan Sismundo Slavko Stjepan + Svetoslav Svetozar Teo Teodor Toma Tomislav Vicko Vladimir Vlaho Zlatan + } + + last_names = { Alapic Bakaric Bettera Bilic Blazevic Bondic Boroevic Bosnajk Bunic Crnkovic + Cuvaj Draskovic Dzamanjic Eltz Erdödy Frankopan Gaj Getaldic Gradic Gregoric + Gucetic Gundulic Haulik Jelacic Kabuzic Keglevic Kostrencic Krstulovic Lagimja Mazuranic + Mihailovic Mohorovicic Mrazovic Natali Nazor Njegovan Palecek Pejacevic Philippovic Preradovic + Pucic Ranjina Sarkotic Sokcevic Sorkocevic Stankovaci Tomasic Tomlejnovic Vakanovic Vlasic + } + } + serb = { + color = {150 65 80} + first_names = { Alaksandar Blagoje Bozidar Branko Danilo Dejan Djordje Dragan Dragisa Dragoljub + Dragutin Draza Dusan Gavrilo Goran Janko Jovan Koca Kosta Krsto + Ljubisa Mihailo Milan Miliutin Milivoje Milojko Milos Miodrag Mirko Miroslav + Momcilo Nebojsa Nikola Pavle Peko Petar Radomir Ratko Sava Slobodan + Stepa Stojan Veljko Vaselien Vladimir Vojislav Zivojin Zivota Zoran Zvezdan + } + + last_names = { Adzic Arandelovic Belimarkovic Blaznacac Bojovic Bozanovic Bozinovic Brankovic Damjanic Dapcevic + Dragutinovic Grujic Hadzilic Horvatovic Isakovic Jankovic Jokic Jovanovic Kadijevic Karadjordjevic + Lesjanin Ljubicic Maric Mihailovic Miliutinovic Miloradovic Misic Nad Nedic Novak + Obrenovic Ojdanic Panic Paskas Pavkovic Pesic Petrovic Popovic Putnik Radulovic + Rasic Sijan Simovic Sokolovic Stepanovic Vasiljevic Veric Vojvodic Vukotic Zivkovic + } + radicalism = 15 + } + bulgarian = { + color = {65 150 100} + first_names = { Aleksandar Andrey Asen Atanas Atila Bogdan Boncho Boris Damyan Dimitar + Dobri Ferdinand Georgi Hristo Ilya Ivan Kalin Kardam Kimon Kiril + Kliment Konstantin Krastyu Leonid Mihail Nikifor Niloa Pencho Petar Petko + Petur Pravoslav Racho Radko Radoy Sava Simeon Sotir Stanislav Stanko + Stefan Stiliyan Stoyu Teodosi Todor Trifon Valko Vasil Velizar Vulko + } + + last_names = { Agura Balabanov Balkanski Battemberg Blaskov Boyadzhiev Bradistilov Charakchiev Daskalov Dikov + Dimitriev Draganov Fichev Georgiev Hesapchiev Ilyev Ivanov Kirkov Kovachev Krayonski + Kutinchev Lazarov Lukov Marinkov Marinov Mutkorov Naydenov Nazlamov Nikiforov Nikolaev + Pakov Petrov Radev Saksokoburggotski Savov Sirakov Solarov Stoyanov Tenev Todorov + Tsaklev Valkov Valnarov Vasilev Vazov Velchev Zafirov Zhekov Zlatarev Zlatev + } + radicalism = 10 + } + slovene = { + color = {0 90 128} + first_names = { Alenka Alfonz Alfred Andrej Anton Avgust Bartolomej Blaz Bojan Boris + Bostjian Bozidar Ciril Danilo Demeter Drago Dusan Franc Gregorij Ivan + Ivo Janez Jernej Joze Jurij Karpo Lado Leon Lojze Miha + Milan Mladen Odilo Pino Rado Radovan Rudolf Slavko Slavoj Stane + Stanko Tomasz Toncka Tone Viktor Vilko Vladimir Vladko Vojko Zeljko + } + + last_names = { Arnic Avbelj Avsenik Bajuk Bitenc Cankar Cec Cernigoj Czipott Dolar + Drolc Duletic Globocnik Gobec Godina Golob Haus Hladnik Ivanek Kantuser + Kidric Komar Kopitar Kraigher Lipovsek Lipuscek Macek Maister Marinko Miklosic + Mravlajk Pengov Pesek Peterle Pirec Plecnik Rozman Rupnik Sarh Srebrnic + Tomazic Tomsic Urbancic Vega "Von Windisch-Grätz" Zagar Zerjal Zizke Zornada Zupancic + } + } + bosniak = { + color = {30 200 200} + first_names = { Abdulvehhab Adnan Ahmed Ali Alija Asim Atif Beriz Dzemal Dzemaludin + Elvir Enver Fikret Fuad Gazi Hakija Hamdija Hamid Haris Hasan + Husein Irfan Isa Ivan Izet Jusuf Mehmed Meho Mirsad Muhamed + Musa Mustafa Naser Osman Raif Rasim Refik Safet Safvet Sefer + Sejad Semezdin Semir Skender Sokollu Sulejman Vedad Zija Zlatko Zuko + } + + last_names = { Abdic Arapovic Basgic Belkic Bijedic Catic Causevic Ceric Colakovic Dizdar + Dizdarevic Dzikic Dzumhur Ekrem Gradascevic Halilovic Husrev Ibisevic Ilhamija Imamovic + Isakovic Izetbegovic Kodro Konjic Kulenovic Lagumdzija Ljajic Ljubicic Ljubijankic Mehmedinovic + Muradbegovic Muzurovic Osmanagic Peco Plakalo Pozderac Prazina Rizvanbegovic Sabanadzovic Salihovic + Sarajlic Selimovic Silajdzic Sokolovic Spaho Terzic Tihic Turaljic Tükcan Ugljanin + } + } } pan_albanian = { - leader = european - unit = AustriaHungaryGC - albanian = { - color = {140 0 0} - first_names = { Ahmet Ali Azem Bajram Behxhet Davud Ekrem Elez Enver Eqrem - Esad Fatmir Fejzi Fiqri Gjergj Gjon Hasan Hashim Ibrahim Idhomene - Iliaz Ishak Ismail Izet Kara Kastriot Koçi Köpryly Kostaq Lekë - Maliq Marin mehdi Musa Mustafa Pandeli Petro Qamil Qazim Ramush - Rexhep Shefqet Skënder Sulejman Tewfik Theofan Turhan Vasil Veton Xhafer - } - - last_names = { Ahmeti al-Albani Bardha Bazna "Bej Alizoti" "Bej Biçakçiu" "Bej Delvina" "Bej Frashëri" "Bej Libohova" "Bej Ndroque" - "Bej Prishtina" "Bej Verlaci" "Bej Vrioni" "Bej Ypi" "Bej Zogu" Belishi Burbank Bushati Buza Çabej - Çeku Dine Dragoti Dukagiini Dushku Evangjeli Feza Hoxha Islami Kadare - Koculi Konica Konushevci Kosturi Kota Logoreci Merlika-Kruja Mitrovica Mula Noli - "Pashë Përmeti" "Pashë Tepelena" "Pashë Toptani" Poga "Qemal Bej" Shahini Skiroi Thaçi Troja Xoxe - } - radicalism = 15 - } + leader = european + unit = AustriaHungaryGC + albanian = { + color = {140 0 0} + first_names = { Ahmet Ali Azem Bajram Behxhet Davud Ekrem Elez Enver Eqrem + Esad Fatmir Fejzi Fiqri Gjergj Gjon Hasan Hashim Ibrahim Idhomene + Iliaz Ishak Ismail Izet Kara Kastriot Koçi Köpryly Kostaq Lekë + Maliq Marin mehdi Musa Mustafa Pandeli Petro Qamil Qazim Ramush + Rexhep Shefqet Skënder Sulejman Tewfik Theofan Turhan Vasil Veton Xhafer + } + + last_names = { Ahmeti al-Albani Bardha Bazna "Bej Alizoti" "Bej Biçakçiu" "Bej Delvina" "Bej Frashëri" "Bej Libohova" "Bej Ndroque" + "Bej Prishtina" "Bej Verlaci" "Bej Vrioni" "Bej Ypi" "Bej Zogu" Belishi Burbank Bushati Buza Çabej + Çeku Dine Dragoti Dukagiini Dushku Evangjeli Feza Hoxha Islami Kadare + Koculi Konica Konushevci Kosturi Kota Logoreci Merlika-Kruja Mitrovica Mula Noli + "Pashë Përmeti" "Pashë Tepelena" "Pashë Toptani" Poga "Qemal Bej" Shahini Skiroi Thaçi Troja Xoxe + } + radicalism = 15 + } } pan_romanian = { - leader = european - unit = AustriaHungaryGC - romanian = { - color = {240 240 140} - first_names = { Adrian Alexandru Andrei Anton Artur Bogdan Carol Cezar Constantin Constin - Cosmin Daniel Dumitru Emanuel Eremia Eugen Ferdinand Flaviu Florea Gheorghe - Grigore Henric Horatiu Iacob Ilie Ioan Ion "Ion Emanuel" Iosif Iulian - Iuliu Laurentiu Leontin Luca Lucian Mihai Mircea Nicolae Ovidiu Petru - Radu Sergiu Silviu Simion Stefan Valeriu Vasile Victor Vintila Vlad - } - - last_names = { Angelescu Antonescu Argetoianu Averescu Baldescu Barozzi Berindei Cernat Christecu Cihoski - Ciuperca Coanda Crainiceanu Critescu Culcer Cuza "de Hohenzollern" Dona Dragalina Dumitrescu - Falcoianu Florescu Gardescu Grigorescu Froza Harjeu Holban Iancovescu Iliasevici Iliescu - Ionascu Ionescu Ionitiu Koslinski Lahovary Lupescu Mardarescu Murgescu Poenaru Prezan - Salajan Samsonovici Schitiu Scodrea Slaniceanu Steflea Tatarascu Tenescu Vaitoianu Zottu - } - radicalism = 10 - } - union = ROM + leader = european + unit = AustriaHungaryGC + romanian = { + color = {240 240 140} + first_names = { Adrian Alexandru Andrei Anton Artur Bogdan Carol Cezar Constantin Constin + Cosmin Daniel Dumitru Emanuel Eremia Eugen Ferdinand Flaviu Florea Gheorghe + Grigore Henric Horatiu Iacob Ilie Ioan Ion "Ion Emanuel" Iosif Iulian + Iuliu Laurentiu Leontin Luca Lucian Mihai Mircea Nicolae Ovidiu Petru + Radu Sergiu Silviu Simion Stefan Valeriu Vasile Victor Vintila Vlad + } + + last_names = { Angelescu Antonescu Argetoianu Averescu Baldescu Barozzi Berindei Cernat Christecu Cihoski + Ciuperca Coanda Crainiceanu Critescu Culcer Cuza "de Hohenzollern" Dona Dragalina Dumitrescu + Falcoianu Florescu Gardescu Grigorescu Froza Harjeu Holban Iancovescu Iliasevici Iliescu + Ionascu Ionescu Ionitiu Koslinski Lahovary Lupescu Mardarescu Murgescu Poenaru Prezan + Salajan Samsonovici Schitiu Scodrea Slaniceanu Steflea Tatarascu Tenescu Vaitoianu Zottu + } + radicalism = 10 + } + union = ROM } hungarian_culture_group = { - leader = european - unit = AustriaHungaryGC - - hungarian = { - color = {180 255 120} - first_names = { Alajos Albert Álmos Anasztáz András Arisztid Aurél Béla Benedek Béni - Bertalan Dániel Dávid Edvárd Éliás Erno Ferencz Gábor Gábriel Gáspár - György Gyula Ignác Imre István Izidor János József "József Manes" Kálmán - Károly Katalin Kelemen Krisztian Lajos László Manó Mihály Mór Myklós - Ödön Ottó Péter Rafael Sándor Simon Tivadar Vilmos Virág Zsigmond } - - last_names = { Andrássy Apponyi Aulich Bacher Baross Batthyány Beöthy Bothmer Damjanich Dessewffy - Egressy "Erényi Ullmann" Farkas "Frakasházi Fischer" Goldziher Gungl Hauszmann Heller Horthy Izsó - Joseffy Katona Kaufman Kéler Kiss Knezich Kogutowicz Lahner Lázár Leiningen-Westerburg - Lichtenstein Liszt Mikszáth Molnár Nagy-Sándor Österreicher Ottinger Perczel Poeltenberg Reményi - Rohr Schweidel Széchenyi Szemere Szlávic Tersztyansky Török Varga Vécsey "von Benedek" } - radicalism = 5 - } + leader = european + unit = AustriaHungaryGC + + hungarian = { + color = {180 255 120} + first_names = { Alajos Albert Álmos Anasztáz András Arisztid Aurél Béla Benedek Béni + Bertalan Dániel Dávid Edvárd Éliás Erno Ferencz Gábor Gábriel Gáspár + György Gyula Ignác Imre István Izidor János József "József Manes" Kálmán + Károly Katalin Kelemen Krisztian Lajos László Manó Mihály Mór Myklós + Ödön Ottó Péter Rafael Sándor Simon Tivadar Vilmos Virág Zsigmond } + + last_names = { Andrássy Apponyi Aulich Bacher Baross Batthyány Beöthy Bothmer Damjanich Dessewffy + Egressy "Erényi Ullmann" Farkas "Frakasházi Fischer" Goldziher Gungl Hauszmann Heller Horthy Izsó + Joseffy Katona Kaufman Kéler Kiss Knezich Kogutowicz Lahner Lázár Leiningen-Westerburg + Lichtenstein Liszt Mikszáth Molnár Nagy-Sándor Österreicher Ottinger Perczel Poeltenberg Reményi + Rohr Schweidel Széchenyi Szemere Szlávic Tersztyansky Török Varga Vécsey "von Benedek" } + radicalism = 5 + } } polish_culture_group = { - leader = european - unit = AustriaHungaryGC - - polish = { - color = {255 120 120} - first_names = { Adam Aleksander Antoni Boleslaw Bonawentura Bronislaw Dezydery Edmund Edward Emil - Eustachy Felicjan Franciszek Gustaw Henryk Ignacy Jakub Jan Jedrzej Józef - Juliusz Karol Kazimierz Klemens Konstanty Lech Leon Leopold Lucjan Ludwik - Maciej Marceli Marian Mariusz Melchior Michal Mieczyslaw Roman Romuald Samuel - Stanislaw Stefan Tadeusz Tomasz Waclaw Wilhelm Witold Wladyslaw Wojciech Zygmunt } - - last_names = { Bem Bór-Komorowski Brzóska Chalasinski Chlaposwski Chlopicki Chrzanowski Dabrowski Dembinski Fabryvy - Hauke-Boask Iszikowski Jasinski Klicki Konopczynski Krukowiecki Kruszewski Langiewicz Madalinski Mierolawski - Mikolajczyk Mokronowski Niepokólczycki Ostrowski Pac Pilsudski Poniatowski Potocki Preadzynski Radziwill - Rokossowski Rola-Zymierski Rómmel Rózicky Rybinski Rydz-Smigly Sanguszko Skrzynecki Soltyk Sowinski - Taczaneowski Traugutt Wawrzecki Wieniawa-Dlugoszowski Wybicki Wysocki Zajaczek Zaluski Zamoyski Zeligowski } - radicalism = 10 - } - western_slavic = { - color = {147 63 109} - first_names = { Adam Aleksander Antoni Boleslaw Bonawentura Bronislaw Dezydery Edmund Edward Emil - Eustachy Felicjan Franciszek Gustaw Henryk Ignacy Jakub Jan Jedrzej Józef - Juliusz Karol Kazimierz Klemens Konstanty Lech Leon Leopold Lucjan Ludwik - Maciej Marceli Marian Mariusz Melchior Michal Mieczyslaw Roman Romuald Samuel - Stanislaw Stefan Tadeusz Tomasz Waclaw Wilhelm Witold Wladyslaw Wojciech Zygmunt } - - last_names = { Bem Bór-Komorowski Brzóska Chalasinski Chlaposwski Chlopicki Chrzanowski Dabrowski Dembinski Fabryvy - Hauke-Boask Iszikowski Jasinski Klicki Konopczynski Krukowiecki Kruszewski Langiewicz Madalinski Mierolawski - Mikolajczyk Mokronowski Niepokólczycki Ostrowski Pac Pilsudski Poniatowski Potocki Preadzynski Radziwill - Rokossowski Rola-Zymierski Rómmel Rózicky Rybinski Rydz-Smigly Sanguszko Skrzynecki Soltyk Sowinski - Taczaneowski Traugutt Wawrzecki Wieniawa-Dlugoszowski Wybicki Wysocki Zajaczek Zaluski Zamoyski Zeligowski } - } - union = POL + leader = european + unit = AustriaHungaryGC + + polish = { + color = {255 120 120} + first_names = { Adam Aleksander Antoni Boleslaw Bonawentura Bronislaw Dezydery Edmund Edward Emil + Eustachy Felicjan Franciszek Gustaw Henryk Ignacy Jakub Jan Jedrzej Józef + Juliusz Karol Kazimierz Klemens Konstanty Lech Leon Leopold Lucjan Ludwik + Maciej Marceli Marian Mariusz Melchior Michal Mieczyslaw Roman Romuald Samuel + Stanislaw Stefan Tadeusz Tomasz Waclaw Wilhelm Witold Wladyslaw Wojciech Zygmunt } + + last_names = { Bem Bór-Komorowski Brzóska Chalasinski Chlaposwski Chlopicki Chrzanowski Dabrowski Dembinski Fabryvy + Hauke-Boask Iszikowski Jasinski Klicki Konopczynski Krukowiecki Kruszewski Langiewicz Madalinski Mierolawski + Mikolajczyk Mokronowski Niepokólczycki Ostrowski Pac Pilsudski Poniatowski Potocki Preadzynski Radziwill + Rokossowski Rola-Zymierski Rómmel Rózicky Rybinski Rydz-Smigly Sanguszko Skrzynecki Soltyk Sowinski + Taczaneowski Traugutt Wawrzecki Wieniawa-Dlugoszowski Wybicki Wysocki Zajaczek Zaluski Zamoyski Zeligowski } + radicalism = 10 + } + western_slavic = { + color = {147 63 109} + first_names = { Adam Aleksander Antoni Boleslaw Bonawentura Bronislaw Dezydery Edmund Edward Emil + Eustachy Felicjan Franciszek Gustaw Henryk Ignacy Jakub Jan Jedrzej Józef + Juliusz Karol Kazimierz Klemens Konstanty Lech Leon Leopold Lucjan Ludwik + Maciej Marceli Marian Mariusz Melchior Michal Mieczyslaw Roman Romuald Samuel + Stanislaw Stefan Tadeusz Tomasz Waclaw Wilhelm Witold Wladyslaw Wojciech Zygmunt } + + last_names = { Bem Bór-Komorowski Brzóska Chalasinski Chlaposwski Chlopicki Chrzanowski Dabrowski Dembinski Fabryvy + Hauke-Boask Iszikowski Jasinski Klicki Konopczynski Krukowiecki Kruszewski Langiewicz Madalinski Mierolawski + Mikolajczyk Mokronowski Niepokólczycki Ostrowski Pac Pilsudski Poniatowski Potocki Preadzynski Radziwill + Rokossowski Rola-Zymierski Rómmel Rózicky Rybinski Rydz-Smigly Sanguszko Skrzynecki Soltyk Sowinski + Taczaneowski Traugutt Wawrzecki Wieniawa-Dlugoszowski Wybicki Wysocki Zajaczek Zaluski Zamoyski Zeligowski } + } + union = POL } czecho_slovak_culture_group = { - leader = european - unit = EuropeanGC - - czech = { - color = {120 120 255} - first_names = { Abraham Alexander Alfred Alois Antonín August Bedrich Benedikt Borivoj - Cenek Dávid Drahoslav Edvard Emanuel Emil Evzen Frantisek "Frantisek Josef" "Frantisek Xaver" - Hermenegild Ján "Ján Krtitel" "Ján Nepomuk" Jaroslav Jindrich Jirí Josef Kajetan Karel - Konstantin Ladislav Luvík Matyas Maxmilián Mikulás Olbram Otakar Pavel Petr - Radola Rafael Tomás Václav Vincenc Vitezslav Vlastimil Vojtech Vratislav Zdenek } - - last_names = { Albert Balaban Basch Breisky Celovský Dvorák Fibich Gajda Gellner Hálek - Hrdlicka Jirecek Kadlec Kafka Koller Krízkovský Kucera Kuchar Lederer Makosky - Mik Morávec Nemecek Neruda Novácek Novotný Popper Radecký Rokytanský Safárik - Safránek Schack Schubert Skoda Skuherský Smetana Snejdárek Suk Svoboda Syrový - Tomásek Tyl Vitásek "von Mittrowitz-Nettolitzky" Vorisek Wankel Weber Zíbrt Zívr Zoubek } - radicalism = 5 - } - - slovak = { - color = {120 255 255} - first_names = { Albín Alexander András Andrej Augustín Basil Cyprián Dalibor Dezider Dominik - Eugen Fedor Ferdinand Frantisek Frico Gabriel Gustáv Imrich Jáchym Ján - Janko Jozef Juraj Karol Ladislav Levoslav Marián Marko Martin Matej - Michal Mikulás Milan Milos Miloslav Miroslav Pavel Pavol Peter Ratislav - Rudolf Samuel Sergej Stefan Svtozár Tibor Tomás Viliam Vladimír Vojtech } - - last_names = { Áchim Bázlic Bella Benes Blaho Catlos Cikker Clementis Daxner Dubcek - Figus-Bystrý Freso Gojdic Golian Hlinka Hodza Hopko Hurban Hurban-Vajanský Husák - Ivanka Kafenda Kardos Kocak Kupkovic Mach Macudzinski Malár Malovec Markovic - Masaryk Móry Moyses Rázus Rohácek Rudnay Selepcéni Sidor Skultéty-Gábris Smik - Sokol Stefánik Suchon Sverma Tiso Trcka Tuka Turanec Viest Zoch } - } + leader = european + unit = EuropeanGC + + czech = { + color = {120 120 255} + first_names = { Abraham Alexander Alfred Alois Antonín August Bedrich Benedikt Borivoj + Cenek Dávid Drahoslav Edvard Emanuel Emil Evzen Frantisek "Frantisek Josef" "Frantisek Xaver" + Hermenegild Ján "Ján Krtitel" "Ján Nepomuk" Jaroslav Jindrich Jirí Josef Kajetan Karel + Konstantin Ladislav Luvík Matyas Maxmilián Mikulás Olbram Otakar Pavel Petr + Radola Rafael Tomás Václav Vincenc Vitezslav Vlastimil Vojtech Vratislav Zdenek } + + last_names = { Albert Balaban Basch Breisky Celovský Dvorák Fibich Gajda Gellner Hálek + Hrdlicka Jirecek Kadlec Kafka Koller Krízkovský Kucera Kuchar Lederer Makosky + Mik Morávec Nemecek Neruda Novácek Novotný Popper Radecký Rokytanský Safárik + Safránek Schack Schubert Skoda Skuherský Smetana Snejdárek Suk Svoboda Syrový + Tomásek Tyl Vitásek "von Mittrowitz-Nettolitzky" Vorisek Wankel Weber Zíbrt Zívr Zoubek } + radicalism = 5 + } + + slovak = { + color = {120 255 255} + first_names = { Albín Alexander András Andrej Augustín Basil Cyprián Dalibor Dezider Dominik + Eugen Fedor Ferdinand Frantisek Frico Gabriel Gustáv Imrich Jáchym Ján + Janko Jozef Juraj Karol Ladislav Levoslav Marián Marko Martin Matej + Michal Mikulás Milan Milos Miloslav Miroslav Pavel Pavol Peter Ratislav + Rudolf Samuel Sergej Stefan Svtozár Tibor Tomás Viliam Vladimír Vojtech } + + last_names = { Áchim Bázlic Bella Benes Blaho Catlos Cikker Clementis Daxner Dubcek + Figus-Bystrý Freso Gojdic Golian Hlinka Hodza Hopko Hurban Hurban-Vajanský Husák + Ivanka Kafenda Kardos Kocak Kupkovic Mach Macudzinski Malár Malovec Markovic + Masaryk Móry Moyses Rázus Rohácek Rudnay Selepcéni Sidor Skultéty-Gábris Smik + Sokol Stefánik Suchon Sverma Tiso Trcka Tuka Turanec Viest Zoch } + } } east_slavic = { - leader = russian - unit = RussianGC - russian = { - color = {0 70 10} - first_names = { Aleksandr Alexei Andrei Anton Boris Dmitry Fyodor Gennady - Giorgi Grigoriy Igor Ivan Kirill Konstantin Lavr Leonid Lev Maxim - Mikhail Nikita Nikolai Oleg Pavel Pyotr Roman Semyon Sergei - Valery Vasily Viktor Vladimir Vladislav Yegor Yevgeny Yuri } - - last_names = { Alexseyev Antonov Azarov Badanov Brusilov Budyonny Chibisov Denikin - Dragomirov Frolov Golivin Grishin Gurko Ivanov Konev Konstantinov Kornilov - Kolchak Kuropatkin Lazarev Makarov Menshikov Nakhimov Nebogatov - Nikolaevich Ostrovsky Pavlov Putyatin Romanov Rozhestvensky Skobelev - Shuvalov Surkov Tukhachevsky Yegorov Yudenich Vorontsov Voroshilov Zavoyko } - } - byelorussian = { - color = {100 140 110} - first_names = { Alaksandr Alexei Andrei Anton Boris Cyril Danya Dz'mitry Giorgi - Ivan Janka Jury Lavr Leonid Leu Mikalai Paval Piotr Roman Ryhor - Stanislaw Sergey Valery Vasily Viktar Uladzimir Vladislav } - - last_names = { Alexseyev "Bulak-Balachowicz" Chibisov Denikin Dragomirov Golivin Gurko - Ivanov Kalinowski Kornilov Kolchak Kuropatkin Lukashenka Menshikov Nakhimov - Nebogatov Nikolaevich Pavlov Putyatin Rozhestvensky Skobelev Sukhoi - Tukhachevsky Yegorov Vorontsov Zhauryd } - } - ukrainian = { - color = {160 160 60} - first_names = { Alexei Andrei Anton Arkadiy Borys Dmitro Fyodor Hryhoriy Ivan Lavr Leonid Lev - Mikhail Mykola Nikita Oleksandr Pavel Petro Roman Semyon Sergiy Valeriy - Viktor Volodimir Vladislav Yuriy } - - last_names = { Bezruchko Chernyakhovsky Dyachenko Gamula Grigoriev Hrekov Ivanenko Ivanov - Kapustiansky Kondratenko Leshchenko Leshchinskiy "Omelianovych-Pavlenko" - Paskevich Petliura Radchenko Shevchenko Skoropadskyi Stefaniv Tymoshenko Vitovsky } - radicalism = 10 + leader = russian + unit = RussianGC + russian = { + color = {0 70 10} + first_names = { Aleksandr Alexei Andrei Anton Boris Dmitry Fyodor Gennady + Giorgi Grigoriy Igor Ivan Kirill Konstantin Lavr Leonid Lev Maxim + Mikhail Nikita Nikolai Oleg Pavel Pyotr Roman Semyon Sergei + Valery Vasily Viktor Vladimir Vladislav Yegor Yevgeny Yuri } + + last_names = { Alexseyev Antonov Azarov Badanov Brusilov Budyonny Chibisov Denikin + Dragomirov Frolov Golivin Grishin Gurko Ivanov Konev Konstantinov Kornilov + Kolchak Kuropatkin Lazarev Makarov Menshikov Nakhimov Nebogatov + Nikolaevich Ostrovsky Pavlov Putyatin Romanov Rozhestvensky Skobelev + Shuvalov Surkov Tukhachevsky Yegorov Yudenich Vorontsov Voroshilov Zavoyko } + } + byelorussian = { + color = {100 140 110} + first_names = { Alaksandr Alexei Andrei Anton Boris Cyril Danya Dz'mitry Giorgi + Ivan Janka Jury Lavr Leonid Leu Mikalai Paval Piotr Roman Ryhor + Stanislaw Sergey Valery Vasily Viktar Uladzimir Vladislav } + + last_names = { Alexseyev "Bulak-Balachowicz" Chibisov Denikin Dragomirov Golivin Gurko + Ivanov Kalinowski Kornilov Kolchak Kuropatkin Lukashenka Menshikov Nakhimov + Nebogatov Nikolaevich Pavlov Putyatin Rozhestvensky Skobelev Sukhoi + Tukhachevsky Yegorov Vorontsov Zhauryd } + } + ukrainian = { + color = {160 160 60} + first_names = { Alexei Andrei Anton Arkadiy Borys Dmitro Fyodor Hryhoriy Ivan Lavr Leonid Lev + Mikhail Mykola Nikita Oleksandr Pavel Petro Roman Semyon Sergiy Valeriy + Viktor Volodimir Vladislav Yuriy } + + last_names = { Bezruchko Chernyakhovsky Dyachenko Gamula Grigoriev Hrekov Ivanenko Ivanov + Kapustiansky Kondratenko Leshchenko Leshchinskiy "Omelianovych-Pavlenko" + Paskevich Petliura Radchenko Shevchenko Skoropadskyi Stefaniv Tymoshenko Vitovsky } + radicalism = 10 } } baltic = { - leader = european - unit = EuropeanGC - lithuanian = { - color = {17 162 48} - first_names = { Adolfas Aleksandras Algirdas Andrius Antanas Arturas Arunas Augustinas Balys Boris - Bronislovas Danielius Darius Gendiminas Henrikas Jonas Jonusas Juozas Juras Jurgis - Justas Kazimieras Kazys Kipras Konstantinas Lukas Marijus Markas Mikalojus Mindaugas - Motejus Mykolas Paulius Petras Povilas Ramunas Ringaudas Rolandas Simonas Stasys - Steponas Valdas Valdemaras Viktoras Vilhelmas Visvaldas Vladimiras Vygantas Vytautas Zydrunas - } - - last_names = { Adamkus Almenas Avizienis Baltrusaitis Brazauskas Basanavicius Birutis Bradziunas Buga Ciurlionis - Danauskas Daukantas Dobkevicius Dubeneckis Dvarionas Galdikas Grinius Griskevicius Ivanauskas Jablonskis - Jucys Krupavicius Landsbergis Lozoraitis Merkys Paksas Paleckis Paulauskas Petrauskas Piskarkas - Pozela Radvila Sabaniauskas Schatz Simonavicius Sirvydas Slezevicius Semtona Snieckus Stauaitis - Straizys Stulginkis Svedas Terleckas Urbsys Vagnorius Valeska Voldemaras Zemaitis Zuokas - } - } - latvian = { - color = {162 17 48} - first_names = { Aaron Abrams Alberts Aleksandrs Aloisz Andrejs Arkadij Armands Arnolds Atis - Brunis Bruno Eduards Eliass Elmars Emils Evgenijs Filips Fricis Gustavs - Heinrihs Hermanis Izaks Janis Jazeps Jekabs Johans Juris Karlis Krisjanis - Leo Mark Martins Mihails Mikelis Nikolajs Oskars Pauls Peteris Rihards - Roberts Romans Sandis Sergejs Valdemars Valerians Valter Vilis Vladimirs Zigfrids - } - - last_names = { Abakovskis Apsenieks Balodis Baumanis Berkis Berzin Betins Braons Caks Cakste - Caps Celmins Dalins Dambitis Darzins "de Kolongs" Desslers Eizenteins Goppers Halsmans - Irbitis Kalnins Kalpaks Kucis Kovalevskis Krogzems Kronvalds Kuks Kviesis Lacis - Leiko Loskis Maters Matisons Meierovics Mihelssons Milenbahs Millers Needra Ozolins - Petrovs Plieksans Pumpurs Rothko Simanis Stucka Tumins Ulmanis Veidenbaums - } - } - estonian = { - color = {40 30 60} - first_names = { Aadu Alar Aleksander Andrus Artur August Bernard Dmitri Eduard Eerik - Elmar Ernst Georg Gustav Haman Harri Heino Hendrik Hjalmar Ivari - Jaan Jakob Johannes Joosep Juhan Julius Jüri Kaarel Kalev Konstantin - Lennart Ludvig Madis Mart Mikhel Nigul Olev Paavo Peeter Pent - Ragnar Siiri Sven Tarmo Tõnis Toomas Uno Valmar Villwm Voldemar - } - - last_names = { Aamisepp Aavik Adams Anvel Barbarus Bornhöhe Eenpalu Hint Hurt Jaakson - Kangro Kint Klaasen Koern Kõiv Kotli Kumari Kupine Kuusik Leppik - Lipping Lohk Mäe Männil Moora Natus Nurkse Nurmekund Õkva Öpik - Orkivu Päts Perna Piiper Poska Puusepp Ränk Rei Reinman Siinmaa - Sikkar Sirk Tõnisson Uluots Vaga Veske Vilbaste Vilms "von Uexküll" Warma - } - } + leader = european + unit = EuropeanGC + lithuanian = { + color = {17 162 48} + first_names = { Adolfas Aleksandras Algirdas Andrius Antanas Arturas Arunas Augustinas Balys Boris + Bronislovas Danielius Darius Gendiminas Henrikas Jonas Jonusas Juozas Juras Jurgis + Justas Kazimieras Kazys Kipras Konstantinas Lukas Marijus Markas Mikalojus Mindaugas + Motejus Mykolas Paulius Petras Povilas Ramunas Ringaudas Rolandas Simonas Stasys + Steponas Valdas Valdemaras Viktoras Vilhelmas Visvaldas Vladimiras Vygantas Vytautas Zydrunas + } + + last_names = { Adamkus Almenas Avizienis Baltrusaitis Brazauskas Basanavicius Birutis Bradziunas Buga Ciurlionis + Danauskas Daukantas Dobkevicius Dubeneckis Dvarionas Galdikas Grinius Griskevicius Ivanauskas Jablonskis + Jucys Krupavicius Landsbergis Lozoraitis Merkys Paksas Paleckis Paulauskas Petrauskas Piskarkas + Pozela Radvila Sabaniauskas Schatz Simonavicius Sirvydas Slezevicius Semtona Snieckus Stauaitis + Straizys Stulginkis Svedas Terleckas Urbsys Vagnorius Valeska Voldemaras Zemaitis Zuokas + } + } + latvian = { + color = {162 17 48} + first_names = { Aaron Abrams Alberts Aleksandrs Aloisz Andrejs Arkadij Armands Arnolds Atis + Brunis Bruno Eduards Eliass Elmars Emils Evgenijs Filips Fricis Gustavs + Heinrihs Hermanis Izaks Janis Jazeps Jekabs Johans Juris Karlis Krisjanis + Leo Mark Martins Mihails Mikelis Nikolajs Oskars Pauls Peteris Rihards + Roberts Romans Sandis Sergejs Valdemars Valerians Valter Vilis Vladimirs Zigfrids + } + + last_names = { Abakovskis Apsenieks Balodis Baumanis Berkis Berzin Betins Braons Caks Cakste + Caps Celmins Dalins Dambitis Darzins "de Kolongs" Desslers Eizenteins Goppers Halsmans + Irbitis Kalnins Kalpaks Kucis Kovalevskis Krogzems Kronvalds Kuks Kviesis Lacis + Leiko Loskis Maters Matisons Meierovics Mihelssons Milenbahs Millers Needra Ozolins + Petrovs Plieksans Pumpurs Rothko Simanis Stucka Tumins Ulmanis Veidenbaums + } + } + estonian = { + color = {40 30 60} + first_names = { Aadu Alar Aleksander Andrus Artur August Bernard Dmitri Eduard Eerik + Elmar Ernst Georg Gustav Haman Harri Heino Hendrik Hjalmar Ivari + Jaan Jakob Johannes Joosep Juhan Julius Jüri Kaarel Kalev Konstantin + Lennart Ludvig Madis Mart Mikhel Nigul Olev Paavo Peeter Pent + Ragnar Siiri Sven Tarmo Tõnis Toomas Uno Valmar Villwm Voldemar + } + + last_names = { Aamisepp Aavik Adams Anvel Barbarus Bornhöhe Eenpalu Hint Hurt Jaakson + Kangro Kint Klaasen Koern Kõiv Kotli Kumari Kupine Kuusik Leppik + Lipping Lohk Mäe Männil Moora Natus Nurkse Nurmekund Õkva Öpik + Orkivu Päts Perna Piiper Poska Puusepp Ränk Rei Reinman Siinmaa + Sikkar Sirk Tõnisson Uluots Vaga Veske Vilbaste Vilms "von Uexküll" Warma + } + } } levantine = { - leader = european - greek = { - color = { 122 180 210 } - first_names = { Adamantios Alexandros Anastasios Andreas Antonios Aristidis Athanasios Augustinos Benizelos Charalambos - Charilaos Dimitrios Diomidis Eleftherios Emmanouil Epameinontas Evripidis Gennaios Georgios Ilias - Ionnis Kitsos Konstantinos Kyriakos Kyriakoulis Leonidas Makarios Markos Mikhael Militiadis - Nikolaos Odysseas Othon Panagiotis Pavlos Petros Sofoklis Sotiris Spyridion Spyros - Staikos Stefanos Stylianos Themistoklis Theodoros Tharyvoulos Tzannis Vasos Viktor Zinovios - } - - last_names = { Charalambis Christakis-Zografos Danglis Dousmanis Foumis Gonatas Hatzianestis Kallergis Kanaris Katsimiros - Kolokotronis Kondylis Kountouriotis Kriezis Makriyannis Manos Mavrocordatos Mavrovouniotis Metaxas Mouskos - Nider Othonaios Palaskas Pangalos Papadiamantopoulos Papadopoulos Papagos Papoulas Parakevopouolos Plapoutas - Plastiras Sapountzakis Sarafis Smolenskis Sofoulis Soutsos Spyromilios Staikopoulos Stanotas "tes Elladas" - Trikoupis Tsakalotos Tsolakoglou Typaldos-Alfonsatos Tzavelas Vassos Venizelos Voulgaris Zaimis Zymvrakakis - } - radicalism = 10 - } - georgian = { - color = {128 207 128} - first_names = { Akaki Alexander Andria Bagrat Besarion David Dimitri Eduard Ekvtime Evgeni - Filipp Galaktion Georgi German Givi Grigol Ilia Ioseb Irakli Ivane - Jansung Jemal Kaikhosro Konstantine Leo Levan Luka Meliton Mikheil Murman - Nikoloz Noe Otar Polikarp Radish Revaz Sargis Sergo Shalva Solomon - Sulkhan Teimuraz Tingiz Vakhtang Valerian Vasil Vladimer Zakharia Zurab Zviad - } - - last_names = { Abkhazi Amilakhvari Avalishvili Bagratuni Bakradze Balanchivadze Barakadze Chabukiani Chavchanadze Chkhubianashvili - Cholokashvili Chubinashvili Dodashvili Eliava Gabashvili Gokhieli Gordeli Javakhisvili Jugashvili Jugheli - Kakabadze Kandelaki Kartvelishvili Kavtaradze Kereselidze Khelaia Khvitia Kvinitadze Leselidze Maglakelidze - Makharadze Mazniashvili Mikeladze Muskhelishvili Nioradze Nutsubideze Otskheli Ramishvili - Razikashvili Sabinin Shanidze Sukhisvili Tabidze Takaishvili Tsereteli Tsintsadze Uznadze Zhordania - } - } - armenian = { - color = {135 125 20} - first_names = { Alexander Arakel Aram Aramais Arsen Artashes Artavazd Artem Ashot Assadour - Atom Barsegh Benyamin Deran Eduard Gevorg Gor Gurgen Hayk Hovhannes - Hovsep Hrant Isahak Karapet Kevork Levon Mkrtich Murad Nubad Papken - Rouben Sarkis Sergei Sevan Smbat Soghomon Souren Spiru Tadevos Taniel - Vahan Vahe Vahram Vano Vartan Vazrik Vilen Yegishe Yervand Zaven - } - - last_names = { Afeyan Arakelian Asdvadzadrian Asriyan Avakian Aydinian Azatian Bogosian Bounyatian Chakheltian - Dombalagian Egoyan Erznvian Ghakarian Ghorghanian Guediguian Ghehanian Hannessoghlian Hasratian Hovsepian - Kaloian Kamalian Khachaturian Khatchaturiants Konstandyan Konstanian Mamikonian Mardvian Matinian Melik-Aghamalian - Mkhitarian Mussiniants Pahlevanian Peleshyan Safrazpekian Sahakiam Sarksyan Sekoyan Shadunts Shahsuvarian - Tavakyalian Tchartichian Tcholakhian Ter-Sarkayan Terzian Tigraniants Tigranov Toshian Varapetian Vartanian - } - radicalism = 5 - } - assyrian = { - color = {20 125 135} - first_names = { Alexander Arakel Aram Aramais Arsen Artashes Artavazd Artem Ashot Assadour - Atom Barsegh Benyamin Deran Eduard Gevorg Gor Gurgen Hayk Hovhannes - Hovsep Hrant Isahak Karapet Kevork Levon Mkrtich Murad Nubad Papken - Rouben Sarkis Sergei Sevan Smbat Soghomon Souren Spiru Tadevos Taniel - Vahan Vahe Vahram Vano Vartan Vazrik Vilen Yegishe Yervand Zaven - } - - last_names = { Afeyan Arakelian Asdvadzadrian Asriyan Avakian Aydinian Azatian Bogosian Bounyatian Chakheltian - Dombalagian Egoyan Erznvian Ghakarian Ghorghanian Guediguian Ghehanian Hannessoghlian Hasratian Hovsepian - Kaloian Kamalian Khachaturian Khatchaturiants Konstandyan Konstanian Mamikonian Mardvian Matinian Melik-Aghamalian - Mkhitarian Mussiniants Pahlevanian Peleshyan Safrazpekian Sahakiam Sarksyan Sekoyan Shadunts Shahsuvarian - Tavakyalian Tchartichian Tcholakhian Ter-Sarkayan Terzian Tigraniants Tigranov Toshian Varapetian Vartanian - } - radicalism = 5 - } + leader = european + greek = { + color = { 122 180 210 } + first_names = { Adamantios Alexandros Anastasios Andreas Antonios Aristidis Athanasios Augustinos Benizelos Charalambos + Charilaos Dimitrios Diomidis Eleftherios Emmanouil Epameinontas Evripidis Gennaios Georgios Ilias + Ionnis Kitsos Konstantinos Kyriakos Kyriakoulis Leonidas Makarios Markos Mikhael Militiadis + Nikolaos Odysseas Othon Panagiotis Pavlos Petros Sofoklis Sotiris Spyridion Spyros + Staikos Stefanos Stylianos Themistoklis Theodoros Tharyvoulos Tzannis Vasos Viktor Zinovios + } + + last_names = { Charalambis Christakis-Zografos Danglis Dousmanis Foumis Gonatas Hatzianestis Kallergis Kanaris Katsimiros + Kolokotronis Kondylis Kountouriotis Kriezis Makriyannis Manos Mavrocordatos Mavrovouniotis Metaxas Mouskos + Nider Othonaios Palaskas Pangalos Papadiamantopoulos Papadopoulos Papagos Papoulas Parakevopouolos Plapoutas + Plastiras Sapountzakis Sarafis Smolenskis Sofoulis Soutsos Spyromilios Staikopoulos Stanotas "tes Elladas" + Trikoupis Tsakalotos Tsolakoglou Typaldos-Alfonsatos Tzavelas Vassos Venizelos Voulgaris Zaimis Zymvrakakis + } + radicalism = 10 + } + georgian = { + color = {128 207 128} + first_names = { Akaki Alexander Andria Bagrat Besarion David Dimitri Eduard Ekvtime Evgeni + Filipp Galaktion Georgi German Givi Grigol Ilia Ioseb Irakli Ivane + Jansung Jemal Kaikhosro Konstantine Leo Levan Luka Meliton Mikheil Murman + Nikoloz Noe Otar Polikarp Radish Revaz Sargis Sergo Shalva Solomon + Sulkhan Teimuraz Tingiz Vakhtang Valerian Vasil Vladimer Zakharia Zurab Zviad + } + + last_names = { Abkhazi Amilakhvari Avalishvili Bagratuni Bakradze Balanchivadze Barakadze Chabukiani Chavchanadze Chkhubianashvili + Cholokashvili Chubinashvili Dodashvili Eliava Gabashvili Gokhieli Gordeli Javakhisvili Jugashvili Jugheli + Kakabadze Kandelaki Kartvelishvili Kavtaradze Kereselidze Khelaia Khvitia Kvinitadze Leselidze Maglakelidze + Makharadze Mazniashvili Mikeladze Muskhelishvili Nioradze Nutsubideze Otskheli Ramishvili + Razikashvili Sabinin Shanidze Sukhisvili Tabidze Takaishvili Tsereteli Tsintsadze Uznadze Zhordania + } + } + armenian = { + color = {135 125 20} + first_names = { Alexander Arakel Aram Aramais Arsen Artashes Artavazd Artem Ashot Assadour + Atom Barsegh Benyamin Deran Eduard Gevorg Gor Gurgen Hayk Hovhannes + Hovsep Hrant Isahak Karapet Kevork Levon Mkrtich Murad Nubad Papken + Rouben Sarkis Sergei Sevan Smbat Soghomon Souren Spiru Tadevos Taniel + Vahan Vahe Vahram Vano Vartan Vazrik Vilen Yegishe Yervand Zaven + } + + last_names = { Afeyan Arakelian Asdvadzadrian Asriyan Avakian Aydinian Azatian Bogosian Bounyatian Chakheltian + Dombalagian Egoyan Erznvian Ghakarian Ghorghanian Guediguian Ghehanian Hannessoghlian Hasratian Hovsepian + Kaloian Kamalian Khachaturian Khatchaturiants Konstandyan Konstanian Mamikonian Mardvian Matinian Melik-Aghamalian + Mkhitarian Mussiniants Pahlevanian Peleshyan Safrazpekian Sahakiam Sarksyan Sekoyan Shadunts Shahsuvarian + Tavakyalian Tchartichian Tcholakhian Ter-Sarkayan Terzian Tigraniants Tigranov Toshian Varapetian Vartanian + } + radicalism = 5 + } + assyrian = { + color = {20 125 135} + first_names = { Alexander Arakel Aram Aramais Arsen Artashes Artavazd Artem Ashot Assadour + Atom Barsegh Benyamin Deran Eduard Gevorg Gor Gurgen Hayk Hovhannes + Hovsep Hrant Isahak Karapet Kevork Levon Mkrtich Murad Nubad Papken + Rouben Sarkis Sergei Sevan Smbat Soghomon Souren Spiru Tadevos Taniel + Vahan Vahe Vahram Vano Vartan Vazrik Vilen Yegishe Yervand Zaven + } + + last_names = { Afeyan Arakelian Asdvadzadrian Asriyan Avakian Aydinian Azatian Bogosian Bounyatian Chakheltian + Dombalagian Egoyan Erznvian Ghakarian Ghorghanian Guediguian Ghehanian Hannessoghlian Hasratian Hovsepian + Kaloian Kamalian Khachaturian Khatchaturiants Konstandyan Konstanian Mamikonian Mardvian Matinian Melik-Aghamalian + Mkhitarian Mussiniants Pahlevanian Peleshyan Safrazpekian Sahakiam Sarksyan Sekoyan Shadunts Shahsuvarian + Tavakyalian Tchartichian Tcholakhian Ter-Sarkayan Terzian Tigraniants Tigranov Toshian Varapetian Vartanian + } + radicalism = 5 + } } turko_semitic = { - leader = arab - is_overseas = no - unit = OttomanGC - turkish = { - color = {250 55 55} - first_names = { - Abdullah Abdulhamid Abdulkerim Abdulrahim Ahmet Akif Ali Arif - Bahaeddin Bekir Cemal Cevad Celaleddin Cevdet Daud Edhem Emin Enver - Fahri Fevzi Ferid Fuat Hafiz Hamza Halil Halim Hasan Hayrullah Husrev - Ibrahim Iskender Ismet Izzet Kamil Kazim Kemal Lutfi - Mahmut Mehmet Mithat Muhtar Murat Musa Mustafa - Namik Nazim Nurettin Nuri Numan Omar Osman - Pertev Rauf Receb Reshad Refet Rifat Riza - Sabaheddin Said Selim Shevket Shukru Suleyman - Talat Tevfik Vefik Yusuf Yunus Ziya Ziyauddin - } - - last_names = { - Bey Pasha Hoca Efendi - } - } - azerbaijani = { - color = {47 44 107} - first_names = { - Ahmad Aliagha Ali Bahram Elbay Farhad Firudin Hamid Hasan Heydar - Huseyin Ibrahim Ismayil Jalil Mahmud Malik Mehdi Mohammad Murad Samad - Tahir Zahid - } - - last_names = { - Ahmadbek Ahmadzade Akbarzade Edigar Ganjavi Ibrahimbek Mehmandar Nakhchivani - Qasimbek Qasimzade Rasulzade Tahirzade Talishkhan Topchubashi Zardabi - } - radicalism = 5 - } - - kurdish = { - color = {160 30 154} - first_names = { - Abdal Abdulkarim Bedr Hafid Ihsan Mahmud Mohammed Qazi Reshid Said Ubaydallah - } - - last_names = { - Badirkhan Barzani Khan Shilak - } - radicalism = 10 - } + leader = arab + is_overseas = no + unit = OttomanGC + turkish = { + color = {250 55 55} + first_names = { + Abdullah Abdulhamid Abdulkerim Abdulrahim Ahmet Akif Ali Arif + Bahaeddin Bekir Cemal Cevad Celaleddin Cevdet Daud Edhem Emin Enver + Fahri Fevzi Ferid Fuat Hafiz Hamza Halil Halim Hasan Hayrullah Husrev + Ibrahim Iskender Ismet Izzet Kamil Kazim Kemal Lutfi + Mahmut Mehmet Mithat Muhtar Murat Musa Mustafa + Namik Nazim Nurettin Nuri Numan Omar Osman + Pertev Rauf Receb Reshad Refet Rifat Riza + Sabaheddin Said Selim Shevket Shukru Suleyman + Talat Tevfik Vefik Yusuf Yunus Ziya Ziyauddin + } + + last_names = { + Bey Pasha Hoca Efendi + } + } + azerbaijani = { + color = {47 44 107} + first_names = { + Ahmad Aliagha Ali Bahram Elbay Farhad Firudin Hamid Hasan Heydar + Huseyin Ibrahim Ismayil Jalil Mahmud Malik Mehdi Mohammad Murad Samad + Tahir Zahid + } + + last_names = { + Ahmadbek Ahmadzade Akbarzade Edigar Ganjavi Ibrahimbek Mehmandar Nakhchivani + Qasimbek Qasimzade Rasulzade Tahirzade Talishkhan Topchubashi Zardabi + } + radicalism = 5 + } + + kurdish = { + color = {160 30 154} + first_names = { + Abdal Abdulkarim Bedr Hafid Ihsan Mahmud Mohammed Qazi Reshid Said Ubaydallah + } + + last_names = { + Badirkhan Barzani Khan Shilak + } + radicalism = 10 + } } caucasian = { - leader = arab - is_overseas = no - unit = MoroccoGC - - dagestani = { - color = {134 100 49} - first_names = { - Hadji Sheyh Rasul Umma Halil Gadzhimurat Ghazi "Gamzat-bek" Najmuddin Tapa Ali-Khaji Akusha Haidar Várkony Shamil Kamil Magomet Ibrahim Muhammad Mansur Dzhokhar Avshalumov Aliyeva Askerkhanov Gamzatov Puterbrot Abdulkhakim Adam Buvaysar Kuramagomed Khabib Ali Rustam - } - - last_names = { - Awaral Gamzatov Mussayassul Aliev Murad "Ma'arulal" "X'indalal" Andis Didoi Anchikh Bagulal Bezhta Archin Chamalal Hinukhs Ratsitl Godoberi Khvarshi Rachabalda Karata Tokita Tindi Akhvakh Botlikh Hunzib al-Shishani Dargwa Kumyk Lezgiyar Tabasaran Lak Nogai Aghul Rutul al-Tsakhur Muhammad Hotso Bamat Gadzhiyev Fazu Gamzatovna - } - radicalism = 25 - } - - chechen = { - color = {46 112 99} - first_names = { - Abuu Ayub Adam Ahmad Alikhan Alkhazur Aluu Andarbek Anzor Aptii Arzu Aslan Aslanbek Asuu Balavdi Baudi Bekkhan Bislan Bula Buvaisar Bworz Chabworz Deni Duqvaakha Eela Elbek Elbrus Elberd Emin Gada Ghanii Hassuh Hamid Hamzat Haaron Hasan Hooza Humid Husein Ibraahim Iljas Kanta Katii Kazbek Khasboolat Khasmohmad Khavazh Kyyra Lyoma Lecha "Madii Nel" Mairbek Mamed Mikaail Mohmad Movldi Movsar Mumaadi Murad Muusa Nezh Nurdi Ortsa Ramzan Ruman Ruslan Rustam Saida Saidali Saipuddi Shamsuuddi Sha'raani Sherip Shirvani Siraazhdi Sols Suliim Suliman Supjan Surkho "T'aaus" Umalt Turpal Vaakha Vaakhiita Yaaqub Visiita Yunaadi Yunus Yusup Yousef Zaindi Zakrii Zeelim Zhabii Zhamal Zhamalaila Zovra Mansur - } - - last_names = { - Ajndi Shishani Akhmadov Dudayev Yamadayev Abramov Alkhanov Bargishev Basayev Dudaev Kadyrov Maskhadov Saidullayev Umarov Zakayev Akkiy Myalkiy Nokhchmakhkakhoy Alaroy Beltagoy Benoy Biltoy Dishni Chartoy Elistanzhkhoy Centoroy Enganoy Ersenoy Gendargenoy Gunoi Kharachoi Zandakhoi Terloy Beshni Chinkhoi Chanti Cheberloy Mutawakil Rigakhoy Buni Sharoy Shotoy Varandoy Batsbi al-Ingush al-Kist Tchermoeff - } - radicalism = 30 - } - - circassian = { - color = {185 206 6} - first_names = { - Aghwrbiy Abatiy Albech Albot "Alhx'es" "Alhx'o" Alijiqwe Bale Batirbiy Biylhosten Blaneshu Bubeird Chetsu "Ch'ischiqwe" Chawis Dariqwe Dokshiqua Dzeghaschte Dzune Foqwe Ghwaze Gushina Gushipsa Hegwtsire Hanaqua Hetsu Jirandiqwe Kwshbiy Lhostenasch Mamsriqwe Menshaq Meshiqwe Nalbiy Nartshu Nerzan Pschimaxwe Qideghaze Schebet Shumaxwe Shupashe Takwu Tsumash Tighwenbiy Tighwen Werdeschawe Wezroqwe Yedij Zhore - } - - last_names = { - Neghwey al-Shishani Shapsug Zhaney Temirgoy Natukhai Syupako Abadzehs Kerzedzh Kuytsuk Khatirame Birdzh Cherch Ubykhs Mamkhegh Kabarday Cherkess Hatuqwai Bzhedug Kabardi Adyghe - } - radicalism = 20 - } - } + leader = arab + is_overseas = no + unit = MoroccoGC + + dagestani = { + color = {134 100 49} + first_names = { + Hadji Sheyh Rasul Umma Halil Gadzhimurat Ghazi "Gamzat-bek" Najmuddin Tapa Ali-Khaji Akusha Haidar Várkony Shamil Kamil Magomet Ibrahim Muhammad Mansur Dzhokhar Avshalumov Aliyeva Askerkhanov Gamzatov Puterbrot Abdulkhakim Adam Buvaysar Kuramagomed Khabib Ali Rustam + } + + last_names = { + Awaral Gamzatov Mussayassul Aliev Murad "Ma'arulal" "X'indalal" Andis Didoi Anchikh Bagulal Bezhta Archin Chamalal Hinukhs Ratsitl Godoberi Khvarshi Rachabalda Karata Tokita Tindi Akhvakh Botlikh Hunzib al-Shishani Dargwa Kumyk Lezgiyar Tabasaran Lak Nogai Aghul Rutul al-Tsakhur Muhammad Hotso Bamat Gadzhiyev Fazu Gamzatovna + } + radicalism = 25 + } + + chechen = { + color = {46 112 99} + first_names = { + Abuu Ayub Adam Ahmad Alikhan Alkhazur Aluu Andarbek Anzor Aptii Arzu Aslan Aslanbek Asuu Balavdi Baudi Bekkhan Bislan Bula Buvaisar Bworz Chabworz Deni Duqvaakha Eela Elbek Elbrus Elberd Emin Gada Ghanii Hassuh Hamid Hamzat Haaron Hasan Hooza Humid Husein Ibraahim Iljas Kanta Katii Kazbek Khasboolat Khasmohmad Khavazh Kyyra Lyoma Lecha "Madii Nel" Mairbek Mamed Mikaail Mohmad Movldi Movsar Mumaadi Murad Muusa Nezh Nurdi Ortsa Ramzan Ruman Ruslan Rustam Saida Saidali Saipuddi Shamsuuddi Sha'raani Sherip Shirvani Siraazhdi Sols Suliim Suliman Supjan Surkho "T'aaus" Umalt Turpal Vaakha Vaakhiita Yaaqub Visiita Yunaadi Yunus Yusup Yousef Zaindi Zakrii Zeelim Zhabii Zhamal Zhamalaila Zovra Mansur + } + + last_names = { + Ajndi Shishani Akhmadov Dudayev Yamadayev Abramov Alkhanov Bargishev Basayev Dudaev Kadyrov Maskhadov Saidullayev Umarov Zakayev Akkiy Myalkiy Nokhchmakhkakhoy Alaroy Beltagoy Benoy Biltoy Dishni Chartoy Elistanzhkhoy Centoroy Enganoy Ersenoy Gendargenoy Gunoi Kharachoi Zandakhoi Terloy Beshni Chinkhoi Chanti Cheberloy Mutawakil Rigakhoy Buni Sharoy Shotoy Varandoy Batsbi al-Ingush al-Kist Tchermoeff + } + radicalism = 30 + } + + circassian = { + color = {185 206 6} + first_names = { + Aghwrbiy Abatiy Albech Albot "Alhx'es" "Alhx'o" Alijiqwe Bale Batirbiy Biylhosten Blaneshu Bubeird Chetsu "Ch'ischiqwe" Chawis Dariqwe Dokshiqua Dzeghaschte Dzune Foqwe Ghwaze Gushina Gushipsa Hegwtsire Hanaqua Hetsu Jirandiqwe Kwshbiy Lhostenasch Mamsriqwe Menshaq Meshiqwe Nalbiy Nartshu Nerzan Pschimaxwe Qideghaze Schebet Shumaxwe Shupashe Takwu Tsumash Tighwenbiy Tighwen Werdeschawe Wezroqwe Yedij Zhore + } + + last_names = { + Neghwey al-Shishani Shapsug Zhaney Temirgoy Natukhai Syupako Abadzehs Kerzedzh Kuytsuk Khatirame Birdzh Cherch Ubykhs Mamkhegh Kabarday Cherkess Hatuqwai Bzhedug Kabardi Adyghe + } + radicalism = 20 + } + } arab = { - leader = arab - is_overseas = no - unit = MoroccoGC - maghrebi = { - color = {24 103 22} - first_names = { - "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" Ahmad Ali - Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Jamal Kamil Khalid Mahmud - Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Shukri - Tawfiq Umar Uthman Yahya Yusuf Zafir - } - - last_names = { - "al-Annabi" "al-Araishi" "al-Asfawi" "al-Binzarti" "al-Fasi" "al-Gharyani" - "al-Jaza'iri" "al-Miknasi" "al-Misurati" "al-Murrakushi" "al-Qabisi" "al-Qayrawani" "al-Ribati" "al-Safaqisi" - "al-Silawi" "al-Sirti" "al-Susawi" "al-Tilimsani" "al-Tanjawi" "al-Tatwani" "al-Trablusi" "al-Tunusi" - "al-Wahrani" "al-Warqali" "al-Wujdi" - "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" - "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" - "ibn Muhammad" "ibn Mustafa" "ibn Salim" - "ibn Umar" "ibn Uthman" "ibn Yusuf" - } - } - misri = { - color = {0 103 43} - first_names = { - Abdullah Abdulhamid Abdulkerim Ahmet Ali Bekir Cemal Enver Fevzi Fuat Halil - Hasan Ibrahim Iskender Ismet Izzet Kamil Kazim Kemal - Mehmet Murat Musa Mustafa Nazim Nurettin Omar Osman - Nuri Rauf Rifat Selim Shukru Suleyman Urabi Yusuf Yunus Ziya - } - - last_names = { - Elsherbiny Elshinnawy Abdel-Dayem Elhadidy Adib Bassili Aboul-Nour Elbassiouny Aoul-Enein Elsaeid Elhousseiny Khattab Gouda Elbordiny Arafa - Elsafty Elshorbagy Hasheesh Halim Tawakol Elfar Elbadry Khalil Shahin Elserafie Hakim Kira Amer Bakhoum Elmanawy Deyab Derbala Elhadidi Elbenhawy - Negm Nakhla Koura Elshazly Soliman Elkhashab Elkady Hindawy Zeitoun Elgammal - } - } - mashriqi = { - color = {40 183 54} - first_names = { - "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" Ahmad Ali - Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Jamal Kamil Khalid - Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Shukri - Tawfiq Umar Uthman Yahya Yusuf Zafir - } - - last_names = { - "al-Baghdadi" "al-Basri" "al-Ghazzawi" "al-Halabi" "al-Hamawi" "al-Himsi" - "al-Mawsili" "al-Nablusi" "al-Qudsi" "al-Shami" - "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" - "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" - "ibn Muhammad" "ibn Mustafa" "ibn Salim" - "ibn Umar" "ibn Uthman" "ibn Yusuf" - } - radicalism = 10 - } - bedouin = { - color = {31 143 43} - first_names = { - "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" "Abu Bakr" Ahmad Ali - Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Ja'far Jamal Kamil Khalid - Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Sa'ud Shukri - Tawfiq Umar Uthman Yahya Yusuf Zafir - } - - last_names = { - "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" - "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" - "ibn Muhammad" "ibn Mustafa" "ibn Salim" - "ibn Umar" "ibn Uthman" "ibn Yusuf" - "al-Najdi" "al-Hijazi" - } - radicalism = 10 - } - berber = { - color = {51 75 70} - first_names = { - Ahmed "Abd al-Karim" Khalid Muhammad Mustafa - } - - last_names = { - "al-Jazuli" Belkadi Mukrani "al-Rifi" "al-Sahrawi" "al-Shawiyyati" "al-Shiluhi" "al-Zanatawi" - } - radicalism = 10 - } - maures = { - color = {252 125 78} - first_names = { Abbas Malamah Abu "Ibn Muhammad" Tariq Farraj Galib Hajib Amira Asim Hasan Hayyan Jalaf Mansur Maymun Mujahid Mutarrif Nasr Tabit Tamim Ubada Ufayr Umar Wasil Yazid Yunus Zuhayr - } - - last_names = { Ziyad al-Rahman Firnas al-Majriti al-Zahrawi al-Zarqali Bajjah Zuhr al-Idrisi Tufail Rushd al-Baitar Battuta Khaldon al-Qalasadi - } - } - sudanese = { - color = {241 241 78} - first_names = { "Ibn Muhammad" Abdullah "Abbas said" Ismail Mansur Rahman Abdallahi Hassan Malusi Tahir Wiraj Amsalu Nijam Bakri - } - - last_names = { Ahmad Ali Zubayr Digna Azrak Hammuda al-Tasashi Nujumi - } - radicalism = 10 - } + leader = arab + is_overseas = no + unit = MoroccoGC + maghrebi = { + color = {24 103 22} + first_names = { + "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" Ahmad Ali + Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Jamal Kamil Khalid Mahmud + Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Shukri + Tawfiq Umar Uthman Yahya Yusuf Zafir + } + + last_names = { + "al-Annabi" "al-Araishi" "al-Asfawi" "al-Binzarti" "al-Fasi" "al-Gharyani" + "al-Jaza'iri" "al-Miknasi" "al-Misurati" "al-Murrakushi" "al-Qabisi" "al-Qayrawani" "al-Ribati" "al-Safaqisi" + "al-Silawi" "al-Sirti" "al-Susawi" "al-Tilimsani" "al-Tanjawi" "al-Tatwani" "al-Trablusi" "al-Tunusi" + "al-Wahrani" "al-Warqali" "al-Wujdi" + "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" + "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" + "ibn Muhammad" "ibn Mustafa" "ibn Salim" + "ibn Umar" "ibn Uthman" "ibn Yusuf" + } + } + misri = { + color = {0 103 43} + first_names = { + Abdullah Abdulhamid Abdulkerim Ahmet Ali Bekir Cemal Enver Fevzi Fuat Halil + Hasan Ibrahim Iskender Ismet Izzet Kamil Kazim Kemal + Mehmet Murat Musa Mustafa Nazim Nurettin Omar Osman + Nuri Rauf Rifat Selim Shukru Suleyman Urabi Yusuf Yunus Ziya + } + + last_names = { + Elsherbiny Elshinnawy Abdel-Dayem Elhadidy Adib Bassili Aboul-Nour Elbassiouny Aoul-Enein Elsaeid Elhousseiny Khattab Gouda Elbordiny Arafa + Elsafty Elshorbagy Hasheesh Halim Tawakol Elfar Elbadry Khalil Shahin Elserafie Hakim Kira Amer Bakhoum Elmanawy Deyab Derbala Elhadidi Elbenhawy + Negm Nakhla Koura Elshazly Soliman Elkhashab Elkady Hindawy Zeitoun Elgammal + } + } + mashriqi = { + color = {40 183 54} + first_names = { + "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" Ahmad Ali + Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Jamal Kamil Khalid + Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Shukri + Tawfiq Umar Uthman Yahya Yusuf Zafir + } + + last_names = { + "al-Baghdadi" "al-Basri" "al-Ghazzawi" "al-Halabi" "al-Hamawi" "al-Himsi" + "al-Mawsili" "al-Nablusi" "al-Qudsi" "al-Shami" + "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" + "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" + "ibn Muhammad" "ibn Mustafa" "ibn Salim" + "ibn Umar" "ibn Uthman" "ibn Yusuf" + } + radicalism = 10 + } + bedouin = { + color = {31 143 43} + first_names = { + "Abd Allah" "Abd al-Karim" "Abd al-Malik" "Abd al-Qadir" "Abd al-Rahman" "Abu Bakr" Ahmad Ali + Fawzi Fuad Halil Hasan Hisham Ibrahim Ishaq Iskandar Ja'far Jamal Kamil Khalid + Muhammad Mustafa "Nur al-Din" "Sa'd al-Din" Salim Sa'ud Shukri + Tawfiq Umar Uthman Yahya Yusuf Zafir + } + + last_names = { + "ibn Abd Allah" "ibn Abd al-Qadir" "ibn Abu Bakr" "ibn Ahmad" "ibn Ali" + "ibn Fuad" "ibn Halil" "ibn Hasan" "ibn Hisham" "ibn Ishaq" "ibn Ja'far" "ibm Kamil" "ibn Khalid" + "ibn Muhammad" "ibn Mustafa" "ibn Salim" + "ibn Umar" "ibn Uthman" "ibn Yusuf" + "al-Najdi" "al-Hijazi" + } + radicalism = 10 + } + berber = { + color = {51 75 70} + first_names = { + Ahmed "Abd al-Karim" Khalid Muhammad Mustafa + } + + last_names = { + "al-Jazuli" Belkadi Mukrani "al-Rifi" "al-Sahrawi" "al-Shawiyyati" "al-Shiluhi" "al-Zanatawi" + } + radicalism = 10 + } + maures = { + color = {252 125 78} + first_names = { Abbas Malamah Abu "Ibn Muhammad" Tariq Farraj Galib Hajib Amira Asim Hasan Hayyan Jalaf Mansur Maymun Mujahid Mutarrif Nasr Tabit Tamim Ubada Ufayr Umar Wasil Yazid Yunus Zuhayr + } + + last_names = { Ziyad al-Rahman Firnas al-Majriti al-Zahrawi al-Zarqali Bajjah Zuhr al-Idrisi Tufail Rushd al-Baitar Battuta Khaldon al-Qalasadi + } + } + sudanese = { + color = {241 241 78} + first_names = { "Ibn Muhammad" Abdullah "Abbas said" Ismail Mansur Rahman Abdallahi Hassan Malusi Tahir Wiraj Amsalu Nijam Bakri + } + + last_names = { Ahmad Ali Zubayr Digna Azrak Hammuda al-Tasashi Nujumi + } + radicalism = 10 + } } iranian_turanian = { - leader = arab - is_overseas = no - unit = MiddleEasternGC - persian = { - color = {144 88 81} - first_names = { - Abbas Abolghasem Abdolhossein Abdolsamad Abdolazim Ahmad Ali Bahram - Ebrahim Esmail "Fath Ali" Fazlollah Hamzeh Hasan Hossein Kamran Karim "Lotf Ali" - Mahmoud Massoud Mohammad "Moin ed-Din" "Mozzafer ed-Din" Murad Muhsin - "Naser ed-Din" Nosret Reza - } - last_names = { - Airom Ansari Ayrum Buzarjomehri Davallu Esfahani Farhani - Jahanbani Kashani Khan Khuzai - Meshhedi Nakhchevani Pesyan Rokni Shafaei Shahbakhti - Shirazi Tabrizi Tahmasebi Zahedi - } - } - uzbek = { - color = {152 67 56} - first_names = { - "Abd al-Ahad" "Abd al-Karim" "Abu al-Ghazi" Abulfayz Alimqul Aqim "Allah Quli" Haydar Husayn - Iltazar Isfandiyar Jahangir Khudayar Madali Mahmud Muhammad Murad - Nasrallah "Nasir al-Din" Nurali Pulad Qilich Qutlugh Rahim Shir Umar Yadigar Yaqub - } - last_names = { - Bahadur Bukhari Khan - } - } - kazak = { - color = {83 102 46} - first_names = { - Ablai "Abu al-Khayr" Aryn Bukei Chokan - Dulat Ibirai Isatai Ishim Jangir Kenisary - Mashur Murat "Nur Ali" Qayip - Sadyk Sirim Sarzhan - Tenek Tolshan Vali - } - last_names = { - Beg Khan "Konanbai uli" "Kutebar uli" "Muhammad uli" "Qasim uli" - } - } - kirgiz = { - color = {62 73 41} - first_names = { - Askar Chingiz Ishim Kasim Kurman Jangir Murat Nasiridin Sadyk Vali - } - last_names = { - Beg - } - } - tajik = { - color = {122 127 111} - first_names = { - Abbas Abolghasem Abdolhossein Abdolsamad Abdolazim Ahmad Ali Bahram - Ebrahim Esmail "Fath Ali" Fazlollah Hamzeh Hasan Hossein Kamran Karim "Lotf Ali" - Mahmoud Mahsud Mirza Mohammad "Moin ed-Din" "Mozzafer ed-Din" Murad Muhsin - Nadir "Naser ed-Din" Nosret Reza - } - last_names = { - Khan Tajik Emomali Shohmurod Rahbar Ghoib Fayzullo Sabouri Furmuli Badakhshi Baghlani Mazari Panjsheri Kabuli Herati Kohistani - } - radicalism = 10 - } - uighur = { - color = {92 96 168} - first_names = { - Afaq Ahmed Arshad Bahayeddin Burhan Daud Hakim Husayin Kemal Maqsud Muhammad Musa Rashidin Satuq Timur Yaqub - } - last_names = { - Beg Khan - } - } - pashtun = { - color = {199 151 230} - - first_names = { - Abdallah "Abd al-Rahman" "Abd al-Quddus" Afzal Ahmad Akbar Akram Ayyub Fath "Firuz al-Din" "Habib Alllah" Haydar Humayun "Inayat Allah" Ishaq Jamal Kamran Kohandil Mahmud Mahsud Mihrdil Muhammad Murad Nadir "Nasr Allah" Omar Qaysar Shahpur "Sher Ali" Shuja Suleyman Timur Yaqub Zaman - } - last_names = { - Khan Ghilzai Adamkhel Afridi Sarbanri Abdali Yusufzai Omarkhel Pashtun Dilazak Atcha Babar Burki Bangash Bannuchi Chamkanni "Daulat Khel" "isa Khel" Davi Durrani Edo-Khel Gandapur Gujjar "Hafiz Khel" Jadoon Jahangiri Kakakhel Khakwani Kakar Kakazai Khalil Kharoti Khattak Khudiadadzai Khulozai Kuchelai Kuchis Kundi Lodhi Mian "Maghdud Khel" "Mahmud Khel" Tanoli Malik Mughal "Mahsud Khel" Mamund Manduri Marwat Mashwanis Mohamedzai Mohmand Mullagori Niazi Noorzai Orakzai Popalzai Qazi Shinwari Sadozai Salarzai Sarbans Shilmani Sulemani Shirani Sumbal Suri Swati Tareen Tarkani Tahirkheli Tokhi Turkhel "Umar Khel" Umarzai "Uthman khel" Wur "Yousafzai" "Yusaf Khel" - } - radicalism = 35 - - } - baluchi = { - color = {132 70 171} - first_names = { - Abdullah Ahmad Azam Khudadad - Mehrab Mohammad Muhabbat - Nasir Nawaz - Samandar Sherdil - } - last_names = { - Khan - } - } - hazara = { - color = {108 203 223} - first_names = { - Ali Azim Jafar Mohammad Riza - } - last_names = { - Beg Khan - } - } - turkmen = { - color = {192 150 190} - first_names = { - Ahmed Haydar Mehmed Murad Nurberdi Qilich - } - last_names = { - Beg Khan - } - } - tatar = { - color = {45 87 99} - first_names = { - Asaf Baqi Galiaskar Ismail Makhmut Musa Rustam Yusuf - } - last_names = { - Amirkhanov Faysi Gizzat Ibragimov Kamal Khusainov Tinchurin Tukay Yanbayev - } - radicalism = 10 - } - - gypsy = { - color = {16 102 163} - first_names = { Amberline Belcher Baul Bavol Bersh Beval Bidshika Brishen Camlo Chik Cam Chaine Chal Chavula Danior Dukker Durriken Durril Dangerfield Garridan Gillie Guibran Goliath Gilderoy Hezekiah Jal Javert Jibben Jivin Ker Lel Lennor Lendar Lensar Mander Merripen Mestipen Major Nehemiah Pal Pattin Pias Pov Rye Stiggur Shadrack Silvanus Tas Tobar Tobbar Tawno Tem Terkari Vandlo Wen Wesh Yarb } - - last_names = { Petulengro Vardo-mescro Chumomisto Gry Balorengre Purrum Bedra-kero Camlo Mokkado Baremescre Baryor Beshaley Kaulo } - radicalism = 1 - } + leader = arab + is_overseas = no + unit = MiddleEasternGC + persian = { + color = {144 88 81} + first_names = { + Abbas Abolghasem Abdolhossein Abdolsamad Abdolazim Ahmad Ali Bahram + Ebrahim Esmail "Fath Ali" Fazlollah Hamzeh Hasan Hossein Kamran Karim "Lotf Ali" + Mahmoud Massoud Mohammad "Moin ed-Din" "Mozzafer ed-Din" Murad Muhsin + "Naser ed-Din" Nosret Reza + } + last_names = { + Airom Ansari Ayrum Buzarjomehri Davallu Esfahani Farhani + Jahanbani Kashani Khan Khuzai + Meshhedi Nakhchevani Pesyan Rokni Shafaei Shahbakhti + Shirazi Tabrizi Tahmasebi Zahedi + } + } + uzbek = { + color = {152 67 56} + first_names = { + "Abd al-Ahad" "Abd al-Karim" "Abu al-Ghazi" Abulfayz Alimqul Aqim "Allah Quli" Haydar Husayn + Iltazar Isfandiyar Jahangir Khudayar Madali Mahmud Muhammad Murad + Nasrallah "Nasir al-Din" Nurali Pulad Qilich Qutlugh Rahim Shir Umar Yadigar Yaqub + } + last_names = { + Bahadur Bukhari Khan + } + } + kazak = { + color = {83 102 46} + first_names = { + Ablai "Abu al-Khayr" Aryn Bukei Chokan + Dulat Ibirai Isatai Ishim Jangir Kenisary + Mashur Murat "Nur Ali" Qayip + Sadyk Sirim Sarzhan + Tenek Tolshan Vali + } + last_names = { + Beg Khan "Konanbai uli" "Kutebar uli" "Muhammad uli" "Qasim uli" + } + } + kirgiz = { + color = {62 73 41} + first_names = { + Askar Chingiz Ishim Kasim Kurman Jangir Murat Nasiridin Sadyk Vali + } + last_names = { + Beg + } + } + tajik = { + color = {122 127 111} + first_names = { + Abbas Abolghasem Abdolhossein Abdolsamad Abdolazim Ahmad Ali Bahram + Ebrahim Esmail "Fath Ali" Fazlollah Hamzeh Hasan Hossein Kamran Karim "Lotf Ali" + Mahmoud Mahsud Mirza Mohammad "Moin ed-Din" "Mozzafer ed-Din" Murad Muhsin + Nadir "Naser ed-Din" Nosret Reza + } + last_names = { + Khan Tajik Emomali Shohmurod Rahbar Ghoib Fayzullo Sabouri Furmuli Badakhshi Baghlani Mazari Panjsheri Kabuli Herati Kohistani + } + radicalism = 10 + } + uighur = { + color = {92 96 168} + first_names = { + Afaq Ahmed Arshad Bahayeddin Burhan Daud Hakim Husayin Kemal Maqsud Muhammad Musa Rashidin Satuq Timur Yaqub + } + last_names = { + Beg Khan + } + } + pashtun = { + color = {199 151 230} + + first_names = { + Abdallah "Abd al-Rahman" "Abd al-Quddus" Afzal Ahmad Akbar Akram Ayyub Fath "Firuz al-Din" "Habib Alllah" Haydar Humayun "Inayat Allah" Ishaq Jamal Kamran Kohandil Mahmud Mahsud Mihrdil Muhammad Murad Nadir "Nasr Allah" Omar Qaysar Shahpur "Sher Ali" Shuja Suleyman Timur Yaqub Zaman + } + last_names = { + Khan Ghilzai Adamkhel Afridi Sarbanri Abdali Yusufzai Omarkhel Pashtun Dilazak Atcha Babar Burki Bangash Bannuchi Chamkanni "Daulat Khel" "isa Khel" Davi Durrani Edo-Khel Gandapur Gujjar "Hafiz Khel" Jadoon Jahangiri Kakakhel Khakwani Kakar Kakazai Khalil Kharoti Khattak Khudiadadzai Khulozai Kuchelai Kuchis Kundi Lodhi Mian "Maghdud Khel" "Mahmud Khel" Tanoli Malik Mughal "Mahsud Khel" Mamund Manduri Marwat Mashwanis Mohamedzai Mohmand Mullagori Niazi Noorzai Orakzai Popalzai Qazi Shinwari Sadozai Salarzai Sarbans Shilmani Sulemani Shirani Sumbal Suri Swati Tareen Tarkani Tahirkheli Tokhi Turkhel "Umar Khel" Umarzai "Uthman khel" Wur "Yousafzai" "Yusaf Khel" + } + radicalism = 35 + + } + baluchi = { + color = {132 70 171} + first_names = { + Abdullah Ahmad Azam Khudadad + Mehrab Mohammad Muhabbat + Nasir Nawaz + Samandar Sherdil + } + last_names = { + Khan + } + } + hazara = { + color = {108 203 223} + first_names = { + Ali Azim Jafar Mohammad Riza + } + last_names = { + Beg Khan + } + } + turkmen = { + color = {192 150 190} + first_names = { + Ahmed Haydar Mehmed Murad Nurberdi Qilich + } + last_names = { + Beg Khan + } + } + tatar = { + color = {45 87 99} + first_names = { + Asaf Baqi Galiaskar Ismail Makhmut Musa Rustam Yusuf + } + last_names = { + Amirkhanov Faysi Gizzat Ibragimov Kamal Khusainov Tinchurin Tukay Yanbayev + } + radicalism = 10 + } + + gypsy = { + color = {16 102 163} + first_names = { Amberline Belcher Baul Bavol Bersh Beval Bidshika Brishen Camlo Chik Cam Chaine Chal Chavula Danior Dukker Durriken Durril Dangerfield Garridan Gillie Guibran Goliath Gilderoy Hezekiah Jal Javert Jibben Jivin Ker Lel Lennor Lendar Lensar Mander Merripen Mestipen Major Nehemiah Pal Pattin Pias Pov Rye Stiggur Shadrack Silvanus Tas Tobar Tobbar Tawno Tem Terkari Vandlo Wen Wesh Yarb } + + last_names = { Petulengro Vardo-mescro Chumomisto Gry Balorengre Purrum Bedra-kero Camlo Mokkado Baremescre Baryor Beshaley Kaulo } + radicalism = 1 + } } central_asian = { - leader = asian - is_overseas = no - unit = AsianGC - mongol = { - color = {230 230 44} - first_names = { - Peljidiin Balingiin Sodnomyn Kubilai Baterdene Dogsomyn Damdin Khorloogiin Dambyan + leader = asian + is_overseas = no + unit = AsianGC + mongol = { + color = {230 230 44} + first_names = { + Peljidiin Balingiin Sodnomyn Kubilai Baterdene Dogsomyn Damdin Khorloogiin Dambyan Gonchigjalzangiin Badamdorj Chingis Otgonbayar Batbayar } - last_names = { + last_names = { Genden Amar Tserendorj Tomorbaatar Damdinbazar Bodoo Sukhbaatar Jamyan Choibalsan Chagdarjav - } - } - - siberian = { - color = {40 240 240} - first_names = { - Aleksandr Diniyar Mirsayet Sihabetdin Gabdull Afanasiy Viktor Grigory - } - last_names = { + } + } + + siberian = { + color = {40 240 240} + first_names = { + Aleksandr Diniyar Mirsayet Sihabetdin Gabdull Afanasiy Viktor Grigory + } + last_names = { Shaimiev Bilyaletdinov Shchapov Yadrintsev Krakovetsky Kolchak Potanin Shashkov - } - } - - yakut = { - color = {95 87 32} - first_names = { - Aysen Nyurgun Elley Aytal Manchaary - } - last_names = { - Okhlopkov Shishigin Shtyrov Ondar Sivtsev - } - } - - tibetan = { - color = {99 43 89} - first_names = { - Tsarong Chamba Trimon Penor Gendün Jamphel Norbhu Mipham Tsepon Andruk Namgang - } - - last_names = { - Dzasa Wangyal Shatra Lungshar Rinpoche Chöphel Shakabpa Tashi - } - radicalism = 10 - } - - nepali = { - color = {173 123 190} - first_names = { Bhimsen Amar Ranjur Bhakti Jang Renaudip Shamsher "Bir Shamsher" "Deva Shamsher" "Chandra Shamsher" "Bhim Shamsher" - - } - - last_names = { Thapa "Singh Thapa" Singh Rana "Bahadur Rana" - - } - } + } + } + + yakut = { + color = {95 87 32} + first_names = { + Aysen Nyurgun Elley Aytal Manchaary + } + last_names = { + Okhlopkov Shishigin Shtyrov Ondar Sivtsev + } + } + + tibetan = { + color = {99 43 89} + first_names = { + Tsarong Chamba Trimon Penor Gendün Jamphel Norbhu Mipham Tsepon Andruk Namgang + } + + last_names = { + Dzasa Wangyal Shatra Lungshar Rinpoche Chöphel Shakabpa Tashi + } + radicalism = 10 + } + + nepali = { + color = {173 123 190} + first_names = { Bhimsen Amar Ranjur Bhakti Jang Renaudip Shamsher "Bir Shamsher" "Deva Shamsher" "Chandra Shamsher" "Bhim Shamsher" + + } + + last_names = { Thapa "Singh Thapa" Singh Rana "Bahadur Rana" + + } + } } south_asian = { - leader = indian - unit = IndianGC - assamese = { - color = {112 134 156} - first_names = { Chandraka Purandar Ruchinath Kaganath Dhekial Jogeshwar Sudingphaa Kamaleswar Daman Hao Jama Patalang - - } - - last_names = { Singha Aideo Dogoi Bora Khan Purnananda Phukan - } - } - - bihari = { - color = {180 75 130} - first_names = { Maharshi Mahavira Ashtravakra Chanakya Ashoka Samudragupta Vachaspati Vatsyayana Asvaghosa Udayanacharaya - - } - - last_names = { Singh Valmiki Janak Jarasandh Mishra - - } - } - manipuri = { - color = {190 150 240} - first_names = { Churachandra Kulachanrda Surachandra Chandrakirti Devendra Nara Genavira Pitambara Marjit Moduchanrda Charajit Harshachandra Chingthang - - } - - last_names = { Singh Khomba Sai - - } - } - oriya = { - color = {190 63 88} - first_names = { Dibvyasimhadeva Harekrushnadeva Gopinathdeva Padmanavadeva Birakishoredeva Mukundadeva Ramachandradeva - - } - - last_names = { Deva Das Rao Mohaptra Mishra - - } - } - sinhala = { - color = {74 39 40} - first_names = { Kirtisri Vikrama Sri Vijaya Viraparakkama Vimala Rajasingha Senarat Anagarika Wimalaratne - - } - - last_names = { Dharmasurya Narendrasimha Rajasimha Rajadhirajasimha Doraisami - - } - } - avadhi = { - color = {90 64 23} - first_names = { Lokendra Raghuraj Vijay Vishvanath Pheran Jugal Parbhu Narayan Ishvari Udit Prasan Mahip - - } - - last_names = { Singh - - } - } - kanauji = { - color = {90 190 41} - first_names = { Lokendra Raghuraj Vijay Vishvanath Pheran Jugal Parbhu Narayan Ishvari Udit Prasan Mahip - - } - - last_names = { Singh - - } - } - - kashmiri = { - color = {255 0 128} - first_names = { Atta Sher Muhammad Abdullah Vakil Kifayat Rahmatullah Mir Mirza Juma Mulla Mirdad Madad Azad Haji Karimdad - - } - - last_names = { Jawansher Khan "Ghafar Khan" Alokzai "Muhammad Khan" Bamzai - - } - } - gujarati = { - color = {99 12 89} - first_names = { Chetan Fakirbhai Jivraj Madhavsingh Khemchand Manubhai Bharatsingh Balwantry Chabildas Maniraj - - } - - last_names = { Pansara Vaghela Solanki Modhvadia Mehta Baro Parmar - - } - } - marathi = { - color = {190 220 10} - first_names = { Venkatji Shahuji Pratapsinha Rajaram Shivaji Shambhaji Balaji Bajirao Madhava Narayan Raghunath Sawai - - } - - last_names = { "Appa Sahib" "Bowa Sahib" Phadnis Narayan Rao Ballal "Baji Rao" Bhat - - } - } - - rajput = { - color = {192 232 147} - first_names = { Sardar Fateh Muhammad Malik Umar Hayat Rai Hussain Veer Durga Bhai Rao Harsha Bhagwant "Mirza Raja" Jawapala Sawai - - } - - last_names = { "ur Rahman" Bhatti Tiwana Qaim Kunwar "Bachittar Singh" Shekha - - } - radicalism = 10 - } - kannada = { - color = {82 32 170} - first_names = { Aliya Abbakka Amoghavarasha Basaveshwara Bijjala Guvida Harihara Kempe Krishnadeva Krisnaraja Mayuravarma Pulakesi Rani Chennamma Sagolli Tailapa Veera Vikramaditya Vishnuvardhana - - } - - last_names = { "Rama Raya" Rani Raya Bibi Wodeyar Gowda Nayaka Rayanna Ballala - - } - } - malayalam = { - color = {170 100 23} - first_names = { Cheraman Swathi Thirunal Sri Sakthan Raja Moolam Marthanda Dharma Chithira Balarama Ayilyam Saamoothiri - - } - - last_names = { Varma Kesavadas Thampuran "Rama Varma" Perumal - - } - } - tamil = { - color = {180 23 75} - first_names = { Ramayyan Seshayya Ramiengar Seshadri Shungrasoobyer Rajagopalachari Shanmukham Ramaswami Dheeran Subramania Chidambaram Sathyamurthy Vanchinathan Champakaraman - - } - - last_names = { Mudaliar Krishnamachari Rajapopalachari Sastri Dalawa - - } - } - telegu = { - color = {22 89 152} - first_names = { Vasireddy Venkatadri Uyyalawada Narasimha Veerapandiya Keneganti Alluri Potti Tanguturi Pingali Durgabai Sarojini Kandukuri - - } - - last_names = { Sitaramaraju Kattabomman Hanumathu Nayudu Deshmukh Naidu Veeresalingam Sriramulu - - } - } - union = HND + leader = indian + unit = IndianGC + assamese = { + color = {112 134 156} + first_names = { Chandraka Purandar Ruchinath Kaganath Dhekial Jogeshwar Sudingphaa Kamaleswar Daman Hao Jama Patalang + + } + + last_names = { Singha Aideo Dogoi Bora Khan Purnananda Phukan + } + } + + bihari = { + color = {180 75 130} + first_names = { Maharshi Mahavira Ashtravakra Chanakya Ashoka Samudragupta Vachaspati Vatsyayana Asvaghosa Udayanacharaya + + } + + last_names = { Singh Valmiki Janak Jarasandh Mishra + + } + } + manipuri = { + color = {190 150 240} + first_names = { Churachandra Kulachanrda Surachandra Chandrakirti Devendra Nara Genavira Pitambara Marjit Moduchanrda Charajit Harshachandra Chingthang + + } + + last_names = { Singh Khomba Sai + + } + } + oriya = { + color = {190 63 88} + first_names = { Dibvyasimhadeva Harekrushnadeva Gopinathdeva Padmanavadeva Birakishoredeva Mukundadeva Ramachandradeva + + } + + last_names = { Deva Das Rao Mohaptra Mishra + + } + } + sinhala = { + color = {74 39 40} + first_names = { Kirtisri Vikrama Sri Vijaya Viraparakkama Vimala Rajasingha Senarat Anagarika Wimalaratne + + } + + last_names = { Dharmasurya Narendrasimha Rajasimha Rajadhirajasimha Doraisami + + } + } + avadhi = { + color = {90 64 23} + first_names = { Lokendra Raghuraj Vijay Vishvanath Pheran Jugal Parbhu Narayan Ishvari Udit Prasan Mahip + + } + + last_names = { Singh + + } + } + kanauji = { + color = {90 190 41} + first_names = { Lokendra Raghuraj Vijay Vishvanath Pheran Jugal Parbhu Narayan Ishvari Udit Prasan Mahip + + } + + last_names = { Singh + + } + } + + kashmiri = { + color = {255 0 128} + first_names = { Atta Sher Muhammad Abdullah Vakil Kifayat Rahmatullah Mir Mirza Juma Mulla Mirdad Madad Azad Haji Karimdad + + } + + last_names = { Jawansher Khan "Ghafar Khan" Alokzai "Muhammad Khan" Bamzai + + } + } + gujarati = { + color = {99 12 89} + first_names = { Chetan Fakirbhai Jivraj Madhavsingh Khemchand Manubhai Bharatsingh Balwantry Chabildas Maniraj + + } + + last_names = { Pansara Vaghela Solanki Modhvadia Mehta Baro Parmar + + } + } + marathi = { + color = {190 220 10} + first_names = { Venkatji Shahuji Pratapsinha Rajaram Shivaji Shambhaji Balaji Bajirao Madhava Narayan Raghunath Sawai + + } + + last_names = { "Appa Sahib" "Bowa Sahib" Phadnis Narayan Rao Ballal "Baji Rao" Bhat + + } + } + + rajput = { + color = {192 232 147} + first_names = { Sardar Fateh Muhammad Malik Umar Hayat Rai Hussain Veer Durga Bhai Rao Harsha Bhagwant "Mirza Raja" Jawapala Sawai + + } + + last_names = { "ur Rahman" Bhatti Tiwana Qaim Kunwar "Bachittar Singh" Shekha + + } + radicalism = 10 + } + kannada = { + color = {82 32 170} + first_names = { Aliya Abbakka Amoghavarasha Basaveshwara Bijjala Guvida Harihara Kempe Krishnadeva Krisnaraja Mayuravarma Pulakesi Rani Chennamma Sagolli Tailapa Veera Vikramaditya Vishnuvardhana + + } + + last_names = { "Rama Raya" Rani Raya Bibi Wodeyar Gowda Nayaka Rayanna Ballala + + } + } + malayalam = { + color = {170 100 23} + first_names = { Cheraman Swathi Thirunal Sri Sakthan Raja Moolam Marthanda Dharma Chithira Balarama Ayilyam Saamoothiri + + } + + last_names = { Varma Kesavadas Thampuran "Rama Varma" Perumal + + } + } + tamil = { + color = {180 23 75} + first_names = { Ramayyan Seshayya Ramiengar Seshadri Shungrasoobyer Rajagopalachari Shanmukham Ramaswami Dheeran Subramania Chidambaram Sathyamurthy Vanchinathan Champakaraman + + } + + last_names = { Mudaliar Krishnamachari Rajapopalachari Sastri Dalawa + + } + } + telegu = { + color = {22 89 152} + first_names = { Vasireddy Venkatadri Uyyalawada Narasimha Veerapandiya Keneganti Alluri Potti Tanguturi Pingali Durgabai Sarojini Kandukuri + + } + + last_names = { Sitaramaraju Kattabomman Hanumathu Nayudu Deshmukh Naidu Veeresalingam Sriramulu + + } + } + union = HND } indo_iranian = { - leader = indian - unit = IndianGC - bengali = { - color = {156 134 112} - first_names = { Murshid Quli Shujauddin Alauddin Alivardi Sirajuddaula "Mir Muhammad" Najimuddin Reza Saifuddaula Zainul Ahmad Mansur Mubarak Hasan Wasif Waris - - } - - last_names = { Jafar Muhammad Sarfaraz Ali "Qasim Ali" Najabut Bahadur Mirza - - } - } - panjabi = { - color = {190 180 170} - first_names = { Ranjit Kharak Nau Nihal Chand Kaur Shir Dhalip Diwan Jassa Hari Bhuma Nawab Banda Baba Kapur - - } - - last_names = { Singh Kunwar Bahadur Dhillon Nalwa Ahluwalia Ramgarhia Mal Mulraj - - } - } - sindi = { - color = {190 65 230} - first_names = { "Morad Ali" "Nur Mohammad" Sobhdar Hosayn Shahdad Mohammad Nasir Morad Karim Gholam "Mir Fath" - - } - - last_names = { Alwani Bjaeen Bhatti Bhil Bhurgari Bulfati Chandio Daudpota Gabol Kalpar Kolhi Magsi Mallaah Rajpar Sarki Sirki Solangi - - } - } + leader = indian + unit = IndianGC + bengali = { + color = {156 134 112} + first_names = { Murshid Quli Shujauddin Alauddin Alivardi Sirajuddaula "Mir Muhammad" Najimuddin Reza Saifuddaula Zainul Ahmad Mansur Mubarak Hasan Wasif Waris + + } + + last_names = { Jafar Muhammad Sarfaraz Ali "Qasim Ali" Najabut Bahadur Mirza + + } + } + panjabi = { + color = {190 180 170} + first_names = { Ranjit Kharak Nau Nihal Chand Kaur Shir Dhalip Diwan Jassa Hari Bhuma Nawab Banda Baba Kapur + + } + + last_names = { Singh Kunwar Bahadur Dhillon Nalwa Ahluwalia Ramgarhia Mal Mulraj + + } + } + sindi = { + color = {190 65 230} + first_names = { "Morad Ali" "Nur Mohammad" Sobhdar Hosayn Shahdad Mohammad Nasir Morad Karim Gholam "Mir Fath" + + } + + last_names = { Alwani Bjaeen Bhatti Bhil Bhurgari Bulfati Chandio Daudpota Gabol Kalpar Kolhi Magsi Mallaah Rajpar Sarki Sirki Solangi + + } + } } southeast_asian = { - leader = asian - unit = AsianGC - vietnamese = { - color = {23 99 12} - first_names = { "Nguyen Phuoc" "Ton That" "Noang Cao" "Bui An" Nguyen Truong Tran - - } - - last_names = { "vinh Thuy" Han Tuan "Vinh San" Cuong Khai Nien Than Quang "Trong Hiep" "Mien Lam" "Mien Trinh" "Buu Lan" - - } - radicalism = 5 - } - khmer = { - color = {220 86 34} - first_names = { Ang Sisowath Norodom Pok Satha Thommo - - } - - last_names = { Eng Chan Em Snguon Mey Reachea Tong Non - - } - } - malay = { - color = {85 78 89} - first_names = { Shahabuddin Riayat Abdullah Jaafar Safiuddin Muhammad Ali Al-Mukammal Ismail Muabidin Tuanku Yusuf Idris Jalil Isandar Aziz - - } - - last_names = { "Raja Inu" al-Marhum "Raja Ahmad" "Riayat Shah" al-Khairat Muadzam Bendahara Aadzam Murshidul - - } - } - filipino = { - color = {214 107 37} - first_names = { Emilio Apolinario Andrés José Hermano Jacinto Mariano Deodato Ladislao Teodoro Valentíne Antonio León Simeón Arcadio Artemio Manuel - - } - - last_names = { Aguainaldo Mabini Bonifacio Jacinto Rizal Díaz Plata Diwa Arellano - - } - } - javan = { - color = {154 32 88} - first_names = { Abul Muhammad Safiuddin Ahmad Muhieddin Zainul Cirebon Amir Arifin Panembahan Haji Anom - - } - - last_names = { Salihin Mufakhir Alaeddin Muttakin Sepuh Nurus Khairuddin Djalaluddin Emiruddin Akbaruddin Tajul Natadiningrat - - } - } - moluccan = { - color = {90 132 76} - first_names = { Ellyas Ignacio Jordao Michael Sonny Denny Mohammad Edinho Jos Levi - - } - - last_names = { Leiwakabessy Mainaky Weisapy Bouma Palyama Pattinama Pelmelay Lilipaly Hafiedz - - } - } - thai = { - color = {76 99 150} - first_names = { Nangklao Mongkut Rama Chulalongkorn Chao Vajiravudh Prajadhipok Naritsaranuwatiwong Phya Plaek - - } - - last_names = { Suriyawongse Saovabha Chichalerm "Praya Siri" Nitithada Phonphayuhasena - - } - } - lao = { - color = {90 45 154} - first_names = { Manthaturath Anurutha Unkeo Sukha Chantha Unkham Sakkarin Sisavang Setthathirath Nanthasen Ong Phraya - - } - - last_names = { Vong Kuman Söm Bun Supho Long Intharavong Anuvong - - } - } - shan = { - color = {76 122 90} - first_names = { Hswe Hsö Naw Hkam Hkun Hseng Hpa Pyi Nga Hmu Natsu Pe Than Shwe Hpo Lun Sun - - } - - last_names = { Cheng Kaw Möng Hkawt Pak Nan Lek Leng Hmu Letya Hung Thi Hpu Ya Min - - } - } - burmese = { - color = {99 87 27} - first_names = { Thibaw Mindon Pagan Tharawadi Gabyidaw Bodawphaya Maung Singu Hsinbyushin Naungdawkyi Alaungphaya Maha Minkyaw Zeya - - } - - last_names = { Min Bagyidaw Bandula "Ne Myo" Myo Thura Dabayin - - } - } - asian_minor = { - color = {99 150 72} - first_names = { Abdul Vijaya Rajkumari Aurobindo Chandrashekhar Gopal Motilal Sardar Sarojini Subhas Srinivasa Mridula Gupinath Chittaranjan - - } - - last_names = { Singh Prasad Ambedkar Khan Pandit Besant Sarabhai Gaidinliu Iyengar Baharjee Naidu - - } - } - kachin = { - color = {255 98 76} - first_names = { Sama Sinwa U Zan Hta Duwa Ding Ga Hkyeng - - } - - last_names = { Ratang Nawng Sin Lahpai Lahtaw Maran Marip Nhkum - - } - } - karen = { - color = {99 88 122} - first_names = { Po La Paban Hkun Maung Papw Sao Saw - - } - - last_names = { Che Baw U Lawi Lasa Pyatin "Law Paw" Kyi Pun Nge Bye Kye - - } - } -} + leader = asian + unit = AsianGC + vietnamese = { + color = {23 99 12} + first_names = { "Nguyen Phuoc" "Ton That" "Noang Cao" "Bui An" Nguyen Truong Tran -east_asian = { - leader = asian - unit = ChineseGC - manchu = { - color = {245 255 160} - first_names = { Ma Deng Zhao Tong Guan Oboi Sonin Songgotu Suksaha Mingzhu Nalan Fu Hesehn Changlin - } - last_names = { Zhanshan Tiemei Shangzhi Linge Xiangying Xingde Kang'an - } - } - beifaren = { - color = {145 30 30} - first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu - } - last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu - } - } - nanfaren = { - color = {181 106 106} - first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu - } - last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu - } - } - hakka = { - color = {89 63 24} - first_names = { Hong Feng Shi Li Chen Liu Qiu Sun Soong Liao Xue Zhang Xie Wu Shu Tsai Deng Zhen Huang Ye Yang - } - last_names = { Xiuquan Yunshan Xiuqing Dakai Yucheng Rengan Zicai Yongfu Fengjia Yatsen - } - } - miao = { - color = {98 67 155} - first_names = { Pa Hang Mee Chay Kao Bang Zong Zoua Mai Blong Qin Shen Ka Dia Neng Kak - } - last_names = { Thao Sao Moua Vue Her Lyfoung Pao Yang Lo Cha Congwen Zhiming Liangyu - } - } - min = { - color = {76 32 200} - first_names = { Lin Shen Chen Wong Yan Sa Hou Zheng Bing Wu Tan He Du Xue Xu Qin - } - last_names = { Zexu Baozhen Baochen Nai-siong Shu Fu Sen Debang Xin Nee Huiyin - } - } - zhuang = { - color = {200 75 134} - first_names = { Hoang Nong Le Be Van Quoc Quynh The Duc - } - last_names = { Thu Manh Trieu Khanh Phung Hau Chan Den Phach Cao - } - } - yi = { - color = {134 25 80} - first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu - } - last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu - } - } - yue = { - color = {89 34 100} - first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu - } - last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu - } - } - union = CHI -} + } -far_east_asian = { - leader = asian - unit = ChineseGC - japanese = { - color = {230 230 230} - first_names = { Arisugawa Arichi Akiyama Araki Dewa Enomoto Hasegawa Honjo Ito Inoue Ichinohe Itagaki Kido Kuroda Katsura Kodama Kabayama Kawamura Kuroki Kawakami Kamimura Kataoka Kamio Kato Kanin Katsu Makino Muto Minami Masaki Matsudaira Nakamuta Nogi Nire Nozu Okubo Oyama Omura Oku Okada Osumi - Saigo Suzuki Sato Sakura Shibayama Shimamura Shirakawa Togo Takashima Tsuboi Tachibana Terauchi Tamon Takasugi Tokugawa Uehara Uryu Ugaki Ueda Yamagata Yamamoto Yamakawa Yashiro Yui Yamashita Yamaya Uesugi Takeda Abe Usami Watanabe Honda Hosokawa Asai Askikaga Chosokabe Date Fukushima Genji Hachisuka Hattori Heike Hojo Ishida Kaga Kuki Maeda Miyamoto Mori Murakami Oda Okamoto Ooka Saito Shibata Shimazu Suwa Takigawa Tanuma Ukita Konoe Takashi Kujo Ichijo Gojo Aburakoji Anenokoji Asukai Daigo Hirohata Imaidegawa Inokuma Jimyoin Kajuji Kaoin Karasuma Kawashi Konjo Kuga Masachika Matsuki Minase Nakayama Nanba Nomiya Oimikado Rakujochigusa Reizei Saioji Sanjo Shigenoi Shijo Shimizudani Tokudaiji Washio Yamashina - } - - last_names = { Aritomo Goro Gentaro Gonnohyoe Heihachiro Hiroshi Hikonojo Hyoe Hayao Iwao Jiro Jinzaburo Kiyotaka Kuranosuke Kozo Kantaro Koichiro Kagenori Kageaki Kotohito Keisuke Kazushige Kenkichi Maresuke Masujiro Michisura Masatake Mitsuomi Mitsue Mineo Nariaki Nobuyoshi Rokuro Sukeyuki Sukenori Shoin Sumiyoshi Samata Soroku Shichiro Shigeto Sotokichi Shigeru Sadao Shinsaku Takayoshi Takamori Toshimichi Tsugumichi Tadakuni Tomonosuke Taro Toshiyoshi Tetsutaro Taruhito Takeaki Tamemoto Tomasaburo Yoshika Yoshinobu Yoshimichi Yoshida Yasukata Yahachi Yusaku Yoshifuru Yoshinori Yasuyoshi Ieyasu - } - } - korean = { - color = {87 89 25} - first_names = { Hwan Chung Hyong Shinjong Haung Ch'ok Taek Seon Si Jip Guk Mok Bo Yong Sun Gyu Hu Kim Rhee Bahk Choi Jung Yie Ee Gahn Kahn Gahl Kahl Gahm Kahng Kangjun Kae Kyun Kyong Kye Ko Kok Khong Kwak Kyo Ku Kuk Kun Kung Kwog Kwon Keun Kuem Ki Kil Pak Chae Nahn Namgung Nahng Lang Nae Noh Roi Than Tam Tang Tae Toh Tokko Ton Tong Tubongbanua Ryu Mangjul Maing Myong Myo Muk Pang Min Pyun Peom Paek Pin Pi Pok Sa Sagong Sam Sang Somoon Seonwoo Seul Song Sobong Sin Sim Yang Lyang Yu Chang Changgok Jei Chong Chegal Chin P'aeng P'an Ch'ang Pyong Hyung Hyun Huhng Hyeong Hwangbo Lee Ch'oe Cho Kang Yun Han - } - last_names = { Yi Jo Bak Hong Seo Jeong Jang Shin Lim Song Jin Jun Hwang Jeon Min Yoon Ahn Ko Joon Bae Nam An "Dong Hyun" Sung Ha Baek MinSu Cha Im Won Jihun Seong "Sang Min" Minwoo Minho "Ji Hoon" Joo Woo Woojin Donghyun Jongmin Jaehyun Ji "Seung Hyun" "Sung Min" Seungmin Jihoon "Jong-un" "Jong-il" "Pong-ju" "Yong-rim" "Yong-nam" "Ryong-hae" "Yong-ho" - } - } - ainu = { - color = {130 130 130} - first_names = { Seimei Resaak Akihi Petennouk Unayanke Shiratekka Apniainu Pasekur Munkeke Shitekka Shinriki Shiromainu Menkakush } - last_names = { Aterui Shakushine Koshamine Harukor Turushno Isonash Keutoranke } - } -} + last_names = { "vinh Thuy" Han Tuan "Vinh San" Cuong Khai Nien Than Quang "Trong Hiep" "Mien Lam" "Mien Trinh" "Buu Lan" -oceanic = { - leader = nativeamerican - is_overseas = no - polynesian = { - color = {89 35 168} - first_names = { Finau Ulukalala Taufa'ahau Tupou Taupe Havaiki Lika Longotahi Vaopuka "Te Taulu" Tavita Malietoa Iosefo William - } - last_names = { Ma'ufanga Feletoa Moengangongo Tuabayi Maeakafa "Te Fuli" Ielemia - } - } - hawaiian = { - color = {89 155 67} - first_names = { Brendun William James Joseph Charles Samuel Jesse Jason Herbert - } - last_names = { Akaka Apoliona Gaulteria Hee Kahanamoku Kanahele Kekumano Mahealani Momoa Sossamon Trask Wentz Iaukea Nawahi - } - } - maori = { - color = {95 14 187} - first_names = { Potatau Tukaroto Matutaera Tawhiao Mahuta "Te Rata" Koroki "Te Ata-i" Rangi-Kahu - } - last_names = { Wherowhero Kenena Raouparah Herangi Ataarangikaahu - } - } - aborigine = { - color = {78 24 92} - first_names = { Nemarluk Umbarra Wylie Yagan Tollamareena Pemulwy Mokare Derrimut Bennelong Billibellary - } - last_names = { Bunurong Lanne Noongar Mullagh Windich Wonga - } - } - melanesian = { - color = {187 42 167} - first_names = { Ti-Toorou Ti-Quatchium Kaoua Kanendjo Samuel Ti-Abel Seru Epenisa Tamavunisa Yavala Ralulu Raivalita Rasolo Lubati Taltai Eroni - } - last_names = { Hortense Vendegou Cakobau Cokanauto Qaraniqio Banuve Loganimoce Tupou Lakeba - } - } - micronesian = { - color = {68 213 88} - first_names = { Tem Makiatia Takahihi Tikoro Hakana Hakapeke Wekeia Poiaka Maehua Tawehi - } - last_names = { Tetabo Namoriki Karotu Tawaia Baiteke Binoka Bauro Tokatake Panena Mensile Sapwasap Totonu - } - } -} + } + radicalism = 5 + } + khmer = { + color = {220 86 34} + first_names = { Ang Sisowath Norodom Pok Satha Thommo -native_american = { - leader = nativeamerican - is_overseas = no - mayan = { - color = {98 88 142} - first_names = { Agustín Akbal Alejandro Andrés Aníbal Antonio Armando Bernardo Carlos Crescencio - Cristóbal Cuautéhmoc Diego Felipe Gaspar Hernando Hilario Humberto Ignacio Jacinto - Jesús Luis Marcial Martín Miguel Ramiro Rodolfo Rolando Santiago Yumil } - - last_names = { Ak'ab'al Cal Canek Canul Carrillo Ceh Chee Chi Choc Coc - Curruchic Ixquiac López Manzanero Mas Menchú Mérida Mes Osorio Pek - Poot Pop Puk Shal Sho Tecú Teul Tuyuc Xicara Xiloj } - } - nahua = { - color = {88 175 160} - first_names = { Antonio Carlos Diego Emiliano Emilio Felipe Fernando Francisco Gaspar Hernando - Hilario Ignacio Isaac Jacinto Jesús José Juan Julio Lorenzo Manuel - Marcial Mario Martín Natalio Oliverio Pedro Roberto Rodolfo Santiago Víctor } - - last_names = { Ahuactzin Altamirano Atlanteco Badiano Bernardino Coaguila Coyotl Cuautlaxahue Gutiérrez Hernández - Huanitzin Itzel Ixtlilxochitl Jiménez Matlacuahuac Mayahuel Moxo Muñoz Nahui Ocelotl - Panecatl Tlaxca Tletla Tzehe Valeriano Xaxalpa Zicoténcatl Xochitl Zapata Zapotitla } - } - quechua = { - color = {178 141 85} - first_names = { Agustín Alejandro Antauro Antonio Basilio Daniel Diego Eugenio Facundo Felipe - Francisco Gustavo Hilario Inca Isaac "José María" Julio Lorenzo Manuel Marcos - Mariano Martín Nicolás Osvaldo René Roberto Simón Túpac Ulises Víctor } - - last_names = { Arguedas Barrientos Cajahuanca Canchata Chambi Chihuán Cusurichi Espejo Frisancho Gamarra - Guaman Guayasamín Gutiérrez Heredia Humala Iturri Lazarte Ludueña Melgarejo Palacios - Patiño Quispe Rodríguez Roncaglia "Santa Cruz" Sosa Sumac Toledo Vargas Zapata } - } - guarani = { - color = {89 80 175} - first_names = { Aniceto Antonio Bartolomé Camilo Carlos Claudio David Emiliano Eugenio Felipe - Félix Fernando Gregorio Jacinto Jesús José Juan Julio Luis Manuel - Marcos Máximo Narciso Pablo Pedro Rodrigo Roque Simón Teodoro Víctor } - - last_names = { Abjaisu Álvarez Ayegua Camba Chuaie Correa Cunhagatú Díaz Fernández Galeano - Gómez González Guaracay Guaraní Guerrero Jopara López Mongelós Morla Ortíz - Paravé Picagua Riquelme Rivarola "Santa Cruz" Tarayú Torga Velázquez Yaguarete Yrahi } - } - aimara = { - color = {190 45 23} - first_names = { Agustín Alejandro Antonio Bartolomé Carlos David Eduardo Enrique Evo Facundo - Felipe Francisco Gregorio Hugo José Juan "Juan José" Manuel Marcos Mario - Máximo Nicolás Osvaldo Ramón Roberto Santiago Túpac Vicente Víctor "Víctor Hugo" } - - last_names = { Apaza Ayme Calisaya Cardenas Castilla Chino Choquehuanca Condori Corahua Cusicanqui - Hoffmann Huachua Huallpa Katari Larico Machaca Mamani Morales Paredes Peñaranda - Puma Quilca Quispe Rivera Sisa Tamayo Taquiri Torres Yllanes Yucra } - } - amazonian = { - color = {4 255 84} - first_names = { Aníbal Augusto Bento Bernardo César Daniel David Donato Duarte Ernesto - Estevão Fernando Francisco Gabriel Graciano Hugo João Julio Leopoldo Lucas - Miguel Nuno Óscar Rafael Roberto Sebastião Sergio Simão Vasco Zeferino } - - last_names = { Arawá Arawak Bororo Garifuna Gê Guayaná Jeikó Kaingang Kalinago Kamakán - Karajá Kayapó Matsés Maxakalí Purí Timbira Xavante Xerente Xokieng Yanomamö } - } - patagonian = { - color = {88 99 133} - first_names = { Agustín Antonio Aquiles Arturo Aurelio Bernardo Carlos Claudio Diego Facundo - Félix Fernando Francisco Gerardo Gregorio Hugo Ignacio José Juan Luis - Manuel Marcos Martín Máximo Melchor Pedro Ramón Raúl Santiago Víctor } - - last_names = { Aliwen Amuylifko Aukan Ayllapan Chiguay Cumin Curumilla Epulewfu Foyelkay Guaiquil - Huichaman Ilwen Kayupi Kumlafken Kvlapi Leviñanco Lincoman Marifil Melifilu Millakoyam - Millapani Nahuel Ñanku Paillacar Pillancar Quelin Remultray Unquen Waikimill Yankvleufu } - } - tupinamba = { - color = {43 212 67} - first_names = { Álvaro André Carlos Diogo Emilio Eusébio Fábio Fernando Filipe Francisco - Gabriel Gaspar Gonçalo Gustavo Henrique João José Luís Manuel Inácio - Jordão Lúcio Mateus Nicolau Paulo Pedro Roque Sergio Tomás Vítor } - - last_names = { Caetés Potiguara Tabajara Tamoios Temiminó Tupinambá Tupiniquim } - } - metis = { - color = {15 68 192} - first_names = { Louis John Amroise-Dydime Gabriel Daniel James Jaque William Joel - } - last_names = { Riel Bruce Lépine Dumont Clarence Martin - } - } - dakota = { - color = {117 84 13} - first_names = { Sinté Thaóyate Thathanka Thasunke Mahpiya Istahba Hehaka Thahca Ohiyes Wanbdi Tamaha Inkpaduta - } - last_names = { Gleská Duta Iyotake Witko Luta Kohkophapi Sapa Huste Thankja - } - } - cherokee = { - color = {136 114 173} - first_names = { John Tahlonteeskee Takatoka Charles William Lweis Dennis Joel Thomas Frank Andrew Edward - } - last_names = { Ross Downing Potter Thompson Wolf Mayes Buffington Harris Rogers Boudinot - } - } - pueblo = { - color = {222 238 156} - first_names = { Cochise Mangas Loco Taza Nana chihuahua Geronimo Alchesay Naiche Victorio - } - last_names = { Arivaipa Cibecue Coyotero Jicarilla Llanero Mescalero Nateges Tonto - } - } - inuit = { - color = {210 243 242} - first_names = { Peter Ipeelee Jose Steve David Jack Goo Germaine James Pitseolak Kenojuak Ernie Caubvick - } - last_names = { Alakannuark Arreak Ashoona Enuaraq Evaloarjuk Ipeelee Irgittuq Keenainak Kunuk Kusugak Maksagak Nutarak Paniloo Piugattuk Pudluk Tiktaalaaq Ungallaq - } - } - cree = { - color = {127 244 100} - first_names = { Louis Maskipitonew Alexis Samson Joe James Baptiste Felix Jacob - } - last_names = { Piche Kiskiyew Crane Saddleback Buffalo Rain - } - } - navajo = { - color = {83 111 191} - first_names = { Narbona Mariano Zarcillos Manuelito Herrero Barboncito Ganado "Henry Chee" "Digul Chee" - } - last_names = { Naat'aa Martinez Ch'ilhanjini Largos Delagado Grande Da'ghaaii To'tso'nii Dodge - } - } - native_american_minor = { - color = {128 55 98} - first_names = { John Paul José Louis Mariano James David Jack Joel Charles Henry Ganado Herandez - } - last_names = { Piche Ross Alvarez Smith Crane Mayes Thompson Delgado Dagardo Lafayet - } - } -} + } -american_cultures = { - leader = european - is_overseas = no - yankee = { - color = {65 65 129} - first_names = { Adam Alexander William Henry Michael Samuel Joshua George John Matthew Mark Luke Lucas Jeffrey Ulysses - Joseph Charles Russell Benjamin Robert Christopher Richard Chester Lafayette Nathaniel Francis James Donald Cyrus Ambrose - Edward Eugene Augustus Norton Abner Isaac Amos Thomas Randolph - } - last_names = { Smith Washington Grant Sherman Chamberlain Powell Clemens Abbott Abercrombie Allen Ames Anderson Barkhauer Andrews Appleton - Armstrong Arthur Atkins Asboth Babcock Baker Pope Banks Barnard Barnes Barnum Barry Barstow Bartlett Bates - Baxter Beatty Belknap Benton Blair Blunt Bradley Brown Buell Buford Burnside Butler Caldwell Campbell Carr - Chapman Chipman Clayton Coburn Connor Conrad Cook Cooper Crittenden Custer Davies Davis Doubleday Ewing Farnsworth - Ford Forsyth Foster Franklin Fry Gilbert Gregg Griffin Halleck Hamlin Hancock Harrison Hatch Hayes Heintzelman - Hooker Howard Hunter Jackson Johnson Jones Keyes Kimball Lyon McArthur McClellan McCook McDowell Meade Mitchell - Morgan Paine Phelps Porter Potter Reynolds Rice Rhodes Robinson Rosencrans Saloman Schenck Schofield Scott Sedgwick - Seward Sheridan Sickles Sprague Stevens Stevenson Stone Sullivan Taylor Tyler Wade Wadsworth Wallace Ward Warner - Wilson Wright Young - } - } - dixie = { - color = {129 129 129} - first_names = { Robert Jesse James Nathan George Joseph John Patrick Albert Braxton William Ambrose Jubal Richard - Lewis Edmund Leonida Benjamin Wade Daniel Thomas Jonathan Stonewall Lemual Sterling Raphael Kirby Pierre - Jonas Frank Charles Peter Rand Leslie Howard Malvin Oscar Henry Simon Edward Gideon Isaac Evander Jerome Alfred Cadmus - "Fitz Hugh" Carnot Ezra Wilton - } - - last_names = { Lee Jackson Johnson Beauregard Stuart Longstreet Forrest Pickett Mosby Cleburne Hood Breckenridge Bragg - Barksdale Early Hill Ewell Morgan Armistead Semmes Smith Hampton Polk Cheatham Wheeler Pemberton Gordon Hardee Floyd Price - Wise "Van Dorn" Loring Buckner Taylor Williams French Gibbs Hindman Anderson Sibley Garnett Magruder Pillow McLaws Rodes Heth - Pender Trimble Kershaw Wofford Kemper Law Robertson Benning Hays Walker Iverson Wilcox Mahone Wright Pettigrew Archer - Davis Lane Posey Scales Warner Imboden Jenkins - } - } - texan = { - color = {153 0 0} - primary = TEX - first_names = {Hamilton Matthew Richard Hiram Thomas Elkanah John William James Albert Wilburn Walter Hinchie Samuel Benjamin - Henry Allison Horace Felix Jerome Lawrence Alexander Louis - } - last_names = {Bee Ector Gano Granbury Green Greer Gregg Hardeman Harrison Hood Johnston King Lane Mabry Maxey McCulloch Moore - Nelson Randal Robertson Ross Rosser Scurry Steele Terrell Waterhouse Waul Wharton Whitfield Wigfall Young Bowie Travis Houston - } - radicalism = 10 - } - union = USA -} + last_names = { Eng Chan Em Snguon Mey Reachea Tong Non -neo_european_cultures = { - leader = european - is_overseas = no - boer = { - color = {220 145 0} - first_names = { Sarel Rudolf Andries Hendrik Piet Racheltjie Dirkie Siener Koos Danie Christiaan Louis Petrus Paul Eugene Joubert - } - last_names = { Cilliers Botha Joubert Kruger Duquesne Potgieter "van Rensburg" "de la Rey" Theron "de Wet" Pretorius Retief "de Beer" Uys - } - } - - australian = { - color = {64 132 105} - first_names = { John Alf Adrian Louis Hallam Henry Shane Stafford William Frederick Thomas Ronald Lawrence Bruce Ray Stuart Brian Bob Scott Guy - } - last_names = { Hope Tennyson Northcote War Thesinger Denman Forster Baird Issac Stewart Fisher Cook Davis Armstrong Anderson Mitchell MacKenzie - } - } - anglo_canadian = { - color = {248 165 255} - first_names = { Charles John Frederick Douglas Patrick Leonard Henry Arthur Alexander Campbell Gilbert Albert Victor Julian Francis James - } - last_names = { Grey Elliot Hamilton Gordon Stanley Campbell Ross Petty-Fitzmaurice Windham Young Doyle Hastings Blackwood MacDougall - } - } - french_canadian = { - color = {168 195 255} - first_names = { Narcisse René Èdouard Luc Letellier Théodore Louis Francois Auguste Joseph Pierre Luis-Phillippe Jean Gaspard Eugéne Èssioff Huguel Jean-Pierre Gilles - } - last_names = { Belleau Caron "de St.-Just" Robitaille Masson Angers Chapleau Jotte Pantaléon Langelier Damasne LeBlanc Brodeur Perodeau - } - radicalism = 10 - } - alaskan = { - color = { 14 139 80 } - first_names = {Adam Alexander William Henry Michael Samuel Joshua George John Matthew Mark Luke Lucas Jeffrey Ulysses - Joseph Charles Russell Aleksandr Alexei Andrei Anton Boris Dmitry Fyodor Gennady Giorgi Grigoriy Igor Ivan Kirill Konstantin Lavr Leonid Lev Maxim - Mikhail Nikita Nikolai Oleg Pavel Pyotr Roman Semyon Sergei Valery Vasily Viktor Vladimir Vladislav Yegor Yevgeny Yuri - } - last_names = {Smith Washington Grant Sherman Chamberlain Powell Clemens Abbott Abercrombie Allen Ames Anderson Barkhauer Andrews Appleton - Armstrong Arthur Atkins Asboth Babcock Baker Pope Banks Barnard Barnes Barnum Barry Barstow Bartlett Bates - Baxter Beatty Belknap Benton Blair Blunt Bradley Brown Buell Buford Burnside Butler Caldwell Campbell Carr Kuropatkin Lazarev - Makarov Menshikov Nakhimov Nebogatov Nikolaevich Ostrovsky Pavlov Putyatin Romanov Rozhestvensky Skobelev Shuvalov Surkov Tukhachevsky Yegorov Yudenich Vorontsov Voroshilov Zavoyko - } - } -} + } + } + malay = { + color = {85 78 89} + first_names = { Shahabuddin Riayat Abdullah Jaafar Safiuddin Muhammad Ali Al-Mukammal Ismail Muabidin Tuanku Yusuf Idris Jalil Isandar Aziz -latin_american_cultures = { - leader = southamerican - is_overseas = no - unit = SouthAmericanGC - mexican = { - color = {51 117 62} - first_names = { Adrián Agustín Álvaro Anastasio Andrés Ángel Antonio Bernardo Emiliano Emilio - Enrique Ernesto Felipe Félix Francisco "Francisco Javier" Gabriel Gaspar Gregorio Ignacio - Jerónimo Joaquín José "José Manuel" "José María" Juan "Juan Bautista" Justo Lázaro Manuel - Mariano Martín Melchor Miguel Nicolás Pablo Pascual Pedro Porfirio Ramón - Ricardo Rómulo Salvador Sebastián Tomás Valentín Valeriano Venustiano Vicente Victoriano - } - - last_names = { Almonte Álvarez Arista Barragán Bocanegra Bravo Bustamante Canalizo Carranza Caserta - Cervantes Corona Corra "de Ampudia" "de Cos" "de Itúrbide" Díaz Echeverría Escandón Escobedo - Fagoaga "Fernández del Valle" Flores Gómez González Guerrero Huerta Kosterlitzky "López de Santa Ana" Lozada - "Martínez del Río" Mejía Miramón Múzquiz Obregón Pedraza Pimentel Reyes "Rincón Gallardo" Robles - Ruíz Salas Sánchez "Sarmaniego del Castillo" "Vázquez de la Cadena" Villa Woll Zapata Zaragoza Zuloaga - } - } - central_american = { - color = {101 164 172} - first_names = { Alejandro Andrés Aniceto Arturo Bartolomé Basilio Benito Benjamín Bernardo Carlos - Daniel Diego Doroteo Eduardo Eugenio Felipe Félix Fermín Fernando Francisco - Fruto Jacobo Jesús Joaquín Jorge "José Francisco" "José María" Juan "Juan Antonio" "Juan Pablo" - Julio Justo Lisandro Lorenzo Manuel Marcelino Maximiliano Máximo Óscar Pedro - Ponciano Próspero Rafael Ramón Santiago Sebastián Tiburcio Tomás Toribio Victoriano - } - - last_names = { Aguilar Andino Araujo Arbenz Barahona Barillas Barrios Cabañas Cárdenas Carrera - Castellanos Chamorro Chávez Corral Escalón Esquivel Estrada Ezeta Fernández Ferrera - Figueroa Garrigó Guzmán Hernández Jerez Jiménez Leiva López Machado Martínez - Medina Mejía Menéndez Montes Montiel Morazán Palacios Peralta Quiros Regalado - Rosales Sevilla Sinibaldi Soto Terán Ubico Vasconcelos Vigil Zelaya Zeledón - } - radicalism = 15 - } - caribeno = { - color = {122 11 74} - first_names = { Alberto Alejandro Alfredo Ambrosio Anselmo Antonio Arturo Benigno Buenaventura Calixto - Carlos Ceferino Cesáreo Demetrio Desiderio Dionisio Domingo Eugenio Federico Felipe - Fernando Fidel Fulgencio Gerardo Gregorio Guillermo Horacio Ignacio Jacinto Jacobo - Jesús Joaquín José "José Miguel" Juan "Juan Bautista" Manuel Mariano Mario Máximo - Osvaldo Pablo Pedro Rafael Ramón Raúl Salvador Romás Ulises Wenceslao - } - - last_names = { Acosta Alfau Báez Batista Bayo Cabral Carmona Castillo Castro Cisneros - "de Céspedes" "de la Rosa" "de Meriño" "de Rojas" Espaillat Estrada Estrella Fernández Figuereo García - Gil Gómez Gonzáles González Grau Guillermo Henríquez Herrera Hevia Laredo - Luperón Maceo Machado Márquez Mella Méndez Mendieta Moncada Morales Mota - Pelletier Pimentel Puello Santana Sosa Trujillo Valverde Vásquez Vázquez Zayas - } - radicalism = 10 - } - north_andean = { - color = {146 156 116} - first_names = { Antonio Camilo Carlos Cipriano Demetrio Diego Domingo Eloy Eusebio Eustorgio - Ezequiel Federico Fernando Florentino Franciso "Francisco Javier" "Francisco José" "Francisco de Paula" Froilán Gabriel - Gregorio Guillermo Gustavo Guzmán Hilario Ignacio Jerónimo Joaquín Jorge "José Antonio" - "José Manuel" "José María" Juan "Juan José" Julián Julio León Manuel Pedro Plácido - Rafael Raimundo Ramón Ricardo Rodolfo Santiago Santos Tadeo Tomás Vicente - } - - last_names = { Alfaro Andueza Arboleda Blanco Bonnet Boyd Caamaño Carreño Carrión Castro - Chiari Cordero Crespo Daza "de Herrera" "de Mosquera" "de Obaldía" "de Olmedo" "de Veintemilla" "de Villamil" - Falcón Flores García Gómez González Gual Gutiérrez Herrán Hurtado López - Mallarino Manjarrés Mariño Melo Monagas Moreno Núñez Obando Páez Porras - Reyes Robles Rocafuerte Rojas Salgar Santander Soublette Urbina Villegas Zaldúa - } - } - south_andean = { - color = {116 156 146} - first_names = { Adolfo Agustín Alejandro Andrés Aníbal Antonio Bartolomé Bernardo David Diego - Domingo Eduardo Emiliano Emilio Enrique Esteban Eusebio Federico Felipe Francisco - Germán Hernando Hilarión Ignacio Isidoro Ismael Jorge José "José Miguel" Juan - "Juan Antonio" "Juan Francisco" Justo Ladislao Luis Manuel Mariano Miguel Narciso - Nicolás Pablo Patricio Pedro Ramón Rufino Ruperto Santiago Sebastián Severino Tomás - } - - last_names = { Abaroa Ágreda Altamirano Arteaga Ballivián Baquedano Belzú Blanche Blanco Bulnes - Cabrera Calvo Campero Castilla Corrico Daza "de la Cruz" "de Santa Cruz" "de Velasco" "de Vidal" - Echenique Errázuriz Fernández Figueroa Franco Freire Gamarra Gorostiaga Grau - Guilarte "La Mar" Latorre Lynch Melgarejo Monje Montero Montes Montt Orbegoso - Pezet Rebolledo Ruíz-Tagle Salaverry "Santa María" Siles Sotomayor Toro Valencia Zañartu Zapata - } - } - platinean = { - color = {199 232 151} - first_names = { Agustín Antonio Atanasio Baltasar Bartolomé Bernardino Bernardo Cándido Carlos Cecilio - Cirilo Claudio Domingo Emiliano Esteban Eugenio Evaristo Facundo Faustino Feliciano - Félix Francisco Fructuoso Gabriel Gaspar Guillermo Hipólito Ignacio José "Juan José" - "Juan Manuel" "Juan Ramón" Julio Justo Lorenzo Luis Manuel Marcial Máximo Miguel - Nicolás Patricio Pedro Ramón Roberto Roque Salvador Santiago Torcuato Venancio - } - - last_names = { Aguirre Avellaneda Báez Balcarce Bareiro Berro Brown Caballero Cruz "de Alvear" - "de la Plaza" "de Rosas" "de Urquiza" Derqui Díaz Ellauri Escobar Flores González Jovellanos - Juárez Justo Latorre López Machaín Maza Meza Mitre Paz Pedernera - Pellegrini Pereira Quintana Rivarola Rivera Roca "Rodríguez de Francia" Rojas Rondeau Sáenz - Santos Sarmineto Solano Tajes Uriburu Viamonte Vidal Williman Wisner Yrigoyen - } - } - brazilian = { - color = {0 112 66} - first_names = { Afonso Antônio Artur Augusto Aurélio Benjamin Cândido Carlos Celso Custódio - Delfim Deodoro Eduardo Emílio Epitácio Ernesto Fábio Fernando Filipe Floriano - "Francisco de Paula" "Francisco Xavier" Federico Gaspar Gastão Getúlio Henrique Hermes Humberto Isaías - João Joaquim José Júlio Juscelino Luís Manuel "Marco Antônio" Mário Miguel - Nereu Nilo Paulo Pedro Prudente Silviano Tancredo Urbano Venceslau Vital - } - - last_names = { Barreto Bernardes Bittencourt Brandão Bras "Cabral da Silva" Caldwell Constant Costa "da Camara" - "da Costa" "da Fonseca" "de Aguiar" "de Barros" "de Beaurepaire-Rohan" "de Bragança" "de Carvalho" "de Itapevi" "de Lima e Silva" "de Melo" - "de Noronha" "de Oliveira" "de Orleans" "de Souza Neto" "de Suruf" Dutra Fragoso Frontin Galvão Jordão - Labatut Lopes Maciel Mallet Marques "Marques de Sousa" Maurity Moreira Osório Peixoto - Pena Pessoa Pinto Rondon "Saldanha da Gama" Santos Soares Tavares Vargas Wandenkolk - } - } -} + } -african_diaspora_cultures = { - leader = african - is_overseas = no - unit = AfricanGC - afro_american = { - color = {42 42 42} - first_names = { Aaron Alexander Andre Benton Caesar Cathay Charles Colin Ebenezer Edgar - Edward Frederick George Henry James Joseph Lewis Lloyd Matin Michael - Milton Osborne Pinckney Powhatan Robert Samuel Stewart Thomas William Wilson } - - last_names = { Anderson Antoine Augusta Basset Beaty Blake Brooks Brown Cailloux Carney - Delany Douglass "Du Bois" Fields Flipper Gardner Griffin Hawkins Holland Jackson - King Mink Nell Pinn Ratcliff Remond Smith Stukes Tubman Veale } - } - afro_caribbean = { - color = {32 57 32} - first_names = { Anderson Anselm Arthur Ben Colville Cyril Earl Edwin Ellis Eric - Geoffrey George Graham Henry Herbert Hubert Jeffrey John Josiah Lennox - Lloyd Malcolm Mervyn Nicholas Rainford Reginald Robert Stokely William Winston } - - last_names = { Abbott Best Blaize Brathwaite Carmichael Chambers Clark Douglas Dymally Findley - Goddard Hall Henson Holder James Jones Julian Kilgour Lassalle Lovelace - McIntosh Nurse Perry Roberts Robinson Shadd Stollmeyer Sylvester Williams Young } - } - afro_caribeno = { - color = {12 83 12} - first_names = { Antonio Armando Arsenio Arturo Bartolomé Carlos Dámaso Enrique Francisco Generoso - Guillermo Gumersindo Ignacio Israel Jacinto Jaime "José Celso" Juan Luciano Mario - Máximo Nelson Nicolás Orestes Orlando Pedro Pío Ramón Rubén Wifredo } - - last_names = { Albizu Barbosa Barreto Bauzá Díaz Egües Estupiñán Garay González Guillén - Gutiérrez Hurtado Jiménez Jorrín Lam Leyva López Maceo Moré Morel - Peraza Pérez Piñeiro Pozo Repilado Rodríguez Santamaría Schomburg Valdés Villa } - } - afro_brazilian = { - color = {87 164 95} - first_names = { Afonso Aleixo Alexandre Anderson André Artur Cândido Carlos Denílson Djalma - Félix Francisco Guilherme Itamar João Joaquim Jorge José Kléber Leandro - Luís Manuel Marco Marcos Maurício Mauro Nilo Procópio Ricardo Ronaldo } - - last_names = { Aragão Assunçao Bahia Barbosa Borges "de Cruz e Sousa" "da Lima" "de Lima Barreto" "de Ouro" "de Sousa" - "de Souza" "dos Reis" "dos Santos" Fidalgo Filho Gil Gomes "Machado de Assis" Nunes Oliveira - Otelo Paim Pandeiro Peçanha Pereira Pitanga Rodrigues Santos Silva Teixeira } - } - afro_antillean = { - color = {24 44 49} - first_names = { Alexis André Anténor Antoine Augustin Balthazar Beaubrun Céligny Charlemagne Charles - Cincinnatus Dantès Demesvar Denys Emmanuel Eugène Fabre Faustin Florvil François - Guillaume Hannibal Henri Jacques Jean Jean-Baptiste Jean-Louis Jean-Pierre Jonathas Joseph - Léon Louis Louis-Eugène Louis-Joseph Lysius Michel Monpoint Nissage Nord Oreste - Philippe Pierre Simon Sténio Sylvain Tandredè Thomas Timoleón Tirésias Vilbrum } - - last_names = { Alexis Ardouin Auguste Bellegarde Boisrond-Canal Bonnet Borno Boyer Brutus Christophe - Conzé Dartiguenave Delorme Dessalines Domingue Firmin Geffrad Granville Guerrier Hyppolite - Iginac Janvier Jeune Lafontant Laleau Leconte Légitime Legouaze Léon Lhérisson - Madiou Péralte Pierrot Planchet Price Price-Mars Riché Rigaud Rivière-Hérard Roumain - Roy Saget Salnave Salomon Sam Simon Soulouque Théodore Vincent Zamor } - } - kreol = { - color = { 63 32 10 } - first_names = { Alexis André Anténor Antoine Augustin Balthazar Beaubrun Céligny Charlemagne Charles - Cincinnatus Dantès Demesvar Denys Emmanuel Eugène Fabre Faustin Florvil François - Guillaume Hannibal Henri Jacques Jean Jean-Baptiste Jean-Louis Jean-Pierre Jonathas Joseph - Léon Louis Louis-Eugène Louis-Joseph Lysius Michel Monpoint Nissage Nord Oreste - Philippe Pierre Simon Sténio Sylvain Tandredè Thomas Timoleón Tirésias Vilbrum } - - last_names = { Alexis Ardouin Auguste Bellegarde Boisrond-Canal Bonnet Borno Boyer Brutus Christophe - Conzé Dartiguenave Delorme Dessalines Domingue Firmin Geffrad Granville Guerrier Hyppolite - Iginac Janvier Jeune Lafontant Laleau Leconte Légitime Legouaze Léon Lhérisson - Madiou Péralte Pierrot Planchet Price Price-Mars Riché Rigaud Rivière-Hérard Roumain - Roy Saget Salnave Salomon Sam Simon Soulouque Théodore Vincent Zamor } - } - -} + last_names = { "Raja Inu" al-Marhum "Raja Ahmad" "Riayat Shah" al-Khairat Muadzam Bendahara Aadzam Murshidul -west_african = { - leader = african - is_overseas = no - unit = AfricanGC - akan = { - color = {88 68 147} - first_names = { Amanquatia Agyeman Onsei Kwaku Kofi Atakora Kwabena Mensa Owusu Akyampon Kwame Opoku - } - - last_names = { Prempeh Bonsu Dua Karikari Dwomo Panyin Sekyere Fofie Asiba - } - } - bambara = { - color = {45 88 164} - first_names = { Kaladian Mamari Biton Do Tyefolo Nyenemba Ben Kuma Masala Turukoro Bina Kege Mamuru Masaloma Karamoko Mari Bodyan - } - - last_names = { Coulibaly Koro Dembele Bari Tonmansa Dyara Makoto Tonkomo Keryengole Naluma Demba Mari - } - } - dyula = { - color = {78 99 230} - first_names = { Seku Famagan Samory Al-Hajj Koumbi Maghari Fode Muhammad al-Mustafa - } - - last_names = { Wattara Toure Salim-Suwari Drame Saghanughu - } - } - edo = { - color = {88 99 154} - first_names = { Odayon Ode Edegbe Osahon Igodo Erediauwa Osemwende Adolo Ovonramwen Eweka Akenzua Ezoti Esigie - } - - last_names = { Ewuare Nogbaisi Orhogbua Ehengbuda Akengbedo Akenzua Ogbebo - } - } - ewe = { - color = {43 99 156} - first_names = { Adika Kofi Coujoe Kpodo Mavuli Mensah Quaashie Mawwolawde Kwakou Coblah Atsu Ametefe - } - - last_names = { Diogo Butiyi Agidi Tona Avumbe Kpengla Abagba Muna Atasa Agodo - } - } - fon = { - color = {188 92 47} - first_names = { Behanzin Ghezo Glele Adandozan Agonglo Kpengla Tegbessou Agadja - } - - last_names = { Madogugu Zedoko Basagla Chadakogundo - } - } - fulbe = { - color = {22 146 187} - first_names = { Dan Muhammed Abdullahi Seku Amadu Balobo Alfa Usman Yaqub Tukur Yusufu Malam Abubakar Umar Tidiani Ahmadu - } - - last_names = { Bello Fodio Amadu Ibrahim Dadi zaki "Sa'id Tall" - } - } - hausa = { - color = {218 68 212} - first_names = { Muhammad Kumbari Sharif Yaji Baba Daud Abdullah Kanajeji Bugaya Usman Tsamiya - } - - last_names = { al-Walid Abasama Zaki Kabe al-Hajj Zamnagawa Rumfa - } - } - ibibio = { - color = {99 157 68} - first_names = { Ekpenyong Effiom Offiong Edem Okoho Asibong Eyo Orok Eyamba Ekpo Effefiong Ededem Tete - } - - last_names = { Eyamba Minika Oku Ekpe Efa Nta Ene - } - } - itsekari = { - color = {209 251 255} - first_names = { Taabansi Enweleana Jiofo Obalike Ewenetem Chiemeka Elechi Ikenna Nonyelum Obijiaku Oji Onyeka Orji Rapuluchukwu Udoka Zebenjo Zinachukwudi Dibia Dumaka Azuka Anene Jideofor Nnaemeka Nnamdi Nnanna - } - - last_names = { Udene Onyeso Equiano Opobo Achebe - } - } - ibo = { - color = {88 27 192} - first_names = { Taabansi Enweleana Jiofo Obalike Ewenetem Chiemeka Elechi Ikenna Nonyelum Obijiaku Oji Onyeka Orji Rapuluchukwu Udoka Zebenjo Zinachukwudi Dibia Dumaka Azuka Anene Jideofor Nnaemeka Nnamdi Nnanna - } - - last_names = { Udene Onyeso Equiano Opobo Achebe - } - } - kru = { - color = {244 226 66} - first_names = { Nyennoh Borforh Konmlan Tehpoe Pennon Togba Teh Jlakon Forkay Nimene Boryee Yenseloh Odeleia Gbwe - } - - last_names = { Banguro Banna Kama Kindo Kanta Bombali Gbanka - } - } - mande = { - color = {44 188 87} - first_names = { Neneh Tejan Sheka Kanji Lansana Brima Foda Sekouba Alhassani Sekou Amara Losene Fodey Kaleefa Hatab Daba Massa Aoua Soumaila - } - - last_names = { Diawara Sidibe Suso Jammeh Jaabi Keita Konneh Kanneh Conde - } - } - western_nigritic = { - color = {12 0 255} - first_names = { Neneh Tejan Sheka Kanji Lansana Brima Foda Sekouba Alhassani Sekou Amara Losene Fodey Kaleefa Hatab Daba Massa Aoua Soumaila - } - - last_names = { Diawara Sidibe Suso Jammeh Jaabi Keita Konneh Kanneh Conde - } - } - mossi = { - color = {230 14 213} - first_names = { Builsa Babato Gazari Alfa Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pintyeba Karamoko Sapilem Nyambre Salma Korongo Koom Yamba Tigre - } - - last_names = { Hano Hamaria Wattara Moru Dyan Nyandane - } - } - gur = { - color = {232 6 6} - first_names = { Builsa Babato Gazari Alfa Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pintyeba Karamoko Sapilem Nyambre Salma Korongo Koom Yamba Tigre - } - - last_names = { Hano Hamaria Wattara Moru Dyan Nyandane - } - } - senufo = { - color = {88 190 62} - first_names = { Brahima Salifu Seku Bubakar Aburahman Abdullahi Usman Famaghan Kere Magan Dramani Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pntyeba Karamoko - } - - last_names = { "bi Saydu" "bi Hama" "bi Salifu" "bi Isa" "bi Sori" "bi Faruku" Wattara "dan Tyeba" Moru Dyan - } - } - songhai = { - color = {142 28 67} - first_names = { Hanga Samsu Hargani Fodi Tomo Bassaru Bumi Koyze Wankoy Bigo Dauda Malla - } - - last_names = { Beri Mayrumfa Keyna Missi "Kodama Komi" Baba Baki Farma - } - } - tiv = { - color = {252 255 161} - first_names = { Makare Malam Gondo Orchivirigh Akawe - } - - last_names = { Torkula Akperan Orshi Aluor Dzakpe - } - } - tuareg = { - color = {84 75 240} - first_names = { Attici Musa Aytarel Ahmad "Ag Mama" Moussa Majila Islaman "In Tayaden" Abareybon Hasso Kiddu - } - - last_names = { "ag Sidi" al-Hajj "ag Muhammad" "ag Amellal" "ag Amastan" - } - } - wolof = { - color = {91 146 180} - first_names = { Birayamb Al-Buri Baka Birayma Mbanyi Lat Bakan-Tam Taanor Amado "Ali Buri" Mba Birawa Samba - } - - last_names = { N'Dyaye Seeku Khaari Yaago Peya Ma-Dyigen Koddu Paate Penda Aram Kodu Tam Dior - } - } - yoruba = { - color = {240 75 89} - first_names = { Siyanbola Lawani Adeyemi Adelu Atiba Oluewu Amodo Majotu Makua Adebo Bello Onikepe Gbadegesin Ajikin Abisi Lauru Kase Agidigbo Ademufekun - } - - last_names = { Oladigbolu Adeniran Agogoja Alowolodu Atobatele Zumaw Oyo Tofa Tonyon Bezon Hungbo Dudu - } - } - east_kwa = { - color = {21 165 160} - first_names = { Siyanbola Lawani Adeyemi Adelu Atiba Oluewu Amodo Majotu Makua Adebo Bello Onikepe Gbadegesin Ajikin Abisi Lauru Kase Agidigbo Ademufekun - } - - last_names = { Oladigbolu Adeniran Agogoja Alowolodu Atobatele Zumaw Oyo Tofa Tonyon Bezon Hungbo Dudu - } - } -} + } + } + filipino = { + color = {214 107 37} + first_names = { Emilio Apolinario Andrés José Hermano Jacinto Mariano Deodato Ladislao Teodoro Valentíne Antonio León Simeón Arcadio Artemio Manuel -central_african = { - leader = african - is_overseas = no - unit = AfricanGC - bakongo = { - color = {87 154 62} - first_names = { Poaty Loembe M'voudoukousala Pratt N'Gangue M'voumbe Mfutila Kivuzi Nteve Kenje - } - - last_names = { "Ma Nombo" "Ma N'Sangou" N'Gombi Matou Mvemba Lukeni Mpanzu Nimi Nsindi - } - } - baguirmi = { - color = {48 192 75} - first_names = { Abdul Abu-Sekkin Burkomanda Ngarmane "Abd al-Rahman" Uthman Muhammad Malam Ngarmaba - } - - last_names = { Ermanala Gawrang Qadir as-Saghir Mohammed al-Mahdi al-Kabir Bira - } - radicalism = 5 - } - fang = { - color = {164 45 180} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Samba Atangana Tufoyn Kumong Yuh Nggam Ndi - } - } - kanuri = { - color = {189 142 177} - first_names = { Muhammad al-Amin Umar Mustapha Ahmad Dunama Ibrahim Ali Waziri Mamane - } - - last_names = { al-Kanemi Sayfawa Dalatumi Lefiami Kingibe Imam Gana - } - } - kuba = { #aka Bashong - color = {166 72 57} - first_names = { Kasongo Umpafu Ilunga Kisula Nday Kitamba Maloba Ndaye Kumwimba Maniema - } - - last_names = { Nsungu Kukaya Ngombe Muzinga Kabale Konkola Kalombo Mande Nyembo - } - } - luba = { - color = {87 45 69} - first_names = { Kasongo Umpafu Ilunga Kisula Nday Kitamba Maloba Ndaye Kumwimba Maniema - } - - last_names = { Nsungu Kukaya Ngombe Muzinga Kabale Konkola Kalombo Mande Nyembo - } - } - lunda = { - color = {142 65 188} - first_names = { Kaumba Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong - } - - last_names = { Kasang Nambing Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba - } - } - lendu = { - color = { 40 4 60 } - first_names = { Mateso Baudouin Katanga Yuda Padiri Dunia Mayele } - - last_names = { Vaweka Apuobo Leku Ndjabu Ninga Adirodo Ngudjolo Lubanga Chui Koka Zaba Yakutumba Mudundu } - } - - kingwana = { - color = {171 188 73} - first_names = { Bokobo Bomete Ilitosini Ndjandja } - - last_names = { Taabwa Bwile Bembe Kabwari Buyu Bangubangu Zimba Kwami Tembo Nyanga Bhele Komo Nande } - } - - chokwe = { - color = {136 144 120} - first_names = { Kalembe Kalembele Kambangaji Lundembe Ndembe Ngulu Tulembele Tumbangaji } - - last_names = { Chokwe Lovale Balovale Nsongo } - } - - kavango = { - color = {76 34 120} - first_names = { Kalembe Kalembele Kambangaji Lundembe Ndembe Ngulu Tulembele Tumbangaji } - - last_names = { Chokwe Lovale Balovale Nsongo } - } - - mongo = { - color = {162 175 65} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Bolia Bokote Bongandu Ekonda Mbole Nkutu Ntomba Sengele Songomeno Dengese Tetela-Kusu - } - } - sara = { - color = {145 64 125} - first_names = { Nounga Zangabirou Tikima Ikpiro Mbomou Momi Abdul Abu-Sekkin Burkomanda Ngarmane "Abd al-Rahman" Uthman Muhammad Malam Ngarmaba - } - - last_names = { Tombalbaye Odingar Moungar Ermanala Gawrang Qadir as-Saghir Mohammed al-Mahdi al-Kabir Bira - } - } - teda = { - color = {156 198 100} - first_names = { Yusuf Raqib Muhammad Adham Ali Ibrahim Ahmad Yakob Kharut Salih Jawda - } - - last_names = { "Abd al-Aziz" "Abda al-Karim" "Derret ibn Jawda" Arous as-Sarhir al-Sharif "ibn Yusuf" "ibn Ali" - } - } - ubangian = { - color = {104 17 17} - first_names = { Mahamat Hyacinthe Abdou Nassirou Abdoulaye Noureddine - } - - last_names = { Sarandji Kamoun Nzapayeké Tiangaye Touadéra Dologuelé Samba-Panza Wodobodé Bozizé } - } - forest_bantu = { - color = {237 134 16} - first_names = { Ngalifourou Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong - } - - last_names = { Bongo Ganao Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba - } - } - south_forest_bantu = { - color = {233 237 16} - first_names = { Kaumba Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong - } - - last_names = { Kasang Nambing Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba - } - } -} + } -east_african = { - leader = african - is_overseas = no - unit = AfricanGC - amhara = { - color = {88 142 37} - first_names = { Amare Bekele Berhanu Saleh Haile Berihun Demissie Desta Geteye Girma Kelile Negasi Abebe Fakirta Adis Kassa Menelik } - - last_names = { Selassie Mikael Mariam Melekot Seged Wossen Makonnen Mengitsu Abbaba Dingil Hailu Giorgis } - } - afar = { - color = {198 46 99} - first_names = { Mahammad Umar Kedafu Alimirah Amda Baeda Kadhafo - } - - last_names = { Hanfadhe Yayyo Seyon Maryam Aydahis - } - } - azande = { - color = {31 89 150} - first_names = { Souau Mwerve Ngabwe Birhenjira Rutanganda Rugema Kabare Rugemaninzi Makome Bigomokero - } - - last_names = { Nabushi Ntayitunda Muhigirwa - } - } - baganda = { - color = {98 155 187} - first_names = { Mutesa Mwanga Kalema Kiweewa Ssemakookiro Jjunju Kyabaggo Namugala Kikulwe Kabulu - } - - last_names = { Njovu Ndiga Ngo Nseenene Mmamba Ngonge Ngabi - } - } - beja = { - color = {165 124 101} - first_names = { Badi Adlan Idris Ranfa Nawwar Hassab Tabl Nasir Awkal Rajab Isma'il Nul Unsa - } - - last_names = { "ibn Nul" Likaylik "Ibn Badi" "Ibn Isma´il" Muhammad "Ibn Tabl" Rabihi "wad Rajab" - } - } - dinka = { - color = {59 91 247} - first_names = { Abel Alier Kiir Yar Manyang Manute Luol Awino Nyankol Akex Ayak Bul Mach - } - - last_names = { Anyieth Ayuel Ayiec Akook Deng Thiik Maduot Ageerdit Wek Bol Arol Juuk Malual Kuai - } - } - fur = { - color = {84 75 91} - first_names = { Mohammed Abu "Abd al-rahman" Ahmad Hussein Bush Harun Bulad Abdallahi Jussuf Ali - } - - last_names = { Tayrab Bakri Badl Madyan al-Mahdi El-Fadl Khalid Ibrahim Dinar - } - } - harari = { - color = {235 232 222} - first_names = { Mahmoud Hassen Abebe Umar Wolde Tariku Mohammed Ali Usman Hamza Aslan Saad Aster Hoti Abenet - } - - last_names = { Ahmed Baqsa Injamo Argaw Hailemaraim Dinagde Tariq - } - } - kefficho = { - color = {100 0 15} - first_names = { Aba Tekle Sacho Gawa Gaha Shagi Jilcha Jawe Sana Gunji Galli Gaki Beshi Hoti Kaye - } - - last_names = { Ginocho Gaocho Sherocho Nechocho Sachi Bulgu Gomol - } - } - kikuyu = { - color = {99 164 74} - first_names = { Gacoki Kanja Kirimi Kioi Muiru Mukanda Muthengi Nderitu Nyamu Riitho Runo Waitimu Wamungunda Wamwara Warui Kariuki Githinji Gitonga Hiuhu Ikinya Kiara Matu Murathi Mbogo Ngigi Muriu - } - - last_names = { Njoroge Maina Mwangi Wairia Njuguna Gitau Kiarie Mbugua Chege Manjiri Mamba Tene Agu Manduti Cuma Ciira Mathathi Ndemi Iregi Kinuthia Karanja Kinyanjui Nganga Gathuru - } - } - luo = { - color = {156 156 89} - first_names = { Okeyo Wanyanga Jaramobi Oluoch Oso Othiamba Waga Okoth Odongo Nyikaano Odaago Reth Kwa Dhyang Kolo Omaaro Wat Okwa } - - last_names = { Kony Oculi Oneko p'Bitek Orombi Ramogi Luwum Obote Ocollo Tugo Tuga Tugi Ju Mono Ajalo Adugo Poolo Moolo } - } - maasai = { - color = {134 57 84} - first_names = { Mbatian Lenana Segi Parasayip Koyati Kakenya Lekuton Olemeeli Meitikini - } - - last_names = { "Ole Mbatian" "Ole Lenana" "Ole Segi" "Ole Parasayip" "Ole Koyati" - } - } - nuer = { - color = {68 199 204} - first_names = { Diu Chol Dei Tongyiik Hon Pal Nyuon Deng Gai Ochan Puot Ruai - } - - last_names = { Anya-Nya Top Juak Gaach Bany Lieth Nyuot Luth Chotper Weiu - } - } - nuba = { - color = {48 213 48} - first_names = { Awin Akoc Nyidok Kwadker Ajang Dedunyal Kuikon Yor Kur Fadyet Fafiti Nyadwai Muko Wak Tyelgut Kodit Aney - } - - last_names = { "wad Nyakwac" "wad Kudit" "wad Akwot" "wad Nyidok" "wad Ajang" "wad Kwadker" "wad Akoc" "wad Yor" "wad Kur" - } - } - oromo = { - color = {162 23 199} - first_names = { Ras Debela Alemayehu Dirribi Heile Gobana Tsegaye Tilahun Waqo Ahmad Galasa Hailu Yilma Abadula Abdus - } - - last_names = { Makonnen Dacche Mideksa Dinsa Turnsaa Gemeda Eabisa Demissie Gessesse - } - } - ruanda = { - color = {184 21 46} - first_names = { Yuhi Rwabuguri Sentwali Runihura Sebahive Nkundiushuti Kagame Nyillingondo Habimana Hakizimana Gahiji Dukuzumuremyi Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth } - - last_names = { Musinga Gahindiro Rwogera Rutarindwa Mutara Ndahindurwa Rushatsi Ndagushimiye Senyamwisa Mutamo Serushambo Butama Rugamba Gisabo Mbikije } - } - - somali = { - color = {226 22 48} - first_names = { Yusuf Mahamud Ahmed Osman Ali Aul Shire Mohamud Naleye Abdikarim Dalmar Ghdi Labaan Roble Taban Erasto Abdi - } - - last_names = { Ibrahim Adeer Hassan Gurey Hirsi Doreh Dekiye Afrah Mujahid Kenadid - } - } - sukuma = { - color = {54 167 122} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe - } - } - swahili = { - color = {84 96 204} - first_names = { Ahmed Jabari Kamari Amiri Asani Babu Balozi Darweshi Erevu Faraji Fupi Heri Hishima Ibada Huru Husani Imara Issa Jahidi Jalali Juma Jumaane Kafeel Khamisi Kifimbo Kivuli Kondo Lumbwi Machupa Mbwana Mosi Salehe Safi Zuberi - } - - last_names = { Ahmed Jabari Kamari Amiri Asani Babu Balozi Darweshi Erevu Faraji Fupi Heri Hishima Ibada Huru Husani Imara Issa Jahidi Jalali Juma Jumaane Kafeel Khamisi Kifimbo Kivuli Kondo Lumbwi Machupa Mbwana Mosi Salehe Safi Zuberi - } - } - tigray = { - color = {61 49 183} - first_names = { Abraha Atsbaha Gidey "Mitslal Muz" Zenabu Ras Meles Isaias Petros Siye Gebru Abune Zeresenay Miruts Mesfin - } - - last_names = { Teklehaymanot Seyoum Woldetinsae Yohannes Sehul Yessous Hagos Alula Mengesha - } - } - unyamwezi = { - color = {46 146 246} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe - } - } - kilombero = { - color = {96 106 66} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe - } - } - lacustrine_bantu = { - color = {128 175 93} - first_names = { Mutesa Mwanga Kalema Kiweewa Ssemakookiro Jjunju Kyabaggo Namugala Kikulwe Kabulu - } - - last_names = { Njovu Ndiga Ngo Nseenene Mmamba Ngonge Ngabi - } - } - cushitic = { - color = {201 101 39} - first_names = { "Ibn Muhammad" Abdullah "Abbas said" Ismail Mansur Rahman Abdallahi Hassan Malusi Tahir Wiraj Amsalu Nijam Bakri - } - - last_names = { Ahmad Ali Zubayr Digna Azrak Hammuda al-Tasashi Nujumi - } - } - nilotic = { - color = {101 101 39} - first_names = { Okeyo Wanyanga Jaramobi Oluoch Oso Othiamba Waga Okoth Odongo Nyikaano Odaago Reth Kwa Dhyang Kolo Omaaro Wat Okwa } - - last_names = { Kony Oculi Oneko p'Bitek Orombi Ramogi Luwum Obote Ocollo Tugo Tuga Tugi Ju Mono Ajalo Adugo Poolo Moolo } - } -} + last_names = { Aguainaldo Mabini Bonifacio Jacinto Rizal Díaz Plata Diwa Arellano -southern_african = { - leader = african - is_overseas = no - unit = ZuluGC - chewa = { - color = {88 88 88} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mwale Phiri Mkunkhuntha Mbewe Kalimakudzulu - } - } - nyasa = { - color = {18 88 48} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mwale Phiri Mkunkhuntha Mbewe Kalimakudzulu - } - } - herero = { - color = {94 180 42} - first_names = { Samuel Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Maharero Witbooi Tjavikwa Tjimba Hakawona vaKuvale vaZemba - } - } - khoisan = { - color = {122 46 133} - first_names = { Naresib Gabeb Gorakhab Oasib Na-khom Tsawub Gaob Hanab O-Naib Khaub Khomab Hab - } - - last_names = { Hamab Khomaa Khaumab O-Naimab Hanamab Gamab Nakhomab Manassee Oasmab - } - } - lomwe = { - color = {184 220 31} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Muhsini Camakama Mugosirima "Bwana Mkuu" Usufu "Musa Quanto" "Bari Bwana" - } - } - makua = { - color = {94 156 82} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { "Muhammad Raja" Muhammad Raja Uthman Usufu Mukusedi Molidi "Umkubu Muntu" Marave "Ali Ibrahimu" - } - } - malagasy = { - color = {25 115 44} - first_names = { Radama Rainilaiarivony Rabiby Andriamanely Ndriantompoinairivo Tonanahary Ratsimivila Ramasoandro Andriantsirotso Lamboina Tsialana Tsimiharo - } - - last_names = { Tsiranana Ramanantsoa Ratsimandrava Andriamahazo Ratsiraka - } - } - nguni = { - color = {165 43 18} - first_names = { Kinjikitile Fambaltate Songea Ebabruma Mputa Mbemchapa Atepa Matola Magobi Rjoroza Wasesse Rinyizea Chapwanya Chakoma Kapola Kapungu Kindunda Kinjalla Kiwanga Mahengu Mburu Mhavanginonya Namkina Ngosingosi Schabruma Sentambandu Uawula Ulanga - } - - last_names = { Ngwale Farhenga Chimai Amari Kwira Mtemi Hanga Mwanawalifa Mbano - } - } - southern_bantu = { - color = {165 111 17} - first_names = { Kinjikitile Fambaltate Songea Ebabruma Mputa Mbemchapa Atepa Matola Magobi Rjoroza Wasesse Rinyizea Chapwanya Chakoma Kapola Kapungu Kindunda Kinjalla Kiwanga Mahengu Mburu Mhavanginonya Namkina Ngosingosi Schabruma Sentambandu Uawula Ulanga - } - - last_names = { Ngwale Farhenga Chimai Amari Kwira Mtemi Hanga Mwanawalifa Mbano - } - } - ovimbundu = { - color = {91 63 231} - first_names = { Kakembembe Ciponge Cikunyu Kinya Nguvenge Kayangula Kahala Cingi Ngelo Ciasungu Kapoko Vilombo Hungulu Livonge Wambu - } - - last_names = { Vasovava Hundungulu Njambayamina Ndunduma Cilemo Kanene Kaneketela Yale Cinene Kiapungo Kacingangu Kapusukusu Cimbungu - } - } - sena = { - color = {81 212 142} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Mutiwapangome Cipfumba nyasoro Cimininyambo Kandeya Dambamupute - } - } - shona = { - color = {98 134 18} - first_names = { Zuka Sundai Tichawonna Sekayi Runako Petiri Pepukayi Mwanyisa Muchaneta Mashama Mboro Goredenna Gamba Chionesu Chinouyazue Banga - } - - last_names = { Mzilikazi Lobengula Mlimo Soshangane Magaya Kwenda Muhuru Maraire - } - } - sotho = { - color = {42 121 176} - first_names = { Letsie Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Moshoeshoe Lerotholi Masopha Matsaba Leabua Mamohato - } - } - tonga = { - color = {94 187 36} - first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth - } - - last_names = { Nyondo Muyila Kalagho Malokotela Sibale Chizimu Kayuni Panja - } - } - tswana = { - color = {91 212 36} - first_names = { Khama Bathoen Sebele Baruti Boipelu Gaone Kabelo Kedikilwe Kefentse Thabo Tale Mothudi Mosegi Mowen Moetapele Molefi Turnelo - } - - last_names = { Bakgatla Bakwna Balete Bamangwato Bangwaketse Barolong Batawana Batlokwa Batsapong Bakgalakgadi Bakalaka - } - } - xhosa = { - color = {49 58 156} - first_names = { Mthuthuzeli Nolizwe Nonceba Paki Sipliwo Themba Uuka Thandiwe - } - - last_names = { Behle Dosini Dlamini Gqunu Gxarha Hegebe Khawatu Khumalo Kwayi Maduna Qadi Rhadebe Ncuthu Mpemvu Sikhosana Xesibe Zangwa - } - } - yao = { - color = {189 20 31} - first_names = { Chekandino Chikumbu Chisisi Kapendi Linje Lukongolo Mapira Masibuwa Ndembo Ngolinga Ngombe Thenga Umi Utni Citiwala Kajombo Mbiya - } - - last_names = { Hlatshwayo Ntabeni Mgayi "Gwaza Jere" Mmbelwa Mwamba Cimtunga - } - } - zulu = { - color = {0 0 0} - first_names = { Cetshwayo Ntshingwayo Dabulamanzi Sikukuni Sihayo Mavumengwana Mbilini Mnyamana Hamu Gawozi Mgojana Zibhebhu Hehlokazulu Manyonyoba Mahubulwana Mkhosana Dingiswayo Senzagkhona Sekhukhune Sekethwayo Somopho - } - - last_names = { kaMpande kaMahole KaMdlela waMswati Buthelezei Khoza kaSihayo kaMvundlana kaZikhala kaMaphitha - } - } -} \ No newline at end of file + } + } + javan = { + color = {154 32 88} + first_names = { Abul Muhammad Safiuddin Ahmad Muhieddin Zainul Cirebon Amir Arifin Panembahan Haji Anom + + } + + last_names = { Salihin Mufakhir Alaeddin Muttakin Sepuh Nurus Khairuddin Djalaluddin Emiruddin Akbaruddin Tajul Natadiningrat + + } + } + moluccan = { + color = {90 132 76} + first_names = { Ellyas Ignacio Jordao Michael Sonny Denny Mohammad Edinho Jos Levi + + } + + last_names = { Leiwakabessy Mainaky Weisapy Bouma Palyama Pattinama Pelmelay Lilipaly Hafiedz + + } + } + thai = { + color = {76 99 150} + first_names = { Nangklao Mongkut Rama Chulalongkorn Chao Vajiravudh Prajadhipok Naritsaranuwatiwong Phya Plaek + + } + + last_names = { Suriyawongse Saovabha Chichalerm "Praya Siri" Nitithada Phonphayuhasena + + } + } + lao = { + color = {90 45 154} + first_names = { Manthaturath Anurutha Unkeo Sukha Chantha Unkham Sakkarin Sisavang Setthathirath Nanthasen Ong Phraya + + } + + last_names = { Vong Kuman Söm Bun Supho Long Intharavong Anuvong + + } + } + shan = { + color = {76 122 90} + first_names = { Hswe Hsö Naw Hkam Hkun Hseng Hpa Pyi Nga Hmu Natsu Pe Than Shwe Hpo Lun Sun + + } + + last_names = { Cheng Kaw Möng Hkawt Pak Nan Lek Leng Hmu Letya Hung Thi Hpu Ya Min + + } + } + burmese = { + color = {99 87 27} + first_names = { Thibaw Mindon Pagan Tharawadi Gabyidaw Bodawphaya Maung Singu Hsinbyushin Naungdawkyi Alaungphaya Maha Minkyaw Zeya + + } + + last_names = { Min Bagyidaw Bandula "Ne Myo" Myo Thura Dabayin + + } + } + asian_minor = { + color = {99 150 72} + first_names = { Abdul Vijaya Rajkumari Aurobindo Chandrashekhar Gopal Motilal Sardar Sarojini Subhas Srinivasa Mridula Gupinath Chittaranjan + + } + + last_names = { Singh Prasad Ambedkar Khan Pandit Besant Sarabhai Gaidinliu Iyengar Baharjee Naidu + + } + } + kachin = { + color = {255 98 76} + first_names = { Sama Sinwa U Zan Hta Duwa Ding Ga Hkyeng + + } + + last_names = { Ratang Nawng Sin Lahpai Lahtaw Maran Marip Nhkum + + } + } + karen = { + color = {99 88 122} + first_names = { Po La Paban Hkun Maung Papw Sao Saw + + } + + last_names = { Che Baw U Lawi Lasa Pyatin "Law Paw" Kyi Pun Nge Bye Kye + + } + } +} + +east_asian = { + leader = asian + unit = ChineseGC + manchu = { + color = {245 255 160} + first_names = { Ma Deng Zhao Tong Guan Oboi Sonin Songgotu Suksaha Mingzhu Nalan Fu Hesehn Changlin + } + last_names = { Zhanshan Tiemei Shangzhi Linge Xiangying Xingde Kang'an + } + } + beifaren = { + color = {145 30 30} + first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu + } + last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu + } + } + nanfaren = { + color = {181 106 106} + first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu + } + last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu + } + } + hakka = { + color = {89 63 24} + first_names = { Hong Feng Shi Li Chen Liu Qiu Sun Soong Liao Xue Zhang Xie Wu Shu Tsai Deng Zhen Huang Ye Yang + } + last_names = { Xiuquan Yunshan Xiuqing Dakai Yucheng Rengan Zicai Yongfu Fengjia Yatsen + } + } + miao = { + color = {98 67 155} + first_names = { Pa Hang Mee Chay Kao Bang Zong Zoua Mai Blong Qin Shen Ka Dia Neng Kak + } + last_names = { Thao Sao Moua Vue Her Lyfoung Pao Yang Lo Cha Congwen Zhiming Liangyu + } + } + min = { + color = {76 32 200} + first_names = { Lin Shen Chen Wong Yan Sa Hou Zheng Bing Wu Tan He Du Xue Xu Qin + } + last_names = { Zexu Baozhen Baochen Nai-siong Shu Fu Sen Debang Xin Nee Huiyin + } + } + zhuang = { + color = {200 75 134} + first_names = { Hoang Nong Le Be Van Quoc Quynh The Duc + } + last_names = { Thu Manh Trieu Khanh Phung Hau Chan Den Phach Cao + } + } + yi = { + color = {134 25 80} + first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu + } + last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu + } + } + yue = { + color = {89 34 100} + first_names = { Wang Li Zhang Liu Chen Huang Liang Luo Kwong Hsia Zhu Mao Hu Liao Tan Deng Cheng Yang Gao Xie Ma Kong Dong Pan Yu + } + last_names = { Zhao Wu Sun Ma Hu Peng Dong Ye Lü Tian Jiang Wei Ting Shen Fang Jin Qiu + } + } + union = CHI +} + +far_east_asian = { + leader = asian + unit = ChineseGC + japanese = { + color = {230 230 230} + first_names = { Arisugawa Arichi Akiyama Araki Dewa Enomoto Hasegawa Honjo Ito Inoue Ichinohe Itagaki Kido Kuroda Katsura Kodama Kabayama Kawamura Kuroki Kawakami Kamimura Kataoka Kamio Kato Kanin Katsu Makino Muto Minami Masaki Matsudaira Nakamuta Nogi Nire Nozu Okubo Oyama Omura Oku Okada Osumi + Saigo Suzuki Sato Sakura Shibayama Shimamura Shirakawa Togo Takashima Tsuboi Tachibana Terauchi Tamon Takasugi Tokugawa Uehara Uryu Ugaki Ueda Yamagata Yamamoto Yamakawa Yashiro Yui Yamashita Yamaya Uesugi Takeda Abe Usami Watanabe Honda Hosokawa Asai Askikaga Chosokabe Date Fukushima Genji Hachisuka Hattori Heike Hojo Ishida Kaga Kuki Maeda Miyamoto Mori Murakami Oda Okamoto Ooka Saito Shibata Shimazu Suwa Takigawa Tanuma Ukita Konoe Takashi Kujo Ichijo Gojo Aburakoji Anenokoji Asukai Daigo Hirohata Imaidegawa Inokuma Jimyoin Kajuji Kaoin Karasuma Kawashi Konjo Kuga Masachika Matsuki Minase Nakayama Nanba Nomiya Oimikado Rakujochigusa Reizei Saioji Sanjo Shigenoi Shijo Shimizudani Tokudaiji Washio Yamashina + } + + last_names = { Aritomo Goro Gentaro Gonnohyoe Heihachiro Hiroshi Hikonojo Hyoe Hayao Iwao Jiro Jinzaburo Kiyotaka Kuranosuke Kozo Kantaro Koichiro Kagenori Kageaki Kotohito Keisuke Kazushige Kenkichi Maresuke Masujiro Michisura Masatake Mitsuomi Mitsue Mineo Nariaki Nobuyoshi Rokuro Sukeyuki Sukenori Shoin Sumiyoshi Samata Soroku Shichiro Shigeto Sotokichi Shigeru Sadao Shinsaku Takayoshi Takamori Toshimichi Tsugumichi Tadakuni Tomonosuke Taro Toshiyoshi Tetsutaro Taruhito Takeaki Tamemoto Tomasaburo Yoshika Yoshinobu Yoshimichi Yoshida Yasukata Yahachi Yusaku Yoshifuru Yoshinori Yasuyoshi Ieyasu + } + } + korean = { + color = {87 89 25} + first_names = { Hwan Chung Hyong Shinjong Haung Ch'ok Taek Seon Si Jip Guk Mok Bo Yong Sun Gyu Hu Kim Rhee Bahk Choi Jung Yie Ee Gahn Kahn Gahl Kahl Gahm Kahng Kangjun Kae Kyun Kyong Kye Ko Kok Khong Kwak Kyo Ku Kuk Kun Kung Kwog Kwon Keun Kuem Ki Kil Pak Chae Nahn Namgung Nahng Lang Nae Noh Roi Than Tam Tang Tae Toh Tokko Ton Tong Tubongbanua Ryu Mangjul Maing Myong Myo Muk Pang Min Pyun Peom Paek Pin Pi Pok Sa Sagong Sam Sang Somoon Seonwoo Seul Song Sobong Sin Sim Yang Lyang Yu Chang Changgok Jei Chong Chegal Chin P'aeng P'an Ch'ang Pyong Hyung Hyun Huhng Hyeong Hwangbo Lee Ch'oe Cho Kang Yun Han + } + last_names = { Yi Jo Bak Hong Seo Jeong Jang Shin Lim Song Jin Jun Hwang Jeon Min Yoon Ahn Ko Joon Bae Nam An "Dong Hyun" Sung Ha Baek MinSu Cha Im Won Jihun Seong "Sang Min" Minwoo Minho "Ji Hoon" Joo Woo Woojin Donghyun Jongmin Jaehyun Ji "Seung Hyun" "Sung Min" Seungmin Jihoon "Jong-un" "Jong-il" "Pong-ju" "Yong-rim" "Yong-nam" "Ryong-hae" "Yong-ho" + } + } + ainu = { + color = {130 130 130} + first_names = { Seimei Resaak Akihi Petennouk Unayanke Shiratekka Apniainu Pasekur Munkeke Shitekka Shinriki Shiromainu Menkakush } + last_names = { Aterui Shakushine Koshamine Harukor Turushno Isonash Keutoranke } + } +} + +oceanic = { + leader = nativeamerican + is_overseas = no + polynesian = { + color = {89 35 168} + first_names = { Finau Ulukalala Taufa'ahau Tupou Taupe Havaiki Lika Longotahi Vaopuka "Te Taulu" Tavita Malietoa Iosefo William + } + last_names = { Ma'ufanga Feletoa Moengangongo Tuabayi Maeakafa "Te Fuli" Ielemia + } + } + hawaiian = { + color = {89 155 67} + first_names = { Brendun William James Joseph Charles Samuel Jesse Jason Herbert + } + last_names = { Akaka Apoliona Gaulteria Hee Kahanamoku Kanahele Kekumano Mahealani Momoa Sossamon Trask Wentz Iaukea Nawahi + } + } + maori = { + color = {95 14 187} + first_names = { Potatau Tukaroto Matutaera Tawhiao Mahuta "Te Rata" Koroki "Te Ata-i" Rangi-Kahu + } + last_names = { Wherowhero Kenena Raouparah Herangi Ataarangikaahu + } + } + aborigine = { + color = {78 24 92} + first_names = { Nemarluk Umbarra Wylie Yagan Tollamareena Pemulwy Mokare Derrimut Bennelong Billibellary + } + last_names = { Bunurong Lanne Noongar Mullagh Windich Wonga + } + } + melanesian = { + color = {187 42 167} + first_names = { Ti-Toorou Ti-Quatchium Kaoua Kanendjo Samuel Ti-Abel Seru Epenisa Tamavunisa Yavala Ralulu Raivalita Rasolo Lubati Taltai Eroni + } + last_names = { Hortense Vendegou Cakobau Cokanauto Qaraniqio Banuve Loganimoce Tupou Lakeba + } + } + micronesian = { + color = {68 213 88} + first_names = { Tem Makiatia Takahihi Tikoro Hakana Hakapeke Wekeia Poiaka Maehua Tawehi + } + last_names = { Tetabo Namoriki Karotu Tawaia Baiteke Binoka Bauro Tokatake Panena Mensile Sapwasap Totonu + } + } +} + +native_american = { + leader = nativeamerican + is_overseas = no + mayan = { + color = {98 88 142} + first_names = { Agustín Akbal Alejandro Andrés Aníbal Antonio Armando Bernardo Carlos Crescencio + Cristóbal Cuautéhmoc Diego Felipe Gaspar Hernando Hilario Humberto Ignacio Jacinto + Jesús Luis Marcial Martín Miguel Ramiro Rodolfo Rolando Santiago Yumil } + + last_names = { Ak'ab'al Cal Canek Canul Carrillo Ceh Chee Chi Choc Coc + Curruchic Ixquiac López Manzanero Mas Menchú Mérida Mes Osorio Pek + Poot Pop Puk Shal Sho Tecú Teul Tuyuc Xicara Xiloj } + } + nahua = { + color = {88 175 160} + first_names = { Antonio Carlos Diego Emiliano Emilio Felipe Fernando Francisco Gaspar Hernando + Hilario Ignacio Isaac Jacinto Jesús José Juan Julio Lorenzo Manuel + Marcial Mario Martín Natalio Oliverio Pedro Roberto Rodolfo Santiago Víctor } + + last_names = { Ahuactzin Altamirano Atlanteco Badiano Bernardino Coaguila Coyotl Cuautlaxahue Gutiérrez Hernández + Huanitzin Itzel Ixtlilxochitl Jiménez Matlacuahuac Mayahuel Moxo Muñoz Nahui Ocelotl + Panecatl Tlaxca Tletla Tzehe Valeriano Xaxalpa Zicoténcatl Xochitl Zapata Zapotitla } + } + quechua = { + color = {178 141 85} + first_names = { Agustín Alejandro Antauro Antonio Basilio Daniel Diego Eugenio Facundo Felipe + Francisco Gustavo Hilario Inca Isaac "José María" Julio Lorenzo Manuel Marcos + Mariano Martín Nicolás Osvaldo René Roberto Simón Túpac Ulises Víctor } + + last_names = { Arguedas Barrientos Cajahuanca Canchata Chambi Chihuán Cusurichi Espejo Frisancho Gamarra + Guaman Guayasamín Gutiérrez Heredia Humala Iturri Lazarte Ludueña Melgarejo Palacios + Patiño Quispe Rodríguez Roncaglia "Santa Cruz" Sosa Sumac Toledo Vargas Zapata } + } + guarani = { + color = {89 80 175} + first_names = { Aniceto Antonio Bartolomé Camilo Carlos Claudio David Emiliano Eugenio Felipe + Félix Fernando Gregorio Jacinto Jesús José Juan Julio Luis Manuel + Marcos Máximo Narciso Pablo Pedro Rodrigo Roque Simón Teodoro Víctor } + + last_names = { Abjaisu Álvarez Ayegua Camba Chuaie Correa Cunhagatú Díaz Fernández Galeano + Gómez González Guaracay Guaraní Guerrero Jopara López Mongelós Morla Ortíz + Paravé Picagua Riquelme Rivarola "Santa Cruz" Tarayú Torga Velázquez Yaguarete Yrahi } + } + aimara = { + color = {190 45 23} + first_names = { Agustín Alejandro Antonio Bartolomé Carlos David Eduardo Enrique Evo Facundo + Felipe Francisco Gregorio Hugo José Juan "Juan José" Manuel Marcos Mario + Máximo Nicolás Osvaldo Ramón Roberto Santiago Túpac Vicente Víctor "Víctor Hugo" } + + last_names = { Apaza Ayme Calisaya Cardenas Castilla Chino Choquehuanca Condori Corahua Cusicanqui + Hoffmann Huachua Huallpa Katari Larico Machaca Mamani Morales Paredes Peñaranda + Puma Quilca Quispe Rivera Sisa Tamayo Taquiri Torres Yllanes Yucra } + } + amazonian = { + color = {4 255 84} + first_names = { Aníbal Augusto Bento Bernardo César Daniel David Donato Duarte Ernesto + Estevão Fernando Francisco Gabriel Graciano Hugo João Julio Leopoldo Lucas + Miguel Nuno Óscar Rafael Roberto Sebastião Sergio Simão Vasco Zeferino } + + last_names = { Arawá Arawak Bororo Garifuna Gê Guayaná Jeikó Kaingang Kalinago Kamakán + Karajá Kayapó Matsés Maxakalí Purí Timbira Xavante Xerente Xokieng Yanomamö } + } + patagonian = { + color = {88 99 133} + first_names = { Agustín Antonio Aquiles Arturo Aurelio Bernardo Carlos Claudio Diego Facundo + Félix Fernando Francisco Gerardo Gregorio Hugo Ignacio José Juan Luis + Manuel Marcos Martín Máximo Melchor Pedro Ramón Raúl Santiago Víctor } + + last_names = { Aliwen Amuylifko Aukan Ayllapan Chiguay Cumin Curumilla Epulewfu Foyelkay Guaiquil + Huichaman Ilwen Kayupi Kumlafken Kvlapi Leviñanco Lincoman Marifil Melifilu Millakoyam + Millapani Nahuel Ñanku Paillacar Pillancar Quelin Remultray Unquen Waikimill Yankvleufu } + } + tupinamba = { + color = {43 212 67} + first_names = { Álvaro André Carlos Diogo Emilio Eusébio Fábio Fernando Filipe Francisco + Gabriel Gaspar Gonçalo Gustavo Henrique João José Luís Manuel Inácio + Jordão Lúcio Mateus Nicolau Paulo Pedro Roque Sergio Tomás Vítor } + + last_names = { Caetés Potiguara Tabajara Tamoios Temiminó Tupinambá Tupiniquim } + } + metis = { + color = {15 68 192} + first_names = { Louis John Amroise-Dydime Gabriel Daniel James Jaque William Joel + } + last_names = { Riel Bruce Lépine Dumont Clarence Martin + } + } + dakota = { + color = {117 84 13} + first_names = { Sinté Thaóyate Thathanka Thasunke Mahpiya Istahba Hehaka Thahca Ohiyes Wanbdi Tamaha Inkpaduta + } + last_names = { Gleská Duta Iyotake Witko Luta Kohkophapi Sapa Huste Thankja + } + } + cherokee = { + color = {136 114 173} + first_names = { John Tahlonteeskee Takatoka Charles William Lweis Dennis Joel Thomas Frank Andrew Edward + } + last_names = { Ross Downing Potter Thompson Wolf Mayes Buffington Harris Rogers Boudinot + } + } + pueblo = { + color = {222 238 156} + first_names = { Cochise Mangas Loco Taza Nana chihuahua Geronimo Alchesay Naiche Victorio + } + last_names = { Arivaipa Cibecue Coyotero Jicarilla Llanero Mescalero Nateges Tonto + } + } + inuit = { + color = {210 243 242} + first_names = { Peter Ipeelee Jose Steve David Jack Goo Germaine James Pitseolak Kenojuak Ernie Caubvick + } + last_names = { Alakannuark Arreak Ashoona Enuaraq Evaloarjuk Ipeelee Irgittuq Keenainak Kunuk Kusugak Maksagak Nutarak Paniloo Piugattuk Pudluk Tiktaalaaq Ungallaq + } + } + cree = { + color = {127 244 100} + first_names = { Louis Maskipitonew Alexis Samson Joe James Baptiste Felix Jacob + } + last_names = { Piche Kiskiyew Crane Saddleback Buffalo Rain + } + } + navajo = { + color = {83 111 191} + first_names = { Narbona Mariano Zarcillos Manuelito Herrero Barboncito Ganado "Henry Chee" "Digul Chee" + } + last_names = { Naat'aa Martinez Ch'ilhanjini Largos Delagado Grande Da'ghaaii To'tso'nii Dodge + } + } + native_american_minor = { + color = {128 55 98} + first_names = { John Paul José Louis Mariano James David Jack Joel Charles Henry Ganado Herandez + } + last_names = { Piche Ross Alvarez Smith Crane Mayes Thompson Delgado Dagardo Lafayet + } + } +} + +american_cultures = { + leader = european + is_overseas = no + yankee = { + color = {65 65 129} + first_names = { Adam Alexander William Henry Michael Samuel Joshua George John Matthew Mark Luke Lucas Jeffrey Ulysses + Joseph Charles Russell Benjamin Robert Christopher Richard Chester Lafayette Nathaniel Francis James Donald Cyrus Ambrose + Edward Eugene Augustus Norton Abner Isaac Amos Thomas Randolph + } + last_names = { Smith Washington Grant Sherman Chamberlain Powell Clemens Abbott Abercrombie Allen Ames Anderson Barkhauer Andrews Appleton + Armstrong Arthur Atkins Asboth Babcock Baker Pope Banks Barnard Barnes Barnum Barry Barstow Bartlett Bates + Baxter Beatty Belknap Benton Blair Blunt Bradley Brown Buell Buford Burnside Butler Caldwell Campbell Carr + Chapman Chipman Clayton Coburn Connor Conrad Cook Cooper Crittenden Custer Davies Davis Doubleday Ewing Farnsworth + Ford Forsyth Foster Franklin Fry Gilbert Gregg Griffin Halleck Hamlin Hancock Harrison Hatch Hayes Heintzelman + Hooker Howard Hunter Jackson Johnson Jones Keyes Kimball Lyon McArthur McClellan McCook McDowell Meade Mitchell + Morgan Paine Phelps Porter Potter Reynolds Rice Rhodes Robinson Rosencrans Saloman Schenck Schofield Scott Sedgwick + Seward Sheridan Sickles Sprague Stevens Stevenson Stone Sullivan Taylor Tyler Wade Wadsworth Wallace Ward Warner + Wilson Wright Young + } + } + dixie = { + color = {129 129 129} + first_names = { Robert Jesse James Nathan George Joseph John Patrick Albert Braxton William Ambrose Jubal Richard + Lewis Edmund Leonida Benjamin Wade Daniel Thomas Jonathan Stonewall Lemual Sterling Raphael Kirby Pierre + Jonas Frank Charles Peter Rand Leslie Howard Malvin Oscar Henry Simon Edward Gideon Isaac Evander Jerome Alfred Cadmus + "Fitz Hugh" Carnot Ezra Wilton + } + + last_names = { Lee Jackson Johnson Beauregard Stuart Longstreet Forrest Pickett Mosby Cleburne Hood Breckenridge Bragg + Barksdale Early Hill Ewell Morgan Armistead Semmes Smith Hampton Polk Cheatham Wheeler Pemberton Gordon Hardee Floyd Price + Wise "Van Dorn" Loring Buckner Taylor Williams French Gibbs Hindman Anderson Sibley Garnett Magruder Pillow McLaws Rodes Heth + Pender Trimble Kershaw Wofford Kemper Law Robertson Benning Hays Walker Iverson Wilcox Mahone Wright Pettigrew Archer + Davis Lane Posey Scales Warner Imboden Jenkins + } + } + texan = { + color = {153 0 0} + primary = TEX + first_names = {Hamilton Matthew Richard Hiram Thomas Elkanah John William James Albert Wilburn Walter Hinchie Samuel Benjamin + Henry Allison Horace Felix Jerome Lawrence Alexander Louis + } + last_names = {Bee Ector Gano Granbury Green Greer Gregg Hardeman Harrison Hood Johnston King Lane Mabry Maxey McCulloch Moore + Nelson Randal Robertson Ross Rosser Scurry Steele Terrell Waterhouse Waul Wharton Whitfield Wigfall Young Bowie Travis Houston + } + radicalism = 10 + } + union = USA +} + +neo_european_cultures = { + leader = european + is_overseas = no + boer = { + color = {220 145 0} + first_names = { Sarel Rudolf Andries Hendrik Piet Racheltjie Dirkie Siener Koos Danie Christiaan Louis Petrus Paul Eugene Joubert + } + last_names = { Cilliers Botha Joubert Kruger Duquesne Potgieter "van Rensburg" "de la Rey" Theron "de Wet" Pretorius Retief "de Beer" Uys + } + } + + australian = { + color = {64 132 105} + first_names = { John Alf Adrian Louis Hallam Henry Shane Stafford William Frederick Thomas Ronald Lawrence Bruce Ray Stuart Brian Bob Scott Guy + } + last_names = { Hope Tennyson Northcote War Thesinger Denman Forster Baird Issac Stewart Fisher Cook Davis Armstrong Anderson Mitchell MacKenzie + } + } + anglo_canadian = { + color = {248 165 255} + first_names = { Charles John Frederick Douglas Patrick Leonard Henry Arthur Alexander Campbell Gilbert Albert Victor Julian Francis James + } + last_names = { Grey Elliot Hamilton Gordon Stanley Campbell Ross Petty-Fitzmaurice Windham Young Doyle Hastings Blackwood MacDougall + } + } + french_canadian = { + color = {168 195 255} + first_names = { Narcisse René Èdouard Luc Letellier Théodore Louis Francois Auguste Joseph Pierre Luis-Phillippe Jean Gaspard Eugéne Èssioff Huguel Jean-Pierre Gilles + } + last_names = { Belleau Caron "de St.-Just" Robitaille Masson Angers Chapleau Jotte Pantaléon Langelier Damasne LeBlanc Brodeur Perodeau + } + radicalism = 10 + } + alaskan = { + color = { 14 139 80 } + first_names = {Adam Alexander William Henry Michael Samuel Joshua George John Matthew Mark Luke Lucas Jeffrey Ulysses + Joseph Charles Russell Aleksandr Alexei Andrei Anton Boris Dmitry Fyodor Gennady Giorgi Grigoriy Igor Ivan Kirill Konstantin Lavr Leonid Lev Maxim + Mikhail Nikita Nikolai Oleg Pavel Pyotr Roman Semyon Sergei Valery Vasily Viktor Vladimir Vladislav Yegor Yevgeny Yuri + } + last_names = {Smith Washington Grant Sherman Chamberlain Powell Clemens Abbott Abercrombie Allen Ames Anderson Barkhauer Andrews Appleton + Armstrong Arthur Atkins Asboth Babcock Baker Pope Banks Barnard Barnes Barnum Barry Barstow Bartlett Bates + Baxter Beatty Belknap Benton Blair Blunt Bradley Brown Buell Buford Burnside Butler Caldwell Campbell Carr Kuropatkin Lazarev + Makarov Menshikov Nakhimov Nebogatov Nikolaevich Ostrovsky Pavlov Putyatin Romanov Rozhestvensky Skobelev Shuvalov Surkov Tukhachevsky Yegorov Yudenich Vorontsov Voroshilov Zavoyko + } + } +} + +latin_american_cultures = { + leader = southamerican + is_overseas = no + unit = SouthAmericanGC + mexican = { + color = {51 117 62} + first_names = { Adrián Agustín Álvaro Anastasio Andrés Ángel Antonio Bernardo Emiliano Emilio + Enrique Ernesto Felipe Félix Francisco "Francisco Javier" Gabriel Gaspar Gregorio Ignacio + Jerónimo Joaquín José "José Manuel" "José María" Juan "Juan Bautista" Justo Lázaro Manuel + Mariano Martín Melchor Miguel Nicolás Pablo Pascual Pedro Porfirio Ramón + Ricardo Rómulo Salvador Sebastián Tomás Valentín Valeriano Venustiano Vicente Victoriano + } + + last_names = { Almonte Álvarez Arista Barragán Bocanegra Bravo Bustamante Canalizo Carranza Caserta + Cervantes Corona Corra "de Ampudia" "de Cos" "de Itúrbide" Díaz Echeverría Escandón Escobedo + Fagoaga "Fernández del Valle" Flores Gómez González Guerrero Huerta Kosterlitzky "López de Santa Ana" Lozada + "Martínez del Río" Mejía Miramón Múzquiz Obregón Pedraza Pimentel Reyes "Rincón Gallardo" Robles + Ruíz Salas Sánchez "Sarmaniego del Castillo" "Vázquez de la Cadena" Villa Woll Zapata Zaragoza Zuloaga + } + } + central_american = { + color = {101 164 172} + first_names = { Alejandro Andrés Aniceto Arturo Bartolomé Basilio Benito Benjamín Bernardo Carlos + Daniel Diego Doroteo Eduardo Eugenio Felipe Félix Fermín Fernando Francisco + Fruto Jacobo Jesús Joaquín Jorge "José Francisco" "José María" Juan "Juan Antonio" "Juan Pablo" + Julio Justo Lisandro Lorenzo Manuel Marcelino Maximiliano Máximo Óscar Pedro + Ponciano Próspero Rafael Ramón Santiago Sebastián Tiburcio Tomás Toribio Victoriano + } + + last_names = { Aguilar Andino Araujo Arbenz Barahona Barillas Barrios Cabañas Cárdenas Carrera + Castellanos Chamorro Chávez Corral Escalón Esquivel Estrada Ezeta Fernández Ferrera + Figueroa Garrigó Guzmán Hernández Jerez Jiménez Leiva López Machado Martínez + Medina Mejía Menéndez Montes Montiel Morazán Palacios Peralta Quiros Regalado + Rosales Sevilla Sinibaldi Soto Terán Ubico Vasconcelos Vigil Zelaya Zeledón + } + radicalism = 15 + } + caribeno = { + color = {122 11 74} + first_names = { Alberto Alejandro Alfredo Ambrosio Anselmo Antonio Arturo Benigno Buenaventura Calixto + Carlos Ceferino Cesáreo Demetrio Desiderio Dionisio Domingo Eugenio Federico Felipe + Fernando Fidel Fulgencio Gerardo Gregorio Guillermo Horacio Ignacio Jacinto Jacobo + Jesús Joaquín José "José Miguel" Juan "Juan Bautista" Manuel Mariano Mario Máximo + Osvaldo Pablo Pedro Rafael Ramón Raúl Salvador Romás Ulises Wenceslao + } + + last_names = { Acosta Alfau Báez Batista Bayo Cabral Carmona Castillo Castro Cisneros + "de Céspedes" "de la Rosa" "de Meriño" "de Rojas" Espaillat Estrada Estrella Fernández Figuereo García + Gil Gómez Gonzáles González Grau Guillermo Henríquez Herrera Hevia Laredo + Luperón Maceo Machado Márquez Mella Méndez Mendieta Moncada Morales Mota + Pelletier Pimentel Puello Santana Sosa Trujillo Valverde Vásquez Vázquez Zayas + } + radicalism = 10 + } + north_andean = { + color = {146 156 116} + first_names = { Antonio Camilo Carlos Cipriano Demetrio Diego Domingo Eloy Eusebio Eustorgio + Ezequiel Federico Fernando Florentino Franciso "Francisco Javier" "Francisco José" "Francisco de Paula" Froilán Gabriel + Gregorio Guillermo Gustavo Guzmán Hilario Ignacio Jerónimo Joaquín Jorge "José Antonio" + "José Manuel" "José María" Juan "Juan José" Julián Julio León Manuel Pedro Plácido + Rafael Raimundo Ramón Ricardo Rodolfo Santiago Santos Tadeo Tomás Vicente + } + + last_names = { Alfaro Andueza Arboleda Blanco Bonnet Boyd Caamaño Carreño Carrión Castro + Chiari Cordero Crespo Daza "de Herrera" "de Mosquera" "de Obaldía" "de Olmedo" "de Veintemilla" "de Villamil" + Falcón Flores García Gómez González Gual Gutiérrez Herrán Hurtado López + Mallarino Manjarrés Mariño Melo Monagas Moreno Núñez Obando Páez Porras + Reyes Robles Rocafuerte Rojas Salgar Santander Soublette Urbina Villegas Zaldúa + } + } + south_andean = { + color = {116 156 146} + first_names = { Adolfo Agustín Alejandro Andrés Aníbal Antonio Bartolomé Bernardo David Diego + Domingo Eduardo Emiliano Emilio Enrique Esteban Eusebio Federico Felipe Francisco + Germán Hernando Hilarión Ignacio Isidoro Ismael Jorge José "José Miguel" Juan + "Juan Antonio" "Juan Francisco" Justo Ladislao Luis Manuel Mariano Miguel Narciso + Nicolás Pablo Patricio Pedro Ramón Rufino Ruperto Santiago Sebastián Severino Tomás + } + + last_names = { Abaroa Ágreda Altamirano Arteaga Ballivián Baquedano Belzú Blanche Blanco Bulnes + Cabrera Calvo Campero Castilla Corrico Daza "de la Cruz" "de Santa Cruz" "de Velasco" "de Vidal" + Echenique Errázuriz Fernández Figueroa Franco Freire Gamarra Gorostiaga Grau + Guilarte "La Mar" Latorre Lynch Melgarejo Monje Montero Montes Montt Orbegoso + Pezet Rebolledo Ruíz-Tagle Salaverry "Santa María" Siles Sotomayor Toro Valencia Zañartu Zapata + } + } + platinean = { + color = {199 232 151} + first_names = { Agustín Antonio Atanasio Baltasar Bartolomé Bernardino Bernardo Cándido Carlos Cecilio + Cirilo Claudio Domingo Emiliano Esteban Eugenio Evaristo Facundo Faustino Feliciano + Félix Francisco Fructuoso Gabriel Gaspar Guillermo Hipólito Ignacio José "Juan José" + "Juan Manuel" "Juan Ramón" Julio Justo Lorenzo Luis Manuel Marcial Máximo Miguel + Nicolás Patricio Pedro Ramón Roberto Roque Salvador Santiago Torcuato Venancio + } + + last_names = { Aguirre Avellaneda Báez Balcarce Bareiro Berro Brown Caballero Cruz "de Alvear" + "de la Plaza" "de Rosas" "de Urquiza" Derqui Díaz Ellauri Escobar Flores González Jovellanos + Juárez Justo Latorre López Machaín Maza Meza Mitre Paz Pedernera + Pellegrini Pereira Quintana Rivarola Rivera Roca "Rodríguez de Francia" Rojas Rondeau Sáenz + Santos Sarmineto Solano Tajes Uriburu Viamonte Vidal Williman Wisner Yrigoyen + } + } + brazilian = { + color = {0 112 66} + first_names = { Afonso Antônio Artur Augusto Aurélio Benjamin Cândido Carlos Celso Custódio + Delfim Deodoro Eduardo Emílio Epitácio Ernesto Fábio Fernando Filipe Floriano + "Francisco de Paula" "Francisco Xavier" Federico Gaspar Gastão Getúlio Henrique Hermes Humberto Isaías + João Joaquim José Júlio Juscelino Luís Manuel "Marco Antônio" Mário Miguel + Nereu Nilo Paulo Pedro Prudente Silviano Tancredo Urbano Venceslau Vital + } + + last_names = { Barreto Bernardes Bittencourt Brandão Bras "Cabral da Silva" Caldwell Constant Costa "da Camara" + "da Costa" "da Fonseca" "de Aguiar" "de Barros" "de Beaurepaire-Rohan" "de Bragança" "de Carvalho" "de Itapevi" "de Lima e Silva" "de Melo" + "de Noronha" "de Oliveira" "de Orleans" "de Souza Neto" "de Suruf" Dutra Fragoso Frontin Galvão Jordão + Labatut Lopes Maciel Mallet Marques "Marques de Sousa" Maurity Moreira Osório Peixoto + Pena Pessoa Pinto Rondon "Saldanha da Gama" Santos Soares Tavares Vargas Wandenkolk + } + } +} + +african_diaspora_cultures = { + leader = african + is_overseas = no + unit = AfricanGC + afro_american = { + color = {42 42 42} + first_names = { Aaron Alexander Andre Benton Caesar Cathay Charles Colin Ebenezer Edgar + Edward Frederick George Henry James Joseph Lewis Lloyd Matin Michael + Milton Osborne Pinckney Powhatan Robert Samuel Stewart Thomas William Wilson } + + last_names = { Anderson Antoine Augusta Basset Beaty Blake Brooks Brown Cailloux Carney + Delany Douglass "Du Bois" Fields Flipper Gardner Griffin Hawkins Holland Jackson + King Mink Nell Pinn Ratcliff Remond Smith Stukes Tubman Veale } + } + afro_caribbean = { + color = {32 57 32} + first_names = { Anderson Anselm Arthur Ben Colville Cyril Earl Edwin Ellis Eric + Geoffrey George Graham Henry Herbert Hubert Jeffrey John Josiah Lennox + Lloyd Malcolm Mervyn Nicholas Rainford Reginald Robert Stokely William Winston } + + last_names = { Abbott Best Blaize Brathwaite Carmichael Chambers Clark Douglas Dymally Findley + Goddard Hall Henson Holder James Jones Julian Kilgour Lassalle Lovelace + McIntosh Nurse Perry Roberts Robinson Shadd Stollmeyer Sylvester Williams Young } + } + afro_caribeno = { + color = {12 83 12} + first_names = { Antonio Armando Arsenio Arturo Bartolomé Carlos Dámaso Enrique Francisco Generoso + Guillermo Gumersindo Ignacio Israel Jacinto Jaime "José Celso" Juan Luciano Mario + Máximo Nelson Nicolás Orestes Orlando Pedro Pío Ramón Rubén Wifredo } + + last_names = { Albizu Barbosa Barreto Bauzá Díaz Egües Estupiñán Garay González Guillén + Gutiérrez Hurtado Jiménez Jorrín Lam Leyva López Maceo Moré Morel + Peraza Pérez Piñeiro Pozo Repilado Rodríguez Santamaría Schomburg Valdés Villa } + } + afro_brazilian = { + color = {87 164 95} + first_names = { Afonso Aleixo Alexandre Anderson André Artur Cândido Carlos Denílson Djalma + Félix Francisco Guilherme Itamar João Joaquim Jorge José Kléber Leandro + Luís Manuel Marco Marcos Maurício Mauro Nilo Procópio Ricardo Ronaldo } + + last_names = { Aragão Assunçao Bahia Barbosa Borges "de Cruz e Sousa" "da Lima" "de Lima Barreto" "de Ouro" "de Sousa" + "de Souza" "dos Reis" "dos Santos" Fidalgo Filho Gil Gomes "Machado de Assis" Nunes Oliveira + Otelo Paim Pandeiro Peçanha Pereira Pitanga Rodrigues Santos Silva Teixeira } + } + afro_antillean = { + color = {24 44 49} + first_names = { Alexis André Anténor Antoine Augustin Balthazar Beaubrun Céligny Charlemagne Charles + Cincinnatus Dantès Demesvar Denys Emmanuel Eugène Fabre Faustin Florvil François + Guillaume Hannibal Henri Jacques Jean Jean-Baptiste Jean-Louis Jean-Pierre Jonathas Joseph + Léon Louis Louis-Eugène Louis-Joseph Lysius Michel Monpoint Nissage Nord Oreste + Philippe Pierre Simon Sténio Sylvain Tandredè Thomas Timoleón Tirésias Vilbrum } + + last_names = { Alexis Ardouin Auguste Bellegarde Boisrond-Canal Bonnet Borno Boyer Brutus Christophe + Conzé Dartiguenave Delorme Dessalines Domingue Firmin Geffrad Granville Guerrier Hyppolite + Iginac Janvier Jeune Lafontant Laleau Leconte Légitime Legouaze Léon Lhérisson + Madiou Péralte Pierrot Planchet Price Price-Mars Riché Rigaud Rivière-Hérard Roumain + Roy Saget Salnave Salomon Sam Simon Soulouque Théodore Vincent Zamor } + } + kreol = { + color = { 63 32 10 } + first_names = { Alexis André Anténor Antoine Augustin Balthazar Beaubrun Céligny Charlemagne Charles + Cincinnatus Dantès Demesvar Denys Emmanuel Eugène Fabre Faustin Florvil François + Guillaume Hannibal Henri Jacques Jean Jean-Baptiste Jean-Louis Jean-Pierre Jonathas Joseph + Léon Louis Louis-Eugène Louis-Joseph Lysius Michel Monpoint Nissage Nord Oreste + Philippe Pierre Simon Sténio Sylvain Tandredè Thomas Timoleón Tirésias Vilbrum } + + last_names = { Alexis Ardouin Auguste Bellegarde Boisrond-Canal Bonnet Borno Boyer Brutus Christophe + Conzé Dartiguenave Delorme Dessalines Domingue Firmin Geffrad Granville Guerrier Hyppolite + Iginac Janvier Jeune Lafontant Laleau Leconte Légitime Legouaze Léon Lhérisson + Madiou Péralte Pierrot Planchet Price Price-Mars Riché Rigaud Rivière-Hérard Roumain + Roy Saget Salnave Salomon Sam Simon Soulouque Théodore Vincent Zamor } + } + +} + +west_african = { + leader = african + is_overseas = no + unit = AfricanGC + akan = { + color = {88 68 147} + first_names = { Amanquatia Agyeman Onsei Kwaku Kofi Atakora Kwabena Mensa Owusu Akyampon Kwame Opoku + } + + last_names = { Prempeh Bonsu Dua Karikari Dwomo Panyin Sekyere Fofie Asiba + } + } + bambara = { + color = {45 88 164} + first_names = { Kaladian Mamari Biton Do Tyefolo Nyenemba Ben Kuma Masala Turukoro Bina Kege Mamuru Masaloma Karamoko Mari Bodyan + } + + last_names = { Coulibaly Koro Dembele Bari Tonmansa Dyara Makoto Tonkomo Keryengole Naluma Demba Mari + } + } + dyula = { + color = {78 99 230} + first_names = { Seku Famagan Samory Al-Hajj Koumbi Maghari Fode Muhammad al-Mustafa + } + + last_names = { Wattara Toure Salim-Suwari Drame Saghanughu + } + } + edo = { + color = {88 99 154} + first_names = { Odayon Ode Edegbe Osahon Igodo Erediauwa Osemwende Adolo Ovonramwen Eweka Akenzua Ezoti Esigie + } + + last_names = { Ewuare Nogbaisi Orhogbua Ehengbuda Akengbedo Akenzua Ogbebo + } + } + ewe = { + color = {43 99 156} + first_names = { Adika Kofi Coujoe Kpodo Mavuli Mensah Quaashie Mawwolawde Kwakou Coblah Atsu Ametefe + } + + last_names = { Diogo Butiyi Agidi Tona Avumbe Kpengla Abagba Muna Atasa Agodo + } + } + fon = { + color = {188 92 47} + first_names = { Behanzin Ghezo Glele Adandozan Agonglo Kpengla Tegbessou Agadja + } + + last_names = { Madogugu Zedoko Basagla Chadakogundo + } + } + fulbe = { + color = {22 146 187} + first_names = { Dan Muhammed Abdullahi Seku Amadu Balobo Alfa Usman Yaqub Tukur Yusufu Malam Abubakar Umar Tidiani Ahmadu + } + + last_names = { Bello Fodio Amadu Ibrahim Dadi zaki "Sa'id Tall" + } + } + hausa = { + color = {218 68 212} + first_names = { Muhammad Kumbari Sharif Yaji Baba Daud Abdullah Kanajeji Bugaya Usman Tsamiya + } + + last_names = { al-Walid Abasama Zaki Kabe al-Hajj Zamnagawa Rumfa + } + } + ibibio = { + color = {99 157 68} + first_names = { Ekpenyong Effiom Offiong Edem Okoho Asibong Eyo Orok Eyamba Ekpo Effefiong Ededem Tete + } + + last_names = { Eyamba Minika Oku Ekpe Efa Nta Ene + } + } + itsekari = { + color = {209 251 255} + first_names = { Taabansi Enweleana Jiofo Obalike Ewenetem Chiemeka Elechi Ikenna Nonyelum Obijiaku Oji Onyeka Orji Rapuluchukwu Udoka Zebenjo Zinachukwudi Dibia Dumaka Azuka Anene Jideofor Nnaemeka Nnamdi Nnanna + } + + last_names = { Udene Onyeso Equiano Opobo Achebe + } + } + ibo = { + color = {88 27 192} + first_names = { Taabansi Enweleana Jiofo Obalike Ewenetem Chiemeka Elechi Ikenna Nonyelum Obijiaku Oji Onyeka Orji Rapuluchukwu Udoka Zebenjo Zinachukwudi Dibia Dumaka Azuka Anene Jideofor Nnaemeka Nnamdi Nnanna + } + + last_names = { Udene Onyeso Equiano Opobo Achebe + } + } + kru = { + color = {244 226 66} + first_names = { Nyennoh Borforh Konmlan Tehpoe Pennon Togba Teh Jlakon Forkay Nimene Boryee Yenseloh Odeleia Gbwe + } + + last_names = { Banguro Banna Kama Kindo Kanta Bombali Gbanka + } + } + mande = { + color = {44 188 87} + first_names = { Neneh Tejan Sheka Kanji Lansana Brima Foda Sekouba Alhassani Sekou Amara Losene Fodey Kaleefa Hatab Daba Massa Aoua Soumaila + } + + last_names = { Diawara Sidibe Suso Jammeh Jaabi Keita Konneh Kanneh Conde + } + } + western_nigritic = { + color = {12 0 255} + first_names = { Neneh Tejan Sheka Kanji Lansana Brima Foda Sekouba Alhassani Sekou Amara Losene Fodey Kaleefa Hatab Daba Massa Aoua Soumaila + } + + last_names = { Diawara Sidibe Suso Jammeh Jaabi Keita Konneh Kanneh Conde + } + } + mossi = { + color = {230 14 213} + first_names = { Builsa Babato Gazari Alfa Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pintyeba Karamoko Sapilem Nyambre Salma Korongo Koom Yamba Tigre + } + + last_names = { Hano Hamaria Wattara Moru Dyan Nyandane + } + } + gur = { + color = {232 6 6} + first_names = { Builsa Babato Gazari Alfa Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pintyeba Karamoko Sapilem Nyambre Salma Korongo Koom Yamba Tigre + } + + last_names = { Hano Hamaria Wattara Moru Dyan Nyandane + } + } + senufo = { + color = {88 190 62} + first_names = { Brahima Salifu Seku Bubakar Aburahman Abdullahi Usman Famaghan Kere Magan Dramani Dyori Bako Laganfyela Ali Kokoroko Sabana Tyeba Pntyeba Karamoko + } + + last_names = { "bi Saydu" "bi Hama" "bi Salifu" "bi Isa" "bi Sori" "bi Faruku" Wattara "dan Tyeba" Moru Dyan + } + } + songhai = { + color = {142 28 67} + first_names = { Hanga Samsu Hargani Fodi Tomo Bassaru Bumi Koyze Wankoy Bigo Dauda Malla + } + + last_names = { Beri Mayrumfa Keyna Missi "Kodama Komi" Baba Baki Farma + } + } + tiv = { + color = {252 255 161} + first_names = { Makare Malam Gondo Orchivirigh Akawe + } + + last_names = { Torkula Akperan Orshi Aluor Dzakpe + } + } + tuareg = { + color = {84 75 240} + first_names = { Attici Musa Aytarel Ahmad "Ag Mama" Moussa Majila Islaman "In Tayaden" Abareybon Hasso Kiddu + } + + last_names = { "ag Sidi" al-Hajj "ag Muhammad" "ag Amellal" "ag Amastan" + } + } + wolof = { + color = {91 146 180} + first_names = { Birayamb Al-Buri Baka Birayma Mbanyi Lat Bakan-Tam Taanor Amado "Ali Buri" Mba Birawa Samba + } + + last_names = { N'Dyaye Seeku Khaari Yaago Peya Ma-Dyigen Koddu Paate Penda Aram Kodu Tam Dior + } + } + yoruba = { + color = {240 75 89} + first_names = { Siyanbola Lawani Adeyemi Adelu Atiba Oluewu Amodo Majotu Makua Adebo Bello Onikepe Gbadegesin Ajikin Abisi Lauru Kase Agidigbo Ademufekun + } + + last_names = { Oladigbolu Adeniran Agogoja Alowolodu Atobatele Zumaw Oyo Tofa Tonyon Bezon Hungbo Dudu + } + } + east_kwa = { + color = {21 165 160} + first_names = { Siyanbola Lawani Adeyemi Adelu Atiba Oluewu Amodo Majotu Makua Adebo Bello Onikepe Gbadegesin Ajikin Abisi Lauru Kase Agidigbo Ademufekun + } + + last_names = { Oladigbolu Adeniran Agogoja Alowolodu Atobatele Zumaw Oyo Tofa Tonyon Bezon Hungbo Dudu + } + } +} + +central_african = { + leader = african + is_overseas = no + unit = AfricanGC + bakongo = { + color = {87 154 62} + first_names = { Poaty Loembe M'voudoukousala Pratt N'Gangue M'voumbe Mfutila Kivuzi Nteve Kenje + } + + last_names = { "Ma Nombo" "Ma N'Sangou" N'Gombi Matou Mvemba Lukeni Mpanzu Nimi Nsindi + } + } + baguirmi = { + color = {48 192 75} + first_names = { Abdul Abu-Sekkin Burkomanda Ngarmane "Abd al-Rahman" Uthman Muhammad Malam Ngarmaba + } + + last_names = { Ermanala Gawrang Qadir as-Saghir Mohammed al-Mahdi al-Kabir Bira + } + radicalism = 5 + } + fang = { + color = {164 45 180} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Samba Atangana Tufoyn Kumong Yuh Nggam Ndi + } + } + kanuri = { + color = {189 142 177} + first_names = { Muhammad al-Amin Umar Mustapha Ahmad Dunama Ibrahim Ali Waziri Mamane + } + + last_names = { al-Kanemi Sayfawa Dalatumi Lefiami Kingibe Imam Gana + } + } + kuba = { #aka Bashong + color = {166 72 57} + first_names = { Kasongo Umpafu Ilunga Kisula Nday Kitamba Maloba Ndaye Kumwimba Maniema + } + + last_names = { Nsungu Kukaya Ngombe Muzinga Kabale Konkola Kalombo Mande Nyembo + } + } + luba = { + color = {87 45 69} + first_names = { Kasongo Umpafu Ilunga Kisula Nday Kitamba Maloba Ndaye Kumwimba Maniema + } + + last_names = { Nsungu Kukaya Ngombe Muzinga Kabale Konkola Kalombo Mande Nyembo + } + } + lunda = { + color = {142 65 188} + first_names = { Kaumba Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong + } + + last_names = { Kasang Nambing Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba + } + } + lendu = { + color = { 40 4 60 } + first_names = { Mateso Baudouin Katanga Yuda Padiri Dunia Mayele } + + last_names = { Vaweka Apuobo Leku Ndjabu Ninga Adirodo Ngudjolo Lubanga Chui Koka Zaba Yakutumba Mudundu } + } + + kingwana = { + color = { 179 123 83 } + first_names = { Bokobo Bomete Ilitosini Ndjandja } + + last_names = { Taabwa Bwile Bembe Kabwari Buyu Bangubangu Zimba Kwami Tembo Nyanga Bhele Komo Nande } + } + + chokwe = { + color = {136 144 120} + first_names = { Kalembe Kalembele Kambangaji Lundembe Ndembe Ngulu Tulembele Tumbangaji } + + last_names = { Chokwe Lovale Balovale Nsongo } + } + + kavango = { + color = {76 34 120} + first_names = { Kalembe Kalembele Kambangaji Lundembe Ndembe Ngulu Tulembele Tumbangaji } + + last_names = { Chokwe Lovale Balovale Nsongo } + } + + mongo = { + color = {162 175 65} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Bolia Bokote Bongandu Ekonda Mbole Nkutu Ntomba Sengele Songomeno Dengese Tetela-Kusu + } + } + sara = { + color = {145 64 125} + first_names = { Nounga Zangabirou Tikima Ikpiro Mbomou Momi Abdul Abu-Sekkin Burkomanda Ngarmane "Abd al-Rahman" Uthman Muhammad Malam Ngarmaba + } + + last_names = { Tombalbaye Odingar Moungar Ermanala Gawrang Qadir as-Saghir Mohammed al-Mahdi al-Kabir Bira + } + } + teda = { + color = {156 198 100} + first_names = { Yusuf Raqib Muhammad Adham Ali Ibrahim Ahmad Yakob Kharut Salih Jawda + } + + last_names = { "Abd al-Aziz" "Abda al-Karim" "Derret ibn Jawda" Arous as-Sarhir al-Sharif "ibn Yusuf" "ibn Ali" + } + } + ubangian = { + color = {104 17 17} + first_names = { Mahamat Hyacinthe Abdou Nassirou Abdoulaye Noureddine + } + + last_names = { Sarandji Kamoun Nzapayeké Tiangaye Touadéra Dologuelé Samba-Panza Wodobodé Bozizé } + } + forest_bantu = { + color = {237 134 16} + first_names = { Ngalifourou Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong + } + + last_names = { Bongo Ganao Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba + } + } + south_forest_bantu = { + color = {233 237 16} + first_names = { Kaumba Muteba Mushidi Mbala Mutand Mudib Kangapu Cimbindu Mbumb Cakasekene Mulay Nawej Cikombe Waranankong + } + + last_names = { Kasang Nambing Kalong Mukaz Ditend Yaava Namwan Naweej Kamong Isot Kat Muteba + } + } +} + +east_african = { + leader = african + is_overseas = no + unit = AfricanGC + amhara = { + color = {88 142 37} + first_names = { Amare Bekele Berhanu Saleh Haile Berihun Demissie Desta Geteye Girma Kelile Negasi Abebe Fakirta Adis Kassa Menelik } + + last_names = { Selassie Mikael Mariam Melekot Seged Wossen Makonnen Mengitsu Abbaba Dingil Hailu Giorgis } + } + afar = { + color = {198 46 99} + first_names = { Mahammad Umar Kedafu Alimirah Amda Baeda Kadhafo + } + + last_names = { Hanfadhe Yayyo Seyon Maryam Aydahis + } + } + azande = { + color = {31 89 150} + first_names = { Souau Mwerve Ngabwe Birhenjira Rutanganda Rugema Kabare Rugemaninzi Makome Bigomokero + } + + last_names = { Nabushi Ntayitunda Muhigirwa + } + } + baganda = { + color = {98 155 187} + first_names = { Mutesa Mwanga Kalema Kiweewa Ssemakookiro Jjunju Kyabaggo Namugala Kikulwe Kabulu + } + + last_names = { Njovu Ndiga Ngo Nseenene Mmamba Ngonge Ngabi + } + } + beja = { + color = {165 124 101} + first_names = { Badi Adlan Idris Ranfa Nawwar Hassab Tabl Nasir Awkal Rajab Isma'il Nul Unsa + } + + last_names = { "ibn Nul" Likaylik "Ibn Badi" "Ibn Isma´il" Muhammad "Ibn Tabl" Rabihi "wad Rajab" + } + } + dinka = { + color = {59 91 247} + first_names = { Abel Alier Kiir Yar Manyang Manute Luol Awino Nyankol Akex Ayak Bul Mach + } + + last_names = { Anyieth Ayuel Ayiec Akook Deng Thiik Maduot Ageerdit Wek Bol Arol Juuk Malual Kuai + } + } + fur = { + color = {84 75 91} + first_names = { Mohammed Abu "Abd al-rahman" Ahmad Hussein Bush Harun Bulad Abdallahi Jussuf Ali + } + + last_names = { Tayrab Bakri Badl Madyan al-Mahdi El-Fadl Khalid Ibrahim Dinar + } + } + harari = { + color = {235 232 222} + first_names = { Mahmoud Hassen Abebe Umar Wolde Tariku Mohammed Ali Usman Hamza Aslan Saad Aster Hoti Abenet + } + + last_names = { Ahmed Baqsa Injamo Argaw Hailemaraim Dinagde Tariq + } + } + kefficho = { + color = {100 0 15} + first_names = { Aba Tekle Sacho Gawa Gaha Shagi Jilcha Jawe Sana Gunji Galli Gaki Beshi Hoti Kaye + } + + last_names = { Ginocho Gaocho Sherocho Nechocho Sachi Bulgu Gomol + } + } + kikuyu = { + color = {99 164 74} + first_names = { Gacoki Kanja Kirimi Kioi Muiru Mukanda Muthengi Nderitu Nyamu Riitho Runo Waitimu Wamungunda Wamwara Warui Kariuki Githinji Gitonga Hiuhu Ikinya Kiara Matu Murathi Mbogo Ngigi Muriu + } + + last_names = { Njoroge Maina Mwangi Wairia Njuguna Gitau Kiarie Mbugua Chege Manjiri Mamba Tene Agu Manduti Cuma Ciira Mathathi Ndemi Iregi Kinuthia Karanja Kinyanjui Nganga Gathuru + } + } + luo = { + color = {156 156 89} + first_names = { Okeyo Wanyanga Jaramobi Oluoch Oso Othiamba Waga Okoth Odongo Nyikaano Odaago Reth Kwa Dhyang Kolo Omaaro Wat Okwa } + + last_names = { Kony Oculi Oneko p'Bitek Orombi Ramogi Luwum Obote Ocollo Tugo Tuga Tugi Ju Mono Ajalo Adugo Poolo Moolo } + } + maasai = { + color = {134 57 84} + first_names = { Mbatian Lenana Segi Parasayip Koyati Kakenya Lekuton Olemeeli Meitikini + } + + last_names = { "Ole Mbatian" "Ole Lenana" "Ole Segi" "Ole Parasayip" "Ole Koyati" + } + } + nuer = { + color = {68 199 204} + first_names = { Diu Chol Dei Tongyiik Hon Pal Nyuon Deng Gai Ochan Puot Ruai + } + + last_names = { Anya-Nya Top Juak Gaach Bany Lieth Nyuot Luth Chotper Weiu + } + } + nuba = { + color = {48 213 48} + first_names = { Awin Akoc Nyidok Kwadker Ajang Dedunyal Kuikon Yor Kur Fadyet Fafiti Nyadwai Muko Wak Tyelgut Kodit Aney + } + + last_names = { "wad Nyakwac" "wad Kudit" "wad Akwot" "wad Nyidok" "wad Ajang" "wad Kwadker" "wad Akoc" "wad Yor" "wad Kur" + } + } + oromo = { + color = {162 23 199} + first_names = { Ras Debela Alemayehu Dirribi Heile Gobana Tsegaye Tilahun Waqo Ahmad Galasa Hailu Yilma Abadula Abdus + } + + last_names = { Makonnen Dacche Mideksa Dinsa Turnsaa Gemeda Eabisa Demissie Gessesse + } + } + ruanda = { + color = {184 21 46} + first_names = { Yuhi Rwabuguri Sentwali Runihura Sebahive Nkundiushuti Kagame Nyillingondo Habimana Hakizimana Gahiji Dukuzumuremyi Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth } + + last_names = { Musinga Gahindiro Rwogera Rutarindwa Mutara Ndahindurwa Rushatsi Ndagushimiye Senyamwisa Mutamo Serushambo Butama Rugamba Gisabo Mbikije } + } + + somali = { + color = {226 22 48} + first_names = { Yusuf Mahamud Ahmed Osman Ali Aul Shire Mohamud Naleye Abdikarim Dalmar Ghdi Labaan Roble Taban Erasto Abdi + } + + last_names = { Ibrahim Adeer Hassan Gurey Hirsi Doreh Dekiye Afrah Mujahid Kenadid + } + } + sukuma = { + color = {54 167 122} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe + } + } + swahili = { + color = {84 96 204} + first_names = { Ahmed Jabari Kamari Amiri Asani Babu Balozi Darweshi Erevu Faraji Fupi Heri Hishima Ibada Huru Husani Imara Issa Jahidi Jalali Juma Jumaane Kafeel Khamisi Kifimbo Kivuli Kondo Lumbwi Machupa Mbwana Mosi Salehe Safi Zuberi + } + + last_names = { Ahmed Jabari Kamari Amiri Asani Babu Balozi Darweshi Erevu Faraji Fupi Heri Hishima Ibada Huru Husani Imara Issa Jahidi Jalali Juma Jumaane Kafeel Khamisi Kifimbo Kivuli Kondo Lumbwi Machupa Mbwana Mosi Salehe Safi Zuberi + } + } + tigray = { + color = {61 49 183} + first_names = { Abraha Atsbaha Gidey "Mitslal Muz" Zenabu Ras Meles Isaias Petros Siye Gebru Abune Zeresenay Miruts Mesfin + } + + last_names = { Teklehaymanot Seyoum Woldetinsae Yohannes Sehul Yessous Hagos Alula Mengesha + } + } + unyamwezi = { + color = {46 146 246} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe + } + } + kilombero = { + color = {96 106 66} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mnywasele Mkasiwa Mirambo Msemwa Bulungute Mudimbe + } + } + lacustrine_bantu = { + color = {128 175 93} + first_names = { Mutesa Mwanga Kalema Kiweewa Ssemakookiro Jjunju Kyabaggo Namugala Kikulwe Kabulu + } + + last_names = { Njovu Ndiga Ngo Nseenene Mmamba Ngonge Ngabi + } + } + cushitic = { + color = {201 101 39} + first_names = { "Ibn Muhammad" Abdullah "Abbas said" Ismail Mansur Rahman Abdallahi Hassan Malusi Tahir Wiraj Amsalu Nijam Bakri + } + + last_names = { Ahmad Ali Zubayr Digna Azrak Hammuda al-Tasashi Nujumi + } + } + nilotic = { + color = {101 101 39} + first_names = { Okeyo Wanyanga Jaramobi Oluoch Oso Othiamba Waga Okoth Odongo Nyikaano Odaago Reth Kwa Dhyang Kolo Omaaro Wat Okwa } + + last_names = { Kony Oculi Oneko p'Bitek Orombi Ramogi Luwum Obote Ocollo Tugo Tuga Tugi Ju Mono Ajalo Adugo Poolo Moolo } + } +} + +southern_african = { + leader = african + is_overseas = no + unit = ZuluGC + chewa = { + color = {88 88 88} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mwale Phiri Mkunkhuntha Mbewe Kalimakudzulu + } + } + nyasa = { + color = {18 88 48} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mwale Phiri Mkunkhuntha Mbewe Kalimakudzulu + } + } + herero = { + color = {94 180 42} + first_names = { Samuel Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Maharero Witbooi Tjavikwa Tjimba Hakawona vaKuvale vaZemba + } + } + khoisan = { + color = {122 46 133} + first_names = { Naresib Gabeb Gorakhab Oasib Na-khom Tsawub Gaob Hanab O-Naib Khaub Khomab Hab + } + + last_names = { Hamab Khomaa Khaumab O-Naimab Hanamab Gamab Nakhomab Manassee Oasmab + } + } + lomwe = { + color = {184 220 31} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Muhsini Camakama Mugosirima "Bwana Mkuu" Usufu "Musa Quanto" "Bari Bwana" + } + } + makua = { + color = {94 156 82} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { "Muhammad Raja" Muhammad Raja Uthman Usufu Mukusedi Molidi "Umkubu Muntu" Marave "Ali Ibrahimu" + } + } + malagasy = { + color = {25 115 44} + first_names = { Radama Rainilaiarivony Rabiby Andriamanely Ndriantompoinairivo Tonanahary Ratsimivila Ramasoandro Andriantsirotso Lamboina Tsialana Tsimiharo + } + + last_names = { Tsiranana Ramanantsoa Ratsimandrava Andriamahazo Ratsiraka + } + } + nguni = { + color = {165 43 18} + first_names = { Kinjikitile Fambaltate Songea Ebabruma Mputa Mbemchapa Atepa Matola Magobi Rjoroza Wasesse Rinyizea Chapwanya Chakoma Kapola Kapungu Kindunda Kinjalla Kiwanga Mahengu Mburu Mhavanginonya Namkina Ngosingosi Schabruma Sentambandu Uawula Ulanga + } + + last_names = { Ngwale Farhenga Chimai Amari Kwira Mtemi Hanga Mwanawalifa Mbano + } + } + southern_bantu = { + color = {165 111 17} + first_names = { Kinjikitile Fambaltate Songea Ebabruma Mputa Mbemchapa Atepa Matola Magobi Rjoroza Wasesse Rinyizea Chapwanya Chakoma Kapola Kapungu Kindunda Kinjalla Kiwanga Mahengu Mburu Mhavanginonya Namkina Ngosingosi Schabruma Sentambandu Uawula Ulanga + } + + last_names = { Ngwale Farhenga Chimai Amari Kwira Mtemi Hanga Mwanawalifa Mbano + } + } + ovimbundu = { + color = {91 63 231} + first_names = { Kakembembe Ciponge Cikunyu Kinya Nguvenge Kayangula Kahala Cingi Ngelo Ciasungu Kapoko Vilombo Hungulu Livonge Wambu + } + + last_names = { Vasovava Hundungulu Njambayamina Ndunduma Cilemo Kanene Kaneketela Yale Cinene Kiapungo Kacingangu Kapusukusu Cimbungu + } + } + sena = { + color = {81 212 142} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Mutiwapangome Cipfumba nyasoro Cimininyambo Kandeya Dambamupute + } + } + shona = { + color = {98 134 18} + first_names = { Zuka Sundai Tichawonna Sekayi Runako Petiri Pepukayi Mwanyisa Muchaneta Mashama Mboro Goredenna Gamba Chionesu Chinouyazue Banga + } + + last_names = { Mzilikazi Lobengula Mlimo Soshangane Magaya Kwenda Muhuru Maraire + } + } + sotho = { + color = {42 121 176} + first_names = { Letsie Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Moshoeshoe Lerotholi Masopha Matsaba Leabua Mamohato + } + } + tonga = { + color = {94 187 36} + first_names = { Andikan Amadi Aren Bahari Averey Bakari Bash Bayode Bitalo Chane Chata Dakarai Davu Dume Fabunni Gamba Genet Guban Hajari Haruni Ife Ilo Issay Jabari Jabilo Jaguan Kabili Kamwimbile Kasim Kenyi Khairi Makalo Mansa Morathi Musawenkosi Raimi Razi Reth + } + + last_names = { Nyondo Muyila Kalagho Malokotela Sibale Chizimu Kayuni Panja + } + } + tswana = { + color = {91 212 36} + first_names = { Khama Bathoen Sebele Baruti Boipelu Gaone Kabelo Kedikilwe Kefentse Thabo Tale Mothudi Mosegi Mowen Moetapele Molefi Turnelo + } + + last_names = { Bakgatla Bakwna Balete Bamangwato Bangwaketse Barolong Batawana Batlokwa Batsapong Bakgalakgadi Bakalaka + } + } + xhosa = { + color = {49 58 156} + first_names = { Mthuthuzeli Nolizwe Nonceba Paki Sipliwo Themba Uuka Thandiwe + } + + last_names = { Behle Dosini Dlamini Gqunu Gxarha Hegebe Khawatu Khumalo Kwayi Maduna Qadi Rhadebe Ncuthu Mpemvu Sikhosana Xesibe Zangwa + } + } + yao = { + color = {189 20 31} + first_names = { Chekandino Chikumbu Chisisi Kapendi Linje Lukongolo Mapira Masibuwa Ndembo Ngolinga Ngombe Thenga Umi Utni Citiwala Kajombo Mbiya + } + + last_names = { Hlatshwayo Ntabeni Mgayi "Gwaza Jere" Mmbelwa Mwamba Cimtunga + } + } + zulu = { + color = {0 0 0} + first_names = { Cetshwayo Ntshingwayo Dabulamanzi Sikukuni Sihayo Mavumengwana Mbilini Mnyamana Hamu Gawozi Mgojana Zibhebhu Hehlokazulu Manyonyoba Mahubulwana Mkhosana Dingiswayo Senzagkhona Sekhukhune Sekethwayo Somopho + } + + last_names = { kaMpande kaMahole KaMdlela waMswati Buthelezei Khoza kaSihayo kaMvundlana kaZikhala kaMaphitha + } + } +} diff --git a/HPM/common/defines.lua b/HPM/common/defines.lua index 94d2fa45..7237a88b 100644 --- a/HPM/common/defines.lua +++ b/HPM/common/defines.lua @@ -4,750 +4,750 @@ start_date = '1836.1.1', end_date = '1936.1.1', country = { - YEARS_OF_NATIONALISM = 20, -- Years of Nationalism - MONTHS_UNTIL_BROKEN = 3, -- OBSOLETE! (Months until rebel held capital results in broken country.) - REBEL_ACCEPTANCE_MONTHS = 60, - BASE_COUNTRY_TAX_EFFICIENCY = 0.2, -- Basic efficiency for taxes without 'crats and tech - BASE_COUNTRY_ADMIN_EFFICIENCY = 0.2, - GOLD_TO_CASH_RATE = 15, -- Amount of money generated per gold unit - GOLD_TO_WORKER_PAY_RATE = 0.75, -- Multiplier for how much money gold pays to pops - GREAT_NATIONS_COUNT = 8, - GREATNESS_DAYS = 365, -- how many days until country risks losing status as great nation - BADBOY_LIMIT = 25, - MAX_BUREAUCRACY_PERCENTAGE = 0.01, -- More than max percent bureaucrats of population will give no additional benefits - BUREAUCRACY_PERCENTAGE_INCREMENT = 0.001, -- For each social administrative reform level, this is added to MAX_BUREAUCRACY_PERCENTAGE - MIN_CRIMEFIGHT_PERCENT = 0.1, - MAX_CRIMEFIGHT_PERCENT = 0.99, - ADMIN_EFFICIENCY_CRIMEFIGHT_PERCENT = 0.5, -- Crimefight depends on both state admin eff. and admin spending, admin spending percent effect is set to (1-ADMIN_EFFICIENCY_CRIMEFIGHT_PERCENT) - CONSERVATIVE_INCREASE_AFTER_REFORM = 0.25, -- how many more conservatives in a upper house. - CAMPAIGN_EVENT_BASE_TIME = 80, -- Roughly twice per campaign. Used to be 42 - once every 6 weeks. - CAMPAIGN_EVENT_MIN_TIME = 21 ,-- never more often than 3 weeks between - CAMPAIGN_EVENT_STATE_SCALE = -3, -- every non-colonial state reduces by 3 days. - CAMPAIGN_DURATION = 6, -- a campaign lasts these amount of months - COLONIAL_RANK = 16, -- Minimum rank a nation must have to send colonists - COLONY_TO_STATE_PRESTIGE_GAIN = 2, -- Prestige gain when turning colony to state - COLONIAL_LIFERATING = 35, - BASE_GREATPOWER_DAILY_INFLUENCE = 0.25, -- Influence value which is distributed each day - AI_SUPPORT_REFORM = 0.025, -- At least this many % needs to support a reform for the AI to take it - BASE_MONTHLY_DIPLOPOINTS = 0.3, -- Base value gain for diplomatic actions each month - DIPLOMAT_TRAVEL_TIME = 14, - PROVINCE_OVERSEAS_PENALTY = 0.015, -- Each province req. this many goods flagged as overseas penalty - NONCORE_TAX_PENALTY = -0.05, -- -5% for each non-core in state - BASE_TARIFF_EFFICIENCY = 0.2, -- baseline tariff efficiency - COLONY_FORMED_PRESTIGE = 1, -- prestige from founding a colony. - CREATED_CB_VALID_TIME = 12, -- how many months - LOYALTY_BOOST_ON_PARTY_WIN = 0.1, - MOVEMENT_RADICALISM_BASE = 25, - MOVEMENT_RADICALISM_PASSED_REFORM_EFFECT = -2, - MOVEMENT_RADICALISM_NATIONALISM_FACTOR = 1.0, - SUPPRESSION_POINTS_GAIN_BASE = 170, -- monthly gain with max bureaucrats - SUPPRESS_BUREAUCRAT_FACTOR = 0.5, - WRONG_REFORM_MILITANCY_IMPACT = 2, - SUPPRESSION_RADICALISATION_HIT = 10, -- % base added to a movements radicalness - INVESTMENT_SCORE_FACTOR = 0.001, -- how much foreign investment money counts towards your industry score - UNCIV_TECH_SPREAD_MAX = 0.15, --Max techs an unciv will get on westernizing - UNCIV_TECH_SPREAD_MIN = 0.10, --Minimum techs an unciv will get on westernizing - MIN_DELAY_BETWEEN_REFORMS = 6, -- months - ECONOMIC_REFORM_UH_FACTOR = -0.40, - MILITARY_REFORM_UH_FACTOR = -0.40, - WRONG_REFORM_RADICAL_IMPACT = 15, - TECH_YEAR_SPAN = 150, - TECH_FACTOR_VASSAL = 0.5, -- cost reduction factor if overlord has research the tech - MAX_SUPPRESSION = 100, - PRESTIGE_HIT_ON_BREAK_COUNTRY = -0.20, -- percentage reduction when country gets taken by rebels - MIN_MOBILIZE_LIMIT = 3, - POP_GROWTH_COUNTRY_CACHE_DAYS = 30, -- period of cached pop growth (used for player) - NEWSPAPER_PRINTING_FREQUENCY = 350, -- days frequency when the news attempt to be printed (may not print if not enough facts collected, and retry after another X days) - NEWSPAPER_TIMEOUT_PERIOD = 890, -- the max period for news that may be printed. The probability is decreased with time. - NEWSPAPER_MAX_TENSION = 750, -- when tension of printing gets this high, the newspaper will attempt to be printed immediately. - NAVAL_BASE_SUPPLY_SCORE_BASE = 10, -- base value that is powered by level of naval base. Determines the naval supplying capabilities. - NAVAL_BASE_SUPPLY_SCORE_EMPTY = 2, -- min value for coastal provinces with no naval base. - NAVAL_BASE_NON_CORE_SUPPLY_SCORE = 0.3, -- modifier for supply score for naval bases that are not in core provinces. - COLONIAL_POINTS_FROM_SUPPLY_FACTOR = 1, --Scale this down as you scale up the supply base or everyone will drown in colonial points - COLONIAL_POINTS_FOR_NON_CORE_BASE = 1, - MOBILIZATION_SPEED_BASE = 0.10, -- Base speed for raising troops - MOBILIZATION_SPEED_RAILS_MULT = 4.0, -- Speed modifier for raising troops. It's max value for max railways level in state. - COLONIZATION_INTEREST_LEAD = 3, - COLONIZATION_INFLUENCE_LEAD = 3, - COLONIZATION_MONTHS_TO_COLONIZE = 12, - COLONIZATION_DAYS_BETWEEN_INVESTMENT = 90, - COLONIZATION_DAYS_FOR_INITIAL_INVESTMENT = 270, - COLONIZATION_PROTECTORATE_PROVINCE_MAINTAINANCE = 4, - COLONIZATION_COLONY_PROVINCE_MAINTAINANCE = 6, - COLONIZATION_COLONY_INDUSTRY_MAINTAINANCE = 1, - COLONIZATION_COLONY_RAILWAY_MAINTAINANCE = 1, - COLONIZATION_INTEREST_COST_INITIAL = 100, - COLONIZATION_INTEREST_COST_NEIGHBOR_MODIFIER = -20, - COLONIZATION_INTEREST_COST = 20, - COLONIZATION_INFLUENCE_COST = 20, - COLONIZATION_EXTRA_GUARD_COST = 10, - COLONIZATION_RELEASE_DOMINION_COST = 1000, - COLONIZATION_CREATE_STATE_COST = 350, - COLONIZATION_CREATE_PROTECTORATE_COST = 5, - COLONIZATION_CREATE_COLONY_COST = 4, -- per province - COLONIZATION_COLONY_STATE_DISTANCE = 400, - COLONIZATION_INFLUENCE_TEMPERATURE_PER_DAY = 0.08, - COLONIZATION_INFLUENCE_TEMPERATURE_PER_LEVEL = 0.005, - PARTY_LOYALTY_HIT_ON_WAR_LOSS = 0.95, -- Drops the ruling party loyalty if war is lost. - RESEARCH_POINTS_ON_CONQUER_MULT = 200, -- multiplier to RP got by conquering as unciv when got enacted military reforms - MAX_RESEARCH_POINTS = 28000, -- max RP you can store for uncivs + YEARS_OF_NATIONALISM = 20, -- Years of Nationalism + MONTHS_UNTIL_BROKEN = 3, -- OBSOLETE! (Months until rebel held capital results in broken country.) + REBEL_ACCEPTANCE_MONTHS = 60, + BASE_COUNTRY_TAX_EFFICIENCY = 0.2, -- Basic efficiency for taxes without 'crats and tech + BASE_COUNTRY_ADMIN_EFFICIENCY = 0.2, + GOLD_TO_CASH_RATE = 15, -- Amount of money generated per gold unit + GOLD_TO_WORKER_PAY_RATE = 0.75, -- Multiplier for how much money gold pays to pops + GREAT_NATIONS_COUNT = 8, + GREATNESS_DAYS = 365, -- how many days until country risks losing status as great nation + BADBOY_LIMIT = 25, + MAX_BUREAUCRACY_PERCENTAGE = 0.01, -- More than max percent bureaucrats of population will give no additional benefits + BUREAUCRACY_PERCENTAGE_INCREMENT = 0.001, -- For each social administrative reform level, this is added to MAX_BUREAUCRACY_PERCENTAGE + MIN_CRIMEFIGHT_PERCENT = 0.1, + MAX_CRIMEFIGHT_PERCENT = 0.99, + ADMIN_EFFICIENCY_CRIMEFIGHT_PERCENT = 0.5, -- Crimefight depends on both state admin eff. and admin spending, admin spending percent effect is set to (1-ADMIN_EFFICIENCY_CRIMEFIGHT_PERCENT) + CONSERVATIVE_INCREASE_AFTER_REFORM = 0.25, -- how many more conservatives in a upper house. + CAMPAIGN_EVENT_BASE_TIME = 80, -- Roughly twice per campaign. Used to be 42 - once every 6 weeks. + CAMPAIGN_EVENT_MIN_TIME = 21 ,-- never more often than 3 weeks between + CAMPAIGN_EVENT_STATE_SCALE = -3, -- every non-colonial state reduces by 3 days. + CAMPAIGN_DURATION = 6, -- a campaign lasts these amount of months + COLONIAL_RANK = 16, -- Minimum rank a nation must have to send colonists + COLONY_TO_STATE_PRESTIGE_GAIN = 2, -- Prestige gain when turning colony to state + COLONIAL_LIFERATING = 35, + BASE_GREATPOWER_DAILY_INFLUENCE = 0.25, -- Influence value which is distributed each day + AI_SUPPORT_REFORM = 0.025, -- At least this many % needs to support a reform for the AI to take it + BASE_MONTHLY_DIPLOPOINTS = 0.3, -- Base value gain for diplomatic actions each month + DIPLOMAT_TRAVEL_TIME = 14, + PROVINCE_OVERSEAS_PENALTY = 0.015, -- Each province req. this many goods flagged as overseas penalty + NONCORE_TAX_PENALTY = -0.05, -- -5% for each non-core in state + BASE_TARIFF_EFFICIENCY = 0.2, -- baseline tariff efficiency + COLONY_FORMED_PRESTIGE = 1, -- prestige from founding a colony. + CREATED_CB_VALID_TIME = 12, -- how many months + LOYALTY_BOOST_ON_PARTY_WIN = 0.1, + MOVEMENT_RADICALISM_BASE = 25, + MOVEMENT_RADICALISM_PASSED_REFORM_EFFECT = -2, + MOVEMENT_RADICALISM_NATIONALISM_FACTOR = 1.0, + SUPPRESSION_POINTS_GAIN_BASE = 170, -- monthly gain with max bureaucrats + SUPPRESS_BUREAUCRAT_FACTOR = 0.5, + WRONG_REFORM_MILITANCY_IMPACT = 2, + SUPPRESSION_RADICALISATION_HIT = 10, -- % base added to a movements radicalness + INVESTMENT_SCORE_FACTOR = 0.001, -- how much foreign investment money counts towards your industry score + UNCIV_TECH_SPREAD_MAX = 0.15, --Max techs an unciv will get on westernizing + UNCIV_TECH_SPREAD_MIN = 0.10, --Minimum techs an unciv will get on westernizing + MIN_DELAY_BETWEEN_REFORMS = 6, -- months + ECONOMIC_REFORM_UH_FACTOR = -0.40, + MILITARY_REFORM_UH_FACTOR = -0.40, + WRONG_REFORM_RADICAL_IMPACT = 15, + TECH_YEAR_SPAN = 150, + TECH_FACTOR_VASSAL = 0.5, -- cost reduction factor if overlord has research the tech + MAX_SUPPRESSION = 100, + PRESTIGE_HIT_ON_BREAK_COUNTRY = -0.20, -- percentage reduction when country gets taken by rebels + MIN_MOBILIZE_LIMIT = 3, + POP_GROWTH_COUNTRY_CACHE_DAYS = 30, -- period of cached pop growth (used for player) + NEWSPAPER_PRINTING_FREQUENCY = 350, -- days frequency when the news attempt to be printed (may not print if not enough facts collected, and retry after another X days) + NEWSPAPER_TIMEOUT_PERIOD = 890, -- the max period for news that may be printed. The probability is decreased with time. + NEWSPAPER_MAX_TENSION = 750, -- when tension of printing gets this high, the newspaper will attempt to be printed immediately. + NAVAL_BASE_SUPPLY_SCORE_BASE = 10, -- base value that is powered by level of naval base. Determines the naval supplying capabilities. + NAVAL_BASE_SUPPLY_SCORE_EMPTY = 2, -- min value for coastal provinces with no naval base. + NAVAL_BASE_NON_CORE_SUPPLY_SCORE = 0.3, -- modifier for supply score for naval bases that are not in core provinces. + COLONIAL_POINTS_FROM_SUPPLY_FACTOR = 1, --Scale this down as you scale up the supply base or everyone will drown in colonial points + COLONIAL_POINTS_FOR_NON_CORE_BASE = 1, + MOBILIZATION_SPEED_BASE = 0.10, -- Base speed for raising troops + MOBILIZATION_SPEED_RAILS_MULT = 4.0, -- Speed modifier for raising troops. It's max value for max railways level in state. + COLONIZATION_INTEREST_LEAD = 3, + COLONIZATION_INFLUENCE_LEAD = 3, + COLONIZATION_MONTHS_TO_COLONIZE = 12, + COLONIZATION_DAYS_BETWEEN_INVESTMENT = 90, + COLONIZATION_DAYS_FOR_INITIAL_INVESTMENT = 270, + COLONIZATION_PROTECTORATE_PROVINCE_MAINTAINANCE = 4, + COLONIZATION_COLONY_PROVINCE_MAINTAINANCE = 6, + COLONIZATION_COLONY_INDUSTRY_MAINTAINANCE = 1, + COLONIZATION_COLONY_RAILWAY_MAINTAINANCE = 1, + COLONIZATION_INTEREST_COST_INITIAL = 100, + COLONIZATION_INTEREST_COST_NEIGHBOR_MODIFIER = -20, + COLONIZATION_INTEREST_COST = 20, + COLONIZATION_INFLUENCE_COST = 20, + COLONIZATION_EXTRA_GUARD_COST = 10, + COLONIZATION_RELEASE_DOMINION_COST = 1000, + COLONIZATION_CREATE_STATE_COST = 350, + COLONIZATION_CREATE_PROTECTORATE_COST = 5, + COLONIZATION_CREATE_COLONY_COST = 4, -- per province + COLONIZATION_COLONY_STATE_DISTANCE = 400, + COLONIZATION_INFLUENCE_TEMPERATURE_PER_DAY = 0.08, + COLONIZATION_INFLUENCE_TEMPERATURE_PER_LEVEL = 0.005, + PARTY_LOYALTY_HIT_ON_WAR_LOSS = 0.95, -- Drops the ruling party loyalty if war is lost. + RESEARCH_POINTS_ON_CONQUER_MULT = 200, -- multiplier to RP got by conquering as unciv when got enacted military reforms + MAX_RESEARCH_POINTS = 28000, -- max RP you can store for uncivs }, economy = { - MAX_DAILY_RESEARCH = 100, - LOAN_BASE_INTEREST = 0.02, - BANKRUPTCY_EXTERNAL_LOAN_YEARS = 10, - BANKRUPTCY_FACTOR = 0.2, - SHADOWY_FINANCIERS_MAX_LOAN_AMOUNT = 2000, - MAX_LOAN_CAP_FROM_BANKS = 20, -- can loan max % of country tax base from single country - GUNBOAT_LOW_TAX_CAP = 0.0, - GUNBOAT_HIGH_TAX_CAP = 1.0, - GUNBOAT_FLEET_SIZE_FACTOR = 100, - PROVINCE_SIZE_DIVIDER = 50, - CAPITALIST_BUILD_FACTORY_STATE_EMPLOYMENT_PERCENT = 0.7, -- Capis don't build factories if less than this percent is employed in existing factories - GOODS_FOCUS_SWAP_CHANCE = 0, -- Percent increased chance that artisan wants to change goods independently of how well he is doing presently - NUM_CLOSED_FACTORIES_PER_STATE_LASSIEZ_FAIRE = 1, -- Number of closed factories allowed per state under Lassiez Faire - MIN_NUM_FACTORIES_PER_STATE_BEFORE_DELETING_LASSIEZ_FAIRE = 2, -- Min number of factories per state before starting to delete under Lassiez Faire - BANKRUPCY_DURATION = 3, -- Years till a bankruptcy clears all loans - SECOND_RANK_BASE_SHARE_FACTOR = 0.5, - CIV_BASE_SHARE_FACTOR = 0.75, - UNCIV_BASE_SHARE_FACTOR = 1, - FACTORY_PAYCHECKS_LEFTOVER_FACTOR = 0.6, -- % of how much we pay to the pops and capitalists, from the leftovers. - MAX_FACTORY_MONEY_SAVE = 1000, -- how much money is stored maximum in a factory. - SMALL_DEBT_LIMIT = 20000, - FACTORY_UPGRADE_EMPLOYEE_FACTOR = 0.7, -- determines how close to the employee limit we need to be before "upgrade all" will upgrade/expand a given factory (1 = 100%). - RGO_SUPPLY_DEMAND_FACTOR_HIRE_HI = 0.2, -- how fast pops are Hired when there is a high demand - RGO_SUPPLY_DEMAND_FACTOR_HIRE_LO = 0.02, -- how fast pops are Hired when there is a medium demand - RGO_SUPPLY_DEMAND_FACTOR_FIRE = 0.2, -- how fast pops are Fired when there is a low demand - EMPLOYMENT_HIRE_LOWEST = 0.01, -- we Hire pops no slower then x% of total required per day - EMPLOYMENT_FIRE_LOWEST = 0.01, -- we Fire pops no slower then x% of total required per day - TRADE_CAP_LOW_LIMIT_LAND = 0.05, -- the lowest % the slider can go for land units - TRADE_CAP_LOW_LIMIT_NAVAL = 0.1, -- the lowest % the slider can go for naval units - TRADE_CAP_LOW_LIMIT_CONSTRUCTIONS = 0.05, -- the lowest % the slider can go for constructions - FACTORY_PURCHASE_MIN_FACTOR = 0.50, -- the lowest % of its daily needs a factory will purchase - FACTORY_PURCHASE_DRAWDOWN_FACTOR = 0.025 -- the % a factory will reduce its input purchases each day if it did not sell all its goods (also used for scaling up production if all goods are sold) + MAX_DAILY_RESEARCH = 100, + LOAN_BASE_INTEREST = 0.02, + BANKRUPTCY_EXTERNAL_LOAN_YEARS = 10, + BANKRUPTCY_FACTOR = 0.2, + SHADOWY_FINANCIERS_MAX_LOAN_AMOUNT = 2000, + MAX_LOAN_CAP_FROM_BANKS = 20, -- can loan max % of country tax base from single country + GUNBOAT_LOW_TAX_CAP = 0.0, + GUNBOAT_HIGH_TAX_CAP = 1.0, + GUNBOAT_FLEET_SIZE_FACTOR = 100, + PROVINCE_SIZE_DIVIDER = 50, + CAPITALIST_BUILD_FACTORY_STATE_EMPLOYMENT_PERCENT = 0.7, -- Capis don't build factories if less than this percent is employed in existing factories + GOODS_FOCUS_SWAP_CHANCE = 0, -- Percent increased chance that artisan wants to change goods independently of how well he is doing presently + NUM_CLOSED_FACTORIES_PER_STATE_LASSIEZ_FAIRE = 1, -- Number of closed factories allowed per state under Lassiez Faire + MIN_NUM_FACTORIES_PER_STATE_BEFORE_DELETING_LASSIEZ_FAIRE = 2, -- Min number of factories per state before starting to delete under Lassiez Faire + BANKRUPCY_DURATION = 3, -- Years till a bankruptcy clears all loans + SECOND_RANK_BASE_SHARE_FACTOR = 0.5, + CIV_BASE_SHARE_FACTOR = 0.75, + UNCIV_BASE_SHARE_FACTOR = 1, + FACTORY_PAYCHECKS_LEFTOVER_FACTOR = 0.6, -- % of how much we pay to the pops and capitalists, from the leftovers. + MAX_FACTORY_MONEY_SAVE = 1000, -- how much money is stored maximum in a factory. + SMALL_DEBT_LIMIT = 20000, + FACTORY_UPGRADE_EMPLOYEE_FACTOR = 0.7, -- determines how close to the employee limit we need to be before "upgrade all" will upgrade/expand a given factory (1 = 100%). + RGO_SUPPLY_DEMAND_FACTOR_HIRE_HI = 0.2, -- how fast pops are Hired when there is a high demand + RGO_SUPPLY_DEMAND_FACTOR_HIRE_LO = 0.02, -- how fast pops are Hired when there is a medium demand + RGO_SUPPLY_DEMAND_FACTOR_FIRE = 0.2, -- how fast pops are Fired when there is a low demand + EMPLOYMENT_HIRE_LOWEST = 0.01, -- we Hire pops no slower then x% of total required per day + EMPLOYMENT_FIRE_LOWEST = 0.01, -- we Fire pops no slower then x% of total required per day + TRADE_CAP_LOW_LIMIT_LAND = 0.05, -- the lowest % the slider can go for land units + TRADE_CAP_LOW_LIMIT_NAVAL = 0.1, -- the lowest % the slider can go for naval units + TRADE_CAP_LOW_LIMIT_CONSTRUCTIONS = 0.05, -- the lowest % the slider can go for constructions + FACTORY_PURCHASE_MIN_FACTOR = 0.50, -- the lowest % of its daily needs a factory will purchase + FACTORY_PURCHASE_DRAWDOWN_FACTOR = 0.025 -- the % a factory will reduce its input purchases each day if it did not sell all its goods (also used for scaling up production if all goods are sold) }, military = { - DIG_IN_INCREASE_EACH_DAYS = 5, - REINFORCE_SPEED = 0.2, - COMBAT_DIFFICULTY_IMPACT = 0.2, - BASE_COMBAT_WIDTH = 30, - POP_MIN_SIZE_FOR_REGIMENT = 1000, - POP_SIZE_PER_REGIMENT = 3000, - SOLDIER_TO_POP_DAMAGE = 0.2, - LAND_SPEED_MODIFIER = 1, - NAVAL_SPEED_MODIFIER = 2, - EXP_GAIN_DIV = 0.05, - LEADER_RECRUIT_COST = 20, - SUPPLY_RANGE = 50, - POP_MIN_SIZE_FOR_REGIMENT_PROTECTORATE_MULTIPLIER = 6, - POP_MIN_SIZE_FOR_REGIMENT_COLONY_MULTIPLIER = 4, - POP_MIN_SIZE_FOR_REGIMENT_NONCORE_MULTIPLIER = 3, -- VALUE * POP_MIN_SIZE_FOR_REGIMENT is min for noncores - GAS_ATTACK_MODIFIER = 3, - COMBATLOSS_WAR_EXHAUSTION = 3, -- base war exhaustion in combat - LEADER_MAX_RANDOM_PRESTIGE = 0.05, -- max percent of prestige, when randomizing stats for leaders. - LEADER_AGE_DEATH_FACTOR = 4, -- higher value means leaders live longer - LEADER_PRESTIGE_TO_MORALE_FACTOR = 0.9, -- f.ex. 100% of prestige = +10% morale - LEADER_PRESTIGE_TO_MAX_ORG_FACTOR = 0.7, -- f.ex. 100% of prestige = +10 max org - LEADER_TRANSFER_PENALTY_ON_COUNTRY_PRESTIGE = 0.05, -- country prestige penalty on unassign leader (f.ex if leader has 100% prestige, the country loose 4% of its prestige) - LEADER_PRESTIGE_LAND_GAIN = 0.3, -- extra speed gain on prestige for land combat - LEADER_PRESTIGE_NAVAL_GAIN = 0.3, -- extra speed gain on prestige for naval combat - NAVAL_COMBAT_SEEKING_CHANCE = 0.5, -- base chance of picking a target (increased by leader reconnaissance) - NAVAL_COMBAT_SEEKING_CHANCE_MIN = 0.1, -- low cap for chance of picking the target - NAVAL_COMBAT_SELF_DEFENCE_CHANCE = 2.0, -- scale up the chance of choosing the target that is already shooting at us. - NAVAL_COMBAT_SHIFT_BACK_ON_NEXT_TARGET = 0.2, -- max shift back from center line when got new target - NAVAL_COMBAT_SHIFT_BACK_DURATION_SCALE = 7, -- shifting back from center line on new target - scaled down as long the combat takes - NAVAL_COMBAT_SPEED_TO_DISTANCE_FACTOR = 0.05, -- cast the ship speed to the "in combat" speed that moves it towards center line on the field range 0-1. - NAVAL_COMBAT_CHANGE_TARGET_CHANCE = 0.03, -- chance of changing the target to another one - NAVAL_COMBAT_DAMAGE_ORG_MULT = 0.4, -- scale the damage to ORG for balancing gameplay - NAVAL_COMBAT_DAMAGE_STR_MULT = 0.2, -- scale the damage to STR for balancing gameplay - NAVAL_COMBAT_DAMAGE_MULT_NO_ORG = 2.0, -- damage multiplier (to STR) when opponent has no ORG. - NAVAL_COMBAT_RETREAT_CHANCE = 0.07, -- base chance for retreating when STR or ORG is low. Increased by leader experiance and speed. - NAVAL_COMBAT_RETREAT_STR_ORG_LEVEL = 0.15, -- the retreating is available when STR or ORG % drops below this value (it's 0% to 100% value) - NAVAL_COMBAT_RETREAT_SPEED_MOD = 0.4, -- slow down when retreating so there is a chance to hit the runner - NAVAL_COMBAT_RETREAT_MIN_DISTANCE = 0.25, -- how close (in average) all alive ships must be to the center line to be able to retreat. - NAVAL_COMBAT_DAMAGED_TARGET_SELECTION = 2.5, -- multiply chance of selecting target that has low average of STR/ORG - NAVAL_COMBAT_STACKING_TARGET_CHANGE = 0.03, -- increase chance to change/drop target when suffering stacking penalty - NAVAL_COMBAT_STACKING_TARGET_SELECT = 0.2, -- modifier for how much the stacking penalty affects the target selection. - NAVAL_COMBAT_MAX_TARGETS = 6, -- max number of ships that may target the same enemy ship - AI_BIGSHIP_PROPORTION = 0.4, -- fraction of ships in the navy that should be ships of the line - AI_LIGHTSHIP_PROPORTION = 0.4, -- fraction of ships in the navy that should be cruisers, frigates etc - AI_TRANSPORT_PROPORTION = 0.2, -- fraction of ships in the navy that should be should be transports - AI_CAVALRY_PROPORTION = 0.15, -- fraction of brigades that should be cavalry - AI_SUPPORT_PROPORTION = 0.6, -- fraction of brigades that should be artillery and other support units - AI_SPECIAL_PROPORTION = 0.15, -- fraction of brigades that should be engineers and tanks - AI_ESCORT_RATIO = 1.25, -- ratio of escorts to transports in invasion fleets - AI_ARMY_TAXBASE_FRACTION = 0.1, -- max of tax base that AI will spend on army supply costs (based on peacetime costs) - AI_NAVY_TAXBASE_FRACTION = 0.1, -- max of tax base that AI will spend on navy supply costs (based on peacetime costs) - AI_BLOCKADE_RANGE = 2000, -- max distance the AI will send out blockade fleets from their home base - RECON_UNIT_RATIO = 0.1, -- the % of units in the army that must have a recon value to get the full bonus - ENGINEER_UNIT_RATIO = 0.1, -- the % of units in the army that must have a fort attack value to get the full bonus - SIEGE_BRIGADES_MIN = 3, -- the number of brigades needed for a siege to progress at normal speed - SIEGE_BRIGADES_MAX = 13, -- the number of brigades above which you get no addition benefit in sieges - SIEGE_BRIGADES_BONUS = 0.5, -- the bonus to siege speed from each brigade - RECON_SIEGE_EFFECT = 0.5, -- multiplier to effect of recon on speeding up sieges - SIEGE_ATTRITION = 2, -- fixed attrition on sieging units - BASE_MILITARY_TACTICS = 1.5, -- base mil tactics before tech - NAVAL_LOW_SUPPLY_DAMAGE_SUPPLY_STATUS = 0.1, -- how little supply is acceptable before getting damage to STR - NAVAL_LOW_SUPPLY_DAMAGE_DAYS_DELAY = 30, -- delay in days before the STR will get damage due to no supplies. Sometimes supply status may jump bcoz of the market. - NAVAL_LOW_SUPPLY_DAMAGE_MIN_STR = 5.0, -- when low supply, the navy will supply STR damage but no less then X% to avoid destruction (value from 0 to 100.0) - NAVAL_LOW_SUPPLY_DAMAGE_PER_DAY = 0.25, -- damage to navies STR per day if totally 0% supplies (value from 0 to 100.0) + DIG_IN_INCREASE_EACH_DAYS = 5, + REINFORCE_SPEED = 0.2, + COMBAT_DIFFICULTY_IMPACT = 0.2, + BASE_COMBAT_WIDTH = 30, + POP_MIN_SIZE_FOR_REGIMENT = 1000, + POP_SIZE_PER_REGIMENT = 3000, + SOLDIER_TO_POP_DAMAGE = 0.2, + LAND_SPEED_MODIFIER = 1, + NAVAL_SPEED_MODIFIER = 2, + EXP_GAIN_DIV = 0.05, + LEADER_RECRUIT_COST = 20, + SUPPLY_RANGE = 50, + POP_MIN_SIZE_FOR_REGIMENT_PROTECTORATE_MULTIPLIER = 6, + POP_MIN_SIZE_FOR_REGIMENT_COLONY_MULTIPLIER = 4, + POP_MIN_SIZE_FOR_REGIMENT_NONCORE_MULTIPLIER = 3, -- VALUE * POP_MIN_SIZE_FOR_REGIMENT is min for noncores + GAS_ATTACK_MODIFIER = 3, + COMBATLOSS_WAR_EXHAUSTION = 3, -- base war exhaustion in combat + LEADER_MAX_RANDOM_PRESTIGE = 0.05, -- max percent of prestige, when randomizing stats for leaders. + LEADER_AGE_DEATH_FACTOR = 4, -- higher value means leaders live longer + LEADER_PRESTIGE_TO_MORALE_FACTOR = 0.9, -- f.ex. 100% of prestige = +10% morale + LEADER_PRESTIGE_TO_MAX_ORG_FACTOR = 0.7, -- f.ex. 100% of prestige = +10 max org + LEADER_TRANSFER_PENALTY_ON_COUNTRY_PRESTIGE = 0.05, -- country prestige penalty on unassign leader (f.ex if leader has 100% prestige, the country loose 4% of its prestige) + LEADER_PRESTIGE_LAND_GAIN = 0.3, -- extra speed gain on prestige for land combat + LEADER_PRESTIGE_NAVAL_GAIN = 0.3, -- extra speed gain on prestige for naval combat + NAVAL_COMBAT_SEEKING_CHANCE = 0.5, -- base chance of picking a target (increased by leader reconnaissance) + NAVAL_COMBAT_SEEKING_CHANCE_MIN = 0.1, -- low cap for chance of picking the target + NAVAL_COMBAT_SELF_DEFENCE_CHANCE = 2.0, -- scale up the chance of choosing the target that is already shooting at us. + NAVAL_COMBAT_SHIFT_BACK_ON_NEXT_TARGET = 0.2, -- max shift back from center line when got new target + NAVAL_COMBAT_SHIFT_BACK_DURATION_SCALE = 7, -- shifting back from center line on new target - scaled down as long the combat takes + NAVAL_COMBAT_SPEED_TO_DISTANCE_FACTOR = 0.05, -- cast the ship speed to the "in combat" speed that moves it towards center line on the field range 0-1. + NAVAL_COMBAT_CHANGE_TARGET_CHANCE = 0.03, -- chance of changing the target to another one + NAVAL_COMBAT_DAMAGE_ORG_MULT = 0.4, -- scale the damage to ORG for balancing gameplay + NAVAL_COMBAT_DAMAGE_STR_MULT = 0.2, -- scale the damage to STR for balancing gameplay + NAVAL_COMBAT_DAMAGE_MULT_NO_ORG = 2.0, -- damage multiplier (to STR) when opponent has no ORG. + NAVAL_COMBAT_RETREAT_CHANCE = 0.07, -- base chance for retreating when STR or ORG is low. Increased by leader experiance and speed. + NAVAL_COMBAT_RETREAT_STR_ORG_LEVEL = 0.15, -- the retreating is available when STR or ORG % drops below this value (it's 0% to 100% value) + NAVAL_COMBAT_RETREAT_SPEED_MOD = 0.4, -- slow down when retreating so there is a chance to hit the runner + NAVAL_COMBAT_RETREAT_MIN_DISTANCE = 0.25, -- how close (in average) all alive ships must be to the center line to be able to retreat. + NAVAL_COMBAT_DAMAGED_TARGET_SELECTION = 2.5, -- multiply chance of selecting target that has low average of STR/ORG + NAVAL_COMBAT_STACKING_TARGET_CHANGE = 0.03, -- increase chance to change/drop target when suffering stacking penalty + NAVAL_COMBAT_STACKING_TARGET_SELECT = 0.2, -- modifier for how much the stacking penalty affects the target selection. + NAVAL_COMBAT_MAX_TARGETS = 6, -- max number of ships that may target the same enemy ship + AI_BIGSHIP_PROPORTION = 0.4, -- fraction of ships in the navy that should be ships of the line + AI_LIGHTSHIP_PROPORTION = 0.4, -- fraction of ships in the navy that should be cruisers, frigates etc + AI_TRANSPORT_PROPORTION = 0.2, -- fraction of ships in the navy that should be should be transports + AI_CAVALRY_PROPORTION = 0.15, -- fraction of brigades that should be cavalry + AI_SUPPORT_PROPORTION = 0.6, -- fraction of brigades that should be artillery and other support units + AI_SPECIAL_PROPORTION = 0.15, -- fraction of brigades that should be engineers and tanks + AI_ESCORT_RATIO = 1.25, -- ratio of escorts to transports in invasion fleets + AI_ARMY_TAXBASE_FRACTION = 0.1, -- max of tax base that AI will spend on army supply costs (based on peacetime costs) + AI_NAVY_TAXBASE_FRACTION = 0.1, -- max of tax base that AI will spend on navy supply costs (based on peacetime costs) + AI_BLOCKADE_RANGE = 2000, -- max distance the AI will send out blockade fleets from their home base + RECON_UNIT_RATIO = 0.1, -- the % of units in the army that must have a recon value to get the full bonus + ENGINEER_UNIT_RATIO = 0.1, -- the % of units in the army that must have a fort attack value to get the full bonus + SIEGE_BRIGADES_MIN = 3, -- the number of brigades needed for a siege to progress at normal speed + SIEGE_BRIGADES_MAX = 13, -- the number of brigades above which you get no addition benefit in sieges + SIEGE_BRIGADES_BONUS = 0.5, -- the bonus to siege speed from each brigade + RECON_SIEGE_EFFECT = 0.5, -- multiplier to effect of recon on speeding up sieges + SIEGE_ATTRITION = 2, -- fixed attrition on sieging units + BASE_MILITARY_TACTICS = 1.5, -- base mil tactics before tech + NAVAL_LOW_SUPPLY_DAMAGE_SUPPLY_STATUS = 0.1, -- how little supply is acceptable before getting damage to STR + NAVAL_LOW_SUPPLY_DAMAGE_DAYS_DELAY = 30, -- delay in days before the STR will get damage due to no supplies. Sometimes supply status may jump bcoz of the market. + NAVAL_LOW_SUPPLY_DAMAGE_MIN_STR = 5.0, -- when low supply, the navy will supply STR damage but no less then X% to avoid destruction (value from 0 to 100.0) + NAVAL_LOW_SUPPLY_DAMAGE_PER_DAY = 0.25, -- damage to navies STR per day if totally 0% supplies (value from 0 to 100.0) }, diplomacy = { - PEACE_COST_ADD_TO_SPHERE = 1, - PEACE_COST_RELEASE_PUPPET = 1, - PEACE_COST_MAKE_PUPPET = 85, - PEACE_COST_DISARMAMENT = 1, - PEACE_COST_DESTROY_FORTS = 1, - PEACE_COST_DESTROY_NAVAL_BASES = 1, - PEACE_COST_REPARATIONS = 1, - PEACE_COST_TRANSFER_PROVINCES = 1, - PEACE_COST_REMOVE_CORES = 0, - PEACE_COST_PRESTIGE = 1, - PEACE_COST_CONCEDE = 1, - PEACE_COST_STATUS_QUO = 1, - PEACE_COST_ANNEX = 85, - PEACE_COST_DEMAND_STATE = 10, - PEACE_COST_INSTALL_COMMUNIST_GOV_TYPE = 70, - PEACE_COST_UNINSTALL_COMMUNIST_GOV_TYPE = 1, - PEACE_COST_COLONY = 10, - - INFAMY_ADD_TO_SPHERE = 2, - INFAMY_RELEASE_PUPPET = 0.5, - INFAMY_MAKE_PUPPET = 5, - INFAMY_DISARMAMENT = 5, - INFAMY_DESTROY_FORTS = 2, - INFAMY_DESTROY_NAVAL_BASES = 2, - INFAMY_REPARATIONS = 5, - INFAMY_TRANSFER_PROVINCES = 5, - INFAMY_REMOVE_CORES = 0, - INFAMY_PRESTIGE = 2, - INFAMY_CONCEDE = 1, - INFAMY_STATUS_QUO = 0, - INFAMY_ANNEX = 10, - INFAMY_DEMAND_STATE = 5, - INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 5, - INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 5, - INFAMY_COLONY = 0, - - PRESTIGE_ADD_TO_SPHERE_BASE = 5, - PRESTIGE_RELEASE_PUPPET_BASE = 5, - PRESTIGE_MAKE_PUPPET_BASE = 5, - PRESTIGE_DISARMAMENT_BASE = 5, - PRESTIGE_DESTROY_FORTS_BASE = 5, - PRESTIGE_DESTROY_NAVAL_BASES_BASE = 5, - PRESTIGE_REPARATIONS_BASE = 5, - PRESTIGE_TRANSFER_PROVINCES_BASE = 2, - PRESTIGE_REMOVE_CORES_BASE = 0, - PRESTIGE_PRESTIGE_BASE = 5, - PRESTIGE_CONCEDE_BASE = 1, - PRESTIGE_STATUS_QUO_BASE = 5, - PRESTIGE_ANNEX_BASE = 2, - PRESTIGE_DEMAND_STATE_BASE = 2, - PRESTIGE_CLEAR_UNION_SPHERE_BASE = 15, -- Prestige for asserting hegemony - PRESTIGE_GUNBOAT_BASE = 1, -- Prestige for debt collection - PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE_BASE = 2, - PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE_BASE = 2, - PRESTIGE_COLONY_BASE = 2, - - PRESTIGE_ADD_TO_SPHERE = 0.05, - PRESTIGE_RELEASE_PUPPET = 0.05, - PRESTIGE_MAKE_PUPPET = 0.05, - PRESTIGE_DISARMAMENT = 0.05, - PRESTIGE_DESTROY_FORTS = 0.05, - PRESTIGE_DESTROY_NAVAL_BASES = 0.05, - PRESTIGE_REPARATIONS = 0.05, - PRESTIGE_TRANSFER_PROVINCES = 0.02, - PRESTIGE_REMOVE_CORES = 0, - PRESTIGE_PRESTIGE = 0.05, - PRESTIGE_CONCEDE = 0.01, - PRESTIGE_STATUS_QUO = 0.05, - PRESTIGE_ANNEX = 0.02, - PRESTIGE_DEMAND_STATE = 0.02, - PRESTIGE_CLEAR_UNION_SPHERE = 0.15, - PRESTIGE_GUNBOAT = 0.01, -- Prestige for debt collection - PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = 0.02, - PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = 0.02, - PRESTIGE_COLONY = 0.02, - - BREAKTRUCE_INFAMY_ADD_TO_SPHERE = 1, - BREAKTRUCE_INFAMY_RELEASE_PUPPET = 1, - BREAKTRUCE_INFAMY_MAKE_PUPPET = 1, - BREAKTRUCE_INFAMY_DISARMAMENT = 1, - BREAKTRUCE_INFAMY_DESTROY_FORTS = 1, - BREAKTRUCE_INFAMY_DESTROY_NAVAL_BASES = 1, - BREAKTRUCE_INFAMY_REPARATIONS = 1, - BREAKTRUCE_INFAMY_TRANSFER_PROVINCES = 1, - BREAKTRUCE_INFAMY_REMOVE_CORES = 0, - BREAKTRUCE_INFAMY_PRESTIGE = 1, - BREAKTRUCE_INFAMY_CONCEDE = 1, - BREAKTRUCE_INFAMY_STATUS_QUO = 1, - BREAKTRUCE_INFAMY_ANNEX = 1, - BREAKTRUCE_INFAMY_DEMAND_STATE = 1, - BREAKTRUCE_INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 1, - BREAKTRUCE_INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 1, - BREAKTRUCE_INFAMY_COLONY = 1, - - BREAKTRUCE_PRESTIGE_ADD_TO_SPHERE = -20, - BREAKTRUCE_PRESTIGE_RELEASE_PUPPET = -20, - BREAKTRUCE_PRESTIGE_MAKE_PUPPET = -20, - BREAKTRUCE_PRESTIGE_DISARMAMENT = -20, - BREAKTRUCE_PRESTIGE_DESTROY_FORTS = -20, - BREAKTRUCE_PRESTIGE_DESTROY_NAVAL_BASES = -20, - BREAKTRUCE_PRESTIGE_REPARATIONS = -20, - BREAKTRUCE_PRESTIGE_TRANSFER_PROVINCES = -20, - BREAKTRUCE_PRESTIGE_REMOVE_CORES = 0, - BREAKTRUCE_PRESTIGE_PRESTIGE = -20, - BREAKTRUCE_PRESTIGE_CONCEDE = -20, - BREAKTRUCE_PRESTIGE_STATUS_QUO = -20, - BREAKTRUCE_PRESTIGE_ANNEX = -20, - BREAKTRUCE_PRESTIGE_DEMAND_STATE = -20, - BREAKTRUCE_PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = -20, - BREAKTRUCE_PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = -20, - BREAKTRUCE_PRESTIGE_COLONY = -20, - - BREAKTRUCE_MILITANCY_ADD_TO_SPHERE = 2, - BREAKTRUCE_MILITANCY_RELEASE_PUPPET = 2, - BREAKTRUCE_MILITANCY_MAKE_PUPPET = 2, - BREAKTRUCE_MILITANCY_DISARMAMENT = 2, - BREAKTRUCE_MILITANCY_DESTROY_FORTS = 2, - BREAKTRUCE_MILITANCY_DESTROY_NAVAL_BASES = 2, - BREAKTRUCE_MILITANCY_REPARATIONS = 2, - BREAKTRUCE_MILITANCY_TRANSFER_PROVINCES = 2, - BREAKTRUCE_MILITANCY_REMOVE_CORES = 0, - BREAKTRUCE_MILITANCY_PRESTIGE = 2, - BREAKTRUCE_MILITANCY_CONCEDE = 2, - BREAKTRUCE_MILITANCY_STATUS_QUO = 2, - BREAKTRUCE_MILITANCY_ANNEX = 2, - BREAKTRUCE_MILITANCY_DEMAND_STATE = 2, - BREAKTRUCE_MILITANCY_INSTALL_COMMUNIST_GOV_TYPE = 2, - BREAKTRUCE_MILITANCY_UNINSTALL_COMMUNIST_GOV_TYPE = 2, - BREAKTRUCE_MILITANCY_COLONY = 2, - - GOODRELATION_INFAMY_ADD_TO_SPHERE = 1, - GOODRELATION_INFAMY_RELEASE_PUPPET = 1, - GOODRELATION_INFAMY_MAKE_PUPPET = 1, - GOODRELATION_INFAMY_DISARMAMENT = 1, - GOODRELATION_INFAMY_DESTROY_FORTS = 1, - GOODRELATION_INFAMY_DESTROY_NAVAL_BASES = 1, - GOODRELATION_INFAMY_REPARATIONS = 1, - GOODRELATION_INFAMY_TRANSFER_PROVINCES = 1, - GOODRELATION_INFAMY_REMOVE_CORES = 0, - GOODRELATION_INFAMY_PRESTIGE = 1, - GOODRELATION_INFAMY_CONCEDE = 1, - GOODRELATION_INFAMY_STATUS_QUO = 1, - GOODRELATION_INFAMY_ANNEX = 1, - GOODRELATION_INFAMY_DEMAND_STATE = 1, - GOODRELATION_INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 1, - GOODRELATION_INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 1, - GOODRELATION_INFAMY_COLONY = 1, - - GOODRELATION_PRESTIGE_ADD_TO_SPHERE = -20, - GOODRELATION_PRESTIGE_RELEASE_PUPPET = -20, - GOODRELATION_PRESTIGE_MAKE_PUPPET = -20, - GOODRELATION_PRESTIGE_DISARMAMENT = -20, - GOODRELATION_PRESTIGE_DESTROY_FORTS = -20, - GOODRELATION_PRESTIGE_DESTROY_NAVAL_BASES = -20, - GOODRELATION_PRESTIGE_REPARATIONS = -20, - GOODRELATION_PRESTIGE_TRANSFER_PROVINCES = -20, - GOODRELATION_PRESTIGE_REMOVE_CORES = 0, - GOODRELATION_PRESTIGE_PRESTIGE = -20, - GOODRELATION_PRESTIGE_CONCEDE = -20, - GOODRELATION_PRESTIGE_STATUS_QUO = -20, - GOODRELATION_PRESTIGE_ANNEX = -20, - GOODRELATION_PRESTIGE_DEMAND_STATE = -20, - GOODRELATION_PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = -20, - GOODRELATION_PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = -20, - GOODRELATION_PRESTIGE_COLONY = -20, - - GOODRELATION_MILITANCY_ADD_TO_SPHERE = 2, - GOODRELATION_MILITANCY_RELEASE_PUPPET = 2, - GOODRELATION_MILITANCY_MAKE_PUPPET = 2, - GOODRELATION_MILITANCY_DISARMAMENT = 2, - GOODRELATION_MILITANCY_DESTROY_FORTS = 2, - GOODRELATION_MILITANCY_DESTROY_NAVAL_BASES = 2, - GOODRELATION_MILITANCY_REPARATIONS = 2, - GOODRELATION_MILITANCY_TRANSFER_PROVINCES = 2, - GOODRELATION_MILITANCY_REMOVE_CORES = 0, - GOODRELATION_MILITANCY_PRESTIGE = 2, - GOODRELATION_MILITANCY_CONCEDE = 2, - GOODRELATION_MILITANCY_STATUS_QUO = 2, - GOODRELATION_MILITANCY_ANNEX = 2, - GOODRELATION_MILITANCY_DEMAND_STATE = 2, - GOODRELATION_MILITANCY_INSTALL_COMMUNIST_GOV_TYPE = 2, - GOODRELATION_MILITANCY_UNINSTALL_COMMUNIST_GOV_TYPE = 2, - GOODRELATION_MILITANCY_COLONY = 2, - - WAR_PRESTIGE_COST_BASE = 100, - WAR_PRESTIGE_COST_HIGH_PRESTIGE = 1, - WAR_PRESTIGE_COST_NEG_PRESTIGE = 1, - WAR_PRESTIGE_COST_TRUCE = 100, - WAR_PRESTIGE_COST_HONOR_ALLIANCE = -100, - WAR_PRESTIGE_COST_HONOR_GUARNATEE = -50, - WAR_PRESTIGE_COST_UNCIVILIZED = -50, - WAR_PRESTIGE_COST_CORE = -50, - - WAR_FAILED_GOAL_MILITANCY = 2, - WAR_FAILED_GOAL_PRESTIGE_BASE = -10, - WAR_FAILED_GOAL_PRESTIGE = -0.1, - - DISCREDIT_DAYS = 180, - DISCREDIT_INFLUENCE_COST_FACTOR = 2, - DISCREDIT_INFLUENCE_GAIN_FACTOR = -0.75, - - BANEMBASSY_DAYS = 365, - - DECLAREWAR_RELATION_ON_ACCEPT = -50, - DECLAREWAR_DIPLOMATIC_COST = 1, - - ADDWARGOAL_RELATION_ON_ACCEPT = 0, + PEACE_COST_ADD_TO_SPHERE = 1, + PEACE_COST_RELEASE_PUPPET = 1, + PEACE_COST_MAKE_PUPPET = 85, + PEACE_COST_DISARMAMENT = 1, + PEACE_COST_DESTROY_FORTS = 1, + PEACE_COST_DESTROY_NAVAL_BASES = 1, + PEACE_COST_REPARATIONS = 1, + PEACE_COST_TRANSFER_PROVINCES = 1, + PEACE_COST_REMOVE_CORES = 0, + PEACE_COST_PRESTIGE = 1, + PEACE_COST_CONCEDE = 1, + PEACE_COST_STATUS_QUO = 1, + PEACE_COST_ANNEX = 85, + PEACE_COST_DEMAND_STATE = 10, + PEACE_COST_INSTALL_COMMUNIST_GOV_TYPE = 70, + PEACE_COST_UNINSTALL_COMMUNIST_GOV_TYPE = 1, + PEACE_COST_COLONY = 10, + + INFAMY_ADD_TO_SPHERE = 2, + INFAMY_RELEASE_PUPPET = 0.5, + INFAMY_MAKE_PUPPET = 5, + INFAMY_DISARMAMENT = 5, + INFAMY_DESTROY_FORTS = 2, + INFAMY_DESTROY_NAVAL_BASES = 2, + INFAMY_REPARATIONS = 5, + INFAMY_TRANSFER_PROVINCES = 5, + INFAMY_REMOVE_CORES = 0, + INFAMY_PRESTIGE = 2, + INFAMY_CONCEDE = 1, + INFAMY_STATUS_QUO = 0, + INFAMY_ANNEX = 10, + INFAMY_DEMAND_STATE = 5, + INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 5, + INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 5, + INFAMY_COLONY = 0, + + PRESTIGE_ADD_TO_SPHERE_BASE = 5, + PRESTIGE_RELEASE_PUPPET_BASE = 5, + PRESTIGE_MAKE_PUPPET_BASE = 5, + PRESTIGE_DISARMAMENT_BASE = 5, + PRESTIGE_DESTROY_FORTS_BASE = 5, + PRESTIGE_DESTROY_NAVAL_BASES_BASE = 5, + PRESTIGE_REPARATIONS_BASE = 5, + PRESTIGE_TRANSFER_PROVINCES_BASE = 2, + PRESTIGE_REMOVE_CORES_BASE = 0, + PRESTIGE_PRESTIGE_BASE = 5, + PRESTIGE_CONCEDE_BASE = 1, + PRESTIGE_STATUS_QUO_BASE = 5, + PRESTIGE_ANNEX_BASE = 2, + PRESTIGE_DEMAND_STATE_BASE = 2, + PRESTIGE_CLEAR_UNION_SPHERE_BASE = 15, -- Prestige for asserting hegemony + PRESTIGE_GUNBOAT_BASE = 1, -- Prestige for debt collection + PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE_BASE = 2, + PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE_BASE = 2, + PRESTIGE_COLONY_BASE = 2, + + PRESTIGE_ADD_TO_SPHERE = 0.05, + PRESTIGE_RELEASE_PUPPET = 0.05, + PRESTIGE_MAKE_PUPPET = 0.05, + PRESTIGE_DISARMAMENT = 0.05, + PRESTIGE_DESTROY_FORTS = 0.05, + PRESTIGE_DESTROY_NAVAL_BASES = 0.05, + PRESTIGE_REPARATIONS = 0.05, + PRESTIGE_TRANSFER_PROVINCES = 0.02, + PRESTIGE_REMOVE_CORES = 0, + PRESTIGE_PRESTIGE = 0.05, + PRESTIGE_CONCEDE = 0.01, + PRESTIGE_STATUS_QUO = 0.05, + PRESTIGE_ANNEX = 0.02, + PRESTIGE_DEMAND_STATE = 0.02, + PRESTIGE_CLEAR_UNION_SPHERE = 0.15, + PRESTIGE_GUNBOAT = 0.01, -- Prestige for debt collection + PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = 0.02, + PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = 0.02, + PRESTIGE_COLONY = 0.02, + + BREAKTRUCE_INFAMY_ADD_TO_SPHERE = 1, + BREAKTRUCE_INFAMY_RELEASE_PUPPET = 1, + BREAKTRUCE_INFAMY_MAKE_PUPPET = 1, + BREAKTRUCE_INFAMY_DISARMAMENT = 1, + BREAKTRUCE_INFAMY_DESTROY_FORTS = 1, + BREAKTRUCE_INFAMY_DESTROY_NAVAL_BASES = 1, + BREAKTRUCE_INFAMY_REPARATIONS = 1, + BREAKTRUCE_INFAMY_TRANSFER_PROVINCES = 1, + BREAKTRUCE_INFAMY_REMOVE_CORES = 0, + BREAKTRUCE_INFAMY_PRESTIGE = 1, + BREAKTRUCE_INFAMY_CONCEDE = 1, + BREAKTRUCE_INFAMY_STATUS_QUO = 1, + BREAKTRUCE_INFAMY_ANNEX = 1, + BREAKTRUCE_INFAMY_DEMAND_STATE = 1, + BREAKTRUCE_INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 1, + BREAKTRUCE_INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 1, + BREAKTRUCE_INFAMY_COLONY = 1, + + BREAKTRUCE_PRESTIGE_ADD_TO_SPHERE = -20, + BREAKTRUCE_PRESTIGE_RELEASE_PUPPET = -20, + BREAKTRUCE_PRESTIGE_MAKE_PUPPET = -20, + BREAKTRUCE_PRESTIGE_DISARMAMENT = -20, + BREAKTRUCE_PRESTIGE_DESTROY_FORTS = -20, + BREAKTRUCE_PRESTIGE_DESTROY_NAVAL_BASES = -20, + BREAKTRUCE_PRESTIGE_REPARATIONS = -20, + BREAKTRUCE_PRESTIGE_TRANSFER_PROVINCES = -20, + BREAKTRUCE_PRESTIGE_REMOVE_CORES = 0, + BREAKTRUCE_PRESTIGE_PRESTIGE = -20, + BREAKTRUCE_PRESTIGE_CONCEDE = -20, + BREAKTRUCE_PRESTIGE_STATUS_QUO = -20, + BREAKTRUCE_PRESTIGE_ANNEX = -20, + BREAKTRUCE_PRESTIGE_DEMAND_STATE = -20, + BREAKTRUCE_PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = -20, + BREAKTRUCE_PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = -20, + BREAKTRUCE_PRESTIGE_COLONY = -20, + + BREAKTRUCE_MILITANCY_ADD_TO_SPHERE = 2, + BREAKTRUCE_MILITANCY_RELEASE_PUPPET = 2, + BREAKTRUCE_MILITANCY_MAKE_PUPPET = 2, + BREAKTRUCE_MILITANCY_DISARMAMENT = 2, + BREAKTRUCE_MILITANCY_DESTROY_FORTS = 2, + BREAKTRUCE_MILITANCY_DESTROY_NAVAL_BASES = 2, + BREAKTRUCE_MILITANCY_REPARATIONS = 2, + BREAKTRUCE_MILITANCY_TRANSFER_PROVINCES = 2, + BREAKTRUCE_MILITANCY_REMOVE_CORES = 0, + BREAKTRUCE_MILITANCY_PRESTIGE = 2, + BREAKTRUCE_MILITANCY_CONCEDE = 2, + BREAKTRUCE_MILITANCY_STATUS_QUO = 2, + BREAKTRUCE_MILITANCY_ANNEX = 2, + BREAKTRUCE_MILITANCY_DEMAND_STATE = 2, + BREAKTRUCE_MILITANCY_INSTALL_COMMUNIST_GOV_TYPE = 2, + BREAKTRUCE_MILITANCY_UNINSTALL_COMMUNIST_GOV_TYPE = 2, + BREAKTRUCE_MILITANCY_COLONY = 2, + + GOODRELATION_INFAMY_ADD_TO_SPHERE = 1, + GOODRELATION_INFAMY_RELEASE_PUPPET = 1, + GOODRELATION_INFAMY_MAKE_PUPPET = 1, + GOODRELATION_INFAMY_DISARMAMENT = 1, + GOODRELATION_INFAMY_DESTROY_FORTS = 1, + GOODRELATION_INFAMY_DESTROY_NAVAL_BASES = 1, + GOODRELATION_INFAMY_REPARATIONS = 1, + GOODRELATION_INFAMY_TRANSFER_PROVINCES = 1, + GOODRELATION_INFAMY_REMOVE_CORES = 0, + GOODRELATION_INFAMY_PRESTIGE = 1, + GOODRELATION_INFAMY_CONCEDE = 1, + GOODRELATION_INFAMY_STATUS_QUO = 1, + GOODRELATION_INFAMY_ANNEX = 1, + GOODRELATION_INFAMY_DEMAND_STATE = 1, + GOODRELATION_INFAMY_INSTALL_COMMUNIST_GOV_TYPE = 1, + GOODRELATION_INFAMY_UNINSTALL_COMMUNIST_GOV_TYPE = 1, + GOODRELATION_INFAMY_COLONY = 1, + + GOODRELATION_PRESTIGE_ADD_TO_SPHERE = -20, + GOODRELATION_PRESTIGE_RELEASE_PUPPET = -20, + GOODRELATION_PRESTIGE_MAKE_PUPPET = -20, + GOODRELATION_PRESTIGE_DISARMAMENT = -20, + GOODRELATION_PRESTIGE_DESTROY_FORTS = -20, + GOODRELATION_PRESTIGE_DESTROY_NAVAL_BASES = -20, + GOODRELATION_PRESTIGE_REPARATIONS = -20, + GOODRELATION_PRESTIGE_TRANSFER_PROVINCES = -20, + GOODRELATION_PRESTIGE_REMOVE_CORES = 0, + GOODRELATION_PRESTIGE_PRESTIGE = -20, + GOODRELATION_PRESTIGE_CONCEDE = -20, + GOODRELATION_PRESTIGE_STATUS_QUO = -20, + GOODRELATION_PRESTIGE_ANNEX = -20, + GOODRELATION_PRESTIGE_DEMAND_STATE = -20, + GOODRELATION_PRESTIGE_INSTALL_COMMUNIST_GOV_TYPE = -20, + GOODRELATION_PRESTIGE_UNINSTALL_COMMUNIST_GOV_TYPE = -20, + GOODRELATION_PRESTIGE_COLONY = -20, + + GOODRELATION_MILITANCY_ADD_TO_SPHERE = 2, + GOODRELATION_MILITANCY_RELEASE_PUPPET = 2, + GOODRELATION_MILITANCY_MAKE_PUPPET = 2, + GOODRELATION_MILITANCY_DISARMAMENT = 2, + GOODRELATION_MILITANCY_DESTROY_FORTS = 2, + GOODRELATION_MILITANCY_DESTROY_NAVAL_BASES = 2, + GOODRELATION_MILITANCY_REPARATIONS = 2, + GOODRELATION_MILITANCY_TRANSFER_PROVINCES = 2, + GOODRELATION_MILITANCY_REMOVE_CORES = 0, + GOODRELATION_MILITANCY_PRESTIGE = 2, + GOODRELATION_MILITANCY_CONCEDE = 2, + GOODRELATION_MILITANCY_STATUS_QUO = 2, + GOODRELATION_MILITANCY_ANNEX = 2, + GOODRELATION_MILITANCY_DEMAND_STATE = 2, + GOODRELATION_MILITANCY_INSTALL_COMMUNIST_GOV_TYPE = 2, + GOODRELATION_MILITANCY_UNINSTALL_COMMUNIST_GOV_TYPE = 2, + GOODRELATION_MILITANCY_COLONY = 2, + + WAR_PRESTIGE_COST_BASE = 100, + WAR_PRESTIGE_COST_HIGH_PRESTIGE = 1, + WAR_PRESTIGE_COST_NEG_PRESTIGE = 1, + WAR_PRESTIGE_COST_TRUCE = 100, + WAR_PRESTIGE_COST_HONOR_ALLIANCE = -100, + WAR_PRESTIGE_COST_HONOR_GUARNATEE = -50, + WAR_PRESTIGE_COST_UNCIVILIZED = -50, + WAR_PRESTIGE_COST_CORE = -50, + + WAR_FAILED_GOAL_MILITANCY = 2, + WAR_FAILED_GOAL_PRESTIGE_BASE = -10, + WAR_FAILED_GOAL_PRESTIGE = -0.1, + + DISCREDIT_DAYS = 180, + DISCREDIT_INFLUENCE_COST_FACTOR = 2, + DISCREDIT_INFLUENCE_GAIN_FACTOR = -0.75, + + BANEMBASSY_DAYS = 365, + + DECLAREWAR_RELATION_ON_ACCEPT = -50, + DECLAREWAR_DIPLOMATIC_COST = 1, + + ADDWARGOAL_RELATION_ON_ACCEPT = 0, ADDWARGOAL_DIPLOMATIC_COST = 1, - ADD_UNJUSTIFIED_GOAL_BADBOY = 1, - - PEACE_RELATION_ON_ACCEPT = 5, - PEACE_RELATION_ON_DECLINE = -10, - PEACE_DIPLOMATIC_COST = 1, - - ALLIANCE_RELATION_ON_ACCEPT = 80, - ALLIANCE_RELATION_ON_DECLINE = -50, - ALLIANCE_DIPLOMATIC_COST = 1, - CANCELALLIANCE_RELATION_ON_ACCEPT = -90, - CANCELALLIANCE_DIPLOMATIC_COST = 1, - - CALLALLY_RELATION_ON_ACCEPT = 20, - CALLALLY_RELATION_ON_DECLINE = -40, - CALLALLY_DIPLOMATIC_COST = 0, - - ASKMILACCESS_RELATION_ON_ACCEPT = 30, - ASKMILACCESS_RELATION_ON_DECLINE = -10, - ASKMILACCESS_DIPLOMATIC_COST = 1, - CANCELASKMILACCESS_RELATION_ON_ACCEPT = 0, - CANCELASKMILACCESS_DIPLOMATIC_COST = 1, - - GIVEMILACCESS_RELATION_ON_ACCEPT = 10, - GIVEMILACCESS_RELATION_ON_DECLINE = 0, - GIVEMILACCESS_DIPLOMATIC_COST = 1, - CANCELGIVEMILACCESS_RELATION_ON_ACCEPT = -10, - CANCELGIVEMILACCESS_DIPLOMATIC_COST = 1, - - WARSUBSIDY_RELATION_ON_ACCEPT = 20, - WARSUBSIDY_DIPLOMATIC_COST = 1, - CANCELWARSUBSIDY_RELATION_ON_ACCEPT = 0, - CANCELWARSUBSIDY_DIPLOMATIC_COST = 0, - - DISCREDIT_RELATION_ON_ACCEPT = -5, - DISCREDIT_INFLUENCE_COST = 25, - - EXPELADVISORS_RELATION_ON_ACCEPT = -5, - EXPELADVISORS_INFLUENCE_COST = 50, - - CEASECOLONIZATION_RELATION_ON_ACCEPT = 20, - CEASECOLONIZATION_RELATION_ON_DECLINE = -20, - CEASECOLONIZATION_DIPLOMATIC_COST = 1, - - BANEMBASSY_RELATION_ON_ACCEPT = -10, - BANEMBASSY_INFLUENCE_COST = 65, - - INCREASERELATION_RELATION_ON_ACCEPT = 15, - INCREASERELATION_RELATION_ON_DECLINE = 0, - INCREASERELATION_DIPLOMATIC_COST = 2, - - DECREASERELATION_RELATION_ON_ACCEPT = -25, - DECREASERELATION_DIPLOMATIC_COST = 1, - - ADDTOSPHERE_RELATION_ON_ACCEPT = 0, - ADDTOSPHERE_INFLUENCE_COST = 100, - - REMOVEFROMSPHERE_RELATION_ON_ACCEPT = -10, - REMOVEFROMSPHERE_INFLUENCE_COST = 100, - REMOVEFROMSPHERE_PRESTIGE_COST = 10, -- only applied if removing country is sphere leader - REMOVEFROMSPHERE_INFAMY_COST = 1, -- only applied if removing country is sphere leader - - INCREASEOPINION_RELATION_ON_ACCEPT = 20, - INCREASEOPINION_INFLUENCE_COST = 50, - - DECREASEOPINION_RELATION_ON_ACCEPT = -10, - DECREASEOPINION_INFLUENCE_COST = 50, - CEASECOLONIZATION_DIPLOMATIC_COST = 1, - - MAKE_CB_DIPLOMATIC_COST = 1, - MAKE_CB_RELATION_ON_ACCEPT = 0, - - DISARMAMENT_ARMY_HIT = 0.5, - REPARATIONS_TAX_HIT = 0.25, - PRESTIGE_REDUCTION_BASE = 25, - PRESTIGE_REDUCTION = 0.1, -- Base value + % of recipient's prestige - REPARATIONS_YEARS = 5, - - -- No longer used: - -- PO_CONCEDE_DEFEAT_PRESTIGE = 1, - -- PO_ANNEX_PRESTIGE = 1, - -- PO_DEMAND_STATE_PRESTIGE = 1, - -- PO_ADD_TO_SPHERE_PRESTIGE = 1, - -- PO_DISARMAMENT_PRESTIGE = 1, - -- PO_DESTROY_FORTS_PRESTIGE = 1, - -- PO_DESTROY_NAVAL_BASES_PRESTIGE = 1, - -- PO_REPARATIONS_PRESTIGE = 1, - -- PO_TRANSFER_PROVINCES_PRESTIGE = 1, - -- PO_REDUCE_PRESTIGE_PRESTIGE = 1, - -- PO_CONCEDE_DEFEAT_BADBOY = 1, - -- PO_ANNEX_BADBOY = 1, - -- PO_DEMAND_STATE_BADBOY = 1, - -- PO_ADD_TO_SPHERE_BADBOY = 1, - -- PO_DISARMAMENT_BADBOY = 1, - -- PO_DESTROY_FORTS_BADBOY = 1, - -- PO_DESTROY_NAVAL_BASES_BADBOY = 1, - -- PO_REPARATIONS_BADBOY = 1, - -- PO_TRANSFER_PROVINCES_BADBOY = 1, - -- PO_REDUCE_PRESTIGE_BADBOY = 1, - - MIN_WARSCORE_TO_INTERVENE = -1, - MIN_MONTHS_TO_INTERVENE = 0, - MAX_WARSCORE_FROM_BATTLES = 50, - - GUNBOAT_DIPLOMATIC_COST = 1, - GUNBOAT_RELATION_ON_ACCEPT = 1, - WARGOAL_JINGOISM_REQUIREMENT = 0.07, - - LIBERATE_STATE_RELATION_INCREASE = 50, - DISHONORED_CALLALLY_PRESTIGE_PENALTY = -3, - BASE_TRUCE_MONTHS = 12, - MAX_INFLUENCE = 100, - WARSUBSIDIES_PERCENT = 0.20, -- How many percent of imports you are going to pay each day(mil. constructions and mil. maintainence) - NEIGHBOUR_BONUS_INFLUENCE_PERCENT = 0.50, -- Bonus to neighbouring countries when influencing - SPHERE_NEIGHBOUR_BONUS_INFLUENCE_PERCENT = 0.2, -- Bonus to countries in your sphere neighbouring when influencing - OTHER_CONTINENT_BONUS_INFLUENCE_PERCENT = -0.50, -- Malus to countries in another continent - PUPPET_BONUS_INFLUENCE_PERCENT = 1.0, -- bonus if they are our puppet - - -- effects of manually releasing a nation - RELEASE_NATION_PRESTIGE = 0, - RELEASE_NATION_INFAMY = -2, - - INFAMY_CLEAR_UNION_SPHERE = 0, -- Infamy for asserting hegemony - - BREAKTRUCE_INFAMY_CLEAR_UNION_SPHERE = 1, -- Infamy for breaking truce for asserting hegemony - BREAKTRUCE_PRESTIGE_CLEAR_UNION_SPHERE = -20, -- Prestige for breaking truce for asserting hegemony - BREAKTRUCE_MILITANCY_CLEAR_UNION_SPHERE = 2, -- Militancy for breaking truce for asserting hegemony - - GOODRELATION_INFAMY_CLEAR_UNION_SPHERE = 1, -- Militancy for asserting hegemony with good relations - GOODRELATION_PRESTIGE_CLEAR_UNION_SPHERE = -20, -- Prestige for asserting hegemony with good relations - GOODRELATION_MILITANCY_CLEAR_UNION_SPHERE = 2, -- Prestige for asserting hegemony with good relations - PEACE_COST_CLEAR_UNION_SPHERE = 0.6, -- Peace cost to assert hegemony per affected country - - GOOD_PEACE_REFUSAL_MILITANCY = 1.0, --Militancy hit from refusing a good peace offer - GOOD_PEACE_REFUSAL_WAREXH = 10.0, --War exhaustion hit from refusing a good peace offer - - PEACE_COST_GUNBOAT = 5, -- Cost of forcing a defaulting country to pay its debt - INFAMY_GUNBOAT = 0, -- Infamy cost for debt collection - BREAKTRUCE_INFAMY_GUNBOAT = 0, -- Truce breaking penalty for debt collection - BREAKTRUCE_PRESTIGE_GUNBOAT = 0, - BREAKTRUCE_MILITANCY_GUNBOAT = 0, - GOODRELATION_INFAMY_GUNBOAT = 0, - GOODRELATION_PRESTIGE_GUNBOAT = 0, - GOODRELATION_MILITANCY_GUNBOAT = 0, - CB_GENERATION_BASE_SPEED = 0.5, - CB_GENERATION_SPEED_BONUS_ON_COLONY_COMPETITION = 1.0, -- speed bonus when 2 countries compete for colony province - CB_GENERATION_SPEED_BONUS_ON_COLONY_COMPETITION_TROOPS_PRESENCE = 1.0, -- even bigger bonus when having - MAKE_CB_RELATION_LIMIT = 100, - CB_DETECTION_CHANCE_BASE = 15, -- chance out of 1000 every day - INVESTMENT_INFLUENCE_DEFENSE = 0.5, -- maximum defense factor in sphere of having invested in a country - RELATION_INFLUENCE_MODIFIER = 200, -- divisor for relation - ON_CB_DETECTED_RELATION_CHANGE = -50, -- relations decreased when CB detected. - - GW_INTERVENE_MIN_RELATIONS = 100, -- minimum relations required to intervene in great war - GW_INTERVENE_MAX_EXHAUSTION = 1, -- max war exhaustion required to intervene in great war - GW_JUSTIFY_CB_BADBOY_IMPACT = 0.33, -- % deduction of infamy cost for justify CB in great war - GW_CB_CONSTRUCTION_SPEED = 0.25, -- faster CB construction against enemies while at great war - GW_WARGOAL_JINGOISM_REQUIREMENT_MOD = 0.2, -- % deduction of required jingoists in country - GW_WARSCORE_COST_MOD = 0.65, -- cost reduction factor on warscore needed to fulfill goal if great war - GW_WARSCORE_COST_MOD_2 = 0.3, -- cost reduction factor on warscore needed to fulfill goal if late game great war - GW_WARSCORE_2_THRESHOLD = 50, -- warscore threshold where a GW turns into a world war for winner side - TENSION_DECAY = -0.08, - TENSION_FROM_CB = 0.04, - TENSION_FROM_MOVEMENT = 0.02, -- tension per 1000 in nationalist movement - TENSION_FROM_MOVEMENT_MAX = 1.2, -- max total value no matter the size of the movement - AT_WAR_TENSION_DECAY = -0.12, -- for each potentially interested GP at war (value is if all possible GPs are at war) - TENSION_ON_CB_DISCOVERED = 20, - TENSION_ON_REVOLT = 40, - TENSION_WHILE_CRISIS = -1.0, - CRISIS_COOLDOWN_MONTHS = 60, - CRISIS_BASE_CHANCE = 20, - CRISIS_TEMPERATURE_INCREASE = 0.05, - CRISIS_OFFER_DIPLOMATIC_COST = 0, - CRISIS_OFFER_RELATION_ON_ACCEPT = 0, - CRISIS_OFFER_RELATION_ON_DECLINE = 0, - CRISIS_DID_NOT_TAKE_SIDE_PRESTIGE_FACTOR_BASE = -0.1, - CRISIS_DID_NOT_TAKE_SIDE_PRESTIGE_FACTOR_YEAR = -0.002, - CRISIS_WINNER_PRESTIGE_FACTOR_BASE = 10, - CRISIS_WINNER_PRESTIGE_FACTOR_YEAR = 0.4, - CRISIS_WINNER_RELATIONS_IMPACT = 25, -- negative for losers and backers with unfulfilled goals - BACK_CRISIS_DIPLOMATIC_COST = 0, - BACK_CRISIS_RELATION_ON_ACCEPT = 0, - BACK_CRISIS_RELATION_ON_DECLINE = 0, - CRISIS_TEMPERATURE_ON_OFFER_DECLINE = 0, - CRISIS_TEMPERATURE_PARTICIPANT_FACTOR = 10, -- How much faster a crisis heats up if all interested parties have taken sides (linear, multiplied) - CRISIS_TEMPERATURE_ON_MOBILIZE = 10, -- added temperature if a participant mobilizes - CRISIS_WARGOAL_INFAMY_MULT = 1, -- Applied to all infamy from adding wargoals in a crisis - CRISIS_WARGOAL_PRESTIGE_MULT = 1, -- Applied to all prestige effects on wargoals in a crisis - CRISIS_WARGOAL_MILITANCY_MULT = 0, -- Applied to all militancy from failed wargoals in a crisis - CRISIS_INTEREST_WAR_EXHAUSTION_LIMIT = 20, -- GPs with WE above this will not get invited to a crisis - - RANK_1_TENSION_DECAY = -0.5, -- extra flashpoint tension decay for GPs - RANK_2_TENSION_DECAY = -0.4, - RANK_3_TENSION_DECAY = -0.3, - RANK_4_TENSION_DECAY = -0.2, - RANK_5_TENSION_DECAY = -0.08, - RANK_6_TENSION_DECAY = -0.06, - RANK_7_TENSION_DECAY = -0.04, - RANK_8_TENSION_DECAY = -0.02, - - TWS_FULFILLED_SPEED = 0.1, -- Ticking War Score grows up with this speed daily once CB is fulfilled - TWS_NOT_FULFILLED_SPEED = 0.1, -- Ticking War Score falls down when CB is not fulfilled (or after grace period) - TWS_GRACE_PERIOD_DAYS = 730, -- Ticking War Score delay before it starts falling down for not fulfilling CB. - TWS_CB_LIMIT_DEFAULT = 100, - TWS_FULFILLED_IDLE_SPACE = 0.75, -- How much % the CB fulfillment must done, so TWS starts ticking. - TWS_BATTLE_MIN_COUNT = 5, -- At least X battles before the aspect of wins will count - TWS_BATTLE_MAX_ASPECT = 8.0, -- Max allowed battle wins aspect for TWS - LARGE_POPULATION_INFLUENCE_PENALTY = -0.4, - LONE_BACKER_PRESTIGE_FACTOR = 0.05 -- prestige boost for being only defender backer in crisis -}, + ADD_UNJUSTIFIED_GOAL_BADBOY = 1, + + PEACE_RELATION_ON_ACCEPT = 5, + PEACE_RELATION_ON_DECLINE = -10, + PEACE_DIPLOMATIC_COST = 1, + + ALLIANCE_RELATION_ON_ACCEPT = 80, + ALLIANCE_RELATION_ON_DECLINE = -50, + ALLIANCE_DIPLOMATIC_COST = 1, + CANCELALLIANCE_RELATION_ON_ACCEPT = -90, + CANCELALLIANCE_DIPLOMATIC_COST = 1, + + CALLALLY_RELATION_ON_ACCEPT = 20, + CALLALLY_RELATION_ON_DECLINE = -40, + CALLALLY_DIPLOMATIC_COST = 0, + + ASKMILACCESS_RELATION_ON_ACCEPT = 30, + ASKMILACCESS_RELATION_ON_DECLINE = -10, + ASKMILACCESS_DIPLOMATIC_COST = 1, + CANCELASKMILACCESS_RELATION_ON_ACCEPT = 0, + CANCELASKMILACCESS_DIPLOMATIC_COST = 1, + + GIVEMILACCESS_RELATION_ON_ACCEPT = 10, + GIVEMILACCESS_RELATION_ON_DECLINE = 0, + GIVEMILACCESS_DIPLOMATIC_COST = 1, + CANCELGIVEMILACCESS_RELATION_ON_ACCEPT = -10, + CANCELGIVEMILACCESS_DIPLOMATIC_COST = 1, + + WARSUBSIDY_RELATION_ON_ACCEPT = 20, + WARSUBSIDY_DIPLOMATIC_COST = 1, + CANCELWARSUBSIDY_RELATION_ON_ACCEPT = 0, + CANCELWARSUBSIDY_DIPLOMATIC_COST = 0, + + DISCREDIT_RELATION_ON_ACCEPT = -5, + DISCREDIT_INFLUENCE_COST = 25, + + EXPELADVISORS_RELATION_ON_ACCEPT = -5, + EXPELADVISORS_INFLUENCE_COST = 50, + + CEASECOLONIZATION_RELATION_ON_ACCEPT = 20, + CEASECOLONIZATION_RELATION_ON_DECLINE = -20, + CEASECOLONIZATION_DIPLOMATIC_COST = 1, + + BANEMBASSY_RELATION_ON_ACCEPT = -10, + BANEMBASSY_INFLUENCE_COST = 65, + + INCREASERELATION_RELATION_ON_ACCEPT = 15, + INCREASERELATION_RELATION_ON_DECLINE = 0, + INCREASERELATION_DIPLOMATIC_COST = 2, + + DECREASERELATION_RELATION_ON_ACCEPT = -25, + DECREASERELATION_DIPLOMATIC_COST = 1, + + ADDTOSPHERE_RELATION_ON_ACCEPT = 0, + ADDTOSPHERE_INFLUENCE_COST = 100, + + REMOVEFROMSPHERE_RELATION_ON_ACCEPT = -10, + REMOVEFROMSPHERE_INFLUENCE_COST = 100, + REMOVEFROMSPHERE_PRESTIGE_COST = 10, -- only applied if removing country is sphere leader + REMOVEFROMSPHERE_INFAMY_COST = 1, -- only applied if removing country is sphere leader + + INCREASEOPINION_RELATION_ON_ACCEPT = 20, + INCREASEOPINION_INFLUENCE_COST = 50, + + DECREASEOPINION_RELATION_ON_ACCEPT = -10, + DECREASEOPINION_INFLUENCE_COST = 50, + CEASECOLONIZATION_DIPLOMATIC_COST = 1, + + MAKE_CB_DIPLOMATIC_COST = 1, + MAKE_CB_RELATION_ON_ACCEPT = 0, + + DISARMAMENT_ARMY_HIT = 0.5, + REPARATIONS_TAX_HIT = 0.25, + PRESTIGE_REDUCTION_BASE = 25, + PRESTIGE_REDUCTION = 0.1, -- Base value + % of recipient's prestige + REPARATIONS_YEARS = 5, + + -- No longer used: + -- PO_CONCEDE_DEFEAT_PRESTIGE = 1, + -- PO_ANNEX_PRESTIGE = 1, + -- PO_DEMAND_STATE_PRESTIGE = 1, + -- PO_ADD_TO_SPHERE_PRESTIGE = 1, + -- PO_DISARMAMENT_PRESTIGE = 1, + -- PO_DESTROY_FORTS_PRESTIGE = 1, + -- PO_DESTROY_NAVAL_BASES_PRESTIGE = 1, + -- PO_REPARATIONS_PRESTIGE = 1, + -- PO_TRANSFER_PROVINCES_PRESTIGE = 1, + -- PO_REDUCE_PRESTIGE_PRESTIGE = 1, + -- PO_CONCEDE_DEFEAT_BADBOY = 1, + -- PO_ANNEX_BADBOY = 1, + -- PO_DEMAND_STATE_BADBOY = 1, + -- PO_ADD_TO_SPHERE_BADBOY = 1, + -- PO_DISARMAMENT_BADBOY = 1, + -- PO_DESTROY_FORTS_BADBOY = 1, + -- PO_DESTROY_NAVAL_BASES_BADBOY = 1, + -- PO_REPARATIONS_BADBOY = 1, + -- PO_TRANSFER_PROVINCES_BADBOY = 1, + -- PO_REDUCE_PRESTIGE_BADBOY = 1, + + MIN_WARSCORE_TO_INTERVENE = -1, + MIN_MONTHS_TO_INTERVENE = 0, + MAX_WARSCORE_FROM_BATTLES = 50, + + GUNBOAT_DIPLOMATIC_COST = 1, + GUNBOAT_RELATION_ON_ACCEPT = 1, + WARGOAL_JINGOISM_REQUIREMENT = 0.07, + + LIBERATE_STATE_RELATION_INCREASE = 50, + DISHONORED_CALLALLY_PRESTIGE_PENALTY = -3, + BASE_TRUCE_MONTHS = 12, + MAX_INFLUENCE = 100, + WARSUBSIDIES_PERCENT = 0.20, -- How many percent of imports you are going to pay each day(mil. constructions and mil. maintainence) + NEIGHBOUR_BONUS_INFLUENCE_PERCENT = 0.50, -- Bonus to neighbouring countries when influencing + SPHERE_NEIGHBOUR_BONUS_INFLUENCE_PERCENT = 0.2, -- Bonus to countries in your sphere neighbouring when influencing + OTHER_CONTINENT_BONUS_INFLUENCE_PERCENT = -0.50, -- Malus to countries in another continent + PUPPET_BONUS_INFLUENCE_PERCENT = 1.0, -- bonus if they are our puppet + + -- effects of manually releasing a nation + RELEASE_NATION_PRESTIGE = 0, + RELEASE_NATION_INFAMY = -2, + + INFAMY_CLEAR_UNION_SPHERE = 0, -- Infamy for asserting hegemony + + BREAKTRUCE_INFAMY_CLEAR_UNION_SPHERE = 1, -- Infamy for breaking truce for asserting hegemony + BREAKTRUCE_PRESTIGE_CLEAR_UNION_SPHERE = -20, -- Prestige for breaking truce for asserting hegemony + BREAKTRUCE_MILITANCY_CLEAR_UNION_SPHERE = 2, -- Militancy for breaking truce for asserting hegemony + + GOODRELATION_INFAMY_CLEAR_UNION_SPHERE = 1, -- Militancy for asserting hegemony with good relations + GOODRELATION_PRESTIGE_CLEAR_UNION_SPHERE = -20, -- Prestige for asserting hegemony with good relations + GOODRELATION_MILITANCY_CLEAR_UNION_SPHERE = 2, -- Prestige for asserting hegemony with good relations + PEACE_COST_CLEAR_UNION_SPHERE = 0.6, -- Peace cost to assert hegemony per affected country + + GOOD_PEACE_REFUSAL_MILITANCY = 1.0, --Militancy hit from refusing a good peace offer + GOOD_PEACE_REFUSAL_WAREXH = 10.0, --War exhaustion hit from refusing a good peace offer + + PEACE_COST_GUNBOAT = 5, -- Cost of forcing a defaulting country to pay its debt + INFAMY_GUNBOAT = 0, -- Infamy cost for debt collection + BREAKTRUCE_INFAMY_GUNBOAT = 0, -- Truce breaking penalty for debt collection + BREAKTRUCE_PRESTIGE_GUNBOAT = 0, + BREAKTRUCE_MILITANCY_GUNBOAT = 0, + GOODRELATION_INFAMY_GUNBOAT = 0, + GOODRELATION_PRESTIGE_GUNBOAT = 0, + GOODRELATION_MILITANCY_GUNBOAT = 0, + CB_GENERATION_BASE_SPEED = 0.5, + CB_GENERATION_SPEED_BONUS_ON_COLONY_COMPETITION = 1.0, -- speed bonus when 2 countries compete for colony province + CB_GENERATION_SPEED_BONUS_ON_COLONY_COMPETITION_TROOPS_PRESENCE = 1.0, -- even bigger bonus when having + MAKE_CB_RELATION_LIMIT = 100, + CB_DETECTION_CHANCE_BASE = 15, -- chance out of 1000 every day + INVESTMENT_INFLUENCE_DEFENSE = 0.5, -- maximum defense factor in sphere of having invested in a country + RELATION_INFLUENCE_MODIFIER = 200, -- divisor for relation + ON_CB_DETECTED_RELATION_CHANGE = -50, -- relations decreased when CB detected. + + GW_INTERVENE_MIN_RELATIONS = 100, -- minimum relations required to intervene in great war + GW_INTERVENE_MAX_EXHAUSTION = 1, -- max war exhaustion required to intervene in great war + GW_JUSTIFY_CB_BADBOY_IMPACT = 0.33, -- % deduction of infamy cost for justify CB in great war + GW_CB_CONSTRUCTION_SPEED = 0.25, -- faster CB construction against enemies while at great war + GW_WARGOAL_JINGOISM_REQUIREMENT_MOD = 0.2, -- % deduction of required jingoists in country + GW_WARSCORE_COST_MOD = 0.65, -- cost reduction factor on warscore needed to fulfill goal if great war + GW_WARSCORE_COST_MOD_2 = 0.3, -- cost reduction factor on warscore needed to fulfill goal if late game great war + GW_WARSCORE_2_THRESHOLD = 50, -- warscore threshold where a GW turns into a world war for winner side + TENSION_DECAY = -0.08, + TENSION_FROM_CB = 0.04, + TENSION_FROM_MOVEMENT = 0.02, -- tension per 1000 in nationalist movement + TENSION_FROM_MOVEMENT_MAX = 1.2, -- max total value no matter the size of the movement + AT_WAR_TENSION_DECAY = -0.12, -- for each potentially interested GP at war (value is if all possible GPs are at war) + TENSION_ON_CB_DISCOVERED = 20, + TENSION_ON_REVOLT = 40, + TENSION_WHILE_CRISIS = -1.0, + CRISIS_COOLDOWN_MONTHS = 60, + CRISIS_BASE_CHANCE = 20, + CRISIS_TEMPERATURE_INCREASE = 0.05, + CRISIS_OFFER_DIPLOMATIC_COST = 0, + CRISIS_OFFER_RELATION_ON_ACCEPT = 0, + CRISIS_OFFER_RELATION_ON_DECLINE = 0, + CRISIS_DID_NOT_TAKE_SIDE_PRESTIGE_FACTOR_BASE = -0.1, + CRISIS_DID_NOT_TAKE_SIDE_PRESTIGE_FACTOR_YEAR = -0.002, + CRISIS_WINNER_PRESTIGE_FACTOR_BASE = 10, + CRISIS_WINNER_PRESTIGE_FACTOR_YEAR = 0.4, + CRISIS_WINNER_RELATIONS_IMPACT = 25, -- negative for losers and backers with unfulfilled goals + BACK_CRISIS_DIPLOMATIC_COST = 0, + BACK_CRISIS_RELATION_ON_ACCEPT = 0, + BACK_CRISIS_RELATION_ON_DECLINE = 0, + CRISIS_TEMPERATURE_ON_OFFER_DECLINE = 0, + CRISIS_TEMPERATURE_PARTICIPANT_FACTOR = 10, -- How much faster a crisis heats up if all interested parties have taken sides (linear, multiplied) + CRISIS_TEMPERATURE_ON_MOBILIZE = 10, -- added temperature if a participant mobilizes + CRISIS_WARGOAL_INFAMY_MULT = 1, -- Applied to all infamy from adding wargoals in a crisis + CRISIS_WARGOAL_PRESTIGE_MULT = 1, -- Applied to all prestige effects on wargoals in a crisis + CRISIS_WARGOAL_MILITANCY_MULT = 0, -- Applied to all militancy from failed wargoals in a crisis + CRISIS_INTEREST_WAR_EXHAUSTION_LIMIT = 20, -- GPs with WE above this will not get invited to a crisis + + RANK_1_TENSION_DECAY = -0.5, -- extra flashpoint tension decay for GPs + RANK_2_TENSION_DECAY = -0.4, + RANK_3_TENSION_DECAY = -0.3, + RANK_4_TENSION_DECAY = -0.2, + RANK_5_TENSION_DECAY = -0.08, + RANK_6_TENSION_DECAY = -0.06, + RANK_7_TENSION_DECAY = -0.04, + RANK_8_TENSION_DECAY = -0.02, + + TWS_FULFILLED_SPEED = 0.1, -- Ticking War Score grows up with this speed daily once CB is fulfilled + TWS_NOT_FULFILLED_SPEED = 0.1, -- Ticking War Score falls down when CB is not fulfilled (or after grace period) + TWS_GRACE_PERIOD_DAYS = 730, -- Ticking War Score delay before it starts falling down for not fulfilling CB. + TWS_CB_LIMIT_DEFAULT = 100, + TWS_FULFILLED_IDLE_SPACE = 0.75, -- How much % the CB fulfillment must done, so TWS starts ticking. + TWS_BATTLE_MIN_COUNT = 5, -- At least X battles before the aspect of wins will count + TWS_BATTLE_MAX_ASPECT = 8.0, -- Max allowed battle wins aspect for TWS + LARGE_POPULATION_INFLUENCE_PENALTY = -0.4, + LONE_BACKER_PRESTIGE_FACTOR = 0.05 -- prestige boost for being only defender backer in crisis +}, pops = { - BASE_CLERGY_FOR_LITERACY = 0.005, - MAX_CLERGY_FOR_LITERACY = 0.04, - LITERACY_CHANGE_SPEED = 0.1, - - - ASSIMILATION_SCALE = 0.004, - CONVERSION_SCALE = 0.01, - IMMIGRATION_SCALE = 0.005, - - PROMOTION_SCALE = 0.003, - PROMOTION_ASSIMILATION_CHANCE = 0.05, - LUXURY_THRESHOLD = 500, - BASE_GOODS_DEMAND = 0.8, - BASE_POPGROWTH = 0.0001, - MIN_LIFE_RATING_FOR_GROWTH = 30, - LIFE_RATING_GROWTH_BONUS = 0.0001, - LIFE_NEED_STARVATION_LIMIT = 0.5, - - MIL_LACK_EVERYDAY_NEED = 0.1, - MIL_HAS_EVERYDAY_NEED = -0.1, - MIL_HAS_LUXURY_NEED = -0.2, - MIL_NO_LIFE_NEED = 0.2, - MIL_REQUIRE_REFORM = 0.2, - MIL_IDEOLOGY = -0.1, - MIL_RULING_PARTY = -0.1, - MIL_REFORM_IMPACT = 2, - MIL_WAR_EXHAUSTION = 0.005, - MIL_NON_ACCEPTED = 0.05, - - CON_LITERACY = 0.1, - CON_LUXURY_GOODS = 0.05, - CON_POOR_CLERGY = -2, - CON_MIDRICH_CLERGY = -1, - CON_REFORM_IMPACT = -50, - CON_COLONIAL_FACTOR = 0.5, - RULING_PARTY_HAPPY_CHANGE = 0, - RULING_PARTY_ANGRY_CHANGE = 0, - - PDEF_BASE_CON = 20.0, -- so half'ed effect. - - NATIONAL_FOCUS_DIVIDER = 400000.0, - - POP_SAVINGS = 0.03, - - STATE_CREATION_ADMIN_LIMIT = 0.01, - MIL_TO_JOIN_REBEL = 7, -- Rebels over this will join a faction - MIL_TO_JOIN_RISING = 8, -- Rebels over this will join a general rising - MIL_TO_AUTORISE = 9, -- Rebels over this rise no matter what - REDUCTION_AFTER_RISEING = 0.0, -- After a pop spawns a rebellion, its militancy will be reduced this much - REDUCTION_AFTER_DEFEAT = 7.0, -- After a rebellion is being defeated in combat, its pop militancy will be divided by this number. - -- (if value < 1.0, the MIL will be increased) (Beware! value must be > 0) - - POP_TO_LEADERSHIP = 0.0001, -- how much leadership every 1000 officers gives each day. - ARTISAN_MIN_PRODUCTIVITY = 5, -- Minimum efficiency of an artisan - SLAVE_GROWTH_DIVISOR = 10, -- Slaves have N times lower growth - - MIL_HIT_FROM_CONQUEST = 4, -- how much militancy grows in a province if taken without being core. - LUXURY_CON_CHANGE = 0.001, -- con boost from over-buying luxury goods - INVENTION_IMPACT_ON_DEMAND = 0.014, -- how much each invention in a country increases demand for a product in percent - ARTISAN_SUPPRESSED_COLONIAL_GOODS_CATEGORY = 0, -- Goods category index not produced in colonies - ISSUE_MOVEMENT_JOIN_LIMIT = 8, - ISSUE_MOVEMENT_LEAVE_LIMIT = 7, - MOVEMENT_CON_FACTOR = 0.05, - MOVEMENT_LIT_FACTOR = 0.3, - MIL_ON_REB_MOVE = 8, - POPULATION_SUPPRESSION_FACTOR = 0.0, -- controls base pop size for factor of supression/radicalness cost. zero disables the feature and jsut uses radicalness - POPULATION_MOVEMENT_RADICAL_FACTOR = 300, - NATIONALIST_MOVEMENT_MIL_CAP = 3.0, - MOVEMENT_SUPPORT_UH_FACTOR = 3, -- 3x means 30% country support equals full UH support - REBEL_OCCUPATION_STRENGTH_BONUS = 0.01, -- the amount of strength given to rebel movements when they occupy a province - LARGE_POPULATION_LIMIT = 9000000, - LARGE_POPULATION_INFLUENCE_PENALTY_CHUNK = 250000, + BASE_CLERGY_FOR_LITERACY = 0.005, + MAX_CLERGY_FOR_LITERACY = 0.04, + LITERACY_CHANGE_SPEED = 0.1, + + + ASSIMILATION_SCALE = 0.004, + CONVERSION_SCALE = 0.01, + IMMIGRATION_SCALE = 0.005, + + PROMOTION_SCALE = 0.003, + PROMOTION_ASSIMILATION_CHANCE = 0.05, + LUXURY_THRESHOLD = 500, + BASE_GOODS_DEMAND = 0.8, + BASE_POPGROWTH = 0.0001, + MIN_LIFE_RATING_FOR_GROWTH = 30, + LIFE_RATING_GROWTH_BONUS = 0.0001, + LIFE_NEED_STARVATION_LIMIT = 0.5, + + MIL_LACK_EVERYDAY_NEED = 0.1, + MIL_HAS_EVERYDAY_NEED = -0.1, + MIL_HAS_LUXURY_NEED = -0.2, + MIL_NO_LIFE_NEED = 0.2, + MIL_REQUIRE_REFORM = 0.2, + MIL_IDEOLOGY = -0.1, + MIL_RULING_PARTY = -0.1, + MIL_REFORM_IMPACT = 2, + MIL_WAR_EXHAUSTION = 0.005, + MIL_NON_ACCEPTED = 0.05, + + CON_LITERACY = 0.1, + CON_LUXURY_GOODS = 0.05, + CON_POOR_CLERGY = -2, + CON_MIDRICH_CLERGY = -1, + CON_REFORM_IMPACT = -50, + CON_COLONIAL_FACTOR = 0.5, + RULING_PARTY_HAPPY_CHANGE = 0, + RULING_PARTY_ANGRY_CHANGE = 0, + + PDEF_BASE_CON = 20.0, -- so half'ed effect. + + NATIONAL_FOCUS_DIVIDER = 400000.0, + + POP_SAVINGS = 0.03, + + STATE_CREATION_ADMIN_LIMIT = 0.01, + MIL_TO_JOIN_REBEL = 7, -- Rebels over this will join a faction + MIL_TO_JOIN_RISING = 8, -- Rebels over this will join a general rising + MIL_TO_AUTORISE = 9, -- Rebels over this rise no matter what + REDUCTION_AFTER_RISEING = 0.0, -- After a pop spawns a rebellion, its militancy will be reduced this much + REDUCTION_AFTER_DEFEAT = 7.0, -- After a rebellion is being defeated in combat, its pop militancy will be divided by this number. + -- (if value < 1.0, the MIL will be increased) (Beware! value must be > 0) + + POP_TO_LEADERSHIP = 0.0001, -- how much leadership every 1000 officers gives each day. + ARTISAN_MIN_PRODUCTIVITY = 5, -- Minimum efficiency of an artisan + SLAVE_GROWTH_DIVISOR = 10, -- Slaves have N times lower growth + + MIL_HIT_FROM_CONQUEST = 4, -- how much militancy grows in a province if taken without being core. + LUXURY_CON_CHANGE = 0.001, -- con boost from over-buying luxury goods + INVENTION_IMPACT_ON_DEMAND = 0.014, -- how much each invention in a country increases demand for a product in percent + ARTISAN_SUPPRESSED_COLONIAL_GOODS_CATEGORY = 0, -- Goods category index not produced in colonies + ISSUE_MOVEMENT_JOIN_LIMIT = 8, + ISSUE_MOVEMENT_LEAVE_LIMIT = 7, + MOVEMENT_CON_FACTOR = 0.05, + MOVEMENT_LIT_FACTOR = 0.3, + MIL_ON_REB_MOVE = 8, + POPULATION_SUPPRESSION_FACTOR = 0.0, -- controls base pop size for factor of supression/radicalness cost. zero disables the feature and jsut uses radicalness + POPULATION_MOVEMENT_RADICAL_FACTOR = 300, + NATIONALIST_MOVEMENT_MIL_CAP = 3.0, + MOVEMENT_SUPPORT_UH_FACTOR = 3, -- 3x means 30% country support equals full UH support + REBEL_OCCUPATION_STRENGTH_BONUS = 0.01, -- the amount of strength given to rebel movements when they occupy a province + LARGE_POPULATION_LIMIT = 9000000, + LARGE_POPULATION_INFLUENCE_PENALTY_CHUNK = 250000, }, ai = { - COLONY_WEIGHT = 4.0, -- ai weight for colonising - ADMINISTRATOR_WEIGHT = 10.0, -- ai weight for new bureaucrat - INDUSTRYWORKER_WEIGHT = 15.0, -- ai weight for new industry workers - EDUCATOR_WEIGHT = 25.0, -- ai weigth for new clergy - SOLDIER_WEIGHT = 35.0, -- ai weight for soldiers - SOLDIER_FRACTION = 0.045, -- max amount of population AI wants to be soldiers - CAPITALIST_FRACTION = 0.007, -- max amount of population AI wants to be capis - PRODUCTION_WEIGHT = 0.05, -- ai weight for new production - SPAM_PENALTY = 20, -- makes certain diplomatic action less common - ONE_SIDE_MAX_WARSCORE = 150, -- don't add too many wargoals to one side in a war - POP_PROJECT_INVESTMENT_MAX_BUDGET_FACTOR = 0.35, -- how much % of our current budget can be spend on the pop project investments. - RELATION_LIMIT_NO_ALLIANCE_OFFER = 0, -- if relation lower then this value, AI will not ally - NAVAL_SUPPLY_PENALTY_LIMIT = 0.2, -- AI will allow to have max X% of supply penalty (when too little naval bases) - CHANCE_BUILD_RAILROAD = 0.3, -- chances in % of AI decisions (max value 1.0) - CHANCE_BUILD_NAVAL_BASE = 0.75, - CHANCE_BUILD_FORT = 0.5, - CHANCE_INVEST_POP_PROJ = 0.4, - CHANCE_FOREIGN_INVEST = 0.2, - TWS_AWARENESS_SCORE_LOW_CAP = 0.2, -- AI will always add CBs if current warscore is less then that number (including TWS) - TWS_AWARENESS_SCORE_ASPECT = 0.5, -- AI will not add any more CBs when TWS is more then X% of total WS. (to not destroy the progress) - PEACE_BASE_RELUCTANCE = 20, -- AI base stubbornness to refuse peace (always applied) - PEACE_TIME_MONTHS = 30, -- months of additional AI stubbornness in a war - PEACE_TIME_FACTOR = 0.6, -- after months of stubbornness the effect of time passed is multiplied by this - PEACE_TIME_FACTOR_NO_GOALS = 2.0, -- this extra time factor is applied after PEACE_TIME_FACTOR if we ahve no wargoals - PEACE_WAR_EXHAUSTION_FACTOR = 0.5, -- AI willingness to peace based on war exhaustion - PEACE_WAR_DIRECTION_FACTOR = 1.0, -- AI willingness to peace based on who's making gains in the war - PEACE_WAR_DIRECTION_WINNING_MULT = 5.0, -- Multiplies AI emphasis on war direction if it's the one making gains - PEACE_FORCE_BALANCE_FACTOR = 0.3, -- AI willingness to peace based on strength estimation of both sides - PEACE_ALLY_BASE_RELUCTANCE_MULT = 2.0, -- Multiplies PEACE_BASE_RELUCTANCE for allies in a war - PEACE_ALLY_TIME_MULT = 0, -- Multiplies PEACE_TIME_FACTOR for allies in a war - PEACE_ALLY_WAR_EXHAUSTION_MULT = 1.0, -- Multiplies PEACE_WAR_EXHAUSTION_FACTOR for allies in a war - PEACE_ALLY_WAR_DIRECTION_MULT = 0, -- Multiplies PEACE_WAR_DIRECTION_FACTOR for allies in a war - PEACE_ALLY_FORCE_BALANCE_MULT = 0, -- Multiplies PEACE_FORCE_BALANCE_FACTOR for allies in a war - AGGRESSION_BASE = 5, -- general AI aggression - AGGRESSION_UNCIV_BONUS = 10, -- additional AI civ aggression against uncivs - FLEET_SIZE = 30, -- AI will attempt to keep fleets of roughly this size (fewer fleets generally results in more competent naval AI) - MIN_FLEETS = 1, -- Minimum amount of main fleets the AI will divide its navy into (does not include specialized fleets such as blockades and naval invasions) - MAX_FLEETS = 20, -- Maximal amount of main fleets the AI will divide its navy into (does not include specialized fleets such as blockades and naval invasions) - MONTHS_BEFORE_DISBAND = 8, -- Months from start date before AI will disband armies/navies (to avoid disbands because of early economic turmoil) + COLONY_WEIGHT = 4.0, -- ai weight for colonising + ADMINISTRATOR_WEIGHT = 10.0, -- ai weight for new bureaucrat + INDUSTRYWORKER_WEIGHT = 15.0, -- ai weight for new industry workers + EDUCATOR_WEIGHT = 25.0, -- ai weigth for new clergy + SOLDIER_WEIGHT = 35.0, -- ai weight for soldiers + SOLDIER_FRACTION = 0.045, -- max amount of population AI wants to be soldiers + CAPITALIST_FRACTION = 0.007, -- max amount of population AI wants to be capis + PRODUCTION_WEIGHT = 0.05, -- ai weight for new production + SPAM_PENALTY = 20, -- makes certain diplomatic action less common + ONE_SIDE_MAX_WARSCORE = 150, -- don't add too many wargoals to one side in a war + POP_PROJECT_INVESTMENT_MAX_BUDGET_FACTOR = 0.35, -- how much % of our current budget can be spend on the pop project investments. + RELATION_LIMIT_NO_ALLIANCE_OFFER = 0, -- if relation lower then this value, AI will not ally + NAVAL_SUPPLY_PENALTY_LIMIT = 0.2, -- AI will allow to have max X% of supply penalty (when too little naval bases) + CHANCE_BUILD_RAILROAD = 0.3, -- chances in % of AI decisions (max value 1.0) + CHANCE_BUILD_NAVAL_BASE = 0.75, + CHANCE_BUILD_FORT = 0.5, + CHANCE_INVEST_POP_PROJ = 0.4, + CHANCE_FOREIGN_INVEST = 0.2, + TWS_AWARENESS_SCORE_LOW_CAP = 0.2, -- AI will always add CBs if current warscore is less then that number (including TWS) + TWS_AWARENESS_SCORE_ASPECT = 0.5, -- AI will not add any more CBs when TWS is more then X% of total WS. (to not destroy the progress) + PEACE_BASE_RELUCTANCE = 20, -- AI base stubbornness to refuse peace (always applied) + PEACE_TIME_MONTHS = 30, -- months of additional AI stubbornness in a war + PEACE_TIME_FACTOR = 0.6, -- after months of stubbornness the effect of time passed is multiplied by this + PEACE_TIME_FACTOR_NO_GOALS = 2.0, -- this extra time factor is applied after PEACE_TIME_FACTOR if we ahve no wargoals + PEACE_WAR_EXHAUSTION_FACTOR = 0.5, -- AI willingness to peace based on war exhaustion + PEACE_WAR_DIRECTION_FACTOR = 1.0, -- AI willingness to peace based on who's making gains in the war + PEACE_WAR_DIRECTION_WINNING_MULT = 5.0, -- Multiplies AI emphasis on war direction if it's the one making gains + PEACE_FORCE_BALANCE_FACTOR = 0.3, -- AI willingness to peace based on strength estimation of both sides + PEACE_ALLY_BASE_RELUCTANCE_MULT = 2.0, -- Multiplies PEACE_BASE_RELUCTANCE for allies in a war + PEACE_ALLY_TIME_MULT = 0, -- Multiplies PEACE_TIME_FACTOR for allies in a war + PEACE_ALLY_WAR_EXHAUSTION_MULT = 1.0, -- Multiplies PEACE_WAR_EXHAUSTION_FACTOR for allies in a war + PEACE_ALLY_WAR_DIRECTION_MULT = 0, -- Multiplies PEACE_WAR_DIRECTION_FACTOR for allies in a war + PEACE_ALLY_FORCE_BALANCE_MULT = 0, -- Multiplies PEACE_FORCE_BALANCE_FACTOR for allies in a war + AGGRESSION_BASE = 5, -- general AI aggression + AGGRESSION_UNCIV_BONUS = 10, -- additional AI civ aggression against uncivs + FLEET_SIZE = 30, -- AI will attempt to keep fleets of roughly this size (fewer fleets generally results in more competent naval AI) + MIN_FLEETS = 1, -- Minimum amount of main fleets the AI will divide its navy into (does not include specialized fleets such as blockades and naval invasions) + MAX_FLEETS = 20, -- Maximal amount of main fleets the AI will divide its navy into (does not include specialized fleets such as blockades and naval invasions) + MONTHS_BEFORE_DISBAND = 8, -- Months from start date before AI will disband armies/navies (to avoid disbands because of early economic turmoil) }, graphics = { - CITIES_SPRAWL_OFFSET = 2, - CITIES_SPRAWL_WIDTH = 52, - CITIES_SPRAWL_HEIGHT = 52, - CITIES_SPRAWL_ITERATIONS = 30, - CITIES_MESH_POOL_SIZE_FOR_COUNTRY = 64, - CITIES_MESH_POOL_SIZE_FOR_CULTURE = 64, - CITIES_MESH_POOL_SIZE_FOR_GENERIC = 256, - CITIES_MESH_TYPES_COUNT = 3, - CITIES_MESH_SIZES_COUNT = 3, - CITIES_SPECIAL_BUILDINGS_POOL_SIZE = 64, - CITIES_SIZE_MAX_POPULATION_K = 1000 -- When province population reach 1mln, the city will get it's maximum size. + CITIES_SPRAWL_OFFSET = 2, + CITIES_SPRAWL_WIDTH = 52, + CITIES_SPRAWL_HEIGHT = 52, + CITIES_SPRAWL_ITERATIONS = 30, + CITIES_MESH_POOL_SIZE_FOR_COUNTRY = 64, + CITIES_MESH_POOL_SIZE_FOR_CULTURE = 64, + CITIES_MESH_POOL_SIZE_FOR_GENERIC = 256, + CITIES_MESH_TYPES_COUNT = 3, + CITIES_MESH_SIZES_COUNT = 3, + CITIES_SPECIAL_BUILDINGS_POOL_SIZE = 64, + CITIES_SIZE_MAX_POPULATION_K = 1000 -- When province population reach 1mln, the city will get it's maximum size. } } diff --git a/HPM/common/event_modifiers.txt b/HPM/common/event_modifiers.txt index 947db8b8..c9b8e371 100644 --- a/HPM/common/event_modifiers.txt +++ b/HPM/common/event_modifiers.txt @@ -5,23 +5,23 @@ ####AI Personalities coward_ai = { - badboy = -0.01 - cb_generation_speed_modifier = 0.25 - icon = 3 + badboy = -0.01 + cb_generation_speed_modifier = 0.25 + icon = 3 } benefactor_ai = { - cb_generation_speed_modifier = 0.1 - icon = 3 + cb_generation_speed_modifier = 0.1 + icon = 3 } malevolent_ai = { - cb_generation_speed_modifier = -0.05 - icon = 3 + cb_generation_speed_modifier = -0.05 + icon = 3 } picking_personality = { - icon = 3 + icon = 3 } #### @@ -30,2534 +30,2534 @@ picking_personality = { ##Rebel Modifiers ###### partisan_occupation = { - icon = 17 + icon = 17 } core_when_done = { - icon = 17 + icon = 17 } #### war_propaganda = { - war_exhaustion = -0.02 - badboy = 0.01 - icon = 15 + war_exhaustion = -0.02 + badboy = 0.01 + icon = 15 } government_propaganda = { - literacy_con_impact = -0.20 - issue_change_speed = -0.20 - ruling_party_support = 0.2 - icon = 5 + literacy_con_impact = -0.20 + issue_change_speed = -0.20 + ruling_party_support = 0.2 + icon = 5 } constitutional_crisis = { - badboy = 0.01 - icon = 6 + badboy = 0.01 + icon = 6 } war_focus = { - war_exhaustion = -0.1 - icon = 7 + war_exhaustion = -0.1 + icon = 7 } loyal_vassal = { - diplomatic_points_modifier = 0.1 - icon = 5 + diplomatic_points_modifier = 0.1 + icon = 5 } in_disrepair = { - immigrant_push = 0.5 - icon = 12 + immigrant_push = 0.5 + icon = 12 } factories_nationalized = { - prestige = -0.01 - icon = 12 + prestige = -0.01 + icon = 12 } nationalization_in_progress = { - prestige = 0.01 - icon = 11 + prestige = 0.01 + icon = 11 } santa_ana_rule = { - ruling_party_support = 0.1 - political_reform_desire = -0.05 - org_regain = -0.05 - icon = 5 + ruling_party_support = 0.1 + political_reform_desire = -0.05 + org_regain = -0.05 + icon = 5 } forceful_back_to_africa = { - badboy = 0.15 - non_accepted_pop_militancy_modifier = 0.02 - non_accepted_pop_consciousness_modifier = 0.03 - administrative_efficiency_modifier = -0.3 - icon = 18 + badboy = 0.15 + non_accepted_pop_militancy_modifier = 0.02 + non_accepted_pop_consciousness_modifier = 0.03 + administrative_efficiency_modifier = -0.3 + icon = 18 } ostflucht = { - farm_rgo_size = -0.5 - mine_rgo_size = -0.8 - immigrant_attract = -0.5 - immigrant_push = 0.5 - pop_consciousness_modifier = 0.1 - life_rating = -0.25 - icon = 20 + farm_rgo_size = -0.5 + mine_rgo_size = -0.8 + immigrant_attract = -0.5 + immigrant_push = 0.5 + pop_consciousness_modifier = 0.1 + life_rating = -0.25 + icon = 20 } being_dismantled = { - prestige = -0.01 - badboy = -0.05 - icon = 6 + prestige = -0.01 + badboy = -0.05 + icon = 6 } dismantling_country = { - prestige = 0.01 - diplomatic_points_modifier = -0.01 - icon = 5 + prestige = 0.01 + diplomatic_points_modifier = -0.01 + icon = 5 } considering_colonial_offer = { - diplomatic_points_modifier = -0.01 - icon = 5 + diplomatic_points_modifier = -0.01 + icon = 5 } the_long_war = { - badboy = 0.23 - war_exhaustion = 0.05 - icon = 16 + badboy = 0.23 + war_exhaustion = 0.05 + icon = 16 } # research_lagging_behind = { - # prestige = -0.1 - # research_points_modifier = -0.5 - # icon = 14 + # prestige = -0.1 + # research_points_modifier = -0.5 + # icon = 14 # } homeland_productive_year = { - farm_RGO_eff = 0.25 - pop_militancy_modifier = -0.01 - icon = 13 + farm_RGO_eff = 0.25 + pop_militancy_modifier = -0.01 + icon = 13 } severe_homeland_drought = { - farm_RGO_eff = -0.45 - farm_rgo_size = -0.25 - pop_militancy_modifier = 0.02 - icon = 14 + farm_RGO_eff = -0.45 + farm_rgo_size = -0.25 + pop_militancy_modifier = 0.02 + icon = 14 } homeland_drought = { - farm_RGO_eff = -0.25 - farm_rgo_size = -0.15 - pop_militancy_modifier = 0.01 - icon = 14 + farm_RGO_eff = -0.25 + farm_rgo_size = -0.15 + pop_militancy_modifier = 0.01 + icon = 14 } disable_conquest_cb = { - icon = 16 + icon = 16 } # colony_to_state_conversion = { - # research_points_on_conquer = -1 - # icon = 5 + # research_points_on_conquer = -1 + # icon = 5 # } colony_to_be_annexed = { - prestige = -0.01 - icon = 5 + prestige = -0.01 + icon = 5 } regency_government = { - global_pop_consciousness_modifier = 0.1 - global_pop_militancy_modifier = 0.05 - political_reform_desire = 0.25 - cb_generation_speed_modifier = -0.25 - influence_modifier = -0.25 - org_regain = -0.25 - icon = 8 + global_pop_consciousness_modifier = 0.1 + global_pop_militancy_modifier = 0.05 + political_reform_desire = 0.25 + cb_generation_speed_modifier = -0.25 + influence_modifier = -0.25 + org_regain = -0.25 + icon = 8 } reactionary_demands = { - core_pop_militancy_modifier = -0.3 - research_points_modifier = -0.45 - icon = 10 + core_pop_militancy_modifier = -0.3 + research_points_modifier = -0.45 + icon = 10 } integrating_colony = { - prestige = 0.01 - icon = 7 + prestige = 0.01 + icon = 7 } claimed_africa = { - prestige = 0.01 - icon = 7 + prestige = 0.01 + icon = 7 } non_interventionism_trade_policy = { - min_tariff = 0.75 - tariff_efficiency_modifier = 0.1 - tax_efficiency = 0.05 - icon = 9 + min_tariff = 0.75 + tariff_efficiency_modifier = 0.1 + tax_efficiency = 0.05 + icon = 9 } french_liberal_school = { - max_tariff = -0.2 - administrative_efficiency_modifier = 0.2 - tax_efficiency = 0.2 - industry_tech_research_bonus = 0.05 - commerce_tech_research_bonus = 0.05 - culture_tech_research_bonus = 0.05 - #influence_modifier = 0.1 - icon = 9 + max_tariff = -0.2 + administrative_efficiency_modifier = 0.2 + tax_efficiency = 0.2 + industry_tech_research_bonus = 0.05 + commerce_tech_research_bonus = 0.05 + culture_tech_research_bonus = 0.05 + #influence_modifier = 0.1 + icon = 9 } smithian_school = { - max_tariff = -0.1 - tax_efficiency = 0.2 - tariff_efficiency_modifier = 0.2 - administrative_efficiency_modifier = 0.05 - icon = 9 + max_tariff = -0.1 + tax_efficiency = 0.2 + tariff_efficiency_modifier = 0.2 + administrative_efficiency_modifier = 0.05 + icon = 9 } no_trade_policy_set = { - icon = 9 + icon = 9 } russian_protectionism = { - min_tariff = 0.75 - tariff_efficiency_modifier = 0.05 - icon = 9 + min_tariff = 0.75 + tariff_efficiency_modifier = 0.05 + icon = 9 } mercantilism = { - min_tariff = 0.5 - tariff_efficiency_modifier = 0.15 - icon = 9 + min_tariff = 0.5 + tariff_efficiency_modifier = 0.15 + icon = 9 } economic_nationalism = { - min_tariff = 0.75 - tariff_efficiency_modifier = 0.3 - industry_tech_research_bonus = 0.05 - #influence_modifier = -0.1 - icon = 9 + min_tariff = 0.75 + tariff_efficiency_modifier = 0.3 + industry_tech_research_bonus = 0.05 + #influence_modifier = -0.1 + icon = 9 } polish_uprising_mobilization = { - pop_militancy_modifier = 0.01 - mobilisation_size = 0.4 - prestige = -0.02 - war_exhaustion = -0.06 - tax_efficiency = 0.25 - tariff_efficiency_modifier = 0.25 - icon = 18 + pop_militancy_modifier = 0.01 + mobilisation_size = 0.4 + prestige = -0.02 + war_exhaustion = -0.06 + tax_efficiency = 0.25 + tariff_efficiency_modifier = 0.25 + icon = 18 } credit_risk = { - max_loan_modifier = -1 - icon = 10 + max_loan_modifier = -1 + icon = 10 } unrecognized_country = { - max_loan_modifier = -1 - icon = 10 + max_loan_modifier = -1 + icon = 10 } monthly_payment_made = { - tax_efficiency = 0.1 - icon = 9 + tax_efficiency = 0.1 + icon = 9 } debt_system_cooldown = { - icon = 9 + icon = 9 } total_reform = { - education_efficiency_modifier = 0.75 - administrative_efficiency_modifier = 0.3 - land_organisation = 0.05 - land_unit_start_experience = 1 - mobilisation_size = 0.01 - icon = 3 + education_efficiency_modifier = 0.75 + administrative_efficiency_modifier = 0.3 + land_organisation = 0.05 + land_unit_start_experience = 1 + mobilisation_size = 0.01 + icon = 3 } relutanct_figher = { - mobilisation_size = -2.0 - icon = 16 + mobilisation_size = -2.0 + icon = 16 } native_assimilation_act_policy = { - badboy = 0.01 - icon = 18 + badboy = 0.01 + icon = 18 } native_removal_act_policy = { - badboy = 0.02 - icon = 18 + badboy = 0.02 + icon = 18 } #local_trinket_health_care = { -# #population_growth = 0.002 -# icon = 19 +# #population_growth = 0.002 +# icon = 19 #} ##Disasters earthquake_devastation = { - local_artisan_output = -0.5 - local_artisan_input = -0.5 - local_factory_output = -1 - local_factory_input = -1 - local_RGO_output = -0.5 - life_rating = -0.25 - immigrant_attract = -0.25 - immigrant_push = 0.25 - pop_militancy_modifier = 0.03 - icon = 18 + local_artisan_output = -0.5 + local_artisan_input = -0.5 + local_factory_output = -1 + local_factory_input = -1 + local_RGO_output = -0.5 + life_rating = -0.25 + immigrant_attract = -0.25 + immigrant_push = 0.25 + pop_militancy_modifier = 0.03 + icon = 18 } #MM Modifiers amir_kabir = { - research_points_modifier = 0.2 - global_pop_militancy_modifier = 0.01 - suppression_points_modifier = -0.5 - icon = 17 + research_points_modifier = 0.2 + global_pop_militancy_modifier = 0.01 + suppression_points_modifier = -0.5 + icon = 17 } # racial_tensions = { - # life_rating = -0.10 - # immigrant_attract = -0.05 - # pop_militancy_modifier = 0.01 - # pop_consciousness_modifier = 0.01 + # life_rating = -0.10 + # immigrant_attract = -0.05 + # pop_militancy_modifier = 0.01 + # pop_consciousness_modifier = 0.01 # } ###HPM Modifiers armenian_diaspora = { - icon = 20 + icon = 20 } tanzimat_land_reform = { - farm_rgo_eff = 0.05 - icon = 1 + farm_rgo_eff = 0.05 + icon = 1 } war_economy_ships = { - local_ship_build = -0.75 - icon = 17 + local_ship_build = -0.75 + icon = 17 } preparing_for_war = { - leadership_modifier = 0.5 - min_military_spending = 0.5 - land_unit_start_experience = 5 - min_tariff = 0.5 - icon = 15 + leadership_modifier = 0.5 + min_military_spending = 0.5 + land_unit_start_experience = 5 + min_tariff = 0.5 + icon = 15 } state_of_emergency_modifier = { - war_exhaustion = -0.1 - global_pop_militancy_modifier = -0.3 - min_military_spending = 0.25 - max_social_spending = -0.3 - min_tariff = 0.25 - ruling_party_support = -0.25 - icon = 5 + war_exhaustion = -0.1 + global_pop_militancy_modifier = -0.3 + min_military_spending = 0.25 + max_social_spending = -0.3 + min_tariff = 0.25 + ruling_party_support = -0.25 + icon = 5 } plantation = { - farm_rgo_size = 4 - mine_rgo_size = 4 - icon = 11 + farm_rgo_size = 4 + mine_rgo_size = 4 + icon = 11 } haussmanns_renovations = { - farm_rgo_size = 1 - immigrant_attract = 0.25 - icon = 19 + farm_rgo_size = 1 + immigrant_attract = 0.25 + icon = 19 } warship_commissioned = { - icon = 9 + icon = 9 } repatriation = { - farm_rgo_size = 3.0 - mine_rgo_size = 3.0 - icon = 19 + farm_rgo_size = 3.0 + mine_rgo_size = 3.0 + icon = 19 } international_zone_modifier = { - administrative_efficiency_modifier = 0.5 - tax_efficiency = 0.5 - research_points_modifier = -1.0 - education_efficiency_modifier = -0.5 - mobilisation_size = -4 - cb_generation_speed_modifier = 2 - diplomatic_points_modifier = -0.5 - - icon = 7 + administrative_efficiency_modifier = 0.5 + tax_efficiency = 0.5 + research_points_modifier = -1.0 + education_efficiency_modifier = -0.5 + mobilisation_size = -4 + cb_generation_speed_modifier = 2 + diplomatic_points_modifier = -0.5 + + icon = 7 } preparations_for_war = { - badboy = 0.01 - icon = 16 + badboy = 0.01 + icon = 16 } cultural_resurgence = { - assimilation_rate = 0.4 - immigrant_attract = 0.5 - pop_militancy_modifier = 0.01 - icon = 7 + assimilation_rate = 0.4 + immigrant_attract = 0.5 + pop_militancy_modifier = 0.01 + icon = 7 } chinese_treaty_port = { - icon = 5 + icon = 5 } negotiating_unequal_treaty = { - core_pop_militancy_modifier = 0.01 - icon = 6 + core_pop_militancy_modifier = 0.01 + icon = 6 } negotiating_treaty = { - icon = 5 + icon = 5 } lacks_writing_system = { - education_efficiency_modifier = -1.0 - icon = 6 + education_efficiency_modifier = -1.0 + icon = 6 } penal_colony = { - local_RGO_throughput = 0.1 - immigrant_attract = 0.05 - assimilation_rate = -0.1 - icon = 20 + local_RGO_throughput = 0.1 + immigrant_attract = 0.05 + assimilation_rate = -0.1 + icon = 20 } indian_territory = { - immigrant_attract = -0.8 - local_RGO_output = -0.5 - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = -0.20 - icon = 1 + immigrant_attract = -0.8 + local_RGO_output = -0.5 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = -0.20 + icon = 1 } reconstruction = { - assimilation_rate = 0.20 - life_rating = -0.1 - immigrant_attract = 0.05 - pop_consciousness_modifier = 0.05 - pop_militancy_modifier = 0.02 - icon = 17 + assimilation_rate = 0.20 + life_rating = -0.1 + immigrant_attract = 0.05 + pop_consciousness_modifier = 0.05 + pop_militancy_modifier = 0.02 + icon = 17 } divided_society = { - global_assimilation_rate = -1.0 - icon = 18 + global_assimilation_rate = -1.0 + icon = 18 } fanatic_army = { - land_organisation = 0.1 - org_regain = 0.1 - mobilisation_size = 0.15 - prestige = -0.02 - icon = 15 + land_organisation = 0.1 + org_regain = 0.1 + mobilisation_size = 0.15 + prestige = -0.02 + icon = 15 } the_hedeselskab = { - farm_rgo_size = 2 - mine_rgo_size = 2 - icon = 13 -} + farm_rgo_size = 2 + mine_rgo_size = 2 + icon = 13 +} emigration_boom = { - immigrant_push = 1 - icon = 18 + immigrant_push = 1 + icon = 18 } totalitarian_system = { - suppression_points_modifier = 2 - ruling_party_support = 2 - literacy_con_impact = -0.3 - issue_change_speed = -2 - education_efficiency_modifier = 0.02 - global_pop_consciousness_modifier = -0.05 - global_pop_militancy_modifier = -0.05 - research_points_modifier = -0.05 - badboy = 0.01 - icon = 7 + suppression_points_modifier = 2 + ruling_party_support = 2 + literacy_con_impact = -0.3 + issue_change_speed = -2 + education_efficiency_modifier = 0.02 + global_pop_consciousness_modifier = -0.05 + global_pop_militancy_modifier = -0.05 + research_points_modifier = -0.05 + badboy = 0.01 + icon = 7 } political_education = { - research_points_modifier = -0.05 - literacy_con_impact = -0.3 - education_efficiency_modifier = 0.02 - icon = 5 + research_points_modifier = -0.05 + literacy_con_impact = -0.3 + education_efficiency_modifier = 0.02 + icon = 5 } cult_of_personality = { - ruling_party_support = 2 - global_pop_consciousness_modifier = -0.05 - icon = 13 + ruling_party_support = 2 + global_pop_consciousness_modifier = -0.05 + icon = 13 } the_terror = { - badboy = 0.01 - suppression_points_modifier = 2 - issue_change_speed = -2 - rgo_output = -0.1 - factory_output = -0.1 - icon = 18 + badboy = 0.01 + suppression_points_modifier = 2 + issue_change_speed = -2 + rgo_output = -0.1 + factory_output = -0.1 + icon = 18 } population_resettlement = { - immigrant_attract = 5 - icon = 19 + immigrant_attract = 5 + icon = 19 } pearl_season = { - local_RGO_output = -0.1 - icon = 11 + local_RGO_output = -0.1 + icon = 11 } sound_dues_toll = { - tariff_efficiency_modifier = 0.2 - icon = 11 + tariff_efficiency_modifier = 0.2 + icon = 11 } silver_mine = { - local_RGO_output = -0.25 - icon = 11 + local_RGO_output = -0.25 + icon = 11 } peacetime_mobilization = { - ruling_party_support = -0.40 - loan_interest = 1 - cb_generation_speed_modifier = -0.2 - war_exhaustion = 0.05 - prestige = -0.05 - icon = 6 + ruling_party_support = -0.40 + loan_interest = 1 + cb_generation_speed_modifier = -0.2 + war_exhaustion = 0.05 + prestige = -0.05 + icon = 6 } treaty_port = { - mine_rgo_size = 8 - farm_rgo_size = 8 - icon = 11 + mine_rgo_size = 8 + farm_rgo_size = 8 + icon = 11 } drained_marsh = { - farm_rgo_size = 0.25 - farm_rgo_eff = 0.2 - mine_rgo_size = 0.25 - mine_rgo_eff = 0.2 - movement_cost = -0.2 - icon = 19 + farm_rgo_size = 0.25 + farm_rgo_eff = 0.2 + mine_rgo_size = 0.25 + mine_rgo_eff = 0.2 + movement_cost = -0.2 + icon = 19 } backed_down_on_promise = { - ruling_party_support = -1 - political_reform_desire = 0.25 - global_pop_consciousness_modifier = 0.2 - icon = 6 + ruling_party_support = -1 + political_reform_desire = 0.25 + global_pop_consciousness_modifier = 0.2 + icon = 6 } highlander_raids = { - immigrant_push = 0.5 - local_RGO_output = -0.5 - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.25 - icon = 18 + immigrant_push = 0.5 + local_RGO_output = -0.5 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.25 + icon = 18 } jewish_farms = { - farm_rgo_size = 2 - icon = 13 + farm_rgo_size = 2 + icon = 13 } - + monument_under_construction = { - icon = 13 + icon = 13 } recently_built_city = { - immigrant_attract = 0.5 - population_growth = 0.001 - icon = 11 + immigrant_attract = 0.5 + population_growth = 0.001 + icon = 11 } law_changed_by_force = { - diplomatic_points_modifier = -0.01 - icon = 6 + diplomatic_points_modifier = -0.01 + icon = 6 } wahhabism_in_nejd = { - mobilisation_size = 0.1 - mobilisation_economy_impact = -0.1 - icon = 5 + mobilisation_size = 0.1 + mobilisation_economy_impact = -0.1 + icon = 5 } fundamentalist_sympathies = { - pop_militancy_modifier = 0.3 - local_RGO_throughput = -0.50 - icon = 20 + pop_militancy_modifier = 0.3 + local_RGO_throughput = -0.50 + icon = 20 } new_constitution = { - literacy_con_impact = -0.5 - social_reform_desire = -0.1 - issue_change_speed = -0.5 - icon = 5 + literacy_con_impact = -0.5 + social_reform_desire = -0.1 + issue_change_speed = -0.5 + icon = 5 } ######### evidence_of_massacre = { - prestige = -0.08 - badboy = 0.2 - influence_modifier = -0.1 - icon = 8 + prestige = -0.08 + badboy = 0.2 + influence_modifier = -0.1 + icon = 8 } evidence_of_massacre2 = { - prestige = -0.01 - badboy = 0.2 - icon = 8 + prestige = -0.01 + badboy = 0.2 + icon = 8 } interment_camps = { - global_immigrant_attract = -2 - non_accepted_pop_consciousness_modifier = 0.4 - non_accepted_pop_militancy_modifier = 0.3 - tax_efficiency = -0.2 - administrative_efficiency_modifier = -0.4 - badboy = 0.2 - icon = 18 + global_immigrant_attract = -2 + non_accepted_pop_consciousness_modifier = 0.4 + non_accepted_pop_militancy_modifier = 0.3 + tax_efficiency = -0.2 + administrative_efficiency_modifier = -0.4 + badboy = 0.2 + icon = 18 } mass_graves = { - immigrant_attract = -3 - pop_consciousness_modifier = 0.2 - #immigrant_push = 0.5 - #life_rating = -0.25 - icon = 20 + immigrant_attract = -3 + pop_consciousness_modifier = 0.2 + #immigrant_push = 0.5 + #life_rating = -0.25 + icon = 20 } ########### withdrew_from_geneva_convention = { - diplomatic_points_modifier = -0.25 - icon = 6 + diplomatic_points_modifier = -0.25 + icon = 6 } rebuilding_city = { - population_growth = 0.005 - local_RGO_output = 0.5 - icon = 11 + population_growth = 0.005 + local_RGO_output = 0.5 + icon = 11 } slave_growth = { - icon = 17 + icon = 17 } assegai = { - land_defense_modifier = 0.3 - land_attack_modifier = 0.3 - land_organisation = 0.3 - icon = 15 + land_defense_modifier = 0.3 + land_attack_modifier = 0.3 + land_organisation = 0.3 + icon = 15 } #will_influence_elections = { -# icon = 17 +# icon = 17 #} #let_the_chips_fall = { -# icon = 18 +# icon = 18 #} polish_spirit = { - local_ruling_party_support = -0.5 - local_RGO_output = -0.5 - local_factory_output = -0.5 - assimilation_rate = -0.25 - non_accepted_pop_consciousness_modifier = 0.1 - non_accepted_pop_militancy_modifier = 0.05 - icon = 20 + local_ruling_party_support = -0.5 + local_RGO_output = -0.5 + local_factory_output = -0.5 + assimilation_rate = -0.25 + non_accepted_pop_consciousness_modifier = 0.1 + non_accepted_pop_militancy_modifier = 0.05 + icon = 20 } francia_utopia = { - max_loan_modifier = -1 - research_points_modifier = -0.6 - supply_consumption = -0.2 - land_organisation = -0.2 - diplomatic_points_modifier = -2.0 - political_reform_desire = -1.0 - global_immigrant_attract = -4.0 - global_pop_militancy_modifier = -0.5 - global_pop_consciousness_modifier = -0.5 - min_military_spending = 0.25 - mobilisation_size = 0.1 - mobilisation_economy_impact = -0.4 - tax_efficiency = 0.25 - min_tariff = 0.1 - icon = 7 + max_loan_modifier = -1 + research_points_modifier = -0.6 + supply_consumption = -0.2 + land_organisation = -0.2 + diplomatic_points_modifier = -2.0 + political_reform_desire = -1.0 + global_immigrant_attract = -4.0 + global_pop_militancy_modifier = -0.5 + global_pop_consciousness_modifier = -0.5 + min_military_spending = 0.25 + mobilisation_size = 0.1 + mobilisation_economy_impact = -0.4 + tax_efficiency = 0.25 + min_tariff = 0.1 + icon = 7 } solano_lopez_industrialization = { - mobilisation_economy_impact = -0.4 - mobilisation_size = 0.1 - min_military_spending = 0.25 - factory_owner_cost = -0.25 - political_reform_desire = -0.4 - icon = 7 + mobilisation_economy_impact = -0.4 + mobilisation_size = 0.1 + min_military_spending = 0.25 + factory_owner_cost = -0.25 + political_reform_desire = -0.4 + icon = 7 } rivera_reforms = { - local_ruling_party_support = 1.0 - pop_militancy_modifier = -0.1 - pop_consciousness_modifier = -0.2 - icon = 19 + local_ruling_party_support = 1.0 + pop_militancy_modifier = -0.1 + pop_consciousness_modifier = -0.2 + icon = 19 } colorado_sympathies = { - pop_militancy_modifier = 0.3 - pop_consciousness_modifier = 0.3 - local_ruling_party_support = -0.7 - icon = 18 + pop_militancy_modifier = 0.3 + pop_consciousness_modifier = 0.3 + local_ruling_party_support = -0.7 + icon = 18 } blanco_sympathies = { - pop_militancy_modifier = 0.2 - pop_consciousness_modifier = 0.1 - local_ruling_party_support = -0.7 - icon = 18 + pop_militancy_modifier = 0.2 + pop_consciousness_modifier = 0.1 + local_ruling_party_support = -0.7 + icon = 18 } north_coalition = { - prestige = -0.01 - mobilisation_size = -0.03 - org_regain = -0.1 - icon = 16 + prestige = -0.01 + mobilisation_size = -0.03 + org_regain = -0.1 + icon = 16 } the_big_army = { - prestige = -0.1 - mobilisation_size = 0.2 - land_organisation = 0.2 - supply_consumption = -0.2 - org_regain = 0.2 - icon = 1 + prestige = -0.1 + mobilisation_size = 0.2 + land_organisation = 0.2 + supply_consumption = -0.2 + org_regain = 0.2 + icon = 1 } caudillo_leaders = { - prestige = -0.5 - tax_efficiency = 0.3 - mobilisation_size = 0.02 - supply_consumption = -0.1 - ruling_party_support = 0.3 - min_military_spending = 0.25 - icon = 1 + prestige = -0.5 + tax_efficiency = 0.3 + mobilisation_size = 0.02 + supply_consumption = -0.1 + ruling_party_support = 0.3 + min_military_spending = 0.25 + icon = 1 } kinda_bad_badboy = { - import_cost = 2 - loan_interest = 3 - diplomatic_points_modifier = -0.3 - factory_owner_cost = 0.3 - global_immigrant_attract = -0.5 - non_accepted_pop_consciousness_modifier = 0.4 - non_accepted_pop_militancy_modifier = 0.2 - political_reform_desire = 0.5 - cb_generation_speed_modifier = -0.1 - icon = 8 + import_cost = 2 + loan_interest = 3 + diplomatic_points_modifier = -0.3 + factory_owner_cost = 0.3 + global_immigrant_attract = -0.5 + non_accepted_pop_consciousness_modifier = 0.4 + non_accepted_pop_militancy_modifier = 0.2 + political_reform_desire = 0.5 + cb_generation_speed_modifier = -0.1 + icon = 8 } bad_badboy = { - import_cost = 4 - loan_interest = 4 - tariff_efficiency_modifier = -0.40 - mobilisation_economy_impact = 1 - diplomatic_points_modifier = -0.6 - factory_owner_cost = 1 - global_immigrant_attract = -2.0 - global_pop_consciousness_modifier = 0.05 - non_accepted_pop_consciousness_modifier = 0.8 - non_accepted_pop_militancy_modifier = 0.4 - political_reform_desire = 0.8 - org_regain = -0.1 - land_organisation = -0.1 - naval_organisation = -0.1 - prestige = -0.06 - war_exhaustion = 0.9 - research_points_modifier = -0.2 - cb_generation_speed_modifier = -0.3 - icon = 8 + import_cost = 4 + loan_interest = 4 + tariff_efficiency_modifier = -0.40 + mobilisation_economy_impact = 1 + diplomatic_points_modifier = -0.6 + factory_owner_cost = 1 + global_immigrant_attract = -2.0 + global_pop_consciousness_modifier = 0.05 + non_accepted_pop_consciousness_modifier = 0.8 + non_accepted_pop_militancy_modifier = 0.4 + political_reform_desire = 0.8 + org_regain = -0.1 + land_organisation = -0.1 + naval_organisation = -0.1 + prestige = -0.06 + war_exhaustion = 0.9 + research_points_modifier = -0.2 + cb_generation_speed_modifier = -0.3 + icon = 8 } the_big_ben = { - local_factory_output = 0.01 - immigrant_attract = 0.25 - icon = 5 + local_factory_output = 0.01 + immigrant_attract = 0.25 + icon = 5 } suez_canal_construction = { - icon = 11 + icon = 11 } kiel_canal_construction = { - icon = 11 + icon = 11 } panama_canal_construction = { - icon = 11 + icon = 11 } eiffel_tower_construction = { - icon = 11 + icon = 11 } bigben_construction = { - icon = 11 + icon = 11 } small_immigration_boom = { - global_immigrant_attract = 1 - icon = 17 + global_immigrant_attract = 1 + icon = 17 } land_of_opportunity = { - global_immigrant_attract = 4.5 - icon = 13 + global_immigrant_attract = 4.5 + icon = 13 } swiss_banking = { - tax_efficiency = 0.1 - tariff_efficiency_modifier = 0.25 - icon = 9 + tax_efficiency = 0.1 + tariff_efficiency_modifier = 0.25 + icon = 9 } freedom_of_religion = { - core_pop_militancy_modifier = -0.01 - global_pop_consciousness_modifier = 0.01 - icon = 5 + core_pop_militancy_modifier = -0.01 + global_pop_consciousness_modifier = 0.01 + icon = 5 } foreign_claims = { - diplomatic_points_modifier = -0.05 - icon = 7 + diplomatic_points_modifier = -0.05 + icon = 7 } ##### POLITICAL EVENTS ###### government_sanitarium = { - population_growth = 0.001 - icon = 19 + population_growth = 0.001 + icon = 19 } ##### HP's Hand ##### silver_age = { - tax_efficiency = 0.01 - diplomatic_points_modifier = 0.1 - research_points_modifier = 0.01 - icon = 17 + tax_efficiency = 0.01 + diplomatic_points_modifier = 0.1 + research_points_modifier = 0.01 + icon = 17 } pancasila = { - assimilation_rate = 0.1 - core_pop_militancy_modifier = -0.1 - ruling_party_support = 0.1 - icon = 5 + assimilation_rate = 0.1 + core_pop_militancy_modifier = -0.1 + ruling_party_support = 0.1 + icon = 5 } bazaari_strike = { - factory_throughput = -0.25 - rgo_output = -0.25 - tax_efficiency = -0.35 - loan_interest = 0.5 - pop_militancy_modifier = 0.05 - pop_consciousness_modifier = 0.05 - icon = 12 + factory_throughput = -0.25 + rgo_output = -0.25 + tax_efficiency = -0.35 + loan_interest = 0.5 + pop_militancy_modifier = 0.05 + pop_consciousness_modifier = 0.05 + icon = 12 } submarine_warfare = { - leadership_modifier = 0.1 - naval_organisation = 0.15 - navy_tech_research_bonus = 0.1 - icon = 17 + leadership_modifier = 0.1 + naval_organisation = 0.15 + navy_tech_research_bonus = 0.1 + icon = 17 } exemplary_troops = { - org_regain = 0.05 - leadership_modifier = 0.05 - land_organisation = 0.05 - icon = 15 + org_regain = 0.05 + leadership_modifier = 0.05 + land_organisation = 0.05 + icon = 15 } rancho = { - life_rating = 0.25 - immigrant_attract = 0.75 - assimilation_rate = -0.5 - farm_RGO_eff = 0.5 - icon = 9 + life_rating = 0.25 + immigrant_attract = 0.75 + assimilation_rate = -0.5 + farm_RGO_eff = 0.5 + icon = 9 } reading = { - education_efficiency_modifier = 0.05 - literacy_con_impact = 0.1 - icon = 5 + education_efficiency_modifier = 0.05 + literacy_con_impact = 0.1 + icon = 5 } camillo_cavour = { - prestige = 0.01 - diplomatic_points_modifier = 0.25 - ruling_party_support = 0.25 - industry_tech_research_bonus = 0.05 - badboy = -0.01 - icon = 17 + prestige = 0.01 + diplomatic_points_modifier = 0.25 + ruling_party_support = 0.25 + industry_tech_research_bonus = 0.05 + badboy = -0.01 + icon = 17 } serial_killer = { - immigrant_push = 0.05 - immigrant_attract = -0.05 - local_ruling_party_support = -0.1 - pop_militancy_modifier = 0.05 - icon = 18 + immigrant_push = 0.05 + immigrant_attract = -0.05 + local_ruling_party_support = -0.1 + pop_militancy_modifier = 0.05 + icon = 18 } ##### TECH SCHOOLS ###### academic_confusion = { - research_points_modifier = -0.01 - prestige = -0.01 - icon = 6 + research_points_modifier = -0.01 + prestige = -0.01 + icon = 6 } ##### LIBERAL REVOLUTIONS ##### liberal_agitation = { - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.05 - icon = 4 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.05 + icon = 4 } springtime_of_nations = { - core_pop_militancy_modifier = 0.2 - icon = 8 + core_pop_militancy_modifier = 0.2 + icon = 8 } global_liberal_agitation = { - global_pop_consciousness_modifier = 0.2 - global_pop_militancy_modifier = 0.01 - prestige = -0.03 - icon = 4 + global_pop_consciousness_modifier = 0.2 + global_pop_militancy_modifier = 0.01 + prestige = -0.03 + icon = 4 } potato_blight = { - farm_RGO_eff = -0.5 - pop_militancy_modifier = 0.05 - pop_consciousness_modifier = 0.1 - immigrant_push = 0.50 - population_growth = -0.001 - icon = 20 + farm_RGO_eff = -0.5 + pop_militancy_modifier = 0.05 + pop_consciousness_modifier = 0.1 + immigrant_push = 0.50 + population_growth = -0.001 + icon = 20 } anti_jacobin_tract = { - core_pop_consciousness_modifier = -0.25 - core_pop_militancy_modifier = 0.02 - icon = 3 + core_pop_consciousness_modifier = -0.25 + core_pop_militancy_modifier = 0.02 + icon = 3 } cholera_epidemic_small = { - population_growth = -0.001 - icon = 20 + population_growth = -0.001 + icon = 20 } cholera_epidemic_big = { - population_growth = -0.002 - icon = 20 + population_growth = -0.002 + icon = 20 } conservative_reaction = { - pop_consciousness_modifier = 0.01 - icon = 4 + pop_consciousness_modifier = 0.01 + icon = 4 } liberal_reaction = { - pop_consciousness_modifier = 0.01 - icon = 4 + pop_consciousness_modifier = 0.01 + icon = 4 } national_tragedy = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } ##### CIVILIZATION AND GUNBOATS ##### missionary_activity = { - research_points_modifier = 0.05 - education_efficiency_modifier = 0.025 - global_pop_militancy_modifier = 0.02 - icon = 13 + research_points_modifier = 0.05 + education_efficiency_modifier = 0.025 + global_pop_militancy_modifier = 0.02 + icon = 13 } western_influences = { - global_pop_militancy_modifier = 0.1 - global_pop_consciousness_modifier = 0.1 - research_points_modifier = 0.2 - icon = 10 + global_pop_militancy_modifier = 0.1 + global_pop_consciousness_modifier = 0.1 + research_points_modifier = 0.2 + icon = 10 } uncivilized_isolationism = { - #goods_demand = -0.1 - research_points_on_conquer = -1 - core_pop_consciousness_modifier = -0.1 - core_pop_militancy_modifier = -0.1 - research_points_modifier = -0.3 - cb_generation_speed_modifier = 0.5 - min_tariff = 0.5 - prestige = -0.01 - icon = 10 + #goods_demand = -0.1 + research_points_on_conquer = -1 + core_pop_consciousness_modifier = -0.1 + core_pop_militancy_modifier = -0.1 + research_points_modifier = -0.3 + cb_generation_speed_modifier = 0.5 + min_tariff = 0.5 + prestige = -0.01 + icon = 10 } western_presence = { - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = 0.05 - icon = 9 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = 0.05 + icon = 9 } western_presence_research = { - research_points_modifier = 0.01 - icon = 9 + research_points_modifier = 0.01 + icon = 9 } foreign_smugglers = { - poor_life_needs = -0.05 - middle_life_needs = -0.05 - rich_life_needs = -0.05 - pop_militancy_modifier = 0.05 - icon = 12 + poor_life_needs = -0.05 + middle_life_needs = -0.05 + rich_life_needs = -0.05 + pop_militancy_modifier = 0.05 + icon = 12 } foreign_trading_post = { - poor_life_needs = -0.1 - middle_life_needs = -0.1 - rich_life_needs = -0.1 - pop_militancy_modifier = 0.05 - icon = 11 + poor_life_needs = -0.1 + middle_life_needs = -0.1 + rich_life_needs = -0.1 + pop_militancy_modifier = 0.05 + icon = 11 } silk_famine = { - farm_rgo_eff = -0.5 - pop_militancy_modifier = 0.05 - icon = 14 + farm_rgo_eff = -0.5 + pop_militancy_modifier = 0.05 + icon = 14 } #dissatisfied_workers = { -# farm_rgo_eff = -0.25 -# mine_rgo_eff = -0.25 -# pop_militancy_modifier = 0.05 -# icon = 20 +# farm_rgo_eff = -0.25 +# mine_rgo_eff = -0.25 +# pop_militancy_modifier = 0.05 +# icon = 20 #} naval_school = { - navy_tech_research_bonus = 0.05 - leadership_modifier = 0.01 - icon = 17 + navy_tech_research_bonus = 0.05 + leadership_modifier = 0.01 + icon = 17 } trade_restrictions = { - poor_life_needs = 0.05 - middle_life_needs = 0.05 - rich_life_needs = 0.05 - pop_consciousness_modifier = -0.1 - icon = 10 + poor_life_needs = 0.05 + middle_life_needs = 0.05 + rich_life_needs = 0.05 + pop_consciousness_modifier = -0.1 + icon = 10 } colonial_dry_spell = { - pop_militancy_modifier = 0.05 - farm_RGO_eff = -0.20 - icon = 14 + pop_militancy_modifier = 0.05 + farm_RGO_eff = -0.20 + icon = 14 } colonial_exploitation = { - farm_rgo_eff = 0.1 - mine_rgo_eff = 0.1 - icon = 18 + farm_rgo_eff = 0.1 + mine_rgo_eff = 0.1 + icon = 18 } colonial_museum_of_natural_history = { - research_points_modifier = 0.02 - prestige = 0.01 - icon = 3 + research_points_modifier = 0.02 + prestige = 0.01 + icon = 3 } colonial_mismanagement = { - pop_militancy_modifier = -0.02 - farm_rgo_eff = -0.5 - mine_rgo_eff = -0.5 - icon = 2 + pop_militancy_modifier = -0.02 + farm_rgo_eff = -0.5 + mine_rgo_eff = -0.5 + icon = 2 } colonial_recruitment = { - immigrant_attract = 1 #100% - life_rating = 0.1 - population_growth = 0.01 - assimilation_rate = 0.25 - icon = 9 + immigrant_attract = 1 #100% + life_rating = 0.1 + population_growth = 0.01 + assimilation_rate = 0.25 + icon = 9 } small_baby_boom = { - population_growth = 0.001 - icon = 19 + population_growth = 0.001 + icon = 19 } baby_boom = { - population_growth = 0.005 - icon = 19 + population_growth = 0.005 + icon = 19 } global_baby_boom = { - global_population_growth = 0.008 - icon = 17 + global_population_growth = 0.008 + icon = 17 } loyal_askaris = { - pop_militancy_modifier = -0.05 - pop_consciousness_modifier = -0.05 - prestige = 0.01 - icon = 17 + pop_militancy_modifier = -0.05 + pop_consciousness_modifier = -0.05 + prestige = 0.01 + icon = 17 } muhammad_alis_reforms = { - org_regain = 0.2 - land_organisation = 0.2 - mobilisation_size = 0.25 - war_exhaustion = -0.2 - tax_efficiency = 0.05 - mobilisation_economy_impact = -0.25 - global_pop_consciousness_modifier = 0.1 - global_pop_militancy_modifier = 0.05 - max_loan_modifier = 0.2 - research_points_modifier = -0.4 - icon = 5 + org_regain = 0.2 + land_organisation = 0.2 + mobilisation_size = 0.25 + war_exhaustion = -0.2 + tax_efficiency = 0.05 + mobilisation_economy_impact = -0.25 + global_pop_consciousness_modifier = 0.1 + global_pop_militancy_modifier = 0.05 + max_loan_modifier = 0.2 + research_points_modifier = -0.4 + icon = 5 } ##### SUFFRAGETTE MOVEMENTS ##### #number_of_voters = 1.0 female_suffrage = { - poor_vote = 0.05 - middle_vote = 0.02 - rich_vote = -0.01 - core_pop_militancy_modifier = -0.02 - global_immigrant_attract = 0.05 - icon = 7 + poor_vote = 0.05 + middle_vote = 0.02 + rich_vote = -0.01 + core_pop_militancy_modifier = -0.02 + global_immigrant_attract = 0.05 + icon = 7 } ##### SOCIALISM AND FACISM ##### labor_union = { - pop_consciousness_modifier = 0.05 - local_RGO_throughput = 0.05 - icon = 4 + pop_consciousness_modifier = 0.05 + local_RGO_throughput = 0.05 + icon = 4 } militant_trade_union = { - pop_militancy_modifier = 0.03 - pop_consciousness_modifier = 0.1 - local_factory_throughput = -0.25 - local_RGO_throughput = -0.05 - icon = 4 + pop_militancy_modifier = 0.03 + pop_consciousness_modifier = 0.1 + local_factory_throughput = -0.25 + local_RGO_throughput = -0.05 + icon = 4 } worker_union = { - pop_consciousness_modifier = 0.1 - poor_everyday_needs = -0.1 - farm_rgo_eff = -0.05 - mine_rgo_eff = -0.05 - icon = 4 + pop_consciousness_modifier = 0.1 + poor_everyday_needs = -0.1 + farm_rgo_eff = -0.05 + mine_rgo_eff = -0.05 + icon = 4 } strike_solution = { - local_RGO_throughput = 0.25 - icon = 4 + local_RGO_throughput = 0.25 + icon = 4 } province_strike = { - pop_militancy_modifier = 0.1 - local_RGO_throughput = -0.25 - local_factory_throughput = -0.25 - icon = 4 + pop_militancy_modifier = 0.1 + local_RGO_throughput = -0.25 + local_factory_throughput = -0.25 + icon = 4 } may_day = { - local_RGO_throughput = -0.1 - pop_militancy_modifier = -0.2 - icon = 4 + local_RGO_throughput = -0.1 + pop_militancy_modifier = -0.2 + icon = 4 } #national_workshops = { -# farm_rgo_eff = -0.02 -# mine_rgo_eff = -0.02 -# prestige = 0.02 -# icon = 13 +# farm_rgo_eff = -0.02 +# mine_rgo_eff = -0.02 +# prestige = 0.02 +# icon = 13 #} #worker_revolt = { -# farm_rgo_eff = -0.2 -# mine_rgo_eff = -0.2 -# poor_everyday_needs = -0.1 -# icon = 20 +# farm_rgo_eff = -0.2 +# mine_rgo_eff = -0.2 +# poor_everyday_needs = -0.1 +# icon = 20 #} black_shirts = { - pop_militancy_modifier = 0.2 - icon = 18 + pop_militancy_modifier = 0.2 + icon = 18 } free_corps = { - pop_militancy_modifier = 0.2 - icon = 18 + pop_militancy_modifier = 0.2 + icon = 18 } #am_everywhere = { -# prestige = 0.01 -# icon = 16 +# prestige = 0.01 +# icon = 16 #} the_massacre = { - pop_militancy_modifier = 0.4 - population_growth = -0.01 - icon = 18 + pop_militancy_modifier = 0.4 + population_growth = -0.01 + icon = 18 } fascist_welfare = { - poor_everyday_needs = -0.1 - population_growth = 0.001 - pop_militancy_modifier = -0.05 - icon = 12 + poor_everyday_needs = -0.1 + population_growth = 0.001 + pop_militancy_modifier = -0.05 + icon = 12 } beer_hall_putsch = { - population_growth = -0.001 - pop_militancy_modifier = 0.2 - icon = 18 + population_growth = -0.001 + pop_militancy_modifier = 0.2 + icon = 18 } ##### Civilization & Gunboats ##### local_opium_habit = { - local_RGO_throughput = -0.2 - pop_consciousness_modifier = -0.05 - icon = 20 + local_RGO_throughput = -0.2 + pop_consciousness_modifier = -0.05 + icon = 20 } sayings_of_the_dutch = { - research_points_modifier = 0.05 - icon = 5 + research_points_modifier = 0.05 + icon = 5 } european_military_mission = { - research_points_modifier = 0.02 - global_pop_militancy_modifier = 0.02 #0.05 - icon = 15 + research_points_modifier = 0.02 + global_pop_militancy_modifier = 0.02 #0.05 + icon = 15 } extraterritoriality_granted = { - pop_militancy_modifier = 0.05 - icon = 10 + pop_militancy_modifier = 0.05 + icon = 10 } military_reform = { - leadership_modifier = 0.2 - global_pop_militancy_modifier = 0.02 - icon = 18 + leadership_modifier = 0.2 + global_pop_militancy_modifier = 0.02 + icon = 18 } educational_reform = { - research_points_modifier = 0.10 - global_pop_consciousness_modifier = 0.01 - icon = 5 + research_points_modifier = 0.10 + global_pop_consciousness_modifier = 0.01 + icon = 5 } legation_quarter = { - global_pop_militancy_modifier = 0.01 - research_points_modifier = 0.05 - icon = 8 + global_pop_militancy_modifier = 0.01 + research_points_modifier = 0.05 + icon = 8 } kettler_denkmal = { - prestige = -0.07 - pop_militancy_modifier = 0.03 - icon = 8 + prestige = -0.07 + pop_militancy_modifier = 0.03 + icon = 8 } local_economic_downturn = { - local_RGO_output = -0.2 - pop_consciousness_modifier = 0.15 - icon = 12 + local_RGO_output = -0.2 + pop_consciousness_modifier = 0.15 + icon = 12 } ##### AMERICAN CIVIL WAR ##### emigrant_aid_company = { - pop_consciousness_modifier = 0.05 - immigrant_attract = 0.5 - icon = 19 + pop_consciousness_modifier = 0.05 + immigrant_attract = 0.5 + icon = 19 } bleeding_state = { - pop_consciousness_modifier = 0.01 - local_RGO_throughput = -0.25 - icon = 20 + pop_consciousness_modifier = 0.01 + local_RGO_throughput = -0.25 + icon = 20 } free_staters_national = { - pop_consciousness_modifier = 0.001 - icon = 13 + pop_consciousness_modifier = 0.001 + icon = 13 } copperhead_democrats_national = { - pop_consciousness_modifier = 0.001 - icon = 13 + pop_consciousness_modifier = 0.001 + icon = 13 } underground_railroad_shutdown = { - pop_consciousness_modifier = 0.001 - icon = 13 + pop_consciousness_modifier = 0.001 + icon = 13 } fugitive_slave = { - pop_consciousness_modifier = 0.001 - icon = 15 + pop_consciousness_modifier = 0.001 + icon = 15 } abolitionist_pamphlets = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } slave_market = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } drinking_gourd = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } fire_eaters = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } yankee_doodle = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } wish_I_was_dixie = { - pop_consciousness_modifier = 0.01 - icon = 15 + pop_consciousness_modifier = 0.01 + icon = 15 } southern_manorialism = { - pop_consciousness_modifier = -0.01 - icon = 15 + pop_consciousness_modifier = -0.01 + icon = 15 } southern_pride = { - pop_consciousness_modifier = -0.01 - icon = 15 + pop_consciousness_modifier = -0.01 + icon = 15 } free_staters = { - life_rating = -0.02 - pop_militancy_modifier = 0.05 - icon = 1 + life_rating = -0.02 + pop_militancy_modifier = 0.05 + icon = 1 } border_ruffians = { - life_rating = -0.02 - pop_militancy_modifier = 0.05 - icon = 18 + life_rating = -0.02 + pop_militancy_modifier = 0.05 + icon = 18 } underground_railroad = { - pop_militancy_modifier = 0.05 - pop_consciousness_modifier = 0.025 - icon = 4 + pop_militancy_modifier = 0.05 + pop_consciousness_modifier = 0.025 + icon = 4 } #abolitionist_society = { -# pop_militancy_modifier = 0.01 -# pop_consciousness_modifier = 0.025 -# icon = 8 +# pop_militancy_modifier = 0.01 +# pop_consciousness_modifier = 0.025 +# icon = 8 #} knights_of_the_golden_circle = { - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = 0.1 - icon = 18 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = 0.1 + icon = 18 } american_anti_slavery_society = { - pop_consciousness_modifier = 0.1 - icon = 8 + pop_consciousness_modifier = 0.1 + icon = 8 } copperhead_democrats = { - pop_consciousness_modifier = 0.1 - icon = 20 + pop_consciousness_modifier = 0.1 + icon = 20 } anaconda_plan = { - war_exhaustion = 0.05 - icon = 18 + war_exhaustion = 0.05 + icon = 18 } the_homestead_act = { - global_immigrant_attract = 0.5 #50% - global_assimilation_rate = 0.5 - core_pop_militancy_modifier = -0.05 - icon = 9 + global_immigrant_attract = 0.5 #50% + global_assimilation_rate = 0.5 + core_pop_militancy_modifier = -0.05 + icon = 9 } the_slavery_debate = { - global_pop_consciousness_modifier = 0.03 - icon = 4 + global_pop_consciousness_modifier = 0.03 + icon = 4 } the_bonnie_blue_flag = { - leadership = 1 - land_organisation = 0.2 - land_unit_start_experience = 5 - mobilisation_economy_impact = -0.3 - mobilisation_size = 0.1 - mobilization_impact = 2 - icon = 15 + leadership = 1 + land_organisation = 0.2 + land_unit_start_experience = 5 + mobilisation_economy_impact = -0.3 + mobilisation_size = 0.1 + mobilization_impact = 2 + icon = 15 } ##### WORKPLACE EVENTS ##### silk_famine = { - farm_rgo_eff = -0.5 - icon = 14 + farm_rgo_eff = -0.5 + icon = 14 } # blood_and_iron_mine = { - # mine_rgo_eff = 0.5 - # mine_rgo_size = 0.25 - # pop_consciousness_modifier = 0.01 - # icon = 14 + # mine_rgo_eff = 0.5 + # mine_rgo_size = 0.25 + # pop_consciousness_modifier = 0.01 + # icon = 14 # } ##### TEMPERANCE LEAGUE ##### libertine_culture = { - prestige = -0.01 - farm_rgo_eff = -0.05 - mine_rgo_eff = -0.05 - icon = 18 + prestige = -0.01 + farm_rgo_eff = -0.05 + mine_rgo_eff = -0.05 + icon = 18 } temperance_league = { - poor_everyday_needs = -0.05 - prestige = 0.01 - global_pop_militancy_modifier = 0.01 - farm_rgo_eff = 0.05 - mine_rgo_eff = 0.05 - icon = 2 + poor_everyday_needs = -0.05 + prestige = 0.01 + global_pop_militancy_modifier = 0.01 + farm_rgo_eff = 0.05 + mine_rgo_eff = 0.05 + icon = 2 } beer_halls = { - farm_rgo_eff = -0.05 - mine_rgo_eff = -0.05 - pop_militancy_modifier = -0.02 - icon = 15 + farm_rgo_eff = -0.05 + mine_rgo_eff = -0.05 + pop_militancy_modifier = -0.02 + icon = 15 } destitution_and_poverty = { - farm_rgo_eff = -0.05 - mine_rgo_eff = -0.05 - pop_militancy_modifier = 0.02 - icon = 19 + farm_rgo_eff = -0.05 + mine_rgo_eff = -0.05 + pop_militancy_modifier = 0.02 + icon = 20 } liquor_prohibition = { - pop_militancy_modifier = 0.05 - tax_efficiency = -0.05 - icon = 2 + pop_militancy_modifier = 0.05 + tax_efficiency = -0.05 + icon = 2 } ##### NATIONALIST UPRISINGS ##### minority_building_restrictions = { - non_accepted_pop_militancy_modifier = 0.05 - assimilation_rate = 0.05 - icon = 16 + non_accepted_pop_militancy_modifier = 0.05 + assimilation_rate = 0.05 + icon = 16 } dryzymalas_wagon = { - pop_militancy_modifier = 0.05 - pop_consciousness_modifier = 0.02 - icon = 8 + pop_militancy_modifier = 0.05 + pop_consciousness_modifier = 0.02 + icon = 8 } discriminatory_school_system = { - research_points_modifier = -0.02 - assimilation_rate = 0.05 - icon = 8 + research_points_modifier = -0.02 + assimilation_rate = 0.05 + icon = 8 } flying_university = { - #research_points_modifier = 0.02 - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.2 - icon = 5 + #research_points_modifier = 0.02 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.2 + icon = 5 } organic_work = { - farm_rgo_eff = 0.04 - mine_rgo_eff = 0.04 - icon = 13 + farm_rgo_eff = 0.04 + mine_rgo_eff = 0.04 + icon = 13 } ##### GREAT POWERS ##### protector_of_eastern_christendom = { - prestige = 0.1 - icon = 17 + prestige = 0.1 + icon = 17 } egyptian_excavations = { - prestige = 0.01 - icon = 5 + prestige = 0.01 + icon = 5 } international_negotiations = { - badboy = 0.01 - icon = 17 + badboy = 0.01 + icon = 17 } the_statue_of_liberty = { - prestige = 0.01 - global_immigrant_attract = 0.5 #100% - global_assimilation_rate = 0.5 - icon = 15 + prestige = 0.01 + global_immigrant_attract = 0.5 #100% + global_assimilation_rate = 0.5 + icon = 15 } ### Congo ### congo_company = { - farm_rgo_size = 1 - mine_rgo_size = 1 - icon = 11 + farm_rgo_size = 1 + mine_rgo_size = 1 + icon = 11 } congo_exploitation = { - immigrant_push = -1 - population_growth = -0.01 - farm_rgo_eff = 0.2 - farm_rgo_size = 1 - mine_rgo_eff = 0.2 - mine_rgo_size = 1 - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = 0.05 - icon = 18 + immigrant_push = -1 + population_growth = -0.01 + farm_rgo_eff = 0.2 + farm_rgo_size = 1 + mine_rgo_eff = 0.2 + mine_rgo_size = 1 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = 0.05 + icon = 18 } the_congo_reform_association = { - badboy = 0.15 - icon = 18 + badboy = 0.15 + icon = 18 } philantropic_work = { - global_pop_consciousness_modifier = 0.05 - education_efficiency_modifier = 0.1 - icon = 17 + global_pop_consciousness_modifier = 0.05 + education_efficiency_modifier = 0.1 + icon = 17 } ### GER - GERMANY, PRU - PRUSSIA ### germania_werft = { - local_repair = 0.5 - local_ship_build = -0.05 - icon = 15 + local_repair = 0.5 + local_ship_build = -0.05 + icon = 15 } ruhr_boom = { - factory_owner_cost = -0.5 - global_population_growth = 0.001 - factory_throughput = 0.05 - icon = 11 + factory_owner_cost = -0.5 + global_population_growth = 0.001 + factory_throughput = 0.05 + icon = 11 } prussian_general_staff = { - org_regain = 0.2 - land_organisation = 0.1 - mobilisation_economy_impact = -0.25 - land_unit_start_experience = 5 - supply_consumption = -0.05 - mobilisation_size = 0.02 - icon = 15 + org_regain = 0.2 + land_organisation = 0.1 + mobilisation_economy_impact = -0.25 + land_unit_start_experience = 5 + supply_consumption = -0.05 + mobilisation_size = 0.02 + icon = 15 } ##### Boer War ##### trek_boers = { - global_immigrant_attract = 4.1 #410% - global_assimilation_rate = 0.1 - icon = 17 + global_immigrant_attract = 4.1 #410% + global_assimilation_rate = 0.1 + icon = 17 } boer_republic = { - core_pop_militancy_modifier = -0.1 - assimilation_rate = 2 - supply_consumption = -0.2 - goods_demand = -0.1 - icon = 17 + core_pop_militancy_modifier = -0.1 + assimilation_rate = 2 + supply_consumption = -0.2 + goods_demand = -0.1 + icon = 17 } boer_exodus = { - icon = 20 + icon = 20 } gold_rush_country = { - global_immigrant_attract = 0.5 - icon = 9 + global_immigrant_attract = 0.5 + icon = 9 } gold_rush = { - immigrant_attract = 3 #300% - life_rating = 0.5 - icon = 11 + immigrant_attract = 3 #300% + life_rating = 0.5 + icon = 11 } witwatersrand_gold_rush = { - prestige = 0.01 - icon = 11 + prestige = 0.01 + icon = 11 } ##### RGO Spread Events ##### local_tractors = { - farm_RGO_eff = 0.5 - icon = 13 + farm_RGO_eff = 0.5 + icon = 13 } local_nitroglycerin_and_machine_tools = { - mine_RGO_eff = 0.5 - mine_RGO_size = 0.5 - icon = 13 + mine_RGO_eff = 0.5 + mine_RGO_size = 0.5 + icon = 13 } local_conveyors_and_excavators = { - mine_RGO_eff = 0.5 - mine_RGO_size = 0.5 - icon = 13 + mine_RGO_eff = 0.5 + mine_RGO_size = 0.5 + icon = 13 } local_distribution_channels_und_electricity = { - farm_RGO_eff = 0.5 #0.5 - mine_RGO_eff = 0.5 #0.5 - local_factory_throughput = 0.1 #0.05 - icon = 11 + farm_RGO_eff = 0.5 #0.5 + mine_RGO_eff = 0.5 #0.5 + local_factory_throughput = 0.1 #0.05 + icon = 11 } #local_electricity = { -# mine_RGO_eff = 0.5 -# local_factory_throughput = 0.05 -# icon = 13 +# mine_RGO_eff = 0.5 +# local_factory_throughput = 0.05 +# icon = 13 #} switched_production = { - local_RGO_throughput = -0.05 - icon = 14 + local_RGO_throughput = -0.05 + icon = 14 } ##### Diseases & Famines ##### pandemic_influenza = { - global_population_growth = -0.01 - global_pop_consciousness_modifier = 0.1 - icon = 18 + global_population_growth = -0.01 + global_pop_consciousness_modifier = 0.1 + icon = 18 } pandemic_influenza_immunity = { - population_growth = 0.01 - pop_consciousness_modifier = -0.1 - icon = 19 + population_growth = 0.01 + pop_consciousness_modifier = -0.1 + icon = 19 } ##### Crime & Punishment ##### trustee_system = { - pop_militancy_modifier = 0.01 - pop_consciousness_modifier = 0.02 - farm_RGO_eff = 0.1 - mine_RGO_eff = 0.1 - icon = 20 + pop_militancy_modifier = 0.01 + pop_consciousness_modifier = 0.02 + farm_RGO_eff = 0.1 + mine_RGO_eff = 0.1 + icon = 20 } penal_colonies = { - core_pop_militancy_modifier = -0.01 - prestige = 0.01 - icon = 9 + core_pop_militancy_modifier = -0.01 + prestige = 0.01 + icon = 9 } ##### Economic Events ##### stock_market_crash = { - factory_throughput = -0.2 - rgo_output = -0.2 - loan_interest = 0.05 - icon = 12 + factory_throughput = -0.2 + rgo_output = -0.2 + loan_interest = 0.05 + icon = 12 } great_depression = { - factory_throughput = -0.3 - rgo_output = -0.3 - tax_efficiency = -0.05 - loan_interest = 0.02 - pop_militancy_modifier = 0.2 - pop_consciousness_modifier = 0.2 - icon = 12 + factory_throughput = -0.3 + rgo_output = -0.3 + tax_efficiency = -0.05 + loan_interest = 0.02 + pop_militancy_modifier = 0.2 + pop_consciousness_modifier = 0.2 + icon = 12 } central_bank_established = { - loan_interest = -0.02 - poor_savings_modifier = 0.2 - tax_efficiency = 0.05 - tariff_efficiency_modifier = 0.1 - icon = 11 + loan_interest = -0.02 + poor_savings_modifier = 0.2 + tax_efficiency = 0.05 + tariff_efficiency_modifier = 0.1 + icon = 11 } local_stock_exchange = { - local_rgo_output = 0.05 - pop_militancy_modifier = -0.02 - icon = 11 + local_rgo_output = 0.05 + pop_militancy_modifier = -0.02 + icon = 11 } economic_boom = { - factory_throughput = 0.05 - rgo_output = 0.05 - icon = 11 + factory_throughput = 0.05 + rgo_output = 0.05 + icon = 11 } #### ENG - ENGLAND ##### corn_laws_repealed = { - max_tariff = -0.05 - global_pop_militancy_modifier = -0.02 - global_pop_consciousness_modifier = 0.01 - icon = 1 + max_tariff = -0.05 + global_pop_militancy_modifier = -0.02 + global_pop_consciousness_modifier = 0.01 + icon = 1 } the_yard = { - core_pop_militancy_modifier = -0.02 - administrative_efficiency_modifier = 0.05 - icon = 1 + core_pop_militancy_modifier = -0.02 + administrative_efficiency_modifier = 0.05 + icon = 1 } #### SPA - Spain #### la_guardia_civil = { - core_pop_militancy_modifier = -0.02 - administrative_efficiency_modifier = 0.02 - icon = 1 + core_pop_militancy_modifier = -0.02 + administrative_efficiency_modifier = 0.02 + icon = 1 } spanish_restoration = { - rgo_output = 0.02 - research_points_modifier = 0.01 - core_pop_militancy_modifier = -0.1 - icon = 5 + rgo_output = 0.02 + research_points_modifier = 0.01 + core_pop_militancy_modifier = -0.1 + icon = 5 } national_instability = { - core_pop_militancy_modifier = 0.1 - global_pop_consciousness_modifier = 0.2 - icon = 4 + core_pop_militancy_modifier = 0.1 + global_pop_consciousness_modifier = 0.2 + icon = 4 } carlist_sympathies = { - #prestige = -0.01 - pop_militancy_modifier = 0.15 - core_pop_militancy_modifier = 0.01 - local_RGO_throughput = -0.3 - immigrant_push = -0.5 - icon = 4 + #prestige = -0.01 + pop_militancy_modifier = 0.15 + core_pop_militancy_modifier = 0.01 + local_RGO_throughput = -0.3 + immigrant_push = -0.5 + icon = 4 } christino_sympathies = { - #prestige = -0.01 - pop_militancy_modifier = 0.15 - core_pop_militancy_modifier = 0.01 - local_RGO_throughput = -0.3 - immigrant_push = -0.5 - icon = 4 + #prestige = -0.01 + pop_militancy_modifier = 0.15 + core_pop_militancy_modifier = 0.01 + local_RGO_throughput = -0.3 + immigrant_push = -0.5 + icon = 4 } rebel_cell_discovered = { - prestige = 0.01 - icon = 15 + prestige = 0.01 + icon = 15 } #### FRA - France #### the_french_foreign_legion = { - prestige = 0.01 - mobilisation_size = 0.015 - icon = 17 + prestige = 0.01 + mobilisation_size = 0.015 + icon = 17 } the_eiffel_tower = { - prestige = 0.05 - icon = 15 + prestige = 0.05 + icon = 15 } #### SWI - Switzerland #### signed_the_geneva_convention = { - war_exhaustion = -0.02 - org_regain = 0.05 - badboy = 0.01 - land_attrition = -0.02 - icon = 7 + war_exhaustion = -0.02 + org_regain = 0.05 + badboy = 0.01 + land_attrition = -0.02 + icon = 7 } #### SWE - Sweden #### folkis_educates = { - research_points_modifier = 0.01 - icon = 5 + research_points_modifier = 0.01 + icon = 5 } motala_verkstad = { - local_factory_throughput = 0.05 - icon = 13 + local_factory_throughput = 0.05 + icon = 13 } ### NEN - New England ### miskatonic_campus = { - research_points_modifier = 0.1 - pop_consciousness_modifier = 0.01 - icon = 5 + research_points_modifier = 0.1 + pop_consciousness_modifier = 0.01 + icon = 5 } ### BAV - Bavaria ### the_walhalla = { - prestige = 0.01 - icon = 15 + prestige = 0.01 + icon = 15 } ######CB generation###### CB_gen_plus = { - cb_generation_speed_modifier = 0.25 + cb_generation_speed_modifier = 0.25 } - + CB_gen_minus = { - cb_generation_speed_modifier = -0.25 + cb_generation_speed_modifier = -0.25 } - + recent_safari = { - prestige = 0.001 + prestige = 0.001 } recent_safari2 = { - prestige = 0.001 + prestige = 0.001 } - + free_press_promised = { - prestige = 0.001 - icon = 17 + prestige = 0.001 + icon = 17 } - + yes_meeting_promised = { - prestige = 0.001 - icon = 17 + prestige = 0.001 + icon = 17 } - + trade_unions_promised = { - prestige = 0.001 - icon = 17 + prestige = 0.001 + icon = 17 } - - + + #meiji_restoration_boost = { -# research_points_modifier = 0.3 -# icon = 5 +# research_points_modifier = 0.3 +# icon = 5 #} dar_al_funun = { - research_points_modifier = 0.2 - icon = 5 + research_points_modifier = 0.2 + icon = 5 } #french_growth_nerf = { -# global_population_growth = -0.01 -# icon = 20 +# global_population_growth = -0.01 +# icon = 20 #} ########### New Nations Mod ### Uprisings ### PDM Modifier for refute manifest destiny fight_the_power = { - global_pop_militancy_modifier = 0.01 - global_pop_consciousness_modifier = 0.03 - land_organisation = -0.2 - mobilisation_size = -0.02 - prestige = -0.01 - icon = 16 + global_pop_militancy_modifier = 0.01 + global_pop_consciousness_modifier = 0.03 + land_organisation = -0.2 + mobilisation_size = -0.02 + prestige = -0.01 + icon = 16 } begin_revolution = { - global_pop_militancy_modifier = 0.05 - global_pop_consciousness_modifier = 0.05 - mobilisation_size = 0.02 - supply_consumption = -0.2 - war_exhaustion = -0.25 - icon = 5 + global_pop_militancy_modifier = 0.05 + global_pop_consciousness_modifier = 0.05 + mobilisation_size = 0.02 + supply_consumption = -0.2 + war_exhaustion = -0.25 + icon = 5 } small_country_draft = { - pop_militancy_modifier = 0.01 - mobilisation_size = 0.25 - prestige = -0.02 - war_exhaustion = -0.03 - icon = 18 + pop_militancy_modifier = 0.01 + mobilisation_size = 0.25 + prestige = -0.02 + war_exhaustion = -0.03 + icon = 18 } nationalist_agitation = { - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.25 - icon = 4 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.25 + icon = 4 } patriot_uprising = { - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.25 - icon = 4 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.25 + icon = 4 } peasant_revolt = { - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.25 - icon = 4 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.25 + icon = 4 } war_torn = { - local_ruling_party_support = -0.5 - #pop_militancy_modifier = -0.1 - local_factory_output = -0.25 - local_rgo_output = -0.25 - immigrant_attract = -0.25 - immigrant_push = 0.5 - population_growth = -0.001 - icon = 4 + local_ruling_party_support = -0.5 + #pop_militancy_modifier = -0.1 + local_factory_output = -0.25 + local_rgo_output = -0.25 + immigrant_attract = -0.25 + immigrant_push = 0.5 + population_growth = -0.001 + icon = 4 } no_freedom = { - icon = 11 + icon = 11 } colonial_chaos = { - prestige = -0.01 - local_RGO_throughput = -0.5 - pop_militancy_modifier = 0.1 - icon = 2 + prestige = -0.01 + local_RGO_throughput = -0.5 + pop_militancy_modifier = 0.1 + icon = 2 } loss_of_control = { - icon = 2 + icon = 2 } power_vacuum = { - global_pop_consciousness_modifier = 0.05 - global_pop_militancy_modifier = 0.05 - factory_throughput = -0.1 - RGO_throughput = -0.1 - icon = 6 + global_pop_consciousness_modifier = 0.05 + global_pop_militancy_modifier = 0.05 + factory_throughput = -0.1 + RGO_throughput = -0.1 + icon = 6 } ### Ireland ### enclosures = { - farm_rgo_size = -0.6 - mine_rgo_size = -0.6 - icon = 4 + farm_rgo_size = -0.6 + mine_rgo_size = -0.6 + icon = 4 } irish_oppression = { - farm_rgo_size = -0.15 - mine_rgo_size = -0.15 - immigrant_attract = -0.5 - immigrant_push = 0.5 - local_factory_throughput = -0.75 - local_factory_output = -0.5 - local_artisan_throughput = -0.75 - local_artisan_output = -0.5 - icon = 8 + farm_rgo_size = -0.15 + mine_rgo_size = -0.15 + immigrant_attract = -0.5 + immigrant_push = 0.5 + local_factory_throughput = -0.75 + local_factory_output = -0.5 + local_artisan_throughput = -0.75 + local_artisan_output = -0.5 + icon = 8 } irish_potato_blight = { - immigrant_attract = -2 - pop_militancy_modifier = 0.4 - pop_consciousness_modifier = 0.3 - immigrant_push = 1.5 - local_factory_throughput = -0.25 - local_factory_output = -0.5 - local_artisan_throughput = -0.25 - local_artisan_output = -0.5 - population_growth = -0.001 - icon = 4 + immigrant_attract = -2 + pop_militancy_modifier = 0.4 + pop_consciousness_modifier = 0.3 + immigrant_push = 1.5 + local_factory_throughput = -0.25 + local_factory_output = -0.5 + local_artisan_throughput = -0.25 + local_artisan_output = -0.5 + population_growth = -0.001 + icon = 4 } irish_republicans = { - pop_militancy_modifier = 0.1 - pop_consciousness_modifier = 0.1 - icon = 18 + pop_militancy_modifier = 0.1 + pop_consciousness_modifier = 0.1 + icon = 18 } irish_unionists = { - pop_militancy_modifier = 0.1 - pop_consciousness_modifier = 0.1 - icon = 18 + pop_militancy_modifier = 0.1 + pop_consciousness_modifier = 0.1 + icon = 18 } #irish_integration = { -# assimilation_rate = 0.2 -# icon = 19 +# assimilation_rate = 0.2 +# icon = 19 #} ### Arabia ### rally_tribesmen = { - mobilisation_size = 0.76 - mobilisation_economy_impact = -0.7 - core_pop_militancy_modifier = -0.1 - war_exhaustion = -0.03 - icon = 17 + mobilisation_size = 0.76 + mobilisation_economy_impact = -0.7 + core_pop_militancy_modifier = -0.1 + war_exhaustion = -0.03 + icon = 17 } the_ikhwan = { - mobilisation_size = 0.35 - mobilisation_economy_impact = -0.25 - core_pop_militancy_modifier = -0.1 - war_exhaustion = -0.03 - icon = 17 + mobilisation_size = 0.35 + mobilisation_economy_impact = -0.25 + core_pop_militancy_modifier = -0.1 + war_exhaustion = -0.03 + icon = 17 } holy_city = { - immigrant_attract = 0.5 - pop_militancy_modifier = -0.02 - prestige = 0.05 - farm_rgo_size = 1 - icon = 19 + immigrant_attract = 0.5 + pop_militancy_modifier = -0.02 + prestige = 0.05 + farm_rgo_size = 1 + icon = 19 } ### China ### boxer_rebellion = { - pop_militancy_modifier = 0.1 - local_rgo_output = -0.25 - immigrant_attract = -0.25 - immigrant_push = 0.75 - population_growth = -0.002 - icon = 4 + pop_militancy_modifier = 0.1 + local_rgo_output = -0.25 + immigrant_attract = -0.25 + immigrant_push = 0.75 + population_growth = -0.002 + icon = 4 } boxer_presence = { - pop_militancy_modifier = -0.2 - local_RGO_throughput = -0.25 - immigrant_attract = -0.25 - immigrant_push = 0.5 - icon = 4 + pop_militancy_modifier = -0.2 + local_RGO_throughput = -0.25 + immigrant_attract = -0.25 + immigrant_push = 0.5 + icon = 4 } boxer_agitation = { - pop_militancy_modifier = 0.2 - local_RGO_throughput = -0.25 - immigrant_attract = -0.25 - immigrant_push = 0.5 - population_growth = -0.002 - icon = 4 + pop_militancy_modifier = 0.2 + local_RGO_throughput = -0.25 + immigrant_attract = -0.25 + immigrant_push = 0.5 + population_growth = -0.002 + icon = 4 } self_strengthening_movement = { - prestige = 0.02 - #research_points = 1 - global_pop_consciousness_modifier = 0.2 - #global_pop_militancy_modifier = 0.02 - icon = 18 + prestige = 0.02 + #research_points = 1 + global_pop_consciousness_modifier = 0.2 + #global_pop_militancy_modifier = 0.02 + icon = 18 } drive_to_reunify = { - prestige = -0.02 - mobilisation_size = 0.02 - war_exhaustion = -0.03 - global_pop_militancy_modifier = -0.2 - icon = 18 + prestige = -0.02 + mobilisation_size = 0.02 + war_exhaustion = -0.03 + global_pop_militancy_modifier = -0.2 + icon = 18 } the_female_shortage = { - global_pop_consciousness_modifier = 0.15 - global_population_growth = -0.001 - icon = 4 + global_pop_consciousness_modifier = 0.15 + global_population_growth = -0.001 + icon = 4 } christian_pamphlets = { - pop_consciousness_modifier = 0.2 - pop_militancy_modifier = 0.1 - icon = 20 + pop_consciousness_modifier = 0.2 + pop_militancy_modifier = 0.1 + icon = 20 } christian_repression = { - pop_consciousness_modifier = -0.1 - pop_militancy_modifier = 0.2 - icon = 20 + pop_consciousness_modifier = -0.1 + pop_militancy_modifier = 0.2 + icon = 20 } anti_manchu_sentiment = { - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = 0.2 - icon = 18 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = 0.2 + icon = 18 } chinese_floods = { - pop_militancy_modifier = 0.05 - local_RGO_throughput = -0.50 - immigrant_attract = -0.25 - immigrant_push = 0.75 - life_rating = -5 - icon = 14 + pop_militancy_modifier = 0.05 + local_RGO_throughput = -0.50 + immigrant_attract = -0.25 + immigrant_push = 0.75 + life_rating = -5 + icon = 14 } taiping_draft = { - land_organisation = -0.1 - org_regain = -0.1 - mobilisation_size = 0.15 - prestige = -0.02 - icon = 18 + land_organisation = -0.1 + org_regain = -0.1 + mobilisation_size = 0.15 + prestige = -0.02 + icon = 18 } ### Panjab ### shastar_vidya = { - org_regain = 0.1 - land_organisation = 0.1 - land_unit_start_experience = 5 - mobilisation_size = 0.17 - icon = 11 + org_regain = 0.1 + land_organisation = 0.1 + land_unit_start_experience = 5 + mobilisation_size = 0.17 + icon = 11 } ### Japan ### sakoku = { - prestige = 0.01 - global_pop_militancy_modifier = -0.05 - war_exhaustion = -0.1 - icon = 5 + prestige = 0.01 + global_pop_militancy_modifier = -0.05 + war_exhaustion = -0.1 + icon = 5 } rangaku = { - prestige = 0.035 - research_points_modifier = 0.15 - global_pop_militancy_modifier = -0.05 - icon = 5 + prestige = 0.035 + research_points_modifier = 0.15 + global_pop_militancy_modifier = -0.05 + icon = 5 } ansei_purge = { - prestige = 0.02 - global_pop_consciousness_modifier = 0.1 - global_pop_militancy_modifier = 0.05 - icon = 4 + prestige = 0.02 + global_pop_consciousness_modifier = 0.1 + global_pop_militancy_modifier = 0.05 + icon = 4 } kobu_gattai = { - prestige = -0.01 - global_pop_consciousness_modifier = -0.1 - global_pop_militancy_modifier = -0.05 - icon = 5 + prestige = -0.01 + global_pop_consciousness_modifier = -0.1 + global_pop_militancy_modifier = -0.05 + icon = 5 } fukoku_kyohei = { - prestige = 0.01 - research_points = 1 - core_pop_consciousness_modifier = 0.05 - core_pop_militancy_modifier = -0.05 - icon = 3 + prestige = 0.01 + research_points = 1 + core_pop_consciousness_modifier = 0.05 + core_pop_militancy_modifier = -0.05 + icon = 3 } line_of_advantage = { - org_regain = 0.25 - leadership_modifier = 0.2 - land_organisation = 0.1 - naval_organisation = 0.1 - cb_generation_speed_modifier = 0.2 - icon = 15 + org_regain = 0.25 + leadership_modifier = 0.2 + land_organisation = 0.1 + naval_organisation = 0.1 + cb_generation_speed_modifier = 0.2 + icon = 15 } no_line_of_advantage = { - research_points_modifier = 0.1 - political_reform_desire = 0.1 - cb_generation_speed_modifier = -0.2 - rgo_output = 0.05 - icon = 15 + research_points_modifier = 0.1 + political_reform_desire = 0.1 + cb_generation_speed_modifier = -0.2 + rgo_output = 0.05 + icon = 15 } daimyo_draft = { - mobilisation_size = 0.15 - war_exhaustion = -0.03 - icon = 18 + mobilisation_size = 0.15 + war_exhaustion = -0.03 + icon = 18 } ### Belgium ### force_publique = { - local_RGO_output = 0.15 - icon = 1 + local_RGO_output = 0.15 + icon = 1 } ### Canada ### rcmp = { - core_pop_militancy_modifier = -0.02 - icon = 1 + core_pop_militancy_modifier = -0.02 + icon = 1 } jewish_diaspora = { - icon = 20 + icon = 20 } ### Ethiopia ### exploiting_the_land = { - tax_efficiency = 0.25 - supply_consumption = -0.1 - prestige = -0.1 - icon = 15 + tax_efficiency = 0.25 + supply_consumption = -0.1 + prestige = -0.1 + icon = 15 } tewodros_reforms = { - land_organisation = 0.1 - supply_consumption = -0.25 - land_unit_start_experience = 5 - land_attack_modifier = 0.05 - tax_efficiency = 0.3 - mobilisation_size = 0.25 - war_exhaustion = -0.2 - prestige = -0.25 - icon = 15 + land_organisation = 0.1 + supply_consumption = -0.25 + land_unit_start_experience = 5 + land_attack_modifier = 0.05 + tax_efficiency = 0.3 + mobilisation_size = 0.25 + war_exhaustion = -0.2 + prestige = -0.25 + icon = 15 } disunited_country = { - land_organisation = -0.2 - naval_organisation = -0.2 - supply_consumption = -0.3 - global_pop_militancy_modifier = 0.01 - research_points_modifier = -0.1 - prestige = -0.7 - icon = 8 + land_organisation = -0.2 + naval_organisation = -0.2 + supply_consumption = -0.3 + global_pop_militancy_modifier = 0.01 + research_points_modifier = -0.1 + prestige = -0.7 + icon = 8 } ### The Great Game ### border_incident = { - war_exhaustion = -0.01 - prestige = -0.01 - icon = 16 + war_exhaustion = -0.01 + prestige = -0.01 + icon = 16 } ### Scandinavia ### kalmar_union = { - prestige = 0.01 - icon = 7 + prestige = 0.01 + icon = 7 } leader_of_kalmar = { - prestige = 0.02 - icon = 7 + prestige = 0.02 + icon = 7 } customs_union = { - RGO_throughput = 0.05 - icon = 7 + RGO_throughput = 0.05 + icon = 7 } ### American Events ### dust_bowl = { - local_RGO_output = -0.5 - local_factory_throughput = -0.25 - local_artisan_throughput = -0.25 - immigrant_attract = -0.5 - immigrant_push = 0.5 - life_rating = -0.25 - icon = 14 + local_RGO_output = -0.5 + local_factory_throughput = -0.25 + local_artisan_throughput = -0.25 + immigrant_attract = -0.5 + immigrant_push = 0.5 + life_rating = -0.25 + icon = 14 } home_of_the_mormons = { - population_growth = 0.005 - icon = 19 + population_growth = 0.005 + icon = 19 } province_small_immigration_boom = { - immigrant_attract = 1.5 - icon = 9 + immigrant_attract = 1.5 + icon = 9 } gateway_to_harbor = { - immigrant_attract = 1 - population_growth = 0.002 - icon = 9 + immigrant_attract = 1 + population_growth = 0.002 + icon = 9 } gateway_to_america = { - immigrant_attract = 1 - population_growth = 0.002 - icon = 19 + immigrant_attract = 1 + population_growth = 0.002 + icon = 19 } begin_disunited_states = { - core_pop_consciousness_modifier = 0.1 - political_reform_desire = 0.1 - icon = 20 + core_pop_consciousness_modifier = 0.1 + political_reform_desire = 0.1 + icon = 20 } sons_of_liberty = { - pop_consciousness_modifier = 0.1 - pop_militancy_modifier = 0.1 - icon = 18 + pop_consciousness_modifier = 0.1 + pop_militancy_modifier = 0.1 + icon = 18 } -apache_raiders = { - population_growth = -0.002 - pop_militancy_modifier = 0.2 - icon = 18 +apache_raiders = { + population_growth = -0.002 + pop_militancy_modifier = 0.2 + icon = 18 } treaties_of_velasco = { - icon = 5 + icon = 5 } ### Ottomanism jizya = { - tax_efficiency = 0.1 - global_assimilation_rate = -0.25 - icon = 18 + tax_efficiency = 0.1 + global_assimilation_rate = -0.25 + icon = 18 } religious_minority_oppression = { - icon = 18 + icon = 18 } ottoman_oppression = { - mobilisation_size = -0.02 - land_organisation = -0.05 - global_assimilation_rate = -0.25 - tax_efficiency = 0.3 - #non_accepted_pop_militancy_modifier = 0.05 - #non_accepted_pop_consciousness_modifier = 0.1 - icon = 5 + mobilisation_size = -0.02 + land_organisation = -0.05 + global_assimilation_rate = -0.25 + tax_efficiency = 0.3 + #non_accepted_pop_militancy_modifier = 0.05 + #non_accepted_pop_consciousness_modifier = 0.1 + icon = 5 } ottomanism_reform = { - non_accepted_pop_militancy_modifier = -0.05 - core_pop_consciousness_modifier = 0.05 - research_points_modifier = 0.05 - icon = 15 + non_accepted_pop_militancy_modifier = -0.05 + core_pop_consciousness_modifier = 0.05 + research_points_modifier = 0.05 + icon = 15 } republican_reforms = { - research_points_modifier = 0.10 - core_pop_militancy_modifier = -0.10 - icon = 15 + research_points_modifier = 0.10 + core_pop_militancy_modifier = -0.10 + icon = 15 } ### Total War System ### great_war = { - war_exhaustion = -3.0 - mobilisation_size = 0.03 - core_pop_militancy_modifier = -0.2 - global_population_growth = -0.001 - global_immigrant_attract = -0.5 - icon = 17 + war_exhaustion = -3.0 + mobilisation_size = 0.03 + core_pop_militancy_modifier = -0.2 + global_population_growth = -0.001 + global_immigrant_attract = -0.5 + icon = 17 } great_war2 = { - war_exhaustion = -2.0 - global_population_growth = -0.002 - global_immigrant_attract = -0.75 - icon = 17 + war_exhaustion = -2.0 + global_population_growth = -0.002 + global_immigrant_attract = -0.75 + icon = 17 } great_war3 = { - war_exhaustion = -1.0 - non_accepted_pop_militancy_modifier = 0.2 - global_population_growth = -0.004 - global_immigrant_attract = -1.0 - icon = 17 + war_exhaustion = -1.0 + non_accepted_pop_militancy_modifier = 0.2 + global_population_growth = -0.004 + global_immigrant_attract = -1.0 + icon = 17 } punitive_effects = { - war_exhaustion = 2.0 - core_pop_militancy_modifier = 0.1 - diplomatic_points_modifier = -0.5 - prestige = -0.1 - icon = 4 + war_exhaustion = 2.0 + core_pop_militancy_modifier = 0.1 + diplomatic_points_modifier = -0.5 + prestige = -0.1 + icon = 4 } no_more_war = { - war_exhaustion = 0.5 - icon = 2 + war_exhaustion = 0.5 + icon = 2 } end_the_war = { - war_exhaustion = 2.0 - icon = 2 + war_exhaustion = 2.0 + icon = 2 } international_pariah = { - import_cost = 0.5 - diplomatic_points_modifier = -0.25 - non_accepted_pop_militancy_modifier = 0.2 - prestige = -0.2 - icon = 4 + import_cost = 0.5 + diplomatic_points_modifier = -0.25 + non_accepted_pop_militancy_modifier = 0.2 + prestige = -0.2 + icon = 4 } ### Dynamic Cores ### integration_refusal = { - assimilation_rate = -0.1 - immigrant_attract = -0.1 - pop_militancy_modifier = -0.02 - icon = 7 + assimilation_rate = -0.1 + immigrant_attract = -0.1 + pop_militancy_modifier = -0.02 + icon = 7 } core_integration = { - assimilation_rate = 0.1 - pop_consciousness_modifier = 0.05 - non_accepted_pop_consciousness_modifier = 0.01 - icon = 7 + assimilation_rate = 0.1 + pop_consciousness_modifier = 0.05 + non_accepted_pop_consciousness_modifier = 0.01 + icon = 7 } national_assimilation = { - assimilation_rate = 0.1 - icon = 7 + assimilation_rate = 0.1 + icon = 7 } national_assimilation_rejection = { - assimilation_rate = -0.2 - immigrant_attract = -0.1 - pop_militancy_modifier = 0.1 - non_accepted_pop_militancy_modifier = 0.01 - icon = 18 + assimilation_rate = -0.2 + immigrant_attract = -0.1 + pop_militancy_modifier = 0.1 + non_accepted_pop_militancy_modifier = 0.01 + icon = 18 } national_assimilation_acceptance = { - pop_consciousness_modifier = 0.05 - non_accepted_pop_consciousness_modifier = 0.01 - icon = 17 + pop_consciousness_modifier = 0.05 + non_accepted_pop_consciousness_modifier = 0.01 + icon = 17 } national_assimilation_complete = { - icon = 7 + icon = 7 } otto_von_bismarck = { - prestige = 0.02 - core_pop_militancy_modifier = -0.05 - diplomatic_points_modifier = 0.25 - ruling_party_support = 0.5 - badboy = -0.05 - icon = 17 + prestige = 0.02 + core_pop_militancy_modifier = -0.05 + diplomatic_points_modifier = 0.25 + ruling_party_support = 0.5 + badboy = -0.05 + icon = 17 } louis_napoleon_iii = { - prestige = 0.02 - ruling_party_support = 1.0 - core_pop_militancy_modifier = -0.05 - core_pop_consciousness_modifier = -0.05 - land_organisation = -0.05 - icon = 17 + prestige = 0.02 + ruling_party_support = 1.0 + core_pop_militancy_modifier = -0.05 + core_pop_consciousness_modifier = -0.05 + land_organisation = -0.05 + icon = 17 } ### Neutrality ### neutrality_modifier = { - max_military_spending = -0.10 - leadership_modifier = -0.7 - diplomatic_points_modifier = -0.6 - core_pop_militancy_modifier = -0.01 - prestige = -0.025 - icon = 7 + max_military_spending = -0.10 + leadership_modifier = -0.7 + diplomatic_points_modifier = -0.6 + core_pop_militancy_modifier = -0.01 + prestige = -0.025 + icon = 7 } ### NV Changes ### national_confusion = { - research_points_modifier = -0.01 - global_pop_consciousness_modifier = 0.01 - global_pop_militancy_modifier = 0.01 - prestige = -0.01 - icon = 4 + research_points_modifier = -0.01 + global_pop_consciousness_modifier = 0.01 + global_pop_militancy_modifier = 0.01 + prestige = -0.01 + icon = 4 } ### Election Events ### #election_cooldown = { -# global_pop_consciousness_modifier = 0.01 -# icon = 13 +# global_pop_consciousness_modifier = 0.01 +# icon = 13 #} #social_reform_movement = { -# social_reform_desire = 0.4 -# global_pop_consciousness_modifier = 0.02 -# issue_change_speed = 0.05 -# icon = 7 +# social_reform_desire = 0.4 +# global_pop_consciousness_modifier = 0.02 +# issue_change_speed = 0.05 +# icon = 7 #} loss_of_support = { - pop_consciousness_modifier = 0.1 - local_ruling_party_support = -0.5 - icon = 20 + pop_consciousness_modifier = 0.1 + local_ruling_party_support = -0.5 + icon = 20 } #support_the_government = { -# pop_militancy_modifier = -0.01 -# local_ruling_party_support = 0.5 -# icon = 19 +# pop_militancy_modifier = -0.01 +# local_ruling_party_support = 0.5 +# icon = 19 #} ruling_party_scandal = { - ruling_party_support = -0.2 - core_pop_consciousness_modifier = 0.05 - icon = 14 + ruling_party_support = -0.2 + core_pop_consciousness_modifier = 0.05 + icon = 14 } party_scandal_evidence = { - ruling_party_support = -0.4 - core_pop_consciousness_modifier = 0.1 - icon = 14 + ruling_party_support = -0.4 + core_pop_consciousness_modifier = 0.1 + icon = 14 } ### Military Coups ### coup_risk = { - core_pop_militancy_modifier = 0.05 - leadership_modifier = -0.2 - land_organisation = -0.1 - naval_organisation = -0.1 - icon = 16 + core_pop_militancy_modifier = 0.05 + leadership_modifier = -0.2 + land_organisation = -0.1 + naval_organisation = -0.1 + icon = 16 } military_strife = { - core_pop_militancy_modifier = 0.05 - leadership_modifier = -0.5 - land_organisation = -0.25 - naval_organisation = -0.25 - icon = 16 + core_pop_militancy_modifier = 0.05 + leadership_modifier = -0.5 + land_organisation = -0.25 + naval_organisation = -0.25 + icon = 16 } ### Crisis Modifiers ### recent_crisis = { - icon = 8 + icon = 8 } ### French Events ### french_cultural_unity = { - assimilation_rate = 2 - icon = 19 + assimilation_rate = 2 + icon = 19 } ### Tax Measures ### emergency_tax_measures1 = { - tax_efficiency = 0.05 - ruling_party_support = -0.50 - land_organisation = -0.1 - naval_organisation = -0.1 - global_pop_consciousness_modifier = 0.05 - global_pop_militancy_modifier = 0.05 - icon = 10 + tax_efficiency = 0.05 + ruling_party_support = -0.50 + land_organisation = -0.1 + naval_organisation = -0.1 + global_pop_consciousness_modifier = 0.05 + global_pop_militancy_modifier = 0.05 + icon = 10 } emergency_tax_measures2 = { - tax_efficiency = 0.10 - ruling_party_support = -0.75 - land_organisation = -0.2 - naval_organisation = -0.2 - global_pop_consciousness_modifier = 0.10 - global_pop_militancy_modifier = 0.10 - icon = 10 + tax_efficiency = 0.10 + ruling_party_support = -0.75 + land_organisation = -0.2 + naval_organisation = -0.2 + global_pop_consciousness_modifier = 0.10 + global_pop_militancy_modifier = 0.10 + icon = 10 } diff --git a/HPM/common/goods.txt b/HPM/common/goods.txt index 2b6b0e5d..a8a7877e 100644 --- a/HPM/common/goods.txt +++ b/HPM/common/goods.txt @@ -1,240 +1,240 @@ # goods types, organized by category military_goods = { - ammunition = { - cost = 18.00 - color = { 208 202 127 } - available_from_start = no - overseas_penalty = yes - } - small_arms = { - cost = 37.00 - color = { 189 118 22 } - available_from_start = no - overseas_penalty = yes - } - artillery = { - cost = 60.00 - color = { 145 130 86 } - available_from_start = no - } - canned_food = { - cost = 16.00 - color = { 255 39 12 } - overseas_penalty = yes - } - barrels = { - cost = 98.00 - color = { 55 41 9 } - available_from_start = no - } - aeroplanes = { - cost = 110.00 - color = { 221 213 182 } - available_from_start = no - } + ammunition = { + cost = 18.00 + color = { 208 202 127 } + available_from_start = no + overseas_penalty = yes + } + small_arms = { + cost = 37.00 + color = { 189 118 22 } + available_from_start = no + overseas_penalty = yes + } + artillery = { + cost = 60.00 + color = { 145 130 86 } + available_from_start = no + } + canned_food = { + cost = 16.00 + color = { 255 39 12 } + overseas_penalty = yes + } + barrels = { + cost = 98.00 + color = { 55 41 9 } + available_from_start = no + } + aeroplanes = { + cost = 110.00 + color = { 221 213 182 } + available_from_start = no + } } raw_material_goods = { - cotton = { - cost = 2.0 - color = { 255 255 255 } - } - dye = { - cost = 12.00 - color = { 69 0 182 } - } - wool = { - cost = 0.7 - color = { 234 195 158 } - } - silk = { - cost = 10.0 - color = { 125 158 43 } - } - coal = { - cost = 2.3 - color = { 11 29 77 } - } - sulphur = { - cost = 6.0 - color = { 181 228 102 } - } - iron = { - cost = 3.5 - color = { 111 111 111 } - } - timber = { - cost = 0.9 - color = { 146 72 17 } - } - tropical_wood = { - cost = 5.4 - color = { 213 177 118 } - } - rubber = { - cost = 7.0 - color = { 123 110 86 } - } - oil = { - cost = 12.0 - color = { 0 0 0 } - } - precious_metal = { - cost = 8 - tradeable = no - money = yes - color = { 253 199 110 } - } - precious_goods = { - cost = 7 - tradeable = no - money = yes - color = { 247 241 61 } - } + cotton = { + cost = 2.0 + color = { 255 255 255 } + } + dye = { + cost = 12.00 + color = { 69 0 182 } + } + wool = { + cost = 0.7 + color = { 234 195 158 } + } + silk = { + cost = 10.0 + color = { 125 158 43 } + } + coal = { + cost = 2.3 + color = { 11 29 77 } + } + sulphur = { + cost = 6.0 + color = { 181 228 102 } + } + iron = { + cost = 3.5 + color = { 111 111 111 } + } + timber = { + cost = 0.9 + color = { 146 72 17 } + } + tropical_wood = { + cost = 5.4 + color = { 213 177 118 } + } + rubber = { + cost = 7.0 + color = { 123 110 86 } + } + oil = { + cost = 12.0 + color = { 0 0 0 } + } + precious_metal = { + cost = 8 + tradeable = no + money = yes + color = { 253 199 110 } + } + precious_goods = { + cost = 7 + tradeable = no + money = yes + color = { 247 241 61 } + } } industrial_goods = { - steel = { - cost = 4.7 - available_from_start = no - overseas_penalty = yes - color = { 95 128 147 } - } - cement = { - cost = 16.0 - overseas_penalty = yes - color = { 185 187 164 } - } - machine_parts = { - cost = 36.5 - color = { 177 198 196 } - available_from_start = no - } - glass = { - cost = 2.9 - color = { 201 200 199 } - } - fuel = { - cost = 25.00 - available_from_start = no - overseas_penalty = yes - color = { 145 110 89 } - } - fertilizer = { - cost = 10.0 - available_from_start = no - color = { 133 101 35 } - } - explosives = { - cost = 20.00 - color = { 192 68 20 } - available_from_start = no - } - clipper_convoy = { - cost = 42.00 - overseas_penalty = yes - available_from_start = no - color = { 21 65 30 } - } - steamer_convoy = { - cost = 65.00 - available_from_start = no - overseas_penalty = yes - color = { 76 18 0 } - } - electric_gear = { - cost = 16.00 - available_from_start = no - color = { 255 255 0 } - } - fabric = { - cost = 1.8 - color = { 186 50 40 } - } - lumber = { - cost = 1.0 - color = { 180 94 26 } - } + steel = { + cost = 4.7 + available_from_start = no + overseas_penalty = yes + color = { 95 128 147 } + } + cement = { + cost = 16.0 + overseas_penalty = yes + color = { 185 187 164 } + } + machine_parts = { + cost = 36.5 + color = { 177 198 196 } + available_from_start = no + } + glass = { + cost = 2.9 + color = { 201 200 199 } + } + fuel = { + cost = 25.00 + available_from_start = no + overseas_penalty = yes + color = { 145 110 89 } + } + fertilizer = { + cost = 10.0 + available_from_start = no + color = { 133 101 35 } + } + explosives = { + cost = 20.00 + color = { 192 68 20 } + available_from_start = no + } + clipper_convoy = { + cost = 42.00 + overseas_penalty = yes + available_from_start = no + color = { 21 65 30 } + } + steamer_convoy = { + cost = 65.00 + available_from_start = no + overseas_penalty = yes + color = { 76 18 0 } + } + electric_gear = { + cost = 16.00 + available_from_start = no + color = { 255 255 0 } + } + fabric = { + cost = 1.8 + color = { 186 50 40 } + } + lumber = { + cost = 1.0 + color = { 180 94 26 } + } } consumer_goods = { - paper = { - cost = 3.4 - color = { 216 185 77 } - } - cattle = { - cost = 2.0 - color = { 84 227 40 } - } - fish = { - cost = 1.5 - color = { 128 98 73 } - } - fruit = { - cost = 1.8 - color = { 255 0 0 } - } - grain = { - cost = 2.2 - color = { 219 157 36 } - } - tobacco = { - cost = 1.1 - color = { 100 69 30 } - } - tea = { - cost = 2.6 - color = { 201 135 15 } - } - coffee = { - cost = 2.1 - color = { 27 19 7 } - } - opium = { - cost = 3.2 - color = { 114 162 47 } - } - automobiles = { - cost = 70.00 - available_from_start = no - color = { 61 67 64 } - } - telephones = { - cost = 16.00 - available_from_start = no - overseas_penalty = yes - color = { 123 112 54 } - } - wine = { - cost = 9.7 - available_from_start = no - color = { 123 0 54 } - } - liquor = { - cost = 4.4 #Vanilla is 6.4 - color = { 76 5 0 } - } - regular_clothes = { - cost = 5.8 - color = { 217 17 19 } - } - luxury_clothes = { - cost = 65.00 - color = { 234 227 40 } - } - furniture = { - cost = 4.9 - color = { 173 129 40 } - } - luxury_furniture = { - cost = 59.00 - color = { 255 140 184 } - } - radio = { - cost = 16.00 - available_from_start = no - overseas_penalty = yes - color = { 129 63 6 } - } + paper = { + cost = 3.4 + color = { 216 185 77 } + } + cattle = { + cost = 2.0 + color = { 84 227 40 } + } + fish = { + cost = 1.5 + color = { 128 98 73 } + } + fruit = { + cost = 1.8 + color = { 255 0 0 } + } + grain = { + cost = 2.2 + color = { 219 157 36 } + } + tobacco = { + cost = 1.1 + color = { 100 69 30 } + } + tea = { + cost = 2.6 + color = { 201 135 15 } + } + coffee = { + cost = 2.1 + color = { 27 19 7 } + } + opium = { + cost = 3.2 + color = { 114 162 47 } + } + automobiles = { + cost = 70.00 + available_from_start = no + color = { 61 67 64 } + } + telephones = { + cost = 16.00 + available_from_start = no + overseas_penalty = yes + color = { 123 112 54 } + } + wine = { + cost = 9.7 + available_from_start = no + color = { 123 0 54 } + } + liquor = { + cost = 4.4 #Vanilla is 6.4 + color = { 76 5 0 } + } + regular_clothes = { + cost = 5.8 + color = { 217 17 19 } + } + luxury_clothes = { + cost = 65.00 + color = { 234 227 40 } + } + furniture = { + cost = 4.9 + color = { 173 129 40 } + } + luxury_furniture = { + cost = 59.00 + color = { 255 140 184 } + } + radio = { + cost = 16.00 + available_from_start = no + overseas_penalty = yes + color = { 129 63 6 } + } } diff --git a/HPM/common/governments.txt b/HPM/common/governments.txt index d40f3ea1..8deb88f1 100644 --- a/HPM/common/governments.txt +++ b/HPM/common/governments.txt @@ -4,104 +4,102 @@ proletarian_dictatorship = { - #which ideology of parties. - communist = yes - - election = no - appoint_ruling_party = yes - flagType = communist + #which ideology of parties. + communist = yes + + election = no + appoint_ruling_party = yes + flagType = communist } presidential_dictatorship = { - #which ideology of parties. - reactionary = yes - - election = no - appoint_ruling_party = yes - flagType = republic + #which ideology of parties. + reactionary = yes + + election = no + appoint_ruling_party = yes + flagType = republic } - + bourgeois_dictatorship = { - #which ideology of parties. - anarcho_liberal = yes - - election = no - appoint_ruling_party = yes - flagType = republic + #which ideology of parties. + anarcho_liberal = yes + + election = no + appoint_ruling_party = yes + flagType = republic } fascist_dictatorship = { - #which ideology of parties. - fascist = yes - - election = no - appoint_ruling_party = yes - flagType = fascist + #which ideology of parties. + fascist = yes + + election = no + appoint_ruling_party = yes + flagType = fascist } - + absolute_monarchy = { - liberal = yes - conservative = yes - reactionary = yes - - - election = no - appoint_ruling_party = yes - flagType = monarchy + liberal = yes + conservative = yes + reactionary = yes + + + election = no + appoint_ruling_party = yes + flagType = monarchy } - + prussian_constitutionalism = { - liberal = yes - socialist = yes - conservative = yes - reactionary = yes - - - election = yes - duration = 48 - appoint_ruling_party = yes - flagType = monarchy + liberal = yes + socialist = yes + conservative = yes + reactionary = yes + + + election = yes + duration = 48 + appoint_ruling_party = yes + flagType = monarchy } hms_government = { - liberal = yes - socialist = yes - conservative = yes - reactionary = yes - communist = yes - anarcho_liberal = yes - fascist = yes - - - election = yes - duration = 48 - appoint_ruling_party = yes - flagType = monarchy + liberal = yes + socialist = yes + conservative = yes + reactionary = yes + communist = yes + anarcho_liberal = yes + fascist = yes + + + election = yes + duration = 48 + appoint_ruling_party = yes + flagType = monarchy } democracy = { - liberal = yes - socialist = yes - conservative = yes - reactionary = yes - communist = yes - anarcho_liberal = yes - fascist = yes - - - election = yes - duration = 48 - appoint_ruling_party = no - flagType = republic + liberal = yes + socialist = yes + conservative = yes + reactionary = yes + communist = yes + anarcho_liberal = yes + fascist = yes + + + election = yes + duration = 48 + appoint_ruling_party = no + flagType = republic } theocracy = { - #which ideology of parties. - reactionary = yes - conservative = yes - - election = no - appoint_ruling_party = yes -} - + #which ideology of parties. + reactionary = yes + conservative = yes + election = no + appoint_ruling_party = yes +} diff --git a/HPM/common/ideologies.txt b/HPM/common/ideologies.txt index 2794417b..b3aec41e 100644 --- a/HPM/common/ideologies.txt +++ b/HPM/common/ideologies.txt @@ -2,469 +2,468 @@ fascist_group = { - fascist = { - uncivilized = no - color = { 60 60 60 } - date = 1900.1.1 - - - add_political_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = fascist } - } - } - - - remove_political_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = fascist } - } - } - - - add_social_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = fascist } - } - } - - - remove_social_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = fascist } - } - } - - - - } -} + fascist = { + uncivilized = no + color = { 60 60 60 } + date = 1900.1.1 + + + add_political_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = fascist } + } + } + + + remove_political_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = fascist } + } + } + + + add_social_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = fascist } + } + } + + + remove_social_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = fascist } + } + } + + + + } +} conservative_group = { - reactionary = { - color = { 30 30 100 } - - add_political_reform = { - base = 0 - } - remove_political_reform = { - base = 1 - } - add_social_reform = { - base = 0 - } - remove_social_reform = { - base = 1 - } - - add_military_reform = { - base = -1 - } - - add_economic_reform = { - base = -1 - } - } - - conservative = { - color = { 10 10 250 } - - can_reduce_militancy = yes - - add_political_reform = { - base = 0 - group = { - modifier = { - factor = 0.1 - OR = { - militancy = 1 - political_movement_strength = 0.1 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 2 - political_movement_strength = 0.2 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 3 - political_movement_strength = 0.3 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 4 - political_movement_strength = 0.4 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 5 - political_movement_strength = 0.5 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 6 - political_movement_strength = 0.6 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 7 - political_movement_strength = 0.7 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 8 - political_movement_strength = 0.8 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 9 - political_movement_strength = 0.9 - } - } - } - } - remove_political_reform = { - base = 0 - } - add_social_reform = { - base = 0 - - group = { - modifier = { - factor = 0.1 - OR = { - militancy = 1 - social_movement_strength = 0.1 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 2 - social_movement_strength = 0.2 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 3 - social_movement_strength = 0.3 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 4 - social_movement_strength = 0.4 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 5 - social_movement_strength = 0.5 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 6 - social_movement_strength = 0.6 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 7 - social_movement_strength = 0.7 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 8 - social_movement_strength = 0.8 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 9 - social_movement_strength = 0.9 - } - } - } - - } - remove_social_reform = { - base = 0 - } - - add_military_reform = { - base = 0.5 - } - - add_economic_reform = { - base = -0.5 - } - } + reactionary = { + color = { 30 30 100 } + + add_political_reform = { + base = 0 + } + remove_political_reform = { + base = 1 + } + add_social_reform = { + base = 0 + } + remove_social_reform = { + base = 1 + } + + add_military_reform = { + base = -1 + } + + add_economic_reform = { + base = -1 + } + } + + conservative = { + color = { 10 10 250 } + + can_reduce_militancy = yes + + add_political_reform = { + base = 0 + group = { + modifier = { + factor = 0.1 + OR = { + militancy = 1 + political_movement_strength = 0.1 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 2 + political_movement_strength = 0.2 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 3 + political_movement_strength = 0.3 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 4 + political_movement_strength = 0.4 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 5 + political_movement_strength = 0.5 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 6 + political_movement_strength = 0.6 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 7 + political_movement_strength = 0.7 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 8 + political_movement_strength = 0.8 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 9 + political_movement_strength = 0.9 + } + } + } + } + remove_political_reform = { + base = 0 + } + add_social_reform = { + base = 0 + + group = { + modifier = { + factor = 0.1 + OR = { + militancy = 1 + social_movement_strength = 0.1 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 2 + social_movement_strength = 0.2 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 3 + social_movement_strength = 0.3 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 4 + social_movement_strength = 0.4 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 5 + social_movement_strength = 0.5 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 6 + social_movement_strength = 0.6 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 7 + social_movement_strength = 0.7 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 8 + social_movement_strength = 0.8 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 9 + social_movement_strength = 0.9 + } + } + } + + } + remove_social_reform = { + base = 0 + } + + add_military_reform = { + base = 0.5 + } + + add_economic_reform = { + base = -0.5 + } + } } socialist_group = { - socialist = { - uncivilized = no - color = { 255 0 0 } - date = 1845.1.1 - - add_political_reform = { - base = 0 - group = { - modifier = { - factor = 0.1 - OR = { - militancy = 1 - political_movement_strength = 0.1 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 2 - political_movement_strength = 0.2 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 3 - political_movement_strength = 0.3 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 4 - political_movement_strength = 0.4 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 5 - political_movement_strength = 0.5 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 6 - political_movement_strength = 0.6 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 7 - political_movement_strength = 0.7 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 8 - political_movement_strength = 0.8 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 9 - political_movement_strength = 0.9 - } - } - } - } - remove_political_reform = { - base = 0 - } - add_social_reform = { - base = 1 - } - remove_social_reform = { - base = 0 - } - } - - communist = { - uncivilized = no - color = { 150 10 10 } - date = 1860.1.1 - - add_political_reform = { - base = 0 - } - remove_political_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = communist } - } - } - add_social_reform = { - base = 1 - modifier = { - factor = -1 - NOT = { ruling_party_ideology = communist } - } - } - remove_social_reform = { - base = 0 - } - } + socialist = { + uncivilized = no + color = { 255 0 0 } + date = 1845.1.1 + + add_political_reform = { + base = 0 + group = { + modifier = { + factor = 0.1 + OR = { + militancy = 1 + political_movement_strength = 0.1 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 2 + political_movement_strength = 0.2 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 3 + political_movement_strength = 0.3 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 4 + political_movement_strength = 0.4 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 5 + political_movement_strength = 0.5 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 6 + political_movement_strength = 0.6 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 7 + political_movement_strength = 0.7 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 8 + political_movement_strength = 0.8 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 9 + political_movement_strength = 0.9 + } + } + } + } + remove_political_reform = { + base = 0 + } + add_social_reform = { + base = 1 + } + remove_social_reform = { + base = 0 + } + } + + communist = { + uncivilized = no + color = { 150 10 10 } + date = 1860.1.1 + + add_political_reform = { + base = 0 + } + remove_political_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = communist } + } + } + add_social_reform = { + base = 1 + modifier = { + factor = -1 + NOT = { ruling_party_ideology = communist } + } + } + remove_social_reform = { + base = 0 + } + } } liberal_group = { - - liberal = { - color = { 255 255 0 } - - - add_political_reform = { - base = 1 - } - remove_political_reform = { - base = 0 - } - add_social_reform = { - base = 0 - - group = { - modifier = { - factor = 0.1 - OR = { - militancy = 1 - social_movement_strength = 0.1 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 2 - social_movement_strength = 0.2 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 3 - social_movement_strength = 0.3 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 4 - social_movement_strength = 0.4 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 5 - social_movement_strength = 0.5 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 6 - social_movement_strength = 0.6 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 7 - social_movement_strength = 0.7 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 8 - social_movement_strength = 0.8 - } - } - modifier = { - factor = 0.1 - OR = { - militancy = 9 - social_movement_strength = 0.9 - } - } - } - } - remove_social_reform = { - base = 0 - } - - add_military_reform = { - base = 0.5 - } - - add_economic_reform = { - base = 1 - } - } - - anarcho_liberal = { - color = { 150 150 10 } - date = 1840.1.1 - uncivilized = no - - add_political_reform = { - base = 0 - } - remove_political_reform = { - base = 0 - } - add_social_reform = { - base = 0 - } - remove_social_reform = { - base = 1 - } - - add_military_reform = { - base = -1 - } - - add_economic_reform = { - base = -1 - } - } + + liberal = { + color = { 255 255 0 } + + + add_political_reform = { + base = 1 + } + remove_political_reform = { + base = 0 + } + add_social_reform = { + base = 0 + + group = { + modifier = { + factor = 0.1 + OR = { + militancy = 1 + social_movement_strength = 0.1 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 2 + social_movement_strength = 0.2 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 3 + social_movement_strength = 0.3 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 4 + social_movement_strength = 0.4 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 5 + social_movement_strength = 0.5 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 6 + social_movement_strength = 0.6 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 7 + social_movement_strength = 0.7 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 8 + social_movement_strength = 0.8 + } + } + modifier = { + factor = 0.1 + OR = { + militancy = 9 + social_movement_strength = 0.9 + } + } + } + } + remove_social_reform = { + base = 0 + } + + add_military_reform = { + base = 0.5 + } + + add_economic_reform = { + base = 1 + } + } + + anarcho_liberal = { + color = { 150 150 10 } + date = 1840.1.1 + uncivilized = no + + add_political_reform = { + base = 0 + } + remove_political_reform = { + base = 0 + } + add_social_reform = { + base = 0 + } + remove_social_reform = { + base = 1 + } + + add_military_reform = { + base = -1 + } + + add_economic_reform = { + base = -1 + } + } } - diff --git a/HPM/common/issues.txt b/HPM/common/issues.txt index add1907d..41b80321 100644 --- a/HPM/common/issues.txt +++ b/HPM/common/issues.txt @@ -2,199 +2,199 @@ # Issues that parties have. ########################################## party_issues = { - trade_policy = { - protectionism = { - max_tariff = 1 - min_tariff = -0.25 - } - free_trade = { - max_tariff = 0.25 - min_tariff = -1 - } - } - economic_policy = { - laissez_faire = { - max_tax = 0.5 - factory_owner_cost = 0.3 - factory_output = 0.1 - import_cost = -0.1 - - rules = { - build_factory = no - expand_factory = no - open_factory = no - destroy_factory = no - build_railway = no - factory_priority = no - can_subsidise = no - pop_build_factory = yes - pop_expand_factory = yes - pop_open_factory = yes - delete_factory_if_no_input = yes - pop_build_factory_invest = yes - pop_expand_factory_invest = yes - open_factory_invest = yes - allow_foreign_investment = yes - build_railway_invest = yes - can_invest_in_pop_projects = no - } - } - interventionism = { - factory_owner_cost = 0.45 - - rules = { - build_factory = no - expand_factory = yes - open_factory = yes - destroy_factory = yes - build_railway = yes - factory_priority = yes - can_subsidise = yes - pop_build_factory = yes - pop_expand_factory = yes - pop_open_factory = yes - delete_factory_if_no_input = no - pop_build_factory_invest = yes - pop_expand_factory_invest = yes - open_factory_invest = yes - build_factory_invest = yes - expand_factory_invest = yes - build_railway_invest = yes - allow_foreign_investment = yes - can_invest_in_pop_projects = yes - } - } - state_capitalism = { - import_cost = 0.25 - min_tax = 0.25 - factory_owner_cost = 0.6 - - rules = { - build_factory = yes - expand_factory = yes - open_factory = yes - destroy_factory = yes - build_railway = yes - factory_priority = yes - can_subsidise = yes - pop_build_factory = yes - pop_expand_factory = no - pop_open_factory = yes - delete_factory_if_no_input = no - build_factory_invest = yes - expand_factory_invest = yes - build_railway_invest = yes - can_invest_in_pop_projects = yes - } - } - planned_economy = { - import_cost = 0.5 - min_tax = 0.5 - factory_throughput = 0.05 - factory_owner_cost = -1 #negative costs, can't build. - - rules = { - build_factory = yes - expand_factory = yes - open_factory = yes - destroy_factory = yes - build_railway = yes - factory_priority = yes - can_subsidise = yes - pop_build_factory = no - pop_expand_factory = no - pop_open_factory = no - delete_factory_if_no_input = no - build_factory_invest = yes - expand_factory_invest = yes - build_railway_invest = yes - can_invest_in_pop_projects = yes - } - } - } - - religious_policy = { - pro_atheism = { - #no effect - } - secularized = { - #no effect - } - pluralism = { - #no effect - } - moralism = { - #no effect - } - } - citizenship_policy = { - residency = { - } - limited_citizenship = { - global_assimilation_rate = 0.05 - } - full_citizenship = { - global_assimilation_rate = 0.1 - } - } - - war_policy = { - jingoism = { - max_military_spending = 1.0 - min_military_spending = 0.5 - supply_consumption = 0.1 - war_exhaustion_effect = 0.5 - is_jingoism = yes - cb_generation_speed_modifier = 0.3 - mobilization_impact = 4 - org_regain = 0.5 - reinforce_speed = 0.5 - } - pro_military = { - max_military_spending = 1.0 - min_military_spending = 0.25 - war_exhaustion_effect = 0.7 - cb_generation_speed_modifier = 0.2 - mobilization_impact = 3 - org_regain = 0.25 - reinforce_speed = 0.25 - } - anti_military = { - max_military_spending = 0.5 - supply_consumption = -0.25 - war_exhaustion_effect = 1.2 - cb_generation_speed_modifier = -0.2 - mobilization_impact = 2 - org_regain = -0.25 - reinforce_speed = -0.25 - } - pacifism = { - max_military_spending = 0.4 - supply_consumption = -0.5 - war_exhaustion_effect = 1.5 - cb_generation_speed_modifier = -0.4 - mobilization_impact = 1 - org_regain = -0.5 - reinforce_speed = -0.5 - badboy = -0.01 - } - } - social_policy = { - no_state_interference = { - max_social_spending = 0.5 - } - colonial_spending_policy = { - max_social_spending = 0.01 - } - no_position_set = { - } - populist_welfare = { - min_social_spending = 0.15 - } - welfare_state = { - min_social_spending = 0.33 - } - } + trade_policy = { + protectionism = { + max_tariff = 1 + min_tariff = -0.25 + } + free_trade = { + max_tariff = 0.25 + min_tariff = -1 + } + } + economic_policy = { + laissez_faire = { + max_tax = 0.5 + factory_owner_cost = 0.3 + factory_output = 0.1 + import_cost = -0.1 + + rules = { + build_factory = no + expand_factory = no + open_factory = no + destroy_factory = no + build_railway = no + factory_priority = no + can_subsidise = no + pop_build_factory = yes + pop_expand_factory = yes + pop_open_factory = yes + delete_factory_if_no_input = yes + pop_build_factory_invest = yes + pop_expand_factory_invest = yes + open_factory_invest = yes + allow_foreign_investment = yes + build_railway_invest = yes + can_invest_in_pop_projects = no + } + } + interventionism = { + factory_owner_cost = 0.45 + + rules = { + build_factory = no + expand_factory = yes + open_factory = yes + destroy_factory = yes + build_railway = yes + factory_priority = yes + can_subsidise = yes + pop_build_factory = yes + pop_expand_factory = yes + pop_open_factory = yes + delete_factory_if_no_input = no + pop_build_factory_invest = yes + pop_expand_factory_invest = yes + open_factory_invest = yes + build_factory_invest = yes + expand_factory_invest = yes + build_railway_invest = yes + allow_foreign_investment = yes + can_invest_in_pop_projects = yes + } + } + state_capitalism = { + import_cost = 0.25 + min_tax = 0.25 + factory_owner_cost = 0.6 + + rules = { + build_factory = yes + expand_factory = yes + open_factory = yes + destroy_factory = yes + build_railway = yes + factory_priority = yes + can_subsidise = yes + pop_build_factory = yes + pop_expand_factory = no + pop_open_factory = yes + delete_factory_if_no_input = no + build_factory_invest = yes + expand_factory_invest = yes + build_railway_invest = yes + can_invest_in_pop_projects = yes + } + } + planned_economy = { + import_cost = 0.5 + min_tax = 0.5 + factory_throughput = 0.05 + factory_owner_cost = -1 #negative costs, can't build. + + rules = { + build_factory = yes + expand_factory = yes + open_factory = yes + destroy_factory = yes + build_railway = yes + factory_priority = yes + can_subsidise = yes + pop_build_factory = no + pop_expand_factory = no + pop_open_factory = no + delete_factory_if_no_input = no + build_factory_invest = yes + expand_factory_invest = yes + build_railway_invest = yes + can_invest_in_pop_projects = yes + } + } + } + + religious_policy = { + pro_atheism = { + #no effect + } + secularized = { + #no effect + } + pluralism = { + #no effect + } + moralism = { + #no effect + } + } + citizenship_policy = { + residency = { + } + limited_citizenship = { + global_assimilation_rate = 0.05 + } + full_citizenship = { + global_assimilation_rate = 0.1 + } + } + + war_policy = { + jingoism = { + max_military_spending = 1.0 + min_military_spending = 0.5 + supply_consumption = 0.1 + war_exhaustion_effect = 0.5 + is_jingoism = yes + cb_generation_speed_modifier = 0.3 + mobilization_impact = 4 + org_regain = 0.5 + reinforce_speed = 0.5 + } + pro_military = { + max_military_spending = 1.0 + min_military_spending = 0.25 + war_exhaustion_effect = 0.7 + cb_generation_speed_modifier = 0.2 + mobilization_impact = 3 + org_regain = 0.25 + reinforce_speed = 0.25 + } + anti_military = { + max_military_spending = 0.5 + supply_consumption = -0.25 + war_exhaustion_effect = 1.2 + cb_generation_speed_modifier = -0.2 + mobilization_impact = 2 + org_regain = -0.25 + reinforce_speed = -0.25 + } + pacifism = { + max_military_spending = 0.4 + supply_consumption = -0.5 + war_exhaustion_effect = 1.5 + cb_generation_speed_modifier = -0.4 + mobilization_impact = 1 + org_regain = -0.5 + reinforce_speed = -0.5 + badboy = -0.01 + } + } + social_policy = { + no_state_interference = { + max_social_spending = 0.5 + } + colonial_spending_policy = { + max_social_spending = 0.01 + } + no_position_set = { + } + populist_welfare = { + min_social_spending = 0.15 + } + welfare_state = { + min_social_spending = 0.33 + } + } } ########################################## @@ -203,1665 +203,1667 @@ party_issues = { political_reforms = { - - slavery = { - - yes_slavery = { - rules = { slavery_allowed = yes } - allow = { - NOT = { has_country_flag = communist_gov } - NOT = { has_country_flag = fascist_gov } - NOT = { has_country_flag = slave_revolution } - NOT = { has_country_flag = government_busy_with_something } - } - } - - freedom_of_womb = { - rules = { slavery_allowed = yes } - allow = { - NOT = { has_country_flag = communist_gov } - NOT = { has_country_flag = fascist_gov } - NOT = { has_country_flag = slave_revolution } - NOT = { has_country_flag = government_busy_with_something } - OR = { - NOT = { has_country_flag = the_slavery_debate } - year = 1875 - } - } - } - - no_slavery = { - rules = { slavery_allowed = no } - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - NOT = { has_country_flag = the_slavery_debate } - year = 1875 - } - } - } - } - - vote_franschise = { - next_step_only = yes - none_voting = { - rich_vote = 0 - middle_vote = 0 - poor_vote = 0 - allow = { - NOT = { election = yes } - NOT = { has_country_flag = government_busy_with_something } - } - } - landed_voting = { - rich_vote = 1 - middle_vote = 0 - poor_vote = 0 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = theocratic_government } - NOT = { has_country_flag = government_busy_with_something } - } - } - wealth_weighted_voting = { - rich_vote = 2 - middle_vote = 1 - poor_vote = 0 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - wealth_voting = { - rich_vote = 1 - middle_vote = 1 - poor_vote = 0 - - global_immigrant_attract = 0.08 - } - universal_weighted_voting = { - rich_vote = 3 - middle_vote = 2 - poor_vote = 1 - global_immigrant_attract = 0.30 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - universal_voting = { - rich_vote = 1 - middle_vote = 1 - poor_vote = 1 - global_immigrant_attract = 0.55 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - - upper_house_composition = { - party_appointed = { - rules = { same_as_ruling_party = yes } - ruling_party_support = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - NOT = { - has_country_flag = absolute_monarchy_gov - has_country_flag = semi_constitutional_monarchy_gov - has_country_flag = constitutional_monarchy_gov - } - } - } - appointed = { - rules = { rich_only = yes } - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - state_equal_weight = { - rules = { state_vote = yes } - allow = { - NOT = { has_country_flag = government_busy_with_something } - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = theocratic_government } - } - global_immigrant_attract = 0.03 - } - population_equal_weight = { - rules = { population_vote = yes } - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = government_busy_with_something } - } - global_immigrant_attract = 0.03 - } - } - - voting_system = { - first_past_the_post = { - rules = { largest_share = yes } - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = theocratic_government } - NOT = { has_country_flag = government_busy_with_something } - } - } - jefferson_method = { - rules = { dhont = yes } - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = government_busy_with_something } - } - } - proportional_representation = { - rules = { sainte_laque = yes } - allow = { - NOT = { has_country_flag = government_busy_with_something } - NOT = { vote_franschise = none_voting } - } - } - } - public_meetings = { - no_meeting = { - suppression_points_modifier = 0.1 - global_immigrant_attract = -0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - yes_meeting = { - issue_change_speed = 1 - global_immigrant_attract = 0.02 - suppression_points_modifier = -0.25 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - } - press_rights = { - next_step_only = yes - state_press = { - ruling_party_support = 0.25 - literacy_con_impact = -0.25 - suppression_points_modifier = 0.25 - global_immigrant_attract = -0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - censored_press = { - issue_change_speed = 0.25 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - free_press = { - literacy_con_impact = 0.25 - issue_change_speed = 0.5 - global_immigrant_attract = 0.02 - suppression_points_modifier = -0.25 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - trade_unions = { - next_step_only = yes - no_trade_unions = { - #no immediate effect - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - state_controlled = { - social_reform_desire = 0.1 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - non_socialist = { - social_reform_desire = 0.2 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - all_trade_unions = { - social_reform_desire = 0.3 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - political_parties = { - next_step_only = yes - underground_parties = { - ruling_party_support = 0.2 - global_immigrant_attract = -0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - harassment = { - ruling_party_support = 0.15 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = theocratic_government } - NOT = { has_country_flag = government_busy_with_something } - } - } - gerrymandering = { - ruling_party_support = 0.10 - global_immigrant_attract = 0.03 - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = government_busy_with_something } - } - } - non_secret_ballots = { - ruling_party_support = 0.05 - global_immigrant_attract = 0.04 - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = government_busy_with_something } - } - } - secret_ballots = { - global_immigrant_attract = 0.05 - allow = { - NOT = { vote_franschise = none_voting } - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - conscription = { - next_step_only = yes - mandatory_service = { - mobilisation_size = 0.06 - mobilisation_economy_impact = 1 - land_unit_start_experience = 10 - global_immigrant_attract = -0.1 - education_efficiency_modifier = -0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - four_year_draft = { - mobilisation_size = 0.04 - mobilisation_economy_impact = 0.1 - land_unit_start_experience = 5 - global_immigrant_attract = -0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - two_year_draft = { - mobilisation_size = 0.02 - mobilisation_economy_impact = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - one_year_draft = { - mobilisation_size = 0.01 - global_immigrant_attract = 0.01 - land_unit_start_experience = -2 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - NOT = { war_policy = jingoism } - NOT = { war_policy = pro_military} - } - } - } - no_draft = { - global_immigrant_attract = 0.03 - land_unit_start_experience = -5 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - NOT = { war_policy = jingoism } - NOT = { war_policy = pro_military} - } - } - } - } - - citizens_rights = { - next_step_only = yes - primary_culture_only = { - rules = { primary_culture_voting = yes } - non_accepted_pop_consciousness_modifier = 0.01 - allow = { - citizenship_policy = residency - NOT = { has_country_flag = theocratic_government } - NOT = { has_country_flag = government_busy_with_something } - } - } - culture_voting_only = { - rules = { culture_voting = yes } - global_assimilation_rate = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - all_voting_pops = { - rules = { all_voting = yes } - non_accepted_pop_militancy_modifier = -0.01 - global_assimilation_rate = 0.15 - global_immigrant_attract = 0.08 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - debt_law = { - next_step_only = yes - serfdom = { - education_efficiency_modifier = -0.15 - poor_savings_modifier = -0.5 - global_immigrant_attract = -0.1 - tax_efficiency = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - has_country_flag = absolute_monarchy_gov - has_country_flag = semi_constitutional_monarchy_gov - } - } - } - peonage = { - education_efficiency_modifier = -0.03 - RGO_throughput = 0.05 - global_immigrant_attract = -0.05 - suppression_points_modifier = 0.1 - poor_everyday_needs = 0.1 - poor_savings_modifier = -0.25 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - NOT = { has_country_flag = serfdom_not_abolished } - year = 1870 - } - } - } - - debtors_prisons = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - bankruptcy = { - administrative_efficiency_modifier = 0.05 - tariff_efficiency_modifier = 0.05 - administrative_multiplier = 2 - allow = { - has_country_flag = central_bank_instituted - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - border_policy = { - closed_borders = { - global_immigrant_attract = -8 - badboy = 0.01 - literacy_con_impact = -0.1 - administrative_multiplier = 6 - allow = { - vote_franschise = none_voting - NOT = { press_rights = free_press } - citizenship_policy = residency - NOT = { has_country_flag = government_busy_with_something } - OR = { - has_country_flag = absolute_monarchy_gov - has_country_flag = communist_gov - has_country_flag = fascist_gov - has_country_flag = presidential_dictatorship_gov - has_country_flag = theocratic_government - } - } - } - quota_immigration = { - administrative_multiplier = 2 - global_immigrant_attract = -0.02 - core_pop_militancy_modifier = -0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - OR = { - is_culture_group = latin_american_cultures - is_culture_group = american_cultures - is_culture_group = african_diaspora_cultures - is_culture_group = native_american - primary_culture = australian - primary_culture = anglo_canadian - primary_culture = french_canadian - } - } - } - open_borders = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } + + slavery = { + + yes_slavery = { + rules = { slavery_allowed = yes } + allow = { + NOT = { has_country_flag = communist_gov } + NOT = { has_country_flag = fascist_gov } + NOT = { has_country_flag = slave_revolution } + NOT = { has_country_flag = government_busy_with_something } + } + } + + freedom_of_womb = { + rules = { slavery_allowed = yes } + allow = { + NOT = { has_country_flag = communist_gov } + NOT = { has_country_flag = fascist_gov } + NOT = { has_country_flag = slave_revolution } + NOT = { has_country_flag = government_busy_with_something } + OR = { + NOT = { has_country_flag = the_slavery_debate } + year = 1875 + } + } + } + + no_slavery = { + rules = { slavery_allowed = no } + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + NOT = { has_country_flag = the_slavery_debate } + year = 1875 + } + } + } + } + + vote_franschise = { + next_step_only = yes + none_voting = { + rich_vote = 0 + middle_vote = 0 + poor_vote = 0 + allow = { + NOT = { election = yes } + NOT = { has_country_flag = government_busy_with_something } + } + } + landed_voting = { + rich_vote = 1 + middle_vote = 0 + poor_vote = 0 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = theocratic_government } + NOT = { has_country_flag = government_busy_with_something } + } + } + wealth_weighted_voting = { + rich_vote = 2 + middle_vote = 1 + poor_vote = 0 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + wealth_voting = { + rich_vote = 1 + middle_vote = 1 + poor_vote = 0 + + global_immigrant_attract = 0.08 + } + universal_weighted_voting = { + rich_vote = 3 + middle_vote = 2 + poor_vote = 1 + global_immigrant_attract = 0.30 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + universal_voting = { + rich_vote = 1 + middle_vote = 1 + poor_vote = 1 + global_immigrant_attract = 0.55 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + + upper_house_composition = { + party_appointed = { + rules = { same_as_ruling_party = yes } + ruling_party_support = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + NOT = { + has_country_flag = absolute_monarchy_gov + has_country_flag = semi_constitutional_monarchy_gov + has_country_flag = constitutional_monarchy_gov + } + } + } + appointed = { + rules = { rich_only = yes } + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + state_equal_weight = { + rules = { state_vote = yes } + allow = { + NOT = { has_country_flag = government_busy_with_something } + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = theocratic_government } + } + global_immigrant_attract = 0.03 + } + population_equal_weight = { + rules = { population_vote = yes } + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = government_busy_with_something } + } + global_immigrant_attract = 0.03 + } + } + + voting_system = { + first_past_the_post = { + rules = { largest_share = yes } + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = theocratic_government } + NOT = { has_country_flag = government_busy_with_something } + } + } + jefferson_method = { + rules = { dhont = yes } + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = government_busy_with_something } + } + } + proportional_representation = { + rules = { sainte_laque = yes } + allow = { + NOT = { has_country_flag = government_busy_with_something } + NOT = { vote_franschise = none_voting } + } + } + } + public_meetings = { + no_meeting = { + suppression_points_modifier = 0.1 + global_immigrant_attract = -0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + yes_meeting = { + issue_change_speed = 1 + global_immigrant_attract = 0.02 + suppression_points_modifier = -0.25 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + } + press_rights = { + next_step_only = yes + state_press = { + ruling_party_support = 0.25 + literacy_con_impact = -0.25 + suppression_points_modifier = 0.25 + global_immigrant_attract = -0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + censored_press = { + issue_change_speed = 0.25 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + free_press = { + literacy_con_impact = 0.25 + issue_change_speed = 0.5 + global_immigrant_attract = 0.02 + suppression_points_modifier = -0.25 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + trade_unions = { + next_step_only = yes + no_trade_unions = { + #no immediate effect + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + state_controlled = { + social_reform_desire = 0.1 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + non_socialist = { + social_reform_desire = 0.2 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + all_trade_unions = { + social_reform_desire = 0.3 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + political_parties = { + next_step_only = yes + underground_parties = { + ruling_party_support = 0.2 + global_immigrant_attract = -0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + harassment = { + ruling_party_support = 0.15 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = theocratic_government } + NOT = { has_country_flag = government_busy_with_something } + } + } + gerrymandering = { + ruling_party_support = 0.10 + global_immigrant_attract = 0.03 + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = government_busy_with_something } + } + } + non_secret_ballots = { + ruling_party_support = 0.05 + global_immigrant_attract = 0.04 + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = government_busy_with_something } + } + } + secret_ballots = { + global_immigrant_attract = 0.05 + allow = { + NOT = { vote_franschise = none_voting } + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + conscription = { + next_step_only = yes + mandatory_service = { + mobilisation_size = 0.06 + mobilisation_economy_impact = 1 + land_unit_start_experience = 10 + global_immigrant_attract = -0.1 + education_efficiency_modifier = -0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + four_year_draft = { + mobilisation_size = 0.04 + mobilisation_economy_impact = 0.1 + land_unit_start_experience = 5 + global_immigrant_attract = -0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + two_year_draft = { + mobilisation_size = 0.02 + mobilisation_economy_impact = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + one_year_draft = { + mobilisation_size = 0.01 + global_immigrant_attract = 0.01 + land_unit_start_experience = -2 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + NOT = { war_policy = jingoism } + NOT = { war_policy = pro_military} + } + } + } + no_draft = { + global_immigrant_attract = 0.03 + land_unit_start_experience = -5 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + NOT = { war_policy = jingoism } + NOT = { war_policy = pro_military} + } + } + } + } + + border_policy = { + closed_borders = { + global_immigrant_attract = -8 + badboy = 0.01 + literacy_con_impact = -0.1 + administrative_multiplier = 6 + allow = { + vote_franschise = none_voting + NOT = { press_rights = free_press } + citizenship_policy = residency + NOT = { has_country_flag = government_busy_with_something } + OR = { + has_country_flag = absolute_monarchy_gov + has_country_flag = communist_gov + has_country_flag = fascist_gov + has_country_flag = presidential_dictatorship_gov + has_country_flag = theocratic_government + } + } + } + quota_immigration = { + administrative_multiplier = 2 + global_immigrant_attract = -0.02 + core_pop_militancy_modifier = -0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + is_culture_group = latin_american_cultures + is_culture_group = american_cultures + is_culture_group = african_diaspora_cultures + is_culture_group = native_american + primary_culture = australian + primary_culture = anglo_canadian + primary_culture = french_canadian + } + } + } + open_borders = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + debt_law = { + next_step_only = yes + serfdom = { + education_efficiency_modifier = -0.15 + poor_savings_modifier = -0.5 + global_immigrant_attract = -0.1 + tax_efficiency = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + has_country_flag = absolute_monarchy_gov + has_country_flag = semi_constitutional_monarchy_gov + } + } + } + peonage = { + education_efficiency_modifier = -0.03 + RGO_throughput = 0.05 + global_immigrant_attract = -0.05 + suppression_points_modifier = 0.1 + poor_everyday_needs = 0.1 + poor_savings_modifier = -0.25 + allow = { + NOT = { has_country_flag = government_busy_with_something } + OR = { + NOT = { has_country_flag = serfdom_not_abolished } + year = 1870 + } + } + } + + debtors_prisons = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + bankruptcy = { + administrative_efficiency_modifier = 0.05 + tariff_efficiency_modifier = 0.05 + administrative_multiplier = 2 + allow = { + has_country_flag = central_bank_instituted + NOT = { has_country_flag = government_busy_with_something } + } + } + } } ########################################## # Social reforms. ########################################## social_reforms = { - wage_reform = { - administrative = yes - next_step_only = yes - no_minimum_wage = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - trinket_wage = { - minimum_wage = 0.20 - administrative_multiplier = 1 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - low_minimum_wage = { - minimum_wage = 0.40 - administrative_multiplier = 2 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_minimum_wage = { - minimum_wage = 0.60 - administrative_multiplier = 3 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - good_minimum_wage = { - minimum_wage = 0.80 - administrative_multiplier = 4 - global_immigrant_attract = 0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - work_hours = { - administrative = yes - next_step_only = yes - no_work_hour_limit = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - fourteen_hours = { - factory_throughput = -0.02 - RGO_throughput = -0.02 - artisan_throughput = -0.02 - minimum_wage = 0.1 - administrative_multiplier = 1 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - twelve_hours = { - factory_throughput = -0.05 - RGO_throughput = -0.05 - artisan_throughput = -0.03 - minimum_wage = 0.15 - administrative_multiplier = 2 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - ten_hours = { - factory_throughput = -0.075 - RGO_throughput = -0.075 - artisan_throughput = -0.04 - minimum_wage = 0.2 - administrative_multiplier = 3 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - eight_hours = { - factory_throughput = -0.1 - RGO_throughput = -0.1 - artisan_throughput = -0.05 - minimum_wage = 0.3 - administrative_multiplier = 4 - global_immigrant_attract = 0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - safety_regulations = { - administrative = yes - next_step_only = yes - no_safety = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - trinket_safety = { - factory_cost = 0.20 - factory_maintenance = 0.1 - administrative_multiplier = 1 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - low_safety = { - pension_level = 0.20 - factory_cost = 0.40 - factory_maintenance = 0.15 - rgo_output = -0.02 - artisan_output = -0.02 - administrative_multiplier = 2 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_safety = { - pension_level = 0.50 - factory_cost = 0.60 - factory_maintenance = 0.20 - rgo_output = -0.03 - artisan_output = -0.03 - administrative_multiplier = 3 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - good_safety = { - pension_level = 1.0 - factory_cost = 0.80 - factory_maintenance = 0.25 - rgo_output = -0.04 - artisan_throughput = -0.04 - administrative_multiplier = 4 - global_immigrant_attract = 0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - unemployment_subsidies = { - next_step_only = yes - no_subsidies = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - trinket_subsidies = { - unemployment_benefit = 0.50 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - low_subsidies = { - unemployment_benefit = 1.0 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_subsidies = { - unemployment_benefit = 1.5 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - good_subsidies = { - unemployment_benefit = 2.0 - global_immigrant_attract = 0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - pensions = { - next_step_only = yes - no_pensions = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - trinket_pensions = { - pension_level = 0.50 - global_immigrant_attract = 0.01 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - low_pensions = { - pension_level = 1.0 - global_immigrant_attract = 0.02 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_pensions = { - pension_level = 1.5 - global_immigrant_attract = 0.03 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - good_pensions = { - pension_level = 2.0 - global_population_growth = 0.001 - global_immigrant_attract = 0.04 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - health_care = { - administrative = yes - next_step_only = yes - no_health_care = { - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - trinket_health_care = { - global_population_growth = 0.001 - administrative_multiplier = 1 - global_immigrant_attract = 0.01 - allow = { - has_country_flag = medicine_invented - NOT = { has_country_flag = government_busy_with_something } - } - } - low_health_care = { - global_population_growth = 0.002 - administrative_multiplier = 2 - global_immigrant_attract = 0.02 - allow = { - has_country_flag = germs_invented - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_health_care = { - global_population_growth = 0.003 - administrative_multiplier = 3 - global_immigrant_attract = 0.03 - allow = { - has_country_flag = gaslights_invented - NOT = { has_country_flag = government_busy_with_something } - } - } - good_health_care = { - global_population_growth = 0.004 - administrative_multiplier = 4 - global_immigrant_attract = 0.04 - allow = { - has_country_flag = electricity_invented - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - school_reforms = { - next_step_only = yes - administrative = yes - no_schools = { - global_assimilation_rate = -0.002 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - low_schools = { - education_efficiency_modifier = 0.05 - global_assimilation_rate = 0.002 - global_immigrant_attract = 0.02 - administrative_multiplier = 1 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - acceptable_schools = { - education_efficiency_modifier = 0.075 - global_assimilation_rate = 0.005 - global_immigrant_attract = 0.03 - administrative_multiplier = 2 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - good_schools = { - education_efficiency_modifier = 0.1 - global_assimilation_rate = 0.01 - global_immigrant_attract = 0.04 - administrative_multiplier = 3 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - penal_system = { - administrative = yes - next_step_only = yes - capital_punishment = { - core_pop_militancy_modifier = -0.01 - suppression_points_modifier = 0.25 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - colonial_transportation = { - administrative_multiplier = 1 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - incarceration = { - administrative_multiplier = 1 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - rehabilitation = { - global_immigrant_attract = 0.02 - global_assimilation_rate = 0.02 - suppression_points_modifier = -0.2 - administrative_multiplier = 2 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } - - child_labor = { + + wage_reform = { + administrative = yes + next_step_only = yes + no_minimum_wage = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + trinket_wage = { + minimum_wage = 0.20 + administrative_multiplier = 1 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + low_minimum_wage = { + minimum_wage = 0.40 + administrative_multiplier = 2 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_minimum_wage = { + minimum_wage = 0.60 + administrative_multiplier = 3 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + good_minimum_wage = { + minimum_wage = 0.80 + administrative_multiplier = 4 + global_immigrant_attract = 0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + work_hours = { + administrative = yes + next_step_only = yes + no_work_hour_limit = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + fourteen_hours = { + factory_throughput = -0.02 + RGO_throughput = -0.02 + artisan_throughput = -0.02 + minimum_wage = 0.1 + administrative_multiplier = 1 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + twelve_hours = { + factory_throughput = -0.05 + RGO_throughput = -0.05 + artisan_throughput = -0.03 + minimum_wage = 0.15 + administrative_multiplier = 2 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + ten_hours = { + factory_throughput = -0.075 + RGO_throughput = -0.075 + artisan_throughput = -0.04 + minimum_wage = 0.2 + administrative_multiplier = 3 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + eight_hours = { + factory_throughput = -0.1 + RGO_throughput = -0.1 + artisan_throughput = -0.05 + minimum_wage = 0.3 + administrative_multiplier = 4 + global_immigrant_attract = 0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + safety_regulations = { + administrative = yes + next_step_only = yes + no_safety = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + trinket_safety = { + factory_cost = 0.20 + factory_maintenance = 0.1 + administrative_multiplier = 1 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + low_safety = { + pension_level = 0.20 + factory_cost = 0.40 + factory_maintenance = 0.15 + rgo_output = -0.02 + artisan_output = -0.02 + administrative_multiplier = 2 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_safety = { + pension_level = 0.50 + factory_cost = 0.60 + factory_maintenance = 0.20 + rgo_output = -0.03 + artisan_output = -0.03 + administrative_multiplier = 3 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + good_safety = { + pension_level = 1.0 + factory_cost = 0.80 + factory_maintenance = 0.25 + rgo_output = -0.04 + artisan_throughput = -0.04 + administrative_multiplier = 4 + global_immigrant_attract = 0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + unemployment_subsidies = { + next_step_only = yes + no_subsidies = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + trinket_subsidies = { + unemployment_benefit = 0.50 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + low_subsidies = { + unemployment_benefit = 1.0 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_subsidies = { + unemployment_benefit = 1.5 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + good_subsidies = { + unemployment_benefit = 2.0 + global_immigrant_attract = 0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + pensions = { + next_step_only = yes + no_pensions = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + trinket_pensions = { + pension_level = 0.50 + global_immigrant_attract = 0.01 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + low_pensions = { + pension_level = 1.0 + global_immigrant_attract = 0.02 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_pensions = { + pension_level = 1.5 + global_immigrant_attract = 0.03 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + good_pensions = { + pension_level = 2.0 + global_population_growth = 0.001 + global_immigrant_attract = 0.04 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + health_care = { + administrative = yes + next_step_only = yes + no_health_care = { + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + trinket_health_care = { + global_population_growth = 0.001 + administrative_multiplier = 1 + global_immigrant_attract = 0.01 + allow = { + has_country_flag = medicine_invented + NOT = { has_country_flag = government_busy_with_something } + } + } + low_health_care = { + global_population_growth = 0.002 + administrative_multiplier = 2 + global_immigrant_attract = 0.02 + allow = { + has_country_flag = germs_invented + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_health_care = { + global_population_growth = 0.003 + administrative_multiplier = 3 + global_immigrant_attract = 0.03 + allow = { + has_country_flag = gaslights_invented + NOT = { has_country_flag = government_busy_with_something } + } + } + good_health_care = { + global_population_growth = 0.004 + administrative_multiplier = 4 + global_immigrant_attract = 0.04 + allow = { + has_country_flag = electricity_invented + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + school_reforms = { + next_step_only = yes + administrative = yes + no_schools = { + global_assimilation_rate = -0.002 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + low_schools = { + education_efficiency_modifier = 0.05 + global_assimilation_rate = 0.002 + global_immigrant_attract = 0.02 + administrative_multiplier = 1 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + acceptable_schools = { + education_efficiency_modifier = 0.075 + global_assimilation_rate = 0.005 + global_immigrant_attract = 0.03 + administrative_multiplier = 2 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + good_schools = { + education_efficiency_modifier = 0.1 + global_assimilation_rate = 0.01 + global_immigrant_attract = 0.04 + administrative_multiplier = 3 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + penal_system = { + administrative = yes + next_step_only = yes + capital_punishment = { + core_pop_militancy_modifier = -0.01 + suppression_points_modifier = 0.25 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + colonial_transportation = { + administrative_multiplier = 1 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + incarceration = { + administrative_multiplier = 1 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + rehabilitation = { + global_immigrant_attract = 0.02 + global_assimilation_rate = 0.02 + suppression_points_modifier = -0.2 + administrative_multiplier = 2 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + child_labor = { + administrative = yes + next_step_only = yes + child_labor_legal = { + #global_population_growth = -0.001 + education_efficiency_modifier = -0.1 + factory_throughput = 0.1 + artisan_throughput = 0.1 + RGO_throughput = 0.25 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + child_labor_restricted = { + education_efficiency_modifier = -0.03 + poor_savings_modifier = 0.05 + RGO_throughput = 0.05 + artisan_throughput = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + + child_labor_illegal = { + education_efficiency_modifier = 0.02 + global_immigrant_attract = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } + + citizens_rights = { administrative = yes - next_step_only = yes - child_labor_legal = { - #global_population_growth = -0.001 - education_efficiency_modifier = -0.1 - factory_throughput = 0.1 - artisan_throughput = 0.1 - RGO_throughput = 0.25 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - child_labor_restricted = { - education_efficiency_modifier = -0.03 - poor_savings_modifier = 0.05 - RGO_throughput = 0.05 - artisan_throughput = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - - child_labor_illegal = { - education_efficiency_modifier = 0.02 - global_immigrant_attract = 0.05 - allow = { - NOT = { has_country_flag = government_busy_with_something } - } - } - } + next_step_only = yes + primary_culture_only = { + rules = { primary_culture_voting = yes } + non_accepted_pop_consciousness_modifier = 0.01 + allow = { + citizenship_policy = residency + NOT = { has_country_flag = theocratic_government } + NOT = { has_country_flag = government_busy_with_something } + } + } + culture_voting_only = { + rules = { culture_voting = yes } + global_assimilation_rate = 0.05 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + all_voting_pops = { + rules = { all_voting = yes } + non_accepted_pop_militancy_modifier = -0.01 + global_assimilation_rate = 0.15 + global_immigrant_attract = 0.08 + allow = { + NOT = { has_country_flag = government_busy_with_something } + } + } + } } ###############Unciv Reforms economic_reforms = { - land_reform = { - no_land_reform = { - farm_rgo_size = 0.25 - mine_rgo_size = 0.25 - core_pop_militancy_modifier = -0.005 - } - yes_land_reform = { - technology_cost = 10000 - farm_rgo_eff = 0.25 - mine_rgo_eff = 0.25 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - admin_reform = { - no_admin_reform = { - core_pop_militancy_modifier = -0.005 - } - yes_admin_reform = { - technology_cost = 12000 - administrative_efficiency_modifier = 0.1 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - finance_reform = { - next_step_only = yes - no_finance_reform = { - max_loan_modifier = -1.0 # no loan 4 u - core_pop_militancy_modifier = -0.005 - } - yes_finance_reform = { - technology_cost = 12000 - tax_efficiency = 0.1 - civilization_progress_modifier = 0.15 - max_loan_modifier = -1.0 # no loan 4 u - allow = { - NOT = { has_country_flag = lacking_writing_system } - is_substate = no - } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - finance_reform_two = { - technology_cost = 18000 - tax_efficiency = 0.1 - civilization_progress_modifier = 0.35 - - max_loan_modifier = -0.2 # 80% loans - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 0.5 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - } - } - } - } - - monetary_reform = { - next_step_only = yes - no_monetary_reform = { - } - yes_monetary_reform = { - technology_cost = 12000 - tax_efficiency = 0.05 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - monetary_reform_two = { - technology_cost = 18000 - tax_efficiency = 0.05 - civilization_progress_modifier = 0.25 - - on_execute = { - effect = { - activate_technology = no_standard - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 0.5 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - } - } - } - } - - - education_reform = { - no_education_reform = { - core_pop_militancy_modifier = -0.005 - - } - yes_education_reform = { - education_efficiency_modifier = 0.1 - technology_cost = 12500 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } } - - on_execute = { - effect = { - plurality = 5 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - research_reform = { - no_research_reform = { - - } - - yes_research_reform = { - technology_cost = 22000 - education_efficiency_modifier = 0.1 - civilization_progress_modifier = 0.25 - allow = { NOT = { has_country_flag = lacking_writing_system } } - - on_execute = { - effect = { - plurality = 5 - activate_technology = late_enlightenment_philosophy - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - transport_improv = { - no_transport_improv = { - core_pop_militancy_modifier = -0.005 - - } - yes_transport_improv = { - technology_cost = 12000 - farm_rgo_eff = 0.25 - mine_rgo_eff = 0.25 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } money = 2000 } - - on_execute = { - trigger = { - can_build_railway_in_capital = { - in_whole_capital_state = yes # no = just in main capital province. - limit_to_world_greatest_level = yes - } - } - effect = { - treasury = -2000 - set_country_flag = activate_experimental_railroad - activate_technology = experimental_railroad - - build_railway_in_capital = { - in_whole_capital_state = yes # no = just in main capital province. - limit_to_world_greatest_level = yes - } - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - firearms_production = { - no_firearms_production = { - - } - yes_firearms_production = { - technology_cost = 12000 - civilization_progress_modifier = 0.15 - allow = { NOT = { has_country_flag = lacking_writing_system } money = 10000 } - - on_execute = { - effect = { - treasury = -10000 - activate_technology = guild_based_production - build_factory_in_capital_state = small_arms_factory - - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - pre_indust = { - no_pre_indust = { - core_pop_militancy_modifier = -0.005 - - } - yes_pre_indust = { - technology_cost = 18000 - civilization_progress_modifier = 0.2 - allow = { NOT = { has_country_flag = lacking_writing_system } money = 2000 } - - on_execute = { - trigger = { can_build_factory_in_capital_state = cement_factory # example, no trigger needed here - - } - - effect = { - treasury = -2000 - build_factory_in_capital_state = cement_factory - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - industrial_construction = { - no_industrial_construction = { - core_pop_militancy_modifier = -0.005 - - } - yes_industrial_construction = { - technology_cost = 20000 - civilization_progress_modifier = 0.25 - allow = { NOT = { has_country_flag = lacking_writing_system } money = 7000 } - - on_execute = { - effect = { - treasury = -7000 - activate_technology = piston_steam_engine - build_factory_in_capital_state = fabric_factory - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } + land_reform = { + no_land_reform = { + farm_rgo_size = 0.25 + mine_rgo_size = 0.25 + core_pop_militancy_modifier = -0.005 + } + yes_land_reform = { + technology_cost = 10000 + farm_rgo_eff = 0.25 + mine_rgo_eff = 0.25 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + admin_reform = { + no_admin_reform = { + core_pop_militancy_modifier = -0.005 + } + yes_admin_reform = { + technology_cost = 12000 + administrative_efficiency_modifier = 0.1 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + finance_reform = { + next_step_only = yes + no_finance_reform = { + max_loan_modifier = -1.0 # no loan 4 u + core_pop_militancy_modifier = -0.005 + } + yes_finance_reform = { + technology_cost = 12000 + tax_efficiency = 0.1 + civilization_progress_modifier = 0.15 + max_loan_modifier = -1.0 # no loan 4 u + allow = { + NOT = { has_country_flag = lacking_writing_system } + is_substate = no + } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + finance_reform_two = { + technology_cost = 18000 + tax_efficiency = 0.1 + civilization_progress_modifier = 0.35 + + max_loan_modifier = -0.2 # 80% loans + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 0.5 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + } + } + } + } + + monetary_reform = { + next_step_only = yes + no_monetary_reform = { + } + yes_monetary_reform = { + technology_cost = 12000 + tax_efficiency = 0.05 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + monetary_reform_two = { + technology_cost = 18000 + tax_efficiency = 0.05 + civilization_progress_modifier = 0.25 + + on_execute = { + effect = { + activate_technology = no_standard + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 0.5 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + } + } + } + } + + + education_reform = { + no_education_reform = { + core_pop_militancy_modifier = -0.005 + + } + yes_education_reform = { + education_efficiency_modifier = 0.1 + technology_cost = 12500 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } } + + on_execute = { + effect = { + plurality = 5 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + research_reform = { + no_research_reform = { + + } + + yes_research_reform = { + technology_cost = 22000 + education_efficiency_modifier = 0.1 + civilization_progress_modifier = 0.25 + allow = { NOT = { has_country_flag = lacking_writing_system } } + + on_execute = { + effect = { + plurality = 5 + activate_technology = late_enlightenment_philosophy + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + transport_improv = { + no_transport_improv = { + core_pop_militancy_modifier = -0.005 + + } + yes_transport_improv = { + technology_cost = 12000 + farm_rgo_eff = 0.25 + mine_rgo_eff = 0.25 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } money = 2000 } + + on_execute = { + trigger = { + can_build_railway_in_capital = { + in_whole_capital_state = yes # no = just in main capital province. + limit_to_world_greatest_level = yes + } + } + effect = { + treasury = -2000 + set_country_flag = activate_experimental_railroad + activate_technology = experimental_railroad + + build_railway_in_capital = { + in_whole_capital_state = yes # no = just in main capital province. + limit_to_world_greatest_level = yes + } + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + firearms_production = { + no_firearms_production = { + + } + yes_firearms_production = { + technology_cost = 12000 + civilization_progress_modifier = 0.15 + allow = { NOT = { has_country_flag = lacking_writing_system } money = 10000 } + + on_execute = { + effect = { + treasury = -10000 + activate_technology = guild_based_production + build_factory_in_capital_state = small_arms_factory + + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + pre_indust = { + no_pre_indust = { + core_pop_militancy_modifier = -0.005 + + } + yes_pre_indust = { + technology_cost = 18000 + civilization_progress_modifier = 0.2 + allow = { NOT = { has_country_flag = lacking_writing_system } money = 2000 } + + on_execute = { + trigger = { can_build_factory_in_capital_state = cement_factory # example, no trigger needed here + + } + + effect = { + treasury = -2000 + build_factory_in_capital_state = cement_factory + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + industrial_construction = { + no_industrial_construction = { + core_pop_militancy_modifier = -0.005 + + } + yes_industrial_construction = { + technology_cost = 20000 + civilization_progress_modifier = 0.25 + allow = { NOT = { has_country_flag = lacking_writing_system } money = 7000 } + + on_execute = { + effect = { + treasury = -7000 + activate_technology = piston_steam_engine + build_factory_in_capital_state = fabric_factory + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } } #Military Reforms military_reforms = { - foreign_training = { - - no_foreign_training = { - core_pop_militancy_modifier = -0.005 - } - yes_foreign_training = { - #unit stats improve - land_organisation = 0.1 - technology_cost = 9000 - civilization_progress_modifier = 0.1 - research_points_on_conquer = 0.25 - - allow = { - OR = { - ai = no - AND = { - has_country_flag = using_foreign_ships - has_country_flag = using_foreign_shipyards - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - foreign_weapons = { - no_foreign_weapons = { - core_pop_militancy_modifier = -0.005 - } - yes_foreign_weapons = { - land_defense_modifier = 0.1 - technology_cost = 11000 - civilization_progress_modifier = 0.1 - - on_execute = { - effect = { - activate_technology = flintlock_rifles - set_country_flag = using_foreign_weapons - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - military_constructions = { - no_military_constructions = { - core_pop_militancy_modifier = -0.005 - } - yes_military_constructions = { - technology_cost = 11000 - civilization_progress_modifier = 0.1 - allow = { - NOT = { has_country_flag = lacking_writing_system } - money = 2000 - OR = { - ai = no - AND = { - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - trigger = { - can_build_fort_in_capital = { - in_whole_capital_state = no # no = just in main capital province. - limit_to_world_greatest_level = yes - } - } - effect = { - treasury = -2000 - activate_technology = post_napoleonic_thought - build_fort_in_capital = { - in_whole_capital_state = no # no = just in main capital province. - limit_to_world_greatest_level = yes - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - foreign_officers = { - no_foreign_officers = { - core_pop_militancy_modifier = -0.005 - } - yes_foreign_officers = { - leadership_modifier = 0.1 - technology_cost = 11000 - civilization_progress_modifier = 0.1 - research_points_on_conquer = 0.25 - allow = { - OR = { - ai = no - AND = { - has_country_flag = using_foreign_ships - has_country_flag = using_foreign_shipyards - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - activate_technology = military_staff_system - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - army_schools = { - no_army_schools = { - core_pop_militancy_modifier = -0.005 - } - yes_army_schools = { - land_unit_start_experience = 10 - technology_cost = 11000 - civilization_progress_modifier = 0.1 - allow = { - NOT = { has_country_flag = lacking_writing_system } - OR = { - ai = no - AND = { - has_country_flag = using_foreign_ships - has_country_flag = using_foreign_shipyards - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - foreign_naval_officers = { - no_foreign_naval_officers = { - core_pop_militancy_modifier = -0.005 - } - yes_foreign_naval_officers = { - tariff_efficiency_modifier = 0.2 - technology_cost = 12000 - civilization_progress_modifier = 0.1 - research_points_on_conquer = 0.25 - - allow = { - any_owned_province = { port = yes } - OR = { - ai = no - AND = { - has_country_flag = using_foreign_ships - has_country_flag = using_foreign_shipyards - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - naval_schools = { - no_naval_schools = { - core_pop_militancy_modifier = -0.005 - } - yes_naval_schools = { - naval_unit_start_experience = 10 - technology_cost = 12000 - civilization_progress_modifier = 0.1 - research_points_on_conquer = 0.25 - - allow = { - NOT = { has_country_flag = lacking_writing_system } - any_owned_province = { port = yes } - OR = { - ai = no - AND = { - has_country_flag = using_foreign_ships - has_country_flag = using_foreign_shipyards - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - foreign_navies = { - no_foreign_navies = { - core_pop_militancy_modifier = -0.005 - } - yes_foreign_navies = { - naval_attack_modifier = 0.2 - naval_defense_modifier = 0.2 - technology_cost = 16000 - civilization_progress_modifier = 0.1 - - allow = { - any_owned_province = { has_building = naval_base } - OR = { - ai = no - AND = { - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - activate_technology = clipper_design - activate_technology = steamers - set_country_flag = using_foreign_ships - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - western_shipyards = { - no_western_shipyards = { - } - - yes_western_shipyards = { - technology_cost = 12000 - civilization_progress_modifier = 0.1 - - allow = { - any_owned_province = { port = yes } - OR = { - ai = no - AND = { - has_country_flag = using_foreign_weapons - has_country_flag = using_foreign_artillery - } - } - } - - on_execute = { - effect = { - activate_technology = post_nelsonian_thought - set_country_flag = using_foreign_shipyards - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - - foreign_artillery = { - no_foreign_artillery = { - } - yes_foreign_artillery = { - technology_cost = 11000 - civilization_progress_modifier = 0.1 - - on_execute = { - effect = { - activate_technology = bronze_muzzle_loaded_artillery - set_country_flag = using_foreign_artillery - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } + foreign_training = { + + no_foreign_training = { + core_pop_militancy_modifier = -0.005 + } + yes_foreign_training = { + #unit stats improve + land_organisation = 0.1 + technology_cost = 9000 + civilization_progress_modifier = 0.1 + research_points_on_conquer = 0.25 + + allow = { + OR = { + ai = no + AND = { + has_country_flag = using_foreign_ships + has_country_flag = using_foreign_shipyards + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + foreign_weapons = { + no_foreign_weapons = { + core_pop_militancy_modifier = -0.005 + } + yes_foreign_weapons = { + land_defense_modifier = 0.1 + technology_cost = 11000 + civilization_progress_modifier = 0.1 + + on_execute = { + effect = { + activate_technology = flintlock_rifles + set_country_flag = using_foreign_weapons + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + military_constructions = { + no_military_constructions = { + core_pop_militancy_modifier = -0.005 + } + yes_military_constructions = { + technology_cost = 11000 + civilization_progress_modifier = 0.1 + allow = { + NOT = { has_country_flag = lacking_writing_system } + money = 2000 + OR = { + ai = no + AND = { + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + trigger = { + can_build_fort_in_capital = { + in_whole_capital_state = no # no = just in main capital province. + limit_to_world_greatest_level = yes + } + } + effect = { + treasury = -2000 + activate_technology = post_napoleonic_thought + build_fort_in_capital = { + in_whole_capital_state = no # no = just in main capital province. + limit_to_world_greatest_level = yes + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + foreign_officers = { + no_foreign_officers = { + core_pop_militancy_modifier = -0.005 + } + yes_foreign_officers = { + leadership_modifier = 0.1 + technology_cost = 11000 + civilization_progress_modifier = 0.1 + research_points_on_conquer = 0.25 + allow = { + OR = { + ai = no + AND = { + has_country_flag = using_foreign_ships + has_country_flag = using_foreign_shipyards + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + activate_technology = military_staff_system + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + army_schools = { + no_army_schools = { + core_pop_militancy_modifier = -0.005 + } + yes_army_schools = { + land_unit_start_experience = 10 + technology_cost = 11000 + civilization_progress_modifier = 0.1 + allow = { + NOT = { has_country_flag = lacking_writing_system } + OR = { + ai = no + AND = { + has_country_flag = using_foreign_ships + has_country_flag = using_foreign_shipyards + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + foreign_naval_officers = { + no_foreign_naval_officers = { + core_pop_militancy_modifier = -0.005 + } + yes_foreign_naval_officers = { + tariff_efficiency_modifier = 0.2 + technology_cost = 12000 + civilization_progress_modifier = 0.1 + research_points_on_conquer = 0.25 + + allow = { + any_owned_province = { port = yes } + OR = { + ai = no + AND = { + has_country_flag = using_foreign_ships + has_country_flag = using_foreign_shipyards + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + naval_schools = { + no_naval_schools = { + core_pop_militancy_modifier = -0.005 + } + yes_naval_schools = { + naval_unit_start_experience = 10 + technology_cost = 12000 + civilization_progress_modifier = 0.1 + research_points_on_conquer = 0.25 + + allow = { + NOT = { has_country_flag = lacking_writing_system } + any_owned_province = { port = yes } + OR = { + ai = no + AND = { + has_country_flag = using_foreign_ships + has_country_flag = using_foreign_shipyards + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + foreign_navies = { + no_foreign_navies = { + core_pop_militancy_modifier = -0.005 + } + yes_foreign_navies = { + naval_attack_modifier = 0.2 + naval_defense_modifier = 0.2 + technology_cost = 16000 + civilization_progress_modifier = 0.1 + + allow = { + any_owned_province = { has_building = naval_base } + OR = { + ai = no + AND = { + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + activate_technology = clipper_design + activate_technology = steamers + set_country_flag = using_foreign_ships + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + western_shipyards = { + no_western_shipyards = { + } + + yes_western_shipyards = { + technology_cost = 12000 + civilization_progress_modifier = 0.1 + + allow = { + any_owned_province = { port = yes } + OR = { + ai = no + AND = { + has_country_flag = using_foreign_weapons + has_country_flag = using_foreign_artillery + } + } + } + + on_execute = { + effect = { + activate_technology = post_nelsonian_thought + set_country_flag = using_foreign_shipyards + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + + foreign_artillery = { + no_foreign_artillery = { + } + yes_foreign_artillery = { + technology_cost = 11000 + civilization_progress_modifier = 0.1 + + on_execute = { + effect = { + activate_technology = bronze_muzzle_loaded_artillery + set_country_flag = using_foreign_artillery + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } } diff --git a/HPM/common/national_focus.txt b/HPM/common/national_focus.txt index 3c6ef64c..fa34ee77 100644 --- a/HPM/common/national_focus.txt +++ b/HPM/common/national_focus.txt @@ -1,473 +1,473 @@ rail_focus = { #Now called Colonial Policy - colonial_immigration = { - immigrant_attract = 2.0 - pop_militancy_modifier = 0.02 - icon = 2 - limit = { - is_colonial = yes - } - } - - encourage_agriculture = { - farm_rgo_eff = 0.5 - pop_militancy_modifier = 0.01 - icon = 3 - limit = { - is_colonial = yes - is_overseas = yes - NOT = { has_province_modifier = treaty_port } - NOT = { province_id = 1755 } - NOT = { province_id = 1723 } - NOT = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - - encourage_mining = { - mine_rgo_eff = 0.5 - pop_militancy_modifier = 0.01 - icon = 4 - limit = { - is_colonial = yes - is_overseas = yes - NOT = { has_province_modifier = treaty_port } - NOT = { province_id = 1755 } - NOT = { province_id = 1723 } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - - encourage_business = { - local_RGO_throughput = 0.5 - immigrant_attract = 0.25 - icon = 5 - limit = { - is_colonial = yes - is_overseas = yes - OR = { - has_province_modifier = treaty_port - province_id = 1755 - province_id = 1723 - } - OR = { - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { has_province_modifier = treaty_port } - } - } - } - - militancy_appeasement = { - pop_militancy_modifier = -0.5 - local_RGO_throughput = -0.1 - icon = 6 - limit = { - is_colonial = yes - is_overseas = yes - } - } - - consciousness_appeasement = { - pop_consciousness_modifier = -0.5 - icon = 7 - limit = { - is_colonial = yes - is_overseas = yes - } - } + colonial_immigration = { + immigrant_attract = 2.0 + pop_militancy_modifier = 0.02 + icon = 2 + limit = { + is_colonial = yes + } + } + + encourage_agriculture = { + farm_rgo_eff = 0.5 + pop_militancy_modifier = 0.01 + icon = 3 + limit = { + is_colonial = yes + is_overseas = yes + NOT = { has_province_modifier = treaty_port } + NOT = { province_id = 1755 } + NOT = { province_id = 1723 } + NOT = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + + encourage_mining = { + mine_rgo_eff = 0.5 + pop_militancy_modifier = 0.01 + icon = 4 + limit = { + is_colonial = yes + is_overseas = yes + NOT = { has_province_modifier = treaty_port } + NOT = { province_id = 1755 } + NOT = { province_id = 1723 } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + + encourage_business = { + local_RGO_throughput = 0.5 + immigrant_attract = 0.25 + icon = 5 + limit = { + is_colonial = yes + is_overseas = yes + OR = { + has_province_modifier = treaty_port + province_id = 1755 + province_id = 1723 + } + OR = { + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { has_province_modifier = treaty_port } + } + } + } + + militancy_appeasement = { + pop_militancy_modifier = -0.5 + local_RGO_throughput = -0.1 + icon = 6 + limit = { + is_colonial = yes + is_overseas = yes + } + } + + consciousness_appeasement = { + pop_consciousness_modifier = -0.5 + icon = 7 + limit = { + is_colonial = yes + is_overseas = yes + } + } } immigration_focus = { - immigration = { - immigrant_attract = 0.5 #increases attractiveness to immigrants by 50 % - icon = 8 - limit = { - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - owner = { number_of_states = 2 } - } - } - - emigration_focus = { - immigrant_push = 0.15 - icon = 9 - limit = { - owner = { ai = no } - owner = { NOT = { OR = { government = democracy government = hms_government } } } - owner = { - OR = { - citizenship_policy = residency - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - owner = { civilized = yes } - owner = { number_of_states = 2 } - is_colonial = no - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { state_scope = { any_owned_province = { NOT = { is_core = THIS } } } } - } - } + immigration = { + immigrant_attract = 0.5 #increases attractiveness to immigrants by 50 % + icon = 8 + limit = { + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + owner = { number_of_states = 2 } + } + } + + emigration_focus = { + immigrant_push = 0.15 + icon = 9 + limit = { + owner = { ai = no } + owner = { NOT = { OR = { government = democracy government = hms_government } } } + owner = { + OR = { + citizenship_policy = residency + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + owner = { civilized = yes } + owner = { number_of_states = 2 } + is_colonial = no + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { state_scope = { any_owned_province = { NOT = { is_core = THIS } } } } + } + } } diplomatic_focus = { - increase_tension = { - icon = 10 - has_flashpoint = yes - own_provinces = no - - flashpoint_tension = 0.15 - - limit = { - owner = { - has_global_flag = revolution_n_counter_researched - is_vassal = no - } - is_core = THIS - THIS = { is_greater_power = no } - } - } + increase_tension = { + icon = 10 + has_flashpoint = yes + own_provinces = no + + flashpoint_tension = 0.15 + + limit = { + owner = { + has_global_flag = revolution_n_counter_researched + is_vassal = no + } + is_core = THIS + THIS = { is_greater_power = no } + } + } } promotion_focus = { - promote_aristocrats = { - aristocrats = 0.20 #20% more likely to become artisans - icon = 11 - outliner_show_as_percent = yes - - limit = { - owner = { NOT = { government = proletarian_dictatorship } ai = no } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - } - } - - promote_artisans = { - artisans = 0.20 #20% more likely to become this type - icon = 12 - outliner_show_as_percent = yes - limit = { owner = { ai = no } NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } } - } - - promote_bureaucrats = { - bureaucrats = 0.20 #20% more likely to become this type - icon = 13 - outliner_show_as_percent = yes - limit = { - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - state_scope = { any_owned_province = { any_pop = { OR = { is_accepted_culture = yes is_primary_culture = yes } } } } - } - } - - promote_capitalists = { - capitalists = 0.20 #20% more likely to become this type - icon = 14 - outliner_show_as_percent = yes - limit = { - owner = { NOT = { government = proletarian_dictatorship } civilized = yes } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - NOT = { state_scope = { capitalists = 0.007 } } - is_colonial = no - } - } - - promote_clergymen = { - clergymen = 0.20 #20% more likely to become this type - icon = 15 - outliner_show_as_percent = yes - limit = { - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - NOT = { state_scope = { clergymen = 0.041 } } - OR = { - is_colonial = no - owner = { ai = no } - } - } - } - - promote_clerks = { - clerks = 0.20 #20% more likely to become this type - icon = 16 - outliner_show_as_percent = yes - limit = { - civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - work_available = { worker = clerks } - NOT = { state_scope = { is_colonial = yes } } - OR = { - NOT = { unemployment_by_type = { type = clerks value = 0.5 } } - owner = { ai = no } - } - } - } - - promote_craftsmen = { - craftsmen = 0.20 #20% more likely to become this type - icon = 17 - outliner_show_as_percent = yes - limit = { - civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - work_available = { worker = craftsmen } - NOT = { state_scope = { is_colonial = yes } } - NOT = { state_scope = { any_owned_province = { unemployment_by_type = { type = craftsmen value = 0.5 } } } } - } - } - - promote_farmers = { - farmers = 0.20 #20% more likely to become this type - icon = 18 - outliner_show_as_percent = yes - limit = { - owner = { ai = no } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - work_available = { worker = farmers } - } - } - - promote_labourers = { - labourers = 0.20 #20% more likely to become this type - icon = 19 - outliner_show_as_percent = yes - limit = { - owner = { ai = no } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - work_available = { worker = labourers } - } - } - - promote_officers = { - officers = 0.20 #20% more likely to become this type - icon = 20 - outliner_show_as_percent = yes - limit = { - owner = { ai = no } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - NOT = { state_scope = { officers = 0.002 } } - OR = { - NOT = { state_scope = { is_colonial = yes } } - owner = { has_country_flag = colonial_armies } - } - } - } - - promote_soldiers = { - soldiers = 0.20 #20% more likely to become this type - icon = 21 - outliner_show_as_percent = yes - limit = { - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { state_scope = { soldiers = 0.05 } } - OR = { - NOT = { state_scope = { is_colonial = yes } } - owner = { has_country_flag = colonial_armies } - } - OR = { - NOT = { state_scope = { soldiers = 0.048 } } - owner = { ai = no } - } - } - } + promote_aristocrats = { + aristocrats = 0.20 #20% more likely to become artisans + icon = 11 + outliner_show_as_percent = yes + + limit = { + owner = { NOT = { government = proletarian_dictatorship } ai = no } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + } + } + + promote_artisans = { + artisans = 0.20 #20% more likely to become this type + icon = 12 + outliner_show_as_percent = yes + limit = { owner = { ai = no } NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } } + } + + promote_bureaucrats = { + bureaucrats = 0.20 #20% more likely to become this type + icon = 13 + outliner_show_as_percent = yes + limit = { + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + state_scope = { any_owned_province = { any_pop = { OR = { is_accepted_culture = yes is_primary_culture = yes } } } } + } + } + + promote_capitalists = { + capitalists = 0.20 #20% more likely to become this type + icon = 14 + outliner_show_as_percent = yes + limit = { + owner = { NOT = { government = proletarian_dictatorship } civilized = yes } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + NOT = { state_scope = { capitalists = 0.007 } } + is_colonial = no + } + } + + promote_clergymen = { + clergymen = 0.20 #20% more likely to become this type + icon = 15 + outliner_show_as_percent = yes + limit = { + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + NOT = { state_scope = { clergymen = 0.041 } } + OR = { + is_colonial = no + owner = { ai = no } + } + } + } + + promote_clerks = { + clerks = 0.20 #20% more likely to become this type + icon = 16 + outliner_show_as_percent = yes + limit = { + civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + work_available = { worker = clerks } + NOT = { state_scope = { is_colonial = yes } } + OR = { + NOT = { unemployment_by_type = { type = clerks value = 0.5 } } + owner = { ai = no } + } + } + } + + promote_craftsmen = { + craftsmen = 0.20 #20% more likely to become this type + icon = 17 + outliner_show_as_percent = yes + limit = { + civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + work_available = { worker = craftsmen } + NOT = { state_scope = { is_colonial = yes } } + NOT = { state_scope = { any_owned_province = { unemployment_by_type = { type = craftsmen value = 0.5 } } } } + } + } + + promote_farmers = { + farmers = 0.20 #20% more likely to become this type + icon = 18 + outliner_show_as_percent = yes + limit = { + owner = { ai = no } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + work_available = { worker = farmers } + } + } + + promote_labourers = { + labourers = 0.20 #20% more likely to become this type + icon = 19 + outliner_show_as_percent = yes + limit = { + owner = { ai = no } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + work_available = { worker = labourers } + } + } + + promote_officers = { + officers = 0.20 #20% more likely to become this type + icon = 20 + outliner_show_as_percent = yes + limit = { + owner = { ai = no } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + NOT = { state_scope = { officers = 0.002 } } + OR = { + NOT = { state_scope = { is_colonial = yes } } + owner = { has_country_flag = colonial_armies } + } + } + } + + promote_soldiers = { + soldiers = 0.20 #20% more likely to become this type + icon = 21 + outliner_show_as_percent = yes + limit = { + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { state_scope = { soldiers = 0.05 } } + OR = { + NOT = { state_scope = { is_colonial = yes } } + owner = { has_country_flag = colonial_armies } + } + OR = { + NOT = { state_scope = { soldiers = 0.048 } } + owner = { ai = no } + } + } + } } production_focus = { - automation_focus = { - aeroplanes = 50 - barrels = 50 - automobiles = 50 - icon = 22 - limit = { - year = 1880 - civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - electrical_focus = { - radio = 50 - telephones = 50 - electric_gear = 50 - icon = 23 - limit = { - year = 1880 - civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - chemical_focus = { - fuel = 50 - oil = 50 - icon = 24 - limit = { - year = 1880 - civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - shipping_focus = { - steamer_convoy = 50 - clipper_convoy = 50 - icon = 25 - limit = { - #civilized = yes - state_scope = { any_owned_province = { port = yes } } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - textile_focus = { - luxury_clothes = 60 - regular_clothes = 40 - fabric = 15 - dye = 15 - icon = 26 - limit = { - #civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - wood_focus = { - paper = 40 - luxury_furniture = 60 - furniture = 40 - lumber = 40 - icon = 27 - limit = { - # civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - basic_industry_focus = { - steel = 50 - machine_parts = 60 - cement = 50 - icon = 28 - limit = { - # civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - armaments_focus = { - artillery = 40 - small_arms = 40 - ammunition = 40 - canned_food = 40 - explosives = 40 - fertilizer = 40 - icon = 29 - limit = { - # civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - - consumer_focus = { - liquor = 60 - wine = 50 - glass = 50 - icon = 30 - limit = { - # civilized = yes - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { has_province_modifier = irish_oppression } - is_colonial = no - } - } - encourage_rail = { - railroads = 0.75 #Capitalists 50% more likely to choose railroads - icon = 31 - limit = { - owner = { ai = no } - NOT = { owner = { economic_policy = planned_economy } } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { has_province_modifier = irish_oppression } - } - } + automation_focus = { + aeroplanes = 50 + barrels = 50 + automobiles = 50 + icon = 22 + limit = { + year = 1880 + civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + electrical_focus = { + radio = 50 + telephones = 50 + electric_gear = 50 + icon = 23 + limit = { + year = 1880 + civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + chemical_focus = { + fuel = 50 + oil = 50 + icon = 24 + limit = { + year = 1880 + civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + shipping_focus = { + steamer_convoy = 50 + clipper_convoy = 50 + icon = 25 + limit = { + #civilized = yes + state_scope = { any_owned_province = { port = yes } } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + textile_focus = { + luxury_clothes = 60 + regular_clothes = 40 + fabric = 15 + dye = 15 + icon = 26 + limit = { + #civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + wood_focus = { + paper = 40 + luxury_furniture = 60 + furniture = 40 + lumber = 40 + icon = 27 + limit = { + # civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + basic_industry_focus = { + steel = 50 + machine_parts = 60 + cement = 50 + icon = 28 + limit = { + # civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + armaments_focus = { + artillery = 40 + small_arms = 40 + ammunition = 40 + canned_food = 40 + explosives = 40 + fertilizer = 40 + icon = 29 + limit = { + # civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + + consumer_focus = { + liquor = 60 + wine = 50 + glass = 50 + icon = 30 + limit = { + # civilized = yes + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { has_province_modifier = irish_oppression } + is_colonial = no + } + } + encourage_rail = { + railroads = 0.75 #Capitalists 50% more likely to choose railroads + icon = 31 + limit = { + owner = { ai = no } + NOT = { owner = { economic_policy = planned_economy } } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { has_province_modifier = irish_oppression } + } + } } party_loyalty_focus = { - fascist_focus = { - ideology = fascist - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 32 - } - - reactionary_focus = { - ideology = reactionary - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 33 - } - - conservative_focus = { - ideology = conservative - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 34 - } - - socialist_focus = { - ideology = socialist - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 35 - } - - communist_focus = { - ideology = communist - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 36 - } - - liberal_focus = { - ideology = liberal - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 37 - } - - anarcho_liberal_focus = { - ideology = anarcho_liberal - loyalty_value = 0.003 # By that much pops will be more loyal - icon = 38 - } + fascist_focus = { + ideology = fascist + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 32 + } + + reactionary_focus = { + ideology = reactionary + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 33 + } + + conservative_focus = { + ideology = conservative + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 34 + } + + socialist_focus = { + ideology = socialist + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 35 + } + + communist_focus = { + ideology = communist + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 36 + } + + liberal_focus = { + ideology = liberal + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 37 + } + + anarcho_liberal_focus = { + ideology = anarcho_liberal + loyalty_value = 0.003 # By that much pops will be more loyal + icon = 38 + } } diff --git a/HPM/common/nationalvalues.txt b/HPM/common/nationalvalues.txt index f090f5fe..7478957f 100644 --- a/HPM/common/nationalvalues.txt +++ b/HPM/common/nationalvalues.txt @@ -1,58 +1,58 @@ nv_order = { - land_organisation = 0.1 - naval_organisation = 0.1 - org_regain = 0.05 - land_unit_start_experience = 5 - naval_unit_start_experience = 5 - mobilisation_size = 0.05 - mobilisation_economy_impact = 0.75 + land_organisation = 0.1 + naval_organisation = 0.1 + org_regain = 0.05 + land_unit_start_experience = 5 + naval_unit_start_experience = 5 + mobilisation_size = 0.05 + mobilisation_economy_impact = 0.75 } nv_liberty = { - global_immigrant_attract = 0.05 - political_reform_desire = 0.05 - commerce_tech_research_bonus = 0.05 - mobilisation_size = 0.035 - mobilisation_economy_impact = 1.1 + global_immigrant_attract = 0.05 + political_reform_desire = 0.05 + commerce_tech_research_bonus = 0.05 + mobilisation_size = 0.035 + mobilisation_economy_impact = 1.1 } nv_equality = { - global_immigrant_attract = 0.05 - assimilation_rate = 0.1 - social_reform_desire = 0.05 - global_pop_militancy_modifier = -0.01 - culture_tech_research_bonus = 0.05 - mobilisation_size = 0.035 - mobilisation_economy_impact = 1.1 + global_immigrant_attract = 0.05 + assimilation_rate = 0.1 + social_reform_desire = 0.05 + global_pop_militancy_modifier = -0.01 + culture_tech_research_bonus = 0.05 + mobilisation_size = 0.035 + mobilisation_economy_impact = 1.1 } nv_autocracy = { - literacy_con_impact = -0.25 - core_pop_militancy_modifier = -0.02 - ruling_party_support = 0.3 - political_reform_desire = -0.05 - mobilisation_size = 0.045 - mobilisation_economy_impact = 1.0 + literacy_con_impact = -0.25 + core_pop_militancy_modifier = -0.02 + ruling_party_support = 0.3 + political_reform_desire = -0.05 + mobilisation_size = 0.045 + mobilisation_economy_impact = 1.0 } nv_tradition = { - literacy_con_impact = -0.3 - research_points_modifier = -0.1 - core_pop_militancy_modifier = -0.02 - social_reform_desire = -0.1 - political_reform_desire = -0.1 - issue_change_speed = -0.2 - ruling_party_support = 0.4 - mobilisation_size = 0.04 - mobilisation_economy_impact = 1.0 + literacy_con_impact = -0.3 + research_points_modifier = -0.1 + core_pop_militancy_modifier = -0.02 + social_reform_desire = -0.1 + political_reform_desire = -0.1 + issue_change_speed = -0.2 + ruling_party_support = 0.4 + mobilisation_size = 0.04 + mobilisation_economy_impact = 1.0 } nv_productivity = { - tax_efficiency = 0.1 - factory_throughput = 0.05 - RGO_throughput = 0.05 - artisan_throughput = 0.05 - commerce_tech_research_bonus = 0.05 - mobilisation_size = 0.04 - mobilisation_economy_impact = 0.5 + tax_efficiency = 0.1 + factory_throughput = 0.05 + RGO_throughput = 0.05 + artisan_throughput = 0.05 + commerce_tech_research_bonus = 0.05 + mobilisation_size = 0.04 + mobilisation_economy_impact = 0.5 } diff --git a/HPM/common/on_actions.txt b/HPM/common/on_actions.txt index 5f9f2999..20652e9f 100644 --- a/HPM/common/on_actions.txt +++ b/HPM/common/on_actions.txt @@ -1,4 +1,3 @@ - # (TOMASZ: Scripters! Please fill on_yearly_pulse and on_quarterly_pulse with proper events. # I just filled them with random id's for my internal testing purposes.) # David: I have commented these out for now, as with only a few events these are far too spammy. Will re-enable if we have more. @@ -6,42 +5,42 @@ # Guaranteed to happen one of the following events, at least once in specified time range. on_yearly_pulse = { - #100 = 22500 # Some event - #100 = 22510 # Some event - #100 = 22520 # Some event - #100 = 22530 # Some event + #100 = 22500 # Some event + #100 = 22510 # Some event + #100 = 22520 # Some event + #100 = 22530 # Some event } on_quarterly_pulse = { - ## Assimilation Troubles - #100 = 2000 - #100 = 2010 - #100 = 2020 - #100 = 2030 - #100 = 2040 - #100 = 2050 - #100 = 2060 - #100 = 2070 - #100 = 2080 - #100 = 2090 - #100 = 2100 - #100 = 2110 - #100 = 2120 - #100 = 2130 - ##liberal revolution events - #100 = 10100 - #100 = 10120 - #100 = 10130 - #100 = 10140 - #100 = 10150 - #100 = 10160 - #100 = 10190 - #100 = 10200 - #100 = 10210 - ## - 100 = 70005 - 100 = 70006 - 75 = 6016825 + ## Assimilation Troubles + #100 = 2000 + #100 = 2010 + #100 = 2020 + #100 = 2030 + #100 = 2040 + #100 = 2050 + #100 = 2060 + #100 = 2070 + #100 = 2080 + #100 = 2090 + #100 = 2100 + #100 = 2110 + #100 = 2120 + #100 = 2130 + ##liberal revolution events + #100 = 10100 + #100 = 10120 + #100 = 10130 + #100 = 10140 + #100 = 10150 + #100 = 10160 + #100 = 10190 + #100 = 10200 + #100 = 10210 + ## + 100 = 70005 + 100 = 70006 + 75 = 6016825 } on_battle_won = { @@ -51,60 +50,60 @@ on_battle_lost = { } #country, from = occupier. -on_surrender = +on_surrender = { } -on_new_great_nation = +on_new_great_nation = { - 10 = 19310 - 10 = 19320 + 10 = 19310 + 10 = 19320 } -on_lost_great_nation = +on_lost_great_nation = { } on_election_tick = { - - #Main big ones.. most common. - 100 = 14000 - 100 = 14010 - 100 = 14020 - 100 = 14030 - 100 = 14040 - - #One for each issue. - 10 = 14050 - 10 = 14060 - 10 = 14070 - 10 = 14080 - 10 = 14090 - 10 = 14100 - 10 = 14110 - 10 = 14120 - 10 = 14130 - 10 = 14140 - 10 = 14150 - 10 = 14160 - 10 = 14170 - 10 = 14180 - 10 = 14190 - 10 = 14200 - 10 = 14210 + + #Main big ones.. most common. + 100 = 14000 + 100 = 14010 + 100 = 14020 + 100 = 14030 + 100 = 14040 + + #One for each issue. + 10 = 14050 + 10 = 14060 + 10 = 14070 + 10 = 14080 + 10 = 14090 + 10 = 14100 + 10 = 14110 + 10 = 14120 + 10 = 14130 + 10 = 14140 + 10 = 14150 + 10 = 14160 + 10 = 14170 + 10 = 14180 + 10 = 14190 + 10 = 14200 + 10 = 14210 } # Note: remember to use tag (allow_multiple_instances = yes) # in events specified below, so can be executed several times # for each acquired state. -on_colony_to_state = +on_colony_to_state = { - 100 = 70000 - 100 = 70001 + 100 = 70000 + 100 = 70001 } on_state_conquest = { - 100 = 70000 + 100 = 70000 } on_colony_to_state_free_slaves = @@ -113,32 +112,32 @@ on_colony_to_state_free_slaves = on_debtor_default = { - 100 = 70002 + 100 = 70002 } on_debtor_default_small = { - 100 = 70004 + 100 = 70004 } on_debtor_default_second = { - 100 = 70003 + 100 = 70003 } on_civilize = { - 100 = 90900 # CHI - 100 = 90903 # CHI substates - 100 = 90910 # RotW + 100 = 90900 # CHI + 100 = 90903 # CHI substates + 100 = 90910 # RotW } -on_my_factories_nationalized = +on_my_factories_nationalized = { - 100 = 90950 + 100 = 90950 } on_crisis_declare_interest = { - 100 = 20000 + 100 = 20000 } diff --git a/HPM/common/pop_types.txt b/HPM/common/pop_types.txt index cef366f7..92ef58ec 100644 --- a/HPM/common/pop_types.txt +++ b/HPM/common/pop_types.txt @@ -1,1006 +1,1006 @@ # Audax Validator "!" Ignore_1006 #general promote mtth, same for all pops -promotion_chance = +promotion_chance = { - factor = 0.25 - group = { - modifier = { - factor = 0.02 - literacy = 0.05 - } - modifier = { - factor = 0.02 - literacy = 0.1 - } - modifier = { - factor = 0.02 - literacy = 0.2 - } - modifier = { - factor = 0.02 - literacy = 0.3 - } - modifier = { - factor = 0.02 - literacy = 0.4 - } - modifier = { - factor = 0.02 - literacy = 0.5 - } - modifier = { - factor = 0.02 - literacy = 0.6 - } - modifier = { - factor = 0.02 - literacy = 0.7 - } - modifier = { - factor = 0.02 - literacy = 0.8 - } - modifier = { - factor = 0.02 - literacy = 0.9 - } - } - modifier = { - factor = -5 - strata = rich - } - - group = { - modifier = { - factor = -0.05 - militancy = 7 - } - modifier = { - factor = -0.05 - militancy = 8 - } - modifier = { - factor = -0.05 - militancy = 9 - } - } - - group = { - modifier = { - factor = 0.1 - life_needs = 0.7 - strata = poor - } - modifier = { - factor = 0.1 - life_needs = 0.8 - } - modifier = { - factor = 0.1 - life_needs = 0.9 - } - } - - - modifier = { - factor = -0.1 - not = { religion = this } - } - modifier = { - factor = -0.1 - state_scope = { is_colonial = yes } - } - modifier = { - factor = -0.1 - not = { culture = this } - } - modifier = { - factor = -0.1 - country = { - OR = { - NOT = { slavery = no_slavery } - debt_law = serfdom - } - } - } - modifier = { - factor = -0.05 - state_scope = { - is_slave = yes - } - } - modifier = { - factor = -100 - location = { NOT = { controlled_by = owner } } - } - + factor = 0.25 + group = { + modifier = { + factor = 0.02 + literacy = 0.05 + } + modifier = { + factor = 0.02 + literacy = 0.1 + } + modifier = { + factor = 0.02 + literacy = 0.2 + } + modifier = { + factor = 0.02 + literacy = 0.3 + } + modifier = { + factor = 0.02 + literacy = 0.4 + } + modifier = { + factor = 0.02 + literacy = 0.5 + } + modifier = { + factor = 0.02 + literacy = 0.6 + } + modifier = { + factor = 0.02 + literacy = 0.7 + } + modifier = { + factor = 0.02 + literacy = 0.8 + } + modifier = { + factor = 0.02 + literacy = 0.9 + } + } + modifier = { + factor = -5 + strata = rich + } + + group = { + modifier = { + factor = -0.05 + militancy = 7 + } + modifier = { + factor = -0.05 + militancy = 8 + } + modifier = { + factor = -0.05 + militancy = 9 + } + } + + group = { + modifier = { + factor = 0.1 + life_needs = 0.7 + strata = poor + } + modifier = { + factor = 0.1 + life_needs = 0.8 + } + modifier = { + factor = 0.1 + life_needs = 0.9 + } + } + + + modifier = { + factor = -0.1 + not = { religion = this } + } + modifier = { + factor = -0.1 + state_scope = { is_colonial = yes } + } + modifier = { + factor = -0.1 + not = { culture = this } + } + modifier = { + factor = -0.1 + country = { + OR = { + NOT = { slavery = no_slavery } + debt_law = serfdom + } + } + } + modifier = { + factor = -0.05 + state_scope = { + is_slave = yes + } + } + modifier = { + factor = -100 + location = { NOT = { controlled_by = owner } } + } + } -demotion_chance = +demotion_chance = { - factor = 1 - modifier = { - factor = -0.1 - not = { religion = this } - strata = poor - } - - modifier = { - factor = -0.1 - state_scope = { is_colonial = yes } - strata = poor - } - modifier = { - factor = -0.1 - country = { - OR = { - NOT = { slavery = no_slavery } - debt_law = serfdom - } - } - } - - modifier = { - factor = -0.05 - state_scope = { is_slave = yes } - } - - modifier = { - factor = -0.1 - not = { culture = this } - strata = poor - } - - group = { - modifier = { - factor = -0.02 - not = { literacy = 0.9 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.8 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.7 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.6 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.5 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.4 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.3 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.2 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.15 } - } - modifier = { - factor = -0.02 - not = { literacy = 0.1 } - } - } - - group = { - modifier = { - factor = 0.1 - not = { life_needs = 0.9 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.8 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.7 } - } - } - - modifier = { - factor = -0.1 - not = { consciousness = 4 } - strata = poor - } - - group = { - modifier = { - factor = 0.1 - not = { luxury_needs = 0.9 } - } - modifier = { - factor = 0.1 - not = { luxury_needs = 0.4 } - } - } - - modifier = { - factor = 0.5 - strata = middle - state_scope = { is_colonial = yes } - not = { culture = this } - } - - group = { - modifier = { - factor = -0.1 - everyday_needs = 0.7 - strata = middle - state_scope = { is_colonial = no } - } - modifier = { - factor = -0.1 - everyday_needs = 0.8 - strata = middle - state_scope = { is_colonial = no } - } - modifier = { - factor = -0.1 - everyday_needs = 0.9 - strata = middle - state_scope = { is_colonial = no } - } - } - group = { - modifier = { - factor = 0.5 - not = { life_needs = 0.3 } - strata = middle - } - modifier = { - factor = 0.5 - not = { life_needs = 0.2 } - strata = middle - } - modifier = { - factor = 0.5 - not = { life_needs = 0.1 } - strata = middle - } - } - modifier = { - factor = 0.2 - not = { life_needs = 0.1 } - strata = middle - } - group = { - modifier = { - factor = 0.1 - unemployment = 0.1 - } - modifier = { - factor = 0.1 - unemployment = 0.2 - } - modifier = { - factor = 0.5 - unemployment = 0.3 - location = { controlled_by = owner } - } - - } - modifier = { - factor = -100 - location = { NOT = { controlled_by = owner } } - } + factor = 1 + modifier = { + factor = -0.1 + not = { religion = this } + strata = poor + } + + modifier = { + factor = -0.1 + state_scope = { is_colonial = yes } + strata = poor + } + modifier = { + factor = -0.1 + country = { + OR = { + NOT = { slavery = no_slavery } + debt_law = serfdom + } + } + } + + modifier = { + factor = -0.05 + state_scope = { is_slave = yes } + } + + modifier = { + factor = -0.1 + not = { culture = this } + strata = poor + } + + group = { + modifier = { + factor = -0.02 + not = { literacy = 0.9 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.8 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.7 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.6 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.5 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.4 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.3 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.2 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.15 } + } + modifier = { + factor = -0.02 + not = { literacy = 0.1 } + } + } + + group = { + modifier = { + factor = 0.1 + not = { life_needs = 0.9 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.8 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.7 } + } + } + + modifier = { + factor = -0.1 + not = { consciousness = 4 } + strata = poor + } + + group = { + modifier = { + factor = 0.1 + not = { luxury_needs = 0.9 } + } + modifier = { + factor = 0.1 + not = { luxury_needs = 0.4 } + } + } + + modifier = { + factor = 0.5 + strata = middle + state_scope = { is_colonial = yes } + not = { culture = this } + } + + group = { + modifier = { + factor = -0.1 + everyday_needs = 0.7 + strata = middle + state_scope = { is_colonial = no } + } + modifier = { + factor = -0.1 + everyday_needs = 0.8 + strata = middle + state_scope = { is_colonial = no } + } + modifier = { + factor = -0.1 + everyday_needs = 0.9 + strata = middle + state_scope = { is_colonial = no } + } + } + group = { + modifier = { + factor = 0.5 + not = { life_needs = 0.3 } + strata = middle + } + modifier = { + factor = 0.5 + not = { life_needs = 0.2 } + strata = middle + } + modifier = { + factor = 0.5 + not = { life_needs = 0.1 } + strata = middle + } + } + modifier = { + factor = 0.2 + not = { life_needs = 0.1 } + strata = middle + } + group = { + modifier = { + factor = 0.1 + unemployment = 0.1 + } + modifier = { + factor = 0.1 + unemployment = 0.2 + } + modifier = { + factor = 0.5 + unemployment = 0.3 + location = { controlled_by = owner } + } + + } + modifier = { + factor = -100 + location = { NOT = { controlled_by = owner } } + } } #general migration chance mtth, same for all pops -migration_chance = +migration_chance = { - factor = 1 - - group = { - modifier = { - factor = -0.1 - not = { consciousness = 8 } - } - modifier = { - factor = -0.1 - not = { consciousness = 7 } - } - modifier = { - factor = -0.1 - not = { consciousness = 6 } - } - } - - modifier = { - factor = -2.2 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = -100 - OR = { - not = { location = { total_pops = 500 } } - not = { location = { controlled_by = owner } } - } - } - - group = { - modifier = { - factor = 0.1 - not = { life_needs = 0.9 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.8 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.7 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - } - - modifier = { - factor = -0.8 - country = { has_country_flag = internment_camps_open } - } - - modifier = { - factor = -0.3 - state_scope = { - has_factories = yes - } - } - - group = { - modifier = { - factor = 0.2 - unemployment = 0.1 - } - - modifier = { - factor = 0.3 - unemployment = 0.2 - location = { controlled_by = owner } - } - - modifier = { - factor = 0.4 - unemployment = 0.3 - location = { controlled_by = owner } - } - - modifier = { - factor = 0.5 - unemployment = 0.4 - location = { controlled_by = owner } - } - - modifier = { - factor = 0.6 - unemployment = 0.5 - location = { controlled_by = owner } - } - } + factor = 1 + + group = { + modifier = { + factor = -0.1 + not = { consciousness = 8 } + } + modifier = { + factor = -0.1 + not = { consciousness = 7 } + } + modifier = { + factor = -0.1 + not = { consciousness = 6 } + } + } + + modifier = { + factor = -2.2 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = -100 + OR = { + not = { location = { total_pops = 500 } } + not = { location = { controlled_by = owner } } + } + } + + group = { + modifier = { + factor = 0.1 + not = { life_needs = 0.9 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.8 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.7 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + } + + modifier = { + factor = -0.8 + country = { has_country_flag = internment_camps_open } + } + + modifier = { + factor = -0.3 + state_scope = { + has_factories = yes + } + } + + group = { + modifier = { + factor = 0.2 + unemployment = 0.1 + } + + modifier = { + factor = 0.3 + unemployment = 0.2 + location = { controlled_by = owner } + } + + modifier = { + factor = 0.4 + unemployment = 0.3 + location = { controlled_by = owner } + } + + modifier = { + factor = 0.5 + unemployment = 0.4 + location = { controlled_by = owner } + } + + modifier = { + factor = 0.6 + unemployment = 0.5 + location = { controlled_by = owner } + } + } } #general colonial migration mtth, same for all pops -colonialmigration_chance = +colonialmigration_chance = { - factor = 0.25 - - modifier = { - factor = -0.5 - not = { culture = this } - } - group = { - modifier = { - factor = -0.1 - not = { consciousness = 8 } - } - modifier = { - factor = -0.1 - not = { consciousness = 7 } - } - modifier = { - factor = -0.1 - not = { consciousness = 6 } - } - } - modifier = { - factor = -5 - OR = { - state_scope = { is_colonial = yes } - not = { location = { total_pops = 500 } } - not = { location = { controlled_by = owner } } - } - } - group = { - modifier = { - factor = 0.1 - not = { life_needs = 0.9 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.8 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.7 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - } - - #modifier = { - # factor = -0.3 - # state_scope = { has_factories = yes } - #} - - modifier = { - factor = 0.2 - country = { penal_system = colonial_transportation } - } - - group = { - modifier = { - factor = 0.3 - unemployment = 0.1 - } - - modifier = { - factor = 0.3 - location = { controlled_by = owner } - unemployment = 0.2 - } - - modifier = { - factor = 0.3 - location = { controlled_by = owner } - unemployment = 0.3 - } - - modifier = { - factor = 0.4 - location = { controlled_by = owner } - unemployment = 0.4 - } - - modifier = { - factor = 0.5 - location = { controlled_by = owner } - unemployment = 0.5 - } - } + factor = 0.25 + + modifier = { + factor = -0.5 + not = { culture = this } + } + group = { + modifier = { + factor = -0.1 + not = { consciousness = 8 } + } + modifier = { + factor = -0.1 + not = { consciousness = 7 } + } + modifier = { + factor = -0.1 + not = { consciousness = 6 } + } + } + modifier = { + factor = -5 + OR = { + state_scope = { is_colonial = yes } + not = { location = { total_pops = 500 } } + not = { location = { controlled_by = owner } } + } + } + group = { + modifier = { + factor = 0.1 + not = { life_needs = 0.9 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.8 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.7 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + } + + #modifier = { + # factor = -0.3 + # state_scope = { has_factories = yes } + #} + + modifier = { + factor = 0.2 + country = { penal_system = colonial_transportation } + } + + group = { + modifier = { + factor = 0.3 + unemployment = 0.1 + } + + modifier = { + factor = 0.3 + location = { controlled_by = owner } + unemployment = 0.2 + } + + modifier = { + factor = 0.3 + location = { controlled_by = owner } + unemployment = 0.3 + } + + modifier = { + factor = 0.4 + location = { controlled_by = owner } + unemployment = 0.4 + } + + modifier = { + factor = 0.5 + location = { controlled_by = owner } + unemployment = 0.5 + } + } } #general emigration chance -emigration_chance = +emigration_chance = { - factor = 0.5 - - group = { - - modifier = { - factor = 0.2 - militancy = 5 - } - modifier = { - factor = 0.2 - militancy = 6 - } - modifier = { - factor = 0.2 - militancy = 7 - } - modifier = { - factor = 0.2 - militancy = 8 - } - modifier = { - factor = 0.2 - militancy = 9 - } - } - - group = { - modifier = { - factor = -0.1 - not = { consciousness = 8 } - country = { NOT = { has_country_flag = internment_camps_open } } - } - modifier = { - factor = -0.1 - not = { consciousness = 7 } - country = { NOT = { has_country_flag = internment_camps_open } } - } - modifier = { - factor = -0.1 - not = { consciousness = 6 } - country = { NOT = { has_country_flag = internment_camps_open } } - } - } - - group = { - modifier = { - factor = 0.1 - not = { life_needs = 0.9 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.8 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 0.1 - not = { life_needs = 0.7 } - not = { everyday_needs = 0.1 } - not = { luxury_needs = 0.1 } - } - } - - - modifier = { - factor = -0.3 - state_scope = { has_factories = yes } - country = { NOT = { has_country_flag = internment_camps_open } } - } - - modifier = { - factor = -20 - has_pop_religion = animist - not = { literacy = 0.5 } - not = { country = { has_country_flag = animists_run } } - } - - group = { - modifier = { - factor = 0.2 - unemployment = 0.1 - } - modifier = { - factor = 0.2 - unemployment = 0.2 - } - modifier = { - factor = 0.3 - unemployment = 0.3 - } - - modifier = { - factor = 0.3 - unemployment = 0.4 - } - - modifier = { - factor = 0.4 - unemployment = 0.5 - } - } - modifier = { - factor = -0.2 - agree_with_ruling_party = 0.25 - culture = this - } - - modifier = { - factor = 0.1 - country = { religious_policy = moralism } - not = { religion = this } - } - - modifier = { - factor = 0.1 - NOT = { country = { citizens_rights = all_voting_pops } } - not = { culture = this } - } - - modifier = { - factor = -1.0 - country = { - has_country_flag = new_world_nation - government = democracy - } - } - - modifier = { - factor = -5 - OR = { - state_scope = { is_colonial = yes } - not = { location = { total_pops = 500 } } - not = { location = { controlled_by = owner } } - } - } - - group = { - modifier = { - factor = -0.075 - country = { administration_spending = 0.1 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.2 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.3 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.4 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.5 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.6 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.7 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.8 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.9 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { administration_spending = 0.99 border_policy = closed_borders } - } - } - - group = { - modifier = { - factor = -0.075 - country = { military_spending = 0.1 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.2 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.3 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.4 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.5 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.6 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.7 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.8 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.9 border_policy = closed_borders } - } - modifier = { - factor = -0.075 - country = { military_spending = 0.99 border_policy = closed_borders } - } - } + factor = 0.5 + + group = { + + modifier = { + factor = 0.2 + militancy = 5 + } + modifier = { + factor = 0.2 + militancy = 6 + } + modifier = { + factor = 0.2 + militancy = 7 + } + modifier = { + factor = 0.2 + militancy = 8 + } + modifier = { + factor = 0.2 + militancy = 9 + } + } + + group = { + modifier = { + factor = -0.1 + not = { consciousness = 8 } + country = { NOT = { has_country_flag = internment_camps_open } } + } + modifier = { + factor = -0.1 + not = { consciousness = 7 } + country = { NOT = { has_country_flag = internment_camps_open } } + } + modifier = { + factor = -0.1 + not = { consciousness = 6 } + country = { NOT = { has_country_flag = internment_camps_open } } + } + } + + group = { + modifier = { + factor = 0.1 + not = { life_needs = 0.9 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.8 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 0.1 + not = { life_needs = 0.7 } + not = { everyday_needs = 0.1 } + not = { luxury_needs = 0.1 } + } + } + + + modifier = { + factor = -0.3 + state_scope = { has_factories = yes } + country = { NOT = { has_country_flag = internment_camps_open } } + } + + modifier = { + factor = -20 + has_pop_religion = animist + not = { literacy = 0.5 } + not = { country = { has_country_flag = animists_run } } + } + + group = { + modifier = { + factor = 0.2 + unemployment = 0.1 + } + modifier = { + factor = 0.2 + unemployment = 0.2 + } + modifier = { + factor = 0.3 + unemployment = 0.3 + } + + modifier = { + factor = 0.3 + unemployment = 0.4 + } + + modifier = { + factor = 0.4 + unemployment = 0.5 + } + } + modifier = { + factor = -0.2 + agree_with_ruling_party = 0.25 + culture = this + } + + modifier = { + factor = 0.1 + country = { religious_policy = moralism } + not = { religion = this } + } + + modifier = { + factor = 0.1 + NOT = { country = { citizens_rights = all_voting_pops } } + not = { culture = this } + } + + modifier = { + factor = -1.0 + country = { + has_country_flag = new_world_nation + government = democracy + } + } + + modifier = { + factor = -5 + OR = { + state_scope = { is_colonial = yes } + not = { location = { total_pops = 500 } } + not = { location = { controlled_by = owner } } + } + } + + group = { + modifier = { + factor = -0.075 + country = { administration_spending = 0.1 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.2 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.3 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.4 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.5 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.6 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.7 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.8 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.9 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { administration_spending = 0.99 border_policy = closed_borders } + } + } + + group = { + modifier = { + factor = -0.075 + country = { military_spending = 0.1 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.2 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.3 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.4 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.5 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.6 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.7 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.8 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.9 border_policy = closed_borders } + } + modifier = { + factor = -0.075 + country = { military_spending = 0.99 border_policy = closed_borders } + } + } } #general assimilation mtth, same for all pops -assimilation_chance = +assimilation_chance = { - factor = 1 - - group = { - modifier = { - factor = 0.1 - literacy = 0.6 - } - modifier = { - factor = 0.1 - literacy = 0.7 - } - modifier = { - factor = 0.1 - literacy = 0.8 - } - } - - modifier = { - factor = -20 - has_culture_core = yes - } - - modifier = { - factor = 10 - country = { has_country_flag = new_world_nation } - OR = { - location = { continent = north_america } - location = { continent = south_america } - location = { continent = australia_new_zealand } - } - } - - modifier = { - factor = -0.2 - not = { religion = this } - } - - modifier = { - factor = -1 - OR = { - has_pop_religion = yazidi - has_pop_religion = druze - has_pop_religion = jewish - } - not = { religion = this } - } - - group = { - modifier = { - factor = 0.2 - luxury_needs = 0.1 - } - modifier = { - factor = 0.2 - luxury_needs = 0.3 - } - modifier = { - factor = 0.2 - luxury_needs = 0.5 - } - modifier = { - factor = 0.2 - luxury_needs = 0.7 - } - modifier = { - factor = 0.2 - luxury_needs = 0.9 - } - } - - - group = { - modifier = { - factor = -0.2 - militancy = 7 - } - modifier = { - factor = -0.2 - militancy = 8 - } - modifier = { - factor = -0.2 - militancy = 9 - } - } - - group = { - modifier = { - factor = 0.05 - not = { unemployment = 0.1 } - } - modifier = { - factor = 0.05 - not = { unemployment = 0.05 } - } - } - - modifier = { - factor = -1 - is_accepted_culture = yes - } - - modifier = { - factor = -0.35 - country = { - has_country_flag = new_world_nation - has_country_flag = native_assimilation_enacted - } - OR = { - is_culture_group = native_american - is_culture_group = oceanic - } - OR = { - location = { continent = north_america } - location = { continent = south_america } - location = { continent = australia_new_zealand } - } - } - - modifier = { - factor = -80 - country = { - has_country_flag = new_world_nation - NOT = { has_country_flag = native_assimilation_enacted } - } - OR = { - is_culture_group = native_american - is_culture_group = oceanic - } - OR = { - location = { continent = north_america } - location = { continent = south_america } - location = { continent = australia_new_zealand } - } - } - - modifier = { - factor = -80 - country = { NOT = { has_country_flag = african_integration_policy } } - is_culture_group = african_diaspora_cultures - OR = { - location = { continent = north_america } - location = { continent = south_america } - } - } - - modifier = { - factor = -80 - country = { NOT = { has_country_flag = african_integration_policy } } - location = { continent = africa } - OR = { - is_culture_group = african_diaspora_cultures - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - } - OR = { - NOT = { country = { is_culture_group = african_diaspora_cultures } } - NOT = { country = { is_culture_group = west_african } } - NOT = { country = { is_culture_group = central_african } } - NOT = { country = { is_culture_group = east_african } } - NOT = { country = { is_culture_group = southern_african } } - NOT = { country = { is_culture_group = arab } } - } - } + factor = 1 + + group = { + modifier = { + factor = 0.1 + literacy = 0.6 + } + modifier = { + factor = 0.1 + literacy = 0.7 + } + modifier = { + factor = 0.1 + literacy = 0.8 + } + } + + modifier = { + factor = -20 + has_culture_core = yes + } + + modifier = { + factor = 10 + country = { has_country_flag = new_world_nation } + OR = { + location = { continent = north_america } + location = { continent = south_america } + location = { continent = australia_new_zealand } + } + } + + modifier = { + factor = -0.2 + not = { religion = this } + } + + modifier = { + factor = -1 + OR = { + has_pop_religion = yazidi + has_pop_religion = druze + has_pop_religion = jewish + } + not = { religion = this } + } + + group = { + modifier = { + factor = 0.2 + luxury_needs = 0.1 + } + modifier = { + factor = 0.2 + luxury_needs = 0.3 + } + modifier = { + factor = 0.2 + luxury_needs = 0.5 + } + modifier = { + factor = 0.2 + luxury_needs = 0.7 + } + modifier = { + factor = 0.2 + luxury_needs = 0.9 + } + } + + + group = { + modifier = { + factor = -0.2 + militancy = 7 + } + modifier = { + factor = -0.2 + militancy = 8 + } + modifier = { + factor = -0.2 + militancy = 9 + } + } + + group = { + modifier = { + factor = 0.05 + not = { unemployment = 0.1 } + } + modifier = { + factor = 0.05 + not = { unemployment = 0.05 } + } + } + + modifier = { + factor = -1 + is_accepted_culture = yes + } + + modifier = { + factor = -0.35 + country = { + has_country_flag = new_world_nation + has_country_flag = native_assimilation_enacted + } + OR = { + is_culture_group = native_american + is_culture_group = oceanic + } + OR = { + location = { continent = north_america } + location = { continent = south_america } + location = { continent = australia_new_zealand } + } + } + + modifier = { + factor = -80 + country = { + has_country_flag = new_world_nation + NOT = { has_country_flag = native_assimilation_enacted } + } + OR = { + is_culture_group = native_american + is_culture_group = oceanic + } + OR = { + location = { continent = north_america } + location = { continent = south_america } + location = { continent = australia_new_zealand } + } + } + + modifier = { + factor = -80 + country = { NOT = { has_country_flag = african_integration_policy } } + is_culture_group = african_diaspora_cultures + OR = { + location = { continent = north_america } + location = { continent = south_america } + } + } + + modifier = { + factor = -80 + country = { NOT = { has_country_flag = african_integration_policy } } + location = { continent = africa } + OR = { + is_culture_group = african_diaspora_cultures + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + } + OR = { + NOT = { country = { is_culture_group = african_diaspora_cultures } } + NOT = { country = { is_culture_group = west_african } } + NOT = { country = { is_culture_group = central_african } } + NOT = { country = { is_culture_group = east_african } } + NOT = { country = { is_culture_group = southern_african } } + NOT = { country = { is_culture_group = arab } } + } + } } #general conversion mtth, same for all pops -conversion_chance = +conversion_chance = { - factor = 1 - - modifier = { - factor = -100 - OR = { - not = { location = { controlled_by = owner } } - country = { has_country_flag = freedom_of_religion } - AND = { - OR = { - has_pop_religion = yazidi - has_pop_religion = druze - } - location = { continent = oceania } - } - } - } - - modifier = { - factor = -0.02 - country = { civilized = no } - } - - modifier = { - factor = -1 - country = { has_country_flag = umar_pact } - NOT = { - has_pop_religion = animist - has_pop_religion = shiite - has_pop_religion = sunni - has_pop_religion = ibadi - } - } - - modifier = { - factor = -0.95 - OR = { - has_pop_religion = jewish - has_pop_religion = mormon - has_pop_religion = shiite - has_pop_religion = sunni - has_pop_religion = ibadi - AND = { - has_pop_religion = shinto - has_culture_core = yes - } - } - } - - modifier = { - factor = 0.8 - has_pop_religion = animist - location = { continent = africa } - country = { civilized = yes } - } - - modifier = { - factor = 0.1 - country = { government = theocracy } - } - - modifier = { - factor = 0.1 - country = { religious_policy = moralism } - } - modifier = { - factor = 0.05 - country = { religious_policy = pluralism } - } - modifier = { - factor = -0.05 - country = { religious_policy = secularized } - } - modifier = { - factor = -0.3 - country = { religious_policy = pro_atheism } - } - - group = { - modifier = { - factor = 0.2 - not = { luxury_needs = 0.9 } - } - modifier = { - factor = 0.2 - not = { luxury_needs = 0.7 } - } - modifier = { - factor = 0.2 - not = { luxury_needs = 0.5 } - } - } - - group = { - modifier = { - factor = 0.05 - not = { life_needs = 0.9 } - } - modifier = { - factor = 0.05 - not = { life_needs = 0.8 } - } - modifier = { - factor = 0.05 - not = { life_needs = 0.7 } - } - } - - modifier = { - factor = 0.15 - not = { culture = this } - } + factor = 1 + + modifier = { + factor = -100 + OR = { + not = { location = { controlled_by = owner } } + country = { has_country_flag = freedom_of_religion } + AND = { + OR = { + has_pop_religion = yazidi + has_pop_religion = druze + } + location = { continent = oceania } + } + } + } + + modifier = { + factor = -0.02 + country = { civilized = no } + } + + modifier = { + factor = -1 + country = { has_country_flag = umar_pact } + NOT = { + has_pop_religion = animist + has_pop_religion = shiite + has_pop_religion = sunni + has_pop_religion = ibadi + } + } + + modifier = { + factor = -0.95 + OR = { + has_pop_religion = jewish + has_pop_religion = mormon + has_pop_religion = shiite + has_pop_religion = sunni + has_pop_religion = ibadi + AND = { + has_pop_religion = shinto + has_culture_core = yes + } + } + } + + modifier = { + factor = 0.8 + has_pop_religion = animist + location = { continent = africa } + country = { civilized = yes } + } + + modifier = { + factor = 0.1 + country = { government = theocracy } + } + + modifier = { + factor = 0.1 + country = { religious_policy = moralism } + } + modifier = { + factor = 0.05 + country = { religious_policy = pluralism } + } + modifier = { + factor = -0.05 + country = { religious_policy = secularized } + } + modifier = { + factor = -0.3 + country = { religious_policy = pro_atheism } + } + + group = { + modifier = { + factor = 0.2 + not = { luxury_needs = 0.9 } + } + modifier = { + factor = 0.2 + not = { luxury_needs = 0.7 } + } + modifier = { + factor = 0.2 + not = { luxury_needs = 0.5 } + } + } + + group = { + modifier = { + factor = 0.05 + not = { life_needs = 0.9 } + } + modifier = { + factor = 0.05 + not = { life_needs = 0.8 } + } + modifier = { + factor = 0.05 + not = { life_needs = 0.7 } + } + } + + modifier = { + factor = 0.15 + not = { culture = this } + } } diff --git a/HPM/common/production_types.txt b/HPM/common/production_types.txt index 66e521da..096db971 100644 --- a/HPM/common/production_types.txt +++ b/HPM/common/production_types.txt @@ -1,1465 +1,1464 @@ - ### Factories ##################################################################################### factory_template = { - efficiency = { - cement = 0.5 #if no cement, work at 75% efficiency #cost = 8 - machine_parts = 0.05 # was 0.01 cost = 36.5 # 9.825/day/level for both - } - - owner = { - poptype = capitalists - effect = input - effect_multiplier = -2.5 - } - - employees = { - { - poptype = craftsmen - effect = throughput - amount = 0.8 - } - { - poptype = clerks - effect = output - effect_multiplier = 1.5 - amount = 0.2 - } - - } - type = factory - workforce = 10000 + efficiency = { + cement = 0.5 #if no cement, work at 75% efficiency #cost = 8 + machine_parts = 0.05 # was 0.01 cost = 36.5 # 9.825/day/level for both + } + + owner = { + poptype = capitalists + effect = input + effect_multiplier = -2.5 + } + + employees = { + { + poptype = craftsmen + effect = throughput + amount = 0.8 + } + { + poptype = clerks + effect = output + effect_multiplier = 1.5 + amount = 0.2 + } + + } + type = factory + workforce = 10000 } cheap_factory_template = { - efficiency = { - cement = 0.25 #if no cement, work at 75% efficiency #cost = £4/level - } - - owner = { - poptype = capitalists - effect = input - effect_multiplier = -1.5 - } - - employees = { - { - poptype = craftsmen - effect = throughput - amount = 0.8 - } - { - poptype = clerks - effect = output - effect_multiplier = 1.5 - amount = 0.2 - } - - } - type = factory - workforce = 10000 + efficiency = { + cement = 0.25 #if no cement, work at 75% efficiency #cost = £4/level + } + + owner = { + poptype = capitalists + effect = input + effect_multiplier = -1.5 + } + + employees = { + { + poptype = craftsmen + effect = throughput + amount = 0.8 + } + { + poptype = clerks + effect = output + effect_multiplier = 1.5 + amount = 0.2 + } + + } + type = factory + workforce = 10000 } machine_part_user_template = { - efficiency = { - cement = 0.5 #if no cement, work at 75% efficiency #cost = 8 - } - - owner = { - poptype = capitalists - effect = input - effect_multiplier = -2.5 - } - - employees = { - { - poptype = craftsmen - effect = throughput - amount = 0.8 - } - { - poptype = clerks - effect = output - effect_multiplier = 1.5 - amount = 0.2 - } - - } - type = factory - workforce = 10000 + efficiency = { + cement = 0.5 #if no cement, work at 75% efficiency #cost = 8 + } + + owner = { + poptype = capitalists + effect = input + effect_multiplier = -2.5 + } + + employees = { + { + poptype = craftsmen + effect = throughput + amount = 0.8 + } + { + poptype = clerks + effect = output + effect_multiplier = 1.5 + amount = 0.2 + } + + } + type = factory + workforce = 10000 } cement_template = { - efficiency = { - iron = 2.3 #if no cement, work at 75% efficiency #cost = 8.05 - machine_parts = 0.05 # was 0.01 cost = 1.825 #9.875/day/level for both - } - - owner = { - poptype = capitalists - effect = input - effect_multiplier = -2.5 - } - - employees = { - { - poptype = craftsmen - effect = throughput - amount = 0.8 - } - { - poptype = clerks - effect = output - effect_multiplier = 1.5 - amount = 0.2 - } - - } - type = factory - workforce = 10000 + efficiency = { + iron = 2.3 #if no cement, work at 75% efficiency #cost = 8.05 + machine_parts = 0.05 # was 0.01 cost = 1.825 #9.875/day/level for both + } + + owner = { + poptype = capitalists + effect = input + effect_multiplier = -2.5 + } + + employees = { + { + poptype = craftsmen + effect = throughput + amount = 0.8 + } + { + poptype = clerks + effect = output + effect_multiplier = 1.5 + amount = 0.2 + } + + } + type = factory + workforce = 10000 } ############# LATE GAME FACTORIES -aeroplane_factory = { - template = factory_template #maint = 9.825 - input_goods = { - machine_parts = 1.11 #40.515 - electric_gear = 2 #32 - rubber = 1 #7 - lumber = 3.3 #3.3 total input+maint = 92.64 - } - output_goods = aeroplanes - value = 1.1 #121 - profit = 28.36 - bonus = { - trigger = { has_building = machine_parts_factory } - value = 0.25 - } - bonus = { - trigger = { has_building = electric_gear_factory } - value = 0.25 - } -} - -barrel_factory = { - template = factory_template #maint = 9.825 - input_goods = { - automobiles = 0.3 #21 - machine_parts = 1 #36.5 - electric_gear = 0.85 #13.6 - steel = 2 #9.4 total input+maint = 90.325 - } - output_goods = barrels - value = 1.2 #117.6 - profit = 27.275 - bonus = { - trigger = { has_building = automobile_factory } - value = 0.1 - } - bonus = { - trigger = { has_building = machine_parts_factory } - value = 0.05 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.1 - } -} - -automobile_factory = { - template = factory_template #maint = 9.825 - input_goods = { - machine_parts = 1.05 #38.325 - electric_gear = 1.5 #24 - rubber = 1 #7 - steel = 2.25 #10.575 total input+maint = 89.725 - } - - output_goods = automobiles - value = 1.6 #112 - profit = 22.3 - bonus = { - trigger = { has_building = machine_parts_factory } - value = 0.1 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.1 - } - bonus = { - trigger = { has_building = electric_gear_factory } - value = 0.05 - } -} - -radio_factory = { - template = factory_template - input_goods = { - glass = 10 #29 - electric_gear = 3 #48 total input+maint = 86.825 - } - output_goods = radio - value = 6.6 #105.6 - profit = 18.8 - bonus = { - trigger = { has_building = electric_gear_factory } - value = 0.15 - } - bonus = { - trigger = { has_building = glass_factory } - value = 0.1 - } -} - -telephone_factory = { - template = factory_template - input_goods = { - glass = 15 #43.5 - electric_gear = 2.5 #40 total input+maint = 93.325 - } - output_goods = telephones - value = 7 #112 - profit = 18.7 - bonus = { - trigger = { has_building = electric_gear_factory } - value = 0.15 - } - bonus = { - trigger = { has_building = glass_factory } - value = 0.1 - } +aeroplane_factory = { + template = factory_template #maint = 9.825 + input_goods = { + machine_parts = 1.11 #40.515 + electric_gear = 2 #32 + rubber = 1 #7 + lumber = 3.3 #3.3 total input+maint = 92.64 + } + output_goods = aeroplanes + value = 1.1 #121 - profit = 28.36 + bonus = { + trigger = { has_building = machine_parts_factory } + value = 0.25 + } + bonus = { + trigger = { has_building = electric_gear_factory } + value = 0.25 + } +} + +barrel_factory = { + template = factory_template #maint = 9.825 + input_goods = { + automobiles = 0.3 #21 + machine_parts = 1 #36.5 + electric_gear = 0.85 #13.6 + steel = 2 #9.4 total input+maint = 90.325 + } + output_goods = barrels + value = 1.2 #117.6 - profit = 27.275 + bonus = { + trigger = { has_building = automobile_factory } + value = 0.1 + } + bonus = { + trigger = { has_building = machine_parts_factory } + value = 0.05 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.1 + } +} + +automobile_factory = { + template = factory_template #maint = 9.825 + input_goods = { + machine_parts = 1.05 #38.325 + electric_gear = 1.5 #24 + rubber = 1 #7 + steel = 2.25 #10.575 total input+maint = 89.725 + } + + output_goods = automobiles + value = 1.6 #112 - profit = 22.3 + bonus = { + trigger = { has_building = machine_parts_factory } + value = 0.1 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.1 + } + bonus = { + trigger = { has_building = electric_gear_factory } + value = 0.05 + } +} + +radio_factory = { + template = factory_template + input_goods = { + glass = 10 #29 + electric_gear = 3 #48 total input+maint = 86.825 + } + output_goods = radio + value = 6.6 #105.6 - profit = 18.8 + bonus = { + trigger = { has_building = electric_gear_factory } + value = 0.15 + } + bonus = { + trigger = { has_building = glass_factory } + value = 0.1 + } +} + +telephone_factory = { + template = factory_template + input_goods = { + glass = 15 #43.5 + electric_gear = 2.5 #40 total input+maint = 93.325 + } + output_goods = telephones + value = 7 #112 - profit = 18.7 + bonus = { + trigger = { has_building = electric_gear_factory } + value = 0.15 + } + bonus = { + trigger = { has_building = glass_factory } + value = 0.1 + } } ############# STRATEGIC FACTORIES -electric_gear_factory = { - template = factory_template - input_goods = { - rubber = 4 #28 - coal = 5 #11.5 - steel = 5 #23.5 total input+maint = 73 - } - output_goods = electric_gear - value = 5.6 #89.6 - profit = 16.6 - bonus = { - trigger = { trade_goods_in_state = rubber } - value = 0.05 - } - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.05 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.15 - } -} - -machine_parts_factory = { - template = factory_template - input_goods = { - steel = 9 #42.3 - coal = 5 #11.5 total input+maint = 63.8 - } - output_goods = machine_parts - value = 2.2 #80 - profit = 16.5 - bonus = { - trigger = { has_building = steel_factory } - value = 0.125 - } - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.125 - } -} - -synthetic_oil_factory = { - template = factory_template - input_goods = { - coal = 12 #27.6 total input+maint = 37.425 - } - output_goods = oil - value = 3.4 #40.8 - profit = 3.375 - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.25 - } +electric_gear_factory = { + template = factory_template + input_goods = { + rubber = 4 #28 + coal = 5 #11.5 + steel = 5 #23.5 total input+maint = 73 + } + output_goods = electric_gear + value = 5.6 #89.6 - profit = 16.6 + bonus = { + trigger = { trade_goods_in_state = rubber } + value = 0.05 + } + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.05 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.15 + } +} + +machine_parts_factory = { + template = factory_template + input_goods = { + steel = 9 #42.3 + coal = 5 #11.5 total input+maint = 63.8 + } + output_goods = machine_parts + value = 2.2 #80 - profit = 16.5 + bonus = { + trigger = { has_building = steel_factory } + value = 0.125 + } + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.125 + } +} + +synthetic_oil_factory = { + template = factory_template + input_goods = { + coal = 12 #27.6 total input+maint = 37.425 + } + output_goods = oil + value = 3.4 #40.8 - profit = 3.375 + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.25 + } } ############# ADVANCED FACTORIES -fuel_refinery = { - template = factory_template - input_goods = { - oil = 2.5 #30 total input+maint = 40 - } - output_goods = fuel - value = 2 #50 - profit = 10 - bonus = { - trigger = { - OR = { - trade_goods_in_state = oil - has_building = synthetic_oil_factory - } - } - value = 0.25 - } -} - -steamer_shipyard = { - template = factory_template - input_goods = { - lumber = 10 #10 - steel = 22 #103.4 - coal = 30 #69 - machine_parts = 0.25 #9.125 total input+maint = ~201.35 - } - output_goods = steamer_convoy - is_coastal = yes - value = 3.5 #227.5 - profit = 26.15 - bonus = { - trigger = { has_building = lumber_mill } - value = 0.125 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.125 - } - bonus = { - trigger = { has_building = machine_parts_factory } - value = 0.125 - } +fuel_refinery = { + template = factory_template + input_goods = { + oil = 2.5 #30 total input+maint = 40 + } + output_goods = fuel + value = 2 #50 - profit = 10 + bonus = { + trigger = { + OR = { + trade_goods_in_state = oil + has_building = synthetic_oil_factory + } + } + value = 0.25 + } +} + +steamer_shipyard = { + template = factory_template + input_goods = { + lumber = 10 #10 + steel = 22 #103.4 + coal = 30 #69 + machine_parts = 0.25 #9.125 total input+maint = ~201.35 + } + output_goods = steamer_convoy + is_coastal = yes + value = 3.5 #227.5 - profit = 26.15 + bonus = { + trigger = { has_building = lumber_mill } + value = 0.125 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.125 + } + bonus = { + trigger = { has_building = machine_parts_factory } + value = 0.125 + } } ############# LUXURY GOODS FACTORIES -luxury_clothes_factory = { - template = factory_template - input_goods = { - regular_clothes = 0.9 #5.22 - silk = 3.9 #39 total input+maint = 54 - } - output_goods = luxury_clothes - value = 1.1 #71.5 - profit = 17.5 - bonus = { - trigger = { has_building = regular_clothes_factory } - value = 0.2 - } - bonus = { - trigger = { trade_goods_in_state = silk } - value = 0.05 - } -} - -luxury_furniture_factory = { - template = factory_template - input_goods = { - furniture = 2 #9.8 - tropical_wood = 7.5 #40.5 total input+maint = 60.125 - } - output_goods = luxury_furniture - value = 1.3 #76.7, from 64.9. Profit margin is 21.61%. - profit is 16.6 - bonus = { - trigger = { has_building = furniture_factory } - value = 0.2 - } - bonus = { - trigger = { trade_goods_in_state = tropical_wood } - value = 0.05 - } +luxury_clothes_factory = { + template = factory_template + input_goods = { + regular_clothes = 0.9 #5.22 + silk = 3.9 #39 total input+maint = 54 + } + output_goods = luxury_clothes + value = 1.1 #71.5 - profit = 17.5 + bonus = { + trigger = { has_building = regular_clothes_factory } + value = 0.2 + } + bonus = { + trigger = { trade_goods_in_state = silk } + value = 0.05 + } +} + +luxury_furniture_factory = { + template = factory_template + input_goods = { + furniture = 2 #9.8 + tropical_wood = 7.5 #40.5 total input+maint = 60.125 + } + output_goods = luxury_furniture + value = 1.3 #76.7, from 64.9. Profit margin is 21.61%. - profit is 16.6 + bonus = { + trigger = { has_building = furniture_factory } + value = 0.2 + } + bonus = { + trigger = { trade_goods_in_state = tropical_wood } + value = 0.05 + } } ############# MEDIUM FACTORIES -steel_factory = { - template = factory_template - input_goods = { - iron = 20 #70 - coal = 5 #11.5 total input+maint = 91.3 - } - - output_goods = steel - value = 23 #108.1 - profit = 16.8 - bonus = { - trigger = { trade_goods_in_state = iron } - value = 0.125 - } - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.125 - } -} - -artillery_factory = { - template = factory_template - input_goods = { - explosives = 1 #20 - steel = 8 #37.6 total input+maint = 67.6 - } - output_goods = artillery - value = 1.4 #84 - profit = 16.4 - bonus = { - trigger = { has_building = steel_factory } - value = 0.15 - } - bonus = { - trigger = { has_building = explosives_factory } - value = 0.1 - } -} - -clipper_shipyard = { - template = factory_template - input_goods = { - fabric = 100 #180 - lumber = 100 #100 - steel = 30 #141 total input+maint = 430.825 - } - output_goods = clipper_convoy - is_coastal = yes - value = 12 #504, up from 10 with a profit of 420. 14.518% profit margin, similar to steamers. Profit = 73 - bonus = { - trigger = { has_building = fabric_factory } - value = 0.05 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.1 - } - bonus = { - trigger = { has_building = lumber_mill } - value = 0.1 - } -} - -small_arms_factory = { - template = factory_template - input_goods = { - ammunition = 2 #35 - steel = 3 #14.1 total input+maint = 60 - } - output_goods = small_arms - value = 2 #74 - profit = 14 - - bonus = { - trigger = { has_building = steel_factory } - value = 0.15 - } - bonus = { - trigger = { has_building = ammunition_factory } - value = 0.1 - } +steel_factory = { + template = factory_template + input_goods = { + iron = 20 #70 + coal = 5 #11.5 total input+maint = 91.3 + } + + output_goods = steel + value = 23 #108.1 - profit = 16.8 + bonus = { + trigger = { trade_goods_in_state = iron } + value = 0.125 + } + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.125 + } +} + +artillery_factory = { + template = factory_template + input_goods = { + explosives = 1 #20 + steel = 8 #37.6 total input+maint = 67.6 + } + output_goods = artillery + value = 1.4 #84 - profit = 16.4 + bonus = { + trigger = { has_building = steel_factory } + value = 0.15 + } + bonus = { + trigger = { has_building = explosives_factory } + value = 0.1 + } +} + +clipper_shipyard = { + template = factory_template + input_goods = { + fabric = 100 #180 + lumber = 100 #100 + steel = 30 #141 total input+maint = 430.825 + } + output_goods = clipper_convoy + is_coastal = yes + value = 12 #504, up from 10 with a profit of 420. 14.518% profit margin, similar to steamers. Profit = 73 + bonus = { + trigger = { has_building = fabric_factory } + value = 0.05 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.1 + } + bonus = { + trigger = { has_building = lumber_mill } + value = 0.1 + } +} + +small_arms_factory = { + template = factory_template + input_goods = { + ammunition = 2 #35 + steel = 3 #14.1 total input+maint = 60 + } + output_goods = small_arms + value = 2 #74 - profit = 14 + + bonus = { + trigger = { has_building = steel_factory } + value = 0.15 + } + bonus = { + trigger = { has_building = ammunition_factory } + value = 0.1 + } } ############# COMMON FACTORIES -furniture_factory = { - template = factory_template - input_goods = { - lumber = 40 #40 total input+maint = 50 - } - output_goods = furniture - value = 12 #58.8 - profit = 8.8 - bonus = { - trigger = { has_building = lumber_mill } - value = 0.25 - } -} - -paper_mill = { - template = factory_template - input_goods = { - lumber = 50 #45 total input+maint = 55 - } - output_goods = paper - value = 20 #68 - profit = 13 - bonus = { - trigger = { has_building = lumber_mill } - value = 0.25 - } -} - -regular_clothes_factory = { - template = factory_template - input_goods = { - fabric = 40 #72 total input+maint = 82 - } - output_goods = regular_clothes - value = 16 #92.8, from 87/15. Profit margin is 11.63% - total profit is 10.8 - bonus = { - trigger = { has_building = fabric_factory } - value = 0.25 - } -} - -explosives_factory = { - template = factory_template - input_goods = { - fertilizer = 3 #30 - ammunition = 0.8 #14 total input+maint = 54 - } - output_goods = explosives - value = 3.4 #68 - profit = 14 - bonus = { - trigger = { has_building = fertilizer_factory } - value = 0.15 - } - bonus = { - trigger = { has_building = ammunition_factory } - value = 0.1 - } +furniture_factory = { + template = factory_template + input_goods = { + lumber = 40 #40 total input+maint = 50 + } + output_goods = furniture + value = 12 #58.8 - profit = 8.8 + bonus = { + trigger = { has_building = lumber_mill } + value = 0.25 + } +} + +paper_mill = { + template = factory_template + input_goods = { + lumber = 50 #45 total input+maint = 55 + } + output_goods = paper + value = 20 #68 - profit = 13 + bonus = { + trigger = { has_building = lumber_mill } + value = 0.25 + } +} + +regular_clothes_factory = { + template = factory_template + input_goods = { + fabric = 40 #72 total input+maint = 82 + } + output_goods = regular_clothes + value = 16 #92.8, from 87/15. Profit margin is 11.63% - total profit is 10.8 + bonus = { + trigger = { has_building = fabric_factory } + value = 0.25 + } +} + +explosives_factory = { + template = factory_template + input_goods = { + fertilizer = 3 #30 + ammunition = 0.8 #14 total input+maint = 54 + } + output_goods = explosives + value = 3.4 #68 - profit = 14 + bonus = { + trigger = { has_building = fertilizer_factory } + value = 0.15 + } + bonus = { + trigger = { has_building = ammunition_factory } + value = 0.1 + } } ############# CHEAP FACTORIES -ammunition_factory = { - template = cheap_factory_template - input_goods = { - sulphur = 2 #12 - steel = 3 #14.1 total input+maint = 30.1 - } - output_goods = ammunition - value = 2.5 #45 - profit = 14.9 - bonus = { - trigger = { trade_goods_in_state = sulphur } - value = 0.1 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.15 - } -} - -canned_food_factory = { - template = cheap_factory_template - input_goods = { - steel = 0.5 #2.35 - cattle = 4 #8 - grain = 4 #8.8 - fish = 4 #6 total input+maint = 29.15 - } - output_goods = canned_food - value = 3 #48 - profit = 18.85 - bonus = { - trigger = { trade_goods_in_state = grain } - value = 0.075 - } - bonus = { - trigger = { - OR = { - trade_goods_in_state = fish - trade_goods_in_state = cattle - } - } - value = 0.075 - } - bonus = { - trigger = { has_building = steel_factory } - value = 0.1 - } -} - -dye_factory = { - template = factory_template #used to be cheap_factory_template - input_goods = { - coal = 9 #20.7 total input+maint = Used to be 24.7 now 30.7 - } - output_goods = dye - value = 3.4 #40.8 - profit = 10.1 - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.25 - } -} - -liquor_distillery = { - template = cheap_factory_template - input_goods = { - grain = 10 #22 - fruit = 5 #9 - glass = 13 #37.7 total input+maint = 72.7 - } - output_goods = liquor - value = 18.5 #81.4 - profit = 8.7 - bonus = { - trigger = { has_building = glass_factory } - value = 0.15 - } - bonus = { - trigger = { trade_goods_in_state = grain } - value = 0.05 - } - bonus = { - trigger = { trade_goods_in_state = fruit } - value = 0.05 - } -} - -winery = { - template = cheap_factory_template - input_goods = { - fruit = 5 #9 - glass = 5 #14.5 total input+maint = 27.5 - } - output_goods = wine - value = 4.5 #43.65 - profit = 16.15 - bonus = { - trigger = { has_building = glass_factory } - value = 0.15 - } - bonus = { - trigger = { trade_goods_in_state = fruit } - value = 0.1 - } -} - -############# BASIC FACTORIES - -lumber_mill = { - template = factory_template - input_goods = { - timber = 100 #90 total input+maint = 100 - } - output_goods = lumber - - value = 107 #107 - profit = 7 - bonus = { - trigger = { trade_goods_in_state = timber } - value = 0.25 - } +ammunition_factory = { + template = cheap_factory_template + input_goods = { + sulphur = 2 #12 + steel = 3 #14.1 total input+maint = 30.1 + } + output_goods = ammunition + value = 2.5 #45 - profit = 14.9 + bonus = { + trigger = { trade_goods_in_state = sulphur } + value = 0.1 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.15 + } +} + +canned_food_factory = { + template = cheap_factory_template + input_goods = { + steel = 0.5 #2.35 + cattle = 4 #8 + grain = 4 #8.8 + fish = 4 #6 total input+maint = 29.15 + } + output_goods = canned_food + value = 3 #48 - profit = 18.85 + bonus = { + trigger = { trade_goods_in_state = grain } + value = 0.075 + } + bonus = { + trigger = { + OR = { + trade_goods_in_state = fish + trade_goods_in_state = cattle + } + } + value = 0.075 + } + bonus = { + trigger = { has_building = steel_factory } + value = 0.1 + } +} + +dye_factory = { + template = factory_template #used to be cheap_factory_template + input_goods = { + coal = 9 #20.7 total input+maint = Used to be 24.7 now 30.7 + } + output_goods = dye + value = 3.4 #40.8 - profit = 10.1 + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.25 + } +} + +liquor_distillery = { + template = cheap_factory_template + input_goods = { + grain = 10 #22 + fruit = 5 #9 + glass = 13 #37.7 total input+maint = 72.7 + } + output_goods = liquor + value = 18.5 #81.4 - profit = 8.7 + bonus = { + trigger = { has_building = glass_factory } + value = 0.15 + } + bonus = { + trigger = { trade_goods_in_state = grain } + value = 0.05 + } + bonus = { + trigger = { trade_goods_in_state = fruit } + value = 0.05 + } +} + +winery = { + template = cheap_factory_template + input_goods = { + fruit = 5 #9 + glass = 5 #14.5 total input+maint = 27.5 + } + output_goods = wine + value = 4.5 #43.65 - profit = 16.15 + bonus = { + trigger = { has_building = glass_factory } + value = 0.15 + } + bonus = { + trigger = { trade_goods_in_state = fruit } + value = 0.1 + } +} + +############# BASIC FACTORIES + +lumber_mill = { + template = factory_template + input_goods = { + timber = 100 #90 total input+maint = 100 + } + output_goods = lumber + + value = 107 #107 - profit = 7 + bonus = { + trigger = { trade_goods_in_state = timber } + value = 0.25 + } } fabric_factory = { - template = factory_template - input_goods = { - cotton = 18 # 36 - dye = 2 # 24 total input+maint = 69.875 - } - output_goods = fabric - value = 44 #79.2 - profit = 9.3 - bonus = { - trigger = { trade_goods_in_state = cotton } - value = 0.125 - } - bonus = { - trigger = { - OR = { - has_building = dye_factory - trade_goods_in_state = dye - } - } - value = 0.125 - } -} - -cement_factory = { - template = cement_template - input_goods = { - coal = 12 #27.6 total input+maint = 37.6 - } - output_goods = cement - value = 3 #48 - profit = 10.4 - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.25 - } -} - -glass_factory = { - template = factory_template - input_goods = { - coal = 14 #32.2 total input+maint = 42.2 - } - output_goods = glass - value = 18 #52.2 - profit = 10 - bonus = { - trigger = { trade_goods_in_state = coal } - value = 0.25 - } -} - -fertilizer_factory = { - template = factory_template - input_goods = { - sulphur = 6 #36 total input = 36 - } - output_goods = fertilizer - value = 5 #50 - profit = 14 - bonus = { - trigger = { trade_goods_in_state = sulphur } - value = 0.25 - } + template = factory_template + input_goods = { + cotton = 18 # 36 + dye = 2 # 24 total input+maint = 69.875 + } + output_goods = fabric + value = 44 #79.2 - profit = 9.3 + bonus = { + trigger = { trade_goods_in_state = cotton } + value = 0.125 + } + bonus = { + trigger = { + OR = { + has_building = dye_factory + trade_goods_in_state = dye + } + } + value = 0.125 + } +} + +cement_factory = { + template = cement_template + input_goods = { + coal = 12 #27.6 total input+maint = 37.6 + } + output_goods = cement + value = 3 #48 - profit = 10.4 + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.25 + } +} + +glass_factory = { + template = factory_template + input_goods = { + coal = 14 #32.2 total input+maint = 42.2 + } + output_goods = glass + value = 18 #52.2 - profit = 10 + bonus = { + trigger = { trade_goods_in_state = coal } + value = 0.25 + } +} + +fertilizer_factory = { + template = factory_template + input_goods = { + sulphur = 6 #36 total input = 36 + } + output_goods = fertilizer + value = 5 #50 - profit = 14 + bonus = { + trigger = { trade_goods_in_state = sulphur } + value = 0.25 + } } ### RGOs Templates ##################################################################################### RGO_template_farmers = { - - owner = { - poptype = aristocrats - effect = output - } - - employees = { - { - poptype = farmers - effect = throughput - amount = 1 - } - - { - poptype = serfs - effect = throughput - amount = 1 - } - - { - poptype = slaves - effect = throughput - amount = 1 - effect_multiplier = 1.4 - } - } - - type = rgo - workforce = 40000 + + owner = { + poptype = aristocrats + effect = output + } + + employees = { + { + poptype = farmers + effect = throughput + amount = 1 + } + + { + poptype = serfs + effect = throughput + amount = 1 + } + + { + poptype = slaves + effect = throughput + amount = 1 + effect_multiplier = 1.4 + } + } + + type = rgo + workforce = 40000 } RGO_template_labourers = { - owner = { - poptype = aristocrats - effect = output - } - - employees = { - { - poptype = labourers - effect = throughput - amount = 1 - } - - { - poptype = serfs - effect = throughput - amount = 1 - } - - { - poptype = slaves - effect = throughput - amount = 1 - effect_multiplier = 1.4 - } - } - - type = rgo - workforce = 40000 + owner = { + poptype = aristocrats + effect = output + } + + employees = { + { + poptype = labourers + effect = throughput + amount = 1 + } + + { + poptype = serfs + effect = throughput + amount = 1 + } + + { + poptype = slaves + effect = throughput + amount = 1 + effect_multiplier = 1.4 + } + } + + type = rgo + workforce = 40000 } RGO_template_mines = { - owner = { - poptype = aristocrats - effect = output - } - employees = { - { - poptype = labourers - effect = throughput - amount = 1 - } - - { - poptype = serfs - effect = throughput - amount = 1 - } - - { - poptype = slaves - effect = throughput - amount = 1 - effect_multiplier = 1.4 - } - } - - type = rgo - workforce = 40000 + owner = { + poptype = aristocrats + effect = output + } + employees = { + { + poptype = labourers + effect = throughput + amount = 1 + } + + { + poptype = serfs + effect = throughput + amount = 1 + } + + { + poptype = slaves + effect = throughput + amount = 1 + effect_multiplier = 1.4 + } + } + + type = rgo + workforce = 40000 } ### RGOs ##################################################################################### cattle_ranch = { - template = RGO_template_farmers - output_goods = cattle - value = 1.7 #1.8 - farm = yes + template = RGO_template_farmers + output_goods = cattle + value = 1.7 #1.8 + farm = yes } coal_mine = { - template = RGO_template_mines - output_goods = coal - value = 2.4 #2.4 - mine = yes + template = RGO_template_mines + output_goods = coal + value = 2.4 #2.4 + mine = yes } coffee_plantation = { - template = RGO_template_farmers - output_goods = coffee - value = 1.5 #1.5 - farm = yes + template = RGO_template_farmers + output_goods = coffee + value = 1.5 #1.5 + farm = yes } cotton_plantation = { - template = RGO_template_farmers - output_goods = cotton - value = 1.8 #3 - farm = yes + template = RGO_template_farmers + output_goods = cotton + value = 1.8 #3 + farm = yes } dye_plantation = { - template = RGO_template_farmers - output_goods = dye - value = 0.22 - farm = yes + template = RGO_template_farmers + output_goods = dye + value = 0.22 + farm = yes } fishing_wharf = { - template = RGO_template_farmers - output_goods = fish - value = 2.1 #2.2 - farm = yes + template = RGO_template_farmers + output_goods = fish + value = 2.1 #2.2 + farm = yes } grain_farm = { - template = RGO_template_farmers - output_goods = grain - value = 1.7 #1.8 - farm = yes + template = RGO_template_farmers + output_goods = grain + value = 1.7 #1.8 + farm = yes } iron_mine = { - template = RGO_template_labourers - output_goods = iron - value = 1.8 - mine = yes + template = RGO_template_labourers + output_goods = iron + value = 1.8 + mine = yes } oil_rig = { - template = RGO_template_labourers - output_goods = oil - value = 1 - mine = yes + template = RGO_template_labourers + output_goods = oil + value = 1 + mine = yes } opium_plantation = { - template = RGO_template_farmers - output_goods = opium - value = 0.7 - farm = yes + template = RGO_template_farmers + output_goods = opium + value = 0.7 + farm = yes } orchard = { - template = RGO_template_farmers - output_goods = fruit - value = 2.7 #2.8 - farm = yes + template = RGO_template_farmers + output_goods = fruit + value = 2.7 #2.8 + farm = yes } precious_metal_mine = { - template = RGO_template_mines - output_goods = precious_metal - value = 3 - mine = yes + template = RGO_template_mines + output_goods = precious_metal + value = 3 + mine = yes } precious_goods_market = { - template = RGO_template_mines - output_goods = precious_goods - value = 3 - mine = yes + template = RGO_template_mines + output_goods = precious_goods + value = 3 + mine = yes } rubber_lodge = { - template = RGO_template_labourers - output_goods = rubber - value = 0.75 - farm = yes + template = RGO_template_labourers + output_goods = rubber + value = 0.75 + farm = yes } sheep_ranch = { - template = RGO_template_farmers - output_goods = wool - value = 4.8 #5 - farm = yes + template = RGO_template_farmers + output_goods = wool + value = 4.8 #5 + farm = yes } silkworm_ranch = { - template = RGO_template_farmers - output_goods = silk - value = 0.25 #0.25 - farm = yes + template = RGO_template_farmers + output_goods = silk + value = 0.25 #0.25 + farm = yes } sulphur_mine = { - template = RGO_template_mines - output_goods = sulphur - value = 2 - mine = yes + template = RGO_template_mines + output_goods = sulphur + value = 2 + mine = yes } tea_plantation = { - template = RGO_template_farmers - output_goods = tea - value = 1.75 #1.75 - farm = yes + template = RGO_template_farmers + output_goods = tea + value = 1.75 #1.75 + farm = yes } timber_lodge = { - template = RGO_template_labourers - output_goods = timber - value = 8 #8 - farm = yes + template = RGO_template_labourers + output_goods = timber + value = 8 #8 + farm = yes } tobacco_plantation = { - template = RGO_template_farmers - output_goods = tobacco - value = 2 #2.5 - farm = yes + template = RGO_template_farmers + output_goods = tobacco + value = 2 #2.5 + farm = yes } tropical_wood_lodge = { - template = RGO_template_labourers - output_goods = tropical_wood - value = 4 - farm = yes + template = RGO_template_labourers + output_goods = tropical_wood + value = 4 + farm = yes } ### Artisans ##################################################################################### -artisan_aeroplane = { - input_goods = { - machine_parts = 1.11 #40.515 - electric_gear = 2 #32 - rubber = 1 #7 - lumber = 3.3 #3.3 total input = 82.815 - } - output_goods = aeroplanes - value = 1 #110 - profit = 27.185 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_barrel = { - input_goods = { - automobiles = 0.3 #21 - machine_parts = 1 #36.5 - electric_gear = 0.85 #13.6 - steel = 2 #9.4 total input = 80.5 - } - output_goods = barrels - value = 1.1 #107.8 - profit = 27.3 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_automobile = { - input_goods = { - machine_parts = 1.05 #38.325 - electric_gear = 1.5 #24 - rubber = 1 #7 - steel = 2.25 #10.575 total input = 79.9 - } - - output_goods = automobiles - value = 1.5 #105 - profit = 25.1 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_radio = { - input_goods = { - glass = 10 #29 - electric_gear = 3 #48 total input = 77 - } - output_goods = radio - value = 6.3 #100.8 - profit = 23.8 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_telephone = { - input_goods = { - glass = 15 #43.5 - electric_gear = 2.5 #40 total input = 83.5 - } - output_goods = telephones - value = 6.7 #107.2 - profit = 23.7 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 +artisan_aeroplane = { + input_goods = { + machine_parts = 1.11 #40.515 + electric_gear = 2 #32 + rubber = 1 #7 + lumber = 3.3 #3.3 total input = 82.815 + } + output_goods = aeroplanes + value = 1 #110 - profit = 27.185 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_barrel = { + input_goods = { + automobiles = 0.3 #21 + machine_parts = 1 #36.5 + electric_gear = 0.85 #13.6 + steel = 2 #9.4 total input = 80.5 + } + output_goods = barrels + value = 1.1 #107.8 - profit = 27.3 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_automobile = { + input_goods = { + machine_parts = 1.05 #38.325 + electric_gear = 1.5 #24 + rubber = 1 #7 + steel = 2.25 #10.575 total input = 79.9 + } + + output_goods = automobiles + value = 1.5 #105 - profit = 25.1 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_radio = { + input_goods = { + glass = 10 #29 + electric_gear = 3 #48 total input = 77 + } + output_goods = radio + value = 6.3 #100.8 - profit = 23.8 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_telephone = { + input_goods = { + glass = 15 #43.5 + electric_gear = 2.5 #40 total input = 83.5 + } + output_goods = telephones + value = 6.7 #107.2 - profit = 23.7 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } ############# STRATEGIC FACTORIES -artisan_electric_gear = { - input_goods = { - rubber = 4 #28 - coal = 5 #11.5 - steel = 5 #23.5 total input = 63 - } - output_goods = electric_gear - value = 5.3 #84.8 - profit = 21.8 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_machine_parts = { - input_goods = { - steel = 9 #42.3 - coal = 5 #11.5 total input = 53.8 - } - output_goods = machine_parts - value = 2 #73 - profit = 19.2 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 +artisan_electric_gear = { + input_goods = { + rubber = 4 #28 + coal = 5 #11.5 + steel = 5 #23.5 total input = 63 + } + output_goods = electric_gear + value = 5.3 #84.8 - profit = 21.8 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_machine_parts = { + input_goods = { + steel = 9 #42.3 + coal = 5 #11.5 total input = 53.8 + } + output_goods = machine_parts + value = 2 #73 - profit = 19.2 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } ############# ADVANCED FACTORIES -artisan_fuel = { - input_goods = { - oil = 2.5 #30 total input = 30 - } - output_goods = fuel - value = 1.6 #40 - profit = 10 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_steamer = { - input_goods = { - lumber = 10 #10 - steel = 22 #103.4 - coal = 30 #69 - machine_parts = 0.25 #9.125 total input= 191.525 - } - output_goods = steamer_convoy - is_coastal = yes - value = 3.4 #221 - profit = 29.475 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - - workforce = 10000 +artisan_fuel = { + input_goods = { + oil = 2.5 #30 total input = 30 + } + output_goods = fuel + value = 1.6 #40 - profit = 10 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_steamer = { + input_goods = { + lumber = 10 #10 + steel = 22 #103.4 + coal = 30 #69 + machine_parts = 0.25 #9.125 total input= 191.525 + } + output_goods = steamer_convoy + is_coastal = yes + value = 3.4 #221 - profit = 29.475 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + + workforce = 10000 } ############# LUXURY GOODS FACTORIES -artisan_luxury_clothes = { - input_goods = { - regular_clothes = 0.9 #5.22 - silk = 3.9 #39 total input = 44.22 - } - output_goods = luxury_clothes - value = 1 #65 - profit = 20.78 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_luxury_furniture = { - input_goods = { - furniture = 2 #9.8 - tropical_wood = 7.5 #40.5 total input = 50.3 - } - output_goods = luxury_furniture - value = 1.2 #70.8 - profit = 20.5 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 +artisan_luxury_clothes = { + input_goods = { + regular_clothes = 0.9 #5.22 + silk = 3.9 #39 total input = 44.22 + } + output_goods = luxury_clothes + value = 1 #65 - profit = 20.78 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_luxury_furniture = { + input_goods = { + furniture = 2 #9.8 + tropical_wood = 7.5 #40.5 total input = 50.3 + } + output_goods = luxury_furniture + value = 1.2 #70.8 - profit = 20.5 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } ############# MEDIUM FACTORIES -artisan_steel = { - input_goods = { - iron = 20 #70 - coal = 5 #11.5 total input = 81.5 - } - - output_goods = steel - value = 21 #98.7 - profit = 17.2 - - owner = { - poptype = artisans - effect = output - } - - - type = artisan - - workforce = 10000 -} - -artisan_artillery = { - input_goods = { - explosives = 1 #20 - steel = 8 #37.6 total input = 57.6 - } - output_goods = artillery - value = 1.3 #78 - profit = 17.4 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_clipper = { - input_goods = { - fabric = 100 #180 - lumber = 100 #100 - steel = 30 #141 total input = 421 - } - output_goods = clipper_convoy - is_coastal = yes - value = 11.5 #483 - profit = 62 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_small_arms = { - input_goods = { - ammunition = 2 #35 - steel = 3 #14.1 total input = 49.1 - } - output_goods = small_arms - value = 1.8 #66.6 - profit = 17.5 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 +artisan_steel = { + input_goods = { + iron = 20 #70 + coal = 5 #11.5 total input = 81.5 + } + + output_goods = steel + value = 21 #98.7 - profit = 17.2 + + owner = { + poptype = artisans + effect = output + } + + + type = artisan + + workforce = 10000 +} + +artisan_artillery = { + input_goods = { + explosives = 1 #20 + steel = 8 #37.6 total input = 57.6 + } + output_goods = artillery + value = 1.3 #78 - profit = 17.4 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_clipper = { + input_goods = { + fabric = 100 #180 + lumber = 100 #100 + steel = 30 #141 total input = 421 + } + output_goods = clipper_convoy + is_coastal = yes + value = 11.5 #483 - profit = 62 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_small_arms = { + input_goods = { + ammunition = 2 #35 + steel = 3 #14.1 total input = 49.1 + } + output_goods = small_arms + value = 1.8 #66.6 - profit = 17.5 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } ############# COMMON FACTORIES - -artisan_furniture = { - input_goods = { - lumber = 40 #40 - } - output_goods = furniture - value = 10 #49 - profit = 9 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_paper = { - input_goods = { - lumber = 50 #45 total input = 45 - } - output_goods = paper - value = 17 #57.8 - profit = 12.8 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_regular_clothes = { - input_goods = { - fabric = 42 #was 75.6 - } - output_goods = regular_clothes - value = 15 #87 - profit = 11.4 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_explosives = { - input_goods = { - fertilizer = 3 #30 - ammunition = 0.8 #14 total input = 44 - } - output_goods = explosives - value = 3 #60 - profit = 16 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 + +artisan_furniture = { + input_goods = { + lumber = 40 #40 + } + output_goods = furniture + value = 10 #49 - profit = 9 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_paper = { + input_goods = { + lumber = 50 #45 total input = 45 + } + output_goods = paper + value = 17 #57.8 - profit = 12.8 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_regular_clothes = { + input_goods = { + fabric = 42 #was 75.6 + } + output_goods = regular_clothes + value = 15 #87 - profit = 11.4 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_explosives = { + input_goods = { + fertilizer = 3 #30 + ammunition = 0.8 #14 total input = 44 + } + output_goods = explosives + value = 3 #60 - profit = 16 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } ############# CHEAP FACTORIES -artisan_ammunition = { - input_goods = { - sulphur = 2 #12 - steel = 3 #14.1 total input = 26.1 - } - output_goods = ammunition - value = 2.3 #41.4 - profit = 15.3 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_canned_food = { - input_goods = { - steel = 0.5 #2.35 - cattle = 4 #8 - grain = 4 #8.8 - fish = 4 #6 total input = 25.15 - } - output_goods = canned_food - value = 2.5 #40 - profit = 15 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_liquor = { - input_goods = { - grain = 10 #22 - fruit = 5 #9 - glass = 13 #37.7 total input = 68.7 - } - output_goods = liquor - value = 17 #77 - profit = 8.3 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_winery = { - - input_goods = { - fruit = 5 #9 - glass = 5 #14.5 total input = 23.5 - } - output_goods = wine - value = 4 #38.8 - profit = 15.3 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -############# BASIC FACTORIES - -artisan_lumber = { - input_goods = { - timber = 100 #90 - } - output_goods = lumber - - value = 97 #97 - profit = 7 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 +artisan_ammunition = { + input_goods = { + sulphur = 2 #12 + steel = 3 #14.1 total input = 26.1 + } + output_goods = ammunition + value = 2.3 #41.4 - profit = 15.3 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_canned_food = { + input_goods = { + steel = 0.5 #2.35 + cattle = 4 #8 + grain = 4 #8.8 + fish = 4 #6 total input = 25.15 + } + output_goods = canned_food + value = 2.5 #40 - profit = 15 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_liquor = { + input_goods = { + grain = 10 #22 + fruit = 5 #9 + glass = 13 #37.7 total input = 68.7 + } + output_goods = liquor + value = 17 #77 - profit = 8.3 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_winery = { + + input_goods = { + fruit = 5 #9 + glass = 5 #14.5 total input = 23.5 + } + output_goods = wine + value = 4 #38.8 - profit = 15.3 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +############# BASIC FACTORIES + +artisan_lumber = { + input_goods = { + timber = 100 #90 + } + output_goods = lumber + + value = 97 #97 - profit = 7 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } artisan_fabric = { - input_goods = { - cotton = 18 # 36 - dye = 2 # 24 total input+maint = 60 - } - output_goods = fabric - value = 38 #68.4 - profit = 8.4 - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_cement = { - input_goods = { - coal = 12 #27.6 total input = 27.6 - } - output_goods = cement - value = 2.3 #36.8 - profit = 9.2 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_glass = { - input_goods = { - coal = 14 #32.2 total input+maint = 32.2 - } - output_goods = glass - value = 16 #46.4 - profit = 14.2 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 -} - -artisan_fertilizer = { - input_goods = { - sulphur = 6 #36 total input+maint = 36 - } - output_goods = fertilizer - value = 4.5 #45 - profit = 9 - - owner = { - poptype = artisans - effect = output - } - - type = artisan - - workforce = 10000 + input_goods = { + cotton = 18 # 36 + dye = 2 # 24 total input+maint = 60 + } + output_goods = fabric + value = 38 #68.4 - profit = 8.4 + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_cement = { + input_goods = { + coal = 12 #27.6 total input = 27.6 + } + output_goods = cement + value = 2.3 #36.8 - profit = 9.2 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_glass = { + input_goods = { + coal = 14 #32.2 total input+maint = 32.2 + } + output_goods = glass + value = 16 #46.4 - profit = 14.2 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 +} + +artisan_fertilizer = { + input_goods = { + sulphur = 6 #36 total input+maint = 36 + } + output_goods = fertilizer + value = 4.5 #45 - profit = 9 + + owner = { + poptype = artisans + effect = output + } + + type = artisan + + workforce = 10000 } diff --git a/HPM/common/rebel_types.txt b/HPM/common/rebel_types.txt index 890bae99..bdf911e7 100644 --- a/HPM/common/rebel_types.txt +++ b/HPM/common/rebel_types.txt @@ -13,2156 +13,2156 @@ # Reactionary Rebels ################################### reactionary_rebels = { - icon = 1 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = presidential_dictatorship - presidential_dictatorship = absolute_monarchy - bourgeois_dictatorship = presidential_dictatorship - fascist_dictatorship = presidential_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = absolute_monarchy - hms_government = absolute_monarchy - democracy = presidential_dictatorship - theocracy = absolute_monarchy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.02 - modifier = { - factor = 0.01 - NOT = { - OR = { - pop_majority_ideology = reactionary - pop_majority_ideology = conservative - pop_majority_ideology = fascist - } - } - } - modifier = { - factor = 0 - OR = { - social_movement = yes - political_movement = yes - } - } - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 1.0115 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.0115 - NOT = { - political_reform_want = 0.05 - social_reform_want = 0.05 - } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 1.05 - NOT = { literacy = 0.30 } - } - modifier = { - factor = 0.5 - literacy = 0.50 - NOT = { pop_majority_ideology = reactionary } - } - modifier = { - factor = 1.0105 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.0105 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.0105 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.0105 - pop_majority_ideology = conservative - country = { - NOT = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0.01 - is_primary_culture = no - location = { - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.8 - is_accepted_culture = yes - NOT = { is_culture_group = THIS } - } - modifier = { - factor = 0 - country = { government = absolute_monarchy } - } - modifier = { - factor = 0.2 - country = { government = presidential_dictatorship } - } - modifier = { - factor = 1.015 - country = { NOT = { plurality = 35 } } - } - modifier = { - factor = 0.1 - country = { - tag = SPA - NOT = { has_global_flag = carlists_pacified } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - government = democracy - } - } - OR = { - pop_majority_ideology = reactionary - pop_majority_ideology = conservative - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = reactionary - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - - demands_enforced_effect = { - ruling_party_ideology = reactionary - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = underground_parties - political_reform = mandatory_service - random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } - random_owned = { limit = { owner = { NOT = { citizens_rights = primary_culture_only } } } owner = { political_reform = culture_voting_only } } - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.25 - plurality = -25 - country_event = 800050 - } + icon = 1 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = presidential_dictatorship + presidential_dictatorship = absolute_monarchy + bourgeois_dictatorship = presidential_dictatorship + fascist_dictatorship = presidential_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = absolute_monarchy + hms_government = absolute_monarchy + democracy = presidential_dictatorship + theocracy = absolute_monarchy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.02 + modifier = { + factor = 0.01 + NOT = { + OR = { + pop_majority_ideology = reactionary + pop_majority_ideology = conservative + pop_majority_ideology = fascist + } + } + } + modifier = { + factor = 0 + OR = { + social_movement = yes + political_movement = yes + } + } + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 1.0115 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.0115 + NOT = { + political_reform_want = 0.05 + social_reform_want = 0.05 + } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 1.05 + NOT = { literacy = 0.30 } + } + modifier = { + factor = 0.5 + literacy = 0.50 + NOT = { pop_majority_ideology = reactionary } + } + modifier = { + factor = 1.0105 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.0105 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.0105 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.0105 + pop_majority_ideology = conservative + country = { + NOT = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0.01 + is_primary_culture = no + location = { + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.8 + is_accepted_culture = yes + NOT = { is_culture_group = THIS } + } + modifier = { + factor = 0 + country = { government = absolute_monarchy } + } + modifier = { + factor = 0.2 + country = { government = presidential_dictatorship } + } + modifier = { + factor = 1.015 + country = { NOT = { plurality = 35 } } + } + modifier = { + factor = 0.1 + country = { + tag = SPA + NOT = { has_global_flag = carlists_pacified } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + government = democracy + } + } + OR = { + pop_majority_ideology = reactionary + pop_majority_ideology = conservative + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = reactionary + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + + demands_enforced_effect = { + ruling_party_ideology = reactionary + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = underground_parties + political_reform = mandatory_service + random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } + random_owned = { limit = { owner = { NOT = { citizens_rights = primary_culture_only } } } owner = { social_reform = culture_voting_only } } + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.25 + plurality = -25 + country_event = 800050 + } } ################################### # Fascist Rebels ################################### fascist_rebels = { - icon = 2 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = fascist_dictatorship - presidential_dictatorship = fascist_dictatorship - bourgeois_dictatorship = fascist_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = fascist_dictatorship - prussian_constitutionalism = fascist_dictatorship - hms_government = fascist_dictatorship - democracy = fascist_dictatorship - theocracy = fascist_dictatorship - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = fascist - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Does not disband on retreat - reinforcing = yes # Receives reinforcements - general = yes # Uses generals - smart = yes # Assaults forts, tactically withdraws from battle, etc. - unit_transfer = no # Units remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - modifier = { - factor = 0.5 - has_unclaimed_cores = yes - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.95 - any_neighbor_country = { - government = fascist_dictatorship - } - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.02 - - modifier = { - factor = 0 - NOT = { is_ideology_enabled = fascist } - } - modifier = { - factor = 0 - OR = { - social_movement = yes - political_movement = yes - } - NOT = { - OR = { - pop_majority_ideology = fascist - pop_majority_ideology = reactionary - militancy = 5 - } - } - } - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.01 - NOT = { - OR = { - pop_majority_ideology = fascist - pop_majority_ideology = reactionary - pop_majority_ideology = conservative - } - } - } - modifier = { - factor = 1.5 - pop_majority_ideology = fascist - } - modifier = { - factor = 0.05 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0.2 - is_accepted_culture = yes - NOT = { is_culture_group = THIS } - } - modifier = { - factor = 0 - country = { government = fascist_dictatorship } - } - modifier = { - factor = 1.015 - country = { NOT = { plurality = 35 } } - } - modifier = { - factor = 1.15 - country = { - has_unclaimed_cores = yes - } - } - modifier = { - factor = 1.015 - location = { - minorities = yes - } - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = no - location = { - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 1.03 - country = { - any_neighbor_country = { - government = fascist_dictatorship - } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = fascist - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - set_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - ruling_party_ideology = fascist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = underground_parties - political_reform = mandatory_service - random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } - random_owned = { limit = { owner = { NOT = { citizens_rights = primary_culture_only } } } owner = { political_reform = culture_voting_only } } - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.25 - plurality = -25 - country_event = 800051 - } + icon = 2 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = fascist_dictatorship + presidential_dictatorship = fascist_dictatorship + bourgeois_dictatorship = fascist_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = fascist_dictatorship + prussian_constitutionalism = fascist_dictatorship + hms_government = fascist_dictatorship + democracy = fascist_dictatorship + theocracy = fascist_dictatorship + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = fascist + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Does not disband on retreat + reinforcing = yes # Receives reinforcements + general = yes # Uses generals + smart = yes # Assaults forts, tactically withdraws from battle, etc. + unit_transfer = no # Units remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + modifier = { + factor = 0.5 + has_unclaimed_cores = yes + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.95 + any_neighbor_country = { + government = fascist_dictatorship + } + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.02 + + modifier = { + factor = 0 + NOT = { is_ideology_enabled = fascist } + } + modifier = { + factor = 0 + OR = { + social_movement = yes + political_movement = yes + } + NOT = { + OR = { + pop_majority_ideology = fascist + pop_majority_ideology = reactionary + militancy = 5 + } + } + } + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.01 + NOT = { + OR = { + pop_majority_ideology = fascist + pop_majority_ideology = reactionary + pop_majority_ideology = conservative + } + } + } + modifier = { + factor = 1.5 + pop_majority_ideology = fascist + } + modifier = { + factor = 0.05 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0.2 + is_accepted_culture = yes + NOT = { is_culture_group = THIS } + } + modifier = { + factor = 0 + country = { government = fascist_dictatorship } + } + modifier = { + factor = 1.015 + country = { NOT = { plurality = 35 } } + } + modifier = { + factor = 1.15 + country = { + has_unclaimed_cores = yes + } + } + modifier = { + factor = 1.015 + location = { + minorities = yes + } + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = no + location = { + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 1.03 + country = { + any_neighbor_country = { + government = fascist_dictatorship + } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = fascist + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + set_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + ruling_party_ideology = fascist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = underground_parties + political_reform = mandatory_service + random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } + random_owned = { limit = { owner = { NOT = { citizens_rights = primary_culture_only } } } owner = { social_reform = culture_voting_only } } + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.25 + plurality = -25 + country_event = 800051 + } } ################################### # Communist Rebels ################################### communist_rebels = { - icon = 3 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = proletarian_dictatorship - bourgeois_dictatorship = proletarian_dictatorship - fascist_dictatorship = proletarian_dictatorship - absolute_monarchy = proletarian_dictatorship - prussian_constitutionalism = proletarian_dictatorship - hms_government = proletarian_dictatorship - democracy = proletarian_dictatorship - theocracy = proletarian_dictatorship - } - - - defection = none - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = communist - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.95 - any_neighbor_country = { government = proletarian_dictatorship } - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.02 - - modifier = { - factor = 0 - country = { civilized = no } - } - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - NOT = { - is_ideology_enabled = communist - } - } - modifier = { - factor = 0 - country = { government = proletarian_dictatorship } - } - modifier = { - factor = 1.015 - pop_majority_ideology = communist - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.3 - social_reform_want = 0.15 - pop_majority_ideology = communist - NOT = { political_reform_want = 0.15 } - } - modifier = { - factor = 0.01 - NOT = { - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = communist - pop_majority_ideology = socialist - } - } - } - modifier = { - factor = 1.3 - pop_majority_ideology = communist - } - modifier = { - factor = 1.15 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.015 - country = { NOT = { plurality = 35 } } - } - modifier = { - factor = 0.1 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 1.05 - militancy = 6 - } - modifier = { - factor = 1.05 - consciousness = 6 - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = no - location = { - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 1.03 - country = { - any_neighbor_country = { - government = proletarian_dictatorship - } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = communist - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - set_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - ruling_party_ideology = communist - political_reform = all_voting_pops - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = underground_parties - political_reform = debtors_prisons - political_reform = no_slavery - political_reform = mandatory_service - random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - social_reform = good_schools - nationalize = yes - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.25 - plurality = -25 - country_event = 800052 - } + icon = 3 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = proletarian_dictatorship + bourgeois_dictatorship = proletarian_dictatorship + fascist_dictatorship = proletarian_dictatorship + absolute_monarchy = proletarian_dictatorship + prussian_constitutionalism = proletarian_dictatorship + hms_government = proletarian_dictatorship + democracy = proletarian_dictatorship + theocracy = proletarian_dictatorship + } + + + defection = none + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = communist + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.95 + any_neighbor_country = { government = proletarian_dictatorship } + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.02 + + modifier = { + factor = 0 + country = { civilized = no } + } + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + NOT = { + is_ideology_enabled = communist + } + } + modifier = { + factor = 0 + country = { government = proletarian_dictatorship } + } + modifier = { + factor = 1.015 + pop_majority_ideology = communist + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.3 + social_reform_want = 0.15 + pop_majority_ideology = communist + NOT = { political_reform_want = 0.15 } + } + modifier = { + factor = 0.01 + NOT = { + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = communist + pop_majority_ideology = socialist + } + } + } + modifier = { + factor = 1.3 + pop_majority_ideology = communist + } + modifier = { + factor = 1.15 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.015 + country = { NOT = { plurality = 35 } } + } + modifier = { + factor = 0.1 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 1.05 + militancy = 6 + } + modifier = { + factor = 1.05 + consciousness = 6 + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = no + location = { + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 1.03 + country = { + any_neighbor_country = { + government = proletarian_dictatorship + } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = communist + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + set_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + ruling_party_ideology = communist + social_reform = all_voting_pops + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = underground_parties + political_reform = debtors_prisons + political_reform = no_slavery + political_reform = mandatory_service + random_owned = { limit = { owner = { NOT = { trade_unions = no_trade_unions } } } owner = { political_reform = state_controlled } } + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + social_reform = good_schools + nationalize = yes + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.25 + plurality = -25 + country_event = 800052 + } } ################################### # Anarcho-Liberal Rebels ################################### anarcho_liberal_rebels = { - icon = 4 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = bourgeois_dictatorship - presidential_dictatorship = bourgeois_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = bourgeois_dictatorship - absolute_monarchy = bourgeois_dictatorship - prussian_constitutionalism = bourgeois_dictatorship - hms_government = bourgeois_dictatorship - democracy = bourgeois_dictatorship - theocracy = bourgeois_dictatorship - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = anarcho_liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.95 - any_neighbor_country = { - government = bourgeois_dictatorship - } - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.01 - - modifier = { - factor = 0 - NOT = { - is_ideology_enabled = anarcho_liberal - } - } - modifier = { - factor = 0 - type = slaves - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - OR = { - political_movement = yes - social_movement = yes - } - } - modifier = { - factor = 0 - country = { government = bourgeois_dictatorship } - } - modifier = { - factor = 0 - country = { - OR = { - government = democracy - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - modifier = { - factor = 0.5 - country = { - OR = { - government = democracy - government = hms_government - } - ruling_party_ideology = liberal - } - } - modifier = { - factor = 1.015 - country = { NOT = { plurality = 35 } } - } - modifier = { - factor = 0 - NOT = { - OR = { - pop_majority_ideology = anarcho_liberal - pop_majority_ideology = liberal - } - } - } - modifier = { - factor = 1.15 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.02 - pop_majority_ideology = liberal - } - - modifier = { - factor = 0.1 - country = { - OR = { - government = democracy - government = hms_government - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - upper_house_composition = state_equal_weight - upper_house_composition = population_equal_weight - } - NOT = { debt_law = serfdom } - NOT = { border_policy = closed_borders } - public_meetings = yes_meeting - press_rights = free_press - slavery = no_slavery - } - } - - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = no - location = { - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.5 - NOT = { is_culture_group = THIS } - } - modifier = { - factor = 0.1 - is_primary_culture = no - is_accepted_culture = no - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = anarcho_liberal - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - ruling_party_ideology = anarcho_liberal - political_reform = universal_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - political_reform = debtors_prisons - social_reform = no_minimum_wage - social_reform = no_work_hour_limit - social_reform = no_safety - social_reform = no_subsidies - social_reform = no_pensions - social_reform = no_health_care - - add_country_modifier = { - name = national_confusion - duration = 365 - } - - prestige_factor = -0.25 - plurality = -25 - country_event = 800053 - } + icon = 4 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = bourgeois_dictatorship + presidential_dictatorship = bourgeois_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = bourgeois_dictatorship + absolute_monarchy = bourgeois_dictatorship + prussian_constitutionalism = bourgeois_dictatorship + hms_government = bourgeois_dictatorship + democracy = bourgeois_dictatorship + theocracy = bourgeois_dictatorship + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = anarcho_liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.95 + any_neighbor_country = { + government = bourgeois_dictatorship + } + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.01 + + modifier = { + factor = 0 + NOT = { + is_ideology_enabled = anarcho_liberal + } + } + modifier = { + factor = 0 + type = slaves + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + OR = { + political_movement = yes + social_movement = yes + } + } + modifier = { + factor = 0 + country = { government = bourgeois_dictatorship } + } + modifier = { + factor = 0 + country = { + OR = { + government = democracy + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + modifier = { + factor = 0.5 + country = { + OR = { + government = democracy + government = hms_government + } + ruling_party_ideology = liberal + } + } + modifier = { + factor = 1.015 + country = { NOT = { plurality = 35 } } + } + modifier = { + factor = 0 + NOT = { + OR = { + pop_majority_ideology = anarcho_liberal + pop_majority_ideology = liberal + } + } + } + modifier = { + factor = 1.15 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.02 + pop_majority_ideology = liberal + } + + modifier = { + factor = 0.1 + country = { + OR = { + government = democracy + government = hms_government + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + upper_house_composition = state_equal_weight + upper_house_composition = population_equal_weight + } + NOT = { debt_law = serfdom } + NOT = { border_policy = closed_borders } + public_meetings = yes_meeting + press_rights = free_press + slavery = no_slavery + } + } + + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = no + location = { + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.5 + NOT = { is_culture_group = THIS } + } + modifier = { + factor = 0.1 + is_primary_culture = no + is_accepted_culture = no + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = anarcho_liberal + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + ruling_party_ideology = anarcho_liberal + political_reform = universal_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + political_reform = debtors_prisons + social_reform = no_minimum_wage + social_reform = no_work_hour_limit + social_reform = no_safety + social_reform = no_subsidies + social_reform = no_pensions + social_reform = no_health_care + + add_country_modifier = { + name = national_confusion + duration = 365 + } + + prestige_factor = -0.25 + plurality = -25 + country_event = 800053 + } } ################################### # Nationalist Rebels ################################### nationalist_rebels = { - icon = 5 - - area = nation_culture # Stays within provinces of their culture - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - - defection = none # (Was 'culture') If the country seeks independence, defection specifies what type of provinces it wants. - independence = culture # (Was 'culture')Seeks independence for spawn province culture. Will not spawn at all if there is no suitable tag. - defect_delay = 12 # Can spontaneously declare independence after X months (earliest) - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Does not disband on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = yes # Units do remain after enforcing demands. - - occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the faction's strength - will_rise = { - factor = 0.3 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.5 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.75 - has_country_modifier = global_liberal_agitation - } - modifier = { - factor = 0.5 - has_country_flag = arab_revolt - } - modifier = { - factor = 0.25 - OR = { - has_country_flag = dungan_rebellion - has_country_flag = panthay_rebellion - } - } - modifier = { - factor = 0.25 - is_culture_group = east_asian - has_global_flag = taiping_has_happened - TPG = { exists = yes } - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 3 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { is_core = THIS } - } - modifier = { - factor = 0.1 - is_accepted_culture = yes - location = { is_core = THIS } - } - modifier = { - factor = 0 - NOT = { - location = { - any_core = { - is_cultural_union = no - is_primary_culture = THIS - exists = no - } - } - } - } - # modifier = { - # factor = 0 - # NOT = { - # location = { - # any_core = { - # is_cultural_union = no - # OR = { - # is_primary_culture = THIS - # is_accepted_culture = THIS - # } - # exists = no - # } - # } - # } - # } - #modifier = { - # factor = 0 - # NOT = { - # country = { num_of_cities = 2 } - # } - #} - modifier = { - factor = 1.01 - pop_majority_ideology = communist - } - modifier = { - factor = 1.05 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.03 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.05 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.07 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.09 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.11 - pop_majority_ideology = fascist - } - modifier = { - factor = 1.015 - NOT = { is_culture_group = THIS } - } - modifier = { - factor = 2 - location = { has_province_modifier = nationalist_agitation } - } - modifier = { - factor = 0 - culture = south_andean - location = { is_core = BOL } - country = { tag = PBC } - } - modifier = { - factor = 0 - culture = british - country = { primary_culture = boer } - } - modifier = { - factor = 0 - OR = { - culture = catalan - culture = basque - } - OR = { - pop_majority_ideology = reactionary - pop_majority_ideology = conservative - } - country = { - tag = SPA - OR = { - government = prussian_constitutionalism - government = hms_government - } - } - } - modifier = { - factor = 1.15 - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - modifier = { - factor = 1.2 - location = { is_colonial = yes } - } - modifier = { - factor = 0 - location = { - is_colonial = no - continent = africa - } - country = { - civilized = no - NOT = { tag = EGY } - } - } - modifier = { - factor = 1.05 - culture = irish - country = { has_global_flag = no_help_for_the_irish } - } - modifier = { - factor = 0.1 - culture = irish - country = { has_global_flag = help_for_the_irish } - } - modifier = { - factor = 1.5 - culture = irish - location = { has_province_modifier = irish_republicans } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { units_in_province = 1 } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 0.4 - country = { - has_country_modifier = springtime_of_nations - } - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - } - - # Country scope - demands_enforced_trigger = { - independence = { - all_core = { - OR = { - controlled_by_rebels = yes - NOT = { owned_by = THIS } - } - province_control_days = 30 - } - } - } - demands_enforced_effect = { - release_vassal = REB - modify_relation = { - tag = REB - relation = -150 - } - prestige_factor = -0.3 - } + icon = 5 + + area = nation_culture # Stays within provinces of their culture + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + + defection = none # (Was 'culture') If the country seeks independence, defection specifies what type of provinces it wants. + independence = culture # (Was 'culture')Seeks independence for spawn province culture. Will not spawn at all if there is no suitable tag. + defect_delay = 12 # Can spontaneously declare independence after X months (earliest) + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Does not disband on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = yes # Units do remain after enforcing demands. + + occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the faction's strength + will_rise = { + factor = 0.3 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.5 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.75 + has_country_modifier = global_liberal_agitation + } + modifier = { + factor = 0.5 + has_country_flag = arab_revolt + } + modifier = { + factor = 0.25 + OR = { + has_country_flag = dungan_rebellion + has_country_flag = panthay_rebellion + } + } + modifier = { + factor = 0.25 + is_culture_group = east_asian + has_global_flag = taiping_has_happened + TPG = { exists = yes } + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 3 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { is_core = THIS } + } + modifier = { + factor = 0.1 + is_accepted_culture = yes + location = { is_core = THIS } + } + modifier = { + factor = 0 + NOT = { + location = { + any_core = { + is_cultural_union = no + is_primary_culture = THIS + exists = no + } + } + } + } + # modifier = { + # factor = 0 + # NOT = { + # location = { + # any_core = { + # is_cultural_union = no + # OR = { + # is_primary_culture = THIS + # is_accepted_culture = THIS + # } + # exists = no + # } + # } + # } + # } + #modifier = { + # factor = 0 + # NOT = { + # country = { num_of_cities = 2 } + # } + #} + modifier = { + factor = 1.01 + pop_majority_ideology = communist + } + modifier = { + factor = 1.05 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.03 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.05 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.07 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.09 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.11 + pop_majority_ideology = fascist + } + modifier = { + factor = 1.015 + NOT = { is_culture_group = THIS } + } + modifier = { + factor = 2 + location = { has_province_modifier = nationalist_agitation } + } + modifier = { + factor = 0 + culture = south_andean + location = { is_core = BOL } + country = { tag = PBC } + } + modifier = { + factor = 0 + culture = british + country = { primary_culture = boer } + } + modifier = { + factor = 0 + OR = { + culture = catalan + culture = basque + } + OR = { + pop_majority_ideology = reactionary + pop_majority_ideology = conservative + } + country = { + tag = SPA + OR = { + government = prussian_constitutionalism + government = hms_government + } + } + } + modifier = { + factor = 1.15 + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + modifier = { + factor = 1.2 + location = { is_colonial = yes } + } + modifier = { + factor = 0 + location = { + is_colonial = no + continent = africa + } + country = { + civilized = no + NOT = { tag = EGY } + } + } + modifier = { + factor = 1.05 + culture = irish + country = { has_global_flag = no_help_for_the_irish } + } + modifier = { + factor = 0.1 + culture = irish + country = { has_global_flag = help_for_the_irish } + } + modifier = { + factor = 1.5 + culture = irish + location = { has_province_modifier = irish_republicans } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { units_in_province = 1 } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 0.4 + country = { + has_country_modifier = springtime_of_nations + } + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + } + + # Country scope + demands_enforced_trigger = { + independence = { + all_core = { + OR = { + controlled_by_rebels = yes + NOT = { owned_by = THIS } + } + province_control_days = 30 + } + } + } + demands_enforced_effect = { + release_vassal = REB + modify_relation = { + tag = REB + relation = -150 + } + prestige_factor = -0.3 + } } ################################### # Pan-Nationalist Rebels ################################### pan_nationalist_rebels = { - icon = 6 - - break_alliance_on_win = no - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - defection = none # (It was pan_nationalist) If the country seeks independence, defection specifies what type of provinces it wants. - independence = none - defect_delay = 6 # Can spontaneously declare independence after 12 months (earliest) - - ideology = liberal - allow_all_cultures = yes - allow_all_culture_groups = no - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units remain after enforcing demands. - - occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.5 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.5 - has_country_modifier = global_liberal_agitation - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - cultural_union = { civilized = no } - } - modifier = { - factor = 0 - is_primary_culture = yes - country = { - has_country_flag = rejected_pan_nationalism - OR = { - primary_culture = breton - primary_culture = occitan - primary_culture = picard - primary_culture = maltese - is_culture_group = american_cultures - } - } - } - modifier = { - factor = 0 - OR = { - culture_has_union_tag = no - is_cultural_union = THIS - NOT = { is_culture_group = THIS } - country = { is_greater_power = yes } - } - } - modifier = { - factor = 1.05 - cultural_union = { exists = yes } - } - modifier = { - factor = 0 - country = { - tag = AUS - NOT = { has_country_flag = austrian_greater_germany } - any_owned_province = { - is_colonial = no - NOT = { - OR = { - is_core = AUS - is_core = GER - } - } - } - } - } - modifier = { - factor = 0 - country = { - tag = KUK - NOT = { has_country_flag = austrian_greater_germany } - } - } - modifier = { - factor = 0 - country = { tag = DNB } - } - modifier = { - factor = 0 - country = { tag = CSA } - } - modifier = { - factor = 0 - country = { tag = FSA } - } - modifier = { - factor = 0 - country = { has_country_flag = post_colonial_country } - } - modifier = { - factor = 0 - country = { - has_country_flag = wants_to_unify - } - } - modifier = { - factor = 0 - is_culture_group = south_asian - cultural_union = { exists = no } - } - modifier = { - factor = 0 - is_culture_group = polish_culture_group - country = { tag = PLC } - } - modifier = { - factor = 0 - OR = { - culture = north_italian - culture = south_italian - } - ITA = { exists = no } - NOT = { - country = { has_global_flag = italian_call_to_union } - } - } - modifier = { - factor = 0 - OR = { - culture = swedish - culture = danish - culture = norwegian - #culture = finnish - #culture = icelandic - #culture = sami - } - NOT = { - country = { has_global_flag = scandinavian_call_to_union } - } - } - modifier = { - factor = 0 - OR = { - culture = maghrebi - culture = misri - culture = mashriqi - culture = bedouin - culture = berber - culture = maures - culture = sudanese - } - NOT = { - country = { has_global_flag = arab_call_to_union } - } - } - modifier = { - factor = 1.15 - pop_majority_ideology = conservative - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - modifier = { - factor = 1.3 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = anarcho_liberal - } - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.1 - pop_majority_ideology = anarcho_liberal - } - - modifier = { - factor = 1.015 - political_reform_want = 0.05 - } - modifier = { - factor = 1.015 - political_reform_want = 0.1 - } - modifier = { - factor = 1.015 - political_reform_want = 0.15 - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - political_reform = wealth_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - prestige_factor = -0.3 - random_owned = { - limit = { - owner = { - is_culture_group = italian - NOT = { exists = ITA } - has_country_flag = made_the_call_to_union - } - } - owner = { country_event = 11103 } - } - random_owned = { - limit = { - owner = { - is_culture_group = italian - NOT = { has_country_flag = made_the_call_to_union } - } - } - owner = { country_event = 96205 } - } - random_owned = { - limit = { - owner = { is_culture_group = germanic } - } - owner = { country_event = 96210 } - } - random_owned = { - limit = { - owner = { is_culture_group = scandinavian } - } - owner = { country_event = 96217 } - } - random_owned = { - limit = { - owner = { is_culture_group = pan_romanian } - } - owner = { country_event = 96220 } - } - random_owned = { - limit = { - owner = { - NOT = { is_culture_group = italian } - NOT = { is_culture_group = germanic } - NOT = { is_culture_group = pan_romanian } - NOT = { is_culture_group = scandinavian } - } - } - owner = { country_event = 96200 } - } - } + icon = 6 + + break_alliance_on_win = no + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + defection = none # (It was pan_nationalist) If the country seeks independence, defection specifies what type of provinces it wants. + independence = none + defect_delay = 6 # Can spontaneously declare independence after 12 months (earliest) + + ideology = liberal + allow_all_cultures = yes + allow_all_culture_groups = no + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units remain after enforcing demands. + + occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.5 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.5 + has_country_modifier = global_liberal_agitation + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + cultural_union = { civilized = no } + } + modifier = { + factor = 0 + is_primary_culture = yes + country = { + has_country_flag = rejected_pan_nationalism + OR = { + primary_culture = breton + primary_culture = occitan + primary_culture = picard + primary_culture = maltese + is_culture_group = american_cultures + } + } + } + modifier = { + factor = 0 + OR = { + culture_has_union_tag = no + is_cultural_union = THIS + NOT = { is_culture_group = THIS } + country = { is_greater_power = yes } + } + } + modifier = { + factor = 1.05 + cultural_union = { exists = yes } + } + modifier = { + factor = 0 + country = { + tag = AUS + NOT = { has_country_flag = austrian_greater_germany } + any_owned_province = { + is_colonial = no + NOT = { + OR = { + is_core = AUS + is_core = GER + } + } + } + } + } + modifier = { + factor = 0 + country = { + tag = KUK + NOT = { has_country_flag = austrian_greater_germany } + } + } + modifier = { + factor = 0 + country = { tag = DNB } + } + modifier = { + factor = 0 + country = { tag = CSA } + } + modifier = { + factor = 0 + country = { tag = FSA } + } + modifier = { + factor = 0 + country = { has_country_flag = post_colonial_country } + } + modifier = { + factor = 0 + country = { + has_country_flag = wants_to_unify + } + } + modifier = { + factor = 0 + is_culture_group = south_asian + cultural_union = { exists = no } + } + modifier = { + factor = 0 + is_culture_group = polish_culture_group + country = { tag = PLC } + } + modifier = { + factor = 0 + OR = { + culture = north_italian + culture = south_italian + } + ITA = { exists = no } + NOT = { + country = { has_global_flag = italian_call_to_union } + } + } + modifier = { + factor = 0 + OR = { + culture = swedish + culture = danish + culture = norwegian + #culture = finnish + #culture = icelandic + #culture = sami + } + NOT = { + country = { has_global_flag = scandinavian_call_to_union } + } + } + modifier = { + factor = 0 + OR = { + culture = maghrebi + culture = misri + culture = mashriqi + culture = bedouin + culture = berber + culture = maures + culture = sudanese + } + NOT = { + country = { has_global_flag = arab_call_to_union } + } + } + modifier = { + factor = 1.15 + pop_majority_ideology = conservative + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + modifier = { + factor = 1.3 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = anarcho_liberal + } + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.1 + pop_majority_ideology = anarcho_liberal + } + + modifier = { + factor = 1.015 + political_reform_want = 0.05 + } + modifier = { + factor = 1.015 + political_reform_want = 0.1 + } + modifier = { + factor = 1.015 + political_reform_want = 0.15 + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + political_reform = wealth_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + prestige_factor = -0.3 + random_owned = { + limit = { + owner = { + is_culture_group = italian + NOT = { exists = ITA } + has_country_flag = made_the_call_to_union + } + } + owner = { country_event = 11103 } + } + random_owned = { + limit = { + owner = { + is_culture_group = italian + NOT = { has_country_flag = made_the_call_to_union } + } + } + owner = { country_event = 96205 } + } + random_owned = { + limit = { + owner = { is_culture_group = germanic } + } + owner = { country_event = 96210 } + } + random_owned = { + limit = { + owner = { is_culture_group = scandinavian } + } + owner = { country_event = 96217 } + } + random_owned = { + limit = { + owner = { is_culture_group = pan_romanian } + } + owner = { country_event = 96220 } + } + random_owned = { + limit = { + owner = { + NOT = { is_culture_group = italian } + NOT = { is_culture_group = germanic } + NOT = { is_culture_group = pan_romanian } + NOT = { is_culture_group = scandinavian } + } + } + owner = { country_event = 96200 } + } + } } ################################### # Carlist Rebels ################################### carlist_rebels = { - icon = 16 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = absolute_monarchy - presidential_dictatorship = absolute_monarchy - bourgeois_dictatorship = absolute_monarchy - fascist_dictatorship = absolute_monarchy - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = absolute_monarchy - hms_government = absolute_monarchy - democracy = absolute_monarchy - theocracy = theocracy - } - - - defection = none - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes - reinforcing = yes - general = yes - smart = yes - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.5 - OR = { - has_country_flag = carlist_war - has_country_flag = king_leopold_rules - has_country_flag = king_amadeo_rules - has_country_flag = first_spanish_republic - } - } - modifier = { - factor = 0.75 - has_country_flag = king_alfonso_rules - } - modifier = { - factor = 3.0 - has_country_modifier = spanish_restoration - } - - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { NOT = { tag = SPA } } - } - modifier = { - factor = 2 - location = { - has_province_modifier = carlist_sympathies - } - } - modifier = { - factor = 0 - country = { - NOT = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - government = democracy - } - } - } - } - modifier = { - factor = 1.3 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.2 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.15 - culture = basque - } - modifier = { - factor = 1.25 - culture = catalan - } - modifier = { - factor = 0 - NOT = { - OR = { - pop_majority_ideology = reactionary - pop_majority_ideology = conservative - pop_majority_ideology = fascist - } - } - } - modifier = { - factor = 0 - NOT = { is_culture_group = iberian } - } - modifier = { - factor = 0.8 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0 - country = { has_global_flag = carlists_pacified } - } - modifier = { - factor = 0 - NOT = { has_pop_religion = catholic } - } - modifier = { - factor = 0 - location = { - OR = { - NOT = { is_core = SPA } - is_capital = yes - } - } - } - modifier = { - factor = 1.015 - country = { NOT = { plurality = 35 } } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = reactionary - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - - demands_enforced_effect = { - SPA = { - all_core = { - remove_core = SPA - add_core = SPC - } - } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - change_tag = SPC - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - prestige_factor = -0.25 - plurality = -25 - country_event = 37710 - } + icon = 16 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = absolute_monarchy + presidential_dictatorship = absolute_monarchy + bourgeois_dictatorship = absolute_monarchy + fascist_dictatorship = absolute_monarchy + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = absolute_monarchy + hms_government = absolute_monarchy + democracy = absolute_monarchy + theocracy = theocracy + } + + + defection = none + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes + reinforcing = yes + general = yes + smart = yes + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.5 + OR = { + has_country_flag = carlist_war + has_country_flag = king_leopold_rules + has_country_flag = king_amadeo_rules + has_country_flag = first_spanish_republic + } + } + modifier = { + factor = 0.75 + has_country_flag = king_alfonso_rules + } + modifier = { + factor = 3.0 + has_country_modifier = spanish_restoration + } + + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { NOT = { tag = SPA } } + } + modifier = { + factor = 2 + location = { + has_province_modifier = carlist_sympathies + } + } + modifier = { + factor = 0 + country = { + NOT = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + government = democracy + } + } + } + } + modifier = { + factor = 1.3 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.2 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.15 + culture = basque + } + modifier = { + factor = 1.25 + culture = catalan + } + modifier = { + factor = 0 + NOT = { + OR = { + pop_majority_ideology = reactionary + pop_majority_ideology = conservative + pop_majority_ideology = fascist + } + } + } + modifier = { + factor = 0 + NOT = { is_culture_group = iberian } + } + modifier = { + factor = 0.8 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0 + country = { has_global_flag = carlists_pacified } + } + modifier = { + factor = 0 + NOT = { has_pop_religion = catholic } + } + modifier = { + factor = 0 + location = { + OR = { + NOT = { is_core = SPA } + is_capital = yes + } + } + } + modifier = { + factor = 1.015 + country = { NOT = { plurality = 35 } } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = reactionary + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + + demands_enforced_effect = { + SPA = { + all_core = { + remove_core = SPA + add_core = SPC + } + } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + change_tag = SPC + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + prestige_factor = -0.25 + plurality = -25 + country_event = 37710 + } } #NNM/PDM Rebel Type @@ -2170,1023 +2170,1023 @@ carlist_rebels = { # Christino Rebels ################################### christino_rebels = { - icon = 16 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = hms_government - presidential_dictatorship = hms_government - bourgeois_dictatorship = hms_government - fascist_dictatorship = hms_government - absolute_monarchy = hms_government - prussian_constitutionalism = hms_government - hms_government = hms_government - democracy = hms_government - theocracy = theocracy - } - - - defection = none - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes - reinforcing = yes - general = yes - smart = yes - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { - NOT = { tag = SPC } - } - } - modifier = { - factor = 2 - location = { - has_province_modifier = christino_sympathies - } - } - modifier = { - factor = 0 - country = { - NOT = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - } - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.2 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 0 - OR = { - culture = basque - culture = catalan - } - } - modifier = { - factor = 0 - NOT = { - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = anarcho_liberal - } - } - } - modifier = { - factor = 0 - NOT = { is_culture_group = iberian } - } - modifier = { - factor = 0.8 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0 - country = { has_global_flag = carlists_pacified } - } - modifier = { - factor = 0 - NOT = { has_pop_religion = catholic } - } - modifier = { - factor = 0 - location = { - OR = { - NOT = { is_core = SPC } - is_capital = yes - } - } - } - modifier = { - factor = 1.015 - country = { plurality = 70 } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - - demands_enforced_effect = { - SPC = { - all_core = { - remove_core = SPC - add_core = SPA - } - } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - change_tag = SPA - ruling_party_ideology = liberal - political_reform = wealth_voting - political_reform = state_equal_weight - political_reform = yes_meeting - political_reform = censored_press - political_reform = no_trade_unions - political_reform = non_secret_ballots - prestige_factor = -0.25 - plurality = -25 - country_event = 37716 - } + icon = 16 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = hms_government + presidential_dictatorship = hms_government + bourgeois_dictatorship = hms_government + fascist_dictatorship = hms_government + absolute_monarchy = hms_government + prussian_constitutionalism = hms_government + hms_government = hms_government + democracy = hms_government + theocracy = theocracy + } + + + defection = none + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes + reinforcing = yes + general = yes + smart = yes + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { + NOT = { tag = SPC } + } + } + modifier = { + factor = 2 + location = { + has_province_modifier = christino_sympathies + } + } + modifier = { + factor = 0 + country = { + NOT = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + } + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.2 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 0 + OR = { + culture = basque + culture = catalan + } + } + modifier = { + factor = 0 + NOT = { + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = anarcho_liberal + } + } + } + modifier = { + factor = 0 + NOT = { is_culture_group = iberian } + } + modifier = { + factor = 0.8 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0 + country = { has_global_flag = carlists_pacified } + } + modifier = { + factor = 0 + NOT = { has_pop_religion = catholic } + } + modifier = { + factor = 0 + location = { + OR = { + NOT = { is_core = SPC } + is_capital = yes + } + } + } + modifier = { + factor = 1.015 + country = { plurality = 70 } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + + demands_enforced_effect = { + SPC = { + all_core = { + remove_core = SPC + add_core = SPA + } + } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + change_tag = SPA + ruling_party_ideology = liberal + political_reform = wealth_voting + political_reform = state_equal_weight + political_reform = yes_meeting + political_reform = censored_press + political_reform = no_trade_unions + political_reform = non_secret_ballots + prestige_factor = -0.25 + plurality = -25 + country_event = 37716 + } } ################################### # Boxer Rebels ################################### boxer_rebels = { - icon = 17 - - area = all - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = absolute_monarchy - presidential_dictatorship = absolute_monarchy - bourgeois_dictatorship = absolute_monarchy - fascist_dictatorship = absolute_monarchy - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = absolute_monarchy - hms_government = absolute_monarchy - democracy = absolute_monarchy - theocracy = theocracy - } - - defection = none - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes - reinforcing = yes - general = yes - smart = yes - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.25 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.8 - civilization_progress = 0.8 - } - modifier = { - factor = 0.8 - civilization_progress = 0.85 - } - modifier = { - factor = 0.7 - civilization_progress = 0.9 - } - modifier = { - factor = 0.7 - civilization_progress = 0.95 - } - modifier = { - factor = 0.1 - has_country_flag = supported_boxers - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { civilized = yes } - } - modifier = { - factor = 0 - country = { NOT = { tag = QNG } } - } - modifier = { - factor = 0 - country = { NOT = { civilization_progress = 0.75 } } - } - - modifier = { - factor = 0 - country = { has_country_flag = boxers_disbanded } - } - - modifier = { - factor = 0 - country = { - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - modifier = { - factor = 0 - NOT = { is_culture_group = east_asian } - } - modifier = { - factor = 1.3 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.2 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.3 - location = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - has_province_modifier = extraterritoriality_granted - has_province_modifier = legation_quarter - } - } - } - modifier = { - factor = 1.05 - country = { has_country_modifier = western_influences } - } - modifier = { - factor = 1.05 - country = { - NOT = { prestige = 30 } - } - } - modifier = { - factor = 5 - country = { - NOT = { prestige = 25 } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - } - modifier = { - factor = 20 - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 2.0 - is_capital = yes - } - modifier = { - factor = 2.0 - is_core = CHI - is_colonial = yes - NOT = { owned_by = QNG } - } - modifier = { - factor = 0 - NOT = { is_core = CHI } - } - modifier = { - factor = 0 - is_core = CHI - is_colonial = no - NOT = { owned_by = QNG } - } - } - - # Province Scope - siege_won_trigger = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - has_province_modifier = extraterritoriality_granted - has_province_modifier = legation_quarter - AND = { - is_core = CHI - is_colonial = yes - NOT = { owned_by = QNG } - } - } - } - - siege_won_effect = { - QNG = { prestige = 2 } - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = european_military_mission - any_pop = { - reduce_pop = 0.99 - } - add_province_modifier = { - name = boxer_rebellion - duration = 365 - } - random_country = { - limit = { is_greater_power = yes } - country_event = 13360 - } - } - - # Country scope - demands_enforced_trigger = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - } - - demands_enforced_effect = { - war_exhaustion = 25 - country_event = 13370 - } + icon = 17 + + area = all + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = absolute_monarchy + presidential_dictatorship = absolute_monarchy + bourgeois_dictatorship = absolute_monarchy + fascist_dictatorship = absolute_monarchy + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = absolute_monarchy + hms_government = absolute_monarchy + democracy = absolute_monarchy + theocracy = theocracy + } + + defection = none + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes + reinforcing = yes + general = yes + smart = yes + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.25 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.8 + civilization_progress = 0.8 + } + modifier = { + factor = 0.8 + civilization_progress = 0.85 + } + modifier = { + factor = 0.7 + civilization_progress = 0.9 + } + modifier = { + factor = 0.7 + civilization_progress = 0.95 + } + modifier = { + factor = 0.1 + has_country_flag = supported_boxers + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { civilized = yes } + } + modifier = { + factor = 0 + country = { NOT = { tag = QNG } } + } + modifier = { + factor = 0 + country = { NOT = { civilization_progress = 0.75 } } + } + + modifier = { + factor = 0 + country = { has_country_flag = boxers_disbanded } + } + + modifier = { + factor = 0 + country = { + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + modifier = { + factor = 0 + NOT = { is_culture_group = east_asian } + } + modifier = { + factor = 1.3 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.2 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.3 + location = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + has_province_modifier = extraterritoriality_granted + has_province_modifier = legation_quarter + } + } + } + modifier = { + factor = 1.05 + country = { has_country_modifier = western_influences } + } + modifier = { + factor = 1.05 + country = { + NOT = { prestige = 30 } + } + } + modifier = { + factor = 5 + country = { + NOT = { prestige = 25 } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + } + modifier = { + factor = 20 + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 2.0 + is_capital = yes + } + modifier = { + factor = 2.0 + is_core = CHI + is_colonial = yes + NOT = { owned_by = QNG } + } + modifier = { + factor = 0 + NOT = { is_core = CHI } + } + modifier = { + factor = 0 + is_core = CHI + is_colonial = no + NOT = { owned_by = QNG } + } + } + + # Province Scope + siege_won_trigger = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + has_province_modifier = extraterritoriality_granted + has_province_modifier = legation_quarter + AND = { + is_core = CHI + is_colonial = yes + NOT = { owned_by = QNG } + } + } + } + + siege_won_effect = { + QNG = { prestige = 2 } + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = european_military_mission + any_pop = { + reduce_pop = 0.99 + } + add_province_modifier = { + name = boxer_rebellion + duration = 365 + } + random_country = { + limit = { is_greater_power = yes } + country_event = 13360 + } + } + + # Country scope + demands_enforced_trigger = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + } + + demands_enforced_effect = { + war_exhaustion = 25 + country_event = 13370 + } } ################################### # Italian Redshirts ################################### red_shirts = { - icon = 8 - - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = democracy - } - - defection = none # (Was pan_nationalist) If the country seeks independence, defection specifies what type of provinces it wants. - independence = none - defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) - - ideology = liberal - allow_all_cultures = yes - allow_all_culture_groups = no - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = yes # Units remain after enforcing demands. - - occupation_mult = 10.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.5 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.5 - has_country_modifier = global_liberal_agitation - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.2 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - OR = { - culture_has_union_tag = no - NOT = { is_culture_group = THIS } - ITA = { exists = yes } - } - } - modifier = { - factor = 0 - country = { - OR = { - is_greater_power = yes - tag = SAR - NOT = { has_global_flag = garibaldi_redshirts } - } - } - } - - modifier = { - factor = 0 - NOT = { - OR = { - culture = south_italian - culture = north_italian - } - } - } - - modifier = { - factor = 0 - location = { - NOT = { - is_core = ITA - } - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - - modifier = { - factor = 1.1 - ITA = { exists = no } - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.1 - pop_majority_ideology = anarcho_liberal - } - - modifier = { - factor = 1.1 - pop_majority_ideology = conservative - } - - modifier = { - factor = 1.05 - political_reform_want = 0.05 - } - modifier = { - factor = 1.05 - political_reform_want = 0.1 - } - modifier = { - factor = 1.05 - political_reform_want = 0.15 - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 90 - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - NOT = { - is_cultural_union = THIS - } - ITA = { - exists = no - } - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - } - - demands_enforced_effect = { - any_pop = { limit = { is_culture_group = italian } militancy = -6 } - random_country = { - limit = { - is_culture_group = THIS - OR = { - AND = { - NOT = { exists = SAR } - is_greater_power = yes - } - tag = SAR - } - NOT = { - is_cultural_union = yes - has_country_flag = does_not_want_to_be_unified - } - } - country_event = 11103 - } - } + icon = 8 + + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = democracy + } + + defection = none # (Was pan_nationalist) If the country seeks independence, defection specifies what type of provinces it wants. + independence = none + defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) + + ideology = liberal + allow_all_cultures = yes + allow_all_culture_groups = no + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = yes # Units remain after enforcing demands. + + occupation_mult = 10.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.5 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.5 + has_country_modifier = global_liberal_agitation + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.2 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + OR = { + culture_has_union_tag = no + NOT = { is_culture_group = THIS } + ITA = { exists = yes } + } + } + modifier = { + factor = 0 + country = { + OR = { + is_greater_power = yes + tag = SAR + NOT = { has_global_flag = garibaldi_redshirts } + } + } + } + + modifier = { + factor = 0 + NOT = { + OR = { + culture = south_italian + culture = north_italian + } + } + } + + modifier = { + factor = 0 + location = { + NOT = { + is_core = ITA + } + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + + modifier = { + factor = 1.1 + ITA = { exists = no } + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.1 + pop_majority_ideology = anarcho_liberal + } + + modifier = { + factor = 1.1 + pop_majority_ideology = conservative + } + + modifier = { + factor = 1.05 + political_reform_want = 0.05 + } + modifier = { + factor = 1.05 + political_reform_want = 0.1 + } + modifier = { + factor = 1.05 + political_reform_want = 0.15 + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 90 + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + NOT = { + is_cultural_union = THIS + } + ITA = { + exists = no + } + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + } + + demands_enforced_effect = { + any_pop = { limit = { is_culture_group = italian } militancy = -6 } + random_country = { + limit = { + is_culture_group = THIS + OR = { + AND = { + NOT = { exists = SAR } + is_greater_power = yes + } + tag = SAR + } + NOT = { + is_cultural_union = yes + has_country_flag = does_not_want_to_be_unified + } + } + country_event = 11103 + } + } } ################################### # Indian Sepoys ################################### indian_sepoys = { - icon = 9 - break_alliance_on_win = no - - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - defection = pan_nationalist # If the country seeks independence, defection specifies what type of provinces it wants. - independence = culture # (Was culture) - defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) - - ideology = liberal - allow_all_cultures = yes - allow_all_culture_groups = no - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units remain after enforcing demands. - - occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.25 - year = 1880 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - OR = { - location = { NOT = { is_core = HND } } - NOT = { is_culture_group = south_asian } - } - } - modifier = { - factor = 1.5 - is_culture_group = south_asian - } - modifier = { - factor = 0 - country = { tag = HND } - } - modifier = { - factor = 0 - country = { - is_culture_group = south_asian - } - HND = { exists = yes } - } - modifier = { - factor = 0 - country = { - has_country_flag = wants_to_unify - } - } - modifier = { - factor = 0 - country = { - NOT = { has_global_flag = indian_call_to_union } - } - } - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.1 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.3 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.05 - political_reform_want = 0.05 - } - modifier = { - factor = 1.05 - political_reform_want = 0.1 - } - modifier = { - factor = 1.05 - political_reform_want = 0.15 - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { - province_id = 1236 - province_id = 1251 - province_id = 1304 - province_id = 1297 - province_id = 1247 - province_id = 1227 - } - } - modifier = { - factor = 5 - OR = { - province_id = 1236 - province_id = 1251 - province_id = 1304 - province_id = 1297 - province_id = 1247 - province_id = 1227 - } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 0.1 - controller = { is_culture_group = south_asian } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 0 - NOT = { is_core = HND } - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - add_province_modifier = { - name = nationalist_agitation - duration = 180 - } - } - - - # Country scope - demands_enforced_trigger = { - 1236 = { #Delhi - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - 1251 = { #Calcutta - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - 1304 = { #Madras - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - 1297 = { #Bombay - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - 1247 = { #Patna - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - 1227 = { #Lahore - OR = { - NOT = { owned_by = THIS } - AND = { - controlled_by = REB - province_control_days = 90 - } - } - } - } - - demands_enforced_effect = { - country_event = 800147 - } + icon = 9 + break_alliance_on_win = no + + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + defection = pan_nationalist # If the country seeks independence, defection specifies what type of provinces it wants. + independence = culture # (Was culture) + defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) + + ideology = liberal + allow_all_cultures = yes + allow_all_culture_groups = no + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units remain after enforcing demands. + + occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.25 + year = 1880 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + OR = { + location = { NOT = { is_core = HND } } + NOT = { is_culture_group = south_asian } + } + } + modifier = { + factor = 1.5 + is_culture_group = south_asian + } + modifier = { + factor = 0 + country = { tag = HND } + } + modifier = { + factor = 0 + country = { + is_culture_group = south_asian + } + HND = { exists = yes } + } + modifier = { + factor = 0 + country = { + has_country_flag = wants_to_unify + } + } + modifier = { + factor = 0 + country = { + NOT = { has_global_flag = indian_call_to_union } + } + } + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.1 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.3 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.05 + political_reform_want = 0.05 + } + modifier = { + factor = 1.05 + political_reform_want = 0.1 + } + modifier = { + factor = 1.05 + political_reform_want = 0.15 + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { + province_id = 1236 + province_id = 1251 + province_id = 1304 + province_id = 1297 + province_id = 1247 + province_id = 1227 + } + } + modifier = { + factor = 5 + OR = { + province_id = 1236 + province_id = 1251 + province_id = 1304 + province_id = 1297 + province_id = 1247 + province_id = 1227 + } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 0.1 + controller = { is_culture_group = south_asian } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 0 + NOT = { is_core = HND } + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + add_province_modifier = { + name = nationalist_agitation + duration = 180 + } + } + + + # Country scope + demands_enforced_trigger = { + 1236 = { #Delhi + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + 1251 = { #Calcutta + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + 1304 = { #Madras + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + 1297 = { #Bombay + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + 1247 = { #Patna + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + 1227 = { #Lahore + OR = { + NOT = { owned_by = THIS } + AND = { + controlled_by = REB + province_control_days = 90 + } + } + } + } + + demands_enforced_effect = { + country_event = 800147 + } } #NNM/PDM Rebel Type @@ -3194,937 +3194,937 @@ indian_sepoys = { # Indian Nationalists ################################### indian_nationalists = { - icon = 6 - - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - defection = none # If the country seeks independence, defection specifies what type of provinces it wants. - independence = none - defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) - - ideology = liberal - - allow_all_cultures = yes - allow_all_culture_groups = no - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units remain after enforcing demands. - - occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.85 - average_militancy = 4 - } - modifier = { - factor = 0.75 - average_militancy = 6 - } - modifier = { - factor = 0.5 - average_militancy = 8 - } - modifier = { - factor = 0.5 - any_neighbor_country = { - is_culture_group = south_asian - is_vassal = no - } - } - modifier = { - factor = 0.5 - year = 1910 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.1 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - OR = { - location = { NOT = { is_core = HND } } - NOT = { is_culture_group = south_asian } - } - } - modifier = { - factor = 1.5 - is_culture_group = south_asian - } - modifier = { - factor = 0 - country = { is_culture_group = south_asian } - HND = { exists = yes } - } - modifier = { - factor = 0 - country = { - has_country_flag = wants_to_unify - } - } - modifier = { - factor = 0 - country = { - NOT = { has_global_flag = indian_call_to_union } - } - } - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = anarcho_liberal - } - } - modifier = { - factor = 1.1 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.015 - political_reform_want = 0.05 - } - modifier = { - factor = 1.015 - political_reform_want = 0.1 - } - modifier = { - factor = 1.015 - political_reform_want = 0.15 - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 0 - NOT = { is_core = HND } - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - } - - - # Country scope - demands_enforced_trigger = { - HND = { - all_core = { - OR = { - controlled_by = REB - NOT = { owned_by = THIS } - } - province_control_days = 90 - } - } - } - - demands_enforced_effect = { - random_owned = { - limit = { - owner = { NOT = { is_culture_group = south_asian } } - } - owner = { country_event = 96215 } - } - random_owned = { - limit = { - owner = { is_culture_group = south_asian } - } - owner = { country_event = 96216 } - } - } + icon = 6 + + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + defection = none # If the country seeks independence, defection specifies what type of provinces it wants. + independence = none + defect_delay = 12 # Can spontaneously declare independence after 12 months (earliest) + + ideology = liberal + + allow_all_cultures = yes + allow_all_culture_groups = no + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units remain after enforcing demands. + + occupation_mult = 3.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.85 + average_militancy = 4 + } + modifier = { + factor = 0.75 + average_militancy = 6 + } + modifier = { + factor = 0.5 + average_militancy = 8 + } + modifier = { + factor = 0.5 + any_neighbor_country = { + is_culture_group = south_asian + is_vassal = no + } + } + modifier = { + factor = 0.5 + year = 1910 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.1 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + OR = { + location = { NOT = { is_core = HND } } + NOT = { is_culture_group = south_asian } + } + } + modifier = { + factor = 1.5 + is_culture_group = south_asian + } + modifier = { + factor = 0 + country = { is_culture_group = south_asian } + HND = { exists = yes } + } + modifier = { + factor = 0 + country = { + has_country_flag = wants_to_unify + } + } + modifier = { + factor = 0 + country = { + NOT = { has_global_flag = indian_call_to_union } + } + } + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = anarcho_liberal + } + } + modifier = { + factor = 1.1 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.015 + political_reform_want = 0.05 + } + modifier = { + factor = 1.015 + political_reform_want = 0.1 + } + modifier = { + factor = 1.015 + political_reform_want = 0.15 + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 0 + NOT = { is_core = HND } + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + } + + + # Country scope + demands_enforced_trigger = { + HND = { + all_core = { + OR = { + controlled_by = REB + NOT = { owned_by = THIS } + } + province_control_days = 90 + } + } + } + + demands_enforced_effect = { + random_owned = { + limit = { + owner = { NOT = { is_culture_group = south_asian } } + } + owner = { country_event = 96215 } + } + random_owned = { + limit = { + owner = { is_culture_group = south_asian } + } + owner = { country_event = 96216 } + } + } } ################################### # Liberal ("Jacobins") ################################### liberal_rebels = { - icon = 7 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = democracy - presidential_dictatorship = democracy - bourgeois_dictatorship = democracy - fascist_dictatorship = democracy - absolute_monarchy = hms_government - prussian_constitutionalism = hms_government - hms_government = democracy - democracy = democracy - theocracy = democracy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.1 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.5 - has_country_modifier = global_liberal_agitation - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.02 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 2 - location = { - has_province_modifier = colorado_sympathies - } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - social_movement = yes - } - modifier = { - factor = 0.01 - NOT = { - OR = { - pop_majority_ideology = anarcho_liberal - pop_majority_ideology = liberal - pop_majority_ideology = conservative - } - } - } - modifier = { - factor = 1.05 - pop_majority_ideology = conservative - consciousness = 6.0 - } - modifier = { - factor = 1.03 - pop_majority_ideology = conservative - literacy = 0.50 - } - modifier = { - factor = 0.1 - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = liberal - } - OR = { - NOT = { consciousness = 3.0 } - NOT = { literacy = 0.30 } - } - country = { - is_ideology_enabled = socialist - NOT = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - } - modifier = { - factor = 1.15 - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = liberal - } - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - modifier = { - factor = 0 - country = { - OR = { - AND = { - government = democracy - OR = { - upper_house_composition = state_equal_weight - upper_house_composition = population_equal_weight - } - } - AND = { - government = hms_government - NOT = { upper_house_composition = party_appointed } - } - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - NOT = { debt_law = serfdom } - NOT = { border_policy = closed_borders } - public_meetings = yes_meeting - press_rights = free_press - slavery = no_slavery - ruling_party_ideology = liberal - } - } - modifier = { - factor = 0.9 - country = { - OR = { - AND = { - government = democracy - OR = { - upper_house_composition = state_equal_weight - upper_house_composition = population_equal_weight - } - } - AND = { - government = hms_government - NOT = { upper_house_composition = party_appointed } - } - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - NOT = { debt_law = serfdom } - NOT = { border_policy = closed_borders } - public_meetings = yes_meeting - press_rights = free_press - slavery = no_slavery - NOT = { ruling_party_ideology = liberal } - } - } - modifier = { - factor = 1.15 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.05 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.015 - political_reform_want = 0.05 - } - modifier = { - factor = 1.015 - political_reform_want = 0.1 - } - modifier = { - factor = 1.015 - political_reform_want = 0.15 - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.5 - is_primary_culture = no - is_accepted_culture = no - NOT = { - location = { - any_core = { - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - } - modifier = { - factor = 0.1 - country = { - tag = SPC - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - pop_majority_ideology = liberal - } - modifier = { - factor = 0.25 - is_culture_group = germanic - country = { - is_greater_power = no - is_culture_group = germanic - NOT = { tag = GER } - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { has_country_flag = wants_to_unify } - } - } - modifier = { - factor = 0.25 - is_culture_group = italian - country = { - is_greater_power = no - is_culture_group = italian - OR = { - has_global_flag = italian_call_to_union - has_global_flag = garibaldi_redshirts - } - NOT = { has_country_flag = wants_to_unify } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - - ruling_party_ideology = liberal - political_reform = yes_meeting - political_reform = free_press - political_reform = open_borders - - random_owned = { limit = { owner = { NOT = { trade_unions = all_trade_unions } } } owner = { political_reform = non_socialist } } - random_owned = { - limit = { owner = { NOT = { vote_franschise = universal_voting } } } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { owner = { debt_law = peonage } } - owner = { political_reform = debtors_prisons } - } - random_owned = { - limit = { owner = { debt_law = serfdom } } - owner = { political_reform = peonage } - } - random_owned = { - limit = { owner = { NOT = { slavery = no_slavery } } } - owner = { political_reform = no_slavery } - } - random_owned = { - limit = { - owner = { - OR = { - government = democracy - government = hms_government - } - NOT = { - voting_system = proportional_representation - tag = USA - tag = ENG - } - } - } - owner = { political_reform = proportional_representation } - } - random_owned = { - limit = { - owner = { - OR = { - government = democracy - government = hms_government - } - NOT = { - upper_house_composition = population_equal_weight - tag = USA - tag = ENG - } - } - } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { owner = { political_parties = non_secret_ballots } } - owner = { political_reform = secret_ballots } - } - random_owned = { - limit = { owner = { political_parties = gerrymandering } } - owner = { political_reform = non_secret_ballots } - } - - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - } - } - } - owner = { political_reform = gerrymandering } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.25 - - random_owned = { - limit = { owner = { NOT = { tag = URU } } } - owner = { country_event = 800054 plurality = -10 } - } - - random_owned = { - limit = { owner = { tag = URU NOT = { has_country_flag = colorado_victory } } } - owner = { country_event = 600057 } - } - random_owned = { - limit = { owner = { tag = URU } } - owner = { set_country_flag = colorado_rule clr_country_flag = blanco_rule } - } - } + icon = 7 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = democracy + presidential_dictatorship = democracy + bourgeois_dictatorship = democracy + fascist_dictatorship = democracy + absolute_monarchy = hms_government + prussian_constitutionalism = hms_government + hms_government = democracy + democracy = democracy + theocracy = democracy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.1 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.5 + has_country_modifier = global_liberal_agitation + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.02 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 2 + location = { + has_province_modifier = colorado_sympathies + } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + social_movement = yes + } + modifier = { + factor = 0.01 + NOT = { + OR = { + pop_majority_ideology = anarcho_liberal + pop_majority_ideology = liberal + pop_majority_ideology = conservative + } + } + } + modifier = { + factor = 1.05 + pop_majority_ideology = conservative + consciousness = 6.0 + } + modifier = { + factor = 1.03 + pop_majority_ideology = conservative + literacy = 0.50 + } + modifier = { + factor = 0.1 + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = liberal + } + OR = { + NOT = { consciousness = 3.0 } + NOT = { literacy = 0.30 } + } + country = { + is_ideology_enabled = socialist + NOT = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + } + modifier = { + factor = 1.15 + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = liberal + } + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + modifier = { + factor = 0 + country = { + OR = { + AND = { + government = democracy + OR = { + upper_house_composition = state_equal_weight + upper_house_composition = population_equal_weight + } + } + AND = { + government = hms_government + NOT = { upper_house_composition = party_appointed } + } + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + NOT = { debt_law = serfdom } + NOT = { border_policy = closed_borders } + public_meetings = yes_meeting + press_rights = free_press + slavery = no_slavery + ruling_party_ideology = liberal + } + } + modifier = { + factor = 0.9 + country = { + OR = { + AND = { + government = democracy + OR = { + upper_house_composition = state_equal_weight + upper_house_composition = population_equal_weight + } + } + AND = { + government = hms_government + NOT = { upper_house_composition = party_appointed } + } + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + NOT = { debt_law = serfdom } + NOT = { border_policy = closed_borders } + public_meetings = yes_meeting + press_rights = free_press + slavery = no_slavery + NOT = { ruling_party_ideology = liberal } + } + } + modifier = { + factor = 1.15 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.05 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.015 + political_reform_want = 0.05 + } + modifier = { + factor = 1.015 + political_reform_want = 0.1 + } + modifier = { + factor = 1.015 + political_reform_want = 0.15 + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.5 + is_primary_culture = no + is_accepted_culture = no + NOT = { + location = { + any_core = { + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + } + modifier = { + factor = 0.1 + country = { + tag = SPC + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + pop_majority_ideology = liberal + } + modifier = { + factor = 0.25 + is_culture_group = germanic + country = { + is_greater_power = no + is_culture_group = germanic + NOT = { tag = GER } + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { has_country_flag = wants_to_unify } + } + } + modifier = { + factor = 0.25 + is_culture_group = italian + country = { + is_greater_power = no + is_culture_group = italian + OR = { + has_global_flag = italian_call_to_union + has_global_flag = garibaldi_redshirts + } + NOT = { has_country_flag = wants_to_unify } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + + ruling_party_ideology = liberal + political_reform = yes_meeting + political_reform = free_press + political_reform = open_borders + + random_owned = { limit = { owner = { NOT = { trade_unions = all_trade_unions } } } owner = { political_reform = non_socialist } } + random_owned = { + limit = { owner = { NOT = { vote_franschise = universal_voting } } } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { owner = { debt_law = peonage } } + owner = { political_reform = debtors_prisons } + } + random_owned = { + limit = { owner = { debt_law = serfdom } } + owner = { political_reform = peonage } + } + random_owned = { + limit = { owner = { NOT = { slavery = no_slavery } } } + owner = { political_reform = no_slavery } + } + random_owned = { + limit = { + owner = { + OR = { + government = democracy + government = hms_government + } + NOT = { + voting_system = proportional_representation + tag = USA + tag = ENG + } + } + } + owner = { political_reform = proportional_representation } + } + random_owned = { + limit = { + owner = { + OR = { + government = democracy + government = hms_government + } + NOT = { + upper_house_composition = population_equal_weight + tag = USA + tag = ENG + } + } + } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { owner = { political_parties = non_secret_ballots } } + owner = { political_reform = secret_ballots } + } + random_owned = { + limit = { owner = { political_parties = gerrymandering } } + owner = { political_reform = non_secret_ballots } + } + + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + } + } + } + owner = { political_reform = gerrymandering } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.25 + + random_owned = { + limit = { owner = { NOT = { tag = URU } } } + owner = { country_event = 800054 plurality = -10 } + } + + random_owned = { + limit = { owner = { tag = URU NOT = { has_country_flag = colorado_victory } } } + owner = { country_event = 600057 } + } + random_owned = { + limit = { owner = { tag = URU } } + owner = { set_country_flag = colorado_rule clr_country_flag = blanco_rule } + } + } } ################################### # Unciv Reactionary Rebels ################################### unciv_reactionary_rebels = { - icon = 1 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = absolute_monarchy - presidential_dictatorship = absolute_monarchy - bourgeois_dictatorship = absolute_monarchy - fascist_dictatorship = absolute_monarchy - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = absolute_monarchy - hms_government = absolute_monarchy - democracy = absolute_monarchy - theocracy = absolute_monarchy - } - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength - will_rise = { - factor = 0.5 - - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - part_of_sphere = yes - factor = 0.8 - } - modifier = { - civilization_progress = 0.25 - factor = 0.8 - } - modifier = { - civilization_progress = 0.5 - factor = 0.8 - } - modifier = { - civilization_progress = 0.75 - factor = 0.8 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 3 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { civilized = yes } - } - - modifier = { - factor = 0 - NOT = { - location = { - controlled_by = THIS - } - } - } - - modifier = { - factor = 1.05 - location = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - } - } - } - modifier = { - factor = 1.1 - country = { - has_country_modifier = western_influences - } - } - modifier = { - factor = 1.15 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.02 - country = { civilization_progress = 0.1 } - } - modifier = { - factor = 1.02 - country = { civilization_progress = 0.25 } - } - modifier = { - factor = 1.02 - country = { civilization_progress = 0.5 } - } - modifier = { - factor = 1.02 - country = { civilization_progress = 0.75 } - } - modifier = { - factor = 0.01 - country = { - tag = QNG - civilization_progress = 0.75 - } - } - modifier = { - factor = 1.02 - country = { - civilization_progress = 0.1 - part_of_sphere = yes - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - } - modifier = { - factor = 20 - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 2.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - OR = { - NOT = { has_province_modifier = war_torn } - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = european_military_mission - has_province_modifier = extraterritoriality_granted - } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 30 - } - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = european_military_mission - remove_province_modifier = extraterritoriality_granted - rich_strata = { - reduce_pop = 0.99 - } - } - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - - demands_enforced_effect = { - civilized = no - war_exhaustion = 50 - country_event = 800149 - } + icon = 1 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = absolute_monarchy + presidential_dictatorship = absolute_monarchy + bourgeois_dictatorship = absolute_monarchy + fascist_dictatorship = absolute_monarchy + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = absolute_monarchy + hms_government = absolute_monarchy + democracy = absolute_monarchy + theocracy = absolute_monarchy + } + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength + will_rise = { + factor = 0.5 + + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + part_of_sphere = yes + factor = 0.8 + } + modifier = { + civilization_progress = 0.25 + factor = 0.8 + } + modifier = { + civilization_progress = 0.5 + factor = 0.8 + } + modifier = { + civilization_progress = 0.75 + factor = 0.8 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 3 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { civilized = yes } + } + + modifier = { + factor = 0 + NOT = { + location = { + controlled_by = THIS + } + } + } + + modifier = { + factor = 1.05 + location = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + } + } + } + modifier = { + factor = 1.1 + country = { + has_country_modifier = western_influences + } + } + modifier = { + factor = 1.15 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.02 + country = { civilization_progress = 0.1 } + } + modifier = { + factor = 1.02 + country = { civilization_progress = 0.25 } + } + modifier = { + factor = 1.02 + country = { civilization_progress = 0.5 } + } + modifier = { + factor = 1.02 + country = { civilization_progress = 0.75 } + } + modifier = { + factor = 0.01 + country = { + tag = QNG + civilization_progress = 0.75 + } + } + modifier = { + factor = 1.02 + country = { + civilization_progress = 0.1 + part_of_sphere = yes + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + } + modifier = { + factor = 20 + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 2.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + OR = { + NOT = { has_province_modifier = war_torn } + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = european_military_mission + has_province_modifier = extraterritoriality_granted + } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 30 + } + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = european_military_mission + remove_province_modifier = extraterritoriality_granted + rich_strata = { + reduce_pop = 0.99 + } + } + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + + demands_enforced_effect = { + civilized = no + war_exhaustion = 50 + country_event = 800149 + } } #NNM/PDM Rebel Type @@ -4132,260 +4132,260 @@ unciv_reactionary_rebels = { # Patriot Rebels ################################### separatist_rebels = { - icon = 15 - - area = nation_culture # Stays within provinces of their culture - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - - defection = none # If the country seeks independence, defection specifies what type of provinces it wants. - independence = none - defect_delay = 3 # Can spontaneously declare independence after X months (earliest) - - allow_all_cultures = no - allow_all_religions = yes - allow_all_ideologies = yes - - ideology = liberal - resilient = yes # Does not disband on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do remain after enforcing demands. - - occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the faction's strength - will_rise = { - factor = 0.25 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - factor = 0.5 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.5 - has_country_modifier = global_liberal_agitation - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 3 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - is_primary_culture = yes - } - modifier = { - factor = 0.5 - is_accepted_culture = yes - } - - #modifier = { - # factor = 0 - # NOT = { - # country = { num_of_cities = 2 } - # } - #} - modifier = { - factor = 1.01 - pop_majority_ideology = communist - } - modifier = { - factor = 1.05 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.03 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.05 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.07 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.09 - pop_majority_ideology = reactionary - } - modifier = { - factor = 1.11 - pop_majority_ideology = fascist - } - modifier = { - factor = 0.75 - country = { plurality = 70 } - } - modifier = { - factor = 1.015 - NOT = { is_culture_group = THIS } - } - modifier = { - factor = 2 - location = { has_province_modifier = nationalist_agitation } - } - - modifier = { - factor = 0 - NOT = { - AND = { - country = { any_neighbor_country = { any_core = { owned_by = THIS } } } - location = { - any_core = { - is_primary_culture = THIS - exists = yes - } - } - } - } - } - modifier = { - factor = 1.3 - country = { any_neighbor_country = { any_core = { owned_by = THIS } } } - location = { - any_core = { - is_primary_culture = THIS - exists = yes - } - } - } - modifier = { - factor = 1.3 - country = { - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 2.0 - is_capital = yes - } - modifier = { - factor = 0.4 - country = { - has_country_modifier = springtime_of_nations - } - } - } - - # Province Scope - siege_won_trigger = { - NOT = { - OR = { - has_province_modifier = war_torn - has_province_modifier = patriot_uprising - } - } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - add_province_modifier = { - name = patriot_uprising - duration = 1095 - } - } - - - # Country scope - demands_enforced_trigger = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - } - demands_enforced_effect = { - prestige_factor = -0.2 - any_owned = { - limit = { - any_core = { - exists = yes - NOT = { is_primary_culture = THIS } - NOT = { has_province_modifier = patriot_uprising } - } - } - add_province_modifier = { - name = patriot_uprising - duration = 1095 - } - } - any_country = { - limit = { - exists = yes - any_core = { - owned_by = THIS - has_province_modifier = patriot_uprising - } - } - country_event = 97700 - } - } + icon = 15 + + area = nation_culture # Stays within provinces of their culture + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + + defection = none # If the country seeks independence, defection specifies what type of provinces it wants. + independence = none + defect_delay = 3 # Can spontaneously declare independence after X months (earliest) + + allow_all_cultures = no + allow_all_religions = yes + allow_all_ideologies = yes + + ideology = liberal + resilient = yes # Does not disband on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do remain after enforcing demands. + + occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the faction's strength + will_rise = { + factor = 0.25 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + factor = 0.5 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.5 + has_country_modifier = global_liberal_agitation + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 3 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + is_primary_culture = yes + } + modifier = { + factor = 0.5 + is_accepted_culture = yes + } + + #modifier = { + # factor = 0 + # NOT = { + # country = { num_of_cities = 2 } + # } + #} + modifier = { + factor = 1.01 + pop_majority_ideology = communist + } + modifier = { + factor = 1.05 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.03 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.05 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.07 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.09 + pop_majority_ideology = reactionary + } + modifier = { + factor = 1.11 + pop_majority_ideology = fascist + } + modifier = { + factor = 0.75 + country = { plurality = 70 } + } + modifier = { + factor = 1.015 + NOT = { is_culture_group = THIS } + } + modifier = { + factor = 2 + location = { has_province_modifier = nationalist_agitation } + } + + modifier = { + factor = 0 + NOT = { + AND = { + country = { any_neighbor_country = { any_core = { owned_by = THIS } } } + location = { + any_core = { + is_primary_culture = THIS + exists = yes + } + } + } + } + } + modifier = { + factor = 1.3 + country = { any_neighbor_country = { any_core = { owned_by = THIS } } } + location = { + any_core = { + is_primary_culture = THIS + exists = yes + } + } + } + modifier = { + factor = 1.3 + country = { + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 2.0 + is_capital = yes + } + modifier = { + factor = 0.4 + country = { + has_country_modifier = springtime_of_nations + } + } + } + + # Province Scope + siege_won_trigger = { + NOT = { + OR = { + has_province_modifier = war_torn + has_province_modifier = patriot_uprising + } + } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + add_province_modifier = { + name = patriot_uprising + duration = 1095 + } + } + + + # Country scope + demands_enforced_trigger = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + } + demands_enforced_effect = { + prestige_factor = -0.2 + any_owned = { + limit = { + any_core = { + exists = yes + NOT = { is_primary_culture = THIS } + NOT = { has_province_modifier = patriot_uprising } + } + } + add_province_modifier = { + name = patriot_uprising + duration = 1095 + } + } + any_country = { + limit = { + exists = yes + any_core = { + owned_by = THIS + has_province_modifier = patriot_uprising + } + } + country_event = 97700 + } + } } #NNM/PDM Rebel Type @@ -4393,483 +4393,483 @@ separatist_rebels = { # Militant Socialists ################################### socialist_rebels = { - icon = 10 - - area = nation # Stays within the nation - break_alliance_on_win = no - - # = - government = { - proletarian_dictatorship = democracy - presidential_dictatorship = democracy - bourgeois_dictatorship = democracy - fascist_dictatorship = democracy - absolute_monarchy = democracy - prussian_constitutionalism = democracy - hms_government = democracy - democracy = democracy - theocracy = democracy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = socialist - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.02 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - political_movement = yes - } - modifier = { - factor = 0 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 0 - NOT = { - OR = { - pop_majority_ideology = communist - pop_majority_ideology = socialist - pop_majority_ideology = liberal - pop_majority_ideology = conservative - } - } - } - modifier = { - factor = 1.05 - pop_majority_ideology = communist - } - modifier = { - factor = 1.2 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.02 - social_reform_want = 0.05 - } - modifier = { - factor = 1.02 - social_reform_want = 0.1 - } - modifier = { - factor = 1.02 - social_reform_want = 0.15 - } - modifier = { - factor = 0 - country = { - OR = { - government = democracy - government = hms_government - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - upper_house_composition = state_equal_weight - upper_house_composition = population_equal_weight - } - OR = { - wage_reform = acceptable_minimum_wage - wage_reform = good_minimum_wage - } - OR = { - work_hours = ten_hours - work_hours = eight_hours - } - OR = { - safety_regulations = acceptable_safety - safety_regulations = good_safety - } - OR = { - unemployment_subsidies = acceptable_subsidies - unemployment_subsidies = good_subsidies - } - OR = { - pensions = acceptable_pensions - pensions = good_pensions - } - trade_unions = all_trade_unions - child_labor = child_labor_illegal - NOT = { debt_law = serfdom } - NOT = { border_policy = closed_borders } - public_meetings = yes_meeting - press_rights = free_press - slavery = no_slavery - ruling_party_ideology = socialist - } - } - modifier = { - factor = 0.75 - country = { - OR = { - AND = { - government = democracy - OR = { - upper_house_composition = state_equal_weight - upper_house_composition = population_equal_weight - } - } - AND = { - government = hms_government - NOT = { upper_house_composition = party_appointed } - } - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - wage_reform = acceptable_minimum_wage - wage_reform = good_minimum_wage - } - OR = { - work_hours = ten_hours - work_hours = eight_hours - } - OR = { - safety_regulations = acceptable_safety - safety_regulations = good_safety - } - OR = { - unemployment_subsidies = acceptable_subsidies - unemployment_subsidies = good_subsidies - } - OR = { - pensions = acceptable_pensions - pensions = good_pensions - } - trade_unions = all_trade_unions - child_labor = child_labor_illegal - NOT = { debt_law = serfdom } - NOT = { border_policy = closed_borders } - public_meetings = yes_meeting - press_rights = free_press - slavery = no_slavery - NOT = { ruling_party_ideology = socialist } - } - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - #OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - #} - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = yes - location = { - NOT = { is_core = THIS } - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - modifier = { - factor = 0.5 - is_primary_culture = no - is_accepted_culture = no - NOT = { - location = { - any_core = { is_primary_culture = THIS } - } - } - } - modifier = { - factor = 0.5 - is_culture_group = germanic - country = { - is_greater_power = no - is_culture_group = germanic - NOT = { tag = GER } - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { has_country_flag = wants_to_unify } - } - } - modifier = { - factor = 0.5 - is_culture_group = italian - country = { - is_greater_power = no - is_culture_group = italian - OR = { - has_global_flag = italian_call_to_union - has_global_flag = garibaldi_redshirts - } - NOT = { has_country_flag = wants_to_unify } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = socialist - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - - ruling_party_ideology = socialist - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = all_trade_unions - political_reform = no_slavery - political_reform = proportional_representation - political_reform = all_voting_pops - political_reform = open_borders - - random_owned = { limit = { owner = { NOT = { debt_law = bankruptcy } } } owner = { political_reform = debtors_prisons } } - - random_owned = { limit = { owner = { political_parties = non_secret_ballots } } owner = { political_reform = secret_ballots } } - - random_owned = { limit = { owner = { political_parties = gerrymandering } } owner = { political_reform = non_secret_ballots } } - - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - } - } - } - owner = { political_reform = gerrymandering } - } - - #Minimum Wage - random_owned = { - limit = { owner = { wage_reform = acceptable_minimum_wage } } - owner = { social_reform = good_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = low_minimum_wage } } - owner = { social_reform = acceptable_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = trinket_wage } } - owner = { social_reform = low_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = no_minimum_wage } } - owner = { social_reform = trinket_wage } - } - #Work Hours - random_owned = { - limit = { owner = { work_hours = ten_hours } } - owner = { social_reform = eight_hours } - } - random_owned = { - limit = { owner = { work_hours = twelve_hours } } - owner = { social_reform = ten_hours } - } - random_owned = { - limit = { owner = { work_hours = fourteen_hours } } - owner = { social_reform = twelve_hours } - } - random_owned = { - limit = { owner = { work_hours = no_work_hour_limit } } - owner = { social_reform = fourteen_hours } - } - #Safety Regulations - random_owned = { - limit = { owner = { safety_regulations = acceptable_safety } } - owner = { social_reform = good_safety } - } - random_owned = { - limit = { owner = { safety_regulations = low_safety } } - owner = { social_reform = acceptable_safety } - } - random_owned = { - limit = { owner = { safety_regulations = trinket_safety } } - owner = { social_reform = low_safety } - } - random_owned = { - limit = { owner = { safety_regulations = no_safety } } - owner = { social_reform = trinket_safety } - } - #Unemployment Subsides - random_owned = { - limit = { owner = { unemployment_subsidies = acceptable_subsidies } } - owner = { social_reform = good_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = low_subsidies } } - owner = { social_reform = acceptable_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = trinket_subsidies } } - owner = { social_reform = low_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = no_subsidies } } - owner = { social_reform = trinket_subsidies } - } - #Pensions - random_owned = { - limit = { owner = { pensions = acceptable_pensions } } - owner = { social_reform = good_pensions } - } - random_owned = { - limit = { owner = { pensions = low_pensions } } - owner = { social_reform = acceptable_pensions } - } - random_owned = { - limit = { owner = { pensions = trinket_pensions } } - owner = { social_reform = low_pensions } - } - random_owned = { - limit = { owner = { pensions = no_pensions } } - owner = { social_reform = trinket_pensions } - } - #Child Labor - random_owned = { - limit = { owner = { child_labor = child_labor_restricted } } - owner = { social_reform = child_labor_illegal } - } - random_owned = { - limit = { owner = { child_labor = child_labor_legal } } - owner = { social_reform = child_labor_restricted } - } - - add_country_modifier = { - name = national_confusion - duration = 1095 - } - prestige_factor = -0.3 - plurality = -10 - country_event = 810056 - } + icon = 10 + + area = nation # Stays within the nation + break_alliance_on_win = no + + # = + government = { + proletarian_dictatorship = democracy + presidential_dictatorship = democracy + bourgeois_dictatorship = democracy + fascist_dictatorship = democracy + absolute_monarchy = democracy + prussian_constitutionalism = democracy + hms_government = democracy + democracy = democracy + theocracy = democracy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = socialist + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.02 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + political_movement = yes + } + modifier = { + factor = 0 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 0 + NOT = { + OR = { + pop_majority_ideology = communist + pop_majority_ideology = socialist + pop_majority_ideology = liberal + pop_majority_ideology = conservative + } + } + } + modifier = { + factor = 1.05 + pop_majority_ideology = communist + } + modifier = { + factor = 1.2 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.02 + social_reform_want = 0.05 + } + modifier = { + factor = 1.02 + social_reform_want = 0.1 + } + modifier = { + factor = 1.02 + social_reform_want = 0.15 + } + modifier = { + factor = 0 + country = { + OR = { + government = democracy + government = hms_government + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + upper_house_composition = state_equal_weight + upper_house_composition = population_equal_weight + } + OR = { + wage_reform = acceptable_minimum_wage + wage_reform = good_minimum_wage + } + OR = { + work_hours = ten_hours + work_hours = eight_hours + } + OR = { + safety_regulations = acceptable_safety + safety_regulations = good_safety + } + OR = { + unemployment_subsidies = acceptable_subsidies + unemployment_subsidies = good_subsidies + } + OR = { + pensions = acceptable_pensions + pensions = good_pensions + } + trade_unions = all_trade_unions + child_labor = child_labor_illegal + NOT = { debt_law = serfdom } + NOT = { border_policy = closed_borders } + public_meetings = yes_meeting + press_rights = free_press + slavery = no_slavery + ruling_party_ideology = socialist + } + } + modifier = { + factor = 0.75 + country = { + OR = { + AND = { + government = democracy + OR = { + upper_house_composition = state_equal_weight + upper_house_composition = population_equal_weight + } + } + AND = { + government = hms_government + NOT = { upper_house_composition = party_appointed } + } + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + wage_reform = acceptable_minimum_wage + wage_reform = good_minimum_wage + } + OR = { + work_hours = ten_hours + work_hours = eight_hours + } + OR = { + safety_regulations = acceptable_safety + safety_regulations = good_safety + } + OR = { + unemployment_subsidies = acceptable_subsidies + unemployment_subsidies = good_subsidies + } + OR = { + pensions = acceptable_pensions + pensions = good_pensions + } + trade_unions = all_trade_unions + child_labor = child_labor_illegal + NOT = { debt_law = serfdom } + NOT = { border_policy = closed_borders } + public_meetings = yes_meeting + press_rights = free_press + slavery = no_slavery + NOT = { ruling_party_ideology = socialist } + } + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + #OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + #} + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = yes + location = { + NOT = { is_core = THIS } + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + modifier = { + factor = 0.5 + is_primary_culture = no + is_accepted_culture = no + NOT = { + location = { + any_core = { is_primary_culture = THIS } + } + } + } + modifier = { + factor = 0.5 + is_culture_group = germanic + country = { + is_greater_power = no + is_culture_group = germanic + NOT = { tag = GER } + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { has_country_flag = wants_to_unify } + } + } + modifier = { + factor = 0.5 + is_culture_group = italian + country = { + is_greater_power = no + is_culture_group = italian + OR = { + has_global_flag = italian_call_to_union + has_global_flag = garibaldi_redshirts + } + NOT = { has_country_flag = wants_to_unify } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = socialist + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + + ruling_party_ideology = socialist + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = all_trade_unions + political_reform = no_slavery + political_reform = proportional_representation + political_reform = open_borders + social_reform = all_voting_pops + + random_owned = { limit = { owner = { NOT = { debt_law = bankruptcy } } } owner = { political_reform = debtors_prisons } } + + random_owned = { limit = { owner = { political_parties = non_secret_ballots } } owner = { political_reform = secret_ballots } } + + random_owned = { limit = { owner = { political_parties = gerrymandering } } owner = { political_reform = non_secret_ballots } } + + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + } + } + } + owner = { political_reform = gerrymandering } + } + + #Minimum Wage + random_owned = { + limit = { owner = { wage_reform = acceptable_minimum_wage } } + owner = { social_reform = good_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = low_minimum_wage } } + owner = { social_reform = acceptable_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = trinket_wage } } + owner = { social_reform = low_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = no_minimum_wage } } + owner = { social_reform = trinket_wage } + } + #Work Hours + random_owned = { + limit = { owner = { work_hours = ten_hours } } + owner = { social_reform = eight_hours } + } + random_owned = { + limit = { owner = { work_hours = twelve_hours } } + owner = { social_reform = ten_hours } + } + random_owned = { + limit = { owner = { work_hours = fourteen_hours } } + owner = { social_reform = twelve_hours } + } + random_owned = { + limit = { owner = { work_hours = no_work_hour_limit } } + owner = { social_reform = fourteen_hours } + } + #Safety Regulations + random_owned = { + limit = { owner = { safety_regulations = acceptable_safety } } + owner = { social_reform = good_safety } + } + random_owned = { + limit = { owner = { safety_regulations = low_safety } } + owner = { social_reform = acceptable_safety } + } + random_owned = { + limit = { owner = { safety_regulations = trinket_safety } } + owner = { social_reform = low_safety } + } + random_owned = { + limit = { owner = { safety_regulations = no_safety } } + owner = { social_reform = trinket_safety } + } + #Unemployment Subsides + random_owned = { + limit = { owner = { unemployment_subsidies = acceptable_subsidies } } + owner = { social_reform = good_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = low_subsidies } } + owner = { social_reform = acceptable_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = trinket_subsidies } } + owner = { social_reform = low_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = no_subsidies } } + owner = { social_reform = trinket_subsidies } + } + #Pensions + random_owned = { + limit = { owner = { pensions = acceptable_pensions } } + owner = { social_reform = good_pensions } + } + random_owned = { + limit = { owner = { pensions = low_pensions } } + owner = { social_reform = acceptable_pensions } + } + random_owned = { + limit = { owner = { pensions = trinket_pensions } } + owner = { social_reform = low_pensions } + } + random_owned = { + limit = { owner = { pensions = no_pensions } } + owner = { social_reform = trinket_pensions } + } + #Child Labor + random_owned = { + limit = { owner = { child_labor = child_labor_restricted } } + owner = { social_reform = child_labor_illegal } + } + random_owned = { + limit = { owner = { child_labor = child_labor_legal } } + owner = { social_reform = child_labor_restricted } + } + + add_country_modifier = { + name = national_confusion + duration = 1095 + } + prestige_factor = -0.3 + plurality = -10 + country_event = 810056 + } } #NNM/PDM Rebel Type @@ -4877,166 +4877,166 @@ socialist_rebels = { # Independence Fighters ################################### independence_rebels = { - icon = 13 - - area = nation # Stays within the nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Does not disbands on retreat - reinforcing = yes # Receives reinforcements - general = yes # Uses generals - smart = yes # Assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 1.2 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { is_vassal = no } - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0 - OR = { - political_movement = yes - social_movement = yes - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - add_country_modifier = { - name = national_confusion - duration = 365 - } - random_owned = { - limit = { - owner = { - NOT = { vote_franschise = none_voting } - } - } - owner = { election = yes } - } - prestige_factor = -0.2 - war_exhaustion = 25 - country_event = 810055 - } + icon = 13 + + area = nation # Stays within the nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Does not disbands on retreat + reinforcing = yes # Receives reinforcements + general = yes # Uses generals + smart = yes # Assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 1.2 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { is_vassal = no } + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0 + OR = { + political_movement = yes + social_movement = yes + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + add_country_modifier = { + name = national_confusion + duration = 365 + } + random_owned = { + limit = { + owner = { + NOT = { vote_franschise = none_voting } + } + } + owner = { election = yes } + } + prestige_factor = -0.2 + war_exhaustion = 25 + country_event = 810055 + } } #NNM/PDM Rebel Type @@ -5044,247 +5044,247 @@ independence_rebels = { # Turkish Nationalists ################################### turkish_nationalist_rebels = { - icon = 8 - - area = nation # Stays within the nation - - # = - government = { - proletarian_dictatorship = democracy - presidential_dictatorship = democracy - bourgeois_dictatorship = democracy - fascist_dictatorship = democracy - absolute_monarchy = democracy - prussian_constitutionalism = democracy - hms_government = democracy - democracy = democracy - theocracy = theocracy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 12 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 3 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { - NOT = { has_country_flag = turkish_nationalism_activated } - } - } - - modifier = { - factor = 0 - country = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - - modifier = { - factor = 0 - NOT = { culture = turkish } - } - - modifier = { - factor = 0.1 - NOT = { - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = anarcho_liberal - pop_majority_ideology = conservative - pop_majority_ideology = socialist - } - } - } - modifier = { - factor = 1.05 - pop_majority_ideology = conservative - consciousness = 6.0 - } - modifier = { - factor = 1.03 - pop_majority_ideology = conservative - literacy = 0.50 - } - modifier = { - factor = 0.1 - pop_majority_ideology = conservative - OR = { - NOT = { consciousness = 3.0 } - NOT = { literacy = 0.30 } - } - } - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.4 - pop_majority_ideology = anarcho_liberal - } - modifier = { - factor = 1.015 - political_reform_want = 0.05 - } - modifier = { - factor = 1.015 - political_reform_want = 0.1 - } - modifier = { - factor = 1.015 - political_reform_want = 0.15 - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - owner = { war_exhaustion = 2.5 } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = turkish_nationalism_activated - ruling_party_ideology = liberal - political_reform = no_slavery - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = censored_press - political_reform = all_trade_unions - political_reform = harassment - political_reform = primary_culture_only - political_reform = mandatory_service - political_reform = open_borders - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.25 - country_event = 800054 - } + icon = 8 + + area = nation # Stays within the nation + + # = + government = { + proletarian_dictatorship = democracy + presidential_dictatorship = democracy + bourgeois_dictatorship = democracy + fascist_dictatorship = democracy + absolute_monarchy = democracy + prussian_constitutionalism = democracy + hms_government = democracy + democracy = democracy + theocracy = theocracy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 12 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 5.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 3 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { + NOT = { has_country_flag = turkish_nationalism_activated } + } + } + + modifier = { + factor = 0 + country = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + + modifier = { + factor = 0 + NOT = { culture = turkish } + } + + modifier = { + factor = 0.1 + NOT = { + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = anarcho_liberal + pop_majority_ideology = conservative + pop_majority_ideology = socialist + } + } + } + modifier = { + factor = 1.05 + pop_majority_ideology = conservative + consciousness = 6.0 + } + modifier = { + factor = 1.03 + pop_majority_ideology = conservative + literacy = 0.50 + } + modifier = { + factor = 0.1 + pop_majority_ideology = conservative + OR = { + NOT = { consciousness = 3.0 } + NOT = { literacy = 0.30 } + } + } + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.4 + pop_majority_ideology = anarcho_liberal + } + modifier = { + factor = 1.015 + political_reform_want = 0.05 + } + modifier = { + factor = 1.015 + political_reform_want = 0.1 + } + modifier = { + factor = 1.015 + political_reform_want = 0.15 + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + owner = { war_exhaustion = 2.5 } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = turkish_nationalism_activated + ruling_party_ideology = liberal + political_reform = no_slavery + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = censored_press + political_reform = all_trade_unions + political_reform = harassment + political_reform = mandatory_service + political_reform = open_borders + social_reform = primary_culture_only + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.25 + country_event = 800054 + } } #NNM/PDM Rebel Type @@ -5292,188 +5292,188 @@ turkish_nationalist_rebels = { # Native Rebels ################################### native_rebels = { - icon = 12 - - area = nation # Stays within the nation - - # = - government = { - proletarian_dictatorship = democracy - presidential_dictatorship = democracy - bourgeois_dictatorship = democracy - fascist_dictatorship = democracy - absolute_monarchy = democracy - prussian_constitutionalism = democracy - hms_government = democracy - democracy = democracy - theocracy = democracy - } - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Does not disbands on retreat - reinforcing = yes # Receives reinforcements - general = yes # Uses generals - smart = yes # Assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - will_rise = - { - factor = 0.5 - modifier = { - war = yes - factor = 0.8 - } - modifier = { - factor = 0.85 - average_militancy = 4 - } - modifier = { - factor = 0.75 - average_militancy = 6 - } - modifier = { - factor = 0.5 - average_militancy = 8 - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 3 - - modifier = { - factor = 0 - type = slaves - } - - modifier = { - factor = 0 - country = { - NOT = { has_country_flag = post_colonial_country } - } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_culture_group = arab - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - is_culture_group = southeast_asian - culture = maori - } - } - } - modifier = { - factor = 1.05 - pop_majority_ideology = conservative - } - modifier = { - factor = 1.1 - pop_majority_ideology = liberal - } - modifier = { - factor = 1.2 - pop_majority_ideology = fascist - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - NOT = { is_capital = yes } - } - modifier = { - factor = 0.001 - controlled_by = REB - NOT = { is_capital = yes } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 5.0 - is_capital = yes - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = war_torn } - } - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - } - - - # Country scope - demands_enforced_trigger = { - OR = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - NOT = { - any_owned_province = { - is_colonial = no - controlled_by = THIS - } - } - } - } - demands_enforced_effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - any_country = { - limit = { is_culture_group = THIS } - leave_alliance = THIS - relation = { who = THIS value = -50 } - diplomatic_influence = { who = THIS value = -50 } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.2 - country_event = 810057 - } + icon = 12 + + area = nation # Stays within the nation + + # = + government = { + proletarian_dictatorship = democracy + presidential_dictatorship = democracy + bourgeois_dictatorship = democracy + fascist_dictatorship = democracy + absolute_monarchy = democracy + prussian_constitutionalism = democracy + hms_government = democracy + democracy = democracy + theocracy = democracy + } + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Does not disbands on retreat + reinforcing = yes # Receives reinforcements + general = yes # Uses generals + smart = yes # Assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + will_rise = + { + factor = 0.5 + modifier = { + war = yes + factor = 0.8 + } + modifier = { + factor = 0.85 + average_militancy = 4 + } + modifier = { + factor = 0.75 + average_militancy = 6 + } + modifier = { + factor = 0.5 + average_militancy = 8 + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 3 + + modifier = { + factor = 0 + type = slaves + } + + modifier = { + factor = 0 + country = { + NOT = { has_country_flag = post_colonial_country } + } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_culture_group = arab + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + is_culture_group = southeast_asian + culture = maori + } + } + } + modifier = { + factor = 1.05 + pop_majority_ideology = conservative + } + modifier = { + factor = 1.1 + pop_majority_ideology = liberal + } + modifier = { + factor = 1.2 + pop_majority_ideology = fascist + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + NOT = { is_capital = yes } + } + modifier = { + factor = 0.001 + controlled_by = REB + NOT = { is_capital = yes } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 5.0 + is_capital = yes + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = war_torn } + } + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + } + + + # Country scope + demands_enforced_trigger = { + OR = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + NOT = { + any_owned_province = { + is_colonial = no + controlled_by = THIS + } + } + } + } + demands_enforced_effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + any_country = { + limit = { is_culture_group = THIS } + leave_alliance = THIS + relation = { who = THIS value = -50 } + diplomatic_influence = { who = THIS value = -50 } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.2 + country_event = 810057 + } } @@ -5481,648 +5481,647 @@ native_rebels = { # American Natives ################################### sioux_nation = { - icon = 11 - break_alliance_on_win = no - - area = culture_group - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - - will_rise = { - factor = 0.05 - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 2 - modifier = { - factor = 0 - NOT = { - culture = dakota - } - } - modifier = { - factor = 0 - country = { - NOT = { has_country_flag = sioux_wars } - } - } - modifier = { - factor = 0 - country = { has_country_flag = sioux_wars_over } - } - - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 1 - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - not = { average_militancy = 4 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 2 } - } - } - - # Province Scope - #siege_won_trigger = { - #} - - siege_won_effect = { - any_pop = { - limit = { - NOT = { - is_culture_group = native_american - } - } - reduce_pop = 0.90 - } - any_pop = { - limit = { - culture = dakota - } - militancy = 10 - } - - } - - - # Country scope - demands_enforced_trigger = { - } - - demands_enforced_effect = { - } + icon = 11 + break_alliance_on_win = no + + area = culture_group + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + + will_rise = { + factor = 0.05 + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 2 + modifier = { + factor = 0 + NOT = { + culture = dakota + } + } + modifier = { + factor = 0 + country = { + NOT = { has_country_flag = sioux_wars } + } + } + modifier = { + factor = 0 + country = { has_country_flag = sioux_wars_over } + } + + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 1 + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + not = { average_militancy = 4 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 2 } + } + } + + # Province Scope + #siege_won_trigger = { + #} + + siege_won_effect = { + any_pop = { + limit = { + NOT = { + is_culture_group = native_american + } + } + reduce_pop = 0.90 + } + any_pop = { + limit = { + culture = dakota + } + militancy = 10 + } + + } + + + # Country scope + demands_enforced_trigger = { + } + + demands_enforced_effect = { + } } apache = { - icon = 11 - break_alliance_on_win = no - - area = culture_group - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = democracy - } - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = reactionary - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght - - will_rise = { - factor = 0.05 - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 2 - modifier = { - factor = 0 - NOT = { - culture = native_american_minor - } - } - modifier = { - factor = 0 - country = { - NOT = { has_country_flag = apache_wars } - } - } - modifier = { - factor = 0 - country = { has_country_flag = apache_wars_over } - } - - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 5 - } - modifier = { - factor = 1.5 - units_in_province = 1 - not = { units_in_province = 3 } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - not = { average_militancy = 4 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 2 } - } - } - - # Province Scope - #siege_won_trigger = { - #} - - siege_won_effect = { - any_pop = { - limit = { - not = { - is_culture_group = native_american - } - } - reduce_pop = 0.50 - } - any_pop = { - limit = { - culture = native_american_minor - } - militancy = 10 - } - - } - - - # Country scope - demands_enforced_trigger = { - } - - demands_enforced_effect = { - } + icon = 11 + break_alliance_on_win = no + + area = culture_group + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = democracy + } + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = reactionary + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.0 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the countrys army strength and compared to the factions strenght + + will_rise = { + factor = 0.05 + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 2 + modifier = { + factor = 0 + NOT = { + culture = native_american_minor + } + } + modifier = { + factor = 0 + country = { + NOT = { has_country_flag = apache_wars } + } + } + modifier = { + factor = 0 + country = { has_country_flag = apache_wars_over } + } + + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 5 + } + modifier = { + factor = 1.5 + units_in_province = 1 + not = { units_in_province = 3 } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + not = { average_militancy = 4 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 2 } + } + } + + # Province Scope + #siege_won_trigger = { + #} + + siege_won_effect = { + any_pop = { + limit = { + not = { + is_culture_group = native_american + } + } + reduce_pop = 0.50 + } + any_pop = { + limit = { + culture = native_american_minor + } + militancy = 10 + } + + } + + + # Country scope + demands_enforced_trigger = { + } + + demands_enforced_effect = { + } } slave_revolt = { - icon = 13 - break_alliance_on_win = no - - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = democracy - } - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = no # Does use generals - smart = no # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = no # Units do not remain after enforcing demands. - - occupation_mult = 1.1 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength - - will_rise = { - factor = 1 - - modifier = { - war = yes - factor = 0.8 - } - - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 0.25 - modifier = { - factor = 0 - OR = { - NOT = { type = slaves } - NOT = { is_culture_group = african_diaspora_cultures } - } - } - modifier = { - factor = 0 - country = { - slavery = no_slavery - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.1 - units_in_province = 5 - } - modifier = { - factor = 1.5 - units_in_province = 1 - not = { units_in_province = 3 } - } - modifier = { - factor = 0.25 - not = { has_pop_type = slaves } - } - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 1.5 - not = { average_militancy = 4 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - not = { average_militancy = 2 } - } - } - - # Province Scope - #siege_won_trigger = { - #} - - siege_won_effect = { - add_province_modifier = { - name = war_torn - duration = 365 - } - any_pop = { - limit = { - not = { - is_culture_group = african_diaspora_cultures - type = slaves - } - } - reduce_pop = 0.75 - } - - any_pop = { - limit = { - type = slaves - location = { has_pop_type = farmers } - } - pop_type = farmers - } - - any_pop = { - limit = { - type = slaves - location = { has_pop_type = labourers } - } - pop_type = labourers - } - - } - - - # Country scope - demands_enforced_trigger = { - capital_scope = { - controlled_by = REB - province_control_days = 90 - } - } - - demands_enforced_effect = { - political_reform = no_slavery - prestige_factor = -1 - war_exhaustion = 50 - add_country_modifier = { name = national_confusion duration = 1095 } - } + icon = 13 + break_alliance_on_win = no + + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = democracy + } + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = no # Does use generals + smart = no # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = no # Units do not remain after enforcing demands. + + occupation_mult = 1.1 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength + + will_rise = { + factor = 1 + + modifier = { + war = yes + factor = 0.8 + } + + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 0.25 + modifier = { + factor = 0 + OR = { + NOT = { type = slaves } + NOT = { is_culture_group = african_diaspora_cultures } + } + } + modifier = { + factor = 0 + country = { + slavery = no_slavery + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.1 + units_in_province = 5 + } + modifier = { + factor = 1.5 + units_in_province = 1 + not = { units_in_province = 3 } + } + modifier = { + factor = 0.25 + not = { has_pop_type = slaves } + } + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 1.5 + not = { average_militancy = 4 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + not = { average_militancy = 2 } + } + } + + # Province Scope + #siege_won_trigger = { + #} + + siege_won_effect = { + add_province_modifier = { + name = war_torn + duration = 365 + } + any_pop = { + limit = { + not = { + is_culture_group = african_diaspora_cultures + type = slaves + } + } + reduce_pop = 0.75 + } + + any_pop = { + limit = { + type = slaves + location = { has_pop_type = farmers } + } + pop_type = farmers + } + + any_pop = { + limit = { + type = slaves + location = { has_pop_type = labourers } + } + pop_type = labourers + } + + } + + + # Country scope + demands_enforced_trigger = { + capital_scope = { + controlled_by = REB + province_control_days = 90 + } + } + + demands_enforced_effect = { + political_reform = no_slavery + prestige_factor = -1 + war_exhaustion = 50 + add_country_modifier = { name = national_confusion duration = 1095 } + } } partisan_rebels = { - icon = 19 - break_alliance_on_win = no - - area = nation - - # = - government = { - proletarian_dictatorship = proletarian_dictatorship - presidential_dictatorship = presidential_dictatorship - bourgeois_dictatorship = bourgeois_dictatorship - fascist_dictatorship = fascist_dictatorship - absolute_monarchy = absolute_monarchy - prussian_constitutionalism = prussian_constitutionalism - hms_government = hms_government - democracy = democracy - theocracy = theocracy - } - - - defection = none # Will defect to the "best" alternative. - independence = none # Does not strive for independence - defect_delay = 18 - - ideology = liberal - - allow_all_cultures = yes - allow_all_religions = yes - allow_all_ideologies = yes - - resilient = yes # Disbands on retreat - reinforcing = yes # Does not receive reinforcements - general = yes # Does not use generals - smart = yes # Does not assault forts, tactically withdraw from battle, etc. - unit_transfer = yes # Units do not remain after enforcing demands. - - occupation_mult = 1.25 # The amount of strength this rebel gains from taking provinces - - # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength - will_rise = { - factor = 0.2 #0.2 - - modifier = { - war_exhaustion = 40 - factor = 0.95 - } - modifier = { - war_exhaustion = 60 - factor = 0.95 - } - modifier = { - war_exhaustion = 80 - factor = 0.95 - } - modifier = { - war = no - factor = 0 - } - modifier = { - factor = 0.9 - war_countries = { is_greater_power = yes } - } - } - - # The rebel type with the highest modifier for this pop gets picked - spawn_chance = { - factor = 5 - - modifier = { - factor = 0 - type = slaves - } - #Only show up in provs controlled by foreigners and during a war - modifier = { - factor = 0 - country = { war = no } - } - modifier = { - factor = 0 - location = { controlled_by = THIS } - } - modifier = { - factor = 0 - location = { NOT = { is_core = THIS } } - } - modifier = { - factor = 0 - location = { controlled_by_rebels = yes } - } - - modifier = { - factor = 1.5 - location = { is_capital = yes } - } - - #THIS show signs of weird behaviour, units_in_province works better - modifier = { - factor = 0 - location = { units_in_province = 1 } - } - - #Will only spawn in provinces that do not neighbour other free provinces/have units - modifier = { - factor = 0 - location = { - NOT = { - controlled_by = REB - controlled_by = THIS - } - any_neighbor_province = { - OR = { - controlled_by = THIS - units_in_province = 1 - } - } - } - } - - #Nationalists would rather have their own country - modifier = { - factor = 0.01 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0 - is_primary_culture = no - is_accepted_culture = no - location = { - any_core = { - is_cultural_union = no - is_primary_culture = THIS - exists = no - } - } - } - modifier = { - factor = 0.01 - is_primary_culture = no - location = { - any_core = { - is_primary_culture = THIS - is_cultural_union = no - exists = no - } - } - } - } - - #This is checked for EACH province in the Area of Operations - movement_evaluation = { - factor = 1 - modifier = { - factor = 0.001 - controlled_by = REB - } - modifier = { - factor = 0.001 - controlled_by = THIS - } - modifier = { - factor = 0.001 - units_in_province = 1 - } - modifier = { - factor = 1.5 - average_militancy = 4 - NOT = { - controlled_by = THIS - controlled_by = REB - } - } - modifier = { - factor = 1.5 - average_militancy = 6 - NOT = { - controlled_by = THIS - controlled_by = REB - } - } - modifier = { - factor = 1.5 - average_militancy = 8 - NOT = { - controlled_by = THIS - controlled_by = REB - } - } - modifier = { - factor = 10 - is_capital = yes - NOT = { - controlled_by = THIS - controlled_by = REB - } - } - modifier = { - factor = 4 - NOT = { - controlled_by = THIS - controlled_by = REB - } - } - } - - # Province Scope - siege_won_trigger = { - NOT = { has_province_modifier = partisan_occupation } - } - - siege_won_effect = { - add_province_modifier = { name = partisan_occupation duration = 365 } - } - - # Country scope - demands_enforced_trigger = { - any_owned_province = { - controlled_by = REB - has_province_modifier = partisan_occupation - province_control_days = 365 - } - war = no - } - - demands_enforced_effect = { - } -} + icon = 19 + break_alliance_on_win = no + + area = nation + + # = + government = { + proletarian_dictatorship = proletarian_dictatorship + presidential_dictatorship = presidential_dictatorship + bourgeois_dictatorship = bourgeois_dictatorship + fascist_dictatorship = fascist_dictatorship + absolute_monarchy = absolute_monarchy + prussian_constitutionalism = prussian_constitutionalism + hms_government = hms_government + democracy = democracy + theocracy = theocracy + } + + + defection = none # Will defect to the "best" alternative. + independence = none # Does not strive for independence + defect_delay = 18 + + ideology = liberal + + allow_all_cultures = yes + allow_all_religions = yes + allow_all_ideologies = yes + + resilient = yes # Disbands on retreat + reinforcing = yes # Does not receive reinforcements + general = yes # Does not use generals + smart = yes # Does not assault forts, tactically withdraw from battle, etc. + unit_transfer = yes # Units do not remain after enforcing demands. + occupation_mult = 1.25 # The amount of strength this rebel gains from taking provinces + + # triggers a general rising, modifier will be multiplied with the country's army strength and compared to the factions strength + will_rise = { + factor = 0.2 #0.2 + + modifier = { + war_exhaustion = 40 + factor = 0.95 + } + modifier = { + war_exhaustion = 60 + factor = 0.95 + } + modifier = { + war_exhaustion = 80 + factor = 0.95 + } + modifier = { + war = no + factor = 0 + } + modifier = { + factor = 0.9 + war_countries = { is_greater_power = yes } + } + } + + # The rebel type with the highest modifier for this pop gets picked + spawn_chance = { + factor = 5 + + modifier = { + factor = 0 + type = slaves + } + #Only show up in provs controlled by foreigners and during a war + modifier = { + factor = 0 + country = { war = no } + } + modifier = { + factor = 0 + location = { controlled_by = THIS } + } + modifier = { + factor = 0 + location = { NOT = { is_core = THIS } } + } + modifier = { + factor = 0 + location = { controlled_by_rebels = yes } + } + + modifier = { + factor = 1.5 + location = { is_capital = yes } + } + + #THIS show signs of weird behaviour, units_in_province works better + modifier = { + factor = 0 + location = { units_in_province = 1 } + } + + #Will only spawn in provinces that do not neighbour other free provinces/have units + modifier = { + factor = 0 + location = { + NOT = { + controlled_by = REB + controlled_by = THIS + } + any_neighbor_province = { + OR = { + controlled_by = THIS + units_in_province = 1 + } + } + } + } + + #Nationalists would rather have their own country + modifier = { + factor = 0.01 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0 + is_primary_culture = no + is_accepted_culture = no + location = { + any_core = { + is_cultural_union = no + is_primary_culture = THIS + exists = no + } + } + } + modifier = { + factor = 0.01 + is_primary_culture = no + location = { + any_core = { + is_primary_culture = THIS + is_cultural_union = no + exists = no + } + } + } + } + + #This is checked for EACH province in the Area of Operations + movement_evaluation = { + factor = 1 + modifier = { + factor = 0.001 + controlled_by = REB + } + modifier = { + factor = 0.001 + controlled_by = THIS + } + modifier = { + factor = 0.001 + units_in_province = 1 + } + modifier = { + factor = 1.5 + average_militancy = 4 + NOT = { + controlled_by = THIS + controlled_by = REB + } + } + modifier = { + factor = 1.5 + average_militancy = 6 + NOT = { + controlled_by = THIS + controlled_by = REB + } + } + modifier = { + factor = 1.5 + average_militancy = 8 + NOT = { + controlled_by = THIS + controlled_by = REB + } + } + modifier = { + factor = 10 + is_capital = yes + NOT = { + controlled_by = THIS + controlled_by = REB + } + } + modifier = { + factor = 4 + NOT = { + controlled_by = THIS + controlled_by = REB + } + } + } + + # Province Scope + siege_won_trigger = { + NOT = { has_province_modifier = partisan_occupation } + } + + siege_won_effect = { + add_province_modifier = { name = partisan_occupation duration = 365 } + } + + # Country scope + demands_enforced_trigger = { + any_owned_province = { + controlled_by = REB + has_province_modifier = partisan_occupation + province_control_days = 365 + } + war = no + } + + demands_enforced_effect = { + } +} diff --git a/HPM/common/religion.txt b/HPM/common/religion.txt index 7a049dc9..accefa3a 100644 --- a/HPM/common/religion.txt +++ b/HPM/common/religion.txt @@ -4,109 +4,109 @@ christian = { - catholic = { - icon = 1 - color = { 0.8 0.8 0 } - } - - protestant = { - icon = 2 - color = { 0 0 0.7 } - } - - mormon = { - icon = 15 - color = { 0 0 0.5 } - } - - orthodox = { - icon = 3 - color = { 0.7 0.5 0 } - - } - - coptic = { - icon = 4 - color = { 0 0.5 0.7 } - - } + catholic = { + icon = 1 + color = { 0.8 0.8 0 } + } + + protestant = { + icon = 2 + color = { 0 0 0.7 } + } + + mormon = { + icon = 15 + color = { 0 0 0.5 } + } + + orthodox = { + icon = 3 + color = { 0.7 0.5 0 } + + } + + coptic = { + icon = 4 + color = { 0 0.5 0.7 } + + } } muslim = { - sunni = { - icon = 5 - color = { 0 0.6 0 } - } - - shiite = { - icon = 6 - color = { 0 0.8 0 } - } - - ibadi = { - icon = 17 - color = { 0.1 0.4 0.6 } - } - - druze = { - icon = 18 - color = { 0.7 0.8 0.6 } - } + sunni = { + icon = 5 + color = { 0 0.6 0 } + } + + shiite = { + icon = 6 + color = { 0 0.8 0 } + } + + ibadi = { + icon = 17 + color = { 0.1 0.4 0.6 } + } + + druze = { + icon = 18 + color = { 0.7 0.8 0.6 } + } } jewish_group = { - jewish = { - icon = 7 - color = { 0.3 0.5 0.3 } + jewish = { + icon = 7 + color = { 0.3 0.5 0.3 } - } + } } yazidi_group = { - yazidi = { - icon = 16 - color = { 0.4 0.0 1.0 } + yazidi = { + icon = 16 + color = { 0.4 0.0 1.0 } - } + } } eastern = { - mahayana = { - color = { 0.8 0.3 0 } - icon = 8 - } - - gelugpa = { - color = { 0 0.3 0.8 } - icon = 9 - } - - theravada = { - color = { 0.8 0 0.8 } - icon = 10 - } - - hindu = { - color = { 0 0.8 0.8 } - icon = 11 - } - - shinto = { - color = { 0.8 0 0 } - icon = 12 - } - - sikh = { - color = { 0.3 0.8 0 } - icon = 13 - } + mahayana = { + color = { 0.8 0.3 0 } + icon = 8 + } + + gelugpa = { + color = { 0 0.3 0.8 } + icon = 9 + } + + theravada = { + color = { 0.8 0 0.8 } + icon = 10 + } + + hindu = { + color = { 0 0.8 0.8 } + icon = 11 + } + + shinto = { + color = { 0.8 0 0 } + icon = 12 + } + + sikh = { + color = { 0.3 0.8 0 } + icon = 13 + } } pagan = { - animist = { - icon = 14 - color = { 0.5 0.0 0.0 } - pagan = yes - } + animist = { + icon = 14 + color = { 0.5 0.0 0.0 } + pagan = yes + } } diff --git a/HPM/common/static_modifiers.txt b/HPM/common/static_modifiers.txt index 7e748384..1fe0148c 100644 --- a/HPM/common/static_modifiers.txt +++ b/HPM/common/static_modifiers.txt @@ -12,40 +12,40 @@ very_easy_player = { - supply_consumption = -0.5 - research_points_modifier = 0.5 - war_exhaustion = -0.1 - leadership_modifier = 0.5 + supply_consumption = -0.5 + research_points_modifier = 0.5 + war_exhaustion = -0.1 + leadership_modifier = 0.5 } easy_player = { - supply_consumption = -0.25 - research_points_modifier = 0.25 - leadership_modifier = 0.25 + supply_consumption = -0.25 + research_points_modifier = 0.25 + leadership_modifier = 0.25 } hard_player = { - loan_interest = 0.1 - leadership_modifier = -0.25 - unit_start_experience = -10 + loan_interest = 0.1 + leadership_modifier = -0.25 + unit_start_experience = -10 } very_hard_player = { - loan_interest = 0.25 - leadership_modifier = -0.5 - unit_start_experience = -10 - prestige = -0.02 - research_points_modifier = -0.1 - tax_efficiency = -0.05 - education_efficiency_modifier = -0.05 + loan_interest = 0.25 + leadership_modifier = -0.5 + unit_start_experience = -10 + prestige = -0.02 + research_points_modifier = -0.1 + tax_efficiency = -0.05 + education_efficiency_modifier = -0.05 } very_easy_ai = { - land_organisation = -0.25 - naval_organisation = -0.25 + land_organisation = -0.25 + naval_organisation = -0.25 } @@ -53,25 +53,25 @@ easy_ai = { } hard_ai = { - badboy = -0.02 - research_points_modifier = 0.5 - land_organisation = 0.25 - naval_organisation = 0.25 - leadership_modifier = 0.5 - unit_start_experience = 5 - global_pop_militancy_modifier = -0.02 - war_exhaustion = -0.25 + badboy = -0.02 + research_points_modifier = 0.5 + land_organisation = 0.25 + naval_organisation = 0.25 + leadership_modifier = 0.5 + unit_start_experience = 5 + global_pop_militancy_modifier = -0.02 + war_exhaustion = -0.25 } very_hard_ai = { - badboy = -0.05 - research_points_modifier = 1.0 - land_organisation = 0.5 - naval_organisation = 0.5 - leadership_modifier = 1.0 - unit_start_experience = 10 - global_pop_militancy_modifier = -0.04 - war_exhaustion = -0.5 + badboy = -0.05 + research_points_modifier = 1.0 + land_organisation = 0.5 + naval_organisation = 0.5 + leadership_modifier = 1.0 + unit_start_experience = 10 + global_pop_militancy_modifier = -0.04 + war_exhaustion = -0.5 } @@ -80,41 +80,41 @@ very_hard_ai = { ########################################################################## overseas = { - assimilation_rate = -0.3 - pop_militancy_modifier = -0.01 + assimilation_rate = -0.3 + pop_militancy_modifier = -0.01 } coastal = { - supply_limit = 5 + supply_limit = 5 } non_coastal = { } coastal_sea = { - supply_limit = 10 + supply_limit = 10 } sea_zone = { - max_attrition = 5 #Maximum Attrition is 5 - supply_limit = 10 + max_attrition = 5 #Maximum Attrition is 5 + supply_limit = 10 } land_province = { - max_attrition = 5 #Maximum Attrition is 5 - supply_limit = 5 + max_attrition = 5 #Maximum Attrition is 5 + supply_limit = 5 } blockaded = { - war_exhaustion = 0.05 - farm_rgo_eff = -0.25 - mine_rgo_eff = -0.25 + war_exhaustion = 0.05 + farm_rgo_eff = -0.25 + mine_rgo_eff = -0.25 } no_adjacent_controlled = { - supply_limit = -3 + supply_limit = -3 } @@ -125,26 +125,26 @@ core = { has_siege = { - population_growth = -0.0001 - farm_rgo_eff = -0.5 - mine_rgo_eff = -0.5 + population_growth = -0.0001 + farm_rgo_eff = -0.5 + mine_rgo_eff = -0.5 } occupied = { - population_growth = -0.001 - immigrant_attract = -1 + population_growth = -0.001 + immigrant_attract = -1 } nationalism = { - pop_militancy_modifier = 0.01 - pop_consciousness_modifier = 0.01 + pop_militancy_modifier = 0.01 + pop_consciousness_modifier = 0.01 } infrastructure = { - local_factory_throughput = 1 #each % of infra boost throughput 1% - local_rgo_output = 1 #each % of infra boost throughput 1% - immigrant_attract = 0.05 - supply_limit = 4 + local_factory_throughput = 1 #each % of infra boost throughput 1% + local_rgo_output = 1 #each % of infra boost throughput 1% + immigrant_attract = 0.05 + supply_limit = 4 } @@ -154,119 +154,119 @@ infrastructure = { ########################################################################## base_values = { - supply_limit = 5 + supply_limit = 5 } war = { - max_war_exhaustion = 100 #base max at war. - supply_consumption = -0.5 - #war_exhaustion = 0.1 - badboy = -0.033 - import_cost = 0.01 + max_war_exhaustion = 100 #base max at war. + supply_consumption = -0.5 + #war_exhaustion = 0.1 + badboy = -0.033 + import_cost = 0.01 } peace = { - max_war_exhaustion = 50 #base max at peace. - supply_consumption = -0.5 - war_exhaustion = -1 - badboy = -0.1 + max_war_exhaustion = 50 #base max at peace. + supply_consumption = -0.5 + war_exhaustion = -1 + badboy = -0.1 } disarming = { - badboy = -0.1 + badboy = -0.1 } war_exhaustion = { - org_regain = -0.01 - factory_throughput = -0.01 - tax_efficiency = -0.002 - tariff_efficiency_modifier = -0.002 - administrative_efficiency_modifier = -0.002 - cb_generation_speed_modifier = -0.01 - RGO_throughput = -0.01 + org_regain = -0.01 + factory_throughput = -0.01 + tax_efficiency = -0.002 + tariff_efficiency_modifier = -0.002 + administrative_efficiency_modifier = -0.002 + cb_generation_speed_modifier = -0.01 + RGO_throughput = -0.01 } badboy = { - global_pop_consciousness_modifier = 0.001 + global_pop_consciousness_modifier = 0.001 } debt_default_to = { - import_cost = 0.05 - loan_interest = 0.01 + import_cost = 0.05 + loan_interest = 0.01 } bad_debter = { - import_cost = 0.05 - loan_interest = 0.05 + import_cost = 0.05 + loan_interest = 0.05 } great_power = { - prestige = 0.05 - research_points = 1.5 - diplomatic_points_modifier = 1.0 - leadership = 2.0 - global_immigrant_attract = 0.20 - loan_interest = -0.25 + prestige = 0.05 + research_points = 1.5 + diplomatic_points_modifier = 1.0 + leadership = 2.0 + global_immigrant_attract = 0.20 + loan_interest = -0.25 } second_power = { - prestige = 0.025 - research_points = 1.25 - diplomatic_points_modifier = 0.25 - leadership = 1.0 - global_immigrant_attract = 0.01 - loan_interest = -0.1 + prestige = 0.025 + research_points = 1.25 + diplomatic_points_modifier = 0.25 + leadership = 1.0 + global_immigrant_attract = 0.01 + loan_interest = -0.1 } civ_nation = { - prestige = 0.01 - research_points = 1 - leadership = 0.5 + prestige = 0.01 + research_points = 1 + leadership = 0.5 } unciv_nation = { - mobilisation_size = -0.2 - diplomatic_points_modifier = -0.25 - cb_generation_speed_modifier = 0.8 + mobilisation_size = -0.2 + diplomatic_points_modifier = -0.25 + cb_generation_speed_modifier = 0.8 } average_literacy = { - research_points = 4 - leadership = 1 - self_unciv_economic_modifier = -0.5 - self_unciv_military_modifier = -0.5 + research_points = 4 + leadership = 1 + self_unciv_economic_modifier = -0.5 + self_unciv_military_modifier = -0.5 } -plurality = { - research_points_modifier = 0.01 +plurality = { + research_points_modifier = 0.01 } generalised_debt_default = { - max_loan_modifier = -1.0 + max_loan_modifier = -1.0 } total_occupation = { - war_exhaustion = 0.5 #increased by war exhaustion. - global_population_growth = -0.0001 - import_cost = 0.5 - prestige = -0.1 + war_exhaustion = 0.5 #increased by war exhaustion. + global_population_growth = -0.0001 + import_cost = 0.5 + prestige = -0.1 } total_blockaded = { - war_exhaustion = 0.4 #increased by war exhaustion. - global_population_growth = -0.0001 - import_cost = 1 - prestige = -0.1 + war_exhaustion = 0.4 #increased by war exhaustion. + global_population_growth = -0.0001 + import_cost = 1 + prestige = -0.1 } in_bankrupcy = { - max_loan_modifier = -1.0 - min_tariff = 0.75 - min_tax = 0.45 - max_military_spending = -0.2 - #max_social_spending = 0.5 - ruling_party_support = -0.75 + max_loan_modifier = -1.0 + min_tariff = 0.75 + min_tax = 0.45 + max_military_spending = -0.2 + #max_social_spending = 0.5 + ruling_party_support = -0.75 } diff --git a/HPM/common/technology.txt b/HPM/common/technology.txt index f1c17292..0fc11ad0 100644 --- a/HPM/common/technology.txt +++ b/HPM/common/technology.txt @@ -2,48 +2,48 @@ # If adding new technology, make sure they are uniquely named. folders = { - army_tech = - { - army_doctrine - light_armament - heavy_armament - military_science - army_leadership - } - - navy_tech = { - naval_doctrine - ship_construction - naval_engineering - naval_science - naval_leadership - } - - commerce_tech = { - financial_institutions - monetary_system - economic_thought_and_critique - market_functionality - tech_organization - } - - culture_tech = { - aesthetics - philosophy - social_thought - political_thought - psychology - } - - industry_tech = { - tech_power - mechanization - metallurgy - tech_infrastructure - chemistry_and_electricity - } - - + army_tech = + { + army_doctrine + light_armament + heavy_armament + military_science + army_leadership + } + + navy_tech = { + naval_doctrine + ship_construction + naval_engineering + naval_science + naval_leadership + } + + commerce_tech = { + financial_institutions + monetary_system + economic_thought_and_critique + market_functionality + tech_organization + } + + culture_tech = { + aesthetics + philosophy + social_thought + political_thought + psychology + } + + industry_tech = { + tech_power + mechanization + metallurgy + tech_infrastructure + chemistry_and_electricity + } + + } @@ -55,98 +55,98 @@ folders = { schools ={ - traditional_academic = { - army_tech_research_bonus = 0 - commerce_tech_research_bonus = 0 - culture_tech_research_bonus = 0 - industry_tech_research_bonus = 0 - navy_tech_research_bonus = 0 - } - - army_tech_school = { - army_tech_research_bonus = 0.15 - commerce_tech_research_bonus = 0 - culture_tech_research_bonus = -0.1 - industry_tech_research_bonus = 0.1 - navy_tech_research_bonus = -0.05 - unciv_economic_modifier = -0.05 - unciv_military_modifier = -0.15 - } - - naval_tech_school = { - army_tech_research_bonus = -0.05 - commerce_tech_research_bonus = 0.1 - culture_tech_research_bonus = -0.1 - industry_tech_research_bonus = 0 - navy_tech_research_bonus = 0.15 - unciv_economic_modifier = -0.05 - unciv_military_modifier = -0.15 - } - - industrial_tech_school = { - army_tech_research_bonus = -0.05 - commerce_tech_research_bonus = 0.1 - culture_tech_research_bonus = 0 - industry_tech_research_bonus = 0.15 - navy_tech_research_bonus = -0.1 - unciv_economic_modifier = -0.05 - } - - culture_tech_school = { - army_tech_research_bonus = -0.1 - commerce_tech_research_bonus = 0.05 - culture_tech_research_bonus = 0.15 - industry_tech_research_bonus = 0.05 - navy_tech_research_bonus = -0.05 - unciv_economic_modifier = -0.10 - unciv_military_modifier = -0.05 - } - - commerce_tech_school = { - army_tech_research_bonus = -0.1 - commerce_tech_research_bonus = 0.15 - culture_tech_research_bonus = 0.05 - industry_tech_research_bonus = 0.05 - navy_tech_research_bonus = -0.05 - unciv_economic_modifier = -0.25 - unciv_military_modifier = -0.05 - } - - prussian_tech_school = { - army_tech_research_bonus = 0.15 - commerce_tech_research_bonus = 0 - culture_tech_research_bonus = 0.05 - industry_tech_research_bonus = 0.15 - navy_tech_research_bonus = -0.15 - unciv_economic_modifier = -0.05 - unciv_military_modifier = -0.15 - } - - czech_tech_school = { - army_tech_research_bonus = 0.1 - commerce_tech_research_bonus = 0 - culture_tech_research_bonus = -0.05 - industry_tech_research_bonus = 0.1 - navy_tech_research_bonus = -0.1 - unciv_economic_modifier = -0.05 - unciv_military_modifier = -0.15 - } - - japanese_tech_school = { - army_tech_research_bonus = 0.1 - commerce_tech_research_bonus = -0.15 - culture_tech_research_bonus = 0.0 - industry_tech_research_bonus = 0.0 - navy_tech_research_bonus = 0.15 - unciv_economic_modifier = -0.05 - unciv_military_modifier = -0.15 - } - - developing_tech_school = { - army_tech_research_bonus = -0.2 - commerce_tech_research_bonus = -0.2 - culture_tech_research_bonus = -0.2 - industry_tech_research_bonus = -0.2 - navy_tech_research_bonus = -0.2 - } -} \ No newline at end of file + traditional_academic = { + army_tech_research_bonus = 0 + commerce_tech_research_bonus = 0 + culture_tech_research_bonus = 0 + industry_tech_research_bonus = 0 + navy_tech_research_bonus = 0 + } + + army_tech_school = { + army_tech_research_bonus = 0.15 + commerce_tech_research_bonus = 0 + culture_tech_research_bonus = -0.1 + industry_tech_research_bonus = 0.1 + navy_tech_research_bonus = -0.05 + unciv_economic_modifier = -0.05 + unciv_military_modifier = -0.15 + } + + naval_tech_school = { + army_tech_research_bonus = -0.05 + commerce_tech_research_bonus = 0.1 + culture_tech_research_bonus = -0.1 + industry_tech_research_bonus = 0 + navy_tech_research_bonus = 0.15 + unciv_economic_modifier = -0.05 + unciv_military_modifier = -0.15 + } + + industrial_tech_school = { + army_tech_research_bonus = -0.05 + commerce_tech_research_bonus = 0.1 + culture_tech_research_bonus = 0 + industry_tech_research_bonus = 0.15 + navy_tech_research_bonus = -0.1 + unciv_economic_modifier = -0.05 + } + + culture_tech_school = { + army_tech_research_bonus = -0.1 + commerce_tech_research_bonus = 0.05 + culture_tech_research_bonus = 0.15 + industry_tech_research_bonus = 0.05 + navy_tech_research_bonus = -0.05 + unciv_economic_modifier = -0.10 + unciv_military_modifier = -0.05 + } + + commerce_tech_school = { + army_tech_research_bonus = -0.1 + commerce_tech_research_bonus = 0.15 + culture_tech_research_bonus = 0.05 + industry_tech_research_bonus = 0.05 + navy_tech_research_bonus = -0.05 + unciv_economic_modifier = -0.25 + unciv_military_modifier = -0.05 + } + + prussian_tech_school = { + army_tech_research_bonus = 0.15 + commerce_tech_research_bonus = 0 + culture_tech_research_bonus = 0.05 + industry_tech_research_bonus = 0.15 + navy_tech_research_bonus = -0.15 + unciv_economic_modifier = -0.05 + unciv_military_modifier = -0.15 + } + + czech_tech_school = { + army_tech_research_bonus = 0.1 + commerce_tech_research_bonus = 0 + culture_tech_research_bonus = -0.05 + industry_tech_research_bonus = 0.1 + navy_tech_research_bonus = -0.1 + unciv_economic_modifier = -0.05 + unciv_military_modifier = -0.15 + } + + japanese_tech_school = { + army_tech_research_bonus = 0.1 + commerce_tech_research_bonus = -0.15 + culture_tech_research_bonus = 0.0 + industry_tech_research_bonus = 0.0 + navy_tech_research_bonus = 0.15 + unciv_economic_modifier = -0.05 + unciv_military_modifier = -0.15 + } + + developing_tech_school = { + army_tech_research_bonus = -0.2 + commerce_tech_research_bonus = -0.2 + culture_tech_research_bonus = -0.2 + industry_tech_research_bonus = -0.2 + navy_tech_research_bonus = -0.2 + } +} diff --git a/HPM/common/traits.txt b/HPM/common/traits.txt index a42c11e9..1d0e47a8 100644 --- a/HPM/common/traits.txt +++ b/HPM/common/traits.txt @@ -1,5 +1,5 @@ # -# Allowed variables +# Allowed variables # # attack = + or - on dice roll in combat when attacking. (like skill in eu3) # defence = + or - on dice roll in combat. (like skill in eu3) @@ -15,621 +15,621 @@ personality = { - no_personality = { - } - aggressive = { - attack = 1 - } - relentless = { - attack = 2 - } - active_p = { - speed = 0.05 - } - earnest = { - speed = 0.10 - } - persistant = { - speed = 0.15 - } - balanced_p = { - defence = 1 - } - cautious = { - defence = 3 - speed = -0.25 - } - coolminded = { - defence = 2 - } - inspiring = { - morale = 0.10 - } - gallant = { - morale = 0.20 - } - arrogant = { - organisation = -0.05 - } - vainglorious = { - morale = -0.10 - } - pessimist = { - morale = -0.25 - } - brutish = { - attack = 1 - reliability = -0.02 - } - bigoted = { - reliability = -0.02 - } - impetuous = { - defence = -2 - organisation = -0.05 - speed = 0.10 - } - polite = { - experience = 0.05 - } - tactful = { - experience = 0.10 - } - diplomatic = { - experience = 0.15 - } - glory_hound = { - morale = -0.10 - experience = 0.10 - } - vicious = { - attack = 2 - morale = -0.10 - } - hellbent = { - speed = 0.40 - } - deeply_religious = { - attack = -1 - defence = -1 - morale = 0.20 - } - imperious = { - attack = 1 - defence = -2 - morale = 0.20 - } - choleric = { - attack = 1 - organisation = -0.05 - } - fanatic = { - organisation = -0.10 - reliability = 0.04 - } - irate = { - attack = 1 - } - wrathful = { - attack = 2 - } - calm = { - attack = -1 - } - reserved = { - attack = -1 - } - harsh = { - attack = 1 - defence = 1 - morale = -0.10 - } - merciless = { - attack = 2 - defence = 2 - morale = -0.20 - } - implacable = { - attack = 3 - defence = 3 - morale = -0.30 - } - careful = { - speed = -0.05 - } - meticulous = { - speed = -0.10 - } - openminded = { - organisation = 0.10 - reliability = 0.05 - } - charismatic = { - morale = 0.20 - reliability = 0.02 - } - impulsive = { - morale = -0.20 - speed = 0.10 - } - intuitive = { - morale = 0.20 - organisation = 0.10 - } - resourceful = { - defence = 1 - reliability = 0.02 - } - romantic = { - morale = 0.50 - } - brash = { - attack = 1 - morale = 0.10 - organisation = -0.05 - experience = -0.10 - } - daring = { - attack = 3 - } - soldierly = { - attack = 1 - } - disciplined = { - attack = 2 - } - unflinching = { - attack = 3 - } - bold = { - attack = 1 - morale = 0.10 - speed = 0.05 - } - audacious = { - attack = 2 - defence = 2 - speed = 0.10 - } - heroic = { - morale = 0.30 - } - stout = { - defence = 1 - morale = 0.10 - reliability = 0.02 - } - stalwart = { - attack = 1 - defence = 1 - } - stouthearted = { - attack = 1 - } - steadfast = { - attack = 2 - } - chivalrous = { - attack = 2 - morale = 0.20 - } - ballsy = { - organisation = 0.05 - speed = 0.10 - } - aweless = { - reliability = 0.05 - } - dauntless = { - reliability = 0.04 - } - confident = { - reliability = 0.03 - } - manful = { - reliability = 0.02 - } - doughty = { - reliability = 0.01 - } - gutsy = { - defence = 1 - } - spirited = { - defence = 2 - } - resolute = { - defence = 2 - morale = 0.50 - } - defiant = { - defence = 3 - morale = 0.20 - } - able = { - organisation = 0.05 - } - competent = { - organisation = 0.10 - } - expert = { - organisation = 0.15 - } - smart_p = { - organisation = 0.05 - } - intelligent = { - organisation = 0.10 - } - brilliant = { - organisation = 0.15 - } - sharp = { - organisation = 0.05 - reconnaissance = 0.05 - } - keen = { - organisation = 0.05 - reconnaissance = 0.15 - } - clever = { - organisation = 0.05 - reconnaissance = 0.25 - } - skilled = { - attack = 1 - organisation = 0.05 - } - efficient = { - attack = 2 - organisation = 0.10 - } - au_fait = { - attack = 3 - organisation = 0.15 - } - indifferent = { - organisation = -0.025 - } - mediocre = { - organisation = -0.05 - } - lackluster = { - organisation = -0.10 - } - timid = { - attack = -1 - speed = -0.10 - } - chickenhearted = { - attack = -2 - speed = -0.10 - } - lilylivered = { - attack = -2 - morale = -0.20 - speed = -0.20 - } - soft = { - attack = -2 - } - spineless = { - attack = -2 - morale = -0.20 - } - unmanly = { - attack = -3 - morale = -0.30 - } - yellow = { - attack = -4 - morale = -0.40 - } - pusillanimous = { - morale = -0.20 - experience = -0.10 - reliability = -0.02 - } - coward = { - morale = -0.30 - experience = -0.20 - reliability = -0.01 - } - craven = { - morale = -0.30 - experience = -0.30 - reliability = -0.02 - } - bastard = { - defence = -1 - morale = -0.30 - reliability = -0.01 - } - shirker = { - defence = -1 - morale = -0.20 - reliability = -0.02 - } - scared = { - defence = -1 - morale = -0.10 - reliability = -0.01 - } - maladroit = { - speed = -0.15 - } - undisciplined = { - organisation = -0.10 - reliability = -0.01 - } - incapable = { - organisation = -0.20 - reliability = -0.01 - } - inept = { - attack = -1 - } - inefficient = { - attack = -2 - } - perverse = { - morale = -0.20 - reliability = -0.04 - } - unruly = { - reliability = -0.01 - } - disorderly = { - reliability = -0.02 - } - careless = { - reliability = -0.02 - } - wretched = { - attack = -1 - morale = -0.20 - } - pisspoor = { - attack = -2 - morale = -0.20 - } - unsound = { - morale = -0.10 - reliability = -0.01 - } - strange = { - morale = -0.20 - reliability = -0.02 - } - shrinking_violet = { - morale = -0.30 - reliability = -0.03 - } + no_personality = { + } + aggressive = { + attack = 1 + } + relentless = { + attack = 2 + } + active_p = { + speed = 0.05 + } + earnest = { + speed = 0.10 + } + persistant = { + speed = 0.15 + } + balanced_p = { + defence = 1 + } + cautious = { + defence = 3 + speed = -0.25 + } + coolminded = { + defence = 2 + } + inspiring = { + morale = 0.10 + } + gallant = { + morale = 0.20 + } + arrogant = { + organisation = -0.05 + } + vainglorious = { + morale = -0.10 + } + pessimist = { + morale = -0.25 + } + brutish = { + attack = 1 + reliability = -0.02 + } + bigoted = { + reliability = -0.02 + } + impetuous = { + defence = -2 + organisation = -0.05 + speed = 0.10 + } + polite = { + experience = 0.05 + } + tactful = { + experience = 0.10 + } + diplomatic = { + experience = 0.15 + } + glory_hound = { + morale = -0.10 + experience = 0.10 + } + vicious = { + attack = 2 + morale = -0.10 + } + hellbent = { + speed = 0.40 + } + deeply_religious = { + attack = -1 + defence = -1 + morale = 0.20 + } + imperious = { + attack = 1 + defence = -2 + morale = 0.20 + } + choleric = { + attack = 1 + organisation = -0.05 + } + fanatic = { + organisation = -0.10 + reliability = 0.04 + } + irate = { + attack = 1 + } + wrathful = { + attack = 2 + } + calm = { + attack = -1 + } + reserved = { + attack = -1 + } + harsh = { + attack = 1 + defence = 1 + morale = -0.10 + } + merciless = { + attack = 2 + defence = 2 + morale = -0.20 + } + implacable = { + attack = 3 + defence = 3 + morale = -0.30 + } + careful = { + speed = -0.05 + } + meticulous = { + speed = -0.10 + } + openminded = { + organisation = 0.10 + reliability = 0.05 + } + charismatic = { + morale = 0.20 + reliability = 0.02 + } + impulsive = { + morale = -0.20 + speed = 0.10 + } + intuitive = { + morale = 0.20 + organisation = 0.10 + } + resourceful = { + defence = 1 + reliability = 0.02 + } + romantic = { + morale = 0.50 + } + brash = { + attack = 1 + morale = 0.10 + organisation = -0.05 + experience = -0.10 + } + daring = { + attack = 3 + } + soldierly = { + attack = 1 + } + disciplined = { + attack = 2 + } + unflinching = { + attack = 3 + } + bold = { + attack = 1 + morale = 0.10 + speed = 0.05 + } + audacious = { + attack = 2 + defence = 2 + speed = 0.10 + } + heroic = { + morale = 0.30 + } + stout = { + defence = 1 + morale = 0.10 + reliability = 0.02 + } + stalwart = { + attack = 1 + defence = 1 + } + stouthearted = { + attack = 1 + } + steadfast = { + attack = 2 + } + chivalrous = { + attack = 2 + morale = 0.20 + } + ballsy = { + organisation = 0.05 + speed = 0.10 + } + aweless = { + reliability = 0.05 + } + dauntless = { + reliability = 0.04 + } + confident = { + reliability = 0.03 + } + manful = { + reliability = 0.02 + } + doughty = { + reliability = 0.01 + } + gutsy = { + defence = 1 + } + spirited = { + defence = 2 + } + resolute = { + defence = 2 + morale = 0.50 + } + defiant = { + defence = 3 + morale = 0.20 + } + able = { + organisation = 0.05 + } + competent = { + organisation = 0.10 + } + expert = { + organisation = 0.15 + } + smart_p = { + organisation = 0.05 + } + intelligent = { + organisation = 0.10 + } + brilliant = { + organisation = 0.15 + } + sharp = { + organisation = 0.05 + reconnaissance = 0.05 + } + keen = { + organisation = 0.05 + reconnaissance = 0.15 + } + clever = { + organisation = 0.05 + reconnaissance = 0.25 + } + skilled = { + attack = 1 + organisation = 0.05 + } + efficient = { + attack = 2 + organisation = 0.10 + } + au_fait = { + attack = 3 + organisation = 0.15 + } + indifferent = { + organisation = -0.025 + } + mediocre = { + organisation = -0.05 + } + lackluster = { + organisation = -0.10 + } + timid = { + attack = -1 + speed = -0.10 + } + chickenhearted = { + attack = -2 + speed = -0.10 + } + lilylivered = { + attack = -2 + morale = -0.20 + speed = -0.20 + } + soft = { + attack = -2 + } + spineless = { + attack = -2 + morale = -0.20 + } + unmanly = { + attack = -3 + morale = -0.30 + } + yellow = { + attack = -4 + morale = -0.40 + } + pusillanimous = { + morale = -0.20 + experience = -0.10 + reliability = -0.02 + } + coward = { + morale = -0.30 + experience = -0.20 + reliability = -0.01 + } + craven = { + morale = -0.30 + experience = -0.30 + reliability = -0.02 + } + bastard = { + defence = -1 + morale = -0.30 + reliability = -0.01 + } + shirker = { + defence = -1 + morale = -0.20 + reliability = -0.02 + } + scared = { + defence = -1 + morale = -0.10 + reliability = -0.01 + } + maladroit = { + speed = -0.15 + } + undisciplined = { + organisation = -0.10 + reliability = -0.01 + } + incapable = { + organisation = -0.20 + reliability = -0.01 + } + inept = { + attack = -1 + } + inefficient = { + attack = -2 + } + perverse = { + morale = -0.20 + reliability = -0.04 + } + unruly = { + reliability = -0.01 + } + disorderly = { + reliability = -0.02 + } + careless = { + reliability = -0.02 + } + wretched = { + attack = -1 + morale = -0.20 + } + pisspoor = { + attack = -2 + morale = -0.20 + } + unsound = { + morale = -0.10 + reliability = -0.01 + } + strange = { + morale = -0.20 + reliability = -0.02 + } + shrinking_violet = { + morale = -0.30 + reliability = -0.03 + } } background = { - no_background = { - attack = -2 - defence = -2 - morale = -0.20 - organisation = -0.20 - speed = -0.10 - experience = -0.5 - } - nationalist = { - attack = 1 - morale = 0.3 - experience = -0.2 - } - war_college = { - attack = 1 - } - cavalry_school = { - attack = 2 - } - engineer = { - speed = 0.05 - } - armchair_general = { - speed = 0.10 - } - bureaucrat_speed = { - speed = 0.15 - } - generals_aide = { - defence = 1 - } - amateur = { - defence = -1 - speed = -0.25 - } - madman = { - organisation = -0.10 - } - aristocrat = { - morale = 0.10 - } - drillmaster = { - morale = 0.20 - } - butcher = { - organisation = -0.05 - } - exranker = { - morale = -0.10 - } - adventurer = { - attack = 2 - reliability = -0.02 - } - debutante = { - reliability = -0.02 - } - colonial_b = { - defence = -2 - organisation = -0.05 - speed = 0.20 - } - disgraced = { - experience = 0.05 - } - priest = { - experience = 0.10 - } - rising_star = { - experience = 0.15 - } - politician = { - morale = -0.10 - experience = 0.10 - } - poet = { - attack = -1 - morale = 0.20 - } - cartographer = { - speed = 0.40 - } - professor = { - attack = -1 - defence = -1 - morale = 0.20 - } - old_school = { - attack = 1 - defence = -2 - morale = 0.20 - } - eccentric_genius = { - attack = 2 - organisation = -0.05 - } - gifted_administrator = { - organisation = 0.15 - reliability = 0.05 - } - innovative_tactician = { - attack = 1 - } - expert_raider = { - attack = 2 - } - natural_born_leader = { - attack = 1 - reconnaissance = 0.05 - morale = 0.10 - } - megalomaniac = { - attack = -2 - } - hated = { - attack = 1 - defence = 1 - morale = -0.20 - } - cursed_luck = { - attack = 2 - defence = 2 - morale = -0.40 - } - clueless = { - attack = -1 - morale = -0.20 - } - diplomat = { - speed = -0.05 - } - powerful_friends = { - speed = -0.10 - reliability = 0.02 - } - immoral = { - organisation = -0.10 - reliability = -0.04 - } - womanizer = { - morale = 0.20 - reliability = -0.02 - } - warmonger = { - morale = -0.20 - speed = 0.10 - } - corrupt = { - morale = -0.20 - organisation = -0.10 - } - bootlicker = { - defence = 1 - reliability = 0.02 - } - sycophant = { - morale = 0.50 - } - toady = { - attack = 1 - morale = 0.10 - organisation = -0.05 - experience = -0.10 - } - yesman = { - experience = -0.10 - reliability = 0.01 - } - brownnoser = { - attack = 1 - reliability = 0.01 - } - spoiled = { - attack = 2 - } - school_of_defense = { - defence = 3 - } - school_of_offense = { - attack = 1 - morale = 0.10 - speed = 0.10 - } - school_of_the_bayonet = { - attack = 2 - defence = 1 - speed = 0.10 - } - school_of_firepower = { - attack = 1 - morale = 0.30 - } - artillerist = { - defence = 1 - morale = 0.10 - reliability = 0.02 - } - uncommonly_young = { - attack = 1 - defence = 1 - } - sucker = { - attack = -1 - } - sad_sack = { - attack = -2 - } - unfit = { - attack = -2 - morale = -0.20 - } - unqualified = { - organisation = -0.05 - speed = -0.10 - } - pawn = { - reliability = 0.05 - } - elderly = { - reliability = 0.04 - } - incompetent = { - reliability = -0.03 - } -} \ No newline at end of file + no_background = { + attack = -2 + defence = -2 + morale = -0.20 + organisation = -0.20 + speed = -0.10 + experience = -0.5 + } + nationalist = { + attack = 1 + morale = 0.3 + experience = -0.2 + } + war_college = { + attack = 1 + } + cavalry_school = { + attack = 2 + } + engineer = { + speed = 0.05 + } + armchair_general = { + speed = 0.10 + } + bureaucrat_speed = { + speed = 0.15 + } + generals_aide = { + defence = 1 + } + amateur = { + defence = -1 + speed = -0.25 + } + madman = { + organisation = -0.10 + } + aristocrat = { + morale = 0.10 + } + drillmaster = { + morale = 0.20 + } + butcher = { + organisation = -0.05 + } + exranker = { + morale = -0.10 + } + adventurer = { + attack = 2 + reliability = -0.02 + } + debutante = { + reliability = -0.02 + } + colonial_b = { + defence = -2 + organisation = -0.05 + speed = 0.20 + } + disgraced = { + experience = 0.05 + } + priest = { + experience = 0.10 + } + rising_star = { + experience = 0.15 + } + politician = { + morale = -0.10 + experience = 0.10 + } + poet = { + attack = -1 + morale = 0.20 + } + cartographer = { + speed = 0.40 + } + professor = { + attack = -1 + defence = -1 + morale = 0.20 + } + old_school = { + attack = 1 + defence = -2 + morale = 0.20 + } + eccentric_genius = { + attack = 2 + organisation = -0.05 + } + gifted_administrator = { + organisation = 0.15 + reliability = 0.05 + } + innovative_tactician = { + attack = 1 + } + expert_raider = { + attack = 2 + } + natural_born_leader = { + attack = 1 + reconnaissance = 0.05 + morale = 0.10 + } + megalomaniac = { + attack = -2 + } + hated = { + attack = 1 + defence = 1 + morale = -0.20 + } + cursed_luck = { + attack = 2 + defence = 2 + morale = -0.40 + } + clueless = { + attack = -1 + morale = -0.20 + } + diplomat = { + speed = -0.05 + } + powerful_friends = { + speed = -0.10 + reliability = 0.02 + } + immoral = { + organisation = -0.10 + reliability = -0.04 + } + womanizer = { + morale = 0.20 + reliability = -0.02 + } + warmonger = { + morale = -0.20 + speed = 0.10 + } + corrupt = { + morale = -0.20 + organisation = -0.10 + } + bootlicker = { + defence = 1 + reliability = 0.02 + } + sycophant = { + morale = 0.50 + } + toady = { + attack = 1 + morale = 0.10 + organisation = -0.05 + experience = -0.10 + } + yesman = { + experience = -0.10 + reliability = 0.01 + } + brownnoser = { + attack = 1 + reliability = 0.01 + } + spoiled = { + attack = 2 + } + school_of_defense = { + defence = 3 + } + school_of_offense = { + attack = 1 + morale = 0.10 + speed = 0.10 + } + school_of_the_bayonet = { + attack = 2 + defence = 1 + speed = 0.10 + } + school_of_firepower = { + attack = 1 + morale = 0.30 + } + artillerist = { + defence = 1 + morale = 0.10 + reliability = 0.02 + } + uncommonly_young = { + attack = 1 + defence = 1 + } + sucker = { + attack = -1 + } + sad_sack = { + attack = -2 + } + unfit = { + attack = -2 + morale = -0.20 + } + unqualified = { + organisation = -0.05 + speed = -0.10 + } + pawn = { + reliability = 0.05 + } + elderly = { + reliability = 0.04 + } + incompetent = { + reliability = -0.03 + } +} diff --git a/HPM/common/triggered_modifiers.txt b/HPM/common/triggered_modifiers.txt index f2baef1b..d2dd6336 100644 --- a/HPM/common/triggered_modifiers.txt +++ b/HPM/common/triggered_modifiers.txt @@ -4,543 +4,542 @@ # Effects are fully scriptable here. trinket_health_care_fully_funded = { - trigger = { - exists = yes - health_care = trinket_health_care - administration_spending = 0.2 - } - global_population_growth = 0.001 - icon = 19 + trigger = { + exists = yes + health_care = trinket_health_care + administration_spending = 0.2 + } + global_population_growth = 0.001 + icon = 19 } low_health_care_fully_funded = { - trigger = { - exists = yes - health_care = low_health_care - OR = { - AND = { - ai = yes - administration_spending = 0.25 - } - AND = { - ai = no - administration_spending = 0.3 - } - } - } - global_population_growth = 0.002 - icon = 19 + trigger = { + exists = yes + health_care = low_health_care + OR = { + AND = { + ai = yes + administration_spending = 0.25 + } + AND = { + ai = no + administration_spending = 0.3 + } + } + } + global_population_growth = 0.002 + icon = 19 } acceptable_health_care_fully_funded = { - trigger = { - exists = yes - health_care = acceptable_health_care - OR = { - AND = { - ai = yes - administration_spending = 0.3 - } - AND = { - ai = no - administration_spending = 0.4 - } - } - } - global_population_growth = 0.003 - icon = 19 + trigger = { + exists = yes + health_care = acceptable_health_care + OR = { + AND = { + ai = yes + administration_spending = 0.3 + } + AND = { + ai = no + administration_spending = 0.4 + } + } + } + global_population_growth = 0.003 + icon = 19 } good_health_care_fully_funded = { - trigger = { - exists = yes - health_care = good_health_care - OR = { - AND = { - ai = yes - administration_spending = 0.3 - } - AND = { - ai = no - administration_spending = 0.5 - } - } - } - global_population_growth = 0.004 - icon = 19 + trigger = { + exists = yes + health_care = good_health_care + OR = { + AND = { + ai = yes + administration_spending = 0.3 + } + AND = { + ai = no + administration_spending = 0.5 + } + } + } + global_population_growth = 0.004 + icon = 19 } health_care_fully_funded = { - trigger = { - exists = yes - health_care = good_health_care - OR = { - AND = { - ai = yes - administration_spending = 0.74 - } - AND = { - ai = no - administration_spending = 0.99 - } - } - } - global_population_growth = 0.001 - icon = 19 + trigger = { + exists = yes + health_care = good_health_care + OR = { + AND = { + ai = yes + administration_spending = 0.74 + } + AND = { + ai = no + administration_spending = 0.99 + } + } + } + global_population_growth = 0.001 + icon = 19 } low_schools_fully_funded = { - trigger = { - exists = yes - school_reforms = low_schools - education_spending = 0.3 - } - education_efficiency_modifier = 0.05 - icon = 19 + trigger = { + exists = yes + school_reforms = low_schools + education_spending = 0.3 + } + education_efficiency_modifier = 0.05 + icon = 19 } acceptable_schools_fully_funded = { - trigger = { - exists = yes - school_reforms = acceptable_schools - education_spending = 0.4 - } - education_efficiency_modifier = 0.075 - icon = 19 + trigger = { + exists = yes + school_reforms = acceptable_schools + education_spending = 0.4 + } + education_efficiency_modifier = 0.075 + icon = 19 } good_schools_fully_funded = { - trigger = { - exists = yes - school_reforms = good_schools - education_spending = 0.5 - } - education_efficiency_modifier = 0.1 - icon = 19 + trigger = { + exists = yes + school_reforms = good_schools + education_spending = 0.5 + } + education_efficiency_modifier = 0.1 + icon = 19 } education_fully_funded = { - trigger = { - exists = yes - school_reforms = good_schools - OR = { - AND = { - ai = yes - education_spending = 0.74 - } - AND = { - ai = no - education_spending = 0.99 - } - } - } - education_efficiency_modifier = 0.1 - icon = 19 + trigger = { + exists = yes + school_reforms = good_schools + OR = { + AND = { + ai = yes + education_spending = 0.74 + } + AND = { + ai = no + education_spending = 0.99 + } + } + } + education_efficiency_modifier = 0.1 + icon = 19 } neglected_education = { - trigger = { - exists = yes - civilized = yes - ai = no - number_of_states = 2 - total_pops = 1000000 - OR = { - AND = { - literacy = 0.75 - NOT = { education_spending = 0.3 } - } - AND = { - literacy = 0.5 - NOT = { education_spending = 0.2 } - } - AND = { - literacy = 0.25 - NOT = { education_spending = 0.1 } - } - } - } - education_efficiency_modifier = -1 - icon = 19 + trigger = { + exists = yes + civilized = yes + ai = no + number_of_states = 2 + total_pops = 1000000 + OR = { + AND = { + literacy = 0.75 + NOT = { education_spending = 0.3 } + } + AND = { + literacy = 0.5 + NOT = { education_spending = 0.2 } + } + AND = { + literacy = 0.25 + NOT = { education_spending = 0.1 } + } + } + } + education_efficiency_modifier = -1 + icon = 19 } islamic_law_triggered = { - trigger = { - exists = yes - civilized = yes - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - NOT = { has_country_flag = secularized_muslim_society } - NOT = { has_country_flag = dynamic_tag } - NOT = { has_country_flag = post_colonial_country } - NOT = { religious_policy = pro_atheism } - } - research_points_modifier = -0.05 - education_efficiency_modifier = -0.15 - literacy_con_impact = -0.5 - issue_change_speed = -0.5 - suppression_points_modifier = 0.5 - tax_efficiency = 0.05 - icon = 5 + trigger = { + exists = yes + civilized = yes + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + NOT = { has_country_flag = secularized_muslim_society } + NOT = { has_country_flag = dynamic_tag } + NOT = { has_country_flag = post_colonial_country } + NOT = { religious_policy = pro_atheism } + } + research_points_modifier = -0.05 + education_efficiency_modifier = -0.15 + literacy_con_impact = -0.5 + issue_change_speed = -0.5 + suppression_points_modifier = 0.5 + tax_efficiency = 0.05 + icon = 5 } the_british_raj = { - trigger = { - exists = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { is_culture_group = indo_iranian } - NOT = { is_culture_group = south_asian } - 1227 = { - is_colonial = yes - owned_by = THIS - } - 1236 = { - is_colonial = yes - owned_by = THIS - } - 1251 = { - is_colonial = yes - owned_by = THIS - } - 1297 = { - is_colonial = yes - owned_by = THIS - } - } - research_points = 0.5 - core_pop_militancy_modifier = -0.01 - prestige = 0.03 - icon = 19 + trigger = { + exists = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { is_culture_group = indo_iranian } + NOT = { is_culture_group = south_asian } + 1227 = { + is_colonial = yes + owned_by = THIS + } + 1236 = { + is_colonial = yes + owned_by = THIS + } + 1251 = { + is_colonial = yes + owned_by = THIS + } + 1297 = { + is_colonial = yes + owned_by = THIS + } + } + research_points = 0.5 + core_pop_militancy_modifier = -0.01 + prestige = 0.03 + icon = 19 } dutch_east_india = { - trigger = { - exists = yes - capital_scope = { continent = europe } - 1413 = { - is_colonial = yes - owned_by = THIS - } - 1418 = { - is_colonial = yes - owned_by = THIS - } - } - prestige = 0.01 - icon = 19 + trigger = { + exists = yes + capital_scope = { continent = europe } + 1413 = { + is_colonial = yes + owned_by = THIS + } + 1418 = { + is_colonial = yes + owned_by = THIS + } + } + prestige = 0.01 + icon = 19 } vassal_nation = { - trigger = { - exists = yes - is_vassal = yes - is_substate = no - } - icon = 10 - prestige = -0.1 + trigger = { + exists = yes + is_vassal = yes + is_substate = no + } + icon = 10 + prestige = -0.1 } substate_nation = { - trigger = { - exists = yes - is_substate = yes - civilized = yes - ai = yes - } - - prestige = -0.25 - max_loan_modifier = -1.0 - min_tax = 0.25 - max_military_spending = -0.25 - min_tariff = 1.2 - tax_efficiency = 0.3 - - icon = 10 + trigger = { + exists = yes + is_substate = yes + civilized = yes + ai = yes + } + + prestige = -0.25 + max_loan_modifier = -1.0 + min_tax = 0.25 + max_military_spending = -0.25 + min_tariff = 1.2 + tax_efficiency = 0.3 + + icon = 10 } substate_nation_player = { - trigger = { - exists = yes - is_substate = yes - civilized = yes - ai = no - } - - prestige = -0.25 - max_loan_modifier = -1.0 - max_military_spending = -0.25 - tax_efficiency = 0.3 - - icon = 10 + trigger = { + exists = yes + is_substate = yes + civilized = yes + ai = no + } + + prestige = -0.25 + max_loan_modifier = -1.0 + max_military_spending = -0.25 + tax_efficiency = 0.3 + + icon = 10 } chinese_substate = { - trigger = { - OR = { - substate_of = QNG - vassal_of = QNG - } - civilized = no - exists = yes - QNG = { government = absolute_monarchy } - is_culture_group = east_asian - } - icon = 10 - research_points_modifier = -0.2 - global_pop_consciousness_modifier = 0.02 + trigger = { + OR = { + substate_of = QNG + vassal_of = QNG + } + civilized = no + exists = yes + QNG = { government = absolute_monarchy } + is_culture_group = east_asian + } + icon = 10 + research_points_modifier = -0.2 + global_pop_consciousness_modifier = 0.02 } own_kiel_canal = { - trigger = { - exists = yes - owns = 369 - civilized = yes - is_canal_enabled = 1 - } - icon = 9 - tariff_efficiency_modifier = 0.05 + trigger = { + exists = yes + owns = 369 + civilized = yes + is_canal_enabled = 1 + } + icon = 9 + tariff_efficiency_modifier = 0.05 } own_suez_canal = { - trigger = { - exists = yes - owns = 1755 - civilized = yes - is_canal_enabled = 2 - } - icon = 9 - tariff_efficiency_modifier = 0.1 - import_cost = -0.2 - prestige = 0.01 + trigger = { + exists = yes + owns = 1755 + civilized = yes + is_canal_enabled = 2 + } + icon = 9 + tariff_efficiency_modifier = 0.1 + import_cost = -0.2 + prestige = 0.01 } own_panama_canal = { - trigger = { - exists = yes - owns = 1723 - civilized = yes - is_canal_enabled = 3 - } - icon = 9 - tariff_efficiency_modifier = 0.2 - import_cost = -0.25 - prestige = 0.02 + trigger = { + exists = yes + owns = 1723 + civilized = yes + is_canal_enabled = 3 + } + icon = 9 + tariff_efficiency_modifier = 0.2 + import_cost = -0.25 + prestige = 0.02 } small_but_efficient = { - trigger = { - exists = yes - capital_scope = { continent = europe } - civilized = yes - NOT = { number_of_states = 4 } - NOT = { num_of_cities = 8 } - NOT = { total_pops = 500000 } - NOT = { money = 1000000 } - NOT = { year = 1886 } - OR = { - NOT = { - is_culture_group = south_slavic - is_culture_group = pan_romanian - is_culture_group = levantine - } - NOT = { num_of_cities = 4 } - } - } - - icon = 9 - tax_efficiency = 0.5 - administrative_efficiency_modifier = 0.4 - tariff_efficiency_modifier = 0.4 - supply_consumption = -0.95 + trigger = { + exists = yes + capital_scope = { continent = europe } + civilized = yes + NOT = { number_of_states = 4 } + NOT = { num_of_cities = 8 } + NOT = { total_pops = 500000 } + NOT = { money = 1000000 } + NOT = { year = 1886 } + OR = { + NOT = { + is_culture_group = south_slavic + is_culture_group = pan_romanian + is_culture_group = levantine + } + NOT = { num_of_cities = 4 } + } + } + + icon = 9 + tax_efficiency = 0.5 + administrative_efficiency_modifier = 0.4 + tariff_efficiency_modifier = 0.4 + supply_consumption = -0.95 } sound_dues = { - trigger = { - capital_scope = { continent = europe } - exists = yes - civilized = yes - total_num_of_ports = 1 - NOT = { has_global_flag = sound_dues_abolished } - NOT = { owns = 372 } - OR = { - is_culture_group = scandinavian - is_culture_group = british - is_culture_group = french - is_culture_group = beneluxian - primary_culture = north_german - primary_culture = russian - } - } - - icon = 9 - tariff_efficiency_modifier = -0.05 - import_cost = 0.05 + trigger = { + capital_scope = { continent = europe } + exists = yes + civilized = yes + total_num_of_ports = 1 + NOT = { has_global_flag = sound_dues_abolished } + NOT = { owns = 372 } + OR = { + is_culture_group = scandinavian + is_culture_group = british + is_culture_group = french + is_culture_group = beneluxian + primary_culture = north_german + primary_culture = russian + } + } + + icon = 9 + tariff_efficiency_modifier = -0.05 + import_cost = 0.05 } landlocked_nation = { - trigger = { - exists = yes - NOT = { total_num_of_ports = 1 } - NOT = { has_country_modifier = trek_boers } - } - - import_cost = 0.5 - global_immigrant_attract = -1.5 - icon = 8 + trigger = { + exists = yes + NOT = { total_num_of_ports = 1 } + NOT = { has_country_modifier = trek_boers } + } + + import_cost = 0.5 + global_immigrant_attract = -1.5 + icon = 8 } social_reformed_nation = { - trigger = { - exists = yes - wage_reform = good_minimum_wage - work_hours = eight_hours - safety_regulations = good_safety - unemployment_subsidies = good_subsidies - pensions = good_pensions - health_care = good_health_care - school_reforms = good_schools - penal_system = rehabilitation - } - - social_reform_desire = -0.3 - icon = 13 + trigger = { + exists = yes + wage_reform = good_minimum_wage + work_hours = eight_hours + safety_regulations = good_safety + unemployment_subsidies = good_subsidies + pensions = good_pensions + health_care = good_health_care + school_reforms = good_schools + penal_system = rehabilitation + } + + social_reform_desire = -0.3 + icon = 13 } educational_spen = { - trigger = { - ai = yes - exists = yes - administration_spending = 0.74 - } - - education_efficiency_modifier = 0.3 - icon = 16 + trigger = { + ai = yes + exists = yes + administration_spending = 0.74 + } + + education_efficiency_modifier = 0.3 + icon = 16 } admin_spen = { - trigger = { - ai = yes - exists = yes - administration_spending = 0.74 - } - - administrative_efficiency_modifier = 0.3 - icon = 16 + trigger = { + ai = yes + exists = yes + administration_spending = 0.74 + } + + administrative_efficiency_modifier = 0.3 + icon = 16 } hormuz_strait = { - trigger = { - exists = yes - year = 1880 - owns = 1071 - owns = 2664 - } - - tax_efficiency = 0.01 - tariff_efficiency_modifier = 0.05 - icon = 16 + trigger = { + exists = yes + year = 1880 + owns = 1071 + owns = 2664 + } + + tax_efficiency = 0.01 + tariff_efficiency_modifier = 0.05 + icon = 16 } new_world_war = { - trigger = { - war = yes - exists = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - } - - global_immigrant_attract = -1.3 - icon = 16 + trigger = { + war = yes + exists = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + } + + global_immigrant_attract = -1.3 + icon = 16 } ryotwari = { - trigger = { - exists = yes - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - is_vassal = yes - } - - tax_efficiency = 0.25 - administrative_efficiency_modifier = 0.25 - icon = 16 + trigger = { + exists = yes + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + is_vassal = yes + } + + tax_efficiency = 0.25 + administrative_efficiency_modifier = 0.25 + icon = 16 } # atlantic_only_nation = { - # trigger = { - # exists = yes - # NOT = { is_canal_enabled = 3 } - # year = 1837 - # OR = { - # capital_scope = { continent = north_america } - # capital_scope = { continent = south_america } - # } - # any_owned_province = { - # is_overseas = no - # any_neighbor_province = { - # OR = { - # #province_id = 2992 #Magellan Strait - # province_id = 2991 - # province_id = 2990 - # province_id = 2989 - # province_id = 2988 - # province_id = 2987 - # province_id = 2986 - # province_id = 2985 - # province_id = 2984 - # province_id = 2983 - # province_id = 2982 - # province_id = 2981 - # province_id = 2980 - # province_id = 2975 - # province_id = 2973 - # province_id = 2972 - # province_id = 2968 - # province_id = 2967 - # province_id = 2966 - # province_id = 2965 - # province_id = 2964 - # province_id = 2963 - # province_id = 2962 - # province_id = 2961 - # province_id = 2960 - # province_id = 2959 - # province_id = 2958 - # province_id = 2956 - # province_id = 2955 - # province_id = 2954 - # province_id = 2953 - # province_id = 2952 - # province_id = 2945 - # province_id = 3022 - # province_id = 2944 - # province_id = 2943 - # province_id = 2946 - # province_id = 2978 - # province_id = 2971 - # province_id = 2969 - # province_id = 2974 - # province_id = 2979 - # province_id = 2977 - # } - # } - # } - # } - - # global_immigrant_attract = 0.1 - # icon = 16 + # trigger = { + # exists = yes + # NOT = { is_canal_enabled = 3 } + # year = 1837 + # OR = { + # capital_scope = { continent = north_america } + # capital_scope = { continent = south_america } + # } + # any_owned_province = { + # is_overseas = no + # any_neighbor_province = { + # OR = { + # #province_id = 2992 #Magellan Strait + # province_id = 2991 + # province_id = 2990 + # province_id = 2989 + # province_id = 2988 + # province_id = 2987 + # province_id = 2986 + # province_id = 2985 + # province_id = 2984 + # province_id = 2983 + # province_id = 2982 + # province_id = 2981 + # province_id = 2980 + # province_id = 2975 + # province_id = 2973 + # province_id = 2972 + # province_id = 2968 + # province_id = 2967 + # province_id = 2966 + # province_id = 2965 + # province_id = 2964 + # province_id = 2963 + # province_id = 2962 + # province_id = 2961 + # province_id = 2960 + # province_id = 2959 + # province_id = 2958 + # province_id = 2956 + # province_id = 2955 + # province_id = 2954 + # province_id = 2953 + # province_id = 2952 + # province_id = 2945 + # province_id = 3022 + # province_id = 2944 + # province_id = 2943 + # province_id = 2946 + # province_id = 2978 + # province_id = 2971 + # province_id = 2969 + # province_id = 2974 + # province_id = 2979 + # province_id = 2977 + # } + # } + # } + # } + + # global_immigrant_attract = 0.1 + # icon = 16 # } - diff --git a/HPM/decisions/00_organization_decisions.txt b/HPM/decisions/00_organization_decisions.txt index 24b0cd15..1e6f4d95 100644 --- a/HPM/decisions/00_organization_decisions.txt +++ b/HPM/decisions/00_organization_decisions.txt @@ -1,1022 +1,1023 @@ political_decisions = { - enable_options = { - picture = starting_options - alert = yes - potential = { - ai = no - NOT = { has_global_flag = looking_through_options } - NOT = { year = 1837 } - } - - allow = { - NOT = { year = 1837 } - } - - effect = { - set_global_flag = looking_through_options - set_country_flag = country_looking_through_options - } - } - - disable_options = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - } - - allow = { - } - - effect = { - clr_global_flag = looking_through_options - clr_country_flag = country_looking_through_options - } - } + enable_options = { + picture = starting_options + alert = yes + potential = { + ai = no + NOT = { has_global_flag = looking_through_options } + NOT = { year = 1837 } + } - turn_on_government_decisions = { - picture = government_decisions - alert = no - potential = { - ai = no - NOT = { has_country_flag = government_decisions_on } - NOT = { has_global_flag = government_decisions_being_picked } - OR = { - #turn_off_vassal_payments - AND = { - any_neighbor_country = { - vassal_of = THIS - NOT = { has_country_flag = exempt_from_vassal_contribution } - } - NOT = { has_country_flag = vassals_dont_need_to_pay } - num_of_vassals_no_substates = 1 - } - #organize_colonial_armies - AND = { - civilized = yes - colonial_nation = yes - any_owned_province = { is_colonial = yes is_overseas = yes } - NOT = { has_country_flag = colonial_armies } - } - #specific_trade_policy - AND = { - NOT = { has_country_flag = trade_policy_choosing_disabled } - NOT = { has_global_flag = trade_policy_globally_disabled } - exists = yes - OR = { - civilized = yes - NOT = { finance_reform = no_finance_reform } - } - NOT = { - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - has_country_modifier = non_interventionism_trade_policy - has_country_modifier = no_trade_policy_set - has_country_modifier = in_bankrupcy - has_country_modifier = bad_debter - has_country_modifier = generalised_debt_default - } - } - #Release Vassal - AND = { - num_of_vassals_no_substates = 1 - is_vassal = no - NOT = { has_country_flag = gtfo has_country_flag = gtfo_disabled } - } - AND = { - has_country_flag = gtfo - NOT = { has_country_flag = gtfo_disabled } - } - # #Increase Conscription - # AND = { - # civilized = yes - # war = yes - # OR = { - # AND = { - # conscription = no_draft - # NOT = { has_country_flag = in_great_war } - # } - # AND = { - # conscription = one_year_draft - # NOT = { has_country_flag = in_great_war } - # } - # AND = { - # conscription = two_year_draft - # NOT = { has_country_flag = in_great_war } - # } - # AND = { - # NOT = { conscription = mandatory_service } - # OR = { - # conscription = four_year_draft - # government = fascist_dictatorship - # government = proletarian_dictatorship - # has_country_flag = in_great_war - # } - # } - # } - # } - #Reform the Local Government - AND = { - civilized = yes - any_owned_province = { - any_core = { - exists = no - capital_scope = { owned_by = THIS } - OR = { - AND = { - NOT = { political_parties = underground_parties } - THIS = { political_parties = underground_parties } - } - AND = { - NOT = { political_parties = harassment } - THIS = { political_parties = harassment } - } - AND = { - NOT = { political_parties = gerrymandering } - THIS = { political_parties = gerrymandering } - } - AND = { - NOT = { political_parties = non_secret_ballots } - THIS = { political_parties = non_secret_ballots } - } - AND = { - NOT = { political_parties = secret_ballots } - THIS = { political_parties = secret_ballots } - } - } - } - } - } - #Genocide - AND = { - OR = { - government = absolute_monarchy - government = theocracy - government = fascist_dictatorship - government = presidential_dictatorship - government = proletarian_dictatorship - } - revolution_n_counterrevolution = 1 - } - #Enslave the Serfs - AND = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - debt_law = serfdom - } - # #Change Border Policy - # AND = { - # OR = { - # has_country_flag = government_decisions_on - # ai = yes - # } - # civilized = yes - # NOT = { has_country_flag = change_border_policy } - # NOT = { has_country_modifier = law_changed_by_force } - # } - #Return Cores - AND = { - OR = { - num_of_vassals_no_substates = 1 - is_greater_power = yes - } - NOT = { - has_country_flag = return_cores_decision - has_country_flag = return_core_disabled - } - any_owned_province = { NOT = { is_core = THIS } any_core = { OR = { in_sphere = THIS vassal_of = THIS } } } - } - AND = { - has_country_flag = return_cores_decision - NOT = { has_country_flag = return_core_disabled } - } - #Return to Traditional Academia - AND = { - NOT = { tech_school = traditional_academic } - OR = { - ai = no - tech_school = developing_tech_school - } - civilized = yes - } - } - } - allow = { - } - effect = { - set_country_flag = government_decisions_on - set_global_flag = government_decisions_being_picked - } - } + allow = { + NOT = { year = 1837 } + } - - turn_off_government_decisions = { - picture = government_decisions - alert = no - potential = { - ai = no - has_country_flag = government_decisions_on - } - allow = { - } - effect = { - clr_country_flag = government_decisions_on - clr_global_flag = government_decisions_being_picked - } - } - - turn_on_organize_colony_decisions = { - picture = map_africa - alert = no - potential = { - civilized = yes - NOT = { - ai = yes - has_country_flag = organize_colony_decisions - } - colonial_nation = yes - #nationalism_n_imperialism = 1 - NOT = { capital_scope = { continent = africa } } - OR = { - #Nigeria - AND = { - NOT = { has_global_flag = nigeria_organized } - OR = { - owns = 1923 - owns = 1934 - owns = 1928 - } - } - AND = { - has_global_flag = nigeria_organized - owns = 1923 - owns = 1934 - owns = 1928 - NGR = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Togo - AND = { - NOT = { has_global_flag = togo_organized } - owns = 1914 - } - AND = { - has_global_flag = togo_organized - owns = 1914 - TOG = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Ivory Coast - AND = { - NOT = { has_global_flag = ivory_coast_organized } - owns = 1899 - } - AND = { - has_global_flag = ivory_coast_organized - owns = 1899 - IVC = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Sierra Leone - AND = { - NOT = { has_global_flag = sierra_leone_organized } - owns = 1884 - owns = 1885 - } - AND = { - owns = 1884 - owns = 1885 - SLE = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Guinea - AND = { - NOT = { has_global_flag = guinea_organized } - owns = 1879 - owns = 1880 - owns = 1882 - } - AND = { - has_global_flag = guinea_organized - owns = 1879 - GNE = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Senegal - AND = { - NOT = { has_global_flag = senegal_organized } - owns = 1790 - } - AND = { - has_global_flag = senegal_organized - owns = 1783 - SNG = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Niger - AND = { - NOT = { has_global_flag = niger_organized } - owns = 1808 - 1812 = { empty = no } - } - AND = { - has_global_flag = niger_organized - owns = 1808 - NIG = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Chad - AND = { - NOT = { has_global_flag = chad_organized } - owns = 1818 - } - AND = { - has_global_flag = chad_organized - owns = 1818 - CHD = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Cameroon - AND = { - NOT = { has_global_flag = cameroon_organized } - owns = 1959 - } - AND = { - has_global_flag = cameroon_organized - owns = 1959 - CMR = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Gabon - AND = { - NOT = { has_global_flag = gabon_organized } - owns = 1972 - owns = 1976 - } - AND = { - has_global_flag = gabon_organized - owns = 1972 - GAB = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Congo - AND = { - NOT = { has_global_flag = congo_organized } - owns = 1977 - } - AND = { - owns = 1977 - CGO = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Zaire - AND = { - NOT = { has_global_flag = zaire_organized } - owns = 1982 - NOT = { has_country_flag = not_congo_primary_culture } - } - AND = { - has_global_flag = zaire_organized - owns = 1982 - CNG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { has_country_flag = not_congo_primary_culture } - } - #Zambia - AND = { - NOT = { has_global_flag = zambia_organized } - owns = 2012 - } - AND = { - has_global_flag = zambia_organized - owns = 2012 - ZAM = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Kenya - AND = { - NOT = { has_global_flag = kenya_organized } - owns = 2024 - } - AND = { - has_global_flag = kenya_organized - owns = 2024 - KNY = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Tanzania - AND = { - NOT = { has_global_flag = tanzania_organized } - owns = 2044 - } - AND = { - has_global_flag = tanzania_organized - owns = 2044 - TNZ = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Mali - AND = { - NOT = { has_global_flag = mali_organized } - 2609 = { empty = no } - owns = 1803 - } - AND = { - has_global_flag = mali_organized - owns = 2609 - MLI = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Libya - AND = { - NOT = { - tag = TUR - has_global_flag = libya_organized - } - owns = 1731 - } - #CAR - AND = { - NOT = { has_global_flag = CAR_organized } - owns = 1965 - } - AND = { - has_global_flag = CAR_organized - owns = 1965 - CAR = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Malawai - AND = { - NOT = { has_global_flag = malawi_organized } - owns = 2067 - } - AND = { - has_global_flag = malawi_organized - owns = 2067 - MLW = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Gambia - AND = { - NOT = { has_global_flag = gambia_organized } - owns = 1785 - } - AND = { - has_global_flag = gambia_organized - owns = 1785 - GMB = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Angola - AND = { - NOT = { has_global_flag = angola_created } - owns = 1999 - } - AND = { - has_global_flag = angola_created - owns = 1999 - ANG = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Mozambique - AND = { - owns = 2049 - NOT = { has_global_flag = mozambique_created } - } - AND = { - has_global_flag = mozambique_created - owns = 2049 - MOZ = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Algeria - AND = { - NOT = { - exists = ALD - has_global_flag = algeria_organized - } - owns = 1700 - } - #Uganda - AND = { - NOT = { - exists = BUG - has_global_flag = uganda_organized - } - owns = 2019 - } - AND = { - has_global_flag = uganda_organized - owns = 2019 - BUG = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Botswana - AND = { - NOT = { - exists = TSW - has_global_flag = botswana_organized - } - owns = 2074 - } - AND = { - has_global_flag = botswana_organized - owns = 2074 - TSW = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Zanzibar - AND = { - NOT = { - owns = 2044 - exists = ZAN - has_global_flag = zanzibar_organized - } - owns = 2048 - } - AND = { - NOT = { - exists = SUD - has_global_flag = sudan_organized - OR = { - tag = EGY - 1827 = { is_core = EGY } - } - } - SUD = { all_core = { owned_by = THIS } } - } - #Ghana - AND = { - NOT = { - exists = GHN - has_global_flag = ghana_organized - } - owns = 1910 - } - AND = { - has_global_flag = ghana_organized - owns = 1910 - GHN = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Burkina Faso - AND = { - NOT = { - exists = BKF - has_global_flag = burkina_faso_organized - } - owns = 1901 - } - AND = { - has_global_flag = burkina_faso_organized - owns = 1901 - BKF = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Mauritania - AND = { - NOT = { - exists = TRZ - has_global_flag = mauretania_organized - } - owns = 1775 - } - #Dahomey - AND = { - NOT = { - exists = DAH - has_global_flag = dahomey_organized - } - owns = 1920 - } - AND = { - has_global_flag = dahomey_organized - owns = 1920 - DAH = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Indonesia - AND = { - NOT = { - exists = INO - has_global_flag = indonesia_organized - has_global_flag = indonesia_formed - is_culture_group = southeast_asian - } - nationalism_n_imperialism = 1 - owns = 1413 - } - #Somalia - AND = { - NOT = { exists = SOM } - nationalism_n_imperialism = 1 - NOT = { has_global_flag = somalia_united } - owns = 1868 - } - #Timor - AND = { - civilized = yes - NOT = { exists = TMR } - nationalism_n_imperialism = 1 - NOT = { has_global_flag = timor_organized } - owns = 1446 - } - AND = { - civilized = yes - has_global_flag = timor_organized - owns = 1446 - TMR = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Namibia - AND = { - NOT = { - exists = NMB - has_global_flag = namibia_organized - capital_scope = { continent = africa } - } - owns = 2078 - } - AND = { - has_global_flag = namibia_organized - owns = 2078 - NMB = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Lebanon - AND = { - NOT = { has_global_flag = lebanon_organized } - owns = 912 - owns = 913 - owns = 914 - owns = 915 - LBN = { exists = no } - year = 1850 - } - - AND = { - has_global_flag = lebanon_organized - OR = { - AND = { - owns = 912 - owns = 913 - owns = 914 - owns = 915 - } - LBN = { vassal_of = THIS } - } - NOT = { tag = LBN } - NOT = { has_country_flag = lebanon_organizer } - } - #Guinea-Bissau - AND = { - NOT = { - exists = GBU - has_global_flag = guine_bissau_organized - } - owns = 1877 - } - AND = { - has_global_flag = guine_bissau_organized - owns = 1877 - GBU = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Madagascar - AND = { - NOT = { - exists = MAD - has_global_flag = madagascar_organized - } - owns = 2115 - } - - AND = { - has_global_flag = madagascar_organized - owns = 2115 - MAD = { - exists = no - NOT = { is_culture_group = THIS } - } - } - #Zimbabwe - AND = { - NOT = { - exists = ZBW - has_global_flag = zimbabwe_organized - tag = ENG - } - owns = 2068 - NOT = { has_country_flag = ian_would_be_proud } - } - AND = { - has_global_flag = zimbabwe_organized - owns = 2068 - ZBW = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { has_country_flag = ian_would_be_proud } - } - #Rwanda-Burundi - AND = { - NOT = { - exists = BRD - exists = RWA - has_global_flag = rwanda_burundi_organized - } - OR = { - owns = 2034 - owns = 2035 - } - } - - AND = { - has_global_flag = rwanda_burundi_organized - OR = { - owns = 2034 - owns = 2035 - } - OR = { - BRD = { - exists = no - NOT = { is_culture_group = THIS } - } - RWA = { - exists = no - NOT = { is_culture_group = THIS } - } - } - } - } - } - - allow = { - } - - effect = { - set_country_flag = organize_colony_decisions - } - } - - turn_off_organize_colony_decisions = { - picture = map_africa - alert = no - potential = { - has_country_flag = organize_colony_decisions - } - - allow = { - } - - effect = { - clr_country_flag = organize_colony_decisions - } - } - - pick_up_a_tech_school = { - alert = no - picture = switch_to_order - potential = { - tech_school = traditional_academic - ai = no - civilized = yes - NOT = { has_country_flag = picking_up_a_tech_school } - } - - allow = { - } - - effect = { - set_country_flag = picking_up_a_tech_school - } - } - - close_pick_up_a_tech_school = { - picture = switch_to_productivity - alert = no - potential = { - tech_school = traditional_academic - ai = no - civilized = yes - has_country_flag = picking_up_a_tech_school - } - - allow = { - } - - effect = { - clr_country_flag = picking_up_a_tech_school - } - } - - increase_conscription = { - picture = marching_soldiers - alert = no - potential = { - # OR = { - # has_country_flag = government_decisions_on - # ai = yes - # } - civilized = yes - war = yes - OR = { - AND = { - conscription = no_draft - NOT = { has_country_flag = in_great_war } - } - AND = { - conscription = one_year_draft - NOT = { has_country_flag = in_great_war } - } - AND = { - conscription = two_year_draft - NOT = { has_country_flag = in_great_war } - } - AND = { - NOT = { conscription = mandatory_service } - OR = { - conscription = four_year_draft - government = fascist_dictatorship - government = proletarian_dictatorship - has_country_flag = in_great_war - } - } - } - } - - allow = { - NOT = { has_country_modifier = law_changed_by_force } - any_neighbor_country = { war_with = THIS civilized = yes } - OR = { - has_country_flag = in_great_war - AND = { - NOT = { war_policy = pacifism } - conscription = no_draft - } - AND = { - NOT = { OR = { war_policy = pacifism war_policy = anti_military } } - OR = { - conscription = one_year_draft - conscription = two_year_draft - } - } - AND = { - conscription = four_year_draft - OR = { - war_policy = jingoism - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - has_country_flag = in_great_war - } - } - } - } - - effect = { - add_country_modifier = { name = law_changed_by_force duration = 3650 } - random_owned = { - limit = { - owner = { - NOT = { conscription = mandatory_service } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - has_country_flag = in_great_war - } - } - } - owner = { political_reform = mandatory_service } - } - random_owned = { limit = { owner = { conscription = four_year_draft } } owner = { political_reform = mandatory_service } } - random_owned = { limit = { owner = { conscription = two_year_draft } } owner = { political_reform = four_year_draft } } - random_owned = { limit = { owner = { conscription = one_year_draft } } owner = { political_reform = two_year_draft } } - random_owned = { limit = { owner = { conscription = no_draft } } owner = { political_reform = one_year_draft } } - } - - ai_will_do = { - factor = 0 - modifier = { factor = 100 conscription = no_draft } - modifier = { - factor = 100 - conscription = one_year_draft - OR = { - war_policy = jingoism - war_policy = pro_military - ruling_party_ideology = fascist - ruling_party_ideology = reactionary - any_greater_power = { war_with = THIS } - any_neighbor_country = { - civilized = yes - OR = { - brigades_compare = 1.1 - conscription = two_year_draft - } - } - } - } - modifier = { - factor = 100 - conscription = two_year_draft - OR = { - war_policy = jingoism - ruling_party_ideology = fascist - ruling_party_ideology = reactionary - any_greater_power = { war_with = THIS } - any_neighbor_country = { - civilized = yes - OR = { - brigades_compare = 1.2 - conscription = four_year_draft - } - } - } - } - modifier = { - factor = 100 - conscription = four_year_draft - OR = { - any_neighbor_country = { conscription = mandatory_service } - has_country_flag = in_great_war - any_greater_power = { war_with = THIS } - any_neighbor_country = { brigades_compare = 1.3 } - lost_national = 0.2 - war_policy = jingoism - ruling_party_ideology = fascist - ruling_party_ideology = reactionary - } - } - } - } -} \ No newline at end of file + effect = { + set_global_flag = looking_through_options + set_country_flag = country_looking_through_options + } + + ai_will_do = { factor = 0 } + } + + disable_options = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + } + + allow = { + } + + effect = { + clr_global_flag = looking_through_options + clr_country_flag = country_looking_through_options + } + + ai_will_do = { factor = 0 } + } + + turn_on_government_decisions = { + picture = government_decisions + alert = no + potential = { + ai = no + NOT = { has_country_flag = government_decisions_on } + OR = { + #turn_off_vassal_payments + AND = { + any_neighbor_country = { + vassal_of = THIS + NOT = { has_country_flag = exempt_from_vassal_contribution } + } + NOT = { has_country_flag = vassals_dont_need_to_pay } + num_of_vassals_no_substates = 1 + } + #organize_colonial_armies + AND = { + civilized = yes + colonial_nation = yes + any_owned_province = { is_colonial = yes is_overseas = yes } + NOT = { has_country_flag = colonial_armies } + } + #specific_trade_policy + AND = { + NOT = { has_country_flag = trade_policy_choosing_disabled } + NOT = { has_global_flag = trade_policy_globally_disabled } + exists = yes + OR = { + civilized = yes + NOT = { finance_reform = no_finance_reform } + } + NOT = { + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + has_country_modifier = non_interventionism_trade_policy + has_country_modifier = no_trade_policy_set + has_country_modifier = in_bankrupcy + has_country_modifier = bad_debter + has_country_modifier = generalised_debt_default + } + } + #Release Vassal + AND = { + num_of_vassals_no_substates = 1 + is_vassal = no + NOT = { has_country_flag = gtfo has_country_flag = gtfo_disabled } + } + AND = { + has_country_flag = gtfo + NOT = { has_country_flag = gtfo_disabled } + } + # #Increase Conscription + # AND = { + # civilized = yes + # war = yes + # OR = { + # AND = { + # conscription = no_draft + # NOT = { has_country_flag = in_great_war } + # } + # AND = { + # conscription = one_year_draft + # NOT = { has_country_flag = in_great_war } + # } + # AND = { + # conscription = two_year_draft + # NOT = { has_country_flag = in_great_war } + # } + # AND = { + # NOT = { conscription = mandatory_service } + # OR = { + # conscription = four_year_draft + # government = fascist_dictatorship + # government = proletarian_dictatorship + # has_country_flag = in_great_war + # } + # } + # } + # } + #Reform the Local Government + AND = { + civilized = yes + any_owned_province = { + any_core = { + exists = no + capital_scope = { owned_by = THIS } + OR = { + AND = { + NOT = { political_parties = underground_parties } + THIS = { political_parties = underground_parties } + } + AND = { + NOT = { political_parties = harassment } + THIS = { political_parties = harassment } + } + AND = { + NOT = { political_parties = gerrymandering } + THIS = { political_parties = gerrymandering } + } + AND = { + NOT = { political_parties = non_secret_ballots } + THIS = { political_parties = non_secret_ballots } + } + AND = { + NOT = { political_parties = secret_ballots } + THIS = { political_parties = secret_ballots } + } + } + } + } + } + #Genocide + AND = { + OR = { + government = absolute_monarchy + government = theocracy + government = fascist_dictatorship + government = presidential_dictatorship + government = proletarian_dictatorship + } + revolution_n_counterrevolution = 1 + } + #Enslave the Serfs + AND = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + debt_law = serfdom + } + # #Change Border Policy + # AND = { + # OR = { + # has_country_flag = government_decisions_on + # ai = yes + # } + # civilized = yes + # NOT = { has_country_flag = change_border_policy } + # NOT = { has_country_modifier = law_changed_by_force } + # } + #Return Cores + AND = { + OR = { + num_of_vassals_no_substates = 1 + is_greater_power = yes + } + NOT = { + has_country_flag = return_cores_decision + has_country_flag = return_core_disabled + } + any_owned_province = { NOT = { is_core = THIS } any_core = { OR = { in_sphere = THIS vassal_of = THIS } } } + } + AND = { + has_country_flag = return_cores_decision + NOT = { has_country_flag = return_core_disabled } + } + #Return to Traditional Academia + AND = { + NOT = { tech_school = traditional_academic } + OR = { + ai = no + tech_school = developing_tech_school + } + civilized = yes + } + } + } + allow = { + } + effect = { + set_country_flag = government_decisions_on + } + } + + + turn_off_government_decisions = { + picture = government_decisions + alert = no + potential = { + ai = no + has_country_flag = government_decisions_on + } + allow = { + } + effect = { + clr_country_flag = government_decisions_on + } + } + + turn_on_organize_colony_decisions = { + picture = map_africa + alert = no + potential = { + civilized = yes + NOT = { + ai = yes + has_country_flag = organize_colony_decisions + } + colonial_nation = yes + #nationalism_n_imperialism = 1 + NOT = { capital_scope = { continent = africa } } + OR = { + #Nigeria + AND = { + NOT = { has_global_flag = nigeria_organized } + OR = { + owns = 1923 + owns = 1934 + owns = 1928 + } + } + AND = { + has_global_flag = nigeria_organized + owns = 1923 + owns = 1934 + owns = 1928 + NGR = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Togo + AND = { + NOT = { has_global_flag = togo_organized } + owns = 1914 + } + AND = { + has_global_flag = togo_organized + owns = 1914 + TOG = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Ivory Coast + AND = { + NOT = { has_global_flag = ivory_coast_organized } + owns = 1899 + } + AND = { + has_global_flag = ivory_coast_organized + owns = 1899 + IVC = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Sierra Leone + AND = { + NOT = { has_global_flag = sierra_leone_organized } + owns = 1884 + owns = 1885 + } + AND = { + owns = 1884 + owns = 1885 + SLE = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Guinea + AND = { + NOT = { has_global_flag = guinea_organized } + owns = 1879 + owns = 1880 + owns = 1882 + } + AND = { + has_global_flag = guinea_organized + owns = 1879 + GNE = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Senegal + AND = { + NOT = { has_global_flag = senegal_organized } + owns = 1790 + } + AND = { + has_global_flag = senegal_organized + owns = 1783 + SNG = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Niger + AND = { + NOT = { has_global_flag = niger_organized } + owns = 1808 + 1812 = { empty = no } + } + AND = { + has_global_flag = niger_organized + owns = 1808 + NIG = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Chad + AND = { + NOT = { has_global_flag = chad_organized } + owns = 1818 + } + AND = { + has_global_flag = chad_organized + owns = 1818 + CHD = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Cameroon + AND = { + NOT = { has_global_flag = cameroon_organized } + owns = 1959 + } + AND = { + has_global_flag = cameroon_organized + owns = 1959 + CMR = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Gabon + AND = { + NOT = { has_global_flag = gabon_organized } + owns = 1972 + owns = 1976 + } + AND = { + has_global_flag = gabon_organized + owns = 1972 + GAB = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Congo + AND = { + NOT = { has_global_flag = congo_organized } + owns = 1977 + } + AND = { + owns = 1977 + CGO = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Zaire + AND = { + NOT = { has_global_flag = zaire_organized } + owns = 1982 + NOT = { has_country_flag = not_congo_primary_culture } + } + AND = { + has_global_flag = zaire_organized + owns = 1982 + CNG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { has_country_flag = not_congo_primary_culture } + } + #Zambia + AND = { + NOT = { has_global_flag = zambia_organized } + owns = 2012 + } + AND = { + has_global_flag = zambia_organized + owns = 2012 + ZAM = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Kenya + AND = { + NOT = { has_global_flag = kenya_organized } + owns = 2024 + } + AND = { + has_global_flag = kenya_organized + owns = 2024 + KNY = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Tanzania + AND = { + NOT = { has_global_flag = tanzania_organized } + owns = 2044 + } + AND = { + has_global_flag = tanzania_organized + owns = 2044 + TNZ = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Mali + AND = { + NOT = { has_global_flag = mali_organized } + 2609 = { empty = no } + owns = 1803 + } + AND = { + has_global_flag = mali_organized + owns = 2609 + MLI = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Libya + AND = { + NOT = { + tag = TUR + has_global_flag = libya_organized + } + owns = 1731 + } + #CAR + AND = { + NOT = { has_global_flag = CAR_organized } + owns = 1965 + } + AND = { + has_global_flag = CAR_organized + owns = 1965 + CAR = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Malawai + AND = { + NOT = { has_global_flag = malawi_organized } + owns = 2067 + } + AND = { + has_global_flag = malawi_organized + owns = 2067 + MLW = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Gambia + AND = { + NOT = { has_global_flag = gambia_organized } + owns = 1785 + } + AND = { + has_global_flag = gambia_organized + owns = 1785 + GMB = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Angola + AND = { + NOT = { has_global_flag = angola_created } + owns = 1999 + } + AND = { + has_global_flag = angola_created + owns = 1999 + ANG = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Mozambique + AND = { + owns = 2049 + NOT = { has_global_flag = mozambique_created } + } + AND = { + has_global_flag = mozambique_created + owns = 2049 + MOZ = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Algeria + AND = { + NOT = { + exists = ALD + has_global_flag = algeria_organized + } + owns = 1700 + } + #Uganda + AND = { + NOT = { + exists = BUG + has_global_flag = uganda_organized + } + owns = 2019 + } + AND = { + has_global_flag = uganda_organized + owns = 2019 + BUG = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Botswana + AND = { + NOT = { + exists = TSW + has_global_flag = botswana_organized + } + owns = 2074 + } + AND = { + has_global_flag = botswana_organized + owns = 2074 + TSW = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Zanzibar + AND = { + NOT = { + owns = 2044 + exists = ZAN + has_global_flag = zanzibar_organized + } + owns = 2048 + } + AND = { + NOT = { + exists = SUD + has_global_flag = sudan_organized + OR = { + tag = EGY + 1827 = { is_core = EGY } + } + } + SUD = { all_core = { owned_by = THIS } } + } + #Ghana + AND = { + NOT = { + exists = GHN + has_global_flag = ghana_organized + } + owns = 1910 + } + AND = { + has_global_flag = ghana_organized + owns = 1910 + GHN = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Burkina Faso + AND = { + NOT = { + exists = BKF + has_global_flag = burkina_faso_organized + } + owns = 1901 + } + AND = { + has_global_flag = burkina_faso_organized + owns = 1901 + BKF = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Mauritania + AND = { + NOT = { + exists = TRZ + has_global_flag = mauretania_organized + } + owns = 1775 + } + #Dahomey + AND = { + NOT = { + exists = DAH + has_global_flag = dahomey_organized + } + owns = 1920 + } + AND = { + has_global_flag = dahomey_organized + owns = 1920 + DAH = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Indonesia + AND = { + NOT = { + exists = INO + has_global_flag = indonesia_organized + has_global_flag = indonesia_formed + is_culture_group = southeast_asian + } + nationalism_n_imperialism = 1 + owns = 1413 + } + #Somalia + AND = { + NOT = { exists = SOM } + nationalism_n_imperialism = 1 + NOT = { has_global_flag = somalia_united } + owns = 1868 + } + #Timor + AND = { + civilized = yes + NOT = { exists = TMR } + nationalism_n_imperialism = 1 + NOT = { has_global_flag = timor_organized } + owns = 1446 + } + AND = { + civilized = yes + has_global_flag = timor_organized + owns = 1446 + TMR = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Namibia + AND = { + NOT = { + exists = NMB + has_global_flag = namibia_organized + capital_scope = { continent = africa } + } + owns = 2078 + } + AND = { + has_global_flag = namibia_organized + owns = 2078 + NMB = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Lebanon + AND = { + NOT = { has_global_flag = lebanon_organized } + owns = 912 + owns = 913 + owns = 914 + owns = 915 + LBN = { exists = no } + year = 1850 + } + + AND = { + has_global_flag = lebanon_organized + OR = { + AND = { + owns = 912 + owns = 913 + owns = 914 + owns = 915 + } + LBN = { vassal_of = THIS } + } + NOT = { tag = LBN } + NOT = { has_country_flag = lebanon_organizer } + } + #Guinea-Bissau + AND = { + NOT = { + exists = GBU + has_global_flag = guine_bissau_organized + } + owns = 1877 + } + AND = { + has_global_flag = guine_bissau_organized + owns = 1877 + GBU = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Madagascar + AND = { + NOT = { + exists = MAD + has_global_flag = madagascar_organized + } + owns = 2115 + } + + AND = { + has_global_flag = madagascar_organized + owns = 2115 + MAD = { + exists = no + NOT = { is_culture_group = THIS } + } + } + #Zimbabwe + AND = { + NOT = { + exists = ZBW + has_global_flag = zimbabwe_organized + tag = ENG + } + owns = 2068 + NOT = { has_country_flag = ian_would_be_proud } + } + AND = { + has_global_flag = zimbabwe_organized + owns = 2068 + ZBW = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { has_country_flag = ian_would_be_proud } + } + #Rwanda-Burundi + AND = { + NOT = { + exists = BRD + exists = RWA + has_global_flag = rwanda_burundi_organized + } + OR = { + owns = 2034 + owns = 2035 + } + } + + AND = { + has_global_flag = rwanda_burundi_organized + OR = { + owns = 2034 + owns = 2035 + } + OR = { + BRD = { + exists = no + NOT = { is_culture_group = THIS } + } + RWA = { + exists = no + NOT = { is_culture_group = THIS } + } + } + } + } + } + + allow = { + } + + effect = { + set_country_flag = organize_colony_decisions + } + } + + turn_off_organize_colony_decisions = { + picture = map_africa + alert = no + potential = { + has_country_flag = organize_colony_decisions + } + + allow = { + } + + effect = { + clr_country_flag = organize_colony_decisions + } + } + + pick_up_a_tech_school = { + alert = no + picture = switch_to_order + potential = { + tech_school = traditional_academic + ai = no + civilized = yes + NOT = { has_country_flag = picking_up_a_tech_school } + } + + allow = { + } + + effect = { + set_country_flag = picking_up_a_tech_school + } + } + + close_pick_up_a_tech_school = { + picture = switch_to_productivity + alert = no + potential = { + tech_school = traditional_academic + ai = no + civilized = yes + has_country_flag = picking_up_a_tech_school + } + + allow = { + } + + effect = { + clr_country_flag = picking_up_a_tech_school + } + } + + increase_conscription = { + picture = marching_soldiers + alert = no + potential = { + # OR = { + # has_country_flag = government_decisions_on + # ai = yes + # } + civilized = yes + war = yes + OR = { + AND = { + conscription = no_draft + NOT = { has_country_flag = in_great_war } + } + AND = { + conscription = one_year_draft + NOT = { has_country_flag = in_great_war } + } + AND = { + conscription = two_year_draft + NOT = { has_country_flag = in_great_war } + } + AND = { + NOT = { conscription = mandatory_service } + OR = { + conscription = four_year_draft + government = fascist_dictatorship + government = proletarian_dictatorship + has_country_flag = in_great_war + } + } + } + } + + allow = { + NOT = { has_country_modifier = law_changed_by_force } + any_neighbor_country = { war_with = THIS civilized = yes } + OR = { + has_country_flag = in_great_war + AND = { + NOT = { war_policy = pacifism } + conscription = no_draft + } + AND = { + NOT = { OR = { war_policy = pacifism war_policy = anti_military } } + OR = { + conscription = one_year_draft + conscription = two_year_draft + } + } + AND = { + conscription = four_year_draft + OR = { + war_policy = jingoism + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + has_country_flag = in_great_war + } + } + } + } + + effect = { + add_country_modifier = { name = law_changed_by_force duration = 3650 } + random_owned = { + limit = { + owner = { + NOT = { conscription = mandatory_service } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + has_country_flag = in_great_war + } + } + } + owner = { political_reform = mandatory_service } + } + random_owned = { limit = { owner = { conscription = four_year_draft } } owner = { political_reform = mandatory_service } } + random_owned = { limit = { owner = { conscription = two_year_draft } } owner = { political_reform = four_year_draft } } + random_owned = { limit = { owner = { conscription = one_year_draft } } owner = { political_reform = two_year_draft } } + random_owned = { limit = { owner = { conscription = no_draft } } owner = { political_reform = one_year_draft } } + } + + ai_will_do = { + factor = 0 + modifier = { factor = 100 conscription = no_draft } + modifier = { + factor = 100 + conscription = one_year_draft + OR = { + war_policy = jingoism + war_policy = pro_military + ruling_party_ideology = fascist + ruling_party_ideology = reactionary + any_greater_power = { war_with = THIS } + any_neighbor_country = { + civilized = yes + OR = { + brigades_compare = 1.1 + conscription = two_year_draft + } + } + } + } + modifier = { + factor = 100 + conscription = two_year_draft + OR = { + war_policy = jingoism + ruling_party_ideology = fascist + ruling_party_ideology = reactionary + any_greater_power = { war_with = THIS } + any_neighbor_country = { + civilized = yes + OR = { + brigades_compare = 1.2 + conscription = four_year_draft + } + } + } + } + modifier = { + factor = 100 + conscription = four_year_draft + OR = { + any_neighbor_country = { conscription = mandatory_service } + has_country_flag = in_great_war + any_greater_power = { war_with = THIS } + any_neighbor_country = { brigades_compare = 1.3 } + lost_national = 0.2 + war_policy = jingoism + ruling_party_ideology = fascist + ruling_party_ideology = reactionary + } + } + } + } +} diff --git a/HPM/decisions/ACW.txt b/HPM/decisions/ACW.txt index d1e75730..cbdb66df 100644 --- a/HPM/decisions/ACW.txt +++ b/HPM/decisions/ACW.txt @@ -1,2321 +1,2321 @@ political_decisions = { # North-American Minors - apply_for_USA_statehood = { - picture = apply_for_usa_statehood - potential = { - exists = USA - USA = { government = democracy } - OR = { - tag = TEX - tag = CAL - tag = LSK - } - OR = { - is_vassal = no - vassal_of = USA - } - OR = { - part_of_sphere = no - in_sphere = USA - } - ai = yes - government = democracy - NOT = { has_country_flag = usstatehood_we_have_applied } - } - allow = { - war = no - USA = { war = no } - USA = { NOT = { average_militancy = 5 badboy = 0.7 } } - NOT = { truce_with = USA } - USA = { NOT = { any_owned_province = { any_core = { any_owned_province = { country_units_in_province = REB } } } } } - USA = { NOT = { num_of_revolts = 1 } } - relation = { - who = USA - value = 175 - } - } - effect = { - set_country_flag = usstatehood_we_have_applied - USA = { - country_event = 16400 - war_exhaustion = -20 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - USA = { - NOT = { state_n_government = 1 } - } - } - modifier = { - factor = 0 - NOT = { year = 1845 } - } - } - } + apply_for_USA_statehood = { + picture = apply_for_usa_statehood + potential = { + exists = USA + USA = { government = democracy } + OR = { + tag = TEX + tag = CAL + tag = LSK + } + OR = { + is_vassal = no + vassal_of = USA + } + OR = { + part_of_sphere = no + in_sphere = USA + } + ai = yes + government = democracy + NOT = { has_country_flag = usstatehood_we_have_applied } + } + allow = { + war = no + USA = { war = no } + USA = { NOT = { average_militancy = 5 badboy = 0.7 } } + NOT = { truce_with = USA } + USA = { NOT = { any_owned_province = { any_core = { any_owned_province = { country_units_in_province = REB } } } } } + USA = { NOT = { num_of_revolts = 1 } } + relation = { + who = USA + value = 175 + } + } + effect = { + set_country_flag = usstatehood_we_have_applied + USA = { + country_event = 16400 + war_exhaustion = -20 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + USA = { + NOT = { state_n_government = 1 } + } + } + modifier = { + factor = 0 + NOT = { year = 1845 } + } + } + } # CSA - king_cotton = { - picture = king_cotton - potential = { - tag = CSA - war_with = USA - not = { - has_country_flag = haskingcotton - } - } - - allow = { - cotton = 500 - is_vassal = no - } - - effect = { - set_country_flag = haskingcotton - prestige = 5 - cotton = -500 - any_greater_power = { - limit = { - NOT = { - tag = USA - } - } - casus_belli = { - target = USA - type = cut_down_to_size - months = 24 - } - } - } - } - -# USA - trail_of_tears = { - potential = { - OR = { - tag = USA - tag = CSA - } - NOT = { - has_global_flag = marching_on_the_trail_of_tears - } - } - - allow = { - owns = 130 - owns = 131 - average_consciousness = 3 - is_vassal = no - } - - effect = { - any_pop = { - limit = { - has_pop_culture = cherokee - NOT = { - location = { - OR = { - province_id = 130 - province_id = 131 - } - } - } - } - reduce_pop = 0.80 - consciousness = 2 - militancy = -1 - move_pop = 130 - } - set_global_flag = marching_on_the_trail_of_tears - } - - ai_will_do = { - factor = 1 - } - } - - organize_indian_territory = { - picture = organize_indian_territory - potential = { - OR = { - tag = USA - tag = CSA - } - has_global_flag = marching_on_the_trail_of_tears - owns = 130 - owns = 131 - NOT = { year = 1890 } - 130 = { is_colonial = yes } - 131 = { is_colonial = yes } - NOT = { - 130 = { - has_province_modifier = indian_territory - } - 131 = { - has_province_modifier = indian_territory - } - } - } - - allow = { - NOT = { - 130 = { - has_province_modifier = indian_territory - } - 131 = { - has_province_modifier = indian_territory - } - } - owns = 130 - owns = 131 - is_vassal = no - } - - effect = { - any_pop = { - limit = { - OR = { - has_pop_culture = native_american_minor - has_pop_culture = cherokee - } - } - consciousness = 6 - militancy = -2 - } - 130 = { - add_province_modifier = { - name = indian_territory - duration = -1 - } - } - 131 = { - add_province_modifier = { - name = indian_territory - duration = -1 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - custers_expedition = { - picture = custers_expedition - potential = { - tag = USA - NOT = { - has_country_flag = custers_expedition_sent - } - owns = 122 - year = 1874 - } - - allow = { - machine_guns = 1 - OR = { - 122 = { units_in_province = 1 } - ai = yes - } - } - - effect = { - prestige = 1 - set_country_flag = custers_expedition_sent - } - } - - enact_the_homestead_act = { - potential = { - tag = USA - government = democracy - NOT = { has_country_flag = homestead_act } - year = 1862 - number_of_states = 3 - num_of_ports = 1 - } - - allow = { - prestige = 40 - state_n_government = 1 - } - - effect = { - set_country_flag = homestead_act - add_country_modifier = { - name = the_homestead_act - duration = 3650 - } - } - } - - bixby_letter = { - picture = bixby_letter - potential = { - tag = USA - not = { - has_country_flag = bixby_letter_sent - } - war_with = CSA - } - - allow = { - war_exhaustion = 6 - } - - effect = { - set_country_flag = bixby_letter_sent - war_exhaustion = -2 - } - } - - enact_anaconda_plan = { - potential = { - tag = USA - war_with = CSA - NOT = { - has_global_flag = anaconda_plan_active - } - } - - allow = { - CSA = { - blockade = 0.8 - } - } - - effect = { - CSA = { - add_country_modifier = { - name = anaconda_plan - duration = -1 - } - } - set_global_flag = anaconda_plan_active - } - } - - shermans_march_to_the_sea = { - potential = { - tag = USA - war_with = CSA - NOT = { - has_country_flag = sherman_marched_to_the_sea - } - CSA = { - owns = 201 - owns = 2555 - owns = 204 - } - } - allow = { - controls = 201 - controls = 2555 - controls = 204 - } - - effect = { - set_country_flag = sherman_marched_to_the_sea - 201 = { - any_pop = { - reduce_pop = 0.70 - } - } - 2555 = { - any_pop = { - reduce_pop = 0.90 - } - } - 204 = { - any_pop = { - reduce_pop = 0.90 - } - } - CSA = { - war_exhaustion = 4 - } - } - } - - emancipation_proclamation = { - picture = emancipation_proclamation - potential = { - tag = USA - NOT = { - has_country_flag = emancipation - has_country_flag = the_slavery_debate - } - OR = { - war_with = CSA - AND = { - NOT = { exists = CSA } - has_global_flag = american_civil_war_has_happened - } - } - } - allow = { - OR = { - CSA = { national_provinces_occupied = 0.40 } - CSA = { exists = no } - } - prestige = 35 - } - effect = { - set_country_flag = emancipation - prestige = 5 - political_reform = no_slavery - any_pop = { - limit = { has_pop_culture = yankee } - consciousness = -5 - militancy = -5 - } - any_greater_power = { - relation = { - who = USA - value = 30 - } - } - } - } - manifest_destiny = { - potential = { - tag = USA - is_greater_power = yes - NOT = { has_country_flag = hasmanifestdestiny } - } - allow = { - war = no - idealism = 1 - state_n_government = 1 - NOT = { truce_with = MEX } - NOT = { war_policy = pacifism } - NOT = { MEX = { any_owned_province = { country_units_in_province = USA } } } - OR = { - TEX = { in_sphere = THIS } - TEX = { exists = no } - any_owned_province = { is_core = MEX } - invention = manifest_destiny - } - } - effect = { - set_country_flag = hasmanifestdestiny - random_list = { - 25 = { } - 25 = { badboy = 1 } - 25 = { badboy = 2 } - 25 = { badboy = 3 } - } - MEX_85 = { add_core = USA } #California - TEX_132 = { add_core = USA } #Texas - MEX_94 = { add_core = USA } #Nevada - MEX_97 = { add_core = USA } #Utah - USA_129 = { add_core = USA } #Oklahoma - USA_106 = { add_core = USA } #Colorado - #USA_78 = { add_core = USA } #Washington - USA_81 = { add_core = USA } #Portland - USA_91 = { add_core = USA } #Idaho - USA_111 = { add_core = USA } - USA_126 = { add_core = USA } - 2148 = { add_core = USA } - 105 = { add_core = USA } - 104 = { add_core = USA } - 103 = { add_core = USA } - 101 = { add_core = USA } - 100 = { add_core = USA life_rating = 5 } #Phoenix - 89 = { life_rating = 5 } #Los Angeles - 90 = { life_rating = 2 } #San Diego - 104 = { life_rating = 5 } #San Francisco - 84 = { life_rating = 4 } #Sacramento - 87 = { life_rating = 3 } #Monterey - 106 = { life_rating = 3 } #Denver - 43 = { life_rating = 4 } #Dallas - 132 = { life_rating = 2 } #Houston - 133 = { life_rating = 1 } #Austin - 137 = { life_rating = 4 } #San Antonio - 136 = { life_rating = 2 } #El Paso - relation = { who = MEX value = -200 } - diplomatic_influence = { who = MEX value = -200 } - leave_alliance = MEX - random_country = { - limit = { - tag = MEX - vassal_of = THIS - } - THIS = { release_vassal = MEX } - } - random_country = { - limit = { - is_our_vassal = MEX - NOT = { tag = THIS } - } - relation = { who = THIS value = -200 } - leave_alliance = THIS - } - random_country = { - limit = { - tag = MEX - any_owned_province = { - OR = { - region = MEX_85 - region = TEX_132 - region = MEX_103 - region = MEX_94 - region = MEX_97 - region = MEX_100 - } - } - } - country_event = 44126 - } - any_country = { - limit = { - exists = yes - war = no - is_mobilised = no - OR = { - tag = CAL - tag = TEX - tag = DES - } - OR = { - in_sphere = THIS - part_of_sphere = no - } - OR = { - vassal_of = THIS - is_vassal = no - } - } - country_event = 98650 - } - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = THIS } - } - diplomatic_influence = { who = MEX value = -100 } - } - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - consciousness = 2 - } - } - } - gag_rule = { - picture = gag_rule - potential = { - tag = USA - average_consciousness = 1 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_country_flag = house_gag_rule_enacted - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - average_consciousness = 3 - } - - effect = { - any_pop = { - consciousness = -1 - } - set_country_flag = house_gag_rule_enacted - } - } - - corwin_amendment = { - picture = corwin_amendment - potential = { - tag = USA - average_consciousness = 4 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_country_flag = corwin_amendment_enacted - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - average_consciousness = 7 - } - - effect = { - any_pop = { - consciousness = -2 - } - set_country_flag = corwin_amendment_enacted - } - } - - fugitive_slave_act = { - picture = fugitive_slave_act - potential = { - tag = USA - average_consciousness = 4 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_country_flag = fugitive_slave_act_enacted - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - average_consciousness = 5 - } - - effect = { - any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -2 } - set_country_flag = fugitive_slave_act_enacted - } - } - - nashville_convention = { - potential = { - tag = USA - average_consciousness = 5 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_country_flag = nashville_convention_held - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - average_consciousness = 6 - } - - effect = { - any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -3 } - set_country_flag = nashville_convention_held - } - } - - ostend_manifesto = { - potential = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - 2209 = { - NOT = { owner = { has_country_flag = new_world_nation } } - } - NOT = { - has_country_flag = ostend_manifesto_published - has_global_flag = american_civil_war_has_happened - has_country_flag = trying_to_buy_cuba - owns = 2209 - exists = CUB - } - } - - allow = { - money = 1000000 - OR = { - ruling_party_ideology = reactionary - upper_house = { ideology = reactionary value = 0.25 } - } - NOT = { slavery = no_slavery } - 2209 = { - owner = { - NOT = { - truce_with = THIS - } - } - } - } - - effect = { - random_list = { - 25 = { badboy = 3 } - 25 = { badboy = 2 } - 25 = { badboy = 1 } - 25 = { } - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR } - } - relation = { - who = USA - value = -150 - } - leave_alliance = USA - } - - random_country = { - limit = { - exists = yes - owns = 2209 - } - country_event = 90131 - } - - any_owned = { - limit = { state_scope = { is_slave = yes } } - any_pop = { consciousness = -1 } - } - - set_country_flag = ostend_manifesto_published - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.7 - } - } - } - - kansas_nebraska_act = { - picture = kansas_nebraska_act - potential = { - tag = USA - average_consciousness = 1 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_country_flag = kansas_nebraska_act_acting - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - average_consciousness = 3 - } - - effect = { - any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -2 } - any_pop = { limit = { location = { state_scope = { NOT = { is_slave = yes } } } } consciousness = 1 } - set_country_flag = kansas_nebraska_act_acting - } - } - - wilmot_proviso = { - potential = { - tag = USA - average_consciousness = 1 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - has_country_flag = treaty_of_guadalupe_hidalgo - NOT = { - has_country_flag = wilmot_proviso_providing - has_country_flag = clay_and_douglas_draft_enacted - has_global_flag = american_civil_war_has_happened - } - } - - allow = { - war = no - NOT = { has_country_flag = clay_and_douglas_draft_enacted } - average_consciousness = 3 - ruling_party_ideology = liberal - upper_house = { ideology = liberal value = 0.3 } - owns = 103 - owns = 104 - owns = 105 - owns = 108 - owns = 107 - owns = 84 - owns = 87 - owns = 89 - } - - effect = { - set_country_flag = wilmot_proviso_providing - #Colorado - random_owned = { - limit = { - province_id = 103 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_106 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #New Mexico - random_owned = { - limit = { - province_id = 105 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_103 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Arizona - random_owned = { - limit = { - province_id = 100 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_100 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Utah - random_owned = { - limit = { - province_id = 97 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_97 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Nevada - random_owned = { - limit = { - province_id = 94 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_94 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #California - random_owned = { - limit = { - province_id = 89 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_85 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Wyoming - random_owned = { - limit = { - province_id = 112 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_111 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Michigan - random_owned = { - limit = { - province_id = 173 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_176 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Wisconsin - random_owned = { - limit = { - province_id = 159 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_162 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Iowa - random_owned = { - limit = { - province_id = 151 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_151 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Minnesota - random_owned = { - limit = { - province_id = 155 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_158 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #North Dakota - random_owned = { - limit = { - province_id = 117 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_118 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #South Dakota - random_owned = { - limit = { - province_id = 120 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_121 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Montana - random_owned = { - limit = { - province_id = 113 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_116 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Idaho - random_owned = { - limit = { - province_id = 91 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_91 = { remove_core = CSA } - state_scope = { is_slave = no } - } - - any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = 1 } - any_pop = { limit = { location = { state_scope = { NOT = { is_slave = yes } } } } consciousness = -2 } - } - } - - form_kellys_irish_brigade = { - picture = form_kellys_irish_brigade - potential = { - tag = CSA - war_with = USA - NOT = { - has_country_flag = kellys_irish_brigade - } - } - - allow = { - war_exhaustion = 4 - is_vassal = no - } - - effect = { - random_pop = { - limit = { - pop_type = farmers - has_pop_culture = dixie - } - pop_type = soldiers - } - war_exhaustion = -1 - set_country_flag = kellys_irish_brigade - } - } - - raise_the_bonnie_blue_flag = { - potential = { - tag = CSA - NOT = { - OR = { - has_country_flag = bonnie_blue_flag - has_country_flag = 1861CSAstart - } - } - } - - allow = { - war_with = USA - is_vassal = no - } - - effect = { - - define_general = { - name = "Robert E. Lee" - personality = audacious - background = war_college - } - - define_general = { - name = "Thomas Jackson" - personality = coolminded - background = school_of_defense - } - define_general = { - name = "J.E.B. Stuart" - personality = brilliant - background = aristocrat - } - define_general = { - name = "James Longstreet" - personality = efficient - background = armchair_general - } - define_general = { - name = "Pierre Beauregard" - personality = expert - background = gifted_administrator - } - define_admiral = { - name = "Franklin Buchanan" - personality = balanced_p - background = nationalist - } - define_admiral = { - name = "Catesby ap Roger Jones" - personality = skilled - background = rising_star - } - - #small_arms = 100 - #regular_clothes = 100 - - add_country_modifier = { - name = the_bonnie_blue_flag - duration = 365 - } - - set_country_flag = bonnie_blue_flag - } - } - - enact_radical_reconstruction = { - potential = { - tag = USA - war = no - has_global_flag = american_civil_war_has_happened - owns = 60 - owns = 195 - owns = 139 - NOT = { - exists = CSA - has_global_flag = alt_american_civil_war_has_happened - has_country_flag = has_used_radical_reconstruction - } - } - - allow = { - state_n_government = 1 - } - - effect = { - war_exhaustion = -10 - any_pop = { militancy = -3 } - remove_country_modifier = the_slavery_debate - remove_accepted_culture = dixie - any_owned = { - limit = { is_core = CSA } - add_province_modifier = { name = reconstruction duration = 2555 } - } - any_pop = { - limit = { has_pop_culture = dixie } - consciousness = -3 - militancy = -3 - } - set_country_flag = has_used_radical_reconstruction - } - } - - annex_hawaii = { - potential = { - exists = HAW - is_sphere_leader_of = HAW - HAW = { ai = yes } - NOT = { has_country_flag = annexed_hawaii } - any_owned_province = { has_building = naval_base } - OR = { - any_owned_province = { continent = polynesia } - owns = 78 - owns = 79 - owns = 81 - owns = 83 - owns = 85 - owns = 84 - owns = 104 - owns = 87 - owns = 89 - owns = 90 - owns = 2139 - owns = 2140 - owns = 2138 - owns = 2141 - owns = 2157 - owns = 2156 - owns = 2161 - owns = 2168 - owns = 2169 - owns = 2179 - owns = 2171 - owns = 2178 - owns = 2181 - owns = 2182 - owns = 2186 - owns = 2191 - owns = 2192 - owns = 2193 - owns = 2199 - owns = 2197 - owns = 2198 - owns = 2202 - owns = 2201 - owns = 2206 - owns = 2205 - owns = 1723 - owns = 2204 - owns = 2208 - owns = 2253 - owns = 2258 - owns = 2281 - owns = 2280 - owns = 2291 - owns = 2292 - owns = 2298 - owns = 2295 - owns = 2297 - owns = 2285 - owns = 2336 - owns = 2304 - owns = 2578 - owns = 2308 - owns = 2307 - owns = 2305 - owns = 2309 - any_owned_province = { - is_core = CHL - is_coastal = yes - } - } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - any_owned_province = { continent = polynesia } - } - } - - allow = { - revolution_n_counterrevolution = 1 - is_sphere_leader_of = HAW - OR = { - AND = { - year = 1898 - HAW = { militancy = 1 } - } - HAW = { militancy = 8 } - mass_politics = 1 - } - HAW = { - war = no - is_mobilised = no - } - } - - effect = { - set_country_flag = annexed_hawaii - 658 = { trade_goods = coffee } - prestige = 2 - HAW = { civilized = no } - inherit = HAW - random_owned = { - limit = { owner = { capital_scope = { continent = north_america } } } - owner = { HAW_658 = { add_core = THIS } } - } - random_owned = { limit = { owner = { tag = USA ai = yes } } 658 = { naval_base = 1 } } - HAW = { civilized = yes } - random_owned = { - limit = { - owner = { NOT = { is_primary_culture = yankee } } - province_id = 658 - any_pop = { has_pop_culture = yankee } - } - 658 = { add_core = USA } - } - } - } - - sell_alaska = { - picture = map_alaska - potential = { - NOT = { has_country_flag = alaska_purchase_started } - NOT = { has_global_flag = alaska_purchase_completed } - OR = { - has_global_flag = american_civil_war_has_happened - year = 1870 - } - tag = RUS - year = 1859 - USA = { NOT = { war_with = CSA } } - } - - allow = { - war = no - any_owned_province = { - region = USA_1 - } - } - - effect = { - set_country_flag = alaska_purchase_started - prestige = 5 - any_country = { - limit = { - NOT = { tag = RUS } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - any_owned_province = { - OR = { - region = MEX_85 - region = USA_78 - region = USA_81 - region = CAN_13 - region = JAP_1088 - } - } - } - set_country_flag = alaska_purchase_interest - } - } - ai_will_do = { - factor = 1 - } - } - - webster_ashburton_treaty = { - potential = { - tag = ENG - NOT = { has_global_flag = webster_ashburton_signed } - OR = { - USA = { any_owned_province = { region = USA_247 } } - NEN = { any_owned_province = { region = USA_247 } } - } - } - - allow = { - owns = 250 - OR = { - AND = { - USA = { owns = 249 } - NOT = { war_with = USA } - } - AND = { - NEN = { owns = 249 } - NOT = { war_with = NEN } - } - } - } - - effect = { - 249 = { remove_core = CAN } - 250 = { remove_core = CAN } - 250 = { remove_core = ENG } - 250 = { remove_core = MRU } - badboy = -2 - prestige = 10 - 249 = { owner = { country_event = 44122 } } - set_global_flag = webster_ashburton_signed - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { badboy = 0.08 } - } - modifier = { - factor = 0 - NOT = { year = 1842 } - } - } - } - rio_grande_treaty = { - picture = rio_grande_treaty - potential = { - tag = USA - any_owned_province = { is_core = TEX } - RGR = { - exists = yes - any_owned_province = { is_core = USA } - } - NOT = { has_country_flag = rio_grande_treaty } - } - allow = { - war = no - money = 100000 - RGR = { - war = no - NOT = { truce_with = USA } - in_sphere = USA - } - } - effect = { - set_country_flag = rio_grande_treaty - treasury = -100000 - relation = { who = RGR value = 100 } - create_alliance = RGR - RGR = { - treasury = 100000 - any_owned = { - limit = { is_core = USA } - secede_province = USA - } - } - } - ai_will_do = { - factor = 1 - } - } - - demand_36_parallel = { - picture = CSA_36_parallel - potential = { - tag = CSA - is_vassal = no - NOT = { has_country_flag = 36_or_fight } - any_neighbor_country = { has_country_flag = hasmanifestdestiny } - MEX = { - OR = { - NOT = { has_country_flag = manifest_destiny_refuted } - NOT = { is_greater_power = yes } - } - } - } - - allow = { - war = no - is_vassal = no - NOT = { truce_with = USA } - NOT = { truce_with = MEX } - NOT = { - OR = { - in_sphere = USA - in_sphere = MEX - } - } - invention = manifest_destiny - all_core = { owned_by = THIS } - prestige = 40 - - } - - effect = { - set_country_flag = 36_or_fight - badboy = 5 - MEX_103 = { add_core = CSA } - MEX_100 = { add_core = CSA } - TEX_132 = { add_core = CSA } - USA_129 = { add_core = CSA } - USA_144 = { add_core = CSA } - USA_188 = { add_core = CSA } - USA_2556 = { add_core = CSA } - USA_205 = { add_core = CSA } - USA_201 = { add_core = CSA } - USA_200 = { add_core = CSA } - USA_196 = { add_core = CSA } - USA_194 = { add_core = CSA } - USA_139 = { add_core = CSA } - 96 = { add_core = CSA } - 90 = { add_core = CSA } - 89 = { add_core = CSA } - 88 = { add_core = CSA } - 87 = { add_core = CSA } - any_neighbor_country = { limit = { any_owned_province = { is_core = THIS } } country_event = 441268 } - } - ai_will_do = { factor = 1 } - } - - pass_the_fifteenth_amendment = { - picture = first_vote_usa - potential = { - tag = USA - NOT = { has_country_flag = fifteenth_amendment_enacted } - NOT = { citizens_rights = all_voting_pops } - government = democracy - has_global_flag = american_civil_war_has_happened - has_country_flag = has_used_radical_reconstruction - } - - allow = { - war = no - average_militancy = 1 - } - - effect = { - set_country_flag = fifteenth_amendment_enacted - political_reform = all_voting_pops - any_pop = { limit = { is_primary_culture = no is_accepted_culture = no } militancy = -1 } - } - ai_will_do = { factor = 1 } - } - - - texan_claims = { - picture = all_texas - potential = { - tag = TEX - NOT = { year = 1870 } - NOT = { has_country_flag = lone_star_state } - is_vassal = no - exists = yes - } - - allow = { - war = no - NOT = { year = 1870 } - OR = { - is_secondary_power = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - } - } - - effect = { - set_country_flag = lone_star_state - badboy = 1 - relation = { who = MEX value = -100 } - 129 = { add_core = TEX } - 128 = { add_core = TEX } - 103 = { add_core = TEX } - 105 = { add_core = TEX } - 109 = { add_core = TEX } - 107 = { add_core = TEX } - 135 = { add_core = TEX } - 136 = { add_core = TEX } - 138 = { add_core = TEX } - } - ai_will_do = { factor = 1 } - } - - gadsden_purchase = { - picture = gadsden - potential = { - NOT = { owns = 102 } - 102 = { NOT = { is_core = THIS } } - 102 = { owner = { NOT = { OR = { primary_culture = yankee primary_culture = dixie primary_culture = texan } } } } - is_culture_group = american_cultures - NOT = { has_country_flag = gadsden_negotiations } - 90 = { owned_by = THIS NOT = { is_core = MEX } } - 100 = { owned_by = THIS NOT = { is_core = MEX } } - 104 = { owned_by = THIS NOT = { is_core = MEX } } - 105 = { owned_by = THIS NOT = { is_core = MEX } } - } - - allow = { - NOT = { any_owned_province = { is_core = MEX } } - 102 = { owner = { NOT = { truce_with = THIS } } NOT = { owned_by = THIS } } - 2662 = { owner = { NOT = { truce_with = THIS } } NOT = { owned_by = THIS } } - war = no - OR = { - money = 50000 - ai = yes - } - nationalism_n_imperialism = 1 - owns = 90 - owns = 100 - owns = 104 - owns = 105 - } - - effect = { - set_country_flag = gadsden_negotiations - random_country = { - limit = { primary_culture = mexican OR = { owns = 102 owns = 2662 } } - country_event = 16453 - } - } - ai_will_do = { factor = 1 } - } - - guantanamo_bay_lease = { - picture = guantanamo_bay - potential = { - is_culture_group = american_cultures - NOT = { has_global_flag = guantanamo_lease } - 44 = { OR = { owned_by = THIS owner = { NOT = { is_culture_group = american_cultures } } } } - is_greater_power = yes - nationalism_n_imperialism = 1 - } - - allow = { - war = no - OR = { - money = 101000 - 2209 = { owned_by = THIS } - } - OR = { - steel_steamers = 1 - 2209 = { owner = { truce_with = THIS } } - } - OR = { - war_policy = jingoism - war_policy = pro_military - } - 2209 = { - owner = { - NOT = { is_greater_power = yes } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - OR = { - owns = 44 - 2209 = { NOT = { owned_by = THIS } owner = { in_sphere = THIS } } - 2209 = { NOT = { owned_by = THIS } owner = { relation = { who = THIS value = 175 } NOT = { part_of_sphere = yes } } } - } - } - - effect = { - set_global_flag = guantanamo_lease - badboy = 2 - 44 = { add_core = THIS } - random_country = { limit = { owns = 2209 NOT = { tag = THIS } } country_event = 16458 } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.85 } - } - } - - 1850_compromise = { - picture = clay_and_douglas_draft - potential = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - TEX = { exists = no } - has_country_flag = treaty_of_guadalupe_hidalgo - NOT = { - has_country_flag = wilmot_proviso_providing - has_country_flag = clay_and_douglas_draft_enacted - } - } - - allow = { - average_consciousness = 2 - NOT = { has_country_flag = wilmot_proviso_providing } - ruling_party_ideology = conservative - owns = 103 - owns = 104 - owns = 105 - owns = 108 - owns = 107 - owns = 84 - owns = 87 - owns = 89 - } - - effect = { - any_pop = { consciousness = -4 } - TEX = { all_core = { remove_core = TEX } } - #Oklahoma - random_owned = { - limit = { - province_id = 129 - NOT = { has_pop_type = slaves } - state_scope = { any_owned_province = { has_pop_type = slaves } } - } - USA_129 = { add_core = CSA } - state_scope = { - is_slave = yes - } - } - #Texas - random_owned = { - limit = { - province_id = 133 - OR = { - NOT = { state_scope = { is_slave = yes } } - NOT = { is_core = CSA } - } - } - TEX_132 = { - add_core = CSA - add_core = TEX - } - state_scope = { is_slave = yes } - } - #California - random_owned = { - limit = { - province_id = 89 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_85 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Wyoming - random_owned = { - limit = { - province_id = 112 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_111 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Michigan - random_owned = { - limit = { - province_id = 173 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_176 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Wisconsin - random_owned = { - limit = { - province_id = 159 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_162 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Iowa - random_owned = { - limit = { - province_id = 151 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_151 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Minnesota - random_owned = { - limit = { - province_id = 155 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_158 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #North Dakota - random_owned = { - limit = { - province_id = 117 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_118 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #South Dakota - random_owned = { - limit = { - province_id = 120 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_121 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Montana - random_owned = { - limit = { - province_id = 113 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_116 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Idaho - random_owned = { - limit = { - province_id = 91 - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - USA_91 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #New Mexico - random_owned = { - limit = { - province_id = 105 - owner = { NOT = { 135 = { state_scope = { is_slave = yes } } } } - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_103 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Arizona - random_owned = { - limit = { - province_id = 100 - owner = { NOT = { 2148 = { state_scope = { is_slave = yes } } } } - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_100 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Utah - random_owned = { - limit = { - province_id = 97 - owner = { NOT = { 100 = { state_scope = { is_slave = yes } } } } - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_97 = { remove_core = CSA } - state_scope = { is_slave = no } - } - #Nevada - random_owned = { - limit = { - province_id = 94 - owner = { NOT = { 97 = { state_scope = { is_slave = yes } } } } - OR = { - state_scope = { is_slave = yes } - is_core = CSA - } - } - MEX_94 = { remove_core = CSA } - state_scope = { is_slave = no } - } - - random_owned = { limit = { province_id = 138 } remove_core = RGR } - set_country_flag = clay_and_douglas_draft_enacted - } - } - - offer_to_buy_cuba = { - picture = map_caribbean - potential = { - OR = { - tag = USA - tag = CSA - tag = TEX - } - 2209 = { - NOT = { owner = { has_country_flag = new_world_nation } } - } - NOT = { - has_country_flag = ostend_manifesto_published - has_country_flag = maine_incident - has_country_flag = trying_to_buy_cuba - owns = 2209 - exists = CUB - } - has_global_flag = american_civil_war_has_happened - } - - allow = { - war = no - is_greater_power = yes - money = 1000000 - 2209 = { - owner = { - war = no - NOT = { truce_with = THIS } - any_owned_province = { - is_core = CUB - OR = { - controlled_by = REB - has_province_modifier = nationalist_agitation - average_militancy = 6 - } - } - } - } - NOT = { has_country_flag = maine_incident } - } - - effect = { - set_country_flag = trying_to_buy_cuba - 2209 = { - owner = { country_event = 90131 } - } - } - } - - annexation_santo_domingo = { - picture = annexation_santo_domingo - potential = { - OR = { - tag = USA - tag = CSA - } - is_greater_power = yes - DOM = { - exists = yes - owns = 2214 - owns = 2216 - OR = { - is_vassal = no - vassal_of = THIS - } - } - OR = { - 2214 = { is_core = HAI } - 2216 = { is_core = HAI } - } - NOT = { has_country_flag = annex_santo_domingo } - nationalism_n_imperialism = 1 - NOT = { year = 1900 } - government = democracy - } - - allow = { - war = no - money = 100000 - is_vassal = no - war_policy = jingoism - invention = manifest_destiny - ruling_party_ideology = reactionary - upper_house = { ideology = reactionary value = 0.15 } - all_core = { owned_by = THIS } - is_sphere_leader_of = DOM - DOM = { - government = presidential_dictatorship - war = no - } - OR = { - 2214 = { is_core = HAI } - 2216 = { is_core = HAI } - } - } - - effect = { - set_country_flag = annex_santo_domingo - relation = { who = HAI value = -400 } - diplomatic_influence = { who = HAI value = -400 } - DOM = { country_event = 45105 } - } - ai_will_do = { - factor = 100 - modifier = { factor = 0 badboy = 0.8 } - } - } - - guano_islands_act = { - picture = dreams_of_empire - potential = { - OR = { - owns = 2525 - owns = 658 - } - is_greater_power = yes - 2623 = { empty = yes } - 2526 = { empty = yes } - NOT = { has_global_flag = annexed_midway_island } - } - - allow = { - war = no - money = 30000 - invention = manifest_destiny - blue_and_brown_water_schools = 1 - tech_school = commerce_tech_school - is_vassal = no - is_disarmed = no - } - - effect = { - set_global_flag = annexed_midway_island - treasury = -30000 - 2623 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 2526 = { secede_province = THIS any_pop = { literacy = -0.99 } } - } - - ai_will_do = { factor = 100 } - } - - - the_iron_range = { - picture = iron_range_mountains - potential = { - owns = 232 - NOT = { has_global_flag = iron_ranges } - } - - allow = { - war = no - invention = advanced_ore_smelting_processes - } - - effect = { - set_global_flag = iron_ranges - 158 = { trade_goods = iron change_province_name = "Duluth" } - 177 = { trade_goods = iron } - 157 = { trade_goods = iron } - 235 = { trade_goods = iron } - 98 = { trade_goods = iron } - 232 = { life_rating = 5 } #New York - 163 = { life_rating = 5 } #Chicago - 173 = { life_rating = 5 } #Detroit - 243 = { life_rating = 4 } #Boston - 223 = { life_rating = 5 } #Philadelphia - 139 = { life_rating = 5 } #New Orleans - 199 = { life_rating = 4 } #Jacksonville - 169 = { life_rating = 4 } #Indianapolis - 179 = { life_rating = 4 } #Columbus - 209 = { life_rating = 3 } #Charlotte - } - - ai_will_do = { factor = 1 } - } - - the_mormon_exodus = { - picture = nauvoo_temple - potential = { - OR = { - tag = USA - tag = DES - } - year = 1846 - NOT = { has_country_flag = mormon_exodus } - } - - allow = { - war = no - owns = 97 - MEX_97 = { is_colonial = no } - } - - effect = { - set_country_flag = mormon_exodus - any_country = { - any_pop = { - limit = { has_pop_religion = mormon } - dominant_issue = { value = moralism factor = 0.5 } - consciousness = 5 - move_pop = 97 - } - } - any_pop = { - limit = { has_pop_religion = mormon } - dominant_issue = { value = moralism factor = 0.5 } - consciousness = 5 - move_pop = 97 - } - 97 = { - life_rating = 2 - add_province_modifier = { name = home_of_the_mormons duration = 10950 } - any_pop = { - limit = { has_pop_culture = native_american_minor } - reduce_pop = 0.25 - } - } - MEX_94 = { add_core = DES } - MEX_97 = { add_core = DES } - 88 = { add_core = DES } - 89 = { add_core = DES } - 90 = { add_core = DES } - 100 = { add_core = DES } - 101 = { add_core = DES } - } - - ai_will_do = { factor = 1 } - } - - - the_american_frontier = { - picture = cowboy - potential = { - OR = { - primary_culture = texan - primary_culture = yankee - primary_culture = dixie - } - OR = { - owns = 92 - owns = 93 - owns = 112 - owns = 111 - owns = 106 - owns = 130 - owns = 131 - owns = 113 - owns = 114 - owns = 115 - owns = 116 - owns = 117 - owns = 118 - owns = 119 - owns = 120 - owns = 121 - owns = 122 - owns = 123 - owns = 124 - owns = 125 - owns = 126 - owns = 127 - owns = 155 - owns = 156 - owns = 157 - } - NOT = { has_global_flag = american_frontier } - } - - allow = { - war = no - OR = { - year = 1865 - AND = { - invention = manifest_destiny - nationalism_n_imperialism = 1 - central_bank_money_bill_printing = 1 - } - } - } - - effect = { - set_global_flag = american_frontier - 189 = { life_rating = 3 } #Memphis - 43 = { change_province_name = "Dallas" } - 134 = { change_province_name = "Abilene" } - 135 = { change_province_name = "Lubbock" } - 92 = { change_province_name = "Coeur D'Alene" } - 93 = { change_province_name = "Pocatello" } - 111 = { change_province_name = "Rock Springs" } - 130 = { change_province_name = "Tahlequah" } - 114 = { change_province_name = "Missoula" } - 115 = { change_province_name = "Great Falls" } - 116 = { change_province_name = "Billings" } - 118 = { change_province_name = "Minot" } - 119 = { change_province_name = "Dickinson" } - 121 = { change_province_name = "Dupree" } - 122 = { change_province_name = "Rapid City" } - 124 = { change_province_name = "North Platte" } - 125 = { change_province_name = "Hastings" } - 127 = { change_province_name = "Goodland" } - 156 = { change_province_name = "Granite Falls" } - 157 = { change_province_name = "Moorhead" } - 106 = { change_province_name = "Denver" add_province_modifier = { name = recently_built_city duration = 180 } } - 131 = { change_province_name = "Oklahoma City" add_province_modifier = { name = recently_built_city duration = 180 } } - 113 = { change_province_name = "Helena" add_province_modifier = { name = recently_built_city duration = 180 } } - 117 = { change_province_name = "Bismarck" add_province_modifier = { name = recently_built_city duration = 180 } } - 120 = { change_province_name = "Sioux Falls" add_province_modifier = { name = recently_built_city duration = 180 } } - 123 = { change_province_name = "Omaha" add_province_modifier = { name = recently_built_city duration = 180 } } - 126 = { change_province_name = "Topeka" add_province_modifier = { name = recently_built_city duration = 180 } } - 155 = { change_province_name = "Minneapolis" add_province_modifier = { name = recently_built_city duration = 180 } } - 112 = { change_province_name = "Cheyenne" add_province_modifier = { name = recently_built_city duration = 180 } } - 97 = { add_province_modifier = { name = recently_built_city duration = 730 } } - 96 = { add_province_modifier = { name = recently_built_city duration = 730 } } - } - - ai_will_do = { factor = 1 } - } - - - back_to_africa_act = { - picture = going_to_liberia - potential = { - has_country_flag = new_world_nation - NOT = { is_culture_group = african_diaspora_cultures } - any_owned_province = { - is_core = THIS - NOT = { continent = africa } - any_pop = { is_culture_group = african_diaspora_cultures } - } - NOT = { - has_country_modifier = forceful_back_to_africa - has_country_modifier = the_slavery_debate - } - OR = { - government = absolute_monarchy - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - - allow = { - war = no - money = 250000 - phenomenalism = 1 - NOT = { ruling_party_ideology = liberal } - NOT = { ruling_party_ideology = communist } - NOT = { citizenship_policy = full_citizenship } - NOT = { citizens_rights = all_voting_pops } - NOT = { has_country_modifier = law_changed_by_force } - 1887 = { - OR = { - is_colonial = yes - NOT = { owned_by = THIS } - } - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1888 = { - OR = { - is_colonial = yes - NOT = { owned_by = THIS } - } - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - - effect = { - treasury = -250000 - any_owned = { - limit = { is_core = LIB } - add_province_modifier = { name = plantation duration = -1 } - } - add_country_modifier = { name = forceful_back_to_africa duration = -1 } - any_pop = { - limit = { is_culture_group = african_diaspora_cultures } - consciousness = 7 - militancy = 9 - } - - any_pop = { - limit = { NOT = { is_culture_group = african_diaspora_cultures } } - scaled_militancy = { - factor = 7 - ideology = liberal - } - } - - random_owned = { - limit = { owner = { is_ideology_enabled = communist } } - owner = { - any_pop = { - limit = { NOT = { is_culture_group = african_diaspora_cultures } } - scaled_militancy = { - factor = 7 - ideology = communist - } - } - } - } - - random_owned = { - limit = { owner = { is_ideology_enabled = socialist } } - owner = { - any_pop = { - limit = { NOT = { is_culture_group = african_diaspora_cultures } } - scaled_militancy = { - factor = 7 - ideology = socialist - } - } - } - } - - random_owned = { - limit = { has_pop_type = slaves } - owner = { - any_pop = { - limit = { NOT = { is_culture_group = african_diaspora_cultures } } - scaled_militancy = { - factor = 7 - issue = no_slavery - } - } - } - } - - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { money = 1000000 } - } - - modifier = { - factor = 0 - NOT = { war_policy = jingoism } - } - - modifier = { - factor = 0 - NOT = { citizenship_policy = residency } - } - } - } - - revoke_back_to_africa_act = { - picture = going_to_liberia - potential = { - has_country_modifier = forceful_back_to_africa - } - - allow = { - } - - effect = { - remove_country_modifier = forceful_back_to_africa - add_country_modifier = { name = law_changed_by_force duration = 1825 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { badboy = 0.4 } - } - - modifier = { - factor = 0 - vote_franschise = none_voting - political_parties = underground_parties - } - } - } - - revoke_back_to_africa_act_player = { - picture = going_to_liberia - potential = { - ai = yes - OR = { - any_neighbor_country = { - ai = no - has_country_modifier = forceful_back_to_africa - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = communist - NOT = { - government = absolute_monarchy - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - } - any_greater_power = { - ai = no - has_country_modifier = forceful_back_to_africa - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = communist - NOT = { - government = absolute_monarchy - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - } - } - } - - allow = { - } - - effect = { - any_country = { - limit = { - ai = no - has_country_modifier = forceful_back_to_africa - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = communist - NOT = { - government = absolute_monarchy - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - } - remove_country_modifier = forceful_back_to_africa - add_country_modifier = { name = law_changed_by_force duration = 1825 } - } - } - - ai_will_do = { factor = 1 } - } - + king_cotton = { + picture = king_cotton + potential = { + tag = CSA + war_with = USA + not = { + has_country_flag = haskingcotton + } + } + + allow = { + cotton = 500 + is_vassal = no + } + + effect = { + set_country_flag = haskingcotton + prestige = 5 + cotton = -500 + any_greater_power = { + limit = { + NOT = { + tag = USA + } + } + casus_belli = { + target = USA + type = cut_down_to_size + months = 24 + } + } + } + } + +# USA + trail_of_tears = { + potential = { + OR = { + tag = USA + tag = CSA + } + NOT = { + has_global_flag = marching_on_the_trail_of_tears + } + } + + allow = { + owns = 130 + owns = 131 + average_consciousness = 3 + is_vassal = no + } + + effect = { + any_pop = { + limit = { + has_pop_culture = cherokee + NOT = { + location = { + OR = { + province_id = 130 + province_id = 131 + } + } + } + } + reduce_pop = 0.80 + consciousness = 2 + militancy = -1 + move_pop = 130 + } + set_global_flag = marching_on_the_trail_of_tears + } + + ai_will_do = { + factor = 1 + } + } + + organize_indian_territory = { + picture = organize_indian_territory + potential = { + OR = { + tag = USA + tag = CSA + } + has_global_flag = marching_on_the_trail_of_tears + owns = 130 + owns = 131 + NOT = { year = 1890 } + 130 = { is_colonial = yes } + 131 = { is_colonial = yes } + NOT = { + 130 = { + has_province_modifier = indian_territory + } + 131 = { + has_province_modifier = indian_territory + } + } + } + + allow = { + NOT = { + 130 = { + has_province_modifier = indian_territory + } + 131 = { + has_province_modifier = indian_territory + } + } + owns = 130 + owns = 131 + is_vassal = no + } + + effect = { + any_pop = { + limit = { + OR = { + has_pop_culture = native_american_minor + has_pop_culture = cherokee + } + } + consciousness = 6 + militancy = -2 + } + 130 = { + add_province_modifier = { + name = indian_territory + duration = -1 + } + } + 131 = { + add_province_modifier = { + name = indian_territory + duration = -1 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + custers_expedition = { + picture = custers_expedition + potential = { + tag = USA + NOT = { + has_country_flag = custers_expedition_sent + } + owns = 122 + year = 1874 + } + + allow = { + machine_guns = 1 + OR = { + 122 = { units_in_province = 1 } + ai = yes + } + } + + effect = { + prestige = 1 + set_country_flag = custers_expedition_sent + } + } + + enact_the_homestead_act = { + potential = { + tag = USA + government = democracy + NOT = { has_country_flag = homestead_act } + year = 1862 + number_of_states = 3 + num_of_ports = 1 + } + + allow = { + prestige = 40 + state_n_government = 1 + } + + effect = { + set_country_flag = homestead_act + add_country_modifier = { + name = the_homestead_act + duration = 3650 + } + } + } + + bixby_letter = { + picture = bixby_letter + potential = { + tag = USA + not = { + has_country_flag = bixby_letter_sent + } + war_with = CSA + } + + allow = { + war_exhaustion = 6 + } + + effect = { + set_country_flag = bixby_letter_sent + war_exhaustion = -2 + } + } + + enact_anaconda_plan = { + potential = { + tag = USA + war_with = CSA + NOT = { + has_global_flag = anaconda_plan_active + } + } + + allow = { + CSA = { + blockade = 0.8 + } + } + + effect = { + CSA = { + add_country_modifier = { + name = anaconda_plan + duration = -1 + } + } + set_global_flag = anaconda_plan_active + } + } + + shermans_march_to_the_sea = { + potential = { + tag = USA + war_with = CSA + NOT = { + has_country_flag = sherman_marched_to_the_sea + } + CSA = { + owns = 201 + owns = 2555 + owns = 204 + } + } + allow = { + controls = 201 + controls = 2555 + controls = 204 + } + + effect = { + set_country_flag = sherman_marched_to_the_sea + 201 = { + any_pop = { + reduce_pop = 0.70 + } + } + 2555 = { + any_pop = { + reduce_pop = 0.90 + } + } + 204 = { + any_pop = { + reduce_pop = 0.90 + } + } + CSA = { + war_exhaustion = 4 + } + } + } + + emancipation_proclamation = { + picture = emancipation_proclamation + potential = { + tag = USA + NOT = { + has_country_flag = emancipation + has_country_flag = the_slavery_debate + } + OR = { + war_with = CSA + AND = { + NOT = { exists = CSA } + has_global_flag = american_civil_war_has_happened + } + } + } + allow = { + OR = { + CSA = { national_provinces_occupied = 0.40 } + CSA = { exists = no } + } + prestige = 35 + } + effect = { + set_country_flag = emancipation + prestige = 5 + political_reform = no_slavery + any_pop = { + limit = { has_pop_culture = yankee } + consciousness = -5 + militancy = -5 + } + any_greater_power = { + relation = { + who = USA + value = 30 + } + } + } + } + manifest_destiny = { + potential = { + tag = USA + is_greater_power = yes + NOT = { has_country_flag = hasmanifestdestiny } + } + allow = { + war = no + idealism = 1 + state_n_government = 1 + NOT = { truce_with = MEX } + NOT = { war_policy = pacifism } + NOT = { MEX = { any_owned_province = { country_units_in_province = USA } } } + OR = { + TEX = { in_sphere = THIS } + TEX = { exists = no } + any_owned_province = { is_core = MEX } + invention = manifest_destiny + } + } + effect = { + set_country_flag = hasmanifestdestiny + random_list = { + 25 = { } + 25 = { badboy = 1 } + 25 = { badboy = 2 } + 25 = { badboy = 3 } + } + MEX_85 = { add_core = USA } #California + TEX_132 = { add_core = USA } #Texas + MEX_94 = { add_core = USA } #Nevada + MEX_97 = { add_core = USA } #Utah + USA_129 = { add_core = USA } #Oklahoma + USA_106 = { add_core = USA } #Colorado + #USA_78 = { add_core = USA } #Washington + USA_81 = { add_core = USA } #Portland + USA_91 = { add_core = USA } #Idaho + USA_111 = { add_core = USA } + USA_126 = { add_core = USA } + 2148 = { add_core = USA } + 105 = { add_core = USA } + 104 = { add_core = USA } + 103 = { add_core = USA } + 101 = { add_core = USA } + 100 = { add_core = USA life_rating = 5 } #Phoenix + 89 = { life_rating = 5 } #Los Angeles + 90 = { life_rating = 2 } #San Diego + 104 = { life_rating = 5 } #San Francisco + 84 = { life_rating = 4 } #Sacramento + 87 = { life_rating = 3 } #Monterey + 106 = { life_rating = 3 } #Denver + 43 = { life_rating = 4 } #Dallas + 132 = { life_rating = 2 } #Houston + 133 = { life_rating = 1 } #Austin + 137 = { life_rating = 4 } #San Antonio + 136 = { life_rating = 2 } #El Paso + relation = { who = MEX value = -200 } + diplomatic_influence = { who = MEX value = -200 } + leave_alliance = MEX + random_country = { + limit = { + tag = MEX + vassal_of = THIS + } + THIS = { release_vassal = MEX } + } + random_country = { + limit = { + is_our_vassal = MEX + NOT = { tag = THIS } + } + relation = { who = THIS value = -200 } + leave_alliance = THIS + } + random_country = { + limit = { + tag = MEX + any_owned_province = { + OR = { + region = MEX_85 + region = TEX_132 + region = MEX_103 + region = MEX_94 + region = MEX_97 + region = MEX_100 + } + } + } + country_event = 44126 + } + any_country = { + limit = { + exists = yes + war = no + is_mobilised = no + OR = { + tag = CAL + tag = TEX + tag = DES + } + OR = { + in_sphere = THIS + part_of_sphere = no + } + OR = { + vassal_of = THIS + is_vassal = no + } + } + country_event = 98650 + } + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = THIS } + } + diplomatic_influence = { who = MEX value = -100 } + } + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + consciousness = 2 + } + } + } + gag_rule = { + picture = gag_rule + potential = { + tag = USA + average_consciousness = 1 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_country_flag = house_gag_rule_enacted + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + average_consciousness = 3 + } + + effect = { + any_pop = { + consciousness = -1 + } + set_country_flag = house_gag_rule_enacted + } + } + + corwin_amendment = { + picture = corwin_amendment + potential = { + tag = USA + average_consciousness = 4 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_country_flag = corwin_amendment_enacted + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + average_consciousness = 7 + } + + effect = { + any_pop = { + consciousness = -2 + } + set_country_flag = corwin_amendment_enacted + } + } + + fugitive_slave_act = { + picture = fugitive_slave_act + potential = { + tag = USA + average_consciousness = 4 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_country_flag = fugitive_slave_act_enacted + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + average_consciousness = 5 + } + + effect = { + any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -2 } + set_country_flag = fugitive_slave_act_enacted + } + } + + nashville_convention = { + potential = { + tag = USA + average_consciousness = 5 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_country_flag = nashville_convention_held + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + average_consciousness = 6 + } + + effect = { + any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -3 } + set_country_flag = nashville_convention_held + } + } + + ostend_manifesto = { + potential = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + 2209 = { + NOT = { owner = { has_country_flag = new_world_nation } } + } + NOT = { + has_country_flag = ostend_manifesto_published + has_global_flag = american_civil_war_has_happened + has_country_flag = trying_to_buy_cuba + owns = 2209 + exists = CUB + } + } + + allow = { + money = 1000000 + OR = { + ruling_party_ideology = reactionary + upper_house = { ideology = reactionary value = 0.25 } + } + NOT = { slavery = no_slavery } + 2209 = { + owner = { + NOT = { + truce_with = THIS + } + } + } + } + + effect = { + random_list = { + 25 = { badboy = 3 } + 25 = { badboy = 2 } + 25 = { badboy = 1 } + 25 = { } + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR } + } + relation = { + who = USA + value = -150 + } + leave_alliance = USA + } + + random_country = { + limit = { + exists = yes + owns = 2209 + } + country_event = 90131 + } + + any_owned = { + limit = { state_scope = { is_slave = yes } } + any_pop = { consciousness = -1 } + } + + set_country_flag = ostend_manifesto_published + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.7 + } + } + } + + kansas_nebraska_act = { + picture = kansas_nebraska_act + potential = { + tag = USA + average_consciousness = 1 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_country_flag = kansas_nebraska_act_acting + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + average_consciousness = 3 + } + + effect = { + any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = -2 } + any_pop = { limit = { location = { state_scope = { NOT = { is_slave = yes } } } } consciousness = 1 } + set_country_flag = kansas_nebraska_act_acting + } + } + + wilmot_proviso = { + potential = { + tag = USA + average_consciousness = 1 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + has_country_flag = treaty_of_guadalupe_hidalgo + NOT = { + has_country_flag = wilmot_proviso_providing + has_country_flag = clay_and_douglas_draft_enacted + has_global_flag = american_civil_war_has_happened + } + } + + allow = { + war = no + NOT = { has_country_flag = clay_and_douglas_draft_enacted } + average_consciousness = 3 + ruling_party_ideology = liberal + upper_house = { ideology = liberal value = 0.3 } + owns = 103 + owns = 104 + owns = 105 + owns = 108 + owns = 107 + owns = 84 + owns = 87 + owns = 89 + } + + effect = { + set_country_flag = wilmot_proviso_providing + #Colorado + random_owned = { + limit = { + province_id = 103 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_106 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #New Mexico + random_owned = { + limit = { + province_id = 105 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_103 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Arizona + random_owned = { + limit = { + province_id = 100 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_100 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Utah + random_owned = { + limit = { + province_id = 97 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_97 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Nevada + random_owned = { + limit = { + province_id = 94 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_94 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #California + random_owned = { + limit = { + province_id = 89 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_85 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Wyoming + random_owned = { + limit = { + province_id = 112 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_111 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Michigan + random_owned = { + limit = { + province_id = 173 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_176 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Wisconsin + random_owned = { + limit = { + province_id = 159 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_162 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Iowa + random_owned = { + limit = { + province_id = 151 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_151 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Minnesota + random_owned = { + limit = { + province_id = 155 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_158 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #North Dakota + random_owned = { + limit = { + province_id = 117 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_118 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #South Dakota + random_owned = { + limit = { + province_id = 120 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_121 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Montana + random_owned = { + limit = { + province_id = 113 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_116 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Idaho + random_owned = { + limit = { + province_id = 91 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_91 = { remove_core = CSA } + state_scope = { is_slave = no } + } + + any_pop = { limit = { location = { state_scope = { is_slave = yes } } } consciousness = 1 } + any_pop = { limit = { location = { state_scope = { NOT = { is_slave = yes } } } } consciousness = -2 } + } + } + + form_kellys_irish_brigade = { + picture = form_kellys_irish_brigade + potential = { + tag = CSA + war_with = USA + NOT = { + has_country_flag = kellys_irish_brigade + } + } + + allow = { + war_exhaustion = 4 + is_vassal = no + } + + effect = { + random_pop = { + limit = { + pop_type = farmers + has_pop_culture = dixie + } + pop_type = soldiers + } + war_exhaustion = -1 + set_country_flag = kellys_irish_brigade + } + } + + raise_the_bonnie_blue_flag = { + potential = { + tag = CSA + NOT = { + OR = { + has_country_flag = bonnie_blue_flag + has_country_flag = 1861CSAstart + } + } + } + + allow = { + war_with = USA + is_vassal = no + } + + effect = { + + define_general = { + name = "Robert E. Lee" + personality = audacious + background = war_college + } + + define_general = { + name = "Thomas Jackson" + personality = coolminded + background = school_of_defense + } + define_general = { + name = "J.E.B. Stuart" + personality = brilliant + background = aristocrat + } + define_general = { + name = "James Longstreet" + personality = efficient + background = armchair_general + } + define_general = { + name = "Pierre Beauregard" + personality = expert + background = gifted_administrator + } + define_admiral = { + name = "Franklin Buchanan" + personality = balanced_p + background = nationalist + } + define_admiral = { + name = "Catesby ap Roger Jones" + personality = skilled + background = rising_star + } + + #small_arms = 100 + #regular_clothes = 100 + + add_country_modifier = { + name = the_bonnie_blue_flag + duration = 365 + } + + set_country_flag = bonnie_blue_flag + } + } + + enact_radical_reconstruction = { + potential = { + tag = USA + war = no + has_global_flag = american_civil_war_has_happened + owns = 60 + owns = 195 + owns = 139 + NOT = { + exists = CSA + has_global_flag = alt_american_civil_war_has_happened + has_country_flag = has_used_radical_reconstruction + } + } + + allow = { + state_n_government = 1 + } + + effect = { + war_exhaustion = -10 + any_pop = { militancy = -3 } + remove_country_modifier = the_slavery_debate + remove_accepted_culture = dixie + any_owned = { + limit = { is_core = CSA } + add_province_modifier = { name = reconstruction duration = 2555 } + } + any_pop = { + limit = { has_pop_culture = dixie } + consciousness = -3 + militancy = -3 + } + set_country_flag = has_used_radical_reconstruction + } + } + + annex_hawaii = { + potential = { + exists = HAW + is_sphere_leader_of = HAW + HAW = { ai = yes } + NOT = { has_country_flag = annexed_hawaii } + any_owned_province = { has_building = naval_base } + OR = { + any_owned_province = { continent = polynesia } + owns = 78 + owns = 79 + owns = 81 + owns = 83 + owns = 85 + owns = 84 + owns = 104 + owns = 87 + owns = 89 + owns = 90 + owns = 2139 + owns = 2140 + owns = 2138 + owns = 2141 + owns = 2157 + owns = 2156 + owns = 2161 + owns = 2168 + owns = 2169 + owns = 2179 + owns = 2171 + owns = 2178 + owns = 2181 + owns = 2182 + owns = 2186 + owns = 2191 + owns = 2192 + owns = 2193 + owns = 2199 + owns = 2197 + owns = 2198 + owns = 2202 + owns = 2201 + owns = 2206 + owns = 2205 + owns = 1723 + owns = 2204 + owns = 2208 + owns = 2253 + owns = 2258 + owns = 2281 + owns = 2280 + owns = 2291 + owns = 2292 + owns = 2298 + owns = 2295 + owns = 2297 + owns = 2285 + owns = 2336 + owns = 2304 + owns = 2578 + owns = 2308 + owns = 2307 + owns = 2305 + owns = 2309 + any_owned_province = { + is_core = CHL + is_coastal = yes + } + } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + any_owned_province = { continent = polynesia } + } + } + + allow = { + revolution_n_counterrevolution = 1 + is_sphere_leader_of = HAW + OR = { + AND = { + year = 1898 + HAW = { militancy = 1 } + } + HAW = { militancy = 8 } + mass_politics = 1 + } + HAW = { + war = no + is_mobilised = no + } + } + + effect = { + set_country_flag = annexed_hawaii + 658 = { trade_goods = coffee } + prestige = 2 + HAW = { civilized = no } + inherit = HAW + random_owned = { + limit = { owner = { capital_scope = { continent = north_america } } } + owner = { HAW_658 = { add_core = THIS } } + } + random_owned = { limit = { owner = { tag = USA ai = yes } } 658 = { naval_base = 1 } } + HAW = { civilized = yes } + random_owned = { + limit = { + owner = { NOT = { is_primary_culture = yankee } } + province_id = 658 + any_pop = { has_pop_culture = yankee } + } + 658 = { add_core = USA } + } + } + } + + sell_alaska = { + picture = map_alaska + potential = { + NOT = { has_country_flag = alaska_purchase_started } + NOT = { has_global_flag = alaska_purchase_completed } + OR = { + has_global_flag = american_civil_war_has_happened + year = 1870 + } + tag = RUS + year = 1859 + USA = { NOT = { war_with = CSA } } + } + + allow = { + war = no + any_owned_province = { + region = USA_1 + } + } + + effect = { + set_country_flag = alaska_purchase_started + prestige = 5 + any_country = { + limit = { + NOT = { tag = RUS } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + any_owned_province = { + OR = { + region = MEX_85 + region = USA_78 + region = USA_81 + region = CAN_13 + region = JAP_1088 + } + } + } + set_country_flag = alaska_purchase_interest + } + } + ai_will_do = { + factor = 1 + } + } + + webster_ashburton_treaty = { + potential = { + tag = ENG + NOT = { has_global_flag = webster_ashburton_signed } + OR = { + USA = { any_owned_province = { region = USA_247 } } + NEN = { any_owned_province = { region = USA_247 } } + } + } + + allow = { + owns = 250 + OR = { + AND = { + USA = { owns = 249 } + NOT = { war_with = USA } + } + AND = { + NEN = { owns = 249 } + NOT = { war_with = NEN } + } + } + } + + effect = { + 249 = { remove_core = CAN } + 250 = { remove_core = CAN } + 250 = { remove_core = ENG } + 250 = { remove_core = MRU } + badboy = -2 + prestige = 10 + 249 = { owner = { country_event = 44122 } } + set_global_flag = webster_ashburton_signed + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { badboy = 0.08 } + } + modifier = { + factor = 0 + NOT = { year = 1842 } + } + } + } + rio_grande_treaty = { + picture = rio_grande_treaty + potential = { + tag = USA + any_owned_province = { is_core = TEX } + RGR = { + exists = yes + any_owned_province = { is_core = USA } + } + NOT = { has_country_flag = rio_grande_treaty } + } + allow = { + war = no + money = 100000 + RGR = { + war = no + NOT = { truce_with = USA } + in_sphere = USA + } + } + effect = { + set_country_flag = rio_grande_treaty + treasury = -100000 + relation = { who = RGR value = 100 } + create_alliance = RGR + RGR = { + treasury = 100000 + any_owned = { + limit = { is_core = USA } + secede_province = USA + } + } + } + ai_will_do = { + factor = 1 + } + } + + demand_36_parallel = { + picture = CSA_36_parallel + potential = { + tag = CSA + is_vassal = no + NOT = { has_country_flag = 36_or_fight } + any_neighbor_country = { has_country_flag = hasmanifestdestiny } + MEX = { + OR = { + NOT = { has_country_flag = manifest_destiny_refuted } + NOT = { is_greater_power = yes } + } + } + } + + allow = { + war = no + is_vassal = no + NOT = { truce_with = USA } + NOT = { truce_with = MEX } + NOT = { + OR = { + in_sphere = USA + in_sphere = MEX + } + } + invention = manifest_destiny + all_core = { owned_by = THIS } + prestige = 40 + + } + + effect = { + set_country_flag = 36_or_fight + badboy = 5 + MEX_103 = { add_core = CSA } + MEX_100 = { add_core = CSA } + TEX_132 = { add_core = CSA } + USA_129 = { add_core = CSA } + USA_144 = { add_core = CSA } + USA_188 = { add_core = CSA } + USA_2556 = { add_core = CSA } + USA_205 = { add_core = CSA } + USA_201 = { add_core = CSA } + USA_200 = { add_core = CSA } + USA_196 = { add_core = CSA } + USA_194 = { add_core = CSA } + USA_139 = { add_core = CSA } + 96 = { add_core = CSA } + 90 = { add_core = CSA } + 89 = { add_core = CSA } + 88 = { add_core = CSA } + 87 = { add_core = CSA } + any_neighbor_country = { limit = { any_owned_province = { is_core = THIS } } country_event = 441268 } + } + ai_will_do = { factor = 1 } + } + + pass_the_fifteenth_amendment = { + picture = first_vote_usa + potential = { + tag = USA + NOT = { has_country_flag = fifteenth_amendment_enacted } + NOT = { citizens_rights = all_voting_pops } + government = democracy + has_global_flag = american_civil_war_has_happened + has_country_flag = has_used_radical_reconstruction + } + + allow = { + war = no + average_militancy = 1 + } + + effect = { + set_country_flag = fifteenth_amendment_enacted + social_reform = all_voting_pops + any_pop = { limit = { is_primary_culture = no is_accepted_culture = no } militancy = -1 } + } + ai_will_do = { factor = 1 } + } + + + texan_claims = { + picture = all_texas + potential = { + tag = TEX + NOT = { year = 1870 } + NOT = { has_country_flag = lone_star_state } + is_vassal = no + exists = yes + } + + allow = { + war = no + NOT = { year = 1870 } + OR = { + is_secondary_power = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + } + } + + effect = { + set_country_flag = lone_star_state + badboy = 1 + relation = { who = MEX value = -100 } + 129 = { add_core = TEX } + 128 = { add_core = TEX } + 103 = { add_core = TEX } + 105 = { add_core = TEX } + 109 = { add_core = TEX } + 107 = { add_core = TEX } + 135 = { add_core = TEX } + 136 = { add_core = TEX } + 138 = { add_core = TEX } + } + ai_will_do = { factor = 1 } + } + + gadsden_purchase = { + picture = gadsden + potential = { + NOT = { owns = 102 } + 102 = { NOT = { is_core = THIS } } + 102 = { owner = { NOT = { OR = { primary_culture = yankee primary_culture = dixie primary_culture = texan } } } } + is_culture_group = american_cultures + NOT = { has_country_flag = gadsden_negotiations } + 90 = { owned_by = THIS NOT = { is_core = MEX } } + 100 = { owned_by = THIS NOT = { is_core = MEX } } + 104 = { owned_by = THIS NOT = { is_core = MEX } } + 105 = { owned_by = THIS NOT = { is_core = MEX } } + } + + allow = { + NOT = { any_owned_province = { is_core = MEX } } + 102 = { owner = { NOT = { truce_with = THIS } } NOT = { owned_by = THIS } } + 2662 = { owner = { NOT = { truce_with = THIS } } NOT = { owned_by = THIS } } + war = no + OR = { + money = 50000 + ai = yes + } + nationalism_n_imperialism = 1 + owns = 90 + owns = 100 + owns = 104 + owns = 105 + } + + effect = { + set_country_flag = gadsden_negotiations + random_country = { + limit = { primary_culture = mexican OR = { owns = 102 owns = 2662 } } + country_event = 16453 + } + } + ai_will_do = { factor = 1 } + } + + guantanamo_bay_lease = { + picture = guantanamo_bay + potential = { + is_culture_group = american_cultures + NOT = { has_global_flag = guantanamo_lease } + 44 = { OR = { owned_by = THIS owner = { NOT = { is_culture_group = american_cultures } } } } + is_greater_power = yes + nationalism_n_imperialism = 1 + } + + allow = { + war = no + OR = { + money = 101000 + 2209 = { owned_by = THIS } + } + OR = { + steel_steamers = 1 + 2209 = { owner = { truce_with = THIS } } + } + OR = { + war_policy = jingoism + war_policy = pro_military + } + 2209 = { + owner = { + NOT = { is_greater_power = yes } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + OR = { + owns = 44 + 2209 = { NOT = { owned_by = THIS } owner = { in_sphere = THIS } } + 2209 = { NOT = { owned_by = THIS } owner = { relation = { who = THIS value = 175 } NOT = { part_of_sphere = yes } } } + } + } + + effect = { + set_global_flag = guantanamo_lease + badboy = 2 + 44 = { add_core = THIS } + random_country = { limit = { owns = 2209 NOT = { tag = THIS } } country_event = 16458 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.85 } + } + } + + 1850_compromise = { + picture = clay_and_douglas_draft + potential = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + TEX = { exists = no } + has_country_flag = treaty_of_guadalupe_hidalgo + NOT = { + has_country_flag = wilmot_proviso_providing + has_country_flag = clay_and_douglas_draft_enacted + } + } + + allow = { + average_consciousness = 2 + NOT = { has_country_flag = wilmot_proviso_providing } + ruling_party_ideology = conservative + owns = 103 + owns = 104 + owns = 105 + owns = 108 + owns = 107 + owns = 84 + owns = 87 + owns = 89 + } + + effect = { + any_pop = { consciousness = -4 } + TEX = { all_core = { remove_core = TEX } } + #Oklahoma + random_owned = { + limit = { + province_id = 129 + NOT = { has_pop_type = slaves } + state_scope = { any_owned_province = { has_pop_type = slaves } } + } + USA_129 = { add_core = CSA } + state_scope = { + is_slave = yes + } + } + #Texas + random_owned = { + limit = { + province_id = 133 + OR = { + NOT = { state_scope = { is_slave = yes } } + NOT = { is_core = CSA } + } + } + TEX_132 = { + add_core = CSA + add_core = TEX + } + state_scope = { is_slave = yes } + } + #California + random_owned = { + limit = { + province_id = 89 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_85 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Wyoming + random_owned = { + limit = { + province_id = 112 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_111 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Michigan + random_owned = { + limit = { + province_id = 173 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_176 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Wisconsin + random_owned = { + limit = { + province_id = 159 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_162 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Iowa + random_owned = { + limit = { + province_id = 151 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_151 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Minnesota + random_owned = { + limit = { + province_id = 155 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_158 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #North Dakota + random_owned = { + limit = { + province_id = 117 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_118 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #South Dakota + random_owned = { + limit = { + province_id = 120 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_121 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Montana + random_owned = { + limit = { + province_id = 113 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_116 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Idaho + random_owned = { + limit = { + province_id = 91 + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + USA_91 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #New Mexico + random_owned = { + limit = { + province_id = 105 + owner = { NOT = { 135 = { state_scope = { is_slave = yes } } } } + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_103 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Arizona + random_owned = { + limit = { + province_id = 100 + owner = { NOT = { 2148 = { state_scope = { is_slave = yes } } } } + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_100 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Utah + random_owned = { + limit = { + province_id = 97 + owner = { NOT = { 100 = { state_scope = { is_slave = yes } } } } + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_97 = { remove_core = CSA } + state_scope = { is_slave = no } + } + #Nevada + random_owned = { + limit = { + province_id = 94 + owner = { NOT = { 97 = { state_scope = { is_slave = yes } } } } + OR = { + state_scope = { is_slave = yes } + is_core = CSA + } + } + MEX_94 = { remove_core = CSA } + state_scope = { is_slave = no } + } + + random_owned = { limit = { province_id = 138 } remove_core = RGR } + set_country_flag = clay_and_douglas_draft_enacted + } + } + + offer_to_buy_cuba = { + picture = map_caribbean + potential = { + OR = { + tag = USA + tag = CSA + tag = TEX + } + 2209 = { + NOT = { owner = { has_country_flag = new_world_nation } } + } + NOT = { + has_country_flag = ostend_manifesto_published + has_country_flag = maine_incident + has_country_flag = trying_to_buy_cuba + owns = 2209 + exists = CUB + } + has_global_flag = american_civil_war_has_happened + } + + allow = { + war = no + is_greater_power = yes + money = 1000000 + 2209 = { + owner = { + war = no + NOT = { truce_with = THIS } + any_owned_province = { + is_core = CUB + OR = { + controlled_by = REB + has_province_modifier = nationalist_agitation + average_militancy = 6 + } + } + } + } + NOT = { has_country_flag = maine_incident } + } + + effect = { + set_country_flag = trying_to_buy_cuba + 2209 = { + owner = { country_event = 90131 } + } + } + } + + annexation_santo_domingo = { + picture = annexation_santo_domingo + potential = { + OR = { + tag = USA + tag = CSA + } + is_greater_power = yes + DOM = { + exists = yes + owns = 2214 + owns = 2216 + OR = { + is_vassal = no + vassal_of = THIS + } + } + OR = { + 2214 = { is_core = HAI } + 2216 = { is_core = HAI } + } + NOT = { has_country_flag = annex_santo_domingo } + nationalism_n_imperialism = 1 + NOT = { year = 1900 } + government = democracy + } + + allow = { + war = no + money = 100000 + is_vassal = no + war_policy = jingoism + invention = manifest_destiny + ruling_party_ideology = reactionary + upper_house = { ideology = reactionary value = 0.15 } + all_core = { owned_by = THIS } + is_sphere_leader_of = DOM + DOM = { + government = presidential_dictatorship + war = no + } + OR = { + 2214 = { is_core = HAI } + 2216 = { is_core = HAI } + } + } + + effect = { + set_country_flag = annex_santo_domingo + relation = { who = HAI value = -400 } + diplomatic_influence = { who = HAI value = -400 } + DOM = { country_event = 45105 } + } + ai_will_do = { + factor = 100 + modifier = { factor = 0 badboy = 0.8 } + } + } + + guano_islands_act = { + picture = dreams_of_empire + potential = { + OR = { + owns = 2525 + owns = 658 + } + is_greater_power = yes + 2623 = { empty = yes } + 2526 = { empty = yes } + NOT = { has_global_flag = annexed_midway_island } + } + + allow = { + war = no + money = 30000 + invention = manifest_destiny + blue_and_brown_water_schools = 1 + tech_school = commerce_tech_school + is_vassal = no + is_disarmed = no + } + + effect = { + set_global_flag = annexed_midway_island + treasury = -30000 + 2623 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 2526 = { secede_province = THIS any_pop = { literacy = -0.99 } } + } + + ai_will_do = { factor = 100 } + } + + + the_iron_range = { + picture = iron_range_mountains + potential = { + owns = 232 + NOT = { has_global_flag = iron_ranges } + } + + allow = { + war = no + invention = advanced_ore_smelting_processes + } + + effect = { + set_global_flag = iron_ranges + 158 = { trade_goods = iron change_province_name = "Duluth" } + 177 = { trade_goods = iron } + 157 = { trade_goods = iron } + 235 = { trade_goods = iron } + 98 = { trade_goods = iron } + 232 = { life_rating = 5 } #New York + 163 = { life_rating = 5 } #Chicago + 173 = { life_rating = 5 } #Detroit + 243 = { life_rating = 4 } #Boston + 223 = { life_rating = 5 } #Philadelphia + 139 = { life_rating = 5 } #New Orleans + 199 = { life_rating = 4 } #Jacksonville + 169 = { life_rating = 4 } #Indianapolis + 179 = { life_rating = 4 } #Columbus + 209 = { life_rating = 3 } #Charlotte + } + + ai_will_do = { factor = 1 } + } + + the_mormon_exodus = { + picture = nauvoo_temple + potential = { + OR = { + tag = USA + tag = DES + } + year = 1846 + NOT = { has_country_flag = mormon_exodus } + } + + allow = { + war = no + owns = 97 + MEX_97 = { is_colonial = no } + } + + effect = { + set_country_flag = mormon_exodus + any_country = { + any_pop = { + limit = { has_pop_religion = mormon } + dominant_issue = { value = moralism factor = 0.5 } + consciousness = 5 + move_pop = 97 + } + } + any_pop = { + limit = { has_pop_religion = mormon } + dominant_issue = { value = moralism factor = 0.5 } + consciousness = 5 + move_pop = 97 + } + 97 = { + life_rating = 2 + add_province_modifier = { name = home_of_the_mormons duration = 10950 } + any_pop = { + limit = { has_pop_culture = native_american_minor } + reduce_pop = 0.25 + } + } + MEX_94 = { add_core = DES } + MEX_97 = { add_core = DES } + 88 = { add_core = DES } + 89 = { add_core = DES } + 90 = { add_core = DES } + 100 = { add_core = DES } + 101 = { add_core = DES } + } + + ai_will_do = { factor = 1 } + } + + + the_american_frontier = { + picture = cowboy + potential = { + OR = { + primary_culture = texan + primary_culture = yankee + primary_culture = dixie + } + OR = { + owns = 92 + owns = 93 + owns = 112 + owns = 111 + owns = 106 + owns = 130 + owns = 131 + owns = 113 + owns = 114 + owns = 115 + owns = 116 + owns = 117 + owns = 118 + owns = 119 + owns = 120 + owns = 121 + owns = 122 + owns = 123 + owns = 124 + owns = 125 + owns = 126 + owns = 127 + owns = 155 + owns = 156 + owns = 157 + } + NOT = { has_global_flag = american_frontier } + } + + allow = { + war = no + OR = { + year = 1865 + AND = { + invention = manifest_destiny + nationalism_n_imperialism = 1 + central_bank_money_bill_printing = 1 + } + } + } + + effect = { + set_global_flag = american_frontier + 189 = { life_rating = 3 } #Memphis + 43 = { change_province_name = "Dallas" } + 134 = { change_province_name = "Abilene" } + 135 = { change_province_name = "Lubbock" } + 92 = { change_province_name = "Coeur D'Alene" } + 93 = { change_province_name = "Pocatello" } + 111 = { change_province_name = "Rock Springs" } + 130 = { change_province_name = "Tahlequah" } + 114 = { change_province_name = "Missoula" } + 115 = { change_province_name = "Great Falls" } + 116 = { change_province_name = "Billings" } + 118 = { change_province_name = "Minot" } + 119 = { change_province_name = "Dickinson" } + 121 = { change_province_name = "Dupree" } + 122 = { change_province_name = "Rapid City" } + 124 = { change_province_name = "North Platte" } + 125 = { change_province_name = "Hastings" } + 127 = { change_province_name = "Goodland" } + 156 = { change_province_name = "Granite Falls" } + 157 = { change_province_name = "Moorhead" } + 106 = { change_province_name = "Denver" add_province_modifier = { name = recently_built_city duration = 180 } } + 131 = { change_province_name = "Oklahoma City" add_province_modifier = { name = recently_built_city duration = 180 } } + 113 = { change_province_name = "Helena" add_province_modifier = { name = recently_built_city duration = 180 } } + 117 = { change_province_name = "Bismarck" add_province_modifier = { name = recently_built_city duration = 180 } } + 120 = { change_province_name = "Sioux Falls" add_province_modifier = { name = recently_built_city duration = 180 } } + 123 = { change_province_name = "Omaha" add_province_modifier = { name = recently_built_city duration = 180 } } + 126 = { change_province_name = "Topeka" add_province_modifier = { name = recently_built_city duration = 180 } } + 155 = { change_province_name = "Minneapolis" add_province_modifier = { name = recently_built_city duration = 180 } } + 112 = { change_province_name = "Cheyenne" add_province_modifier = { name = recently_built_city duration = 180 } } + 97 = { add_province_modifier = { name = recently_built_city duration = 730 } } + 96 = { add_province_modifier = { name = recently_built_city duration = 730 } } + } + + ai_will_do = { factor = 1 } + } + + + back_to_africa_act = { + picture = going_to_liberia + potential = { + has_country_flag = new_world_nation + NOT = { is_culture_group = african_diaspora_cultures } + any_owned_province = { + is_core = THIS + NOT = { continent = africa } + any_pop = { is_culture_group = african_diaspora_cultures } + } + NOT = { + has_country_modifier = forceful_back_to_africa + has_country_modifier = the_slavery_debate + } + OR = { + government = absolute_monarchy + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + + allow = { + war = no + money = 250000 + phenomenalism = 1 + NOT = { ruling_party_ideology = liberal } + NOT = { ruling_party_ideology = communist } + NOT = { citizenship_policy = full_citizenship } + NOT = { citizens_rights = all_voting_pops } + NOT = { has_country_modifier = law_changed_by_force } + 1887 = { + OR = { + is_colonial = yes + NOT = { owned_by = THIS } + } + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1888 = { + OR = { + is_colonial = yes + NOT = { owned_by = THIS } + } + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + + effect = { + treasury = -250000 + any_owned = { + limit = { is_core = LIB } + add_province_modifier = { name = plantation duration = -1 } + } + add_country_modifier = { name = forceful_back_to_africa duration = -1 } + any_pop = { + limit = { is_culture_group = african_diaspora_cultures } + consciousness = 7 + militancy = 9 + } + + any_pop = { + limit = { NOT = { is_culture_group = african_diaspora_cultures } } + scaled_militancy = { + factor = 7 + ideology = liberal + } + } + + random_owned = { + limit = { owner = { is_ideology_enabled = communist } } + owner = { + any_pop = { + limit = { NOT = { is_culture_group = african_diaspora_cultures } } + scaled_militancy = { + factor = 7 + ideology = communist + } + } + } + } + + random_owned = { + limit = { owner = { is_ideology_enabled = socialist } } + owner = { + any_pop = { + limit = { NOT = { is_culture_group = african_diaspora_cultures } } + scaled_militancy = { + factor = 7 + ideology = socialist + } + } + } + } + + random_owned = { + limit = { has_pop_type = slaves } + owner = { + any_pop = { + limit = { NOT = { is_culture_group = african_diaspora_cultures } } + scaled_militancy = { + factor = 7 + issue = no_slavery + } + } + } + } + + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { money = 1000000 } + } + + modifier = { + factor = 0 + NOT = { war_policy = jingoism } + } + + modifier = { + factor = 0 + NOT = { citizenship_policy = residency } + } + } + } + + revoke_back_to_africa_act = { + picture = going_to_liberia + potential = { + has_country_modifier = forceful_back_to_africa + } + + allow = { + } + + effect = { + remove_country_modifier = forceful_back_to_africa + add_country_modifier = { name = law_changed_by_force duration = 1825 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { badboy = 0.4 } + } + + modifier = { + factor = 0 + vote_franschise = none_voting + political_parties = underground_parties + } + } + } + + revoke_back_to_africa_act_player = { + picture = going_to_liberia + potential = { + ai = yes + OR = { + any_neighbor_country = { + ai = no + has_country_modifier = forceful_back_to_africa + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = communist + NOT = { + government = absolute_monarchy + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + } + any_greater_power = { + ai = no + has_country_modifier = forceful_back_to_africa + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = communist + NOT = { + government = absolute_monarchy + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + } + } + } + + allow = { + } + + effect = { + any_country = { + limit = { + ai = no + has_country_modifier = forceful_back_to_africa + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = communist + NOT = { + government = absolute_monarchy + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + } + remove_country_modifier = forceful_back_to_africa + add_country_modifier = { name = law_changed_by_force duration = 1825 } + } + } + + ai_will_do = { factor = 1 } + } + } diff --git a/HPM/decisions/ARGhist.txt b/HPM/decisions/ARGhist.txt index c3ae399b..f990f4fe 100644 --- a/HPM/decisions/ARGhist.txt +++ b/HPM/decisions/ARGhist.txt @@ -1,612 +1,622 @@ political_decisions = { - conquest_of_the_desert = { - picture = conquest_of_the_desert - potential = { - OR = { - tag = ARG - tag = ARC - tag = LPL - tag = CHL - AND = { - tag = SBA - is_vassal = no - is_greater_power = yes - } - } - - OR = { - 2391 = { empty = yes } - 2392 = { empty = yes } - 2394 = { empty = yes } - 2353 = { empty = yes } - 2393 = { empty = yes } - 2395 = { empty = yes } - } - OR = { - owns = 2350 #azul - owns = 2381 #rio cuarto - } - NOT = { has_country_flag = conquest_of_the_desert } - } - allow = { - war = no - OR = { - is_greater_power = yes - nationalism_n_imperialism = 1 - year = 1863 - } - } - effect = { - set_country_flag = conquest_of_the_desert - prestige = 2 - random_owned = { - limit = { - 2390 = { empty = yes } - 2389 = { empty = no } - 2383 = { empty = no } - } - 2390 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2384 = { empty = yes } - 2381 = { empty = no } - 2363 = { empty = no } - } - 2384 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2382 = { empty = yes } - 2381 = { empty = no } - 2383 = { empty = no } - } - 2382 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2353 = { empty = yes } - 2354 = { empty = no } - 2350 = { empty = no } - } - 2353 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2393 = { empty = yes } - 2353 = { empty = no } - 2354 = { empty = no } - } - 2393 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2395 = { empty = yes } - 2393 = { empty = no } - } - 2395 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2394 = { empty = yes } - 2392 = { empty = no } - 2391 = { empty = no } - } - 2394 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2392 = { empty = yes } - 2391 = { empty = no } - } - 2392 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = yes } - } - 2391 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - } - ai_will_do = { - factor = 1 - } - } - - conquest_of_the_chaco = { - picture = conquest_of_the_chaco - potential = { - OR = { - tag = ARG - tag = ARC - tag = LPL - tag = PRG - tag = CHL - } - OR = { - 2362 = { empty = yes } - 2364 = { empty = yes } - 2365 = { empty = yes } - 2372 = { empty = yes } - 2377 = { empty = yes } - } - OR = { - owns = 2356 #Corrientes - owns = 2361 #Sancti Spiritu - } - NOT = { has_country_flag = conquest_of_the_chaco } - } - allow = { - war = no - OR = { - is_greater_power = yes - nationalism_n_imperialism = 1 - year = 1865 - } - } - effect = { - set_country_flag = conquest_of_the_chaco - prestige = 3 - random_owned = { - limit = { - 2362 = { empty = yes } - 2361 = { empty = no } - 2356 = { empty = no } - } - 2362 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - random_owned = { - limit = { - 2364 = { empty = yes } - 2362 = { empty = no } - 2356 = { empty = no } - } - 2364 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2365 = { empty = yes } - 2362 = { empty = no } - 2364 = { empty = no } - } - 2365 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2377 = { empty = yes } - 2362 = { empty = no } - 2365 = { empty = no } - } - 2377 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - - random_owned = { - limit = { - 2372 = { empty = yes } - 2377 = { empty = no } - 2365 = { empty = no } - } - 2372 = { - secede_province = THIS - add_core = THIS - life_rating = 20 - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - } - ai_will_do = { factor = 1 } - } - - argentina_chile_border_treaty = { - picture = argentina_chile_border_treaty - potential = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - has_country_flag = conquest_of_the_desert - CHL = { - exists = yes - has_country_flag = occupation_of_araucania - } - any_owned_province = { - OR = { - region = ARG_2391 - region = ARG_2398 - } - } - NOT = { has_country_flag = argentina_chile_border_treaty } - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2391 = { empty = no } - 2392 = { empty = no } - 2394 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = no } - } - - allow = { - war = no - CHL = { - war = no - NOT = { truce_with = THIS } - } - } - - effect = { - set_country_flag = argentina_chile_border_treaty - ARG_2391 = { add_core = THIS } - ARG_2398 = { add_core = THIS } - CHL = { country_event = 97090 } - } - - ai_will_do = { - factor = 1 - } - } - - entre_rios_independent = { - picture = entre_rios_independent - potential = { - tag = ENT - exists = yes - has_global_flag = entre_rios_rebellion - NOT = { has_country_flag = called_for_recruits } - } - - allow = { - OR = { - war_with = ARG - war_with = ARC - } - NOT = { has_country_modifier = small_country_draft } - } - - effect = { - set_country_flag = called_for_recruits - money = 50000 - add_country_modifier = { - name = small_country_draft - duration = 365 - } - - ARC = { - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 6 - } - } - } - - } - - ai_will_do = { - factor = 1 - } - } - - make_buenos_aires_capital = { - picture = buenos_aires_capital - potential = { - OR = { - tag = ARC - tag = ARG - } - owns = 2348 - 2348 = { is_capital = no } - year = 1860 - ENT = { exists = no } - CRT = { exists = no } - SBA = { exists = no } - } - - allow = { - war = no - owns = 2348 - 2348 = { is_capital = no } - } - - effect = { - all_core = { remove_core = ENT } - all_core = { remove_core = CRT } - all_core = { remove_core = SBA } - capital = 2348 - 2348 = { - add_province_modifier = { name = gateway_to_harbor duration = 1825 } - rich_strata = { militancy = -4 } - middle_strata = { militancy = -2 } - poor_strata = { militancy = -1 } - } - } - ai_will_do = { factor = 1 } - } - - rename_the_falklands = { - picture = map_falklands - potential = { - OR = { - AND = { - primary_culture = platinean - NOT = { has_global_flag = falklands_are_the_malvinas } - } - AND = { - primary_culture = british - has_global_flag = falklands_are_the_malvinas - } - } - owns = 2131 - } - - allow = { - war = no - } - - effect = { - random_owned = { - limit = { owner = { primary_culture = platinean } } - owner = { - set_global_flag = falklands_are_the_malvinas - 2131 = { change_province_name = "Islas Malvinas & San Pedro" } - } - } - random_owned = { - limit = { owner = { primary_culture = british } } - owner = { - clr_global_flag = falklands_are_the_malvinas - 2131 = { change_province_name = "Falkland & South Georgia" } - } - } - } - ai_will_do = { factor = 1 } - } - - create_argentina = { - picture = argentina_chile_border_treaty - potential = { - is_greater_power = yes - NOT = { - primary_culture = platinean - OR = { - tag = ARC - tag = ARG - tag = LPL - } - } - OR = { - ENT = { - exists = yes - is_vassal = no - ai = yes - in_sphere = THIS - } - CRT = { - exists = yes - is_vassal = no - ai = yes - in_sphere = THIS - } - SBA = { - exists = yes - is_vassal = no - ai = yes - in_sphere = THIS - } - } - } - - allow = { - war = no - is_greater_power = yes - nationalism_n_imperialism = 1 - OR = { - ENT = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } - CRT = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } - SBA = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } - } - OR = { - ARC = { exists = yes in_sphere = THIS } - ARG = { exists = yes in_sphere = THIS } - LPL = { exists = yes in_sphere = THIS } - } - } - - effect = { - prestige = 2 - any_country = { - limit = { - exists = yes - OR = { - tag = CRT - tag = ENT - tag = SBA - } - ai = yes - in_sphere = THIS - } - annex_to = THIS - } - - random_country = { - limit = { - exists = yes - OR = { - tag = ARC - tag = ARG - tag = LPL - } - ai = yes - in_sphere = THIS - } - country_event = 97091 - } - - } - ai_will_do = { factor = 1 } - } - - claim_argentina_chaco = { - picture = conquest_of_the_chaco - potential = { - OR = { - tag = ARC - tag = ARG - tag = LPL - } - NOT = { has_country_flag = claimed_argentinian_chaco } - 2362 = { empty = no } - 2377 = { empty = no } - 2364 = { empty = no } - 2365 = { empty = no } - 2372 = { empty = no } - 2366 = { empty = no } - 2367 = { empty = no } - } - - allow = { - war = no - } - - effect = { - set_country_flag = claimed_argentinian_chaco - 2362 = { add_core = THIS } - 2377 = { add_core = THIS } - 2364 = { add_core = THIS } - 2365 = { add_core = THIS } - 2372 = { add_core = THIS } - 2366 = { add_core = THIS } - 2367 = { add_core = THIS } - 2554 = { add_core = THIS } - any_country = { - limit = { vassal_of = THIS } - any_owned = { - limit = { - OR = { - province_id = 2362 - province_id = 2377 - province_id = 2364 - province_id = 2365 - province_id = 2372 - province_id = 2366 - province_id = 2367 - province_id = 2554 - } - } - secede_province = THIS - } - } - } - ai_will_do = { factor = 1 } - } - - found_la_plata = { - picture = la_plata_foundation - potential = { - primary_culture = platinean - NOT = { has_global_flag = la_plata_founded } - owns = 2351 - capital = 2348 - realism = 1 - } - - allow = { - war = no - money = 5000 - analytic_philosophy = 1 - } - - effect = { - set_global_flag = la_plata_founded - treasury = -5000 - 2351 = { change_province_name = "La Plata" } - 2351 = { - add_province_modifier = { - name = recently_built_city - duration = 365 - } - } - } - ai_will_do = { factor = 1 } - } - - take_corrients = { - picture = la_plata_foundation - potential = { - tag = ENT - NOT = { has_country_flag = corrientes_conquered } - OR = { - ARC = { owns = 2356 } - ENT = { owns = 2356 } - } - CRT = { - exists = no - is_mobilised = no - } - } - - allow = { - war = no - is_mobilised = no - } - - effect = { - set_country_flag = corrientes_conquered - ARC = { - any_owned = { - limit = { is_core = CRT } - secede_province = ENT - add_core = ENT - } - } - CRT = { all_core = { remove_core = CRT } } - } - ai_will_do = { factor = 1 } - } + conquest_of_the_desert = { + picture = conquest_of_the_desert + potential = { + is_vassal = no + OR = { + tag = ARG + tag = ARC + tag = LPL + tag = CHL + AND = { + rank = 16 + year = 1875 + revolution_n_counterrevolution = 1 + } + } + OR = { + 2391 = { empty = yes } #Neuquen + 2392 = { empty = yes } #Viedma + 2394 = { empty = yes } #Bariloche + 2353 = { empty = yes } #Trenque Lauquen + 2393 = { empty = yes } #Telen + 2395 = { empty = yes } #Curaco + } + OR = { + owns = 2350 #azul + owns = 2381 #rio cuarto + owns = 2392 #Viedma + } + NOT = { has_country_flag = conquest_of_the_desert } + } + + allow = { + war = no + OR = { + is_greater_power = yes + nationalism_n_imperialism = 1 + year = 1863 + } + } + + effect = { + set_country_flag = conquest_of_the_desert + prestige = 2 + random_owned = { + limit = { + 2390 = { empty = yes } #San Rafael + 2389 = { empty = no } #Mendoza + } + 2390 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2384 = { empty = yes } #Mercedes + 2383 = { empty = no } #San Luis + } + 2384 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2382 = { empty = yes } #Laboulaye + 2381 = { empty = no } #Rio Cuarto + } + 2382 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2353 = { empty = yes } #Trenque Lauquen + 2354 = { empty = no } #Bahia Blanca + 2350 = { empty = no } #Azul + } + 2353 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2393 = { empty = yes } #Telen + 2353 = { empty = no } #Trenque Lauquen + 2355 = { empty = no } #Carmen + } + 2393 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2395 = { empty = yes } #Curaco + 2393 = { empty = no } #Telen + } + 2395 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + } + ai_will_do = { factor = 1 } + } + + conquest_of_the_chaco = { + picture = conquest_of_the_chaco + potential = { + is_vassal = no + OR = { + tag = ARG + tag = ARC + tag = LPL + tag = PRG + tag = CHL + AND = { + rank = 16 + year = 1875 + revolution_n_counterrevolution = 1 + } + } + OR = { + 2362 = { empty = yes } + 2364 = { empty = yes } + 2365 = { empty = yes } + 2372 = { empty = yes } + 2367 = { empty = yes } + 2366 = { empty = yes } + 2377 = { empty = yes } + } + owns = 2356 #Corrientes + NOT = { has_country_flag = conquest_of_the_chaco } + } + allow = { + war = no + OR = { + is_greater_power = yes + nationalism_n_imperialism = 1 + year = 1865 + } + } + effect = { + set_country_flag = conquest_of_the_chaco + prestige = 3 + random_owned = { + limit = { + 2362 = { empty = yes } #Reconquista + 2361 = { empty = no } #Sancti Spiritu + 2356 = { empty = no } #Corrientes + } + 2362 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + random_owned = { + limit = { + 2364 = { empty = yes } #Resistencia + 2362 = { empty = no } #Reconquista + 2356 = { empty = no } #Corrientes + } + 2364 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2365 = { empty = yes } #Villa Angela + 2362 = { empty = no } #Reconquista + 2364 = { empty = no } #Reistencia + } + 2365 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2377 = { empty = yes } #Anatuya + 2362 = { empty = no } #Reconquista + 2365 = { empty = no } #Villa Angela + } + 2377 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2372 = { empty = yes } #Rivadavia + 2377 = { empty = no } #Anatuya + 2365 = { empty = no } #Villa Angela + } + 2372 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2366 = { empty = yes } #Formosa + 2364 = { empty = no } #Resistencia + 2365 = { empty = no } #Villa Angela + } + 2366 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + + random_owned = { + limit = { + 2367 = { empty = yes } #Xolotas + 2372 = { empty = no } #Rivadavia + 2365 = { empty = no } #Villa Angela + } + 2367 = { + secede_province = THIS + add_core = THIS + life_rating = 20 + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + } + ai_will_do = { factor = 1 } + } + + argentina_chile_border_treaty = { + picture = argentina_chile_border_treaty + potential = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + has_country_flag = conquest_of_the_desert + CHL = { + exists = yes + has_country_flag = occupation_of_araucania + } + any_owned_province = { + OR = { + region = ARG_2391 + region = ARG_2398 + } + } + NOT = { has_country_flag = argentina_chile_border_treaty } + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2391 = { empty = no } + 2392 = { empty = no } + 2394 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = no } + } + + allow = { + war = no + CHL = { + war = no + NOT = { truce_with = THIS } + } + } + + effect = { + set_country_flag = argentina_chile_border_treaty + ARG_2391 = { add_core = THIS } + ARG_2398 = { add_core = THIS } + CHL = { country_event = 97090 } + } + + ai_will_do = { + factor = 1 + } + } + + entre_rios_independent = { + picture = entre_rios_independent + potential = { + tag = ENT + exists = yes + has_global_flag = entre_rios_rebellion + NOT = { has_country_flag = called_for_recruits } + } + + allow = { + OR = { + war_with = ARG + war_with = ARC + } + NOT = { has_country_modifier = small_country_draft } + } + + effect = { + set_country_flag = called_for_recruits + money = 50000 + add_country_modifier = { + name = small_country_draft + duration = 365 + } + + ARC = { + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 6 + } + } + } + + } + + ai_will_do = { + factor = 1 + } + } + + make_buenos_aires_capital = { + picture = buenos_aires_capital + potential = { + OR = { + tag = ARC + tag = ARG + } + owns = 2348 + 2348 = { is_capital = no } + year = 1860 + ENT = { exists = no } + CRT = { exists = no } + SBA = { exists = no } + } + + allow = { + war = no + owns = 2348 + 2348 = { is_capital = no } + } + + effect = { + all_core = { remove_core = ENT } + all_core = { remove_core = CRT } + all_core = { remove_core = SBA } + capital = 2348 + 2348 = { + add_province_modifier = { name = gateway_to_harbor duration = 1825 } + rich_strata = { militancy = -4 } + middle_strata = { militancy = -2 } + poor_strata = { militancy = -1 } + } + } + ai_will_do = { factor = 1 } + } + + rename_the_falklands = { + picture = map_falklands + potential = { + OR = { + AND = { + primary_culture = platinean + NOT = { has_global_flag = falklands_are_the_malvinas } + } + AND = { + primary_culture = british + has_global_flag = falklands_are_the_malvinas + } + } + owns = 2131 + } + + allow = { + war = no + } + + effect = { + random_owned = { + limit = { owner = { primary_culture = platinean } } + owner = { + set_global_flag = falklands_are_the_malvinas + 2131 = { change_province_name = "Islas Malvinas & San Pedro" } + } + } + random_owned = { + limit = { owner = { primary_culture = british } } + owner = { + clr_global_flag = falklands_are_the_malvinas + 2131 = { change_province_name = "Falkland & South Georgia" } + } + } + } + ai_will_do = { factor = 1 } + } + + create_argentina = { + picture = argentina_chile_border_treaty + potential = { + is_greater_power = yes + NOT = { + primary_culture = platinean + OR = { + tag = ARC + tag = ARG + tag = LPL + } + } + OR = { + ENT = { + exists = yes + is_vassal = no + ai = yes + in_sphere = THIS + } + CRT = { + exists = yes + is_vassal = no + ai = yes + in_sphere = THIS + } + SBA = { + exists = yes + is_vassal = no + ai = yes + in_sphere = THIS + } + } + } + + allow = { + war = no + is_greater_power = yes + nationalism_n_imperialism = 1 + OR = { + ENT = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } + CRT = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } + SBA = { exists = yes is_vassal = no ai = yes in_sphere = THIS war = no } + } + OR = { + ARC = { exists = yes in_sphere = THIS } + ARG = { exists = yes in_sphere = THIS } + LPL = { exists = yes in_sphere = THIS } + } + } + + effect = { + prestige = 2 + any_country = { + limit = { + exists = yes + OR = { + tag = CRT + tag = ENT + tag = SBA + } + ai = yes + in_sphere = THIS + } + annex_to = THIS + } + + random_country = { + limit = { + exists = yes + OR = { + tag = ARC + tag = ARG + tag = LPL + } + ai = yes + in_sphere = THIS + } + country_event = 97091 + } + + } + ai_will_do = { factor = 1 } + } + + claim_argentina_chaco = { + picture = conquest_of_the_chaco + potential = { + OR = { + tag = ARC + tag = ARG + tag = LPL + } + NOT = { has_country_flag = claimed_argentinian_chaco } + 2362 = { empty = no } + 2377 = { empty = no } + 2364 = { empty = no } + 2365 = { empty = no } + 2372 = { empty = no } + 2366 = { empty = no } + 2367 = { empty = no } + } + + allow = { + war = no + } + + effect = { + set_country_flag = claimed_argentinian_chaco + 2362 = { add_core = THIS } + 2377 = { add_core = THIS } + 2364 = { add_core = THIS } + 2365 = { add_core = THIS } + 2372 = { add_core = THIS } + 2366 = { add_core = THIS } + 2367 = { add_core = THIS } + 2554 = { add_core = THIS } + any_country = { + limit = { vassal_of = THIS } + any_owned = { + limit = { + OR = { + province_id = 2362 + province_id = 2377 + province_id = 2364 + province_id = 2365 + province_id = 2372 + province_id = 2366 + province_id = 2367 + province_id = 2554 + } + } + secede_province = THIS + } + } + } + ai_will_do = { factor = 1 } + } + + found_la_plata = { + picture = la_plata_foundation + potential = { + primary_culture = platinean + NOT = { has_global_flag = la_plata_founded } + owns = 2351 + capital = 2348 + realism = 1 + } + + allow = { + war = no + money = 5000 + analytic_philosophy = 1 + } + + effect = { + set_global_flag = la_plata_founded + treasury = -5000 + 2351 = { change_province_name = "La Plata" } + 2351 = { + add_province_modifier = { + name = recently_built_city + duration = 365 + } + } + } + ai_will_do = { factor = 1 } + } + + take_corrients = { + picture = la_plata_foundation + potential = { + tag = ENT + NOT = { has_country_flag = corrientes_conquered } + OR = { + ARC = { owns = 2356 } + ENT = { owns = 2356 } + } + CRT = { + exists = no + is_mobilised = no + } + } + + allow = { + war = no + is_mobilised = no + } + + effect = { + set_country_flag = corrientes_conquered + ARC = { + any_owned = { + limit = { is_core = CRT } + secede_province = ENT + add_core = ENT + } + } + CRT = { all_core = { remove_core = CRT } } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/AUS.txt b/HPM/decisions/AUS.txt index 671c1ba8..dd2d1c45 100644 --- a/HPM/decisions/AUS.txt +++ b/HPM/decisions/AUS.txt @@ -1,1125 +1,1124 @@ political_decisions = { - enact_dual_monarchy = { - potential = { - tag = AUS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - any_owned_province = { - is_core = HUN - } - OR = { - NOT = { exists = HUN } - HUN = { vassal_of = AUS } - } - NOT = { has_global_flag = has_become_dual_monarchy } - } - - allow = { - war = no - OR = { - NGF = { exists = yes } - GER = { exists = yes } - nationalism_n_imperialism = 1 - is_greater_power = no - } - has_country_flag = had_liberal_revolution - } - - effect = { - clr_country_flag = wants_to_unify - set_global_flag = has_become_dual_monarchy - all_core = { - remove_core = AUS - add_core = KUK - } - random_owned = { - limit = { - is_core = KRA - is_core = GLM - } - remove_core = KRA - } - #AUS_771 = { remove_core = HUN } - 624 = { remove_core = HUN } - 778 = { remove_core = HUN } - HUN = { - all_core = { add_core = KUK } - } - CRO = { - all_core = { add_core = KUK } - } - GLM = { - all_core = { add_core = KUK } - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -4 - } - any_pop = { - limit = { - OR = { - has_pop_culture = slovak - has_pop_culture = croat - has_pop_culture = slovene - has_pop_culture = north_italian - has_pop_culture = polish - has_pop_culture = romanian - has_pop_culture = ukrainian - has_pop_culture = czech - } - } - consciousness = 5 - } - add_accepted_culture = hungarian - change_tag = KUK - set_country_flag = dual_monarchy - random_country = { - limit = { - OR = { - tag = NGF - tag = PRU - tag = GER - } - exists = yes - is_greater_power = yes - } - relation = { who = THIS value = 50 } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - is_greater_power = yes - NGF = { exists = no } - GER = { exists = no } - NOT = { - OR = { - average_militancy = 6 - revolt_percentage = .25 - } - } - } - } - } - - the_grunderzeit = { - potential = { - capital = 619 - NOT = { - has_country_flag = grunderzeit_we_have_done - } - } - allow = { - iron_railroad = 1 - hot_blast = 1 - } - effect = { - 619 = { - any_pop = { - ideology = { - value = liberal - factor = 0.2 - } - } - life_rating = 5 - } - prestige = 25 - set_country_flag = grunderzeit_we_have_done - } - } - - become_austria = { - picture = enact_dual_monarchy - potential = { - tag = KUK - NOT = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - } - - allow = { - war = no - OR = { - AND = { - exists = HUN - HUN = { - NOT = { vassal_of = KUK } - } - } - NOT = { - any_owned_province = { - is_core = HUN - } - } - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - - effect = { - HUN = { - all_core = { - limit = { NOT = { province_id = 624 } } - remove_core = KUK - } - } - POL = { - all_core = { remove_core = KUK } - } - all_core = { - remove_core = KUK - add_core = AUS - } - AUS_780 = { remove_core = AUS } - 2582 = { remove_core = AUS } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = 4 - } - remove_accepted_culture = hungarian - clr_country_flag = dual_monarchy - change_tag = AUS - } - } - - become_hungary = { - picture = enact_dual_monarchy - potential = { - tag = KUK - NOT = { - owns = 619 - exists = HUN - } - } - - allow = { - war = no - NOT = { owns = 619 } - owns = 641 - } - - effect = { - KUK = { - all_core = { remove_core = KUK } - } - AUS_619 = { add_core = AUS } - AUS_612 = { add_core = AUS } - AUS_613 = { add_core = AUS } - AUS_734 = { add_core = AUS } - capital = 641 - any_pop = { - limit = { has_pop_culture = south_german } - militancy = 4 - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -4 - } - primary_culture = hungarian - clr_country_flag = dual_monarchy - change_tag = HUN - } - } - - begin_hungarian_revolution = { - picture = gtfo - potential = { - tag = HUN - has_global_flag = hungarian_revolution_occurred - NOT = { has_country_flag = hungarian_revolution_began } - } - - allow = { - war_with = AUS - } - - effect = { - set_country_flag = hungarian_revolution_began - small_arms = 10 - regular_clothes = 10 - leadership = 40 - define_general = { - name = "Józef Bem" - personality = intelligent - background = natural_born_leader - } - add_country_modifier = { - name = begin_revolution - duration = 365 - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -8 - } - any_owned = { - limit = { is_core = ROM } - any_pop = { - limit = { has_pop_culture = romanian } - militancy = 6 - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_owned = { - limit = { is_core = SER } - any_pop = { - limit = { has_pop_culture = serb } - militancy = 6 - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_hungarian_revolution = { - potential = { - tag = HUN - has_global_flag = hungarian_revolution_occurred - AUS = { - NOT = { has_country_flag = austria_let_hungary_go } - } - NOT = { year = 1860 } - ai = yes - } - - allow = { - war_with = AUS - OR = { - AND = { - capital_scope = { controlled_by = THIS } - national_provinces_occupied = .75 - } - AND = { - capital_scope = { NOT = { controlled_by = THIS } } - national_provinces_occupied = .50 - } - } - } - - effect = { - clr_global_flag = hungarian_revolution_occurred - end_war = AUS - set_country_flag = annex_to_master - AUS = { - prestige = 25 - create_vassal = HUN - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - } - } - } - - ai_will_do = { - factor = 1 - } - } - - release_galicia = { - potential = { - OR = { - tag = AUS - tag = KUK - } - OR = { - AND = { #owns East Galicia only - owns = 702 - NOT = { owns = 705 } #Galicia-Lodomeria - NOT = { owns = 2584 } #Lower Silesia - NOT = { owns = 638 } #Slovakia - NOT = { owns = 661 } #Western Transylvania - } - AND = { #owns Galicia-Lodomeria only - owns = 705 - NOT = { owns = 702 } #East Galicia - NOT = { owns = 2584 } #Lower Silesia - NOT = { owns = 638 } #Slovakia - NOT = { owns = 661 } #Western Transylvania - } - AND = { #owns full Galicia but nothing close to it - owns = 702 - owns = 705 - NOT = { owns = 2584 } #Lower Silesia - NOT = { owns = 638 } #Slovakia - NOT = { owns = 661 } #Western Transylvania - } - AND = { - any_owned_province = { - region = AUS_702 - is_core = GLM - } - NOT = { - owns = 703 - owns = 661 - owns = 662 - any_owned_province = { - OR = { - region = AUS_627 - region = AUS_633 - } - } - } - } - } - ai = yes - NOT = { - exists = GLM - has_country_flag = released_galicia - } - } - - allow = { - war = no - } - - effect = { - set_country_flag = released_galicia - #prestige = 10 - any_owned = { - limit = { is_core = GLM } - secede_province = GLM - } - create_vassal = GLM - create_alliance = GLM - diplomatic_influence = { who = GLM value = 200 } - relation = { who = GLM value = 200 } - } - - ai_will_do = { - factor = 1 - } - } - - release_bukovina = { - potential = { - owns = 662 - owns = 663 - OR = { - tag = AUS - tag = KUK - } - NOT = { owns = 660 } - NOT = { owns = 661 } - NOT = { owns = 953 } - NOT = { owns = 952 } - BKV = { exists = no } - } - - allow = { - war = no - } - - effect = { - release_vassal = BKV - create_alliance = BKV - diplomatic_influence = { who = BKV value = 200 } - relation = { who = BKV value = 200 } - } - ai_will_do = { factor = 1 } - } - - release_silesia = { - potential = { - OR = { - tag = AUS - tag = KUK - } - owns = 2584 - ai = yes - NOT = { - exists = SLS - has_country_flag = released_silesia - } - } - - allow = { - NOT = { owns = 632 } - NOT = { owns = 685 } - NOT = { owns = 714 } - NOT = { owns = 634 } - } - - effect = { - set_country_flag = released_silesia - prestige = 5 - any_owned = { - limit = { is_core = SLS } - secede_province = SLS - } - create_vassal = SLS - create_alliance = SLS - diplomatic_influence = { who = SLS value = 200 } - relation = { who = SLS value = 200 } - } - - ai_will_do = { - factor = 1 - } - } - - release_dalmatia = { - potential = { - OR = { - tag = AUS - tag = KUK - } - owns = 781 - ai = yes - NOT = { - exists = DLM - has_country_flag = released_dalmatia - } - } - - allow = { - NOT = { owns = 774 } #Senj - NOT = { owns = 784 } #Bihac - NOT = { owns = 800 } #Ulcinj - } - - effect = { - set_country_flag = released_dalmatia - prestige = 5 - any_owned = { - limit = { is_core = DLM } - secede_province = DLM - } - create_vassal = DLM - create_alliance = DLM - diplomatic_influence = { who = DLM value = 200 } - relation = { who = DLM value = 200 } - } - - ai_will_do = { - factor = 1 - } - } - - bosnian_annexation = { - picture = treaty_signing - potential = { - OR = { - tag = AUS - tag = KUK - tag = DNB - AND = { - is_greater_power = yes - OR = { - AND = { - owns = 774 - owns = 782 - owns = 780 - } - AND = { - owns = 771 - owns = 779 - } - AND = { - owns = 794 - owns = 804 - owns = 2577 - } - } - } - } - BOS = { - ai = yes - exists = yes - vassal_of = THIS - } - NOT = { has_country_flag = annexed_bosnia } - } - - allow = { - war = no - OR = { - mass_politics = 1 - BOS = { num_of_revolts = 1 } - BOS = { average_militancy = 6 } - year = 1908 - } - } - - effect = { - set_country_flag = annexed_bosnia - prestige = 10 - badboy = 5 - inherit = BOS - random_owned = { - limit = { - NOT = { is_core = THIS } - NOT = { any_core = { primary_culture = THIS } } - province_id = 804 - TUR = { exists = yes owns = 802 owns = 803 } - } - secede_province = TUR - } - random_owned = { - limit = { - NOT = { is_core = THIS } - NOT = { any_core = { primary_culture = THIS } } - province_id = 2577 - TUR = { exists = yes owns = 802 owns = 803 } - } - secede_province = TUR - } - any_country = { - limit = { - OR = { - tag = TUR - tag = RUS - is_culture_group = south_slavic - } - } - relation = { who = THIS value = -50 } - } - } - } - - propose_danube_federation = { - potential = { - tag = KUK - owns = 619 - owns = 641 - OR = { - any_owned_province = { is_core = BOH } - any_owned_province = { is_core = SLO } - any_owned_province = { is_core = SLV } - any_owned_province = { is_core = POL } - any_owned_province = { is_core = ROM } - any_owned_province = { is_core = CRO } - } - NOT = { - exists = DNB - exists = HUN - has_global_flag = proposed_danube_federation - } - } - - allow = { - war = no - is_greater_power = yes - revolution_n_counterrevolution = 1 - social_science = 1 - OR = { - government = democracy - government = hms_government - } - NOT = { - average_militancy = 4 - num_of_revolts = 1 - } - } - - effect = { - set_global_flag = proposed_danube_federation - set_country_flag = danube_proposal_in_progress - prestige = 10 - any_pop = { - limit = { is_primary_culture = no } - militancy = -2 - } - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 2 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - } - } - } - - become_danube_federation = { - picture = propose_danube_federation - potential = { - tag = KUK - owns = 619 - owns = 641 - has_country_flag = danube_proposal_in_progress - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - OR = { - has_global_flag = full_czech_approval - has_global_flag = partial_czech_approval - has_global_flag = no_czech_approval - NOT = { any_owned_province = { is_core = BOH } } - } - OR = { - has_global_flag = full_romanian_approval - has_global_flag = partial_romanian_approval - has_global_flag = no_romanian_approval - NOT = { any_owned_province = { is_core = ROM } } - } - OR = { - has_global_flag = full_croatian_approval - has_global_flag = partial_croatian_approval - has_global_flag = no_croatian_approval - NOT = { any_owned_province = { is_core = CRO } } - } - OR = { - has_global_flag = full_slovene_approval - has_global_flag = partial_slovene_approval - has_global_flag = no_slovene_approval - NOT = { any_owned_province = { is_core = SLO } } - } - OR = { - has_global_flag = full_slovakian_approval - has_global_flag = partial_slovakian_approval - has_global_flag = no_slovakian_approval - NOT = { any_owned_province = { is_core = SLV } } - } - OR = { - has_global_flag = full_polish_approval - has_global_flag = partial_polish_approval - has_global_flag = no_polish_approval - NOT = { any_owned_province = { is_core = POL } } - } - } - - allow = { - war = no - OR = { - government = democracy - government = hms_government - } - NOT = { - average_militancy = 4 - num_of_revolts = 1 - } - } - - effect = { - clr_country_flag = danube_proposal_in_progress - prestige = 25 - political_reform = state_equal_weight - all_core = { - remove_core = KUK - add_core = DNB - } - change_tag = DNB - nationalvalue = nv_equality - add_country_modifier = { - name = national_confusion - duration = 3650 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_danube_federation = { - picture = propose_danube_federation - potential = { - tag = DNB - 641 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 625 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 633 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 657 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 702 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 768 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - 771 = { - NOT = { owned_by = THIS } - owner = { NOT = { vassal_of = THIS } } - } - } - - allow = { - war = no - } - - effect = { - prestige = -20 - primary_culture = south_german - remove_accepted_culture = hungarian - remove_accepted_culture = slovak - remove_accepted_culture = slovene - remove_accepted_culture = czech - remove_accepted_culture = romanian - remove_accepted_culture = polish - remove_accepted_culture = croat - AUS_612 = { add_core = AUS } - AUS_613 = { add_core = AUS } - AUS_619 = { add_core = AUS } - AUS_734 = { add_core = AUS } - all_core = { remove_core = DNB } - change_tag = AUS - nationalvalue = nv_autocracy - add_country_modifier = { - name = national_confusion - duration = 3650 - } - clr_country_flag = dual_monarchy - any_pop = { - limit = { is_primary_culture = yes } - militancy = -5 - } - } - - ai_will_do = { - factor = 1 - } - } - - - - embrace_czech_minority = { - picture = embrace_minority - potential = { - tag = DNB - any_owned_province = { is_core = BOH } - NOT = { - OR = { - accepted_culture = czech - has_country_flag = embraced_czechs - } - } - NOT = { has_country_flag = danube_proposal_in_progress } - } - - allow = { - year = 1860 - prestige = 50 - nationalism_n_imperialism = 1 - experimental_psychology = 1 - } - - effect = { - set_country_flag = embraced_czechs - add_accepted_culture = czech - prestige = -25 - any_pop = { - limit = { has_pop_culture = hungarian } - consciousness = 4 - militancy = 4 - } - any_pop = { - limit = { has_pop_culture = czech } - consciousness = -4 - militancy = -4 - } - } - ai_will_do = { - factor = 1 - } - } - - embrace_slovene_minority = { - picture = embrace_minority - potential = { - OR = { - tag = KUK - tag = DNB - } - any_owned_province = { is_core = SLO } - NOT = { - accepted_culture = slovene - has_country_flag = embraced_slovenes - has_country_flag = danube_proposal_in_progress - } - OR = { - accepted_culture = croat - NOT = { any_owned_province = { is_core = CRO } } - } - } - allow = { - year = 1875 - prestige = 50 - revolution_n_counterrevolution = 1 - psychoanalysis = 1 - social_science = 1 - } - effect = { - set_country_flag = embraced_slovenes - add_accepted_culture = slovene - prestige = -25 - any_pop = { - limit = { - OR = { - has_pop_culture = hungarian - has_pop_culture = czech - has_pop_culture = croat - } - } - militancy = 4 - consciousness = 4 - } - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -4 - consciousness = -4 - } - } - ai_will_do = { - factor = 1 - } - } - - embrace_croat_minority = { - picture = embrace_minority - potential = { - OR = { - tag = KUK - tag = DNB - } - any_owned_province = { is_core = CRO } - NOT = { - accepted_culture = croat - has_country_flag = embraced_croats - has_country_flag = danube_proposal_in_progress - } - OR = { - accepted_culture = czech - NOT = { any_owned_province = { is_core = BOH } } - } - } - allow = { - year = 1870 - prestige = 50 - revolution_n_counterrevolution = 1 - psychoanalysis = 1 - } - effect = { - set_country_flag = embraced_croats - add_accepted_culture = croat - prestige = -25 - any_pop = { - limit = { - OR = { - has_pop_culture = hungarian - has_pop_culture = czech - } - } - militancy = 4 - consciousness = 4 - } - any_pop = { - limit = { has_pop_culture = croat } - militancy = -4 - consciousness = -4 - } - } - ai_will_do = { - factor = 1 - } - } - - budapest_united = { - picture = budapest_city - potential = { - OR = { - tag = KUK - tag = AUS - tag = DNB - tag = HUN - } - owns = 641 - NOT = { has_global_flag = budapest_founded } - } - - allow = { - revolution_n_counterrevolution = 1 - money = 25000 - } - - effect = { - treasury = -20000 - set_global_flag = budapest_founded - 641 = { change_province_name = "Budapest" } - 641 = { - life_rating = 5 - add_province_modifier = { name = recently_built_city duration = 1825 } - } - } - - ai_will_do = { factor = 1 } - } - - take_eisenstadt = { - picture = budapest_city - potential = { - tag = AUS - owns = 619 - owns = 620 - 624 = { - NOT = { owned_by = THIS } - owner = { vassal_of = THIS } - } - } - - allow = { - war = no - } - - effect = { - random_country = { - limit = { - tag = HUN - vassal_of = THIS - owns = 624 - ai = yes - } - 624 = { remove_core = HUN } - } - 624 = { - secede_province = THIS - add_core = THIS - } - } - - ai_will_do = { factor = 1 } - } - - south_tirol_compromise = { - picture = south_tirol_propaganda - potential = { - owns = 734 #Trentin - owns = 735 #Bozen - OR = { - 734 = { is_core = THIS } - 735 = { is_core = THIS } - } - any_neighbor_country = { - OR = { - is_core = 734 - is_core = 735 - } - OR = { - AND = { - tag = ITA - owns = 730 - owns = 728 - } - AND = { - is_culture_group = germanic - owns = 612 - owns = 615 - } - } - } - NOT = { has_global_flag = south_tirol_compromise_attempted } - } - - allow = { - great_wars_enabled = yes - war = no - any_neighbor_country = { - NOT = { truce_with = THIS } - war = no - relation = { who = THIS value = 0 } - OR = { - is_core = 734 - is_core = 735 - } - OR = { - AND = { - OR = { - primary_culture = north_italian - primary_culture = south_italian - } - owns = 730 - owns = 728 - } - AND = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - owns = 612 - owns = 615 - } - } - } - } - - effect = { - set_global_flag = south_tirol_compromise_attempted - badboy = -1 - random_country = { - limit = { - neighbour = THIS - NOT = { - owns = 734 #Trentin - owns = 735 #Bozen - } - OR = { - AND = { - tag = ITA - owns = 730 - owns = 728 - } - AND = { - is_culture_group = germanic - owns = 612 - owns = 615 - } - } - } - country_event = 110089 - } - } - - ai_will_do = { - factor = 1 - #"Benefactor AI will take this decision" - modifier = { - factor = 0 - NOT = { has_country_modifier = benefactor_ai } - } - } - } - -} + enact_dual_monarchy = { + potential = { + tag = AUS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + any_owned_province = { + is_core = HUN + } + OR = { + NOT = { exists = HUN } + HUN = { vassal_of = AUS } + } + NOT = { has_global_flag = has_become_dual_monarchy } + } + + allow = { + war = no + OR = { + NGF = { exists = yes } + GER = { exists = yes } + nationalism_n_imperialism = 1 + is_greater_power = no + } + has_country_flag = had_liberal_revolution + } + + effect = { + clr_country_flag = wants_to_unify + set_global_flag = has_become_dual_monarchy + all_core = { + remove_core = AUS + add_core = KUK + } + random_owned = { + limit = { + is_core = KRA + is_core = GLM + } + remove_core = KRA + } + #AUS_771 = { remove_core = HUN } + 624 = { remove_core = HUN } + 778 = { remove_core = HUN } + HUN = { + all_core = { add_core = KUK } + } + CRO = { + all_core = { add_core = KUK } + } + GLM = { + all_core = { add_core = KUK } + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -4 + } + any_pop = { + limit = { + OR = { + has_pop_culture = slovak + has_pop_culture = croat + has_pop_culture = slovene + has_pop_culture = north_italian + has_pop_culture = polish + has_pop_culture = romanian + has_pop_culture = ukrainian + has_pop_culture = czech + } + } + consciousness = 5 + } + add_accepted_culture = hungarian + change_tag = KUK + set_country_flag = dual_monarchy + random_country = { + limit = { + OR = { + tag = NGF + tag = PRU + tag = GER + } + exists = yes + is_greater_power = yes + } + relation = { who = THIS value = 50 } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + is_greater_power = yes + NGF = { exists = no } + GER = { exists = no } + NOT = { + OR = { + average_militancy = 6 + revolt_percentage = .25 + } + } + } + } + } + + the_grunderzeit = { + potential = { + capital = 619 + NOT = { + has_country_flag = grunderzeit_we_have_done + } + } + allow = { + iron_railroad = 1 + hot_blast = 1 + } + effect = { + 619 = { + any_pop = { + ideology = { + value = liberal + factor = 0.2 + } + } + life_rating = 5 + } + prestige = 25 + set_country_flag = grunderzeit_we_have_done + } + } + + become_austria = { + picture = enact_dual_monarchy + potential = { + tag = KUK + NOT = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + } + + allow = { + war = no + OR = { + AND = { + exists = HUN + HUN = { + NOT = { vassal_of = KUK } + } + } + NOT = { + any_owned_province = { + is_core = HUN + } + } + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + + effect = { + HUN = { + all_core = { + limit = { NOT = { province_id = 624 } } + remove_core = KUK + } + } + POL = { + all_core = { remove_core = KUK } + } + all_core = { + remove_core = KUK + add_core = AUS + } + AUS_780 = { remove_core = AUS } + 2582 = { remove_core = AUS } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = 4 + } + remove_accepted_culture = hungarian + clr_country_flag = dual_monarchy + change_tag = AUS + } + } + + become_hungary = { + picture = enact_dual_monarchy + potential = { + tag = KUK + NOT = { + owns = 619 + exists = HUN + } + } + + allow = { + war = no + NOT = { owns = 619 } + owns = 641 + } + + effect = { + KUK = { + all_core = { remove_core = KUK } + } + AUS_619 = { add_core = AUS } + AUS_612 = { add_core = AUS } + AUS_613 = { add_core = AUS } + AUS_734 = { add_core = AUS } + capital = 641 + any_pop = { + limit = { has_pop_culture = south_german } + militancy = 4 + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -4 + } + primary_culture = hungarian + clr_country_flag = dual_monarchy + change_tag = HUN + } + } + + begin_hungarian_revolution = { + picture = gtfo + potential = { + tag = HUN + has_global_flag = hungarian_revolution_occurred + NOT = { has_country_flag = hungarian_revolution_began } + } + + allow = { + war_with = AUS + } + + effect = { + set_country_flag = hungarian_revolution_began + small_arms = 10 + regular_clothes = 10 + leadership = 40 + define_general = { + name = "Józef Bem" + personality = intelligent + background = natural_born_leader + } + add_country_modifier = { + name = begin_revolution + duration = 365 + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -8 + } + any_owned = { + limit = { is_core = ROM } + any_pop = { + limit = { has_pop_culture = romanian } + militancy = 6 + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_owned = { + limit = { is_core = SER } + any_pop = { + limit = { has_pop_culture = serb } + militancy = 6 + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_hungarian_revolution = { + potential = { + tag = HUN + has_global_flag = hungarian_revolution_occurred + AUS = { + NOT = { has_country_flag = austria_let_hungary_go } + } + NOT = { year = 1860 } + ai = yes + } + + allow = { + war_with = AUS + OR = { + AND = { + capital_scope = { controlled_by = THIS } + national_provinces_occupied = .75 + } + AND = { + capital_scope = { NOT = { controlled_by = THIS } } + national_provinces_occupied = .50 + } + } + } + + effect = { + clr_global_flag = hungarian_revolution_occurred + end_war = AUS + set_country_flag = annex_to_master + AUS = { + prestige = 25 + create_vassal = HUN + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + } + } + } + + ai_will_do = { + factor = 1 + } + } + + release_galicia = { + potential = { + OR = { + tag = AUS + tag = KUK + } + OR = { + AND = { #owns East Galicia only + owns = 702 + NOT = { owns = 705 } #Galicia-Lodomeria + NOT = { owns = 2584 } #Lower Silesia + NOT = { owns = 638 } #Slovakia + NOT = { owns = 661 } #Western Transylvania + } + AND = { #owns Galicia-Lodomeria only + owns = 705 + NOT = { owns = 702 } #East Galicia + NOT = { owns = 2584 } #Lower Silesia + NOT = { owns = 638 } #Slovakia + NOT = { owns = 661 } #Western Transylvania + } + AND = { #owns full Galicia but nothing close to it + owns = 702 + owns = 705 + NOT = { owns = 2584 } #Lower Silesia + NOT = { owns = 638 } #Slovakia + NOT = { owns = 661 } #Western Transylvania + } + AND = { + any_owned_province = { + region = AUS_702 + is_core = GLM + } + NOT = { + owns = 703 + owns = 661 + owns = 662 + any_owned_province = { + OR = { + region = AUS_627 + region = AUS_633 + } + } + } + } + } + ai = yes + NOT = { + exists = GLM + has_country_flag = released_galicia + } + } + + allow = { + war = no + } + + effect = { + set_country_flag = released_galicia + #prestige = 10 + any_owned = { + limit = { is_core = GLM } + secede_province = GLM + } + create_vassal = GLM + create_alliance = GLM + diplomatic_influence = { who = GLM value = 200 } + relation = { who = GLM value = 200 } + } + + ai_will_do = { + factor = 1 + } + } + + release_bukovina = { + potential = { + owns = 662 + owns = 663 + OR = { + tag = AUS + tag = KUK + } + NOT = { owns = 660 } + NOT = { owns = 661 } + NOT = { owns = 953 } + NOT = { owns = 952 } + BKV = { exists = no } + } + + allow = { + war = no + } + + effect = { + release_vassal = BKV + create_alliance = BKV + diplomatic_influence = { who = BKV value = 200 } + relation = { who = BKV value = 200 } + } + ai_will_do = { factor = 1 } + } + + release_silesia = { + potential = { + OR = { + tag = AUS + tag = KUK + } + owns = 2584 + ai = yes + NOT = { + exists = SLS + has_country_flag = released_silesia + } + } + + allow = { + NOT = { owns = 632 } + NOT = { owns = 685 } + NOT = { owns = 714 } + NOT = { owns = 634 } + } + + effect = { + set_country_flag = released_silesia + prestige = 5 + any_owned = { + limit = { is_core = SLS } + secede_province = SLS + } + create_vassal = SLS + create_alliance = SLS + diplomatic_influence = { who = SLS value = 200 } + relation = { who = SLS value = 200 } + } + + ai_will_do = { + factor = 1 + } + } + + release_dalmatia = { + potential = { + OR = { + tag = AUS + tag = KUK + } + owns = 781 + ai = yes + NOT = { + exists = DLM + has_country_flag = released_dalmatia + } + } + + allow = { + NOT = { owns = 774 } #Senj + NOT = { owns = 784 } #Bihac + NOT = { owns = 800 } #Ulcinj + } + + effect = { + set_country_flag = released_dalmatia + prestige = 5 + any_owned = { + limit = { is_core = DLM } + secede_province = DLM + } + create_vassal = DLM + create_alliance = DLM + diplomatic_influence = { who = DLM value = 200 } + relation = { who = DLM value = 200 } + } + + ai_will_do = { + factor = 1 + } + } + + bosnian_annexation = { + picture = treaty_signing + potential = { + OR = { + tag = AUS + tag = KUK + tag = DNB + AND = { + is_greater_power = yes + OR = { + AND = { + owns = 774 + owns = 782 + owns = 780 + } + AND = { + owns = 771 + owns = 779 + } + AND = { + owns = 794 + owns = 804 + owns = 2577 + } + } + } + } + BOS = { + ai = yes + exists = yes + vassal_of = THIS + } + NOT = { has_country_flag = annexed_bosnia } + } + allow = { + war = no + OR = { + mass_politics = 1 + BOS = { num_of_revolts = 1 } + BOS = { average_militancy = 6 } + year = 1908 + } + } + + effect = { + set_country_flag = annexed_bosnia + prestige = 10 + badboy = 5 + inherit = BOS + random_owned = { + limit = { + NOT = { is_core = THIS } + NOT = { any_core = { primary_culture = THIS } } + province_id = 804 + TUR = { exists = yes owns = 802 owns = 803 } + } + secede_province = TUR + } + random_owned = { + limit = { + NOT = { is_core = THIS } + NOT = { any_core = { primary_culture = THIS } } + province_id = 2577 + TUR = { exists = yes owns = 802 owns = 803 } + } + secede_province = TUR + } + any_country = { + limit = { + OR = { + tag = TUR + tag = RUS + is_culture_group = south_slavic + } + } + relation = { who = THIS value = -50 } + } + } + } + + propose_danube_federation = { + potential = { + tag = KUK + owns = 619 + owns = 641 + OR = { + any_owned_province = { is_core = BOH } + any_owned_province = { is_core = SLO } + any_owned_province = { is_core = SLV } + any_owned_province = { is_core = POL } + any_owned_province = { is_core = ROM } + any_owned_province = { is_core = CRO } + } + NOT = { + exists = DNB + exists = HUN + has_global_flag = proposed_danube_federation + } + } + + allow = { + war = no + is_greater_power = yes + revolution_n_counterrevolution = 1 + social_science = 1 + OR = { + government = democracy + government = hms_government + } + NOT = { + average_militancy = 4 + num_of_revolts = 1 + } + } + + effect = { + set_global_flag = proposed_danube_federation + set_country_flag = danube_proposal_in_progress + prestige = 10 + any_pop = { + limit = { is_primary_culture = no } + militancy = -2 + } + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 2 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + } + } + } + + become_danube_federation = { + picture = propose_danube_federation + potential = { + tag = KUK + owns = 619 + owns = 641 + has_country_flag = danube_proposal_in_progress + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + OR = { + has_global_flag = full_czech_approval + has_global_flag = partial_czech_approval + has_global_flag = no_czech_approval + NOT = { any_owned_province = { is_core = BOH } } + } + OR = { + has_global_flag = full_romanian_approval + has_global_flag = partial_romanian_approval + has_global_flag = no_romanian_approval + NOT = { any_owned_province = { is_core = ROM } } + } + OR = { + has_global_flag = full_croatian_approval + has_global_flag = partial_croatian_approval + has_global_flag = no_croatian_approval + NOT = { any_owned_province = { is_core = CRO } } + } + OR = { + has_global_flag = full_slovene_approval + has_global_flag = partial_slovene_approval + has_global_flag = no_slovene_approval + NOT = { any_owned_province = { is_core = SLO } } + } + OR = { + has_global_flag = full_slovakian_approval + has_global_flag = partial_slovakian_approval + has_global_flag = no_slovakian_approval + NOT = { any_owned_province = { is_core = SLV } } + } + OR = { + has_global_flag = full_polish_approval + has_global_flag = partial_polish_approval + has_global_flag = no_polish_approval + NOT = { any_owned_province = { is_core = POL } } + } + } + + allow = { + war = no + OR = { + government = democracy + government = hms_government + } + NOT = { + average_militancy = 4 + num_of_revolts = 1 + } + } + + effect = { + clr_country_flag = danube_proposal_in_progress + prestige = 25 + political_reform = state_equal_weight + all_core = { + remove_core = KUK + add_core = DNB + } + change_tag = DNB + nationalvalue = nv_equality + add_country_modifier = { + name = national_confusion + duration = 3650 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_danube_federation = { + picture = propose_danube_federation + potential = { + tag = DNB + 641 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 625 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 633 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 657 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 702 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 768 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + 771 = { + NOT = { owned_by = THIS } + owner = { NOT = { vassal_of = THIS } } + } + } + + allow = { + war = no + } + + effect = { + prestige = -20 + primary_culture = south_german + remove_accepted_culture = hungarian + remove_accepted_culture = slovak + remove_accepted_culture = slovene + remove_accepted_culture = czech + remove_accepted_culture = romanian + remove_accepted_culture = polish + remove_accepted_culture = croat + AUS_612 = { add_core = AUS } + AUS_613 = { add_core = AUS } + AUS_619 = { add_core = AUS } + AUS_734 = { add_core = AUS } + all_core = { remove_core = DNB } + change_tag = AUS + nationalvalue = nv_autocracy + add_country_modifier = { + name = national_confusion + duration = 3650 + } + clr_country_flag = dual_monarchy + any_pop = { + limit = { is_primary_culture = yes } + militancy = -5 + } + } + + ai_will_do = { + factor = 1 + } + } + + + + embrace_czech_minority = { + picture = embrace_minority + potential = { + tag = DNB + any_owned_province = { is_core = BOH } + NOT = { + OR = { + accepted_culture = czech + has_country_flag = embraced_czechs + } + } + NOT = { has_country_flag = danube_proposal_in_progress } + } + + allow = { + year = 1860 + prestige = 50 + nationalism_n_imperialism = 1 + experimental_psychology = 1 + } + + effect = { + set_country_flag = embraced_czechs + add_accepted_culture = czech + prestige = -25 + any_pop = { + limit = { has_pop_culture = hungarian } + consciousness = 4 + militancy = 4 + } + any_pop = { + limit = { has_pop_culture = czech } + consciousness = -4 + militancy = -4 + } + } + ai_will_do = { + factor = 1 + } + } + + embrace_slovene_minority = { + picture = embrace_minority + potential = { + OR = { + tag = KUK + tag = DNB + } + any_owned_province = { is_core = SLO } + NOT = { + accepted_culture = slovene + has_country_flag = embraced_slovenes + has_country_flag = danube_proposal_in_progress + } + OR = { + accepted_culture = croat + NOT = { any_owned_province = { is_core = CRO } } + } + } + allow = { + year = 1875 + prestige = 50 + revolution_n_counterrevolution = 1 + psychoanalysis = 1 + social_science = 1 + } + effect = { + set_country_flag = embraced_slovenes + add_accepted_culture = slovene + prestige = -25 + any_pop = { + limit = { + OR = { + has_pop_culture = hungarian + has_pop_culture = czech + has_pop_culture = croat + } + } + militancy = 4 + consciousness = 4 + } + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -4 + consciousness = -4 + } + } + ai_will_do = { + factor = 1 + } + } + + embrace_croat_minority = { + picture = embrace_minority + potential = { + OR = { + tag = KUK + tag = DNB + } + any_owned_province = { is_core = CRO } + NOT = { + accepted_culture = croat + has_country_flag = embraced_croats + has_country_flag = danube_proposal_in_progress + } + OR = { + accepted_culture = czech + NOT = { any_owned_province = { is_core = BOH } } + } + } + allow = { + year = 1870 + prestige = 50 + revolution_n_counterrevolution = 1 + psychoanalysis = 1 + } + effect = { + set_country_flag = embraced_croats + add_accepted_culture = croat + prestige = -25 + any_pop = { + limit = { + OR = { + has_pop_culture = hungarian + has_pop_culture = czech + } + } + militancy = 4 + consciousness = 4 + } + any_pop = { + limit = { has_pop_culture = croat } + militancy = -4 + consciousness = -4 + } + } + ai_will_do = { + factor = 1 + } + } + + budapest_united = { + picture = budapest_city + potential = { + OR = { + tag = KUK + tag = AUS + tag = DNB + tag = HUN + } + owns = 641 + NOT = { has_global_flag = budapest_founded } + } + + allow = { + revolution_n_counterrevolution = 1 + money = 25000 + } + + effect = { + treasury = -20000 + set_global_flag = budapest_founded + 641 = { change_province_name = "Budapest" } + 641 = { + life_rating = 5 + add_province_modifier = { name = recently_built_city duration = 1825 } + } + } + + ai_will_do = { factor = 1 } + } + + take_eisenstadt = { + picture = budapest_city + potential = { + tag = AUS + owns = 619 + owns = 620 + 624 = { + NOT = { owned_by = THIS } + owner = { vassal_of = THIS } + } + } + + allow = { + war = no + } + + effect = { + random_country = { + limit = { + tag = HUN + vassal_of = THIS + owns = 624 + ai = yes + } + 624 = { remove_core = HUN } + } + 624 = { + secede_province = THIS + add_core = THIS + } + } + + ai_will_do = { factor = 1 } + } + + south_tirol_compromise = { + picture = south_tirol_propaganda + potential = { + owns = 734 #Trentin + owns = 735 #Bozen + OR = { + 734 = { is_core = THIS } + 735 = { is_core = THIS } + } + any_neighbor_country = { + OR = { + is_core = 734 + is_core = 735 + } + OR = { + AND = { + tag = ITA + owns = 730 + owns = 728 + } + AND = { + is_culture_group = germanic + owns = 612 + owns = 615 + } + } + } + NOT = { has_global_flag = south_tirol_compromise_attempted } + } + + allow = { + great_wars_enabled = yes + war = no + any_neighbor_country = { + NOT = { truce_with = THIS } + war = no + relation = { who = THIS value = 0 } + OR = { + is_core = 734 + is_core = 735 + } + OR = { + AND = { + OR = { + primary_culture = north_italian + primary_culture = south_italian + } + owns = 730 + owns = 728 + } + AND = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + owns = 612 + owns = 615 + } + } + } + } + + effect = { + set_global_flag = south_tirol_compromise_attempted + badboy = -1 + random_country = { + limit = { + neighbour = THIS + NOT = { + owns = 734 #Trentin + owns = 735 #Bozen + } + OR = { + AND = { + tag = ITA + owns = 730 + owns = 728 + } + AND = { + is_culture_group = germanic + owns = 612 + owns = 615 + } + } + } + country_event = 110089 + } + } + + ai_will_do = { + factor = 1 + #"Benefactor AI will take this decision" + modifier = { + factor = 0 + NOT = { has_country_modifier = benefactor_ai } + } + } + } + +} diff --git a/HPM/decisions/Arabia.txt b/HPM/decisions/Arabia.txt index 7bd28c26..4ad4d1e8 100644 --- a/HPM/decisions/Arabia.txt +++ b/HPM/decisions/Arabia.txt @@ -1,910 +1,910 @@ political_decisions = { - abolish_umar_pact = { - picture = pact_of_umar_picture - potential = { - has_country_flag = umar_pact - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - - allow = { - state_n_government = 1 - } - - effect = { - badboy = 5 - remove_country_modifier = jizya - clr_country_flag = umar_pact - any_pop = { - limit = { is_state_religion = no } - militancy = 3 - consciousness = 6 - } - any_country = { - limit = { - exists = yes - NOT = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - relation = { who = THIS value = -50 } - } - any_country = { - limit = { - exists = yes - has_country_flag = umar_pact - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - relation = { who = THIS value = -25 } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { has_country_modifier = malevolent_ai } - } - - modifier = { - factor = 0 - badboy = 0.5 - } - } - } - - mobilize_tribesmen = { - picture = form_the_ikhwan - potential = { - ai = no - OR = { - tag = CYR - tag = ALD - primary_culture = kurdish - } - NOT = { has_country_modifier = rally_tribesmen } - civilized = no - } - - allow = { - war = yes - NOT = { total_pops = 400000 } - } - - effect = { - add_country_modifier = { name = rally_tribesmen duration = 730 } - random_owned = { - limit = { - owner = { tag = CYR NOT = { has_country_flag = senussi_rebellion } } - } - owner = { - set_country_flag = senussi_rebellion - define_general = { - name = "Muhammad al-Mahdi as-Senussi" - personality = relentless - background = school_of_defense - } - } - } - } - - ai_will_do = { factor = 1 } - } - - secularize_society = { - picture = the_holy_city - potential = { - NOT = { has_country_flag = secularized_muslim_society } - civilized = yes - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - - allow = { - invention = secularization - prestige = 25 - NOT = { - government = theocracy - religious_policy = pluralism - religious_policy = moralism - ruling_party_ideology = reactionary - ruling_party_ideology = conservative - moralism = 8 - } - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - religious_policy = secularized - religious_policy = pro_atheism - } - } - - effect = { - set_country_flag = secularized_muslim_society - prestige_factor = -0.2 - remove_country_modifier = jizya - clr_country_flag = umar_pact - any_pop = { - limit = { is_state_religion = yes } - consciousness = 3 - militancy = 1 - scaled_consciousness = { factor = 9 issue = moralism } - scaled_militancy = { factor = 9 issue = moralism } - scaled_consciousness = { factor = 6 issue = pluralism } - scaled_militancy = { factor = 3 issue = pluralism } - scaled_consciousness = { factor = 8 ideology = reactionary } - scaled_militancy = { factor = 4 ideology = reactionary } - scaled_consciousness = { factor = 4 ideology = conservative } - scaled_militancy = { factor = 2 ideology = conservative } - scaled_consciousness = { factor = -9 issue = pro_atheism } - scaled_militancy = { factor = -9 issue = pro_atheism } - scaled_consciousness = { factor = -6 issue = secularized } - scaled_militancy = { factor = -3 issue = secularized } - scaled_consciousness = { factor = -8 ideology = communist } - scaled_militancy = { factor = -4 ideology = communist } - scaled_consciousness = { factor = -4 ideology = socialist } - scaled_militancy = { factor = -2 ideology = socialist } - } - any_pop = { - limit = { is_state_religion = no } - consciousness = -2 - militancy = -2 - } - move_issue_percentage = { from = pluralism to = moralism value = 0.5 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - OR = { - average_militancy = 5 - moralism = 7 - } - } - modifier = { - factor = 0 - NOT = { has_country_modifier = benefactor_ai } - } - } - } - - exile_house_of_saud = { - picture = ibn_saud - potential = { - OR = { - tag = HAL - tag = HDJ - } - any_owned_province = { is_core = NEJ } - NOT = { has_global_flag = house_of_saud_exiled } - } - - allow = { - NEJ = { - exists = no - all_core = { owned_by = THIS } - } - } - - effect = { - set_global_flag = house_of_saud_exiled - prestige = 5 - NEJ = { - all_core = { - remove_core = NEJ - } - } - } - - ai_will_do = { factor = 1 } - } - - claim_nejd = { - picture = map_arabia - potential = { - tag = HAL - NOT = { has_country_flag = claimed_nejd } - NEJ = { exists = no } - } - - allow = { - NOT = { - 1157 = { is_core = HAL } - } - } - - effect = { - set_country_flag = claimed_nejd - NEJ_1157 = { add_core = HAL } - NEJ_1156 = { add_core = HAL } - 1163 = { add_core = HAL } - 1164 = { add_core = HAL } - any_country = { - limit = { - civilized = no - any_owned_province = { - OR = { - region = NEJ_1157 - region = NEJ_1156 - } - } - NOT = { tag = THIS } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - exile_house_of_rashid = { - picture = exile_house_of_rashid - potential = { - OR = { - tag = NEJ - tag = HDJ - } - any_owned_province = { is_core = HAL } - NOT = { has_global_flag = house_of_rashid_exiled } - } - - allow = { - HAL = { - exists = no - all_core = { owned_by = THIS } - } - } - - effect = { - set_global_flag = house_of_rashid_exiled - prestige = 5 - HAL = { - all_core = { - remove_core = HAL - } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_hail = { - picture = map_arabia - potential = { - tag = NEJ - NOT = { has_country_flag = claimed_hail } - HAL = { exists = no } - } - - allow = { - NOT = { - 1160 = { is_core = NEJ } - } - } - - effect = { - set_country_flag = claimed_hail - NEJ_1156 = { add_core = NEJ } - any_country = { - limit = { - civilized = no - any_owned_province = { region = NEJ_1156 } - NOT = { tag = THIS } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_hedjaz_NEJ = { - picture = map_arabia - potential = { - tag = NEJ - NOT = { exists = ARA } - NOT = { - 1151 = { is_core = NEJ } - } - } - - allow = { - OR = { - owns = 1160 - owns = 1151 - } - } - - effect = { - prestige = 5 - HDJ_1151 = { add_core = NEJ } #Hedjaz - random_country = { - limit = { - owns = 1151 - civilized = no - } - leave_alliance = THIS - relation = { - who = THIS - value = -200 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_hedjaz_HAL = { - picture = map_arabia - potential = { - tag = HAL - NOT = { exists = ARA } - NOT = { - 1151 = { is_core = HAL } - } - } - - allow = { - OR = { - owns = 1157 - owns = 1151 - } - } - - effect = { - prestige = 5 - HDJ_1151 = { add_core = HAL } #Hedjaz - random_country = { - limit = { - owns = 1151 - civilized = no - } - leave_alliance = THIS - relation = { - who = THIS - value = -200 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_arabia_HDJ = { - picture = map_arabia - potential = { - tag = HDJ - exists = yes - NOT = { exists = ARA } - NOT = { - 1157 = { is_core = HDJ } - } - } - - allow = { - NOT = { owns = 1157 } - is_vassal = no - OR = { - 1157 = { - owner = { - NOT = { primary_culture = bedouin } - NOT = { is_sphere_leader_of = THIS } - sphere_owner = { - NOT = { is_sphere_leader_of = THIS } - } - } - } - AND = { - war_with = NEJ - 1151 = { is_core = NEJ } - } - AND = { - war_with = HAL - 1151 = { is_core = HAL } - } - } - } - - effect = { - prestige = 5 - NEJ_1157 = { add_core = HDJ } #Riyadh - NEJ_1156 = { add_core = HDJ } #Kaf - 1155 = { add_core = HDJ } #Abha - random_country = { - limit = { - owns = 1157 - civilized = no - } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - - } - } - } - - ai_will_do = { - factor = 1 - } - } - - encourage_arab_nationalism = { - picture = form_the_ikhwan - potential = { - is_greater_power = yes - NOT = { has_global_flag = arab_nationalism_encouraged } - NOT = { tag = TUR } - TUR = { - NOT = { has_country_flag = arab_revolt } - any_owned_province = { - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - primary_culture = maghrebi - } - exists = no - } - } - } - year = 1900 - } - - allow = { - revolution_n_counterrevolution = 1 - TUR = { NOT = { rank = 1 } } - war_with = TUR - } - - effect = { - set_global_flag = arab_nationalism_encouraged - set_country_flag = friend_of_the_arabs - TUR = { country_event = 96100 } - } - } - - ibn_saud = { - potential = { - has_global_flag = arab_revolt_has_begun - NOT = { has_country_flag = ibn_saud } - tag = NEJ - } - - allow = { - government = absolute_monarchy - } - - effect = { - set_country_flag = ibn_saud - define_general = { - name = "Ibn Saud" - personality = brilliant - background = eccentric_genius - } - } - ai_will_do = { - factor = 1 - } - } - - form_the_ikhwan = { - potential = { - OR = { - AND = { - tag = NEJ - has_country_flag = ibn_saud - } - AND = { - tag = HAL - OR = { - has_global_flag = house_of_saud_returned - year = 1920 - } - NOT = { exists = NEJ } - } - } - NOT = { has_country_flag = the_ikhwan_formed } - } - - allow = { - government = absolute_monarchy - } - - effect = { - set_country_flag = the_ikhwan_formed - add_country_modifier = { - name = the_ikhwan - duration = 3650 - } - random_pop = { - limit = { - pop_type = farmers - has_pop_culture = bedouin - } - pop_type = soldiers - } - any_pop = { - limit = { has_pop_culture = bedouin } - ideology = { - value = reactionary - factor = 0.2 - } - dominant_issue = { - factor = 0.20 - value = jingoism - } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - the_holy_city = { - picture = the_holy_city - potential = { - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - 1151 = { - owned_by = THIS - NOT = { has_province_modifier = holy_city } - } - } - - allow = { - 1151 = { - owned_by = THIS - NOT = { has_province_modifier = holy_city } - } - } - - effect = { - random_owned = { - limit = { - province_id = 1151 - NOT = { has_province_modifier = holy_city } - } - add_province_modifier = { name = holy_city duration = -1 } - } - } - ai_will_do = { - factor = 1 - } - } - - claim_arabian_peninsula = { - picture = map_arabia - potential = { - tag = ARA - NOT = { - has_country_flag = claim_arabian_peninsula - has_country_flag = created_externally - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - romanticism = 1 - is_greater_power = yes - OR = { - government = fascist_dictatorship - AND = { - government = absolute_monarchy - war_policy = jingoism - } - } - } - - effect = { - set_country_flag = claim_arabian_peninsula - ABU_1162 = { #Abu Dhabi - add_core = ARA - } - OMA_1166 = { #Oman - add_core = ARA - } - YEM_1412 = { #Yemen - add_core = ARA - } - YEM_1178 = { #Yemen - add_core = ARA - } - } - - ai_will_do = { - factor = 1 - } - } - - hedjaz_independent = { - picture = form_the_ikhwan - potential = { - tag = HDJ - vassal_of = EGY - } - - allow = { - war = no - NOT = { neighbour = EGY } - } - - effect = { - add_casus_belli = { - target = TUR - type = establish_protectorate_casus_belli - months = 120 - } - leave_alliance = EGY - EGY = { - release_vassal = THIS - country_event = 800055 - } - } - - ai_will_do = { - factor = 1 - } - } - - integrate_bahrain_trucial_states = { - picture = bahrain_trade - - potential = { - is_greater_power = yes - is_sphere_leader_of = ABU - ABU = { - exists = yes - NOT = { owns = 1162 } - } - BHR = { - exists = yes - ai = yes - in_sphere = THIS - } - NOT = { has_country_flag = trucial_states_integration_bahrain } - } - - allow = { - war = no - mass_politics = 1 - 1162 = { - owner = { war = no } - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - BHR = { - war = no - is_mobilised = no - } - } - - effect = { - set_country_flag = trucial_states_integration_bahrain - ABU = { inherit = BHR } - relation = { who = ABU value = 50 } - diplomatic_influence = { who = ABU value = 25 } - any_country = { - limit = { - exists = no - civilized = no - OR = { - tag = BHR - tag = QAT - } - } - tech_school = developing_tech_school - } - } - - ai_will_do = { factor = 0 } - } - - integrate_qatar_trucial_states = { - picture = doha_city - potential = { - is_greater_power = yes - is_sphere_leader_of = ABU - ABU = { - exists = yes - NOT = { owns = 1165 } - } - QAT = { - exists = yes - ai = yes - in_sphere = THIS - } - NOT = { has_country_flag = trucial_states_integration_qatar } - } - - allow = { - war = no - mass_politics = 1 - 1165 = { - owner = { war = no } - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - QAT = { - war = no - is_mobilised = no - } - } - - effect = { - set_country_flag = trucial_states_integration_qatar - ABU = { inherit = QAT } - relation = { who = ABU value = 50 } - diplomatic_influence = { who = ABU value = 25 } - any_country = { - limit = { - exists = no - civilized = no - OR = { - tag = BHR - tag = QAT - } - } - tech_school = developing_tech_school - } - } - - ai_will_do = { factor = 0 } - } - - claim_bahrain_qatar_peninsula = { - picture = bahrain_trade - potential = { - OR = { - AND = { - tag = TUR - NOT = { has_country_flag = qatar_protection } - year = 1880 - } - tag = PER - tag = NEJ - tag = HAL - tag = ARA - tag = OMA - } - is_canal_enabled = 2 - revolution_n_counterrevolution = 1 - NOT = { - has_country_flag = claimed_the_persian_gulf - owns = 1165 - owns = 1162 - 1165 = { is_core = THIS } - 1162 = { is_core = THIS } - } - } - - allow = { - war = no - mass_politics = 1 - is_greater_power = yes - OR = { - owns = 1164 - owns = 1071 - owns = 1167 - } - } - - effect = { - set_country_flag = claimed_the_persian_gulf - badboy = 5 - 1165 = { add_core = THIS } - 1162 = { add_core = THIS } - } - ai_will_do = { factor = 1 } - } - - vassalize_trucial_states = { - picture = dubai_city - potential = { - is_sphere_leader_of = ABU - ABU = { - ai = yes - is_vassal = no - } - revolution_n_counterrevolution = 1 - NOT = { has_global_flag = vassalized_trucials } - } - - allow = { - war = no - ABU = { - war = no - in_sphere = THIS - relation = { who = THIS value = 150 } - } - mass_politics = 1 - } - - effect = { - set_global_flag = vassalized_trucials - prestige = 5 - create_vassal = ABU - create_alliance = ABU - relation = { who = ABU value = 400 } - diplomatic_influence = { who = ABU value = 400 } - ABU = { political_reform = no_slavery research_points = 1000 } - } - ai_will_do = { factor = 1 } - } - - found_dar_es_salaam = { - picture = tanzania_shop - potential = { - owns = 2036 - capital_scope = { - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - NOT = { has_global_flag = dar_es_salaam_built } - } - - allow = { - war = no - money = 1000 - OR = { - civilized = yes - admin_reform = yes_admin_reform - civilization_progress = 0.5 - year = 1865 - } - } - - effect = { - set_global_flag = dar_es_salaam_built - money = -1000 - 2036 = { any_pop = { militancy = -1 } add_province_modifier = { name = recently_built_city duration = 365 } change_province_name = "Dar Es Salaam" } - } - ai_will_do = { factor = 1 } - } + abolish_umar_pact = { + picture = pact_of_umar_picture + potential = { + has_country_flag = umar_pact + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + + allow = { + state_n_government = 1 + } + + effect = { + badboy = 5 + remove_country_modifier = jizya + clr_country_flag = umar_pact + any_pop = { + limit = { is_state_religion = no } + militancy = 3 + consciousness = 6 + } + any_country = { + limit = { + exists = yes + NOT = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + relation = { who = THIS value = -50 } + } + any_country = { + limit = { + exists = yes + has_country_flag = umar_pact + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + relation = { who = THIS value = -25 } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { has_country_modifier = malevolent_ai } + } + + modifier = { + factor = 0 + badboy = 0.5 + } + } + } + + mobilize_tribesmen = { + picture = form_the_ikhwan + potential = { + ai = no + OR = { + tag = CYR + tag = ALD + primary_culture = kurdish + } + NOT = { has_country_modifier = rally_tribesmen } + civilized = no + } + + allow = { + war = yes + NOT = { total_pops = 400000 } + } + + effect = { + add_country_modifier = { name = rally_tribesmen duration = 730 } + random_owned = { + limit = { + owner = { tag = CYR NOT = { has_country_flag = senussi_rebellion } } + } + owner = { + set_country_flag = senussi_rebellion + define_general = { + name = "Muhammad al-Mahdi as-Senussi" + personality = relentless + background = school_of_defense + } + } + } + } + + ai_will_do = { factor = 1 } + } + + secularize_society = { + picture = the_holy_city + potential = { + NOT = { has_country_flag = secularized_muslim_society } + civilized = yes + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + + allow = { + invention = secularization + prestige = 25 + NOT = { + government = theocracy + religious_policy = pluralism + religious_policy = moralism + ruling_party_ideology = reactionary + ruling_party_ideology = conservative + moralism = 8 + } + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + religious_policy = secularized + religious_policy = pro_atheism + } + } + + effect = { + set_country_flag = secularized_muslim_society + prestige_factor = -0.2 + remove_country_modifier = jizya + clr_country_flag = umar_pact + any_pop = { + limit = { is_state_religion = yes } + consciousness = 3 + militancy = 1 + scaled_consciousness = { factor = 9 issue = moralism } + scaled_militancy = { factor = 9 issue = moralism } + scaled_consciousness = { factor = 6 issue = pluralism } + scaled_militancy = { factor = 3 issue = pluralism } + scaled_consciousness = { factor = 8 ideology = reactionary } + scaled_militancy = { factor = 4 ideology = reactionary } + scaled_consciousness = { factor = 4 ideology = conservative } + scaled_militancy = { factor = 2 ideology = conservative } + scaled_consciousness = { factor = -9 issue = pro_atheism } + scaled_militancy = { factor = -9 issue = pro_atheism } + scaled_consciousness = { factor = -6 issue = secularized } + scaled_militancy = { factor = -3 issue = secularized } + scaled_consciousness = { factor = -8 ideology = communist } + scaled_militancy = { factor = -4 ideology = communist } + scaled_consciousness = { factor = -4 ideology = socialist } + scaled_militancy = { factor = -2 ideology = socialist } + } + any_pop = { + limit = { is_state_religion = no } + consciousness = -2 + militancy = -2 + } + move_issue_percentage = { from = pluralism to = moralism value = 0.5 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + OR = { + average_militancy = 5 + moralism = 7 + } + } + modifier = { + factor = 0 + NOT = { has_country_modifier = benefactor_ai } + } + } + } + + exile_house_of_saud = { + picture = ibn_saud + potential = { + OR = { + tag = HAL + tag = HDJ + } + any_owned_province = { is_core = NEJ } + NOT = { has_global_flag = house_of_saud_exiled } + } + + allow = { + NEJ = { + exists = no + all_core = { owned_by = THIS } + } + } + + effect = { + set_global_flag = house_of_saud_exiled + prestige = 5 + NEJ = { + all_core = { + remove_core = NEJ + } + } + } + + ai_will_do = { factor = 1 } + } + + claim_nejd = { + picture = map_arabia + potential = { + tag = HAL + NOT = { has_country_flag = claimed_nejd } + NEJ = { exists = no } + } + + allow = { + NOT = { + 1157 = { is_core = HAL } + } + } + + effect = { + set_country_flag = claimed_nejd + NEJ_1157 = { add_core = HAL } + NEJ_1156 = { add_core = HAL } + 1163 = { add_core = HAL } + 1164 = { add_core = HAL } + any_country = { + limit = { + civilized = no + any_owned_province = { + OR = { + region = NEJ_1157 + region = NEJ_1156 + } + } + NOT = { tag = THIS } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + exile_house_of_rashid = { + picture = exile_house_of_rashid + potential = { + OR = { + tag = NEJ + tag = HDJ + } + any_owned_province = { is_core = HAL } + NOT = { has_global_flag = house_of_rashid_exiled } + } + + allow = { + HAL = { + exists = no + all_core = { owned_by = THIS } + } + } + + effect = { + set_global_flag = house_of_rashid_exiled + prestige = 5 + HAL = { + all_core = { + remove_core = HAL + } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_hail = { + picture = map_arabia + potential = { + tag = NEJ + NOT = { has_country_flag = claimed_hail } + HAL = { exists = no } + } + + allow = { + NOT = { + 1160 = { is_core = NEJ } + } + } + + effect = { + set_country_flag = claimed_hail + NEJ_1156 = { add_core = NEJ } + any_country = { + limit = { + civilized = no + any_owned_province = { region = NEJ_1156 } + NOT = { tag = THIS } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_hedjaz_NEJ = { + picture = map_arabia + potential = { + tag = NEJ + NOT = { exists = ARA } + NOT = { + 1151 = { is_core = NEJ } + } + } + + allow = { + OR = { + owns = 1160 + owns = 1151 + } + } + + effect = { + prestige = 5 + HDJ_1151 = { add_core = NEJ } #Hedjaz + random_country = { + limit = { + owns = 1151 + civilized = no + } + leave_alliance = THIS + relation = { + who = THIS + value = -200 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_hedjaz_HAL = { + picture = map_arabia + potential = { + tag = HAL + NOT = { exists = ARA } + NOT = { + 1151 = { is_core = HAL } + } + } + + allow = { + OR = { + owns = 1157 + owns = 1151 + } + } + + effect = { + prestige = 5 + HDJ_1151 = { add_core = HAL } #Hedjaz + random_country = { + limit = { + owns = 1151 + civilized = no + } + leave_alliance = THIS + relation = { + who = THIS + value = -200 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_arabia_HDJ = { + picture = map_arabia + potential = { + tag = HDJ + exists = yes + NOT = { exists = ARA } + NOT = { + 1157 = { is_core = HDJ } + } + } + + allow = { + NOT = { owns = 1157 } + is_vassal = no + OR = { + 1157 = { + owner = { + NOT = { primary_culture = bedouin } + NOT = { is_sphere_leader_of = THIS } + sphere_owner = { + NOT = { is_sphere_leader_of = THIS } + } + } + } + AND = { + war_with = NEJ + 1151 = { is_core = NEJ } + } + AND = { + war_with = HAL + 1151 = { is_core = HAL } + } + } + } + + effect = { + prestige = 5 + NEJ_1157 = { add_core = HDJ } #Riyadh + NEJ_1156 = { add_core = HDJ } #Kaf + 1155 = { add_core = HDJ } #Abha + random_country = { + limit = { + owns = 1157 + civilized = no + } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + + } + } + } + + ai_will_do = { + factor = 1 + } + } + + encourage_arab_nationalism = { + picture = form_the_ikhwan + potential = { + is_greater_power = yes + NOT = { has_global_flag = arab_nationalism_encouraged } + NOT = { tag = TUR } + TUR = { + NOT = { has_country_flag = arab_revolt } + any_owned_province = { + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + primary_culture = maghrebi + } + exists = no + } + } + } + year = 1900 + } + + allow = { + revolution_n_counterrevolution = 1 + TUR = { NOT = { rank = 1 } } + war_with = TUR + } + + effect = { + set_global_flag = arab_nationalism_encouraged + set_country_flag = friend_of_the_arabs + TUR = { country_event = 96100 } + } + } + + ibn_saud = { + potential = { + has_global_flag = arab_revolt_has_begun + NOT = { has_country_flag = ibn_saud } + tag = NEJ + } + + allow = { + government = absolute_monarchy + } + + effect = { + set_country_flag = ibn_saud + define_general = { + name = "Ibn Saud" + personality = brilliant + background = eccentric_genius + } + } + ai_will_do = { + factor = 1 + } + } + + form_the_ikhwan = { + potential = { + OR = { + AND = { + tag = NEJ + has_country_flag = ibn_saud + } + AND = { + tag = HAL + OR = { + has_global_flag = house_of_saud_returned + year = 1920 + } + NOT = { exists = NEJ } + } + } + NOT = { has_country_flag = the_ikhwan_formed } + } + + allow = { + government = absolute_monarchy + } + + effect = { + set_country_flag = the_ikhwan_formed + add_country_modifier = { + name = the_ikhwan + duration = 3650 + } + random_pop = { + limit = { + pop_type = farmers + has_pop_culture = bedouin + } + pop_type = soldiers + } + any_pop = { + limit = { has_pop_culture = bedouin } + ideology = { + value = reactionary + factor = 0.2 + } + dominant_issue = { + factor = 0.20 + value = jingoism + } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + the_holy_city = { + picture = the_holy_city + potential = { + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + 1151 = { + owned_by = THIS + NOT = { has_province_modifier = holy_city } + } + } + + allow = { + 1151 = { + owned_by = THIS + NOT = { has_province_modifier = holy_city } + } + } + + effect = { + random_owned = { + limit = { + province_id = 1151 + NOT = { has_province_modifier = holy_city } + } + add_province_modifier = { name = holy_city duration = -1 } + } + } + ai_will_do = { + factor = 1 + } + } + + claim_arabian_peninsula = { + picture = map_arabia + potential = { + tag = ARA + NOT = { + has_country_flag = claim_arabian_peninsula + has_country_flag = created_externally + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + romanticism = 1 + is_greater_power = yes + OR = { + government = fascist_dictatorship + AND = { + government = absolute_monarchy + war_policy = jingoism + } + } + } + + effect = { + set_country_flag = claim_arabian_peninsula + ABU_1162 = { #Abu Dhabi + add_core = ARA + } + OMA_1166 = { #Oman + add_core = ARA + } + YEM_1412 = { #Yemen + add_core = ARA + } + YEM_1178 = { #Yemen + add_core = ARA + } + } + + ai_will_do = { + factor = 1 + } + } + + hedjaz_independent = { + picture = form_the_ikhwan + potential = { + tag = HDJ + vassal_of = EGY + } + + allow = { + war = no + NOT = { neighbour = EGY } + } + + effect = { + add_casus_belli = { + target = TUR + type = establish_protectorate_casus_belli + months = 120 + } + leave_alliance = EGY + EGY = { + release_vassal = THIS + country_event = 800055 + } + } + + ai_will_do = { + factor = 1 + } + } + + integrate_bahrain_trucial_states = { + picture = bahrain_trade + + potential = { + is_greater_power = yes + is_sphere_leader_of = ABU + ABU = { + exists = yes + NOT = { owns = 1162 } + } + BHR = { + exists = yes + ai = yes + in_sphere = THIS + } + NOT = { has_country_flag = trucial_states_integration_bahrain } + } + + allow = { + war = no + mass_politics = 1 + 1162 = { + owner = { war = no } + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + BHR = { + war = no + is_mobilised = no + } + } + + effect = { + set_country_flag = trucial_states_integration_bahrain + ABU = { inherit = BHR } + relation = { who = ABU value = 50 } + diplomatic_influence = { who = ABU value = 25 } + any_country = { + limit = { + exists = no + civilized = no + OR = { + tag = BHR + tag = QAT + } + } + tech_school = developing_tech_school + } + } + + ai_will_do = { factor = 0 } + } + + integrate_qatar_trucial_states = { + picture = doha_city + potential = { + is_greater_power = yes + is_sphere_leader_of = ABU + ABU = { + exists = yes + NOT = { owns = 1165 } + } + QAT = { + exists = yes + ai = yes + in_sphere = THIS + } + NOT = { has_country_flag = trucial_states_integration_qatar } + } + + allow = { + war = no + mass_politics = 1 + 1165 = { + owner = { war = no } + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + QAT = { + war = no + is_mobilised = no + } + } + + effect = { + set_country_flag = trucial_states_integration_qatar + ABU = { inherit = QAT } + relation = { who = ABU value = 50 } + diplomatic_influence = { who = ABU value = 25 } + any_country = { + limit = { + exists = no + civilized = no + OR = { + tag = BHR + tag = QAT + } + } + tech_school = developing_tech_school + } + } + + ai_will_do = { factor = 0 } + } + + claim_bahrain_qatar_peninsula = { + picture = bahrain_trade + potential = { + OR = { + AND = { + tag = TUR + NOT = { has_country_flag = qatar_protection } + year = 1880 + } + tag = PER + tag = NEJ + tag = HAL + tag = ARA + tag = OMA + } + is_canal_enabled = 2 + revolution_n_counterrevolution = 1 + NOT = { + has_country_flag = claimed_the_persian_gulf + owns = 1165 + owns = 1162 + 1165 = { is_core = THIS } + 1162 = { is_core = THIS } + } + } + + allow = { + war = no + mass_politics = 1 + is_greater_power = yes + OR = { + owns = 1164 + owns = 1071 + owns = 1167 + } + } + + effect = { + set_country_flag = claimed_the_persian_gulf + badboy = 5 + 1165 = { add_core = THIS } + 1162 = { add_core = THIS } + } + ai_will_do = { factor = 1 } + } + + vassalize_trucial_states = { + picture = dubai_city + potential = { + is_sphere_leader_of = ABU + ABU = { + ai = yes + is_vassal = no + } + revolution_n_counterrevolution = 1 + NOT = { has_global_flag = vassalized_trucials } + } + + allow = { + war = no + ABU = { + war = no + in_sphere = THIS + relation = { who = THIS value = 150 } + } + mass_politics = 1 + } + + effect = { + set_global_flag = vassalized_trucials + prestige = 5 + create_vassal = ABU + create_alliance = ABU + relation = { who = ABU value = 400 } + diplomatic_influence = { who = ABU value = 400 } + ABU = { political_reform = no_slavery research_points = 1000 } + } + ai_will_do = { factor = 1 } + } + + found_dar_es_salaam = { + picture = tanzania_shop + potential = { + owns = 2036 + capital_scope = { + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + NOT = { has_global_flag = dar_es_salaam_built } + } + + allow = { + war = no + money = 1000 + OR = { + civilized = yes + admin_reform = yes_admin_reform + civilization_progress = 0.5 + year = 1865 + } + } + + effect = { + set_global_flag = dar_es_salaam_built + money = -1000 + 2036 = { any_pop = { militancy = -1 } add_province_modifier = { name = recently_built_city duration = 365 } change_province_name = "Dar Es Salaam" } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Archaeology.txt b/HPM/decisions/Archaeology.txt index 4a611b6d..d2fff7f9 100644 --- a/HPM/decisions/Archaeology.txt +++ b/HPM/decisions/Archaeology.txt @@ -1,104 +1,104 @@ political_decisions = { - search_for_machu_picchu = { - picture = search_for_machu_picchu - potential = { - NOT = { has_global_flag = machu_picchu_discovered } - NOT = { has_country_flag = looking_for_machu_picchu } - year = 1890 - NOT = { year = 1915 } - OR = { - rank = 3 - AND = { - capital_scope = { - OR = { - continent = north_america - continent = south_america - } - } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - 2302 = { owner = { in_sphere = THIS } } - } - } - - allow = { - NOT = { year = 1911 } - 2302 = { #Cusco - OR = { - owned_by = THIS - owner = { - OR = { - relation = { who = THIS value = 25 } - in_sphere = THIS - vassal_of = THIS - } - } - } - } - year = 1905 - money = 50100 - social_science = 1 - } - - effect = { - set_country_flag = looking_for_machu_picchu - treasury = -50000 - } - - ai_will_do = { factor = 1 } - } - - search_for_aegean_civilizations = { - picture = priams_treasure - potential = { - year = 1850 - NOT = { year = 1880 } - NOT = { has_global_flag = troy_discovered } - NOT = { has_country_flag = search_for_the_aegean_civilizations } - OR = { - rank = 3 - AND = { - capital_scope = { - OR = { - continent = europe - continent = oceania - } - } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - 865 = { owner = { in_sphere = THIS } } - } - } - - allow = { - NOT = { year = 1880 } - 865 = { #Canakkale, where Troy is located - OR = { - owned_by = THIS - owner = { - OR = { - relation = { who = THIS value = 75 } - in_sphere = THIS - vassal_of = THIS - } - } - } - } - money = 50100 - social_science = 1 - } - - effect = { - set_country_flag = search_for_the_aegean_civilizations - treasury = -50000 - } - - ai_will_do = { factor = 1 } - } + search_for_machu_picchu = { + picture = search_for_machu_picchu + potential = { + NOT = { has_global_flag = machu_picchu_discovered } + NOT = { has_country_flag = looking_for_machu_picchu } + year = 1890 + NOT = { year = 1915 } + OR = { + rank = 3 + AND = { + capital_scope = { + OR = { + continent = north_america + continent = south_america + } + } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + 2302 = { owner = { in_sphere = THIS } } + } + } + + allow = { + NOT = { year = 1911 } + 2302 = { #Cusco + OR = { + owned_by = THIS + owner = { + OR = { + relation = { who = THIS value = 25 } + in_sphere = THIS + vassal_of = THIS + } + } + } + } + year = 1905 + money = 50100 + social_science = 1 + } + + effect = { + set_country_flag = looking_for_machu_picchu + treasury = -50000 + } + + ai_will_do = { factor = 1 } + } + + search_for_aegean_civilizations = { + picture = priams_treasure + potential = { + year = 1850 + NOT = { year = 1880 } + NOT = { has_global_flag = troy_discovered } + NOT = { has_country_flag = search_for_the_aegean_civilizations } + OR = { + rank = 3 + AND = { + capital_scope = { + OR = { + continent = europe + continent = oceania + } + } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + 865 = { owner = { in_sphere = THIS } } + } + } + + allow = { + NOT = { year = 1880 } + 865 = { #Canakkale, where Troy is located + OR = { + owned_by = THIS + owner = { + OR = { + relation = { who = THIS value = 75 } + in_sphere = THIS + vassal_of = THIS + } + } + } + } + money = 50100 + social_science = 1 + } + + effect = { + set_country_flag = search_for_the_aegean_civilizations + treasury = -50000 + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/BEL.txt b/HPM/decisions/BEL.txt index c6ce6c2a..7343c999 100644 --- a/HPM/decisions/BEL.txt +++ b/HPM/decisions/BEL.txt @@ -1,743 +1,743 @@ political_decisions = { - international_african_association = { - picture = the_congo_conference - potential = { - year = 1870 - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - is_vassal = yes - has_global_flag = called_congo_conference - } - 1984 = { empty = yes } - any_owned_province = { has_building = naval_base } - num_of_cities = 6 - number_of_states = 2 - } + international_african_association = { + picture = the_congo_conference + potential = { + year = 1870 + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + is_vassal = yes + has_global_flag = called_congo_conference + } + 1984 = { empty = yes } + any_owned_province = { has_building = naval_base } + num_of_cities = 6 + number_of_states = 2 + } - allow = { - has_global_flag = berlin_conference - slavery = no_slavery - war = no - total_pops = 800000 - OR = { - AND = { - is_secondary_power = yes - is_greater_power = no - } - tag = BEL - } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - OR = { - AND = { - NOT = { badboy = 0.4 } - NOT = { num_of_vassals = 1 } - NOT = { any_owned_province = { is_colonial = yes } } - blue_and_brown_water_schools = 1 - } - AND = { - NOT = { badboy = 0.2 } - NOT = { num_of_vassals = 1 } - NOT = { any_owned_province = { is_colonial = yes } } - blue_and_brown_water_schools = 1 - } - AND = { - NOT = { badboy = 0.1 } - NOT = { any_owned_province = { continent = africa } } - naval_logistics = 1 - year = 1885 - } - AND = { - NOT = { badboy = 0.01 } - NOT = { any_owned_province = { continent = africa } } - NOT = { any_owned_province = { is_colonial = yes } } - raider_group_doctrine = 1 - year = 1886 - } - AND = { - NOT = { badboy = 0.3 } - NOT = { any_owned_province = { continent = africa } } - tech_school = naval_tech_school - raider_group_doctrine = 1 - } - AND = { - NOT = { badboy = 0.5 } - NOT = { any_owned_province = { continent = africa } } - tag = BEL - year = 1885 - raider_group_doctrine = 1 - } - } - } + allow = { + has_global_flag = berlin_conference + slavery = no_slavery + war = no + total_pops = 800000 + OR = { + AND = { + is_secondary_power = yes + is_greater_power = no + } + tag = BEL + } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + OR = { + AND = { + NOT = { badboy = 0.4 } + NOT = { num_of_vassals = 1 } + NOT = { any_owned_province = { is_colonial = yes } } + blue_and_brown_water_schools = 1 + } + AND = { + NOT = { badboy = 0.2 } + NOT = { num_of_vassals = 1 } + NOT = { any_owned_province = { is_colonial = yes } } + blue_and_brown_water_schools = 1 + } + AND = { + NOT = { badboy = 0.1 } + NOT = { any_owned_province = { continent = africa } } + naval_logistics = 1 + year = 1885 + } + AND = { + NOT = { badboy = 0.01 } + NOT = { any_owned_province = { continent = africa } } + NOT = { any_owned_province = { is_colonial = yes } } + raider_group_doctrine = 1 + year = 1886 + } + AND = { + NOT = { badboy = 0.3 } + NOT = { any_owned_province = { continent = africa } } + tech_school = naval_tech_school + raider_group_doctrine = 1 + } + AND = { + NOT = { badboy = 0.5 } + NOT = { any_owned_province = { continent = africa } } + tag = BEL + year = 1885 + raider_group_doctrine = 1 + } + } + } - effect = { - set_global_flag = called_congo_conference - any_country = { - limit = { is_greater_power = yes capital_scope = {continent = europe } NOT = { tag = TUR tag = RUS tag = THIS } } - country_event = 955182 - } - set_variable = { which = no_to_congo value = 0 } - set_variable = { which = yes_to_congo value = 0 } - set_variable = { which = abstained_to_congo value = 0 } - } - ai_will_do = { factor = 1 } - } - - force_publique = { - picture = force_publique - potential = { - tag = BEL - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { has_country_flag = force_publique_formed } - } - allow = { - any_owned_province = { - continent = africa - is_colonial = yes - } - military_logistics = 1 - } - effect = { - set_country_flag = force_publique_formed - any_pop = { - limit = { - location = { continent = africa } - NOT = { - has_pop_culture = wallonian - has_pop_culture = flemish - } - } - consciousness = 4 - militancy = 3 - } - any_owned = { - limit = { continent = africa } - add_province_modifier = { - name = force_publique - duration = -1 - } - } - any_greater_power = { - relation = { - who = THIS - value = -40 - } - } - } - } - - rename_the_congo = { - potential = { - exists = yes - OR = { - AND = { - exists = CNG - CNG = { vassal_of = THIS } - } - owns = 1982 - } - NOT = { has_global_flag = congo_renamed } - } - - allow = { - invention = mission_to_civilize - owns = 1987 - owns = 1984 - owns = 1991 - owns = 1983 - owns = 1982 - owns = 1985 - } - - effect = { - prestige = 5 - CNG = { capital = 1982 } - set_global_flag = congo_renamed - - random_owned = { - limit = { - province_id = 1987 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Elisabethville" - } - random_owned = { - limit = { - province_id = 1982 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Leopoldville" - } - random_owned = { - limit = { - province_id = 1996 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Stanleyville" - } - random_owned = { - limit = { - province_id = 1991 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Costermansville" - } - random_owned = { - limit = { - province_id = 1989 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Albertville" - } - random_owned = { - limit = { - province_id = 1984 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Luluabourg" - } - random_owned = { - limit = { - province_id = 1994 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Port-Francqui" - } - random_owned = { - limit = { - province_id = 1985 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Banningville" - } - random_owned = { - limit = { - province_id = 1993 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Coquilhatville" - } - random_owned = { - limit = { - province_id = 1982 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - state_scope = { change_region_name = "Bas-Congo" } - } - random_owned = { - limit = { - province_id = 1984 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - state_scope = { change_region_name = "Congo Orientale" } - } - random_owned = { - limit = { - province_id = 1992 - owner = { - OR = { - tag = BEL - is_culture_group = french - } - } - } - state_scope = { change_region_name = "Equateur" } - } - - random_owned = { - limit = { - province_id = 1987 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Lubumbashi" - } - random_owned = { - limit = { - province_id = 1996 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Kisangani" - } - random_owned = { - limit = { - province_id = 1991 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Bukavu" - } - random_owned = { - limit = { - province_id = 1989 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Kalemie" - } - random_owned = { - limit = { - province_id = 1984 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Tshikapa" - } - random_owned = { - limit = { - province_id = 1994 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Ilebo" - } - random_owned = { - limit = { - province_id = 1993 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Mbandaka" - } - random_owned = { - limit = { - province_id = 1985 - owner = { - NOT = { - tag = BEL - is_culture_group = french - } - } - } - change_province_name = "Bandundu" - } - random_owned = { - limit = { province_id = 1997 } - change_province_name = "Beni" - } - random_owned = { - limit = { province_id = 1992 } - change_province_name = "Ikela" - } - random_owned = { - limit = { province_id = 1995 } - change_province_name = "Lisala" - } - random_owned = { - limit = { province_id = 1998 } - change_province_name = "Ango" - } - random_owned = { - limit = { province_id = 1988 } - change_province_name = "Kolwezi" - } - any_owned = { - limit = { - NOT = { life_rating = 12 } - OR = { - is_core = CNG - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - province_id = 1982 - province_id = 1983 - province_id = 1985 - } - } - life_rating = 25 - } - any_owned = { - limit = { - OR = { - is_core = CNG - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - province_id = 1982 - province_id = 1983 - province_id = 1985 - } - } - remove_core = KON - remove_core = KUB - remove_core = KZB - remove_core = LBA - remove_core = LUN - remove_core = AZA - remove_core = MNG - } - } - } + effect = { + set_global_flag = called_congo_conference + any_country = { + limit = { is_greater_power = yes capital_scope = {continent = europe } NOT = { tag = TUR tag = RUS tag = THIS } } + country_event = 955182 + } + set_variable = { which = no_to_congo value = 0 } + set_variable = { which = yes_to_congo value = 0 } + set_variable = { which = abstained_to_congo value = 0 } + } + ai_will_do = { factor = 1 } + } - become_flanders = { - picture = become_belgium - potential = { - tag = BEL - NOT = { - exists = FLA - any_owned_province = { is_core = WLL } - } - } + force_publique = { + picture = force_publique + potential = { + tag = BEL + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { has_country_flag = force_publique_formed } + } + allow = { + any_owned_province = { + continent = africa + is_colonial = yes + } + military_logistics = 1 + } + effect = { + set_country_flag = force_publique_formed + any_pop = { + limit = { + location = { continent = africa } + NOT = { + has_pop_culture = wallonian + has_pop_culture = flemish + } + } + consciousness = 4 + militancy = 3 + } + any_owned = { + limit = { continent = africa } + add_province_modifier = { + name = force_publique + duration = -1 + } + } + any_greater_power = { + relation = { + who = THIS + value = -40 + } + } + } + } - allow = { - war = no - owns = 387 - } + rename_the_congo = { + potential = { + exists = yes + OR = { + AND = { + exists = CNG + CNG = { vassal_of = THIS } + } + owns = 1982 + } + NOT = { has_global_flag = congo_renamed } + } - effect = { - BEL = { - all_core = { - add_core = FLA - remove_core = BEL - } - } - change_tag = FLA - remove_accepted_culture = flemish - remove_accepted_culture = wallonian - remove_accepted_culture = picard - primary_culture = flemish - add_accepted_culture = dutch - any_pop = { - limit = { has_pop_culture = flemish } - militancy = -3 - } - any_pop = { - limit = { has_pop_culture = wallonian } - militancy = 6 - } - } + allow = { + invention = mission_to_civilize + owns = 1987 + owns = 1984 + owns = 1991 + owns = 1983 + owns = 1982 + owns = 1985 + } - ai_will_do = { - factor = 1 - } - } + effect = { + prestige = 5 + CNG = { capital = 1982 } + set_global_flag = congo_renamed - become_wallonia = { - picture = become_wallonia - potential = { - tag = BEL - exists = BEL - NOT = { - exists = WLL - any_owned_province = { is_core = FLA } - } - } + random_owned = { + limit = { + province_id = 1987 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Elisabethville" + } + random_owned = { + limit = { + province_id = 1982 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Leopoldville" + } + random_owned = { + limit = { + province_id = 1996 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Stanleyville" + } + random_owned = { + limit = { + province_id = 1991 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Costermansville" + } + random_owned = { + limit = { + province_id = 1989 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Albertville" + } + random_owned = { + limit = { + province_id = 1984 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Luluabourg" + } + random_owned = { + limit = { + province_id = 1994 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Port-Francqui" + } + random_owned = { + limit = { + province_id = 1985 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Banningville" + } + random_owned = { + limit = { + province_id = 1993 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Coquilhatville" + } + random_owned = { + limit = { + province_id = 1982 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + state_scope = { change_region_name = "Bas-Congo" } + } + random_owned = { + limit = { + province_id = 1984 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + state_scope = { change_region_name = "Congo Orientale" } + } + random_owned = { + limit = { + province_id = 1992 + owner = { + OR = { + tag = BEL + is_culture_group = french + } + } + } + state_scope = { change_region_name = "Equateur" } + } - allow = { - war = no - owns = 392 - } + random_owned = { + limit = { + province_id = 1987 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Lubumbashi" + } + random_owned = { + limit = { + province_id = 1996 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Kisangani" + } + random_owned = { + limit = { + province_id = 1991 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Bukavu" + } + random_owned = { + limit = { + province_id = 1989 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Kalemie" + } + random_owned = { + limit = { + province_id = 1984 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Tshikapa" + } + random_owned = { + limit = { + province_id = 1994 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Ilebo" + } + random_owned = { + limit = { + province_id = 1993 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Mbandaka" + } + random_owned = { + limit = { + province_id = 1985 + owner = { + NOT = { + tag = BEL + is_culture_group = french + } + } + } + change_province_name = "Bandundu" + } + random_owned = { + limit = { province_id = 1997 } + change_province_name = "Beni" + } + random_owned = { + limit = { province_id = 1992 } + change_province_name = "Ikela" + } + random_owned = { + limit = { province_id = 1995 } + change_province_name = "Lisala" + } + random_owned = { + limit = { province_id = 1998 } + change_province_name = "Ango" + } + random_owned = { + limit = { province_id = 1988 } + change_province_name = "Kolwezi" + } + any_owned = { + limit = { + NOT = { life_rating = 12 } + OR = { + is_core = CNG + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + province_id = 1982 + province_id = 1983 + province_id = 1985 + } + } + life_rating = 25 + } + any_owned = { + limit = { + OR = { + is_core = CNG + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + province_id = 1982 + province_id = 1983 + province_id = 1985 + } + } + remove_core = KON + remove_core = KUB + remove_core = KZB + remove_core = LBA + remove_core = LUN + remove_core = AZA + remove_core = MNG + } + } + } - effect = { - BEL = { - all_core = { - add_core = WLL - remove_core = BEL - } - } - change_tag = WLL - remove_accepted_culture = flemish - remove_accepted_culture = dutch - add_accepted_culture = picard - capital = 392 - any_pop = { - limit = { has_pop_culture = wallonian } - militancy = -3 - } - any_pop = { - limit = { has_pop_culture = flemish } - militancy = 6 - } - } + become_flanders = { + picture = become_belgium + potential = { + tag = BEL + NOT = { + exists = FLA + any_owned_province = { is_core = WLL } + } + } - ai_will_do = { - factor = 1 - } - } + allow = { + war = no + owns = 387 + } - become_belgium_FLA = { - picture = become_belgium - potential = { - tag = FLA - NOT = { exists = BEL } - } + effect = { + BEL = { + all_core = { + add_core = FLA + remove_core = BEL + } + } + change_tag = FLA + remove_accepted_culture = flemish + remove_accepted_culture = wallonian + remove_accepted_culture = picard + primary_culture = flemish + add_accepted_culture = dutch + any_pop = { + limit = { has_pop_culture = flemish } + militancy = -3 + } + any_pop = { + limit = { has_pop_culture = wallonian } + militancy = 6 + } + } - allow = { - war = no - owns = 387 - OR = { - owns = 392 - WLL = { - war = no - exists = yes - relation = { who = THIS value = 100 } - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - } + ai_will_do = { + factor = 1 + } + } - effect = { - prestige = 10 - BEL_387 = { - remove_core = WLL - add_core = FLA - add_core = BEL - } - BEL_394 = { - remove_core = FLA - add_core = WLL - add_core = BEL - } - 397 = { - remove_core = WLL - remove_core = BEL - } - change_tag = BEL - add_accepted_culture = wallonian - add_accepted_culture = picard - remove_accepted_culture = dutch - capital = 387 - random_country = { - limit = { - tag = WLL - exists = yes - ai = yes - } - THIS = { inherit = WLL } - } - random_country = { - limit = { - tag = WLL - exists = yes - ai = no - } - country_event = 11101 - } - any_pop = { militancy = -3 } - } + become_wallonia = { + picture = become_wallonia + potential = { + tag = BEL + exists = BEL + NOT = { + exists = WLL + any_owned_province = { is_core = FLA } + } + } - ai_will_do = { - factor = 1 - } - } + allow = { + war = no + owns = 392 + } - become_belgium_WLL = { - picture = become_belgium - potential = { - tag = WLL - NOT = { exists = BEL } - } + effect = { + BEL = { + all_core = { + add_core = WLL + remove_core = BEL + } + } + change_tag = WLL + remove_accepted_culture = flemish + remove_accepted_culture = dutch + add_accepted_culture = picard + capital = 392 + any_pop = { + limit = { has_pop_culture = wallonian } + militancy = -3 + } + any_pop = { + limit = { has_pop_culture = flemish } + militancy = 6 + } + } - allow = { - war = no - owns = 392 - OR = { - owns = 387 - FLA = { - war = no - exists = yes - relation = { who = THIS value = 100 } - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - } + ai_will_do = { + factor = 1 + } + } - effect = { - prestige = 10 - BEL_387 = { - remove_core = WLL - add_core = FLA - add_core = BEL - } - BEL_394 = { - remove_core = FLA - add_core = WLL - add_core = BEL - } - 397 = { - remove_core = WLL - remove_core = BEL - } - change_tag = BEL - add_accepted_culture = flemish - capital = 392 - random_country = { - limit = { - tag = FLA - exists = yes - ai = yes - } - THIS = { inherit = FLA } - } - random_country = { - limit = { - tag = FLA - exists = yes - ai = no - } - country_event = 11101 - } - any_pop = { militancy = -3 } - } + become_belgium_FLA = { + picture = become_belgium + potential = { + tag = FLA + NOT = { exists = BEL } + } - ai_will_do = { - factor = 1 - } - } - - - congo_mining_company = { - picture = mining_union_upper_katanga - potential = { - exists = yes - civilized = yes - any_owned_province = { - OR = { - province_id = 1987 - province_id = 1988 - province_id = 1989 - } - } - NOT = { has_global_flag = upper_katanga_mining_founded } - } + allow = { + war = no + owns = 387 + OR = { + owns = 392 + WLL = { + war = no + exists = yes + relation = { who = THIS value = 100 } + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + } - allow = { - owns = 1987 - owns = 1988 - owns = 1989 - electric_furnace = 1 - } + effect = { + prestige = 10 + BEL_387 = { + remove_core = WLL + add_core = FLA + add_core = BEL + } + BEL_394 = { + remove_core = FLA + add_core = WLL + add_core = BEL + } + 397 = { + remove_core = WLL + remove_core = BEL + } + change_tag = BEL + add_accepted_culture = wallonian + add_accepted_culture = picard + remove_accepted_culture = dutch + capital = 387 + random_country = { + limit = { + tag = WLL + exists = yes + ai = yes + } + THIS = { inherit = WLL } + } + random_country = { + limit = { + tag = WLL + exists = yes + ai = no + } + country_event = 11101 + } + any_pop = { militancy = -3 } + } - effect = { - set_global_flag = upper_katanga_mining_founded - prestige = 3 - 1987 = { trade_goods = iron } - 1988 = { trade_goods = precious_goods } #Diamonds in Katanga - 1989 = { trade_goods = coal } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - } + ai_will_do = { + factor = 1 + } + } - ai_will_do = { factor = 1 } - } -} \ No newline at end of file + become_belgium_WLL = { + picture = become_belgium + potential = { + tag = WLL + NOT = { exists = BEL } + } + + allow = { + war = no + owns = 392 + OR = { + owns = 387 + FLA = { + war = no + exists = yes + relation = { who = THIS value = 100 } + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + } + + effect = { + prestige = 10 + BEL_387 = { + remove_core = WLL + add_core = FLA + add_core = BEL + } + BEL_394 = { + remove_core = FLA + add_core = WLL + add_core = BEL + } + 397 = { + remove_core = WLL + remove_core = BEL + } + change_tag = BEL + add_accepted_culture = flemish + capital = 392 + random_country = { + limit = { + tag = FLA + exists = yes + ai = yes + } + THIS = { inherit = FLA } + } + random_country = { + limit = { + tag = FLA + exists = yes + ai = no + } + country_event = 11101 + } + any_pop = { militancy = -3 } + } + + ai_will_do = { + factor = 1 + } + } + + + congo_mining_company = { + picture = mining_union_upper_katanga + potential = { + exists = yes + civilized = yes + any_owned_province = { + OR = { + province_id = 1987 + province_id = 1988 + province_id = 1989 + } + } + NOT = { has_global_flag = upper_katanga_mining_founded } + } + + allow = { + owns = 1987 + owns = 1988 + owns = 1989 + electric_furnace = 1 + } + + effect = { + set_global_flag = upper_katanga_mining_founded + prestige = 3 + 1987 = { trade_goods = iron } + 1988 = { trade_goods = precious_goods } #Diamonds in Katanga + 1989 = { trade_goods = coal } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + } + + ai_will_do = { factor = 1 } + } +} diff --git a/HPM/decisions/Balkans.txt b/HPM/decisions/Balkans.txt index 3985110a..52926dda 100644 --- a/HPM/decisions/Balkans.txt +++ b/HPM/decisions/Balkans.txt @@ -1,2158 +1,2158 @@ political_decisions = { - unite_moldavia_wallachia = { - picture = create_romania - potential = { - OR = { - tag = WAL - tag = MOL - } - exists = WAL - exists = MOL - NOT = { exists = ROM } - } - - allow = { - OR = { - nationalism_n_imperialism = 1 - is_vassal = no - AND = { - TUR = { is_greater_power = no } - WAL = { - NOT = { - neighbour = TUR - any_neighbor_country = { vassal_of = TUR } - } - } - MOL = { - NOT = { - neighbour = TUR - any_neighbor_country = { vassal_of = TUR } - } - } - MOL = { NOT = { neighbour = TUR } } - } - } - WAL = { - war = no - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - MOL = { - war = no - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - - effect = { - prestige = 10 - change_tag = ROM - 795 = { remove_core = SIE } - random_country = { - limit = { - tag = WAL - exists = yes - ai = yes - } - THIS = { inherit = WAL } - } - random_country = { - limit = { - tag = WAL - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = MOL - exists = yes - ai = yes - } - THIS = { inherit = MOL } - } - random_country = { - limit = { - tag = MOL - exists = yes - ai = no - } - country_event = 11101 - } - capital = 664 - RUS = { - relation = { who = THIS value = 200 } - diplomatic_influence = { who = THIS value = 50 } - } - any_country = { - limit = { in_sphere = RUS } - relation = { who = THIS value = 200 } - } - any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } - random_country = { limit = { tag = MOL exists = no } all_core = { remove_core = MOL } } - random_country = { limit = { tag = WAL exists = no } all_core = { remove_core = WAL } } - random_owned = { limit = { owner = { accepted_culture = ukrainian } } owner = { remove_accepted_culture = ukrainian } } - random_owned = { - limit = { owner = { NOT = { neighbour = TUR } } } - TUR = { - release_vassal = THIS - casus_belli = { - target = ROM - type = make_puppet - months = 24 - } - } - } - } - - ai_will_do = { factor = 1 } - } - - create_romania = { - potential = { - NOT = { - exists = ROM - is_culture_group = pan_romanian - AND = { - tag = TUR - any_owned_province = { is_core = ROM } - } - } - OR = { - any_owned_province = { - any_neighbor_province = { is_core = ROM } - } - is_sphere_leader_of = WAL - is_sphere_leader_of = MOL - is_sphere_leader_of = SIE - } - } - allow = { - war = no - is_greater_power = yes - ROM = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - is_greater_power = no - } - } - } - } - } - effect = { - prestige = 20 - badboy = 2 - any_country = { - limit = { - primary_culture = romanian - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - any_owned = { - limit = { - is_core = THIS - is_core = ROM - } - remove_core = ROM - } - release_vassal = ROM - create_alliance = ROM - diplomatic_influence = { - who = ROM - value = 300 - } - any_country = { - limit = { - OR = { - tag = AUS - tag = KUK - tag = HUN - tag = TUR - } - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -50 - } - relation = { - who = ROM - value = -50 - } - } - ROM = { - any_owned = { - limit = { is_core = ROM } - remove_core = WAL - remove_core = MOL - remove_core = MDV - remove_core = BKV - } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - OR = { - tag = HUN - tag = TUR - tag = AUS - tag = KUK - } - } - } - } - - unite_with_romania = { - picture = create_romania - potential = { - is_culture_group = pan_romanian - exists = ROM - NOT = { - has_country_flag = ghost_country - has_country_flag = unite_with_romania - tag = ROM - tag = MDV - } - } - - allow = { - war = no - NOT = { is_mobilised = yes } - OR = { - is_vassal = no - overlord = { is_our_vassal = ROM } - } - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = ROM } - } - ROM = { - war = no - neighbour = THIS - } - } - - effect = { - set_country_flag = unite_with_romania - random_owned = { - limit = { owner = { accepted_culture = hungarian } } - owner = { remove_accepted_culture = hungarian } - } - random_country = { - limit = { - tag = ROM - ai = yes - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = ROM - ai = yes - THIS = { ai = no } - } - any_owned = { secede_province = THIS } - THIS = { - random_owned = { - limit = { province_id = 664 } - owner = { capital = 664 } - } - change_tag = ROM - 795 = { remove_core = SIE } - } - } - random_country = { - limit = { - tag = ROM - ai = no - } - country_event = 60130 - } - ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } - } - - ai_will_do = { factor = 1 } - } - - form_czechoslovakia = { - potential = { - OR = { - tag = BOH - tag = SLV - } - NOT = { - exists = CZH - has_global_flag = czechoslovakia_formed - } - } - - allow = { - war = no - owns = 625 - nationalism_n_imperialism = 1 - BOH = { - OR = { - AND = { - exists = yes - war = no - is_mobilised = no - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - part_of_sphere = no - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - has_country_flag = newly_released_nation - } - } - all_core = { - owner = { - war = no - is_mobilised = no - } - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { has_country_flag = newly_released_nation } - owner = { - is_culture_group = czecho_slovak_culture_group - relation = { who = THIS value = 100 } - } - } - } - } - } - SLV = { - OR = { - AND = { - exists = yes - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - part_of_sphere = no - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - has_country_flag = newly_released_nation - } - } - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { has_country_flag = newly_released_nation } - owner = { - is_culture_group = czecho_slovak_culture_group - relation = { who = THIS value = 100 } - } - } - } - } - } - } - - effect = { - set_global_flag = czechoslovakia_formed - prestige = 10 - BOH = { all_core = { add_core = CZH } } - SLV = { all_core = { add_core = CZH } } - add_accepted_culture = czech - add_accepted_culture = slovak - change_tag = CZH - capital = 625 - any_country = { - limit = { - war = no - is_culture_group = czecho_slovak_culture_group - OR = { - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - annex_to = THIS - } - random_country = { - limit = { is_culture_group = czecho_slovak_culture_group part_of_sphere = no is_vassal = no } - country_event = 98650 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_czechoslovakia_bohemia = { - picture = form_czechoslovakia - potential = { - tag = CZH - NOT = { - exists = BOH - any_owned_province = { is_core = BOH } - } - } - - allow = { - war = no - owns = 625 - NOT = { - any_owned_province = { is_core = BOH } - } - } - - effect = { - capital = 625 - prestige = 5 - primary_culture = czech - remove_accepted_culture = slovak - all_core = { remove_core = CZH } - change_tag = BOH - any_pop = { - limit = { has_pop_culture = czech } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_czechoslovakia_slovakia = { - picture = form_czechoslovakia - potential = { - tag = CZH - NOT = { - exists = SLV - any_owned_province = { is_core = SLV } - } - } - - allow = { - war = no - owns = 633 - NOT = { - any_owned_province = { is_core = SLV } - } - } - - effect = { - capital = 633 - prestige = 5 - primary_culture = slovak - remove_accepted_culture = czech - all_core = { remove_core = CZH } - change_tag = SLV - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - unite_with_croatia = { - picture = gtfo - potential = { - tag = DLM - exists = CRO - NOT = { has_country_flag = unite_with_croatia } - } - - allow = { - war = no - OR = { - is_vassal = no - overlord = { is_our_vassal = CRO } - } - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = CRO } - } - CRO = { - war = no - neighbour = THIS - OR = { - is_vassal = no - overlord = { is_our_vassal = DLM } - } - } - } - - effect = { - set_country_flag = unite_with_croatia - all_core = { remove_core = DLM } - random_country = { - limit = { - tag = CRO - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = CRO - ai = yes - THIS = { ai = no } - } - THIS = { - inherit = CRO - random_owned = { - limit = { province_id = 771 } - owner = { capital = 771 } - } - change_tag = CRO - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - government = fascist_dictatorship - CRO = { - NOT = { government = fascist_dictatorship } - } - } - modifier = { - factor = 0 - NOT = { government = fascist_dictatorship } - CRO = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - government = proletarian_dictatorship - CRO = { - NOT = { government = proletarian_dictatorship } - } - } - modifier = { - factor = 0 - NOT = { government = proletarian_dictatorship } - CRO = { government = proletarian_dictatorship } - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - CRO = { - NOT = { - government = democracy - government = hms_government - } - } - } - modifier = { - factor = 0 - CRO = { - OR = { - government = democracy - government = hms_government - } - } - NOT = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - } - } - - form_yugoslavia = { - potential = { - is_culture_group = south_slavic - NOT = { exists = YUG } - NOT = { has_global_flag = yugoslavia_formed } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - is_vassal = no - prestige = 30 - nationalism_n_imperialism = 1 - 794 = { - owner = { - OR = { - tag = THIS - in_sphere = THIS - vassal_of = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { truce_with = THIS } - war = no - } - } - 783 = { - owner = { - OR = { - tag = THIS - in_sphere = THIS - vassal_of = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { truce_with = THIS } - war = no - } - } - 771 = { - owner = { - OR = { - tag = THIS - in_sphere = THIS - vassal_of = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { truce_with = THIS } - war = no - } - } - } - - effect = { - set_global_flag = yugoslavia_formed - prestige = 20 - all_core = { add_core = YUG } - SER = { all_core = { add_core = YUG } } - MON = { all_core = { add_core = YUG } } - CRO = { all_core = { add_core = YUG } } - BOS = { all_core = { add_core = YUG } } - SLO = { all_core = { add_core = YUG } } - random_owned = { - limit = { owner = { accepted_culture = north_italian } } - owner = { remove_accepted_culture = north_italian } - } - random_owned = { - limit = { owner = { NOT = { government = theocracy } } } - owner = { - add_accepted_culture = serb - add_accepted_culture = croat - add_accepted_culture = slovene - } - } - change_tag = YUG - any_country = { - limit = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - NOT = { is_culture_group = south_slavic } - } - any_owned = { - limit = { is_core = YUG } - secede_province = THIS - } - } - any_country = { - limit = { - war = no - is_culture_group = south_slavic - NOT = { - tag = ALB - has_country_flag = post_colonial_country - } - OR = { - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - relation = { who = THIS value = 100 } - } - } - country_event = 11120 - } - } - - ai_will_do = { - factor = 1 - } - } - - create_yugoslavia = { - picture = form_yugoslavia - potential = { - NOT = { - exists = YUG - is_culture_group = south_slavic - has_global_flag = yugoslavia_formed - tag = TUR - } - OR = { - tag = FRA - tag = RUS - any_owned_province = { is_core = ALB } - any_owned_province = { is_core = BUL } - is_sphere_leader_of = SER - is_sphere_leader_of = MON - is_sphere_leader_of = CRO - is_sphere_leader_of = BOS - is_sphere_leader_of = SLO - is_sphere_leader_of = ALB - is_sphere_leader_of = BUL - } - } - allow = { - war = no - is_greater_power = yes - 783 = { NOT = { is_core = THIS } } - SER = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - BOS = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - CRO = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - } - effect = { - set_global_flag = yugoslavia_formed - prestige = 20 - badboy = 2 - SER = { all_core = { add_core = YUG } } - MON = { all_core = { add_core = YUG } } - CRO = { all_core = { add_core = YUG } } - BOS = { all_core = { add_core = YUG } } - SLO = { all_core = { add_core = YUG } } - TUR_853 = { add_core = YUG } - any_country = { - limit = { - OR = { - tag = SER - tag = MON - tag = CRO - tag = BOS - tag = SLO - tag = ALB - } - ai = yes - in_sphere = THIS - } - annex_to = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = south_slavic } - in_sphere = THIS - war = no - any_owned_province = { - OR = { - is_core = SER - is_core = BOS - is_core = CRO - } - } - } - any_owned = { - limit = { - OR = { - is_core = SER - is_core = BOS - is_core = CRO - } - } - secede_province = THIS - } - } - any_owned = { - limit = { - is_core = THIS - is_core = YUG - } - remove_core = YUG - } - release_vassal = YUG - create_alliance = YUG - diplomatic_influence = { - who = YUG - value = 400 - } - any_country = { - limit = { - OR = { - tag = AUS - tag = KUK - tag = HUN - tag = TUR - } - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -50 - } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - OR = { - tag = HUN - tag = TUR - tag = AUS - tag = KUK - } - } - } - } - - albania_in_yugoslavia = { - picture = map_balkans - potential = { - OR = { - YUG = { vassal_of = THIS } - tag = YUG - } - NOT = { has_global_flag = albania_in_yugoslavia } - } - - allow = { - war = no - ALB = { - OR = { - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - } - } - - effect = { - set_global_flag = albania_in_yugoslavia - prestige = 5 - ALB = { all_core = { add_core = YUG } } - random_country = { limit = { exists = yes tag = ALB vassal_of = THIS } annex_to = YUG } - any_country = { - limit = { - in_sphere = THIS - NOT = { tag = YUG } - war = no - any_owned_province = { is_core = ALB } - } - country_event = 111100 - } - any_country = { - limit = { - vassal_of = THIS - NOT = { tag = YUG } - war = no - any_owned_province = { is_core = ALB } - } - any_owned = { - limit = { is_core = ALB } - secede_province = THIS - } - } - THIS = { - any_owned = { - limit = { is_core = ALB } - secede_province = YUG - } - } - } - } - - invite_slovenia_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - SLO = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_slovenes_to_YUG } - } - - allow = { - war = no - NOT = { government = theocracy } - SLO = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - - effect = { - set_country_flag = invited_slovenes_to_YUG - SLO = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - SLO = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - vassal_of = THIS - } - } - } - } - } - } - - invite_bosnia_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - BOS = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_bosniaks_to_YUG } - } - - allow = { - war = no - NOT = { government = theocracy } - BOS = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - - effect = { - set_country_flag = invited_bosniaks_to_YUG - BOS = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - BOS = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - vassal_of = THIS - } - } - } - } - } - } - - invite_croatia_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - CRO = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_croats_to_YUG } - } - - allow = { - war = no - NOT = { government = theocracy } - CRO = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - - effect = { - set_country_flag = invited_croats_to_YUG - CRO = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - CRO = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - vassal_of = THIS - } - } - } - } - } - } - - invite_montenegro_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - MON = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_montenegrins_to_YUG } - } - - allow = { - war = no - MON = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - - effect = { - set_country_flag = invited_montenegrins_to_YUG - MON = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - MON = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - vassal_of = THIS - } - } - } - } - } - } - - invite_serbia_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - SER = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_serbians_to_YUG } - } - - allow = { - war = no - SER = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - - effect = { - set_country_flag = invited_serbians_to_YUG - SER = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - SER = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - vassal_of = THIS - } - } - } - } - } - } - - invite_bulgaria_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - BUL = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_bulgarians_to_YUG } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - BUL = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - AND = { - is_vassal = no - in_sphere = THIS - } - vassal_of = THIS - } - } - } - - effect = { - set_country_flag = invited_bulgarians_to_YUG - BUL = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - BUL = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - } - - invite_macedonia_to_YUG = { - picture = form_yugoslavia - potential = { - tag = YUG - MCD = { - exists = yes - NOT = { has_country_flag = not_join_yugoslavia } - } - NOT = { has_country_flag = invited_macedonians_to_YUG } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - MCD = { - war = no - neighbour = YUG - NOT = { truce_with = THIS } - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - AND = { - part_of_sphere = no - relation = { who = THIS value = 150 } - } - in_sphere = THIS - } - } - } - - effect = { - set_country_flag = invited_macedonians_to_YUG - MCD = { country_event = 11120 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - MCD = { - NOT = { - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - } - - -# embrace_bosnians_YUG = { -# picture = embrace_minority -# potential = { -# tag = YUG -# any_owned_province = { culture = bosniak } -# NOT = { -# primary_culture = bosniak -# accepted_culture = bosniak -# } -# } -# -# allow = { -# prestige = 50 -# NOT = { government = theocracy } -# citizenship_policy = full_citizenship -# citizens_rights = all_voting_pops -# nationalism_n_imperialism = 1 -# NOT = { -# any_owned_province = { -# culture = bosniak -# average_militancy = 2 -# } -# } -# } -# -# effect = { -# add_accepted_culture = bosniak -# prestige = -25 -# any_pop = { -# limit = { has_pop_culture = bosniak } -# consciousness = -4 -# militancy = -4 -# } -# any_pop = { -# limit = { -# is_primary_culture = no -# is_accepted_culture = no -# } -# consciousness = 8 -# militancy = 6 -# } -# } -# } - - embrace_bulgarians_YUG = { - picture = embrace_minority - potential = { - tag = YUG - any_owned_province = { culture = bulgarian } - NOT = { - primary_culture = bulgarian - accepted_culture = bulgarian - } - } - - allow = { - NOT = { government = theocracy } - citizenship_policy = full_citizenship - citizens_rights = all_voting_pops - prestige = 50 - revolution_n_counterrevolution = 1 - experimental_psychology = 1 - NOT = { - any_owned_province = { - culture = bulgarian - average_militancy = 2 - } - } - } - - effect = { - add_accepted_culture = bulgarian - prestige = -25 - any_pop = { - limit = { has_pop_culture = bulgarian } - consciousness = -4 - militancy = -4 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 8 - militancy = 6 - } - } - } - - embrace_albanians_YUG = { - picture = embrace_minority - potential = { - tag = YUG - any_owned_province = { culture = albanian } - NOT = { - primary_culture = albanian - accepted_culture = albanian - } - } - - allow = { - prestige = 50 - NOT = { government = theocracy } - citizenship_policy = full_citizenship - citizens_rights = all_voting_pops - mass_politics = 1 - social_science = 1 - behaviorism = 1 - NOT = { - any_owned_province = { - culture = albanian - average_militancy = 2 - } - } - } - - effect = { - add_accepted_culture = albanian - prestige = -25 - any_pop = { - limit = { has_pop_culture = albanian } - consciousness = -4 - militancy = -4 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 9 - militancy = 8 - } - } - } - - end_of_yugoslavia_serbia = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = SER - any_owned_province = { - NOT = { - is_core = SER - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = SER - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 794 } - owner = { capital = 794 } - } - prestige = 5 - primary_culture = serb - remove_accepted_culture = croat - remove_accepted_culture = slovene - remove_accepted_culture = bosniak - remove_accepted_culture = albanian - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = SER - any_pop = { - limit = { has_pop_culture = serb } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_croatia = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = CRO - any_owned_province = { - NOT = { - is_core = CRO - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = CRO - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 771 } - owner = { capital = 771 } - } - prestige = 5 - primary_culture = croat - remove_accepted_culture = serb - remove_accepted_culture = slovene - remove_accepted_culture = bosniak - remove_accepted_culture = albanian - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = CRO - any_pop = { - limit = { has_pop_culture = croat } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_slovenia = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = SLO - any_owned_province = { - NOT = { - is_core = SLO - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = SLO - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 768 } - owner = { capital = 768 } - } - prestige = 5 - primary_culture = slovene - remove_accepted_culture = croat - remove_accepted_culture = serb - remove_accepted_culture = bosniak - remove_accepted_culture = albanian - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = SLO - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_bosnia = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = BOS - any_owned_province = { - NOT = { - is_core = BOS - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = BOS - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 783 } - owner = { capital = 783 } - } - prestige = 5 - primary_culture = bosniak - remove_accepted_culture = croat - remove_accepted_culture = slovene - remove_accepted_culture = serb - remove_accepted_culture = albanian - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = BOS - any_pop = { - limit = { has_pop_culture = bosniak } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_albania = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = ALB - any_owned_province = { - NOT = { - is_core = ALB - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = ALB - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 849 } - owner = { capital = 849 } - } - prestige = 5 - primary_culture = albanian - remove_accepted_culture = croat - remove_accepted_culture = slovene - remove_accepted_culture = bosniak - remove_accepted_culture = serb - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = ALB - any_pop = { - limit = { has_pop_culture = albanian } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_montenegro = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = MON - any_owned_province = { - NOT = { - is_core = MON - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = MON - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 2583 } - owner = { capital = 2593 } - } - prestige = 5 - primary_culture = serb - remove_accepted_culture = croat - remove_accepted_culture = slovene - remove_accepted_culture = bosniak - remove_accepted_culture = albanian - remove_accepted_culture = bulgarian - all_core = { remove_core = YUG } - change_tag = MON - any_pop = { - limit = { has_pop_culture = serb } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_yugoslavia_bulgaria = { - picture = form_yugoslavia - potential = { - tag = YUG - NOT = { - exists = BUL - any_owned_province = { - NOT = { - is_core = BUL - } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { - is_core = BUL - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 809 } - owner = { capital = 809 } - } - prestige = 5 - primary_culture = bulgarian - remove_accepted_culture = croat - remove_accepted_culture = slovene - remove_accepted_culture = bosniak - remove_accepted_culture = albanian - remove_accepted_culture = serb - all_core = { remove_core = YUG } - change_tag = BUL - any_pop = { - limit = { has_pop_culture = bulgarian } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - bulgaria_in_yugoslavia = { - picture = map_balkans - potential = { - tag = YUG - OR = { - BUL = { vassal_of = THIS } - BUL = { in_sphere = THIS } - } - NOT = { has_global_flag = bulgaria_in_yugoslavia } - } - allow = { - war = no - OR = { - BUL = { vassal_of = THIS } - BUL = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - } - } - effect = { - set_global_flag = bulgaria_in_yugoslavia - prestige = 5 - BUL = { all_core = { add_core = YUG } } - YUG = { inherit = BUL } - any_country = { - limit = { - in_sphere = THIS - war = no - any_owned_province = { is_core = BUL } - } - any_owned = { - limit = { is_core = BUL } - secede_province = THIS - } - } - THIS = { - any_owned = { - limit = { is_core = BUL } - secede_province = YUG - } - } - } - } - - croatian_independence = { - picture = croatian_independence - potential = { - tag = CRO - any_neighbor_country = { any_core = { owned_by = CRO } } - NOT = { has_country_flag = first_croat_independence } - } - - allow = { - war = no - is_vassal = no - AUS_771 = { owned_by = THIS } - OR = { - AUS_780 = { owned_by = THIS } - AUS_777 = { owned_by = THIS } - } - } - - effect = { - set_country_flag = first_croat_independence - any_country = { limit = { exists = yes any_core = { owned_by = CRO } } - casus_belli = { - target = CRO - type = make_puppet - months = 6 - } - } - CRO = { all_core = { remove_core = HUN } } - CRO = { all_core = { remove_core = AUS } } - CRO = { all_core = { remove_core = KUK } } - } - } - - abolish_wallachia_moldavia = { - picture = create_romania - potential = { - tag = ROM - WAL = { exists = no } - MOL = { exists = no } - exists = yes - OR = { - any_owned_province = { is_core = WAL } - any_owned_province = { is_core = MOL } - } - } - - allow = { - war = no - } - - effect = { - WAL = { all_core = { remove_core = WAL } } - MOL = { all_core = { remove_core = MOL } } - MOL_676 = { remove_core = WAL remove_core = MOL } - } - } - -# abolish_transylvania = { -# picture = create_romania -# potential = { -# tag = ROM -# SIE = { exists = no } -# exists = yes -# any_owned_province = { is_core = SIE } -# } -# -# allow = { -# SIE = { all_core = { owned_by = THIS } } -# war = no -# } -# -# effect = { -# badboy = 2 -# SIE = { all_core = { remove_core = SIE } } -# } -# -# ai_will_do = { -# factor = 1 -# modifier = { factor = 0 badboy = 0.82 } -# } -# } - - claim_fiume = { - picture = fiume_port - potential = { - tag = HUN - owns = 773 - 778 = { NOT = { is_core = HUN } } - 773 = { is_core = HUN } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - 778 = { add_core = HUN } - badboy = 1 - } - ai_will_do = { factor = 1 } - } - - austro_hungarian_border_treaty = { - picture = croatian_independence - potential = { - NOT = { has_country_flag = austro_hungarian_border_treaty_tried } - OR = { - AND = { - tag = HUN - OR = { - is_secondary_power = yes - is_greater_power = yes - } - state_n_government = 1 - AUS = { is_secondary_power = no is_greater_power = no } - } - AND = { - tag = AUS - OR = { - is_secondary_power = yes - is_greater_power = yes - } - state_n_government = 1 - HUN = { is_secondary_power = no is_greater_power = no } - } - } - exists = AUS - exists = HUN - OR = { - 623 = { is_core = AUS } - 624 = { is_core = HUN } - } - OR = { - AND = { - 623 = { owned_by = AUS } - 624 = { owned_by = HUN } - } - AND = { - 623 = { owned_by = HUN } - 624 = { owned_by = AUS } - } - } - } - - allow = { - war = no - state_n_government = 1 - OR = { - AND = { - tag = AUS - NOT = { AUS_619 = { NOT = { owned_by = THIS } } } - HUN = { NOT = { AUS_623 = { NOT = { owned_by = THIS } } } } - HUN = { NOT = { AUS_641 = { NOT = { owned_by = THIS } } } } - } - AND = { - tag = HUN - NOT = { AUS_623 = { NOT = { owned_by = THIS } } } - NOT = { AUS_641 = { NOT = { owned_by = THIS } } } - AUS = { NOT = { AUS_619 = { NOT = { owned_by = THIS } } } } - } - } - } - - effect = { - set_country_flag = austro_hungarian_border_treaty_tried - random_country = { - limit = { - OR = { - tag = AUS - tag = HUN - } - exists = yes - neighbour = THIS - } - country_event = 60055559 - } - } - ai_will_do = { factor = 1 } - } - - bulgarian_miracle = { - picture = bulgarian_miracle - potential = { - tag = BUL - owns = 809 - owns = 816 - NOT = { has_country_flag = the_bulgarian_miracle } - } - - allow = { - war = no - invention = manifest_destiny - private_bank_money_bill_printing = 1 - stock_exchange = 1 - 809 = { has_building = railroad } - money = 10000 - } - - effect = { - treasury = -10000 - set_country_flag = the_bulgarian_miracle - add_country_modifier = { name = total_reform duration = 3650 } - any_owned = { limit = { region = TUR_809 NOT = { province_id = 809 } } add_province_modifier = { name = small_baby_boom duration = 2555 } } - TUR_810 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } - 809 = { - life_rating = 5 - add_province_modifier = { name = recently_built_city duration = 1825 } - } - } - ai_will_do = { factor = 1 } - } - - montenegro_borders = { - picture = map_montenegro - potential = { - NOT = { tag = CRO } - NOT = { tag = BOS } - any_owned_province = { is_core = MON } - NOT = { has_global_flag = montenegro_organized } - year = 1870 - } - - allow = { - war = no - MON = { all_core = { owned_by = THIS } } - nationalism_n_imperialism = 1 - } - - effect = { - set_global_flag = montenegro_organized - MON = { all_core = { remove_core = BOS } } - MON = { all_core = { remove_core = CRO } } - MON = { all_core = { remove_core = DLM } } - MON = { all_core = { remove_core = KUK } } - } - ai_will_do = { factor = 1 } - } - - move_capital_to_belgrade = { - picture = belgrade_view - potential = { - tag = SER - owns = 794 - NOT = { capital = 794 } - } - - allow = { - war = no - NOT = { in_sphere = TUR } - state_n_government = 1 - } - - effect = { - capital = 794 - prestige = 1 - random_owned = { - limit = { - province_id = 794 - NOT = { life_rating = 36 } - } - life_rating = 1 - } - } - ai_will_do = { factor = 1 } - } + unite_moldavia_wallachia = { + picture = create_romania + potential = { + OR = { + tag = WAL + tag = MOL + } + exists = WAL + exists = MOL + NOT = { exists = ROM } + } + + allow = { + OR = { + nationalism_n_imperialism = 1 + is_vassal = no + AND = { + TUR = { is_greater_power = no } + WAL = { + NOT = { + neighbour = TUR + any_neighbor_country = { vassal_of = TUR } + } + } + MOL = { + NOT = { + neighbour = TUR + any_neighbor_country = { vassal_of = TUR } + } + } + MOL = { NOT = { neighbour = TUR } } + } + } + WAL = { + war = no + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + MOL = { + war = no + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + + effect = { + prestige = 10 + change_tag = ROM + 795 = { remove_core = SIE } + random_country = { + limit = { + tag = WAL + exists = yes + ai = yes + } + THIS = { inherit = WAL } + } + random_country = { + limit = { + tag = WAL + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = MOL + exists = yes + ai = yes + } + THIS = { inherit = MOL } + } + random_country = { + limit = { + tag = MOL + exists = yes + ai = no + } + country_event = 11101 + } + capital = 664 + RUS = { + relation = { who = THIS value = 200 } + diplomatic_influence = { who = THIS value = 50 } + } + any_country = { + limit = { in_sphere = RUS } + relation = { who = THIS value = 200 } + } + any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } + random_country = { limit = { tag = MOL exists = no } all_core = { remove_core = MOL } } + random_country = { limit = { tag = WAL exists = no } all_core = { remove_core = WAL } } + random_owned = { limit = { owner = { accepted_culture = ukrainian } } owner = { remove_accepted_culture = ukrainian } } + random_owned = { + limit = { owner = { NOT = { neighbour = TUR } } } + TUR = { + release_vassal = THIS + casus_belli = { + target = ROM + type = make_puppet + months = 24 + } + } + } + } + + ai_will_do = { factor = 1 } + } + + create_romania = { + potential = { + NOT = { + exists = ROM + is_culture_group = pan_romanian + AND = { + tag = TUR + any_owned_province = { is_core = ROM } + } + } + OR = { + any_owned_province = { + any_neighbor_province = { is_core = ROM } + } + is_sphere_leader_of = WAL + is_sphere_leader_of = MOL + is_sphere_leader_of = SIE + } + } + allow = { + war = no + is_greater_power = yes + ROM = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + is_greater_power = no + } + } + } + } + } + effect = { + prestige = 20 + badboy = 2 + any_country = { + limit = { + primary_culture = romanian + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + any_owned = { + limit = { + is_core = THIS + is_core = ROM + } + remove_core = ROM + } + release_vassal = ROM + create_alliance = ROM + diplomatic_influence = { + who = ROM + value = 300 + } + any_country = { + limit = { + OR = { + tag = AUS + tag = KUK + tag = HUN + tag = TUR + } + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -50 + } + relation = { + who = ROM + value = -50 + } + } + ROM = { + any_owned = { + limit = { is_core = ROM } + remove_core = WAL + remove_core = MOL + remove_core = MDV + remove_core = BKV + } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + OR = { + tag = HUN + tag = TUR + tag = AUS + tag = KUK + } + } + } + } + + unite_with_romania = { + picture = create_romania + potential = { + is_culture_group = pan_romanian + exists = ROM + NOT = { + has_country_flag = ghost_country + has_country_flag = unite_with_romania + tag = ROM + tag = MDV + } + } + + allow = { + war = no + NOT = { is_mobilised = yes } + OR = { + is_vassal = no + overlord = { is_our_vassal = ROM } + } + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = ROM } + } + ROM = { + war = no + neighbour = THIS + } + } + + effect = { + set_country_flag = unite_with_romania + random_owned = { + limit = { owner = { accepted_culture = hungarian } } + owner = { remove_accepted_culture = hungarian } + } + random_country = { + limit = { + tag = ROM + ai = yes + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = ROM + ai = yes + THIS = { ai = no } + } + any_owned = { secede_province = THIS } + THIS = { + random_owned = { + limit = { province_id = 664 } + owner = { capital = 664 } + } + change_tag = ROM + 795 = { remove_core = SIE } + } + } + random_country = { + limit = { + tag = ROM + ai = no + } + country_event = 60130 + } + ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } + } + + ai_will_do = { factor = 1 } + } + + form_czechoslovakia = { + potential = { + OR = { + tag = BOH + tag = SLV + } + NOT = { + exists = CZH + has_global_flag = czechoslovakia_formed + } + } + + allow = { + war = no + owns = 625 + nationalism_n_imperialism = 1 + BOH = { + OR = { + AND = { + exists = yes + war = no + is_mobilised = no + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + part_of_sphere = no + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + has_country_flag = newly_released_nation + } + } + all_core = { + owner = { + war = no + is_mobilised = no + } + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { has_country_flag = newly_released_nation } + owner = { + is_culture_group = czecho_slovak_culture_group + relation = { who = THIS value = 100 } + } + } + } + } + } + SLV = { + OR = { + AND = { + exists = yes + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + part_of_sphere = no + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + has_country_flag = newly_released_nation + } + } + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { has_country_flag = newly_released_nation } + owner = { + is_culture_group = czecho_slovak_culture_group + relation = { who = THIS value = 100 } + } + } + } + } + } + } + + effect = { + set_global_flag = czechoslovakia_formed + prestige = 10 + BOH = { all_core = { add_core = CZH } } + SLV = { all_core = { add_core = CZH } } + add_accepted_culture = czech + add_accepted_culture = slovak + change_tag = CZH + capital = 625 + any_country = { + limit = { + war = no + is_culture_group = czecho_slovak_culture_group + OR = { + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + annex_to = THIS + } + random_country = { + limit = { is_culture_group = czecho_slovak_culture_group part_of_sphere = no is_vassal = no } + country_event = 98650 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_czechoslovakia_bohemia = { + picture = form_czechoslovakia + potential = { + tag = CZH + NOT = { + exists = BOH + any_owned_province = { is_core = BOH } + } + } + + allow = { + war = no + owns = 625 + NOT = { + any_owned_province = { is_core = BOH } + } + } + + effect = { + capital = 625 + prestige = 5 + primary_culture = czech + remove_accepted_culture = slovak + all_core = { remove_core = CZH } + change_tag = BOH + any_pop = { + limit = { has_pop_culture = czech } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_czechoslovakia_slovakia = { + picture = form_czechoslovakia + potential = { + tag = CZH + NOT = { + exists = SLV + any_owned_province = { is_core = SLV } + } + } + + allow = { + war = no + owns = 633 + NOT = { + any_owned_province = { is_core = SLV } + } + } + + effect = { + capital = 633 + prestige = 5 + primary_culture = slovak + remove_accepted_culture = czech + all_core = { remove_core = CZH } + change_tag = SLV + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + unite_with_croatia = { + picture = gtfo + potential = { + tag = DLM + exists = CRO + NOT = { has_country_flag = unite_with_croatia } + } + + allow = { + war = no + OR = { + is_vassal = no + overlord = { is_our_vassal = CRO } + } + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = CRO } + } + CRO = { + war = no + neighbour = THIS + OR = { + is_vassal = no + overlord = { is_our_vassal = DLM } + } + } + } + + effect = { + set_country_flag = unite_with_croatia + all_core = { remove_core = DLM } + random_country = { + limit = { + tag = CRO + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = CRO + ai = yes + THIS = { ai = no } + } + THIS = { + inherit = CRO + random_owned = { + limit = { province_id = 771 } + owner = { capital = 771 } + } + change_tag = CRO + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + government = fascist_dictatorship + CRO = { + NOT = { government = fascist_dictatorship } + } + } + modifier = { + factor = 0 + NOT = { government = fascist_dictatorship } + CRO = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + government = proletarian_dictatorship + CRO = { + NOT = { government = proletarian_dictatorship } + } + } + modifier = { + factor = 0 + NOT = { government = proletarian_dictatorship } + CRO = { government = proletarian_dictatorship } + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + CRO = { + NOT = { + government = democracy + government = hms_government + } + } + } + modifier = { + factor = 0 + CRO = { + OR = { + government = democracy + government = hms_government + } + } + NOT = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + } + } + + form_yugoslavia = { + potential = { + is_culture_group = south_slavic + NOT = { exists = YUG } + NOT = { has_global_flag = yugoslavia_formed } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + is_vassal = no + prestige = 30 + nationalism_n_imperialism = 1 + 794 = { + owner = { + OR = { + tag = THIS + in_sphere = THIS + vassal_of = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { truce_with = THIS } + war = no + } + } + 783 = { + owner = { + OR = { + tag = THIS + in_sphere = THIS + vassal_of = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { truce_with = THIS } + war = no + } + } + 771 = { + owner = { + OR = { + tag = THIS + in_sphere = THIS + vassal_of = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { truce_with = THIS } + war = no + } + } + } + + effect = { + set_global_flag = yugoslavia_formed + prestige = 20 + all_core = { add_core = YUG } + SER = { all_core = { add_core = YUG } } + MON = { all_core = { add_core = YUG } } + CRO = { all_core = { add_core = YUG } } + BOS = { all_core = { add_core = YUG } } + SLO = { all_core = { add_core = YUG } } + random_owned = { + limit = { owner = { accepted_culture = north_italian } } + owner = { remove_accepted_culture = north_italian } + } + random_owned = { + limit = { owner = { NOT = { government = theocracy } } } + owner = { + add_accepted_culture = serb + add_accepted_culture = croat + add_accepted_culture = slovene + } + } + change_tag = YUG + any_country = { + limit = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + NOT = { is_culture_group = south_slavic } + } + any_owned = { + limit = { is_core = YUG } + secede_province = THIS + } + } + any_country = { + limit = { + war = no + is_culture_group = south_slavic + NOT = { + tag = ALB + has_country_flag = post_colonial_country + } + OR = { + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + relation = { who = THIS value = 100 } + } + } + country_event = 11120 + } + } + + ai_will_do = { + factor = 1 + } + } + + create_yugoslavia = { + picture = form_yugoslavia + potential = { + NOT = { + exists = YUG + is_culture_group = south_slavic + has_global_flag = yugoslavia_formed + tag = TUR + } + OR = { + tag = FRA + tag = RUS + any_owned_province = { is_core = ALB } + any_owned_province = { is_core = BUL } + is_sphere_leader_of = SER + is_sphere_leader_of = MON + is_sphere_leader_of = CRO + is_sphere_leader_of = BOS + is_sphere_leader_of = SLO + is_sphere_leader_of = ALB + is_sphere_leader_of = BUL + } + } + allow = { + war = no + is_greater_power = yes + 783 = { NOT = { is_core = THIS } } + SER = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + BOS = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + CRO = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + } + effect = { + set_global_flag = yugoslavia_formed + prestige = 20 + badboy = 2 + SER = { all_core = { add_core = YUG } } + MON = { all_core = { add_core = YUG } } + CRO = { all_core = { add_core = YUG } } + BOS = { all_core = { add_core = YUG } } + SLO = { all_core = { add_core = YUG } } + TUR_853 = { add_core = YUG } + any_country = { + limit = { + OR = { + tag = SER + tag = MON + tag = CRO + tag = BOS + tag = SLO + tag = ALB + } + ai = yes + in_sphere = THIS + } + annex_to = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = south_slavic } + in_sphere = THIS + war = no + any_owned_province = { + OR = { + is_core = SER + is_core = BOS + is_core = CRO + } + } + } + any_owned = { + limit = { + OR = { + is_core = SER + is_core = BOS + is_core = CRO + } + } + secede_province = THIS + } + } + any_owned = { + limit = { + is_core = THIS + is_core = YUG + } + remove_core = YUG + } + release_vassal = YUG + create_alliance = YUG + diplomatic_influence = { + who = YUG + value = 400 + } + any_country = { + limit = { + OR = { + tag = AUS + tag = KUK + tag = HUN + tag = TUR + } + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -50 + } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + OR = { + tag = HUN + tag = TUR + tag = AUS + tag = KUK + } + } + } + } + + albania_in_yugoslavia = { + picture = map_balkans + potential = { + OR = { + YUG = { vassal_of = THIS } + tag = YUG + } + NOT = { has_global_flag = albania_in_yugoslavia } + } + + allow = { + war = no + ALB = { + OR = { + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + } + } + + effect = { + set_global_flag = albania_in_yugoslavia + prestige = 5 + ALB = { all_core = { add_core = YUG } } + random_country = { limit = { exists = yes tag = ALB vassal_of = THIS } annex_to = YUG } + any_country = { + limit = { + in_sphere = THIS + NOT = { tag = YUG } + war = no + any_owned_province = { is_core = ALB } + } + country_event = 111100 + } + any_country = { + limit = { + vassal_of = THIS + NOT = { tag = YUG } + war = no + any_owned_province = { is_core = ALB } + } + any_owned = { + limit = { is_core = ALB } + secede_province = THIS + } + } + THIS = { + any_owned = { + limit = { is_core = ALB } + secede_province = YUG + } + } + } + } + + invite_slovenia_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + SLO = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_slovenes_to_YUG } + } + + allow = { + war = no + NOT = { government = theocracy } + SLO = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + + effect = { + set_country_flag = invited_slovenes_to_YUG + SLO = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + SLO = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + vassal_of = THIS + } + } + } + } + } + } + + invite_bosnia_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + BOS = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_bosniaks_to_YUG } + } + + allow = { + war = no + NOT = { government = theocracy } + BOS = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + + effect = { + set_country_flag = invited_bosniaks_to_YUG + BOS = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + BOS = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + vassal_of = THIS + } + } + } + } + } + } + + invite_croatia_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + CRO = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_croats_to_YUG } + } + + allow = { + war = no + NOT = { government = theocracy } + CRO = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + + effect = { + set_country_flag = invited_croats_to_YUG + CRO = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + CRO = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + vassal_of = THIS + } + } + } + } + } + } + + invite_montenegro_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + MON = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_montenegrins_to_YUG } + } + + allow = { + war = no + MON = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + + effect = { + set_country_flag = invited_montenegrins_to_YUG + MON = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + MON = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + vassal_of = THIS + } + } + } + } + } + } + + invite_serbia_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + SER = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_serbians_to_YUG } + } + + allow = { + war = no + SER = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + + effect = { + set_country_flag = invited_serbians_to_YUG + SER = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + SER = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + vassal_of = THIS + } + } + } + } + } + } + + invite_bulgaria_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + BUL = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_bulgarians_to_YUG } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + BUL = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + AND = { + is_vassal = no + in_sphere = THIS + } + vassal_of = THIS + } + } + } + + effect = { + set_country_flag = invited_bulgarians_to_YUG + BUL = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + BUL = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + } + + invite_macedonia_to_YUG = { + picture = form_yugoslavia + potential = { + tag = YUG + MCD = { + exists = yes + NOT = { has_country_flag = not_join_yugoslavia } + } + NOT = { has_country_flag = invited_macedonians_to_YUG } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + MCD = { + war = no + neighbour = YUG + NOT = { truce_with = THIS } + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + AND = { + part_of_sphere = no + relation = { who = THIS value = 150 } + } + in_sphere = THIS + } + } + } + + effect = { + set_country_flag = invited_macedonians_to_YUG + MCD = { country_event = 11120 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + MCD = { + NOT = { + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + } + + +# embrace_bosnians_YUG = { +# picture = embrace_minority +# potential = { +# tag = YUG +# any_owned_province = { culture = bosniak } +# NOT = { +# primary_culture = bosniak +# accepted_culture = bosniak +# } +# } +# +# allow = { +# prestige = 50 +# NOT = { government = theocracy } +# citizenship_policy = full_citizenship +# citizens_rights = all_voting_pops +# nationalism_n_imperialism = 1 +# NOT = { +# any_owned_province = { +# culture = bosniak +# average_militancy = 2 +# } +# } +# } +# +# effect = { +# add_accepted_culture = bosniak +# prestige = -25 +# any_pop = { +# limit = { has_pop_culture = bosniak } +# consciousness = -4 +# militancy = -4 +# } +# any_pop = { +# limit = { +# is_primary_culture = no +# is_accepted_culture = no +# } +# consciousness = 8 +# militancy = 6 +# } +# } +# } + + embrace_bulgarians_YUG = { + picture = embrace_minority + potential = { + tag = YUG + any_owned_province = { culture = bulgarian } + NOT = { + primary_culture = bulgarian + accepted_culture = bulgarian + } + } + + allow = { + NOT = { government = theocracy } + citizenship_policy = full_citizenship + citizens_rights = all_voting_pops + prestige = 50 + revolution_n_counterrevolution = 1 + experimental_psychology = 1 + NOT = { + any_owned_province = { + culture = bulgarian + average_militancy = 2 + } + } + } + + effect = { + add_accepted_culture = bulgarian + prestige = -25 + any_pop = { + limit = { has_pop_culture = bulgarian } + consciousness = -4 + militancy = -4 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 8 + militancy = 6 + } + } + } + + embrace_albanians_YUG = { + picture = embrace_minority + potential = { + tag = YUG + any_owned_province = { culture = albanian } + NOT = { + primary_culture = albanian + accepted_culture = albanian + } + } + + allow = { + prestige = 50 + NOT = { government = theocracy } + citizenship_policy = full_citizenship + citizens_rights = all_voting_pops + mass_politics = 1 + social_science = 1 + behaviorism = 1 + NOT = { + any_owned_province = { + culture = albanian + average_militancy = 2 + } + } + } + + effect = { + add_accepted_culture = albanian + prestige = -25 + any_pop = { + limit = { has_pop_culture = albanian } + consciousness = -4 + militancy = -4 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 9 + militancy = 8 + } + } + } + + end_of_yugoslavia_serbia = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = SER + any_owned_province = { + NOT = { + is_core = SER + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = SER + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 794 } + owner = { capital = 794 } + } + prestige = 5 + primary_culture = serb + remove_accepted_culture = croat + remove_accepted_culture = slovene + remove_accepted_culture = bosniak + remove_accepted_culture = albanian + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = SER + any_pop = { + limit = { has_pop_culture = serb } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_croatia = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = CRO + any_owned_province = { + NOT = { + is_core = CRO + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = CRO + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 771 } + owner = { capital = 771 } + } + prestige = 5 + primary_culture = croat + remove_accepted_culture = serb + remove_accepted_culture = slovene + remove_accepted_culture = bosniak + remove_accepted_culture = albanian + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = CRO + any_pop = { + limit = { has_pop_culture = croat } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_slovenia = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = SLO + any_owned_province = { + NOT = { + is_core = SLO + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = SLO + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 768 } + owner = { capital = 768 } + } + prestige = 5 + primary_culture = slovene + remove_accepted_culture = croat + remove_accepted_culture = serb + remove_accepted_culture = bosniak + remove_accepted_culture = albanian + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = SLO + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_bosnia = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = BOS + any_owned_province = { + NOT = { + is_core = BOS + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = BOS + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 783 } + owner = { capital = 783 } + } + prestige = 5 + primary_culture = bosniak + remove_accepted_culture = croat + remove_accepted_culture = slovene + remove_accepted_culture = serb + remove_accepted_culture = albanian + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = BOS + any_pop = { + limit = { has_pop_culture = bosniak } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_albania = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = ALB + any_owned_province = { + NOT = { + is_core = ALB + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = ALB + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 849 } + owner = { capital = 849 } + } + prestige = 5 + primary_culture = albanian + remove_accepted_culture = croat + remove_accepted_culture = slovene + remove_accepted_culture = bosniak + remove_accepted_culture = serb + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = ALB + any_pop = { + limit = { has_pop_culture = albanian } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_montenegro = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = MON + any_owned_province = { + NOT = { + is_core = MON + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = MON + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 2583 } + owner = { capital = 2593 } + } + prestige = 5 + primary_culture = serb + remove_accepted_culture = croat + remove_accepted_culture = slovene + remove_accepted_culture = bosniak + remove_accepted_culture = albanian + remove_accepted_culture = bulgarian + all_core = { remove_core = YUG } + change_tag = MON + any_pop = { + limit = { has_pop_culture = serb } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_yugoslavia_bulgaria = { + picture = form_yugoslavia + potential = { + tag = YUG + NOT = { + exists = BUL + any_owned_province = { + NOT = { + is_core = BUL + } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { + is_core = BUL + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 809 } + owner = { capital = 809 } + } + prestige = 5 + primary_culture = bulgarian + remove_accepted_culture = croat + remove_accepted_culture = slovene + remove_accepted_culture = bosniak + remove_accepted_culture = albanian + remove_accepted_culture = serb + all_core = { remove_core = YUG } + change_tag = BUL + any_pop = { + limit = { has_pop_culture = bulgarian } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + bulgaria_in_yugoslavia = { + picture = map_balkans + potential = { + tag = YUG + OR = { + BUL = { vassal_of = THIS } + BUL = { in_sphere = THIS } + } + NOT = { has_global_flag = bulgaria_in_yugoslavia } + } + allow = { + war = no + OR = { + BUL = { vassal_of = THIS } + BUL = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + } + } + effect = { + set_global_flag = bulgaria_in_yugoslavia + prestige = 5 + BUL = { all_core = { add_core = YUG } } + YUG = { inherit = BUL } + any_country = { + limit = { + in_sphere = THIS + war = no + any_owned_province = { is_core = BUL } + } + any_owned = { + limit = { is_core = BUL } + secede_province = THIS + } + } + THIS = { + any_owned = { + limit = { is_core = BUL } + secede_province = YUG + } + } + } + } + + croatian_independence = { + picture = croatian_independence + potential = { + tag = CRO + any_neighbor_country = { any_core = { owned_by = CRO } } + NOT = { has_country_flag = first_croat_independence } + } + + allow = { + war = no + is_vassal = no + AUS_771 = { owned_by = THIS } + OR = { + AUS_780 = { owned_by = THIS } + AUS_777 = { owned_by = THIS } + } + } + + effect = { + set_country_flag = first_croat_independence + any_country = { limit = { exists = yes any_core = { owned_by = CRO } } + casus_belli = { + target = CRO + type = make_puppet + months = 6 + } + } + CRO = { all_core = { remove_core = HUN } } + CRO = { all_core = { remove_core = AUS } } + CRO = { all_core = { remove_core = KUK } } + } + } + + abolish_wallachia_moldavia = { + picture = create_romania + potential = { + tag = ROM + WAL = { exists = no } + MOL = { exists = no } + exists = yes + OR = { + any_owned_province = { is_core = WAL } + any_owned_province = { is_core = MOL } + } + } + + allow = { + war = no + } + + effect = { + WAL = { all_core = { remove_core = WAL } } + MOL = { all_core = { remove_core = MOL } } + MOL_676 = { remove_core = WAL remove_core = MOL } + } + } + +# abolish_transylvania = { +# picture = create_romania +# potential = { +# tag = ROM +# SIE = { exists = no } +# exists = yes +# any_owned_province = { is_core = SIE } +# } +# +# allow = { +# SIE = { all_core = { owned_by = THIS } } +# war = no +# } +# +# effect = { +# badboy = 2 +# SIE = { all_core = { remove_core = SIE } } +# } +# +# ai_will_do = { +# factor = 1 +# modifier = { factor = 0 badboy = 0.82 } +# } +# } + + claim_fiume = { + picture = fiume_port + potential = { + tag = HUN + owns = 773 + 778 = { NOT = { is_core = HUN } } + 773 = { is_core = HUN } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + 778 = { add_core = HUN } + badboy = 1 + } + ai_will_do = { factor = 1 } + } + + austro_hungarian_border_treaty = { + picture = croatian_independence + potential = { + NOT = { has_country_flag = austro_hungarian_border_treaty_tried } + OR = { + AND = { + tag = HUN + OR = { + is_secondary_power = yes + is_greater_power = yes + } + state_n_government = 1 + AUS = { is_secondary_power = no is_greater_power = no } + } + AND = { + tag = AUS + OR = { + is_secondary_power = yes + is_greater_power = yes + } + state_n_government = 1 + HUN = { is_secondary_power = no is_greater_power = no } + } + } + exists = AUS + exists = HUN + OR = { + 623 = { is_core = AUS } + 624 = { is_core = HUN } + } + OR = { + AND = { + 623 = { owned_by = AUS } + 624 = { owned_by = HUN } + } + AND = { + 623 = { owned_by = HUN } + 624 = { owned_by = AUS } + } + } + } + + allow = { + war = no + state_n_government = 1 + OR = { + AND = { + tag = AUS + NOT = { AUS_619 = { NOT = { owned_by = THIS } } } + HUN = { NOT = { AUS_623 = { NOT = { owned_by = THIS } } } } + HUN = { NOT = { AUS_641 = { NOT = { owned_by = THIS } } } } + } + AND = { + tag = HUN + NOT = { AUS_623 = { NOT = { owned_by = THIS } } } + NOT = { AUS_641 = { NOT = { owned_by = THIS } } } + AUS = { NOT = { AUS_619 = { NOT = { owned_by = THIS } } } } + } + } + } + + effect = { + set_country_flag = austro_hungarian_border_treaty_tried + random_country = { + limit = { + OR = { + tag = AUS + tag = HUN + } + exists = yes + neighbour = THIS + } + country_event = 60055559 + } + } + ai_will_do = { factor = 1 } + } + + bulgarian_miracle = { + picture = bulgarian_miracle + potential = { + tag = BUL + owns = 809 + owns = 816 + NOT = { has_country_flag = the_bulgarian_miracle } + } + + allow = { + war = no + invention = manifest_destiny + private_bank_money_bill_printing = 1 + stock_exchange = 1 + 809 = { has_building = railroad } + money = 10000 + } + + effect = { + treasury = -10000 + set_country_flag = the_bulgarian_miracle + add_country_modifier = { name = total_reform duration = 3650 } + any_owned = { limit = { region = TUR_809 NOT = { province_id = 809 } } add_province_modifier = { name = small_baby_boom duration = 2555 } } + TUR_810 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } + 809 = { + life_rating = 5 + add_province_modifier = { name = recently_built_city duration = 1825 } + } + } + ai_will_do = { factor = 1 } + } + + montenegro_borders = { + picture = map_montenegro + potential = { + NOT = { tag = CRO } + NOT = { tag = BOS } + any_owned_province = { is_core = MON } + NOT = { has_global_flag = montenegro_organized } + year = 1870 + } + + allow = { + war = no + MON = { all_core = { owned_by = THIS } } + nationalism_n_imperialism = 1 + } + + effect = { + set_global_flag = montenegro_organized + MON = { all_core = { remove_core = BOS } } + MON = { all_core = { remove_core = CRO } } + MON = { all_core = { remove_core = DLM } } + MON = { all_core = { remove_core = KUK } } + } + ai_will_do = { factor = 1 } + } + + move_capital_to_belgrade = { + picture = belgrade_view + potential = { + tag = SER + owns = 794 + NOT = { capital = 794 } + } + + allow = { + war = no + NOT = { in_sphere = TUR } + state_n_government = 1 + } + + effect = { + capital = 794 + prestige = 1 + random_owned = { + limit = { + province_id = 794 + NOT = { life_rating = 36 } + } + life_rating = 1 + } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Baltic states.txt b/HPM/decisions/Baltic states.txt index 4e9b903d..b8b6d058 100644 --- a/HPM/decisions/Baltic states.txt +++ b/HPM/decisions/Baltic states.txt @@ -1,281 +1,281 @@ political_decisions = { - - form_baltic_states = { - potential = { - is_culture_group = baltic - NOT = { exists = UBD } - NOT = { has_global_flag = baltic_states_formed } - NOT = { has_country_flag = post_colonial_country } - } - allow = { - war = no - is_greater_power = yes - OR = { - LAT = { - exists = yes - part_of_sphere = no - relation = { who = THIS value = 100 } - } - LAT = { - exists = yes - has_country_flag = newly_released_nation - } - 354 = { owned_by = THIS } - 354 = { owner = { in_sphere = THIS } } - } - OR = { - tag = EST - EST = { - exists = yes - part_of_sphere = no - relation = { who = THIS value = 100 } - } - EST = { - exists = yes - has_country_flag = newly_released_nation - } - 349 = { owned_by = THIS } - 349 = { owner = { in_sphere = THIS } } - } - } + form_baltic_states = { + potential = { + is_culture_group = baltic + NOT = { exists = UBD } + NOT = { has_global_flag = baltic_states_formed } + NOT = { has_country_flag = post_colonial_country } + } - effect = { - set_global_flag = baltic_states_formed - prestige = 10 - LAT = { all_core = { add_core = UBD } } - EST = { all_core = { add_core = UBD } } - add_accepted_culture = estonian - add_accepted_culture = latvian - remove_accepted_culture = russian - remove_accepted_culture = north_german - change_tag = UBD - random_country = { - limit = { - tag = LAT - NOT = { in_sphere = THIS } - NOT = { tag = THIS } - } - annex_to = THIS - } - random_country = { - limit = { - tag = EST - NOT = { in_sphere = THIS } - NOT = { tag = THIS } - } - annex_to = THIS - } - any_country = { - limit = { - in_sphere = THIS - war = no - } - any_owned = { - limit = { is_core = UBD } - secede_province = THIS - } - } - } + allow = { + war = no + is_greater_power = yes + OR = { + LAT = { + exists = yes + part_of_sphere = no + relation = { who = THIS value = 100 } + } + LAT = { + exists = yes + has_country_flag = newly_released_nation + } + 354 = { owned_by = THIS } + 354 = { owner = { in_sphere = THIS } } + } + OR = { + tag = EST + EST = { + exists = yes + part_of_sphere = no + relation = { who = THIS value = 100 } + } + EST = { + exists = yes + has_country_flag = newly_released_nation + } + 349 = { owned_by = THIS } + 349 = { owner = { in_sphere = THIS } } + } + } - ai_will_do = { factor = 1 } - } + effect = { + set_global_flag = baltic_states_formed + prestige = 10 + LAT = { all_core = { add_core = UBD } } + EST = { all_core = { add_core = UBD } } + add_accepted_culture = estonian + add_accepted_culture = latvian + remove_accepted_culture = russian + remove_accepted_culture = north_german + change_tag = UBD + random_country = { + limit = { + tag = LAT + NOT = { in_sphere = THIS } + NOT = { tag = THIS } + } + annex_to = THIS + } + random_country = { + limit = { + tag = EST + NOT = { in_sphere = THIS } + NOT = { tag = THIS } + } + annex_to = THIS + } + any_country = { + limit = { + in_sphere = THIS + war = no + } + any_owned = { + limit = { is_core = UBD } + secede_province = THIS + } + } + } - create_baltic_states = { - picture = form_baltic_states - potential = { - NOT = { - tag = RUS - tag = PLC - exists = UBD - is_culture_group = baltic - } - OR = { - LAT = { all_core = { OR = { owned_by = THIS owner = { in_sphere = THIS war = no } } } } - EST = { all_core = { OR = { owned_by = THIS owner = { in_sphere = THIS war = no } } } } - } - } - allow = { - war = no - is_greater_power = yes - LAT = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - EST = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - } - effect = { - prestige = 20 - - random_owned = { - limit = { owner = { NOT = { is_culture_group = germanic } } } - UBD = { - primary_culture = latvian - add_accepted_culture = estonian - remove_accepted_culture = russian - remove_accepted_culture = north_german - remove_accepted_culture = south_german - } - } - - random_owned = { - limit = { owner = { is_culture_group = germanic } } - owner = { badboy = 2 } - UBD = { - primary_culture = north_german - add_accepted_culture = estonian - add_accepted_culture = latvian - remove_accepted_culture = russian - clr_country_flag = ubd_substate - any_pop = { limit = { NOT = { has_pop_culture = north_german } } militancy = 4 } - } - } + ai_will_do = { factor = 1 } + } - RUS = { relation = { who = THIS value = -50 } } - - any_country = { - limit = { - OR = { - tag = LAT - tag = EST - } - ai = yes - in_sphere = THIS - } - annex_to = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = south_slavic } - in_sphere = THIS - war = no - } - any_owned = { - limit = { - OR = { - is_core = LAT - is_core = EST - } - } - secede_province = THIS - } - } - LAT = { all_core = { add_core = UBD } } - EST = { all_core = { add_core = UBD } } - any_owned = { - limit = { - is_core = THIS - is_core = UBD - } - remove_core = UBD - } - release_vassal = UBD - create_alliance = UBD - create_vassal = UBD - diplomatic_influence = { who = UBD value = 300 } - UBD = { clr_country_flag = ubd_substate } - } - ai_will_do = { factor = 1 } - } - - add_lithuania_baltic_states = { - picture = old_vilnius - potential = { - UBD = { exists = yes } - NOT = { tag = RUS } - OR = { - tag = UBD - is_our_vassal = UBD - } - #UBD = { NOT = { any_owned_province = { is_core = LIT } } } - UBD = { is_substate = no } - NOT = { has_global_flag = lithuania_in_the_UBD } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - is_vassal = no - UBD = { is_substate = no } - LIT = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - war = no - } - } - } - } - } - - effect = { - prestige = 5 - badboy = 1 - - set_global_flag = lithuania_in_the_UBD - - UBD = { - add_accepted_culture = lithuanian - } - - random_country = { - limit = { - tag = LIT - exists = yes - ai = yes - war = no - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - - any_country = { - limit = { - NOT = { tag = UBD } - any_owned_province = { is_core = LIT } - OR = { - in_sphere = THIS - vassal_of = THIS - } - war = no - } - any_owned = { limit = { is_core = LIT } secede_province = THIS } - } - - any_owned = { limit = { is_core = LIT NOT = { is_core = THIS } } secede_province = UBD } - - LIT = { all_core = { limit = { NOT = { is_core = THIS } } add_core = UBD } } - - diplomatic_influence = { who = UBD value = 50 } - relation = { who = UBD value = 50 } - UBD = { any_pop = { limit = { has_pop_culture = lithuanian } militancy = 2 } } - } - - ai_will_do = { factor = 1 } - } + create_baltic_states = { + picture = form_baltic_states + potential = { + NOT = { + tag = RUS + tag = PLC + exists = UBD + is_culture_group = baltic + } + OR = { + LAT = { all_core = { OR = { owned_by = THIS owner = { in_sphere = THIS war = no } } } } + EST = { all_core = { OR = { owned_by = THIS owner = { in_sphere = THIS war = no } } } } + } + } + allow = { + war = no + is_greater_power = yes + LAT = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + EST = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + } + effect = { + prestige = 20 + + random_owned = { + limit = { owner = { NOT = { is_culture_group = germanic } } } + UBD = { + primary_culture = latvian + add_accepted_culture = estonian + remove_accepted_culture = russian + remove_accepted_culture = north_german + remove_accepted_culture = south_german + } + } + + random_owned = { + limit = { owner = { is_culture_group = germanic } } + owner = { badboy = 2 } + UBD = { + primary_culture = north_german + add_accepted_culture = estonian + add_accepted_culture = latvian + remove_accepted_culture = russian + clr_country_flag = ubd_substate + any_pop = { limit = { NOT = { has_pop_culture = north_german } } militancy = 4 } + } + } + + RUS = { relation = { who = THIS value = -50 } } + + any_country = { + limit = { + OR = { + tag = LAT + tag = EST + } + ai = yes + in_sphere = THIS + } + annex_to = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = south_slavic } + in_sphere = THIS + war = no + } + any_owned = { + limit = { + OR = { + is_core = LAT + is_core = EST + } + } + secede_province = THIS + } + } + LAT = { all_core = { add_core = UBD } } + EST = { all_core = { add_core = UBD } } + any_owned = { + limit = { + is_core = THIS + is_core = UBD + } + remove_core = UBD + } + release_vassal = UBD + create_alliance = UBD + create_vassal = UBD + diplomatic_influence = { who = UBD value = 300 } + UBD = { clr_country_flag = ubd_substate } + } + ai_will_do = { factor = 1 } + } + + add_lithuania_baltic_states = { + picture = old_vilnius + potential = { + UBD = { exists = yes } + NOT = { tag = RUS } + OR = { + tag = UBD + is_our_vassal = UBD + } + #UBD = { NOT = { any_owned_province = { is_core = LIT } } } + UBD = { is_substate = no } + NOT = { has_global_flag = lithuania_in_the_UBD } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + is_vassal = no + UBD = { is_substate = no } + LIT = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + war = no + } + } + } + } + } + + effect = { + prestige = 5 + badboy = 1 + + set_global_flag = lithuania_in_the_UBD + + UBD = { + add_accepted_culture = lithuanian + } + + random_country = { + limit = { + tag = LIT + exists = yes + ai = yes + war = no + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + + any_country = { + limit = { + NOT = { tag = UBD } + any_owned_province = { is_core = LIT } + OR = { + in_sphere = THIS + vassal_of = THIS + } + war = no + } + any_owned = { limit = { is_core = LIT } secede_province = THIS } + } + + any_owned = { limit = { is_core = LIT NOT = { is_core = THIS } } secede_province = UBD } + + LIT = { all_core = { limit = { NOT = { is_core = THIS } } add_core = UBD } } + + diplomatic_influence = { who = UBD value = 50 } + relation = { who = UBD value = 50 } + UBD = { any_pop = { limit = { has_pop_culture = lithuanian } militancy = 2 } } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/BoerWar.txt b/HPM/decisions/BoerWar.txt index fe950ff0..e2756858 100644 --- a/HPM/decisions/BoerWar.txt +++ b/HPM/decisions/BoerWar.txt @@ -1,687 +1,687 @@ political_decisions = { - boer_republic = { - potential = { - OR = { - tag = NAL - tag = TRN - tag = ORA - } - NOT = { has_country_flag = republic_founded } - } - - allow = { - NOT = { has_country_modifier = trek_boers } - } - - effect = { - set_country_flag = republic_founded - random_owned = { - limit = { - owner = { NOT = { government = democracy } } - } - owner = { government = democracy } - } - add_country_modifier = { - name = trek_boers - duration = 730 - } - add_country_modifier = { - name = boer_republic - duration = 7300 - } - any_pop = { - limit = { has_pop_culture = boer } - militancy = -8 - ideology = { - value = conservative - factor = 0.50 - } - ideology = { - value = reactionary - factor = 0.30 - } - } - random_owned = { - limit = { - owner = { is_vassal = no } - } - owner = { - add_country_modifier = { - name = small_country_draft - duration = 365 - } - } - } - } - - ai_will_do = { - factor = 1 - } - } - - sand_river_convention = { - potential = { - is_our_vassal = TRN - TRN = { NOT = { any_owned_province = { is_core = THIS } } } - NOT = { has_country_flag = had_sand_river_convention } - NOT = { has_country_flag = boer_accepted } - } - allow = { - TRN = { - war = no - NOT = { has_country_modifier = trek_boers } - } - } - effect = { - set_country_flag = had_sand_river_convention - release_vassal = TRN - TRN = { country_event = 98230 } - } - } - - orange_river_convention = { - potential = { - is_our_vassal = ORA - NOT = { has_country_flag = boer_accepted } - ORA = { - NOT = { any_owned_province = { is_core = THIS } } - } - NOT = { has_country_flag = had_orange_river_convention } - } - - allow = { - ORA = { - war = no - NOT = { has_country_modifier = trek_boers } - } - } - - effect = { - set_country_flag = had_orange_river_convention - release_vassal = ORA - ORA = { country_event = 98231 } - } - } - - claim_transvaal = { - potential = { - primary_culture = boer - NOT = { - tag = TRN - has_country_flag = claimed_transvaal - } - } - - allow = { - OR = { - is_our_vassal = TRN - TRN = { in_sphere = THIS } - TRN = { - all_core = { owned_by = THIS } - } - } - } - - effect = { - set_country_flag = claimed_transvaal - prestige = 10 - TRN = { - all_core = { - remove_core = TRN - add_core = THIS - } - } - random_country = { - limit = { - tag = TRN - exists = yes - } - THIS = { inherit = TRN } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_oranje = { - picture = claim_transvaal - potential = { - primary_culture = boer - NOT = { - tag = ORA - has_country_flag = claimed_oranje - } - } - - allow = { - OR = { - is_our_vassal = ORA - ORA = { in_sphere = THIS } - ORA = { - all_core = { owned_by = THIS } - } - } - } - - effect = { - set_country_flag = claimed_oranje - prestige = 10 - ORA = { - all_core = { - remove_core = ORA - add_core = THIS - } - } - random_country = { - limit = { - tag = ORA - exists = yes - } - THIS = { inherit = ORA } - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_natalia = { - picture = claim_transvaal - potential = { - primary_culture = boer - NOT = { - tag = NAL - has_country_flag = claimed_natalia - } - } - - allow = { - OR = { - is_our_vassal = NAL - NAL = { in_sphere = THIS } - NAL = { - all_core = { owned_by = THIS } - } - } - } - - effect = { - set_country_flag = claimed_natalia - prestige = 10 - NAL = { - all_core = { - remove_core = NAL - add_core = THIS - } - } - random_country = { - limit = { - tag = NAL - exists = yes - } - THIS = { inherit = NAL } - } - } - - ai_will_do = { - factor = 1 - } - } - - form_south_africa = { - potential = { - primary_culture = boer - SAF = { exists = no } - NOT = { has_global_flag = south_africa_formed } - } - - allow = { - war = no - OR = { - owns = 2087 - AND = { - owns = 2105 - owns = 2101 - owns = 2111 - } - } - } - - effect = { - set_global_flag = south_africa_formed - prestige = 20 - TRN = { all_core = { add_core = SAF } } - ORA = { all_core = { add_core = SAF } } - NAL = { all_core = { add_core = SAF } } - ENG_2087 = { add_core = SAF } - ENG_2092 = { add_core = SAF } - change_tag = SAF - random_owned = { limit = { owner = { accepted_culture = british } } owner = { remove_accepted_culture = british } } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -4 - } - - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" } - random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" } - random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" } - random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" } - random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" } - random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" } - random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" } - random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" } - random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" } - random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" } - random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" } - random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" } - random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" } - random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" } - random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" } - random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" } - random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" } - random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } - random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } - random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } - - add_country_modifier = { name = boer_republic duration = 7300 } - - any_country = { - limit = { - OR = { - tag = TRN - tag = ORA - tag = NAL - } - exists = yes - NOT = { tag = THIS } - } - country_event = 11101 - } - } - - ai_will_do = { factor = 1 } - } - - reorganize_south_africa = { - picture = form_south_africa - potential = { - civilized = yes - owns = 2087 - SAF = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { capital_scope = { continent = africa } } - NOT = { has_global_flag = south_africa_formed } - nationalism_n_imperialism = 1 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2087 - } - - effect = { - prestige = 10 - SAF = { - all_core = { - limit = { NOT = { owned_by = THIS } } - remove_core = SAF - } - primary_culture = THIS - add_accepted_culture = boer - set_country_flag = post_colonial_country - } - any_owned = { - limit = { region = TRN_2108 } - remove_core = MAT - remove_core = GAZ - } - any_pop = { - limit = { location = { is_core = SAF } } - militancy = -3 - } - } - } - - appeal_to_the_british = { - picture = treaty_signing - potential = { - OR = { - tag = ORA - tag = TRN - tag = NAL - } - war = yes - NOT = { - has_country_flag = appealed_to_the_british - in_sphere = ENG - war_with = ENG - truce_with = ENG - any_owned_province = { is_core = ENG } - war_with = ZUL - } - ENG = { - is_greater_power = yes - owns = 2087 - } - } - - allow = { - OR = { - AND = { - NOT = { total_amount_of_divisions = 1 } - national_provinces_occupied = 0.25 - } - national_provinces_occupied = 0.5 - } - } - - effect = { - set_country_flag = appealed_to_the_british - ENG = { country_event = 98241 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - OR = { - war_with = ORA - war_with = TRN - war_with = NAL - } - } - } - } - - treaty_of_vereeniging = { - picture = treaty_signing - potential = { - OR = { - tag = TRN - tag = ORA - tag = NAL - AND = { - tag = SAF - primary_culture = boer - } - } - 2087 = { - owner = { - NOT = { primary_culture = boer } - war_with = THIS - } - } - OR = { - tag = SAF - SAF = { exists = no } - } - } - - allow = { - war = yes - 2087 = { controlled_by = THIS } - SAF = { - all_core = { - OR = { - controlled_by = THIS - controller = { alliance_with = THIS } - empty = yes - province_id = 2083 - owner = { - NOT = { war_with = THIS } - } - } - } - } - } - - effect = { - random_country = { - limit = { - owns = 2087 - war_with = THIS - } - country_event = 98247 - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_north_cape_colony = { - picture = map_saf - potential = { - OR = { - tag = ENG - tag = ENL - } - 2093 = { - empty = no - NOT = { owned_by = THIS } - NOT = { owned_by = SAF } - } - NOT = { has_country_flag = claimed_north_cape_colony } - } - - allow = { - owns = 2087 - 2093 = { NOT = { is_core = THIS } } - } - - effect = { - set_country_flag = claimed_north_cape_colony - 2088 = { owner = { - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 60 - } - } - } - 2092 = { owner = { - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 60 - } - } - } - 2093 = { owner = { - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 60 - } - } - } - 2558 = { owner = { - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 60 - } - } - } - random_country = { - limit = { owns = 2093 } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - } - - claim_xhosa_lands = { - picture = xhosa_people - potential = { - OR = { - tag = ENG - tag = ENL - } - XHO = { - has_country_flag = treaty_of_umtata - exists = yes - neighbour = THIS - } - owns = 2087 - NOT = { has_country_flag = claimed_xhosa } - } - - allow = { - 2100 = { NOT = { is_core = THIS } } - NOT = { truce_with = XHO } - NOT = { casus_belli = XHO } - state_n_government = 1 - } - - effect = { - set_country_flag = claimed_xhosa - badboy = 2 - 2098 = { add_core = SAF } - 2099 = { add_core = SAF } - 2100 = { add_core = SAF } - 2104 = { add_core = SAF } - diplomatic_influence = { who = XHO value = -400 } - relation = { who = XHO value = -200 } - XHO = { leave_alliance = THIS } - release_vassal = XHO - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - number_of_states = 2 - NOT = { civilized = yes } - THIS = { NOT = { nationalism_n_imperialism = 1 } } - } - add_casus_belli = { target = THIS type = demand_concession_casus_belli months = 40 } - } - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { NOT = { nationalism_n_imperialism = 1 } } - } - add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 40 } - } - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - number_of_states = 2 - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } - } - add_casus_belli = { target = THIS type = demand_concession_NI_casus_belli months = 40 } - } - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } - } - add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 40 } - } - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - number_of_states = 2 - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } - } - add_casus_belli = { target = THIS type = demand_concession_BC_casus_belli months = 40 } - } - - random_country = { - limit = { - tag = XHO - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } - } - add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 40 } - } - } - } - - treaty_of_umtata = { - picture = treaty_signing - potential = { - owns = 2087 - XHO = { - OR = { - owns = 2098 - owns = 2099 - } - in_sphere = THIS - truce_with = THIS - } - NOT = { XHO = { has_country_flag = treaty_of_umtata } } - } - - allow = { - war = no - XHO = { - in_sphere = THIS - truce_with = THIS - } - } - - effect = { - badboy = 1 - prestige = 3 - relation = { who = XHO value = 200 } - diplomatic_influence = { who = XHO value = -200 } - XHO = { foreign_weapons = yes_foreign_weapons set_country_flag = treaty_of_umtata } - random_country = { - limit = { - tag = XHO - NOT = { owns = 2098 } - owns = 2099 - } - 2099 = { - add_core = SAF - secede_province = THIS - } - } - random_country = { - limit = { - tag = XHO - owns = 2098 - } - 2098 = { - add_core = SAF - secede_province = THIS - } - } - 2099 = { change_province_name = "King William's Town" } - 2098 = { change_province_name = "Port Rex" } - } - - ai_will_do = { factor = 1 } - } + boer_republic = { + potential = { + OR = { + tag = NAL + tag = TRN + tag = ORA + } + NOT = { has_country_flag = republic_founded } + } + + allow = { + NOT = { has_country_modifier = trek_boers } + } + + effect = { + set_country_flag = republic_founded + random_owned = { + limit = { + owner = { NOT = { government = democracy } } + } + owner = { government = democracy } + } + add_country_modifier = { + name = trek_boers + duration = 730 + } + add_country_modifier = { + name = boer_republic + duration = 7300 + } + any_pop = { + limit = { has_pop_culture = boer } + militancy = -8 + ideology = { + value = conservative + factor = 0.50 + } + ideology = { + value = reactionary + factor = 0.30 + } + } + random_owned = { + limit = { + owner = { is_vassal = no } + } + owner = { + add_country_modifier = { + name = small_country_draft + duration = 365 + } + } + } + } + + ai_will_do = { + factor = 1 + } + } + + sand_river_convention = { + potential = { + is_our_vassal = TRN + TRN = { NOT = { any_owned_province = { is_core = THIS } } } + NOT = { has_country_flag = had_sand_river_convention } + NOT = { has_country_flag = boer_accepted } + } + allow = { + TRN = { + war = no + NOT = { has_country_modifier = trek_boers } + } + } + effect = { + set_country_flag = had_sand_river_convention + release_vassal = TRN + TRN = { country_event = 98230 } + } + } + + orange_river_convention = { + potential = { + is_our_vassal = ORA + NOT = { has_country_flag = boer_accepted } + ORA = { + NOT = { any_owned_province = { is_core = THIS } } + } + NOT = { has_country_flag = had_orange_river_convention } + } + + allow = { + ORA = { + war = no + NOT = { has_country_modifier = trek_boers } + } + } + + effect = { + set_country_flag = had_orange_river_convention + release_vassal = ORA + ORA = { country_event = 98231 } + } + } + + claim_transvaal = { + potential = { + primary_culture = boer + NOT = { + tag = TRN + has_country_flag = claimed_transvaal + } + } + + allow = { + OR = { + is_our_vassal = TRN + TRN = { in_sphere = THIS } + TRN = { + all_core = { owned_by = THIS } + } + } + } + + effect = { + set_country_flag = claimed_transvaal + prestige = 10 + TRN = { + all_core = { + remove_core = TRN + add_core = THIS + } + } + random_country = { + limit = { + tag = TRN + exists = yes + } + THIS = { inherit = TRN } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_oranje = { + picture = claim_transvaal + potential = { + primary_culture = boer + NOT = { + tag = ORA + has_country_flag = claimed_oranje + } + } + + allow = { + OR = { + is_our_vassal = ORA + ORA = { in_sphere = THIS } + ORA = { + all_core = { owned_by = THIS } + } + } + } + + effect = { + set_country_flag = claimed_oranje + prestige = 10 + ORA = { + all_core = { + remove_core = ORA + add_core = THIS + } + } + random_country = { + limit = { + tag = ORA + exists = yes + } + THIS = { inherit = ORA } + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_natalia = { + picture = claim_transvaal + potential = { + primary_culture = boer + NOT = { + tag = NAL + has_country_flag = claimed_natalia + } + } + + allow = { + OR = { + is_our_vassal = NAL + NAL = { in_sphere = THIS } + NAL = { + all_core = { owned_by = THIS } + } + } + } + + effect = { + set_country_flag = claimed_natalia + prestige = 10 + NAL = { + all_core = { + remove_core = NAL + add_core = THIS + } + } + random_country = { + limit = { + tag = NAL + exists = yes + } + THIS = { inherit = NAL } + } + } + + ai_will_do = { + factor = 1 + } + } + + form_south_africa = { + potential = { + primary_culture = boer + SAF = { exists = no } + NOT = { has_global_flag = south_africa_formed } + } + + allow = { + war = no + OR = { + owns = 2087 + AND = { + owns = 2105 + owns = 2101 + owns = 2111 + } + } + } + + effect = { + set_global_flag = south_africa_formed + prestige = 20 + TRN = { all_core = { add_core = SAF } } + ORA = { all_core = { add_core = SAF } } + NAL = { all_core = { add_core = SAF } } + ENG_2087 = { add_core = SAF } + ENG_2092 = { add_core = SAF } + change_tag = SAF + random_owned = { limit = { owner = { accepted_culture = british } } owner = { remove_accepted_culture = british } } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -4 + } + + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" } + random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" } + random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" } + random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" } + random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" } + random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" } + random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" } + random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" } + random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" } + random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" } + random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" } + random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" } + random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" } + random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" } + random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" } + random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" } + random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" } + random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } + random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } + random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } + + add_country_modifier = { name = boer_republic duration = 7300 } + + any_country = { + limit = { + OR = { + tag = TRN + tag = ORA + tag = NAL + } + exists = yes + NOT = { tag = THIS } + } + country_event = 11101 + } + } + + ai_will_do = { factor = 1 } + } + + reorganize_south_africa = { + picture = form_south_africa + potential = { + civilized = yes + owns = 2087 + SAF = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { capital_scope = { continent = africa } } + NOT = { has_global_flag = south_africa_formed } + nationalism_n_imperialism = 1 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2087 + } + + effect = { + prestige = 10 + SAF = { + all_core = { + limit = { NOT = { owned_by = THIS } } + remove_core = SAF + } + primary_culture = THIS + add_accepted_culture = boer + set_country_flag = post_colonial_country + } + any_owned = { + limit = { region = TRN_2108 } + remove_core = MAT + remove_core = GAZ + } + any_pop = { + limit = { location = { is_core = SAF } } + militancy = -3 + } + } + } + + appeal_to_the_british = { + picture = treaty_signing + potential = { + OR = { + tag = ORA + tag = TRN + tag = NAL + } + war = yes + NOT = { + has_country_flag = appealed_to_the_british + in_sphere = ENG + war_with = ENG + truce_with = ENG + any_owned_province = { is_core = ENG } + war_with = ZUL + } + ENG = { + is_greater_power = yes + owns = 2087 + } + } + + allow = { + OR = { + AND = { + NOT = { total_amount_of_divisions = 1 } + national_provinces_occupied = 0.25 + } + national_provinces_occupied = 0.5 + } + } + + effect = { + set_country_flag = appealed_to_the_british + ENG = { country_event = 98241 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + OR = { + war_with = ORA + war_with = TRN + war_with = NAL + } + } + } + } + + treaty_of_vereeniging = { + picture = treaty_signing + potential = { + OR = { + tag = TRN + tag = ORA + tag = NAL + AND = { + tag = SAF + primary_culture = boer + } + } + 2087 = { + owner = { + NOT = { primary_culture = boer } + war_with = THIS + } + } + OR = { + tag = SAF + SAF = { exists = no } + } + } + + allow = { + war = yes + 2087 = { controlled_by = THIS } + SAF = { + all_core = { + OR = { + controlled_by = THIS + controller = { alliance_with = THIS } + empty = yes + province_id = 2083 + owner = { + NOT = { war_with = THIS } + } + } + } + } + } + + effect = { + random_country = { + limit = { + owns = 2087 + war_with = THIS + } + country_event = 98247 + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_north_cape_colony = { + picture = map_saf + potential = { + OR = { + tag = ENG + tag = ENL + } + 2093 = { + empty = no + NOT = { owned_by = THIS } + NOT = { owned_by = SAF } + } + NOT = { has_country_flag = claimed_north_cape_colony } + } + + allow = { + owns = 2087 + 2093 = { NOT = { is_core = THIS } } + } + + effect = { + set_country_flag = claimed_north_cape_colony + 2088 = { owner = { + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 60 + } + } + } + 2092 = { owner = { + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 60 + } + } + } + 2093 = { owner = { + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 60 + } + } + } + 2558 = { owner = { + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 60 + } + } + } + random_country = { + limit = { owns = 2093 } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + } + + claim_xhosa_lands = { + picture = xhosa_people + potential = { + OR = { + tag = ENG + tag = ENL + } + XHO = { + has_country_flag = treaty_of_umtata + exists = yes + neighbour = THIS + } + owns = 2087 + NOT = { has_country_flag = claimed_xhosa } + } + + allow = { + 2100 = { NOT = { is_core = THIS } } + NOT = { truce_with = XHO } + NOT = { casus_belli = XHO } + state_n_government = 1 + } + + effect = { + set_country_flag = claimed_xhosa + badboy = 2 + 2098 = { add_core = SAF } + 2099 = { add_core = SAF } + 2100 = { add_core = SAF } + 2104 = { add_core = SAF } + diplomatic_influence = { who = XHO value = -400 } + relation = { who = XHO value = -200 } + XHO = { leave_alliance = THIS } + release_vassal = XHO + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + number_of_states = 2 + NOT = { civilized = yes } + THIS = { NOT = { nationalism_n_imperialism = 1 } } + } + add_casus_belli = { target = THIS type = demand_concession_casus_belli months = 40 } + } + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { NOT = { nationalism_n_imperialism = 1 } } + } + add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 40 } + } + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + number_of_states = 2 + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } + } + add_casus_belli = { target = THIS type = demand_concession_NI_casus_belli months = 40 } + } + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } + } + add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 40 } + } + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + number_of_states = 2 + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } + } + add_casus_belli = { target = THIS type = demand_concession_BC_casus_belli months = 40 } + } + + random_country = { + limit = { + tag = XHO + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } + } + add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 40 } + } + } + } + + treaty_of_umtata = { + picture = treaty_signing + potential = { + owns = 2087 + XHO = { + OR = { + owns = 2098 + owns = 2099 + } + in_sphere = THIS + truce_with = THIS + } + NOT = { XHO = { has_country_flag = treaty_of_umtata } } + } + + allow = { + war = no + XHO = { + in_sphere = THIS + truce_with = THIS + } + } + + effect = { + badboy = 1 + prestige = 3 + relation = { who = XHO value = 200 } + diplomatic_influence = { who = XHO value = -200 } + XHO = { foreign_weapons = yes_foreign_weapons set_country_flag = treaty_of_umtata } + random_country = { + limit = { + tag = XHO + NOT = { owns = 2098 } + owns = 2099 + } + 2099 = { + add_core = SAF + secede_province = THIS + } + } + random_country = { + limit = { + tag = XHO + owns = 2098 + } + 2098 = { + add_core = SAF + secede_province = THIS + } + } + 2099 = { change_province_name = "King William's Town" } + 2098 = { change_province_name = "Port Rex" } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/CAL_California.txt b/HPM/decisions/CAL_California.txt index 1a7682a1..98426883 100644 --- a/HPM/decisions/CAL_California.txt +++ b/HPM/decisions/CAL_California.txt @@ -2,148 +2,148 @@ political_decisions = { #Claim Alta and Baja California greater_california = { - picture = CAL_greater_california - potential = { - tag = CAL - NOT = { has_country_flag = greater_california } - } - - allow = { - prestige = 100 - romanticism = 1 - state_n_government = 1 - invention = manifest_destiny - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - war_policy = jingoism - war_policy = pro_military - } - war = no - is_vassal = no - NOT = { truce_with = USA } - NOT = { truce_with = MEX } - NOT = { truce_with = DES } - } - - effect = { - set_country_flag = greater_california - - MEX_85 = { add_core = CAL } #California - MEX_94 = { add_core = CAL } #Nevada - MEX_97 = { add_core = CAL } #Utah - MEX_100 = { add_core = CAL } #Arizona - MEX_2138 = { add_core = CAL } #Sonora - - relation = { who = MEX value = -200 } - relation = { who = USA value = -200 } - relation = { who = DES value = -200 } - - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - consciousness = 2 - } - } - - ai_will_do = { factor = 1 } + picture = CAL_greater_california + potential = { + tag = CAL + NOT = { has_country_flag = greater_california } + } + + allow = { + prestige = 100 + romanticism = 1 + state_n_government = 1 + invention = manifest_destiny + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + war_policy = jingoism + war_policy = pro_military + } + war = no + is_vassal = no + NOT = { truce_with = USA } + NOT = { truce_with = MEX } + NOT = { truce_with = DES } + } + + effect = { + set_country_flag = greater_california + + MEX_85 = { add_core = CAL } #California + MEX_94 = { add_core = CAL } #Nevada + MEX_97 = { add_core = CAL } #Utah + MEX_100 = { add_core = CAL } #Arizona + MEX_2138 = { add_core = CAL } #Sonora + + relation = { who = MEX value = -200 } + relation = { who = USA value = -200 } + relation = { who = DES value = -200 } + + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + consciousness = 2 + } + } + + ai_will_do = { factor = 1 } } # Rancho rancho = { - picture = MEX_rancho - potential = { - OR = { - tag = MEX - tag = CAL - } - NOT = { has_global_flag = rancho } - year = 1836 - any_owned_province = { - OR = { - province_id = 84 - province_id = 85 - province_id = 86 - province_id = 87 - province_id = 88 - province_id = 89 - province_id = 90 - } - } - } - - allow = { - romanticism = 1 - money = 5000 - } - - effect = { - set_global_flag = rancho - treasury = -5000 - - any_owned = { - limit = { - OR = { - province_id = 84 - province_id = 85 - province_id = 86 - province_id = 87 - province_id = 88 - province_id = 89 - province_id = 90 - } - } - add_province_modifier = { name = rancho duration = 1825 } - } - } - - ai_will_do = { factor = 1 } + picture = MEX_rancho + potential = { + OR = { + tag = MEX + tag = CAL + } + NOT = { has_global_flag = rancho } + year = 1836 + any_owned_province = { + OR = { + province_id = 84 + province_id = 85 + province_id = 86 + province_id = 87 + province_id = 88 + province_id = 89 + province_id = 90 + } + } + } + + allow = { + romanticism = 1 + money = 5000 + } + + effect = { + set_global_flag = rancho + treasury = -5000 + + any_owned = { + limit = { + OR = { + province_id = 84 + province_id = 85 + province_id = 86 + province_id = 87 + province_id = 88 + province_id = 89 + province_id = 90 + } + } + add_province_modifier = { name = rancho duration = 1825 } + } + } + + ai_will_do = { factor = 1 } } # Annex the Republic of California annex_california = { - picture = USA_annex_california - potential = { - tag = USA - is_greater_power = yes - has_recently_lost_war = no - CAL = { exists = yes } - has_global_flag = bear_flag_revolt - has_global_flag = mexican_american_war - has_country_flag = hasmanifestdestiny -### OR = { has_country_flag = treaty_of_guadalupe_hidalgo -### MEX = { has_recently_lost_war = yes } -### } - NOT = { has_country_flag = second_velasco } - NOT = { has_country_flag = annex_california } - } - - allow = { - prestige = 50 - war = no - CAL = { - war = no - OR = { - is_vassal = no - vassal_of = USA - } - OR = { - part_of_sphere = no - in_sphere = USA - } - } - } - - effect = { - set_country_flag = annex_california - CAL = { country_event = 110062 } - } - - ai_will_do = { factor = 1 } + picture = USA_annex_california + potential = { + tag = USA + is_greater_power = yes + has_recently_lost_war = no + CAL = { exists = yes } + has_global_flag = bear_flag_revolt + has_global_flag = mexican_american_war + has_country_flag = hasmanifestdestiny +### OR = { has_country_flag = treaty_of_guadalupe_hidalgo +### MEX = { has_recently_lost_war = yes } +### } + NOT = { has_country_flag = second_velasco } + NOT = { has_country_flag = annex_california } + } + + allow = { + prestige = 50 + war = no + CAL = { + war = no + OR = { + is_vassal = no + vassal_of = USA + } + OR = { + part_of_sphere = no + in_sphere = USA + } + } + } + + effect = { + set_country_flag = annex_california + CAL = { country_event = 110062 } + } + + ai_will_do = { factor = 1 } } -} \ No newline at end of file +} diff --git a/HPM/decisions/CAN.txt b/HPM/decisions/CAN.txt index 92a2f192..87f3c86c 100644 --- a/HPM/decisions/CAN.txt +++ b/HPM/decisions/CAN.txt @@ -1,597 +1,617 @@ -political_decisions = { - canadian_dominion = { - picture = canadian_dominion - potential = { - tag = CAN - exists = yes - NOT = { has_country_flag = canadian_dominion } - } - allow = { - war = no - owns = 57 - } - effect = { - set_country_flag = canadian_dominion - any_pop = { - militancy = -4 - } - small_arms = 50 - regular_clothes = 50 - CAN_60 = { add_core = QUE } - capital = 57 - 46 = { - state_scope = { - change_region_name = "Southern Ontario" - } - } - 58 = { - state_scope = { - change_region_name = "Southern Quebec" - } - } - } - ai_will_do = { - factor = 1 - } - } - - vive_le_quebec = { - picture = vive_le_quebec - potential = { - tag = QUE - exists = yes - NOT = { has_country_flag = vive_le_quebec } - } - allow = { - war = no - owns = 65 - } - effect = { - set_country_flag = vive_le_quebec - any_pop = { - limit = { is_primary_culture = yes } - militancy = -4 - } - capital = 65 - small_arms = 50 - regular_clothes = 50 - CAN_60 = { - add_core = QUE - remove_core = RPL - } - 2625 = { - add_core = QUE - remove_core = RPL - } - 76 = { - add_core = QUE - remove_core = RPL - } - 58 = { - state_scope = { - change_region_name = "Southern Quebec" - } - } - } - ai_will_do = { - factor = 1 - } - } - - organize_british_columbia = { - picture = organize_british_columbia - potential = { - OR = { - tag = ENG - tag = ENL - } - year = 1860 - owns = 13 - owns = 14 - owns = 19 - owns = 2629 - owns = 18 - NOT = { has_country_flag = british_columbia_organized } - } - allow = { - nationalism_n_imperialism = 1 - } - effect = { - set_country_flag = british_columbia_organized - prestige = 5 - CAN_13 = { - add_core = COL - remove_core = RPL - } - } - ai_will_do = { - factor = 1 - } - } +political_decisions = { + canadian_dominion = { + picture = canadian_dominion + potential = { + tag = CAN + exists = yes + NOT = { has_country_flag = canadian_dominion } + } + allow = { + war = no + owns = 57 + } + effect = { + set_country_flag = canadian_dominion + any_pop = { + militancy = -4 + } + small_arms = 50 + regular_clothes = 50 + CAN_60 = { add_core = QUE } + capital = 57 + 46 = { + state_scope = { + change_region_name = "Southern Ontario" + } + } + 58 = { + state_scope = { + change_region_name = "Southern Quebec" + } + } + } + ai_will_do = { + factor = 1 + } + } - - - join_confederation = { - picture = treaty_signing - potential = { - OR = { - tag = MRU - tag = NEW - tag = QUE - tag = COL - tag = MTC - tag = RPL - primary_culture = anglo_canadian - AND = { - primary_culture = british - accepted_culture = anglo_canadian - NOT = { tag = ENG } - NOT = { tag = ENL } - } - } - CAN = { - OR = { - government = democracy - government = hms_government - } - } - OR = { - government = democracy - government = hms_government - } - exists = CAN - any_owned_province = { - any_neighbor_province = { owned_by = CAN } - } - NOT = { - has_country_flag = confederation_we_have_applied - tag = CAN - } - } - allow = { - war = no - CAN = { war = no } - OR = { - is_vassal = no - overlord = { is_our_vassal = CAN } - overlord = { - ai = yes - is_sphere_leader_of = CAN - } - } - OR = { - in_sphere = CAN - AND = { - part_of_sphere = no - relation = { who = CAN value = 150 } - } - sphere_owner = { is_sphere_leader_of = CAN } - } - } - effect = { - set_country_flag = confederation_we_have_applied - CAN = { - country_event = 44325 - war_exhaustion = -20 - } - } - ai_will_do = { - factor = 1 - } - } - - form_the_rcmp = { - picture = form_the_rcmp - potential = { - tag = CAN - NOT = { has_country_modifier = rcmp } - } - allow = { - revolution_n_counterrevolution = 1 - owns = 22 - owns = 30 - owns = 36 - } - effect = { - 22 = { life_rating = 2 } - add_country_modifier = { name = rcmp duration = -1 } - } - ai_will_do = { - factor = 1 - } - } - - build_the_cnr = { - picture = whistlestop_tour - potential = { - tag = CAN - early_railroad = 1 - NOT = { has_country_flag = build_the_cnr } - NOT = { has_country_flag = build_the_cnr3 } - } - allow = { - war = no - money = 3000 - iron_railroad = 1 - owns = 52 - owns = 36 - owns = 30 - owns = 26 - owns = 13 - } - effect = { - add_country_modifier = { name = monument_under_construction duration = 450 } - set_country_flag = build_the_cnr - treasury = -3000 - any_owned = { - limit = { - province_id = 52 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 - } - } - ai_will_do = { factor = 1 } - } - - - build_the_cnr1 = { - news = yes - news_title = "EVTNAME44355_NEWS_TITLE" - news_desc_long = "EVTDESC44355_NEWS_LONG" - news_desc_medium = "EVTDESC44355_NEWS_MEDIUM" - news_desc_short = "EVTDESC44355_NEWS_SHORT" - picture = whistlestop_tour - potential = { - tag = CAN - early_railroad = 1 - has_country_flag = build_the_cnr - NOT = { has_country_flag = build_the_cnr1 } - NOT = { has_country_flag = build_the_cnr3 } - } - - allow = { - war = no - money = 10000 - iron_railroad = 1 - owns = 52 - owns = 36 - NOT = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - has_country_modifier = monument_under_construction - } - } - - effect = { - add_country_modifier = { name = monument_under_construction duration = 450 } - set_country_flag = build_the_cnr1 - treasury = -2000 - any_owned = { - limit = { - province_id = 51 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 42 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 41 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 30 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 13 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - 42 = { add_province_modifier = { name = gateway_to_harbor duration = 365 } } - } - ai_will_do = { factor = 1 } - } - - - build_the_cnr2 = { - picture = whistlestop_tour - potential = { - tag = CAN - early_railroad = 1 - has_country_flag = build_the_cnr - has_country_flag = build_the_cnr1 - NOT = { has_country_flag = build_the_cnr2 } - NOT = { has_country_flag = build_the_cnr3 } - } - - allow = { - war = no - money = 15000 - iron_railroad = 1 - owns = 36 - owns = 26 - NOT = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - has_country_modifier = monument_under_construction - } - } - - effect = { - add_country_modifier = { name = monument_under_construction duration = 450 } - set_country_flag = build_the_cnr2 - treasury = -5000 - any_owned = { - limit = { - province_id = 50 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 49 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 36 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 35 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 24 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 25 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - 25 = { - change_province_name = "Calgary" - life_rating = 3 - add_province_modifier = { name = gateway_to_harbor duration = 365 } - } - 69 = { change_province_name = "Edmundston" } - 41 = { change_province_name = "Brandon" } - 30 = { change_province_name = "Regina" } - 34 = { change_province_name = "Saskatoon" } - 35 = { change_province_name = "Maple Creek" } - 22 = { change_province_name = "Bonnyville" } - 26 = { change_province_name = "Red Deer" } - 24 = { change_province_name = "Medicine Hat" } - } - ai_will_do = { factor = 1 } - } - - build_the_cnr3 = { - picture = whistlestop_tour - potential = { - tag = CAN - early_railroad = 1 - has_country_flag = build_the_cnr - has_country_flag = build_the_cnr1 - has_country_flag = build_the_cnr2 - NOT = { has_country_flag = build_the_cnr3 } - } - - allow = { - war = no - money = 15000 - iron_railroad = 1 - owns = 26 - owns = 13 - NOT = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - has_country_modifier = monument_under_construction - } - } - - effect = { - set_country_flag = build_the_cnr3 - clr_country_flag = build_the_cnr - clr_country_flag = build_the_cnr1 - clr_country_flag = build_the_cnr2 - prestige = 10 - treasury = -7000 - any_owned = { - limit = { - province_id = 28 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 21 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - any_owned = { - limit = { - province_id = 20 - can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } - } - infrastructure = 1 owner = { treasury = -2000 } - } - 13 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - 52 = { change_province_name = "Sudbury" } - 49 = { change_province_name = "Kenora" } - 2594 = { change_province_name = "Osnaburgh" } - 6 = { change_province_name = "Whitehorse" } - 13 = { change_province_name = "Vancouver" } - } - ai_will_do = { factor = 1 } - } - - claim_the_north = { - picture = whistlestop_tour - potential = { - owns = 17 - OR = { - tag = ENG - tag = CAN - primary_culture = anglo_canadian - } - 6 = { empty = yes } - OR = { - 2630 = { empty = no } - 2599 = { empty = no } - } - } - - allow = { - } - - effect = { - 6 = { secede_province = THIS any_pop = { literacy = -0.99 } } - random_owned = { - limit = { - province_id = 6 - any_neighbor_province = { is_core = CAN } - } - add_core = CAN - } - random_owned = { - limit = { - province_id = 6 - any_neighbor_province = { is_core = RPL } - } - add_core = RPL - } - } - ai_will_do = { factor = 1 } - } - - found_ottawa = { - picture = bytown_1853 - potential = { - owns = 57 - NOT = { has_global_flag = ottawa_founded } - 57 = { NOT = { has_province_modifier = mass_graves } } - } - - allow = { - war = no - iron_railroad = 1 - } - - effect = { - set_global_flag = ottawa_founded - 57 = { change_province_name = "Ottawa" life_rating = 4 } - } - ai_will_do = { factor = 1 } - } - - integrate_the_metis = { - picture = bytown_1853 - potential = { - NOT = { accepted_culture = metis } - tag = CAN - any_owned_province = { - any_pop = { has_pop_culture = metis } - } - } - - allow = { - psychoanalysis = 1 - plurality = 50 - NOT = { - citizens_rights = primary_culture_only - citizenship_policy = residency - } - OR = { - government = democracy - government = hms_government - } - } - - effect = { - add_accepted_culture = metis - random_country = { - limit = { - tag = MTC - exists = no - } - all_core = { remove_core = MTC } - } - random_country = { - limit = { - tag = RPL - exists = no - } - all_core = { remove_core = RPL } - } - random_country = { - limit = { - tag = MRU - exists = no - } - all_core = { remove_core = MRU } - } - random_country = { - limit = { - tag = COL - exists = no - } - all_core = { remove_core = COL } - } - } - ai_will_do = { factor = 1 } - } - - alaskan_frontier = { - picture = fort_selkirk - potential = { - owns = 17 - 6 = { empty = yes } - } - - allow = { - war = no - invention = mission_to_civilize - } - - effect = { - 6 = { - secede_province = THIS - add_core = RPL - change_province_name = "Fort Selkirk" - } - } - ai_will_do = { factor = 1 } - } + vive_le_quebec = { + picture = vive_le_quebec + potential = { + tag = QUE + exists = yes + NOT = { has_country_flag = vive_le_quebec } + } + allow = { + war = no + owns = 65 + } + effect = { + set_country_flag = vive_le_quebec + any_pop = { + limit = { is_primary_culture = yes } + militancy = -4 + } + capital = 65 + small_arms = 50 + regular_clothes = 50 + CAN_60 = { + add_core = QUE + remove_core = RPL + } + 2625 = { + add_core = QUE + remove_core = RPL + } + 76 = { + add_core = QUE + remove_core = RPL + } + 58 = { + state_scope = { + change_region_name = "Southern Quebec" + } + } + } + ai_will_do = { + factor = 1 + } + } + + organize_british_columbia = { + picture = organize_british_columbia + potential = { + OR = { + tag = ENG + tag = ENL + } + year = 1860 + owns = 13 + owns = 14 + owns = 19 + owns = 2629 + owns = 18 + NOT = { has_country_flag = british_columbia_organized } + } + allow = { + nationalism_n_imperialism = 1 + } + effect = { + set_country_flag = british_columbia_organized + prestige = 5 + CAN_13 = { + add_core = COL + remove_core = RPL + } + } + ai_will_do = { + factor = 1 + } + } + + + + join_confederation = { + picture = treaty_signing + potential = { + OR = { + tag = MRU + tag = NEW + tag = QUE + tag = COL + tag = MTC + tag = RPL + primary_culture = anglo_canadian + AND = { + primary_culture = british + accepted_culture = anglo_canadian + NOT = { tag = ENG } + NOT = { tag = ENL } + } + } + CAN = { + OR = { + government = democracy + government = hms_government + } + } + OR = { + government = democracy + government = hms_government + } + exists = CAN + any_owned_province = { + any_neighbor_province = { owned_by = CAN } + } + NOT = { + has_country_flag = confederation_we_have_applied + tag = CAN + } + } + allow = { + war = no + CAN = { war = no } + OR = { + is_vassal = no + overlord = { is_our_vassal = CAN } + overlord = { + ai = yes + is_sphere_leader_of = CAN + } + } + OR = { + in_sphere = CAN + AND = { + part_of_sphere = no + relation = { who = CAN value = 150 } + } + sphere_owner = { is_sphere_leader_of = CAN } + } + } + effect = { + set_country_flag = confederation_we_have_applied + CAN = { + country_event = 44325 + war_exhaustion = -20 + } + } + ai_will_do = { + factor = 1 + } + } + + form_the_rcmp = { + picture = form_the_rcmp + potential = { + tag = CAN + NOT = { has_country_modifier = rcmp } + } + allow = { + revolution_n_counterrevolution = 1 + owns = 22 + owns = 30 + owns = 36 + } + effect = { + 22 = { life_rating = 2 } + add_country_modifier = { name = rcmp duration = -1 } + } + ai_will_do = { + factor = 1 + } + } + + build_the_cnr = { + picture = whistlestop_tour + potential = { + tag = CAN + early_railroad = 1 + NOT = { has_country_flag = build_the_cnr } + NOT = { has_country_flag = build_the_cnr3 } + } + allow = { + war = no + money = 3000 + iron_railroad = 1 + owns = 52 + owns = 36 + owns = 30 + owns = 26 + owns = 13 + } + effect = { + add_country_modifier = { name = monument_under_construction duration = 450 } + set_country_flag = build_the_cnr + treasury = -3000 + any_owned = { + limit = { + province_id = 52 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 + } + } + ai_will_do = { factor = 1 } + } + + + build_the_cnr1 = { + news = yes + news_title = "EVTNAME44355_NEWS_TITLE" + news_desc_long = "EVTDESC44355_NEWS_LONG" + news_desc_medium = "EVTDESC44355_NEWS_MEDIUM" + news_desc_short = "EVTDESC44355_NEWS_SHORT" + picture = whistlestop_tour + potential = { + tag = CAN + early_railroad = 1 + has_country_flag = build_the_cnr + NOT = { has_country_flag = build_the_cnr1 } + NOT = { has_country_flag = build_the_cnr3 } + } + + allow = { + war = no + money = 10000 + iron_railroad = 1 + owns = 52 + owns = 36 + NOT = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + has_country_modifier = monument_under_construction + } + } + + effect = { + add_country_modifier = { name = monument_under_construction duration = 450 } + set_country_flag = build_the_cnr1 + treasury = -2000 + any_owned = { + limit = { + province_id = 51 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 42 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 41 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 30 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 13 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + 42 = { add_province_modifier = { name = gateway_to_harbor duration = 365 } } + } + ai_will_do = { factor = 1 } + } + + + build_the_cnr2 = { + picture = whistlestop_tour + potential = { + tag = CAN + early_railroad = 1 + has_country_flag = build_the_cnr + has_country_flag = build_the_cnr1 + NOT = { has_country_flag = build_the_cnr2 } + NOT = { has_country_flag = build_the_cnr3 } + } + + allow = { + war = no + money = 15000 + iron_railroad = 1 + owns = 36 + owns = 26 + NOT = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + has_country_modifier = monument_under_construction + } + } + + effect = { + add_country_modifier = { name = monument_under_construction duration = 450 } + set_country_flag = build_the_cnr2 + treasury = -5000 + any_owned = { + limit = { + province_id = 50 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 49 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 36 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 35 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 24 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 25 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + 25 = { + change_province_name = "Calgary" + life_rating = 3 + add_province_modifier = { name = gateway_to_harbor duration = 365 } + } + 69 = { change_province_name = "Edmundston" } + 41 = { change_province_name = "Brandon" } + 30 = { change_province_name = "Regina" } + 34 = { change_province_name = "Saskatoon" } + 35 = { change_province_name = "Maple Creek" } + 22 = { change_province_name = "Bonnyville" } + 26 = { change_province_name = "Red Deer" } + 24 = { change_province_name = "Medicine Hat" } + } + ai_will_do = { factor = 1 } + } + + build_the_cnr3 = { + picture = whistlestop_tour + potential = { + tag = CAN + early_railroad = 1 + has_country_flag = build_the_cnr + has_country_flag = build_the_cnr1 + has_country_flag = build_the_cnr2 + NOT = { has_country_flag = build_the_cnr3 } + } + + allow = { + war = no + money = 15000 + iron_railroad = 1 + owns = 26 + owns = 13 + NOT = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + has_country_modifier = monument_under_construction + } + } + + effect = { + set_country_flag = build_the_cnr3 + clr_country_flag = build_the_cnr + clr_country_flag = build_the_cnr1 + clr_country_flag = build_the_cnr2 + prestige = 10 + treasury = -7000 + any_owned = { + limit = { + province_id = 28 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 21 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + any_owned = { + limit = { + province_id = 20 + can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } + } + infrastructure = 1 owner = { treasury = -2000 } + } + 13 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + 52 = { change_province_name = "Sudbury" } + 49 = { change_province_name = "Kenora" } + 2594 = { change_province_name = "Osnaburgh" } + 6 = { change_province_name = "Whitehorse" } + 13 = { change_province_name = "Vancouver" } + } + ai_will_do = { factor = 1 } + } + +# claim_the_north = { +# picture = whistlestop_tour +# potential = { +# owns = 17 +# OR = { +# tag = ENG +# tag = CAN +# primary_culture = anglo_canadian +# } +# 6 = { empty = yes } +# OR = { +# 2630 = { empty = no } +# 2599 = { empty = no } +# } +# } +# +# allow = { +# } +# +# effect = { +# 6 = { secede_province = THIS any_pop = { literacy = -0.99 } } +# random_owned = { +# limit = { +# province_id = 6 +# any_neighbor_province = { is_core = CAN } +# } +# add_core = CAN +# } +# random_owned = { +# limit = { +# province_id = 6 +# any_neighbor_province = { is_core = RPL } +# } +# add_core = RPL +# } +# } +# ai_will_do = { factor = 1 } +# } + + found_ottawa = { + picture = bytown_1853 + potential = { + owns = 57 + NOT = { has_global_flag = ottawa_founded } + 57 = { NOT = { has_province_modifier = mass_graves } } + } + + allow = { + war = no + iron_railroad = 1 + } + + effect = { + set_global_flag = ottawa_founded + 57 = { change_province_name = "Ottawa" life_rating = 4 } + } + ai_will_do = { factor = 1 } + } + + integrate_the_metis = { + picture = bytown_1853 + potential = { + NOT = { accepted_culture = metis } + tag = CAN + any_owned_province = { + any_pop = { has_pop_culture = metis } + } + } + + allow = { + psychoanalysis = 1 + plurality = 50 + NOT = { + citizens_rights = primary_culture_only + citizenship_policy = residency + } + OR = { + government = democracy + government = hms_government + } + } + + effect = { + add_accepted_culture = metis + random_country = { + limit = { + tag = MTC + exists = no + } + all_core = { remove_core = MTC } + } + random_country = { + limit = { + tag = RPL + exists = no + } + all_core = { remove_core = RPL } + } + random_country = { + limit = { + tag = MRU + exists = no + } + all_core = { remove_core = MRU } + } + random_country = { + limit = { + tag = COL + exists = no + } + all_core = { remove_core = COL } + } + } + ai_will_do = { factor = 1 } + } + + alaskan_frontier = { + picture = fort_selkirk + potential = { + owns = 17 + 6 = { empty = yes } + } + + allow = { + war = no + OR = { + invention = mission_to_civilize + OR = { + 2630 = { empty = no } + 2599 = { empty = no } + } + } + } + + effect = { + 6 = { + secede_province = THIS + any_pop = { literacy = -0.99 } + change_province_name = "Fort Selkirk" + } + random_owned = { + limit = { + province_id = 6 + any_neighbor_province = { is_core = CAN } + } + add_core = CAN + } + random_owned = { + limit = { + province_id = 6 + any_neighbor_province = { is_core = RPL } + } + add_core = RPL + } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Canals.txt b/HPM/decisions/Canals.txt index 594cd72e..8ee66ac8 100644 --- a/HPM/decisions/Canals.txt +++ b/HPM/decisions/Canals.txt @@ -1,327 +1,327 @@ political_decisions = { - build_kiel_canal = { - picture = build_kiel_canal - news = yes - news_desc_long = "kiel_canal_NEWS_LONG" - news_desc_medium = "kiel_canal_NEWS_MEDIUM" - news_desc_short = "kiel_canal_NEWS_SHORT" - - potential = { - NOT = { has_global_flag = kiel_under_construction } - NOT = { is_canal_enabled = 1 } - owns = 369 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - interchangeable_parts = 1 - } - - allow = { - invention = machine_tools - drilling_and_blasting = 1 - iron_steamers = 1 - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - money = 1000000 - } - } - } - effect = { - set_global_flag = kiel_under_construction - country_event = 36976 - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - war = yes - } - } - } - - build_suez_canal = { - news = yes - news_desc_long = "suez_canal_NEWS_LONG" - news_desc_medium = "suez_canal_NEWS_MEDIUM" - news_desc_short = "suez_canal_NEWS_SHORT" - - picture = suezcanal - potential = { - NOT = { is_canal_enabled = 2 } - NOT = { has_global_flag = suez_canal_built } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - owns = 1755 - } - } - interchangeable_parts = 1 - } - - allow = { - invention = machine_tools - invention = nitroglycerin - raider_group_doctrine = 1 - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - money = 2000000 - } - } - OR = { - 1755 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - AND = { - year = 1870 - rank = 1 - 1755 = { - owner = { - civilized = no - NOT = { part_of_sphere = yes } - OR = { - is_vassal = no - overlord = { is_greater_power = no } - } - } - } - } - } - } - - effect = { - set_global_flag = suez_canal_built - random_country = { - limit = { - NOT = { tag = THIS } - owns = 1755 - } - treasury = 100000 - } - 1755 = { secede_province = THIS add_core = THIS } - country_event = 36970 - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - war = yes - } - } - } - - found_suez_canal_company = { - picture = suezcanalcompany - potential = { - NOT = { is_canal_enabled = 2 } - NOT = { has_global_flag = suez_canal_built } - NOT = { has_global_flag = suez_canal_company_founded } - is_greater_power = yes - interchangeable_parts = 1 - 1755 = { - owner = { - OR = { - AND = { - part_of_sphere = no - capital_scope = { continent = europe } - } - in_sphere = THIS - } - } - } - } - - allow = { - invention = machine_tools - invention = nitroglycerin - iron_steamers = 1 - business_banks = 1 - 1755 = { - owner = { - NOT = { - truce_with = THIS - war_with = THIS - rank = 16 - } - } - } - money = 100000 - } - - effect = { - set_global_flag = suez_canal_company_founded - prestige = 5 - treasury = -100000 - 1755 = { owner = { country_event = 36981 } } - } - - ai_will_do = { factor = 1 } - } - - seize_the_suez_canal = { - picture = suezcanalcompany - - potential = { - is_canal_enabled = 2 - NOT = { owns = 1755 } - is_greater_power = yes - 1755 = { owner = { in_default = THIS } } - any_owned_province = { has_building = naval_base } - NOT = { has_country_modifier = in_bankrupcy } - } - - allow = { - war = no - 1755 = { - owner = { - NOT = { truce_with = THIS } - war = no - in_default = THIS - } - } - raider_group_doctrine = 1 - invention = ironclads - total_num_of_ports = 30 - total_amount_of_ships = 50 - NOT = { 1755 = { owner = { military_score = THIS } } } - OR = { - AND = { - money = 100000 - 1755 = { owner = { NOT = { part_of_sphere = yes } } } - } - 1755 = { owner = { in_sphere = THIS } } - } - } - effect = { - random_country = { - limit = { - owns = 1755 - NOT = { in_sphere = THIS } - } - THIS = { treasury = -100000 } - } - 1755 = { - owner = { country_event = 36980 } - secede_province = THIS - } - } - ai_will_do = { factor = 1 } - } + build_kiel_canal = { + picture = build_kiel_canal + news = yes + news_desc_long = "kiel_canal_NEWS_LONG" + news_desc_medium = "kiel_canal_NEWS_MEDIUM" + news_desc_short = "kiel_canal_NEWS_SHORT" - build_panama_canal = { - picture = build_panama_canal - news = yes - news_desc_long = "panama_canal_NEWS_LONG" - news_desc_medium = "panama_canal_NEWS_MEDIUM" - news_desc_short = "panama_canal_NEWS_SHORT" - potential = { - NOT = { has_global_flag = panama_under_construction } - NOT = { is_canal_enabled = 3 } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - owns = 1723 - } - } - interchangeable_parts = 1 - } - allow = { - invention = machine_tools - invention = trinitrotoluene - invention = prophylaxis_against_malaria - iron_steamers = 1 - - 1723 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - money = 3000000 - } - } - } - effect = { - random_country = { - limit = { - NOT = { tag = THIS } - owns = 1723 - } - treasury = 1000000 - } - 1723 = { secede_province = THIS add_core = THIS } - country_event = 36978 - set_global_flag = panama_under_construction - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - war = yes - } - } - } - - seize_the_panama_canal = { - picture = build_panama_canal - - potential = { - is_canal_enabled = 3 - NOT = { owns = 1723 } - is_greater_power = yes - 1723 = { owner = { in_default = THIS } } - any_owned_province = { has_building = naval_base } - NOT = { has_country_modifier = in_bankrupcy } - } - - allow = { - war = no - 1723 = { owner = { NOT = { truce_with = THIS } war = no in_default = THIS } } - raider_group_doctrine = 1 - invention = ironclads - total_num_of_ports = 50 - total_amount_of_ships = 50 - NOT = { 1723 = { owner = { military_score = THIS } } } - OR = { - AND = { - money = 100000 - 1723 = { owner = { NOT = { part_of_sphere = yes } } } - } - 1723 = { owner = { in_sphere = THIS } } - } - } - - effect = { - random_country = { - limit = { - owns = 1723 - NOT = { in_sphere = THIS } - } - THIS = { treasury = -100000 } - } - 1723 = { - owner = { country_event = 36980 } - secede_province = THIS - } - } - - ai_will_do = { factor = 1 } - } -} \ No newline at end of file + potential = { + NOT = { has_global_flag = kiel_under_construction } + NOT = { is_canal_enabled = 1 } + owns = 369 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + interchangeable_parts = 1 + } + + allow = { + invention = machine_tools + drilling_and_blasting = 1 + iron_steamers = 1 + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + money = 1000000 + } + } + } + effect = { + set_global_flag = kiel_under_construction + country_event = 36976 + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + war = yes + } + } + } + + build_suez_canal = { + news = yes + news_desc_long = "suez_canal_NEWS_LONG" + news_desc_medium = "suez_canal_NEWS_MEDIUM" + news_desc_short = "suez_canal_NEWS_SHORT" + + picture = suezcanal + potential = { + NOT = { is_canal_enabled = 2 } + NOT = { has_global_flag = suez_canal_built } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + owns = 1755 + } + } + interchangeable_parts = 1 + } + + allow = { + invention = machine_tools + invention = nitroglycerin + raider_group_doctrine = 1 + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + money = 2000000 + } + } + OR = { + 1755 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + AND = { + year = 1870 + rank = 1 + 1755 = { + owner = { + civilized = no + NOT = { part_of_sphere = yes } + OR = { + is_vassal = no + overlord = { is_greater_power = no } + } + } + } + } + } + } + + effect = { + set_global_flag = suez_canal_built + random_country = { + limit = { + NOT = { tag = THIS } + owns = 1755 + } + treasury = 100000 + } + 1755 = { secede_province = THIS add_core = THIS } + country_event = 36970 + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + war = yes + } + } + } + + found_suez_canal_company = { + picture = suezcanalcompany + potential = { + NOT = { is_canal_enabled = 2 } + NOT = { has_global_flag = suez_canal_built } + NOT = { has_global_flag = suez_canal_company_founded } + is_greater_power = yes + interchangeable_parts = 1 + 1755 = { + owner = { + OR = { + AND = { + part_of_sphere = no + capital_scope = { continent = europe } + } + in_sphere = THIS + } + } + } + } + + allow = { + invention = machine_tools + invention = nitroglycerin + iron_steamers = 1 + business_banks = 1 + 1755 = { + owner = { + NOT = { + truce_with = THIS + war_with = THIS + rank = 16 + } + } + } + money = 100000 + } + + effect = { + set_global_flag = suez_canal_company_founded + prestige = 5 + treasury = -100000 + 1755 = { owner = { country_event = 36981 } } + } + + ai_will_do = { factor = 1 } + } + + seize_the_suez_canal = { + picture = suezcanalcompany + + potential = { + is_canal_enabled = 2 + NOT = { owns = 1755 } + is_greater_power = yes + 1755 = { owner = { in_default = THIS } } + any_owned_province = { has_building = naval_base } + NOT = { has_country_modifier = in_bankrupcy } + } + + allow = { + war = no + 1755 = { + owner = { + NOT = { truce_with = THIS } + war = no + in_default = THIS + } + } + raider_group_doctrine = 1 + invention = ironclads + total_num_of_ports = 30 + total_amount_of_ships = 50 + NOT = { 1755 = { owner = { military_score = THIS } } } + OR = { + AND = { + money = 100000 + 1755 = { owner = { NOT = { part_of_sphere = yes } } } + } + 1755 = { owner = { in_sphere = THIS } } + } + } + effect = { + random_country = { + limit = { + owns = 1755 + NOT = { in_sphere = THIS } + } + THIS = { treasury = -100000 } + } + 1755 = { + owner = { country_event = 36980 } + secede_province = THIS + } + } + ai_will_do = { factor = 1 } + } + + build_panama_canal = { + picture = build_panama_canal + news = yes + news_desc_long = "panama_canal_NEWS_LONG" + news_desc_medium = "panama_canal_NEWS_MEDIUM" + news_desc_short = "panama_canal_NEWS_SHORT" + potential = { + NOT = { has_global_flag = panama_under_construction } + NOT = { is_canal_enabled = 3 } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + owns = 1723 + } + } + interchangeable_parts = 1 + } + allow = { + invention = machine_tools + invention = prophylaxis_against_malaria + drilling_and_blasting = 1 + iron_steamers = 1 + + 1723 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + money = 3000000 + } + } + } + effect = { + random_country = { + limit = { + NOT = { tag = THIS } + owns = 1723 + } + treasury = 1000000 + } + 1723 = { secede_province = THIS add_core = THIS } + country_event = 36978 + set_global_flag = panama_under_construction + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + war = yes + } + } + } + + seize_the_panama_canal = { + picture = build_panama_canal + + potential = { + is_canal_enabled = 3 + NOT = { owns = 1723 } + is_greater_power = yes + 1723 = { owner = { in_default = THIS } } + any_owned_province = { has_building = naval_base } + NOT = { has_country_modifier = in_bankrupcy } + } + + allow = { + war = no + 1723 = { owner = { NOT = { truce_with = THIS } war = no in_default = THIS } } + raider_group_doctrine = 1 + invention = ironclads + total_num_of_ports = 50 + total_amount_of_ships = 50 + NOT = { 1723 = { owner = { military_score = THIS } } } + OR = { + AND = { + money = 100000 + 1723 = { owner = { NOT = { part_of_sphere = yes } } } + } + 1723 = { owner = { in_sphere = THIS } } + } + } + + effect = { + random_country = { + limit = { + owns = 1723 + NOT = { in_sphere = THIS } + } + THIS = { treasury = -100000 } + } + 1723 = { + owner = { country_event = 36980 } + secede_province = THIS + } + } + + ai_will_do = { factor = 1 } + } +} diff --git a/HPM/decisions/Chile.txt b/HPM/decisions/Chile.txt index 1f5aac02..3da7eec7 100644 --- a/HPM/decisions/Chile.txt +++ b/HPM/decisions/Chile.txt @@ -1,137 +1,137 @@ political_decisions = { - occupation_of_araucania = { - picture = conquest_of_the_desert - potential = { - tag = CHL - OR = { - 2333 = { empty = yes } - 2334 = { empty = yes } - 2335 = { empty = yes } - } - owns = 2328 - NOT = { has_country_flag = occupation_of_araucania } - } - allow = { - OR = { - is_greater_power = yes - nationalism_n_imperialism = 1 - year = 1861 - } - } - effect = { - set_country_flag = occupation_of_araucania - prestige = 5 - random_owned = { - limit = { - 2335 = { empty = yes } - 2333 = { empty = no } - 2334 = { empty = no } - 2332 = { empty = no } - } - 2335 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - - random_owned = { - limit = { - 2333 = { empty = yes } - 2334 = { empty = no } - } - 2333 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2334 = { empty = yes } - } - 2334 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - } - ai_will_do = { - factor = 1 - } - } - - annex_easter_island = { - picture = annex_easter_island - potential = { - civilized = yes - owns = 2332 - 2336 = { empty = yes } - } - - allow = { - war = no - breech_loaded_rifles = 1 - } - - effect = { - prestige = 3 - 2336 = { - secede_province = THIS - any_pop = { reduce_pop = 0.50 } - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - } - } - } - - valparaiso_harbor = { - picture = valparaiso_harbor - potential = { - NOT = { is_canal_enabled = 3 } - NOT = { has_country_flag = valpariasoharbor_built } - tag = CHL - owns = 2325 - } - - allow = { - battleship_column_doctrine = 1 - war = no - } - - effect = { - 2325 = { - life_rating = 5 - add_province_modifier = { - name = gateway_to_harbor - duration = 3650 - } - } - add_country_modifier = { name = small_immigration_boom duration = 730 } - prestige = 5 - set_country_flag = valpariasoharbor_built - } - } - - repudiate_the_treaty_of_paucarpata = { - picture = peru_bolivia - potential = { - tag = CHL - truce_with = PBC - PBC = { exists = yes war_with = PEU has_recently_lost_war = yes } - SPU = { vassal_of = PBC } - NOT = { has_country_flag = treaty_of_paucarpata_repudiated } - } - - allow = { - NOT = { has_recently_lost_war = yes } - NOT = { PBC = { military_score = THIS } } - } - - effect = { - casus_belli = { - target = PBC - type = release_puppet - months = 24 - } - war = { - target = PBC - attacker_goal = { - casus_belli = release_puppet - country = SPU - } - } - set_country_flag = treaty_of_paucarpata_repudiated - } - } - - + occupation_of_araucania = { + picture = conquest_of_the_desert + potential = { + tag = CHL + OR = { + 2333 = { empty = yes } + 2334 = { empty = yes } + 2335 = { empty = yes } + } + owns = 2328 + NOT = { has_country_flag = occupation_of_araucania } + } + allow = { + OR = { + is_greater_power = yes + nationalism_n_imperialism = 1 + year = 1861 + } + } + effect = { + set_country_flag = occupation_of_araucania + prestige = 5 + random_owned = { + limit = { + 2335 = { empty = yes } + 2333 = { empty = no } + 2334 = { empty = no } + 2332 = { empty = no } + } + 2335 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + + random_owned = { + limit = { + 2333 = { empty = yes } + 2334 = { empty = no } + } + 2333 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2334 = { empty = yes } + } + 2334 = { secede_province = CHL any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + } + ai_will_do = { + factor = 1 + } + } + + annex_easter_island = { + picture = annex_easter_island + potential = { + civilized = yes + owns = 2332 + 2336 = { empty = yes } + } + + allow = { + war = no + breech_loaded_rifles = 1 + } + + effect = { + prestige = 3 + 2336 = { + secede_province = THIS + any_pop = { reduce_pop = 0.50 } + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + } + } + } + + valparaiso_harbor = { + picture = valparaiso_harbor + potential = { + NOT = { is_canal_enabled = 3 } + NOT = { has_country_flag = valpariasoharbor_built } + tag = CHL + owns = 2325 + } + + allow = { + battleship_column_doctrine = 1 + war = no + } + + effect = { + 2325 = { + life_rating = 5 + add_province_modifier = { + name = gateway_to_harbor + duration = 3650 + } + } + add_country_modifier = { name = small_immigration_boom duration = 730 } + prestige = 5 + set_country_flag = valpariasoharbor_built + } + } + + repudiate_the_treaty_of_paucarpata = { + picture = peru_bolivia + potential = { + tag = CHL + truce_with = PBC + PBC = { exists = yes war_with = PEU has_recently_lost_war = yes } + SPU = { vassal_of = PBC } + NOT = { has_country_flag = treaty_of_paucarpata_repudiated } + } + + allow = { + NOT = { has_recently_lost_war = yes } + NOT = { PBC = { military_score = THIS } } + } + + effect = { + casus_belli = { + target = PBC + type = release_puppet + months = 24 + } + war = { + target = PBC + attacker_goal = { + casus_belli = release_puppet + country = SPU + } + } + set_country_flag = treaty_of_paucarpata_repudiated + } + } + + } diff --git a/HPM/decisions/China.txt b/HPM/decisions/China.txt index 59b45643..47db9034 100644 --- a/HPM/decisions/China.txt +++ b/HPM/decisions/China.txt @@ -1,1658 +1,1658 @@ political_decisions = { - torching_of_the_summer_palace = { - potential = { - NOT = { tag = QNG } - QNG = { owns = 1616 } - civilized = yes - is_greater_power = yes - state_n_government = 1 - war_with = QNG - NOT = { has_global_flag = summer_palace_torched } - } - allow = { - controls = 1616 - } - effect = { - set_global_flag = summer_palace_torched - badboy = 3 - QNG = { country_event = 13355 } - } - } - - clear_out_the_manchu_elite = { - picture = clear_out_the_manchu_elite - potential = { - tag = QNG - government = absolute_monarchy - is_greater_power = no - civilized = no - has_global_flag = taiping_has_happened - NOT = { has_country_flag = manchu_elite_cleared_out } - } - - allow = { average_consciousness = 3 } - - effect = { - years_of_research = 0.1 - add_accepted_culture = beifaren - any_pop = { - limit = { has_pop_culture = manchu } - militancy = 2 - consciousness = 1 - } - any_pop = { - limit = { - NOT = { has_pop_culture = manchu } - } - militancy = -2 - consciousness = -1 - } - set_country_flag = manchu_elite_cleared_out - } - } - - form_china = { - potential = { - tag = QNG - NOT = { has_global_flag = china_formed } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - owns = 1616 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_country_flag = mandate } - TPG = { exists = no } - } - - effect = { - prestige = 20 - all_core = { remove_core = QNG } - change_tag = CHI - primary_culture = beifaren - add_accepted_culture = nanfaren - random_country = { - limit = { - tag = TIB - vassal_of = THIS - } - THIS = { release_vassal = TIB } - } - random_owned = { - limit = { - province_id = 1587 - NOT = { exists = TIB } - } - owner = { - any_owned = { - limit = { - region = TIB_1591 - } - secede_province = TIB - } - } - } - random_country = { - limit = { - tag = MGL - vassal_of = THIS - } - THIS = { release_vassal = MGL } - } - random_owned = { - limit = { - province_id = 1465 - NOT = { exists = MGL } - } - owner = { - any_owned = { - limit = { - is_core = MGL - NOT = { region = CHI_1532 } - } - secede_province = MGL - } - } - } - CHI_1468 = { remove_core = CHI } - CHI_1465 = { remove_core = CHI } - random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } - CHI_1479 = { add_core = MCK } - CHI_1552 = { add_core = MCK } - 1533 = { add_core = MCK } - } - - ai_will_do = { factor = 1 } - } - - abandon_neutral_faction = { - picture = abandon_faction - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = neutral_faction - NOT = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - - allow = { - war = no - OR = { - any_owned_province = { - is_core = CHI - NOT = { is_core = THIS } - } - is_greater_power = yes - is_secondary_power = yes - } - } - - effect = { - clr_country_flag = neutral_faction - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - owner = { - set_country_flag = beiyang_faction - } - } - random_owned = { - limit = { - owner = { - ruling_party_ideology = communist - } - } - owner = { - set_country_flag = communist_faction - } - } - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = socialist - } - } - } - owner = { - set_country_flag = kuomintang_faction - } - } - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - abandon_kuomintang_faction = { - picture = abandon_faction - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = kuomintang_faction - NOT = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - - allow = { - war = no - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - - effect = { - clr_country_flag = kuomintang_faction - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - owner = { - set_country_flag = beiyang_faction - } - } - random_owned = { - limit = { - owner = { - ruling_party_ideology = communist - } - } - owner = { - set_country_flag = communist_faction - } - } - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - abandon_communist_faction = { - picture = abandon_faction - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = communist_faction - NOT = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - - allow = { - war = no - NOT = { - ruling_party_ideology = communist - } - } - - effect = { - clr_country_flag = communist_faction - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - owner = { - set_country_flag = beiyang_faction - } - } - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = socialist - } - } - } - owner = { - set_country_flag = kuomintang_faction - } - } - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - abandon_beiyang_faction = { - picture = abandon_faction - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = beiyang_faction - NOT = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - - allow = { - war = no - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = fascist } - } - - effect = { - clr_country_flag = beiyang_faction - random_owned = { - limit = { - owner = { - ruling_party_ideology = communist - } - } - owner = { - set_country_flag = communist_faction - } - } - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = socialist - } - } - } - owner = { - set_country_flag = kuomintang_faction - } - } - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - become_leader_of_kuomintang = { - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = kuomintang_faction - NOT = { tag = KMT } - KMT = { exists = no } - } - - allow = { - war = no - NOT = { has_country_modifier = drive_to_reunify } - OR = { - any_owned_province = { - is_core = CHI - NOT = { is_core = THIS } - } - owns = 1493 - owns = 1616 - } - } - - effect = { - prestige = 10 - all_core = { add_core = KMT } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -4 - } - } - change_tag = KMT - set_country_flag = center_of_the_kuomintang - add_accepted_culture = nanfaren - add_accepted_culture = beifaren - add_country_modifier = { - name = taiping_draft - duration = 120 - } - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { has_country_flag = kuomintang_faction } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - become_leader_of_beiyang = { - picture = become_leader_of_beiyang - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = beiyang_faction - CHI = { exists = no } - NOT = { tag = CHI } - } - - allow = { - war = no - owns = 1616 - } - - effect = { - prestige = 10 - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -6 - } - } - change_tag = CHI - set_country_flag = center_of_the_beiyang - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - become_leader_of_communists = { - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = communist_faction - CHI = { exists = no } - NOT = { tag = CHI } - } - - allow = { - war = no - owns = 1616 - } - - effect = { - prestige = 10 - any_pop = { - scaled_militancy = { - ideology = communist - factor = -6 - } - } - change_tag = CHI - set_country_flag = center_of_the_communists - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { has_country_flag = communist_faction } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - join_the_KMT = { - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - has_country_flag = kuomintang_faction - NOT = { tag = KMT } - ai = yes - } - - allow = { - owns = 1616 - KMT = { exists = yes } - } - - effect = { - KMT = { - prestige = 5 - country_event = 131741 - } - } - - ai_will_do = { - factor = 1 - } - } - - reunification_of_china_KMT = { - picture = become_leader_of_kuomintang - potential = { - tag = KMT - has_global_flag = warlord_era_has_begun - } - - allow = { - war = no - owns = 1616 - CHI = { - OR = { - exists = no - in_sphere = THIS - } - } - FJN = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GMJ = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GNG = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GXI = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - HNN = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - HUI = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - MCK = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - SXI = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - SZC = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - TPG = { - OR = { - exists = no - in_sphere = THIS - } - } - XBI = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - YNN = { - OR = { - exists = no - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - in_sphere = THIS - } - } - } - - effect = { - clr_global_flag = warlord_era_has_begun - capital = 1616 - prestige = 20 - add_accepted_culture = beifaren - add_accepted_culture = nanfaren - add_accepted_culture = manchu - add_accepted_culture = hakka - add_accepted_culture = miao - add_accepted_culture = min - add_accepted_culture = zhuang - add_accepted_culture = yue - add_accepted_culture = yi - CHI = { - all_core = { add_core = KMT } - } - random_owned = { - limit = { - is_core = SXI - SXI = { exists = no } - } - SXI = { all_core = { remove_core = SXI } } - } - random_owned = { - limit = { - is_core = HUI - HUI = { exists = no } - } - HUI = { all_core = { remove_core = HUI } } - } - random_owned = { - limit = { - is_core = SZC - SZC = { exists = no } - } - SZC = { all_core = { remove_core = SZC } } - } - random_owned = { - limit = { - is_core = XIN - XIN = { exists = no } - } - XIN = { all_core = { remove_core = XIN } } - } - random_owned = { - limit = { - is_core = HNN - HNN = { exists = no } - } - HNN = { all_core = { remove_core = HNN } } - } - random_country = { - limit = { - tag = CHI - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - random_country = { - limit = { - tag = TPG - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - any_country = { - limit = { - exists = yes - OR = { - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - has_country_flag = beiyang_faction - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { tag = THIS } - } - country_event = 131745 - } - } - - ai_will_do = { - factor = 1 - } - } - - reunification_of_china_communist = { - picture = become_leader_of_communists - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = KMT } - has_country_flag = communist_faction - has_global_flag = warlord_era_has_begun - } - - allow = { - war = no - owns = 1616 - CHI = { - OR = { - tag = THIS - exists = no - } - } - KMT = { - OR = { - in_sphere = THIS - exists = no - has_global_flag = kmt_has_lost - } - } - TPG = { - OR = { - in_sphere = THIS - exists = no - } - } - FJN = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - GMJ = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - GNG = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - GXI = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - HNN = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - HUI = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - MCK = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - SXI = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - SZC = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - XBI = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - YNN = { - OR = { - exists = no - has_country_flag = neutral_faction - has_country_flag = communist_faction - in_sphere = THIS - } - } - } - - effect = { - clr_global_flag = warlord_era_has_begun - add_accepted_culture = beifaren - add_accepted_culture = nanfaren - add_accepted_culture = manchu - add_accepted_culture = hakka - add_accepted_culture = miao - add_accepted_culture = min - add_accepted_culture = zhuang - add_accepted_culture = yue - add_accepted_culture = yi - prestige = 20 - capital = 1616 - random_owned = { - limit = { - is_core = SXI - SXI = { exists = no } - } - SXI = { all_core = { remove_core = SXI } } - } - random_owned = { - limit = { - is_core = HUI - HUI = { exists = no } - } - HUI = { all_core = { remove_core = HUI } } - } - random_owned = { - limit = { - is_core = SZC - SZC = { exists = no } - } - SZC = { all_core = { remove_core = SZC } } - } - random_owned = { - limit = { - is_core = XIN - XIN = { exists = no } - } - XIN = { all_core = { remove_core = XIN } } - } - random_owned = { - limit = { - is_core = HNN - HNN = { exists = no } - } - HNN = { all_core = { remove_core = HNN } } - } - random_country = { - limit = { - tag = KMT - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - random_country = { - limit = { - tag = TPG - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - random_owned = { - limit = { - owner = { - NOT = { tag = CHI } - } - } - owner = { - all_core = { remove_core = THIS } - change_tag = CHI - primary_culture = beifaren - add_accepted_culture = nanfaren - } - } - any_country = { - limit = { - exists = yes - OR = { - has_country_flag = neutral_faction - has_country_flag = communist_faction - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { tag = THIS } - } - country_event = 131745 - } - } - - ai_will_do = { - factor = 1 - } - } - - reunification_of_china = { - picture = form_china - potential = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { tag = KMT } - NOT = { has_country_flag = communist_faction } - OR = { - tag = CHI - NOT = { has_country_flag = beiyang_faction } - } - has_global_flag = warlord_era_has_begun - } - - allow = { - war = no - owns = 1616 - OR = { - KMT = { exists = no } - has_global_flag = kmt_has_lost - } - CHI = { - OR = { - exists = no - tag = THIS - in_sphere = THIS - } - } - FJN = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GMJ = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GNG = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - GXI = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - HNN = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - HUI = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - MCK = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - SXI = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - SZC = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - TPG = { - OR = { - exists = no - tag = THIS - in_sphere = THIS - } - } - XBI = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - YNN = { - OR = { - exists = no - tag = THIS - has_country_flag = neutral_faction - in_sphere = THIS - } - } - } - - effect = { - clr_global_flag = warlord_era_has_begun - add_accepted_culture = beifaren - add_accepted_culture = nanfaren - add_accepted_culture = manchu - add_accepted_culture = hakka - add_accepted_culture = miao - add_accepted_culture = min - add_accepted_culture = zhuang - add_accepted_culture = yue - add_accepted_culture = yi - prestige = 20 - capital = 1616 - random_owned = { - limit = { - is_core = SXI - SXI = { exists = no } - } - SXI = { all_core = { remove_core = SXI } } - } - random_owned = { - limit = { - is_core = HUI - HUI = { exists = no } - } - HUI = { all_core = { remove_core = HUI } } - } - random_owned = { - limit = { - is_core = SZC - SZC = { exists = no } - } - SZC = { all_core = { remove_core = SZC } } - } - random_owned = { - limit = { - is_core = XIN - XIN = { exists = no } - } - XIN = { all_core = { remove_core = XIN } } - } - random_owned = { - limit = { - is_core = HNN - HNN = { exists = no } - } - HNN = { all_core = { remove_core = HNN } } - } - random_country = { - limit = { - tag = CHI - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - random_country = { - limit = { - tag = TPG - ai = yes - exists = yes - in_sphere = THIS - } - annex_to = THIS - } - random_owned = { - limit = { - owner = { - NOT = { tag = TPG } - NOT = { tag = CHI } - NOT = { has_country_flag = kuomintang_faction } - } - } - owner = { - all_core = { remove_core = THIS } - change_tag = CHI - primary_culture = beifaren - add_accepted_culture = nanfaren - } - } - random_owned = { - limit = { - owner = { - NOT = { tag = TPG } - NOT = { tag = CHI } - has_country_flag = kuomintang_faction - } - } - CHI = { - all_core = { add_core = KMT } - } - owner = { - all_core = { remove_core = THIS } - change_tag = KMT - primary_culture = nanfaren - add_accepted_culture = beifaren - } - } - random_owned = { - limit = { - owner = { tag = TPG } - } - CHI = { - all_core = { add_core = TPG } - } - } - any_country = { - limit = { - exists = yes - OR = { - has_country_flag = kuomintang_faction - has_country_flag = neutral_faction - has_country_flag = beiyang_faction - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { tag = THIS } - } - country_event = 131745 - } - } - - ai_will_do = { - factor = 1 - } - } - - self_strengthening_movement = { - picture = self_strengthening_movement - potential = { - OR = { - AND = { - tag = QNG - NOT = { exists = TPG } - } - AND = { - tag = TPG - NOT = { exists = QNG } - } - } - civilized = no - NOT = { has_country_modifier = self_strengthening_movement } - has_global_flag = taiping_has_happened - } - - allow = { - war = no - civilization_progress = 0.5 - OR = { - NOT = { prestige = 25 } - has_recently_lost_war = yes - NOT = { money = 10000 } - } - } - - effect = { - random_owned = { - limit = { - owner = { ai = no } - } - owner = { treasury = 250000 } - } - add_country_modifier = { - name = self_strengthening_movement - duration = 1825 - } - } - - ai_will_do = { - factor = 1 - } - } - - annex_the_kumul = { - picture = self_strengthening_movement - potential = { - NOT = { has_global_flag = kumul_over } - neighbour = KML - NOT = { tag = LAN } - NOT = { tag = MGL } - OR = { - civilized = yes - AND = { - tag = UYG - KML = { is_vassal = no } - } - } - KML = { - exists = yes - ai = yes - is_vassal = no - } - OR = { - tag = XIN - tag = UYG - neighbour = KML - AND = { - OR = { - XIN = { exists = no } - XIN = { exists = yes NOT = { neighbour = KML } } - } - neighbour = KML - is_culture_group = east_asian - } - } - } - - allow = { - war = no - } - - effect = { - set_global_flag = kumul_over - badboy = 2 - inherit = KML - } - - ai_will_do = { factor = 1 } - } - - claim_tibet = { - picture = tibet_capital - potential = { - OR = { - tag = CHI - tag = TPG - } - neighbour = TIB - NOT = { is_our_vassal = TIB } - NOT = { 1587 = { is_core = CHI } } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - government = fascist_dictatorship - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - - effect = { - TIB = { all_core = { add_core = CHI add_core = THIS } } - badboy = 2 - } - - ai_will_do = { factor = 1 } - } - - heavenly_capital = { - picture = heavenly_seal - potential = { - tag = TPG - NOT = { has_global_flag = heavenly_capital_decreted } - } - - allow = { - owns = 2221 - } - - effect = { - prestige = 1 - set_global_flag = heavenly_capital_decreted - 2221 = { change_province_name = "Tianjing" } - capital = 2221 - } - - ai_will_do = { factor = 1 } - } - - abolish_heavenly_capital = { - picture = heavenly_seal - potential = { - NOT = { tag = TPG } - NOT = { tag = LAN } - is_culture_group = east_asian - has_global_flag = heavenly_capital_decreted - } - - allow = { - owns = 2221 - } - - effect = { - clr_global_flag = heavenly_capital_decreted - 2221 = { change_province_name = "Nanjing" } - } - - ai_will_do = { factor = 1 } - } - - claim_sakhalin_china = { - picture = map_yellow_sea - potential = { - OR = { - tag = TPG - tag = QNG - tag = CHI - } - 1086 = { NOT = { is_core = THIS } } - owns = 1502 - owns = 1616 - owns = 1601 - owns = 1554 - owns = 1493 - owns = 1553 - owns = 1556 - owns = 1594 - owns = 1600 - owns = 1599 - owns = 1532 - owns = 1519 - owns = 1483 - owns = 2221 - owns = 1509 - NOT = { has_global_flag = sakhalin_claimed_chinese } - NOT = { owns = 1086 } - NOT = { owns = 1087 } - civilized = yes - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - THIS = { all_core = { owned_by = THIS } } - owns = 1496 - war = no - } - - effect = { - set_global_flag = sakhalin_claimed_chinese - badboy = 5 - 1086 = { add_core = THIS } - 1087 = { add_core = THIS } - CHI_1082 = { add_core = THIS } - 1086 = { add_core = CHI } - 1087 = { add_core = CHI } - CHI_1082 = { add_core = CHI } - 1086 = { owner = { relation = { who = THIS value = -200 } } } - 1087 = { owner = { relation = { who = THIS value = -200 } } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - formosa_independence = { - picture = form_china - potential = { - tag = TAI - exists = yes - OR = { - 2681 = { is_core = CHI } - 2681 = { is_core = KMT } - 2681 = { is_core = QNG } - 2681 = { is_core = TPG } - } - has_global_flag = retreated_to_taiwan - } - - allow = { - nationalism_n_imperialism = 1 - TAI = { all_core = { owned_by = THIS } } - war = no - OR = { - truce_with = CHI - truce_with = QNG - truce_with = TPG - } - } - - effect = { - TAI = { all_core = { remove_core = QNG remove_core = CHI remove_core = TPG remove_core = FJN } } - } - - ai_will_do = { factor = 1 } - } - - revoke_sino_portuguese_treaty = { - picture = macao_city - potential = { - OR = { - QNG = { exists = yes owns = 1616 NOT = { TPG = { exists = yes } CHI = { exists = yes } } } - TPG = { exists = yes owns = 1616 NOT = { QNG = { exists = yes } CHI = { exists = yes } } } - CHI = { exists = yes owns = 1616 NOT = { TPG = { exists = yes } QNG = { exists = yes } } } - } - OR = { - tag = QNG - tag = TPG - tag = CHI - } - has_global_flag = sino_portuguese_treaty_of_peking_signed - 1498 = { NOT = { is_core = CHI } } - NOT = { has_global_flag = sino_portuguese_treaty_of_peking_revoked } - } - - allow = { - any_owned_province = { any_neighbor_province = { province_id = 1498 } } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - 1498 = { owner = { NOT = { has_country_flag = sino_portuguese_treaty_of_peking_signataire } } } - } - } - - effect = { - set_global_flag = sino_portuguese_treaty_of_peking_revoked - clr_global_flag = sino_portuguese_treaty_of_peking_signed - any_country = { clr_country_flag = sino_portuguese_treaty_of_peking_signataire } - 1498 = { add_core = CHI } - random_country = { limit = { owns = 1498 NOT = { tag = THIS } } country_event = 90908 } - random_owned = { - limit = { - owner = { - NOT = { owns = 1498 } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - } - } - } - owner = { badboy = 4 } - } - } - - ai_will_do = { factor = 1 } - } - - abolish_forced_work = { #Revise - alert = no - picture = form_china - potential = { - is_culture_group = east_asian - year = 1910 - NOT = { has_country_flag = abolish_forced_work } - OR = { - NOT = { slavery = no_slavery } - debt_law = serfdom - } - } - - allow = { - war = no - is_vassal = no - } - - effect = { - set_country_flag = abolish_forced_work - any_pop = { militancy = 2 consciousness = 4 } - random_owned = { limit = { owner = { NOT = { slavery = no_slavery } } } owner = { political_reform = no_slavery } } - random_owned = { limit = { owner = { debt_law = serfdom } } owner = { political_reform = peonage country_event = 6016804 } } - } - - ai_will_do = { factor = 1 } - } - - claim_tsushima = { #Move to its own file later - picture = tsushima_japan - potential = { - tag = KOR - civilized = yes - OR = { - NOT = { - owns = 2589 - has_country_flag = korean_irredentism - } - AND = { - owns = 2589 - NOT = { has_country_flag = tsushima_renamed } - } - } - } - - allow = { - war = no - is_disarmed = no - is_greater_power = yes - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = fascist_dictatorship - } - } - - effect = { - random_owned = { - limit = { - owner = { NOT = { has_country_flag = korean_irredentism } } - } - owner = { - badboy = 2 - 2589 = { add_core = KOR } - } - } - set_country_flag = korean_irredentism - prestige = 3 - random_owned = { - limit = { province_id = 2589 } - change_province_name = "Daemado" - owner = { set_country_flag = tsushima_renamed } - } - } - - ai_will_do = { factor = 1 } - } + torching_of_the_summer_palace = { + potential = { + NOT = { tag = QNG } + QNG = { owns = 1616 } + civilized = yes + is_greater_power = yes + state_n_government = 1 + war_with = QNG + NOT = { has_global_flag = summer_palace_torched } + } + allow = { + controls = 1616 + } + effect = { + set_global_flag = summer_palace_torched + badboy = 3 + QNG = { country_event = 13355 } + } + } + + clear_out_the_manchu_elite = { + picture = clear_out_the_manchu_elite + potential = { + tag = QNG + government = absolute_monarchy + is_greater_power = no + civilized = no + has_global_flag = taiping_has_happened + NOT = { has_country_flag = manchu_elite_cleared_out } + } + + allow = { average_consciousness = 3 } + + effect = { + years_of_research = 0.1 + add_accepted_culture = beifaren + any_pop = { + limit = { has_pop_culture = manchu } + militancy = 2 + consciousness = 1 + } + any_pop = { + limit = { + NOT = { has_pop_culture = manchu } + } + militancy = -2 + consciousness = -1 + } + set_country_flag = manchu_elite_cleared_out + } + } + + form_china = { + potential = { + tag = QNG + NOT = { has_global_flag = china_formed } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + owns = 1616 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_country_flag = mandate } + TPG = { exists = no } + } + + effect = { + prestige = 20 + all_core = { remove_core = QNG } + change_tag = CHI + primary_culture = beifaren + add_accepted_culture = nanfaren + random_country = { + limit = { + tag = TIB + vassal_of = THIS + } + THIS = { release_vassal = TIB } + } + random_owned = { + limit = { + province_id = 1587 + NOT = { exists = TIB } + } + owner = { + any_owned = { + limit = { + region = TIB_1591 + } + secede_province = TIB + } + } + } + random_country = { + limit = { + tag = MGL + vassal_of = THIS + } + THIS = { release_vassal = MGL } + } + random_owned = { + limit = { + province_id = 1465 + NOT = { exists = MGL } + } + owner = { + any_owned = { + limit = { + is_core = MGL + NOT = { region = CHI_1532 } + } + secede_province = MGL + } + } + } + CHI_1468 = { remove_core = CHI } + CHI_1465 = { remove_core = CHI } + random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } + CHI_1479 = { add_core = MCK } + CHI_1552 = { add_core = MCK } + 1533 = { add_core = MCK } + } + + ai_will_do = { factor = 1 } + } + + abandon_neutral_faction = { + picture = abandon_faction + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = neutral_faction + NOT = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + + allow = { + war = no + OR = { + any_owned_province = { + is_core = CHI + NOT = { is_core = THIS } + } + is_greater_power = yes + is_secondary_power = yes + } + } + + effect = { + clr_country_flag = neutral_faction + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + owner = { + set_country_flag = beiyang_faction + } + } + random_owned = { + limit = { + owner = { + ruling_party_ideology = communist + } + } + owner = { + set_country_flag = communist_faction + } + } + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = socialist + } + } + } + owner = { + set_country_flag = kuomintang_faction + } + } + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + abandon_kuomintang_faction = { + picture = abandon_faction + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = kuomintang_faction + NOT = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + + allow = { + war = no + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + + effect = { + clr_country_flag = kuomintang_faction + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + owner = { + set_country_flag = beiyang_faction + } + } + random_owned = { + limit = { + owner = { + ruling_party_ideology = communist + } + } + owner = { + set_country_flag = communist_faction + } + } + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + abandon_communist_faction = { + picture = abandon_faction + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = communist_faction + NOT = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + + allow = { + war = no + NOT = { + ruling_party_ideology = communist + } + } + + effect = { + clr_country_flag = communist_faction + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + owner = { + set_country_flag = beiyang_faction + } + } + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = socialist + } + } + } + owner = { + set_country_flag = kuomintang_faction + } + } + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + abandon_beiyang_faction = { + picture = abandon_faction + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = beiyang_faction + NOT = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + + allow = { + war = no + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = fascist } + } + + effect = { + clr_country_flag = beiyang_faction + random_owned = { + limit = { + owner = { + ruling_party_ideology = communist + } + } + owner = { + set_country_flag = communist_faction + } + } + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = socialist + } + } + } + owner = { + set_country_flag = kuomintang_faction + } + } + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + become_leader_of_kuomintang = { + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = kuomintang_faction + NOT = { tag = KMT } + KMT = { exists = no } + } + + allow = { + war = no + NOT = { has_country_modifier = drive_to_reunify } + OR = { + any_owned_province = { + is_core = CHI + NOT = { is_core = THIS } + } + owns = 1493 + owns = 1616 + } + } + + effect = { + prestige = 10 + all_core = { add_core = KMT } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -4 + } + } + change_tag = KMT + set_country_flag = center_of_the_kuomintang + add_accepted_culture = nanfaren + add_accepted_culture = beifaren + add_country_modifier = { + name = taiping_draft + duration = 120 + } + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { has_country_flag = kuomintang_faction } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + become_leader_of_beiyang = { + picture = become_leader_of_beiyang + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = beiyang_faction + CHI = { exists = no } + NOT = { tag = CHI } + } + + allow = { + war = no + owns = 1616 + } + + effect = { + prestige = 10 + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -6 + } + } + change_tag = CHI + set_country_flag = center_of_the_beiyang + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + become_leader_of_communists = { + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = communist_faction + CHI = { exists = no } + NOT = { tag = CHI } + } + + allow = { + war = no + owns = 1616 + } + + effect = { + prestige = 10 + any_pop = { + scaled_militancy = { + ideology = communist + factor = -6 + } + } + change_tag = CHI + set_country_flag = center_of_the_communists + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { has_country_flag = communist_faction } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + join_the_KMT = { + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + has_country_flag = kuomintang_faction + NOT = { tag = KMT } + ai = yes + } + + allow = { + owns = 1616 + KMT = { exists = yes } + } + + effect = { + KMT = { + prestige = 5 + country_event = 131741 + } + } + + ai_will_do = { + factor = 1 + } + } + + reunification_of_china_KMT = { + picture = become_leader_of_kuomintang + potential = { + tag = KMT + has_global_flag = warlord_era_has_begun + } + + allow = { + war = no + owns = 1616 + CHI = { + OR = { + exists = no + in_sphere = THIS + } + } + FJN = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GMJ = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GNG = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GXI = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + HNN = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + HUI = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + MCK = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + SXI = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + SZC = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + TPG = { + OR = { + exists = no + in_sphere = THIS + } + } + XBI = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + YNN = { + OR = { + exists = no + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + in_sphere = THIS + } + } + } + + effect = { + clr_global_flag = warlord_era_has_begun + capital = 1616 + prestige = 20 + add_accepted_culture = beifaren + add_accepted_culture = nanfaren + add_accepted_culture = manchu + add_accepted_culture = hakka + add_accepted_culture = miao + add_accepted_culture = min + add_accepted_culture = zhuang + add_accepted_culture = yue + add_accepted_culture = yi + CHI = { + all_core = { add_core = KMT } + } + random_owned = { + limit = { + is_core = SXI + SXI = { exists = no } + } + SXI = { all_core = { remove_core = SXI } } + } + random_owned = { + limit = { + is_core = HUI + HUI = { exists = no } + } + HUI = { all_core = { remove_core = HUI } } + } + random_owned = { + limit = { + is_core = SZC + SZC = { exists = no } + } + SZC = { all_core = { remove_core = SZC } } + } + random_owned = { + limit = { + is_core = XIN + XIN = { exists = no } + } + XIN = { all_core = { remove_core = XIN } } + } + random_owned = { + limit = { + is_core = HNN + HNN = { exists = no } + } + HNN = { all_core = { remove_core = HNN } } + } + random_country = { + limit = { + tag = CHI + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + random_country = { + limit = { + tag = TPG + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + any_country = { + limit = { + exists = yes + OR = { + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + has_country_flag = beiyang_faction + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { tag = THIS } + } + country_event = 131745 + } + } + + ai_will_do = { + factor = 1 + } + } + + reunification_of_china_communist = { + picture = become_leader_of_communists + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = KMT } + has_country_flag = communist_faction + has_global_flag = warlord_era_has_begun + } + + allow = { + war = no + owns = 1616 + CHI = { + OR = { + tag = THIS + exists = no + } + } + KMT = { + OR = { + in_sphere = THIS + exists = no + has_global_flag = kmt_has_lost + } + } + TPG = { + OR = { + in_sphere = THIS + exists = no + } + } + FJN = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + GMJ = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + GNG = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + GXI = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + HNN = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + HUI = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + MCK = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + SXI = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + SZC = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + XBI = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + YNN = { + OR = { + exists = no + has_country_flag = neutral_faction + has_country_flag = communist_faction + in_sphere = THIS + } + } + } + + effect = { + clr_global_flag = warlord_era_has_begun + add_accepted_culture = beifaren + add_accepted_culture = nanfaren + add_accepted_culture = manchu + add_accepted_culture = hakka + add_accepted_culture = miao + add_accepted_culture = min + add_accepted_culture = zhuang + add_accepted_culture = yue + add_accepted_culture = yi + prestige = 20 + capital = 1616 + random_owned = { + limit = { + is_core = SXI + SXI = { exists = no } + } + SXI = { all_core = { remove_core = SXI } } + } + random_owned = { + limit = { + is_core = HUI + HUI = { exists = no } + } + HUI = { all_core = { remove_core = HUI } } + } + random_owned = { + limit = { + is_core = SZC + SZC = { exists = no } + } + SZC = { all_core = { remove_core = SZC } } + } + random_owned = { + limit = { + is_core = XIN + XIN = { exists = no } + } + XIN = { all_core = { remove_core = XIN } } + } + random_owned = { + limit = { + is_core = HNN + HNN = { exists = no } + } + HNN = { all_core = { remove_core = HNN } } + } + random_country = { + limit = { + tag = KMT + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + random_country = { + limit = { + tag = TPG + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + random_owned = { + limit = { + owner = { + NOT = { tag = CHI } + } + } + owner = { + all_core = { remove_core = THIS } + change_tag = CHI + primary_culture = beifaren + add_accepted_culture = nanfaren + } + } + any_country = { + limit = { + exists = yes + OR = { + has_country_flag = neutral_faction + has_country_flag = communist_faction + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { tag = THIS } + } + country_event = 131745 + } + } + + ai_will_do = { + factor = 1 + } + } + + reunification_of_china = { + picture = form_china + potential = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { tag = KMT } + NOT = { has_country_flag = communist_faction } + OR = { + tag = CHI + NOT = { has_country_flag = beiyang_faction } + } + has_global_flag = warlord_era_has_begun + } + + allow = { + war = no + owns = 1616 + OR = { + KMT = { exists = no } + has_global_flag = kmt_has_lost + } + CHI = { + OR = { + exists = no + tag = THIS + in_sphere = THIS + } + } + FJN = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GMJ = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GNG = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + GXI = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + HNN = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + HUI = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + MCK = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + SXI = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + SZC = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + TPG = { + OR = { + exists = no + tag = THIS + in_sphere = THIS + } + } + XBI = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + YNN = { + OR = { + exists = no + tag = THIS + has_country_flag = neutral_faction + in_sphere = THIS + } + } + } + + effect = { + clr_global_flag = warlord_era_has_begun + add_accepted_culture = beifaren + add_accepted_culture = nanfaren + add_accepted_culture = manchu + add_accepted_culture = hakka + add_accepted_culture = miao + add_accepted_culture = min + add_accepted_culture = zhuang + add_accepted_culture = yue + add_accepted_culture = yi + prestige = 20 + capital = 1616 + random_owned = { + limit = { + is_core = SXI + SXI = { exists = no } + } + SXI = { all_core = { remove_core = SXI } } + } + random_owned = { + limit = { + is_core = HUI + HUI = { exists = no } + } + HUI = { all_core = { remove_core = HUI } } + } + random_owned = { + limit = { + is_core = SZC + SZC = { exists = no } + } + SZC = { all_core = { remove_core = SZC } } + } + random_owned = { + limit = { + is_core = XIN + XIN = { exists = no } + } + XIN = { all_core = { remove_core = XIN } } + } + random_owned = { + limit = { + is_core = HNN + HNN = { exists = no } + } + HNN = { all_core = { remove_core = HNN } } + } + random_country = { + limit = { + tag = CHI + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + random_country = { + limit = { + tag = TPG + ai = yes + exists = yes + in_sphere = THIS + } + annex_to = THIS + } + random_owned = { + limit = { + owner = { + NOT = { tag = TPG } + NOT = { tag = CHI } + NOT = { has_country_flag = kuomintang_faction } + } + } + owner = { + all_core = { remove_core = THIS } + change_tag = CHI + primary_culture = beifaren + add_accepted_culture = nanfaren + } + } + random_owned = { + limit = { + owner = { + NOT = { tag = TPG } + NOT = { tag = CHI } + has_country_flag = kuomintang_faction + } + } + CHI = { + all_core = { add_core = KMT } + } + owner = { + all_core = { remove_core = THIS } + change_tag = KMT + primary_culture = nanfaren + add_accepted_culture = beifaren + } + } + random_owned = { + limit = { + owner = { tag = TPG } + } + CHI = { + all_core = { add_core = TPG } + } + } + any_country = { + limit = { + exists = yes + OR = { + has_country_flag = kuomintang_faction + has_country_flag = neutral_faction + has_country_flag = beiyang_faction + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { tag = THIS } + } + country_event = 131745 + } + } + + ai_will_do = { + factor = 1 + } + } + + self_strengthening_movement = { + picture = self_strengthening_movement + potential = { + OR = { + AND = { + tag = QNG + NOT = { exists = TPG } + } + AND = { + tag = TPG + NOT = { exists = QNG } + } + } + civilized = no + NOT = { has_country_modifier = self_strengthening_movement } + has_global_flag = taiping_has_happened + } + + allow = { + war = no + civilization_progress = 0.5 + OR = { + NOT = { prestige = 25 } + has_recently_lost_war = yes + NOT = { money = 10000 } + } + } + + effect = { + random_owned = { + limit = { + owner = { ai = no } + } + owner = { treasury = 250000 } + } + add_country_modifier = { + name = self_strengthening_movement + duration = 1825 + } + } + + ai_will_do = { + factor = 1 + } + } + + annex_the_kumul = { + picture = self_strengthening_movement + potential = { + NOT = { has_global_flag = kumul_over } + neighbour = KML + NOT = { tag = LAN } + NOT = { tag = MGL } + OR = { + civilized = yes + AND = { + tag = UYG + KML = { is_vassal = no } + } + } + KML = { + exists = yes + ai = yes + is_vassal = no + } + OR = { + tag = XIN + tag = UYG + neighbour = KML + AND = { + OR = { + XIN = { exists = no } + XIN = { exists = yes NOT = { neighbour = KML } } + } + neighbour = KML + is_culture_group = east_asian + } + } + } + + allow = { + war = no + } + + effect = { + set_global_flag = kumul_over + badboy = 2 + inherit = KML + } + + ai_will_do = { factor = 1 } + } + + claim_tibet = { + picture = tibet_capital + potential = { + OR = { + tag = CHI + tag = TPG + } + neighbour = TIB + NOT = { is_our_vassal = TIB } + NOT = { 1587 = { is_core = CHI } } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + government = fascist_dictatorship + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + + effect = { + TIB = { all_core = { add_core = CHI add_core = THIS } } + badboy = 2 + } + + ai_will_do = { factor = 1 } + } + + heavenly_capital = { + picture = heavenly_seal + potential = { + tag = TPG + NOT = { has_global_flag = heavenly_capital_decreted } + } + + allow = { + owns = 2221 + } + + effect = { + prestige = 1 + set_global_flag = heavenly_capital_decreted + 2221 = { change_province_name = "Tianjing" } + capital = 2221 + } + + ai_will_do = { factor = 1 } + } + + abolish_heavenly_capital = { + picture = heavenly_seal + potential = { + NOT = { tag = TPG } + NOT = { tag = LAN } + is_culture_group = east_asian + has_global_flag = heavenly_capital_decreted + } + + allow = { + owns = 2221 + } + + effect = { + clr_global_flag = heavenly_capital_decreted + 2221 = { change_province_name = "Nanjing" } + } + + ai_will_do = { factor = 1 } + } + + claim_sakhalin_china = { + picture = map_yellow_sea + potential = { + OR = { + tag = TPG + tag = QNG + tag = CHI + } + 1086 = { NOT = { is_core = THIS } } + owns = 1502 + owns = 1616 + owns = 1601 + owns = 1554 + owns = 1493 + owns = 1553 + owns = 1556 + owns = 1594 + owns = 1600 + owns = 1599 + owns = 1532 + owns = 1519 + owns = 1483 + owns = 2221 + owns = 1509 + NOT = { has_global_flag = sakhalin_claimed_chinese } + NOT = { owns = 1086 } + NOT = { owns = 1087 } + civilized = yes + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + THIS = { all_core = { owned_by = THIS } } + owns = 1496 + war = no + } + + effect = { + set_global_flag = sakhalin_claimed_chinese + badboy = 5 + 1086 = { add_core = THIS } + 1087 = { add_core = THIS } + CHI_1082 = { add_core = THIS } + 1086 = { add_core = CHI } + 1087 = { add_core = CHI } + CHI_1082 = { add_core = CHI } + 1086 = { owner = { relation = { who = THIS value = -200 } } } + 1087 = { owner = { relation = { who = THIS value = -200 } } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + formosa_independence = { + picture = form_china + potential = { + tag = TAI + exists = yes + OR = { + 2681 = { is_core = CHI } + 2681 = { is_core = KMT } + 2681 = { is_core = QNG } + 2681 = { is_core = TPG } + } + has_global_flag = retreated_to_taiwan + } + + allow = { + nationalism_n_imperialism = 1 + TAI = { all_core = { owned_by = THIS } } + war = no + OR = { + truce_with = CHI + truce_with = QNG + truce_with = TPG + } + } + + effect = { + TAI = { all_core = { remove_core = QNG remove_core = CHI remove_core = TPG remove_core = FJN } } + } + + ai_will_do = { factor = 1 } + } + + revoke_sino_portuguese_treaty = { + picture = macao_city + potential = { + OR = { + QNG = { exists = yes owns = 1616 NOT = { TPG = { exists = yes } CHI = { exists = yes } } } + TPG = { exists = yes owns = 1616 NOT = { QNG = { exists = yes } CHI = { exists = yes } } } + CHI = { exists = yes owns = 1616 NOT = { TPG = { exists = yes } QNG = { exists = yes } } } + } + OR = { + tag = QNG + tag = TPG + tag = CHI + } + has_global_flag = sino_portuguese_treaty_of_peking_signed + 1498 = { NOT = { is_core = CHI } } + NOT = { has_global_flag = sino_portuguese_treaty_of_peking_revoked } + } + + allow = { + any_owned_province = { any_neighbor_province = { province_id = 1498 } } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + 1498 = { owner = { NOT = { has_country_flag = sino_portuguese_treaty_of_peking_signataire } } } + } + } + + effect = { + set_global_flag = sino_portuguese_treaty_of_peking_revoked + clr_global_flag = sino_portuguese_treaty_of_peking_signed + any_country = { clr_country_flag = sino_portuguese_treaty_of_peking_signataire } + 1498 = { add_core = CHI } + random_country = { limit = { owns = 1498 NOT = { tag = THIS } } country_event = 90908 } + random_owned = { + limit = { + owner = { + NOT = { owns = 1498 } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + } + } + } + owner = { badboy = 4 } + } + } + + ai_will_do = { factor = 1 } + } + + abolish_forced_work = { #Revise + alert = no + picture = form_china + potential = { + is_culture_group = east_asian + year = 1910 + NOT = { has_country_flag = abolish_forced_work } + OR = { + NOT = { slavery = no_slavery } + debt_law = serfdom + } + } + + allow = { + war = no + is_vassal = no + } + + effect = { + set_country_flag = abolish_forced_work + any_pop = { militancy = 2 consciousness = 4 } + random_owned = { limit = { owner = { NOT = { slavery = no_slavery } } } owner = { political_reform = no_slavery } } + random_owned = { limit = { owner = { debt_law = serfdom } } owner = { political_reform = peonage country_event = 6016804 } } + } + + ai_will_do = { factor = 1 } + } + + claim_tsushima = { #Move to its own file later + picture = tsushima_japan + potential = { + tag = KOR + civilized = yes + OR = { + NOT = { + owns = 2589 + has_country_flag = korean_irredentism + } + AND = { + owns = 2589 + NOT = { has_country_flag = tsushima_renamed } + } + } + } + + allow = { + war = no + is_disarmed = no + is_greater_power = yes + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = fascist_dictatorship + } + } + + effect = { + random_owned = { + limit = { + owner = { NOT = { has_country_flag = korean_irredentism } } + } + owner = { + badboy = 2 + 2589 = { add_core = KOR } + } + } + set_country_flag = korean_irredentism + prestige = 3 + random_owned = { + limit = { province_id = 2589 } + change_province_name = "Daemado" + owner = { set_country_flag = tsushima_renamed } + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/CleanUp.txt b/HPM/decisions/CleanUp.txt index ad1a0bfa..e34439c5 100644 --- a/HPM/decisions/CleanUp.txt +++ b/HPM/decisions/CleanUp.txt @@ -1,3784 +1,3790 @@ political_decisions = { - ottoman_oppression_mil_gain = { - potential = { - ai = yes - exists = yes - OR = { - tag = SWI - AND = { - OR = { - SWI = { ai = no } - SWI = { exists = no } - } - OR = { - neighbour = TUR - tag = TUR - } - } - } - TUR = { - has_country_modifier = ottoman_oppression - NOT = { has_country_modifier = religious_minority_oppression } - } - } - - allow = { - } - - effect = { - TUR = { - any_pop = { - limit = { is_state_religion = no } - consciousness = 0.8 - militancy = 0.4 - money = -1000 - } - add_country_modifier = { name = religious_minority_oppression duration = 365 } - } - } - ai_will_do = { factor = 1 } - } - - sanctions_lifted = { - potential = { - is_disarmed = yes - has_recently_lost_war = yes - OR = { - has_country_modifier = kinda_bad_badboy - has_country_modifier = bad_badboy - } - } - - allow = { war = no } - - effect = { - remove_country_modifier = kinda_bad_badboy - remove_country_modifier = bad_badboy - } - - ai_will_do = { factor = 1 } - } - - medicine_flags = { - potential = { - ai = yes - exists = yes - OR = { - any_greater_power = { - ai = no - NOT = { has_country_flag = medicine_invented } - medicine = 1 - } - any_neighbor_country = { - ai = no - NOT = { has_country_flag = medicine_invented } - medicine = 1 - } - any_greater_power = { - ai = no - NOT = { has_country_flag = germs_invented } - invention = germ_theory - } - any_neighbor_country = { - ai = no - NOT = { has_country_flag = germs_invented } - invention = germ_theory - } - any_greater_power = { - ai = no - NOT = { has_country_flag = gaslights_invented } - invention = gaslights - } - any_neighbor_country = { - ai = no - NOT = { has_country_flag = gaslights_invented } - invention = gaslights - } - any_greater_power = { - ai = no - NOT = { has_country_flag = electricity_invented } - electricity = 1 - } - any_neighbor_country = { - ai = no - NOT = { has_country_flag = electricity_invented } - electricity = 1 - } - AND = { - NOT = { has_country_flag = medicine_invented } - medicine = 1 - } - AND = { - NOT = { has_country_flag = germs_invented } - invention = germ_theory - } - AND = { - NOT = { has_country_flag = gaslights_invented } - invention = gaslights - } - AND = { - NOT = { has_country_flag = electricity_invented } - electricity = 1 - } - } - } - - allow = { - } - - effect = { - random_owned = { - limit = { owner = { NOT = { has_country_flag = medicine_invented } medicine = 1 } } - owner = { set_country_flag = medicine_invented } - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = germs_invented } invention = germ_theory } } - owner = { set_country_flag = germs_invented } - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = gaslights_invented } invention = gaslights } } - owner = { set_country_flag = gaslights_invented } - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = electricity_invented } electricity = 1 } } - owner = { set_country_flag = electricity_invented } - } - any_country = { - limit = { NOT = { has_country_flag = medicine_invented } medicine = 1 } - set_country_flag = medicine_invented - } - any_country = { - limit = { NOT = { has_country_flag = germs_invented } invention = germ_theory } - set_country_flag = germs_invented - } - any_country = { - limit = { NOT = { has_country_flag = gaslights_invented } invention = gaslights } - set_country_flag = gaslights_invented - } - any_country = { - limit = { NOT = { has_country_flag = electricity_invented } electricity = 1 } - set_country_flag = electricity_invented - } - } - - ai_will_do = { factor = 1 } - } - - missing_government_flags = { - potential = { - ai = yes - exists = yes - year = 1837 - NOT = { tag = TMT } - NOT = { has_country_flag = ghost_country } - OR = { - AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } - AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } - AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } - AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } - AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } - AND = { government = democracy NOT = { has_country_flag = democracy_gov } } - AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } - AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } - AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } - AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } - AND = { - ai = yes - has_country_flag = surrender_sudan_on_lose - part_of_sphere = no - war = no - } - any_neighbor_country = { - ai = no - OR = { - AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } - AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } - AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } - AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } - AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } - AND = { government = democracy NOT = { has_country_flag = democracy_gov } } - AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } - AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } - AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } - AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } - AND = { - has_country_flag = surrender_sudan_on_lose - part_of_sphere = no - war = no - } - } - } - any_greater_power = { - ai = no - OR = { - AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } - AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } - AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } - AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } - AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } - AND = { government = democracy NOT = { has_country_flag = democracy_gov } } - AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } - AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } - AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } - AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } - } - } - } - } - - allow = { - } - - effect = { - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - random_owned = { - limit = { - owner = { - ai = yes - has_country_flag = surrender_sudan_on_lose - part_of_sphere = no - war = no - } - } - owner = { clr_country_flag = surrender_sudan_on_lose } - } - any_neighbor_country = { - limit = { - ai = no - has_country_flag = surrender_sudan_on_lose - part_of_sphere = no - war = no - } - clr_country_flag = surrender_sudan_on_lose - } - random_owned = { limit = { owner = { government = theocracy } } owner = { set_country_flag = theocratic_government } } - random_owned = { limit = { owner = { government = proletarian_dictatorship } } owner = { set_country_flag = communist_gov } } - random_owned = { limit = { owner = { government = absolute_monarchy } } owner = { set_country_flag = absolute_monarchy_gov } } - random_owned = { limit = { owner = { government = prussian_constitutionalism } } owner = { set_country_flag = semi_constitutional_monarchy_gov } } - random_owned = { limit = { owner = { government = hms_government } } owner = { set_country_flag = constitutional_monarchy_gov } } - random_owned = { limit = { owner = { government = democracy } } owner = { set_country_flag = democracy_gov } } - random_owned = { limit = { owner = { government = presidential_dictatorship } } owner = { set_country_flag = presidential_dictatorship_gov } } - random_owned = { limit = { owner = { government = fascist_dictatorship } } owner = { set_country_flag = fascist_gov } } - random_owned = { limit = { owner = { government = bourgeois_dictatorship } } owner = { set_country_flag = anarcho_liberal_gov } } - random_owned = { limit = { owner = { exists = yes NOT = { has_country_flag = existing_country } } } owner = { set_country_flag = existing_country } } - any_neighbor_country = { - limit = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } - set_country_flag = existing_country - } - any_neighbor_country = { - limit = { government = theocracy NOT = { has_country_flag = theocratic_government } } - #clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = theocratic_government - } - any_neighbor_country = { - limit = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } - clr_country_flag = theocratic_government - #clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = communist_gov - } - any_neighbor_country = { - limit = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - #clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = absolute_monarchy_gov - } - any_neighbor_country = { - limit = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - #clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = semi_constitutional_monarchy_gov - } - any_neighbor_country = { - limit = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - #clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = constitutional_monarchy_gov - } - any_neighbor_country = { - limit = { government = democracy NOT = { has_country_flag = democracy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - #clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = democracy_gov - } - any_neighbor_country = { - limit = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - #clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = presidential_dictatorship_gov - } - any_neighbor_country = { - limit = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - #clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = fascist_gov - } - any_neighbor_country = { - limit = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - #clr_country_flag = anarcho_liberal_gov - set_country_flag = anarcho_liberal_gov - } - any_greater_power = { - limit = { exists = yes NOT = { has_country_flag = existing_country } } - set_country_flag = existing_country - } - any_greater_power = { - limit = { government = theocracy NOT = { has_country_flag = theocratic_government } } - #clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = theocratic_government - } - any_greater_power = { - limit = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } - clr_country_flag = theocratic_government - #clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = communist_gov - } - any_greater_power = { - limit = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - #clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = absolute_monarchy_gov - } - any_greater_power = { - limit = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - #clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = semi_constitutional_monarchy_gov - } - any_greater_power = { - limit = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - #clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = constitutional_monarchy_gov - } - any_greater_power = { - limit = { government = democracy NOT = { has_country_flag = democracy_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - #clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = democracy_gov - } - any_greater_power = { - limit = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - #clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = presidential_dictatorship_gov - } - any_greater_power = { - limit = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - #clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - set_country_flag = fascist_gov - } - any_greater_power = { - limit = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - #clr_country_flag = anarcho_liberal_gov - set_country_flag = anarcho_liberal_gov - } - } - ai_will_do = { factor = 1 } - } - - slave_pop_growth = { - potential = { - ai = yes - exists = yes - year = 1838 - OR = { - AND = { - NOT = { has_country_modifier = slave_growth } - slavery = yes_slavery - any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } - } - any_neighbor_country = { - ai = no - NOT = { has_country_modifier = slave_growth } - slavery = yes_slavery - any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } - } - any_greater_power = { - ai = no - NOT = { has_country_modifier = slave_growth } - slavery = yes_slavery - any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } - } - } - } - - allow = { - } - - effect = { - random_owned = { - limit = { - owner = { - NOT = { has_country_modifier = slave_growth } - slavery = yes_slavery - any_owned_province = { has_pop_type = slaves - NOT = { slaves = 0.75 } - } - } - } - - owner = { - any_pop = { - limit = { type = slaves NOT = { location = { slaves = 0.75 } } } - random_list = { - 10 = {} - 10 = { reduce_pop = 1.04 } - 10 = { reduce_pop = 1.05 } - 10 = { reduce_pop = 1.06 } - 10 = { reduce_pop = 1.07 } - 10 = { reduce_pop = 1.08 } - 10 = { reduce_pop = 1.09 } - 10 = { reduce_pop = 1.10 } - 10 = { reduce_pop = 1.11 } - 10 = { reduce_pop = 1.12 } - } - } - any_pop = { - limit = { type = slaves } - random = { chance = 10 reduce_pop = 0.97 } - } - any_pop = { - limit = { type = slaves } - random = { chance = 10 reduce_pop = 0.98 } - } - random_list = { - 33 = { add_country_modifier = { name = slave_growth duration = 1460 } } - 33 = { add_country_modifier = { name = slave_growth duration = 1827 } } - 33 = { add_country_modifier = { name = slave_growth duration = 2190 } } - } - any_pop = { limit = { type = slaves } literacy = -0.1 } - } - } - - any_country = { - limit = { - NOT = { has_country_modifier = slave_growth } - slavery = yes_slavery - any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } - } - any_pop = { - limit = { type = slaves NOT = { location = { slaves = 0.75 } } } - random_list = { - 10 = {} - 10 = { reduce_pop = 1.04 } - 10 = { reduce_pop = 1.05 } - 10 = { reduce_pop = 1.06 } - 10 = { reduce_pop = 1.07 } - 10 = { reduce_pop = 1.08 } - 10 = { reduce_pop = 1.09 } - 10 = { reduce_pop = 1.10 } - 10 = { reduce_pop = 1.11 } - 10 = { reduce_pop = 1.12 } - } - } - any_pop = { - limit = { type = slaves } - random = { chance = 10 reduce_pop = 0.97 } - } - any_pop = { - limit = { type = slaves } - random = { chance = 10 reduce_pop = 0.98 } - } - random_list = { - 33 = { add_country_modifier = { name = slave_growth duration = 1460 } } - 33 = { add_country_modifier = { name = slave_growth duration = 1827 } } - 33 = { add_country_modifier = { name = slave_growth duration = 2190 } } - } - any_pop = { limit = { type = slaves } literacy = -0.1 } - } - } - ai_will_do = { factor = 1 } - } - - clean_up_crisis_tension = { - potential = { - ai = yes - exists = yes - OR = { - NOT = { has_global_flag = revolution_n_counter_researched } - is_vassal = yes - } - OR = { - any_owned_province = { - state_scope = { flashpoint_tension = 10 } - owner = { - OR = { - NOT = { has_global_flag = revolution_n_counter_researched } - is_vassal = yes - } - } - } - any_owned_province = { - any_neighbor_province = { - empty = yes - state_scope = { flashpoint_tension = 10 } - } - owner = { NOT = { has_global_flag = revolution_n_counter_researched } } - } - any_greater_power = { - ai = no - NOT = { has_global_flag = revolution_n_counter_researched } - any_owned_province = { - state_scope = { flashpoint_tension = 10 } - } - } - any_neighbor_country = { - ai = no - NOT = { has_global_flag = revolution_n_counter_researched } - any_owned_province = { - state_scope = { flashpoint_tension = 10 } - } - } - } - } - allow = { } - - effect = { - any_country = { - limit = { - OR = { - NOT = { has_global_flag = revolution_n_counter_researched } - is_vassal = yes - } - } - any_state = { flashpoint_tension = -100 } - } - any_owned = { - limit = { - owner = { - OR = { - NOT = { has_global_flag = revolution_n_counter_researched } - is_vassal = yes - } - } - } - owner = { - any_state = { flashpoint_tension = -100 } - } - } - any_owned = { - limit = { owner = { NOT = { has_global_flag = revolution_n_counter_researched } } } - any_neighbor_province = { - limit = { - empty = yes - state_scope = { flashpoint_tension = 10 } - } - state_scope = { flashpoint_tension = -100 } - } - } - } - } - - native_assimilation_act_ended = { - picture = native_assimilation_act - potential = { - ai = yes - exists = yes - OR = { - AND = { - has_country_flag = native_assimilation_enacted - NOT = { has_country_modifier = native_assimilation_act_policy } - } - any_neighbor_country = { - ai = no - has_country_flag = native_assimilation_enacted - NOT = { has_country_modifier = native_assimilation_act_policy } - } - any_greater_power = { - ai = no - has_country_flag = native_assimilation_enacted - NOT = { has_country_modifier = native_assimilation_act_policy } - } - } - } - - allow = { - } - - effect = { - random_owned = { - limit = { - owner = { - has_country_flag = native_assimilation_enacted - NOT = { has_country_modifier = native_assimilation_act_policy } - } - } - owner = { clr_country_flag = native_assimilation_enacted } - } - any_country = { - limit = { - has_country_flag = native_assimilation_enacted - NOT = { has_country_modifier = native_assimilation_act_policy } - } - clr_country_flag = native_assimilation_enacted - } - } - - ai_will_do = { factor = 1 } - } - - pay_owed_steamers = { - potential = { - ai = yes - OR = { - check_variable = { which = owed_steamers value = 1 } - check_variable = { which = owed_artillery value = 1 } - check_variable = { which = owed_canned_food value = 1 } - check_variable = { which = owed_small_arms value = 1 } - check_variable = { which = owed_ammunition value = 1 } - check_variable = { which = owed_cash_money value = 1 } - any_neighbor_country = { - ai = no - war = no - has_country_modifier = disable_conquest_cb - } - any_greater_power = { - ai = no - war = no - has_country_modifier = disable_conquest_cb - } - } - } - - allow = { - NOT = { has_country_modifier = debt_system_cooldown } - OR = { - any_neighbor_country = { - ai = no - war = no - has_country_modifier = disable_conquest_cb - } - any_greater_power = { - ai = no - war = no - has_country_modifier = disable_conquest_cb - } - AND = { - steamer_convoy = 2 - check_variable = { which = owed_steamers value = 1 } - } - AND = { - artillery = 2 - check_variable = { which = owed_artillery value = 1 } - } - AND = { - canned_food = 2 - check_variable = { which = owed_canned_food value = 1 } - } - AND = { - small_arms = 2 - check_variable = { which = owed_small_arms value = 1 } - } - AND = { - ammunition = 2 - check_variable = { which = owed_ammunition value = 1 } - } - AND = { - money = 100000 - check_variable = { which = owed_cash_money value = 100 } - } - AND = { - money = 50000 - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 50 } - } - AND = { - money = 10000 - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 1 } - } - AND = { - money = 1000 - NOT = { total_pops = 500000 } - check_variable = { which = owed_cash_money value = 1 } - } - } - } - - effect = { - any_country = { - limit = { - ai = no - war = no - has_country_modifier = disable_conquest_cb - } - remove_country_modifier = disable_conquest_cb - } - - add_country_modifier = { - name = debt_system_cooldown - duration = 60 - } - - random_owned = { - limit = { - owner = { - ammunition = 1 - check_variable = { which = owed_ammunition value = 1 } - } - } - owner = { - ammunition = -1 - change_variable = { which = owed_ammunition value = -1 } - } - } - - random_owned = { - limit = { - owner = { - small_arms = 1 - check_variable = { which = owed_small_arms value = 1 } - } - } - owner = { - small_arms = -1 - change_variable = { which = owed_small_arms value = -1 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 4 - check_variable = { which = owed_steamers value = 4 } - } - } - owner = { - steamer_convoy = -4 - change_variable = { which = owed_steamers value = -4 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 4 - check_variable = { which = owed_steamers value = 4 } - } - } - owner = { - steamer_convoy = -4 - change_variable = { which = owed_steamers value = -4 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 2 - check_variable = { which = owed_steamers value = 1 } - } - } - owner = { - steamer_convoy = -2 - change_variable = { which = owed_steamers value = -2 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 4 - check_variable = { which = owed_artillery value = 4 } - } - } - owner = { - artillery = -4 - change_variable = { which = owed_artillery value = -4 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 4 - check_variable = { which = owed_artillery value = 4 } - } - } - owner = { - artillery = -4 - change_variable = { which = owed_artillery value = -4 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 2 - check_variable = { which = owed_artillery value = 1 } - } - } - owner = { - artillery = -2 - change_variable = { which = owed_artillery value = -2 } - } - } - - random_owned = { - limit = { - owner = { - canned_food = 4 - check_variable = { which = owed_canned_food value = 4 } - } - } - owner = { - canned_food = -4 - change_variable = { which = owed_canned_food value = -4 } - } - } - - random_owned = { - limit = { - owner = { - canned_food = 2 - check_variable = { which = owed_canned_food value = 1 } - } - } - owner = { - canned_food = -2 - change_variable = { which = owed_canned_food value = -2 } - } - } - - random_owned = { - limit = { - owner = { - money = 100000 - check_variable = { which = owed_cash_money value = 100 } - } - } - owner = { - treasury = -100000 - change_variable = { which = owed_cash_money value = -100 } - } - } - - random_owned = { - limit = { - owner = { - money = 50000 - check_variable = { which = owed_cash_money value = 50 } - } - } - owner = { - treasury = -50000 - change_variable = { which = owed_cash_money value = -50 } - } - } - - random_owned = { - limit = { - owner = { - money = 10000 - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 1 } - } - } - owner = { - treasury = -10000 - change_variable = { which = owed_cash_money value = -10 } - } - } - - random_owned = { - limit = { - owner = { - money = 1000 - NOT = { total_pops = 500000 } - check_variable = { which = owed_cash_money value = 1 } - } - } - owner = { - treasury = -1000 - change_variable = { which = owed_cash_money value = -1 } - } - } - } - - ai_will_do = { factor = 1 } - } - - monthly_substate_payment = { - potential = { - ai = yes - NOT = { has_country_flag = exempt_from_vassal_contribution } - OR = { - is_substate = yes - AND = { - is_vassal = yes - is_substate = no - total_pops = 250000 - } - } - } - - allow = { - NOT = { has_country_modifier = monthly_payment_made } - OR = { - AND = { - civilized = yes - money = 1000 - NOT = { total_pops = 750000 } - } - AND = { - civilized = yes - money = 1500 - total_pops = 750000 - NOT = { total_pops = 1000000 } - } - AND = { - civilized = yes - money = 2000 - total_pops = 1000000 - NOT = { total_pops = 1250000 } - } - AND = { - civilized = yes - money = 2500 - total_pops = 1250000 - NOT = { total_pops = 1500000 } - } - AND = { - civilized = yes - money = 3000 - total_pops = 1500000 - NOT = { total_pops = 1750000 } - } - AND = { - civilized = yes - money = 4000 - total_pops = 1750000 - NOT = { total_pops = 2000000 } - } - AND = { - money = 5000 - total_pops = 2000000 - NOT = { total_pops = 2250000 } - } - AND = { - money = 6000 - total_pops = 2250000 - NOT = { total_pops = 2500000 } - } - AND = { - money = 7000 - total_pops = 2500000 - } - AND = { - civilized = no - money = 1000 - NOT = { total_pops = 2000000 } - } - } - } - - effect = { - random_owned = { - limit = { - owner = { - civilized = yes - NOT = { total_pops = 750000 } } - } - owner = { - treasury = -1000 - overlord = { treasury = 1000 } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - total_pops = 750000 - NOT = { total_pops = 1000000 } - } - } - owner = { - treasury = -1500 - overlord = { treasury = 1500 } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - total_pops = 1000000 - NOT = { total_pops = 1250000 } - } - } - owner = { - treasury = -2000 - overlord = { treasury = 2000 } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - total_pops = 1250000 - NOT = { total_pops = 1500000 } - } - } - owner = { - treasury = -2500 - overlord = { treasury = 2500 } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - total_pops = 1500000 - NOT = { total_pops = 1750000 } - } - } - owner = { - treasury = -3000 - overlord = { treasury = 3000 } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - total_pops = 1750000 - NOT = { total_pops = 2000000 } - } - } - owner = { - treasury = -4000 - overlord = { treasury = 4000 } - } - } - - random_owned = { - limit = { - owner = { - total_pops = 2000000 - NOT = { total_pops = 2250000 } - } - } - owner = { - treasury = -5000 - overlord = { treasury = 5000 } - } - } - - random_owned = { - limit = { - owner = { - total_pops = 2250000 - NOT = { total_pops = 2500000 } - } - } - owner = { - treasury = -6000 - overlord = { treasury = 6000 } - } - } - - random_owned = { - limit = { - owner = { total_pops = 2500000 } - } - owner = { - treasury = -7000 - overlord = { treasury = 7000 } - } - } - - random_owned = { - limit = { - owner = { - civilized = no - NOT = { total_pops = 2000000 } - } - } - owner = { - treasury = -1000 - overlord = { treasury = 1000 } - } - } - - random_owned = { limit = { owner = { is_substate = yes } } owner = { add_country_modifier = { name = monthly_payment_made duration = 150 } } } - - random_owned = { - limit = { owner = { is_vassal = yes is_substate = no } } owner = { add_country_modifier = { name = monthly_payment_made duration = 180 } } - } - - random_owned = { - limit = { owner = { has_country_flag = counting_payments } } - owner = { - change_variable = { which = counting_payments_variable value = 1 } - } - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = counting_payments } } } - owner = { - set_variable = { which = counting_payments_variable value = 0 } - set_country_flag = counting_payments - } - } - } - - ai_will_do = { factor = 1 } - } - - player_owes_money = { - potential = { - ai = yes - OR = { - any_neighbor_country = { - ai = no - NOT = { has_country_flag = exempt_from_vassal_contribution } - NOT = { has_country_modifier = monthly_payment_made } - OR = { - is_substate = yes - AND = { - is_vassal = yes - is_substate = no - total_pops = 250000 - } - } - } - any_neighbor_country = { - ai = no - check_variable = { which = owed_cash_money value = 1 } - } - any_neighbor_country = { - ai = no - OR = { - AND = { - steamer_convoy = 2 - check_variable = { which = owed_steamers value = 1 } - } - AND = { - artillery = 2 - check_variable = { which = owed_artillery value = 1 } - } - AND = { - canned_food = 2 - check_variable = { which = owed_canned_food value = 1 } - } - AND = { - small_arms = 2 - check_variable = { which = owed_small_arms value = 1 } - } - AND = { - ammunition = 2 - check_variable = { which = owed_ammunition value = 1 } - } - } - } - } - } - - allow = { - war = no - OR = { - any_neighbor_country = { - ai = no - NOT = { has_country_flag = exempt_from_vassal_contribution } - NOT = { has_country_modifier = monthly_payment_made } - OR = { - is_substate = yes - AND = { - is_vassal = yes - is_substate = no - total_pops = 250000 - } - } - OR = { - AND = { - money = 1500 - NOT = { total_pops = 750000 } - } - AND = { - money = 2250 - total_pops = 750000 - NOT = { total_pops = 100000 } - } - AND = { - money = 3000 - total_pops = 1000000 - NOT = { total_pops = 1250000 } - } - AND = { - money = 3750 - total_pops = 1250000 - NOT = { total_pops = 1500000 } - } - AND = { - money = 4500 - total_pops = 1500000 - NOT = { total_pops = 1750000 } - } - AND = { - money = 5250 - total_pops = 1750000 - NOT = { total_pops = 2000000 } - } - AND = { - money = 6000 - total_pops = 2000000 - NOT = { total_pops = 2250000 } - } - AND = { - money = 6750 - total_pops = 2250000 - NOT = { total_pops = 2500000 } - } - AND = { - money = 7500 - total_pops = 2500000 - } - } - } - any_neighbor_country = { - ai = no - money = 10000 - check_variable = { which = owed_cash_money value = 1 } - } - any_neighbor_country = { - ai = no - OR = { - AND = { - steamer_convoy = 2 - check_variable = { which = owed_steamers value = 1 } - } - AND = { - artillery = 2 - check_variable = { which = owed_artillery value = 1 } - } - AND = { - canned_food = 2 - check_variable = { which = owed_canned_food value = 1 } - } - AND = { - small_arms = 2 - check_variable = { which = owed_small_arms value = 1 } - } - AND = { - ammunition = 2 - check_variable = { which = owed_ammunition value = 1 } - } - } - } - } - } - - effect = { - any_country = { - limit = { - exists = yes - neighbour = THIS - ai = no - NOT = { has_country_flag = exempt_from_vassal_contribution } - NOT = { has_country_modifier = monthly_payment_made } - OR = { - is_substate = yes - AND = { - is_vassal = yes - is_substate = no - total_pops = 250000 - } - } - } - random_owned = { - limit = { owner = { NOT = { total_pops = 750000 } } } - owner = { - treasury = -1500 - overlord = { treasury = 1500 } - } - } - - random_owned = { - limit = { owner = { total_pops = 750000 NOT = { total_pops = 1000000 } } } - owner = { - treasury = -2250 - overlord = { treasury = 2250 } - } - } - - random_owned = { - limit = { owner = { total_pops = 1000000 NOT = { total_pops = 1250000 } } } - owner = { - treasury = -3000 - overlord = { treasury = 3000 } - } - } - - random_owned = { - limit = { owner = { total_pops = 1250000 NOT = { total_pops = 1500000 } } } - owner = { - treasury = -3750 - overlord = { treasury = 3750 } - } - } - - random_owned = { - limit = { owner = { total_pops = 1500000 NOT = { total_pops = 1750000 } } } - owner = { - treasury = -4500 - overlord = { treasury = 4500 } - } - } - - random_owned = { - limit = { owner = { total_pops = 1750000 NOT = { total_pops = 2000000 } } } - owner = { - treasury = -5250 - overlord = { treasury = 5250 } - } - } - - random_owned = { - limit = { owner = { total_pops = 2000000 NOT = { total_pops = 2250000 } } } - owner = { - treasury = -6000 - overlord = { treasury = 6000 } - } - } - - random_owned = { - limit = { owner = { total_pops = 2250000 NOT = { total_pops = 2500000 } } } - owner = { - treasury = -6750 - overlord = { treasury = 6750 } - } - } - - random_owned = { - limit = { owner = { total_pops = 2500000 } } - owner = { - treasury = -7500 - overlord = { treasury = 7500 } - } - } - - random_owned = { - limit = { owner = { is_substate = yes } } - owner = { add_country_modifier = { name = monthly_payment_made duration = 150 } } - } - random_owned = { - limit = { owner = { is_vassal = yes is_substate = no } } - owner = { add_country_modifier = { name = monthly_payment_made duration = 180 } } - } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - money = 1000000 - check_variable = { which = owed_cash_money value = 1000 } - } - treasury = -1000000 - change_variable = { which = owed_cash_money value = -1000 } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - money = 500000 - check_variable = { which = owed_cash_money value = 500 } - } - treasury = -500000 - change_variable = { which = owed_cash_money value = -500 } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - money = 100000 - check_variable = { which = owed_cash_money value = 100 } - } - treasury = -100000 - change_variable = { which = owed_cash_money value = -100 } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - money = 50000 - check_variable = { which = owed_cash_money value = 49 } - } - treasury = -50000 - change_variable = { which = owed_cash_money value = -50 } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - money = 10000 - check_variable = { which = owed_cash_money value = 1 } - } - treasury = -10000 - change_variable = { which = owed_cash_money value = -10 } - } - - any_country = { - limit = { - exists = yes - ai = no - neighbour = THIS - } - - random_owned = { - limit = { - owner = { - ammunition = 1 - check_variable = { which = owed_ammunition value = 1 } - } - } - owner = { - ammunition = -1 - change_variable = { which = owed_ammunition value = -1 } - } - } - - random_owned = { - limit = { - owner = { - small_arms = 1 - check_variable = { which = owed_small_arms value = 1 } - } - } - owner = { - small_arms = -1 - change_variable = { which = owed_small_arms value = -1 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 4 - check_variable = { which = owed_steamers value = 4 } - } - } - owner = { - steamer_convoy = -4 - change_variable = { which = owed_steamers value = -4 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 4 - check_variable = { which = owed_steamers value = 4 } - } - } - owner = { - steamer_convoy = -4 - change_variable = { which = owed_steamers value = -4 } - } - } - - random_owned = { - limit = { - owner = { - steamer_convoy = 2 - check_variable = { which = owed_steamers value = 1 } - } - } - owner = { - steamer_convoy = -2 - change_variable = { which = owed_steamers value = -2 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 4 - check_variable = { which = owed_artillery value = 4 } - } - } - owner = { - artillery = -4 - change_variable = { which = owed_artillery value = -4 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 4 - check_variable = { which = owed_artillery value = 4 } - } - } - owner = { - artillery = -4 - change_variable = { which = owed_artillery value = -4 } - } - } - - random_owned = { - limit = { - owner = { - artillery = 2 - check_variable = { which = owed_artillery value = 1 } - } - } - owner = { - artillery = -2 - change_variable = { which = owed_artillery value = -2 } - } - } - - random_owned = { - limit = { - owner = { - canned_food = 4 - check_variable = { which = owed_canned_food value = 4 } - } - } - owner = { - canned_food = -4 - change_variable = { which = owed_canned_food value = -4 } - } - } - - random_owned = { - limit = { - owner = { - canned_food = 2 - check_variable = { which = owed_canned_food value = 1 } - } - } - owner = { - canned_food = -2 - change_variable = { which = owed_canned_food value = -2 } - } - } - } - } - ai_will_do = { factor = 1 } - } - - silver_mines_without_modifier = { - potential = { - ai = yes - any_neighbor_country = { - OR = { - AND = { - owns = 2293 - 2293 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } - } - AND = { - owns = 2296 - 2296 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } - } - AND = { - owns = 312 - 312 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } - } - AND = { - owns = 2322 - 2322 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } - } - AND = { - owns = 2323 - 2323 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } - } - } - } - } - - allow = { - - } - - effect = { - any_neighbor_country = { - any_owned = { - limit = { - trade_goods = precious_metal - NOT = { has_province_modifier = silver_mine } - OR = { - province_id = 2293 - province_id = 2296 - province_id = 312 - province_id = 2322 - province_id = 2323 - } - } - add_province_modifier = { name = silver_mine duration = -1 } - } - } - } - - ai_will_do = { factor = 1 } - } - - turn_off_vassal_payments = { - picture = vassal_payment - alert = no - potential = { - has_country_flag = government_decisions_on - any_neighbor_country = { - vassal_of = THIS - NOT = { has_country_flag = exempt_from_vassal_contribution } - } - NOT = { has_country_flag = vassals_dont_need_to_pay } - num_of_vassals_no_substates = 1 - } - - allow = { - war = no - } - - effect = { - set_country_flag = vassals_dont_need_to_pay - any_country = { - limit = { vassal_of = THIS NOT = { is_substate = yes } } - set_country_flag = exempt_from_vassal_contribution - relation = { who = THIS value = 100 } - } - } - - ai_will_do = { factor = 0 } - } - - turn_on_vassal_payments = { - picture = vassal_payment - alert = no - potential = { - ai = no - has_country_flag = vassals_dont_need_to_pay - num_of_vassals_no_substates = 1 - } - - allow = { - war = no - } - - effect = { - clr_country_flag = vassals_dont_need_to_pay - any_country = { - limit = { vassal_of = THIS NOT = { is_substate = yes } } - clr_country_flag = exempt_from_vassal_contribution - relation = { who = THIS value = -100 } - } - } - - ai_will_do = { factor = 0 } - } - - vassal_stop_paying_vassal_payments = { - picture = vassal_payment - potential = { - is_vassal = yes - overlord = { has_country_flag = vassals_dont_need_to_pay } - NOT = { has_country_flag = exempt_from_vassal_contribution } - } - - allow = { - war = no - } - - effect = { - set_country_flag = exempt_from_vassal_contribution - overlord = { relation = { who = THIS value = 100 } } - } - - ai_will_do = { factor = 0 } - } - + ottoman_oppression_mil_gain = { + potential = { + ai = yes + exists = yes + OR = { + tag = SWI + AND = { + OR = { + SWI = { ai = no } + SWI = { exists = no } + } + OR = { + neighbour = TUR + tag = TUR + } + } + } + TUR = { + has_country_modifier = ottoman_oppression + NOT = { has_country_modifier = religious_minority_oppression } + } + } + + allow = { + } + + effect = { + TUR = { + any_pop = { + limit = { is_state_religion = no } + consciousness = 0.8 + militancy = 0.4 + money = -1000 + } + add_country_modifier = { name = religious_minority_oppression duration = 365 } + } + } + ai_will_do = { factor = 1 } + } + + sanctions_lifted = { + potential = { + is_disarmed = yes + has_recently_lost_war = yes + OR = { + has_country_modifier = kinda_bad_badboy + has_country_modifier = bad_badboy + } + } + + allow = { war = no } + + effect = { + remove_country_modifier = kinda_bad_badboy + remove_country_modifier = bad_badboy + } + + ai_will_do = { factor = 1 } + } + + medicine_flags = { + potential = { + ai = yes + exists = yes + OR = { + any_greater_power = { + ai = no + NOT = { has_country_flag = medicine_invented } + medicine = 1 + } + any_neighbor_country = { + ai = no + NOT = { has_country_flag = medicine_invented } + medicine = 1 + } + any_greater_power = { + ai = no + NOT = { has_country_flag = germs_invented } + invention = germ_theory + } + any_neighbor_country = { + ai = no + NOT = { has_country_flag = germs_invented } + invention = germ_theory + } + any_greater_power = { + ai = no + NOT = { has_country_flag = gaslights_invented } + invention = gaslights + } + any_neighbor_country = { + ai = no + NOT = { has_country_flag = gaslights_invented } + invention = gaslights + } + any_greater_power = { + ai = no + NOT = { has_country_flag = electricity_invented } + electricity = 1 + } + any_neighbor_country = { + ai = no + NOT = { has_country_flag = electricity_invented } + electricity = 1 + } + AND = { + NOT = { has_country_flag = medicine_invented } + medicine = 1 + } + AND = { + NOT = { has_country_flag = germs_invented } + invention = germ_theory + } + AND = { + NOT = { has_country_flag = gaslights_invented } + invention = gaslights + } + AND = { + NOT = { has_country_flag = electricity_invented } + electricity = 1 + } + } + } + + allow = { + } + + effect = { + random_owned = { + limit = { owner = { NOT = { has_country_flag = medicine_invented } medicine = 1 } } + owner = { set_country_flag = medicine_invented } + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = germs_invented } invention = germ_theory } } + owner = { set_country_flag = germs_invented } + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = gaslights_invented } invention = gaslights } } + owner = { set_country_flag = gaslights_invented } + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = electricity_invented } electricity = 1 } } + owner = { set_country_flag = electricity_invented } + } + any_country = { + limit = { NOT = { has_country_flag = medicine_invented } medicine = 1 } + set_country_flag = medicine_invented + } + any_country = { + limit = { NOT = { has_country_flag = germs_invented } invention = germ_theory } + set_country_flag = germs_invented + } + any_country = { + limit = { NOT = { has_country_flag = gaslights_invented } invention = gaslights } + set_country_flag = gaslights_invented + } + any_country = { + limit = { NOT = { has_country_flag = electricity_invented } electricity = 1 } + set_country_flag = electricity_invented + } + } + + ai_will_do = { factor = 1 } + } + + missing_government_flags = { + potential = { + ai = yes + exists = yes + year = 1837 + NOT = { tag = TMT } + NOT = { has_country_flag = ghost_country } + OR = { + AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } + AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } + AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } + AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } + AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } + AND = { government = democracy NOT = { has_country_flag = democracy_gov } } + AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } + AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } + AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } + AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } + AND = { + ai = yes + has_country_flag = surrender_sudan_on_lose + part_of_sphere = no + war = no + } + any_neighbor_country = { + ai = no + OR = { + AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } + AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } + AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } + AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } + AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } + AND = { government = democracy NOT = { has_country_flag = democracy_gov } } + AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } + AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } + AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } + AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } + AND = { + has_country_flag = surrender_sudan_on_lose + part_of_sphere = no + war = no + } + } + } + any_greater_power = { + ai = no + OR = { + AND = { government = theocracy NOT = { has_country_flag = theocratic_government } } + AND = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } + AND = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } + AND = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } + AND = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } + AND = { government = democracy NOT = { has_country_flag = democracy_gov } } + AND = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } + AND = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } + AND = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } + AND = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } + } + } + } + } + + allow = { + } + + effect = { + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + random_owned = { + limit = { + owner = { + ai = yes + has_country_flag = surrender_sudan_on_lose + part_of_sphere = no + war = no + } + } + owner = { clr_country_flag = surrender_sudan_on_lose } + } + any_neighbor_country = { + limit = { + ai = no + has_country_flag = surrender_sudan_on_lose + part_of_sphere = no + war = no + } + clr_country_flag = surrender_sudan_on_lose + } + random_owned = { limit = { owner = { government = theocracy } } owner = { set_country_flag = theocratic_government } } + random_owned = { limit = { owner = { government = proletarian_dictatorship } } owner = { set_country_flag = communist_gov } } + random_owned = { limit = { owner = { government = absolute_monarchy } } owner = { set_country_flag = absolute_monarchy_gov } } + random_owned = { limit = { owner = { government = prussian_constitutionalism } } owner = { set_country_flag = semi_constitutional_monarchy_gov } } + random_owned = { limit = { owner = { government = hms_government } } owner = { set_country_flag = constitutional_monarchy_gov } } + random_owned = { limit = { owner = { government = democracy } } owner = { set_country_flag = democracy_gov } } + random_owned = { limit = { owner = { government = presidential_dictatorship } } owner = { set_country_flag = presidential_dictatorship_gov } } + random_owned = { limit = { owner = { government = fascist_dictatorship } } owner = { set_country_flag = fascist_gov } } + random_owned = { limit = { owner = { government = bourgeois_dictatorship } } owner = { set_country_flag = anarcho_liberal_gov } } + random_owned = { limit = { owner = { exists = yes NOT = { has_country_flag = existing_country } } } owner = { set_country_flag = existing_country } } + any_neighbor_country = { + limit = { exists = yes NOT = { has_country_flag = existing_country has_country_flag = ghost_country } } + set_country_flag = existing_country + } + any_neighbor_country = { + limit = { government = theocracy NOT = { has_country_flag = theocratic_government } } + #clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = theocratic_government + } + any_neighbor_country = { + limit = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } + clr_country_flag = theocratic_government + #clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = communist_gov + } + any_neighbor_country = { + limit = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + #clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = absolute_monarchy_gov + } + any_neighbor_country = { + limit = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + #clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = semi_constitutional_monarchy_gov + } + any_neighbor_country = { + limit = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + #clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = constitutional_monarchy_gov + } + any_neighbor_country = { + limit = { government = democracy NOT = { has_country_flag = democracy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + #clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = democracy_gov + } + any_neighbor_country = { + limit = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + #clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = presidential_dictatorship_gov + } + any_neighbor_country = { + limit = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + #clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = fascist_gov + } + any_neighbor_country = { + limit = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + #clr_country_flag = anarcho_liberal_gov + set_country_flag = anarcho_liberal_gov + } + any_greater_power = { + limit = { exists = yes NOT = { has_country_flag = existing_country } } + set_country_flag = existing_country + } + any_greater_power = { + limit = { government = theocracy NOT = { has_country_flag = theocratic_government } } + #clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = theocratic_government + } + any_greater_power = { + limit = { government = proletarian_dictatorship NOT = { has_country_flag = communist_gov } } + clr_country_flag = theocratic_government + #clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = communist_gov + } + any_greater_power = { + limit = { government = absolute_monarchy NOT = { has_country_flag = absolute_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + #clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = absolute_monarchy_gov + } + any_greater_power = { + limit = { government = prussian_constitutionalism NOT = { has_country_flag = semi_constitutional_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + #clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = semi_constitutional_monarchy_gov + } + any_greater_power = { + limit = { government = hms_government NOT = { has_country_flag = constitutional_monarchy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + #clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = constitutional_monarchy_gov + } + any_greater_power = { + limit = { government = democracy NOT = { has_country_flag = democracy_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + #clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = democracy_gov + } + any_greater_power = { + limit = { government = presidential_dictatorship NOT = { has_country_flag = presidential_dictatorship_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + #clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = presidential_dictatorship_gov + } + any_greater_power = { + limit = { government = fascist_dictatorship NOT = { has_country_flag = fascist_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + #clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + set_country_flag = fascist_gov + } + any_greater_power = { + limit = { government = bourgeois_dictatorship NOT = { has_country_flag = anarcho_liberal_gov } } + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + #clr_country_flag = anarcho_liberal_gov + set_country_flag = anarcho_liberal_gov + } + } + ai_will_do = { factor = 1 } + } + + slave_pop_growth = { + potential = { + ai = yes + exists = yes + year = 1838 + OR = { + AND = { + NOT = { has_country_modifier = slave_growth } + slavery = yes_slavery + any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } + } + any_neighbor_country = { + ai = no + NOT = { has_country_modifier = slave_growth } + slavery = yes_slavery + any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } + } + any_greater_power = { + ai = no + NOT = { has_country_modifier = slave_growth } + slavery = yes_slavery + any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } + } + } + } + + allow = { + } + + effect = { + random_owned = { + limit = { + owner = { + NOT = { has_country_modifier = slave_growth } + slavery = yes_slavery + any_owned_province = { has_pop_type = slaves + NOT = { slaves = 0.75 } + } + } + } + + owner = { + any_pop = { + limit = { type = slaves NOT = { location = { slaves = 0.75 } } } + random_list = { + 10 = {} + 10 = { reduce_pop = 1.04 } + 10 = { reduce_pop = 1.05 } + 10 = { reduce_pop = 1.06 } + 10 = { reduce_pop = 1.07 } + 10 = { reduce_pop = 1.08 } + 10 = { reduce_pop = 1.09 } + 10 = { reduce_pop = 1.10 } + 10 = { reduce_pop = 1.11 } + 10 = { reduce_pop = 1.12 } + } + } + any_pop = { + limit = { type = slaves } + random = { chance = 10 reduce_pop = 0.97 } + } + any_pop = { + limit = { type = slaves } + random = { chance = 10 reduce_pop = 0.98 } + } + random_list = { + 33 = { add_country_modifier = { name = slave_growth duration = 1460 } } + 33 = { add_country_modifier = { name = slave_growth duration = 1827 } } + 33 = { add_country_modifier = { name = slave_growth duration = 2190 } } + } + any_pop = { limit = { type = slaves } literacy = -0.1 } + } + } + + any_country = { + limit = { + NOT = { has_country_modifier = slave_growth } + slavery = yes_slavery + any_owned_province = { has_pop_type = slaves NOT = { slaves = 0.75 } } + } + any_pop = { + limit = { type = slaves NOT = { location = { slaves = 0.75 } } } + random_list = { + 10 = {} + 10 = { reduce_pop = 1.04 } + 10 = { reduce_pop = 1.05 } + 10 = { reduce_pop = 1.06 } + 10 = { reduce_pop = 1.07 } + 10 = { reduce_pop = 1.08 } + 10 = { reduce_pop = 1.09 } + 10 = { reduce_pop = 1.10 } + 10 = { reduce_pop = 1.11 } + 10 = { reduce_pop = 1.12 } + } + } + any_pop = { + limit = { type = slaves } + random = { chance = 10 reduce_pop = 0.97 } + } + any_pop = { + limit = { type = slaves } + random = { chance = 10 reduce_pop = 0.98 } + } + random_list = { + 33 = { add_country_modifier = { name = slave_growth duration = 1460 } } + 33 = { add_country_modifier = { name = slave_growth duration = 1827 } } + 33 = { add_country_modifier = { name = slave_growth duration = 2190 } } + } + any_pop = { limit = { type = slaves } literacy = -0.1 } + } + } + ai_will_do = { factor = 1 } + } + + clean_up_crisis_tension = { + potential = { + ai = yes + exists = yes + OR = { + NOT = { has_global_flag = revolution_n_counter_researched } + is_vassal = yes + } + OR = { + any_owned_province = { + state_scope = { flashpoint_tension = 10 } + owner = { + OR = { + NOT = { has_global_flag = revolution_n_counter_researched } + is_vassal = yes + } + } + } + any_owned_province = { + any_neighbor_province = { + empty = yes + state_scope = { flashpoint_tension = 10 } + } + owner = { NOT = { has_global_flag = revolution_n_counter_researched } } + } + any_greater_power = { + ai = no + NOT = { has_global_flag = revolution_n_counter_researched } + any_owned_province = { + state_scope = { flashpoint_tension = 10 } + } + } + any_neighbor_country = { + ai = no + NOT = { has_global_flag = revolution_n_counter_researched } + any_owned_province = { + state_scope = { flashpoint_tension = 10 } + } + } + } + } + allow = { } + + effect = { + any_country = { + limit = { + OR = { + NOT = { has_global_flag = revolution_n_counter_researched } + is_vassal = yes + } + } + any_state = { flashpoint_tension = -100 } + } + any_owned = { + limit = { + owner = { + OR = { + NOT = { has_global_flag = revolution_n_counter_researched } + is_vassal = yes + } + } + } + owner = { + any_state = { flashpoint_tension = -100 } + } + } + any_owned = { + limit = { owner = { NOT = { has_global_flag = revolution_n_counter_researched } } } + any_neighbor_province = { + limit = { + empty = yes + state_scope = { flashpoint_tension = 10 } + } + state_scope = { flashpoint_tension = -100 } + } + } + } + } + + native_assimilation_act_ended = { + picture = native_assimilation_act + potential = { + ai = yes + exists = yes + OR = { + AND = { + has_country_flag = native_assimilation_enacted + NOT = { has_country_modifier = native_assimilation_act_policy } + } + any_neighbor_country = { + ai = no + has_country_flag = native_assimilation_enacted + NOT = { has_country_modifier = native_assimilation_act_policy } + } + any_greater_power = { + ai = no + has_country_flag = native_assimilation_enacted + NOT = { has_country_modifier = native_assimilation_act_policy } + } + } + } + + allow = { + } + + effect = { + random_owned = { + limit = { + owner = { + has_country_flag = native_assimilation_enacted + NOT = { has_country_modifier = native_assimilation_act_policy } + } + } + owner = { clr_country_flag = native_assimilation_enacted } + } + any_country = { + limit = { + has_country_flag = native_assimilation_enacted + NOT = { has_country_modifier = native_assimilation_act_policy } + } + clr_country_flag = native_assimilation_enacted + } + } + + ai_will_do = { factor = 1 } + } + + pay_owed_steamers = { + potential = { + ai = yes + OR = { + check_variable = { which = owed_steamers value = 1 } + check_variable = { which = owed_artillery value = 1 } + check_variable = { which = owed_canned_food value = 1 } + check_variable = { which = owed_small_arms value = 1 } + check_variable = { which = owed_ammunition value = 1 } + check_variable = { which = owed_cash_money value = 1 } + any_neighbor_country = { + ai = no + war = no + has_country_modifier = disable_conquest_cb + } + any_greater_power = { + ai = no + war = no + has_country_modifier = disable_conquest_cb + } + } + } + + allow = { + NOT = { has_country_modifier = debt_system_cooldown } + OR = { + any_neighbor_country = { + ai = no + war = no + has_country_modifier = disable_conquest_cb + } + any_greater_power = { + ai = no + war = no + has_country_modifier = disable_conquest_cb + } + AND = { + steamer_convoy = 2 + check_variable = { which = owed_steamers value = 1 } + } + AND = { + artillery = 2 + check_variable = { which = owed_artillery value = 1 } + } + AND = { + canned_food = 2 + check_variable = { which = owed_canned_food value = 1 } + } + AND = { + small_arms = 2 + check_variable = { which = owed_small_arms value = 1 } + } + AND = { + ammunition = 2 + check_variable = { which = owed_ammunition value = 1 } + } + AND = { + money = 100000 + check_variable = { which = owed_cash_money value = 100 } + } + AND = { + money = 50000 + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 50 } + } + AND = { + money = 10000 + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 1 } + } + AND = { + money = 1000 + NOT = { total_pops = 500000 } + check_variable = { which = owed_cash_money value = 1 } + } + } + } + + effect = { + any_country = { + limit = { + ai = no + war = no + has_country_modifier = disable_conquest_cb + } + remove_country_modifier = disable_conquest_cb + } + + add_country_modifier = { + name = debt_system_cooldown + duration = 60 + } + + random_owned = { + limit = { + owner = { + ammunition = 1 + check_variable = { which = owed_ammunition value = 1 } + } + } + owner = { + ammunition = -1 + change_variable = { which = owed_ammunition value = -1 } + } + } + + random_owned = { + limit = { + owner = { + small_arms = 1 + check_variable = { which = owed_small_arms value = 1 } + } + } + owner = { + small_arms = -1 + change_variable = { which = owed_small_arms value = -1 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 4 + check_variable = { which = owed_steamers value = 4 } + } + } + owner = { + steamer_convoy = -4 + change_variable = { which = owed_steamers value = -4 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 4 + check_variable = { which = owed_steamers value = 4 } + } + } + owner = { + steamer_convoy = -4 + change_variable = { which = owed_steamers value = -4 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 2 + check_variable = { which = owed_steamers value = 1 } + } + } + owner = { + steamer_convoy = -2 + change_variable = { which = owed_steamers value = -2 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 4 + check_variable = { which = owed_artillery value = 4 } + } + } + owner = { + artillery = -4 + change_variable = { which = owed_artillery value = -4 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 4 + check_variable = { which = owed_artillery value = 4 } + } + } + owner = { + artillery = -4 + change_variable = { which = owed_artillery value = -4 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 2 + check_variable = { which = owed_artillery value = 1 } + } + } + owner = { + artillery = -2 + change_variable = { which = owed_artillery value = -2 } + } + } + + random_owned = { + limit = { + owner = { + canned_food = 4 + check_variable = { which = owed_canned_food value = 4 } + } + } + owner = { + canned_food = -4 + change_variable = { which = owed_canned_food value = -4 } + } + } + + random_owned = { + limit = { + owner = { + canned_food = 2 + check_variable = { which = owed_canned_food value = 1 } + } + } + owner = { + canned_food = -2 + change_variable = { which = owed_canned_food value = -2 } + } + } + + random_owned = { + limit = { + owner = { + money = 100000 + check_variable = { which = owed_cash_money value = 100 } + } + } + owner = { + treasury = -100000 + change_variable = { which = owed_cash_money value = -100 } + } + } + + random_owned = { + limit = { + owner = { + money = 50000 + check_variable = { which = owed_cash_money value = 50 } + } + } + owner = { + treasury = -50000 + change_variable = { which = owed_cash_money value = -50 } + } + } + + random_owned = { + limit = { + owner = { + money = 10000 + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 1 } + } + } + owner = { + treasury = -10000 + change_variable = { which = owed_cash_money value = -10 } + } + } + + random_owned = { + limit = { + owner = { + money = 1000 + NOT = { total_pops = 500000 } + check_variable = { which = owed_cash_money value = 1 } + } + } + owner = { + treasury = -1000 + change_variable = { which = owed_cash_money value = -1 } + } + } + } + + ai_will_do = { factor = 1 } + } + + monthly_substate_payment = { + potential = { + ai = yes + NOT = { has_country_flag = exempt_from_vassal_contribution } + OR = { + is_substate = yes + AND = { + is_vassal = yes + is_substate = no + total_pops = 250000 + } + } + } + + allow = { + NOT = { has_country_modifier = monthly_payment_made } + OR = { + AND = { + civilized = yes + money = 1000 + NOT = { total_pops = 750000 } + } + AND = { + civilized = yes + money = 1500 + total_pops = 750000 + NOT = { total_pops = 1000000 } + } + AND = { + civilized = yes + money = 2000 + total_pops = 1000000 + NOT = { total_pops = 1250000 } + } + AND = { + civilized = yes + money = 2500 + total_pops = 1250000 + NOT = { total_pops = 1500000 } + } + AND = { + civilized = yes + money = 3000 + total_pops = 1500000 + NOT = { total_pops = 1750000 } + } + AND = { + civilized = yes + money = 4000 + total_pops = 1750000 + NOT = { total_pops = 2000000 } + } + AND = { + money = 5000 + total_pops = 2000000 + NOT = { total_pops = 2250000 } + } + AND = { + money = 6000 + total_pops = 2250000 + NOT = { total_pops = 2500000 } + } + AND = { + money = 7000 + total_pops = 2500000 + } + AND = { + civilized = no + money = 1000 + NOT = { total_pops = 2000000 } + } + } + } + + effect = { + random_owned = { + limit = { + owner = { + civilized = yes + NOT = { total_pops = 750000 } } + } + owner = { + treasury = -1000 + overlord = { treasury = 1000 } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + total_pops = 750000 + NOT = { total_pops = 1000000 } + } + } + owner = { + treasury = -1500 + overlord = { treasury = 1500 } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + total_pops = 1000000 + NOT = { total_pops = 1250000 } + } + } + owner = { + treasury = -2000 + overlord = { treasury = 2000 } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + total_pops = 1250000 + NOT = { total_pops = 1500000 } + } + } + owner = { + treasury = -2500 + overlord = { treasury = 2500 } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + total_pops = 1500000 + NOT = { total_pops = 1750000 } + } + } + owner = { + treasury = -3000 + overlord = { treasury = 3000 } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + total_pops = 1750000 + NOT = { total_pops = 2000000 } + } + } + owner = { + treasury = -4000 + overlord = { treasury = 4000 } + } + } + + random_owned = { + limit = { + owner = { + total_pops = 2000000 + NOT = { total_pops = 2250000 } + } + } + owner = { + treasury = -5000 + overlord = { treasury = 5000 } + } + } + + random_owned = { + limit = { + owner = { + total_pops = 2250000 + NOT = { total_pops = 2500000 } + } + } + owner = { + treasury = -6000 + overlord = { treasury = 6000 } + } + } + + random_owned = { + limit = { + owner = { total_pops = 2500000 } + } + owner = { + treasury = -7000 + overlord = { treasury = 7000 } + } + } + + random_owned = { + limit = { + owner = { + civilized = no + NOT = { total_pops = 2000000 } + } + } + owner = { + treasury = -1000 + overlord = { treasury = 1000 } + } + } + + random_owned = { limit = { owner = { is_substate = yes } } owner = { add_country_modifier = { name = monthly_payment_made duration = 150 } } } + + random_owned = { + limit = { owner = { is_vassal = yes is_substate = no } } owner = { add_country_modifier = { name = monthly_payment_made duration = 180 } } + } + + random_owned = { + limit = { owner = { has_country_flag = counting_payments } } + owner = { + change_variable = { which = counting_payments_variable value = 1 } + } + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = counting_payments } } } + owner = { + set_variable = { which = counting_payments_variable value = 0 } + set_country_flag = counting_payments + } + } + } + + ai_will_do = { factor = 1 } + } + + player_owes_money = { + potential = { + ai = yes + OR = { + any_neighbor_country = { + ai = no + NOT = { has_country_flag = exempt_from_vassal_contribution } + NOT = { has_country_modifier = monthly_payment_made } + OR = { + is_substate = yes + AND = { + is_vassal = yes + is_substate = no + total_pops = 250000 + } + } + } + any_neighbor_country = { + ai = no + check_variable = { which = owed_cash_money value = 1 } + } + any_neighbor_country = { + ai = no + OR = { + AND = { + steamer_convoy = 2 + check_variable = { which = owed_steamers value = 1 } + } + AND = { + artillery = 2 + check_variable = { which = owed_artillery value = 1 } + } + AND = { + canned_food = 2 + check_variable = { which = owed_canned_food value = 1 } + } + AND = { + small_arms = 2 + check_variable = { which = owed_small_arms value = 1 } + } + AND = { + ammunition = 2 + check_variable = { which = owed_ammunition value = 1 } + } + } + } + } + } + + allow = { + war = no + OR = { + any_neighbor_country = { + ai = no + NOT = { has_country_flag = exempt_from_vassal_contribution } + NOT = { has_country_modifier = monthly_payment_made } + OR = { + is_substate = yes + AND = { + is_vassal = yes + is_substate = no + total_pops = 250000 + } + } + OR = { + AND = { + money = 1500 + NOT = { total_pops = 750000 } + } + AND = { + money = 2250 + total_pops = 750000 + NOT = { total_pops = 100000 } + } + AND = { + money = 3000 + total_pops = 1000000 + NOT = { total_pops = 1250000 } + } + AND = { + money = 3750 + total_pops = 1250000 + NOT = { total_pops = 1500000 } + } + AND = { + money = 4500 + total_pops = 1500000 + NOT = { total_pops = 1750000 } + } + AND = { + money = 5250 + total_pops = 1750000 + NOT = { total_pops = 2000000 } + } + AND = { + money = 6000 + total_pops = 2000000 + NOT = { total_pops = 2250000 } + } + AND = { + money = 6750 + total_pops = 2250000 + NOT = { total_pops = 2500000 } + } + AND = { + money = 7500 + total_pops = 2500000 + } + } + } + any_neighbor_country = { + ai = no + money = 10000 + check_variable = { which = owed_cash_money value = 1 } + } + any_neighbor_country = { + ai = no + OR = { + AND = { + steamer_convoy = 2 + check_variable = { which = owed_steamers value = 1 } + } + AND = { + artillery = 2 + check_variable = { which = owed_artillery value = 1 } + } + AND = { + canned_food = 2 + check_variable = { which = owed_canned_food value = 1 } + } + AND = { + small_arms = 2 + check_variable = { which = owed_small_arms value = 1 } + } + AND = { + ammunition = 2 + check_variable = { which = owed_ammunition value = 1 } + } + } + } + } + } + + effect = { + any_country = { + limit = { + exists = yes + neighbour = THIS + ai = no + NOT = { has_country_flag = exempt_from_vassal_contribution } + NOT = { has_country_modifier = monthly_payment_made } + OR = { + is_substate = yes + AND = { + is_vassal = yes + is_substate = no + total_pops = 250000 + } + } + } + random_owned = { + limit = { owner = { NOT = { total_pops = 750000 } } } + owner = { + treasury = -1500 + overlord = { treasury = 1500 } + } + } + + random_owned = { + limit = { owner = { total_pops = 750000 NOT = { total_pops = 1000000 } } } + owner = { + treasury = -2250 + overlord = { treasury = 2250 } + } + } + + random_owned = { + limit = { owner = { total_pops = 1000000 NOT = { total_pops = 1250000 } } } + owner = { + treasury = -3000 + overlord = { treasury = 3000 } + } + } + + random_owned = { + limit = { owner = { total_pops = 1250000 NOT = { total_pops = 1500000 } } } + owner = { + treasury = -3750 + overlord = { treasury = 3750 } + } + } + + random_owned = { + limit = { owner = { total_pops = 1500000 NOT = { total_pops = 1750000 } } } + owner = { + treasury = -4500 + overlord = { treasury = 4500 } + } + } + + random_owned = { + limit = { owner = { total_pops = 1750000 NOT = { total_pops = 2000000 } } } + owner = { + treasury = -5250 + overlord = { treasury = 5250 } + } + } + + random_owned = { + limit = { owner = { total_pops = 2000000 NOT = { total_pops = 2250000 } } } + owner = { + treasury = -6000 + overlord = { treasury = 6000 } + } + } + + random_owned = { + limit = { owner = { total_pops = 2250000 NOT = { total_pops = 2500000 } } } + owner = { + treasury = -6750 + overlord = { treasury = 6750 } + } + } + + random_owned = { + limit = { owner = { total_pops = 2500000 } } + owner = { + treasury = -7500 + overlord = { treasury = 7500 } + } + } + + random_owned = { + limit = { owner = { is_substate = yes } } + owner = { add_country_modifier = { name = monthly_payment_made duration = 150 } } + } + random_owned = { + limit = { owner = { is_vassal = yes is_substate = no } } + owner = { add_country_modifier = { name = monthly_payment_made duration = 180 } } + } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + money = 1000000 + check_variable = { which = owed_cash_money value = 1000 } + } + treasury = -1000000 + change_variable = { which = owed_cash_money value = -1000 } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + money = 500000 + check_variable = { which = owed_cash_money value = 500 } + } + treasury = -500000 + change_variable = { which = owed_cash_money value = -500 } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + money = 100000 + check_variable = { which = owed_cash_money value = 100 } + } + treasury = -100000 + change_variable = { which = owed_cash_money value = -100 } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + money = 50000 + check_variable = { which = owed_cash_money value = 49 } + } + treasury = -50000 + change_variable = { which = owed_cash_money value = -50 } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + money = 10000 + check_variable = { which = owed_cash_money value = 1 } + } + treasury = -10000 + change_variable = { which = owed_cash_money value = -10 } + } + + any_country = { + limit = { + exists = yes + ai = no + neighbour = THIS + } + + random_owned = { + limit = { + owner = { + ammunition = 1 + check_variable = { which = owed_ammunition value = 1 } + } + } + owner = { + ammunition = -1 + change_variable = { which = owed_ammunition value = -1 } + } + } + + random_owned = { + limit = { + owner = { + small_arms = 1 + check_variable = { which = owed_small_arms value = 1 } + } + } + owner = { + small_arms = -1 + change_variable = { which = owed_small_arms value = -1 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 4 + check_variable = { which = owed_steamers value = 4 } + } + } + owner = { + steamer_convoy = -4 + change_variable = { which = owed_steamers value = -4 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 4 + check_variable = { which = owed_steamers value = 4 } + } + } + owner = { + steamer_convoy = -4 + change_variable = { which = owed_steamers value = -4 } + } + } + + random_owned = { + limit = { + owner = { + steamer_convoy = 2 + check_variable = { which = owed_steamers value = 1 } + } + } + owner = { + steamer_convoy = -2 + change_variable = { which = owed_steamers value = -2 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 4 + check_variable = { which = owed_artillery value = 4 } + } + } + owner = { + artillery = -4 + change_variable = { which = owed_artillery value = -4 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 4 + check_variable = { which = owed_artillery value = 4 } + } + } + owner = { + artillery = -4 + change_variable = { which = owed_artillery value = -4 } + } + } + + random_owned = { + limit = { + owner = { + artillery = 2 + check_variable = { which = owed_artillery value = 1 } + } + } + owner = { + artillery = -2 + change_variable = { which = owed_artillery value = -2 } + } + } + + random_owned = { + limit = { + owner = { + canned_food = 4 + check_variable = { which = owed_canned_food value = 4 } + } + } + owner = { + canned_food = -4 + change_variable = { which = owed_canned_food value = -4 } + } + } + + random_owned = { + limit = { + owner = { + canned_food = 2 + check_variable = { which = owed_canned_food value = 1 } + } + } + owner = { + canned_food = -2 + change_variable = { which = owed_canned_food value = -2 } + } + } + } + } + ai_will_do = { factor = 1 } + } + + silver_mines_without_modifier = { + potential = { + ai = yes + any_neighbor_country = { + OR = { + AND = { + owns = 2293 + 2293 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } + } + AND = { + owns = 2296 + 2296 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } + } + AND = { + owns = 312 + 312 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } + } + AND = { + owns = 2322 + 2322 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } + } + AND = { + owns = 2323 + 2323 = { trade_goods = precious_metal NOT = { has_province_modifier = silver_mine } } + } + } + } + } + + allow = { + + } + + effect = { + any_neighbor_country = { + any_owned = { + limit = { + trade_goods = precious_metal + NOT = { has_province_modifier = silver_mine } + OR = { + province_id = 2293 + province_id = 2296 + province_id = 312 + province_id = 2322 + province_id = 2323 + } + } + add_province_modifier = { name = silver_mine duration = -1 } + } + } + } + + ai_will_do = { factor = 1 } + } + + turn_off_vassal_payments = { + picture = vassal_payment + alert = no + potential = { + has_country_flag = government_decisions_on + any_neighbor_country = { + vassal_of = THIS + NOT = { has_country_flag = exempt_from_vassal_contribution } + } + NOT = { has_country_flag = vassals_dont_need_to_pay } + num_of_vassals_no_substates = 1 + } + + allow = { + war = no + } + + effect = { + set_country_flag = vassals_dont_need_to_pay + any_country = { + limit = { vassal_of = THIS NOT = { is_substate = yes } } + set_country_flag = exempt_from_vassal_contribution + relation = { who = THIS value = 100 } + } + } + + ai_will_do = { factor = 0 } + } + + turn_on_vassal_payments = { + picture = vassal_payment + alert = no + potential = { + ai = no + has_country_flag = vassals_dont_need_to_pay + num_of_vassals_no_substates = 1 + } + + allow = { + war = no + } + + effect = { + clr_country_flag = vassals_dont_need_to_pay + any_country = { + limit = { vassal_of = THIS NOT = { is_substate = yes } } + clr_country_flag = exempt_from_vassal_contribution + relation = { who = THIS value = -100 } + } + } + + ai_will_do = { factor = 0 } + } + + vassal_stop_paying_vassal_payments = { + picture = vassal_payment + potential = { + is_vassal = yes + overlord = { has_country_flag = vassals_dont_need_to_pay } + NOT = { has_country_flag = exempt_from_vassal_contribution } + } + + allow = { + war = no + } + + effect = { + set_country_flag = exempt_from_vassal_contribution + overlord = { relation = { who = THIS value = 100 } } + } + + ai_will_do = { factor = 0 } + } + #Cleaning after international zones - cleaning_after_international_zones = { - picture = vassal_payment - potential = { - year = 1890 - ai = yes - OR = { - AND = { - OR = { - has_country_modifier = international_zone_modifier - has_country_flag = international_zone - } - OR = { - number_of_states = 2 - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - any_neighbor_country = { - ai = no - OR = { - has_country_modifier = international_zone_modifier - has_country_flag = international_zone - } - OR = { - number_of_states = 2 - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - any_greater_power = { - ai = no - OR = { - has_country_modifier = international_zone_modifier - has_country_flag = international_zone - } - OR = { - number_of_states = 2 - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - } - } - - allow = { - } - - effect = { - remove_country_modifier = international_zone_modifier - clr_country_flag = international_zone - any_neighbor_country = { - limit = { - ai = no - OR = { - has_country_modifier = international_zone_modifier - has_country_flag = international_zone - } - OR = { - number_of_states = 2 - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - remove_country_modifier = international_zone_modifier - clr_country_flag = international_zone - } - any_greater_power = { - limit = { - ai = no - OR = { - has_country_modifier = international_zone_modifier - has_country_flag = international_zone - } - OR = { - number_of_states = 2 - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - remove_country_modifier = international_zone_modifier - clr_country_flag = international_zone - } - } - - ai_will_do = { factor = 1 } - } - + cleaning_after_international_zones = { + picture = vassal_payment + potential = { + year = 1890 + ai = yes + OR = { + AND = { + OR = { + has_country_modifier = international_zone_modifier + has_country_flag = international_zone + } + OR = { + number_of_states = 2 + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + any_neighbor_country = { + ai = no + OR = { + has_country_modifier = international_zone_modifier + has_country_flag = international_zone + } + OR = { + number_of_states = 2 + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + any_greater_power = { + ai = no + OR = { + has_country_modifier = international_zone_modifier + has_country_flag = international_zone + } + OR = { + number_of_states = 2 + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + } + } + + allow = { + } + + effect = { + remove_country_modifier = international_zone_modifier + clr_country_flag = international_zone + any_neighbor_country = { + limit = { + ai = no + OR = { + has_country_modifier = international_zone_modifier + has_country_flag = international_zone + } + OR = { + number_of_states = 2 + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + remove_country_modifier = international_zone_modifier + clr_country_flag = international_zone + } + any_greater_power = { + limit = { + ai = no + OR = { + has_country_modifier = international_zone_modifier + has_country_flag = international_zone + } + OR = { + number_of_states = 2 + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + remove_country_modifier = international_zone_modifier + clr_country_flag = international_zone + } + } + + ai_will_do = { factor = 1 } + } + # handling insolvent AI countries that cannot borrow money - insolvent_ai_cant_borrow = { - potential = { - ai = yes - civilized = yes - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - AND = { - civilized = no - NOT = { finance_reform = finance_reform_two } - } - } - NOT = { - money = 100 - has_country_modifier = emergency_tax_measures1 - has_country_modifier = emergency_tax_measures2 - } - } - - allow = { - } - - effect = { - set_country_flag = emergency_tax_measures - add_country_modifier = { - name = emergency_tax_measures1 - duration = 365 - } - } - ai_will_do = { factor = 1 } - } - - insolvent_ai_still_in_debt = { - potential = { - ai = yes - civilized = yes - has_country_flag = emergency_tax_measures - NOT = { - money = 100 - has_country_modifier = emergency_tax_measures1 - has_country_modifier = emergency_tax_measures2 - } - } - - allow = { - } - - effect = { - add_country_modifier = { - name = emergency_tax_measures2 - duration = -1 - } - } - ai_will_do = { factor = 1 } - } - - insolvent_ai_debt_gone = { - potential = { - ai = yes - OR = { - has_country_flag = emergency_tax_measures - has_country_modifier = emergency_tax_measures2 - } - money = 5000 - } - - allow = { - } - - effect = { - clr_country_flag = emergency_tax_measures - remove_country_modifier = emergency_tax_measures1 - remove_country_modifier = emergency_tax_measures2 - } - ai_will_do = { factor = 1 } - } - + insolvent_ai_cant_borrow = { + potential = { + ai = yes + civilized = yes + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + AND = { + civilized = no + NOT = { finance_reform = finance_reform_two } + } + } + NOT = { + money = 100 + has_country_modifier = emergency_tax_measures1 + has_country_modifier = emergency_tax_measures2 + } + } + + allow = { + } + + effect = { + set_country_flag = emergency_tax_measures + add_country_modifier = { + name = emergency_tax_measures1 + duration = 365 + } + } + ai_will_do = { factor = 1 } + } + + insolvent_ai_still_in_debt = { + potential = { + ai = yes + civilized = yes + has_country_flag = emergency_tax_measures + NOT = { + money = 100 + has_country_modifier = emergency_tax_measures1 + has_country_modifier = emergency_tax_measures2 + } + } + + allow = { + } + + effect = { + add_country_modifier = { + name = emergency_tax_measures2 + duration = -1 + } + } + ai_will_do = { factor = 1 } + } + + insolvent_ai_debt_gone = { + potential = { + ai = yes + OR = { + has_country_flag = emergency_tax_measures + has_country_modifier = emergency_tax_measures2 + } + money = 5000 + } + + allow = { + } + + effect = { + clr_country_flag = emergency_tax_measures + remove_country_modifier = emergency_tax_measures1 + remove_country_modifier = emergency_tax_measures2 + } + ai_will_do = { factor = 1 } + } + ###### - totalitarian_cleanup = { - potential = { - ai = yes - exists = yes - year = 1890 - OR = { - AND = { - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - OR = { - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - has_country_flag = totalitarian_government - } - } - any_neighbor_country = { - ai = no - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - OR = { - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - has_country_flag = totalitarian_government - } - } - any_greater_power = { - ai = no - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - OR = { - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - has_country_flag = totalitarian_government - } - } - } - } - - allow = { - } - - effect = { - clr_country_flag = totalitarian_government - remove_country_modifier = totalitarian_system - remove_country_modifier = political_education - remove_country_modifier = cult_of_personality - remove_country_modifier = the_terror - - any_neighbor_country = { - limit = { - ai = no - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - OR = { - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - has_country_flag = totalitarian_government - } - } - clr_country_flag = totalitarian_government - remove_country_modifier = totalitarian_system - remove_country_modifier = political_education - remove_country_modifier = cult_of_personality - remove_country_modifier = the_terror - } - any_greater_power = { - limit = { - ai = no - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - OR = { - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - has_country_flag = totalitarian_government - } - } - clr_country_flag = totalitarian_government - remove_country_modifier = totalitarian_system - remove_country_modifier = political_education - remove_country_modifier = cult_of_personality - remove_country_modifier = the_terror - } - - } - ai_will_do = { factor = 1 } - } - - ###### - # flip_colonial_cores = { - # picture = conquest_adriatic - # potential = { - # any_owned_province = { - # is_colonial = yes - # is_core = THIS - # } - # UTI = { exists = no } - # NOT = { is_secondary_power = yes } - # OR = { - # tag = SAF - # tag = CAN - # tag = AST - # tag = MUG - # is_culture_group = east_asian - # is_culture_group = south_asian - # } - # } - - # allow = { - # war = no - # } - - # effect = { - # UTI = { civilized = yes } - # random_owned = { - # limit = { owner = { civilized = no } } - # owner = { add_country_modifier = { name = colony_to_state_conversion duration = 3 } } - # } - # random_country = { - # limit = { - # tag = UTI - # NOT = { is_primary_culture = THIS } - # } - # primary_culture = THIS - # } - # random_state = { - # limit = { - # any_owned_province = { - # is_colonial = yes - # is_core = THIS - # } - # } - # secede_province = UTI - # } - # UTI = { country_event = 6016815 } - # } - # ai_will_do = { factor = 1 } - # } - - - - release_colonies_that_werent_annexed = { - potential = { - exists = yes - is_vassal = yes - has_country_flag = colony_to_be_annexed_flag - NOT = { has_country_modifier = colony_to_be_annexed } - } - - allow = { - war = no - } - - effect = { - clr_country_flag = colony_to_be_annexed_flag - overlord = { release_vassal = THIS } - neutrality = yes - } - ai_will_do = { factor = 1 } - } - - new_round_of_dismantlement = { - potential = { - exists = yes - is_vassal = yes - has_country_modifier = colony_to_be_annexed - ai = yes - OR = { - any_greater_power = { has_country_modifier = dismantling_country } - any_neighbor_country = { has_country_modifier = dismantling_country } - } - } - - allow = { - war = no - NOT = { has_country_modifier = considering_colonial_offer } - } - - effect = { - random_list = { - 17 = { overlord = { country_event = 70005 } } - 17 = { overlord = { country_event = { id = 70005 days = 1 } } } - 17 = { overlord = { country_event = { id = 70005 days = 2 } } } - 17 = { overlord = { country_event = { id = 70005 days = 3 } } } - 17 = { overlord = { country_event = { id = 70005 days = 4 } } } - 15 = { overlord = { country_event = { id = 70005 days = 5 } } } - } - - } - ai_will_do = { factor = 1 } - } - - warn_imperialism_cb_is_available = { - potential = { - civilized = no - is_vassal = no - ai = yes - exists = yes - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = warned_of_imperialism_cb } - - any_neighbor_country = { - NOT = { is_sphere_leader_of = THIS } - NOT = { has_country_flag = knows_about_imperialism_cb } - NOT = { has_country_modifier = no_more_war } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_modifier = claimed_africa } - NOT = { war_policy = pacifism } - ai = no - civilized = yes - is_disarmed = no - OR = { - capital_scope = { continent = europe } - tech_school = naval_tech_school - tech_school = japanese_tech_school - } - state_n_government = 1 - OR = { - #Mozambique - AND = { - capital_scope = { continent = europe } - OR = { - has_country_flag = reconquest_of_lourenco_marques - AND = { - owns = 2060 - nationalism_n_imperialism = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - } - - #Algiers - AND = { - capital_scope = { continent = europe } - OR = { - has_country_flag = marched_through_the_iron_gates - AND = { - owns = 1700 - nationalism_n_imperialism = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - } - - #Yemen - AND = { - capital_scope = { continent = europe } - nationalism_n_imperialism = 1 - OR = { - owns = 1412 - is_sphere_leader_of = LHJ - } - THIS = { - any_owned_province = { region = YEM_1412 } - } - } - - #Indonesia - AND = { - owns = 1413 - THIS = { - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - } - - #Laos - AND = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - THIS = { - any_owned_province = { region = LUA_1356 } - } - } - - #Cambodia - AND = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - THIS = { - any_owned_province = { region = SIA_1366 } - } - } - - #Burma - AND = { - OR = { - AND = { - owns = 1251 - owns = 1236 - any_owned_province = { is_core = BUR } - has_global_flag = berlin_conference - } - AND = { - has_country_flag = empress_of_india - revolution_n_counterrevolution = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = BUR_1330 - region = BUR_1334 - region = BUR_1339 - #region = SIA_1355 - region = ENG_1343 - } - } - } - } - - #Vietnam - AND = { - has_global_flag = berlin_conference - OR = { - AND = { - owns = 1380 - owns = 1369 - revolution_n_counterrevolution = 1 - } - has_country_flag = created_my_indochina - } - THIS = { - any_owned_province = { - OR = { - region = DAI_1380 - region = DAI_1375 - region = DAI_1369 - } - } - } - } - - #Malaysia + totalitarian_cleanup = { + potential = { + ai = yes + exists = yes + year = 1890 + OR = { + AND = { + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + OR = { + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + has_country_flag = totalitarian_government + } + } + any_neighbor_country = { + ai = no + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + OR = { + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + has_country_flag = totalitarian_government + } + } + any_greater_power = { + ai = no + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + OR = { + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + has_country_flag = totalitarian_government + } + } + } + } + + allow = { + } + + effect = { + clr_country_flag = totalitarian_government + remove_country_modifier = totalitarian_system + remove_country_modifier = political_education + remove_country_modifier = cult_of_personality + remove_country_modifier = the_terror + + any_neighbor_country = { + limit = { + ai = no + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + OR = { + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + has_country_flag = totalitarian_government + } + } + clr_country_flag = totalitarian_government + remove_country_modifier = totalitarian_system + remove_country_modifier = political_education + remove_country_modifier = cult_of_personality + remove_country_modifier = the_terror + } + any_greater_power = { + limit = { + ai = no + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + OR = { + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + has_country_flag = totalitarian_government + } + } + clr_country_flag = totalitarian_government + remove_country_modifier = totalitarian_system + remove_country_modifier = political_education + remove_country_modifier = cult_of_personality + remove_country_modifier = the_terror + } + + } + ai_will_do = { factor = 1 } + } + + ###### + # flip_colonial_cores = { + # picture = conquest_adriatic + # potential = { + # any_owned_province = { + # is_colonial = yes + # is_core = THIS + # } + # UTI = { exists = no } + # NOT = { is_secondary_power = yes } + # OR = { + # tag = SAF + # tag = CAN + # tag = AST + # tag = MUG + # is_culture_group = east_asian + # is_culture_group = south_asian + # } + # } + + # allow = { + # war = no + # } + + # effect = { + # UTI = { civilized = yes } + # random_owned = { + # limit = { owner = { civilized = no } } + # owner = { add_country_modifier = { name = colony_to_state_conversion duration = 3 } } + # } + # random_country = { + # limit = { + # tag = UTI + # NOT = { is_primary_culture = THIS } + # } + # primary_culture = THIS + # } + # random_state = { + # limit = { + # any_owned_province = { + # is_colonial = yes + # is_core = THIS + # } + # } + # secede_province = UTI + # } + # UTI = { country_event = 6016815 } + # } + # ai_will_do = { factor = 1 } + # } + + + + release_colonies_that_werent_annexed = { + potential = { + exists = yes + is_vassal = yes + has_country_flag = colony_to_be_annexed_flag + NOT = { has_country_modifier = colony_to_be_annexed } + } + + allow = { + war = no + } + + effect = { + clr_country_flag = colony_to_be_annexed_flag + overlord = { release_vassal = THIS } + neutrality = yes + } + ai_will_do = { factor = 1 } + } + + new_round_of_dismantlement = { + potential = { + exists = yes + is_vassal = yes + has_country_modifier = colony_to_be_annexed + ai = yes + OR = { + any_greater_power = { has_country_modifier = dismantling_country } + any_neighbor_country = { has_country_modifier = dismantling_country } + } + } + + allow = { + war = no + NOT = { has_country_modifier = considering_colonial_offer } + } + + effect = { + random_list = { + 17 = { overlord = { country_event = 70005 } } + 17 = { overlord = { country_event = { id = 70005 days = 1 } } } + 17 = { overlord = { country_event = { id = 70005 days = 2 } } } + 17 = { overlord = { country_event = { id = 70005 days = 3 } } } + 17 = { overlord = { country_event = { id = 70005 days = 4 } } } + 15 = { overlord = { country_event = { id = 70005 days = 5 } } } + } + + } + ai_will_do = { factor = 1 } + } + + warn_imperialism_cb_is_available = { + potential = { + civilized = no + is_vassal = no + ai = yes + exists = yes + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = warned_of_imperialism_cb } + + any_neighbor_country = { + NOT = { is_sphere_leader_of = THIS } + NOT = { has_country_flag = knows_about_imperialism_cb } + NOT = { has_country_modifier = no_more_war } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_modifier = claimed_africa } + NOT = { war_policy = pacifism } + ai = no + civilized = yes + is_disarmed = no + OR = { AND = { - owns = 1384 - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - THIS = { - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - } - } - } - } - } - } - } - - allow = { - - } - - effect = { - set_country_flag = warned_of_imperialism_cb - random_country = { - limit = { - NOT = { is_sphere_leader_of = THIS } - NOT = { has_country_flag = knows_about_imperialism_cb } - NOT = { has_country_modifier = no_more_war } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_modifier = claimed_africa } - NOT = { war_policy = pacifism } - ai = no - civilized = yes - is_disarmed = no - capital_scope = { continent = europe } - state_n_government = 1 - OR = { - #Mozambique - AND = { - OR = { - has_country_flag = reconquest_of_lourenco_marques - AND = { - owns = 2060 - nationalism_n_imperialism = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - } - - #Algiers - AND = { - OR = { - has_country_flag = marched_through_the_iron_gates - AND = { - owns = 1700 - nationalism_n_imperialism = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = ALD_1704 - region = ALD_1713 - region = ALD_1708 - region = FRA_1700 - region = ALD_1718 - } - } - } - } - - #Yemen - AND = { - nationalism_n_imperialism = 1 - OR = { - owns = 1412 - is_sphere_leader_of = LHJ - } - THIS = { - any_owned_province = { region = YEM_1412 } - } - } - - #Indonesia - AND = { - owns = 1413 - THIS = { - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - } - - #Laos - AND = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - THIS = { - any_owned_province = { region = LUA_1356 } - } - } - - #Cambodia - AND = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - THIS = { - any_owned_province = { region = SIA_1366 } - } - } - - #Burma - AND = { - OR = { - AND = { - owns = 1251 - owns = 1236 - any_owned_province = { is_core = BUR } - has_global_flag = berlin_conference - } - AND = { - has_country_flag = empress_of_india - revolution_n_counterrevolution = 1 - } - } - THIS = { - any_owned_province = { - OR = { - region = BUR_1330 - region = BUR_1334 - region = BUR_1339 - #region = SIA_1355 - region = ENG_1343 - } - } - } - } - - #Vietnam - AND = { - has_global_flag = berlin_conference - OR = { - AND = { - owns = 1380 - owns = 1369 - revolution_n_counterrevolution = 1 - } - has_country_flag = created_my_indochina - } - THIS = { - any_owned_province = { - OR = { - region = DAI_1380 - region = DAI_1375 - region = DAI_1369 - } - } - } - } - - #Malaysia - AND = { - owns = 1384 - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - THIS = { - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - } - } - } - } - } - } - set_country_flag = knows_about_imperialism_cb - country_event = 6016817 - } - } - ai_will_do = { factor = 1 } - } - - remove_war_focus = { - potential = { - exists = yes - ai = yes - OR = { - has_country_modifier = war_focus - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_make_puppet_CB - any_neighbor_country = { - ai = no - war = no - OR = { - has_country_modifier = war_focus - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_make_puppet_CB - } - - } - any_greater_power = { - ai = no - war = no - OR = { - has_country_modifier = war_focus - has_country_flag = exclusive_acquire_all_cores_CB - has_country_flag = exclusive_liberate_country_CB - has_country_flag = exclusive_humiliate_CB - has_country_flag = exclusive_make_puppet_CB - } - } - } - } - - allow = { - war = no - } - - effect = { - remove_country_modifier = war_focus - clr_country_flag = exclusive_acquire_all_cores_CB - clr_country_flag = exclusive_liberate_country_CB - clr_country_flag = exclusive_humiliate_CB - clr_country_flag = exclusive_make_puppet_CB - any_country = { - limit = { war = no } - clr_country_flag = exclusive_acquire_all_cores_CB - clr_country_flag = exclusive_liberate_country_CB - clr_country_flag = exclusive_humiliate_CB - clr_country_flag = exclusive_make_puppet_CB - } - any_country = { - limit = { - ai = no - has_country_modifier = war_focus - war = no - } - remove_country_modifier = war_focus - } - } - ai_will_do = { factor = 1 } - } - - election_start_player = { - potential = { - exists = yes - ai = yes - OR = { - any_neighbor_country = { - election = yes - ai = no - NOT = { has_country_flag = election_started } - OR = { - government = prussian_constitutionalism - government = hms_government - } - } - any_greater_power = { - election = yes - ai = no - NOT = { has_country_flag = election_started } - OR = { - government = prussian_constitutionalism - government = hms_government - } - } - } - } - - allow = { - } - - effect = { - any_country = { - limit = { - ai = no - election = yes - NOT = { has_country_flag = election_started } - OR = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - neighbour = THIS - is_greater_power = yes - } - } - set_country_flag = election_started - } - } - ai_will_do = { factor = 1 } - } - - election_end_player = { - potential = { - exists = yes - ai = yes - OR = { - any_neighbor_country = { - election = no - ai = no - has_country_flag = election_started - } - any_greater_power = { - election = no - ai = no - has_country_flag = election_started - } - any_neighbor_country = { - NOT = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - has_country_flag = election_started - has_country_flag = conservative_party_in_power - has_country_flag = liberal_party_in_power - has_country_flag = reactionary_party_in_power - has_country_flag = socialist_party_in_power - has_country_flag = communist_party_in_power - has_country_flag = fascist_party_in_power - has_country_flag = anarcho_liberal_party_in_power - } - } - } - } - - allow = { - } - - effect = { - any_country = { - limit = { - NOT = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - has_country_flag = election_started - has_country_flag = conservative_party_in_power - has_country_flag = liberal_party_in_power - has_country_flag = reactionary_party_in_power - has_country_flag = socialist_party_in_power - has_country_flag = communist_party_in_power - has_country_flag = fascist_party_in_power - has_country_flag = anarcho_liberal_party_in_power - } - } - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - - any_country = { - limit = { - ai = no - election = no - has_country_flag = election_started - OR = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - neighbour = THIS - is_greater_power = yes - } - } - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { owner = { ruling_party_ideology = conservative } } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = liberal } } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = reactionary } } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = socialist } } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = communist } } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = fascist } } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = anarcho_liberal } } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - } - } - ai_will_do = { factor = 1 } - } - - cleanup_colonial_cores = { - picture = map_nigeria - potential = { - ai = yes - any_neighbor_country = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - any_owned_province = { - OR = { - #Nigeria - AND = { - is_core = NGR - OR = { - is_core = SOK - is_core = DND - is_core = TOU - is_core = OYO - is_core = BEN - is_core = ARO - is_core = CLA - is_core = WRI - is_core = KBO - } - } - #Ivory Coast - AND = { - is_core = IVC - OR = { - is_core = KNG - is_core = ASH - is_core = MOS - } - } - #Guinea - AND = { - is_core = GNE - OR = { - is_core = JAL - is_core = GBU - } - } - #Senegal - AND = { - is_core = SNG - OR = { - is_core = TOO - is_core = WOL - is_core = SEG - is_core = TOU - } - } - #Zaire/Congo - AND = { - is_core = CNG - OR = { - is_core = LUA - is_core = LOA - is_core = AZA - is_core = KZB - is_core = KON - } - } - #Niger - AND = { - is_core = NIG - OR = { - is_core = DND - is_core = TOU - is_core = MAS - is_core = DAM - is_core = KBO - } - } - - #Mali - AND = { - is_core = MLI - OR = { - is_core = TOU - is_core = SEG - is_core = MAS - is_core = MOS - is_core = DND - is_core = BKF - } - } - - #Gambia - AND = { - is_core = GMB - OR = { - is_core = TOO - is_core = WOL - is_core = SEG - is_core = TOU - } - } - - #Angola - AND = { - is_core = ANG - is_core = KON - } - - #Mozambique - AND = { - is_core = MOZ - OR = { - is_core = GAZ - is_core = AGC - is_core = ZUL - is_core = SHO - } - } - - #Sudan - AND = { - is_core = SUD - OR = { - is_core = EGY - is_core = SHK - is_core = DAR - is_core = AZA - } - } - - #Ghana - AND = { - is_core = GHN - OR = { - is_core = MOS - is_core = ASH - } - } - - #Burkina-Faso - AND = { - is_core = BKF - OR = { - is_core = SEG - is_core = TOU - is_core = MAS - is_core = MOS - } - } - - #Dahomey/Benin - AND = { - is_core = DAH - OR = { - is_core = TOU - is_core = MAS - } - } - - #Faroe Islands - AND = { - NOT = { exists = FRO } - is_core = FRO - OR = { - is_colonial = no - year = 1880 - } - } - - } - } - } - } - - allow = { - } - - effect = { - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = NGR - OR = { - is_core = SOK - is_core = DND - is_core = TOU - is_core = OYO - is_core = BEN - is_core = ARO - is_core = CLA - is_core = WRI - is_core = KBO - } - } - remove_core = SOK - remove_core = DND - remove_core = TOU - remove_core = OYO - remove_core = BEN - remove_core = ARO - remove_core = CLA - remove_core = WRI - remove_core = KBO - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = IVC - OR = { - is_core = KNG - is_core = ASH - is_core = MOS - } - } - remove_core = KNG - remove_core = ASH - remove_core = MOS - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = GNE - OR = { - is_core = JAL - is_core = GBU - } - } - remove_core = JAL - remove_core = GBU - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = SNG - OR = { - is_core = TOO - is_core = WOL - is_core = SEG - is_core = TOU - } - } - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = NIG - OR = { - is_core = DND - is_core = TOU - is_core = MAS - is_core = DAM - is_core = KBO - } - } - remove_core = DND - remove_core = TOU - remove_core = MAS - remove_core = DAM - remove_core = KBO - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = CNG - OR = { - is_core = LUA - is_core = LOA - is_core = AZA - is_core = KZB - is_core = KON - } - } - remove_core = LUA - remove_core = LOA - remove_core = AZA - remove_core = KZB - remove_core = KON - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = MLI - OR = { - is_core = TOU - is_core = SEG - is_core = MAS - is_core = MOS - is_core = DND - is_core = BKF - } - } - remove_core = TOU - remove_core = SEG - remove_core = MAS - remove_core = MOS - remove_core = DND - remove_core = BKF - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = GMB - OR = { - is_core = TOO - is_core = WOL - is_core = SEG - is_core = TOU - } - } - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = ANG - is_core = KON - } - remove_core = KON - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = MOZ - OR = { - is_core = GAZ - is_core = AGC - is_core = ZUL - is_core = SHO - } - } - remove_core = GAZ - remove_core = AGC - remove_core = ZUL - remove_core = SHO - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = SUD - OR = { - is_core = EGY - is_core = SHK - is_core = DAR - is_core = AZA - } - } - remove_core = EGY - remove_core = SHK - remove_core = DAR - remove_core = AZA - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = GHN - OR = { - is_core = MOS - is_core = ASH - } - } - remove_core = MOS - remove_core = ASH - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = BKF - OR = { - is_core = SEG - is_core = TOU - is_core = MAS - is_core = MOS - } - } - remove_core = SEG - remove_core = TOU - remove_core = MAS - remove_core = MOS - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - is_core = DAH - OR = { - is_core = TOU - is_core = MAS - } - } - remove_core = TOU - remove_core = MAS - } - } - - any_neighbor_country = { - limit = { - civilized = yes - capital_scope = { NOT = { continent = africa } } - } - any_owned = { - limit = { - NOT = { exists = FRO } - is_core = FRO - OR = { - is_colonial = no - year = 1880 - } - } - remove_core = FRO - } - } - - } - } - - call_allies_cleanup = { - picture = map_nigeria - potential = { - ai = yes - has_country_flag = calling_all_allies - } - - allow = { - war = no - } - - effect = { - clr_country_flag = calling_all_allies - } - } - - ghost_units_cleanup = { - alert = no - potential = { - #civilized = yes - ai = yes - NOT = { has_country_modifier = law_changed_by_force } - NOT = { - has_global_flag = cleaning_up_ghosts - has_global_flag = disabled_mobilization_fix - } - capital_scope = { province_control_days = 150 } - OR = { - any_owned_province = { - province_control_days = 120 - any_core = { - OR = { - is_mobilised = yes - total_amount_of_ships = 1 - } - capital_scope = { NOT = { province_control_days = 120 } } - has_country_flag = existing_country - exists = no - is_greater_power = no - } - } - any_neighbor_country = { - ai = no - any_owned_province = { - province_control_days = 120 - any_core = { - OR = { - is_mobilised = yes - total_amount_of_ships = 1 - } - capital_scope = { NOT = { province_control_days = 120 } } - has_country_flag = existing_country - exists = no - is_greater_power = no - } - } - } - } - } - - allow = { - war = no - } - - effect = { - set_global_flag = cleaning_up_ghosts - set_country_flag = cleaning_up_ghosts_country - add_country_modifier = { name = law_changed_by_force duration = 30 } - 3319 = { secede_province = THIS } - 3320 = { secede_province = THIS } - 3321 = { secede_province = THIS } - 3322 = { secede_province = THIS } - TMT = { country_event = 6016821 } - } - } - - ghost_country_absorb = { - alert = no - potential = { - ai = yes - has_country_flag = ghost_country - } - - allow = { - is_mobilised = no - war = no - } - - effect = { - clr_country_flag = ghost_country - clr_country_flag = existing_country - remove_country_modifier = neutrality_modifier - political_reform = open_borders - annex_to = TMT - } - } - - ghost_country_absorb_player = { - alert = no - potential = { - ai = yes - has_global_flag = cleaning_up_ghosts - OR = { - 3319 = { - owner = { - ai = no - has_country_flag = ghost_country - } - } - 3320 = { - owner = { - ai = no - has_country_flag = ghost_country - } - } - 3321 = { - owner = { - ai = no - has_country_flag = ghost_country - } - } - 3322 = { - owner = { - ai = no - has_country_flag = ghost_country - } - } - } - } - - allow = { - } - - effect = { - any_country = { - limit = { - has_country_flag = ghost_country - ai = no - } - clr_country_flag = ghost_country - clr_country_flag = existing_country - remove_country_modifier = neutrality_modifier - political_reform = open_borders - annex_to = TMT - } - } - } - - tmt_ends = { - alert = no - potential = { - ai = yes - tag = TMT - owns = 3319 - owns = 3320 - owns = 3321 - owns = 3322 - has_country_modifier = neutrality_modifier - } - - allow = { - is_mobilised = no - } - - effect = { - remove_country_modifier = neutrality_modifier - political_reform = open_borders - clr_country_flag = existing_country - clr_global_flag = cleaning_up_ghosts - clr_country_flag = cleaning_up_ghosts_country - random_country = { - limit = { - owns = 2553 - NOT = { tag = TMT } - } - inherit = TMT - } - random_owned = { - limit = { - owner = { 2553 = { empty = yes } } - } - # Audax Validator "." Ignore_NEXT - FROM = { inherit = THIS } - } - any_owned = { - limit = { - owner = { + capital_scope = { continent = europe } NOT = { - any_owned_province = { - OR = { - province_id = 3322 - province_id = 3321 - province_id = 3320 - province_id = 3319 - } - } - } - } - } - owner = { neutrality = yes } - } - } - } - - # ghost_country_ends = { - # alert = no - # potential = { - # ai = yes - # has_country_flag = cleaning_up_ghosts_country - # NOT = { has_country_modifier = law_changed_by_force } - # } - - # allow = { - # } - - # effect = { - # clr_global_flag = cleaning_up_ghosts - # clr_country_flag = cleaning_up_ghosts_country - # } - # } - - annex_to_master_cleanup = { - alert = no - potential = { - ai = yes - has_country_flag = annex_to_master - is_vassal = yes - OR = { - AND = { - tag = CRT - overlord = { tag = ARC } - } - AND = { - tag = HUN - overlord = { tag = AUS } - } - AND = { - is_culture_group = italian - overlord = { is_culture_group = italian } - } - AND = { - is_culture_group = pan_romanian - overlord = { is_culture_group = pan_romanian } - } - AND = { - primary_culture = japanese - overlord = { primary_culture = japanese } - } - AND = { - tag = CPL - overlord = { tag = RUS } - } - AND = { - tag = POR - overlord = { primary_culture = spanish } - } - AND = { - tag = SBA - overlord = { - OR = { - tag = ARG - tag = ARC + tag = TUR + tag = RUS } } + tech_school = naval_tech_school + tech_school = japanese_tech_school } - } - } - - allow = { - war = no - is_mobilised = no - } - - effect = { - clr_country_flag = annex_to_master - remove_country_modifier = neutrality_modifier - political_reform = open_borders - random_owned = { - limit = { has_country_flag = uncivilize_on_conquest } - owner = { - civilized = no - } - } - overlord = { inherit = THIS } - random_owned = { - limit = { has_country_flag = uncivilize_on_conquest } - owner = { - civilized = yes - clr_country_flag = uncivilize_on_conquest - } - } - } - } - - annex_to_master_not_vassal_cleanup = { - alert = no - potential = { - ai = yes - has_country_flag = annex_to_master - is_vassal = no - } - - allow = { - war = no - is_mobilised = no - } - - effect = { - clr_country_flag = annex_to_master - } - } - - transfer_vassalage = { - alert = yes - potential = { - ai = yes - has_country_flag = transfer_to_new_overlord - war = no - } - - allow = { - - } - - effect = { - random_owned = { - limit = { owner = { is_vassal = yes } } - owner = { clr_country_flag = transfer_to_new_overlord } - } - - random_owned = { - limit = { owner = { is_vassal = no } } - owner = { - clr_country_flag = transfer_to_new_overlord - any_country = { - limit = { - exists = yes - has_country_flag = new_overlord - truce_with = THIS - OR = { - is_sphere_leader_of = THIS - THIS = { part_of_sphere = no } - } - } - clr_country_flag = new_overlord - country_event = 6016824 - } - } - } - } - } - - - partisan_flip_to_original_owner = { - alert = no - potential = { - ai = yes - OR = { - any_owned_province = { - controlled_by = REB - has_province_modifier = partisan_occupation - } - any_neighbor_country = { - ai = no - any_owned_province = { - controlled_by = REB - has_province_modifier = partisan_occupation - province_control_days = 90 - } - } - any_greater_power = { - ai = no - any_owned_province = { - controlled_by = REB - has_province_modifier = partisan_occupation - province_control_days = 90 - } - } - } - } - - allow = { - - } - - effect = { - any_owned = { - limit = { - controlled_by = REB - has_province_modifier = partisan_occupation - } - change_controller = THIS - remove_province_modifier = partisan_occupation - any_pop = { militancy = -4 } - } - any_neighbor_country = { - limit = { ai = no } - any_owned = { - limit = { - controlled_by = REB - has_province_modifier = partisan_occupation - } - change_controller = THIS - remove_province_modifier = partisan_occupation - any_pop = { militancy = -4 } - } - } - any_greater_power = { - limit = { ai = no } - any_owned = { - limit = { - controlled_by = REB - has_province_modifier = partisan_occupation - } - change_controller = THIS - remove_province_modifier = partisan_occupation - any_pop = { militancy = -4 } - } - } - } - } - - - # find_when_uk_flips_upper_house = { - - # find_when_uk_flips_upper_house = { - # potential = { - # tag = ENG - # NOT = { has_country_flag = abandoned_two_party_system } - # } - - # allow = { - # NOT = { upper_house_composition = appointed } - # } - - # effect = { - # set_country_flag = abandoned_two_party_system - # } - # ai_will_do = { factor = 1 } - # } - + state_n_government = 1 + OR = { + #Mozambique + AND = { + capital_scope = { continent = europe } + OR = { + has_country_flag = reconquest_of_lourenco_marques + AND = { + owns = 2060 + nationalism_n_imperialism = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + } + + #Algiers + AND = { + capital_scope = { continent = europe } + OR = { + has_country_flag = marched_through_the_iron_gates + AND = { + owns = 1700 + nationalism_n_imperialism = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + } + + #Yemen + AND = { + capital_scope = { continent = europe } + nationalism_n_imperialism = 1 + OR = { + owns = 1412 + is_sphere_leader_of = LHJ + } + THIS = { + any_owned_province = { region = YEM_1412 } + } + } + + #Indonesia + AND = { + owns = 1413 + THIS = { + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + } + + #Laos + AND = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + THIS = { + any_owned_province = { region = LUA_1356 } + } + } + + #Cambodia + AND = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + THIS = { + any_owned_province = { region = SIA_1366 } + } + } + + #Burma + AND = { + OR = { + AND = { + owns = 1251 + owns = 1236 + any_owned_province = { is_core = BUR } + has_global_flag = berlin_conference + } + AND = { + has_country_flag = empress_of_india + revolution_n_counterrevolution = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = BUR_1330 + region = BUR_1334 + region = BUR_1339 + #region = SIA_1355 + region = ENG_1343 + } + } + } + } + + #Vietnam + AND = { + has_global_flag = berlin_conference + OR = { + AND = { + owns = 1380 + owns = 1369 + revolution_n_counterrevolution = 1 + } + has_country_flag = created_my_indochina + } + THIS = { + any_owned_province = { + OR = { + region = DAI_1380 + region = DAI_1375 + region = DAI_1369 + } + } + } + } + + #Malaysia + AND = { + owns = 1384 + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + THIS = { + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + } + } + } + } + } + } + } + + allow = { + + } + + effect = { + set_country_flag = warned_of_imperialism_cb + random_country = { + limit = { + NOT = { is_sphere_leader_of = THIS } + NOT = { has_country_flag = knows_about_imperialism_cb } + NOT = { has_country_modifier = no_more_war } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_modifier = claimed_africa } + NOT = { war_policy = pacifism } + ai = no + civilized = yes + is_disarmed = no + capital_scope = { continent = europe } + state_n_government = 1 + OR = { + #Mozambique + AND = { + OR = { + has_country_flag = reconquest_of_lourenco_marques + AND = { + owns = 2060 + nationalism_n_imperialism = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + } + + #Algiers + AND = { + OR = { + has_country_flag = marched_through_the_iron_gates + AND = { + owns = 1700 + nationalism_n_imperialism = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = ALD_1704 + region = ALD_1713 + region = ALD_1708 + region = FRA_1700 + region = ALD_1718 + } + } + } + } + + #Yemen + AND = { + nationalism_n_imperialism = 1 + OR = { + owns = 1412 + is_sphere_leader_of = LHJ + } + THIS = { + any_owned_province = { region = YEM_1412 } + } + } + + #Indonesia + AND = { + owns = 1413 + THIS = { + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + } + + #Laos + AND = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + THIS = { + any_owned_province = { region = LUA_1356 } + } + } + + #Cambodia + AND = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + THIS = { + any_owned_province = { region = SIA_1366 } + } + } + + #Burma + AND = { + OR = { + AND = { + owns = 1251 + owns = 1236 + any_owned_province = { is_core = BUR } + has_global_flag = berlin_conference + } + AND = { + has_country_flag = empress_of_india + revolution_n_counterrevolution = 1 + } + } + THIS = { + any_owned_province = { + OR = { + region = BUR_1330 + region = BUR_1334 + region = BUR_1339 + #region = SIA_1355 + region = ENG_1343 + } + } + } + } + + #Vietnam + AND = { + has_global_flag = berlin_conference + OR = { + AND = { + owns = 1380 + owns = 1369 + revolution_n_counterrevolution = 1 + } + has_country_flag = created_my_indochina + } + THIS = { + any_owned_province = { + OR = { + region = DAI_1380 + region = DAI_1375 + region = DAI_1369 + } + } + } + } + + #Malaysia + AND = { + owns = 1384 + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + THIS = { + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + } + } + } + } + } + } + set_country_flag = knows_about_imperialism_cb + country_event = 6016817 + } + } + ai_will_do = { factor = 1 } + } + + remove_war_focus = { + potential = { + exists = yes + ai = yes + OR = { + has_country_modifier = war_focus + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_make_puppet_CB + any_neighbor_country = { + ai = no + war = no + OR = { + has_country_modifier = war_focus + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_make_puppet_CB + } + + } + any_greater_power = { + ai = no + war = no + OR = { + has_country_modifier = war_focus + has_country_flag = exclusive_acquire_all_cores_CB + has_country_flag = exclusive_liberate_country_CB + has_country_flag = exclusive_humiliate_CB + has_country_flag = exclusive_make_puppet_CB + } + } + } + } + + allow = { + war = no + } + + effect = { + remove_country_modifier = war_focus + clr_country_flag = exclusive_acquire_all_cores_CB + clr_country_flag = exclusive_liberate_country_CB + clr_country_flag = exclusive_humiliate_CB + clr_country_flag = exclusive_make_puppet_CB + any_country = { + limit = { war = no } + clr_country_flag = exclusive_acquire_all_cores_CB + clr_country_flag = exclusive_liberate_country_CB + clr_country_flag = exclusive_humiliate_CB + clr_country_flag = exclusive_make_puppet_CB + } + any_country = { + limit = { + ai = no + has_country_modifier = war_focus + war = no + } + remove_country_modifier = war_focus + } + } + ai_will_do = { factor = 1 } + } + + election_start_player = { + potential = { + exists = yes + ai = yes + OR = { + any_neighbor_country = { + election = yes + ai = no + NOT = { has_country_flag = election_started } + OR = { + government = prussian_constitutionalism + government = hms_government + } + } + any_greater_power = { + election = yes + ai = no + NOT = { has_country_flag = election_started } + OR = { + government = prussian_constitutionalism + government = hms_government + } + } + } + } + + allow = { + } + + effect = { + any_country = { + limit = { + ai = no + election = yes + NOT = { has_country_flag = election_started } + OR = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + neighbour = THIS + is_greater_power = yes + } + } + set_country_flag = election_started + } + } + ai_will_do = { factor = 1 } + } + + election_end_player = { + potential = { + exists = yes + ai = yes + OR = { + any_neighbor_country = { + election = no + ai = no + has_country_flag = election_started + } + any_greater_power = { + election = no + ai = no + has_country_flag = election_started + } + any_neighbor_country = { + NOT = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + has_country_flag = election_started + has_country_flag = conservative_party_in_power + has_country_flag = liberal_party_in_power + has_country_flag = reactionary_party_in_power + has_country_flag = socialist_party_in_power + has_country_flag = communist_party_in_power + has_country_flag = fascist_party_in_power + has_country_flag = anarcho_liberal_party_in_power + } + } + } + } + + allow = { + } + + effect = { + any_country = { + limit = { + NOT = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + has_country_flag = election_started + has_country_flag = conservative_party_in_power + has_country_flag = liberal_party_in_power + has_country_flag = reactionary_party_in_power + has_country_flag = socialist_party_in_power + has_country_flag = communist_party_in_power + has_country_flag = fascist_party_in_power + has_country_flag = anarcho_liberal_party_in_power + } + } + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + + any_country = { + limit = { + ai = no + election = no + has_country_flag = election_started + OR = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + neighbour = THIS + is_greater_power = yes + } + } + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { owner = { ruling_party_ideology = conservative } } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = liberal } } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = reactionary } } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = socialist } } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = communist } } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = fascist } } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = anarcho_liberal } } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + } + } + ai_will_do = { factor = 1 } + } + + cleanup_colonial_cores = { + picture = map_nigeria + potential = { + ai = yes + any_neighbor_country = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + any_owned_province = { + OR = { + #Nigeria + AND = { + is_core = NGR + OR = { + is_core = SOK + is_core = DND + is_core = TOU + is_core = OYO + is_core = BEN + is_core = ARO + is_core = CLA + is_core = WRI + is_core = KBO + } + } + #Ivory Coast + AND = { + is_core = IVC + OR = { + is_core = KNG + is_core = ASH + is_core = MOS + } + } + #Guinea + AND = { + is_core = GNE + OR = { + is_core = JAL + is_core = GBU + } + } + #Senegal + AND = { + is_core = SNG + OR = { + is_core = TOO + is_core = WOL + is_core = SEG + is_core = TOU + } + } + #Zaire/Congo + AND = { + is_core = CNG + OR = { + is_core = LUA + is_core = LOA + is_core = AZA + is_core = KZB + is_core = KON + } + } + #Niger + AND = { + is_core = NIG + OR = { + is_core = DND + is_core = TOU + is_core = MAS + is_core = DAM + is_core = KBO + } + } + + #Mali + AND = { + is_core = MLI + OR = { + is_core = TOU + is_core = SEG + is_core = MAS + is_core = MOS + is_core = DND + is_core = BKF + } + } + + #Gambia + AND = { + is_core = GMB + OR = { + is_core = TOO + is_core = WOL + is_core = SEG + is_core = TOU + } + } + + #Angola + AND = { + is_core = ANG + is_core = KON + } + + #Mozambique + AND = { + is_core = MOZ + OR = { + is_core = GAZ + is_core = AGC + is_core = ZUL + is_core = SHO + } + } + + #Sudan + AND = { + is_core = SUD + OR = { + is_core = EGY + is_core = SHK + is_core = DAR + is_core = AZA + } + } + + #Ghana + AND = { + is_core = GHN + OR = { + is_core = MOS + is_core = ASH + } + } + + #Burkina-Faso + AND = { + is_core = BKF + OR = { + is_core = SEG + is_core = TOU + is_core = MAS + is_core = MOS + } + } + + #Dahomey/Benin + AND = { + is_core = DAH + OR = { + is_core = TOU + is_core = MAS + } + } + + #Faroe Islands + AND = { + NOT = { exists = FRO } + is_core = FRO + OR = { + is_colonial = no + year = 1880 + } + } + + } + } + } + } + + allow = { + } + + effect = { + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = NGR + OR = { + is_core = SOK + is_core = DND + is_core = TOU + is_core = OYO + is_core = BEN + is_core = ARO + is_core = CLA + is_core = WRI + is_core = KBO + } + } + remove_core = SOK + remove_core = DND + remove_core = TOU + remove_core = OYO + remove_core = BEN + remove_core = ARO + remove_core = CLA + remove_core = WRI + remove_core = KBO + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = IVC + OR = { + is_core = KNG + is_core = ASH + is_core = MOS + } + } + remove_core = KNG + remove_core = ASH + remove_core = MOS + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = GNE + OR = { + is_core = JAL + is_core = GBU + } + } + remove_core = JAL + remove_core = GBU + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = SNG + OR = { + is_core = TOO + is_core = WOL + is_core = SEG + is_core = TOU + } + } + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = NIG + OR = { + is_core = DND + is_core = TOU + is_core = MAS + is_core = DAM + is_core = KBO + } + } + remove_core = DND + remove_core = TOU + remove_core = MAS + remove_core = DAM + remove_core = KBO + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = CNG + OR = { + is_core = LUA + is_core = LOA + is_core = AZA + is_core = KZB + is_core = KON + } + } + remove_core = LUA + remove_core = LOA + remove_core = AZA + remove_core = KZB + remove_core = KON + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = MLI + OR = { + is_core = TOU + is_core = SEG + is_core = MAS + is_core = MOS + is_core = DND + is_core = BKF + } + } + remove_core = TOU + remove_core = SEG + remove_core = MAS + remove_core = MOS + remove_core = DND + remove_core = BKF + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = GMB + OR = { + is_core = TOO + is_core = WOL + is_core = SEG + is_core = TOU + } + } + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = ANG + is_core = KON + } + remove_core = KON + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = MOZ + OR = { + is_core = GAZ + is_core = AGC + is_core = ZUL + is_core = SHO + } + } + remove_core = GAZ + remove_core = AGC + remove_core = ZUL + remove_core = SHO + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = SUD + OR = { + is_core = EGY + is_core = SHK + is_core = DAR + is_core = AZA + } + } + remove_core = EGY + remove_core = SHK + remove_core = DAR + remove_core = AZA + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = GHN + OR = { + is_core = MOS + is_core = ASH + } + } + remove_core = MOS + remove_core = ASH + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = BKF + OR = { + is_core = SEG + is_core = TOU + is_core = MAS + is_core = MOS + } + } + remove_core = SEG + remove_core = TOU + remove_core = MAS + remove_core = MOS + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + is_core = DAH + OR = { + is_core = TOU + is_core = MAS + } + } + remove_core = TOU + remove_core = MAS + } + } + + any_neighbor_country = { + limit = { + civilized = yes + capital_scope = { NOT = { continent = africa } } + } + any_owned = { + limit = { + NOT = { exists = FRO } + is_core = FRO + OR = { + is_colonial = no + year = 1880 + } + } + remove_core = FRO + } + } + + } + } + + call_allies_cleanup = { + picture = map_nigeria + potential = { + ai = yes + has_country_flag = calling_all_allies + } + + allow = { + war = no + } + + effect = { + clr_country_flag = calling_all_allies + } + } + + ghost_units_cleanup = { + alert = no + potential = { + #civilized = yes + ai = yes + NOT = { has_country_modifier = law_changed_by_force } + NOT = { + has_global_flag = cleaning_up_ghosts + has_global_flag = disabled_mobilization_fix + } + capital_scope = { province_control_days = 150 } + OR = { + any_owned_province = { + province_control_days = 120 + any_core = { + OR = { + is_mobilised = yes + total_amount_of_ships = 1 + } + capital_scope = { NOT = { province_control_days = 120 } } + has_country_flag = existing_country + exists = no + is_greater_power = no + } + } + any_neighbor_country = { + ai = no + any_owned_province = { + province_control_days = 120 + any_core = { + OR = { + is_mobilised = yes + total_amount_of_ships = 1 + } + capital_scope = { NOT = { province_control_days = 120 } } + has_country_flag = existing_country + exists = no + is_greater_power = no + } + } + } + } + } + + allow = { + war = no + } + + effect = { + set_global_flag = cleaning_up_ghosts + set_country_flag = cleaning_up_ghosts_country + add_country_modifier = { name = law_changed_by_force duration = 30 } + 3319 = { secede_province = THIS } + 3320 = { secede_province = THIS } + 3321 = { secede_province = THIS } + 3322 = { secede_province = THIS } + TMT = { country_event = 6016821 } + } + } + + ghost_country_absorb = { + alert = no + potential = { + ai = yes + has_country_flag = ghost_country + } + + allow = { + is_mobilised = no + war = no + } + + effect = { + clr_country_flag = ghost_country + clr_country_flag = existing_country + remove_country_modifier = neutrality_modifier + political_reform = open_borders + annex_to = TMT + } + } + + ghost_country_absorb_player = { + alert = no + potential = { + ai = yes + has_global_flag = cleaning_up_ghosts + OR = { + 3319 = { + owner = { + ai = no + has_country_flag = ghost_country + } + } + 3320 = { + owner = { + ai = no + has_country_flag = ghost_country + } + } + 3321 = { + owner = { + ai = no + has_country_flag = ghost_country + } + } + 3322 = { + owner = { + ai = no + has_country_flag = ghost_country + } + } + } + } + + allow = { + } + + effect = { + any_country = { + limit = { + has_country_flag = ghost_country + ai = no + } + clr_country_flag = ghost_country + clr_country_flag = existing_country + remove_country_modifier = neutrality_modifier + political_reform = open_borders + annex_to = TMT + } + } + } + + tmt_ends = { + alert = no + potential = { + ai = yes + tag = TMT + owns = 3319 + owns = 3320 + owns = 3321 + owns = 3322 + has_country_modifier = neutrality_modifier + } + + allow = { + is_mobilised = no + } + + effect = { + remove_country_modifier = neutrality_modifier + political_reform = open_borders + clr_country_flag = existing_country + clr_global_flag = cleaning_up_ghosts + clr_country_flag = cleaning_up_ghosts_country + random_country = { + limit = { + owns = 2553 + NOT = { tag = TMT } + } + inherit = TMT + } + random_owned = { + limit = { + owner = { 2553 = { empty = yes } } + } + # Audax Validator "." Ignore_NEXT + FROM = { inherit = THIS } + } + any_owned = { + limit = { + owner = { + NOT = { + any_owned_province = { + OR = { + province_id = 3322 + province_id = 3321 + province_id = 3320 + province_id = 3319 + } + } + } + } + } + owner = { neutrality = yes } + } + } + } + + # ghost_country_ends = { + # alert = no + # potential = { + # ai = yes + # has_country_flag = cleaning_up_ghosts_country + # NOT = { has_country_modifier = law_changed_by_force } + # } + + # allow = { + # } + + # effect = { + # clr_global_flag = cleaning_up_ghosts + # clr_country_flag = cleaning_up_ghosts_country + # } + # } + + annex_to_master_cleanup = { + alert = no + potential = { + ai = yes + has_country_flag = annex_to_master + is_vassal = yes + OR = { + AND = { + tag = CRT + overlord = { tag = ARC } + } + AND = { + tag = HUN + overlord = { tag = AUS } + } + AND = { + is_culture_group = italian + overlord = { is_culture_group = italian } + } + AND = { + is_culture_group = pan_romanian + overlord = { is_culture_group = pan_romanian } + } + AND = { + primary_culture = japanese + overlord = { primary_culture = japanese } + } + AND = { + tag = CPL + overlord = { tag = RUS } + } + AND = { + tag = POR + overlord = { primary_culture = spanish } + } + AND = { + tag = SBA + overlord = { + OR = { + tag = ARG + tag = ARC + } + } + } + } + } + + allow = { + war = no + is_mobilised = no + } + + effect = { + clr_country_flag = annex_to_master + remove_country_modifier = neutrality_modifier + political_reform = open_borders + random_owned = { + limit = { has_country_flag = uncivilize_on_conquest } + owner = { + civilized = no + } + } + overlord = { inherit = THIS } + random_owned = { + limit = { has_country_flag = uncivilize_on_conquest } + owner = { + civilized = yes + clr_country_flag = uncivilize_on_conquest + } + } + } + } + + annex_to_master_not_vassal_cleanup = { + alert = no + potential = { + ai = yes + has_country_flag = annex_to_master + is_vassal = no + } + + allow = { + war = no + is_mobilised = no + } + + effect = { + clr_country_flag = annex_to_master + } + } + + transfer_vassalage = { + alert = yes + potential = { + ai = yes + has_country_flag = transfer_to_new_overlord + war = no + } + + allow = { + + } + + effect = { + random_owned = { + limit = { owner = { is_vassal = yes } } + owner = { clr_country_flag = transfer_to_new_overlord } + } + + random_owned = { + limit = { owner = { is_vassal = no } } + owner = { + clr_country_flag = transfer_to_new_overlord + any_country = { + limit = { + exists = yes + has_country_flag = new_overlord + truce_with = THIS + OR = { + is_sphere_leader_of = THIS + THIS = { part_of_sphere = no } + } + } + clr_country_flag = new_overlord + country_event = 6016824 + } + } + } + } + } + + + partisan_flip_to_original_owner = { + alert = no + potential = { + ai = yes + OR = { + any_owned_province = { + controlled_by = REB + has_province_modifier = partisan_occupation + } + any_neighbor_country = { + ai = no + any_owned_province = { + controlled_by = REB + has_province_modifier = partisan_occupation + province_control_days = 90 + } + } + any_greater_power = { + ai = no + any_owned_province = { + controlled_by = REB + has_province_modifier = partisan_occupation + province_control_days = 90 + } + } + } + } + + allow = { + + } + + effect = { + any_owned = { + limit = { + controlled_by = REB + has_province_modifier = partisan_occupation + } + change_controller = THIS + remove_province_modifier = partisan_occupation + any_pop = { militancy = -4 } + } + any_neighbor_country = { + limit = { ai = no } + any_owned = { + limit = { + controlled_by = REB + has_province_modifier = partisan_occupation + } + change_controller = THIS + remove_province_modifier = partisan_occupation + any_pop = { militancy = -4 } + } + } + any_greater_power = { + limit = { ai = no } + any_owned = { + limit = { + controlled_by = REB + has_province_modifier = partisan_occupation + } + change_controller = THIS + remove_province_modifier = partisan_occupation + any_pop = { militancy = -4 } + } + } + } + } + + + # find_when_uk_flips_upper_house = { + + # find_when_uk_flips_upper_house = { + # potential = { + # tag = ENG + # NOT = { has_country_flag = abandoned_two_party_system } + # } + + # allow = { + # NOT = { upper_house_composition = appointed } + # } + + # effect = { + # set_country_flag = abandoned_two_party_system + # } + # ai_will_do = { factor = 1 } + # } + } diff --git a/HPM/decisions/Colonial Portugal.txt b/HPM/decisions/Colonial Portugal.txt index 035a2be9..49999d99 100644 --- a/HPM/decisions/Colonial Portugal.txt +++ b/HPM/decisions/Colonial Portugal.txt @@ -1,400 +1,400 @@ political_decisions = { - - portuguese_civil_code = { - picture = enact_the_homestead_act - potential = { - tag = POR - state_n_government = 1 - NOT = { has_country_flag = portuguese_civil_code } - } - - allow = { - nationalism_n_imperialism = 1 - OR = { - phenomenalism = 1 - year = 1900 - } - } - - effect = { - set_country_flag = portuguese_civil_code - prestige = 10 - any_pop = { - limit = { - location = { is_colonial = no } - } - militancy = -3 - consciousness = 1 - } - } - - ai_will_do = { - factor = 1 - } - } - - ultimatum_to_portugal = { - picture = pink_map - potential = { - NOT = { has_country_flag = ultimatum_to_portugal_sent } - OR = { - tag = ENG - tag = ENL - } - any_owned_province = { is_colonial = yes } - NOT = { war_policy = pacifism } - NOT = { has_country_modifier = no_more_war } - POR = { - exists = yes - is_vassal = no - any_owned_province = { - OR = { - region = ENG_2068 - region = ENG_2014 - region = ENG_2071 - region = ENG_2016 - } - any_neighbor_province = { owned_by = THIS } - } - } - } - - allow = { - war = no - POR = { - is_greater_power = no - any_owned_province = { - OR = { - region = ENG_2068 - region = ENG_2014 - region = ENG_2016 - region = ENG_2071 - } - any_neighbor_province = { owned_by = THIS } - } - } - } - - effect = { - badboy = 4 - POR = { country_event = 97010 } - set_country_flag = ultimatum_to_portugal_sent - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - modifier = { - factor = 0 - truce_with = POR - } - modifier = { - factor = 0 - any_greater_power = { - is_sphere_leader_of = POR - neighbour = THIS - } - } - } - } - - treaty_of_simulambuko = { - picture = treaty_signing - potential = { - tag = POR - KON = { - ai = yes - owns = 2000 - civilized = no - } - OR = { - has_global_flag = berlin_conference - POR = { owns = 2001 } - 2000 = { controlled_by = POR } - } - } - - allow = { - KON = { - neighbour = POR - owns = 2000 - civilized = no - } - } - - effect = { - badboy = 2 - prestige = 5 - random_country = { limit = { is_sphere_leader_of = KON } country_event = 49518 } - random_owned = { - limit = { owner = { war_with = KON } } - owner = { end_war = KON } - } - KON = { - any_owned = { - limit = { - OR = { - province_id = 2000 - province_id = 2001 - } - } - secede_province = POR - } - } - relation = { who = KON value = 400 } - } - - ai_will_do = { factor = 1 } - } - - zanzibar_sale = { - picture = map_zanzibar - potential = { - ai = yes - war = no - NOT = { - has_country_flag = zanzibar_sale - owns = 2045 - } - any_owned_province = { - region = ENG_2036 - is_colonial = yes - } - 2045 = { empty = no } - OR = { - AND = { - is_greater_power = no - is_secondary_power = no - } - 2045 = { - owner = { is_sphere_leader_of = THIS } - } - 2045 = { - owner = { alliance_with = THIS } - } - } - } - - allow = { - 2045 = { - is_core = TNZ - owner = { - NOT = { truce_with = THIS } - relation = { who = THIS value = 0 } - money = 100000 - } - } - } - - effect = { - set_country_flag = zanzibar_sale - 2045 = { - owner = { - country_event = 97008 - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - 2045 = { - owner = { - is_secondary_power = no - is_greater_power = no - } - } - } - } - } - - mombasa_sale = { - picture = map_kenya - potential = { - ai = yes - war = no - NOT = { - has_country_flag = mombasa_sale - owns = 2032 - } - any_owned_province = { - region = ENG_2024 - is_colonial = yes - } - 2032 = { empty = no } - OR = { - AND = { - is_greater_power = no - is_secondary_power = no - } - 2032 = { - owner = { is_sphere_leader_of = THIS } - } - 2032 = { - owner = { alliance_with = THIS } - } - } - } - - allow = { - 2032 = { - is_core = KNY - owner = { - NOT = { truce_with = THIS } - relation = { who = THIS value = 0 } - money = 100000 - } - } - } - - effect = { - set_country_flag = mombasa_sale - 2032 = { - owner = { - country_event = 97009 - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - 2032 = { - owner = { - is_secondary_power = no - is_greater_power = no - } - } - } - } - } - - conquest_of_mocamedes = { - picture = map_mozambique - potential = { - owns = 2003 - civilized = yes - 2004 = { empty = yes } - } - - allow = { - OR = { - military_plans = 1 - year = 1840 - } - war = no - } - - effect = { - 2004 = { secede_province = THIS any_pop = { reduce_pop = 0.99 literacy = -0.99 } } - } - - ai_will_do = { factor = 1 } - } - - found_diamang = { - picture = diamond_extraction - potential = { - owns = 1999 - civilized = yes - 2010 = { NOT = { trade_goods = precious_goods } } - 2006 = { NOT = { trade_goods = precious_goods } } - owns = 2010 - owns = 2006 - } - - allow = { - POR_1999 = { owned_by = THIS } - POR_2003 = { owned_by = THIS } - POR_2006 = { owned_by = THIS } - OR = { - year = 1910 - electrical_power_generation = 1 - electric_furnace = 1 - } - } - - effect = { - 2010 = { trade_goods = precious_goods add_province_modifier = { name = gold_rush duration = 1825 } } - 2006 = { trade_goods = precious_goods life_rating = 3 add_province_modifier = { name = gold_rush duration = 1825 } } - any_owned = { - limit = { OR = { state_id = 1999 state_id = 2003 state_id = 2006 province_id = 2000 } } - add_core = ANG - remove_core = KON - remove_core = LUN - } - - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2003 } } 2003 = { change_province_name = "Lobito" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2005 } } 2005 = { change_province_name = "New Lisbon" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2008 } } 2008 = { change_province_name = "Namakunde" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2009 } } 2009 = { change_province_name = "Malanje" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2006 } } 2006 = { change_province_name = "Silva Porto" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2011 } } 2011 = { change_province_name = "Luso" } } - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2002 } } 2002 = { change_province_name = "Uíge" } } - random_owned = { - limit = { owner = { primary_culture = portuguese owns = 2001 } } - 2001 = { change_province_name = "São Salvador" } - } - random_owned = { - limit = { owner = { primary_culture = portuguese owns = 2010 } } - 2010 = { change_province_name = "Henrique de Carvalho" } - } - - random_owned = { limit = { owner = { primary_culture = portuguese owns = 2007 } } 2007 = { change_province_name = "Cuangar" } } - } - - ai_will_do = { factor = 1 } - } - - - sino_portuguese_treaty_of_peking = { - picture = macao_city - potential = { - owns = 1498 - NOT = { is_culture_group = east_asian } - 1498 = { is_core = CHI } - NOT = { has_global_flag = sino_portuguese_treaty_of_peking_signed } - NOT = { has_global_flag = sino_portuguese_treaty_of_peking_revoked } - OR = { - QNG = { exists = yes owns = 1616 } - TPG = { exists = yes owns = 1616 } - } - } - - allow = { - nationalism_n_imperialism = 1 - OR = { - NOT = { any_owned_province = { is_core = CHI } } - any_owned_province = { province_id = 1498 } - } - OR = { - QNG = { exists = yes civilized = no NOT = { TPG = { exists = yes } } } - TPG = { exists = yes civilized = no NOT = { QNG = { exists = yes } } } - } - } - - effect = { - set_global_flag = sino_portuguese_treaty_of_peking_signed - badboy = 2 - random_country = { - limit = { exists = yes OR = { tag = QNG tag = TPG } } - country_event = 90907 - } - } - - ai_will_do = { factor = 1 } - } + + portuguese_civil_code = { + picture = enact_the_homestead_act + potential = { + tag = POR + state_n_government = 1 + NOT = { has_country_flag = portuguese_civil_code } + } + + allow = { + nationalism_n_imperialism = 1 + OR = { + phenomenalism = 1 + year = 1900 + } + } + + effect = { + set_country_flag = portuguese_civil_code + prestige = 10 + any_pop = { + limit = { + location = { is_colonial = no } + } + militancy = -3 + consciousness = 1 + } + } + + ai_will_do = { + factor = 1 + } + } + + ultimatum_to_portugal = { + picture = pink_map + potential = { + NOT = { has_country_flag = ultimatum_to_portugal_sent } + OR = { + tag = ENG + tag = ENL + } + any_owned_province = { is_colonial = yes } + NOT = { war_policy = pacifism } + NOT = { has_country_modifier = no_more_war } + POR = { + exists = yes + is_vassal = no + any_owned_province = { + OR = { + region = ENG_2068 + region = ENG_2014 + region = ENG_2071 + region = ENG_2016 + } + any_neighbor_province = { owned_by = THIS } + } + } + } + + allow = { + war = no + POR = { + is_greater_power = no + any_owned_province = { + OR = { + region = ENG_2068 + region = ENG_2014 + region = ENG_2016 + region = ENG_2071 + } + any_neighbor_province = { owned_by = THIS } + } + } + } + + effect = { + badboy = 4 + POR = { country_event = 97010 } + set_country_flag = ultimatum_to_portugal_sent + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + modifier = { + factor = 0 + truce_with = POR + } + modifier = { + factor = 0 + any_greater_power = { + is_sphere_leader_of = POR + neighbour = THIS + } + } + } + } + + treaty_of_simulambuko = { + picture = treaty_signing + potential = { + tag = POR + KON = { + ai = yes + owns = 2000 + civilized = no + } + OR = { + has_global_flag = berlin_conference + POR = { owns = 2001 } + 2000 = { controlled_by = POR } + } + } + + allow = { + KON = { + neighbour = POR + owns = 2000 + civilized = no + } + } + + effect = { + badboy = 2 + prestige = 5 + random_country = { limit = { is_sphere_leader_of = KON } country_event = 49518 } + random_owned = { + limit = { owner = { war_with = KON } } + owner = { end_war = KON } + } + KON = { + any_owned = { + limit = { + OR = { + province_id = 2000 + province_id = 2001 + } + } + secede_province = POR + } + } + relation = { who = KON value = 400 } + } + + ai_will_do = { factor = 1 } + } + + zanzibar_sale = { + picture = map_zanzibar + potential = { + ai = yes + war = no + NOT = { + has_country_flag = zanzibar_sale + owns = 2045 + } + any_owned_province = { + region = ENG_2036 + is_colonial = yes + } + 2045 = { empty = no } + OR = { + AND = { + is_greater_power = no + is_secondary_power = no + } + 2045 = { + owner = { is_sphere_leader_of = THIS } + } + 2045 = { + owner = { alliance_with = THIS } + } + } + } + + allow = { + 2045 = { + is_core = TNZ + owner = { + NOT = { truce_with = THIS } + relation = { who = THIS value = 0 } + money = 100000 + } + } + } + + effect = { + set_country_flag = zanzibar_sale + 2045 = { + owner = { + country_event = 97008 + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + 2045 = { + owner = { + is_secondary_power = no + is_greater_power = no + } + } + } + } + } + + mombasa_sale = { + picture = map_kenya + potential = { + ai = yes + war = no + NOT = { + has_country_flag = mombasa_sale + owns = 2032 + } + any_owned_province = { + region = ENG_2024 + is_colonial = yes + } + 2032 = { empty = no } + OR = { + AND = { + is_greater_power = no + is_secondary_power = no + } + 2032 = { + owner = { is_sphere_leader_of = THIS } + } + 2032 = { + owner = { alliance_with = THIS } + } + } + } + + allow = { + 2032 = { + is_core = KNY + owner = { + NOT = { truce_with = THIS } + relation = { who = THIS value = 0 } + money = 100000 + } + } + } + + effect = { + set_country_flag = mombasa_sale + 2032 = { + owner = { + country_event = 97009 + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + 2032 = { + owner = { + is_secondary_power = no + is_greater_power = no + } + } + } + } + } + + conquest_of_mocamedes = { + picture = map_mozambique + potential = { + owns = 2003 + civilized = yes + 2004 = { empty = yes } + } + + allow = { + OR = { + military_plans = 1 + year = 1840 + } + war = no + } + + effect = { + 2004 = { secede_province = THIS any_pop = { reduce_pop = 0.99 literacy = -0.99 } } + } + + ai_will_do = { factor = 1 } + } + + found_diamang = { + picture = diamond_extraction + potential = { + owns = 1999 + civilized = yes + 2010 = { NOT = { trade_goods = precious_goods } } + 2006 = { NOT = { trade_goods = precious_goods } } + owns = 2010 + owns = 2006 + } + + allow = { + POR_1999 = { owned_by = THIS } + POR_2003 = { owned_by = THIS } + POR_2006 = { owned_by = THIS } + OR = { + year = 1910 + electrical_power_generation = 1 + electric_furnace = 1 + } + } + + effect = { + 2010 = { trade_goods = precious_goods add_province_modifier = { name = gold_rush duration = 1825 } } + 2006 = { trade_goods = precious_goods life_rating = 3 add_province_modifier = { name = gold_rush duration = 1825 } } + any_owned = { + limit = { OR = { state_id = 1999 state_id = 2003 state_id = 2006 province_id = 2000 } } + add_core = ANG + remove_core = KON + remove_core = LUN + } + + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2003 } } 2003 = { change_province_name = "Lobito" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2005 } } 2005 = { change_province_name = "New Lisbon" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2008 } } 2008 = { change_province_name = "Namakunde" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2009 } } 2009 = { change_province_name = "Malanje" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2006 } } 2006 = { change_province_name = "Silva Porto" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2011 } } 2011 = { change_province_name = "Luso" } } + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2002 } } 2002 = { change_province_name = "Uíge" } } + random_owned = { + limit = { owner = { primary_culture = portuguese owns = 2001 } } + 2001 = { change_province_name = "São Salvador" } + } + random_owned = { + limit = { owner = { primary_culture = portuguese owns = 2010 } } + 2010 = { change_province_name = "Henrique de Carvalho" } + } + + random_owned = { limit = { owner = { primary_culture = portuguese owns = 2007 } } 2007 = { change_province_name = "Cuangar" } } + } + + ai_will_do = { factor = 1 } + } + + + sino_portuguese_treaty_of_peking = { + picture = macao_city + potential = { + owns = 1498 + NOT = { is_culture_group = east_asian } + 1498 = { is_core = CHI } + NOT = { has_global_flag = sino_portuguese_treaty_of_peking_signed } + NOT = { has_global_flag = sino_portuguese_treaty_of_peking_revoked } + OR = { + QNG = { exists = yes owns = 1616 } + TPG = { exists = yes owns = 1616 } + } + } + + allow = { + nationalism_n_imperialism = 1 + OR = { + NOT = { any_owned_province = { is_core = CHI } } + any_owned_province = { province_id = 1498 } + } + OR = { + QNG = { exists = yes civilized = no NOT = { TPG = { exists = yes } } } + TPG = { exists = yes civilized = no NOT = { QNG = { exists = yes } } } + } + } + + effect = { + set_global_flag = sino_portuguese_treaty_of_peking_signed + badboy = 2 + random_country = { + limit = { exists = yes OR = { tag = QNG tag = TPG } } + country_event = 90907 + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Colonial Spain.txt b/HPM/decisions/Colonial Spain.txt index d7021927..233ff09b 100644 --- a/HPM/decisions/Colonial Spain.txt +++ b/HPM/decisions/Colonial Spain.txt @@ -1,241 +1,241 @@ political_decisions = { - education_decree_1863 = { - picture = map_philippines - potential = { - OR = { - tag = SPA - tag = SPC - } - nationalism_n_imperialism = 1 - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - NOT = { - has_country_flag = education_decree_1863 - any_owned_province = { - is_core = PHL - has_province_modifier = colonial_recruitment - } - } - } - - allow = { - any_owned_province = { region = SPA_1455 } - invention = mission_to_civilize - money = 50000 - } - - effect = { - set_country_flag = education_decree_1863 - money = -50000 - prestige = 5 - any_pop = { - limit = { - NOT = { literacy = 0.2 } - location = { is_core = PHL } - } - literacy = 0.05 - } - SPA_1455 = { - add_province_modifier = { - name = colonial_recruitment - duration = 1095 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - treaty_of_paris_1898 = { - picture = treaty_signing - potential = { - tag = USA - OR = { - war_with = SPA - war_with = SPC - } - has_global_flag = spanish_american_war - NOT = { has_country_flag = treaty_of_paris_1898 } - SPA = { - OR = { - exists = no - owns = 2209 - is_our_vassal = CUB - } - } - SPC = { - OR = { - exists = no - owns = 2209 - is_our_vassal = CUB - } - } - } - - allow = { - money = 500000 - 2209 = { controlled_by = USA } - 2210 = { controlled_by = USA } - 2211 = { controlled_by = USA } - 2212 = { controlled_by = USA } - OR = { - 2222 = { controlled_by = USA } - 1455 = { controlled_by = USA } - SPA = { - any_owned_province = { - is_core = SPA - controlled_by = USA - } - } - SPC = { - any_owned_province = { - is_core = SPC - controlled_by = USA - } - } - } - NOT = { - USA = { national_provinces_occupied = .01 } - } - } - - effect = { - set_country_flag = treaty_of_paris_1898 - badboy = 5 - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - country_event = 37740 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - treaty_of_paris_1898_victory = { - picture = treaty_signing - potential = { - tag = USA - OR = { - truce_with = SPA - truce_with = SPC - } - has_global_flag = spanish_american_war - NOT = { - has_country_flag = treaty_of_paris_1898 - war_with = SPA - war_with = SPC - } - SPA = { - NOT = { owns = 2209 } - NOT = { is_our_vassal = CUB } - } - SPC = { - NOT = { owns = 2209 } - NOT = { is_our_vassal = CUB } - } - } - - allow = { - war = no - money = 500000 - CUB = { - exists = yes - is_vassal = no - } - } - - effect = { - set_country_flag = treaty_of_paris_1898 - badboy = 5 - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - country_event = 37750 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - moret_law = { - picture = map_caribbean - potential = { - OR = { - tag = SPA - tag = SPC - } - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { has_country_flag = moret_law } - } - - allow = { - ruling_party_ideology = liberal - invention = social_justice - 2222 = { - state_scope = { is_slave = yes } - } - } - - effect = { - set_country_flag = moret_law - prestige = 5 - 2222 = { - any_pop = { - consciousness = -2 - militancy = -4 - } - state_scope = { is_slave = no } - } - any_state = { - limit = { is_slave = yes } - any_pop = { - limit = { is_primary_culture = no } - consciousness = 1 - militancy = 2 - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - 2222 = { - NOT = { average_militancy = 4 } - } - } - } - } + education_decree_1863 = { + picture = map_philippines + potential = { + OR = { + tag = SPA + tag = SPC + } + nationalism_n_imperialism = 1 + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + NOT = { + has_country_flag = education_decree_1863 + any_owned_province = { + is_core = PHL + has_province_modifier = colonial_recruitment + } + } + } + + allow = { + any_owned_province = { region = SPA_1455 } + invention = mission_to_civilize + money = 50000 + } + + effect = { + set_country_flag = education_decree_1863 + money = -50000 + prestige = 5 + any_pop = { + limit = { + NOT = { literacy = 0.2 } + location = { is_core = PHL } + } + literacy = 0.05 + } + SPA_1455 = { + add_province_modifier = { + name = colonial_recruitment + duration = 1095 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + treaty_of_paris_1898 = { + picture = treaty_signing + potential = { + tag = USA + OR = { + war_with = SPA + war_with = SPC + } + has_global_flag = spanish_american_war + NOT = { has_country_flag = treaty_of_paris_1898 } + SPA = { + OR = { + exists = no + owns = 2209 + is_our_vassal = CUB + } + } + SPC = { + OR = { + exists = no + owns = 2209 + is_our_vassal = CUB + } + } + } + + allow = { + money = 500000 + 2209 = { controlled_by = USA } + 2210 = { controlled_by = USA } + 2211 = { controlled_by = USA } + 2212 = { controlled_by = USA } + OR = { + 2222 = { controlled_by = USA } + 1455 = { controlled_by = USA } + SPA = { + any_owned_province = { + is_core = SPA + controlled_by = USA + } + } + SPC = { + any_owned_province = { + is_core = SPC + controlled_by = USA + } + } + } + NOT = { + USA = { national_provinces_occupied = .01 } + } + } + + effect = { + set_country_flag = treaty_of_paris_1898 + badboy = 5 + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + country_event = 37740 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + treaty_of_paris_1898_victory = { + picture = treaty_signing + potential = { + tag = USA + OR = { + truce_with = SPA + truce_with = SPC + } + has_global_flag = spanish_american_war + NOT = { + has_country_flag = treaty_of_paris_1898 + war_with = SPA + war_with = SPC + } + SPA = { + NOT = { owns = 2209 } + NOT = { is_our_vassal = CUB } + } + SPC = { + NOT = { owns = 2209 } + NOT = { is_our_vassal = CUB } + } + } + + allow = { + war = no + money = 500000 + CUB = { + exists = yes + is_vassal = no + } + } + + effect = { + set_country_flag = treaty_of_paris_1898 + badboy = 5 + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + country_event = 37750 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + moret_law = { + picture = map_caribbean + potential = { + OR = { + tag = SPA + tag = SPC + } + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { has_country_flag = moret_law } + } + + allow = { + ruling_party_ideology = liberal + invention = social_justice + 2222 = { + state_scope = { is_slave = yes } + } + } + + effect = { + set_country_flag = moret_law + prestige = 5 + 2222 = { + any_pop = { + consciousness = -2 + militancy = -4 + } + state_scope = { is_slave = no } + } + any_state = { + limit = { is_slave = yes } + any_pop = { + limit = { is_primary_culture = no } + consciousness = 1 + militancy = 2 + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + 2222 = { + NOT = { average_militancy = 4 } + } + } + } + } } diff --git a/HPM/decisions/Colonies.txt b/HPM/decisions/Colonies.txt index 2a45ab4c..b479b21f 100644 --- a/HPM/decisions/Colonies.txt +++ b/HPM/decisions/Colonies.txt @@ -1,3647 +1,3648 @@ political_decisions = { - organize_colonial_armies = { - picture = begin_line_of_advantage - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - civilized = yes - colonial_nation = yes - any_owned_province = { is_colonial = yes is_overseas = yes } - NOT = { has_country_flag = colonial_armies } - } - - allow = { - naval_logistics = 1 - invention = bell_n_greys_telephones - money = 11000 - } - - effect = { - set_country_flag = colonial_armies - treasury = -10000 - } - ai_will_do = { factor = 1 } - } - - commission_warship = { - picture = ironclad_commissions - potential = { - any_owned_province = { has_building = naval_base } - NOT = { iron_steamers = 1 } - OR = { - any_greater_power = { invention = ironclads raider_group_doctrine = 1 } - any_neighbor_country = { invention = ironclads raider_group_doctrine = 1 } - sphere_owner = { invention = ironclads raider_group_doctrine = 1 } - overlord = { invention = ironclads raider_group_doctrine = 1 } - } - NOT = { has_country_flag = lacking_writing_system } - NOT = { has_country_flag = warship_commissioned } - } - - allow = { - money = 51000 - NOT = { is_disarmed = yes } - NOT = { has_country_modifier = warship_commissioned } - any_owned_province = { has_building = naval_base is_core = THIS } - war = no - flintlock_rifles = 1 - post_nelsonian_thought = 1 - OR = { - ai = no - NOT = { total_amount_of_ships = 3 } - AND = { - num_of_ports = 3 - NOT = { check_variable = { which = ironclad_commision value = 1 } } - } - AND = { - num_of_ports = 6 - NOT = { check_variable = { which = ironclad_commision value = 3 } } - } - AND = { - num_of_ports = 12 - NOT = { check_variable = { which = ironclad_commision value = 6 } } - } - AND = { - num_of_ports = 18 - NOT = { check_variable = { which = ironclad_commision value = 9 } } - } - AND = { - num_of_ports = 24 - NOT = { check_variable = { which = ironclad_commision value = 12 } } - } - AND = { - num_of_ports = 30 - NOT = { check_variable = { which = ironclad_commision value = 15 } } - } - } - } - - effect = { - random_owned = { limit = { owner = { NOT = { has_global_flag = warship_commissioned } } } set_global_flag = warship_commissioned } - set_country_flag = warship_commissioned - treasury = -50000 - any_country = { limit = { exists = no has_country_flag = warship_commissioned } clr_country_flag = warship_commissioned } - random_owned = { limit = { owner = { NOT = { has_country_flag = warship_variable } } } owner = { set_country_flag = warship_variable } } - random_owned = { - limit = { owner = { NOT = { has_country_flag = warship_variable } } } - owner = { set_variable = { which = ironclad_commision value = 0 } } - } - random_owned = { - limit = { owner = { has_country_flag = warship_variable NOT = { total_amount_of_ships = 1 } } } - owner = { set_variable = { which = ironclad_commision value = 0 } } - } - } - - ai_will_do = { - factor = 1 - - #modifier = { factor = 0 NOT = { number_of_states = 6 } colonial_nation = no } - } - } - - take_on_warship_commission = { - picture = ironclad_commissions - potential = { - any_owned_province = { has_building = naval_base } - OR = { - has_global_flag = warship_commissioned - any_neighbor_country = { has_country_flag = warship_commissioned } - } - invention = ironclads - raider_group_doctrine = 1 - NOT = { has_global_flag = warship_commission_being_fulfilled } - } - - allow = { - war = no - is_vassal = no - OR = { - AND = { - ai = no - steamer_convoy = 45 - artillery = 10 - canned_food = 10 - } - ai = yes - } - NOT = { - has_country_modifier = warship_commissioned - is_disarmed = yes - check_variable = { which = owed_steamers value = 1 } - check_variable = { which = owed_artillery value = 1 } - check_variable = { which = owed_canned_food value = 1 } - } - } - - effect = { - clr_global_flag = warship_commissioned - set_global_flag = warship_commission_being_fulfilled - any_country = { limit = { exists = yes has_country_flag = warship_commissioned } set_global_flag = warship_commissioned } - add_country_modifier = { name = warship_commissioned duration = 1095 } - random_owned = { - limit = { owner = { ai = no } } - owner = { - steamer_convoy = -45 - artillery = -10 - canned_food = -10 - } - } - random_owned = { - limit = { owner = { ai = yes } } - owner = { - set_variable = { which = owed_steamers value = 45 } - set_variable = { which = owed_artillery value = 10 } - set_variable = { which = owed_canned_food value = 10 } - } - } - treasury = 50000 - random_country = { - limit = { has_country_flag = warship_commissioned exists = yes } - clr_country_flag = warship_commissioned - relation = { who = THIS value = 5 } - country_event = 6016812 - } - } - ai_will_do = { - factor = 1 - - modifier = { factor = 0 NOT = { month = 6 } } - } - } - - commodity_production_in_uzbekistan = { - picture = commodities_in_central_asia - potential = { - owns = 1200 - owns = 1198 - owns = 1195 - NOT = { has_global_flag = uzbekistan_commodities } - } - - allow = { - war = no - money = 50000 - OR = { - market_determined_exchange_rates = 1 - AND = { - year = 1880 - economic_policy = planned_economy - modern_central_bank_system = 1 - investment_banks = 1 - } - AND = { - year = 1905 - business_regulations = 1 - } - } - } - - effect = { - set_global_flag = uzbekistan_commodities - treasury = -50000 - 1200 = { trade_goods = cotton } - 1198 = { trade_goods = cotton } - 1191 = { trade_goods = cotton } - 29 = { trade_goods = cotton } - 1195 = { trade_goods = silk } - 1199 = { trade_goods = silk } - 1202 = { trade_goods = tobacco } #kokand - } - ai_will_do = { factor = 1 } - } - - - commodity_production_in_kyrgyzstan = { - picture = commodities_in_central_asia - potential = { - owns = 1203 - owns = 1190 - owns = 1189 - NOT = { has_global_flag = kyrgyzstan_commodities } - } - - allow = { - war = no - money = 50000 - OR = { - market_determined_exchange_rates = 1 - AND = { - year = 1880 - economic_policy = planned_economy - modern_central_bank_system = 1 - investment_banks = 1 - } - AND = { - year = 1905 - business_regulations = 1 - } - } - } - - effect = { - set_global_flag = kyrgyzstan_commodities - treasury = -50000 - ##Kyrgz - 1207 = { trade_goods = coal } - 1189 = { trade_goods = coal } #Bishkek - 1190 = { trade_goods = cotton } - } - ai_will_do = { factor = 1 } - } - - commodity_production_in_turkmenia = { - picture = commodities_in_central_asia - potential = { - owns = 1206 - owns = 1196 - owns = 1205 - NOT = { has_global_flag = turkmenia_commodities } - } - - allow = { - war = no - money = 50000 - OR = { - market_determined_exchange_rates = 1 - AND = { - year = 1880 - economic_policy = planned_economy - modern_central_bank_system = 1 - investment_banks = 1 - } - AND = { - year = 1905 - business_regulations = 1 - } - } - } - - effect = { - set_global_flag = turkmenia_commodities - treasury = -50000 - 1206 = { trade_goods = cotton } - 1196 = { trade_goods = cotton } - } - ai_will_do = { factor = 1 } - } - - commodity_production_in_tajikstan = { - picture = commodities_in_central_asia - potential = { - owns = 1208 - owns = 1201 - NOT = { has_global_flag = tajikstan_commodities } - } - - allow = { - war = no - money = 50000 - OR = { - market_determined_exchange_rates = 1 - AND = { - year = 1880 - economic_policy = planned_economy - modern_central_bank_system = 1 - investment_banks = 1 - } - AND = { - year = 1905 - business_regulations = 1 - } - } - } - - effect = { - set_global_flag = tajikstan_commodities - treasury = -50000 - 1201 = { trade_goods = coal } #Shurab mine - 1208 = { trade_goods = precious_metal } - } - ai_will_do = { factor = 1 } - } - - commodity_production_in_philippines = { - picture = map_philippines - potential = { - owns = 2565 - owns = 1457 - owns = 1458 - NOT = { has_global_flag = philippines_commodities } - } - - allow = { - war = no - money = 50000 - OR = { - market_determined_exchange_rates = 1 - AND = { - year = 1880 - economic_policy = planned_economy - modern_central_bank_system = 1 - investment_banks = 1 - } - AND = { - year = 1905 - business_regulations = 1 - } - } - } - - effect = { - set_global_flag = philippines_commodities - treasury = -50000 - 1457 = { trade_goods = coffee } - 1458 = { trade_goods = coffee } - } - ai_will_do = { factor = 1 } - } - - commodity_production_in_new_zealand = { - picture = map_new_zealand - potential = { - owns = 2510 - owns = 2571 - owns = 2514 - owns = 2516 - owns = 2512 - owns = 2524 - NOT = { has_global_flag = new_zealand_commodities } - has_global_flag = north_island_renamed - } - - allow = { - war = no - modern_central_bank_system = 1 - investment_banks = 1 - } - - effect = { - set_global_flag = new_zealand_commodities - 2510 = { trade_goods = oil } - 2571 = { trade_goods = cattle } - 2514 = { trade_goods = coal } - 2516 = { trade_goods = timber } - 2512 = { trade_goods = wool } - 2524 = { trade_goods = coal } - } - ai_will_do = { factor = 1 } - } - - north_island_renaming = { - picture = map_new_zealand - potential = { - owns = 2510 - owns = 2511 - owns = 2512 - owns = 2513 - owns = 2514 - owns = 2515 - owns = 2516 - has_global_flag = treaty_of_waitangi - NOT = { primary_culture = maori } - NOT = { has_global_flag = north_island_renamed } - } - - allow = { - war = no - } - - effect = { - set_global_flag = north_island_renamed - 2510 = { change_province_name = "New Plymouth" life_rating = 2 } - 2511 = { change_province_name = "Napier" life_rating = 1 } - 2512 = { change_province_name = "Wellington" life_rating = 3 } - 2513 = { change_province_name = "Dunedin" life_rating = 1 trade_goods = precious_metal } - 2515 = { change_province_name = "Christchurch" life_rating = 3 } - 2516 = { change_province_name = "Nelson" life_rating = 2 } - 2524 = { change_province_name = "Hamilton" life_rating = 2 } - 2509 = { life_rating = 4 } #Auckland - 2571 = { life_rating = 2 } #Tauranga - 2514 = { life_rating = 2 } - any_pop = { limit = { location = { is_core = NZL } has_pop_culture = australian } reduce_pop = 1.2 } - any_pop = { limit = { location = { is_core = NZL } has_pop_culture = maori } literacy = -0.8 } - - any_pop = { - limit = { has_pop_culture = maori location = { is_core = NZL } } - ideology = { value = reactionary factor = 0.10 } - militancy = 3 - } - } - ai_will_do = { factor = 1 } - } - - plantations_in_ruanda_urundi = { - picture = tea_production - - potential = { - OR = { - owns = 2034 - owns = 2035 - } - OR = { - 2034 = { NOT = { has_province_modifier = plantation } } - 2035 = { NOT = { has_province_modifier = plantation } } - } - } - - - allow = { - war = no - investment_banks = 1 - } - - effect = { - 2034 = { add_province_modifier = { name = plantation duration = -1 } } - 2035 = { add_province_modifier = { name = plantation duration = -1 } } - random_owned = { - limit = { owner = { NOT = { has_global_flag = rwandan_life_rating } } } - 2034 = { life_rating = 23 } - 2035 = { life_rating = 23 } - owner = { set_global_flag = rwandan_life_rating } - } - } - - ai_will_do = { factor = 1 } - } - - asian_rgo_normalization = { - picture = coffee_in_colombia - potential = { - OR = { - 1485 = { owned_by = THIS NOT = { has_province_modifier = plantation } } - 2681 = { owned_by = THIS NOT = { has_province_modifier = plantation } } - any_owned_province = { - is_core = HND - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 1320 } - NOT = { terrain = coral_island } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = PHL - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 2517 } - NOT = { province_id = 1464 } - NOT = { continent = polynesia } - NOT = { terrain = coral_island } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = INO - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { terrain = coral_island } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = MLY - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = SRI - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = PAK - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { has_province_modifier = plantation } - } - any_owned_province = { - is_core = KOR - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 1637 } - NOT = { has_province_modifier = plantation } - } - } - year = 1870 - } - - allow = { - war = no - OR = { - investment_banks = 1 - sphere_owner = { investment_banks = 1 } - year = 1900 - } - } - - effect = { - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - OR = { - province_id = 1485 - province_id = 2681 - } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = HND - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 1320 } - NOT = { terrain = coral_island } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = PHL - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 2517 } - NOT = { province_id = 1464 } - NOT = { terrain = coral_island } - NOT = { continent = polynesia } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = INO - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { terrain = coral_island } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = MLY - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = SRI - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = PAK - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - } - add_province_modifier = { name = plantation duration = -1 } - } - any_owned = { - limit = { - NOT = { has_province_modifier = plantation } - is_core = KOR - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { province_id = 1637 } - } - add_province_modifier = { name = plantation duration = -1 } - } - } - - ai_will_do = { factor = 1 } - } - - africa_rgo_normalization = { - picture = coffee_in_colombia - potential = { - any_owned_province = { - continent = africa - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { has_province_modifier = plantation } - NOT = { province_id = 2590 } - NOT = { province_id = 1689 } - NOT = { province_id = 1954 } - NOT = { province_id = 1955 } - NOT = { province_id = 2123 } - NOT = { province_id = 2124 } - NOT = { province_id = 1177 } - NOT = { region = ENG_2125 } - NOT = { region = POR_2134 } - NOT = { region = ENG_2132 } - } - year = 1870 - } - - allow = { - war = no - investment_banks = 1 - } - - effect = { - any_owned = { - limit = { - continent = africa - NOT = { terrain = small_island } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = dryhills } - NOT = { has_province_modifier = plantation } - NOT = { province_id = 2590 } - NOT = { province_id = 1689 } - NOT = { province_id = 1954 } - NOT = { province_id = 1955 } - NOT = { province_id = 2123 } - NOT = { province_id = 2124 } - NOT = { province_id = 1177 } - NOT = { region = ENG_2125 } - NOT = { region = POR_2134 } - NOT = { region = ENG_2132 } - } - add_province_modifier = { name = plantation duration = -1 } - } - } - - ai_will_do = { factor = 1 } - } - - colonial_legacy = { - picture = begin_line_of_advantage - potential = { - civilized = no - tech_school = developing_tech_school - } - - allow = { - war = no - NOT = { has_country_modifier = colony_to_be_annexed } - OR = { - AND = { - literacy = 0.2 - civilization_progress = 0.7 - capital_scope = { continent = africa } - } - AND = { - literacy = 0.2 - civilization_progress = 0.5 - NOT = { capital_scope = { continent = africa } } - } - literacy = 0.75 - } - } - - effect = { - civilized = yes - clr_country_flag = lacking_writing_system - random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } - random_owned = { - limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } - owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } - } - random_list = { - 34 = { add_country_modifier = { name = global_baby_boom duration = 3650 } } - 33 = { add_country_modifier = { name = global_baby_boom duration = 3285 } } - 33 = { add_country_modifier = { name = global_baby_boom duration = 4015 } } - } - remove_country_modifier = assegai - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - remove_country_modifier = rangaku - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - } - - ai_will_do = { factor = 1 } - } - - end_of_natural_dyes = { - picture = tea_production - potential = { - OR = { - any_greater_power = { invention = synthetic_dye } - any_neighbor_country = { invention = synthetic_dye } - sphere_owner = { invention = synthetic_dye } - overlord = { invention = synthetic_dye } - invention = synthetic_dye - } - OR = { - any_owned_province = { - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - AND = { - any_owned_province = { has_building = dye_factory } - any_owned_province = { - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.4 } - } - } - } - year = 1870 - } - - allow = { - war = no - } - - effect = { - random_owned = { - limit = { - province_id = 1310 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { - limit = { - province_id = 1309 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = coffee - } - random_owned = { - limit = { - province_id = 1254 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = tropical_wood - } - random_owned = { - limit = { - province_id = 1257 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = tropical_wood - } - random_owned = { - limit = { - province_id = 1251 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { - limit = { - province_id = 1241 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { - limit = { - province_id = 1272 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { - limit = { - province_id = 1280 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - #random_owned = { - # limit = { - # province_id = 1277 - # trade_goods = dye - # controlled_by = THIS - # owned_by = THIS - # province_control_days = 730 - # unemployment_by_type = { type = farmers value = 0.1 } - # } - # trade_goods = fruit - #} - #random_owned = { - # limit = { - # province_id = 1276 - # trade_goods = dye - # controlled_by = THIS - # owned_by = THIS - # province_control_days = 730 - # unemployment_by_type = { type = farmers value = 0.1 } - # } - # trade_goods = fruit - #} - random_owned = { - limit = { - province_id = 1275 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = coal - } - random_owned = { - limit = { - province_id = 1270 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = iron - } - random_owned = { #https://www.mapsofindia.com/maps/india/india-map-silk.gif - limit = { - province_id = 1273 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { #https://www.mapsofindia.com/maps/india/india-map-silk.gif - limit = { - province_id = 1240 - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - trade_goods = silk - } - random_owned = { #Scope the potential production better for Sulawesi/France? - limit = { - trade_goods = dye - controlled_by = THIS - owned_by = THIS - province_control_days = 730 - unemployment_by_type = { type = farmers value = 0.5 } - } - random_list = { - 25 = { trade_goods = coffee } - 25 = { trade_goods = cotton } - 25 = { trade_goods = grain } - 25 = { trade_goods = tobacco } - } - } - } - - ai_will_do = { factor = 1 } - } - - return_colonies_from_dismantled_tag = { - picture = return_colonies - potential = { - is_vassal = no - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - #Ghana - AND = { - OR = { - has_country_flag = ghana_master - owns = 1907 - owns = 1911 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - } - - #Mozambique - AND = { - OR = { - has_country_flag = mozambique_master - owns = 2060 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - } - - #Ivory Coast - AND = { - OR = { - has_country_flag = ivc_master - owns = 1899 - owns = 1893 - owns = 1898 - owns = 1894 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - } - - #Nigeria - AND = { - OR = { - has_country_flag = nigeria_master - owns = 1934 - owns = 1928 - owns = 1945 - owns = 1923 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - } - - #Guinea - AND = { - OR = { - has_country_flag = guinea_master - owns = 1879 - owns = 1880 - owns = 1882 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1883 } - } - } - - #Guinea-Bissau - AND = { - OR = { - has_country_flag = guine_bissau_master - owns = 1877 - owns = 1878 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1878 } - } - } - - #Angola - AND = { - OR = { - has_country_flag = angola_master - owns = 1999 - owns = 2005 - owns = 2006 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - province_id = 2000 - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - } - } - - #Senegal - AND = { - OR = { - has_country_flag = senegal_master - owns = 1783 - owns = 1786 - owns = 1792 - owns = 1793 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 1785 } - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - } - } - - #Mauritania - AND = { - OR = { - has_country_flag = mauretania_organized - owns = 1775 - owns = 1782 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1775 } - } - } - - #Mali - AND = { - OR = { - has_country_flag = mali_master - owns = 1803 - owns = 1797 - owns = 1794 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - } - } - - #Congo-Zaire - AND = { - OR = { - has_country_flag = zaire_master - owns = 1982 - owns = 1993 - owns = 1996 - owns = 1987 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 2000 } - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - } - } - - #Niger - AND = { - OR = { - has_country_flag = niger_master - owns = 1808 - owns = 1812 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - } - } - - #Egypt - AND = { - OR = { - owns = 1745 - owns = 1765 - owns = 1769 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - } - - #Sudan - AND = { - OR = { - owns = 1745 - owns = 1765 - owns = 1769 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = EGY_1834 - region = EGY_1827 - region = EGY_1838 - region = ENG_1844 - } - } - } - } - - #Ethiopia - AND = { - OR = { - owns = 1852 - owns = 1859 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - } - - #Indonesia - AND = { - OR = { - owns = 1413 - has_country_flag = indonesia_master - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - } - - #Malaysia - AND = { - owns = 1385 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - province_id = 1394 - province_id = 1395 - province_id = 1396 - province_id = 1397 - } - } - } - } - - #Tanzania - AND = { - OR = { - has_country_flag = tanzania_master - owns = 2044 - owns = 2045 - owns = 2041 - owns = 2036 - owns = 2038 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - } - } - - #Kenya - AND = { - OR = { - has_country_flag = kenya_master - owns = 2024 - owns = 2030 - owns = 2028 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - } - } - - #Vietnam - AND = { - owns = 1334 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = BUR_1334 - region = BUR_1330 - region = BUR_1339 - } - } - } - } - - #Somalia - AND = { - owns = 1868 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SOM_1868 - province_id = 1874 - province_id = 1873 - } - } - } - } - - #Algeria - AND = { - owns = 1700 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1700 - region = ALD_1704 - region = ALD_1708 - region = ALD_1713 - region = ALD_1718 - } - } - } - } - - #Morocco - AND = { - owns = 1680 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MOR_1686 - region = MOR_1688 - region = MOR_1683 - region = MOR_1693 - region = MOR_1694 - region = MOR_1696 - } - } - } - } - - #Libya - AND = { - OR = { - owns = 1731 - owns = 1735 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - } - - #Yemen - AND = { - OR = { - owns = 1412 - owns = 1178 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = YEM_1178 - region = YEM_1412 - } - } - } - } - - #Laos - AND = { - owns = 1356 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = LUA_1356 } - } - } - - #Yemen - AND = { - owns = 1455 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - } - } - } - } - - #Korea - AND = { - owns = 1624 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = KOR_1619 - region = KOR_1624 - region = KOR_1627 - region = KOR_1635 - } - } - } - } - - #Madagascar - AND = { - OR = { - owns = 2115 - owns = 2116 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MAD_2117 - region = MAD_2121 - } - } - } - } - - } - } - - allow = { - war = no - has_recently_lost_war = no - is_disarmed = no - } - - effect = { - - #Ghana - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = ghana_master - owns = 1907 - owns = 1911 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - any_owned = { - limit = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - secede_province = THIS - } - } - } - } - - #Mozambique - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = mozambique_master - owns = 2060 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - } - any_owned = { - limit = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - secede_province = THIS - } - } - } - } - - #Ivory Coast - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = ivc_master - owns = 1899 - owns = 1893 - owns = 1898 - owns = 1894 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - any_owned = { - limit = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - secede_province = THIS - } - } - } - } - - #Nigeria - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = nigeria_master - owns = 1934 - owns = 1928 - owns = 1945 - owns = 1923 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - } - any_owned = { - limit = { - OR = { - region = FRA_1923 - region = FRA_1927 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = SOK_1937 - } - } - secede_province = THIS - } - } - } - } - - #Guinea - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = guinea_master - owns = 1879 - owns = 1880 - owns = 1882 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1883 } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1883 } - } - any_owned = { - limit = { region = FRA_1883 } - secede_province = THIS - } - } - } - } - - #Guinea-Bissau - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = guine_bissau_master - owns = 1877 - owns = 1878 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1878 } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1878 } - } - any_owned = { - limit = { region = FRA_1878 } - secede_province = THIS - } - } - } - } - - #Angola - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = angola_master - owns = 1999 - owns = 2005 - owns = 2006 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - province_id = 2000 - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - province_id = 2000 - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - } - any_owned = { - limit = { - OR = { - province_id = 2000 - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - secede_province = THIS - } - } - } - } - - #Senegal - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = senegal_master - owns = 1783 - owns = 1786 - owns = 1792 - owns = 1793 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 1785 } - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 1785 } - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - } - any_owned = { - limit = { - NOT = { province_id = 1785 } - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - secede_province = THIS - } - } - } - } - - #Mauritania - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = mauretania_organized - owns = 1775 - owns = 1782 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1775 } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = FRA_1775 } - } - any_owned = { - limit = { region = FRA_1775 } - secede_province = THIS - } - } - } - } - - #Mali - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = mali_master - owns = 1803 - owns = 1797 - owns = 1794 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - } - any_owned = { - limit = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - secede_province = THIS - } - } - } - } - - #Congo-Zaire - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = zaire_master - owns = 1982 - owns = 1993 - owns = 1996 - owns = 1987 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 2000 } - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - NOT = { province_id = 2000 } - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - } - any_owned = { - limit = { - NOT = { province_id = 2000 } - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - secede_province = THIS - } - } - } - } - - #Niger - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = niger_master - owns = 1808 - owns = 1812 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - } - any_owned = { - limit = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - secede_province = THIS - } - } - } - } - - #Egypt - random_owned = { - limit = { - owner = { - OR = { - owns = 1745 - owns = 1765 - owns = 1769 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - } - any_owned = { - limit = { - OR = { - region = EGY_1745 - region = EGY_1758 - region = EGY_1762 - region = EGY_1771 - } - } - secede_province = THIS - } - } - } - } - - #Ethiopia - random_owned = { - limit = { - owner = { - OR = { - owns = 1852 - owns = 1859 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - } - any_owned = { - limit = { - OR = { - region = ETH_1853 - region = ETH_1852 - region = ETH_1865 - region = ETH_1859 - } - } - secede_province = THIS - } - } - } - } - - #Indonesia - random_owned = { - limit = { - owner = { - OR = { - owns = 1413 - has_country_flag = indonesia_master - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - } - any_owned = { - limit = { - OR = { - region = ATJ_1405 - region = NET_1401 - region = NET_1398 - region = NET_1413 - region = NET_1426 - region = NET_1423 - region = NET_1418 - region = NET_1449 - region = BAL_1438 - region = NET_1451 - region = NET_1446 - } - } - secede_province = THIS - } - } - } - } - - #Malaysia - random_owned = { - limit = { - owner = { - owns = 1385 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - province_id = 1394 - province_id = 1395 - province_id = 1396 - province_id = 1397 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_1391 - region = ENG_1384 - province_id = 1394 - province_id = 1395 - province_id = 1396 - province_id = 1397 - } - } - } - any_owned = { - limit = { - OR = { - region = ENG_1391 - region = ENG_1384 - province_id = 1394 - province_id = 1395 - province_id = 1396 - province_id = 1397 - } - } - secede_province = THIS - } - } - } - } - - #Tanzania - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = tanzania_master - owns = 2044 - owns = 2045 - owns = 2041 - owns = 2036 - owns = 2038 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - } - any_owned = { - limit = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - secede_province = THIS - } - } - } - } - - #Kenya - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = kenya_master - owns = 2024 - owns = 2030 - owns = 2028 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - } - any_owned = { - limit = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - secede_province = THIS - } - } - } - } - - #Vietnam - random_owned = { - limit = { - owner = { - owns = 1369 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = DAI_1369 - region = DAI_1375 - region = DAI_1380 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = DAI_1369 - region = DAI_1375 - region = DAI_1380 - } - } - } - any_owned = { - limit = { - OR = { - region = DAI_1369 - region = DAI_1375 - region = DAI_1380 - } - } - secede_province = THIS - } - } - } - } - - #Burma - random_owned = { - limit = { - owner = { - owns = 1334 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = BUR_1334 - region = BUR_1330 - region = BUR_1339 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = BUR_1334 - region = BUR_1330 - region = BUR_1339 - } - } - } - any_owned = { - limit = { - OR = { - region = BUR_1334 - region = BUR_1330 - region = BUR_1339 - } - } - secede_province = THIS - } - } - } - } - - #Somalia - random_owned = { - limit = { - owner = { - owns = 1868 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SOM_1868 - province_id = 1874 - province_id = 1873 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SOM_1868 - province_id = 1874 - province_id = 1873 - } - } - } - any_owned = { - limit = { - OR = { - region = SOM_1868 - province_id = 1874 - province_id = 1873 - } - } - secede_province = THIS - } - } - } - } - - #Algeria - random_owned = { - limit = { - owner = { - owns = 1700 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1700 - region = ALD_1704 - region = ALD_1708 - region = ALD_1713 - region = ALD_1718 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = FRA_1700 - region = ALD_1704 - region = ALD_1708 - region = ALD_1713 - region = ALD_1718 - } - } - } - any_owned = { - limit = { - OR = { - region = FRA_1700 - region = ALD_1704 - region = ALD_1708 - region = ALD_1713 - region = ALD_1718 - } - } - secede_province = THIS - } - } - } - } - - #Morocco - random_owned = { - limit = { - owner = { - owns = 1680 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MOR_1686 - region = MOR_1688 - region = MOR_1683 - region = MOR_1693 - region = MOR_1694 - region = MOR_1696 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MOR_1686 - region = MOR_1688 - region = MOR_1683 - region = MOR_1693 - region = MOR_1694 - region = MOR_1696 - } - } - } - any_owned = { - limit = { - OR = { - region = MOR_1686 - region = MOR_1688 - region = MOR_1683 - region = MOR_1693 - region = MOR_1694 - region = MOR_1696 - } - } - secede_province = THIS - } - } - } - } - - #Libya - random_owned = { - limit = { - owner = { - OR = { - owns = 1731 - owns = 1735 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - } - any_owned = { - limit = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - secede_province = THIS - } - } - } - } - - #Yemen - random_owned = { - limit = { - owner = { - OR = { - owns = 1412 - owns = 1178 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = YEM_1178 - region = YEM_1412 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = YEM_1178 - region = YEM_1412 - } - } - } - any_owned = { - limit = { - OR = { - region = YEM_1178 - region = YEM_1412 - } - } - secede_province = THIS - } - } - } - } - - #Laos - random_owned = { - limit = { - owner = { - owns = 1356 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = LUA_1356 } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { region = LUA_1356 } - } - any_owned = { - limit = { region = LUA_1356 } - secede_province = THIS - } - } - } - } - - #Philippines - random_owned = { - limit = { - owner = { - owns = 1455 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - } - } - } - any_owned = { - limit = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - } - } - secede_province = THIS - } - } - } - } - - #Korea - random_owned = { - limit = { - owner = { - owns = 1624 - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = KOR_1619 - region = KOR_1624 - region = KOR_1627 - region = KOR_1635 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = KOR_1619 - region = KOR_1624 - region = KOR_1627 - region = KOR_1635 - } - } - } - any_owned = { - limit = { - OR = { - region = KOR_1619 - region = KOR_1624 - region = KOR_1627 - region = KOR_1635 - } - } - secede_province = THIS - } - } - } - } - - #Madagascar - random_owned = { - limit = { - owner = { - OR = { - owns = 2115 - owns = 2116 - } - any_neighbor_country = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MAD_2117 - region = MAD_2121 - } - } - } - } - } - owner = { - any_neighbor_country = { - limit = { - war = no - OR = { - has_country_modifier = being_dismantled - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = THIS - alliance_with = THIS - } - any_owned_province = { - OR = { - region = MAD_2117 - region = MAD_2121 - } - } - } - any_owned = { - limit = { - OR = { - region = MAD_2117 - region = MAD_2121 - } - } - secede_province = THIS - } - } - } - } - - } - - ai_will_do = { factor = 1 } - } - -} \ No newline at end of file + organize_colonial_armies = { + picture = begin_line_of_advantage + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + civilized = yes + colonial_nation = yes + any_owned_province = { is_colonial = yes is_overseas = yes } + NOT = { has_country_flag = colonial_armies } + } + + allow = { + naval_logistics = 1 + invention = bell_n_greys_telephones + money = 11000 + } + + effect = { + set_country_flag = colonial_armies + treasury = -10000 + } + ai_will_do = { factor = 1 } + } + + commission_warship = { + picture = ironclad_commissions + potential = { + any_owned_province = { has_building = naval_base } + NOT = { iron_steamers = 1 } + OR = { + any_greater_power = { invention = ironclads raider_group_doctrine = 1 } + any_neighbor_country = { invention = ironclads raider_group_doctrine = 1 } + sphere_owner = { invention = ironclads raider_group_doctrine = 1 } + overlord = { invention = ironclads raider_group_doctrine = 1 } + } + NOT = { has_country_flag = lacking_writing_system } + NOT = { has_country_flag = warship_commissioned } + } + + allow = { + money = 51000 + NOT = { is_disarmed = yes } + NOT = { has_country_modifier = warship_commissioned } + any_owned_province = { has_building = naval_base is_core = THIS } + war = no + flintlock_rifles = 1 + post_nelsonian_thought = 1 + OR = { + ai = no + NOT = { total_amount_of_ships = 3 } + AND = { + num_of_ports = 3 + NOT = { check_variable = { which = ironclad_commision value = 1 } } + } + AND = { + num_of_ports = 6 + NOT = { check_variable = { which = ironclad_commision value = 3 } } + } + AND = { + num_of_ports = 12 + NOT = { check_variable = { which = ironclad_commision value = 6 } } + } + AND = { + num_of_ports = 18 + NOT = { check_variable = { which = ironclad_commision value = 9 } } + } + AND = { + num_of_ports = 24 + NOT = { check_variable = { which = ironclad_commision value = 12 } } + } + AND = { + num_of_ports = 30 + NOT = { check_variable = { which = ironclad_commision value = 15 } } + } + } + } + + effect = { + random_owned = { limit = { owner = { NOT = { has_global_flag = warship_commissioned } } } set_global_flag = warship_commissioned } + set_country_flag = warship_commissioned + treasury = -50000 + any_country = { limit = { exists = no has_country_flag = warship_commissioned } clr_country_flag = warship_commissioned } + random_owned = { limit = { owner = { NOT = { has_country_flag = warship_variable } } } owner = { set_country_flag = warship_variable } } + random_owned = { + limit = { owner = { NOT = { has_country_flag = warship_variable } } } + owner = { set_variable = { which = ironclad_commision value = 0 } } + } + random_owned = { + limit = { owner = { has_country_flag = warship_variable NOT = { total_amount_of_ships = 1 } } } + owner = { set_variable = { which = ironclad_commision value = 0 } } + } + } + + ai_will_do = { + factor = 1 + + #modifier = { factor = 0 NOT = { number_of_states = 6 } colonial_nation = no } + } + } + + take_on_warship_commission = { + picture = ironclad_commissions + potential = { + any_owned_province = { has_building = naval_base } + OR = { + has_global_flag = warship_commissioned + any_neighbor_country = { has_country_flag = warship_commissioned } + } + invention = ironclads + raider_group_doctrine = 1 + NOT = { has_global_flag = warship_commission_being_fulfilled } + } + + allow = { + war = no + is_vassal = no + OR = { + AND = { + ai = no + steamer_convoy = 45 + artillery = 10 + canned_food = 10 + } + ai = yes + } + NOT = { + has_country_modifier = warship_commissioned + is_disarmed = yes + check_variable = { which = owed_steamers value = 1 } + check_variable = { which = owed_artillery value = 1 } + check_variable = { which = owed_canned_food value = 1 } + } + } + + effect = { + clr_global_flag = warship_commissioned + set_global_flag = warship_commission_being_fulfilled + any_country = { limit = { exists = yes has_country_flag = warship_commissioned } set_global_flag = warship_commissioned } + add_country_modifier = { name = warship_commissioned duration = 1095 } + random_owned = { + limit = { owner = { ai = no } } + owner = { + steamer_convoy = -45 + artillery = -10 + canned_food = -10 + } + } + random_owned = { + limit = { owner = { ai = yes } } + owner = { + set_variable = { which = owed_steamers value = 45 } + set_variable = { which = owed_artillery value = 10 } + set_variable = { which = owed_canned_food value = 10 } + } + } + treasury = 50000 + random_country = { + limit = { has_country_flag = warship_commissioned exists = yes } + clr_country_flag = warship_commissioned + relation = { who = THIS value = 5 } + country_event = 6016812 + } + } + ai_will_do = { + factor = 1 + + modifier = { factor = 0 NOT = { month = 6 } } + } + } + + commodity_production_in_uzbekistan = { + picture = commodities_in_central_asia + potential = { + owns = 1200 + owns = 1198 + owns = 1195 + NOT = { has_global_flag = uzbekistan_commodities } + } + + allow = { + war = no + money = 50000 + OR = { + market_determined_exchange_rates = 1 + AND = { + year = 1880 + economic_policy = planned_economy + modern_central_bank_system = 1 + investment_banks = 1 + } + AND = { + year = 1905 + business_regulations = 1 + } + } + } + + effect = { + set_global_flag = uzbekistan_commodities + treasury = -50000 + 1200 = { trade_goods = cotton } + 1198 = { trade_goods = cotton } + 1191 = { trade_goods = cotton } + 29 = { trade_goods = cotton } + 1195 = { trade_goods = silk } + 1199 = { trade_goods = silk } + 1202 = { trade_goods = tobacco } #kokand + } + ai_will_do = { factor = 1 } + } + + + commodity_production_in_kyrgyzstan = { + picture = commodities_in_central_asia + potential = { + owns = 1203 + owns = 1190 + owns = 1189 + NOT = { has_global_flag = kyrgyzstan_commodities } + } + + allow = { + war = no + money = 50000 + OR = { + market_determined_exchange_rates = 1 + AND = { + year = 1880 + economic_policy = planned_economy + modern_central_bank_system = 1 + investment_banks = 1 + } + AND = { + year = 1905 + business_regulations = 1 + } + } + } + + effect = { + set_global_flag = kyrgyzstan_commodities + treasury = -50000 + ##Kyrgz + 1207 = { trade_goods = coal } + 1189 = { trade_goods = coal } #Bishkek + 1190 = { trade_goods = cotton } + } + ai_will_do = { factor = 1 } + } + + commodity_production_in_turkmenia = { + picture = commodities_in_central_asia + potential = { + owns = 1206 + owns = 1196 + owns = 1205 + NOT = { has_global_flag = turkmenia_commodities } + } + + allow = { + war = no + money = 50000 + OR = { + market_determined_exchange_rates = 1 + AND = { + year = 1880 + economic_policy = planned_economy + modern_central_bank_system = 1 + investment_banks = 1 + } + AND = { + year = 1905 + business_regulations = 1 + } + } + } + + effect = { + set_global_flag = turkmenia_commodities + treasury = -50000 + 1206 = { trade_goods = cotton } + 1196 = { trade_goods = cotton } + } + ai_will_do = { factor = 1 } + } + + commodity_production_in_tajikstan = { + picture = commodities_in_central_asia + potential = { + owns = 1208 + owns = 1201 + NOT = { has_global_flag = tajikstan_commodities } + } + + allow = { + war = no + money = 50000 + OR = { + market_determined_exchange_rates = 1 + AND = { + year = 1880 + economic_policy = planned_economy + modern_central_bank_system = 1 + investment_banks = 1 + } + AND = { + year = 1905 + business_regulations = 1 + } + } + } + + effect = { + set_global_flag = tajikstan_commodities + treasury = -50000 + 1201 = { trade_goods = coal } #Shurab mine + 1208 = { trade_goods = precious_metal } + } + ai_will_do = { factor = 1 } + } + + commodity_production_in_philippines = { + picture = map_philippines + potential = { + owns = 2565 + owns = 1457 + owns = 1458 + NOT = { has_global_flag = philippines_commodities } + } + + allow = { + war = no + money = 50000 + OR = { + market_determined_exchange_rates = 1 + AND = { + year = 1880 + economic_policy = planned_economy + modern_central_bank_system = 1 + investment_banks = 1 + } + AND = { + year = 1905 + business_regulations = 1 + } + } + } + + effect = { + set_global_flag = philippines_commodities + treasury = -50000 + 1457 = { trade_goods = coffee } + 1458 = { trade_goods = coffee } + } + ai_will_do = { factor = 1 } + } + + commodity_production_in_new_zealand = { + picture = map_new_zealand + potential = { + owns = 2510 + owns = 2571 + owns = 2514 + owns = 2516 + owns = 2512 + owns = 2524 + NOT = { has_global_flag = new_zealand_commodities } + has_global_flag = north_island_renamed + } + + allow = { + war = no + modern_central_bank_system = 1 + investment_banks = 1 + } + + effect = { + set_global_flag = new_zealand_commodities + 2510 = { trade_goods = oil } + 2571 = { trade_goods = cattle } + 2514 = { trade_goods = coal } + 2516 = { trade_goods = timber } + 2512 = { trade_goods = wool } + 2524 = { trade_goods = coal } + } + ai_will_do = { factor = 1 } + } + + north_island_renaming = { + picture = map_new_zealand + potential = { + owns = 2510 + owns = 2511 + owns = 2512 + owns = 2513 + owns = 2514 + owns = 2515 + owns = 2516 + has_global_flag = treaty_of_waitangi + NOT = { primary_culture = maori } + NOT = { has_global_flag = north_island_renamed } + } + + allow = { + war = no + } + + effect = { + set_global_flag = north_island_renamed + 2510 = { change_province_name = "New Plymouth" life_rating = 2 } + 2511 = { change_province_name = "Napier" life_rating = 1 } + 2512 = { change_province_name = "Wellington" life_rating = 3 } + 2513 = { change_province_name = "Dunedin" life_rating = 1 trade_goods = precious_metal } + 2515 = { change_province_name = "Christchurch" life_rating = 3 } + 2516 = { change_province_name = "Nelson" life_rating = 2 } + 2524 = { change_province_name = "Hamilton" life_rating = 2 } + 2509 = { life_rating = 4 } #Auckland + 2571 = { life_rating = 2 } #Tauranga + 2514 = { life_rating = 2 } + any_pop = { limit = { location = { is_core = NZL } has_pop_culture = australian } reduce_pop = 1.2 } + any_pop = { limit = { location = { is_core = NZL } has_pop_culture = maori } literacy = -0.8 } + + any_pop = { + limit = { has_pop_culture = maori location = { is_core = NZL } } + ideology = { value = reactionary factor = 0.10 } + militancy = 3 + } + } + ai_will_do = { factor = 1 } + } + + plantations_in_ruanda_urundi = { + picture = tea_production + + potential = { + OR = { + owns = 2034 + owns = 2035 + } + OR = { + 2034 = { NOT = { has_province_modifier = plantation } } + 2035 = { NOT = { has_province_modifier = plantation } } + } + } + + + allow = { + war = no + investment_banks = 1 + } + + effect = { + 2034 = { add_province_modifier = { name = plantation duration = -1 } } + 2035 = { add_province_modifier = { name = plantation duration = -1 } } + random_owned = { + limit = { owner = { NOT = { has_global_flag = rwandan_life_rating } } } + 2034 = { life_rating = 23 } + 2035 = { life_rating = 23 } + owner = { set_global_flag = rwandan_life_rating } + } + } + + ai_will_do = { factor = 1 } + } + + asian_rgo_normalization = { + picture = coffee_in_colombia + potential = { + OR = { + 1485 = { owned_by = THIS NOT = { has_province_modifier = plantation } } + 2681 = { owned_by = THIS NOT = { has_province_modifier = plantation } } + any_owned_province = { + is_core = HND + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 1320 } + NOT = { terrain = coral_island } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = PHL + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 2517 } + NOT = { province_id = 1464 } + NOT = { continent = polynesia } + NOT = { terrain = coral_island } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = INO + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { terrain = coral_island } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = MLY + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = SRI + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = PAK + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { has_province_modifier = plantation } + } + any_owned_province = { + is_core = KOR + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 1637 } + NOT = { has_province_modifier = plantation } + } + } + year = 1870 + } + + allow = { + war = no + OR = { + investment_banks = 1 + sphere_owner = { investment_banks = 1 } + year = 1900 + } + } + + effect = { + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + OR = { + province_id = 1485 + province_id = 2681 + } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = HND + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 1320 } + NOT = { terrain = coral_island } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = PHL + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 2517 } + NOT = { province_id = 1464 } + NOT = { terrain = coral_island } + NOT = { continent = polynesia } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = INO + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { terrain = coral_island } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = MLY + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = SRI + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = PAK + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + } + add_province_modifier = { name = plantation duration = -1 } + } + any_owned = { + limit = { + NOT = { has_province_modifier = plantation } + is_core = KOR + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { province_id = 1637 } + } + add_province_modifier = { name = plantation duration = -1 } + } + } + + ai_will_do = { factor = 1 } + } + + africa_rgo_normalization = { + picture = coffee_in_colombia + potential = { + any_owned_province = { + continent = africa + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { has_province_modifier = plantation } + NOT = { province_id = 2590 } + NOT = { province_id = 1689 } + NOT = { province_id = 1954 } + NOT = { province_id = 1955 } + NOT = { province_id = 2123 } + NOT = { province_id = 2124 } + NOT = { province_id = 1177 } + NOT = { region = ENG_2125 } + NOT = { region = POR_2134 } + NOT = { region = ENG_2132 } + } + year = 1870 + } + + allow = { + war = no + investment_banks = 1 + } + + effect = { + any_owned = { + limit = { + continent = africa + NOT = { terrain = small_island } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = dryhills } + NOT = { has_province_modifier = plantation } + NOT = { province_id = 2590 } + NOT = { province_id = 1689 } + NOT = { province_id = 1954 } + NOT = { province_id = 1955 } + NOT = { province_id = 2123 } + NOT = { province_id = 2124 } + NOT = { province_id = 1177 } + NOT = { region = ENG_2125 } + NOT = { region = POR_2134 } + NOT = { region = ENG_2132 } + } + add_province_modifier = { name = plantation duration = -1 } + } + } + + ai_will_do = { factor = 1 } + } + + colonial_legacy = { + picture = begin_line_of_advantage + potential = { + civilized = no + tech_school = developing_tech_school + } + + allow = { + war = no + NOT = { has_country_modifier = colony_to_be_annexed } + OR = { + AND = { + literacy = 0.2 + civilization_progress = 0.7 + capital_scope = { continent = africa } + } + AND = { + literacy = 0.2 + civilization_progress = 0.5 + NOT = { capital_scope = { continent = africa } } + } + literacy = 0.75 + } + } + + effect = { + civilized = yes + clr_country_flag = lacking_writing_system + remove_country_modifier = lacks_writing_system + random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } + random_owned = { + limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } + owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } + } + random_list = { + 34 = { add_country_modifier = { name = global_baby_boom duration = 3650 } } + 33 = { add_country_modifier = { name = global_baby_boom duration = 3285 } } + 33 = { add_country_modifier = { name = global_baby_boom duration = 4015 } } + } + remove_country_modifier = assegai + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + remove_country_modifier = rangaku + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + } + + ai_will_do = { factor = 1 } + } + + end_of_natural_dyes = { + picture = tea_production + potential = { + OR = { + any_greater_power = { invention = synthetic_dye } + any_neighbor_country = { invention = synthetic_dye } + sphere_owner = { invention = synthetic_dye } + overlord = { invention = synthetic_dye } + invention = synthetic_dye + } + OR = { + any_owned_province = { + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + AND = { + any_owned_province = { has_building = dye_factory } + any_owned_province = { + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.4 } + } + } + } + year = 1870 + } + + allow = { + war = no + } + + effect = { + random_owned = { + limit = { + province_id = 1310 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { + limit = { + province_id = 1309 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = coffee + } + random_owned = { + limit = { + province_id = 1254 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = tropical_wood + } + random_owned = { + limit = { + province_id = 1257 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = tropical_wood + } + random_owned = { + limit = { + province_id = 1251 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { + limit = { + province_id = 1241 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { + limit = { + province_id = 1272 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { + limit = { + province_id = 1280 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + #random_owned = { + # limit = { + # province_id = 1277 + # trade_goods = dye + # controlled_by = THIS + # owned_by = THIS + # province_control_days = 730 + # unemployment_by_type = { type = farmers value = 0.1 } + # } + # trade_goods = fruit + #} + #random_owned = { + # limit = { + # province_id = 1276 + # trade_goods = dye + # controlled_by = THIS + # owned_by = THIS + # province_control_days = 730 + # unemployment_by_type = { type = farmers value = 0.1 } + # } + # trade_goods = fruit + #} + random_owned = { + limit = { + province_id = 1275 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = coal + } + random_owned = { + limit = { + province_id = 1270 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = iron + } + random_owned = { #https://www.mapsofindia.com/maps/india/india-map-silk.gif + limit = { + province_id = 1273 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { #https://www.mapsofindia.com/maps/india/india-map-silk.gif + limit = { + province_id = 1240 + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + trade_goods = silk + } + random_owned = { #Scope the potential production better for Sulawesi/France? + limit = { + trade_goods = dye + controlled_by = THIS + owned_by = THIS + province_control_days = 730 + unemployment_by_type = { type = farmers value = 0.5 } + } + random_list = { + 25 = { trade_goods = coffee } + 25 = { trade_goods = cotton } + 25 = { trade_goods = grain } + 25 = { trade_goods = tobacco } + } + } + } + + ai_will_do = { factor = 1 } + } + + return_colonies_from_dismantled_tag = { + picture = return_colonies + potential = { + is_vassal = no + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + #Ghana + AND = { + OR = { + has_country_flag = ghana_master + owns = 1907 + owns = 1911 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + } + + #Mozambique + AND = { + OR = { + has_country_flag = mozambique_master + owns = 2060 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + } + + #Ivory Coast + AND = { + OR = { + has_country_flag = ivc_master + owns = 1899 + owns = 1893 + owns = 1898 + owns = 1894 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + } + + #Nigeria + AND = { + OR = { + has_country_flag = nigeria_master + owns = 1934 + owns = 1928 + owns = 1945 + owns = 1923 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + } + + #Guinea + AND = { + OR = { + has_country_flag = guinea_master + owns = 1879 + owns = 1880 + owns = 1882 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1883 } + } + } + + #Guinea-Bissau + AND = { + OR = { + has_country_flag = guine_bissau_master + owns = 1877 + owns = 1878 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1878 } + } + } + + #Angola + AND = { + OR = { + has_country_flag = angola_master + owns = 1999 + owns = 2005 + owns = 2006 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + province_id = 2000 + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + } + } + + #Senegal + AND = { + OR = { + has_country_flag = senegal_master + owns = 1783 + owns = 1786 + owns = 1792 + owns = 1793 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 1785 } + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + } + } + + #Mauritania + AND = { + OR = { + has_country_flag = mauretania_organized + owns = 1775 + owns = 1782 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1775 } + } + } + + #Mali + AND = { + OR = { + has_country_flag = mali_master + owns = 1803 + owns = 1797 + owns = 1794 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + } + } + + #Congo-Zaire + AND = { + OR = { + has_country_flag = zaire_master + owns = 1982 + owns = 1993 + owns = 1996 + owns = 1987 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 2000 } + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + } + } + + #Niger + AND = { + OR = { + has_country_flag = niger_master + owns = 1808 + owns = 1812 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + } + } + + #Egypt + AND = { + OR = { + owns = 1745 + owns = 1765 + owns = 1769 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + } + + #Sudan + AND = { + OR = { + owns = 1745 + owns = 1765 + owns = 1769 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = EGY_1834 + region = EGY_1827 + region = EGY_1838 + region = ENG_1844 + } + } + } + } + + #Ethiopia + AND = { + OR = { + owns = 1852 + owns = 1859 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + } + + #Indonesia + AND = { + OR = { + owns = 1413 + has_country_flag = indonesia_master + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + } + + #Malaysia + AND = { + owns = 1385 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + province_id = 1394 + province_id = 1395 + province_id = 1396 + province_id = 1397 + } + } + } + } + + #Tanzania + AND = { + OR = { + has_country_flag = tanzania_master + owns = 2044 + owns = 2045 + owns = 2041 + owns = 2036 + owns = 2038 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + } + } + + #Kenya + AND = { + OR = { + has_country_flag = kenya_master + owns = 2024 + owns = 2030 + owns = 2028 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + } + } + + #Vietnam + AND = { + owns = 1334 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = BUR_1334 + region = BUR_1330 + region = BUR_1339 + } + } + } + } + + #Somalia + AND = { + owns = 1868 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SOM_1868 + province_id = 1874 + province_id = 1873 + } + } + } + } + + #Algeria + AND = { + owns = 1700 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1700 + region = ALD_1704 + region = ALD_1708 + region = ALD_1713 + region = ALD_1718 + } + } + } + } + + #Morocco + AND = { + owns = 1680 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MOR_1686 + region = MOR_1688 + region = MOR_1683 + region = MOR_1693 + region = MOR_1694 + region = MOR_1696 + } + } + } + } + + #Libya + AND = { + OR = { + owns = 1731 + owns = 1735 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + } + + #Yemen + AND = { + OR = { + owns = 1412 + owns = 1178 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = YEM_1178 + region = YEM_1412 + } + } + } + } + + #Laos + AND = { + owns = 1356 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = LUA_1356 } + } + } + + #Yemen + AND = { + owns = 1455 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + } + } + } + } + + #Korea + AND = { + owns = 1624 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = KOR_1619 + region = KOR_1624 + region = KOR_1627 + region = KOR_1635 + } + } + } + } + + #Madagascar + AND = { + OR = { + owns = 2115 + owns = 2116 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MAD_2117 + region = MAD_2121 + } + } + } + } + + } + } + + allow = { + war = no + has_recently_lost_war = no + is_disarmed = no + } + + effect = { + + #Ghana + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = ghana_master + owns = 1907 + owns = 1911 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + any_owned = { + limit = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + secede_province = THIS + } + } + } + } + + #Mozambique + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = mozambique_master + owns = 2060 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + } + any_owned = { + limit = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + secede_province = THIS + } + } + } + } + + #Ivory Coast + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = ivc_master + owns = 1899 + owns = 1893 + owns = 1898 + owns = 1894 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + any_owned = { + limit = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + secede_province = THIS + } + } + } + } + + #Nigeria + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = nigeria_master + owns = 1934 + owns = 1928 + owns = 1945 + owns = 1923 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + } + any_owned = { + limit = { + OR = { + region = FRA_1923 + region = FRA_1927 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = SOK_1937 + } + } + secede_province = THIS + } + } + } + } + + #Guinea + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = guinea_master + owns = 1879 + owns = 1880 + owns = 1882 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1883 } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1883 } + } + any_owned = { + limit = { region = FRA_1883 } + secede_province = THIS + } + } + } + } + + #Guinea-Bissau + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = guine_bissau_master + owns = 1877 + owns = 1878 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1878 } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1878 } + } + any_owned = { + limit = { region = FRA_1878 } + secede_province = THIS + } + } + } + } + + #Angola + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = angola_master + owns = 1999 + owns = 2005 + owns = 2006 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + province_id = 2000 + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + province_id = 2000 + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + } + any_owned = { + limit = { + OR = { + province_id = 2000 + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + secede_province = THIS + } + } + } + } + + #Senegal + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = senegal_master + owns = 1783 + owns = 1786 + owns = 1792 + owns = 1793 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 1785 } + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 1785 } + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + } + any_owned = { + limit = { + NOT = { province_id = 1785 } + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + secede_province = THIS + } + } + } + } + + #Mauritania + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = mauretania_organized + owns = 1775 + owns = 1782 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1775 } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = FRA_1775 } + } + any_owned = { + limit = { region = FRA_1775 } + secede_province = THIS + } + } + } + } + + #Mali + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = mali_master + owns = 1803 + owns = 1797 + owns = 1794 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + } + any_owned = { + limit = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + secede_province = THIS + } + } + } + } + + #Congo-Zaire + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = zaire_master + owns = 1982 + owns = 1993 + owns = 1996 + owns = 1987 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 2000 } + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + NOT = { province_id = 2000 } + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + } + any_owned = { + limit = { + NOT = { province_id = 2000 } + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + secede_province = THIS + } + } + } + } + + #Niger + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = niger_master + owns = 1808 + owns = 1812 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + } + any_owned = { + limit = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + secede_province = THIS + } + } + } + } + + #Egypt + random_owned = { + limit = { + owner = { + OR = { + owns = 1745 + owns = 1765 + owns = 1769 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + } + any_owned = { + limit = { + OR = { + region = EGY_1745 + region = EGY_1758 + region = EGY_1762 + region = EGY_1771 + } + } + secede_province = THIS + } + } + } + } + + #Ethiopia + random_owned = { + limit = { + owner = { + OR = { + owns = 1852 + owns = 1859 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + } + any_owned = { + limit = { + OR = { + region = ETH_1853 + region = ETH_1852 + region = ETH_1865 + region = ETH_1859 + } + } + secede_province = THIS + } + } + } + } + + #Indonesia + random_owned = { + limit = { + owner = { + OR = { + owns = 1413 + has_country_flag = indonesia_master + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + } + any_owned = { + limit = { + OR = { + region = ATJ_1405 + region = NET_1401 + region = NET_1398 + region = NET_1413 + region = NET_1426 + region = NET_1423 + region = NET_1418 + region = NET_1449 + region = BAL_1438 + region = NET_1451 + region = NET_1446 + } + } + secede_province = THIS + } + } + } + } + + #Malaysia + random_owned = { + limit = { + owner = { + owns = 1385 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + province_id = 1394 + province_id = 1395 + province_id = 1396 + province_id = 1397 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_1391 + region = ENG_1384 + province_id = 1394 + province_id = 1395 + province_id = 1396 + province_id = 1397 + } + } + } + any_owned = { + limit = { + OR = { + region = ENG_1391 + region = ENG_1384 + province_id = 1394 + province_id = 1395 + province_id = 1396 + province_id = 1397 + } + } + secede_province = THIS + } + } + } + } + + #Tanzania + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = tanzania_master + owns = 2044 + owns = 2045 + owns = 2041 + owns = 2036 + owns = 2038 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + } + any_owned = { + limit = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + secede_province = THIS + } + } + } + } + + #Kenya + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = kenya_master + owns = 2024 + owns = 2030 + owns = 2028 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + } + any_owned = { + limit = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + secede_province = THIS + } + } + } + } + + #Vietnam + random_owned = { + limit = { + owner = { + owns = 1369 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = DAI_1369 + region = DAI_1375 + region = DAI_1380 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = DAI_1369 + region = DAI_1375 + region = DAI_1380 + } + } + } + any_owned = { + limit = { + OR = { + region = DAI_1369 + region = DAI_1375 + region = DAI_1380 + } + } + secede_province = THIS + } + } + } + } + + #Burma + random_owned = { + limit = { + owner = { + owns = 1334 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = BUR_1334 + region = BUR_1330 + region = BUR_1339 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = BUR_1334 + region = BUR_1330 + region = BUR_1339 + } + } + } + any_owned = { + limit = { + OR = { + region = BUR_1334 + region = BUR_1330 + region = BUR_1339 + } + } + secede_province = THIS + } + } + } + } + + #Somalia + random_owned = { + limit = { + owner = { + owns = 1868 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SOM_1868 + province_id = 1874 + province_id = 1873 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SOM_1868 + province_id = 1874 + province_id = 1873 + } + } + } + any_owned = { + limit = { + OR = { + region = SOM_1868 + province_id = 1874 + province_id = 1873 + } + } + secede_province = THIS + } + } + } + } + + #Algeria + random_owned = { + limit = { + owner = { + owns = 1700 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1700 + region = ALD_1704 + region = ALD_1708 + region = ALD_1713 + region = ALD_1718 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = FRA_1700 + region = ALD_1704 + region = ALD_1708 + region = ALD_1713 + region = ALD_1718 + } + } + } + any_owned = { + limit = { + OR = { + region = FRA_1700 + region = ALD_1704 + region = ALD_1708 + region = ALD_1713 + region = ALD_1718 + } + } + secede_province = THIS + } + } + } + } + + #Morocco + random_owned = { + limit = { + owner = { + owns = 1680 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MOR_1686 + region = MOR_1688 + region = MOR_1683 + region = MOR_1693 + region = MOR_1694 + region = MOR_1696 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MOR_1686 + region = MOR_1688 + region = MOR_1683 + region = MOR_1693 + region = MOR_1694 + region = MOR_1696 + } + } + } + any_owned = { + limit = { + OR = { + region = MOR_1686 + region = MOR_1688 + region = MOR_1683 + region = MOR_1693 + region = MOR_1694 + region = MOR_1696 + } + } + secede_province = THIS + } + } + } + } + + #Libya + random_owned = { + limit = { + owner = { + OR = { + owns = 1731 + owns = 1735 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + } + any_owned = { + limit = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + secede_province = THIS + } + } + } + } + + #Yemen + random_owned = { + limit = { + owner = { + OR = { + owns = 1412 + owns = 1178 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = YEM_1178 + region = YEM_1412 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = YEM_1178 + region = YEM_1412 + } + } + } + any_owned = { + limit = { + OR = { + region = YEM_1178 + region = YEM_1412 + } + } + secede_province = THIS + } + } + } + } + + #Laos + random_owned = { + limit = { + owner = { + owns = 1356 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = LUA_1356 } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { region = LUA_1356 } + } + any_owned = { + limit = { region = LUA_1356 } + secede_province = THIS + } + } + } + } + + #Philippines + random_owned = { + limit = { + owner = { + owns = 1455 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + } + } + } + any_owned = { + limit = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + } + } + secede_province = THIS + } + } + } + } + + #Korea + random_owned = { + limit = { + owner = { + owns = 1624 + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = KOR_1619 + region = KOR_1624 + region = KOR_1627 + region = KOR_1635 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = KOR_1619 + region = KOR_1624 + region = KOR_1627 + region = KOR_1635 + } + } + } + any_owned = { + limit = { + OR = { + region = KOR_1619 + region = KOR_1624 + region = KOR_1627 + region = KOR_1635 + } + } + secede_province = THIS + } + } + } + } + + #Madagascar + random_owned = { + limit = { + owner = { + OR = { + owns = 2115 + owns = 2116 + } + any_neighbor_country = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MAD_2117 + region = MAD_2121 + } + } + } + } + } + owner = { + any_neighbor_country = { + limit = { + war = no + OR = { + has_country_modifier = being_dismantled + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = THIS + alliance_with = THIS + } + any_owned_province = { + OR = { + region = MAD_2117 + region = MAD_2121 + } + } + } + any_owned = { + limit = { + OR = { + region = MAD_2117 + region = MAD_2121 + } + } + secede_province = THIS + } + } + } + } + + } + + ai_will_do = { factor = 1 } + } + +} diff --git a/HPM/decisions/Crimean War.txt b/HPM/decisions/Crimean War.txt index 8e04e1e6..9a37af71 100644 --- a/HPM/decisions/Crimean War.txt +++ b/HPM/decisions/Crimean War.txt @@ -1,410 +1,410 @@ political_decisions = { - france_protector_of_eastern_christians = { - picture = protect_eastern_christians - potential = { - tag = FRA - is_greater_power = yes - state_n_government = 1 - NOT = { has_country_flag = claimed_authority_over_holy_land } - NOT = { has_global_flag = berlin_congress_held } - TUR = { - owns = 917 - neighbour = RUS - } - } - - allow = { - nationalism_n_imperialism = 1 - war = no - TUR = { - war = no - NOT = { truce_with = THIS } - } - } - - effect = { - set_country_flag = claimed_authority_over_holy_land - prestige = 10 - TUR = { country_event = 97500 } - any_owned = { any_pop = { limit = { is_primary_culture = yes } - scaled_militancy = { - factor = -0.5 - ideology = liberal - } - scaled_militancy = { - factor = -0.5 - ideology = conservative - } - scaled_militancy = { - factor = -1 - ideology = reactionary - } - } - } - } - - ai_will_do = { factor = 1 } - } - - begin_crimean_war = { - picture = protect_eastern_christians - potential = { - tag = RUS - is_greater_power = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_country_flag = crimean_war } - NOT = { has_global_flag = berlin_congress_held } - exists = TUR - OR = { - has_global_flag = france_protector_of_eastern_christians - AND = { - has_global_flag = abandoned_holy_land - nationalism_n_imperialism = 1 - } - } - } - - allow = { - war = no - NOT = { truce_with = TUR } - NOT = { is_sphere_leader_of = TUR } - has_recently_lost_war = no - OR = { - war_policy = jingoism - ai = yes - } - } - - effect = { - set_country_flag = crimean_war - set_global_flag = crimea_has_happened - add_country_modifier = { - name = protector_of_eastern_christendom - duration = -1 - } - any_pop = { - limit = { has_pop_religion = orthodox } - militancy = -3 - dominant_issue = { - factor = 0.20 - value = jingoism - } - } - diplomatic_influence = { who = TUR value = -200 } - leave_alliance = FRA - random_country = { - limit = { - tag = ENG - has_country_flag = england_protecting_interests - } - leave_alliance = THIS - } - random_country = { - limit = { - is_sphere_leader_of = TUR - NOT = { tag = THIS } - } - leave_alliance = THIS - } - any_greater_power = { - limit = { - NOT = { tag = TUR } - NOT = { tag = FRA } - NOT = { tag = THIS } - NOT = { alliance_with = THIS } - capital_scope = { continent = europe } - } - country_event = 19030 - } - casus_belli = { - target = TUR - type = cut_down_to_size - months = 12 - } - war = { - target = TUR - attacker_goal = { - casus_belli = cut_down_to_size - } - defender_goal = { - casus_belli = status_quo - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - treaty_of_paris_1856 = { - picture = treaty_signing - potential = { - tag = FRA - has_global_flag = crimea_has_happened - NOT = { has_global_flag = treaty_of_paris_1856 } - NOT = { has_global_flag = treaty_of_paris_russia } - NOT = { has_global_flag = berlin_congress_held } - NOT = { has_country_flag = crimean_surrender } - } - - allow = { - RUS = { - NOT = { war_with = TUR } - has_recently_lost_war = yes - } - } - - effect = { - prestige = 20 - set_global_flag = treaty_of_paris_1856 - random_country = { - limit = { - tag = TUR - ROM = { - exists = yes - ai = yes - is_vassal = no - } - } - create_vassal = ROM - } - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { - ai = yes - exists = yes - war = no - is_mobilised = no - } - ROM = { exists = no } - } - inherit = MOL - change_tag = ROM - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { - ai = yes - exists = yes - OR = { - war = yes - is_mobilised = yes - } - } - ROM = { exists = no } - } - change_tag = ROM - MOL = { - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = MOL - end_war = MOL - } - } - ROM = { create_vassal = MOL } - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { exists = no } - ROM = { exists = no } - } - change_tag = ROM - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = MOL - exists = yes - ai = no - ROM = { exists = no } - } - inherit = WAL - change_tag = ROM - 795 = { remove_core = SIE } - capital = 664 - } - diplomatic_influence = { who = TUR value = -100 } - leave_alliance = TUR - random_country = { - limit = { - tag = ENG - has_country_flag = england_protecting_interests - } - diplomatic_influence = { who = TUR value = -100 } - leave_alliance = TUR - } - random_country = { - limit = { - tag = RUS - owns = 678 - ROM = { - exists = yes - OR = { - ai = yes - vassal_of = TUR - } - } - } - country_event = 97510 - } - ROM = { - any_owned = { - limit = { is_core = ROM } - remove_core = WAL - remove_core = MOL - } - } - } - - ai_will_do = { - factor = 1 - } - } - - treaty_of_paris_russia = { - picture = treaty_signing - potential = { - tag = RUS - has_global_flag = crimea_has_happened - NOT = { has_global_flag = treaty_of_paris_1856 } - NOT = { has_global_flag = treaty_of_paris_russia } - NOT = { has_global_flag = berlin_congress_held } - } - - allow = { - NOT = { war_with = TUR } - OR = { - has_recently_lost_war = no - has_country_flag = crimean_surrender - } - } - - effect = { - prestige = 20 - set_global_flag = treaty_of_paris_russia - any_owned = { - limit = { region = MOL_676 } - remove_core = ROM - remove_core = MOL - remove_core = MDV - remove_core = WAL - } - - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { - ai = yes - exists = yes - war = no - is_mobilised = no - } - ROM = { exists = no } - } - inherit = MOL - change_tag = ROM - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { - ai = yes - exists = yes - OR = { - war = yes - is_mobilised = yes - } - } - ROM = { exists = no } - } - change_tag = ROM - MOL = { - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = MOL - end_war = MOL - } - } - ROM = { create_vassal = MOL } - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = WAL - exists = yes - MOL = { exists = no } - ROM = { exists = no } - } - change_tag = ROM - 795 = { remove_core = SIE } - } - random_country = { - limit = { - tag = MOL - exists = yes - ai = no - ROM = { exists = no } - } - inherit = WAL - change_tag = ROM - 795 = { remove_core = SIE } - capital = 664 - } - random_country = { - limit = { - tag = TUR - is_our_vassal = ROM - } - release_vassal = ROM - leave_alliance = ROM - } - random_country = { - limit = { - tag = TUR - THIS = { has_country_flag = crimean_surrender } - } - country_event = 97512 - RUS = { treasury = 250000 } - } - relation = { who = ROM value = 200 } - diplomatic_influence = { who = ROM value = 200 } - diplomatic_influence = { who = TUR value = 100 } - FRA = { - diplomatic_influence = { who = TUR value = -200 } - leave_alliance = TUR - } - random_country = { - limit = { - tag = ENG - has_country_flag = england_protecting_interests - } - diplomatic_influence = { who = TUR value = -200 } - leave_alliance = TUR - } - ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } - } - } + france_protector_of_eastern_christians = { + picture = protect_eastern_christians + potential = { + tag = FRA + is_greater_power = yes + state_n_government = 1 + NOT = { has_country_flag = claimed_authority_over_holy_land } + NOT = { has_global_flag = berlin_congress_held } + TUR = { + owns = 917 + neighbour = RUS + } + } + + allow = { + nationalism_n_imperialism = 1 + war = no + TUR = { + war = no + NOT = { truce_with = THIS } + } + } + + effect = { + set_country_flag = claimed_authority_over_holy_land + prestige = 10 + TUR = { country_event = 97500 } + any_owned = { any_pop = { limit = { is_primary_culture = yes } + scaled_militancy = { + factor = -0.5 + ideology = liberal + } + scaled_militancy = { + factor = -0.5 + ideology = conservative + } + scaled_militancy = { + factor = -1 + ideology = reactionary + } + } + } + } + + ai_will_do = { factor = 1 } + } + + begin_crimean_war = { + picture = protect_eastern_christians + potential = { + tag = RUS + is_greater_power = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_country_flag = crimean_war } + NOT = { has_global_flag = berlin_congress_held } + exists = TUR + OR = { + has_global_flag = france_protector_of_eastern_christians + AND = { + has_global_flag = abandoned_holy_land + nationalism_n_imperialism = 1 + } + } + } + + allow = { + war = no + NOT = { truce_with = TUR } + NOT = { is_sphere_leader_of = TUR } + has_recently_lost_war = no + OR = { + war_policy = jingoism + ai = yes + } + } + + effect = { + set_country_flag = crimean_war + set_global_flag = crimea_has_happened + add_country_modifier = { + name = protector_of_eastern_christendom + duration = -1 + } + any_pop = { + limit = { has_pop_religion = orthodox } + militancy = -3 + dominant_issue = { + factor = 0.20 + value = jingoism + } + } + diplomatic_influence = { who = TUR value = -200 } + leave_alliance = FRA + random_country = { + limit = { + tag = ENG + has_country_flag = england_protecting_interests + } + leave_alliance = THIS + } + random_country = { + limit = { + is_sphere_leader_of = TUR + NOT = { tag = THIS } + } + leave_alliance = THIS + } + any_greater_power = { + limit = { + NOT = { tag = TUR } + NOT = { tag = FRA } + NOT = { tag = THIS } + NOT = { alliance_with = THIS } + capital_scope = { continent = europe } + } + country_event = 19030 + } + casus_belli = { + target = TUR + type = cut_down_to_size + months = 12 + } + war = { + target = TUR + attacker_goal = { + casus_belli = cut_down_to_size + } + defender_goal = { + casus_belli = status_quo + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + treaty_of_paris_1856 = { + picture = treaty_signing + potential = { + tag = FRA + has_global_flag = crimea_has_happened + NOT = { has_global_flag = treaty_of_paris_1856 } + NOT = { has_global_flag = treaty_of_paris_russia } + NOT = { has_global_flag = berlin_congress_held } + NOT = { has_country_flag = crimean_surrender } + } + + allow = { + RUS = { + NOT = { war_with = TUR } + has_recently_lost_war = yes + } + } + + effect = { + prestige = 20 + set_global_flag = treaty_of_paris_1856 + random_country = { + limit = { + tag = TUR + ROM = { + exists = yes + ai = yes + is_vassal = no + } + } + create_vassal = ROM + } + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { + ai = yes + exists = yes + war = no + is_mobilised = no + } + ROM = { exists = no } + } + inherit = MOL + change_tag = ROM + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { + ai = yes + exists = yes + OR = { + war = yes + is_mobilised = yes + } + } + ROM = { exists = no } + } + change_tag = ROM + MOL = { + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = MOL + end_war = MOL + } + } + ROM = { create_vassal = MOL } + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { exists = no } + ROM = { exists = no } + } + change_tag = ROM + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = MOL + exists = yes + ai = no + ROM = { exists = no } + } + inherit = WAL + change_tag = ROM + 795 = { remove_core = SIE } + capital = 664 + } + diplomatic_influence = { who = TUR value = -100 } + leave_alliance = TUR + random_country = { + limit = { + tag = ENG + has_country_flag = england_protecting_interests + } + diplomatic_influence = { who = TUR value = -100 } + leave_alliance = TUR + } + random_country = { + limit = { + tag = RUS + owns = 678 + ROM = { + exists = yes + OR = { + ai = yes + vassal_of = TUR + } + } + } + country_event = 97510 + } + ROM = { + any_owned = { + limit = { is_core = ROM } + remove_core = WAL + remove_core = MOL + } + } + } + + ai_will_do = { + factor = 1 + } + } + + treaty_of_paris_russia = { + picture = treaty_signing + potential = { + tag = RUS + has_global_flag = crimea_has_happened + NOT = { has_global_flag = treaty_of_paris_1856 } + NOT = { has_global_flag = treaty_of_paris_russia } + NOT = { has_global_flag = berlin_congress_held } + } + + allow = { + NOT = { war_with = TUR } + OR = { + has_recently_lost_war = no + has_country_flag = crimean_surrender + } + } + + effect = { + prestige = 20 + set_global_flag = treaty_of_paris_russia + any_owned = { + limit = { region = MOL_676 } + remove_core = ROM + remove_core = MOL + remove_core = MDV + remove_core = WAL + } + + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { + ai = yes + exists = yes + war = no + is_mobilised = no + } + ROM = { exists = no } + } + inherit = MOL + change_tag = ROM + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { + ai = yes + exists = yes + OR = { + war = yes + is_mobilised = yes + } + } + ROM = { exists = no } + } + change_tag = ROM + MOL = { + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = MOL + end_war = MOL + } + } + ROM = { create_vassal = MOL } + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = WAL + exists = yes + MOL = { exists = no } + ROM = { exists = no } + } + change_tag = ROM + 795 = { remove_core = SIE } + } + random_country = { + limit = { + tag = MOL + exists = yes + ai = no + ROM = { exists = no } + } + inherit = WAL + change_tag = ROM + 795 = { remove_core = SIE } + capital = 664 + } + random_country = { + limit = { + tag = TUR + is_our_vassal = ROM + } + release_vassal = ROM + leave_alliance = ROM + } + random_country = { + limit = { + tag = TUR + THIS = { has_country_flag = crimean_surrender } + } + country_event = 97512 + RUS = { treasury = 250000 } + } + relation = { who = ROM value = 200 } + diplomatic_influence = { who = ROM value = 200 } + diplomatic_influence = { who = TUR value = 100 } + FRA = { + diplomatic_influence = { who = TUR value = -200 } + leave_alliance = TUR + } + random_country = { + limit = { + tag = ENG + has_country_flag = england_protecting_interests + } + diplomatic_influence = { who = TUR value = -200 } + leave_alliance = TUR + } + ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } + } + } } diff --git a/HPM/decisions/DEN.txt b/HPM/decisions/DEN.txt index a46666a6..315f0bae 100644 --- a/HPM/decisions/DEN.txt +++ b/HPM/decisions/DEN.txt @@ -1,196 +1,196 @@ political_decisions = { - danmarks_riges_grundlov = { - picture = danmarks_riges_grundlov - potential = { - tag = DEN - government = absolute_monarchy - NOT = { - has_country_flag = danish_constitutionalism - } - } - - allow = { - state_n_government = 1 - NOT = { - average_militancy = 3 - } - } - - effect = { - political_reform = landed_voting - government = prussian_constitutionalism - prestige = 5 - set_country_flag = danish_constitutionalism - } - } - - claim_schleswig = { - picture = claim_schleswig - potential = { - tag = DEN - is_vassal = no - SWH = { - exists = yes - owns = 370 - owns = 371 - is_vassal = no - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - has_country_flag = annex_schleswig_holstein - num_of_revolts = 1 - } - } - - allow = { - war = no - SWH = { - war = no - is_mobilised = no - OR = { - part_of_sphere = no - sphere_owner = { NOT = { is_sphere_leader_of = THIS } } - } - } - } - - effect = { - set_country_flag = annex_schleswig_holstein - 370 = { add_core = DEN } - 371 = { add_core = DEN } - SWH = { country_event = 90051 } - any_pop = { - limit = { has_pop_culture = danish } - militancy = -2 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - war_exhaustion = 10 - } - modifier = { - factor = 0 - has_recently_lost_war = yes - } - } - } - - - selling_danish_india = { - picture = map_india - alert = no - potential = { - tag = DEN - is_vassal = no - owns = 2591 - NOT = { has_country_flag = selling_dane_india } - is_greater_power = no - } - - allow = { - war = no - state_n_government = 1 - 1309 = { - owner = { - NOT = { ruling_party_ideology = fascist } - NOT = { ruling_party_ideology = communist } - NOT = { ruling_party_ideology = reactionary } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - - effect = { - set_country_flag = selling_dane_india - 1309 = { owner = { country_event = 36224 } } - } - - ai_will_do = { factor = 1 } - } - - - selling_danish_virgin_islands = { - picture = map_caribbean - alert = no - potential = { - OR = { - tag = USA - AND = { - owns = 1723 - is_canal_enabled = 3 - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - is_vassal = no - NOT = { owns = 2223 } - 2223 = { owner = { is_greater_power = no } } - NOT = { has_global_flag = sold_virgin_islands } - year = 1890 - is_greater_power = yes - } - - allow = { - OR = { - is_canal_enabled = 3 - great_wars_enabled = yes - } - money = 200100 - war = no - 2223 = { owner = { war = no is_greater_power = no NOT = { truce_with = THIS } relation = { who = THIS value = 0 } } } - 2223 = { - owner = { - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { money = 500000 } - NOT = { war_policy = jingoism } - OR = { - AND = { - ruling_party_ideology = liberal - upper_house = { ideology = liberal value = 0.4 } - } - AND = { - in_sphere = THIS - economic_policy = laissez_faire - upper_house = { ideology = liberal value = 0.2 } - relation = { who = THIS value = 150 } - } - vassal_of = THIS - is_disarmed = yes - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - has_country_modifier = emergency_tax_measures1 - has_country_modifier = emergency_tax_measures2 - NOT = { money = 10000 } - } - } - } - } - - effect = { - set_global_flag = sold_virgin_islands - 2223 = { owner = { country_event = 36225 } } - } - - ai_will_do = { factor = 1 } - } + danmarks_riges_grundlov = { + picture = danmarks_riges_grundlov + potential = { + tag = DEN + government = absolute_monarchy + NOT = { + has_country_flag = danish_constitutionalism + } + } + + allow = { + state_n_government = 1 + NOT = { + average_militancy = 3 + } + } + + effect = { + political_reform = landed_voting + government = prussian_constitutionalism + prestige = 5 + set_country_flag = danish_constitutionalism + } + } + + claim_schleswig = { + picture = claim_schleswig + potential = { + tag = DEN + is_vassal = no + SWH = { + exists = yes + owns = 370 + owns = 371 + is_vassal = no + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + has_country_flag = annex_schleswig_holstein + num_of_revolts = 1 + } + } + + allow = { + war = no + SWH = { + war = no + is_mobilised = no + OR = { + part_of_sphere = no + sphere_owner = { NOT = { is_sphere_leader_of = THIS } } + } + } + } + + effect = { + set_country_flag = annex_schleswig_holstein + 370 = { add_core = DEN } + 371 = { add_core = DEN } + SWH = { country_event = 90051 } + any_pop = { + limit = { has_pop_culture = danish } + militancy = -2 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + war_exhaustion = 10 + } + modifier = { + factor = 0 + has_recently_lost_war = yes + } + } + } + + + selling_danish_india = { + picture = map_india + alert = no + potential = { + tag = DEN + is_vassal = no + owns = 2591 + NOT = { has_country_flag = selling_dane_india } + is_greater_power = no + } + + allow = { + war = no + state_n_government = 1 + 1309 = { + owner = { + NOT = { ruling_party_ideology = fascist } + NOT = { ruling_party_ideology = communist } + NOT = { ruling_party_ideology = reactionary } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + + effect = { + set_country_flag = selling_dane_india + 1309 = { owner = { country_event = 36224 } } + } + + ai_will_do = { factor = 1 } + } + + + selling_danish_virgin_islands = { + picture = map_caribbean + alert = no + potential = { + OR = { + tag = USA + AND = { + owns = 1723 + is_canal_enabled = 3 + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + is_vassal = no + NOT = { owns = 2223 } + 2223 = { owner = { is_greater_power = no } } + NOT = { has_global_flag = sold_virgin_islands } + year = 1890 + is_greater_power = yes + } + + allow = { + OR = { + is_canal_enabled = 3 + great_wars_enabled = yes + } + money = 200100 + war = no + 2223 = { owner = { war = no is_greater_power = no NOT = { truce_with = THIS } relation = { who = THIS value = 0 } } } + 2223 = { + owner = { + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { money = 500000 } + NOT = { war_policy = jingoism } + OR = { + AND = { + ruling_party_ideology = liberal + upper_house = { ideology = liberal value = 0.4 } + } + AND = { + in_sphere = THIS + economic_policy = laissez_faire + upper_house = { ideology = liberal value = 0.2 } + relation = { who = THIS value = 150 } + } + vassal_of = THIS + is_disarmed = yes + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + has_country_modifier = emergency_tax_measures1 + has_country_modifier = emergency_tax_measures2 + NOT = { money = 10000 } + } + } + } + } + + effect = { + set_global_flag = sold_virgin_islands + 2223 = { owner = { country_event = 36225 } } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/EIC.txt b/HPM/decisions/EIC.txt index da161f0e..9ccc75b1 100644 --- a/HPM/decisions/EIC.txt +++ b/HPM/decisions/EIC.txt @@ -1,69 +1,69 @@ political_decisions = { - - government_of_india_act = { - picture = map_india - potential = { - OR = { - tag = ENG - tag = ENL - } - exists = yes - is_our_vassal = EIC - has_global_flag = sepoy_rebellion - has_global_flag = eic_spawned - } - allow = { - war = no - } + government_of_india_act = { + picture = map_india + potential = { + OR = { + tag = ENG + tag = ENL + } + exists = yes + is_our_vassal = EIC + has_global_flag = sepoy_rebellion + has_global_flag = eic_spawned + } - effect = { - prestige = 25 - EIC = { - country_event = 9990002 - } - } - - ai_will_do = { - factor = 1 - } - } - - mughal_declaration_eic = { - picture = last_mughal - potential = { - tag = MUG - vassal_of = ENG - NOT = { has_country_flag = mughal_independence } - NOT = { has_country_flag = mughal_reborn } - has_global_flag = eic_spawned - } - - allow = { - vassal_of = ENG - any_neighbor_country = { has_country_flag = sepoy_rebellion } - 1236 = { any_neighbor_province = { owned_by = EIC average_militancy = 7 } } - } - - effect = { - set_country_flag = mughal_independence - any_pop = { limit = { has_pop_religion = sunni } militancy = -9 } - any_pop = { limit = { has_pop_religion = sikh } consciousness = 3 } - PNJ = { all_core = { any_pop = { limit = { has_pop_religion = sikh } militancy = -3 } } } + allow = { + war = no + } - define_general = { - name = "Bakht Khan" - personality = audacious - background = school_of_the_bayonet - } - leave_alliance = ENG - ENG = { - release_vassal = MUG - diplomatic_influence = { who = THIS value = -400 } - country_event = 9990012 - } - } - - ai_will_do = { factor = 1 } - } + effect = { + prestige = 25 + EIC = { + country_event = 9990002 + } + } + + ai_will_do = { + factor = 1 + } + } + + mughal_declaration_eic = { + picture = last_mughal + potential = { + tag = MUG + vassal_of = ENG + NOT = { has_country_flag = mughal_independence } + NOT = { has_country_flag = mughal_reborn } + has_global_flag = eic_spawned + } + + allow = { + vassal_of = ENG + any_neighbor_country = { has_country_flag = sepoy_rebellion } + 1236 = { any_neighbor_province = { owned_by = EIC average_militancy = 7 } } + } + + effect = { + set_country_flag = mughal_independence + any_pop = { limit = { has_pop_religion = sunni } militancy = -9 } + any_pop = { limit = { has_pop_religion = sikh } consciousness = 3 } + PNJ = { all_core = { any_pop = { limit = { has_pop_religion = sikh } militancy = -3 } } } + + define_general = { + name = "Bakht Khan" + personality = audacious + background = school_of_the_bayonet + } + leave_alliance = ENG + ENG = { + release_vassal = MUG + diplomatic_influence = { who = THIS value = -400 } + country_event = 9990012 + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/ENG.txt b/HPM/decisions/ENG.txt index 0c63ff08..b8573e85 100644 --- a/HPM/decisions/ENG.txt +++ b/HPM/decisions/ENG.txt @@ -1,1280 +1,1280 @@ political_decisions = { - repeal_the_corn_laws = { - potential = { - OR = { - tag = ENG - tag = ENL - } - has_country_flag = great_irish_famine - NOT = { - has_country_flag = corn_laws_repealed_flag - } - } - allow = { - average_militancy = 2 - } - - effect = { - add_country_modifier = { - name = corn_laws_repealed - duration = 3650 - } - any_pop = { - militancy = -1 - consciousness = 1 - } - set_country_flag = corn_laws_repealed_flag - } - } - crown_empress_of_india = { - picture = crown_empress_of_india - news = yes - news_desc_long = "empress_of_india_NEWS_LONG" - news_desc_medium = "empress_of_india_NEWS_MEDIUM" - news_desc_short = "empress_of_india_NEWS_SHORT" - potential = { - tag = ENG - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - has_country_flag = empress_of_india - } - } - allow = { - nationalism_n_imperialism = 1 - prestige = 40 - owns = 1305 - owns = 1311 - owns = 1257 - owns = 1291 - owns = 1236 - owns = 1297 - owns = 1227 - } - effect = { - prestige = 20 - any_pop = { - militancy = -1 - } - set_country_flag = empress_of_india - } - } - - found_the_bbc = { - picture = found_the_bbc - potential = { - OR = { - tag = ENG - tag = ENL - } - year = 1900 - NOT = { - has_country_flag = we_are_live_from_london - } - } - - allow = { - invention = national_radio_networks - } - - effect = { - any_country = { - relation = { - who = THIS - value = 5 - } - } - any_pop = { - militancy = -0.5 - } - prestige = 10 - set_country_flag = we_are_live_from_london - } - } - the_scotland_yard = { - potential = { - OR = { - tag = ENG - tag = ENL - } - NOT = { - has_country_flag = elementary_my_dear_watson # I know, he never says it in the books, yadiyadi. - } - } - - allow = { - realism = 1 - } - - effect = { - add_country_modifier = { - name = the_yard - duration = -1 - } - set_country_flag = elementary_my_dear_watson - } - } - - ionian_islands_question = { - picture = ionian_islands_question - potential = { - OR = { - tag = ENG - tag = ENL - } - year = 1860 - ION = { - vassal_of = THIS - ai = yes - } - GRE = { exists = yes } - } - - allow = { - state_n_government = 1 - war = no - } - - effect = { - random_country = { - limit = { - tag = GRE - exists = yes - } - relation = { who = THIS value = 100 } - inherit = ION - THIS = { - diplomatic_influence = { who = GRE value = 100 } - any_owned = { - limit = { is_core = ION } - secede_province = ION - } - } - ION = { - set_country_flag = normalized_cultures - remove_accepted_culture = british - remove_accepted_culture = north_italian - all_core = { remove_core = ION } - } - } - prestige = 10 - badboy = -4 - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - OR = { - AND = { - year = 1864 - month = 4 - } - year = 1865 - } - } - } - modifier = { - factor = 0 - truce_with = GRE - } - } - } - - create_rhodesia = { - picture = rhodesia_charter - alert = no - potential = { - any_owned_province = { is_core = RHO } - RHO = { exists = no } - NOT = { capital_scope = { continent = africa } } - NOT = { has_country_flag = post_colonial_country } - primary_culture = british - civilized = yes - revolution_n_counterrevolution = 1 - } - - allow = { - war = no - SAF = { exists = yes } - RHO = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { is_vassal = no vassal_of = THIS } - } - } - } - } - } - - effect = { - prestige = 3 - RHO = { set_country_flag = post_colonial_country neutrality = yes } - release_vassal = RHO - create_alliance = RHO - diplomatic_influence = { - who = RHO - value = 400 - } - } - - ai_will_do = { factor = 0 } - } - - rhodesia_charter = { - potential = { - tag = ENG - owns = 2068 - owns = 2069 - owns = 2070 - owns = 2071 - owns = 2072 - owns = 2073 - owns = 2635 - NOT = { has_country_flag = ian_would_be_proud } - } - - allow = { invention = mission_to_civilize } - - effect = { - prestige = 10 - ENG_2068 = { add_core = RHO } - ENG_2071 = { add_core = RHO } - ENG_2014 = { add_core = RHO } - ENG_2016 = { add_core = RHO } - RHO = { all_core = { remove_core = MAT } } - country_event = { id = 199067 days = 2 } - country_event = { id = 199050 days = 2 } - set_country_flag = ian_would_be_proud - } - } - - treaty_of_heligoland = { - picture = the_heligoland_question - potential = { - tag = ENG - 533 = { owned_by = ENG } - GER = { - any_owned_province = { - continent = africa - is_colonial = yes - OR = { - any_neighbor_province = { owned_by = THIS } - port = yes - } - } - } - NOT = { has_country_flag = treaty_of_heligoland } - } - - allow = { - war = no - year = 1892 - 2013 = { empty = no } - 2015 = { empty = no } - GER = { - exists = yes - war = no - } - } - - effect = { - set_country_flag = treaty_of_heligoland - GER = { country_event = 33006 } - } - - ai_will_do = { factor = 1 } - } - - treaty_of_nanking = { - picture = treaty_of_nanking - potential = { - OR = { - tag = ENG - tag = ENL - } - exists = QNG - has_global_flag = kowloon_incident - NOT = { has_country_flag = treaty_of_nanking } - } - - allow = { - is_greater_power = yes - OR = { - is_sphere_leader_of = QNG - owns = 1496 - } - } - - effect = { - set_country_flag = treaty_of_nanking - prestige_factor = 0.05 - 1496 = { remove_core = QNG } - random_country = { - limit = { - tag = QNG - owns = 1496 - } - 1496 = { secede_province = THIS } - } - 1496 = { - add_province_modifier = { - name = colonial_recruitment - duration = 1095 - } - } - QNG = { - add_country_modifier = { name = legation_quarter duration = -1 } - } - diplomatic_influence = { - who = QNG - value = 50 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - simla_convention = { - picture = treaty_signing - potential = { - OR = { - tag = ENG - tag = ENL - } - TIB = { - neighbour = THIS - is_vassal = no - } - NOT = { has_country_flag = simla_convention } - } - - allow = { - war = no - TIB = { - is_vassal = no - war = no - } - } - - effect = { - set_country_flag = simla_convention - TIB = { country_event = 131711 } - } - - ai_will_do = { - factor = 1 - } - } - - aden_protectorate = { - picture = aden_protectorate - alert = no - potential = { - NOT = { is_culture_group = arab } - OR = { - any_owned_province = { is_core = LHJ } - any_owned_province = { is_core = FDL } - any_owned_province = { is_core = KTH } - any_owned_province = { is_core = MHR } - is_sphere_leader_of = LHJ - is_sphere_leader_of = FDL - is_sphere_leader_of = KTH - is_sphere_leader_of = MHR - } - NOT = { has_global_flag = created_aden_protectorate } - } - - allow = { - war = no - 1412 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - owner = { in_sphere = THIS } - } - } - 1173 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - owner = { in_sphere = THIS } - } - } - 1175 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - owner = { in_sphere = THIS } - } - } - 1176 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - owner = { in_sphere = THIS } - } - } - 1177 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - owner = { in_sphere = THIS } - } - } - YEM = { exists = no } - } - - effect = { - set_global_flag = created_aden_protectorate - prestige = 10 - any_country = { - limit = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - exists = yes - OR = { - tag = KTH - tag = LHJ - tag = FDL - tag = MHR - } - ai = yes - } - annex_to = THIS - } - LHJ = { all_core = { add_core = YEM remove_core = LHJ } } - FDL = { all_core = { add_core = YEM remove_core = FDL } } - KTH = { all_core = { add_core = YEM remove_core = KTH } } - MHR = { all_core = { add_core = YEM remove_core = MHR } } - 1412 = { remove_core = NYE } - random_owned = { - limit = { owner = { slavery = no_slavery } } - YEM = { political_reform = no_slavery } - } - - random_owned = { - limit = { owner = { ai = yes } } - owner = { - any_country = { - limit = { - tag = YEM - exists = no - THIS = { is_possible_vassal = YEM } - } - - THIS = { - badboy = -2 - release_vassal = YEM - random_owned = { - limit = { owner = { is_greater_power = yes } } - owner = { diplomatic_influence = { who = YEM value = 400 } } - } - relation = { who = YEM value = 400 } - } - - capital = 1176 - money = 10000 - research_points = 6000 - government = absolute_monarchy - 1412 = { secede_province = THIS } - tech_school = developing_tech_school - } - } - } - } - - ai_will_do = { factor = 1 } - } - - gold_coast_treaty = { - picture = treaty_signing - potential = { - is_greater_power = yes - owns = 1908 - nationalism_n_imperialism = 1 - 1909 = { NOT = { owned_by = THIS } } - NOT = { has_country_flag = gold_coast_treaty } - } - - allow = { - war = no - 1909 = { owner = { war = no } } - } - - effect = { - set_country_flag = gold_coast_treaty - 1909 = { owner = { country_event = 36960 } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - 1909 = { owner = { truce_with = THIS } } - } - } - } - - annex_fiji = { - picture = dreams_of_empire - potential = { - tag = ENG - is_greater_power = yes - state_n_government = 1 - 2454 = { empty = yes } - any_owned_province = { is_core = AST } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - - allow = { - war = no - money = 10000 - revolution_n_counterrevolution = 1 - } - - effect = { - prestige = 3 - treasury = -10000 - 2454 = { - secede_province = ENG - naval_base = 1 - } - } - } - - invest_in_irish = { - picture = embrace_minority - potential = { - tag = ENG - NOT = { - exists = IRE - accepted_culture = irish - has_country_flag = invest_in_irish - } - OR = { - government = democracy - government = hms_government - government = proletarian_dictatorship - } - OR = { - has_country_flag = help_for_the_irish - has_country_flag = irish_republican_brotherhood - } - any_owned_province = { is_core = IRE } - } - - allow = { - prestige = 50 - money = 100000 - NOT = { citizenship_policy = residency } - social_science = 1 - } - - effect = { - set_country_flag = invest_in_irish - random_owned = { - limit = { owner = { NOT = { has_country_flag = irish_republican_brotherhood } } } - owner = { add_accepted_culture = irish } - } - prestige = -50 - treasury = -100000 - any_owned = { - remove_province_modifier = irish_oppression - } - any_pop = { - limit = { - has_pop_culture = irish - has_pop_religion = catholic - } - militancy = -5 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - OR = { - government = democracy - citizenship_policy = full_citizenship - any_state = { - any_owned_province = { is_core = IRE } - average_militancy = 7 - } - } - } - } - } - } - - #irish_integration = { - # picture = embrace_minority - # potential = { - # tag = ENG - # accepted_culture = irish - # any_owned_province = { - # is_core = IRE - # NOT = { has_province_modifier = irish_integration } - # } - # } - # - # allow = { - # money = 50000 - # social_science = 1 - # psychoanalysis = 1 - # } - # - # effect = { - # prestige = 20 - # treasury = -50000 - # any_owned = { - # limit = { is_core = IRE } - # add_province_modifier = { - # name = irish_integration - # duration = -1 - # } - # } - # } - #} - - the_great_game_makran = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = ENG - has_country_flag = empress_of_india - exists = MAK - MAK = { - civilized = no - vassal_of = ENG - ai = yes - } - } - - allow = { - MAK = { average_militancy = 3 } - } - - effect = { - MAK = { annex_to = THIS } - } - } - - the_great_game_panjab = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = ENG - has_country_flag = empress_of_india - exists = PNJ - PNJ = { - civilized = no - vassal_of = ENG - ai = yes - } - } - - allow = { - PNJ = { average_militancy = 4 } - } - - effect = { - PNJ = { annex_to = THIS } - } - } - - the_great_game_sindh = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = ENG - has_country_flag = empress_of_india - exists = SIN - SIN = { - civilized = no - vassal_of = ENG - ai = yes - } - } - - allow = { - SIN = { average_militancy = 3 } - } - - effect = { - SIN = { annex_to = THIS } - } - } - - - build_the_big_ben = { - picture = bigben - potential = { - OR = { - tag = ENG - tag = ENL - } - year = 1844 - NOT = { has_country_flag = big_ben_construction } - NOT = { year = 1860 } - 300 = { NOT = { has_province_modifier = the_big_ben } } - } - - allow = { - war = no - election = no - stock_exchange = 1 - OR = { - money = 30000 - ai = yes - } - } - - effect = { - set_country_flag = big_ben_construction - country_event = 3697000 - } - - ai_will_do = { factor = 1 } - } - - rhodesia_renaming_act = { - picture = rhodesia_renaming_act - potential = { - tag = RHO - owns = 2068 - owns = 2070 - owns = 2635 - NOT = { has_country_flag = renaming_act } - } - - allow = { - owns = 2068 - owns = 2070 - owns = 2635 - } - - effect = { - set_country_flag = renaming_act - 2068 = { state_scope = { change_region_name = "Southern Rhodesia" } } - } - ai_will_do = { factor = 1 } - } - - durand_line = { - picture = mortimer_durand - potential = { - tag = ENG - is_greater_power = yes - neighbour = AFG - any_owned_province = { is_core = AFG } - AFG = { exists = yes } - NOT = { has_country_flag = durand_line } - NOT = { year = 1910 } - } - - allow = { - war = no - AFG = { war = no } - nationalism_n_imperialism = 1 - NOT = { year = 1910 } - NOT = { relation = { who = AFG value = 100 } } - } - - effect = { - set_country_flag = durand_line - AFG = { country_event = 3697010 } - } - ai_will_do = { factor = 1 } - } - - unite_north_yemen_existing = { - picture = aden_protectorate - potential = { - OR = { - NOT = { 1178 = { is_core = YEM } } - NOT = { 1179 = { is_core = YEM } } - NOT = { 1180 = { is_core = YEM } } - } - NOT = { tag = NYE } - NYE = { exists = yes } - OR = { - tag = YEM - YEM = { - exists = yes - OR = { - vassal_of = THIS - in_sphere = THIS - } - } - } - } - - allow = { - nationalism_n_imperialism = 1 - war = no - NYE = { - war = no - OR = { - vassal_of = THIS - in_sphere = THIS - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - } - OR = { - tag = YEM - YEM = { - OR = { - vassal_of = THIS - in_sphere = THIS - } - } - } - } - - effect = { - prestige = 5 - NYE = { all_core = { add_core = YEM } } - YEM = { inherit = NYE capital = 1178 } - } - ai_will_do = { factor = 1 } - } - - unite_yemeni_colonies = { - picture = aden_protectorate - potential = { - has_global_flag = created_aden_protectorate - OR = { - NOT = { 1178 = { is_core = YEM } } - NOT = { 1179 = { is_core = YEM } } - NOT = { 1180 = { is_core = YEM } } - } - OR = { - any_owned_province = { is_core = YEM } - any_owned_province = { is_core = NYE } - NYE = { in_sphere = THIS } - NYE = { vassal_of = THIS } - } - } - - allow = { - nationalism_n_imperialism = 1 - war = no - NYE = { - war = no - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - } - - effect = { - prestige = 5 - random_country = { - limit = { - tag = NYE - exists = yes - NOT = { number_of_states = 2 } - } - annex_to = THIS - } - any_country = { - limit = { - NOT = { tag = THIS } - any_owned_province = { is_core = NYE } - exists = yes - } - any_owned = { limit = { is_core = NYE } secede_province = THIS } - } - - NYE = { - all_core = { add_core = YEM } - tech_school = developing_tech_school - } - YEM = { - tech_school = developing_tech_school - } - random_country = { - limit = { - tag = YEM - exists = yes - vassal_of = THIS - } - THIS = { - any_owned = { - limit = { is_core = YEM } - secede_province = YEM - } - } - } - random_country = { - limit = { - tag = YEM - exists = yes - owns = 1178 - } - capital = 1178 - } - } - - ai_will_do = { factor = 1 } - } - - anglo_persian_oil_company = { - picture = map_arabia - - potential = { - tag = ENG - year = 1900 - NOT = { has_country_flag = apoc } - invention = cracking - invention = oil_pumping_machinery - PER = { exists = yes } - } - - allow = { - money = 20000 - PER = { in_sphere = THIS } - } - - effect = { - set_country_flag = apoc - treasury = -20000 - prestige = 5 - research_points = 1000 - PER = { country_event = 110011 } - } - ai_will_do = { factor = 1 } - } - - canadian_lands = { - picture = canadian_dominion - alert = no - potential = { - OR = { - tag = ENG - tag = ENL - } - CAN = { exists = yes vassal_of = THIS } - any_owned_province = { - continent = north_america - OR = { - #region = ENG_6 - region = ENG_9 - region = CAN_13 - #region = CAN_18 - region = ENG_22 - region = ENG_30 - region = ENG_36 - region = CAN_46 - region = CAN_50 - region = CAN_58 - region = CAN_60 - region = ENG_68 - is_core = COL - } - } - OR = { - year = 1900 - has_country_flag = CAN_independence_refused - } - } - - allow = { - war = no - } - - effect = { - any_owned = { - limit = { - continent = north_america - OR = { - #region = ENG_6 - region = ENG_9 - region = CAN_13 - #region = CAN_18 - region = ENG_22 - region = ENG_30 - region = ENG_36 - region = CAN_46 - region = CAN_50 - region = CAN_58 - region = CAN_60 - region = ENG_68 - is_core = COL - } - } - remove_core = THIS - secede_province = CAN - add_core = CAN - } - } - ai_will_do = { factor = 1 } - } - - tasmania_penal_colony = { - picture = drain_the_pinsk_marshes - - potential = { - owns = 2482 - OR = { - 2482 = { has_province_modifier = penal_colony } - NOT = { has_global_flag = tasmania_renamed } - } - } - - allow = { - war = no - state_n_government = 1 - OR = { - NOT = { penal_system = colonial_transportation } - year = 1853 - } - } - - effect = { - set_global_flag = tasmania_renamed - 2482 = { - change_province_name = "Tasmania" - remove_province_modifier = penal_colony - add_province_modifier = { name = population_resettlement duration = 60 } - } - } - ai_will_do = { factor = 1 } - } - - cede_aden = { - picture = aden_protectorate - alert = no - - potential = { - has_global_flag = created_aden_protectorate - OR = { - owns = 1412 - 1412 = { owner = { OR = { vassal_of = THIS AND = { in_sphere = THIS is_vassal = no ai = yes } } } } - } - NOT = { tag = YEM } - NOT = { tag = NYE } - YEM = { exists = yes NOT = { owns = 1412 } } - OR = { - AND = { tag = LHJ ai = yes is_vassal = no } - great_wars_enabled = yes - } - } - - - allow = { - war = no - OR = { - owns = 1412 - 1412 = { - owner = { - OR = { - vassal_of = THIS - AND = { in_sphere = THIS is_vassal = no } - } - } - } - } - 1412 = { any_neighbor_province = { owned_by = YEM } } - OR = { - YEM = { OR = { is_vassal = no vassal_of = THIS } } - ai = yes - } - } - - effect = { - badboy = -2 - 1412 = { remove_core = THIS } - - random_country = { limit = { owns = 1412 num_of_cities = 2 } - 1412 = { secede_province = THIS } - } - - random_owned = { limit = { province_id = 1412 } - 1412 = { secede_province = YEM add_core = YEM remove_core = THIS remove_core = LHJ } - } - - random_country = { limit = { owns = 1412 NOT = { num_of_cities = 2 } } - 1412 = { add_core = YEM remove_core = THIS remove_core = LHJ } - annex_to = YEM - } - - random_owned = { limit = { owner = { is_greater_power = yes } } owner = { diplomatic_influence = { who = YEM value = 100 } } } - relation = { who = YEM value = 100 } - random_country = { limit = { tag = YEM NOT = { capital = 1178 } } capital = 1412 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - 1412 = { any_neighbor_province = { owned_by = THIS } } - } - - modifier = { - factor = 0 - owns = 1412 - } - } - } - - - christimas_and_cocos_adminstration = { - picture = dreams_of_empire - - potential = { - owns = 2244 - OR = { - tag = AST - AND = { - owns = 2476 - owns = 2468 - owns = 2487 - owns = 2493 - owns = 2497 - owns = 2505 - } - AST = { vassal_of = THIS } - } - 2244 = { NOT = { is_core = AST } } - } - - - allow = { - war = no - state_n_government = 1 - } - - effect = { - 2244 = { add_core = AST } - random_country = { limit = { tag = AST exists = yes } 2244 = { secede_province = AST } } - } - - ai_will_do = { factor = 1 } - } - - - the_foster_act = { - picture = mortimer_durand - - potential = { - tag = ENG - NOT = { school_reforms = good_schools} - NOT = { has_country_flag = foster_act_enacted } - year = 1865 - } - - - allow = { - war = no - biologism = 1 - } - - effect = { - set_country_flag = foster_act_enacted - - random_owned = { - limit = { owner = { school_reforms = acceptable_schools } } - owner = { social_reform = good_schools } - } - - random_owned = { - limit = { owner = { school_reforms = low_schools } } - owner = { social_reform = acceptable_schools } - } - - random_owned = { - limit = { owner = { school_reforms = no_schools } } - owner = { social_reform = low_schools } - } - } - - ai_will_do = { factor = 1 } - } - - - londonderry_renaming_act = { - picture = londonderry_quay - - potential = { - OR = { - AND = { - primary_culture = irish - NOT = { has_global_flag = londonderry_renamed } - } - AND = { - primary_culture = british - has_global_flag = londonderry_renamed - } - } - owns = 255 - } - - - allow = { - war = no - } - - effect = { - - random_owned = { - limit = { owner = { primary_culture = irish } } - owner = { set_global_flag = londonderry_renamed 255 = { change_province_name = "Derry" } } - } - - random_owned = { - limit = { owner = { primary_culture = british } } - owner = { clr_global_flag = londonderry_renamed 255 = { change_province_name = "Londonderry" } } - } - } - - ai_will_do = { factor = 1 } - } + repeal_the_corn_laws = { + potential = { + OR = { + tag = ENG + tag = ENL + } + has_country_flag = great_irish_famine + NOT = { + has_country_flag = corn_laws_repealed_flag + } + } + allow = { + average_militancy = 2 + } + + effect = { + add_country_modifier = { + name = corn_laws_repealed + duration = 3650 + } + any_pop = { + militancy = -1 + consciousness = 1 + } + set_country_flag = corn_laws_repealed_flag + } + } + crown_empress_of_india = { + picture = crown_empress_of_india + news = yes + news_desc_long = "empress_of_india_NEWS_LONG" + news_desc_medium = "empress_of_india_NEWS_MEDIUM" + news_desc_short = "empress_of_india_NEWS_SHORT" + potential = { + tag = ENG + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + has_country_flag = empress_of_india + } + } + allow = { + nationalism_n_imperialism = 1 + prestige = 40 + owns = 1305 + owns = 1311 + owns = 1257 + owns = 1291 + owns = 1236 + owns = 1297 + owns = 1227 + } + effect = { + prestige = 20 + any_pop = { + militancy = -1 + } + set_country_flag = empress_of_india + } + } + + found_the_bbc = { + picture = found_the_bbc + potential = { + OR = { + tag = ENG + tag = ENL + } + year = 1900 + NOT = { + has_country_flag = we_are_live_from_london + } + } + + allow = { + invention = national_radio_networks + } + + effect = { + any_country = { + relation = { + who = THIS + value = 5 + } + } + any_pop = { + militancy = -0.5 + } + prestige = 10 + set_country_flag = we_are_live_from_london + } + } + the_scotland_yard = { + potential = { + OR = { + tag = ENG + tag = ENL + } + NOT = { + has_country_flag = elementary_my_dear_watson # I know, he never says it in the books, yadiyadi. + } + } + + allow = { + realism = 1 + } + + effect = { + add_country_modifier = { + name = the_yard + duration = -1 + } + set_country_flag = elementary_my_dear_watson + } + } + + ionian_islands_question = { + picture = ionian_islands_question + potential = { + OR = { + tag = ENG + tag = ENL + } + year = 1860 + ION = { + vassal_of = THIS + ai = yes + } + GRE = { exists = yes } + } + + allow = { + state_n_government = 1 + war = no + } + + effect = { + random_country = { + limit = { + tag = GRE + exists = yes + } + relation = { who = THIS value = 100 } + inherit = ION + THIS = { + diplomatic_influence = { who = GRE value = 100 } + any_owned = { + limit = { is_core = ION } + secede_province = ION + } + } + ION = { + set_country_flag = normalized_cultures + remove_accepted_culture = british + remove_accepted_culture = north_italian + all_core = { remove_core = ION } + } + } + prestige = 10 + badboy = -4 + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + OR = { + AND = { + year = 1864 + month = 4 + } + year = 1865 + } + } + } + modifier = { + factor = 0 + truce_with = GRE + } + } + } + + create_rhodesia = { + picture = rhodesia_charter + alert = no + potential = { + any_owned_province = { is_core = RHO } + RHO = { exists = no } + NOT = { capital_scope = { continent = africa } } + NOT = { has_country_flag = post_colonial_country } + primary_culture = british + civilized = yes + revolution_n_counterrevolution = 1 + } + + allow = { + war = no + SAF = { exists = yes } + RHO = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { is_vassal = no vassal_of = THIS } + } + } + } + } + } + + effect = { + prestige = 3 + RHO = { set_country_flag = post_colonial_country neutrality = yes } + release_vassal = RHO + create_alliance = RHO + diplomatic_influence = { + who = RHO + value = 400 + } + } + + ai_will_do = { factor = 0 } + } + + rhodesia_charter = { + potential = { + tag = ENG + owns = 2068 + owns = 2069 + owns = 2070 + owns = 2071 + owns = 2072 + owns = 2073 + owns = 2635 + NOT = { has_country_flag = ian_would_be_proud } + } + + allow = { invention = mission_to_civilize } + + effect = { + prestige = 10 + ENG_2068 = { add_core = RHO } + ENG_2071 = { add_core = RHO } + ENG_2014 = { add_core = RHO } + ENG_2016 = { add_core = RHO } + RHO = { all_core = { remove_core = MAT } } + country_event = { id = 199067 days = 2 } + country_event = { id = 199050 days = 2 } + set_country_flag = ian_would_be_proud + } + } + + treaty_of_heligoland = { + picture = the_heligoland_question + potential = { + tag = ENG + 533 = { owned_by = ENG } + GER = { + any_owned_province = { + continent = africa + is_colonial = yes + OR = { + any_neighbor_province = { owned_by = THIS } + port = yes + } + } + } + NOT = { has_country_flag = treaty_of_heligoland } + } + + allow = { + war = no + year = 1892 + 2013 = { empty = no } + 2015 = { empty = no } + GER = { + exists = yes + war = no + } + } + + effect = { + set_country_flag = treaty_of_heligoland + GER = { country_event = 33006 } + } + + ai_will_do = { factor = 1 } + } + + treaty_of_nanking = { + picture = treaty_of_nanking + potential = { + OR = { + tag = ENG + tag = ENL + } + exists = QNG + has_global_flag = kowloon_incident + NOT = { has_country_flag = treaty_of_nanking } + } + + allow = { + is_greater_power = yes + OR = { + is_sphere_leader_of = QNG + owns = 1496 + } + } + + effect = { + set_country_flag = treaty_of_nanking + prestige_factor = 0.05 + 1496 = { remove_core = QNG } + random_country = { + limit = { + tag = QNG + owns = 1496 + } + 1496 = { secede_province = THIS } + } + 1496 = { + add_province_modifier = { + name = colonial_recruitment + duration = 1095 + } + } + QNG = { + add_country_modifier = { name = legation_quarter duration = -1 } + } + diplomatic_influence = { + who = QNG + value = 50 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + simla_convention = { + picture = treaty_signing + potential = { + OR = { + tag = ENG + tag = ENL + } + TIB = { + neighbour = THIS + is_vassal = no + } + NOT = { has_country_flag = simla_convention } + } + + allow = { + war = no + TIB = { + is_vassal = no + war = no + } + } + + effect = { + set_country_flag = simla_convention + TIB = { country_event = 131711 } + } + + ai_will_do = { + factor = 1 + } + } + + aden_protectorate = { + picture = aden_protectorate + alert = no + potential = { + NOT = { is_culture_group = arab } + OR = { + any_owned_province = { is_core = LHJ } + any_owned_province = { is_core = FDL } + any_owned_province = { is_core = KTH } + any_owned_province = { is_core = MHR } + is_sphere_leader_of = LHJ + is_sphere_leader_of = FDL + is_sphere_leader_of = KTH + is_sphere_leader_of = MHR + } + NOT = { has_global_flag = created_aden_protectorate } + } + + allow = { + war = no + 1412 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + owner = { in_sphere = THIS } + } + } + 1173 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + owner = { in_sphere = THIS } + } + } + 1175 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + owner = { in_sphere = THIS } + } + } + 1176 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + owner = { in_sphere = THIS } + } + } + 1177 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + owner = { in_sphere = THIS } + } + } + YEM = { exists = no } + } + + effect = { + set_global_flag = created_aden_protectorate + prestige = 10 + any_country = { + limit = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + exists = yes + OR = { + tag = KTH + tag = LHJ + tag = FDL + tag = MHR + } + ai = yes + } + annex_to = THIS + } + LHJ = { all_core = { add_core = YEM remove_core = LHJ } } + FDL = { all_core = { add_core = YEM remove_core = FDL } } + KTH = { all_core = { add_core = YEM remove_core = KTH } } + MHR = { all_core = { add_core = YEM remove_core = MHR } } + 1412 = { remove_core = NYE } + random_owned = { + limit = { owner = { slavery = no_slavery } } + YEM = { political_reform = no_slavery } + } + + random_owned = { + limit = { owner = { ai = yes } } + owner = { + any_country = { + limit = { + tag = YEM + exists = no + THIS = { is_possible_vassal = YEM } + } + + THIS = { + badboy = -2 + release_vassal = YEM + random_owned = { + limit = { owner = { is_greater_power = yes } } + owner = { diplomatic_influence = { who = YEM value = 400 } } + } + relation = { who = YEM value = 400 } + } + + capital = 1176 + money = 10000 + research_points = 6000 + government = absolute_monarchy + 1412 = { secede_province = THIS } + tech_school = developing_tech_school + } + } + } + } + + ai_will_do = { factor = 1 } + } + + gold_coast_treaty = { + picture = treaty_signing + potential = { + is_greater_power = yes + owns = 1908 + nationalism_n_imperialism = 1 + 1909 = { NOT = { owned_by = THIS } } + NOT = { has_country_flag = gold_coast_treaty } + } + + allow = { + war = no + 1909 = { owner = { war = no } } + } + + effect = { + set_country_flag = gold_coast_treaty + 1909 = { owner = { country_event = 36960 } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + 1909 = { owner = { truce_with = THIS } } + } + } + } + + annex_fiji = { + picture = dreams_of_empire + potential = { + tag = ENG + is_greater_power = yes + state_n_government = 1 + 2454 = { empty = yes } + any_owned_province = { is_core = AST } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + + allow = { + war = no + money = 10000 + revolution_n_counterrevolution = 1 + } + + effect = { + prestige = 3 + treasury = -10000 + 2454 = { + secede_province = ENG + naval_base = 1 + } + } + } + + invest_in_irish = { + picture = embrace_minority + potential = { + tag = ENG + NOT = { + exists = IRE + accepted_culture = irish + has_country_flag = invest_in_irish + } + OR = { + government = democracy + government = hms_government + government = proletarian_dictatorship + } + OR = { + has_country_flag = help_for_the_irish + has_country_flag = irish_republican_brotherhood + } + any_owned_province = { is_core = IRE } + } + + allow = { + prestige = 50 + money = 100000 + NOT = { citizenship_policy = residency } + social_science = 1 + } + + effect = { + set_country_flag = invest_in_irish + random_owned = { + limit = { owner = { NOT = { has_country_flag = irish_republican_brotherhood } } } + owner = { add_accepted_culture = irish } + } + prestige = -50 + treasury = -100000 + any_owned = { + remove_province_modifier = irish_oppression + } + any_pop = { + limit = { + has_pop_culture = irish + has_pop_religion = catholic + } + militancy = -5 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + OR = { + government = democracy + citizenship_policy = full_citizenship + any_state = { + any_owned_province = { is_core = IRE } + average_militancy = 7 + } + } + } + } + } + } + + #irish_integration = { + # picture = embrace_minority + # potential = { + # tag = ENG + # accepted_culture = irish + # any_owned_province = { + # is_core = IRE + # NOT = { has_province_modifier = irish_integration } + # } + # } + # + # allow = { + # money = 50000 + # social_science = 1 + # psychoanalysis = 1 + # } + # + # effect = { + # prestige = 20 + # treasury = -50000 + # any_owned = { + # limit = { is_core = IRE } + # add_province_modifier = { + # name = irish_integration + # duration = -1 + # } + # } + # } + #} + + the_great_game_makran = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = ENG + has_country_flag = empress_of_india + exists = MAK + MAK = { + civilized = no + vassal_of = ENG + ai = yes + } + } + + allow = { + MAK = { average_militancy = 3 } + } + + effect = { + MAK = { annex_to = THIS } + } + } + + the_great_game_panjab = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = ENG + has_country_flag = empress_of_india + exists = PNJ + PNJ = { + civilized = no + vassal_of = ENG + ai = yes + } + } + + allow = { + PNJ = { average_militancy = 4 } + } + + effect = { + PNJ = { annex_to = THIS } + } + } + + the_great_game_sindh = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = ENG + has_country_flag = empress_of_india + exists = SIN + SIN = { + civilized = no + vassal_of = ENG + ai = yes + } + } + + allow = { + SIN = { average_militancy = 3 } + } + + effect = { + SIN = { annex_to = THIS } + } + } + + + build_the_big_ben = { + picture = bigben + potential = { + OR = { + tag = ENG + tag = ENL + } + year = 1844 + NOT = { has_country_flag = big_ben_construction } + NOT = { year = 1860 } + 300 = { NOT = { has_province_modifier = the_big_ben } } + } + + allow = { + war = no + election = no + stock_exchange = 1 + OR = { + money = 30000 + ai = yes + } + } + + effect = { + set_country_flag = big_ben_construction + country_event = 3697000 + } + + ai_will_do = { factor = 1 } + } + + rhodesia_renaming_act = { + picture = rhodesia_renaming_act + potential = { + tag = RHO + owns = 2068 + owns = 2070 + owns = 2635 + NOT = { has_country_flag = renaming_act } + } + + allow = { + owns = 2068 + owns = 2070 + owns = 2635 + } + + effect = { + set_country_flag = renaming_act + 2068 = { state_scope = { change_region_name = "Southern Rhodesia" } } + } + ai_will_do = { factor = 1 } + } + + durand_line = { + picture = mortimer_durand + potential = { + tag = ENG + is_greater_power = yes + neighbour = AFG + any_owned_province = { is_core = AFG } + AFG = { exists = yes } + NOT = { has_country_flag = durand_line } + NOT = { year = 1910 } + } + + allow = { + war = no + AFG = { war = no } + nationalism_n_imperialism = 1 + NOT = { year = 1910 } + NOT = { relation = { who = AFG value = 100 } } + } + + effect = { + set_country_flag = durand_line + AFG = { country_event = 3697010 } + } + ai_will_do = { factor = 1 } + } + + unite_north_yemen_existing = { + picture = aden_protectorate + potential = { + OR = { + NOT = { 1178 = { is_core = YEM } } + NOT = { 1179 = { is_core = YEM } } + NOT = { 1180 = { is_core = YEM } } + } + NOT = { tag = NYE } + NYE = { exists = yes } + OR = { + tag = YEM + YEM = { + exists = yes + OR = { + vassal_of = THIS + in_sphere = THIS + } + } + } + } + + allow = { + nationalism_n_imperialism = 1 + war = no + NYE = { + war = no + OR = { + vassal_of = THIS + in_sphere = THIS + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + } + OR = { + tag = YEM + YEM = { + OR = { + vassal_of = THIS + in_sphere = THIS + } + } + } + } + + effect = { + prestige = 5 + NYE = { all_core = { add_core = YEM } } + YEM = { inherit = NYE capital = 1178 } + } + ai_will_do = { factor = 1 } + } + + unite_yemeni_colonies = { + picture = aden_protectorate + potential = { + has_global_flag = created_aden_protectorate + OR = { + NOT = { 1178 = { is_core = YEM } } + NOT = { 1179 = { is_core = YEM } } + NOT = { 1180 = { is_core = YEM } } + } + OR = { + any_owned_province = { is_core = YEM } + any_owned_province = { is_core = NYE } + NYE = { in_sphere = THIS } + NYE = { vassal_of = THIS } + } + } + + allow = { + nationalism_n_imperialism = 1 + war = no + NYE = { + war = no + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + } + + effect = { + prestige = 5 + random_country = { + limit = { + tag = NYE + exists = yes + NOT = { number_of_states = 2 } + } + annex_to = THIS + } + any_country = { + limit = { + NOT = { tag = THIS } + any_owned_province = { is_core = NYE } + exists = yes + } + any_owned = { limit = { is_core = NYE } secede_province = THIS } + } + + NYE = { + all_core = { add_core = YEM } + tech_school = developing_tech_school + } + YEM = { + tech_school = developing_tech_school + } + random_country = { + limit = { + tag = YEM + exists = yes + vassal_of = THIS + } + THIS = { + any_owned = { + limit = { is_core = YEM } + secede_province = YEM + } + } + } + random_country = { + limit = { + tag = YEM + exists = yes + owns = 1178 + } + capital = 1178 + } + } + + ai_will_do = { factor = 1 } + } + + anglo_persian_oil_company = { + picture = map_arabia + + potential = { + tag = ENG + year = 1900 + NOT = { has_country_flag = apoc } + invention = cracking + invention = oil_pumping_machinery + PER = { exists = yes } + } + + allow = { + money = 20000 + PER = { in_sphere = THIS } + } + + effect = { + set_country_flag = apoc + treasury = -20000 + prestige = 5 + research_points = 1000 + PER = { country_event = 110011 } + } + ai_will_do = { factor = 1 } + } + + canadian_lands = { + picture = canadian_dominion + alert = no + potential = { + OR = { + tag = ENG + tag = ENL + } + CAN = { exists = yes vassal_of = THIS } + any_owned_province = { + continent = north_america + OR = { + #region = ENG_6 + region = ENG_9 + region = CAN_13 + #region = CAN_18 + region = ENG_22 + region = ENG_30 + region = ENG_36 + region = CAN_46 + region = CAN_50 + region = CAN_58 + region = CAN_60 + region = ENG_68 + is_core = COL + } + } + OR = { + year = 1900 + has_country_flag = CAN_independence_refused + } + } + + allow = { + war = no + } + + effect = { + any_owned = { + limit = { + continent = north_america + OR = { + #region = ENG_6 + region = ENG_9 + region = CAN_13 + #region = CAN_18 + region = ENG_22 + region = ENG_30 + region = ENG_36 + region = CAN_46 + region = CAN_50 + region = CAN_58 + region = CAN_60 + region = ENG_68 + is_core = COL + } + } + remove_core = THIS + secede_province = CAN + add_core = CAN + } + } + ai_will_do = { factor = 1 } + } + + tasmania_penal_colony = { + picture = drain_the_pinsk_marshes + + potential = { + owns = 2482 + OR = { + 2482 = { has_province_modifier = penal_colony } + NOT = { has_global_flag = tasmania_renamed } + } + } + + allow = { + war = no + state_n_government = 1 + OR = { + NOT = { penal_system = colonial_transportation } + year = 1853 + } + } + + effect = { + set_global_flag = tasmania_renamed + 2482 = { + change_province_name = "Tasmania" + remove_province_modifier = penal_colony + add_province_modifier = { name = population_resettlement duration = 60 } + } + } + ai_will_do = { factor = 1 } + } + + cede_aden = { + picture = aden_protectorate + alert = no + + potential = { + has_global_flag = created_aden_protectorate + OR = { + owns = 1412 + 1412 = { owner = { OR = { vassal_of = THIS AND = { in_sphere = THIS is_vassal = no ai = yes } } } } + } + NOT = { tag = YEM } + NOT = { tag = NYE } + YEM = { exists = yes NOT = { owns = 1412 } } + OR = { + AND = { tag = LHJ ai = yes is_vassal = no } + great_wars_enabled = yes + } + } + + + allow = { + war = no + OR = { + owns = 1412 + 1412 = { + owner = { + OR = { + vassal_of = THIS + AND = { in_sphere = THIS is_vassal = no } + } + } + } + } + 1412 = { any_neighbor_province = { owned_by = YEM } } + OR = { + YEM = { OR = { is_vassal = no vassal_of = THIS } } + ai = yes + } + } + + effect = { + badboy = -2 + 1412 = { remove_core = THIS } + + random_country = { limit = { owns = 1412 num_of_cities = 2 } + 1412 = { secede_province = THIS } + } + + random_owned = { limit = { province_id = 1412 } + 1412 = { secede_province = YEM add_core = YEM remove_core = THIS remove_core = LHJ } + } + + random_country = { limit = { owns = 1412 NOT = { num_of_cities = 2 } } + 1412 = { add_core = YEM remove_core = THIS remove_core = LHJ } + annex_to = YEM + } + + random_owned = { limit = { owner = { is_greater_power = yes } } owner = { diplomatic_influence = { who = YEM value = 100 } } } + relation = { who = YEM value = 100 } + random_country = { limit = { tag = YEM NOT = { capital = 1178 } } capital = 1412 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + 1412 = { any_neighbor_province = { owned_by = THIS } } + } + + modifier = { + factor = 0 + owns = 1412 + } + } + } + + + christimas_and_cocos_adminstration = { + picture = dreams_of_empire + + potential = { + owns = 2244 + OR = { + tag = AST + AND = { + owns = 2476 + owns = 2468 + owns = 2487 + owns = 2493 + owns = 2497 + owns = 2505 + } + AST = { vassal_of = THIS } + } + 2244 = { NOT = { is_core = AST } } + } + + + allow = { + war = no + state_n_government = 1 + } + + effect = { + 2244 = { add_core = AST } + random_country = { limit = { tag = AST exists = yes } 2244 = { secede_province = AST } } + } + + ai_will_do = { factor = 1 } + } + + + the_foster_act = { + picture = mortimer_durand + + potential = { + tag = ENG + NOT = { school_reforms = good_schools} + NOT = { has_country_flag = foster_act_enacted } + year = 1865 + } + + + allow = { + war = no + biologism = 1 + } + + effect = { + set_country_flag = foster_act_enacted + + random_owned = { + limit = { owner = { school_reforms = acceptable_schools } } + owner = { social_reform = good_schools } + } + + random_owned = { + limit = { owner = { school_reforms = low_schools } } + owner = { social_reform = acceptable_schools } + } + + random_owned = { + limit = { owner = { school_reforms = no_schools } } + owner = { social_reform = low_schools } + } + } + + ai_will_do = { factor = 1 } + } + + + londonderry_renaming_act = { + picture = londonderry_quay + + potential = { + OR = { + AND = { + primary_culture = irish + NOT = { has_global_flag = londonderry_renamed } + } + AND = { + primary_culture = british + has_global_flag = londonderry_renamed + } + } + owns = 255 + } + + + allow = { + war = no + } + + effect = { + + random_owned = { + limit = { owner = { primary_culture = irish } } + owner = { set_global_flag = londonderry_renamed 255 = { change_province_name = "Derry" } } + } + + random_owned = { + limit = { owner = { primary_culture = british } } + owner = { clr_global_flag = londonderry_renamed 255 = { change_province_name = "Londonderry" } } + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/East Indies.txt b/HPM/decisions/East Indies.txt index 5b135825..8dcae053 100644 --- a/HPM/decisions/East Indies.txt +++ b/HPM/decisions/East Indies.txt @@ -1,1828 +1,1828 @@ political_decisions = { - unite_indonesia = { - picture = map_east_indies - potential = { - OR = { - tag = DJA - tag = KLM - tag = KTI - tag = MAL - tag = SLW - tag = SAK - tag = JAV - tag = BAL - tag = ATJ - tag = JOH - tag = SWK - tag = BRU - tag = MLY - } - NOT = { - has_global_flag = indonesia_formed - has_global_flag = indonesia_organized - exists = INO - } - } - - allow = { - war = no - prestige = 45 - nationalism_n_imperialism = 1 - OR = { - tag = DJA - AND = { - rank = 16 - exists = DJA - DJA = { war = no } - relation = { who = DJA value = 50 } - } - DJA = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - OR = { - tag = SAK - AND = { - rank = 16 - exists = SAK - SAK = { war = no } - relation = { who = SAK value = 50 } - } - SAK = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - OR = { - tag = ATJ - AND = { - rank = 16 - exists = ATJ - ATJ = { war = no } - relation = { who = ATJ value = 50 } - } - ATJ = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - OR = { - tag = SLW - AND = { - rank = 16 - exists = SLW - SLW = { war = no } - relation = { who = SLW value = 50 } - } - SLW = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - OR = { - tag = JAV - AND = { - rank = 16 - exists = JAV - JAV = { war = no } - relation = { who = JAV value = 50 } - } - JAV = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - OR = { - tag = BAL - AND = { - rank = 16 - exists = BAL - BAL = { war = no } - relation = { who = BAL value = 50 } - } - BAL = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - } - - effect = { - set_global_flag = indonesia_formed - clr_country_flag = post_colonial_country - prestige = 20 - INO = { tech_school = traditional_academic } - all_core = { - remove_core = THIS - add_core = INO - } - 1427 = { trade_goods = iron } #Kota Waringin - 1408 = { trade_goods = coal } #Padang - 1399 = { trade_goods = coal } #Palembang - 1424 = { trade_goods = coal } #Pasir - 1400 = { trade_goods = tobacco } #Inderagiri - change_tag = INO - add_accepted_culture = javan - add_accepted_culture = malay - add_accepted_culture = moluccan - TMR = { all_core = { add_core = INO } } - DJA = { all_core = { add_core = INO } } - KLM = { all_core = { add_core = INO } } - KTI = { all_core = { add_core = INO } } - MAL = { all_core = { add_core = INO } } - SLW = { all_core = { add_core = INO } } - SAK = { all_core = { add_core = INO } } - JAV = { all_core = { add_core = INO } } - BAL = { all_core = { add_core = INO } } - ATJ = { all_core = { add_core = INO } } - BAL_1438 = { add_core = INO } - 1452 = { add_core = INO } - 1453 = { add_core = INO } - 1454 = { add_core = INO } - 1560 = { add_core = INO } - any_country = { - limit = { - OR = { - tag = DJA - tag = KLM - tag = KTI - tag = MAL - tag = SLW - tag = SAK - tag = JAV - tag = BAL - tag = ATJ - } - NOT = { tag = THIS } - war = no - OR = { - in_sphere = THIS - relation = { - who = THIS - value = 50 - } - } - } - country_event = 95255 - } - any_owned = { - limit = { is_core = INO NOT = { province_id = 1446 } } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - } - country_event = 199064 - } - - ai_will_do = { - factor = 1 - } - } - - unite_malaya = { - picture = map_east_indies - potential = { - primary_culture = malay - NOT = { - has_global_flag = malaya_formed - exists = MLY - tag = INO - } - } - - allow = { - war = no - civilized = yes - prestige = 45 - state_n_government = 1 - JOH = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - PHG = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - PRK = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - SLG = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - } - - effect = { - set_global_flag = malaya_formed - prestige = 20 - all_core = { - remove_core = THIS - add_core = MLY - } - change_tag = MLY - add_accepted_culture = yue - random_owned = { - limit = { province_id = 1387 } - owner = { capital = 1387 } - } - JOH = { all_core = { add_core = MLY } } - PHG = { all_core = { add_core = MLY } } - PRK = { all_core = { add_core = MLY } } - SLG = { all_core = { add_core = MLY } } - BRU = { all_core = { add_core = MLY } } - SWK = { all_core = { add_core = MLY } } - KTI = { all_core = { add_core = MLY } } - KLM = { all_core = { add_core = MLY } } - BRU_1396 = { add_core = MLY } - random_owned = { limit = { province_id = 2576 } add_core = MLY } - any_country = { - limit = { - exists = yes - OR = { - tag = JOH - tag = BRU - tag = SWK - tag = KTI - tag = KLM - } - NOT = { tag = THIS } - war = no - OR = { - in_sphere = THIS - relation = { - who = THIS - value = 50 - } - } - } - country_event = 95255 - } - any_owned = { - limit = { is_core = MLY NOT = { province_id = 1393 } } - remove_core = SWK - remove_core = SUL - remove_core = BRU - remove_core = KTI - remove_core = JOH - remove_core = PRK - remove_core = SLG - remove_core = PHG - remove_core = SIA - remove_core = KLM - remove_core = LAN - remove_core = PNK - } - country_event = 199069 - } - - ai_will_do = { - factor = 1 - } - } - - create_malaya = { - picture = map_east_indies - potential = { - nationalism_n_imperialism = 1 - OR = { - any_owned_province = { - OR = { - is_core = JOH - is_core = PHG - is_core = PRK - is_core = SLG - } - } - JOH = { - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - PHG = { - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - PRK = { - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - SLG = { - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - NOT = { - primary_culture = malay - has_global_flag = malaya_formed - exists = MLY - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - JOH = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { - civilized = no - ai = yes - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - PHG = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { - civilized = no - ai = yes - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - PRK = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { - civilized = no - ai = yes - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - SLG = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { - civilized = no - ai = yes - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - } - - effect = { - set_global_flag = malaya_formed - - prestige = 20 - random_country = { - limit = { - tag = JOH - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - random_country = { - limit = { - tag = PHG - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - random_country = { - limit = { - tag = PRK - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - random_country = { - limit = { - tag = SLG - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - annex_to = THIS - } - any_country = { - limit = { - NOT = { - tag = JOH - tag = SLG - tag = PRK - tag = PHG - } - any_owned_province = { - OR = { - is_core = JOH - is_core = SLG - is_core = PRK - is_core = PHG - } - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - any_owned = { - limit = { - OR = { - is_core = JOH - is_core = SLG - is_core = PRK - is_core = PHG - } - } - secede_province = THIS - } - } - JOH = { - all_core = { - add_core = MLY - remove_core = JOH - } - } - SLG = { - all_core = { - add_core = MLY - remove_core = SLG - } - } - PHG = { - all_core = { - add_core = MLY - remove_core = PHG - } - } - PRK = { - all_core = { - add_core = MLY - remove_core = PRK - } - } - any_country = { - limit = { - exists = yes - OR = { - tag = BRU - tag = SWK - tag = KTI - tag = KLM - tag = SAK - tag = ATJ - tag = DJA - tag = PHG - tag = PRK - tag = SLG - } - NOT = { tag = THIS } - war = no - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - all_core = { add_core = MLY } - annex_to = THIS - } - any_owned = { - limit = { - OR = { - region = BRU_1396 - is_core = BRU - is_core = SWK - is_core = KTI - is_core = KLM - is_core = SAK - is_core = ATJ - is_core = DJA - is_core = PHG - is_core = PRK - is_core = SLG - } - } - add_core = MLY - } - any_owned = { - limit = { - is_core = MLY - is_core = THIS - } - remove_core = MLY - } - any_pop = { - limit = { has_pop_culture = malay } - militancy = -6 - } - MLY = { - tech_school = developing_tech_school - set_country_flag = post_colonial_country - } - any_owned = { - limit = { is_core = MLY NOT = { province_id = 1393 } } - remove_core = SWK - remove_core = SUL - remove_core = BRU - remove_core = KTI - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = SAK - remove_core = ATJ - remove_core = DJA - remove_core = PHG - remove_core = PRK - remove_core = SLG - } - random_owned = { limit = { province_id = 2576 } add_core = MLY } - country_event = 199069 - } - - ai_will_do = { - factor = 1 - } - } - - sarawak_protectorate = { - picture = map_east_indies - potential = { - exists = yes - NOT = { has_global_flag = sarawak_protectorate } - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - SWK = { - ai = yes - exists = yes - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - owns = 1384 - owns = 1425 - owns = 1459 - } - } - - allow = { - year = 1888 - SWK = { - war = no - in_sphere = THIS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - tech_school = naval_tech_school - tech_school = japanese_tech_school - AND = { - owns = 1426 - owns = 1425 - } - } - } - - effect = { - prestige = 5 - set_global_flag = sarawak_protectorate - random = { - chance = 50 - badboy = 1 - } - SWK = { - civilized = no - tech_school = developing_tech_school - } - inherit = SWK - } - - ai_will_do = { - factor = 1 - } - } - - north_borneo_company = { - picture = map_east_indies - potential = { - tag = ENG - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { has_country_flag = north_borneo_company } - OR = { - owns = 1496 - owns = 1384 - } - OR = { - 1396 = { - owner = { - ai = yes - civilized = no - } - } - 1397 = { - owner = { - ai = yes - civilized = no - } - } - } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - OR = { - 1396 = { - owner = { - civilized = no - war = no - } - } - 1397 = { - owner = { - civilized = no - war = no - } - } - } - } - - effect = { - prestige = 5 - set_country_flag = north_borneo_company - any_country = { - limit = { - OR = { - owns = 1396 - owns = 1397 - } - civilized = no - war = no - ai = yes - } - create_alliance = THIS - relation = { who = THIS value = 200 } - any_owned = { - limit = { - OR = { - province_id = 1396 - province_id = 1397 - } - } - secede_province = THIS - } - } - } - } - - sulu_protectorate = { - picture = map_east_indies - potential = { - NOT = { - has_country_flag = the_sulu_protectorate - owns = 1397 - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - SUL = { - exists = yes - ai = yes - civilized = no - } - OR = { - is_sphere_leader_of = SUL - is_sphere_leader_of = PHL - is_sphere_leader_of = JOH - is_sphere_leader_of = BRU - any_owned_province = { is_core = PHL } - any_owned_province = { is_core = JOH } - any_owned_province = { is_core = BRU } - owns = 1384 - } - any_owned_province = { has_building = naval_base } - } - - allow = { - war = no - SUL = { war = no } - nationalism_n_imperialism = 1 - OR = { - SUL = { - part_of_sphere = no - OR = { - neighbour = THIS - any_neighbor_country = { in_sphere = THIS } - } - } - AND = { - is_sphere_leader_of = SUL - SUL = { average_militancy = 3 } - OR = { - any_owned_province = { is_core = PHL } - any_owned_province = { is_core = JOH } - } - } - AND = { - SUL = { - part_of_sphere = no - average_militancy = 6 - } - OR = { - any_owned_province = { is_core = PHL } - any_owned_province = { is_core = JOH } - } - } - } - } - - effect = { - prestige = 5 - random = { - chance = 50 - badboy = 1 - } - inherit = SUL - SUL = { tech_school = developing_tech_school } - set_country_flag = the_sulu_protectorate - } - - ai_will_do = { factor = 1 } - } - - flores_sale = { - picture = map_east_indies - alert = no - potential = { - war = no - NOT = { has_country_flag = flores_sale } - tag = POR - OR = { - owns = 1439 - owns = 1444 - } - NOT = { - owns = 1445 - owns = 1440 - owns = 1451 - } - } - - allow = { - nationalism_n_imperialism = 1 - NOT = { 1445 = { owner = { has_country_modifier = in_bankrupcy } } } - OR = { - money = 100000 - ai = yes - } - OR = { - NOT = { money = 10000 } - 1445 = { owner = { relation = { who = POR value = -50 } } } - has_country_modifier = in_bankrupcy - } - } - - effect = { - set_country_flag = flores_sale - 1445 = { - owner = { - country_event = 97125 - } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1851 } - } - modifier = { - factor = 0 - is_greater_power = yes - } - } - } - - create_cambodian_protectorate = { - picture = unequal_treaty - potential = { - has_country_flag = created_my_indochina - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - primary_culture = japanese - tech_school = naval_tech_school - } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - CAM = { - exists = yes - neighbour = THIS - civilized = no - ai = yes - } - NOT = { has_global_flag = created_cambodian_protectorate } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - CAM = { - war = no - OR = { - part_of_sphere = no - in_sphere = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - - effect = { - set_global_flag = created_cambodian_protectorate - prestige = 10 - random = { - chance = 50 - badboy = 1 - } - inherit = CAM - CAM = { tech_school = developing_tech_school } - country_event = 199071 - } - } - - create_laos_protectorate = { - picture = unequal_treaty - potential = { - has_country_flag = created_my_indochina - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - primary_culture = japanese - tech_school = naval_tech_school - } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - OR = { - LUA = { - NOT = { has_country_flag = annexed_to_FRA } - neighbour = THIS - civilized = no - ai = yes - war = no - OR = { - part_of_sphere = no - in_sphere = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - WIA = { - NOT = { has_country_flag = annexed_to_FRA } - neighbour = THIS - civilized = no - ai = yes - war = no - OR = { - part_of_sphere = no - in_sphere = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - CHK = { - NOT = { has_country_flag = annexed_to_FRA } - neighbour = THIS - civilized = no - ai = yes - war = no - OR = { - part_of_sphere = no - in_sphere = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - any_owned_province = { - any_neighbor_province = { region = LUA_1356 } - OR = { - is_core = DAI - is_core = SIA - } - } - } - - effect = { - prestige = 5 - random = { - chance = 50 - badboy = 1 - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = attempt_to_form_laos } } } - owner = { set_country_flag = attempt_to_form_laos } - } - any_neighbor_country = { - limit = { - ai = yes - war = no - civilized = no - NOT = { has_country_flag = annexed_to_FRA } - primary_culture = lao - OR = { - part_of_sphere = no - in_sphere = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - set_country_flag = annexed_to_FRA - tech_school = developing_tech_school - annex_to = THIS - } - } - } - - siamese_border_treaty = { - picture = unequal_treaty - potential = { - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - primary_culture = japanese - tech_school = naval_tech_school - } - is_greater_power = yes - has_global_flag = berlin_conference - has_country_flag = created_my_indochina - SIA = { - neighbour = THIS - any_owned_province = { - OR = { - is_core = DAI - is_core = CAM - is_core = LUA - is_core = WIA - } - } - } - NOT = { has_country_flag = enacted_siamese_border_treaty } - } - - allow = { - war = no - SIA = { war = no } - revolution_n_counterrevolution = 1 - blue_and_brown_water_schools = 1 - } - - effect = { - set_country_flag = enacted_siamese_border_treaty - random = { - chance = 50 - badboy = 1 - } - SIA = { country_event = 95652 } - } - } - - annex_champasak = { - picture = unequal_treaty - potential = { - is_greater_power = yes - has_country_flag = created_my_indochina - owns = 1368 - CHK = { - exists = yes - ai = yes - vassal_of = SIA - } - SIA = { ai = yes } - NOT = { has_country_flag = champassak_annexed } - } - - allow = { - war = no - has_recently_lost_war = no - neighbour = SIA - OR = { - AND = { - truce_with = SIA - SIA = { has_recently_lost_war = yes } - } - SIA = { in_sphere = THIS } - } - } - - effect = { - set_country_flag = champassak_annexed - SIA = { release = CHK } - inherit = CHK - random = { - chance = 50 - badboy = 1 - } - } - ai_will_do = { factor = 1 } - } - - unequal_treaty_DAI = { - picture = unequal_treaty - potential = { - is_greater_power = yes - NOT = { has_country_flag = negotiate_unequal_treaty } - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - primary_culture = japanese - tech_school = naval_tech_school - } - DAI = { - capital = 1369 - civilized = no - war_with = THIS - NOT = { has_country_flag = negotiate_unequal_treaty } - OR = { - owns = 1375 # Hué - owns = 1380 # Saigon - } - } - } - - allow = { - war_with = DAI - OR = { - AND = { - tag = FRA - state_n_government = 1 - } - nationalism_n_imperialism = 1 - } - - DAI = { - OR = { - war_exhaustion = 40 - any_owned_province = { controlled_by = THIS } - } - OR = { - national_provinces_occupied = 0.25 - blockade = 0.75 - } - war_exhaustion = 10 - } - } - - effect = { - set_country_flag = negotiate_unequal_treaty - random = { - chance = 50 - badboy = 1 - } - DAI = { - set_country_flag = negotiate_unequal_treaty - country_event = 95655 - } - } - - ai_will_do = { - factor = 1 - } - } - - form_french_indochina = { - picture = map_indochina - potential = { - NOT = { - primary_culture = lao - primary_culture = khmer - primary_culture = vietnamese - is_vassal = yes - } - any_owned_province = { - is_core = DAI - is_colonial = yes - } - NOT = { has_country_flag = created_my_indochina } - } - - allow = { - OR = { - owns = 1380 - owns = 1369 - } - revolution_n_counterrevolution = 1 - } - - effect = { - set_country_flag = created_my_indochina - prestige = 10 - any_neighbor_country = { - limit = { - OR = { - primary_culture = vietnamese - primary_culture = thai - primary_culture = lao - primary_culture = khmer - } - civilized = no - NOT = { alliance_with = THIS } - } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = DAI - OR = { - AND = { - in_sphere = THIS - relation = { who = THIS value = 190 } - } - vassal_of = THIS - } - } - annex_to = THIS - } - } - } - - organize_laos = { - picture = form_laos - potential = { - civilized = yes - NOT = { - has_global_flag = laos_organized - primary_culture = lao - primary_culture = vietnamese - primary_culture = khmer - primary_culture = thai - } - OR = { - 1356 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - in_sphere = THIS - } - } - } - 1357 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - in_sphere = THIS - } - } - } - 1361 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - in_sphere = THIS - } - } - } - 1362 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - in_sphere = THIS - } - } - } - 1363 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - in_sphere = THIS - } - } - } - } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - 1356 = { owned_by = THIS } - 1357 = { owned_by = THIS } - 1361 = { owned_by = THIS } - 1362 = { owned_by = THIS } - 1363 = { owned_by = THIS } - 1360 = { owned_by = THIS } - } - - effect = { - set_global_flag = laos_organized - prestige = 5 - LUA = { - all_core = { - add_core = LXA - remove_core = LUA - } - } - WIA = { - all_core = { - add_core = LXA - remove_core = WIA - } - } - CHK = { - all_core = { - add_core = LXA - remove_core = CHK - } - } - LXA = { - set_country_flag = Luangprabang - government = democracy - political_reform = landed_voting - all_core = { remove_core = SIA } - tech_school = developing_tech_school - } - random_owned = { - limit = { owner = { NOT = { has_global_flag = rgo_change_in_laos } } } - owner = { country_event = 199070 } - } - } - ai_will_do = { factor = 1 } - } - - form_laos = { - picture = form_laos - potential = { - primary_culture = lao - is_vassal = no - NOT = { exists = LXA } - NOT = { has_country_flag = laos_formed } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - OR = { - AND = { - nationalism_n_imperialism = 1 - OR = { - prestige = 30 - rank = 16 - } - } - AND = { - military_score = 40 - prestige = 150 - } - AND = { - 1356 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - 1357 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - 1361 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - 1362 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - 1363 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - } - } - } - - effect = { - set_country_flag = laos_formed - prestige = 10 - change_tag = LXA - LUA_1356 = { add_core = LXA } - any_owned = { remove_core = LUA } - any_owned = { remove_core = CHK } - any_owned = { remove_core = WIA } - any_owned = { limit = { region = LUA_1356 } remove_core = SIA } - random_owned = { - limit = { - owner = { - OR = { - ai = no - owns = 1358 - owns = 1359 - } - } - } - owner = { - 1358 = { add_core = LXA } - 1359 = { add_core = LXA } - } - } - any_country = { - limit = { - ai = yes - exists = yes - primary_culture = lao - vassal_of = THIS - } - annex_to = THIS - } - any_country = { - limit = { - ai = yes - exists = yes - primary_culture = lao - in_sphere = THIS - } - annex_to = THIS - } - any_country = { - limit = { - exists = yes - primary_culture = lao - is_greater_power = no - is_vassal = no - relation = { - who = THIS - value = 5 - } - NOT = { - tag = THIS - truce_with = THIS - } - } - country_event = 97120 - } - random_owned = { - limit = { owner = { NOT = { has_global_flag = rgo_change_in_laos } } } - owner = { country_event = 199070 } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - organize_vietnam = { - picture = vietnam_coffee - potential = { - civilized = yes - NOT = { has_country_flag = vietnam_organized } - any_owned_province = { is_core = DAI } - } - - allow = { - war = no - DAI = { all_core = { owned_by = THIS } } - OR = { - year = 1900 - steam_turbine = 1 - } - } - - effect = { - prestige = 5 - set_country_flag = vietnam_organized - DAI = { tech_school = developing_tech_school } - country_event = 199072 - } - ai_will_do = { factor = 1 } - } - - - rename_bismarck_islands = { - picture = bismarck_archipelago - potential = { - owns = 2537 - owns = 1531 - OR = { - AND = { - OR = { - is_culture_group = british - primary_culture = australian - primary_culture = anglo_canadian - } - NOT = { has_global_flag = bismarck_islands_anglo } - } - AND = { - OR = { - is_culture_group = french - primary_culture = french_canadian - } - NOT = { has_global_flag = bismarck_islands_french } - } - AND = { - is_culture_group = germanic - NOT = { has_global_flag = bismarck_islands_german } - NOT = { has_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben } - } - AND = { - is_culture_group = italian - NOT = { has_global_flag = bismarck_islands_italian } - } - AND = { - primary_culture = dutch - NOT = { has_global_flag = bismarck_islands_dutch } - } - AND = { - OR = { - primary_culture = wallonian - primary_culture = flemish - } - NOT = { has_global_flag = bismarck_islands_belgian } - } - AND = { - primary_culture = japanese - NOT = { has_global_flag = bismarck_islands_japanese } - } - AND = { - primary_culture = spanish - NOT = { has_global_flag = bismarck_islands_spanish } - } - AND = { - primary_culture = portuguese - NOT = { has_global_flag = bismarck_islands_portuguese } - } - AND = { - primary_culture = russian - NOT = { has_global_flag = bismarck_islands_russian } - } - AND = { - is_culture_group = scandinavian - NOT = { has_global_flag = bismarck_islands_scandinavian } - } - } - } - - allow = { - war = no - } - - effect = { - prestige = 2 - clr_global_flag = bismarck_islands_anglo - clr_global_flag = bismarck_islands_french - clr_global_flag = bismarck_islands_german - clr_global_flag = bismarck_islands_italian - clr_global_flag = bismarck_islands_dutch - clr_global_flag = bismarck_islands_belgian - clr_global_flag = bismarck_islands_japanese - clr_global_flag = bismarck_islands_spanish - clr_global_flag = bismarck_islands_portuguese - clr_global_flag = bismarck_islands_russian - clr_global_flag = bismarck_islands_scandinavian - clr_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben - - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = british - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - 1531 = { change_province_name = "New Ireland" } - 2537 = { change_province_name = "New Britain" } - owner = { set_global_flag = bismarck_islands_anglo } - } - - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = french - primary_culture = french_canadian - } - } - } - 1531 = { change_province_name = "New France" } - 2537 = { change_province_name = "New Corsica" } - owner = { set_global_flag = bismarck_islands_french } - } - - random_owned = { - limit = { - owner = { is_culture_group = germanic } - } - 1531 = { change_province_name = "Neu-Mecklenburg" } - 2537 = { change_province_name = "Neu-Pommern" } - owner = { set_global_flag = bismarck_islands_german } - } - - random_owned = { - limit = { - owner = { is_culture_group = italian } - } - 1531 = { change_province_name = "New Sardinia" } - 2537 = { change_province_name = "New Sicily" } - owner = { set_global_flag = bismarck_islands_italian } - } - - random_owned = { - limit = { - owner = { primary_culture = dutch } - } - 1531 = { change_province_name = "New Texel" } - 2537 = { change_province_name = "New Holland" } - owner = { set_global_flag = bismarck_islands_dutch } - } - - random_owned = { - limit = { - owner = { - OR = { - primary_culture = wallonian - primary_culture = flemish - } - } - } - 1531 = { change_province_name = "New Wallonia" } - 2537 = { change_province_name = "New Flanders" } - owner = { set_global_flag = bismarck_islands_belgian } - } - - random_owned = { - limit = { - owner = { - primary_culture = japanese - } - } - 1531 = { change_province_name = "New Kinki" } - 2537 = { change_province_name = "New Ezo" } - owner = { set_global_flag = bismarck_islands_japanese } - } - - random_owned = { - limit = { - owner = { - primary_culture = spanish - } - } - 1531 = { change_province_name = "New Castille" } - 2537 = { change_province_name = "New Leon" } - owner = { set_global_flag = bismarck_islands_spanish } - } - - random_owned = { - limit = { - owner = { - primary_culture = portuguese - } - } - 1531 = { change_province_name = "New Alentejo" } - 2537 = { change_province_name = "New Algarve" } - owner = { set_global_flag = bismarck_islands_portuguese } - } - - random_owned = { - limit = { - owner = { - primary_culture = russian - } - } - 1531 = { change_province_name = "New Arkhangelsk" } - 2537 = { change_province_name = "New Novgorod" } - owner = { set_global_flag = bismarck_islands_russian } - } - - random_owned = { - limit = { - owner = { - is_culture_group = scandinavian - } - } - 1531 = { change_province_name = "New Bornholm" } - 2537 = { change_province_name = "New Gotland" } - owner = { set_global_flag = bismarck_islands_scandinavian } - } - - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 tag = GER } - } - } - - create_vietnamese_protectorate = { - picture = unequal_treaty - potential = { - has_country_flag = created_my_indochina - OR = { - AND = { - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - } - } - primary_culture = japanese - tech_school = naval_tech_school - } - is_greater_power = yes - DAI = { - exists = yes - neighbour = THIS - civilized = no - ai = yes - } - NOT = { has_global_flag = created_vietnamese_protectorate } - } - - allow = { - war = no - mass_politics = 1 - DAI = { - war = no - OR = { - AND = { - in_sphere = THIS - is_vassal = no - } - vassal_of = THIS - } - } - } - - effect = { - set_global_flag = created_vietnamese_protectorate - prestige = 10 - random = { - chance = 50 - badboy = 1 - } - inherit = DAI - DAI = { tech_school = developing_tech_school } - } - } + unite_indonesia = { + picture = map_east_indies + potential = { + OR = { + tag = DJA + tag = KLM + tag = KTI + tag = MAL + tag = SLW + tag = SAK + tag = JAV + tag = BAL + tag = ATJ + tag = JOH + tag = SWK + tag = BRU + tag = MLY + } + NOT = { + has_global_flag = indonesia_formed + has_global_flag = indonesia_organized + exists = INO + } + } + + allow = { + war = no + prestige = 45 + nationalism_n_imperialism = 1 + OR = { + tag = DJA + AND = { + rank = 16 + exists = DJA + DJA = { war = no } + relation = { who = DJA value = 50 } + } + DJA = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + OR = { + tag = SAK + AND = { + rank = 16 + exists = SAK + SAK = { war = no } + relation = { who = SAK value = 50 } + } + SAK = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + OR = { + tag = ATJ + AND = { + rank = 16 + exists = ATJ + ATJ = { war = no } + relation = { who = ATJ value = 50 } + } + ATJ = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + OR = { + tag = SLW + AND = { + rank = 16 + exists = SLW + SLW = { war = no } + relation = { who = SLW value = 50 } + } + SLW = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + OR = { + tag = JAV + AND = { + rank = 16 + exists = JAV + JAV = { war = no } + relation = { who = JAV value = 50 } + } + JAV = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + OR = { + tag = BAL + AND = { + rank = 16 + exists = BAL + BAL = { war = no } + relation = { who = BAL value = 50 } + } + BAL = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + } + + effect = { + set_global_flag = indonesia_formed + clr_country_flag = post_colonial_country + prestige = 20 + INO = { tech_school = traditional_academic } + all_core = { + remove_core = THIS + add_core = INO + } + 1427 = { trade_goods = iron } #Kota Waringin + 1408 = { trade_goods = coal } #Padang + 1399 = { trade_goods = coal } #Palembang + 1424 = { trade_goods = coal } #Pasir + 1400 = { trade_goods = tobacco } #Inderagiri + change_tag = INO + add_accepted_culture = javan + add_accepted_culture = malay + add_accepted_culture = moluccan + TMR = { all_core = { add_core = INO } } + DJA = { all_core = { add_core = INO } } + KLM = { all_core = { add_core = INO } } + KTI = { all_core = { add_core = INO } } + MAL = { all_core = { add_core = INO } } + SLW = { all_core = { add_core = INO } } + SAK = { all_core = { add_core = INO } } + JAV = { all_core = { add_core = INO } } + BAL = { all_core = { add_core = INO } } + ATJ = { all_core = { add_core = INO } } + BAL_1438 = { add_core = INO } + 1452 = { add_core = INO } + 1453 = { add_core = INO } + 1454 = { add_core = INO } + 1560 = { add_core = INO } + any_country = { + limit = { + OR = { + tag = DJA + tag = KLM + tag = KTI + tag = MAL + tag = SLW + tag = SAK + tag = JAV + tag = BAL + tag = ATJ + } + NOT = { tag = THIS } + war = no + OR = { + in_sphere = THIS + relation = { + who = THIS + value = 50 + } + } + } + country_event = 95255 + } + any_owned = { + limit = { is_core = INO NOT = { province_id = 1446 } } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + } + country_event = 199064 + } + + ai_will_do = { + factor = 1 + } + } + + unite_malaya = { + picture = map_east_indies + potential = { + primary_culture = malay + NOT = { + has_global_flag = malaya_formed + exists = MLY + tag = INO + } + } + + allow = { + war = no + civilized = yes + prestige = 45 + state_n_government = 1 + JOH = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + PHG = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + PRK = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + SLG = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + } + + effect = { + set_global_flag = malaya_formed + prestige = 20 + all_core = { + remove_core = THIS + add_core = MLY + } + change_tag = MLY + add_accepted_culture = yue + random_owned = { + limit = { province_id = 1387 } + owner = { capital = 1387 } + } + JOH = { all_core = { add_core = MLY } } + PHG = { all_core = { add_core = MLY } } + PRK = { all_core = { add_core = MLY } } + SLG = { all_core = { add_core = MLY } } + BRU = { all_core = { add_core = MLY } } + SWK = { all_core = { add_core = MLY } } + KTI = { all_core = { add_core = MLY } } + KLM = { all_core = { add_core = MLY } } + BRU_1396 = { add_core = MLY } + random_owned = { limit = { province_id = 2576 } add_core = MLY } + any_country = { + limit = { + exists = yes + OR = { + tag = JOH + tag = BRU + tag = SWK + tag = KTI + tag = KLM + } + NOT = { tag = THIS } + war = no + OR = { + in_sphere = THIS + relation = { + who = THIS + value = 50 + } + } + } + country_event = 95255 + } + any_owned = { + limit = { is_core = MLY NOT = { province_id = 1393 } } + remove_core = SWK + remove_core = SUL + remove_core = BRU + remove_core = KTI + remove_core = JOH + remove_core = PRK + remove_core = SLG + remove_core = PHG + remove_core = SIA + remove_core = KLM + remove_core = LAN + remove_core = PNK + } + country_event = 199069 + } + + ai_will_do = { + factor = 1 + } + } + + create_malaya = { + picture = map_east_indies + potential = { + nationalism_n_imperialism = 1 + OR = { + any_owned_province = { + OR = { + is_core = JOH + is_core = PHG + is_core = PRK + is_core = SLG + } + } + JOH = { + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + PHG = { + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + PRK = { + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + SLG = { + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + NOT = { + primary_culture = malay + has_global_flag = malaya_formed + exists = MLY + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + JOH = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { + civilized = no + ai = yes + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + PHG = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { + civilized = no + ai = yes + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + PRK = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { + civilized = no + ai = yes + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + SLG = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { + civilized = no + ai = yes + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + } + + effect = { + set_global_flag = malaya_formed + + prestige = 20 + random_country = { + limit = { + tag = JOH + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + random_country = { + limit = { + tag = PHG + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + random_country = { + limit = { + tag = PRK + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + random_country = { + limit = { + tag = SLG + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + annex_to = THIS + } + any_country = { + limit = { + NOT = { + tag = JOH + tag = SLG + tag = PRK + tag = PHG + } + any_owned_province = { + OR = { + is_core = JOH + is_core = SLG + is_core = PRK + is_core = PHG + } + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + any_owned = { + limit = { + OR = { + is_core = JOH + is_core = SLG + is_core = PRK + is_core = PHG + } + } + secede_province = THIS + } + } + JOH = { + all_core = { + add_core = MLY + remove_core = JOH + } + } + SLG = { + all_core = { + add_core = MLY + remove_core = SLG + } + } + PHG = { + all_core = { + add_core = MLY + remove_core = PHG + } + } + PRK = { + all_core = { + add_core = MLY + remove_core = PRK + } + } + any_country = { + limit = { + exists = yes + OR = { + tag = BRU + tag = SWK + tag = KTI + tag = KLM + tag = SAK + tag = ATJ + tag = DJA + tag = PHG + tag = PRK + tag = SLG + } + NOT = { tag = THIS } + war = no + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + all_core = { add_core = MLY } + annex_to = THIS + } + any_owned = { + limit = { + OR = { + region = BRU_1396 + is_core = BRU + is_core = SWK + is_core = KTI + is_core = KLM + is_core = SAK + is_core = ATJ + is_core = DJA + is_core = PHG + is_core = PRK + is_core = SLG + } + } + add_core = MLY + } + any_owned = { + limit = { + is_core = MLY + is_core = THIS + } + remove_core = MLY + } + any_pop = { + limit = { has_pop_culture = malay } + militancy = -6 + } + MLY = { + tech_school = developing_tech_school + set_country_flag = post_colonial_country + } + any_owned = { + limit = { is_core = MLY NOT = { province_id = 1393 } } + remove_core = SWK + remove_core = SUL + remove_core = BRU + remove_core = KTI + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = SAK + remove_core = ATJ + remove_core = DJA + remove_core = PHG + remove_core = PRK + remove_core = SLG + } + random_owned = { limit = { province_id = 2576 } add_core = MLY } + country_event = 199069 + } + + ai_will_do = { + factor = 1 + } + } + + sarawak_protectorate = { + picture = map_east_indies + potential = { + exists = yes + NOT = { has_global_flag = sarawak_protectorate } + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + SWK = { + ai = yes + exists = yes + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + owns = 1384 + owns = 1425 + owns = 1459 + } + } + + allow = { + year = 1888 + SWK = { + war = no + in_sphere = THIS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + tech_school = naval_tech_school + tech_school = japanese_tech_school + AND = { + owns = 1426 + owns = 1425 + } + } + } + + effect = { + prestige = 5 + set_global_flag = sarawak_protectorate + random = { + chance = 50 + badboy = 1 + } + SWK = { + civilized = no + tech_school = developing_tech_school + } + inherit = SWK + } + + ai_will_do = { + factor = 1 + } + } + + north_borneo_company = { + picture = map_east_indies + potential = { + tag = ENG + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { has_country_flag = north_borneo_company } + OR = { + owns = 1496 + owns = 1384 + } + OR = { + 1396 = { + owner = { + ai = yes + civilized = no + } + } + 1397 = { + owner = { + ai = yes + civilized = no + } + } + } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + OR = { + 1396 = { + owner = { + civilized = no + war = no + } + } + 1397 = { + owner = { + civilized = no + war = no + } + } + } + } + + effect = { + prestige = 5 + set_country_flag = north_borneo_company + any_country = { + limit = { + OR = { + owns = 1396 + owns = 1397 + } + civilized = no + war = no + ai = yes + } + create_alliance = THIS + relation = { who = THIS value = 200 } + any_owned = { + limit = { + OR = { + province_id = 1396 + province_id = 1397 + } + } + secede_province = THIS + } + } + } + } + + sulu_protectorate = { + picture = map_east_indies + potential = { + NOT = { + has_country_flag = the_sulu_protectorate + owns = 1397 + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + SUL = { + exists = yes + ai = yes + civilized = no + } + OR = { + is_sphere_leader_of = SUL + is_sphere_leader_of = PHL + is_sphere_leader_of = JOH + is_sphere_leader_of = BRU + any_owned_province = { is_core = PHL } + any_owned_province = { is_core = JOH } + any_owned_province = { is_core = BRU } + owns = 1384 + } + any_owned_province = { has_building = naval_base } + } + + allow = { + war = no + SUL = { war = no } + nationalism_n_imperialism = 1 + OR = { + SUL = { + part_of_sphere = no + OR = { + neighbour = THIS + any_neighbor_country = { in_sphere = THIS } + } + } + AND = { + is_sphere_leader_of = SUL + SUL = { average_militancy = 3 } + OR = { + any_owned_province = { is_core = PHL } + any_owned_province = { is_core = JOH } + } + } + AND = { + SUL = { + part_of_sphere = no + average_militancy = 6 + } + OR = { + any_owned_province = { is_core = PHL } + any_owned_province = { is_core = JOH } + } + } + } + } + + effect = { + prestige = 5 + random = { + chance = 50 + badboy = 1 + } + inherit = SUL + SUL = { tech_school = developing_tech_school } + set_country_flag = the_sulu_protectorate + } + + ai_will_do = { factor = 1 } + } + + flores_sale = { + picture = map_east_indies + alert = no + potential = { + war = no + NOT = { has_country_flag = flores_sale } + tag = POR + OR = { + owns = 1439 + owns = 1444 + } + NOT = { + owns = 1445 + owns = 1440 + owns = 1451 + } + } + + allow = { + nationalism_n_imperialism = 1 + NOT = { 1445 = { owner = { has_country_modifier = in_bankrupcy } } } + OR = { + money = 100000 + ai = yes + } + OR = { + NOT = { money = 10000 } + 1445 = { owner = { relation = { who = POR value = -50 } } } + has_country_modifier = in_bankrupcy + } + } + + effect = { + set_country_flag = flores_sale + 1445 = { + owner = { + country_event = 97125 + } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1851 } + } + modifier = { + factor = 0 + is_greater_power = yes + } + } + } + + create_cambodian_protectorate = { + picture = unequal_treaty + potential = { + has_country_flag = created_my_indochina + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + primary_culture = japanese + tech_school = naval_tech_school + } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + CAM = { + exists = yes + neighbour = THIS + civilized = no + ai = yes + } + NOT = { has_global_flag = created_cambodian_protectorate } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + CAM = { + war = no + OR = { + part_of_sphere = no + in_sphere = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + + effect = { + set_global_flag = created_cambodian_protectorate + prestige = 10 + random = { + chance = 50 + badboy = 1 + } + inherit = CAM + CAM = { tech_school = developing_tech_school } + country_event = 199071 + } + } + + create_laos_protectorate = { + picture = unequal_treaty + potential = { + has_country_flag = created_my_indochina + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + primary_culture = japanese + tech_school = naval_tech_school + } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + OR = { + LUA = { + NOT = { has_country_flag = annexed_to_FRA } + neighbour = THIS + civilized = no + ai = yes + war = no + OR = { + part_of_sphere = no + in_sphere = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + WIA = { + NOT = { has_country_flag = annexed_to_FRA } + neighbour = THIS + civilized = no + ai = yes + war = no + OR = { + part_of_sphere = no + in_sphere = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + CHK = { + NOT = { has_country_flag = annexed_to_FRA } + neighbour = THIS + civilized = no + ai = yes + war = no + OR = { + part_of_sphere = no + in_sphere = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + any_owned_province = { + any_neighbor_province = { region = LUA_1356 } + OR = { + is_core = DAI + is_core = SIA + } + } + } + + effect = { + prestige = 5 + random = { + chance = 50 + badboy = 1 + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = attempt_to_form_laos } } } + owner = { set_country_flag = attempt_to_form_laos } + } + any_neighbor_country = { + limit = { + ai = yes + war = no + civilized = no + NOT = { has_country_flag = annexed_to_FRA } + primary_culture = lao + OR = { + part_of_sphere = no + in_sphere = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + set_country_flag = annexed_to_FRA + tech_school = developing_tech_school + annex_to = THIS + } + } + } + + siamese_border_treaty = { + picture = unequal_treaty + potential = { + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + primary_culture = japanese + tech_school = naval_tech_school + } + is_greater_power = yes + has_global_flag = berlin_conference + has_country_flag = created_my_indochina + SIA = { + neighbour = THIS + any_owned_province = { + OR = { + is_core = DAI + is_core = CAM + is_core = LUA + is_core = WIA + } + } + } + NOT = { has_country_flag = enacted_siamese_border_treaty } + } + + allow = { + war = no + SIA = { war = no } + revolution_n_counterrevolution = 1 + blue_and_brown_water_schools = 1 + } + + effect = { + set_country_flag = enacted_siamese_border_treaty + random = { + chance = 50 + badboy = 1 + } + SIA = { country_event = 95652 } + } + } + + annex_champasak = { + picture = unequal_treaty + potential = { + is_greater_power = yes + has_country_flag = created_my_indochina + owns = 1368 + CHK = { + exists = yes + ai = yes + vassal_of = SIA + } + SIA = { ai = yes } + NOT = { has_country_flag = champassak_annexed } + } + + allow = { + war = no + has_recently_lost_war = no + neighbour = SIA + OR = { + AND = { + truce_with = SIA + SIA = { has_recently_lost_war = yes } + } + SIA = { in_sphere = THIS } + } + } + + effect = { + set_country_flag = champassak_annexed + SIA = { release = CHK } + inherit = CHK + random = { + chance = 50 + badboy = 1 + } + } + ai_will_do = { factor = 1 } + } + + unequal_treaty_DAI = { + picture = unequal_treaty + potential = { + is_greater_power = yes + NOT = { has_country_flag = negotiate_unequal_treaty } + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + primary_culture = japanese + tech_school = naval_tech_school + } + DAI = { + capital = 1369 + civilized = no + war_with = THIS + NOT = { has_country_flag = negotiate_unequal_treaty } + OR = { + owns = 1375 # Hué + owns = 1380 # Saigon + } + } + } + + allow = { + war_with = DAI + OR = { + AND = { + tag = FRA + state_n_government = 1 + } + nationalism_n_imperialism = 1 + } + + DAI = { + OR = { + war_exhaustion = 40 + any_owned_province = { controlled_by = THIS } + } + OR = { + national_provinces_occupied = 0.25 + blockade = 0.75 + } + war_exhaustion = 10 + } + } + + effect = { + set_country_flag = negotiate_unequal_treaty + random = { + chance = 50 + badboy = 1 + } + DAI = { + set_country_flag = negotiate_unequal_treaty + country_event = 95655 + } + } + + ai_will_do = { + factor = 1 + } + } + + form_french_indochina = { + picture = map_indochina + potential = { + NOT = { + primary_culture = lao + primary_culture = khmer + primary_culture = vietnamese + is_vassal = yes + } + any_owned_province = { + is_core = DAI + is_colonial = yes + } + NOT = { has_country_flag = created_my_indochina } + } + + allow = { + OR = { + owns = 1380 + owns = 1369 + } + revolution_n_counterrevolution = 1 + } + + effect = { + set_country_flag = created_my_indochina + prestige = 10 + any_neighbor_country = { + limit = { + OR = { + primary_culture = vietnamese + primary_culture = thai + primary_culture = lao + primary_culture = khmer + } + civilized = no + NOT = { alliance_with = THIS } + } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = DAI + OR = { + AND = { + in_sphere = THIS + relation = { who = THIS value = 190 } + } + vassal_of = THIS + } + } + annex_to = THIS + } + } + } + + organize_laos = { + picture = form_laos + potential = { + civilized = yes + NOT = { + has_global_flag = laos_organized + primary_culture = lao + primary_culture = vietnamese + primary_culture = khmer + primary_culture = thai + } + OR = { + 1356 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + in_sphere = THIS + } + } + } + 1357 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + in_sphere = THIS + } + } + } + 1361 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + in_sphere = THIS + } + } + } + 1362 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + in_sphere = THIS + } + } + } + 1363 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + in_sphere = THIS + } + } + } + } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + 1356 = { owned_by = THIS } + 1357 = { owned_by = THIS } + 1361 = { owned_by = THIS } + 1362 = { owned_by = THIS } + 1363 = { owned_by = THIS } + 1360 = { owned_by = THIS } + } + + effect = { + set_global_flag = laos_organized + prestige = 5 + LUA = { + all_core = { + add_core = LXA + remove_core = LUA + } + } + WIA = { + all_core = { + add_core = LXA + remove_core = WIA + } + } + CHK = { + all_core = { + add_core = LXA + remove_core = CHK + } + } + LXA = { + set_country_flag = Luangprabang + government = democracy + political_reform = landed_voting + all_core = { remove_core = SIA } + tech_school = developing_tech_school + } + random_owned = { + limit = { owner = { NOT = { has_global_flag = rgo_change_in_laos } } } + owner = { country_event = 199070 } + } + } + ai_will_do = { factor = 1 } + } + + form_laos = { + picture = form_laos + potential = { + primary_culture = lao + is_vassal = no + NOT = { exists = LXA } + NOT = { has_country_flag = laos_formed } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + OR = { + AND = { + nationalism_n_imperialism = 1 + OR = { + prestige = 30 + rank = 16 + } + } + AND = { + military_score = 40 + prestige = 150 + } + AND = { + 1356 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + 1357 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + 1361 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + 1362 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + 1363 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + } + } + } + + effect = { + set_country_flag = laos_formed + prestige = 10 + change_tag = LXA + LUA_1356 = { add_core = LXA } + any_owned = { remove_core = LUA } + any_owned = { remove_core = CHK } + any_owned = { remove_core = WIA } + any_owned = { limit = { region = LUA_1356 } remove_core = SIA } + random_owned = { + limit = { + owner = { + OR = { + ai = no + owns = 1358 + owns = 1359 + } + } + } + owner = { + 1358 = { add_core = LXA } + 1359 = { add_core = LXA } + } + } + any_country = { + limit = { + ai = yes + exists = yes + primary_culture = lao + vassal_of = THIS + } + annex_to = THIS + } + any_country = { + limit = { + ai = yes + exists = yes + primary_culture = lao + in_sphere = THIS + } + annex_to = THIS + } + any_country = { + limit = { + exists = yes + primary_culture = lao + is_greater_power = no + is_vassal = no + relation = { + who = THIS + value = 5 + } + NOT = { + tag = THIS + truce_with = THIS + } + } + country_event = 97120 + } + random_owned = { + limit = { owner = { NOT = { has_global_flag = rgo_change_in_laos } } } + owner = { country_event = 199070 } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + organize_vietnam = { + picture = vietnam_coffee + potential = { + civilized = yes + NOT = { has_country_flag = vietnam_organized } + any_owned_province = { is_core = DAI } + } + + allow = { + war = no + DAI = { all_core = { owned_by = THIS } } + OR = { + year = 1900 + steam_turbine = 1 + } + } + + effect = { + prestige = 5 + set_country_flag = vietnam_organized + DAI = { tech_school = developing_tech_school } + country_event = 199072 + } + ai_will_do = { factor = 1 } + } + + + rename_bismarck_islands = { + picture = bismarck_archipelago + potential = { + owns = 2537 + owns = 1531 + OR = { + AND = { + OR = { + is_culture_group = british + primary_culture = australian + primary_culture = anglo_canadian + } + NOT = { has_global_flag = bismarck_islands_anglo } + } + AND = { + OR = { + is_culture_group = french + primary_culture = french_canadian + } + NOT = { has_global_flag = bismarck_islands_french } + } + AND = { + is_culture_group = germanic + NOT = { has_global_flag = bismarck_islands_german } + NOT = { has_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben } + } + AND = { + is_culture_group = italian + NOT = { has_global_flag = bismarck_islands_italian } + } + AND = { + primary_culture = dutch + NOT = { has_global_flag = bismarck_islands_dutch } + } + AND = { + OR = { + primary_culture = wallonian + primary_culture = flemish + } + NOT = { has_global_flag = bismarck_islands_belgian } + } + AND = { + primary_culture = japanese + NOT = { has_global_flag = bismarck_islands_japanese } + } + AND = { + primary_culture = spanish + NOT = { has_global_flag = bismarck_islands_spanish } + } + AND = { + primary_culture = portuguese + NOT = { has_global_flag = bismarck_islands_portuguese } + } + AND = { + primary_culture = russian + NOT = { has_global_flag = bismarck_islands_russian } + } + AND = { + is_culture_group = scandinavian + NOT = { has_global_flag = bismarck_islands_scandinavian } + } + } + } + + allow = { + war = no + } + + effect = { + prestige = 2 + clr_global_flag = bismarck_islands_anglo + clr_global_flag = bismarck_islands_french + clr_global_flag = bismarck_islands_german + clr_global_flag = bismarck_islands_italian + clr_global_flag = bismarck_islands_dutch + clr_global_flag = bismarck_islands_belgian + clr_global_flag = bismarck_islands_japanese + clr_global_flag = bismarck_islands_spanish + clr_global_flag = bismarck_islands_portuguese + clr_global_flag = bismarck_islands_russian + clr_global_flag = bismarck_islands_scandinavian + clr_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben + + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = british + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + 1531 = { change_province_name = "New Ireland" } + 2537 = { change_province_name = "New Britain" } + owner = { set_global_flag = bismarck_islands_anglo } + } + + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = french + primary_culture = french_canadian + } + } + } + 1531 = { change_province_name = "New France" } + 2537 = { change_province_name = "New Corsica" } + owner = { set_global_flag = bismarck_islands_french } + } + + random_owned = { + limit = { + owner = { is_culture_group = germanic } + } + 1531 = { change_province_name = "Neu-Mecklenburg" } + 2537 = { change_province_name = "Neu-Pommern" } + owner = { set_global_flag = bismarck_islands_german } + } + + random_owned = { + limit = { + owner = { is_culture_group = italian } + } + 1531 = { change_province_name = "New Sardinia" } + 2537 = { change_province_name = "New Sicily" } + owner = { set_global_flag = bismarck_islands_italian } + } + + random_owned = { + limit = { + owner = { primary_culture = dutch } + } + 1531 = { change_province_name = "New Texel" } + 2537 = { change_province_name = "New Holland" } + owner = { set_global_flag = bismarck_islands_dutch } + } + + random_owned = { + limit = { + owner = { + OR = { + primary_culture = wallonian + primary_culture = flemish + } + } + } + 1531 = { change_province_name = "New Wallonia" } + 2537 = { change_province_name = "New Flanders" } + owner = { set_global_flag = bismarck_islands_belgian } + } + + random_owned = { + limit = { + owner = { + primary_culture = japanese + } + } + 1531 = { change_province_name = "New Kinki" } + 2537 = { change_province_name = "New Ezo" } + owner = { set_global_flag = bismarck_islands_japanese } + } + + random_owned = { + limit = { + owner = { + primary_culture = spanish + } + } + 1531 = { change_province_name = "New Castille" } + 2537 = { change_province_name = "New Leon" } + owner = { set_global_flag = bismarck_islands_spanish } + } + + random_owned = { + limit = { + owner = { + primary_culture = portuguese + } + } + 1531 = { change_province_name = "New Alentejo" } + 2537 = { change_province_name = "New Algarve" } + owner = { set_global_flag = bismarck_islands_portuguese } + } + + random_owned = { + limit = { + owner = { + primary_culture = russian + } + } + 1531 = { change_province_name = "New Arkhangelsk" } + 2537 = { change_province_name = "New Novgorod" } + owner = { set_global_flag = bismarck_islands_russian } + } + + random_owned = { + limit = { + owner = { + is_culture_group = scandinavian + } + } + 1531 = { change_province_name = "New Bornholm" } + 2537 = { change_province_name = "New Gotland" } + owner = { set_global_flag = bismarck_islands_scandinavian } + } + + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 tag = GER } + } + } + + create_vietnamese_protectorate = { + picture = unequal_treaty + potential = { + has_country_flag = created_my_indochina + OR = { + AND = { + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + } + } + primary_culture = japanese + tech_school = naval_tech_school + } + is_greater_power = yes + DAI = { + exists = yes + neighbour = THIS + civilized = no + ai = yes + } + NOT = { has_global_flag = created_vietnamese_protectorate } + } + + allow = { + war = no + mass_politics = 1 + DAI = { + war = no + OR = { + AND = { + in_sphere = THIS + is_vassal = no + } + vassal_of = THIS + } + } + } + + effect = { + set_global_flag = created_vietnamese_protectorate + prestige = 10 + random = { + chance = 50 + badboy = 1 + } + inherit = DAI + DAI = { tech_school = developing_tech_school } + } + } } diff --git a/HPM/decisions/Economy.txt b/HPM/decisions/Economy.txt index 8913ba44..d9e1d701 100644 --- a/HPM/decisions/Economy.txt +++ b/HPM/decisions/Economy.txt @@ -1,250 +1,250 @@ political_decisions = { - specific_trade_policy = { - picture = specific_trade_policy - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - exists = yes - OR = { - civilized = yes - NOT = { finance_reform = no_finance_reform } - } - NOT = { - has_country_flag = trade_policy_choosing_disabled - has_country_flag = ghost_country - has_country_flag = cant_use_decisions - has_global_flag = trade_policy_globally_disabled - has_country_modifier = russian_protectionism - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - has_country_modifier = non_interventionism_trade_policy - has_country_modifier = no_trade_policy_set - has_country_modifier = in_bankrupcy - has_country_modifier = bad_debter - has_country_modifier = generalised_debt_default - has_country_modifier = preparing_for_war - } - } - - allow = { - election = no - is_vassal = no - OR = { - AND = { - trade_policy = protectionism - NOT = { economic_policy = laissez_faire } - } - AND = { - trade_policy = free_trade - NOT = { economic_policy = planned_economy } - } - } - } - - effect = { - random_owned = { - limit = { - owner = { - OR = { - tech_school = commerce_tech_school - market_regulations = 1 - } - trade_policy = protectionism - } - } - owner = { country_event = 22582 } - } - - random_owned = { - limit = { - owner = { - NOT = { tech_school = commerce_tech_school market_regulations = 1 } - trade_policy = protectionism - } - } - owner = { country_event = 22581 } - } - - random_owned = { - limit = { - owner = { - OR = { - tech_school = commerce_tech_school - market_regulations = 1 - } - trade_policy = free_trade - } - } - owner = { country_event = 22585 } - } - - random_owned = { - limit = { - owner = { - NOT = { tech_school = commerce_tech_school market_regulations = 1 } - trade_policy = free_trade - } - } - owner = { country_event = 22584 } - } - } + specific_trade_policy = { + picture = specific_trade_policy + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + exists = yes + OR = { + civilized = yes + NOT = { finance_reform = no_finance_reform } + } + NOT = { + has_country_flag = trade_policy_choosing_disabled + has_country_flag = ghost_country + has_country_flag = cant_use_decisions + has_global_flag = trade_policy_globally_disabled + has_country_modifier = russian_protectionism + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + has_country_modifier = non_interventionism_trade_policy + has_country_modifier = no_trade_policy_set + has_country_modifier = in_bankrupcy + has_country_modifier = bad_debter + has_country_modifier = generalised_debt_default + has_country_modifier = preparing_for_war + } + } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - money = 3000000 - } - modifier = { - factor = 0 - capital_scope = { continent = europe } - NOT = { month = 2 } - } - modifier = { - factor = 0 - capital_scope = { continent = asia } - NOT = { month = 3 } - } - modifier = { - factor = 0 - capital_scope = { continent = africa } - NOT = { month = 4 } - } - modifier = { - factor = 0 - capital_scope = { continent = north_america } - NOT = { month = 5 } - } - modifier = { - factor = 0 - capital_scope = { continent = south_america } - NOT = { month = 6 } - } - modifier = { - factor = 0 - capital_scope = { continent = oceania } - NOT = { month = 7 } - } - modifier = { - factor = 0 - capital_scope = { continent = australia_new_zealand } - NOT = { month = 8 } - } - modifier = { - factor = 0 - capital_scope = { continent = polynesia } - NOT = { month = 9 } - } - } - } - - rescind_trade_policy = { - picture = specific_trade_policy - potential = { - ai = yes - exists = yes - year = 1846 - OR = { - AND = { - OR = { - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - } - NOT = { trade_policy = protectionism } - } - AND = { - OR = { - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - } - NOT = { trade_policy = free_trade } - } - any_neighbor_country = { - ai = no - OR = { - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - } - NOT = { trade_policy = protectionism } - } - any_neighbor_country = { - ai = no - OR = { - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - } - NOT = { trade_policy = free_trade } - } - } - } - - allow = { - } - - effect = { - random_owned = { - limit = { - owner = { - NOT = { trade_policy = protectionism } - OR = { - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - } - } - } - owner = { - remove_country_modifier = mercantilism - remove_country_modifier = economic_nationalism - } - } - - random_owned = { - limit = { - owner = { - NOT = { trade_policy = free_trade } - OR = { - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - } - } - } - owner = { - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - } - } - - any_neighbor_country = { - limit = { - ai = no - OR = { - has_country_modifier = mercantilism - has_country_modifier = economic_nationalism - } - NOT = { trade_policy = protectionism } - } - remove_country_modifier = mercantilism - remove_country_modifier = economic_nationalism - } - any_neighbor_country = { - limit = { - ai = no - OR = { - has_country_modifier = french_liberal_school - has_country_modifier = smithian_school - } - NOT = { trade_policy = free_trade } - } - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - } - } + allow = { + election = no + is_vassal = no + OR = { + AND = { + trade_policy = protectionism + NOT = { economic_policy = laissez_faire } + } + AND = { + trade_policy = free_trade + NOT = { economic_policy = planned_economy } + } + } + } - ai_will_do = { factor = 1 } - } + effect = { + random_owned = { + limit = { + owner = { + OR = { + tech_school = commerce_tech_school + market_regulations = 1 + } + trade_policy = protectionism + } + } + owner = { country_event = 22582 } + } + + random_owned = { + limit = { + owner = { + NOT = { tech_school = commerce_tech_school market_regulations = 1 } + trade_policy = protectionism + } + } + owner = { country_event = 22581 } + } + + random_owned = { + limit = { + owner = { + OR = { + tech_school = commerce_tech_school + market_regulations = 1 + } + trade_policy = free_trade + } + } + owner = { country_event = 22585 } + } + + random_owned = { + limit = { + owner = { + NOT = { tech_school = commerce_tech_school market_regulations = 1 } + trade_policy = free_trade + } + } + owner = { country_event = 22584 } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + money = 3000000 + } + modifier = { + factor = 0 + capital_scope = { continent = europe } + NOT = { month = 2 } + } + modifier = { + factor = 0 + capital_scope = { continent = asia } + NOT = { month = 3 } + } + modifier = { + factor = 0 + capital_scope = { continent = africa } + NOT = { month = 4 } + } + modifier = { + factor = 0 + capital_scope = { continent = north_america } + NOT = { month = 5 } + } + modifier = { + factor = 0 + capital_scope = { continent = south_america } + NOT = { month = 6 } + } + modifier = { + factor = 0 + capital_scope = { continent = oceania } + NOT = { month = 7 } + } + modifier = { + factor = 0 + capital_scope = { continent = australia_new_zealand } + NOT = { month = 8 } + } + modifier = { + factor = 0 + capital_scope = { continent = polynesia } + NOT = { month = 9 } + } + } + } + + rescind_trade_policy = { + picture = specific_trade_policy + potential = { + ai = yes + exists = yes + year = 1846 + OR = { + AND = { + OR = { + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + } + NOT = { trade_policy = protectionism } + } + AND = { + OR = { + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + } + NOT = { trade_policy = free_trade } + } + any_neighbor_country = { + ai = no + OR = { + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + } + NOT = { trade_policy = protectionism } + } + any_neighbor_country = { + ai = no + OR = { + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + } + NOT = { trade_policy = free_trade } + } + } + } + + allow = { + } + + effect = { + random_owned = { + limit = { + owner = { + NOT = { trade_policy = protectionism } + OR = { + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + } + } + } + owner = { + remove_country_modifier = mercantilism + remove_country_modifier = economic_nationalism + } + } + + random_owned = { + limit = { + owner = { + NOT = { trade_policy = free_trade } + OR = { + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + } + } + } + owner = { + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + } + } + + any_neighbor_country = { + limit = { + ai = no + OR = { + has_country_modifier = mercantilism + has_country_modifier = economic_nationalism + } + NOT = { trade_policy = protectionism } + } + remove_country_modifier = mercantilism + remove_country_modifier = economic_nationalism + } + any_neighbor_country = { + limit = { + ai = no + OR = { + has_country_modifier = french_liberal_school + has_country_modifier = smithian_school + } + NOT = { trade_policy = free_trade } + } + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/England.txt b/HPM/decisions/England.txt index 6c2d6cee..b7ce2c25 100644 --- a/HPM/decisions/England.txt +++ b/HPM/decisions/England.txt @@ -1,307 +1,310 @@ political_decisions = { - end_of_the_UK = { - potential = { - tag = ENG - NOT = { has_global_flag = united_kingdom_no_more } - NOT = { has_country_flag = dismantling_treaty } - SCO = { - exists = yes - NOT = { vassal_of = ENG } - } - IRE = { - exists = yes - NOT = { vassal_of = ENG } - } - } - - allow = { - war = no - SCO = { - exists = yes - NOT = { vassal_of = ENG } - } - IRE = { - exists = yes - NOT = { vassal_of = ENG } - } - } - - effect = { - set_global_flag = united_kingdom_no_more - ENG_300 = { add_core = ENL } - ENG_277 = { add_core = ENL } - ENG_280 = { add_core = ENL } - ENG_284 = { add_core = ENL } - ENG_291 = { add_core = ENL } - ENG_296 = { add_core = ENL } - 517 = { add_core = ENL } - ENG = { - all_core = { remove_core = ENG } - } - change_tag = ENL - } - ai_will_do = { - factor = 1 - } - } - - reclaim_the_UK = { - picture = reform_the_UK - potential = { - tag = ENL - NOT = { has_country_flag = reclaimed_the_uk } - } - - allow = { - war = no - is_disarmed = no - has_recently_lost_war = no - is_greater_power = yes - OR = { - owns = 269 - war_policy = jingoism - } - } - - effect = { - set_country_flag = reclaimed_the_uk - prestige = 10 - SCO = { - all_core = { add_core = ENL } - } - WHA = { - all_core = { add_core = ENL } - } - ENG_254 = { add_core = ENL } - any_country = { - limit = { - any_owned_province = { - OR = { - is_core = SCO - is_core = WHA - region = ENG_254 - } - } - NOT = { tag = THIS } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - } - } - } - - reform_the_UK = { - potential = { - tag = ENL - has_country_flag = reclaimed_the_uk - NOT = { exists = ENG } - } - - allow = { - war = no - owns = 300 - 269 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 273 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 254 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - - effect = { - prestige = 20 - all_core = { - remove_core = ENL - add_core = ENG - } - change_tag = ENG - random_country = { - limit = { - tag = SCO - exists = yes - ai = yes - } - SCO = { all_core = { add_core = ENG } } - THIS = { inherit = SCO } - } - random_country = { - limit = { - tag = SCO - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = WHA - exists = yes - ai = yes - } - THIS = { inherit = WHA } - } - random_country = { - limit = { - tag = WHA - exists = yes - ai = no - } - country_event = 11101 - } - any_country = { - limit = { - in_sphere = THIS - NOT = { - tag = THIS - tag = SCO - tag = WHA - } - } - any_owned = { - limit = { - OR = { - is_core = SCO - is_core = WHA - region = ENG_254 - } - } - secede_province = THIS - } - } - } - } - - declaration_of_independence = { - potential = { - NOT = { has_country_flag = full_independence_achieved } - OR = { - AND = { - tag = SCO - any_owned_province = { is_core = SCO is_core = ENG } - } - AND = { - tag = RGS - any_owned_province = { is_core = RGS is_core = BRZ } - } - AND = { - tag = CAT - any_owned_province = { - is_core = CAT - OR = { - is_core = SPA - is_core = SPC - is_core = IBR - } - } - } - AND = { - tag = BSQ - any_owned_province = { - is_core = BSQ - OR = { - is_core = SPA - is_core = SPC - is_core = IBR - } - } - } - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - is_greater_power = yes - all_core = { owned_by = THIS } - OR = { - AND = { - tag = SCO - ENG = { - OR = { - AND = { - is_disarmed = yes - truce_with = THIS - } - exists = no - } - } - } - AND = { - tag = RGS - BRZ = { is_disarmed = yes truce_with = THIS } - } - AND = { - OR = { - tag = CAT - tag = BSQ - } - SPA = { - OR = { - AND = { - is_disarmed = yes - truce_with = THIS - } - exists = no - } - } - SPC = { - OR = { - AND = { - is_disarmed = yes - truce_with = THIS - } - exists = no - } - } - IBR = { - OR = { - AND = { - is_disarmed = yes - truce_with = THIS - } - exists = no - } - } - } - } - } - - effect = { - set_country_flag = full_independence_achieved - prestige = 5 - random_owned = { - limit = { owner = { tag = SCO } } - owner = { all_core = { remove_core = ENG } } - } - random_owned = { - limit = { owner = { tag = CAT } } - owner = { - all_core = { remove_core = SPA } - all_core = { remove_core = SPC } - all_core = { remove_core = IBR } - } - } - random_owned = { - limit = { owner = { tag = BSQ } } - owner = { - all_core = { remove_core = SPA } - all_core = { remove_core = SPC } - all_core = { remove_core = IBR } - } - } - } - ai_will_do = { factor = 1 } - } + #Become England + end_of_the_UK = { + potential = { + tag = ENG + NOT = { has_global_flag = united_kingdom_no_more } + NOT = { has_country_flag = dismantling_treaty } + SCO = { + exists = yes + NOT = { vassal_of = ENG } + } + IRE = { + exists = yes + NOT = { vassal_of = ENG } + } + } + + allow = { + war = no + SCO = { + exists = yes + NOT = { vassal_of = ENG } + } + IRE = { + exists = yes + NOT = { vassal_of = ENG } + } + } + + effect = { + set_global_flag = united_kingdom_no_more + remove_accepted_culture = australian + remove_accepted_culture = anglo_canadian + ENG_300 = { add_core = ENL } + ENG_277 = { add_core = ENL } + ENG_280 = { add_core = ENL } + ENG_284 = { add_core = ENL } + ENG_291 = { add_core = ENL } + ENG_296 = { add_core = ENL } + 517 = { add_core = ENL } + ENG = { + all_core = { remove_core = ENG } + } + change_tag = ENL + } + ai_will_do = { + factor = 1 + } + } + + reclaim_the_UK = { + picture = reform_the_UK + potential = { + tag = ENL + NOT = { has_country_flag = reclaimed_the_uk } + } + + allow = { + war = no + is_disarmed = no + has_recently_lost_war = no + is_greater_power = yes + OR = { + owns = 269 + war_policy = jingoism + } + } + + effect = { + set_country_flag = reclaimed_the_uk + prestige = 10 + SCO = { + all_core = { add_core = ENL } + } + WHA = { + all_core = { add_core = ENL } + } + ENG_254 = { add_core = ENL } + any_country = { + limit = { + any_owned_province = { + OR = { + is_core = SCO + is_core = WHA + region = ENG_254 + } + } + NOT = { tag = THIS } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + } + } + } + + reform_the_UK = { + potential = { + tag = ENL + has_country_flag = reclaimed_the_uk + NOT = { exists = ENG } + } + + allow = { + war = no + owns = 300 + 269 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 273 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 254 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + + effect = { + prestige = 20 + all_core = { + remove_core = ENL + add_core = ENG + } + change_tag = ENG + random_country = { + limit = { + tag = SCO + exists = yes + ai = yes + } + SCO = { all_core = { add_core = ENG } } + THIS = { inherit = SCO } + } + random_country = { + limit = { + tag = SCO + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = WHA + exists = yes + ai = yes + } + THIS = { inherit = WHA } + } + random_country = { + limit = { + tag = WHA + exists = yes + ai = no + } + country_event = 11101 + } + any_country = { + limit = { + in_sphere = THIS + NOT = { + tag = THIS + tag = SCO + tag = WHA + } + } + any_owned = { + limit = { + OR = { + is_core = SCO + is_core = WHA + region = ENG_254 + } + } + secede_province = THIS + } + } + } + } + + declaration_of_independence = { + potential = { + NOT = { has_country_flag = full_independence_achieved } + OR = { + AND = { + tag = SCO + any_owned_province = { is_core = SCO is_core = ENG } + } + AND = { + tag = RGS + any_owned_province = { is_core = RGS is_core = BRZ } + } + AND = { + tag = CAT + any_owned_province = { + is_core = CAT + OR = { + is_core = SPA + is_core = SPC + is_core = IBR + } + } + } + AND = { + tag = BSQ + any_owned_province = { + is_core = BSQ + OR = { + is_core = SPA + is_core = SPC + is_core = IBR + } + } + } + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + is_greater_power = yes + all_core = { owned_by = THIS } + OR = { + AND = { + tag = SCO + ENG = { + OR = { + AND = { + is_disarmed = yes + truce_with = THIS + } + exists = no + } + } + } + AND = { + tag = RGS + BRZ = { is_disarmed = yes truce_with = THIS } + } + AND = { + OR = { + tag = CAT + tag = BSQ + } + SPA = { + OR = { + AND = { + is_disarmed = yes + truce_with = THIS + } + exists = no + } + } + SPC = { + OR = { + AND = { + is_disarmed = yes + truce_with = THIS + } + exists = no + } + } + IBR = { + OR = { + AND = { + is_disarmed = yes + truce_with = THIS + } + exists = no + } + } + } + } + } + + effect = { + set_country_flag = full_independence_achieved + prestige = 5 + random_owned = { + limit = { owner = { tag = SCO } } + owner = { all_core = { remove_core = ENG } } + } + random_owned = { + limit = { owner = { tag = CAT } } + owner = { + all_core = { remove_core = SPA } + all_core = { remove_core = SPC } + all_core = { remove_core = IBR } + } + } + random_owned = { + limit = { owner = { tag = BSQ } } + owner = { + all_core = { remove_core = SPA } + all_core = { remove_core = SPC } + all_core = { remove_core = IBR } + } + } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Force Satellite Release.txt b/HPM/decisions/Force Satellite Release.txt index f7706230..877321b6 100644 --- a/HPM/decisions/Force Satellite Release.txt +++ b/HPM/decisions/Force Satellite Release.txt @@ -1,176 +1,176 @@ political_decisions = { - force_vassal_freedom = { - picture = force_vassal_freedom - potential = { - civilized = yes - is_vassal = yes - any_greater_power = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - nationalism_n_imperialism = 1 - } - NOT = { tag = LBG } - NOT = { tag = NEH } - NOT = { tag = CSA } - NOT = { tag = SHW } - NOT = { tag = TPG } - NOT = { has_country_modifier = no_freedom } - NOT = { has_country_flag = freedom_attempt_made } - } + force_vassal_freedom = { + picture = force_vassal_freedom + potential = { + civilized = yes + is_vassal = yes + any_greater_power = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + nationalism_n_imperialism = 1 + } + NOT = { tag = LBG } + NOT = { tag = NEH } + NOT = { tag = CSA } + NOT = { tag = SHW } + NOT = { tag = TPG } + NOT = { has_country_modifier = no_freedom } + NOT = { has_country_flag = freedom_attempt_made } + } - allow = { - is_substate = no - war = no - OR = { - average_militancy = 2 - revolt_percentage = 0.25 - capital_scope = { controlled_by_rebels = yes } - } - } + allow = { + is_substate = no + war = no + OR = { + average_militancy = 2 + revolt_percentage = 0.25 + capital_scope = { controlled_by_rebels = yes } + } + } - effect = { - set_country_flag = freedom_attempt_made - sphere_owner = { country_event = 800012 } - } + effect = { + set_country_flag = freedom_attempt_made + sphere_owner = { country_event = 800012 } + } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { num_of_cities = 4 } - NOT = { revolt_percentage = .25 } - NOT = { average_militancy = 3 } - NOT = { capital_scope = { controlled_by_rebels = yes } } - } - modifier = { - factor = 0 - num_of_cities = 4 - any_greater_power = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - NOT = { neighbour = THIS } - } - NOT = { revolt_percentage = .25 } - NOT = { average_militancy = 4 } - NOT = { capital_scope = { controlled_by_rebels = yes } } - } - modifier = { - factor = 0 - OR = { - tag = CAN - tag = AST - tag = NZL - } - overlord = { tag = ENG } - NOT = { revolt_percentage = .25 } - NOT = { average_militancy = 4 } - NOT = { capital_scope = { controlled_by_rebels = yes } } - } - } - } - - vassal_rebellion = { - potential = { - ai = yes - is_vassal = yes - has_country_flag = refused_independence_request - NOT = { has_country_modifier = no_freedom } - NOT = { has_country_flag = freedom_attempt_made } - } - - allow = { - war = no - NOT = { - war_exhaustion = 5 - sphere_owner = { is_our_vassal = THIS } - num_of_revolts = 1 - } - OR = { - part_of_sphere = yes - overlord = { NOT = { brigades_compare = 1 } } - any_greater_power = { alliance_with = THIS } - } - } - - effect = { - add_country_modifier = { - name = no_freedom - duration = 7300 - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = -6 - } - random_country = { - limit = { is_our_vassal = THIS } - country_event = 98610 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 3 } - } - modifier = { - factor = 0 - part_of_sphere = yes - NOT = { - any_greater_power = { - alliance_with = THIS - NOT = { is_our_vassal = THIS } - } - } - NOT = { - overlord = { - brigades_compare = 1.5 - NOT = { - OR = { - revolt_percentage = 0.50 - national_provinces_occupied = 0.20 - } - } - } - } - } - modifier = { - factor = 0 - part_of_sphere = yes - NOT = { - any_greater_power = { - alliance_with = THIS - NOT = { is_our_vassal = THIS } - } - } - sphere_owner = { - OR = { - war = yes - war_exhaustion = 10 - } - } - } - modifier = { - factor = 0 - any_greater_power = { - alliance_with = THIS - NOT = { is_our_vassal = THIS } - } - NOT = { - any_greater_power = { - alliance_with = THIS - NOT = { is_our_vassal = THIS } - war = no - NOT = { war_exhaustion = 10 } - } - } - } - } - } -} \ No newline at end of file + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { num_of_cities = 4 } + NOT = { revolt_percentage = .25 } + NOT = { average_militancy = 3 } + NOT = { capital_scope = { controlled_by_rebels = yes } } + } + modifier = { + factor = 0 + num_of_cities = 4 + any_greater_power = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + NOT = { neighbour = THIS } + } + NOT = { revolt_percentage = .25 } + NOT = { average_militancy = 4 } + NOT = { capital_scope = { controlled_by_rebels = yes } } + } + modifier = { + factor = 0 + OR = { + tag = CAN + tag = AST + tag = NZL + } + overlord = { tag = ENG } + NOT = { revolt_percentage = .25 } + NOT = { average_militancy = 4 } + NOT = { capital_scope = { controlled_by_rebels = yes } } + } + } + } + + vassal_rebellion = { + potential = { + ai = yes + is_vassal = yes + has_country_flag = refused_independence_request + NOT = { has_country_modifier = no_freedom } + NOT = { has_country_flag = freedom_attempt_made } + } + + allow = { + war = no + NOT = { + war_exhaustion = 5 + sphere_owner = { is_our_vassal = THIS } + num_of_revolts = 1 + } + OR = { + part_of_sphere = yes + overlord = { NOT = { brigades_compare = 1 } } + any_greater_power = { alliance_with = THIS } + } + } + + effect = { + add_country_modifier = { + name = no_freedom + duration = 7300 + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = -6 + } + random_country = { + limit = { is_our_vassal = THIS } + country_event = 98610 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 3 } + } + modifier = { + factor = 0 + part_of_sphere = yes + NOT = { + any_greater_power = { + alliance_with = THIS + NOT = { is_our_vassal = THIS } + } + } + NOT = { + overlord = { + brigades_compare = 1.5 + NOT = { + OR = { + revolt_percentage = 0.50 + national_provinces_occupied = 0.20 + } + } + } + } + } + modifier = { + factor = 0 + part_of_sphere = yes + NOT = { + any_greater_power = { + alliance_with = THIS + NOT = { is_our_vassal = THIS } + } + } + sphere_owner = { + OR = { + war = yes + war_exhaustion = 10 + } + } + } + modifier = { + factor = 0 + any_greater_power = { + alliance_with = THIS + NOT = { is_our_vassal = THIS } + } + NOT = { + any_greater_power = { + alliance_with = THIS + NOT = { is_our_vassal = THIS } + war = no + NOT = { war_exhaustion = 10 } + } + } + } + } + } +} diff --git a/HPM/decisions/France.txt b/HPM/decisions/France.txt index e2b26d27..403e9729 100644 --- a/HPM/decisions/France.txt +++ b/HPM/decisions/France.txt @@ -1,1244 +1,1244 @@ political_decisions = { - liberty_enlightening_the_world = { - potential = { - NOT = { - has_global_flag = statue_of_liberty_has_been_built - } - tag = FRA - exists = FRA - exists = USA - USA = { - government = democracy - owns = 232 - } - FRA = { - OR = { - government = hms_government - government = democracy - } - } - year = 1850 - } - - allow = { - invention = martin_steel - USA = { slavery = no_slavery } - } - - effect = { - set_global_flag = statue_of_liberty_has_been_built - any_pop = { - militancy = -0.5 - } - relation = { - who = USA - value = 50 - } - USA = { - country_event = { id=19300 days=0 } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { relation = { who = USA value = -50 } } - } - } - } - support_french_foreign_legion = { - potential = { - tag = FRA - owns = 1700 - NOT = { - has_country_flag = french_foreign_legion_supported - } - } - allow = { - army_professionalism = 1 - } - effect = { - add_country_modifier = { - name = the_french_foreign_legion - duration = -1 - } - set_country_flag = french_foreign_legion_supported - } - } - - french_military_mission_to_japan = { - potential = { - tag = FRA - OR = { - AND = { - exists = JAP - JAP = { civilized = no } - } - AND = { - exists = TKG - TKG = { civilized = no } - } - } - NOT = { - has_country_flag = military_mission_in_japan - } - } - - allow = { - nationalism_n_imperialism = 1 - NOT = { war_with = JAP } - NOT = { truce_with = JAP } - NOT = { war_with = TKG } - NOT = { truce_with = TKG } - } - - effect = { - prestige = 20 - random_country = { - limit = { - OR = { - tag = JAP - tag = TKG - } - exists = yes - } - relation = { who = FRA value = 50 } - years_of_research = 0.2 - } - set_country_flag = military_mission_in_japan - } - } - - palais_garnier = { - potential = { - NOT = { - has_country_flag = palais_garnier_built - } - tag = FRA - owns = 425 - } - - allow = { - expressionism = 1 - } - - effect = { - prestige = 10 - set_country_flag = palais_garnier_built - } - } - - the_lambert_charter = { - potential = { - NOT = { - has_country_flag = lambert_has_been_chartered - } - tag = FRA - exists = MAD - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - MAD = { - civilized = no - OR = { - in_sphere = FRA - part_of_sphere = no - } - } - } - - effect = { - random_country = { - limit = { - NOT = { tag = THIS } - is_sphere_leader_of = MAD - } - diplomatic_influence = { who = MAD value = -150 } - } - diplomatic_influence = { - who = MAD - value = 150 - } - set_country_flag = lambert_has_been_chartered - } - } - - end_the_merina_monarchy = { - picture = end_the_merina_monarchy - potential = { - has_global_flag = berlin_conference - is_greater_power = yes - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - NOT = { - has_global_flag = merina_monarchy_is_over - has_global_flag = madagascar_organized - } - any_owned_province = { has_building = naval_base } - MAD = { - exists = yes - civilized = no - } - } - - allow = { - MAD = { - in_sphere = THIS - war = no - } - any_owned_province = { continent = africa } - has_global_flag = berlin_conference - invention = mission_to_civilize - war = no - } - - effect = { - set_global_flag = merina_monarchy_is_over - MAD = { country_event = 95505 } - } - } - - brazzas_expedition = { - picture = brazzas_expedition - potential = { - tag = FRA - invention = mission_to_civilize - is_greater_power = yes - LOA = { - ai = yes - owns = 1977 - part_of_sphere = no - } - NOT = { has_country_flag = brazzas_expedition } - } - - allow = { - invention = colonial_negotiations - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = brazzas_expedition - prestige = 5 - diplomatic_influence = { who = LOA value = 200 } - relation = { who = LOA value = 200 } - } - } - - the_rhine_crisis = { - potential = { - tag = FRA - exists = PRU - PRU = { - owns = 572 - owns = 575 - } - NOT = { - has_country_flag = crisis_on_the_rhine - } - } - - allow = { - state_n_government = 1 - } - - effect = { - badboy = 5 - any_country = { - limit = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - relation = { - who = THIS - value = -100 - } - } - casus_belli = { - target = PRU - type = acquire_state - months = 12 - } - casus_belli = { - target = PRU - type = free_peoples - months = 12 - } - prestige = 10 - set_country_flag = crisis_on_the_rhine - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.5 - } - } - } - - build_the_eiffel_tower = { - picture = build_the_eiffel_tower - potential = { - tag = FRA - NOT = { - has_country_flag = the_eiffel_tower_was_built - } - - has_country_flag = world_fair_planner - } - - allow = { - war = no - invention = bessemer_steel - OR = { - money = 30000 - ai = yes - } - } - - effect = { - country_event = 37236 - set_country_flag = the_eiffel_tower_was_built - } - } - - haussmanns_renovations = { - picture = haussmanns_renovations - potential = { - tag = FRA - owns = 425 - NOT = { has_country_flag = extreme_home_makeover } - OR = { - realism = 1 - early_railroad = 1 - } - } - - allow = { - impressionism = 1 - iron_railroad = 1 - business_banks = 1 - OR = { - money = 50000 - ai = yes - } - } - - effect = { - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - 425 = { life_rating = 5 add_province_modifier = { name = haussmanns_renovations duration = -1 } } - prestige = 10 - set_country_flag = extreme_home_makeover - } - } - - annex_mayotte = { - picture = dreams_of_empire - potential = { - tag = FRA - is_greater_power = yes - 2124 = { empty = yes } - } - - allow = { - war = no - medicine = 1 - } - - effect = { - prestige = 3 - 2124 = { - secede_province = FRA - change_province_name = "Mayotte" - } - } - } - - plantations_in_comoros = { - picture = dreams_of_empire - potential = { - NOT = { - 2124 = { empty = yes } - 2123 = { empty = yes } - } - OR = { - owns = 2124 - owns = 2123 - } - civilized = yes - NOT = { has_global_flag = colonial_comoros } - } - - allow = { - compound_steam_engines = 1 - } - - effect = { - set_global_flag = colonial_comoros - prestige = 2 - 2124 = { - trade_goods = coffee - life_rating = 5 - } - 2123 = { - trade_goods = coffee - life_rating = 5 - } - } - } - - cotton_in_algiers = { - picture = dreams_of_empire - potential = { - owns = 1704 - owns = 1706 - owns = 1700 - civilized = yes - NOT = { has_global_flag = lets_grow_cotton_in_algiers } - } - - allow = { - compound_steam_engines = 1 - business_regulations = 1 - } - - effect = { - set_global_flag = lets_grow_cotton_in_algiers - prestige = 2 - 1706 = { - trade_goods = cotton - } - 1704 = { - trade_goods = cotton - } - 1703 = { - trade_goods = cotton - } - } - } - - claim_savoy = { - picture = form_italy - potential = { - tag = FRA - is_greater_power = yes - NOT = { - 465 = { is_core = FRA } - has_global_flag = plombieres_refused - has_country_flag = claimed_savoy - } - } - - allow = { - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - ITA = { - exists = yes - NOT = { in_sphere = FRA } - } - NOT = { - is_disarmed = yes - has_country_modifier = punitive_effects - has_country_modifier = no_more_war - } - } - - effect = { - set_country_flag = claimed_savoy - badboy = 3 - 465 = { add_core = FRA } - 466 = { add_core = FRA } - 472 = { add_core = FRA } - random_country = { - limit = { owns = 465 } - country_event = 37244 - } - } - } - - annex_new_caledonia = { - picture = dreams_of_empire - potential = { - tag = FRA - is_greater_power = yes - state_n_government = 1 - 1097 = { empty = yes } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - prestige = 3 - 1097 = { secede_province = FRA } - add_country_modifier = { name = penal_colonies duration = -1 } - } - } - - french_language_schooling = { - picture = embrace_minority - potential = { - tag = FRA - any_owned_province = { is_core = BRT } - BRT = { exists = no } - NOT = { has_country_flag = enacted_french_schooling } - } - - allow = { - war = no - NOT = { school_reforms = no_schools } - invention = biased_multiculturalism - invention = social_darwinism - } - - effect = { - set_country_flag = enacted_french_schooling - remove_accepted_culture = picard - remove_accepted_culture = occitan - remove_accepted_culture = breton - remove_accepted_culture = french_canadian - any_owned = { - limit = { - OR = { - is_core = BRT - is_core = OCC - culture = picard - } - } - add_province_modifier = { - name = french_cultural_unity - duration = -1 - } - } - random_owned = { - limit = { - BRT = { exists = no } - } - BRT = { all_core = { remove_core = BRT } } - } - random_owned = { - limit = { - OCC = { exists = no } - } - OCC = { all_core = { remove_core = OCC } } - } - } - } - - st_barths_question = { - picture = map_caribbean - potential = { - tag = FRA - NOT = { owns = 3246 } - NOT = { has_country_flag = st_barths_referendum } - OR = { - owns = 45 - owns = 2230 - owns = 2228 - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - 3246 = { - owner = { - NOT = { - truce_with = THIS - relation = { who = THIS value = 0 } - } - } - } - } - - effect = { - set_country_flag = st_barths_referendum - 3246 = { owner = { country_event = 36623 } } - } - - ai_will_do = { factor = 1 } - } - - senegal_gambia_border_treaty = { - picture = map_senegal - potential = { - NOT = { has_country_flag = senegal_gambia_exchange } - civilized = yes - OR = { - has_global_flag = berlin_conference - revolution_n_counterrevolution = 1 - } - OR = { - #Portugal owns Bissau and Ziguinchor but another country owns Gabu and Velingara - AND = { - any_neighbor_country = { #Portugal - civilized = yes - war = no - owns = 1877 #Bissau - owns = 1792 #Ziguinchor - } - owns = 1793 #Velingara - Senegal - owns = 1878 #Gabu - Guinea Bissau - } - #Portugal owns Bissau, Ziguinchor and Gabu and a country that owns Velingara wants to buy Ziguinchor - AND = { - any_neighbor_country = { #Portugal - civilized = yes - war = no - owns = 1792 #Ziguinchor - owns = 1877 #Bissau - owns = 1878 #Gabu - Guinea Bissau - } - owns = 1793 #Velingara - Senegal - } - #Portugal owns Bissau and Ziguinchor but different countries own Velingara and Gabu. Portugal buys Gabu. - AND = { - owns = 1877 #Bissau - owns = 1792 #Ziguinchor - any_neighbor_country = { - war = no - civilized = yes - NOT = { owns = 1793 } #Velingara - Senegal - owns = 1878 #Gabu - } - 1793 = { owner = { civilized = yes } } - } - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = senegal_gambia_exchange - #Portugal owns Bissau and Ziguinchor but another country owns Gabu and Velingara - random_country = { - limit = { - civilized = yes - owns = 1877 #Bissau - owns = 1792 #Ziguinchor - THIS = { - owns = 1878 #Gabu - Guinea Bissau - owns = 1793 #Velingara - Senegal - } - } - country_event = 955181 - } - #Portugal owns Bissau, Ziguinchor and Gabu and a country that owns Velingara wants to buy Ziguinchor - random_country = { - limit = { - civilized = yes - owns = 1792 #Ziguinchor - owns = 1877 #Bissau - owns = 1878 #Gabu - Guinea Bissau - } - country_event = 955202 - THIS = { set_country_flag = paying_for_senegal } - } - #Portugal owns Bissau and Ziguinchor but different countries own Velingara and Gabu. Portugal buys Gabu - random_country = { - limit = { - civilized = yes - NOT = { owns = 1793 } #Velingara - Senegal - owns = 1878 #Gabu - 1793 = { owner = { civilized = yes } } - THIS = { - owns = 1877 #Bissau - owns = 1792 #Ziguinchor - } - } - country_event = 955204 - THIS = { set_country_flag = paying_for_senegal } - } - } - ai_will_do = { factor = 1 } - } - - conquer_conakry = { - picture = map_guinea - potential = { - tag = FRA - has_country_flag = faidherbe_ambitions - capital_scope = { continent = europe } - is_greater_power = yes - NOT = { owns = 1879 } - 1879 = { - NOT = { is_core = GNE } - owner = { - ai = yes - civilized = no - } - } - } - - allow = { - war = no - is_disarmed = no - nationalism_n_imperialism = 1 - NOT = { war_policy = pacifism } - OR = { - 1885 = { empty = no } - owns = 1880 - } - 1879 = { - owner = { - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - part_of_sphere = no - in_sphere = THIS - } - } - } - } - - effect = { - badboy = 2 - 1879 = { owner = { relation = { who = THIS value = -400 } any_neighbor_country = { relation = { who = THIS value = -400 } } } } - 1879 = { - change_province_name = "Conakry" - secede_province = THIS - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - the_1854_plan = { - picture = faidherbe - potential = { - tag = FRA - owns = 1784 - year = 1845 - NOT = { has_country_flag = faidherbe_ambitions } - 2573 = { - owner = { - civilized = no - ai = yes - part_of_sphere = no - } - } - - } - - allow = { - war = no - is_disarmed = no - nationalism_n_imperialism = 1 - NOT = { war_policy = pacifism } - } - - effect = { - set_country_flag = faidherbe_ambitions - badboy = 1 - 2573 = { secede_province = THIS } - } - - ai_will_do = { factor = 1 } - } - - ivory_coast_conquest = { - picture = dreams_of_empire - potential = { - owns = 1894 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - 1892 = { empty = yes } - 1893 = { empty = yes } - 1896 = { empty = yes } - has_global_flag = berlin_conference - } - - allow = { - war = no - machine_guns = 1 - nationalism_n_imperialism = 1 - } - - effect = { - 1892 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1893 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1896 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1897 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1895 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1900 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - random_country = { - limit = { - tag = KNG - is_vassal = no - part_of_sphere = no - civilized = no - ai = yes - exists = yes - } - relation = {who = THIS value = -400 } - } - random_country = { - limit = { - tag = KNG - civilized = no - ai = yes - exists = yes - } - any_owned = { limit = { region = FRA_1893 } secede_province = THIS } - } - } - ai_will_do = { factor = 1 } - } - - tunisian_colony = { - picture = dreams_of_empire - potential = { - TUN = { exists = yes civilized = no ai = yes } - is_greater_power = yes - is_sphere_leader_of = TUN - NOT = { is_our_vassal = TUN } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - year = 1870 - TUN = { NOT = { money = 3000 } } - } - - effect = { - badboy = 2 - diplomatic_influence = { who = TUN value = -400 } - relation = { who = TUN value = -400 } - leave_alliance = TUN - end_military_access = TUN - TUN = { - set_country_flag = post_colonial_country - end_military_access = THIS - tech_school = developing_tech_school - } - any_country = { - limit = { is_our_vassal = TUN } - release_vassal = TUN - casus_belli = { target = THIS type = free_peoples months = 40 } - casus_belli = { target = TUN type = make_puppet months = 40 } - } - war = { target = TUN attacker_goal = { casus_belli = conquest_any } defender_goal = { casus_belli = status_quo } } - } - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.92 } - } - } - - take_the_channel_islands = { - picture = channel_islands - potential = { - OR = { - 419 = { owner = { war_with = THIS } } - 419 = { owner = { truce_with = THIS } } - } - NOT = { owns = 419 } - tag = FRA - } - - allow = { - war = no - is_vassal = no - is_greater_power = yes - NOT = { is_disarmed = yes } - NOT = { has_recently_lost_war = yes } - NOT = { is_mobilised = yes } - owns = 418 - war_policy = jingoism - 419 = { owner = { is_disarmed = yes truce_with = THIS has_recently_lost_war = yes war = no NOT = { military_score = THIS } } } - } - - effect = { - badboy = 3 - 419 = { secede_province = THIS } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.8 } - } - } - - #The Devil's Island - devil_island = { - picture = FRA_devils_island - potential = { - tag = FRA - GUY = { exists = no } - owns = 2241 #Cayenne - year = 1852 - penal_system = colonial_transportation - NOT = { has_country_flag = devil_island } - NOT = { has_country_modifier = penal_colonies } - } - allow = { - money = 5000 - } - - effect = { - set_country_flag = devil_island - treasury = -5000 - prestige = 5 - 2241 = { life_rating = 1 } - add_country_modifier = { name = penal_colonies duration = -1 } - } - } - - #Rename Bourboun/Reunion Island - rename_bourbon_island = { - picture = FRA_devils_island - potential = { - tag = FRA - owns = 2126 - OR = { - AND = { - government = democracy - NOT = { has_country_flag = reunion_island } - } - AND = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - has_country_flag = 2nd_empire - NOT = { has_country_flag = bonaparte_island } - } - } - } - allow = { - war = no - state_n_government = 1 - } - - effect = { - clr_country_flag = reunion_island - clr_country_flag = bonaparte_island - prestige = 2 - random_owned = { - limit = { - province_id = 2126 - owner = { government = democracy } - } - change_province_name = "Reunion" - owner = { set_country_flag = reunion_island } - } - random_owned = { - limit = { - province_id = 2126 - owner = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - has_country_flag = 2nd_empire - } - } - change_province_name = "Bonaparte" - owner = { set_country_flag = bonaparte_island } - } - } - } - - #Flip Canada - turn_canada_french = { - picture = canadian_dominion - potential = { - tag = FRA - CAN = { - NOT = { primary_culture = french_canadian } - OR = { - all_core = { owned_by = THIS } - vassal_of = THIS - } - } - } - allow = { - war = no - state_n_government = 1 - } - - effect = { - CAN = { - remove_accepted_culture = french_canadian - primary_culture = french_canadian - add_accepted_culture = anglo_canadian - } - random_owned = { - limit = { owner = { slavery = no_slavery } } - owner = { - CAN = { political_reform = no_slavery } - } - } - - random_owned = { - limit = { owner = { public_meetings = no_meeting } } - owner = { - CAN = { political_reform = no_meeting } - } - } - - random_owned = { - limit = { owner = { public_meetings = yes_meeting } } - owner = { - CAN = { political_reform = yes_meeting } - } - } - - random_owned = { - limit = { owner = { debt_law = peonage } } - owner = { - CAN = { political_reform = peonage } - } - } - - random_owned = { - limit = { owner = { OR = { debt_law = debtors_prisons debt_law = bankruptcy } } } - owner = { - CAN = { political_reform = debtors_prisons } - } - } - - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - CAN = { political_reform = state_press } - } - } - - random_owned = { - limit = { owner = { press_rights = censored_press } } - owner = { - CAN = { political_reform = censored_press } - } - } - - random_owned = { - limit = { owner = { press_rights = free_press } } - owner = { - CAN = { political_reform = free_press } - } - } - - random_owned = { - limit = { owner = { voting_system = first_past_the_post } } - owner = { - CAN = { political_reform = first_past_the_post } - } - } - - random_owned = { - limit = { owner = { voting_system = jefferson_method } } - owner = { - CAN = { political_reform = jefferson_method } - } - } - - random_owned = { - limit = { owner = { voting_system = proportional_representation } } - owner = { - CAN = { political_reform = proportional_representation } - } - } - - random_owned = { - limit = { owner = { vote_franschise = none_voting } } - owner = { - CAN = { political_reform = none_voting } - } - } - - random_owned = { - limit = { owner = { vote_franschise = landed_voting } } - owner = { - CAN = { political_reform = landed_voting } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_weighted_voting } } - owner = { - CAN = { political_reform = wealth_weighted_voting } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_voting } } - owner = { - CAN = { political_reform = wealth_voting } - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_weighted_voting } } - owner = { - CAN = { political_reform = universal_weighted_voting } - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_voting } } - owner = { - CAN = { political_reform = universal_voting } - } - } - - random_owned = { - limit = { owner = { political_parties = underground_parties } } - owner = { - CAN = { political_reform = underground_parties } - } - } - - random_owned = { - limit = { owner = { political_parties = harassment } } - owner = { - CAN = { political_reform = harassment } - } - } - - random_owned = { - limit = { owner = { political_parties = gerrymandering } } - owner = { - CAN = { political_reform = gerrymandering } - } - } - - random_owned = { - limit = { owner = { political_parties = non_secret_ballots } } - owner = { - CAN = { political_reform = non_secret_ballots } - } - } - - random_owned = { - limit = { owner = { political_parties = secret_ballots } } - owner = { - CAN = { political_reform = secret_ballots } - } - } - - random_owned = { - limit = { owner = { upper_house_composition = party_appointed } } - owner = { - CAN = { political_reform = party_appointed } - } - } - - random_owned = { - limit = { owner = { upper_house_composition = appointed } } - owner = { - CAN = { political_reform = appointed } - } - } - - random_owned = { - limit = { owner = { upper_house_composition = state_equal_weight } } - owner = { - CAN = { political_reform = state_equal_weight } - } - } - - random_owned = { - limit = { owner = { upper_house_composition = population_equal_weight } } - owner = { - CAN = { political_reform = population_equal_weight } - } - } - - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - CAN = { government = democracy } - } - - random_owned = { - limit = { - owner = { - OR = { - government = absolute_monarchy - government = presidential_dictatorship - } - } - } - CAN = { government = presidential_dictatorship } - } - - random_owned = { - limit = { owner = { government = proletarian_dictatorship } } - CAN = { government = proletarian_dictatorship } - } - - random_owned = { - limit = { owner = { government = bourgeois_dictatorship } } - CAN = { government = bourgeois_dictatorship } - } - - random_owned = { - limit = { owner = { government = fascist_dictatorship } } - CAN = { government = fascist_dictatorship } - } - } - } + liberty_enlightening_the_world = { + potential = { + NOT = { + has_global_flag = statue_of_liberty_has_been_built + } + tag = FRA + exists = FRA + exists = USA + USA = { + government = democracy + owns = 232 + } + FRA = { + OR = { + government = hms_government + government = democracy + } + } + year = 1850 + } + + allow = { + invention = martin_steel + USA = { slavery = no_slavery } + } + + effect = { + set_global_flag = statue_of_liberty_has_been_built + any_pop = { + militancy = -0.5 + } + relation = { + who = USA + value = 50 + } + USA = { + country_event = { id=19300 days=0 } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { relation = { who = USA value = -50 } } + } + } + } + support_french_foreign_legion = { + potential = { + tag = FRA + owns = 1700 + NOT = { + has_country_flag = french_foreign_legion_supported + } + } + allow = { + army_professionalism = 1 + } + effect = { + add_country_modifier = { + name = the_french_foreign_legion + duration = -1 + } + set_country_flag = french_foreign_legion_supported + } + } + + french_military_mission_to_japan = { + potential = { + tag = FRA + OR = { + AND = { + exists = JAP + JAP = { civilized = no } + } + AND = { + exists = TKG + TKG = { civilized = no } + } + } + NOT = { + has_country_flag = military_mission_in_japan + } + } + + allow = { + nationalism_n_imperialism = 1 + NOT = { war_with = JAP } + NOT = { truce_with = JAP } + NOT = { war_with = TKG } + NOT = { truce_with = TKG } + } + + effect = { + prestige = 20 + random_country = { + limit = { + OR = { + tag = JAP + tag = TKG + } + exists = yes + } + relation = { who = FRA value = 50 } + years_of_research = 0.2 + } + set_country_flag = military_mission_in_japan + } + } + + palais_garnier = { + potential = { + NOT = { + has_country_flag = palais_garnier_built + } + tag = FRA + owns = 425 + } + + allow = { + expressionism = 1 + } + + effect = { + prestige = 10 + set_country_flag = palais_garnier_built + } + } + + the_lambert_charter = { + potential = { + NOT = { + has_country_flag = lambert_has_been_chartered + } + tag = FRA + exists = MAD + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + MAD = { + civilized = no + OR = { + in_sphere = FRA + part_of_sphere = no + } + } + } + + effect = { + random_country = { + limit = { + NOT = { tag = THIS } + is_sphere_leader_of = MAD + } + diplomatic_influence = { who = MAD value = -150 } + } + diplomatic_influence = { + who = MAD + value = 150 + } + set_country_flag = lambert_has_been_chartered + } + } + + end_the_merina_monarchy = { + picture = end_the_merina_monarchy + potential = { + has_global_flag = berlin_conference + is_greater_power = yes + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + NOT = { + has_global_flag = merina_monarchy_is_over + has_global_flag = madagascar_organized + } + any_owned_province = { has_building = naval_base } + MAD = { + exists = yes + civilized = no + } + } + + allow = { + MAD = { + in_sphere = THIS + war = no + } + any_owned_province = { continent = africa } + has_global_flag = berlin_conference + invention = mission_to_civilize + war = no + } + + effect = { + set_global_flag = merina_monarchy_is_over + MAD = { country_event = 95505 } + } + } + + brazzas_expedition = { + picture = brazzas_expedition + potential = { + tag = FRA + invention = mission_to_civilize + is_greater_power = yes + LOA = { + ai = yes + owns = 1977 + part_of_sphere = no + } + NOT = { has_country_flag = brazzas_expedition } + } + + allow = { + invention = colonial_negotiations + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = brazzas_expedition + prestige = 5 + diplomatic_influence = { who = LOA value = 200 } + relation = { who = LOA value = 200 } + } + } + + the_rhine_crisis = { + potential = { + tag = FRA + exists = PRU + PRU = { + owns = 572 + owns = 575 + } + NOT = { + has_country_flag = crisis_on_the_rhine + } + } + + allow = { + state_n_government = 1 + } + + effect = { + badboy = 5 + any_country = { + limit = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + relation = { + who = THIS + value = -100 + } + } + casus_belli = { + target = PRU + type = acquire_state + months = 12 + } + casus_belli = { + target = PRU + type = free_peoples + months = 12 + } + prestige = 10 + set_country_flag = crisis_on_the_rhine + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.5 + } + } + } + + build_the_eiffel_tower = { + picture = build_the_eiffel_tower + potential = { + tag = FRA + NOT = { + has_country_flag = the_eiffel_tower_was_built + } + + has_country_flag = world_fair_planner + } + + allow = { + war = no + invention = bessemer_steel + OR = { + money = 30000 + ai = yes + } + } + + effect = { + country_event = 37236 + set_country_flag = the_eiffel_tower_was_built + } + } + + haussmanns_renovations = { + picture = haussmanns_renovations + potential = { + tag = FRA + owns = 425 + NOT = { has_country_flag = extreme_home_makeover } + OR = { + realism = 1 + early_railroad = 1 + } + } + + allow = { + impressionism = 1 + iron_railroad = 1 + business_banks = 1 + OR = { + money = 50000 + ai = yes + } + } + + effect = { + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + 425 = { life_rating = 5 add_province_modifier = { name = haussmanns_renovations duration = -1 } } + prestige = 10 + set_country_flag = extreme_home_makeover + } + } + + annex_mayotte = { + picture = dreams_of_empire + potential = { + tag = FRA + is_greater_power = yes + 2124 = { empty = yes } + } + + allow = { + war = no + medicine = 1 + } + + effect = { + prestige = 3 + 2124 = { + secede_province = FRA + change_province_name = "Mayotte" + } + } + } + + plantations_in_comoros = { + picture = dreams_of_empire + potential = { + NOT = { + 2124 = { empty = yes } + 2123 = { empty = yes } + } + OR = { + owns = 2124 + owns = 2123 + } + civilized = yes + NOT = { has_global_flag = colonial_comoros } + } + + allow = { + compound_steam_engines = 1 + } + + effect = { + set_global_flag = colonial_comoros + prestige = 2 + 2124 = { + trade_goods = coffee + life_rating = 5 + } + 2123 = { + trade_goods = coffee + life_rating = 5 + } + } + } + + cotton_in_algiers = { + picture = dreams_of_empire + potential = { + owns = 1704 + owns = 1706 + owns = 1700 + civilized = yes + NOT = { has_global_flag = lets_grow_cotton_in_algiers } + } + + allow = { + compound_steam_engines = 1 + business_regulations = 1 + } + + effect = { + set_global_flag = lets_grow_cotton_in_algiers + prestige = 2 + 1706 = { + trade_goods = cotton + } + 1704 = { + trade_goods = cotton + } + 1703 = { + trade_goods = cotton + } + } + } + + claim_savoy = { + picture = form_italy + potential = { + tag = FRA + is_greater_power = yes + NOT = { + 465 = { is_core = FRA } + has_global_flag = plombieres_refused + has_country_flag = claimed_savoy + } + } + + allow = { + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + ITA = { + exists = yes + NOT = { in_sphere = FRA } + } + NOT = { + is_disarmed = yes + has_country_modifier = punitive_effects + has_country_modifier = no_more_war + } + } + + effect = { + set_country_flag = claimed_savoy + badboy = 3 + 465 = { add_core = FRA } + 466 = { add_core = FRA } + 472 = { add_core = FRA } + random_country = { + limit = { owns = 465 } + country_event = 37244 + } + } + } + + annex_new_caledonia = { + picture = dreams_of_empire + potential = { + tag = FRA + is_greater_power = yes + state_n_government = 1 + 1097 = { empty = yes } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + prestige = 3 + 1097 = { secede_province = FRA } + add_country_modifier = { name = penal_colonies duration = -1 } + } + } + + french_language_schooling = { + picture = embrace_minority + potential = { + tag = FRA + any_owned_province = { is_core = BRT } + BRT = { exists = no } + NOT = { has_country_flag = enacted_french_schooling } + } + + allow = { + war = no + NOT = { school_reforms = no_schools } + invention = biased_multiculturalism + invention = social_darwinism + } + + effect = { + set_country_flag = enacted_french_schooling + remove_accepted_culture = picard + remove_accepted_culture = occitan + remove_accepted_culture = breton + remove_accepted_culture = french_canadian + any_owned = { + limit = { + OR = { + is_core = BRT + is_core = OCC + culture = picard + } + } + add_province_modifier = { + name = french_cultural_unity + duration = -1 + } + } + random_owned = { + limit = { + BRT = { exists = no } + } + BRT = { all_core = { remove_core = BRT } } + } + random_owned = { + limit = { + OCC = { exists = no } + } + OCC = { all_core = { remove_core = OCC } } + } + } + } + + st_barths_question = { + picture = map_caribbean + potential = { + tag = FRA + NOT = { owns = 3246 } + NOT = { has_country_flag = st_barths_referendum } + OR = { + owns = 45 + owns = 2230 + owns = 2228 + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + 3246 = { + owner = { + NOT = { + truce_with = THIS + relation = { who = THIS value = 0 } + } + } + } + } + + effect = { + set_country_flag = st_barths_referendum + 3246 = { owner = { country_event = 36623 } } + } + + ai_will_do = { factor = 1 } + } + + senegal_gambia_border_treaty = { + picture = map_senegal + potential = { + NOT = { has_country_flag = senegal_gambia_exchange } + civilized = yes + OR = { + has_global_flag = berlin_conference + revolution_n_counterrevolution = 1 + } + OR = { + #Portugal owns Bissau and Ziguinchor but another country owns Gabu and Velingara + AND = { + any_neighbor_country = { #Portugal + civilized = yes + war = no + owns = 1877 #Bissau + owns = 1792 #Ziguinchor + } + owns = 1793 #Velingara - Senegal + owns = 1878 #Gabu - Guinea Bissau + } + #Portugal owns Bissau, Ziguinchor and Gabu and a country that owns Velingara wants to buy Ziguinchor + AND = { + any_neighbor_country = { #Portugal + civilized = yes + war = no + owns = 1792 #Ziguinchor + owns = 1877 #Bissau + owns = 1878 #Gabu - Guinea Bissau + } + owns = 1793 #Velingara - Senegal + } + #Portugal owns Bissau and Ziguinchor but different countries own Velingara and Gabu. Portugal buys Gabu. + AND = { + owns = 1877 #Bissau + owns = 1792 #Ziguinchor + any_neighbor_country = { + war = no + civilized = yes + NOT = { owns = 1793 } #Velingara - Senegal + owns = 1878 #Gabu + } + 1793 = { owner = { civilized = yes } } + } + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = senegal_gambia_exchange + #Portugal owns Bissau and Ziguinchor but another country owns Gabu and Velingara + random_country = { + limit = { + civilized = yes + owns = 1877 #Bissau + owns = 1792 #Ziguinchor + THIS = { + owns = 1878 #Gabu - Guinea Bissau + owns = 1793 #Velingara - Senegal + } + } + country_event = 955181 + } + #Portugal owns Bissau, Ziguinchor and Gabu and a country that owns Velingara wants to buy Ziguinchor + random_country = { + limit = { + civilized = yes + owns = 1792 #Ziguinchor + owns = 1877 #Bissau + owns = 1878 #Gabu - Guinea Bissau + } + country_event = 955202 + THIS = { set_country_flag = paying_for_senegal } + } + #Portugal owns Bissau and Ziguinchor but different countries own Velingara and Gabu. Portugal buys Gabu + random_country = { + limit = { + civilized = yes + NOT = { owns = 1793 } #Velingara - Senegal + owns = 1878 #Gabu + 1793 = { owner = { civilized = yes } } + THIS = { + owns = 1877 #Bissau + owns = 1792 #Ziguinchor + } + } + country_event = 955204 + THIS = { set_country_flag = paying_for_senegal } + } + } + ai_will_do = { factor = 1 } + } + + conquer_conakry = { + picture = map_guinea + potential = { + tag = FRA + has_country_flag = faidherbe_ambitions + capital_scope = { continent = europe } + is_greater_power = yes + NOT = { owns = 1879 } + 1879 = { + NOT = { is_core = GNE } + owner = { + ai = yes + civilized = no + } + } + } + + allow = { + war = no + is_disarmed = no + nationalism_n_imperialism = 1 + NOT = { war_policy = pacifism } + OR = { + 1885 = { empty = no } + owns = 1880 + } + 1879 = { + owner = { + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + part_of_sphere = no + in_sphere = THIS + } + } + } + } + + effect = { + badboy = 2 + 1879 = { owner = { relation = { who = THIS value = -400 } any_neighbor_country = { relation = { who = THIS value = -400 } } } } + 1879 = { + change_province_name = "Conakry" + secede_province = THIS + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + the_1854_plan = { + picture = faidherbe + potential = { + tag = FRA + owns = 1784 + year = 1845 + NOT = { has_country_flag = faidherbe_ambitions } + 2573 = { + owner = { + civilized = no + ai = yes + part_of_sphere = no + } + } + + } + + allow = { + war = no + is_disarmed = no + nationalism_n_imperialism = 1 + NOT = { war_policy = pacifism } + } + + effect = { + set_country_flag = faidherbe_ambitions + badboy = 1 + 2573 = { secede_province = THIS } + } + + ai_will_do = { factor = 1 } + } + + ivory_coast_conquest = { + picture = dreams_of_empire + potential = { + owns = 1894 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + 1892 = { empty = yes } + 1893 = { empty = yes } + 1896 = { empty = yes } + has_global_flag = berlin_conference + } + + allow = { + war = no + machine_guns = 1 + nationalism_n_imperialism = 1 + } + + effect = { + 1892 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1893 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1896 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1897 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1895 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1900 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + random_country = { + limit = { + tag = KNG + is_vassal = no + part_of_sphere = no + civilized = no + ai = yes + exists = yes + } + relation = {who = THIS value = -400 } + } + random_country = { + limit = { + tag = KNG + civilized = no + ai = yes + exists = yes + } + any_owned = { limit = { region = FRA_1893 } secede_province = THIS } + } + } + ai_will_do = { factor = 1 } + } + + tunisian_colony = { + picture = dreams_of_empire + potential = { + TUN = { exists = yes civilized = no ai = yes } + is_greater_power = yes + is_sphere_leader_of = TUN + NOT = { is_our_vassal = TUN } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + year = 1870 + TUN = { NOT = { money = 3000 } } + } + + effect = { + badboy = 2 + diplomatic_influence = { who = TUN value = -400 } + relation = { who = TUN value = -400 } + leave_alliance = TUN + end_military_access = TUN + TUN = { + set_country_flag = post_colonial_country + end_military_access = THIS + tech_school = developing_tech_school + } + any_country = { + limit = { is_our_vassal = TUN } + release_vassal = TUN + casus_belli = { target = THIS type = free_peoples months = 40 } + casus_belli = { target = TUN type = make_puppet months = 40 } + } + war = { target = TUN attacker_goal = { casus_belli = conquest_any } defender_goal = { casus_belli = status_quo } } + } + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.92 } + } + } + + take_the_channel_islands = { + picture = channel_islands + potential = { + OR = { + 419 = { owner = { war_with = THIS } } + 419 = { owner = { truce_with = THIS } } + } + NOT = { owns = 419 } + tag = FRA + } + + allow = { + war = no + is_vassal = no + is_greater_power = yes + NOT = { is_disarmed = yes } + NOT = { has_recently_lost_war = yes } + NOT = { is_mobilised = yes } + owns = 418 + war_policy = jingoism + 419 = { owner = { is_disarmed = yes truce_with = THIS has_recently_lost_war = yes war = no NOT = { military_score = THIS } } } + } + + effect = { + badboy = 3 + 419 = { secede_province = THIS } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.8 } + } + } + + #The Devil's Island + devil_island = { + picture = FRA_devils_island + potential = { + tag = FRA + GUY = { exists = no } + owns = 2241 #Cayenne + year = 1852 + penal_system = colonial_transportation + NOT = { has_country_flag = devil_island } + NOT = { has_country_modifier = penal_colonies } + } + allow = { + money = 5000 + } + + effect = { + set_country_flag = devil_island + treasury = -5000 + prestige = 5 + 2241 = { life_rating = 1 } + add_country_modifier = { name = penal_colonies duration = -1 } + } + } + + #Rename Bourboun/Reunion Island + rename_bourbon_island = { + picture = FRA_devils_island + potential = { + tag = FRA + owns = 2126 + OR = { + AND = { + government = democracy + NOT = { has_country_flag = reunion_island } + } + AND = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + has_country_flag = 2nd_empire + NOT = { has_country_flag = bonaparte_island } + } + } + } + allow = { + war = no + state_n_government = 1 + } + + effect = { + clr_country_flag = reunion_island + clr_country_flag = bonaparte_island + prestige = 2 + random_owned = { + limit = { + province_id = 2126 + owner = { government = democracy } + } + change_province_name = "Reunion" + owner = { set_country_flag = reunion_island } + } + random_owned = { + limit = { + province_id = 2126 + owner = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + has_country_flag = 2nd_empire + } + } + change_province_name = "Bonaparte" + owner = { set_country_flag = bonaparte_island } + } + } + } + + #Flip Canada + turn_canada_french = { + picture = canadian_dominion + potential = { + tag = FRA + CAN = { + NOT = { primary_culture = french_canadian } + OR = { + all_core = { owned_by = THIS } + vassal_of = THIS + } + } + } + allow = { + war = no + state_n_government = 1 + } + + effect = { + CAN = { + remove_accepted_culture = french_canadian + primary_culture = french_canadian + add_accepted_culture = anglo_canadian + } + random_owned = { + limit = { owner = { slavery = no_slavery } } + owner = { + CAN = { political_reform = no_slavery } + } + } + + random_owned = { + limit = { owner = { public_meetings = no_meeting } } + owner = { + CAN = { political_reform = no_meeting } + } + } + + random_owned = { + limit = { owner = { public_meetings = yes_meeting } } + owner = { + CAN = { political_reform = yes_meeting } + } + } + + random_owned = { + limit = { owner = { debt_law = peonage } } + owner = { + CAN = { political_reform = peonage } + } + } + + random_owned = { + limit = { owner = { OR = { debt_law = debtors_prisons debt_law = bankruptcy } } } + owner = { + CAN = { political_reform = debtors_prisons } + } + } + + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + CAN = { political_reform = state_press } + } + } + + random_owned = { + limit = { owner = { press_rights = censored_press } } + owner = { + CAN = { political_reform = censored_press } + } + } + + random_owned = { + limit = { owner = { press_rights = free_press } } + owner = { + CAN = { political_reform = free_press } + } + } + + random_owned = { + limit = { owner = { voting_system = first_past_the_post } } + owner = { + CAN = { political_reform = first_past_the_post } + } + } + + random_owned = { + limit = { owner = { voting_system = jefferson_method } } + owner = { + CAN = { political_reform = jefferson_method } + } + } + + random_owned = { + limit = { owner = { voting_system = proportional_representation } } + owner = { + CAN = { political_reform = proportional_representation } + } + } + + random_owned = { + limit = { owner = { vote_franschise = none_voting } } + owner = { + CAN = { political_reform = none_voting } + } + } + + random_owned = { + limit = { owner = { vote_franschise = landed_voting } } + owner = { + CAN = { political_reform = landed_voting } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_weighted_voting } } + owner = { + CAN = { political_reform = wealth_weighted_voting } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_voting } } + owner = { + CAN = { political_reform = wealth_voting } + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_weighted_voting } } + owner = { + CAN = { political_reform = universal_weighted_voting } + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_voting } } + owner = { + CAN = { political_reform = universal_voting } + } + } + + random_owned = { + limit = { owner = { political_parties = underground_parties } } + owner = { + CAN = { political_reform = underground_parties } + } + } + + random_owned = { + limit = { owner = { political_parties = harassment } } + owner = { + CAN = { political_reform = harassment } + } + } + + random_owned = { + limit = { owner = { political_parties = gerrymandering } } + owner = { + CAN = { political_reform = gerrymandering } + } + } + + random_owned = { + limit = { owner = { political_parties = non_secret_ballots } } + owner = { + CAN = { political_reform = non_secret_ballots } + } + } + + random_owned = { + limit = { owner = { political_parties = secret_ballots } } + owner = { + CAN = { political_reform = secret_ballots } + } + } + + random_owned = { + limit = { owner = { upper_house_composition = party_appointed } } + owner = { + CAN = { political_reform = party_appointed } + } + } + + random_owned = { + limit = { owner = { upper_house_composition = appointed } } + owner = { + CAN = { political_reform = appointed } + } + } + + random_owned = { + limit = { owner = { upper_house_composition = state_equal_weight } } + owner = { + CAN = { political_reform = state_equal_weight } + } + } + + random_owned = { + limit = { owner = { upper_house_composition = population_equal_weight } } + owner = { + CAN = { political_reform = population_equal_weight } + } + } + + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + CAN = { government = democracy } + } + + random_owned = { + limit = { + owner = { + OR = { + government = absolute_monarchy + government = presidential_dictatorship + } + } + } + CAN = { government = presidential_dictatorship } + } + + random_owned = { + limit = { owner = { government = proletarian_dictatorship } } + CAN = { government = proletarian_dictatorship } + } + + random_owned = { + limit = { owner = { government = bourgeois_dictatorship } } + CAN = { government = bourgeois_dictatorship } + } + + random_owned = { + limit = { owner = { government = fascist_dictatorship } } + CAN = { government = fascist_dictatorship } + } + } + } } diff --git a/HPM/decisions/GRE.txt b/HPM/decisions/GRE.txt index be281d0e..f68ed875 100644 --- a/HPM/decisions/GRE.txt +++ b/HPM/decisions/GRE.txt @@ -1,313 +1,313 @@ political_decisions = { - make_crete_a_state = { - picture = hellenic_parliament - potential = { - owns = 847 - owns = 848 - capital_scope = { continent = europe } - 847 = { is_colonial = yes } - civilized = yes - } - - allow = { - war = no - } - - effect = { - release = CRE - inherit = CRE - } - ai_will_do = { factor = 1 } - } + make_crete_a_state = { + picture = hellenic_parliament + potential = { + owns = 847 + owns = 848 + capital_scope = { continent = europe } + 847 = { is_colonial = yes } + civilized = yes + } - hellenic_parliament = { - picture = hellenic_parliament - potential = { - tag = GRE - government = absolute_monarchy - NOT = { has_country_flag = voule_ton_ellinon } - } - - allow = { - plurality = 40 - OR = { - prestige = 40 - state_n_government = 1 - } - } - - effect = { - set_country_flag = voule_ton_ellinon - political_reform = wealth_weighted_voting - prestige = 5 - random_owned = { - limit = { owner = { political_parties = underground_parties } } - owner = { political_reform = harassment } - } - government = prussian_constitutionalism - any_pop = { militancy = -2 } - } - } - - megali_idea = { - potential = { - tag = GRE - NOT = { has_country_flag = greece_has_got_a_brand_new_bag } - NOT = { has_country_flag = population_exchange_with_turkey } - } - - allow = { - NOT = { has_country_flag = population_exchange_with_turkey } - invention = national_fraternity - owns = 832 - owns = 805 - owns = 823 - owns = 844 - owns = 843 - owns = 846 - OR = { - war_policy = jingoism - war_policy = pro_military - } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - great_wars_enabled = yes - has_country_flag = in_great_war - war_countries = { - tag = TUR - has_country_flag = in_great_war - } - } - AND = { - is_secondary_power = yes - NOT = { any_greater_power = { alliance_with = TUR } } - NOT = { RUS = { is_greater_power = yes } } - TUR = { - is_greater_power = no - NOT = { - capital = 860 - part_of_sphere = yes - } - } - } - AND = { - is_secondary_power = yes - TUR = { in_sphere = RUS } - } - } - } - - effect = { - prestige = 10 - country_event = 5000001 - set_country_flag = greece_has_got_a_brand_new_bag - } - } - - unite_with_greece = { - picture = unite_with_greece - potential = { - primary_culture = greek - NOT = { tag = GRE } - exists = GRE - NOT = { has_country_flag = unite_with_greece } - } + allow = { + war = no + } - allow = { - war = no - is_vassal = no - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = GRE } - } - GRE = { - war = no - is_vassal = no - } - } + effect = { + release = CRE + inherit = CRE + } + ai_will_do = { factor = 1 } + } - effect = { - set_country_flag = unite_with_greece - random_country = { - limit = { - tag = GRE - ai = yes - THIS = { ai = yes } - } - THIS = { - remove_accepted_culture = north_italian - remove_accepted_culture = british - } - inherit = THIS - } - random_country = { - limit = { - tag = GRE - ai = yes - THIS = { ai = no } - } - any_owned = { secede_province = THIS } - THIS = { - remove_accepted_culture = turkish - remove_accepted_culture = north_italian - remove_accepted_culture = british - random_owned = { - limit = { province_id = 834 } - owner = { capital = 834 } - } - change_tag = GRE - } - } - random_country = { - limit = { - tag = GRE - ai = no - } - country_event = 60130 - } - } + hellenic_parliament = { + picture = hellenic_parliament + potential = { + tag = GRE + government = absolute_monarchy + NOT = { has_country_flag = voule_ton_ellinon } + } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - government = fascist_dictatorship - GRE = { - NOT = { government = fascist_dictatorship } - } - } - modifier = { - factor = 0 - NOT = { government = fascist_dictatorship } - GRE = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - NOT = { government = proletarian_dictatorship } - GRE = { government = proletarian_dictatorship } - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - GRE = { - NOT = { - government = democracy - government = hms_government - } - } - } - modifier = { - factor = 0 - GRE = { - OR = { - government = democracy - government = hms_government - } - } - NOT = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - government = absolute_monarchy - } - } - } - } + allow = { + plurality = 40 + OR = { + prestige = 40 + state_n_government = 1 + } + } - ionian_lose_accepted_cultures = { - potential = { - ai = yes - is_cultural_union = no - OR = { - ION = { - NOT = { has_country_flag = normalized_cultures } - OR = { - accepted_culture = british - accepted_culture = north_italian - } - OR = { - any_owned_province = { NOT = { is_core = ION } } - exists = no - } - } - GRE = { - NOT = { has_country_flag = normalized_cultures } - OR = { - accepted_culture = british - accepted_culture = north_italian - } - } - HAW = { - NOT = { has_country_flag = normalized_cultures } - accepted_culture = yankee - OR = { - any_owned_province = { NOT = { is_core = HAW } } - NOT = { pop_majority_culture = polynesian } - exists = no - } - } - } - } - - allow = { - } - - effect = { - any_country = { - limit = { - tag = ION - OR = { - accepted_culture = british - accepted_culture = north_italian - } - OR = { - any_owned_province = { NOT = { is_core = ION } } - exists = no - } - } - set_country_flag = normalized_cultures - remove_accepted_culture = british - remove_accepted_culture = north_italian - } - - any_country = { - limit = { - tag = GRE - OR = { - accepted_culture = british - accepted_culture = north_italian - } - } - set_country_flag = normalized_cultures - remove_accepted_culture = british - remove_accepted_culture = north_italian - } - - any_country = { - limit = { - tag = HAW - accepted_culture = yankee - OR = { - any_owned_province = { NOT = { is_core = HAW } } - NOT = { pop_majority_culture = polynesian } - exists = no - } - } - set_country_flag = normalized_cultures - remove_accepted_culture = yankee - } - } - } + effect = { + set_country_flag = voule_ton_ellinon + political_reform = wealth_weighted_voting + prestige = 5 + random_owned = { + limit = { owner = { political_parties = underground_parties } } + owner = { political_reform = harassment } + } + government = prussian_constitutionalism + any_pop = { militancy = -2 } + } + } + + megali_idea = { + potential = { + tag = GRE + NOT = { has_country_flag = greece_has_got_a_brand_new_bag } + NOT = { has_country_flag = population_exchange_with_turkey } + } + + allow = { + NOT = { has_country_flag = population_exchange_with_turkey } + invention = national_fraternity + owns = 832 + owns = 805 + owns = 823 + owns = 844 + owns = 843 + owns = 846 + OR = { + war_policy = jingoism + war_policy = pro_military + } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + great_wars_enabled = yes + has_country_flag = in_great_war + war_countries = { + tag = TUR + has_country_flag = in_great_war + } + } + AND = { + is_secondary_power = yes + NOT = { any_greater_power = { alliance_with = TUR } } + NOT = { RUS = { is_greater_power = yes } } + TUR = { + is_greater_power = no + NOT = { + capital = 860 + part_of_sphere = yes + } + } + } + AND = { + is_secondary_power = yes + TUR = { in_sphere = RUS } + } + } + } + + effect = { + prestige = 10 + country_event = 5000001 + set_country_flag = greece_has_got_a_brand_new_bag + } + } + + unite_with_greece = { + picture = unite_with_greece + potential = { + primary_culture = greek + NOT = { tag = GRE } + exists = GRE + NOT = { has_country_flag = unite_with_greece } + } + + allow = { + war = no + is_vassal = no + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = GRE } + } + GRE = { + war = no + is_vassal = no + } + } + + effect = { + set_country_flag = unite_with_greece + random_country = { + limit = { + tag = GRE + ai = yes + THIS = { ai = yes } + } + THIS = { + remove_accepted_culture = north_italian + remove_accepted_culture = british + } + inherit = THIS + } + random_country = { + limit = { + tag = GRE + ai = yes + THIS = { ai = no } + } + any_owned = { secede_province = THIS } + THIS = { + remove_accepted_culture = turkish + remove_accepted_culture = north_italian + remove_accepted_culture = british + random_owned = { + limit = { province_id = 834 } + owner = { capital = 834 } + } + change_tag = GRE + } + } + random_country = { + limit = { + tag = GRE + ai = no + } + country_event = 60130 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + government = fascist_dictatorship + GRE = { + NOT = { government = fascist_dictatorship } + } + } + modifier = { + factor = 0 + NOT = { government = fascist_dictatorship } + GRE = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + NOT = { government = proletarian_dictatorship } + GRE = { government = proletarian_dictatorship } + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + GRE = { + NOT = { + government = democracy + government = hms_government + } + } + } + modifier = { + factor = 0 + GRE = { + OR = { + government = democracy + government = hms_government + } + } + NOT = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + government = absolute_monarchy + } + } + } + } + + ionian_lose_accepted_cultures = { + potential = { + ai = yes + is_cultural_union = no + OR = { + ION = { + NOT = { has_country_flag = normalized_cultures } + OR = { + accepted_culture = british + accepted_culture = north_italian + } + OR = { + any_owned_province = { NOT = { is_core = ION } } + exists = no + } + } + GRE = { + NOT = { has_country_flag = normalized_cultures } + OR = { + accepted_culture = british + accepted_culture = north_italian + } + } + HAW = { + NOT = { has_country_flag = normalized_cultures } + accepted_culture = yankee + OR = { + any_owned_province = { NOT = { is_core = HAW } } + NOT = { pop_majority_culture = polynesian } + exists = no + } + } + } + } + + allow = { + } + + effect = { + any_country = { + limit = { + tag = ION + OR = { + accepted_culture = british + accepted_culture = north_italian + } + OR = { + any_owned_province = { NOT = { is_core = ION } } + exists = no + } + } + set_country_flag = normalized_cultures + remove_accepted_culture = british + remove_accepted_culture = north_italian + } + + any_country = { + limit = { + tag = GRE + OR = { + accepted_culture = british + accepted_culture = north_italian + } + } + set_country_flag = normalized_cultures + remove_accepted_culture = british + remove_accepted_culture = north_italian + } + + any_country = { + limit = { + tag = HAW + accepted_culture = yankee + OR = { + any_owned_province = { NOT = { is_core = HAW } } + NOT = { pop_majority_culture = polynesian } + exists = no + } + } + set_country_flag = normalized_cultures + remove_accepted_culture = yankee + } + } + } } diff --git a/HPM/decisions/Germany.txt b/HPM/decisions/Germany.txt index f24220ff..7d08181b 100644 --- a/HPM/decisions/Germany.txt +++ b/HPM/decisions/Germany.txt @@ -1,1118 +1,1118 @@ political_decisions = { - ems_dispatch = { - picture = ems_dispatch - potential = { - NOT = { - has_country_flag = ems_dispatch_sent - } - OR = { - tag = PRU - tag = NGF - } - FRA = { - any_owned_province = { is_core = GER } - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - allow = { - war = no - OR = { - steel_breech_loaded_artillery = 1 - machine_guns = 1 - } - FRA = { - war = no - NOT = { truce_with = THIS } - NOT = { - relation = { who = THIS value = 100 } - } - } - } - - effect = { - prestige = 5 - FRA = { country_event = 19200 } - set_country_flag = ems_dispatch_sent - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - has_country_modifier = law_changed_by_force - } - modifier = { - factor = 0 - OR = { - war_exhaustion = 5 - num_of_revolts = 1 - is_disarmed = yes - FRA = { brigades_compare = 1.5 } - } - } - } - } - - construct_germania_werft = { - picture = construct_germania_werft - potential = { - NOT = { has_global_flag = germania_werft_has_been_built } - OR = { - tag = PRU - tag = GER - tag = NGF - } - owns = 369 - } - - allow = { - steel_steamers = 1 - money = 51000 - } - - effect = { - set_global_flag = germania_werft_has_been_built - prestige = 10 - treasury = -50000 - 369 = { - naval_base = 6 - add_province_modifier = { name = germania_werft duration = -1 } - } - } - } - - support_ruhr_industrialism = { - potential = { - has_country_flag = prussian_germany - OR = { - tag = PRU - tag = GER - tag = NGF - } - NOT = { - tech_school = prussian_tech_school - } - } - - allow = { - regenerative_furnaces = 1 - iron_breech_loaded_artillery = 1 - state_n_government = 1 - industrial_score = 150 - owns = 577 - owns = 578 - owns = 2561 - owns = 576 - owns = 575 - 575 = { - state_scope = { - has_building = steel_factory - } - } - } - - effect = { - tech_school = prussian_tech_school - prestige = 5 - } - } - - die_wacht_am_rhein = { - picture = die_wacht_am_rhein - potential = { - OR = { - tag = GER - tag = NGF - tag = PRU - } - NOT = { has_global_flag = watching_the_rhine } - OR = { - has_country_flag = french_claimed_the_rhine - NOT = { relation = { who = FRA value = 0 } } - 575 = { owner = { NOT = { is_culture_group = germanic } } } - 576 = { owner = { NOT = { is_culture_group = germanic } } } - 577 = { owner = { NOT = { is_culture_group = germanic } } } - 572 = { owner = { NOT = { is_culture_group = germanic } } } - PRU_578 = { owner = { NOT = { is_culture_group = germanic } } } - PRU_570 = { owner = { NOT = { is_culture_group = germanic } } } - BAD_586 = { owner = { NOT = { is_culture_group = germanic } } } - WUR_589 = { owner = { NOT = { is_culture_group = germanic } } } - HES_2560 = { owner = { NOT = { is_culture_group = germanic } } } - } - } - - allow = { - romanticism = 1 - state_n_government = 1 - } - - effect = { - prestige = 5 - badboy = -1 - set_global_flag = watching_the_rhine - any_pop = { - limit = { is_culture_group = germanic } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } - } - - niederwald_denkmal = { - potential = { - tag = GER - has_global_flag = watching_the_rhine - NOT = { - has_country_flag = niederwald_denkmal - } - } - - allow = { - war = no - owns = 565 - is_greater_power = yes - nationalism_n_imperialism = 1 - } - - effect = { - any_pop = { - militancy = -2 - } - badboy = -3 - set_country_flag = niederwald_denkmal - } - } - - schwabing_circles = { - potential = { - OR = { - tag = BAV - tag = SGF - tag = GER - } - owns = 599 - NOT = { - has_country_flag = schwabing_encircled - } - } - allow = { - expressionism = 1 - } - effect = { - prestige = 20 - set_country_flag = schwabing_encircled - } - } - - support_biesterfelds = { - potential = { - tag = LIP - year = 1880 - NOT = { - has_country_flag = lippe_dispute_solved - } - exists = PRU - } - - allow = { - is_independant = yes - } - - effect = { - prestige = 5 - set_country_flag = lippe_dispute_solved - } - } - - support_schaumburgs = { - potential = { - tag = LIP - year = 1880 - NOT = { - has_country_flag = lippe_dispute_solved - } - exists = PRU - } - - allow = { - is_independant = yes - } - - effect = { - relation = { - who = PRU - value = 50 - } - set_country_flag = lippe_dispute_solved - } - } - - das_zivilgesetzbuch = { - picture = das_zivilgesetzbuch - potential = { - tag = HES - NOT = { - has_country_flag = code_of_laws - } - } - - allow = { - ideological_thought = 1 - } - - effect = { - prestige = 5 - years_of_research = 0.05 - any_pop = { - militancy = -1 - } - set_country_flag = code_of_laws - } - } - - kaiser_wilhelms_land = { - picture = kaiser_wilhelms_land - potential = { - tag = GER - has_country_flag = prussian_germany - owns = 1531 - owns = 2530 - owns = 2531 - owns = 2537 - NOT = { - has_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben - has_global_flag = bismarck_islands_german - } - } - - allow = { - invention = mission_to_civilize - } - - effect = { - prestige = 10 - 1531 = { change_province_name = "Neu-Mecklenburg" } - 2537 = { change_province_name = "Neu-Pommern" } - 2858 = { change_province_name = "Bismarck Sea" } - 2531 = { - change_province_name = "Friedrich-Wilhelmshafen" - state_scope = { - change_region_name = "Kaiser-Wilhelms-Land" - } - } - set_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben - } - } - - the_heligoland_question = { - potential = { - tag = GER - NOT = { has_country_flag = has_questioned_heligoland } - 533 = { NOT = { is_core = GER } } - } - - allow = { - mass_politics = 1 - OR = { - is_greater_power = yes - invention = national_fraternity - } - OR = { - AND = { - 2013 = { empty = no } - 2015 = { empty = no } - } - owns = 2081 - } - } - - effect = { - 533 = { - add_core = GER # Heligoland is my last territorial demand! - add_core = ENG - } - set_country_flag = has_questioned_heligoland - } - } - #Convert to repeatable so modifier comes back - construct_the_walhalla = { - picture = construct_the_walhalla - potential = { - OR = { - tag = BAV - tag = SGF - tag = GER - } - owns = 602 - NOT = { - has_global_flag = the_walhalla_is_built - } - } - - allow = { - romanticism = 1 - } - - effect = { - 602 = { - add_province_modifier = { - name = the_walhalla - duration = -1 - } - } - set_global_flag = the_walhalla_is_built - } - } - - introduce_the_presbyteries = { - picture = introduce_the_presbyteries - potential = { - tag = HAN - NOT = { - has_country_flag = presbyteries_introduced - } - } - allow = { - average_militancy = 3 - NOT = { - vassal_of = ENG - } - } - - effect = { - any_pop = { - limit = { - has_pop_religion = protestant - } - militancy = -1 - } - set_country_flag = presbyteries_introduced - } - } - - von_moltkes_staff_reforms = { - potential = { - has_country_flag = prussian_germany - OR = { - tag = PRU - tag = GER - tag = NGF - } - NOT = { - has_country_flag = von_moltke - } - } - allow = { - army_decision_making = 1 - } - effect = { - add_country_modifier = { - name = prussian_general_staff - duration = 5475 - } - prestige = 5 - set_country_flag = von_moltke - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - war = no - } - } - } - - the_ruhr_boom = { - picture = essen_ruhr - potential = { - OR = { - tag = PRU - tag = GER - tag = NGF - } - owns = 578 - owns = 2561 - owns = 575 - NOT = { has_global_flag = ruhr_boom_has_happened } - } - - allow = { - market_structure = 1 - organized_factories = 1 - early_railroad = 1 - } - - effect = { - add_country_modifier = { - name = ruhr_boom - duration = 3650 - } - set_global_flag = ruhr_boom_has_happened - } - } - - league_of_three_emperors = { - potential = { - tag = GER - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - AUS = { - exists = yes - NOT = { any_core = { owned_by = GER } } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - RUS = { - exists = yes - NOT = { any_core = { owned_by = GER } } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - NOT = { has_country_flag = league_of_three_emperors } - } - - allow = { - revolution_n_counterrevolution = 1 - war = no - NOT = { truce_with = AUS } - NOT = { war_with = AUS } - NOT = { truce_with = RUS } - NOT = { war_with = RUS } - } - - effect = { - set_country_flag = league_of_three_emperors - AUS = { country_event = 33020 } - RUS = { country_event = 33020 } - } - } - - league_of_three_emperors2 = { - picture = league_of_three_emperors - potential = { - tag = GER - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - KUK = { - exists = yes - NOT = { any_core = { owned_by = GER } } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - RUS = { - exists = yes - NOT = { any_core = { owned_by = GER } } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - NOT = { has_country_flag = league_of_three_emperors } - } - - allow = { - revolution_n_counterrevolution = 1 - war = no - NOT = { truce_with = KUK } - NOT = { war_with = KUK } - NOT = { truce_with = RUS } - NOT = { war_with = RUS } - } - - effect = { - set_country_flag = league_of_three_emperors - KUK = { country_event = 33020 } - RUS = { country_event = 33020 } - } - } - - reclaim_poland_GER = { - picture = become_poland - potential = { - OR = { - tag = PRU - tag = NGF - tag = GER - } - OR = { - 684 = { NOT = { is_core = GER } } - 685 = { NOT = { is_core = GER } } - 690 = { NOT = { is_core = GER } } - 699 = { NOT = { is_core = GER } } - } - } - - allow = { - war = no - is_disarmed = no - NOT = { has_country_modifier = no_more_war } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - AND = { - any_owned_province = { - OR = { - region = PRU_690 - region = PRU_701 - region = PRU_682 - region = PRU_695 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - } - war_policy = jingoism - } - } - } - - effect = { - badboy = 5 - random_owned = { - limit = { - OR = { - owner = { government = fascist_dictatorship } - owner = { government = proletarian_dictatorship } - } - } - PRU_690 = { add_core = GER } - PRU_701 = { add_core = GER } - PRU_682 = { add_core = GER } - PRU_695 = { add_core = GER } - 684 = { add_core = GER } - 685 = { add_core = GER } - } - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - } - add_core = THIS - add_core = GER - } - any_country = { - limit = { - any_owned_province = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - appoint_von_bismarck = { - picture = appoint_von_bismarck - potential = { - has_country_flag = prussian_germany - OR = { - tag = PRU - tag = NGF - tag = GER - } - OR = { - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - year = 1875 - has_country_flag = von_bismarck_appointed - } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - } - - effect = { - set_country_flag = von_bismarck_appointed - add_country_modifier = { - name = otto_von_bismarck - duration = 7300 - } - any_pop = { - limit = { is_culture_group = germanic } - militancy = -3 - dominant_issue = { - factor = 0.2 - value = jingoism - } - } - } - } - - reclaim_alsace_lorraine = { - picture = reichsland_elsass - potential = { - has_country_flag = lost_alsace_lorraine - 412 = { - NOT = { - is_core = GER - owned_by = GER - } - } - } - - allow = { - tag = GER - is_greater_power = yes - 412 = { owner = { NOT = { truce_with = THIS } } } - OR = { - war_policy = jingoism - 412 = { owner = { war_with = THIS } } - } - } - - effect = { - clr_country_flag = lost_alsace_lorraine - badboy = 5 - FRA_412 = { add_core = GER } - random_country = { - limit = { - owns = 412 - NOT = { tag = THIS } - } - relation = { who = GER value = -100 } - leave_alliance = GER - casus_belli = { - target = THIS - type = cut_down_to_size - months = 24 - } - casus_belli = { - target = THIS - type = humiliate - months = 24 - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - purchase_spanish_pacific = { - picture = treaty_signing - potential = { - primary_culture = north_german - is_greater_power = yes - nationalism_n_imperialism = 1 - any_owned_province = { - is_core = GER - port = yes - } - 1455 = { - NOT = { owned_by = SPA } - NOT = { owned_by = SPC } - owner = { - NOT = { vassal_of = SPC } - NOT = { vassal_of = SPA } - } - } - OR = { - SPA = { - is_greater_power = no - any_owned_province = { - OR = { - region = SPA_610 - region = SPA_2517 - } - } - } - SPC = { - is_greater_power = no - any_owned_province = { - OR = { - region = SPA_610 - region = SPA_2517 - } - } - } - } - NOT = { - has_global_flag = tried_to_buy_spanish_pacific - #any_owned_province = { continent = oceania } - } - } - - allow = { - money = 50000 - OR = { - biologism = 1 - military_logistics = 1 - steel_steamers = 1 - } - NOT = { - truce_with = SPA - SPA = { war = yes } - truce_with = SPC - SPC = { war = yes } - } - } - - effect = { - set_global_flag = tried_to_buy_spanish_pacific - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - any_owned_province = { - OR = { - region = SPA_610 - region = SPA_2517 - } - } - } - country_event = 33025 - } - } - } - - annex_sigmaringen = { - picture = declare_republic_of_neuchatel - potential = { - has_country_flag = prussian_germany - OR = { - tag = PRU - tag = NGF - tag = GER - } - NOT = { owns = 594 } - owns = 549 - SGM = { exists = yes ai = yes owns = 594 } - } - - allow = { - war = no - is_sphere_leader_of = SGM - OR = { - AND = { - SGM = { - vassal_of = THIS - average_militancy = 1 - } - nationalism_n_imperialism = 1 - } - NOT = { - SGM = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } - - effect = { - diplomatic_influence = { who = SGM value = -400 } - release = SGM - leave_alliance = SGM - 594 = { - remove_core = SGM - add_core = THIS - } - inherit = SGM - } - ai_will_do = { factor = 1 } - } - - - access_to_the_rhine = { - picture = marching_soldiers - potential = { - OR = { - tag = PRU - tag = NGF - } - any_owned_province = { - OR = { - region = PRU_581 - region = PRU_578 - region = PRU_575 - region = PRU_570 - } - } - NOT = { owns = 566 } - NOT = { owns = 568 } - NOT = { owns = 537 } - NOT = { owns = 536 } - NOT = { owns = 537 } - NOT = { owns = 534 } - NOT = { owns = 535 } - NOT = { owns = 539 } - 566 = { owner = { ai = yes NOT = { in_sphere = THIS } alliance_with = THIS } } - NOT = { military_access = HEK } - NOT = { 566 = { is_core = THIS } } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - badboy = 2 - 566 = { owner = { relation = { who = THIS value = -400 } leave_alliance = THIS } } - 566 = { add_core = THIS } - 568 = { add_core = THIS } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - + ems_dispatch = { + picture = ems_dispatch + potential = { + NOT = { + has_country_flag = ems_dispatch_sent + } + OR = { + tag = PRU + tag = NGF + } + FRA = { + any_owned_province = { is_core = GER } + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + allow = { + war = no + OR = { + steel_breech_loaded_artillery = 1 + machine_guns = 1 + } + FRA = { + war = no + NOT = { truce_with = THIS } + NOT = { + relation = { who = THIS value = 100 } + } + } + } + + effect = { + prestige = 5 + FRA = { country_event = 19200 } + set_country_flag = ems_dispatch_sent + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + has_country_modifier = law_changed_by_force + } + modifier = { + factor = 0 + OR = { + war_exhaustion = 5 + num_of_revolts = 1 + is_disarmed = yes + FRA = { brigades_compare = 1.5 } + } + } + } + } + + construct_germania_werft = { + picture = construct_germania_werft + potential = { + NOT = { has_global_flag = germania_werft_has_been_built } + OR = { + tag = PRU + tag = GER + tag = NGF + } + owns = 369 + } + + allow = { + steel_steamers = 1 + money = 51000 + } + + effect = { + set_global_flag = germania_werft_has_been_built + prestige = 10 + treasury = -50000 + 369 = { + naval_base = 6 + add_province_modifier = { name = germania_werft duration = -1 } + } + } + } + + support_ruhr_industrialism = { + potential = { + has_country_flag = prussian_germany + OR = { + tag = PRU + tag = GER + tag = NGF + } + NOT = { + tech_school = prussian_tech_school + } + } + + allow = { + regenerative_furnaces = 1 + iron_breech_loaded_artillery = 1 + state_n_government = 1 + industrial_score = 150 + owns = 577 + owns = 578 + owns = 2561 + owns = 576 + owns = 575 + 575 = { + state_scope = { + has_building = steel_factory + } + } + } + + effect = { + tech_school = prussian_tech_school + prestige = 5 + } + } + + die_wacht_am_rhein = { + picture = die_wacht_am_rhein + potential = { + OR = { + tag = GER + tag = NGF + tag = PRU + } + NOT = { has_global_flag = watching_the_rhine } + OR = { + has_country_flag = french_claimed_the_rhine + NOT = { relation = { who = FRA value = 0 } } + 575 = { owner = { NOT = { is_culture_group = germanic } } } + 576 = { owner = { NOT = { is_culture_group = germanic } } } + 577 = { owner = { NOT = { is_culture_group = germanic } } } + 572 = { owner = { NOT = { is_culture_group = germanic } } } + PRU_578 = { owner = { NOT = { is_culture_group = germanic } } } + PRU_570 = { owner = { NOT = { is_culture_group = germanic } } } + BAD_586 = { owner = { NOT = { is_culture_group = germanic } } } + WUR_589 = { owner = { NOT = { is_culture_group = germanic } } } + HES_2560 = { owner = { NOT = { is_culture_group = germanic } } } + } + } + + allow = { + romanticism = 1 + state_n_government = 1 + } + + effect = { + prestige = 5 + badboy = -1 + set_global_flag = watching_the_rhine + any_pop = { + limit = { is_culture_group = germanic } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } + } + + niederwald_denkmal = { + potential = { + tag = GER + has_global_flag = watching_the_rhine + NOT = { + has_country_flag = niederwald_denkmal + } + } + + allow = { + war = no + owns = 565 + is_greater_power = yes + nationalism_n_imperialism = 1 + } + + effect = { + any_pop = { + militancy = -2 + } + badboy = -3 + set_country_flag = niederwald_denkmal + } + } + + schwabing_circles = { + potential = { + OR = { + tag = BAV + tag = SGF + tag = GER + } + owns = 599 + NOT = { + has_country_flag = schwabing_encircled + } + } + allow = { + expressionism = 1 + } + effect = { + prestige = 20 + set_country_flag = schwabing_encircled + } + } + + support_biesterfelds = { + potential = { + tag = LIP + year = 1880 + NOT = { + has_country_flag = lippe_dispute_solved + } + exists = PRU + } + + allow = { + is_independant = yes + } + + effect = { + prestige = 5 + set_country_flag = lippe_dispute_solved + } + } + + support_schaumburgs = { + potential = { + tag = LIP + year = 1880 + NOT = { + has_country_flag = lippe_dispute_solved + } + exists = PRU + } + + allow = { + is_independant = yes + } + + effect = { + relation = { + who = PRU + value = 50 + } + set_country_flag = lippe_dispute_solved + } + } + + das_zivilgesetzbuch = { + picture = das_zivilgesetzbuch + potential = { + tag = HES + NOT = { + has_country_flag = code_of_laws + } + } + + allow = { + ideological_thought = 1 + } + + effect = { + prestige = 5 + years_of_research = 0.05 + any_pop = { + militancy = -1 + } + set_country_flag = code_of_laws + } + } + + kaiser_wilhelms_land = { + picture = kaiser_wilhelms_land + potential = { + tag = GER + has_country_flag = prussian_germany + owns = 1531 + owns = 2530 + owns = 2531 + owns = 2537 + NOT = { + has_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben + has_global_flag = bismarck_islands_german + } + } + + allow = { + invention = mission_to_civilize + } + + effect = { + prestige = 10 + 1531 = { change_province_name = "Neu-Mecklenburg" } + 2537 = { change_province_name = "Neu-Pommern" } + 2858 = { change_province_name = "Bismarck Sea" } + 2531 = { + change_province_name = "Friedrich-Wilhelmshafen" + state_scope = { + change_region_name = "Kaiser-Wilhelms-Land" + } + } + set_global_flag = wir_wollen_unseren_alten_kaiser_wilhelm_wiederhaben + } + } + + the_heligoland_question = { + potential = { + tag = GER + NOT = { has_country_flag = has_questioned_heligoland } + 533 = { NOT = { is_core = GER } } + } + + allow = { + mass_politics = 1 + OR = { + is_greater_power = yes + invention = national_fraternity + } + OR = { + AND = { + 2013 = { empty = no } + 2015 = { empty = no } + } + owns = 2081 + } + } + + effect = { + 533 = { + add_core = GER # Heligoland is my last territorial demand! + add_core = ENG + } + set_country_flag = has_questioned_heligoland + } + } + #Convert to repeatable so modifier comes back + construct_the_walhalla = { + picture = construct_the_walhalla + potential = { + OR = { + tag = BAV + tag = SGF + tag = GER + } + owns = 602 + NOT = { + has_global_flag = the_walhalla_is_built + } + } + + allow = { + romanticism = 1 + } + + effect = { + 602 = { + add_province_modifier = { + name = the_walhalla + duration = -1 + } + } + set_global_flag = the_walhalla_is_built + } + } + + introduce_the_presbyteries = { + picture = introduce_the_presbyteries + potential = { + tag = HAN + NOT = { + has_country_flag = presbyteries_introduced + } + } + allow = { + average_militancy = 3 + NOT = { + vassal_of = ENG + } + } + + effect = { + any_pop = { + limit = { + has_pop_religion = protestant + } + militancy = -1 + } + set_country_flag = presbyteries_introduced + } + } + + von_moltkes_staff_reforms = { + potential = { + has_country_flag = prussian_germany + OR = { + tag = PRU + tag = GER + tag = NGF + } + NOT = { + has_country_flag = von_moltke + } + } + allow = { + army_decision_making = 1 + } + effect = { + add_country_modifier = { + name = prussian_general_staff + duration = 5475 + } + prestige = 5 + set_country_flag = von_moltke + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + war = no + } + } + } + + the_ruhr_boom = { + picture = essen_ruhr + potential = { + OR = { + tag = PRU + tag = GER + tag = NGF + } + owns = 578 + owns = 2561 + owns = 575 + NOT = { has_global_flag = ruhr_boom_has_happened } + } + + allow = { + market_structure = 1 + organized_factories = 1 + early_railroad = 1 + } + + effect = { + add_country_modifier = { + name = ruhr_boom + duration = 3650 + } + set_global_flag = ruhr_boom_has_happened + } + } + + league_of_three_emperors = { + potential = { + tag = GER + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + AUS = { + exists = yes + NOT = { any_core = { owned_by = GER } } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + RUS = { + exists = yes + NOT = { any_core = { owned_by = GER } } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + NOT = { has_country_flag = league_of_three_emperors } + } + + allow = { + revolution_n_counterrevolution = 1 + war = no + NOT = { truce_with = AUS } + NOT = { war_with = AUS } + NOT = { truce_with = RUS } + NOT = { war_with = RUS } + } + + effect = { + set_country_flag = league_of_three_emperors + AUS = { country_event = 33020 } + RUS = { country_event = 33020 } + } + } + + league_of_three_emperors2 = { + picture = league_of_three_emperors + potential = { + tag = GER + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + KUK = { + exists = yes + NOT = { any_core = { owned_by = GER } } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + RUS = { + exists = yes + NOT = { any_core = { owned_by = GER } } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + NOT = { has_country_flag = league_of_three_emperors } + } + + allow = { + revolution_n_counterrevolution = 1 + war = no + NOT = { truce_with = KUK } + NOT = { war_with = KUK } + NOT = { truce_with = RUS } + NOT = { war_with = RUS } + } + + effect = { + set_country_flag = league_of_three_emperors + KUK = { country_event = 33020 } + RUS = { country_event = 33020 } + } + } + + reclaim_poland_GER = { + picture = become_poland + potential = { + OR = { + tag = PRU + tag = NGF + tag = GER + } + OR = { + 684 = { NOT = { is_core = GER } } + 685 = { NOT = { is_core = GER } } + 690 = { NOT = { is_core = GER } } + 699 = { NOT = { is_core = GER } } + } + } + + allow = { + war = no + is_disarmed = no + NOT = { has_country_modifier = no_more_war } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + AND = { + any_owned_province = { + OR = { + region = PRU_690 + region = PRU_701 + region = PRU_682 + region = PRU_695 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + } + war_policy = jingoism + } + } + } + + effect = { + badboy = 5 + random_owned = { + limit = { + OR = { + owner = { government = fascist_dictatorship } + owner = { government = proletarian_dictatorship } + } + } + PRU_690 = { add_core = GER } + PRU_701 = { add_core = GER } + PRU_682 = { add_core = GER } + PRU_695 = { add_core = GER } + 684 = { add_core = GER } + 685 = { add_core = GER } + } + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + } + add_core = THIS + add_core = GER + } + any_country = { + limit = { + any_owned_province = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + appoint_von_bismarck = { + picture = appoint_von_bismarck + potential = { + has_country_flag = prussian_germany + OR = { + tag = PRU + tag = NGF + tag = GER + } + OR = { + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + year = 1875 + has_country_flag = von_bismarck_appointed + } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + } + + effect = { + set_country_flag = von_bismarck_appointed + add_country_modifier = { + name = otto_von_bismarck + duration = 7300 + } + any_pop = { + limit = { is_culture_group = germanic } + militancy = -3 + dominant_issue = { + factor = 0.2 + value = jingoism + } + } + } + } + + reclaim_alsace_lorraine = { + picture = reichsland_elsass + potential = { + has_country_flag = lost_alsace_lorraine + 412 = { + NOT = { + is_core = GER + owned_by = GER + } + } + } + + allow = { + tag = GER + is_greater_power = yes + 412 = { owner = { NOT = { truce_with = THIS } } } + OR = { + war_policy = jingoism + 412 = { owner = { war_with = THIS } } + } + } + + effect = { + clr_country_flag = lost_alsace_lorraine + badboy = 5 + FRA_412 = { add_core = GER } + random_country = { + limit = { + owns = 412 + NOT = { tag = THIS } + } + relation = { who = GER value = -100 } + leave_alliance = GER + casus_belli = { + target = THIS + type = cut_down_to_size + months = 24 + } + casus_belli = { + target = THIS + type = humiliate + months = 24 + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + purchase_spanish_pacific = { + picture = treaty_signing + potential = { + primary_culture = north_german + is_greater_power = yes + nationalism_n_imperialism = 1 + any_owned_province = { + is_core = GER + port = yes + } + 1455 = { + NOT = { owned_by = SPA } + NOT = { owned_by = SPC } + owner = { + NOT = { vassal_of = SPC } + NOT = { vassal_of = SPA } + } + } + OR = { + SPA = { + is_greater_power = no + any_owned_province = { + OR = { + region = SPA_610 + region = SPA_2517 + } + } + } + SPC = { + is_greater_power = no + any_owned_province = { + OR = { + region = SPA_610 + region = SPA_2517 + } + } + } + } + NOT = { + has_global_flag = tried_to_buy_spanish_pacific + #any_owned_province = { continent = oceania } + } + } + + allow = { + money = 50000 + OR = { + biologism = 1 + military_logistics = 1 + steel_steamers = 1 + } + NOT = { + truce_with = SPA + SPA = { war = yes } + truce_with = SPC + SPC = { war = yes } + } + } + + effect = { + set_global_flag = tried_to_buy_spanish_pacific + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + any_owned_province = { + OR = { + region = SPA_610 + region = SPA_2517 + } + } + } + country_event = 33025 + } + } + } + + annex_sigmaringen = { + picture = declare_republic_of_neuchatel + potential = { + has_country_flag = prussian_germany + OR = { + tag = PRU + tag = NGF + tag = GER + } + NOT = { owns = 594 } + owns = 549 + SGM = { exists = yes ai = yes owns = 594 } + } + + allow = { + war = no + is_sphere_leader_of = SGM + OR = { + AND = { + SGM = { + vassal_of = THIS + average_militancy = 1 + } + nationalism_n_imperialism = 1 + } + NOT = { + SGM = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } + + effect = { + diplomatic_influence = { who = SGM value = -400 } + release = SGM + leave_alliance = SGM + 594 = { + remove_core = SGM + add_core = THIS + } + inherit = SGM + } + ai_will_do = { factor = 1 } + } + + + access_to_the_rhine = { + picture = marching_soldiers + potential = { + OR = { + tag = PRU + tag = NGF + } + any_owned_province = { + OR = { + region = PRU_581 + region = PRU_578 + region = PRU_575 + region = PRU_570 + } + } + NOT = { owns = 566 } + NOT = { owns = 568 } + NOT = { owns = 537 } + NOT = { owns = 536 } + NOT = { owns = 537 } + NOT = { owns = 534 } + NOT = { owns = 535 } + NOT = { owns = 539 } + 566 = { owner = { ai = yes NOT = { in_sphere = THIS } alliance_with = THIS } } + NOT = { military_access = HEK } + NOT = { 566 = { is_core = THIS } } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + badboy = 2 + 566 = { owner = { relation = { who = THIS value = -400 } leave_alliance = THIS } } + 566 = { add_core = THIS } + 568 = { add_core = THIS } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + #Luderitz Expedition luderitz_expedition = { - picture = luderitz_expedition - potential = { - NOT = { invention = the_dark_continent } - OR = { - primary_culture = north_german - primary_culture = south_german - } - 2084 = { empty = yes } - 2085 = { empty = yes } - 2086 = { empty = yes } - 2083 = { empty = no } - 2095 = { empty = no } - 2077 = { empty = no } - year = 1850 - slavery = no_slavery - } - - allow = { - total_pops = 1000000 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - owns = 539 - war = no - nationalism_n_imperialism = 1 - total_num_of_ports = 10 - total_amount_of_ships = 10 - money = 100000 - OR = { - naval_statistics = 1 - steel_steamers = 1 - } - } - - effect = { - prestige = 2 - treasury = -100000 - set_country_flag = founding_german_namibia - 2084 = { secede_province = THIS change_province_name = "Lüderitzbucht" any_pop = { literacy = -0.99 } life_rating = 21 } - 2086 = { secede_province = THIS change_province_name = "Keetmanshoop" any_pop = { literacy = -0.99 } life_rating = 25 } - 2085 = { secede_province = THIS change_province_name = "Maltahöhe" any_pop = { literacy = -0.99 } life_rating = 25 } - 2080 = { secede_province = THIS change_province_name = "Grootfontein" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } - 2082 = { secede_province = THIS change_province_name = "Gobabis" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } - 2079 = { secede_province = THIS change_province_name = "Swakopmund" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } - 2078 = { secede_province = THIS change_province_name = "Windhoek" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 25 } - } - - ai_will_do = { factor = 1 } + picture = luderitz_expedition + potential = { + NOT = { invention = the_dark_continent } + OR = { + primary_culture = north_german + primary_culture = south_german + } + 2084 = { empty = yes } + 2085 = { empty = yes } + 2086 = { empty = yes } + 2083 = { empty = no } + 2095 = { empty = no } + 2077 = { empty = no } + year = 1850 + slavery = no_slavery + } + + allow = { + total_pops = 1000000 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + owns = 539 + war = no + nationalism_n_imperialism = 1 + total_num_of_ports = 10 + total_amount_of_ships = 10 + money = 100000 + OR = { + naval_statistics = 1 + steel_steamers = 1 + } + } + + effect = { + prestige = 2 + treasury = -100000 + set_country_flag = founding_german_namibia + 2084 = { secede_province = THIS change_province_name = "Lüderitzbucht" any_pop = { literacy = -0.99 } life_rating = 21 } + 2086 = { secede_province = THIS change_province_name = "Keetmanshoop" any_pop = { literacy = -0.99 } life_rating = 25 } + 2085 = { secede_province = THIS change_province_name = "Maltahöhe" any_pop = { literacy = -0.99 } life_rating = 25 } + 2080 = { secede_province = THIS change_province_name = "Grootfontein" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } + 2082 = { secede_province = THIS change_province_name = "Gobabis" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } + 2079 = { secede_province = THIS change_province_name = "Swakopmund" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 21 } + 2078 = { secede_province = THIS change_province_name = "Windhoek" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } life_rating = 25 } + } + + ai_will_do = { factor = 1 } } #Claim Togoland claim_togoland = { - picture = map_togo - potential = { - capital_scope = { continent = europe } - NOT = { invention = the_dark_continent } - year = 1850 - NOT = { tag = RUS } - NOT = { tag = TUR } - 1914 = { empty = yes } - 1915 = { empty = yes } - slavery = no_slavery - NOT = { has_global_flag = togo_organized } - has_global_flag = berlin_conference - } - - allow = { - total_pops = 2000000 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - war = no - total_num_of_ports = 10 - total_amount_of_ships = 10 - money = 200000 - OR = { - 1901 = { owner = { civilized = yes } } - 1922 = { owner = { civilized = yes } } - 1913 = { owner = { civilized = yes } } - } - OR = { - AND = { - colonial_nation = no - blue_and_brown_water_schools = 1 - } - AND = { - colonial_nation = yes - blue_and_brown_water_schools = 1 - military_logistics = 1 - } - } - } - - effect = { - prestige = 2 - treasury = -200000 - 1916 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1915 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1914 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1917 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - 1918 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } - random_owned = { - limit = { owner = { is_culture_group = germanic } } - owner = { - 1915 = { change_province_name = "Misahöhe" } - } - } - } - - ai_will_do = { factor = 1 } + picture = map_togo + potential = { + capital_scope = { continent = europe } + NOT = { invention = the_dark_continent } + year = 1850 + NOT = { tag = RUS } + NOT = { tag = TUR } + 1914 = { empty = yes } + 1915 = { empty = yes } + slavery = no_slavery + NOT = { has_global_flag = togo_organized } + has_global_flag = berlin_conference + } + + allow = { + total_pops = 2000000 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + war = no + total_num_of_ports = 10 + total_amount_of_ships = 10 + money = 200000 + OR = { + 1901 = { owner = { civilized = yes } } + 1922 = { owner = { civilized = yes } } + 1913 = { owner = { civilized = yes } } + } + OR = { + AND = { + colonial_nation = no + blue_and_brown_water_schools = 1 + } + AND = { + colonial_nation = yes + blue_and_brown_water_schools = 1 + military_logistics = 1 + } + } + } + + effect = { + prestige = 2 + treasury = -200000 + 1916 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1915 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1914 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1917 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + 1918 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 25 } + random_owned = { + limit = { owner = { is_culture_group = germanic } } + owner = { + 1915 = { change_province_name = "Misahöhe" } + } + } + } + + ai_will_do = { factor = 1 } } #Core Heligoland core_heligoland = { - picture = the_heligoland_question - potential = { - 533 = { NOT = { is_core = GER } } - owns = 533 - OR = { - primary_culture = north_german - primary_culture = south_german - } - NOT = { has_global_flag = heligoland_claimed } - } - - allow = { - nationalism_n_imperialism = 1 - } - - effect = { - set_global_flag = heligoland_claimed - 533 = { - remove_core = ENG - add_core = GER - } - } - - ai_will_do = { factor = 1 } + picture = the_heligoland_question + potential = { + 533 = { NOT = { is_core = GER } } + owns = 533 + OR = { + primary_culture = north_german + primary_culture = south_german + } + NOT = { has_global_flag = heligoland_claimed } + } + + allow = { + nationalism_n_imperialism = 1 + } + + effect = { + set_global_flag = heligoland_claimed + 533 = { + remove_core = ENG + add_core = GER + } + } + + ai_will_do = { factor = 1 } } -# sudeteland_exchange = { -# picture = treaty_signing -# potential = { -# OR = { -# tag = NGF -# tag = PRU -# tag = GER -# } -# owns = 631 -# owns = 632 -# owns = 688 -# owns = 689 -# owns = 2584 -# NOT = { owns = 625 } -# NOT = { has_country_flag = sudeteland_treaty } -# 625 = { -# owner = { -# ai = yes -# owns = 627 -# owns = 628 -# owns = 629 -# } -# } -# } -# -# allow = { -# war = no -# money = 45000 -# } -# -# effect = { -# set_country_flag = sudeteland_treaty -# 625 = { -# owner = { -# treasury = 40000 -# relation = { who = THIS value = 100 } -# 631 = { secede_province = THIS } -# 632 = { secede_province = THIS } -# 689 = { secede_province = THIS } -# 2584 = { secede_province = THIS } -# } -# } -# 627 = { secede_province = THIS } -# 628 = { secede_province = THIS } -# 629 = { secede_province = THIS } -# } -# } +# sudeteland_exchange = { +# picture = treaty_signing +# potential = { +# OR = { +# tag = NGF +# tag = PRU +# tag = GER +# } +# owns = 631 +# owns = 632 +# owns = 688 +# owns = 689 +# owns = 2584 +# NOT = { owns = 625 } +# NOT = { has_country_flag = sudeteland_treaty } +# 625 = { +# owner = { +# ai = yes +# owns = 627 +# owns = 628 +# owns = 629 +# } +# } +# } +# +# allow = { +# war = no +# money = 45000 +# } +# +# effect = { +# set_country_flag = sudeteland_treaty +# 625 = { +# owner = { +# treasury = 40000 +# relation = { who = THIS value = 100 } +# 631 = { secede_province = THIS } +# 632 = { secede_province = THIS } +# 689 = { secede_province = THIS } +# 2584 = { secede_province = THIS } +# } +# } +# 627 = { secede_province = THIS } +# 628 = { secede_province = THIS } +# 629 = { secede_province = THIS } +# } +# } } diff --git a/HPM/decisions/Government_flavor.txt b/HPM/decisions/Government_flavor.txt index b16e880e..02e45abe 100644 --- a/HPM/decisions/Government_flavor.txt +++ b/HPM/decisions/Government_flavor.txt @@ -1,284 +1,284 @@ political_decisions = { - dissolve_the_upper_house = { - picture = dissolve_the_parliament - potential = { - NOT = { has_country_modifier = interment_camps } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - government = absolute_monarchy - upper_house_composition = appointed - NOT = { has_country_flag = dissolving_parliament } - } - - allow = { - war = no - prestige = 5 - NOT = { has_country_modifier = national_confusion } - } - - effect = { - plurality = -10 - prestige = -5 - country_event = 11001 - add_country_modifier = { name = national_confusion duration = 1095 } - set_country_flag = dissolving_parliament - random = { - chance = 25 - badboy = 0.5 - } - any_pop = { - limit = { - strata = rich - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 3 - consciousness = 6 - dominant_issue = { - value = landed_voting - factor = 0.25 - } - } - } - ai_will_do = { factor = 0 } - } - - start_propaganda = { - picture = british_propaganda - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - invention = mass_advertising - associationism = 1 - } - NOT = { has_country_flag = propaganda_program } - } - - allow = { - plurality = 8 - literacy = 0.3 - NOT = { has_country_modifier = government_propaganda } - NOT = { has_country_modifier = war_propaganda } - OR = { - vote_franschise = none_voting - war = yes - } - OR = { - AND = { - not = { total_pops = 1000000 } - money = 30000 - } - AND = { - total_pops = 1000000 - not = { total_pops = 2000000 } - money = 50000 - } - AND = { - total_pops = 2000000 - not = { total_pops = 3000000 } - money = 100000 - } - AND = { - total_pops = 3000000 - not = { total_pops = 4000000 } - money = 150000 - } - AND = { - total_pops = 4000000 - not = { total_pops = 5000000 } - money = 200000 - } - AND = { - total_pops = 5000000 - money = 250000 - } - AND = { - total_pops = 10000000 - money = 500000 - } - } - } - - effect = { - plurality = -8 - random_owned = { - limit = { - owner = { - not = { total_pops = 1000000 } - } - } - owner = { treasury = -30000 } - } - random_owned = { - limit = { - owner = { - total_pops = 1000000 - not = { total_pops = 2000000 } - } - } - owner = { treasury = -50000 } - } - random_owned = { - limit = { - owner = { - total_pops = 2000000 - not = { total_pops = 3000000 } - } - } - owner = { treasury = -100000 } - } - random_owned = { - limit = { - owner = { - total_pops = 3000000 - not = { total_pops = 4000000 } - } - } - owner = { treasury = -150000 } - } - random_owned = { - limit = { - owner = { - total_pops = 4000000 - not = { total_pops = 5000000 } - } - } - owner = { treasury = -200000 } - } - random_owned = { - limit = { - owner = { - total_pops = 5000000 - NOT = { total_pops = 10000000 } - } - } - owner = { treasury = -250000 } - } - random_owned = { - limit = { - owner = { total_pops = 10000000 } - } - owner = { treasury = 500000 } - } - country_event = 11002 - set_country_flag = propaganda_program - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { war_countries = { is_greater_power = yes } } - } - modifier = { - factor = 0 - badboy = 0.7 - } - modifier = { - factor = 0 - NOT = { war_exhaustion = 20 } - } - } - } - - send_pleasantries_to_great_power = { - picture = royal_gift - alert = no - potential = { - NOT = { is_greater_power = yes } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - prestige = 25 - money = 25000 - NOT = { has_country_modifier = law_changed_by_force } - is_vassal = no - } - - effect = { - prestige = -25 - treasury = -25000 - add_country_modifier = { name = law_changed_by_force duration = 3650 } - random_owned = { - limit = { - owner = { part_of_sphere = yes } - } - owner = { - sphere_owner = { - relation = { who = THIS value = 50 } - diplomatic_influence = { who = THIS value = 50 } - } - } - } - random_owned = { - limit = { - owner = { - part_of_sphere = no - any_greater_power = { neighbour = THIS } - } - } - owner = { - random_country = { - limit = { - neighbour = THIS - is_greater_power = yes - } - relation = { who = THIS value = 50 } - diplomatic_influence = { who = THIS value = 50 } - } - } - } - - random_owned = { - limit = { - owner = { - part_of_sphere = no - NOT = { any_greater_power = { neighbour = THIS } } - } - } - owner = { - random_country = { - limit = { is_greater_power = yes } - relation = { who = THIS value = 50 } - diplomatic_influence = { who = THIS value = 50 } - } - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - has_country_modifier = benefactor_ai - has_country_modifier = coward_ai - } - } - - modifier = { - factor = 0 - num_of_cities = 30 - } - - modifier = { - factor = 0 - total_pops = 4000000 - } - } - } + dissolve_the_upper_house = { + picture = dissolve_the_parliament + potential = { + NOT = { has_country_modifier = interment_camps } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + government = absolute_monarchy + upper_house_composition = appointed + NOT = { has_country_flag = dissolving_parliament } + } + + allow = { + war = no + prestige = 5 + NOT = { has_country_modifier = national_confusion } + } + + effect = { + plurality = -10 + prestige = -5 + country_event = 11001 + add_country_modifier = { name = national_confusion duration = 1095 } + set_country_flag = dissolving_parliament + random = { + chance = 25 + badboy = 0.5 + } + any_pop = { + limit = { + strata = rich + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 3 + consciousness = 6 + dominant_issue = { + value = landed_voting + factor = 0.25 + } + } + } + ai_will_do = { factor = 0 } + } + + start_propaganda = { + picture = british_propaganda + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + invention = mass_advertising + associationism = 1 + } + NOT = { has_country_flag = propaganda_program } + } + + allow = { + plurality = 8 + literacy = 0.3 + NOT = { has_country_modifier = government_propaganda } + NOT = { has_country_modifier = war_propaganda } + OR = { + vote_franschise = none_voting + war = yes + } + OR = { + AND = { + not = { total_pops = 1000000 } + money = 30000 + } + AND = { + total_pops = 1000000 + not = { total_pops = 2000000 } + money = 50000 + } + AND = { + total_pops = 2000000 + not = { total_pops = 3000000 } + money = 100000 + } + AND = { + total_pops = 3000000 + not = { total_pops = 4000000 } + money = 150000 + } + AND = { + total_pops = 4000000 + not = { total_pops = 5000000 } + money = 200000 + } + AND = { + total_pops = 5000000 + money = 250000 + } + AND = { + total_pops = 10000000 + money = 500000 + } + } + } + + effect = { + plurality = -8 + random_owned = { + limit = { + owner = { + not = { total_pops = 1000000 } + } + } + owner = { treasury = -30000 } + } + random_owned = { + limit = { + owner = { + total_pops = 1000000 + not = { total_pops = 2000000 } + } + } + owner = { treasury = -50000 } + } + random_owned = { + limit = { + owner = { + total_pops = 2000000 + not = { total_pops = 3000000 } + } + } + owner = { treasury = -100000 } + } + random_owned = { + limit = { + owner = { + total_pops = 3000000 + not = { total_pops = 4000000 } + } + } + owner = { treasury = -150000 } + } + random_owned = { + limit = { + owner = { + total_pops = 4000000 + not = { total_pops = 5000000 } + } + } + owner = { treasury = -200000 } + } + random_owned = { + limit = { + owner = { + total_pops = 5000000 + NOT = { total_pops = 10000000 } + } + } + owner = { treasury = -250000 } + } + random_owned = { + limit = { + owner = { total_pops = 10000000 } + } + owner = { treasury = 500000 } + } + country_event = 11002 + set_country_flag = propaganda_program + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { war_countries = { is_greater_power = yes } } + } + modifier = { + factor = 0 + badboy = 0.7 + } + modifier = { + factor = 0 + NOT = { war_exhaustion = 20 } + } + } + } + + send_pleasantries_to_great_power = { + picture = royal_gift + alert = no + potential = { + NOT = { is_greater_power = yes } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + prestige = 25 + money = 25000 + NOT = { has_country_modifier = law_changed_by_force } + is_vassal = no + } + + effect = { + prestige = -25 + treasury = -25000 + add_country_modifier = { name = law_changed_by_force duration = 3650 } + random_owned = { + limit = { + owner = { part_of_sphere = yes } + } + owner = { + sphere_owner = { + relation = { who = THIS value = 50 } + diplomatic_influence = { who = THIS value = 50 } + } + } + } + random_owned = { + limit = { + owner = { + part_of_sphere = no + any_greater_power = { neighbour = THIS } + } + } + owner = { + random_country = { + limit = { + neighbour = THIS + is_greater_power = yes + } + relation = { who = THIS value = 50 } + diplomatic_influence = { who = THIS value = 50 } + } + } + } + + random_owned = { + limit = { + owner = { + part_of_sphere = no + NOT = { any_greater_power = { neighbour = THIS } } + } + } + owner = { + random_country = { + limit = { is_greater_power = yes } + relation = { who = THIS value = 50 } + diplomatic_influence = { who = THIS value = 50 } + } + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + has_country_modifier = benefactor_ai + has_country_modifier = coward_ai + } + } + + modifier = { + factor = 0 + num_of_cities = 30 + } + + modifier = { + factor = 0 + total_pops = 4000000 + } + } + } } diff --git a/HPM/decisions/Gran Colombia.txt b/HPM/decisions/Gran Colombia.txt index 2418049b..b510a38b 100644 --- a/HPM/decisions/Gran Colombia.txt +++ b/HPM/decisions/Gran Colombia.txt @@ -1,155 +1,155 @@ political_decisions = { - - gran_colombia_by_sword = { - picture = unite_gran_colombia - potential = { - OR = { - tag = CLM - tag = ECU - tag = VNZ - } - NOT = { - exists = GCO - has_country_flag = we_shall_unite_by_sword - } - } - - allow = { - nationalism_n_imperialism = 1 - is_greater_power = yes - war_policy = jingoism - war = no - } - - effect = { - set_country_flag = we_shall_unite_by_sword - CLM = { all_core = { add_core = THIS } } - ECU = { all_core = { add_core = THIS } } - VNZ = { all_core = { add_core = THIS } } - } - ai_will_do = { - factor = 1 - } - } - - form_gran_colombia = { - picture = form_gran_colombia - potential = { - OR = { - tag = CLM - tag = ECU - tag = VNZ - } - NOT = { exists = GCO } - } - - allow = { - war = no - prestige = 50 - nationalism_n_imperialism = 1 - CLM = { - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - province_id = 2243 - province_id = 2242 - } - } - } - } - ECU = { - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - province_id = 2243 - province_id = 2242 - } - } - } - } - VNZ = { - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - province_id = 2243 - province_id = 2242 - } - } - } - } - } - - effect = { - prestige = 10 - CLM = { - all_core = { add_core = GCO } - } - ECU = { - all_core = { add_core = GCO } - } - VNZ = { - all_core = { add_core = GCO } - } - PNM = { - all_core = { add_core = GCO } - } - COS = { - all_core = { add_core = GCO } - } - # some early claims we can roll with for future colombian lebensraum - 2401 = { add_core = GCO } - any_country = { - limit = { - ai = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - any_owned = { - limit = { is_core = GCO } - secede_province = THIS - } - } - random_country = { - limit = { - tag = CLM - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = ECU - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = VNZ - exists = yes - ai = no - } - country_event = 11101 - } - change_tag = GCO - } - - ai_will_do = { - factor = 1 - } - } + gran_colombia_by_sword = { + picture = unite_gran_colombia + potential = { + OR = { + tag = CLM + tag = ECU + tag = VNZ + } + NOT = { + exists = GCO + has_country_flag = we_shall_unite_by_sword + } + } + + allow = { + nationalism_n_imperialism = 1 + is_greater_power = yes + war_policy = jingoism + war = no + } + + effect = { + set_country_flag = we_shall_unite_by_sword + CLM = { all_core = { add_core = THIS } } + ECU = { all_core = { add_core = THIS } } + VNZ = { all_core = { add_core = THIS } } + } + + ai_will_do = { + factor = 1 + } + } + + form_gran_colombia = { + picture = form_gran_colombia + potential = { + OR = { + tag = CLM + tag = ECU + tag = VNZ + } + NOT = { exists = GCO } + } + + allow = { + war = no + prestige = 50 + nationalism_n_imperialism = 1 + CLM = { + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + province_id = 2243 + province_id = 2242 + } + } + } + } + ECU = { + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + province_id = 2243 + province_id = 2242 + } + } + } + } + VNZ = { + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + province_id = 2243 + province_id = 2242 + } + } + } + } + } + + effect = { + prestige = 10 + CLM = { + all_core = { add_core = GCO } + } + ECU = { + all_core = { add_core = GCO } + } + VNZ = { + all_core = { add_core = GCO } + } + PNM = { + all_core = { add_core = GCO } + } + COS = { + all_core = { add_core = GCO } + } + # some early claims we can roll with for future colombian lebensraum + 2401 = { add_core = GCO } + any_country = { + limit = { + ai = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + any_owned = { + limit = { is_core = GCO } + secede_province = THIS + } + } + random_country = { + limit = { + tag = CLM + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = ECU + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = VNZ + exists = yes + ai = no + } + country_event = 11101 + } + change_tag = GCO + } + + ai_will_do = { + factor = 1 + } + } } diff --git a/HPM/decisions/GreatPowers.txt b/HPM/decisions/GreatPowers.txt index f470bf52..d1c1eaa1 100644 --- a/HPM/decisions/GreatPowers.txt +++ b/HPM/decisions/GreatPowers.txt @@ -1,140 +1,140 @@ political_decisions = { - egyptological_excavations = { - picture = egyptological_excavations - potential = { - civilized = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - 1767 = { owner = { is_greater_power = no } } - NOT = { - tag = EGY - 1767 = { owner = { in_sphere = THIS } } - has_global_flag = tutankhamun_found - has_country_modifier = egyptian_excavations - has_country_modifier = international_negotiations - } - } + egyptological_excavations = { + picture = egyptological_excavations + potential = { + civilized = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + 1767 = { owner = { is_greater_power = no } } + NOT = { + tag = EGY + 1767 = { owner = { in_sphere = THIS } } + has_global_flag = tutankhamun_found + has_country_modifier = egyptian_excavations + has_country_modifier = international_negotiations + } + } - allow = { - prestige = 25 - 1767 = { owner = { NOT = { truce_with = THIS war_with = THIS } } } - } + allow = { + prestige = 25 + 1767 = { owner = { NOT = { truce_with = THIS war_with = THIS } } } + } - effect = { - 1767 = { owner = { country_event = { id=19040 days=0 } } } - add_country_modifier = { - name = international_negotiations - duration = 730 - } - } - } + effect = { + 1767 = { owner = { country_event = { id=19040 days=0 } } } + add_country_modifier = { + name = international_negotiations + duration = 730 + } + } + } - forced_egyptological_excavations = { - picture = forced_egyptological_excavations - potential = { - civilized = yes - nationalism_n_imperialism = 1 - OR = { - owns = 1767 - 1767 = { owner = { in_sphere = THIS } } - } - NOT = { - has_global_flag = tutankhamun_found - has_country_modifier = egyptian_excavations - } - } + forced_egyptological_excavations = { + picture = forced_egyptological_excavations + potential = { + civilized = yes + nationalism_n_imperialism = 1 + OR = { + owns = 1767 + 1767 = { owner = { in_sphere = THIS } } + } + NOT = { + has_global_flag = tutankhamun_found + has_country_modifier = egyptian_excavations + } + } - allow = { - civilized = yes - OR = { - owns = 1767 - 1767 = { owner = { NOT = { truce_with = THIS war_with = THIS } } } - } - } + allow = { + civilized = yes + OR = { + owns = 1767 + 1767 = { owner = { NOT = { truce_with = THIS war_with = THIS } } } + } + } - effect = { - add_country_modifier = { name = egyptian_excavations duration = -1 } - } - } - - build_titanic = { - picture = titanic - potential = { - is_greater_power = yes - exists = yes - NOT = { has_global_flag = titanic_built } - steel_steamers = 1 - num_of_ports = 1 - } + effect = { + add_country_modifier = { name = egyptian_excavations duration = -1 } + } + } - allow = { - invention = dreadnoughts - high_sea_battle_fleet = 1 - money = 110000 - } + build_titanic = { + picture = titanic + potential = { + is_greater_power = yes + exists = yes + NOT = { has_global_flag = titanic_built } + steel_steamers = 1 + num_of_ports = 1 + } - effect = { - set_global_flag = titanic_built - prestige = 50 - money = -90000 - random_list = { - 75 = { set_country_flag = titanic_sinks } - 25 = { set_country_flag = titanic_arrives } - } - } - } - - copenhagen_convention = { - picture = sound_dues - potential = { - 372 = { trade_goods = precious_goods NOT = { owned_by = THIS } } - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { - has_global_flag = sound_dues_abolished - has_global_flag = sound_dues_resisted - has_global_flag = copenhagen_convention_called - tag = TUR - } - } + allow = { + invention = dreadnoughts + high_sea_battle_fleet = 1 + money = 110000 + } - allow = { - war = no - raider_group_doctrine = 1 - OR = { - money = 100000 - ai = yes - } - } + effect = { + set_global_flag = titanic_built + prestige = 50 + money = -90000 + random_list = { + 75 = { set_country_flag = titanic_sinks } + 25 = { set_country_flag = titanic_arrives } + } + } + } - effect = { - set_global_flag = copenhagen_convention_called - 372 = { owner = { country_event = { id = 810003 days = 7 } } } - } - } - - abolish_sound_dues = { - picture = sound_dues - potential = { - 372 = { trade_goods = precious_goods NOT = { owned_by = THIS } } - has_global_flag = sound_dues_resisted - } + copenhagen_convention = { + picture = sound_dues + potential = { + 372 = { trade_goods = precious_goods NOT = { owned_by = THIS } } + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { + has_global_flag = sound_dues_abolished + has_global_flag = sound_dues_resisted + has_global_flag = copenhagen_convention_called + tag = TUR + } + } - allow = { - OR = { - AND = { - is_canal_enabled = 1 - owns = 369 - } - 372 = { owner = { is_disarmed = yes truce_with = THIS } } - } - } + allow = { + war = no + raider_group_doctrine = 1 + OR = { + money = 100000 + ai = yes + } + } - effect = { - prestige = 30 - 372 = { trade_goods = grain remove_province_modifier = sound_dues_toll } - set_global_flag = sound_dues_abolished - clr_global_flag = sound_dues_resisted - } - } + effect = { + set_global_flag = copenhagen_convention_called + 372 = { owner = { country_event = { id = 810003 days = 7 } } } + } + } + + abolish_sound_dues = { + picture = sound_dues + potential = { + 372 = { trade_goods = precious_goods NOT = { owned_by = THIS } } + has_global_flag = sound_dues_resisted + } + + allow = { + OR = { + AND = { + is_canal_enabled = 1 + owns = 369 + } + 372 = { owner = { is_disarmed = yes truce_with = THIS } } + } + } + + effect = { + prestige = 30 + 372 = { trade_goods = grain remove_province_modifier = sound_dues_toll } + set_global_flag = sound_dues_abolished + clr_global_flag = sound_dues_resisted + } + } } diff --git a/HPM/decisions/INO_Indonesia.txt b/HPM/decisions/INO_Indonesia.txt index a7b4bd39..3d2e2f3e 100644 --- a/HPM/decisions/INO_Indonesia.txt +++ b/HPM/decisions/INO_Indonesia.txt @@ -1,149 +1,149 @@ political_decisions = { #Pancasila (pronounced pan-sha-si-la) -pancasila = { - picture = indoctrinal_education_communist - potential = { - NOT = { has_country_flag = pancasila } - tag = INO - } +pancasila = { + picture = indoctrinal_education_communist + potential = { + NOT = { has_country_flag = pancasila } + tag = INO + } - allow = { - ideological_thought = 1 - } + allow = { + ideological_thought = 1 + } + + effect = { + prestige = 15 + any_pop = { consciousness = 2 } + any_pop = { militancy = 0.5 } + add_country_modifier = { name = "pancasila" duration = 3650 } + set_country_flag = pancasila + } + + ai_will_do = { factor = 1 } - effect = { - prestige = 15 - any_pop = { consciousness = 2 } - any_pop = { militancy = 0.5 } - add_country_modifier = { name = "pancasila" duration = 3650 } - set_country_flag = pancasila - } - - ai_will_do = { factor = 1 } - } #Indonesia Raya -indonesia_raya = { - picture = map_east_indies - potential = { - NOT = { has_country_flag = indonesia_raya } - tag = INO - OR = { - is_greater_power = yes - is_secondary_power = yes - } - prestige = 70 - military_score = 30 - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - effect = { - set_country_flag = indonesia_raya - prestige = 15 - badboy = 10 - BRU_1394 = { add_core = INO } #West Borneo - BRU_1396 = { add_core = INO } #Sabah/North Borneo - NET_1398 = { add_core = INO } #Sumatra - NET_1401 = { add_core = INO } #Siak/Middle Sumatra - ATJ_1405 = { add_core = INO } #Aceh/North Sumatra - NET_1413 = { add_core = INO } #Western Java - NET_1418 = { add_core = INO } #Eastern Java - NET_1423 = { add_core = INO } #East Borneo - NET_1426 = { add_core = INO } #South Borneo - BAL_1438 = { add_core = INO } #Sunda Islands - NET_1446 = { add_core = INO } #Timor - NET_1447 = { add_core = INO } #Moluccas - NET_1449 = { add_core = INO } #Celebes - NET_1451 = { add_core = INO } #Western New Guinea - AST_2528 = { add_core = INO } #Southern New Guina - GER_2530 = { add_core = INO } #Northern New Guinea - any_country = { - limit = { - OR = { - neighbour = THIS - any_owned_province = { is_core = INO } - } - } - relation = { who = THIS value = -200 } - } - } - - ai_will_do = { factor = 0 } +indonesia_raya = { + picture = map_east_indies + potential = { + NOT = { has_country_flag = indonesia_raya } + tag = INO + OR = { + is_greater_power = yes + is_secondary_power = yes + } + prestige = 70 + military_score = 30 + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + effect = { + set_country_flag = indonesia_raya + prestige = 15 + badboy = 10 + BRU_1394 = { add_core = INO } #West Borneo + BRU_1396 = { add_core = INO } #Sabah/North Borneo + NET_1398 = { add_core = INO } #Sumatra + NET_1401 = { add_core = INO } #Siak/Middle Sumatra + ATJ_1405 = { add_core = INO } #Aceh/North Sumatra + NET_1413 = { add_core = INO } #Western Java + NET_1418 = { add_core = INO } #Eastern Java + NET_1423 = { add_core = INO } #East Borneo + NET_1426 = { add_core = INO } #South Borneo + BAL_1438 = { add_core = INO } #Sunda Islands + NET_1446 = { add_core = INO } #Timor + NET_1447 = { add_core = INO } #Moluccas + NET_1449 = { add_core = INO } #Celebes + NET_1451 = { add_core = INO } #Western New Guinea + AST_2528 = { add_core = INO } #Southern New Guina + GER_2530 = { add_core = INO } #Northern New Guinea + any_country = { + limit = { + OR = { + neighbour = THIS + any_owned_province = { is_core = INO } + } + } + relation = { who = THIS value = -200 } + } + } + + ai_will_do = { factor = 0 } +} + +#Melayu Raya +melayu_raya = { + picture = map_east_indies + potential = { + NOT = { has_country_flag = melayu_raya } + tag = MLY + OR = { + is_greater_power = yes + is_secondary_power = yes + } + prestige = 70 + military_score = 30 + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + effect = { + set_country_flag = melayu_raya + prestige = 15 + badboy = 5 + BRU_1394 = { add_core = MLY } #West Borneo + BRU_1396 = { add_core = MLY } #Sabah/North Borneo + NET_1398 = { add_core = MLY } #Sumatra + NET_1401 = { add_core = MLY } #Siak/Middle Sumatra + ATJ_1405 = { add_core = MLY } #Aceh/North Sumatra + NET_1423 = { add_core = MLY } #East Borneo + NET_1426 = { add_core = MLY } #South Borneo + ENG_1384 = { add_core = MLY } #Southern Malaya + ENG_1391 = { add_core = MLY } #Northern Malaya + any_country = { + limit = { exists = yes } + any_owned = { + limit = { + culture = malay #Any province owned by any country which is majority Malay... + OR = { + continent = asia + continent = oceania + } + } + add_core = MLY #...becomes a Malaya core. + } + } + any_country = { + limit = { + OR = { + neighbour = THIS + any_owned_province = { is_core = MLY } + } + } + relation = { who = THIS value = -200 } + } + } + + ai_will_do = { factor = 0 } } -#Melayu Raya -melayu_raya = { - picture = map_east_indies - potential = { - NOT = { has_country_flag = melayu_raya } - tag = MLY - OR = { - is_greater_power = yes - is_secondary_power = yes - } - prestige = 70 - military_score = 30 - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - effect = { - set_country_flag = melayu_raya - prestige = 15 - badboy = 5 - BRU_1394 = { add_core = MLY } #West Borneo - BRU_1396 = { add_core = MLY } #Sabah/North Borneo - NET_1398 = { add_core = MLY } #Sumatra - NET_1401 = { add_core = MLY } #Siak/Middle Sumatra - ATJ_1405 = { add_core = MLY } #Aceh/North Sumatra - NET_1423 = { add_core = MLY } #East Borneo - NET_1426 = { add_core = MLY } #South Borneo - ENG_1384 = { add_core = MLY } #Southern Malaya - ENG_1391 = { add_core = MLY } #Northern Malaya - any_country = { - limit = { exists = yes } - any_owned = { - limit = { - culture = malay #Any province owned by any country which is majority Malay... - OR = { - continent = asia - continent = oceania - } - } - add_core = MLY #...becomes a Malaya core. - } - } - any_country = { - limit = { - OR = { - neighbour = THIS - any_owned_province = { is_core = MLY } - } - } - relation = { who = THIS value = -200 } - } - } - - ai_will_do = { factor = 0 } } - -} \ No newline at end of file diff --git a/HPM/decisions/ISRhist.txt b/HPM/decisions/ISRhist.txt index 96233d82..ee919fc8 100644 --- a/HPM/decisions/ISRhist.txt +++ b/HPM/decisions/ISRhist.txt @@ -1,198 +1,197 @@ political_decisions = { - form_israel = { - picture = form_israel - potential = { - civilized = yes - NOT = { has_country_flag = sunni_country } - NOT = { has_country_flag = shiite_country } - NOT = { has_country_flag = ibadi_country } - NOT = { has_global_flag = israel_has_her_cores } - 916 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - 917 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - 918 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - 919 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - 920 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - 921 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - } - } - } - } - allow = { - is_greater_power = yes - revolution_n_counterrevolution = 1 - } - effect = { - EGY_921 = { add_core = ISR } - prestige = 10 - set_global_flag = israel_has_her_cores - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - tag = ENG - } - } - } - } + form_israel = { + picture = form_israel + potential = { + civilized = yes + NOT = { has_country_flag = sunni_country } + NOT = { has_country_flag = shiite_country } + NOT = { has_country_flag = ibadi_country } + NOT = { has_global_flag = israel_has_her_cores } + 916 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + 917 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + 918 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + 919 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + 920 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + 921 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + } + } + } + } + allow = { + is_greater_power = yes + revolution_n_counterrevolution = 1 + } + effect = { + EGY_921 = { add_core = ISR } + prestige = 10 + set_global_flag = israel_has_her_cores + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + tag = ENG + } + } + } + } + + law_of_return = { + picture = law_of_return + potential = { + OR = { + AND = { + tag = ISR + owns = 916 + owns = 917 + owns = 918 + owns = 919 + owns = 920 + owns = 921 + } + AND = { + tag = ARM + is_secondary_power = yes + owns = 1098 + owns = 1099 + owns = 1101 + } + } + NOT = { has_country_flag = law_of_return_issued } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + romanticism = 1 + border_policy = open_borders + OR = { + money = 50000 + ai = yes + } + } + + effect = { + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } - law_of_return = { - picture = law_of_return - potential = { - OR = { - AND = { - tag = ISR - owns = 916 - owns = 917 - owns = 918 - owns = 919 - owns = 920 - owns = 921 - } - AND = { - tag = ARM - is_secondary_power = yes - owns = 1098 - owns = 1099 - owns = 1101 - } - } - NOT = { has_country_flag = law_of_return_issued } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - romanticism = 1 - border_policy = open_borders - OR = { - money = 50000 - ai = yes - } - } - - effect = { - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - - set_country_flag = law_of_return_issued - random_owned = { - limit = { owner = { tag = ISR } } - owner = { - set_global_flag = law_of_return_issued - any_owned = { - limit = { is_core = ISR state_id = 917 } - add_province_modifier = { name = jewish_farms duration = -1 } - } - } - } - random_owned = { - limit = { owner = { tag = ARM } } - owner = { - set_global_flag = armenian_law_of_return_issued - any_country = { - any_owned = { - limit = { NOT = { is_core = ARM } any_pop = { has_pop_culture = armenian } } - add_province_modifier = { name = armenian_diaspora duration = 1825 } - } - } - } - } - } - ai_will_do = { factor = 1 } - } - - greater_israel = { - picture = greater_israel - potential = { - tag = ISR - NOT = { has_country_flag = greater_israel } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - government = fascist_dictatorship - is_vassal = no - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - - effect = { - set_country_flag = greater_israel - badboy = 10 - EGY_910 = { add_core = ISR } - EGY_1755 = { add_core = ISR } - EGY_915 = { add_core = ISR } - EGY_897 = { add_core = ISR } - EGY_903 = { add_core = ISR } - } - ai_will_do = { factor = 1 } - } -} + set_country_flag = law_of_return_issued + random_owned = { + limit = { owner = { tag = ISR } } + owner = { + set_global_flag = law_of_return_issued + any_owned = { + limit = { is_core = ISR state_id = 917 } + add_province_modifier = { name = jewish_farms duration = -1 } + } + } + } + random_owned = { + limit = { owner = { tag = ARM } } + owner = { + set_global_flag = armenian_law_of_return_issued + any_country = { + any_owned = { + limit = { NOT = { is_core = ARM } any_pop = { has_pop_culture = armenian } } + add_province_modifier = { name = armenian_diaspora duration = 1825 } + } + } + } + } + } + ai_will_do = { factor = 1 } + } + + greater_israel = { + picture = greater_israel + potential = { + tag = ISR + NOT = { has_country_flag = greater_israel } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + government = fascist_dictatorship + is_vassal = no + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + + effect = { + set_country_flag = greater_israel + badboy = 10 + EGY_910 = { add_core = ISR } + EGY_1755 = { add_core = ISR } + EGY_915 = { add_core = ISR } + EGY_897 = { add_core = ISR } + EGY_903 = { add_core = ISR } + } + ai_will_do = { factor = 1 } + } +} diff --git a/HPM/decisions/India.txt b/HPM/decisions/India.txt index e7c905a3..ac5f48c1 100644 --- a/HPM/decisions/India.txt +++ b/HPM/decisions/India.txt @@ -1,1140 +1,1168 @@ political_decisions = { - form_dravidistan = { - picture = form_dravidistan + form_dravidistan = { + picture = form_dravidistan potential = { - OR = { - primary_culture = tamil - primary_culture = kannada - primary_culture = telegu - primary_culture = malayalam - } - NOT = { has_global_flag = dravidistan_formed } - NOT = { tag = HND } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - is_vassal = no - 1304 = { #Madras - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1319 = { #Trivandrum - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1313 = { #Bangalore - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1317 = { #Calicut - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - - effect = { - set_global_flag = dravidistan_formed - prestige = 10 - add_accepted_culture = tamil - add_accepted_culture = kannada - add_accepted_culture = telegu - add_accepted_culture = malayalam - all_core = { - add_core = DRA - remove_core = THIS - } - change_tag = DRA - MYS = { - all_core = { add_core = DRA } - } - TRA = { - all_core = { add_core = DRA } - } - KRN = { - all_core = { add_core = DRA } - } - ENG_1305 = { add_core = DRA } #Vizagapatnam - 1286 = { add_core = DRA } #Gulbarga - 1283 = { add_core = DRA } #Hyderabad - 1287 = { add_core = DRA } #Warangal - 1279 = { add_core = DRA } #Jagdalpur - 1322 = { add_core = DRA } #Jaffna - 1324 = { add_core = DRA } #Tricomalee - random_country = { - limit = { - tag = MYS - exists = yes - ai = yes - } - THIS = { inherit = MYS } - } - random_country = { - limit = { - tag = MYS - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = TRA - exists = yes - ai = yes - } - THIS = { inherit = TRA } - } - random_country = { - limit = { - tag = TRA - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = KRN - exists = yes - ai = yes - } - THIS = { inherit = KRN } - } - random_country = { - limit = { - tag = KRN - exists = yes - ai = no - } - country_event = 11101 - } - } - - ai_will_do = { - factor = 1 - } - } - - form_rajputana = { + OR = { + primary_culture = tamil + primary_culture = kannada + primary_culture = telegu + primary_culture = malayalam + } + NOT = { has_global_flag = dravidistan_formed } + NOT = { tag = HND } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + is_vassal = no + 1304 = { #Madras + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1319 = { #Trivandrum + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1313 = { #Bangalore + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1317 = { #Calicut + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + + effect = { + set_global_flag = dravidistan_formed + prestige = 10 + add_accepted_culture = tamil + add_accepted_culture = kannada + add_accepted_culture = telegu + add_accepted_culture = malayalam + all_core = { + add_core = DRA + remove_core = THIS + } + change_tag = DRA + MYS = { + all_core = { add_core = DRA } + } + TRA = { + all_core = { add_core = DRA } + } + KRN = { + all_core = { add_core = DRA } + } + ENG_1305 = { add_core = DRA } #Vizagapatnam + 1286 = { add_core = DRA } #Gulbarga + 1283 = { add_core = DRA } #Hyderabad + 1287 = { add_core = DRA } #Warangal + 1279 = { add_core = DRA } #Jagdalpur + 1322 = { add_core = DRA } #Jaffna + 1324 = { add_core = DRA } #Tricomalee + random_country = { + limit = { + tag = MYS + exists = yes + ai = yes + } + THIS = { inherit = MYS } + } + random_country = { + limit = { + tag = MYS + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = TRA + exists = yes + ai = yes + } + THIS = { inherit = TRA } + } + random_country = { + limit = { + tag = TRA + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = KRN + exists = yes + ai = yes + } + THIS = { inherit = KRN } + } + random_country = { + limit = { + tag = KRN + exists = yes + ai = no + } + country_event = 11101 + } + } + + ai_will_do = { + factor = 1 + } + } + + form_rajputana = { + potential = { + primary_culture = rajput + NOT = { has_global_flag = rajputana_formed } + NOT = { tag = HND } + NOT = { has_country_flag = mughal_reborn } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + is_vassal = no + 1267 = { #Bikaner + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1265 = { #Jaisalmer + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1266 = { #Jodhpur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1268 = { #Jaipur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1264 = { #Ajmer + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1269 = { #Udaipur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + + effect = { + set_global_flag = rajputana_formed + prestige = 10 + change_tag = RAJ + ENG_1264 = { add_core = RAJ } + random_country = { + limit = { + tag = BIK + exists = yes + ai = yes + } + THIS = { inherit = BIK } + } + random_country = { + limit = { + tag = BIK + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JAS + exists = yes + ai = yes + } + THIS = { inherit = JAS } + } + random_country = { + limit = { + tag = JAS + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JOD + exists = yes + ai = yes + } + THIS = { inherit = JOD } + } + random_country = { + limit = { + tag = JOD + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JAI + exists = yes + ai = yes + } + THIS = { inherit = JAI } + } + random_country = { + limit = { + tag = JAI + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = MEW + exists = yes + ai = yes + } + THIS = { inherit = MEW } + } + random_country = { + limit = { + tag = MEW + exists = yes + ai = no + } + country_event = 11101 + } + } + + ai_will_do = { + factor = 1 + } + } + + form_rajputana_outside = { + picture = form_rajputana + potential = { + civilized = yes + ai = no + NOT = { has_country_flag = mughal_reborn } + NOT = { primary_culture = rajput } + NOT = { has_global_flag = rajputana_formed } + NOT = { tag = HND } + OR = { + any_owned_province = { region = ENG_1264 } + BIK = { in_sphere = THIS } + JAI = { in_sphere = THIS } + JAS = { in_sphere = THIS } + MEW = { in_sphere = THIS } + } + nationalism_n_imperialism = 1 + } + + allow = { + war = no + is_vassal = no + 1267 = { #Bikaner + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1265 = { #Jaisalmer + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1266 = { #Jodhpur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1268 = { #Jaipur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1264 = { #Ajmer + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + 1269 = { #Udaipur + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + + effect = { + set_global_flag = rajputana_formed + prestige = 5 + ENG_1264 = { add_core = RAJ } + random_country = { + limit = { + tag = BIK + exists = yes + ai = yes + } + THIS = { inherit = BIK } + } + random_country = { + limit = { + tag = BIK + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JAS + exists = yes + ai = yes + } + THIS = { inherit = JAS } + } + random_country = { + limit = { + tag = JAS + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JOD + exists = yes + ai = yes + } + THIS = { inherit = JOD } + } + random_country = { + limit = { + tag = JOD + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = JAI + exists = yes + ai = yes + } + THIS = { inherit = JAI } + } + random_country = { + limit = { + tag = JAI + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = MEW + exists = yes + ai = yes + } + THIS = { inherit = MEW } + } + random_country = { + limit = { + tag = MEW + exists = yes + ai = no + } + country_event = 11101 + } + RAJ = { tech_school = developing_tech_school } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + OR = { + BIK = { exists = no } + BIK = { vassal_of = THIS } + } + OR = { + JAI = { exists = no } + JAI = { vassal_of = THIS } + } + OR = { + JAS = { exists = no } + JAS = { vassal_of = THIS } + } + OR = { + MEW = { exists = no } + MEW = { vassal_of = THIS } + } + OR = { + JOD = { exists = no } + JOD = { vassal_of = THIS } + } + NOT = { + AND = { + BIK = { exists = no } + JAI = { exists = no } + JAS = { exists = no } + MEW = { exists = no } + JOD = { exists = no } + } + } + } + } + } + + form_baluchistan = { + picture = form_baluchistan + potential = { + primary_culture = baluchi + NOT = { has_global_flag = baluchistan_formed } + NOT = { tag = HND } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + is_vassal = no + owns = 1220 + owns = 1221 + owns = 1222 + owns = 1144 + owns = 1146 + } + + effect = { + set_global_flag = baluchistan_formed + prestige = 5 + all_core = { add_core = BLC } + 1221 = { add_core = BLC } + 1222 = { add_core = BLC } + 1146 = { add_core = BLC } + 1144 = { add_core = BLC } + 1220 = { add_core = BLC } + change_tag = BLC + 1143 = { add_core = BLC } #Bam + 1145 = { add_core = BLC } #Jask + } + + ai_will_do = { + factor = 1 + } + } + + form_durrani_empire = { + potential = { + primary_culture = pashtun + NOT = { has_global_flag = durrani_formed } + NOT = { tag = PAK } + NOT = { tag = CRL } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + war = no + is_vassal = no + prestige = 50 + owns = 1219 #Quetta + owns = 1218 #Peshawar + owns = 1223 #Chitral + owns = 1211 #Balkh + owns = 1209 #Kabul + owns = 1215 #Kandahar + } + + effect = { + set_global_flag = durrani_formed + prestige = 5 + all_core = { + add_core = DUR + remove_core = THIS + } + change_tag = DUR + PER_1148 = { add_core = DUR } #Mashhad + SIN_1288 = { add_core = DUR } #Sindh + PAN_1227 = { add_core = DUR } #Lahore + 1219 = { add_core = DUR } #Quetta + 1220 = { add_core = DUR } #Dalbandin + 1221 = { add_core = DUR } #Kalat + 1222 = { add_core = DUR } #Makran + } + + ai_will_do = { + factor = 1 + } + } + + claim_greater_bengal = { + picture = claim_greater_bengal + potential = { + tag = BNG + is_vassal = no + NOT = { has_country_flag = claimed_greater_bengal } + } + + allow = { + war = no + prestige = 50 + war_policy = jingoism + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + + effect = { + set_country_flag = claimed_greater_bengal + prestige = 10 + ENG_1258 = { add_core = BNG } #Assam + ENG_1261 = { add_core = BNG } #Orissa + ENG_1247 = { add_core = BNG } #Bihar + add_accepted_culture = oriya + add_accepted_culture = bihari + any_country = { + limit = { + any_owned_province = { + OR = { + region = ENG_1258 + region = ENG_1261 + region = ENG_1247 + } + } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + } + } + + ai_will_do = { + factor = 1 + } + } + + rangit_singh = { + picture = rangit_singh + potential = { + tag = PNJ + NOT = { has_country_flag = singh } + } + allow = { + has_leader = "Ranjit Singh" + } + effect = { + set_country_flag = singh + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { + name = western_influences + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + add_country_modifier = { + name = shastar_vidya + duration = -1 + } + plurality = 1 + } + ai_will_do = { + factor = 1 + } + } + + PNJ_embrace_pashtun_minority = { + picture = sikh_empire + potential = { + tag = PNJ + NOT = { has_country_flag = embraced_pashtun } + any_owned_province = { culture = pashtun } + } + + allow = { + enlightenment_thought = 1 + malthusian_thought = 1 + religious_policy = pluralism + } + + effect = { + prestige = 10 + add_accepted_culture = pashtun + set_country_flag = embraced_pashtun + } + + ai_will_do = { + factor = 1 + } + } + + PNJ_embrace_sindi_minority = { + picture = sikh_empire + potential = { + tag = PNJ + NOT = { has_country_flag = embraced_sindi } + any_owned_province = { culture = sindi } + } + + allow = { + enlightenment_thought = 1 + malthusian_thought = 1 + religious_policy = pluralism + } + + effect = { + prestige = 5 + add_accepted_culture = sindi + set_country_flag = embraced_sindi + } + + ai_will_do = { + factor = 1 + } + } + + PNJ_embrace_avadhi_minority = { + picture = sikh_empire + potential = { + tag = PNJ + NOT = { has_country_flag = embraced_avadhi } + any_owned_province = { culture = avadhi } + } + + allow = { + enlightenment_thought = 1 + malthusian_thought = 1 + religious_policy = pluralism + } + + effect = { + prestige = 10 + add_accepted_culture = avadhi + set_country_flag = embraced_avadhi + } + + ai_will_do = { + factor = 1 + } + } + + unite_with_nepal = { + picture = gtfo potential = { - primary_culture = rajput - NOT = { has_global_flag = rajputana_formed } - NOT = { tag = HND } - NOT = { has_country_flag = mughal_reborn } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - is_vassal = no - 1267 = { #Bikaner - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1265 = { #Jaisalmer - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1266 = { #Jodhpur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1268 = { #Jaipur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1264 = { #Ajmer - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1269 = { #Udaipur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - - effect = { - set_global_flag = rajputana_formed - prestige = 10 - change_tag = RAJ - ENG_1264 = { add_core = RAJ } - random_country = { - limit = { - tag = BIK - exists = yes - ai = yes - } - THIS = { inherit = BIK } - } - random_country = { - limit = { - tag = BIK - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JAS - exists = yes - ai = yes - } - THIS = { inherit = JAS } - } - random_country = { - limit = { - tag = JAS - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JOD - exists = yes - ai = yes - } - THIS = { inherit = JOD } - } - random_country = { - limit = { - tag = JOD - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JAI - exists = yes - ai = yes - } - THIS = { inherit = JAI } - } - random_country = { - limit = { - tag = JAI - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = MEW - exists = yes - ai = yes - } - THIS = { inherit = MEW } - } - random_country = { - limit = { - tag = MEW - exists = yes - ai = no - } - country_event = 11101 - } - } - - ai_will_do = { - factor = 1 - } - } - - form_rajputana_outside = { - picture = form_rajputana + tag = SHI + exists = NEP + NOT = { has_country_flag = unite_with_nepal } + } + + allow = { + war = no + is_vassal = no + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = NEP } + } + NEP = { + war = no + neighbour = SHI + is_vassal = no + } + } + + effect = { + set_country_flag = unite_with_nepal + random_country = { + limit = { + tag = NEP + ai = yes + SHI = { ai = yes } + } + inherit = SHI + } + random_country = { + limit = { + tag = NEP + ai = yes + SHI = { ai = no } + } + any_owned = { secede_province = SHI } + SHI = { + random_owned = { + limit = { province_id = 1326 } + owner = { capital = 1326 } + } + change_tag = NEP + } + } + random_country = { + limit = { + tag = NEP + ai = no + } + country_event = 60130 + } + } + + ai_will_do = { + factor = 1 + } + } + + reclaim_india_mughals = { + picture = map_india potential = { - civilized = yes - ai = no - NOT = { has_country_flag = mughal_reborn } - NOT = { primary_culture = rajput } - NOT = { has_global_flag = rajputana_formed } - NOT = { tag = HND } - OR = { - any_owned_province = { region = ENG_1264 } - BIK = { in_sphere = THIS } - JAI = { in_sphere = THIS } - JAS = { in_sphere = THIS } - MEW = { in_sphere = THIS } - } - nationalism_n_imperialism = 1 - } - - allow = { - war = no - is_vassal = no - 1267 = { #Bikaner - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1265 = { #Jaisalmer - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1266 = { #Jodhpur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1268 = { #Jaipur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1264 = { #Ajmer - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - 1269 = { #Udaipur - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - - effect = { - set_global_flag = rajputana_formed - prestige = 5 - ENG_1264 = { add_core = RAJ } - random_country = { - limit = { - tag = BIK - exists = yes - ai = yes - } - THIS = { inherit = BIK } - } - random_country = { - limit = { - tag = BIK - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JAS - exists = yes - ai = yes - } - THIS = { inherit = JAS } - } - random_country = { - limit = { - tag = JAS - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JOD - exists = yes - ai = yes - } - THIS = { inherit = JOD } - } - random_country = { - limit = { - tag = JOD - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = JAI - exists = yes - ai = yes - } - THIS = { inherit = JAI } - } - random_country = { - limit = { - tag = JAI - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = MEW - exists = yes - ai = yes - } - THIS = { inherit = MEW } - } - random_country = { - limit = { - tag = MEW - exists = yes - ai = no - } - country_event = 11101 - } - RAJ = { tech_school = developing_tech_school } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - OR = { - BIK = { exists = no } - BIK = { vassal_of = THIS } - } - OR = { - JAI = { exists = no } - JAI = { vassal_of = THIS } - } - OR = { - JAS = { exists = no } - JAS = { vassal_of = THIS } - } - OR = { - MEW = { exists = no } - MEW = { vassal_of = THIS } - } - OR = { - JOD = { exists = no } - JOD = { vassal_of = THIS } - } - NOT = { - AND = { - BIK = { exists = no } - JAI = { exists = no } - JAS = { exists = no } - MEW = { exists = no } - JOD = { exists = no } - } - } - } - } - } - - form_baluchistan = { - picture = form_baluchistan + tag = MUG + owns = 1236 + NOT = { has_country_flag = mughal_reborn } + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = mughal_reborn + add_accepted_culture = kannada + add_accepted_culture = telegu + add_accepted_culture = kanauji + add_accepted_culture = bengali + add_accepted_culture = bihari + add_accepted_culture = kashmiri + add_accepted_culture = sindi + HND = { all_core = { add_core = MUG } } + ASM = { all_core = { remove_core = MUG } } + TRA = { all_core = { remove_core = MUG } } + 1309 = { remove_core = MUG } + 1310 = { remove_core = MUG } + 2591 = { remove_core = MUG } + prestige = 20 + } + + ai_will_do = { factor = 1 } + } + + mughal_declaration = { + picture = last_mughal potential = { - primary_culture = baluchi - NOT = { has_global_flag = baluchistan_formed } - NOT = { tag = HND } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - is_vassal = no - owns = 1220 - owns = 1221 - owns = 1222 - owns = 1144 - owns = 1146 - } - - effect = { - set_global_flag = baluchistan_formed - prestige = 5 - all_core = { add_core = BLC } - 1221 = { add_core = BLC } - 1222 = { add_core = BLC } - 1146 = { add_core = BLC } - 1144 = { add_core = BLC } - 1220 = { add_core = BLC } - change_tag = BLC - 1143 = { add_core = BLC } #Bam - 1145 = { add_core = BLC } #Jask - } - - ai_will_do = { - factor = 1 - } - } - - form_durrani_empire = { - potential = { - primary_culture = pashtun - NOT = { has_global_flag = durrani_formed } - NOT = { tag = PAK } - NOT = { tag = CRL } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - war = no - is_vassal = no - prestige = 50 - owns = 1219 #Quetta - owns = 1218 #Peshawar - owns = 1223 #Chitral - owns = 1211 #Balkh - owns = 1209 #Kabul - owns = 1215 #Kandahar - } - - effect = { - set_global_flag = durrani_formed - prestige = 5 - all_core = { - add_core = DUR - remove_core = THIS - } - change_tag = DUR - PER_1148 = { add_core = DUR } #Mashhad - SIN_1288 = { add_core = DUR } #Sindh - PAN_1227 = { add_core = DUR } #Lahore - 1219 = { add_core = DUR } #Quetta - 1220 = { add_core = DUR } #Dalbandin - 1221 = { add_core = DUR } #Kalat - 1222 = { add_core = DUR } #Makran - } - - ai_will_do = { - factor = 1 - } - } - - claim_greater_bengal = { - picture = claim_greater_bengal - potential = { - tag = BNG - is_vassal = no - NOT = { has_country_flag = claimed_greater_bengal } - } - - allow = { - war = no - prestige = 50 - war_policy = jingoism - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - - effect = { - set_country_flag = claimed_greater_bengal - prestige = 10 - ENG_1258 = { add_core = BNG } #Assam - ENG_1261 = { add_core = BNG } #Orissa - ENG_1247 = { add_core = BNG } #Bihar - add_accepted_culture = oriya - add_accepted_culture = bihari - any_country = { - limit = { - any_owned_province = { - OR = { - region = ENG_1258 - region = ENG_1261 - region = ENG_1247 - } - } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - } - } - - ai_will_do = { - factor = 1 - } - } - - rangit_singh = { - picture = rangit_singh - potential = { - tag = PNJ - NOT = { has_country_flag = singh } - } - allow = { - has_leader = "Ranjit Singh" - } - effect = { - set_country_flag = singh - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { - name = western_influences - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - add_country_modifier = { - name = shastar_vidya - duration = -1 - } - plurality = 1 - } - ai_will_do = { - factor = 1 - } - } - - PNJ_embrace_pashtun_minority = { - picture = sikh_empire - potential = { - tag = PNJ - NOT = { has_country_flag = embraced_pashtun } - any_owned_province = { culture = pashtun } - } - - allow = { - enlightenment_thought = 1 - malthusian_thought = 1 - religious_policy = pluralism - } - - effect = { - prestige = 10 - add_accepted_culture = pashtun - set_country_flag = embraced_pashtun - } - - ai_will_do = { - factor = 1 - } - } - - PNJ_embrace_sindi_minority = { - picture = sikh_empire - potential = { - tag = PNJ - NOT = { has_country_flag = embraced_sindi } - any_owned_province = { culture = sindi } - } - - allow = { - enlightenment_thought = 1 - malthusian_thought = 1 - religious_policy = pluralism - } - - effect = { - prestige = 5 - add_accepted_culture = sindi - set_country_flag = embraced_sindi - } - - ai_will_do = { - factor = 1 - } - } - - PNJ_embrace_avadhi_minority = { - picture = sikh_empire - potential = { - tag = PNJ - NOT = { has_country_flag = embraced_avadhi } - any_owned_province = { culture = avadhi } - } - - allow = { - enlightenment_thought = 1 - malthusian_thought = 1 - religious_policy = pluralism - } - - effect = { - prestige = 10 - add_accepted_culture = avadhi - set_country_flag = embraced_avadhi - } - - ai_will_do = { - factor = 1 - } - } - - unite_with_nepal = { - picture = gtfo - potential = { - tag = SHI - exists = NEP - NOT = { has_country_flag = unite_with_nepal } - } - - allow = { - war = no - is_vassal = no - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = NEP } - } - NEP = { - war = no - neighbour = SHI - is_vassal = no - } - } - - effect = { - set_country_flag = unite_with_nepal - random_country = { - limit = { - tag = NEP - ai = yes - SHI = { ai = yes } - } - inherit = SHI - } - random_country = { - limit = { - tag = NEP - ai = yes - SHI = { ai = no } - } - any_owned = { secede_province = SHI } - SHI = { - random_owned = { - limit = { province_id = 1326 } - owner = { capital = 1326 } - } - change_tag = NEP - } - } - random_country = { - limit = { - tag = NEP - ai = no - } - country_event = 60130 - } - } - - ai_will_do = { - factor = 1 - } - } - - reclaim_india_mughals = { - picture = map_india - potential = { - tag = MUG - owns = 1236 - NOT = { has_country_flag = mughal_reborn } - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = mughal_reborn - add_accepted_culture = kannada - add_accepted_culture = telegu - add_accepted_culture = kanauji - add_accepted_culture = bengali - add_accepted_culture = bihari - add_accepted_culture = kashmiri - add_accepted_culture = sindi - HND = { all_core = { add_core = MUG } } - ASM = { all_core = { remove_core = MUG } } - TRA = { all_core = { remove_core = MUG } } - 1309 = { remove_core = MUG } - 1310 = { remove_core = MUG } - 2591 = { remove_core = MUG } - prestige = 20 - } - - ai_will_do = { factor = 1 } - } - - mughal_declaration = { - picture = last_mughal - potential = { - tag = MUG - vassal_of = ENG - NOT = { has_country_flag = mughal_independence } - NOT = { has_country_flag = mughal_reborn } - NOT = { has_global_flag = eic_spawned } - } - - allow = { - vassal_of = ENG - any_neighbor_country = { has_country_flag = sepoy_rebellion } - 1236 = { any_neighbor_province = { owned_by = ENG average_militancy = 7 } } - } - - effect = { - set_country_flag = mughal_independence - any_pop = { limit = { has_pop_religion = sunni } militancy = -9 } - any_pop = { limit = { has_pop_religion = sikh } consciousness = 3 } - PNJ = { all_core = { any_pop = { limit = { has_pop_religion = sikh } militancy = -3 } } } - - define_general = { - name = "Bakht Khan" - personality = audacious - background = school_of_the_bayonet - } - leave_alliance = ENG - ENG = { - release_vassal = MUG - diplomatic_influence = { who = THIS value = -400 } - country_event = 900041 - } - } - - ai_will_do = { factor = 1 } - } - - create_pakistan = { - picture = muslim_league - alert = no - potential = { - NOT = { has_global_flag = pakistan_born } - NOT = { has_global_flag = pakistan_formed } - NOT = { has_country_flag = mughal_reborn } - NOT = { exists = PAK } - NOT = { tag = PAK } - NOT = { tag = PNJ } - NOT = { tag = KAL } - NOT = { tag = MAK } - NOT = { tag = SIN } - year = 1880 - OR = { - is_greater_power = yes - tag = HND - } - any_owned_province = { - OR = { - KAL = { all_core = { - OR = { - owned_by = THIS - owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } - } - } - } - MAK = { all_core = { - OR = { - owned_by = THIS - owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } - } - } - } - SIN = { all_core = { - OR = { - owned_by = THIS - owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } - } - } - } - PNJ = { all_core = { - OR = { - owned_by = THIS - owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } - } - } - } - } - } - } - - allow = { - civilized = yes - war = no - mass_politics = 1 - KAL = { - all_core = { - OR = { - owned_by = THIS - owner = { - OR = { is_vassal = no vassal_of = THIS } - ai = yes - in_sphere = THIS - war = no - is_greater_power = no - } - } - } - } - 1222 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - OR = { is_vassal = no vassal_of = THIS } - war = no - is_greater_power = no - } - } - } - SIN = { - all_core = { - OR = { - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - OR = { is_vassal = no vassal_of = THIS } - war = no - is_greater_power = no - } - } - } - } - PNJ = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - OR = { is_vassal = no vassal_of = THIS } - war = no - is_greater_power = no - } - } - } - } - } - - effect = { - set_global_flag = pakistan_born - prestige = 5 - any_country = { - limit = { - exists = yes - ai = yes - in_sphere = THIS - OR = { - primary_culture = pashtun - primary_culture = panjabi - primary_culture = sindi - primary_culture = baluchi - } - NOT = { - has_country_flag = post_colonial_country - tag = THIS - tag = AFG - tag = MUG - tag = PNJ - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - annex_to = THIS - } - random_country = { - limit = { exists = yes ai = yes vassal_of = THIS tag = PNJ } - annex_to = THIS - PNJ = { all_core = { remove_core = PNJ } } - } - random_country = { - limit = { exists = no tag = PNJ } - PNJ = { all_core = { remove_core = PNJ } } - } - CRL = { all_core = { add_core = PAK remove_core = CRL } } - KAL = { all_core = { add_core = PAK remove_core = KAL } } - MAK = { all_core = { add_core = PAK remove_core = MAK } } - SIN = { all_core = { add_core = PAK remove_core = SIN } } - PNJ = { all_core = { add_core = PAK } } - KAS = { all_core = { add_core = PAK } } - random_country = { - limit = { tag = BNG exists = no } - BNG = { all_core = { remove_core = BNG } } - ENG_1252 = { add_core = BNG } - BNG = { - government = democracy - capital = 1254 - religion = sunni - clr_country_flag = hindu_country - set_country_flag = sunni_country - } - } - random_owned = { limit = { owner = { owns = 1254 } } ENG_1252 = { add_core = PAK } } - any_owned = { limit = { is_core = PAK } any_pop = { limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } militancy = -2 consciousness = 5 } } - 1223 = { remove_core = CRL } - PAK = { tech_school = developing_tech_school } - random_owned = { - limit = { owner = { government = hms_government } } - owner = { PAK = { government = democracy } } - } - } - - ai_will_do = { factor = 1 } - } - - - form_pakistan = { - picture = muslim_league - alert = no - potential = { - NOT = { has_global_flag = pakistan_born } - NOT = { has_global_flag = pakistan_formed } - NOT = { has_country_flag = post_colonial_country } - NOT = { exists = PAK } - NOT = { tag = PAK } - NOT = { tag = HND } - NOT = { tag = PNJ } - NOT = { tag = AFG } - NOT = { tag = MUG } - NOT = { tag = DUR } - OR = { - primary_culture = baluchi - primary_culture = sindi - primary_culture = panjabi - primary_culture = pashtun - } - } - - allow = { - civilized = yes - war = no - is_greater_power = yes - revolution_n_counterrevolution = 1 - owns = 1222 - KAL = { all_core = { owned_by = THIS } } - SIN = { all_core = { owned_by = THIS } } - PNJ = { all_core = { owned_by = THIS } } - } - - effect = { - set_global_flag = pakistan_formed - prestige = 20 - all_core = { add_core = PAK remove_core = THIS } - CRL = { all_core = { add_core = PAK remove_core = CRL } } - KAL = { all_core = { add_core = PAK remove_core = KAL } } - MAK = { all_core = { add_core = PAK remove_core = MAK } } - SIN = { all_core = { add_core = PAK remove_core = SIN } } - PNJ = { all_core = { add_core = PAK remove_core = PNJ } } - KAS = { all_core = { add_core = PAK } } - random_country = { - limit = { tag = BNG exists = no } - BNG = { all_core = { remove_core = BNG } } - ENG_1252 = { add_core = BNG } - BNG = { - government = democracy - capital = 1254 - religion = sunni - clr_country_flag = hindu_country - set_country_flag = sunni_country - } - } - random_owned = { limit = { owner = { owns = 1254 } } ENG_1252 = { add_core = PAK } } - 1223 = { remove_core = CRL } - change_tag = PAK - PAK = { - add_accepted_culture = panjabi - add_accepted_culture = baluchi - add_accepted_culture = pashtun - add_accepted_culture = sindi - add_accepted_culture = kashmiri - } - } - - ai_will_do = { factor = 1 } - } - - create_india = { - picture = form_india - potential = { - NOT = { - has_country_flag = post_colonial_country - exists = HND - has_country_flag = mughal_reborn - is_culture_group = south_asian - is_culture_group = indo_iranian - tag = PAK - tag = MUG - tag = NEP - } - owns = 1251 - owns = 1261 - owns = 1305 - owns = 1309 - owns = 1236 - owns = 1272 - owns = 1297 - } - - allow = { - war = no - mass_politics = 1 - } - - effect = { - prestige = 5 - - HND = { - any_pop = { militancy = -6 } - tech_school = developing_tech_school - set_country_flag = post_colonial_country - add_accepted_culture = avadhi - add_accepted_culture = marathi - add_accepted_culture = rajput - add_accepted_culture = bihari - add_accepted_culture = bengali - add_accepted_culture = kanauji - add_accepted_culture = panjabi - add_accepted_culture = kashmiri - add_accepted_culture = manipuri - add_accepted_culture = assamese - add_accepted_culture = oriya - add_accepted_culture = gujarati - } - release_vassal = HND - create_alliance = HND - relation = { who = HND value = 400 } - diplomatic_influence = { who = HND value = 400 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - has_global_flag = pakistan_born - year = 1915 - } - } - modifier = { - factor = 0 - NOT = { 1251 = { state_scope = { average_militancy = 7 } } } - } - } - } + tag = MUG + vassal_of = ENG + NOT = { has_country_flag = mughal_independence } + NOT = { has_country_flag = mughal_reborn } + NOT = { has_global_flag = eic_spawned } + } + + allow = { + vassal_of = ENG + any_neighbor_country = { has_country_flag = sepoy_rebellion } + 1236 = { any_neighbor_province = { owned_by = ENG average_militancy = 7 } } + } + + effect = { + set_country_flag = mughal_independence + any_pop = { limit = { has_pop_religion = sunni } militancy = -9 } + any_pop = { limit = { has_pop_religion = sikh } consciousness = 3 } + PNJ = { all_core = { any_pop = { limit = { has_pop_religion = sikh } militancy = -3 } } } + + define_general = { + name = "Bakht Khan" + personality = audacious + background = school_of_the_bayonet + } + leave_alliance = ENG + ENG = { + release_vassal = MUG + diplomatic_influence = { who = THIS value = -400 } + country_event = 900041 + } + } + + ai_will_do = { factor = 1 } + } + + create_pakistan = { + picture = muslim_league + alert = no + potential = { + NOT = { has_global_flag = pakistan_born } + NOT = { has_global_flag = pakistan_formed } + NOT = { has_country_flag = mughal_reborn } + NOT = { exists = PAK } + NOT = { tag = PAK } + NOT = { tag = PNJ } + NOT = { tag = KAL } + NOT = { tag = MAK } + NOT = { tag = SIN } + year = 1880 + OR = { + is_greater_power = yes + tag = HND + } + any_owned_province = { + OR = { + KAL = { all_core = { + OR = { + owned_by = THIS + owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } + } + } + } + MAK = { all_core = { + OR = { + owned_by = THIS + owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } + } + } + } + SIN = { all_core = { + OR = { + owned_by = THIS + owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } + } + } + } + PNJ = { all_core = { + OR = { + owned_by = THIS + owner = { OR = { is_vassal = no vassal_of = THIS } ai = yes in_sphere = THIS war = no } + } + } + } + } + } + } + + allow = { + civilized = yes + war = no + mass_politics = 1 + KAL = { + all_core = { + OR = { + owned_by = THIS + owner = { + OR = { is_vassal = no vassal_of = THIS } + ai = yes + in_sphere = THIS + war = no + is_greater_power = no + } + } + } + } + 1222 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + OR = { is_vassal = no vassal_of = THIS } + war = no + is_greater_power = no + } + } + } + SIN = { + all_core = { + OR = { + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + OR = { is_vassal = no vassal_of = THIS } + war = no + is_greater_power = no + } + } + } + } + PNJ = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + OR = { is_vassal = no vassal_of = THIS } + war = no + is_greater_power = no + } + } + } + } + } + + effect = { + set_global_flag = pakistan_born + prestige = 5 + any_country = { + limit = { + exists = yes + ai = yes + in_sphere = THIS + OR = { + primary_culture = pashtun + primary_culture = panjabi + primary_culture = sindi + primary_culture = baluchi + } + NOT = { + has_country_flag = post_colonial_country + tag = THIS + tag = AFG + tag = MUG + tag = PNJ + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + annex_to = THIS + } + random_country = { + limit = { exists = yes ai = yes vassal_of = THIS tag = PNJ } + annex_to = THIS + PNJ = { all_core = { remove_core = PNJ } } + } + random_country = { + limit = { exists = no tag = PNJ } + PNJ = { all_core = { remove_core = PNJ } } + } + CRL = { all_core = { add_core = PAK remove_core = CRL } } + KAL = { all_core = { add_core = PAK remove_core = KAL } } + MAK = { all_core = { add_core = PAK remove_core = MAK } } + SIN = { all_core = { add_core = PAK remove_core = SIN } } + PNJ = { all_core = { add_core = PAK } } + KAS = { all_core = { add_core = PAK } } + random_country = { + limit = { tag = BNG exists = no } + BNG = { all_core = { remove_core = BNG } } + ENG_1252 = { add_core = BNG } + BNG = { + government = democracy + capital = 1254 + religion = sunni + clr_country_flag = hindu_country + set_country_flag = sunni_country + } + } + random_owned = { limit = { owner = { owns = 1254 } } ENG_1252 = { add_core = PAK } } + any_owned = { limit = { is_core = PAK } any_pop = { limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } militancy = -2 consciousness = 5 } } + 1223 = { remove_core = CRL } + PAK = { tech_school = developing_tech_school } + random_owned = { + limit = { owner = { government = hms_government } } + owner = { PAK = { government = democracy } } + } + } + + ai_will_do = { factor = 1 } + } + + + form_pakistan = { + picture = muslim_league + alert = no + potential = { + NOT = { has_global_flag = pakistan_born } + NOT = { has_global_flag = pakistan_formed } + NOT = { has_country_flag = post_colonial_country } + NOT = { exists = PAK } + NOT = { tag = PAK } + NOT = { tag = HND } + NOT = { tag = PNJ } + NOT = { tag = AFG } + NOT = { tag = MUG } + NOT = { tag = DUR } + OR = { + primary_culture = baluchi + primary_culture = sindi + primary_culture = panjabi + primary_culture = pashtun + } + } + + allow = { + civilized = yes + war = no + is_greater_power = yes + revolution_n_counterrevolution = 1 + owns = 1222 + KAL = { all_core = { owned_by = THIS } } + SIN = { all_core = { owned_by = THIS } } + PNJ = { all_core = { owned_by = THIS } } + } + + effect = { + set_global_flag = pakistan_formed + prestige = 20 + all_core = { add_core = PAK remove_core = THIS } + CRL = { all_core = { add_core = PAK remove_core = CRL } } + KAL = { all_core = { add_core = PAK remove_core = KAL } } + MAK = { all_core = { add_core = PAK remove_core = MAK } } + SIN = { all_core = { add_core = PAK remove_core = SIN } } + PNJ = { all_core = { add_core = PAK remove_core = PNJ } } + KAS = { all_core = { add_core = PAK } } + random_country = { + limit = { tag = BNG exists = no } + BNG = { all_core = { remove_core = BNG } } + ENG_1252 = { add_core = BNG } + BNG = { + government = democracy + capital = 1254 + religion = sunni + clr_country_flag = hindu_country + set_country_flag = sunni_country + } + } + random_owned = { limit = { owner = { owns = 1254 } } ENG_1252 = { add_core = PAK } } + 1223 = { remove_core = CRL } + change_tag = PAK + PAK = { + add_accepted_culture = panjabi + add_accepted_culture = baluchi + add_accepted_culture = pashtun + add_accepted_culture = sindi + add_accepted_culture = kashmiri + } + } + + ai_will_do = { factor = 1 } + } + + create_india = { + picture = form_india + potential = { + NOT = { + has_country_flag = post_colonial_country + exists = HND + has_country_flag = mughal_reborn + is_culture_group = south_asian + is_culture_group = indo_iranian + tag = PAK + tag = MUG + tag = NEP + } + owns = 1251 + owns = 1261 + owns = 1305 + owns = 1309 + owns = 1236 + owns = 1272 + owns = 1297 + } + + allow = { + war = no + mass_politics = 1 + } + + effect = { + prestige = 5 + + HND = { + any_pop = { militancy = -6 } + tech_school = developing_tech_school + set_country_flag = post_colonial_country + add_accepted_culture = avadhi + add_accepted_culture = marathi + add_accepted_culture = rajput + add_accepted_culture = bihari + add_accepted_culture = bengali + add_accepted_culture = kanauji + add_accepted_culture = panjabi + add_accepted_culture = kashmiri + add_accepted_culture = manipuri + add_accepted_culture = assamese + add_accepted_culture = oriya + add_accepted_culture = gujarati + } + release_vassal = HND + create_alliance = HND + relation = { who = HND value = 400 } + diplomatic_influence = { who = HND value = 400 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + has_global_flag = pakistan_born + year = 1915 + } + } + modifier = { + factor = 0 + NOT = { 1251 = { state_scope = { average_militancy = 7 } } } + } + } + } + + end_sikh_war = { + picture = form_india + potential = { + war_with = PNJ + alliance_with = ENG + PNJ = { + exists = yes + war_with = ENG + } + NOT = { + is_culture_group = south_asian + is_culture_group = indo_iranian + year = 1850 + tag = PNJ + tag = ENG + } + } + + allow = { + war = yes + } + + effect = { + PNJ = { end_war = THIS } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Irredentism.txt b/HPM/decisions/Irredentism.txt index aecbd6a9..2f24441d 100644 --- a/HPM/decisions/Irredentism.txt +++ b/HPM/decisions/Irredentism.txt @@ -1,1172 +1,1172 @@ political_decisions = { - greater_norway = { - picture = map_iceland - potential = { - tag = NOR - NOT = { has_country_flag = greater_norway } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - government = fascist_dictatorship - } - - effect = { - set_country_flag = greater_norway - GRN = { all_core = { add_core = NOR } } - ICL = { all_core = { add_core = NOR } } - 253 = { add_core = NOR } - 982 = { add_core = NOR } - 983 = { add_core = NOR } - 2587 = { add_core = NOR } - 338 = { add_core = NOR } - 319 = { add_core = NOR } - } - ai_will_do = { factor = 1 } - } - - greater_finland = { - picture = greater_finland - potential = { - tag = FIN - prestige = 15 - NOT = { 994 = { is_core = FIN } } - NOT = { has_country_flag = greater_finland } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - NOT = { government = hms_government } - NOT = { government = democracy } - war_policy = jingoism - OR = { - owns = 994 - is_greater_power = yes - AND = { - is_secondary_power = yes - prestige = 150 - } - } - } - - effect = { - RUS_994 = { add_core = FIN } - RUS_339 = { add_core = FIN } - RUS_349 = { add_core = FIN } - add_accepted_culture = ugrian - prestige = 10 - badboy = 10 - set_country_flag = greater_finland - any_country = { - limit = { - is_greater_power = no - is_vassal = no - relation = { - who = FIN - value = 5 - } - NOT = { - tag = FIN - truce_with = FIN - war_with = FIN - } - OR = { - primary_culture = finnish - primary_culture = ugrian - primary_culture = sami - primary_culture = estonian - } - } - country_event = 11109 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { war_policy = jingoism } - } - modifier = { - factor = 0 - 994 = { - NOT = { owned_by = THIS } - owner = { is_greater_power = yes } - } - } - modifier = { - factor = 0 - 994 = { - NOT = { owned_by = THIS } - owner = { - is_greater_power = no - war = no - } - } - } - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - claim_santa_catarina = { - picture = claim_santa_catarina - potential = { - tag = RGS - NOT = { has_country_flag = claim_santa_catarina } - } - - allow = { - war = no - is_vassal = no - prestige = 45 - } - - effect = { - set_country_flag = claim_santa_catarina - badboy = 5 - 2461 = { #Desterro - add_core = RGS - } - 2462 = { #Sao Miguel - add_core = RGS - } - 2459 = { #Lajes - add_core = RGS - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_greater_albania = { - picture = claim_greater_albania - potential = { - tag = ALB - NOT = { has_country_flag = claim_greater_albania } - } - - allow = { - war = no - is_vassal = no - prestige = 45 - government = fascist_dictatorship - } - - effect = { - set_country_flag = claim_greater_albania - 800 = { #Ulcinj - add_core = ALB - } - 802 = { #Pristina - add_core = ALB - } - 803 = { #Prizren - add_core = ALB - } - 807 = { #Bitola - add_core = ALB - } - 824 = { #Janina - add_core = ALB - } - } - - ai_will_do = { - factor = 1 - } - } - - claim_greater_mongolia = { - picture = claim_greater_mongolia - potential = { - tag = MGL - NOT = { has_country_flag = claim_greater_mongolia } - } - - allow = { - war = no - is_vassal = no - OR = { - is_greater_power = yes - is_secondary_power = yes - } - prestige = 45 - } - - effect = { - badboy = 20 - set_country_flag = claim_greater_mongolia - 1075 = { #Irkutsk - add_core = MGL - } - 1078 = { #Chita - add_core = MGL - } - 1079 = { #Nerchinsk - add_core = MGL - } - 1488 = { #Gansu - add_core = MGL - } - 1490 = { #Lanzhou - add_core = MGL - } - 1491 = { #Ningxia - add_core = MGL - } - 1532 = { #Guihua Tumed - add_core = MGL - } - 1534 = { #Ulaan Chab Chuulghan - add_core = MGL - } - 1535 = { #Yeke Juu Chuulghan - add_core = MGL - } - 1596 = { #Tulta - add_core = MGL - } - 1002 = { add_core = MGL } - 2670 = { add_core = MGL } - 2671 = { add_core = MGL } - 1075 = { add_core = MGL } - 1469 = { add_core = MGL } - 1599 = { add_core = MGL } - 1557 = { add_core = MGL } - 1600 = { add_core = MGL } - 1595 = { add_core = MGL } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.02 - } - } - } - - greater_afghanistan = { - picture = form_durrani_empire - potential = { - tag = AFG - owns = 1209 - prestige = 5 - is_vassal = no - NOT = { has_country_flag = greater_afghanistan } - } - allow = { - war = no - state_n_government = 1 - OR = { - prestige = 45 - is_greater_power = yes - is_secondary_power = yes - } - military_score = 40 - } - effect = { - 1218 = { - add_core = AFG - } - 1219 = { - add_core = AFG - } - 1223 = { - add_core = AFG - } - set_country_flag = greater_afghanistan - badboy = 2 - any_country = { - limit = { - OR = { - owns = 1218 - owns = 1219 - owns = 1223 - } - } - relation = { - who = AFG - value = -100 - } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - 1218 = { - owner = { - is_greater_power = yes - military_score = 60 - } - } - } - modifier = { - factor = 0 - 1219 = { - owner = { - is_greater_power = yes - military_score = 60 - } - } - } - modifier = { - factor = 0 - 1223 = { - owner = { - is_greater_power = yes - military_score = 60 - } - } - } - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - greater_nepal = { - picture = greater_nepal - potential = { - tag = NEP - NOT = { has_country_flag = claimed_greater_nepal } - } - - allow = { - war = no - OR = { - NOT = { neighbour = ENG } - AND = { - war_policy = jingoism - civilized = yes - } - } - military_score = 30 - government = fascist_dictatorship - } - - effect = { - set_country_flag = claimed_greater_nepal - 1235 = { add_core = NEP } - 1328 = { add_core = NEP } - 1252 = { add_core = NEP } - 1255 = { add_core = NEP } - any_country = { - limit = { - OR = { - owns = 1235 - owns = 1328 - owns = 1252 - owns = 1255 - } - } - relation = { who = THIS value = -100 } - } - } - - ai_will_do = { - factor = 1 - } - } - - greater_serbia = { - picture = greater_serbia - potential = { - tag = SER - NOT = { has_country_flag = claimed_greater_serbia } - } - - allow = { - war = no - is_vassal = no - is_disarmed = no - war_policy = jingoism - SER = { - all_core = { owned_by = SER } - } - } - - effect = { - set_country_flag = claimed_greater_serbia - prestige = 10 - AUS_777 = { add_core = SER } - TUR_788 = { add_core = SER } - MON_2582 = { add_core = SER } - AUS_780 = { add_core = SER } - 776 = { add_core = SER } - 772 = { add_core = SER } - 774 = { add_core = SER } - } - - ai_will_do = { - factor = 1 - } - } - - reclaim_croatia = { - picture = reclaim_croatia - potential = { - tag = HUN - 771 = { - NOT = { is_core = HUN } - } - NOT = { has_country_flag = reclaimed_croatia } - } - allow = { - is_vassal = no - war_policy = jingoism - government = fascist_dictatorship - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - effect = { - set_country_flag = reclaimed_croatia - prestige = 5 - AUS_771 = { add_core = HUN } - AUS_777 = { add_core = HUN } - 778 = { add_core = HUN } - any_country = { - limit = { - any_owned_province = { region = AUS_771 } - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - } - } - ai_will_do = { - factor = 1 - } - } - - greater_macedonia = { - picture = greater_macedonia - potential = { - tag = MCD - NOT = { has_country_flag = claimed_greater_macedonia } - } - - allow = { - war = no - is_vassal = no - is_disarmed = no - war_policy = jingoism - government = fascist_dictatorship - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - - effect = { - set_country_flag = claimed_greater_macedonia - prestige = 5 - 808 = { add_core = MCD } - 823 = { add_core = MCD } - 805 = { add_core = MCD } - 822 = { add_core = MCD } - 821 = { add_core = MCD } - 819 = { add_core = MCD } - 820 = { add_core = MCD } - } - - ai_will_do = { - factor = 1 - } - } - - greater_ukraine = { - potential = { - tag = UKR - NOT = { has_country_flag = claimed_greater_ukraine } - } - - allow = { - war = no - is_vassal = no - is_disarmed = no - war_policy = jingoism - is_greater_power = yes - government = fascist_dictatorship - } - - effect = { - set_country_flag = claimed_greater_ukraine - prestige = 10 - DON = { all_core = { add_core = UKR } } - RUT = { all_core = { add_core = UKR } } - 676 = { add_core = UKR } - 677 = { add_core = UKR } - 663 = { add_core = UKR } - 715 = { add_core = UKR } - 705 = { add_core = UKR } - 977 = { add_core = UKR } - 1018 = { add_core = UKR } - 1019 = { add_core = UKR } - any_country = { - limit = { - NOT = { tag = THIS } - any_owned_province = { is_core = UKR } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - } - } - - unite_with_ukraine = { - picture = greater_ukraine - potential = { - tag = RUT - exists = UKR - NOT = { has_country_flag = unite_with_ukraine } - } - - allow = { - war = no - is_vassal = no - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = UKR } - } - UKR = { - war = no - neighbour = THIS - is_vassal = no - } - } - - effect = { - set_country_flag = unite_with_ukraine - all_core = { - remove_core = RUT - add_core = UKR - } - 675 = { add_core = UKR } - 663 = { add_core = UKR } - 704 = { add_core = UKR } - 705 = { add_core = UKR } - random_country = { - limit = { - tag = UKR - ai = yes - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = UKR - ai = yes - THIS = { ai = no } - } - any_owned = { secede_province = THIS } - THIS = { - random_owned = { - limit = { province_id = 958 } - owner = { capital = 958 } - } - change_tag = UKR - } - } - random_country = { - limit = { - tag = UKR - ai = no - } - country_event = 60130 - } - } - - ai_will_do = { - factor = 1 - } - } - - greater_assyria = { - picture = greater_assyria - potential = { - tag = ASY - NOT = { has_country_flag = claimed_greater_assyria } - } - - allow = { - war = no - is_vassal = no - is_disarmed = no - war_policy = jingoism - OR = { - owns = 890 - owns = 928 - government = fascist_dictatorship - is_secondary_power = yes - is_greater_power = yes - } - } - - effect = { - set_country_flag = claimed_greater_assyria - prestige = 5 - 923 = { - change_province_name = "Nineveh" - } - 889 = { add_core = ASY } - 890 = { add_core = ASY } - 891 = { add_core = ASY } - 892 = { add_core = ASY } - 893 = { add_core = ASY } - 2414 = { add_core = ASY } - 925 = { add_core = ASY } - 928 = { add_core = ASY } - } - - ai_will_do = { - factor = 1 - } - } - - reclaim_palestine = { - picture = form_the_ikhwan - potential = { - tag = PLS - has_country_flag = israel_received_cores - NOT = { has_country_flag = palestine_reclaimed_cores } - } - - allow = { - war = no - } - - effect = { - set_country_flag = palestine_reclaimed_cores - EGY_921 = { add_core = PLS } - } - } - - provincia_cisplatina = { - picture = banda_oriental - potential = { - tag = BRZ - NOT = { has_country_flag = cisplatina_is_ours } - OR = { - government = absolute_monarchy - government = fascist_dictatorship - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - romanticism = 1 - is_greater_power = yes - OR = { - government = fascist_dictatorship - AND = { - government = absolute_monarchy - war_policy = jingoism - } - } - } - - effect = { - set_country_flag = cisplatina_is_ours #Uruguay provinces - badboy = 10 - 2344 = { - add_core = BRZ - } - 2345 = { - add_core = BRZ - } - 2346 = { - add_core = BRZ - } - 2347 = { - add_core = BRZ - } - - } - - ai_will_do = { - factor = 0 - } - } - - rio_da_prata = { - picture = rhodesia_charter - potential = { - tag = BRZ - NOT = { has_country_flag = prata_is_ours } - government = fascist_dictatorship - } - - allow = { - has_country_flag = cisplatina_is_ours - nationalism_n_imperialism = 1 - is_greater_power = yes - } - - effect = { - set_country_flag = prata_is_ours - badboy = 10 - 2554 = { #posadas - add_core = BRZ - } - 2358= { #santo tomas - add_core = BRZ - } - 2357 = { #curuzu - add_core = BRZ - } - 2356 = { #corrientes - add_core = BRZ - } - 2359 = { #colon - add_core = BRZ - } - 2360 = { #parana - add_core = BRZ - } - - } - - ai_will_do = { - factor = 0 - } - } - - total_war_in_rio_grande_sul = { - alert = yes - picture = begin_line_of_advantage - potential = { - NOT = { has_country_modifier = small_country_draft } - NOT = { has_country_flag = rgs_draft_happened } - tag = RGS - } - - allow = { - war_with = BRZ - } - - effect = { - iron = 10 - wool = 10 - timber = 25 - small_arms = 10 - leadership = 20 - add_country_modifier = { - name = small_country_draft - duration = 30 - } - set_country_flag = rgs_draft_happened - } - ai_will_do = { factor = 1 } - } - - total_war_in_rio_grande = { - alert = yes - picture = begin_line_of_advantage - potential = { - NOT = { has_country_modifier = small_country_draft } - NOT = { has_country_flag = rgr_draft_happened } - tag = RGR - } - - allow = { - war_with = MEX - } - - effect = { - iron = 10 - wool = 10 - timber = 25 - small_arms = 10 - leadership = 20 - add_country_modifier = { - name = small_country_draft - duration = 30 - } - set_country_flag = rgr_draft_happened - } - ai_will_do = { - factor = 1 - } - } - - total_war_in_yucatan = { - alert = yes - picture = begin_line_of_advantage - potential = { - NOT = { has_country_modifier = small_country_draft } - NOT = { has_country_flag = yucatan_draft_happened } - tag = YUC - } - - allow = { - war_with = MEX - } - - effect = { - iron = 10 - wool = 10 - timber = 25 - small_arms = 10 - leadership = 20 - add_country_modifier = { - name = small_country_draft - duration = 30 - } - set_country_flag = yucatan_draft_happened - } - ai_will_do = { - factor = 1 - } - } - - deseret_complete_cores = { - alert = yes - picture = deseret_complete_cores - potential = { - NOT = { has_country_flag = deseret_claims } - tag = DES - NOT = { is_core = 88 } - NOT = { is_core = 87 } - NOT = { is_core = 89 } - NOT = { is_core = 90 } - NOT = { is_core = 102 } - exists = yes - } - - allow = { - is_vassal = no - invention = manifest_destiny - nationalism_n_imperialism = 1 - } - - effect = { - badboy = 10 - 94 = { add_core = DES } - 95 = { add_core = DES } - 96 = { add_core = DES } - 101 = { add_core = DES } - 100 = { add_core = DES } - 102 = { add_core = DES } - 88 = { add_core = DES } - 87 = { add_core = DES } - 89 = { add_core = DES } - 90 = { add_core = DES } - set_country_flag = deseret_claims - } - ai_will_do = { factor = 1 } - } - - greater_syria = { - alert = yes - picture = greater_syria - potential = { - NOT = { has_country_flag = claimed_greater_syria } - tag = SYR - government = fascist_dictatorship - } - - allow = { - nationalism_n_imperialism = 1 - war = no - is_vassal = no - } - - effect = { - badboy = 10 - set_country_flag = claimed_greater_syria - 1756 = { add_core = SYR } - 1757 = { add_core = SYR } - 1131 = { add_core = SYR } - 1132 = { add_core = SYR } - 1136 = { add_core = SYR } - EGY_921 = { add_core = SYR } - EGY_910 = { add_core = SYR } - EGY_915 = { add_core = SYR } - TUR_855 = { add_core = SYR } - TUR_894 = { add_core = SYR } - #TUR_923 = { add_core = SYR } - TUR_931 = { add_core = SYR } - TUR_935 = { add_core = SYR } - TUR_893 = { add_core = SYR } - } - ai_will_do = { factor = 1 } - } - - - greater_croatia = { - alert = yes - picture = greater_croatia_map - potential = { - NOT = { has_country_flag = claimed_greater_croatia } - tag = CRO - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - romanticism = 1 - invention = manifest_destiny - war_policy = jingoism - OR = { - is_greater_power = yes - government = fascist_dictatorship - } - } - - effect = { - badboy = 10 - set_country_flag = claimed_greater_croatia - 791 = { add_core = CRO } - TUR_788 = { add_core = CRO } - } - ai_will_do = { factor = 1 } - } - - greater_tibet = { - alert = yes - picture = tibet_capital - potential = { - NOT = { has_country_flag = claimed_greater_tibet } - tag = TIB - } - - allow = { - war = no - nationalism_n_imperialism = 1 - romanticism = 1 - invention = manifest_destiny - war_policy = jingoism - is_vassal = no - } - - effect = { - badboy = 10 - set_country_flag = claimed_greater_tibet - 1593 = { add_core = TIB } - 1586 = { add_core = TIB } - 1582 = { add_core = TIB } - 1556 = { add_core = TIB } - 1558 = { add_core = TIB } - 1557 = { add_core = TIB } - 1591 = { add_core = TIB } - 1226 = { add_core = TIB } - } - ai_will_do = { factor = 1 } - } - - establish_banatia = { - picture = banatia_map - potential = { - tag = BAN - 2538 = { NOT = { is_core = BAN } } - exists = yes - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - effect = { - badboy = 3 - 2538 = { add_core = BAN } - 791 = { add_core = BAN } - } - ai_will_do = { factor = 1 } - } - - claim_transnitria = { - picture = transnistria_stamp - potential = { - tag = ROM - government = fascist_dictatorship - NOT = { has_country_flag = claimed_transnitria } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - MOL_676 = { owned_by = THIS } - } - - effect = { - set_country_flag = claimed_transnitria - random_list = { - 34 = { badboy = 3 } - 33 = { badboy = 4 } - 33 = { badboy = 5 } - } - RUS_968 = { add_core = ROM } - } - ai_will_do = { factor = 1 } - } - - claim_aragon = { - picture = fueros - potential = { - tag = CAT - NOT = { has_country_flag = claimed_aragon } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - - effect = { - set_country_flag = claimed_aragon - random_list = { - 34 = { badboy = 1 } - 33 = { badboy = 2 } - 33 = { badboy = 3 } - } - 497 = { add_core = CAT } - 495 = { add_core = CAT } - 496 = { add_core = CAT } - } - ai_will_do = { factor = 1 } - } - - claim_tisza = { - picture = romanians_marching - potential = { - tag = ROM - NOT = { has_country_flag = claimed_tisza } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - war_policy = jingoism - is_greater_power = yes - owns = 651 - owns = 647 - owns = 652 - owns = 653 - owns = 664 - any_core = { - any_neighbor_province = { - province_id = 792 - any_pop = { has_pop_culture = romanian } - } - } - } - - effect = { - set_country_flag = claimed_tisza - random_list = { - 34 = { badboy = 5 } - 33 = { badboy = 8 } - 33 = { badboy = 10 } - } - 648 = { add_core = ROM } - 650 = { add_core = ROM } - 649 = { add_core = ROM } - 792 = { add_core = ROM } - 795 = { add_core = ROM } - } - ai_will_do = { factor = 1 } - } - - claim_the_caribbean = { - picture = claim_the_caribbean - potential = { - tag = ATC - NOT = { has_country_flag = claimed_the_caribbean } - is_vassal = no - } - - allow = { - war = no - war_policy = jingoism - is_greater_power = yes - } - - effect = { - set_country_flag = claimed_the_caribbean - badboy = 5 - HAI_2213 = { add_core = ATC } - ENG_203 = { add_core = ATC } - ENG_2224 = { add_core = ATC } - ENG_2228 = { add_core = ATC } - any_country = { - limit = { - any_owned_province = { - OR = { - region = HAI_2213 - region = ENG_203 - region = ENG_2224 - region = ENG_2228 - } - } - } - relation = { who = ATC value = -400 } - diplomatic_influence = { who = ATC value = -400 } - leave_alliance = ATC - end_military_access = ATC - } - } - ai_will_do = { factor = 1 } - } - - greater_bulgaria = { - picture = greater_bulgaria - potential = { - tag = BUL - NOT = { has_country_flag = greater_bulgaria_claimed } - } - - allow = { - war = no - is_greater_power = yes - invention = manifest_destiny - invention = nostalgic_romanticism - government = fascist_dictatorship - } - - effect = { - set_country_flag = greater_bulgaria_claimed - badboy = 15 - TUR_805 = { add_core = BUL } #Southern Macedonia - TUR_803 = { add_core = BUL } #Southern Serbia - random_owned = { - limit = { owner = { NOT = { has_country_flag = bulgaria_exchange has_country_flag = eastern_rumelia_exchange } } } - TUR_860 = { add_core = BUL } #Thrace - } - 860 = { remove_core = BUL } - } - ai_will_do = { factor = 1 } - } - + greater_norway = { + picture = map_iceland + potential = { + tag = NOR + NOT = { has_country_flag = greater_norway } + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + government = fascist_dictatorship + } + + effect = { + set_country_flag = greater_norway + GRN = { all_core = { add_core = NOR } } + ICL = { all_core = { add_core = NOR } } + 253 = { add_core = NOR } + 982 = { add_core = NOR } + 983 = { add_core = NOR } + 2587 = { add_core = NOR } + 338 = { add_core = NOR } + 319 = { add_core = NOR } + } + ai_will_do = { factor = 1 } + } + + greater_finland = { + picture = greater_finland + potential = { + tag = FIN + prestige = 15 + NOT = { 994 = { is_core = FIN } } + NOT = { has_country_flag = greater_finland } + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + NOT = { government = hms_government } + NOT = { government = democracy } + war_policy = jingoism + OR = { + owns = 994 + is_greater_power = yes + AND = { + is_secondary_power = yes + prestige = 150 + } + } + } + + effect = { + RUS_994 = { add_core = FIN } + RUS_339 = { add_core = FIN } + RUS_349 = { add_core = FIN } + add_accepted_culture = ugrian + prestige = 10 + badboy = 10 + set_country_flag = greater_finland + any_country = { + limit = { + is_greater_power = no + is_vassal = no + relation = { + who = FIN + value = 5 + } + NOT = { + tag = FIN + truce_with = FIN + war_with = FIN + } + OR = { + primary_culture = finnish + primary_culture = ugrian + primary_culture = sami + primary_culture = estonian + } + } + country_event = 11109 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { war_policy = jingoism } + } + modifier = { + factor = 0 + 994 = { + NOT = { owned_by = THIS } + owner = { is_greater_power = yes } + } + } + modifier = { + factor = 0 + 994 = { + NOT = { owned_by = THIS } + owner = { + is_greater_power = no + war = no + } + } + } + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + claim_santa_catarina = { + picture = claim_santa_catarina + potential = { + tag = RGS + NOT = { has_country_flag = claim_santa_catarina } + } + + allow = { + war = no + is_vassal = no + prestige = 45 + } + + effect = { + set_country_flag = claim_santa_catarina + badboy = 5 + 2461 = { #Desterro + add_core = RGS + } + 2462 = { #Sao Miguel + add_core = RGS + } + 2459 = { #Lajes + add_core = RGS + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_greater_albania = { + picture = claim_greater_albania + potential = { + tag = ALB + NOT = { has_country_flag = claim_greater_albania } + } + + allow = { + war = no + is_vassal = no + prestige = 45 + government = fascist_dictatorship + } + + effect = { + set_country_flag = claim_greater_albania + 800 = { #Ulcinj + add_core = ALB + } + 802 = { #Pristina + add_core = ALB + } + 803 = { #Prizren + add_core = ALB + } + 807 = { #Bitola + add_core = ALB + } + 824 = { #Janina + add_core = ALB + } + } + + ai_will_do = { + factor = 1 + } + } + + claim_greater_mongolia = { + picture = claim_greater_mongolia + potential = { + tag = MGL + NOT = { has_country_flag = claim_greater_mongolia } + } + + allow = { + war = no + is_vassal = no + OR = { + is_greater_power = yes + is_secondary_power = yes + } + prestige = 45 + } + + effect = { + badboy = 20 + set_country_flag = claim_greater_mongolia + 1075 = { #Irkutsk + add_core = MGL + } + 1078 = { #Chita + add_core = MGL + } + 1079 = { #Nerchinsk + add_core = MGL + } + 1488 = { #Gansu + add_core = MGL + } + 1490 = { #Lanzhou + add_core = MGL + } + 1491 = { #Ningxia + add_core = MGL + } + 1532 = { #Guihua Tumed + add_core = MGL + } + 1534 = { #Ulaan Chab Chuulghan + add_core = MGL + } + 1535 = { #Yeke Juu Chuulghan + add_core = MGL + } + 1596 = { #Tulta + add_core = MGL + } + 1002 = { add_core = MGL } + 2670 = { add_core = MGL } + 2671 = { add_core = MGL } + 1075 = { add_core = MGL } + 1469 = { add_core = MGL } + 1599 = { add_core = MGL } + 1557 = { add_core = MGL } + 1600 = { add_core = MGL } + 1595 = { add_core = MGL } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.02 + } + } + } + + greater_afghanistan = { + picture = form_durrani_empire + potential = { + tag = AFG + owns = 1209 + prestige = 5 + is_vassal = no + NOT = { has_country_flag = greater_afghanistan } + } + allow = { + war = no + state_n_government = 1 + OR = { + prestige = 45 + is_greater_power = yes + is_secondary_power = yes + } + military_score = 40 + } + effect = { + 1218 = { + add_core = AFG + } + 1219 = { + add_core = AFG + } + 1223 = { + add_core = AFG + } + set_country_flag = greater_afghanistan + badboy = 2 + any_country = { + limit = { + OR = { + owns = 1218 + owns = 1219 + owns = 1223 + } + } + relation = { + who = AFG + value = -100 + } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + 1218 = { + owner = { + is_greater_power = yes + military_score = 60 + } + } + } + modifier = { + factor = 0 + 1219 = { + owner = { + is_greater_power = yes + military_score = 60 + } + } + } + modifier = { + factor = 0 + 1223 = { + owner = { + is_greater_power = yes + military_score = 60 + } + } + } + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + greater_nepal = { + picture = greater_nepal + potential = { + tag = NEP + NOT = { has_country_flag = claimed_greater_nepal } + } + + allow = { + war = no + OR = { + NOT = { neighbour = ENG } + AND = { + war_policy = jingoism + civilized = yes + } + } + military_score = 30 + government = fascist_dictatorship + } + + effect = { + set_country_flag = claimed_greater_nepal + 1235 = { add_core = NEP } + 1328 = { add_core = NEP } + 1252 = { add_core = NEP } + 1255 = { add_core = NEP } + any_country = { + limit = { + OR = { + owns = 1235 + owns = 1328 + owns = 1252 + owns = 1255 + } + } + relation = { who = THIS value = -100 } + } + } + + ai_will_do = { + factor = 1 + } + } + + greater_serbia = { + picture = greater_serbia + potential = { + tag = SER + NOT = { has_country_flag = claimed_greater_serbia } + } + + allow = { + war = no + is_vassal = no + is_disarmed = no + war_policy = jingoism + SER = { + all_core = { owned_by = SER } + } + } + + effect = { + set_country_flag = claimed_greater_serbia + prestige = 10 + AUS_777 = { add_core = SER } + TUR_788 = { add_core = SER } + MON_2582 = { add_core = SER } + AUS_780 = { add_core = SER } + 776 = { add_core = SER } + 772 = { add_core = SER } + 774 = { add_core = SER } + } + + ai_will_do = { + factor = 1 + } + } + + reclaim_croatia = { + picture = reclaim_croatia + potential = { + tag = HUN + 771 = { + NOT = { is_core = HUN } + } + NOT = { has_country_flag = reclaimed_croatia } + } + allow = { + is_vassal = no + war_policy = jingoism + government = fascist_dictatorship + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + effect = { + set_country_flag = reclaimed_croatia + prestige = 5 + AUS_771 = { add_core = HUN } + AUS_777 = { add_core = HUN } + 778 = { add_core = HUN } + any_country = { + limit = { + any_owned_province = { region = AUS_771 } + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + } + } + ai_will_do = { + factor = 1 + } + } + + greater_macedonia = { + picture = greater_macedonia + potential = { + tag = MCD + NOT = { has_country_flag = claimed_greater_macedonia } + } + + allow = { + war = no + is_vassal = no + is_disarmed = no + war_policy = jingoism + government = fascist_dictatorship + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + + effect = { + set_country_flag = claimed_greater_macedonia + prestige = 5 + 808 = { add_core = MCD } + 823 = { add_core = MCD } + 805 = { add_core = MCD } + 822 = { add_core = MCD } + 821 = { add_core = MCD } + 819 = { add_core = MCD } + 820 = { add_core = MCD } + } + + ai_will_do = { + factor = 1 + } + } + + greater_ukraine = { + potential = { + tag = UKR + NOT = { has_country_flag = claimed_greater_ukraine } + } + + allow = { + war = no + is_vassal = no + is_disarmed = no + war_policy = jingoism + is_greater_power = yes + government = fascist_dictatorship + } + + effect = { + set_country_flag = claimed_greater_ukraine + prestige = 10 + DON = { all_core = { add_core = UKR } } + RUT = { all_core = { add_core = UKR } } + 676 = { add_core = UKR } + 677 = { add_core = UKR } + 663 = { add_core = UKR } + 715 = { add_core = UKR } + 705 = { add_core = UKR } + 977 = { add_core = UKR } + 1018 = { add_core = UKR } + 1019 = { add_core = UKR } + any_country = { + limit = { + NOT = { tag = THIS } + any_owned_province = { is_core = UKR } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + unite_with_ukraine = { + picture = greater_ukraine + potential = { + tag = RUT + exists = UKR + NOT = { has_country_flag = unite_with_ukraine } + } + + allow = { + war = no + is_vassal = no + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = UKR } + } + UKR = { + war = no + neighbour = THIS + is_vassal = no + } + } + + effect = { + set_country_flag = unite_with_ukraine + all_core = { + remove_core = RUT + add_core = UKR + } + 675 = { add_core = UKR } + 663 = { add_core = UKR } + 704 = { add_core = UKR } + 705 = { add_core = UKR } + random_country = { + limit = { + tag = UKR + ai = yes + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = UKR + ai = yes + THIS = { ai = no } + } + any_owned = { secede_province = THIS } + THIS = { + random_owned = { + limit = { province_id = 958 } + owner = { capital = 958 } + } + change_tag = UKR + } + } + random_country = { + limit = { + tag = UKR + ai = no + } + country_event = 60130 + } + } + + ai_will_do = { + factor = 1 + } + } + + greater_assyria = { + picture = greater_assyria + potential = { + tag = ASY + NOT = { has_country_flag = claimed_greater_assyria } + } + + allow = { + war = no + is_vassal = no + is_disarmed = no + war_policy = jingoism + OR = { + owns = 890 + owns = 928 + government = fascist_dictatorship + is_secondary_power = yes + is_greater_power = yes + } + } + + effect = { + set_country_flag = claimed_greater_assyria + prestige = 5 + 923 = { + change_province_name = "Nineveh" + } + 889 = { add_core = ASY } + 890 = { add_core = ASY } + 891 = { add_core = ASY } + 892 = { add_core = ASY } + 893 = { add_core = ASY } + 2414 = { add_core = ASY } + 925 = { add_core = ASY } + 928 = { add_core = ASY } + } + + ai_will_do = { + factor = 1 + } + } + + reclaim_palestine = { + picture = form_the_ikhwan + potential = { + tag = PLS + has_country_flag = israel_received_cores + NOT = { has_country_flag = palestine_reclaimed_cores } + } + + allow = { + war = no + } + + effect = { + set_country_flag = palestine_reclaimed_cores + EGY_921 = { add_core = PLS } + } + } + + provincia_cisplatina = { + picture = banda_oriental + potential = { + tag = BRZ + NOT = { has_country_flag = cisplatina_is_ours } + OR = { + government = absolute_monarchy + government = fascist_dictatorship + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + romanticism = 1 + is_greater_power = yes + OR = { + government = fascist_dictatorship + AND = { + government = absolute_monarchy + war_policy = jingoism + } + } + } + + effect = { + set_country_flag = cisplatina_is_ours #Uruguay provinces + badboy = 10 + 2344 = { + add_core = BRZ + } + 2345 = { + add_core = BRZ + } + 2346 = { + add_core = BRZ + } + 2347 = { + add_core = BRZ + } + + } + + ai_will_do = { + factor = 0 + } + } + + rio_da_prata = { + picture = rhodesia_charter + potential = { + tag = BRZ + NOT = { has_country_flag = prata_is_ours } + government = fascist_dictatorship + } + + allow = { + has_country_flag = cisplatina_is_ours + nationalism_n_imperialism = 1 + is_greater_power = yes + } + + effect = { + set_country_flag = prata_is_ours + badboy = 10 + 2554 = { #posadas + add_core = BRZ + } + 2358= { #santo tomas + add_core = BRZ + } + 2357 = { #curuzu + add_core = BRZ + } + 2356 = { #corrientes + add_core = BRZ + } + 2359 = { #colon + add_core = BRZ + } + 2360 = { #parana + add_core = BRZ + } + + } + + ai_will_do = { + factor = 0 + } + } + + total_war_in_rio_grande_sul = { + alert = yes + picture = begin_line_of_advantage + potential = { + NOT = { has_country_modifier = small_country_draft } + NOT = { has_country_flag = rgs_draft_happened } + tag = RGS + } + + allow = { + war_with = BRZ + } + + effect = { + iron = 10 + wool = 10 + timber = 25 + small_arms = 10 + leadership = 20 + add_country_modifier = { + name = small_country_draft + duration = 30 + } + set_country_flag = rgs_draft_happened + } + ai_will_do = { factor = 1 } + } + + total_war_in_rio_grande = { + alert = yes + picture = begin_line_of_advantage + potential = { + NOT = { has_country_modifier = small_country_draft } + NOT = { has_country_flag = rgr_draft_happened } + tag = RGR + } + + allow = { + war_with = MEX + } + + effect = { + iron = 10 + wool = 10 + timber = 25 + small_arms = 10 + leadership = 20 + add_country_modifier = { + name = small_country_draft + duration = 30 + } + set_country_flag = rgr_draft_happened + } + ai_will_do = { + factor = 1 + } + } + + total_war_in_yucatan = { + alert = yes + picture = begin_line_of_advantage + potential = { + NOT = { has_country_modifier = small_country_draft } + NOT = { has_country_flag = yucatan_draft_happened } + tag = YUC + } + + allow = { + war_with = MEX + } + + effect = { + iron = 10 + wool = 10 + timber = 25 + small_arms = 10 + leadership = 20 + add_country_modifier = { + name = small_country_draft + duration = 30 + } + set_country_flag = yucatan_draft_happened + } + ai_will_do = { + factor = 1 + } + } + + deseret_complete_cores = { + alert = yes + picture = deseret_complete_cores + potential = { + NOT = { has_country_flag = deseret_claims } + tag = DES + NOT = { is_core = 88 } + NOT = { is_core = 87 } + NOT = { is_core = 89 } + NOT = { is_core = 90 } + NOT = { is_core = 102 } + exists = yes + } + + allow = { + is_vassal = no + invention = manifest_destiny + nationalism_n_imperialism = 1 + } + + effect = { + badboy = 10 + 94 = { add_core = DES } + 95 = { add_core = DES } + 96 = { add_core = DES } + 101 = { add_core = DES } + 100 = { add_core = DES } + 102 = { add_core = DES } + 88 = { add_core = DES } + 87 = { add_core = DES } + 89 = { add_core = DES } + 90 = { add_core = DES } + set_country_flag = deseret_claims + } + ai_will_do = { factor = 1 } + } + + greater_syria = { + alert = yes + picture = greater_syria + potential = { + NOT = { has_country_flag = claimed_greater_syria } + tag = SYR + government = fascist_dictatorship + } + + allow = { + nationalism_n_imperialism = 1 + war = no + is_vassal = no + } + + effect = { + badboy = 10 + set_country_flag = claimed_greater_syria + 1756 = { add_core = SYR } + 1757 = { add_core = SYR } + 1131 = { add_core = SYR } + 1132 = { add_core = SYR } + 1136 = { add_core = SYR } + EGY_921 = { add_core = SYR } + EGY_910 = { add_core = SYR } + EGY_915 = { add_core = SYR } + TUR_855 = { add_core = SYR } + TUR_894 = { add_core = SYR } + #TUR_923 = { add_core = SYR } + TUR_931 = { add_core = SYR } + TUR_935 = { add_core = SYR } + TUR_893 = { add_core = SYR } + } + ai_will_do = { factor = 1 } + } + + + greater_croatia = { + alert = yes + picture = greater_croatia_map + potential = { + NOT = { has_country_flag = claimed_greater_croatia } + tag = CRO + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + romanticism = 1 + invention = manifest_destiny + war_policy = jingoism + OR = { + is_greater_power = yes + government = fascist_dictatorship + } + } + + effect = { + badboy = 10 + set_country_flag = claimed_greater_croatia + 791 = { add_core = CRO } + TUR_788 = { add_core = CRO } + } + ai_will_do = { factor = 1 } + } + + greater_tibet = { + alert = yes + picture = tibet_capital + potential = { + NOT = { has_country_flag = claimed_greater_tibet } + tag = TIB + } + + allow = { + war = no + nationalism_n_imperialism = 1 + romanticism = 1 + invention = manifest_destiny + war_policy = jingoism + is_vassal = no + } + + effect = { + badboy = 10 + set_country_flag = claimed_greater_tibet + 1593 = { add_core = TIB } + 1586 = { add_core = TIB } + 1582 = { add_core = TIB } + 1556 = { add_core = TIB } + 1558 = { add_core = TIB } + 1557 = { add_core = TIB } + 1591 = { add_core = TIB } + 1226 = { add_core = TIB } + } + ai_will_do = { factor = 1 } + } + + establish_banatia = { + picture = banatia_map + potential = { + tag = BAN + 2538 = { NOT = { is_core = BAN } } + exists = yes + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + effect = { + badboy = 3 + 2538 = { add_core = BAN } + 791 = { add_core = BAN } + } + ai_will_do = { factor = 1 } + } + + claim_transnitria = { + picture = transnistria_stamp + potential = { + tag = ROM + government = fascist_dictatorship + NOT = { has_country_flag = claimed_transnitria } + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + MOL_676 = { owned_by = THIS } + } + + effect = { + set_country_flag = claimed_transnitria + random_list = { + 34 = { badboy = 3 } + 33 = { badboy = 4 } + 33 = { badboy = 5 } + } + RUS_968 = { add_core = ROM } + } + ai_will_do = { factor = 1 } + } + + claim_aragon = { + picture = fueros + potential = { + tag = CAT + NOT = { has_country_flag = claimed_aragon } + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + + effect = { + set_country_flag = claimed_aragon + random_list = { + 34 = { badboy = 1 } + 33 = { badboy = 2 } + 33 = { badboy = 3 } + } + 497 = { add_core = CAT } + 495 = { add_core = CAT } + 496 = { add_core = CAT } + } + ai_will_do = { factor = 1 } + } + + claim_tisza = { + picture = romanians_marching + potential = { + tag = ROM + NOT = { has_country_flag = claimed_tisza } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + war_policy = jingoism + is_greater_power = yes + owns = 651 + owns = 647 + owns = 652 + owns = 653 + owns = 664 + any_core = { + any_neighbor_province = { + province_id = 792 + any_pop = { has_pop_culture = romanian } + } + } + } + + effect = { + set_country_flag = claimed_tisza + random_list = { + 34 = { badboy = 5 } + 33 = { badboy = 8 } + 33 = { badboy = 10 } + } + 648 = { add_core = ROM } + 650 = { add_core = ROM } + 649 = { add_core = ROM } + 792 = { add_core = ROM } + 795 = { add_core = ROM } + } + ai_will_do = { factor = 1 } + } + + claim_the_caribbean = { + picture = claim_the_caribbean + potential = { + tag = ATC + NOT = { has_country_flag = claimed_the_caribbean } + is_vassal = no + } + + allow = { + war = no + war_policy = jingoism + is_greater_power = yes + } + + effect = { + set_country_flag = claimed_the_caribbean + badboy = 5 + HAI_2213 = { add_core = ATC } + ENG_203 = { add_core = ATC } + ENG_2224 = { add_core = ATC } + ENG_2228 = { add_core = ATC } + any_country = { + limit = { + any_owned_province = { + OR = { + region = HAI_2213 + region = ENG_203 + region = ENG_2224 + region = ENG_2228 + } + } + } + relation = { who = ATC value = -400 } + diplomatic_influence = { who = ATC value = -400 } + leave_alliance = ATC + end_military_access = ATC + } + } + ai_will_do = { factor = 1 } + } + + greater_bulgaria = { + picture = greater_bulgaria + potential = { + tag = BUL + NOT = { has_country_flag = greater_bulgaria_claimed } + } + + allow = { + war = no + is_greater_power = yes + invention = manifest_destiny + invention = nostalgic_romanticism + government = fascist_dictatorship + } + + effect = { + set_country_flag = greater_bulgaria_claimed + badboy = 15 + TUR_805 = { add_core = BUL } #Southern Macedonia + TUR_803 = { add_core = BUL } #Southern Serbia + random_owned = { + limit = { owner = { NOT = { has_country_flag = bulgaria_exchange has_country_flag = eastern_rumelia_exchange } } } + TUR_860 = { add_core = BUL } #Thrace + } + 860 = { remove_core = BUL } + } + ai_will_do = { factor = 1 } + } + } diff --git a/HPM/decisions/Italy.txt b/HPM/decisions/Italy.txt index 04f9a1c0..83737387 100644 --- a/HPM/decisions/Italy.txt +++ b/HPM/decisions/Italy.txt @@ -1,1483 +1,1483 @@ political_decisions = { - accademia_della_crusca = { + accademia_della_crusca = { potential = { - tag = TUS + tag = TUS NOT = { has_country_flag = accademia_della_crusca } - } + } - allow = { - romanticism = 1 - idealism = 1 - money = 80000 - } + allow = { + romanticism = 1 + idealism = 1 + money = 80000 + } - effect = { - treasury = -80000 - prestige = 15 + effect = { + treasury = -80000 + prestige = 15 political_reform = free_press set_country_flag = accademia_della_crusca } - } - - plombieres = { - picture = cavours_diplomacy - potential = { - OR = { - tag = SAR - tag = SVY - } - NOT = { exists = ITA } - NOT = { has_country_flag = plombieres } - owns = 465 - owns = 466 - owns = 472 - OR = { - AUS = { - owns = 726 - owns = 727 - owns = 728 - } - KUK = { - owns = 726 - owns = 727 - owns = 728 - } - } - FRA = { - neighbour = THIS - is_greater_power = yes - } - } - - allow = { - war = no - NOT = { truce_with = AUS } - NOT = { truce_with = KUK } - OR = { - nationalism_n_imperialism = 1 - year = 1860 - } - OR = { - in_sphere = FRA - AND = { - alliance_with = FRA - relation = { who = FRA value = 150 } - } - } - FRA = { - war = no - is_disarmed = no - NOT = { num_of_revolts = 1 } - NOT = { truce_with = AUS } - NOT = { truce_with = KUK } - } - } - - effect = { - set_country_flag = plombieres - AUS_726 = { add_core = THIS } - random_country = { - limit = { - owns = 726 - owns = 727 - owns = 728 - } - relation = { - who = THIS - value = -100 - } - } - FRA = { country_event = 90038 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - is_greater_power = no - NOT = { in_sphere = FRA } - } - } - } - - cavours_diplomacy = { - potential = { - OR = { - AND = { - tag = ITA - NOT = { exists = SAR } - NOT = { exists = SVY } - } - AND = { - tag = SAR - NOT = { exists = ITA } - } - AND = { - tag = SVY - NOT = { exists = ITA } - } - } - has_country_flag = sardinian_italy - has_country_flag = plombieres - NOT = { has_country_flag = cavour_has_done_his } - NOT = { has_global_flag = plombieres_refused } - owns = 465 - owns = 466 - owns = 472 - exists = FRA - } - - allow = { - relation = { - who = FRA - value = 150 - } - owns = 726 - owns = 727 - owns = 728 - } - - effect = { - set_country_flag = cavour_has_done_his - leave_alliance = FRA - prestige = 50 - badboy = -10 - 465 = { - remove_core = ITA - remove_core = THIS - add_core = FRA - secede_province = FRA - } - 466 = { - remove_core = ITA - remove_core = THIS - add_core = FRA - secede_province = FRA - } - 472 = { - remove_core = ITA - remove_core = THIS - add_core = FRA - secede_province = FRA - } - 726 = { remove_core = AUS } - 727 = { remove_core = AUS } - 728 = { remove_core = AUS } - PAP_741 = { add_core = THIS } - TUS_744 = { add_core = THIS } - #MOD_739 = { add_core = THIS } - any_country = { - limit = { - OR = { - AND = { - any_owned_province = { region = PAP_741 } - is_culture_group = italian - } - is_sphere_leader_of = TUS - is_sphere_leader_of = MOD - is_sphere_leader_of = LUC - is_sphere_leader_of = PAR - } - NOT = { tag = FRA } - } - relation = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - casus_belli = { - target = THIS - type = free_peoples - months = 12 - } - } - random_country = { - limit = { - owns = 741 - is_culture_group = italian - } - 741 = { secede_province = THIS } - } - random_country = { - limit = { - owns = 742 - is_culture_group = italian - } - 742 = { secede_province = THIS } - } - random_country = { - limit = { - owns = 743 - is_culture_group = italian - } - 743 = { secede_province = THIS } - } - random_country = { - limit = { - tag = TUS - war = no - is_mobilised = no - ai = yes - } - THIS = { inherit = TUS } - } - random_country = { - limit = { - tag = TUS - ai = yes - OR = { - war = yes - is_mobilised = yes - } - } - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = TUS - end_war = TUS - } - THIS = { create_vassal = TUS } - } - random_country = { - limit = { - tag = TUS - ai = no - } - country_event = 60130 - } - random_country = { - limit = { - tag = MOD - war = no - is_mobilised = no - ai = yes - } - THIS = { inherit = MOD } - } - random_country = { - limit = { - tag = MOD - ai = yes - OR = { - war = yes - is_mobilised = yes - } - } - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = MOD - end_war = MOD - } - THIS = { create_vassal = MOD } - } - random_country = { - limit = { - tag = MOD - ai = no - } - country_event = 60130 - } - random_country = { - limit = { - tag = LUC - war = no - is_mobilised = no - ai = yes - } - THIS = { inherit = LUC } - } - random_country = { - limit = { - tag = LUC - ai = yes - OR = { - war = yes - is_mobilised = yes - } - } - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = LUC - end_war = LUC - } - THIS = { create_vassal = LUC } - } - random_country = { - limit = { - tag = LUC - ai = no - } - country_event = 60130 - } - random_country = { - limit = { - tag = PAR - war = no - is_mobilised = no - ai = yes - } - THIS = { inherit = PAR } - } - random_country = { - limit = { - tag = PAR - ai = yes - OR = { - war = yes - is_mobilised = yes - } - } - neutrality = yes - set_country_flag = annex_to_master - any_country = { - release_vassal = PAR - end_war = PAR - } - THIS = { create_vassal = PAR } - } - random_country = { - limit = { - tag = PAR - ai = no - } - country_event = 60130 - } - FRA = { - diplomatic_influence = { who = PAP value = -200 } - diplomatic_influence = { who = SIC value = -200 } - } - } - } - - award_order_of_st_francis = { - picture = award_order_of_st_francis - potential = { - tag = SIC - government = absolute_monarchy - NOT = { has_country_flag = order_awarded } - } - - allow = { - prestige = 25 - } - - effect = { - years_of_research = 0.2 - prestige = 2 - set_country_flag = order_awarded - } - } - - statuto_albertino = { - potential = { - OR = { - tag = SAR - tag = SVY - } - government = absolute_monarchy - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_flag = liberal_revolution_fired - } - NOT = { has_country_flag = get_your_statuto_albertino_here } - } - - allow = { - state_n_government = 1 - average_militancy = 2 - } - - effect = { - any_pop = { militancy = -2 } - any_pop = { scaled_militancy = { factor = 3 ideology = reactionary } } - political_reform = universal_weighted_voting - political_reform = proportional_representation - political_reform = harassment - political_reform = censored_press - political_reform = yes_meeting - social_reform = incarceration - prestige = 5 - set_country_flag = get_your_statuto_albertino_here - } - - ai_will_do = { - factor = 0.9 - } - } - - - the_case_of_edgardo_mortara = { - potential = { - tag = PAP - government = theocracy - NOT = { has_country_flag = edgardo_mortara } - year = 1858 - owns = 741 - } - - allow = { - idealism = 1 - } - - effect = { - prestige = 15 - badboy = 1 - any_greater_power = { - relation = { - value = -20 - who = THIS - } - } - set_country_flag = edgardo_mortara - } - } - - the_first_vatican_council = { - potential = { - tag = PAP - government = theocracy - NOT = { has_country_flag = first_vatican_council_held } - } - - allow = { - empiricism = 1 - } - - effect = { - prestige = 10 - badboy = 1 - any_country = { - limit = { - has_country_flag = catholic_country - } - relation = { - who = THIS - value = 10 - } - } - set_country_flag = first_vatican_council_held - } - } - - garibaldi_redshirts = { - picture = garibaldi_redshirts - potential = { - tag = SAR - NOT = { - exists = ITA - has_global_flag = garibaldi_redshirts - has_global_flag = italian_call_to_union - } - } - - allow = { - state_n_government = 1 - war = no - owns = 726 - owns = 727 - owns = 728 - } - - effect = { - set_global_flag = garibaldi_redshirts - prestige = 20 - badboy = 2 - any_country = { - limit = { - is_culture_group = THIS - NOT = { tag = SAR } - NOT = { has_country_flag = post_colonial_country } - } - any_owned = { - add_province_modifier = { - name = nationalist_agitation - duration = 100 - } - } - any_pop = { - limit = { - OR = { - has_pop_culture = north_italian - has_pop_culture = south_italian - } - } - consciousness = 2 - militancy = 10 - } - relation = { - who = SAR - value = -50 - } - } - casus_belli = { target = PAP type = acquire_state months = 48 } - casus_belli = { target = PAP type = conquest months = 48 } - casus_belli = { target = SIC type = acquire_state months = 48 } - casus_belli = { target = SIC type = conquest months = 48 } - } - ai_will_do = { factor = 1 } - } - - law_of_guarantees = { - picture = law_of_guarantees - potential = { - tag = ITA - NOT = { has_country_flag = law_of_guarantees } - } - - allow = { - owns = 749 - } - - effect = { - set_country_flag = law_of_guarantees - capital = 749 - prestige = 5 - badboy = -2 - any_owned = { - limit = { - OR = { - is_core = SAR - is_core = SVY - is_core = SRD - is_core = SIC - is_core = MOD - is_core = TUS - is_core = LUC - is_core = PAR - is_core = PAP - is_core = VEN - is_core = LOM - is_core = RMG - is_core = SYC - } - } - add_core = ITA - remove_core = SAR - remove_core = SVY - remove_core = SRD - remove_core = SIC - remove_core = MOD - remove_core = TUS - remove_core = LUC - remove_core = PAR - remove_core = PAP - remove_core = VEN - remove_core = LOM - remove_core = RMG - remove_core = SYC - remove_core = AUS - remove_core = KUK - remove_core = TRE - } - any_owned = { - limit = { - OR = { - AND = { - region = AUS_733 - OR = { - is_core = AUS - is_core = KUK - } - } - AND = { - region = AUS_729 - OR = { - is_core = AUS - is_core = KUK - } - } - } - } - add_core = ITA - remove_core = AUS - remove_core = KUK - } - any_owned = { - limit = { is_core = FIU } - remove_core = FIU - } - } - } - - italia_irredenta = { - picture = italia_irredenta - potential = { - tag = ITA - NOT = { has_country_flag = italia_ulterior } - } - - allow = { - OR = { - invention = national_fraternity - is_greater_power = yes - } - } - - effect = { - set_country_flag = italia_ulterior - AUS_733 = { add_core = ITA } #Friuli - AUS_729 = { add_core = ITA } #Venetia - #AUS_734 = { add_core = ITA } #South Tirol - #AUS_736 = { add_core = ITA } #Istria - #781 = { add_core = ITA } #Zadar - } - } - - italians_in_balkans = { - picture = italia_irredenta - potential = { - tag = ITA - NOT = { has_country_flag = italian_balkans } - } - - allow = { - OR = { - AND = { - is_greater_power = yes - revolution_n_counterrevolution = 1 - } - mass_politics = 1 - } - war_policy = jingoism - OR = { - government = absolute_monarchy - government = fascist_dictatorship - } - } - - effect = { - set_country_flag = italian_balkans - AUS_734 = { add_core = ITA } #South Tirol - AUS_736 = { add_core = ITA } #Istria - AUS_733 = { add_core = ITA } #Friuli - 781 = { add_core = ITA } #Zadar - } - } - - conquest_of_the_adriatic = { - picture = conquest_adriatic - potential = { - tag = ITA - NOT = { has_country_flag = conquest_adriatic_happened } - } - - allow = { - mass_politics = 1 - war_policy = jingoism - OR = { - government = absolute_monarchy - government = fascist_dictatorship - } - } - - effect = { - badboy = 2 - set_country_flag = conquest_adriatic_happened - AUS_780 = { add_core = ITA } - 2582 = { add_core = ITA } - #774 = { add_core = ITA } - } - - ai_will_do = { - factor = 1 - } - } - - war_italian_independence = { - potential = { - OR = { - tag = SAR - tag = SVY - } - ai = yes - NOT = { - exists = ITA - has_country_flag = war_italian_independence - } - OR = { - AUS = { - owns = 726 - owns = 727 - owns = 728 - } - KUK = { - owns = 726 - owns = 727 - owns = 728 - } - } - } - - allow = { - war = no - NOT = { truce_with = AUS } - NOT = { truce_with = KUK } - AUS = { - OR = { - exists = no - AND = { - is_greater_power = no - is_secondary_power = no - NOT = { brigades_compare = 2 } - } - national_provinces_occupied = 0.20 - num_of_revolts = 10 - } - } - KUK = { - OR = { - exists = no - AND = { - is_greater_power = no - is_secondary_power = no - NOT = { brigades_compare = 2 } - } - national_provinces_occupied = 0.20 - num_of_revolts = 10 - } - } - } - - effect = { - set_country_flag = war_italian_independence - any_pop = { - limit = { is_primary_culture = yes } - militancy = -2 - } - any_country = { - limit = { - is_culture_group = italian - NOT = { in_sphere = AUS } - NOT = { in_sphere = KUK } - NOT = { tag = THIS } - ai = yes - } - relation = { - who = THIS - value = 100 - } - create_alliance = THIS - } - add_country_modifier = { - name = small_country_draft - duration = 365 - } - any_country = { - limit = { - tag = FRA - alliance_with = THIS - THIS = { is_greater_power = no } - } - set_country_flag = restore_alliance - leave_alliance = THIS - } - random_country = { - limit = { - tag = AUS - owns = 726 - } - THIS = { - war = { - target = AUS - attacker_goal = { - casus_belli = unification_casus_belli - state_province_id = 726 - } - defender_goal = { - casus_belli = status_quo - } - call_ally = yes - } - } - } - random_country = { - limit = { - tag = KUK - owns = 726 - } - THIS = { - war = { - target = KUK - attacker_goal = { - casus_belli = unification_casus_belli - state_province_id = 726 - } - defender_goal = { - casus_belli = humiliate - } - call_ally = yes - } - } - } - any_country = { - limit = { - tag = FRA - has_country_flag = restore_alliance - } - clr_country_flag = restore_alliance - create_alliance = THIS - } - } - } - - italian_call_to_union = { - picture = form_italy - potential = { - is_culture_group = italian - NOT = { - exists = ITA - has_global_flag = italian_call_to_union - has_global_flag = garibaldi_redshirts - } - } - - allow = { - war = no - OR = { - nationalism_n_imperialism = 1 - exists = GER - AND = { - exists = AUS - AUS = { - is_greater_power = no - is_secondary_power = no - } - } - AND = { - exists = KUK - KUK = { - is_greater_power = no - is_secondary_power = no - } - } - } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - NOT = { any_greater_power = { is_culture_group = italian } } - } - } - } - - effect = { - set_global_flag = italian_call_to_union - set_country_flag = made_the_call_to_union - prestige = 20 - badboy = 3 - any_country = { - limit = { - is_culture_group = THIS - NOT = { tag = THIS } - NOT = { has_country_flag = post_colonial_country } - } - any_pop = { - limit = { - OR = { - has_pop_culture = north_italian - has_pop_culture = south_italian - } - } - consciousness = 2 - militancy = 10 - } - relation = { - who = THIS - value = -50 - } - } - } - } - - we_are_italian = { - picture = form_italy - potential = { - OR = { - tag = CRS - tag = TRE - tag = LOM - tag = VEN - tag = RMG - tag = SRD - tag = SYC - } - exists = yes - NOT = { has_country_flag = we_are_italian } - } - - allow = { - war = no - } - - effect = { - set_country_flag = we_are_italian - all_core = { add_core = ITA } - any_pop = { - limit = { - OR = { - has_pop_culture = north_italian - has_pop_culture = south_italian - } - } - militancy = -4 - } - random_country = { - limit = { - is_culture_group = italian - is_greater_power = yes - THIS = { - NOT = { sphere_owner = { is_culture_group = italian } } - } - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - is_culture_group = italian - } - relation = { - who = THIS - value = 100 - } - } - } - } - - unite_with_tuscany = { - picture = gtfo - potential = { - tag = LUC - exists = TUS - NOT = { has_country_flag = unite_with_tuscany } - } - - allow = { - war = no - is_vassal = no - OR = { - part_of_sphere = no - AND = { - sphere_owner = { is_sphere_leader_of = TUS } - year = 1847 - } - } - TUS = { - war = no - neighbour = LUC - is_vassal = no - } - } - - effect = { - set_country_flag = unite_with_tuscany - all_core = { - remove_core = LUC - add_core = TUS - } - random_country = { - limit = { - tag = TUS - ai = yes - LUC = { ai = yes } - } - inherit = LUC - } - random_country = { - limit = { - tag = TUS - ai = yes - LUC = { ai = no } - } - any_owned = { secede_province = LUC } - LUC = { - random_owned = { - limit = { province_id = 744 } - owner = { capital = 744 } - } - change_tag = TUS - } - } - random_country = { - limit = { - tag = TUS - ai = no - } - country_event = 60130 - } - } - - ai_will_do = { - factor = 1 - } - } - - treaty_of_ouchy = { - picture = treaty_signing - potential = { - tag = ITA - has_country_flag = guerra_di_libia - NOT = { has_country_flag = treaty_of_ouchy } - owns = 1731 - } - - allow = { - war = no - owns = 1731 - TUR = { - war = no - is_greater_power = no - any_owned_province = { OR = { is_core = TRI is_core = CYR } } - } - } - - effect = { - set_country_flag = treaty_of_ouchy - prestige = 10 - TUR = { - prestige = 5 - any_owned = { - limit = { - OR = { - is_core = TRI - is_core = CYR - } - } - remove_core = TUR - secede_province = ITA - } - } - random_state = { - limit = { - any_owned_province = { is_core = TUR } - } - any_owned = { - limit = { is_core = TUR } - secede_province = TUR - } - } - relation = { - who = TUR - value = 100 - } - } - - ai_will_do = { - factor = 1 - } - } - - perfect_fusion = { - picture = perfect_fusion - potential = { - tag = SAR - NOT = { has_country_flag = perfect_fusion } - } - - allow = { - state_n_government = 1 - OR = { - government = hms_government - government = prussian_constitutionalism - } - OR = { - average_militancy = 2 - has_country_flag = liberal_revolution_in_progress - has_country_flag = liberal_revolution_fired - has_country_flag = had_liberal_revolution - } - SRD = { all_core = { owned_by = THIS } } - } - - effect = { - add_accepted_culture = south_italian - SRD = { - all_core = { - any_pop = { consciousness = 3 militancy = -9 } - remove_core = SRD - } - } - any_pop = { scaled_militancy = { factor = 3 ideology = reactionary } } - set_country_flag = perfect_fusion - } - - ai_will_do = { factor = 1 } - } - - become_savoy = { - potential = { - tag = SAR - NOT = { - exists = SVY - owns = 765 - } - } - - allow = { - war = no - owns = 720 - NOT = { owns = 765 } - } - - effect = { - SAR = { - all_core = { - add_core = SVY - remove_core = SAR - } - } - change_tag = SVY - any_pop = { - limit = { has_pop_culture = north_italian } - militancy = -3 - } - } - - ai_will_do = { - factor = 1 - } - } - - become_piedmont = { - picture = become_savoy - potential = { - tag = SVY - NOT = { exists = SAR } - SRD = { - OR = { - exists = no - ai = yes - } - } - } - - allow = { - war = no - owns = 720 - OR = { - owns = 765 - SRD = { - war = no - exists = yes - NOT = { truce_with = THIS } - is_vassal = no - relation = { who = THIS value = 150 } - OR = { - NOT = { part_of_sphere = yes } - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - } - - effect = { - prestige = 10 - SVY = { - all_core = { - add_core = SAR - remove_core = SVY - } - } - random_country = { - limit = { - tag = SRD - exists = yes - } - annex_to = THIS - } - change_tag = SAR - add_accepted_culture = south_italian - any_pop = { - limit = { is_culture_group = italian } - militancy = -3 - } - } - - ai_will_do = { factor = 1 } - } - - reclaim_italian_lands = { - picture = reclaim_italian_lands - potential = { - tag = ITA - NOT = { has_country_flag = reclaim_italian_lands } - has_country_flag = conquest_adriatic_happened - government = fascist_dictatorship - } - - allow = { - is_greater_power = yes - } - - effect = { - badboy = 10 - set_country_flag = reclaim_italian_lands - SAR_466 = { add_core = ITA } - 826 = { add_core = ITA } - 852 = { add_core = ITA } - 853 = { add_core = ITA } - 854 = { add_core = ITA } - 473 = { add_core = ITA } - } - - ai_will_do = { - factor = 1 - } - } - - fatherland_altar = { - picture = build_vittoriano - potential = { - owns = 749 - NOT = { has_country_flag = vittoriano_built } - tag = ITA - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = fascist_dictatorship - } - NOT = { has_country_flag = vittoriano_built } - } - - allow = { - money = 10000 - realism = 1 - } - - effect = { - treasury = -10000 - prestige = 20 - any_pop = { militancy = -1 } - set_country_flag = vittoriano_built - random_list = { - 25 = { - add_country_modifier = { - name = monument_under_construction - duration = 3285 - } - } - 25 = { - add_country_modifier = { - name = monument_under_construction - duration = 3650 - } - } - 25 = { - add_country_modifier = { - name = monument_under_construction - duration = 4380 - } - } - 25 = { - add_country_modifier = { - name = monument_under_construction - duration = 5110 - } - } - } - } - - ai_will_do = { factor = 1 } - } - - - abolish_italian_minors = { - picture = law_of_guarantees - potential = { - tag = ITA - has_country_flag = law_of_guarantees - any_owned_province = { - OR = { - is_core = SAR - is_core = SVY - is_core = SRD - is_core = SIC - is_core = MOD - is_core = TUS - is_core = LUC - is_core = PAR - is_core = PAP - is_core = VEN - is_core = LOM - is_core = RMG - is_core = SYC - is_core = FIU - is_core = TRE - AND = { - region = AUS_733 - OR = { - is_core = AUS - is_core = KUK - } - } - AND = { - region = AUS_729 - OR = { - is_core = AUS - is_core = KUK - } - } - } - } - } - - allow = { - nationalism_n_imperialism = 1 - } - - effect = { - badboy = 1 - any_owned = { - limit = { - OR = { - is_core = SAR - is_core = SVY - is_core = SRD - is_core = SIC - is_core = MOD - is_core = TUS - is_core = LUC - is_core = PAR - is_core = PAP - is_core = VEN - is_core = LOM - is_core = RMG - is_core = SYC - is_core = TRE - } - } - add_core = ITA - remove_core = SAR - remove_core = SVY - remove_core = SRD - remove_core = SIC - remove_core = MOD - remove_core = TUS - remove_core = LUC - remove_core = PAR - remove_core = PAP - remove_core = VEN - remove_core = LOM - remove_core = RMG - remove_core = SYC - remove_core = TRE - } - any_owned = { - limit = { - OR = { - AND = { - region = AUS_733 - OR = { - is_core = AUS - is_core = KUK - } - } - AND = { - region = AUS_729 - OR = { - is_core = AUS - is_core = KUK - } - } - } - } - add_core = ITA - remove_core = AUS - remove_core = KUK - } - any_owned = { - limit = { is_core = FIU } - remove_core = FIU - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.9 - } - } - } - - - #Appoint Camillo Benso Cavour - appoint_camillo_cavour = { - picture = SAR_appoint_camillo_cavour - potential = { - tag = SAR - year = 1850 - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { has_country_flag = camillo_cavour_appointed } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = conservative - } - } - - effect = { - set_country_flag = camillo_cavour_appointed - add_country_modifier = { name = camillo_cavour duration = 3650 } - - any_pop = { - limit = { is_culture_group = italian } - militancy = -1 - dominant_issue = { factor = 0.2 value = jingoism } - } - } - } - - #Add Maltese as Accepted - accept_the_maltese = { - picture = map_malta - potential = { - tag = ITA - owns = 854 - NOT = { accepted_culture = maltese } - OR = { - government = hms_government - government = democracy - } - } - - allow = { - war = no - is_greater_power = yes - social_science = 1 - citizenship_policy = full_citizenship - citizens_rights = all_voting_pops - 854 = { - literacy = 0.5 - NOT = { - average_consciousness = 4 - average_militancy = 3 - } - } - OR = { - school_reforms = acceptable_schools - school_reforms = good_schools - } - } - - effect = { - add_accepted_culture = maltese - 854 = { add_core = ITA } - } - } - + } + + plombieres = { + picture = cavours_diplomacy + potential = { + OR = { + tag = SAR + tag = SVY + } + NOT = { exists = ITA } + NOT = { has_country_flag = plombieres } + owns = 465 + owns = 466 + owns = 472 + OR = { + AUS = { + owns = 726 + owns = 727 + owns = 728 + } + KUK = { + owns = 726 + owns = 727 + owns = 728 + } + } + FRA = { + neighbour = THIS + is_greater_power = yes + } + } + + allow = { + war = no + NOT = { truce_with = AUS } + NOT = { truce_with = KUK } + OR = { + nationalism_n_imperialism = 1 + year = 1860 + } + OR = { + in_sphere = FRA + AND = { + alliance_with = FRA + relation = { who = FRA value = 150 } + } + } + FRA = { + war = no + is_disarmed = no + NOT = { num_of_revolts = 1 } + NOT = { truce_with = AUS } + NOT = { truce_with = KUK } + } + } + + effect = { + set_country_flag = plombieres + AUS_726 = { add_core = THIS } + random_country = { + limit = { + owns = 726 + owns = 727 + owns = 728 + } + relation = { + who = THIS + value = -100 + } + } + FRA = { country_event = 90038 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + is_greater_power = no + NOT = { in_sphere = FRA } + } + } + } + + cavours_diplomacy = { + potential = { + OR = { + AND = { + tag = ITA + NOT = { exists = SAR } + NOT = { exists = SVY } + } + AND = { + tag = SAR + NOT = { exists = ITA } + } + AND = { + tag = SVY + NOT = { exists = ITA } + } + } + has_country_flag = sardinian_italy + has_country_flag = plombieres + NOT = { has_country_flag = cavour_has_done_his } + NOT = { has_global_flag = plombieres_refused } + owns = 465 + owns = 466 + owns = 472 + exists = FRA + } + + allow = { + relation = { + who = FRA + value = 150 + } + owns = 726 + owns = 727 + owns = 728 + } + + effect = { + set_country_flag = cavour_has_done_his + leave_alliance = FRA + prestige = 50 + badboy = -10 + 465 = { + remove_core = ITA + remove_core = THIS + add_core = FRA + secede_province = FRA + } + 466 = { + remove_core = ITA + remove_core = THIS + add_core = FRA + secede_province = FRA + } + 472 = { + remove_core = ITA + remove_core = THIS + add_core = FRA + secede_province = FRA + } + 726 = { remove_core = AUS } + 727 = { remove_core = AUS } + 728 = { remove_core = AUS } + PAP_741 = { add_core = THIS } + TUS_744 = { add_core = THIS } + #MOD_739 = { add_core = THIS } + any_country = { + limit = { + OR = { + AND = { + any_owned_province = { region = PAP_741 } + is_culture_group = italian + } + is_sphere_leader_of = TUS + is_sphere_leader_of = MOD + is_sphere_leader_of = LUC + is_sphere_leader_of = PAR + } + NOT = { tag = FRA } + } + relation = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + casus_belli = { + target = THIS + type = free_peoples + months = 12 + } + } + random_country = { + limit = { + owns = 741 + is_culture_group = italian + } + 741 = { secede_province = THIS } + } + random_country = { + limit = { + owns = 742 + is_culture_group = italian + } + 742 = { secede_province = THIS } + } + random_country = { + limit = { + owns = 743 + is_culture_group = italian + } + 743 = { secede_province = THIS } + } + random_country = { + limit = { + tag = TUS + war = no + is_mobilised = no + ai = yes + } + THIS = { inherit = TUS } + } + random_country = { + limit = { + tag = TUS + ai = yes + OR = { + war = yes + is_mobilised = yes + } + } + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = TUS + end_war = TUS + } + THIS = { create_vassal = TUS } + } + random_country = { + limit = { + tag = TUS + ai = no + } + country_event = 60130 + } + random_country = { + limit = { + tag = MOD + war = no + is_mobilised = no + ai = yes + } + THIS = { inherit = MOD } + } + random_country = { + limit = { + tag = MOD + ai = yes + OR = { + war = yes + is_mobilised = yes + } + } + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = MOD + end_war = MOD + } + THIS = { create_vassal = MOD } + } + random_country = { + limit = { + tag = MOD + ai = no + } + country_event = 60130 + } + random_country = { + limit = { + tag = LUC + war = no + is_mobilised = no + ai = yes + } + THIS = { inherit = LUC } + } + random_country = { + limit = { + tag = LUC + ai = yes + OR = { + war = yes + is_mobilised = yes + } + } + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = LUC + end_war = LUC + } + THIS = { create_vassal = LUC } + } + random_country = { + limit = { + tag = LUC + ai = no + } + country_event = 60130 + } + random_country = { + limit = { + tag = PAR + war = no + is_mobilised = no + ai = yes + } + THIS = { inherit = PAR } + } + random_country = { + limit = { + tag = PAR + ai = yes + OR = { + war = yes + is_mobilised = yes + } + } + neutrality = yes + set_country_flag = annex_to_master + any_country = { + release_vassal = PAR + end_war = PAR + } + THIS = { create_vassal = PAR } + } + random_country = { + limit = { + tag = PAR + ai = no + } + country_event = 60130 + } + FRA = { + diplomatic_influence = { who = PAP value = -200 } + diplomatic_influence = { who = SIC value = -200 } + } + } + } + + award_order_of_st_francis = { + picture = award_order_of_st_francis + potential = { + tag = SIC + government = absolute_monarchy + NOT = { has_country_flag = order_awarded } + } + + allow = { + prestige = 25 + } + + effect = { + years_of_research = 0.2 + prestige = 2 + set_country_flag = order_awarded + } + } + + statuto_albertino = { + potential = { + OR = { + tag = SAR + tag = SVY + } + government = absolute_monarchy + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_flag = liberal_revolution_fired + } + NOT = { has_country_flag = get_your_statuto_albertino_here } + } + + allow = { + state_n_government = 1 + average_militancy = 2 + } + + effect = { + any_pop = { militancy = -2 } + any_pop = { scaled_militancy = { factor = 3 ideology = reactionary } } + political_reform = universal_weighted_voting + political_reform = proportional_representation + political_reform = harassment + political_reform = censored_press + political_reform = yes_meeting + social_reform = incarceration + prestige = 5 + set_country_flag = get_your_statuto_albertino_here + } + + ai_will_do = { + factor = 0.9 + } + } + + + the_case_of_edgardo_mortara = { + potential = { + tag = PAP + government = theocracy + NOT = { has_country_flag = edgardo_mortara } + year = 1858 + owns = 741 + } + + allow = { + idealism = 1 + } + + effect = { + prestige = 15 + badboy = 1 + any_greater_power = { + relation = { + value = -20 + who = THIS + } + } + set_country_flag = edgardo_mortara + } + } + + the_first_vatican_council = { + potential = { + tag = PAP + government = theocracy + NOT = { has_country_flag = first_vatican_council_held } + } + + allow = { + empiricism = 1 + } + + effect = { + prestige = 10 + badboy = 1 + any_country = { + limit = { + has_country_flag = catholic_country + } + relation = { + who = THIS + value = 10 + } + } + set_country_flag = first_vatican_council_held + } + } + + garibaldi_redshirts = { + picture = garibaldi_redshirts + potential = { + tag = SAR + NOT = { + exists = ITA + has_global_flag = garibaldi_redshirts + has_global_flag = italian_call_to_union + } + } + + allow = { + state_n_government = 1 + war = no + owns = 726 + owns = 727 + owns = 728 + } + + effect = { + set_global_flag = garibaldi_redshirts + prestige = 20 + badboy = 2 + any_country = { + limit = { + is_culture_group = THIS + NOT = { tag = SAR } + NOT = { has_country_flag = post_colonial_country } + } + any_owned = { + add_province_modifier = { + name = nationalist_agitation + duration = 100 + } + } + any_pop = { + limit = { + OR = { + has_pop_culture = north_italian + has_pop_culture = south_italian + } + } + consciousness = 2 + militancy = 10 + } + relation = { + who = SAR + value = -50 + } + } + casus_belli = { target = PAP type = acquire_state months = 48 } + casus_belli = { target = PAP type = conquest months = 48 } + casus_belli = { target = SIC type = acquire_state months = 48 } + casus_belli = { target = SIC type = conquest months = 48 } + } + ai_will_do = { factor = 1 } + } + + law_of_guarantees = { + picture = law_of_guarantees + potential = { + tag = ITA + NOT = { has_country_flag = law_of_guarantees } + } + + allow = { + owns = 749 + } + + effect = { + set_country_flag = law_of_guarantees + capital = 749 + prestige = 5 + badboy = -2 + any_owned = { + limit = { + OR = { + is_core = SAR + is_core = SVY + is_core = SRD + is_core = SIC + is_core = MOD + is_core = TUS + is_core = LUC + is_core = PAR + is_core = PAP + is_core = VEN + is_core = LOM + is_core = RMG + is_core = SYC + } + } + add_core = ITA + remove_core = SAR + remove_core = SVY + remove_core = SRD + remove_core = SIC + remove_core = MOD + remove_core = TUS + remove_core = LUC + remove_core = PAR + remove_core = PAP + remove_core = VEN + remove_core = LOM + remove_core = RMG + remove_core = SYC + remove_core = AUS + remove_core = KUK + remove_core = TRE + } + any_owned = { + limit = { + OR = { + AND = { + region = AUS_733 + OR = { + is_core = AUS + is_core = KUK + } + } + AND = { + region = AUS_729 + OR = { + is_core = AUS + is_core = KUK + } + } + } + } + add_core = ITA + remove_core = AUS + remove_core = KUK + } + any_owned = { + limit = { is_core = FIU } + remove_core = FIU + } + } + } + + italia_irredenta = { + picture = italia_irredenta + potential = { + tag = ITA + NOT = { has_country_flag = italia_ulterior } + } + + allow = { + OR = { + invention = national_fraternity + is_greater_power = yes + } + } + + effect = { + set_country_flag = italia_ulterior + AUS_733 = { add_core = ITA } #Friuli + AUS_729 = { add_core = ITA } #Venetia + #AUS_734 = { add_core = ITA } #South Tirol + #AUS_736 = { add_core = ITA } #Istria + #781 = { add_core = ITA } #Zadar + } + } + + italians_in_balkans = { + picture = italia_irredenta + potential = { + tag = ITA + NOT = { has_country_flag = italian_balkans } + } + + allow = { + OR = { + AND = { + is_greater_power = yes + revolution_n_counterrevolution = 1 + } + mass_politics = 1 + } + war_policy = jingoism + OR = { + government = absolute_monarchy + government = fascist_dictatorship + } + } + + effect = { + set_country_flag = italian_balkans + AUS_734 = { add_core = ITA } #South Tirol + AUS_736 = { add_core = ITA } #Istria + AUS_733 = { add_core = ITA } #Friuli + 781 = { add_core = ITA } #Zadar + } + } + + conquest_of_the_adriatic = { + picture = conquest_adriatic + potential = { + tag = ITA + NOT = { has_country_flag = conquest_adriatic_happened } + } + + allow = { + mass_politics = 1 + war_policy = jingoism + OR = { + government = absolute_monarchy + government = fascist_dictatorship + } + } + + effect = { + badboy = 2 + set_country_flag = conquest_adriatic_happened + AUS_780 = { add_core = ITA } + 2582 = { add_core = ITA } + #774 = { add_core = ITA } + } + + ai_will_do = { + factor = 1 + } + } + + war_italian_independence = { + potential = { + OR = { + tag = SAR + tag = SVY + } + ai = yes + NOT = { + exists = ITA + has_country_flag = war_italian_independence + } + OR = { + AUS = { + owns = 726 + owns = 727 + owns = 728 + } + KUK = { + owns = 726 + owns = 727 + owns = 728 + } + } + } + + allow = { + war = no + NOT = { truce_with = AUS } + NOT = { truce_with = KUK } + AUS = { + OR = { + exists = no + AND = { + is_greater_power = no + is_secondary_power = no + NOT = { brigades_compare = 2 } + } + national_provinces_occupied = 0.20 + num_of_revolts = 10 + } + } + KUK = { + OR = { + exists = no + AND = { + is_greater_power = no + is_secondary_power = no + NOT = { brigades_compare = 2 } + } + national_provinces_occupied = 0.20 + num_of_revolts = 10 + } + } + } + + effect = { + set_country_flag = war_italian_independence + any_pop = { + limit = { is_primary_culture = yes } + militancy = -2 + } + any_country = { + limit = { + is_culture_group = italian + NOT = { in_sphere = AUS } + NOT = { in_sphere = KUK } + NOT = { tag = THIS } + ai = yes + } + relation = { + who = THIS + value = 100 + } + create_alliance = THIS + } + add_country_modifier = { + name = small_country_draft + duration = 365 + } + any_country = { + limit = { + tag = FRA + alliance_with = THIS + THIS = { is_greater_power = no } + } + set_country_flag = restore_alliance + leave_alliance = THIS + } + random_country = { + limit = { + tag = AUS + owns = 726 + } + THIS = { + war = { + target = AUS + attacker_goal = { + casus_belli = unification_casus_belli + state_province_id = 726 + } + defender_goal = { + casus_belli = status_quo + } + call_ally = yes + } + } + } + random_country = { + limit = { + tag = KUK + owns = 726 + } + THIS = { + war = { + target = KUK + attacker_goal = { + casus_belli = unification_casus_belli + state_province_id = 726 + } + defender_goal = { + casus_belli = humiliate + } + call_ally = yes + } + } + } + any_country = { + limit = { + tag = FRA + has_country_flag = restore_alliance + } + clr_country_flag = restore_alliance + create_alliance = THIS + } + } + } + + italian_call_to_union = { + picture = form_italy + potential = { + is_culture_group = italian + NOT = { + exists = ITA + has_global_flag = italian_call_to_union + has_global_flag = garibaldi_redshirts + } + } + + allow = { + war = no + OR = { + nationalism_n_imperialism = 1 + exists = GER + AND = { + exists = AUS + AUS = { + is_greater_power = no + is_secondary_power = no + } + } + AND = { + exists = KUK + KUK = { + is_greater_power = no + is_secondary_power = no + } + } + } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + NOT = { any_greater_power = { is_culture_group = italian } } + } + } + } + + effect = { + set_global_flag = italian_call_to_union + set_country_flag = made_the_call_to_union + prestige = 20 + badboy = 3 + any_country = { + limit = { + is_culture_group = THIS + NOT = { tag = THIS } + NOT = { has_country_flag = post_colonial_country } + } + any_pop = { + limit = { + OR = { + has_pop_culture = north_italian + has_pop_culture = south_italian + } + } + consciousness = 2 + militancy = 10 + } + relation = { + who = THIS + value = -50 + } + } + } + } + + we_are_italian = { + picture = form_italy + potential = { + OR = { + tag = CRS + tag = TRE + tag = LOM + tag = VEN + tag = RMG + tag = SRD + tag = SYC + } + exists = yes + NOT = { has_country_flag = we_are_italian } + } + + allow = { + war = no + } + + effect = { + set_country_flag = we_are_italian + all_core = { add_core = ITA } + any_pop = { + limit = { + OR = { + has_pop_culture = north_italian + has_pop_culture = south_italian + } + } + militancy = -4 + } + random_country = { + limit = { + is_culture_group = italian + is_greater_power = yes + THIS = { + NOT = { sphere_owner = { is_culture_group = italian } } + } + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + is_culture_group = italian + } + relation = { + who = THIS + value = 100 + } + } + } + } + + unite_with_tuscany = { + picture = gtfo + potential = { + tag = LUC + exists = TUS + NOT = { has_country_flag = unite_with_tuscany } + } + + allow = { + war = no + is_vassal = no + OR = { + part_of_sphere = no + AND = { + sphere_owner = { is_sphere_leader_of = TUS } + year = 1847 + } + } + TUS = { + war = no + neighbour = LUC + is_vassal = no + } + } + + effect = { + set_country_flag = unite_with_tuscany + all_core = { + remove_core = LUC + add_core = TUS + } + random_country = { + limit = { + tag = TUS + ai = yes + LUC = { ai = yes } + } + inherit = LUC + } + random_country = { + limit = { + tag = TUS + ai = yes + LUC = { ai = no } + } + any_owned = { secede_province = LUC } + LUC = { + random_owned = { + limit = { province_id = 744 } + owner = { capital = 744 } + } + change_tag = TUS + } + } + random_country = { + limit = { + tag = TUS + ai = no + } + country_event = 60130 + } + } + + ai_will_do = { + factor = 1 + } + } + + treaty_of_ouchy = { + picture = treaty_signing + potential = { + tag = ITA + has_country_flag = guerra_di_libia + NOT = { has_country_flag = treaty_of_ouchy } + owns = 1731 + } + + allow = { + war = no + owns = 1731 + TUR = { + war = no + is_greater_power = no + any_owned_province = { OR = { is_core = TRI is_core = CYR } } + } + } + + effect = { + set_country_flag = treaty_of_ouchy + prestige = 10 + TUR = { + prestige = 5 + any_owned = { + limit = { + OR = { + is_core = TRI + is_core = CYR + } + } + remove_core = TUR + secede_province = ITA + } + } + random_state = { + limit = { + any_owned_province = { is_core = TUR } + } + any_owned = { + limit = { is_core = TUR } + secede_province = TUR + } + } + relation = { + who = TUR + value = 100 + } + } + + ai_will_do = { + factor = 1 + } + } + + perfect_fusion = { + picture = perfect_fusion + potential = { + tag = SAR + NOT = { has_country_flag = perfect_fusion } + } + + allow = { + state_n_government = 1 + OR = { + government = hms_government + government = prussian_constitutionalism + } + OR = { + average_militancy = 2 + has_country_flag = liberal_revolution_in_progress + has_country_flag = liberal_revolution_fired + has_country_flag = had_liberal_revolution + } + SRD = { all_core = { owned_by = THIS } } + } + + effect = { + add_accepted_culture = south_italian + SRD = { + all_core = { + any_pop = { consciousness = 3 militancy = -9 } + remove_core = SRD + } + } + any_pop = { scaled_militancy = { factor = 3 ideology = reactionary } } + set_country_flag = perfect_fusion + } + + ai_will_do = { factor = 1 } + } + + become_savoy = { + potential = { + tag = SAR + NOT = { + exists = SVY + owns = 765 + } + } + + allow = { + war = no + owns = 720 + NOT = { owns = 765 } + } + + effect = { + SAR = { + all_core = { + add_core = SVY + remove_core = SAR + } + } + change_tag = SVY + any_pop = { + limit = { has_pop_culture = north_italian } + militancy = -3 + } + } + + ai_will_do = { + factor = 1 + } + } + + become_piedmont = { + picture = become_savoy + potential = { + tag = SVY + NOT = { exists = SAR } + SRD = { + OR = { + exists = no + ai = yes + } + } + } + + allow = { + war = no + owns = 720 + OR = { + owns = 765 + SRD = { + war = no + exists = yes + NOT = { truce_with = THIS } + is_vassal = no + relation = { who = THIS value = 150 } + OR = { + NOT = { part_of_sphere = yes } + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + } + + effect = { + prestige = 10 + SVY = { + all_core = { + add_core = SAR + remove_core = SVY + } + } + random_country = { + limit = { + tag = SRD + exists = yes + } + annex_to = THIS + } + change_tag = SAR + add_accepted_culture = south_italian + any_pop = { + limit = { is_culture_group = italian } + militancy = -3 + } + } + + ai_will_do = { factor = 1 } + } + + reclaim_italian_lands = { + picture = reclaim_italian_lands + potential = { + tag = ITA + NOT = { has_country_flag = reclaim_italian_lands } + has_country_flag = conquest_adriatic_happened + government = fascist_dictatorship + } + + allow = { + is_greater_power = yes + } + + effect = { + badboy = 10 + set_country_flag = reclaim_italian_lands + SAR_466 = { add_core = ITA } + 826 = { add_core = ITA } + 852 = { add_core = ITA } + 853 = { add_core = ITA } + 854 = { add_core = ITA } + 473 = { add_core = ITA } + } + + ai_will_do = { + factor = 1 + } + } + + fatherland_altar = { + picture = build_vittoriano + potential = { + owns = 749 + NOT = { has_country_flag = vittoriano_built } + tag = ITA + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = fascist_dictatorship + } + NOT = { has_country_flag = vittoriano_built } + } + + allow = { + money = 10000 + realism = 1 + } + + effect = { + treasury = -10000 + prestige = 20 + any_pop = { militancy = -1 } + set_country_flag = vittoriano_built + random_list = { + 25 = { + add_country_modifier = { + name = monument_under_construction + duration = 3285 + } + } + 25 = { + add_country_modifier = { + name = monument_under_construction + duration = 3650 + } + } + 25 = { + add_country_modifier = { + name = monument_under_construction + duration = 4380 + } + } + 25 = { + add_country_modifier = { + name = monument_under_construction + duration = 5110 + } + } + } + } + + ai_will_do = { factor = 1 } + } + + + abolish_italian_minors = { + picture = law_of_guarantees + potential = { + tag = ITA + has_country_flag = law_of_guarantees + any_owned_province = { + OR = { + is_core = SAR + is_core = SVY + is_core = SRD + is_core = SIC + is_core = MOD + is_core = TUS + is_core = LUC + is_core = PAR + is_core = PAP + is_core = VEN + is_core = LOM + is_core = RMG + is_core = SYC + is_core = FIU + is_core = TRE + AND = { + region = AUS_733 + OR = { + is_core = AUS + is_core = KUK + } + } + AND = { + region = AUS_729 + OR = { + is_core = AUS + is_core = KUK + } + } + } + } + } + + allow = { + nationalism_n_imperialism = 1 + } + + effect = { + badboy = 1 + any_owned = { + limit = { + OR = { + is_core = SAR + is_core = SVY + is_core = SRD + is_core = SIC + is_core = MOD + is_core = TUS + is_core = LUC + is_core = PAR + is_core = PAP + is_core = VEN + is_core = LOM + is_core = RMG + is_core = SYC + is_core = TRE + } + } + add_core = ITA + remove_core = SAR + remove_core = SVY + remove_core = SRD + remove_core = SIC + remove_core = MOD + remove_core = TUS + remove_core = LUC + remove_core = PAR + remove_core = PAP + remove_core = VEN + remove_core = LOM + remove_core = RMG + remove_core = SYC + remove_core = TRE + } + any_owned = { + limit = { + OR = { + AND = { + region = AUS_733 + OR = { + is_core = AUS + is_core = KUK + } + } + AND = { + region = AUS_729 + OR = { + is_core = AUS + is_core = KUK + } + } + } + } + add_core = ITA + remove_core = AUS + remove_core = KUK + } + any_owned = { + limit = { is_core = FIU } + remove_core = FIU + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.9 + } + } + } + + + #Appoint Camillo Benso Cavour + appoint_camillo_cavour = { + picture = SAR_appoint_camillo_cavour + potential = { + tag = SAR + year = 1850 + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { has_country_flag = camillo_cavour_appointed } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = conservative + } + } + + effect = { + set_country_flag = camillo_cavour_appointed + add_country_modifier = { name = camillo_cavour duration = 3650 } + + any_pop = { + limit = { is_culture_group = italian } + militancy = -1 + dominant_issue = { factor = 0.2 value = jingoism } + } + } + } + + #Add Maltese as Accepted + accept_the_maltese = { + picture = map_malta + potential = { + tag = ITA + owns = 854 + NOT = { accepted_culture = maltese } + OR = { + government = hms_government + government = democracy + } + } + + allow = { + war = no + is_greater_power = yes + social_science = 1 + citizenship_policy = full_citizenship + citizens_rights = all_voting_pops + 854 = { + literacy = 0.5 + NOT = { + average_consciousness = 4 + average_militancy = 3 + } + } + OR = { + school_reforms = acceptable_schools + school_reforms = good_schools + } + } + + effect = { + add_accepted_culture = maltese + 854 = { add_core = ITA } + } + } + } diff --git a/HPM/decisions/Japan.txt b/HPM/decisions/Japan.txt index d8d72e32..cb236b15 100644 --- a/HPM/decisions/Japan.txt +++ b/HPM/decisions/Japan.txt @@ -1,1876 +1,1876 @@ political_decisions = { - commodore_perry_expedition = { - picture = commodore_perry_expedition + commodore_perry_expedition = { + picture = commodore_perry_expedition potential = { - tag = USA - state_n_government = 1 - is_greater_power = yes - TKG = { - exists = yes - civilized = no - has_country_modifier = uncivilized_isolationism - NOT = { has_country_flag = caved_to_commodore_perry } - NOT = { has_country_flag = rejected_commodore_perry } - } - total_amount_of_ships = 4 - any_owned_province = { - OR = { - region = USA_1 - region = MEX_85 - region = USA_78 - region = USA_81 - region = CAN_13 - } - } - NOT = { - has_country_flag = commodore_perry_expedition - has_global_flag = boshin_war - has_global_flag = boshin_war_has_happened - } - } - - allow = { - war = no - OR = { - nationalism_n_imperialism = 1 - weapon_platforms = 1 - is_sphere_leader_of = TKG - } - } - - effect = { - set_country_flag = commodore_perry_expedition - badboy = 2 - TKG = { country_event = 97605 } - } - - ai_will_do = { - factor = 1 - } - } - - kanagawa_treaty = { - picture = unequal_treaty - potential = { - is_greater_power = yes - NOT = { - has_country_flag = negotiate_unequal_treaty_TKG - is_culture_group = far_east_asian - } - TKG = { - civilized = no - war_with = THIS - has_country_flag = rejected_commodore_perry - NOT = { has_country_flag = negotiate_unequal_treaty_TKG } - } - } - - allow = { - war_with = TKG - TKG = { - OR = { - war_exhaustion = 50 - any_owned_province = { controlled_by = THIS } - } - OR = { - national_provinces_occupied = 0.10 - blockade = 0.50 - } - war_exhaustion = 10 - } - } - - effect = { - set_country_flag = negotiate_unequal_treaty_TKG - TKG = { - set_country_flag = negotiate_unequal_treaty_TKG - country_event = 97608 - } - } - - ai_will_do = { - factor = 1 - } - } - - putiatin_mission = { - picture = french_military_mission_to_japan - potential = { - tag = RUS - owns = 1072 #Okhotsk - owns = 1088 #Shumshu - 1089 = { #Etorofu - owner = { - primary_culture = japanese - OR = { - civilized = yes - has_country_modifier = western_influences - } - NOT = { war_with = THIS } - } - } - NOT = { has_country_flag = shimoda_treaty } - } - - allow = { - war = no - is_greater_power = yes - state_n_government = 1 - } - - effect = { - set_country_flag = shimoda_treaty - prestige = 10 - 1088 = { add_core = RUS } - random_country = { - limit = { - owns = 1089 #Etorofu - } - country_event = 32521 - } - } - - ai_will_do = { - factor = 1 - } - } - - - ganghwa_treaty = { - picture = unequal_treaty - potential = { - OR = { - tag = JAP - tag = TKG - } - has_country_flag = rejected_ganghwa_treaty - NOT = { has_country_flag = negotiate_ganghwa_treaty } - KOR = { - ai = yes - civilized = no - war_with = THIS - } - } - - allow = { - KOR = { - OR = { - war_exhaustion = 50 - any_owned_province = { controlled_by = THIS } - } - OR = { - national_provinces_occupied = 0.10 - blockade = 0.50 - } - war_exhaustion = 20 - } - } - - effect = { - set_country_flag = negotiate_ganghwa_treaty - KOR = { country_event = 85015 } - } - - ai_will_do = { - factor = 1 - } - } - - ansei_purge = { - picture = ansei_purge - potential = { - tag = TKG - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - has_global_flag = iemochi_shogun - has_global_flag = yoshinobu_shogun - } - NOT = { has_country_flag = ansei_purge } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - exists = JAP - } - - allow = { - OR = { - average_militancy = 3 - JAP = { is_substate = no } - TOS = { is_substate = no } - SAT = { is_substate = no } - CHO = { is_substate = no } - KAG = { is_substate = no } - YZW = { is_substate = no } - SEN = { is_substate = no } - } - } - - effect = { - set_country_flag = ansei_purge - add_country_modifier = { - name = ansei_purge - duration = -1 - } - any_pop = { militancy = -3 } - any_country = { - limit = { - primary_culture = japanese - OR = { - substate_of = TKG - vassal_of = TKG - } - } - any_pop = { militancy = -3 } - add_country_modifier = { - name = ansei_purge - duration = -1 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - overthrow_the_bakufu = { - picture = the_meiji_restoration - potential = { - primary_culture = japanese - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - has_global_flag = boshin_war - has_global_flag = boshin_war_has_happened - TKG = { has_country_flag = made_peace_with_emperor } - tag = TKG - has_country_flag = made_peace_with_emperor - has_country_flag = peaceful_transition_to_japan - } - } - - allow = { - war = no - has_country_flag = emperor_meiji - NOT = { has_country_modifier = kobu_gattai } - OR = { - is_vassal = no - has_country_flag = supports_imperial_edict - has_country_flag = angered_by_bakufu - ai = no - } - } - - effect = { - set_global_flag = boshin_war - set_country_flag = imperial_war_leader - remove_country_modifier = sakoku - remove_country_modifier = rangaku - remove_country_modifier = ansei_purge - any_owned = { - remove_province_modifier = peasant_revolt - any_pop = { militancy = -6 } - } - release_vassal = THIS - leave_alliance = TKG - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { - add_country_modifier = { - name = daimyo_draft - duration = 90 - } - } - } - random_owned = { - limit = { - owner = { civilized = yes } - } - owner = { - add_country_modifier = { - name = begin_revolution - duration = 365 - } - } - } - random_country = { - limit = { - tag = JAP - exists = yes - ai = no - NOT = { tag = THIS } - } - THIS = { clr_country_flag = imperial_war_leader } - set_country_flag = imperial_war_leader - country_event = 97642 - } - random_country = { - limit = { - tag = JAP - exists = yes - ai = yes - NOT = { tag = THIS } - } - country_event = 97642 - } - any_country = { - limit = { - primary_culture = japanese - OR = { - substate_of = TKG - vassal_of = TKG - } - THIS = { has_country_flag = imperial_war_leader } - NOT = { tag = JAP } - NOT = { tag = THIS } - } - country_event = 97640 - } - random_country = { - limit = { - tag = TKG - THIS = { has_country_flag = imperial_war_leader } - } - country_event = 97641 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1868 } - civilized = no - } - modifier = { - factor = 0 - TKG = { civilized = yes } - civilized = no - } - modifier = { - factor = 0 - OR = { - SAT = { ai = no } - TOS = { ai = no } - CHO = { ai = no } - KAG = { ai = no } - SEN = { ai = no } - YZW = { ai = no } - } - } - } - } - - fukoku_kyohei = { - picture = fukoku_kyohei - potential = { - OR = { - tag = JAP - tag = TKG - } - OR = { - has_global_flag = boshin_war_has_happened - has_country_flag = made_peace_with_emperor - } - NOT = { - has_country_flag = fukoku_kyohei_enacted - has_country_flag = ghost_country - } - } - - allow = { - NOT = { has_country_modifier = fukoku_kyohei } - } - - effect = { - set_country_flag = fukoku_kyohei_enacted - remove_country_modifier = uncivilized_isolationism - years_of_research = 1 - prestige = 10 - add_country_modifier = { - name = fukoku_kyohei - duration = -1 - } - random_owned = { - limit = { 1654 = { empty = yes } } - 1654 = { secede_province = THIS any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } } - } - JAP_1088 = { add_core = THIS } - random_owned = { - limit = { province_id = 1089 } - add_core = THIS - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.05 - } - ideology = { - value = reactionary - factor = -0.10 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - iwakura_mission = { - picture = iwakura_mission - potential = { - OR = { - tag = JAP - tag = TKG - } - NOT = { has_country_flag = sent_iwakura_mission } - } - - allow = { - war = no - civilized = yes - idealism = 1 - OR = { - AND = { - tag = JAP - TKG = { exists = no } - } - AND = { - tag = TKG - JAP = { exists = no } - } - } - } - - effect = { - set_country_flag = sent_iwakura_mission - years_of_research = 1 - random_owned = { - limit = { - owner = { school_reforms = no_schools } - } - owner = { social_reform = low_schools } - } - } - - ai_will_do = { factor = 1 } - } - - meiji_constitution = { - picture = meiji_court - potential = { - tag = JAP - civilized = yes - government = absolute_monarchy - has_country_modifier = fukoku_kyohei - NOT = { has_country_flag = enacted_meiji_constitution } - } - - allow = { - war = no - state_n_government = 1 - plurality = 20 - } - - effect = { - set_country_flag = enacted_meiji_constitution - remove_country_modifier = uncivilized_isolationism - prestige = 10 - political_reform = wealth_weighted_voting - random_owned = { - limit = { - owner = { political_parties = underground_parties } - } - owner = { - political_reform = harassment - } - } - - random_owned = { - limit = { - owner = { debt_law = peonage } - } - owner = { - political_reform = debtors_prisons - } - } - - random_owned = { - limit = { - owner = { debt_law = serfdom } - } - owner = { - political_reform = debtors_prisons - } - } - - government = prussian_constitutionalism - any_pop = { militancy = -2 } - } - - ai_will_do = { factor = 1 } - } - - begin_line_of_advantage = { - picture = begin_line_of_advantage - potential = { - OR = { - AND = { - tag = JAP - NOT = { exists = TKG } - } - AND = { - tag = TKG - NOT = { exists = JAP } - } - } - civilized = yes - has_country_modifier = fukoku_kyohei - NOT = { - is_vassal = yes - has_country_flag = has_line_of_advantage - has_country_flag = refused_line_of_advantage - } - } - - allow = { - OR = { - breech_loaded_rifles = 1 - naval_decision_making = 1 - army_decision_making = 1 - } - NOT = { war_policy = pacifism } - } - - effect = { - set_country_flag = has_line_of_advantage - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { - name = line_of_advantage - duration = -1 - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - } - - ai_will_do = { factor = 1 } - } - - refuse_line_of_advantage = { - picture = refuse_line_of_advantage - potential = { - OR = { - AND = { - tag = JAP - NOT = { exists = TKG } - } - AND = { - tag = TKG - NOT = { exists = JAP } - } - } - is_vassal = no - civilized = yes - has_country_modifier = fukoku_kyohei - NOT = { - has_country_flag = has_line_of_advantage - has_country_flag = refused_line_of_advantage - } - } - - allow = { - OR = { - empiricism = 1 - private_bank_money_bill_printing = 1 - iron_railroad = 1 - } - NOT = { war_policy = jingoism } - } - - effect = { - set_country_flag = refused_line_of_advantage - remove_country_modifier = uncivilized_isolationism - years_of_research = 0.5 - add_country_modifier = { - name = no_line_of_advantage - duration = -1 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.10 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.10 - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.10 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - annex_korea = { - potential = { - OR = { - tag = JAP - tag = TKG - } - has_country_modifier = fukoku_kyohei - is_greater_power = yes - NOT = { has_country_flag = annexed_korea } - exists = KOR - } - - allow = { - war = no - is_our_vassal = KOR - NOT = { truce_with = KOR } - KOR = { - civilized = yes - in_sphere = THIS - NOT = { - any_owned_province = { - has_province_modifier = peasant_revolt - } - } - } - } - - effect = { - set_country_flag = annexed_korea - badboy = 5 - any_country = { - limit = { - is_culture_group = east_asian - neighbour = KOR - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = KOR - ai = yes - civilized = no - } - annex_to = THIS - } - - random_country = { - limit = { - tag = KOR - ai = yes - civilized = yes - } - civilized = no - annex_to = THIS - } - - random_country = { - limit = { - tag = KOR - ai = no - } - casus_belli = { - target = THIS - type = become_independent - months = 12 - } - war = { - target = KOR - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = become_independent } - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - claim_korea = { - picture = annex_korea - potential = { - OR = { - AND = { - tag = JAP - NOT = { exists = TKG } - } - AND = { - tag = TKG - NOT = { exists = JAP } - } - } - has_country_modifier = fukoku_kyohei - KOR = { exists = no } - NOT = { owns = 1624 } - NOT = { has_country_flag = claimed_korea } - } - - allow = { - war = no - war_policy = jingoism - is_greater_power = yes - } - - effect = { - set_country_flag = claimed_korea - badboy = 5 - add_country_modifier = { name = foreign_claims duration = 3650 } - KOR = { all_core = { add_core = THIS } } - 1624 = { - owner = { - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - order_to_expel_barbarians = { - potential = { - tag = JAP - OR = { - substate_of = TKG - vassal_of = TKG - } - NOT = { has_global_flag = order_to_expel_barbarians } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - allow = { - war = no - OR = { - civilization_progress = 0.5 - civilized = yes - } - OR = { - has_country_flag = sonno_joi - civilized = yes - } - OR = { - ruling_party_ideology = conservative - ai = yes - } - } - - effect = { - set_global_flag = order_to_expel_barbarians - prestige = 5 - TKG = { country_event = 97617 } - any_country = { - limit = { - primary_culture = japanese - OR = { - substate_of = TKG - vassal_of = TKG - } - NOT = { tag = THIS } - } - country_event = 97618 - } - any_pop = { militancy = -4 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1855 } - } - modifier = { - factor = 0 - TKG = { ai = no } - NOT = { has_country_flag = sonno_joi } - } - } - } - - peace_with_the_emperor = { - picture = order_to_expel_barbarians - potential = { - tag = TKG - OR = { - JAP = { - ai = yes - exists = yes - substate_of = TKG - } - owns = 1657 - } - NOT = { has_global_flag = boshin_war } - NOT = { has_country_flag = made_peace_with_emperor } - } - - allow = { - war = no - civilized = yes - NOT = { has_country_modifier = kobu_gattai } - state_n_government = 1 - idealism = 1 - } - - effect = { - set_country_flag = made_peace_with_emperor - remove_country_modifier = ansei_purge - remove_country_modifier = kobu_gattai - JAP = { all_core = { remove_core = JAP } } - random_country = { - limit = { - tag = JAP - exists = yes - } - annex_to = THIS - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.10 - } - ideology = { - value = reactionary - factor = -0.20 - } - scaled_consciousness = { - ideology = liberal - factor = 5 - } - } - } - } - - abolish_the_han_system = { - picture = meiji_court - potential = { - OR = { - tag = JAP - tag = TKG - } - civilized = yes - NOT = { has_country_flag = han_system_abolished } - } - - allow = { - war = no - state_n_government = 1 - owns = 1649 - owns = 1640 - owns = 1646 - owns = 1662 - owns = 1668 - owns = 1665 - owns = 1673 - } - - effect = { - set_country_flag = han_system_abolished - remove_country_modifier = uncivilized_isolationism - years_of_research = 1 - prestige = 10 - remove_country_modifier = ansei_purge - remove_country_modifier = kobu_gattai - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.1 - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - CHO = { - all_core = { remove_core = CHO } - } - SAT = { - all_core = { remove_core = SAT } - } - TOS = { - all_core = { remove_core = TOS } - } - KAG = { - all_core = { remove_core = KAG } - } - SEN = { - all_core = { remove_core = SEN } - } - YZW = { - all_core = { remove_core = YZW } - } - } - } - - unite_the_daimyos = { - picture = abolish_the_han_system - potential = { - tag = TKG - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - SEN = { exists = yes } - YZW = { exists = yes } - CHO = { exists = yes } - SAT = { exists = yes } - TOS = { exists = yes } - KAG = { exists = yes } - } - has_country_flag = made_peace_with_emperor - NOT = { - has_country_flag = ghost_country - has_country_flag = han_system_abolished - has_country_flag = daimyos_united - } - } - - allow = { - war = no - is_mobilised = no - is_disarmed = no - SEN = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - YZW = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - CHO = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - SAT = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - TOS = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - KAG = { - OR = { - exists = no - AND = { - war = no - is_mobilised = no - OR = { - in_sphere = THIS - relation = { who = THIS value = 100 } - } - } - } - } - } - - effect = { - set_country_flag = daimyos_united - remove_country_modifier = uncivilized_isolationism - years_of_research = 0.5 - prestige = 10 - remove_country_modifier = ansei_purge - remove_country_modifier = kobu_gattai - 1649 = { - life_rating = 10 - add_province_modifier = { - name = gateway_to_harbor - duration = 3650 - } - change_province_name = "Tokyo" - } - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -6 - } - any_country = { - limit = { - OR = { - tag = SEN - tag = YZW - tag = CHO - tag = SAT - tag = TOS - tag = KAG - } - exists = yes - } - set_country_flag = wants_to_unify - country_event = 98650 - } - } - - ai_will_do = { - factor = 1 - } - } - - become_japan = { - picture = become_japan - potential = { - tag = TKG - has_country_flag = made_peace_with_emperor - OR = { - has_country_flag = daimyos_united - has_country_flag = han_system_abolished - } - NOT = { - has_country_flag = ghost_country - has_country_flag = peaceful_transition_to_japan - exists = JAP - } - } - - allow = { - war = no - is_mobilised = no - civilized = yes - NOT = { average_militancy = 2 } - } - - effect = { - set_country_flag = peaceful_transition_to_japan - remove_country_modifier = uncivilized_isolationism - prestige = 10 - TKG = { - all_core = { - remove_core = TKG - add_core = JAP - } - } - change_tag = JAP - any_country = { - limit = { - OR = { - tag = SEN - tag = YZW - tag = CHO - tag = SAT - tag = TOS - tag = KAG - } - war = no - is_mobilised = no - exists = yes - } - set_country_flag = wants_to_unify - country_event = 98650 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - government = absolute_monarchy - } - } - } - - bonin_administration = { - picture = meiji_court - potential = { - OR = { - tag = JAP - tag = TKG - } - owns = 1654 - owns = 2525 - NOT = { has_country_flag = bonin_administration } - } - allow = { - civilized = yes - owns = 1654 - owns = 2525 - } - effect = { - prestige = 1 - 1654 = { - change_province_name = "Iwo Jima" - } - 2525 = { - life_rating = 15 - add_core = THIS - change_province_name = "Minami Torishima" - state_scope = { - change_region_name = "Ogasawara" - } - } - set_country_flag = bonin_administration - } - } - - taiwan_administration = { - picture = meiji_court - potential = { - OR = { - tag = JAP - tag = TKG - } - owns = 1485 - owns = 2562 - owns = 2681 - owns = 2406 - NOT = { has_country_flag = taiwan_administration } - } - allow = { - civilized = yes - owns = 1485 - owns = 2562 - owns = 2681 - owns = 2406 - } - effect = { - prestige = 1 - 2681 = { - add_core = TAI - remove_core = FJN - change_province_name = "Taihoku" - } - 2562 = { - add_core = TAI - remove_core = FJN - change_province_name = "Karenko" - } - 2406 = { - add_core = TAI - remove_core = FJN - change_province_name = "Hoko" - } - 1485 = { - add_core = TAI - remove_core = FJN - change_province_name = "Tainan Cho" - state_scope = { change_region_name = "Takasago" } - } - set_country_flag = taiwan_administration - } - } - - inherit_ryukyu = { - potential = { - OR = { - tag = QNG - AND = { - tag = JAP - has_country_modifier = fukoku_kyohei - } - AND = { - tag = TKG - has_country_modifier = fukoku_kyohei - } - } - exists = RYU - NOT = { has_global_flag = ryukyu_inherited } - RYU = { ai = yes } - } - - allow = { - civilized = yes - war = no - RYU = { war = no } - OR = { - RYU = { part_of_sphere = no } - RYU = { in_sphere = THIS } - } - } - - effect = { - set_global_flag = ryukyu_inherited - 1678 = { add_core = THIS } - 1679 = { add_core = THIS } - random_owned = { limit = { owner = { tag = QNG } } 1678 = { add_core = CHI } 1679 = { add_core = CHI } } - inherit = RYU - } - - ai_will_do = { - factor = 1 - } - } - - ryukyu_is_japanese = { - picture = inherit_ryukyu - potential = { - OR = { - tag = JAP - tag = TKG - } - RYU = { exists = no } - NOT = { has_country_flag = ryukyu_is_japanese } - } - - allow = { - has_country_modifier = fukoku_kyohei - war = no - RYU = { exists = no } - } - - effect = { - set_country_flag = ryukyu_is_japanese - 1678 = { add_core = THIS } - 1679 = { add_core = THIS } - random_country = { - limit = { - owns = 1678 - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -100 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - unite_with_japan = { - - potential = { - primary_culture = japanese - JAP = { - exists = yes - has_country_modifier = fukoku_kyohei - } - ai = yes - NOT = { - tag = JAP - tag = TKG - has_country_flag = unite_with_japan - } - } - - allow = { - war = no - OR = { - in_sphere = JAP - sphere_owner = { is_sphere_leader_of = JAP } - } - JAP = { - war = no - neighbour = THIS - } - } - - effect = { - set_country_flag = unite_with_japan - random_country = { - limit = { - tag = JAP - ai = yes - } - inherit = THIS - } - random_country = { - limit = { - tag = JAP - ai = no - } - country_event = 60130 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - government = fascist_dictatorship - JAP = { - NOT = { government = fascist_dictatorship } - } - } - modifier = { - factor = 0 - NOT = { government = fascist_dictatorship } - JAP = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - NOT = { government = proletarian_dictatorship } - JAP = { government = proletarian_dictatorship } - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - JAP = { - NOT = { - government = democracy - government = hms_government - } - } - } - modifier = { - factor = 0 - JAP = { - OR = { - government = democracy - government = hms_government - } - } - NOT = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - } - } - - treaty_of_shimonoseki = { - picture = unequal_treaty - potential = { - OR = { - tag = JAP - tag = TKG - } - has_country_modifier = fukoku_kyohei - civilized = yes - NOT = { has_country_flag = negotiate_treaty_shimonoseki } - 1485 = { - owner = { - is_culture_group = east_asian - war_with = THIS - NOT = { - capital = 1485 - has_country_flag = negotiate_unequal_treaty - } - } - } - } - - allow = { - 1485 = { - owner = { - OR = { - war_exhaustion = 50 - any_owned_province = { controlled_by = THIS } - } - OR = { - national_provinces_occupied = 0.10 - blockade = 0.50 - } - war_exhaustion = 10 - } - } - } - - effect = { - set_country_flag = negotiate_treaty_shimonoseki - 1485 = { - owner = { - set_country_flag = negotiate_unequal_treaty - country_event = 1316085 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - anglo_japanese_alliance = { - picture = treaty_signing - potential = { - OR = { - tag = JAP - tag = TKG - } - has_country_modifier = fukoku_kyohei - ENG = { - any_owned_province = { continent = asia } - NOT = { any_core = { owned_by = THIS } } - is_greater_power = yes - ai = yes - } - NOT = { - has_country_flag = anglo_alliance_created - any_owned_province = { is_core = HND } - truce_with = ENG - alliance_with = ENG - any_core = { owned_by = ENG } - neighbour = ENG - } - } - - allow = { - OR = { - great_wars_enabled = yes - NOT = { any_greater_power = { alliance_with = ENG } } - } - war = no - ENG = { war = no } - is_greater_power = yes - RUS = { - NOT = { relation = { who = ENG value = 0 } } - NOT = { relation = { who = THIS value = 0 } } - } - } - - effect = { - set_country_flag = anglo_alliance_created - relation = { who = ENG value = 200 } - create_alliance = ENG - military_access = ENG - ENG = { military_access = THIS } - } - } - - japanese_sakhalin = { - picture = map_yellow_sea - potential = { - OR = { - tag = JAP - tag = TKG - } - OR = { - owns = 1086 #Pogobi - owns = 1087 #Ootomari - } - civilized = yes - NOT = { has_global_flag = japanese_sakhalin } - } - allow = { - - owns = 1086 #Pogobi - owns = 1087 #Ootomari - owns = 1088 #Shumshu - owns = 1089 #Etorofu - } - effect = { - prestige = 5 - 2832 = { change_province_name = "Mamiya Strait" } - 2838 = { change_province_name = "Coast of Karafuto" } - 1088 = { change_province_name = "Shumushu" } - 1086 = { change_province_name = "Sagaren" } - 1087 = { - change_province_name = "Toyohara" - state_scope = { - change_region_name = "Karafuto" - any_owned = { add_core = THIS } - } - } - set_global_flag = japanese_sakhalin - } - ai_will_do = { factor = 1 } - } - - russian_sakhalin = { - picture = map_yellow_sea - potential = { - tag = RUS - OR = { - owns = 1086 #Pogobi - owns = 1087 #Ootomari - } - has_global_flag = japanese_sakhalin - } - allow = { - - owns = 1086 #Pogobi/Sagaren - owns = 1087 #Ootomari/Toyohara - owns = 1088 #Shumshu/Shumushu - owns = 1089 #Etorofu - } - effect = { - prestige = 5 - any_country = { - limit = { - OR = { - tag = TKG - tag = JAP - } - exists = yes - } - prestige = -10 - } - 2832 = { change_province_name = "Tatar Strait" } - 2838 = { change_province_name = "Coast of Sakhalin" } - 1088 = { change_province_name = "Shumshu" } - 1089 = { change_province_name = "Iturrup" } - 1086 = { change_province_name = "Pogobi" } - 1087 = { - change_province_name = "Yuzhno" - state_scope = { - change_region_name = "Sakhalin" - any_owned = { add_core = THIS } - } - } - clr_global_flag = japanese_sakhalin - } - ai_will_do = { - factor = 1 - } - } - - total_war_in_satsuma = { - picture = begin_line_of_advantage - potential = { - NOT = { has_country_modifier = small_country_draft } - NOT = { has_country_flag = satsuma_draft_happened } - has_country_flag = satsuma_rebellion - tag = SAT - } - - allow = { - OR = { - war_with = JAP - war_with = TKG - } - } - - effect = { - iron = 10 - wool = 10 - timber = 25 - small_arms = 10 - leadership = 20 - define_general = { - name = "Saigo Takamori" - personality = skilled - background = old_school - } - add_country_modifier = { - name = taiping_draft - duration = 90 - } - set_country_flag = satsuma_draft_happened - } - ai_will_do = { factor = 1 } - } - - establish_the_kaitakushi = { - picture = kaitakushi - potential = { - primary_culture = japanese - 1643 = { NOT = { life_rating = 25 } } - } - - allow = { - OR = { - tag = TKG - has_country_flag = ezo_republic - has_country_flag = peaceful_transition_to_japan - } - civilized = yes - war = no - owns = 1642 - 1642 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } - owns = 1643 - 1643 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } - owns = 1644 - 1644 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } - OR = { - AND = { - tag = JAP - TKG = { exists = no } - nationalism_n_imperialism = 1 - } - AND = { - tag = TKG - JAP = { exists = no } - nationalism_n_imperialism = 1 - } - AND = { - tag = EZO - revolution_n_counterrevolution = 1 - is_vassal = no - } - } - } - - effect = { - remove_country_modifier = uncivilized_isolationism - 1643 = { change_province_name = "Sapporo" life_rating = 25 } - 1644 = { change_province_name = "Nemuro" life_rating = 25 } - 1642 = { - state_scope = { - change_region_name = "Hokkaido" - any_owned = { - add_province_modifier = { name = population_resettlement duration = 10950 } - add_province_modifier = { name = baby_boom duration = 9125 } - add_province_modifier = { name = plantation duration = -1 } - } - } - } - } - - ai_will_do = { factor = 1 } - } - - occupy_kita_ezo = { - picture = map_yellow_sea - potential = { - primary_culture = japanese - 1643 = { empty = yes } - 1644 = { empty = yes } - owns = 1642 - exists = yes - } - - allow = { - war = no - OR = { - 1086 = { empty = no } - 1088 = { empty = no } - AND = { - tag = JAP - TKG = { exists = no } - } - AND = { - tag = TKG - JAP = { exists = no } - } - } - } - - effect = { - 1643 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - 1644 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - ai_will_do = { factor = 1 } - } - - imperial_rescript = { - picture = imperial_rescript - potential = { - tag = JAP - NOT = { has_country_flag = imperial_rescript_decreed } - has_country_flag = sent_iwakura_mission - } - - allow = { - war = no - civilized = yes - phenomenology_n_hermeneutic = 1 - TKG = { exists = no } - } - - effect = { - remove_country_modifier = uncivilized_isolationism - set_country_flag = imperial_rescript_decreed - any_pop = { limit = { has_pop_culture = japanese } militancy = -1 consciousness = -2 } - random_owned = { - limit = { - owner = { school_reforms = acceptable_schools } - } - owner = { social_reform = good_schools } - } - - random_owned = { - limit = { - owner = { school_reforms = low_schools } - } - owner = { social_reform = acceptable_schools } - } - - random_owned = { - limit = { - owner = { school_reforms = no_schools } - } - owner = { social_reform = low_schools } - } - } - - ai_will_do = { factor = 1 } - } - - shinbutsu_bunri = { - picture = shinbutsu_bunri_decision - potential = { - is_vassal = no - NOT = { has_country_flag = ghost_country } - OR = { - tag = JAP - tag = TKG - AND = { - primary_culture = japanese - has_country_flag = mahayana_country - } - } - NOT = { has_country_flag = shinto_country } - } - - allow = { - war = no - state_n_government = 1 - } - - effect = { - any_pop = { limit = { has_pop_religion = mahayana } consciousness = 1 } - any_pop = { limit = { has_pop_religion = shinto } militancy = -1 } - set_country_flag = shinto_country - clr_country_flag = mahayana_country - religion = shinto - } - - ai_will_do = { factor = 1 } - } - - meiji_daijokan_ordinances = { - picture = japan_land_tax_reform - potential = { - OR = { - owns = 1657 - owns = 1675 - owns = 1649 - owns = 1640 - owns = 1668 - } - NOT = { has_global_flag = japan_industrialized } - } - - allow = { - war = no - civilized = yes - owns = 1657 - owns = 1675 - owns = 1649 - owns = 1640 - owns = 1668 - } - - effect = { - set_global_flag = japan_industrialized - # - #1679 = { trade_goods = iron } - 1663 = { trade_goods = tobacco } - #1664 = { trade_goods = coal } - #1661 = { trade_goods = coal } - #1660 = { trade_goods = tea } - # - 1638 = { trade_goods = cotton } - # - 1666 = { trade_goods = timber } - #1667 = { trade_goods = tobacco } - # - 1675 = { trade_goods = silk } - #1648 = { trade_goods = tea } - 1647 = { trade_goods = fish } - # - #1657 = { trade_goods = tea } - #1655 = { trade_goods = tea } - # - 1673 = { trade_goods = silk } - #1671 = { trade_goods = iron } - # - #1670 = { trade_goods = sulphur } - #1672 = { trade_goods = iron } - # - #1642 = { trade_goods = iron } - # - 1652 = { trade_goods = silk } - 1674 = { trade_goods = silk } #war tobacco - 1649 = { trade_goods = grain } - } - - ai_will_do = { factor = 1 } - } - + tag = USA + state_n_government = 1 + is_greater_power = yes + TKG = { + exists = yes + civilized = no + has_country_modifier = uncivilized_isolationism + NOT = { has_country_flag = caved_to_commodore_perry } + NOT = { has_country_flag = rejected_commodore_perry } + } + total_amount_of_ships = 4 + any_owned_province = { + OR = { + region = USA_1 + region = MEX_85 + region = USA_78 + region = USA_81 + region = CAN_13 + } + } + NOT = { + has_country_flag = commodore_perry_expedition + has_global_flag = boshin_war + has_global_flag = boshin_war_has_happened + } + } + + allow = { + war = no + OR = { + nationalism_n_imperialism = 1 + weapon_platforms = 1 + is_sphere_leader_of = TKG + } + } + + effect = { + set_country_flag = commodore_perry_expedition + badboy = 2 + TKG = { country_event = 97605 } + } + + ai_will_do = { + factor = 1 + } + } + + kanagawa_treaty = { + picture = unequal_treaty + potential = { + NOT = { + has_country_flag = negotiate_unequal_treaty_TKG + is_culture_group = far_east_asian + } + TKG = { + civilized = no + war_with = THIS + has_country_flag = rejected_commodore_perry + NOT = { has_country_flag = negotiate_unequal_treaty_TKG } + } + } + + allow = { + is_greater_power = yes + war_with = TKG + TKG = { + OR = { + war_exhaustion = 33 + any_owned_province = { controlled_by = THIS } + } + OR = { + national_provinces_occupied = 0.10 + blockade = 0.33 + } + war_exhaustion = 5 + } + } + + effect = { + set_country_flag = negotiate_unequal_treaty_TKG + TKG = { + set_country_flag = negotiate_unequal_treaty_TKG + country_event = 97608 + } + } + + ai_will_do = { + factor = 1 + } + } + + putiatin_mission = { + picture = french_military_mission_to_japan + potential = { + tag = RUS + owns = 1072 #Okhotsk + owns = 1088 #Shumshu + 1089 = { #Etorofu + owner = { + primary_culture = japanese + OR = { + civilized = yes + has_country_modifier = western_influences + } + NOT = { war_with = THIS } + } + } + NOT = { has_country_flag = shimoda_treaty } + } + + allow = { + war = no + is_greater_power = yes + state_n_government = 1 + } + + effect = { + set_country_flag = shimoda_treaty + prestige = 10 + 1088 = { add_core = RUS } + random_country = { + limit = { + owns = 1089 #Etorofu + } + country_event = 32521 + } + } + + ai_will_do = { + factor = 1 + } + } + + + ganghwa_treaty = { + picture = unequal_treaty + potential = { + OR = { + tag = JAP + tag = TKG + } + has_country_flag = rejected_ganghwa_treaty + NOT = { has_country_flag = negotiate_ganghwa_treaty } + KOR = { + ai = yes + civilized = no + war_with = THIS + } + } + + allow = { + KOR = { + OR = { + war_exhaustion = 50 + any_owned_province = { controlled_by = THIS } + } + OR = { + national_provinces_occupied = 0.10 + blockade = 0.50 + } + war_exhaustion = 20 + } + } + + effect = { + set_country_flag = negotiate_ganghwa_treaty + KOR = { country_event = 85015 } + } + + ai_will_do = { + factor = 1 + } + } + + ansei_purge = { + picture = ansei_purge + potential = { + tag = TKG + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + has_global_flag = iemochi_shogun + has_global_flag = yoshinobu_shogun + } + NOT = { has_country_flag = ansei_purge } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + exists = JAP + } + + allow = { + OR = { + average_militancy = 3 + JAP = { is_substate = no } + TOS = { is_substate = no } + SAT = { is_substate = no } + CHO = { is_substate = no } + KAG = { is_substate = no } + YZW = { is_substate = no } + SEN = { is_substate = no } + } + } + + effect = { + set_country_flag = ansei_purge + add_country_modifier = { + name = ansei_purge + duration = -1 + } + any_pop = { militancy = -3 } + any_country = { + limit = { + primary_culture = japanese + OR = { + substate_of = TKG + vassal_of = TKG + } + } + any_pop = { militancy = -3 } + add_country_modifier = { + name = ansei_purge + duration = -1 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + overthrow_the_bakufu = { + picture = the_meiji_restoration + potential = { + primary_culture = japanese + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + has_global_flag = boshin_war + has_global_flag = boshin_war_has_happened + TKG = { has_country_flag = made_peace_with_emperor } + tag = TKG + has_country_flag = made_peace_with_emperor + has_country_flag = peaceful_transition_to_japan + } + } + + allow = { + war = no + has_country_flag = emperor_meiji + NOT = { has_country_modifier = kobu_gattai } + OR = { + is_vassal = no + has_country_flag = supports_imperial_edict + has_country_flag = angered_by_bakufu + ai = no + } + } + + effect = { + set_global_flag = boshin_war + set_country_flag = imperial_war_leader + remove_country_modifier = sakoku + remove_country_modifier = rangaku + remove_country_modifier = ansei_purge + any_owned = { + remove_province_modifier = peasant_revolt + any_pop = { militancy = -6 } + } + release_vassal = THIS + leave_alliance = TKG + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { + add_country_modifier = { + name = daimyo_draft + duration = 90 + } + } + } + random_owned = { + limit = { + owner = { civilized = yes } + } + owner = { + add_country_modifier = { + name = begin_revolution + duration = 365 + } + } + } + random_country = { + limit = { + tag = JAP + exists = yes + ai = no + NOT = { tag = THIS } + } + THIS = { clr_country_flag = imperial_war_leader } + set_country_flag = imperial_war_leader + country_event = 97642 + } + random_country = { + limit = { + tag = JAP + exists = yes + ai = yes + NOT = { tag = THIS } + } + country_event = 97642 + } + any_country = { + limit = { + primary_culture = japanese + OR = { + substate_of = TKG + vassal_of = TKG + } + THIS = { has_country_flag = imperial_war_leader } + NOT = { tag = JAP } + NOT = { tag = THIS } + } + country_event = 97640 + } + random_country = { + limit = { + tag = TKG + THIS = { has_country_flag = imperial_war_leader } + } + country_event = 97641 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1868 } + civilized = no + } + modifier = { + factor = 0 + TKG = { civilized = yes } + civilized = no + } + modifier = { + factor = 0 + OR = { + SAT = { ai = no } + TOS = { ai = no } + CHO = { ai = no } + KAG = { ai = no } + SEN = { ai = no } + YZW = { ai = no } + } + } + } + } + + fukoku_kyohei = { + picture = fukoku_kyohei + potential = { + OR = { + tag = JAP + tag = TKG + } + OR = { + has_global_flag = boshin_war_has_happened + has_country_flag = made_peace_with_emperor + } + NOT = { + has_country_flag = fukoku_kyohei_enacted + has_country_flag = ghost_country + } + } + + allow = { + NOT = { has_country_modifier = fukoku_kyohei } + } + + effect = { + set_country_flag = fukoku_kyohei_enacted + remove_country_modifier = uncivilized_isolationism + years_of_research = 1 + prestige = 10 + add_country_modifier = { + name = fukoku_kyohei + duration = -1 + } + random_owned = { + limit = { 1654 = { empty = yes } } + 1654 = { secede_province = THIS any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } } + } + JAP_1088 = { add_core = THIS } + random_owned = { + limit = { province_id = 1089 } + add_core = THIS + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.05 + } + ideology = { + value = reactionary + factor = -0.10 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + iwakura_mission = { + picture = iwakura_mission + potential = { + OR = { + tag = JAP + tag = TKG + } + NOT = { has_country_flag = sent_iwakura_mission } + } + + allow = { + war = no + civilized = yes + idealism = 1 + OR = { + AND = { + tag = JAP + TKG = { exists = no } + } + AND = { + tag = TKG + JAP = { exists = no } + } + } + } + + effect = { + set_country_flag = sent_iwakura_mission + years_of_research = 1 + random_owned = { + limit = { + owner = { school_reforms = no_schools } + } + owner = { social_reform = low_schools } + } + } + + ai_will_do = { factor = 1 } + } + + meiji_constitution = { + picture = meiji_court + potential = { + tag = JAP + civilized = yes + government = absolute_monarchy + has_country_modifier = fukoku_kyohei + NOT = { has_country_flag = enacted_meiji_constitution } + } + + allow = { + war = no + state_n_government = 1 + plurality = 20 + } + + effect = { + set_country_flag = enacted_meiji_constitution + remove_country_modifier = uncivilized_isolationism + prestige = 10 + political_reform = wealth_weighted_voting + random_owned = { + limit = { + owner = { political_parties = underground_parties } + } + owner = { + political_reform = harassment + } + } + + random_owned = { + limit = { + owner = { debt_law = peonage } + } + owner = { + political_reform = debtors_prisons + } + } + + random_owned = { + limit = { + owner = { debt_law = serfdom } + } + owner = { + political_reform = debtors_prisons + } + } + + government = prussian_constitutionalism + any_pop = { militancy = -2 } + } + + ai_will_do = { factor = 1 } + } + + begin_line_of_advantage = { + picture = begin_line_of_advantage + potential = { + OR = { + AND = { + tag = JAP + NOT = { exists = TKG } + } + AND = { + tag = TKG + NOT = { exists = JAP } + } + } + civilized = yes + has_country_modifier = fukoku_kyohei + NOT = { + is_vassal = yes + has_country_flag = has_line_of_advantage + has_country_flag = refused_line_of_advantage + } + } + + allow = { + OR = { + breech_loaded_rifles = 1 + naval_decision_making = 1 + army_decision_making = 1 + } + NOT = { war_policy = pacifism } + } + + effect = { + set_country_flag = has_line_of_advantage + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { + name = line_of_advantage + duration = -1 + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + } + + ai_will_do = { factor = 1 } + } + + refuse_line_of_advantage = { + picture = refuse_line_of_advantage + potential = { + OR = { + AND = { + tag = JAP + NOT = { exists = TKG } + } + AND = { + tag = TKG + NOT = { exists = JAP } + } + } + is_vassal = no + civilized = yes + has_country_modifier = fukoku_kyohei + NOT = { + has_country_flag = has_line_of_advantage + has_country_flag = refused_line_of_advantage + } + } + + allow = { + OR = { + empiricism = 1 + private_bank_money_bill_printing = 1 + iron_railroad = 1 + } + NOT = { war_policy = jingoism } + } + + effect = { + set_country_flag = refused_line_of_advantage + remove_country_modifier = uncivilized_isolationism + years_of_research = 0.5 + add_country_modifier = { + name = no_line_of_advantage + duration = -1 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.10 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.10 + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.10 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + annex_korea = { + potential = { + OR = { + tag = JAP + tag = TKG + } + has_country_modifier = fukoku_kyohei + is_greater_power = yes + NOT = { has_country_flag = annexed_korea } + exists = KOR + } + + allow = { + war = no + is_our_vassal = KOR + NOT = { truce_with = KOR } + KOR = { + civilized = yes + in_sphere = THIS + NOT = { + any_owned_province = { + has_province_modifier = peasant_revolt + } + } + } + } + + effect = { + set_country_flag = annexed_korea + badboy = 5 + any_country = { + limit = { + is_culture_group = east_asian + neighbour = KOR + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = KOR + ai = yes + civilized = no + } + annex_to = THIS + } + + random_country = { + limit = { + tag = KOR + ai = yes + civilized = yes + } + civilized = no + annex_to = THIS + } + + random_country = { + limit = { + tag = KOR + ai = no + } + casus_belli = { + target = THIS + type = become_independent + months = 12 + } + war = { + target = KOR + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = become_independent } + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + claim_korea = { + picture = annex_korea + potential = { + OR = { + AND = { + tag = JAP + NOT = { exists = TKG } + } + AND = { + tag = TKG + NOT = { exists = JAP } + } + } + has_country_modifier = fukoku_kyohei + KOR = { exists = no } + NOT = { owns = 1624 } + NOT = { has_country_flag = claimed_korea } + } + + allow = { + war = no + war_policy = jingoism + is_greater_power = yes + } + + effect = { + set_country_flag = claimed_korea + badboy = 5 + add_country_modifier = { name = foreign_claims duration = 3650 } + KOR = { all_core = { add_core = THIS } } + 1624 = { + owner = { + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + order_to_expel_barbarians = { + potential = { + tag = JAP + OR = { + substate_of = TKG + vassal_of = TKG + } + NOT = { has_global_flag = order_to_expel_barbarians } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + allow = { + war = no + OR = { + civilization_progress = 0.5 + civilized = yes + } + OR = { + has_country_flag = sonno_joi + civilized = yes + } + OR = { + ruling_party_ideology = conservative + ai = yes + } + } + + effect = { + set_global_flag = order_to_expel_barbarians + prestige = 5 + TKG = { country_event = 97617 } + any_country = { + limit = { + primary_culture = japanese + OR = { + substate_of = TKG + vassal_of = TKG + } + NOT = { tag = THIS } + } + country_event = 97618 + } + any_pop = { militancy = -4 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1855 } + } + modifier = { + factor = 0 + TKG = { ai = no } + NOT = { has_country_flag = sonno_joi } + } + } + } + + peace_with_the_emperor = { + picture = order_to_expel_barbarians + potential = { + tag = TKG + OR = { + JAP = { + ai = yes + exists = yes + substate_of = TKG + } + owns = 1657 + } + NOT = { has_global_flag = boshin_war } + NOT = { has_country_flag = made_peace_with_emperor } + } + + allow = { + war = no + civilized = yes + NOT = { has_country_modifier = kobu_gattai } + state_n_government = 1 + idealism = 1 + } + + effect = { + set_country_flag = made_peace_with_emperor + remove_country_modifier = ansei_purge + remove_country_modifier = kobu_gattai + JAP = { all_core = { remove_core = JAP } } + random_country = { + limit = { + tag = JAP + exists = yes + } + annex_to = THIS + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.10 + } + ideology = { + value = reactionary + factor = -0.20 + } + scaled_consciousness = { + ideology = liberal + factor = 5 + } + } + } + } + + abolish_the_han_system = { + picture = meiji_court + potential = { + OR = { + tag = JAP + tag = TKG + } + civilized = yes + NOT = { has_country_flag = han_system_abolished } + } + + allow = { + war = no + state_n_government = 1 + owns = 1649 + owns = 1640 + owns = 1646 + owns = 1662 + owns = 1668 + owns = 1665 + owns = 1673 + } + + effect = { + set_country_flag = han_system_abolished + remove_country_modifier = uncivilized_isolationism + years_of_research = 1 + prestige = 10 + remove_country_modifier = ansei_purge + remove_country_modifier = kobu_gattai + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.1 + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + CHO = { + all_core = { remove_core = CHO } + } + SAT = { + all_core = { remove_core = SAT } + } + TOS = { + all_core = { remove_core = TOS } + } + KAG = { + all_core = { remove_core = KAG } + } + SEN = { + all_core = { remove_core = SEN } + } + YZW = { + all_core = { remove_core = YZW } + } + } + } + + unite_the_daimyos = { + picture = abolish_the_han_system + potential = { + tag = TKG + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + SEN = { exists = yes } + YZW = { exists = yes } + CHO = { exists = yes } + SAT = { exists = yes } + TOS = { exists = yes } + KAG = { exists = yes } + } + has_country_flag = made_peace_with_emperor + NOT = { + has_country_flag = ghost_country + has_country_flag = han_system_abolished + has_country_flag = daimyos_united + } + } + + allow = { + war = no + is_mobilised = no + is_disarmed = no + SEN = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + YZW = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + CHO = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + SAT = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + TOS = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + KAG = { + OR = { + exists = no + AND = { + war = no + is_mobilised = no + OR = { + in_sphere = THIS + relation = { who = THIS value = 100 } + } + } + } + } + } + + effect = { + set_country_flag = daimyos_united + remove_country_modifier = uncivilized_isolationism + years_of_research = 0.5 + prestige = 10 + remove_country_modifier = ansei_purge + remove_country_modifier = kobu_gattai + 1649 = { + life_rating = 10 + add_province_modifier = { + name = gateway_to_harbor + duration = 3650 + } + change_province_name = "Tokyo" + } + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -6 + } + any_country = { + limit = { + OR = { + tag = SEN + tag = YZW + tag = CHO + tag = SAT + tag = TOS + tag = KAG + } + exists = yes + } + set_country_flag = wants_to_unify + country_event = 98650 + } + } + + ai_will_do = { + factor = 1 + } + } + + become_japan = { + picture = become_japan + potential = { + tag = TKG + has_country_flag = made_peace_with_emperor + OR = { + has_country_flag = daimyos_united + has_country_flag = han_system_abolished + } + NOT = { + has_country_flag = ghost_country + has_country_flag = peaceful_transition_to_japan + exists = JAP + } + } + + allow = { + war = no + is_mobilised = no + civilized = yes + NOT = { average_militancy = 2 } + } + + effect = { + set_country_flag = peaceful_transition_to_japan + remove_country_modifier = uncivilized_isolationism + prestige = 10 + TKG = { + all_core = { + remove_core = TKG + add_core = JAP + } + } + change_tag = JAP + any_country = { + limit = { + OR = { + tag = SEN + tag = YZW + tag = CHO + tag = SAT + tag = TOS + tag = KAG + } + war = no + is_mobilised = no + exists = yes + } + set_country_flag = wants_to_unify + country_event = 98650 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + government = absolute_monarchy + } + } + } + + bonin_administration = { + picture = meiji_court + potential = { + OR = { + tag = JAP + tag = TKG + } + owns = 1654 + owns = 2525 + NOT = { has_country_flag = bonin_administration } + } + allow = { + civilized = yes + owns = 1654 + owns = 2525 + } + effect = { + prestige = 1 + 1654 = { + change_province_name = "Iwo Jima" + } + 2525 = { + life_rating = 15 + add_core = THIS + change_province_name = "Minami Torishima" + state_scope = { + change_region_name = "Ogasawara" + } + } + set_country_flag = bonin_administration + } + } + + taiwan_administration = { + picture = meiji_court + potential = { + OR = { + tag = JAP + tag = TKG + } + owns = 1485 + owns = 2562 + owns = 2681 + owns = 2406 + NOT = { has_country_flag = taiwan_administration } + } + allow = { + civilized = yes + owns = 1485 + owns = 2562 + owns = 2681 + owns = 2406 + } + effect = { + prestige = 1 + 2681 = { + add_core = TAI + remove_core = FJN + change_province_name = "Taihoku" + } + 2562 = { + add_core = TAI + remove_core = FJN + change_province_name = "Karenko" + } + 2406 = { + add_core = TAI + remove_core = FJN + change_province_name = "Hoko" + } + 1485 = { + add_core = TAI + remove_core = FJN + change_province_name = "Tainan Cho" + state_scope = { change_region_name = "Takasago" } + } + set_country_flag = taiwan_administration + } + } + + inherit_ryukyu = { + potential = { + OR = { + tag = QNG + AND = { + tag = JAP + has_country_modifier = fukoku_kyohei + } + AND = { + tag = TKG + has_country_modifier = fukoku_kyohei + } + } + exists = RYU + NOT = { has_global_flag = ryukyu_inherited } + RYU = { ai = yes } + } + + allow = { + civilized = yes + war = no + RYU = { war = no } + OR = { + RYU = { part_of_sphere = no } + RYU = { in_sphere = THIS } + } + } + + effect = { + set_global_flag = ryukyu_inherited + 1678 = { add_core = THIS } + 1679 = { add_core = THIS } + random_owned = { limit = { owner = { tag = QNG } } 1678 = { add_core = CHI } 1679 = { add_core = CHI } } + inherit = RYU + } + + ai_will_do = { + factor = 1 + } + } + + ryukyu_is_japanese = { + picture = inherit_ryukyu + potential = { + OR = { + tag = JAP + tag = TKG + } + RYU = { exists = no } + NOT = { has_country_flag = ryukyu_is_japanese } + } + + allow = { + has_country_modifier = fukoku_kyohei + war = no + RYU = { exists = no } + } + + effect = { + set_country_flag = ryukyu_is_japanese + 1678 = { add_core = THIS } + 1679 = { add_core = THIS } + random_country = { + limit = { + owns = 1678 + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -100 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + unite_with_japan = { + + potential = { + primary_culture = japanese + JAP = { + exists = yes + has_country_modifier = fukoku_kyohei + } + ai = yes + NOT = { + tag = JAP + tag = TKG + has_country_flag = unite_with_japan + } + } + + allow = { + war = no + OR = { + in_sphere = JAP + sphere_owner = { is_sphere_leader_of = JAP } + } + JAP = { + war = no + neighbour = THIS + } + } + + effect = { + set_country_flag = unite_with_japan + random_country = { + limit = { + tag = JAP + ai = yes + } + inherit = THIS + } + random_country = { + limit = { + tag = JAP + ai = no + } + country_event = 60130 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + government = fascist_dictatorship + JAP = { + NOT = { government = fascist_dictatorship } + } + } + modifier = { + factor = 0 + NOT = { government = fascist_dictatorship } + JAP = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + NOT = { government = proletarian_dictatorship } + JAP = { government = proletarian_dictatorship } + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + JAP = { + NOT = { + government = democracy + government = hms_government + } + } + } + modifier = { + factor = 0 + JAP = { + OR = { + government = democracy + government = hms_government + } + } + NOT = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + } + } + + treaty_of_shimonoseki = { + picture = unequal_treaty + potential = { + OR = { + tag = JAP + tag = TKG + } + has_country_modifier = fukoku_kyohei + civilized = yes + NOT = { has_country_flag = negotiate_treaty_shimonoseki } + 1485 = { + owner = { + is_culture_group = east_asian + war_with = THIS + NOT = { + capital = 1485 + has_country_flag = negotiate_unequal_treaty + } + } + } + } + + allow = { + 1485 = { + owner = { + OR = { + war_exhaustion = 50 + any_owned_province = { controlled_by = THIS } + } + OR = { + national_provinces_occupied = 0.10 + blockade = 0.50 + } + war_exhaustion = 10 + } + } + } + + effect = { + set_country_flag = negotiate_treaty_shimonoseki + 1485 = { + owner = { + set_country_flag = negotiate_unequal_treaty + country_event = 1316085 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + anglo_japanese_alliance = { + picture = treaty_signing + potential = { + OR = { + tag = JAP + tag = TKG + } + has_country_modifier = fukoku_kyohei + ENG = { + any_owned_province = { continent = asia } + NOT = { any_core = { owned_by = THIS } } + is_greater_power = yes + ai = yes + } + NOT = { + has_country_flag = anglo_alliance_created + any_owned_province = { is_core = HND } + truce_with = ENG + alliance_with = ENG + any_core = { owned_by = ENG } + neighbour = ENG + } + } + + allow = { + OR = { + great_wars_enabled = yes + NOT = { any_greater_power = { alliance_with = ENG } } + } + war = no + ENG = { war = no } + is_greater_power = yes + RUS = { + NOT = { relation = { who = ENG value = 0 } } + NOT = { relation = { who = THIS value = 0 } } + } + } + + effect = { + set_country_flag = anglo_alliance_created + relation = { who = ENG value = 200 } + create_alliance = ENG + military_access = ENG + ENG = { military_access = THIS } + } + } + + japanese_sakhalin = { + picture = map_yellow_sea + potential = { + OR = { + tag = JAP + tag = TKG + } + OR = { + owns = 1086 #Pogobi + owns = 1087 #Ootomari + } + civilized = yes + NOT = { has_global_flag = japanese_sakhalin } + } + allow = { + + owns = 1086 #Pogobi + owns = 1087 #Ootomari + owns = 1088 #Shumshu + owns = 1089 #Etorofu + } + effect = { + prestige = 5 + 2832 = { change_province_name = "Mamiya Strait" } + 2838 = { change_province_name = "Coast of Karafuto" } + 1088 = { change_province_name = "Shumushu" } + 1086 = { change_province_name = "Sagaren" } + 1087 = { + change_province_name = "Toyohara" + state_scope = { + change_region_name = "Karafuto" + any_owned = { add_core = THIS } + } + } + set_global_flag = japanese_sakhalin + } + ai_will_do = { factor = 1 } + } + + russian_sakhalin = { + picture = map_yellow_sea + potential = { + tag = RUS + OR = { + owns = 1086 #Pogobi + owns = 1087 #Ootomari + } + has_global_flag = japanese_sakhalin + } + allow = { + + owns = 1086 #Pogobi/Sagaren + owns = 1087 #Ootomari/Toyohara + owns = 1088 #Shumshu/Shumushu + owns = 1089 #Etorofu + } + effect = { + prestige = 5 + any_country = { + limit = { + OR = { + tag = TKG + tag = JAP + } + exists = yes + } + prestige = -10 + } + 2832 = { change_province_name = "Tatar Strait" } + 2838 = { change_province_name = "Coast of Sakhalin" } + 1088 = { change_province_name = "Shumshu" } + 1089 = { change_province_name = "Iturrup" } + 1086 = { change_province_name = "Pogobi" } + 1087 = { + change_province_name = "Yuzhno" + state_scope = { + change_region_name = "Sakhalin" + any_owned = { add_core = THIS } + } + } + clr_global_flag = japanese_sakhalin + } + ai_will_do = { + factor = 1 + } + } + + total_war_in_satsuma = { + picture = begin_line_of_advantage + potential = { + NOT = { has_country_modifier = small_country_draft } + NOT = { has_country_flag = satsuma_draft_happened } + has_country_flag = satsuma_rebellion + tag = SAT + } + + allow = { + OR = { + war_with = JAP + war_with = TKG + } + } + + effect = { + iron = 10 + wool = 10 + timber = 25 + small_arms = 10 + leadership = 20 + define_general = { + name = "Saigo Takamori" + personality = skilled + background = old_school + } + add_country_modifier = { + name = taiping_draft + duration = 90 + } + set_country_flag = satsuma_draft_happened + } + ai_will_do = { factor = 1 } + } + + establish_the_kaitakushi = { + picture = kaitakushi + potential = { + primary_culture = japanese + 1643 = { NOT = { life_rating = 25 } } + } + + allow = { + OR = { + tag = TKG + has_country_flag = ezo_republic + has_country_flag = peaceful_transition_to_japan + } + civilized = yes + war = no + owns = 1642 + 1642 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } + owns = 1643 + 1643 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } + owns = 1644 + 1644 = { NOT = { is_colonial = yes } OR = { NOT = { is_core = EZO } owner = { tag = EZO } } } + OR = { + AND = { + tag = JAP + TKG = { exists = no } + nationalism_n_imperialism = 1 + } + AND = { + tag = TKG + JAP = { exists = no } + nationalism_n_imperialism = 1 + } + AND = { + tag = EZO + revolution_n_counterrevolution = 1 + is_vassal = no + } + } + } + + effect = { + remove_country_modifier = uncivilized_isolationism + 1643 = { change_province_name = "Sapporo" life_rating = 25 } + 1644 = { change_province_name = "Nemuro" life_rating = 25 } + 1642 = { + state_scope = { + change_region_name = "Hokkaido" + any_owned = { + add_province_modifier = { name = population_resettlement duration = 10950 } + add_province_modifier = { name = baby_boom duration = 9125 } + add_province_modifier = { name = plantation duration = -1 } + } + } + } + } + + ai_will_do = { factor = 1 } + } + + occupy_kita_ezo = { + picture = map_yellow_sea + potential = { + primary_culture = japanese + 1643 = { empty = yes } + 1644 = { empty = yes } + owns = 1642 + exists = yes + } + + allow = { + war = no + OR = { + 1086 = { empty = no } + 1088 = { empty = no } + AND = { + tag = JAP + TKG = { exists = no } + } + AND = { + tag = TKG + JAP = { exists = no } + } + } + } + + effect = { + 1643 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + 1644 = { secede_province = THIS add_core = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + ai_will_do = { factor = 1 } + } + + imperial_rescript = { + picture = imperial_rescript + potential = { + tag = JAP + NOT = { has_country_flag = imperial_rescript_decreed } + has_country_flag = sent_iwakura_mission + } + + allow = { + war = no + civilized = yes + phenomenology_n_hermeneutic = 1 + TKG = { exists = no } + } + + effect = { + remove_country_modifier = uncivilized_isolationism + set_country_flag = imperial_rescript_decreed + any_pop = { limit = { has_pop_culture = japanese } militancy = -1 consciousness = -2 } + random_owned = { + limit = { + owner = { school_reforms = acceptable_schools } + } + owner = { social_reform = good_schools } + } + + random_owned = { + limit = { + owner = { school_reforms = low_schools } + } + owner = { social_reform = acceptable_schools } + } + + random_owned = { + limit = { + owner = { school_reforms = no_schools } + } + owner = { social_reform = low_schools } + } + } + + ai_will_do = { factor = 1 } + } + + shinbutsu_bunri = { + picture = shinbutsu_bunri_decision + potential = { + is_vassal = no + NOT = { has_country_flag = ghost_country } + OR = { + tag = JAP + tag = TKG + AND = { + primary_culture = japanese + has_country_flag = mahayana_country + } + } + NOT = { has_country_flag = shinto_country } + } + + allow = { + war = no + state_n_government = 1 + } + + effect = { + any_pop = { limit = { has_pop_religion = mahayana } consciousness = 1 } + any_pop = { limit = { has_pop_religion = shinto } militancy = -1 } + set_country_flag = shinto_country + clr_country_flag = mahayana_country + religion = shinto + } + + ai_will_do = { factor = 1 } + } + + meiji_daijokan_ordinances = { + picture = japan_land_tax_reform + potential = { + OR = { + owns = 1657 + owns = 1675 + owns = 1649 + owns = 1640 + owns = 1668 + } + NOT = { has_global_flag = japan_industrialized } + } + + allow = { + war = no + civilized = yes + owns = 1657 + owns = 1675 + owns = 1649 + owns = 1640 + owns = 1668 + } + + effect = { + set_global_flag = japan_industrialized + # + #1679 = { trade_goods = iron } + 1663 = { trade_goods = tobacco } + #1664 = { trade_goods = coal } + #1661 = { trade_goods = coal } + #1660 = { trade_goods = tea } + # + 1638 = { trade_goods = cotton } + # + 1666 = { trade_goods = timber } + #1667 = { trade_goods = tobacco } + # + 1675 = { trade_goods = silk } + #1648 = { trade_goods = tea } + 1647 = { trade_goods = fish } + # + #1657 = { trade_goods = tea } + #1655 = { trade_goods = tea } + # + 1673 = { trade_goods = silk } + #1671 = { trade_goods = iron } + # + #1670 = { trade_goods = sulphur } + #1672 = { trade_goods = iron } + # + #1642 = { trade_goods = iron } + # + 1652 = { trade_goods = silk } + 1674 = { trade_goods = silk } #war tobacco + 1649 = { trade_goods = grain } + } + + ai_will_do = { factor = 1 } + } + } diff --git a/HPM/decisions/La Plata.txt b/HPM/decisions/La Plata.txt index da810a49..945729cd 100644 --- a/HPM/decisions/La Plata.txt +++ b/HPM/decisions/La Plata.txt @@ -1,307 +1,307 @@ political_decisions = { - banda_oriental = { - picture = banda_oriental - potential = { - tag = ARG - NOT = { - has_country_flag = banda_oriental_is_ours - } - } - - allow = { - romanticism = 1 - is_greater_power = yes - } - - effect = { - badboy = 10 - set_country_flag = banda_oriental_is_ours #Uruguay provinces - 2344 = { - add_core = ARG - } - 2345 = { - add_core = ARG - } - 2346 = { - add_core = ARG - } - 2347 = { - add_core = ARG - } + banda_oriental = { + picture = banda_oriental + potential = { + tag = ARG + NOT = { + has_country_flag = banda_oriental_is_ours + } + } - } + allow = { + romanticism = 1 + is_greater_power = yes + } - ai_will_do = { - factor = 1 - } - } + effect = { + badboy = 10 + set_country_flag = banda_oriental_is_ours #Uruguay provinces + 2344 = { + add_core = ARG + } + 2345 = { + add_core = ARG + } + 2346 = { + add_core = ARG + } + 2347 = { + add_core = ARG + } - our_brothers_the_gauchos = { - picture = our_brothers_the_gauchos - potential = { - OR = { - tag = ARG - tag = LPL - } - NOT = { has_country_flag = rio_grande_del_sur_is_ours } - has_country_flag = banda_oriental_is_ours - } - - allow = { - nationalism_n_imperialism = 1 - is_greater_power = yes - } - - effect = { - set_country_flag = rio_grande_del_sur_is_ours - badboy = 5 - 2463 = { - add_core = THIS - } - 2464 = { - add_core = THIS - } - 2465 = { - add_core = THIS - } - 2466 = { - add_core = THIS - } - 2467 = { - add_core = THIS - } - } + } - ai_will_do = { - factor = 1 - } - } + ai_will_do = { + factor = 1 + } + } - unite_la_plata = { - picture = unite_la_plata - potential = { - primary_culture = platinean - NOT = { exists = LPL } - } - - allow = { - war = no - is_mobilised = no - prestige = 50 - nationalism_n_imperialism = 1 - PRG = { - OR = { - exists = no - is_mobilised = no - } - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - province_id = 2420 - } - } - } - } - URU = { - OR = { - exists = no - is_mobilised = no - } - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - } - } - } - } - - OR = { - ARG = { - exists = yes - is_mobilised = no - war = no - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - province_id = 2131 - } - } - } - } - - ARC = { - exists = yes - is_mobilised = no - war = no - OR = { - in_sphere = THIS - vassal_of = THIS - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - province_id = 2131 - } - } - } - } - } - } - - effect = { - prestige = 30 - badboy = 10 - random_country = { - limit = { - exists = yes - OR = { - tag = ARG - tag = ARC - } - } - all_core = { add_core = LPL } - } - PRG = { all_core = { add_core = LPL } } - URU = { all_core = { add_core = LPL } } - BOL = { all_core = { add_core = LPL } } - change_tag = LPL - random_country = { - limit = { - tag = ARG - exists = yes - ai = yes - } - THIS = { inherit = ARG } - } - random_country = { - limit = { - tag = ARG - exists = yes - ai = no - } - country_event = 98650 - } - - random_country = { - limit = { - tag = ARC - exists = yes - ai = yes - } - THIS = { inherit = ARC } - } - random_country = { - limit = { - tag = ARC - exists = yes - ai = no - } - country_event = 98650 - } - - random_country = { - limit = { - tag = ENT - exists = yes - ai = yes - } - THIS = { inherit = ENT } - } - random_country = { - limit = { - tag = ENT - exists = yes - ai = no - } - country_event = 98650 - } - - random_country = { - limit = { - tag = CRT - exists = yes - ai = yes - } - THIS = { inherit = CRT } - } - random_country = { - limit = { - tag = CRT - exists = yes - ai = no - } - country_event = 98650 - } - - random_country = { - limit = { - tag = SBA - exists = yes - ai = yes - } - THIS = { inherit = SBA } - } - random_country = { - limit = { - tag = SBA - exists = yes - ai = no - } - country_event = 98650 - } - - - random_country = { - limit = { - tag = PRG - exists = yes - ai = yes - } - THIS = { inherit = PRG } - } - random_country = { - limit = { - tag = PRG - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = URU - exists = yes - ai = yes - } - THIS = { inherit = URU } - } - random_country = { - limit = { - tag = URU - exists = yes - ai = no - } - country_event = 98650 - } - 916 = { remove_core = LPL } - 2305 = { remove_core = LPL } - 2309 = { remove_core = LPL } - 2420 = { remove_core = LPL } - } - - ai_will_do = { factor = 1 } - } -} \ No newline at end of file + our_brothers_the_gauchos = { + picture = our_brothers_the_gauchos + potential = { + OR = { + tag = ARG + tag = LPL + } + NOT = { has_country_flag = rio_grande_del_sur_is_ours } + has_country_flag = banda_oriental_is_ours + } + + allow = { + nationalism_n_imperialism = 1 + is_greater_power = yes + } + + effect = { + set_country_flag = rio_grande_del_sur_is_ours + badboy = 5 + 2463 = { + add_core = THIS + } + 2464 = { + add_core = THIS + } + 2465 = { + add_core = THIS + } + 2466 = { + add_core = THIS + } + 2467 = { + add_core = THIS + } + } + + ai_will_do = { + factor = 1 + } + } + + unite_la_plata = { + picture = unite_la_plata + potential = { + primary_culture = platinean + NOT = { exists = LPL } + } + + allow = { + war = no + is_mobilised = no + prestige = 50 + nationalism_n_imperialism = 1 + PRG = { + OR = { + exists = no + is_mobilised = no + } + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + province_id = 2420 + } + } + } + } + URU = { + OR = { + exists = no + is_mobilised = no + } + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + } + } + } + } + + OR = { + ARG = { + exists = yes + is_mobilised = no + war = no + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + province_id = 2131 + } + } + } + } + + ARC = { + exists = yes + is_mobilised = no + war = no + OR = { + in_sphere = THIS + vassal_of = THIS + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + province_id = 2131 + } + } + } + } + } + } + + effect = { + prestige = 30 + badboy = 10 + random_country = { + limit = { + exists = yes + OR = { + tag = ARG + tag = ARC + } + } + all_core = { add_core = LPL } + } + PRG = { all_core = { add_core = LPL } } + URU = { all_core = { add_core = LPL } } + BOL = { all_core = { add_core = LPL } } + change_tag = LPL + random_country = { + limit = { + tag = ARG + exists = yes + ai = yes + } + THIS = { inherit = ARG } + } + random_country = { + limit = { + tag = ARG + exists = yes + ai = no + } + country_event = 98650 + } + + random_country = { + limit = { + tag = ARC + exists = yes + ai = yes + } + THIS = { inherit = ARC } + } + random_country = { + limit = { + tag = ARC + exists = yes + ai = no + } + country_event = 98650 + } + + random_country = { + limit = { + tag = ENT + exists = yes + ai = yes + } + THIS = { inherit = ENT } + } + random_country = { + limit = { + tag = ENT + exists = yes + ai = no + } + country_event = 98650 + } + + random_country = { + limit = { + tag = CRT + exists = yes + ai = yes + } + THIS = { inherit = CRT } + } + random_country = { + limit = { + tag = CRT + exists = yes + ai = no + } + country_event = 98650 + } + + random_country = { + limit = { + tag = SBA + exists = yes + ai = yes + } + THIS = { inherit = SBA } + } + random_country = { + limit = { + tag = SBA + exists = yes + ai = no + } + country_event = 98650 + } + + + random_country = { + limit = { + tag = PRG + exists = yes + ai = yes + } + THIS = { inherit = PRG } + } + random_country = { + limit = { + tag = PRG + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = URU + exists = yes + ai = yes + } + THIS = { inherit = URU } + } + random_country = { + limit = { + tag = URU + exists = yes + ai = no + } + country_event = 98650 + } + 916 = { remove_core = LPL } + 2305 = { remove_core = LPL } + 2309 = { remove_core = LPL } + 2420 = { remove_core = LPL } + } + + ai_will_do = { factor = 1 } + } +} diff --git a/HPM/decisions/Law Changes.txt b/HPM/decisions/Law Changes.txt index 3cf20aed..acf03f95 100644 --- a/HPM/decisions/Law Changes.txt +++ b/HPM/decisions/Law Changes.txt @@ -1,256 +1,256 @@ political_decisions = { - - reform_the_local_government = { - picture = kaitakushi - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - civilized = yes - any_owned_province = { - any_core = { - exists = no - capital_scope = { owned_by = THIS } - OR = { - AND = { - NOT = { political_parties = underground_parties } - THIS = { political_parties = underground_parties } - } - AND = { - NOT = { political_parties = harassment } - THIS = { political_parties = harassment } - } - AND = { - NOT = { political_parties = gerrymandering } - THIS = { political_parties = gerrymandering } - } - AND = { - NOT = { political_parties = non_secret_ballots } - THIS = { political_parties = non_secret_ballots } - } - AND = { - NOT = { political_parties = secret_ballots } - THIS = { political_parties = secret_ballots } - } - } - } - } - } - - allow = { war = no } - - effect = { - random_owned = { - limit = { owner = { slavery = no_slavery } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = no_slavery - } - } - - random_owned = { - limit = { owner = { public_meetings = no_meeting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = no_meeting - } - } - - random_owned = { - limit = { owner = { public_meetings = yes_meeting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = yes_meeting - } - } - - random_owned = { - limit = { owner = { debt_law = peonage } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = peonage - } - } - - random_owned = { - limit = { owner = { OR = { debt_law = debtors_prisons debt_law = bankruptcy } } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = debtors_prisons - } - } - - random_owned = { - limit = { owner = { press_rights = state_press } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = state_press - } - } - - random_owned = { - limit = { owner = { press_rights = censored_press } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = censored_press - } - } - - random_owned = { - limit = { owner = { press_rights = free_press } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = free_press - } - } - - random_owned = { - limit = { owner = { voting_system = first_past_the_post } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = first_past_the_post - } - } - - random_owned = { - limit = { owner = { voting_system = jefferson_method } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = jefferson_method - } - } - - random_owned = { - limit = { owner = { voting_system = proportional_representation } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = proportional_representation - } - } - - random_owned = { - limit = { owner = { vote_franschise = none_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = none_voting - } - } - - random_owned = { - limit = { owner = { vote_franschise = landed_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = landed_voting - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_weighted_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = wealth_weighted_voting - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = wealth_voting - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_weighted_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = universal_weighted_voting - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_voting } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = universal_voting - } - } - - random_owned = { - limit = { owner = { political_parties = underground_parties } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = underground_parties - } - } - - random_owned = { - limit = { owner = { political_parties = harassment } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = harassment - } - } - - random_owned = { - limit = { owner = { political_parties = gerrymandering } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = gerrymandering - } - } - - random_owned = { - limit = { owner = { political_parties = non_secret_ballots } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = non_secret_ballots - } - } - - random_owned = { - limit = { owner = { political_parties = secret_ballots } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = secret_ballots - } - } - - random_owned = { - limit = { owner = { upper_house_composition = party_appointed } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = party_appointed - } - } - - random_owned = { - limit = { owner = { upper_house_composition = appointed } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = appointed - } - } - - random_owned = { - limit = { owner = { upper_house_composition = state_equal_weight } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = state_equal_weight - } - } - - random_owned = { - limit = { owner = { upper_house_composition = population_equal_weight } } - any_country = { - limit = { exists = no capital_scope = { owned_by = THIS } } - political_reform = population_equal_weight - } - } - } - ai_will_do = { factor = 0 } - } + reform_the_local_government = { + picture = kaitakushi + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + civilized = yes + any_owned_province = { + any_core = { + exists = no + capital_scope = { owned_by = THIS } + OR = { + AND = { + NOT = { political_parties = underground_parties } + THIS = { political_parties = underground_parties } + } + AND = { + NOT = { political_parties = harassment } + THIS = { political_parties = harassment } + } + AND = { + NOT = { political_parties = gerrymandering } + THIS = { political_parties = gerrymandering } + } + AND = { + NOT = { political_parties = non_secret_ballots } + THIS = { political_parties = non_secret_ballots } + } + AND = { + NOT = { political_parties = secret_ballots } + THIS = { political_parties = secret_ballots } + } + } + } + } + } + + allow = { war = no } + + effect = { + + random_owned = { + limit = { owner = { slavery = no_slavery } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = no_slavery + } + } + + random_owned = { + limit = { owner = { public_meetings = no_meeting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = no_meeting + } + } + + random_owned = { + limit = { owner = { public_meetings = yes_meeting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = yes_meeting + } + } + + random_owned = { + limit = { owner = { debt_law = peonage } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = peonage + } + } + + random_owned = { + limit = { owner = { OR = { debt_law = debtors_prisons debt_law = bankruptcy } } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = debtors_prisons + } + } + + random_owned = { + limit = { owner = { press_rights = state_press } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = state_press + } + } + + random_owned = { + limit = { owner = { press_rights = censored_press } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = censored_press + } + } + + random_owned = { + limit = { owner = { press_rights = free_press } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = free_press + } + } + + random_owned = { + limit = { owner = { voting_system = first_past_the_post } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = first_past_the_post + } + } + + random_owned = { + limit = { owner = { voting_system = jefferson_method } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = jefferson_method + } + } + + random_owned = { + limit = { owner = { voting_system = proportional_representation } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = proportional_representation + } + } + + random_owned = { + limit = { owner = { vote_franschise = none_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = none_voting + } + } + + random_owned = { + limit = { owner = { vote_franschise = landed_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = landed_voting + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_weighted_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = wealth_weighted_voting + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = wealth_voting + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_weighted_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = universal_weighted_voting + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_voting } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = universal_voting + } + } + + random_owned = { + limit = { owner = { political_parties = underground_parties } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = underground_parties + } + } + + random_owned = { + limit = { owner = { political_parties = harassment } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = harassment + } + } + + random_owned = { + limit = { owner = { political_parties = gerrymandering } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = gerrymandering + } + } + + random_owned = { + limit = { owner = { political_parties = non_secret_ballots } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = non_secret_ballots + } + } + + random_owned = { + limit = { owner = { political_parties = secret_ballots } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = secret_ballots + } + } + + random_owned = { + limit = { owner = { upper_house_composition = party_appointed } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = party_appointed + } + } + + random_owned = { + limit = { owner = { upper_house_composition = appointed } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = appointed + } + } + + random_owned = { + limit = { owner = { upper_house_composition = state_equal_weight } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = state_equal_weight + } + } + + random_owned = { + limit = { owner = { upper_house_composition = population_equal_weight } } + any_country = { + limit = { exists = no capital_scope = { owned_by = THIS } } + political_reform = population_equal_weight + } + } + } + ai_will_do = { factor = 0 } + } } diff --git a/HPM/decisions/MEX.txt b/HPM/decisions/MEX.txt index bcba2801..8e6bbac5 100644 --- a/HPM/decisions/MEX.txt +++ b/HPM/decisions/MEX.txt @@ -1,199 +1,199 @@ political_decisions = { - restore_mexican_empire = { - potential = { - tag = MEX - government = democracy - NOT = { has_country_flag = we_have_tried_this_once } - FRA = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - allow = { - war = no - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - average_militancy = 3 - } - - effect = { - government = hms_government - election = yes - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 8 - } - scaled_militancy = { - ideology = socialist - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 6 - } - } - FRA = { - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - set_country_flag = we_have_tried_this_once - } - } + restore_mexican_empire = { + potential = { + tag = MEX + government = democracy + NOT = { has_country_flag = we_have_tried_this_once } + FRA = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + allow = { + war = no + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + average_militancy = 3 + } - treaty_of_guadalupe_hidalgo = { - picture = treaty_of_guadalupe_hidalgo - potential = { - tag = USA - has_country_flag = hasmanifestdestiny - NOT = { has_country_flag = treaty_of_guadalupe_hidalgo } - MEX = { is_greater_power = no NOT = { has_country_flag = manifest_destiny_refuted } } - } + effect = { + government = hms_government + election = yes + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 8 + } + scaled_militancy = { + ideology = socialist + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 6 + } + } + FRA = { + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + set_country_flag = we_have_tried_this_once + } + } - allow = { - OR = { - money = 100000 - ai = yes - } - OR = { - 2172 = { controlled_by = USA } - MEX = { - all_core = { - OR = { - owned_by = USA - controlled_by = USA - NOT = { is_core = USA } - } - } - } - AND = { - MEX = { ai = yes } - ai = yes - is_sphere_leader_of = MEX - war = no - truce_with = MEX - } - } - NOT = { - any_owned_province = { controlled_by = MEX } - any_owned_province = { - controller = { alliance_with = MEX } - } - } - } + treaty_of_guadalupe_hidalgo = { + picture = treaty_of_guadalupe_hidalgo + potential = { + tag = USA + has_country_flag = hasmanifestdestiny + NOT = { has_country_flag = treaty_of_guadalupe_hidalgo } + MEX = { is_greater_power = no NOT = { has_country_flag = manifest_destiny_refuted } } + } - effect = { - set_country_flag = treaty_of_guadalupe_hidalgo - MEX = { country_event = 44825 } - } + allow = { + OR = { + money = 100000 + ai = yes + } + OR = { + 2172 = { controlled_by = USA } + MEX = { + all_core = { + OR = { + owned_by = USA + controlled_by = USA + NOT = { is_core = USA } + } + } + } + AND = { + MEX = { ai = yes } + ai = yes + is_sphere_leader_of = MEX + war = no + truce_with = MEX + } + } + NOT = { + any_owned_province = { controlled_by = MEX } + any_owned_province = { + controller = { alliance_with = MEX } + } + } + } - ai_will_do = { - factor = 1 - } - } - - refute_manifest_destiny = { - picture = manifest_destiny - potential = { - exists = yes - OR = { - tag = MEX - tag = TEX - tag = DES - tag = CAL - } - USA = { has_country_flag = hasmanifestdestiny } - NOT = { - has_country_flag = treaty_of_guadalupe_hidalgo - has_country_flag = manifest_destiny_refuted - } - } - - allow = { - war = no - NOT = { has_recently_lost_war = yes } - OR = { - AND = { - is_greater_power = yes - invention = manifest_destiny - } - AND = { - truce_with = USA - USA = { has_recently_lost_war = yes } - } - } - all_core = { owned_by = THIS } - } - - effect = { - set_country_flag = manifest_destiny_refuted - prestige = 10 - USA = { - prestige = -10 - relation = { who = THIS value = -200 } - } - - any_owned = { - limit = { - is_core = USA - is_core = THIS - } - remove_core = USA - } - - random_owned = { - limit = { owner = { OR = { tag = DES tag = CAL } } } - owner = { - any_owned = { - limit = { - is_core = MEX - is_core = THIS - } - remove_core = MEX - } - } - } - - random_owned = { - limit = { owner = { primary_culture = texan } } - owner = { - any_owned = { - limit = { - is_core = MEX - is_core = THIS - } - remove_core = MEX - } - } - } - - random_owned = { - limit = { owner = { primary_culture = mexican } } - owner = { - 129 = { add_core = MEX } - 128 = { add_core = MEX } - 103 = { add_core = MEX } - 107 = { add_core = MEX } - 108 = { add_core = MEX } - 109 = { add_core = MEX } - 110 = { add_core = MEX } - } - } - } - } + effect = { + set_country_flag = treaty_of_guadalupe_hidalgo + MEX = { country_event = 44825 } + } + + ai_will_do = { + factor = 1 + } + } + + refute_manifest_destiny = { + picture = manifest_destiny + potential = { + exists = yes + OR = { + tag = MEX + tag = TEX + tag = DES + tag = CAL + } + USA = { has_country_flag = hasmanifestdestiny } + NOT = { + has_country_flag = treaty_of_guadalupe_hidalgo + has_country_flag = manifest_destiny_refuted + } + } + + allow = { + war = no + NOT = { has_recently_lost_war = yes } + OR = { + AND = { + is_greater_power = yes + invention = manifest_destiny + } + AND = { + truce_with = USA + USA = { has_recently_lost_war = yes } + } + } + all_core = { owned_by = THIS } + } + + effect = { + set_country_flag = manifest_destiny_refuted + prestige = 10 + USA = { + prestige = -10 + relation = { who = THIS value = -200 } + } + + any_owned = { + limit = { + is_core = USA + is_core = THIS + } + remove_core = USA + } + + random_owned = { + limit = { owner = { OR = { tag = DES tag = CAL } } } + owner = { + any_owned = { + limit = { + is_core = MEX + is_core = THIS + } + remove_core = MEX + } + } + } + + random_owned = { + limit = { owner = { primary_culture = texan } } + owner = { + any_owned = { + limit = { + is_core = MEX + is_core = THIS + } + remove_core = MEX + } + } + } + + random_owned = { + limit = { owner = { primary_culture = mexican } } + owner = { + 129 = { add_core = MEX } + 128 = { add_core = MEX } + 103 = { add_core = MEX } + 107 = { add_core = MEX } + 108 = { add_core = MEX } + 109 = { add_core = MEX } + 110 = { add_core = MEX } + } + } + } + } } diff --git a/HPM/decisions/MISC_Flavour.txt b/HPM/decisions/MISC_Flavour.txt index 72e60a08..63e22a15 100644 --- a/HPM/decisions/MISC_Flavour.txt +++ b/HPM/decisions/MISC_Flavour.txt @@ -1,239 +1,238 @@ - political_decisions = { - organize_central_asia = { - picture = laghouat_algiers - potential = { - tag = RUS - owns = 1204 #Ashkhabad - owns = 1191 #Khiva - owns = 1198 #Bukkhara - owns = 1202 #Kokand - NOT = { has_country_flag = hegemony_in_central_asia } - } - - allow = { - war = no - OR = { - is_greater_power = yes - is_secondary_power = yes - } - nationalism_n_imperialism = 1 - KOK = { exists = no } - BUK = { exists = no } - KHI = { exists = no } - } - - effect = { - set_country_flag = hegemony_in_central_asia - prestige = 15 - - 1194 = { change_province_name = "Novopetrovskoye" life_rating = 1 } - 1204 = { change_province_name = "Ashkhabad" life_rating = 1 fort = 1 } - 1205 = { change_province_name = "Krasnovodsk" life_rating = 1 } - - RUS_1185 = { remove_core = KOK remove_core = BUK remove_core = KHI } - KOK_1190 = { remove_core = KOK remove_core = BUK remove_core = KHI } - KHI_1191 = { remove_core = KOK remove_core = BUK remove_core = KHI } - RUS_1196 = { remove_core = KOK remove_core = BUK remove_core = KHI } - - RUS_1182 = { add_core = KAZ } - RUS_1184 = { add_core = KAZ } - RUS_1185 = { add_core = KAZ } - KHI_1191 = { add_core = UZB } - RUS_1196 = { add_core = TKM } - 1201 = { add_core = TAJ } - 1207 = { add_core = TAJ } - 1208 = { add_core = TAJ } - 1189 = { add_core = KYR } - 1190 = { add_core = KYR } - 1203 = { add_core = KYR } - - KAZ = { tech_school = developing_tech_school } - UZB = { tech_school = developing_tech_school } - KYR = { tech_school = developing_tech_school } - TAJ = { tech_school = developing_tech_school } - TKM = { tech_school = developing_tech_school } - - } - - ai_will_do = { factor = 1 } - } - - #conquest_of_red_water = { - # picture = doha_city - # potential = { - # OR = { - # owns = 1196 - # owns = 1204 - # owns = 1206 - # owns = 686 - # } - # 1205 = { empty = yes } - # NOT = { has_country_flag = red_water_conquered } - # } - # - # allow = { - # civilized = yes - # nationalism_n_imperialism = 1 - # owns = 1196 - # owns = 1204 - # owns = 1206 - # owns = 686 - # } - # - # effect = { - # set_country_flag = red_water_conquered - # prestige = 5 - # 1205 = { secede_province = THIS } - # } - # - # ai_will_do = { factor = 1 } - #} - - claim_artois = { - picture = NET_claim_artois - potential = { - tag = NET - OR = { - AND = { - owns = 394 #Wallonia - owns = 387 #Flanders - owns = 397 #Luxembourg - } - AND = { - owns = 387 #Brussels - owns = 392 #Namur - owns = 397 #Luxembourg - } - } - NOT = { has_country_flag = artois_claimed } - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - war_policy = jingoism - OR = { - government = absolute_monarchy - government = fascist_dictatorship - } - } - - effect = { - badboy = 5 - set_country_flag = artois_claimed - FRA_404 = { add_core = NET } - relation = { - who = FRA - value = -400 - } - } - - ai_will_do = { factor = 1 } - } - - rename_artois_NET = { - picture = NET_claim_artois - potential = { - tag = NET - owns = 399 #Lille - owns = 400 #Dunkirk - owns = 401 #Arras - owns = 404 #Cambrai - NOT = { has_global_flag = dutch_artois } - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - } - - effect = { - prestige = 5 - 399 = { change_province_name = "Rijsel" } - 400 = { change_province_name = "Duinkerke" } - 401 = { change_province_name = "Atrecht" } - 404 = { - change_province_name = "Kamerijk" - state_scope = { change_region_name = "Artesie" } - } - set_global_flag = dutch_artois - } - - ai_will_do = { factor = 1 } - } - - rename_artois_FRA = { - picture = FRA_rename_artois - potential = { - tag = FRA - owns = 399 #Lille - owns = 400 #Dunkirk - owns = 401 #Arras - owns = 404 #Cambrai - has_global_flag = dutch_artois - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - } - - effect = { - prestige = 5 - set_global_flag = french_artois - 399 = { change_province_name = "Lille" } - 400 = { change_province_name = "Dunkerque" } - 401 = { change_province_name = "Arras" } - 404 = { - change_province_name = "Cambrai" - state_scope = { change_region_name = "Artois" } - } - clr_global_flag = dutch_artois - } - - ai_will_do = { factor = 1 } - } - - build_neuschwanstein = { - picture = neuschwanstein - potential = { - year = 1886 - OR = { - AND = { - tag = BAV - has_country_flag = swan_king - } - AND = { - NOT = { tag = BAV } - owns = 592 #Augsbourg - is_culture_group = germanic - } - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_global_flag = neuschwanstein_built } - } - - allow = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - money = 15000 - romanticism = 1 - } - - effect = { - treasury = -15000 #It costed 6.2 million marks but I have no idea how that translates into game money. - prestige = 5 - set_global_flag = neuschwanstein_built - } - - ai_will_do = { factor = 1 } - } + organize_central_asia = { + picture = laghouat_algiers + potential = { + tag = RUS + owns = 1204 #Ashkhabad + owns = 1191 #Khiva + owns = 1198 #Bukkhara + owns = 1202 #Kokand + NOT = { has_country_flag = hegemony_in_central_asia } + } + + allow = { + war = no + OR = { + is_greater_power = yes + is_secondary_power = yes + } + nationalism_n_imperialism = 1 + KOK = { exists = no } + BUK = { exists = no } + KHI = { exists = no } + } + + effect = { + set_country_flag = hegemony_in_central_asia + prestige = 15 + + 1194 = { change_province_name = "Novopetrovskoye" life_rating = 1 } + 1204 = { change_province_name = "Ashkhabad" life_rating = 1 fort = 1 } + 1205 = { change_province_name = "Krasnovodsk" life_rating = 1 } + + RUS_1185 = { remove_core = KOK remove_core = BUK remove_core = KHI } + KOK_1190 = { remove_core = KOK remove_core = BUK remove_core = KHI } + KHI_1191 = { remove_core = KOK remove_core = BUK remove_core = KHI } + RUS_1196 = { remove_core = KOK remove_core = BUK remove_core = KHI } + + RUS_1182 = { add_core = KAZ } + RUS_1184 = { add_core = KAZ } + RUS_1185 = { add_core = KAZ } + KHI_1191 = { add_core = UZB } + RUS_1196 = { add_core = TKM } + 1201 = { add_core = TAJ } + 1207 = { add_core = TAJ } + 1208 = { add_core = TAJ } + 1189 = { add_core = KYR } + 1190 = { add_core = KYR } + 1203 = { add_core = KYR } + + KAZ = { tech_school = developing_tech_school } + UZB = { tech_school = developing_tech_school } + KYR = { tech_school = developing_tech_school } + TAJ = { tech_school = developing_tech_school } + TKM = { tech_school = developing_tech_school } + + } + + ai_will_do = { factor = 1 } + } + + #conquest_of_red_water = { + # picture = doha_city + # potential = { + # OR = { + # owns = 1196 + # owns = 1204 + # owns = 1206 + # owns = 686 + # } + # 1205 = { empty = yes } + # NOT = { has_country_flag = red_water_conquered } + # } + # + # allow = { + # civilized = yes + # nationalism_n_imperialism = 1 + # owns = 1196 + # owns = 1204 + # owns = 1206 + # owns = 686 + # } + # + # effect = { + # set_country_flag = red_water_conquered + # prestige = 5 + # 1205 = { secede_province = THIS } + # } + # + # ai_will_do = { factor = 1 } + #} + + claim_artois = { + picture = NET_claim_artois + potential = { + tag = NET + OR = { + AND = { + owns = 394 #Wallonia + owns = 387 #Flanders + owns = 397 #Luxembourg + } + AND = { + owns = 387 #Brussels + owns = 392 #Namur + owns = 397 #Luxembourg + } + } + NOT = { has_country_flag = artois_claimed } + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + war_policy = jingoism + OR = { + government = absolute_monarchy + government = fascist_dictatorship + } + } + + effect = { + badboy = 5 + set_country_flag = artois_claimed + FRA_404 = { add_core = NET } + relation = { + who = FRA + value = -400 + } + } + + ai_will_do = { factor = 1 } + } + + rename_artois_NET = { + picture = NET_claim_artois + potential = { + tag = NET + owns = 399 #Lille + owns = 400 #Dunkirk + owns = 401 #Arras + owns = 404 #Cambrai + NOT = { has_global_flag = dutch_artois } + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + } + + effect = { + prestige = 5 + 399 = { change_province_name = "Rijsel" } + 400 = { change_province_name = "Duinkerke" } + 401 = { change_province_name = "Atrecht" } + 404 = { + change_province_name = "Kamerijk" + state_scope = { change_region_name = "Artesie" } + } + set_global_flag = dutch_artois + } + + ai_will_do = { factor = 1 } + } + + rename_artois_FRA = { + picture = FRA_rename_artois + potential = { + tag = FRA + owns = 399 #Lille + owns = 400 #Dunkirk + owns = 401 #Arras + owns = 404 #Cambrai + has_global_flag = dutch_artois + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + } + + effect = { + prestige = 5 + set_global_flag = french_artois + 399 = { change_province_name = "Lille" } + 400 = { change_province_name = "Dunkerque" } + 401 = { change_province_name = "Arras" } + 404 = { + change_province_name = "Cambrai" + state_scope = { change_region_name = "Artois" } + } + clr_global_flag = dutch_artois + } + + ai_will_do = { factor = 1 } + } + + build_neuschwanstein = { + picture = neuschwanstein + potential = { + year = 1886 + OR = { + AND = { + tag = BAV + has_country_flag = swan_king + } + AND = { + NOT = { tag = BAV } + owns = 592 #Augsbourg + is_culture_group = germanic + } + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_global_flag = neuschwanstein_built } + } + + allow = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + money = 15000 + romanticism = 1 + } + + effect = { + treasury = -15000 #It costed 6.2 million marks but I have no idea how that translates into game money. + prestige = 5 + set_global_flag = neuschwanstein_built + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Monuments Destruction Decisions.txt b/HPM/decisions/Monuments Destruction Decisions.txt index a28363c8..5c33bb96 100644 --- a/HPM/decisions/Monuments Destruction Decisions.txt +++ b/HPM/decisions/Monuments Destruction Decisions.txt @@ -1,124 +1,124 @@ political_decisions = { - destroy_eiffel_tower = { - picture = build_the_eiffel_tower - potential = { - FRA = { has_country_flag = eiffel_tower_built } - is_greater_power = yes - 425 = { - has_province_modifier = the_eiffel_tower - controlled_by = THIS - owner = { war_with = THIS } - } - NOT = { has_global_flag = eiffel_tower_destroyed } - NOT = { owns = 425 } - NOT = { is_culture_group = french } - civilized = yes - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = absolute_monarchy - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - allow = { - 425 = { country_units_in_province = THIS controlled_by = THIS owner = { war_with = THIS } } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - AND = { - government = absolute_monarchy - war_policy = jingoism - } - AND = { - government = presidential_dictatorship - war_policy = jingoism - } - } - nationalism_n_imperialism = 1 - OR = { - indirect_artillery_fire = 1 - AND = { - steel_breech_loaded_artillery = 1 - invention = nitroglycerin - } - } - } - - effect = { - badboy = 15 - prestige = -5 - set_global_flag = eiffel_tower_destroyed - 425 = { owner = { country_event = 152009874 } } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { has_country_modifier = malevolent_ai } - } - } - } - - destroy_westminster = { - picture = destroy_westminster - potential = { - is_greater_power = yes - 300 = { - has_province_modifier = the_big_ben - controlled_by = THIS - owner = { - has_country_flag = big_ben_construction - war_with = THIS - } - } - NOT = { has_global_flag = bigben_destroyed } - NOT = { owns = 300 } - NOT = { primary_culture = british } - civilized = yes - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = absolute_monarchy - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - - allow = { - 300 = { - country_units_in_province = THIS - controlled_by = THIS - owner = { war_with = THIS } - } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - AND = { government = absolute_monarchy war_policy = jingoism } - AND = { government = presidential_dictatorship war_policy = jingoism } - } - nationalism_n_imperialism = 1 - OR = { - indirect_artillery_fire = 1 - AND = { steel_breech_loaded_artillery = 1 invention = nitroglycerin } - } - } - - effect = { - set_global_flag = bigben_destroyed - badboy = 15 - prestige = -5 - 300 = { owner = { country_event = 152009875 } clr_province_flag = big_ben_built } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { has_country_modifier = malevolent_ai } - } - } - } + destroy_eiffel_tower = { + picture = build_the_eiffel_tower + potential = { + FRA = { has_country_flag = eiffel_tower_built } + is_greater_power = yes + 425 = { + has_province_modifier = the_eiffel_tower + controlled_by = THIS + owner = { war_with = THIS } + } + NOT = { has_global_flag = eiffel_tower_destroyed } + NOT = { owns = 425 } + NOT = { is_culture_group = french } + civilized = yes + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = absolute_monarchy + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + allow = { + 425 = { country_units_in_province = THIS controlled_by = THIS owner = { war_with = THIS } } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + AND = { + government = absolute_monarchy + war_policy = jingoism + } + AND = { + government = presidential_dictatorship + war_policy = jingoism + } + } + nationalism_n_imperialism = 1 + OR = { + indirect_artillery_fire = 1 + AND = { + steel_breech_loaded_artillery = 1 + invention = nitroglycerin + } + } + } + + effect = { + badboy = 15 + prestige = -5 + set_global_flag = eiffel_tower_destroyed + 425 = { owner = { country_event = 152009874 } } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { has_country_modifier = malevolent_ai } + } + } + } + + destroy_westminster = { + picture = destroy_westminster + potential = { + is_greater_power = yes + 300 = { + has_province_modifier = the_big_ben + controlled_by = THIS + owner = { + has_country_flag = big_ben_construction + war_with = THIS + } + } + NOT = { has_global_flag = bigben_destroyed } + NOT = { owns = 300 } + NOT = { primary_culture = british } + civilized = yes + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = absolute_monarchy + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + + allow = { + 300 = { + country_units_in_province = THIS + controlled_by = THIS + owner = { war_with = THIS } + } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + AND = { government = absolute_monarchy war_policy = jingoism } + AND = { government = presidential_dictatorship war_policy = jingoism } + } + nationalism_n_imperialism = 1 + OR = { + indirect_artillery_fire = 1 + AND = { steel_breech_loaded_artillery = 1 invention = nitroglycerin } + } + } + + effect = { + set_global_flag = bigben_destroyed + badboy = 15 + prestige = -5 + 300 = { owner = { country_event = 152009875 } clr_province_flag = big_ben_built } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { has_country_modifier = malevolent_ai } + } + } + } } diff --git a/HPM/decisions/MostlyHarmless.txt b/HPM/decisions/MostlyHarmless.txt index 69b915c9..29a13847 100644 --- a/HPM/decisions/MostlyHarmless.txt +++ b/HPM/decisions/MostlyHarmless.txt @@ -1,131 +1,131 @@ political_decisions = { - miskatonic_university = { - potential = { - tag = NEN - owns = 245 - NOT = { - has_country_flag = miskatonic_u_class_of_1836 - } - } - - allow = { - invention = romanticist_literature - } - - effect = { - 245 = { - change_province_name = "Arkham" - add_province_modifier = { - name = miskatonic_campus - duration = -1 - } - } - set_country_flag = miskatonic_u_class_of_1836 - } - - ai_will_do = { - factor = 1 - } - } - - form_byzantine_empire = { - potential = { - tag = GRE - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - has_global_flag = fantasy_countries_enabled - } - - allow = { - owns = 825 - owns = 828 - owns = 829 - owns = 830 - owns = 831 - owns = 832 - owns = 833 - owns = 834 - owns = 835 - owns = 836 - owns = 837 - owns = 838 - owns = 839 - owns = 840 - owns = 841 - owns = 842 - owns = 843 - owns = 844 - owns = 845 - owns = 846 - owns = 847 - owns = 848 - owns = 858 - owns = 859 - owns = 860 # Constantinople - owns = 861 - owns = 862 - owns = 863 - owns = 864 - owns = 865 - owns = 866 - owns = 867 - owns = 868 - owns = 869 - owns = 870 - owns = 871 - owns = 872 - owns = 873 - owns = 874 - owns = 875 - } - - effect = { - change_tag = BYZ - capital = 860 - 860 = { - change_province_name = "Constantinople" - } - any_owned = { - limit = { - is_colonial = no - OR = { - culture = greek - culture = turkish - } - } - add_core = BYZ - } - prestige = 40 - } - } - - build_the_tower_of_babylon = { - potential = { - tag = IRQ - is_greater_power = yes - has_global_flag = fantasy_countries_enabled - } - - allow = { - advanced_metallurgy = 1 - the_historical_theory = 1 - } - - effect = { - IRQ = { - all_core = { - add_core = BAB - } - } - 926 = { - change_province_name = Babylon - } - change_tag = BAB - prestige = 20 - } - } + miskatonic_university = { + potential = { + tag = NEN + owns = 245 + NOT = { + has_country_flag = miskatonic_u_class_of_1836 + } + } + + allow = { + invention = romanticist_literature + } + + effect = { + 245 = { + change_province_name = "Arkham" + add_province_modifier = { + name = miskatonic_campus + duration = -1 + } + } + set_country_flag = miskatonic_u_class_of_1836 + } + + ai_will_do = { + factor = 1 + } + } + + form_byzantine_empire = { + potential = { + tag = GRE + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + has_global_flag = fantasy_countries_enabled + } + + allow = { + owns = 825 + owns = 828 + owns = 829 + owns = 830 + owns = 831 + owns = 832 + owns = 833 + owns = 834 + owns = 835 + owns = 836 + owns = 837 + owns = 838 + owns = 839 + owns = 840 + owns = 841 + owns = 842 + owns = 843 + owns = 844 + owns = 845 + owns = 846 + owns = 847 + owns = 848 + owns = 858 + owns = 859 + owns = 860 # Constantinople + owns = 861 + owns = 862 + owns = 863 + owns = 864 + owns = 865 + owns = 866 + owns = 867 + owns = 868 + owns = 869 + owns = 870 + owns = 871 + owns = 872 + owns = 873 + owns = 874 + owns = 875 + } + + effect = { + change_tag = BYZ + capital = 860 + 860 = { + change_province_name = "Constantinople" + } + any_owned = { + limit = { + is_colonial = no + OR = { + culture = greek + culture = turkish + } + } + add_core = BYZ + } + prestige = 40 + } + } + + build_the_tower_of_babylon = { + potential = { + tag = IRQ + is_greater_power = yes + has_global_flag = fantasy_countries_enabled + } + + allow = { + advanced_metallurgy = 1 + the_historical_theory = 1 + } + + effect = { + IRQ = { + all_core = { + add_core = BAB + } + } + 926 = { + change_province_name = Babylon + } + change_tag = BAB + prestige = 20 + } + } } diff --git a/HPM/decisions/NET.txt b/HPM/decisions/NET.txt index 1346b33f..82a48364 100644 --- a/HPM/decisions/NET.txt +++ b/HPM/decisions/NET.txt @@ -1,341 +1,341 @@ political_decisions = { - mediate_belgian_independence = { - picture = sign_treaty_of_london - potential = { - tag = ENG - is_greater_power = yes - BEL = { exists = yes } - NET = { - exists = yes - NOT = { any_owned_province = { is_core = BEL } } - NOT = { has_country_flag = signed_treaty_of_london } - } - NOT = { has_country_flag = mediated_belgian_independence } - } - - allow = { - NET = { - war = no - is_greater_power = no - } - BEL = { - war = no - } - OR = { - relation = { - who = NET - value = 100 - } - diplomatic_influence = { - who = NET - value = 60 - } - } - } - - effect = { - set_country_flag = mediated_belgian_independence - prestige = 10 - NET = { country_event = 36709 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1839 } - } - } - } - - end_the_javanese_sultanates = { - picture = map_java - potential = { - tag = NET - JAV = { - vassal_of = THIS - exists = yes - civilized = no - } - NOT = { has_country_flag = javanese_integrated } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = javanese_integrated - JAV = { tech_school = developing_tech_school country_event = 952500 } - badboy = 1 - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.95 } - } - } - - the_short_declaration = { - picture = moluccan_map - potential = { - tag = NET - OR = { - MAL = { vassal_of = THIS exists = yes civilized = no } - SAK = { vassal_of = THIS exists = yes civilized = no } - } - NOT = { has_country_flag = tidore_integrated } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - OR = { - MAL = { vassal_of = THIS exists = yes civilized = no } - SAK = { vassal_of = THIS exists = yes civilized = no } - } - } - - effect = { - set_country_flag = tidore_integrated - badboy = 2 - random_country = { - limit = { exists = yes tag = MAL vassal_of = THIS civilized = no } - any_pop = { consciousness = 3 militancy = 1 } - tech_school = developing_tech_school - annex_to = THIS - } - random_country = { - limit = { exists = yes tag = SAK vassal_of = THIS civilized = no } - any_pop = { consciousness = 3 militancy = 1 } - tech_school = developing_tech_school - annex_to = THIS - } - random_owned = { - limit = { owner = { owns = 1453 } } - owner = { 1454 = { secede_province = THIS life_rating = 21 } 1560 = { secede_province = THIS life_rating = 21 } } - } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.9 } - } - } - - the_aceh_question = { - picture = the_aceh - potential = { - tag = NET - colonial_nation = yes - is_canal_enabled = 2 - ATJ = { - exists = yes - part_of_sphere = yes - civilized = no - NOT = { in_sphere = NET } - } - NOT = { has_global_flag = gold_coast_treaty } - NOT = { has_country_flag = made_aceh_proposal } - ATJ = { neighbour = NET } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = made_aceh_proposal - ATJ = { sphere_owner = { country_event = 952503 } } - } - - ai_will_do = { factor = 1 } - } - - embrace_the_boer = { - picture = embrace_the_boer - potential = { - tag = NET - NOT = { has_country_flag = boer_accepted } - any_owned_province = { any_pop = { has_pop_culture = boer } } - any_owned_province = { - OR = { - is_core = SAF - is_core = NAL - is_core = TRN - is_core = ORA - } - } - } - - allow = { - war = no - money = 100000 - prestige = 100 - plurality = 50 - phenomenalism = 1 - upper_house_composition = population_equal_weight - public_meetings = yes_meeting - press_rights = free_press - NOT = { - citizens_rights = primary_culture_only - citizenship_policy = residency - } - OR = { - government = democracy - government = hms_government - } - } - - effect = { - set_country_flag = boer_accepted - treasury = -100000 - prestige_factor = -0.1 - add_accepted_culture = boer - any_pop = { - limit = { has_pop_culture = boer } - militancy = -7 - consciousness = -4 - money = 10 - } - } - - ai_will_do = { factor = 1 } - } - - dutch_wallonia = { - picture = become_wallonia - potential = { - owns = 392 - owns = 393 - owns = 394 - owns = 395 - owns = 398 - OR = { - AND = { - NOT = { has_global_flag = dutch_wallonia_renamed } - tag = NET - } - AND = { - has_global_flag = dutch_wallonia_renamed - NOT = { tag = NET } - } - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - } - - effect = { - prestige = 5 - random_owned = { - limit = { owner = { tag = NET } } - owner = { - set_global_flag = dutch_wallonia_renamed - 395 = { change_province_name = "Luik" } - 392 = { change_province_name = "Namen" } - 398 = { change_province_name = "Aarlen" } - 393 = { change_province_name = "Doornik" } - 394 = { change_province_name = "Bergen" } - } - } - - random_owned = { - limit = { owner = { NOT = { tag = NET } } } - owner = { - clr_global_flag = dutch_wallonia_renamed - 395 = { change_province_name = "Liège" } - 392 = { change_province_name = "Namur" } - 398 = { change_province_name = "Arlon" } - 393 = { change_province_name = "Tournai" } - 394 = { change_province_name = "Charleroi" } - } - } - } - - ai_will_do = { factor = 1 } - } - - first_annexiation_limburg = { - picture = neuschwanstein - potential = { - tag = NET - LBG = { exists = yes } - OR = { - is_our_vassal = LBG - LBG = { is_vassal = no } - } - OR = { - exists = NGF - exists = GER - } - } - - allow = { - war = no - } - - effect = { - random_country = { - limit = { - exists = yes - tag = LBG - } - all_core = { remove_core = LBG } - 381 = { change_province_name = "Maastricht" } - annex_to = THIS - } - random_country = { - limit = { - neighbour = THIS - is_greater_power = yes - OR = { - tag = NGF - tag = GER - } - } - country_event = 952514 - } - } - - ai_will_do = { factor = 1 } - } - - accept_the_flemish = { - picture = become_belgium - potential = { - tag = NET - NOT = { accepted_culture = flemish } - any_owned_province = { any_pop = { has_pop_culture = flemish } } - } - - allow = { - phenomenalism = 1 - prestige = 100 - has_country_modifier = freedom_of_religion - upper_house_composition = population_equal_weight - public_meetings = yes_meeting - press_rights = free_press - plurality = 50 - NOT = { - citizens_rights = primary_culture_only - citizenship_policy = residency - } - OR = { - government = democracy - government = hms_government - } - } - - effect = { - prestige_factor = -0.1 - add_accepted_culture = flemish - } - - ai_will_do = { factor = 1 } - } + mediate_belgian_independence = { + picture = sign_treaty_of_london + potential = { + tag = ENG + is_greater_power = yes + BEL = { exists = yes } + NET = { + exists = yes + NOT = { any_owned_province = { is_core = BEL } } + NOT = { has_country_flag = signed_treaty_of_london } + } + NOT = { has_country_flag = mediated_belgian_independence } + } + + allow = { + NET = { + war = no + is_greater_power = no + } + BEL = { + war = no + } + OR = { + relation = { + who = NET + value = 100 + } + diplomatic_influence = { + who = NET + value = 60 + } + } + } + + effect = { + set_country_flag = mediated_belgian_independence + prestige = 10 + NET = { country_event = 36709 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1839 } + } + } + } + + end_the_javanese_sultanates = { + picture = map_java + potential = { + tag = NET + JAV = { + vassal_of = THIS + exists = yes + civilized = no + } + NOT = { has_country_flag = javanese_integrated } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = javanese_integrated + JAV = { tech_school = developing_tech_school country_event = 952500 } + badboy = 1 + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.95 } + } + } + + the_short_declaration = { + picture = moluccan_map + potential = { + tag = NET + OR = { + MAL = { vassal_of = THIS exists = yes civilized = no } + SAK = { vassal_of = THIS exists = yes civilized = no } + } + NOT = { has_country_flag = tidore_integrated } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + MAL = { vassal_of = THIS exists = yes civilized = no } + SAK = { vassal_of = THIS exists = yes civilized = no } + } + } + + effect = { + set_country_flag = tidore_integrated + badboy = 2 + random_country = { + limit = { exists = yes tag = MAL vassal_of = THIS civilized = no } + any_pop = { consciousness = 3 militancy = 1 } + tech_school = developing_tech_school + annex_to = THIS + } + random_country = { + limit = { exists = yes tag = SAK vassal_of = THIS civilized = no } + any_pop = { consciousness = 3 militancy = 1 } + tech_school = developing_tech_school + annex_to = THIS + } + random_owned = { + limit = { owner = { owns = 1453 } } + owner = { 1454 = { secede_province = THIS life_rating = 21 } 1560 = { secede_province = THIS life_rating = 21 } } + } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.9 } + } + } + + the_aceh_question = { + picture = the_aceh + potential = { + tag = NET + colonial_nation = yes + is_canal_enabled = 2 + ATJ = { + exists = yes + part_of_sphere = yes + civilized = no + NOT = { in_sphere = NET } + } + NOT = { has_global_flag = gold_coast_treaty } + NOT = { has_country_flag = made_aceh_proposal } + ATJ = { neighbour = NET } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = made_aceh_proposal + ATJ = { sphere_owner = { country_event = 952503 } } + } + + ai_will_do = { factor = 1 } + } + + embrace_the_boer = { + picture = embrace_the_boer + potential = { + tag = NET + NOT = { has_country_flag = boer_accepted } + any_owned_province = { any_pop = { has_pop_culture = boer } } + any_owned_province = { + OR = { + is_core = SAF + is_core = NAL + is_core = TRN + is_core = ORA + } + } + } + + allow = { + war = no + money = 100000 + prestige = 100 + plurality = 50 + phenomenalism = 1 + upper_house_composition = population_equal_weight + public_meetings = yes_meeting + press_rights = free_press + NOT = { + citizens_rights = primary_culture_only + citizenship_policy = residency + } + OR = { + government = democracy + government = hms_government + } + } + + effect = { + set_country_flag = boer_accepted + treasury = -100000 + prestige_factor = -0.1 + add_accepted_culture = boer + any_pop = { + limit = { has_pop_culture = boer } + militancy = -7 + consciousness = -4 + money = 10 + } + } + + ai_will_do = { factor = 1 } + } + + dutch_wallonia = { + picture = become_wallonia + potential = { + owns = 392 + owns = 393 + owns = 394 + owns = 395 + owns = 398 + OR = { + AND = { + NOT = { has_global_flag = dutch_wallonia_renamed } + tag = NET + } + AND = { + has_global_flag = dutch_wallonia_renamed + NOT = { tag = NET } + } + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + } + + effect = { + prestige = 5 + random_owned = { + limit = { owner = { tag = NET } } + owner = { + set_global_flag = dutch_wallonia_renamed + 395 = { change_province_name = "Luik" } + 392 = { change_province_name = "Namen" } + 398 = { change_province_name = "Aarlen" } + 393 = { change_province_name = "Doornik" } + 394 = { change_province_name = "Bergen" } + } + } + + random_owned = { + limit = { owner = { NOT = { tag = NET } } } + owner = { + clr_global_flag = dutch_wallonia_renamed + 395 = { change_province_name = "Liège" } + 392 = { change_province_name = "Namur" } + 398 = { change_province_name = "Arlon" } + 393 = { change_province_name = "Tournai" } + 394 = { change_province_name = "Charleroi" } + } + } + } + + ai_will_do = { factor = 1 } + } + + first_annexiation_limburg = { + picture = neuschwanstein + potential = { + tag = NET + LBG = { exists = yes } + OR = { + is_our_vassal = LBG + LBG = { is_vassal = no } + } + OR = { + exists = NGF + exists = GER + } + } + + allow = { + war = no + } + + effect = { + random_country = { + limit = { + exists = yes + tag = LBG + } + all_core = { remove_core = LBG } + 381 = { change_province_name = "Maastricht" } + annex_to = THIS + } + random_country = { + limit = { + neighbour = THIS + is_greater_power = yes + OR = { + tag = NGF + tag = GER + } + } + country_event = 952514 + } + } + + ai_will_do = { factor = 1 } + } + + accept_the_flemish = { + picture = become_belgium + potential = { + tag = NET + NOT = { accepted_culture = flemish } + any_owned_province = { any_pop = { has_pop_culture = flemish } } + } + + allow = { + phenomenalism = 1 + prestige = 100 + has_country_modifier = freedom_of_religion + upper_house_composition = population_equal_weight + public_meetings = yes_meeting + press_rights = free_press + plurality = 50 + NOT = { + citizens_rights = primary_culture_only + citizenship_policy = residency + } + OR = { + government = democracy + government = hms_government + } + } + + effect = { + prestige_factor = -0.1 + add_accepted_culture = flemish + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/NV_Changes.txt b/HPM/decisions/NV_Changes.txt index 72aae96b..66782914 100644 --- a/HPM/decisions/NV_Changes.txt +++ b/HPM/decisions/NV_Changes.txt @@ -1,287 +1,287 @@ political_decisions = { - change_national_value_on = { - alert = yes - picture = national_value - potential = { - nationalvalue = nv_tradition - NOT = { has_country_flag = nv_change } - civilized = no - } - - allow = { - civilization_progress = 0.5 - NOT = { has_country_modifier = national_confusion } - war = no - NOT = { num_of_revolts = 1 } - } - - effect = { set_country_flag = nv_change } - - ai_will_do = { - factor = 1 - - modifier = { - factor = 0 - OR = { - is_culture_group = east_asian - substate_of = QNG - } - } - } - } + change_national_value_on = { + alert = yes + picture = national_value + potential = { + nationalvalue = nv_tradition + NOT = { has_country_flag = nv_change } + civilized = no + } - change_national_value_off = { - alert = no - picture = national_value - potential = { - has_country_flag = nv_change - } - - allow = { } - - effect = { clr_country_flag = nv_change } - - ai_will_do = { factor = 0 } - } + allow = { + civilization_progress = 0.5 + NOT = { has_country_modifier = national_confusion } + war = no + NOT = { num_of_revolts = 1 } + } - # All five national values are designed to be picked at random by eligible AI countries. Normally this would be - # achieved through e.g. a `random_list` command. Unfortunately this can be tricky to get right when done from a - # decision as all countries activating the same decision on the same day can get identical results. - # - # Instead we rely on the `ai_will_do` factor which, for a decision, is the chance (should all requirements be met) - # that the AI activates it on any given day. However because the engine processes available decisions top to bottom - # (order being the same as in the decision file) the actual factors have to be computed carefully. - # - # For instance if the first processed decision has weight A, the practical factor B' of the second decision - # should be the original weight B but rescaled over the smaller probability space in the outcome that the preceding - # decision was not activated, which has complement probablity (1 - A): - # - # B' = B / (1 - A) - # - # This generalises to multiple successive decisions. Notably it leads to a last practical factor of 1, such that - # whenever it is the day for an AI country to pick a new national value they are guaranteed to choose (as long as no - # other higher priority decision is available to be taken). - # - # The following table summarises the desired random weights & probabilities, as well as some of the computation - # details leading to the final practical factor: - # - # National value | Weight | Probability | Cumulative Rescale Divisor (CRD) | Practical Factor (Probability over CRD) - # ---------------+--------+-------------+----------------------------------+---------------------------------------- - # Order | 1 | 20% | 1 | 0.200 - # Productivity | 1 | 20% | 0.8 | 0.250 - # Autocracy | 1 | 20% | 0.6 | 0.333 - # Liberty | 1 | 20% | 0.4 | 0.500 - # Equality | 1 | 20% | 0.2 | 1.000 + effect = { set_country_flag = nv_change } + + ai_will_do = { + factor = 1 + + modifier = { + factor = 0 + OR = { + is_culture_group = east_asian + substate_of = QNG + } + } + } + } + + change_national_value_off = { + alert = no + picture = national_value + potential = { + has_country_flag = nv_change + } + + allow = { } + + effect = { clr_country_flag = nv_change } + + ai_will_do = { factor = 0 } + } + + # All five national values are designed to be picked at random by eligible AI countries. Normally this would be + # achieved through e.g. a `random_list` command. Unfortunately this can be tricky to get right when done from a + # decision as all countries activating the same decision on the same day can get identical results. + # + # Instead we rely on the `ai_will_do` factor which, for a decision, is the chance (should all requirements be met) + # that the AI activates it on any given day. However because the engine processes available decisions top to bottom + # (order being the same as in the decision file) the actual factors have to be computed carefully. + # + # For instance if the first processed decision has weight A, the practical factor B' of the second decision + # should be the original weight B but rescaled over the smaller probability space in the outcome that the preceding + # decision was not activated, which has complement probablity (1 - A): + # + # B' = B / (1 - A) + # + # This generalises to multiple successive decisions. Notably it leads to a last practical factor of 1, such that + # whenever it is the day for an AI country to pick a new national value they are guaranteed to choose (as long as no + # other higher priority decision is available to be taken). + # + # The following table summarises the desired random weights & probabilities, as well as some of the computation + # details leading to the final practical factor: + # + # National value | Weight | Probability | Cumulative Rescale Divisor (CRD) | Practical Factor (Probability over CRD) + # ---------------+--------+-------------+----------------------------------+---------------------------------------- + # Order | 1 | 20% | 1 | 0.200 + # Productivity | 1 | 20% | 0.8 | 0.250 + # Autocracy | 1 | 20% | 0.6 | 0.333 + # Liberty | 1 | 20% | 0.4 | 0.500 + # Equality | 1 | 20% | 0.2 | 1.000 # # (Note that in testing the engine did not seem to handle decimals well beyond the thousandth place.) - switch_to_order = { - picture = switch_to_order - potential = { - civilized = no - nationalvalue = nv_tradition - NOT = { has_country_flag = switched_nv } - has_country_flag = nv_change - } - - allow = { - war = no - NOT = { has_country_modifier = national_confusion } - NOT = { num_of_revolts = 1 } - } - - effect = { - clr_country_flag = nv_change - set_country_flag = switched_nv - nationalvalue = nv_order - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - } - } - - ai_will_do = { factor = 0.200 } - } - - switch_to_production = { - picture = switch_to_productivity - potential = { - civilized = no - nationalvalue = nv_tradition - NOT = { has_country_flag = switched_nv } - has_country_flag = nv_change - } - - allow = { - war = no - NOT = { has_country_modifier = national_confusion } - NOT = { num_of_revolts = 1 } - } - - effect = { - clr_country_flag = nv_change - set_country_flag = switched_nv - nationalvalue = nv_productivity - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - } - } - - ai_will_do = { factor = 0.250 } - } - - switch_to_autocracy = { - picture = switch_to_autocracy - potential = { - civilized = no - nationalvalue = nv_tradition - NOT = { has_country_flag = switched_nv } - has_country_flag = nv_change - } - - allow = { - war = no - NOT = { has_country_modifier = national_confusion } - } - - effect = { - clr_country_flag = nv_change - set_country_flag = switched_nv - nationalvalue = nv_autocracy - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - } - } - - ai_will_do = { factor = 0.333 } - } - - switch_to_equality = { - picture = switch_to_equality - potential = { - civilized = no - nationalvalue = nv_tradition - NOT = { has_country_flag = switched_nv } - has_country_flag = nv_change - } - - allow = { - war = no - NOT = { has_country_modifier = national_confusion } - NOT = { num_of_revolts = 1 } - } - - effect = { - clr_country_flag = nv_change - set_country_flag = switched_nv - nationalvalue = nv_equality - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - } - } - - ai_will_do = { factor = 0.500 } - } - - switch_to_liberty = { - picture = switch_to_liberty - potential = { - civilized = no - nationalvalue = nv_tradition - NOT = { has_country_flag = switched_nv } - has_country_flag = nv_change - } - - allow = { - war = no - NOT = { has_country_modifier = national_confusion } - NOT = { num_of_revolts = 1 } - } - - effect = { - clr_country_flag = nv_change - set_country_flag = switched_nv - nationalvalue = nv_liberty - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - } - } - - ai_will_do = { factor = 1.000 } - } -} \ No newline at end of file + switch_to_order = { + picture = switch_to_order + potential = { + civilized = no + nationalvalue = nv_tradition + NOT = { has_country_flag = switched_nv } + has_country_flag = nv_change + } + + allow = { + war = no + NOT = { has_country_modifier = national_confusion } + NOT = { num_of_revolts = 1 } + } + + effect = { + clr_country_flag = nv_change + set_country_flag = switched_nv + nationalvalue = nv_order + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + } + } + + ai_will_do = { factor = 0.200 } + } + + switch_to_production = { + picture = switch_to_productivity + potential = { + civilized = no + nationalvalue = nv_tradition + NOT = { has_country_flag = switched_nv } + has_country_flag = nv_change + } + + allow = { + war = no + NOT = { has_country_modifier = national_confusion } + NOT = { num_of_revolts = 1 } + } + + effect = { + clr_country_flag = nv_change + set_country_flag = switched_nv + nationalvalue = nv_productivity + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + } + } + + ai_will_do = { factor = 0.250 } + } + + switch_to_autocracy = { + picture = switch_to_autocracy + potential = { + civilized = no + nationalvalue = nv_tradition + NOT = { has_country_flag = switched_nv } + has_country_flag = nv_change + } + + allow = { + war = no + NOT = { has_country_modifier = national_confusion } + } + + effect = { + clr_country_flag = nv_change + set_country_flag = switched_nv + nationalvalue = nv_autocracy + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + } + } + + ai_will_do = { factor = 0.333 } + } + + switch_to_equality = { + picture = switch_to_equality + potential = { + civilized = no + nationalvalue = nv_tradition + NOT = { has_country_flag = switched_nv } + has_country_flag = nv_change + } + + allow = { + war = no + NOT = { has_country_modifier = national_confusion } + NOT = { num_of_revolts = 1 } + } + + effect = { + clr_country_flag = nv_change + set_country_flag = switched_nv + nationalvalue = nv_equality + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + } + } + + ai_will_do = { factor = 0.500 } + } + + switch_to_liberty = { + picture = switch_to_liberty + potential = { + civilized = no + nationalvalue = nv_tradition + NOT = { has_country_flag = switched_nv } + has_country_flag = nv_change + } + + allow = { + war = no + NOT = { has_country_modifier = national_confusion } + NOT = { num_of_revolts = 1 } + } + + effect = { + clr_country_flag = nv_change + set_country_flag = switched_nv + nationalvalue = nv_liberty + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + } + } + + ai_will_do = { factor = 1.000 } + } +} diff --git a/HPM/decisions/NationalUnification.txt b/HPM/decisions/NationalUnification.txt index 50293f43..775d28ab 100644 --- a/HPM/decisions/NationalUnification.txt +++ b/HPM/decisions/NationalUnification.txt @@ -1,1530 +1,1530 @@ political_decisions = { - - form_south_german_confederation = { - potential = { - capital_scope = { continent = europe } - is_greater_power = yes - primary_culture = south_german - NOT = { - has_country_flag = post_colonial_country - exists = SGF - exists = GER - tag = DNB - AND = { - tag = AUS - NOT = { has_country_flag = austrian_greater_germany } - } - AND = { - tag = KUK - NOT = { has_country_flag = austrian_greater_germany } - } - } - } - allow = { - war = no - nationalism_n_imperialism = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = south_german } - } - } - } - } - - effect = { - clr_country_flag = crown_from_the_gutter - clr_country_flag = secondary_union_formation - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - prestige = 10 - FRA_412 = { add_core = GER } - random_owned = { - limit = { owner = { tag = KUK } } - HUN = { all_core = { remove_core = KUK } } - CRO = { all_core = { remove_core = KUK } } - owner = { remove_accepted_culture = hungarian } - } - all_core = { add_core = SGF } - any_owned = { - limit = { - NOT = { is_core = THIS } - any_core = { - exists = no - primary_culture = south_german - has_country_flag = wants_to_unify - NOT = { has_country_flag = post_colonial_country } - } - } - add_core = SGF - } - random_owned = { - limit = { owner = { tag = KUK } } - owner = { - all_core = { - remove_core = KUK - add_core = AUS - } - } - } - change_tag = SGF - any_country = { - limit = { - primary_culture = south_german - in_sphere = THIS - NOT = { - has_country_flag = post_colonial_country - tag = THIS - tag = KUK - tag = AUS - tag = DNB - tag = BAN - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11106 - } - } - ai_will_do = { - factor = 1 - } - } - - austrian_form_south_german_confederation = { - potential = { - tag = AUS - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - is_greater_power = yes - primary_culture = south_german - NOT = { - exists = GER - exists = SGF - has_country_flag = austrian_greater_germany - } - } - allow = { - war = no - nationalism_n_imperialism = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = south_german } - } - } - } - } - - effect = { - prestige = 10 - FRA_412 = { add_core = GER } - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - any_country = { - limit = { - OR = { - tag = WUR - tag = BAD - tag = BAV - tag = SGM - } - in_sphere = THIS - } - annex_to = THIS - } - any_owned = { - limit = { - OR = { - culture = south_german - province_id = 412 - } - is_core = GER - NOT = { - is_core = AUS - is_core = KUK - } - NOT = { has_country_flag = post_colonial_country } - } - add_core = SGF - } - release_vassal = SGF - diplomatic_influence = { - who = SGF - value = 300 - } - } - ai_will_do = { - factor = 1 - } - } - - austrian_form_south_german_confederation2 = { - picture = form_south_german_confederation - potential = { - is_greater_power = yes - tag = AUS - NOT = { has_country_flag = austrian_greater_germany } - NOT = { exists = GER } - } - allow = { - war = no - nationalism_n_imperialism = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = south_german } - } - } - } - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - - effect = { - clr_country_flag = crown_from_the_gutter - clr_country_flag = secondary_union_formation - prestige = 10 - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - random_owned = { - limit = { - owner = { is_our_vassal = HUN } - } - owner = { badboy = 20 } - } - random_owned = { - limit = { - owner = { NOT = { is_our_vassal = HUN } } - } - owner = { badboy = 10 } - } - FRA_412 = { add_core = GER } - all_core = { - add_core = GER - add_core = SGF - } - change_tag = SGF - any_country = { - limit = { - primary_culture = south_german - in_sphere = THIS - NOT = { - tag = THIS - tag = KUK - tag = AUS - tag = BAN - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { has_country_flag = post_colonial_country } - } - country_event = 11106 - } - } - ai_will_do = { - factor = 1 - } - } - - form_north_german_confederation = { - potential = { - is_greater_power = yes - primary_culture = north_german - capital_scope = { continent = europe } - NOT = { - has_country_flag = post_colonial_country - exists = GER - exists = NGF - tag = UBD - } - } - allow = { - war = no - nationalism_n_imperialism = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = north_german } - } - } - } - } - - effect = { - prestige = 15 - clr_country_flag = crown_from_the_gutter - clr_country_flag = secondary_union_formation - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - all_core = { add_core = NGF remove_core = THIS } - any_owned = { - limit = { - NOT = { is_core = THIS } - any_core = { - exists = no - primary_culture = north_german - has_country_flag = wants_to_unify - NOT = { has_country_flag = post_colonial_country } - } - } - add_core = NGF - } - change_tag = NGF - any_pop = { - limit = { is_primary_culture = yes } - militancy = -1 - } - FRA_412 = { add_core = GER } - random_owned = { - limit = { owner = { ai = yes } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 365 } } - } - any_country = { - limit = { - NOT = { tag = UBD } - OR = { - primary_culture = north_german - tag = SCH - } - in_sphere = THIS - NOT = { tag = THIS } - NOT = { has_country_flag = post_colonial_country } - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11106 - } - random_country = { - limit = { - exists = yes - THIS = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - tag = AUS - tag = KUK - } - } - country_event = 33044 - } - } - ai_will_do = { - factor = 1 - } - } - - form_union_nation = { - picture = form_union_nation - potential = { - culture_has_union_tag = yes - NOT = { - cultural_union = { exists = yes } - has_country_flag = post_colonial_country - is_culture_group = germanic - is_culture_group = scandinavian - is_culture_group = italian - is_culture_group = east_asian - is_culture_group = south_asian - is_culture_group = polish_culture_group - tag = FSA - tag = CSA - } - } - - allow = { - prestige = 45 - nationalism_n_imperialism = 1 - war = no - cultural_union = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - } - } - } - effect = { - prestige = 20 - all_core = { remove_core = THIS } - change_tag = culture - any_country = { - limit = { - NOT = { is_greater_power = yes } - NOT = { has_country_flag = post_colonial_country } - is_culture_group = THIS - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11101 - } - add_accepted_culture = union - } - ai_will_do = { - factor = 1 - } - } - - form_germany = { - news = yes - news_desc_long = "form_germany_NEWS_LONG" - news_desc_medium = "form_germany_NEWS_MEDIUM" - news_desc_short = "form_germany_NEWS_SHORT" - potential = { - capital_scope = { continent = europe } - NOT = { has_country_flag = post_colonial_country } - OR = { - tag = NGF - tag = SGF - } - NOT = { exists = GER } - } - - allow = { - prestige = 45 - nationalism_n_imperialism = 1 - is_greater_power = yes - war = no - GER = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - } - } - } - - effect = { - prestige = 20 - all_core = { - remove_core = THIS - add_core = GER - } - change_tag = GER - add_accepted_culture = north_german - add_accepted_culture = south_german - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - set_global_flag = 3hurrahs - random_country = { - limit = { - tag = AUS - exists = yes - is_greater_power = no - in_sphere = THIS - war = no - OR = { - vassal_of = THIS - is_vassal = no - } - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - country_event = 31530 - } - random_country = { - limit = { - OR = { - tag = AUS - tag = KUK - } - exists = yes - is_greater_power = no - in_sphere = THIS - war = no - OR = { - vassal_of = THIS - is_vassal = no - } - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - country_event = 31515 - } - any_country = { - limit = { - is_culture_group = germanic - exists = no - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { tag = DNB } - NOT = { tag = PRU } - NOT = { tag = BAN } - NOT = { tag = UBD } - NOT = { has_country_flag = post_colonial_country } - OR = { - all_core = { owned_by = THIS } - tag = NGF - tag = SGF - } - } - country_event = 11105 - } - any_country = { - limit = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - exists = no - THIS = { capital = 619 } - } - country_event = 11105 - } - any_country = { - limit = { - tag = PRU - exists = no - THIS = { capital = 549 } - } - country_event = 11105 - } - any_country = { - limit = { - in_sphere = THIS - OR = { - is_culture_group = germanic - tag = SCH - } - NOT = { - tag = KUK - tag = AUS - tag = DNB - tag = BAN - tag = UBD - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { has_country_flag = post_colonial_country } - } - country_event = 11101 - } - } - ai_will_do = { factor = 1 } - } - - form_germany_AUS = { - news = yes - news_desc_long = "form_germany_NEWS_LONG" - news_desc_medium = "form_germany_NEWS_MEDIUM" - news_desc_short = "form_germany_NEWS_SHORT" - picture = form_germany - potential = { - tag = AUS - NOT = { exists = GER } - } - - allow = { - prestige = 45 - nationalism_n_imperialism = 1 - is_greater_power = yes - war = no - GER = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - } - } - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - - effect = { - prestige = 20 - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - all_core = { - remove_core = THIS - add_core = GER - } - change_tag = GER - add_accepted_culture = north_german - set_global_flag = 3hurrahs - any_country = { - limit = { - is_culture_group = germanic - exists = no - NOT = { tag = PRU } - NOT = { tag = BAN } - NOT = { tag = UBD } - NOT = { has_country_flag = post_colonial_country } - OR = { - all_core = { owned_by = THIS } - tag = NGF - tag = SGF - } - } - country_event = 11105 - } - any_country = { - limit = { - in_sphere = THIS - OR = { - is_culture_group = germanic - tag = SCH - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { has_country_flag = post_colonial_country } - NOT = { tag = UBD } - } - country_event = 11101 - } - } - ai_will_do = { - factor = 1 - } - } - - austria_annex_SGF = { - picture = austrian_form_south_german_confederation - potential = { - OR = { - tag = AUS - AND = { - tag = KUK - has_country_flag = austrian_greater_germany - } - } - SGF = { exists = yes } - OR = { - has_country_flag = austrian_greater_germany - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - } - - allow = { - is_greater_power = yes - war = no - SGF = { - OR = { - AND = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - vassal_of = THIS - } - } - } - - effect = { - prestige = 30 - badboy = 10 - SGF = { - all_core = { - add_core = THIS - remove_core = SGF - } - } - inherit = SGF - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.6 - } - } - } - form_italy = { - news = yes - news_desc_long = "form_italy_NEWS_LONG" - news_desc_medium = "form_italy_NEWS_MEDIUM" - news_desc_short = "form_italy_NEWS_SHORT" - potential = { - is_culture_group = italian - capital_scope = { continent = europe } - NOT = { - has_country_flag = post_colonial_country - exists = ITA - } - } - - allow = { - prestige = 45 - nationalism_n_imperialism = 1 - is_greater_power = yes - war = no - ITA = { - all_core = { - OR = { - owned_by = THIS - AND = { - is_core = VEN - owner = { - NOT = { is_culture_group = italian } - } - } - # AND = { - # is_core = LOM - # owner = { - # NOT = { is_culture_group = italian } - # } - # } - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - } - } - } - - effect = { - prestige = 20 - all_core = { remove_core = THIS } - change_tag = ITA - capital = 749 - add_accepted_culture = north_italian - add_accepted_culture = south_italian - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } } - random_owned = { limit = { owner = { accepted_culture = british } } owner = { remove_accepted_culture = british } } - any_owned = { limit = { is_core = SYC } remove_core = SYC } - any_owned = { limit = { is_core = SRD } remove_core = SRD } - any_owned = { limit = { is_core = RMG } remove_core = RMG } - any_country = { - limit = { - is_culture_group = italian - in_sphere = THIS - NOT = { has_country_flag = post_colonial_country } - } - country_event = 11101 - } - any_country = { - limit = { - NOT = { is_culture_group = italian } - exists = yes - OR = { - has_country_flag = objects_to_italy - tag = FRA - tag = AUS - tag = KUK - AND = { - neighbour = ITA - is_greater_power = yes - } - } - } - country_event = { id = 96165 days = 20 } - } - } - ai_will_do = { - factor = 1 - } - } - - form_india = { - picture = form_india - potential = { - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - NOT = { tag = PAK } - NOT = { tag = MUG } - NOT = { tag = NEP } - NOT = { has_country_flag = mughal_reborn } - NOT = { - has_country_flag = post_colonial_country - exists = HND - } - } - - allow = { - prestige = 45 - nationalism_n_imperialism = 1 - war = no - HND = { - all_core = { - OR = { - owned_by = THIS - province_id = 1303 - province_id = 1312 - province_id = 1320 - is_core = KAL - is_core = MAK - is_core = AFG - is_core = KAS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - } - } - } - - effect = { - prestige = 20 - - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - - religion = hindu - set_country_flag = hindu_country - - all_core = { remove_core = THIS } - 1303 = { add_core = HND } - 1312 = { add_core = HND } - change_tag = HND - any_country = { - limit = { - exists = yes - NOT = { - is_greater_power = yes - has_country_flag = post_colonial_country - tag = PAK - } - OR = { - is_culture_group = south_asian - AND = { - is_culture_group = indo_iranian - NOT = { - has_global_flag = pakistan_formed - has_global_flag = pakistan_born - } - } - } - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11101 - } - add_accepted_culture = avadhi - add_accepted_culture = marathi - add_accepted_culture = rajput - add_accepted_culture = bihari - add_accepted_culture = bengali - add_accepted_culture = kanauji - add_accepted_culture = panjabi - add_accepted_culture = kashmiri - add_accepted_culture = manipuri - add_accepted_culture = assamese - add_accepted_culture = oriya - add_accepted_culture = gujarati - - } - ai_will_do = { - factor = 1 - } - } - - reichsland_elsass = { - potential = { - is_culture_group = germanic - NOT = { tag = ALS } - owns = 410 - owns = 409 - owns = 412 - NOT = { has_global_flag = germany_has_renamed_elsass } - } - - allow = { - prestige = 10 - } - - effect = { - 410 = { - change_province_name = "Kolmar" - } - 409 = { - change_province_name = "Straßburg" - state_scope = { - change_region_name = "Elsaß-Lothringen" - } - } - prestige = 5 - set_global_flag = germany_has_renamed_elsass - } - } - - restore_alsace = { - potential = { - tag = FRA - has_global_flag = germany_has_renamed_elsass - owns = 410 - owns = 409 - owns = 412 - } - - allow = { - prestige = 10 - } - - effect = { - 410 = { - change_province_name = "Colmar" - } - 409 = { - change_province_name = "Strasbourg" - state_scope = { - change_region_name = "Alsace-Lorraine" - } - } - prestige = 10 - clr_global_flag = germany_has_renamed_elsass - } - } - - form_north_german_confederation2 = { - picture = form_north_german_confederation - potential = { - is_greater_power = yes - primary_culture = north_german - capital_scope = { continent = europe } - NOT = { - has_country_flag = post_colonial_country - exists = GER - exists = NGF - tag = UBD - } - revolution_n_counterrevolution = 1 - } - allow = { - war = no - revolution_n_counterrevolution = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = north_german } - owner = { - NOT = { is_culture_group = germanic } - } - } - } - } - } - - effect = { - prestige = 10 - badboy = 5 - clr_country_flag = crown_from_the_gutter - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - all_core = { add_core = NGF } - any_owned = { - limit = { - NOT = { is_core = THIS } - any_core = { - exists = no - primary_culture = north_german - has_country_flag = wants_to_unify - NOT = { has_country_flag = post_colonial_country } - } - } - add_core = NGF - } - change_tag = NGF - set_country_flag = secondary_union_formation - any_country = { - limit = { - OR = { - primary_culture = north_german - tag = SCH - } - in_sphere = THIS - NOT = { tag = THIS } - NOT = { tag = UBD } - NOT = { has_country_flag = post_colonial_country } - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11106 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } + form_south_german_confederation = { + potential = { + capital_scope = { continent = europe } + is_greater_power = yes + primary_culture = south_german + NOT = { + has_country_flag = post_colonial_country + exists = SGF + exists = GER + tag = DNB + AND = { + tag = AUS + NOT = { has_country_flag = austrian_greater_germany } + } + AND = { + tag = KUK + NOT = { has_country_flag = austrian_greater_germany } + } + } + } + allow = { + war = no + nationalism_n_imperialism = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = south_german } + } + } + } + } - form_south_german_confederation2 = { - picture = form_south_german_confederation - potential = { - is_greater_power = yes - primary_culture = south_german - capital_scope = { continent = europe } - NOT = { - has_country_flag = post_colonial_country - exists = SGF - exists = GER - tag = AUS - tag = KUK - tag = DNB - } - revolution_n_counterrevolution = 1 - } - allow = { - war = no - revolution_n_counterrevolution = 1 - GER = { - all_core = { - OR = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_mobilised = no - is_greater_power = no - } - } - NOT = { culture = south_german } - owner = { - NOT = { is_culture_group = germanic } - } - } - } - } - } - - effect = { - clr_country_flag = crown_from_the_gutter - prestige = 5 - badboy = 5 - random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } - random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } - random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } - random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } - all_core = { add_core = SGF } - any_owned = { - limit = { - NOT = { is_core = THIS } - any_core = { - exists = no - primary_culture = south_german - has_country_flag = wants_to_unify - NOT = { has_country_flag = post_colonial_country } - } - } - add_core = SGF - } - change_tag = SGF - set_country_flag = secondary_union_formation - any_country = { - limit = { - primary_culture = south_german - in_sphere = THIS - NOT = { tag = THIS } - NOT = { tag = KUK } - NOT = { tag = DNB } - NOT = { tag = BAN } - NOT = { has_country_flag = post_colonial_country } - NOT = { - AND = { - tag = AUS - AUS = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - } - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11106 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - become_holstein = { - picture = gtfo - potential = { - tag = SWH - any_owned_province = { is_core = HOL } - NOT = { - any_owned_province = { - is_core = GER - NOT = { is_core = HOL } - } - } - } - - allow = { - owns = 369 - } - - effect = { - capital = 369 - prestige = -5 - all_core = { remove_core = THIS } - random_owned = { - limit = { - HOL = { exists = no } - } - owner = { change_tag = HOL } - } - random_owned = { - limit = { - HOL = { exists = yes } - } - owner = { annex_to = HOL } - } - clr_country_flag = crown_from_the_gutter - clr_country_flag = secondary_union_formation - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - } - random_country = { - limit = { - is_greater_power = yes - primary_culture = north_german - } - diplomatic_influence = { who = THIS value = 100 } - } - } - - ai_will_do = { - factor = 1 - } - } - - become_yemen = { - picture = map_arabia - potential = { - OR = { - tag = KTH - tag = LHJ - tag = FDL - tag = MHR - } - NOT = { has_global_flag = created_aden_protectorate } - } - - allow = { - 1173 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS ai = yes } - owner = { vassal_of = THIS } - } - } - 1175 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS ai = yes } - owner = { vassal_of = THIS } - } - } - 1176 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS ai = yes } - owner = { vassal_of = THIS } - } - } - 1177 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS ai = yes } - owner = { vassal_of = THIS } - } - } - } - - effect = { - set_global_flag = created_aden_protectorate - prestige = 10 - any_country = { - limit = { - exists = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - OR = { - tag = KTH - tag = LHJ - tag = FDL - tag = MHR - } - ai = yes - } - annex_to = THIS - } - - LHJ = { all_core = { add_core = YEM } } - FDL = { all_core = { add_core = YEM } } - KTH = { all_core = { add_core = YEM } } - MHR = { all_core = { add_core = YEM } } - any_owned = { - remove_core = LHJ - remove_core = FDL - remove_core = KTH - remove_core = MHR - } - - change_tag = YEM - } - } - - unite_the_caucasus = { - picture = unite_caucasus - potential = { - NOT = { has_global_flag = call_for_caucasus_unity } - OR = { - tag = CHY - tag = DAG - tag = CIR - } - is_vassal = no - } - - allow = { - civilized = yes - is_secondary_power = yes - } - - effect = { - set_global_flag = call_for_caucasus_unity - CIR = { all_core = { add_core = THIS } } - CHY = { all_core = { add_core = THIS } } - DAG = { all_core = { add_core = THIS } } - 1103 = { add_core = THIS } - } - ai_will_do = { factor = 1 } - } - - - form_antillean_confederation = { - picture = form_antillean_confederation - potential = { - primary_culture = caribeno - ATC = { exists = no } - 2222 = { NOT = { is_core = ATC } } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - CUB = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - DOM = { - all_core = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - 2222 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - - effect = { - prestige = 20 - 2222 = { add_core = ATC } - CUB = { all_core = { add_core = ATC } } - DOM = { all_core = { add_core = ATC } } - change_tag = ATC - } - - ai_will_do = { factor = 1 } - } - - reject_pan_nationalism = { - picture = indoctrinal_education_communist - potential = { - NOT = { has_country_flag = rejected_pan_nationalism } - is_cultural_union = no - OR = { - primary_culture = breton - primary_culture = occitan - primary_culture = picard - primary_culture = maltese - is_culture_group = american_cultures - } - } - - allow = { - war = no - is_vassal = no - capital_scope = { province_control_days = 7300 } - experimental_psychology = 1 - literacy = 0.5 - NOT = { has_country_modifier = national_confusion } - OR = { - school_reforms = acceptable_schools - school_reforms = good_schools - } - OR = { - average_consciousness = 6 - has_country_modifier = political_education - has_country_modifier = totalitarian_system - } - } - - effect = { - set_country_flag = rejected_pan_nationalism - prestige_factor = -0.25 - add_country_modifier = { - name = political_education - duration = 1825 - } - } - - ai_will_do = { factor = 1 } - } - -} \ No newline at end of file + effect = { + clr_country_flag = crown_from_the_gutter + clr_country_flag = secondary_union_formation + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + prestige = 10 + FRA_412 = { add_core = GER } + random_owned = { + limit = { owner = { tag = KUK } } + HUN = { all_core = { remove_core = KUK } } + CRO = { all_core = { remove_core = KUK } } + owner = { remove_accepted_culture = hungarian } + } + all_core = { add_core = SGF } + any_owned = { + limit = { + NOT = { is_core = THIS } + any_core = { + exists = no + primary_culture = south_german + has_country_flag = wants_to_unify + NOT = { has_country_flag = post_colonial_country } + } + } + add_core = SGF + } + random_owned = { + limit = { owner = { tag = KUK } } + owner = { + all_core = { + remove_core = KUK + add_core = AUS + } + } + } + change_tag = SGF + any_country = { + limit = { + primary_culture = south_german + in_sphere = THIS + NOT = { + has_country_flag = post_colonial_country + tag = THIS + tag = KUK + tag = AUS + tag = DNB + tag = BAN + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11106 + } + } + ai_will_do = { + factor = 1 + } + } + + austrian_form_south_german_confederation = { + potential = { + tag = AUS + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + is_greater_power = yes + primary_culture = south_german + NOT = { + exists = GER + exists = SGF + has_country_flag = austrian_greater_germany + } + } + allow = { + war = no + nationalism_n_imperialism = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = south_german } + } + } + } + } + + effect = { + prestige = 10 + FRA_412 = { add_core = GER } + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + any_country = { + limit = { + OR = { + tag = WUR + tag = BAD + tag = BAV + tag = SGM + } + in_sphere = THIS + } + annex_to = THIS + } + any_owned = { + limit = { + OR = { + culture = south_german + province_id = 412 + } + is_core = GER + NOT = { + is_core = AUS + is_core = KUK + } + NOT = { has_country_flag = post_colonial_country } + } + add_core = SGF + } + release_vassal = SGF + diplomatic_influence = { + who = SGF + value = 300 + } + } + ai_will_do = { + factor = 1 + } + } + + austrian_form_south_german_confederation2 = { + picture = form_south_german_confederation + potential = { + is_greater_power = yes + tag = AUS + NOT = { has_country_flag = austrian_greater_germany } + NOT = { exists = GER } + } + allow = { + war = no + nationalism_n_imperialism = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = south_german } + } + } + } + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + + effect = { + clr_country_flag = crown_from_the_gutter + clr_country_flag = secondary_union_formation + prestige = 10 + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + random_owned = { + limit = { + owner = { is_our_vassal = HUN } + } + owner = { badboy = 20 } + } + random_owned = { + limit = { + owner = { NOT = { is_our_vassal = HUN } } + } + owner = { badboy = 10 } + } + FRA_412 = { add_core = GER } + all_core = { + add_core = GER + add_core = SGF + } + change_tag = SGF + any_country = { + limit = { + primary_culture = south_german + in_sphere = THIS + NOT = { + tag = THIS + tag = KUK + tag = AUS + tag = BAN + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { has_country_flag = post_colonial_country } + } + country_event = 11106 + } + } + ai_will_do = { + factor = 1 + } + } + + form_north_german_confederation = { + potential = { + is_greater_power = yes + primary_culture = north_german + capital_scope = { continent = europe } + NOT = { + has_country_flag = post_colonial_country + exists = GER + exists = NGF + tag = UBD + } + } + allow = { + war = no + nationalism_n_imperialism = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = north_german } + } + } + } + } + + effect = { + prestige = 15 + clr_country_flag = crown_from_the_gutter + clr_country_flag = secondary_union_formation + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + all_core = { add_core = NGF remove_core = THIS } + any_owned = { + limit = { + NOT = { is_core = THIS } + any_core = { + exists = no + primary_culture = north_german + has_country_flag = wants_to_unify + NOT = { has_country_flag = post_colonial_country } + } + } + add_core = NGF + } + change_tag = NGF + any_pop = { + limit = { is_primary_culture = yes } + militancy = -1 + } + FRA_412 = { add_core = GER } + random_owned = { + limit = { owner = { ai = yes } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 365 } } + } + any_country = { + limit = { + NOT = { tag = UBD } + OR = { + primary_culture = north_german + tag = SCH + } + in_sphere = THIS + NOT = { tag = THIS } + NOT = { has_country_flag = post_colonial_country } + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11106 + } + random_country = { + limit = { + exists = yes + THIS = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + tag = AUS + tag = KUK + } + } + country_event = 33044 + } + } + ai_will_do = { + factor = 1 + } + } + + form_union_nation = { + picture = form_union_nation + potential = { + culture_has_union_tag = yes + NOT = { + cultural_union = { exists = yes } + has_country_flag = post_colonial_country + is_culture_group = germanic + is_culture_group = scandinavian + is_culture_group = italian + is_culture_group = east_asian + is_culture_group = south_asian + is_culture_group = polish_culture_group + tag = FSA + tag = CSA + } + } + + allow = { + prestige = 45 + nationalism_n_imperialism = 1 + war = no + cultural_union = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + } + } + } + effect = { + prestige = 20 + all_core = { remove_core = THIS } + change_tag = culture + any_country = { + limit = { + NOT = { is_greater_power = yes } + NOT = { has_country_flag = post_colonial_country } + is_culture_group = THIS + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11101 + } + add_accepted_culture = union + } + ai_will_do = { + factor = 1 + } + } + + form_germany = { + news = yes + news_desc_long = "form_germany_NEWS_LONG" + news_desc_medium = "form_germany_NEWS_MEDIUM" + news_desc_short = "form_germany_NEWS_SHORT" + potential = { + capital_scope = { continent = europe } + NOT = { has_country_flag = post_colonial_country } + OR = { + tag = NGF + tag = SGF + } + NOT = { exists = GER } + } + + allow = { + prestige = 45 + nationalism_n_imperialism = 1 + is_greater_power = yes + war = no + GER = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + } + } + } + + effect = { + prestige = 20 + all_core = { + remove_core = THIS + add_core = GER + } + change_tag = GER + add_accepted_culture = north_german + add_accepted_culture = south_german + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + set_global_flag = 3hurrahs + random_country = { + limit = { + tag = AUS + exists = yes + is_greater_power = no + in_sphere = THIS + war = no + OR = { + vassal_of = THIS + is_vassal = no + } + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + country_event = 31530 + } + random_country = { + limit = { + OR = { + tag = AUS + tag = KUK + } + exists = yes + is_greater_power = no + in_sphere = THIS + war = no + OR = { + vassal_of = THIS + is_vassal = no + } + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + country_event = 31515 + } + any_country = { + limit = { + is_culture_group = germanic + exists = no + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { tag = DNB } + NOT = { tag = PRU } + NOT = { tag = BAN } + NOT = { tag = UBD } + NOT = { has_country_flag = post_colonial_country } + OR = { + all_core = { owned_by = THIS } + tag = NGF + tag = SGF + } + } + country_event = 11105 + } + any_country = { + limit = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + exists = no + THIS = { capital = 619 } + } + country_event = 11105 + } + any_country = { + limit = { + tag = PRU + exists = no + THIS = { capital = 549 } + } + country_event = 11105 + } + any_country = { + limit = { + in_sphere = THIS + OR = { + is_culture_group = germanic + tag = SCH + } + NOT = { + tag = KUK + tag = AUS + tag = DNB + tag = BAN + tag = UBD + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { has_country_flag = post_colonial_country } + } + country_event = 11101 + } + } + ai_will_do = { factor = 1 } + } + + form_germany_AUS = { + news = yes + news_desc_long = "form_germany_NEWS_LONG" + news_desc_medium = "form_germany_NEWS_MEDIUM" + news_desc_short = "form_germany_NEWS_SHORT" + picture = form_germany + potential = { + tag = AUS + NOT = { exists = GER } + } + + allow = { + prestige = 45 + nationalism_n_imperialism = 1 + is_greater_power = yes + war = no + GER = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + } + } + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + + effect = { + prestige = 20 + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + all_core = { + remove_core = THIS + add_core = GER + } + change_tag = GER + add_accepted_culture = north_german + set_global_flag = 3hurrahs + any_country = { + limit = { + is_culture_group = germanic + exists = no + NOT = { tag = PRU } + NOT = { tag = BAN } + NOT = { tag = UBD } + NOT = { has_country_flag = post_colonial_country } + OR = { + all_core = { owned_by = THIS } + tag = NGF + tag = SGF + } + } + country_event = 11105 + } + any_country = { + limit = { + in_sphere = THIS + OR = { + is_culture_group = germanic + tag = SCH + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { has_country_flag = post_colonial_country } + NOT = { tag = UBD } + } + country_event = 11101 + } + } + ai_will_do = { + factor = 1 + } + } + + austria_annex_SGF = { + picture = austrian_form_south_german_confederation + potential = { + OR = { + tag = AUS + AND = { + tag = KUK + has_country_flag = austrian_greater_germany + } + } + SGF = { exists = yes } + OR = { + has_country_flag = austrian_greater_germany + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + } + + allow = { + is_greater_power = yes + war = no + SGF = { + OR = { + AND = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + vassal_of = THIS + } + } + } + + effect = { + prestige = 30 + badboy = 10 + SGF = { + all_core = { + add_core = THIS + remove_core = SGF + } + } + inherit = SGF + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.6 + } + } + } + + form_italy = { + news = yes + news_desc_long = "form_italy_NEWS_LONG" + news_desc_medium = "form_italy_NEWS_MEDIUM" + news_desc_short = "form_italy_NEWS_SHORT" + potential = { + is_culture_group = italian + capital_scope = { continent = europe } + NOT = { + has_country_flag = post_colonial_country + exists = ITA + } + } + + allow = { + prestige = 45 + nationalism_n_imperialism = 1 + is_greater_power = yes + war = no + ITA = { + all_core = { + OR = { + owned_by = THIS + AND = { + is_core = VEN + owner = { + NOT = { is_culture_group = italian } + } + } + # AND = { + # is_core = LOM + # owner = { + # NOT = { is_culture_group = italian } + # } + # } + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + } + } + } + + effect = { + prestige = 20 + all_core = { remove_core = THIS } + change_tag = ITA + capital = 749 + add_accepted_culture = north_italian + add_accepted_culture = south_italian + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } } + random_owned = { limit = { owner = { accepted_culture = british } } owner = { remove_accepted_culture = british } } + any_owned = { limit = { is_core = SYC } remove_core = SYC } + any_owned = { limit = { is_core = SRD } remove_core = SRD } + any_owned = { limit = { is_core = RMG } remove_core = RMG } + any_country = { + limit = { + is_culture_group = italian + in_sphere = THIS + NOT = { has_country_flag = post_colonial_country } + } + country_event = 11101 + } + any_country = { + limit = { + NOT = { is_culture_group = italian } + exists = yes + OR = { + has_country_flag = objects_to_italy + tag = FRA + tag = AUS + tag = KUK + AND = { + neighbour = ITA + is_greater_power = yes + } + } + } + country_event = { id = 96165 days = 20 } + } + } + ai_will_do = { + factor = 1 + } + } + + form_india = { + picture = form_india + potential = { + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + NOT = { tag = PAK } + NOT = { tag = MUG } + NOT = { tag = NEP } + NOT = { has_country_flag = mughal_reborn } + NOT = { + has_country_flag = post_colonial_country + exists = HND + } + } + + allow = { + prestige = 45 + nationalism_n_imperialism = 1 + war = no + HND = { + all_core = { + OR = { + owned_by = THIS + province_id = 1303 + province_id = 1312 + province_id = 1320 + is_core = KAL + is_core = MAK + is_core = AFG + is_core = KAS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + } + } + } + + effect = { + prestige = 20 + + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + + religion = hindu + set_country_flag = hindu_country + + all_core = { remove_core = THIS } + 1303 = { add_core = HND } + 1312 = { add_core = HND } + change_tag = HND + any_country = { + limit = { + exists = yes + NOT = { + is_greater_power = yes + has_country_flag = post_colonial_country + tag = PAK + } + OR = { + is_culture_group = south_asian + AND = { + is_culture_group = indo_iranian + NOT = { + has_global_flag = pakistan_formed + has_global_flag = pakistan_born + } + } + } + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11101 + } + add_accepted_culture = avadhi + add_accepted_culture = marathi + add_accepted_culture = rajput + add_accepted_culture = bihari + add_accepted_culture = bengali + add_accepted_culture = kanauji + add_accepted_culture = panjabi + add_accepted_culture = kashmiri + add_accepted_culture = manipuri + add_accepted_culture = assamese + add_accepted_culture = oriya + add_accepted_culture = gujarati + + } + ai_will_do = { + factor = 1 + } + } + + reichsland_elsass = { + potential = { + is_culture_group = germanic + NOT = { tag = ALS } + owns = 410 + owns = 409 + owns = 412 + NOT = { has_global_flag = germany_has_renamed_elsass } + } + + allow = { + prestige = 10 + } + + effect = { + 410 = { + change_province_name = "Kolmar" + } + 409 = { + change_province_name = "Straßburg" + state_scope = { + change_region_name = "Elsaß-Lothringen" + } + } + prestige = 5 + set_global_flag = germany_has_renamed_elsass + } + } + + restore_alsace = { + potential = { + tag = FRA + has_global_flag = germany_has_renamed_elsass + owns = 410 + owns = 409 + owns = 412 + } + + allow = { + prestige = 10 + } + + effect = { + 410 = { + change_province_name = "Colmar" + } + 409 = { + change_province_name = "Strasbourg" + state_scope = { + change_region_name = "Alsace-Lorraine" + } + } + prestige = 10 + clr_global_flag = germany_has_renamed_elsass + } + } + + form_north_german_confederation2 = { + picture = form_north_german_confederation + potential = { + is_greater_power = yes + primary_culture = north_german + capital_scope = { continent = europe } + NOT = { + has_country_flag = post_colonial_country + exists = GER + exists = NGF + tag = UBD + } + revolution_n_counterrevolution = 1 + } + allow = { + war = no + revolution_n_counterrevolution = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = north_german } + owner = { + NOT = { is_culture_group = germanic } + } + } + } + } + } + + effect = { + prestige = 10 + badboy = 5 + clr_country_flag = crown_from_the_gutter + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + all_core = { add_core = NGF } + any_owned = { + limit = { + NOT = { is_core = THIS } + any_core = { + exists = no + primary_culture = north_german + has_country_flag = wants_to_unify + NOT = { has_country_flag = post_colonial_country } + } + } + add_core = NGF + } + change_tag = NGF + set_country_flag = secondary_union_formation + any_country = { + limit = { + OR = { + primary_culture = north_german + tag = SCH + } + in_sphere = THIS + NOT = { tag = THIS } + NOT = { tag = UBD } + NOT = { has_country_flag = post_colonial_country } + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11106 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + form_south_german_confederation2 = { + picture = form_south_german_confederation + potential = { + is_greater_power = yes + primary_culture = south_german + capital_scope = { continent = europe } + NOT = { + has_country_flag = post_colonial_country + exists = SGF + exists = GER + tag = AUS + tag = KUK + tag = DNB + } + revolution_n_counterrevolution = 1 + } + allow = { + war = no + revolution_n_counterrevolution = 1 + GER = { + all_core = { + OR = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_mobilised = no + is_greater_power = no + } + } + NOT = { culture = south_german } + owner = { + NOT = { is_culture_group = germanic } + } + } + } + } + } + + effect = { + clr_country_flag = crown_from_the_gutter + prestige = 5 + badboy = 5 + random_owned = { limit = { owner = { accepted_culture = french } } owner = { remove_accepted_culture = french } } + random_owned = { limit = { owner = { accepted_culture = polish } } owner = { remove_accepted_culture = polish } } + random_owned = { limit = { owner = { accepted_culture = danish } } owner = { remove_accepted_culture = danish } } + random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } + all_core = { add_core = SGF } + any_owned = { + limit = { + NOT = { is_core = THIS } + any_core = { + exists = no + primary_culture = south_german + has_country_flag = wants_to_unify + NOT = { has_country_flag = post_colonial_country } + } + } + add_core = SGF + } + change_tag = SGF + set_country_flag = secondary_union_formation + any_country = { + limit = { + primary_culture = south_german + in_sphere = THIS + NOT = { tag = THIS } + NOT = { tag = KUK } + NOT = { tag = DNB } + NOT = { tag = BAN } + NOT = { has_country_flag = post_colonial_country } + NOT = { + AND = { + tag = AUS + AUS = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + } + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11106 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + become_holstein = { + picture = gtfo + potential = { + tag = SWH + any_owned_province = { is_core = HOL } + NOT = { + any_owned_province = { + is_core = GER + NOT = { is_core = HOL } + } + } + } + + allow = { + owns = 369 + } + + effect = { + capital = 369 + prestige = -5 + all_core = { remove_core = THIS } + random_owned = { + limit = { + HOL = { exists = no } + } + owner = { change_tag = HOL } + } + random_owned = { + limit = { + HOL = { exists = yes } + } + owner = { annex_to = HOL } + } + clr_country_flag = crown_from_the_gutter + clr_country_flag = secondary_union_formation + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + } + random_country = { + limit = { + is_greater_power = yes + primary_culture = north_german + } + diplomatic_influence = { who = THIS value = 100 } + } + } + + ai_will_do = { + factor = 1 + } + } + + become_yemen = { + picture = map_arabia + potential = { + OR = { + tag = KTH + tag = LHJ + tag = FDL + tag = MHR + } + NOT = { has_global_flag = created_aden_protectorate } + } + + allow = { + 1173 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS ai = yes } + owner = { vassal_of = THIS } + } + } + 1175 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS ai = yes } + owner = { vassal_of = THIS } + } + } + 1176 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS ai = yes } + owner = { vassal_of = THIS } + } + } + 1177 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS ai = yes } + owner = { vassal_of = THIS } + } + } + } + + effect = { + set_global_flag = created_aden_protectorate + prestige = 10 + any_country = { + limit = { + exists = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + OR = { + tag = KTH + tag = LHJ + tag = FDL + tag = MHR + } + ai = yes + } + annex_to = THIS + } + + LHJ = { all_core = { add_core = YEM } } + FDL = { all_core = { add_core = YEM } } + KTH = { all_core = { add_core = YEM } } + MHR = { all_core = { add_core = YEM } } + any_owned = { + remove_core = LHJ + remove_core = FDL + remove_core = KTH + remove_core = MHR + } + + change_tag = YEM + } + } + + unite_the_caucasus = { + picture = unite_caucasus + potential = { + NOT = { has_global_flag = call_for_caucasus_unity } + OR = { + tag = CHY + tag = DAG + tag = CIR + } + is_vassal = no + } + + allow = { + civilized = yes + is_secondary_power = yes + } + + effect = { + set_global_flag = call_for_caucasus_unity + CIR = { all_core = { add_core = THIS } } + CHY = { all_core = { add_core = THIS } } + DAG = { all_core = { add_core = THIS } } + 1103 = { add_core = THIS } + } + ai_will_do = { factor = 1 } + } + + + form_antillean_confederation = { + picture = form_antillean_confederation + potential = { + primary_culture = caribeno + ATC = { exists = no } + 2222 = { NOT = { is_core = ATC } } + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + CUB = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + DOM = { + all_core = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + 2222 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + + effect = { + prestige = 20 + 2222 = { add_core = ATC } + CUB = { all_core = { add_core = ATC } } + DOM = { all_core = { add_core = ATC } } + change_tag = ATC + } + + ai_will_do = { factor = 1 } + } + + reject_pan_nationalism = { + picture = indoctrinal_education_communist + potential = { + NOT = { has_country_flag = rejected_pan_nationalism } + is_cultural_union = no + OR = { + primary_culture = breton + primary_culture = occitan + primary_culture = picard + primary_culture = maltese + is_culture_group = american_cultures + } + } + + allow = { + war = no + is_vassal = no + capital_scope = { province_control_days = 7300 } + experimental_psychology = 1 + literacy = 0.5 + NOT = { has_country_modifier = national_confusion } + OR = { + school_reforms = acceptable_schools + school_reforms = good_schools + } + OR = { + average_consciousness = 6 + has_country_modifier = political_education + has_country_modifier = totalitarian_system + } + } + + effect = { + set_country_flag = rejected_pan_nationalism + prestige_factor = -0.25 + add_country_modifier = { + name = political_education + duration = 1825 + } + } + + ai_will_do = { factor = 1 } + } + +} diff --git a/HPM/decisions/New Colonies.txt b/HPM/decisions/New Colonies.txt index 659122c5..a486d10c 100644 --- a/HPM/decisions/New Colonies.txt +++ b/HPM/decisions/New Colonies.txt @@ -1,7071 +1,7082 @@ political_decisions = { - found_niger_company = { - picture = royal_niger_company - potential = { - NOT = { has_global_flag = niger_company_founded } - is_greater_power = yes - any_owned_province = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - any_neighbor_country = { - exists = yes - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - money = 100000 - has_global_flag = berlin_conference - } - - effect = { - set_global_flag = niger_company_founded - prestige = 5 - treasury = -100000 - - any_country = { - limit = { - exists = yes - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - country_event = 98906 - } - } - } - - conquest_of_the_saharan_desert = { - picture = form_the_ikhwan - potential = { - OR = { - AND = { - owns = 1818 - 1821 = { empty = yes } - } - AND = { - owns = 1811 - 1812 = { empty = yes } - } - AND = { - owns = 1803 - 2609 = { empty = yes } - } - AND = { - owns = 1779 - 1782 = { empty = yes } - } - AND = { - owns = 1741 - 1742 = { empty = yes } - } - AND = { - owns = 1738 - 2585 = { empty = yes } - } - AND = { - owns = 1761 - 1758 = { empty = yes } - } - AND = { - owns = 1835 - 2564 = { empty = yes } - } - AND = { - owns = 1838 - 1739 = { empty = yes } - } - AND = { - owns = 1840 - 1839 = { empty = yes } - } - AND = { - owns = 1739 - 1842 = { empty = yes } - } - } - } - - allow = { - OR = { - invention = the_dark_continent - AND = { - capital_scope = { continent = africa } - civilized = yes - revolution_n_counterrevolution = 1 - } - AND = { - owns = 1741 - 1742 = { empty = yes } - 2585 = { empty = no } - } - AND = { - OR = { - owns = 1742 - owns = 1738 - } - 1758 = { empty = no } - 2585 = { empty = yes } - } - AND = { - owns = 1761 - 1758 = { empty = yes } - OR = { - 2564 = { empty = no } - 2585 = { empty = no } - } - } - AND = { - owns = 1835 - OR = { - 1758 = { empty = no } - 1842 = { empty = no } - } - 2564 = { empty = yes } - } - AND = { - owns = 1838 - 1739 = { empty = yes } - 2564 = { empty = no } - } - } - } - - effect = { - #Owner of Waddai gets Chad - random_owned = { - limit = { - owner = { - owns = 1818 - 1821 = { empty = yes } - OR = { - invention = the_dark_continent - AND = { - capital_scope = { continent = africa } - civilized = yes - } - } - } - } - 1821 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 27 } - 1824 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 27 } - 1825 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 1826 = { secede_province = THIS any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Outer Hausaland gets Niger - random_owned = { - limit = { - owner = { - owns = 1811 - 1812 = { empty = yes } - OR = { - invention = the_dark_continent - AND = { - capital_scope = { continent = africa } - civilized = yes - } - } - } - } - 1812 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 1814 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 1817 = { secede_province = THIS any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Timbuktu gets rest of Timbuktu state - random_owned = { - limit = { - owner = { - owns = 1803 - 2609 = { empty = yes } - OR = { - invention = the_dark_continent - AND = { - capital_scope = { continent = africa } - civilized = yes - } - } - } - } - 2609 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 1807 = { secede_province = THIS any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Mauretania gets the rest of Mauretania - random_owned = { - limit = { - owner = { - owns = 1779 - 1782 = { empty = yes } - OR = { - invention = the_dark_continent - AND = { - capital_scope = { continent = africa } - civilized = yes - } - } - } - } - 1782 = { secede_province = THIS any_pop = { literacy = -0.99 } } - 1781 = { secede_province = THIS any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Murzuk gets Wath, Libya - random_owned = { - limit = { - owner = { - owns = 1741 - 1742 = { empty = yes } - NOT = { has_global_flag = libya_organized } - } - } - 1742 = { secede_province = THIS add_core = TRI any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Murzuk gets Wath, Libya - random_owned = { - limit = { - owner = { - owns = 1741 - 1742 = { empty = yes } - has_global_flag = libya_organized - } - } - 1742 = { secede_province = THIS add_core = LBY any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Al Jaghbub gets Al Jawf, Libya - random_owned = { - limit = { - owner = { - owns = 1738 - 2585 = { empty = yes } - NOT = { has_global_flag = libya_organized } - } - } - 2585 = { secede_province = THIS add_core = CYR any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Al Jaghbub gets Al Jawf, Libya - random_owned = { - limit = { - owner = { - owns = 1738 - 2585 = { empty = yes } - has_global_flag = libya_organized - } - } - 2585 = { secede_province = THIS add_core = LBY any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - random_owned = { - limit = { owner = { 1741 = { owned_by = THIS is_core = THIS } } } - 1742 = { add_core = THIS } - } - random_owned = { - limit = { owner = { 1738 = { owned_by = THIS is_core = THIS } } } - 2585 = { add_core = THIS add_core = CYR } - } - #Owner of Baris gets Farafra, Egypt - random_owned = { - limit = { - owner = { - owns = 1761 - 1758 = { empty = yes } - } - } - 1758 = { secede_province = THIS add_core = EGY any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - #Owner of Dongola gets Salima, Sudan - random_owned = { - limit = { - owner = { - owns = 1835 - 2564 = { empty = yes } - } - } - 2564 = { secede_province = THIS add_core = SUD any_pop = { literacy = -0.99 } } - owner = { prestige = 1 } - } - random_owned = { - limit = { owner = { 1761 = { owned_by = THIS is_core = THIS } } } - 1758 = { add_core = THIS } - owner = { prestige = 1 } - } - random_owned = { - limit = { owner = { 1835 = { owned_by = THIS is_core = THIS } } } - 2564 = { add_core = THIS } - owner = { prestige = 1 } - } - #Acquiring Empty Kordofan, Sudan - random_owned = { - limit = { province_id = 1838 } - random_empty_neighbor_province = { - limit = { province_id = 1739 } - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - } - - random_owned = { - limit = { province_id = 1840 } - random_empty_neighbor_province = { - limit = { province_id = 1839 } - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - } - - random_owned = { - limit = { province_id = 1739 } - random_empty_neighbor_province = { - limit = { province_id = 1842 } - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - } - - random_owned = { - limit = { province_id = 1739 } - random_empty_neighbor_province = { - limit = { province_id = 1841 } - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - } - } - ai_will_do = { factor = 1 } - } - - organize_nigeria = { - picture = map_nigeria - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = nigeria_organized - capital_scope = { continent = africa } - } - OR = { - owns = 1934 - owns = 1928 - owns = 1945 - owns = 1923 - owns = 1941 - owns = 1943 - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - FRA_1923 = { owned_by = THIS } - FRA_1930 = { owned_by = THIS } - } - OR = { - SOK_1934 = { owned_by = THIS } - SOK_1937 = { owned_by = THIS } - } - OR = { - FRA_1927 = { owned_by = THIS } - SOK_1945 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = nigeria_organized - set_country_flag = nigeria_master - prestige = 5 - country_event = 199038 - - FRA_1923 = { add_core = NGR } - FRA_1930 = { add_core = NGR } - SOK_1934 = { add_core = NGR } - SOK_1937 = { add_core = NGR } - FRA_1927 = { add_core = NGR } - SOK_1945 = { add_core = NGR } - - any_owned = { - limit = { is_core = NGR } - remove_core = NIG - remove_core = SOK - remove_core = DND - remove_core = TOU - remove_core = OYO - remove_core = BEN - remove_core = ARO - remove_core = CLA - remove_core = WRI - remove_core = KBO - } - - SOK_1934 = { add_core = ARO } - - NGR = { - primary_culture = THIS - add_accepted_culture = yoruba - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } NGR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - NGR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NGR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } NGR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } NGR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } NGR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } NGR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } NGR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NGR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NGR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } NGR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } NGR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } NGR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } NGR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NGR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NGR = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ARO = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ARO = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ARO = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ARO = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ARO = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ARO = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ARO = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ARO = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ARO = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ARO = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ARO = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ARO = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ARO = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ARO = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ARO = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ARO = { religion = yazidi set_country_flag = yazidi_country } } - - ARO = { - government = presidential_dictatorship - tech_school = developing_tech_school - nationalvalue = nv_tradition - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - } - ai_will_do = { factor = 1 } - } - - reorganize_nigeria = { - picture = map_nigeria - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = nigeria_organized - owns = 1923 - owns = 1934 - owns = 1928 - NGR = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = nigeria_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1923 - owns = 1934 - owns = 1928 - owns = 1945 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = nigeria_master } clr_country_flag = nigeria_master } - set_country_flag = nigeria_master - country_event = 199038 - - any_owned = { - limit = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - region = SOK_1945 - region = FRA_1927 - region = SOK_1937 - } - } - add_core = NGR - remove_core = SOK - remove_core = DND - remove_core = TOU - remove_core = OYO - remove_core = BEN - remove_core = ARO - remove_core = CLA - remove_core = WRI - remove_core = KBO - } - NGR = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - ARO = { - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NGR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } NGR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } NGR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } NGR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } NGR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } NGR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NGR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NGR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } NGR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } NGR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } NGR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } NGR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NGR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NGR = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ARO = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ARO = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ARO = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ARO = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ARO = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ARO = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ARO = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ARO = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ARO = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ARO = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ARO = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ARO = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ARO = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ARO = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ARO = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ARO = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_togo = { - picture = map_togo - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = togo_organized - capital_scope = { continent = africa } - } - owns = 1914 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1914 - } - - effect = { - set_global_flag = togo_organized - set_country_flag = togo_master - prestige = 5 - country_event = 199039 - - TOG = { - primary_culture = THIS - add_accepted_culture = ewe - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - 1914 = { add_core = TOG } - 1917 = { add_core = TOG } - 1918 = { add_core = TOG } - random_owned = { - limit = { province_id = 1915 } - add_core = TOG - } - random_owned = { - limit = { province_id = 1916 } - add_core = TOG - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TOG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TOG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TOG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TOG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TOG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TOG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TOG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TOG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TOG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TOG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TOG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TOG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TOG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TOG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TOG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TOG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_togo = { - picture = map_togo - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = togo_organized - owns = 1914 - TOG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = togo_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1914 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = togo_master } clr_country_flag = togo_master } - set_country_flag = togo_master - country_event = 199039 - - any_owned = { - limit = { - OR = { - region = FRA_1914 - province_id = 1916 - province_id = 1915 - } - } - add_core = TOG - } - TOG = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TOG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TOG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TOG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TOG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TOG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TOG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TOG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TOG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TOG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TOG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TOG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TOG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TOG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TOG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TOG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TOG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_ivory_coast = { - picture = map_ivory_coast - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = ivory_coast_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - owns = 1899 - owns = 1893 - } - OR = { - owns = 1898 - owns = 1894 - } - } - - effect = { - set_global_flag = ivory_coast_organized - prestige = 5 - set_country_flag = ivc_master - country_event = 199040 - 1892 = { change_province_name = "Abidjan" } - FRA_1892 = { add_core = IVC } - FRA_1893 = { add_core = IVC } - any_owned = { - limit = { is_core = IVC } - remove_core = KNG - remove_core = ASH - remove_core = MOS - } - IVC = { - primary_culture = THIS - add_accepted_culture = dyula - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } IVC = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - IVC = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } IVC = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } IVC = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } IVC = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } IVC = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } IVC = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } IVC = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } IVC = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } IVC = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } IVC = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } IVC = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } IVC = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } IVC = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } IVC = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } IVC = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_ivory_coast = { - picture = map_ivory_coast - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = ivory_coast_organized - owns = 1899 - IVC = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = ivc_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1899 - owns = 1893 - owns = 1898 - owns = 1894 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = ivc_master } clr_country_flag = ivc_master } - set_country_flag = ivc_master - country_event = 199040 - - any_owned = { - limit = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - } - add_core = IVC - remove_core = KNG - remove_core = ASH - remove_core = MOS - } - IVC = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } IVC = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - IVC = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } IVC = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } IVC = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } IVC = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } IVC = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } IVC = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } IVC = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } IVC = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } IVC = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } IVC = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } IVC = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } IVC = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } IVC = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } IVC = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } IVC = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_sierra_leone = { - picture = map_sierra_leone - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = sierra_leone_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1884 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1884 - owns = 1886 - } - - effect = { - set_global_flag = sierra_leone_organized - prestige = 3 - FRA_1884 = { add_core = SLE } - 1885 = { life_rating = 20 } - 1886 = { life_rating = 20 } - country_event = 199041 - set_country_flag = sierra_leone_master - SLE = { - primary_culture = THIS - add_accepted_culture = western_nigritic - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } SLE = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - SLE = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } SLE = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } SLE = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } SLE = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } SLE = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } SLE = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } SLE = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } SLE = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } SLE = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } SLE = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } SLE = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } SLE = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } SLE = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } SLE = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } SLE = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_sierra_leone = { - picture = map_sierra_leone - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = sierra_leone_organized - owns = 1884 - SLE = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = sierra_leone_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1884 - owns = 1886 - } - - effect = { - prestige = 3 - country_event = 199041 - any_country = { limit = { has_country_flag = sierra_leone_master } clr_country_flag = sierra_leone_master } - set_country_flag = sierra_leone_master - - SLE = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } SLE = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - SLE = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } SLE = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } SLE = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } SLE = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } SLE = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } SLE = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } SLE = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } SLE = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } SLE = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } SLE = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } SLE = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } SLE = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } SLE = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } SLE = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } SLE = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_guinea = { - picture = map_guinea - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = guinea_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1883 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - owns = 1879 - owns = 1880 - } - OR = { - owns = 1880 - owns = 1882 - } - } - - effect = { - set_global_flag = guinea_organized - prestige = 5 - set_country_flag = guinea_master - country_event = 199042 - 1879 = { change_province_name = "Conakry" } - FRA_1883 = { add_core = GNE } - any_owned = { - limit = { is_core = GNE } - remove_core = JAL - remove_core = GBU - } - GNE = { - primary_culture = THIS - add_accepted_culture = mande - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GNE = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GNE = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GNE = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GNE = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GNE = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GNE = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GNE = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GNE = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GNE = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GNE = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GNE = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GNE = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GNE = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GNE = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GNE = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GNE = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_guinea = { - picture = map_guinea - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = guinea_organized - owns = 1879 - GNE = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = guinea_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1879 - owns = 1880 - owns = 1882 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = guinea_master } clr_country_flag = guinea_master } - set_country_flag = guinea_master - country_event = 199042 - - any_owned = { - limit = { region = FRA_1883 } - add_core = GNE - remove_core = JAL - remove_core = GBU - } - - GNE = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GNE = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GNE = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GNE = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GNE = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GNE = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GNE = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GNE = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GNE = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GNE = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GNE = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GNE = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GNE = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GNE = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GNE = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GNE = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GNE = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_senegal = { - picture = map_senegal - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = senegal_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - owns = 1783 - owns = 2573 - } - OR = { - owns = 1786 - owns = 1788 - } - OR = { - owns = 1792 - owns = 1793 - } - } - - effect = { - set_global_flag = senegal_organized - prestige = 5 - set_country_flag = senegal_master - country_event = 199043 - 1791 = { trade_goods = cotton } - 1792 = { trade_goods = cotton } - 1793 = { trade_goods = cotton } - 1788 = { trade_goods = cotton } - FRA_1783 = { add_core = SNG } - FRA_1788 = { add_core = SNG } - any_owned = { - limit = { is_core = SNG } - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - } - SNG = { - primary_culture = THIS - add_accepted_culture = wolof - tech_school = developing_tech_school - set_country_flag = post_colonial_country - } - } - } - - reorganize_senegal = { - picture = map_senegal - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = senegal_organized - owns = 1783 - SNG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = senegal_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1783 - owns = 1786 - owns = 1792 - owns = 1793 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = senegal_master } clr_country_flag = senegal_master } - set_country_flag = senegal_master - country_event = 199043 - - any_owned = { - limit = { - OR = { - region = FRA_1783 - region = FRA_1788 - } - } - add_core = SNG - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - } - - SNG = { primary_culture = THIS } - } - } - - organize_niger = { - picture = map_niger - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = niger_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - 1812 = { empty = no } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1812 - OR = { - owns = 1808 - owns = 1810 - } - } - - effect = { - set_global_flag = niger_organized - prestige = 5 - set_country_flag = niger_master - country_event = 199044 - - FRA_1813 = { add_core = NIG } - FRA_1808 = { add_core = NIG } - - any_owned = { - limit = { is_core = NIG } - remove_core = DND - remove_core = TOU - remove_core = MAS - remove_core = DAM - remove_core = KBO - } - NIG = { - primary_culture = THIS - add_accepted_culture = hausa - tech_school = developing_tech_school - set_country_flag = post_colonial_country - set_country_flag = sunni_country - } - } - } - - reorganize_niger = { - picture = map_niger - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = niger_organized - owns = 1808 - NIG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = niger_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1808 - owns = 1812 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = niger_master } clr_country_flag = niger_master } - set_country_flag = niger_master - country_event = 199044 - - any_owned = { - limit = { - OR = { - region = FRA_1813 - region = FRA_1808 - } - } - add_core = NIG - remove_core = DND - remove_core = TOU - remove_core = MAS - remove_core = DAM - remove_core = KBO - } - - NIG = { - primary_culture = THIS - - } - } - } - - organize_chad = { - picture = map_chad - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = chad_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ENG_1818 - region = ENG_1825 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1818 - owns = 1821 - } - - effect = { - set_global_flag = chad_organized - prestige = 5 - set_country_flag = chad_master - country_event = 199045 - - 1818 = { change_province_name = "N'Djamena" } - - ENG_1818 = { add_core = CHD } - ENG_1825 = { add_core = CHD } - - - any_owned = { - limit = { - OR = { - region = ENG_1818 - region = ENG_1825 - } - NOT = { terrain = desert } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CHD = { - primary_culture = THIS - add_accepted_culture = sara - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CHD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CHD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CHD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CHD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CHD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CHD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CHD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CHD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CHD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CHD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CHD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CHD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CHD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CHD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CHD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CHD = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_chad = { - picture = map_chad - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = chad_organized - owns = 1818 - CHD = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = chad_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1818 - owns = 1821 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = chad_master } clr_country_flag = chad_master } - set_country_flag = chad_master - country_event = 199045 - - any_owned = { - limit = { - OR = { - region = ENG_1818 - region = ENG_1825 - } - } - add_core = CHD - } - any_owned = { - limit = { - OR = { - region = ENG_1818 - region = ENG_1825 - } - NOT = { terrain = desert } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CHD = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CHD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CHD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CHD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CHD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CHD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CHD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CHD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CHD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CHD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CHD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CHD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CHD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CHD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CHD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CHD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CHD = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_cameroon = { - picture = map_cameroon - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = cameroon_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ENG_1956 - region = SOK_1963 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - owns = 1959 - owns = 1961 - } - } - - effect = { - set_global_flag = cameroon_organized - prestige = 5 - set_country_flag = cameroon_master - country_event = 199046 - - ENG_1956 = { - add_core = CMR - life_rating = 25 - } - SOK_1963 = { - add_core = CMR - life_rating = 25 - } - - CMR = { - primary_culture = THIS - add_accepted_culture = forest_bantu - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CMR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CMR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CMR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CMR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CMR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CMR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CMR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CMR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CMR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CMR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CMR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CMR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CMR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CMR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CMR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CMR = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_cameroon = { - picture = map_cameroon - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = cameroon_organized - owns = 1959 - CMR = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = cameroon_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1959 - owns = 1961 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = cameroon_master } clr_country_flag = cameroon_master } - set_country_flag = cameroon_master - country_event = 199046 - - any_owned = { - limit = { - OR = { - region = ENG_1956 - region = SOK_1963 - } - } - add_core = CMR - } - any_owned = { - limit = { - OR = { - region = ENG_1956 - region = SOK_1963 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CMR = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CMR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CMR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CMR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CMR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CMR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CMR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CMR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CMR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CMR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CMR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CMR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CMR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CMR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CMR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CMR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CMR = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_gabon = { - picture = map_gabon - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = gabon_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1972 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - owns = 1972 - owns = 1975 - } - } - - effect = { - set_global_flag = gabon_organized - prestige = 5 - set_country_flag = gabon_master - country_event = 199047 - - FRA_1972 = { add_core = GAB } - any_owned = { - limit = { - OR = { - province_id = 1975 - province_id = 1976 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - - any_owned = { - limit = { - OR = { - province_id = 1975 - province_id = 1976 - } - } - any_pop = { - limit = { - OR = { - has_pop_culture = forest_bantu - has_pop_culture = fang - } - } - literacy = -0.99 - } - } - - GAB = { - primary_culture = THIS - add_accepted_culture = fang - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - all_core = { remove_core = EQG } - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GAB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GAB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GAB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GAB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GAB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GAB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GAB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GAB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GAB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GAB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GAB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GAB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GAB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GAB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GAB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GAB = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_gabon = { - picture = map_gabon - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = gabon_organized - owns = 1972 - GAB = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = gabon_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1972 - } - - effect = { - prestige = 3 - any_country = { limit = { has_country_flag = gabon_master } clr_country_flag = gabon_master } - set_country_flag = gabon_master - country_event = 199047 - - GAB = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GAB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GAB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GAB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GAB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GAB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GAB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GAB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GAB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GAB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GAB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GAB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GAB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GAB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GAB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GAB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GAB = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_congo = { - picture = map_congo - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = congo_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1978 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1977 - } - - effect = { - set_global_flag = congo_organized - prestige = 5 - set_country_flag = congo_master - country_event = 199048 - - 1977 = { - change_province_name = "Brazzaville" - add_core = CGO - } - - 1978 = { - life_rating = 4 - add_core = CGO - } - - 1980 = { - add_core = CGO - } - - 2624 = { - add_core = CGO - } - - any_owned = { limit = { is_core = CGO NOT = {life_rating = 12 } } life_rating = 25 } - - any_owned = { limit = { is_core = CGO } remove_core = LOA } - CGO = { - primary_culture = THIS - add_accepted_culture = bakongo - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CGO = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CGO = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CGO = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CGO = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CGO = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CGO = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CGO = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CGO = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CGO = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CGO = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CGO = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CGO = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CGO = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CGO = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CGO = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CGO = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_congo = { - picture = map_congo - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = congo_organized - owns = 1977 - CGO = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = congo_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1977 - } - - effect = { - prestige = 3 - - any_country = { limit = { has_country_flag = congo_master } clr_country_flag = congo_master } - set_country_flag = congo_master - country_event = 199048 - - any_owned = { - limit = { region = FRA_1978 } - add_core = CGO - } - any_owned = { - limit = { - region = FRA_1978 - NOT = { life_rating = 12 } - } - life_rating = 25 - } - any_owned = { limit = { is_core = CGO } remove_core = LOA } - CGO = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CGO = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CGO = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CGO = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CGO = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CGO = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CGO = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CGO = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CGO = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CGO = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CGO = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CGO = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CGO = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CGO = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CGO = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CGO = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CGO = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_zaire = { - picture = map_congo_free_state - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = zaire_organized - capital_scope = { continent = africa } - } - NOT = { has_country_flag = not_congo_primary_culture } - any_owned_province = { - OR = { - province_id = 1982 - province_id = 1983 - province_id = 1985 - region = BEL_1984 - region = BEL_1990 - region = BEL_1987 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - 1985 = { owned_by = THIS } - BEL_1984 = { owned_by = THIS } - } - OR = { - 1982 = { owned_by = THIS } - BEL_1984 = { owned_by = THIS } - } - OR = { - BEL_1990 = { owned_by = THIS } - BEL_1987 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = zaire_organized - prestige = 5 - set_country_flag = zaire_master - country_event = 199049 - - any_country = { clr_country_flag = not_congo_primary_culture } - 1982 = { add_core = CNG } - 1983 = { add_core = CNG } - 1985 = { add_core = CNG } - BEL_1984 = { add_core = CNG } - BEL_1987 = { add_core = CNG } - BEL_1990 = { add_core = CNG } - any_owned = { - limit = { - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - remove_core = CGO - remove_core = LUA - remove_core = LOA - remove_core = AZA - remove_core = KZB - remove_core = KON - } - any_owned = { - limit = { - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CNG = { - primary_culture = THIS - add_accepted_culture = bakongo - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CNG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CNG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CNG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CNG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CNG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CNG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CNG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CNG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CNG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CNG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CNG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CNG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CNG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_zaire = { - picture = map_congo_free_state - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = zaire_organized - owns = 1982 - CNG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = zaire_master - capital_scope = { continent = africa } - } - NOT = { has_country_flag = not_congo_primary_culture } - year = 1900 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1982 - owns = 1993 - owns = 1996 - owns = 1987 - } - - effect = { - prestige = 3 - - any_country = { limit = { has_country_flag = zaire_master } clr_country_flag = zaire_master } - set_country_flag = zaire_master - country_event = 199049 - - any_country = { clr_country_flag = not_congo_primary_culture } - - any_owned = { - limit = { - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - } - add_core = CNG - remove_core = CGO - remove_core = LUA - remove_core = LOA - remove_core = AZA - remove_core = KZB - remove_core = KON - } - any_owned = { - limit = { - OR = { - region = BEL_1977 - region = BEL_1984 - region = BEL_1987 - region = BEL_1990 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CNG = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CNG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CNG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CNG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CNG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CNG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CNG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CNG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CNG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CNG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CNG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CNG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CNG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CNG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_zambia = { - picture = map_zambia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = zambia_organized - has_country_flag = ian_would_be_proud - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ENG_2014 - region = ENG_2016 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - ENG_2014 = { owned_by = THIS } - ENG_2016 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = zambia_organized - prestige = 5 - set_country_flag = zambia_master - country_event = 199050 - - random_owned = { - limit = { province_id = 2017 } - change_province_name = "Kasama" - } - - ENG_2014 = { add_core = ZAM } - ENG_2016 = { add_core = ZAM } - - any_owned = { - limit = { is_core = ZAM } - remove_core = KZB - remove_core = LUA - } - any_owned = { - limit = { - OR = { - region = ENG_2014 - region = ENG_2016 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - ZAM = { - primary_culture = THIS - add_accepted_culture = lunda - tech_school = developing_tech_school - set_country_flag = post_colonial_country - all_core = { - remove_core = LUN - remove_core = KZB - } - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZAM = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ZAM = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZAM = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZAM = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZAM = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZAM = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZAM = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZAM = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZAM = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZAM = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZAM = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZAM = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZAM = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZAM = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZAM = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZAM = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_zambia = { - picture = map_zambia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = zambia_organized - owns = 2012 - ZAM = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = zambia_master - capital_scope = { continent = africa } - has_country_flag = ian_would_be_proud - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2012 - owns = 2016 - } - - effect = { - prestige = 3 - - any_country = { - limit = { has_country_flag = zambia_master } - clr_country_flag = zambia_master - } - set_country_flag = zambia_master - country_event = 199050 - - any_owned = { - limit = { - OR = { - region = ENG_2014 - region = ENG_2016 - } - } - add_core = ZAM - remove_core = KZB - remove_core = LUA - } - any_owned = { - limit = { - OR = { - region = ENG_2014 - region = ENG_2016 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - ZAM = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZAM = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ZAM = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZAM = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZAM = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZAM = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZAM = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZAM = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZAM = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZAM = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZAM = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZAM = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZAM = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZAM = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZAM = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZAM = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZAM = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_kenya = { - picture = map_kenya - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = kenya_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - ENG_2026 = { owned_by = THIS } - ENG_2024 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = kenya_organized - prestige = 5 - set_country_flag = kenya_master - country_event = 199051 - - ENG_2026 = { add_core = KNY } - ENG_2024 = { add_core = KNY } - - any_owned = { - limit = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - KNY = { - primary_culture = THIS - add_accepted_culture = kikuyu - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - all_core = { remove_core = ZAN } - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } KNY = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - KNY = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } KNY = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } KNY = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } KNY = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } KNY = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } KNY = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } KNY = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } KNY = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } KNY = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } KNY = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } KNY = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } KNY = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } KNY = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } KNY = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } KNY = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_kenya = { - picture = map_kenya - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = kenya_organized - owns = 2024 - KNY = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = kenya_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2024 - owns = 2030 - owns = 2028 - } - - effect = { - any_country = { - limit = { has_country_flag = kenya_master } - clr_country_flag = kenya_master - } - set_country_flag = kenya_master - country_event = 199051 - - prestige = 3 - - any_owned = { - limit = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - } - add_core = KNY - remove_core = ZAN - } - any_owned = { - limit = { - OR = { - region = ENG_2026 - region = ENG_2024 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - KNY = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } KNY = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - KNY = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } KNY = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } KNY = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } KNY = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } KNY = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } KNY = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } KNY = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } KNY = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } KNY = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } KNY = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } KNY = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } KNY = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } KNY = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } KNY = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } KNY = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_tanzania = { - picture = map_tanzania - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = tanzania_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - ENG_2036 = { owned_by = THIS } - ENG_2044 = { owned_by = THIS } - } - OR = { - ENG_2036 = { owned_by = THIS } - ENG_2039 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = tanzania_organized - prestige = 5 - set_country_flag = tanzania_master - country_event = 199052 - - ENG_2036 = { add_core = TNZ } - ENG_2044 = { add_core = TNZ } - ENG_2039 = { add_core = TNZ } - - any_owned = { - limit = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - 2043 = { change_province_name = "Tabora" } - 2045 = { change_province_name = "Dodoma" } - TNZ = { - primary_culture = THIS - add_accepted_culture = swahili - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - all_core = { remove_core = ZAN } - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TNZ = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TNZ = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TNZ = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TNZ = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TNZ = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TNZ = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TNZ = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TNZ = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TNZ = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TNZ = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TNZ = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TNZ = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TNZ = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TNZ = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TNZ = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TNZ = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_tanzania = { - picture = map_tanzania - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = tanzania_organized - owns = 2044 - TNZ = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = tanzania_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2044 - owns = 2045 - owns = 2041 - owns = 2036 - owns = 2038 - } - - effect = { - any_country = { - limit = { has_country_flag = tanzania_master } - clr_country_flag = tanzania_master - } - set_country_flag = tanzania_master - country_event = 199052 - prestige = 3 - - any_owned = { - limit = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - } - add_core = TNZ - } - any_owned = { - limit = { - OR = { - region = ENG_2036 - region = ENG_2044 - region = ENG_2039 - } - NOT = { life_rating = 12 } - } - life_rating = 25 - } - TNZ = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TNZ = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TNZ = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TNZ = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TNZ = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TNZ = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TNZ = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TNZ = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TNZ = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TNZ = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TNZ = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TNZ = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TNZ = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TNZ = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TNZ = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TNZ = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TNZ = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_mali = { - picture = map_mali - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = mali_organized - capital_scope = { continent = africa } - } - 2609 = { empty = no } - any_owned_province = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - FRA_1803 = { owned_by = THIS } - FRA_1798 = { owned_by = THIS } - } - OR = { - FRA_1801 = { owned_by = THIS } - FRA_1798 = { owned_by = THIS } - } - } - - effect = { - - set_global_flag = mali_organized - prestige = 5 - set_country_flag = mali_master - country_event = 199053 - - FRA_1803 = { add_core = MLI } - FRA_1801 = { add_core = MLI } - FRA_1798 = { add_core = MLI } - 1795 = { change_province_name = "Kayes" } - - - random_owned = { - limit = { - province_id = 1795 - owner = { NOT = { is_culture_group = french } } - } - change_province_name = "Kayes" - } - - any_owned = { - limit = { is_core = MLI } - remove_core = TOU - remove_core = SEG - remove_core = MAS - remove_core = MOS - remove_core = DND - remove_core = BKF - } - - MLI = { - primary_culture = THIS - add_accepted_culture = fulbe - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLI = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } MLI = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLI = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLI = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLI = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLI = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLI = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLI = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLI = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLI = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLI = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLI = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLI = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLI = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLI = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLI = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_mali = { - picture = map_mali - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = mali_organized - owns = 1803 - MLI = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = mali_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1803 - owns = 1797 - owns = 1794 - } - - effect = { - any_country = { - limit = { has_country_flag = mali_master } - clr_country_flag = mali_master - } - set_country_flag = mali_master - country_event = 199053 - - prestige = 3 - - any_owned = { - limit = { - OR = { - region = FRA_1803 - region = FRA_1801 - region = FRA_1798 - } - } - add_core = MLI - remove_core = TOU - remove_core = SEG - remove_core = MAS - remove_core = MOS - remove_core = DND - remove_core = BKF - } - - MLI = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLI = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } MLI = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLI = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLI = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLI = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLI = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLI = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLI = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLI = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLI = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLI = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLI = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLI = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLI = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLI = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLI = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_libya = { - picture = map_libya - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - tag = TUR - has_global_flag = libya_organized - capital_scope = { continent = africa } - } - owns = 1731 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1731 - owns = 1735 - } - - effect = { - set_global_flag = libya_organized - prestige = 5 - - any_owned = { - limit = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - add_core = LBY - remove_core = TRI - remove_core = CYR - } - LBY = { tech_school = developing_tech_school } - } - } - - organize_libya_TUR = { - picture = map_libya - potential = { - tag = TUR - nationalism_n_imperialism = 1 - NOT = { has_global_flag = libya_organized } - 1731 = { - NOT = { is_core = LBY } - owned_by = THIS - } - } - - allow = { - war = no - mass_politics = 1 - owns = 1731 - TRI = { exists = no } - CYR = { exists = no } - } - - effect = { - set_global_flag = libya_organized - prestige = 5 - any_owned = { - limit = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - } - add_core = LBY - remove_core = TRI - remove_core = CYR - } - LBY = { tech_school = developing_tech_school } - } - } - - organize_CAR = { - picture = map_CAR - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = CAR_organized - capital_scope = { continent = africa } - } - owns = 1965 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1965 - } - - effect = { - - set_global_flag = CAR_organized - prestige = 5 - set_country_flag = CAR_master - country_event = 199054 - - any_owned = { - limit = { region = FRA_1965 } - add_core = CAR - remove_core = AZA - #remove_core = DAR - } - any_owned = { - limit = { - region = FRA_1965 - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CAR = { - primary_culture = THIS - add_accepted_culture = ubangian - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CAR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CAR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CAR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CAR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CAR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CAR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CAR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CAR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CAR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CAR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CAR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CAR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CAR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CAR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CAR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CAR = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_CAR = { - picture = map_CAR - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = CAR_organized - owns = 1965 - CAR = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = CAR_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1965 - } - - effect = { - any_country = { - limit = { has_country_flag = CAR_master } - clr_country_flag = CAR_master - } - set_country_flag = CAR_master - country_event = 199054 - prestige = 3 - - any_owned = { - limit = { - region = FRA_1965 - } - add_core = CAR - remove_core = AZA - #remove_core = DAR - } - any_owned = { - limit = { - region = FRA_1965 - NOT = { life_rating = 12 } - } - life_rating = 25 - } - CAR = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CAR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - CAR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CAR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } CAR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } CAR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CAR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } CAR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } CAR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CAR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CAR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } CAR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } CAR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } CAR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } CAR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CAR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CAR = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_malawi = { - picture = map_malawi - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = malawi_organized - capital_scope = { continent = africa } - } - owns = 2067 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2067 - } - - effect = { - - set_global_flag = malawi_organized - prestige = 5 - set_country_flag = malawi_master - country_event = 199055 - - 2067 = { - add_core = MLW - remove_core = KZB - life_rating = 25 - } - 2066 = { - add_core = MLW - remove_core = KZB - life_rating = 25 - } - MLW = { - primary_culture = THIS - add_accepted_culture = chewa - capital = 2067 - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MLW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLW = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { owner = { primary_culture = british owns = 2066 } } 2066 = { change_province_name = "Blantyre" } } - } - } - - reorganize_malawi = { - picture = map_malawi - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = malawi_organized - owns = 2067 - MLW = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = malawi_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2067 - } - - effect = { - any_country = { - limit = { has_country_flag = malawi_master } - clr_country_flag = malawi_master - } - set_country_flag = malawi_master - prestige = 3 - - country_event = 199055 - - MLW = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MLW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLW = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_gambia = { - picture = map_gambia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = gambia_organized - capital_scope = { continent = africa } - } - owns = 1785 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1785 - } - - effect = { - set_global_flag = gambia_organized - prestige = 3 - set_country_flag = gambia_master - - 1785 = { add_core = GMB } - - any_owned = { - limit = { is_core = GMB } - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - } - - GMB = { - primary_culture = THIS - add_accepted_culture = mande - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GMB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GMB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GMB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GMB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GMB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GMB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GMB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GMB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GMB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GMB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GMB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GMB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GMB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GMB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GMB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GMB = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_gambia = { - picture = map_gambia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = gambia_organized - owns = 1785 - GMB = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = gambia_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1785 - } - - effect = { - any_country = { - limit = { has_country_flag = gambia_master } - clr_country_flag = gambia_master - } - set_country_flag = gambia_master - prestige = 3 - - GMB = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GMB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GMB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GMB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GMB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GMB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GMB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GMB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GMB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GMB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GMB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GMB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GMB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GMB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GMB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GMB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GMB = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_angola = { - picture = map_angola - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = angola_created - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - POR_2003 = { owned_by = THIS } - POR_1999 = { owned_by = THIS } - } - OR = { - POR_2006 = { owned_by = THIS } - POR_1999 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = angola_created - prestige = 5 - set_country_flag = angola_master - country_event = 199056 - ANG = { - primary_culture = THIS - add_accepted_culture = bakongo - tech_school = developing_tech_school - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - 2000 = { add_core = ANG } - POR_2003 = { add_core = ANG } - POR_2006 = { add_core = ANG } - POR_1999 = { add_core = ANG } - - any_owned = { - limit = { is_core = ANG } - remove_core = KON - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ANG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ANG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ANG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ANG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ANG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ANG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ANG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ANG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ANG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ANG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ANG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ANG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ANG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ANG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ANG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ANG = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { factor = 1 } - } - - reorganize_angola = { - picture = map_angola - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = angola_created - owns = 1999 - ANG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = angola_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1999 - owns = 2005 - owns = 2006 - } - - effect = { - any_country = { - limit = { has_country_flag = angola_master } - clr_country_flag = angola_master - } - set_country_flag = angola_master - prestige = 3 - - country_event = 199056 - - any_owned = { - limit = { - OR = { - province_id = 2000 - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - } - add_core = ANG - } - ANG = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ANG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ANG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ANG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ANG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ANG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ANG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ANG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ANG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ANG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ANG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ANG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ANG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ANG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ANG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ANG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ANG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_mozambique = { - picture = map_mozambique - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - has_global_flag = mozambique_created - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = POR_2060 - region = POR_2053 - region = POR_2054 - region = POR_2049 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - POR_2060 = { owned_by = THIS } - POR_2053 = { owned_by = THIS } - } - OR = { - POR_2054 = { owned_by = THIS } - POR_2049 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = mozambique_created - prestige = 5 - set_country_flag = mozambique_master - country_event = 199057 - MOZ = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = shona - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - POR_2060 = { add_core = MOZ } - POR_2053 = { add_core = MOZ } - POR_2054 = { add_core = MOZ } - POR_2049 = { add_core = MOZ } - - MOZ = { - all_core = { - remove_core = GAZ - remove_core = AGC - remove_core = ZUL - remove_core = SHO - } - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MOZ = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MOZ = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MOZ = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MOZ = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MOZ = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MOZ = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MOZ = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MOZ = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MOZ = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MOZ = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MOZ = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MOZ = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MOZ = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MOZ = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MOZ = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MOZ = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { - limit = { province_id = 2581 owner = { tag = POR } } - change_province_name = "Vila Cabral" - life_rating = 5 - } - random_owned = { - limit = { province_id = 2058 owner = { tag = POR } } - change_province_name = "Vila Pery" - } - random_owned = { - limit = { province_id = 2057 owner = { tag = POR } } - change_province_name = "Beira" - } - random_owned = { - limit = { province_id = 2063 owner = { tag = POR } } - change_province_name = "Porto Amelia" - } - random_owned = { - limit = { province_id = 2061 owner = { tag = POR } } - change_province_name = "Antonio Enes" - } - random_owned = { - limit = { province_id = 2050 owner = { tag = POR } } - change_province_name = "Joao Belo" - } - random_owned = { - limit = { province_id = 2064 owner = { tag = POR } } - change_province_name = "Vila Junqueiro" - } - random_owned = { - limit = { province_id = 2065 } - change_province_name = "Mocuba" - } - random_owned = { - limit = { province_id = 2052 owner = { tag = POR } } - change_province_name = "Malvernia" - } - - random_owned = { - limit = { province_id = 2049 owner = { tag = POR NOT = { has_country_flag = reconquest_of_lourenco_marques } } } - change_province_name = "Lourenco Marques" - } - - random_owned = { - limit = { province_id = 2049 owner = { tag = POR NOT = { has_country_flag = reconquest_of_lourenco_marques } } } - 2051 = { state_scope = { change_region_name = "Lourenco Marques" } } - } - } - - ai_will_do = { factor = 1 } - } - - reorganize_mozambique = { - picture = map_mozambique - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = mozambique_created - owns = 2049 - MOZ = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = mozambique_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2049 - owns = 2058 - owns = 2061 - owns = 2059 - } - - effect = { - any_country = { - limit = { has_country_flag = mozambique_master } - clr_country_flag = mozambique_master - } - set_country_flag = mozambique_master - prestige = 3 - - any_owned = { - limit = { - OR = { - region = POR_2049 - region = POR_2054 - region = POR_2053 - region = POR_2060 - } - } - add_core = MOZ - remove_core = GAZ - remove_core = AGC - remove_core = ZUL - remove_core = SHO - } - MOZ = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MOZ = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MOZ = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MOZ = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MOZ = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MOZ = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MOZ = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MOZ = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MOZ = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MOZ = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MOZ = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MOZ = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MOZ = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MOZ = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MOZ = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MOZ = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MOZ = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_algeria = { - picture = map_algeria - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = ALD - has_global_flag = algeria_organized - capital_scope = { continent = africa } - } - owns = 1700 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1700 - } - - effect = { - set_global_flag = algeria_organized - prestige = 3 - 1701 = { trade_goods = fruit } - ALD = { - tech_school = developing_tech_school - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - capital = 1700 - } - } - ai_will_do = { factor = 1 } - } - - organize_uganda = { - picture = map_uganda - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = BUG - has_global_flag = uganda_organized - capital_scope = { continent = africa } - } - owns = 2019 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2019 - } - - effect = { - set_global_flag = uganda_organized - prestige = 5 - set_country_flag = uganda_master - country_event = 199058 - - any_owned = { - limit = { - region = ENG_2019 - NOT = { life_rating = 12 } - } - life_rating = 25 - } - BUG = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = baganda - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } BUG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - BUG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BUG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } BUG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } BUG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } BUG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } BUG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } BUG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BUG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BUG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } BUG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } BUG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } BUG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } BUG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BUG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BUG = { religion = yazidi set_country_flag = yazidi_country } } - - 2019 = { change_province_name = "Kampala" } - } - } - - reorganize_uganda = { - picture = map_uganda - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = uganda_organized - owns = 2019 - BUG = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = uganda_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2019 - } - - effect = { - any_country = { - limit = { has_country_flag = uganda_master } - clr_country_flag = uganda_master - } - set_country_flag = uganda_master - country_event = 199058 - prestige = 3 - - BUG = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } BUG = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - BUG = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BUG = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } BUG = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } BUG = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } BUG = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } BUG = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } BUG = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BUG = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BUG = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } BUG = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } BUG = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } BUG = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } BUG = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BUG = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BUG = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_botswana = { - picture = map_botswana - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = TSW - has_global_flag = botswana_organized - capital_scope = { continent = africa } - } - owns = 2074 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2074 - } - - effect = { - set_global_flag = botswana_organized - prestige = 5 - set_country_flag = botswana_master - country_event = 199059 - - TSW = { - set_country_flag = post_colonial_country - civilized = no - primary_culture = THIS - add_accepted_culture = tswana - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - all_core = { remove_core = MAT } - any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TSW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TSW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TSW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TSW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TSW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TSW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TSW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TSW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TSW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TSW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TSW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TSW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TSW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TSW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TSW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TSW = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_botswana = { - picture = map_botswana - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = botswana_organized - owns = 2074 - TSW = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = botswana_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2074 - } - - effect = { - prestige = 3 - any_country = { - limit = { has_country_flag = botswana_master } - clr_country_flag = botswana_master - } - set_country_flag = botswana_master - country_event = 199059 - - any_owned = { - limit = { is_core = TSW } - remove_core = MAT - } - TSW = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TSW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TSW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TSW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TSW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TSW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TSW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TSW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TSW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TSW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TSW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TSW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TSW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TSW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TSW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TSW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TSW = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_zanzibar = { - picture = map_zanzibar - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - owns = 2044 - exists = ZAN - has_global_flag = zanzibar_organized - capital_scope = { continent = africa } - } - owns = 2048 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2048 - } - - effect = { - set_global_flag = zanzibar_organized - prestige = 3 - ZAN = { - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - } - } - } - - organize_sudan = { - picture = map_sudan - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = SUD - has_global_flag = sudan_organized - capital_scope = { continent = africa } - OR = { - tag = EGY - 1827 = { is_core = EGY } - } - } - any_owned_province = { is_core = SUD } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - ENG_1844 = { owned_by = THIS } - EGY_1838 = { owned_by = THIS } - } - OR = { - EGY_1834 = { owned_by = THIS } - EGY_1827 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = sudan_organized - prestige = 5 - set_country_flag = sudan_master - country_event = 199060 - SUD = { - all_core = { - remove_core = EGY - remove_core = SHK - remove_core = DAR - remove_core = AZA - } - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - } - } - } - - reorganize_sudan = { - picture = map_sudan - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = sudan_organized - NOT = { has_country_flag = sudan_master } - owns = 1827 - SUD = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { capital_scope = { continent = africa } } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1827 - owns = 1835 - owns = 1838 - } - - effect = { - set_global_flag = sudan_organized - prestige = 5 - any_country = { - limit = { has_country_flag = sudan_master } - clr_country_flag = sudan_master - } - set_country_flag = sudan_master - country_event = 199060 - - } - } - - organize_ghana = { - picture = map_ghana - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = GHN - has_global_flag = ghana_organized - capital_scope = { continent = africa } - } - any_owned_province = { - OR = { - region = ASH_1909 - region = FRA_1907 - } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - OR = { - ASH_1909 = { owned_by = THIS } - FRA_1907 = { owned_by = THIS } - } - } - - effect = { - set_global_flag = ghana_organized - prestige = 5 - set_country_flag = ghana_master - country_event = 199061 - ASH = { - all_core = { - add_core = GHN - remove_core = MOS - remove_core = ASH - } - } - - GHN = { - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - primary_culture = THIS - add_accepted_culture = akan - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GHN = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GHN = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GHN = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GHN = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GHN = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GHN = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GHN = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GHN = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GHN = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GHN = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GHN = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GHN = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GHN = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GHN = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GHN = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GHN = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_ghana = { - picture = map_ghana - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = ghana_organized - owns = 1910 - GHN = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = ghana_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1910 - owns = 1911 - } - - effect = { - any_country = { - limit = { has_country_flag = ghana_master } - clr_country_flag = ghana_master - } - set_country_flag = ghana_master - country_event = 199061 - - any_owned = { - limit = { is_core = GHN } - remove_core = MOS - } - GHN = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GHN = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GHN = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GHN = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GHN = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GHN = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GHN = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GHN = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GHN = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GHN = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GHN = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GHN = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GHN = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GHN = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GHN = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GHN = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GHN = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_burkina_faso = { - picture = map_burkina_faso - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = BKF - has_global_flag = burkina_faso_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1901 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - FRA_1901 = { owned_by = THIS } - } - - effect = { - set_global_flag = burkina_faso_organized - prestige = 5 - set_country_flag = burkina_master - country_event = 199062 - - random_owned = { limit = { owner = { primary_culture = french } } 1901 = { change_province_name = "Ouagadougou" } } - FRA_1901 = { - add_core = BKF - remove_core = SEG - remove_core = TOU - remove_core = MAS - remove_core = MOS - } - - 1905 = { change_province_name = "Bobo-Dioulasso" } - - BKF = { - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - primary_culture = THIS - add_accepted_culture = mossi - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } BKF = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - BKF = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BKF = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } BKF = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } BKF = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } BKF = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } BKF = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } BKF = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BKF = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BKF = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } BKF = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } BKF = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } BKF = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } BKF = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BKF = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BKF = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_burkina_faso = { - picture = map_burkina_faso - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = burkina_faso_organized - owns = 1901 - BKF = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = burkina_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1901 - } - - effect = { - prestige = 3 - any_country = { - limit = { has_country_flag = burkina_master } - clr_country_flag = burkina_master - } - set_country_flag = burkina_master - country_event = 199062 - - any_owned = { - limit = { is_core = BKF } - remove_core = SEG - remove_core = TOU - remove_core = MAS - remove_core = MOS - } - BKF = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } BKF = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - BKF = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BKF = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } BKF = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } BKF = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } BKF = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } BKF = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } BKF = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BKF = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BKF = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } BKF = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } BKF = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } BKF = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } BKF = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BKF = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BKF = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_mauritania = { - picture = map_mauritania - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = TRZ - has_global_flag = mauretania_organized - capital_scope = { continent = africa } - } - owns = 1775 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1775 - owns = 1782 - } - - effect = { - set_global_flag = mauretania_organized - prestige = 3 - FRA_1775 = { add_core = TRZ } - 1782 = { trade_goods = iron } - 1782 = { - state_scope = { - change_region_name = "Mauritania" - } - } - TRZ = { - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - } - } - } - - organize_dahomey = { - picture = map_dahomey - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = DAH - has_global_flag = dahomey_organized - capital_scope = { continent = africa } - } - owns = 1920 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1920 - } - - effect = { - set_global_flag = dahomey_organized - prestige = 3 - set_country_flag = dahomey_master - country_event = 199063 - - FRA_1919 = { - add_core = DAH - remove_core = TOU - remove_core = MAS - } - 1919 = { change_province_name = Porto-Novo } - DAH = { - set_country_flag = post_colonial_country - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - primary_culture = THIS - add_accepted_culture = fon - capital = 1919 - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } DAH = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - DAH = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } DAH = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } DAH = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } DAH = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } DAH = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } DAH = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } DAH = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } DAH = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } DAH = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } DAH = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } DAH = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } DAH = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } DAH = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } DAH = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } DAH = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_dahomey = { - picture = map_dahomey - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = dahomey_organized - owns = 1920 - DAH = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { capital_scope = { continent = africa } } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1920 - } - - effect = { - prestige = 3 - any_country = { - limit = { has_country_flag = dahomey_master } - clr_country_flag = dahomey_master - } - set_country_flag = dahomey_master - country_event = 199063 - - any_owned = { - limit = { is_core = DAH } - remove_core = SEG - remove_core = TOU - remove_core = MAS - remove_core = MOS - } - DAH = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } DAH = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - DAH = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } DAH = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } DAH = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } DAH = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } DAH = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } DAH = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } DAH = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } DAH = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } DAH = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } DAH = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } DAH = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } DAH = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } DAH = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } DAH = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } DAH = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_indonesia = { - picture = map_indonesia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = INO - has_global_flag = indonesia_organized - has_global_flag = indonesia_formed - is_culture_group = southeast_asian - } - nationalism_n_imperialism = 1 - owns = 1413 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1413 - } - - effect = { - set_global_flag = indonesia_organized - prestige = 5 - set_country_flag = indonesia_master - country_event = 199064 - - any_owned = { - limit = { - OR = { - region = NET_1413 #Western Java - region = NET_1418 #Eastern Java - region = NET_1398 #Sumatra - region = NET_1401 #Siak - region = ATJ_1405 #Aceh - region = BAL_1438 #Sunda Islands - region = NET_1423 #East Borneo - region = NET_1426 #South Borneo - region = NET_1447 #Moluccas - region = NET_1451 #Western New Guinea - region = AST_2528 #Southern New Guina - region = GER_2530 #Northern New Guinea - region = BRU_1396 #Sabah - region = BRU_1394 #West Borneo - } - } - add_core = INO - } - - any_owned = { - limit = { - is_core = INO - NOT = { province_id = 1446 province_id = 2647 } - } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - remove_core = PPG - } - - INO = { - set_country_flag = post_colonial_country - tech_school = developing_tech_school - } - random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = malay } } INO = { add_accepted_culture = malay } } - random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = moluccan } } INO = { add_accepted_culture = moluccan } } - random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = asian_minor } } INO = { add_accepted_culture = asian_minor } } - random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = yue } } INO = { add_accepted_culture = yue } } - random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = melanesian } } INO = { add_accepted_culture = melanesian } } - random_owned = { limit = { owner = { primary_culture = dutch } } INO = { add_accepted_culture = dutch } } - } - ai_will_do = { factor = 1 } - } - - reorganize_indonesia = { - picture = map_indonesia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = indonesia_organized - owns = 1413 - NOT = { - has_country_flag = indonesia_master - exists = INO - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1413 - } - - effect = { - prestige = 3 - any_country = { - limit = { has_country_flag = indonesia_master } - clr_country_flag = indonesia_master - } - set_country_flag = indonesia_master - country_event = 199064 - - any_owned = { - limit = { - is_core = INO - NOT = { province_id = 1446 province_id = 2647 } - } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - remove_core = PPG - } - } - } - - organize_somalia = { - picture = map_somalia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { exists = SOM } - nationalism_n_imperialism = 1 - NOT = { capital_scope = { continent = africa } } - NOT = { has_global_flag = somalia_united } - owns = 1868 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - 1868 = { owned_by = THIS } - 1872 = { owned_by = THIS } - NOT = { exists = GEL } - NOT = { exists = MAJ } - NOT = { exists = WRL } - NOT = { exists = HBY } - } - - effect = { - set_global_flag = somalia_united - prestige = 5 - - 1869 = { trade_goods = fruit } - 1870 = { trade_goods = fruit } - 1868 = { trade_goods = cotton } - - SOM_1868 = { add_core = SOM } - SOM_1872 = { add_core = SOM } - HBY = { all_core = { remove_core = HBY } } - GEL = { all_core = { remove_core = GEL } } - MAJ = { all_core = { remove_core = MAJ } } - WRL = { all_core = { remove_core = WRL } } - 1875 = { add_core = SOM } - 1865 = { add_core = SOM } - 1867 = { add_core = SOM } - 2031 = { add_core = SOM } - 2032 = { add_core = SOM } - SOM = { - set_country_flag = post_colonial_country - tech_school = developing_tech_school - nationalvalue = nv_tradition - } - } - } - - organize_timor = { - picture = map_timor - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { exists = TMR } - nationalism_n_imperialism = 1 - NOT = { has_global_flag = timor_organized } - owns = 1446 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1446 - } - - effect = { - set_global_flag = timor_organized - prestige = 2 - any_owned = { - limit = { - NOT = { is_core = INO } - OR = { - province_id = 1439 - province_id = 1444 - } - } - add_core = TMR - } - TMR = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - religion = catholic set_country_flag = catholic_country - primary_culture = THIS - add_accepted_culture = melanesian - government = democracy - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TMR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TMR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TMR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TMR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TMR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TMR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TMR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TMR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TMR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TMR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TMR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TMR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TMR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TMR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TMR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TMR = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_timor = { - picture = map_timor - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = timor_organized - owns = 1446 - TMR = { - exists = no - NOT = { is_culture_group = THIS } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1446 - } - - effect = { - TMR = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - any_owned = { - limit = { is_core = TMR } - remove_core = BAL - remove_core = MAL - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } TMR = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - TMR = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TMR = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } TMR = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } TMR = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } TMR = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } TMR = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } TMR = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TMR = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TMR = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } TMR = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } TMR = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } TMR = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } TMR = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TMR = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TMR = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1905 } - } - } - } - - organize_namibia = { - picture = map_namibia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = NMB - has_global_flag = namibia_organized - capital_scope = { continent = africa } - } - owns = 2078 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2078 - } - - effect = { - set_global_flag = namibia_organized - prestige = 5 - set_country_flag = namibia_master - 2080 = { trade_goods = iron } - - random_owned = { limit = { owner = { is_culture_group = germanic owns = 2081 } } 2081 = { change_province_name = "Schuckmannsburg" add_core = NMB } } - random_owned = { - limit = { owner = { NOT = { is_culture_group = germanic owns = 2081 } } } - 2081 = { change_province_name = "Linyati" add_core = NMB } - } - random_owned = { limit = { province_id = 2083 } 2083 = { change_province_name = "Walvis Bay" } } - random_owned = { - limit = { owner = { NOT = { is_culture_group = germanic } } } - 2084 = { change_province_name = "Angra Pequena" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - } - - random_owned = { - limit = { owner = { NOT = { has_country_flag = founding_german_namibia } } } - 2086 = { change_province_name = "Keetmanshoop" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - } - - 2081 = { any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - 2080 = { change_province_name = "Grootfontein" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - 2082 = { change_province_name = "Gobabis" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - 2079 = { change_province_name = "Swakopmund" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - 2078 = { change_province_name = "Windhoek" life_rating = 25 any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } - NMB = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = khoisan - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } NMB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - NMB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NMB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } NMB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } NMB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } NMB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } NMB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } NMB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NMB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NMB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } NMB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } NMB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } NMB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } NMB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NMB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NMB = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_namibia = { - picture = map_namibia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = namibia_organized - owns = 2078 - NMB = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = namibia_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2078 - owns = 2084 - } - - effect = { - prestige = 3 - any_country = { - limit = { has_country_flag = namibia_master } - clr_country_flag = namibia_master - } - set_country_flag = namibia_master - - NMB = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } NMB = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - NMB = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NMB = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } NMB = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } NMB = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } NMB = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } NMB = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } NMB = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NMB = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NMB = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } NMB = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } NMB = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } NMB = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } NMB = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NMB = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NMB = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1905 } - } - } - } - - organize_lebanon = { - picture = map_arabia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { has_global_flag = lebanon_organized } - owns = 912 - owns = 913 - owns = 914 - owns = 915 - LBN = { exists = no } - year = 1870 - } - - allow = { - war = no - owns = 913 - revolution_n_counterrevolution = 1 - } - - effect = { - prestige = 3 - set_global_flag = lebanon_organized - set_country_flag = lebanon_organizer - LBN = { tech_school = developing_tech_school } - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - has_country_flag = coptic_country - has_country_flag = mormon_country - has_country_flag = jewish_country - } - } - } - LBN = { - religion = catholic - set_country_flag = catholic_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = orthodox_country - } - } - random_owned = { - limit = { owner = { has_country_flag = orthodox_country } } - LBN = { - religion = orthodox - set_country_flag = orthodox_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = catholic_country - } - } - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = ibadi_country - has_country_flag = sunni_country - } - } - } - LBN = { - religion = sunni - set_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = orthodox_country - clr_country_flag = catholic_country - } - } - random_owned = { - limit = { owner = { has_country_flag = shiite_country } } - LBN = { - religion = shiite - set_country_flag = shiite_country - clr_country_flag = sunni_country - clr_country_flag = orthodox_country - clr_country_flag = catholic_country - } - } - } - } - - reorganize_lebanon = { - picture = map_arabia - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = lebanon_organized - OR = { - AND = { - owns = 912 - owns = 913 - owns = 914 - owns = 915 - } - LBN = { vassal_of = THIS } - } - NOT = { tag = LBN } - NOT = { has_country_flag = lebanon_organizer } - } - - allow = { - war = no - OR = { - AND = { - owns = 912 - owns = 913 - owns = 914 - owns = 915 - } - LBN = { vassal_of = THIS } - } - revolution_n_counterrevolution = 1 - } - - effect = { - any_country = { clr_country_flag = lebanon_organizer } - set_country_flag = lebanon_organizer - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - has_country_flag = coptic_country - has_country_flag = mormon_country - has_country_flag = jewish_country - } - } - } - LBN = { - religion = catholic - set_country_flag = catholic_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = orthodox_country - } - } - random_owned = { - limit = { owner = { has_country_flag = orthodox_country } } - LBN = { - religion = orthodox - set_country_flag = orthodox_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = catholic_country - } - } - random_owned = { - limit = { - owner = { - OR = { - has_country_flag = ibadi_country - has_country_flag = sunni_country - } - } - } - LBN = { - religion = sunni - set_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = orthodox_country - clr_country_flag = catholic_country - } - } - random_owned = { - limit = { owner = { has_country_flag = shiite_country } } - LBN = { - religion = shiite - set_country_flag = shiite_country - clr_country_flag = sunni_country - clr_country_flag = orthodox_country - clr_country_flag = catholic_country - } - } - } - } - - organize_guine_bissau = { - picture = map_bissau - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = GBU - has_global_flag = guine_bissau_organized - capital_scope = { continent = africa } - } - any_owned_province = { region = FRA_1878 } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1877 - } - - effect = { - set_global_flag = guine_bissau_organized - prestige = 5 - set_country_flag = guine_bissau_master - country_event = 199065 - - FRA_1878 = { add_core = GBU } - GBU = { - all_core = { - remove_core = JAL - } - } - - GBU = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = fulbe - add_accepted_culture = western_nigritic - government = democracy - political_reform = landed_voting - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GBU = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GBU = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GBU = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GBU = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GBU = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GBU = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GBU = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GBU = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GBU = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GBU = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GBU = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GBU = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GBU = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GBU = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GBU = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GBU = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_guine_bissau = { - picture = map_bissau - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = guine_bissau_organized - owns = 1877 - GBU = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = guine_bissau_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 1877 - owns = 1878 - } - - effect = { - any_country = { - limit = { has_country_flag = guine_bissau_master } - clr_country_flag = guine_bissau_master - } - set_country_flag = guine_bissau_master - prestige = 3 - country_event = 199065 - - GBU = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } GBU = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - GBU = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GBU = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } GBU = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } GBU = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } GBU = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } GBU = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } GBU = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GBU = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GBU = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } GBU = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } GBU = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } GBU = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } GBU = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GBU = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GBU = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1905 } - } - } - } - - organize_madagascar = { - picture = map_madagascar - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = MAD - has_global_flag = madagascar_organized - capital_scope = { continent = africa } - } - owns = 2115 - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2115 - owns = 2116 - } - - effect = { - set_global_flag = madagascar_organized - prestige = 5 - set_country_flag = madagascar_master - country_event = 199066 - - MAD = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = malagasy - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MAD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MAD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MAD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MAD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MAD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MAD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MAD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MAD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MAD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MAD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MAD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MAD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MAD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MAD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MAD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MAD = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_madagascar = { - picture = map_madagascar - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = madagascar_organized - owns = 2115 - MAD = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { capital_scope = { continent = africa } } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2115 - owns = 2116 - } - - effect = { - prestige = 3 - - any_country = { - limit = { has_country_flag = madagascar_master } - clr_country_flag = madagascar_master - } - set_country_flag = madagascar_master - - country_event = 199066 - - MAD = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } MAD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - MAD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MAD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } MAD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } MAD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } MAD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } MAD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } MAD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MAD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MAD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } MAD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } MAD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } MAD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } MAD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MAD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MAD = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - organize_zimbabwe = { - picture = map_zimbabwe - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - exists = ZBW - has_global_flag = zimbabwe_organized - capital_scope = { continent = africa } - tag = ENG - } - owns = 2068 - NOT = { has_country_flag = ian_would_be_proud } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2068 - } - - effect = { - - set_global_flag = zimbabwe_organized - prestige = 5 - set_country_flag = zimbabwe_master - country_event = 199067 - - ZBW = { all_core = { remove_core = MAT } } - ZBW = { - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = shona - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZBW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ZBW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZBW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZBW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZBW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZBW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZBW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZBW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZBW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZBW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZBW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZBW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZBW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZBW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZBW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZBW = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_zimbabwe = { - picture = map_zimbabwe - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = zimbabwe_organized - owns = 2068 - ZBW = { - exists = no - NOT = { is_culture_group = THIS } - } - NOT = { - has_country_flag = zimbabwe_master - capital_scope = { continent = africa } - } - NOT = { has_country_flag = ian_would_be_proud } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2068 - owns = 2069 - } - - effect = { - prestige = 3 - country_event = 199067 - - any_country = { - limit = { has_country_flag = zimbabwe_master } - clr_country_flag = zimbabwe_master - } - set_country_flag = zimbabwe_master - - ZBW = { - primary_culture = THIS - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZBW = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - ZBW = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZBW = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZBW = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZBW = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZBW = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZBW = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZBW = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZBW = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZBW = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZBW = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZBW = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZBW = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZBW = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZBW = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZBW = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1905 } - } - } - } - - organize_rwanda_burundi = { - picture = map_rwanda - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - NOT = { - OR = { - exists = BRD - exists = RWA - } - has_global_flag = rwanda_burundi_organized - has_country_flag = rwanda_burundi_master - capital_scope = { continent = africa } - } - OR = { - owns = 2034 - owns = 2035 - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2034 - owns = 2035 - } - - effect = { - - set_global_flag = rwanda_burundi_organized - prestige = 5 - set_country_flag = rwanda_burundi_master - country_event = 199068 - - any_country = { - limit = { - capital_scope = { owned_by = THIS } - tag = BRD - exists = no - } - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = ruanda - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - any_country = { - limit = { - capital_scope = { owned_by = THIS } - tag = RWA - exists = no - } - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = ruanda - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = catholic_country } } BRD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { province_id = 2035 owner = { has_country_flag = protestant_country } } - BRD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = orthodox_country } } BRD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mormon_country } } BRD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = coptic_country } } BRD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sunni_country } } BRD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shiite_country } } BRD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shinto_country } } BRD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mahayana_country } } BRD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = gelugpa_country } } BRD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = theravada_country } } BRD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = hindu_country } } BRD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sikh_country } } BRD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = jewish_country } } BRD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = ibadi_country } } BRD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = yazidi_country } } BRD = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = catholic_country } } RWA = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { province_id = 2034 owner = { has_country_flag = protestant_country } } - RWA = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = orthodox_country } } RWA = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mormon_country } } RWA = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = coptic_country } } RWA = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sunni_country } } RWA = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shiite_country } } RWA = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shinto_country } } RWA = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mahayana_country } } RWA = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = gelugpa_country } } RWA = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = theravada_country } } RWA = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = hindu_country } } RWA = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sikh_country } } RWA = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = jewish_country } } RWA = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = ibadi_country } } RWA = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = yazidi_country } } RWA = { religion = yazidi set_country_flag = yazidi_country } } - } - } - - reorganize_rwanda_burundi = { - picture = map_rwanda - potential = { - OR = { - has_country_flag = organize_colony_decisions - ai = yes - } - civilized = yes - has_global_flag = rwanda_burundi_organized - OR = { - AND = { - owns = 2034 - RWA = { - exists = no - NOT = { is_culture_group = THIS } - } - } - AND = { - owns = 2035 - BRD = { - exists = no - NOT = { is_culture_group = THIS } - } - } - } - - NOT = { - has_country_flag = rwanda_burundi_master - capital_scope = { continent = africa } - } - } - - allow = { - war = no - machine_guns = 1 - market_regulations = 1 - owns = 2034 - owns = 2035 - } - - effect = { - prestige = 3 - country_event = 199068 - - any_country = { - limit = { has_country_flag = rwanda_burundi_master } - clr_country_flag = rwanda_burundi_master - } - set_country_flag = rwanda_burundi_master - - any_country = { - limit = { - capital_scope = { owned_by = THIS } - tag = BRD - exists = no - } - set_country_flag = post_colonial_country - primary_culture = THIS - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - any_country = { - limit = { - capital_scope = { owned_by = THIS } - tag = RWA - exists = no - } - set_country_flag = post_colonial_country - primary_culture = THIS - tech_school = developing_tech_school - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = catholic_country } } BRD = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { province_id = 2035 owner = { has_country_flag = protestant_country } } - BRD = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = orthodox_country } } BRD = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mormon_country } } BRD = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = coptic_country } } BRD = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sunni_country } } BRD = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shiite_country } } BRD = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shinto_country } } BRD = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mahayana_country } } BRD = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = gelugpa_country } } BRD = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = theravada_country } } BRD = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = hindu_country } } BRD = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sikh_country } } BRD = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = jewish_country } } BRD = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = ibadi_country } } BRD = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { province_id = 2035 owner = { has_country_flag = yazidi_country } } BRD = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = catholic_country } } RWA = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { province_id = 2034 owner = { has_country_flag = protestant_country } } - RWA = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = orthodox_country } } RWA = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mormon_country } } RWA = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = coptic_country } } RWA = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sunni_country } } RWA = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shiite_country } } RWA = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shinto_country } } RWA = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mahayana_country } } RWA = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = gelugpa_country } } RWA = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = theravada_country } } RWA = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = hindu_country } } RWA = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sikh_country } } RWA = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = jewish_country } } RWA = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = ibadi_country } } RWA = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { province_id = 2034 owner = { has_country_flag = yazidi_country } } RWA = { religion = yazidi set_country_flag = yazidi_country } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1905 } - } - modifier = { - factor = 0 - tag = ENG - } - } - } - - buy_caprivi_strip = { - picture = map_namibia - potential = { - civilized = yes - owns = 2082 - owns = 2078 - owns = 2080 - owns = 2079 - NOT = { owns = 2081 } - NOT = { has_global_flag = caprivi_purchase_tried } - 2081 = { owner = { NOT = { capital_scope = { continent = africa } } } } - OR = { - 2081 = { owner = { has_country_flag = treaty_of_heligoland } } - 2081 = { owner = { NOT = { tag = ENG } } } - NOT = { is_culture_group = germanic } - } - } - - allow = { - war = no - mass_politics = 1 - 2013 = { empty = no } - 2081 = { - owner = { - NOT = { truce_with = THIS } - is_vassal = no - } - } - OR = { - money = 100000 - ai = yes - } - } - - effect = { - 2081 = { owner = { country_event = 955201 } } - set_global_flag = caprivi_purchase_tried - } - ai_will_do = { factor = 1 } - } - - free_botswana = { - picture = map_botswana - potential = { - civilized = yes - owns = 2074 - ai = yes - NOT = { exists = TSW } - exists = SAF - OR = { - exists = RHO - exists = ZBW - } - } - - allow = { - war = no - } - - effect = { - release_vassal = TSW - relation = { who = TSW value = 400 } - diplomatic_influence = { who = TSW value = 400 } - } - ai_will_do = { factor = 1 } - } + found_niger_company = { + picture = royal_niger_company + potential = { + NOT = { has_global_flag = niger_company_founded } + is_greater_power = yes + any_owned_province = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + any_neighbor_country = { + exists = yes + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + money = 100000 + has_global_flag = berlin_conference + } + + effect = { + set_global_flag = niger_company_founded + prestige = 5 + treasury = -100000 + + any_country = { + limit = { + exists = yes + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + country_event = 98906 + } + } + } + + conquest_of_the_saharan_desert = { + picture = form_the_ikhwan + potential = { + OR = { + AND = { + owns = 1818 + 1821 = { empty = yes } + } + AND = { + owns = 1811 + 1812 = { empty = yes } + } + AND = { + owns = 1803 + 2609 = { empty = yes } + } + AND = { + owns = 1779 + 1782 = { empty = yes } + } + AND = { + owns = 1741 + 1742 = { empty = yes } + } + AND = { + owns = 1738 + 2585 = { empty = yes } + } + AND = { + owns = 1761 + 1758 = { empty = yes } + } + AND = { + owns = 1835 + 2564 = { empty = yes } + } + AND = { + owns = 1838 + 1739 = { empty = yes } + } + AND = { + owns = 1840 + 1839 = { empty = yes } + } + AND = { + owns = 1739 + 1842 = { empty = yes } + } + } + } + + allow = { + OR = { + invention = the_dark_continent + AND = { + capital_scope = { continent = africa } + civilized = yes + revolution_n_counterrevolution = 1 + } + AND = { + owns = 1741 + 1742 = { empty = yes } + 2585 = { empty = no } + } + AND = { + OR = { + owns = 1742 + owns = 1738 + } + 1758 = { empty = no } + 2585 = { empty = yes } + } + AND = { + owns = 1761 + 1758 = { empty = yes } + OR = { + 2564 = { empty = no } + 2585 = { empty = no } + } + } + AND = { + owns = 1835 + OR = { + 1758 = { empty = no } + 1842 = { empty = no } + } + 2564 = { empty = yes } + } + AND = { + owns = 1838 + 1739 = { empty = yes } + 2564 = { empty = no } + } + } + } + + effect = { + #Owner of Waddai gets Chad + random_owned = { + limit = { + owner = { + owns = 1818 + 1821 = { empty = yes } + OR = { + invention = the_dark_continent + AND = { + capital_scope = { continent = africa } + civilized = yes + } + } + } + } + 1821 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 27 } + 1824 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 27 } + 1825 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 1826 = { secede_province = THIS any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Outer Hausaland gets Niger + random_owned = { + limit = { + owner = { + owns = 1811 + 1812 = { empty = yes } + OR = { + invention = the_dark_continent + AND = { + capital_scope = { continent = africa } + civilized = yes + } + } + } + } + 1812 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 1814 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 1817 = { secede_province = THIS any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Timbuktu gets rest of Timbuktu state + random_owned = { + limit = { + owner = { + owns = 1803 + 2609 = { empty = yes } + OR = { + invention = the_dark_continent + AND = { + capital_scope = { continent = africa } + civilized = yes + } + } + } + } + 2609 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 1807 = { secede_province = THIS any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Mauretania gets the rest of Mauretania + random_owned = { + limit = { + owner = { + owns = 1779 + 1782 = { empty = yes } + OR = { + invention = the_dark_continent + AND = { + capital_scope = { continent = africa } + civilized = yes + } + } + } + } + 1782 = { secede_province = THIS any_pop = { literacy = -0.99 } } + 1781 = { secede_province = THIS any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Murzuk gets Wath, Libya + random_owned = { + limit = { + owner = { + owns = 1741 + 1742 = { empty = yes } + NOT = { has_global_flag = libya_organized } + } + } + 1742 = { secede_province = THIS add_core = TRI any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Murzuk gets Wath, Libya + random_owned = { + limit = { + owner = { + owns = 1741 + 1742 = { empty = yes } + has_global_flag = libya_organized + } + } + 1742 = { secede_province = THIS add_core = LBY any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Al Jaghbub gets Al Jawf, Libya + random_owned = { + limit = { + owner = { + owns = 1738 + 2585 = { empty = yes } + NOT = { has_global_flag = libya_organized } + } + } + 2585 = { secede_province = THIS add_core = CYR any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Al Jaghbub gets Al Jawf, Libya + random_owned = { + limit = { + owner = { + owns = 1738 + 2585 = { empty = yes } + has_global_flag = libya_organized + } + } + 2585 = { secede_province = THIS add_core = LBY any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + random_owned = { + limit = { owner = { 1741 = { owned_by = THIS is_core = THIS } } } + 1742 = { add_core = THIS } + } + random_owned = { + limit = { owner = { 1738 = { owned_by = THIS is_core = THIS } } } + 2585 = { add_core = THIS add_core = CYR } + } + #Owner of Baris gets Farafra, Egypt + random_owned = { + limit = { + owner = { + owns = 1761 + 1758 = { empty = yes } + } + } + 1758 = { secede_province = THIS add_core = EGY any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + #Owner of Dongola gets Salima, Sudan + random_owned = { + limit = { + owner = { + owns = 1835 + 2564 = { empty = yes } + } + } + 2564 = { secede_province = THIS add_core = SUD any_pop = { literacy = -0.99 } } + owner = { prestige = 1 } + } + random_owned = { + limit = { owner = { 1761 = { owned_by = THIS is_core = THIS } } } + 1758 = { add_core = THIS } + owner = { prestige = 1 } + } + random_owned = { + limit = { owner = { 1835 = { owned_by = THIS is_core = THIS } } } + 2564 = { add_core = THIS } + owner = { prestige = 1 } + } + #Acquiring Empty Kordofan, Sudan + random_owned = { + limit = { province_id = 1838 } + random_empty_neighbor_province = { + limit = { province_id = 1739 } + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + } + + random_owned = { + limit = { province_id = 1840 } + random_empty_neighbor_province = { + limit = { province_id = 1839 } + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + } + + random_owned = { + limit = { province_id = 1739 } + random_empty_neighbor_province = { + limit = { province_id = 1842 } + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + } + + random_owned = { + limit = { province_id = 1739 } + random_empty_neighbor_province = { + limit = { province_id = 1841 } + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + } + } + ai_will_do = { factor = 1 } + } + + organize_nigeria = { + picture = map_nigeria + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = nigeria_organized + capital_scope = { continent = africa } + } + OR = { + owns = 1934 + owns = 1928 + owns = 1945 + owns = 1923 + owns = 1941 + owns = 1943 + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + FRA_1923 = { owned_by = THIS } + FRA_1930 = { owned_by = THIS } + } + OR = { + SOK_1934 = { owned_by = THIS } + SOK_1937 = { owned_by = THIS } + } + OR = { + FRA_1927 = { owned_by = THIS } + SOK_1945 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = nigeria_organized + set_country_flag = nigeria_master + prestige = 5 + country_event = 199038 + + FRA_1923 = { add_core = NGR } + FRA_1930 = { add_core = NGR } + SOK_1934 = { add_core = NGR } + SOK_1937 = { add_core = NGR } + FRA_1927 = { add_core = NGR } + SOK_1945 = { add_core = NGR } + + any_owned = { + limit = { is_core = NGR } + remove_core = NIG + remove_core = SOK + remove_core = DND + remove_core = TOU + remove_core = OYO + remove_core = BEN + remove_core = ARO + remove_core = CLA + remove_core = WRI + remove_core = KBO + } + + SOK_1934 = { add_core = ARO } + + NGR = { + primary_culture = THIS + add_accepted_culture = yoruba + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } NGR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + NGR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NGR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } NGR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } NGR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } NGR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } NGR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } NGR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NGR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NGR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } NGR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } NGR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } NGR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } NGR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NGR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NGR = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ARO = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ARO = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ARO = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ARO = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ARO = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ARO = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ARO = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ARO = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ARO = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ARO = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ARO = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ARO = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ARO = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ARO = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ARO = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ARO = { religion = yazidi set_country_flag = yazidi_country } } + + ARO = { + government = presidential_dictatorship + tech_school = developing_tech_school + nationalvalue = nv_tradition + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + } + ai_will_do = { factor = 1 } + } + + reorganize_nigeria = { + picture = map_nigeria + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = nigeria_organized + owns = 1923 + owns = 1934 + owns = 1928 + NGR = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = nigeria_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1923 + owns = 1934 + owns = 1928 + owns = 1945 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = nigeria_master } clr_country_flag = nigeria_master } + set_country_flag = nigeria_master + country_event = 199038 + + any_owned = { + limit = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + region = SOK_1945 + region = FRA_1927 + region = SOK_1937 + } + } + add_core = NGR + remove_core = SOK + remove_core = DND + remove_core = TOU + remove_core = OYO + remove_core = BEN + remove_core = ARO + remove_core = CLA + remove_core = WRI + remove_core = KBO + } + NGR = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + ARO = { + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NGR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } NGR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } NGR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } NGR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } NGR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } NGR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NGR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NGR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } NGR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } NGR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } NGR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } NGR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NGR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NGR = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ARO = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ARO = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ARO = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ARO = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ARO = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ARO = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ARO = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ARO = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ARO = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ARO = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ARO = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ARO = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ARO = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ARO = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ARO = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ARO = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_togo = { + picture = map_togo + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = togo_organized + capital_scope = { continent = africa } + } + owns = 1914 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1914 + } + + effect = { + set_global_flag = togo_organized + set_country_flag = togo_master + prestige = 5 + country_event = 199039 + + TOG = { + primary_culture = THIS + add_accepted_culture = ewe + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + 1914 = { add_core = TOG } + 1917 = { add_core = TOG } + 1918 = { add_core = TOG } + random_owned = { + limit = { province_id = 1915 } + add_core = TOG + } + random_owned = { + limit = { province_id = 1916 } + add_core = TOG + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TOG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TOG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TOG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TOG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TOG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TOG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TOG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TOG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TOG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TOG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TOG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TOG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TOG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TOG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TOG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TOG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_togo = { + picture = map_togo + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = togo_organized + owns = 1914 + TOG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = togo_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1914 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = togo_master } clr_country_flag = togo_master } + set_country_flag = togo_master + country_event = 199039 + + any_owned = { + limit = { + OR = { + region = FRA_1914 + province_id = 1916 + province_id = 1915 + } + } + add_core = TOG + } + TOG = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TOG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TOG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TOG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TOG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TOG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TOG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TOG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TOG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TOG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TOG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TOG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TOG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TOG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TOG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TOG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TOG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_ivory_coast = { + picture = map_ivory_coast + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = ivory_coast_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + owns = 1899 + owns = 1893 + } + OR = { + owns = 1898 + owns = 1894 + } + } + + effect = { + set_global_flag = ivory_coast_organized + prestige = 5 + set_country_flag = ivc_master + country_event = 199040 + 1892 = { change_province_name = "Abidjan" } + FRA_1892 = { add_core = IVC } + FRA_1893 = { add_core = IVC } + any_owned = { + limit = { is_core = IVC } + remove_core = KNG + remove_core = ASH + remove_core = MOS + } + IVC = { + primary_culture = THIS + add_accepted_culture = dyula + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } IVC = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + IVC = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } IVC = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } IVC = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } IVC = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } IVC = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } IVC = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } IVC = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } IVC = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } IVC = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } IVC = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } IVC = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } IVC = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } IVC = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } IVC = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } IVC = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_ivory_coast = { + picture = map_ivory_coast + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = ivory_coast_organized + owns = 1899 + IVC = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = ivc_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1899 + owns = 1893 + owns = 1898 + owns = 1894 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = ivc_master } clr_country_flag = ivc_master } + set_country_flag = ivc_master + country_event = 199040 + + any_owned = { + limit = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + } + add_core = IVC + remove_core = KNG + remove_core = ASH + remove_core = MOS + } + IVC = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } IVC = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + IVC = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } IVC = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } IVC = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } IVC = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } IVC = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } IVC = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } IVC = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } IVC = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } IVC = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } IVC = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } IVC = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } IVC = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } IVC = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } IVC = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } IVC = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_sierra_leone = { + picture = map_sierra_leone + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = sierra_leone_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1884 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1884 + owns = 1886 + } + + effect = { + set_global_flag = sierra_leone_organized + prestige = 3 + FRA_1884 = { add_core = SLE } + 1885 = { life_rating = 20 } + 1886 = { life_rating = 20 } + country_event = 199041 + set_country_flag = sierra_leone_master + SLE = { + primary_culture = THIS + add_accepted_culture = western_nigritic + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } SLE = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + SLE = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } SLE = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } SLE = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } SLE = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } SLE = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } SLE = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } SLE = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } SLE = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } SLE = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } SLE = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } SLE = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } SLE = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } SLE = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } SLE = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } SLE = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_sierra_leone = { + picture = map_sierra_leone + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = sierra_leone_organized + owns = 1884 + SLE = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = sierra_leone_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1884 + owns = 1886 + } + + effect = { + prestige = 3 + country_event = 199041 + any_country = { limit = { has_country_flag = sierra_leone_master } clr_country_flag = sierra_leone_master } + set_country_flag = sierra_leone_master + + SLE = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } SLE = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + SLE = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } SLE = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } SLE = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } SLE = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } SLE = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } SLE = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } SLE = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } SLE = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } SLE = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } SLE = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } SLE = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } SLE = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } SLE = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } SLE = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } SLE = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_guinea = { + picture = map_guinea + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = guinea_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1883 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + owns = 1879 + owns = 1880 + } + OR = { + owns = 1880 + owns = 1882 + } + } + + effect = { + set_global_flag = guinea_organized + prestige = 5 + set_country_flag = guinea_master + country_event = 199042 + 1879 = { change_province_name = "Conakry" } + FRA_1883 = { add_core = GNE } + any_owned = { + limit = { is_core = GNE } + remove_core = JAL + remove_core = GBU + } + GNE = { + primary_culture = THIS + add_accepted_culture = mande + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GNE = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GNE = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GNE = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GNE = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GNE = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GNE = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GNE = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GNE = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GNE = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GNE = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GNE = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GNE = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GNE = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GNE = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GNE = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GNE = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_guinea = { + picture = map_guinea + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = guinea_organized + owns = 1879 + GNE = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = guinea_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1879 + owns = 1880 + owns = 1882 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = guinea_master } clr_country_flag = guinea_master } + set_country_flag = guinea_master + country_event = 199042 + + any_owned = { + limit = { region = FRA_1883 } + add_core = GNE + remove_core = JAL + remove_core = GBU + } + + GNE = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GNE = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GNE = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GNE = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GNE = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GNE = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GNE = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GNE = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GNE = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GNE = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GNE = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GNE = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GNE = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GNE = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GNE = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GNE = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GNE = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_senegal = { + picture = map_senegal + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = senegal_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + owns = 1783 + owns = 2573 + } + OR = { + owns = 1786 + owns = 1788 + } + OR = { + owns = 1792 + owns = 1793 + } + } + + effect = { + set_global_flag = senegal_organized + prestige = 5 + set_country_flag = senegal_master + country_event = 199043 + 1791 = { trade_goods = cotton } + 1792 = { trade_goods = cotton } + 1793 = { trade_goods = cotton } + 1788 = { trade_goods = cotton } + FRA_1783 = { add_core = SNG } + FRA_1788 = { add_core = SNG } + any_owned = { + limit = { is_core = SNG } + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + } + SNG = { + primary_culture = THIS + add_accepted_culture = wolof + tech_school = developing_tech_school + set_country_flag = post_colonial_country + } + } + } + + reorganize_senegal = { + picture = map_senegal + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = senegal_organized + owns = 1783 + SNG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = senegal_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1783 + owns = 1786 + owns = 1792 + owns = 1793 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = senegal_master } clr_country_flag = senegal_master } + set_country_flag = senegal_master + country_event = 199043 + + any_owned = { + limit = { + OR = { + region = FRA_1783 + region = FRA_1788 + } + } + add_core = SNG + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + } + + SNG = { primary_culture = THIS } + } + } + + organize_niger = { + picture = map_niger + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = niger_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + 1812 = { empty = no } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1812 + OR = { + owns = 1808 + owns = 1810 + } + } + + effect = { + set_global_flag = niger_organized + prestige = 5 + set_country_flag = niger_master + country_event = 199044 + + FRA_1813 = { add_core = NIG } + FRA_1808 = { add_core = NIG } + + any_owned = { + limit = { is_core = NIG } + remove_core = DND + remove_core = TOU + remove_core = MAS + remove_core = DAM + remove_core = KBO + } + NIG = { + primary_culture = THIS + add_accepted_culture = hausa + tech_school = developing_tech_school + set_country_flag = post_colonial_country + set_country_flag = sunni_country + } + } + } + + reorganize_niger = { + picture = map_niger + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = niger_organized + owns = 1808 + NIG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = niger_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1808 + owns = 1812 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = niger_master } clr_country_flag = niger_master } + set_country_flag = niger_master + country_event = 199044 + + any_owned = { + limit = { + OR = { + region = FRA_1813 + region = FRA_1808 + } + } + add_core = NIG + remove_core = DND + remove_core = TOU + remove_core = MAS + remove_core = DAM + remove_core = KBO + } + + NIG = { + primary_culture = THIS + + } + } + } + + organize_chad = { + picture = map_chad + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = chad_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ENG_1818 + region = ENG_1825 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1818 + owns = 1821 + } + + effect = { + set_global_flag = chad_organized + prestige = 5 + set_country_flag = chad_master + country_event = 199045 + + 1818 = { change_province_name = "N'Djamena" } + + ENG_1818 = { add_core = CHD } + ENG_1825 = { add_core = CHD } + + + any_owned = { + limit = { + OR = { + region = ENG_1818 + region = ENG_1825 + } + NOT = { terrain = desert } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CHD = { + primary_culture = THIS + add_accepted_culture = sara + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CHD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CHD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CHD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CHD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CHD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CHD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CHD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CHD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CHD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CHD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CHD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CHD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CHD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CHD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CHD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CHD = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_chad = { + picture = map_chad + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = chad_organized + owns = 1818 + CHD = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = chad_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1818 + owns = 1821 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = chad_master } clr_country_flag = chad_master } + set_country_flag = chad_master + country_event = 199045 + + any_owned = { + limit = { + OR = { + region = ENG_1818 + region = ENG_1825 + } + } + add_core = CHD + } + any_owned = { + limit = { + OR = { + region = ENG_1818 + region = ENG_1825 + } + NOT = { terrain = desert } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CHD = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CHD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CHD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CHD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CHD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CHD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CHD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CHD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CHD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CHD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CHD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CHD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CHD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CHD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CHD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CHD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CHD = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_cameroon = { + picture = map_cameroon + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = cameroon_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ENG_1956 + region = SOK_1963 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + owns = 1959 + owns = 1961 + } + } + + effect = { + set_global_flag = cameroon_organized + prestige = 5 + set_country_flag = cameroon_master + country_event = 199046 + + ENG_1956 = { + add_core = CMR + life_rating = 25 + } + SOK_1963 = { + add_core = CMR + life_rating = 25 + } + + CMR = { + primary_culture = THIS + add_accepted_culture = forest_bantu + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CMR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CMR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CMR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CMR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CMR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CMR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CMR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CMR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CMR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CMR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CMR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CMR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CMR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CMR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CMR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CMR = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_cameroon = { + picture = map_cameroon + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = cameroon_organized + owns = 1959 + CMR = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = cameroon_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1959 + owns = 1961 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = cameroon_master } clr_country_flag = cameroon_master } + set_country_flag = cameroon_master + country_event = 199046 + + any_owned = { + limit = { + OR = { + region = ENG_1956 + region = SOK_1963 + } + } + add_core = CMR + } + any_owned = { + limit = { + OR = { + region = ENG_1956 + region = SOK_1963 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CMR = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CMR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CMR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CMR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CMR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CMR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CMR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CMR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CMR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CMR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CMR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CMR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CMR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CMR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CMR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CMR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CMR = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_gabon = { + picture = map_gabon + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = gabon_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1972 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + owns = 1972 + owns = 1975 + } + } + + effect = { + set_global_flag = gabon_organized + prestige = 5 + set_country_flag = gabon_master + country_event = 199047 + + FRA_1972 = { add_core = GAB } + any_owned = { + limit = { + OR = { + province_id = 1975 + province_id = 1976 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + + any_owned = { + limit = { + OR = { + province_id = 1975 + province_id = 1976 + } + } + any_pop = { + limit = { + OR = { + has_pop_culture = forest_bantu + has_pop_culture = fang + } + } + literacy = -0.99 + } + } + + GAB = { + primary_culture = THIS + add_accepted_culture = fang + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + all_core = { remove_core = EQG } + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GAB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GAB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GAB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GAB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GAB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GAB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GAB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GAB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GAB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GAB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GAB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GAB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GAB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GAB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GAB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GAB = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_gabon = { + picture = map_gabon + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = gabon_organized + owns = 1972 + GAB = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = gabon_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1972 + } + + effect = { + prestige = 3 + any_country = { limit = { has_country_flag = gabon_master } clr_country_flag = gabon_master } + set_country_flag = gabon_master + country_event = 199047 + + GAB = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GAB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GAB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GAB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GAB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GAB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GAB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GAB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GAB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GAB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GAB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GAB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GAB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GAB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GAB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GAB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GAB = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_congo = { + picture = map_congo + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = congo_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1978 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1977 + } + + effect = { + set_global_flag = congo_organized + prestige = 5 + set_country_flag = congo_master + country_event = 199048 + + 1977 = { + change_province_name = "Brazzaville" + add_core = CGO + } + + 1978 = { + life_rating = 4 + add_core = CGO + } + + 1980 = { + add_core = CGO + } + + 2624 = { + add_core = CGO + } + + any_owned = { limit = { is_core = CGO NOT = {life_rating = 12 } } life_rating = 25 } + + any_owned = { limit = { is_core = CGO } remove_core = LOA } + CGO = { + primary_culture = THIS + add_accepted_culture = bakongo + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CGO = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CGO = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CGO = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CGO = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CGO = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CGO = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CGO = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CGO = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CGO = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CGO = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CGO = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CGO = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CGO = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CGO = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CGO = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CGO = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_congo = { + picture = map_congo + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = congo_organized + owns = 1977 + CGO = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = congo_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1977 + } + + effect = { + prestige = 3 + + any_country = { limit = { has_country_flag = congo_master } clr_country_flag = congo_master } + set_country_flag = congo_master + country_event = 199048 + + any_owned = { + limit = { region = FRA_1978 } + add_core = CGO + } + any_owned = { + limit = { + region = FRA_1978 + NOT = { life_rating = 12 } + } + life_rating = 25 + } + any_owned = { limit = { is_core = CGO } remove_core = LOA } + CGO = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CGO = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CGO = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CGO = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CGO = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CGO = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CGO = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CGO = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CGO = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CGO = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CGO = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CGO = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CGO = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CGO = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CGO = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CGO = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CGO = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_zaire = { + picture = map_congo_free_state + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = zaire_organized + capital_scope = { continent = africa } + } + NOT = { has_country_flag = not_congo_primary_culture } + any_owned_province = { + OR = { + province_id = 1982 + province_id = 1983 + province_id = 1985 + region = BEL_1984 + region = BEL_1990 + region = BEL_1987 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + 1985 = { owned_by = THIS } + BEL_1984 = { owned_by = THIS } + } + OR = { + 1982 = { owned_by = THIS } + BEL_1984 = { owned_by = THIS } + } + OR = { + BEL_1990 = { owned_by = THIS } + BEL_1987 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = zaire_organized + prestige = 5 + set_country_flag = zaire_master + country_event = 199049 + + any_country = { clr_country_flag = not_congo_primary_culture } + 1982 = { add_core = CNG } + 1983 = { add_core = CNG } + 1985 = { add_core = CNG } + BEL_1984 = { add_core = CNG } + BEL_1987 = { add_core = CNG } + BEL_1990 = { add_core = CNG } + any_owned = { + limit = { + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + remove_core = CGO + remove_core = LUA + remove_core = LOA + remove_core = AZA + remove_core = KZB + remove_core = KON + } + any_owned = { + limit = { + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CNG = { + primary_culture = THIS + add_accepted_culture = bakongo + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CNG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CNG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CNG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CNG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CNG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CNG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CNG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CNG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CNG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CNG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CNG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CNG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CNG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_zaire = { + picture = map_congo_free_state + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = zaire_organized + owns = 1982 + CNG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = zaire_master + capital_scope = { continent = africa } + } + NOT = { has_country_flag = not_congo_primary_culture } + year = 1900 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1982 + owns = 1993 + owns = 1996 + owns = 1987 + } + + effect = { + prestige = 3 + + any_country = { limit = { has_country_flag = zaire_master } clr_country_flag = zaire_master } + set_country_flag = zaire_master + country_event = 199049 + + any_country = { clr_country_flag = not_congo_primary_culture } + + any_owned = { + limit = { + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + } + add_core = CNG + remove_core = CGO + remove_core = LUA + remove_core = LOA + remove_core = AZA + remove_core = KZB + remove_core = KON + } + any_owned = { + limit = { + OR = { + region = BEL_1977 + region = BEL_1984 + region = BEL_1987 + region = BEL_1990 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CNG = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CNG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CNG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CNG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CNG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CNG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CNG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CNG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CNG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CNG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CNG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CNG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CNG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CNG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_zambia = { + picture = map_zambia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = zambia_organized + has_country_flag = ian_would_be_proud + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ENG_2014 + region = ENG_2016 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + ENG_2014 = { owned_by = THIS } + ENG_2016 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = zambia_organized + prestige = 5 + set_country_flag = zambia_master + country_event = 199050 + + random_owned = { + limit = { province_id = 2017 } + change_province_name = "Kasama" + } + + ENG_2014 = { add_core = ZAM } + ENG_2016 = { add_core = ZAM } + + any_owned = { + limit = { is_core = ZAM } + remove_core = KZB + remove_core = LUA + } + any_owned = { + limit = { + OR = { + region = ENG_2014 + region = ENG_2016 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + ZAM = { + primary_culture = THIS + add_accepted_culture = lunda + tech_school = developing_tech_school + set_country_flag = post_colonial_country + all_core = { + remove_core = LUN + remove_core = KZB + } + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZAM = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ZAM = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZAM = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZAM = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZAM = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZAM = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZAM = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZAM = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZAM = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZAM = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZAM = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZAM = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZAM = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZAM = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZAM = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZAM = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_zambia = { + picture = map_zambia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = zambia_organized + owns = 2012 + ZAM = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = zambia_master + capital_scope = { continent = africa } + has_country_flag = ian_would_be_proud + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2012 + owns = 2016 + } + + effect = { + prestige = 3 + + any_country = { + limit = { has_country_flag = zambia_master } + clr_country_flag = zambia_master + } + set_country_flag = zambia_master + country_event = 199050 + + any_owned = { + limit = { + OR = { + region = ENG_2014 + region = ENG_2016 + } + } + add_core = ZAM + remove_core = KZB + remove_core = LUA + } + any_owned = { + limit = { + OR = { + region = ENG_2014 + region = ENG_2016 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + ZAM = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZAM = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ZAM = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZAM = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZAM = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZAM = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZAM = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZAM = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZAM = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZAM = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZAM = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZAM = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZAM = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZAM = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZAM = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZAM = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZAM = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_kenya = { + picture = map_kenya + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = kenya_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + ENG_2026 = { owned_by = THIS } + ENG_2024 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = kenya_organized + prestige = 5 + set_country_flag = kenya_master + country_event = 199051 + + ENG_2026 = { add_core = KNY } + ENG_2024 = { add_core = KNY } + + any_owned = { + limit = { is_core = KNY } + remove_core = ZAN + } + + any_owned = { + limit = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + KNY = { + primary_culture = THIS + add_accepted_culture = kikuyu + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } KNY = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + KNY = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } KNY = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } KNY = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } KNY = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } KNY = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } KNY = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } KNY = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } KNY = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } KNY = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } KNY = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } KNY = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } KNY = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } KNY = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } KNY = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } KNY = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_kenya = { + picture = map_kenya + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = kenya_organized + owns = 2024 + KNY = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = kenya_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2024 + owns = 2030 + owns = 2028 + } + + effect = { + any_country = { + limit = { has_country_flag = kenya_master } + clr_country_flag = kenya_master + } + set_country_flag = kenya_master + country_event = 199051 + + prestige = 3 + + any_owned = { + limit = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + } + add_core = KNY + remove_core = ZAN + } + any_owned = { + limit = { + OR = { + region = ENG_2026 + region = ENG_2024 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + KNY = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } KNY = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + KNY = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } KNY = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } KNY = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } KNY = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } KNY = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } KNY = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } KNY = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } KNY = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } KNY = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } KNY = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } KNY = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } KNY = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } KNY = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } KNY = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } KNY = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_tanzania = { + picture = map_tanzania + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = tanzania_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + ENG_2036 = { owned_by = THIS } + ENG_2044 = { owned_by = THIS } + } + OR = { + ENG_2036 = { owned_by = THIS } + ENG_2039 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = tanzania_organized + prestige = 5 + set_country_flag = tanzania_master + country_event = 199052 + + ENG_2036 = { add_core = TNZ } + ENG_2044 = { add_core = TNZ } + ENG_2039 = { add_core = TNZ } + + any_owned = { + limit = { + is_core = TNZ + NOT = { province_id = 2048 } + } + remove_core = ZAN + } + + any_owned = { + limit = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + 2043 = { change_province_name = "Tabora" } + 2045 = { change_province_name = "Dodoma" } + TNZ = { + primary_culture = THIS + add_accepted_culture = swahili + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TNZ = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TNZ = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TNZ = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TNZ = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TNZ = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TNZ = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TNZ = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TNZ = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TNZ = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TNZ = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TNZ = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TNZ = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TNZ = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TNZ = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TNZ = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TNZ = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_tanzania = { + picture = map_tanzania + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = tanzania_organized + owns = 2044 + TNZ = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = tanzania_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2044 + owns = 2045 + owns = 2041 + owns = 2036 + owns = 2038 + } + + effect = { + any_country = { + limit = { has_country_flag = tanzania_master } + clr_country_flag = tanzania_master + } + set_country_flag = tanzania_master + country_event = 199052 + prestige = 3 + + any_owned = { + limit = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + } + add_core = TNZ + } + any_owned = { + limit = { + OR = { + region = ENG_2036 + region = ENG_2044 + region = ENG_2039 + } + NOT = { life_rating = 12 } + } + life_rating = 25 + } + TNZ = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TNZ = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TNZ = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TNZ = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TNZ = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TNZ = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TNZ = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TNZ = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TNZ = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TNZ = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TNZ = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TNZ = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TNZ = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TNZ = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TNZ = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TNZ = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TNZ = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_mali = { + picture = map_mali + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = mali_organized + capital_scope = { continent = africa } + } + 2609 = { empty = no } + any_owned_province = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + FRA_1803 = { owned_by = THIS } + FRA_1798 = { owned_by = THIS } + } + OR = { + FRA_1801 = { owned_by = THIS } + FRA_1798 = { owned_by = THIS } + } + } + + effect = { + + set_global_flag = mali_organized + prestige = 5 + set_country_flag = mali_master + country_event = 199053 + + FRA_1803 = { add_core = MLI } + FRA_1801 = { add_core = MLI } + FRA_1798 = { add_core = MLI } + 1795 = { change_province_name = "Kayes" } + + + random_owned = { + limit = { + province_id = 1795 + owner = { NOT = { is_culture_group = french } } + } + change_province_name = "Kayes" + } + + any_owned = { + limit = { is_core = MLI } + remove_core = TOU + remove_core = SEG + remove_core = MAS + remove_core = MOS + remove_core = DND + remove_core = BKF + } + + MLI = { + primary_culture = THIS + add_accepted_culture = fulbe + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLI = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } MLI = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLI = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLI = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLI = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLI = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLI = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLI = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLI = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLI = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLI = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLI = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLI = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLI = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLI = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLI = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_mali = { + picture = map_mali + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = mali_organized + owns = 1803 + MLI = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = mali_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1803 + owns = 1797 + owns = 1794 + } + + effect = { + any_country = { + limit = { has_country_flag = mali_master } + clr_country_flag = mali_master + } + set_country_flag = mali_master + country_event = 199053 + + prestige = 3 + + any_owned = { + limit = { + OR = { + region = FRA_1803 + region = FRA_1801 + region = FRA_1798 + } + } + add_core = MLI + remove_core = TOU + remove_core = SEG + remove_core = MAS + remove_core = MOS + remove_core = DND + remove_core = BKF + } + + MLI = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLI = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } MLI = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLI = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLI = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLI = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLI = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLI = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLI = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLI = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLI = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLI = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLI = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLI = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLI = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLI = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLI = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_libya = { + picture = map_libya + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + tag = TUR + has_global_flag = libya_organized + capital_scope = { continent = africa } + } + owns = 1731 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1731 + owns = 1735 + } + + effect = { + set_global_flag = libya_organized + prestige = 5 + + any_owned = { + limit = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + add_core = LBY + remove_core = TRI + remove_core = CYR + } + LBY = { tech_school = developing_tech_school } + } + } + + organize_libya_TUR = { + picture = map_libya + potential = { + tag = TUR + nationalism_n_imperialism = 1 + NOT = { has_global_flag = libya_organized } + 1731 = { + NOT = { is_core = LBY } + owned_by = THIS + } + } + + allow = { + war = no + mass_politics = 1 + owns = 1731 + TRI = { exists = no } + CYR = { exists = no } + } + + effect = { + set_global_flag = libya_organized + prestige = 5 + any_owned = { + limit = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + } + add_core = LBY + remove_core = TRI + remove_core = CYR + } + LBY = { tech_school = developing_tech_school } + } + } + + organize_CAR = { + picture = map_CAR + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = CAR_organized + capital_scope = { continent = africa } + } + owns = 1965 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1965 + } + + effect = { + + set_global_flag = CAR_organized + prestige = 5 + set_country_flag = CAR_master + country_event = 199054 + + any_owned = { + limit = { region = FRA_1965 } + add_core = CAR + remove_core = AZA + #remove_core = DAR + } + any_owned = { + limit = { + region = FRA_1965 + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CAR = { + primary_culture = THIS + add_accepted_culture = ubangian + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CAR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CAR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CAR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CAR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CAR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CAR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CAR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CAR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CAR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CAR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CAR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CAR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CAR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CAR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CAR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CAR = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_CAR = { + picture = map_CAR + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = CAR_organized + owns = 1965 + CAR = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = CAR_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1965 + } + + effect = { + any_country = { + limit = { has_country_flag = CAR_master } + clr_country_flag = CAR_master + } + set_country_flag = CAR_master + country_event = 199054 + prestige = 3 + + any_owned = { + limit = { + region = FRA_1965 + } + add_core = CAR + remove_core = AZA + #remove_core = DAR + } + any_owned = { + limit = { + region = FRA_1965 + NOT = { life_rating = 12 } + } + life_rating = 25 + } + CAR = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CAR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + CAR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CAR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } CAR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } CAR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CAR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } CAR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } CAR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } CAR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } CAR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } CAR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } CAR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } CAR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } CAR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } CAR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } CAR = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_malawi = { + picture = map_malawi + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = malawi_organized + capital_scope = { continent = africa } + } + owns = 2067 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2067 + } + + effect = { + + set_global_flag = malawi_organized + prestige = 5 + set_country_flag = malawi_master + country_event = 199055 + + 2067 = { + add_core = MLW + remove_core = KZB + life_rating = 25 + } + 2066 = { + add_core = MLW + remove_core = KZB + life_rating = 25 + } + MLW = { + primary_culture = THIS + add_accepted_culture = chewa + capital = 2067 + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MLW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLW = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { owner = { primary_culture = british owns = 2066 } } 2066 = { change_province_name = "Blantyre" } } + } + } + + reorganize_malawi = { + picture = map_malawi + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = malawi_organized + owns = 2067 + MLW = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = malawi_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2067 + } + + effect = { + any_country = { + limit = { has_country_flag = malawi_master } + clr_country_flag = malawi_master + } + set_country_flag = malawi_master + prestige = 3 + + country_event = 199055 + + MLW = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MLW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MLW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MLW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MLW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MLW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MLW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MLW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MLW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MLW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MLW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MLW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MLW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MLW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MLW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MLW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MLW = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_gambia = { + picture = map_gambia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = gambia_organized + capital_scope = { continent = africa } + } + owns = 1785 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1785 + } + + effect = { + set_global_flag = gambia_organized + prestige = 3 + set_country_flag = gambia_master + + 1785 = { add_core = GMB } + + any_owned = { + limit = { is_core = GMB } + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + } + + GMB = { + primary_culture = THIS + add_accepted_culture = mande + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GMB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GMB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GMB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GMB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GMB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GMB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GMB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GMB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GMB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GMB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GMB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GMB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GMB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GMB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GMB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GMB = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_gambia = { + picture = map_gambia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = gambia_organized + owns = 1785 + GMB = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = gambia_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1785 + } + + effect = { + any_country = { + limit = { has_country_flag = gambia_master } + clr_country_flag = gambia_master + } + set_country_flag = gambia_master + prestige = 3 + + GMB = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GMB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GMB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GMB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GMB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GMB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GMB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GMB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GMB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GMB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GMB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GMB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GMB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GMB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GMB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GMB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GMB = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_angola = { + picture = map_angola + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = angola_created + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + POR_2003 = { owned_by = THIS } + POR_1999 = { owned_by = THIS } + } + OR = { + POR_2006 = { owned_by = THIS } + POR_1999 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = angola_created + prestige = 5 + set_country_flag = angola_master + country_event = 199056 + ANG = { + primary_culture = THIS + add_accepted_culture = bakongo + tech_school = developing_tech_school + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + 2000 = { add_core = ANG } + POR_2003 = { add_core = ANG } + POR_2006 = { add_core = ANG } + POR_1999 = { add_core = ANG } + + any_owned = { + limit = { is_core = ANG } + remove_core = KON + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ANG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ANG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ANG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ANG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ANG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ANG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ANG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ANG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ANG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ANG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ANG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ANG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ANG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ANG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ANG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ANG = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { factor = 1 } + } + + reorganize_angola = { + picture = map_angola + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = angola_created + owns = 1999 + ANG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = angola_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1999 + owns = 2005 + owns = 2006 + } + + effect = { + any_country = { + limit = { has_country_flag = angola_master } + clr_country_flag = angola_master + } + set_country_flag = angola_master + prestige = 3 + + country_event = 199056 + + any_owned = { + limit = { + OR = { + province_id = 2000 + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + } + add_core = ANG + } + ANG = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ANG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ANG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ANG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ANG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ANG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ANG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ANG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ANG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ANG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ANG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ANG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ANG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ANG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ANG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ANG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ANG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_mozambique = { + picture = map_mozambique + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + has_global_flag = mozambique_created + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = POR_2060 + region = POR_2053 + region = POR_2054 + region = POR_2049 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + POR_2060 = { owned_by = THIS } + POR_2053 = { owned_by = THIS } + } + OR = { + POR_2054 = { owned_by = THIS } + POR_2049 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = mozambique_created + prestige = 5 + set_country_flag = mozambique_master + country_event = 199057 + MOZ = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = shona + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + POR_2060 = { add_core = MOZ } + POR_2053 = { add_core = MOZ } + POR_2054 = { add_core = MOZ } + POR_2049 = { add_core = MOZ } + + MOZ = { + all_core = { + remove_core = GAZ + remove_core = AGC + remove_core = ZUL + remove_core = SHO + } + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MOZ = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MOZ = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MOZ = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MOZ = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MOZ = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MOZ = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MOZ = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MOZ = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MOZ = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MOZ = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MOZ = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MOZ = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MOZ = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MOZ = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MOZ = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MOZ = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { + limit = { province_id = 2581 owner = { tag = POR } } + change_province_name = "Vila Cabral" + life_rating = 5 + } + random_owned = { + limit = { province_id = 2058 owner = { tag = POR } } + change_province_name = "Vila Pery" + } + random_owned = { + limit = { province_id = 2057 owner = { tag = POR } } + change_province_name = "Beira" + } + random_owned = { + limit = { province_id = 2063 owner = { tag = POR } } + change_province_name = "Porto Amelia" + } + random_owned = { + limit = { province_id = 2061 owner = { tag = POR } } + change_province_name = "Antonio Enes" + } + random_owned = { + limit = { province_id = 2050 owner = { tag = POR } } + change_province_name = "Joao Belo" + } + random_owned = { + limit = { province_id = 2064 owner = { tag = POR } } + change_province_name = "Vila Junqueiro" + } + random_owned = { + limit = { province_id = 2065 } + change_province_name = "Mocuba" + } + random_owned = { + limit = { province_id = 2052 owner = { tag = POR } } + change_province_name = "Malvernia" + } + + random_owned = { + limit = { province_id = 2049 owner = { tag = POR NOT = { has_country_flag = reconquest_of_lourenco_marques } } } + change_province_name = "Lourenco Marques" + } + + random_owned = { + limit = { province_id = 2049 owner = { tag = POR NOT = { has_country_flag = reconquest_of_lourenco_marques } } } + 2051 = { state_scope = { change_region_name = "Lourenco Marques" } } + } + } + + ai_will_do = { factor = 1 } + } + + reorganize_mozambique = { + picture = map_mozambique + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = mozambique_created + owns = 2049 + MOZ = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = mozambique_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2049 + owns = 2058 + owns = 2061 + owns = 2059 + } + + effect = { + any_country = { + limit = { has_country_flag = mozambique_master } + clr_country_flag = mozambique_master + } + set_country_flag = mozambique_master + prestige = 3 + + any_owned = { + limit = { + OR = { + region = POR_2049 + region = POR_2054 + region = POR_2053 + region = POR_2060 + } + } + add_core = MOZ + remove_core = GAZ + remove_core = AGC + remove_core = ZUL + remove_core = SHO + } + MOZ = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MOZ = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MOZ = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MOZ = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MOZ = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MOZ = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MOZ = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MOZ = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MOZ = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MOZ = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MOZ = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MOZ = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MOZ = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MOZ = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MOZ = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MOZ = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MOZ = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_algeria = { + picture = map_algeria + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = ALD + has_global_flag = algeria_organized + capital_scope = { continent = africa } + } + owns = 1700 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1700 + } + + effect = { + set_global_flag = algeria_organized + prestige = 3 + 1701 = { trade_goods = fruit } + ALD = { + tech_school = developing_tech_school + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + capital = 1700 + } + } + ai_will_do = { factor = 1 } + } + + organize_uganda = { + picture = map_uganda + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = BUG + has_global_flag = uganda_organized + capital_scope = { continent = africa } + } + owns = 2019 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2019 + } + + effect = { + set_global_flag = uganda_organized + prestige = 5 + set_country_flag = uganda_master + country_event = 199058 + + any_owned = { + limit = { + region = ENG_2019 + NOT = { life_rating = 12 } + } + life_rating = 25 + } + BUG = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = baganda + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } BUG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + BUG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BUG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } BUG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } BUG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } BUG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } BUG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } BUG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BUG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BUG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } BUG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } BUG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } BUG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } BUG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BUG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BUG = { religion = yazidi set_country_flag = yazidi_country } } + + 2019 = { change_province_name = "Kampala" } + } + } + + reorganize_uganda = { + picture = map_uganda + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = uganda_organized + owns = 2019 + BUG = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = uganda_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2019 + } + + effect = { + any_country = { + limit = { has_country_flag = uganda_master } + clr_country_flag = uganda_master + } + set_country_flag = uganda_master + country_event = 199058 + prestige = 3 + + BUG = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } BUG = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + BUG = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BUG = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } BUG = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } BUG = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } BUG = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } BUG = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } BUG = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BUG = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BUG = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } BUG = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } BUG = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } BUG = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } BUG = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BUG = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BUG = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_botswana = { + picture = map_botswana + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = TSW + has_global_flag = botswana_organized + capital_scope = { continent = africa } + } + owns = 2074 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2074 + } + + effect = { + set_global_flag = botswana_organized + prestige = 5 + set_country_flag = botswana_master + country_event = 199059 + + TSW = { + set_country_flag = post_colonial_country + civilized = no + primary_culture = THIS + add_accepted_culture = tswana + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + all_core = { remove_core = MAT } + any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TSW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TSW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TSW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TSW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TSW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TSW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TSW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TSW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TSW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TSW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TSW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TSW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TSW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TSW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TSW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TSW = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_botswana = { + picture = map_botswana + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = botswana_organized + owns = 2074 + TSW = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = botswana_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2074 + } + + effect = { + prestige = 3 + any_country = { + limit = { has_country_flag = botswana_master } + clr_country_flag = botswana_master + } + set_country_flag = botswana_master + country_event = 199059 + + any_owned = { + limit = { is_core = TSW } + remove_core = MAT + } + TSW = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TSW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TSW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TSW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TSW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TSW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TSW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TSW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TSW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TSW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TSW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TSW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TSW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TSW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TSW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TSW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TSW = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_zanzibar = { + picture = map_zanzibar + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + owns = 2044 + exists = ZAN + has_global_flag = zanzibar_organized + capital_scope = { continent = africa } + } + owns = 2048 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2048 + } + + effect = { + set_global_flag = zanzibar_organized + prestige = 3 + ZAN = { + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + } + } + } + + organize_sudan = { + picture = map_sudan + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = SUD + has_global_flag = sudan_organized + capital_scope = { continent = africa } + OR = { + tag = EGY + 1827 = { is_core = EGY } + } + } + any_owned_province = { is_core = SUD } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + ENG_1844 = { owned_by = THIS } + EGY_1838 = { owned_by = THIS } + } + OR = { + EGY_1834 = { owned_by = THIS } + EGY_1827 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = sudan_organized + prestige = 5 + set_country_flag = sudan_master + country_event = 199060 + SUD = { + all_core = { + remove_core = EGY + remove_core = SHK + remove_core = DAR + remove_core = AZA + } + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + } + } + } + + reorganize_sudan = { + picture = map_sudan + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = sudan_organized + NOT = { has_country_flag = sudan_master } + owns = 1827 + SUD = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { capital_scope = { continent = africa } } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1827 + owns = 1835 + owns = 1838 + } + + effect = { + set_global_flag = sudan_organized + prestige = 5 + any_country = { + limit = { has_country_flag = sudan_master } + clr_country_flag = sudan_master + } + set_country_flag = sudan_master + country_event = 199060 + + } + } + + organize_ghana = { + picture = map_ghana + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = GHN + has_global_flag = ghana_organized + capital_scope = { continent = africa } + } + any_owned_province = { + OR = { + region = ASH_1909 + region = FRA_1907 + } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + OR = { + ASH_1909 = { owned_by = THIS } + FRA_1907 = { owned_by = THIS } + } + } + + effect = { + set_global_flag = ghana_organized + prestige = 5 + set_country_flag = ghana_master + country_event = 199061 + ASH = { + all_core = { + add_core = GHN + remove_core = MOS + remove_core = ASH + } + } + + GHN = { + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + primary_culture = THIS + add_accepted_culture = akan + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GHN = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GHN = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GHN = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GHN = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GHN = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GHN = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GHN = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GHN = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GHN = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GHN = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GHN = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GHN = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GHN = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GHN = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GHN = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GHN = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_ghana = { + picture = map_ghana + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = ghana_organized + owns = 1910 + GHN = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = ghana_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1910 + owns = 1911 + } + + effect = { + any_country = { + limit = { has_country_flag = ghana_master } + clr_country_flag = ghana_master + } + set_country_flag = ghana_master + country_event = 199061 + + any_owned = { + limit = { is_core = GHN } + remove_core = MOS + } + GHN = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GHN = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GHN = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GHN = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GHN = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GHN = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GHN = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GHN = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GHN = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GHN = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GHN = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GHN = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GHN = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GHN = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GHN = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GHN = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GHN = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_burkina_faso = { + picture = map_burkina_faso + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = BKF + has_global_flag = burkina_faso_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1901 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + FRA_1901 = { owned_by = THIS } + } + + effect = { + set_global_flag = burkina_faso_organized + prestige = 5 + set_country_flag = burkina_master + country_event = 199062 + + random_owned = { limit = { owner = { primary_culture = french } } 1901 = { change_province_name = "Ouagadougou" } } + FRA_1901 = { + add_core = BKF + remove_core = SEG + remove_core = TOU + remove_core = MAS + remove_core = MOS + } + + 1905 = { change_province_name = "Bobo-Dioulasso" } + + BKF = { + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + primary_culture = THIS + add_accepted_culture = mossi + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } BKF = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + BKF = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BKF = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } BKF = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } BKF = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } BKF = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } BKF = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } BKF = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BKF = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BKF = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } BKF = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } BKF = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } BKF = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } BKF = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BKF = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BKF = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_burkina_faso = { + picture = map_burkina_faso + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = burkina_faso_organized + owns = 1901 + BKF = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = burkina_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1901 + } + + effect = { + prestige = 3 + any_country = { + limit = { has_country_flag = burkina_master } + clr_country_flag = burkina_master + } + set_country_flag = burkina_master + country_event = 199062 + + any_owned = { + limit = { is_core = BKF } + remove_core = SEG + remove_core = TOU + remove_core = MAS + remove_core = MOS + } + BKF = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } BKF = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + BKF = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } BKF = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } BKF = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } BKF = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } BKF = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } BKF = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } BKF = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } BKF = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } BKF = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } BKF = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } BKF = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } BKF = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } BKF = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } BKF = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } BKF = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_mauritania = { + picture = map_mauritania + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = TRZ + has_global_flag = mauretania_organized + capital_scope = { continent = africa } + } + owns = 1775 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1775 + owns = 1782 + } + + effect = { + set_global_flag = mauretania_organized + prestige = 3 + FRA_1775 = { add_core = TRZ } + 1782 = { trade_goods = iron } + 1782 = { + state_scope = { + change_region_name = "Mauritania" + } + } + TRZ = { + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + } + } + } + + organize_dahomey = { + picture = map_dahomey + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = DAH + has_global_flag = dahomey_organized + capital_scope = { continent = africa } + } + owns = 1920 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1920 + } + + effect = { + set_global_flag = dahomey_organized + prestige = 3 + set_country_flag = dahomey_master + country_event = 199063 + + FRA_1919 = { + add_core = DAH + remove_core = TOU + remove_core = MAS + } + 1919 = { change_province_name = Porto-Novo } + DAH = { + set_country_flag = post_colonial_country + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + primary_culture = THIS + add_accepted_culture = fon + capital = 1919 + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } DAH = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + DAH = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } DAH = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } DAH = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } DAH = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } DAH = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } DAH = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } DAH = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } DAH = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } DAH = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } DAH = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } DAH = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } DAH = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } DAH = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } DAH = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } DAH = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_dahomey = { + picture = map_dahomey + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = dahomey_organized + owns = 1920 + DAH = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { capital_scope = { continent = africa } } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1920 + } + + effect = { + prestige = 3 + any_country = { + limit = { has_country_flag = dahomey_master } + clr_country_flag = dahomey_master + } + set_country_flag = dahomey_master + country_event = 199063 + + any_owned = { + limit = { is_core = DAH } + remove_core = SEG + remove_core = TOU + remove_core = MAS + remove_core = MOS + } + DAH = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } DAH = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + DAH = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } DAH = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } DAH = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } DAH = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } DAH = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } DAH = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } DAH = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } DAH = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } DAH = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } DAH = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } DAH = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } DAH = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } DAH = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } DAH = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } DAH = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_indonesia = { + picture = map_indonesia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = INO + has_global_flag = indonesia_organized + has_global_flag = indonesia_formed + is_culture_group = southeast_asian + } + nationalism_n_imperialism = 1 + owns = 1413 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1413 + } + + effect = { + set_global_flag = indonesia_organized + prestige = 5 + set_country_flag = indonesia_master + country_event = 199064 + + any_owned = { + limit = { + OR = { + region = NET_1413 #Western Java + region = NET_1418 #Eastern Java + region = NET_1398 #Sumatra + region = NET_1401 #Siak + region = ATJ_1405 #Aceh + region = BAL_1438 #Sunda Islands + region = NET_1423 #East Borneo + region = NET_1426 #South Borneo + region = NET_1447 #Moluccas + region = NET_1451 #Western New Guinea + region = AST_2528 #Southern New Guina + region = GER_2530 #Northern New Guinea + region = BRU_1396 #Sabah + region = BRU_1394 #West Borneo + } + } + add_core = INO + } + + any_owned = { + limit = { + is_core = INO + NOT = { province_id = 1446 province_id = 2647 } + } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + remove_core = PPG + } + + INO = { + set_country_flag = post_colonial_country + tech_school = developing_tech_school + } + random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = malay } } INO = { add_accepted_culture = malay } } + random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = moluccan } } INO = { add_accepted_culture = moluccan } } + random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = asian_minor } } INO = { add_accepted_culture = asian_minor } } + random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = yue } } INO = { add_accepted_culture = yue } } + random_owned = { limit = { is_core = INO any_pop = { has_pop_culture = melanesian } } INO = { add_accepted_culture = melanesian } } + random_owned = { limit = { owner = { primary_culture = dutch } } INO = { add_accepted_culture = dutch } } + } + ai_will_do = { factor = 1 } + } + + reorganize_indonesia = { + picture = map_indonesia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = indonesia_organized + owns = 1413 + NOT = { + has_country_flag = indonesia_master + exists = INO + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1413 + } + + effect = { + prestige = 3 + any_country = { + limit = { has_country_flag = indonesia_master } + clr_country_flag = indonesia_master + } + set_country_flag = indonesia_master + country_event = 199064 + + any_owned = { + limit = { + is_core = INO + NOT = { province_id = 1446 province_id = 2647 } + } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + remove_core = PPG + } + } + } + + organize_somalia = { + picture = map_somalia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { exists = SOM } + nationalism_n_imperialism = 1 + NOT = { capital_scope = { continent = africa } } + NOT = { has_global_flag = somalia_united } + owns = 1868 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + 1868 = { owned_by = THIS } + 1872 = { owned_by = THIS } + NOT = { exists = GEL } + NOT = { exists = MAJ } + NOT = { exists = WRL } + NOT = { exists = HBY } + } + + effect = { + set_global_flag = somalia_united + prestige = 5 + + 1869 = { trade_goods = fruit } + 1870 = { trade_goods = fruit } + 1868 = { trade_goods = cotton } + + SOM_1868 = { add_core = SOM } + SOM_1872 = { add_core = SOM } + HBY = { all_core = { remove_core = HBY } } + GEL = { all_core = { remove_core = GEL } } + MAJ = { all_core = { remove_core = MAJ } } + WRL = { all_core = { remove_core = WRL } } + 1875 = { add_core = SOM } + 1865 = { add_core = SOM } + 1867 = { add_core = SOM } + 2031 = { add_core = SOM } + 2032 = { add_core = SOM } + SOM = { + set_country_flag = post_colonial_country + tech_school = developing_tech_school + nationalvalue = nv_tradition + } + } + } + + organize_timor = { + picture = map_timor + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { exists = TMR } + nationalism_n_imperialism = 1 + NOT = { has_global_flag = timor_organized } + owns = 1446 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1446 + } + + effect = { + set_global_flag = timor_organized + prestige = 2 + any_owned = { + limit = { + NOT = { is_core = INO } + OR = { + province_id = 1439 + province_id = 1444 + } + } + add_core = TMR + } + TMR = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + religion = catholic set_country_flag = catholic_country + primary_culture = THIS + add_accepted_culture = melanesian + government = democracy + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TMR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TMR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TMR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TMR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TMR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TMR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TMR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TMR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TMR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TMR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TMR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TMR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TMR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TMR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TMR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TMR = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_timor = { + picture = map_timor + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = timor_organized + owns = 1446 + TMR = { + exists = no + NOT = { is_culture_group = THIS } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1446 + } + + effect = { + TMR = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + any_owned = { + limit = { is_core = TMR } + remove_core = BAL + remove_core = MAL + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } TMR = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + TMR = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } TMR = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } TMR = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } TMR = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } TMR = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } TMR = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } TMR = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } TMR = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } TMR = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } TMR = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } TMR = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } TMR = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } TMR = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } TMR = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } TMR = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1905 } + } + } + } + + organize_namibia = { + picture = map_namibia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = NMB + has_global_flag = namibia_organized + capital_scope = { continent = africa } + } + owns = 2078 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2078 + } + + effect = { + set_global_flag = namibia_organized + prestige = 5 + set_country_flag = namibia_master + 2080 = { trade_goods = iron } + + random_owned = { limit = { owner = { is_culture_group = germanic owns = 2081 } } 2081 = { change_province_name = "Schuckmannsburg" add_core = NMB } } + random_owned = { + limit = { owner = { NOT = { is_culture_group = germanic owns = 2081 } } } + 2081 = { change_province_name = "Linyati" add_core = NMB } + } + random_owned = { limit = { province_id = 2083 } 2083 = { change_province_name = "Walvis Bay" } } + random_owned = { + limit = { owner = { NOT = { is_culture_group = germanic } } } + 2084 = { change_province_name = "Angra Pequena" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + } + + random_owned = { + limit = { owner = { NOT = { has_country_flag = founding_german_namibia } } } + 2086 = { change_province_name = "Keetmanshoop" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + } + + 2081 = { any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + 2080 = { change_province_name = "Grootfontein" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + 2082 = { change_province_name = "Gobabis" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + 2079 = { change_province_name = "Swakopmund" any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + 2078 = { change_province_name = "Windhoek" life_rating = 25 any_pop = { limit = { has_pop_religion = animist } literacy = -0.99 } } + NMB = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = khoisan + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } NMB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + NMB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NMB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } NMB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } NMB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } NMB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } NMB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } NMB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NMB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NMB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } NMB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } NMB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } NMB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } NMB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NMB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NMB = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_namibia = { + picture = map_namibia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = namibia_organized + owns = 2078 + NMB = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = namibia_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2078 + owns = 2084 + } + + effect = { + prestige = 3 + any_country = { + limit = { has_country_flag = namibia_master } + clr_country_flag = namibia_master + } + set_country_flag = namibia_master + + NMB = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } NMB = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + NMB = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } NMB = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } NMB = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } NMB = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } NMB = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } NMB = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } NMB = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } NMB = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } NMB = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } NMB = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } NMB = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } NMB = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } NMB = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } NMB = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } NMB = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1905 } + } + } + } + + organize_lebanon = { + picture = map_arabia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { has_global_flag = lebanon_organized } + owns = 912 + owns = 913 + owns = 914 + owns = 915 + LBN = { exists = no } + year = 1870 + } + + allow = { + war = no + owns = 913 + revolution_n_counterrevolution = 1 + } + + effect = { + prestige = 3 + set_global_flag = lebanon_organized + set_country_flag = lebanon_organizer + LBN = { tech_school = developing_tech_school } + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + has_country_flag = coptic_country + has_country_flag = mormon_country + has_country_flag = jewish_country + } + } + } + LBN = { + religion = catholic + set_country_flag = catholic_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = orthodox_country + } + } + random_owned = { + limit = { owner = { has_country_flag = orthodox_country } } + LBN = { + religion = orthodox + set_country_flag = orthodox_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = catholic_country + } + } + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = ibadi_country + has_country_flag = sunni_country + } + } + } + LBN = { + religion = sunni + set_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = orthodox_country + clr_country_flag = catholic_country + } + } + random_owned = { + limit = { owner = { has_country_flag = shiite_country } } + LBN = { + religion = shiite + set_country_flag = shiite_country + clr_country_flag = sunni_country + clr_country_flag = orthodox_country + clr_country_flag = catholic_country + } + } + } + } + + reorganize_lebanon = { + picture = map_arabia + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = lebanon_organized + OR = { + AND = { + owns = 912 + owns = 913 + owns = 914 + owns = 915 + } + LBN = { vassal_of = THIS } + } + NOT = { tag = LBN } + NOT = { has_country_flag = lebanon_organizer } + } + + allow = { + war = no + OR = { + AND = { + owns = 912 + owns = 913 + owns = 914 + owns = 915 + } + LBN = { vassal_of = THIS } + } + revolution_n_counterrevolution = 1 + } + + effect = { + any_country = { clr_country_flag = lebanon_organizer } + set_country_flag = lebanon_organizer + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + has_country_flag = coptic_country + has_country_flag = mormon_country + has_country_flag = jewish_country + } + } + } + LBN = { + religion = catholic + set_country_flag = catholic_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = orthodox_country + } + } + random_owned = { + limit = { owner = { has_country_flag = orthodox_country } } + LBN = { + religion = orthodox + set_country_flag = orthodox_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = catholic_country + } + } + random_owned = { + limit = { + owner = { + OR = { + has_country_flag = ibadi_country + has_country_flag = sunni_country + } + } + } + LBN = { + religion = sunni + set_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = orthodox_country + clr_country_flag = catholic_country + } + } + random_owned = { + limit = { owner = { has_country_flag = shiite_country } } + LBN = { + religion = shiite + set_country_flag = shiite_country + clr_country_flag = sunni_country + clr_country_flag = orthodox_country + clr_country_flag = catholic_country + } + } + } + } + + organize_guine_bissau = { + picture = map_bissau + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = GBU + has_global_flag = guine_bissau_organized + capital_scope = { continent = africa } + } + any_owned_province = { region = FRA_1878 } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1877 + } + + effect = { + set_global_flag = guine_bissau_organized + prestige = 5 + set_country_flag = guine_bissau_master + country_event = 199065 + + FRA_1878 = { add_core = GBU } + GBU = { + all_core = { + remove_core = JAL + } + } + + GBU = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = fulbe + add_accepted_culture = western_nigritic + government = democracy + political_reform = landed_voting + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GBU = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GBU = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GBU = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GBU = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GBU = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GBU = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GBU = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GBU = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GBU = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GBU = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GBU = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GBU = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GBU = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GBU = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GBU = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GBU = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_guine_bissau = { + picture = map_bissau + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = guine_bissau_organized + owns = 1877 + GBU = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = guine_bissau_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 1877 + owns = 1878 + } + + effect = { + any_country = { + limit = { has_country_flag = guine_bissau_master } + clr_country_flag = guine_bissau_master + } + set_country_flag = guine_bissau_master + prestige = 3 + country_event = 199065 + + GBU = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } GBU = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + GBU = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } GBU = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } GBU = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } GBU = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } GBU = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } GBU = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } GBU = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } GBU = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } GBU = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } GBU = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } GBU = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } GBU = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } GBU = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } GBU = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } GBU = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1905 } + } + } + } + + organize_madagascar = { + picture = map_madagascar + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = MAD + has_global_flag = madagascar_organized + capital_scope = { continent = africa } + } + owns = 2115 + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2115 + owns = 2116 + } + + effect = { + set_global_flag = madagascar_organized + prestige = 5 + set_country_flag = madagascar_master + country_event = 199066 + + MAD = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = malagasy + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MAD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MAD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MAD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MAD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MAD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MAD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MAD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MAD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MAD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MAD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MAD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MAD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MAD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MAD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MAD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MAD = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_madagascar = { + picture = map_madagascar + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = madagascar_organized + owns = 2115 + MAD = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { capital_scope = { continent = africa } } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2115 + owns = 2116 + } + + effect = { + prestige = 3 + + any_country = { + limit = { has_country_flag = madagascar_master } + clr_country_flag = madagascar_master + } + set_country_flag = madagascar_master + + country_event = 199066 + + MAD = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } MAD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + MAD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } MAD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } MAD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } MAD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } MAD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } MAD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } MAD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } MAD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } MAD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } MAD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } MAD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } MAD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } MAD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } MAD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } MAD = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + organize_zimbabwe = { + picture = map_zimbabwe + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + exists = ZBW + has_global_flag = zimbabwe_organized + capital_scope = { continent = africa } + tag = ENG + } + owns = 2068 + NOT = { has_country_flag = ian_would_be_proud } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2068 + } + + effect = { + + set_global_flag = zimbabwe_organized + prestige = 5 + set_country_flag = zimbabwe_master + country_event = 199067 + + ZBW = { all_core = { remove_core = MAT } } + ZBW = { + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = shona + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZBW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ZBW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZBW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZBW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZBW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZBW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZBW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZBW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZBW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZBW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZBW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZBW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZBW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZBW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZBW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZBW = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_zimbabwe = { + picture = map_zimbabwe + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = zimbabwe_organized + owns = 2068 + ZBW = { + exists = no + NOT = { is_culture_group = THIS } + } + NOT = { + has_country_flag = zimbabwe_master + capital_scope = { continent = africa } + } + NOT = { has_country_flag = ian_would_be_proud } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2068 + owns = 2069 + } + + effect = { + prestige = 3 + country_event = 199067 + + any_country = { + limit = { has_country_flag = zimbabwe_master } + clr_country_flag = zimbabwe_master + } + set_country_flag = zimbabwe_master + + ZBW = { + primary_culture = THIS + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } ZBW = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + ZBW = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } ZBW = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } ZBW = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } ZBW = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } ZBW = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } ZBW = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } ZBW = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } ZBW = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } ZBW = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } ZBW = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } ZBW = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } ZBW = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } ZBW = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } ZBW = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } ZBW = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1905 } + } + } + } + + organize_rwanda_burundi = { + picture = map_rwanda + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + NOT = { + OR = { + exists = BRD + exists = RWA + } + has_global_flag = rwanda_burundi_organized + has_country_flag = rwanda_burundi_master + capital_scope = { continent = africa } + } + OR = { + owns = 2034 + owns = 2035 + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2034 + owns = 2035 + } + + effect = { + + set_global_flag = rwanda_burundi_organized + prestige = 5 + set_country_flag = rwanda_burundi_master + country_event = 199068 + + any_country = { + limit = { + capital_scope = { owned_by = THIS } + tag = BRD + exists = no + } + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = ruanda + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + any_country = { + limit = { + capital_scope = { owned_by = THIS } + tag = RWA + exists = no + } + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = ruanda + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = catholic_country } } BRD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { province_id = 2035 owner = { has_country_flag = protestant_country } } + BRD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = orthodox_country } } BRD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mormon_country } } BRD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = coptic_country } } BRD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sunni_country } } BRD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shiite_country } } BRD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shinto_country } } BRD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mahayana_country } } BRD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = gelugpa_country } } BRD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = theravada_country } } BRD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = hindu_country } } BRD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sikh_country } } BRD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = jewish_country } } BRD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = ibadi_country } } BRD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = yazidi_country } } BRD = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = catholic_country } } RWA = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { province_id = 2034 owner = { has_country_flag = protestant_country } } + RWA = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = orthodox_country } } RWA = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mormon_country } } RWA = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = coptic_country } } RWA = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sunni_country } } RWA = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shiite_country } } RWA = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shinto_country } } RWA = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mahayana_country } } RWA = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = gelugpa_country } } RWA = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = theravada_country } } RWA = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = hindu_country } } RWA = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sikh_country } } RWA = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = jewish_country } } RWA = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = ibadi_country } } RWA = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = yazidi_country } } RWA = { religion = yazidi set_country_flag = yazidi_country } } + } + } + + reorganize_rwanda_burundi = { + picture = map_rwanda + potential = { + OR = { + has_country_flag = organize_colony_decisions + ai = yes + } + civilized = yes + has_global_flag = rwanda_burundi_organized + OR = { + AND = { + owns = 2034 + RWA = { + exists = no + NOT = { is_culture_group = THIS } + } + } + AND = { + owns = 2035 + BRD = { + exists = no + NOT = { is_culture_group = THIS } + } + } + } + + NOT = { + has_country_flag = rwanda_burundi_master + capital_scope = { continent = africa } + } + } + + allow = { + war = no + machine_guns = 1 + market_regulations = 1 + owns = 2034 + owns = 2035 + } + + effect = { + prestige = 3 + country_event = 199068 + + any_country = { + limit = { has_country_flag = rwanda_burundi_master } + clr_country_flag = rwanda_burundi_master + } + set_country_flag = rwanda_burundi_master + + any_country = { + limit = { + capital_scope = { owned_by = THIS } + tag = BRD + exists = no + } + set_country_flag = post_colonial_country + primary_culture = THIS + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + any_country = { + limit = { + capital_scope = { owned_by = THIS } + tag = RWA + exists = no + } + set_country_flag = post_colonial_country + primary_culture = THIS + tech_school = developing_tech_school + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = catholic_country } } BRD = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { province_id = 2035 owner = { has_country_flag = protestant_country } } + BRD = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = orthodox_country } } BRD = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mormon_country } } BRD = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = coptic_country } } BRD = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sunni_country } } BRD = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shiite_country } } BRD = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = shinto_country } } BRD = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = mahayana_country } } BRD = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = gelugpa_country } } BRD = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = theravada_country } } BRD = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = hindu_country } } BRD = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = sikh_country } } BRD = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = jewish_country } } BRD = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = ibadi_country } } BRD = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { province_id = 2035 owner = { has_country_flag = yazidi_country } } BRD = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = catholic_country } } RWA = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { province_id = 2034 owner = { has_country_flag = protestant_country } } + RWA = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = orthodox_country } } RWA = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mormon_country } } RWA = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = coptic_country } } RWA = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sunni_country } } RWA = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shiite_country } } RWA = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = shinto_country } } RWA = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = mahayana_country } } RWA = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = gelugpa_country } } RWA = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = theravada_country } } RWA = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = hindu_country } } RWA = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = sikh_country } } RWA = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = jewish_country } } RWA = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = ibadi_country } } RWA = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { province_id = 2034 owner = { has_country_flag = yazidi_country } } RWA = { religion = yazidi set_country_flag = yazidi_country } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1905 } + } + modifier = { + factor = 0 + tag = ENG + } + } + } + + buy_caprivi_strip = { + picture = map_namibia + potential = { + civilized = yes + owns = 2082 + owns = 2078 + owns = 2080 + owns = 2079 + NOT = { owns = 2081 } + NOT = { has_global_flag = caprivi_purchase_tried } + 2081 = { owner = { NOT = { capital_scope = { continent = africa } } } } + OR = { + 2081 = { owner = { has_country_flag = treaty_of_heligoland } } + 2081 = { owner = { NOT = { tag = ENG } } } + NOT = { is_culture_group = germanic } + } + } + + allow = { + war = no + mass_politics = 1 + 2013 = { empty = no } + 2081 = { + owner = { + NOT = { truce_with = THIS } + is_vassal = no + } + } + OR = { + money = 100000 + ai = yes + } + } + + effect = { + 2081 = { owner = { country_event = 955201 } } + set_global_flag = caprivi_purchase_tried + } + ai_will_do = { factor = 1 } + } + + free_botswana = { + picture = map_botswana + potential = { + civilized = yes + owns = 2074 + ai = yes + NOT = { exists = TSW } + exists = SAF + OR = { + exists = RHO + exists = ZBW + } + } + + allow = { + war = no + } + + effect = { + release_vassal = TSW + relation = { who = TSW value = 400 } + diplomatic_influence = { who = TSW value = 400 } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/PRGhist.txt b/HPM/decisions/PRGhist.txt index cda10aee..189fab33 100644 --- a/HPM/decisions/PRGhist.txt +++ b/HPM/decisions/PRGhist.txt @@ -1,96 +1,96 @@ political_decisions = { - occupy_misiones = { - picture = occupy_misiones - potential = { - tag = PRG - government = presidential_dictatorship - year = 1838 - NOT = { has_country_flag = misiones_occupied } - NOT = { year = 1860 } - NOT = { owns = 2554 } - } - - allow = { - war = no - ARC = { war = yes } - } - - effect = { - set_country_flag = misiones_occupied - prestige = 2 - 2554 = { secede_province = PRG - add_core = PRG - remove_core = CRT - } - ARC = { country_event = 700010 } - SBA = { country_event = 700010 } - CRT = { country_event = 700010 } - } - ai_will_do = { - factor = 100 - } - } - - paraguay_independence = { - picture = paraguay_independence - potential = { - tag = PRG - is_vassal = no - year = 1842 - NOT = { year = 1860 } - NOT = { has_country_flag = paraguay_declared_independence } - } + occupy_misiones = { + picture = occupy_misiones + potential = { + tag = PRG + government = presidential_dictatorship + year = 1838 + NOT = { has_country_flag = misiones_occupied } + NOT = { year = 1860 } + NOT = { owns = 2554 } + } - allow = { - owns = 2337 - owns = 2339 - is_vassal = no - war = no - NOT = { has_country_modifier = francia_utopia } - NOT = { has_country_modifier = national_confusion } - } - - effect = { - set_country_flag = paraguay_declared_independence - prestige = 2 - random_country = { - limit = { - primary_culture = platinean - exists = yes - any_core = { owned_by = PRG } - OR = { - tag = ARC - tag = ARG - AND = { - owns = 2379 - NOT = { exists = ARC } - NOT = { exists = ARG } - } - AND = { - owns = 2348 - NOT = { exists = ARC } - NOT = { exists = ARG } - } - } - } - country_event = 4661010 - } + allow = { + war = no + ARC = { war = yes } + } - any_country = { - limit = { - exists = yes - neighbour = THIS - OR = { - NOT = { primary_culture = platinean } - tag = URU - } - } - country_event = 700013 - } - } - ai_will_do = { - factor = 100 - } - } - } \ No newline at end of file + effect = { + set_country_flag = misiones_occupied + prestige = 2 + 2554 = { secede_province = PRG + add_core = PRG + remove_core = CRT + } + ARC = { country_event = 700010 } + SBA = { country_event = 700010 } + CRT = { country_event = 700010 } + } + ai_will_do = { + factor = 100 + } + } + + paraguay_independence = { + picture = paraguay_independence + potential = { + tag = PRG + is_vassal = no + year = 1842 + NOT = { year = 1860 } + NOT = { has_country_flag = paraguay_declared_independence } + } + + allow = { + owns = 2337 + owns = 2339 + is_vassal = no + war = no + NOT = { has_country_modifier = francia_utopia } + NOT = { has_country_modifier = national_confusion } + } + + effect = { + set_country_flag = paraguay_declared_independence + prestige = 2 + random_country = { + limit = { + primary_culture = platinean + exists = yes + any_core = { owned_by = PRG } + OR = { + tag = ARC + tag = ARG + AND = { + owns = 2379 + NOT = { exists = ARC } + NOT = { exists = ARG } + } + AND = { + owns = 2348 + NOT = { exists = ARC } + NOT = { exists = ARG } + } + } + } + country_event = 4661010 + } + + any_country = { + limit = { + exists = yes + neighbour = THIS + OR = { + NOT = { primary_culture = platinean } + tag = URU + } + } + country_event = 700013 + } + } + ai_will_do = { + factor = 100 + } + } + } diff --git a/HPM/decisions/Persia.txt b/HPM/decisions/Persia.txt index 9fb8e08f..e9418a7b 100644 --- a/HPM/decisions/Persia.txt +++ b/HPM/decisions/Persia.txt @@ -1,324 +1,322 @@ - political_decisions = { - + #Trip to Europe travel_to_europe = { - picture = dreams_of_empire - - potential = { - tag = PER - NOT = { has_country_flag = travel_to_europe } - } - - allow = { - money = 30000 - } - - effect = { - treasury = -25000 - prestige = 2 - years_of_research = 1 - relation = { - who = ENG - value = 50 - } - set_country_flag = travel_to_europe - } - - ai_will_do = { factor = 1 } - - } + picture = dreams_of_empire + + potential = { + tag = PER + NOT = { has_country_flag = travel_to_europe } + } + + allow = { + money = 30000 + } + + effect = { + treasury = -25000 + prestige = 2 + years_of_research = 1 + relation = { + who = ENG + value = 50 + } + set_country_flag = travel_to_europe + } + + ai_will_do = { factor = 1 } + + } #Persian Cinema persian_cinema = { - picture = fatherland_altar - - potential = { - tag = PER - NOT = { has_country_flag = persian_cinema } - NOT = { has_country_modifier = silver_age } - year = 1880 - } - - allow = { - OR = { - any_greater_power = { invention = the_talkies relation = { who = THIS value = 50 } } - invention = the_talkies - } - } - - effect = { - set_country_flag = persian_cinema - prestige = 2 - years_of_research = 0.5 - rich_strata = { - militancy = -1 - } - } - - - ai_will_do = { factor = 1 } - } + picture = fatherland_altar + + potential = { + tag = PER + NOT = { has_country_flag = persian_cinema } + NOT = { has_country_modifier = silver_age } + year = 1880 + } + + allow = { + OR = { + any_greater_power = { invention = the_talkies relation = { who = THIS value = 50 } } + invention = the_talkies + } + } + + effect = { + set_country_flag = persian_cinema + prestige = 2 + years_of_research = 0.5 + rich_strata = { + militancy = -1 + } + } + + + ai_will_do = { factor = 1 } + } #Greater Iran greater_iran = { - picture = greater_iran - - potential = { - tag = PER - civilized = yes - NOT = { has_country_flag = greater_iran } - } - - allow = { - nationalism_n_imperialism = 1 - is_greater_power = yes - war_policy = jingoism - } - - effect = { - set_country_flag = greater_iran - badboy = 13 - any_country = { limit = { neighbour = THIS NOT = { vassal_of = THIS } } relation = { who = THIS value = -50 } } - RUS_1102 = { add_core = PER } - RUS_1098 = { add_core = PER } - 1205 = { add_core = PER } - 1204 = { add_core = PER } - 1212 = { add_core = PER } - 1214 = { add_core = PER } - 1093 = { add_core = PER } - 1091 = { add_core = PER } - 1090 = { add_core = PER } - 1053 = { add_core = PER } - 1052 = { add_core = PER } - } - - - ai_will_do = { factor = 1 } - } + picture = greater_iran + + potential = { + tag = PER + civilized = yes + NOT = { has_country_flag = greater_iran } + } + + allow = { + nationalism_n_imperialism = 1 + is_greater_power = yes + war_policy = jingoism + } + + effect = { + set_country_flag = greater_iran + badboy = 13 + any_country = { limit = { neighbour = THIS NOT = { vassal_of = THIS } } relation = { who = THIS value = -50 } } + RUS_1102 = { add_core = PER } + RUS_1098 = { add_core = PER } + 1205 = { add_core = PER } + 1204 = { add_core = PER } + 1212 = { add_core = PER } + 1214 = { add_core = PER } + 1093 = { add_core = PER } + 1091 = { add_core = PER } + 1090 = { add_core = PER } + 1053 = { add_core = PER } + 1052 = { add_core = PER } + } + + + ai_will_do = { factor = 1 } + } # Establish the Dar ul-Funun establish_the_dar_al_funun = { - picture = suezcanalcompany - potential = { - tag = PER - civilized = no - has_country_modifier = silver_age - NOT = { has_country_flag = dar_al_funun_built } - } - allow = { - has_country_modifier = amir_kabir - } - effect = { - years_of_research = 0.5 - any_pop = { consciousness = 1 } - set_country_flag = dar_al_funun_built - add_country_modifier = { - name = dar_al_funun - duration = 3650 - } - random_owned = { - limit = { - owner = { - civilized = no - education_reform = no_education_reform - } - } - owner = { - economic_reform = yes_education_reform - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - } - } - } - + picture = suezcanalcompany + potential = { + tag = PER + civilized = no + has_country_modifier = silver_age + NOT = { has_country_flag = dar_al_funun_built } + } + allow = { + has_country_modifier = amir_kabir + } + effect = { + years_of_research = 0.5 + any_pop = { consciousness = 1 } + set_country_flag = dar_al_funun_built + add_country_modifier = { + name = dar_al_funun + duration = 3650 + } + random_owned = { + limit = { + owner = { + civilized = no + education_reform = no_education_reform + } + } + owner = { + economic_reform = yes_education_reform + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + } + } + } + revoke_kurdish_autonomy = { - picture = map_kurdistan - potential = { - tag = PER - NOT = { has_country_flag = kurdish_states_integrated } - OR = { - is_our_vassal = RDL - is_our_vassal = MKN - } - } - - allow = { - civilization_progress = 0.25 - } - - effect = { - set_country_flag = kurdish_states_integrated - prestige = 5 - any_country = { - limit = { - vassal_of = THIS - primary_culture = kurdish - ai = yes - } - annex_to = THIS - } - random_country = { - limit = { - vassal_of = THIS - primary_culture = kurdish - ai = no - } - PER = { release_vassal = THIS } - } - } - ai_will_do = { factor = 1 } - } + picture = map_kurdistan + potential = { + tag = PER + NOT = { has_country_flag = kurdish_states_integrated } + OR = { + is_our_vassal = RDL + is_our_vassal = MKN + } + } + + allow = { + civilization_progress = 0.25 + } + + effect = { + set_country_flag = kurdish_states_integrated + prestige = 5 + any_country = { + limit = { + vassal_of = THIS + primary_culture = kurdish + ai = yes + } + annex_to = THIS + } + random_country = { + limit = { + vassal_of = THIS + primary_culture = kurdish + ai = no + } + PER = { release_vassal = THIS } + } + } + ai_will_do = { factor = 1 } + } #Establish the Majles establish_the_majles = { - picture = caucasus_viceroyalty - potential = { - tag = PER - year = 1900 - NOT = { has_country_flag = majles_established } - } - - allow = { - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - - effect = { - set_country_flag = majles_established - prestige = 5 - plurality = 10 - any_pop = { consciousness = 1 } - clr_country_flag = per_backed_down - } - ai_will_do = { factor = 1 } + picture = caucasus_viceroyalty + potential = { + tag = PER + year = 1900 + NOT = { has_country_flag = majles_established } + } + + allow = { + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + + effect = { + set_country_flag = majles_established + prestige = 5 + plurality = 10 + any_pop = { consciousness = 1 } + clr_country_flag = per_backed_down + } + ai_will_do = { factor = 1 } } # End the bazaari strike. end_bazaari_strike = { - picture = PER_bazaari_strike - potential = { - has_country_modifier = bazaari_strike - } - - allow = { - has_country_modifier = bazaari_strike - } - - effect = { - prestige_factor = -0.1 - remove_country_modifier = bazaari_strike - years_of_research = -1 - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - remove_country_modifier = western_influences - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - treasury = -50000 - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { is_greater_power = yes is_sphere_leader_of = THIS } - treasury = 50000 - } - clr_country_flag = ulama_no - } - ai_will_do = { factor = 1 } + picture = PER_bazaari_strike + potential = { + has_country_modifier = bazaari_strike + } + + allow = { + has_country_modifier = bazaari_strike + } + + effect = { + prestige_factor = -0.1 + remove_country_modifier = bazaari_strike + years_of_research = -1 + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + remove_country_modifier = western_influences + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + treasury = -50000 + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { is_greater_power = yes is_sphere_leader_of = THIS } + treasury = 50000 + } + clr_country_flag = ulama_no + } + ai_will_do = { factor = 1 } } # Appoint Amir Kabir Mirza Taghi Khan appoint_amir_kabir = { - picture = amir_kabir - potential = { - tag = PER - NOT = { year = 1852 } - NOT = { has_country_flag = amir_kabir } - has_country_modifier = silver_age - } - - allow = { - has_country_modifier = silver_age - } - - effect = { - set_country_flag = amir_kabir - add_country_modifier = { name = amir_kabir duration = -1 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -3 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - - ai_will_do = { factor = 1 } + picture = amir_kabir + potential = { + tag = PER + NOT = { year = 1852 } + NOT = { has_country_flag = amir_kabir } + has_country_modifier = silver_age + } + + allow = { + has_country_modifier = silver_age + } + + effect = { + set_country_flag = amir_kabir + add_country_modifier = { name = amir_kabir duration = -1 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -3 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + + ai_will_do = { factor = 1 } } #Bring Tea to Iran bring_tea_to_iran = { - picture = prince_mirza - potential = { - tag = PER - NOT = { has_country_flag = tea_in_iran } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - allow = { - owns = 1113 - owns = 1115 - owns = 1114 - owns = 1121 - OR = { - year = 1900 - management_strategy = 1 - } - } - - effect = { - set_country_flag = tea_in_iran - 1113 = { trade_goods = tea } - 1115 = { trade_goods = tea } - 1114 = { trade_goods = tea } - 1121 = { trade_goods = tea } - 1116 = { trade_goods = tea } - relation = { who = ENG value = -50 } - } - ai_will_do = { factor = 1 } - } - -} + picture = prince_mirza + potential = { + tag = PER + NOT = { has_country_flag = tea_in_iran } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + allow = { + owns = 1113 + owns = 1115 + owns = 1114 + owns = 1121 + OR = { + year = 1900 + management_strategy = 1 + } + } + + effect = { + set_country_flag = tea_in_iran + 1113 = { trade_goods = tea } + 1115 = { trade_goods = tea } + 1114 = { trade_goods = tea } + 1121 = { trade_goods = tea } + 1116 = { trade_goods = tea } + relation = { who = ENG value = -50 } + } + ai_will_do = { factor = 1 } + } + +} diff --git a/HPM/decisions/Peru-Bolivia Confederation.txt b/HPM/decisions/Peru-Bolivia Confederation.txt index 6a4a3f49..8b519114 100644 --- a/HPM/decisions/Peru-Bolivia Confederation.txt +++ b/HPM/decisions/Peru-Bolivia Confederation.txt @@ -1,510 +1,510 @@ political_decisions = { - pbc_in_chaos = { - picture = peru_bolivia - potential = { - tag = PEU - exists = PBC - vassal_of = PBC - SPU = { vassal_of = PBC } - NOT = { has_global_flag = first_pbc_fell } - } - - allow = { - OR = { - PBC = { has_recently_lost_war = yes } - national_provinces_occupied = 0.01 - is_disarmed = yes - } - } - - effect = { - set_global_flag = first_pbc_fell - leave_alliance = PBC - relation = { who = PBC value = -200 } - political_reform = two_year_draft - remove_country_modifier = relutanct_figher - add_country_modifier = { - name = caudillo_leaders - duration = 545 - } - PBC = { release_vassal = PEU } - any_country = { - limit = { war_with = PBC } - end_war = PEU - relation = { who = PEU value = 100 } - } - any_pop = { - dominant_issue = { - factor = 0.02 - value = jingoism - } - } - war = { - target = PBC - attacker_goal = { - casus_belli = release_puppet - country = SPU - } - defender_goal = { - casus_belli = conquest_any - } - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_confederation_PEU = { - picture = peru_bolivia - potential = { - tag = PBC - owns = 2295 - OR = { - AND = { - NOT = { owns = 2313 } - NOT = { owns = 2310 } - } - exists = BOL - } - } - - allow = { - war = no - NOT = { exists = PEU } - BOL = { - NOT = { vassal_of = PBC } - } - } - - effect = { - capital = 2295 - PBC = { - all_core = { remove_core = PBC } - } - random_owned = { - limit = { exists = PEU } - owner = { - change_tag_no_core_switch = PEU - any_owned = { secede_province = PEU } - } - } - random_owned = { - limit = { NOT = { exists = PEU } } - owner = { - change_tag = PEU - } - } - any_country = { - limit = { - OR = { - tag = CHL - tag = ARG - tag = ARC - tag = BOL - } - } - relation = { who = PEU value = 300 } - } - } - ai_will_do = { - factor = 1 - } - } - - end_of_confederation_SPU = { - picture = peru_bolivia - potential = { - tag = PBC - owns = 2304 - NOT = { owns = 2295 } - OR = { - AND = { - NOT = { owns = 2313 } - NOT = { owns = 2310 } - } - exists = BOL - } - } - - allow = { - war = no - NOT = { exists = SPU } - BOL = { - NOT = { vassal_of = PBC } - } - PEU = { - NOT = { vassal_of = PBC } - } - } - - effect = { - capital = 2304 - PBC = { - all_core = { remove_core = PBC } - } - random_owned = { - limit = { exists = SPU } - owner = { - change_tag_no_core_switch = SPU - any_owned = { secede_province = SPU } - } - } - random_owned = { - limit = { NOT = { exists = SPU } } - owner = { - change_tag = SPU - } - } - any_country = { - limit = { - OR = { - tag = CHL - tag = ARG - tag = ARC - tag = BOL - } - } - relation = { who = SPU value = 300 } - } - } - ai_will_do = { - factor = 1 - } - } - - - end_of_confederation_BOL = { - picture = peru_bolivia - potential = { - tag = PBC - NOT = { owns = 2295 } - NOT = { owns = 2304 } - OR = { - owns = 2313 - owns = 2310 - } - } - - allow = { - war = no - SPU = { - NOT = { vassal_of = PBC } - } - PEU = { - NOT = { vassal_of = PBC } - } - } - - effect = { - random_owned = { - limit = { province_id = 2313 } - owner = { capital = 2313 } - } - PBC = { - all_core = { remove_core = PBC } - } - random_owned = { - limit = { exists = BOL } - owner = { - change_tag_no_core_switch = BOL - any_owned = { secede_province = BOL } - } - } - random_owned = { - limit = { NOT = { exists = BOL } } - owner = { - change_tag = BOL - } - } - any_country = { - limit = { - OR = { - tag = BRZ - tag = ARG - tag = ARC - tag = PEU - tag = SPU - } - } - relation = { who = BOL value = 300 } - } - } - ai_will_do = { - factor = 1 - } - } - - treaty_of_la_paz = { - picture = peru_bolivia - potential = { - tag = PBC - NOT = { has_country_flag = the_confederation_is_legitime } - NOT = { has_country_flag = pbc_reunited } - } - - allow = { - war = no - year = 1840 - } - - effect = { - set_country_flag = the_confederation_is_legitime - prestige = 5 - random_owned = { - limit = { owner = { NOT = { has_country_flag = end_of_the_confederation } } } - PEU = { all_core = { add_core = PBC } } - SPU = { all_core = { add_core = PBC } } - SPU = { all_core = { remove_core = SPU } } - } - BOL = { all_core = { add_core = PBC } } - } - - ai_will_do = { factor = 1 } - } - - centralizer_act_huayna_capac = { - picture = treaty_signing - potential = { - tag = PBC - has_country_flag = the_confederation_is_legitime - NOT = { has_country_flag = pbc_united } - OR = { - any_neighbor_country = { - primary_culture = south_andean - OR = { - in_sphere = PBC - vassal_of = PBC - } - } - PEU = { - any_core = { - owned_by = THIS - NOT = { is_core = THIS } - } - } - } - } - - allow = { - prestige = 20 - war = no - OR = { - nationalism_n_imperialism = 1 - is_greater_power = yes - } - } - - effect = { - set_country_flag = pbc_united - prestige = 5 - random_owned = { - limit = { - is_core = PEU - NOT = { is_core = THIS } - } - PEU = { all_core = { add_core = PBC } } - } - random_owned = { - limit = { - is_core = BOL - NOT = { is_core = THIS } - } - BOL = { all_core = { add_core = PBC } } - } - any_country = { - limit = { - OR = { - tag = SPU - tag = PEU - tag = BOL - } - primary_culture = south_andean - OR = { - in_sphere = PBC - vassal_of = PBC - } - } - all_core = { add_core = PBC } - annex_to = PBC - } - random_country = { - limit = { tag = SPU exists = no } - SPU = { all_core = { remove_core = SPU } } - } - } - - ai_will_do = { factor = 1 } - } - - - the_new_pbc = { - picture = peru_bolivia - potential = { - OR = { - tag = PEU - tag = SPU - tag = BOL - } - NOT = { exists = PBC } - } - - allow = { - war = no - OR = { - is_sphere_leader_of = PEU - tag = PEU - owns = 2295 - } - OR = { - is_sphere_leader_of = SPU - tag = SPU - owns = 2304 - } - OR = { - is_sphere_leader_of = BOL - tag = BOL - owns = 2313 - } - nationalism_n_imperialism = 1 - is_greater_power = yes - } - - effect = { - set_country_flag = pbc_reunited - prestige = 10 - badboy = 5 - any_country = { - limit = { - primary_culture = south_andean - OR = { - in_sphere = THIS - vassal_of = THIS - } - NOT = { tag = THIS } - NOT = { tag = CHL } - } - all_core = { add_core = PBC } - annex_to = THIS - } - all_core = { add_core = PBC } - change_tag = PBC - } - - ai_will_do = { - factor = 1 - } - } - - reunite_peru = { - picture = reunite_peru - potential = { - tag = PEU - SPU = { - exists = yes - NOT = { - any_owned_province = { - NOT = { is_core = SPU } - } - } - } - has_global_flag = first_pbc_fell - NOT = { has_country_flag = peru_reunited } - } - - allow = { - war = no - is_vassal = no - SPU = { - war = no - is_vassal = no - neighbour = PEU - } - } - - effect = { - set_country_flag = peru_reunited - prestige = 5 - relation = { who = CHL value = -50 } - random_country = { - limit = { - tag = SPU - ai = yes - } - all_core = { remove_core = SPU } - PEU = { inherit = SPU } - } - random_country = { - limit = { - tag = SPU - ai = no - } - set_country_flag = peru_reunited - prestige = 5 - all_core = { remove_core = SPU } - inherit = PEU - random_owned = { - limit = { province_id = 2295 } - owner = { capital = 2295 } - } - change_tag = PEU - } - } - - ai_will_do = { - factor = 1 - } - } - - declare_la_paz_capital = { - picture = la_paz_capital - potential = { - tag = BOL - year = 1898 - 2310 = { is_capital = no } - owns = 2310 - } - - allow = { - year = 1898 - owns = 2310 - war = no - 2310 = { is_capital = no } - } - - effect = { - capital = 2310 - BOL_2321 = { - rich_strata = { militancy = -3} - middle_strata = { militancy = -1 } - } - } - - ai_will_do = { - factor = 1 - } - } - - remove_spu_cores = { - picture = la_paz_capital - potential = { - tag = PEU - any_owned_province = { is_core = SPU } - SPU = { exists = no } - } - - allow = { - war = no - } - - effect = { - any_owned = { remove_core = SPU } - } - - ai_will_do = { - factor = 1 - } - } -} \ No newline at end of file + pbc_in_chaos = { + picture = peru_bolivia + potential = { + tag = PEU + exists = PBC + vassal_of = PBC + SPU = { vassal_of = PBC } + NOT = { has_global_flag = first_pbc_fell } + } + + allow = { + OR = { + PBC = { has_recently_lost_war = yes } + national_provinces_occupied = 0.01 + is_disarmed = yes + } + } + + effect = { + set_global_flag = first_pbc_fell + leave_alliance = PBC + relation = { who = PBC value = -200 } + political_reform = two_year_draft + remove_country_modifier = relutanct_figher + add_country_modifier = { + name = caudillo_leaders + duration = 545 + } + PBC = { release_vassal = PEU } + any_country = { + limit = { war_with = PBC } + end_war = PEU + relation = { who = PEU value = 100 } + } + any_pop = { + dominant_issue = { + factor = 0.02 + value = jingoism + } + } + war = { + target = PBC + attacker_goal = { + casus_belli = release_puppet + country = SPU + } + defender_goal = { + casus_belli = conquest_any + } + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_confederation_PEU = { + picture = peru_bolivia + potential = { + tag = PBC + owns = 2295 + OR = { + AND = { + NOT = { owns = 2313 } + NOT = { owns = 2310 } + } + exists = BOL + } + } + + allow = { + war = no + NOT = { exists = PEU } + BOL = { + NOT = { vassal_of = PBC } + } + } + + effect = { + capital = 2295 + PBC = { + all_core = { remove_core = PBC } + } + random_owned = { + limit = { exists = PEU } + owner = { + change_tag_no_core_switch = PEU + any_owned = { secede_province = PEU } + } + } + random_owned = { + limit = { NOT = { exists = PEU } } + owner = { + change_tag = PEU + } + } + any_country = { + limit = { + OR = { + tag = CHL + tag = ARG + tag = ARC + tag = BOL + } + } + relation = { who = PEU value = 300 } + } + } + ai_will_do = { + factor = 1 + } + } + + end_of_confederation_SPU = { + picture = peru_bolivia + potential = { + tag = PBC + owns = 2304 + NOT = { owns = 2295 } + OR = { + AND = { + NOT = { owns = 2313 } + NOT = { owns = 2310 } + } + exists = BOL + } + } + + allow = { + war = no + NOT = { exists = SPU } + BOL = { + NOT = { vassal_of = PBC } + } + PEU = { + NOT = { vassal_of = PBC } + } + } + + effect = { + capital = 2304 + PBC = { + all_core = { remove_core = PBC } + } + random_owned = { + limit = { exists = SPU } + owner = { + change_tag_no_core_switch = SPU + any_owned = { secede_province = SPU } + } + } + random_owned = { + limit = { NOT = { exists = SPU } } + owner = { + change_tag = SPU + } + } + any_country = { + limit = { + OR = { + tag = CHL + tag = ARG + tag = ARC + tag = BOL + } + } + relation = { who = SPU value = 300 } + } + } + ai_will_do = { + factor = 1 + } + } + + + end_of_confederation_BOL = { + picture = peru_bolivia + potential = { + tag = PBC + NOT = { owns = 2295 } + NOT = { owns = 2304 } + OR = { + owns = 2313 + owns = 2310 + } + } + + allow = { + war = no + SPU = { + NOT = { vassal_of = PBC } + } + PEU = { + NOT = { vassal_of = PBC } + } + } + + effect = { + random_owned = { + limit = { province_id = 2313 } + owner = { capital = 2313 } + } + PBC = { + all_core = { remove_core = PBC } + } + random_owned = { + limit = { exists = BOL } + owner = { + change_tag_no_core_switch = BOL + any_owned = { secede_province = BOL } + } + } + random_owned = { + limit = { NOT = { exists = BOL } } + owner = { + change_tag = BOL + } + } + any_country = { + limit = { + OR = { + tag = BRZ + tag = ARG + tag = ARC + tag = PEU + tag = SPU + } + } + relation = { who = BOL value = 300 } + } + } + ai_will_do = { + factor = 1 + } + } + + treaty_of_la_paz = { + picture = peru_bolivia + potential = { + tag = PBC + NOT = { has_country_flag = the_confederation_is_legitime } + NOT = { has_country_flag = pbc_reunited } + } + + allow = { + war = no + year = 1840 + } + + effect = { + set_country_flag = the_confederation_is_legitime + prestige = 5 + random_owned = { + limit = { owner = { NOT = { has_country_flag = end_of_the_confederation } } } + PEU = { all_core = { add_core = PBC } } + SPU = { all_core = { add_core = PBC } } + SPU = { all_core = { remove_core = SPU } } + } + BOL = { all_core = { add_core = PBC } } + } + + ai_will_do = { factor = 1 } + } + + centralizer_act_huayna_capac = { + picture = treaty_signing + potential = { + tag = PBC + has_country_flag = the_confederation_is_legitime + NOT = { has_country_flag = pbc_united } + OR = { + any_neighbor_country = { + primary_culture = south_andean + OR = { + in_sphere = PBC + vassal_of = PBC + } + } + PEU = { + any_core = { + owned_by = THIS + NOT = { is_core = THIS } + } + } + } + } + + allow = { + prestige = 20 + war = no + OR = { + nationalism_n_imperialism = 1 + is_greater_power = yes + } + } + + effect = { + set_country_flag = pbc_united + prestige = 5 + random_owned = { + limit = { + is_core = PEU + NOT = { is_core = THIS } + } + PEU = { all_core = { add_core = PBC } } + } + random_owned = { + limit = { + is_core = BOL + NOT = { is_core = THIS } + } + BOL = { all_core = { add_core = PBC } } + } + any_country = { + limit = { + OR = { + tag = SPU + tag = PEU + tag = BOL + } + primary_culture = south_andean + OR = { + in_sphere = PBC + vassal_of = PBC + } + } + all_core = { add_core = PBC } + annex_to = PBC + } + random_country = { + limit = { tag = SPU exists = no } + SPU = { all_core = { remove_core = SPU } } + } + } + + ai_will_do = { factor = 1 } + } + + + the_new_pbc = { + picture = peru_bolivia + potential = { + OR = { + tag = PEU + tag = SPU + tag = BOL + } + NOT = { exists = PBC } + } + + allow = { + war = no + OR = { + is_sphere_leader_of = PEU + tag = PEU + owns = 2295 + } + OR = { + is_sphere_leader_of = SPU + tag = SPU + owns = 2304 + } + OR = { + is_sphere_leader_of = BOL + tag = BOL + owns = 2313 + } + nationalism_n_imperialism = 1 + is_greater_power = yes + } + + effect = { + set_country_flag = pbc_reunited + prestige = 10 + badboy = 5 + any_country = { + limit = { + primary_culture = south_andean + OR = { + in_sphere = THIS + vassal_of = THIS + } + NOT = { tag = THIS } + NOT = { tag = CHL } + } + all_core = { add_core = PBC } + annex_to = THIS + } + all_core = { add_core = PBC } + change_tag = PBC + } + + ai_will_do = { + factor = 1 + } + } + + reunite_peru = { + picture = reunite_peru + potential = { + tag = PEU + SPU = { + exists = yes + NOT = { + any_owned_province = { + NOT = { is_core = SPU } + } + } + } + has_global_flag = first_pbc_fell + NOT = { has_country_flag = peru_reunited } + } + + allow = { + war = no + is_vassal = no + SPU = { + war = no + is_vassal = no + neighbour = PEU + } + } + + effect = { + set_country_flag = peru_reunited + prestige = 5 + relation = { who = CHL value = -50 } + random_country = { + limit = { + tag = SPU + ai = yes + } + all_core = { remove_core = SPU } + PEU = { inherit = SPU } + } + random_country = { + limit = { + tag = SPU + ai = no + } + set_country_flag = peru_reunited + prestige = 5 + all_core = { remove_core = SPU } + inherit = PEU + random_owned = { + limit = { province_id = 2295 } + owner = { capital = 2295 } + } + change_tag = PEU + } + } + + ai_will_do = { + factor = 1 + } + } + + declare_la_paz_capital = { + picture = la_paz_capital + potential = { + tag = BOL + year = 1898 + 2310 = { is_capital = no } + owns = 2310 + } + + allow = { + year = 1898 + owns = 2310 + war = no + 2310 = { is_capital = no } + } + + effect = { + capital = 2310 + BOL_2321 = { + rich_strata = { militancy = -3} + middle_strata = { militancy = -1 } + } + } + + ai_will_do = { + factor = 1 + } + } + + remove_spu_cores = { + picture = la_paz_capital + potential = { + tag = PEU + any_owned_province = { is_core = SPU } + SPU = { exists = no } + } + + allow = { + war = no + } + + effect = { + any_owned = { remove_core = SPU } + } + + ai_will_do = { + factor = 1 + } + } +} diff --git a/HPM/decisions/Poland.txt b/HPM/decisions/Poland.txt index 24b87598..a986f5a9 100644 --- a/HPM/decisions/Poland.txt +++ b/HPM/decisions/Poland.txt @@ -1,557 +1,560 @@ political_decisions = { - become_poland = { + become_poland = { - potential = { - primary_culture = polish - NOT = { exists = POL } - NOT = { has_country_flag = post_colonial_country } - NOT = { tag = PLC } - } + potential = { + primary_culture = polish + NOT = { exists = POL } + NOT = { has_country_flag = post_colonial_country } + NOT = { tag = PLC } + } - allow = { - prestige = 20 - war = no - is_vassal = no - owns = 706 - } + allow = { + prestige = 20 + war = no + is_vassal = no + owns = 706 + } - effect = { - prestige = 10 - random_owned = { - limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } - } - random_owned = { - limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } - } - all_core = { remove_core = CPL remove_core = THIS } - change_tag = POL - capital = 706 - - } + effect = { + prestige = 10 + random_owned = { + limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } + } + random_owned = { + limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } + } + all_core = { remove_core = CPL remove_core = THIS } + change_tag = POL + capital = 706 - ai_will_do = { - factor = 1 - } - } - - become_poland_lithuania = { - picture = become_poland_lithuania + } - potential = { - OR = { - primary_culture = polish - primary_culture = lithuanian - } - NOT = { exists = PLC } - NOT = { has_country_flag = post_colonial_country } - } + ai_will_do = { + factor = 1 + } + } - allow = { - war = no - is_greater_power = yes - owns = 706 - owns = 703 - 360 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 718 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 958 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 695 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } + become_poland_lithuania = { + picture = become_poland_lithuania - effect = { - prestige = 30 - random_owned = { - limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } - } - random_owned = { - limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } - } - random_owned = { - limit = { owner = { primary_culture = polish } } - owner = { - add_accepted_culture = lithuanian - all_core = { - add_core = PLC - remove_core = POL - } - } - LIT = { - all_core = { add_core = PLC } - } - } - random_owned = { - limit = { - owner = { primary_culture = lithuanian } - } - owner = { - add_accepted_culture = polish - all_core = { - add_core = PLC - remove_core = LIT - } - } - POL = { - all_core = { add_core = PLC } - } - } - LAT = { - all_core = { add_core = PLC } - } - BYE = { - all_core = { add_core = PLC } - } - RUS_958 = { add_core = PLC } - PRU_695 = { add_core = PLC } - any_country = { - limit = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - any_owned = { - limit = { is_core = PLC } - secede_province = THIS - } - } - change_tag = PLC - capital = 703 - any_greater_power = { - limit = { - OR = { - primary_culture = russian - is_culture_group = germanic - } - neighbour = THIS - } - relation = { who = THIS value = -200 } - leave_alliance = THIS - } - } + potential = { + OR = { + primary_culture = polish + primary_culture = lithuanian + } + NOT = { exists = PLC } + NOT = { has_country_flag = post_colonial_country } + } - ai_will_do = { - factor = 1 - } - } - - stop_poland_lithuania = { - picture = become_poland_lithuania - alert = no - potential = { - tag = PLC - NOT = { exists = POL } - } + allow = { + war = no + is_greater_power = yes + owns = 706 + owns = 703 + 360 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 718 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 958 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 695 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } - allow = { - war = no - is_greater_power = no - NOT = { owns = 695 } - NOT = { owns = 958 } - NOT = { owns = 718 } - } + effect = { + prestige = 30 + random_owned = { + limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } + } + random_owned = { + limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } + } + random_owned = { + limit = { owner = { primary_culture = polish } } + owner = { + add_accepted_culture = lithuanian + all_core = { + add_core = PLC + remove_core = POL + } + } + LIT = { + all_core = { add_core = PLC } + } + } + random_owned = { + limit = { + owner = { primary_culture = lithuanian } + } + owner = { + add_accepted_culture = polish + all_core = { + add_core = PLC + remove_core = LIT + } + } + POL = { + all_core = { add_core = PLC } + } + } + LAT = { + all_core = { add_core = PLC } + } + BYE = { + all_core = { add_core = PLC } + } + RUS_958 = { add_core = PLC } + PRU_695 = { add_core = PLC } + any_country = { + limit = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + any_owned = { + limit = { is_core = PLC } + secede_province = THIS + } + } + change_tag = PLC + capital = 703 + any_greater_power = { + limit = { + OR = { + primary_culture = russian + is_culture_group = germanic + } + neighbour = THIS + } + relation = { who = THIS value = -200 } + leave_alliance = THIS + } + } - effect = { - prestige = -35 - PLC = { all_core = { remove_core = PLC } } - 689 = { add_core = POL } - 702 = { add_core = POL } - 704 = { add_core = POL } - 705 = { add_core = POL } - 714 = { add_core = POL } - 951 = { add_core = POL } - 952 = { add_core = POL } - 953 = { add_core = POL } - 2584 = { add_core = POL } - 684 = { add_core = POL } - 685 = { add_core = POL } - 690 = { add_core = POL } - 691 = { add_core = POL } - 694 = { add_core = POL } - 699 = { add_core = POL } - 700 = { add_core = POL } - 701 = { add_core = POL } - 703 = { add_core = POL } - 360 = { add_core = POL } - 706 = { add_core = POL } - 707 = { add_core = POL } - 708 = { add_core = POL } - 709 = { add_core = POL } - 710 = { add_core = POL } - 711 = { add_core = POL } - 712 = { add_core = POL } - 713 = { add_core = POL } - 715 = { add_core = POL } - 716 = { add_core = POL } - 717 = { add_core = POL } - 719 = { add_core = POL } - 936 = { add_core = POL } - 937 = { add_core = POL } - 938 = { add_core = POL } - 939 = { add_core = POL } - 940 = { add_core = POL } - 947 = { add_core = POL } - 955 = { add_core = POL } - 956 = { add_core = POL } - 957 = { add_core = POL } - any_pop = { - limit = { has_pop_culture = polish } - militancy = -6 - } - change_tag = POL - capital = 706 - } + ai_will_do = { + factor = 1 + } + } - ai_will_do = { - factor = 1 - } - } + stop_poland_lithuania = { + picture = become_poland_lithuania + alert = no + potential = { + tag = PLC + NOT = { exists = POL } + } - unite_with_poland = { + allow = { + war = no + is_greater_power = no + NOT = { owns = 695 } + NOT = { owns = 958 } + NOT = { owns = 718 } + } - potential = { - primary_culture = polish - NOT = { - has_country_flag = unite_with_poland - has_country_flag = post_colonial_country - tag = POL - tag = CPL - tag = PLC - } - any_neighbor_country = { - is_vassal = no - OR = { - tag = POL - tag = CPL - } - } - } + effect = { + prestige = -35 + PLC = { all_core = { remove_core = PLC } } + 689 = { add_core = POL } + 702 = { add_core = POL } + 704 = { add_core = POL } + 705 = { add_core = POL } + 714 = { add_core = POL } + 951 = { add_core = POL } + 952 = { add_core = POL } + 953 = { add_core = POL } + 2584 = { add_core = POL } + 684 = { add_core = POL } + 685 = { add_core = POL } + 690 = { add_core = POL } + 691 = { add_core = POL } + 694 = { add_core = POL } + 699 = { add_core = POL } + 700 = { add_core = POL } + 701 = { add_core = POL } + 703 = { add_core = POL } + 360 = { add_core = POL } + 706 = { add_core = POL } + 707 = { add_core = POL } + 708 = { add_core = POL } + 709 = { add_core = POL } + 710 = { add_core = POL } + 711 = { add_core = POL } + 712 = { add_core = POL } + 713 = { add_core = POL } + 715 = { add_core = POL } + 716 = { add_core = POL } + 717 = { add_core = POL } + 719 = { add_core = POL } + 936 = { add_core = POL } + 937 = { add_core = POL } + 938 = { add_core = POL } + 939 = { add_core = POL } + 940 = { add_core = POL } + 947 = { add_core = POL } + 955 = { add_core = POL } + 956 = { add_core = POL } + 957 = { add_core = POL } + any_pop = { + limit = { has_pop_culture = polish } + militancy = -6 + } + change_tag = POL + capital = 706 + } - allow = { - war = no - OR = { - AND = { - neighbour = POL - CPL = { exists = no } - relation = { who = POL value = 50 } - OR = { - is_vassal = no - vassal_of = POL - } - OR = { - NOT = { part_of_sphere = yes } - in_sphere = POL - sphere_owner = { is_sphere_leader_of = POL } - } - POL = { - is_vassal = no - war = no - } - } - AND = { - neighbour = CPL - POL = { exists = no } - relation = { who = CPL value = 50 } - OR = { - is_vassal = no - vassal_of = CPL - } - OR = { - NOT = { part_of_sphere = yes } - in_sphere = CPL - sphere_owner = { is_sphere_leader_of = CPL } - } - CPL = { - is_vassal = no - war = no - } - } - } - } + ai_will_do = { + factor = 1 + } + } - effect = { - set_country_flag = unite_with_poland - random_owned = { - limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } - } - random_owned = { - limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } - } - random_country = { - limit = { - OR = { - tag = POL - tag = CPL - } - neighbour = THIS - is_vassal = no - exists = yes - ai = yes - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = POL - neighbour = THIS - is_vassal = no - exists = yes - ai = yes - THIS = { ai = no } - } - THIS = { - inherit = POL - random_owned = { - limit = { province_id = 706 } - owner = { capital = 706 } - } - change_tag = POL - } - } - random_country = { - limit = { - tag = CPL - neighbour = THIS - is_vassal = no - exists = yes - ai = yes - THIS = { ai = no } - } - THIS = { - inherit = CPL - random_owned = { - limit = { province_id = 706 } - owner = { capital = 706 } - } - change_tag = CPL - } - } - random_country = { - limit = { - OR = { - tag = POL - tag = CPL - } - neighbour = THIS - is_vassal = no - exists = yes - ai = no - } - country_event = 60130 - } - } + unite_with_poland = { - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - has_country_flag = fascist_gov - POL = { - exists = yes - NOT = { has_country_flag = fascist_gov } - neighbour = THIS - } - CPL = { - exists = yes - NOT = { has_country_flag = fascist_gov } - neighbour = THIS - } - } - modifier = { - factor = 0 - has_country_flag = communist_gov - POL = { - exists = yes - NOT = { has_country_flag = communist_gov } - neighbour = THIS - } - CPL = { - exists = yes - NOT = { has_country_flag = communist_gov } - neighbour = THIS - } - } - } - } + potential = { + primary_culture = polish + NOT = { + has_country_flag = unite_with_poland + has_country_flag = post_colonial_country + tag = POL + tag = CPL + tag = PLC + } + any_neighbor_country = { + is_vassal = no + OR = { + tag = POL + tag = CPL + } + } + } - galicia_annex_krakow = { - picture = unite_with_poland - potential = { - tag = KRA - exists = GLM - NOT = { has_country_flag = galicia_annex_krakow } - } + allow = { + war = no + OR = { + AND = { + neighbour = POL + CPL = { exists = no } + relation = { who = POL value = 50 } + OR = { + is_vassal = no + vassal_of = POL + } + OR = { + NOT = { part_of_sphere = yes } + in_sphere = POL + sphere_owner = { is_sphere_leader_of = POL } + } + POL = { + is_vassal = no + war = no + } + } + AND = { + neighbour = CPL + POL = { exists = no } + relation = { who = CPL value = 50 } + OR = { + is_vassal = no + vassal_of = CPL + } + OR = { + NOT = { part_of_sphere = yes } + in_sphere = CPL + sphere_owner = { is_sphere_leader_of = CPL } + } + CPL = { + is_vassal = no + war = no + } + } + } + } - allow = { - war = no - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = GLM } - } - GLM = { - war = no - neighbour = THIS - } - } + effect = { + set_country_flag = unite_with_poland + random_owned = { + limit = { owner = { accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } + } + random_owned = { + limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } + } + random_country = { + limit = { + OR = { + tag = POL + tag = CPL + } + neighbour = THIS + is_vassal = no + exists = yes + ai = yes + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = POL + neighbour = THIS + is_vassal = no + exists = yes + ai = yes + THIS = { ai = no } + } + THIS = { + inherit = POL + random_owned = { + limit = { province_id = 706 } + owner = { capital = 706 } + } + change_tag = POL + } + } + random_country = { + limit = { + tag = CPL + neighbour = THIS + is_vassal = no + exists = yes + ai = yes + THIS = { ai = no } + } + THIS = { + inherit = CPL + random_owned = { + limit = { province_id = 706 } + owner = { capital = 706 } + } + change_tag = CPL + } + } + random_country = { + limit = { + OR = { + tag = POL + tag = CPL + } + neighbour = THIS + is_vassal = no + exists = yes + ai = no + } + country_event = 60130 + } + } - effect = { - set_country_flag = galicia_annex_krakow - all_core = { remove_core = THIS } - random_country = { - limit = { - tag = GLM - ai = yes - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = GLM - ai = yes - THIS = { ai = no } - } - any_owned = { secede_province = THIS } - THIS = { - random_owned = { - limit = { province_id = 702 } - owner = { capital = 702 } - } - change_tag = GLM - } - } - random_country = { - limit = { - tag = GLM - ai = no - } - country_event = 60130 - } - } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + has_country_flag = fascist_gov + POL = { + exists = yes + NOT = { has_country_flag = fascist_gov } + neighbour = THIS + } + CPL = { + exists = yes + NOT = { has_country_flag = fascist_gov } + neighbour = THIS + } + } + modifier = { + factor = 0 + has_country_flag = communist_gov + POL = { + exists = yes + NOT = { has_country_flag = communist_gov } + neighbour = THIS + } + CPL = { + exists = yes + NOT = { has_country_flag = communist_gov } + neighbour = THIS + } + } + } + } - ai_will_do = { - factor = 1 - } - } + galicia_annex_krakow = { + picture = unite_with_poland + potential = { + tag = KRA + exists = GLM + NOT = { has_country_flag = galicia_annex_krakow } + } - krakow_form_galicia = { - picture = become_poland - potential = { - tag = KRA - is_subject = no - not = { exists = GLM } - } + allow = { + war = no + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = GLM } + } + GLM = { + war = no + neighbour = THIS + } + } - allow = { - war = no - owns = 702 # Lvow - owns = 704 # Novy Sacz - owns = 705 # Przemsyl - owns = 714 # Tarnow - owns = 951 # Styri - owns = 952 # Ternopil - owns = 953 # Stanislavov - } + effect = { + set_country_flag = galicia_annex_krakow + all_core = { + remove_core = THIS + add_core = GLM + } + random_country = { + limit = { + tag = GLM + ai = yes + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = GLM + ai = yes + THIS = { ai = no } + } + any_owned = { secede_province = THIS } + THIS = { + random_owned = { + limit = { province_id = 702 } + owner = { capital = 702 } + } + change_tag = GLM + } + } + random_country = { + limit = { + tag = GLM + ai = no + } + country_event = 60130 + } + } - effect = { - prestige = 10 - all_core = { remove_core = THIS } - change_tag = GLM - capital = 702 - } - } - - claim_eastern_poland = { - picture = become_poland - potential = { - tag = POL - NOT = { has_country_flag = claimed_eastern_poland } - } - allow = { - nationalism_n_imperialism = 1 - war_policy = jingoism - war = no - is_vassal = no - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - effect = { - set_country_flag = claimed_eastern_poland - badboy = 15 - 955 = { add_core = POL } - 956 = { add_core = POL } - 957 = { add_core = POL } - RUS_707 = { add_core = POL } - RUS_940 = { add_core = POL } - } - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.5 } - } - } - - january_uprising_victory = { - picture = become_poland - potential = { - tag = CPL - owns = 706 - has_global_flag = january_uprising_happened - any_neighbor_country = { has_country_flag = through_january_uprising } - has_country_modifier = polish_uprising_mobilization - } - - allow = { - war = no - any_neighbor_country = { - truce_with = THIS - has_recently_lost_war = yes - } - } - effect = { - any_neighbor_country = { clr_country_flag = through_january_uprising } - set_country_flag = poland_is_free - remove_country_modifier = polish_uprising_mobilization - remove_country_modifier = unrecognized_country - any_owned = { - limit = { OR = { is_core = CPL is_core = POL } } - remove_core = RUS - } - } - ai_will_do = { factor = 1 } - } + ai_will_do = { + factor = 1 + } + } + + krakow_form_galicia = { + picture = become_poland + potential = { + tag = KRA + is_subject = no + not = { exists = GLM } + } + + allow = { + war = no + owns = 702 # Lvow + owns = 704 # Novy Sacz + owns = 705 # Przemsyl + owns = 714 # Tarnow + owns = 951 # Styri + owns = 952 # Ternopil + owns = 953 # Stanislavov + } + + effect = { + prestige = 10 + all_core = { remove_core = THIS } + change_tag = GLM + capital = 702 + } + } + + claim_eastern_poland = { + picture = become_poland + potential = { + tag = POL + NOT = { has_country_flag = claimed_eastern_poland } + } + allow = { + nationalism_n_imperialism = 1 + war_policy = jingoism + war = no + is_vassal = no + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + effect = { + set_country_flag = claimed_eastern_poland + badboy = 15 + 955 = { add_core = POL } + 956 = { add_core = POL } + 957 = { add_core = POL } + RUS_707 = { add_core = POL } + RUS_940 = { add_core = POL } + } + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.5 } + } + } + + january_uprising_victory = { + picture = become_poland + potential = { + tag = CPL + owns = 706 + has_global_flag = january_uprising_happened + any_neighbor_country = { has_country_flag = through_january_uprising } + has_country_modifier = polish_uprising_mobilization + } + + allow = { + war = no + any_neighbor_country = { + truce_with = THIS + has_recently_lost_war = yes + } + } + effect = { + any_neighbor_country = { clr_country_flag = through_january_uprising } + set_country_flag = poland_is_free + remove_country_modifier = polish_uprising_mobilization + remove_country_modifier = unrecognized_country + any_owned = { + limit = { OR = { is_core = CPL is_core = POL } } + remove_core = RUS + } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Political.txt b/HPM/decisions/Political.txt index fd0dd26c..e0e61e49 100644 --- a/HPM/decisions/Political.txt +++ b/HPM/decisions/Political.txt @@ -1,1957 +1,1957 @@ political_decisions = { - enact_liquor_prohibition = { - picture = enact_liquor_prohibition - potential = { - social_science = 1 - has_country_modifier = temperance_league - NOT = { - OR = { - has_country_modifier = liquor_prohibition - has_country_flag = prohibition_repealed - } - } - } - allow = { - OR = { - moralism = 30 - liberal = 60 - government = proletarian_dictatorship - government = fascist_dictatorship - government = bourgeois_dictatorship - government = presidential_dictatorship - } - } - effect = { - add_country_modifier = { - name = liquor_prohibition - duration = -1 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - OR = { - moralism = 30 - liberal = 60 - } - } - } - } - } - - abolish_prohibition = { - picture = abolish_prohibition - potential = { - has_country_modifier = liquor_prohibition - } - allow = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = bourgeois_dictatorship - government = presidential_dictatorship - NOT = { - liberal = 50 - } - NOT = { - moralism = 20 - } - } - } - effect = { - remove_country_modifier = liquor_prohibition - set_country_flag = prohibition_repealed - - } - } - institute_central_bank = { - picture = institute_central_bank - potential = { - NOT = { - has_country_modifier = central_bank_established - } - central_bank_money_bill_printing = 1 - } - - allow = { - money = 1000 - modern_central_bank_system = 1 - } - - effect = { - treasury = -1000 - set_country_flag = central_bank_instituted - add_country_modifier = { - name = central_bank_established - duration = -1 - } - } - } - - enact_female_suffrage = { - picture = enact_female_suffrage - potential = { - year = 1870 - civilized = yes - NOT = { has_country_modifier = female_suffrage } - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - - allow = { - social_science = 1 - revolution_n_counterrevolution = 1 - OR = { - upper_house = { - ideology = socialist - value = 0.3 - } - upper_house = { - ideology = liberal - value = 0.3 - } - AND = { - upper_house = { - ideology = socialist - value = 0.15 - } - upper_house = { - ideology = liberal - value = 0.15 - } - } - } - OR = { - political_reform_want = 0.15 - vote_franschise = universal_voting - } - average_consciousness = 4 - } - - effect = { - war_exhaustion = -2 - add_country_modifier = { - name = female_suffrage - duration = -1 - } - } - } - - leave_soi = { - alert = no - picture = sign_the_geneva_convention - potential = { - part_of_sphere = yes - OR = { - is_vassal = no - AND = { - ai = yes - has_country_flag = failed_unification_remove_from_sphere - } - } - } - - allow = { - OR = { - total_pops = 50000000 - AND = { - is_secondary_power = yes - sphere_owner = { - NOT = { - relation = { who = THIS value = -100 } - truce_with = THIS - } - } - } - AND = { - ai = yes - has_country_flag = failed_unification_remove_from_sphere - } - } - } - - effect = { - random_owned = { - limit = { owner = { NOT = { has_country_flag = failed_unification_remove_from_sphere } } } - owner = { sphere_owner = { country_event = 13202 } } - } - random_owned = { - limit = { owner = { has_country_flag = failed_unification_remove_from_sphere } } - owner = { - clr_country_flag = failed_unification_remove_from_sphere - sphere_owner = { diplomatic_influence = { who = THIS value = -200 } } - } - } - } - - ai_will_do = { - factor = 1 - - # Ai will do, if sphere owner has LESS than thrice our brigades. - modifier = { - factor = 0 - NOT = { - total_pops = 50000000 - has_country_flag = failed_unification_remove_from_sphere - } - sphere_owner = { - # Factor = (sphere_owner regiments) / (our regiments). - # Returns true if( factor >= x ). - # Use NOT statement to check if( factor < x ) - brigades_compare = 3 - } - } - } - } - - nationalize = { - picture = nationalize - - potential = { - can_nationalize = yes - civilized = yes - NOT = { has_country_modifier = nationalization_in_progress } - } - - allow = { - NOT = { part_of_sphere = yes } - NOT = { is_vassal = yes } - OR = { - economic_policy = state_capitalism - economic_policy = planned_economy - is_greater_power = yes - } - OR = { - ai = no - is_greater_power = yes - military_score = 300 - AND = { - NOT = { has_recently_lost_war = yes } - NOT = { is_disarmed = yes } - NOT = { war_policy = pacifism } - NOT = { num_of_revolts = 1 } - NOT = { any_owned_province = { country_units_in_province = REB } } - NOT = { average_militancy = 7 } - total_amount_of_divisions = 10 - military_score = 50 - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - AND = { - military_score = 200 - is_secondary_power = yes - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - AND = { - any_greater_power = { alliance_with = THIS military_score = 50 } - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - } - } - } - } - - effect = { - add_country_modifier = { name = nationalization_in_progress duration = 365 } - nationalize = yes - } - - ai_will_do = { factor = 1 } - } - - renaming_act_lushun = { - picture = port_arthur - - potential = { - owns = 1481 - OR = { - AND = { - NOT = { has_global_flag = lushun } - OR = { - is_culture_group = east_asian - primary_culture = korean - primary_culture = ainu - } - OR = { - has_global_flag = renamed_port_arthur - has_global_flag = renamed_ryojun - } - } - AND = { - primary_culture = japanese - NOT = { has_global_flag = renamed_ryojun } - } - AND = { - NOT = { is_culture_group = east_asian } - NOT = { primary_culture = korean } - NOT = { primary_culture = ainu } - NOT = { primary_culture = japanese } - NOT = { has_global_flag = renamed_port_arthur } - } - } - } - - allow = { war = no } - - effect = { - prestige = 2 - random_owned = { - limit = { - owner = { - NOT = { is_culture_group = east_asian } - NOT = { primary_culture = korean } - NOT = { primary_culture = ainu } - NOT = { primary_culture = japanese } - } - } - owner = { - 1481 = { change_province_name = "Port Arthur" } - set_global_flag = renamed_port_arthur - clr_global_flag = lushun - clr_global_flag = renamed_ryojun - } - } - - random_owned = { - limit = { owner = { primary_culture = japanese } } - owner = { - 1481 = { change_province_name = "Ryojun" } - clr_global_flag = renamed_port_arthur - clr_global_flag = lushun - set_global_flag = renamed_ryojun - } - } - - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = east_asian - primary_culture = korean - primary_culture = ainu - } - OR = { - has_global_flag = renamed_ryojun - has_global_flag = renamed_port_arthur - } - } - } - owner = { - 1481 = { change_province_name = "Lüshun" } - set_global_flag = lushun - clr_global_flag = renamed_port_arthur - clr_global_flag = renamed_ryojun - } - } - } - - ai_will_do = { factor = 1 } - } - - enslave_the_serfs = { - alert = no - picture = enslave_the_serfs_image - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - debt_law = serfdom - } - - allow = { - war = no - ruling_party_ideology = reactionary - slavery = yes_slavery - state_n_government = 1 - } - - effect = { - badboy = 5 - country_event = 443035 - any_pop = { - limit = { - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - pop_majority_ideology = communist - } - } - militancy = 5 - consciousness = 7 - } - any_country = { - limit = { civilized = yes slavery = no_slavery is_greater_power = yes } - relation = { who = THIS value = -100 } - } - any_neighbor_country = { - limit = { is_greater_power = no civilized = yes slavery = no_slavery NOT = { vassal_of = THIS } NOT = { in_sphere = THIS } } - relation = { who = THIS value = -50 } - } - } - - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.25 - } - } - } - - the_red_terror = { - picture = the_red_terror - potential = { - government = proletarian_dictatorship - NOT = { has_country_modifier = the_terror } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - mass_politics = 1 - invention = secret_police - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - plurality = -25 - random = { - chance = 50 - badboy = 1 - } - random = { - chance = 50 - badboy = 1 - } - add_country_modifier = { - name = the_terror - duration = -1 - } - any_pop = { ideology = { factor = 0.1 value = communist } } - any_pop = { - limit = { - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - random_list = { 50 = { reduce_pop = 0.99 } 50 = { reduce_pop = 0.98 } } - } - any_pop = { - limit = { OR = { social_movement = yes political_movement = yes } } - militancy = -7 - random_list = { 50 = { reduce_pop = 0.9 } 50 = { reduce_pop = 0.85 } } - } - any_pop = { - limit = { - OR = { type = soldiers type = officers } - NOT = { pop_majority_ideology = communist } - } - militancy = -9 ideology = { factor = 0.35 value = communist } - random_list = { 50 = { reduce_pop = 0.9 } 50 = { reduce_pop = 0.85 } } - } - any_pop = { limit = { pop_majority_ideology = communist } reduce_pop = 0.99 } - any_pop = { limit = { pop_majority_ideology = socialist } ideology = { factor = 0.5 value = communist } } - - any_pop = { limit = { pop_majority_ideology = fascist } random_list = { 50 = { reduce_pop = 0.8 } 50 = { reduce_pop = 0.75 } } } - any_pop = { limit = { pop_majority_ideology = anarcho_liberal } reduce_pop = 0.2 } - any_pop = { limit = { pop_majority_ideology = reactionary } random_list = { 50 = { reduce_pop = 0.8 } 50 = { reduce_pop = 0.85 } } } - - any_pop = { - scaled_consciousness = { - factor = 9 - ideology = fascist - } - scaled_militancy = { - factor = 9 - ideology = fascist - } - - scaled_consciousness = { - factor = 9 - ideology = anarcho_liberal - } - scaled_militancy = { - factor = 9 - ideology = anarcho_liberal - } - - scaled_consciousness = { - factor = 8 - ideology = reactionary - } - scaled_militancy = { - factor = 8 - ideology = reactionary - } - - scaled_consciousness = { - factor = 8 - ideology = liberal - } - scaled_militancy = { - factor = 8 - ideology = liberal - } - - scaled_consciousness = { - factor = 4 - ideology = conservative - } - scaled_militancy = { - factor = 4 - ideology = conservative - } - - scaled_consciousness = { - factor = 4 - ideology = socialist - } - scaled_militancy = { - factor = 4 - ideology = socialist - } - - scaled_consciousness = { - factor = -9 - ideology = communist - } - scaled_militancy = { - factor = -9 - ideology = communist - } - } - - add_country_modifier = { - name = law_changed_by_force - duration = 1216 - } - } - - ai_will_do = { factor = 1 } - } - - the_fascist_terror = { - picture = the_red_terror - potential = { - government = fascist_dictatorship - NOT = { has_country_modifier = the_terror } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - mass_politics = 1 - invention = secret_police - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - plurality = -25 - random = { - chance = 50 - badboy = 1 - } - random = { - chance = 50 - badboy = 1 - } - add_country_modifier = { - name = the_terror - duration = -1 - } - add_country_modifier = { - name = law_changed_by_force - duration = 1095 - } - any_pop = { limit = { pop_majority_ideology = communist } random_list = { 50 = { reduce_pop = 0.95 } 50 = { reduce_pop = 0.9 } } } - any_pop = { limit = { pop_majority_ideology = anarcho_liberal } reduce_pop = 0.98 } - any_pop = { limit = { pop_majority_ideology = socialist } reduce_pop = 0.98 } - any_pop = { - limit = { - OR = { - social_movement = yes - political_movement = yes - } - } - militancy = -7 - random_list = { 50 = { reduce_pop = 0.99 } 50 = { reduce_pop = 0.98 } } - } - - any_pop = { limit = { type = officers } reduce_pop = 0.99 } - - any_pop = { - limit = { - OR = { type = soldiers type = officers } - NOT = { pop_majority_ideology = fascist } - } - militancy = -9 ideology = { factor = 0.35 value = fascist } - } - any_pop = { ideology = { factor = 0.01 value = fascist } } - any_pop = { - scaled_consciousness = { - factor = -9 - ideology = fascist - } - scaled_militancy = { - factor = -9 - ideology = fascist - } - - scaled_consciousness = { - factor = 9 - ideology = anarcho_liberal - } - scaled_militancy = { - factor = 9 - ideology = anarcho_liberal - } - - scaled_consciousness = { - factor = 4 - ideology = liberal - } - scaled_militancy = { - factor = 4 - ideology = liberal - } - - scaled_consciousness = { - factor = 3 - ideology = conservative - } - scaled_militancy = { - factor = 3 - ideology = conservative - } - - scaled_consciousness = { - factor = 7 - ideology = socialist - } - scaled_militancy = { - factor = 7 - ideology = socialist - } - - scaled_consciousness = { - factor = 9 - ideology = communist - } - scaled_militancy = { - factor = 9 - ideology = communist - } - } - } - - ai_will_do = { factor = 1 } - } - - the_cult_of_personality = { - picture = switch_to_autocracy - potential = { - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { has_country_modifier = cult_of_personality } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - mass_politics = 1 - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - plurality = -25 - add_country_modifier = { - name = cult_of_personality - duration = -1 - } - add_country_modifier = { - name = law_changed_by_force - duration = 1216 - } - any_pop = { limit = { agree_with_ruling_party = 0.40 } militancy = -3 consciousness = -6 } - } - - ai_will_do = { factor = 1 } - } - - ideological_indoctrination_communist = { - picture = indoctrinal_education_communist - potential = { - government = proletarian_dictatorship - NOT = { has_country_modifier = political_education } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - mass_politics = 1 - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - NOT = { school_reforms = no_schools } - } - - effect = { - plurality = -25 - add_country_modifier = { - name = political_education - duration = -1 - } - add_country_modifier = { - name = law_changed_by_force - duration = 1216 - } - any_pop = { ideology = { factor = 0.1 value = communist } } - } - - ai_will_do = { factor = 1 } - } - - ideological_indoctrination_fascist = { - picture = indoctrinal_education - potential = { - government = fascist_dictatorship - NOT = { has_country_modifier = political_education } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - mass_politics = 1 - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - NOT = { school_reforms = no_schools } - } - - effect = { - plurality = -25 - add_country_modifier = { - name = political_education - duration = -1 - } - add_country_modifier = { - name = law_changed_by_force - duration = 1095 - } - any_pop = { ideology = { factor = 0.1 value = fascist } } - } - - ai_will_do = { factor = 1 } - } - - the_totalitarian_regime = { - picture = mussolini_hq - potential = { - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { has_country_modifier = totalitarian_system } - } - - allow = { - war = no - has_country_modifier = political_education - has_country_modifier = cult_of_personality - has_country_modifier = the_terror - NOT = { num_of_revolts = 1 } - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - plurality = -25 - set_country_flag = totalitarian_government - add_country_modifier = { - name = totalitarian_system - duration = -1 - } - remove_country_modifier = political_education - remove_country_modifier = cult_of_personality - remove_country_modifier = the_terror - } - - ai_will_do = { factor = 1 } - } - - - abolish_slavery = { - picture = enslave_the_serfs_image - potential = { - NOT = { slavery = no_slavery } - OR = { - government = hms_government - government = democracy - } - NOT = { any_pop = { type = slaves } } - year = 1886 - } - - allow = { - war = no - has_country_modifier = signed_the_geneva_convention - invention = mission_to_civilize - NOT = { citizenship_policy = residency } - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = fascist } - OR = { - AND = { - upper_house = { ideology = liberal value = 0.1 } - upper_house = { ideology = socialist value = 0.1 } - } - upper_house = { ideology = liberal value = 0.2 } - upper_house = { ideology = socialist value = 0.2 } - } - } - - effect = { - political_reform = no_slavery - scaled_militancy = { - ideology = socialist - factor = -1 - } - scaled_militancy = { - ideology = liberal - factor = -1 - } - scaled_militancy = { - ideology = reactionary - factor = 5 - } - scaled_consciousness = { - ideology = reactionary - factor = 8 - } - any_pop = { limit = { type = aristocrats } militancy = 2 consciousness = 4 } - any_country = { limit = { is_greater_power = yes NOT = { rank = 4 } } relation = { who = THIS value = 20 } } - } - - ai_will_do = { factor = 1 } - } - - move_capital_to_historical_capital = { - picture = budapest_city - potential = { - exists = yes - OR = { - AND = { tag = POL owns = 706 NOT = { capital = 706 } } - AND = { tag = BUL owns = 809 NOT = { capital = 809 } } - AND = { tag = HUN owns = 641 NOT = { capital = 641 } } - AND = { tag = NYE owns = 1178 NOT = { capital = 1178 } } - AND = { tag = YEM owns = 1178 NOT = { capital = 1178 } } - AND = { tag = LIT owns = 360 NOT = { capital = 360 } } - AND = { tag = EGY owns = 1745 NOT = { capital = 1745 } } - AND = { tag = NIC owns = 2197 NOT = { capital = 2197 } } - AND = { tag = ASH owns = 1907 NOT = { capital = 1907 } civilized = yes } - AND = { tag = ALD owns = 1700 NOT = { capital = 1700 } } - AND = { tag = NIG owns = 1808 NOT = { capital = 1808 } } - AND = { tag = MLI owns = 1794 NOT = { capital = 1794 } } - AND = { tag = TNZ owns = 2036 NOT = { capital = 2036 } } - AND = { tag = HND owns = 1236 NOT = { capital = 1236 } } - AND = { tag = MUG owns = 1236 NOT = { capital = 1236 } } - AND = { tag = LXA owns = 1357 NOT = { capital = 1357 } } - AND = { tag = CNG owns = 1983 NOT = { capital = 1983 } NOT = { has_global_flag = congo_renamed } } - AND = { tag = KAM owns = 1082 NOT = { capital = 1082 } } - AND = { tag = UKR owns = 958 NOT = { capital = 958 } } - AND = { tag = CUB owns = 2209 NOT = { capital = 2209 } } - AND = { tag = GRE owns = 860 NOT = { capital = 860 } state_n_government = 1 prestige = 40 860 = { is_core = THIS } } - AND = { tag = PHL owns = 1455 NOT = { capital = 1455 } } - AND = { tag = DAI owns = 1369 NOT = { capital = 1369 } } - AND = { tag = SIA owns = 1346 NOT = { capital = 1346 } } - AND = { tag = CAM owns = 1364 NOT = { capital = 1364 } } - AND = { tag = BUR owns = 1334 NOT = { capital = 1334 } } - AND = { tag = MLY owns = 1387 NOT = { capital = 1387 } } - AND = { tag = TKM owns = 1387 NOT = { capital = 1204 } } - AND = { tag = UZB owns = 1195 NOT = { capital = 1195 } } - AND = { tag = TAJ owns = 1207 NOT = { capital = 1207 } } - AND = { tag = KYR owns = 1189 NOT = { capital = 1189 } } - AND = { tag = TUR owns = 876 NOT = { capital = 876 capital = 860 } } - AND = { tag = INO owns = 1413 NOT = { capital = 1413 } } - AND = { tag = ARG owns = 2348 NOT = { capital = 2348 capital = 2360 } } - AND = { tag = CRO owns = 771 NOT = { capital = 771 } } - AND = { tag = AUS owns = 619 NOT = { capital = 619 } } - AND = { tag = IRE owns = 263 NOT = { capital = 263 } } - AND = { tag = TAJ owns = 1207 NOT = { capital = 1207 } } - AND = { tag = KAZ owns = 1181 NOT = { capital = 1181 } } - AND = { tag = MLI owns = 1794 NOT = { capital = 1794 } } - AND = { tag = VEN owns = 729 NOT = { capital = 729 } } - AND = { tag = KOR owns = 1624 NOT = { capital = 1624 } } - AND = { tag = ALB owns = 849 NOT = { capital = 849 } } - AND = { tag = SLO owns = 849 NOT = { capital = 768 } } - AND = { tag = ASH civilized = yes owns = 1907 NOT = { capital = 1907 } } - } - } - - allow = { war = no } - - effect = { - random_owned = { limit = { owner = { tag = SLO } } owner = { capital = 768 } } - random_owned = { limit = { owner = { tag = ALB } } owner = { capital = 849 } } - random_owned = { limit = { owner = { tag = KOR } } owner = { capital = 1624 } } - random_owned = { limit = { owner = { tag = ASH } } owner = { capital = 1907 } } - random_owned = { limit = { owner = { tag = MLI } } owner = { capital = 1794 } } - random_owned = { limit = { owner = { tag = KAZ } } owner = { capital = 1181 } } - random_owned = { limit = { owner = { tag = TAJ } } owner = { capital = 1207 } } - random_owned = { limit = { owner = { tag = IRE } } owner = { capital = 263 } } - random_owned = { limit = { owner = { tag = AUS } } owner = { capital = 619 } } - random_owned = { limit = { owner = { tag = CRO } } owner = { capital = 771 } } - random_owned = { limit = { owner = { tag = ARG } } owner = { capital = 2348 } } - random_owned = { limit = { owner = { tag = INO } } owner = { capital = 1413 } } - random_owned = { limit = { owner = { tag = TUR } } owner = { capital = 876 } } - random_owned = { limit = { owner = { tag = KYR } } owner = { capital = 1189 } } - random_owned = { limit = { owner = { tag = TAJ } } owner = { capital = 1207 } } - random_owned = { limit = { owner = { tag = UZB } } owner = { capital = 1195 } } - random_owned = { limit = { owner = { tag = TKM } } owner = { capital = 1204 } } - random_owned = { limit = { owner = { tag = MLY } } owner = { capital = 1387 } } - random_owned = { limit = { owner = { tag = BUR } } owner = { capital = 1334 } } - random_owned = { limit = { owner = { tag = CAM } } owner = { capital = 1364 } } - random_owned = { limit = { owner = { tag = SIA } } owner = { capital = 1346 } } - random_owned = { limit = { owner = { tag = DAI } } owner = { capital = 1369 } } - random_owned = { limit = { owner = { tag = PHL } } owner = { capital = 1455 } } - random_owned = { - limit = { owner = { tag = GRE } } - owner = { capital = 860 860 = { any_pop = { limit = { has_pop_religion = orthodox } militancy = -2 } } } - } - random_owned = { limit = { owner = { tag = CUB } } owner = { capital = 2209 } } - random_owned = { limit = { owner = { tag = UKR } } owner = { capital = 958 } } - random_owned = { limit = { owner = { tag = KAM } } owner = { capital = 1082 } } - random_owned = { limit = { owner = { tag = CNG } } owner = { capital = 1983 } } - random_owned = { limit = { owner = { tag = LXA } } owner = { capital = 1357 } } - random_owned = { limit = { owner = { tag = MUG } } owner = { capital = 1236 } } - random_owned = { limit = { owner = { tag = HND } } owner = { capital = 1236 } } - random_owned = { limit = { owner = { tag = TNZ } } owner = { capital = 2036 } } - random_owned = { limit = { owner = { tag = POL } } owner = { capital = 706 } } - random_owned = { limit = { owner = { tag = BUL } } owner = { capital = 809 } } - random_owned = { limit = { owner = { tag = HUN } } owner = { capital = 641 } } - random_owned = { limit = { owner = { tag = NYE } } owner = { capital = 1178 } } - random_owned = { limit = { owner = { tag = YEM } } owner = { capital = 1178 } } - random_owned = { limit = { owner = { tag = LIT } } owner = { capital = 360 } } - random_owned = { limit = { owner = { tag = EGY } } owner = { capital = 1745 } } - random_owned = { limit = { owner = { tag = NIC } } owner = { capital = 2197 } } - random_owned = { limit = { owner = { tag = ASH } } owner = { capital = 1907 } } - random_owned = { limit = { owner = { tag = ALD } } owner = { capital = 1700 } } - random_owned = { limit = { owner = { tag = NIG } } owner = { capital = 1808 } } - random_owned = { limit = { owner = { tag = MLI } } owner = { capital = 1794 } } - random_owned = { limit = { owner = { tag = VEN } } owner = { capital = 729 } } - } - - ai_will_do = { factor = 1 } - } - - population_exchanges = { - picture = population_to_turkey - potential = { - NOT = { has_country_flag = greece_has_got_a_brand_new_bag } - NOT = { has_country_flag = greater_bulgaria_claimed } - NOT = { tag = TUR } - NOT = { tag = EGY } - NOT = { tag = ALB } - NOT = { tag = BOS } - year = 1850 - OR = { - AND = { - TUR = { NOT = { has_country_flag = eastern_rumelia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 808 - province_id = 815 - province_id = 816 - province_id = 817 - } - } - } - - AND = { - TUR = { NOT = { has_country_flag = thessalia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 831 - province_id = 832 - province_id = 833 - province_id = 825 - province_id = 824 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = southern_macedonia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 819 - province_id = 820 - province_id = 821 - province_id = 822 - province_id = 805 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = eastern_macedonia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 823 - province_id = 829 - province_id = 830 - province_id = 844 - province_id = 843 - province_id = 846 - province_id = 847 - province_id = 848 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = bulgaria_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 809 - province_id = 810 - province_id = 811 - province_id = 812 - province_id = 813 - province_id = 814 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = dobrudja_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 818 - province_id = 674 - province_id = 675 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = macedonia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 806 - province_id = 807 - province_id = 1780 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = southern_serbia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 802 - province_id = 803 - province_id = 804 - province_id = 798 - province_id = 799 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = montenegro_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 800 - province_id = 2569 - province_id = 2577 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = bosnia_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 788 - province_id = 789 - province_id = 784 - province_id = 785 - province_id = 783 - province_id = 786 - province_id = 787 - } - } - } - AND = { - TUR = { NOT = { has_country_flag = albania_exchange } } - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 849 - province_id = 850 - province_id = 851 - province_id = 852 - province_id = 853 - } - } - } - } - } - - allow = { - war = no - NOT = { num_of_revolts = 1 } - NOT = { any_owned_province = { country_units_in_province = REB } } - NOT = { truce_with = TUR } - OR = { - mass_politics = 1 - sphere_owner = { mass_politics = 1 } - overlord = { mass_politics = 1 } - } - TUR = { - war = no - NOT = { num_of_revolts = 1 } - NOT = { any_owned_province = { country_units_in_province = REB } } - NOT = { is_vassal = yes } - } - TUR = { - NOT = { TUR_860 = { NOT = { owned_by = TUR } } } - NOT = { TUR_863 = { NOT = { owned_by = TUR } } } - NOT = { TUR_869 = { NOT = { owned_by = TUR } } } - } - OR = { - AND = { - NOT = { TUR_832 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = thessalia_exchange } } - } - AND = { - NOT = { TUR_805 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = southern_macedonia_exchange } } - } - AND = { - NOT = { TUR_823 = { NOT = { owned_by = THIS } } } - NOT = { EGY_843 = { NOT = { owned_by = THIS } } } - has_country_flag = southern_macedonia_exchange - has_country_flag = thessalia_exchange - NOT = { TUR = { has_country_flag = eastern_macedonia_exchange } } - } - AND = { - NOT = { TUR_853 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = albania_exchange } } - } - AND = { - NOT = { TUR_788 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = bosnia_exchange } } - } - AND = { - NOT = { MON_2582 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = montenegro_exchange } } - } - AND = { - NOT = { TUR_803 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = southern_serbia_exchange } } - } - AND = { - NOT = { TUR_806 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = macedonia_exchange } } - } - AND = { - NOT = { TUR_674 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = dobrudja_exchange } } - } - AND = { - NOT = { TUR_810 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = bulgaria_exchange } } - } - AND = { - NOT = { TUR_809 = { NOT = { owned_by = THIS } } } - NOT = { TUR = { has_country_flag = eastern_rumelia_exchange } } - } - } - } - - effect = { - - random_owned = { - limit = { - owner = { - owns = 849 - owns = 850 - owns = 851 - owns = 852 - owns = 853 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 849 - province_id = 850 - province_id = 851 - province_id = 852 - province_id = 853 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = albania_exchange } - owns = 860 - owns = 861 - } - set_country_flag = albania_exchange - country_event = 986518 - } - } - - random_owned = { - limit = { - owner = { - owns = 788 - owns = 789 - owns = 784 - owns = 785 - owns = 783 - owns = 786 - owns = 787 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 788 - province_id = 789 - province_id = 784 - province_id = 785 - province_id = 783 - province_id = 786 - province_id = 787 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = bosnia_exchange } - owns = 860 - owns = 861 - } - set_country_flag = bosnia_exchange - country_event = 986517 - } - } - - random_owned = { - limit = { - owner = { - owns = 800 - owns = 2569 - owns = 2577 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 800 - province_id = 2569 - province_id = 2577 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = montenegro_exchange } - owns = 860 - owns = 861 - } - set_country_flag = montenegro_exchange - country_event = 986516 - } - } - - random_owned = { - limit = { - owner = { - owns = 802 - owns = 803 - owns = 804 - owns = 798 - owns = 799 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 802 - province_id = 803 - province_id = 804 - province_id = 798 - province_id = 799 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = southern_serbia_exchange } - owns = 860 - owns = 861 - } - set_country_flag = southern_serbia_exchange - country_event = 986515 - } - } - - random_owned = { - limit = { - owner = { - owns = 806 - owns = 807 - owns = 1780 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 806 - province_id = 807 - province_id = 1780 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = macedonia_exchange } - owns = 860 - owns = 861 - } - set_country_flag = macedonia_exchange - country_event = 986514 - } - } - - random_owned = { - limit = { - owner = { - owns = 818 - owns = 674 - owns = 675 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 818 - province_id = 674 - province_id = 675 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = dobrudja_exchange } - owns = 860 - owns = 861 - } - set_country_flag = dobrudja_exchange - country_event = 986513 - } - } - - random_owned = { - limit = { - owner = { - owns = 809 - owns = 810 - owns = 811 - owns = 812 - owns = 813 - owns = 814 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 809 - province_id = 810 - province_id = 811 - province_id = 812 - province_id = 813 - province_id = 814 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = bulgaria_exchange } - owns = 860 - owns = 861 - } - set_country_flag = bulgaria_exchange - country_event = 986512 - } - } - - random_owned = { - limit = { - owner = { - owns = 831 - owns = 832 - owns = 833 - owns = 825 - owns = 824 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 831 - province_id = 832 - province_id = 833 - province_id = 825 - province_id = 824 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = thessalia_exchange } - owns = 869 - owns = 870 - owns = 871 - owns = 872 - } - set_country_flag = thessalia_exchange - country_event = 986508 - } - } - - random_owned = { - limit = { - owner = { - owns = 819 - owns = 820 - owns = 821 - owns = 822 - owns = 805 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 819 - province_id = 820 - province_id = 821 - province_id = 822 - province_id = 805 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = southern_macedonia_exchange } - owns = 862 - owns = 863 - owns = 867 - owns = 864 - owns = 865 - } - set_country_flag = southern_macedonia_exchange - country_event = 986509 - } - } - - random_owned = { - limit = { - owner = { - has_country_flag = southern_macedonia_exchange - has_country_flag = thessalia_exchange - owns = 823 - owns = 829 - owns = 830 - owns = 844 - owns = 843 - owns = 846 - owns = 847 - owns = 848 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 823 - province_id = 829 - province_id = 830 - province_id = 844 - province_id = 843 - province_id = 846 - province_id = 847 - province_id = 848 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = eastern_macedonia_exchange } - owns = 828 - owns = 859 - owns = 858 - owns = 860 - owns = 861 - } - set_country_flag = eastern_macedonia_exchange - country_event = { id = 986510 days = 5 } - } - } - - random_owned = { - limit = { - owner = { - owns = 808 - owns = 815 - owns = 816 - owns = 817 - any_owned_province = { - has_pop_culture = turkish - OR = { - province_id = 808 - province_id = 815 - province_id = 816 - province_id = 817 - } - } - } - } - random_country = { - limit = { - tag = TUR - NOT = { has_country_flag = eastern_rumelia_exchange } - owns = 858 - owns = 861 - } - set_country_flag = eastern_rumelia_exchange - country_event = 986511 - } - } - } - - ai_will_do = { factor = 1 } - } - - - change_border_policy = { - picture = change_border_policy - alert = no - potential = { - exists = yes - civilized = yes - ai = no - NOT = { has_country_flag = change_border_policy } - #has_country_flag = government_decisions_on - } - - allow = { - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - set_country_flag = change_border_policy - } - - ai_will_do = { factor = 1 } - } - - close_change_border_policy = { - picture = change_border_policy - alert = no - potential = { - has_country_flag = change_border_policy - #ai = no - } - - allow = { - } - - effect = { - clr_country_flag = change_border_policy - } - - ai_will_do = { factor = 0 } - } - - closed_border_policy = { - picture = closed_border - alert = no - potential = { - exists = yes - OR = { - has_country_flag = change_border_policy - ai = yes - } - NOT = { border_policy = closed_borders } - } - - allow = { - state_n_government = 1 - vote_franschise = none_voting - NOT = { press_rights = free_press } - NOT = { has_country_modifier = law_changed_by_force } - NOT = { ruling_party_ideology = liberal } - NOT = { ruling_party_ideology = conservative } - NOT = { ruling_party_ideology = socialist } - - OR = { - citizenship_policy = residency - government = proletarian_dictatorship - government = fascist_dictatorship - } - - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = bourgeois_dictatorship - government = proletarian_dictatorship - government = fascist_dictatorship - government = theocracy - } - } - - effect = { - clr_country_flag = change_border_policy - add_country_modifier = { name = law_changed_by_force duration = 3650 } - political_reform = closed_borders - any_pop = { consciousness = 4 militancy = 2 } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 NOT = { has_country_modifier = totalitarian_system } } - } - } - - immigration_quota_policy = { - picture = immigration_quotas - alert = no - potential = { - exists = yes - OR = { - has_country_flag = change_border_policy - ai = yes - } - NOT = { border_policy = quota_immigration } - OR = { - is_culture_group = latin_american_cultures - is_culture_group = american_cultures - is_culture_group = african_diaspora_cultures - is_culture_group = native_american - primary_culture = australian - primary_culture = anglo_canadian - primary_culture = french_canadian - } - OR = { - continent = north_america - continent = south_america - primary_culture = australian - } - } - - allow = { - state_n_government = 1 - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - clr_country_flag = change_border_policy - add_country_modifier = { name = law_changed_by_force duration = 3650 } - political_reform = quota_immigration - any_pop = { consciousness = 1 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { tag = USA } - NOT = { tag = AST } - NOT = { tag = NZL } - NOT = { tag = CAN } - } - modifier = { factor = 0 tag = USA NOT = { total_pops = 26500000 year = 1910 } } - modifier = { factor = 0 tag = AST NOT = { total_pops = 1000000 } } - modifier = { factor = 0 tag = NZL NOT = { total_pops = 353000 } } - modifier = { factor = 0 tag = CAN NOT = { total_pops = 2250000 } } - } - } - - open_borders_policy = { - picture = immigrants_arriving - alert = no - potential = { - exists = yes - OR = { - has_country_flag = change_border_policy - ai = yes - } - NOT = { border_policy = open_borders } - } - - allow = { - NOT = { has_country_modifier = law_changed_by_force } - } - - effect = { - clr_country_flag = change_border_policy - add_country_modifier = { name = law_changed_by_force duration = 3650 } - political_reform = open_borders - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 has_country_modifier = totalitarian_system } - modifier = { factor = 0 NOT = { year = 1850 } } - modifier = { factor = 0 NOT = { state_n_government = 1 } } - modifier = { factor = 0 has_country_flag = ghost_country } - modifier = { - factor = 0 - OR = { - tag = USA - tag = AST - tag = NZL - tag = CAN - } - } - } - } - - state_of_emergency = { - picture = state_of_emergency - potential = { - year = 1870 - NOT = { has_country_flag = state_of_emergency } - NOT = { has_country_modifier = law_changed_by_force } - OR = { - AND = { - militancy = 3 - any_greater_power = { war_with = THIS } - } - militancy = 6 - } - } - - allow = { - experimental_psychology = 1 - OR = { - AND = { - militancy = 4 - any_greater_power = { war_with = THIS } - } - militancy = 7 - } - } - - effect = { - set_country_flag = state_of_emergency - add_country_modifier = { - name = state_of_emergency_modifier - duration = 1095 - } - add_country_modifier = { - name = law_changed_by_force - duration = 1825 - } - any_pop = { militancy = -2 } - random_owned = { limit = { owner = { public_meetings = yes_meeting } } - owner = { political_reform = no_meeting set_country_flag = return_to_yes_meeting } - } - - random_owned = { limit = { owner = { press_rights = censored_press } } - owner = { political_reform = state_press set_country_flag = return_to_censored_press } - } - - random_owned = { limit = { owner = { press_rights = free_press } } - owner = { political_reform = state_press set_country_flag = return_to_free_press } - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - } - } - - renovate_capital = { - picture = budapest_city - potential = { - OR = { - 794 = { #Belgrade - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 664 = { #Bucharest - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 2583 = { #Cetinje, Montenegro - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 834 = { #Athens - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 771 = { #Zagreb - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 768 = { #Ljubljana, Slovenia - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 633 = { #Bratislava, Slovakia - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 625 = { #Prague - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 372 = { #Copenhagen - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 375 = { #Amsterdam - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 387 = { #Brussels - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 521 = { #Lisbon - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 263 = { #Dublin - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 269 = { #Edinburgh - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 343 = { #Helsinki - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - 876 = { #Ankara - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - - 783 = { #Saravejo - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - - 849 = { #Tirana - owned_by = THIS - is_capital = yes - NOT = { life_rating = 38 } - } - } - } - - allow = { - war = no - money = 10000 - state_n_government = 1 - central_bank_money_bill_printing = 1 - capital_scope = { has_building = railroad } - } - - effect = { - treasury = -10000 - random_owned = { - limit = { - is_capital = yes - NOT = { life_rating = 38 } - owned_by = THIS - OR = { - province_id = 794 - province_id = 664 - province_id = 2583 - province_id = 834 - province_id = 771 - province_id = 768 - province_id = 633 - province_id = 625 - province_id = 372 - province_id = 375 - province_id = 387 - province_id = 521 - province_id = 263 - province_id = 269 - province_id = 343 - province_id = 876 - province_id = 783 - province_id = 849 - } - } - life_rating = 5 - add_province_modifier = { name = recently_built_city duration = 1825 } - } - } - - ai_will_do = { factor = 1 } - } + enact_liquor_prohibition = { + picture = enact_liquor_prohibition + potential = { + social_science = 1 + has_country_modifier = temperance_league + NOT = { + OR = { + has_country_modifier = liquor_prohibition + has_country_flag = prohibition_repealed + } + } + } + allow = { + OR = { + moralism = 30 + liberal = 60 + government = proletarian_dictatorship + government = fascist_dictatorship + government = bourgeois_dictatorship + government = presidential_dictatorship + } + } + effect = { + add_country_modifier = { + name = liquor_prohibition + duration = -1 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + OR = { + moralism = 30 + liberal = 60 + } + } + } + } + } + + abolish_prohibition = { + picture = abolish_prohibition + potential = { + has_country_modifier = liquor_prohibition + } + allow = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = bourgeois_dictatorship + government = presidential_dictatorship + NOT = { + liberal = 50 + } + NOT = { + moralism = 20 + } + } + } + effect = { + remove_country_modifier = liquor_prohibition + set_country_flag = prohibition_repealed + + } + } + institute_central_bank = { + picture = institute_central_bank + potential = { + NOT = { + has_country_modifier = central_bank_established + } + central_bank_money_bill_printing = 1 + } + + allow = { + money = 1000 + modern_central_bank_system = 1 + } + + effect = { + treasury = -1000 + set_country_flag = central_bank_instituted + add_country_modifier = { + name = central_bank_established + duration = -1 + } + } + } + + enact_female_suffrage = { + picture = enact_female_suffrage + potential = { + year = 1870 + civilized = yes + NOT = { has_country_modifier = female_suffrage } + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + + allow = { + social_science = 1 + revolution_n_counterrevolution = 1 + OR = { + upper_house = { + ideology = socialist + value = 0.3 + } + upper_house = { + ideology = liberal + value = 0.3 + } + AND = { + upper_house = { + ideology = socialist + value = 0.15 + } + upper_house = { + ideology = liberal + value = 0.15 + } + } + } + OR = { + political_reform_want = 0.15 + vote_franschise = universal_voting + } + average_consciousness = 4 + } + + effect = { + war_exhaustion = -2 + add_country_modifier = { + name = female_suffrage + duration = -1 + } + } + } + + leave_soi = { + alert = no + picture = sign_the_geneva_convention + potential = { + part_of_sphere = yes + OR = { + is_vassal = no + AND = { + ai = yes + has_country_flag = failed_unification_remove_from_sphere + } + } + } + + allow = { + OR = { + total_pops = 50000000 + AND = { + is_secondary_power = yes + sphere_owner = { + NOT = { + relation = { who = THIS value = -100 } + truce_with = THIS + } + } + } + AND = { + ai = yes + has_country_flag = failed_unification_remove_from_sphere + } + } + } + + effect = { + random_owned = { + limit = { owner = { NOT = { has_country_flag = failed_unification_remove_from_sphere } } } + owner = { sphere_owner = { country_event = 13202 } } + } + random_owned = { + limit = { owner = { has_country_flag = failed_unification_remove_from_sphere } } + owner = { + clr_country_flag = failed_unification_remove_from_sphere + sphere_owner = { diplomatic_influence = { who = THIS value = -200 } } + } + } + } + + ai_will_do = { + factor = 1 + + # Ai will do, if sphere owner has LESS than thrice our brigades. + modifier = { + factor = 0 + NOT = { + total_pops = 50000000 + has_country_flag = failed_unification_remove_from_sphere + } + sphere_owner = { + # Factor = (sphere_owner regiments) / (our regiments). + # Returns true if( factor >= x ). + # Use NOT statement to check if( factor < x ) + brigades_compare = 3 + } + } + } + } + + nationalize = { + picture = nationalize + + potential = { + can_nationalize = yes + civilized = yes + NOT = { has_country_modifier = nationalization_in_progress } + } + + allow = { + NOT = { part_of_sphere = yes } + NOT = { is_vassal = yes } + OR = { + economic_policy = state_capitalism + economic_policy = planned_economy + is_greater_power = yes + } + OR = { + ai = no + is_greater_power = yes + military_score = 300 + AND = { + NOT = { has_recently_lost_war = yes } + NOT = { is_disarmed = yes } + NOT = { war_policy = pacifism } + NOT = { num_of_revolts = 1 } + NOT = { any_owned_province = { country_units_in_province = REB } } + NOT = { average_militancy = 7 } + total_amount_of_divisions = 10 + military_score = 50 + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + AND = { + military_score = 200 + is_secondary_power = yes + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + AND = { + any_greater_power = { alliance_with = THIS military_score = 50 } + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + } + } + } + } + + effect = { + add_country_modifier = { name = nationalization_in_progress duration = 365 } + nationalize = yes + } + + ai_will_do = { factor = 1 } + } + + renaming_act_lushun = { + picture = port_arthur + + potential = { + owns = 1481 + OR = { + AND = { + NOT = { has_global_flag = lushun } + OR = { + is_culture_group = east_asian + primary_culture = korean + primary_culture = ainu + } + OR = { + has_global_flag = renamed_port_arthur + has_global_flag = renamed_ryojun + } + } + AND = { + primary_culture = japanese + NOT = { has_global_flag = renamed_ryojun } + } + AND = { + NOT = { is_culture_group = east_asian } + NOT = { primary_culture = korean } + NOT = { primary_culture = ainu } + NOT = { primary_culture = japanese } + NOT = { has_global_flag = renamed_port_arthur } + } + } + } + + allow = { war = no } + + effect = { + prestige = 2 + random_owned = { + limit = { + owner = { + NOT = { is_culture_group = east_asian } + NOT = { primary_culture = korean } + NOT = { primary_culture = ainu } + NOT = { primary_culture = japanese } + } + } + owner = { + 1481 = { change_province_name = "Port Arthur" } + set_global_flag = renamed_port_arthur + clr_global_flag = lushun + clr_global_flag = renamed_ryojun + } + } + + random_owned = { + limit = { owner = { primary_culture = japanese } } + owner = { + 1481 = { change_province_name = "Ryojun" } + clr_global_flag = renamed_port_arthur + clr_global_flag = lushun + set_global_flag = renamed_ryojun + } + } + + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = east_asian + primary_culture = korean + primary_culture = ainu + } + OR = { + has_global_flag = renamed_ryojun + has_global_flag = renamed_port_arthur + } + } + } + owner = { + 1481 = { change_province_name = "Lüshun" } + set_global_flag = lushun + clr_global_flag = renamed_port_arthur + clr_global_flag = renamed_ryojun + } + } + } + + ai_will_do = { factor = 1 } + } + + enslave_the_serfs = { + alert = no + picture = enslave_the_serfs_image + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + debt_law = serfdom + } + + allow = { + war = no + ruling_party_ideology = reactionary + slavery = yes_slavery + state_n_government = 1 + } + + effect = { + badboy = 5 + country_event = 443035 + any_pop = { + limit = { + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + pop_majority_ideology = communist + } + } + militancy = 5 + consciousness = 7 + } + any_country = { + limit = { civilized = yes slavery = no_slavery is_greater_power = yes } + relation = { who = THIS value = -100 } + } + any_neighbor_country = { + limit = { is_greater_power = no civilized = yes slavery = no_slavery NOT = { vassal_of = THIS } NOT = { in_sphere = THIS } } + relation = { who = THIS value = -50 } + } + } + + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.25 + } + } + } + + the_red_terror = { + picture = the_red_terror + potential = { + government = proletarian_dictatorship + NOT = { has_country_modifier = the_terror } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + mass_politics = 1 + invention = secret_police + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + plurality = -25 + random = { + chance = 50 + badboy = 1 + } + random = { + chance = 50 + badboy = 1 + } + add_country_modifier = { + name = the_terror + duration = -1 + } + any_pop = { ideology = { factor = 0.1 value = communist } } + any_pop = { + limit = { + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + random_list = { 50 = { reduce_pop = 0.99 } 50 = { reduce_pop = 0.98 } } + } + any_pop = { + limit = { OR = { social_movement = yes political_movement = yes } } + militancy = -7 + random_list = { 50 = { reduce_pop = 0.9 } 50 = { reduce_pop = 0.85 } } + } + any_pop = { + limit = { + OR = { type = soldiers type = officers } + NOT = { pop_majority_ideology = communist } + } + militancy = -9 ideology = { factor = 0.35 value = communist } + random_list = { 50 = { reduce_pop = 0.9 } 50 = { reduce_pop = 0.85 } } + } + any_pop = { limit = { pop_majority_ideology = communist } reduce_pop = 0.99 } + any_pop = { limit = { pop_majority_ideology = socialist } ideology = { factor = 0.5 value = communist } } + + any_pop = { limit = { pop_majority_ideology = fascist } random_list = { 50 = { reduce_pop = 0.8 } 50 = { reduce_pop = 0.75 } } } + any_pop = { limit = { pop_majority_ideology = anarcho_liberal } reduce_pop = 0.2 } + any_pop = { limit = { pop_majority_ideology = reactionary } random_list = { 50 = { reduce_pop = 0.8 } 50 = { reduce_pop = 0.85 } } } + + any_pop = { + scaled_consciousness = { + factor = 9 + ideology = fascist + } + scaled_militancy = { + factor = 9 + ideology = fascist + } + + scaled_consciousness = { + factor = 9 + ideology = anarcho_liberal + } + scaled_militancy = { + factor = 9 + ideology = anarcho_liberal + } + + scaled_consciousness = { + factor = 8 + ideology = reactionary + } + scaled_militancy = { + factor = 8 + ideology = reactionary + } + + scaled_consciousness = { + factor = 8 + ideology = liberal + } + scaled_militancy = { + factor = 8 + ideology = liberal + } + + scaled_consciousness = { + factor = 4 + ideology = conservative + } + scaled_militancy = { + factor = 4 + ideology = conservative + } + + scaled_consciousness = { + factor = 4 + ideology = socialist + } + scaled_militancy = { + factor = 4 + ideology = socialist + } + + scaled_consciousness = { + factor = -9 + ideology = communist + } + scaled_militancy = { + factor = -9 + ideology = communist + } + } + + add_country_modifier = { + name = law_changed_by_force + duration = 1216 + } + } + + ai_will_do = { factor = 1 } + } + + the_fascist_terror = { + picture = the_red_terror + potential = { + government = fascist_dictatorship + NOT = { has_country_modifier = the_terror } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + mass_politics = 1 + invention = secret_police + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + plurality = -25 + random = { + chance = 50 + badboy = 1 + } + random = { + chance = 50 + badboy = 1 + } + add_country_modifier = { + name = the_terror + duration = -1 + } + add_country_modifier = { + name = law_changed_by_force + duration = 1095 + } + any_pop = { limit = { pop_majority_ideology = communist } random_list = { 50 = { reduce_pop = 0.95 } 50 = { reduce_pop = 0.9 } } } + any_pop = { limit = { pop_majority_ideology = anarcho_liberal } reduce_pop = 0.98 } + any_pop = { limit = { pop_majority_ideology = socialist } reduce_pop = 0.98 } + any_pop = { + limit = { + OR = { + social_movement = yes + political_movement = yes + } + } + militancy = -7 + random_list = { 50 = { reduce_pop = 0.99 } 50 = { reduce_pop = 0.98 } } + } + + any_pop = { limit = { type = officers } reduce_pop = 0.99 } + + any_pop = { + limit = { + OR = { type = soldiers type = officers } + NOT = { pop_majority_ideology = fascist } + } + militancy = -9 ideology = { factor = 0.35 value = fascist } + } + any_pop = { ideology = { factor = 0.01 value = fascist } } + any_pop = { + scaled_consciousness = { + factor = -9 + ideology = fascist + } + scaled_militancy = { + factor = -9 + ideology = fascist + } + + scaled_consciousness = { + factor = 9 + ideology = anarcho_liberal + } + scaled_militancy = { + factor = 9 + ideology = anarcho_liberal + } + + scaled_consciousness = { + factor = 4 + ideology = liberal + } + scaled_militancy = { + factor = 4 + ideology = liberal + } + + scaled_consciousness = { + factor = 3 + ideology = conservative + } + scaled_militancy = { + factor = 3 + ideology = conservative + } + + scaled_consciousness = { + factor = 7 + ideology = socialist + } + scaled_militancy = { + factor = 7 + ideology = socialist + } + + scaled_consciousness = { + factor = 9 + ideology = communist + } + scaled_militancy = { + factor = 9 + ideology = communist + } + } + } + + ai_will_do = { factor = 1 } + } + + the_cult_of_personality = { + picture = switch_to_autocracy + potential = { + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { has_country_modifier = cult_of_personality } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + mass_politics = 1 + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + plurality = -25 + add_country_modifier = { + name = cult_of_personality + duration = -1 + } + add_country_modifier = { + name = law_changed_by_force + duration = 1216 + } + any_pop = { limit = { agree_with_ruling_party = 0.40 } militancy = -3 consciousness = -6 } + } + + ai_will_do = { factor = 1 } + } + + ideological_indoctrination_communist = { + picture = indoctrinal_education_communist + potential = { + government = proletarian_dictatorship + NOT = { has_country_modifier = political_education } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + mass_politics = 1 + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + NOT = { school_reforms = no_schools } + } + + effect = { + plurality = -25 + add_country_modifier = { + name = political_education + duration = -1 + } + add_country_modifier = { + name = law_changed_by_force + duration = 1216 + } + any_pop = { ideology = { factor = 0.1 value = communist } } + } + + ai_will_do = { factor = 1 } + } + + ideological_indoctrination_fascist = { + picture = indoctrinal_education + potential = { + government = fascist_dictatorship + NOT = { has_country_modifier = political_education } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + mass_politics = 1 + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + NOT = { school_reforms = no_schools } + } + + effect = { + plurality = -25 + add_country_modifier = { + name = political_education + duration = -1 + } + add_country_modifier = { + name = law_changed_by_force + duration = 1095 + } + any_pop = { ideology = { factor = 0.1 value = fascist } } + } + + ai_will_do = { factor = 1 } + } + + the_totalitarian_regime = { + picture = mussolini_hq + potential = { + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { has_country_modifier = totalitarian_system } + } + + allow = { + war = no + has_country_modifier = political_education + has_country_modifier = cult_of_personality + has_country_modifier = the_terror + NOT = { num_of_revolts = 1 } + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + plurality = -25 + set_country_flag = totalitarian_government + add_country_modifier = { + name = totalitarian_system + duration = -1 + } + remove_country_modifier = political_education + remove_country_modifier = cult_of_personality + remove_country_modifier = the_terror + } + + ai_will_do = { factor = 1 } + } + + + abolish_slavery = { + picture = enslave_the_serfs_image + potential = { + NOT = { slavery = no_slavery } + OR = { + government = hms_government + government = democracy + } + NOT = { any_pop = { type = slaves } } + year = 1886 + } + + allow = { + war = no + has_country_modifier = signed_the_geneva_convention + invention = mission_to_civilize + NOT = { citizenship_policy = residency } + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = fascist } + OR = { + AND = { + upper_house = { ideology = liberal value = 0.1 } + upper_house = { ideology = socialist value = 0.1 } + } + upper_house = { ideology = liberal value = 0.2 } + upper_house = { ideology = socialist value = 0.2 } + } + } + + effect = { + political_reform = no_slavery + scaled_militancy = { + ideology = socialist + factor = -1 + } + scaled_militancy = { + ideology = liberal + factor = -1 + } + scaled_militancy = { + ideology = reactionary + factor = 5 + } + scaled_consciousness = { + ideology = reactionary + factor = 8 + } + any_pop = { limit = { type = aristocrats } militancy = 2 consciousness = 4 } + any_country = { limit = { is_greater_power = yes NOT = { rank = 4 } } relation = { who = THIS value = 20 } } + } + + ai_will_do = { factor = 1 } + } + + move_capital_to_historical_capital = { + picture = budapest_city + potential = { + exists = yes + OR = { + AND = { tag = POL owns = 706 NOT = { capital = 706 } } + AND = { tag = BUL owns = 809 NOT = { capital = 809 } } + AND = { tag = HUN owns = 641 NOT = { capital = 641 } } + AND = { tag = NYE owns = 1178 NOT = { capital = 1178 } } + AND = { tag = YEM owns = 1178 NOT = { capital = 1178 } } + AND = { tag = LIT owns = 360 NOT = { capital = 360 } } + AND = { tag = EGY owns = 1745 NOT = { capital = 1745 } } + AND = { tag = NIC owns = 2197 NOT = { capital = 2197 } } + AND = { tag = ASH owns = 1907 NOT = { capital = 1907 } civilized = yes } + AND = { tag = ALD owns = 1700 NOT = { capital = 1700 } } + AND = { tag = NIG owns = 1808 NOT = { capital = 1808 } } + AND = { tag = MLI owns = 1794 NOT = { capital = 1794 } } + AND = { tag = TNZ owns = 2036 NOT = { capital = 2036 } } + AND = { tag = HND owns = 1236 NOT = { capital = 1236 } } + AND = { tag = MUG owns = 1236 NOT = { capital = 1236 } } + AND = { tag = LXA owns = 1357 NOT = { capital = 1357 } } + AND = { tag = CNG owns = 1983 NOT = { capital = 1983 } NOT = { has_global_flag = congo_renamed } } + AND = { tag = KAM owns = 1082 NOT = { capital = 1082 } } + AND = { tag = UKR owns = 958 NOT = { capital = 958 } } + AND = { tag = CUB owns = 2209 NOT = { capital = 2209 } } + AND = { tag = GRE owns = 860 NOT = { capital = 860 } state_n_government = 1 prestige = 40 860 = { is_core = THIS } } + AND = { tag = PHL owns = 1455 NOT = { capital = 1455 } } + AND = { tag = DAI owns = 1369 NOT = { capital = 1369 } } + AND = { tag = SIA owns = 1346 NOT = { capital = 1346 } } + AND = { tag = CAM owns = 1364 NOT = { capital = 1364 } } + AND = { tag = BUR owns = 1334 NOT = { capital = 1334 } } + AND = { tag = MLY owns = 1387 NOT = { capital = 1387 } } + AND = { tag = TKM owns = 1387 NOT = { capital = 1204 } } + AND = { tag = UZB owns = 1195 NOT = { capital = 1195 } } + AND = { tag = TAJ owns = 1207 NOT = { capital = 1207 } } + AND = { tag = KYR owns = 1189 NOT = { capital = 1189 } } + AND = { tag = TUR owns = 876 NOT = { capital = 876 capital = 860 } } + AND = { tag = INO owns = 1413 NOT = { capital = 1413 } } + AND = { tag = ARG owns = 2348 NOT = { capital = 2348 capital = 2360 } } + AND = { tag = CRO owns = 771 NOT = { capital = 771 } } + AND = { tag = AUS owns = 619 NOT = { capital = 619 } } + AND = { tag = IRE owns = 263 NOT = { capital = 263 } } + AND = { tag = TAJ owns = 1207 NOT = { capital = 1207 } } + AND = { tag = KAZ owns = 1181 NOT = { capital = 1181 } } + AND = { tag = MLI owns = 1794 NOT = { capital = 1794 } } + AND = { tag = VEN owns = 729 NOT = { capital = 729 } } + AND = { tag = KOR owns = 1624 NOT = { capital = 1624 } } + AND = { tag = ALB owns = 849 NOT = { capital = 849 } } + AND = { tag = SLO owns = 768 NOT = { capital = 768 } } + AND = { tag = ASH civilized = yes owns = 1907 NOT = { capital = 1907 } } + } + } + + allow = { war = no } + + effect = { + random_owned = { limit = { owner = { tag = SLO } } owner = { capital = 768 } } + random_owned = { limit = { owner = { tag = ALB } } owner = { capital = 849 } } + random_owned = { limit = { owner = { tag = KOR } } owner = { capital = 1624 } } + random_owned = { limit = { owner = { tag = ASH } } owner = { capital = 1907 } } + random_owned = { limit = { owner = { tag = MLI } } owner = { capital = 1794 } } + random_owned = { limit = { owner = { tag = KAZ } } owner = { capital = 1181 } } + random_owned = { limit = { owner = { tag = TAJ } } owner = { capital = 1207 } } + random_owned = { limit = { owner = { tag = IRE } } owner = { capital = 263 } } + random_owned = { limit = { owner = { tag = AUS } } owner = { capital = 619 } } + random_owned = { limit = { owner = { tag = CRO } } owner = { capital = 771 } } + random_owned = { limit = { owner = { tag = ARG } } owner = { capital = 2348 } } + random_owned = { limit = { owner = { tag = INO } } owner = { capital = 1413 } } + random_owned = { limit = { owner = { tag = TUR } } owner = { capital = 876 } } + random_owned = { limit = { owner = { tag = KYR } } owner = { capital = 1189 } } + random_owned = { limit = { owner = { tag = TAJ } } owner = { capital = 1207 } } + random_owned = { limit = { owner = { tag = UZB } } owner = { capital = 1195 } } + random_owned = { limit = { owner = { tag = TKM } } owner = { capital = 1204 } } + random_owned = { limit = { owner = { tag = MLY } } owner = { capital = 1387 } } + random_owned = { limit = { owner = { tag = BUR } } owner = { capital = 1334 } } + random_owned = { limit = { owner = { tag = CAM } } owner = { capital = 1364 } } + random_owned = { limit = { owner = { tag = SIA } } owner = { capital = 1346 } } + random_owned = { limit = { owner = { tag = DAI } } owner = { capital = 1369 } } + random_owned = { limit = { owner = { tag = PHL } } owner = { capital = 1455 } } + random_owned = { + limit = { owner = { tag = GRE } } + owner = { capital = 860 860 = { any_pop = { limit = { has_pop_religion = orthodox } militancy = -2 } } } + } + random_owned = { limit = { owner = { tag = CUB } } owner = { capital = 2209 } } + random_owned = { limit = { owner = { tag = UKR } } owner = { capital = 958 } } + random_owned = { limit = { owner = { tag = KAM } } owner = { capital = 1082 } } + random_owned = { limit = { owner = { tag = CNG } } owner = { capital = 1983 } } + random_owned = { limit = { owner = { tag = LXA } } owner = { capital = 1357 } } + random_owned = { limit = { owner = { tag = MUG } } owner = { capital = 1236 } } + random_owned = { limit = { owner = { tag = HND } } owner = { capital = 1236 } } + random_owned = { limit = { owner = { tag = TNZ } } owner = { capital = 2036 } } + random_owned = { limit = { owner = { tag = POL } } owner = { capital = 706 } } + random_owned = { limit = { owner = { tag = BUL } } owner = { capital = 809 } } + random_owned = { limit = { owner = { tag = HUN } } owner = { capital = 641 } } + random_owned = { limit = { owner = { tag = NYE } } owner = { capital = 1178 } } + random_owned = { limit = { owner = { tag = YEM } } owner = { capital = 1178 } } + random_owned = { limit = { owner = { tag = LIT } } owner = { capital = 360 } } + random_owned = { limit = { owner = { tag = EGY } } owner = { capital = 1745 } } + random_owned = { limit = { owner = { tag = NIC } } owner = { capital = 2197 } } + random_owned = { limit = { owner = { tag = ASH } } owner = { capital = 1907 } } + random_owned = { limit = { owner = { tag = ALD } } owner = { capital = 1700 } } + random_owned = { limit = { owner = { tag = NIG } } owner = { capital = 1808 } } + random_owned = { limit = { owner = { tag = MLI } } owner = { capital = 1794 } } + random_owned = { limit = { owner = { tag = VEN } } owner = { capital = 729 } } + } + + ai_will_do = { factor = 1 } + } + + population_exchanges = { + picture = population_to_turkey + potential = { + NOT = { has_country_flag = greece_has_got_a_brand_new_bag } + NOT = { has_country_flag = greater_bulgaria_claimed } + NOT = { tag = TUR } + NOT = { tag = EGY } + NOT = { tag = ALB } + NOT = { tag = BOS } + year = 1850 + OR = { + AND = { + TUR = { NOT = { has_country_flag = eastern_rumelia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 808 + province_id = 815 + province_id = 816 + province_id = 817 + } + } + } + + AND = { + TUR = { NOT = { has_country_flag = thessalia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 831 + province_id = 832 + province_id = 833 + province_id = 825 + province_id = 824 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = southern_macedonia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 819 + province_id = 820 + province_id = 821 + province_id = 822 + province_id = 805 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = eastern_macedonia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 823 + province_id = 829 + province_id = 830 + province_id = 844 + province_id = 843 + province_id = 846 + province_id = 847 + province_id = 848 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = bulgaria_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 809 + province_id = 810 + province_id = 811 + province_id = 812 + province_id = 813 + province_id = 814 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = dobrudja_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 818 + province_id = 674 + province_id = 675 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = macedonia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 806 + province_id = 807 + province_id = 1780 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = southern_serbia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 802 + province_id = 803 + province_id = 804 + province_id = 798 + province_id = 799 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = montenegro_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 800 + province_id = 2569 + province_id = 2577 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = bosnia_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 788 + province_id = 789 + province_id = 784 + province_id = 785 + province_id = 783 + province_id = 786 + province_id = 787 + } + } + } + AND = { + TUR = { NOT = { has_country_flag = albania_exchange } } + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 849 + province_id = 850 + province_id = 851 + province_id = 852 + province_id = 853 + } + } + } + } + } + + allow = { + war = no + NOT = { num_of_revolts = 1 } + NOT = { any_owned_province = { country_units_in_province = REB } } + NOT = { truce_with = TUR } + OR = { + mass_politics = 1 + sphere_owner = { mass_politics = 1 } + overlord = { mass_politics = 1 } + } + TUR = { + war = no + NOT = { num_of_revolts = 1 } + NOT = { any_owned_province = { country_units_in_province = REB } } + NOT = { is_vassal = yes } + } + TUR = { + NOT = { TUR_860 = { NOT = { owned_by = TUR } } } + NOT = { TUR_863 = { NOT = { owned_by = TUR } } } + NOT = { TUR_869 = { NOT = { owned_by = TUR } } } + } + OR = { + AND = { + NOT = { TUR_832 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = thessalia_exchange } } + } + AND = { + NOT = { TUR_805 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = southern_macedonia_exchange } } + } + AND = { + NOT = { TUR_823 = { NOT = { owned_by = THIS } } } + NOT = { EGY_843 = { NOT = { owned_by = THIS } } } + has_country_flag = southern_macedonia_exchange + has_country_flag = thessalia_exchange + NOT = { TUR = { has_country_flag = eastern_macedonia_exchange } } + } + AND = { + NOT = { TUR_853 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = albania_exchange } } + } + AND = { + NOT = { TUR_788 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = bosnia_exchange } } + } + AND = { + NOT = { MON_2582 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = montenegro_exchange } } + } + AND = { + NOT = { TUR_803 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = southern_serbia_exchange } } + } + AND = { + NOT = { TUR_806 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = macedonia_exchange } } + } + AND = { + NOT = { TUR_674 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = dobrudja_exchange } } + } + AND = { + NOT = { TUR_810 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = bulgaria_exchange } } + } + AND = { + NOT = { TUR_809 = { NOT = { owned_by = THIS } } } + NOT = { TUR = { has_country_flag = eastern_rumelia_exchange } } + } + } + } + + effect = { + + random_owned = { + limit = { + owner = { + owns = 849 + owns = 850 + owns = 851 + owns = 852 + owns = 853 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 849 + province_id = 850 + province_id = 851 + province_id = 852 + province_id = 853 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = albania_exchange } + owns = 860 + owns = 861 + } + set_country_flag = albania_exchange + country_event = 986518 + } + } + + random_owned = { + limit = { + owner = { + owns = 788 + owns = 789 + owns = 784 + owns = 785 + owns = 783 + owns = 786 + owns = 787 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 788 + province_id = 789 + province_id = 784 + province_id = 785 + province_id = 783 + province_id = 786 + province_id = 787 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = bosnia_exchange } + owns = 860 + owns = 861 + } + set_country_flag = bosnia_exchange + country_event = 986517 + } + } + + random_owned = { + limit = { + owner = { + owns = 800 + owns = 2569 + owns = 2577 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 800 + province_id = 2569 + province_id = 2577 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = montenegro_exchange } + owns = 860 + owns = 861 + } + set_country_flag = montenegro_exchange + country_event = 986516 + } + } + + random_owned = { + limit = { + owner = { + owns = 802 + owns = 803 + owns = 804 + owns = 798 + owns = 799 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 802 + province_id = 803 + province_id = 804 + province_id = 798 + province_id = 799 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = southern_serbia_exchange } + owns = 860 + owns = 861 + } + set_country_flag = southern_serbia_exchange + country_event = 986515 + } + } + + random_owned = { + limit = { + owner = { + owns = 806 + owns = 807 + owns = 1780 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 806 + province_id = 807 + province_id = 1780 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = macedonia_exchange } + owns = 860 + owns = 861 + } + set_country_flag = macedonia_exchange + country_event = 986514 + } + } + + random_owned = { + limit = { + owner = { + owns = 818 + owns = 674 + owns = 675 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 818 + province_id = 674 + province_id = 675 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = dobrudja_exchange } + owns = 860 + owns = 861 + } + set_country_flag = dobrudja_exchange + country_event = 986513 + } + } + + random_owned = { + limit = { + owner = { + owns = 809 + owns = 810 + owns = 811 + owns = 812 + owns = 813 + owns = 814 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 809 + province_id = 810 + province_id = 811 + province_id = 812 + province_id = 813 + province_id = 814 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = bulgaria_exchange } + owns = 860 + owns = 861 + } + set_country_flag = bulgaria_exchange + country_event = 986512 + } + } + + random_owned = { + limit = { + owner = { + owns = 831 + owns = 832 + owns = 833 + owns = 825 + owns = 824 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 831 + province_id = 832 + province_id = 833 + province_id = 825 + province_id = 824 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = thessalia_exchange } + owns = 869 + owns = 870 + owns = 871 + owns = 872 + } + set_country_flag = thessalia_exchange + country_event = 986508 + } + } + + random_owned = { + limit = { + owner = { + owns = 819 + owns = 820 + owns = 821 + owns = 822 + owns = 805 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 819 + province_id = 820 + province_id = 821 + province_id = 822 + province_id = 805 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = southern_macedonia_exchange } + owns = 862 + owns = 863 + owns = 867 + owns = 864 + owns = 865 + } + set_country_flag = southern_macedonia_exchange + country_event = 986509 + } + } + + random_owned = { + limit = { + owner = { + has_country_flag = southern_macedonia_exchange + has_country_flag = thessalia_exchange + owns = 823 + owns = 829 + owns = 830 + owns = 844 + owns = 843 + owns = 846 + owns = 847 + owns = 848 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 823 + province_id = 829 + province_id = 830 + province_id = 844 + province_id = 843 + province_id = 846 + province_id = 847 + province_id = 848 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = eastern_macedonia_exchange } + owns = 828 + owns = 859 + owns = 858 + owns = 860 + owns = 861 + } + set_country_flag = eastern_macedonia_exchange + country_event = { id = 986510 days = 5 } + } + } + + random_owned = { + limit = { + owner = { + owns = 808 + owns = 815 + owns = 816 + owns = 817 + any_owned_province = { + has_pop_culture = turkish + OR = { + province_id = 808 + province_id = 815 + province_id = 816 + province_id = 817 + } + } + } + } + random_country = { + limit = { + tag = TUR + NOT = { has_country_flag = eastern_rumelia_exchange } + owns = 858 + owns = 861 + } + set_country_flag = eastern_rumelia_exchange + country_event = 986511 + } + } + } + + ai_will_do = { factor = 1 } + } + + + change_border_policy = { + picture = change_border_policy + alert = no + potential = { + exists = yes + civilized = yes + ai = no + NOT = { has_country_flag = change_border_policy } + #has_country_flag = government_decisions_on + } + + allow = { + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + set_country_flag = change_border_policy + } + + ai_will_do = { factor = 1 } + } + + close_change_border_policy = { + picture = change_border_policy + alert = no + potential = { + has_country_flag = change_border_policy + #ai = no + } + + allow = { + } + + effect = { + clr_country_flag = change_border_policy + } + + ai_will_do = { factor = 0 } + } + + closed_border_policy = { + picture = closed_border + alert = no + potential = { + exists = yes + OR = { + has_country_flag = change_border_policy + ai = yes + } + NOT = { border_policy = closed_borders } + } + + allow = { + state_n_government = 1 + vote_franschise = none_voting + NOT = { press_rights = free_press } + NOT = { has_country_modifier = law_changed_by_force } + NOT = { ruling_party_ideology = liberal } + NOT = { ruling_party_ideology = conservative } + NOT = { ruling_party_ideology = socialist } + + OR = { + citizenship_policy = residency + government = proletarian_dictatorship + government = fascist_dictatorship + } + + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = bourgeois_dictatorship + government = proletarian_dictatorship + government = fascist_dictatorship + government = theocracy + } + } + + effect = { + clr_country_flag = change_border_policy + add_country_modifier = { name = law_changed_by_force duration = 3650 } + political_reform = closed_borders + any_pop = { consciousness = 4 militancy = 2 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 NOT = { has_country_modifier = totalitarian_system } } + } + } + + immigration_quota_policy = { + picture = immigration_quotas + alert = no + potential = { + exists = yes + OR = { + has_country_flag = change_border_policy + ai = yes + } + NOT = { border_policy = quota_immigration } + OR = { + is_culture_group = latin_american_cultures + is_culture_group = american_cultures + is_culture_group = african_diaspora_cultures + is_culture_group = native_american + primary_culture = australian + primary_culture = anglo_canadian + primary_culture = french_canadian + } + OR = { + continent = north_america + continent = south_america + primary_culture = australian + } + } + + allow = { + state_n_government = 1 + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + clr_country_flag = change_border_policy + add_country_modifier = { name = law_changed_by_force duration = 3650 } + political_reform = quota_immigration + any_pop = { consciousness = 1 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { tag = USA } + NOT = { tag = AST } + NOT = { tag = NZL } + NOT = { tag = CAN } + } + modifier = { factor = 0 tag = USA NOT = { total_pops = 26500000 year = 1910 } } + modifier = { factor = 0 tag = AST NOT = { total_pops = 1000000 } } + modifier = { factor = 0 tag = NZL NOT = { total_pops = 353000 } } + modifier = { factor = 0 tag = CAN NOT = { total_pops = 2250000 } } + } + } + + open_borders_policy = { + picture = immigrants_arriving + alert = no + potential = { + exists = yes + OR = { + has_country_flag = change_border_policy + ai = yes + } + NOT = { border_policy = open_borders } + } + + allow = { + NOT = { has_country_modifier = law_changed_by_force } + } + + effect = { + clr_country_flag = change_border_policy + add_country_modifier = { name = law_changed_by_force duration = 3650 } + political_reform = open_borders + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 has_country_modifier = totalitarian_system } + modifier = { factor = 0 NOT = { year = 1850 } } + modifier = { factor = 0 NOT = { state_n_government = 1 } } + modifier = { factor = 0 has_country_flag = ghost_country } + modifier = { + factor = 0 + OR = { + tag = USA + tag = AST + tag = NZL + tag = CAN + } + } + } + } + + state_of_emergency = { + picture = state_of_emergency + potential = { + year = 1870 + NOT = { has_country_flag = state_of_emergency } + NOT = { has_country_modifier = law_changed_by_force } + OR = { + AND = { + militancy = 3 + any_greater_power = { war_with = THIS } + } + militancy = 6 + } + } + + allow = { + experimental_psychology = 1 + OR = { + AND = { + militancy = 4 + any_greater_power = { war_with = THIS } + } + militancy = 7 + } + } + + effect = { + set_country_flag = state_of_emergency + add_country_modifier = { + name = state_of_emergency_modifier + duration = 1095 + } + add_country_modifier = { + name = law_changed_by_force + duration = 1825 + } + any_pop = { militancy = -2 } + random_owned = { limit = { owner = { public_meetings = yes_meeting } } + owner = { political_reform = no_meeting set_country_flag = return_to_yes_meeting } + } + + random_owned = { limit = { owner = { press_rights = censored_press } } + owner = { political_reform = state_press set_country_flag = return_to_censored_press } + } + + random_owned = { limit = { owner = { press_rights = free_press } } + owner = { political_reform = state_press set_country_flag = return_to_free_press } + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + } + } + + renovate_capital = { + picture = budapest_city + potential = { + OR = { + 794 = { #Belgrade + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 664 = { #Bucharest + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 2583 = { #Cetinje, Montenegro + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 834 = { #Athens + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 771 = { #Zagreb + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 768 = { #Ljubljana, Slovenia + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 633 = { #Bratislava, Slovakia + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 625 = { #Prague + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 372 = { #Copenhagen + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 375 = { #Amsterdam + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 387 = { #Brussels + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 521 = { #Lisbon + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 263 = { #Dublin + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 269 = { #Edinburgh + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 343 = { #Helsinki + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + 876 = { #Ankara + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + + 783 = { #Saravejo + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + + 849 = { #Tirana + owned_by = THIS + is_capital = yes + NOT = { life_rating = 38 } + } + } + } + + allow = { + war = no + money = 10000 + state_n_government = 1 + central_bank_money_bill_printing = 1 + capital_scope = { has_building = railroad } + } + + effect = { + treasury = -10000 + random_owned = { + limit = { + is_capital = yes + NOT = { life_rating = 38 } + owned_by = THIS + OR = { + province_id = 794 + province_id = 664 + province_id = 2583 + province_id = 834 + province_id = 771 + province_id = 768 + province_id = 633 + province_id = 625 + province_id = 372 + province_id = 375 + province_id = 387 + province_id = 521 + province_id = 263 + province_id = 269 + province_id = 343 + province_id = 876 + province_id = 783 + province_id = 849 + } + } + life_rating = 5 + add_province_modifier = { name = recently_built_city duration = 1825 } + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Pop_manipulation.txt b/HPM/decisions/Pop_manipulation.txt index e04791aa..6eaa858e 100644 --- a/HPM/decisions/Pop_manipulation.txt +++ b/HPM/decisions/Pop_manipulation.txt @@ -1,1850 +1,1850 @@ political_decisions = { - internment_camps = { - picture = boer_war_camps2 - potential = { - NOT = { has_country_modifier = interment_camps } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - OR = { - government = absolute_monarchy - government = theocracy - government = fascist_dictatorship - government = presidential_dictatorship - government = proletarian_dictatorship - } - revolution_n_counterrevolution = 1 - } - - allow = { - war = no - capital_scope = { is_core = THIS } - NOT = { - has_country_modifier = law_changed_by_force - has_country_modifier = national_confusion - has_recently_lost_war = yes - } - OR = { - government = absolute_monarchy - government = theocracy - government = fascist_dictatorship - government = presidential_dictatorship - government = proletarian_dictatorship - } - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - - effect = { - plurality = -50 - add_country_modifier = { name = interment_camps duration = -1 } - set_country_flag = government_busy_with_something - set_country_flag = internment_camps_open - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - random_owned = { - limit = { owner = { has_country_modifier = signed_the_geneva_convention } } - owner = { - badboy = 3 - remove_country_modifier = signed_the_geneva_convention - } - } - random_owned = { - limit = { has_province_modifier = national_assimilation } - owner = { country_event = 2611 } - } - country_event = { id = 4433 days = 2 } - country_event = { id = 4434 days = 3 } - } - - ai_will_do = { - factor = 0 - } - } - - cancel_internment_camps = { - picture = boer_war_camps2 - potential = { - has_country_modifier = interment_camps - } - - allow = { - - } - - effect = { - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Genocide Cleanup - #Modifier - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } - ai_will_do = { factor = 0 } - } - - #Religious - intern_animist = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = animist } } - NOT = { - has_country_flag = interning_animists - has_country_flag = animist_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_animists - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_catholic = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = catholic } } - NOT = { - has_country_flag = interning_catholics - has_country_flag = catholic_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_catholics - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_coptic = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = coptic } } - NOT = { - has_country_flag = interning_coptics - has_country_flag = coptic_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_coptics - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_druze = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = druze } } - NOT = { - has_country_flag = interning_druzi - has_country_flag = druze_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_druzi - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_gelugpa = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = gelugpa } } - NOT = { - has_country_flag = interning_gelugpas - has_country_flag = gelugpa_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_gelugpas - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_hindu = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = hindu } } - NOT = { - has_country_flag = interning_hindus - has_country_flag = hindu_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_hindus - change_variable = { which = slowdown_point value = 12 } - } - ai_will_do = { factor = 0 } - } - - intern_ibadi = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = ibadi } } - NOT = { - has_country_flag = interning_ibadis - has_country_flag = ibadi_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_ibadis - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_jews = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = jewish } } - NOT = { - has_country_flag = interning_jewish - has_country_flag = jewish_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_jewish - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_mahayana = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = mahayana } } - NOT = { - has_country_flag = interning_mahayanas - has_country_flag = mahayana_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_mahayanas - change_variable = { which = slowdown_point value = 12 } - } - ai_will_do = { factor = 0 } - } - - intern_mormon = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = mormon } } - NOT = { - has_country_flag = interning_mormons - has_country_flag = mormon_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_mormons - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_orthodox = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = orthodox } } - NOT = { - has_country_flag = interning_orthodoxies - has_country_flag = orthodox_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_orthodoxies - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_protestant = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = protestant } } - NOT = { - has_country_flag = interning_protestants - has_country_flag = protestant_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_protestants - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_sikh = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = sikh } } - NOT = { - has_country_flag = interning_sikhs - has_country_flag = sikh_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_sikhs - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_shiite = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = shiite } } - NOT = { - has_country_flag = interning_shiites - has_country_flag = shiite_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_shiites - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_shinto = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = hindu } } - NOT = { - has_country_flag = interning_shintos - has_country_flag = shinto_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_shintos - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_sunni = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = sunni } } - NOT = { - has_country_flag = interning_sunnis - has_country_flag = sunni_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_sunnis - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_theravada = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = gelugpa } } - NOT = { - has_country_flag = interning_theravadas - has_country_flag = theravada_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_theravadas - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_yazidi = { - picture = generic_religion - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_religions - any_owned_province = { any_pop = { has_pop_religion = yazidi } } - NOT = { - has_country_flag = interning_yazidis - has_country_flag = yazidi_country - } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_yazidis - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - #Cultural - intern_african_diaspora_cultures = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = african_diaspora_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_african_diaspora_cultures } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_african_diaspora_cultures - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_central_african = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = central_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_central_african } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_central_african - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_east_african = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = east_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_east_african } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_east_african - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_southern_african = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = southern_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_southern_african } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_southern_african - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - interning_finnougric_people = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = finnougric - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_finnougric } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_finnougric - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - - - intern_west_african = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = west_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_west_african } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_west_african - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_pan_albanian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = pan_albanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_pan_albanian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_pan_albanian - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_latin_american_cultures = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = latin_american_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_latin_american_cultures } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_latin_american_cultures - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_native_american = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = native_american - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_native_american } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_native_american - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_american_cultures = { #North American - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = american_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_american_cultures } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_american_cultures - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_arab = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = arab - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_arab } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_arab - change_variable = { which = slowdown_point value = 3 } - - } - ai_will_do = { factor = 0 } - } - - intern_east_asian = { #Chinese - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = east_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_east_asian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_east_asian - change_variable = { which = slowdown_point value = 8 } - } - ai_will_do = { factor = 0 } - } - - intern_central_asian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = central_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_central_asian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_central_asian - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_far_east_asian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = far_east_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_far_east_asian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_far_east_asian - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_southeast_asian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = southeast_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_southeast_asian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_southeast_asian - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_baltic = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = baltic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_baltic } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_baltic - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_beneluxian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = beneluxian - } - } - NOT = { has_country_flag = interning_beneluxian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_beneluxian - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_british = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = british - } - } - NOT = { has_country_flag = interning_british } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_british - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_caucasian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = caucasian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_caucasian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_caucasian - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_czecho_slovak_culture_group = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = czecho_slovak_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_czecho_slovak_culture_group } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_czecho_slovak_culture_group - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_neo_european_cultures = { #European Diaspora - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = neo_european_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_neo_european_cultures } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_neo_european_cultures - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_french = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = french - } - } - NOT = { has_country_flag = interning_french } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_french - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_germanic = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = germanic - } - } - NOT = { has_country_flag = interning_germanics } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_germanics - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_hungarian_culture_group = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = hungarian_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_hungarian_culture_group } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_hungarian_culture_group - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_iberian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iberian - } - } - NOT = { has_country_flag = interning_iberian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_iberian - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_south_asian = { #Indians - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = south_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_south_asian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_south_asian - change_variable = { which = slowdown_point value = 8 } - } - ai_will_do = { factor = 0 } - } - - intern_indo_iranian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = indo_iranian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_indo_iranian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_indo_iranian - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_iranian_turanian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = iranian_turanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_iranian_turanian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_iranian_turanian - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_italian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = italian - } - } - NOT = { has_country_flag = interning_italian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_italian - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_jewish_cultures = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = jewish_cultures - } - } - NOT = { has_country_flag = interning_jewish_cultures } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_jewish_cultures - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_levantine = { #Greco-Caucasian - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = levantine - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_levantine } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_levantine - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_oceanic = { #Pacific Islander - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = oceanic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_oceanic } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_oceanic - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_pan_romanian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = pan_romanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_pan_romanian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_pan_romanian - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_scandinavian = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = scandinavian - } - } - NOT = { has_country_flag = interning_scandinavian } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_scandinavian - change_variable = { which = slowdown_point value = 3 } - } - ai_will_do = { factor = 0 } - } - - intern_east_slavic = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = east_slavic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_east_slavic } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_east_slavic - change_variable = { which = slowdown_point value = 6 } - } - ai_will_do = { factor = 0 } - } - - intern_south_slavic = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_slavic - } - } - NOT = { has_country_flag = interning_south_slavic } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_south_slavic - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - - intern_polish_culture_group = { #Western Slavic - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = polish_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_polish_culture_group } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_polish_culture_group - change_variable = { which = slowdown_point value = 2 } - } - ai_will_do = { factor = 0 } - } - - intern_pan_swiss = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_swiss - } - } - NOT = { has_country_flag = interning_pan_swiss } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_pan_swiss - change_variable = { which = slowdown_point value = 1 } - } - ai_will_do = { factor = 0 } - } - - intern_turko_semitic = { - picture = generic_culture - potential = { - has_country_modifier = interment_camps - has_country_flag = interning_cultures - any_owned_province = { - any_pop = { - is_culture_group = turko_semitic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - NOT = { has_country_flag = interning_turko_semitic } - OR = { - has_country_flag = government_decisions_on - ai = yes - } - } - - allow = { - } - - effect = { - set_country_flag = interning_turko_semitic - change_variable = { which = slowdown_point value = 4 } - } - ai_will_do = { factor = 0 } - } - -} \ No newline at end of file + internment_camps = { + picture = boer_war_camps2 + potential = { + NOT = { has_country_modifier = interment_camps } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + OR = { + government = absolute_monarchy + government = theocracy + government = fascist_dictatorship + government = presidential_dictatorship + government = proletarian_dictatorship + } + revolution_n_counterrevolution = 1 + } + + allow = { + war = no + capital_scope = { is_core = THIS } + NOT = { + has_country_modifier = law_changed_by_force + has_country_modifier = national_confusion + has_recently_lost_war = yes + } + OR = { + government = absolute_monarchy + government = theocracy + government = fascist_dictatorship + government = presidential_dictatorship + government = proletarian_dictatorship + } + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + + effect = { + plurality = -50 + add_country_modifier = { name = interment_camps duration = -1 } + set_country_flag = government_busy_with_something + set_country_flag = internment_camps_open + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + random_owned = { + limit = { owner = { has_country_modifier = signed_the_geneva_convention } } + owner = { + badboy = 3 + remove_country_modifier = signed_the_geneva_convention + } + } + random_owned = { + limit = { has_province_modifier = national_assimilation } + owner = { country_event = 2611 } + } + country_event = { id = 4433 days = 2 } + country_event = { id = 4434 days = 3 } + } + + ai_will_do = { + factor = 0 + } + } + + cancel_internment_camps = { + picture = boer_war_camps2 + potential = { + has_country_modifier = interment_camps + } + + allow = { + + } + + effect = { + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Genocide Cleanup + #Modifier + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } + ai_will_do = { factor = 0 } + } + + #Religious + intern_animist = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = animist } } + NOT = { + has_country_flag = interning_animists + has_country_flag = animist_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_animists + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_catholic = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = catholic } } + NOT = { + has_country_flag = interning_catholics + has_country_flag = catholic_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_catholics + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_coptic = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = coptic } } + NOT = { + has_country_flag = interning_coptics + has_country_flag = coptic_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_coptics + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_druze = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = druze } } + NOT = { + has_country_flag = interning_druzi + has_country_flag = druze_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_druzi + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_gelugpa = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = gelugpa } } + NOT = { + has_country_flag = interning_gelugpas + has_country_flag = gelugpa_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_gelugpas + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_hindu = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = hindu } } + NOT = { + has_country_flag = interning_hindus + has_country_flag = hindu_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_hindus + change_variable = { which = slowdown_point value = 12 } + } + ai_will_do = { factor = 0 } + } + + intern_ibadi = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = ibadi } } + NOT = { + has_country_flag = interning_ibadis + has_country_flag = ibadi_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_ibadis + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_jews = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = jewish } } + NOT = { + has_country_flag = interning_jewish + has_country_flag = jewish_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_jewish + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_mahayana = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = mahayana } } + NOT = { + has_country_flag = interning_mahayanas + has_country_flag = mahayana_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_mahayanas + change_variable = { which = slowdown_point value = 12 } + } + ai_will_do = { factor = 0 } + } + + intern_mormon = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = mormon } } + NOT = { + has_country_flag = interning_mormons + has_country_flag = mormon_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_mormons + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_orthodox = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = orthodox } } + NOT = { + has_country_flag = interning_orthodoxies + has_country_flag = orthodox_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_orthodoxies + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_protestant = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = protestant } } + NOT = { + has_country_flag = interning_protestants + has_country_flag = protestant_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_protestants + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_sikh = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = sikh } } + NOT = { + has_country_flag = interning_sikhs + has_country_flag = sikh_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_sikhs + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_shiite = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = shiite } } + NOT = { + has_country_flag = interning_shiites + has_country_flag = shiite_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_shiites + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_shinto = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = hindu } } + NOT = { + has_country_flag = interning_shintos + has_country_flag = shinto_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_shintos + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_sunni = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = sunni } } + NOT = { + has_country_flag = interning_sunnis + has_country_flag = sunni_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_sunnis + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_theravada = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = gelugpa } } + NOT = { + has_country_flag = interning_theravadas + has_country_flag = theravada_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_theravadas + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_yazidi = { + picture = generic_religion + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_religions + any_owned_province = { any_pop = { has_pop_religion = yazidi } } + NOT = { + has_country_flag = interning_yazidis + has_country_flag = yazidi_country + } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_yazidis + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + #Cultural + intern_african_diaspora_cultures = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = african_diaspora_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_african_diaspora_cultures } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_african_diaspora_cultures + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_central_african = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = central_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_central_african } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_central_african + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_east_african = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = east_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_east_african } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_east_african + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_southern_african = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = southern_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_southern_african } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_southern_african + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + interning_finnougric_people = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = finnougric + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_finnougric } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_finnougric + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + + + intern_west_african = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = west_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_west_african } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_west_african + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_pan_albanian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = pan_albanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_pan_albanian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_pan_albanian + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_latin_american_cultures = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = latin_american_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_latin_american_cultures } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_latin_american_cultures + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_native_american = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = native_american + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_native_american } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_native_american + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_american_cultures = { #North American + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = american_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_american_cultures } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_american_cultures + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_arab = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = arab + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_arab } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_arab + change_variable = { which = slowdown_point value = 3 } + + } + ai_will_do = { factor = 0 } + } + + intern_east_asian = { #Chinese + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = east_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_east_asian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_east_asian + change_variable = { which = slowdown_point value = 8 } + } + ai_will_do = { factor = 0 } + } + + intern_central_asian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = central_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_central_asian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_central_asian + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_far_east_asian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = far_east_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_far_east_asian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_far_east_asian + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_southeast_asian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = southeast_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_southeast_asian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_southeast_asian + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_baltic = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = baltic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_baltic } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_baltic + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_beneluxian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = beneluxian + } + } + NOT = { has_country_flag = interning_beneluxian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_beneluxian + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_british = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = british + } + } + NOT = { has_country_flag = interning_british } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_british + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_caucasian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = caucasian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_caucasian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_caucasian + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_czecho_slovak_culture_group = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = czecho_slovak_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_czecho_slovak_culture_group } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_czecho_slovak_culture_group + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_neo_european_cultures = { #European Diaspora + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = neo_european_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_neo_european_cultures } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_neo_european_cultures + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_french = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = french + } + } + NOT = { has_country_flag = interning_french } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_french + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_germanic = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = germanic + } + } + NOT = { has_country_flag = interning_germanics } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_germanics + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_hungarian_culture_group = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = hungarian_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_hungarian_culture_group } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_hungarian_culture_group + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_iberian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iberian + } + } + NOT = { has_country_flag = interning_iberian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_iberian + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_south_asian = { #Indians + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = south_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_south_asian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_south_asian + change_variable = { which = slowdown_point value = 8 } + } + ai_will_do = { factor = 0 } + } + + intern_indo_iranian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = indo_iranian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_indo_iranian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_indo_iranian + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_iranian_turanian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = iranian_turanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_iranian_turanian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_iranian_turanian + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_italian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = italian + } + } + NOT = { has_country_flag = interning_italian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_italian + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_jewish_cultures = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = jewish_cultures + } + } + NOT = { has_country_flag = interning_jewish_cultures } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_jewish_cultures + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_levantine = { #Greco-Caucasian + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = levantine + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_levantine } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_levantine + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_oceanic = { #Pacific Islander + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = oceanic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_oceanic } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_oceanic + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_pan_romanian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = pan_romanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_pan_romanian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_pan_romanian + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_scandinavian = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = scandinavian + } + } + NOT = { has_country_flag = interning_scandinavian } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_scandinavian + change_variable = { which = slowdown_point value = 3 } + } + ai_will_do = { factor = 0 } + } + + intern_east_slavic = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = east_slavic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_east_slavic } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_east_slavic + change_variable = { which = slowdown_point value = 6 } + } + ai_will_do = { factor = 0 } + } + + intern_south_slavic = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_slavic + } + } + NOT = { has_country_flag = interning_south_slavic } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_south_slavic + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + + intern_polish_culture_group = { #Western Slavic + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = polish_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_polish_culture_group } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_polish_culture_group + change_variable = { which = slowdown_point value = 2 } + } + ai_will_do = { factor = 0 } + } + + intern_pan_swiss = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_swiss + } + } + NOT = { has_country_flag = interning_pan_swiss } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_pan_swiss + change_variable = { which = slowdown_point value = 1 } + } + ai_will_do = { factor = 0 } + } + + intern_turko_semitic = { + picture = generic_culture + potential = { + has_country_modifier = interment_camps + has_country_flag = interning_cultures + any_owned_province = { + any_pop = { + is_culture_group = turko_semitic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + NOT = { has_country_flag = interning_turko_semitic } + OR = { + has_country_flag = government_decisions_on + ai = yes + } + } + + allow = { + } + + effect = { + set_country_flag = interning_turko_semitic + change_variable = { which = slowdown_point value = 4 } + } + ai_will_do = { factor = 0 } + } + +} diff --git a/HPM/decisions/RUS.txt b/HPM/decisions/RUS.txt index 6330e663..3f65d919 100644 --- a/HPM/decisions/RUS.txt +++ b/HPM/decisions/RUS.txt @@ -1,1870 +1,1870 @@ political_decisions = { - abolish_serfdom = { - picture = abolish_serfdom - potential = { - tag = RUS - debt_law = serfdom - #government = absolute_monarchy - has_country_flag = serfdom_not_abolished - } - allow = { - OR = { - government = hms_government - average_militancy = 4 - AND = { - upper_house = { ideology = liberal value = 0.2 } - OR = { - average_consciousness = 3 - has_recently_lost_war = yes - } - } - AND = { - ruling_party_ideology = liberal - OR = { - average_consciousness = 3 - has_recently_lost_war = yes - } - } - AND = { - consciousness = 1 - year = 1870 - } - } - } - effect = { - set_country_flag = serfdom_abolished_generic - badboy = -4 - political_reform = peonage - clr_country_flag = serfdom_not_abolished - add_country_modifier = { name = total_reform duration = 1095 } - any_country = { - limit = { - OR = { - substate_of = THIS - vassal_of = THIS - } - debt_law = serfdom - } - political_reform = peonage - } - any_pop = { - limit = { - OR = { - type = farmers - type = labourers - type = serfs - } - } - militancy = -2 - consciousness = 1 - } - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = labourers - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = farmers - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } - ai_will_do = { factor = 1 } - } - - establish_the_sovnarkom = { - picture = establish_the_sovnarkom - potential = { - tag = RUS - NOT = { - has_country_flag = big_brother_is_watching - } - government = proletarian_dictatorship - } - allow = { - mass_politics = 1 - } - - effect = { - plurality = -10 - any_pop = { - militancy = -2 - consciousness = -1 - ideology = { - value = socialist - factor = 0.05 - } - - ideology = { - value = communist - factor = 0.05 - } - } - prestige = 5 - set_country_flag = big_brother_is_watching - } - } - - manifesto_on_unshakable_autocracy = { - potential = { - tag = RUS - OR = { - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_country_flag = the_manifesto } - nationalism_n_imperialism = 1 - } - - allow = { revolution_n_counterrevolution = 1 } - - effect = { - prestige = 5 - badboy = 2 - political_reform = none_voting - political_reform = state_press - political_reform = appointed - political_reform = state_controlled - political_reform = underground_parties - government = absolute_monarchy - ruling_party_ideology = reactionary - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_pop = { - militancy = -1 - - scaled_militancy = { - ideology = reactionary - factor = -3 - } - - scaled_militancy = { - ideology = conservative - factor = -1 - } - - scaled_consciousness = { - ideology = conservative - factor = -2 - } - - scaled_consciousness = { - ideology = reactionary - factor = -4 - } - - scaled_consciousness = { - ideology = liberal - factor = 2 - } - scaled_consciousness = { - ideology = anarcho_liberal - factor = 4 - } - scaled_consciousness = { - ideology = socialist - factor = 4 - } - scaled_consciousness = { - ideology = communist - factor = 6 - } - } - - set_country_flag = the_manifesto - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.7 - } - } - } - - promulgate_the_ems_ukaz = { - potential = { - tag = RUS - NOT = { - has_country_flag = ems_ukaz_dispatched - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - owns = 958 - phenomenalism = 1 - exists = GER - GER = { - owns = 570 - } - } - - allow = { - biologism = 1 - } - - effect = { - any_pop = { - limit = { - has_pop_culture = ukrainian - } - militancy = 3 - consciousness = -2 - } - set_country_flag = ems_ukaz_dispatched - } - } - - convention_of_peking = { - picture = peking_convention - potential = { - tag = RUS - is_greater_power = yes - 1082 = { - owner = { - OR = { - tag = QNG - vassal_of = QNG - substate_of = QNG - } - } - } - NOT = { has_global_flag = convention_of_peking } - QNG = { - exists = yes - OR = { - has_country_flag = arrow_incident - AND = { - has_global_flag = taiping_has_happened - 1082 = { owner = { in_sphere = RUS } } - } - } - } - } - - allow = { - war = no - NOT = { truce_with = QNG } - OR = { - QNG = { war_exhaustion = 30 } - 1082 = { owner = { in_sphere = RUS } } - QNG = { war = yes } - } - } - - effect = { - set_global_flag = convention_of_peking - 1081 = { add_core = RUS } - 1082 = { add_core = RUS } - 1083 = { add_core = RUS } - 1084 = { add_core = RUS } - 1085 = { add_core = RUS } - 2617 = { add_core = RUS } - 2697 = { add_core = RUS } - QNG = { country_event = 80110 } - } - } - - mongolian_protectorate = { - picture = unequal_treaty - potential = { - tag = RUS - is_greater_power = yes - MGL = { - exists = yes - is_vassal = no - neighbour = RUS - OR = { - in_sphere = RUS - part_of_sphere = no - } - } - NOT = { has_country_flag = mongolian_protectorate } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - MGL = { - war = no - NOT = { truce_with = RUS } - OR = { - in_sphere = RUS - any_owned_province = { - OR = { - is_core = QNG - is_core = CHI - } - } - } - } - } - - effect = { - set_country_flag = mongolian_protectorate - MGL = { country_event = 80115 } - } - } - - peking_convention_TPG = { - picture = peking_convention - potential = { - tag = RUS - is_greater_power = yes - TPG = { owns = 1082 } - NOT = { has_global_flag = convention_of_peking } - has_global_flag = taiping_has_happened - } - - allow = { - war = no - NOT = { truce_with = TPG } - TPG = { - war = no - OR = { - part_of_sphere = no - in_sphere = RUS - } - } - } - - effect = { - set_global_flag = convention_of_peking - CHI_1082 = { - add_core = RUS - } - TPG = { - country_event = 80110 - } - } - } - - russian_vladivostok = { - potential = { - tag = RUS - owns = 1085 - owns = 1084 - owns = 2617 - owns = 1083 - owns = 1082 - owns = 1081 - owns = 2697 - NOT = { has_global_flag = russian_vladivostok } - } - - allow = { state_n_government = 1 } - - effect = { - random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } - 1081 = { - change_province_name = "Albazino" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 2697 = { - change_province_name = "Zeya" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 1085 = { - change_province_name = "Blagoveshchensk" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 1084 = { - change_province_name = "Nikolayevsk-na-amure" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 1083 = { - change_province_name = "Khabarovsk" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 2617 = { - change_province_name = "Pashkovo" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 1082 = { - change_province_name = "Vladivostok" - add_core = RUS - add_core = KAM - remove_core = CHI - remove_core = MCK - remove_core = QNG - } - 1082 = { state_scope = { change_region_name = "Primorye" } } - 1080 = { state_scope = { change_region_name = "Amur" } } - prestige = 5 - set_global_flag = russian_vladivostok - clr_global_flag = japanese_enkaishu - clr_global_flag = binhai_bianjiangqu - } - } - - japanese_outer_manchuria = { - picture = outer_manchuria_map - potential = { - OR = { - tag = JAP - tag = TKG - tag = EZO - } - owns = 1085 - owns = 1084 - owns = 2617 - owns = 1083 - owns = 1082 - NOT = { has_global_flag = japanese_enkaishu } - } - - allow = { state_n_government = 1 } - - effect = { - random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } - 1085 = { change_province_name = "Bushi" } - 1084 = { change_province_name = "Niko" } - 1083 = { change_province_name = "Hafu" } - 2617 = { change_province_name = "Kyuseijo" } - 1082 = { change_province_name = "Urajio" } - 1082 = { state_scope = { change_region_name = "Enkaishu" } } - prestige = 5 - set_global_flag = japanese_enkaishu - clr_global_flag = russian_vladivostok - clr_global_flag = binhai_bianjiangqu - } - } - - chinese_outer_manchuria = { - picture = outer_manchuria_map - potential = { - OR = { - tag = CHI - tag = QNG - tag = KOR - tag = MCK - } - owns = 1085 - owns = 1084 - owns = 2617 - owns = 1083 - owns = 1082 - OR = { - has_global_flag = russian_vladivostok - has_global_flag = japanese_enkaishu - } - NOT = { has_global_flag = binhai_bianjiangqu } - } - - allow = { state_n_government = 1 } - - effect = { - random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } - 1085 = { change_province_name = "Ulusamudan" } - 1084 = { change_province_name = "Utchan" } - 1083 = { change_province_name = "Boli" } - 2617 = { change_province_name = "Saghalian Oula" } - 1082 = { change_province_name = "Haishenwai" } - 1082 = { state_scope = { change_region_name = "Guanwai" } } - prestige = 5 - set_global_flag = binhai_bianjiangqu - clr_global_flag = russian_vladivostok - clr_global_flag = japanese_enkaishu - } - } - - expel_manchu_from_primorye = { - picture = russian_vladivostok - - potential = { - owns = 1082 - owns = 1083 - owns = 1084 - owns = 1085 - owns = 2617 - NOT = { government = democracy } - NOT = { has_global_flag = manchus_expelled_primorye } - NOT = { has_global_flag = trying_to_expel_the_manchus } - OR = { - AND = { - primary_culture = russian - has_global_flag = russian_vladivostok - } - AND = { - primary_culture = japanese - has_global_flag = japanese_enkaishu - } - } - } - - allow = { war = no nationalism_n_imperialism = 1 citizenship_policy = residency } - - effect = { - set_global_flag = trying_to_expel_the_manchus - set_country_flag = country_trying_to_expel_the_manchus - any_owned = { - limit = { - OR = { - province_id = 1082 - province_id = 1083 - province_id = 1084 - province_id = 1085 - province_id = 2617 - } - } - add_province_modifier = { name = nationalist_agitation duration = 1095 } - } - } - ai_will_do = { factor = 1 } - } - - move_capital_to_moscow = { - potential = { - tag = RUS - NOT = { capital = 1008 } - } - - allow = { - owns = 1008 # Moscow - OR = { - AND = { - NOT = { owns = 339 } # Viipuri - NOT = { is_our_vassal = FIN } - } - AND = { - NOT = { owns = 350 } # Narva - OR = { - UBD = { exists = yes owns = 350 NOT = { vassal_of = THIS } } - EST = { exists = yes owns = 350 NOT = { vassal_of = THIS } } - } - } - AND = { - NOT = { owns = 355 } # Valmiera - OR = { - UBD = { exists = yes owns = 355 NOT = { vassal_of = THIS } } - LAT = { exists = yes owns = 355 NOT = { vassal_of = THIS } } - } - } - NOT = { owns = 946 } # Polotsk - } - } - - effect = { - capital = 1008 - prestige = 5 - } - ai_will_do = { - factor = 1 - } - } - - treaty_of_tartu = { - picture = treaty_signing - potential = { - tag = FIN - RUS = { owns = 982 } #Petsamo - owns = 339 #Viipuri - NOT = { has_country_flag = treaty_of_tartu } - } - - allow = { - war = no - is_vassal = no - RUS = { - OR = { - NOT = { truce_with = THIS } - has_recently_lost_war = yes - } - war = no - } - } - - effect = { - set_country_flag = treaty_of_tartu - RUS = { country_event = 32515 } - } - - ai_will_do = { factor = 1 } - } - - reclaim_poland_RUS = { - picture = become_poland - potential = { - tag = RUS - OR = { - year = 1890 - AND = { - has_global_flag = january_uprising_happened - war = no - year = 1870 - } - } - OR = { - 706 = { NOT = { is_core = RUS } } - 713 = { NOT = { is_core = RUS } } - 707 = { NOT = { is_core = RUS } } - 719 = { NOT = { is_core = RUS } } - } - NOT = { has_country_flag = poland_is_russian } - OR = { - NOT = { - POL = { exists = yes has_country_flag = poland_is_free } - CPL = { exists = yes has_country_flag = poland_is_free } - } - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - - allow = { - war = no - is_disarmed = no - NOT = { has_country_modifier = no_more_war } - OR = { - any_owned_province = { - region = RUS_706 - NOT = { is_core = RUS } - } - any_owned_province = { - region = RUS_715 - NOT = { province_id = 703 } - NOT = { is_core = RUS } - } - any_owned_province = { - province_id = 707 - NOT = { is_core = RUS } - } - any_owned_province = { - province_id = 719 - NOT = { is_core = RUS } - } - war_policy = jingoism - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - - effect = { - set_country_flag = poland_is_russian - badboy = 8 - random_owned = { - limit = { - OR = { - owner = { government = fascist_dictatorship } - owner = { government = proletarian_dictatorship } - } - } - RUS_706 = { add_core = RUS } - RUS_715 = { add_core = RUS } - 707 = { add_core = RUS } - 719 = { add_core = RUS } - } - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - } - add_core = RUS - } - any_country = { - limit = { - any_owned_province = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } - - establish_panslavism = { - picture = establish_panslavism - potential = { - tag = SER - government = absolute_monarchy - exists = TUR - NOT = { has_global_flag = panslavism } - } - - allow = { - year = 1845 - NOT = { - relation = { - who = TUR - value = 0 - } - } - } - - effect = { - set_global_flag = panslavism - TUR = { - any_pop = { - limit = { has_pop_religion = orthodox } - militancy = 8 - } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - } - } - - the_great_game_bukhara = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = RUS - has_global_flag = crimea_has_happened - year = 1865 - exists = BUK - BUK = { - civilized = no - ai = yes - } - } - - allow = { - BUK = { - OR = { - in_sphere = RUS - vassal_of = RUS - } - } - } - - effect = { - BUK = { annex_to = THIS } - } - } - - the_great_game_kokand = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = RUS - has_global_flag = crimea_has_happened - year = 1865 - exists = KOK - KOK = { - civilized = no - ai = yes - } - } - - allow = { - KOK = { - OR = { - in_sphere = RUS - vassal_of = RUS - } - } - } - - effect = { - KOK = { annex_to = THIS } - } - } - - the_great_game_khiva = { - picture = gtfo - potential = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - tag = RUS - has_global_flag = crimea_has_happened - year = 1865 - exists = KHI - KHI = { - civilized = no - ai = yes - } - } - - allow = { - KHI = { - OR = { - in_sphere = RUS - vassal_of = RUS - } - } - } - - effect = { - KHI = { annex_to = THIS } - } - } - - claim_sakhalin = { - picture = map_yellow_sea - potential = { - tag = RUS - 1086 = { owned_by = THIS } - OR = { - 1086 = { - owned_by = THIS - NOT = { is_core = THIS } - } - 1087 = { - owned_by = THIS - NOT = { is_core = THIS } - } - 1088 = { - owned_by = THIS - NOT = { is_core = THIS } - } - 1089 = { - owned_by = THIS - NOT = { is_core = THIS } - } - } - NOT = { - has_global_flag = japanese_sakhalin - has_country_flag = fought_for_sakhalin - } - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - war = no - } - - effect = { - any_owned = { - limit = { region = JAP_1086 } - add_core = THIS - } - prestige = 2 - } - ai_will_do = { - factor = 1 - } - } - - names_of_the_revolution = { - picture = names_of_the_rev - potential = { - tag = RUS - government = proletarian_dictatorship - NOT = { has_country_flag = names_of_the_revolution } - owns = 996 - owns = 994 - owns = 998 - owns = 1020 - owns = 1028 - owns = 1034 - owns = 1039 - owns = 1058 - } - - allow = { - owns = 996 - owns = 994 - owns = 998 - owns = 1020 - owns = 1028 - owns = 1034 - owns = 1039 - owns = 1058 - } - - effect = { - set_country_flag = names_of_the_revolution - 996 = { change_province_name = "Petrogradsky" } - 994 = { change_province_name = "Leningrad" } - 998 = { change_province_name = "Kalinin" } - 998 = { state_scope = { change_region_name = "Kalinin Oblast" } } - 1020 = { change_province_name = "Gorky" } - 1028 = { change_province_name = "Kirov" } - 1034 = { change_province_name = "Kuybyshev" } - 1039 = { change_province_name = "Stalingrad" } - 1058 = { change_province_name = "Sverdlovsk" } - } - ai_will_do = { factor = 1 } - } - - remove_names_of_the_revolution = { - picture = names_of_the_rev - potential = { - tag = RUS - NOT = { government = proletarian_dictatorship } - has_country_flag = names_of_the_revolution - owns = 996 - owns = 994 - owns = 998 - owns = 1020 - owns = 1028 - owns = 1034 - owns = 1039 - owns = 1058 - } - - allow = { - owns = 996 - owns = 994 - owns = 998 - owns = 1020 - owns = 1028 - owns = 1034 - owns = 1039 - owns = 1058 - } - - effect = { - clr_country_flag = names_of_the_revolution - 996 = { change_province_name = "Luga" } - 994 = { change_province_name = "Petrograd" } - 998 = { change_province_name = "Tver" } - 998 = { state_scope = { change_region_name = "Tver" } } - 1020 = { change_province_name = "Nizhni Novgorod" } - 1028 = { change_province_name = "Vyatka" } - 1034 = { change_province_name = "Samara" } - 1039 = { change_province_name = "Tsaritsyn" } - 1058 = { change_province_name = "Ekaterinburg" } - } - ai_will_do = { - factor = 1 - } - } - - names_of_the_revolution_ukraine = { - picture = names_of_the_rev - potential = { - tag = RUS - government = proletarian_dictatorship - NOT = { has_global_flag = names_of_the_revolution_ukraine } - owns = 972 - owns = 975 - owns = 976 - owns = 980 - } - - allow = { - owns = 972 - owns = 975 - owns = 976 - owns = 980 - } - - effect = { - set_global_flag = names_of_the_revolution_ukraine - 972 = { change_province_name = "Sicheslav" } - 975 = { change_province_name = "Stalino" } - 976 = { change_province_name = "Zhdanov" } - 980 = { change_province_name = "Voroshilovgrad" } - } - ai_will_do = { - factor = 1 - } - } - - remove_names_of_the_revolution_ukraine = { - picture = names_of_the_rev - potential = { - NOT = { government = proletarian_dictatorship } - has_global_flag = names_of_the_revolution_ukraine - owns = 972 - owns = 975 - owns = 976 - owns = 980 - } - - allow = { - owns = 972 - owns = 975 - owns = 976 - owns = 980 - } - - effect = { - clr_global_flag = names_of_the_revolution_ukraine - 975 = { change_province_name = "Yuzovka" } - 976 = { change_province_name = "Mariupol" } - 980 = { change_province_name = "Luhansk" } - } - ai_will_do = { - factor = 1 - } - } - - expel_the_poles_GLM = { - picture = polish_expelled - potential = { - is_culture_group = east_slavic - OR = { - owns = 951 - owns = 952 - owns = 953 - owns = 702 - } - NOT = { has_global_flag = poles_expelled } - } - - allow = { - war = no - owns = 951 - owns = 952 - owns = 953 - owns = 702 - mass_politics = 1 - NOT = { citizenship_policy = full_citizenship } - NOT = { citizens_rights = all_voting_pops } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - } - } - - effect = { - set_global_flag = poles_expelled - 952 = { change_province_name = "Ternopil" } - 953 = { change_province_name = "Frankivsk" } - 702 = { change_province_name = "Lviv" } - - 702 = { remove_core = POL } - 702 = { remove_core = GLM } - - 951 = { remove_core = POL } - 951 = { remove_core = GLM } - - 952 = { remove_core = POL } - 952 = { remove_core = GLM } - - 953 = { remove_core = POL } - 953 = { remove_core = RUT } - 953 = { remove_core = GLM } - - 702 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 715 } } - 952 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 706 } } - 953 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 716 } } - 951 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 708 } } - } - ai_will_do = { factor = 1 } - } - - russify_baltic_states = { - picture = russify_baltic_states - potential = { - tag = RUS - NOT = { has_country_flag = russification_of_the_baltic_states } - is_our_vassal = UBD - UBD = { ai = yes } - } - - allow = { - war = no - UBD = { is_mobilised = no } - OR = { - revolution_n_counterrevolution = 1 - great_wars_enabled = yes - GER = { exists = yes } - is_greater_power = no - } - } - - effect = { - set_country_flag = russification_of_the_baltic_states - release = UBD - UBD = { - remove_accepted_culture = latvian - remove_accepted_culture = russian - clr_country_flag = ubd_substate - all_core = { remove_core = UBD } - } - inherit = UBD - any_pop = { - limit = { - OR = { - has_pop_culture = estonian - has_pop_culture = latvian - has_pop_culture = north_german - has_pop_culture = ashkenazi - } - } - consciousness = 5 - militancy = 3 - } - UBD = { primary_culture = latvian } - } - ai_will_do = { factor = 1 } - } - - establish_caucasus_viceroyalty = { - picture = caucasus_viceroyalty - potential = { - tag = RUS - NOT = { has_country_flag = caucasus_viceroyalty_established } - TCA = { ai = yes } - NOT = { has_global_flag = transcaucasia_formed } - OR = { - TCA = { - exists = yes - vassal_of = THIS - } - any_owned_province = { - OR = { - is_core = ARM - is_core = GEO - is_core = AZB - } - } - } - } - - allow = { - OR = { - revolution_n_counterrevolution = 1 - is_greater_power = no - great_wars_enabled = yes - GER = { exists = yes } - NOT = { neighbour = TUR } - } - TCA = { - war = no - NOT = { is_mobilised = yes } - } - war = no - } - - effect = { - set_country_flag = caucasus_viceroyalty_established - TCA = { - any_pop = { militancy = 2 } - remove_accepted_culture = russian - all_core = { remove_core = TCA } - } - random_country = { - limit = { - tag = TCA - vassal_of = RUS - } - annex_to = RUS - } - RUS_1090 = { add_core = RUS } - RUS_1098 = { add_core = RUS } - RUS_1102 = { add_core = RUS } - } - ai_will_do = { factor = 1 } - } - - - integrate_abkhazia = { - picture = integrate_abkhazia - potential = { - tag = RUS - NOT = { has_country_flag = integrated_abkhazia } - owns = 1051 - owns = 1049 - owns = 1056 - OR = { - ABK = { - exists = yes - OR = { - vassal_of = THIS - substate_of = THIS - } - } - owns = 1095 - } - } - - allow = { - war = no - ABK = { - war = no - is_mobilised = no - } - OR = { - revolution_n_counterrevolution = 1 - great_wars_enabled = yes - has_global_flag = 2nd_caucasian_war - } - } - - effect = { - set_country_flag = integrated_abkhazia - ABK = { - remove_accepted_culture = circassian - add_accepted_culture = russian - } - random_country = { - limit = { - tag = ABK - exists = yes - TCA = { exists = yes vassal_of = RUS } - } - all_core = { add_core = TCA } - annex_to = TCA - } - random_country = { - limit = { - tag = ABK - exists = yes - TCA = { exists = no } - } - all_core = { add_core = RUS } - annex_to = RUS - } - } - ai_will_do = { factor = 1 } - } - - drain_the_pinsk_marshes = { - picture = drain_the_pinsk_marshes - potential = { - NOT = { has_country_flag = marshes_ready } - OR = { - 941 = { - owned_by = THIS - NOT = { life_rating = 35 } - } - 942 = { - owned_by = THIS - NOT = { life_rating = 35 } - } - 959 = { - owned_by = THIS - NOT = { life_rating = 35 } - } - } - } - - allow = { - steam_turbine = 1 - money = 5500 - } - - effect = { - treasury = -5000 - set_country_flag = marshes_ready - any_owned = { - limit = { - NOT = { life_rating = 16 } - OR = { - province_id = 941 - province_id = 942 - province_id = 959 - } - } - life_rating = 20 - add_province_modifier = { - name = drained_marsh - duration = -1 - } - } - } - ai_will_do = { factor = 1 } - } - - colonize_uriankhai = { - picture = uriankhai_colony - potential = { - tag = RUS - NOT = { has_country_flag = colonize_uriankhai } - } - - allow = { - nationalism_n_imperialism = 1 - owns = 1063 - is_greater_power = yes - war = no - } - - effect = { - set_country_flag = colonize_uriankhai - prestige = 2 - 1469 = { change_province_name = "Kyzyl" } - 1469 = { add_core = RUS } - 1068 = { add_core = RUS } - - random_country = { - limit = { - exists = yes - OR = { - tag = CHI - tag = QNG - tag = TPG - } - } - relation = { who = THIS value = -100 } - } - } - ai_will_do = { factor = 1 } - } - - integrate_uriankhai = { - picture = uriankhai_colony - potential = { - tag = RUS - has_country_flag = colonize_uriankhai - NOT = { has_country_flag = tannu_integrated } - TNT = { exists = yes } - } - - allow = { - nationalism_n_imperialism = 1 - war = no - OR = { - TNT = { - war = no - exists = yes - OR = { - in_sphere = THIS - part_of_sphere = no - } - OR = { - vassal_of = THIS - is_vassal = no - AND = { - mass_politics = 1 - overlord = { is_greater_power = no capital_scope = { continent = asia } } - } - } - } - AND = { - owns = 1068 - owns = 2674 - owns = 2691 - owns = 1076 - owns = 1075 - owns = 2678 - owns = 2608 - } - } - } - - effect = { - set_country_flag = tannu_integrated - - random_country = { - limit = { is_our_vassal = TNT } - release = TNT - casus_belli = { target = RUS type = liberate_country months = 60 } - } - - inherit = TNT - - random_country = { - limit = { - exists = yes - OR = { - tag = CHI - tag = QNG - tag = TPG - } - } - relation = { who = THIS value = -100 } - } - } - ai_will_do = { factor = 1 } - } - - alexander_reforms = { - picture = alexander_emancipating - potential = { - tag = RUS - OR = { - has_country_flag = crimean_war - year = 1870 - AND = { - is_greater_power = no - year = 1855 - ai = yes - } - } - NOT = { - has_country_flag = alexander_reforms - literacy = 0.5 - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - allow = { - war = no - average_militancy = 1 - NOT = { debt_law = serfdom } - OR = { - AND = { - has_recently_lost_war = yes - is_greater_power = no - OR = { - ai = no - nationalism_n_imperialism = 1 - } - } - AND = { - NOT = { industrial_score = 300 } - year = 1870 - } - } - } - - effect = { - set_country_flag = alexander_reforms - war_exhaustion = -5 - tech_school = army_tech_school - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - - random_owned = { - limit = { owner = { NOT = { conscription = mandatory_service } } } - owner = { political_reform = mandatory_service } - } - - random_owned = { - limit = { owner = { citizens_rights = primary_culture_only } } - owner = { political_reform = culture_voting_only } - } - random_owned = { - limit = { owner = { penal_system = capital_punishment } } - owner = { social_reform = colonial_transportation } - } - - random_owned = { - limit = { owner = { school_reforms = low_schools } } - owner = { social_reform = acceptable_schools } - } - - random_owned = { - limit = { owner = { school_reforms = no_schools } } - owner = { social_reform = low_schools } - } - - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { political_reform = censored_press } - } - - random_owned = { - limit = { owner = { public_meetings = no_meeting } } - owner = { political_reform = yes_meeting } - } - - any_pop = { - militancy = -2 - consciousness = -4 - } - - add_country_modifier = { name = total_reform duration = 2920 } - } - - ai_will_do = { factor = 1 } - } - - petrograd_renaming_act = { - picture = petrograd_city - potential = { - tag = RUS - NOT = { has_country_flag = peters_city_renamed } - NOT = { has_country_flag = names_of_the_revolution } - owns = 994 - any_greater_power = { - war_with = THIS - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - } - - allow = { - mass_politics = 1 - } - - effect = { - set_country_flag = peters_city_renamed - 994 = { change_province_name = "Petrograd" } - war_exhaustion = -5 - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { factor = 0.1 value = jingoism } - militancy = -1 - } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { war_exhaustion = 20 } - } - } - } - - integrate_kazakhstan = { #needs a revision - picture = unite_turkestan - potential = { - tag = RUS - NOT = { has_country_flag = kazakhstan_integrated } - KAZ = { civilized = no neighbour = THIS } - NOT = { exists = KHI } - NOT = { exists = BUK } - NOT = { exists = KOK } - owns = 1189 - owns = 1190 - owns = 1188 - } - - allow = { - nationalism_n_imperialism = 1 - is_sphere_leader_of = KAZ - } - - effect = { - set_country_flag = kazakhstan_integrated - inherit = KAZ - badboy = 1 - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.98 - } - } - } - - russification_of_finland = { - picture = suomineito - potential = { - OR = { - tag = RUS - tag = SCA - } - is_our_vassal = FIN - revolution_n_counterrevolution = 1 - NOT = { has_country_flag = finland_russification } - NOT = { has_country_flag = finland_is_recognized } - } - - allow = { - war = no - mass_politics = 1 - is_our_vassal = FIN - NOT = { government = democracy } - } - - effect = { - set_country_flag = finland_russification - random_owned = { - limit = { - owner = { tag = RUS } - } - owner = { - badboy = 1 - FIN = { all_core = { add_core = RUS } } - } - } - random_owned = { - limit = { - owner = { tag = SCA } - } - owner = { - badboy = 3 - FIN = { all_core = { add_core = SCA } } - } - } - FIN = { country_event = 325460 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.98 - } - } - } - - liaodong_lease = { - picture = port_arthur - potential = { - owns = 1082 - 1481 = { NOT = { owned_by = THIS } owner = { is_culture_group = east_asian civilized = no } } - NOT = { has_country_flag = demanded_port_arthur } - exists = yes - NOT = { is_culture_group = east_asian } - } - - allow = { - war = no - OR = { - war_policy = jingoism - war_policy = pro_military - } - NOT = { is_disarmed = yes } - military_score = 100 - total_amount_of_ships = 10 - is_vassal = no - OR = { - naval_plans = 1 - ai = yes - } - OR = { - high_sea_battle_fleet = 1 - revolution_n_counterrevolution = 1 - steel_railroad = 1 - AND = { - revolution_n_counterrevolution = 1 - machine_guns = 1 - } - } - } - - effect = { - set_country_flag = demanded_port_arthur - badboy = 1 - 1481 = { owner = { country_event = 90909 } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.98 - } - } - } - - break_the_treaty_of_tartu = { - picture = treaty_signing - potential = { - has_country_flag = treaty_of_tartu - NOT = { has_country_flag = tartu_treaty_broke } - } - - allow = { - NOT = { is_disarmed = yes } - NOT = { has_recently_lost_war = yes } - OR = { - 982 = { owner = { NOT = { truce_with = THIS } } } - 339 = { owner = { NOT = { truce_with = THIS } } } - } - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = bourgeois_dictatorship - AND = { - NOT = { exists = FIN } - is_greater_power = yes - } - AND = { - SCA = { exists = yes } - FIN = { any_core = { is_core = SCA } } - } - } - } - - effect = { - set_country_flag = tartu_treaty_broke - random_country = { limit = { exists = yes neighbour = THIS tag = FIN } THIS = { badboy = 5 } } - 982 = { add_core = THIS } - 339 = { add_core = THIS } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 badboy = 0.7 } - } - } - - - tea_in_georgia = { - picture = tea_production - potential = { - owns = 1094 - NOT = { has_global_flag = georgian_tea } - } - - allow = { - war = no - money = 10000 - OR = { - year = 1895 - AND = { - invention = old_style_family_business - modern_central_bank_system = 1 - } - } - } - - effect = { - set_global_flag = georgian_tea - money = -10000 - 1096 = { trade_goods = tea } - 1095 = { trade_goods = tea } - 1094 = { trade_goods = tea } - } - - ai_will_do = { factor = 1 } - } - - #Treaty of Akhal - treaty_of_akhal = { - picture = treaty_of_turkmanchay - potential = { - OR = { - AND = { - owns = 1205 - owns = 686 - } - owns = 1150 - } - NOT = { owns = 1204 } - NOT = { has_global_flag = treaty_of_akhal } - 1204 = { - owner = { - is_greater_power = no - NOT = { is_our_vassal = THIS } - } - } - is_vassal = no - capital_scope = { continent = europe } - } - - allow = { - war = no - 1204 = { owner = { NOT = { truce_with = THIS military_score = THIS is_our_vassal = THIS } } } - OR = { - is_greater_power = yes - AND = { - civilized = yes - 1204 = { owner = { civilized = no } } - } - } - OR = { - steel_steamers = 1 - mass_politics = 1 - AND = { - machine_guns = 1 - nationalism_n_imperialism = 1 - } - AND = { owns = 686 ai = yes } - owns = 1150 - } - OR = { - 1204 = { owner = { NOT = { truce_with = THIS } } } - ai = yes - } - } - - effect = { - set_global_flag = treaty_of_akhal - 1204 = { owner = { country_event = 100019 } } - } - - ai_will_do = { factor = 1 } - } - - - afghan_northern_borders = { - picture = treaty_of_turkmanchay - potential = { - OR = { - owns = 1208 - 1208 = { owner = { vassal_of = THIS } } - 1208 = { owner = { in_sphere = THIS is_vassal = no } } - } - civilized = yes - any_owned_province = { is_core = BDK } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - is_vassal = no - 1210 = { owner = { war = no } } - BDK = { exists = no } - } - - effect = { - prestige = 5 - BDK = { all_core = { remove_core = BDK } } - random_owned = { - limit = { owner = { owns = 1210 } } - owner = { 1208 = { remove_core = AFG } 208 = { remove_core = BUK } 208 = { remove_core = UZB } 1211 = { remove_core = BUK } } - } - random_owned = { limit = { owner = { NOT = { owns = 1210 } } } 1210 = { owner = { country_event = 325461 } } } - } - - ai_will_do = { factor = 1 } - } + abolish_serfdom = { + picture = abolish_serfdom + potential = { + tag = RUS + debt_law = serfdom + #government = absolute_monarchy + has_country_flag = serfdom_not_abolished + } + allow = { + OR = { + government = hms_government + average_militancy = 4 + AND = { + upper_house = { ideology = liberal value = 0.2 } + OR = { + average_consciousness = 3 + has_recently_lost_war = yes + } + } + AND = { + ruling_party_ideology = liberal + OR = { + average_consciousness = 3 + has_recently_lost_war = yes + } + } + AND = { + consciousness = 1 + year = 1870 + } + } + } + effect = { + set_country_flag = serfdom_abolished_generic + badboy = -4 + political_reform = peonage + clr_country_flag = serfdom_not_abolished + add_country_modifier = { name = total_reform duration = 1095 } + any_country = { + limit = { + OR = { + substate_of = THIS + vassal_of = THIS + } + debt_law = serfdom + } + political_reform = peonage + } + any_pop = { + limit = { + OR = { + type = farmers + type = labourers + type = serfs + } + } + militancy = -2 + consciousness = 1 + } + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = labourers + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = farmers + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } + ai_will_do = { factor = 1 } + } + + establish_the_sovnarkom = { + picture = establish_the_sovnarkom + potential = { + tag = RUS + NOT = { + has_country_flag = big_brother_is_watching + } + government = proletarian_dictatorship + } + allow = { + mass_politics = 1 + } + + effect = { + plurality = -10 + any_pop = { + militancy = -2 + consciousness = -1 + ideology = { + value = socialist + factor = 0.05 + } + + ideology = { + value = communist + factor = 0.05 + } + } + prestige = 5 + set_country_flag = big_brother_is_watching + } + } + + manifesto_on_unshakable_autocracy = { + potential = { + tag = RUS + OR = { + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_country_flag = the_manifesto } + nationalism_n_imperialism = 1 + } + + allow = { revolution_n_counterrevolution = 1 } + + effect = { + prestige = 5 + badboy = 2 + political_reform = none_voting + political_reform = state_press + political_reform = appointed + political_reform = state_controlled + political_reform = underground_parties + government = absolute_monarchy + ruling_party_ideology = reactionary + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + any_pop = { + militancy = -1 + + scaled_militancy = { + ideology = reactionary + factor = -3 + } + + scaled_militancy = { + ideology = conservative + factor = -1 + } + + scaled_consciousness = { + ideology = conservative + factor = -2 + } + + scaled_consciousness = { + ideology = reactionary + factor = -4 + } + + scaled_consciousness = { + ideology = liberal + factor = 2 + } + scaled_consciousness = { + ideology = anarcho_liberal + factor = 4 + } + scaled_consciousness = { + ideology = socialist + factor = 4 + } + scaled_consciousness = { + ideology = communist + factor = 6 + } + } + + set_country_flag = the_manifesto + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.7 + } + } + } + + promulgate_the_ems_ukaz = { + potential = { + tag = RUS + NOT = { + has_country_flag = ems_ukaz_dispatched + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + owns = 958 + phenomenalism = 1 + exists = GER + GER = { + owns = 570 + } + } + + allow = { + biologism = 1 + } + + effect = { + any_pop = { + limit = { + has_pop_culture = ukrainian + } + militancy = 3 + consciousness = -2 + } + set_country_flag = ems_ukaz_dispatched + } + } + + convention_of_peking = { + picture = peking_convention + potential = { + tag = RUS + is_greater_power = yes + 1082 = { + owner = { + OR = { + tag = QNG + vassal_of = QNG + substate_of = QNG + } + } + } + NOT = { has_global_flag = convention_of_peking } + QNG = { + exists = yes + OR = { + has_country_flag = arrow_incident + AND = { + has_global_flag = taiping_has_happened + 1082 = { owner = { in_sphere = RUS } } + } + } + } + } + + allow = { + war = no + NOT = { truce_with = QNG } + OR = { + QNG = { war_exhaustion = 30 } + 1082 = { owner = { in_sphere = RUS } } + QNG = { war = yes } + } + } + + effect = { + set_global_flag = convention_of_peking + 1081 = { add_core = RUS } + 1082 = { add_core = RUS } + 1083 = { add_core = RUS } + 1084 = { add_core = RUS } + 1085 = { add_core = RUS } + 2617 = { add_core = RUS } + 2697 = { add_core = RUS } + QNG = { country_event = 80110 } + } + } + + mongolian_protectorate = { + picture = unequal_treaty + potential = { + tag = RUS + is_greater_power = yes + MGL = { + exists = yes + is_vassal = no + neighbour = RUS + OR = { + in_sphere = RUS + part_of_sphere = no + } + } + NOT = { has_country_flag = mongolian_protectorate } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + MGL = { + war = no + NOT = { truce_with = RUS } + OR = { + in_sphere = RUS + any_owned_province = { + OR = { + is_core = QNG + is_core = CHI + } + } + } + } + } + + effect = { + set_country_flag = mongolian_protectorate + MGL = { country_event = 80115 } + } + } + + peking_convention_TPG = { + picture = peking_convention + potential = { + tag = RUS + is_greater_power = yes + TPG = { owns = 1082 } + NOT = { has_global_flag = convention_of_peking } + has_global_flag = taiping_has_happened + } + + allow = { + war = no + NOT = { truce_with = TPG } + TPG = { + war = no + OR = { + part_of_sphere = no + in_sphere = RUS + } + } + } + + effect = { + set_global_flag = convention_of_peking + CHI_1082 = { + add_core = RUS + } + TPG = { + country_event = 80110 + } + } + } + + russian_vladivostok = { + potential = { + tag = RUS + owns = 1085 + owns = 1084 + owns = 2617 + owns = 1083 + owns = 1082 + owns = 1081 + owns = 2697 + NOT = { has_global_flag = russian_vladivostok } + } + + allow = { state_n_government = 1 } + + effect = { + random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } + 1081 = { + change_province_name = "Albazino" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 2697 = { + change_province_name = "Zeya" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 1085 = { + change_province_name = "Blagoveshchensk" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 1084 = { + change_province_name = "Nikolayevsk-na-amure" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 1083 = { + change_province_name = "Khabarovsk" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 2617 = { + change_province_name = "Pashkovo" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 1082 = { + change_province_name = "Vladivostok" + add_core = RUS + add_core = KAM + remove_core = CHI + remove_core = MCK + remove_core = QNG + } + 1082 = { state_scope = { change_region_name = "Primorye" } } + 1080 = { state_scope = { change_region_name = "Amur" } } + prestige = 5 + set_global_flag = russian_vladivostok + clr_global_flag = japanese_enkaishu + clr_global_flag = binhai_bianjiangqu + } + } + + japanese_outer_manchuria = { + picture = outer_manchuria_map + potential = { + OR = { + tag = JAP + tag = TKG + tag = EZO + } + owns = 1085 + owns = 1084 + owns = 2617 + owns = 1083 + owns = 1082 + NOT = { has_global_flag = japanese_enkaishu } + } + + allow = { state_n_government = 1 } + + effect = { + random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } + 1085 = { change_province_name = "Bushi" } + 1084 = { change_province_name = "Niko" } + 1083 = { change_province_name = "Hafu" } + 2617 = { change_province_name = "Kyuseijo" } + 1082 = { change_province_name = "Urajio" } + 1082 = { state_scope = { change_region_name = "Enkaishu" } } + prestige = 5 + set_global_flag = japanese_enkaishu + clr_global_flag = russian_vladivostok + clr_global_flag = binhai_bianjiangqu + } + } + + chinese_outer_manchuria = { + picture = outer_manchuria_map + potential = { + OR = { + tag = CHI + tag = QNG + tag = KOR + tag = MCK + } + owns = 1085 + owns = 1084 + owns = 2617 + owns = 1083 + owns = 1082 + OR = { + has_global_flag = russian_vladivostok + has_global_flag = japanese_enkaishu + } + NOT = { has_global_flag = binhai_bianjiangqu } + } + + allow = { state_n_government = 1 } + + effect = { + random_owned = { limit = { province_id = 1082 NOT = { life_rating = 39 } } life_rating = 8 } + 1085 = { change_province_name = "Ulusamudan" } + 1084 = { change_province_name = "Utchan" } + 1083 = { change_province_name = "Boli" } + 2617 = { change_province_name = "Saghalian Oula" } + 1082 = { change_province_name = "Haishenwai" } + 1082 = { state_scope = { change_region_name = "Guanwai" } } + prestige = 5 + set_global_flag = binhai_bianjiangqu + clr_global_flag = russian_vladivostok + clr_global_flag = japanese_enkaishu + } + } + + expel_manchu_from_primorye = { + picture = russian_vladivostok + + potential = { + owns = 1082 + owns = 1083 + owns = 1084 + owns = 1085 + owns = 2617 + NOT = { government = democracy } + NOT = { has_global_flag = manchus_expelled_primorye } + NOT = { has_global_flag = trying_to_expel_the_manchus } + OR = { + AND = { + primary_culture = russian + has_global_flag = russian_vladivostok + } + AND = { + primary_culture = japanese + has_global_flag = japanese_enkaishu + } + } + } + + allow = { war = no nationalism_n_imperialism = 1 citizenship_policy = residency } + + effect = { + set_global_flag = trying_to_expel_the_manchus + set_country_flag = country_trying_to_expel_the_manchus + any_owned = { + limit = { + OR = { + province_id = 1082 + province_id = 1083 + province_id = 1084 + province_id = 1085 + province_id = 2617 + } + } + add_province_modifier = { name = nationalist_agitation duration = 1095 } + } + } + ai_will_do = { factor = 1 } + } + + move_capital_to_moscow = { + potential = { + tag = RUS + NOT = { capital = 1008 } + } + + allow = { + owns = 1008 # Moscow + OR = { + AND = { + NOT = { owns = 339 } # Viipuri + NOT = { is_our_vassal = FIN } + } + AND = { + NOT = { owns = 350 } # Narva + OR = { + UBD = { exists = yes owns = 350 NOT = { vassal_of = THIS } } + EST = { exists = yes owns = 350 NOT = { vassal_of = THIS } } + } + } + AND = { + NOT = { owns = 355 } # Valmiera + OR = { + UBD = { exists = yes owns = 355 NOT = { vassal_of = THIS } } + LAT = { exists = yes owns = 355 NOT = { vassal_of = THIS } } + } + } + NOT = { owns = 946 } # Polotsk + } + } + + effect = { + capital = 1008 + prestige = 5 + } + ai_will_do = { + factor = 1 + } + } + + treaty_of_tartu = { + picture = treaty_signing + potential = { + tag = FIN + RUS = { owns = 982 } #Petsamo + owns = 339 #Viipuri + NOT = { has_country_flag = treaty_of_tartu } + } + + allow = { + war = no + is_vassal = no + RUS = { + OR = { + NOT = { truce_with = THIS } + has_recently_lost_war = yes + } + war = no + } + } + + effect = { + set_country_flag = treaty_of_tartu + RUS = { country_event = 32515 } + } + + ai_will_do = { factor = 1 } + } + + reclaim_poland_RUS = { + picture = become_poland + potential = { + tag = RUS + OR = { + year = 1890 + AND = { + has_global_flag = january_uprising_happened + war = no + year = 1870 + } + } + OR = { + 706 = { NOT = { is_core = RUS } } + 713 = { NOT = { is_core = RUS } } + 707 = { NOT = { is_core = RUS } } + 719 = { NOT = { is_core = RUS } } + } + NOT = { has_country_flag = poland_is_russian } + OR = { + NOT = { + POL = { exists = yes has_country_flag = poland_is_free } + CPL = { exists = yes has_country_flag = poland_is_free } + } + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + + allow = { + war = no + is_disarmed = no + NOT = { has_country_modifier = no_more_war } + OR = { + any_owned_province = { + region = RUS_706 + NOT = { is_core = RUS } + } + any_owned_province = { + region = RUS_715 + NOT = { province_id = 703 } + NOT = { is_core = RUS } + } + any_owned_province = { + province_id = 707 + NOT = { is_core = RUS } + } + any_owned_province = { + province_id = 719 + NOT = { is_core = RUS } + } + war_policy = jingoism + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + + effect = { + set_country_flag = poland_is_russian + badboy = 8 + random_owned = { + limit = { + OR = { + owner = { government = fascist_dictatorship } + owner = { government = proletarian_dictatorship } + } + } + RUS_706 = { add_core = RUS } + RUS_715 = { add_core = RUS } + 707 = { add_core = RUS } + 719 = { add_core = RUS } + } + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + } + add_core = RUS + } + any_country = { + limit = { + any_owned_province = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } + + establish_panslavism = { + picture = establish_panslavism + potential = { + tag = SER + government = absolute_monarchy + exists = TUR + NOT = { has_global_flag = panslavism } + } + + allow = { + year = 1845 + NOT = { + relation = { + who = TUR + value = 0 + } + } + } + + effect = { + set_global_flag = panslavism + TUR = { + any_pop = { + limit = { has_pop_religion = orthodox } + militancy = 8 + } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + } + } + + the_great_game_bukhara = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = RUS + has_global_flag = crimea_has_happened + year = 1865 + exists = BUK + BUK = { + civilized = no + ai = yes + } + } + + allow = { + BUK = { + OR = { + in_sphere = RUS + vassal_of = RUS + } + } + } + + effect = { + BUK = { annex_to = THIS } + } + } + + the_great_game_kokand = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = RUS + has_global_flag = crimea_has_happened + year = 1865 + exists = KOK + KOK = { + civilized = no + ai = yes + } + } + + allow = { + KOK = { + OR = { + in_sphere = RUS + vassal_of = RUS + } + } + } + + effect = { + KOK = { annex_to = THIS } + } + } + + the_great_game_khiva = { + picture = gtfo + potential = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + tag = RUS + has_global_flag = crimea_has_happened + year = 1865 + exists = KHI + KHI = { + civilized = no + ai = yes + } + } + + allow = { + KHI = { + OR = { + in_sphere = RUS + vassal_of = RUS + } + } + } + + effect = { + KHI = { annex_to = THIS } + } + } + + claim_sakhalin = { + picture = map_yellow_sea + potential = { + tag = RUS + 1086 = { owned_by = THIS } + OR = { + 1086 = { + owned_by = THIS + NOT = { is_core = THIS } + } + 1087 = { + owned_by = THIS + NOT = { is_core = THIS } + } + 1088 = { + owned_by = THIS + NOT = { is_core = THIS } + } + 1089 = { + owned_by = THIS + NOT = { is_core = THIS } + } + } + NOT = { + has_global_flag = japanese_sakhalin + has_country_flag = fought_for_sakhalin + } + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + war = no + } + + effect = { + any_owned = { + limit = { region = JAP_1086 } + add_core = THIS + } + prestige = 2 + } + ai_will_do = { + factor = 1 + } + } + + names_of_the_revolution = { + picture = names_of_the_rev + potential = { + tag = RUS + government = proletarian_dictatorship + NOT = { has_country_flag = names_of_the_revolution } + owns = 996 + owns = 994 + owns = 998 + owns = 1020 + owns = 1028 + owns = 1034 + owns = 1039 + owns = 1058 + } + + allow = { + owns = 996 + owns = 994 + owns = 998 + owns = 1020 + owns = 1028 + owns = 1034 + owns = 1039 + owns = 1058 + } + + effect = { + set_country_flag = names_of_the_revolution + 996 = { change_province_name = "Petrogradsky" } + 994 = { change_province_name = "Leningrad" } + 998 = { change_province_name = "Kalinin" } + 998 = { state_scope = { change_region_name = "Kalinin Oblast" } } + 1020 = { change_province_name = "Gorky" } + 1028 = { change_province_name = "Kirov" } + 1034 = { change_province_name = "Kuybyshev" } + 1039 = { change_province_name = "Stalingrad" } + 1058 = { change_province_name = "Sverdlovsk" } + } + ai_will_do = { factor = 1 } + } + + remove_names_of_the_revolution = { + picture = names_of_the_rev + potential = { + tag = RUS + NOT = { government = proletarian_dictatorship } + has_country_flag = names_of_the_revolution + owns = 996 + owns = 994 + owns = 998 + owns = 1020 + owns = 1028 + owns = 1034 + owns = 1039 + owns = 1058 + } + + allow = { + owns = 996 + owns = 994 + owns = 998 + owns = 1020 + owns = 1028 + owns = 1034 + owns = 1039 + owns = 1058 + } + + effect = { + clr_country_flag = names_of_the_revolution + 996 = { change_province_name = "Luga" } + 994 = { change_province_name = "Petrograd" } + 998 = { change_province_name = "Tver" } + 998 = { state_scope = { change_region_name = "Tver" } } + 1020 = { change_province_name = "Nizhni Novgorod" } + 1028 = { change_province_name = "Vyatka" } + 1034 = { change_province_name = "Samara" } + 1039 = { change_province_name = "Tsaritsyn" } + 1058 = { change_province_name = "Ekaterinburg" } + } + ai_will_do = { + factor = 1 + } + } + + names_of_the_revolution_ukraine = { + picture = names_of_the_rev + potential = { + tag = RUS + government = proletarian_dictatorship + NOT = { has_global_flag = names_of_the_revolution_ukraine } + owns = 972 + owns = 975 + owns = 976 + owns = 980 + } + + allow = { + owns = 972 + owns = 975 + owns = 976 + owns = 980 + } + + effect = { + set_global_flag = names_of_the_revolution_ukraine + 972 = { change_province_name = "Sicheslav" } + 975 = { change_province_name = "Stalino" } + 976 = { change_province_name = "Zhdanov" } + 980 = { change_province_name = "Voroshilovgrad" } + } + ai_will_do = { + factor = 1 + } + } + + remove_names_of_the_revolution_ukraine = { + picture = names_of_the_rev + potential = { + NOT = { government = proletarian_dictatorship } + has_global_flag = names_of_the_revolution_ukraine + owns = 972 + owns = 975 + owns = 976 + owns = 980 + } + + allow = { + owns = 972 + owns = 975 + owns = 976 + owns = 980 + } + + effect = { + clr_global_flag = names_of_the_revolution_ukraine + 975 = { change_province_name = "Yuzovka" } + 976 = { change_province_name = "Mariupol" } + 980 = { change_province_name = "Luhansk" } + } + ai_will_do = { + factor = 1 + } + } + + expel_the_poles_GLM = { + picture = polish_expelled + potential = { + is_culture_group = east_slavic + OR = { + owns = 951 + owns = 952 + owns = 953 + owns = 702 + } + NOT = { has_global_flag = poles_expelled } + } + + allow = { + war = no + owns = 951 + owns = 952 + owns = 953 + owns = 702 + mass_politics = 1 + NOT = { citizenship_policy = full_citizenship } + NOT = { citizens_rights = all_voting_pops } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + } + } + + effect = { + set_global_flag = poles_expelled + 952 = { change_province_name = "Ternopil" } + 953 = { change_province_name = "Frankivsk" } + 702 = { change_province_name = "Lviv" } + + 702 = { remove_core = POL } + 702 = { remove_core = GLM } + + 951 = { remove_core = POL } + 951 = { remove_core = GLM } + + 952 = { remove_core = POL } + 952 = { remove_core = GLM } + + 953 = { remove_core = POL } + 953 = { remove_core = RUT } + 953 = { remove_core = GLM } + + 702 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 715 } } + 952 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 706 } } + 953 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 716 } } + 951 = { any_pop = { limit = { has_pop_culture = polish } move_pop = 708 } } + } + ai_will_do = { factor = 1 } + } + + russify_baltic_states = { + picture = russify_baltic_states + potential = { + tag = RUS + NOT = { has_country_flag = russification_of_the_baltic_states } + is_our_vassal = UBD + UBD = { ai = yes } + } + + allow = { + war = no + UBD = { is_mobilised = no } + OR = { + revolution_n_counterrevolution = 1 + great_wars_enabled = yes + GER = { exists = yes } + is_greater_power = no + } + } + + effect = { + set_country_flag = russification_of_the_baltic_states + release = UBD + UBD = { + remove_accepted_culture = latvian + remove_accepted_culture = russian + clr_country_flag = ubd_substate + all_core = { remove_core = UBD } + } + inherit = UBD + any_pop = { + limit = { + OR = { + has_pop_culture = estonian + has_pop_culture = latvian + has_pop_culture = north_german + has_pop_culture = ashkenazi + } + } + consciousness = 5 + militancy = 3 + } + UBD = { primary_culture = latvian } + } + ai_will_do = { factor = 1 } + } + + establish_caucasus_viceroyalty = { + picture = caucasus_viceroyalty + potential = { + tag = RUS + NOT = { has_country_flag = caucasus_viceroyalty_established } + TCA = { ai = yes } + NOT = { has_global_flag = transcaucasia_formed } + OR = { + TCA = { + exists = yes + vassal_of = THIS + } + any_owned_province = { + OR = { + is_core = ARM + is_core = GEO + is_core = AZB + } + } + } + } + + allow = { + OR = { + revolution_n_counterrevolution = 1 + is_greater_power = no + great_wars_enabled = yes + GER = { exists = yes } + NOT = { neighbour = TUR } + } + TCA = { + war = no + NOT = { is_mobilised = yes } + } + war = no + } + + effect = { + set_country_flag = caucasus_viceroyalty_established + TCA = { + any_pop = { militancy = 2 } + remove_accepted_culture = russian + all_core = { remove_core = TCA } + } + random_country = { + limit = { + tag = TCA + vassal_of = RUS + } + annex_to = RUS + } + RUS_1090 = { add_core = RUS } + RUS_1098 = { add_core = RUS } + RUS_1102 = { add_core = RUS } + } + ai_will_do = { factor = 1 } + } + + + integrate_abkhazia = { + picture = integrate_abkhazia + potential = { + tag = RUS + NOT = { has_country_flag = integrated_abkhazia } + owns = 1051 + owns = 1049 + owns = 1056 + OR = { + ABK = { + exists = yes + OR = { + vassal_of = THIS + substate_of = THIS + } + } + owns = 1095 + } + } + + allow = { + war = no + ABK = { + war = no + is_mobilised = no + } + OR = { + revolution_n_counterrevolution = 1 + great_wars_enabled = yes + has_global_flag = 2nd_caucasian_war + } + } + + effect = { + set_country_flag = integrated_abkhazia + ABK = { + remove_accepted_culture = circassian + add_accepted_culture = russian + } + random_country = { + limit = { + tag = ABK + exists = yes + TCA = { exists = yes vassal_of = RUS } + } + all_core = { add_core = TCA } + annex_to = TCA + } + random_country = { + limit = { + tag = ABK + exists = yes + TCA = { exists = no } + } + all_core = { add_core = RUS } + annex_to = RUS + } + } + ai_will_do = { factor = 1 } + } + + drain_the_pinsk_marshes = { + picture = drain_the_pinsk_marshes + potential = { + NOT = { has_country_flag = marshes_ready } + OR = { + 941 = { + owned_by = THIS + NOT = { life_rating = 35 } + } + 942 = { + owned_by = THIS + NOT = { life_rating = 35 } + } + 959 = { + owned_by = THIS + NOT = { life_rating = 35 } + } + } + } + + allow = { + steam_turbine = 1 + money = 5500 + } + + effect = { + treasury = -5000 + set_country_flag = marshes_ready + any_owned = { + limit = { + NOT = { life_rating = 16 } + OR = { + province_id = 941 + province_id = 942 + province_id = 959 + } + } + life_rating = 20 + add_province_modifier = { + name = drained_marsh + duration = -1 + } + } + } + ai_will_do = { factor = 1 } + } + + colonize_uriankhai = { + picture = uriankhai_colony + potential = { + tag = RUS + NOT = { has_country_flag = colonize_uriankhai } + } + + allow = { + nationalism_n_imperialism = 1 + owns = 1063 + is_greater_power = yes + war = no + } + + effect = { + set_country_flag = colonize_uriankhai + prestige = 2 + 1469 = { change_province_name = "Kyzyl" } + 1469 = { add_core = RUS } + 1068 = { add_core = RUS } + + random_country = { + limit = { + exists = yes + OR = { + tag = CHI + tag = QNG + tag = TPG + } + } + relation = { who = THIS value = -100 } + } + } + ai_will_do = { factor = 1 } + } + + integrate_uriankhai = { + picture = uriankhai_colony + potential = { + tag = RUS + has_country_flag = colonize_uriankhai + NOT = { has_country_flag = tannu_integrated } + TNT = { exists = yes } + } + + allow = { + nationalism_n_imperialism = 1 + war = no + OR = { + TNT = { + war = no + exists = yes + OR = { + in_sphere = THIS + part_of_sphere = no + } + OR = { + vassal_of = THIS + is_vassal = no + AND = { + mass_politics = 1 + overlord = { is_greater_power = no capital_scope = { continent = asia } } + } + } + } + AND = { + owns = 1068 + owns = 2674 + owns = 2691 + owns = 1076 + owns = 1075 + owns = 2678 + owns = 2608 + } + } + } + + effect = { + set_country_flag = tannu_integrated + + random_country = { + limit = { is_our_vassal = TNT } + release = TNT + casus_belli = { target = RUS type = liberate_country months = 60 } + } + + inherit = TNT + + random_country = { + limit = { + exists = yes + OR = { + tag = CHI + tag = QNG + tag = TPG + } + } + relation = { who = THIS value = -100 } + } + } + ai_will_do = { factor = 1 } + } + + alexander_reforms = { + picture = alexander_emancipating + potential = { + tag = RUS + OR = { + has_country_flag = crimean_war + year = 1870 + AND = { + is_greater_power = no + year = 1855 + ai = yes + } + } + NOT = { + has_country_flag = alexander_reforms + literacy = 0.5 + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + allow = { + war = no + average_militancy = 1 + NOT = { debt_law = serfdom } + OR = { + AND = { + has_recently_lost_war = yes + is_greater_power = no + OR = { + ai = no + nationalism_n_imperialism = 1 + } + } + AND = { + NOT = { industrial_score = 300 } + year = 1870 + } + } + } + + effect = { + set_country_flag = alexander_reforms + war_exhaustion = -5 + tech_school = army_tech_school + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + + random_owned = { + limit = { owner = { NOT = { conscription = mandatory_service } } } + owner = { political_reform = mandatory_service } + } + + random_owned = { + limit = { owner = { citizens_rights = primary_culture_only } } + owner = { social_reform = culture_voting_only } + } + random_owned = { + limit = { owner = { penal_system = capital_punishment } } + owner = { social_reform = colonial_transportation } + } + + random_owned = { + limit = { owner = { school_reforms = low_schools } } + owner = { social_reform = acceptable_schools } + } + + random_owned = { + limit = { owner = { school_reforms = no_schools } } + owner = { social_reform = low_schools } + } + + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { political_reform = censored_press } + } + + random_owned = { + limit = { owner = { public_meetings = no_meeting } } + owner = { political_reform = yes_meeting } + } + + any_pop = { + militancy = -2 + consciousness = -4 + } + + add_country_modifier = { name = total_reform duration = 2920 } + } + + ai_will_do = { factor = 1 } + } + + petrograd_renaming_act = { + picture = petrograd_city + potential = { + tag = RUS + NOT = { has_country_flag = peters_city_renamed } + NOT = { has_country_flag = names_of_the_revolution } + owns = 994 + any_greater_power = { + war_with = THIS + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + } + + allow = { + mass_politics = 1 + } + + effect = { + set_country_flag = peters_city_renamed + 994 = { change_province_name = "Petrograd" } + war_exhaustion = -5 + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { factor = 0.1 value = jingoism } + militancy = -1 + } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { war_exhaustion = 20 } + } + } + } + + integrate_kazakhstan = { #needs a revision + picture = unite_turkestan + potential = { + tag = RUS + NOT = { has_country_flag = kazakhstan_integrated } + KAZ = { civilized = no neighbour = THIS } + NOT = { exists = KHI } + NOT = { exists = BUK } + NOT = { exists = KOK } + owns = 1189 + owns = 1190 + owns = 1188 + } + + allow = { + nationalism_n_imperialism = 1 + is_sphere_leader_of = KAZ + } + + effect = { + set_country_flag = kazakhstan_integrated + inherit = KAZ + badboy = 1 + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.98 + } + } + } + + russification_of_finland = { + picture = suomineito + potential = { + OR = { + tag = RUS + tag = SCA + } + is_our_vassal = FIN + revolution_n_counterrevolution = 1 + NOT = { has_country_flag = finland_russification } + NOT = { has_country_flag = finland_is_recognized } + } + + allow = { + war = no + mass_politics = 1 + is_our_vassal = FIN + NOT = { government = democracy } + } + + effect = { + set_country_flag = finland_russification + random_owned = { + limit = { + owner = { tag = RUS } + } + owner = { + badboy = 1 + FIN = { all_core = { add_core = RUS } } + } + } + random_owned = { + limit = { + owner = { tag = SCA } + } + owner = { + badboy = 3 + FIN = { all_core = { add_core = SCA } } + } + } + FIN = { country_event = 325460 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.98 + } + } + } + + liaodong_lease = { + picture = port_arthur + potential = { + owns = 1082 + 1481 = { NOT = { owned_by = THIS } owner = { is_culture_group = east_asian civilized = no } } + NOT = { has_country_flag = demanded_port_arthur } + exists = yes + NOT = { is_culture_group = east_asian } + } + + allow = { + war = no + OR = { + war_policy = jingoism + war_policy = pro_military + } + NOT = { is_disarmed = yes } + military_score = 100 + total_amount_of_ships = 10 + is_vassal = no + OR = { + naval_plans = 1 + ai = yes + } + OR = { + high_sea_battle_fleet = 1 + revolution_n_counterrevolution = 1 + steel_railroad = 1 + AND = { + revolution_n_counterrevolution = 1 + machine_guns = 1 + } + } + } + + effect = { + set_country_flag = demanded_port_arthur + badboy = 1 + 1481 = { owner = { country_event = 90909 } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.98 + } + } + } + + break_the_treaty_of_tartu = { + picture = treaty_signing + potential = { + has_country_flag = treaty_of_tartu + NOT = { has_country_flag = tartu_treaty_broke } + } + + allow = { + NOT = { is_disarmed = yes } + NOT = { has_recently_lost_war = yes } + OR = { + 982 = { owner = { NOT = { truce_with = THIS } } } + 339 = { owner = { NOT = { truce_with = THIS } } } + } + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = bourgeois_dictatorship + AND = { + NOT = { exists = FIN } + is_greater_power = yes + } + AND = { + SCA = { exists = yes } + FIN = { any_core = { is_core = SCA } } + } + } + } + + effect = { + set_country_flag = tartu_treaty_broke + random_country = { limit = { exists = yes neighbour = THIS tag = FIN } THIS = { badboy = 5 } } + 982 = { add_core = THIS } + 339 = { add_core = THIS } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 badboy = 0.7 } + } + } + + + tea_in_georgia = { + picture = tea_production + potential = { + owns = 1094 + NOT = { has_global_flag = georgian_tea } + } + + allow = { + war = no + money = 10000 + OR = { + year = 1895 + AND = { + invention = old_style_family_business + modern_central_bank_system = 1 + } + } + } + + effect = { + set_global_flag = georgian_tea + money = -10000 + 1096 = { trade_goods = tea } + 1095 = { trade_goods = tea } + 1094 = { trade_goods = tea } + } + + ai_will_do = { factor = 1 } + } + + #Treaty of Akhal + treaty_of_akhal = { + picture = treaty_of_turkmanchay + potential = { + OR = { + AND = { + owns = 1205 + owns = 686 + } + owns = 1150 + } + NOT = { owns = 1204 } + NOT = { has_global_flag = treaty_of_akhal } + 1204 = { + owner = { + is_greater_power = no + NOT = { is_our_vassal = THIS } + } + } + is_vassal = no + capital_scope = { continent = europe } + } + + allow = { + war = no + 1204 = { owner = { NOT = { truce_with = THIS military_score = THIS is_our_vassal = THIS } } } + OR = { + is_greater_power = yes + AND = { + civilized = yes + 1204 = { owner = { civilized = no } } + } + } + OR = { + steel_steamers = 1 + mass_politics = 1 + AND = { + machine_guns = 1 + nationalism_n_imperialism = 1 + } + AND = { owns = 686 ai = yes } + owns = 1150 + } + OR = { + 1204 = { owner = { NOT = { truce_with = THIS } } } + ai = yes + } + } + + effect = { + set_global_flag = treaty_of_akhal + 1204 = { owner = { country_event = 100019 } } + } + + ai_will_do = { factor = 1 } + } + + + afghan_northern_borders = { + picture = treaty_of_turkmanchay + potential = { + OR = { + owns = 1208 + 1208 = { owner = { vassal_of = THIS } } + 1208 = { owner = { in_sphere = THIS is_vassal = no } } + } + civilized = yes + any_owned_province = { is_core = BDK } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + is_vassal = no + 1210 = { owner = { war = no } } + BDK = { exists = no } + } + + effect = { + prestige = 5 + BDK = { all_core = { remove_core = BDK } } + random_owned = { + limit = { owner = { owns = 1210 } } + owner = { 1208 = { remove_core = AFG } 208 = { remove_core = BUK } 208 = { remove_core = UZB } 1211 = { remove_core = BUK } } + } + random_owned = { limit = { owner = { NOT = { owns = 1210 } } } 1210 = { owner = { country_event = 325461 } } } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Return_cores.txt b/HPM/decisions/Return_cores.txt index 172bd80e..cf73a52f 100644 --- a/HPM/decisions/Return_cores.txt +++ b/HPM/decisions/Return_cores.txt @@ -1,572 +1,572 @@ political_decisions = { - return_core_on = { - picture = return_cores_img - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - OR = { - num_of_vassals_no_substates = 1 - is_greater_power = yes - } - NOT = { - has_country_flag = return_cores_decision - has_country_flag = return_core_disabled - } - any_owned_province = { NOT = { is_core = THIS } any_core = { OR = { in_sphere = THIS vassal_of = THIS } } } - } - allow = { civilized = yes ai = no } - effect = { set_country_flag = return_cores_decision } - } - return_core_off = { - picture = return_cores_img - alert = no - potential = { - has_country_flag = return_cores_decision - NOT = { has_country_flag = return_core_disabled_forever } - } - allow = { ai = no } - effect = { clr_country_flag = return_cores_decision } - } - return_core_disabled = { - picture = return_cores_img - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - has_country_flag = return_cores_decision - NOT = { has_country_flag = return_core_disabled } - } - allow = { ai = no } - effect = { clr_country_flag = return_cores_decision set_country_flag = return_core_disabled } - } - - return_cores_MNP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MNP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MNP NOT = { is_core = THIS } } } allow = { war = no MNP = { war = no } } effect = { prestige = -5 relation = { who = MNP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MNP } secede_province = MNP } } } - return_cores_BDK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BDK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BDK NOT = { is_core = THIS } } } allow = { war = no BDK = { war = no } } effect = { prestige = -5 relation = { who = BDK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BDK } secede_province = BDK } } } - return_cores_PGG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PGG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PGG NOT = { is_core = THIS } } } allow = { war = no PGG = { war = no } } effect = { prestige = -5 relation = { who = PGG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PGG } secede_province = PGG } } } - return_cores_SGM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SGM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SGM NOT = { is_core = THIS } } } allow = { war = no SGM = { war = no } } effect = { prestige = -5 relation = { who = SGM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SGM } secede_province = SGM } } } - return_cores_NMB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NMB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NMB NOT = { is_core = THIS } } } allow = { war = no NMB = { war = no } } effect = { prestige = -5 relation = { who = NMB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NMB } secede_province = NMB } } } - return_cores_TMR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TMR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TMR NOT = { is_core = THIS } } } allow = { war = no TMR = { war = no } } effect = { prestige = -5 relation = { who = TMR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TMR } secede_province = TMR } } } - return_cores_SLG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLG NOT = { is_core = THIS } } } allow = { war = no SLG = { war = no } } effect = { prestige = -5 relation = { who = SLG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLG } secede_province = SLG } } } - return_cores_PRK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRK NOT = { is_core = THIS } } } allow = { war = no PRK = { war = no } } effect = { prestige = -5 relation = { who = PRK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRK } secede_province = PRK } } } - return_cores_PHG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PHG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PHG NOT = { is_core = THIS } } } allow = { war = no PHG = { war = no } } effect = { prestige = -5 relation = { who = PHG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PHG } secede_province = PHG } } } - return_cores_FRO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRO NOT = { is_core = THIS } } } allow = { war = no FRO = { war = no } } effect = { prestige = -5 relation = { who = FRO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRO } secede_province = FRO } } } - return_cores_NCT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEH NOT = { is_core = THIS } } } allow = { war = no NEH = { war = no } } effect = { prestige = -5 relation = { who = NEH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEH } secede_province = NEH } } } - return_cores_HBY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HBY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HBY NOT = { is_core = THIS } } } allow = { war = no HBY = { war = no } } effect = { prestige = -5 relation = { who = HBY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HBY } secede_province = HBY } } } - return_cores_QAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QAT NOT = { is_core = THIS } } } allow = { war = no QAT = { war = no } } effect = { prestige = -5 relation = { who = QAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QAT } secede_province = QAT } } } - return_cores_BRY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRY NOT = { is_core = THIS } } } allow = { war = no BRY = { war = no } } effect = { prestige = -5 relation = { who = BRY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRY } secede_province = BRY } } } - return_cores_MLD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLD NOT = { is_core = THIS } } } allow = { war = no MLD = { war = no } } effect = { prestige = -5 relation = { who = MLD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLD } secede_province = MLD } } } - return_cores_KAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAR NOT = { is_core = THIS } } } allow = { war = no KAR = { war = no } } effect = { prestige = -5 relation = { who = KAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAR } secede_province = KAR } } } - return_cores_PAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAK NOT = { is_core = THIS } } } allow = { war = no PAK = { war = no } } effect = { prestige = -5 relation = { who = PAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAK } secede_province = PAK } } } - return_cores_CRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRL NOT = { is_core = THIS } } } allow = { war = no CRL = { war = no } } effect = { prestige = -5 relation = { who = CRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRL } secede_province = CRL } } } - return_cores_RDL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RDL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RDL NOT = { is_core = THIS } } } allow = { war = no RDL = { war = no } } effect = { prestige = -5 relation = { who = RDL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RDL } secede_province = RDL } } } - return_cores_BTL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BTL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BTL NOT = { is_core = THIS } } } allow = { war = no BTL = { war = no } } effect = { prestige = -5 relation = { who = BTL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BTL } secede_province = BTL } } } - return_cores_BDN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BDN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BDN NOT = { is_core = THIS } } } allow = { war = no BDN = { war = no } } effect = { prestige = -5 relation = { who = BDN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BDN } secede_province = BDN } } } - return_cores_BNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BNB NOT = { is_core = THIS } } } allow = { war = no BNB = { war = no } } effect = { prestige = -5 relation = { who = BNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BNB } secede_province = BNB } } } - return_cores_MKN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MKN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MKN NOT = { is_core = THIS } } } allow = { war = no MKN = { war = no } } effect = { prestige = -5 relation = { who = MKN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MKN } secede_province = MKN } } } - return_cores_BHT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHT NOT = { is_core = THIS } } } allow = { war = no BHT = { war = no } } effect = { prestige = -5 relation = { who = BHT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHT } secede_province = BHT } } } - return_cores_SRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRN NOT = { is_core = THIS } } } allow = { war = no SRN = { war = no } } effect = { prestige = -5 relation = { who = SRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRN } secede_province = SRN } } } - return_cores_LBG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBG NOT = { is_core = THIS } } } allow = { war = no LBG = { war = no } } effect = { prestige = -5 relation = { who = LBG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBG } secede_province = LBG } } } - return_cores_PNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNB NOT = { is_core = THIS } } } allow = { war = no PNB = { war = no } } effect = { prestige = -5 relation = { who = PNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNB } secede_province = PNB } } } - return_cores_FIU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIU NOT = { is_core = THIS } } } allow = { war = no FIU = { war = no } } effect = { prestige = -5 relation = { who = FIU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIU } secede_province = FIU } } } - return_cores_SYC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SYC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SYC NOT = { is_core = THIS } } } allow = { war = no SYC = { war = no } } effect = { prestige = -5 relation = { who = SYC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SYC } secede_province = SYC } } } - return_cores_MDV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MDV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MDV NOT = { is_core = THIS } } } allow = { war = no MDV = { war = no } } effect = { prestige = -5 relation = { who = MDV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MDV } secede_province = MDV } } } - return_cores_ABK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ABK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ABK NOT = { is_core = THIS } } } allow = { war = no ABK = { war = no } } effect = { prestige = -5 relation = { who = ABK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ABK } secede_province = ABK } } } - return_cores_CRT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRT NOT = { is_core = THIS } } } allow = { war = no CRT = { war = no } } effect = { prestige = -5 relation = { who = CRT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRT } secede_province = CRT } } } - return_cores_SBA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SBA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SBA NOT = { is_core = THIS } } } allow = { war = no SBA = { war = no } } effect = { prestige = -5 relation = { who = SBA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SBA } secede_province = SBA } } } - return_cores_ARC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARC NOT = { is_core = THIS } } } allow = { war = no ARC = { war = no } } effect = { prestige = -5 relation = { who = ARC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARC } secede_province = ARC } } } - return_cores_LHJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LHJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LHJ NOT = { is_core = THIS } } } allow = { war = no LHJ = { war = no } } effect = { prestige = -5 relation = { who = LHJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LHJ } secede_province = LHJ } } } - return_cores_FDL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FDL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FDL NOT = { is_core = THIS } } } allow = { war = no FDL = { war = no } } effect = { prestige = -5 relation = { who = FDL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FDL } secede_province = FDL } } } - return_cores_KTH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KTH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KTH NOT = { is_core = THIS } } } allow = { war = no KTH = { war = no } } effect = { prestige = -5 relation = { who = KTH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KTH } secede_province = KTH } } } - return_cores_MHR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MHR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MHR NOT = { is_core = THIS } } } allow = { war = no MHR = { war = no } } effect = { prestige = -5 relation = { who = MHR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MHR } secede_province = MHR } } } - return_cores_KML = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KML = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KML NOT = { is_core = THIS } } } allow = { war = no KML = { war = no } } effect = { prestige = -5 relation = { who = KML value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KML } secede_province = KML } } } - return_cores_SHK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHK NOT = { is_core = THIS } } } allow = { war = no SHK = { war = no } } effect = { prestige = -5 relation = { who = SHK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHK } secede_province = SHK } } } - return_cores_WRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WRL NOT = { is_core = THIS } } } allow = { war = no WRL = { war = no } } effect = { prestige = -5 relation = { who = WRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WRL } secede_province = WRL } } } - return_cores_BHP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHP NOT = { is_core = THIS } } } allow = { war = no BHP = { war = no } } effect = { prestige = -5 relation = { who = BHP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHP } secede_province = BHP } } } - return_cores_EZO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EZO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EZO NOT = { is_core = THIS } } } allow = { war = no EZO = { war = no } } effect = { prestige = -5 relation = { who = EZO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EZO } secede_province = EZO } } } - return_cores_CHY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHY NOT = { is_core = THIS } } } allow = { war = no CHY = { war = no } } effect = { prestige = -5 relation = { who = CHY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHY } secede_province = CHY } } } - return_cores_CHK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHK NOT = { is_core = THIS } } } allow = { war = no CHK = { war = no } } effect = { prestige = -5 relation = { who = CHK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHK } secede_province = CHK } } } - return_cores_QNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QNG NOT = { is_core = THIS } } } allow = { war = no QNG = { war = no } } effect = { prestige = -5 relation = { who = QNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QNG } secede_province = QNG } } } - return_cores_MGH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MGH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MGH NOT = { is_core = THIS } } } allow = { war = no MGH = { war = no } } effect = { prestige = -5 relation = { who = MGH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MGH } secede_province = MGH } } } - return_cores_BAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAH NOT = { is_core = THIS } } } allow = { war = no BAH = { war = no } } effect = { prestige = -5 relation = { who = BAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAH } secede_province = BAH } } } - return_cores_CHP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHP NOT = { is_core = THIS } } } allow = { war = no CHP = { war = no } } effect = { prestige = -5 relation = { who = CHP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHP } secede_province = CHP } } } - return_cores_CEQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CEQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CEQ NOT = { is_core = THIS } } } allow = { war = no CEQ = { war = no } } effect = { prestige = -5 relation = { who = CEQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CEQ } secede_province = CEQ } } } - return_cores_ENT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENT NOT = { is_core = THIS } } } allow = { war = no ENT = { war = no } } effect = { prestige = -5 relation = { who = ENT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENT } secede_province = ENT } } } - return_cores_GCO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GCO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GCO NOT = { is_core = THIS } } } allow = { war = no GCO = { war = no } } effect = { prestige = -5 relation = { who = GCO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GCO } secede_province = GCO } } } - return_cores_GUY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GUY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GUY NOT = { is_core = THIS } } } allow = { war = no GUY = { war = no } } effect = { prestige = -5 relation = { who = GUY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GUY } secede_province = GUY } } } - return_cores_LOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOS NOT = { is_core = THIS } } } allow = { war = no LOS = { war = no } } effect = { prestige = -5 relation = { who = LOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOS } secede_province = LOS } } } - return_cores_LPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LPL NOT = { is_core = THIS } } } allow = { war = no LPL = { war = no } } effect = { prestige = -5 relation = { who = LPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LPL } secede_province = LPL } } } - return_cores_PBC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PBC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PBC NOT = { is_core = THIS } } } allow = { war = no PBC = { war = no } } effect = { prestige = -5 relation = { who = PBC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PBC } secede_province = PBC } } } - return_cores_PTG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PTG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PTG NOT = { is_core = THIS } } } allow = { war = no PTG = { war = no } } effect = { prestige = -5 relation = { who = PTG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PTG } secede_province = PTG } } } - return_cores_RGR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RGR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RGR NOT = { is_core = THIS } } } allow = { war = no RGR = { war = no } } effect = { prestige = -5 relation = { who = RGR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RGR } secede_province = RGR } } } - return_cores_RGS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RGS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RGS NOT = { is_core = THIS } } } allow = { war = no RGS = { war = no } } effect = { prestige = -5 relation = { who = RGS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RGS } secede_province = RGS } } } - return_cores_SON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SON NOT = { is_core = THIS } } } allow = { war = no SON = { war = no } } effect = { prestige = -5 relation = { who = SON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SON } secede_province = SON } } } - return_cores_SPU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPU NOT = { is_core = THIS } } } allow = { war = no SPU = { war = no } } effect = { prestige = -5 relation = { who = SPU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPU } secede_province = SPU } } } - return_cores_YUC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YUC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YUC NOT = { is_core = THIS } } } allow = { war = no YUC = { war = no } } effect = { prestige = -5 relation = { who = YUC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YUC } secede_province = YUC } } } - return_cores_BLZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BLZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BLZ NOT = { is_core = THIS } } } allow = { war = no BLZ = { war = no } } effect = { prestige = -5 relation = { who = BLZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BLZ } secede_province = BLZ } } } - return_cores_DAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAK NOT = { is_core = THIS } } } allow = { war = no DAK = { war = no } } effect = { prestige = -5 relation = { who = DAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAK } secede_province = DAK } } } - return_cores_FSA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FSA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FSA NOT = { is_core = THIS } } } allow = { war = no FSA = { war = no } } effect = { prestige = -5 relation = { who = FSA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FSA } secede_province = FSA } } } - return_cores_GRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GRN NOT = { is_core = THIS } } } allow = { war = no GRN = { war = no } } effect = { prestige = -5 relation = { who = GRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GRN } secede_province = GRN } } } - return_cores_JAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAM NOT = { is_core = THIS } } } allow = { war = no JAM = { war = no } } effect = { prestige = -5 relation = { who = JAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAM } secede_province = JAM } } } - return_cores_LSK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LSK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LSK NOT = { is_core = THIS } } } allow = { war = no LSK = { war = no } } effect = { prestige = -5 relation = { who = LSK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LSK } secede_province = LSK } } } - return_cores_MRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MRU NOT = { is_core = THIS } } } allow = { war = no MRU = { war = no } } effect = { prestige = -5 relation = { who = MRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MRU } secede_province = MRU } } } - return_cores_PRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRI NOT = { is_core = THIS } } } allow = { war = no PRI = { war = no } } effect = { prestige = -5 relation = { who = PRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRI } secede_province = PRI } } } - return_cores_RPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RPL NOT = { is_core = THIS } } } allow = { war = no RPL = { war = no } } effect = { prestige = -5 relation = { who = RPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RPL } secede_province = RPL } } } - return_cores_TTB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TTB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TTB NOT = { is_core = THIS } } } allow = { war = no TTB = { war = no } } effect = { prestige = -5 relation = { who = TTB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TTB } secede_province = TTB } } } - return_cores_UIL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UIL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UIL NOT = { is_core = THIS } } } allow = { war = no UIL = { war = no } } effect = { prestige = -5 relation = { who = UIL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UIL } secede_province = UIL } } } - return_cores_UNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UNB NOT = { is_core = THIS } } } allow = { war = no UNB = { war = no } } effect = { prestige = -5 relation = { who = UNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UNB } secede_province = UNB } } } - return_cores_UNM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UNM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UNM NOT = { is_core = THIS } } } allow = { war = no UNM = { war = no } } effect = { prestige = -5 relation = { who = UNM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UNM } secede_province = UNM } } } - return_cores_UOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UOR NOT = { is_core = THIS } } } allow = { war = no UOR = { war = no } } effect = { prestige = -5 relation = { who = UOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UOR } secede_province = UOR } } } - return_cores_ALS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALS NOT = { is_core = THIS } } } allow = { war = no ALS = { war = no } } effect = { prestige = -5 relation = { who = ALS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALS } secede_province = ALS } } } - return_cores_ATR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ATR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ATR NOT = { is_core = THIS } } } allow = { war = no ATR = { war = no } } effect = { prestige = -5 relation = { who = ATR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ATR } secede_province = ATR } } } - return_cores_BAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAN NOT = { is_core = THIS } } } allow = { war = no BAN = { war = no } } effect = { prestige = -5 relation = { who = BAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAN } secede_province = BAN } } } - return_cores_BKV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BKV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BKV NOT = { is_core = THIS } } } allow = { war = no BKV = { war = no } } effect = { prestige = -5 relation = { who = BKV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BKV } secede_province = BKV } } } - return_cores_BRT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRT NOT = { is_core = THIS } } } allow = { war = no BRT = { war = no } } effect = { prestige = -5 relation = { who = BRT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRT } secede_province = BRT } } } - return_cores_BSQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BSQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BSQ NOT = { is_core = THIS } } } allow = { war = no BSQ = { war = no } } effect = { prestige = -5 relation = { who = BSQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BSQ } secede_province = BSQ } } } - return_cores_CRS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRS NOT = { is_core = THIS } } } allow = { war = no CRS = { war = no } } effect = { prestige = -5 relation = { who = CRS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRS } secede_province = CRS } } } - return_cores_DLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DLM NOT = { is_core = THIS } } } allow = { war = no DLM = { war = no } } effect = { prestige = -5 relation = { who = DLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DLM } secede_province = DLM } } } - return_cores_ENL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENL NOT = { is_core = THIS } } } allow = { war = no ENL = { war = no } } effect = { prestige = -5 relation = { who = ENL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENL } secede_province = ENL } } } - return_cores_GLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GLC NOT = { is_core = THIS } } } allow = { war = no GLC = { war = no } } effect = { prestige = -5 relation = { who = GLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GLC } secede_province = GLC } } } - return_cores_GLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GLM NOT = { is_core = THIS } } } allow = { war = no GLM = { war = no } } effect = { prestige = -5 relation = { who = GLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GLM } secede_province = GLM } } } - return_cores_LOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOR NOT = { is_core = THIS } } } allow = { war = no LOR = { war = no } } effect = { prestige = -5 relation = { who = LOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOR } secede_province = LOR } } } - return_cores_MCD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MCD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MCD NOT = { is_core = THIS } } } allow = { war = no MCD = { war = no } } effect = { prestige = -5 relation = { who = MCD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MCD } secede_province = MCD } } } - return_cores_MLT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLT NOT = { is_core = THIS } } } allow = { war = no MLT = { war = no } } effect = { prestige = -5 relation = { who = MLT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLT } secede_province = MLT } } } - return_cores_OCC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OCC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OCC NOT = { is_core = THIS } } } allow = { war = no OCC = { war = no } } effect = { prestige = -5 relation = { who = OCC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OCC } secede_province = OCC } } } - return_cores_RMG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RMG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RMG NOT = { is_core = THIS } } } allow = { war = no RMG = { war = no } } effect = { prestige = -5 relation = { who = RMG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RMG } secede_province = RMG } } } - return_cores_SPC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPC NOT = { is_core = THIS } } } allow = { war = no SPC = { war = no } } effect = { prestige = -5 relation = { who = SPC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPC } secede_province = SPC } } } - return_cores_SRD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRD NOT = { is_core = THIS } } } allow = { war = no SRD = { war = no } } effect = { prestige = -5 relation = { who = SRD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRD } secede_province = SRD } } } - return_cores_SVY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SVY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SVY NOT = { is_core = THIS } } } allow = { war = no SVY = { war = no } } effect = { prestige = -5 relation = { who = SVY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SVY } secede_province = SVY } } } - return_cores_SWH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWH NOT = { is_core = THIS } } } allow = { war = no SWH = { war = no } } effect = { prestige = -5 relation = { who = SWH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWH } secede_province = SWH } } } - return_cores_WHA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WHA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WHA NOT = { is_core = THIS } } } allow = { war = no WHA = { war = no } } effect = { prestige = -5 relation = { who = WHA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WHA } secede_province = WHA } } } - return_cores_DNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DNB NOT = { is_core = THIS } } } allow = { war = no DNB = { war = no } } effect = { prestige = -5 relation = { who = DNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DNB } secede_province = DNB } } } - return_cores_LUZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUZ NOT = { is_core = THIS } } } allow = { war = no LUZ = { war = no } } effect = { prestige = -5 relation = { who = LUZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUZ } secede_province = LUZ } } } - return_cores_RHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RHI NOT = { is_core = THIS } } } allow = { war = no RHI = { war = no } } effect = { prestige = -5 relation = { who = RHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RHI } secede_province = RHI } } } - return_cores_PML = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PML = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PML NOT = { is_core = THIS } } } allow = { war = no PML = { war = no } } effect = { prestige = -5 relation = { who = PML value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PML } secede_province = PML } } } - return_cores_PZN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PZN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PZN NOT = { is_core = THIS } } } allow = { war = no PZN = { war = no } } effect = { prestige = -5 relation = { who = PZN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PZN } secede_province = PZN } } } - return_cores_SLS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLS NOT = { is_core = THIS } } } allow = { war = no SLS = { war = no } } effect = { prestige = -5 relation = { who = SLS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLS } secede_province = SLS } } } - return_cores_WES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WES NOT = { is_core = THIS } } } allow = { war = no WES = { war = no } } effect = { prestige = -5 relation = { who = WES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WES } secede_province = WES } } } - return_cores_AKH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AKH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AKH NOT = { is_core = THIS } } } allow = { war = no AKH = { war = no } } effect = { prestige = -5 relation = { who = AKH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AKH } secede_province = AKH } } } - return_cores_ALT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALT NOT = { is_core = THIS } } } allow = { war = no ALT = { war = no } } effect = { prestige = -5 relation = { who = ALT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALT } secede_province = ALT } } } - return_cores_CPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CPL NOT = { is_core = THIS } } } allow = { war = no CPL = { war = no } } effect = { prestige = -5 relation = { who = CPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CPL } secede_province = CPL } } } - return_cores_DON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DON NOT = { is_core = THIS } } } allow = { war = no DON = { war = no } } effect = { prestige = -5 relation = { who = DON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DON } secede_province = DON } } } - return_cores_IZH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IZH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IZH NOT = { is_core = THIS } } } allow = { war = no IZH = { war = no } } effect = { prestige = -5 relation = { who = IZH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IZH } secede_province = IZH } } } - return_cores_KAZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAZ NOT = { is_core = THIS } } } allow = { war = no KAZ = { war = no } } effect = { prestige = -5 relation = { who = KAZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAZ } secede_province = KAZ } } } - return_cores_KAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAM NOT = { is_core = THIS } } } allow = { war = no KAM = { war = no } } effect = { prestige = -5 relation = { who = KAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAM } secede_province = KAM } } } - return_cores_KMK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KMK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KMK NOT = { is_core = THIS } } } allow = { war = no KMK = { war = no } } effect = { prestige = -5 relation = { who = KMK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KMK } secede_province = KMK } } } - return_cores_KRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRL NOT = { is_core = THIS } } } allow = { war = no KRL = { war = no } } effect = { prestige = -5 relation = { who = KRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRL } secede_province = KRL } } } - return_cores_SIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIB NOT = { is_core = THIS } } } allow = { war = no SIB = { war = no } } effect = { prestige = -5 relation = { who = SIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIB } secede_province = SIB } } } - return_cores_TAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAR NOT = { is_core = THIS } } } allow = { war = no TAR = { war = no } } effect = { prestige = -5 relation = { who = TAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAR } secede_province = TAR } } } - return_cores_TNT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TNT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TNT NOT = { is_core = THIS } } } allow = { war = no TNT = { war = no } } effect = { prestige = -5 relation = { who = TNT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TNT } secede_province = TNT } } } - return_cores_URA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision URA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = URA NOT = { is_core = THIS } } } allow = { war = no URA = { war = no } } effect = { prestige = -5 relation = { who = URA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = URA } secede_province = URA } } } - return_cores_YAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YAK NOT = { is_core = THIS } } } allow = { war = no YAK = { war = no } } effect = { prestige = -5 relation = { who = YAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YAK } secede_province = YAK } } } - return_cores_ARU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARU NOT = { is_core = THIS } } } allow = { war = no ARU = { war = no } } effect = { prestige = -5 relation = { who = ARU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARU } secede_province = ARU } } } - return_cores_ASY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASY NOT = { is_core = THIS } } } allow = { war = no ASY = { war = no } } effect = { prestige = -5 relation = { who = ASY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASY } secede_province = ASY } } } - return_cores_BHR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHR NOT = { is_core = THIS } } } allow = { war = no BHR = { war = no } } effect = { prestige = -5 relation = { who = BHR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHR } secede_province = BHR } } } - return_cores_CIR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CIR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CIR NOT = { is_core = THIS } } } allow = { war = no CIR = { war = no } } effect = { prestige = -5 relation = { who = CIR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CIR } secede_province = CIR } } } - return_cores_CLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLC NOT = { is_core = THIS } } } allow = { war = no CLC = { war = no } } effect = { prestige = -5 relation = { who = CLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLC } secede_province = CLC } } } - return_cores_DAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAG NOT = { is_core = THIS } } } allow = { war = no DAG = { war = no } } effect = { prestige = -5 relation = { who = DAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAG } secede_province = DAG } } } - return_cores_DUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DUR NOT = { is_core = THIS } } } allow = { war = no DUR = { war = no } } effect = { prestige = -5 relation = { who = DUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DUR } secede_province = DUR } } } - return_cores_HAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAL NOT = { is_core = THIS } } } allow = { war = no HAL = { war = no } } effect = { prestige = -5 relation = { who = HAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAL } secede_province = HAL } } } - return_cores_JOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOR NOT = { is_core = THIS } } } allow = { war = no JOR = { war = no } } effect = { prestige = -5 relation = { who = JOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOR } secede_province = JOR } } } - return_cores_KDS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KDS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KDS NOT = { is_core = THIS } } } allow = { war = no KDS = { war = no } } effect = { prestige = -5 relation = { who = KDS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KDS } secede_province = KDS } } } - return_cores_KWT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KWT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KWT NOT = { is_core = THIS } } } allow = { war = no KWT = { war = no } } effect = { prestige = -5 relation = { who = KWT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KWT } secede_province = KWT } } } - return_cores_KYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KYR NOT = { is_core = THIS } } } allow = { war = no KYR = { war = no } } effect = { prestige = -5 relation = { who = KYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KYR } secede_province = KYR } } } - return_cores_LBN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBN NOT = { is_core = THIS } } } allow = { war = no LBN = { war = no } } effect = { prestige = -5 relation = { who = LBN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBN } secede_province = LBN } } } - return_cores_NYE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NYE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NYE NOT = { is_core = THIS } } } allow = { war = no NYE = { war = no } } effect = { prestige = -5 relation = { who = NYE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NYE } secede_province = NYE } } } - return_cores_PLS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PLS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PLS NOT = { is_core = THIS } } } allow = { war = no PLS = { war = no } } effect = { prestige = -5 relation = { who = PLS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PLS } secede_province = PLS } } } - return_cores_PNT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNT NOT = { is_core = THIS } } } allow = { war = no PNT = { war = no } } effect = { prestige = -5 relation = { who = PNT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNT } secede_province = PNT } } } - return_cores_SYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SYR NOT = { is_core = THIS } } } allow = { war = no SYR = { war = no } } effect = { prestige = -5 relation = { who = SYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SYR } secede_province = SYR } } } - return_cores_TAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAJ NOT = { is_core = THIS } } } allow = { war = no TAJ = { war = no } } effect = { prestige = -5 relation = { who = TAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAJ } secede_province = TAJ } } } - return_cores_TCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TCA NOT = { is_core = THIS } } } allow = { war = no TCA = { war = no } } effect = { prestige = -5 relation = { who = TCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TCA } secede_province = TCA } } } - return_cores_TKM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKM NOT = { is_core = THIS } } } allow = { war = no TKM = { war = no } } effect = { prestige = -5 relation = { who = TKM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKM } secede_province = TKM } } } - return_cores_TKS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKS NOT = { is_core = THIS } } } allow = { war = no TKS = { war = no } } effect = { prestige = -5 relation = { who = TKS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKS } secede_province = TKS } } } - return_cores_UYG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UYG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UYG NOT = { is_core = THIS } } } allow = { war = no UYG = { war = no } } effect = { prestige = -5 relation = { who = UYG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UYG } secede_province = UYG } } } - return_cores_UZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UZB NOT = { is_core = THIS } } } allow = { war = no UZB = { war = no } } effect = { prestige = -5 relation = { who = UZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UZB } secede_province = UZB } } } - return_cores_ASM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASM NOT = { is_core = THIS } } } allow = { war = no ASM = { war = no } } effect = { prestige = -5 relation = { who = ASM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASM } secede_province = ASM } } } - return_cores_BIH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BIH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BIH NOT = { is_core = THIS } } } allow = { war = no BIH = { war = no } } effect = { prestige = -5 relation = { who = BIH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BIH } secede_province = BIH } } } - return_cores_BLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BLC NOT = { is_core = THIS } } } allow = { war = no BLC = { war = no } } effect = { prestige = -5 relation = { who = BLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BLC } secede_province = BLC } } } - return_cores_BNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BNG NOT = { is_core = THIS } } } allow = { war = no BNG = { war = no } } effect = { prestige = -5 relation = { who = BNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BNG } secede_province = BNG } } } - return_cores_DRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DRA NOT = { is_core = THIS } } } allow = { war = no DRA = { war = no } } effect = { prestige = -5 relation = { who = DRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DRA } secede_province = DRA } } } - return_cores_KRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRN NOT = { is_core = THIS } } } allow = { war = no KRN = { war = no } } effect = { prestige = -5 relation = { who = KRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRN } secede_province = KRN } } } - return_cores_MAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAH NOT = { is_core = THIS } } } allow = { war = no MAH = { war = no } } effect = { prestige = -5 relation = { who = MAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAH } secede_province = MAH } } } - return_cores_RAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RAJ NOT = { is_core = THIS } } } allow = { war = no RAJ = { war = no } } effect = { prestige = -5 relation = { who = RAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RAJ } secede_province = RAJ } } } - return_cores_SRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRI NOT = { is_core = THIS } } } allow = { war = no SRI = { war = no } } effect = { prestige = -5 relation = { who = SRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRI } secede_province = SRI } } } - return_cores_AGC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AGC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AGC NOT = { is_core = THIS } } } allow = { war = no AGC = { war = no } } effect = { prestige = -5 relation = { who = AGC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AGC } secede_province = AGC } } } - return_cores_ANG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ANG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ANG NOT = { is_core = THIS } } } allow = { war = no ANG = { war = no } } effect = { prestige = -5 relation = { who = ANG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ANG } secede_province = ANG } } } - return_cores_ARO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARO NOT = { is_core = THIS } } } allow = { war = no ARO = { war = no } } effect = { prestige = -5 relation = { who = ARO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARO } secede_province = ARO } } } - return_cores_ASH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASH NOT = { is_core = THIS } } } allow = { war = no ASH = { war = no } } effect = { prestige = -5 relation = { who = ASH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASH } secede_province = ASH } } } - return_cores_AWS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AWS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AWS NOT = { is_core = THIS } } } allow = { war = no AWS = { war = no } } effect = { prestige = -5 relation = { who = AWS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AWS } secede_province = AWS } } } - return_cores_AZA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AZA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AZA NOT = { is_core = THIS } } } allow = { war = no AZA = { war = no } } effect = { prestige = -5 relation = { who = AZA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AZA } secede_province = AZA } } } - return_cores_BEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BEN NOT = { is_core = THIS } } } allow = { war = no BEN = { war = no } } effect = { prestige = -5 relation = { who = BEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BEN } secede_province = BEN } } } - return_cores_BRD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRD NOT = { is_core = THIS } } } allow = { war = no BRD = { war = no } } effect = { prestige = -5 relation = { who = BRD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRD } secede_province = BRD } } } - return_cores_BSH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BSH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BSH NOT = { is_core = THIS } } } allow = { war = no BSH = { war = no } } effect = { prestige = -5 relation = { who = BSH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BSH } secede_province = BSH } } } - return_cores_BUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUG NOT = { is_core = THIS } } } allow = { war = no BUG = { war = no } } effect = { prestige = -5 relation = { who = BUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUG } secede_province = BUG } } } - return_cores_CAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAR NOT = { is_core = THIS } } } allow = { war = no CAR = { war = no } } effect = { prestige = -5 relation = { who = CAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAR } secede_province = CAR } } } - return_cores_CGO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CGO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CGO NOT = { is_core = THIS } } } allow = { war = no CGO = { war = no } } effect = { prestige = -5 relation = { who = CGO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CGO } secede_province = CGO } } } - return_cores_CHD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHD NOT = { is_core = THIS } } } allow = { war = no CHD = { war = no } } effect = { prestige = -5 relation = { who = CHD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHD } secede_province = CHD } } } - return_cores_CLA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLA NOT = { is_core = THIS } } } allow = { war = no CLA = { war = no } } effect = { prestige = -5 relation = { who = CLA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLA } secede_province = CLA } } } - return_cores_CMR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CMR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CMR NOT = { is_core = THIS } } } allow = { war = no CMR = { war = no } } effect = { prestige = -5 relation = { who = CMR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CMR } secede_province = CMR } } } - return_cores_CYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CYR NOT = { is_core = THIS } } } allow = { war = no CYR = { war = no } } effect = { prestige = -5 relation = { who = CYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CYR } secede_province = CYR } } } - return_cores_DAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAH NOT = { is_core = THIS } } } allow = { war = no DAH = { war = no } } effect = { prestige = -5 relation = { who = DAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAH } secede_province = DAH } } } - return_cores_DAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAM NOT = { is_core = THIS } } } allow = { war = no DAM = { war = no } } effect = { prestige = -5 relation = { who = DAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAM } secede_province = DAM } } } - return_cores_DAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAR NOT = { is_core = THIS } } } allow = { war = no DAR = { war = no } } effect = { prestige = -5 relation = { who = DAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAR } secede_province = DAR } } } - return_cores_DND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DND NOT = { is_core = THIS } } } allow = { war = no DND = { war = no } } effect = { prestige = -5 relation = { who = DND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DND } secede_province = DND } } } - return_cores_GAB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GAB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GAB NOT = { is_core = THIS } } } allow = { war = no GAB = { war = no } } effect = { prestige = -5 relation = { who = GAB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GAB } secede_province = GAB } } } - return_cores_GAZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GAZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GAZ NOT = { is_core = THIS } } } allow = { war = no GAZ = { war = no } } effect = { prestige = -5 relation = { who = GAZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GAZ } secede_province = GAZ } } } - return_cores_GBU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GBU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GBU NOT = { is_core = THIS } } } allow = { war = no GBU = { war = no } } effect = { prestige = -5 relation = { who = GBU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GBU } secede_province = GBU } } } - return_cores_GEL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GEL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GEL NOT = { is_core = THIS } } } allow = { war = no GEL = { war = no } } effect = { prestige = -5 relation = { who = GEL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GEL } secede_province = GEL } } } - return_cores_GMB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GMB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GMB NOT = { is_core = THIS } } } allow = { war = no GMB = { war = no } } effect = { prestige = -5 relation = { who = GMB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GMB } secede_province = GMB } } } - return_cores_GNE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GNE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GNE NOT = { is_core = THIS } } } allow = { war = no GNE = { war = no } } effect = { prestige = -5 relation = { who = GNE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GNE } secede_province = GNE } } } - return_cores_GON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GON NOT = { is_core = THIS } } } allow = { war = no GON = { war = no } } effect = { prestige = -5 relation = { who = GON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GON } secede_province = GON } } } - return_cores_HAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAR NOT = { is_core = THIS } } } allow = { war = no HAR = { war = no } } effect = { prestige = -5 relation = { who = HAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAR } secede_province = HAR } } } - return_cores_IVC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IVC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IVC NOT = { is_core = THIS } } } allow = { war = no IVC = { war = no } } effect = { prestige = -5 relation = { who = IVC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IVC } secede_province = IVC } } } - return_cores_JAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAL NOT = { is_core = THIS } } } allow = { war = no JAL = { war = no } } effect = { prestige = -5 relation = { who = JAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAL } secede_province = JAL } } } - return_cores_KAF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAF NOT = { is_core = THIS } } } allow = { war = no KAF = { war = no } } effect = { prestige = -5 relation = { who = KAF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAF } secede_province = KAF } } } - return_cores_KBO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KBO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KBO NOT = { is_core = THIS } } } allow = { war = no KBO = { war = no } } effect = { prestige = -5 relation = { who = KBO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KBO } secede_province = KBO } } } - return_cores_KNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KNG NOT = { is_core = THIS } } } allow = { war = no KNG = { war = no } } effect = { prestige = -5 relation = { who = KNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KNG } secede_province = KNG } } } - return_cores_KNY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KNY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KNY NOT = { is_core = THIS } } } allow = { war = no KNY = { war = no } } effect = { prestige = -5 relation = { who = KNY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KNY } secede_province = KNY } } } - return_cores_KON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KON NOT = { is_core = THIS } } } allow = { war = no KON = { war = no } } effect = { prestige = -5 relation = { who = KON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KON } secede_province = KON } } } - return_cores_KUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUB NOT = { is_core = THIS } } } allow = { war = no KUB = { war = no } } effect = { prestige = -5 relation = { who = KUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUB } secede_province = KUB } } } - return_cores_KZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KZB NOT = { is_core = THIS } } } allow = { war = no KZB = { war = no } } effect = { prestige = -5 relation = { who = KZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KZB } secede_province = KZB } } } - return_cores_LBA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBA NOT = { is_core = THIS } } } allow = { war = no LBA = { war = no } } effect = { prestige = -5 relation = { who = LBA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBA } secede_province = LBA } } } - return_cores_LBY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBY NOT = { is_core = THIS } } } allow = { war = no LBY = { war = no } } effect = { prestige = -5 relation = { who = LBY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBY } secede_province = LBY } } } - return_cores_LOA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOA NOT = { is_core = THIS } } } allow = { war = no LOA = { war = no } } effect = { prestige = -5 relation = { who = LOA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOA } secede_province = LOA } } } - return_cores_LUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUN NOT = { is_core = THIS } } } allow = { war = no LUN = { war = no } } effect = { prestige = -5 relation = { who = LUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUN } secede_province = LUN } } } - return_cores_MAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAJ NOT = { is_core = THIS } } } allow = { war = no MAJ = { war = no } } effect = { prestige = -5 relation = { who = MAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAJ } secede_province = MAJ } } } - return_cores_MAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAS NOT = { is_core = THIS } } } allow = { war = no MAS = { war = no } } effect = { prestige = -5 relation = { who = MAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAS } secede_province = MAS } } } - return_cores_MAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAT NOT = { is_core = THIS } } } allow = { war = no MAT = { war = no } } effect = { prestige = -5 relation = { who = MAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAT } secede_province = MAT } } } - return_cores_MLI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLI NOT = { is_core = THIS } } } allow = { war = no MLI = { war = no } } effect = { prestige = -5 relation = { who = MLI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLI } secede_province = MLI } } } - return_cores_MLW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLW NOT = { is_core = THIS } } } allow = { war = no MLW = { war = no } } effect = { prestige = -5 relation = { who = MLW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLW } secede_province = MLW } } } - return_cores_MNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MNG NOT = { is_core = THIS } } } allow = { war = no MNG = { war = no } } effect = { prestige = -5 relation = { who = MNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MNG } secede_province = MNG } } } - return_cores_MOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOS NOT = { is_core = THIS } } } allow = { war = no MOS = { war = no } } effect = { prestige = -5 relation = { who = MOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOS } secede_province = MOS } } } - return_cores_MOZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOZ NOT = { is_core = THIS } } } allow = { war = no MOZ = { war = no } } effect = { prestige = -5 relation = { who = MOZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOZ } secede_province = MOZ } } } - return_cores_NGR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NGR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NGR NOT = { is_core = THIS } } } allow = { war = no NGR = { war = no } } effect = { prestige = -5 relation = { who = NGR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NGR } secede_province = NGR } } } - return_cores_NIG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NIG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NIG NOT = { is_core = THIS } } } allow = { war = no NIG = { war = no } } effect = { prestige = -5 relation = { who = NIG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NIG } secede_province = NIG } } } - return_cores_OYO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OYO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OYO NOT = { is_core = THIS } } } allow = { war = no OYO = { war = no } } effect = { prestige = -5 relation = { who = OYO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OYO } secede_province = OYO } } } - return_cores_RWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RWA NOT = { is_core = THIS } } } allow = { war = no RWA = { war = no } } effect = { prestige = -5 relation = { who = RWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RWA } secede_province = RWA } } } - return_cores_SEG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SEG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SEG NOT = { is_core = THIS } } } allow = { war = no SEG = { war = no } } effect = { prestige = -5 relation = { who = SEG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SEG } secede_province = SEG } } } - return_cores_SHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHO NOT = { is_core = THIS } } } allow = { war = no SHO = { war = no } } effect = { prestige = -5 relation = { who = SHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHO } secede_province = SHO } } } - return_cores_SHW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHW NOT = { is_core = THIS } } } allow = { war = no SHW = { war = no } } effect = { prestige = -5 relation = { who = SHW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHW } secede_province = SHW } } } - return_cores_SID = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SID = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SID NOT = { is_core = THIS } } } allow = { war = no SID = { war = no } } effect = { prestige = -5 relation = { who = SID value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SID } secede_province = SID } } } - return_cores_SLE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLE NOT = { is_core = THIS } } } allow = { war = no SLE = { war = no } } effect = { prestige = -5 relation = { who = SLE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLE } secede_province = SLE } } } - return_cores_SNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SNG NOT = { is_core = THIS } } } allow = { war = no SNG = { war = no } } effect = { prestige = -5 relation = { who = SNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SNG } secede_province = SNG } } } - return_cores_SOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SOM NOT = { is_core = THIS } } } allow = { war = no SOM = { war = no } } effect = { prestige = -5 relation = { who = SOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SOM } secede_province = SOM } } } - return_cores_SUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUA NOT = { is_core = THIS } } } allow = { war = no SUA = { war = no } } effect = { prestige = -5 relation = { who = SUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUA } secede_province = SUA } } } - return_cores_SUD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUD NOT = { is_core = THIS } } } allow = { war = no SUD = { war = no } } effect = { prestige = -5 relation = { who = SUD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUD } secede_province = SUD } } } - return_cores_TIG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TIG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TIG NOT = { is_core = THIS } } } allow = { war = no TIG = { war = no } } effect = { prestige = -5 relation = { who = TIG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TIG } secede_province = TIG } } } - return_cores_TNZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TNZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TNZ NOT = { is_core = THIS } } } allow = { war = no TNZ = { war = no } } effect = { prestige = -5 relation = { who = TNZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TNZ } secede_province = TNZ } } } - return_cores_TOG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOG NOT = { is_core = THIS } } } allow = { war = no TOG = { war = no } } effect = { prestige = -5 relation = { who = TOG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOG } secede_province = TOG } } } - return_cores_TOO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOO NOT = { is_core = THIS } } } allow = { war = no TOO = { war = no } } effect = { prestige = -5 relation = { who = TOO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOO } secede_province = TOO } } } - return_cores_TOU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOU NOT = { is_core = THIS } } } allow = { war = no TOU = { war = no } } effect = { prestige = -5 relation = { who = TOU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOU } secede_province = TOU } } } - return_cores_TRZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRZ NOT = { is_core = THIS } } } allow = { war = no TRZ = { war = no } } effect = { prestige = -5 relation = { who = TRZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRZ } secede_province = TRZ } } } - return_cores_TSW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TSW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TSW NOT = { is_core = THIS } } } allow = { war = no TSW = { war = no } } effect = { prestige = -5 relation = { who = TSW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TSW } secede_province = TSW } } } - return_cores_WAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WAD NOT = { is_core = THIS } } } allow = { war = no WAD = { war = no } } effect = { prestige = -5 relation = { who = WAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WAD } secede_province = WAD } } } - return_cores_WRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WRI NOT = { is_core = THIS } } } allow = { war = no WRI = { war = no } } effect = { prestige = -5 relation = { who = WRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WRI } secede_province = WRI } } } - return_cores_WOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WOL NOT = { is_core = THIS } } } allow = { war = no WOL = { war = no } } effect = { prestige = -5 relation = { who = WOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WOL } secede_province = WOL } } } - return_cores_XHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XHO NOT = { is_core = THIS } } } allow = { war = no XHO = { war = no } } effect = { prestige = -5 relation = { who = XHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XHO } secede_province = XHO } } } - return_cores_ZAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZAM NOT = { is_core = THIS } } } allow = { war = no ZAM = { war = no } } effect = { prestige = -5 relation = { who = ZAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZAM } secede_province = ZAM } } } - return_cores_DJA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DJA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DJA NOT = { is_core = THIS } } } allow = { war = no DJA = { war = no } } effect = { prestige = -5 relation = { who = DJA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DJA } secede_province = DJA } } } - return_cores_FJN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FJN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FJN NOT = { is_core = THIS } } } allow = { war = no FJN = { war = no } } effect = { prestige = -5 relation = { who = FJN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FJN } secede_province = FJN } } } - return_cores_GMJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GMJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GMJ NOT = { is_core = THIS } } } allow = { war = no GMJ = { war = no } } effect = { prestige = -5 relation = { who = GMJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GMJ } secede_province = GMJ } } } - return_cores_GNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GNG NOT = { is_core = THIS } } } allow = { war = no GNG = { war = no } } effect = { prestige = -5 relation = { who = GNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GNG } secede_province = GNG } } } - return_cores_HNN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HNN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HNN NOT = { is_core = THIS } } } allow = { war = no HNN = { war = no } } effect = { prestige = -5 relation = { who = HNN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HNN } secede_province = HNN } } } - return_cores_HUI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HUI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HUI NOT = { is_core = THIS } } } allow = { war = no HUI = { war = no } } effect = { prestige = -5 relation = { who = HUI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HUI } secede_province = HUI } } } - return_cores_INO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision INO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = INO NOT = { is_core = THIS } } } allow = { war = no INO = { war = no } } effect = { prestige = -5 relation = { who = INO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = INO } secede_province = INO } } } - return_cores_KCH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KCH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KCH NOT = { is_core = THIS } } } allow = { war = no KCH = { war = no } } effect = { prestige = -5 relation = { who = KCH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KCH } secede_province = KCH } } } - return_cores_KLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KLM NOT = { is_core = THIS } } } allow = { war = no KLM = { war = no } } effect = { prestige = -5 relation = { who = KLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KLM } secede_province = KLM } } } - return_cores_KMT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KMT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KMT NOT = { is_core = THIS } } } allow = { war = no KMT = { war = no } } effect = { prestige = -5 relation = { who = KMT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KMT } secede_province = KMT } } } - return_cores_KTI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KTI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KTI NOT = { is_core = THIS } } } allow = { war = no KTI = { war = no } } effect = { prestige = -5 relation = { who = KTI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KTI } secede_province = KTI } } } - return_cores_LAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAN NOT = { is_core = THIS } } } allow = { war = no LAN = { war = no } } effect = { prestige = -5 relation = { who = LAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAN } secede_province = LAN } } } - return_cores_LXA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LXA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LXA NOT = { is_core = THIS } } } allow = { war = no LXA = { war = no } } effect = { prestige = -5 relation = { who = LXA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LXA } secede_province = LXA } } } - return_cores_MAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAL NOT = { is_core = THIS } } } allow = { war = no MAL = { war = no } } effect = { prestige = -5 relation = { who = MAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAL } secede_province = MAL } } } - return_cores_MLY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLY NOT = { is_core = THIS } } } allow = { war = no MLY = { war = no } } effect = { prestige = -5 relation = { who = MLY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLY } secede_province = MLY } } } - return_cores_SHA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHA NOT = { is_core = THIS } } } allow = { war = no SHA = { war = no } } effect = { prestige = -5 relation = { who = SHA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHA } secede_province = SHA } } } - return_cores_SLW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLW NOT = { is_core = THIS } } } allow = { war = no SLW = { war = no } } effect = { prestige = -5 relation = { who = SLW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLW } secede_province = SLW } } } - return_cores_SAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAK NOT = { is_core = THIS } } } allow = { war = no SAK = { war = no } } effect = { prestige = -5 relation = { who = SAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAK } secede_province = SAK } } } - return_cores_SUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUL NOT = { is_core = THIS } } } allow = { war = no SUL = { war = no } } effect = { prestige = -5 relation = { who = SUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUL } secede_province = SUL } } } - return_cores_SWK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWK NOT = { is_core = THIS } } } allow = { war = no SWK = { war = no } } effect = { prestige = -5 relation = { who = SWK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWK } secede_province = SWK } } } - return_cores_SZC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SZC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SZC NOT = { is_core = THIS } } } allow = { war = no SZC = { war = no } } effect = { prestige = -5 relation = { who = SZC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SZC } secede_province = SZC } } } - return_cores_TAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAI NOT = { is_core = THIS } } } allow = { war = no TAI = { war = no } } effect = { prestige = -5 relation = { who = TAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAI } secede_province = TAI } } } - return_cores_CHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHO NOT = { is_core = THIS } } } allow = { war = no CHO = { war = no } } effect = { prestige = -5 relation = { who = CHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHO } secede_province = CHO } } } - return_cores_KAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAG NOT = { is_core = THIS } } } allow = { war = no KAG = { war = no } } effect = { prestige = -5 relation = { who = KAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAG } secede_province = KAG } } } - return_cores_RYU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RYU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RYU NOT = { is_core = THIS } } } allow = { war = no RYU = { war = no } } effect = { prestige = -5 relation = { who = RYU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RYU } secede_province = RYU } } } - return_cores_SAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAT NOT = { is_core = THIS } } } allow = { war = no SAT = { war = no } } effect = { prestige = -5 relation = { who = SAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAT } secede_province = SAT } } } - return_cores_SEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SEN NOT = { is_core = THIS } } } allow = { war = no SEN = { war = no } } effect = { prestige = -5 relation = { who = SEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SEN } secede_province = SEN } } } - return_cores_TKG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKG NOT = { is_core = THIS } } } allow = { war = no TKG = { war = no } } effect = { prestige = -5 relation = { who = TKG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKG } secede_province = TKG } } } - return_cores_TOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOS NOT = { is_core = THIS } } } allow = { war = no TOS = { war = no } } effect = { prestige = -5 relation = { who = TOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOS } secede_province = TOS } } } - return_cores_YZW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YZW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YZW NOT = { is_core = THIS } } } allow = { war = no YZW = { war = no } } effect = { prestige = -5 relation = { who = YZW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YZW } secede_province = YZW } } } - return_cores_FIJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIJ NOT = { is_core = THIS } } } allow = { war = no FIJ = { war = no } } effect = { prestige = -5 relation = { who = FIJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIJ } secede_province = FIJ } } } - return_cores_TGA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TGA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TGA NOT = { is_core = THIS } } } allow = { war = no TGA = { war = no } } effect = { prestige = -5 relation = { who = TGA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TGA } secede_province = TGA } } } - return_cores_ARA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARA NOT = { is_core = THIS } } } allow = { war = no ARA = { war = no } } effect = { prestige = -5 relation = { who = ARA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARA } secede_province = ARA } } } - return_cores_BYE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BYE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BYE NOT = { is_core = THIS } } } allow = { war = no BYE = { war = no } } effect = { prestige = -5 relation = { who = BYE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BYE } secede_province = BYE } } } - return_cores_PLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PLC NOT = { is_core = THIS } } } allow = { war = no PLC = { war = no } } effect = { prestige = -5 relation = { who = PLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PLC } secede_province = PLC } } } - return_cores_UBD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UBD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UBD NOT = { is_core = THIS } } } allow = { war = no UBD = { war = no } } effect = { prestige = -5 relation = { who = UBD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UBD } secede_province = UBD } } } - return_cores_DEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DEN NOT = { is_core = THIS } } } allow = { war = no DEN = { war = no } } effect = { prestige = -5 relation = { who = DEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DEN } secede_province = DEN } } } - return_cores_FIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIN NOT = { is_core = THIS } } } allow = { war = no FIN = { war = no } } effect = { prestige = -5 relation = { who = FIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIN } secede_province = FIN } } } - return_cores_NOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NOR NOT = { is_core = THIS } } } allow = { war = no NOR = { war = no } } effect = { prestige = -5 relation = { who = NOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NOR } secede_province = NOR } } } - return_cores_SCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCA NOT = { is_core = THIS } } } allow = { war = no SCA = { war = no } } effect = { prestige = -5 relation = { who = SCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCA } secede_province = SCA } } } - return_cores_SWE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWE NOT = { is_core = THIS } } } allow = { war = no SWE = { war = no } } effect = { prestige = -5 relation = { who = SWE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWE } secede_province = SWE } } } - return_cores_BEL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BEL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BEL NOT = { is_core = THIS } } } allow = { war = no BEL = { war = no } } effect = { prestige = -5 relation = { who = BEL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BEL } secede_province = BEL } } } - return_cores_CAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAT NOT = { is_core = THIS } } } allow = { war = no CAT = { war = no } } effect = { prestige = -5 relation = { who = CAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAT } secede_province = CAT } } } - return_cores_FLA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FLA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FLA NOT = { is_core = THIS } } } allow = { war = no FLA = { war = no } } effect = { prestige = -5 relation = { who = FLA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FLA } secede_province = FLA } } } - return_cores_IRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IRE NOT = { is_core = THIS } } } allow = { war = no IRE = { war = no } } effect = { prestige = -5 relation = { who = IRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IRE } secede_province = IRE } } } - return_cores_NET = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NET = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NET NOT = { is_core = THIS } } } allow = { war = no NET = { war = no } } effect = { prestige = -5 relation = { who = NET value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NET } secede_province = NET } } } - return_cores_POR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision POR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = POR NOT = { is_core = THIS } } } allow = { war = no POR = { war = no } } effect = { prestige = -5 relation = { who = POR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = POR } secede_province = POR } } } - return_cores_SCO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCO NOT = { is_core = THIS } } } allow = { war = no SCO = { war = no } } effect = { prestige = -5 relation = { who = SCO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCO } secede_province = SCO } } } - return_cores_SPA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPA NOT = { is_core = THIS } } } allow = { war = no SPA = { war = no } } effect = { prestige = -5 relation = { who = SPA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPA } secede_province = SPA } } } - return_cores_WLL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WLL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WLL NOT = { is_core = THIS } } } allow = { war = no WLL = { war = no } } effect = { prestige = -5 relation = { who = WLL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WLL } secede_province = WLL } } } - return_cores_ANH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ANH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ANH NOT = { is_core = THIS } } } allow = { war = no ANH = { war = no } } effect = { prestige = -5 relation = { who = ANH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ANH } secede_province = ANH } } } - return_cores_BAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAD NOT = { is_core = THIS } } } allow = { war = no BAD = { war = no } } effect = { prestige = -5 relation = { who = BAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAD } secede_province = BAD } } } - return_cores_BAV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAV NOT = { is_core = THIS } } } allow = { war = no BAV = { war = no } } effect = { prestige = -5 relation = { who = BAV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAV } secede_province = BAV } } } - return_cores_BRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRA NOT = { is_core = THIS } } } allow = { war = no BRA = { war = no } } effect = { prestige = -5 relation = { who = BRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRA } secede_province = BRA } } } - return_cores_BRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRE NOT = { is_core = THIS } } } allow = { war = no BRE = { war = no } } effect = { prestige = -5 relation = { who = BRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRE } secede_province = BRE } } } - return_cores_COB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COB NOT = { is_core = THIS } } } allow = { war = no COB = { war = no } } effect = { prestige = -5 relation = { who = COB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COB } secede_province = COB } } } - return_cores_DZG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DZG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DZG NOT = { is_core = THIS } } } allow = { war = no DZG = { war = no } } effect = { prestige = -5 relation = { who = DZG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DZG } secede_province = DZG } } } - return_cores_FRM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRM NOT = { is_core = THIS } } } allow = { war = no FRM = { war = no } } effect = { prestige = -5 relation = { who = FRM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRM } secede_province = FRM } } } - return_cores_HAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAM NOT = { is_core = THIS } } } allow = { war = no HAM = { war = no } } effect = { prestige = -5 relation = { who = HAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAM } secede_province = HAM } } } - return_cores_HAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAN NOT = { is_core = THIS } } } allow = { war = no HAN = { war = no } } effect = { prestige = -5 relation = { who = HAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAN } secede_province = HAN } } } - return_cores_HES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HES NOT = { is_core = THIS } } } allow = { war = no HES = { war = no } } effect = { prestige = -5 relation = { who = HES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HES } secede_province = HES } } } - return_cores_HEK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HEK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HEK NOT = { is_core = THIS } } } allow = { war = no HEK = { war = no } } effect = { prestige = -5 relation = { who = HEK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HEK } secede_province = HEK } } } - return_cores_HOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HOL NOT = { is_core = THIS } } } allow = { war = no HOL = { war = no } } effect = { prestige = -5 relation = { who = HOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HOL } secede_province = HOL } } } - return_cores_LIP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIP NOT = { is_core = THIS } } } allow = { war = no LIP = { war = no } } effect = { prestige = -5 relation = { who = LIP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIP } secede_province = LIP } } } - return_cores_LUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUB NOT = { is_core = THIS } } } allow = { war = no LUB = { war = no } } effect = { prestige = -5 relation = { who = LUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUB } secede_province = LUB } } } - return_cores_LUX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUX NOT = { is_core = THIS } } } allow = { war = no LUX = { war = no } } effect = { prestige = -5 relation = { who = LUX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUX } secede_province = LUX } } } - return_cores_MEC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEC NOT = { is_core = THIS } } } allow = { war = no MEC = { war = no } } effect = { prestige = -5 relation = { who = MEC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEC } secede_province = MEC } } } - return_cores_MEI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEI NOT = { is_core = THIS } } } allow = { war = no MEI = { war = no } } effect = { prestige = -5 relation = { who = MEI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEI } secede_province = MEI } } } - return_cores_NAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAS NOT = { is_core = THIS } } } allow = { war = no NAS = { war = no } } effect = { prestige = -5 relation = { who = NAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAS } secede_province = NAS } } } - return_cores_NGF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NGF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NGF NOT = { is_core = THIS } } } allow = { war = no NGF = { war = no } } effect = { prestige = -5 relation = { who = NGF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NGF } secede_province = NGF } } } - return_cores_OLD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OLD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OLD NOT = { is_core = THIS } } } allow = { war = no OLD = { war = no } } effect = { prestige = -5 relation = { who = OLD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OLD } secede_province = OLD } } } - return_cores_SAX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAX NOT = { is_core = THIS } } } allow = { war = no SAX = { war = no } } effect = { prestige = -5 relation = { who = SAX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAX } secede_province = SAX } } } - return_cores_SCH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCH NOT = { is_core = THIS } } } allow = { war = no SCH = { war = no } } effect = { prestige = -5 relation = { who = SCH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCH } secede_province = SCH } } } - return_cores_SGF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SGF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SGF NOT = { is_core = THIS } } } allow = { war = no SGF = { war = no } } effect = { prestige = -5 relation = { who = SGF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SGF } secede_province = SGF } } } - return_cores_WEI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WEI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WEI NOT = { is_core = THIS } } } allow = { war = no WEI = { war = no } } effect = { prestige = -5 relation = { who = WEI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WEI } secede_province = WEI } } } - return_cores_WUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WUR NOT = { is_core = THIS } } } allow = { war = no WUR = { war = no } } effect = { prestige = -5 relation = { who = WUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WUR } secede_province = WUR } } } - return_cores_LOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOM NOT = { is_core = THIS } } } allow = { war = no LOM = { war = no } } effect = { prestige = -5 relation = { who = LOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOM } secede_province = LOM } } } - return_cores_LUC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUC NOT = { is_core = THIS } } } allow = { war = no LUC = { war = no } } effect = { prestige = -5 relation = { who = LUC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUC } secede_province = LUC } } } - return_cores_MOD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOD NOT = { is_core = THIS } } } allow = { war = no MOD = { war = no } } effect = { prestige = -5 relation = { who = MOD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOD } secede_province = MOD } } } - return_cores_PAP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAP NOT = { is_core = THIS } } } allow = { war = no PAP = { war = no } } effect = { prestige = -5 relation = { who = PAP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAP } secede_province = PAP } } } - return_cores_PAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAR NOT = { is_core = THIS } } } allow = { war = no PAR = { war = no } } effect = { prestige = -5 relation = { who = PAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAR } secede_province = PAR } } } - return_cores_SAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAR NOT = { is_core = THIS } } } allow = { war = no SAR = { war = no } } effect = { prestige = -5 relation = { who = SAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAR } secede_province = SAR } } } - return_cores_SIC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIC NOT = { is_core = THIS } } } allow = { war = no SIC = { war = no } } effect = { prestige = -5 relation = { who = SIC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIC } secede_province = SIC } } } - return_cores_TRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRE NOT = { is_core = THIS } } } allow = { war = no TRE = { war = no } } effect = { prestige = -5 relation = { who = TRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRE } secede_province = TRE } } } - return_cores_TUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUS NOT = { is_core = THIS } } } allow = { war = no TUS = { war = no } } effect = { prestige = -5 relation = { who = TUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUS } secede_province = TUS } } } - return_cores_VEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision VEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = VEN NOT = { is_core = THIS } } } allow = { war = no VEN = { war = no } } effect = { prestige = -5 relation = { who = VEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = VEN } secede_province = VEN } } } - return_cores_BOH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOH NOT = { is_core = THIS } } } allow = { war = no BOH = { war = no } } effect = { prestige = -5 relation = { who = BOH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOH } secede_province = BOH } } } - return_cores_KRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRA NOT = { is_core = THIS } } } allow = { war = no KRA = { war = no } } effect = { prestige = -5 relation = { who = KRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRA } secede_province = KRA } } } - return_cores_CRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRI NOT = { is_core = THIS } } } allow = { war = no CRI = { war = no } } effect = { prestige = -5 relation = { who = CRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRI } secede_province = CRI } } } - return_cores_EST = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EST = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EST NOT = { is_core = THIS } } } allow = { war = no EST = { war = no } } effect = { prestige = -5 relation = { who = EST value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EST } secede_province = EST } } } - return_cores_HUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HUN NOT = { is_core = THIS } } } allow = { war = no HUN = { war = no } } effect = { prestige = -5 relation = { who = HUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HUN } secede_province = HUN } } } - return_cores_LIT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIT NOT = { is_core = THIS } } } allow = { war = no LIT = { war = no } } effect = { prestige = -5 relation = { who = LIT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIT } secede_province = LIT } } } - return_cores_LAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAT NOT = { is_core = THIS } } } allow = { war = no LAT = { war = no } } effect = { prestige = -5 relation = { who = LAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAT } secede_province = LAT } } } - return_cores_POL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision POL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = POL NOT = { is_core = THIS } } } allow = { war = no POL = { war = no } } effect = { prestige = -5 relation = { who = POL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = POL } secede_province = POL } } } - return_cores_SLV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLV NOT = { is_core = THIS } } } allow = { war = no SLV = { war = no } } effect = { prestige = -5 relation = { who = SLV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLV } secede_province = SLV } } } - return_cores_SWI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWI NOT = { is_core = THIS } } } allow = { war = no SWI = { war = no } } effect = { prestige = -5 relation = { who = SWI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWI } secede_province = SWI } } } - return_cores_RUT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RUT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RUT NOT = { is_core = THIS } } } allow = { war = no RUT = { war = no } } effect = { prestige = -5 relation = { who = RUT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RUT } secede_province = RUT } } } - return_cores_SIE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIE NOT = { is_core = THIS } } } allow = { war = no SIE = { war = no } } effect = { prestige = -5 relation = { who = SIE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIE } secede_province = SIE } } } - return_cores_UKR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UKR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UKR NOT = { is_core = THIS } } } allow = { war = no UKR = { war = no } } effect = { prestige = -5 relation = { who = UKR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UKR } secede_province = UKR } } } - return_cores_CZH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CZH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CZH NOT = { is_core = THIS } } } allow = { war = no CZH = { war = no } } effect = { prestige = -5 relation = { who = CZH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CZH } secede_province = CZH } } } - return_cores_ALB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALB NOT = { is_core = THIS } } } allow = { war = no ALB = { war = no } } effect = { prestige = -5 relation = { who = ALB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALB } secede_province = ALB } } } - return_cores_BOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOS NOT = { is_core = THIS } } } allow = { war = no BOS = { war = no } } effect = { prestige = -5 relation = { who = BOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOS } secede_province = BOS } } } - return_cores_BUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUL NOT = { is_core = THIS } } } allow = { war = no BUL = { war = no } } effect = { prestige = -5 relation = { who = BUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUL } secede_province = BUL } } } - return_cores_CRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRE NOT = { is_core = THIS } } } allow = { war = no CRE = { war = no } } effect = { prestige = -5 relation = { who = CRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRE } secede_province = CRE } } } - return_cores_CRO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRO NOT = { is_core = THIS } } } allow = { war = no CRO = { war = no } } effect = { prestige = -5 relation = { who = CRO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRO } secede_province = CRO } } } - return_cores_CYP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CYP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CYP NOT = { is_core = THIS } } } allow = { war = no CYP = { war = no } } effect = { prestige = -5 relation = { who = CYP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CYP } secede_province = CYP } } } - return_cores_GRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GRE NOT = { is_core = THIS } } } allow = { war = no GRE = { war = no } } effect = { prestige = -5 relation = { who = GRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GRE } secede_province = GRE } } } - return_cores_ION = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ION = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ION NOT = { is_core = THIS } } } allow = { war = no ION = { war = no } } effect = { prestige = -5 relation = { who = ION value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ION } secede_province = ION } } } - return_cores_MOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOL NOT = { is_core = THIS } } } allow = { war = no MOL = { war = no } } effect = { prestige = -5 relation = { who = MOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOL } secede_province = MOL } } } - return_cores_MON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MON NOT = { is_core = THIS } } } allow = { war = no MON = { war = no } } effect = { prestige = -5 relation = { who = MON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MON } secede_province = MON } } } - return_cores_ROM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ROM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ROM NOT = { is_core = THIS } } } allow = { war = no ROM = { war = no } } effect = { prestige = -5 relation = { who = ROM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ROM } secede_province = ROM } } } - return_cores_SER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SER NOT = { is_core = THIS } } } allow = { war = no SER = { war = no } } effect = { prestige = -5 relation = { who = SER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SER } secede_province = SER } } } - return_cores_SLO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLO NOT = { is_core = THIS } } } allow = { war = no SLO = { war = no } } effect = { prestige = -5 relation = { who = SLO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLO } secede_province = SLO } } } - return_cores_TUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUR NOT = { is_core = THIS } } } allow = { war = no TUR = { war = no } } effect = { prestige = -5 relation = { who = TUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUR } secede_province = TUR } } } - return_cores_WAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WAL NOT = { is_core = THIS } } } allow = { war = no WAL = { war = no } } effect = { prestige = -5 relation = { who = WAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WAL } secede_province = WAL } } } - return_cores_YUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YUG NOT = { is_core = THIS } } } allow = { war = no YUG = { war = no } } effect = { prestige = -5 relation = { who = YUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YUG } secede_province = YUG } } } - return_cores_ALD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALD NOT = { is_core = THIS } } } allow = { war = no ALD = { war = no } } effect = { prestige = -5 relation = { who = ALD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALD } secede_province = ALD } } } - return_cores_CNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CNG NOT = { is_core = THIS } } } allow = { war = no CNG = { war = no } } effect = { prestige = -5 relation = { who = CNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CNG } secede_province = CNG } } } - return_cores_EGY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EGY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EGY NOT = { is_core = THIS } } } allow = { war = no EGY = { war = no } } effect = { prestige = -5 relation = { who = EGY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EGY } secede_province = EGY } } } - return_cores_ETH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ETH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ETH NOT = { is_core = THIS } } } allow = { war = no ETH = { war = no } } effect = { prestige = -5 relation = { who = ETH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ETH } secede_province = ETH } } } - return_cores_MAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAD NOT = { is_core = THIS } } } allow = { war = no MAD = { war = no } } effect = { prestige = -5 relation = { who = MAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAD } secede_province = MAD } } } - return_cores_LIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIB NOT = { is_core = THIS } } } allow = { war = no LIB = { war = no } } effect = { prestige = -5 relation = { who = LIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIB } secede_province = LIB } } } - return_cores_MOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOR NOT = { is_core = THIS } } } allow = { war = no MOR = { war = no } } effect = { prestige = -5 relation = { who = MOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOR } secede_province = MOR } } } - return_cores_NAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAL NOT = { is_core = THIS } } } allow = { war = no NAL = { war = no } } effect = { prestige = -5 relation = { who = NAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAL } secede_province = NAL } } } - return_cores_ORA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ORA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ORA NOT = { is_core = THIS } } } allow = { war = no ORA = { war = no } } effect = { prestige = -5 relation = { who = ORA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ORA } secede_province = ORA } } } - return_cores_SAF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAF NOT = { is_core = THIS } } } allow = { war = no SAF = { war = no } } effect = { prestige = -5 relation = { who = SAF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAF } secede_province = SAF } } } - return_cores_SOK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SOK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SOK NOT = { is_core = THIS } } } allow = { war = no SOK = { war = no } } effect = { prestige = -5 relation = { who = SOK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SOK } secede_province = SOK } } } - return_cores_RHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RHO NOT = { is_core = THIS } } } allow = { war = no RHO = { war = no } } effect = { prestige = -5 relation = { who = RHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RHO } secede_province = RHO } } } - return_cores_TRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRI NOT = { is_core = THIS } } } allow = { war = no TRI = { war = no } } effect = { prestige = -5 relation = { who = TRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRI } secede_province = TRI } } } - return_cores_TRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRN NOT = { is_core = THIS } } } allow = { war = no TRN = { war = no } } effect = { prestige = -5 relation = { who = TRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRN } secede_province = TRN } } } - return_cores_TUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUN NOT = { is_core = THIS } } } allow = { war = no TUN = { war = no } } effect = { prestige = -5 relation = { who = TUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUN } secede_province = TUN } } } - return_cores_ZAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZAN NOT = { is_core = THIS } } } allow = { war = no ZAN = { war = no } } effect = { prestige = -5 relation = { who = ZAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZAN } secede_province = ZAN } } } - return_cores_ZUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZUL NOT = { is_core = THIS } } } allow = { war = no ZUL = { war = no } } effect = { prestige = -5 relation = { who = ZUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZUL } secede_province = ZUL } } } - return_cores_ABU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ABU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ABU NOT = { is_core = THIS } } } allow = { war = no ABU = { war = no } } effect = { prestige = -5 relation = { who = ABU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ABU } secede_province = ABU } } } - return_cores_AFG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AFG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AFG NOT = { is_core = THIS } } } allow = { war = no AFG = { war = no } } effect = { prestige = -5 relation = { who = AFG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AFG } secede_province = AFG } } } - return_cores_ARM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARM NOT = { is_core = THIS } } } allow = { war = no ARM = { war = no } } effect = { prestige = -5 relation = { who = ARM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARM } secede_province = ARM } } } - return_cores_AZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AZB NOT = { is_core = THIS } } } allow = { war = no AZB = { war = no } } effect = { prestige = -5 relation = { who = AZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AZB } secede_province = AZB } } } - return_cores_BUK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUK NOT = { is_core = THIS } } } allow = { war = no BUK = { war = no } } effect = { prestige = -5 relation = { who = BUK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUK } secede_province = BUK } } } - return_cores_GEO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GEO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GEO NOT = { is_core = THIS } } } allow = { war = no GEO = { war = no } } effect = { prestige = -5 relation = { who = GEO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GEO } secede_province = GEO } } } - return_cores_HDJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HDJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HDJ NOT = { is_core = THIS } } } allow = { war = no HDJ = { war = no } } effect = { prestige = -5 relation = { who = HDJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HDJ } secede_province = HDJ } } } - return_cores_IRQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IRQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IRQ NOT = { is_core = THIS } } } allow = { war = no IRQ = { war = no } } effect = { prestige = -5 relation = { who = IRQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IRQ } secede_province = IRQ } } } - return_cores_KHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KHI NOT = { is_core = THIS } } } allow = { war = no KHI = { war = no } } effect = { prestige = -5 relation = { who = KHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KHI } secede_province = KHI } } } - return_cores_KOK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KOK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KOK NOT = { is_core = THIS } } } allow = { war = no KOK = { war = no } } effect = { prestige = -5 relation = { who = KOK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KOK } secede_province = KOK } } } - return_cores_MUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MUG NOT = { is_core = THIS } } } allow = { war = no MUG = { war = no } } effect = { prestige = -5 relation = { who = MUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MUG } secede_province = MUG } } } - return_cores_NEJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEJ NOT = { is_core = THIS } } } allow = { war = no NEJ = { war = no } } effect = { prestige = -5 relation = { who = NEJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEJ } secede_province = NEJ } } } - return_cores_OMA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OMA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OMA NOT = { is_core = THIS } } } allow = { war = no OMA = { war = no } } effect = { prestige = -5 relation = { who = OMA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OMA } secede_province = OMA } } } - return_cores_PER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PER NOT = { is_core = THIS } } } allow = { war = no PER = { war = no } } effect = { prestige = -5 relation = { who = PER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PER } secede_province = PER } } } - return_cores_YEM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YEM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YEM NOT = { is_core = THIS } } } allow = { war = no YEM = { war = no } } effect = { prestige = -5 relation = { who = YEM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YEM } secede_province = YEM } } } - return_cores_HND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HND NOT = { is_core = THIS } } } allow = { war = no HND = { war = no } } effect = { prestige = -5 relation = { who = HND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HND } secede_province = HND } } } - return_cores_AWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AWA NOT = { is_core = THIS } } } allow = { war = no AWA = { war = no } } effect = { prestige = -5 relation = { who = AWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AWA } secede_province = AWA } } } - return_cores_BAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAS NOT = { is_core = THIS } } } allow = { war = no BAS = { war = no } } effect = { prestige = -5 relation = { who = BAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAS } secede_province = BAS } } } - return_cores_BER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BER NOT = { is_core = THIS } } } allow = { war = no BER = { war = no } } effect = { prestige = -5 relation = { who = BER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BER } secede_province = BER } } } - return_cores_BHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHO NOT = { is_core = THIS } } } allow = { war = no BHO = { war = no } } effect = { prestige = -5 relation = { who = BHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHO } secede_province = BHO } } } - return_cores_BIK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BIK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BIK NOT = { is_core = THIS } } } allow = { war = no BIK = { war = no } } effect = { prestige = -5 relation = { who = BIK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BIK } secede_province = BIK } } } - return_cores_BUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUN NOT = { is_core = THIS } } } allow = { war = no BUN = { war = no } } effect = { prestige = -5 relation = { who = BUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUN } secede_province = BUN } } } - return_cores_GWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GWA NOT = { is_core = THIS } } } allow = { war = no GWA = { war = no } } effect = { prestige = -5 relation = { who = GWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GWA } secede_province = GWA } } } - return_cores_HYD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HYD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HYD NOT = { is_core = THIS } } } allow = { war = no HYD = { war = no } } effect = { prestige = -5 relation = { who = HYD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HYD } secede_province = HYD } } } - return_cores_IND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IND NOT = { is_core = THIS } } } allow = { war = no IND = { war = no } } effect = { prestige = -5 relation = { who = IND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IND } secede_province = IND } } } - return_cores_JAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAI NOT = { is_core = THIS } } } allow = { war = no JAI = { war = no } } effect = { prestige = -5 relation = { who = JAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAI } secede_province = JAI } } } - return_cores_JAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAS NOT = { is_core = THIS } } } allow = { war = no JAS = { war = no } } effect = { prestige = -5 relation = { who = JAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAS } secede_province = JAS } } } - return_cores_JOD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOD NOT = { is_core = THIS } } } allow = { war = no JOD = { war = no } } effect = { prestige = -5 relation = { who = JOD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOD } secede_province = JOD } } } - return_cores_KAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAL NOT = { is_core = THIS } } } allow = { war = no KAL = { war = no } } effect = { prestige = -5 relation = { who = KAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAL } secede_province = KAL } } } - return_cores_KAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAS NOT = { is_core = THIS } } } allow = { war = no KAS = { war = no } } effect = { prestige = -5 relation = { who = KAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAS } secede_province = KAS } } } - return_cores_KUT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUT NOT = { is_core = THIS } } } allow = { war = no KUT = { war = no } } effect = { prestige = -5 relation = { who = KUT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUT } secede_province = KUT } } } - return_cores_LAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAD NOT = { is_core = THIS } } } allow = { war = no LAD = { war = no } } effect = { prestige = -5 relation = { who = LAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAD } secede_province = LAD } } } - return_cores_MAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAK NOT = { is_core = THIS } } } allow = { war = no MAK = { war = no } } effect = { prestige = -5 relation = { who = MAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAK } secede_province = MAK } } } - return_cores_MEW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEW NOT = { is_core = THIS } } } allow = { war = no MEW = { war = no } } effect = { prestige = -5 relation = { who = MEW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEW } secede_province = MEW } } } - return_cores_MYS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MYS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MYS NOT = { is_core = THIS } } } allow = { war = no MYS = { war = no } } effect = { prestige = -5 relation = { who = MYS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MYS } secede_province = MYS } } } - return_cores_NAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAG NOT = { is_core = THIS } } } allow = { war = no NAG = { war = no } } effect = { prestige = -5 relation = { who = NAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAG } secede_province = NAG } } } - return_cores_NEP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEP NOT = { is_core = THIS } } } allow = { war = no NEP = { war = no } } effect = { prestige = -5 relation = { who = NEP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEP } secede_province = NEP } } } - return_cores_ORI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ORI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ORI NOT = { is_core = THIS } } } allow = { war = no ORI = { war = no } } effect = { prestige = -5 relation = { who = ORI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ORI } secede_province = ORI } } } - return_cores_PNJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNJ NOT = { is_core = THIS } } } allow = { war = no PNJ = { war = no } } effect = { prestige = -5 relation = { who = PNJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNJ } secede_province = PNJ } } } - return_cores_SHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHI NOT = { is_core = THIS } } } allow = { war = no SHI = { war = no } } effect = { prestige = -5 relation = { who = SHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHI } secede_province = SHI } } } - return_cores_SIK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIK NOT = { is_core = THIS } } } allow = { war = no SIK = { war = no } } effect = { prestige = -5 relation = { who = SIK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIK } secede_province = SIK } } } - return_cores_SIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIN NOT = { is_core = THIS } } } allow = { war = no SIN = { war = no } } effect = { prestige = -5 relation = { who = SIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIN } secede_province = SIN } } } - return_cores_TRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRA NOT = { is_core = THIS } } } allow = { war = no TRA = { war = no } } effect = { prestige = -5 relation = { who = TRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRA } secede_province = TRA } } } - return_cores_ATJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ATJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ATJ NOT = { is_core = THIS } } } allow = { war = no ATJ = { war = no } } effect = { prestige = -5 relation = { who = ATJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ATJ } secede_province = ATJ } } } - return_cores_BAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAL NOT = { is_core = THIS } } } allow = { war = no BAL = { war = no } } effect = { prestige = -5 relation = { who = BAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAL } secede_province = BAL } } } - return_cores_BHU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHU NOT = { is_core = THIS } } } allow = { war = no BHU = { war = no } } effect = { prestige = -5 relation = { who = BHU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHU } secede_province = BHU } } } - return_cores_BRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRU NOT = { is_core = THIS } } } allow = { war = no BRU = { war = no } } effect = { prestige = -5 relation = { who = BRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRU } secede_province = BRU } } } - return_cores_BUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUR NOT = { is_core = THIS } } } allow = { war = no BUR = { war = no } } effect = { prestige = -5 relation = { who = BUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUR } secede_province = BUR } } } - return_cores_CAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAM NOT = { is_core = THIS } } } allow = { war = no CAM = { war = no } } effect = { prestige = -5 relation = { who = CAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAM } secede_province = CAM } } } - return_cores_CHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHI NOT = { is_core = THIS } } } allow = { war = no CHI = { war = no } } effect = { prestige = -5 relation = { who = CHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHI } secede_province = CHI } } } - return_cores_DAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAI NOT = { is_core = THIS } } } allow = { war = no DAI = { war = no } } effect = { prestige = -5 relation = { who = DAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAI } secede_province = DAI } } } - return_cores_JAV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAV NOT = { is_core = THIS } } } allow = { war = no JAV = { war = no } } effect = { prestige = -5 relation = { who = JAV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAV } secede_province = JAV } } } - return_cores_KOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KOR NOT = { is_core = THIS } } } allow = { war = no KOR = { war = no } } effect = { prestige = -5 relation = { who = KOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KOR } secede_province = KOR } } } - return_cores_LUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUA NOT = { is_core = THIS } } } allow = { war = no LUA = { war = no } } effect = { prestige = -5 relation = { who = LUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUA } secede_province = LUA } } } - return_cores_JOH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOH NOT = { is_core = THIS } } } allow = { war = no JOH = { war = no } } effect = { prestige = -5 relation = { who = JOH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOH } secede_province = JOH } } } - return_cores_SIA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIA NOT = { is_core = THIS } } } allow = { war = no SIA = { war = no } } effect = { prestige = -5 relation = { who = SIA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIA } secede_province = SIA } } } - return_cores_TIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TIB NOT = { is_core = THIS } } } allow = { war = no TIB = { war = no } } effect = { prestige = -5 relation = { who = TIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TIB } secede_province = TIB } } } - return_cores_MGL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MGL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MGL NOT = { is_core = THIS } } } allow = { war = no MGL = { war = no } } effect = { prestige = -5 relation = { who = MGL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MGL } secede_province = MGL } } } - return_cores_WIA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WIA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WIA NOT = { is_core = THIS } } } allow = { war = no WIA = { war = no } } effect = { prestige = -5 relation = { who = WIA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WIA } secede_province = WIA } } } - return_cores_PHL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PHL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PHL NOT = { is_core = THIS } } } allow = { war = no PHL = { war = no } } effect = { prestige = -5 relation = { who = PHL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PHL } secede_province = PHL } } } - return_cores_MCK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MCK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MCK NOT = { is_core = THIS } } } allow = { war = no MCK = { war = no } } effect = { prestige = -5 relation = { who = MCK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MCK } secede_province = MCK } } } - return_cores_GXI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GXI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GXI NOT = { is_core = THIS } } } allow = { war = no GXI = { war = no } } effect = { prestige = -5 relation = { who = GXI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GXI } secede_province = GXI } } } - return_cores_SXI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SXI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SXI NOT = { is_core = THIS } } } allow = { war = no SXI = { war = no } } effect = { prestige = -5 relation = { who = SXI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SXI } secede_province = SXI } } } - return_cores_YNN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YNN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YNN NOT = { is_core = THIS } } } allow = { war = no YNN = { war = no } } effect = { prestige = -5 relation = { who = YNN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YNN } secede_province = YNN } } } - return_cores_XBI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XBI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XBI NOT = { is_core = THIS } } } allow = { war = no XBI = { war = no } } effect = { prestige = -5 relation = { who = XBI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XBI } secede_province = XBI } } } - return_cores_XIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XIN NOT = { is_core = THIS } } } allow = { war = no XIN = { war = no } } effect = { prestige = -5 relation = { who = XIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XIN } secede_province = XIN } } } - return_cores_CAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAL NOT = { is_core = THIS } } } allow = { war = no CAL = { war = no } } effect = { prestige = -5 relation = { who = CAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAL } secede_province = CAL } } } - return_cores_CAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAN NOT = { is_core = THIS } } } allow = { war = no CAN = { war = no } } effect = { prestige = -5 relation = { who = CAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAN } secede_province = CAN } } } - return_cores_CHE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHE NOT = { is_core = THIS } } } allow = { war = no CHE = { war = no } } effect = { prestige = -5 relation = { who = CHE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHE } secede_province = CHE } } } - return_cores_COL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COL NOT = { is_core = THIS } } } allow = { war = no COL = { war = no } } effect = { prestige = -5 relation = { who = COL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COL } secede_province = COL } } } - return_cores_COS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COS NOT = { is_core = THIS } } } allow = { war = no COS = { war = no } } effect = { prestige = -5 relation = { who = COS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COS } secede_province = COS } } } - return_cores_CSA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CSA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CSA NOT = { is_core = THIS } } } allow = { war = no CSA = { war = no } } effect = { prestige = -5 relation = { who = CSA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CSA } secede_province = CSA } } } - return_cores_CUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CUB NOT = { is_core = THIS } } } allow = { war = no CUB = { war = no } } effect = { prestige = -5 relation = { who = CUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CUB } secede_province = CUB } } } - return_cores_DES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DES NOT = { is_core = THIS } } } allow = { war = no DES = { war = no } } effect = { prestige = -5 relation = { who = DES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DES } secede_province = DES } } } - return_cores_DOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DOM NOT = { is_core = THIS } } } allow = { war = no DOM = { war = no } } effect = { prestige = -5 relation = { who = DOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DOM } secede_province = DOM } } } - return_cores_ELS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ELS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ELS NOT = { is_core = THIS } } } allow = { war = no ELS = { war = no } } effect = { prestige = -5 relation = { who = ELS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ELS } secede_province = ELS } } } - return_cores_GUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GUA NOT = { is_core = THIS } } } allow = { war = no GUA = { war = no } } effect = { prestige = -5 relation = { who = GUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GUA } secede_province = GUA } } } - return_cores_HAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAI NOT = { is_core = THIS } } } allow = { war = no HAI = { war = no } } effect = { prestige = -5 relation = { who = HAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAI } secede_province = HAI } } } - return_cores_HAW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAW NOT = { is_core = THIS } } } allow = { war = no HAW = { war = no } } effect = { prestige = -5 relation = { who = HAW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAW } secede_province = HAW } } } - return_cores_MEX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEX NOT = { is_core = THIS } } } allow = { war = no MEX = { war = no } } effect = { prestige = -5 relation = { who = MEX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEX } secede_province = MEX } } } - return_cores_MTC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MTC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MTC NOT = { is_core = THIS } } } allow = { war = no MTC = { war = no } } effect = { prestige = -5 relation = { who = MTC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MTC } secede_province = MTC } } } - return_cores_HON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HON NOT = { is_core = THIS } } } allow = { war = no HON = { war = no } } effect = { prestige = -5 relation = { who = HON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HON } secede_province = HON } } } - return_cores_NEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEN NOT = { is_core = THIS } } } allow = { war = no NEN = { war = no } } effect = { prestige = -5 relation = { who = NEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEN } secede_province = NEN } } } - return_cores_NEW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEW NOT = { is_core = THIS } } } allow = { war = no NEW = { war = no } } effect = { prestige = -5 relation = { who = NEW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEW } secede_province = NEW } } } - return_cores_NIC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NIC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NIC NOT = { is_core = THIS } } } allow = { war = no NIC = { war = no } } effect = { prestige = -5 relation = { who = NIC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NIC } secede_province = NIC } } } - return_cores_PNM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNM NOT = { is_core = THIS } } } allow = { war = no PNM = { war = no } } effect = { prestige = -5 relation = { who = PNM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNM } secede_province = PNM } } } - return_cores_QUE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QUE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QUE NOT = { is_core = THIS } } } allow = { war = no QUE = { war = no } } effect = { prestige = -5 relation = { who = QUE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QUE } secede_province = QUE } } } - return_cores_TEX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TEX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TEX NOT = { is_core = THIS } } } allow = { war = no TEX = { war = no } } effect = { prestige = -5 relation = { who = TEX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TEX } secede_province = TEX } } } - return_cores_UCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UCA NOT = { is_core = THIS } } } allow = { war = no UCA = { war = no } } effect = { prestige = -5 relation = { who = UCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UCA } secede_province = UCA } } } - return_cores_ARG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARG NOT = { is_core = THIS } } } allow = { war = no ARG = { war = no } } effect = { prestige = -5 relation = { who = ARG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARG } secede_province = ARG } } } - return_cores_BOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOL NOT = { is_core = THIS } } } allow = { war = no BOL = { war = no } } effect = { prestige = -5 relation = { who = BOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOL } secede_province = BOL } } } - return_cores_BRZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRZ NOT = { is_core = THIS } } } allow = { war = no BRZ = { war = no } } effect = { prestige = -5 relation = { who = BRZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRZ } secede_province = BRZ } } } - return_cores_CHL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHL NOT = { is_core = THIS } } } allow = { war = no CHL = { war = no } } effect = { prestige = -5 relation = { who = CHL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHL } secede_province = CHL } } } - return_cores_CLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLM NOT = { is_core = THIS } } } allow = { war = no CLM = { war = no } } effect = { prestige = -5 relation = { who = CLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLM } secede_province = CLM } } } - return_cores_ECU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ECU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ECU NOT = { is_core = THIS } } } allow = { war = no ECU = { war = no } } effect = { prestige = -5 relation = { who = ECU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ECU } secede_province = ECU } } } - return_cores_PEU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PEU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PEU NOT = { is_core = THIS } } } allow = { war = no PEU = { war = no } } effect = { prestige = -5 relation = { who = PEU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PEU } secede_province = PEU } } } - return_cores_PRG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRG NOT = { is_core = THIS } } } allow = { war = no PRG = { war = no } } effect = { prestige = -5 relation = { who = PRG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRG } secede_province = PRG } } } - return_cores_URU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision URU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = URU NOT = { is_core = THIS } } } allow = { war = no URU = { war = no } } effect = { prestige = -5 relation = { who = URU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = URU } secede_province = URU } } } - return_cores_VNZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision VNZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = VNZ NOT = { is_core = THIS } } } allow = { war = no VNZ = { war = no } } effect = { prestige = -5 relation = { who = VNZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = VNZ } secede_province = VNZ } } } - return_cores_AST = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AST = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AST NOT = { is_core = THIS } } } allow = { war = no AST = { war = no } } effect = { prestige = -5 relation = { who = AST value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AST } secede_province = AST } } } - return_cores_NZL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NZL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NZL NOT = { is_core = THIS } } } allow = { war = no NZL = { war = no } } effect = { prestige = -5 relation = { who = NZL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NZL } secede_province = NZL } } } - return_cores_ENG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENG NOT = { is_core = THIS } } } allow = { war = no ENG = { war = no } } effect = { prestige = -5 relation = { who = ENG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENG } secede_province = ENG } } } - return_cores_RUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RUS NOT = { is_core = THIS } } } allow = { war = no RUS = { war = no } } effect = { prestige = -5 relation = { who = RUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RUS } secede_province = RUS } } } - return_cores_FRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRA NOT = { is_core = THIS } } } allow = { war = no FRA = { war = no } } effect = { prestige = -5 relation = { who = FRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRA } secede_province = FRA } } } - return_cores_PRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRU NOT = { is_core = THIS } } } allow = { war = no PRU = { war = no } } effect = { prestige = -5 relation = { who = PRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRU } secede_province = PRU } } } - return_cores_GER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GER NOT = { is_core = THIS } } } allow = { war = no GER = { war = no } } effect = { prestige = -5 relation = { who = GER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GER } secede_province = GER } } } - return_cores_AUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AUS NOT = { is_core = THIS } } } allow = { war = no AUS = { war = no } } effect = { prestige = -5 relation = { who = AUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AUS } secede_province = AUS } } } - return_cores_USA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision USA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = USA NOT = { is_core = THIS } } } allow = { war = no USA = { war = no } } effect = { prestige = -5 relation = { who = USA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = USA } secede_province = USA } } } - return_cores_JAP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAP NOT = { is_core = THIS } } } allow = { war = no JAP = { war = no } } effect = { prestige = -5 relation = { who = JAP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAP } secede_province = JAP } } } - return_cores_ITA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ITA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ITA NOT = { is_core = THIS } } } allow = { war = no ITA = { war = no } } effect = { prestige = -5 relation = { who = ITA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ITA } secede_province = ITA } } } - return_cores_KUK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUK NOT = { is_core = THIS } } } allow = { war = no KUK = { war = no } } effect = { prestige = -5 relation = { who = KUK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUK } secede_province = KUK } } } - return_cores_ISR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ISR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ISR NOT = { is_core = THIS } } } allow = { war = no ISR = { war = no } } effect = { prestige = -5 relation = { who = ISR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ISR } secede_province = ISR } } } - return_cores_ICL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ICL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ICL NOT = { is_core = THIS } } } allow = { war = no ICL = { war = no } } effect = { prestige = -5 relation = { who = ICL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ICL } secede_province = ICL } } } - return_cores_IBR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IBR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IBR NOT = { is_core = THIS } } } allow = { war = no IBR = { war = no } } effect = { prestige = -5 relation = { who = IBR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IBR } secede_province = IBR } } } - return_cores_BYZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BYZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BYZ NOT = { is_core = THIS } } } allow = { war = no BYZ = { war = no } } effect = { prestige = -5 relation = { who = BYZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BYZ } secede_province = BYZ } } } - return_cores_BAB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAB NOT = { is_core = THIS } } } allow = { war = no BAB = { war = no } } effect = { prestige = -5 relation = { who = BAB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAB } secede_province = BAB } } } - return_cores_TPG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TPG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TPG NOT = { is_core = THIS } } } allow = { war = no TPG = { war = no } } effect = { prestige = -5 relation = { who = TPG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TPG } secede_province = TPG } } } - return_cores_D01 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D01 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D01 NOT = { is_core = THIS } } } allow = { war = no D01 = { war = no } } effect = { prestige = -5 relation = { who = D01 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D01 } secede_province = D01 } } } - return_cores_D02 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D02 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D02 NOT = { is_core = THIS } } } allow = { war = no D02 = { war = no } } effect = { prestige = -5 relation = { who = D02 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D02 } secede_province = D02 } } } - return_cores_D03 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D03 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D03 NOT = { is_core = THIS } } } allow = { war = no D03 = { war = no } } effect = { prestige = -5 relation = { who = D03 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D03 } secede_province = D03 } } } - return_cores_D04 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D04 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D04 NOT = { is_core = THIS } } } allow = { war = no D04 = { war = no } } effect = { prestige = -5 relation = { who = D04 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D04 } secede_province = D04 } } } - return_cores_D05 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D05 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D05 NOT = { is_core = THIS } } } allow = { war = no D05 = { war = no } } effect = { prestige = -5 relation = { who = D05 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D05 } secede_province = D05 } } } - return_cores_D06 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D06 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D06 NOT = { is_core = THIS } } } allow = { war = no D06 = { war = no } } effect = { prestige = -5 relation = { who = D06 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D06 } secede_province = D06 } } } - return_cores_D07 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D07 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D07 NOT = { is_core = THIS } } } allow = { war = no D07 = { war = no } } effect = { prestige = -5 relation = { who = D07 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D07 } secede_province = D07 } } } - return_cores_D08 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D08 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D08 NOT = { is_core = THIS } } } allow = { war = no D08 = { war = no } } effect = { prestige = -5 relation = { who = D08 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D08 } secede_province = D08 } } } - return_cores_D09 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D09 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D09 NOT = { is_core = THIS } } } allow = { war = no D09 = { war = no } } effect = { prestige = -5 relation = { who = D09 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D09 } secede_province = D09 } } } - return_cores_D10 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D10 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D10 NOT = { is_core = THIS } } } allow = { war = no D10 = { war = no } } effect = { prestige = -5 relation = { who = D10 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D10 } secede_province = D10 } } } - return_cores_D11 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D11 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D11 NOT = { is_core = THIS } } } allow = { war = no D11 = { war = no } } effect = { prestige = -5 relation = { who = D11 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D11 } secede_province = D11 } } } - return_cores_D12 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D12 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D12 NOT = { is_core = THIS } } } allow = { war = no D12 = { war = no } } effect = { prestige = -5 relation = { who = D12 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D12 } secede_province = D12 } } } - return_cores_D13 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D13 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D13 NOT = { is_core = THIS } } } allow = { war = no D13 = { war = no } } effect = { prestige = -5 relation = { who = D13 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D13 } secede_province = D13 } } } - return_cores_D14 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D14 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D14 NOT = { is_core = THIS } } } allow = { war = no D14 = { war = no } } effect = { prestige = -5 relation = { who = D14 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D14 } secede_province = D14 } } } - return_cores_D15 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D15 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D15 NOT = { is_core = THIS } } } allow = { war = no D15 = { war = no } } effect = { prestige = -5 relation = { who = D15 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D15 } secede_province = D15 } } } - return_cores_D16 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D16 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D16 NOT = { is_core = THIS } } } allow = { war = no D16 = { war = no } } effect = { prestige = -5 relation = { who = D16 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D16 } secede_province = D16 } } } - return_cores_D17 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D17 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D17 NOT = { is_core = THIS } } } allow = { war = no D17 = { war = no } } effect = { prestige = -5 relation = { who = D17 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D17 } secede_province = D17 } } } - return_cores_D18 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D18 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D18 NOT = { is_core = THIS } } } allow = { war = no D18 = { war = no } } effect = { prestige = -5 relation = { who = D18 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D18 } secede_province = D18 } } } - return_cores_D19 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D19 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D19 NOT = { is_core = THIS } } } allow = { war = no D19 = { war = no } } effect = { prestige = -5 relation = { who = D19 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D19 } secede_province = D19 } } } - return_cores_D20 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D20 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D20 NOT = { is_core = THIS } } } allow = { war = no D20 = { war = no } } effect = { prestige = -5 relation = { who = D20 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D20 } secede_province = D20 } } } - return_cores_D21 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D21 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D21 NOT = { is_core = THIS } } } allow = { war = no D21 = { war = no } } effect = { prestige = -5 relation = { who = D21 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D21 } secede_province = D21 } } } - return_cores_D22 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D22 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D22 NOT = { is_core = THIS } } } allow = { war = no D22 = { war = no } } effect = { prestige = -5 relation = { who = D22 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D22 } secede_province = D22 } } } - return_cores_D23 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D23 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D23 NOT = { is_core = THIS } } } allow = { war = no D23 = { war = no } } effect = { prestige = -5 relation = { who = D23 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D23 } secede_province = D23 } } } - return_cores_D24 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D24 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D24 NOT = { is_core = THIS } } } allow = { war = no D24 = { war = no } } effect = { prestige = -5 relation = { who = D24 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D24 } secede_province = D24 } } } - return_cores_D25 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D25 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D25 NOT = { is_core = THIS } } } allow = { war = no D25 = { war = no } } effect = { prestige = -5 relation = { who = D25 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D25 } secede_province = D25 } } } - return_cores_D26 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D26 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D26 NOT = { is_core = THIS } } } allow = { war = no D26 = { war = no } } effect = { prestige = -5 relation = { who = D26 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D26 } secede_province = D26 } } } - return_cores_D27 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D27 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D27 NOT = { is_core = THIS } } } allow = { war = no D27 = { war = no } } effect = { prestige = -5 relation = { who = D27 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D27 } secede_province = D27 } } } - return_cores_D28 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D28 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D28 NOT = { is_core = THIS } } } allow = { war = no D28 = { war = no } } effect = { prestige = -5 relation = { who = D28 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D28 } secede_province = D28 } } } - return_cores_D29 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D29 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D29 NOT = { is_core = THIS } } } allow = { war = no D29 = { war = no } } effect = { prestige = -5 relation = { who = D29 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D29 } secede_province = D29 } } } - return_cores_D30 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D30 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D30 NOT = { is_core = THIS } } } allow = { war = no D30 = { war = no } } effect = { prestige = -5 relation = { who = D30 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D30 } secede_province = D30 } } } - return_cores_D31 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D31 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D31 NOT = { is_core = THIS } } } allow = { war = no D31 = { war = no } } effect = { prestige = -5 relation = { who = D31 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D31 } secede_province = D31 } } } - return_cores_D32 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D32 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D32 NOT = { is_core = THIS } } } allow = { war = no D32 = { war = no } } effect = { prestige = -5 relation = { who = D32 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D32 } secede_province = D32 } } } - return_cores_D33 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D33 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D33 NOT = { is_core = THIS } } } allow = { war = no D33 = { war = no } } effect = { prestige = -5 relation = { who = D33 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D33 } secede_province = D33 } } } - return_cores_D34 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D34 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D34 NOT = { is_core = THIS } } } allow = { war = no D34 = { war = no } } effect = { prestige = -5 relation = { who = D34 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D34 } secede_province = D34 } } } - return_cores_D35 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D35 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D35 NOT = { is_core = THIS } } } allow = { war = no D35 = { war = no } } effect = { prestige = -5 relation = { who = D35 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D35 } secede_province = D35 } } } - return_cores_D36 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D36 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D36 NOT = { is_core = THIS } } } allow = { war = no D36 = { war = no } } effect = { prestige = -5 relation = { who = D36 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D36 } secede_province = D36 } } } - return_cores_D37 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D37 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D37 NOT = { is_core = THIS } } } allow = { war = no D37 = { war = no } } effect = { prestige = -5 relation = { who = D37 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D37 } secede_province = D37 } } } - return_cores_D38 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D38 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D38 NOT = { is_core = THIS } } } allow = { war = no D38 = { war = no } } effect = { prestige = -5 relation = { who = D38 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D38 } secede_province = D38 } } } - return_cores_D39 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D39 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D39 NOT = { is_core = THIS } } } allow = { war = no D39 = { war = no } } effect = { prestige = -5 relation = { who = D39 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D39 } secede_province = D39 } } } - return_cores_D40 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D40 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D40 NOT = { is_core = THIS } } } allow = { war = no D40 = { war = no } } effect = { prestige = -5 relation = { who = D40 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D40 } secede_province = D40 } } } - return_cores_D41 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D41 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D41 NOT = { is_core = THIS } } } allow = { war = no D41 = { war = no } } effect = { prestige = -5 relation = { who = D41 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D41 } secede_province = D41 } } } - return_cores_D42 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D42 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D42 NOT = { is_core = THIS } } } allow = { war = no D42 = { war = no } } effect = { prestige = -5 relation = { who = D42 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D42 } secede_province = D42 } } } - return_cores_D43 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D43 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D43 NOT = { is_core = THIS } } } allow = { war = no D43 = { war = no } } effect = { prestige = -5 relation = { who = D43 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D43 } secede_province = D43 } } } - return_cores_D44 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D44 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D44 NOT = { is_core = THIS } } } allow = { war = no D44 = { war = no } } effect = { prestige = -5 relation = { who = D44 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D44 } secede_province = D44 } } } - return_cores_D45 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D45 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D45 NOT = { is_core = THIS } } } allow = { war = no D45 = { war = no } } effect = { prestige = -5 relation = { who = D45 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D45 } secede_province = D45 } } } - return_cores_D46 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D46 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D46 NOT = { is_core = THIS } } } allow = { war = no D46 = { war = no } } effect = { prestige = -5 relation = { who = D46 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D46 } secede_province = D46 } } } - return_cores_D47 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D47 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D47 NOT = { is_core = THIS } } } allow = { war = no D47 = { war = no } } effect = { prestige = -5 relation = { who = D47 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D47 } secede_province = D47 } } } - return_cores_D48 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D48 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D48 NOT = { is_core = THIS } } } allow = { war = no D48 = { war = no } } effect = { prestige = -5 relation = { who = D48 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D48 } secede_province = D48 } } } - return_cores_D49 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D49 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D49 NOT = { is_core = THIS } } } allow = { war = no D49 = { war = no } } effect = { prestige = -5 relation = { who = D49 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D49 } secede_province = D49 } } } - return_cores_D50 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D50 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D50 NOT = { is_core = THIS } } } allow = { war = no D50 = { war = no } } effect = { prestige = -5 relation = { who = D50 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D50 } secede_province = D50 } } } + return_core_on = { + picture = return_cores_img + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + OR = { + num_of_vassals_no_substates = 1 + is_greater_power = yes + } + NOT = { + has_country_flag = return_cores_decision + has_country_flag = return_core_disabled + } + any_owned_province = { NOT = { is_core = THIS } any_core = { OR = { in_sphere = THIS vassal_of = THIS } } } + } + allow = { civilized = yes ai = no } + effect = { set_country_flag = return_cores_decision } + } + return_core_off = { + picture = return_cores_img + alert = no + potential = { + has_country_flag = return_cores_decision + NOT = { has_country_flag = return_core_disabled_forever } + } + allow = { ai = no } + effect = { clr_country_flag = return_cores_decision } + } + return_core_disabled = { + picture = return_cores_img + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + has_country_flag = return_cores_decision + NOT = { has_country_flag = return_core_disabled } + } + allow = { ai = no } + effect = { clr_country_flag = return_cores_decision set_country_flag = return_core_disabled } + } + + return_cores_MNP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MNP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MNP NOT = { is_core = THIS } } } allow = { war = no MNP = { war = no } } effect = { prestige = -5 relation = { who = MNP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MNP } secede_province = MNP } } } + return_cores_BDK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BDK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BDK NOT = { is_core = THIS } } } allow = { war = no BDK = { war = no } } effect = { prestige = -5 relation = { who = BDK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BDK } secede_province = BDK } } } + return_cores_PGG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PGG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PGG NOT = { is_core = THIS } } } allow = { war = no PGG = { war = no } } effect = { prestige = -5 relation = { who = PGG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PGG } secede_province = PGG } } } + return_cores_SGM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SGM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SGM NOT = { is_core = THIS } } } allow = { war = no SGM = { war = no } } effect = { prestige = -5 relation = { who = SGM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SGM } secede_province = SGM } } } + return_cores_NMB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NMB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NMB NOT = { is_core = THIS } } } allow = { war = no NMB = { war = no } } effect = { prestige = -5 relation = { who = NMB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NMB } secede_province = NMB } } } + return_cores_TMR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TMR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TMR NOT = { is_core = THIS } } } allow = { war = no TMR = { war = no } } effect = { prestige = -5 relation = { who = TMR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TMR } secede_province = TMR } } } + return_cores_SLG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLG NOT = { is_core = THIS } } } allow = { war = no SLG = { war = no } } effect = { prestige = -5 relation = { who = SLG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLG } secede_province = SLG } } } + return_cores_PRK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRK NOT = { is_core = THIS } } } allow = { war = no PRK = { war = no } } effect = { prestige = -5 relation = { who = PRK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRK } secede_province = PRK } } } + return_cores_PHG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PHG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PHG NOT = { is_core = THIS } } } allow = { war = no PHG = { war = no } } effect = { prestige = -5 relation = { who = PHG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PHG } secede_province = PHG } } } + return_cores_FRO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRO NOT = { is_core = THIS } } } allow = { war = no FRO = { war = no } } effect = { prestige = -5 relation = { who = FRO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRO } secede_province = FRO } } } + return_cores_NCT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEH NOT = { is_core = THIS } } } allow = { war = no NEH = { war = no } } effect = { prestige = -5 relation = { who = NEH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEH } secede_province = NEH } } } + return_cores_HBY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HBY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HBY NOT = { is_core = THIS } } } allow = { war = no HBY = { war = no } } effect = { prestige = -5 relation = { who = HBY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HBY } secede_province = HBY } } } + return_cores_QAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QAT NOT = { is_core = THIS } } } allow = { war = no QAT = { war = no } } effect = { prestige = -5 relation = { who = QAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QAT } secede_province = QAT } } } + return_cores_BRY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRY NOT = { is_core = THIS } } } allow = { war = no BRY = { war = no } } effect = { prestige = -5 relation = { who = BRY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRY } secede_province = BRY } } } + return_cores_MLD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLD NOT = { is_core = THIS } } } allow = { war = no MLD = { war = no } } effect = { prestige = -5 relation = { who = MLD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLD } secede_province = MLD } } } + return_cores_KAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAR NOT = { is_core = THIS } } } allow = { war = no KAR = { war = no } } effect = { prestige = -5 relation = { who = KAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAR } secede_province = KAR } } } + return_cores_PAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAK NOT = { is_core = THIS } } } allow = { war = no PAK = { war = no } } effect = { prestige = -5 relation = { who = PAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAK } secede_province = PAK } } } + return_cores_CRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRL NOT = { is_core = THIS } } } allow = { war = no CRL = { war = no } } effect = { prestige = -5 relation = { who = CRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRL } secede_province = CRL } } } + return_cores_RDL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RDL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RDL NOT = { is_core = THIS } } } allow = { war = no RDL = { war = no } } effect = { prestige = -5 relation = { who = RDL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RDL } secede_province = RDL } } } + return_cores_BTL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BTL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BTL NOT = { is_core = THIS } } } allow = { war = no BTL = { war = no } } effect = { prestige = -5 relation = { who = BTL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BTL } secede_province = BTL } } } + return_cores_BDN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BDN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BDN NOT = { is_core = THIS } } } allow = { war = no BDN = { war = no } } effect = { prestige = -5 relation = { who = BDN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BDN } secede_province = BDN } } } + return_cores_BNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BNB NOT = { is_core = THIS } } } allow = { war = no BNB = { war = no } } effect = { prestige = -5 relation = { who = BNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BNB } secede_province = BNB } } } + return_cores_MKN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MKN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MKN NOT = { is_core = THIS } } } allow = { war = no MKN = { war = no } } effect = { prestige = -5 relation = { who = MKN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MKN } secede_province = MKN } } } + return_cores_BHT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHT NOT = { is_core = THIS } } } allow = { war = no BHT = { war = no } } effect = { prestige = -5 relation = { who = BHT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHT } secede_province = BHT } } } + return_cores_SRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRN NOT = { is_core = THIS } } } allow = { war = no SRN = { war = no } } effect = { prestige = -5 relation = { who = SRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRN } secede_province = SRN } } } + return_cores_LBG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBG NOT = { is_core = THIS } } } allow = { war = no LBG = { war = no } } effect = { prestige = -5 relation = { who = LBG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBG } secede_province = LBG } } } + return_cores_PNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNB NOT = { is_core = THIS } } } allow = { war = no PNB = { war = no } } effect = { prestige = -5 relation = { who = PNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNB } secede_province = PNB } } } + return_cores_FIU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIU NOT = { is_core = THIS } } } allow = { war = no FIU = { war = no } } effect = { prestige = -5 relation = { who = FIU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIU } secede_province = FIU } } } + return_cores_SYC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SYC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SYC NOT = { is_core = THIS } } } allow = { war = no SYC = { war = no } } effect = { prestige = -5 relation = { who = SYC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SYC } secede_province = SYC } } } + return_cores_MDV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MDV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MDV NOT = { is_core = THIS } } } allow = { war = no MDV = { war = no } } effect = { prestige = -5 relation = { who = MDV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MDV } secede_province = MDV } } } + return_cores_ABK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ABK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ABK NOT = { is_core = THIS } } } allow = { war = no ABK = { war = no } } effect = { prestige = -5 relation = { who = ABK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ABK } secede_province = ABK } } } + return_cores_CRT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRT NOT = { is_core = THIS } } } allow = { war = no CRT = { war = no } } effect = { prestige = -5 relation = { who = CRT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRT } secede_province = CRT } } } + return_cores_SBA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SBA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SBA NOT = { is_core = THIS } } } allow = { war = no SBA = { war = no } } effect = { prestige = -5 relation = { who = SBA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SBA } secede_province = SBA } } } + return_cores_ARC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARC NOT = { is_core = THIS } } } allow = { war = no ARC = { war = no } } effect = { prestige = -5 relation = { who = ARC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARC } secede_province = ARC } } } + return_cores_LHJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LHJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LHJ NOT = { is_core = THIS } } } allow = { war = no LHJ = { war = no } } effect = { prestige = -5 relation = { who = LHJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LHJ } secede_province = LHJ } } } + return_cores_FDL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FDL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FDL NOT = { is_core = THIS } } } allow = { war = no FDL = { war = no } } effect = { prestige = -5 relation = { who = FDL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FDL } secede_province = FDL } } } + return_cores_KTH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KTH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KTH NOT = { is_core = THIS } } } allow = { war = no KTH = { war = no } } effect = { prestige = -5 relation = { who = KTH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KTH } secede_province = KTH } } } + return_cores_MHR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MHR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MHR NOT = { is_core = THIS } } } allow = { war = no MHR = { war = no } } effect = { prestige = -5 relation = { who = MHR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MHR } secede_province = MHR } } } + return_cores_KML = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KML = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KML NOT = { is_core = THIS } } } allow = { war = no KML = { war = no } } effect = { prestige = -5 relation = { who = KML value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KML } secede_province = KML } } } + return_cores_SHK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHK NOT = { is_core = THIS } } } allow = { war = no SHK = { war = no } } effect = { prestige = -5 relation = { who = SHK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHK } secede_province = SHK } } } + return_cores_WRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WRL NOT = { is_core = THIS } } } allow = { war = no WRL = { war = no } } effect = { prestige = -5 relation = { who = WRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WRL } secede_province = WRL } } } + return_cores_BHP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHP NOT = { is_core = THIS } } } allow = { war = no BHP = { war = no } } effect = { prestige = -5 relation = { who = BHP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHP } secede_province = BHP } } } + return_cores_EZO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EZO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EZO NOT = { is_core = THIS } } } allow = { war = no EZO = { war = no } } effect = { prestige = -5 relation = { who = EZO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EZO } secede_province = EZO } } } + return_cores_CHY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHY NOT = { is_core = THIS } } } allow = { war = no CHY = { war = no } } effect = { prestige = -5 relation = { who = CHY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHY } secede_province = CHY } } } + return_cores_CHK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHK NOT = { is_core = THIS } } } allow = { war = no CHK = { war = no } } effect = { prestige = -5 relation = { who = CHK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHK } secede_province = CHK } } } + return_cores_QNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QNG NOT = { is_core = THIS } } } allow = { war = no QNG = { war = no } } effect = { prestige = -5 relation = { who = QNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QNG } secede_province = QNG } } } + return_cores_MGH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MGH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MGH NOT = { is_core = THIS } } } allow = { war = no MGH = { war = no } } effect = { prestige = -5 relation = { who = MGH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MGH } secede_province = MGH } } } + return_cores_BAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAH NOT = { is_core = THIS } } } allow = { war = no BAH = { war = no } } effect = { prestige = -5 relation = { who = BAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAH } secede_province = BAH } } } + return_cores_CHP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHP NOT = { is_core = THIS } } } allow = { war = no CHP = { war = no } } effect = { prestige = -5 relation = { who = CHP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHP } secede_province = CHP } } } + return_cores_CEQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CEQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CEQ NOT = { is_core = THIS } } } allow = { war = no CEQ = { war = no } } effect = { prestige = -5 relation = { who = CEQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CEQ } secede_province = CEQ } } } + return_cores_ENT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENT NOT = { is_core = THIS } } } allow = { war = no ENT = { war = no } } effect = { prestige = -5 relation = { who = ENT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENT } secede_province = ENT } } } + return_cores_GCO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GCO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GCO NOT = { is_core = THIS } } } allow = { war = no GCO = { war = no } } effect = { prestige = -5 relation = { who = GCO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GCO } secede_province = GCO } } } + return_cores_GUY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GUY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GUY NOT = { is_core = THIS } } } allow = { war = no GUY = { war = no } } effect = { prestige = -5 relation = { who = GUY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GUY } secede_province = GUY } } } + return_cores_LOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOS NOT = { is_core = THIS } } } allow = { war = no LOS = { war = no } } effect = { prestige = -5 relation = { who = LOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOS } secede_province = LOS } } } + return_cores_LPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LPL NOT = { is_core = THIS } } } allow = { war = no LPL = { war = no } } effect = { prestige = -5 relation = { who = LPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LPL } secede_province = LPL } } } + return_cores_PBC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PBC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PBC NOT = { is_core = THIS } } } allow = { war = no PBC = { war = no } } effect = { prestige = -5 relation = { who = PBC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PBC } secede_province = PBC } } } + return_cores_PTG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PTG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PTG NOT = { is_core = THIS } } } allow = { war = no PTG = { war = no } } effect = { prestige = -5 relation = { who = PTG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PTG } secede_province = PTG } } } + return_cores_RGR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RGR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RGR NOT = { is_core = THIS } } } allow = { war = no RGR = { war = no } } effect = { prestige = -5 relation = { who = RGR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RGR } secede_province = RGR } } } + return_cores_RGS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RGS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RGS NOT = { is_core = THIS } } } allow = { war = no RGS = { war = no } } effect = { prestige = -5 relation = { who = RGS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RGS } secede_province = RGS } } } + return_cores_SON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SON NOT = { is_core = THIS } } } allow = { war = no SON = { war = no } } effect = { prestige = -5 relation = { who = SON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SON } secede_province = SON } } } + return_cores_SPU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPU NOT = { is_core = THIS } } } allow = { war = no SPU = { war = no } } effect = { prestige = -5 relation = { who = SPU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPU } secede_province = SPU } } } + return_cores_YUC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YUC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YUC NOT = { is_core = THIS } } } allow = { war = no YUC = { war = no } } effect = { prestige = -5 relation = { who = YUC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YUC } secede_province = YUC } } } + return_cores_BLZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BLZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BLZ NOT = { is_core = THIS } } } allow = { war = no BLZ = { war = no } } effect = { prestige = -5 relation = { who = BLZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BLZ } secede_province = BLZ } } } + return_cores_DAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAK NOT = { is_core = THIS } } } allow = { war = no DAK = { war = no } } effect = { prestige = -5 relation = { who = DAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAK } secede_province = DAK } } } + return_cores_FSA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FSA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FSA NOT = { is_core = THIS } } } allow = { war = no FSA = { war = no } } effect = { prestige = -5 relation = { who = FSA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FSA } secede_province = FSA } } } + return_cores_GRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GRN NOT = { is_core = THIS } } } allow = { war = no GRN = { war = no } } effect = { prestige = -5 relation = { who = GRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GRN } secede_province = GRN } } } + return_cores_JAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAM NOT = { is_core = THIS } } } allow = { war = no JAM = { war = no } } effect = { prestige = -5 relation = { who = JAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAM } secede_province = JAM } } } + return_cores_LSK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LSK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LSK NOT = { is_core = THIS } } } allow = { war = no LSK = { war = no } } effect = { prestige = -5 relation = { who = LSK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LSK } secede_province = LSK } } } + return_cores_MRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MRU NOT = { is_core = THIS } } } allow = { war = no MRU = { war = no } } effect = { prestige = -5 relation = { who = MRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MRU } secede_province = MRU } } } + return_cores_PRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRI NOT = { is_core = THIS } } } allow = { war = no PRI = { war = no } } effect = { prestige = -5 relation = { who = PRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRI } secede_province = PRI } } } + return_cores_RPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RPL NOT = { is_core = THIS } } } allow = { war = no RPL = { war = no } } effect = { prestige = -5 relation = { who = RPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RPL } secede_province = RPL } } } + return_cores_TTB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TTB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TTB NOT = { is_core = THIS } } } allow = { war = no TTB = { war = no } } effect = { prestige = -5 relation = { who = TTB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TTB } secede_province = TTB } } } + return_cores_UIL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UIL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UIL NOT = { is_core = THIS } } } allow = { war = no UIL = { war = no } } effect = { prestige = -5 relation = { who = UIL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UIL } secede_province = UIL } } } + return_cores_UNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UNB NOT = { is_core = THIS } } } allow = { war = no UNB = { war = no } } effect = { prestige = -5 relation = { who = UNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UNB } secede_province = UNB } } } + return_cores_UNM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UNM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UNM NOT = { is_core = THIS } } } allow = { war = no UNM = { war = no } } effect = { prestige = -5 relation = { who = UNM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UNM } secede_province = UNM } } } + return_cores_UOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UOR NOT = { is_core = THIS } } } allow = { war = no UOR = { war = no } } effect = { prestige = -5 relation = { who = UOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UOR } secede_province = UOR } } } + return_cores_ALS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALS NOT = { is_core = THIS } } } allow = { war = no ALS = { war = no } } effect = { prestige = -5 relation = { who = ALS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALS } secede_province = ALS } } } + return_cores_ATR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ATR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ATR NOT = { is_core = THIS } } } allow = { war = no ATR = { war = no } } effect = { prestige = -5 relation = { who = ATR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ATR } secede_province = ATR } } } + return_cores_BAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAN NOT = { is_core = THIS } } } allow = { war = no BAN = { war = no } } effect = { prestige = -5 relation = { who = BAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAN } secede_province = BAN } } } + return_cores_BKV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BKV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BKV NOT = { is_core = THIS } } } allow = { war = no BKV = { war = no } } effect = { prestige = -5 relation = { who = BKV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BKV } secede_province = BKV } } } + return_cores_BRT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRT NOT = { is_core = THIS } } } allow = { war = no BRT = { war = no } } effect = { prestige = -5 relation = { who = BRT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRT } secede_province = BRT } } } + return_cores_BSQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BSQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BSQ NOT = { is_core = THIS } } } allow = { war = no BSQ = { war = no } } effect = { prestige = -5 relation = { who = BSQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BSQ } secede_province = BSQ } } } + return_cores_CRS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRS NOT = { is_core = THIS } } } allow = { war = no CRS = { war = no } } effect = { prestige = -5 relation = { who = CRS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRS } secede_province = CRS } } } + return_cores_DLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DLM NOT = { is_core = THIS } } } allow = { war = no DLM = { war = no } } effect = { prestige = -5 relation = { who = DLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DLM } secede_province = DLM } } } + return_cores_ENL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENL NOT = { is_core = THIS } } } allow = { war = no ENL = { war = no } } effect = { prestige = -5 relation = { who = ENL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENL } secede_province = ENL } } } + return_cores_GLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GLC NOT = { is_core = THIS } } } allow = { war = no GLC = { war = no } } effect = { prestige = -5 relation = { who = GLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GLC } secede_province = GLC } } } + return_cores_GLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GLM NOT = { is_core = THIS } } } allow = { war = no GLM = { war = no } } effect = { prestige = -5 relation = { who = GLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GLM } secede_province = GLM } } } + return_cores_LOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOR NOT = { is_core = THIS } } } allow = { war = no LOR = { war = no } } effect = { prestige = -5 relation = { who = LOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOR } secede_province = LOR } } } + return_cores_MCD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MCD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MCD NOT = { is_core = THIS } } } allow = { war = no MCD = { war = no } } effect = { prestige = -5 relation = { who = MCD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MCD } secede_province = MCD } } } + return_cores_MLT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLT NOT = { is_core = THIS } } } allow = { war = no MLT = { war = no } } effect = { prestige = -5 relation = { who = MLT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLT } secede_province = MLT } } } + return_cores_OCC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OCC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OCC NOT = { is_core = THIS } } } allow = { war = no OCC = { war = no } } effect = { prestige = -5 relation = { who = OCC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OCC } secede_province = OCC } } } + return_cores_RMG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RMG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RMG NOT = { is_core = THIS } } } allow = { war = no RMG = { war = no } } effect = { prestige = -5 relation = { who = RMG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RMG } secede_province = RMG } } } + return_cores_SPC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPC NOT = { is_core = THIS } } } allow = { war = no SPC = { war = no } } effect = { prestige = -5 relation = { who = SPC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPC } secede_province = SPC } } } + return_cores_SRD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRD NOT = { is_core = THIS } } } allow = { war = no SRD = { war = no } } effect = { prestige = -5 relation = { who = SRD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRD } secede_province = SRD } } } + return_cores_SVY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SVY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SVY NOT = { is_core = THIS } } } allow = { war = no SVY = { war = no } } effect = { prestige = -5 relation = { who = SVY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SVY } secede_province = SVY } } } + return_cores_SWH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWH NOT = { is_core = THIS } } } allow = { war = no SWH = { war = no } } effect = { prestige = -5 relation = { who = SWH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWH } secede_province = SWH } } } + return_cores_WHA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WHA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WHA NOT = { is_core = THIS } } } allow = { war = no WHA = { war = no } } effect = { prestige = -5 relation = { who = WHA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WHA } secede_province = WHA } } } + return_cores_DNB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DNB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DNB NOT = { is_core = THIS } } } allow = { war = no DNB = { war = no } } effect = { prestige = -5 relation = { who = DNB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DNB } secede_province = DNB } } } + return_cores_LUZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUZ NOT = { is_core = THIS } } } allow = { war = no LUZ = { war = no } } effect = { prestige = -5 relation = { who = LUZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUZ } secede_province = LUZ } } } + return_cores_RHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RHI NOT = { is_core = THIS } } } allow = { war = no RHI = { war = no } } effect = { prestige = -5 relation = { who = RHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RHI } secede_province = RHI } } } + return_cores_PML = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PML = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PML NOT = { is_core = THIS } } } allow = { war = no PML = { war = no } } effect = { prestige = -5 relation = { who = PML value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PML } secede_province = PML } } } + return_cores_PZN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PZN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PZN NOT = { is_core = THIS } } } allow = { war = no PZN = { war = no } } effect = { prestige = -5 relation = { who = PZN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PZN } secede_province = PZN } } } + return_cores_SLS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLS NOT = { is_core = THIS } } } allow = { war = no SLS = { war = no } } effect = { prestige = -5 relation = { who = SLS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLS } secede_province = SLS } } } + return_cores_WES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WES NOT = { is_core = THIS } } } allow = { war = no WES = { war = no } } effect = { prestige = -5 relation = { who = WES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WES } secede_province = WES } } } + return_cores_AKH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AKH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AKH NOT = { is_core = THIS } } } allow = { war = no AKH = { war = no } } effect = { prestige = -5 relation = { who = AKH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AKH } secede_province = AKH } } } + return_cores_ALT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALT NOT = { is_core = THIS } } } allow = { war = no ALT = { war = no } } effect = { prestige = -5 relation = { who = ALT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALT } secede_province = ALT } } } + return_cores_CPL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CPL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CPL NOT = { is_core = THIS } } } allow = { war = no CPL = { war = no } } effect = { prestige = -5 relation = { who = CPL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CPL } secede_province = CPL } } } + return_cores_DON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DON NOT = { is_core = THIS } } } allow = { war = no DON = { war = no } } effect = { prestige = -5 relation = { who = DON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DON } secede_province = DON } } } + return_cores_IZH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IZH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IZH NOT = { is_core = THIS } } } allow = { war = no IZH = { war = no } } effect = { prestige = -5 relation = { who = IZH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IZH } secede_province = IZH } } } + return_cores_KAZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAZ NOT = { is_core = THIS } } } allow = { war = no KAZ = { war = no } } effect = { prestige = -5 relation = { who = KAZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAZ } secede_province = KAZ } } } + return_cores_KAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAM NOT = { is_core = THIS } } } allow = { war = no KAM = { war = no } } effect = { prestige = -5 relation = { who = KAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAM } secede_province = KAM } } } + return_cores_KMK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KMK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KMK NOT = { is_core = THIS } } } allow = { war = no KMK = { war = no } } effect = { prestige = -5 relation = { who = KMK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KMK } secede_province = KMK } } } + return_cores_KRL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRL NOT = { is_core = THIS } } } allow = { war = no KRL = { war = no } } effect = { prestige = -5 relation = { who = KRL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRL } secede_province = KRL } } } + return_cores_SIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIB NOT = { is_core = THIS } } } allow = { war = no SIB = { war = no } } effect = { prestige = -5 relation = { who = SIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIB } secede_province = SIB } } } + return_cores_TAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAR NOT = { is_core = THIS } } } allow = { war = no TAR = { war = no } } effect = { prestige = -5 relation = { who = TAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAR } secede_province = TAR } } } + return_cores_TNT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TNT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TNT NOT = { is_core = THIS } } } allow = { war = no TNT = { war = no } } effect = { prestige = -5 relation = { who = TNT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TNT } secede_province = TNT } } } + return_cores_URA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision URA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = URA NOT = { is_core = THIS } } } allow = { war = no URA = { war = no } } effect = { prestige = -5 relation = { who = URA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = URA } secede_province = URA } } } + return_cores_YAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YAK NOT = { is_core = THIS } } } allow = { war = no YAK = { war = no } } effect = { prestige = -5 relation = { who = YAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YAK } secede_province = YAK } } } + return_cores_ARU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARU NOT = { is_core = THIS } } } allow = { war = no ARU = { war = no } } effect = { prestige = -5 relation = { who = ARU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARU } secede_province = ARU } } } + return_cores_ASY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASY NOT = { is_core = THIS } } } allow = { war = no ASY = { war = no } } effect = { prestige = -5 relation = { who = ASY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASY } secede_province = ASY } } } + return_cores_BHR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHR NOT = { is_core = THIS } } } allow = { war = no BHR = { war = no } } effect = { prestige = -5 relation = { who = BHR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHR } secede_province = BHR } } } + return_cores_CIR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CIR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CIR NOT = { is_core = THIS } } } allow = { war = no CIR = { war = no } } effect = { prestige = -5 relation = { who = CIR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CIR } secede_province = CIR } } } + return_cores_CLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLC NOT = { is_core = THIS } } } allow = { war = no CLC = { war = no } } effect = { prestige = -5 relation = { who = CLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLC } secede_province = CLC } } } + return_cores_DAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAG NOT = { is_core = THIS } } } allow = { war = no DAG = { war = no } } effect = { prestige = -5 relation = { who = DAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAG } secede_province = DAG } } } + return_cores_DUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DUR NOT = { is_core = THIS } } } allow = { war = no DUR = { war = no } } effect = { prestige = -5 relation = { who = DUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DUR } secede_province = DUR } } } + return_cores_HAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAL NOT = { is_core = THIS } } } allow = { war = no HAL = { war = no } } effect = { prestige = -5 relation = { who = HAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAL } secede_province = HAL } } } + return_cores_JOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOR NOT = { is_core = THIS } } } allow = { war = no JOR = { war = no } } effect = { prestige = -5 relation = { who = JOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOR } secede_province = JOR } } } + return_cores_KDS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KDS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KDS NOT = { is_core = THIS } } } allow = { war = no KDS = { war = no } } effect = { prestige = -5 relation = { who = KDS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KDS } secede_province = KDS } } } + return_cores_KWT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KWT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KWT NOT = { is_core = THIS } } } allow = { war = no KWT = { war = no } } effect = { prestige = -5 relation = { who = KWT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KWT } secede_province = KWT } } } + return_cores_KYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KYR NOT = { is_core = THIS } } } allow = { war = no KYR = { war = no } } effect = { prestige = -5 relation = { who = KYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KYR } secede_province = KYR } } } + return_cores_LBN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBN NOT = { is_core = THIS } } } allow = { war = no LBN = { war = no } } effect = { prestige = -5 relation = { who = LBN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBN } secede_province = LBN } } } + return_cores_NYE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NYE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NYE NOT = { is_core = THIS } } } allow = { war = no NYE = { war = no } } effect = { prestige = -5 relation = { who = NYE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NYE } secede_province = NYE } } } + return_cores_PLS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PLS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PLS NOT = { is_core = THIS } } } allow = { war = no PLS = { war = no } } effect = { prestige = -5 relation = { who = PLS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PLS } secede_province = PLS } } } + return_cores_PNT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNT NOT = { is_core = THIS } } } allow = { war = no PNT = { war = no } } effect = { prestige = -5 relation = { who = PNT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNT } secede_province = PNT } } } + return_cores_SYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SYR NOT = { is_core = THIS } } } allow = { war = no SYR = { war = no } } effect = { prestige = -5 relation = { who = SYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SYR } secede_province = SYR } } } + return_cores_TAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAJ NOT = { is_core = THIS } } } allow = { war = no TAJ = { war = no } } effect = { prestige = -5 relation = { who = TAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAJ } secede_province = TAJ } } } + return_cores_TCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TCA NOT = { is_core = THIS } } } allow = { war = no TCA = { war = no } } effect = { prestige = -5 relation = { who = TCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TCA } secede_province = TCA } } } + return_cores_TKM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKM NOT = { is_core = THIS } } } allow = { war = no TKM = { war = no } } effect = { prestige = -5 relation = { who = TKM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKM } secede_province = TKM } } } + return_cores_TKS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKS NOT = { is_core = THIS } } } allow = { war = no TKS = { war = no } } effect = { prestige = -5 relation = { who = TKS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKS } secede_province = TKS } } } + return_cores_UYG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UYG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UYG NOT = { is_core = THIS } } } allow = { war = no UYG = { war = no } } effect = { prestige = -5 relation = { who = UYG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UYG } secede_province = UYG } } } + return_cores_UZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UZB NOT = { is_core = THIS } } } allow = { war = no UZB = { war = no } } effect = { prestige = -5 relation = { who = UZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UZB } secede_province = UZB } } } + return_cores_ASM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASM NOT = { is_core = THIS } } } allow = { war = no ASM = { war = no } } effect = { prestige = -5 relation = { who = ASM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASM } secede_province = ASM } } } + return_cores_BIH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BIH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BIH NOT = { is_core = THIS } } } allow = { war = no BIH = { war = no } } effect = { prestige = -5 relation = { who = BIH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BIH } secede_province = BIH } } } + return_cores_BLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BLC NOT = { is_core = THIS } } } allow = { war = no BLC = { war = no } } effect = { prestige = -5 relation = { who = BLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BLC } secede_province = BLC } } } + return_cores_BNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BNG NOT = { is_core = THIS } } } allow = { war = no BNG = { war = no } } effect = { prestige = -5 relation = { who = BNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BNG } secede_province = BNG } } } + return_cores_DRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DRA NOT = { is_core = THIS } } } allow = { war = no DRA = { war = no } } effect = { prestige = -5 relation = { who = DRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DRA } secede_province = DRA } } } + return_cores_KRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRN NOT = { is_core = THIS } } } allow = { war = no KRN = { war = no } } effect = { prestige = -5 relation = { who = KRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRN } secede_province = KRN } } } + return_cores_MAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAH NOT = { is_core = THIS } } } allow = { war = no MAH = { war = no } } effect = { prestige = -5 relation = { who = MAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAH } secede_province = MAH } } } + return_cores_RAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RAJ NOT = { is_core = THIS } } } allow = { war = no RAJ = { war = no } } effect = { prestige = -5 relation = { who = RAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RAJ } secede_province = RAJ } } } + return_cores_SRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SRI NOT = { is_core = THIS } } } allow = { war = no SRI = { war = no } } effect = { prestige = -5 relation = { who = SRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SRI } secede_province = SRI } } } + return_cores_AGC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AGC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AGC NOT = { is_core = THIS } } } allow = { war = no AGC = { war = no } } effect = { prestige = -5 relation = { who = AGC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AGC } secede_province = AGC } } } + return_cores_ANG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ANG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ANG NOT = { is_core = THIS } } } allow = { war = no ANG = { war = no } } effect = { prestige = -5 relation = { who = ANG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ANG } secede_province = ANG } } } + return_cores_ARO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARO NOT = { is_core = THIS } } } allow = { war = no ARO = { war = no } } effect = { prestige = -5 relation = { who = ARO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARO } secede_province = ARO } } } + return_cores_ASH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ASH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ASH NOT = { is_core = THIS } } } allow = { war = no ASH = { war = no } } effect = { prestige = -5 relation = { who = ASH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ASH } secede_province = ASH } } } + return_cores_AWS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AWS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AWS NOT = { is_core = THIS } } } allow = { war = no AWS = { war = no } } effect = { prestige = -5 relation = { who = AWS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AWS } secede_province = AWS } } } + return_cores_AZA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AZA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AZA NOT = { is_core = THIS } } } allow = { war = no AZA = { war = no } } effect = { prestige = -5 relation = { who = AZA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AZA } secede_province = AZA } } } + return_cores_BEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BEN NOT = { is_core = THIS } } } allow = { war = no BEN = { war = no } } effect = { prestige = -5 relation = { who = BEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BEN } secede_province = BEN } } } + return_cores_BRD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRD NOT = { is_core = THIS } } } allow = { war = no BRD = { war = no } } effect = { prestige = -5 relation = { who = BRD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRD } secede_province = BRD } } } + return_cores_BSH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BSH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BSH NOT = { is_core = THIS } } } allow = { war = no BSH = { war = no } } effect = { prestige = -5 relation = { who = BSH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BSH } secede_province = BSH } } } + return_cores_BUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUG NOT = { is_core = THIS } } } allow = { war = no BUG = { war = no } } effect = { prestige = -5 relation = { who = BUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUG } secede_province = BUG } } } + return_cores_CAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAR NOT = { is_core = THIS } } } allow = { war = no CAR = { war = no } } effect = { prestige = -5 relation = { who = CAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAR } secede_province = CAR } } } + return_cores_CGO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CGO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CGO NOT = { is_core = THIS } } } allow = { war = no CGO = { war = no } } effect = { prestige = -5 relation = { who = CGO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CGO } secede_province = CGO } } } + return_cores_CHD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHD NOT = { is_core = THIS } } } allow = { war = no CHD = { war = no } } effect = { prestige = -5 relation = { who = CHD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHD } secede_province = CHD } } } + return_cores_CLA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLA NOT = { is_core = THIS } } } allow = { war = no CLA = { war = no } } effect = { prestige = -5 relation = { who = CLA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLA } secede_province = CLA } } } + return_cores_CMR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CMR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CMR NOT = { is_core = THIS } } } allow = { war = no CMR = { war = no } } effect = { prestige = -5 relation = { who = CMR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CMR } secede_province = CMR } } } + return_cores_CYR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CYR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CYR NOT = { is_core = THIS } } } allow = { war = no CYR = { war = no } } effect = { prestige = -5 relation = { who = CYR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CYR } secede_province = CYR } } } + return_cores_DAH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAH NOT = { is_core = THIS } } } allow = { war = no DAH = { war = no } } effect = { prestige = -5 relation = { who = DAH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAH } secede_province = DAH } } } + return_cores_DAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAM NOT = { is_core = THIS } } } allow = { war = no DAM = { war = no } } effect = { prestige = -5 relation = { who = DAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAM } secede_province = DAM } } } + return_cores_DAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAR NOT = { is_core = THIS } } } allow = { war = no DAR = { war = no } } effect = { prestige = -5 relation = { who = DAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAR } secede_province = DAR } } } + return_cores_DND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DND NOT = { is_core = THIS } } } allow = { war = no DND = { war = no } } effect = { prestige = -5 relation = { who = DND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DND } secede_province = DND } } } + return_cores_GAB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GAB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GAB NOT = { is_core = THIS } } } allow = { war = no GAB = { war = no } } effect = { prestige = -5 relation = { who = GAB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GAB } secede_province = GAB } } } + return_cores_GAZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GAZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GAZ NOT = { is_core = THIS } } } allow = { war = no GAZ = { war = no } } effect = { prestige = -5 relation = { who = GAZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GAZ } secede_province = GAZ } } } + return_cores_GBU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GBU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GBU NOT = { is_core = THIS } } } allow = { war = no GBU = { war = no } } effect = { prestige = -5 relation = { who = GBU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GBU } secede_province = GBU } } } + return_cores_GEL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GEL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GEL NOT = { is_core = THIS } } } allow = { war = no GEL = { war = no } } effect = { prestige = -5 relation = { who = GEL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GEL } secede_province = GEL } } } + return_cores_GMB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GMB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GMB NOT = { is_core = THIS } } } allow = { war = no GMB = { war = no } } effect = { prestige = -5 relation = { who = GMB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GMB } secede_province = GMB } } } + return_cores_GNE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GNE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GNE NOT = { is_core = THIS } } } allow = { war = no GNE = { war = no } } effect = { prestige = -5 relation = { who = GNE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GNE } secede_province = GNE } } } + return_cores_GON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GON NOT = { is_core = THIS } } } allow = { war = no GON = { war = no } } effect = { prestige = -5 relation = { who = GON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GON } secede_province = GON } } } + return_cores_HAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAR NOT = { is_core = THIS } } } allow = { war = no HAR = { war = no } } effect = { prestige = -5 relation = { who = HAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAR } secede_province = HAR } } } + return_cores_IVC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IVC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IVC NOT = { is_core = THIS } } } allow = { war = no IVC = { war = no } } effect = { prestige = -5 relation = { who = IVC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IVC } secede_province = IVC } } } + return_cores_JAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAL NOT = { is_core = THIS } } } allow = { war = no JAL = { war = no } } effect = { prestige = -5 relation = { who = JAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAL } secede_province = JAL } } } + return_cores_KAF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAF NOT = { is_core = THIS } } } allow = { war = no KAF = { war = no } } effect = { prestige = -5 relation = { who = KAF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAF } secede_province = KAF } } } + return_cores_KBO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KBO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KBO NOT = { is_core = THIS } } } allow = { war = no KBO = { war = no } } effect = { prestige = -5 relation = { who = KBO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KBO } secede_province = KBO } } } + return_cores_KNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KNG NOT = { is_core = THIS } } } allow = { war = no KNG = { war = no } } effect = { prestige = -5 relation = { who = KNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KNG } secede_province = KNG } } } + return_cores_KNY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KNY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KNY NOT = { is_core = THIS } } } allow = { war = no KNY = { war = no } } effect = { prestige = -5 relation = { who = KNY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KNY } secede_province = KNY } } } + return_cores_KON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KON NOT = { is_core = THIS } } } allow = { war = no KON = { war = no } } effect = { prestige = -5 relation = { who = KON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KON } secede_province = KON } } } + return_cores_KUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUB NOT = { is_core = THIS } } } allow = { war = no KUB = { war = no } } effect = { prestige = -5 relation = { who = KUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUB } secede_province = KUB } } } + return_cores_KZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KZB NOT = { is_core = THIS } } } allow = { war = no KZB = { war = no } } effect = { prestige = -5 relation = { who = KZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KZB } secede_province = KZB } } } + return_cores_LBA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBA NOT = { is_core = THIS } } } allow = { war = no LBA = { war = no } } effect = { prestige = -5 relation = { who = LBA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBA } secede_province = LBA } } } + return_cores_LBY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LBY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LBY NOT = { is_core = THIS } } } allow = { war = no LBY = { war = no } } effect = { prestige = -5 relation = { who = LBY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LBY } secede_province = LBY } } } + return_cores_LOA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOA NOT = { is_core = THIS } } } allow = { war = no LOA = { war = no } } effect = { prestige = -5 relation = { who = LOA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOA } secede_province = LOA } } } + return_cores_LUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUN NOT = { is_core = THIS } } } allow = { war = no LUN = { war = no } } effect = { prestige = -5 relation = { who = LUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUN } secede_province = LUN } } } + return_cores_MAJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAJ NOT = { is_core = THIS } } } allow = { war = no MAJ = { war = no } } effect = { prestige = -5 relation = { who = MAJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAJ } secede_province = MAJ } } } + return_cores_MAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAS NOT = { is_core = THIS } } } allow = { war = no MAS = { war = no } } effect = { prestige = -5 relation = { who = MAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAS } secede_province = MAS } } } + return_cores_MAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAT NOT = { is_core = THIS } } } allow = { war = no MAT = { war = no } } effect = { prestige = -5 relation = { who = MAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAT } secede_province = MAT } } } + return_cores_MLI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLI NOT = { is_core = THIS } } } allow = { war = no MLI = { war = no } } effect = { prestige = -5 relation = { who = MLI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLI } secede_province = MLI } } } + return_cores_MLW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLW NOT = { is_core = THIS } } } allow = { war = no MLW = { war = no } } effect = { prestige = -5 relation = { who = MLW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLW } secede_province = MLW } } } + return_cores_MNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MNG NOT = { is_core = THIS } } } allow = { war = no MNG = { war = no } } effect = { prestige = -5 relation = { who = MNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MNG } secede_province = MNG } } } + return_cores_MOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOS NOT = { is_core = THIS } } } allow = { war = no MOS = { war = no } } effect = { prestige = -5 relation = { who = MOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOS } secede_province = MOS } } } + return_cores_MOZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOZ NOT = { is_core = THIS } } } allow = { war = no MOZ = { war = no } } effect = { prestige = -5 relation = { who = MOZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOZ } secede_province = MOZ } } } + return_cores_NGR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NGR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NGR NOT = { is_core = THIS } } } allow = { war = no NGR = { war = no } } effect = { prestige = -5 relation = { who = NGR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NGR } secede_province = NGR } } } + return_cores_NIG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NIG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NIG NOT = { is_core = THIS } } } allow = { war = no NIG = { war = no } } effect = { prestige = -5 relation = { who = NIG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NIG } secede_province = NIG } } } + return_cores_OYO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OYO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OYO NOT = { is_core = THIS } } } allow = { war = no OYO = { war = no } } effect = { prestige = -5 relation = { who = OYO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OYO } secede_province = OYO } } } + return_cores_RWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RWA NOT = { is_core = THIS } } } allow = { war = no RWA = { war = no } } effect = { prestige = -5 relation = { who = RWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RWA } secede_province = RWA } } } + return_cores_SEG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SEG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SEG NOT = { is_core = THIS } } } allow = { war = no SEG = { war = no } } effect = { prestige = -5 relation = { who = SEG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SEG } secede_province = SEG } } } + return_cores_SHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHO NOT = { is_core = THIS } } } allow = { war = no SHO = { war = no } } effect = { prestige = -5 relation = { who = SHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHO } secede_province = SHO } } } + return_cores_SHW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHW NOT = { is_core = THIS } } } allow = { war = no SHW = { war = no } } effect = { prestige = -5 relation = { who = SHW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHW } secede_province = SHW } } } + return_cores_SID = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SID = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SID NOT = { is_core = THIS } } } allow = { war = no SID = { war = no } } effect = { prestige = -5 relation = { who = SID value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SID } secede_province = SID } } } + return_cores_SLE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLE NOT = { is_core = THIS } } } allow = { war = no SLE = { war = no } } effect = { prestige = -5 relation = { who = SLE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLE } secede_province = SLE } } } + return_cores_SNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SNG NOT = { is_core = THIS } } } allow = { war = no SNG = { war = no } } effect = { prestige = -5 relation = { who = SNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SNG } secede_province = SNG } } } + return_cores_SOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SOM NOT = { is_core = THIS } } } allow = { war = no SOM = { war = no } } effect = { prestige = -5 relation = { who = SOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SOM } secede_province = SOM } } } + return_cores_SUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUA NOT = { is_core = THIS } } } allow = { war = no SUA = { war = no } } effect = { prestige = -5 relation = { who = SUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUA } secede_province = SUA } } } + return_cores_SUD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUD NOT = { is_core = THIS } } } allow = { war = no SUD = { war = no } } effect = { prestige = -5 relation = { who = SUD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUD } secede_province = SUD } } } + return_cores_TIG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TIG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TIG NOT = { is_core = THIS } } } allow = { war = no TIG = { war = no } } effect = { prestige = -5 relation = { who = TIG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TIG } secede_province = TIG } } } + return_cores_TNZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TNZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TNZ NOT = { is_core = THIS } } } allow = { war = no TNZ = { war = no } } effect = { prestige = -5 relation = { who = TNZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TNZ } secede_province = TNZ } } } + return_cores_TOG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOG NOT = { is_core = THIS } } } allow = { war = no TOG = { war = no } } effect = { prestige = -5 relation = { who = TOG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOG } secede_province = TOG } } } + return_cores_TOO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOO NOT = { is_core = THIS } } } allow = { war = no TOO = { war = no } } effect = { prestige = -5 relation = { who = TOO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOO } secede_province = TOO } } } + return_cores_TOU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOU NOT = { is_core = THIS } } } allow = { war = no TOU = { war = no } } effect = { prestige = -5 relation = { who = TOU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOU } secede_province = TOU } } } + return_cores_TRZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRZ NOT = { is_core = THIS } } } allow = { war = no TRZ = { war = no } } effect = { prestige = -5 relation = { who = TRZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRZ } secede_province = TRZ } } } + return_cores_TSW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TSW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TSW NOT = { is_core = THIS } } } allow = { war = no TSW = { war = no } } effect = { prestige = -5 relation = { who = TSW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TSW } secede_province = TSW } } } + return_cores_WAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WAD NOT = { is_core = THIS } } } allow = { war = no WAD = { war = no } } effect = { prestige = -5 relation = { who = WAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WAD } secede_province = WAD } } } + return_cores_WRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WRI NOT = { is_core = THIS } } } allow = { war = no WRI = { war = no } } effect = { prestige = -5 relation = { who = WRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WRI } secede_province = WRI } } } + return_cores_WOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WOL NOT = { is_core = THIS } } } allow = { war = no WOL = { war = no } } effect = { prestige = -5 relation = { who = WOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WOL } secede_province = WOL } } } + return_cores_XHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XHO NOT = { is_core = THIS } } } allow = { war = no XHO = { war = no } } effect = { prestige = -5 relation = { who = XHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XHO } secede_province = XHO } } } + return_cores_ZAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZAM NOT = { is_core = THIS } } } allow = { war = no ZAM = { war = no } } effect = { prestige = -5 relation = { who = ZAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZAM } secede_province = ZAM } } } + return_cores_DJA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DJA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DJA NOT = { is_core = THIS } } } allow = { war = no DJA = { war = no } } effect = { prestige = -5 relation = { who = DJA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DJA } secede_province = DJA } } } + return_cores_FJN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FJN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FJN NOT = { is_core = THIS } } } allow = { war = no FJN = { war = no } } effect = { prestige = -5 relation = { who = FJN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FJN } secede_province = FJN } } } + return_cores_GMJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GMJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GMJ NOT = { is_core = THIS } } } allow = { war = no GMJ = { war = no } } effect = { prestige = -5 relation = { who = GMJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GMJ } secede_province = GMJ } } } + return_cores_GNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GNG NOT = { is_core = THIS } } } allow = { war = no GNG = { war = no } } effect = { prestige = -5 relation = { who = GNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GNG } secede_province = GNG } } } + return_cores_HNN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HNN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HNN NOT = { is_core = THIS } } } allow = { war = no HNN = { war = no } } effect = { prestige = -5 relation = { who = HNN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HNN } secede_province = HNN } } } + return_cores_HUI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HUI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HUI NOT = { is_core = THIS } } } allow = { war = no HUI = { war = no } } effect = { prestige = -5 relation = { who = HUI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HUI } secede_province = HUI } } } + return_cores_INO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision INO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = INO NOT = { is_core = THIS } } } allow = { war = no INO = { war = no } } effect = { prestige = -5 relation = { who = INO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = INO } secede_province = INO } } } + return_cores_KCH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KCH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KCH NOT = { is_core = THIS } } } allow = { war = no KCH = { war = no } } effect = { prestige = -5 relation = { who = KCH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KCH } secede_province = KCH } } } + return_cores_KLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KLM NOT = { is_core = THIS } } } allow = { war = no KLM = { war = no } } effect = { prestige = -5 relation = { who = KLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KLM } secede_province = KLM } } } + return_cores_KMT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KMT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KMT NOT = { is_core = THIS } } } allow = { war = no KMT = { war = no } } effect = { prestige = -5 relation = { who = KMT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KMT } secede_province = KMT } } } + return_cores_KTI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KTI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KTI NOT = { is_core = THIS } } } allow = { war = no KTI = { war = no } } effect = { prestige = -5 relation = { who = KTI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KTI } secede_province = KTI } } } + return_cores_LAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAN NOT = { is_core = THIS } } } allow = { war = no LAN = { war = no } } effect = { prestige = -5 relation = { who = LAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAN } secede_province = LAN } } } + return_cores_LXA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LXA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LXA NOT = { is_core = THIS } } } allow = { war = no LXA = { war = no } } effect = { prestige = -5 relation = { who = LXA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LXA } secede_province = LXA } } } + return_cores_MAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAL NOT = { is_core = THIS } } } allow = { war = no MAL = { war = no } } effect = { prestige = -5 relation = { who = MAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAL } secede_province = MAL } } } + return_cores_MLY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MLY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MLY NOT = { is_core = THIS } } } allow = { war = no MLY = { war = no } } effect = { prestige = -5 relation = { who = MLY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MLY } secede_province = MLY } } } + return_cores_SHA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHA NOT = { is_core = THIS } } } allow = { war = no SHA = { war = no } } effect = { prestige = -5 relation = { who = SHA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHA } secede_province = SHA } } } + return_cores_SLW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLW NOT = { is_core = THIS } } } allow = { war = no SLW = { war = no } } effect = { prestige = -5 relation = { who = SLW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLW } secede_province = SLW } } } + return_cores_SAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAK NOT = { is_core = THIS } } } allow = { war = no SAK = { war = no } } effect = { prestige = -5 relation = { who = SAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAK } secede_province = SAK } } } + return_cores_SUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SUL NOT = { is_core = THIS } } } allow = { war = no SUL = { war = no } } effect = { prestige = -5 relation = { who = SUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SUL } secede_province = SUL } } } + return_cores_SWK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWK NOT = { is_core = THIS } } } allow = { war = no SWK = { war = no } } effect = { prestige = -5 relation = { who = SWK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWK } secede_province = SWK } } } + return_cores_SZC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SZC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SZC NOT = { is_core = THIS } } } allow = { war = no SZC = { war = no } } effect = { prestige = -5 relation = { who = SZC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SZC } secede_province = SZC } } } + return_cores_TAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TAI NOT = { is_core = THIS } } } allow = { war = no TAI = { war = no } } effect = { prestige = -5 relation = { who = TAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TAI } secede_province = TAI } } } + return_cores_CHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHO NOT = { is_core = THIS } } } allow = { war = no CHO = { war = no } } effect = { prestige = -5 relation = { who = CHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHO } secede_province = CHO } } } + return_cores_KAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAG NOT = { is_core = THIS } } } allow = { war = no KAG = { war = no } } effect = { prestige = -5 relation = { who = KAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAG } secede_province = KAG } } } + return_cores_RYU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RYU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RYU NOT = { is_core = THIS } } } allow = { war = no RYU = { war = no } } effect = { prestige = -5 relation = { who = RYU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RYU } secede_province = RYU } } } + return_cores_SAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAT NOT = { is_core = THIS } } } allow = { war = no SAT = { war = no } } effect = { prestige = -5 relation = { who = SAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAT } secede_province = SAT } } } + return_cores_SEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SEN NOT = { is_core = THIS } } } allow = { war = no SEN = { war = no } } effect = { prestige = -5 relation = { who = SEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SEN } secede_province = SEN } } } + return_cores_TKG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TKG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TKG NOT = { is_core = THIS } } } allow = { war = no TKG = { war = no } } effect = { prestige = -5 relation = { who = TKG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TKG } secede_province = TKG } } } + return_cores_TOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TOS NOT = { is_core = THIS } } } allow = { war = no TOS = { war = no } } effect = { prestige = -5 relation = { who = TOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TOS } secede_province = TOS } } } + return_cores_YZW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YZW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YZW NOT = { is_core = THIS } } } allow = { war = no YZW = { war = no } } effect = { prestige = -5 relation = { who = YZW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YZW } secede_province = YZW } } } + return_cores_FIJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIJ NOT = { is_core = THIS } } } allow = { war = no FIJ = { war = no } } effect = { prestige = -5 relation = { who = FIJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIJ } secede_province = FIJ } } } + return_cores_TGA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TGA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TGA NOT = { is_core = THIS } } } allow = { war = no TGA = { war = no } } effect = { prestige = -5 relation = { who = TGA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TGA } secede_province = TGA } } } + return_cores_ARA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARA NOT = { is_core = THIS } } } allow = { war = no ARA = { war = no } } effect = { prestige = -5 relation = { who = ARA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARA } secede_province = ARA } } } + return_cores_BYE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BYE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BYE NOT = { is_core = THIS } } } allow = { war = no BYE = { war = no } } effect = { prestige = -5 relation = { who = BYE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BYE } secede_province = BYE } } } + return_cores_PLC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PLC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PLC NOT = { is_core = THIS } } } allow = { war = no PLC = { war = no } } effect = { prestige = -5 relation = { who = PLC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PLC } secede_province = PLC } } } + return_cores_UBD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UBD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UBD NOT = { is_core = THIS } } } allow = { war = no UBD = { war = no } } effect = { prestige = -5 relation = { who = UBD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UBD } secede_province = UBD } } } + return_cores_DEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DEN NOT = { is_core = THIS } } } allow = { war = no DEN = { war = no } } effect = { prestige = -5 relation = { who = DEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DEN } secede_province = DEN } } } + return_cores_FIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FIN NOT = { is_core = THIS } } } allow = { war = no FIN = { war = no } } effect = { prestige = -5 relation = { who = FIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FIN } secede_province = FIN } } } + return_cores_NOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NOR NOT = { is_core = THIS } } } allow = { war = no NOR = { war = no } } effect = { prestige = -5 relation = { who = NOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NOR } secede_province = NOR } } } + return_cores_SCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCA NOT = { is_core = THIS } } } allow = { war = no SCA = { war = no } } effect = { prestige = -5 relation = { who = SCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCA } secede_province = SCA } } } + return_cores_SWE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWE NOT = { is_core = THIS } } } allow = { war = no SWE = { war = no } } effect = { prestige = -5 relation = { who = SWE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWE } secede_province = SWE } } } + return_cores_BEL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BEL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BEL NOT = { is_core = THIS } } } allow = { war = no BEL = { war = no } } effect = { prestige = -5 relation = { who = BEL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BEL } secede_province = BEL } } } + return_cores_CAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAT NOT = { is_core = THIS } } } allow = { war = no CAT = { war = no } } effect = { prestige = -5 relation = { who = CAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAT } secede_province = CAT } } } + return_cores_FLA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FLA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FLA NOT = { is_core = THIS } } } allow = { war = no FLA = { war = no } } effect = { prestige = -5 relation = { who = FLA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FLA } secede_province = FLA } } } + return_cores_IRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IRE NOT = { is_core = THIS } } } allow = { war = no IRE = { war = no } } effect = { prestige = -5 relation = { who = IRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IRE } secede_province = IRE } } } + return_cores_NET = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NET = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NET NOT = { is_core = THIS } } } allow = { war = no NET = { war = no } } effect = { prestige = -5 relation = { who = NET value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NET } secede_province = NET } } } + return_cores_POR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision POR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = POR NOT = { is_core = THIS } } } allow = { war = no POR = { war = no } } effect = { prestige = -5 relation = { who = POR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = POR } secede_province = POR } } } + return_cores_SCO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCO NOT = { is_core = THIS } } } allow = { war = no SCO = { war = no } } effect = { prestige = -5 relation = { who = SCO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCO } secede_province = SCO } } } + return_cores_SPA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SPA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SPA NOT = { is_core = THIS } } } allow = { war = no SPA = { war = no } } effect = { prestige = -5 relation = { who = SPA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SPA } secede_province = SPA } } } + return_cores_WLL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WLL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WLL NOT = { is_core = THIS } } } allow = { war = no WLL = { war = no } } effect = { prestige = -5 relation = { who = WLL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WLL } secede_province = WLL } } } + return_cores_ANH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ANH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ANH NOT = { is_core = THIS } } } allow = { war = no ANH = { war = no } } effect = { prestige = -5 relation = { who = ANH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ANH } secede_province = ANH } } } + return_cores_BAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAD NOT = { is_core = THIS } } } allow = { war = no BAD = { war = no } } effect = { prestige = -5 relation = { who = BAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAD } secede_province = BAD } } } + return_cores_BAV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAV NOT = { is_core = THIS } } } allow = { war = no BAV = { war = no } } effect = { prestige = -5 relation = { who = BAV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAV } secede_province = BAV } } } + return_cores_BRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRA NOT = { is_core = THIS } } } allow = { war = no BRA = { war = no } } effect = { prestige = -5 relation = { who = BRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRA } secede_province = BRA } } } + return_cores_BRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRE NOT = { is_core = THIS } } } allow = { war = no BRE = { war = no } } effect = { prestige = -5 relation = { who = BRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRE } secede_province = BRE } } } + return_cores_COB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COB NOT = { is_core = THIS } } } allow = { war = no COB = { war = no } } effect = { prestige = -5 relation = { who = COB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COB } secede_province = COB } } } + return_cores_DZG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DZG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DZG NOT = { is_core = THIS } } } allow = { war = no DZG = { war = no } } effect = { prestige = -5 relation = { who = DZG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DZG } secede_province = DZG } } } + return_cores_FRM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRM NOT = { is_core = THIS } } } allow = { war = no FRM = { war = no } } effect = { prestige = -5 relation = { who = FRM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRM } secede_province = FRM } } } + return_cores_HAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAM NOT = { is_core = THIS } } } allow = { war = no HAM = { war = no } } effect = { prestige = -5 relation = { who = HAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAM } secede_province = HAM } } } + return_cores_HAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAN NOT = { is_core = THIS } } } allow = { war = no HAN = { war = no } } effect = { prestige = -5 relation = { who = HAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAN } secede_province = HAN } } } + return_cores_HES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HES NOT = { is_core = THIS } } } allow = { war = no HES = { war = no } } effect = { prestige = -5 relation = { who = HES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HES } secede_province = HES } } } + return_cores_HEK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HEK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HEK NOT = { is_core = THIS } } } allow = { war = no HEK = { war = no } } effect = { prestige = -5 relation = { who = HEK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HEK } secede_province = HEK } } } + return_cores_HOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HOL NOT = { is_core = THIS } } } allow = { war = no HOL = { war = no } } effect = { prestige = -5 relation = { who = HOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HOL } secede_province = HOL } } } + return_cores_LIP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIP NOT = { is_core = THIS } } } allow = { war = no LIP = { war = no } } effect = { prestige = -5 relation = { who = LIP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIP } secede_province = LIP } } } + return_cores_LUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUB NOT = { is_core = THIS } } } allow = { war = no LUB = { war = no } } effect = { prestige = -5 relation = { who = LUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUB } secede_province = LUB } } } + return_cores_LUX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUX NOT = { is_core = THIS } } } allow = { war = no LUX = { war = no } } effect = { prestige = -5 relation = { who = LUX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUX } secede_province = LUX } } } + return_cores_MEC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEC NOT = { is_core = THIS } } } allow = { war = no MEC = { war = no } } effect = { prestige = -5 relation = { who = MEC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEC } secede_province = MEC } } } + return_cores_MEI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEI NOT = { is_core = THIS } } } allow = { war = no MEI = { war = no } } effect = { prestige = -5 relation = { who = MEI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEI } secede_province = MEI } } } + return_cores_NAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAS NOT = { is_core = THIS } } } allow = { war = no NAS = { war = no } } effect = { prestige = -5 relation = { who = NAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAS } secede_province = NAS } } } + return_cores_NGF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NGF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NGF NOT = { is_core = THIS } } } allow = { war = no NGF = { war = no } } effect = { prestige = -5 relation = { who = NGF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NGF } secede_province = NGF } } } + return_cores_OLD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OLD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OLD NOT = { is_core = THIS } } } allow = { war = no OLD = { war = no } } effect = { prestige = -5 relation = { who = OLD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OLD } secede_province = OLD } } } + return_cores_SAX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAX NOT = { is_core = THIS } } } allow = { war = no SAX = { war = no } } effect = { prestige = -5 relation = { who = SAX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAX } secede_province = SAX } } } + return_cores_SCH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SCH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SCH NOT = { is_core = THIS } } } allow = { war = no SCH = { war = no } } effect = { prestige = -5 relation = { who = SCH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SCH } secede_province = SCH } } } + return_cores_SGF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SGF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SGF NOT = { is_core = THIS } } } allow = { war = no SGF = { war = no } } effect = { prestige = -5 relation = { who = SGF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SGF } secede_province = SGF } } } + return_cores_WEI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WEI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WEI NOT = { is_core = THIS } } } allow = { war = no WEI = { war = no } } effect = { prestige = -5 relation = { who = WEI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WEI } secede_province = WEI } } } + return_cores_WUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WUR NOT = { is_core = THIS } } } allow = { war = no WUR = { war = no } } effect = { prestige = -5 relation = { who = WUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WUR } secede_province = WUR } } } + return_cores_LOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LOM NOT = { is_core = THIS } } } allow = { war = no LOM = { war = no } } effect = { prestige = -5 relation = { who = LOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LOM } secede_province = LOM } } } + return_cores_LUC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUC NOT = { is_core = THIS } } } allow = { war = no LUC = { war = no } } effect = { prestige = -5 relation = { who = LUC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUC } secede_province = LUC } } } + return_cores_MOD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOD NOT = { is_core = THIS } } } allow = { war = no MOD = { war = no } } effect = { prestige = -5 relation = { who = MOD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOD } secede_province = MOD } } } + return_cores_PAP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAP NOT = { is_core = THIS } } } allow = { war = no PAP = { war = no } } effect = { prestige = -5 relation = { who = PAP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAP } secede_province = PAP } } } + return_cores_PAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PAR NOT = { is_core = THIS } } } allow = { war = no PAR = { war = no } } effect = { prestige = -5 relation = { who = PAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PAR } secede_province = PAR } } } + return_cores_SAR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAR NOT = { is_core = THIS } } } allow = { war = no SAR = { war = no } } effect = { prestige = -5 relation = { who = SAR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAR } secede_province = SAR } } } + return_cores_SIC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIC NOT = { is_core = THIS } } } allow = { war = no SIC = { war = no } } effect = { prestige = -5 relation = { who = SIC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIC } secede_province = SIC } } } + return_cores_TRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRE NOT = { is_core = THIS } } } allow = { war = no TRE = { war = no } } effect = { prestige = -5 relation = { who = TRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRE } secede_province = TRE } } } + return_cores_TUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUS NOT = { is_core = THIS } } } allow = { war = no TUS = { war = no } } effect = { prestige = -5 relation = { who = TUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUS } secede_province = TUS } } } + return_cores_VEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision VEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = VEN NOT = { is_core = THIS } } } allow = { war = no VEN = { war = no } } effect = { prestige = -5 relation = { who = VEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = VEN } secede_province = VEN } } } + return_cores_BOH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOH NOT = { is_core = THIS } } } allow = { war = no BOH = { war = no } } effect = { prestige = -5 relation = { who = BOH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOH } secede_province = BOH } } } + return_cores_KRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KRA NOT = { is_core = THIS } } } allow = { war = no KRA = { war = no } } effect = { prestige = -5 relation = { who = KRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KRA } secede_province = KRA } } } + return_cores_CRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRI NOT = { is_core = THIS } } } allow = { war = no CRI = { war = no } } effect = { prestige = -5 relation = { who = CRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRI } secede_province = CRI } } } + return_cores_EST = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EST = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EST NOT = { is_core = THIS } } } allow = { war = no EST = { war = no } } effect = { prestige = -5 relation = { who = EST value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EST } secede_province = EST } } } + return_cores_HUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HUN NOT = { is_core = THIS } } } allow = { war = no HUN = { war = no } } effect = { prestige = -5 relation = { who = HUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HUN } secede_province = HUN } } } + return_cores_LIT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIT NOT = { is_core = THIS } } } allow = { war = no LIT = { war = no } } effect = { prestige = -5 relation = { who = LIT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIT } secede_province = LIT } } } + return_cores_LAT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAT NOT = { is_core = THIS } } } allow = { war = no LAT = { war = no } } effect = { prestige = -5 relation = { who = LAT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAT } secede_province = LAT } } } + return_cores_POL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision POL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = POL NOT = { is_core = THIS } } } allow = { war = no POL = { war = no } } effect = { prestige = -5 relation = { who = POL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = POL } secede_province = POL } } } + return_cores_SLV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLV NOT = { is_core = THIS } } } allow = { war = no SLV = { war = no } } effect = { prestige = -5 relation = { who = SLV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLV } secede_province = SLV } } } + return_cores_SWI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SWI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SWI NOT = { is_core = THIS } } } allow = { war = no SWI = { war = no } } effect = { prestige = -5 relation = { who = SWI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SWI } secede_province = SWI } } } + return_cores_RUT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RUT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RUT NOT = { is_core = THIS } } } allow = { war = no RUT = { war = no } } effect = { prestige = -5 relation = { who = RUT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RUT } secede_province = RUT } } } + return_cores_SIE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIE NOT = { is_core = THIS } } } allow = { war = no SIE = { war = no } } effect = { prestige = -5 relation = { who = SIE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIE } secede_province = SIE } } } + return_cores_UKR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UKR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UKR NOT = { is_core = THIS } } } allow = { war = no UKR = { war = no } } effect = { prestige = -5 relation = { who = UKR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UKR } secede_province = UKR } } } + return_cores_CZH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CZH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CZH NOT = { is_core = THIS } } } allow = { war = no CZH = { war = no } } effect = { prestige = -5 relation = { who = CZH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CZH } secede_province = CZH } } } + return_cores_ALB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALB NOT = { is_core = THIS } } } allow = { war = no ALB = { war = no } } effect = { prestige = -5 relation = { who = ALB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALB } secede_province = ALB } } } + return_cores_BOS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOS NOT = { is_core = THIS } } } allow = { war = no BOS = { war = no } } effect = { prestige = -5 relation = { who = BOS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOS } secede_province = BOS } } } + return_cores_BUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUL NOT = { is_core = THIS } } } allow = { war = no BUL = { war = no } } effect = { prestige = -5 relation = { who = BUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUL } secede_province = BUL } } } + return_cores_CRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRE NOT = { is_core = THIS } } } allow = { war = no CRE = { war = no } } effect = { prestige = -5 relation = { who = CRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRE } secede_province = CRE } } } + return_cores_CRO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CRO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CRO NOT = { is_core = THIS } } } allow = { war = no CRO = { war = no } } effect = { prestige = -5 relation = { who = CRO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CRO } secede_province = CRO } } } + return_cores_CYP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CYP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CYP NOT = { is_core = THIS } } } allow = { war = no CYP = { war = no } } effect = { prestige = -5 relation = { who = CYP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CYP } secede_province = CYP } } } + return_cores_GRE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GRE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GRE NOT = { is_core = THIS } } } allow = { war = no GRE = { war = no } } effect = { prestige = -5 relation = { who = GRE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GRE } secede_province = GRE } } } + return_cores_ION = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ION = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ION NOT = { is_core = THIS } } } allow = { war = no ION = { war = no } } effect = { prestige = -5 relation = { who = ION value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ION } secede_province = ION } } } + return_cores_MOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOL NOT = { is_core = THIS } } } allow = { war = no MOL = { war = no } } effect = { prestige = -5 relation = { who = MOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOL } secede_province = MOL } } } + return_cores_MON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MON NOT = { is_core = THIS } } } allow = { war = no MON = { war = no } } effect = { prestige = -5 relation = { who = MON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MON } secede_province = MON } } } + return_cores_ROM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ROM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ROM NOT = { is_core = THIS } } } allow = { war = no ROM = { war = no } } effect = { prestige = -5 relation = { who = ROM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ROM } secede_province = ROM } } } + return_cores_SER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SER NOT = { is_core = THIS } } } allow = { war = no SER = { war = no } } effect = { prestige = -5 relation = { who = SER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SER } secede_province = SER } } } + return_cores_SLO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SLO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SLO NOT = { is_core = THIS } } } allow = { war = no SLO = { war = no } } effect = { prestige = -5 relation = { who = SLO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SLO } secede_province = SLO } } } + return_cores_TUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUR NOT = { is_core = THIS } } } allow = { war = no TUR = { war = no } } effect = { prestige = -5 relation = { who = TUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUR } secede_province = TUR } } } + return_cores_WAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WAL NOT = { is_core = THIS } } } allow = { war = no WAL = { war = no } } effect = { prestige = -5 relation = { who = WAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WAL } secede_province = WAL } } } + return_cores_YUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YUG NOT = { is_core = THIS } } } allow = { war = no YUG = { war = no } } effect = { prestige = -5 relation = { who = YUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YUG } secede_province = YUG } } } + return_cores_ALD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ALD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ALD NOT = { is_core = THIS } } } allow = { war = no ALD = { war = no } } effect = { prestige = -5 relation = { who = ALD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ALD } secede_province = ALD } } } + return_cores_CNG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CNG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CNG NOT = { is_core = THIS } } } allow = { war = no CNG = { war = no } } effect = { prestige = -5 relation = { who = CNG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CNG } secede_province = CNG } } } + return_cores_EGY = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision EGY = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = EGY NOT = { is_core = THIS } } } allow = { war = no EGY = { war = no } } effect = { prestige = -5 relation = { who = EGY value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = EGY } secede_province = EGY } } } + return_cores_ETH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ETH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ETH NOT = { is_core = THIS } } } allow = { war = no ETH = { war = no } } effect = { prestige = -5 relation = { who = ETH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ETH } secede_province = ETH } } } + return_cores_MAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAD NOT = { is_core = THIS } } } allow = { war = no MAD = { war = no } } effect = { prestige = -5 relation = { who = MAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAD } secede_province = MAD } } } + return_cores_LIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LIB NOT = { is_core = THIS } } } allow = { war = no LIB = { war = no } } effect = { prestige = -5 relation = { who = LIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LIB } secede_province = LIB } } } + return_cores_MOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MOR NOT = { is_core = THIS } } } allow = { war = no MOR = { war = no } } effect = { prestige = -5 relation = { who = MOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MOR } secede_province = MOR } } } + return_cores_NAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAL NOT = { is_core = THIS } } } allow = { war = no NAL = { war = no } } effect = { prestige = -5 relation = { who = NAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAL } secede_province = NAL } } } + return_cores_ORA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ORA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ORA NOT = { is_core = THIS } } } allow = { war = no ORA = { war = no } } effect = { prestige = -5 relation = { who = ORA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ORA } secede_province = ORA } } } + return_cores_SAF = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SAF = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SAF NOT = { is_core = THIS } } } allow = { war = no SAF = { war = no } } effect = { prestige = -5 relation = { who = SAF value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SAF } secede_province = SAF } } } + return_cores_SOK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SOK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SOK NOT = { is_core = THIS } } } allow = { war = no SOK = { war = no } } effect = { prestige = -5 relation = { who = SOK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SOK } secede_province = SOK } } } + return_cores_RHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RHO NOT = { is_core = THIS } } } allow = { war = no RHO = { war = no } } effect = { prestige = -5 relation = { who = RHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RHO } secede_province = RHO } } } + return_cores_TRI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRI NOT = { is_core = THIS } } } allow = { war = no TRI = { war = no } } effect = { prestige = -5 relation = { who = TRI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRI } secede_province = TRI } } } + return_cores_TRN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRN NOT = { is_core = THIS } } } allow = { war = no TRN = { war = no } } effect = { prestige = -5 relation = { who = TRN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRN } secede_province = TRN } } } + return_cores_TUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TUN NOT = { is_core = THIS } } } allow = { war = no TUN = { war = no } } effect = { prestige = -5 relation = { who = TUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TUN } secede_province = TUN } } } + return_cores_ZAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZAN NOT = { is_core = THIS } } } allow = { war = no ZAN = { war = no } } effect = { prestige = -5 relation = { who = ZAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZAN } secede_province = ZAN } } } + return_cores_ZUL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ZUL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ZUL NOT = { is_core = THIS } } } allow = { war = no ZUL = { war = no } } effect = { prestige = -5 relation = { who = ZUL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ZUL } secede_province = ZUL } } } + return_cores_ABU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ABU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ABU NOT = { is_core = THIS } } } allow = { war = no ABU = { war = no } } effect = { prestige = -5 relation = { who = ABU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ABU } secede_province = ABU } } } + return_cores_AFG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AFG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AFG NOT = { is_core = THIS } } } allow = { war = no AFG = { war = no } } effect = { prestige = -5 relation = { who = AFG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AFG } secede_province = AFG } } } + return_cores_ARM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARM NOT = { is_core = THIS } } } allow = { war = no ARM = { war = no } } effect = { prestige = -5 relation = { who = ARM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARM } secede_province = ARM } } } + return_cores_AZB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AZB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AZB NOT = { is_core = THIS } } } allow = { war = no AZB = { war = no } } effect = { prestige = -5 relation = { who = AZB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AZB } secede_province = AZB } } } + return_cores_BUK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUK NOT = { is_core = THIS } } } allow = { war = no BUK = { war = no } } effect = { prestige = -5 relation = { who = BUK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUK } secede_province = BUK } } } + return_cores_GEO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GEO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GEO NOT = { is_core = THIS } } } allow = { war = no GEO = { war = no } } effect = { prestige = -5 relation = { who = GEO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GEO } secede_province = GEO } } } + return_cores_HDJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HDJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HDJ NOT = { is_core = THIS } } } allow = { war = no HDJ = { war = no } } effect = { prestige = -5 relation = { who = HDJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HDJ } secede_province = HDJ } } } + return_cores_IRQ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IRQ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IRQ NOT = { is_core = THIS } } } allow = { war = no IRQ = { war = no } } effect = { prestige = -5 relation = { who = IRQ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IRQ } secede_province = IRQ } } } + return_cores_KHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KHI NOT = { is_core = THIS } } } allow = { war = no KHI = { war = no } } effect = { prestige = -5 relation = { who = KHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KHI } secede_province = KHI } } } + return_cores_KOK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KOK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KOK NOT = { is_core = THIS } } } allow = { war = no KOK = { war = no } } effect = { prestige = -5 relation = { who = KOK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KOK } secede_province = KOK } } } + return_cores_MUG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MUG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MUG NOT = { is_core = THIS } } } allow = { war = no MUG = { war = no } } effect = { prestige = -5 relation = { who = MUG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MUG } secede_province = MUG } } } + return_cores_NEJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEJ NOT = { is_core = THIS } } } allow = { war = no NEJ = { war = no } } effect = { prestige = -5 relation = { who = NEJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEJ } secede_province = NEJ } } } + return_cores_OMA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision OMA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = OMA NOT = { is_core = THIS } } } allow = { war = no OMA = { war = no } } effect = { prestige = -5 relation = { who = OMA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = OMA } secede_province = OMA } } } + return_cores_PER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PER NOT = { is_core = THIS } } } allow = { war = no PER = { war = no } } effect = { prestige = -5 relation = { who = PER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PER } secede_province = PER } } } + return_cores_YEM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YEM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YEM NOT = { is_core = THIS } } } allow = { war = no YEM = { war = no } } effect = { prestige = -5 relation = { who = YEM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YEM } secede_province = YEM } } } + return_cores_HND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HND NOT = { is_core = THIS } } } allow = { war = no HND = { war = no } } effect = { prestige = -5 relation = { who = HND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HND } secede_province = HND } } } + return_cores_AWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AWA NOT = { is_core = THIS } } } allow = { war = no AWA = { war = no } } effect = { prestige = -5 relation = { who = AWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AWA } secede_province = AWA } } } + return_cores_BAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAS NOT = { is_core = THIS } } } allow = { war = no BAS = { war = no } } effect = { prestige = -5 relation = { who = BAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAS } secede_province = BAS } } } + return_cores_BER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BER NOT = { is_core = THIS } } } allow = { war = no BER = { war = no } } effect = { prestige = -5 relation = { who = BER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BER } secede_province = BER } } } + return_cores_BHO = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHO = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHO NOT = { is_core = THIS } } } allow = { war = no BHO = { war = no } } effect = { prestige = -5 relation = { who = BHO value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHO } secede_province = BHO } } } + return_cores_BIK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BIK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BIK NOT = { is_core = THIS } } } allow = { war = no BIK = { war = no } } effect = { prestige = -5 relation = { who = BIK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BIK } secede_province = BIK } } } + return_cores_BUN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUN NOT = { is_core = THIS } } } allow = { war = no BUN = { war = no } } effect = { prestige = -5 relation = { who = BUN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUN } secede_province = BUN } } } + return_cores_GWA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GWA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GWA NOT = { is_core = THIS } } } allow = { war = no GWA = { war = no } } effect = { prestige = -5 relation = { who = GWA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GWA } secede_province = GWA } } } + return_cores_HYD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HYD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HYD NOT = { is_core = THIS } } } allow = { war = no HYD = { war = no } } effect = { prestige = -5 relation = { who = HYD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HYD } secede_province = HYD } } } + return_cores_IND = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IND = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IND NOT = { is_core = THIS } } } allow = { war = no IND = { war = no } } effect = { prestige = -5 relation = { who = IND value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IND } secede_province = IND } } } + return_cores_JAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAI NOT = { is_core = THIS } } } allow = { war = no JAI = { war = no } } effect = { prestige = -5 relation = { who = JAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAI } secede_province = JAI } } } + return_cores_JAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAS NOT = { is_core = THIS } } } allow = { war = no JAS = { war = no } } effect = { prestige = -5 relation = { who = JAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAS } secede_province = JAS } } } + return_cores_JOD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOD NOT = { is_core = THIS } } } allow = { war = no JOD = { war = no } } effect = { prestige = -5 relation = { who = JOD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOD } secede_province = JOD } } } + return_cores_KAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAL NOT = { is_core = THIS } } } allow = { war = no KAL = { war = no } } effect = { prestige = -5 relation = { who = KAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAL } secede_province = KAL } } } + return_cores_KAS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KAS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KAS NOT = { is_core = THIS } } } allow = { war = no KAS = { war = no } } effect = { prestige = -5 relation = { who = KAS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KAS } secede_province = KAS } } } + return_cores_KUT = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUT = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUT NOT = { is_core = THIS } } } allow = { war = no KUT = { war = no } } effect = { prestige = -5 relation = { who = KUT value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUT } secede_province = KUT } } } + return_cores_LAD = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LAD = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LAD NOT = { is_core = THIS } } } allow = { war = no LAD = { war = no } } effect = { prestige = -5 relation = { who = LAD value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LAD } secede_province = LAD } } } + return_cores_MAK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MAK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MAK NOT = { is_core = THIS } } } allow = { war = no MAK = { war = no } } effect = { prestige = -5 relation = { who = MAK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MAK } secede_province = MAK } } } + return_cores_MEW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEW NOT = { is_core = THIS } } } allow = { war = no MEW = { war = no } } effect = { prestige = -5 relation = { who = MEW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEW } secede_province = MEW } } } + return_cores_MYS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MYS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MYS NOT = { is_core = THIS } } } allow = { war = no MYS = { war = no } } effect = { prestige = -5 relation = { who = MYS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MYS } secede_province = MYS } } } + return_cores_NAG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NAG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NAG NOT = { is_core = THIS } } } allow = { war = no NAG = { war = no } } effect = { prestige = -5 relation = { who = NAG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NAG } secede_province = NAG } } } + return_cores_NEP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEP NOT = { is_core = THIS } } } allow = { war = no NEP = { war = no } } effect = { prestige = -5 relation = { who = NEP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEP } secede_province = NEP } } } + return_cores_ORI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ORI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ORI NOT = { is_core = THIS } } } allow = { war = no ORI = { war = no } } effect = { prestige = -5 relation = { who = ORI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ORI } secede_province = ORI } } } + return_cores_PNJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNJ NOT = { is_core = THIS } } } allow = { war = no PNJ = { war = no } } effect = { prestige = -5 relation = { who = PNJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNJ } secede_province = PNJ } } } + return_cores_SHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SHI NOT = { is_core = THIS } } } allow = { war = no SHI = { war = no } } effect = { prestige = -5 relation = { who = SHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SHI } secede_province = SHI } } } + return_cores_SIK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIK NOT = { is_core = THIS } } } allow = { war = no SIK = { war = no } } effect = { prestige = -5 relation = { who = SIK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIK } secede_province = SIK } } } + return_cores_SIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIN NOT = { is_core = THIS } } } allow = { war = no SIN = { war = no } } effect = { prestige = -5 relation = { who = SIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIN } secede_province = SIN } } } + return_cores_TRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TRA NOT = { is_core = THIS } } } allow = { war = no TRA = { war = no } } effect = { prestige = -5 relation = { who = TRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TRA } secede_province = TRA } } } + return_cores_ATJ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ATJ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ATJ NOT = { is_core = THIS } } } allow = { war = no ATJ = { war = no } } effect = { prestige = -5 relation = { who = ATJ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ATJ } secede_province = ATJ } } } + return_cores_BAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAL NOT = { is_core = THIS } } } allow = { war = no BAL = { war = no } } effect = { prestige = -5 relation = { who = BAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAL } secede_province = BAL } } } + return_cores_BHU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BHU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BHU NOT = { is_core = THIS } } } allow = { war = no BHU = { war = no } } effect = { prestige = -5 relation = { who = BHU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BHU } secede_province = BHU } } } + return_cores_BRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRU NOT = { is_core = THIS } } } allow = { war = no BRU = { war = no } } effect = { prestige = -5 relation = { who = BRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRU } secede_province = BRU } } } + return_cores_BUR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BUR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BUR NOT = { is_core = THIS } } } allow = { war = no BUR = { war = no } } effect = { prestige = -5 relation = { who = BUR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BUR } secede_province = BUR } } } + return_cores_CAM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAM NOT = { is_core = THIS } } } allow = { war = no CAM = { war = no } } effect = { prestige = -5 relation = { who = CAM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAM } secede_province = CAM } } } + return_cores_CHI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHI NOT = { is_core = THIS } } } allow = { war = no CHI = { war = no } } effect = { prestige = -5 relation = { who = CHI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHI } secede_province = CHI } } } + return_cores_DAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DAI NOT = { is_core = THIS } } } allow = { war = no DAI = { war = no } } effect = { prestige = -5 relation = { who = DAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DAI } secede_province = DAI } } } + return_cores_JAV = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAV = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAV NOT = { is_core = THIS } } } allow = { war = no JAV = { war = no } } effect = { prestige = -5 relation = { who = JAV value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAV } secede_province = JAV } } } + return_cores_KOR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KOR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KOR NOT = { is_core = THIS } } } allow = { war = no KOR = { war = no } } effect = { prestige = -5 relation = { who = KOR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KOR } secede_province = KOR } } } + return_cores_LUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision LUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = LUA NOT = { is_core = THIS } } } allow = { war = no LUA = { war = no } } effect = { prestige = -5 relation = { who = LUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = LUA } secede_province = LUA } } } + return_cores_JOH = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JOH = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JOH NOT = { is_core = THIS } } } allow = { war = no JOH = { war = no } } effect = { prestige = -5 relation = { who = JOH value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JOH } secede_province = JOH } } } + return_cores_SIA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SIA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SIA NOT = { is_core = THIS } } } allow = { war = no SIA = { war = no } } effect = { prestige = -5 relation = { who = SIA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SIA } secede_province = SIA } } } + return_cores_TIB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TIB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TIB NOT = { is_core = THIS } } } allow = { war = no TIB = { war = no } } effect = { prestige = -5 relation = { who = TIB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TIB } secede_province = TIB } } } + return_cores_MGL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MGL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MGL NOT = { is_core = THIS } } } allow = { war = no MGL = { war = no } } effect = { prestige = -5 relation = { who = MGL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MGL } secede_province = MGL } } } + return_cores_WIA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision WIA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = WIA NOT = { is_core = THIS } } } allow = { war = no WIA = { war = no } } effect = { prestige = -5 relation = { who = WIA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = WIA } secede_province = WIA } } } + return_cores_PHL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PHL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PHL NOT = { is_core = THIS } } } allow = { war = no PHL = { war = no } } effect = { prestige = -5 relation = { who = PHL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PHL } secede_province = PHL } } } + return_cores_MCK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MCK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MCK NOT = { is_core = THIS } } } allow = { war = no MCK = { war = no } } effect = { prestige = -5 relation = { who = MCK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MCK } secede_province = MCK } } } + return_cores_GXI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GXI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GXI NOT = { is_core = THIS } } } allow = { war = no GXI = { war = no } } effect = { prestige = -5 relation = { who = GXI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GXI } secede_province = GXI } } } + return_cores_SXI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision SXI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = SXI NOT = { is_core = THIS } } } allow = { war = no SXI = { war = no } } effect = { prestige = -5 relation = { who = SXI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = SXI } secede_province = SXI } } } + return_cores_YNN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision YNN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = YNN NOT = { is_core = THIS } } } allow = { war = no YNN = { war = no } } effect = { prestige = -5 relation = { who = YNN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = YNN } secede_province = YNN } } } + return_cores_XBI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XBI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XBI NOT = { is_core = THIS } } } allow = { war = no XBI = { war = no } } effect = { prestige = -5 relation = { who = XBI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XBI } secede_province = XBI } } } + return_cores_XIN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision XIN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = XIN NOT = { is_core = THIS } } } allow = { war = no XIN = { war = no } } effect = { prestige = -5 relation = { who = XIN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = XIN } secede_province = XIN } } } + return_cores_CAL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAL NOT = { is_core = THIS } } } allow = { war = no CAL = { war = no } } effect = { prestige = -5 relation = { who = CAL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAL } secede_province = CAL } } } + return_cores_CAN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CAN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CAN NOT = { is_core = THIS } } } allow = { war = no CAN = { war = no } } effect = { prestige = -5 relation = { who = CAN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CAN } secede_province = CAN } } } + return_cores_CHE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHE NOT = { is_core = THIS } } } allow = { war = no CHE = { war = no } } effect = { prestige = -5 relation = { who = CHE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHE } secede_province = CHE } } } + return_cores_COL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COL NOT = { is_core = THIS } } } allow = { war = no COL = { war = no } } effect = { prestige = -5 relation = { who = COL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COL } secede_province = COL } } } + return_cores_COS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision COS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = COS NOT = { is_core = THIS } } } allow = { war = no COS = { war = no } } effect = { prestige = -5 relation = { who = COS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = COS } secede_province = COS } } } + return_cores_CSA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CSA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CSA NOT = { is_core = THIS } } } allow = { war = no CSA = { war = no } } effect = { prestige = -5 relation = { who = CSA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CSA } secede_province = CSA } } } + return_cores_CUB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CUB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CUB NOT = { is_core = THIS } } } allow = { war = no CUB = { war = no } } effect = { prestige = -5 relation = { who = CUB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CUB } secede_province = CUB } } } + return_cores_DES = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DES = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DES NOT = { is_core = THIS } } } allow = { war = no DES = { war = no } } effect = { prestige = -5 relation = { who = DES value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DES } secede_province = DES } } } + return_cores_DOM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision DOM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = DOM NOT = { is_core = THIS } } } allow = { war = no DOM = { war = no } } effect = { prestige = -5 relation = { who = DOM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = DOM } secede_province = DOM } } } + return_cores_ELS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ELS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ELS NOT = { is_core = THIS } } } allow = { war = no ELS = { war = no } } effect = { prestige = -5 relation = { who = ELS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ELS } secede_province = ELS } } } + return_cores_GUA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GUA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GUA NOT = { is_core = THIS } } } allow = { war = no GUA = { war = no } } effect = { prestige = -5 relation = { who = GUA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GUA } secede_province = GUA } } } + return_cores_HAI = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAI = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAI NOT = { is_core = THIS } } } allow = { war = no HAI = { war = no } } effect = { prestige = -5 relation = { who = HAI value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAI } secede_province = HAI } } } + return_cores_HAW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HAW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HAW NOT = { is_core = THIS } } } allow = { war = no HAW = { war = no } } effect = { prestige = -5 relation = { who = HAW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HAW } secede_province = HAW } } } + return_cores_MEX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MEX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MEX NOT = { is_core = THIS } } } allow = { war = no MEX = { war = no } } effect = { prestige = -5 relation = { who = MEX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MEX } secede_province = MEX } } } + return_cores_MTC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision MTC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = MTC NOT = { is_core = THIS } } } allow = { war = no MTC = { war = no } } effect = { prestige = -5 relation = { who = MTC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = MTC } secede_province = MTC } } } + return_cores_HON = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision HON = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = HON NOT = { is_core = THIS } } } allow = { war = no HON = { war = no } } effect = { prestige = -5 relation = { who = HON value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = HON } secede_province = HON } } } + return_cores_NEN = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEN = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEN NOT = { is_core = THIS } } } allow = { war = no NEN = { war = no } } effect = { prestige = -5 relation = { who = NEN value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEN } secede_province = NEN } } } + return_cores_NEW = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NEW = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NEW NOT = { is_core = THIS } } } allow = { war = no NEW = { war = no } } effect = { prestige = -5 relation = { who = NEW value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NEW } secede_province = NEW } } } + return_cores_NIC = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NIC = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NIC NOT = { is_core = THIS } } } allow = { war = no NIC = { war = no } } effect = { prestige = -5 relation = { who = NIC value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NIC } secede_province = NIC } } } + return_cores_PNM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PNM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PNM NOT = { is_core = THIS } } } allow = { war = no PNM = { war = no } } effect = { prestige = -5 relation = { who = PNM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PNM } secede_province = PNM } } } + return_cores_QUE = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision QUE = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = QUE NOT = { is_core = THIS } } } allow = { war = no QUE = { war = no } } effect = { prestige = -5 relation = { who = QUE value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = QUE } secede_province = QUE } } } + return_cores_TEX = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TEX = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TEX NOT = { is_core = THIS } } } allow = { war = no TEX = { war = no } } effect = { prestige = -5 relation = { who = TEX value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TEX } secede_province = TEX } } } + return_cores_UCA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision UCA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = UCA NOT = { is_core = THIS } } } allow = { war = no UCA = { war = no } } effect = { prestige = -5 relation = { who = UCA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = UCA } secede_province = UCA } } } + return_cores_ARG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ARG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ARG NOT = { is_core = THIS } } } allow = { war = no ARG = { war = no } } effect = { prestige = -5 relation = { who = ARG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ARG } secede_province = ARG } } } + return_cores_BOL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BOL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BOL NOT = { is_core = THIS } } } allow = { war = no BOL = { war = no } } effect = { prestige = -5 relation = { who = BOL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BOL } secede_province = BOL } } } + return_cores_BRZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BRZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BRZ NOT = { is_core = THIS } } } allow = { war = no BRZ = { war = no } } effect = { prestige = -5 relation = { who = BRZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BRZ } secede_province = BRZ } } } + return_cores_CHL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CHL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CHL NOT = { is_core = THIS } } } allow = { war = no CHL = { war = no } } effect = { prestige = -5 relation = { who = CHL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CHL } secede_province = CHL } } } + return_cores_CLM = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision CLM = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = CLM NOT = { is_core = THIS } } } allow = { war = no CLM = { war = no } } effect = { prestige = -5 relation = { who = CLM value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = CLM } secede_province = CLM } } } + return_cores_ECU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ECU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ECU NOT = { is_core = THIS } } } allow = { war = no ECU = { war = no } } effect = { prestige = -5 relation = { who = ECU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ECU } secede_province = ECU } } } + return_cores_PEU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PEU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PEU NOT = { is_core = THIS } } } allow = { war = no PEU = { war = no } } effect = { prestige = -5 relation = { who = PEU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PEU } secede_province = PEU } } } + return_cores_PRG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRG NOT = { is_core = THIS } } } allow = { war = no PRG = { war = no } } effect = { prestige = -5 relation = { who = PRG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRG } secede_province = PRG } } } + return_cores_URU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision URU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = URU NOT = { is_core = THIS } } } allow = { war = no URU = { war = no } } effect = { prestige = -5 relation = { who = URU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = URU } secede_province = URU } } } + return_cores_VNZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision VNZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = VNZ NOT = { is_core = THIS } } } allow = { war = no VNZ = { war = no } } effect = { prestige = -5 relation = { who = VNZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = VNZ } secede_province = VNZ } } } + return_cores_AST = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AST = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AST NOT = { is_core = THIS } } } allow = { war = no AST = { war = no } } effect = { prestige = -5 relation = { who = AST value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AST } secede_province = AST } } } + return_cores_NZL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision NZL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = NZL NOT = { is_core = THIS } } } allow = { war = no NZL = { war = no } } effect = { prestige = -5 relation = { who = NZL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = NZL } secede_province = NZL } } } + return_cores_ENG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ENG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ENG NOT = { is_core = THIS } } } allow = { war = no ENG = { war = no } } effect = { prestige = -5 relation = { who = ENG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ENG } secede_province = ENG } } } + return_cores_RUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision RUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = RUS NOT = { is_core = THIS } } } allow = { war = no RUS = { war = no } } effect = { prestige = -5 relation = { who = RUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = RUS } secede_province = RUS } } } + return_cores_FRA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision FRA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = FRA NOT = { is_core = THIS } } } allow = { war = no FRA = { war = no } } effect = { prestige = -5 relation = { who = FRA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = FRA } secede_province = FRA } } } + return_cores_PRU = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision PRU = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = PRU NOT = { is_core = THIS } } } allow = { war = no PRU = { war = no } } effect = { prestige = -5 relation = { who = PRU value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = PRU } secede_province = PRU } } } + return_cores_GER = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision GER = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = GER NOT = { is_core = THIS } } } allow = { war = no GER = { war = no } } effect = { prestige = -5 relation = { who = GER value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = GER } secede_province = GER } } } + return_cores_AUS = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision AUS = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = AUS NOT = { is_core = THIS } } } allow = { war = no AUS = { war = no } } effect = { prestige = -5 relation = { who = AUS value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = AUS } secede_province = AUS } } } + return_cores_USA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision USA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = USA NOT = { is_core = THIS } } } allow = { war = no USA = { war = no } } effect = { prestige = -5 relation = { who = USA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = USA } secede_province = USA } } } + return_cores_JAP = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision JAP = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = JAP NOT = { is_core = THIS } } } allow = { war = no JAP = { war = no } } effect = { prestige = -5 relation = { who = JAP value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = JAP } secede_province = JAP } } } + return_cores_ITA = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ITA = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ITA NOT = { is_core = THIS } } } allow = { war = no ITA = { war = no } } effect = { prestige = -5 relation = { who = ITA value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ITA } secede_province = ITA } } } + return_cores_KUK = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision KUK = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = KUK NOT = { is_core = THIS } } } allow = { war = no KUK = { war = no } } effect = { prestige = -5 relation = { who = KUK value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = KUK } secede_province = KUK } } } + return_cores_ISR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ISR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ISR NOT = { is_core = THIS } } } allow = { war = no ISR = { war = no } } effect = { prestige = -5 relation = { who = ISR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ISR } secede_province = ISR } } } + return_cores_ICL = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision ICL = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = ICL NOT = { is_core = THIS } } } allow = { war = no ICL = { war = no } } effect = { prestige = -5 relation = { who = ICL value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = ICL } secede_province = ICL } } } + return_cores_IBR = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision IBR = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = IBR NOT = { is_core = THIS } } } allow = { war = no IBR = { war = no } } effect = { prestige = -5 relation = { who = IBR value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = IBR } secede_province = IBR } } } + return_cores_BYZ = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BYZ = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BYZ NOT = { is_core = THIS } } } allow = { war = no BYZ = { war = no } } effect = { prestige = -5 relation = { who = BYZ value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BYZ } secede_province = BYZ } } } + return_cores_BAB = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision BAB = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = BAB NOT = { is_core = THIS } } } allow = { war = no BAB = { war = no } } effect = { prestige = -5 relation = { who = BAB value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = BAB } secede_province = BAB } } } + return_cores_TPG = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision TPG = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = TPG NOT = { is_core = THIS } } } allow = { war = no TPG = { war = no } } effect = { prestige = -5 relation = { who = TPG value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = TPG } secede_province = TPG } } } + return_cores_D01 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D01 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D01 NOT = { is_core = THIS } } } allow = { war = no D01 = { war = no } } effect = { prestige = -5 relation = { who = D01 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D01 } secede_province = D01 } } } + return_cores_D02 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D02 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D02 NOT = { is_core = THIS } } } allow = { war = no D02 = { war = no } } effect = { prestige = -5 relation = { who = D02 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D02 } secede_province = D02 } } } + return_cores_D03 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D03 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D03 NOT = { is_core = THIS } } } allow = { war = no D03 = { war = no } } effect = { prestige = -5 relation = { who = D03 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D03 } secede_province = D03 } } } + return_cores_D04 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D04 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D04 NOT = { is_core = THIS } } } allow = { war = no D04 = { war = no } } effect = { prestige = -5 relation = { who = D04 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D04 } secede_province = D04 } } } + return_cores_D05 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D05 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D05 NOT = { is_core = THIS } } } allow = { war = no D05 = { war = no } } effect = { prestige = -5 relation = { who = D05 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D05 } secede_province = D05 } } } + return_cores_D06 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D06 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D06 NOT = { is_core = THIS } } } allow = { war = no D06 = { war = no } } effect = { prestige = -5 relation = { who = D06 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D06 } secede_province = D06 } } } + return_cores_D07 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D07 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D07 NOT = { is_core = THIS } } } allow = { war = no D07 = { war = no } } effect = { prestige = -5 relation = { who = D07 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D07 } secede_province = D07 } } } + return_cores_D08 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D08 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D08 NOT = { is_core = THIS } } } allow = { war = no D08 = { war = no } } effect = { prestige = -5 relation = { who = D08 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D08 } secede_province = D08 } } } + return_cores_D09 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D09 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D09 NOT = { is_core = THIS } } } allow = { war = no D09 = { war = no } } effect = { prestige = -5 relation = { who = D09 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D09 } secede_province = D09 } } } + return_cores_D10 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D10 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D10 NOT = { is_core = THIS } } } allow = { war = no D10 = { war = no } } effect = { prestige = -5 relation = { who = D10 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D10 } secede_province = D10 } } } + return_cores_D11 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D11 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D11 NOT = { is_core = THIS } } } allow = { war = no D11 = { war = no } } effect = { prestige = -5 relation = { who = D11 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D11 } secede_province = D11 } } } + return_cores_D12 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D12 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D12 NOT = { is_core = THIS } } } allow = { war = no D12 = { war = no } } effect = { prestige = -5 relation = { who = D12 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D12 } secede_province = D12 } } } + return_cores_D13 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D13 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D13 NOT = { is_core = THIS } } } allow = { war = no D13 = { war = no } } effect = { prestige = -5 relation = { who = D13 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D13 } secede_province = D13 } } } + return_cores_D14 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D14 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D14 NOT = { is_core = THIS } } } allow = { war = no D14 = { war = no } } effect = { prestige = -5 relation = { who = D14 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D14 } secede_province = D14 } } } + return_cores_D15 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D15 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D15 NOT = { is_core = THIS } } } allow = { war = no D15 = { war = no } } effect = { prestige = -5 relation = { who = D15 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D15 } secede_province = D15 } } } + return_cores_D16 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D16 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D16 NOT = { is_core = THIS } } } allow = { war = no D16 = { war = no } } effect = { prestige = -5 relation = { who = D16 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D16 } secede_province = D16 } } } + return_cores_D17 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D17 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D17 NOT = { is_core = THIS } } } allow = { war = no D17 = { war = no } } effect = { prestige = -5 relation = { who = D17 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D17 } secede_province = D17 } } } + return_cores_D18 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D18 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D18 NOT = { is_core = THIS } } } allow = { war = no D18 = { war = no } } effect = { prestige = -5 relation = { who = D18 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D18 } secede_province = D18 } } } + return_cores_D19 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D19 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D19 NOT = { is_core = THIS } } } allow = { war = no D19 = { war = no } } effect = { prestige = -5 relation = { who = D19 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D19 } secede_province = D19 } } } + return_cores_D20 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D20 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D20 NOT = { is_core = THIS } } } allow = { war = no D20 = { war = no } } effect = { prestige = -5 relation = { who = D20 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D20 } secede_province = D20 } } } + return_cores_D21 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D21 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D21 NOT = { is_core = THIS } } } allow = { war = no D21 = { war = no } } effect = { prestige = -5 relation = { who = D21 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D21 } secede_province = D21 } } } + return_cores_D22 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D22 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D22 NOT = { is_core = THIS } } } allow = { war = no D22 = { war = no } } effect = { prestige = -5 relation = { who = D22 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D22 } secede_province = D22 } } } + return_cores_D23 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D23 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D23 NOT = { is_core = THIS } } } allow = { war = no D23 = { war = no } } effect = { prestige = -5 relation = { who = D23 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D23 } secede_province = D23 } } } + return_cores_D24 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D24 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D24 NOT = { is_core = THIS } } } allow = { war = no D24 = { war = no } } effect = { prestige = -5 relation = { who = D24 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D24 } secede_province = D24 } } } + return_cores_D25 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D25 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D25 NOT = { is_core = THIS } } } allow = { war = no D25 = { war = no } } effect = { prestige = -5 relation = { who = D25 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D25 } secede_province = D25 } } } + return_cores_D26 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D26 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D26 NOT = { is_core = THIS } } } allow = { war = no D26 = { war = no } } effect = { prestige = -5 relation = { who = D26 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D26 } secede_province = D26 } } } + return_cores_D27 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D27 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D27 NOT = { is_core = THIS } } } allow = { war = no D27 = { war = no } } effect = { prestige = -5 relation = { who = D27 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D27 } secede_province = D27 } } } + return_cores_D28 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D28 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D28 NOT = { is_core = THIS } } } allow = { war = no D28 = { war = no } } effect = { prestige = -5 relation = { who = D28 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D28 } secede_province = D28 } } } + return_cores_D29 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D29 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D29 NOT = { is_core = THIS } } } allow = { war = no D29 = { war = no } } effect = { prestige = -5 relation = { who = D29 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D29 } secede_province = D29 } } } + return_cores_D30 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D30 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D30 NOT = { is_core = THIS } } } allow = { war = no D30 = { war = no } } effect = { prestige = -5 relation = { who = D30 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D30 } secede_province = D30 } } } + return_cores_D31 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D31 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D31 NOT = { is_core = THIS } } } allow = { war = no D31 = { war = no } } effect = { prestige = -5 relation = { who = D31 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D31 } secede_province = D31 } } } + return_cores_D32 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D32 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D32 NOT = { is_core = THIS } } } allow = { war = no D32 = { war = no } } effect = { prestige = -5 relation = { who = D32 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D32 } secede_province = D32 } } } + return_cores_D33 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D33 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D33 NOT = { is_core = THIS } } } allow = { war = no D33 = { war = no } } effect = { prestige = -5 relation = { who = D33 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D33 } secede_province = D33 } } } + return_cores_D34 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D34 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D34 NOT = { is_core = THIS } } } allow = { war = no D34 = { war = no } } effect = { prestige = -5 relation = { who = D34 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D34 } secede_province = D34 } } } + return_cores_D35 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D35 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D35 NOT = { is_core = THIS } } } allow = { war = no D35 = { war = no } } effect = { prestige = -5 relation = { who = D35 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D35 } secede_province = D35 } } } + return_cores_D36 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D36 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D36 NOT = { is_core = THIS } } } allow = { war = no D36 = { war = no } } effect = { prestige = -5 relation = { who = D36 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D36 } secede_province = D36 } } } + return_cores_D37 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D37 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D37 NOT = { is_core = THIS } } } allow = { war = no D37 = { war = no } } effect = { prestige = -5 relation = { who = D37 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D37 } secede_province = D37 } } } + return_cores_D38 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D38 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D38 NOT = { is_core = THIS } } } allow = { war = no D38 = { war = no } } effect = { prestige = -5 relation = { who = D38 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D38 } secede_province = D38 } } } + return_cores_D39 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D39 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D39 NOT = { is_core = THIS } } } allow = { war = no D39 = { war = no } } effect = { prestige = -5 relation = { who = D39 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D39 } secede_province = D39 } } } + return_cores_D40 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D40 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D40 NOT = { is_core = THIS } } } allow = { war = no D40 = { war = no } } effect = { prestige = -5 relation = { who = D40 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D40 } secede_province = D40 } } } + return_cores_D41 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D41 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D41 NOT = { is_core = THIS } } } allow = { war = no D41 = { war = no } } effect = { prestige = -5 relation = { who = D41 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D41 } secede_province = D41 } } } + return_cores_D42 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D42 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D42 NOT = { is_core = THIS } } } allow = { war = no D42 = { war = no } } effect = { prestige = -5 relation = { who = D42 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D42 } secede_province = D42 } } } + return_cores_D43 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D43 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D43 NOT = { is_core = THIS } } } allow = { war = no D43 = { war = no } } effect = { prestige = -5 relation = { who = D43 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D43 } secede_province = D43 } } } + return_cores_D44 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D44 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D44 NOT = { is_core = THIS } } } allow = { war = no D44 = { war = no } } effect = { prestige = -5 relation = { who = D44 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D44 } secede_province = D44 } } } + return_cores_D45 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D45 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D45 NOT = { is_core = THIS } } } allow = { war = no D45 = { war = no } } effect = { prestige = -5 relation = { who = D45 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D45 } secede_province = D45 } } } + return_cores_D46 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D46 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D46 NOT = { is_core = THIS } } } allow = { war = no D46 = { war = no } } effect = { prestige = -5 relation = { who = D46 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D46 } secede_province = D46 } } } + return_cores_D47 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D47 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D47 NOT = { is_core = THIS } } } allow = { war = no D47 = { war = no } } effect = { prestige = -5 relation = { who = D47 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D47 } secede_province = D47 } } } + return_cores_D48 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D48 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D48 NOT = { is_core = THIS } } } allow = { war = no D48 = { war = no } } effect = { prestige = -5 relation = { who = D48 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D48 } secede_province = D48 } } } + return_cores_D49 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D49 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D49 NOT = { is_core = THIS } } } allow = { war = no D49 = { war = no } } effect = { prestige = -5 relation = { who = D49 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D49 } secede_province = D49 } } } + return_cores_D50 = { picture = return_cores_img alert = no potential = { ai = no has_country_flag = return_cores_decision D50 = { NOT = { substate_of = THIS } OR = { in_sphere = THIS vassal_of = THIS } } any_owned_province = { is_core = D50 NOT = { is_core = THIS } } } allow = { war = no D50 = { war = no } } effect = { prestige = -5 relation = { who = D50 value = 50 } any_owned = { limit = { NOT = { is_core = THIS } is_core = D50 } secede_province = D50 } } } } diff --git a/HPM/decisions/SAF.txt b/HPM/decisions/SAF.txt index 3369f58c..21f3b0be 100644 --- a/HPM/decisions/SAF.txt +++ b/HPM/decisions/SAF.txt @@ -1,108 +1,107 @@ political_decisions = { - adopt_die_stem = { - picture = adopt_die_stem - potential = { - tag = SAF - NOT = { - has_country_flag = has_die_stem - } - } - - allow = { - mass_culture_n_the_avant_garde = 1 - } - - effect = { - prestige = 5 - set_country_flag = has_die_stem - } - } - - - create_south_africa = { - picture = form_south_africa - alert = no - potential = { - any_owned_province = { is_core = SAF } - SAF = { exists = no } - NOT = { has_global_flag = south_africa_formed } - NOT = { capital_scope = { continent = africa } } - civilized = yes - revolution_n_counterrevolution = 1 - } - - allow = { - war = no - SAF = { all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - } - } - - effect = { - set_global_flag = south_africa_formed - prestige = 20 - any_country = { - limit = { - ai = yes - exists = yes - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - any_owned = { limit = { is_core = SAF } - secede_province = THIS - } - } - SAF = { set_country_flag = post_colonial_country neutrality = yes } - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } - random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } - random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } - random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } - random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } - random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } - random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } - random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } - random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } - random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } - random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } - random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } - random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } - random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } - random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } - random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } - random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } - random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } - random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } - random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } - release_vassal = SAF - create_alliance = SAF - diplomatic_influence = { - who = SAF - value = 400 - } - } - - ai_will_do = { - factor = 0 - #modifier = { - # factor = 100 - # year = 1910 - # NOT = { exists = TRN } - # NOT = { exists = ORA } - # NOT = { exists = NAL } - #} - } - } -} + adopt_die_stem = { + picture = adopt_die_stem + potential = { + tag = SAF + NOT = { + has_country_flag = has_die_stem + } + } + + allow = { + mass_culture_n_the_avant_garde = 1 + } + + effect = { + prestige = 5 + set_country_flag = has_die_stem + } + } + + create_south_africa = { + picture = form_south_africa + alert = no + potential = { + any_owned_province = { is_core = SAF } + SAF = { exists = no } + NOT = { has_global_flag = south_africa_formed } + NOT = { capital_scope = { continent = africa } } + civilized = yes + revolution_n_counterrevolution = 1 + } + + allow = { + war = no + SAF = { all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + } + } + + effect = { + set_global_flag = south_africa_formed + prestige = 20 + any_country = { + limit = { + ai = yes + exists = yes + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + any_owned = { limit = { is_core = SAF } + secede_province = THIS + } + } + SAF = { set_country_flag = post_colonial_country neutrality = yes } + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } + random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } + random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } + random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } + random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } + random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } + random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } + random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } + random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } + random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } + random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } + random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } + random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } + random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } + random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } + random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } + random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } + random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } + random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } + random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } + release_vassal = SAF + create_alliance = SAF + diplomatic_influence = { + who = SAF + value = 400 + } + } + + ai_will_do = { + factor = 0 + #modifier = { + # factor = 100 + # year = 1910 + # NOT = { exists = TRN } + # NOT = { exists = ORA } + # NOT = { exists = NAL } + #} + } + } +} diff --git a/HPM/decisions/SCA.txt b/HPM/decisions/SCA.txt index a067fccc..260f239c 100644 --- a/HPM/decisions/SCA.txt +++ b/HPM/decisions/SCA.txt @@ -1,700 +1,700 @@ political_decisions = { - - embrace_nordism = { - picture = form_scandinavia - potential = { - tag = SCA - OR = { - AND = { - NOT = { accepted_culture = finnish } - any_owned_province = { any_pop = { has_pop_culture = finnish } } - } - AND = { - NOT = { accepted_culture = icelandic } - any_owned_province = { any_pop = { has_pop_culture = icelandic } } - } - } - } - - allow = { - phenomenalism = 1 - prestige = 100 - upper_house_composition = population_equal_weight - public_meetings = yes_meeting - press_rights = free_press - plurality = 50 - NOT = { - citizens_rights = primary_culture_only - citizenship_policy = residency - } - OR = { - government = democracy - government = hms_government - } - } - - effect = { - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - consciousness = 1 - } - - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - random_owned = { - limit = { owner = { NOT = { has_country_flag = nordism_embraced } } } - owner = { set_country_flag = nordism_embraced } - } - - prestige_factor = -0.1 - - random_owned = { - limit = { - any_pop = { has_pop_culture = finnish } - owner = { NOT = { accepted_culture = finnish } } - } - owner = { - add_accepted_culture = finnish - any_pop = { - limit = { has_pop_culture = finnish } - militancy = -1 - consciousness = -3 - } - } - } - - random_owned = { - limit = { - is_core = FIN - } - owner = { - FIN = { all_core = { add_core = SCA } } - } - } - - - random_owned = { - limit = { - any_pop = { has_pop_culture = icelandic } - owner = { NOT = { accepted_culture = icelandic } } - } - owner = { - add_accepted_culture = icelandic - DEN_251 = { add_core = SCA } - any_pop = { - limit = { has_pop_culture = icelandic } - militancy = -1 - consciousness = -3 - } - any_country = { - limit = { - primary_culture = icelandic - pop_majority_culture = icelandic - ai = yes - OR = { - vassal_of = THIS - in_sphere = THIS - } - } - annex_to = SCA - } - } - } - } - - ai_will_do = { factor = 1 } - } - - move_capital_to_gothenburg = { - picture = declare_republic_of_neuchatel - alert = no - potential = { - tag = SCA - owns = 329 # Gothenburg - NOT = { capital = 329 } - capital = 322 - } - - allow = { - NOT = { capital = 329 } - } - - effect = { - capital = 329 - prestige = 5 - } - - ai_will_do = { - factor = 1 - } - } - - form_scandinavia = { - news = yes - news_desc_long = "form_scandinavia_NEWS_LONG" - news_desc_medium = "form_scandinavia_NEWS_MEDIUM" - news_desc_short = "form_scandinavia_NEWS_SHORT" - potential = { - NOT = { exists = SCA } - has_country_modifier = leader_of_kalmar - has_global_flag = scandinavian_political_union - NOT = { has_country_flag = post_colonial_country } - capital_scope = { continent = europe } - OR = { - AND = { - NOT = { tag = SWE } - SWE = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = NOR } - NOR = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = DEN } - DEN = { has_country_modifier = kalmar_union } - } - } - } - - allow = { - prestige = 300 - is_greater_power = yes - war = no - SCA = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - OR = { - is_vassal = no - vassal_of = THIS - AND = { - is_vassal = yes - overlord = { - is_culture_group = scandinavian - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - } - } - } - } - } - - effect = { - prestige = 20 - all_core = { - add_core = SCA - remove_core = THIS - } - change_tag = SCA - remove_country_modifier = kalmar_union - remove_country_modifier = leader_of_kalmar - remove_country_modifier = customs_union - random_owned = { - limit = { owner = { accepted_culture = finnish } } - owner = { - remove_accepted_culture = finnish - any_owned = { - limit = { pop_majority_culture = finnish } - remove_core = THIS - add_province_modifier = { name = nationalist_agitation duration = 1825 } - } - } - } - - random_owned = { - limit = { - owner = { - SWE = { NOT = { has_country_flag = Conceded_Finland } } - } - } - owner = { - FIN = { - remove_accepted_culture = swedish - all_core = { - limit = { NOT = { province_id = 348 } } - remove_core = SCA - remove_core = SWE - } - } - } - } - - random_owned = { - limit = { - owner = { accepted_culture = icelandic } - } - owner = { - remove_accepted_culture = icelandic - any_owned = { - limit = { pop_majority_culture = icelandic } - remove_core = THIS - add_province_modifier = { name = nationalist_agitation duration = 1825 } - } - } - } - - any_country = { - limit = { - exists = yes - is_greater_power = no - has_country_modifier = kalmar_union - OR = { - is_vassal = no - vassal_of = THIS - AND = { - is_vassal = yes - NOT = { - primary_culture = finnish - primary_culture = icelandic - } - OR = { - is_culture_group = scandinavian - tag = SCH - tag = SWH - } - overlord = { is_culture_group = scandinavian } - } - } - } - country_event = 11101 - } - } - - ai_will_do = { factor = 1 } - } - - reform_kalmar = { - potential = { - is_culture_group = scandinavian - capital_scope = { continent = europe } - NOT = { exists = SCA } - NOT = { primary_culture = finnish } - NOT = { primary_culture = icelandic } - NOT = { has_global_flag = kalmar_reformed } - NOT = { has_country_flag = greater_finland } - NOT = { has_country_flag = post_colonial_country } - } - - allow = { - prestige = 50 - is_greater_power = yes - war = no - SWE = { - OR = { - tag = THIS - exists = no - relation = { who = THIS value = 100 } - in_sphere = THIS - } - } - NOR = { - OR = { - tag = THIS - exists = no - relation = { who = THIS value = 100 } - in_sphere = THIS - } - } - DEN = { - OR = { - tag = THIS - exists = no - relation = { who = THIS value = 100 } - in_sphere = THIS - } - } - } - - effect = { - any_country = { - limit = { - exists = yes - is_culture_group = scandinavian - NOT = { - primary_culture = finnish - primary_culture = icelandic - } - NOT = { tag = THIS } - NOT = { has_country_flag = post_colonial_country } - capital_scope = { continent = europe } - OR = { - is_vassal = no - AND = { - vassal_of = THIS - is_culture_group = scandinavian - NOT = { - primary_culture = finnish - primary_culture = icelandic - } - } - } - } - country_event = 49501 - } - add_country_modifier = { - name = leader_of_kalmar - duration = -1 - } - set_global_flag = kalmar_reformed - } - - ai_will_do = { - factor = 1 - } - } - - SCA_customs_union = { - picture = SCA_customs_union - potential = { - NOT = { exists = SCA } - has_global_flag = kalmar_reformed - capital_scope = { continent = europe } - has_country_modifier = leader_of_kalmar - not = { has_global_flag = scandinavian_customs_union } - OR = { - AND = { - NOT = { tag = SWE } - SWE = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = NOR } - NOR = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = DEN } - DEN = { has_country_modifier = kalmar_union } - } - } - } - - allow = { - prestige = 100 - central_bank_money_bill_printing = 1 - is_greater_power = yes - war = no - OR = { - tag = SWE - SWE = { has_country_modifier = kalmar_union } - } - OR = { - tag = DEN - DEN = { has_country_modifier = kalmar_union } - } - OR = { - tag = NOR - NOR = { has_country_modifier = kalmar_union } - } - } - - effect = { - any_country = { - limit = { - exists = yes - has_country_modifier = kalmar_union - } - country_event = 49503 - } - add_country_modifier = { - name = customs_union - duration = -1 - } - set_global_flag = scandinavian_customs_union - } - - ai_will_do = { - factor = 1 - } - } - - SCA_political_union = { - picture = SCA_political_union - potential = { - NOT = { exists = SCA } - has_global_flag = scandinavian_customs_union - capital_scope = { continent = europe } - has_country_modifier = leader_of_kalmar - NOT = { has_global_flag = scandinavian_political_union } - OR = { - AND = { - NOT = { tag = SWE } - SWE = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = NOR } - NOR = { has_country_modifier = kalmar_union } - } - AND = { - NOT = { tag = DEN } - DEN = { has_country_modifier = kalmar_union } - } - } - } - - allow = { - prestige = 200 - nationalism_n_imperialism = 1 - is_greater_power = yes - war = no - OR = { - tag = SWE - SWE = { has_country_modifier = kalmar_union } - } - OR = { - tag = DEN - DEN = { has_country_modifier = kalmar_union } - } - OR = { - tag = NOR - NOR = { has_country_modifier = kalmar_union } - } - } - - effect = { - set_global_flag = scandinavian_call_to_union - random_owned = { - limit = { - owner = { - NOT = { - primary_culture = swedish - accepted_culture = swedish - } - } - } - owner = { add_accepted_culture = swedish } - } - - random_owned = { - limit = { - owner = { - NOT = { - primary_culture = danish - accepted_culture = danish - } - } - } - owner = { add_accepted_culture = danish } - } - - random_owned = { - limit = { - owner = { - NOT = { - primary_culture = norwegian - accepted_culture = norwegian - } - } - } - owner = { add_accepted_culture = norwegian } - } - any_country = { - limit = { - exists = yes - OR = { - has_country_modifier = kalmar_union - overlord = { has_country_modifier = kalmar_union } - } - } - country_event = 49504 - } - SWE = { - all_core = { - limit = { - OR = { - NOT = { is_core = FIN } - province_id = 348 - } - } - add_core = SCA - } - } - NOR = { - all_core = { - limit = { - NOT = { region = DEN_251 } - } - add_core = SCA - } - } - DEN = { - all_core = { - limit = { - NOT = { region = DEN_251 } - } - add_core = SCA - } - } - set_global_flag = scandinavian_political_union - } - - ai_will_do = { - factor = 1 - } - } - - usurp_kalmar = { - picture = reform_kalmar - potential = { - has_country_modifier = kalmar_union - capital_scope = { continent = europe } - NOT = { exists = SCA } - OR = { - DEN = { - has_country_modifier = leader_of_kalmar - is_greater_power = no - } - NOR = { - has_country_modifier = leader_of_kalmar - is_greater_power = no - } - SWE = { - has_country_modifier = leader_of_kalmar - is_greater_power = no - } - } - } - - allow = { - is_greater_power = yes - war = no - } - - effect = { - random_country = { - limit = { has_country_modifier = leader_of_kalmar } - country_event = 49509 - } - remove_country_modifier = kalmar_union - add_country_modifier = { - name = leader_of_kalmar - duration = -1 - } - } - - ai_will_do = { - factor = 1 - } - } - - join_kalmar_union = { - picture = reform_kalmar - potential = { - is_culture_group = scandinavian - is_greater_power = no - NOT = { - has_country_modifier = kalmar_union - has_country_flag = post_colonial_country - primary_culture = finnish - primary_culture = icelandic - } - capital_scope = { continent = europe } - any_greater_power = { - has_country_modifier = leader_of_kalmar - } - NOT = { exists = SCA } - } - - allow = { - war = no - OR = { - is_vassal = no - overlord = { has_country_modifier = leader_of_kalmar } - } - any_greater_power = { - has_country_modifier = leader_of_kalmar - NOT = { truce_with = THIS } - OR = { - is_sphere_leader_of = THIS - is_our_vassal = THIS - } - } - } - - effect = { - clr_country_flag = refused_kalmar_union - add_country_modifier = { - name = kalmar_union - duration = -1 - } - random_owned = { - limit = { - owner = { has_global_flag = scandinavian_customs_union } - } - owner = { - add_country_modifier = { - name = customs_union - duration = -1 - } - } - } - random_owned = { - limit = { - owner = { has_global_flag = scandinavian_call_to_union } - } - owner = { - any_owned = { - limit = { - is_colonial = no - is_core = THIS - } - add_core = SCA - } - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { has_country_modifier = leader_of_kalmar } - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { has_country_modifier = leader_of_kalmar } - relation = { who = THIS value = 100 } - diplomatic_influence = { who = THIS value = 100 } - } - } - } - - - name_oslo = { - picture = declare_republic_of_neuchatel - potential = { - is_culture_group = scandinavian - owns = 313 - NOT = { has_global_flag = oslo_is_back } - } - - allow = { - war = no - is_vassal = no - OR = { - mass_politics = 1 - year = 1925 - } - } - - effect = { - set_global_flag = oslo_is_back - prestige = 2 - 313 = { change_province_name = "Oslo" } - } - } -} \ No newline at end of file + + embrace_nordism = { + picture = form_scandinavia + potential = { + tag = SCA + OR = { + AND = { + NOT = { accepted_culture = finnish } + any_owned_province = { any_pop = { has_pop_culture = finnish } } + } + AND = { + NOT = { accepted_culture = icelandic } + any_owned_province = { any_pop = { has_pop_culture = icelandic } } + } + } + } + + allow = { + phenomenalism = 1 + prestige = 100 + upper_house_composition = population_equal_weight + public_meetings = yes_meeting + press_rights = free_press + plurality = 50 + NOT = { + citizens_rights = primary_culture_only + citizenship_policy = residency + } + OR = { + government = democracy + government = hms_government + } + } + + effect = { + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + consciousness = 1 + } + + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + random_owned = { + limit = { owner = { NOT = { has_country_flag = nordism_embraced } } } + owner = { set_country_flag = nordism_embraced } + } + + prestige_factor = -0.1 + + random_owned = { + limit = { + any_pop = { has_pop_culture = finnish } + owner = { NOT = { accepted_culture = finnish } } + } + owner = { + add_accepted_culture = finnish + any_pop = { + limit = { has_pop_culture = finnish } + militancy = -1 + consciousness = -3 + } + } + } + + random_owned = { + limit = { + is_core = FIN + } + owner = { + FIN = { all_core = { add_core = SCA } } + } + } + + + random_owned = { + limit = { + any_pop = { has_pop_culture = icelandic } + owner = { NOT = { accepted_culture = icelandic } } + } + owner = { + add_accepted_culture = icelandic + DEN_251 = { add_core = SCA } + any_pop = { + limit = { has_pop_culture = icelandic } + militancy = -1 + consciousness = -3 + } + any_country = { + limit = { + primary_culture = icelandic + pop_majority_culture = icelandic + ai = yes + OR = { + vassal_of = THIS + in_sphere = THIS + } + } + annex_to = SCA + } + } + } + } + + ai_will_do = { factor = 1 } + } + + move_capital_to_gothenburg = { + picture = declare_republic_of_neuchatel + alert = no + potential = { + tag = SCA + owns = 329 # Gothenburg + NOT = { capital = 329 } + capital = 322 + } + + allow = { + NOT = { capital = 329 } + } + + effect = { + capital = 329 + prestige = 5 + } + + ai_will_do = { + factor = 1 + } + } + + form_scandinavia = { + news = yes + news_desc_long = "form_scandinavia_NEWS_LONG" + news_desc_medium = "form_scandinavia_NEWS_MEDIUM" + news_desc_short = "form_scandinavia_NEWS_SHORT" + potential = { + NOT = { exists = SCA } + has_country_modifier = leader_of_kalmar + has_global_flag = scandinavian_political_union + NOT = { has_country_flag = post_colonial_country } + capital_scope = { continent = europe } + OR = { + AND = { + NOT = { tag = SWE } + SWE = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = NOR } + NOR = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = DEN } + DEN = { has_country_modifier = kalmar_union } + } + } + } + + allow = { + prestige = 300 + is_greater_power = yes + war = no + SCA = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + OR = { + is_vassal = no + vassal_of = THIS + AND = { + is_vassal = yes + overlord = { + is_culture_group = scandinavian + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + } + } + } + } + } + + effect = { + prestige = 20 + all_core = { + add_core = SCA + remove_core = THIS + } + change_tag = SCA + remove_country_modifier = kalmar_union + remove_country_modifier = leader_of_kalmar + remove_country_modifier = customs_union + random_owned = { + limit = { owner = { accepted_culture = finnish } } + owner = { + remove_accepted_culture = finnish + any_owned = { + limit = { pop_majority_culture = finnish } + remove_core = THIS + add_province_modifier = { name = nationalist_agitation duration = 1825 } + } + } + } + + random_owned = { + limit = { + owner = { + SWE = { NOT = { has_country_flag = Conceded_Finland } } + } + } + owner = { + FIN = { + remove_accepted_culture = swedish + all_core = { + limit = { NOT = { province_id = 348 } } + remove_core = SCA + remove_core = SWE + } + } + } + } + + random_owned = { + limit = { + owner = { accepted_culture = icelandic } + } + owner = { + remove_accepted_culture = icelandic + any_owned = { + limit = { pop_majority_culture = icelandic } + remove_core = THIS + add_province_modifier = { name = nationalist_agitation duration = 1825 } + } + } + } + + any_country = { + limit = { + exists = yes + is_greater_power = no + has_country_modifier = kalmar_union + OR = { + is_vassal = no + vassal_of = THIS + AND = { + is_vassal = yes + NOT = { + primary_culture = finnish + primary_culture = icelandic + } + OR = { + is_culture_group = scandinavian + tag = SCH + tag = SWH + } + overlord = { is_culture_group = scandinavian } + } + } + } + country_event = 11101 + } + } + + ai_will_do = { factor = 1 } + } + + reform_kalmar = { + potential = { + is_culture_group = scandinavian + capital_scope = { continent = europe } + NOT = { exists = SCA } + NOT = { primary_culture = finnish } + NOT = { primary_culture = icelandic } + NOT = { has_global_flag = kalmar_reformed } + NOT = { has_country_flag = greater_finland } + NOT = { has_country_flag = post_colonial_country } + } + + allow = { + prestige = 50 + is_greater_power = yes + war = no + SWE = { + OR = { + tag = THIS + exists = no + relation = { who = THIS value = 100 } + in_sphere = THIS + } + } + NOR = { + OR = { + tag = THIS + exists = no + relation = { who = THIS value = 100 } + in_sphere = THIS + } + } + DEN = { + OR = { + tag = THIS + exists = no + relation = { who = THIS value = 100 } + in_sphere = THIS + } + } + } + + effect = { + any_country = { + limit = { + exists = yes + is_culture_group = scandinavian + NOT = { + primary_culture = finnish + primary_culture = icelandic + } + NOT = { tag = THIS } + NOT = { has_country_flag = post_colonial_country } + capital_scope = { continent = europe } + OR = { + is_vassal = no + AND = { + vassal_of = THIS + is_culture_group = scandinavian + NOT = { + primary_culture = finnish + primary_culture = icelandic + } + } + } + } + country_event = 49501 + } + add_country_modifier = { + name = leader_of_kalmar + duration = -1 + } + set_global_flag = kalmar_reformed + } + + ai_will_do = { + factor = 1 + } + } + + SCA_customs_union = { + picture = SCA_customs_union + potential = { + NOT = { exists = SCA } + has_global_flag = kalmar_reformed + capital_scope = { continent = europe } + has_country_modifier = leader_of_kalmar + not = { has_global_flag = scandinavian_customs_union } + OR = { + AND = { + NOT = { tag = SWE } + SWE = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = NOR } + NOR = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = DEN } + DEN = { has_country_modifier = kalmar_union } + } + } + } + + allow = { + prestige = 100 + central_bank_money_bill_printing = 1 + is_greater_power = yes + war = no + OR = { + tag = SWE + SWE = { has_country_modifier = kalmar_union } + } + OR = { + tag = DEN + DEN = { has_country_modifier = kalmar_union } + } + OR = { + tag = NOR + NOR = { has_country_modifier = kalmar_union } + } + } + + effect = { + any_country = { + limit = { + exists = yes + has_country_modifier = kalmar_union + } + country_event = 49503 + } + add_country_modifier = { + name = customs_union + duration = -1 + } + set_global_flag = scandinavian_customs_union + } + + ai_will_do = { + factor = 1 + } + } + + SCA_political_union = { + picture = SCA_political_union + potential = { + NOT = { exists = SCA } + has_global_flag = scandinavian_customs_union + capital_scope = { continent = europe } + has_country_modifier = leader_of_kalmar + NOT = { has_global_flag = scandinavian_political_union } + OR = { + AND = { + NOT = { tag = SWE } + SWE = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = NOR } + NOR = { has_country_modifier = kalmar_union } + } + AND = { + NOT = { tag = DEN } + DEN = { has_country_modifier = kalmar_union } + } + } + } + + allow = { + prestige = 200 + nationalism_n_imperialism = 1 + is_greater_power = yes + war = no + OR = { + tag = SWE + SWE = { has_country_modifier = kalmar_union } + } + OR = { + tag = DEN + DEN = { has_country_modifier = kalmar_union } + } + OR = { + tag = NOR + NOR = { has_country_modifier = kalmar_union } + } + } + + effect = { + set_global_flag = scandinavian_call_to_union + random_owned = { + limit = { + owner = { + NOT = { + primary_culture = swedish + accepted_culture = swedish + } + } + } + owner = { add_accepted_culture = swedish } + } + + random_owned = { + limit = { + owner = { + NOT = { + primary_culture = danish + accepted_culture = danish + } + } + } + owner = { add_accepted_culture = danish } + } + + random_owned = { + limit = { + owner = { + NOT = { + primary_culture = norwegian + accepted_culture = norwegian + } + } + } + owner = { add_accepted_culture = norwegian } + } + any_country = { + limit = { + exists = yes + OR = { + has_country_modifier = kalmar_union + overlord = { has_country_modifier = kalmar_union } + } + } + country_event = 49504 + } + SWE = { + all_core = { + limit = { + OR = { + NOT = { is_core = FIN } + province_id = 348 + } + } + add_core = SCA + } + } + NOR = { + all_core = { + limit = { + NOT = { region = DEN_251 } + } + add_core = SCA + } + } + DEN = { + all_core = { + limit = { + NOT = { region = DEN_251 } + } + add_core = SCA + } + } + set_global_flag = scandinavian_political_union + } + + ai_will_do = { + factor = 1 + } + } + + usurp_kalmar = { + picture = reform_kalmar + potential = { + has_country_modifier = kalmar_union + capital_scope = { continent = europe } + NOT = { exists = SCA } + OR = { + DEN = { + has_country_modifier = leader_of_kalmar + is_greater_power = no + } + NOR = { + has_country_modifier = leader_of_kalmar + is_greater_power = no + } + SWE = { + has_country_modifier = leader_of_kalmar + is_greater_power = no + } + } + } + + allow = { + is_greater_power = yes + war = no + } + + effect = { + random_country = { + limit = { has_country_modifier = leader_of_kalmar } + country_event = 49509 + } + remove_country_modifier = kalmar_union + add_country_modifier = { + name = leader_of_kalmar + duration = -1 + } + } + + ai_will_do = { + factor = 1 + } + } + + join_kalmar_union = { + picture = reform_kalmar + potential = { + is_culture_group = scandinavian + is_greater_power = no + NOT = { + has_country_modifier = kalmar_union + has_country_flag = post_colonial_country + primary_culture = finnish + primary_culture = icelandic + } + capital_scope = { continent = europe } + any_greater_power = { + has_country_modifier = leader_of_kalmar + } + NOT = { exists = SCA } + } + + allow = { + war = no + OR = { + is_vassal = no + overlord = { has_country_modifier = leader_of_kalmar } + } + any_greater_power = { + has_country_modifier = leader_of_kalmar + NOT = { truce_with = THIS } + OR = { + is_sphere_leader_of = THIS + is_our_vassal = THIS + } + } + } + + effect = { + clr_country_flag = refused_kalmar_union + add_country_modifier = { + name = kalmar_union + duration = -1 + } + random_owned = { + limit = { + owner = { has_global_flag = scandinavian_customs_union } + } + owner = { + add_country_modifier = { + name = customs_union + duration = -1 + } + } + } + random_owned = { + limit = { + owner = { has_global_flag = scandinavian_call_to_union } + } + owner = { + any_owned = { + limit = { + is_colonial = no + is_core = THIS + } + add_core = SCA + } + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { has_country_modifier = leader_of_kalmar } + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { has_country_modifier = leader_of_kalmar } + relation = { who = THIS value = 100 } + diplomatic_influence = { who = THIS value = 100 } + } + } + } + + + name_oslo = { + picture = declare_republic_of_neuchatel + potential = { + is_culture_group = scandinavian + owns = 313 + NOT = { has_global_flag = oslo_is_back } + } + + allow = { + war = no + is_vassal = no + OR = { + mass_politics = 1 + year = 1925 + } + } + + effect = { + set_global_flag = oslo_is_back + prestige = 2 + 313 = { change_province_name = "Oslo" } + } + } +} diff --git a/HPM/decisions/SPA.txt b/HPM/decisions/SPA.txt index bddb0111..3cef77f9 100644 --- a/HPM/decisions/SPA.txt +++ b/HPM/decisions/SPA.txt @@ -1,858 +1,858 @@ political_decisions = { - establish_la_guardia_civil = { - picture = establish_la_guardia_civil - potential = { - tag = SPA - OR = { - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_country_flag = guardia_civil_established } - } - allow = { - state_n_government = 1 - NOT = { num_of_revolts = 1 } - OR = { - average_militancy = 3 - average_consciousness = 4 - } - } - effect = { - add_country_modifier = { name = la_guardia_civil duration = -1 } - set_country_flag = guardia_civil_established - } - } - - confiscations_of_mendizabal = { - picture = confiscations_of_mendizabal - potential = { - tag = SPA - NOT = { - has_country_flag = mendizabal_confiscated - } - } - - allow = { - ideological_thought = 1 - } - - effect = { - treasury = 25000 - prestige = 10 - relation = { - who = PAP - value = -50 - } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - issue = moralism - factor = 4 - } - dominant_issue = { - value = pro_atheism - factor = 0.1 - } - } - set_country_flag = mendizabal_confiscated - } - } - - spanish_restoration = { - picture = spanish_restoration - potential = { - tag = SPA - has_country_flag = king_alfonso_rules - government = hms_government - NOT = { has_country_flag = spanish_restoration } - } - - allow = { - war = no - NOT = { - num_of_revolts = 1 - average_militancy = 1 - } - } - - effect = { - set_country_flag = spanish_restoration - prestige = 10 - political_reform = gerrymandering - political_reform = appointed - add_country_modifier = { - name = spanish_restoration - duration = 3650 - } - } - - ai_will_do = { - factor = 1 - } - } - - falangist_doctrine = { - picture = falangist_doctrine - potential = { - OR = { - tag = SPA - tag = SPC - } - government = fascist_dictatorship - NOT = { has_country_flag = falangist_doctrine } - } - - allow = { - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = falangist_doctrine - remove_accepted_culture = basque - remove_accepted_culture = catalan - badboy = 10 - country_event = 971714 - any_pop = { - limit = { has_pop_culture = spanish } - scaled_consciousness = { - factor = -9 - ideology = fascist - } - scaled_militancy = { - factor = -9 - ideology = fascist - } - scaled_consciousness = { - factor = -6 - ideology = reactionary - } - scaled_militancy = { - factor = -3 - ideology = reactionary - } - } - - any_pop = { - scaled_consciousness = { - factor = 8 - ideology = liberal - } - scaled_militancy = { - factor = 6 - ideology = liberal - } - scaled_consciousness = { - factor = 9 - ideology = anarcho_liberal - } - scaled_militancy = { - factor = 7 - ideology = anarcho_liberal - } - } - - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - } - } - consciousness = 9 - militancy = 6 - } - any_pop = { - limit = { NOT = { has_pop_culture = spanish } } - consciousness = 6 - militancy = 3 - } - } - ai_will_do = { - factor = 0.8 - - modifier = { - factor = 0 - badboy = 0.2 - } - } - } - - the_moroccan_question = { - picture = moroccan_partition - potential = { - OR = { - tag = SPA - tag = SPC - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - owns = 1689 - NOT = { has_country_flag = moroccan_question } - MOR = { - ai = yes - exists = yes - part_of_sphere = yes - NOT = { in_sphere = THIS } - sphere_owner = { capital_scope = { continent = europe } } - sphere_owner = { NOT = { tag = TUR } } - sphere_owner = { NOT = { tag = RUS } } - } - has_global_flag = berlin_conference - 1774 = { empty = yes } - 1773 = { empty = yes } - 1696 = { empty = yes } - } - - allow = { - war = no - } - - effect = { - set_country_flag = moroccan_question - MOR = { sphere_owner = { country_event = 971700 } } - } - ai_will_do = { factor = 1 } - } - - - abolish_los_fueros = { - picture = fueros - potential = { - OR = { - tag = SPA - tag = SPC - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = presidential_dictatorship - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { has_country_flag = fueros_abolished } - NOT = { has_global_flag = carlists_pacified } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - } - - effect = { - set_country_flag = fueros_abolished - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - } - } - consciousness = 4 - militancy = 1 - } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 0.5 - } - scaled_militancy = { - ideology = reactionary - factor = 1 - } - scaled_militancy = { - ideology = liberal - factor = -1 - } - } - } - ai_will_do = { factor = 1 } - } - - - effective_occupation_western_sahara = { - picture = map_morocco - potential = { - owns = 2136 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - 1773 = { empty = yes } - 1774 = { empty = yes } - 1696 = { empty = yes } - has_global_flag = berlin_conference - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - slavery = no_slavery - } - - effect = { - badboy = 1 - prestige = 2 - 1773 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } - 1774 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } - 1696 = { secede_province = THIS change_province_name = "Tarfaya" add_core = MOR any_pop = { literacy = -0.99 } } - } - ai_will_do = { factor = 1 modifier = { factor = 0 badboy = 0.9 } } - } - - tangier_protocol = { - picture = tangier_harbor - potential = { - OR = { - is_greater_power = yes - owns = 517 - } - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = TUR } - MOR = { exists = no } - NOT = { has_global_flag = called_the_tangier_convention } - colonial_nation = yes - OR = { - any_owned_province = { is_core = MOR } - any_owned_province = { is_colonial = yes continent = africa } - owns = 517 - } - NOT = { 517 = { owner = { civilized = yes capital_scope = { continent = africa } } } } - 1686 = { - owner = { - OR = { - is_greater_power = no - primary_culture = spanish - } - } - } - } - - allow = { - war = no - blue_and_brown_water_schools = 1 - } - - effect = { - badboy = -2 - set_global_flag = called_the_tangier_convention - set_country_flag = called_the_tangier_protocol - set_variable = { which = yes_to_tangier value = 0 } - set_variable = { which = no_to_tangier value = 0 } - country_event = 81002215 - any_country = { - limit = { - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR tag = RUS } - } - owns = 1686 - } - } - country_event = 81002215 - } - } - ai_will_do = { factor = 1 } - } - - - create_iberia = { - potential = { - has_global_flag = fantasy_countries_enabled - is_culture_group = iberian - 487 = { is_core = SPA } - NOT = { - exists = IBR - has_global_flag = created_iberia - } - } - - allow = { - war = no - prestige = 50 - is_greater_power = yes - nationalism_n_imperialism = 1 - SPA = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - is_mobilised = no - } - owner = { - vassal_of = THIS - war = no - is_mobilised = no - } - } - } - } - POR = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - is_mobilised = no - } - owner = { - vassal_of = THIS - war = no - is_mobilised = no - } - } - } - } - 517 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - - effect = { - set_global_flag = created_iberia - prestige = 10 - all_core = { add_core = IBR } - SPA = { - all_core = { add_core = IBR } - } - POR = { - all_core = { add_core = IBR } - } - 517 = { add_core = IBR } - add_accepted_culture = portuguese - add_accepted_culture = spanish - add_accepted_culture = catalan - add_accepted_culture = basque - change_tag = IBR - any_country = { - limit = { - tag = SPA - exists = yes - ai = yes - } - THIS = { inherit = SPA } - } - random_country = { - limit = { - tag = SPA - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = POR - exists = yes - ai = yes - } - THIS = { inherit = POR } - } - random_country = { - limit = { - tag = POR - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = CAT - exists = yes - ai = yes - } - THIS = { inherit = CAT } - } - random_country = { - limit = { - tag = CAT - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = BSQ - exists = yes - ai = yes - } - THIS = { inherit = BSQ } - } - random_country = { - limit = { - tag = BSQ - exists = yes - ai = no - } - country_event = 98650 - } - any_country = { - limit = { - NOT = { is_culture_group = iberian } - in_sphere = THIS - } - any_owned = { - limit = { is_core = IBR } - secede_province = THIS - } - } - any_pop = { - limit = { is_culture_group = iberian } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - create_iberia2 = { - picture = create_iberia - potential = { - has_global_flag = fantasy_countries_enabled - is_culture_group = iberian - 487 = { is_core = SPC } - NOT = { - exists = IBR - has_global_flag = created_iberia - } - } - - allow = { - war = no - prestige = 50 - is_greater_power = yes - nationalism_n_imperialism = 1 - SPC = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - owner = { - vassal_of = THIS - war = no - } - } - } - } - POR = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - owner = { - vassal_of = THIS - war = no - } - } - } - } - 517 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } - - effect = { - set_global_flag = created_iberia - prestige = 10 - all_core = { add_core = IBR } - SPC = { - all_core = { - remove_core = SPC - add_core = SPA - add_core = IBR - } - } - POR = { - all_core = { add_core = IBR } - } - 517 = { add_core = IBR } - add_accepted_culture = portuguese - add_accepted_culture = spanish - add_accepted_culture = catalan - add_accepted_culture = basque - change_tag = IBR - any_country = { - limit = { - tag = SPC - exists = yes - ai = yes - } - THIS = { inherit = SPC } - } - random_country = { - limit = { - tag = SPC - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = POR - exists = yes - ai = yes - } - THIS = { inherit = POR } - } - random_country = { - limit = { - tag = POR - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = CAT - exists = yes - ai = yes - } - THIS = { inherit = CAT } - } - random_country = { - limit = { - tag = CAT - exists = yes - ai = no - } - country_event = 98650 - } - random_country = { - limit = { - tag = BSQ - exists = yes - ai = yes - } - THIS = { inherit = BSQ } - } - random_country = { - limit = { - tag = BSQ - exists = yes - ai = no - } - country_event = 98650 - } - any_country = { - limit = { - NOT = { is_culture_group = iberian } - in_sphere = THIS - } - any_owned = { - limit = { is_core = IBR } - secede_province = THIS - } - } - any_pop = { - limit = { is_culture_group = iberian } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_iberia_spain = { - picture = create_iberia - potential = { - has_global_flag = fantasy_countries_enabled - tag = IBR - OR = { - POR = { exists = yes } - NOT = { - any_owned_province = { is_core = POR } - } - } - } - - allow = { - war = no - owns = 487 - OR = { - POR = { exists = yes } - NOT = { - any_owned_province = { is_core = POR } - } - } - } - - effect = { - capital = 487 - prestige = 5 - primary_culture = spanish - remove_accepted_culture = portuguese - all_core = { remove_core = IBR } - change_tag = SPA - any_pop = { - limit = { has_pop_culture = spanish } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - end_of_iberia_portugal = { - picture = create_iberia - potential = { - has_global_flag = fantasy_countries_enabled - tag = IBR - OR = { - SPA = { exists = yes } - NOT = { - any_owned_province = { is_core = SPA } - } - } - } - - allow = { - war = no - owns = 521 - OR = { - SPA = { exists = yes } - NOT = { - any_owned_province = { is_core = SPA } - } - } - } - - effect = { - capital = 521 - prestige = 5 - primary_culture = portuguese - remove_accepted_culture = spanish - remove_accepted_culture = catalan - remove_accepted_culture = basque - all_core = { remove_core = IBR } - change_tag = POR - any_pop = { - limit = { has_pop_culture = portuguese } - militancy = -4 - } - } - - ai_will_do = { - factor = 1 - } - } - - colonization_of_fernando_po = { - picture = fernando_po - potential = { - 1955 = { empty = yes } - NOT = { has_country_flag = post_colonial_country } - OR = { - primary_culture = spanish - primary_culture = british - primary_culture = portuguese - } - } - - allow = { - war = no - OR = { - AND = { - nationalism_n_imperialism = 1 - primary_culture = spanish - } - AND = { - any_owned_province = { - continent = africa - is_colonial = no - NOT = { is_core = SAF } - } - naval_statistics = 1 - } - } - } - - effect = { - prestige = 2 - 1955 = { secede_province = THIS life_rating = 21 any_pop = { literacy = -0.99 } } - random_owned = { - limit = { owner = { NOT = { primary_culture = spanish } } } - any_country = { - limit = { primary_culture = spanish } - relation = { who = THIS value = -50 } - casus_belli = { target = THIS type = place_in_the_sun months = 36 } - } - } - } - - ai_will_do = { factor = 1 } - } - - #Equatorial Guinea Treaty - treaty_of_bata = { - picture = fernando_po - potential = { - 1973 = { empty = yes } - 1976 = { empty = no } - 1958 = { empty = no } - owns = 1955 - NOT = { has_country_flag = refused_treaty_on_bata } - } - - allow = { - war = no - } - - effect = { - random_owned = { - limit = { - owner = { - OR = { - owns = 1976 - owns = 1958 - } - } - } - owner = { 1973 = { secede_province = THIS life_rating = 25 any_pop = { literacy = -0.99 } } } - } - - random_owned = { - limit = { owner = { NOT = { owns = 1976 owns = 1958 } } } - owner = { 1976 = { owner = { country_event = 90141 } } } - } - } - - ai_will_do = { factor = 1 } - } -} \ No newline at end of file + establish_la_guardia_civil = { + picture = establish_la_guardia_civil + potential = { + tag = SPA + OR = { + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_country_flag = guardia_civil_established } + } + allow = { + state_n_government = 1 + NOT = { num_of_revolts = 1 } + OR = { + average_militancy = 3 + average_consciousness = 4 + } + } + effect = { + add_country_modifier = { name = la_guardia_civil duration = -1 } + set_country_flag = guardia_civil_established + } + } + + confiscations_of_mendizabal = { + picture = confiscations_of_mendizabal + potential = { + tag = SPA + NOT = { + has_country_flag = mendizabal_confiscated + } + } + + allow = { + ideological_thought = 1 + } + + effect = { + treasury = 25000 + prestige = 10 + relation = { + who = PAP + value = -50 + } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + issue = moralism + factor = 4 + } + dominant_issue = { + value = pro_atheism + factor = 0.1 + } + } + set_country_flag = mendizabal_confiscated + } + } + + spanish_restoration = { + picture = spanish_restoration + potential = { + tag = SPA + has_country_flag = king_alfonso_rules + government = hms_government + NOT = { has_country_flag = spanish_restoration } + } + + allow = { + war = no + NOT = { + num_of_revolts = 1 + average_militancy = 1 + } + } + + effect = { + set_country_flag = spanish_restoration + prestige = 10 + political_reform = gerrymandering + political_reform = appointed + add_country_modifier = { + name = spanish_restoration + duration = 3650 + } + } + + ai_will_do = { + factor = 1 + } + } + + falangist_doctrine = { + picture = falangist_doctrine + potential = { + OR = { + tag = SPA + tag = SPC + } + government = fascist_dictatorship + NOT = { has_country_flag = falangist_doctrine } + } + + allow = { + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = falangist_doctrine + remove_accepted_culture = basque + remove_accepted_culture = catalan + badboy = 10 + country_event = 971714 + any_pop = { + limit = { has_pop_culture = spanish } + scaled_consciousness = { + factor = -9 + ideology = fascist + } + scaled_militancy = { + factor = -9 + ideology = fascist + } + scaled_consciousness = { + factor = -6 + ideology = reactionary + } + scaled_militancy = { + factor = -3 + ideology = reactionary + } + } + + any_pop = { + scaled_consciousness = { + factor = 8 + ideology = liberal + } + scaled_militancy = { + factor = 6 + ideology = liberal + } + scaled_consciousness = { + factor = 9 + ideology = anarcho_liberal + } + scaled_militancy = { + factor = 7 + ideology = anarcho_liberal + } + } + + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + } + } + consciousness = 9 + militancy = 6 + } + any_pop = { + limit = { NOT = { has_pop_culture = spanish } } + consciousness = 6 + militancy = 3 + } + } + ai_will_do = { + factor = 0.8 + + modifier = { + factor = 0 + badboy = 0.2 + } + } + } + + the_moroccan_question = { + picture = moroccan_partition + potential = { + OR = { + tag = SPA + tag = SPC + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + owns = 1689 + NOT = { has_country_flag = moroccan_question } + MOR = { + ai = yes + exists = yes + part_of_sphere = yes + NOT = { in_sphere = THIS } + sphere_owner = { capital_scope = { continent = europe } } + sphere_owner = { NOT = { tag = TUR } } + sphere_owner = { NOT = { tag = RUS } } + } + has_global_flag = berlin_conference + 1774 = { empty = yes } + 1773 = { empty = yes } + 1696 = { empty = yes } + } + + allow = { + war = no + } + + effect = { + set_country_flag = moroccan_question + MOR = { sphere_owner = { country_event = 971700 } } + } + ai_will_do = { factor = 1 } + } + + + abolish_los_fueros = { + picture = fueros + potential = { + OR = { + tag = SPA + tag = SPC + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = presidential_dictatorship + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { has_country_flag = fueros_abolished } + NOT = { has_global_flag = carlists_pacified } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + } + + effect = { + set_country_flag = fueros_abolished + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + } + } + consciousness = 4 + militancy = 1 + } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 0.5 + } + scaled_militancy = { + ideology = reactionary + factor = 1 + } + scaled_militancy = { + ideology = liberal + factor = -1 + } + } + } + ai_will_do = { factor = 1 } + } + + + effective_occupation_western_sahara = { + picture = map_morocco + potential = { + owns = 2136 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + 1773 = { empty = yes } + 1774 = { empty = yes } + 1696 = { empty = yes } + has_global_flag = berlin_conference + } + + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + slavery = no_slavery + } + + effect = { + badboy = 1 + prestige = 2 + 1773 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } + 1774 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } + 1696 = { secede_province = THIS change_province_name = "Tarfaya" add_core = MOR any_pop = { literacy = -0.99 } } + } + ai_will_do = { factor = 1 modifier = { factor = 0 badboy = 0.9 } } + } + + tangier_protocol = { + picture = tangier_harbor + potential = { + OR = { + is_greater_power = yes + owns = 517 + } + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = TUR } + MOR = { exists = no } + NOT = { has_global_flag = called_the_tangier_convention } + colonial_nation = yes + OR = { + any_owned_province = { is_core = MOR } + any_owned_province = { is_colonial = yes continent = africa } + owns = 517 + } + NOT = { 517 = { owner = { civilized = yes capital_scope = { continent = africa } } } } + 1686 = { + owner = { + OR = { + is_greater_power = no + primary_culture = spanish + } + } + } + } + + allow = { + war = no + blue_and_brown_water_schools = 1 + } + + effect = { + badboy = -2 + set_global_flag = called_the_tangier_convention + set_country_flag = called_the_tangier_protocol + set_variable = { which = yes_to_tangier value = 0 } + set_variable = { which = no_to_tangier value = 0 } + country_event = 81002215 + any_country = { + limit = { + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR tag = RUS } + } + owns = 1686 + } + } + country_event = 81002215 + } + } + ai_will_do = { factor = 1 } + } + + + create_iberia = { + potential = { + has_global_flag = fantasy_countries_enabled + is_culture_group = iberian + 487 = { is_core = SPA } + NOT = { + exists = IBR + has_global_flag = created_iberia + } + } + + allow = { + war = no + prestige = 50 + is_greater_power = yes + nationalism_n_imperialism = 1 + SPA = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + is_mobilised = no + } + owner = { + vassal_of = THIS + war = no + is_mobilised = no + } + } + } + } + POR = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + is_mobilised = no + } + owner = { + vassal_of = THIS + war = no + is_mobilised = no + } + } + } + } + 517 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + + effect = { + set_global_flag = created_iberia + prestige = 10 + all_core = { add_core = IBR } + SPA = { + all_core = { add_core = IBR } + } + POR = { + all_core = { add_core = IBR } + } + 517 = { add_core = IBR } + add_accepted_culture = portuguese + add_accepted_culture = spanish + add_accepted_culture = catalan + add_accepted_culture = basque + change_tag = IBR + any_country = { + limit = { + tag = SPA + exists = yes + ai = yes + } + THIS = { inherit = SPA } + } + random_country = { + limit = { + tag = SPA + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = POR + exists = yes + ai = yes + } + THIS = { inherit = POR } + } + random_country = { + limit = { + tag = POR + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = CAT + exists = yes + ai = yes + } + THIS = { inherit = CAT } + } + random_country = { + limit = { + tag = CAT + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = BSQ + exists = yes + ai = yes + } + THIS = { inherit = BSQ } + } + random_country = { + limit = { + tag = BSQ + exists = yes + ai = no + } + country_event = 98650 + } + any_country = { + limit = { + NOT = { is_culture_group = iberian } + in_sphere = THIS + } + any_owned = { + limit = { is_core = IBR } + secede_province = THIS + } + } + any_pop = { + limit = { is_culture_group = iberian } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + create_iberia2 = { + picture = create_iberia + potential = { + has_global_flag = fantasy_countries_enabled + is_culture_group = iberian + 487 = { is_core = SPC } + NOT = { + exists = IBR + has_global_flag = created_iberia + } + } + + allow = { + war = no + prestige = 50 + is_greater_power = yes + nationalism_n_imperialism = 1 + SPC = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + owner = { + vassal_of = THIS + war = no + } + } + } + } + POR = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + owner = { + vassal_of = THIS + war = no + } + } + } + } + 517 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } + + effect = { + set_global_flag = created_iberia + prestige = 10 + all_core = { add_core = IBR } + SPC = { + all_core = { + remove_core = SPC + add_core = SPA + add_core = IBR + } + } + POR = { + all_core = { add_core = IBR } + } + 517 = { add_core = IBR } + add_accepted_culture = portuguese + add_accepted_culture = spanish + add_accepted_culture = catalan + add_accepted_culture = basque + change_tag = IBR + any_country = { + limit = { + tag = SPC + exists = yes + ai = yes + } + THIS = { inherit = SPC } + } + random_country = { + limit = { + tag = SPC + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = POR + exists = yes + ai = yes + } + THIS = { inherit = POR } + } + random_country = { + limit = { + tag = POR + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = CAT + exists = yes + ai = yes + } + THIS = { inherit = CAT } + } + random_country = { + limit = { + tag = CAT + exists = yes + ai = no + } + country_event = 98650 + } + random_country = { + limit = { + tag = BSQ + exists = yes + ai = yes + } + THIS = { inherit = BSQ } + } + random_country = { + limit = { + tag = BSQ + exists = yes + ai = no + } + country_event = 98650 + } + any_country = { + limit = { + NOT = { is_culture_group = iberian } + in_sphere = THIS + } + any_owned = { + limit = { is_core = IBR } + secede_province = THIS + } + } + any_pop = { + limit = { is_culture_group = iberian } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_iberia_spain = { + picture = create_iberia + potential = { + has_global_flag = fantasy_countries_enabled + tag = IBR + OR = { + POR = { exists = yes } + NOT = { + any_owned_province = { is_core = POR } + } + } + } + + allow = { + war = no + owns = 487 + OR = { + POR = { exists = yes } + NOT = { + any_owned_province = { is_core = POR } + } + } + } + + effect = { + capital = 487 + prestige = 5 + primary_culture = spanish + remove_accepted_culture = portuguese + all_core = { remove_core = IBR } + change_tag = SPA + any_pop = { + limit = { has_pop_culture = spanish } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + end_of_iberia_portugal = { + picture = create_iberia + potential = { + has_global_flag = fantasy_countries_enabled + tag = IBR + OR = { + SPA = { exists = yes } + NOT = { + any_owned_province = { is_core = SPA } + } + } + } + + allow = { + war = no + owns = 521 + OR = { + SPA = { exists = yes } + NOT = { + any_owned_province = { is_core = SPA } + } + } + } + + effect = { + capital = 521 + prestige = 5 + primary_culture = portuguese + remove_accepted_culture = spanish + remove_accepted_culture = catalan + remove_accepted_culture = basque + all_core = { remove_core = IBR } + change_tag = POR + any_pop = { + limit = { has_pop_culture = portuguese } + militancy = -4 + } + } + + ai_will_do = { + factor = 1 + } + } + + colonization_of_fernando_po = { + picture = fernando_po + potential = { + 1955 = { empty = yes } + NOT = { has_country_flag = post_colonial_country } + OR = { + primary_culture = spanish + primary_culture = british + primary_culture = portuguese + } + } + + allow = { + war = no + OR = { + AND = { + nationalism_n_imperialism = 1 + primary_culture = spanish + } + AND = { + any_owned_province = { + continent = africa + is_colonial = no + NOT = { is_core = SAF } + } + naval_statistics = 1 + } + } + } + + effect = { + prestige = 2 + 1955 = { secede_province = THIS life_rating = 21 any_pop = { literacy = -0.99 } } + random_owned = { + limit = { owner = { NOT = { primary_culture = spanish } } } + any_country = { + limit = { primary_culture = spanish } + relation = { who = THIS value = -50 } + casus_belli = { target = THIS type = place_in_the_sun months = 36 } + } + } + } + + ai_will_do = { factor = 1 } + } + + #Equatorial Guinea Treaty + treaty_of_bata = { + picture = fernando_po + potential = { + 1973 = { empty = yes } + 1976 = { empty = no } + 1958 = { empty = no } + owns = 1955 + NOT = { has_country_flag = refused_treaty_on_bata } + } + + allow = { + war = no + } + + effect = { + random_owned = { + limit = { + owner = { + OR = { + owns = 1976 + owns = 1958 + } + } + } + owner = { 1973 = { secede_province = THIS life_rating = 25 any_pop = { literacy = -0.99 } } } + } + + random_owned = { + limit = { owner = { NOT = { owns = 1976 owns = 1958 } } } + owner = { 1976 = { owner = { country_event = 90141 } } } + } + } + + ai_will_do = { factor = 1 } + } +} diff --git a/HPM/decisions/SWE.txt b/HPM/decisions/SWE.txt index d353a23b..f29d49c2 100644 --- a/HPM/decisions/SWE.txt +++ b/HPM/decisions/SWE.txt @@ -1,223 +1,223 @@ political_decisions = { - concede_finland = { - picture = concede_finland - potential = { - NOT = { has_country_flag = Conceded_Finland } - tag = SWE - NOT = { tag = FIN } - } - - allow = { - NOT = { is_greater_power = yes } - average_consciousness = 4 - } - - effect = { - badboy = -4 - prestige = -2 - remove_accepted_culture = finnish - FIN = { - remove_accepted_culture = swedish - all_core = { - limit = { NOT = { province_id = 348 } } - remove_core = THIS - remove_core = SWE - } - } - any_pop = { militancy = -1 } - set_country_flag = Conceded_Finland - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0 - any_owned_province = { is_core = FIN } - } - } - } - - svenska_pansarbats_foreningen = { - potential = { - OR = { - tag = SWE - AND = { - tag = SCA - primary_culture = swedish - } - } - OR = { - flintlock_rifles = 1 - post_nelsonian_thought = 1 - } - owns = 329 - NOT = { - has_country_flag = hms_sverige_built - } - any_neighbor_country = { - invention = protected_cruisers - } - } - - allow = { - NOT = { average_militancy = 3 } - steel_steamers = 1 - invention = protected_cruisers - } - - effect = { - any_pop = { - money = -0.1 - } - 329 = { - sub_unit = { - type = cruiser - value = current - } - } - random_owned = { - limit = { - owner = { flintlock_rifles = 1 } - } - owner = { activate_technology = flintlock_rifles } - } - set_country_flag = hms_sverige_built - } - } - pass_folkskolereformen = { - potential = { - OR = { - tag = SWE - AND = { - tag = SCA - primary_culture = swedish - } - } - NOT = { - has_country_modifier = folkis_educates - } - } - - allow = { - ideological_thought = 1 - } - - effect = { - add_country_modifier = { - name = folkis_educates - duration = -1 - } - } - } - - the_vega_expedition = { - potential = { - OR = { - tag = SWE - AND = { - tag = SCA - primary_culture = swedish - } - } - has_global_flag = suez_canal_built - NOT = { - has_country_flag = the_vega_expedition_went - } - } - - allow = { - biologism = 1 - iron_steamers = 1 - } - - effect = { - prestige = 5 - years_of_research = 0.05 - badboy = -1 - set_country_flag = the_vega_expedition_went - } - } - - expand_motala_verkstad = { - picture = expand_motala_verkstad - potential = { - OR = { - tag = SWE - AND = { - tag = SCA - primary_culture = swedish - } - } - owns = 325 - NOT = { - has_global_flag = motala_verkstad_expanded - } - } - - allow = { - mechanical_production = 1 - 325 = { - state_scope = { - has_building = machine_parts_factory - } - } - } - - effect = { - 325 = { - add_province_modifier = { - name = motala_verkstad - duration = -1 - } - } - prestige = 5 - set_global_flag = motala_verkstad_expanded - } - } - - court_yard_speech = { - picture = court_yard_speech - potential = { - OR = { - tag = SWE - AND = { - tag = SCA - primary_culture = swedish - } - } - government = hms_government - OR = { - vote_franschise = wealth_weighted_voting - vote_franschise = wealth_voting - } - NOT = { - has_country_flag = court_yard_speech_held - } - } - - allow = { - OR = { - war_policy = pacifism - war_policy = anti_military - } - OR = { - pro_military = 10 - jingoism = 10 - } - } - - effect = { - ruling_party_ideology = conservative - any_pop = { - militancy = -0.5 - - } - set_country_flag = court_yard_speech_held - } - } + concede_finland = { + picture = concede_finland + potential = { + NOT = { has_country_flag = Conceded_Finland } + tag = SWE + NOT = { tag = FIN } + } + + allow = { + NOT = { is_greater_power = yes } + average_consciousness = 4 + } + + effect = { + badboy = -4 + prestige = -2 + remove_accepted_culture = finnish + FIN = { + remove_accepted_culture = swedish + all_core = { + limit = { NOT = { province_id = 348 } } + remove_core = THIS + remove_core = SWE + } + } + any_pop = { militancy = -1 } + set_country_flag = Conceded_Finland + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0 + any_owned_province = { is_core = FIN } + } + } + } + + svenska_pansarbats_foreningen = { + potential = { + OR = { + tag = SWE + AND = { + tag = SCA + primary_culture = swedish + } + } + OR = { + flintlock_rifles = 1 + post_nelsonian_thought = 1 + } + owns = 329 + NOT = { + has_country_flag = hms_sverige_built + } + any_neighbor_country = { + invention = protected_cruisers + } + } + + allow = { + NOT = { average_militancy = 3 } + steel_steamers = 1 + invention = protected_cruisers + } + + effect = { + any_pop = { + money = -0.1 + } + 329 = { + sub_unit = { + type = cruiser + value = current + } + } + random_owned = { + limit = { + owner = { flintlock_rifles = 1 } + } + owner = { activate_technology = flintlock_rifles } + } + set_country_flag = hms_sverige_built + } + } + pass_folkskolereformen = { + potential = { + OR = { + tag = SWE + AND = { + tag = SCA + primary_culture = swedish + } + } + NOT = { + has_country_modifier = folkis_educates + } + } + + allow = { + ideological_thought = 1 + } + + effect = { + add_country_modifier = { + name = folkis_educates + duration = -1 + } + } + } + + the_vega_expedition = { + potential = { + OR = { + tag = SWE + AND = { + tag = SCA + primary_culture = swedish + } + } + has_global_flag = suez_canal_built + NOT = { + has_country_flag = the_vega_expedition_went + } + } + + allow = { + biologism = 1 + iron_steamers = 1 + } + + effect = { + prestige = 5 + years_of_research = 0.05 + badboy = -1 + set_country_flag = the_vega_expedition_went + } + } + + expand_motala_verkstad = { + picture = expand_motala_verkstad + potential = { + OR = { + tag = SWE + AND = { + tag = SCA + primary_culture = swedish + } + } + owns = 325 + NOT = { + has_global_flag = motala_verkstad_expanded + } + } + + allow = { + mechanical_production = 1 + 325 = { + state_scope = { + has_building = machine_parts_factory + } + } + } + + effect = { + 325 = { + add_province_modifier = { + name = motala_verkstad + duration = -1 + } + } + prestige = 5 + set_global_flag = motala_verkstad_expanded + } + } + + court_yard_speech = { + picture = court_yard_speech + potential = { + OR = { + tag = SWE + AND = { + tag = SCA + primary_culture = swedish + } + } + government = hms_government + OR = { + vote_franschise = wealth_weighted_voting + vote_franschise = wealth_voting + } + NOT = { + has_country_flag = court_yard_speech_held + } + } + + allow = { + OR = { + war_policy = pacifism + war_policy = anti_military + } + OR = { + pro_military = 10 + jingoism = 10 + } + } + + effect = { + ruling_party_ideology = conservative + any_pop = { + militancy = -0.5 + + } + set_country_flag = court_yard_speech_held + } + } } diff --git a/HPM/decisions/SWI.txt b/HPM/decisions/SWI.txt index 7ac1e21a..a1967ab3 100644 --- a/HPM/decisions/SWI.txt +++ b/HPM/decisions/SWI.txt @@ -1,393 +1,418 @@ political_decisions = { - integrate_neuchatel = { - picture = declare_republic_of_neuchatel - potential = { - NOT = { has_global_flag = neuchatel_question_solved } - tag = SWI - exists = yes - NEH = { - exists = yes - vassal_of = SWI - } - OR = { - has_country_flag = neuchatel_crisis_escalated - year = 1860 - NOT = { any_greater_power = { has_country_flag = claiming_neuchatel } } - } - } - - allow = { - war = no - OR = { - NOT = { any_greater_power = { has_country_flag = claiming_neuchatel } } - AND = { - NEH = { - OR = { - sphere_owner = { NOT = { has_country_flag = claiming_neuchatel } } - NOT = { part_of_sphere = yes } - } - } - any_greater_power = { - has_country_flag = claiming_neuchatel - has_country_flag = neuchatel_crisis_escalated - NOT = { has_country_modifier = preparations_for_war } - } - } - } - } - - effect = { - clr_country_flag = neuchatel_crisis_escalated - set_global_flag = neuchatel_question_solved - any_country = { - clr_country_flag = neuchatel_crisis_escalated - clr_country_flag = claiming_neuchatel - } - any_country = { - limit = { - exists = yes - has_country_flag = supports_switzerland - } - leave_alliance = SWI - clr_country_flag = supports_switzerland - } - NEH = { - neutrality = yes - annex_to = SWI - } - 608 = { remove_core = NGF } - 608 = { remove_core = GER } - 608 = { remove_core = PRU } - 608 = { remove_core = NEH } - } - ai_will_do = { factor = 1 } - } - - integrate_neuchatel_prussia = { - picture = declare_republic_of_neuchatel - potential = { - is_greater_power = yes - NOT = { has_global_flag = neuchatel_question_solved } - has_country_flag = claiming_neuchatel - exists = NEH - OR = { - has_country_flag = neuchatel_crisis_escalated - NEH = { - exists = yes - is_vassal = no - in_sphere = THIS - } - } - } - - allow = { - war = no - NEH = { - war = no - NOT = { vassal_of = SWI } - OR = { - in_sphere = THIS - NOT = { part_of_sphere = yes } - } - } - } - - effect = { - clr_country_flag = neuchatel_crisis_escalated - clr_country_flag = claiming_neuchatel - set_global_flag = neuchatel_question_solved - any_country = { clr_country_flag = neuchatel_crisis_escalated } - any_country = { - limit = { - exists = yes - has_country_flag = supports_switzerland - } - leave_alliance = SWI - clr_country_flag = supports_switzerland - } - random_country = { - limit = { - tag = NEH - ai = yes - } - neutrality = yes - annex_to = THIS - 608 = { remove_core = NEH } - } - random_country = { - limit = { - tag = NEH - ai = no - } - neutrality = yes - THIS = { create_vassal = NEH } - } - } - ai_will_do = { factor = 1 } - } - - force_neuchatel_issue = { - picture = declare_republic_of_neuchatel - potential = { - is_greater_power = yes - NOT = { - has_global_flag = neuchatel_question_solved - has_country_flag = neuchatel_crisis_escalated - } - has_country_flag = claiming_neuchatel - exists = NEH - } - - allow = { - war = no - nationalism_n_imperialism = 1 - 608 = { is_core = THIS } - } - - effect = { - country_event = 34615 - set_country_flag = neuchatel_crisis_escalated - } - ai_will_do = { factor = 1 } - } - - call_geneva_convention = { - picture = call_geneva_convention - potential = { - tag = SWI - owns = 607 - NOT = { - has_global_flag = geneva_convention_held - } - } - - allow = { - any_greater_power = { - war_exhaustion = 5 - } - empiricism = 1 - } - - effect = { - add_country_modifier = { - name = signed_the_geneva_convention - duration = -1 - } - set_global_flag = geneva_convention_held - prestige = 10 - } - } - - sign_the_geneva_convention = { - alert = no - potential = { - civilized = yes - has_global_flag = geneva_convention_held - NOT = { - has_country_modifier = signed_the_geneva_convention - has_country_modifier = interment_camps - } - } - - allow = { - NOT = { - badboy = 1 - has_country_modifier = withdrew_from_geneva_convention - } - OR = { - NOT = {has_country_modifier = law_changed_by_force } - ai = no - } - } - - effect = { - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - remove_country_modifier = rangaku - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - add_country_modifier = { - name = signed_the_geneva_convention - duration = -1 - } - badboy = -1 - } - } - - withdraw_signature_geneva_convetion = { - alert = no - picture = sign_the_geneva_convention - - potential = { - has_global_flag = geneva_convention_held - has_country_modifier = signed_the_geneva_convention - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - OR = { - government = absolute_monarchy - government = fascist_dictatorship - government = presidential_dictatorship - government = proletarian_dictatorship - } - } - allow = { - has_country_modifier = signed_the_geneva_convention - } - effect = { - badboy = 5 - add_country_modifier = { - name = withdrew_from_geneva_convention - duration = 1825 - } - remove_country_modifier = signed_the_geneva_convention - } - ai_will_do = { factor = 0 } - } - - build_gotthard_tunnel = { - picture = build_gotthard_tunnel - potential = { - tag = SWI - owns = 606 - NOT = { - has_country_flag = gotthard_tunnel_built - } - } - - allow = { - invention = machine_tools - steel_railroad = 1 - money = 10000 - } - - effect = { - money = -10000 - 606 = { infrastructure = 4 } - prestige = 5 - set_country_flag = gotthard_tunnel_built - } - ai_will_do = { factor = 1 } - } - - swiss_banking_and_industry = { - picture = institute_central_bank - potential = { - tag = SWI - NOT = { has_country_modifier = swiss_banking } - } - - allow = { - government = democracy - NOT = { num_of_ports = 1 } - NOT = { unemployment = 0.1 } - has_country_modifier = central_bank_established - industrial_score = 70 - modern_central_bank_system = 1 - OR = { - management_strategy = 1 - neoclassical_theory = 1 - economic_responsibility = 1 - } - } - - effect = { - add_country_modifier = { name = land_of_opportunity duration = 730 } - add_country_modifier = { name = swiss_banking duration = -1 } - } - ai_will_do = { factor = 1 } - } - - - enact_freedom_of_religion = { - picture = preacher - potential = { - OR = { - tag = SWI - tag = NET - } - NOT = { has_country_modifier = freedom_of_religion } - } - - allow = { - OR = { - government = democracy - government = hms_government - } - invention = secularization - public_meetings = yes_meeting - press_rights = free_press - OR = { - religious_policy = pro_atheism - AND = { - religious_policy = secularized - upper_house = { ideology = liberal value = 0.3 } - } - AND = { - religious_policy = pluralism - upper_house = { ideology = liberal value = 0.5 } - } - } - } - - effect = { - add_country_modifier = { name = freedom_of_religion duration = -1 } - } - ai_will_do = { factor = 1 } - } - - removing_neuchatel_cores = { - picture = declare_republic_of_neuchatel - potential = { - tag = SWI - exists = yes - owns = 608 - 608 = { - OR = { - is_core = NEH - is_core = PRU - is_core = NGF - is_core = GER - } - } - } - - allow = { war = no } - - effect = { - 608 = { remove_core = NEH } - 608 = { remove_core = PRU } - 608 = { remove_core = NGF } - 608 = { remove_core = GER } - any_country = { clr_country_flag = neuchatel_crisis_escalated } - } - ai_will_do = { factor = 1 } - } + integrate_neuchatel = { + picture = declare_republic_of_neuchatel + potential = { + NOT = { has_global_flag = neuchatel_question_solved } + tag = SWI + exists = yes + NEH = { + exists = yes + vassal_of = SWI + } + OR = { + has_country_flag = neuchatel_crisis_escalated + year = 1860 + NOT = { any_greater_power = { has_country_flag = claiming_neuchatel } } + } + } + + allow = { + war = no + OR = { + NOT = { any_greater_power = { has_country_flag = claiming_neuchatel } } + AND = { + NEH = { + OR = { + sphere_owner = { NOT = { has_country_flag = claiming_neuchatel } } + NOT = { part_of_sphere = yes } + } + } + any_greater_power = { + has_country_flag = claiming_neuchatel + has_country_flag = neuchatel_crisis_escalated + NOT = { has_country_modifier = preparations_for_war } + } + } + } + } + + effect = { + clr_country_flag = neuchatel_crisis_escalated + set_global_flag = neuchatel_question_solved + any_country = { + clr_country_flag = neuchatel_crisis_escalated + clr_country_flag = claiming_neuchatel + } + any_country = { + limit = { + exists = yes + has_country_flag = supports_switzerland + } + leave_alliance = SWI + clr_country_flag = supports_switzerland + } + NEH = { + neutrality = yes + annex_to = SWI + } + 608 = { remove_core = NGF } + 608 = { remove_core = GER } + 608 = { remove_core = PRU } + 608 = { remove_core = NEH } + } + ai_will_do = { factor = 1 } + } + + integrate_neuchatel_prussia = { + picture = declare_republic_of_neuchatel + potential = { + is_greater_power = yes + NOT = { has_global_flag = neuchatel_question_solved } + has_country_flag = claiming_neuchatel + exists = NEH + OR = { + has_country_flag = neuchatel_crisis_escalated + NEH = { + exists = yes + is_vassal = no + in_sphere = THIS + } + } + } + + allow = { + war = no + NEH = { + war = no + NOT = { vassal_of = SWI } + OR = { + in_sphere = THIS + NOT = { part_of_sphere = yes } + } + } + } + + effect = { + clr_country_flag = neuchatel_crisis_escalated + clr_country_flag = claiming_neuchatel + set_global_flag = neuchatel_question_solved + any_country = { clr_country_flag = neuchatel_crisis_escalated } + any_country = { + limit = { + exists = yes + has_country_flag = supports_switzerland + } + leave_alliance = SWI + clr_country_flag = supports_switzerland + } + random_country = { + limit = { + tag = NEH + ai = yes + } + neutrality = yes + annex_to = THIS + 608 = { remove_core = NEH } + } + random_country = { + limit = { + tag = NEH + ai = no + } + neutrality = yes + THIS = { create_vassal = NEH } + } + } + ai_will_do = { factor = 1 } + } + + force_neuchatel_issue = { + picture = declare_republic_of_neuchatel + potential = { + is_greater_power = yes + NOT = { + has_global_flag = neuchatel_question_solved + has_country_flag = neuchatel_crisis_escalated + } + has_country_flag = claiming_neuchatel + exists = NEH + } + + allow = { + war = no + nationalism_n_imperialism = 1 + 608 = { is_core = THIS } + } + + effect = { + country_event = 34615 + set_country_flag = neuchatel_crisis_escalated + } + ai_will_do = { factor = 1 } + } + + call_geneva_convention = { + picture = call_geneva_convention + potential = { + tag = SWI + owns = 607 + NOT = { + has_global_flag = geneva_convention_held + } + } + + allow = { + any_greater_power = { + war_exhaustion = 5 + } + empiricism = 1 + } + + effect = { + add_country_modifier = { + name = signed_the_geneva_convention + duration = -1 + } + set_global_flag = geneva_convention_held + prestige = 10 + } + } + + sign_the_geneva_convention = { + alert = no + potential = { + civilized = yes + has_global_flag = geneva_convention_held + NOT = { + has_country_modifier = signed_the_geneva_convention + has_country_modifier = interment_camps + } + } + + allow = { + NOT = { + badboy = 1 + has_country_modifier = withdrew_from_geneva_convention + } + OR = { + NOT = {has_country_modifier = law_changed_by_force } + ai = no + } + } + + effect = { + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + remove_country_modifier = rangaku + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + add_country_modifier = { + name = signed_the_geneva_convention + duration = -1 + } + badboy = -1 + } + } + + withdraw_signature_geneva_convetion = { + alert = no + picture = sign_the_geneva_convention + + potential = { + has_global_flag = geneva_convention_held + has_country_modifier = signed_the_geneva_convention + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + OR = { + government = absolute_monarchy + government = fascist_dictatorship + government = presidential_dictatorship + government = proletarian_dictatorship + } + } + allow = { + has_country_modifier = signed_the_geneva_convention + } + effect = { + badboy = 5 + add_country_modifier = { + name = withdrew_from_geneva_convention + duration = 1825 + } + remove_country_modifier = signed_the_geneva_convention + } + ai_will_do = { factor = 0 } + } + + build_gotthard_tunnel = { + picture = build_gotthard_tunnel + potential = { + tag = SWI + owns = 606 + NOT = { + has_country_flag = gotthard_tunnel_built + } + } + + allow = { + invention = machine_tools + steel_railroad = 1 + money = 10000 + } + + effect = { + money = -10000 + 606 = { infrastructure = 4 } + prestige = 5 + set_country_flag = gotthard_tunnel_built + } + ai_will_do = { factor = 1 } + } + + swiss_banking_and_industry = { + picture = institute_central_bank + potential = { + tag = SWI + NOT = { has_country_modifier = swiss_banking } + } + + allow = { + government = democracy + NOT = { num_of_ports = 1 } + NOT = { unemployment = 0.1 } + has_country_modifier = central_bank_established + industrial_score = 70 + modern_central_bank_system = 1 + OR = { + management_strategy = 1 + neoclassical_theory = 1 + economic_responsibility = 1 + } + } + + effect = { + add_country_modifier = { name = land_of_opportunity duration = 730 } + add_country_modifier = { name = swiss_banking duration = -1 } + } + ai_will_do = { factor = 1 } + } + + + enact_freedom_of_religion = { + picture = preacher + potential = { + OR = { + tag = SWI + tag = NET + } + NOT = { has_country_modifier = freedom_of_religion } + } + + allow = { + OR = { + government = democracy + government = hms_government + } + invention = secularization + public_meetings = yes_meeting + press_rights = free_press + OR = { + religious_policy = pro_atheism + AND = { + religious_policy = secularized + upper_house = { ideology = liberal value = 0.3 } + } + AND = { + religious_policy = pluralism + upper_house = { ideology = liberal value = 0.5 } + } + } + } + + effect = { + add_country_modifier = { name = freedom_of_religion duration = -1 } + } + ai_will_do = { factor = 1 } + } + + removing_neuchatel_cores = { + picture = declare_republic_of_neuchatel + potential = { + tag = SWI + exists = yes + owns = 608 + 608 = { + OR = { + is_core = NEH + is_core = PRU + is_core = NGF + is_core = GER + } + } + } + + allow = { war = no } + + effect = { + 608 = { remove_core = NEH } + 608 = { remove_core = PRU } + 608 = { remove_core = NGF } + 608 = { remove_core = GER } + any_country = { clr_country_flag = neuchatel_crisis_escalated } + } + ai_will_do = { factor = 1 } + } + + claim_vorarlberg = { + picture = claim_vorarlberg + potential = { + tag = SWI + exists = yes + 614 = { NOT = { is_core = SWI } } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + NOT = { has_country_modifier = neutrality_modifier } + } + + effect = { + badboy = 5 + 614 = { add_core = SWI } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/SWI_neutrality.txt b/HPM/decisions/SWI_neutrality.txt index 5e0bd908..00d32131 100644 --- a/HPM/decisions/SWI_neutrality.txt +++ b/HPM/decisions/SWI_neutrality.txt @@ -1,283 +1,283 @@ political_decisions = { - declare_neutrality = { - potential = { - tag = SWI - NOT = { - has_country_modifier = neutrality_modifier - has_country_flag = abandoned_neutrality - has_country_flag = neutrality_violated - } - } - allow = { - NOT = { any_owned_province = { is_core = THIS } } - NOT = { badboy = 1 } - } - - effect = { - add_country_modifier = { - name = neutrality_modifier - duration = -1 - } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 government = fascist_dictatorship } - modifier = { factor = 0 government = proletarian_dictatorship } - } - } + declare_neutrality = { + potential = { + tag = SWI + NOT = { + has_country_modifier = neutrality_modifier + has_country_flag = abandoned_neutrality + has_country_flag = neutrality_violated + } + } + allow = { + NOT = { any_owned_province = { is_core = THIS } } + NOT = { badboy = 1 } + } + effect = { + add_country_modifier = { + name = neutrality_modifier + duration = -1 + } + } - abandon_neutrality = { - picture = declare_neutrality - potential = { - has_country_modifier = neutrality_modifier - NOT = { has_country_flag = abandoned_neutrality } - } - - allow = { - prestige = 20 - } - - effect = { - set_country_flag = abandoned_neutrality - prestige = -20 - badboy = 5 - remove_country_modifier = neutrality_modifier - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - OR = { - badboy = 0.75 - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - } - } - } - - violate_neutrality = { - picture = declare_neutrality - alert = no - potential = { - ai = no - SWI = { - neighbour = THIS - has_country_modifier = neutrality_modifier - } - } - - allow = { - SWI = { has_country_modifier = neutrality_modifier } - war_policy = jingoism - NOT = { - is_sphere_leader_of = SWI - truce_with = SWI - alliance_with = SWI - } - } - - effect = { - badboy = 25 - SWI = { - set_country_flag = neutrality_violated - remove_country_modifier = neutrality_modifier - relation = { who = THIS value = -200 } - } - diplomatic_influence = { who = SWI value = -200 } - any_country = { - limit = { - OR = { - alliance_with = SWI - is_sphere_leader_of = SWI - relation = { who = SWI value = 50 } - } - } - leave_alliance = THIS - relation = { who = THIS value = -200 } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - } - } - - enforce_neutrality = { - picture = declare_neutrality - potential = { - has_country_modifier = neutrality_modifier - ai = yes - } - - allow = { - OR = { - any_greater_power = { military_access = THIS } - any_neighbor_country = { NOT = { vassal_of = THIS } military_access = THIS } - sphere_owner = { military_access = THIS } - AND = { - num_of_allies = 1 - NOT = { NEH = { alliance_with = THIS } } - } - AND = { - num_of_allies = 2 - NEH = { exists = yes alliance_with = THIS } - } - war = yes - } - } - - effect = { - any_country = { - limit = { - exists = yes - NOT = { vassal_of = THIS } - OR = { - military_access = THIS - alliance_with = THIS - } - } - relation = { who = THIS value = -125 } - } - any_country = { - limit = { - exists = yes - alliance_with = THIS - NOT = { vassal_of = THIS } - } - leave_alliance = THIS - } - any_country = { - limit = { - exists = yes - war_with = THIS - } - end_war = THIS - } - any_country = { - limit = { - exists = yes - military_access = THIS - NOT = { vassal_of = THIS } - } - end_military_access = THIS - } - any_country = { - limit = { - exists = yes - NOT = { - tag = SWI - tag = NEH - } - any_pop = { - type = soldiers - has_pop_culture = swiss - } - } - any_pop = { - limit = { - type = soldiers - has_pop_culture = swiss - } - militancy = -7 - consciousness = -7 - } - } - } - } - - enforce_neutrality_on_player = { - picture = declare_neutrality - potential = { - ai = yes - exists = yes - SWI = { - has_country_modifier = neutrality_modifier - ai = no - OR = { - any_greater_power = { military_access = SWI } - any_neighbor_country = { NOT = { vassal_of = SWI } military_access = SWI } - sphere_owner = { military_access = SWI } - AND = { - num_of_allies = 1 - NOT = { NEH = { alliance_with = SWI } } - } - AND = { - num_of_allies = 2 - NEH = { exists = yes alliance_with = SWI } - } - war = yes - } - } - } - - allow = { - - } - - effect = { - any_country = { - limit = { - exists = yes - NOT = { vassal_of = SWI } - OR = { - military_access = SWI - alliance_with = SWI - } - } - relation = { who = SWI value = -125 } - } - any_country = { - limit = { - exists = yes - alliance_with = SWI - NOT = { vassal_of = SWI } - } - leave_alliance = SWI - } - any_country = { - limit = { - exists = yes - war_with = SWI - } - end_war = SWI - } - any_country = { - limit = { - exists = yes - military_access = SWI - NOT = { vassal_of = SWI } - } - end_military_access = SWI - } - any_country = { - limit = { - exists = yes - NOT = { - tag = SWI - tag = NEH - } - any_pop = { - type = soldiers - has_pop_culture = swiss - } - } - any_pop = { - limit = { - type = soldiers - has_pop_culture = swiss - } - militancy = -7 - consciousness = -7 - } - } - } - - } + ai_will_do = { + factor = 1 + modifier = { factor = 0 government = fascist_dictatorship } + modifier = { factor = 0 government = proletarian_dictatorship } + } + } + + + abandon_neutrality = { + picture = declare_neutrality + potential = { + has_country_modifier = neutrality_modifier + NOT = { has_country_flag = abandoned_neutrality } + } + + allow = { + prestige = 20 + } + + effect = { + set_country_flag = abandoned_neutrality + prestige = -20 + badboy = 5 + remove_country_modifier = neutrality_modifier + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + OR = { + badboy = 0.75 + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + } + } + } + + violate_neutrality = { + picture = declare_neutrality + alert = no + potential = { + ai = no + SWI = { + neighbour = THIS + has_country_modifier = neutrality_modifier + } + } + + allow = { + SWI = { has_country_modifier = neutrality_modifier } + war_policy = jingoism + NOT = { + is_sphere_leader_of = SWI + truce_with = SWI + alliance_with = SWI + } + } + + effect = { + badboy = 25 + SWI = { + set_country_flag = neutrality_violated + remove_country_modifier = neutrality_modifier + relation = { who = THIS value = -200 } + } + diplomatic_influence = { who = SWI value = -200 } + any_country = { + limit = { + OR = { + alliance_with = SWI + is_sphere_leader_of = SWI + relation = { who = SWI value = 50 } + } + } + leave_alliance = THIS + relation = { who = THIS value = -200 } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + } + } + + enforce_neutrality = { + picture = declare_neutrality + potential = { + has_country_modifier = neutrality_modifier + ai = yes + } + + allow = { + OR = { + any_greater_power = { military_access = THIS } + any_neighbor_country = { NOT = { vassal_of = THIS } military_access = THIS } + sphere_owner = { military_access = THIS } + AND = { + num_of_allies = 1 + NOT = { NEH = { alliance_with = THIS } } + } + AND = { + num_of_allies = 2 + NEH = { exists = yes alliance_with = THIS } + } + war = yes + } + } + + effect = { + any_country = { + limit = { + exists = yes + NOT = { vassal_of = THIS } + OR = { + military_access = THIS + alliance_with = THIS + } + } + relation = { who = THIS value = -125 } + } + any_country = { + limit = { + exists = yes + alliance_with = THIS + NOT = { vassal_of = THIS } + } + leave_alliance = THIS + } + any_country = { + limit = { + exists = yes + war_with = THIS + } + end_war = THIS + } + any_country = { + limit = { + exists = yes + military_access = THIS + NOT = { vassal_of = THIS } + } + end_military_access = THIS + } + any_country = { + limit = { + exists = yes + NOT = { + tag = SWI + tag = NEH + } + any_pop = { + type = soldiers + has_pop_culture = swiss + } + } + any_pop = { + limit = { + type = soldiers + has_pop_culture = swiss + } + militancy = -7 + consciousness = -7 + } + } + } + } + + enforce_neutrality_on_player = { + picture = declare_neutrality + potential = { + ai = yes + exists = yes + SWI = { + has_country_modifier = neutrality_modifier + ai = no + OR = { + any_greater_power = { military_access = SWI } + any_neighbor_country = { NOT = { vassal_of = SWI } military_access = SWI } + sphere_owner = { military_access = SWI } + AND = { + num_of_allies = 1 + NOT = { NEH = { alliance_with = SWI } } + } + AND = { + num_of_allies = 2 + NEH = { exists = yes alliance_with = SWI } + } + war = yes + } + } + } + + allow = { + + } + + effect = { + any_country = { + limit = { + exists = yes + NOT = { vassal_of = SWI } + OR = { + military_access = SWI + alliance_with = SWI + } + } + relation = { who = SWI value = -125 } + } + any_country = { + limit = { + exists = yes + alliance_with = SWI + NOT = { vassal_of = SWI } + } + leave_alliance = SWI + } + any_country = { + limit = { + exists = yes + war_with = SWI + } + end_war = SWI + } + any_country = { + limit = { + exists = yes + military_access = SWI + NOT = { vassal_of = SWI } + } + end_military_access = SWI + } + any_country = { + limit = { + exists = yes + NOT = { + tag = SWI + tag = NEH + } + any_pop = { + type = soldiers + has_pop_culture = swiss + } + } + any_pop = { + limit = { + type = soldiers + has_pop_culture = swiss + } + militancy = -7 + consciousness = -7 + } + } + } + + } } diff --git a/HPM/decisions/Second ACW.txt b/HPM/decisions/Second ACW.txt index 72929838..a4a71052 100644 --- a/HPM/decisions/Second ACW.txt +++ b/HPM/decisions/Second ACW.txt @@ -1,1130 +1,1130 @@ political_decisions = { - join_new_csa = { - picture = reform_csa - potential = { - OR = { - tag = TEX - tag = UNM - } - ai = yes - is_vassal = no - NOT = { has_country_flag = asked_to_join_csa } - neighbour = CSA - NOT = { has_country_flag = ghost_country } - } - - allow = { - war = no - is_greater_power = no - is_secondary_power = no - government = democracy - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = CSA } - in_sphere = CSA - } - CSA = { - war = no - government = democracy - NOT = { truce_with = THIS } - } - OR = { - in_sphere = CSA - relation = { who = CSA value = 50 } - } - } - - effect = { - set_country_flag = asked_to_join_csa - all_core = { add_core = CSA } - CSA = { country_event = 60130 } - } - - ai_will_do = { - factor = 1 - } - } - - join_fsa = { - picture = form_fsa - potential = { - OR = { - tag = NEN - tag = UIL - tag = UNB - tag = DAK - } - ai = yes - is_vassal = no - NOT = { has_country_flag = asked_to_join_fsa } - neighbour = FSA - NOT = { has_country_flag = ghost_country } - } - - allow = { - war = no - is_greater_power = no - is_secondary_power = no - government = democracy - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = FSA } - in_sphere = FSA - } - FSA = { - war = no - government = democracy - NOT = { truce_with = THIS } - } - OR = { - in_sphere = FSA - relation = { who = FSA value = 100 } - } - } - - effect = { - set_country_flag = asked_to_join_fsa - all_core = { add_core = FSA } - FSA = { country_event = 60130 } - } - - ai_will_do = { - factor = 1 - } - } - - join_california = { - potential = { - OR = { - tag = DES - tag = UNM - tag = UOR - tag = DAK - } - ai = yes - is_vassal = no - NOT = { has_country_flag = asked_to_join_california } - neighbour = CAL - exists = yes - NOT = { has_country_flag = ghost_country } - } - - allow = { - war = no - is_greater_power = no - is_secondary_power = no - government = democracy - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = CAL } - in_sphere = CAL - } - CAL = { - war = no - government = democracy - NOT = { truce_with = THIS } - } - OR = { - in_sphere = CAL - relation = { who = CAL value = 100 } - } - } - - effect = { - set_country_flag = asked_to_join_california - all_core = { add_core = CAL } - CAL = { country_event = 60130 } - } - - ai_will_do = { - factor = 1 - } - } - - join_new_america = { - potential = { - OR = { - tag = UNB - tag = DAK - } - ai = yes - is_vassal = no - NOT = { has_country_flag = asked_to_join_new_america } - neighbour = UIL - NOT = { has_country_flag = ghost_country } - } - - allow = { - war = no - is_greater_power = no - is_secondary_power = no - government = democracy - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = UIL } - in_sphere = UIL - } - UIL = { - war = no - government = democracy - NOT = { truce_with = THIS } - } - OR = { - in_sphere = UIL - relation = { who = UIL value = 100 } - } - } - - effect = { - set_country_flag = asked_to_join_new_america - all_core = { add_core = UIL } - UIL = { country_event = 60130 } - } - - ai_will_do = { - factor = 1 - } - } - - rejoin_usa = { - potential = { - OR = { - AND = { - tag = CAL - has_country_flag = usstatehood_we_have_applied - } - AND = { - tag = TEX - has_country_flag = usstatehood_we_have_applied - } - AND = { - tag = DES - has_country_flag = usstatehood_we_have_applied - } - AND = { - tag = NEN - OR = { - has_country_flag = usstatehood_we_have_applied - USA = { ai = yes } - } - } - tag = UIL - tag = UNB - tag = UNM - tag = UOR - tag = DAK - } - NOT = { has_country_flag = ghost_country } - NOT = { has_global_flag = disunited_states } - NOT = { has_country_flag = asked_to_rejoin_usa } - NOT = { - tag = USA - tag = CSA - tag = FSA - } - is_greater_power = no - ai = yes - } - - allow = { - war = no - government = democracy - OR = { - sphere_owner = { is_sphere_leader_of = USA } - in_sphere = USA - } - USA = { - war = no - government = democracy - relation = { who = THIS value = 150 } - } - } - - effect = { - set_country_flag = asked_to_rejoin_usa - USA = { country_event = 60130 } - } - - ai_will_do = { - factor = 1 - } - } - - second_alaskan_purchase = { - picture = alaskan_purchase - potential = { - 1 = { - owned_by = THIS - is_core = THIS - } - 2599 = { - empty = no - is_core = THIS - NOT = { owned_by = THIS } - } - NOT = { has_country_flag = second_alaskan_purchase } - } - - allow = { - war = no - money = 50000 - 2599 = { - owner = { - war = no - relation = { who = THIS value = 50 } - } - } - } - - effect = { - set_country_flag = second_alaskan_purchase - 2599 = { - owner = { country_event = 44140 } - } - } - - ai_will_do = { - factor = 1 - } - } - - hawaiian_purchase = { - picture = annex_hawaii - potential = { - civilized = yes - 658 = { - NOT = { owned_by = THIS } - is_core = THIS - owner = { - civilized = yes - NOT = { tag = HAW } - } - } - NOT = { has_country_flag = hawaiian_purchase } - } - - allow = { - war = no - money = 50000 - 658 = { - owner = { - war = no - relation = { who = THIS value = 50 } - } - } - } - - effect = { - set_country_flag = hawaiian_purchase - 658 = { owner = { country_event = 44145 } } - } - - ai_will_do = { - factor = 1 - } - } - - fsa_enact_anaconda_plan = { - picture = enact_anaconda_plan - potential = { - tag = USA - FSA = { - any_owned_province = { has_building = naval_base } - war_with = THIS - } - NOT = { has_global_flag = anaconda_plan_active } - } - - allow = { - FSA = { - blockade = 0.8 - } - } - - effect = { - FSA = { - add_country_modifier = { - name = anaconda_plan - duration = -1 - } - } - set_global_flag = anaconda_plan_active - } - } - - fsa_shermans_march_to_the_sea = { - picture = shermans_march_to_the_sea - potential = { - tag = FSA - war_with = CSA - NOT = { has_country_flag = sherman_marched_to_the_sea } - } - allow = { - controls = 201 - controls = 2555 - controls = 204 - } - - effect = { - set_country_flag = sherman_marched_to_the_sea - 201 = { - any_pop = { - reduce_pop = 0.70 - } - } - 2555 = { - any_pop = { - reduce_pop = 0.90 - } - } - 204 = { - any_pop = { - reduce_pop = 0.90 - } - } - CSA = { - war_exhaustion = 4 - } - } - } - - raise_the_flag_of_freedom = { - picture = switch_to_liberty - potential = { - OR = { - tag = FSA - tag = NEN - tag = UIL - tag = UOR - tag = DAK - tag = DES - tag = CAL - tag = UNM - tag = UNB - } - NOT = { has_country_flag = ghost_country } - NOT = { has_country_flag = flag_of_freedom } - } - - allow = { - war_with = USA - } - - effect = { - set_country_flag = flag_of_freedom - any_pop = { - limit = { is_primary_culture = yes } - militancy = -4 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - leadership = 40 - small_arms = 100 - regular_clothes = 100 - } - } - - fsa_enact_radical_reconstruction = { - picture = enact_radical_reconstruction - potential = { - tag = USA - war = no - has_global_flag = alt_american_civil_war_has_happened - owns = 232 - owns = 243 - owns = 223 - NOT = { - exists = FSA - has_country_flag = has_used_radical_reconstruction - } - } - - allow = { - NOT = { - average_militancy = 4 - } - } - effect = { - war_exhaustion = -3 - any_pop = { - limit = { - has_pop_culture = yankee - } - consciousness = -5 - militancy = -5 - } - any_state = { - limit = { is_slave = no } - is_slave = yes - } - clr_global_flag = alt_american_civil_war_has_happened - set_country_flag = has_used_radical_reconstruction - } - } - - restore_the_union = { - picture = switch_to_liberty - potential = { - NOT = { has_country_flag = ghost_country } - is_culture_group = american_cultures - USA = { exists = no } - } - - allow = { - war = no - USA = { - all_core = { - OR = { - owned_by = THIS - owner = { - NOT = { is_culture_group = american_cultures } - } - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - empty = yes - region = USA_1 - region = HAW_658 - } - } - } - FSA = { - all_core = { - OR = { - owned_by = THIS - owner = { - NOT = { is_culture_group = american_cultures } - } - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - empty = yes - region = USA_1 - region = HAW_658 - } - } - } - CSA = { - all_core = { - OR = { - owned_by = THIS - owner = { - NOT = { is_culture_group = american_cultures } - } - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - empty = yes - region = USA_1 - region = HAW_658 - } - } - } - } - - effect = { - clr_global_flag = alt_american_civil_war_has_happened - prestige = 20 - all_core = { - remove_core = THIS - add_core = USA - } - change_tag = USA - any_country = { - limit = { - NOT = { is_greater_power = yes } - is_culture_group = THIS - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - } - country_event = 11101 - } - add_accepted_culture = yankee - add_accepted_culture = dixie - add_accepted_culture = texan - } - } - - restore_washington_capital = { - potential = { - tag = USA - owns = 2146 - NOT = { - capital = 2146 - has_global_flag = alt_american_civil_war_has_happened - } - } - - allow = { - controls = 2146 - NOT = { capital = 2146 } - } - - effect = { - capital = 2146 - prestige = 5 - } - } - - move_capital_to_philadelphia = { - picture = restore_washington_capital - potential = { - OR = { - tag = USA - tag = FSA - } - owns = 223 - OR = { - tag = FSA - AND = { - tag = USA - NOT = { owns = 2146 } - } - } - NOT = { capital = 223 } - } - - allow = { - controls = 223 - NOT = { capital = 223 } - } - - effect = { - capital = 223 - } - } - - move_capital_to_boston = { - picture = restore_washington_capital - potential = { - OR = { - tag = USA - tag = FSA - } - owns = 243 - OR = { - AND = { - tag = FSA - NOT = { owns = 223 } - } - AND = { - tag = USA - NOT = { owns = 2146 } - NOT = { owns = 223 } - } - } - NOT = { capital = 243 } - } - - allow = { - controls = 243 - NOT = { capital = 243 } - } - - effect = { - capital = 243 - } - } - - restore_richmond_capital = { - potential = { - tag = CSA - owns = 60 - NOT = { capital = 60 } - } - - allow = { - controls = 60 - NOT = { capital = 60 } - } - - effect = { - capital = 60 - prestige = 5 - } - } - - move_capital_to_atlanta = { - picture = restore_richmond_capital - potential = { - tag = CSA - owns = 201 - NOT = { - owns = 60 - capital = 201 - } - } - - allow = { - controls = 201 - NOT = { capital = 201 } - } - - effect = { - capital = 201 - } - ai_will_do = { factor = 0 } - } - - recognize_puerto_rico = { - picture = gtfo - potential = { - tag = USA - PRI = { - exists = yes - is_vassal = no - part_of_sphere = no - } - NOT = { - war_policy = jingoism - has_country_flag = recognized_puerto_rico - war_with = PRI - any_owned_province = { is_core = PRI } - PRI = { has_country_flag = ghost_country } - } - } - - allow = { - is_greater_power = yes - } - - effect = { - set_country_flag = recognized_puerto_rico - prestige = 5 - relation = { who = PRI value = 100 } - diplomatic_influence = { who = PRI value = 100 } - any_country = { - limit = { - any_owned_province = { - is_core = PRI - is_core = USA - } - } - any_owned = { - limit = { - is_core = PRI - is_core = USA - } - remove_core = USA - } - } - } - } - - recognize_cuba = { - picture = gtfo - potential = { - tag = USA - CUB = { - exists = yes - is_vassal = no - part_of_sphere = no - } - NOT = { - war_policy = jingoism - has_country_flag = recognized_cuba - war_with = CUB - any_owned_province = { is_core = CUB } - CUB = { has_country_flag = ghost_country } - } - } - - allow = { - is_greater_power = yes - } - - effect = { - set_country_flag = recognized_cuba - prestige = 5 - relation = { who = CUB value = 100 } - diplomatic_influence = { who = CUB value = 100 } - any_country = { - limit = { - any_owned_province = { - is_core = CUB - is_core = USA - } - } - any_owned = { - limit = { - is_core = CUB - is_core = USA - } - remove_core = USA - } - } - } - } - - recognize_phillipines = { - picture = gtfo - potential = { - tag = USA - revolution_n_counterrevolution = 1 - PHL = { - exists = yes - is_vassal = no - part_of_sphere = no - } - NOT = { - war_policy = jingoism - has_country_flag = recognized_phillipines - PHL = { has_country_flag = ghost_country } - war_with = PHL - any_owned_province = { is_core = PHL } - } - } - - allow = { - is_greater_power = yes - } - - effect = { - set_country_flag = recognized_phillipines - prestige = 5 - relation = { who = PHL value = 100 } - diplomatic_influence = { who = PHL value = 100 } - any_country = { - limit = { - any_owned_province = { - is_core = PHL - is_core = USA - } - } - any_owned = { - limit = { - is_core = PHL - is_core = USA - } - remove_core = USA - } - } - } - } - - recognize_the_csa = { - picture = reform_csa - potential = { - is_greater_power = yes - has_global_flag = american_civil_war_has_happened - exists = CSA - exists = USA - NOT = { - has_country_flag = recognize_the_csa - has_global_flag = alt_american_civil_war_has_happened - tag = CSA - tag = USA - tag = FSA - CSA = { has_country_flag = ghost_country } - } - } - allow = { - nationalism_n_imperialism = 1 - OR = { - AND = { - NOT = { - CSA = { national_provinces_occupied = 0.30 } - } - NOT = { - relation = { - who = USA - value = 50 - } - } - } - AND = { - has_global_flag = declaration2 - NOT = { has_global_flag = right_to_secede } - } - } - } - effect = { - prestige = 1 - set_country_flag = recognize_the_csa - CSA = { prestige = 5 } - USA = { prestige = -5 } - relation = { - who = CSA - value = 100 - } - diplomatic_influence = { - who = CSA - value = 25 - } - relation = { - who = USA - value = -100 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - alliance_with = USA - } - modifier = { - factor = 0 - relation = { who = USA value = 100 } - } - } - } - - right_to_secede = { - picture = reform_csa - potential = { - exists = CSA - tag = USA - has_global_flag = american_civil_war_has_happened - capital_scope = { is_core = CSA } - NOT = { - has_country_flag = ghost_country - has_global_flag = right_to_secede - } - } - allow = { - war = no - nationalism_n_imperialism = 1 - OR = { - CSA = { military_score = THIS } - war_exhaustion = 60 - is_greater_power = no - } - } - effect = { - prestige = -25 - war_exhaustion = -10 - set_global_flag = right_to_secede - CSA = { - prestige = 20 - any_owned = { - limit = { - is_core = CSA - is_core = USA - } - remove_core = USA - } - } - relation = { - who = CSA - value = 200 - } - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = CSA } - } - relation = { - who = THIS - value = 50 - } - } - } - ai_will_do = { - factor = 1 - } - } - - second_declaration_of_independence = { - alert = yes - picture = reform_csa - potential = { - tag = CSA - has_global_flag = american_civil_war_has_happened - NOT = { has_country_flag = ghost_country } - NOT = { has_global_flag = declaration2 } - } - allow = { - war = no - nationalism_n_imperialism = 1 - } - effect = { - prestige = 30 - set_global_flag = declaration2 - any_pop = { - limit = { - has_pop_culture = dixie - } - militancy = -10 - } - war_exhaustion = -10 - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = USA } - } - relation = { - who = THIS - value = 50 - } - } - USA = { prestige = -30 remove_accepted_culture = dixie } - } - ai_will_do = { - factor = 1 - } - } - - recognize_the_fsa = { - picture = form_fsa - potential = { - is_greater_power = yes - exists = FSA - exists = USA - has_global_flag = alt_american_civil_war_has_happened - NOT = { - has_country_flag = recognize_the_fsa - tag = CSA - tag = USA - tag = FSA - FSA = { has_country_flag = ghost_country } - } - } - allow = { - nationalism_n_imperialism = 1 - OR = { - AND = { - NOT = { - FSA = { national_provinces_occupied = 0.30 } - } - NOT = { - relation = { - who = USA - value = 50 - } - } - } - AND = { - has_global_flag = declaration3 - NOT = { has_global_flag = fsa_right_to_secede } - } - } - } - effect = { - prestige = 1 - set_country_flag = recognize_the_fsa - FSA = { prestige = 5 } - USA = { prestige = -5 } - relation = { - who = FSA - value = 100 - } - diplomatic_influence = { - who = FSA - value = 25 - } - relation = { - who = USA - value = -100 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - alliance_with = USA - } - modifier = { - factor = 0 - relation = { who = USA value = 100 } - } - } - } - - FSA_right_to_secede = { - picture = form_fsa - potential = { - exists = FSA - tag = USA - has_global_flag = alt_american_civil_war_has_happened - NOT = { - has_country_flag = ghost_country - has_global_flag = fsa_right_to_secede - } - } - allow = { - war = no - nationalism_n_imperialism = 1 - OR = { - FSA = { military_score = THIS } - war_exhaustion = 60 - is_greater_power = no - } - } - effect = { - prestige = -25 - war_exhaustion = -10 - set_global_flag = fsa_right_to_secede - FSA = { - prestige = 20 - any_owned = { - limit = { - is_core = FSA - is_core = USA - } - remove_core = USA - } - } - relation = { - who = FSA - value = 200 - } - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = FSA } - } - relation = { - who = THIS - value = 50 - } - } - } - ai_will_do = { - factor = 1 - } - } - - FSA_second_declaration_of_independence = { - alert = yes - picture = form_fsa - potential = { - tag = FSA - has_global_flag = alt_american_civil_war_has_happened - NOT = { has_global_flag = declaration3 } - NOT = { has_country_flag = ghost_country } - } - allow = { - war = no - nationalism_n_imperialism = 1 - } - effect = { - prestige = 30 - set_global_flag = declaration3 - any_pop = { - limit = { - has_pop_culture = yankee - } - militancy = -10 - } - war_exhaustion = -10 - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = USA } - } - relation = { - who = THIS - value = 50 - } - } - USA = { prestige = -30 } - } - ai_will_do = { - factor = 1 - } - } - -} \ No newline at end of file + join_new_csa = { + picture = reform_csa + potential = { + OR = { + tag = TEX + tag = UNM + } + ai = yes + is_vassal = no + NOT = { has_country_flag = asked_to_join_csa } + neighbour = CSA + NOT = { has_country_flag = ghost_country } + } + + allow = { + war = no + is_greater_power = no + is_secondary_power = no + government = democracy + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = CSA } + in_sphere = CSA + } + CSA = { + war = no + government = democracy + NOT = { truce_with = THIS } + } + OR = { + in_sphere = CSA + relation = { who = CSA value = 50 } + } + } + + effect = { + set_country_flag = asked_to_join_csa + all_core = { add_core = CSA } + CSA = { country_event = 60130 } + } + + ai_will_do = { + factor = 1 + } + } + + join_fsa = { + picture = form_fsa + potential = { + OR = { + tag = NEN + tag = UIL + tag = UNB + tag = DAK + } + ai = yes + is_vassal = no + NOT = { has_country_flag = asked_to_join_fsa } + neighbour = FSA + NOT = { has_country_flag = ghost_country } + } + + allow = { + war = no + is_greater_power = no + is_secondary_power = no + government = democracy + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = FSA } + in_sphere = FSA + } + FSA = { + war = no + government = democracy + NOT = { truce_with = THIS } + } + OR = { + in_sphere = FSA + relation = { who = FSA value = 100 } + } + } + + effect = { + set_country_flag = asked_to_join_fsa + all_core = { add_core = FSA } + FSA = { country_event = 60130 } + } + + ai_will_do = { + factor = 1 + } + } + + join_california = { + potential = { + OR = { + tag = DES + tag = UNM + tag = UOR + tag = DAK + } + ai = yes + is_vassal = no + NOT = { has_country_flag = asked_to_join_california } + neighbour = CAL + exists = yes + NOT = { has_country_flag = ghost_country } + } + + allow = { + war = no + is_greater_power = no + is_secondary_power = no + government = democracy + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = CAL } + in_sphere = CAL + } + CAL = { + war = no + government = democracy + NOT = { truce_with = THIS } + } + OR = { + in_sphere = CAL + relation = { who = CAL value = 100 } + } + } + + effect = { + set_country_flag = asked_to_join_california + all_core = { add_core = CAL } + CAL = { country_event = 60130 } + } + + ai_will_do = { + factor = 1 + } + } + + join_new_america = { + potential = { + OR = { + tag = UNB + tag = DAK + } + ai = yes + is_vassal = no + NOT = { has_country_flag = asked_to_join_new_america } + neighbour = UIL + NOT = { has_country_flag = ghost_country } + } + + allow = { + war = no + is_greater_power = no + is_secondary_power = no + government = democracy + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = UIL } + in_sphere = UIL + } + UIL = { + war = no + government = democracy + NOT = { truce_with = THIS } + } + OR = { + in_sphere = UIL + relation = { who = UIL value = 100 } + } + } + + effect = { + set_country_flag = asked_to_join_new_america + all_core = { add_core = UIL } + UIL = { country_event = 60130 } + } + + ai_will_do = { + factor = 1 + } + } + + rejoin_usa = { + potential = { + OR = { + AND = { + tag = CAL + has_country_flag = usstatehood_we_have_applied + } + AND = { + tag = TEX + has_country_flag = usstatehood_we_have_applied + } + AND = { + tag = DES + has_country_flag = usstatehood_we_have_applied + } + AND = { + tag = NEN + OR = { + has_country_flag = usstatehood_we_have_applied + USA = { ai = yes } + } + } + tag = UIL + tag = UNB + tag = UNM + tag = UOR + tag = DAK + } + NOT = { has_country_flag = ghost_country } + NOT = { has_global_flag = disunited_states } + NOT = { has_country_flag = asked_to_rejoin_usa } + NOT = { + tag = USA + tag = CSA + tag = FSA + } + is_greater_power = no + ai = yes + } + + allow = { + war = no + government = democracy + OR = { + sphere_owner = { is_sphere_leader_of = USA } + in_sphere = USA + } + USA = { + war = no + government = democracy + relation = { who = THIS value = 150 } + } + } + + effect = { + set_country_flag = asked_to_rejoin_usa + USA = { country_event = 60130 } + } + + ai_will_do = { + factor = 1 + } + } + + second_alaskan_purchase = { + picture = alaskan_purchase + potential = { + 1 = { + owned_by = THIS + is_core = THIS + } + 2599 = { + empty = no + is_core = THIS + NOT = { owned_by = THIS } + } + NOT = { has_country_flag = second_alaskan_purchase } + } + + allow = { + war = no + money = 50000 + 2599 = { + owner = { + war = no + relation = { who = THIS value = 50 } + } + } + } + + effect = { + set_country_flag = second_alaskan_purchase + 2599 = { + owner = { country_event = 44140 } + } + } + + ai_will_do = { + factor = 1 + } + } + + hawaiian_purchase = { + picture = annex_hawaii + potential = { + civilized = yes + 658 = { + NOT = { owned_by = THIS } + is_core = THIS + owner = { + civilized = yes + NOT = { tag = HAW } + } + } + NOT = { has_country_flag = hawaiian_purchase } + } + + allow = { + war = no + money = 50000 + 658 = { + owner = { + war = no + relation = { who = THIS value = 50 } + } + } + } + + effect = { + set_country_flag = hawaiian_purchase + 658 = { owner = { country_event = 44145 } } + } + + ai_will_do = { + factor = 1 + } + } + + fsa_enact_anaconda_plan = { + picture = enact_anaconda_plan + potential = { + tag = USA + FSA = { + any_owned_province = { has_building = naval_base } + war_with = THIS + } + NOT = { has_global_flag = anaconda_plan_active } + } + + allow = { + FSA = { + blockade = 0.8 + } + } + + effect = { + FSA = { + add_country_modifier = { + name = anaconda_plan + duration = -1 + } + } + set_global_flag = anaconda_plan_active + } + } + + fsa_shermans_march_to_the_sea = { + picture = shermans_march_to_the_sea + potential = { + tag = FSA + war_with = CSA + NOT = { has_country_flag = sherman_marched_to_the_sea } + } + allow = { + controls = 201 + controls = 2555 + controls = 204 + } + + effect = { + set_country_flag = sherman_marched_to_the_sea + 201 = { + any_pop = { + reduce_pop = 0.70 + } + } + 2555 = { + any_pop = { + reduce_pop = 0.90 + } + } + 204 = { + any_pop = { + reduce_pop = 0.90 + } + } + CSA = { + war_exhaustion = 4 + } + } + } + + raise_the_flag_of_freedom = { + picture = switch_to_liberty + potential = { + OR = { + tag = FSA + tag = NEN + tag = UIL + tag = UOR + tag = DAK + tag = DES + tag = CAL + tag = UNM + tag = UNB + } + NOT = { has_country_flag = ghost_country } + NOT = { has_country_flag = flag_of_freedom } + } + + allow = { + war_with = USA + } + + effect = { + set_country_flag = flag_of_freedom + any_pop = { + limit = { is_primary_culture = yes } + militancy = -4 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + leadership = 40 + small_arms = 100 + regular_clothes = 100 + } + } + + fsa_enact_radical_reconstruction = { + picture = enact_radical_reconstruction + potential = { + tag = USA + war = no + has_global_flag = alt_american_civil_war_has_happened + owns = 232 + owns = 243 + owns = 223 + NOT = { + exists = FSA + has_country_flag = has_used_radical_reconstruction + } + } + + allow = { + NOT = { + average_militancy = 4 + } + } + effect = { + war_exhaustion = -3 + any_pop = { + limit = { + has_pop_culture = yankee + } + consciousness = -5 + militancy = -5 + } + any_state = { + limit = { is_slave = no } + is_slave = yes + } + clr_global_flag = alt_american_civil_war_has_happened + set_country_flag = has_used_radical_reconstruction + } + } + + restore_the_union = { + picture = switch_to_liberty + potential = { + NOT = { has_country_flag = ghost_country } + is_culture_group = american_cultures + USA = { exists = no } + } + + allow = { + war = no + USA = { + all_core = { + OR = { + owned_by = THIS + owner = { + NOT = { is_culture_group = american_cultures } + } + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + empty = yes + region = USA_1 + region = HAW_658 + } + } + } + FSA = { + all_core = { + OR = { + owned_by = THIS + owner = { + NOT = { is_culture_group = american_cultures } + } + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + empty = yes + region = USA_1 + region = HAW_658 + } + } + } + CSA = { + all_core = { + OR = { + owned_by = THIS + owner = { + NOT = { is_culture_group = american_cultures } + } + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + empty = yes + region = USA_1 + region = HAW_658 + } + } + } + } + + effect = { + clr_global_flag = alt_american_civil_war_has_happened + prestige = 20 + all_core = { + remove_core = THIS + add_core = USA + } + change_tag = USA + any_country = { + limit = { + NOT = { is_greater_power = yes } + is_culture_group = THIS + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + } + country_event = 11101 + } + add_accepted_culture = yankee + add_accepted_culture = dixie + add_accepted_culture = texan + } + } + + restore_washington_capital = { + potential = { + tag = USA + owns = 2146 + NOT = { + capital = 2146 + has_global_flag = alt_american_civil_war_has_happened + } + } + + allow = { + controls = 2146 + NOT = { capital = 2146 } + } + + effect = { + capital = 2146 + prestige = 5 + } + } + + move_capital_to_philadelphia = { + picture = restore_washington_capital + potential = { + OR = { + tag = USA + tag = FSA + } + owns = 223 + OR = { + tag = FSA + AND = { + tag = USA + NOT = { owns = 2146 } + } + } + NOT = { capital = 223 } + } + + allow = { + controls = 223 + NOT = { capital = 223 } + } + + effect = { + capital = 223 + } + } + + move_capital_to_boston = { + picture = restore_washington_capital + potential = { + OR = { + tag = USA + tag = FSA + } + owns = 243 + OR = { + AND = { + tag = FSA + NOT = { owns = 223 } + } + AND = { + tag = USA + NOT = { owns = 2146 } + NOT = { owns = 223 } + } + } + NOT = { capital = 243 } + } + + allow = { + controls = 243 + NOT = { capital = 243 } + } + + effect = { + capital = 243 + } + } + + restore_richmond_capital = { + potential = { + tag = CSA + owns = 60 + NOT = { capital = 60 } + } + + allow = { + controls = 60 + NOT = { capital = 60 } + } + + effect = { + capital = 60 + prestige = 5 + } + } + + move_capital_to_atlanta = { + picture = restore_richmond_capital + potential = { + tag = CSA + owns = 201 + NOT = { + owns = 60 + capital = 201 + } + } + + allow = { + controls = 201 + NOT = { capital = 201 } + } + + effect = { + capital = 201 + } + ai_will_do = { factor = 0 } + } + + recognize_puerto_rico = { + picture = gtfo + potential = { + tag = USA + PRI = { + exists = yes + is_vassal = no + part_of_sphere = no + } + NOT = { + war_policy = jingoism + has_country_flag = recognized_puerto_rico + war_with = PRI + any_owned_province = { is_core = PRI } + PRI = { has_country_flag = ghost_country } + } + } + + allow = { + is_greater_power = yes + } + + effect = { + set_country_flag = recognized_puerto_rico + prestige = 5 + relation = { who = PRI value = 100 } + diplomatic_influence = { who = PRI value = 100 } + any_country = { + limit = { + any_owned_province = { + is_core = PRI + is_core = USA + } + } + any_owned = { + limit = { + is_core = PRI + is_core = USA + } + remove_core = USA + } + } + } + } + + recognize_cuba = { + picture = gtfo + potential = { + tag = USA + CUB = { + exists = yes + is_vassal = no + part_of_sphere = no + } + NOT = { + war_policy = jingoism + has_country_flag = recognized_cuba + war_with = CUB + any_owned_province = { is_core = CUB } + CUB = { has_country_flag = ghost_country } + } + } + + allow = { + is_greater_power = yes + } + + effect = { + set_country_flag = recognized_cuba + prestige = 5 + relation = { who = CUB value = 100 } + diplomatic_influence = { who = CUB value = 100 } + any_country = { + limit = { + any_owned_province = { + is_core = CUB + is_core = USA + } + } + any_owned = { + limit = { + is_core = CUB + is_core = USA + } + remove_core = USA + } + } + } + } + + recognize_phillipines = { + picture = gtfo + potential = { + tag = USA + revolution_n_counterrevolution = 1 + PHL = { + exists = yes + is_vassal = no + part_of_sphere = no + } + NOT = { + war_policy = jingoism + has_country_flag = recognized_phillipines + PHL = { has_country_flag = ghost_country } + war_with = PHL + any_owned_province = { is_core = PHL } + } + } + + allow = { + is_greater_power = yes + } + + effect = { + set_country_flag = recognized_phillipines + prestige = 5 + relation = { who = PHL value = 100 } + diplomatic_influence = { who = PHL value = 100 } + any_country = { + limit = { + any_owned_province = { + is_core = PHL + is_core = USA + } + } + any_owned = { + limit = { + is_core = PHL + is_core = USA + } + remove_core = USA + } + } + } + } + + recognize_the_csa = { + picture = reform_csa + potential = { + is_greater_power = yes + has_global_flag = american_civil_war_has_happened + exists = CSA + exists = USA + NOT = { + has_country_flag = recognize_the_csa + has_global_flag = alt_american_civil_war_has_happened + tag = CSA + tag = USA + tag = FSA + CSA = { has_country_flag = ghost_country } + } + } + allow = { + nationalism_n_imperialism = 1 + OR = { + AND = { + NOT = { + CSA = { national_provinces_occupied = 0.30 } + } + NOT = { + relation = { + who = USA + value = 50 + } + } + } + AND = { + has_global_flag = declaration2 + NOT = { has_global_flag = right_to_secede } + } + } + } + effect = { + prestige = 1 + set_country_flag = recognize_the_csa + CSA = { prestige = 5 } + USA = { prestige = -5 } + relation = { + who = CSA + value = 100 + } + diplomatic_influence = { + who = CSA + value = 25 + } + relation = { + who = USA + value = -100 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + alliance_with = USA + } + modifier = { + factor = 0 + relation = { who = USA value = 100 } + } + } + } + + right_to_secede = { + picture = reform_csa + potential = { + exists = CSA + tag = USA + has_global_flag = american_civil_war_has_happened + capital_scope = { is_core = CSA } + NOT = { + has_country_flag = ghost_country + has_global_flag = right_to_secede + } + } + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + CSA = { military_score = THIS } + war_exhaustion = 60 + is_greater_power = no + } + } + effect = { + prestige = -25 + war_exhaustion = -10 + set_global_flag = right_to_secede + CSA = { + prestige = 20 + any_owned = { + limit = { + is_core = CSA + is_core = USA + } + remove_core = USA + } + } + relation = { + who = CSA + value = 200 + } + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = CSA } + } + relation = { + who = THIS + value = 50 + } + } + } + ai_will_do = { + factor = 1 + } + } + + second_declaration_of_independence = { + alert = yes + picture = reform_csa + potential = { + tag = CSA + has_global_flag = american_civil_war_has_happened + NOT = { has_country_flag = ghost_country } + NOT = { has_global_flag = declaration2 } + } + allow = { + war = no + nationalism_n_imperialism = 1 + } + effect = { + prestige = 30 + set_global_flag = declaration2 + any_pop = { + limit = { + has_pop_culture = dixie + } + militancy = -10 + } + war_exhaustion = -10 + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = USA } + } + relation = { + who = THIS + value = 50 + } + } + USA = { prestige = -30 remove_accepted_culture = dixie } + } + ai_will_do = { + factor = 1 + } + } + + recognize_the_fsa = { + picture = form_fsa + potential = { + is_greater_power = yes + exists = FSA + exists = USA + has_global_flag = alt_american_civil_war_has_happened + NOT = { + has_country_flag = recognize_the_fsa + tag = CSA + tag = USA + tag = FSA + FSA = { has_country_flag = ghost_country } + } + } + allow = { + nationalism_n_imperialism = 1 + OR = { + AND = { + NOT = { + FSA = { national_provinces_occupied = 0.30 } + } + NOT = { + relation = { + who = USA + value = 50 + } + } + } + AND = { + has_global_flag = declaration3 + NOT = { has_global_flag = fsa_right_to_secede } + } + } + } + effect = { + prestige = 1 + set_country_flag = recognize_the_fsa + FSA = { prestige = 5 } + USA = { prestige = -5 } + relation = { + who = FSA + value = 100 + } + diplomatic_influence = { + who = FSA + value = 25 + } + relation = { + who = USA + value = -100 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + alliance_with = USA + } + modifier = { + factor = 0 + relation = { who = USA value = 100 } + } + } + } + + FSA_right_to_secede = { + picture = form_fsa + potential = { + exists = FSA + tag = USA + has_global_flag = alt_american_civil_war_has_happened + NOT = { + has_country_flag = ghost_country + has_global_flag = fsa_right_to_secede + } + } + allow = { + war = no + nationalism_n_imperialism = 1 + OR = { + FSA = { military_score = THIS } + war_exhaustion = 60 + is_greater_power = no + } + } + effect = { + prestige = -25 + war_exhaustion = -10 + set_global_flag = fsa_right_to_secede + FSA = { + prestige = 20 + any_owned = { + limit = { + is_core = FSA + is_core = USA + } + remove_core = USA + } + } + relation = { + who = FSA + value = 200 + } + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = FSA } + } + relation = { + who = THIS + value = 50 + } + } + } + ai_will_do = { + factor = 1 + } + } + + FSA_second_declaration_of_independence = { + alert = yes + picture = form_fsa + potential = { + tag = FSA + has_global_flag = alt_american_civil_war_has_happened + NOT = { has_global_flag = declaration3 } + NOT = { has_country_flag = ghost_country } + } + allow = { + war = no + nationalism_n_imperialism = 1 + } + effect = { + prestige = 30 + set_global_flag = declaration3 + any_pop = { + limit = { + has_pop_culture = yankee + } + militancy = -10 + } + war_exhaustion = -10 + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = USA } + } + relation = { + who = THIS + value = 50 + } + } + USA = { prestige = -30 } + } + ai_will_do = { + factor = 1 + } + } + +} diff --git a/HPM/decisions/Segregation.txt b/HPM/decisions/Segregation.txt index 52888e5d..5d113e75 100644 --- a/HPM/decisions/Segregation.txt +++ b/HPM/decisions/Segregation.txt @@ -1,484 +1,484 @@ political_decisions = { - - native_integration_status_on = { - picture = native_integration_status - alert = no - potential = { - is_substate = no - NOT = { has_country_flag = native_integration_status_on } - NOT = { has_country_flag = native_protection_act_enacted } - NOT = { has_country_flag = native_assimilation_enacted } - NOT = { has_country_modifier = native_removal_act_policy } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - OR = { - is_culture_group = latin_american_cultures - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - primary_culture = french_canadian - primary_culture = alaskan - } - any_owned_province = { - is_core = THIS - is_colonial = no - OR = { - continent = north_america - continent = south_america - continent = australia_new_zealand - } - any_pop = { - OR = { is_culture_group = oceanic is_culture_group = native_american } - } - } - } - - allow = { - - } - - effect = { - set_country_flag = native_integration_status_on - } - - ai_will_do = { factor = 1 } - } - native_integration_status_off = { - picture = native_integration_status - alert = no - potential = { - has_country_flag = native_integration_status_on - } - - allow = { - - } - - effect = { - clr_country_flag = native_integration_status_on - } - - ai_will_do = { factor = 0 } - } - - native_protection_act = { - picture = native_protection_act - potential = { - has_country_flag = native_integration_status_on - NOT = { has_country_flag = native_protection_act_enacted } - } - - allow = { - war = no - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = fascist } - NOT = { citizens_rights = primary_culture_only } - OR = { - all_core = { - owned_by = THIS - is_colonial = no - any_pop = { is_primary_culture = yes } - } - nationalvalue = nv_equality - } - OR = { - citizenship_policy = full_citizenship - government = proletarian_dictatorship - } - OR = { - invention = sociology - AND = { - nationalvalue = nv_equality - biologism = 1 - } - } - money = 10000 - OR = { - government = proletarian_dictatorship - upper_house = { ideology = socialist value = 0.3 } - upper_house = { ideology = liberal value = 0.3 } - AND = { - upper_house = { ideology = socialist value = 0.15 } - upper_house = { ideology = liberal value = 0.15 } - } - } - } - - effect = { - treasury = -10000 - badboy = -5 - set_country_flag = native_protection_act_enacted - clr_country_flag = native_integration_status_on - random_owned = { - limit = { OR = { continent = south_america continent = north_america } } - owner = { - any_pop = { limit = { NOT = { is_culture_group = native_american } } - scaled_militancy = { factor = 3 ideology = reactionary } - scaled_consciousness = { factor = 3 ideology = conservative } - } - - any_pop = { limit = { is_culture_group = native_american } - consciousness = 4 - militancy = -2 - dominant_issue = { factor = 0.5 value = full_citizenship } - } - } - } - - random_owned = { - limit = { OR = { continent = australia_new_zealand continent = polynesia } } - owner = { - any_pop = { limit = { NOT = { is_culture_group = oceanic } } - scaled_militancy = { factor = 3 ideology = reactionary } - scaled_consciousness = { factor = 3 ideology = conservative } - } - - any_pop = { limit = { is_culture_group = oceanic } - consciousness = 4 - militancy = -2 - dominant_issue = { factor = 0.5 value = full_citizenship } - } - } - } - - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = mayan } NOT = { owner = { accepted_culture = mayan } } } - owner = { add_accepted_culture = mayan } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = nahua } NOT = { owner = { accepted_culture = nahua } } } - owner = { add_accepted_culture = nahua } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = quechua } NOT = { owner = { accepted_culture = quechua } } } - owner = { add_accepted_culture = quechua } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = guarani } NOT = { owner = { accepted_culture = guarani } } } - owner = { add_accepted_culture = guarani } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = aimara } NOT = { owner = { accepted_culture = aimara } } } - owner = { add_accepted_culture = aimara } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = amazonian } NOT = { owner = { accepted_culture = amazonian } } } - owner = { add_accepted_culture = amazonian } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = patagonian } NOT = { owner = { accepted_culture = patagonian } } } - owner = { add_accepted_culture = patagonian } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = tupinamba } NOT = { owner = { accepted_culture = tupinamba } } } - owner = { add_accepted_culture = tupinamba } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = dakota } NOT = { owner = { accepted_culture = dakota } } } - owner = { add_accepted_culture = dakota } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = cherokee } NOT = { owner = { accepted_culture = cherokee } } } - owner = { add_accepted_culture = cherokee } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = pueblo } NOT = { owner = { accepted_culture = pueblo } } } - owner = { add_accepted_culture = pueblo } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = inuit } NOT = { owner = { accepted_culture = inuit } } } - owner = { add_accepted_culture = inuit } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = cree } NOT = { owner = { accepted_culture = cree } } } - owner = { add_accepted_culture = cree } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = navajo } NOT = { owner = { accepted_culture = navajo } } } - owner = { add_accepted_culture = navajo } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = native_american_minor } NOT = { owner = { accepted_culture = native_american_minor } } } - owner = { add_accepted_culture = native_american_minor } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = aborigine } NOT = { owner = { accepted_culture = aborigine } } } - owner = { add_accepted_culture = aborigine } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = maori } NOT = { owner = { accepted_culture = maori } } } - owner = { add_accepted_culture = maori } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = polynesian } NOT = { owner = { accepted_culture = polynesian } } } - owner = { add_accepted_culture = polynesian } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = hawaiian } NOT = { owner = { accepted_culture = hawaiian } } } - owner = { add_accepted_culture = hawaiian } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = melanesian } NOT = { owner = { accepted_culture = melanesian } } } - owner = { add_accepted_culture = melanesian } - } - random_owned = { - limit = { is_core = THIS any_pop = { has_pop_culture = micronesian } NOT = { owner = { accepted_culture = micronesian } } } - owner = { add_accepted_culture = micronesian } - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { year = 1915 } - OR = { - tag = USA - tag = CAN - } - } - } - } - - native_assimilation_act = { - picture = native_assimilation_act - potential = { - has_country_flag = native_integration_status_on - NOT = { has_country_flag = native_assimilation_enacted } - } - - allow = { - war = no - NOT = { citizens_rights = all_voting_pops } - citizenship_policy = limited_citizenship - experimental_psychology = 1 - money = 100000 - all_core = { - owned_by = THIS - is_colonial = no - any_pop = { is_primary_culture = yes } - } - OR = { - upper_house = { ideology = reactionary value = 0.4 } - upper_house = { ideology = conservative value = 0.51 } - AND = { - upper_house = { ideology = conservative value = 0.25 } - upper_house = { ideology = reactionary value = 0.25 } - } - } - OR = { - school_reforms = acceptable_schools - school_reforms = good_schools - } - OR = { - AND = { - pop_majority_culture = yankee - primary_culture = yankee - } - AND = { - pop_majority_culture = dixie - primary_culture = dixie - } - AND = { - pop_majority_culture = australian - primary_culture = australian - } - AND = { - pop_majority_culture = anglo_canadian - primary_culture = anglo_canadian - } - AND = { - pop_majority_culture = french_canadian - primary_culture = french_canadian - } - AND = { - pop_majority_culture = mexican - primary_culture = mexican - } - AND = { - pop_majority_culture = platinean - primary_culture = platinean - } - AND = { - pop_majority_culture = central_american - primary_culture = central_american - } - AND = { - pop_majority_culture = north_andean - primary_culture = north_andean - } - AND = { - pop_majority_culture = south_andean - primary_culture = south_andean - } - AND = { - pop_majority_culture = brazilian - primary_culture = brazilian - } - AND = { - pop_majority_culture = texan - primary_culture = texan - } - AND = { - pop_majority_culture = alaskan - primary_culture = alaskan - } - AND = { - pop_majority_culture = caribeno - primary_culture = caribeno - } - } - } - - effect = { - treasury = -100000 - badboy = 2 - set_country_flag = native_assimilation_enacted - clr_country_flag = native_integration_status_on - add_country_modifier = { name = native_assimilation_act_policy duration = 7300 } - any_pop = { - limit = { - OR = { - is_culture_group = native_american - is_culture_group = oceanic - } - } - consciousness = 9 - militancy = 3 - } - } - - ai_will_do = { factor = 1 } - - } - - native_removal_act = { - picture = native_removal_act - potential = { - has_country_flag = native_integration_status_on - NOT = { has_country_modifier = native_removal_act_policy } - } - - allow = { - war = no - citizens_rights = primary_culture_only - NOT = { government = democracy } - NOT = { government = hms_government } - war_policy = jingoism - citizenship_policy = residency - experimental_psychology = 1 - money = 50000 - average_militancy = 5 - all_core = { - owned_by = THIS - is_colonial = no - any_pop = { is_primary_culture = yes } - } - OR = { - upper_house = { ideology = reactionary value = 0.51 } - upper_house = { ideology = fascist value = 0.51 } - } - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - OR = { - AND = { - pop_majority_culture = yankee - primary_culture = yankee - } - AND = { - pop_majority_culture = dixie - primary_culture = dixie - } - AND = { - pop_majority_culture = australian - primary_culture = australian - } - AND = { - pop_majority_culture = anglo_canadian - primary_culture = anglo_canadian - } - AND = { - pop_majority_culture = french_canadian - primary_culture = french_canadian - } - AND = { - pop_majority_culture = mexican - primary_culture = mexican - } - AND = { - pop_majority_culture = platinean - primary_culture = platinean - } - AND = { - pop_majority_culture = central_american - primary_culture = central_american - } - AND = { - pop_majority_culture = north_andean - primary_culture = north_andean - } - AND = { - pop_majority_culture = south_andean - primary_culture = south_andean - } - AND = { - pop_majority_culture = brazilian - primary_culture = brazilian - } - AND = { - pop_majority_culture = texan - primary_culture = texan - } - AND = { - pop_majority_culture = alaskan - primary_culture = alaskan - } - AND = { - pop_majority_culture = caribeno - primary_culture = caribeno - } - } - } - - effect = { - treasury = -50000 - badboy = 6 - add_country_modifier = { name = native_removal_act_policy duration = 7300 } - clr_country_flag = native_integration_status_on - any_pop = { - limit = { - OR = { - is_culture_group = native_american - is_culture_group = oceanic - } - } - consciousness = 9 - militancy = 9 - } - any_pop = { - limit = { - OR = { - is_culture_group = native_american - is_culture_group = oceanic - } - } - random_list = { - 20 = { reduce_pop = 0.4 } - 20 = { reduce_pop = 0.35 } - 20 = { reduce_pop = 0.3 } - 20 = { reduce_pop = 0.25 } - 20 = { reduce_pop = 0.2 } - } - } - } - - ai_will_do = { factor = 1 } - - } + native_integration_status_on = { + picture = native_integration_status + alert = no + potential = { + is_substate = no + NOT = { has_country_flag = native_integration_status_on } + NOT = { has_country_flag = native_protection_act_enacted } + NOT = { has_country_flag = native_assimilation_enacted } + NOT = { has_country_modifier = native_removal_act_policy } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + OR = { + is_culture_group = latin_american_cultures + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + primary_culture = french_canadian + primary_culture = alaskan + } + any_owned_province = { + is_core = THIS + is_colonial = no + OR = { + continent = north_america + continent = south_america + continent = australia_new_zealand + } + any_pop = { + OR = { is_culture_group = oceanic is_culture_group = native_american } + } + } + } -} \ No newline at end of file + allow = { + + } + + effect = { + set_country_flag = native_integration_status_on + } + + ai_will_do = { factor = 1 } + } + + native_integration_status_off = { + picture = native_integration_status + alert = no + potential = { + has_country_flag = native_integration_status_on + } + + allow = { + + } + + effect = { + clr_country_flag = native_integration_status_on + } + + ai_will_do = { factor = 0 } + } + + native_protection_act = { + picture = native_protection_act + potential = { + has_country_flag = native_integration_status_on + NOT = { has_country_flag = native_protection_act_enacted } + } + + allow = { + war = no + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = fascist } + NOT = { citizens_rights = primary_culture_only } + OR = { + all_core = { + owned_by = THIS + is_colonial = no + any_pop = { is_primary_culture = yes } + } + nationalvalue = nv_equality + } + OR = { + citizenship_policy = full_citizenship + government = proletarian_dictatorship + } + OR = { + invention = sociology + AND = { + nationalvalue = nv_equality + biologism = 1 + } + } + money = 10000 + OR = { + government = proletarian_dictatorship + upper_house = { ideology = socialist value = 0.3 } + upper_house = { ideology = liberal value = 0.3 } + AND = { + upper_house = { ideology = socialist value = 0.15 } + upper_house = { ideology = liberal value = 0.15 } + } + } + } + + effect = { + treasury = -10000 + badboy = -5 + set_country_flag = native_protection_act_enacted + clr_country_flag = native_integration_status_on + random_owned = { + limit = { OR = { continent = south_america continent = north_america } } + owner = { + any_pop = { limit = { NOT = { is_culture_group = native_american } } + scaled_militancy = { factor = 3 ideology = reactionary } + scaled_consciousness = { factor = 3 ideology = conservative } + } + + any_pop = { limit = { is_culture_group = native_american } + consciousness = 4 + militancy = -2 + dominant_issue = { factor = 0.5 value = full_citizenship } + } + } + } + + random_owned = { + limit = { OR = { continent = australia_new_zealand continent = polynesia } } + owner = { + any_pop = { limit = { NOT = { is_culture_group = oceanic } } + scaled_militancy = { factor = 3 ideology = reactionary } + scaled_consciousness = { factor = 3 ideology = conservative } + } + + any_pop = { limit = { is_culture_group = oceanic } + consciousness = 4 + militancy = -2 + dominant_issue = { factor = 0.5 value = full_citizenship } + } + } + } + + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = mayan } NOT = { owner = { accepted_culture = mayan } } } + owner = { add_accepted_culture = mayan } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = nahua } NOT = { owner = { accepted_culture = nahua } } } + owner = { add_accepted_culture = nahua } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = quechua } NOT = { owner = { accepted_culture = quechua } } } + owner = { add_accepted_culture = quechua } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = guarani } NOT = { owner = { accepted_culture = guarani } } } + owner = { add_accepted_culture = guarani } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = aimara } NOT = { owner = { accepted_culture = aimara } } } + owner = { add_accepted_culture = aimara } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = amazonian } NOT = { owner = { accepted_culture = amazonian } } } + owner = { add_accepted_culture = amazonian } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = patagonian } NOT = { owner = { accepted_culture = patagonian } } } + owner = { add_accepted_culture = patagonian } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = tupinamba } NOT = { owner = { accepted_culture = tupinamba } } } + owner = { add_accepted_culture = tupinamba } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = dakota } NOT = { owner = { accepted_culture = dakota } } } + owner = { add_accepted_culture = dakota } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = cherokee } NOT = { owner = { accepted_culture = cherokee } } } + owner = { add_accepted_culture = cherokee } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = pueblo } NOT = { owner = { accepted_culture = pueblo } } } + owner = { add_accepted_culture = pueblo } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = inuit } NOT = { owner = { accepted_culture = inuit } } } + owner = { add_accepted_culture = inuit } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = cree } NOT = { owner = { accepted_culture = cree } } } + owner = { add_accepted_culture = cree } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = navajo } NOT = { owner = { accepted_culture = navajo } } } + owner = { add_accepted_culture = navajo } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = native_american_minor } NOT = { owner = { accepted_culture = native_american_minor } } } + owner = { add_accepted_culture = native_american_minor } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = aborigine } NOT = { owner = { accepted_culture = aborigine } } } + owner = { add_accepted_culture = aborigine } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = maori } NOT = { owner = { accepted_culture = maori } } } + owner = { add_accepted_culture = maori } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = polynesian } NOT = { owner = { accepted_culture = polynesian } } } + owner = { add_accepted_culture = polynesian } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = hawaiian } NOT = { owner = { accepted_culture = hawaiian } } } + owner = { add_accepted_culture = hawaiian } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = melanesian } NOT = { owner = { accepted_culture = melanesian } } } + owner = { add_accepted_culture = melanesian } + } + random_owned = { + limit = { is_core = THIS any_pop = { has_pop_culture = micronesian } NOT = { owner = { accepted_culture = micronesian } } } + owner = { add_accepted_culture = micronesian } + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { year = 1915 } + OR = { + tag = USA + tag = CAN + } + } + } + } + + native_assimilation_act = { + picture = native_assimilation_act + potential = { + has_country_flag = native_integration_status_on + NOT = { has_country_flag = native_assimilation_enacted } + } + + allow = { + war = no + NOT = { citizens_rights = all_voting_pops } + citizenship_policy = limited_citizenship + experimental_psychology = 1 + money = 100000 + all_core = { + owned_by = THIS + is_colonial = no + any_pop = { is_primary_culture = yes } + } + OR = { + upper_house = { ideology = reactionary value = 0.4 } + upper_house = { ideology = conservative value = 0.51 } + AND = { + upper_house = { ideology = conservative value = 0.25 } + upper_house = { ideology = reactionary value = 0.25 } + } + } + OR = { + school_reforms = acceptable_schools + school_reforms = good_schools + } + OR = { + AND = { + pop_majority_culture = yankee + primary_culture = yankee + } + AND = { + pop_majority_culture = dixie + primary_culture = dixie + } + AND = { + pop_majority_culture = australian + primary_culture = australian + } + AND = { + pop_majority_culture = anglo_canadian + primary_culture = anglo_canadian + } + AND = { + pop_majority_culture = french_canadian + primary_culture = french_canadian + } + AND = { + pop_majority_culture = mexican + primary_culture = mexican + } + AND = { + pop_majority_culture = platinean + primary_culture = platinean + } + AND = { + pop_majority_culture = central_american + primary_culture = central_american + } + AND = { + pop_majority_culture = north_andean + primary_culture = north_andean + } + AND = { + pop_majority_culture = south_andean + primary_culture = south_andean + } + AND = { + pop_majority_culture = brazilian + primary_culture = brazilian + } + AND = { + pop_majority_culture = texan + primary_culture = texan + } + AND = { + pop_majority_culture = alaskan + primary_culture = alaskan + } + AND = { + pop_majority_culture = caribeno + primary_culture = caribeno + } + } + } + + effect = { + treasury = -100000 + badboy = 2 + set_country_flag = native_assimilation_enacted + clr_country_flag = native_integration_status_on + add_country_modifier = { name = native_assimilation_act_policy duration = 7300 } + any_pop = { + limit = { + OR = { + is_culture_group = native_american + is_culture_group = oceanic + } + } + consciousness = 9 + militancy = 3 + } + } + + ai_will_do = { factor = 1 } + + } + + native_removal_act = { + picture = native_removal_act + potential = { + has_country_flag = native_integration_status_on + NOT = { has_country_modifier = native_removal_act_policy } + } + + allow = { + war = no + citizens_rights = primary_culture_only + NOT = { government = democracy } + NOT = { government = hms_government } + war_policy = jingoism + citizenship_policy = residency + experimental_psychology = 1 + money = 50000 + average_militancy = 5 + all_core = { + owned_by = THIS + is_colonial = no + any_pop = { is_primary_culture = yes } + } + OR = { + upper_house = { ideology = reactionary value = 0.51 } + upper_house = { ideology = fascist value = 0.51 } + } + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + OR = { + AND = { + pop_majority_culture = yankee + primary_culture = yankee + } + AND = { + pop_majority_culture = dixie + primary_culture = dixie + } + AND = { + pop_majority_culture = australian + primary_culture = australian + } + AND = { + pop_majority_culture = anglo_canadian + primary_culture = anglo_canadian + } + AND = { + pop_majority_culture = french_canadian + primary_culture = french_canadian + } + AND = { + pop_majority_culture = mexican + primary_culture = mexican + } + AND = { + pop_majority_culture = platinean + primary_culture = platinean + } + AND = { + pop_majority_culture = central_american + primary_culture = central_american + } + AND = { + pop_majority_culture = north_andean + primary_culture = north_andean + } + AND = { + pop_majority_culture = south_andean + primary_culture = south_andean + } + AND = { + pop_majority_culture = brazilian + primary_culture = brazilian + } + AND = { + pop_majority_culture = texan + primary_culture = texan + } + AND = { + pop_majority_culture = alaskan + primary_culture = alaskan + } + AND = { + pop_majority_culture = caribeno + primary_culture = caribeno + } + } + } + + effect = { + treasury = -50000 + badboy = 6 + add_country_modifier = { name = native_removal_act_policy duration = 7300 } + clr_country_flag = native_integration_status_on + any_pop = { + limit = { + OR = { + is_culture_group = native_american + is_culture_group = oceanic + } + } + consciousness = 9 + militancy = 9 + } + any_pop = { + limit = { + OR = { + is_culture_group = native_american + is_culture_group = oceanic + } + } + random_list = { + 20 = { reduce_pop = 0.4 } + 20 = { reduce_pop = 0.35 } + 20 = { reduce_pop = 0.3 } + 20 = { reduce_pop = 0.25 } + 20 = { reduce_pop = 0.2 } + } + } + } + + ai_will_do = { factor = 1 } + + } + +} diff --git a/HPM/decisions/Setup.txt b/HPM/decisions/Setup.txt index 28812a49..849b42a7 100644 --- a/HPM/decisions/Setup.txt +++ b/HPM/decisions/Setup.txt @@ -1,2835 +1,2834 @@ political_decisions = { - - option_disable_anarcho_liberals = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = anarcho_liberals_disabled } - } - - allow = { - } - - effect = { - set_global_flag = anarcho_liberals_disabled - } - ai_will_do = { factor = 0 } - } - - unlock_crisis_in_1870 = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = unlock_crisis_in_1870 } - } - - allow = { - } - - effect = { - set_global_flag = unlock_crisis_in_1870 - } - ai_will_do = { factor = 0 } - } - - option_disable_hpm_crisis = { - picture = starting_options - alert = no - potential = { - exists = yes - NOT = { has_global_flag = revolution_n_counter_researched } - OR = { - AND = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - } - AND = { - ai = yes - year = 1886 - OR = { - revolution_n_counterrevolution = 1 - any_neighbor_country = { revolution_n_counterrevolution = 1 } - any_greater_power = { revolution_n_counterrevolution = 1 } - } - } - AND = { - ai = yes - year = 1870 - has_global_flag = unlock_crisis_in_1870 - OR = { - revolution_n_counterrevolution = 1 - any_neighbor_country = { revolution_n_counterrevolution = 1 } - any_greater_power = { revolution_n_counterrevolution = 1 } - } - } - } - } - - allow = { - } - - effect = { - set_global_flag = revolution_n_counter_researched - } - ai_will_do = { factor = 1 } - } - - option_enable_fantasy_countries = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = fantasy_countries_enabled } - } - - allow = { - } - - effect = { - set_global_flag = fantasy_countries_enabled - } - ai_will_do = { factor = 0 } - } - - option_enable_easter_eggs = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = easter_eggs_enabled } - } - - allow = { - } - - effect = { - set_global_flag = easter_eggs_enabled - } - ai_will_do = { factor = 0 } - } - - option_disable_workplace_events = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = workplace_events_disabled } - } - - allow = { - } - - effect = { - set_global_flag = workplace_events_disabled - } - ai_will_do = { factor = 0 } - } - - option_disable_bankruptcy_events = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_country_flag = bankruptcy_events_disabled } - } - - allow = { - } - - effect = { - set_country_flag = bankruptcy_events_disabled - any_country = { limit = { ai = no } set_country_flag = bankruptcy_events_disabled } - } - ai_will_do = { factor = 0 } - } - - option_spawn_occitania = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = spawn_occitania } - } - - allow = { - } - - effect = { - set_global_flag = spawn_occitania - FRA = { add_accepted_culture = occitan } - 448 = { add_core = OCC } - 449 = { add_core = OCC } - 450 = { add_core = OCC } - 451 = { add_core = OCC } - 452 = { add_core = OCC } - 453 = { add_core = OCC } - 454 = { add_core = OCC } - 455 = { add_core = OCC } - 457 = { add_core = OCC } - 456 = { add_core = OCC } - 458 = { add_core = OCC } - 459 = { add_core = OCC } - 460 = { add_core = OCC } - 461 = { add_core = OCC } - 462 = { add_core = OCC } - 463 = { add_core = OCC } - 464 = { add_core = OCC } - 465 = { add_core = OCC } - 466 = { add_core = OCC } - 467 = { add_core = OCC } - 468 = { add_core = OCC } - 469 = { add_core = OCC } - 470 = { add_core = OCC } - 471 = { add_core = OCC } - 472 = { add_core = OCC } - FRA = { release = OCC } - OCC = { country_event = { id = 6016807 days = 2 } } - } - - ai_will_do = { factor = 0 } - } - - option_spawn_eic = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = eic_spawned } - } - - allow = { - } - - effect = { - set_global_flag = eic_spawned - ENG = { country_event = 9990016 } - } - - ai_will_do = { factor = 0 } - } + + option_disable_anarcho_liberals = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = anarcho_liberals_disabled } + } + + allow = { + } + + effect = { + set_global_flag = anarcho_liberals_disabled + } + ai_will_do = { factor = 0 } + } + + unlock_crisis_in_1870 = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = unlock_crisis_in_1870 } + } + + allow = { + } + + effect = { + set_global_flag = unlock_crisis_in_1870 + } + ai_will_do = { factor = 0 } + } + + option_disable_hpm_crisis = { + picture = starting_options + alert = no + potential = { + exists = yes + NOT = { has_global_flag = revolution_n_counter_researched } + OR = { + AND = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + } + AND = { + ai = yes + year = 1886 + OR = { + revolution_n_counterrevolution = 1 + any_neighbor_country = { revolution_n_counterrevolution = 1 } + any_greater_power = { revolution_n_counterrevolution = 1 } + } + } + AND = { + ai = yes + year = 1870 + has_global_flag = unlock_crisis_in_1870 + OR = { + revolution_n_counterrevolution = 1 + any_neighbor_country = { revolution_n_counterrevolution = 1 } + any_greater_power = { revolution_n_counterrevolution = 1 } + } + } + } + } + + allow = { + } + + effect = { + set_global_flag = revolution_n_counter_researched + } + ai_will_do = { factor = 1 } + } + + option_enable_fantasy_countries = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = fantasy_countries_enabled } + } + + allow = { + } + + effect = { + set_global_flag = fantasy_countries_enabled + } + ai_will_do = { factor = 0 } + } + + option_enable_easter_eggs = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = easter_eggs_enabled } + } + + allow = { + } + + effect = { + set_global_flag = easter_eggs_enabled + } + ai_will_do = { factor = 0 } + } + + option_disable_workplace_events = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = workplace_events_disabled } + } + + allow = { + } + + effect = { + set_global_flag = workplace_events_disabled + } + ai_will_do = { factor = 0 } + } + + option_disable_bankruptcy_events = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_country_flag = bankruptcy_events_disabled } + } + + allow = { + } + + effect = { + set_country_flag = bankruptcy_events_disabled + any_country = { limit = { ai = no } set_country_flag = bankruptcy_events_disabled } + } + ai_will_do = { factor = 0 } + } + + option_spawn_occitania = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = spawn_occitania } + } + + allow = { + } + + effect = { + set_global_flag = spawn_occitania + FRA = { add_accepted_culture = occitan } + 448 = { add_core = OCC } + 449 = { add_core = OCC } + 450 = { add_core = OCC } + 451 = { add_core = OCC } + 452 = { add_core = OCC } + 453 = { add_core = OCC } + 454 = { add_core = OCC } + 455 = { add_core = OCC } + 457 = { add_core = OCC } + 456 = { add_core = OCC } + 458 = { add_core = OCC } + 459 = { add_core = OCC } + 460 = { add_core = OCC } + 461 = { add_core = OCC } + 462 = { add_core = OCC } + 463 = { add_core = OCC } + 464 = { add_core = OCC } + 465 = { add_core = OCC } + 466 = { add_core = OCC } + 467 = { add_core = OCC } + 468 = { add_core = OCC } + 469 = { add_core = OCC } + 470 = { add_core = OCC } + 471 = { add_core = OCC } + 472 = { add_core = OCC } + FRA = { release = OCC } + OCC = { country_event = { id = 6016807 days = 2 } } + } + + ai_will_do = { factor = 0 } + } + + option_spawn_eic = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = eic_spawned } + } + + allow = { + } + + effect = { + set_global_flag = eic_spawned + ENG = { country_event = 9990016 } + } + + ai_will_do = { factor = 0 } + } ###Disable Starting Party Loyalty - option_disable_starting_party_loyalty = { - picture = starting_options - alert = no - potential = { - NOT = { has_global_flag = party_loyalty_eliminated } - OR = { - AND = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - } - AND = { - ai = yes - year = 1841 - } - } - } - - allow = { - } - - effect = { - set_global_flag = party_loyalty_eliminated - country_event = 6016814 - } - - ai_will_do = { factor = 1 } - } - - ###Disable Mobilization bug fix - - option_disable_mobilization_bug = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = disabled_mobilization_fix } - } - - allow = { - } - - effect = { - set_global_flag = disabled_mobilization_fix - } - - ai_will_do = { factor = 0 } - } - + option_disable_starting_party_loyalty = { + picture = starting_options + alert = no + potential = { + NOT = { has_global_flag = party_loyalty_eliminated } + OR = { + AND = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + } + AND = { + ai = yes + year = 1841 + } + } + } + + allow = { + } + + effect = { + set_global_flag = party_loyalty_eliminated + country_event = 6016814 + } + + ai_will_do = { factor = 1 } + } + + ###Disable Mobilization bug fix + + option_disable_mobilization_bug = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = disabled_mobilization_fix } + } + + allow = { + } + + effect = { + set_global_flag = disabled_mobilization_fix + } + + ai_will_do = { factor = 0 } + } + ###Localized Names - option_localized_names = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = localized_province_names } - } - - allow = { - } - - effect = { - set_global_flag = localized_province_names - #Italy - 720 = { change_province_name = "Torino" } - 724 = { change_province_name = "Genova" } - 726 = { change_province_name = "Milano" } - 729 = { change_province_name = "Venezia" } - 731 = { change_province_name = "Padova" } - 744 = { change_province_name = "Firenze" } - 745 = { change_province_name = "Livorno" } - 749 = { change_province_name = "Roma" } - 754 = { change_province_name = "Napoli" } - 387 = { change_province_name = "Brussel" } - 388 = { change_province_name = "Brugge" } - 389 = { change_province_name = "Gent" } - 390 = { change_province_name = "Antwerpen" } - } - - ai_will_do = { factor = 0 } - } - + option_localized_names = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = localized_province_names } + } + + allow = { + } + + effect = { + set_global_flag = localized_province_names + #Italy + 720 = { change_province_name = "Torino" } + 724 = { change_province_name = "Genova" } + 726 = { change_province_name = "Milano" } + 729 = { change_province_name = "Venezia" } + 731 = { change_province_name = "Padova" } + 744 = { change_province_name = "Firenze" } + 745 = { change_province_name = "Livorno" } + 749 = { change_province_name = "Roma" } + 754 = { change_province_name = "Napoli" } + 387 = { change_province_name = "Brussel" } + 388 = { change_province_name = "Brugge" } + 389 = { change_province_name = "Gent" } + 390 = { change_province_name = "Antwerpen" } + } + + ai_will_do = { factor = 0 } + } + ####Disable Trade Policy setting - disable_trade_policy_globally = { - picture = starting_options - alert = no - potential = { - ai = no - has_country_flag = country_looking_through_options - NOT = { year = 1837 } - NOT = { has_global_flag = trade_policy_globally_disabled } - } - - allow = { - } - - effect = { - set_global_flag = trade_policy_globally_disabled - } - - ai_will_do = { factor = 0 } - } - + disable_trade_policy_globally = { + picture = starting_options + alert = no + potential = { + ai = no + has_country_flag = country_looking_through_options + NOT = { year = 1837 } + NOT = { has_global_flag = trade_policy_globally_disabled } + } + + allow = { + } + + effect = { + set_global_flag = trade_policy_globally_disabled + } + + ai_will_do = { factor = 0 } + } + ###Setup Decisions - literacy_SPA = { - potential = { - tag = SPA - always = no - } - - allow = { - tag = SPA - } - - effect = { - any_pop = { limit = { has_pop_culture = filipino } literacy = -0.04 } - any_pop = { limit = { has_pop_culture = caribeno } literacy = -0.02 } - any_pop = { limit = { OR = { has_pop_culture = basque has_pop_culture = catalan } } literacy = 0.03 } - - any_owned = { - limit = { - OR = { - province_id = 511 - province_id = 509 - province_id = 490 - province_id = 499 - province_id = 495 - } - } - any_pop = { literacy = -0.02 } - } - - any_owned = { - limit = { - OR = { - province_id = 2136 - province_id = 514 - province_id = 505 - province_id = 508 - } - } - any_pop = { literacy = -0.07 } - } - - any_owned = { - limit = { - OR = { - province_id = 513 - province_id = 515 - } - } - any_pop = { literacy = -0.09 } - } - - any_owned = { - limit = { - OR = { - province_id = 510 - province_id = 491 - province_id = 474 - province_id = 476 - } - } - any_pop = { literacy = -0.04 } - } - - any_owned = { - limit = { - OR = { - province_id = 501 - province_id = 497 - } - } - any_pop = { literacy = -0.035 } - } - - any_owned = { - limit = { - OR = { - province_id = 507 - province_id = 506 - province_id = 503 - province_id = 516 - } - } - any_pop = { literacy = -0.06 } - } - - any_owned = { - limit = { - OR = { - province_id = 478 - province_id = 487 - } - } - any_pop = { literacy = 0.14 } - } - - any_owned = { - limit = { - OR = { - province_id = 493 - province_id = 494 - } - } - any_pop = { literacy = 0.08 } - } - - any_owned = { - limit = { - OR = { - province_id = 477 - province_id = 482 - } - } - any_pop = { literacy = 0.06 } - } - - any_owned = { - limit = { - OR = { - province_id = 480 - province_id = 481 - } - } - any_pop = { literacy = 0.09 } - } - - - 498 = { any_pop = { literacy = 0.045 } } - 475 = { any_pop = { literacy = 0.04 } } - 492 = { any_pop = { literacy = 0.12 } } - 479 = { any_pop = { literacy = 0.13 } } - 483 = { any_pop = { literacy = 0.08 } } - - 502 = { any_pop = { literacy = -0.065 } } - 496 = { any_pop = { literacy = -0.03 } } - 500 = { any_pop = { literacy = -0.045 } } - 504 = { any_pop = { literacy = -0.08 } } - 488 = { any_pop = { literacy = 0.03 } } - 489 = { any_pop = { literacy = -0.015 } } - 512 = { any_pop = { literacy = -0.02 } } - SPA_484 = { any_pop = { literacy = -0.05 } } - - - any_pop = { - limit = { - OR = { - type = slaves - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - has_pop_culture = afro_american - has_pop_culture = dakota - has_pop_culture = cherokee - has_pop_culture = native_american_minor - has_pop_culture = maghrebi - has_pop_culture = berber - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = mahayana - has_pop_religion = animist - has_pop_culture = malay - has_pop_culture = afro_caribeno - has_pop_culture = nanfaren - has_pop_culture = asian_minor - } - } - literacy = -0.99 - } - } - } - - literacy_ENG = { - potential = { - tag = ENG - always = no - } - - allow = { - tag = ENG - } - - effect = { - add_country_modifier = {name = smithian_school duration = 3650 } - any_pop = { - limit = { - OR = { - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = mahayana - has_pop_religion = sikh - has_pop_religion = animist - has_pop_culture = malayalam - has_pop_culture = afro_caribeno - is_culture_group = south_asian - is_culture_group = indo_iranian - has_pop_culture = central_american - has_pop_culture = mayan - has_pop_culture = afro_caribbean - has_pop_culture = afro_american - has_pop_culture = khoisan - has_pop_culture = karen - has_pop_culture = native_american_minor - } - } - literacy = -0.09 - } - - any_pop = { limit = { has_pop_culture = central_american } literacy = 0.09 } - - any_pop = { - limit = { has_pop_religion = animist } - literacy = -0.09 - } - - any_pop = { - limit = { - is_primary_culture = yes - location = { province_id = 300 } - } - literacy = 0.05 - } - any_pop = { - limit = { has_pop_culture = yankee } - literacy = 0.70 - } - - any_pop = { - limit = { has_pop_culture = australian } - literacy = -0.20 - } - - any_pop = { - limit = { has_pop_culture = maltese } - literacy = 0.20 - } - - any_pop = { - limit = { OR = { has_pop_culture = french_canadian has_pop_culture = metis has_pop_culture = french } } - literacy = 0.35 - } - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.15 - } - - any_pop = { - limit = { has_pop_culture = north_german } - literacy = 0.6 - } - - any_pop = { - limit = { has_pop_culture = french } - literacy = 0.4 - } - - any_pop = { - limit = { has_pop_culture = north_italian } - literacy = 0.3 - } - - any_pop = { - limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } - literacy = 0.4 - } - - SCO = { all_core = { any_pop = { limit = { NOT = { has_pop_culture = irish } } literacy = 0.2 } } } - - ENG_260 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.14 } } - ENG_258 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.05 } } - ENG_254 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.2 } } - ENG_263 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.18 } } - 263 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.07 } } - any_pop = { limit = { has_pop_culture = irish has_pop_religion = protestant } literacy = 0.05 } - any_pop = { limit = { has_pop_culture = british has_pop_religion = catholic } literacy = -0.05 } - any_pop = { limit = { has_pop_culture = irish location = { NOT = { is_core = IRE } is_colonial = no } } literacy = 0.2 } - any_pop = { limit = { has_pop_culture = north_italian } literacy = 0.25 } - any_pop = { limit = { has_pop_culture = spanish } literacy = 0.03 } - - any_pop = { - limit = { - OR = { - has_pop_culture = asian_minor - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - } - } - literacy = -0.99 - } - - any_pop = { - limit = { - has_pop_culture = irish - location = { is_core = IRE } - } - militancy = 4 - } - any_owned = { - limit = { is_core = IRE } - add_province_modifier = { name = irish_oppression duration = -1 } - add_province_modifier = { name = enclosures duration = -1 } - } - 2482 = { add_province_modifier = { name = penal_colony duration = -1 } } - } - } - - literacy_NET = { - potential = { - tag = NET - always = no - } - - allow = { - tag = NET - } - - effect = { - any_pop = { - limit = { - OR = { - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = mahayana - has_pop_religion = animist - has_pop_culture = afro_caribbean - has_pop_culture = moluccan - has_pop_culture = malayalam - } - } - literacy = -0.08 - } - - any_pop = { limit = { has_pop_religion = animist } literacy = -0.09 } - any_pop = { limit = { has_pop_culture = afro_caribeno } literacy = -0.07 } - - any_pop = { - limit = { has_pop_culture = ashkenazi } - literacy = 0.60 - } - any_pop = { - limit = { has_pop_culture = north_german } - literacy = 0.60 - } - - any_pop = { - limit = { has_pop_religion = catholic location = { is_colonial = no } is_primary_culture = yes } - literacy = -0.05 - } - - any_greater_power = { limit = { NOT = { tag = NET } } - diplomatic_influence = { who = JAV value = -400 } - diplomatic_influence = { who = MAL value = -400 } - relation = { who = JAV value = -400 } - relation = { who = MAL value = -400 } - diplomatic_influence = { who = DJA value = -400 } - diplomatic_influence = { who = SAK value = -400 } - relation = { who = DJA value = -400 } - relation = { who = SAK value = -400 } - } - } - } - - literacy_POR = { - potential = { - tag = POR - always = no - } - - allow = { - tag = POR - } - - effect = { - 1498 = { add_province_modifier = { name = colonial_exploitation duration = 7300 } } - relation = { who = ZUL value = 400 } - relation = { who = XHO value = 400 } - relation = { who = SUA value = 400 } - relation = { who = MAT value = 400 } - relation = { who = AGC value = -400 } - any_pop = { - limit = { - OR = { - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = mahayana - has_pop_culture = malayalam - } - } - literacy = -0.03 - } - - any_pop = { - limit = { has_pop_religion = animist } - literacy = -0.99 - } - - any_pop = { - limit = { location = { is_colonial = yes } is_primary_culture = no } - literacy = -0.99 - } - } - } - - literacy_PRU = { - potential = { - tag = PRU - always = no - } - - allow = { - tag = PRU - } - - effect = { - any_pop = { - limit = { has_pop_culture = ashkenazi } - literacy = 0.45 - } - any_pop = { - limit = { has_pop_culture = western_slavic has_pop_religion = protestant } - literacy = 0.1 - } - any_pop = { - limit = { has_pop_culture = north_german has_pop_religion = catholic } - literacy = -0.05 - } - any_pop = { - limit = { has_pop_culture = south_german has_pop_religion = protestant } - literacy = 0.05 - } - any_pop = { - limit = { has_pop_culture = south_german has_pop_religion = catholic } - literacy = -0.1 - } - any_pop = { - limit = { has_pop_culture = czech } - literacy = 0.25 - } - any_pop = { - limit = { has_pop_culture = polish } - literacy = 0.05 - } - any_pop = { - limit = { has_pop_culture = french } - literacy = 0.35 - } - any_pop = { - limit = { has_pop_culture = wallonian } - literacy = 0.25 - } - any_pop = { - limit = { has_pop_culture = lithuanian } - literacy = 0.50 - } - - 565 = { any_pop = { limit = { has_pop_religion = catholic } literacy = -0.05 } } - 564 = { any_pop = { limit = { has_pop_religion = catholic } literacy = -0.05 } } - } - } - - ottoman_1836_setup = { - picture = constantinople - potential = { - tag = TUR - always = no - } - - allow = { - tag = TUR - } - - effect = { - add_country_modifier = { - name = ottoman_oppression - duration = -1 - } - enable_canal = 4 - enable_canal = 5 - 860 = { any_pop = { literacy = 0.05 } } - 860 = { any_pop = { limit = { has_pop_culture = turkish } literacy = 0.1 } } - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { - has_pop_culture = north_italian - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - } - literacy = 0.3 - } - - any_pop = { limit = { has_pop_religion = sunni is_culture_group = arab } - literacy = 0.01 - } - any_pop = { - limit = { has_pop_religion = sunni is_primary_culture = no location = { continent = europe } NOT = { literacy = 0.03 } } - literacy = 0.02 - } - any_pop = { - limit = { has_pop_religion = sunni OR = { has_pop_culture = circassian has_pop_culture = bosniak has_pop_culture = albanian } } - literacy = 0.02 - } - - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { - has_pop_culture = serb - has_pop_culture = romanian - has_pop_culture = albanian - has_pop_culture = georgian - has_pop_culture = armenian - } - } - literacy = 0.03 - } - - any_pop = { limit = { has_pop_culture = ukrainian } literacy = 0.02 } - - any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { - has_pop_culture = croat - has_pop_culture = bulgarian - } - } - literacy = 0.15 - } - - serfs = { - militancy = -9 - consciousness = -9 - literacy = -0.99 - } - - TUR_809 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } - TUR_810 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } - #TUR_806 = { add_province_modifier = { name = small_baby_boom duration = 3650 } } - TUR_803 = { add_province_modifier = { name = small_baby_boom duration = 1825 } } - TUR_832 = { add_province_modifier = { name = small_baby_boom duration = 730 } } - TUR_805 = { add_province_modifier = { name = small_baby_boom duration = 730 } } - TUR_823 = { add_province_modifier = { name = small_baby_boom duration = 730 } } - - any_greater_power = { - limit = { NOT = { tag = TUR } } - diplomatic_influence = { who = BTL value = -400 } - diplomatic_influence = { who = RDL value = -400 } - diplomatic_influence = { who = BHT value = -400 } - diplomatic_influence = { who = MKN value = -400 } - diplomatic_influence = { who = BNB value = -400 } - diplomatic_influence = { who = BDN value = -400 } - } - } - ai_will_do = { factor = 1 } - } - - EGY_1836_setup = { - picture = constantinople - potential = { - tag = EGY - always = no - } - - allow = { - tag = EGY - } - - effect = { - any_pop = { - limit = { OR = { has_pop_culture = turkish has_pop_culture = circassian has_pop_culture = chechen } } - literacy = 0.02 - } - - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } - } - literacy = 0.2 - } - - any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian} } literacy = 0.01 } - any_pop = { limit = { OR = { has_pop_culture = greek has_pop_culture = armenian } } literacy = 0.05 } - } - } - - kurdish_1836_setup = { - picture = constantinople - potential = { - primary_culture = kurdish - always = no - } - - allow = { - primary_culture = kurdish - } - - effect = { - any_pop = { - limit = { - OR = { - has_pop_culture = turkish - has_pop_culture = persian - has_pop_culture = azerbaijani - has_pop_culture = circassian - has_pop_culture = chechen - has_pop_culture = armenian - } - } - literacy = 0.02 - } - - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } - } - literacy = 0.2 - } - - any_pop = { limit = { is_culture_group = arab } literacy = 0.01 } - any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian } } literacy = 0.01 } - any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } - } - } - - persia_1836_setup = { - picture = constantinople - potential = { - tag = PER - always = no - } - - allow = { - tag = PER - } - - effect = { - any_pop = { - limit = { OR = { has_pop_culture = turkish has_pop_culture = circassian has_pop_culture = chechen } } - literacy = 0.02 - } - - any_pop = { - limit = { - NOT = { has_pop_religion = sunni } - OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } - } - literacy = 0.1 - } - - any_pop = { limit = { has_pop_culture = baluchi } literacy = -0.02 } - - any_pop = { limit = { OR = { has_pop_culture = georgian has_pop_culture = armenian } } literacy = 0.03 } - - any_pop = { limit = { is_culture_group = arab } literacy = 0.01 } - any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian } } literacy = 0.01 } - any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } - } - } - - RUS_setup_1836 = { - picture = constantinople - potential = { - tag = RUS - always = no - } - - allow = { - tag = RUS - } - - effect = { - 1008 = { set_province_flag = moscow_city } - 1008 = { any_pop = { literacy = 0.1 } } - 994 = { any_pop = { literacy = 0.1 } } - any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = north_german } } literacy = 0.54 } - any_pop = { limit = { has_pop_culture = south_german } literacy = 0.4 } - any_pop = { limit = { has_pop_culture = south_italian } literacy = 0.15 } - any_pop = { limit = { has_pop_culture = mongol } literacy = 0.01 } - any_pop = { - limit = { - NOT = { has_pop_religion = orthodox } - OR = { - has_pop_culture = estonian - has_pop_culture = latvian - has_pop_culture = finnish - } - } - literacy = 0.49 - } - - any_pop = { - limit = { - has_pop_religion = orthodox - OR = { - has_pop_culture = estonian - has_pop_culture = latvian - has_pop_culture = south_german - has_pop_culture = finnish - } - } - literacy = 0.24 - } - - any_pop = { limit = { OR = { has_pop_culture = polish has_pop_culture = lithuanian } } literacy = 0.19 } - any_pop = { limit = { OR = { has_pop_culture = romanian has_pop_culture = serb has_pop_culture = bulgarian } } literacy = 0.03 } - any_pop = { limit = { OR = { has_pop_culture = greek has_pop_culture = south_italian has_pop_culture = armenian } } literacy = 0.07 } - any_pop = { limit = { has_pop_culture = swedish } literacy = 0.79 } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - } - } - literacy = 0.01 - } - - any_pop = { - limit = { - OR = { - has_pop_culture = byelorussian - has_pop_culture = ukrainian - } - } - literacy = -0.02 - } - - serfs = { - militancy = -9 - consciousness = -9 - literacy = -0.99 - } - - any_owned = { - limit = { - OR = { - is_core = RUS - is_core = UKR - is_core = BYE - } - NOT = { - OR = { - is_core = POL - is_core = LAT - is_core = FIN - is_core = EST - is_core = LIT - is_core = TUR - is_core = CHY - is_core = CIR - } - } - OR = { - NOT = { terrain = boreal } - NOT = { terrain = arctic } - NOT = { terrain = desert } - NOT = { terrain = steppe } - NOT = { terrain = montane_tundra } - NOT = { terrain = marsh } - } - } - add_province_modifier = { name = small_baby_boom duration = 4745 } - } - any_owned = { limit = { is_core = POL } add_province_modifier = { name = small_baby_boom duration = 1095 } } - - any_country = { - any_owned = { - limit = { - OR = { - is_core = LAT - is_core = LIT - is_core = EST - } - OR = { - NOT = { terrain = boreal } - NOT = { terrain = arctic } - NOT = { terrain = desert } - NOT = { terrain = steppe } - NOT = { terrain = montane_tundra } - NOT = { terrain = marsh } - } - NOT = { is_core = GER } - } - add_province_modifier = { name = small_baby_boom duration = 1095 } - } - } - } - } - - AUS_setup_1836 = { - picture = constantinople - potential = { - tag = AUS - always = no - } - - allow = { - tag = AUS - } - - effect = { - any_pop = { limit = { location = { is_core = VEN } has_pop_culture = north_italian } literacy = 0.2 } - any_pop = { - limit = { - location = { - NOT = { - is_core = LOM - is_core = VEN - province_id = 734 - province_id = 735 - } - } - has_pop_culture = north_italian - } - literacy = 0.3 - } - - any_pop = { - limit = { - location = { - OR = { - is_core = LOM - province_id = 734 - province_id = 735 - } - } - has_pop_culture = north_italian - } - literacy = 0.35 - } - - AUS_612 = { any_pop = { literacy = 0.1 } } - AUS_734 = { any_pop = { limit = { has_pop_culture = south_german } literacy = 0.1 } } - any_pop = { limit = { has_pop_culture = north_german } literacy = 0.5 } - any_pop = { limit = { has_pop_religion = protestant NOT = { has_pop_culture = north_german } literacy = 0.05 } } - any_pop = { limit = { has_pop_culture = czech } literacy = 0.37 } - any_pop = { limit = { location = { OR = { province_id = 628 province_id = 619 } } literacy = 0.08 } } - any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } literacy = 0.40 } - any_pop = { limit = { OR = { has_pop_culture = romanian has_pop_culture = serb has_pop_culture = ukrainian } } literacy = -0.07 } - any_pop = { limit = { has_pop_culture = croat } literacy = -0.02 } - any_pop = { limit = { has_pop_culture = slovene } literacy = 0.18 } - any_pop = { limit = { has_pop_culture = polish } literacy = 0.02 } - AUS_623 = { any_pop = { limit = { has_pop_culture = hungarian } literacy = 0.02 } } - any_pop = { - limit = { - has_pop_culture = hungarian - location = { - OR = { - province_id = 624 - province_id = 635 - province_id = 633 - } - } - } - literacy = 0.02 - } - any_pop = { - limit = { - has_pop_culture = hungarian - location = { - OR = { - state_id = 771 - state_id = 777 - state_id = 2538 - state_id = 652 - state_id = 654 - state_id = 657 - state_id = 673 - province_id = 950 - } - } - } - literacy = -0.02 - } - - any_pop = { - limit = { - has_pop_culture = slovak - location = { - OR = { - province_id = 633 - province_id = 634 - province_id = 635 - } - } - } - literacy = 0.3 - } - - any_pop = { - limit = { - has_pop_culture = slovak - location = { - OR = { - province_id = 636 - province_id = 637 - province_id = 638 - } - } - } - literacy = 0.1 - } - - - any_pop = { limit = { has_pop_culture = gypsy } literacy = -0.99 } - serfs = { - militancy = -9 - consciousness = -9 - literacy = -0.99 - } - } - } - - 1836_denmark_setup = { - picture = constantinople - potential = { - tag = DEN - always = no - } - - allow = { - tag = DEN - } - - effect = { - any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = north_german } } literacy = 0.58 } - } - } - - - UBD_1836_setup = { - picture = constantinople - potential = { - tag = UBD - always = no - } - - allow = { - tag = UBD - } - - effect = { - any_pop = { limit = { has_pop_culture = north_german } literacy = 0.2 } - any_pop = { limit = { has_pop_culture = swedish } literacy = 0.79 } - any_pop = { limit = { has_pop_culture = russian } literacy = -0.46 } - any_pop = { limit = { OR = { has_pop_culture = polish has_pop_culture = lithuanian } } literacy = 0.19 } - any_pop = { limit = { has_pop_culture = ashkenazi } literacy = 0.49 } - any_pop = { limit = { has_pop_culture = ugrian } literacy = 0.49 } - } - } - - FIN_1836_setup = { - picture = constantinople - potential = { - tag = FIN - always = no - } - - allow = { - tag = FIN - } - - effect = { - any_pop = { limit = { has_pop_culture = swedish } literacy = 0.2 } - any_pop = { limit = { has_pop_culture = sami } literacy = -0.3 } - - any_pop = { - limit = { - has_pop_religion = orthodox - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = -0.1 - } - } - } - - caucasus_muslims_1836_setup = { - picture = constantinople - potential = { - OR = { - tag = DAG - tag = CIR - } - always = no - } - - allow = { - OR = { - tag = DAG - tag = CIR - } - } - - effect = { - treasury = 10000 - any_pop = { limit = { has_pop_culture = russian } literacy = -0.06 } - any_pop = { limit = { has_pop_culture = ukrainian } literacy = -0.08 } - any_pop = { limit = { has_pop_culture = sephardic } literacy = 0.25 } - } - } - - transcaucasia_1836_setup = { - picture = constantinople - potential = { - tag = TCA - always = no - } - - allow = { - tag = TCA - } - - effect = { - any_pop = { limit = { has_pop_culture = greek } literacy = 0.05 } - any_pop = { limit = { has_pop_culture = kurdish } literacy = -0.01 } - any_pop = { limit = { has_pop_culture = sephardic } literacy = 0.26 } - } - } - - abkhazia_1836_setup = { - picture = constantinople - potential = { - tag = ABK - always = no - } - - allow = { - tag = ABK - } - - effect = { - any_pop = { limit = { has_pop_religion = sunni OR = { is_primary_culture = yes is_accepted_culture = yes } } literacy = -0.02 } - any_pop = { limit = { OR = { has_pop_culture = georgian has_pop_culture = russian } } literacy = 0.02 } - } - } - - france_1836_setup = { - picture = constantinople - potential = { - tag = FRA - always = no - } - - allow = { - tag = FRA - } - - effect = { - 425 = { any_pop = { literacy = 0.05 } } - any_pop = { - limit = { - is_primary_culture = yes - has_pop_religion = protestant - } - literacy = 0.05 - } - any_pop = { limit = { has_pop_culture = flemish } literacy = 0.39 } - any_pop = { limit = { has_pop_culture = breton } literacy = -0.1 } - any_pop = { limit = { has_pop_culture = south_german } literacy = 0.54 } - any_pop = { limit = { has_pop_culture = north_italian } literacy = 0.24 } - any_pop = { limit = { has_pop_culture = anglo_canadian } literacy = 0.44 } - any_pop = { limit = { has_pop_culture = afro_antillean } literacy = 0.01 } - any_pop = { limit = { has_pop_culture = basque } literacy = 0.19 } - any_pop = { limit = { has_pop_culture = catalan } literacy = 0.14 } - FRA_420 = { any_pop = { literacy = -0.1 } } - FRA_412 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } - FRA_411 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } - FRA_404 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } - FRA_425 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } - FRA_418 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } - 460 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } - 451 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } - 468 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } - 467 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } - 473 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.25 } } - FRA_445 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.2 } } - FRA_448 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.2 } } - FRA_435 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.15 } } - any_pop = { - limit = { - OR = { is_accepted_culture = yes is_primary_culture = yes } - location = { - OR = { - province_id = 443 - province_id = 441 - province_id = 444 - province_id = 430 - province_id = 431 - province_id = 439 - province_id = 428 - } - } - } - literacy = -0.15 - } - any_pop = { limit = { OR = { has_pop_culture = maghrebi has_pop_culture = berber } } literacy = -0.99 } - relation = { who = WOL value = -400 } - relation = { who = TOO value = -400 } - } - } - - PAP_1836_setup = { - picture = constantinople - potential = { - tag = PAP - always = no - } - - allow = { - tag = PAP - } - - effect = { - 749 = { any_pop = { literacy = 0.08 } } - 750 = { any_pop = { literacy = 0.05 } } - 741 = { any_pop = { literacy = 0.06 } } - 742 = { any_pop = { literacy = 0.06 } } - 743 = { any_pop = { literacy = 0.06 } } - } - } - - SAR_1836_setup = { - picture = constantinople - potential = { - tag = SAR - always = no - } - - allow = { - tag = SAR - } - - effect = { - 724 = { any_pop = { literacy = -0.1 } } - 725 = { any_pop = { literacy = -0.1 } } - any_pop = { limit = { has_pop_culture = french } literacy = 0.4 } - } - } - - USA_1836_setup = { - picture = constantinople - potential = { - tag = USA - always = no - } - - allow = { - tag = USA - } - - effect = { - relation = { who = DEN value = 150 } - relation = { who = KHI value = -25 } - relation = { who = BUK value = -25 } - relation = { who = KAZ value = -25 } - relation = { who = KOK value = -25 } - any_country = { limit = { capital_scope = {continent = africa } NOT = { tag = MOR } } relation = { who = USA value = -25 } } - relation = { who = MOR value = -25 } - 1887 = { any_pop = { literacy = -0.99 } } - 1888 = { any_pop = { literacy = -0.99 } } - any_pop = { limit = { has_pop_culture = north_german } literacy = 0.5 } - any_pop = { limit = { has_pop_culture = irish } literacy = 0.2 } - any_pop = { limit = { has_pop_culture = french_canadian } literacy = 0.35 } - USA_243 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.14 } } - USA_247 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.13 } } - USA_231 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.10 } } - USA_176 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.12 } } - USA_232 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.10 } } - USA_223 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.09 } } - USA_178 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } - USA_151 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } - USA_139 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } - USA_219 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.06 } } - USA_200 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.04 } } - USA_194 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.02 } } - USA_170 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.01 } } - USA_148 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.01 } } - USA_185 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.03 } } - USA_196 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.04 } } - 222 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.1 } } - USA_211 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } - USA_205 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } - USA_205 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } - USA_201 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.06 } } - USA_201 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.06 } } - USA_144 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.08 } } - USA_188 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.1 } } - USA_2556 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.14 } } - - any_pop = { - limit = { - OR = { - type = slaves - has_pop_culture = afro_american - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - has_pop_culture = dakota - has_pop_culture = cherokee - has_pop_culture = native_american_minor - } - } - literacy = -0.99 - } - any_pop = { limit = { has_pop_religion = catholic } literacy = -0.1 } - } - } - - BRZ_1836_setup = { - picture = constantinople - potential = { - tag = BRZ - always = no - } - - allow = { - tag = BRZ - } - - effect = { - add_country_modifier = { - name = regency_government - duration = -1 - } - any_pop = { limit = { has_pop_culture = french } literacy = 0.4 } - 2435 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.11 } } - BRZ_2462 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } - 2457 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } - BRZ_2408 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.02 } } - 2410 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.06 } } - 2448 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } - 2447 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } - 2463 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.01 } } - 2424 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } - 2450 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.03 } } - 2459 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.01 } } - 2462 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.01 } } - BRZ_2421 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } - BRZ_2446 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } - 2434 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } - BRZ_2401 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } - 2449 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.04 } } - 2428 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.05 } } - 2429 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.05 } } - 2430 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.07 } } - - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - province_id = 2419 - province_id = 2436 - province_id = 2439 - province_id = 2426 - } - } - } - literacy = 0.01 - } - } - } - - PEU_1836_setup = { - picture = constantinople - potential = { - tag = PEU - always = no - } - - allow = { - tag = PEU - } - - effect = { - any_pop = { limit = { OR = { has_pop_culture = afro_caribeno type = slaves } } literacy = -0.99 } - 2295 = { - any_pop = { - limit = { is_primary_culture = yes } - literacy = 0.18 - } - - any_pop = { - limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } - literacy = 0.08 - } - - any_pop = { - limit = { has_pop_culture = afro_caribeno } - literacy = 0.02 - } - } - any_pop = { - limit = { - NOT = { has_pop_culture = afro_caribeno } - location = { - OR = { - province_id = 2307 - province_id = 2308 - province_id = 2578 - } - } - } - literacy = 0.07 - } - 2302 = { any_pop = { literacy = -0.04 } } - 2303 = { any_pop = { literacy = -0.06 } } - 2301 = { any_pop = { literacy = -0.06 } } - 2299 = { any_pop = { literacy = -0.05 } } - 2304 = { - any_pop = { limit = { is_primary_culture = no } literacy = 0.02 } - any_pop = { limit = { is_primary_culture = yes } literacy = 0.04 } - } - 2297 = { - any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.03 } - any_pop = { limit = { is_primary_culture = yes } literacy = 0.06 } - } - 2293 = { any_pop = { literacy = -0.02 } } - 2300 = { any_pop = { literacy = -0.03 } } - 2290 = { - any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.01 } - any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } - } - 2292 = { - any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.01 } - any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } - } - 2287 = { any_pop = { literacy = -0.02 } } - 2286 = { - any_pop = { limit = { is_primary_culture = no } literacy = -0.01 } - any_pop = { limit = { is_primary_culture = yes } literacy = 0.01 } - } - 2293 = { add_province_modifier = { name = silver_mine duration = -1 } } - 2296 = { add_province_modifier = { name = silver_mine duration = -1 } } - 312 = { add_province_modifier = { name = silver_mine duration = -1 } } - - add_country_modifier = { name = relutanct_figher duration = 3650 } - activate_technology = flintlock_rifles - activate_technology = post_napoleonic_thought - activate_technology = post_nelsonian_thought - SPU = { - add_country_modifier = { name = relutanct_figher duration = 3650 } - activate_technology = flintlock_rifles - activate_technology = post_napoleonic_thought - activate_technology = post_nelsonian_thought - } - } - } - - URU_1836_setup = { - potential = { - tag = URU - always = no - } - - allow = { - tag = URU - } - - effect = { - any_pop = { limit = { has_pop_culture = brazilian } literacy = 0.06 } - 2344 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.1 } } #Montevideo - ARC = { 2348 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.1 } } } - } - } - - BOL_1836_setup = { - potential = { - OR = { - tag = PBC - tag = BOL - } - always = no - } - - allow = { - } - - effect = { - 2310 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } #La Paz - Bolivia - 2313 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } #Chuquisaca/Sucre - Bolivia - activate_technology = flintlock_rifles - activate_technology = post_napoleonic_thought - activate_technology = post_nelsonian_thought - } - } - - ECU_1836_setup = { - potential = { - tag = ECU - always = no - } - - allow = { - } - - effect = { - 2279 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } - any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } - activate_technology = flintlock_rifles - activate_technology = post_napoleonic_thought - activate_technology = post_nelsonian_thought - } - } - - CHL_1836_setup = { - potential = { - tag = CHL - always = no - } - - allow = { - } - - effect = { - 2324 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } - 2322 = { trade_goods = precious_metal add_province_modifier = { name = silver_mine duration = -1 } } - 2323 = { trade_goods = precious_metal add_province_modifier = { name = silver_mine duration = -1 } } - } - } - - CLM_1836_setup = { - potential = { - tag = CLM - always = no - } - - allow = { - } - - effect = { - CLM_1723 = { any_pop = { limit = { has_pop_culture = central_american } literacy = 0.02 } } #Panama - 2247 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } - VNZ = { 2264 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } } #Venezuela - } - } - - FRCA_1836_setup = { - picture = constantinople - potential = { - tag = UCA - always = no - } - - allow = { - tag = UCA - } - - effect = { - UCA_2186 = { any_pop = { literacy = -0.055 } } #Guatemala - UCA_2193 = { any_pop = { literacy = -0.015 } } #Honduras - UCA_2186 = { any_pop = { literacy = -0.025 } } #El Salvador - UCA_2197 = { any_pop = { literacy = -0.02 } } #Nicaragua - 2182 = { - any_pop = { limit = { has_pop_culture = mexican } literacy = 0.03 } - any_pop = { limit = { has_pop_culture = central_american } literacy = -0.055 } - } - - 2172 = { any_pop = { limit = { has_pop_culture = mexican } literacy = 0.05 } } - } - } - - GRE_1836_setup = { - picture = constantinople - potential = { - tag = GRE - always = no - } - - allow = { - tag = GRE - } - - effect = { - any_pop = { limit = { has_pop_culture = south_german } literacy = 0.5 } - GRE_837 = { add_province_modifier = { name = small_baby_boom duration = 2920 } } - GRE_826 = { add_province_modifier = { name = small_baby_boom duration = 2920 } } - } - } + literacy_SPA = { + potential = { + tag = SPA + always = no + } + + allow = { + tag = SPA + } + + effect = { + any_pop = { limit = { has_pop_culture = filipino } literacy = -0.04 } + any_pop = { limit = { has_pop_culture = caribeno } literacy = -0.02 } + any_pop = { limit = { OR = { has_pop_culture = basque has_pop_culture = catalan } } literacy = 0.03 } + + any_owned = { + limit = { + OR = { + province_id = 511 + province_id = 509 + province_id = 490 + province_id = 499 + province_id = 495 + } + } + any_pop = { literacy = -0.02 } + } + + any_owned = { + limit = { + OR = { + province_id = 2136 + province_id = 514 + province_id = 505 + province_id = 508 + } + } + any_pop = { literacy = -0.07 } + } + + any_owned = { + limit = { + OR = { + province_id = 513 + province_id = 515 + } + } + any_pop = { literacy = -0.09 } + } + + any_owned = { + limit = { + OR = { + province_id = 510 + province_id = 491 + province_id = 474 + province_id = 476 + } + } + any_pop = { literacy = -0.04 } + } + + any_owned = { + limit = { + OR = { + province_id = 501 + province_id = 497 + } + } + any_pop = { literacy = -0.035 } + } + + any_owned = { + limit = { + OR = { + province_id = 507 + province_id = 506 + province_id = 503 + province_id = 516 + } + } + any_pop = { literacy = -0.06 } + } + + any_owned = { + limit = { + OR = { + province_id = 478 + province_id = 487 + } + } + any_pop = { literacy = 0.14 } + } + + any_owned = { + limit = { + OR = { + province_id = 493 + province_id = 494 + } + } + any_pop = { literacy = 0.08 } + } + + any_owned = { + limit = { + OR = { + province_id = 477 + province_id = 482 + } + } + any_pop = { literacy = 0.06 } + } + + any_owned = { + limit = { + OR = { + province_id = 480 + province_id = 481 + } + } + any_pop = { literacy = 0.09 } + } + + + 498 = { any_pop = { literacy = 0.045 } } + 475 = { any_pop = { literacy = 0.04 } } + 492 = { any_pop = { literacy = 0.12 } } + 479 = { any_pop = { literacy = 0.13 } } + 483 = { any_pop = { literacy = 0.08 } } + + 502 = { any_pop = { literacy = -0.065 } } + 496 = { any_pop = { literacy = -0.03 } } + 500 = { any_pop = { literacy = -0.045 } } + 504 = { any_pop = { literacy = -0.08 } } + 488 = { any_pop = { literacy = 0.03 } } + 489 = { any_pop = { literacy = -0.015 } } + 512 = { any_pop = { literacy = -0.02 } } + SPA_484 = { any_pop = { literacy = -0.05 } } + + + any_pop = { + limit = { + OR = { + type = slaves + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + has_pop_culture = afro_american + has_pop_culture = dakota + has_pop_culture = cherokee + has_pop_culture = native_american_minor + has_pop_culture = maghrebi + has_pop_culture = berber + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = mahayana + has_pop_religion = animist + has_pop_culture = malay + has_pop_culture = afro_caribeno + has_pop_culture = nanfaren + has_pop_culture = asian_minor + } + } + literacy = -0.99 + } + } + } + + literacy_ENG = { + potential = { + tag = ENG + always = no + } + + allow = { + tag = ENG + } + + effect = { + add_country_modifier = {name = smithian_school duration = 3650 } + any_pop = { + limit = { + OR = { + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = mahayana + has_pop_religion = sikh + has_pop_religion = animist + has_pop_culture = malayalam + has_pop_culture = afro_caribeno + is_culture_group = south_asian + is_culture_group = indo_iranian + has_pop_culture = central_american + has_pop_culture = mayan + has_pop_culture = afro_caribbean + has_pop_culture = afro_american + has_pop_culture = khoisan + has_pop_culture = karen + has_pop_culture = native_american_minor + } + } + literacy = -0.09 + } + + any_pop = { limit = { has_pop_culture = central_american } literacy = 0.09 } + + any_pop = { + limit = { has_pop_religion = animist } + literacy = -0.09 + } + + any_pop = { + limit = { + is_primary_culture = yes + location = { province_id = 300 } + } + literacy = 0.05 + } + any_pop = { + limit = { has_pop_culture = yankee } + literacy = 0.70 + } + + any_pop = { + limit = { has_pop_culture = australian } + literacy = -0.20 + } + + any_pop = { + limit = { has_pop_culture = maltese } + literacy = 0.20 + } + + any_pop = { + limit = { OR = { has_pop_culture = french_canadian has_pop_culture = metis has_pop_culture = french } } + literacy = 0.35 + } + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.15 + } + + any_pop = { + limit = { has_pop_culture = north_german } + literacy = 0.6 + } + + any_pop = { + limit = { has_pop_culture = french } + literacy = 0.4 + } + + any_pop = { + limit = { has_pop_culture = north_italian } + literacy = 0.3 + } + + any_pop = { + limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } + literacy = 0.4 + } + + SCO = { all_core = { any_pop = { limit = { NOT = { has_pop_culture = irish } } literacy = 0.2 } } } + + ENG_260 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.14 } } + ENG_258 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.05 } } + ENG_254 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.2 } } + ENG_263 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.18 } } + 263 = { any_pop = { limit = { has_pop_culture = irish } literacy = 0.07 } } + any_pop = { limit = { has_pop_culture = irish has_pop_religion = protestant } literacy = 0.05 } + any_pop = { limit = { has_pop_culture = british has_pop_religion = catholic } literacy = -0.05 } + any_pop = { limit = { has_pop_culture = irish location = { NOT = { is_core = IRE } is_colonial = no } } literacy = 0.2 } + any_pop = { limit = { has_pop_culture = north_italian } literacy = 0.25 } + any_pop = { limit = { has_pop_culture = spanish } literacy = 0.03 } + + any_pop = { + limit = { + OR = { + has_pop_culture = asian_minor + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + } + } + literacy = -0.99 + } + + any_pop = { + limit = { + has_pop_culture = irish + location = { is_core = IRE } + } + militancy = 4 + } + any_owned = { + limit = { is_core = IRE } + add_province_modifier = { name = irish_oppression duration = -1 } + add_province_modifier = { name = enclosures duration = -1 } + } + 2482 = { add_province_modifier = { name = penal_colony duration = -1 } } + } + } + + literacy_NET = { + potential = { + tag = NET + always = no + } + + allow = { + tag = NET + } + + effect = { + any_pop = { + limit = { + OR = { + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = mahayana + has_pop_religion = animist + has_pop_culture = afro_caribbean + has_pop_culture = moluccan + has_pop_culture = malayalam + } + } + literacy = -0.08 + } + + any_pop = { limit = { has_pop_religion = animist } literacy = -0.09 } + any_pop = { limit = { has_pop_culture = afro_caribeno } literacy = -0.07 } + + any_pop = { + limit = { has_pop_culture = ashkenazi } + literacy = 0.60 + } + any_pop = { + limit = { has_pop_culture = north_german } + literacy = 0.60 + } + + any_pop = { + limit = { has_pop_religion = catholic location = { is_colonial = no } is_primary_culture = yes } + literacy = -0.05 + } + + any_greater_power = { limit = { NOT = { tag = NET } } + diplomatic_influence = { who = JAV value = -400 } + diplomatic_influence = { who = MAL value = -400 } + relation = { who = JAV value = -400 } + relation = { who = MAL value = -400 } + diplomatic_influence = { who = DJA value = -400 } + diplomatic_influence = { who = SAK value = -400 } + relation = { who = DJA value = -400 } + relation = { who = SAK value = -400 } + } + } + } + + literacy_POR = { + potential = { + tag = POR + always = no + } + + allow = { + tag = POR + } + + effect = { + 1498 = { add_province_modifier = { name = colonial_exploitation duration = 7300 } } + relation = { who = ZUL value = 400 } + relation = { who = XHO value = 400 } + relation = { who = SUA value = 400 } + relation = { who = MAT value = 400 } + relation = { who = AGC value = -400 } + any_pop = { + limit = { + OR = { + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = mahayana + has_pop_culture = malayalam + } + } + literacy = -0.03 + } + + any_pop = { + limit = { has_pop_religion = animist } + literacy = -0.99 + } + + any_pop = { + limit = { location = { is_colonial = yes } is_primary_culture = no } + literacy = -0.99 + } + } + } + + literacy_PRU = { + potential = { + tag = PRU + always = no + } + + allow = { + tag = PRU + } + + effect = { + any_pop = { + limit = { has_pop_culture = ashkenazi } + literacy = 0.45 + } + any_pop = { + limit = { has_pop_culture = western_slavic has_pop_religion = protestant } + literacy = 0.1 + } + any_pop = { + limit = { has_pop_culture = north_german has_pop_religion = catholic } + literacy = -0.05 + } + any_pop = { + limit = { has_pop_culture = south_german has_pop_religion = protestant } + literacy = 0.05 + } + any_pop = { + limit = { has_pop_culture = south_german has_pop_religion = catholic } + literacy = -0.1 + } + any_pop = { + limit = { has_pop_culture = czech } + literacy = 0.25 + } + any_pop = { + limit = { has_pop_culture = polish } + literacy = 0.05 + } + any_pop = { + limit = { has_pop_culture = french } + literacy = 0.35 + } + any_pop = { + limit = { has_pop_culture = wallonian } + literacy = 0.25 + } + any_pop = { + limit = { has_pop_culture = lithuanian } + literacy = 0.50 + } + + 565 = { any_pop = { limit = { has_pop_religion = catholic } literacy = -0.05 } } + 564 = { any_pop = { limit = { has_pop_religion = catholic } literacy = -0.05 } } + } + } + + ottoman_1836_setup = { + picture = constantinople + potential = { + tag = TUR + always = no + } + + allow = { + tag = TUR + } + + effect = { + add_country_modifier = { + name = ottoman_oppression + duration = -1 + } + enable_canal = 4 + enable_canal = 5 + 860 = { any_pop = { literacy = 0.05 } } + 860 = { any_pop = { limit = { has_pop_culture = turkish } literacy = 0.1 } } + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { + has_pop_culture = north_italian + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + } + literacy = 0.3 + } + + any_pop = { limit = { has_pop_religion = sunni is_culture_group = arab } + literacy = 0.01 + } + any_pop = { + limit = { has_pop_religion = sunni is_primary_culture = no location = { continent = europe } NOT = { literacy = 0.03 } } + literacy = 0.02 + } + any_pop = { + limit = { has_pop_religion = sunni OR = { has_pop_culture = circassian has_pop_culture = bosniak has_pop_culture = albanian } } + literacy = 0.02 + } + + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { + has_pop_culture = serb + has_pop_culture = romanian + has_pop_culture = albanian + has_pop_culture = georgian + has_pop_culture = armenian + } + } + literacy = 0.03 + } + + any_pop = { limit = { has_pop_culture = ukrainian } literacy = 0.02 } + + any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { + has_pop_culture = croat + has_pop_culture = bulgarian + } + } + literacy = 0.15 + } + + serfs = { + militancy = -9 + consciousness = -9 + literacy = -0.99 + } + + TUR_809 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } + TUR_810 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } + #TUR_806 = { add_province_modifier = { name = small_baby_boom duration = 3650 } } + TUR_803 = { add_province_modifier = { name = small_baby_boom duration = 1825 } } + TUR_832 = { add_province_modifier = { name = small_baby_boom duration = 730 } } + TUR_805 = { add_province_modifier = { name = small_baby_boom duration = 730 } } + TUR_823 = { add_province_modifier = { name = small_baby_boom duration = 730 } } + + any_greater_power = { + limit = { NOT = { tag = TUR } } + diplomatic_influence = { who = BTL value = -400 } + diplomatic_influence = { who = RDL value = -400 } + diplomatic_influence = { who = BHT value = -400 } + diplomatic_influence = { who = MKN value = -400 } + diplomatic_influence = { who = BNB value = -400 } + diplomatic_influence = { who = BDN value = -400 } + } + } + ai_will_do = { factor = 1 } + } + + EGY_1836_setup = { + picture = constantinople + potential = { + tag = EGY + always = no + } + + allow = { + tag = EGY + } + + effect = { + any_pop = { + limit = { OR = { has_pop_culture = turkish has_pop_culture = circassian has_pop_culture = chechen } } + literacy = 0.02 + } + + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } + } + literacy = 0.2 + } + + any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian} } literacy = 0.01 } + any_pop = { limit = { OR = { has_pop_culture = greek has_pop_culture = armenian } } literacy = 0.05 } + } + } + + kurdish_1836_setup = { + picture = constantinople + potential = { + primary_culture = kurdish + always = no + } + + allow = { + primary_culture = kurdish + } + + effect = { + any_pop = { + limit = { + OR = { + has_pop_culture = turkish + has_pop_culture = persian + has_pop_culture = azerbaijani + has_pop_culture = circassian + has_pop_culture = chechen + has_pop_culture = armenian + } + } + literacy = 0.02 + } + + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } + } + literacy = 0.2 + } + + any_pop = { limit = { is_culture_group = arab } literacy = 0.01 } + any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian } } literacy = 0.01 } + any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } + } + } + + persia_1836_setup = { + picture = constantinople + potential = { + tag = PER + always = no + } + + allow = { + tag = PER + } + + effect = { + any_pop = { + limit = { OR = { has_pop_culture = turkish has_pop_culture = circassian has_pop_culture = chechen } } + literacy = 0.02 + } + + any_pop = { + limit = { + NOT = { has_pop_religion = sunni } + OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } + } + literacy = 0.1 + } + + any_pop = { limit = { has_pop_culture = baluchi } literacy = -0.02 } + + any_pop = { limit = { OR = { has_pop_culture = georgian has_pop_culture = armenian } } literacy = 0.03 } + + any_pop = { limit = { is_culture_group = arab } literacy = 0.01 } + any_pop = { limit = { has_pop_religion = catholic NOT = { has_pop_culture = assyrian } } literacy = 0.01 } + any_pop = { limit = { has_pop_culture = greek } literacy = 0.07 } + } + } + + RUS_setup_1836 = { + picture = constantinople + potential = { + tag = RUS + always = no + } + + allow = { + tag = RUS + } + + effect = { + 1008 = { set_province_flag = moscow_city } + 1008 = { any_pop = { literacy = 0.1 } } + 994 = { any_pop = { literacy = 0.1 } } + any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = north_german } } literacy = 0.54 } + any_pop = { limit = { has_pop_culture = south_german } literacy = 0.4 } + any_pop = { limit = { has_pop_culture = south_italian } literacy = 0.15 } + any_pop = { limit = { has_pop_culture = mongol } literacy = 0.01 } + any_pop = { + limit = { + NOT = { has_pop_religion = orthodox } + OR = { + has_pop_culture = estonian + has_pop_culture = latvian + has_pop_culture = finnish + } + } + literacy = 0.49 + } + + any_pop = { + limit = { + has_pop_religion = orthodox + OR = { + has_pop_culture = estonian + has_pop_culture = latvian + has_pop_culture = south_german + has_pop_culture = finnish + } + } + literacy = 0.24 + } + + any_pop = { limit = { OR = { has_pop_culture = polish has_pop_culture = lithuanian } } literacy = 0.19 } + any_pop = { limit = { OR = { has_pop_culture = romanian has_pop_culture = serb has_pop_culture = bulgarian } } literacy = 0.03 } + any_pop = { limit = { OR = { has_pop_culture = greek has_pop_culture = south_italian has_pop_culture = armenian } } literacy = 0.07 } + any_pop = { limit = { has_pop_culture = swedish } literacy = 0.79 } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + } + } + literacy = 0.01 + } + + any_pop = { + limit = { + OR = { + has_pop_culture = byelorussian + has_pop_culture = ukrainian + } + } + literacy = -0.02 + } + + serfs = { + militancy = -9 + consciousness = -9 + literacy = -0.99 + } + + any_owned = { + limit = { + OR = { + is_core = RUS + is_core = UKR + is_core = BYE + } + NOT = { + OR = { + is_core = POL + is_core = LAT + is_core = FIN + is_core = EST + is_core = LIT + is_core = TUR + is_core = CHY + is_core = CIR + } + } + OR = { + NOT = { terrain = boreal } + NOT = { terrain = arctic } + NOT = { terrain = desert } + NOT = { terrain = steppe } + NOT = { terrain = montane_tundra } + NOT = { terrain = marsh } + } + } + add_province_modifier = { name = small_baby_boom duration = 4745 } + } + any_owned = { limit = { is_core = POL } add_province_modifier = { name = small_baby_boom duration = 1095 } } + + any_country = { + any_owned = { + limit = { + OR = { + is_core = LAT + is_core = LIT + is_core = EST + } + OR = { + NOT = { terrain = boreal } + NOT = { terrain = arctic } + NOT = { terrain = desert } + NOT = { terrain = steppe } + NOT = { terrain = montane_tundra } + NOT = { terrain = marsh } + } + NOT = { is_core = GER } + } + add_province_modifier = { name = small_baby_boom duration = 1095 } + } + } + } + } + + AUS_setup_1836 = { + picture = constantinople + potential = { + tag = AUS + always = no + } + + allow = { + tag = AUS + } + + effect = { + any_pop = { limit = { location = { is_core = VEN } has_pop_culture = north_italian } literacy = 0.2 } + any_pop = { + limit = { + location = { + NOT = { + is_core = LOM + is_core = VEN + province_id = 734 + province_id = 735 + } + } + has_pop_culture = north_italian + } + literacy = 0.3 + } + + any_pop = { + limit = { + location = { + OR = { + is_core = LOM + province_id = 734 + province_id = 735 + } + } + has_pop_culture = north_italian + } + literacy = 0.35 + } + + AUS_612 = { any_pop = { literacy = 0.1 } } + AUS_734 = { any_pop = { limit = { has_pop_culture = south_german } literacy = 0.1 } } + any_pop = { limit = { has_pop_culture = north_german } literacy = 0.5 } + any_pop = { limit = { has_pop_religion = protestant NOT = { has_pop_culture = north_german } literacy = 0.05 } } + any_pop = { limit = { has_pop_culture = czech } literacy = 0.37 } + any_pop = { limit = { location = { OR = { province_id = 628 province_id = 619 } } literacy = 0.08 } } + any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } literacy = 0.40 } + any_pop = { limit = { OR = { has_pop_culture = romanian has_pop_culture = serb has_pop_culture = ukrainian } } literacy = -0.07 } + any_pop = { limit = { has_pop_culture = croat } literacy = -0.02 } + any_pop = { limit = { has_pop_culture = slovene } literacy = 0.18 } + any_pop = { limit = { has_pop_culture = polish } literacy = 0.02 } + AUS_623 = { any_pop = { limit = { has_pop_culture = hungarian } literacy = 0.02 } } + any_pop = { + limit = { + has_pop_culture = hungarian + location = { + OR = { + province_id = 624 + province_id = 635 + province_id = 633 + } + } + } + literacy = 0.02 + } + any_pop = { + limit = { + has_pop_culture = hungarian + location = { + OR = { + state_id = 771 + state_id = 777 + state_id = 2538 + state_id = 652 + state_id = 654 + state_id = 657 + state_id = 673 + province_id = 950 + } + } + } + literacy = -0.02 + } + + any_pop = { + limit = { + has_pop_culture = slovak + location = { + OR = { + province_id = 633 + province_id = 634 + province_id = 635 + } + } + } + literacy = 0.3 + } + + any_pop = { + limit = { + has_pop_culture = slovak + location = { + OR = { + province_id = 636 + province_id = 637 + province_id = 638 + } + } + } + literacy = 0.1 + } + + + any_pop = { limit = { has_pop_culture = gypsy } literacy = -0.99 } + serfs = { + militancy = -9 + consciousness = -9 + literacy = -0.99 + } + } + } + + 1836_denmark_setup = { + picture = constantinople + potential = { + tag = DEN + always = no + } + + allow = { + tag = DEN + } + + effect = { + any_pop = { limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = north_german } } literacy = 0.58 } + } + } + + + UBD_1836_setup = { + picture = constantinople + potential = { + tag = UBD + always = no + } + + allow = { + tag = UBD + } + + effect = { + any_pop = { limit = { has_pop_culture = north_german } literacy = 0.2 } + any_pop = { limit = { has_pop_culture = swedish } literacy = 0.79 } + any_pop = { limit = { has_pop_culture = russian } literacy = -0.46 } + any_pop = { limit = { OR = { has_pop_culture = polish has_pop_culture = lithuanian } } literacy = 0.19 } + any_pop = { limit = { has_pop_culture = ashkenazi } literacy = 0.49 } + any_pop = { limit = { has_pop_culture = ugrian } literacy = 0.49 } + } + } + + FIN_1836_setup = { + picture = constantinople + potential = { + tag = FIN + always = no + } + + allow = { + tag = FIN + } + + effect = { + any_pop = { limit = { has_pop_culture = swedish } literacy = 0.2 } + any_pop = { limit = { has_pop_culture = sami } literacy = -0.3 } + + any_pop = { + limit = { + has_pop_religion = orthodox + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = -0.1 + } + } + } + + caucasus_muslims_1836_setup = { + picture = constantinople + potential = { + OR = { + tag = DAG + tag = CIR + } + always = no + } + + allow = { + OR = { + tag = DAG + tag = CIR + } + } + + effect = { + treasury = 10000 + any_pop = { limit = { has_pop_culture = russian } literacy = -0.06 } + any_pop = { limit = { has_pop_culture = ukrainian } literacy = -0.08 } + any_pop = { limit = { has_pop_culture = sephardic } literacy = 0.25 } + } + } + + transcaucasia_1836_setup = { + picture = constantinople + potential = { + tag = TCA + always = no + } + + allow = { + tag = TCA + } + + effect = { + any_pop = { limit = { has_pop_culture = greek } literacy = 0.05 } + any_pop = { limit = { has_pop_culture = kurdish } literacy = -0.01 } + any_pop = { limit = { has_pop_culture = sephardic } literacy = 0.26 } + } + } + + abkhazia_1836_setup = { + picture = constantinople + potential = { + tag = ABK + always = no + } + + allow = { + tag = ABK + } + + effect = { + any_pop = { limit = { has_pop_religion = sunni OR = { is_primary_culture = yes is_accepted_culture = yes } } literacy = -0.02 } + any_pop = { limit = { OR = { has_pop_culture = georgian has_pop_culture = russian } } literacy = 0.02 } + } + } + + france_1836_setup = { + picture = constantinople + potential = { + tag = FRA + always = no + } + + allow = { + tag = FRA + } + + effect = { + 425 = { any_pop = { literacy = 0.05 } } + any_pop = { + limit = { + is_primary_culture = yes + has_pop_religion = protestant + } + literacy = 0.05 + } + any_pop = { limit = { has_pop_culture = flemish } literacy = 0.39 } + any_pop = { limit = { has_pop_culture = breton } literacy = -0.1 } + any_pop = { limit = { has_pop_culture = south_german } literacy = 0.54 } + any_pop = { limit = { has_pop_culture = north_italian } literacy = 0.24 } + any_pop = { limit = { has_pop_culture = anglo_canadian } literacy = 0.44 } + any_pop = { limit = { has_pop_culture = afro_antillean } literacy = 0.01 } + any_pop = { limit = { has_pop_culture = basque } literacy = 0.19 } + any_pop = { limit = { has_pop_culture = catalan } literacy = 0.14 } + FRA_420 = { any_pop = { literacy = -0.1 } } + FRA_412 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } + FRA_411 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } + FRA_404 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } + FRA_425 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } + FRA_418 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } + 460 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } + 451 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.1 } } + 468 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } + 467 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.05 } } + 473 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.25 } } + FRA_445 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.2 } } + FRA_448 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.2 } } + FRA_435 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.15 } } + any_pop = { + limit = { + OR = { is_accepted_culture = yes is_primary_culture = yes } + location = { + OR = { + province_id = 443 + province_id = 441 + province_id = 444 + province_id = 430 + province_id = 431 + province_id = 439 + province_id = 428 + } + } + } + literacy = -0.15 + } + any_pop = { limit = { OR = { has_pop_culture = maghrebi has_pop_culture = berber } } literacy = -0.99 } + relation = { who = WOL value = -400 } + relation = { who = TOO value = -400 } + } + } + + PAP_1836_setup = { + picture = constantinople + potential = { + tag = PAP + always = no + } + + allow = { + tag = PAP + } + + effect = { + 749 = { any_pop = { literacy = 0.08 } } + 750 = { any_pop = { literacy = 0.05 } } + 741 = { any_pop = { literacy = 0.06 } } + 742 = { any_pop = { literacy = 0.06 } } + 743 = { any_pop = { literacy = 0.06 } } + } + } + + SAR_1836_setup = { + picture = constantinople + potential = { + tag = SAR + always = no + } + + allow = { + tag = SAR + } + + effect = { + 724 = { any_pop = { literacy = -0.1 } } + 725 = { any_pop = { literacy = -0.1 } } + any_pop = { limit = { has_pop_culture = french } literacy = 0.4 } + } + } + + USA_1836_setup = { + picture = constantinople + potential = { + tag = USA + always = no + } + + allow = { + tag = USA + } + + effect = { + relation = { who = DEN value = 150 } + relation = { who = KHI value = -25 } + relation = { who = BUK value = -25 } + relation = { who = KAZ value = -25 } + relation = { who = KOK value = -25 } + any_country = { limit = { capital_scope = {continent = africa } NOT = { tag = MOR } } relation = { who = USA value = -25 } } + relation = { who = MOR value = -25 } + 1887 = { any_pop = { literacy = -0.99 } } + 1888 = { any_pop = { literacy = -0.99 } } + any_pop = { limit = { has_pop_culture = north_german } literacy = 0.5 } + any_pop = { limit = { has_pop_culture = irish } literacy = 0.2 } + any_pop = { limit = { has_pop_culture = french_canadian } literacy = 0.35 } + USA_243 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.14 } } + USA_247 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.13 } } + USA_231 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.10 } } + USA_176 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.12 } } + USA_232 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.10 } } + USA_223 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.09 } } + USA_178 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } + USA_151 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } + USA_139 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.08 } } + USA_219 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.06 } } + USA_200 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.04 } } + USA_194 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = 0.02 } } + USA_170 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.01 } } + USA_148 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.01 } } + USA_185 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.03 } } + USA_196 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.04 } } + 222 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.1 } } + USA_211 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } + USA_205 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } + USA_205 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.05 } } + USA_201 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.06 } } + USA_201 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.06 } } + USA_144 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.08 } } + USA_188 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.1 } } + USA_2556 = { any_pop = { limit = { OR = { is_accepted_culture = yes is_primary_culture = yes } } literacy = -0.14 } } + + any_pop = { + limit = { + OR = { + type = slaves + has_pop_culture = afro_american + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + has_pop_culture = dakota + has_pop_culture = cherokee + has_pop_culture = native_american_minor + } + } + literacy = -0.99 + } + any_pop = { limit = { has_pop_religion = catholic } literacy = -0.1 } + } + } + + BRZ_1836_setup = { + picture = constantinople + potential = { + tag = BRZ + always = no + } + + allow = { + tag = BRZ + } + + effect = { + add_country_modifier = { + name = regency_government + duration = -1 + } + any_pop = { limit = { has_pop_culture = french } literacy = 0.4 } + 2435 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.11 } } + BRZ_2462 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } + 2457 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } + BRZ_2408 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.02 } } + 2410 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.06 } } + 2448 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } + 2447 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } + 2463 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.01 } } + 2424 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } } + 2450 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.03 } } + 2459 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.01 } } + 2462 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.01 } } + BRZ_2421 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } + BRZ_2446 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } + 2434 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } + BRZ_2401 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.03 } } + 2449 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.04 } } + 2428 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.05 } } + 2429 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.05 } } + 2430 = { any_pop = { limit = { is_primary_culture = yes } literacy = -0.07 } } + + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + province_id = 2419 + province_id = 2436 + province_id = 2439 + province_id = 2426 + } + } + } + literacy = 0.01 + } + } + } + + PEU_1836_setup = { + picture = constantinople + potential = { + tag = PEU + always = no + } + + allow = { + tag = PEU + } + + effect = { + any_pop = { limit = { OR = { has_pop_culture = afro_caribeno type = slaves } } literacy = -0.99 } + 2295 = { + any_pop = { + limit = { is_primary_culture = yes } + literacy = 0.18 + } + + any_pop = { + limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } + literacy = 0.08 + } + + any_pop = { + limit = { has_pop_culture = afro_caribeno } + literacy = 0.02 + } + } + any_pop = { + limit = { + NOT = { has_pop_culture = afro_caribeno } + location = { + OR = { + province_id = 2307 + province_id = 2308 + province_id = 2578 + } + } + } + literacy = 0.07 + } + 2302 = { any_pop = { literacy = -0.04 } } + 2303 = { any_pop = { literacy = -0.06 } } + 2301 = { any_pop = { literacy = -0.06 } } + 2299 = { any_pop = { literacy = -0.05 } } + 2304 = { + any_pop = { limit = { is_primary_culture = no } literacy = 0.02 } + any_pop = { limit = { is_primary_culture = yes } literacy = 0.04 } + } + 2297 = { + any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.03 } + any_pop = { limit = { is_primary_culture = yes } literacy = 0.06 } + } + 2293 = { any_pop = { literacy = -0.02 } } + 2300 = { any_pop = { literacy = -0.03 } } + 2290 = { + any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.01 } + any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } + } + 2292 = { + any_pop = { limit = { is_primary_culture = no NOT = { has_pop_culture = afro_caribeno } } literacy = 0.01 } + any_pop = { limit = { is_primary_culture = yes } literacy = 0.02 } + } + 2287 = { any_pop = { literacy = -0.02 } } + 2286 = { + any_pop = { limit = { is_primary_culture = no } literacy = -0.01 } + any_pop = { limit = { is_primary_culture = yes } literacy = 0.01 } + } + 2293 = { add_province_modifier = { name = silver_mine duration = -1 } } + 2296 = { add_province_modifier = { name = silver_mine duration = -1 } } + 312 = { add_province_modifier = { name = silver_mine duration = -1 } } + + add_country_modifier = { name = relutanct_figher duration = 3650 } + activate_technology = flintlock_rifles + activate_technology = post_napoleonic_thought + activate_technology = post_nelsonian_thought + SPU = { + add_country_modifier = { name = relutanct_figher duration = 3650 } + activate_technology = flintlock_rifles + activate_technology = post_napoleonic_thought + activate_technology = post_nelsonian_thought + } + } + } + + URU_1836_setup = { + potential = { + tag = URU + always = no + } + + allow = { + tag = URU + } + + effect = { + any_pop = { limit = { has_pop_culture = brazilian } literacy = 0.06 } + 2344 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.1 } } #Montevideo + ARC = { 2348 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.1 } } } + } + } + + BOL_1836_setup = { + potential = { + OR = { + tag = PBC + tag = BOL + } + always = no + } + + allow = { + } + + effect = { + 2310 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } #La Paz - Bolivia + 2313 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } #Chuquisaca/Sucre - Bolivia + activate_technology = flintlock_rifles + activate_technology = post_napoleonic_thought + activate_technology = post_nelsonian_thought + } + } + + ECU_1836_setup = { + potential = { + tag = ECU + always = no + } + + allow = { + } + + effect = { + 2279 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } + any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } + activate_technology = flintlock_rifles + activate_technology = post_napoleonic_thought + activate_technology = post_nelsonian_thought + } + } + + CHL_1836_setup = { + potential = { + tag = CHL + always = no + } + + allow = { + } + + effect = { + 2324 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } + 2322 = { trade_goods = precious_metal add_province_modifier = { name = silver_mine duration = -1 } } + 2323 = { trade_goods = precious_metal add_province_modifier = { name = silver_mine duration = -1 } } + } + } + + CLM_1836_setup = { + potential = { + tag = CLM + always = no + } + + allow = { + } + + effect = { + CLM_1723 = { any_pop = { limit = { has_pop_culture = central_american } literacy = 0.02 } } #Panama + 2247 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } + VNZ = { 2264 = { any_pop = { limit = { is_primary_culture = yes } literacy = 0.05 } } } #Venezuela + } + } + + FRCA_1836_setup = { + picture = constantinople + potential = { + tag = UCA + always = no + } + + allow = { + tag = UCA + } + + effect = { + UCA_2186 = { any_pop = { literacy = -0.055 } } #Guatemala + UCA_2193 = { any_pop = { literacy = -0.015 } } #Honduras + UCA_2186 = { any_pop = { literacy = -0.025 } } #El Salvador + UCA_2197 = { any_pop = { literacy = -0.02 } } #Nicaragua + 2182 = { + any_pop = { limit = { has_pop_culture = mexican } literacy = 0.03 } + any_pop = { limit = { has_pop_culture = central_american } literacy = -0.055 } + } + + 2172 = { any_pop = { limit = { has_pop_culture = mexican } literacy = 0.05 } } + } + } + + GRE_1836_setup = { + picture = constantinople + potential = { + tag = GRE + always = no + } + + allow = { + tag = GRE + } + + effect = { + any_pop = { limit = { has_pop_culture = south_german } literacy = 0.5 } + GRE_837 = { add_province_modifier = { name = small_baby_boom duration = 2920 } } + GRE_826 = { add_province_modifier = { name = small_baby_boom duration = 2920 } } + } + } ############################### - 1836_initial_setup = { - potential = { - ai = yes - exists = yes - civilized = yes - NOT = { rank = 17 } - NOT = { year = 1838 } - NOT = { has_global_flag = 1836_set_up } - } - - allow = { - war = no - is_vassal = no - } - - effect = { - set_global_flag = 1836_set_up - set_country_flag = existing_country - any_country = { limit = { exists = yes } set_country_flag = existing_country } - - ################Starting Events########################### - MEX = { country_event = { id = 44805 days = 2 } } - UCA = { country_event = { id = 97550 days = 2 } } - QNG = { country_event = { id = 160009 days = 5 } } - ENG = { country_event = { id = 98200 days = 3 } } - HAI = { country_event = { id = 45106 days = 3 } } - ########################################################## - - ################Uncivs Close their borders########################### - any_country = { - limit = { - civilized = no - has_country_modifier = uncivilized_isolationism - } - political_reform = closed_borders - } - ########################################################## - - #################Giving Starting Money to Pops and Countries###################### - any_country = { limit = { exists = yes is_greater_power = yes } capitalists = { money = 1000 } aristocrats = { money = 500 } artisans = { money = 200 } } - any_country = { limit = { exists = yes is_secondary_power = yes } capitalists = { money = 800 } aristocrats = { money = 400 } artisans = { money = 100 } } - any_country = { - limit = { - exists = yes - is_greater_power = no - is_secondary_power = no - civilized = yes - } - capitalists = { money = 500 } - aristocrats = { money = 200 } - artisans = { money = 50 } - small_arms = 30 - canned_food = 30 - liquor = 15 - artillery = 15 - } - any_country = { - limit = { - exists = yes - is_greater_power = yes - NOT = { tag = SPA } - } - small_arms = 105 - canned_food = 105 - liquor = 60 - artillery = 60 - treasury = 100000 - } - any_country = { - limit = { - exists = yes - OR = { - is_secondary_power = yes - tag = SPA - } - } - small_arms = 60 - canned_food = 60 - liquor = 30 - artillery = 30 - treasury = 50000 - } - - any_country = { limit = { exists = yes civilized = yes is_greater_power = no is_secondary_power = no number_of_states = 2 } treasury = 10000 } - any_country = { limit = { exists = yes civilized = yes is_greater_power = no is_secondary_power = no NOT = { number_of_states = 2 } } treasury = 5000 } - any_country = { limit = { exists = yes civilized = no NOT = { tag = QNG } } treasury = 2500 } - #########Literate countries were usually well developed######### - - any_country = { - limit = { - exists = yes - literacy = 0.75 - } - treasury = 10000 - } - - #########Literate countries were usually well developed######### - - - #########Countries that start at war will get a war-chest######### - - any_country = { - limit = { - exists = yes - is_greater_power = yes - war = yes - } - treasury = 100000 - } - - any_country = { - limit = { - exists = yes - is_secondary_power = yes - war = yes - } - treasury = 50000 - } - - any_country = { - limit = { - exists = yes - civilized = yes - war = yes - } - treasury = 25000 - } - - any_country = { - limit = { - exists = yes - civilized = no - war = yes - } - treasury = 10000 - } - #########Top GPs are richer######### - any_country = { - limit = { rank = 1 } - treasury = 500000 - } - - any_country = { - limit = { rank = 2 NOT = { rank = 1 } } - treasury = 250000 - } - - any_country = { - limit = { rank = 3 NOT = { rank = 2 } } - treasury = 150000 - } - - any_country = { - limit = { rank = 4 NOT = { rank = 3 } } - treasury = 100000 - } - - #################Giving Starting Money to Pops and Countries###################### - - random_country = { - limit = { - tag = RUS - ai = yes - } - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - add_country_modifier = {name = mercantilism duration = 3650 } - } - - random_country = { - limit = { - tag = USA - ai = yes - } - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - add_country_modifier = {name = mercantilism duration = 3650 } - } - - random_country = { - limit = { - tag = PRU - ai = yes - } - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - add_country_modifier = {name = mercantilism duration = 3650 } - } - - random_country = { - limit = { - tag = AUS - ai = yes - } - remove_country_modifier = french_liberal_school - remove_country_modifier = smithian_school - add_country_modifier = {name = mercantilism duration = 3650 } - } - - #################Class Literacy Setup###################### - any_country = { - limit = { - exists = yes - is_greater_power = yes - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.3 - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.15 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.1 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.05 - } - } - - any_country = { - limit = { - exists = yes - is_greater_power = no - is_secondary_power = yes - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.2 - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.1 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.05 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.02 - } - } - - any_country = { - limit = { - exists = yes - civilized = yes - is_greater_power = no - is_secondary_power = no - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.1 - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.05 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.02 - } - } - - any_country = { - limit = { - exists = yes - civilized = no - civilization_progress = 0.2 - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - literacy = 0.05 - } - } - - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.1 - } - any_pop = { - limit = { - strata = rich - NOT = { religion = animist } - location = { is_colonial = no } - is_primary_culture = no - is_accepted_culture = no - } - literacy = 0.05 - } - any_pop = { - limit = { - strata = middle - NOT = { religion = animist } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - literacy = 0.02 - } - - #################Class Literacy Setup###################### - - #################Provinces Setup###################### - 2509 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Auckland, NZ - 46 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Toronto, CA - 56 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Kingston, CA - 58 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Montreal, CA - 65 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Quebec City,CA - 2476 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Kingston, CA - 2477 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Melbourne, AU - 2479 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Sale, AU - 2472 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Eden, AU - 2468 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Sydney, AU - 2469 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Newcastle, AU - 2470 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Port Macquarie, AU - 2483 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Brisbane, AU - 2482 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Tasmania, AU - 2484 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Gladstone, AU - 2491 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Adelaide, AU - 372 = { add_province_modifier = { name = sound_dues_toll duration = -1 } } #Copenhagen - 2172 = { set_province_flag = mexico_city } - 1616 = { set_province_flag = summer_palace } - #################Provinces Setup###################### - - #################Hawaii Setup###################### - HAW = { - any_pop = { - limit = { - is_primary_culture = yes - OR = { - has_pop_religion = protestant - has_pop_religion = catholic - } - } - literacy = 0.49 - } - any_pop = { - limit = { has_pop_culture = yankee } - literacy = 0.64 - } - } - - #################Japan Setup###################### - #Shogun Faction - any_country = { - limit = { - exists = yes - OR = { - tag = KAG - tag = SEN - tag = YZW - tag = TKG - } - } - set_country_flag = sakoku_applied - any_pop = { - ideology = { value = conservative factor = 0.6 } - ideology = { value = reactionary factor = 0.4 } - } - aristocrats = { ideology = { value = reactionary factor = 0.4 } } - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - add_country_modifier = { name = sakoku duration = -1 } - - } - #Emperor Faction - any_country = { - limit = { - exists = yes - OR = { - tag = CHO - tag = SAT - tag = TOS - tag = JAP - } - } - set_country_flag = rangaku_applied - any_pop = { - ideology = { value = conservative factor = 0.5 } - ideology = { value = reactionary factor = 0.1 } - } - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - add_country_modifier = { name = rangaku duration = -1 } - random_owned = { - limit = { province_id = 1661 } - any_pop = { ideology = { value = liberal factor = 0.2 } } - add_province_modifier = { name = foreign_trading_post duration = -1 } - } - - } - #################Japan Setup###################### - - #################Qing Setup###################### - QNG = { - add_country_modifier = { name = global_baby_boom duration = 1065 } - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - remove_country_modifier = western_influences - set_country_flag = mandate - any_pop = { - limit = { type = bureaucrats } - literacy = 0.05 - } - any_pop = { - limit = { type = aristocrats } - literacy = 0.06 - } - } - #################Qing Setup###################### - - #################Ethiopia Setup###################### - any_country = { - limit = { - exists = yes - OR = { - tag = KAF - tag = GON - tag = SHW - tag = TIG - tag = AWS - tag = HAR - } - } - add_country_modifier = { name = exploiting_the_land duration = 10950 } - } - #################Ethiopia Setup###################### - - #################Setup UK Ideology###################### - ENG = { - any_owned = { limit = { is_core = ENG } - any_pop = { - limit = { is_culture_group = british } - ideology = { factor = 0.2 value = liberal } - } - } - ENG_258 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } - ENG_260 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } - ENG_263 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } - } - #################Setup UK Ideology###################### - - URU = { add_country_modifier = { name = credit_risk duration = 3650 } } - ECU = { add_country_modifier = { name = credit_risk duration = 3650 } } - UCA = { add_country_modifier = { name = credit_risk duration = 1825 } } - HAI = { add_country_modifier = { name = credit_risk duration = 5475 } } - SPU = { add_country_modifier = { name = credit_risk duration = 5475 } } - PRG = { add_country_modifier = { name = unrecognized_country duration = 3650 } } - RGS = { add_country_modifier = { name = unrecognized_country duration = 3650 } } - - #################Setup Texas###################### - TEX = { - money = 20000 - any_pop = { - limit = { has_pop_culture = texan } - dominant_issue = { value = yes_slavery factor = 0.25 } - ideology = { value = conservative factor = 0.4 } - ideology = { value = reactionary factor = 0.2 } - money = 1000 - } - } - #################Setup Texas###################### - - #################Setup SWI###################### - SWI = { - 603 = { aristocrats = { money = 12000 } } - any_pop = { limit = { has_pop_religion = protestant } ideology = { factor = 0.5 value = liberal } } - any_pop = { limit = { has_pop_religion = catholic } ideology = { factor = 0.5 value = conservative } } - add_country_modifier = { name = freedom_of_religion duration = -1 } - } - - #################Setup SWI###################### - - #################Belgian War of Independence###################### - NET = { war_exhaustion = 40 } - BEL = { war_exhaustion = 20 } - #################Belgian War of Independence###################### - - #################1832 War with Colombia###################### - ECU = { war_exhaustion = 50 any_pop = { militancy = 3 } } - #################1832 War with Colombia###################### - - #################Isolationist Uncivs Setup###################### - any_country = { - limit = { - exists = yes - NOT = { tag = SIA } - NOT = { primary_culture = japanese } - NOT = { tag = QNG } - OR = { - capital_scope = { continent = africa } - capital_scope = { continent = oceania } - capital_scope = { continent = asia } - } - } - relation = { who = USA value = -75 } - } - - any_country = { - limit = { - has_country_flag = lacking_writing_system - exists = yes - } - add_country_modifier = { name = lacks_writing_system duration = -1 } - } - - #################Isolationist Uncivs Setup###################### - - #################Uncivs Pops Setup###################### - ZUL = { add_country_modifier = { name = assegai duration = -1 } } - - NEJ = { - add_country_modifier = { name = wahhabism_in_nejd duration = -1 } - - any_pop = { limit = { is_state_religion = yes } - dominant_issue = { factor = 0.60 value = moralism } - dominant_issue = { factor = 0.30 value = jingoism } - ideology = { factor = 0.75 value = conservative } - } - } - - any_pop = { limit = { has_pop_religion = animist } literacy = -0.5 } - any_country = { limit = { exists = yes } any_pop = { limit = { has_pop_religion = animist } literacy = -0.5 } } - #################Uncivs Pops Setup###################### - - #################Slaves and Serfs Pops Setup###################### - serfs = { militancy = -9 consciousness = -9 literacy = -0.99 } - slaves = { literacy = -0.99 } - any_pop = { limit = { has_pop_culture = gypsy } literacy = -0.99 } - any_country = { - limit = { - exists = yes - has_pop_type = serfs - } - serfs = { militancy = -9 consciousness = -9 literacy = -0.99 } - } - any_country = { - limit = { - exists = yes - has_pop_type = slaves - } - slaves = { literacy = -0.99 } - } - any_country = { - limit = { exists = yes } - any_pop = { - limit = { has_pop_culture = gypsy } - literacy = -0.99 - } - } - #################Slaves and Serfs Pops Setup###################### - - #################Romanian Pops Setup###################### - any_country = { - limit = { - exists = yes - OR = { - tag = MOL - tag = WAL - } - } - any_pop = { - limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } - literacy = 0.3 - } - } - WAL_665 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } - MOL_673 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } - - SER_794 = { add_province_modifier = { name = small_baby_boom duration = 3650 } } - #################Romanian Pops Setup###################### - - #################Italian Swiss Pops Setup###################### - any_country = { - limit = { - exists = yes - OR = { - primary_culture = north_italian - primary_culture = south_italian - } - } - any_pop = { - limit = { has_pop_culture = swiss } - literacy = 0.4 - } - } - #################Italian Swiss Pops Setup###################### - - #################Government Flags Setup###################### - any_country = { - limit = { - government = absolute_monarchy - NOT = { has_country_flag = absolute_monarchy_gov } - exists = yes - } - clr_country_flag = communist_gov - set_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - any_country = { - limit = { - government = hms_government - NOT = { has_country_flag = constitutional_monarchy_gov } - exists = yes - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - set_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - any_country = { - limit = { - government = democracy - NOT = { has_country_flag = democracy_gov } - exists = yes - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - set_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - any_country = { - limit = { - government = presidential_dictatorship - NOT = { has_country_flag = presidential_dictatorship_gov } - exists = yes - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - set_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - any_country = { - limit = { - government = prussian_constitutionalism - NOT = { has_country_flag = semi_constitutional_monarchy_gov } - exists = yes - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - set_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - any_country = { - limit = { - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - } - set_country_flag = umar_pact - } - - any_country = { - limit = { - exists = yes - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - any_owned_province = { - any_pop = { - OR = { - has_pop_religion = catholic - has_pop_religion = protestant - has_pop_religion = mormon - has_pop_religion = orthodox - has_pop_religion = coptic - has_pop_religion = druze - has_pop_religion = jewish - has_pop_religion = yazidi - has_pop_religion = mahayana - has_pop_religion = gelugpa - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = shinto - has_pop_religion = sikh - has_pop_religion = animist - } - } - } - } - add_country_modifier = { name = jizya duration = -1 } - } - - any_country = { - limit = { - exists = yes - civilized = no - foreign_weapons = yes_foreign_weapons - NOT = { has_country_flag = using_foreign_weapons } - } - set_country_flag = using_foreign_weapons - } - - any_country = { - limit = { - exists = yes - civilized = no - foreign_artillery = yes_foreign_artillery - NOT = { has_country_flag = using_foreign_artillery } - } - set_country_flag = using_foreign_artillery - } - - any_country = { - limit = { - exists = yes - civilized = no - foreign_navies = yes_foreign_navies - NOT = { has_country_flag = using_foreign_ships } - } - set_country_flag = using_foreign_ships - } - - any_country = { - limit = { - exists = yes - civilized = no - western_shipyards = yes_western_shipyards - NOT = { has_country_flag = using_foreign_shipyards } - } - set_country_flag = using_foreign_shipyards - } - - any_country = { - limit = { - ai = yes - exists = yes - } - random = { - chance = 10 - remove_country_modifier = malevolent_ai - add_country_modifier = { name = benefactor_ai duration = 8030 } - } - random = { - chance = 10 - remove_country_modifier = benefactor_ai - add_country_modifier = { name = malevolent_ai duration = 8030 } - } - random_list = { - 20 = { add_country_modifier = { name = picking_personality duration = 7300 } } - 20 = { add_country_modifier = { name = picking_personality duration = 9125 } } - 20 = { add_country_modifier = { name = picking_personality duration = 8030 } } - 20 = { add_country_modifier = { name = picking_personality duration = 10220 } } - 20 = { add_country_modifier = { name = picking_personality duration = 10950 } } - } - } - - #################Government Flags Setup###################### - - ENT = { add_country_modifier = { name = caudillo_leaders duration = 7300 } } - CRT = { add_country_modifier = { name = caudillo_leaders duration = 1825 } } - HAI = { add_country_modifier = { name = divided_society duration = 10950 } } - - any_country = { - limit = { - exists = yes - is_greater_power = yes - } - diplomatic_influence = { who = GAZ value = -400 } - diplomatic_influence = { who = AGC value = -400 } - } - - any_country = { - limit = { - exists = yes - is_greater_power = yes - NOT = { is_our_vassal = NEH } - } - diplomatic_influence = { who = NEH value = -400 } - } - - MEX = { add_country_modifier = { name = fight_the_power duration = 3650 } } - 1253 = { add_province_modifier = { name = local_economic_downturn duration = 8760 } } - - any_country = { - limit = { - ai = no - OR = { - government = prussian_constitutionalism - government = hms_government - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = conservative } } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = liberal } } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { owner = { ruling_party_ideology = reactionary } } - owner = { set_country_flag = reactionary_party_in_power } - } - } - } - } - - LEB_1836_setup = { - picture = constantinople - potential = { - tag = EGY - always = no - } - - allow = { - tag = EGY - } - - effect = { - 913 = { #Beirut - any_pop = { - limit = { - NOT = { has_pop_culture = armenian } - OR = { - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - literacy = 0.15 - } - } - 912 = { any_pop = { limit = { has_pop_religion = shiite } militancy = 5 } } #Baalbeck - 915 = { any_pop = { limit = { has_pop_religion = shiite } militancy = 5 } } #Sidon - } - } - - pick_AI_personality = { - picture = constantinople - potential = { - ai = yes - year = 1837 - month = 8 - NOT = { month = 10 } - NOT = { - has_country_modifier = picking_personality - has_country_flag = ghost_country - tag = TMT - } - } - - allow = { - } - - effect = { - random = { - chance = 10 - remove_country_modifier = malevolent_ai - remove_country_modifier = benefactor_ai - remove_country_modifier = coward_ai - add_country_modifier = { name = benefactor_ai duration = 8030 } - } - random = { - chance = 10 - remove_country_modifier = malevolent_ai - remove_country_modifier = benefactor_ai - remove_country_modifier = coward_ai - add_country_modifier = { name = malevolent_ai duration = 8030 } - } - random = { - chance = 10 - remove_country_modifier = malevolent_ai - remove_country_modifier = benefactor_ai - remove_country_modifier = coward_ai - add_country_modifier = { name = coward_ai duration = 8030 } - } - random_list = { - 20 = { add_country_modifier = { name = picking_personality duration = 7300 } } - 20 = { add_country_modifier = { name = picking_personality duration = 9125 } } - 20 = { add_country_modifier = { name = picking_personality duration = 8030 } } - 20 = { add_country_modifier = { name = picking_personality duration = 10220 } } - 20 = { add_country_modifier = { name = picking_personality duration = 10950 } } - } - } - } -} + 1836_initial_setup = { + potential = { + ai = yes + exists = yes + civilized = yes + NOT = { rank = 17 } + NOT = { year = 1838 } + NOT = { has_global_flag = 1836_set_up } + } + + allow = { + war = no + is_vassal = no + } + + effect = { + set_global_flag = 1836_set_up + set_country_flag = existing_country + any_country = { limit = { exists = yes } set_country_flag = existing_country } + + ################Starting Events########################### + MEX = { country_event = { id = 44805 days = 2 } } + UCA = { country_event = { id = 97550 days = 2 } } + QNG = { country_event = { id = 160009 days = 5 } } + ENG = { country_event = { id = 98200 days = 3 } } + HAI = { country_event = { id = 45106 days = 3 } } + ########################################################## + + ################Uncivs Close their borders########################### + any_country = { + limit = { + civilized = no + has_country_modifier = uncivilized_isolationism + } + political_reform = closed_borders + } + ########################################################## + + #################Giving Starting Money to Pops and Countries###################### + any_country = { limit = { exists = yes is_greater_power = yes } capitalists = { money = 1000 } aristocrats = { money = 500 } artisans = { money = 200 } } + any_country = { limit = { exists = yes is_secondary_power = yes } capitalists = { money = 800 } aristocrats = { money = 400 } artisans = { money = 100 } } + any_country = { + limit = { + exists = yes + is_greater_power = no + is_secondary_power = no + civilized = yes + } + capitalists = { money = 500 } + aristocrats = { money = 200 } + artisans = { money = 50 } + small_arms = 30 + canned_food = 30 + liquor = 15 + artillery = 15 + } + any_country = { + limit = { + exists = yes + is_greater_power = yes + NOT = { tag = SPA } + } + small_arms = 105 + canned_food = 105 + liquor = 60 + artillery = 60 + treasury = 100000 + } + any_country = { + limit = { + exists = yes + OR = { + is_secondary_power = yes + tag = SPA + } + } + small_arms = 60 + canned_food = 60 + liquor = 30 + artillery = 30 + treasury = 50000 + } + + any_country = { limit = { exists = yes civilized = yes is_greater_power = no is_secondary_power = no number_of_states = 2 } treasury = 10000 } + any_country = { limit = { exists = yes civilized = yes is_greater_power = no is_secondary_power = no NOT = { number_of_states = 2 } } treasury = 5000 } + any_country = { limit = { exists = yes civilized = no NOT = { tag = QNG } } treasury = 2500 } + #########Literate countries were usually well developed######### + any_country = { + limit = { + exists = yes + literacy = 0.75 + } + treasury = 10000 + } + + #########Literate countries were usually well developed######### + + + #########Countries that start at war will get a war-chest######### + + any_country = { + limit = { + exists = yes + is_greater_power = yes + war = yes + } + treasury = 100000 + } + + any_country = { + limit = { + exists = yes + is_secondary_power = yes + war = yes + } + treasury = 50000 + } + + any_country = { + limit = { + exists = yes + civilized = yes + war = yes + } + treasury = 25000 + } + + any_country = { + limit = { + exists = yes + civilized = no + war = yes + } + treasury = 10000 + } + #########Top GPs are richer######### + any_country = { + limit = { rank = 1 } + treasury = 500000 + } + + any_country = { + limit = { rank = 2 NOT = { rank = 1 } } + treasury = 250000 + } + + any_country = { + limit = { rank = 3 NOT = { rank = 2 } } + treasury = 150000 + } + + any_country = { + limit = { rank = 4 NOT = { rank = 3 } } + treasury = 100000 + } + + #################Giving Starting Money to Pops and Countries###################### + + random_country = { + limit = { + tag = RUS + ai = yes + } + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + add_country_modifier = {name = mercantilism duration = 3650 } + } + + random_country = { + limit = { + tag = USA + ai = yes + } + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + add_country_modifier = {name = mercantilism duration = 3650 } + } + + random_country = { + limit = { + tag = PRU + ai = yes + } + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + add_country_modifier = {name = mercantilism duration = 3650 } + } + + random_country = { + limit = { + tag = AUS + ai = yes + } + remove_country_modifier = french_liberal_school + remove_country_modifier = smithian_school + add_country_modifier = {name = mercantilism duration = 3650 } + } + + #################Class Literacy Setup###################### + any_country = { + limit = { + exists = yes + is_greater_power = yes + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.3 + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.15 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.1 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.05 + } + } + + any_country = { + limit = { + exists = yes + is_greater_power = no + is_secondary_power = yes + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.2 + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.1 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.05 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.02 + } + } + + any_country = { + limit = { + exists = yes + civilized = yes + is_greater_power = no + is_secondary_power = no + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.1 + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.05 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.02 + } + } + + any_country = { + limit = { + exists = yes + civilized = no + civilization_progress = 0.2 + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + literacy = 0.05 + } + } + + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.1 + } + any_pop = { + limit = { + strata = rich + NOT = { religion = animist } + location = { is_colonial = no } + is_primary_culture = no + is_accepted_culture = no + } + literacy = 0.05 + } + any_pop = { + limit = { + strata = middle + NOT = { religion = animist } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + literacy = 0.02 + } + + #################Class Literacy Setup###################### + + #################Provinces Setup###################### + 2509 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Auckland, NZ + 46 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Toronto, CA + 56 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Kingston, CA + 58 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Montreal, CA + 65 = { add_province_modifier = { name = province_small_immigration_boom duration = 10950 } } #Quebec City,CA + 2476 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Kingston, CA + 2477 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Melbourne, AU + 2479 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Sale, AU + 2472 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Eden, AU + 2468 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Sydney, AU + 2469 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Newcastle, AU + 2470 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Port Macquarie, AU + 2483 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Brisbane, AU + 2482 = { add_province_modifier = { name = province_small_immigration_boom duration = 3650 } } #Tasmania, AU + 2484 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Gladstone, AU + 2491 = { add_province_modifier = { name = province_small_immigration_boom duration = 7300 } } #Adelaide, AU + 372 = { add_province_modifier = { name = sound_dues_toll duration = -1 } } #Copenhagen + 2172 = { set_province_flag = mexico_city } + 1616 = { set_province_flag = summer_palace } + #################Provinces Setup###################### + + #################Hawaii Setup###################### + HAW = { + any_pop = { + limit = { + is_primary_culture = yes + OR = { + has_pop_religion = protestant + has_pop_religion = catholic + } + } + literacy = 0.49 + } + any_pop = { + limit = { has_pop_culture = yankee } + literacy = 0.64 + } + } + + #################Japan Setup###################### + #Shogun Faction + any_country = { + limit = { + exists = yes + OR = { + tag = KAG + tag = SEN + tag = YZW + tag = TKG + } + } + set_country_flag = sakoku_applied + any_pop = { + ideology = { value = conservative factor = 0.6 } + ideology = { value = reactionary factor = 0.4 } + } + aristocrats = { ideology = { value = reactionary factor = 0.4 } } + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + add_country_modifier = { name = sakoku duration = -1 } + + } + #Emperor Faction + any_country = { + limit = { + exists = yes + OR = { + tag = CHO + tag = SAT + tag = TOS + tag = JAP + } + } + set_country_flag = rangaku_applied + any_pop = { + ideology = { value = conservative factor = 0.5 } + ideology = { value = reactionary factor = 0.1 } + } + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + add_country_modifier = { name = rangaku duration = -1 } + random_owned = { + limit = { province_id = 1661 } + any_pop = { ideology = { value = liberal factor = 0.2 } } + add_province_modifier = { name = foreign_trading_post duration = -1 } + } + + } + #################Japan Setup###################### + + #################Qing Setup###################### + QNG = { + add_country_modifier = { name = global_baby_boom duration = 1065 } + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + remove_country_modifier = western_influences + set_country_flag = mandate + any_pop = { + limit = { type = bureaucrats } + literacy = 0.05 + } + any_pop = { + limit = { type = aristocrats } + literacy = 0.06 + } + } + #################Qing Setup###################### + + #################Ethiopia Setup###################### + any_country = { + limit = { + exists = yes + OR = { + tag = KAF + tag = GON + tag = SHW + tag = TIG + tag = AWS + tag = HAR + } + } + add_country_modifier = { name = exploiting_the_land duration = 10950 } + } + #################Ethiopia Setup###################### + + #################Setup UK Ideology###################### + ENG = { + any_owned = { limit = { is_core = ENG } + any_pop = { + limit = { is_culture_group = british } + ideology = { factor = 0.2 value = liberal } + } + } + ENG_258 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } + ENG_260 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } + ENG_263 = { any_pop = { ideology = { factor = 0.6 value = liberal } } } + } + #################Setup UK Ideology###################### + + URU = { add_country_modifier = { name = credit_risk duration = 3650 } } + ECU = { add_country_modifier = { name = credit_risk duration = 3650 } } + UCA = { add_country_modifier = { name = credit_risk duration = 1825 } } + HAI = { add_country_modifier = { name = credit_risk duration = 5475 } } + SPU = { add_country_modifier = { name = credit_risk duration = 5475 } } + PRG = { add_country_modifier = { name = unrecognized_country duration = 3650 } } + RGS = { add_country_modifier = { name = unrecognized_country duration = 3650 } } + + #################Setup Texas###################### + TEX = { + money = 20000 + any_pop = { + limit = { has_pop_culture = texan } + dominant_issue = { value = yes_slavery factor = 0.25 } + ideology = { value = conservative factor = 0.4 } + ideology = { value = reactionary factor = 0.2 } + money = 1000 + } + } + #################Setup Texas###################### + + #################Setup SWI###################### + SWI = { + 603 = { aristocrats = { money = 12000 } } + any_pop = { limit = { has_pop_religion = protestant } ideology = { factor = 0.5 value = liberal } } + any_pop = { limit = { has_pop_religion = catholic } ideology = { factor = 0.5 value = conservative } } + add_country_modifier = { name = freedom_of_religion duration = -1 } + } + + #################Setup SWI###################### + + #################Belgian War of Independence###################### + NET = { war_exhaustion = 40 } + BEL = { war_exhaustion = 20 } + #################Belgian War of Independence###################### + + #################1832 War with Colombia###################### + ECU = { war_exhaustion = 50 any_pop = { militancy = 3 } } + #################1832 War with Colombia###################### + + #################Isolationist Uncivs Setup###################### + any_country = { + limit = { + exists = yes + NOT = { tag = SIA } + NOT = { primary_culture = japanese } + NOT = { tag = QNG } + OR = { + capital_scope = { continent = africa } + capital_scope = { continent = oceania } + capital_scope = { continent = asia } + } + } + relation = { who = USA value = -75 } + } + + any_country = { + limit = { + has_country_flag = lacking_writing_system + exists = yes + } + add_country_modifier = { name = lacks_writing_system duration = -1 } + } + + #################Isolationist Uncivs Setup###################### + + #################Uncivs Pops Setup###################### + ZUL = { add_country_modifier = { name = assegai duration = -1 } } + + NEJ = { + add_country_modifier = { name = wahhabism_in_nejd duration = -1 } + + any_pop = { limit = { is_state_religion = yes } + dominant_issue = { factor = 0.60 value = moralism } + dominant_issue = { factor = 0.30 value = jingoism } + ideology = { factor = 0.75 value = conservative } + } + } + + any_pop = { limit = { has_pop_religion = animist } literacy = -0.5 } + any_country = { limit = { exists = yes } any_pop = { limit = { has_pop_religion = animist } literacy = -0.5 } } + #################Uncivs Pops Setup###################### + + #################Slaves and Serfs Pops Setup###################### + serfs = { militancy = -9 consciousness = -9 literacy = -0.99 } + slaves = { literacy = -0.99 } + any_pop = { limit = { has_pop_culture = gypsy } literacy = -0.99 } + any_country = { + limit = { + exists = yes + has_pop_type = serfs + } + serfs = { militancy = -9 consciousness = -9 literacy = -0.99 } + } + any_country = { + limit = { + exists = yes + has_pop_type = slaves + } + slaves = { literacy = -0.99 } + } + any_country = { + limit = { exists = yes } + any_pop = { + limit = { has_pop_culture = gypsy } + literacy = -0.99 + } + } + #################Slaves and Serfs Pops Setup###################### + + #################Romanian Pops Setup###################### + any_country = { + limit = { + exists = yes + OR = { + tag = MOL + tag = WAL + } + } + any_pop = { + limit = { OR = { has_pop_culture = ashkenazi has_pop_culture = sephardic } } + literacy = 0.3 + } + } + WAL_665 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } + MOL_673 = { add_province_modifier = { name = small_baby_boom duration = 2555 } } + + SER_794 = { add_province_modifier = { name = small_baby_boom duration = 3650 } } + #################Romanian Pops Setup###################### + + #################Italian Swiss Pops Setup###################### + any_country = { + limit = { + exists = yes + OR = { + primary_culture = north_italian + primary_culture = south_italian + } + } + any_pop = { + limit = { has_pop_culture = swiss } + literacy = 0.4 + } + } + #################Italian Swiss Pops Setup###################### + + #################Government Flags Setup###################### + any_country = { + limit = { + government = absolute_monarchy + NOT = { has_country_flag = absolute_monarchy_gov } + exists = yes + } + clr_country_flag = communist_gov + set_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + any_country = { + limit = { + government = hms_government + NOT = { has_country_flag = constitutional_monarchy_gov } + exists = yes + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + set_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + any_country = { + limit = { + government = democracy + NOT = { has_country_flag = democracy_gov } + exists = yes + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + set_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + any_country = { + limit = { + government = presidential_dictatorship + NOT = { has_country_flag = presidential_dictatorship_gov } + exists = yes + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + set_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + any_country = { + limit = { + government = prussian_constitutionalism + NOT = { has_country_flag = semi_constitutional_monarchy_gov } + exists = yes + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + set_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + any_country = { + limit = { + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + } + set_country_flag = umar_pact + } + + any_country = { + limit = { + exists = yes + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + any_owned_province = { + any_pop = { + OR = { + has_pop_religion = catholic + has_pop_religion = protestant + has_pop_religion = mormon + has_pop_religion = orthodox + has_pop_religion = coptic + has_pop_religion = druze + has_pop_religion = jewish + has_pop_religion = yazidi + has_pop_religion = mahayana + has_pop_religion = gelugpa + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = shinto + has_pop_religion = sikh + has_pop_religion = animist + } + } + } + } + add_country_modifier = { name = jizya duration = -1 } + } + + any_country = { + limit = { + exists = yes + civilized = no + foreign_weapons = yes_foreign_weapons + NOT = { has_country_flag = using_foreign_weapons } + } + set_country_flag = using_foreign_weapons + } + + any_country = { + limit = { + exists = yes + civilized = no + foreign_artillery = yes_foreign_artillery + NOT = { has_country_flag = using_foreign_artillery } + } + set_country_flag = using_foreign_artillery + } + + any_country = { + limit = { + exists = yes + civilized = no + foreign_navies = yes_foreign_navies + NOT = { has_country_flag = using_foreign_ships } + } + set_country_flag = using_foreign_ships + } + + any_country = { + limit = { + exists = yes + civilized = no + western_shipyards = yes_western_shipyards + NOT = { has_country_flag = using_foreign_shipyards } + } + set_country_flag = using_foreign_shipyards + } + + any_country = { + limit = { + ai = yes + exists = yes + } + random = { + chance = 10 + remove_country_modifier = malevolent_ai + add_country_modifier = { name = benefactor_ai duration = 8030 } + } + random = { + chance = 10 + remove_country_modifier = benefactor_ai + add_country_modifier = { name = malevolent_ai duration = 8030 } + } + random_list = { + 20 = { add_country_modifier = { name = picking_personality duration = 7300 } } + 20 = { add_country_modifier = { name = picking_personality duration = 9125 } } + 20 = { add_country_modifier = { name = picking_personality duration = 8030 } } + 20 = { add_country_modifier = { name = picking_personality duration = 10220 } } + 20 = { add_country_modifier = { name = picking_personality duration = 10950 } } + } + } + + #################Government Flags Setup###################### + + ENT = { add_country_modifier = { name = caudillo_leaders duration = 7300 } } + CRT = { add_country_modifier = { name = caudillo_leaders duration = 1825 } } + HAI = { add_country_modifier = { name = divided_society duration = 10950 } } + + any_country = { + limit = { + exists = yes + is_greater_power = yes + } + diplomatic_influence = { who = GAZ value = -400 } + diplomatic_influence = { who = AGC value = -400 } + } + + any_country = { + limit = { + exists = yes + is_greater_power = yes + NOT = { is_our_vassal = NEH } + } + diplomatic_influence = { who = NEH value = -400 } + } + + MEX = { add_country_modifier = { name = fight_the_power duration = 3650 } } + 1253 = { add_province_modifier = { name = local_economic_downturn duration = 8760 } } + + any_country = { + limit = { + ai = no + OR = { + government = prussian_constitutionalism + government = hms_government + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = conservative } } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = liberal } } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { owner = { ruling_party_ideology = reactionary } } + owner = { set_country_flag = reactionary_party_in_power } + } + } + } + } + + LEB_1836_setup = { + picture = constantinople + potential = { + tag = EGY + always = no + } + + allow = { + tag = EGY + } + + effect = { + 913 = { #Beirut + any_pop = { + limit = { + NOT = { has_pop_culture = armenian } + OR = { + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + literacy = 0.15 + } + } + 912 = { any_pop = { limit = { has_pop_religion = shiite } militancy = 5 } } #Baalbeck + 915 = { any_pop = { limit = { has_pop_religion = shiite } militancy = 5 } } #Sidon + } + } + + pick_AI_personality = { + picture = constantinople + potential = { + ai = yes + year = 1837 + month = 8 + NOT = { month = 10 } + NOT = { + has_country_modifier = picking_personality + has_country_flag = ghost_country + tag = TMT + } + } + + allow = { + } + + effect = { + random = { + chance = 10 + remove_country_modifier = malevolent_ai + remove_country_modifier = benefactor_ai + remove_country_modifier = coward_ai + add_country_modifier = { name = benefactor_ai duration = 8030 } + } + random = { + chance = 10 + remove_country_modifier = malevolent_ai + remove_country_modifier = benefactor_ai + remove_country_modifier = coward_ai + add_country_modifier = { name = malevolent_ai duration = 8030 } + } + random = { + chance = 10 + remove_country_modifier = malevolent_ai + remove_country_modifier = benefactor_ai + remove_country_modifier = coward_ai + add_country_modifier = { name = coward_ai duration = 8030 } + } + random_list = { + 20 = { add_country_modifier = { name = picking_personality duration = 7300 } } + 20 = { add_country_modifier = { name = picking_personality duration = 9125 } } + 20 = { add_country_modifier = { name = picking_personality duration = 8030 } } + 20 = { add_country_modifier = { name = picking_personality duration = 10220 } } + 20 = { add_country_modifier = { name = picking_personality duration = 10950 } } + } + } + } +} diff --git a/HPM/decisions/Siberia.txt b/HPM/decisions/Siberia.txt index 3000da2e..18c43062 100644 --- a/HPM/decisions/Siberia.txt +++ b/HPM/decisions/Siberia.txt @@ -1,56 +1,55 @@ political_decisions = { - build_the_tsr = { #Trans-Siberian railroad- mirrors CNR, but offers choice of route: Irkutsk-Yakutia-Okhotsk or Irkutsk-Chita-Vladivostok(if owned) - picture = whistlestop_tour - potential = { - tag = RUS - early_railroad = 1 - NOT = { has_country_flag = build_the_tsr } - } - allow = { - money = 75000 - iron_railroad = 1 - owns = 1082 - owns = 1078 - owns = 1075 - owns = 1077 - owns = 2686 - owns = 1064 - owns = 1059 - } - effect = { - set_country_flag = build_the_tsr - treasury = -75000 - 1082 = { infrastructure = 1 } - 1083 = { infrastructure = 1 } - 1059 = { infrastructure = 1 } - } - ai_will_do = { - factor = 1 - } - } - - build_the_manchurian_railway = { #Railroad through Manchuria if they own Port Arthur - picture = whistlestop_tour - potential = { - tag = RUS - has_country_flag = build_the_tsr - NOT = { has_country_flag = build_the_manchurian_railway } - owns = 1481 - owns = 1082 #Sanity check if they haven't lost Vladivostok in the meantime - } - allow = { - money = 15000 - war = no - } - effect = { - set_country_flag = build_the_manchurian_railway - treasury = -15000 - 1481 = { infrastructure = 1 } - diplomatic_influence = { who = MCK value = 50 } - } - ai_will_do = { - factor = 1 - } - } - } + build_the_tsr = { #Trans-Siberian railroad- mirrors CNR, but offers choice of route: Irkutsk-Yakutia-Okhotsk or Irkutsk-Chita-Vladivostok(if owned) + picture = whistlestop_tour + potential = { + tag = RUS + early_railroad = 1 + NOT = { has_country_flag = build_the_tsr } + } + allow = { + money = 75000 + iron_railroad = 1 + owns = 1082 + owns = 1078 + owns = 1075 + owns = 1077 + owns = 2686 + owns = 1064 + owns = 1059 + } + effect = { + set_country_flag = build_the_tsr + treasury = -75000 + 1082 = { infrastructure = 1 } + 1083 = { infrastructure = 1 } + 1059 = { infrastructure = 1 } + } + ai_will_do = { + factor = 1 + } + } + build_the_manchurian_railway = { #Railroad through Manchuria if they own Port Arthur + picture = whistlestop_tour + potential = { + tag = RUS + has_country_flag = build_the_tsr + NOT = { has_country_flag = build_the_manchurian_railway } + owns = 1481 + owns = 1082 #Sanity check if they haven't lost Vladivostok in the meantime + } + allow = { + money = 15000 + war = no + } + effect = { + set_country_flag = build_the_manchurian_railway + treasury = -15000 + 1481 = { infrastructure = 1 } + diplomatic_influence = { who = MCK value = 50 } + } + ai_will_do = { + factor = 1 + } + } + } diff --git a/HPM/decisions/SouthAmerica.txt b/HPM/decisions/SouthAmerica.txt index a02d441e..0f3924cc 100644 --- a/HPM/decisions/SouthAmerica.txt +++ b/HPM/decisions/SouthAmerica.txt @@ -1,733 +1,733 @@ political_decisions = { - fatherland_volunteers = { - potential = { - tag = BRZ - government = hms_government - NOT = { - has_country_flag = pedro_said_it_best - } - } - allow = { - army_decision_making = 1 - war = yes - } - effect = { - war_exhaustion = -1 - prestige = 10 - set_country_flag = pedro_said_it_best - } - } - - - golden_law = { - picture = golden_law - potential = { - tag = BRZ - NOT = { has_country_flag = golden_law_passed } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { slavery = no_slavery } - } - - allow = { - NOT = { month = 5 } - invention = national_fraternity - realism = 1 - OR = { - upper_house = { ideology = liberal value = 0.2 } - upper_house = { ideology = socialist value = 0.2 } - } - } - - effect = { - set_country_flag = golden_law_passed - badboy = -1 - add_accepted_culture = afro_brazilian - political_reform = no_slavery - any_pop = { limit = { type = slaves } consciousness = -5 militancy = -6 } - any_pop = { limit = { type = aristocrats } militancy = 3 consciousness = 5 } - } - } - - - build_teresina = { - picture = build_teresina - potential = { - tag = BRZ - year = 1852 - NOT = { has_country_flag = teresina_built } - } - allow = { - money = 5000 - } - effect = { - set_country_flag = teresina_built - treasury = -5000 - 2426 = { change_province_name = "Teresina" } - 2426 = { - add_province_modifier = { name = recently_built_city duration = 365 } - } - } - } - - build_belo_horizonte = { - picture = build_belo_horizonte - potential = { - tag = BRZ - year = 1870 - NOT = { has_country_flag = bh_built } - } - allow = { - money = 5000 - } - effect = { - set_country_flag = bh_built - treasury = -5000 - 2442 = { change_province_name = "Belo Horizonte" } - 2442 = { - life_rating = 4 - trade_goods = iron - add_province_modifier = { name = recently_built_city duration = 365 } - } - } - } - - law_1420_of_general_common_education = { - potential = { - OR = { - tag = ARG - tag = ARC - } - NOT = { has_country_flag = 1420_passed } - NOT = { school_reforms = low_schools } - } - allow = { - phenomenology_n_hermeneutic = 1 - ruling_party_ideology = conservative - NOT = { school_reforms = low_schools } - } - effect = { - social_reform = low_schools - set_country_flag = 1420_passed - } - } - - integrating_bahia = { - picture = fatherland_volunteers - potential = { - OR = { - is_sphere_leader_of = BAH - is_sphere_leader_of = BRZ - } - exists = BAH - exists = BRZ - NOT = { tag = BAH } - BAH = { ai = yes } - } - allow = { - war = no - is_sphere_leader_of = BAH - is_sphere_leader_of = BRZ - BAH = { war = no OR = { is_vassal = no vassal_of = THIS } } - BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } - } - - effect = { - BRZ = { inherit = BAH } - relation = { who = BRZ value = 50 } - } - ai_will_do = { factor = 1 } - } - - integrating_pernambuco = { - picture = fatherland_volunteers - potential = { - OR = { - is_sphere_leader_of = PNB - is_sphere_leader_of = BRZ - } - exists = PNB - exists = BRZ - NOT = { tag = PNB } - PNB = { ai = yes } - } - allow = { - war = no - PNB = { war = no OR = { is_vassal = no vassal_of = THIS } } - BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } - is_sphere_leader_of = PNB - is_sphere_leader_of = BRZ - } - - effect = { - BRZ = { inherit = PNB } - relation = { who = BRZ value = 50 } - } - ai_will_do = { factor = 1 } - } - - - integrating_rgs = { - picture = fatherland_volunteers - potential = { - OR = { - is_sphere_leader_of = RGS - is_sphere_leader_of = BRZ - } - exists = RGS - exists = BRZ - NOT = { tag = RGS } - RGS = { ai = yes } - } - allow = { - war = no - RGS = { war = no OR = { is_vassal = no vassal_of = THIS } } - BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } - is_sphere_leader_of = RGS - is_sphere_leader_of = BRZ - } - - effect = { - BRZ = { inherit = RGS } - relation = { who = BRZ value = 50 } - } - ai_will_do = { factor = 1 } - } - - new_life_in_the_new_world = { - picture = new_life - potential = { - OR = { - is_culture_group = latin_american_cultures - is_culture_group = american_cultures - is_culture_group = african_diaspora_cultures - is_culture_group = native_american - primary_culture = australian - primary_culture = anglo_canadian - primary_culture = french_canadian - } - OR = { - continent = north_america - continent = south_america - primary_culture = australian - } - is_greater_power = no - NOT = { has_country_flag = come_to_the_new_world } - number_of_states = 2 - num_of_ports = 1 - } - - allow = { - war = no - is_vassal = no - is_greater_power = no - state_n_government = 1 - slavery = no_slavery - public_meetings = yes_meeting - press_rights = free_press - citizens_rights = all_voting_pops - NOT = { citizenship_policy = residency } - NOT = { religious_policy = moralism } - OR = { - government = democracy - government = hms_government - } - money = 60000 - } - - effect = { - set_country_flag = come_to_the_new_world - treasury = -50000 - add_country_modifier = { name = small_immigration_boom duration = 730 } - } - - ai_will_do = { - factor = 0 - modifier = { - factor = 100 - OR = { tag = BRZ tag = CHL } - } - } - } - - brazilian_rubber_boom = { - picture = rubber_cycle - potential = { - tag = BRZ - owns = 2550 - owns = 2419 - owns = 2532 - owns = 2410 - owns = 2402 - year = 1880 - NOT = { has_country_flag = brazilian_rubber_boom } - } - - allow = { - war = no - owns = 2550 - owns = 2419 - owns = 2532 - owns = 2410 - owns = 2402 - state_n_government = 1 - 2550 = { trade_goods = rubber } - } - - effect = { - set_country_flag = brazilian_rubber_boom - 2410 = { add_province_modifier = { name = colonial_recruitment duration = 365 } } - 2402 = { add_province_modifier = { name = colonial_recruitment duration = 365 } } - 2419 = { change_province_name = "Campo Grande" trade_goods = cattle } - 2550 = { change_province_name = "Porto Velho" add_province_modifier = { name = recently_built_city duration = 150 } } - 2532 = { change_province_name = "Boa Vista" add_province_modifier = { name = recently_built_city duration = 150 } } - random_owned = { limit = { province_id = 2549 } - change_province_name = "Rio Branco" add_province_modifier = { name = recently_built_city duration = 100 } - } - } - } - - - remove_central_american_cores = { - picture = map_central_america - potential = { - OR = { - tag = MEX - tag = UCA - tag = GUA - } - OR = { - any_owned_province = { is_core = YUC } - any_owned_province = { is_core = CHP } - any_owned_province = { is_core = LOS } - } - OR = { - YUC = { all_core = { owned_by = THIS is_core = THIS } } - CHP = { all_core = { owned_by = THIS is_core = THIS } } - AND = { tag = MEX 2181 = { owned_by = THIS is_core = LOS } 2182 = { owned_by = THIS is_core = LOS } } - AND = { OR = { tag = UCA tag = GUA } 2187 = { owned_by = THIS is_core = LOS } } - } - year = 1860 - } - - allow = { - war = no - is_vassal = no - invention = manifest_destiny - NOT = { num_of_revolts = 1 } - NOT = { any_owned_province = { country_units_in_province = REB } } - NOT = { - any_owned_province = { - pop_majority_culture = mayan - average_militancy = 3 - } - } - } - - effect = { - - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { money = 20000 } } - owner = { treasury = -20000 } - } - - random_owned = { - limit = { YUC = { all_core = { owned_by = THIS is_core = THIS } } } - owner = { YUC = { all_core = { any_pop = { consciousness = 4 militancy = 1 } remove_core = YUC } } } - } - random_owned = { - limit = { CHP = { all_core = { owned_by = THIS is_core = THIS } } } - owner = { CHP = { all_core = { any_pop = { consciousness = 4 militancy = 1 } remove_core = CHP } } } - } - random_owned = { - limit = { - owner = { - tag = MEX - OR = { - 2181 = { owned_by = THIS is_core = THIS is_core = LOS } - 2182 = { owned_by = THIS is_core = THIS is_core = LOS } - } - } - } - owner = { - any_owned = { - limit = { OR = { province_id = 2181 province_id = 2182 } } - any_pop = { consciousness = 4 militancy = 1 } remove_core = LOS - } - } - } - random_owned = { - limit = { owner = { OR = { tag = UCA tag = GUA } 2187 = { owned_by = THIS is_core = LOS } } } - owner = { 2187 = { remove_core = LOS any_pop = { consciousness = 4 militancy = 1 } } } - } - - random_owned = { - limit = { - owner = { - NOT = { primary_culture = central_american } owns = 2182 2182 = { is_core = GUA is_core = THIS } GUA = { ai = yes } - } - } - 2182 = { remove_core = GUA } - } - } - - ai_will_do = { factor = 1 } - } - - - commodity_boom_colombia = { - picture = coffee_in_colombia - potential = { - OR = { - owns = 2247 - owns = 2279 - owns = 2295 - } - NOT = { has_global_flag = rgo_change_sa } - } - - allow = { - war = no - OR = { - year = 1890 - modern_central_bank_system = 1 - } - } - - effect = { - set_global_flag = rgo_change_sa - #Colombia - 2253 = { trade_goods = coffee } - 2254 = { trade_goods = coffee } - 2256 = { trade_goods = coffee } - 2248 = { trade_goods = coffee } - 2250 = { trade_goods = coffee } - 2247 = { trade_goods = coffee } - 2260 = { trade_goods = cattle } - 2261 = { trade_goods = cattle } - 2257 = { trade_goods = tobacco } - 2258 = { trade_goods = tobacco } - 2255 = { trade_goods = tobacco } - #Peru - 2302 = { trade_goods = coffee } - 2292 = { trade_goods = coffee } - 2297 = { trade_goods = coffee } - #Ecuador - 2279 = { trade_goods = coffee } - 2280 = { trade_goods = coffee } - } - - ai_will_do = { factor = 1 } - } - - - commodity_boom_central_america = { - picture = coffee_in_colombia - potential = { - OR = { - owns = 2201 - owns = 2193 - owns = 2186 - owns = 2172 - } - NOT = { has_global_flag = rgo_change_central_america } - } - - allow = { - war = no - OR = { - year = 1890 - modern_central_bank_system = 1 - } - } - - effect = { - set_global_flag = rgo_change_central_america - #FRCA - 2201 = { trade_goods = coffee } - 2193 = { trade_goods = coffee } - 2194 = { trade_goods = coffee } - 2188 = { trade_goods = coffee } - #Mexico - 2172 = { trade_goods = coffee } - 2180 = { trade_goods = coffee } - 2168 = { trade_goods = coffee } - 2169 = { trade_goods = coffee } - } - - ai_will_do = { factor = 1 } - } - - - treaty_of_bogota = { - picture = map_colombia - potential = { - tag = BRZ - NOT = { has_country_flag = treaty_of_bogota } - OR = { - is_vassal = no - overlord = { NOT = { primary_culture = north_andean } } - } - NOT = { owns = 2401 } - owns = 2403 - owns = 2407 - } - - allow = { - war = no - 2401 = { owner = { NOT = { truce_with = THIS } } } - OR = { - year = 1908 - mass_politics = 1 - } - } - - effect = { - set_country_flag = treaty_of_bogota - 2401 = { owner = { country_event = 46610100 } } - } - - ai_will_do = { factor = 1 } - } - - - treaty_of_petropolis = { - picture = treaty_of_petropolis_stamp - potential = { - OR = { - primary_culture = south_andean - primary_culture = brazilian - } - 2549 = { is_core = THIS } - owns = 2549 - NOT = { has_country_flag = treaty_of_petropolis } - NOT = { has_country_flag = signed_treaty_of_petropolis } - } - - allow = { - war = no - OR = { - money = 2000000 - AND = { - ai = yes - money = 100000 - } - } - OR = { - year = 1903 - mass_politics = 1 - } - } - - effect = { - set_country_flag = treaty_of_petropolis - random_owned = { limit = { owner = { ai = yes } } owner = { treasury = -100000 } } - random_owned = { limit = { owner = { ai = no } } owner = { treasury = -2000000 } } - any_country = { limit = { is_core = 2549 } country_event = 46610101 } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 NOT = { tag = BRZ year = 1910 } } - } - } - - spu_applies_for_statehood = { - potential = { - tag = SPU - OR = { - AND = { - neighbour = PEU - PEU = { war = no } - OR = { - vassal_of = PEU - is_vassal = no - } - } - AND = { - neighbour = PBC - PBC = { war = no } - PEU = { exists = no } - vassal_of = PBC - } - } - exists = yes - ai = yes - } - - allow = { - war = no - } - - effect = { - neutrality = yes - random_country = { - limit = { - neighbour = THIS - war = no - OR = { - tag = PEU - tag = PBC - } - } - inherit = THIS - } - } - - ai_will_do = { factor = 1 } - } - - - chile_treaty_of_peace_and_friendship = { - picture = chile_bolivia_peru_borders - potential = { - OR = { - tag = CHL - tag = SPU - tag = PBC - tag = BOL - } - owns = 2308 - owns = 2307 - owns = 2309 - owns = 2305 - NOT = { has_country_flag = tacna_arica_compromise } - OR = { - AND = { - tag = CHL - any_neighbor_country = { - OR = { - tag = BOL - tag = PEU - tag = PBC - } - } - } - AND = { - tag = PEU - any_neighbor_country = { - OR = { - tag = BOL - tag = CHL - tag = PBC - } - } - } - AND = { - tag = BOL - any_neighbor_country = { - OR = { - tag = CHL - tag = PEU - tag = PBC - } - } - } - } - } - - allow = { - war = no - all_core = { owned_by = THIS } - OR = { - mass_politics = 1 - sphere_owner = { mass_politics = 1 } - year = 1925 - } - OR = { - 2308 = { - owned_by = THIS - any_core = { NOT = { tag = THIS } } - } - 2307 = { - owned_by = THIS - any_core = { NOT = { tag = THIS } } - } - 2309 = { - owned_by = THIS - any_core = { NOT = { tag = THIS } } - } - 2305 = { - owned_by = THIS - any_core = { NOT = { tag = THIS } } - } - } - } - - effect = { - set_country_flag = tacna_arica_compromise - any_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { - tag = BOL - tag = PBC - tag = CHL - } - OR = { - 2309 = { is_core = THIS } - 2305 = { is_core = THIS } - } - } - set_country_flag = treaty_of_peace_and_friendship_bolivia - country_event = 46610102 - } - - any_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { - tag = CHL - tag = PEU - tag = PBC - } - OR = { - 2308 = { is_core = THIS } - 2307 = { is_core = THIS } - } - } - set_country_flag = treaty_of_lima_1929 - country_event = 46610102 - } - - random_owned = { - limit = { - owner = { - tag = CHL - owns = 2578 - neighbour = PEU - } - } - random_country = { - limit = { is_greater_power = yes has_country_flag = new_world_nation NOT = { tag = THIS } } - country_event = 46610103 - } - } - } - - ai_will_do = { factor = 1 } - } + fatherland_volunteers = { + potential = { + tag = BRZ + government = hms_government + NOT = { + has_country_flag = pedro_said_it_best + } + } + allow = { + army_decision_making = 1 + war = yes + } + effect = { + war_exhaustion = -1 + prestige = 10 + set_country_flag = pedro_said_it_best + } + } + + + golden_law = { + picture = golden_law + potential = { + tag = BRZ + NOT = { has_country_flag = golden_law_passed } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { slavery = no_slavery } + } + + allow = { + NOT = { month = 5 } + invention = national_fraternity + realism = 1 + OR = { + upper_house = { ideology = liberal value = 0.2 } + upper_house = { ideology = socialist value = 0.2 } + } + } + + effect = { + set_country_flag = golden_law_passed + badboy = -1 + add_accepted_culture = afro_brazilian + political_reform = no_slavery + any_pop = { limit = { type = slaves } consciousness = -5 militancy = -6 } + any_pop = { limit = { type = aristocrats } militancy = 3 consciousness = 5 } + } + } + + + build_teresina = { + picture = build_teresina + potential = { + tag = BRZ + year = 1852 + NOT = { has_country_flag = teresina_built } + } + allow = { + money = 5000 + } + effect = { + set_country_flag = teresina_built + treasury = -5000 + 2426 = { change_province_name = "Teresina" } + 2426 = { + add_province_modifier = { name = recently_built_city duration = 365 } + } + } + } + + build_belo_horizonte = { + picture = build_belo_horizonte + potential = { + tag = BRZ + year = 1870 + NOT = { has_country_flag = bh_built } + } + allow = { + money = 5000 + } + effect = { + set_country_flag = bh_built + treasury = -5000 + 2442 = { change_province_name = "Belo Horizonte" } + 2442 = { + life_rating = 4 + trade_goods = iron + add_province_modifier = { name = recently_built_city duration = 365 } + } + } + } + + law_1420_of_general_common_education = { + potential = { + OR = { + tag = ARG + tag = ARC + } + NOT = { has_country_flag = 1420_passed } + NOT = { school_reforms = low_schools } + } + allow = { + phenomenology_n_hermeneutic = 1 + ruling_party_ideology = conservative + NOT = { school_reforms = low_schools } + } + effect = { + social_reform = low_schools + set_country_flag = 1420_passed + } + } + + integrating_bahia = { + picture = fatherland_volunteers + potential = { + OR = { + is_sphere_leader_of = BAH + is_sphere_leader_of = BRZ + } + exists = BAH + exists = BRZ + NOT = { tag = BAH } + BAH = { ai = yes } + } + allow = { + war = no + is_sphere_leader_of = BAH + is_sphere_leader_of = BRZ + BAH = { war = no OR = { is_vassal = no vassal_of = THIS } } + BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } + } + + effect = { + BRZ = { inherit = BAH } + relation = { who = BRZ value = 50 } + } + ai_will_do = { factor = 1 } + } + + integrating_pernambuco = { + picture = fatherland_volunteers + potential = { + OR = { + is_sphere_leader_of = PNB + is_sphere_leader_of = BRZ + } + exists = PNB + exists = BRZ + NOT = { tag = PNB } + PNB = { ai = yes } + } + allow = { + war = no + PNB = { war = no OR = { is_vassal = no vassal_of = THIS } } + BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } + is_sphere_leader_of = PNB + is_sphere_leader_of = BRZ + } + + effect = { + BRZ = { inherit = PNB } + relation = { who = BRZ value = 50 } + } + ai_will_do = { factor = 1 } + } + + + integrating_rgs = { + picture = fatherland_volunteers + potential = { + OR = { + is_sphere_leader_of = RGS + is_sphere_leader_of = BRZ + } + exists = RGS + exists = BRZ + NOT = { tag = RGS } + RGS = { ai = yes } + } + allow = { + war = no + RGS = { war = no OR = { is_vassal = no vassal_of = THIS } } + BRZ = { war = no OR = { is_vassal = no vassal_of = THIS } } + is_sphere_leader_of = RGS + is_sphere_leader_of = BRZ + } + + effect = { + BRZ = { inherit = RGS } + relation = { who = BRZ value = 50 } + } + ai_will_do = { factor = 1 } + } + + new_life_in_the_new_world = { + picture = new_life + potential = { + OR = { + is_culture_group = latin_american_cultures + is_culture_group = american_cultures + is_culture_group = african_diaspora_cultures + is_culture_group = native_american + primary_culture = australian + primary_culture = anglo_canadian + primary_culture = french_canadian + } + OR = { + continent = north_america + continent = south_america + primary_culture = australian + } + is_greater_power = no + NOT = { has_country_flag = come_to_the_new_world } + number_of_states = 2 + num_of_ports = 1 + } + + allow = { + war = no + is_vassal = no + is_greater_power = no + state_n_government = 1 + slavery = no_slavery + public_meetings = yes_meeting + press_rights = free_press + citizens_rights = all_voting_pops + NOT = { citizenship_policy = residency } + NOT = { religious_policy = moralism } + OR = { + government = democracy + government = hms_government + } + money = 60000 + } + + effect = { + set_country_flag = come_to_the_new_world + treasury = -50000 + add_country_modifier = { name = small_immigration_boom duration = 730 } + } + + ai_will_do = { + factor = 0 + modifier = { + factor = 100 + OR = { tag = BRZ tag = CHL } + } + } + } + + brazilian_rubber_boom = { + picture = rubber_cycle + potential = { + tag = BRZ + owns = 2550 + owns = 2419 + owns = 2532 + owns = 2410 + owns = 2402 + year = 1880 + NOT = { has_country_flag = brazilian_rubber_boom } + } + + allow = { + war = no + owns = 2550 + owns = 2419 + owns = 2532 + owns = 2410 + owns = 2402 + state_n_government = 1 + 2550 = { trade_goods = rubber } + } + + effect = { + set_country_flag = brazilian_rubber_boom + 2410 = { add_province_modifier = { name = colonial_recruitment duration = 365 } } + 2402 = { add_province_modifier = { name = colonial_recruitment duration = 365 } } + 2419 = { change_province_name = "Campo Grande" trade_goods = cattle } + 2550 = { change_province_name = "Porto Velho" add_province_modifier = { name = recently_built_city duration = 150 } } + 2532 = { change_province_name = "Boa Vista" add_province_modifier = { name = recently_built_city duration = 150 } } + random_owned = { limit = { province_id = 2549 } + change_province_name = "Rio Branco" add_province_modifier = { name = recently_built_city duration = 100 } + } + } + } + + + remove_central_american_cores = { + picture = map_central_america + potential = { + OR = { + tag = MEX + tag = UCA + tag = GUA + } + OR = { + any_owned_province = { is_core = YUC } + any_owned_province = { is_core = CHP } + any_owned_province = { is_core = LOS } + } + OR = { + YUC = { all_core = { owned_by = THIS is_core = THIS } } + CHP = { all_core = { owned_by = THIS is_core = THIS } } + AND = { tag = MEX 2181 = { owned_by = THIS is_core = LOS } 2182 = { owned_by = THIS is_core = LOS } } + AND = { OR = { tag = UCA tag = GUA } 2187 = { owned_by = THIS is_core = LOS } } + } + year = 1860 + } + + allow = { + war = no + is_vassal = no + invention = manifest_destiny + NOT = { num_of_revolts = 1 } + NOT = { any_owned_province = { country_units_in_province = REB } } + NOT = { + any_owned_province = { + pop_majority_culture = mayan + average_militancy = 3 + } + } + } + + effect = { + + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { money = 20000 } } + owner = { treasury = -20000 } + } + + random_owned = { + limit = { YUC = { all_core = { owned_by = THIS is_core = THIS } } } + owner = { YUC = { all_core = { any_pop = { consciousness = 4 militancy = 1 } remove_core = YUC } } } + } + random_owned = { + limit = { CHP = { all_core = { owned_by = THIS is_core = THIS } } } + owner = { CHP = { all_core = { any_pop = { consciousness = 4 militancy = 1 } remove_core = CHP } } } + } + random_owned = { + limit = { + owner = { + tag = MEX + OR = { + 2181 = { owned_by = THIS is_core = THIS is_core = LOS } + 2182 = { owned_by = THIS is_core = THIS is_core = LOS } + } + } + } + owner = { + any_owned = { + limit = { OR = { province_id = 2181 province_id = 2182 } } + any_pop = { consciousness = 4 militancy = 1 } remove_core = LOS + } + } + } + random_owned = { + limit = { owner = { OR = { tag = UCA tag = GUA } 2187 = { owned_by = THIS is_core = LOS } } } + owner = { 2187 = { remove_core = LOS any_pop = { consciousness = 4 militancy = 1 } } } + } + + random_owned = { + limit = { + owner = { + NOT = { primary_culture = central_american } owns = 2182 2182 = { is_core = GUA is_core = THIS } GUA = { ai = yes } + } + } + 2182 = { remove_core = GUA } + } + } + + ai_will_do = { factor = 1 } + } + + + commodity_boom_colombia = { + picture = coffee_in_colombia + potential = { + OR = { + owns = 2247 + owns = 2279 + owns = 2295 + } + NOT = { has_global_flag = rgo_change_sa } + } + + allow = { + war = no + OR = { + year = 1890 + modern_central_bank_system = 1 + } + } + + effect = { + set_global_flag = rgo_change_sa + #Colombia + 2253 = { trade_goods = coffee } + 2254 = { trade_goods = coffee } + 2256 = { trade_goods = coffee } + 2248 = { trade_goods = coffee } + 2250 = { trade_goods = coffee } + 2247 = { trade_goods = coffee } + 2260 = { trade_goods = cattle } + 2261 = { trade_goods = cattle } + 2257 = { trade_goods = tobacco } + 2258 = { trade_goods = tobacco } + 2255 = { trade_goods = tobacco } + #Peru + 2302 = { trade_goods = coffee } + 2292 = { trade_goods = coffee } + 2297 = { trade_goods = coffee } + #Ecuador + 2279 = { trade_goods = coffee } + 2280 = { trade_goods = coffee } + } + + ai_will_do = { factor = 1 } + } + + + commodity_boom_central_america = { + picture = coffee_in_colombia + potential = { + OR = { + owns = 2201 + owns = 2193 + owns = 2186 + owns = 2172 + } + NOT = { has_global_flag = rgo_change_central_america } + } + + allow = { + war = no + OR = { + year = 1890 + modern_central_bank_system = 1 + } + } + + effect = { + set_global_flag = rgo_change_central_america + #FRCA + 2201 = { trade_goods = coffee } + 2193 = { trade_goods = coffee } + 2194 = { trade_goods = coffee } + 2188 = { trade_goods = coffee } + #Mexico + 2172 = { trade_goods = coffee } + 2180 = { trade_goods = coffee } + 2168 = { trade_goods = coffee } + 2169 = { trade_goods = coffee } + } + + ai_will_do = { factor = 1 } + } + + + treaty_of_bogota = { + picture = map_colombia + potential = { + tag = BRZ + NOT = { has_country_flag = treaty_of_bogota } + OR = { + is_vassal = no + overlord = { NOT = { primary_culture = north_andean } } + } + NOT = { owns = 2401 } + owns = 2403 + owns = 2407 + } + + allow = { + war = no + 2401 = { owner = { NOT = { truce_with = THIS } } } + OR = { + year = 1908 + mass_politics = 1 + } + } + + effect = { + set_country_flag = treaty_of_bogota + 2401 = { owner = { country_event = 46610100 } } + } + + ai_will_do = { factor = 1 } + } + + + treaty_of_petropolis = { + picture = treaty_of_petropolis_stamp + potential = { + OR = { + primary_culture = south_andean + primary_culture = brazilian + } + 2549 = { is_core = THIS } + owns = 2549 + NOT = { has_country_flag = treaty_of_petropolis } + NOT = { has_country_flag = signed_treaty_of_petropolis } + } + + allow = { + war = no + OR = { + money = 2000000 + AND = { + ai = yes + money = 100000 + } + } + OR = { + year = 1903 + mass_politics = 1 + } + } + + effect = { + set_country_flag = treaty_of_petropolis + random_owned = { limit = { owner = { ai = yes } } owner = { treasury = -100000 } } + random_owned = { limit = { owner = { ai = no } } owner = { treasury = -2000000 } } + any_country = { limit = { is_core = 2549 } country_event = 46610101 } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 NOT = { tag = BRZ year = 1910 } } + } + } + + spu_applies_for_statehood = { + potential = { + tag = SPU + OR = { + AND = { + neighbour = PEU + PEU = { war = no } + OR = { + vassal_of = PEU + is_vassal = no + } + } + AND = { + neighbour = PBC + PBC = { war = no } + PEU = { exists = no } + vassal_of = PBC + } + } + exists = yes + ai = yes + } + + allow = { + war = no + } + + effect = { + neutrality = yes + random_country = { + limit = { + neighbour = THIS + war = no + OR = { + tag = PEU + tag = PBC + } + } + inherit = THIS + } + } + + ai_will_do = { factor = 1 } + } + + + chile_treaty_of_peace_and_friendship = { + picture = chile_bolivia_peru_borders + potential = { + OR = { + tag = CHL + tag = SPU + tag = PBC + tag = BOL + } + owns = 2308 + owns = 2307 + owns = 2309 + owns = 2305 + NOT = { has_country_flag = tacna_arica_compromise } + OR = { + AND = { + tag = CHL + any_neighbor_country = { + OR = { + tag = BOL + tag = PEU + tag = PBC + } + } + } + AND = { + tag = PEU + any_neighbor_country = { + OR = { + tag = BOL + tag = CHL + tag = PBC + } + } + } + AND = { + tag = BOL + any_neighbor_country = { + OR = { + tag = CHL + tag = PEU + tag = PBC + } + } + } + } + } + + allow = { + war = no + all_core = { owned_by = THIS } + OR = { + mass_politics = 1 + sphere_owner = { mass_politics = 1 } + year = 1925 + } + OR = { + 2308 = { + owned_by = THIS + any_core = { NOT = { tag = THIS } } + } + 2307 = { + owned_by = THIS + any_core = { NOT = { tag = THIS } } + } + 2309 = { + owned_by = THIS + any_core = { NOT = { tag = THIS } } + } + 2305 = { + owned_by = THIS + any_core = { NOT = { tag = THIS } } + } + } + } + + effect = { + set_country_flag = tacna_arica_compromise + any_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { + tag = BOL + tag = PBC + tag = CHL + } + OR = { + 2309 = { is_core = THIS } + 2305 = { is_core = THIS } + } + } + set_country_flag = treaty_of_peace_and_friendship_bolivia + country_event = 46610102 + } + + any_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { + tag = CHL + tag = PEU + tag = PBC + } + OR = { + 2308 = { is_core = THIS } + 2307 = { is_core = THIS } + } + } + set_country_flag = treaty_of_lima_1929 + country_event = 46610102 + } + + random_owned = { + limit = { + owner = { + tag = CHL + owns = 2578 + neighbour = PEU + } + } + random_country = { + limit = { is_greater_power = yes has_country_flag = new_world_nation NOT = { tag = THIS } } + country_event = 46610103 + } + } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/TUR.txt b/HPM/decisions/TUR.txt index e9f59857..06e5a3fb 100644 --- a/HPM/decisions/TUR.txt +++ b/HPM/decisions/TUR.txt @@ -1,1411 +1,1411 @@ political_decisions = { - tanzimat_reforms = { - potential = { - tag = TUR - NOT = { has_country_flag = tanzimat_reforms_enacted } - has_country_modifier = ottoman_oppression - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - allow = { - OR = { - AND = { - average_militancy = 3 - average_consciousness = 4 - } - nationalism_n_imperialism = 1 - } - } - - effect = { - set_country_flag = tanzimat_reforms_enacted - set_country_flag = secularized_muslim_society - add_country_modifier = { name = tanzimat_land_reform duration = 365 } - remove_country_modifier = ottoman_oppression - remove_country_modifier = jizya - clr_country_flag = umar_pact - political_reform = open_borders - random_owned = { - limit = { owner = { debt_law = serfdom } } - owner = { political_reform = peonage } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { political_reform = no_slavery } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { political_reform = no_slavery } - } - - any_pop = { - limit = { is_primary_culture = no } - militancy = -3 - consciousness = 2 - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 3 - } - } - } - } - - hatt_i_humayun = { - picture = kanun_i_esasi - potential = { - tag = TUR - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - has_country_flag = tanzimat_reforms_enacted - NOT = { - has_country_flag = ottoman_constitution_refused - has_country_flag = enacted_ottomanism - has_country_flag = ottomans_to_turks - } - } - - allow = { - government = hms_government - revolution_n_counterrevolution = 1 - NOT = { citizenship_policy = residency } - citizens_rights = all_voting_pops - OR = { - liberal = 30 - socialist = 30 - AND = { - liberal = 15 - socialist = 15 - } - } - } - - effect = { - set_country_flag = enacted_ottomanism - random_owned = { - limit = { - owner = { any_owned_province = { is_core = ALB } } - } - owner = { add_accepted_culture = albanian } - } - random_owned = { - limit = { - owner = { any_owned_province = { is_core = BOS } } - } - owner = { add_accepted_culture = bosniak } - } - random_owned = { - limit = { - owner = { any_owned_province = { is_core = EGY } NOT = { has_global_flag = arab_nationalism_encouraged } } - } - owner = { add_accepted_culture = misri } - } - random_owned = { - limit = { - owner = { any_owned_province = { is_core = AZB } } - } - owner = { add_accepted_culture = azerbaijani } - } - random_owned = { - limit = { - owner = { any_owned_province = { is_core = PLS } NOT = { has_global_flag = arab_nationalism_encouraged } } - } - owner = { add_accepted_culture = mashriqi } - } - add_country_modifier = { - name = ottomanism_reform - duration = -1 - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -6 - } - } - } - - ai_will_do = { - factor = 1 - } - } - - republican_reforms = { - potential = { - tag = TUR - government = democracy - NOT = { has_country_flag = had_ataturk_reforms } - } - - allow = { - election = no - ruling_party_ideology = liberal - year = 1919 - } - - effect = { - set_country_flag = had_ataturk_reforms - add_country_modifier = { - name = republican_reforms - duration = 3650 - } - } - } - - greater_turkey = { - potential = { - tag = TUR - government = fascist_dictatorship - has_country_flag = ottomans_to_turks - NOT = { has_country_flag = claimed_greater_turkey } - } - - allow = { - is_greater_power = yes - NOT = { average_militancy = 2 } - } - - effect = { - set_country_flag = claimed_greater_turkey - badboy = 10 - EGY_897 = { add_core = TUR } - #TUR_923 = { add_core = TUR } - RUS_1098 = { add_core = TUR } - RUS_1102 = { add_core = TUR } - 1108 = { add_core = TUR } - 1109 = { add_core = TUR } - 1110 = { add_core = TUR } - 1111 = { add_core = TUR } - 1112 = { add_core = TUR } - 1117 = { add_core = TUR } - 1118 = { add_core = TUR } - 1119 = { add_core = TUR } - any_country = { - limit = { - OR = { - owns = 897 - owns = 923 - owns = 1098 - owns = 1102 - owns = 1108 - owns = 1117 - } - NOT = { tag = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - } - - conquer_montenegro = { - picture = map_montenegro - potential = { - NOT = { has_country_flag = montenegro_claims } - tag = TUR - exists = MON - NOT = { year = 1860 } - } - - allow = { - state_n_government = 1 - war_policy = jingoism - NOT = { year = 1860 } - } - - effect = { - badboy = 5 - set_country_flag = montenegro_claims - relation = { - who = MON - value = -400 - } - diplomatic_influence = { - who = MON - value = -400 - } - - casus_belli = { - target = MON - type = conquest - months = 120 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { - has_country_flag = wallachia_annexed - has_country_flag = moldavia_annexed - } - } - } - } - - christian_question_armenia = { - picture = christian_question_armenia - news = yes - news_title = "ARMENIAN_GENOCIDE_NEWS_TITLE" - news_desc_long = "ARMENIAN_GENOCIDE_NEWS_LONG" - news_desc_medium = "ARMENIAN_GENOCIDE_NEWS_MEDIUM" - news_desc_short = "ARMENIAN_GENOCIDE_NEWS_SHORT" - - potential = { - OR = { - AND = { - any_owned_province = { is_core = ARM } - has_country_flag = in_great_war - } - AND = { - owns = 860 - 860 = { is_core = GRE } - } - } - NOT = { has_country_flag = armenian_genocide } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - tag = TUR - } - - allow = { - war_policy = jingoism - any_owned_province = { - controlled_by = THIS - is_core = THIS - any_pop = { - has_pop_religion = orthodox - OR = { - has_pop_culture = greek - has_pop_culture = armenian - } - } - } - OR = { - AND = { - nationalism_n_imperialism = 1 - has_country_flag = in_great_war - } - AND = { - 860 = { is_core = GRE } - nationalism_n_imperialism = 1 - controls = 860 - OR = { - truce_with = GRE - AND = { - war_with = GRE - lost_national = 0.25 - } - AND = { - war_with = GRE - NOT = { military_score = 10 } - } - } - } - } - } - - effect = { - badboy = 3 - war_exhaustion = -10 - treasury = 10000 - set_country_flag = armenian_genocide - any_owned = { - limit = { is_core = ARM NOT = { region = RUS_1098 } } - remove_core = ARM - } - any_owned = { - limit = { controlled_by = THIS } - any_pop = { - limit = { - OR = { - has_pop_culture = assyrian - has_pop_culture = greek - has_pop_culture = armenian - } - } - militancy = 9 - } - - any_pop = { - limit = { has_pop_culture = armenian } - random_list = { - 25 = { reduce_pop = 0.2 } - 25 = { reduce_pop = 0.25 } - 25 = { reduce_pop = 0.3 } - 25 = { reduce_pop = 0.35 } - } - } - } - - any_owned = { - limit = { - controlled_by = THIS - NOT = { is_core = GRE } - NOT = { is_core = ASY } - } - any_pop = { - limit = { - OR = { - has_pop_culture = assyrian - has_pop_culture = greek - } - } - random_list = { - 25 = { reduce_pop = 0.5 } - 25 = { reduce_pop = 0.6 } - 25 = { reduce_pop = 0.7 } - 25 = { reduce_pop = 0.8 } - } - } - } - - any_owned = { - limit = { - controlled_by = THIS - is_core = GRE - is_core = ASY - } - any_pop = { - limit = { - OR = { - has_pop_culture = assyrian - has_pop_culture = greek - } - } - random_list = { - 25 = { reduce_pop = 0.8 } - 25 = { reduce_pop = 0.85 } - 25 = { reduce_pop = 0.9 } - 25 = { reduce_pop = 0.95 } - } - } - } - - any_owned = { - limit = { controlled_by = THIS } - any_pop = { - limit = { - OR = { - has_pop_religion = catholic - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - random_list = { - 20 = { reduce_pop = 0.95 } - 20 = { reduce_pop = 0.96 } - 20 = { reduce_pop = 0.97 } - 20 = { reduce_pop = 0.98 } - 20 = { reduce_pop = 0.99 } - } - } - } - any_owned = { - limit = { controlled_by = THIS } - any_pop = { - limit = { - OR = { - has_pop_culture = assyrian - has_pop_culture = greek - has_pop_culture = armenian - } - } - } - add_province_modifier = { name = mass_graves duration = 1095 } - } - random_owned = { limit = { province_id = 860 is_core = GRE } owner = { country_event = 986507 } } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.82 - } - } - } - - - end_tunisian_independence = { - picture = map_tunisia - potential = { - tag = TUR - NOT = { has_country_flag = tunisia_annexed } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - TUN = { - exists = yes - vassal_of = THIS - neighbour = THIS - } - } - - allow = { - is_greater_power = yes - nationalism_n_imperialism = 1 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - OR = { - owns = 1745 - AND = { - is_our_vassal = EGY - is_sphere_leader_of = EGY - } - } - war = no - TUN = { - in_sphere = THIS - vassal_of = THIS - neighbour = THIS - } - } - - effect = { - badboy = 2 - set_country_flag = tunisia_annexed - TUN = { tech_school = developing_tech_school country_event = 986500 } - } - - ai_will_do = { - factor = 100 - modifier = { - factor = 0 - badboy = 0.9 - } - } - } - - end_wallachia_independence = { - picture = map_wallachia - potential = { - tag = TUR - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - NOT = { exists = ROM } - NOT = { has_country_flag = wallachia_annexed } - WAL = { - vassal_of = THIS - neighbour = THIS - } - } - - allow = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - war = no - has_recently_lost_war = no - invention = manifest_destiny - is_greater_power = yes - nationalism_n_imperialism = 1 - war_policy = jingoism - WAL = { - in_sphere = THIS - vassal_of = THIS - neighbour = THIS - } - } - - effect = { - set_country_flag = wallachia_annexed - badboy = 10 - relation = { - who = RUS - value = -200 - } - any_greater_power = { limit = { NOT = { tag = RUS } capital_scope = { continent = europe } } - relation = { who = THIS value = -25 } - } - WAL = { country_event = 986500 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.5 - } - } - } - - end_moldavia_independence = { - picture = map_moldavia - potential = { - tag = TUR - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - NOT = { exists = ROM } - NOT = { has_country_flag = moldavia_annexed } - MOL = { - vassal_of = THIS - neighbour = THIS - } - } - - allow = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - war = no - has_recently_lost_war = no - invention = manifest_destiny - is_greater_power = yes - nationalism_n_imperialism = 1 - war_policy = jingoism - MOL = { - in_sphere = THIS - vassal_of = THIS - neighbour = THIS - } - } - - effect = { - set_country_flag = moldavia_annexed - badboy = 10 - relation = { - who = RUS - value = -200 - } - any_greater_power = { limit = { NOT = { tag = RUS } capital_scope = { continent = europe } } - relation = { who = THIS value = -25 } - } - MOL = { country_event = 986500 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - badboy = 0.5 - } - } - } - - yazidi_kurdistan = { - picture = yazidi_symbol - potential = { - tag = BHT - NOT = { has_country_flag = yazidi_kurdistan } - has_country_flag = yazidi_country - } - - allow = { - nationalism_n_imperialism = 1 - civilized = yes - is_vassal = no - KDS = { exists = no } - war = no - } - - effect = { - set_country_flag = yazidi_kurdistan - prestige = 5 - KDS = { all_core = { add_core = BHT } } - } - - ai_will_do = { factor = 1 } - } - - become_kurdistan = { - picture = map_kurdistan - potential = { - NOT = { tag = KDS } - NOT = { has_country_flag = yazidi_country } - NOT = { has_country_flag = became_kurdistan } - KDS = { exists = no } - primary_culture = kurdish - } - - allow = { - nationalism_n_imperialism = 1 - civilized = yes - is_vassal = no - war = no - } - - effect = { - set_country_flag = became_kurdistan - prestige = 5 - change_tag = KDS - any_country = { - limit = { - primary_culture = kurdish - OR = { - vassal_of = THIS - in_sphere = THIS - } - } - annex_to = THIS - } - any_owned = { - remove_core = BHT - remove_core = MKN - remove_core = SRN - remove_core = BNB - remove_core = BDN - remove_core = BTL - remove_core = RDL - } - } - - ai_will_do = { factor = 1 } - } - - centralize_kurdish_states = { - picture = map_kurdistan - potential = { - tag = TUR - NOT = { has_country_flag = centralized_kurdish_states } - any_neighbor_country = { vassal_of = THIS primary_culture = kurdish } - } - - allow = { - OR = { - state_n_government = 1 - has_country_flag = tanzimat_reforms_enacted - } - war = no - } - - effect = { - set_country_flag = centralized_kurdish_states - prestige = 5 - any_country = { limit = { primary_culture = kurdish } relation = { who = THIS value = -400 } } - 2414 = { change_province_name = "Cizre" } - 892 = { change_province_name = "Hakkari" } - 924 = { change_province_name = "Arbil" } - 925 = { change_province_name = "Kirkuk" } - - random_country = { - limit = { - exists = yes - tag = SRN - vassal_of = TUR - } - TUR = { release_vassal = SRN diplomatic_influence = { who = SRN value = -400 } } - } - - random_country = { - limit = { - exists = yes - tag = BTL - vassal_of = TUR - } - TUR = { release_vassal = BTL diplomatic_influence = { who = BTL value = -400 } } - } - - random_country = { - limit = { - exists = yes - tag = BHT - vassal_of = TUR - } - TUR = { release_vassal = BHT diplomatic_influence = { who = BHT value = -400 } } - } - - random_country = { - limit = { - exists = yes - tag = BNB - vassal_of = TUR - } - TUR = { release_vassal = BNB diplomatic_influence = { who = BNB value = -400 } } - } - - random_country = { - limit = { - exists = yes - tag = BDN - vassal_of = TUR - } - TUR = { release_vassal = BDN diplomatic_influence = { who = BDN value = -400 } } - } - - any_country = { - limit = { - exists = yes - OR = { - tag = BDN - tag = BNB - tag = BTL - tag = SRN - tag = BHT - } - } - country_event = 986500 - } - } - - ai_will_do = { factor = 1 } - } - - adopt_yazidi = { - picture = yazidi_symbol - potential = { - tag = BHT - NOT = { has_country_flag = yazidi_country } - } - - allow = { - war = no - NOT = { religious_policy = moralism } - } - - effect = { - clr_country_flag = sunni_country - set_country_flag = yazidi_country - religion = yazidi - any_pop = { limit = { is_state_religion = no } militancy = 9 } - } - - ai_will_do = { factor = 0 } - } - - renamed_istanbul_constantinople = { - picture = constantinople - alert = no - potential = { - OR = { - is_culture_group = pan_albanian - is_culture_group = pan_romanian - is_culture_group = south_slavic - is_culture_group = east_slavic - is_culture_group = levantine - is_culture_group = czecho_slovak_culture_group - } - owns = 860 - NOT = { has_global_flag = istanbul_named_constantinople } - NOT = { has_country_flag = istanbul_renamed } - } - - allow = { - war = no - state_n_government = 1 - } - - effect = { - set_global_flag = istanbul_named_constantinople - clr_global_flag = istanbul_named_tsargrad - any_country = { clr_country_flag = istanbul_renamed } - set_country_flag = istanbul_renamed - prestige = 2 - 860 = { - change_province_name = "Constantinople" - any_pop = { limit = { is_culture_group = levantine } militancy = -1 } - } - } - - ai_will_do = { factor = 1 } - } - - renamed_istanbul_tsargrad = { - picture = constantinople - alert = no - potential = { - OR = { - is_culture_group = pan_albanian - is_culture_group = pan_romanian - is_culture_group = south_slavic - is_culture_group = east_slavic - is_culture_group = czecho_slovak_culture_group - } - owns = 860 - NOT = { has_global_flag = istanbul_named_tsargrad } - NOT = { has_country_flag = istanbul_renamed } - } - - allow = { - war = no - state_n_government = 1 - } - - effect = { - clr_global_flag = istanbul_named_constantinople - set_global_flag = istanbul_named_tsargrad - any_country = { clr_country_flag = istanbul_renamed } - set_country_flag = istanbul_renamed - prestige = 2 - 860 = { - change_province_name = "Tsargrad" - any_pop = { - limit = { - OR = { - is_culture_group = south_slavic - is_culture_group = east_slavic - } - } - militancy = -1 - } - } - } - - ai_will_do = { factor = 1 } - } - - renamed_istanbul_back = { - picture = constantinople - potential = { - is_culture_group = turko_semitic - owns = 860 - OR = { - has_global_flag = istanbul_named_constantinople - has_global_flag = istanbul_named_tsargrad - } - } - - allow = { - war = no - state_n_government = 1 - } - - effect = { - clr_global_flag = istanbul_named_constantinople - clr_global_flag = istanbul_named_tsargrad - any_country = { clr_country_flag = istanbul_renamed } - prestige = 2 - 860 = { - change_province_name = "Istanbul" - any_pop = { limit = { has_pop_culture = turkish } militancy = -4 } - } - } - - ai_will_do = { factor = 1 } - } - - turkish_tea = { - picture = turkish_coffee_house - potential = { - tag = TUR - NOT = { has_country_flag = turkish_tea_in_turkey } - } - - allow = { - war = no - owns = 884 - owns = 882 - owns = 879 - owns = 877 - owns = 878 - OR = { - year = 1915 - organizational_development = 1 - } - } - - effect = { - set_country_flag = turkish_tea_in_turkey - 884 = { trade_goods = tea } - 882 = { trade_goods = tea } - relation = { who = ENG value = -50 } - } - - ai_will_do = { factor = 1 } - } - - authorize_bulgarian_exarchate = { - picture = bulgarian_orthodox_church - potential = { - tag = TUR - year = 1870 - any_owned_province = { - is_core = BUL - } - NOT = { exists = BUL } - NOT = { has_country_flag = bulgarian_exarchate } - } - - allow = { - war = no - nationalism_n_imperialism = 1 - NOT = { religious_policy = moralism } - } - - effect = { - any_pop = { - limit = { - location = { continent = europe } - has_pop_culture = bulgarian - has_pop_religion = orthodox - } - militancy = -2 - } - - any_pop = { - limit = { - location = { continent = europe } - NOT = { has_pop_culture = bulgarian } - has_pop_religion = orthodox - type = clergymen - } - consciousness = 1 - } - set_country_flag = bulgarian_exarchate - } - - ai_will_do = { factor = 1 } - } - - claim_bahrain = { - picture = bahrain_trade - potential = { - OR = { - tag = TUR - tag = EGY - } - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - has_country_flag = qatar_protection - year = 1880 - NOT = { has_country_flag = claimed_the_persian_gulf } - NOT = { owns = 1162 } - 1165 = { is_core = THIS } - NOT = { 1162 = { is_core = THIS } } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - is_greater_power = yes - OR = { - owns = 1164 - owns = 1071 - owns = 1167 - } - } - - effect = { - set_country_flag = claimed_the_persian_gulf - badboy = 2 - 1162 = { add_core = THIS } - } - ai_will_do = { factor = 1 } - } - - claim_arab_coast = { - picture = nejd_sanjak - potential = { - OR = { - tag = TUR - tag = EGY - } - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - NOT = { has_country_flag = claimed_arab_coast } - NOT = { 1163 = { is_core = THIS } } - NOT = { 1164 = { is_core = THIS } } - is_canal_enabled = 2 #Suez - nationalism_n_imperialism = 1 - } - - allow = { - war = no - owns = 932 - OR = { - AND = { - year = 1871 - nationalism_n_imperialism = 1 - } - AND = { - point_defense_system = 1 - breech_loaded_rifles = 1 - } - } - } - - effect = { - set_country_flag = claimed_arab_coast - badboy = 5 - 1163 = { add_core = THIS } - 1164 = { add_core = THIS } - random_owned = { - limit = { - province_id = 932 - is_core = THIS - } - 935 = { add_core = THIS } - } - random_country = { - limit = { - tag = KWT - exists = yes - in_sphere = THIS - ai = yes - } - THIS = { create_vassal = KWT } - } - } - ai_will_do = { factor = 1 } - } - - occupy_syrian_desert = { - picture = bedouins_granger - potential = { - OR = { - AND = { - owns = 909 - 911 = { empty = yes } - 910 = { empty = yes } - } - AND = { - owns = 897 - 901 = { empty = yes } - } - AND = { - owns = 902 - 906 = { empty = yes } - 907 = { empty = yes } - } - AND = { - owns = 929 - 934 = { empty = yes } - } - AND = { - owns = 927 - 931 = { empty = yes } - } - AND = { - owns = 1160 - 1156 = { empty = yes } - } - } - } - - allow = { - war = no - OR = { - revolution_n_counterrevolution = 1 - has_global_flag = berlin_conference - AND = { - breech_loaded_rifles = 1 - nationalism_n_imperialism = 1 - } - AND = { - owns = 909 - OR = { - 1156 = { empty = no } - 931 = { empty = no } - 906 = { empty = no } - } - } - AND = { - owns = 897 - owns = 902 - OR = { - 910 = { empty = no } - 931 = { empty = no } - } - } - AND = { - owns = 929 - OR = { - 910 = { empty = no } - 907 = { empty = no } - 1156 = { empty = no } - } - } - AND = { - owns = 927 - OR = { - 934 = { empty = no } - 910 = { empty = no } - 1156 = { empty = no } - } - } - AND = { - owns = 1160 - OR = { - 910 = { empty = no } - 931 = { empty = no } - } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 909 } - random_empty_neighbor_province = { - limit = { province_id = 911 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - - random_owned = { - limit = { province_id = 909 } - random_empty_neighbor_province = { - limit = { province_id = 910 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - - random_owned = { - limit = { - province_id = 909 - is_core = TUR - } - 910 = { add_core = TUR } - 911 = { add_core = TUR } - } - random_owned = { - limit = { - province_id = 909 - is_core = EGY - } - 910 = { add_core = EGY } - 911 = { add_core = EGY } - } - random_owned = { - limit = { - province_id = 909 - is_core = THIS - } - 910 = { add_core = THIS } - 911 = { add_core = THIS } - } - - random_owned = { - limit = { province_id = 902 } - random_empty_neighbor_province = { - limit = { province_id = 906 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - random_owned = { - limit = { province_id = 902 } - random_empty_neighbor_province = { - limit = { province_id = 907 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - random_owned = { - limit = { province_id = 897 } - random_empty_neighbor_province = { - limit = { province_id = 901 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - - random_owned = { - limit = { - province_id = 902 - is_core = TUR - } - 906 = { add_core = TUR } - 907 = { add_core = TUR } - 901 = { add_core = TUR } - } - random_owned = { - limit = { - province_id = 902 - is_core = EGY - } - 906 = { add_core = EGY } - 907 = { add_core = EGY } - 901 = { add_core = EGY } - 1813 = { add_core = EGY } - } - - random_owned = { - limit = { - province_id = 902 - is_core = THIS - } - 906 = { add_core = THIS } - 907 = { add_core = THIS } - 1813 = { add_core = THIS } - 901 = { add_core = THIS } - } - random_owned = { - limit = { - province_id = 902 - } - 901 = { life_rating = 22 } - } - random_owned = { - limit = { province_id = 927 } - random_empty_neighbor_province = { - limit = { province_id = 931 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - random_owned = { - limit = { province_id = 929 } - random_empty_neighbor_province = { - limit = { province_id = 934 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - random_owned = { - limit = { - province_id = 929 - is_core = TUR - } - 934 = { add_core = TUR } - } - random_owned = { - limit = { - province_id = 927 - is_core = TUR - } - 931 = { add_core = TUR } - } - random_owned = { - limit = { - province_id = 929 - is_core = EGY - } - 934 = { add_core = EGY } - } - random_owned = { - limit = { - province_id = 927 - is_core = EGY - } - 931 = { add_core = EGY } - } - random_owned = { - limit = { - province_id = 929 - is_core = THIS - } - 934 = { add_core = THIS } - } - random_owned = { - limit = { - province_id = 927 - is_core = THIS - } - 931 = { add_core = THIS } - } - - random_owned = { - limit = { province_id = 1160 } - random_empty_neighbor_province = { - limit = { province_id = 1156 } - secede_province = THIS - any_pop = { literacy = -0.05 } - } - } - random_owned = { - limit = { - province_id = 1160 - is_core = HAL - } - 1156 = { add_core = HAL } - } - random_owned = { - limit = { - province_id = 1160 - is_core = NEJ - } - 1156 = { add_core = NEJ } - } - random_owned = { - limit = { - province_id = 1160 - is_core = ARA - } - 1156 = { add_core = ARA } - } - random_owned = { - limit = { - province_id = 1160 - is_core = THIS - } - 1156 = { add_core = THIS } - } - } - ai_will_do = { factor = 1 } - } - - integrate_kuwait = { - picture = nejd_sanjak - potential = { - OR = { - tag = TUR - tag = EGY - } - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - NOT = { has_country_flag = integrated_kuwait } - KWT = { - vassal_of = THIS - ai = yes - } - nationalism_n_imperialism = 1 - } - - allow = { - war = no - relation = { who = KWT value = 100 } - OR = { - mass_politics = 1 - AND = { - owns = 1162 - revolution_n_counterrevolution = 1 - experimental_psychology = 1 - } - } - } - - effect = { - set_country_flag = integrated_kuwait - prestige = 2 - inherit = KWT - } - ai_will_do = { factor = 1 } - } + tanzimat_reforms = { + potential = { + tag = TUR + NOT = { has_country_flag = tanzimat_reforms_enacted } + has_country_modifier = ottoman_oppression + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + allow = { + OR = { + AND = { + average_militancy = 3 + average_consciousness = 4 + } + nationalism_n_imperialism = 1 + } + } + + effect = { + set_country_flag = tanzimat_reforms_enacted + set_country_flag = secularized_muslim_society + add_country_modifier = { name = tanzimat_land_reform duration = 365 } + remove_country_modifier = ottoman_oppression + remove_country_modifier = jizya + clr_country_flag = umar_pact + political_reform = open_borders + random_owned = { + limit = { owner = { debt_law = serfdom } } + owner = { political_reform = peonage } + } + + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { political_reform = no_slavery } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { political_reform = no_slavery } + } + + any_pop = { + limit = { is_primary_culture = no } + militancy = -3 + consciousness = 2 + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 3 + } + } + } + } + + hatt_i_humayun = { + picture = kanun_i_esasi + potential = { + tag = TUR + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + has_country_flag = tanzimat_reforms_enacted + NOT = { + has_country_flag = ottoman_constitution_refused + has_country_flag = enacted_ottomanism + has_country_flag = ottomans_to_turks + } + } + + allow = { + government = hms_government + revolution_n_counterrevolution = 1 + NOT = { citizenship_policy = residency } + citizens_rights = all_voting_pops + OR = { + liberal = 30 + socialist = 30 + AND = { + liberal = 15 + socialist = 15 + } + } + } + + effect = { + set_country_flag = enacted_ottomanism + random_owned = { + limit = { + owner = { any_owned_province = { is_core = ALB } } + } + owner = { add_accepted_culture = albanian } + } + random_owned = { + limit = { + owner = { any_owned_province = { is_core = BOS } } + } + owner = { add_accepted_culture = bosniak } + } + random_owned = { + limit = { + owner = { any_owned_province = { is_core = EGY } NOT = { has_global_flag = arab_nationalism_encouraged } } + } + owner = { add_accepted_culture = misri } + } + random_owned = { + limit = { + owner = { any_owned_province = { is_core = AZB } } + } + owner = { add_accepted_culture = azerbaijani } + } + random_owned = { + limit = { + owner = { any_owned_province = { is_core = PLS } NOT = { has_global_flag = arab_nationalism_encouraged } } + } + owner = { add_accepted_culture = mashriqi } + } + add_country_modifier = { + name = ottomanism_reform + duration = -1 + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -6 + } + } + } + + ai_will_do = { + factor = 1 + } + } + + republican_reforms = { + potential = { + tag = TUR + government = democracy + NOT = { has_country_flag = had_ataturk_reforms } + } + + allow = { + election = no + ruling_party_ideology = liberal + year = 1919 + } + + effect = { + set_country_flag = had_ataturk_reforms + add_country_modifier = { + name = republican_reforms + duration = 3650 + } + } + } + + greater_turkey = { + potential = { + tag = TUR + government = fascist_dictatorship + has_country_flag = ottomans_to_turks + NOT = { has_country_flag = claimed_greater_turkey } + } + + allow = { + is_greater_power = yes + NOT = { average_militancy = 2 } + } + + effect = { + set_country_flag = claimed_greater_turkey + badboy = 10 + EGY_897 = { add_core = TUR } + #TUR_923 = { add_core = TUR } + RUS_1098 = { add_core = TUR } + RUS_1102 = { add_core = TUR } + 1108 = { add_core = TUR } + 1109 = { add_core = TUR } + 1110 = { add_core = TUR } + 1111 = { add_core = TUR } + 1112 = { add_core = TUR } + 1117 = { add_core = TUR } + 1118 = { add_core = TUR } + 1119 = { add_core = TUR } + any_country = { + limit = { + OR = { + owns = 897 + owns = 923 + owns = 1098 + owns = 1102 + owns = 1108 + owns = 1117 + } + NOT = { tag = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + } + + conquer_montenegro = { + picture = map_montenegro + potential = { + NOT = { has_country_flag = montenegro_claims } + tag = TUR + exists = MON + NOT = { year = 1860 } + } + + allow = { + state_n_government = 1 + war_policy = jingoism + NOT = { year = 1860 } + } + + effect = { + badboy = 5 + set_country_flag = montenegro_claims + relation = { + who = MON + value = -400 + } + diplomatic_influence = { + who = MON + value = -400 + } + + casus_belli = { + target = MON + type = conquest + months = 120 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { + has_country_flag = wallachia_annexed + has_country_flag = moldavia_annexed + } + } + } + } + + christian_question_armenia = { + picture = christian_question_armenia + news = yes + news_title = "ARMENIAN_GENOCIDE_NEWS_TITLE" + news_desc_long = "ARMENIAN_GENOCIDE_NEWS_LONG" + news_desc_medium = "ARMENIAN_GENOCIDE_NEWS_MEDIUM" + news_desc_short = "ARMENIAN_GENOCIDE_NEWS_SHORT" + + potential = { + OR = { + AND = { + any_owned_province = { is_core = ARM } + has_country_flag = in_great_war + } + AND = { + owns = 860 + 860 = { is_core = GRE } + } + } + NOT = { has_country_flag = armenian_genocide } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + tag = TUR + } + + allow = { + war_policy = jingoism + any_owned_province = { + controlled_by = THIS + is_core = THIS + any_pop = { + has_pop_religion = orthodox + OR = { + has_pop_culture = greek + has_pop_culture = armenian + } + } + } + OR = { + AND = { + nationalism_n_imperialism = 1 + has_country_flag = in_great_war + } + AND = { + 860 = { is_core = GRE } + nationalism_n_imperialism = 1 + controls = 860 + OR = { + truce_with = GRE + AND = { + war_with = GRE + lost_national = 0.25 + } + AND = { + war_with = GRE + NOT = { military_score = 10 } + } + } + } + } + } + + effect = { + badboy = 3 + war_exhaustion = -10 + treasury = 10000 + set_country_flag = armenian_genocide + any_owned = { + limit = { is_core = ARM NOT = { region = RUS_1098 } } + remove_core = ARM + } + any_owned = { + limit = { controlled_by = THIS } + any_pop = { + limit = { + OR = { + has_pop_culture = assyrian + has_pop_culture = greek + has_pop_culture = armenian + } + } + militancy = 9 + } + + any_pop = { + limit = { has_pop_culture = armenian } + random_list = { + 25 = { reduce_pop = 0.2 } + 25 = { reduce_pop = 0.25 } + 25 = { reduce_pop = 0.3 } + 25 = { reduce_pop = 0.35 } + } + } + } + + any_owned = { + limit = { + controlled_by = THIS + NOT = { is_core = GRE } + NOT = { is_core = ASY } + } + any_pop = { + limit = { + OR = { + has_pop_culture = assyrian + has_pop_culture = greek + } + } + random_list = { + 25 = { reduce_pop = 0.5 } + 25 = { reduce_pop = 0.6 } + 25 = { reduce_pop = 0.7 } + 25 = { reduce_pop = 0.8 } + } + } + } + + any_owned = { + limit = { + controlled_by = THIS + is_core = GRE + is_core = ASY + } + any_pop = { + limit = { + OR = { + has_pop_culture = assyrian + has_pop_culture = greek + } + } + random_list = { + 25 = { reduce_pop = 0.8 } + 25 = { reduce_pop = 0.85 } + 25 = { reduce_pop = 0.9 } + 25 = { reduce_pop = 0.95 } + } + } + } + + any_owned = { + limit = { controlled_by = THIS } + any_pop = { + limit = { + OR = { + has_pop_religion = catholic + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + random_list = { + 20 = { reduce_pop = 0.95 } + 20 = { reduce_pop = 0.96 } + 20 = { reduce_pop = 0.97 } + 20 = { reduce_pop = 0.98 } + 20 = { reduce_pop = 0.99 } + } + } + } + any_owned = { + limit = { controlled_by = THIS } + any_pop = { + limit = { + OR = { + has_pop_culture = assyrian + has_pop_culture = greek + has_pop_culture = armenian + } + } + } + add_province_modifier = { name = mass_graves duration = 1095 } + } + random_owned = { limit = { province_id = 860 is_core = GRE } owner = { country_event = 986507 } } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.82 + } + } + } + + + end_tunisian_independence = { + picture = map_tunisia + potential = { + tag = TUR + NOT = { has_country_flag = tunisia_annexed } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + TUN = { + exists = yes + vassal_of = THIS + neighbour = THIS + } + } + + allow = { + is_greater_power = yes + nationalism_n_imperialism = 1 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + OR = { + owns = 1745 + AND = { + is_our_vassal = EGY + is_sphere_leader_of = EGY + } + } + war = no + TUN = { + in_sphere = THIS + vassal_of = THIS + neighbour = THIS + } + } + + effect = { + badboy = 2 + set_country_flag = tunisia_annexed + TUN = { tech_school = developing_tech_school country_event = 986500 } + } + + ai_will_do = { + factor = 100 + modifier = { + factor = 0 + badboy = 0.9 + } + } + } + + end_wallachia_independence = { + picture = map_wallachia + potential = { + tag = TUR + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + NOT = { exists = ROM } + NOT = { has_country_flag = wallachia_annexed } + WAL = { + vassal_of = THIS + neighbour = THIS + } + } + + allow = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + war = no + has_recently_lost_war = no + invention = manifest_destiny + is_greater_power = yes + nationalism_n_imperialism = 1 + war_policy = jingoism + WAL = { + in_sphere = THIS + vassal_of = THIS + neighbour = THIS + } + } + + effect = { + set_country_flag = wallachia_annexed + badboy = 10 + relation = { + who = RUS + value = -200 + } + any_greater_power = { limit = { NOT = { tag = RUS } capital_scope = { continent = europe } } + relation = { who = THIS value = -25 } + } + WAL = { country_event = 986500 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.5 + } + } + } + + end_moldavia_independence = { + picture = map_moldavia + potential = { + tag = TUR + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + NOT = { exists = ROM } + NOT = { has_country_flag = moldavia_annexed } + MOL = { + vassal_of = THIS + neighbour = THIS + } + } + + allow = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + war = no + has_recently_lost_war = no + invention = manifest_destiny + is_greater_power = yes + nationalism_n_imperialism = 1 + war_policy = jingoism + MOL = { + in_sphere = THIS + vassal_of = THIS + neighbour = THIS + } + } + + effect = { + set_country_flag = moldavia_annexed + badboy = 10 + relation = { + who = RUS + value = -200 + } + any_greater_power = { limit = { NOT = { tag = RUS } capital_scope = { continent = europe } } + relation = { who = THIS value = -25 } + } + MOL = { country_event = 986500 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + badboy = 0.5 + } + } + } + + yazidi_kurdistan = { + picture = yazidi_symbol + potential = { + tag = BHT + NOT = { has_country_flag = yazidi_kurdistan } + has_country_flag = yazidi_country + } + + allow = { + nationalism_n_imperialism = 1 + civilized = yes + is_vassal = no + KDS = { exists = no } + war = no + } + + effect = { + set_country_flag = yazidi_kurdistan + prestige = 5 + KDS = { all_core = { add_core = BHT } } + } + + ai_will_do = { factor = 1 } + } + + become_kurdistan = { + picture = map_kurdistan + potential = { + NOT = { tag = KDS } + NOT = { has_country_flag = yazidi_country } + NOT = { has_country_flag = became_kurdistan } + KDS = { exists = no } + primary_culture = kurdish + } + + allow = { + nationalism_n_imperialism = 1 + civilized = yes + is_vassal = no + war = no + } + + effect = { + set_country_flag = became_kurdistan + prestige = 5 + change_tag = KDS + any_country = { + limit = { + primary_culture = kurdish + OR = { + vassal_of = THIS + in_sphere = THIS + } + } + annex_to = THIS + } + any_owned = { + remove_core = BHT + remove_core = MKN + remove_core = SRN + remove_core = BNB + remove_core = BDN + remove_core = BTL + remove_core = RDL + } + } + + ai_will_do = { factor = 1 } + } + + centralize_kurdish_states = { + picture = map_kurdistan + potential = { + tag = TUR + NOT = { has_country_flag = centralized_kurdish_states } + any_neighbor_country = { vassal_of = THIS primary_culture = kurdish } + } + + allow = { + OR = { + state_n_government = 1 + has_country_flag = tanzimat_reforms_enacted + } + war = no + } + + effect = { + set_country_flag = centralized_kurdish_states + prestige = 5 + any_country = { limit = { primary_culture = kurdish } relation = { who = THIS value = -400 } } + 2414 = { change_province_name = "Cizre" } + 892 = { change_province_name = "Hakkari" } + 924 = { change_province_name = "Arbil" } + 925 = { change_province_name = "Kirkuk" } + + random_country = { + limit = { + exists = yes + tag = SRN + vassal_of = TUR + } + TUR = { release_vassal = SRN diplomatic_influence = { who = SRN value = -400 } } + } + + random_country = { + limit = { + exists = yes + tag = BTL + vassal_of = TUR + } + TUR = { release_vassal = BTL diplomatic_influence = { who = BTL value = -400 } } + } + + random_country = { + limit = { + exists = yes + tag = BHT + vassal_of = TUR + } + TUR = { release_vassal = BHT diplomatic_influence = { who = BHT value = -400 } } + } + + random_country = { + limit = { + exists = yes + tag = BNB + vassal_of = TUR + } + TUR = { release_vassal = BNB diplomatic_influence = { who = BNB value = -400 } } + } + + random_country = { + limit = { + exists = yes + tag = BDN + vassal_of = TUR + } + TUR = { release_vassal = BDN diplomatic_influence = { who = BDN value = -400 } } + } + + any_country = { + limit = { + exists = yes + OR = { + tag = BDN + tag = BNB + tag = BTL + tag = SRN + tag = BHT + } + } + country_event = 986500 + } + } + + ai_will_do = { factor = 1 } + } + + adopt_yazidi = { + picture = yazidi_symbol + potential = { + tag = BHT + NOT = { has_country_flag = yazidi_country } + } + + allow = { + war = no + NOT = { religious_policy = moralism } + } + + effect = { + clr_country_flag = sunni_country + set_country_flag = yazidi_country + religion = yazidi + any_pop = { limit = { is_state_religion = no } militancy = 9 } + } + + ai_will_do = { factor = 0 } + } + + renamed_istanbul_constantinople = { + picture = constantinople + alert = no + potential = { + OR = { + is_culture_group = pan_albanian + is_culture_group = pan_romanian + is_culture_group = south_slavic + is_culture_group = east_slavic + is_culture_group = levantine + is_culture_group = czecho_slovak_culture_group + } + owns = 860 + NOT = { has_global_flag = istanbul_named_constantinople } + NOT = { has_country_flag = istanbul_renamed } + } + + allow = { + war = no + state_n_government = 1 + } + + effect = { + set_global_flag = istanbul_named_constantinople + clr_global_flag = istanbul_named_tsargrad + any_country = { clr_country_flag = istanbul_renamed } + set_country_flag = istanbul_renamed + prestige = 2 + 860 = { + change_province_name = "Constantinople" + any_pop = { limit = { is_culture_group = levantine } militancy = -1 } + } + } + + ai_will_do = { factor = 1 } + } + + renamed_istanbul_tsargrad = { + picture = constantinople + alert = no + potential = { + OR = { + is_culture_group = pan_albanian + is_culture_group = pan_romanian + is_culture_group = south_slavic + is_culture_group = east_slavic + is_culture_group = czecho_slovak_culture_group + } + owns = 860 + NOT = { has_global_flag = istanbul_named_tsargrad } + NOT = { has_country_flag = istanbul_renamed } + } + + allow = { + war = no + state_n_government = 1 + } + + effect = { + clr_global_flag = istanbul_named_constantinople + set_global_flag = istanbul_named_tsargrad + any_country = { clr_country_flag = istanbul_renamed } + set_country_flag = istanbul_renamed + prestige = 2 + 860 = { + change_province_name = "Tsargrad" + any_pop = { + limit = { + OR = { + is_culture_group = south_slavic + is_culture_group = east_slavic + } + } + militancy = -1 + } + } + } + + ai_will_do = { factor = 1 } + } + + renamed_istanbul_back = { + picture = constantinople + potential = { + is_culture_group = turko_semitic + owns = 860 + OR = { + has_global_flag = istanbul_named_constantinople + has_global_flag = istanbul_named_tsargrad + } + } + + allow = { + war = no + state_n_government = 1 + } + + effect = { + clr_global_flag = istanbul_named_constantinople + clr_global_flag = istanbul_named_tsargrad + any_country = { clr_country_flag = istanbul_renamed } + prestige = 2 + 860 = { + change_province_name = "Istanbul" + any_pop = { limit = { has_pop_culture = turkish } militancy = -4 } + } + } + + ai_will_do = { factor = 1 } + } + + turkish_tea = { + picture = turkish_coffee_house + potential = { + tag = TUR + NOT = { has_country_flag = turkish_tea_in_turkey } + } + + allow = { + war = no + owns = 884 + owns = 882 + owns = 879 + owns = 877 + owns = 878 + OR = { + year = 1915 + organizational_development = 1 + } + } + + effect = { + set_country_flag = turkish_tea_in_turkey + 884 = { trade_goods = tea } + 882 = { trade_goods = tea } + relation = { who = ENG value = -50 } + } + + ai_will_do = { factor = 1 } + } + + authorize_bulgarian_exarchate = { + picture = bulgarian_orthodox_church + potential = { + tag = TUR + year = 1870 + any_owned_province = { + is_core = BUL + } + NOT = { exists = BUL } + NOT = { has_country_flag = bulgarian_exarchate } + } + + allow = { + war = no + nationalism_n_imperialism = 1 + NOT = { religious_policy = moralism } + } + + effect = { + any_pop = { + limit = { + location = { continent = europe } + has_pop_culture = bulgarian + has_pop_religion = orthodox + } + militancy = -2 + } + + any_pop = { + limit = { + location = { continent = europe } + NOT = { has_pop_culture = bulgarian } + has_pop_religion = orthodox + type = clergymen + } + consciousness = 1 + } + set_country_flag = bulgarian_exarchate + } + + ai_will_do = { factor = 1 } + } + + claim_bahrain = { + picture = bahrain_trade + potential = { + OR = { + tag = TUR + tag = EGY + } + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + has_country_flag = qatar_protection + year = 1880 + NOT = { has_country_flag = claimed_the_persian_gulf } + NOT = { owns = 1162 } + 1165 = { is_core = THIS } + NOT = { 1162 = { is_core = THIS } } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + is_greater_power = yes + OR = { + owns = 1164 + owns = 1071 + owns = 1167 + } + } + + effect = { + set_country_flag = claimed_the_persian_gulf + badboy = 2 + 1162 = { add_core = THIS } + } + ai_will_do = { factor = 1 } + } + + claim_arab_coast = { + picture = nejd_sanjak + potential = { + OR = { + tag = TUR + tag = EGY + } + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + NOT = { has_country_flag = claimed_arab_coast } + NOT = { 1163 = { is_core = THIS } } + NOT = { 1164 = { is_core = THIS } } + is_canal_enabled = 2 #Suez + nationalism_n_imperialism = 1 + } + + allow = { + war = no + owns = 932 + OR = { + AND = { + year = 1871 + nationalism_n_imperialism = 1 + } + AND = { + point_defense_system = 1 + breech_loaded_rifles = 1 + } + } + } + + effect = { + set_country_flag = claimed_arab_coast + badboy = 5 + 1163 = { add_core = THIS } + 1164 = { add_core = THIS } + random_owned = { + limit = { + province_id = 932 + is_core = THIS + } + 935 = { add_core = THIS } + } + random_country = { + limit = { + tag = KWT + exists = yes + in_sphere = THIS + ai = yes + } + THIS = { create_vassal = KWT } + } + } + ai_will_do = { factor = 1 } + } + + occupy_syrian_desert = { + picture = bedouins_granger + potential = { + OR = { + AND = { + owns = 909 + 911 = { empty = yes } + 910 = { empty = yes } + } + AND = { + owns = 897 + 901 = { empty = yes } + } + AND = { + owns = 902 + 906 = { empty = yes } + 907 = { empty = yes } + } + AND = { + owns = 929 + 934 = { empty = yes } + } + AND = { + owns = 927 + 931 = { empty = yes } + } + AND = { + owns = 1160 + 1156 = { empty = yes } + } + } + } + + allow = { + war = no + OR = { + revolution_n_counterrevolution = 1 + has_global_flag = berlin_conference + AND = { + breech_loaded_rifles = 1 + nationalism_n_imperialism = 1 + } + AND = { + owns = 909 + OR = { + 1156 = { empty = no } + 931 = { empty = no } + 906 = { empty = no } + } + } + AND = { + owns = 897 + owns = 902 + OR = { + 910 = { empty = no } + 931 = { empty = no } + } + } + AND = { + owns = 929 + OR = { + 910 = { empty = no } + 907 = { empty = no } + 1156 = { empty = no } + } + } + AND = { + owns = 927 + OR = { + 934 = { empty = no } + 910 = { empty = no } + 1156 = { empty = no } + } + } + AND = { + owns = 1160 + OR = { + 910 = { empty = no } + 931 = { empty = no } + } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 909 } + random_empty_neighbor_province = { + limit = { province_id = 911 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + + random_owned = { + limit = { province_id = 909 } + random_empty_neighbor_province = { + limit = { province_id = 910 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + + random_owned = { + limit = { + province_id = 909 + is_core = TUR + } + 910 = { add_core = TUR } + 911 = { add_core = TUR } + } + random_owned = { + limit = { + province_id = 909 + is_core = EGY + } + 910 = { add_core = EGY } + 911 = { add_core = EGY } + } + random_owned = { + limit = { + province_id = 909 + is_core = THIS + } + 910 = { add_core = THIS } + 911 = { add_core = THIS } + } + + random_owned = { + limit = { province_id = 902 } + random_empty_neighbor_province = { + limit = { province_id = 906 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + random_owned = { + limit = { province_id = 902 } + random_empty_neighbor_province = { + limit = { province_id = 907 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + random_owned = { + limit = { province_id = 897 } + random_empty_neighbor_province = { + limit = { province_id = 901 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + + random_owned = { + limit = { + province_id = 902 + is_core = TUR + } + 906 = { add_core = TUR } + 907 = { add_core = TUR } + 901 = { add_core = TUR } + } + random_owned = { + limit = { + province_id = 902 + is_core = EGY + } + 906 = { add_core = EGY } + 907 = { add_core = EGY } + 901 = { add_core = EGY } + 1813 = { add_core = EGY } + } + + random_owned = { + limit = { + province_id = 902 + is_core = THIS + } + 906 = { add_core = THIS } + 907 = { add_core = THIS } + 1813 = { add_core = THIS } + 901 = { add_core = THIS } + } + random_owned = { + limit = { + province_id = 902 + } + 901 = { life_rating = 22 } + } + random_owned = { + limit = { province_id = 927 } + random_empty_neighbor_province = { + limit = { province_id = 931 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + random_owned = { + limit = { province_id = 929 } + random_empty_neighbor_province = { + limit = { province_id = 934 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + random_owned = { + limit = { + province_id = 929 + is_core = TUR + } + 934 = { add_core = TUR } + } + random_owned = { + limit = { + province_id = 927 + is_core = TUR + } + 931 = { add_core = TUR } + } + random_owned = { + limit = { + province_id = 929 + is_core = EGY + } + 934 = { add_core = EGY } + } + random_owned = { + limit = { + province_id = 927 + is_core = EGY + } + 931 = { add_core = EGY } + } + random_owned = { + limit = { + province_id = 929 + is_core = THIS + } + 934 = { add_core = THIS } + } + random_owned = { + limit = { + province_id = 927 + is_core = THIS + } + 931 = { add_core = THIS } + } + + random_owned = { + limit = { province_id = 1160 } + random_empty_neighbor_province = { + limit = { province_id = 1156 } + secede_province = THIS + any_pop = { literacy = -0.05 } + } + } + random_owned = { + limit = { + province_id = 1160 + is_core = HAL + } + 1156 = { add_core = HAL } + } + random_owned = { + limit = { + province_id = 1160 + is_core = NEJ + } + 1156 = { add_core = NEJ } + } + random_owned = { + limit = { + province_id = 1160 + is_core = ARA + } + 1156 = { add_core = ARA } + } + random_owned = { + limit = { + province_id = 1160 + is_core = THIS + } + 1156 = { add_core = THIS } + } + } + ai_will_do = { factor = 1 } + } + + integrate_kuwait = { + picture = nejd_sanjak + potential = { + OR = { + tag = TUR + tag = EGY + } + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + NOT = { has_country_flag = integrated_kuwait } + KWT = { + vassal_of = THIS + ai = yes + } + nationalism_n_imperialism = 1 + } + + allow = { + war = no + relation = { who = KWT value = 100 } + OR = { + mass_politics = 1 + AND = { + owns = 1162 + revolution_n_counterrevolution = 1 + experimental_psychology = 1 + } + } + } + + effect = { + set_country_flag = integrated_kuwait + prestige = 2 + inherit = KWT + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Tech_School_Changes.txt b/HPM/decisions/Tech_School_Changes.txt index 658c4aa3..9e27fa91 100644 --- a/HPM/decisions/Tech_School_Changes.txt +++ b/HPM/decisions/Tech_School_Changes.txt @@ -1,344 +1,344 @@ political_decisions = { - switch_to_army_tech = { - potential = { - civilized = yes - tech_school = traditional_academic - NOT = { has_country_modifier = interment_camps } - OR = { - ai = yes - has_country_flag = picking_up_a_tech_school - } - } - allow = { - NOT = { has_country_modifier = academic_confusion } - OR = { - AND = { - war_policy = jingoism - NOT = { economic_policy = laissez_faire } - } - AND = { - war_policy = pro_military - OR = { - economic_policy = state_capitalism - economic_policy = planned_economy - } - } - } - OR = { - jingoism = 3 - pro_military = 3 - } - military_score = 100 - prestige = 45 - } - effect = { - clr_country_flag = picking_up_a_tech_school - prestige = -15 - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = army_tech_school - } - } - - switch_to_navy_tech = { - potential = { - civilized = yes - tech_school = traditional_academic - NOT = { has_country_modifier = interment_camps } - OR = { - ai = yes - has_country_flag = picking_up_a_tech_school - } - } - allow = { - NOT = { has_country_modifier = academic_confusion } - any_owned_province = { is_colonial = yes } - OR = { - AND = { - war_policy = pro_military - NOT = { - economic_policy = state_capitalism - economic_policy = planned_economy - } - } - AND = { - economic_policy = laissez_faire - NOT = { war_policy = pacifism } - } - } - OR = { - pro_military = 3 - laissez_faire = 3 - } - prestige = 45 - military_score = 100 - total_amount_of_ships = 30 - } - effect = { - clr_country_flag = picking_up_a_tech_school - prestige = -15 - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = naval_tech_school - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - government = proletarian_dictatorship - } - } - } - - switch_to_culture_tech = { - potential = { - civilized = yes - tech_school = traditional_academic - NOT = { has_country_modifier = interment_camps } - OR = { - ai = yes - has_country_flag = picking_up_a_tech_school - } - } - allow = { - NOT = { has_country_modifier = academic_confusion } - OR = { - pacifism = 3 - secularized = 3 - } - prestige = 100 - literacy = 0.7 - average_consciousness = 7 - } - effect = { - clr_country_flag = picking_up_a_tech_school - prestige = -15 - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = culture_tech_school - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { revanchism = 0 } - } - } - } - - switch_to_trade_tech = { - potential = { - civilized = yes - tech_school = traditional_academic - NOT = { has_country_modifier = interment_camps } - OR = { - ai = yes - has_country_flag = picking_up_a_tech_school - } - } - allow = { - NOT = { has_country_modifier = academic_confusion } - NOT = { economic_policy = planned_economy } - OR = { - AND = { - trade_policy = free_trade - OR = { - economic_policy = laissez_faire - economic_policy = interventionism - } - } - AND = { - economic_policy = laissez_faire - trade_policy = protectionism - } - } - OR = { - laissez_faire = 3 - free_trade = 3 - } - prestige = 45 - industrial_score = 100 - } - effect = { - clr_country_flag = picking_up_a_tech_school - prestige = -15 - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = commerce_tech_school - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { revanchism = 0 } - } - } - } - - switch_to_industry_tech = { - potential = { - civilized = yes - tech_school = traditional_academic - NOT = { has_country_modifier = interment_camps } - OR = { - ai = yes - has_country_flag = picking_up_a_tech_school - } - } - allow = { - NOT = { has_country_modifier = academic_confusion } - OR = { - AND = { - trade_policy = protectionism - OR = { - economic_policy = interventionism - economic_policy = state_capitalism - } - } - AND = { - economic_policy = interventionism - trade_policy = free_trade - } - } - OR = { - interventionism = 3 - protectionism = 3 - } - prestige = 45 - industrial_score = 100 - } - effect = { - clr_country_flag = picking_up_a_tech_school - prestige = -15 - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = industrial_tech_school - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - NOT = { revanchism = 0 } - } - } - } - - switch_to_traditional_academic = { - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - NOT = { tech_school = traditional_academic } - NOT = { has_country_modifier = interment_camps } - OR = { - ai = no - tech_school = developing_tech_school - } - civilized = yes - } - - allow = { - OR = { - AND = { - NOT = { - tech_school = developing_tech_school - has_country_modifier = academic_confusion - } - prestige = 45 - } - AND = { - tech_school = developing_tech_school - literacy = 0.25 - enlightenment_thought = 1 - late_enlightenment_philosophy = 1 - post_napoleonic_thought = 1 - flintlock_rifles = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - private_banks = 1 - no_standard = 1 - piston_steam_engine = 1 - mechanical_production = 1 - } - } - } - - effect = { - random_owned = { limit = { owner = { NOT = { tech_school = developing_tech_school } } } owner = { prestige = -15 } } - add_country_modifier = { - name = academic_confusion - duration = 3650 - } - tech_school = traditional_academic - } - ai_will_do = { - factor = 1 - } - } - - encourage_the_skoda_works = { - picture = skoda_works - potential = { - NOT = { tech_school = czech_tech_school } - NOT = { has_country_modifier = interment_camps } - is_culture_group = czecho_slovak_culture_group - } - - allow = { - advanced_metallurgy = 1 - iron_breech_loaded_artillery = 1 - state_n_government = 1 - industrial_score = 150 - owns = 629 - 629 = { state_scope = { has_building = steel_factory } } - } - - effect = { - tech_school = czech_tech_school - prestige = 5 - } - } - - switch_to_japanese_tech_school = { - picture = yamagata_aritomo - potential = { - NOT = { tech_school = japanese_tech_school } - NOT = { has_country_modifier = interment_camps } - OR = { - tag = JAP - tag = TKG - tag = EZO - } - has_country_modifier = line_of_advantage - civilized = yes - } - - allow = { - military_score = 50 - invention = manifest_destiny - OR = { - AND = { tag = JAP NOT = { exists = TKG } } - AND = { tag = TKG NOT = { exists = JAP } } - } - } - - effect = { - tech_school = japanese_tech_school - prestige = 5 - } - } + switch_to_army_tech = { + potential = { + civilized = yes + tech_school = traditional_academic + NOT = { has_country_modifier = interment_camps } + OR = { + ai = yes + has_country_flag = picking_up_a_tech_school + } + } + allow = { + NOT = { has_country_modifier = academic_confusion } + OR = { + AND = { + war_policy = jingoism + NOT = { economic_policy = laissez_faire } + } + AND = { + war_policy = pro_military + OR = { + economic_policy = state_capitalism + economic_policy = planned_economy + } + } + } + OR = { + jingoism = 3 + pro_military = 3 + } + military_score = 100 + prestige = 45 + } + effect = { + clr_country_flag = picking_up_a_tech_school + prestige = -15 + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = army_tech_school + } + } + + switch_to_navy_tech = { + potential = { + civilized = yes + tech_school = traditional_academic + NOT = { has_country_modifier = interment_camps } + OR = { + ai = yes + has_country_flag = picking_up_a_tech_school + } + } + allow = { + NOT = { has_country_modifier = academic_confusion } + any_owned_province = { is_colonial = yes } + OR = { + AND = { + war_policy = pro_military + NOT = { + economic_policy = state_capitalism + economic_policy = planned_economy + } + } + AND = { + economic_policy = laissez_faire + NOT = { war_policy = pacifism } + } + } + OR = { + pro_military = 3 + laissez_faire = 3 + } + prestige = 45 + military_score = 100 + total_amount_of_ships = 30 + } + effect = { + clr_country_flag = picking_up_a_tech_school + prestige = -15 + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = naval_tech_school + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + government = proletarian_dictatorship + } + } + } + + switch_to_culture_tech = { + potential = { + civilized = yes + tech_school = traditional_academic + NOT = { has_country_modifier = interment_camps } + OR = { + ai = yes + has_country_flag = picking_up_a_tech_school + } + } + allow = { + NOT = { has_country_modifier = academic_confusion } + OR = { + pacifism = 3 + secularized = 3 + } + prestige = 100 + literacy = 0.7 + average_consciousness = 7 + } + effect = { + clr_country_flag = picking_up_a_tech_school + prestige = -15 + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = culture_tech_school + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { revanchism = 0 } + } + } + } + + switch_to_trade_tech = { + potential = { + civilized = yes + tech_school = traditional_academic + NOT = { has_country_modifier = interment_camps } + OR = { + ai = yes + has_country_flag = picking_up_a_tech_school + } + } + allow = { + NOT = { has_country_modifier = academic_confusion } + NOT = { economic_policy = planned_economy } + OR = { + AND = { + trade_policy = free_trade + OR = { + economic_policy = laissez_faire + economic_policy = interventionism + } + } + AND = { + economic_policy = laissez_faire + trade_policy = protectionism + } + } + OR = { + laissez_faire = 3 + free_trade = 3 + } + prestige = 45 + industrial_score = 100 + } + effect = { + clr_country_flag = picking_up_a_tech_school + prestige = -15 + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = commerce_tech_school + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { revanchism = 0 } + } + } + } + + switch_to_industry_tech = { + potential = { + civilized = yes + tech_school = traditional_academic + NOT = { has_country_modifier = interment_camps } + OR = { + ai = yes + has_country_flag = picking_up_a_tech_school + } + } + allow = { + NOT = { has_country_modifier = academic_confusion } + OR = { + AND = { + trade_policy = protectionism + OR = { + economic_policy = interventionism + economic_policy = state_capitalism + } + } + AND = { + economic_policy = interventionism + trade_policy = free_trade + } + } + OR = { + interventionism = 3 + protectionism = 3 + } + prestige = 45 + industrial_score = 100 + } + effect = { + clr_country_flag = picking_up_a_tech_school + prestige = -15 + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = industrial_tech_school + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + NOT = { revanchism = 0 } + } + } + } + + switch_to_traditional_academic = { + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + NOT = { tech_school = traditional_academic } + NOT = { has_country_modifier = interment_camps } + OR = { + ai = no + tech_school = developing_tech_school + } + civilized = yes + } + + allow = { + OR = { + AND = { + NOT = { + tech_school = developing_tech_school + has_country_modifier = academic_confusion + } + prestige = 45 + } + AND = { + tech_school = developing_tech_school + literacy = 0.25 + enlightenment_thought = 1 + late_enlightenment_philosophy = 1 + post_napoleonic_thought = 1 + flintlock_rifles = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + private_banks = 1 + no_standard = 1 + piston_steam_engine = 1 + mechanical_production = 1 + } + } + } + + effect = { + random_owned = { limit = { owner = { NOT = { tech_school = developing_tech_school } } } owner = { prestige = -15 } } + add_country_modifier = { + name = academic_confusion + duration = 3650 + } + tech_school = traditional_academic + } + ai_will_do = { + factor = 1 + } + } + + encourage_the_skoda_works = { + picture = skoda_works + potential = { + NOT = { tech_school = czech_tech_school } + NOT = { has_country_modifier = interment_camps } + is_culture_group = czecho_slovak_culture_group + } + + allow = { + advanced_metallurgy = 1 + iron_breech_loaded_artillery = 1 + state_n_government = 1 + industrial_score = 150 + owns = 629 + 629 = { state_scope = { has_building = steel_factory } } + } + + effect = { + tech_school = czech_tech_school + prestige = 5 + } + } + + switch_to_japanese_tech_school = { + picture = yamagata_aritomo + potential = { + NOT = { tech_school = japanese_tech_school } + NOT = { has_country_modifier = interment_camps } + OR = { + tag = JAP + tag = TKG + tag = EZO + } + has_country_modifier = line_of_advantage + civilized = yes + } + + allow = { + military_score = 50 + invention = manifest_destiny + OR = { + AND = { tag = JAP NOT = { exists = TKG } } + AND = { tag = TKG NOT = { exists = JAP } } + } + } + + effect = { + tech_school = japanese_tech_school + prestige = 5 + } + } } diff --git a/HPM/decisions/Transcaucasia.txt b/HPM/decisions/Transcaucasia.txt index 6928778c..f4eb5a28 100644 --- a/HPM/decisions/Transcaucasia.txt +++ b/HPM/decisions/Transcaucasia.txt @@ -1,707 +1,707 @@ political_decisions = { - form_transcaucasia = { - potential = { - OR = { - tag = GEO - tag = AZB - tag = ARM - } - NOT = { exists = TCA } - NOT = { has_global_flag = transcaucasia_formed } - } - - allow = { - war = no - owns = 1090 - 1102 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { has_country_flag = newly_released_nation } - owner = { - primary_culture = azerbaijani - war = no - civilized = yes - relation = { who = THIS value = 150 } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - 1098 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { has_country_flag = newly_released_nation } - owner = { - primary_culture = armenian - war = no - civilized = yes - relation = { who = THIS value = 150 } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - } - - effect = { - set_global_flag = transcaucasia_formed - prestige = 10 - GEO = { all_core = { add_core = TCA } } - ARM = { all_core = { add_core = TCA } } - AZB = { all_core = { add_core = TCA } } - add_accepted_culture = georgian - add_accepted_culture = armenian - add_accepted_culture = azerbaijani - change_tag = TCA - any_country = { - limit = { - NOT = { is_culture_group = THIS } - in_sphere = THIS - war = no - } - any_owned = { - limit = { is_core = TCA } - secede_province = THIS - } - } - any_country = { - limit = { - war = no - OR = { - primary_culture = armenian - primary_culture = georgian - primary_culture = azerbaijani - } - OR = { - in_sphere = THIS - has_country_flag = newly_released_nation - AND = { - war = no - civilized = yes - relation = { who = THIS value = 150 } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - country_event = 98650 - } - } - } - - create_transcaucasia = { - picture = form_transcaucasia - potential = { - NOT = { - tag = GEO - tag = AZB - tag = ARM - tag = RUS - } - NOT = { exists = TCA } - NOT = { has_global_flag = transcaucasia_formed } - OR = { - any_owned_province = { is_core = GEO } - any_owned_province = { is_core = AZB } - any_owned_province = { is_core = ARM } - is_sphere_leader_of = GEO - is_sphere_leader_of = AZB - is_sphere_leader_of = ARM - } - } - - allow = { - war = no - is_greater_power = yes - 1090 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - 1102 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - 1098 = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - war = no - } - } - } - } - - effect = { - set_global_flag = transcaucasia_formed - prestige = 10 - badboy = 2 - any_country = { - limit = { - OR = { - tag = GEO - tag = AZB - tag = ARM - } - ai = yes - in_sphere = THIS - } - annex_to = THIS - } - any_country = { - limit = { - in_sphere = THIS - war = no - } - any_owned = { - limit = { - OR = { - is_core = GEO - is_core = AZB - is_core = ARM - } - } - secede_province = THIS - } - } - GEO = { all_core = { add_core = TCA } } - ARM = { all_core = { add_core = TCA } } - AZB = { all_core = { add_core = TCA } } - any_owned = { - limit = { - is_core = THIS - is_core = TCA - } - remove_core = TCA - } - release_vassal = TCA - create_alliance = TCA - diplomatic_influence = { - who = TCA - value = 300 - } - any_country = { - limit = { - any_owned_province = { is_core = TCA } - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -50 - } - } - } - } - - claim_north_caucasus = { - picture = form_transcaucasia - potential = { - tag = TCA - NOT = { has_country_flag = claimed_north_caucasus } - } - allow = { - war = no - is_vassal = no - is_disarmed = no - war_policy = jingoism - OR = { - is_greater_power = yes - is_secondary_power = yes - } - CHY = { exists = no } - DAG = { exists = no } - CIR = { exists = no } - } - effect = { - set_country_flag = claimed_north_caucasus - badboy = 5 - CHY = { - all_core = { add_core = TCA } - } - CIR = { - all_core = { add_core = TCA } - } - DAG = { - all_core = { add_core = TCA } - } - any_country = { - limit = { - any_owned_province = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { tag = THIS } - } - relation = { who = TCA value = -50 } - leave_alliance = TCA - } - } - ai_will_do = { - factor = 1 - } - } - - end_of_transcaucasia_GEO = { - picture = form_transcaucasia - potential = { - tag = TCA - NOT = { - exists = GEO - any_owned_province = { - NOT = { is_core = GEO } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { is_core = GEO } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 1095 } - owner = { capital = 1095 } - } - prestige = 5 - primary_culture = georgian - remove_accepted_culture = armenian - remove_accepted_culture = azerbaijani - all_core = { remove_core = TCA } - change_tag = GEO - any_pop = { - limit = { has_pop_culture = georgian } - militancy = -4 - } - } - } - - end_of_transcaucasia_AZB = { - picture = form_transcaucasia - potential = { - tag = TCA - NOT = { - exists = AZB - any_owned_province = { - NOT = { is_core = AZB } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { is_core = AZB } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 1102 } - owner = { capital = 1102 } - } - prestige = 5 - primary_culture = azerbaijani - remove_accepted_culture = armenian - remove_accepted_culture = georgian - all_core = { remove_core = TCA } - change_tag = AZB - any_pop = { - limit = { has_pop_culture = azerbaijani } - militancy = -4 - } - } - } - - end_of_transcaucasia_ARM = { - picture = form_transcaucasia - potential = { - tag = TCA - NOT = { - exists = ARM - any_owned_province = { - NOT = { is_core = ARM } - } - } - } - - allow = { - war = no - NOT = { - any_owned_province = { - NOT = { is_core = ARM } - } - } - } - - effect = { - random_owned = { - limit = { province_id = 1102 } - owner = { capital = 1102 } - } - prestige = 5 - primary_culture = armenian - remove_accepted_culture = azerbaijani - remove_accepted_culture = georgian - all_core = { remove_core = TCA } - change_tag = ARM - any_pop = { - limit = { has_pop_culture = armenian } - militancy = -4 - } - } - } - - make_transcaucasia_sunni = { - picture = form_transcaucasia - potential = { - TCA = { - NOT = { has_country_flag = sunni_country } - owns = 1102 - exists = yes - } - is_our_vassal = TCA - OR = { - has_country_flag = sunni_country - has_country_flag = ibadi_country - } - } - - allow = { - war = no - } - - effect = { - TCA = { - capital = 1102 - set_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = orthodox_country - religion = sunni - primary_culture = azerbaijani - remove_accepted_culture = armenian - remove_accepted_culture = georgian - any_pop = { - limit = { NOT = { has_pop_religion = sunni } } - militancy = 6 - } - } - } - ai_will_do = { factor = 1 } - } - - make_transcaucasia_shiite = { - picture = form_transcaucasia - potential = { - TCA = { - NOT = { has_country_flag = shiite_country } - owns = 1102 - exists = yes - } - is_our_vassal = TCA - has_country_flag = shiite_country - } - - allow = { - war = no - } - - effect = { - TCA = { - capital = 1102 - set_country_flag = shiite_country - clr_country_flag = sunni_country - clr_country_flag = orthodox_country - religion = shiite - primary_culture = azerbaijani - remove_accepted_culture = armenian - remove_accepted_culture = georgian - any_pop = { - limit = { NOT = { has_pop_religion = shiite } } - militancy = 6 - } - } - } - ai_will_do = { factor = 1 } - } - - make_transcaucasia_orthodox = { - picture = form_transcaucasia - potential = { - TCA = { - NOT = { has_country_flag = orthodox_country } - owns = 1090 - exists = yes - } - is_our_vassal = TCA - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - has_country_flag = mormon_country - has_country_flag = orthodox_country - has_country_flag = coptic_country - } - } - - allow = { - war = no - } - - effect = { - TCA = { - capital = 1090 - set_country_flag = orthodox_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - religion = orthodox - primary_culture = georgian - add_accepted_culture = armenian - remove_accepted_culture = azerbaijani - any_pop = { - limit = { NOT = { has_pop_religion = orthodox } } - militancy = 6 - } - } - } - ai_will_do = { factor = 1 } - } - - make_abkhazia_orthodox = { - picture = form_transcaucasia - potential = { - ABK = { - NOT = { has_country_flag = orthodox_country } - exists = yes - } - OR = { - is_our_vassal = ABK - ABK = { in_sphere = THIS } - } - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - has_country_flag = mormon_country - has_country_flag = orthodox_country - has_country_flag = coptic_country - } - } - - allow = { - war = no - } - - effect = { - ABK = { - clr_country_flag = sunni_country - set_country_flag = orthodox_country - religion = orthodox - any_pop = { - limit = { NOT = { has_pop_religion = orthodox } } - militancy = 6 - } - } - } - ai_will_do = { factor = 1 } - } - - make_abkhazia_sunni = { - picture = form_transcaucasia - potential = { - ABK = { - NOT = { has_country_flag = sunni_country } - exists = yes - } - OR = { - is_our_vassal = TCA - ABK = { in_sphere = THIS } - } - has_country_flag = sunni_country - } - - allow = { - war = no - } - - effect = { - ABK = { - set_country_flag = sunni_country - clr_country_flag = orthodox_country - religion = sunni - any_pop = { - limit = { NOT = { has_pop_religion = sunni } } - militancy = 6 - } - } - } - ai_will_do = { factor = 1 } - } - - recognize_circassia = { - picture = circassia_flag - potential = { - is_greater_power = yes - exists = CIR - NOT = { year = 1840 } - NOT = { - has_country_flag = recognize_circassia - tag = RUS - tag = CIR - CIR = { part_of_sphere = yes civilized = no } - } - } - allow = { - nationalism_n_imperialism = 1 - } - effect = { - prestige = 1 - set_country_flag = recognize_circassia - CIR = { prestige = 5 } - RUS = { prestige = -5 } - relation = { - who = CIR - value = 100 - } - diplomatic_influence = { - who = CIR - value = 50 - } - relation = { - who = RUS - value = -100 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - alliance_with = RUS - } - modifier = { - factor = 0 - relation = { who = RUS value = 0 } - } - } - } - - recognize_chechenya = { - picture = chechenya_flag - potential = { - is_greater_power = yes - exists = CHY - NOT = { year = 1840 } - NOT = { - has_country_flag = recognize_chechenya - tag = RUS - tag = CHY - CHY = { part_of_sphere = yes civilized = no } - } - } - allow = { - nationalism_n_imperialism = 1 - } - effect = { - prestige = 1 - set_country_flag = recognize_chechenya - CHY = { prestige = 5 } - RUS = { prestige = -5 } - relation = { - who = CHY - value = 100 - } - diplomatic_influence = { - who = CHY - value = 50 - } - relation = { - who = RUS - value = -100 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - alliance_with = RUS - } - modifier = { - factor = 0 - relation = { who = RUS value = 0 } - } - } - } - - recognize_dagestan = { - picture = dagestan_flag - potential = { - is_greater_power = yes - exists = DAG - NOT = { year = 1840 } - NOT = { - has_country_flag = recognize_dagestan - tag = RUS - tag = DAG - DAG = { part_of_sphere = yes civilized = no } - } - } - allow = { - nationalism_n_imperialism = 1 - } - effect = { - prestige = 1 - set_country_flag = recognize_dagestan - DAG = { prestige = 5 } - RUS = { prestige = -5 } - relation = { - who = DAG - value = 100 - } - diplomatic_influence = { - who = DAG - value = 50 - } - relation = { - who = RUS - value = -100 - } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - alliance_with = RUS - } - modifier = { - factor = 0 - relation = { who = RUS value = 0 } - } - } - } -} \ No newline at end of file + form_transcaucasia = { + potential = { + OR = { + tag = GEO + tag = AZB + tag = ARM + } + NOT = { exists = TCA } + NOT = { has_global_flag = transcaucasia_formed } + } + + allow = { + war = no + owns = 1090 + 1102 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { has_country_flag = newly_released_nation } + owner = { + primary_culture = azerbaijani + war = no + civilized = yes + relation = { who = THIS value = 150 } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + 1098 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { has_country_flag = newly_released_nation } + owner = { + primary_culture = armenian + war = no + civilized = yes + relation = { who = THIS value = 150 } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + } + + effect = { + set_global_flag = transcaucasia_formed + prestige = 10 + GEO = { all_core = { add_core = TCA } } + ARM = { all_core = { add_core = TCA } } + AZB = { all_core = { add_core = TCA } } + add_accepted_culture = georgian + add_accepted_culture = armenian + add_accepted_culture = azerbaijani + change_tag = TCA + any_country = { + limit = { + NOT = { is_culture_group = THIS } + in_sphere = THIS + war = no + } + any_owned = { + limit = { is_core = TCA } + secede_province = THIS + } + } + any_country = { + limit = { + war = no + OR = { + primary_culture = armenian + primary_culture = georgian + primary_culture = azerbaijani + } + OR = { + in_sphere = THIS + has_country_flag = newly_released_nation + AND = { + war = no + civilized = yes + relation = { who = THIS value = 150 } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + country_event = 98650 + } + } + } + + create_transcaucasia = { + picture = form_transcaucasia + potential = { + NOT = { + tag = GEO + tag = AZB + tag = ARM + tag = RUS + } + NOT = { exists = TCA } + NOT = { has_global_flag = transcaucasia_formed } + OR = { + any_owned_province = { is_core = GEO } + any_owned_province = { is_core = AZB } + any_owned_province = { is_core = ARM } + is_sphere_leader_of = GEO + is_sphere_leader_of = AZB + is_sphere_leader_of = ARM + } + } + + allow = { + war = no + is_greater_power = yes + 1090 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + 1102 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + 1098 = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + war = no + } + } + } + } + + effect = { + set_global_flag = transcaucasia_formed + prestige = 10 + badboy = 2 + any_country = { + limit = { + OR = { + tag = GEO + tag = AZB + tag = ARM + } + ai = yes + in_sphere = THIS + } + annex_to = THIS + } + any_country = { + limit = { + in_sphere = THIS + war = no + } + any_owned = { + limit = { + OR = { + is_core = GEO + is_core = AZB + is_core = ARM + } + } + secede_province = THIS + } + } + GEO = { all_core = { add_core = TCA } } + ARM = { all_core = { add_core = TCA } } + AZB = { all_core = { add_core = TCA } } + any_owned = { + limit = { + is_core = THIS + is_core = TCA + } + remove_core = TCA + } + release_vassal = TCA + create_alliance = TCA + diplomatic_influence = { + who = TCA + value = 300 + } + any_country = { + limit = { + any_owned_province = { is_core = TCA } + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -50 + } + } + } + } + + claim_north_caucasus = { + picture = form_transcaucasia + potential = { + tag = TCA + NOT = { has_country_flag = claimed_north_caucasus } + } + allow = { + war = no + is_vassal = no + is_disarmed = no + war_policy = jingoism + OR = { + is_greater_power = yes + is_secondary_power = yes + } + CHY = { exists = no } + DAG = { exists = no } + CIR = { exists = no } + } + effect = { + set_country_flag = claimed_north_caucasus + badboy = 5 + CHY = { + all_core = { add_core = TCA } + } + CIR = { + all_core = { add_core = TCA } + } + DAG = { + all_core = { add_core = TCA } + } + any_country = { + limit = { + any_owned_province = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { tag = THIS } + } + relation = { who = TCA value = -50 } + leave_alliance = TCA + } + } + ai_will_do = { + factor = 1 + } + } + + end_of_transcaucasia_GEO = { + picture = form_transcaucasia + potential = { + tag = TCA + NOT = { + exists = GEO + any_owned_province = { + NOT = { is_core = GEO } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { is_core = GEO } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 1095 } + owner = { capital = 1095 } + } + prestige = 5 + primary_culture = georgian + remove_accepted_culture = armenian + remove_accepted_culture = azerbaijani + all_core = { remove_core = TCA } + change_tag = GEO + any_pop = { + limit = { has_pop_culture = georgian } + militancy = -4 + } + } + } + + end_of_transcaucasia_AZB = { + picture = form_transcaucasia + potential = { + tag = TCA + NOT = { + exists = AZB + any_owned_province = { + NOT = { is_core = AZB } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { is_core = AZB } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 1102 } + owner = { capital = 1102 } + } + prestige = 5 + primary_culture = azerbaijani + remove_accepted_culture = armenian + remove_accepted_culture = georgian + all_core = { remove_core = TCA } + change_tag = AZB + any_pop = { + limit = { has_pop_culture = azerbaijani } + militancy = -4 + } + } + } + + end_of_transcaucasia_ARM = { + picture = form_transcaucasia + potential = { + tag = TCA + NOT = { + exists = ARM + any_owned_province = { + NOT = { is_core = ARM } + } + } + } + + allow = { + war = no + NOT = { + any_owned_province = { + NOT = { is_core = ARM } + } + } + } + + effect = { + random_owned = { + limit = { province_id = 1102 } + owner = { capital = 1102 } + } + prestige = 5 + primary_culture = armenian + remove_accepted_culture = azerbaijani + remove_accepted_culture = georgian + all_core = { remove_core = TCA } + change_tag = ARM + any_pop = { + limit = { has_pop_culture = armenian } + militancy = -4 + } + } + } + + make_transcaucasia_sunni = { + picture = form_transcaucasia + potential = { + TCA = { + NOT = { has_country_flag = sunni_country } + owns = 1102 + exists = yes + } + is_our_vassal = TCA + OR = { + has_country_flag = sunni_country + has_country_flag = ibadi_country + } + } + + allow = { + war = no + } + + effect = { + TCA = { + capital = 1102 + set_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = orthodox_country + religion = sunni + primary_culture = azerbaijani + remove_accepted_culture = armenian + remove_accepted_culture = georgian + any_pop = { + limit = { NOT = { has_pop_religion = sunni } } + militancy = 6 + } + } + } + ai_will_do = { factor = 1 } + } + + make_transcaucasia_shiite = { + picture = form_transcaucasia + potential = { + TCA = { + NOT = { has_country_flag = shiite_country } + owns = 1102 + exists = yes + } + is_our_vassal = TCA + has_country_flag = shiite_country + } + + allow = { + war = no + } + + effect = { + TCA = { + capital = 1102 + set_country_flag = shiite_country + clr_country_flag = sunni_country + clr_country_flag = orthodox_country + religion = shiite + primary_culture = azerbaijani + remove_accepted_culture = armenian + remove_accepted_culture = georgian + any_pop = { + limit = { NOT = { has_pop_religion = shiite } } + militancy = 6 + } + } + } + ai_will_do = { factor = 1 } + } + + make_transcaucasia_orthodox = { + picture = form_transcaucasia + potential = { + TCA = { + NOT = { has_country_flag = orthodox_country } + owns = 1090 + exists = yes + } + is_our_vassal = TCA + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + has_country_flag = mormon_country + has_country_flag = orthodox_country + has_country_flag = coptic_country + } + } + + allow = { + war = no + } + + effect = { + TCA = { + capital = 1090 + set_country_flag = orthodox_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + religion = orthodox + primary_culture = georgian + add_accepted_culture = armenian + remove_accepted_culture = azerbaijani + any_pop = { + limit = { NOT = { has_pop_religion = orthodox } } + militancy = 6 + } + } + } + ai_will_do = { factor = 1 } + } + + make_abkhazia_orthodox = { + picture = form_transcaucasia + potential = { + ABK = { + NOT = { has_country_flag = orthodox_country } + exists = yes + } + OR = { + is_our_vassal = ABK + ABK = { in_sphere = THIS } + } + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + has_country_flag = mormon_country + has_country_flag = orthodox_country + has_country_flag = coptic_country + } + } + + allow = { + war = no + } + + effect = { + ABK = { + clr_country_flag = sunni_country + set_country_flag = orthodox_country + religion = orthodox + any_pop = { + limit = { NOT = { has_pop_religion = orthodox } } + militancy = 6 + } + } + } + ai_will_do = { factor = 1 } + } + + make_abkhazia_sunni = { + picture = form_transcaucasia + potential = { + ABK = { + NOT = { has_country_flag = sunni_country } + exists = yes + } + OR = { + is_our_vassal = TCA + ABK = { in_sphere = THIS } + } + has_country_flag = sunni_country + } + + allow = { + war = no + } + + effect = { + ABK = { + set_country_flag = sunni_country + clr_country_flag = orthodox_country + religion = sunni + any_pop = { + limit = { NOT = { has_pop_religion = sunni } } + militancy = 6 + } + } + } + ai_will_do = { factor = 1 } + } + + recognize_circassia = { + picture = circassia_flag + potential = { + is_greater_power = yes + exists = CIR + NOT = { year = 1840 } + NOT = { + has_country_flag = recognize_circassia + tag = RUS + tag = CIR + CIR = { part_of_sphere = yes civilized = no } + } + } + allow = { + nationalism_n_imperialism = 1 + } + effect = { + prestige = 1 + set_country_flag = recognize_circassia + CIR = { prestige = 5 } + RUS = { prestige = -5 } + relation = { + who = CIR + value = 100 + } + diplomatic_influence = { + who = CIR + value = 50 + } + relation = { + who = RUS + value = -100 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + alliance_with = RUS + } + modifier = { + factor = 0 + relation = { who = RUS value = 0 } + } + } + } + + recognize_chechenya = { + picture = chechenya_flag + potential = { + is_greater_power = yes + exists = CHY + NOT = { year = 1840 } + NOT = { + has_country_flag = recognize_chechenya + tag = RUS + tag = CHY + CHY = { part_of_sphere = yes civilized = no } + } + } + allow = { + nationalism_n_imperialism = 1 + } + effect = { + prestige = 1 + set_country_flag = recognize_chechenya + CHY = { prestige = 5 } + RUS = { prestige = -5 } + relation = { + who = CHY + value = 100 + } + diplomatic_influence = { + who = CHY + value = 50 + } + relation = { + who = RUS + value = -100 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + alliance_with = RUS + } + modifier = { + factor = 0 + relation = { who = RUS value = 0 } + } + } + } + + recognize_dagestan = { + picture = dagestan_flag + potential = { + is_greater_power = yes + exists = DAG + NOT = { year = 1840 } + NOT = { + has_country_flag = recognize_dagestan + tag = RUS + tag = DAG + DAG = { part_of_sphere = yes civilized = no } + } + } + allow = { + nationalism_n_imperialism = 1 + } + effect = { + prestige = 1 + set_country_flag = recognize_dagestan + DAG = { prestige = 5 } + RUS = { prestige = -5 } + relation = { + who = DAG + value = 100 + } + diplomatic_influence = { + who = DAG + value = 50 + } + relation = { + who = RUS + value = -100 + } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + alliance_with = RUS + } + modifier = { + factor = 0 + relation = { who = RUS value = 0 } + } + } + } +} diff --git a/HPM/decisions/Treaty Ports.txt b/HPM/decisions/Treaty Ports.txt index 9658c956..f25578cd 100644 --- a/HPM/decisions/Treaty Ports.txt +++ b/HPM/decisions/Treaty Ports.txt @@ -1,703 +1,703 @@ political_decisions = { - ifni_treaty_port = { - picture = laghouat_algiers - potential = { - has_country_modifier = negotiating_treaty - 1695 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1695 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - qeshm_treaty_port = { - picture = qeshm_iran - potential = { - has_country_modifier = negotiating_treaty - 1071 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1071 = { secede_province = THIS change_controller = THIS } - } - ai_will_do = { factor = 1 } - } - - macao_treaty_port = { - picture = macao_china - potential = { - has_country_modifier = negotiating_treaty - 1498 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1498 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - hong_kong_treaty_port = { - picture = hong_kong_china - potential = { - has_country_modifier = negotiating_treaty - 1496 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1496 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - shanghai_treaty_port = { - picture = shanghai_china - potential = { - has_country_modifier = negotiating_treaty - 1538 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1538 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - qingdao_treaty_port = { - picture = qingdao_china - potential = { - has_country_modifier = negotiating_treaty - 1566 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1566 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - lushun_treaty_port = { - picture = port_arthur - potential = { - has_country_modifier = negotiating_treaty - 1481 = { - owner = { - has_country_modifier = negotiating_unequal_treaty - civilized = no - truce_with = THIS - } - } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1481 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - weihaiwei_treaty_port = { - picture = weihaiwei_china - potential = { - has_country_modifier = negotiating_treaty - 1569 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1569 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - jiaxing_treaty_port = { - picture = jiaxing_china - potential = { - has_country_modifier = negotiating_treaty - 1606 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1606 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - taipei_treaty_port = { - picture = taipei_china - potential = { - has_country_modifier = negotiating_treaty - 2406 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - 1485 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - 2562 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - 2681 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - OR = { - capital_scope = { continent = asia } - invention = radio_telegraphy - } - } - - effect = { - remove_country_modifier = negotiating_treaty - 2406 = { secede_province = THIS change_controller = THIS } - 1485 = { secede_province = THIS change_controller = THIS } - 2562 = { secede_province = THIS change_controller = THIS } - 2681 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - hainan_treaty_port = { - picture = hainan_china - potential = { - has_country_modifier = negotiating_treaty - 1499 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1499 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - kwangchowan_treaty_port = { - picture = kwangchowan_china - potential = { - has_country_modifier = negotiating_treaty - 2632 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 2632 = { secede_province = THIS change_controller = THIS } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - ningbo_treaty_port = { - picture = ningbo_china - potential = { - has_country_modifier = negotiating_treaty - 1608 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - NOT = { has_country_modifier = chinese_treaty_port } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1608 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } - add_country_modifier = { name = chinese_treaty_port duration = 1095 } - } - ai_will_do = { - factor = 1 - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1496 } - 1496 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1569 } - 1569 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = ENG - NOT = { owns = 1566 } - 1566 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - tag = RUS - NOT = { owns = 1481 } - 1481 = { owner = { civilized = no truce_with = THIS } } - } - modifier = { - factor = 0 - primary_culture = japanese - NOT = { owns = 1415 } - 1481 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 1485 } - 1485 = { owner = { civilized = no truce_with = THIS } } - NOT = { owns = 2562 } - 2562 = { owner = { civilized = no truce_with = THIS } } - } - } - } - - - gwadar_treaty_port = { - picture = gwadar_pakistan - potential = { - has_country_modifier = negotiating_treaty - 2640 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 2640 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - socotra_treaty_port = { - picture = socotra_yemen - potential = { - has_country_modifier = negotiating_treaty - 1177 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1177 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - zanzibar_treaty_port = { - picture = zanzibar_oman - potential = { - has_country_modifier = negotiating_treaty - 2048 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 2048 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - cheju_treaty_port = { - picture = cheju_korea - potential = { - has_country_modifier = negotiating_treaty - 1637 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { - } - - effect = { - remove_country_modifier = negotiating_treaty - 1637 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - tsushima_treaty_port = { - picture = tsushima_japan - potential = { - has_country_modifier = negotiating_treaty - 2589 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { } - - effect = { - remove_country_modifier = negotiating_treaty - 2589 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } - - sado_treaty_port = { - picture = sado_japan - potential = { - has_country_modifier = negotiating_treaty - 12 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } - } - - allow = { } - - effect = { - remove_country_modifier = negotiating_treaty - 12 = { secede_province = THIS change_controller = THIS } - } - - ai_will_do = { factor = 1 } - } + ifni_treaty_port = { + picture = laghouat_algiers + potential = { + has_country_modifier = negotiating_treaty + 1695 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1695 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + qeshm_treaty_port = { + picture = qeshm_iran + potential = { + has_country_modifier = negotiating_treaty + 1071 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1071 = { secede_province = THIS change_controller = THIS } + } + ai_will_do = { factor = 1 } + } + + macao_treaty_port = { + picture = macao_china + potential = { + has_country_modifier = negotiating_treaty + 1498 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1498 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + hong_kong_treaty_port = { + picture = hong_kong_china + potential = { + has_country_modifier = negotiating_treaty + 1496 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1496 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + shanghai_treaty_port = { + picture = shanghai_china + potential = { + has_country_modifier = negotiating_treaty + 1538 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1538 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + qingdao_treaty_port = { + picture = qingdao_china + potential = { + has_country_modifier = negotiating_treaty + 1566 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1566 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + lushun_treaty_port = { + picture = port_arthur + potential = { + has_country_modifier = negotiating_treaty + 1481 = { + owner = { + has_country_modifier = negotiating_unequal_treaty + civilized = no + truce_with = THIS + } + } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1481 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + weihaiwei_treaty_port = { + picture = weihaiwei_china + potential = { + has_country_modifier = negotiating_treaty + 1569 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1569 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + jiaxing_treaty_port = { + picture = jiaxing_china + potential = { + has_country_modifier = negotiating_treaty + 1606 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1606 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + taipei_treaty_port = { + picture = taipei_china + potential = { + has_country_modifier = negotiating_treaty + 2406 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + 1485 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + 2562 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + 2681 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + OR = { + capital_scope = { continent = asia } + invention = radio_telegraphy + } + } + + effect = { + remove_country_modifier = negotiating_treaty + 2406 = { secede_province = THIS change_controller = THIS } + 1485 = { secede_province = THIS change_controller = THIS } + 2562 = { secede_province = THIS change_controller = THIS } + 2681 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + hainan_treaty_port = { + picture = hainan_china + potential = { + has_country_modifier = negotiating_treaty + 1499 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1499 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + kwangchowan_treaty_port = { + picture = kwangchowan_china + potential = { + has_country_modifier = negotiating_treaty + 2632 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 2632 = { secede_province = THIS change_controller = THIS } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + ningbo_treaty_port = { + picture = ningbo_china + potential = { + has_country_modifier = negotiating_treaty + 1608 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + NOT = { has_country_modifier = chinese_treaty_port } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1608 = { secede_province = THIS change_controller = THIS add_province_modifier = { name = treaty_port duration = -1 } } + add_country_modifier = { name = chinese_treaty_port duration = 1095 } + } + ai_will_do = { + factor = 1 + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1496 } + 1496 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1569 } + 1569 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = ENG + NOT = { owns = 1566 } + 1566 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + tag = RUS + NOT = { owns = 1481 } + 1481 = { owner = { civilized = no truce_with = THIS } } + } + modifier = { + factor = 0 + primary_culture = japanese + NOT = { owns = 1415 } + 1481 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 1485 } + 1485 = { owner = { civilized = no truce_with = THIS } } + NOT = { owns = 2562 } + 2562 = { owner = { civilized = no truce_with = THIS } } + } + } + } + + + gwadar_treaty_port = { + picture = gwadar_pakistan + potential = { + has_country_modifier = negotiating_treaty + 2640 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 2640 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + socotra_treaty_port = { + picture = socotra_yemen + potential = { + has_country_modifier = negotiating_treaty + 1177 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1177 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + zanzibar_treaty_port = { + picture = zanzibar_oman + potential = { + has_country_modifier = negotiating_treaty + 2048 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 2048 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + cheju_treaty_port = { + picture = cheju_korea + potential = { + has_country_modifier = negotiating_treaty + 1637 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { + } + + effect = { + remove_country_modifier = negotiating_treaty + 1637 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + tsushima_treaty_port = { + picture = tsushima_japan + potential = { + has_country_modifier = negotiating_treaty + 2589 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { } + + effect = { + remove_country_modifier = negotiating_treaty + 2589 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } + + sado_treaty_port = { + picture = sado_japan + potential = { + has_country_modifier = negotiating_treaty + 12 = { owner = { has_country_modifier = negotiating_unequal_treaty civilized = no truce_with = THIS } } + } + + allow = { } + + effect = { + remove_country_modifier = negotiating_treaty + 12 = { secede_province = THIS change_controller = THIS } + } + + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/Turkestan.txt b/HPM/decisions/Turkestan.txt index 9d9f7d74..ad17a82c 100644 --- a/HPM/decisions/Turkestan.txt +++ b/HPM/decisions/Turkestan.txt @@ -1,495 +1,495 @@ political_decisions = { - become_uzbekistan_khiva = { - picture = become_uzbekistan - potential = { - tag = KHI - NOT = { exists = UZB } - } + become_uzbekistan_khiva = { + picture = become_uzbekistan + potential = { + tag = KHI + NOT = { exists = UZB } + } - allow = { - war = no - civilized = yes - state_n_government = 1 - BUK = { exists = no } - owns = 1195 - } + allow = { + war = no + civilized = yes + state_n_government = 1 + BUK = { exists = no } + owns = 1195 + } - effect = { - set_global_flag = uzbekistan_created - prestige = 10 - BUK = { - all_core = { remove_core = BUK } - } - KHI = { - all_core = { remove_core = KHI add_core = UZB } - } - 1193 = { add_core = UZB } #Kyzylorda - 1192 = { add_core = UZB } #Nukus - 1191 = { add_core = UZB } #Khiva - 1198 = { add_core = UZB } #Bukhara - 1200 = { add_core = UZB } #Qarshi - 1201 = { add_core = UZB } #Khojand - 1199 = { add_core = UZB } #Samarkand - 1197 = { add_core = UZB } #Shymkent - 1195 = { add_core = UZB } #Tashkent - 1202 = { add_core = UZB } #Kokand - change_tag = UZB - capital = 1195 - } + effect = { + set_global_flag = uzbekistan_created + prestige = 10 + BUK = { + all_core = { remove_core = BUK } + } + KHI = { + all_core = { remove_core = KHI add_core = UZB } + } + 1193 = { add_core = UZB } #Kyzylorda + 1192 = { add_core = UZB } #Nukus + 1191 = { add_core = UZB } #Khiva + 1198 = { add_core = UZB } #Bukhara + 1200 = { add_core = UZB } #Qarshi + 1201 = { add_core = UZB } #Khojand + 1199 = { add_core = UZB } #Samarkand + 1197 = { add_core = UZB } #Shymkent + 1195 = { add_core = UZB } #Tashkent + 1202 = { add_core = UZB } #Kokand + change_tag = UZB + capital = 1195 + } - ai_will_do = { - factor = 1 - } - } + ai_will_do = { + factor = 1 + } + } - become_uzbekistan_bukkhara = { - picture = become_uzbekistan - potential = { - tag = BUK - NOT = { exists = UZB } - } + become_uzbekistan_bukkhara = { + picture = become_uzbekistan + potential = { + tag = BUK + NOT = { exists = UZB } + } - allow = { - war = no - civilized = yes - state_n_government = 1 - KHI = { exists = no } - owns = 1195 - } + allow = { + war = no + civilized = yes + state_n_government = 1 + KHI = { exists = no } + owns = 1195 + } - effect = { - set_global_flag = uzbekistan_created - prestige = 10 - BUK = { - all_core = { remove_core = BUK add_core = UZB } - } - KHI = { - all_core = { remove_core = KHI } - } - 1193 = { add_core = UZB } #Kyzylorda - 1192 = { add_core = UZB } #Nukus - 1191 = { add_core = UZB } #Khiva - 1198 = { add_core = UZB } #Bukhara - 1200 = { add_core = UZB } #Qarshi - 1201 = { add_core = UZB } #Khojand - 1199 = { add_core = UZB } #Samarkand - 1197 = { add_core = UZB } #Shymkent - 1195 = { add_core = UZB } #Tashkent - 1202 = { add_core = UZB } #Kokand - change_tag = UZB - capital = 1195 - } + effect = { + set_global_flag = uzbekistan_created + prestige = 10 + BUK = { + all_core = { remove_core = BUK add_core = UZB } + } + KHI = { + all_core = { remove_core = KHI } + } + 1193 = { add_core = UZB } #Kyzylorda + 1192 = { add_core = UZB } #Nukus + 1191 = { add_core = UZB } #Khiva + 1198 = { add_core = UZB } #Bukhara + 1200 = { add_core = UZB } #Qarshi + 1201 = { add_core = UZB } #Khojand + 1199 = { add_core = UZB } #Samarkand + 1197 = { add_core = UZB } #Shymkent + 1195 = { add_core = UZB } #Tashkent + 1202 = { add_core = UZB } #Kokand + change_tag = UZB + capital = 1195 + } - ai_will_do = { - factor = 1 - } - } + ai_will_do = { + factor = 1 + } + } - become_kyrgyzstan = { - picture = become_kyrgyzstan - potential = { - tag = KOK - NOT = { exists = KYR } - } + become_kyrgyzstan = { + picture = become_kyrgyzstan + potential = { + tag = KOK + NOT = { exists = KYR } + } - allow = { - war = no - civilized = yes - state_n_government = 1 - owns = 1189 - } + allow = { + war = no + civilized = yes + state_n_government = 1 + owns = 1189 + } - effect = { - set_global_flag = kyrgyzstan_created - KOK = { - all_core = { remove_core = KOK add_core = KYR } - } - prestige = 10 - 1190 = { add_core = KYR } #Naryn - 1195 = { add_core = KYR } #Tashkent - 1186 = { add_core = KYR } #Alma Ata - 1189 = { add_core = KYR } #Bishkek - 1208 = { add_core = KYR } #Khorug - 1203 = { add_core = KYR } #Osh - 1202 = { add_core = KYR } #Kokand - change_tag = KYR - capital = 1189 - } + effect = { + set_global_flag = kyrgyzstan_created + KOK = { + all_core = { remove_core = KOK add_core = KYR } + } + prestige = 10 + 1190 = { add_core = KYR } #Naryn + 1195 = { add_core = KYR } #Tashkent + 1186 = { add_core = KYR } #Alma Ata + 1189 = { add_core = KYR } #Bishkek + 1208 = { add_core = KYR } #Khorug + 1203 = { add_core = KYR } #Osh + 1202 = { add_core = KYR } #Kokand + change_tag = KYR + capital = 1189 + } - ai_will_do = { - factor = 1 - } - } + ai_will_do = { + factor = 1 + } + } - unite_turkestan = { - picture = unite_turkestan - potential = { - OR = { - tag = TKM - tag = UZB - tag = TAJ - tag = KYR - tag = UYG - tag = KAZ - } - NOT = { - exists = TKS - has_global_flag = turkestan_created - } - } + unite_turkestan = { + picture = unite_turkestan + potential = { + OR = { + tag = TKM + tag = UZB + tag = TAJ + tag = KYR + tag = UYG + tag = KAZ + } + NOT = { + exists = TKS + has_global_flag = turkestan_created + } + } - allow = { - war = no - civilized = yes - 1189 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1191 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1195 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1198 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1202 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1204 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - 1207 = { - OR = { - owned_by = THIS - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - } - } - } + allow = { + war = no + civilized = yes + 1189 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1191 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1195 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1198 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1202 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1204 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + 1207 = { + OR = { + owned_by = THIS + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + } + } + } - effect = { - set_global_flag = turkestan_created - prestige = 20 - change_tag = TKS - add_accepted_culture = turkmen - add_accepted_culture = uzbek - add_accepted_culture = kazak - add_accepted_culture = kirgiz - add_accepted_culture = tajik - add_accepted_culture = uighur - RUS_1182 = { add_core = TKS } #Uralsk region - RUS_1184 = { add_core = TKS } #Akmolisnk region - RUS_1185 = { add_core = TKS } #Semireche - Zhetysu - RUS_1196 = { add_core = TKS } #Turkmenia - KHI_1191 = { add_core = TKS } #Uzbekia - KOK_1190 = { add_core = TKS } #Alay-Kirghizia - any_owned = { limit = { is_core = BDK } add_core = TKS remove_core = BDK} + effect = { + set_global_flag = turkestan_created + prestige = 20 + change_tag = TKS + add_accepted_culture = turkmen + add_accepted_culture = uzbek + add_accepted_culture = kazak + add_accepted_culture = kirgiz + add_accepted_culture = tajik + add_accepted_culture = uighur + RUS_1182 = { add_core = TKS } #Uralsk region + RUS_1184 = { add_core = TKS } #Akmolisnk region + RUS_1185 = { add_core = TKS } #Semireche - Zhetysu + RUS_1196 = { add_core = TKS } #Turkmenia + KHI_1191 = { add_core = TKS } #Uzbekia + KOK_1190 = { add_core = TKS } #Alay-Kirghizia + any_owned = { limit = { is_core = BDK } add_core = TKS remove_core = BDK} - any_country = { - limit = { - NOT = { tag = BDK } - OR = { - primary_culture = turkmen - primary_culture = uzbek - primary_culture = kirgiz - primary_culture = tajik - primary_culture = kazak - } - in_sphere = THIS - NOT = { tag = THIS } - } - annex_to = THIS - } - } + any_country = { + limit = { + NOT = { tag = BDK } + OR = { + primary_culture = turkmen + primary_culture = uzbek + primary_culture = kirgiz + primary_culture = tajik + primary_culture = kazak + } + in_sphere = THIS + NOT = { tag = THIS } + } + annex_to = THIS + } + } - ai_will_do = { factor = 1 } - } - - form_turkestan = { - picture = unite_turkestan - potential = { - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { has_country_flag = post_colonial_country } - NOT = { - primary_culture = turkmen - primary_culture = uzbek - primary_culture = kirgiz - primary_culture = tajik - primary_culture = kazak - } - NOT = { - exists = TKS - has_global_flag = turkestan_created - } - OR = { - any_owned_province = { - any_pop = { - OR = { - has_pop_culture = turkmen - has_pop_culture = uzbek - has_pop_culture = kirgiz - has_pop_culture = tajik - has_pop_culture = kazak - } - } - } - is_sphere_leader_of = TKM - is_sphere_leader_of = UZB - is_sphere_leader_of = TAJ - is_sphere_leader_of = KYR - is_sphere_leader_of = UYG - is_sphere_leader_of = KAZ - is_sphere_leader_of = BUK - is_sphere_leader_of = KHI - is_sphere_leader_of = KOK - } - } + ai_will_do = { factor = 1 } + } - allow = { - war = no - mass_politics = 1 - KAZ = { - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - TAJ = { - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - TKM = { - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - KOK = { - OR = { - has_global_flag = kyrgyzstan_created - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - - } - } - KYR = { - OR = { - NOT = { has_global_flag = kyrgyzstan_created } - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - } - - KHI = { - OR = { - has_global_flag = uzbekistan_created - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - } - - BUK = { - OR = { - has_global_flag = uzbekistan_created - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - } - - UZB = { - OR = { - NOT = { has_global_flag = uzbekistan_created } - all_core = { - OR = { - owner = { in_sphere = THIS } - owner = { vassal_of = THIS } - owned_by = THIS - } - } - } - } - } + form_turkestan = { + picture = unite_turkestan + potential = { + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { has_country_flag = post_colonial_country } + NOT = { + primary_culture = turkmen + primary_culture = uzbek + primary_culture = kirgiz + primary_culture = tajik + primary_culture = kazak + } + NOT = { + exists = TKS + has_global_flag = turkestan_created + } + OR = { + any_owned_province = { + any_pop = { + OR = { + has_pop_culture = turkmen + has_pop_culture = uzbek + has_pop_culture = kirgiz + has_pop_culture = tajik + has_pop_culture = kazak + } + } + } + is_sphere_leader_of = TKM + is_sphere_leader_of = UZB + is_sphere_leader_of = TAJ + is_sphere_leader_of = KYR + is_sphere_leader_of = UYG + is_sphere_leader_of = KAZ + is_sphere_leader_of = BUK + is_sphere_leader_of = KHI + is_sphere_leader_of = KOK + } + } - effect = { - set_global_flag = turkestan_created - prestige = 10 - any_country = { - limit = { - NOT = { tag = BDK } - OR = { - primary_culture = turkmen - primary_culture = uzbek - primary_culture = kirgiz - primary_culture = tajik - primary_culture = kazak - } - in_sphere = THIS - OR = { - vassal_of = THIS - is_vassal = no - } - NOT = { tag = THIS } - } - annex_to = THIS - } - - any_country = { - limit = { - any_owned_province = { - OR = { - is_core = KAZ - is_core = TKM - is_core = TAJ - is_core = UZB - is_core = KYR - is_core = BUK - is_core = KOK - is_core = KHI - } - } - OR = { - vassal_of = THIS - is_vassal = no - } - in_sphere = THIS - NOT = { tag = THIS } - } - any_owned = { - limit = { - OR = { - is_core = KAZ - is_core = TKM - is_core = TAJ - is_core = UZB - is_core = KYR - is_core = BUK - is_core = KOK - is_core = KHI - } - } - secede_province = THIS - } - } - - RUS_1196 = { add_core = TKM secede_province = TKS } - KHI_1191 = { add_core = UZB secede_province = TKS } - 1201 = { add_core = TAJ secede_province = TKS } - 1208 = { add_core = TAJ secede_province = TKS } - 1189 = { add_core = KYR secede_province = TKS } - 1190 = { add_core = KYR secede_province = TKS } - 1203 = { add_core = KYR secede_province = TKS } - RUS_1182 = { add_core = KAZ secede_province = TKS } - RUS_1185 = { add_core = KAZ secede_province = TKS } - RUS_1184 = { add_core = KAZ secede_province = TKS } - 1204 = { change_province_name = "Ashkhabad" } - 1205 = { change_province_name = "Krasnovodsk" } - 1206 = { change_province_name = "Türkmenabat" } - 1207 = { change_province_name = "Dushanbe" add_core = TAJ secede_province = TKS } - 1196 = { change_province_name = "Dashoguz" } - 1208 = { remove_core = BDK } - TKS = { - any_owned = { - remove_core = KOK - remove_core = RUS - remove_core = BUK - remove_core = KHI - remove_core = PER - } - tech_school = developing_tech_school - add_accepted_culture = turkmen - add_accepted_culture = uzbek - add_accepted_culture = kazak - add_accepted_culture = kirgiz - add_accepted_culture = tajik - add_accepted_culture = uighur - capital = 1195 - any_pop = { militancy = 2 consciousness = 4 } - } - create_vassal = TKS - relation = { who = TKS value = 400 } - diplomatic_influence = { who = TKS value = 400 } - any_owned = { - limit = { - OR = { - is_core = KAZ - is_core = TKM - is_core = TAJ - is_core = UZB - is_core = KYR - is_core = BUK - is_core = KOK - is_core = KHI - } - } - secede_province = TKS - } - TAJ = { tech_school = developing_tech_school } - TKM = { tech_school = developing_tech_school } - KAZ = { tech_school = developing_tech_school } - KYR = { tech_school = developing_tech_school } - UZB = { tech_school = developing_tech_school } - } + allow = { + war = no + mass_politics = 1 + KAZ = { + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + TAJ = { + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + TKM = { + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + KOK = { + OR = { + has_global_flag = kyrgyzstan_created + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } - ai_will_do = { - factor = 1 - modifier = { factor = 0 tag = RUS } - } - } -} \ No newline at end of file + } + } + KYR = { + OR = { + NOT = { has_global_flag = kyrgyzstan_created } + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + } + + KHI = { + OR = { + has_global_flag = uzbekistan_created + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + } + + BUK = { + OR = { + has_global_flag = uzbekistan_created + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + } + + UZB = { + OR = { + NOT = { has_global_flag = uzbekistan_created } + all_core = { + OR = { + owner = { in_sphere = THIS } + owner = { vassal_of = THIS } + owned_by = THIS + } + } + } + } + } + + effect = { + set_global_flag = turkestan_created + prestige = 10 + any_country = { + limit = { + NOT = { tag = BDK } + OR = { + primary_culture = turkmen + primary_culture = uzbek + primary_culture = kirgiz + primary_culture = tajik + primary_culture = kazak + } + in_sphere = THIS + OR = { + vassal_of = THIS + is_vassal = no + } + NOT = { tag = THIS } + } + annex_to = THIS + } + + any_country = { + limit = { + any_owned_province = { + OR = { + is_core = KAZ + is_core = TKM + is_core = TAJ + is_core = UZB + is_core = KYR + is_core = BUK + is_core = KOK + is_core = KHI + } + } + OR = { + vassal_of = THIS + is_vassal = no + } + in_sphere = THIS + NOT = { tag = THIS } + } + any_owned = { + limit = { + OR = { + is_core = KAZ + is_core = TKM + is_core = TAJ + is_core = UZB + is_core = KYR + is_core = BUK + is_core = KOK + is_core = KHI + } + } + secede_province = THIS + } + } + + RUS_1196 = { add_core = TKM secede_province = TKS } + KHI_1191 = { add_core = UZB secede_province = TKS } + 1201 = { add_core = TAJ secede_province = TKS } + 1208 = { add_core = TAJ secede_province = TKS } + 1189 = { add_core = KYR secede_province = TKS } + 1190 = { add_core = KYR secede_province = TKS } + 1203 = { add_core = KYR secede_province = TKS } + RUS_1182 = { add_core = KAZ secede_province = TKS } + RUS_1185 = { add_core = KAZ secede_province = TKS } + RUS_1184 = { add_core = KAZ secede_province = TKS } + 1204 = { change_province_name = "Ashkhabad" } + 1205 = { change_province_name = "Krasnovodsk" } + 1206 = { change_province_name = "Türkmenabat" } + 1207 = { change_province_name = "Dushanbe" add_core = TAJ secede_province = TKS } + 1196 = { change_province_name = "Dashoguz" } + 1208 = { remove_core = BDK } + TKS = { + any_owned = { + remove_core = KOK + remove_core = RUS + remove_core = BUK + remove_core = KHI + remove_core = PER + } + tech_school = developing_tech_school + add_accepted_culture = turkmen + add_accepted_culture = uzbek + add_accepted_culture = kazak + add_accepted_culture = kirgiz + add_accepted_culture = tajik + add_accepted_culture = uighur + capital = 1195 + any_pop = { militancy = 2 consciousness = 4 } + } + create_vassal = TKS + relation = { who = TKS value = 400 } + diplomatic_influence = { who = TKS value = 400 } + any_owned = { + limit = { + OR = { + is_core = KAZ + is_core = TKM + is_core = TAJ + is_core = UZB + is_core = KYR + is_core = BUK + is_core = KOK + is_core = KHI + } + } + secede_province = TKS + } + TAJ = { tech_school = developing_tech_school } + TKM = { tech_school = developing_tech_school } + KAZ = { tech_school = developing_tech_school } + KYR = { tech_school = developing_tech_school } + UZB = { tech_school = developing_tech_school } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 tag = RUS } + } + } +} diff --git a/HPM/decisions/UKR.txt b/HPM/decisions/UKR.txt index 437442ae..1e28a06c 100644 --- a/HPM/decisions/UKR.txt +++ b/HPM/decisions/UKR.txt @@ -1,66 +1,66 @@ political_decisions = { - national_awakening = { - picture = names_of_the_rev - potential = { - OR = { - tag = UKR - tag = BYE - tag = LSK - } - NOT = { has_country_flag = national_awakening } - exists = yes - } - - allow = { - war = no - } - - effect = { - set_country_flag = national_awakening - prestige = 2 - random_owned = { - limit = { owner = { tag = UKR } } - owner = { - any_country = { - limit = { exists = no NOT = { primary_culture = ukrainian } accepted_culture = ukrainian } - remove_accepted_culture = ukrainian - } - any_country = { - limit = { exists = yes NOT = { primary_culture = ukrainian } accepted_culture = ukrainian } - country_event = { id = 443039 days = 5 } - } - } - } - - random_owned = { - limit = { owner = { tag = BYE } } - owner = { - any_country = { - limit = { exists = no NOT = { primary_culture = byelorussian } accepted_culture = byelorussian } - remove_accepted_culture = byelorussian - } - any_country = { - limit = { exists = yes NOT = { primary_culture = byelorussian } accepted_culture = byelorussian } - country_event = { id = 443039 days = 10 } - } - } - } - - random_owned = { - limit = { owner = { tag = LSK } } - owner = { - any_country = { - limit = { exists = no NOT = { primary_culture = alaskan } accepted_culture = alaskan } - remove_accepted_culture = alaskan - } - any_country = { - limit = { exists = yes NOT = { primary_culture = alaskan } accepted_culture = alaskan } - country_event = { id = 443039 days = 15 } - } - } - } - - } - ai_will_do = { factor = 1 } - } + national_awakening = { + picture = names_of_the_rev + potential = { + OR = { + tag = UKR + tag = BYE + tag = LSK + } + NOT = { has_country_flag = national_awakening } + exists = yes + } + + allow = { + war = no + } + + effect = { + set_country_flag = national_awakening + prestige = 2 + random_owned = { + limit = { owner = { tag = UKR } } + owner = { + any_country = { + limit = { exists = no NOT = { primary_culture = ukrainian } accepted_culture = ukrainian } + remove_accepted_culture = ukrainian + } + any_country = { + limit = { exists = yes NOT = { primary_culture = ukrainian } accepted_culture = ukrainian } + country_event = { id = 443039 days = 5 } + } + } + } + + random_owned = { + limit = { owner = { tag = BYE } } + owner = { + any_country = { + limit = { exists = no NOT = { primary_culture = byelorussian } accepted_culture = byelorussian } + remove_accepted_culture = byelorussian + } + any_country = { + limit = { exists = yes NOT = { primary_culture = byelorussian } accepted_culture = byelorussian } + country_event = { id = 443039 days = 10 } + } + } + } + + random_owned = { + limit = { owner = { tag = LSK } } + owner = { + any_country = { + limit = { exists = no NOT = { primary_culture = alaskan } accepted_culture = alaskan } + remove_accepted_culture = alaskan + } + any_country = { + limit = { exists = yes NOT = { primary_culture = alaskan } accepted_culture = alaskan } + country_event = { id = 443039 days = 15 } + } + } + } + + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/USCA.txt b/HPM/decisions/USCA.txt index 464ec071..7888f88d 100644 --- a/HPM/decisions/USCA.txt +++ b/HPM/decisions/USCA.txt @@ -1,387 +1,386 @@ political_decisions = { - become_guatemala = { - picture = become_guatemala - potential = { - tag = UCA - NOT = { exists = GUA } - } + become_guatemala = { + picture = become_guatemala + potential = { + tag = UCA + NOT = { exists = GUA } + } - allow = { - war = no - GUA = { - all_core = { - OR = { - province_id = 2190 - province_id = 2182 - province_id = 2187 - owned_by = THIS - } - } - } - NOT = { - any_owned_province = { - NOT = { - is_core = GUA - } - } - } - } + allow = { + war = no + GUA = { + all_core = { + OR = { + province_id = 2190 + province_id = 2182 + province_id = 2187 + owned_by = THIS + } + } + } + NOT = { + any_owned_province = { + NOT = { + is_core = GUA + } + } + } + } - effect = { - set_global_flag = the_usca_has_failed - clr_country_flag = usca_civil_war - prestige = 10 - capital = 2186 - all_core = { remove_core = UCA } - change_tag = GUA - any_greater_power = { - diplomatic_influence = { who = THIS value = -200 } - leave_alliance = THIS - } - MEX = { - leave_alliance = THIS - relation = { who = THIS value = -50 } - } - } - ai_will_do = { factor = 1 } - } + effect = { + set_global_flag = the_usca_has_failed + clr_country_flag = usca_civil_war + prestige = 10 + capital = 2186 + all_core = { remove_core = UCA } + change_tag = GUA + any_greater_power = { + diplomatic_influence = { who = THIS value = -200 } + leave_alliance = THIS + } + MEX = { + leave_alliance = THIS + relation = { who = THIS value = -50 } + } + } + ai_will_do = { factor = 1 } + } - reform_the_USCA = { - picture = form_USCA - potential = { - OR = { - tag = GUA - tag = NIC - tag = ELS - tag = COS - tag = HON - tag = PNM - } - has_global_flag = the_usca_has_failed - NOT = { exists = UCA } - } + reform_the_USCA = { + picture = form_USCA + potential = { + OR = { + tag = GUA + tag = NIC + tag = ELS + tag = COS + tag = HON + tag = PNM + } + has_global_flag = the_usca_has_failed + NOT = { exists = UCA } + } - allow = { - GUA = { - OR = { - in_sphere = THIS - all_core = { - OR = { - province_id = 2190 - province_id = 2182 - owned_by = THIS - } - } - } - } - NIC = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - ELS = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - COS = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - HON = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - } + allow = { + GUA = { + OR = { + in_sphere = THIS + all_core = { + OR = { + province_id = 2190 + province_id = 2182 + owned_by = THIS + } + } + } + } + NIC = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + ELS = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + COS = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + HON = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + } - effect = { - prestige = 10 - remove_accepted_culture = north_andean - any_country = { - limit = { - primary_culture = central_american - in_sphere = THIS - NOT = { tag = THIS } - } - country_event = 11101 - } - UCA_2186 = { add_core = UCA } #Guatemala - UCA_2191 = { add_core = UCA } #El Salvador - UCA_2193 = { add_core = UCA } #Honduras - UCA_2197 = { add_core = UCA } #Nicaragua - UCA_2201 = { add_core = UCA } #Costa Rica - CLM_1723 = { add_core = UCA } #Panama - 2182 = { add_core = UCA } #Tapachula - change_tag = UCA - } + effect = { + prestige = 10 + remove_accepted_culture = north_andean + any_country = { + limit = { + primary_culture = central_american + in_sphere = THIS + NOT = { tag = THIS } + } + country_event = 11101 + } + UCA_2186 = { add_core = UCA } #Guatemala + UCA_2191 = { add_core = UCA } #El Salvador + UCA_2193 = { add_core = UCA } #Honduras + UCA_2197 = { add_core = UCA } #Nicaragua + UCA_2201 = { add_core = UCA } #Costa Rica + CLM_1723 = { add_core = UCA } #Panama + 2182 = { add_core = UCA } #Tapachula + change_tag = UCA + } - ai_will_do = { factor = 1 } - } + ai_will_do = { factor = 1 } + } - reform_the_USCA_outside = { - picture = form_USCA - potential = { - is_greater_power = yes - is_culture_group = latin_american_cultures - NOT = { has_country_flag = post_colonial_country } - NOT = { - OR = { - tag = GUA - tag = NIC - tag = ELS - tag = COS - tag = HON - tag = PNM - } - } - has_global_flag = the_usca_has_failed - NOT = { exists = UCA } - } + reform_the_USCA_outside = { + picture = form_USCA + potential = { + is_greater_power = yes + is_culture_group = latin_american_cultures + NOT = { has_country_flag = post_colonial_country } + NOT = { + OR = { + tag = GUA + tag = NIC + tag = ELS + tag = COS + tag = HON + tag = PNM + } + } + has_global_flag = the_usca_has_failed + NOT = { exists = UCA } + } - allow = { - GUA = { - OR = { - in_sphere = THIS - all_core = { - OR = { - province_id = 2190 - province_id = 2182 - owned_by = THIS - } - } - } - } - NIC = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - ELS = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - COS = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - HON = { - OR = { - in_sphere = THIS - all_core = { owned_by = THIS } - } - } - } + allow = { + GUA = { + OR = { + in_sphere = THIS + all_core = { + OR = { + province_id = 2190 + province_id = 2182 + owned_by = THIS + } + } + } + } + NIC = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + ELS = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + COS = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + HON = { + OR = { + in_sphere = THIS + all_core = { owned_by = THIS } + } + } + } - effect = { - prestige = 10 - any_country = { - limit = { - primary_culture = central_american - NOT = { tag = THIS } - in_sphere = THIS - } - annex_to = THIS - } - UCA_2186 = { add_core = UCA } #Guatemala - UCA_2191 = { add_core = UCA } #El Salvador - UCA_2193 = { add_core = UCA } #Honduras - UCA_2197 = { add_core = UCA } #Nicaragua - UCA_2201 = { add_core = UCA } #Costa Rica - CLM_1723 = { add_core = UCA } #Panama - 2182 = { add_core = UCA } #Tapachula - any_owned = { - limit = { - is_core = UCA - is_core = THIS - } - remove_core = UCA - } - release_vassal = UCA - relation = { - who = UCA - value = 100 - } - diplomatic_influence = { - who = UCA - value = 200 - } - } + effect = { + prestige = 10 + any_country = { + limit = { + primary_culture = central_american + NOT = { tag = THIS } + in_sphere = THIS + } + annex_to = THIS + } + UCA_2186 = { add_core = UCA } #Guatemala + UCA_2191 = { add_core = UCA } #El Salvador + UCA_2193 = { add_core = UCA } #Honduras + UCA_2197 = { add_core = UCA } #Nicaragua + UCA_2201 = { add_core = UCA } #Costa Rica + CLM_1723 = { add_core = UCA } #Panama + 2182 = { add_core = UCA } #Tapachula + any_owned = { + limit = { + is_core = UCA + is_core = THIS + } + remove_core = UCA + } + release_vassal = UCA + relation = { + who = UCA + value = 100 + } + diplomatic_influence = { + who = UCA + value = 200 + } + } - ai_will_do = { factor = 1 } - } - - belize_purchase = { - picture = map_central_america - potential = { - 2190 = { NOT = { owned_by = THIS } owner = { NOT = { capital_scope = { continent = north_america } } } } - 2189 = { owned_by = THIS } - BLZ = { exists = no } - OR = { - primary_culture = central_american - primary_culture = mexican - primary_culture = mayan - } - NOT = { has_country_flag = belize_purchase } - } - - allow = { - war = no - money = 55000 - OR = { - is_secondary_power = yes - is_greater_power = yes - } - 2190 = { - owner = { - war = no - relation = { who = THIS value = 100 } - } - } - } - - effect = { - set_country_flag = belize_purchase - 2190 = { owner = { country_event = 32550 } } - } - - ai_will_do = { factor = 1 } - } - - apply_for_USCA_statehood = { - picture = form_USCA - potential = { - NOT = { tag = UCA } - exists = UCA - is_vassal = no - government = democracy - UCA = { government = democracy } - OR = { - tag = PNM - AND = { - primary_culture = central_american - has_global_flag = the_usca_has_failed - } - } - NOT = { has_country_flag = ucastatehood_we_have_applied } - } - - allow = { - war = no - neighbour = UCA - UCA = { war = no } - UCA = { NOT = { average_militancy = 5 badboy = 0.7 } } - UCA = { NOT = { any_owned_province = { any_core = { any_owned_province = { country_units_in_province = REB } } } } } - UCA = { NOT = { num_of_revolts = 1 } } - OR = { - in_sphere = UCA - sphere_owner = { is_sphere_leader_of = UCA } - relation = { who = UCA value = 150 } - tag = PNM - } - NOT = { truce_with = UCA } - } - - effect = { - set_country_flag = ucastatehood_we_have_applied - random_owned = { - limit = { owner = { accepted_culture = north_andean } } - owner = { remove_accepted_culture = north_andean } - } - UCA = { war_exhaustion = -5 } - random_country = { - limit = { - tag = UCA - ai = yes - THIS = { ai = yes } - } - inherit = THIS - } - random_country = { - limit = { - tag = UCA - ai = yes - THIS = { ai = no } - } - any_owned = { secede_province = THIS } - THIS = { - random_owned = { - limit = { province_id = 2186 } - owner = { capital = 2186 } - } - change_tag = UCA - } - } - random_country = { - limit = { - tag = UCA - ai = no - } - country_event = 16401 - } - } - ai_will_do = { factor = 1 } - } - - - occupy_miskito = { - picture = moskito_coast_reserve - potential = { - 2200 = { NOT = { owned_by = THIS } owner = { NOT = { capital_scope = { continent = north_america } } } } - 2197 = { owned_by = THIS } - OR = { - primary_culture = central_american - primary_culture = mexican - primary_culture = mayan - } - NOT = { has_global_flag = miskito_crisis } - } - - allow = { - war = no - is_vassal = no - nationalism_n_imperialism = 1 - great_wars_enabled = yes - } - - effect = { - set_global_flag = miskito_crisis - 2200 = { owner = { country_event = 32553 } } - } - - ai_will_do = { factor = 1 } - } - - - - restore_miskito = { - picture = moskito_coast_reserve - potential = { - has_country_flag = bluefields_will_be_ours - NOT = { owns = 2200 } - } - - allow = { - war = no - 2200 = { owner = { is_disarmed = yes truce_with = THIS } } - } - - effect = { - clr_country_flag = bluefields_will_be_ours - 2200 = { secede_province = THIS } - } - ai_will_do = { factor = 1 } - } - -} + ai_will_do = { factor = 1 } + } + + belize_purchase = { + picture = map_central_america + potential = { + 2190 = { NOT = { owned_by = THIS } owner = { NOT = { capital_scope = { continent = north_america } } } } + 2189 = { owned_by = THIS } + BLZ = { exists = no } + OR = { + primary_culture = central_american + primary_culture = mexican + primary_culture = mayan + } + NOT = { has_country_flag = belize_purchase } + } + + allow = { + war = no + money = 55000 + OR = { + is_secondary_power = yes + is_greater_power = yes + } + 2190 = { + owner = { + war = no + relation = { who = THIS value = 100 } + } + } + } + + effect = { + set_country_flag = belize_purchase + 2190 = { owner = { country_event = 32550 } } + } + + ai_will_do = { factor = 1 } + } + + apply_for_USCA_statehood = { + picture = form_USCA + potential = { + NOT = { tag = UCA } + exists = UCA + is_vassal = no + government = democracy + UCA = { government = democracy } + OR = { + tag = PNM + AND = { + primary_culture = central_american + has_global_flag = the_usca_has_failed + } + } + NOT = { has_country_flag = ucastatehood_we_have_applied } + } + + allow = { + war = no + neighbour = UCA + UCA = { war = no } + UCA = { NOT = { average_militancy = 5 badboy = 0.7 } } + UCA = { NOT = { any_owned_province = { any_core = { any_owned_province = { country_units_in_province = REB } } } } } + UCA = { NOT = { num_of_revolts = 1 } } + OR = { + in_sphere = UCA + sphere_owner = { is_sphere_leader_of = UCA } + relation = { who = UCA value = 150 } + tag = PNM + } + NOT = { truce_with = UCA } + } + + effect = { + set_country_flag = ucastatehood_we_have_applied + random_owned = { + limit = { owner = { accepted_culture = north_andean } } + owner = { remove_accepted_culture = north_andean } + } + UCA = { war_exhaustion = -5 } + random_country = { + limit = { + tag = UCA + ai = yes + THIS = { ai = yes } + } + inherit = THIS + } + random_country = { + limit = { + tag = UCA + ai = yes + THIS = { ai = no } + } + any_owned = { secede_province = THIS } + THIS = { + random_owned = { + limit = { province_id = 2186 } + owner = { capital = 2186 } + } + change_tag = UCA + } + } + random_country = { + limit = { + tag = UCA + ai = no + } + country_event = 16401 + } + } + ai_will_do = { factor = 1 } + } + + + occupy_miskito = { + picture = moskito_coast_reserve + potential = { + 2200 = { NOT = { owned_by = THIS } owner = { NOT = { capital_scope = { continent = north_america } } } } + 2197 = { owned_by = THIS } + OR = { + primary_culture = central_american + primary_culture = mexican + primary_culture = mayan + } + NOT = { has_global_flag = miskito_crisis } + } + allow = { + war = no + is_vassal = no + nationalism_n_imperialism = 1 + great_wars_enabled = yes + } + + effect = { + set_global_flag = miskito_crisis + 2200 = { owner = { country_event = 32553 } } + } + + ai_will_do = { factor = 1 } + } + + + + restore_miskito = { + picture = moskito_coast_reserve + potential = { + has_country_flag = bluefields_will_be_ours + NOT = { owns = 2200 } + } + + allow = { + war = no + 2200 = { owner = { is_disarmed = yes truce_with = THIS } } + } + + effect = { + clr_country_flag = bluefields_will_be_ours + 2200 = { secede_province = THIS } + } + ai_will_do = { factor = 1 } + } + +} diff --git a/HPM/decisions/UncivFlavor.txt b/HPM/decisions/UncivFlavor.txt index 9cbc4251..b1ad56ec 100644 --- a/HPM/decisions/UncivFlavor.txt +++ b/HPM/decisions/UncivFlavor.txt @@ -1,856 +1,859 @@ political_decisions = { - founding_yadanabon = { - picture = founding_yadanabon - potential = { - tag = BUR - NOT = { has_country_flag = mandalay_built } - owns = 1334 - } - - allow = { - year = 1857 - money = 1100 - } - - effect = { - set_country_flag = mandalay_built - prestige = 2 - treasury = -1000 - 1334 = { change_province_name = "Yadanabon" add_province_modifier = { name = recently_built_city duration = 720 } trade_goods = precious_metal } - } - } - - an_elephant_for_america = { - picture = an_elephant_for_america - potential = { - tag = SIA - year = 1861 - exists = USA - NOT = { - has_country_flag = sent_an_elephant_to_america - } - } - allow = { - relation = { - who = USA - value = 0 - } - } - effect = { - USA = { - country_event = { id=13350 days=0 } - } - set_country_flag = sent_an_elephant_to_america - } - } - - champassak_integration_act = { - picture = form_laos - potential = { - tag = SIA - CHK = { exists = yes vassal_of = SIA } - NOT = { - has_country_flag = champassak_integrated - } - } - allow = { - war = no - civilized = yes - is_our_vassal = CHK - CHK = { OR = { NOT = { part_of_sphere = yes } in_sphere = THIS } } - } - - effect = { - badboy = 1 - inherit = CHK - set_country_flag = champassak_integrated - } - } - - enact_muhammad_alis_reforms = { - picture = enact_muhammad_alis_reforms - potential = { - tag = EGY - civilized = no - NOT = { - has_country_flag = muhammad_alis_reforms_enacted - has_global_flag = egypt_submitted_to_ottomans - } - } - allow = { - vassal_of = TUR - } - - effect = { - set_country_flag = muhammad_alis_reforms_enacted - prestige = 5 - treasury = 5000 - military_reform = yes_foreign_training - economic_reform = finance_reform_two - add_country_modifier = { - name = muhammad_alis_reforms - duration = -1 - } - - any_owned = { limit = { continent = africa is_core = EGY NOT = { terrain = desert terrain = semidesert } } - add_province_modifier = { name = baby_boom duration = 5475 } } - - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 4 - ideology = { - value = reactionary - factor = 0.2 - } - } - } - } - - annals_of_the_fulani_jihad = { - picture = annals_of_the_fulani_jihad - potential = { - tag = SOK - NOT = { - has_country_flag = that_book_written - } - } - allow = { - literacy = 0.04 - } - effect = { - set_country_flag = that_book_written - prestige = 2 - years_of_research = 0.5 - } - } - - claim_negusa_nagast = { - picture = claim_negusa_nagast - potential = { - #civilized = no - OR = { - primary_culture = amhara - primary_culture = tigray - primary_culture = oromo - } - NOT = { tag = ETH } - NOT = { exists = ETH } - NOT = { has_global_flag = is_negusa_nagast } - NOT = { has_country_flag = claimed_negusa_nagast } - NOT = { has_country_flag = tewodros_rules } - year = 1852 - } - - allow = { - OR = { - year = 1860 - civilization_progress = 0.5 - 1852 = { owned_by = THIS province_control_days = 1825 } - } - } - - effect = { - set_country_flag = claimed_negusa_nagast - GON = { all_core = { add_core = THIS } } - TIG = { all_core = { add_core = THIS } } - SHW = { all_core = { add_core = THIS } } - } - - ai_will_do = { - factor = 1 - } - } - - become_negusa_nagast = { - picture = become_negusa_nagast - potential = { - OR = { - tag = GON - tag = SHW - tag = TIG - } - ETH = { exists = no } - NOT = { has_country_flag = tewodros_rules } - } - - allow = { - war = no - owns = 1852 - OR = { - GON = { exists = no } - tag = GON - } - OR = { - SHW = { exists = no } - tag = SHW - } - OR = { - TIG = { exists = no } - tag = TIG - } - ETH = { - all_core = { - OR = { - owned_by = THIS - empty = yes - province_id = 1848 - province_id = 1849 - province_id = 1850 - owner = { NOT = { primary_culture = amhara } } - } - } - } - } - - effect = { - clr_country_flag = claimed_negusa_nagast - set_global_flag = is_negusa_nagast - GON = { all_core = { remove_core = GON } } - SHW = { all_core = { remove_core = SHW } } - TIG = { all_core = { remove_core = TIG } } - ENG_1848 = { add_core = TIG } - change_tag = ETH - add_country_modifier = { name = disunited_country duration = 3650 } - any_country = { - limit = { - any_owned_province = { is_core = ETH } - civilized = no - NOT = { tag = EGY } - NOT = { tag = THIS } - } - relation = { who = THIS value = -400 } - leave_alliance = THIS - } - any_pop = { limit = { OR = { is_primary_culture = yes is_accepted_culture = yes } } militancy = -4 } - } - } - - conquest_of_the_south = { - picture = conquest_of_the_south - potential = { - OR = { - tag = ETH - AND = { - year = 1870 - OR = { - primary_culture = amhara - primary_culture = tigray - primary_culture = oromo - } - } - } - exists = yes - NOT = { has_country_flag = conquest_of_the_south } - 1864 = { empty = yes } - 1866 = { empty = yes } - 1867 = { empty = yes } - } - - allow = { - war = no - OR = { - AND = { - owns = 1860 - owns = 1861 - owns = 1865 - } - AND = { - year = 1885 - OR = { - owns = 1860 - owns = 1861 - owns = 1865 - } - } - } - OR = { - land_reform = yes_land_reform - admin_reform = yes_admin_reform - AND = { - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - } - civilization_progress = 0.4 - civilized = yes - year = 1880 - } - } - - effect = { - set_country_flag = conquest_of_the_south - 1864 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - 1866 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - 1867 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - } - - ai_will_do = { factor = 1 } - } - - build_addis_ababa = { - picture = addis_ababa_building - potential = { - tag = ETH - owns = 1859 - NOT = { has_country_flag = addis_ababa_built } - year = 1880 - } - - allow = { - war = no - OR = { - civilized = yes - civilization_progress = 0.5 - } - owns = 1859 - } - - effect = { - set_country_flag = addis_ababa_built - prestige = 5 - 1859 = { - change_province_name = "Addis Ababa" - life_rating = 5 - } - capital = 1859 - GON = { all_core = { remove_core = GON } } - SHW = { all_core = { remove_core = SHW } } - TIG = { all_core = { remove_core = TIG } } - ENG_1848 = { add_core = TIG } - } - - ai_will_do = { - factor = 1 - } - } - - eth_mission_to_cairo = { - potential = { - tag = ETH - ai = yes - EGY = { - ai = yes - exists = yes - neighbour = ETH - NOT = { - any_owned_province = { is_core = ETH } - casus_belli = ETH - } - } - NOT = { - has_country_flag = mission_to_cairo - any_owned_province = { is_core = EGY } - any_owned_province = { is_core = SUD } - casus_belli = EGY - truce_with = EGY - } - } - - allow = { - NOT = { war_with = EGY } - } - - effect = { - set_country_flag = mission_to_cairo - relation = { who = EGY value = 200 } - } - - ai_will_do = { - factor = 1 - } - } - - unite_somalia = { - picture = unite_somalia - potential = { - OR = { - tag = GEL - tag = MAJ - tag = WRL - tag = HBY - } - NOT = { has_global_flag = somalia_united } - } - - allow = { - war = no - 1868 = { owned_by = THIS } - 1872 = { owned_by = THIS } - 1873 = { owned_by = THIS } - } - - effect = { - set_global_flag = somalia_united - prestige = 5 - all_core = { add_core = SOM } - HBY = { all_core = { remove_core = HBY } } - GEL = { all_core = { remove_core = GEL } } - MAJ = { all_core = { remove_core = MAJ } } - WRL = { all_core = { remove_core = WRL } } - 1875 = { add_core = SOM } - 1864 = { add_core = SOM } - 1866 = { add_core = SOM } - 1865 = { add_core = SOM } - 1867 = { add_core = SOM } - 2031 = { add_core = SOM } - 2032 = { add_core = SOM } - change_tag = SOM - any_pop = { militancy = -4 } - } - - ai_will_do = { - factor = 1 - } - } - - become_hausaland = { - picture = become_hausaland - potential = { - tag = SOK - NOT = { has_country_flag = became_hausaland } - } - - allow = { - enlightenment_thought = 1 - year = 1860 - } - - effect = { - set_country_flag = became_hausaland - prestige = 5 - primary_culture = hausa - add_accepted_culture = fulbe - years_of_research = 0.5 - } - - ai_will_do = { - factor = 1 - } - } - become_toucouleur = { - picture = become_toucouleur - potential = { - OR = { - tag = MAS - tag = TOO - tag = JAL - tag = KNG - tag = WOL - tag = DND - tag = DAM - tag = SOK - } - NOT = { has_global_flag = toucouleur_created } - } - - allow = { - war = no - OR = { - government = absolute_monarchy - government = theocracy - } - owns = 1800 - owns = 1804 - owns = 1808 - } - - effect = { - set_global_flag = toucouleur_created - prestige = 10 - military_reform = yes_foreign_weapons - activate_technology = flintlock_rifles - add_accepted_culture = fulbe - add_accepted_culture = bambara - add_accepted_culture = songhai - add_accepted_culture = tuareg - #add_accepted_culture = african_minor - all_core = { add_core = TOU } - SEG = { all_core = { add_core = TOU } } - DND = { all_core = { add_core = TOU } } - MAS = { all_core = { add_core = TOU } } - change_tag = TOU - capital = 1800 - } - - ai_will_do = { - factor = 1 - } - } - - tonghak_reforms = { - picture = tonghak_reforms - potential = { - tag = KOR - has_country_flag = tonghak_rebellion_happened - NOT = { has_country_flag = tonghak } - civilized = no - } - allow = { - war = no - NOT = { - num_of_revolts = 1 - any_owned_province = { has_province_modifier = peasant_revolt } - } - } - effect = { - set_country_flag = tonghak - prestige = 20 - years_of_research = 5 - political_reform = no_slavery - political_reform = debtors_prisons - add_country_modifier = { - name = self_strengthening_movement - duration = 1095 - } - poor_strata = { - militancy = -2 - consciousness = -2 - } - } - ai_will_do = { factor = 1 } - } - - - second_tonghak_reforms = { - picture = tonghak_reforms - potential = { - tag = KOR - has_country_flag = tonghak_rebellion_happened - has_country_flag = tonghak - NOT = { has_country_flag = tonghak_2 } - civilized = no - } - - allow = { - war = no - NOT = { - num_of_revolts = 1 - any_owned_province = { has_province_modifier = peasant_revolt } - } - } - - effect = { - set_country_flag = tonghak_2 - random_country = { - limit = { primary_culture = korean is_vassal = yes } - overlord = { - release_vassal = KOR - casus_belli ={ target = KOR type = make_puppet months = 30 } - relation = { who = KOR value = -200 } - diplomatic_influence = { who = KOR value = -200 } - } - } - years_of_research = 2 - poor_strata = { - militancy = -1 - consciousness = -1 - } - } - ai_will_do = { factor = 1 } - } - - establish_writting_system = { - picture = become_hausaland - potential = { - has_country_flag = lacking_writing_system - } - - allow = { - war = no - OR = { - has_country_modifier = western_influences - has_country_modifier = western_presence - civilized = yes - } - NOT = { has_country_modifier = uncivilized_isolationism } - OR = { - literacy = 0.04 - civilization_progress = 0.4 - has_country_modifier = educational_reform - civilized = yes - AND = { - literacy = 0.03 - has_country_modifier = military_reform - } - } - } - - effect = { - research_points = -2000 - random_owned = { limit = { owner = { ai = yes } } owner = { research_points = -6000 } } - clr_country_flag = lacking_writing_system - remove_country_modifier = lacks_writing_system - } - ai_will_do = { factor = 1 } - } - - buying_djibuti = { - picture = bahrain_trade - potential = { - 1875 = { empty = yes } - civilized = yes - OR = { - AND = { - OR = { - capital_scope = { continent = africa } - capital_scope = { continent = oceania } - } - OR = { - owns = 1874 - owns = 1865 - owns = 1858 - owns = 1851 - } - } - AND = { - is_canal_enabled = 2 - capital_scope = { continent = europe } - any_owned_province = { - OR = { - AND = { - has_building = naval_base - is_overseas = no - is_colonial = no - } - province_id = 1874 - province_id = 1865 - province_id = 1858 - province_id = 1851 - } - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - } - } - - allow = { - war = no - money = 50000 - nationalism_n_imperialism = 1 - OR = { - AND = { - naval_logistics = 1 - ai = no - } - AND = { - blue_and_brown_water_schools = 1 - ai = yes - } - any_owned_province = { - is_overseas = no - OR = { - province_id = 1874 - province_id = 1865 - province_id = 1858 - province_id = 1851 - } - } - } - } - - effect = { - treasury = -50000 - prestige = 2 - 1875 = { secede_province = THIS life_rating = 25 } - } - - ai_will_do = { factor = 1 } - } - - request_missionaries = { - picture = request_missionaries - potential = { - NOT = { has_country_flag = asked_for_protection } - NOT = { is_culture_group = east_asian } - NOT = { primary_culture = japanese } - NOT = { tag = HYD } - NOT = { tag = MUG } - NOT = { has_country_flag = sunni_country } - NOT = { has_country_flag = shiite_country } - NOT = { has_country_flag = ibadi_country } - NOT = { has_country_flag = jewish_country } - NOT = { has_country_flag = catholic_country } - NOT = { has_country_flag = orthodox_country } - NOT = { has_country_flag = protestant_country } - NOT = { has_country_flag = coptic_country } - NOT = { has_country_modifier = missionary_activity } - civilized = no - OR = { - any_owned_province = { has_building = naval_base } - any_owned_province = { any_neighbor_province = { owner = { civilized = yes capital_scope = { continent = europe } } } } - } - NOT = { has_country_modifier = law_changed_by_force } - } - - allow = { - war = no - prestige = 5 - NOT = { has_country_modifier = uncivilized_isolationism } - any_greater_power = { invention = mission_to_civilize } - OR = { - ai = no - upper_house = { ideology = liberal value = 0.35 } - secularized = 20 - AND = { - religious_policy = pluralism - pluralism = 30 - } - } - #is_vassal = no - } - - effect = { - add_country_modifier = { name = law_changed_by_force duration = 1825 } - prestige = -5 - any_pop = { - limit = { is_state_religion = yes } - scaled_consciousness = { factor = 2 issue = moralism } - scaled_militancy = { factor = 1 issue = moralism } - } - random_owned = { - limit = { owner = { part_of_sphere = yes } } - owner = { sphere_owner = { country_event = 90961 } } - } - - random_owned = { - limit = { - owner = { - part_of_sphere = no - OR = { - NOT = { has_country_flag = lacking_writing_system } - has_country_flag = changed_religion - } - } - } - owner = { add_country_modifier = { name = missionary_activity duration = 1825 } } - } - - random_owned = { - limit = { - owner = { - part_of_sphere = no - has_country_flag = animist_country - NOT = { has_country_flag = changed_religion } - } - } - owner = { country_event = 90960 } - } - } - - ai_will_do = { - factor = 1 - modifier = { factor = 0 average_militancy = 4 } - } - } - - basotho_asks_for_protection = { - picture = embrace_the_boer - potential = { - OR = { - AND = { - tag = BSH - year = 1860 - } - AND = { - tag = SUA - has_global_flag = berlin_conference - } - } - NOT = { has_country_flag = asked_for_protection } - } - - allow = { - war = no - is_vassal = no - OR = { - NOT = { part_of_sphere = yes } - in_sphere = THIS - } - any_neighbor_country = { - owns = 2087 - NOT = { capital_scope = { continent = africa } } - is_greater_power = yes - relation = { who = THIS value = 0 } - } - OR = { - any_neighbor_country = { - civilized = yes - NOT = { relation = { who = THIS value = 0 } } - } - has_global_flag = berlin_conference - } - } - - effect = { - set_country_flag = asked_for_protection - prestige = -50 - any_neighbor_country = { - limit = { - owns = 2087 - NOT = { capital_scope = { continent = africa } } - is_greater_power = yes - relation = { who = THIS value = 50 } - } - country_event = 110080 - } - } - - ai_will_do = { factor = 1 } - } - - conscript_fishermen = { - picture = dreams_of_empire - potential = { - civilized = no - civilization_progress = 0.2 - NOT = { - has_country_flag = lacking_writing_system - any_owned_province = { has_building = naval_base } - } - flintlock_rifles = 1 - total_num_of_ports = 1 - } - - allow = { - war = yes - money = 10000 - NOT = { has_country_modifier = law_changed_by_force } - NOT = { total_amount_of_ships = 5 } - } - - effect = { - add_country_modifier = { name = law_changed_by_force duration = 3650 } - prestige = -5 - treasury = -10000 - any_owned = { - limit = { port = yes } - random = { - chance = 75 - sub_unit = { - type = frigate - value = current - } - } - random = { - chance = 5 - sub_unit = { - type = manowar - value = current - } - } - any_pop = { militancy = 1 } - } - random_owned = { - limit = { - owner = { flintlock_rifles = 1 } - } - owner = { activate_technology = flintlock_rifles } - } - } - - ai_will_do = { factor = 1 } - } - + founding_yadanabon = { + picture = founding_yadanabon + potential = { + tag = BUR + NOT = { has_country_flag = mandalay_built } + owns = 1334 + } + + allow = { + year = 1857 + money = 1100 + } + + effect = { + set_country_flag = mandalay_built + prestige = 2 + treasury = -1000 + 1334 = { change_province_name = "Yadanabon" add_province_modifier = { name = recently_built_city duration = 720 } trade_goods = precious_metal } + } + } + + an_elephant_for_america = { + picture = an_elephant_for_america + potential = { + tag = SIA + year = 1861 + exists = USA + NOT = { + has_country_flag = sent_an_elephant_to_america + } + } + allow = { + relation = { + who = USA + value = 0 + } + } + effect = { + USA = { + country_event = { id=13350 days=0 } + } + set_country_flag = sent_an_elephant_to_america + } + } + + champassak_integration_act = { + picture = form_laos + potential = { + tag = SIA + CHK = { exists = yes vassal_of = SIA } + NOT = { + has_country_flag = champassak_integrated + } + } + allow = { + war = no + civilized = yes + is_our_vassal = CHK + CHK = { OR = { NOT = { part_of_sphere = yes } in_sphere = THIS } } + } + + effect = { + badboy = 1 + inherit = CHK + set_country_flag = champassak_integrated + } + } + + enact_muhammad_alis_reforms = { + picture = enact_muhammad_alis_reforms + potential = { + tag = EGY + civilized = no + NOT = { + has_country_flag = muhammad_alis_reforms_enacted + has_global_flag = egypt_submitted_to_ottomans + } + } + allow = { + vassal_of = TUR + } + + effect = { + set_country_flag = muhammad_alis_reforms_enacted + prestige = 5 + treasury = 5000 + military_reform = yes_foreign_training + economic_reform = finance_reform_two + add_country_modifier = { + name = muhammad_alis_reforms + duration = -1 + } + + any_owned = { limit = { continent = africa is_core = EGY NOT = { terrain = desert terrain = semidesert } } + add_province_modifier = { name = baby_boom duration = 5475 } } + + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 4 + ideology = { + value = reactionary + factor = 0.2 + } + } + } + } + + annals_of_the_fulani_jihad = { + picture = annals_of_the_fulani_jihad + potential = { + tag = SOK + NOT = { + has_country_flag = that_book_written + } + } + allow = { + literacy = 0.04 + } + effect = { + set_country_flag = that_book_written + prestige = 2 + years_of_research = 0.5 + } + } + + claim_negusa_nagast = { + picture = claim_negusa_nagast + potential = { + #civilized = no + OR = { + primary_culture = amhara + primary_culture = tigray + primary_culture = oromo + } + NOT = { tag = ETH } + NOT = { exists = ETH } + NOT = { has_global_flag = is_negusa_nagast } + NOT = { has_country_flag = claimed_negusa_nagast } + NOT = { has_country_flag = tewodros_rules } + year = 1852 + } + + allow = { + OR = { + year = 1860 + civilization_progress = 0.5 + 1852 = { owned_by = THIS province_control_days = 1825 } + } + } + + effect = { + set_country_flag = claimed_negusa_nagast + GON = { all_core = { add_core = THIS } } + TIG = { all_core = { add_core = THIS } } + SHW = { all_core = { add_core = THIS } } + } + + ai_will_do = { + factor = 1 + } + } + + become_negusa_nagast = { + picture = become_negusa_nagast + potential = { + OR = { + tag = GON + tag = SHW + tag = TIG + } + ETH = { exists = no } + NOT = { has_country_flag = tewodros_rules } + } + + allow = { + war = no + owns = 1852 + OR = { + GON = { exists = no } + tag = GON + } + OR = { + SHW = { exists = no } + tag = SHW + } + OR = { + TIG = { exists = no } + tag = TIG + } + ETH = { + all_core = { + OR = { + owned_by = THIS + empty = yes + province_id = 1848 + province_id = 1849 + province_id = 1850 + owner = { NOT = { primary_culture = amhara } } + } + } + } + } + + effect = { + clr_country_flag = claimed_negusa_nagast + set_global_flag = is_negusa_nagast + GON = { all_core = { remove_core = GON } } + SHW = { all_core = { remove_core = SHW } } + TIG = { all_core = { remove_core = TIG } } + ENG_1848 = { add_core = TIG } + change_tag = ETH + add_country_modifier = { name = disunited_country duration = 3650 } + any_country = { + limit = { + any_owned_province = { is_core = ETH } + civilized = no + NOT = { tag = EGY } + NOT = { tag = THIS } + } + relation = { who = THIS value = -400 } + leave_alliance = THIS + } + any_pop = { limit = { OR = { is_primary_culture = yes is_accepted_culture = yes } } militancy = -4 } + } + } + + conquest_of_the_south = { + picture = conquest_of_the_south + potential = { + OR = { + tag = ETH + AND = { + year = 1870 + OR = { + primary_culture = amhara + primary_culture = tigray + primary_culture = oromo + } + } + } + exists = yes + NOT = { has_country_flag = conquest_of_the_south } + 1864 = { empty = yes } + 1866 = { empty = yes } + 1867 = { empty = yes } + } + + allow = { + war = no + OR = { + AND = { + owns = 1860 + owns = 1861 + owns = 1865 + } + AND = { + year = 1885 + OR = { + owns = 1860 + owns = 1861 + owns = 1865 + } + } + } + OR = { + land_reform = yes_land_reform + admin_reform = yes_admin_reform + AND = { + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + } + civilization_progress = 0.4 + civilized = yes + year = 1880 + } + } + + effect = { + set_country_flag = conquest_of_the_south + 1864 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + 1866 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + 1867 = { add_core = ETH secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + } + + ai_will_do = { factor = 1 } + } + + build_addis_ababa = { + picture = addis_ababa_building + potential = { + tag = ETH + owns = 1859 + NOT = { has_country_flag = addis_ababa_built } + year = 1880 + } + + allow = { + war = no + OR = { + civilized = yes + civilization_progress = 0.5 + } + owns = 1859 + } + + effect = { + set_country_flag = addis_ababa_built + prestige = 5 + 1859 = { + change_province_name = "Addis Ababa" + life_rating = 5 + } + capital = 1859 + GON = { all_core = { remove_core = GON } } + SHW = { all_core = { remove_core = SHW } } + TIG = { all_core = { remove_core = TIG } } + ENG_1848 = { add_core = TIG } + } + + ai_will_do = { + factor = 1 + } + } + + eth_mission_to_cairo = { + potential = { + tag = ETH + ai = yes + EGY = { + ai = yes + exists = yes + neighbour = ETH + NOT = { + any_owned_province = { is_core = ETH } + casus_belli = ETH + } + } + NOT = { + has_country_flag = mission_to_cairo + any_owned_province = { is_core = EGY } + any_owned_province = { is_core = SUD } + casus_belli = EGY + truce_with = EGY + } + } + + allow = { + NOT = { war_with = EGY } + } + + effect = { + set_country_flag = mission_to_cairo + relation = { who = EGY value = 200 } + } + + ai_will_do = { + factor = 1 + } + } + + unite_somalia = { + picture = unite_somalia + potential = { + OR = { + tag = GEL + tag = MAJ + tag = WRL + tag = HBY + } + NOT = { has_global_flag = somalia_united } + } + + allow = { + war = no + 1868 = { owned_by = THIS } + 1872 = { owned_by = THIS } + 1873 = { owned_by = THIS } + } + + effect = { + set_global_flag = somalia_united + prestige = 5 + all_core = { add_core = SOM } + HBY = { all_core = { remove_core = HBY } } + GEL = { all_core = { remove_core = GEL } } + MAJ = { all_core = { remove_core = MAJ } } + WRL = { all_core = { remove_core = WRL } } + 1875 = { add_core = SOM } + 1864 = { add_core = SOM } + 1866 = { add_core = SOM } + 1865 = { add_core = SOM } + 1867 = { add_core = SOM } + 2031 = { add_core = SOM } + 2032 = { add_core = SOM } + change_tag = SOM + any_pop = { militancy = -4 } + } + + ai_will_do = { + factor = 1 + } + } + + become_hausaland = { + picture = become_hausaland + potential = { + tag = SOK + NOT = { has_country_flag = became_hausaland } + } + + allow = { + enlightenment_thought = 1 + year = 1860 + } + + effect = { + set_country_flag = became_hausaland + prestige = 5 + primary_culture = hausa + add_accepted_culture = fulbe + years_of_research = 0.5 + } + + ai_will_do = { + factor = 1 + } + } + become_toucouleur = { + picture = become_toucouleur + potential = { + OR = { + tag = MAS + tag = TOO + tag = JAL + tag = KNG + tag = WOL + tag = DND + tag = DAM + tag = SOK + } + NOT = { has_global_flag = toucouleur_created } + } + + allow = { + war = no + OR = { + government = absolute_monarchy + government = theocracy + } + owns = 1800 + owns = 1804 + owns = 1808 + } + + effect = { + set_global_flag = toucouleur_created + prestige = 10 + military_reform = yes_foreign_weapons + activate_technology = flintlock_rifles + add_accepted_culture = fulbe + add_accepted_culture = bambara + add_accepted_culture = songhai + add_accepted_culture = tuareg + #add_accepted_culture = african_minor + all_core = { add_core = TOU } + SEG = { all_core = { add_core = TOU } } + DND = { all_core = { add_core = TOU } } + MAS = { all_core = { add_core = TOU } } + change_tag = TOU + capital = 1800 + } + + ai_will_do = { + factor = 1 + } + } + + tonghak_reforms = { + picture = tonghak_reforms + potential = { + tag = KOR + has_country_flag = tonghak_rebellion_happened + NOT = { has_country_flag = tonghak } + civilized = no + } + allow = { + war = no + NOT = { + num_of_revolts = 1 + any_owned_province = { has_province_modifier = peasant_revolt } + } + } + effect = { + set_country_flag = tonghak + prestige = 20 + years_of_research = 5 + political_reform = no_slavery + political_reform = debtors_prisons + add_country_modifier = { + name = self_strengthening_movement + duration = 1095 + } + poor_strata = { + militancy = -2 + consciousness = -2 + } + } + ai_will_do = { factor = 1 } + } + + + second_tonghak_reforms = { + picture = tonghak_reforms + potential = { + tag = KOR + has_country_flag = tonghak_rebellion_happened + has_country_flag = tonghak + NOT = { has_country_flag = tonghak_2 } + civilized = no + } + + allow = { + war = no + NOT = { + num_of_revolts = 1 + any_owned_province = { has_province_modifier = peasant_revolt } + } + } + + effect = { + set_country_flag = tonghak_2 + random_country = { + limit = { primary_culture = korean is_vassal = yes } + overlord = { + release_vassal = KOR + casus_belli ={ target = KOR type = make_puppet months = 30 } + relation = { who = KOR value = -200 } + diplomatic_influence = { who = KOR value = -200 } + } + } + years_of_research = 2 + poor_strata = { + militancy = -1 + consciousness = -1 + } + } + ai_will_do = { factor = 1 } + } + + establish_writing_system = { + picture = become_hausaland + potential = { + OR = { + has_country_modifier = lacks_writing_system + has_country_flag = lacking_writing_system + } + } + + allow = { + war = no + OR = { + has_country_modifier = western_influences + has_country_modifier = western_presence + civilized = yes + } + NOT = { has_country_modifier = uncivilized_isolationism } + OR = { + literacy = 0.04 + civilization_progress = 0.4 + has_country_modifier = educational_reform + civilized = yes + AND = { + literacy = 0.03 + has_country_modifier = military_reform + } + } + } + + effect = { + research_points = -2000 + random_owned = { limit = { owner = { ai = yes } } owner = { research_points = -6000 } } + clr_country_flag = lacking_writing_system + remove_country_modifier = lacks_writing_system + } + ai_will_do = { factor = 1 } + } + + buying_djibuti = { + picture = bahrain_trade + potential = { + 1875 = { empty = yes } + civilized = yes + OR = { + AND = { + OR = { + capital_scope = { continent = africa } + capital_scope = { continent = oceania } + } + OR = { + owns = 1874 + owns = 1865 + owns = 1858 + owns = 1851 + } + } + AND = { + is_canal_enabled = 2 + capital_scope = { continent = europe } + any_owned_province = { + OR = { + AND = { + has_building = naval_base + is_overseas = no + is_colonial = no + } + province_id = 1874 + province_id = 1865 + province_id = 1858 + province_id = 1851 + } + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + } + } + + allow = { + war = no + money = 50000 + nationalism_n_imperialism = 1 + OR = { + AND = { + naval_logistics = 1 + ai = no + } + AND = { + blue_and_brown_water_schools = 1 + ai = yes + } + any_owned_province = { + is_overseas = no + OR = { + province_id = 1874 + province_id = 1865 + province_id = 1858 + province_id = 1851 + } + } + } + } + + effect = { + treasury = -50000 + prestige = 2 + 1875 = { secede_province = THIS life_rating = 25 } + } + + ai_will_do = { factor = 1 } + } + + request_missionaries = { + picture = request_missionaries + potential = { + NOT = { has_country_flag = asked_for_protection } + NOT = { is_culture_group = east_asian } + NOT = { primary_culture = japanese } + NOT = { tag = HYD } + NOT = { tag = MUG } + NOT = { has_country_flag = sunni_country } + NOT = { has_country_flag = shiite_country } + NOT = { has_country_flag = ibadi_country } + NOT = { has_country_flag = jewish_country } + NOT = { has_country_flag = catholic_country } + NOT = { has_country_flag = orthodox_country } + NOT = { has_country_flag = protestant_country } + NOT = { has_country_flag = coptic_country } + NOT = { has_country_modifier = missionary_activity } + civilized = no + OR = { + any_owned_province = { has_building = naval_base } + any_owned_province = { any_neighbor_province = { owner = { civilized = yes capital_scope = { continent = europe } } } } + } + NOT = { has_country_modifier = law_changed_by_force } + } + + allow = { + war = no + prestige = 5 + NOT = { has_country_modifier = uncivilized_isolationism } + any_greater_power = { invention = mission_to_civilize } + OR = { + ai = no + upper_house = { ideology = liberal value = 0.35 } + secularized = 20 + AND = { + religious_policy = pluralism + pluralism = 30 + } + } + #is_vassal = no + } + + effect = { + add_country_modifier = { name = law_changed_by_force duration = 1825 } + prestige = -5 + any_pop = { + limit = { is_state_religion = yes } + scaled_consciousness = { factor = 2 issue = moralism } + scaled_militancy = { factor = 1 issue = moralism } + } + random_owned = { + limit = { owner = { part_of_sphere = yes } } + owner = { sphere_owner = { country_event = 90961 } } + } + + random_owned = { + limit = { + owner = { + part_of_sphere = no + OR = { + NOT = { has_country_flag = lacking_writing_system } + has_country_flag = changed_religion + } + } + } + owner = { add_country_modifier = { name = missionary_activity duration = 1825 } } + } + + random_owned = { + limit = { + owner = { + part_of_sphere = no + has_country_flag = animist_country + NOT = { has_country_flag = changed_religion } + } + } + owner = { country_event = 90960 } + } + } + + ai_will_do = { + factor = 1 + modifier = { factor = 0 average_militancy = 4 } + } + } + + basotho_asks_for_protection = { + picture = embrace_the_boer + potential = { + OR = { + AND = { + tag = BSH + year = 1860 + } + AND = { + tag = SUA + has_global_flag = berlin_conference + } + } + NOT = { has_country_flag = asked_for_protection } + } + + allow = { + war = no + is_vassal = no + OR = { + NOT = { part_of_sphere = yes } + in_sphere = THIS + } + any_neighbor_country = { + owns = 2087 + NOT = { capital_scope = { continent = africa } } + is_greater_power = yes + relation = { who = THIS value = 0 } + } + OR = { + any_neighbor_country = { + civilized = yes + NOT = { relation = { who = THIS value = 0 } } + } + has_global_flag = berlin_conference + } + } + + effect = { + set_country_flag = asked_for_protection + prestige = -50 + any_neighbor_country = { + limit = { + owns = 2087 + NOT = { capital_scope = { continent = africa } } + is_greater_power = yes + relation = { who = THIS value = 50 } + } + country_event = 110080 + } + } + + ai_will_do = { factor = 1 } + } + + conscript_fishermen = { + picture = dreams_of_empire + potential = { + civilized = no + civilization_progress = 0.2 + NOT = { + has_country_flag = lacking_writing_system + any_owned_province = { has_building = naval_base } + } + flintlock_rifles = 1 + total_num_of_ports = 1 + } + + allow = { + war = yes + money = 10000 + NOT = { has_country_modifier = law_changed_by_force } + NOT = { total_amount_of_ships = 5 } + } + + effect = { + add_country_modifier = { name = law_changed_by_force duration = 3650 } + prestige = -5 + treasury = -10000 + any_owned = { + limit = { port = yes } + random = { + chance = 75 + sub_unit = { + type = frigate + value = current + } + } + random = { + chance = 5 + sub_unit = { + type = manowar + value = current + } + } + any_pop = { militancy = 1 } + } + random_owned = { + limit = { + owner = { flintlock_rifles = 1 } + } + owner = { activate_technology = flintlock_rifles } + } + } + + ai_will_do = { factor = 1 } + } + } diff --git a/HPM/decisions/arabian formation.txt b/HPM/decisions/arabian formation.txt index 8c5a9656..685d0aba 100644 --- a/HPM/decisions/arabian formation.txt +++ b/HPM/decisions/arabian formation.txt @@ -1,955 +1,954 @@ - political_decisions = { - become_saudi_arabia = { - potential = { - OR = { - tag = NEJ - tag = HDJ - tag = HAL - } - NOT = { exists = ARA } - } - - allow = { - war = no - owns = 1157 - OR = { - has_global_flag = house_of_rashid_exiled - is_sphere_leader_of = HAL - HAL = { - all_core = { - OR = { - owned_by = THIS - empty = yes - } - } - war = no - is_mobilised = no - } - } - OR = { - has_global_flag = house_of_saud_exiled - is_sphere_leader_of = NEJ - NEJ = { - all_core = { - OR = { - owned_by = THIS - empty = yes - } - } - war = no - is_mobilised = no - } - } - OR = { - is_sphere_leader_of = HDJ - HDJ = { - all_core = { - OR = { - owned_by = THIS - empty = yes - } - } - war = no - is_mobilised = no - } - } - } - - effect = { - prestige = 10 - add_accepted_culture = bedouin - add_accepted_culture = mashriqi - NEJ_1157 = { add_core = ARA } #Riyadh - NEJ_1156 = { add_core = ARA } #Kaf - HDJ_1151 = { add_core = ARA } #Hedjaz - 1163 = { add_core = ARA } - 1164 = { add_core = ARA } - random_country = { - limit = { - tag = NEJ - exists = yes - ai = yes - } - THIS = { inherit = NEJ } - } - random_country = { - limit = { - tag = NEJ - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = HAL - exists = yes - ai = yes - } - THIS = { inherit = HAL } - } - random_country = { - limit = { - tag = HAL - exists = yes - ai = no - } - country_event = 11101 - } - random_country = { - limit = { - tag = HDJ - exists = yes - ai = yes - } - THIS = { inherit = HDJ } - } - random_country = { - limit = { - tag = HDJ - exists = yes - ai = no - } - country_event = 11101 - } - any_owned = { - remove_core = NEJ - remove_core = HDJ - remove_core = HAL - } - change_tag = ARA - capital = 1157 - - 1163 = { remove_core = TUR } - 1164 = { remove_core = TUR } - } - ai_will_do = { - factor = 1 - } - } - - form_saudi_arabia = { - picture = become_saudi_arabia - potential = { - NOT = { - tag = NEJ - tag = HDJ - tag = HAL - tag = TUR - tag = ARU - tag = ISR - } - NOT = { exists = ARA } - OR = { - is_sphere_leader_of = NEJ - is_sphere_leader_of = HDJ - is_sphere_leader_of = HAL - any_owned_province = { - OR = { - region = NEJ_1157 - region = NEJ_1156 - region = HDJ_1151 - } - } - } - } - - allow = { - war = no - revolution_n_counterrevolution = 1 - OR = { - has_global_flag = house_of_rashid_exiled - AND = { - is_sphere_leader_of = HAL - ai = yes - } - HAL = { - all_core = { - OR = { - empty = yes - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - } - } - } - } - } - OR = { - has_global_flag = house_of_saud_exiled - AND = { - is_sphere_leader_of = NEJ - ai = yes - } - NEJ = { - all_core = { - OR = { - empty = yes - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - } - } - } - } - } - OR = { - AND = { - is_sphere_leader_of = HDJ - ai = yes - } - HDJ = { - all_core = { - OR = { - empty = yes - owned_by = THIS - owner = { - ai = yes - in_sphere = THIS - } - } - } - } - } - } - - effect = { - prestige = 10 - NEJ_1157 = { add_core = ARA } #Riyadh - NEJ_1156 = { add_core = ARA } #Kaf - HDJ_1151 = { add_core = ARA } #Hedjaz - 1163 = { add_core = ARA } - 1164 = { add_core = ARA } - random_country = { - limit = { - tag = NEJ - civilized = no - land_reform = yes_land_reform - } - ARA = { economic_reform = yes_land_reform } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - admin_reform = yes_admin_reform - } - ARA = { economic_reform = yes_admin_reform } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - finance_reform = yes_finance_reform - } - ARA = { economic_reform = yes_finance_reform } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - finance_reform = finance_reform_two - } - ARA = { economic_reform = finance_reform_two } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - monetary_reform = yes_monetary_reform - } - ARA = { economic_reform = yes_monetary_reform } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - monetary_reform = yes_monetary_reform - } - ARA = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - education_reform = yes_education_reform - } - ARA = { economic_reform = yes_education_reform } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - research_reform = yes_research_reform - } - ARA = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_training = yes_foreign_training - } - ARA = { military_reform = yes_foreign_training } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_weapons = yes_foreign_weapons - } - ARA = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_officers = yes_foreign_officers - } - ARA = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - army_schools = yes_army_schools - } - ARA = { military_reform = yes_army_schools } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_naval_officers = yes_foreign_naval_officers - } - ARA = { military_reform = yes_foreign_naval_officers } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - naval_schools = yes_naval_schools - } - ARA = { military_reform = yes_naval_schools } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_navies = yes_foreign_navies - } - ARA = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - western_shipyards = yes_western_shipyards - } - ARA = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_country = { - limit = { - tag = NEJ - civilized = no - foreign_artillery = yes_foreign_artillery - } - ARA = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_country = { - limit = { - tag = NEJ - civilized = yes - } - ARA = { civilized = yes } - } - - random_owned = { - limit = { owner = { civilized = no slavery = yes_slavery } } - ARA = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = freedom_of_womb } } - ARA = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { civilized = no slavery = no_slavery } } - ARA = { political_reform = no_slavery } - } - - any_owned = { - limit = { - NOT = { is_core = ZAN } - continent = oceania - OR = { - is_core = OMA - is_core = ABU - is_core = NYE - is_core = LHJ - is_core = FDL - is_core = KTH - is_core = MHR - is_core = YEM - is_core = BHR - is_core = QAT - } - } - add_core = ARA - } - - any_country = { - limit = { - exists = yes - OR = { - tag = NEJ - tag = HDJ - tag = HAL - } - } - annex_to = THIS - } - - any_owned = { - remove_core = NEJ - remove_core = HDJ - remove_core = HAL - } - - random_owned = { - owner = { limit = { owns = 1412 owns = 1176 } YEM_1178 = { add_core = ARA } } - } - - any_country = { - limit = { in_sphere = THIS } - any_owned = { limit = { is_core = ARA } secede_province = THIS } - } - - any_owned = { - limit = { continent = africa } - remove_core = ARA - remove_core = OMA - } - - release_vassal = ARA - relation = { who = ARA value = 50 } - diplomatic_influence = { who = ARA value = 200 } - ARA = { - tech_school = developing_tech_school - set_country_flag = created_externally - } - - 1163 = { remove_core = TUR } - 1164 = { remove_core = TUR } - } - ai_will_do = { factor = 1 } - } - - form_arab_union = { - picture = form_arab_union - potential = { - NOT = { has_country_flag = post_colonial_country } - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - OR = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - civilized = yes - NOT = { - exists = ARU - has_global_flag = arab_call_to_union - } - } - - allow = { - war = no - is_greater_power = yes - nationalism_n_imperialism = 1 - all_core = { owned_by = THIS } - OR = { - any_neighbor_country = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - in_sphere = THIS - ai = yes - } - any_owned_province = { - OR = { - culture = mashriqi - culture = misri - culture = bedouin - } - is_colonial = no - NOT = { is_core = THIS } - } - } - } - - effect = { - set_global_flag = arab_call_to_union - prestige = 20 - add_accepted_culture = mashriqi - add_accepted_culture = misri - add_accepted_culture = bedouin - all_core = { - remove_core = THIS - add_core = ARU - } - TUR_894 = { remove_core = ARU } - EGY_843 = { remove_core = ARU } - change_tag = ARU - country_event = 98725 - } - - ai_will_do = { factor = 1 } - } - - form_maghreb = { - picture = form_maghreb - potential = { - NOT = { has_country_flag = post_colonial_country } - primary_culture = maghrebi - NOT = { exists = MGH } - NOT = { has_global_flag = maghreb_formed } - } - - allow = { - civilized = yes - is_greater_power = yes - nationalism_n_imperialism = 1 - war = no - ALD = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - } - } - } - CYR = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - } - } - } - MOR = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - } - } - } - TRI = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - } - } - } - TUN = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - ai = yes - war = no - is_mobilised = no - } - } - } - } - } - - effect = { - set_global_flag = maghreb_formed - prestige = 20 - all_core = { - remove_core = THIS - add_core = MGH - } - ALD = { all_core = { add_core = MGH } } - CYR = { all_core = { add_core = MGH } } - LBY = { all_core = { add_core = MGH } } - MOR = { all_core = { add_core = MGH } } - TRI = { all_core = { add_core = MGH } } - TUN = { all_core = { add_core = MGH } } - add_accepted_culture = berber - add_accepted_culture = tuareg - add_accepted_culture = maures - change_tag = MGH - any_country = { - limit = { - NOT = { primary_culture = maghrebi } - in_sphere = THIS - war = no - } - any_owned = { - limit = { is_core = MGH } - secede_province = THIS - } - } - any_country = { - limit = { - war = no - is_mobilised = no - OR = { - primary_culture = maghrebi - primary_culture = maures - } - OR = { - in_sphere = THIS - AND = { - war = no - civilized = yes - relation = { who = THIS value = 150 } - OR = { - is_vassal = no - vassal_of = THIS - } - } - } - } - country_event = 98650 - } - } - - ai_will_do = { factor = 1 } - } - - maghrebi_claims = { - picture = form_maghreb - potential = { - tag = MGH - NOT = { has_country_flag = maghrebi_claims } - } - - allow = { - civilized = yes - is_greater_power = yes - 1773 = { empty = no } - 1782 = { empty = no } - 1779 = { empty = no } - 1717 = { empty = no } - 1722 = { empty = no } - 1825 = { empty = no } - 2585 = { empty = no } - } - - - effect = { - set_country_flag = maghrebi_claims - prestige = 10 - badboy = 5 - MOR_1696 = { add_core = THIS } - FRA_1775 = { add_core = THIS } - FRA_1803 = { add_core = THIS } - ALD_1718 = { add_core = THIS } - FRA_1813 = { add_core = THIS } - ENG_1825 = { add_core = THIS } - TRI_1735 = { add_core = THIS } - } - ai_will_do = { factor = 1 modifier = { factor = 0 badboy = 0.7 } } - } - - arab_union_claims = { - picture = form_arab_union - potential = { - tag = ARU - NOT = { has_country_flag = arab_union_claims } - } - - allow = { - civilized = yes - is_greater_power = yes - NOT = { government = democracy } - nationalism_n_imperialism = 1 - } - - effect = { - set_country_flag = arab_union_claims - badboy = 2 - prestige = 10 - ALD = { all_core = { add_core = THIS } } - CYR = { all_core = { add_core = THIS } } - LBY = { all_core = { add_core = THIS } } - MOR = { all_core = { add_core = THIS } } - TRI = { all_core = { add_core = THIS } } - TUN = { all_core = { add_core = THIS } } - MOR_1696 = { add_core = THIS } - FRA_1775 = { add_core = THIS } - FRA_1803 = { add_core = THIS } - ALD_1718 = { add_core = THIS } - FRA_1813 = { add_core = THIS } - ENG_1825 = { add_core = THIS } - TRI_1735 = { add_core = THIS } - add_accepted_culture = maghrebi - - } - ai_will_do = { factor = 0 } - } - - start_pearl_hunting = { - picture = bahrain_trade - potential = { - ai = yes - NOT = { has_global_flag = pearl_hunting_season_started } - OR = { - owns = 1162 - owns = 1165 - owns = 1167 - owns = 2664 - is_culture_group = arab - is_culture_group = turko_semitic - is_culture_group = iranian_turanian - } - OR = { - 1162 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - 1165 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - 1167 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - 2664 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - 1071 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - 1168 = { - NOT = { - trade_goods = precious_goods - trade_goods = oil - has_province_modifier = pearl_season - } - } - } - } - - allow = { - month = 4 - NOT = { month = 6 } - } - - - effect = { - set_global_flag = pearl_hunting_season_started - - random_country = { - limit = { owns = 1162 NOT = { 1162 = { trade_goods = oil } } } - 1162 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - random_country = { - limit = { owns = 1165 NOT = { 1165 = { trade_goods = oil } } } - 1165 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - random_country = { - limit = { owns = 1167 NOT = { 1167 = { trade_goods = oil } } } - 1167 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - random_country = { - limit = { owns = 2664 NOT = { 2664 = { trade_goods = oil } } } - 2664 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - random_country = { - limit = { owns = 1071 NOT = { 1071 = { trade_goods = oil } } } - 1071 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - random_country = { - limit = { owns = 1168 NOT = { 1168 = { trade_goods = oil } } } - 1168 = { - trade_goods = precious_goods - add_province_modifier = { name = pearl_season duration = 150 } - } - } - any_country = { - limit = { - exists = yes - has_country_flag = umar_pact - NOT = { has_country_modifier = jizya } - any_owned_province = { - any_pop = { - OR = { - has_pop_religion = catholic - has_pop_religion = protestant - has_pop_religion = mormon - has_pop_religion = orthodox - has_pop_religion = coptic - has_pop_religion = druze - has_pop_religion = jewish - has_pop_religion = yazidi - has_pop_religion = mahayana - has_pop_religion = gelugpa - has_pop_religion = theravada - has_pop_religion = hindu - has_pop_religion = shinto - has_pop_religion = sikh - has_pop_religion = animist - } - } - } - } - add_country_modifier = { name = jizya duration = -1 } - } - - } - ai_will_do = { factor = 1 } - } - - end_pearl_hunting = { - picture = bahrain_trade - potential = { - ai = yes - OR = { - 1162 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - 1165 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - 1167 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - 2664 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - 1071 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - 1168 = { - trade_goods = precious_goods - NOT = { has_province_modifier = pearl_season } - } - } - } - - allow = { - } - - effect = { - clr_global_flag = pearl_hunting_season_started - any_country = { - limit = { exists = yes owns = 1162 1162 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 1162 = { trade_goods = fruit } - } - any_country = { - limit = { exists = yes owns = 1165 1165 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 1165 = { trade_goods = fish } - } - any_country = { - limit = { exists = yes owns = 1167 1167 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 1167 = { trade_goods = fish } - } - any_country = { - limit = { exists = yes owns = 2664 2664 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 2664 = { trade_goods = fish } - } - any_country = { - limit = { exists = yes owns = 1071 1071 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 1071 = { trade_goods = fish } - } - any_country = { - limit = { exists = yes owns = 1168 1168 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } - 1168 = { trade_goods = fruit } - } - } - ai_will_do = { factor = 1 } - } + become_saudi_arabia = { + potential = { + OR = { + tag = NEJ + tag = HDJ + tag = HAL + } + NOT = { exists = ARA } + } + + allow = { + war = no + owns = 1157 + OR = { + has_global_flag = house_of_rashid_exiled + is_sphere_leader_of = HAL + HAL = { + all_core = { + OR = { + owned_by = THIS + empty = yes + } + } + war = no + is_mobilised = no + } + } + OR = { + has_global_flag = house_of_saud_exiled + is_sphere_leader_of = NEJ + NEJ = { + all_core = { + OR = { + owned_by = THIS + empty = yes + } + } + war = no + is_mobilised = no + } + } + OR = { + is_sphere_leader_of = HDJ + HDJ = { + all_core = { + OR = { + owned_by = THIS + empty = yes + } + } + war = no + is_mobilised = no + } + } + } + + effect = { + prestige = 10 + add_accepted_culture = bedouin + add_accepted_culture = mashriqi + NEJ_1157 = { add_core = ARA } #Riyadh + NEJ_1156 = { add_core = ARA } #Kaf + HDJ_1151 = { add_core = ARA } #Hedjaz + 1163 = { add_core = ARA } + 1164 = { add_core = ARA } + random_country = { + limit = { + tag = NEJ + exists = yes + ai = yes + } + THIS = { inherit = NEJ } + } + random_country = { + limit = { + tag = NEJ + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = HAL + exists = yes + ai = yes + } + THIS = { inherit = HAL } + } + random_country = { + limit = { + tag = HAL + exists = yes + ai = no + } + country_event = 11101 + } + random_country = { + limit = { + tag = HDJ + exists = yes + ai = yes + } + THIS = { inherit = HDJ } + } + random_country = { + limit = { + tag = HDJ + exists = yes + ai = no + } + country_event = 11101 + } + any_owned = { + remove_core = NEJ + remove_core = HDJ + remove_core = HAL + } + change_tag = ARA + capital = 1157 + + 1163 = { remove_core = TUR } + 1164 = { remove_core = TUR } + } + ai_will_do = { + factor = 1 + } + } + + form_saudi_arabia = { + picture = become_saudi_arabia + potential = { + NOT = { + tag = NEJ + tag = HDJ + tag = HAL + tag = TUR + tag = ARU + tag = ISR + } + NOT = { exists = ARA } + OR = { + is_sphere_leader_of = NEJ + is_sphere_leader_of = HDJ + is_sphere_leader_of = HAL + any_owned_province = { + OR = { + region = NEJ_1157 + region = NEJ_1156 + region = HDJ_1151 + } + } + } + } + + allow = { + war = no + revolution_n_counterrevolution = 1 + OR = { + has_global_flag = house_of_rashid_exiled + AND = { + is_sphere_leader_of = HAL + ai = yes + } + HAL = { + all_core = { + OR = { + empty = yes + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + } + } + } + } + } + OR = { + has_global_flag = house_of_saud_exiled + AND = { + is_sphere_leader_of = NEJ + ai = yes + } + NEJ = { + all_core = { + OR = { + empty = yes + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + } + } + } + } + } + OR = { + AND = { + is_sphere_leader_of = HDJ + ai = yes + } + HDJ = { + all_core = { + OR = { + empty = yes + owned_by = THIS + owner = { + ai = yes + in_sphere = THIS + } + } + } + } + } + } + + effect = { + prestige = 10 + NEJ_1157 = { add_core = ARA } #Riyadh + NEJ_1156 = { add_core = ARA } #Kaf + HDJ_1151 = { add_core = ARA } #Hedjaz + 1163 = { add_core = ARA } + 1164 = { add_core = ARA } + random_country = { + limit = { + tag = NEJ + civilized = no + land_reform = yes_land_reform + } + ARA = { economic_reform = yes_land_reform } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + admin_reform = yes_admin_reform + } + ARA = { economic_reform = yes_admin_reform } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + finance_reform = yes_finance_reform + } + ARA = { economic_reform = yes_finance_reform } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + finance_reform = finance_reform_two + } + ARA = { economic_reform = finance_reform_two } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + monetary_reform = yes_monetary_reform + } + ARA = { economic_reform = yes_monetary_reform } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + monetary_reform = yes_monetary_reform + } + ARA = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + education_reform = yes_education_reform + } + ARA = { economic_reform = yes_education_reform } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + research_reform = yes_research_reform + } + ARA = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_training = yes_foreign_training + } + ARA = { military_reform = yes_foreign_training } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_weapons = yes_foreign_weapons + } + ARA = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_officers = yes_foreign_officers + } + ARA = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + army_schools = yes_army_schools + } + ARA = { military_reform = yes_army_schools } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_naval_officers = yes_foreign_naval_officers + } + ARA = { military_reform = yes_foreign_naval_officers } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + naval_schools = yes_naval_schools + } + ARA = { military_reform = yes_naval_schools } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_navies = yes_foreign_navies + } + ARA = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + western_shipyards = yes_western_shipyards + } + ARA = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_country = { + limit = { + tag = NEJ + civilized = no + foreign_artillery = yes_foreign_artillery + } + ARA = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_country = { + limit = { + tag = NEJ + civilized = yes + } + ARA = { civilized = yes } + } + + random_owned = { + limit = { owner = { civilized = no slavery = yes_slavery } } + ARA = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = freedom_of_womb } } + ARA = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { civilized = no slavery = no_slavery } } + ARA = { political_reform = no_slavery } + } + + any_owned = { + limit = { + NOT = { is_core = ZAN } + continent = oceania + OR = { + is_core = OMA + is_core = ABU + is_core = NYE + is_core = LHJ + is_core = FDL + is_core = KTH + is_core = MHR + is_core = YEM + is_core = BHR + is_core = QAT + } + } + add_core = ARA + } + + any_country = { + limit = { + exists = yes + OR = { + tag = NEJ + tag = HDJ + tag = HAL + } + } + annex_to = THIS + } + + any_owned = { + remove_core = NEJ + remove_core = HDJ + remove_core = HAL + } + + random_owned = { + owner = { limit = { owns = 1412 owns = 1176 } YEM_1178 = { add_core = ARA } } + } + + any_country = { + limit = { in_sphere = THIS } + any_owned = { limit = { is_core = ARA } secede_province = THIS } + } + + any_owned = { + limit = { continent = africa } + remove_core = ARA + remove_core = OMA + } + + release_vassal = ARA + relation = { who = ARA value = 50 } + diplomatic_influence = { who = ARA value = 200 } + ARA = { + tech_school = developing_tech_school + set_country_flag = created_externally + } + + 1163 = { remove_core = TUR } + 1164 = { remove_core = TUR } + } + ai_will_do = { factor = 1 } + } + + form_arab_union = { + picture = form_arab_union + potential = { + NOT = { has_country_flag = post_colonial_country } + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + OR = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + civilized = yes + NOT = { + exists = ARU + has_global_flag = arab_call_to_union + } + } + + allow = { + war = no + is_greater_power = yes + nationalism_n_imperialism = 1 + all_core = { owned_by = THIS } + OR = { + any_neighbor_country = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + in_sphere = THIS + ai = yes + } + any_owned_province = { + OR = { + culture = mashriqi + culture = misri + culture = bedouin + } + is_colonial = no + NOT = { is_core = THIS } + } + } + } + + effect = { + set_global_flag = arab_call_to_union + prestige = 20 + add_accepted_culture = mashriqi + add_accepted_culture = misri + add_accepted_culture = bedouin + all_core = { + remove_core = THIS + add_core = ARU + } + TUR_894 = { remove_core = ARU } + EGY_843 = { remove_core = ARU } + change_tag = ARU + country_event = 98725 + } + + ai_will_do = { factor = 1 } + } + + form_maghreb = { + picture = form_maghreb + potential = { + NOT = { has_country_flag = post_colonial_country } + primary_culture = maghrebi + NOT = { exists = MGH } + NOT = { has_global_flag = maghreb_formed } + } + + allow = { + civilized = yes + is_greater_power = yes + nationalism_n_imperialism = 1 + war = no + ALD = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + } + } + } + CYR = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + } + } + } + MOR = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + } + } + } + TRI = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + } + } + } + TUN = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + ai = yes + war = no + is_mobilised = no + } + } + } + } + } + + effect = { + set_global_flag = maghreb_formed + prestige = 20 + all_core = { + remove_core = THIS + add_core = MGH + } + ALD = { all_core = { add_core = MGH } } + CYR = { all_core = { add_core = MGH } } + LBY = { all_core = { add_core = MGH } } + MOR = { all_core = { add_core = MGH } } + TRI = { all_core = { add_core = MGH } } + TUN = { all_core = { add_core = MGH } } + add_accepted_culture = berber + add_accepted_culture = tuareg + add_accepted_culture = maures + change_tag = MGH + any_country = { + limit = { + NOT = { primary_culture = maghrebi } + in_sphere = THIS + war = no + } + any_owned = { + limit = { is_core = MGH } + secede_province = THIS + } + } + any_country = { + limit = { + war = no + is_mobilised = no + OR = { + primary_culture = maghrebi + primary_culture = maures + } + OR = { + in_sphere = THIS + AND = { + war = no + civilized = yes + relation = { who = THIS value = 150 } + OR = { + is_vassal = no + vassal_of = THIS + } + } + } + } + country_event = 98650 + } + } + + ai_will_do = { factor = 1 } + } + + maghrebi_claims = { + picture = form_maghreb + potential = { + tag = MGH + NOT = { has_country_flag = maghrebi_claims } + } + + allow = { + civilized = yes + is_greater_power = yes + 1773 = { empty = no } + 1782 = { empty = no } + 1779 = { empty = no } + 1717 = { empty = no } + 1722 = { empty = no } + 1825 = { empty = no } + 2585 = { empty = no } + } + + + effect = { + set_country_flag = maghrebi_claims + prestige = 10 + badboy = 5 + MOR_1696 = { add_core = THIS } + FRA_1775 = { add_core = THIS } + FRA_1803 = { add_core = THIS } + ALD_1718 = { add_core = THIS } + FRA_1813 = { add_core = THIS } + ENG_1825 = { add_core = THIS } + TRI_1735 = { add_core = THIS } + } + ai_will_do = { factor = 1 modifier = { factor = 0 badboy = 0.7 } } + } + + arab_union_claims = { + picture = form_arab_union + potential = { + tag = ARU + NOT = { has_country_flag = arab_union_claims } + } + + allow = { + civilized = yes + is_greater_power = yes + NOT = { government = democracy } + nationalism_n_imperialism = 1 + } + + effect = { + set_country_flag = arab_union_claims + badboy = 2 + prestige = 10 + ALD = { all_core = { add_core = THIS } } + CYR = { all_core = { add_core = THIS } } + LBY = { all_core = { add_core = THIS } } + MOR = { all_core = { add_core = THIS } } + TRI = { all_core = { add_core = THIS } } + TUN = { all_core = { add_core = THIS } } + MOR_1696 = { add_core = THIS } + FRA_1775 = { add_core = THIS } + FRA_1803 = { add_core = THIS } + ALD_1718 = { add_core = THIS } + FRA_1813 = { add_core = THIS } + ENG_1825 = { add_core = THIS } + TRI_1735 = { add_core = THIS } + add_accepted_culture = maghrebi + + } + ai_will_do = { factor = 0 } + } + + start_pearl_hunting = { + picture = bahrain_trade + potential = { + ai = yes + NOT = { has_global_flag = pearl_hunting_season_started } + OR = { + owns = 1162 + owns = 1165 + owns = 1167 + owns = 2664 + is_culture_group = arab + is_culture_group = turko_semitic + is_culture_group = iranian_turanian + } + OR = { + 1162 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + 1165 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + 1167 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + 2664 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + 1071 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + 1168 = { + NOT = { + trade_goods = precious_goods + trade_goods = oil + has_province_modifier = pearl_season + } + } + } + } + + allow = { + month = 4 + NOT = { month = 6 } + } + + + effect = { + set_global_flag = pearl_hunting_season_started + + random_country = { + limit = { owns = 1162 NOT = { 1162 = { trade_goods = oil } } } + 1162 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + random_country = { + limit = { owns = 1165 NOT = { 1165 = { trade_goods = oil } } } + 1165 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + random_country = { + limit = { owns = 1167 NOT = { 1167 = { trade_goods = oil } } } + 1167 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + random_country = { + limit = { owns = 2664 NOT = { 2664 = { trade_goods = oil } } } + 2664 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + random_country = { + limit = { owns = 1071 NOT = { 1071 = { trade_goods = oil } } } + 1071 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + random_country = { + limit = { owns = 1168 NOT = { 1168 = { trade_goods = oil } } } + 1168 = { + trade_goods = precious_goods + add_province_modifier = { name = pearl_season duration = 150 } + } + } + any_country = { + limit = { + exists = yes + has_country_flag = umar_pact + NOT = { has_country_modifier = jizya } + any_owned_province = { + any_pop = { + OR = { + has_pop_religion = catholic + has_pop_religion = protestant + has_pop_religion = mormon + has_pop_religion = orthodox + has_pop_religion = coptic + has_pop_religion = druze + has_pop_religion = jewish + has_pop_religion = yazidi + has_pop_religion = mahayana + has_pop_religion = gelugpa + has_pop_religion = theravada + has_pop_religion = hindu + has_pop_religion = shinto + has_pop_religion = sikh + has_pop_religion = animist + } + } + } + } + add_country_modifier = { name = jizya duration = -1 } + } + + } + ai_will_do = { factor = 1 } + } + + end_pearl_hunting = { + picture = bahrain_trade + potential = { + ai = yes + OR = { + 1162 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + 1165 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + 1167 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + 2664 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + 1071 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + 1168 = { + trade_goods = precious_goods + NOT = { has_province_modifier = pearl_season } + } + } + } + + allow = { + } + + effect = { + clr_global_flag = pearl_hunting_season_started + any_country = { + limit = { exists = yes owns = 1162 1162 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 1162 = { trade_goods = fruit } + } + any_country = { + limit = { exists = yes owns = 1165 1165 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 1165 = { trade_goods = fish } + } + any_country = { + limit = { exists = yes owns = 1167 1167 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 1167 = { trade_goods = fish } + } + any_country = { + limit = { exists = yes owns = 2664 2664 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 2664 = { trade_goods = fish } + } + any_country = { + limit = { exists = yes owns = 1071 1071 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 1071 = { trade_goods = fish } + } + any_country = { + limit = { exists = yes owns = 1168 1168 = { trade_goods = precious_goods NOT = { has_province_modifier = pearl_season } } } + 1168 = { trade_goods = fruit } + } + } + ai_will_do = { factor = 1 } + } } diff --git a/HPM/decisions/gtfo.txt b/HPM/decisions/gtfo.txt index 88e324f7..316528a6 100644 --- a/HPM/decisions/gtfo.txt +++ b/HPM/decisions/gtfo.txt @@ -1,566 +1,566 @@ political_decisions = { - gtfo_on = { - picture = gtfo - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - num_of_vassals_no_substates = 1 - is_vassal = no - NOT = { has_country_flag = gtfo has_country_flag = gtfo_disabled } - } - allow = { civilized = yes ai = no } - effect = { set_country_flag = gtfo } - } - gtfo_off = { - picture = gtfo - alert = no - potential = { - has_country_flag = gtfo - NOT = { has_country_flag = gtfo_disabled } - } - allow = { ai = no } - effect = { clr_country_flag = gtfo } - } - gtfo_disabled = { - picture = gtfo - alert = no - potential = { - OR = { - has_country_flag = government_decisions_on - ai = yes - } - has_country_flag = gtfo - NOT = { has_country_flag = gtfo_disabled } - } - allow = { ai = no } - effect = { clr_country_flag = gtfo set_country_flag = gtfo_disabled } - } - - gtfo_MNP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MNP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MNP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MNP diplomatic_influence = { who = MNP value = -100 } } } - gtfo_BDK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BDK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BDK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BDK diplomatic_influence = { who = BDK value = -100 } } } - gtfo_PGG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PGG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PGG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PGG diplomatic_influence = { who = PGG value = -100 } } } - gtfo_SGM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SGM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SGM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SGM diplomatic_influence = { who = SGM value = -100 } } } - gtfo_NMB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NMB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NMB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NMB diplomatic_influence = { who = NMB value = -100 } } } - gtfo_TMR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TMR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TMR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TMR diplomatic_influence = { who = TMR value = -100 } } } - gtfo_SLG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLG diplomatic_influence = { who = SLG value = -100 } } } - gtfo_PRK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRK diplomatic_influence = { who = PRK value = -100 } } } - gtfo_PHG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PHG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PHG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PHG diplomatic_influence = { who = PHG value = -100 } } } - gtfo_FRO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRO diplomatic_influence = { who = FRO value = -100 } } } - gtfo_NCT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEH diplomatic_influence = { who = NEH value = -100 } } } - gtfo_HBY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HBY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HBY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HBY diplomatic_influence = { who = HBY value = -100 } } } - gtfo_QAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QAT diplomatic_influence = { who = QAT value = -100 } } } - gtfo_BRY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRY diplomatic_influence = { who = BRY value = -100 } } } - gtfo_MLD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLD diplomatic_influence = { who = MLD value = -100 } } } - gtfo_KAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAR diplomatic_influence = { who = KAR value = -100 } } } - gtfo_PAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAK diplomatic_influence = { who = PAK value = -100 } } } - gtfo_CRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRL diplomatic_influence = { who = CRL value = -100 } } } - gtfo_RDL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RDL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RDL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RDL diplomatic_influence = { who = RDL value = -100 } } } - gtfo_BTL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BTL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BTL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BTL diplomatic_influence = { who = BTL value = -100 } } } - gtfo_BDN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BDN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BDN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BDN diplomatic_influence = { who = BDN value = -100 } } } - gtfo_BNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BNB diplomatic_influence = { who = BNB value = -100 } } } - gtfo_MKN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MKN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MKN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MKN diplomatic_influence = { who = MKN value = -100 } } } - gtfo_BHT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHT diplomatic_influence = { who = BHT value = -100 } } } - gtfo_SRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRN diplomatic_influence = { who = SRN value = -100 } } } - gtfo_LBG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBG diplomatic_influence = { who = LBG value = -100 } } } - gtfo_PNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNB diplomatic_influence = { who = PNB value = -100 } } } - gtfo_FIU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIU diplomatic_influence = { who = FIU value = -100 } } } - gtfo_SYC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SYC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SYC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SYC diplomatic_influence = { who = SYC value = -100 } } } - gtfo_MDV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MDV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MDV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MDV diplomatic_influence = { who = MDV value = -100 } } } - gtfo_ABK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ABK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ABK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ABK diplomatic_influence = { who = ABK value = -100 } } } - gtfo_CRT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRT diplomatic_influence = { who = CRT value = -100 } } } - gtfo_SBA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SBA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SBA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SBA diplomatic_influence = { who = SBA value = -100 } } } - gtfo_ARC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARC diplomatic_influence = { who = ARC value = -100 } } } - gtfo_LHJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LHJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LHJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LHJ diplomatic_influence = { who = LHJ value = -100 } } } - gtfo_FDL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FDL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FDL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FDL diplomatic_influence = { who = FDL value = -100 } } } - gtfo_KTH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KTH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KTH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KTH diplomatic_influence = { who = KTH value = -100 } } } - gtfo_MHR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MHR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MHR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MHR diplomatic_influence = { who = MHR value = -100 } } } - gtfo_KML = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KML = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KML = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KML diplomatic_influence = { who = KML value = -100 } } } - gtfo_SHK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHK diplomatic_influence = { who = SHK value = -100 } } } - gtfo_WRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WRL diplomatic_influence = { who = WRL value = -100 } } } - gtfo_BHP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHP diplomatic_influence = { who = BHP value = -100 } } } - gtfo_EZO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EZO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EZO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EZO diplomatic_influence = { who = EZO value = -100 } } } - gtfo_CHY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHY diplomatic_influence = { who = CHY value = -100 } } } - gtfo_CHK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHK diplomatic_influence = { who = CHK value = -100 } } } - gtfo_QNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QNG diplomatic_influence = { who = QNG value = -100 } } } - gtfo_MGH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MGH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MGH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MGH diplomatic_influence = { who = MGH value = -100 } } } - gtfo_BAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAH diplomatic_influence = { who = BAH value = -100 } } } - gtfo_CHP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHP diplomatic_influence = { who = CHP value = -100 } } } - gtfo_CEQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CEQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CEQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CEQ diplomatic_influence = { who = CEQ value = -100 } } } - gtfo_ENT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENT diplomatic_influence = { who = ENT value = -100 } } } - gtfo_GCO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GCO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GCO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GCO diplomatic_influence = { who = GCO value = -100 } } } - gtfo_GUY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GUY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GUY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GUY diplomatic_influence = { who = GUY value = -100 } } } - gtfo_LOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOS diplomatic_influence = { who = LOS value = -100 } } } - gtfo_LPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LPL diplomatic_influence = { who = LPL value = -100 } } } - gtfo_PBC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PBC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PBC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PBC diplomatic_influence = { who = PBC value = -100 } } } - gtfo_PTG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PTG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PTG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PTG diplomatic_influence = { who = PTG value = -100 } } } - gtfo_RGR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RGR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RGR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RGR diplomatic_influence = { who = RGR value = -100 } } } - gtfo_RGS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RGS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RGS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RGS diplomatic_influence = { who = RGS value = -100 } } } - gtfo_SON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SON diplomatic_influence = { who = SON value = -100 } } } - gtfo_SPU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPU diplomatic_influence = { who = SPU value = -100 } } } - gtfo_YUC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YUC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YUC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YUC diplomatic_influence = { who = YUC value = -100 } } } - gtfo_BLZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BLZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BLZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BLZ diplomatic_influence = { who = BLZ value = -100 } } } - gtfo_DAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAK diplomatic_influence = { who = DAK value = -100 } } } - gtfo_FSA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FSA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FSA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FSA diplomatic_influence = { who = FSA value = -100 } } } - gtfo_GRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GRN diplomatic_influence = { who = GRN value = -100 } } } - gtfo_JAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAM diplomatic_influence = { who = JAM value = -100 } } } - gtfo_LSK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LSK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LSK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LSK diplomatic_influence = { who = LSK value = -100 } } } - gtfo_MRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MRU diplomatic_influence = { who = MRU value = -100 } } } - gtfo_PRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRI diplomatic_influence = { who = PRI value = -100 } } } - gtfo_RPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RPL diplomatic_influence = { who = RPL value = -100 } } } - gtfo_TTB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TTB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TTB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TTB diplomatic_influence = { who = TTB value = -100 } } } - gtfo_UIL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UIL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UIL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UIL diplomatic_influence = { who = UIL value = -100 } } } - gtfo_UNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UNB diplomatic_influence = { who = UNB value = -100 } } } - gtfo_UNM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UNM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UNM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UNM diplomatic_influence = { who = UNM value = -100 } } } - gtfo_UOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UOR diplomatic_influence = { who = UOR value = -100 } } } - gtfo_ALS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALS diplomatic_influence = { who = ALS value = -100 } } } - gtfo_ATR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ATR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ATR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ATR diplomatic_influence = { who = ATR value = -100 } } } - gtfo_BAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAN diplomatic_influence = { who = BAN value = -100 } } } - gtfo_BKV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BKV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BKV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BKV diplomatic_influence = { who = BKV value = -100 } } } - gtfo_BRT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRT diplomatic_influence = { who = BRT value = -100 } } } - gtfo_BSQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BSQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BSQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BSQ diplomatic_influence = { who = BSQ value = -100 } } } - gtfo_CRS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRS diplomatic_influence = { who = CRS value = -100 } } } - gtfo_DLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DLM diplomatic_influence = { who = DLM value = -100 } } } - gtfo_ENL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENL diplomatic_influence = { who = ENL value = -100 } } } - gtfo_GLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GLC diplomatic_influence = { who = GLC value = -100 } } } - gtfo_GLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GLM diplomatic_influence = { who = GLM value = -100 } } } - gtfo_LOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOR diplomatic_influence = { who = LOR value = -100 } } } - gtfo_MCD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MCD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MCD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MCD diplomatic_influence = { who = MCD value = -100 } } } - gtfo_MLT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLT diplomatic_influence = { who = MLT value = -100 } } } - gtfo_OCC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OCC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OCC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OCC diplomatic_influence = { who = OCC value = -100 } } } - gtfo_RMG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RMG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RMG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RMG diplomatic_influence = { who = RMG value = -100 } } } - gtfo_SPC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPC diplomatic_influence = { who = SPC value = -100 } } } - gtfo_SRD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRD diplomatic_influence = { who = SRD value = -100 } } } - gtfo_SVY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SVY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SVY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SVY diplomatic_influence = { who = SVY value = -100 } } } - gtfo_SWH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWH diplomatic_influence = { who = SWH value = -100 } } } - gtfo_WHA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WHA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WHA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WHA diplomatic_influence = { who = WHA value = -100 } } } - gtfo_DNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DNB diplomatic_influence = { who = DNB value = -100 } } } - gtfo_LUZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUZ diplomatic_influence = { who = LUZ value = -100 } } } - gtfo_RHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RHI diplomatic_influence = { who = RHI value = -100 } } } - gtfo_PML = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PML = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PML = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PML diplomatic_influence = { who = PML value = -100 } } } - gtfo_PZN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PZN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PZN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PZN diplomatic_influence = { who = PZN value = -100 } } } - gtfo_SLS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLS diplomatic_influence = { who = SLS value = -100 } } } - gtfo_WES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WES diplomatic_influence = { who = WES value = -100 } } } - gtfo_AKH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AKH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AKH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AKH diplomatic_influence = { who = AKH value = -100 } } } - gtfo_ALT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALT diplomatic_influence = { who = ALT value = -100 } } } - gtfo_CPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CPL diplomatic_influence = { who = CPL value = -100 } } } - gtfo_DON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DON diplomatic_influence = { who = DON value = -100 } } } - gtfo_IZH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IZH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IZH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IZH diplomatic_influence = { who = IZH value = -100 } } } - gtfo_KAZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAZ diplomatic_influence = { who = KAZ value = -100 } } } - gtfo_KAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAM diplomatic_influence = { who = KAM value = -100 } } } - gtfo_KMK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KMK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KMK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KMK diplomatic_influence = { who = KMK value = -100 } } } - gtfo_KRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRL diplomatic_influence = { who = KRL value = -100 } } } - gtfo_SIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIB diplomatic_influence = { who = SIB value = -100 } } } - gtfo_TAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAR diplomatic_influence = { who = TAR value = -100 } } } - gtfo_TNT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TNT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TNT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TNT diplomatic_influence = { who = TNT value = -100 } } } - gtfo_URA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo URA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no URA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = URA diplomatic_influence = { who = URA value = -100 } } } - gtfo_YAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YAK diplomatic_influence = { who = YAK value = -100 } } } - gtfo_ARU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARU diplomatic_influence = { who = ARU value = -100 } } } - gtfo_ASY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASY diplomatic_influence = { who = ASY value = -100 } } } - gtfo_BHR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHR diplomatic_influence = { who = BHR value = -100 } } } - gtfo_CIR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CIR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CIR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CIR diplomatic_influence = { who = CIR value = -100 } } } - gtfo_CLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLC diplomatic_influence = { who = CLC value = -100 } } } - gtfo_DAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAG diplomatic_influence = { who = DAG value = -100 } } } - gtfo_DUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DUR diplomatic_influence = { who = DUR value = -100 } } } - gtfo_HAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAL diplomatic_influence = { who = HAL value = -100 } } } - gtfo_JOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOR diplomatic_influence = { who = JOR value = -100 } } } - gtfo_KDS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KDS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KDS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KDS diplomatic_influence = { who = KDS value = -100 } } } - gtfo_KWT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KWT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KWT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KWT diplomatic_influence = { who = KWT value = -100 } } } - gtfo_KYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KYR diplomatic_influence = { who = KYR value = -100 } } } - gtfo_LBN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBN diplomatic_influence = { who = LBN value = -100 } } } - gtfo_NYE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NYE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NYE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NYE diplomatic_influence = { who = NYE value = -100 } } } - gtfo_PLS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PLS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PLS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PLS diplomatic_influence = { who = PLS value = -100 } } } - gtfo_PNT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNT diplomatic_influence = { who = PNT value = -100 } } } - gtfo_SYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SYR diplomatic_influence = { who = SYR value = -100 } } } - gtfo_TAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAJ diplomatic_influence = { who = TAJ value = -100 } } } - gtfo_TCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TCA diplomatic_influence = { who = TCA value = -100 } } } - gtfo_TKM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKM diplomatic_influence = { who = TKM value = -100 } } } - gtfo_TKS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKS diplomatic_influence = { who = TKS value = -100 } } } - gtfo_UYG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UYG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UYG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UYG diplomatic_influence = { who = UYG value = -100 } } } - gtfo_UZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UZB diplomatic_influence = { who = UZB value = -100 } } } - gtfo_ASM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASM diplomatic_influence = { who = ASM value = -100 } } } - gtfo_BIH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BIH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BIH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BIH diplomatic_influence = { who = BIH value = -100 } } } - gtfo_BLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BLC diplomatic_influence = { who = BLC value = -100 } } } - gtfo_BNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BNG diplomatic_influence = { who = BNG value = -100 } } } - gtfo_DRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DRA diplomatic_influence = { who = DRA value = -100 } } } - gtfo_KRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRN diplomatic_influence = { who = KRN value = -100 } } } - gtfo_MAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAH diplomatic_influence = { who = MAH value = -100 } } } - gtfo_RAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RAJ diplomatic_influence = { who = RAJ value = -100 } } } - gtfo_SRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRI diplomatic_influence = { who = SRI value = -100 } } } - gtfo_AGC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AGC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AGC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AGC diplomatic_influence = { who = AGC value = -100 } } } - gtfo_ANG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ANG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ANG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ANG diplomatic_influence = { who = ANG value = -100 } } } - gtfo_ARO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARO diplomatic_influence = { who = ARO value = -100 } } } - gtfo_ASH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASH diplomatic_influence = { who = ASH value = -100 } } } - gtfo_AWS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AWS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AWS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AWS diplomatic_influence = { who = AWS value = -100 } } } - gtfo_AZA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AZA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AZA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AZA diplomatic_influence = { who = AZA value = -100 } } } - gtfo_BEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BEN diplomatic_influence = { who = BEN value = -100 } } } - gtfo_BRD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRD diplomatic_influence = { who = BRD value = -100 } } } - gtfo_BSH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BSH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BSH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BSH diplomatic_influence = { who = BSH value = -100 } } } - gtfo_BUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUG diplomatic_influence = { who = BUG value = -100 } } } - gtfo_CAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAR diplomatic_influence = { who = CAR value = -100 } } } - gtfo_CGO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CGO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CGO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CGO diplomatic_influence = { who = CGO value = -100 } } } - gtfo_CHD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHD diplomatic_influence = { who = CHD value = -100 } } } - gtfo_CLA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLA diplomatic_influence = { who = CLA value = -100 } } } - gtfo_CMR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CMR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CMR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CMR diplomatic_influence = { who = CMR value = -100 } } } - gtfo_CYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CYR diplomatic_influence = { who = CYR value = -100 } } } - gtfo_DAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAH diplomatic_influence = { who = DAH value = -100 } } } - gtfo_DAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAM diplomatic_influence = { who = DAM value = -100 } } } - gtfo_DAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAR diplomatic_influence = { who = DAR value = -100 } } } - gtfo_DND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DND diplomatic_influence = { who = DND value = -100 } } } - gtfo_GAB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GAB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GAB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GAB diplomatic_influence = { who = GAB value = -100 } } } - gtfo_GAZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GAZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GAZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GAZ diplomatic_influence = { who = GAZ value = -100 } } } - gtfo_GBU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GBU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GBU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GBU diplomatic_influence = { who = GBU value = -100 } } } - gtfo_GEL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GEL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GEL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GEL diplomatic_influence = { who = GEL value = -100 } } } - gtfo_GMB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GMB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GMB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GMB diplomatic_influence = { who = GMB value = -100 } } } - gtfo_GNE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GNE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GNE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GNE diplomatic_influence = { who = GNE value = -100 } } } - gtfo_GON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GON diplomatic_influence = { who = GON value = -100 } } } - gtfo_HAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAR diplomatic_influence = { who = HAR value = -100 } } } - gtfo_IVC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IVC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IVC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IVC diplomatic_influence = { who = IVC value = -100 } } } - gtfo_JAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAL diplomatic_influence = { who = JAL value = -100 } } } - gtfo_KAF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAF diplomatic_influence = { who = KAF value = -100 } } } - gtfo_KBO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KBO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KBO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KBO diplomatic_influence = { who = KBO value = -100 } } } - gtfo_KNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KNG diplomatic_influence = { who = KNG value = -100 } } } - gtfo_KNY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KNY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KNY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KNY diplomatic_influence = { who = KNY value = -100 } } } - gtfo_KON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KON diplomatic_influence = { who = KON value = -100 } } } - gtfo_KUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUB diplomatic_influence = { who = KUB value = -100 } } } - gtfo_KZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KZB diplomatic_influence = { who = KZB value = -100 } } } - gtfo_LBA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBA diplomatic_influence = { who = LBA value = -100 } } } - gtfo_LBY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBY diplomatic_influence = { who = LBY value = -100 } } } - gtfo_LOA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOA diplomatic_influence = { who = LOA value = -100 } } } - gtfo_LUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUN diplomatic_influence = { who = LUN value = -100 } } } - gtfo_MAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAJ diplomatic_influence = { who = MAJ value = -100 } } } - gtfo_MAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAS diplomatic_influence = { who = MAS value = -100 } } } - gtfo_MAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAT diplomatic_influence = { who = MAT value = -100 } } } - gtfo_MLI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLI diplomatic_influence = { who = MLI value = -100 } } } - gtfo_MLW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLW diplomatic_influence = { who = MLW value = -100 } } } - gtfo_MNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MNG diplomatic_influence = { who = MNG value = -100 } } } - gtfo_MOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOS diplomatic_influence = { who = MOS value = -100 } } } - gtfo_MOZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOZ diplomatic_influence = { who = MOZ value = -100 } } } - gtfo_NGR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NGR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NGR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NGR diplomatic_influence = { who = NGR value = -100 } } } - gtfo_NIG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NIG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NIG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NIG diplomatic_influence = { who = NIG value = -100 } } } - gtfo_OYO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OYO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OYO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OYO diplomatic_influence = { who = OYO value = -100 } } } - gtfo_RWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RWA diplomatic_influence = { who = RWA value = -100 } } } - gtfo_SEG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SEG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SEG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SEG diplomatic_influence = { who = SEG value = -100 } } } - gtfo_SHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHO diplomatic_influence = { who = SHO value = -100 } } } - gtfo_SHW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHW diplomatic_influence = { who = SHW value = -100 } } } - gtfo_SID = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SID = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SID = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SID diplomatic_influence = { who = SID value = -100 } } } - gtfo_SLE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLE diplomatic_influence = { who = SLE value = -100 } } } - gtfo_SNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SNG diplomatic_influence = { who = SNG value = -100 } } } - gtfo_SOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SOM diplomatic_influence = { who = SOM value = -100 } } } - gtfo_SUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUA diplomatic_influence = { who = SUA value = -100 } } } - gtfo_SUD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUD diplomatic_influence = { who = SUD value = -100 } } } - gtfo_TIG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TIG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TIG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TIG diplomatic_influence = { who = TIG value = -100 } } } - gtfo_TNZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TNZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TNZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TNZ diplomatic_influence = { who = TNZ value = -100 } } } - gtfo_TOG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOG diplomatic_influence = { who = TOG value = -100 } } } - gtfo_TOO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOO diplomatic_influence = { who = TOO value = -100 } } } - gtfo_TOU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOU diplomatic_influence = { who = TOU value = -100 } } } - gtfo_TRZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRZ diplomatic_influence = { who = TRZ value = -100 } } } - gtfo_TSW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TSW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TSW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TSW diplomatic_influence = { who = TSW value = -100 } } } - gtfo_WAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WAD diplomatic_influence = { who = WAD value = -100 } } } - gtfo_WRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WRI diplomatic_influence = { who = WRI value = -100 } } } - gtfo_WOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WOL diplomatic_influence = { who = WOL value = -100 } } } - gtfo_XHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XHO diplomatic_influence = { who = XHO value = -100 } } } - gtfo_ZAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZAM diplomatic_influence = { who = ZAM value = -100 } } } - gtfo_DJA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DJA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DJA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DJA diplomatic_influence = { who = DJA value = -100 } } } - gtfo_FJN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FJN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FJN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FJN diplomatic_influence = { who = FJN value = -100 } } } - gtfo_GMJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GMJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GMJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GMJ diplomatic_influence = { who = GMJ value = -100 } } } - gtfo_GNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GNG diplomatic_influence = { who = GNG value = -100 } } } - gtfo_HNN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HNN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HNN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HNN diplomatic_influence = { who = HNN value = -100 } } } - gtfo_HUI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HUI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HUI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HUI diplomatic_influence = { who = HUI value = -100 } } } - gtfo_INO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo INO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no INO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = INO diplomatic_influence = { who = INO value = -100 } } } - gtfo_KCH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KCH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KCH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KCH diplomatic_influence = { who = KCH value = -100 } } } - gtfo_KLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KLM diplomatic_influence = { who = KLM value = -100 } } } - gtfo_KMT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KMT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KMT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KMT diplomatic_influence = { who = KMT value = -100 } } } - gtfo_KTI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KTI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KTI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KTI diplomatic_influence = { who = KTI value = -100 } } } - gtfo_LAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAN diplomatic_influence = { who = LAN value = -100 } } } - gtfo_LXA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LXA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LXA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LXA diplomatic_influence = { who = LXA value = -100 } } } - gtfo_MAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAL diplomatic_influence = { who = MAL value = -100 } } } - gtfo_MLY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLY diplomatic_influence = { who = MLY value = -100 } } } - gtfo_SHA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHA diplomatic_influence = { who = SHA value = -100 } } } - gtfo_SLW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLW diplomatic_influence = { who = SLW value = -100 } } } - gtfo_SAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAK diplomatic_influence = { who = SAK value = -100 } } } - gtfo_SUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUL diplomatic_influence = { who = SUL value = -100 } } } - gtfo_SWK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWK diplomatic_influence = { who = SWK value = -100 } } } - gtfo_SZC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SZC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SZC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SZC diplomatic_influence = { who = SZC value = -100 } } } - gtfo_TAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAI diplomatic_influence = { who = TAI value = -100 } } } - gtfo_CHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHO diplomatic_influence = { who = CHO value = -100 } } } - gtfo_KAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAG diplomatic_influence = { who = KAG value = -100 } } } - gtfo_RYU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RYU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RYU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RYU diplomatic_influence = { who = RYU value = -100 } } } - gtfo_SAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAT diplomatic_influence = { who = SAT value = -100 } } } - gtfo_SEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SEN diplomatic_influence = { who = SEN value = -100 } } } - gtfo_TKG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKG diplomatic_influence = { who = TKG value = -100 } } } - gtfo_TOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOS diplomatic_influence = { who = TOS value = -100 } } } - gtfo_YZW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YZW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YZW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YZW diplomatic_influence = { who = YZW value = -100 } } } - gtfo_FIJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIJ diplomatic_influence = { who = FIJ value = -100 } } } - gtfo_TGA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TGA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TGA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TGA diplomatic_influence = { who = TGA value = -100 } } } - gtfo_ARA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARA diplomatic_influence = { who = ARA value = -100 } } } - gtfo_BYE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BYE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BYE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BYE diplomatic_influence = { who = BYE value = -100 } } } - gtfo_PLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PLC diplomatic_influence = { who = PLC value = -100 } } } - gtfo_UBD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UBD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UBD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UBD diplomatic_influence = { who = UBD value = -100 } } } - gtfo_DEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DEN diplomatic_influence = { who = DEN value = -100 } } } - gtfo_FIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIN diplomatic_influence = { who = FIN value = -100 } } } - gtfo_NOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NOR diplomatic_influence = { who = NOR value = -100 } } } - gtfo_SCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCA diplomatic_influence = { who = SCA value = -100 } } } - gtfo_SWE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWE diplomatic_influence = { who = SWE value = -100 } } } - gtfo_BEL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BEL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BEL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BEL diplomatic_influence = { who = BEL value = -100 } } } - gtfo_CAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAT diplomatic_influence = { who = CAT value = -100 } } } - gtfo_FLA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FLA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FLA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FLA diplomatic_influence = { who = FLA value = -100 } } } - gtfo_IRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IRE diplomatic_influence = { who = IRE value = -100 } } } - gtfo_NET = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NET = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NET = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NET diplomatic_influence = { who = NET value = -100 } } } - gtfo_POR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo POR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no POR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = POR diplomatic_influence = { who = POR value = -100 } } } - gtfo_SCO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCO diplomatic_influence = { who = SCO value = -100 } } } - gtfo_SPA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPA diplomatic_influence = { who = SPA value = -100 } } } - gtfo_WLL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WLL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WLL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WLL diplomatic_influence = { who = WLL value = -100 } } } - gtfo_ANH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ANH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ANH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ANH diplomatic_influence = { who = ANH value = -100 } } } - gtfo_BAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAD diplomatic_influence = { who = BAD value = -100 } } } - gtfo_BAV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAV diplomatic_influence = { who = BAV value = -100 } } } - gtfo_BRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRA diplomatic_influence = { who = BRA value = -100 } } } - gtfo_BRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRE diplomatic_influence = { who = BRE value = -100 } } } - gtfo_COB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COB diplomatic_influence = { who = COB value = -100 } } } - gtfo_DZG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DZG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DZG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DZG diplomatic_influence = { who = DZG value = -100 } } } - gtfo_FRM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRM diplomatic_influence = { who = FRM value = -100 } } } - gtfo_HAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAM diplomatic_influence = { who = HAM value = -100 } } } - gtfo_HAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAN diplomatic_influence = { who = HAN value = -100 } } } - gtfo_HES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HES diplomatic_influence = { who = HES value = -100 } } } - gtfo_HEK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HEK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HEK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HEK diplomatic_influence = { who = HEK value = -100 } } } - gtfo_HOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HOL diplomatic_influence = { who = HOL value = -100 } } } - gtfo_LIP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIP diplomatic_influence = { who = LIP value = -100 } } } - gtfo_LUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUB diplomatic_influence = { who = LUB value = -100 } } } - gtfo_LUX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUX diplomatic_influence = { who = LUX value = -100 } } } - gtfo_MEC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEC diplomatic_influence = { who = MEC value = -100 } } } - gtfo_MEI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEI diplomatic_influence = { who = MEI value = -100 } } } - gtfo_NAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAS diplomatic_influence = { who = NAS value = -100 } } } - gtfo_NGF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NGF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NGF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NGF diplomatic_influence = { who = NGF value = -100 } } } - gtfo_OLD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OLD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OLD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OLD diplomatic_influence = { who = OLD value = -100 } } } - gtfo_SAX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAX diplomatic_influence = { who = SAX value = -100 } } } - gtfo_SCH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCH diplomatic_influence = { who = SCH value = -100 } } } - gtfo_SGF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SGF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SGF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SGF diplomatic_influence = { who = SGF value = -100 } } } - gtfo_WEI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WEI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WEI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WEI diplomatic_influence = { who = WEI value = -100 } } } - gtfo_WUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WUR diplomatic_influence = { who = WUR value = -100 } } } - gtfo_LOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOM diplomatic_influence = { who = LOM value = -100 } } } - gtfo_LUC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUC diplomatic_influence = { who = LUC value = -100 } } } - gtfo_MOD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOD diplomatic_influence = { who = MOD value = -100 } } } - gtfo_PAP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAP diplomatic_influence = { who = PAP value = -100 } } } - gtfo_PAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAR diplomatic_influence = { who = PAR value = -100 } } } - gtfo_SAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAR diplomatic_influence = { who = SAR value = -100 } } } - gtfo_SIC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIC diplomatic_influence = { who = SIC value = -100 } } } - gtfo_TRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRE diplomatic_influence = { who = TRE value = -100 } } } - gtfo_TUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUS diplomatic_influence = { who = TUS value = -100 } } } - gtfo_VEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo VEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no VEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = VEN diplomatic_influence = { who = VEN value = -100 } } } - gtfo_BOH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOH diplomatic_influence = { who = BOH value = -100 } } } - gtfo_KRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRA diplomatic_influence = { who = KRA value = -100 } } } - gtfo_CRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRI diplomatic_influence = { who = CRI value = -100 } } } - gtfo_EST = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EST = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EST = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EST diplomatic_influence = { who = EST value = -100 } } } - gtfo_HUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HUN diplomatic_influence = { who = HUN value = -100 } } } - gtfo_LIT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIT diplomatic_influence = { who = LIT value = -100 } } } - gtfo_LAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAT diplomatic_influence = { who = LAT value = -100 } } } - gtfo_POL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo POL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no POL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = POL diplomatic_influence = { who = POL value = -100 } } } - gtfo_SLV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLV diplomatic_influence = { who = SLV value = -100 } } } - gtfo_SWI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWI diplomatic_influence = { who = SWI value = -100 } } } - gtfo_RUT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RUT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RUT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RUT diplomatic_influence = { who = RUT value = -100 } } } - gtfo_SIE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIE diplomatic_influence = { who = SIE value = -100 } } } - gtfo_UKR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UKR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UKR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UKR diplomatic_influence = { who = UKR value = -100 } } } - gtfo_CZH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CZH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CZH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CZH diplomatic_influence = { who = CZH value = -100 } } } - gtfo_ALB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALB diplomatic_influence = { who = ALB value = -100 } } } - gtfo_BOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOS diplomatic_influence = { who = BOS value = -100 } } } - gtfo_BUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUL diplomatic_influence = { who = BUL value = -100 } } } - gtfo_CRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRE diplomatic_influence = { who = CRE value = -100 } } } - gtfo_CRO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRO diplomatic_influence = { who = CRO value = -100 } } } - gtfo_CYP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CYP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CYP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CYP diplomatic_influence = { who = CYP value = -100 } } } - gtfo_GRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GRE diplomatic_influence = { who = GRE value = -100 } } } - gtfo_ION = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ION = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ION = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ION diplomatic_influence = { who = ION value = -100 } } } - gtfo_MOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOL diplomatic_influence = { who = MOL value = -100 } } } - gtfo_MON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MON diplomatic_influence = { who = MON value = -100 } } } - gtfo_ROM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ROM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ROM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ROM diplomatic_influence = { who = ROM value = -100 } } } - gtfo_SER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SER diplomatic_influence = { who = SER value = -100 } } } - gtfo_SLO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLO diplomatic_influence = { who = SLO value = -100 } } } - gtfo_TUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUR diplomatic_influence = { who = TUR value = -100 } } } - gtfo_WAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WAL diplomatic_influence = { who = WAL value = -100 } } } - gtfo_YUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YUG diplomatic_influence = { who = YUG value = -100 } } } - gtfo_ALD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALD diplomatic_influence = { who = ALD value = -100 } } } - gtfo_CNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NOT = { has_country_flag = zaire_master } CNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CNG diplomatic_influence = { who = CNG value = -100 } } } - gtfo_EGY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EGY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EGY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EGY diplomatic_influence = { who = EGY value = -100 } } } - gtfo_ETH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ETH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ETH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ETH diplomatic_influence = { who = ETH value = -100 } } } - gtfo_MAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAD diplomatic_influence = { who = MAD value = -100 } } } - gtfo_LIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIB diplomatic_influence = { who = LIB value = -100 } } } - gtfo_MOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOR diplomatic_influence = { who = MOR value = -100 } } } - gtfo_NAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAL diplomatic_influence = { who = NAL value = -100 } } } - gtfo_ORA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ORA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ORA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ORA diplomatic_influence = { who = ORA value = -100 } } } - gtfo_SAF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAF diplomatic_influence = { who = SAF value = -100 } } } - gtfo_SOK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SOK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SOK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SOK diplomatic_influence = { who = SOK value = -100 } } } - gtfo_RHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RHO diplomatic_influence = { who = RHO value = -100 } } } - gtfo_TRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRI diplomatic_influence = { who = TRI value = -100 } } } - gtfo_TRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRN diplomatic_influence = { who = TRN value = -100 } } } - gtfo_TUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUN diplomatic_influence = { who = TUN value = -100 } } } - gtfo_ZAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZAN diplomatic_influence = { who = ZAN value = -100 } } } - gtfo_ZUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZUL diplomatic_influence = { who = ZUL value = -100 } } } - gtfo_ABU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ABU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ABU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ABU diplomatic_influence = { who = ABU value = -100 } } } - gtfo_AFG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AFG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AFG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AFG diplomatic_influence = { who = AFG value = -100 } } } - gtfo_ARM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARM diplomatic_influence = { who = ARM value = -100 } } } - gtfo_AZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AZB diplomatic_influence = { who = AZB value = -100 } } } - gtfo_BUK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUK diplomatic_influence = { who = BUK value = -100 } } } - gtfo_GEO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GEO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GEO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GEO diplomatic_influence = { who = GEO value = -100 } } } - gtfo_HDJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HDJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HDJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HDJ diplomatic_influence = { who = HDJ value = -100 } } } - gtfo_IRQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IRQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IRQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IRQ diplomatic_influence = { who = IRQ value = -100 } } } - gtfo_KHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KHI diplomatic_influence = { who = KHI value = -100 } } } - gtfo_KOK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KOK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KOK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KOK diplomatic_influence = { who = KOK value = -100 } } } - gtfo_MUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MUG diplomatic_influence = { who = MUG value = -100 } } } - gtfo_NEJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEJ diplomatic_influence = { who = NEJ value = -100 } } } - gtfo_OMA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OMA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OMA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OMA diplomatic_influence = { who = OMA value = -100 } } } - gtfo_PER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PER diplomatic_influence = { who = PER value = -100 } } } - gtfo_YEM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YEM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YEM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YEM diplomatic_influence = { who = YEM value = -100 } } } - gtfo_HND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HND diplomatic_influence = { who = HND value = -100 } } } - gtfo_AWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AWA diplomatic_influence = { who = AWA value = -100 } } } - gtfo_BAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAS diplomatic_influence = { who = BAS value = -100 } } } - gtfo_BER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BER diplomatic_influence = { who = BER value = -100 } } } - gtfo_BHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHO diplomatic_influence = { who = BHO value = -100 } } } - gtfo_BIK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BIK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BIK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BIK diplomatic_influence = { who = BIK value = -100 } } } - gtfo_BUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUN diplomatic_influence = { who = BUN value = -100 } } } - gtfo_GWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GWA diplomatic_influence = { who = GWA value = -100 } } } - gtfo_HYD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HYD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HYD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HYD diplomatic_influence = { who = HYD value = -100 } } } - gtfo_IND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IND diplomatic_influence = { who = IND value = -100 } } } - gtfo_JAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAI diplomatic_influence = { who = JAI value = -100 } } } - gtfo_JAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAS diplomatic_influence = { who = JAS value = -100 } } } - gtfo_JOD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOD diplomatic_influence = { who = JOD value = -100 } } } - gtfo_KAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAL diplomatic_influence = { who = KAL value = -100 } } } - gtfo_KAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAS diplomatic_influence = { who = KAS value = -100 } } } - gtfo_KUT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUT diplomatic_influence = { who = KUT value = -100 } } } - gtfo_LAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAD diplomatic_influence = { who = LAD value = -100 } } } - gtfo_MAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAK diplomatic_influence = { who = MAK value = -100 } } } - gtfo_MEW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEW diplomatic_influence = { who = MEW value = -100 } } } - gtfo_MYS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MYS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MYS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MYS diplomatic_influence = { who = MYS value = -100 } } } - gtfo_NAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAG diplomatic_influence = { who = NAG value = -100 } } } - gtfo_NEP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEP diplomatic_influence = { who = NEP value = -100 } } } - gtfo_ORI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ORI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ORI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ORI diplomatic_influence = { who = ORI value = -100 } } } - gtfo_PNJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNJ diplomatic_influence = { who = PNJ value = -100 } } } - gtfo_SHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHI diplomatic_influence = { who = SHI value = -100 } } } - gtfo_SIK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIK diplomatic_influence = { who = SIK value = -100 } } } - gtfo_SIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIN diplomatic_influence = { who = SIN value = -100 } } } - gtfo_TRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRA diplomatic_influence = { who = TRA value = -100 } } } - gtfo_ATJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ATJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ATJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ATJ diplomatic_influence = { who = ATJ value = -100 } } } - gtfo_BAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAL diplomatic_influence = { who = BAL value = -100 } } } - gtfo_BHU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHU diplomatic_influence = { who = BHU value = -100 } } } - gtfo_BRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRU diplomatic_influence = { who = BRU value = -100 } } } - gtfo_BUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUR diplomatic_influence = { who = BUR value = -100 } } } - gtfo_CAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAM diplomatic_influence = { who = CAM value = -100 } } } - gtfo_CHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHI diplomatic_influence = { who = CHI value = -100 } } } - gtfo_DAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAI diplomatic_influence = { who = DAI value = -100 } } } - gtfo_JAV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAV diplomatic_influence = { who = JAV value = -100 } } } - gtfo_KOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KOR diplomatic_influence = { who = KOR value = -100 } } } - gtfo_LUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUA diplomatic_influence = { who = LUA value = -100 } } } - gtfo_JOH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOH diplomatic_influence = { who = JOH value = -100 } } } - gtfo_SIA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIA diplomatic_influence = { who = SIA value = -100 } } } - gtfo_TIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TIB diplomatic_influence = { who = TIB value = -100 } } } - gtfo_MGL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MGL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MGL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MGL diplomatic_influence = { who = MGL value = -100 } } } - gtfo_WIA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WIA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WIA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WIA diplomatic_influence = { who = WIA value = -100 } } } - gtfo_PHL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PHL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PHL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PHL diplomatic_influence = { who = PHL value = -100 } } } - gtfo_MCK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MCK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MCK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MCK diplomatic_influence = { who = MCK value = -100 } } } - gtfo_GXI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GXI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GXI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GXI diplomatic_influence = { who = GXI value = -100 } } } - gtfo_SXI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SXI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SXI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SXI diplomatic_influence = { who = SXI value = -100 } } } - gtfo_YNN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YNN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YNN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YNN diplomatic_influence = { who = YNN value = -100 } } } - gtfo_XBI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XBI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XBI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XBI diplomatic_influence = { who = XBI value = -100 } } } - gtfo_XIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XIN diplomatic_influence = { who = XIN value = -100 } } } - gtfo_CAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAL diplomatic_influence = { who = CAL value = -100 } } } - gtfo_CAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAN diplomatic_influence = { who = CAN value = -100 } } } - gtfo_CHE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHE diplomatic_influence = { who = CHE value = -100 } } } - gtfo_COL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COL diplomatic_influence = { who = COL value = -100 } } } - gtfo_COS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COS diplomatic_influence = { who = COS value = -100 } } } - gtfo_CSA = { picture = gtfo alert = no potential = { CSA = { NOT = { has_country_flag = unreleasable_country } } has_country_flag = gtfo CSA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { ai = no } effect = { prestige = -20 release_vassal = CSA diplomatic_influence = { who = CSA value = -100 } } } - gtfo_CUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CUB diplomatic_influence = { who = CUB value = -100 } } } - gtfo_DES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DES diplomatic_influence = { who = DES value = -100 } } } - gtfo_DOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DOM diplomatic_influence = { who = DOM value = -100 } } } - gtfo_ELS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ELS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ELS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ELS diplomatic_influence = { who = ELS value = -100 } } } - gtfo_GUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GUA diplomatic_influence = { who = GUA value = -100 } } } - gtfo_HAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAI diplomatic_influence = { who = HAI value = -100 } } } - gtfo_HAW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAW diplomatic_influence = { who = HAW value = -100 } } } - gtfo_MEX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEX diplomatic_influence = { who = MEX value = -100 } } } - gtfo_MTC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MTC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MTC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MTC diplomatic_influence = { who = MTC value = -100 } } } - gtfo_HON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HON diplomatic_influence = { who = HON value = -100 } } } - gtfo_NEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEN diplomatic_influence = { who = NEN value = -100 } } } - gtfo_NEW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEW diplomatic_influence = { who = NEW value = -100 } } } - gtfo_NIC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NIC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NIC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NIC diplomatic_influence = { who = NIC value = -100 } } } - gtfo_PNM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNM diplomatic_influence = { who = PNM value = -100 } } } - gtfo_QUE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QUE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QUE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QUE diplomatic_influence = { who = QUE value = -100 } } } - gtfo_TEX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TEX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TEX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TEX diplomatic_influence = { who = TEX value = -100 } } } - gtfo_UCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UCA diplomatic_influence = { who = UCA value = -100 } } } - gtfo_ARG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARG diplomatic_influence = { who = ARG value = -100 } } } - gtfo_BOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOL diplomatic_influence = { who = BOL value = -100 } } } - gtfo_BRZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRZ diplomatic_influence = { who = BRZ value = -100 } } } - gtfo_CHL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHL diplomatic_influence = { who = CHL value = -100 } } } - gtfo_CLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLM diplomatic_influence = { who = CLM value = -100 } } } - gtfo_ECU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ECU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ECU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ECU diplomatic_influence = { who = ECU value = -100 } } } - gtfo_PEU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PEU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PEU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PEU diplomatic_influence = { who = PEU value = -100 } } } - gtfo_PRG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRG diplomatic_influence = { who = PRG value = -100 } } } - gtfo_URU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo URU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no URU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = URU diplomatic_influence = { who = URU value = -100 } } } - gtfo_VNZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo VNZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no VNZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = VNZ diplomatic_influence = { who = VNZ value = -100 } } } - gtfo_AST = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AST = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AST = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AST diplomatic_influence = { who = AST value = -100 } } } - gtfo_NZL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NZL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NZL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NZL diplomatic_influence = { who = NZL value = -100 } } } - gtfo_ENG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENG diplomatic_influence = { who = ENG value = -100 } } } - gtfo_RUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RUS diplomatic_influence = { who = RUS value = -100 } } } - gtfo_FRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRA diplomatic_influence = { who = FRA value = -100 } } } - gtfo_PRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRU diplomatic_influence = { who = PRU value = -100 } } } - gtfo_GER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GER diplomatic_influence = { who = GER value = -100 } } } - gtfo_AUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AUS diplomatic_influence = { who = AUS value = -100 } } } - gtfo_USA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo USA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no USA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = USA diplomatic_influence = { who = USA value = -100 } } } - gtfo_JAP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAP diplomatic_influence = { who = JAP value = -100 } } } - gtfo_ITA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ITA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ITA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ITA diplomatic_influence = { who = ITA value = -100 } } } - gtfo_KUK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUK diplomatic_influence = { who = KUK value = -100 } } } - gtfo_ISR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ISR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ISR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ISR diplomatic_influence = { who = ISR value = -100 } } } - gtfo_ICL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ICL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ICL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ICL diplomatic_influence = { who = ICL value = -100 } } } - gtfo_IBR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IBR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IBR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IBR diplomatic_influence = { who = IBR value = -100 } } } - gtfo_BYZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BYZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BYZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BYZ diplomatic_influence = { who = BYZ value = -100 } } } - gtfo_BAB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAB diplomatic_influence = { who = BAB value = -100 } } } - gtfo_TPG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TPG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TPG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TPG diplomatic_influence = { who = TPG value = -100 } } } - gtfo_D01 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D01 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D01 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D01 diplomatic_influence = { who = D01 value = -100 } } } - gtfo_D02 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D02 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D02 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D02 diplomatic_influence = { who = D02 value = -100 } } } - gtfo_D03 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D03 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D03 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D03 diplomatic_influence = { who = D03 value = -100 } } } - gtfo_D04 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D04 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D04 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D04 diplomatic_influence = { who = D04 value = -100 } } } - gtfo_D05 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D05 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D05 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D05 diplomatic_influence = { who = D05 value = -100 } } } - gtfo_D06 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D06 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D06 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D06 diplomatic_influence = { who = D06 value = -100 } } } - gtfo_D07 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D07 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D07 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D07 diplomatic_influence = { who = D07 value = -100 } } } - gtfo_D08 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D08 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D08 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D08 diplomatic_influence = { who = D08 value = -100 } } } - gtfo_D09 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D09 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D09 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D09 diplomatic_influence = { who = D09 value = -100 } } } - gtfo_D10 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D10 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D10 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D10 diplomatic_influence = { who = D10 value = -100 } } } - gtfo_D11 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D11 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D11 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D11 diplomatic_influence = { who = D11 value = -100 } } } - gtfo_D12 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D12 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D12 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D12 diplomatic_influence = { who = D12 value = -100 } } } - gtfo_D13 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D13 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D13 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D13 diplomatic_influence = { who = D13 value = -100 } } } - gtfo_D14 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D14 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D14 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D14 diplomatic_influence = { who = D14 value = -100 } } } - gtfo_D15 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D15 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D15 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D15 diplomatic_influence = { who = D15 value = -100 } } } - gtfo_D16 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D16 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D16 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D16 diplomatic_influence = { who = D16 value = -100 } } } - gtfo_D17 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D17 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D17 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D17 diplomatic_influence = { who = D17 value = -100 } } } - gtfo_D18 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D18 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D18 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D18 diplomatic_influence = { who = D18 value = -100 } } } - gtfo_D19 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D19 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D19 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D19 diplomatic_influence = { who = D19 value = -100 } } } - gtfo_D20 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D20 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D20 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D20 diplomatic_influence = { who = D20 value = -100 } } } - gtfo_D21 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D21 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D21 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D21 diplomatic_influence = { who = D21 value = -100 } } } - gtfo_D22 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D22 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D22 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D22 diplomatic_influence = { who = D22 value = -100 } } } - gtfo_D23 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D23 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D23 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D23 diplomatic_influence = { who = D23 value = -100 } } } - gtfo_D24 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D24 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D24 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D24 diplomatic_influence = { who = D24 value = -100 } } } - gtfo_D25 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D25 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D25 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D25 diplomatic_influence = { who = D25 value = -100 } } } - gtfo_D26 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D26 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D26 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D26 diplomatic_influence = { who = D26 value = -100 } } } - gtfo_D27 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D27 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D27 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D27 diplomatic_influence = { who = D27 value = -100 } } } - gtfo_D28 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D28 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D28 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D28 diplomatic_influence = { who = D28 value = -100 } } } - gtfo_D29 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D29 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D29 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D29 diplomatic_influence = { who = D29 value = -100 } } } - gtfo_D30 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D30 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D30 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D30 diplomatic_influence = { who = D30 value = -100 } } } - gtfo_D31 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D31 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D31 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D31 diplomatic_influence = { who = D31 value = -100 } } } - gtfo_D32 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D32 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D32 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D32 diplomatic_influence = { who = D32 value = -100 } } } - gtfo_D33 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D33 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D33 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D33 diplomatic_influence = { who = D33 value = -100 } } } - gtfo_D34 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D34 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D34 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D34 diplomatic_influence = { who = D34 value = -100 } } } - gtfo_D35 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D35 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D35 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D35 diplomatic_influence = { who = D35 value = -100 } } } - gtfo_D36 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D36 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D36 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D36 diplomatic_influence = { who = D36 value = -100 } } } - gtfo_D37 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D37 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D37 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D37 diplomatic_influence = { who = D37 value = -100 } } } - gtfo_D38 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D38 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D38 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D38 diplomatic_influence = { who = D38 value = -100 } } } - gtfo_D39 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D39 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D39 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D39 diplomatic_influence = { who = D39 value = -100 } } } - gtfo_D40 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D40 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D40 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D40 diplomatic_influence = { who = D40 value = -100 } } } - gtfo_D41 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D41 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D41 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D41 diplomatic_influence = { who = D41 value = -100 } } } - gtfo_D42 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D42 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D42 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D42 diplomatic_influence = { who = D42 value = -100 } } } - gtfo_D43 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D43 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D43 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D43 diplomatic_influence = { who = D43 value = -100 } } } - gtfo_D44 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D44 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D44 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D44 diplomatic_influence = { who = D44 value = -100 } } } - gtfo_D45 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D45 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D45 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D45 diplomatic_influence = { who = D45 value = -100 } } } - gtfo_D46 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D46 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D46 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D46 diplomatic_influence = { who = D46 value = -100 } } } - gtfo_D47 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D47 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D47 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D47 diplomatic_influence = { who = D47 value = -100 } } } - gtfo_D48 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D48 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D48 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D48 diplomatic_influence = { who = D48 value = -100 } } } - gtfo_D49 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D49 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D49 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D49 diplomatic_influence = { who = D49 value = -100 } } } - gtfo_D50 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D50 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D50 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D50 diplomatic_influence = { who = D50 value = -100 } } } + gtfo_on = { + picture = gtfo + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + num_of_vassals_no_substates = 1 + is_vassal = no + NOT = { has_country_flag = gtfo has_country_flag = gtfo_disabled } + } + allow = { civilized = yes ai = no } + effect = { set_country_flag = gtfo } + } + gtfo_off = { + picture = gtfo + alert = no + potential = { + has_country_flag = gtfo + NOT = { has_country_flag = gtfo_disabled } + } + allow = { ai = no } + effect = { clr_country_flag = gtfo } + } + gtfo_disabled = { + picture = gtfo + alert = no + potential = { + OR = { + has_country_flag = government_decisions_on + ai = yes + } + has_country_flag = gtfo + NOT = { has_country_flag = gtfo_disabled } + } + allow = { ai = no } + effect = { clr_country_flag = gtfo set_country_flag = gtfo_disabled } + } + + gtfo_MNP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MNP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MNP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MNP diplomatic_influence = { who = MNP value = -100 } } } + gtfo_BDK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BDK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BDK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BDK diplomatic_influence = { who = BDK value = -100 } } } + gtfo_PGG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PGG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PGG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PGG diplomatic_influence = { who = PGG value = -100 } } } + gtfo_SGM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SGM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SGM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SGM diplomatic_influence = { who = SGM value = -100 } } } + gtfo_NMB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NMB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NMB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NMB diplomatic_influence = { who = NMB value = -100 } } } + gtfo_TMR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TMR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TMR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TMR diplomatic_influence = { who = TMR value = -100 } } } + gtfo_SLG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLG diplomatic_influence = { who = SLG value = -100 } } } + gtfo_PRK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRK diplomatic_influence = { who = PRK value = -100 } } } + gtfo_PHG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PHG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PHG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PHG diplomatic_influence = { who = PHG value = -100 } } } + gtfo_FRO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRO diplomatic_influence = { who = FRO value = -100 } } } + gtfo_NCT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEH diplomatic_influence = { who = NEH value = -100 } } } + gtfo_HBY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HBY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HBY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HBY diplomatic_influence = { who = HBY value = -100 } } } + gtfo_QAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QAT diplomatic_influence = { who = QAT value = -100 } } } + gtfo_BRY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRY diplomatic_influence = { who = BRY value = -100 } } } + gtfo_MLD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLD diplomatic_influence = { who = MLD value = -100 } } } + gtfo_KAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAR diplomatic_influence = { who = KAR value = -100 } } } + gtfo_PAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAK diplomatic_influence = { who = PAK value = -100 } } } + gtfo_CRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRL diplomatic_influence = { who = CRL value = -100 } } } + gtfo_RDL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RDL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RDL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RDL diplomatic_influence = { who = RDL value = -100 } } } + gtfo_BTL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BTL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BTL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BTL diplomatic_influence = { who = BTL value = -100 } } } + gtfo_BDN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BDN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BDN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BDN diplomatic_influence = { who = BDN value = -100 } } } + gtfo_BNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BNB diplomatic_influence = { who = BNB value = -100 } } } + gtfo_MKN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MKN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MKN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MKN diplomatic_influence = { who = MKN value = -100 } } } + gtfo_BHT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHT diplomatic_influence = { who = BHT value = -100 } } } + gtfo_SRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRN diplomatic_influence = { who = SRN value = -100 } } } + gtfo_LBG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBG diplomatic_influence = { who = LBG value = -100 } } } + gtfo_PNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNB diplomatic_influence = { who = PNB value = -100 } } } + gtfo_FIU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIU diplomatic_influence = { who = FIU value = -100 } } } + gtfo_SYC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SYC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SYC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SYC diplomatic_influence = { who = SYC value = -100 } } } + gtfo_MDV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MDV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MDV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MDV diplomatic_influence = { who = MDV value = -100 } } } + gtfo_ABK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ABK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ABK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ABK diplomatic_influence = { who = ABK value = -100 } } } + gtfo_CRT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRT diplomatic_influence = { who = CRT value = -100 } } } + gtfo_SBA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SBA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SBA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SBA diplomatic_influence = { who = SBA value = -100 } } } + gtfo_ARC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARC diplomatic_influence = { who = ARC value = -100 } } } + gtfo_LHJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LHJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LHJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LHJ diplomatic_influence = { who = LHJ value = -100 } } } + gtfo_FDL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FDL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FDL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FDL diplomatic_influence = { who = FDL value = -100 } } } + gtfo_KTH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KTH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KTH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KTH diplomatic_influence = { who = KTH value = -100 } } } + gtfo_MHR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MHR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MHR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MHR diplomatic_influence = { who = MHR value = -100 } } } + gtfo_KML = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KML = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KML = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KML diplomatic_influence = { who = KML value = -100 } } } + gtfo_SHK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHK diplomatic_influence = { who = SHK value = -100 } } } + gtfo_WRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WRL diplomatic_influence = { who = WRL value = -100 } } } + gtfo_BHP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHP diplomatic_influence = { who = BHP value = -100 } } } + gtfo_EZO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EZO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EZO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EZO diplomatic_influence = { who = EZO value = -100 } } } + gtfo_CHY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHY diplomatic_influence = { who = CHY value = -100 } } } + gtfo_CHK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHK diplomatic_influence = { who = CHK value = -100 } } } + gtfo_QNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QNG diplomatic_influence = { who = QNG value = -100 } } } + gtfo_MGH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MGH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MGH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MGH diplomatic_influence = { who = MGH value = -100 } } } + gtfo_BAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAH diplomatic_influence = { who = BAH value = -100 } } } + gtfo_CHP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHP diplomatic_influence = { who = CHP value = -100 } } } + gtfo_CEQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CEQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CEQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CEQ diplomatic_influence = { who = CEQ value = -100 } } } + gtfo_ENT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENT diplomatic_influence = { who = ENT value = -100 } } } + gtfo_GCO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GCO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GCO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GCO diplomatic_influence = { who = GCO value = -100 } } } + gtfo_GUY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GUY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GUY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GUY diplomatic_influence = { who = GUY value = -100 } } } + gtfo_LOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOS diplomatic_influence = { who = LOS value = -100 } } } + gtfo_LPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LPL diplomatic_influence = { who = LPL value = -100 } } } + gtfo_PBC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PBC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PBC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PBC diplomatic_influence = { who = PBC value = -100 } } } + gtfo_PTG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PTG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PTG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PTG diplomatic_influence = { who = PTG value = -100 } } } + gtfo_RGR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RGR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RGR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RGR diplomatic_influence = { who = RGR value = -100 } } } + gtfo_RGS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RGS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RGS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RGS diplomatic_influence = { who = RGS value = -100 } } } + gtfo_SON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SON diplomatic_influence = { who = SON value = -100 } } } + gtfo_SPU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPU diplomatic_influence = { who = SPU value = -100 } } } + gtfo_YUC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YUC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YUC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YUC diplomatic_influence = { who = YUC value = -100 } } } + gtfo_BLZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BLZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BLZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BLZ diplomatic_influence = { who = BLZ value = -100 } } } + gtfo_DAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAK diplomatic_influence = { who = DAK value = -100 } } } + gtfo_FSA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FSA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FSA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FSA diplomatic_influence = { who = FSA value = -100 } } } + gtfo_GRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GRN diplomatic_influence = { who = GRN value = -100 } } } + gtfo_JAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAM diplomatic_influence = { who = JAM value = -100 } } } + gtfo_LSK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LSK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LSK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LSK diplomatic_influence = { who = LSK value = -100 } } } + gtfo_MRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MRU diplomatic_influence = { who = MRU value = -100 } } } + gtfo_PRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRI diplomatic_influence = { who = PRI value = -100 } } } + gtfo_RPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RPL diplomatic_influence = { who = RPL value = -100 } } } + gtfo_TTB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TTB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TTB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TTB diplomatic_influence = { who = TTB value = -100 } } } + gtfo_UIL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UIL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UIL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UIL diplomatic_influence = { who = UIL value = -100 } } } + gtfo_UNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UNB diplomatic_influence = { who = UNB value = -100 } } } + gtfo_UNM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UNM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UNM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UNM diplomatic_influence = { who = UNM value = -100 } } } + gtfo_UOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UOR diplomatic_influence = { who = UOR value = -100 } } } + gtfo_ALS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALS diplomatic_influence = { who = ALS value = -100 } } } + gtfo_ATR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ATR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ATR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ATR diplomatic_influence = { who = ATR value = -100 } } } + gtfo_BAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAN diplomatic_influence = { who = BAN value = -100 } } } + gtfo_BKV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BKV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BKV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BKV diplomatic_influence = { who = BKV value = -100 } } } + gtfo_BRT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRT diplomatic_influence = { who = BRT value = -100 } } } + gtfo_BSQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BSQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BSQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BSQ diplomatic_influence = { who = BSQ value = -100 } } } + gtfo_CRS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRS diplomatic_influence = { who = CRS value = -100 } } } + gtfo_DLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DLM diplomatic_influence = { who = DLM value = -100 } } } + gtfo_ENL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENL diplomatic_influence = { who = ENL value = -100 } } } + gtfo_GLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GLC diplomatic_influence = { who = GLC value = -100 } } } + gtfo_GLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GLM diplomatic_influence = { who = GLM value = -100 } } } + gtfo_LOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOR diplomatic_influence = { who = LOR value = -100 } } } + gtfo_MCD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MCD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MCD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MCD diplomatic_influence = { who = MCD value = -100 } } } + gtfo_MLT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLT diplomatic_influence = { who = MLT value = -100 } } } + gtfo_OCC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OCC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OCC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OCC diplomatic_influence = { who = OCC value = -100 } } } + gtfo_RMG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RMG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RMG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RMG diplomatic_influence = { who = RMG value = -100 } } } + gtfo_SPC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPC diplomatic_influence = { who = SPC value = -100 } } } + gtfo_SRD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRD diplomatic_influence = { who = SRD value = -100 } } } + gtfo_SVY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SVY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SVY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SVY diplomatic_influence = { who = SVY value = -100 } } } + gtfo_SWH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWH diplomatic_influence = { who = SWH value = -100 } } } + gtfo_WHA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WHA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WHA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WHA diplomatic_influence = { who = WHA value = -100 } } } + gtfo_DNB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DNB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DNB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DNB diplomatic_influence = { who = DNB value = -100 } } } + gtfo_LUZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUZ diplomatic_influence = { who = LUZ value = -100 } } } + gtfo_RHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RHI diplomatic_influence = { who = RHI value = -100 } } } + gtfo_PML = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PML = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PML = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PML diplomatic_influence = { who = PML value = -100 } } } + gtfo_PZN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PZN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PZN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PZN diplomatic_influence = { who = PZN value = -100 } } } + gtfo_SLS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLS diplomatic_influence = { who = SLS value = -100 } } } + gtfo_WES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WES diplomatic_influence = { who = WES value = -100 } } } + gtfo_AKH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AKH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AKH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AKH diplomatic_influence = { who = AKH value = -100 } } } + gtfo_ALT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALT diplomatic_influence = { who = ALT value = -100 } } } + gtfo_CPL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CPL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CPL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CPL diplomatic_influence = { who = CPL value = -100 } } } + gtfo_DON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DON diplomatic_influence = { who = DON value = -100 } } } + gtfo_IZH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IZH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IZH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IZH diplomatic_influence = { who = IZH value = -100 } } } + gtfo_KAZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAZ diplomatic_influence = { who = KAZ value = -100 } } } + gtfo_KAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAM diplomatic_influence = { who = KAM value = -100 } } } + gtfo_KMK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KMK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KMK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KMK diplomatic_influence = { who = KMK value = -100 } } } + gtfo_KRL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRL diplomatic_influence = { who = KRL value = -100 } } } + gtfo_SIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIB diplomatic_influence = { who = SIB value = -100 } } } + gtfo_TAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAR diplomatic_influence = { who = TAR value = -100 } } } + gtfo_TNT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TNT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TNT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TNT diplomatic_influence = { who = TNT value = -100 } } } + gtfo_URA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo URA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no URA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = URA diplomatic_influence = { who = URA value = -100 } } } + gtfo_YAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YAK diplomatic_influence = { who = YAK value = -100 } } } + gtfo_ARU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARU diplomatic_influence = { who = ARU value = -100 } } } + gtfo_ASY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASY diplomatic_influence = { who = ASY value = -100 } } } + gtfo_BHR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHR diplomatic_influence = { who = BHR value = -100 } } } + gtfo_CIR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CIR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CIR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CIR diplomatic_influence = { who = CIR value = -100 } } } + gtfo_CLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLC diplomatic_influence = { who = CLC value = -100 } } } + gtfo_DAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAG diplomatic_influence = { who = DAG value = -100 } } } + gtfo_DUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DUR diplomatic_influence = { who = DUR value = -100 } } } + gtfo_HAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAL diplomatic_influence = { who = HAL value = -100 } } } + gtfo_JOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOR diplomatic_influence = { who = JOR value = -100 } } } + gtfo_KDS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KDS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KDS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KDS diplomatic_influence = { who = KDS value = -100 } } } + gtfo_KWT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KWT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KWT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KWT diplomatic_influence = { who = KWT value = -100 } } } + gtfo_KYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KYR diplomatic_influence = { who = KYR value = -100 } } } + gtfo_LBN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBN diplomatic_influence = { who = LBN value = -100 } } } + gtfo_NYE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NYE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NYE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NYE diplomatic_influence = { who = NYE value = -100 } } } + gtfo_PLS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PLS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PLS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PLS diplomatic_influence = { who = PLS value = -100 } } } + gtfo_PNT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNT diplomatic_influence = { who = PNT value = -100 } } } + gtfo_SYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SYR diplomatic_influence = { who = SYR value = -100 } } } + gtfo_TAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAJ diplomatic_influence = { who = TAJ value = -100 } } } + gtfo_TCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TCA diplomatic_influence = { who = TCA value = -100 } } } + gtfo_TKM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKM diplomatic_influence = { who = TKM value = -100 } } } + gtfo_TKS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKS diplomatic_influence = { who = TKS value = -100 } } } + gtfo_UYG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UYG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UYG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UYG diplomatic_influence = { who = UYG value = -100 } } } + gtfo_UZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UZB diplomatic_influence = { who = UZB value = -100 } } } + gtfo_ASM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASM diplomatic_influence = { who = ASM value = -100 } } } + gtfo_BIH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BIH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BIH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BIH diplomatic_influence = { who = BIH value = -100 } } } + gtfo_BLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BLC diplomatic_influence = { who = BLC value = -100 } } } + gtfo_BNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BNG diplomatic_influence = { who = BNG value = -100 } } } + gtfo_DRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DRA diplomatic_influence = { who = DRA value = -100 } } } + gtfo_KRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRN diplomatic_influence = { who = KRN value = -100 } } } + gtfo_MAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAH diplomatic_influence = { who = MAH value = -100 } } } + gtfo_RAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RAJ diplomatic_influence = { who = RAJ value = -100 } } } + gtfo_SRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SRI diplomatic_influence = { who = SRI value = -100 } } } + gtfo_AGC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AGC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AGC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AGC diplomatic_influence = { who = AGC value = -100 } } } + gtfo_ANG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ANG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ANG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ANG diplomatic_influence = { who = ANG value = -100 } } } + gtfo_ARO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARO diplomatic_influence = { who = ARO value = -100 } } } + gtfo_ASH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ASH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ASH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ASH diplomatic_influence = { who = ASH value = -100 } } } + gtfo_AWS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AWS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AWS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AWS diplomatic_influence = { who = AWS value = -100 } } } + gtfo_AZA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AZA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AZA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AZA diplomatic_influence = { who = AZA value = -100 } } } + gtfo_BEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BEN diplomatic_influence = { who = BEN value = -100 } } } + gtfo_BRD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRD diplomatic_influence = { who = BRD value = -100 } } } + gtfo_BSH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BSH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BSH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BSH diplomatic_influence = { who = BSH value = -100 } } } + gtfo_BUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUG diplomatic_influence = { who = BUG value = -100 } } } + gtfo_CAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAR diplomatic_influence = { who = CAR value = -100 } } } + gtfo_CGO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CGO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CGO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CGO diplomatic_influence = { who = CGO value = -100 } } } + gtfo_CHD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHD diplomatic_influence = { who = CHD value = -100 } } } + gtfo_CLA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLA diplomatic_influence = { who = CLA value = -100 } } } + gtfo_CMR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CMR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CMR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CMR diplomatic_influence = { who = CMR value = -100 } } } + gtfo_CYR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CYR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CYR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CYR diplomatic_influence = { who = CYR value = -100 } } } + gtfo_DAH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAH diplomatic_influence = { who = DAH value = -100 } } } + gtfo_DAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAM diplomatic_influence = { who = DAM value = -100 } } } + gtfo_DAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAR diplomatic_influence = { who = DAR value = -100 } } } + gtfo_DND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DND diplomatic_influence = { who = DND value = -100 } } } + gtfo_GAB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GAB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GAB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GAB diplomatic_influence = { who = GAB value = -100 } } } + gtfo_GAZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GAZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GAZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GAZ diplomatic_influence = { who = GAZ value = -100 } } } + gtfo_GBU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GBU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GBU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GBU diplomatic_influence = { who = GBU value = -100 } } } + gtfo_GEL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GEL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GEL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GEL diplomatic_influence = { who = GEL value = -100 } } } + gtfo_GMB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GMB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GMB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GMB diplomatic_influence = { who = GMB value = -100 } } } + gtfo_GNE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GNE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GNE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GNE diplomatic_influence = { who = GNE value = -100 } } } + gtfo_GON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GON diplomatic_influence = { who = GON value = -100 } } } + gtfo_HAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAR diplomatic_influence = { who = HAR value = -100 } } } + gtfo_IVC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IVC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IVC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IVC diplomatic_influence = { who = IVC value = -100 } } } + gtfo_JAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAL diplomatic_influence = { who = JAL value = -100 } } } + gtfo_KAF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAF diplomatic_influence = { who = KAF value = -100 } } } + gtfo_KBO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KBO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KBO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KBO diplomatic_influence = { who = KBO value = -100 } } } + gtfo_KNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KNG diplomatic_influence = { who = KNG value = -100 } } } + gtfo_KNY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KNY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KNY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KNY diplomatic_influence = { who = KNY value = -100 } } } + gtfo_KON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KON diplomatic_influence = { who = KON value = -100 } } } + gtfo_KUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUB diplomatic_influence = { who = KUB value = -100 } } } + gtfo_KZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KZB diplomatic_influence = { who = KZB value = -100 } } } + gtfo_LBA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBA diplomatic_influence = { who = LBA value = -100 } } } + gtfo_LBY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LBY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LBY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LBY diplomatic_influence = { who = LBY value = -100 } } } + gtfo_LOA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOA diplomatic_influence = { who = LOA value = -100 } } } + gtfo_LUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUN diplomatic_influence = { who = LUN value = -100 } } } + gtfo_MAJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAJ diplomatic_influence = { who = MAJ value = -100 } } } + gtfo_MAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAS diplomatic_influence = { who = MAS value = -100 } } } + gtfo_MAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAT diplomatic_influence = { who = MAT value = -100 } } } + gtfo_MLI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLI diplomatic_influence = { who = MLI value = -100 } } } + gtfo_MLW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLW diplomatic_influence = { who = MLW value = -100 } } } + gtfo_MNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MNG diplomatic_influence = { who = MNG value = -100 } } } + gtfo_MOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOS diplomatic_influence = { who = MOS value = -100 } } } + gtfo_MOZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOZ diplomatic_influence = { who = MOZ value = -100 } } } + gtfo_NGR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NGR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NGR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NGR diplomatic_influence = { who = NGR value = -100 } } } + gtfo_NIG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NIG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NIG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NIG diplomatic_influence = { who = NIG value = -100 } } } + gtfo_OYO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OYO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OYO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OYO diplomatic_influence = { who = OYO value = -100 } } } + gtfo_RWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RWA diplomatic_influence = { who = RWA value = -100 } } } + gtfo_SEG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SEG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SEG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SEG diplomatic_influence = { who = SEG value = -100 } } } + gtfo_SHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHO diplomatic_influence = { who = SHO value = -100 } } } + gtfo_SHW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHW diplomatic_influence = { who = SHW value = -100 } } } + gtfo_SID = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SID = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SID = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SID diplomatic_influence = { who = SID value = -100 } } } + gtfo_SLE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLE diplomatic_influence = { who = SLE value = -100 } } } + gtfo_SNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SNG diplomatic_influence = { who = SNG value = -100 } } } + gtfo_SOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SOM diplomatic_influence = { who = SOM value = -100 } } } + gtfo_SUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUA diplomatic_influence = { who = SUA value = -100 } } } + gtfo_SUD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUD diplomatic_influence = { who = SUD value = -100 } } } + gtfo_TIG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TIG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TIG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TIG diplomatic_influence = { who = TIG value = -100 } } } + gtfo_TNZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TNZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TNZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TNZ diplomatic_influence = { who = TNZ value = -100 } } } + gtfo_TOG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOG diplomatic_influence = { who = TOG value = -100 } } } + gtfo_TOO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOO diplomatic_influence = { who = TOO value = -100 } } } + gtfo_TOU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOU diplomatic_influence = { who = TOU value = -100 } } } + gtfo_TRZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRZ diplomatic_influence = { who = TRZ value = -100 } } } + gtfo_TSW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TSW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TSW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TSW diplomatic_influence = { who = TSW value = -100 } } } + gtfo_WAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WAD diplomatic_influence = { who = WAD value = -100 } } } + gtfo_WRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WRI diplomatic_influence = { who = WRI value = -100 } } } + gtfo_WOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WOL diplomatic_influence = { who = WOL value = -100 } } } + gtfo_XHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XHO diplomatic_influence = { who = XHO value = -100 } } } + gtfo_ZAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZAM diplomatic_influence = { who = ZAM value = -100 } } } + gtfo_DJA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DJA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DJA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DJA diplomatic_influence = { who = DJA value = -100 } } } + gtfo_FJN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FJN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FJN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FJN diplomatic_influence = { who = FJN value = -100 } } } + gtfo_GMJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GMJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GMJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GMJ diplomatic_influence = { who = GMJ value = -100 } } } + gtfo_GNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GNG diplomatic_influence = { who = GNG value = -100 } } } + gtfo_HNN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HNN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HNN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HNN diplomatic_influence = { who = HNN value = -100 } } } + gtfo_HUI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HUI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HUI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HUI diplomatic_influence = { who = HUI value = -100 } } } + gtfo_INO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo INO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no INO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = INO diplomatic_influence = { who = INO value = -100 } } } + gtfo_KCH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KCH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KCH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KCH diplomatic_influence = { who = KCH value = -100 } } } + gtfo_KLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KLM diplomatic_influence = { who = KLM value = -100 } } } + gtfo_KMT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KMT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KMT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KMT diplomatic_influence = { who = KMT value = -100 } } } + gtfo_KTI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KTI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KTI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KTI diplomatic_influence = { who = KTI value = -100 } } } + gtfo_LAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAN diplomatic_influence = { who = LAN value = -100 } } } + gtfo_LXA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LXA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LXA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LXA diplomatic_influence = { who = LXA value = -100 } } } + gtfo_MAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAL diplomatic_influence = { who = MAL value = -100 } } } + gtfo_MLY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MLY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MLY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MLY diplomatic_influence = { who = MLY value = -100 } } } + gtfo_SHA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHA diplomatic_influence = { who = SHA value = -100 } } } + gtfo_SLW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLW diplomatic_influence = { who = SLW value = -100 } } } + gtfo_SAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAK diplomatic_influence = { who = SAK value = -100 } } } + gtfo_SUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SUL diplomatic_influence = { who = SUL value = -100 } } } + gtfo_SWK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWK diplomatic_influence = { who = SWK value = -100 } } } + gtfo_SZC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SZC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SZC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SZC diplomatic_influence = { who = SZC value = -100 } } } + gtfo_TAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TAI diplomatic_influence = { who = TAI value = -100 } } } + gtfo_CHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHO diplomatic_influence = { who = CHO value = -100 } } } + gtfo_KAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAG diplomatic_influence = { who = KAG value = -100 } } } + gtfo_RYU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RYU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RYU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RYU diplomatic_influence = { who = RYU value = -100 } } } + gtfo_SAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAT diplomatic_influence = { who = SAT value = -100 } } } + gtfo_SEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SEN diplomatic_influence = { who = SEN value = -100 } } } + gtfo_TKG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TKG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TKG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TKG diplomatic_influence = { who = TKG value = -100 } } } + gtfo_TOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TOS diplomatic_influence = { who = TOS value = -100 } } } + gtfo_YZW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YZW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YZW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YZW diplomatic_influence = { who = YZW value = -100 } } } + gtfo_FIJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIJ diplomatic_influence = { who = FIJ value = -100 } } } + gtfo_TGA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TGA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TGA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TGA diplomatic_influence = { who = TGA value = -100 } } } + gtfo_ARA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARA diplomatic_influence = { who = ARA value = -100 } } } + gtfo_BYE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BYE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BYE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BYE diplomatic_influence = { who = BYE value = -100 } } } + gtfo_PLC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PLC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PLC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PLC diplomatic_influence = { who = PLC value = -100 } } } + gtfo_UBD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UBD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UBD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UBD diplomatic_influence = { who = UBD value = -100 } } } + gtfo_DEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DEN diplomatic_influence = { who = DEN value = -100 } } } + gtfo_FIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FIN diplomatic_influence = { who = FIN value = -100 } } } + gtfo_NOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NOR diplomatic_influence = { who = NOR value = -100 } } } + gtfo_SCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCA diplomatic_influence = { who = SCA value = -100 } } } + gtfo_SWE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWE diplomatic_influence = { who = SWE value = -100 } } } + gtfo_BEL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BEL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BEL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BEL diplomatic_influence = { who = BEL value = -100 } } } + gtfo_CAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAT diplomatic_influence = { who = CAT value = -100 } } } + gtfo_FLA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FLA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FLA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FLA diplomatic_influence = { who = FLA value = -100 } } } + gtfo_IRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IRE diplomatic_influence = { who = IRE value = -100 } } } + gtfo_NET = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NET = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NET = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NET diplomatic_influence = { who = NET value = -100 } } } + gtfo_POR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo POR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no POR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = POR diplomatic_influence = { who = POR value = -100 } } } + gtfo_SCO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCO diplomatic_influence = { who = SCO value = -100 } } } + gtfo_SPA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SPA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SPA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SPA diplomatic_influence = { who = SPA value = -100 } } } + gtfo_WLL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WLL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WLL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WLL diplomatic_influence = { who = WLL value = -100 } } } + gtfo_ANH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ANH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ANH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ANH diplomatic_influence = { who = ANH value = -100 } } } + gtfo_BAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAD diplomatic_influence = { who = BAD value = -100 } } } + gtfo_BAV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAV diplomatic_influence = { who = BAV value = -100 } } } + gtfo_BRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRA diplomatic_influence = { who = BRA value = -100 } } } + gtfo_BRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRE diplomatic_influence = { who = BRE value = -100 } } } + gtfo_COB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COB diplomatic_influence = { who = COB value = -100 } } } + gtfo_DZG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DZG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DZG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DZG diplomatic_influence = { who = DZG value = -100 } } } + gtfo_FRM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRM diplomatic_influence = { who = FRM value = -100 } } } + gtfo_HAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAM diplomatic_influence = { who = HAM value = -100 } } } + gtfo_HAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAN diplomatic_influence = { who = HAN value = -100 } } } + gtfo_HES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HES diplomatic_influence = { who = HES value = -100 } } } + gtfo_HEK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HEK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HEK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HEK diplomatic_influence = { who = HEK value = -100 } } } + gtfo_HOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HOL diplomatic_influence = { who = HOL value = -100 } } } + gtfo_LIP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIP diplomatic_influence = { who = LIP value = -100 } } } + gtfo_LUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUB diplomatic_influence = { who = LUB value = -100 } } } + gtfo_LUX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUX diplomatic_influence = { who = LUX value = -100 } } } + gtfo_MEC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEC diplomatic_influence = { who = MEC value = -100 } } } + gtfo_MEI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEI diplomatic_influence = { who = MEI value = -100 } } } + gtfo_NAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAS diplomatic_influence = { who = NAS value = -100 } } } + gtfo_NGF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NGF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NGF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NGF diplomatic_influence = { who = NGF value = -100 } } } + gtfo_OLD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OLD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OLD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OLD diplomatic_influence = { who = OLD value = -100 } } } + gtfo_SAX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAX diplomatic_influence = { who = SAX value = -100 } } } + gtfo_SCH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SCH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SCH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SCH diplomatic_influence = { who = SCH value = -100 } } } + gtfo_SGF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SGF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SGF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SGF diplomatic_influence = { who = SGF value = -100 } } } + gtfo_WEI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WEI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WEI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WEI diplomatic_influence = { who = WEI value = -100 } } } + gtfo_WUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WUR diplomatic_influence = { who = WUR value = -100 } } } + gtfo_LOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LOM diplomatic_influence = { who = LOM value = -100 } } } + gtfo_LUC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUC diplomatic_influence = { who = LUC value = -100 } } } + gtfo_MOD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOD diplomatic_influence = { who = MOD value = -100 } } } + gtfo_PAP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAP diplomatic_influence = { who = PAP value = -100 } } } + gtfo_PAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PAR diplomatic_influence = { who = PAR value = -100 } } } + gtfo_SAR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAR diplomatic_influence = { who = SAR value = -100 } } } + gtfo_SIC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIC diplomatic_influence = { who = SIC value = -100 } } } + gtfo_TRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRE diplomatic_influence = { who = TRE value = -100 } } } + gtfo_TUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUS diplomatic_influence = { who = TUS value = -100 } } } + gtfo_VEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo VEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no VEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = VEN diplomatic_influence = { who = VEN value = -100 } } } + gtfo_BOH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOH diplomatic_influence = { who = BOH value = -100 } } } + gtfo_KRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KRA diplomatic_influence = { who = KRA value = -100 } } } + gtfo_CRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRI diplomatic_influence = { who = CRI value = -100 } } } + gtfo_EST = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EST = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EST = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EST diplomatic_influence = { who = EST value = -100 } } } + gtfo_HUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HUN diplomatic_influence = { who = HUN value = -100 } } } + gtfo_LIT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIT diplomatic_influence = { who = LIT value = -100 } } } + gtfo_LAT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAT diplomatic_influence = { who = LAT value = -100 } } } + gtfo_POL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo POL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no POL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = POL diplomatic_influence = { who = POL value = -100 } } } + gtfo_SLV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLV diplomatic_influence = { who = SLV value = -100 } } } + gtfo_SWI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SWI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SWI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SWI diplomatic_influence = { who = SWI value = -100 } } } + gtfo_RUT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RUT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RUT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RUT diplomatic_influence = { who = RUT value = -100 } } } + gtfo_SIE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIE diplomatic_influence = { who = SIE value = -100 } } } + gtfo_UKR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UKR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UKR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UKR diplomatic_influence = { who = UKR value = -100 } } } + gtfo_CZH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CZH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CZH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CZH diplomatic_influence = { who = CZH value = -100 } } } + gtfo_ALB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALB diplomatic_influence = { who = ALB value = -100 } } } + gtfo_BOS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOS diplomatic_influence = { who = BOS value = -100 } } } + gtfo_BUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUL diplomatic_influence = { who = BUL value = -100 } } } + gtfo_CRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRE diplomatic_influence = { who = CRE value = -100 } } } + gtfo_CRO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CRO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CRO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CRO diplomatic_influence = { who = CRO value = -100 } } } + gtfo_CYP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CYP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CYP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CYP diplomatic_influence = { who = CYP value = -100 } } } + gtfo_GRE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GRE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GRE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GRE diplomatic_influence = { who = GRE value = -100 } } } + gtfo_ION = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ION = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ION = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ION diplomatic_influence = { who = ION value = -100 } } } + gtfo_MOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOL diplomatic_influence = { who = MOL value = -100 } } } + gtfo_MON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MON diplomatic_influence = { who = MON value = -100 } } } + gtfo_ROM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ROM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ROM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ROM diplomatic_influence = { who = ROM value = -100 } } } + gtfo_SER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SER diplomatic_influence = { who = SER value = -100 } } } + gtfo_SLO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SLO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SLO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SLO diplomatic_influence = { who = SLO value = -100 } } } + gtfo_TUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUR diplomatic_influence = { who = TUR value = -100 } } } + gtfo_WAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WAL diplomatic_influence = { who = WAL value = -100 } } } + gtfo_YUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YUG diplomatic_influence = { who = YUG value = -100 } } } + gtfo_ALD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ALD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ALD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ALD diplomatic_influence = { who = ALD value = -100 } } } + gtfo_CNG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NOT = { has_country_flag = zaire_master } CNG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CNG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CNG diplomatic_influence = { who = CNG value = -100 } } } + gtfo_EGY = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo EGY = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no EGY = { war = no } } effect = { prestige_factor = -0.1 release_vassal = EGY diplomatic_influence = { who = EGY value = -100 } } } + gtfo_ETH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ETH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ETH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ETH diplomatic_influence = { who = ETH value = -100 } } } + gtfo_MAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAD diplomatic_influence = { who = MAD value = -100 } } } + gtfo_LIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LIB diplomatic_influence = { who = LIB value = -100 } } } + gtfo_MOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MOR diplomatic_influence = { who = MOR value = -100 } } } + gtfo_NAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAL diplomatic_influence = { who = NAL value = -100 } } } + gtfo_ORA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ORA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ORA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ORA diplomatic_influence = { who = ORA value = -100 } } } + gtfo_SAF = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SAF = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SAF = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SAF diplomatic_influence = { who = SAF value = -100 } } } + gtfo_SOK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SOK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SOK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SOK diplomatic_influence = { who = SOK value = -100 } } } + gtfo_RHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RHO diplomatic_influence = { who = RHO value = -100 } } } + gtfo_TRI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRI diplomatic_influence = { who = TRI value = -100 } } } + gtfo_TRN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRN diplomatic_influence = { who = TRN value = -100 } } } + gtfo_TUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TUN diplomatic_influence = { who = TUN value = -100 } } } + gtfo_ZAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZAN diplomatic_influence = { who = ZAN value = -100 } } } + gtfo_ZUL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ZUL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ZUL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ZUL diplomatic_influence = { who = ZUL value = -100 } } } + gtfo_ABU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ABU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ABU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ABU diplomatic_influence = { who = ABU value = -100 } } } + gtfo_AFG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AFG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AFG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AFG diplomatic_influence = { who = AFG value = -100 } } } + gtfo_ARM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARM diplomatic_influence = { who = ARM value = -100 } } } + gtfo_AZB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AZB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AZB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AZB diplomatic_influence = { who = AZB value = -100 } } } + gtfo_BUK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUK diplomatic_influence = { who = BUK value = -100 } } } + gtfo_GEO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GEO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GEO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GEO diplomatic_influence = { who = GEO value = -100 } } } + gtfo_HDJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HDJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HDJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HDJ diplomatic_influence = { who = HDJ value = -100 } } } + gtfo_IRQ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IRQ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IRQ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IRQ diplomatic_influence = { who = IRQ value = -100 } } } + gtfo_KHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KHI diplomatic_influence = { who = KHI value = -100 } } } + gtfo_KOK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KOK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KOK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KOK diplomatic_influence = { who = KOK value = -100 } } } + gtfo_MUG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MUG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MUG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MUG diplomatic_influence = { who = MUG value = -100 } } } + gtfo_NEJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEJ diplomatic_influence = { who = NEJ value = -100 } } } + gtfo_OMA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo OMA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no OMA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = OMA diplomatic_influence = { who = OMA value = -100 } } } + gtfo_PER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PER diplomatic_influence = { who = PER value = -100 } } } + gtfo_YEM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YEM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YEM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YEM diplomatic_influence = { who = YEM value = -100 } } } + gtfo_HND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HND diplomatic_influence = { who = HND value = -100 } } } + gtfo_AWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AWA diplomatic_influence = { who = AWA value = -100 } } } + gtfo_BAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAS diplomatic_influence = { who = BAS value = -100 } } } + gtfo_BER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BER diplomatic_influence = { who = BER value = -100 } } } + gtfo_BHO = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHO = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHO = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHO diplomatic_influence = { who = BHO value = -100 } } } + gtfo_BIK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BIK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BIK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BIK diplomatic_influence = { who = BIK value = -100 } } } + gtfo_BUN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUN diplomatic_influence = { who = BUN value = -100 } } } + gtfo_GWA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GWA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GWA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GWA diplomatic_influence = { who = GWA value = -100 } } } + gtfo_HYD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HYD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HYD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HYD diplomatic_influence = { who = HYD value = -100 } } } + gtfo_IND = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IND = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IND = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IND diplomatic_influence = { who = IND value = -100 } } } + gtfo_JAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAI diplomatic_influence = { who = JAI value = -100 } } } + gtfo_JAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAS diplomatic_influence = { who = JAS value = -100 } } } + gtfo_JOD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOD diplomatic_influence = { who = JOD value = -100 } } } + gtfo_KAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAL diplomatic_influence = { who = KAL value = -100 } } } + gtfo_KAS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KAS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KAS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KAS diplomatic_influence = { who = KAS value = -100 } } } + gtfo_KUT = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUT = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUT = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUT diplomatic_influence = { who = KUT value = -100 } } } + gtfo_LAD = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LAD = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LAD = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LAD diplomatic_influence = { who = LAD value = -100 } } } + gtfo_MAK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MAK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MAK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MAK diplomatic_influence = { who = MAK value = -100 } } } + gtfo_MEW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEW diplomatic_influence = { who = MEW value = -100 } } } + gtfo_MYS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MYS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MYS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MYS diplomatic_influence = { who = MYS value = -100 } } } + gtfo_NAG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NAG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NAG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NAG diplomatic_influence = { who = NAG value = -100 } } } + gtfo_NEP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEP diplomatic_influence = { who = NEP value = -100 } } } + gtfo_ORI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ORI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ORI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ORI diplomatic_influence = { who = ORI value = -100 } } } + gtfo_PNJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNJ diplomatic_influence = { who = PNJ value = -100 } } } + gtfo_SHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SHI diplomatic_influence = { who = SHI value = -100 } } } + gtfo_SIK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIK diplomatic_influence = { who = SIK value = -100 } } } + gtfo_SIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIN diplomatic_influence = { who = SIN value = -100 } } } + gtfo_TRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TRA diplomatic_influence = { who = TRA value = -100 } } } + gtfo_ATJ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ATJ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ATJ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ATJ diplomatic_influence = { who = ATJ value = -100 } } } + gtfo_BAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAL diplomatic_influence = { who = BAL value = -100 } } } + gtfo_BHU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BHU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BHU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BHU diplomatic_influence = { who = BHU value = -100 } } } + gtfo_BRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRU diplomatic_influence = { who = BRU value = -100 } } } + gtfo_BUR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BUR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BUR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BUR diplomatic_influence = { who = BUR value = -100 } } } + gtfo_CAM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAM diplomatic_influence = { who = CAM value = -100 } } } + gtfo_CHI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHI diplomatic_influence = { who = CHI value = -100 } } } + gtfo_DAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DAI diplomatic_influence = { who = DAI value = -100 } } } + gtfo_JAV = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAV = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAV = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAV diplomatic_influence = { who = JAV value = -100 } } } + gtfo_KOR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KOR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KOR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KOR diplomatic_influence = { who = KOR value = -100 } } } + gtfo_LUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo LUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no LUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = LUA diplomatic_influence = { who = LUA value = -100 } } } + gtfo_JOH = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JOH = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JOH = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JOH diplomatic_influence = { who = JOH value = -100 } } } + gtfo_SIA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SIA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SIA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SIA diplomatic_influence = { who = SIA value = -100 } } } + gtfo_TIB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TIB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TIB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TIB diplomatic_influence = { who = TIB value = -100 } } } + gtfo_MGL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MGL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MGL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MGL diplomatic_influence = { who = MGL value = -100 } } } + gtfo_WIA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo WIA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no WIA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = WIA diplomatic_influence = { who = WIA value = -100 } } } + gtfo_PHL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PHL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PHL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PHL diplomatic_influence = { who = PHL value = -100 } } } + gtfo_MCK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MCK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MCK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MCK diplomatic_influence = { who = MCK value = -100 } } } + gtfo_GXI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GXI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GXI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GXI diplomatic_influence = { who = GXI value = -100 } } } + gtfo_SXI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo SXI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no SXI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = SXI diplomatic_influence = { who = SXI value = -100 } } } + gtfo_YNN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo YNN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no YNN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = YNN diplomatic_influence = { who = YNN value = -100 } } } + gtfo_XBI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XBI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XBI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XBI diplomatic_influence = { who = XBI value = -100 } } } + gtfo_XIN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo XIN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no XIN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = XIN diplomatic_influence = { who = XIN value = -100 } } } + gtfo_CAL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAL diplomatic_influence = { who = CAL value = -100 } } } + gtfo_CAN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CAN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CAN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CAN diplomatic_influence = { who = CAN value = -100 } } } + gtfo_CHE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHE diplomatic_influence = { who = CHE value = -100 } } } + gtfo_COL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COL diplomatic_influence = { who = COL value = -100 } } } + gtfo_COS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo COS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no COS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = COS diplomatic_influence = { who = COS value = -100 } } } + gtfo_CSA = { picture = gtfo alert = no potential = { CSA = { NOT = { has_country_flag = unreleasable_country } } has_country_flag = gtfo CSA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { ai = no } effect = { prestige = -20 release_vassal = CSA diplomatic_influence = { who = CSA value = -100 } } } + gtfo_CUB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CUB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CUB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CUB diplomatic_influence = { who = CUB value = -100 } } } + gtfo_DES = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DES = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DES = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DES diplomatic_influence = { who = DES value = -100 } } } + gtfo_DOM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo DOM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no DOM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = DOM diplomatic_influence = { who = DOM value = -100 } } } + gtfo_ELS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ELS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ELS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ELS diplomatic_influence = { who = ELS value = -100 } } } + gtfo_GUA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GUA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GUA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GUA diplomatic_influence = { who = GUA value = -100 } } } + gtfo_HAI = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAI = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAI = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAI diplomatic_influence = { who = HAI value = -100 } } } + gtfo_HAW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HAW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HAW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HAW diplomatic_influence = { who = HAW value = -100 } } } + gtfo_MEX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MEX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MEX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MEX diplomatic_influence = { who = MEX value = -100 } } } + gtfo_MTC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo MTC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no MTC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = MTC diplomatic_influence = { who = MTC value = -100 } } } + gtfo_HON = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo HON = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no HON = { war = no } } effect = { prestige_factor = -0.1 release_vassal = HON diplomatic_influence = { who = HON value = -100 } } } + gtfo_NEN = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEN = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEN = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEN diplomatic_influence = { who = NEN value = -100 } } } + gtfo_NEW = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NEW = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NEW = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NEW diplomatic_influence = { who = NEW value = -100 } } } + gtfo_NIC = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NIC = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NIC = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NIC diplomatic_influence = { who = NIC value = -100 } } } + gtfo_PNM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PNM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PNM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PNM diplomatic_influence = { who = PNM value = -100 } } } + gtfo_QUE = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo QUE = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no QUE = { war = no } } effect = { prestige_factor = -0.1 release_vassal = QUE diplomatic_influence = { who = QUE value = -100 } } } + gtfo_TEX = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TEX = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TEX = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TEX diplomatic_influence = { who = TEX value = -100 } } } + gtfo_UCA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo UCA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no UCA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = UCA diplomatic_influence = { who = UCA value = -100 } } } + gtfo_ARG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ARG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ARG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ARG diplomatic_influence = { who = ARG value = -100 } } } + gtfo_BOL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BOL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BOL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BOL diplomatic_influence = { who = BOL value = -100 } } } + gtfo_BRZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BRZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BRZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BRZ diplomatic_influence = { who = BRZ value = -100 } } } + gtfo_CHL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CHL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CHL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CHL diplomatic_influence = { who = CHL value = -100 } } } + gtfo_CLM = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo CLM = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no CLM = { war = no } } effect = { prestige_factor = -0.1 release_vassal = CLM diplomatic_influence = { who = CLM value = -100 } } } + gtfo_ECU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ECU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ECU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ECU diplomatic_influence = { who = ECU value = -100 } } } + gtfo_PEU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PEU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PEU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PEU diplomatic_influence = { who = PEU value = -100 } } } + gtfo_PRG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRG diplomatic_influence = { who = PRG value = -100 } } } + gtfo_URU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo URU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no URU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = URU diplomatic_influence = { who = URU value = -100 } } } + gtfo_VNZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo VNZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no VNZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = VNZ diplomatic_influence = { who = VNZ value = -100 } } } + gtfo_AST = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AST = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AST = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AST diplomatic_influence = { who = AST value = -100 } } } + gtfo_NZL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo NZL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no NZL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = NZL diplomatic_influence = { who = NZL value = -100 } } } + gtfo_ENG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ENG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ENG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ENG diplomatic_influence = { who = ENG value = -100 } } } + gtfo_RUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo RUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no RUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = RUS diplomatic_influence = { who = RUS value = -100 } } } + gtfo_FRA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo FRA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no FRA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = FRA diplomatic_influence = { who = FRA value = -100 } } } + gtfo_PRU = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo PRU = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no PRU = { war = no } } effect = { prestige_factor = -0.1 release_vassal = PRU diplomatic_influence = { who = PRU value = -100 } } } + gtfo_GER = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo GER = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no GER = { war = no } } effect = { prestige_factor = -0.1 release_vassal = GER diplomatic_influence = { who = GER value = -100 } } } + gtfo_AUS = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo AUS = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no AUS = { war = no } } effect = { prestige_factor = -0.1 release_vassal = AUS diplomatic_influence = { who = AUS value = -100 } } } + gtfo_USA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo USA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no USA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = USA diplomatic_influence = { who = USA value = -100 } } } + gtfo_JAP = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo JAP = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no JAP = { war = no } } effect = { prestige_factor = -0.1 release_vassal = JAP diplomatic_influence = { who = JAP value = -100 } } } + gtfo_ITA = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ITA = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ITA = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ITA diplomatic_influence = { who = ITA value = -100 } } } + gtfo_KUK = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo KUK = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no KUK = { war = no } } effect = { prestige_factor = -0.1 release_vassal = KUK diplomatic_influence = { who = KUK value = -100 } } } + gtfo_ISR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ISR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ISR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ISR diplomatic_influence = { who = ISR value = -100 } } } + gtfo_ICL = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo ICL = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no ICL = { war = no } } effect = { prestige_factor = -0.1 release_vassal = ICL diplomatic_influence = { who = ICL value = -100 } } } + gtfo_IBR = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo IBR = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no IBR = { war = no } } effect = { prestige_factor = -0.1 release_vassal = IBR diplomatic_influence = { who = IBR value = -100 } } } + gtfo_BYZ = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BYZ = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BYZ = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BYZ diplomatic_influence = { who = BYZ value = -100 } } } + gtfo_BAB = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo BAB = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no BAB = { war = no } } effect = { prestige_factor = -0.1 release_vassal = BAB diplomatic_influence = { who = BAB value = -100 } } } + gtfo_TPG = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo TPG = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no TPG = { war = no } } effect = { prestige_factor = -0.1 release_vassal = TPG diplomatic_influence = { who = TPG value = -100 } } } + gtfo_D01 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D01 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D01 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D01 diplomatic_influence = { who = D01 value = -100 } } } + gtfo_D02 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D02 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D02 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D02 diplomatic_influence = { who = D02 value = -100 } } } + gtfo_D03 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D03 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D03 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D03 diplomatic_influence = { who = D03 value = -100 } } } + gtfo_D04 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D04 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D04 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D04 diplomatic_influence = { who = D04 value = -100 } } } + gtfo_D05 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D05 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D05 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D05 diplomatic_influence = { who = D05 value = -100 } } } + gtfo_D06 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D06 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D06 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D06 diplomatic_influence = { who = D06 value = -100 } } } + gtfo_D07 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D07 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D07 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D07 diplomatic_influence = { who = D07 value = -100 } } } + gtfo_D08 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D08 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D08 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D08 diplomatic_influence = { who = D08 value = -100 } } } + gtfo_D09 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D09 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D09 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D09 diplomatic_influence = { who = D09 value = -100 } } } + gtfo_D10 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D10 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D10 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D10 diplomatic_influence = { who = D10 value = -100 } } } + gtfo_D11 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D11 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D11 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D11 diplomatic_influence = { who = D11 value = -100 } } } + gtfo_D12 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D12 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D12 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D12 diplomatic_influence = { who = D12 value = -100 } } } + gtfo_D13 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D13 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D13 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D13 diplomatic_influence = { who = D13 value = -100 } } } + gtfo_D14 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D14 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D14 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D14 diplomatic_influence = { who = D14 value = -100 } } } + gtfo_D15 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D15 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D15 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D15 diplomatic_influence = { who = D15 value = -100 } } } + gtfo_D16 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D16 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D16 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D16 diplomatic_influence = { who = D16 value = -100 } } } + gtfo_D17 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D17 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D17 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D17 diplomatic_influence = { who = D17 value = -100 } } } + gtfo_D18 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D18 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D18 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D18 diplomatic_influence = { who = D18 value = -100 } } } + gtfo_D19 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D19 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D19 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D19 diplomatic_influence = { who = D19 value = -100 } } } + gtfo_D20 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D20 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D20 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D20 diplomatic_influence = { who = D20 value = -100 } } } + gtfo_D21 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D21 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D21 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D21 diplomatic_influence = { who = D21 value = -100 } } } + gtfo_D22 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D22 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D22 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D22 diplomatic_influence = { who = D22 value = -100 } } } + gtfo_D23 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D23 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D23 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D23 diplomatic_influence = { who = D23 value = -100 } } } + gtfo_D24 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D24 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D24 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D24 diplomatic_influence = { who = D24 value = -100 } } } + gtfo_D25 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D25 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D25 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D25 diplomatic_influence = { who = D25 value = -100 } } } + gtfo_D26 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D26 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D26 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D26 diplomatic_influence = { who = D26 value = -100 } } } + gtfo_D27 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D27 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D27 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D27 diplomatic_influence = { who = D27 value = -100 } } } + gtfo_D28 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D28 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D28 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D28 diplomatic_influence = { who = D28 value = -100 } } } + gtfo_D29 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D29 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D29 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D29 diplomatic_influence = { who = D29 value = -100 } } } + gtfo_D30 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D30 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D30 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D30 diplomatic_influence = { who = D30 value = -100 } } } + gtfo_D31 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D31 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D31 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D31 diplomatic_influence = { who = D31 value = -100 } } } + gtfo_D32 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D32 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D32 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D32 diplomatic_influence = { who = D32 value = -100 } } } + gtfo_D33 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D33 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D33 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D33 diplomatic_influence = { who = D33 value = -100 } } } + gtfo_D34 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D34 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D34 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D34 diplomatic_influence = { who = D34 value = -100 } } } + gtfo_D35 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D35 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D35 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D35 diplomatic_influence = { who = D35 value = -100 } } } + gtfo_D36 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D36 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D36 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D36 diplomatic_influence = { who = D36 value = -100 } } } + gtfo_D37 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D37 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D37 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D37 diplomatic_influence = { who = D37 value = -100 } } } + gtfo_D38 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D38 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D38 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D38 diplomatic_influence = { who = D38 value = -100 } } } + gtfo_D39 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D39 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D39 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D39 diplomatic_influence = { who = D39 value = -100 } } } + gtfo_D40 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D40 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D40 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D40 diplomatic_influence = { who = D40 value = -100 } } } + gtfo_D41 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D41 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D41 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D41 diplomatic_influence = { who = D41 value = -100 } } } + gtfo_D42 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D42 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D42 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D42 diplomatic_influence = { who = D42 value = -100 } } } + gtfo_D43 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D43 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D43 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D43 diplomatic_influence = { who = D43 value = -100 } } } + gtfo_D44 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D44 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D44 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D44 diplomatic_influence = { who = D44 value = -100 } } } + gtfo_D45 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D45 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D45 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D45 diplomatic_influence = { who = D45 value = -100 } } } + gtfo_D46 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D46 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D46 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D46 diplomatic_influence = { who = D46 value = -100 } } } + gtfo_D47 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D47 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D47 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D47 diplomatic_influence = { who = D47 value = -100 } } } + gtfo_D48 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D48 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D48 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D48 diplomatic_influence = { who = D48 value = -100 } } } + gtfo_D49 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D49 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D49 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D49 diplomatic_influence = { who = D49 value = -100 } } } + gtfo_D50 = { picture = gtfo alert = no potential = { ai = no has_country_flag = gtfo D50 = { vassal_of = THIS NOT = { substate_of = THIS } } } allow = { war = no D50 = { war = no } } effect = { prestige_factor = -0.1 release_vassal = D50 diplomatic_influence = { who = D50 value = -100 } } } } diff --git a/HPM/events/ACW.txt b/HPM/events/ACW.txt index b12f3f91..235335dd 100644 --- a/HPM/events/ACW.txt +++ b/HPM/events/ACW.txt @@ -1,4257 +1,4257 @@ #A House Divided - Set Up country_event = { - id = 160000 - title = "EVTNAME160000" - desc = "EVTDESC160000" - picture = "abraham_speech" - - trigger = { - tag = USA - year = 1850 - NOT = { has_global_flag = american_civil_war_has_happened } - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - has_country_flag = john_browns_raid - has_country_flag = dred_scott_decision - OR = { - upper_house = { - ideology = liberal - value = 0.35 #0.4 - } - AND = { - ruling_party_ideology = liberal - year = 1860 - average_consciousness = 8 - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 30 - NOT = { year = 1845 } - } - modifier = { - factor = 20 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 10 - year = 1855 - NOT = { year = 1860 } - } - modifier = { - factor = 0.25 - year = 1861 - } - } - - immediate = { - set_country_flag = civil_war_soon - release_vassal = CSA - CSA = { - set_country_flag = unreleasable_country - set_country_flag = exempt_from_vassal_contribution - } - } - - option = { - name = "EVTOPTA160000" - CSA = { - political_reform = mandatory_service - political_reform = culture_voting_only - capital = 60 - leadership = 80 - treasury = 80000 - - any_pop = { limit = { has_pop_culture = dixie } militancy = -9 } - random_list = { - 25 = { add_country_modifier = { name = preparing_for_war duration = 210 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 180 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 150 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 130 } } - } - any_owned = { limit = { port = yes } add_province_modifier = { name = war_economy_ships duration = 210 } } - any_owned = { - limit = { - OR = { - province_id = 146 - province_id = 147 - province_id = 148 - province_id = 149 - province_id = 150 - province_id = 217 - province_id = 218 - province_id = 219 - province_id = 220 - province_id = 221 - province_id = 222 - province_id = 2146 - } - } - secede_province = USA - } - } - - diplomatic_influence = { who = CSA value = 400 } - relation = { who = CSA value = -400 } - - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPTB16000" - set_country_flag = civil_war_soon - CSA = { - political_reform = mandatory_service - political_reform = culture_voting_only - capital = 60 - leadership = 30 - treasury = 40000 - any_pop = { limit = { has_pop_culture = dixie } militancy = -9 } - random_list = { - 25 = { add_country_modifier = { name = preparing_for_war duration = 180 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 150 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 120 } } - 25 = { add_country_modifier = { name = preparing_for_war duration = 100 } } - } - any_owned = { limit = { port = yes } add_province_modifier = { name = war_economy_ships duration = 210 } } - any_owned = { - limit = { - OR = { - province_id = 146 - province_id = 147 - province_id = 148 - province_id = 149 - province_id = 150 - province_id = 217 - province_id = 218 - province_id = 219 - province_id = 220 - province_id = 221 - province_id = 222 - province_id = 2146 - } - } - secede_province = USA - } - } - diplomatic_influence = { who = CSA value = 400 } - relation = { who = CSA value = -400 } - change_tag_no_core_switch = CSA - ai_chance = { - factor = 0 - } - } + id = 160000 + title = "EVTNAME160000" + desc = "EVTDESC160000" + picture = "abraham_speech" + + trigger = { + tag = USA + year = 1850 + NOT = { has_global_flag = american_civil_war_has_happened } + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + has_country_flag = john_browns_raid + has_country_flag = dred_scott_decision + OR = { + upper_house = { + ideology = liberal + value = 0.35 #0.4 + } + AND = { + ruling_party_ideology = liberal + year = 1860 + average_consciousness = 8 + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 30 + NOT = { year = 1845 } + } + modifier = { + factor = 20 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 10 + year = 1855 + NOT = { year = 1860 } + } + modifier = { + factor = 0.25 + year = 1861 + } + } + + immediate = { + set_country_flag = civil_war_soon + release_vassal = CSA + CSA = { + set_country_flag = unreleasable_country + set_country_flag = exempt_from_vassal_contribution + } + } + + option = { + name = "EVTOPTA160000" + CSA = { + political_reform = mandatory_service + social_reform = culture_voting_only + capital = 60 + leadership = 80 + treasury = 80000 + + any_pop = { limit = { has_pop_culture = dixie } militancy = -9 } + random_list = { + 25 = { add_country_modifier = { name = preparing_for_war duration = 210 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 180 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 150 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 130 } } + } + any_owned = { limit = { port = yes } add_province_modifier = { name = war_economy_ships duration = 210 } } + any_owned = { + limit = { + OR = { + province_id = 146 + province_id = 147 + province_id = 148 + province_id = 149 + province_id = 150 + province_id = 217 + province_id = 218 + province_id = 219 + province_id = 220 + province_id = 221 + province_id = 222 + province_id = 2146 + } + } + secede_province = USA + } + } + + diplomatic_influence = { who = CSA value = 400 } + relation = { who = CSA value = -400 } + + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPTB16000" + set_country_flag = civil_war_soon + CSA = { + political_reform = mandatory_service + social_reform = culture_voting_only + capital = 60 + leadership = 30 + treasury = 40000 + any_pop = { limit = { has_pop_culture = dixie } militancy = -9 } + random_list = { + 25 = { add_country_modifier = { name = preparing_for_war duration = 180 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 150 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 120 } } + 25 = { add_country_modifier = { name = preparing_for_war duration = 100 } } + } + any_owned = { limit = { port = yes } add_province_modifier = { name = war_economy_ships duration = 210 } } + any_owned = { + limit = { + OR = { + province_id = 146 + province_id = 147 + province_id = 148 + province_id = 149 + province_id = 150 + province_id = 217 + province_id = 218 + province_id = 219 + province_id = 220 + province_id = 221 + province_id = 222 + province_id = 2146 + } + } + secede_province = USA + } + } + diplomatic_influence = { who = CSA value = 400 } + relation = { who = CSA value = -400 } + change_tag_no_core_switch = CSA + ai_chance = { + factor = 0 + } + } } #A House Divided country_event = { - id = 16000 - title = "EVTNAME16000" - desc = "EVTDESC16000" - major = yes - - trigger = { - tag = USA - NOT = { war_with = CSA } - NOT = { truce_with = CSA } - CSA = { exists = yes } - has_country_flag = civil_war_soon - OR = { - CSA = { NOT = { has_country_modifier = preparing_for_war } } - NOT = { is_our_vassal = CSA } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - immediate = { - clr_country_flag = the_slavery_debate - clr_country_flag = civil_war_soon - set_global_flag = american_civil_war_has_happened - release_vassal = CSA - diplomatic_influence = { who = CSA value = -400 } - relation = { who = CSA value = -400 } - CSA = { - set_country_flag = the_slavery_debate - clr_country_flag = unreleasable_country - neutrality = yes - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA16000" - any_pop = { - consciousness = -7 - militancy = -3 - } - war = { - target = CSA - attacker_goal = { casus_belli = civil_war } - defender_goal = { casus_belli = status_quo } - } - } + id = 16000 + title = "EVTNAME16000" + desc = "EVTDESC16000" + major = yes + + trigger = { + tag = USA + NOT = { war_with = CSA } + NOT = { truce_with = CSA } + CSA = { exists = yes } + has_country_flag = civil_war_soon + OR = { + CSA = { NOT = { has_country_modifier = preparing_for_war } } + NOT = { is_our_vassal = CSA } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + immediate = { + clr_country_flag = the_slavery_debate + clr_country_flag = civil_war_soon + set_global_flag = american_civil_war_has_happened + release_vassal = CSA + diplomatic_influence = { who = CSA value = -400 } + relation = { who = CSA value = -400 } + CSA = { + set_country_flag = the_slavery_debate + clr_country_flag = unreleasable_country + neutrality = yes + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA16000" + any_pop = { + consciousness = -7 + militancy = -3 + } + war = { + target = CSA + attacker_goal = { casus_belli = civil_war } + defender_goal = { casus_belli = status_quo } + } + } } # The Slavery Debate country_event = { - id = 16001 - title = "EVTNAME16001" - desc = "EVTDESC16001" - news = yes - news_title = "EVTNAME16001_NEWS_TITLE" - news_desc_long = "EVTDESC16001_NEWS_LONG" - news_desc_medium = "EVTDESC16001_NEWS_MEDIUM" - news_desc_short = "EVTDESC16001_NEWS_SHORT" - fire_only_once = yes - picture = "Slaves" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 10 - NOT = { year = 1845 } - } - modifier = { - factor = 5 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 1.1 - year = 1855 - NOT = { year = 1860 } - } - } - immediate = { - set_country_flag = the_slavery_debate - } - option = { - name = "EVTOPTA16001" - any_owned = { - limit = { has_pop_type = slaves trade_goods = cotton } - random_list = { - 20 = { slaves = { reduce_pop = 1.25 } } - 20 = { slaves = { reduce_pop = 1.2 } } - 20 = { slaves = { reduce_pop = 1.175 } } - 20 = { slaves = { reduce_pop = 1.15 } } - 20 = { slaves = { reduce_pop = 1.125 } } - } - } - add_country_modifier = { - name = the_slavery_debate - duration = 10950 - } - } + id = 16001 + title = "EVTNAME16001" + desc = "EVTDESC16001" + news = yes + news_title = "EVTNAME16001_NEWS_TITLE" + news_desc_long = "EVTDESC16001_NEWS_LONG" + news_desc_medium = "EVTDESC16001_NEWS_MEDIUM" + news_desc_short = "EVTDESC16001_NEWS_SHORT" + fire_only_once = yes + picture = "Slaves" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 10 + NOT = { year = 1845 } + } + modifier = { + factor = 5 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 1.1 + year = 1855 + NOT = { year = 1860 } + } + } + immediate = { + set_country_flag = the_slavery_debate + } + option = { + name = "EVTOPTA16001" + any_owned = { + limit = { has_pop_type = slaves trade_goods = cotton } + random_list = { + 20 = { slaves = { reduce_pop = 1.25 } } + 20 = { slaves = { reduce_pop = 1.2 } } + 20 = { slaves = { reduce_pop = 1.175 } } + 20 = { slaves = { reduce_pop = 1.15 } } + 20 = { slaves = { reduce_pop = 1.125 } } + } + } + add_country_modifier = { + name = the_slavery_debate + duration = 10950 + } + } } #John Brown's Raid country_event = { - id = 16010 - title = "EVTNAME16010" - desc = "EVTDESC16010" - news = yes - news_desc_long = "EVTDESC16010_NEWS_LONG" - news_desc_medium = "EVTDESC16010_NEWS_MEDIUM" - news_desc_short = "EVTDESC16010_NEWS_SHORT" - picture = "john_brown_raid" - - fire_only_once = yes - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { has_country_flag = john_browns_raid } - NOT = { has_global_flag = american_civil_war_has_happened } - any_state = { - is_slave = no - average_consciousness = 6 - } - upper_house = { - ideology = liberal - value = 0.1 - } - } - - mean_time_to_happen = { - months = 10 - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16010" - set_country_flag = john_browns_raid - any_pop = { - limit = { has_pop_culture = dixie } - militancy = 1 - consciousness = 2 - ideology = { - value = reactionary - factor = 0.05 - } - } - } + id = 16010 + title = "EVTNAME16010" + desc = "EVTDESC16010" + news = yes + news_desc_long = "EVTDESC16010_NEWS_LONG" + news_desc_medium = "EVTDESC16010_NEWS_MEDIUM" + news_desc_short = "EVTDESC16010_NEWS_SHORT" + picture = "john_brown_raid" + + fire_only_once = yes + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { has_country_flag = john_browns_raid } + NOT = { has_global_flag = american_civil_war_has_happened } + any_state = { + is_slave = no + average_consciousness = 6 + } + upper_house = { + ideology = liberal + value = 0.1 + } + } + + mean_time_to_happen = { + months = 10 + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16010" + set_country_flag = john_browns_raid + any_pop = { + limit = { has_pop_culture = dixie } + militancy = 1 + consciousness = 2 + ideology = { + value = reactionary + factor = 0.05 + } + } + } } #Dred Scott v. Sandford country_event = { - id = 16020 - title = "EVTNAME16020" - desc = "EVTDESC16020" - news = yes - news_desc_long = "EVTDESC16020_NEWS_LONG" - news_desc_medium = "EVTDESC16020_NEWS_MEDIUM" - news_desc_short = "EVTDESC16020_NEWS_SHORT" - picture = "dred_scott_v_sandford" - - fire_only_once = yes - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { has_country_flag = dred_scott_decision } - NOT = { has_global_flag = american_civil_war_has_happened } - any_state = { - is_slave = yes - average_consciousness = 5 - } - upper_house = { - ideology = liberal - value = 0.1 - } - } - - mean_time_to_happen = { - months = 10 - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16020" - set_country_flag = dred_scott_decision - any_pop = { - limit = { has_pop_culture = yankee } - militancy = 1 - consciousness = 2 - ideology = { - value = liberal - factor = 0.05 - } - } - } - option = { - name = "EVTOPTB16020" - set_country_flag = dred_scott_decision - any_pop = { - limit = { has_pop_culture = dixie } - militancy = 1 - consciousness = 2 - ideology = { - value = reactionary - factor = 0.05 - } - } - } + id = 16020 + title = "EVTNAME16020" + desc = "EVTDESC16020" + news = yes + news_desc_long = "EVTDESC16020_NEWS_LONG" + news_desc_medium = "EVTDESC16020_NEWS_MEDIUM" + news_desc_short = "EVTDESC16020_NEWS_SHORT" + picture = "dred_scott_v_sandford" + + fire_only_once = yes + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { has_country_flag = dred_scott_decision } + NOT = { has_global_flag = american_civil_war_has_happened } + any_state = { + is_slave = yes + average_consciousness = 5 + } + upper_house = { + ideology = liberal + value = 0.1 + } + } + + mean_time_to_happen = { + months = 10 + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16020" + set_country_flag = dred_scott_decision + any_pop = { + limit = { has_pop_culture = yankee } + militancy = 1 + consciousness = 2 + ideology = { + value = liberal + factor = 0.05 + } + } + } + option = { + name = "EVTOPTB16020" + set_country_flag = dred_scott_decision + any_pop = { + limit = { has_pop_culture = dixie } + militancy = 1 + consciousness = 2 + ideology = { + value = reactionary + factor = 0.05 + } + } + } } #A Southern Belle country_event = { - id = 16030 - title = "EVTNAME16030" - desc = "EVTDESC16030" - picture = "southern_belle" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16030" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - aristocrats = { ideology = { value = conservative factor = 0.05 } } - capitalists = { ideology = { value = conservative factor = 0.05 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - aristocrats = { ideology = { value = conservative factor = 0.05 } } - capitalists = { ideology = { value = conservative factor = 0.05 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - aristocrats = { ideology = { value = conservative factor = 0.05 } } - capitalists = { ideology = { value = conservative factor = 0.05 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - aristocrats = { ideology = { value = conservative factor = 0.05 } } - capitalists = { ideology = { value = conservative factor = 0.05 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - } - - option = { - name = "EVTOPTB16030" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { ideology = { value = conservative factor = 0.02 } } - labourers = { ideology = { value = conservative factor = 0.02 } } - craftsmen = { ideology = { value = conservative factor = 0.02 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { ideology = { value = conservative factor = 0.02 } } - labourers = { ideology = { value = conservative factor = 0.02 } } - craftsmen = { ideology = { value = conservative factor = 0.02 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { ideology = { value = conservative factor = 0.02 } } - labourers = { ideology = { value = conservative factor = 0.02 } } - craftsmen = { ideology = { value = conservative factor = 0.02 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_pride } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { ideology = { value = conservative factor = 0.02 } } - labourers = { ideology = { value = conservative factor = 0.02 } } - craftsmen = { ideology = { value = conservative factor = 0.02 } } - any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } - } - } - } + id = 16030 + title = "EVTNAME16030" + desc = "EVTDESC16030" + picture = "southern_belle" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16030" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + aristocrats = { ideology = { value = conservative factor = 0.05 } } + capitalists = { ideology = { value = conservative factor = 0.05 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + aristocrats = { ideology = { value = conservative factor = 0.05 } } + capitalists = { ideology = { value = conservative factor = 0.05 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + aristocrats = { ideology = { value = conservative factor = 0.05 } } + capitalists = { ideology = { value = conservative factor = 0.05 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + aristocrats = { ideology = { value = conservative factor = 0.05 } } + capitalists = { ideology = { value = conservative factor = 0.05 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + } + + option = { + name = "EVTOPTB16030" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { ideology = { value = conservative factor = 0.02 } } + labourers = { ideology = { value = conservative factor = 0.02 } } + craftsmen = { ideology = { value = conservative factor = 0.02 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { ideology = { value = conservative factor = 0.02 } } + labourers = { ideology = { value = conservative factor = 0.02 } } + craftsmen = { ideology = { value = conservative factor = 0.02 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { ideology = { value = conservative factor = 0.02 } } + labourers = { ideology = { value = conservative factor = 0.02 } } + craftsmen = { ideology = { value = conservative factor = 0.02 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_pride } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { ideology = { value = conservative factor = 0.02 } } + labourers = { ideology = { value = conservative factor = 0.02 } } + craftsmen = { ideology = { value = conservative factor = 0.02 } } + any_owned = { add_province_modifier = { name = southern_pride duration = 365 } } + } + } + } } #Southern Manorialism country_event = { - id = 16040 - title = "EVTNAME16040" - desc = "EVTDESC16040" - picture = "dixie_mansion" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 30 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16040" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - rich_strata = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.5 - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - rich_strata = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.5 - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - rich_strata = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.5 - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - rich_strata = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.5 - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - } - - option = { - name = "EVTOPTB16040" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - labourers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - slaves = { - consciousness = -0.5 - ideology = { value = liberal factor = 0.10 } - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - labourers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - slaves = { - consciousness = -0.5 - ideology = { value = liberal factor = 0.10 } - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - labourers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - slaves = { - consciousness = -0.5 - ideology = { value = liberal factor = 0.10 } - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - labourers = { - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = -0.3 #0.5 - } - slaves = { - consciousness = -0.5 - ideology = { value = liberal factor = 0.10 } - } - any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } - } - } - } + id = 16040 + title = "EVTNAME16040" + desc = "EVTDESC16040" + picture = "dixie_mansion" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 30 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16040" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + rich_strata = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.5 + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + rich_strata = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.5 + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + rich_strata = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.5 + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + rich_strata = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.5 + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + } + + option = { + name = "EVTOPTB16040" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + labourers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + slaves = { + consciousness = -0.5 + ideology = { value = liberal factor = 0.10 } + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + labourers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + slaves = { + consciousness = -0.5 + ideology = { value = liberal factor = 0.10 } + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + labourers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + slaves = { + consciousness = -0.5 + ideology = { value = liberal factor = 0.10 } + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = southern_manorialism } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + labourers = { + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = -0.3 #0.5 + } + slaves = { + consciousness = -0.5 + ideology = { value = liberal factor = 0.10 } + } + any_owned = { add_province_modifier = { name = southern_manorialism duration = 365 } } + } + } + } } #I Wish I Was in Dixie country_event = { - id = 16050 - title = "EVTNAME16050" - desc = "EVTDESC16050" - picture = "dixie" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16050" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = 2 - } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = 2 - } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = 2 - } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - consciousness = 2 - } - } - } - } - - option = { - name = "EVTOPTB16050" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } - } - } - } + id = 16050 + title = "EVTNAME16050" + desc = "EVTDESC16050" + picture = "dixie" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16050" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = 2 + } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = 2 + } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = 2 + } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + consciousness = 2 + } + } + } + } + + option = { + name = "EVTOPTB16050" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = wish_I_was_dixie } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = wish_I_was_dixie duration = 365 } } + } + } + } } #Yankee Doodle country_event = { - id = 16060 - title = "EVTNAME16060" - desc = "EVTDESC16060" - picture = "yankee" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16060" - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - - random = { - chance = 99 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - } - - random = { - chance = 75 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - } - - random = { - chance = 60 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.2 } - consciousness = 2 - } - } - } - } - } - } - - option = { - name = "EVTOPTB16060" - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - } - random = { - chance = 99 - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = no - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - farmers = { consciousness = 3 } - labourers = { consciousness = 3 } - any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } - } - } - } + id = 16060 + title = "EVTNAME16060" + desc = "EVTDESC16060" + picture = "yankee" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16060" + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + + random = { + chance = 99 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + } + + random = { + chance = 75 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + } + + random = { + chance = 60 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.2 } + consciousness = 2 + } + } + } + } + } + } + + option = { + name = "EVTOPTB16060" + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + } + random = { + chance = 99 + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = no + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = yankee_doodle } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + farmers = { consciousness = 3 } + labourers = { consciousness = 3 } + any_owned = { add_province_modifier = { name = yankee_doodle duration = 365 } } + } + } + } } #Fire-Eaters country_event = { - id = 16070 - title = "EVTNAME16070" - desc = "EVTDESC16070" - picture = "fire_eaters" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16070" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } - } - } - } - - option = { - name = "EVTOPTB16070" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = fire_eaters } } - any_owned_province = { any_pop = { has_pop_culture = dixie } } - } - any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } - poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } - } - } - } + id = 16070 + title = "EVTNAME16070" + desc = "EVTDESC16070" + picture = "fire_eaters" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16070" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } consciousness = 2 } + } + } + } + + option = { + name = "EVTOPTB16070" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = fire_eaters } } + any_owned_province = { any_pop = { has_pop_culture = dixie } } + } + any_owned = { add_province_modifier = { name = fire_eaters duration = 365 } } + poor_strata = { limit = { NOT = { type = slaves } } consciousness = 3 ideology = { value = reactionary factor = 0.2 } } + } + } + } } #Follow The Drinkin' Gourd country_event = { - id = 16080 - title = "EVTNAME16080" - desc = "EVTDESC16080" - picture = "prisonworkers" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16080" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } - } - } - } - - option = { - name = "EVTOPTB16080" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 1 - ideology = { value = conservative factor = 0.1 } - } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 1 - ideology = { value = conservative factor = 0.1 } - } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 1 - ideology = { value = conservative factor = 0.1 } - } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } - } - any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 1 - ideology = { value = conservative factor = 0.1 } - } - } - } - } + id = 16080 + title = "EVTNAME16080" + desc = "EVTDESC16080" + picture = "prisonworkers" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16080" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + slaves = { consciousness = 3 ideology = { value = liberal factor = 0.2 } } + } + } + } + + option = { + name = "EVTOPTB16080" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 1 + ideology = { value = conservative factor = 0.1 } + } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 1 + ideology = { value = conservative factor = 0.1 } + } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 1 + ideology = { value = conservative factor = 0.1 } + } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = drinking_gourd } } + } + any_owned = { add_province_modifier = { name = drinking_gourd duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 1 + ideology = { value = conservative factor = 0.1 } + } + } + } + } } #Knights of The Golden Circle country_event = { - id = 16090 - title = "EVTNAME16090" - desc = "EVTDESC16090" - picture = "knights_golden_circle" - - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16090" - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - } - - option = { - name = "EVTOPTB16090" - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } - any_pop = { consciousness = 2 } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } - any_pop = { - limit = { NOT = { type = slaves } } - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = reactionary factor = 0.2 } - } - } - } - } + id = 16090 + title = "EVTNAME16090" + desc = "EVTDESC16090" + picture = "knights_golden_circle" + + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16090" + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = knights_of_the_golden_circle duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + } + + option = { + name = "EVTOPTB16090" + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } + any_pop = { consciousness = 2 } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = knights_of_the_golden_circle } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + add_province_modifier = { name = knights_of_the_golden_circle duration = 730 } + any_pop = { + limit = { NOT = { type = slaves } } + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = reactionary factor = 0.2 } + } + } + } + } } #Anti-Slavery Society country_event = { - id = 16100 - title = "EVTNAME16100" - desc = "EVTDESC16100" - picture = "anti_slavery_society" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 #1000 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16100" - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - - random = { - chance = 99 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - } - - random = { - chance = 75 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - } - - random = { - chance = 60 - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } - any_pop = { - dominant_issue = { value = no_slavery factor = 0.1 } - ideology = { value = liberal factor = 0.1 } - militancy = 0.4 - } - } - } - } - } - } - - option = { - name = "EVTOPTB16100" - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - add_province_modifier = { name = american_anti_slavery_society duration = 730 } - any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - add_province_modifier = { name = american_anti_slavery_society duration = 730 } - any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - add_province_modifier = { name = american_anti_slavery_society duration = 730 } - any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } - } - add_province_modifier = { name = american_anti_slavery_society duration = 730 } - any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } - } - } - } + id = 16100 + title = "EVTNAME16100" + desc = "EVTDESC16100" + picture = "anti_slavery_society" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 #1000 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16100" + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + + random = { + chance = 99 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + } + + random = { + chance = 75 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + } + + random = { + chance = 60 + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + any_owned = { add_province_modifier = { name = american_anti_slavery_society duration = 365 } } + any_pop = { + dominant_issue = { value = no_slavery factor = 0.1 } + ideology = { value = liberal factor = 0.1 } + militancy = 0.4 + } + } + } + } + } + } + + option = { + name = "EVTOPTB16100" + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + add_province_modifier = { name = american_anti_slavery_society duration = 730 } + any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + add_province_modifier = { name = american_anti_slavery_society duration = 730 } + any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + add_province_modifier = { name = american_anti_slavery_society duration = 730 } + any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = american_anti_slavery_society } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = no } } } + } + add_province_modifier = { name = american_anti_slavery_society duration = 730 } + any_pop = { consciousness = 1 ideology = { value = conservative factor = 0.1 } } + } + } + } } #Slave Market country_event = { - id = 16110 - title = "EVTNAME16110" - desc = "EVTDESC16110" - picture = "Slaves" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16110" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } - } - } - } - - option = { - name = "EVTOPTB16110" - any_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.2 - ideology = { value = conservative factor = 0.2 } - } - } - - random = { - chance = 99 - any_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.2 - ideology = { value = conservative factor = 0.2 } - } - } - } - - random = { - chance = 75 - any_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.2 - ideology = { value = conservative factor = 0.2 } - } - } - } - - random = { - chance = 60 - any_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = slave_market } } - } - any_owned = { add_province_modifier = { name = slave_market duration = 365 } } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.2 - ideology = { value = conservative factor = 0.2 } - } - } - } - } + id = 16110 + title = "EVTNAME16110" + desc = "EVTDESC16110" + picture = "Slaves" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16110" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + slaves = { consciousness = 0.3 ideology = { value = liberal factor = 0.4 } } + } + } + } + + option = { + name = "EVTOPTB16110" + any_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.2 + ideology = { value = conservative factor = 0.2 } + } + } + + random = { + chance = 99 + any_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.2 + ideology = { value = conservative factor = 0.2 } + } + } + } + + random = { + chance = 75 + any_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.2 + ideology = { value = conservative factor = 0.2 } + } + } + } + + random = { + chance = 60 + any_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = slave_market } } + } + any_owned = { add_province_modifier = { name = slave_market duration = 365 } } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.2 + ideology = { value = conservative factor = 0.2 } + } + } + } + } } #Abolitionist Pamphlets country_event = { - id = 16120 - title = "EVTNAME16120" - desc = "EVTDESC16120" - picture = "abolitionist_pamphlets" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 20 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16120" - random_owned = { limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = freedom_of_womb factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - - random_owned = { limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = no_slavery factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - - random = { - chance = 99 - random_owned = { limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = freedom_of_womb factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - - random_owned = { limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = no_slavery factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - } - - random = { - chance = 75 - random_owned = { limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = freedom_of_womb factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - - random_owned = { limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = no_slavery factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - } - - random = { - chance = 60 - random_owned = { limit = { owner = { slavery = yes_slavery } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = freedom_of_womb factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - - random_owned = { limit = { owner = { slavery = freedom_of_womb } } - owner = { - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - poor_strata = { - consciousness = 0.4 - dominant_issue = { value = no_slavery factor = 0.04 } - ideology = { value = liberal factor = 0.10 } - } - } - } - } - } - } - - option = { - name = "EVTOPTB16120" - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - rich_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.3 } - } - middle_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - } - } - - random = { - chance = 99 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - rich_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.3 } - } - middle_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - rich_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.3 } - } - middle_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_slave = yes - is_colonial = no - NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } - } - any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } - rich_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.3 } - } - middle_strata = { - consciousness = 0.3 - dominant_issue = { value = yes_slavery factor = 0.1 } - ideology = { value = conservative factor = 0.2 } - } - } - } - } + id = 16120 + title = "EVTNAME16120" + desc = "EVTDESC16120" + picture = "abolitionist_pamphlets" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 20 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16120" + random_owned = { limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = freedom_of_womb factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + + random_owned = { limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = no_slavery factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + + random = { + chance = 99 + random_owned = { limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = freedom_of_womb factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + + random_owned = { limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = no_slavery factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + } + + random = { + chance = 75 + random_owned = { limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = freedom_of_womb factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + + random_owned = { limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = no_slavery factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + } + + random = { + chance = 60 + random_owned = { limit = { owner = { slavery = yes_slavery } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = freedom_of_womb factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + + random_owned = { limit = { owner = { slavery = freedom_of_womb } } + owner = { + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + poor_strata = { + consciousness = 0.4 + dominant_issue = { value = no_slavery factor = 0.04 } + ideology = { value = liberal factor = 0.10 } + } + } + } + } + } + } + + option = { + name = "EVTOPTB16120" + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + rich_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.3 } + } + middle_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + } + } + + random = { + chance = 99 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + rich_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.3 } + } + middle_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + rich_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.3 } + } + middle_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_slave = yes + is_colonial = no + NOT = { any_owned_province = { has_province_modifier = abolitionist_pamphlets } } + } + any_owned = { add_province_modifier = { name = abolitionist_pamphlets duration = 365 } } + rich_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.3 } + } + middle_strata = { + consciousness = 0.3 + dominant_issue = { value = yes_slavery factor = 0.1 } + ideology = { value = conservative factor = 0.2 } + } + } + } + } } -#Fugitive Slave +#Fugitive Slave country_event = { - id = 16130 - title = "EVTNAME16130" - desc = "EVTDESC16130" - picture = "fugitive_slave" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - NOT = { has_country_flag = fugitive_slave_act_enacted } - NOT = { has_country_modifier = fugitive_slave } - } - - mean_time_to_happen = { - months = 20 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.5 - NOT = {average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16130" - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } - any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } - any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } - any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } - any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } - } - any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } - any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } - } - } - } - - option = { - name = "EVTOPTB16130" - add_country_modifier = { name = fugitive_slave duration = 365 } - any_state = { - limit = { is_slave = yes } - any_pop = { - limit = { NOT = { type = slaves } } - scaled_consciousness = { factor = 3 issue = yes_slavery } - scaled_consciousness = { factor = 0.5 ideology = conservative } - scaled_consciousness = { factor = 2 ideology = reactionary } - ideology = { value = conservative factor = 0.2 } - } - } - } + id = 16130 + title = "EVTNAME16130" + desc = "EVTDESC16130" + picture = "fugitive_slave" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + NOT = { has_country_flag = fugitive_slave_act_enacted } + NOT = { has_country_modifier = fugitive_slave } + } + + mean_time_to_happen = { + months = 20 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.5 + NOT = {average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16130" + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } + any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } + any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } + any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = fugitive_slave } } + any_owned_province = { any_neighbor_province = { state_scope = { is_slave = yes } } } + } + any_owned = { add_province_modifier = { name = fugitive_slave duration = 365 } } + any_pop = { consciousness = 0.4 ideology = { value = liberal factor = 0.1 } } + } + } + } + + option = { + name = "EVTOPTB16130" + add_country_modifier = { name = fugitive_slave duration = 365 } + any_state = { + limit = { is_slave = yes } + any_pop = { + limit = { NOT = { type = slaves } } + scaled_consciousness = { factor = 3 issue = yes_slavery } + scaled_consciousness = { factor = 0.5 ideology = conservative } + scaled_consciousness = { factor = 2 ideology = reactionary } + ideology = { value = conservative factor = 0.2 } + } + } + } } #Underground Railroad country_event = { - id = 16140 - title = "EVTNAME16140" - desc = "EVTDESC16140" - picture = "underground_railroad" - - trigger = { - tag = USA - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - any_state = { - is_colonial = no - is_slave = yes - NOT = { any_owned_province = { has_province_modifier = underground_railroad } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - NOT = { has_country_modifier = underground_railroad_shutdown } - } - - mean_time_to_happen = { - months = 20 #600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16140" - random_state = { - limit = { - is_colonial = no - is_slave = yes - NOT = { any_owned_province = { has_province_modifier = underground_railroad } } - } - any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - is_slave = yes - NOT = { any_owned_province = { has_province_modifier = underground_railroad } } - } - any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - is_slave = yes - NOT = { any_owned_province = { has_province_modifier = underground_railroad } } - } - any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - is_slave = yes - NOT = { any_owned_province = { has_province_modifier = underground_railroad } } - } - any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } - } - } - } - - option = { - name = "EVTOPTB16140" - add_country_modifier = { name = underground_railroad_shutdown duration = 365 } - random_state = { - limit = { is_slave = no } - any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } - } - - random = { - chance = 99 - random_state = { - limit = { is_slave = no } - any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { is_slave = no } - any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { is_slave = no } - any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } - } - } - } + id = 16140 + title = "EVTNAME16140" + desc = "EVTDESC16140" + picture = "underground_railroad" + + trigger = { + tag = USA + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + any_state = { + is_colonial = no + is_slave = yes + NOT = { any_owned_province = { has_province_modifier = underground_railroad } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + NOT = { has_country_modifier = underground_railroad_shutdown } + } + + mean_time_to_happen = { + months = 20 #600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16140" + random_state = { + limit = { + is_colonial = no + is_slave = yes + NOT = { any_owned_province = { has_province_modifier = underground_railroad } } + } + any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + is_slave = yes + NOT = { any_owned_province = { has_province_modifier = underground_railroad } } + } + any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + is_slave = yes + NOT = { any_owned_province = { has_province_modifier = underground_railroad } } + } + any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + is_slave = yes + NOT = { any_owned_province = { has_province_modifier = underground_railroad } } + } + any_owned = { add_province_modifier = { name = underground_railroad duration = 365 } } + } + } + } + + option = { + name = "EVTOPTB16140" + add_country_modifier = { name = underground_railroad_shutdown duration = 365 } + random_state = { + limit = { is_slave = no } + any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } + } + + random = { + chance = 99 + random_state = { + limit = { is_slave = no } + any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { is_slave = no } + any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { is_slave = no } + any_pop = { consciousness = 0.2 ideology = { value = liberal factor = 0.2 } } + } + } + } } #Copperheads country_event = { - id = 16150 - title = "EVTNAME16150" - desc = "EVTDESC16150" - picture = "copperheards" - - trigger = { - tag = USA - slavery = yes_slavery - any_state = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } - } - NOT = { - has_global_flag = american_civil_war_has_happened - has_country_modifier = copperhead_democrats_national - } - } - - mean_time_to_happen = { - months = 20 #800 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16150" - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } - } - any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } - } - any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } - } - any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = no - is_slave = no - NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } - } - any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } - any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } - } - } - } - - option = { - name = "EVTOPTB16150" - add_country_modifier = { name = copperhead_democrats_national duration = 365 } - random_state = { - limit = { is_slave = yes } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.4 - ideology = { value = conservative factor = 0.1 } - } - } - - random = { - chance = 99 - random_state = { - limit = { is_slave = yes } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.4 - ideology = { value = conservative factor = 0.1 } - } - } - } - - random = { - chance = 75 - random_state = { - limit = { is_slave = yes } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.4 - ideology = { value = conservative factor = 0.1 } - } - } - } - - random = { - chance = 60 - random_state = { - limit = { is_slave = yes } - any_pop = { - limit = { NOT = { type = slaves } } - consciousness = 0.4 - ideology = { value = conservative factor = 0.1 } - } - } - } - } + id = 16150 + title = "EVTNAME16150" + desc = "EVTDESC16150" + picture = "copperheards" + + trigger = { + tag = USA + slavery = yes_slavery + any_state = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } + } + NOT = { + has_global_flag = american_civil_war_has_happened + has_country_modifier = copperhead_democrats_national + } + } + + mean_time_to_happen = { + months = 20 #800 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16150" + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } + } + any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } + } + any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } + } + any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = no + is_slave = no + NOT = { any_owned_province = { has_province_modifier = copperhead_democrats } } + } + any_owned = { add_province_modifier = { name = copperhead_democrats duration = 365 } } + any_pop = { limit = { NOT = { type = slaves } } ideology = { value = reactionary factor = 0.2 } } + } + } + } + + option = { + name = "EVTOPTB16150" + add_country_modifier = { name = copperhead_democrats_national duration = 365 } + random_state = { + limit = { is_slave = yes } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.4 + ideology = { value = conservative factor = 0.1 } + } + } + + random = { + chance = 99 + random_state = { + limit = { is_slave = yes } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.4 + ideology = { value = conservative factor = 0.1 } + } + } + } + + random = { + chance = 75 + random_state = { + limit = { is_slave = yes } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.4 + ideology = { value = conservative factor = 0.1 } + } + } + } + + random = { + chance = 60 + random_state = { + limit = { is_slave = yes } + any_pop = { + limit = { NOT = { type = slaves } } + consciousness = 0.4 + ideology = { value = conservative factor = 0.1 } + } + } + } + } } #The Liberator country_event = { - id = 16160 - title = "EVTNAME16160" - desc = "EVTDESC16160" - picture = "Liberator" - - trigger = { - tag = USA - slavery = yes_slavery - any_state = { is_slave = yes } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16160" - any_state = { - limit = { - is_slave = no - is_colonial = no - } - any_pop = { - consciousness = 0.5 - dominant_issue = { value = freedom_of_womb factor = 0.1 } - ideology = { value = liberal factor = 0.05 } - } - } - } + id = 16160 + title = "EVTNAME16160" + desc = "EVTDESC16160" + picture = "Liberator" + + trigger = { + tag = USA + slavery = yes_slavery + any_state = { is_slave = yes } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16160" + any_state = { + limit = { + is_slave = no + is_colonial = no + } + any_pop = { + consciousness = 0.5 + dominant_issue = { value = freedom_of_womb factor = 0.1 } + ideology = { value = liberal factor = 0.05 } + } + } + } } #Slave Power country_event = { - id = 16170 - title = "EVTNAME16170" - desc = "EVTDESC16170" - picture = "Slavepower" - - trigger = { - tag = USA - slavery = yes_slavery - any_state = { is_slave = yes } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16170" - any_state = { - limit = { - is_slave = yes - is_colonial = no - } - any_pop = { - limit = { - NOT = { type = slaves } - } - consciousness = 0.5 - ideology = { - value = reactionary - factor = 0.10 - } - } - } - } + id = 16170 + title = "EVTNAME16170" + desc = "EVTDESC16170" + picture = "Slavepower" + + trigger = { + tag = USA + slavery = yes_slavery + any_state = { is_slave = yes } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16170" + any_state = { + limit = { + is_slave = yes + is_colonial = no + } + any_pop = { + limit = { + NOT = { type = slaves } + } + consciousness = 0.5 + ideology = { + value = reactionary + factor = 0.10 + } + } + } + } } # Free Staters country_event = { - id = 16180 - title = "EVTNAME16180" - desc = "EVTDESC16180" - picture = "free_staters" - - trigger = { - tag = USA - slavery = yes_slavery - has_country_flag = kansas_nebraska_act_acting - any_state = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = free_staters } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - NOT = { - has_global_flag = american_civil_war_has_happened - has_country_modifier = free_staters_national - } - } - - mean_time_to_happen = { - months = 20 #750 - modifier = { - factor = 0.3 - any_state = { any_owned_province = { any_neighbor_province = { has_province_modifier = border_ruffians } } } - } - modifier = { - factor = 0.9 - has_country_flag = emigrant_aid_company - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16180" - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = free_staters } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = free_staters duration = 365 } } - any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = free_staters } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = free_staters duration = 365 } } - any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = free_staters } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = free_staters duration = 365 } } - any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = free_staters } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - any_owned_province = { any_pop = { has_pop_culture = yankee } } - } - any_owned = { add_province_modifier = { name = free_staters duration = 365 } } - any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } - } - } - } - - option = { - name = "EVTOPTB16180" - add_country_modifier = { name = free_staters_national duration = 365 } - any_state = { - limit = { - is_slave = no - is_colonial = no - any_owned_province = { continent = north_america } - } - any_pop = { consciousness = 0.15 } - } - } + id = 16180 + title = "EVTNAME16180" + desc = "EVTDESC16180" + picture = "free_staters" + + trigger = { + tag = USA + slavery = yes_slavery + has_country_flag = kansas_nebraska_act_acting + any_state = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = free_staters } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + NOT = { + has_global_flag = american_civil_war_has_happened + has_country_modifier = free_staters_national + } + } + + mean_time_to_happen = { + months = 20 #750 + modifier = { + factor = 0.3 + any_state = { any_owned_province = { any_neighbor_province = { has_province_modifier = border_ruffians } } } + } + modifier = { + factor = 0.9 + has_country_flag = emigrant_aid_company + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16180" + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = free_staters } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = free_staters duration = 365 } } + any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = free_staters } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = free_staters duration = 365 } } + any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = free_staters } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = free_staters duration = 365 } } + any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = free_staters } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + any_owned_province = { any_pop = { has_pop_culture = yankee } } + } + any_owned = { add_province_modifier = { name = free_staters duration = 365 } } + any_pop = { dominant_issue = { value = freedom_of_womb factor = 0.1 } } + } + } + } + + option = { + name = "EVTOPTB16180" + add_country_modifier = { name = free_staters_national duration = 365 } + any_state = { + limit = { + is_slave = no + is_colonial = no + any_owned_province = { continent = north_america } + } + any_pop = { consciousness = 0.15 } + } + } } #Border Ruffians country_event = { - id = 16190 - title = "EVTNAME16190" - desc = "EVTDESC16190" - picture = "border_ruffians" - - trigger = { - tag = USA - slavery = yes_slavery - has_country_flag = kansas_nebraska_act_acting - NOT = { has_country_flag = bleeding_kansas } - any_state = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = border_ruffians } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 30 #750 - modifier = { - factor = 0.3 - any_state = { any_owned_province = { has_province_modifier = free_staters NOT = { has_province_modifier = border_ruffians } } } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16190" - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = border_ruffians } } - any_owned_province = { - any_neighbor_province = { - state_scope = { - OR = { - is_slave = no - is_colonial = yes - } - } - } - } - } - any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } - any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } - } - - random = { - chance = 99 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = border_ruffians } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - } - any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } - any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } - } - } - - random = { - chance = 75 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = border_ruffians } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - } - any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } - any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } - } - } - - random = { - chance = 60 - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = north_america } - NOT = { any_owned_province = { has_province_modifier = border_ruffians } } - any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } - } - any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } - any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } - } - } - } - - option = { - name = "EVTOPTB16190" - any_state = { - limit = { is_colonial = no is_slave = no } - any_pop = { consciousness = 0.15 } - } - } + id = 16190 + title = "EVTNAME16190" + desc = "EVTDESC16190" + picture = "border_ruffians" + + trigger = { + tag = USA + slavery = yes_slavery + has_country_flag = kansas_nebraska_act_acting + NOT = { has_country_flag = bleeding_kansas } + any_state = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = border_ruffians } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 30 #750 + modifier = { + factor = 0.3 + any_state = { any_owned_province = { has_province_modifier = free_staters NOT = { has_province_modifier = border_ruffians } } } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16190" + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = border_ruffians } } + any_owned_province = { + any_neighbor_province = { + state_scope = { + OR = { + is_slave = no + is_colonial = yes + } + } + } + } + } + any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } + any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } + } + + random = { + chance = 99 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = border_ruffians } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + } + any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } + any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } + } + } + + random = { + chance = 75 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = border_ruffians } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + } + any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } + any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } + } + } + + random = { + chance = 60 + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = north_america } + NOT = { any_owned_province = { has_province_modifier = border_ruffians } } + any_owned_province = { any_neighbor_province = { state_scope = { OR = { is_slave = no is_colonial = yes } } } } + } + any_owned = { add_province_modifier = { name = border_ruffians duration = 365 } } + any_pop = { dominant_issue = { value = yes_slavery factor = 0.1 } } + } + } + } + + option = { + name = "EVTOPTB16190" + any_state = { + limit = { is_colonial = no is_slave = no } + any_pop = { consciousness = 0.15 } + } + } } #Bleeding $STATENAME$ province_event = { - id = 16200 - title = "EVTNAME16200" - desc = "EVTDESC16200" - - trigger = { - owner = { - tag = USA - slavery = yes_slavery - } - OR = { - AND = { - has_province_modifier = border_ruffians - any_neighbor_province = { state_scope = { any_owned_province = { has_province_modifier = free_staters } } } - } - AND = { - has_province_modifier = free_staters - any_neighbor_province = { state_scope = { any_owned_province = { has_province_modifier = border_ruffians } } } - } - } - NOT = { has_global_flag = american_civil_war_has_happened } - owner = { NOT = { has_country_flag = bleeding_kansas } } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - modifier = { - factor = 0.25 - region = USA_126 - } - } - - option = { - name = "EVTOPTA16200" - state_scope = { - any_pop = { reduce_pop = 0.99 } - remove_province_modifier = border_ruffians - remove_province_modifier = free_staters - add_province_modifier = { name = bleeding_state duration = 1095 } - is_slave = no - } - owner = { - set_country_flag = bleeding_kansas - any_pop = { consciousness = 0.5 } - } - ai_chance = { - factor = 90 - } - } - option = { - name = "EVTOPTB16200" - state_scope = { - any_pop = { reduce_pop = 0.99 } - remove_province_modifier = border_ruffians - remove_province_modifier = free_staters - add_province_modifier = { name = bleeding_state duration = 1095 } - is_slave = yes - } - owner = { - set_country_flag = bleeding_kansas - any_pop = { consciousness = 0.5 } - } - ai_chance = { - factor = 10 - } - } + id = 16200 + title = "EVTNAME16200" + desc = "EVTDESC16200" + + trigger = { + owner = { + tag = USA + slavery = yes_slavery + } + OR = { + AND = { + has_province_modifier = border_ruffians + any_neighbor_province = { state_scope = { any_owned_province = { has_province_modifier = free_staters } } } + } + AND = { + has_province_modifier = free_staters + any_neighbor_province = { state_scope = { any_owned_province = { has_province_modifier = border_ruffians } } } + } + } + NOT = { has_global_flag = american_civil_war_has_happened } + owner = { NOT = { has_country_flag = bleeding_kansas } } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + modifier = { + factor = 0.25 + region = USA_126 + } + } + + option = { + name = "EVTOPTA16200" + state_scope = { + any_pop = { reduce_pop = 0.99 } + remove_province_modifier = border_ruffians + remove_province_modifier = free_staters + add_province_modifier = { name = bleeding_state duration = 1095 } + is_slave = no + } + owner = { + set_country_flag = bleeding_kansas + any_pop = { consciousness = 0.5 } + } + ai_chance = { + factor = 90 + } + } + option = { + name = "EVTOPTB16200" + state_scope = { + any_pop = { reduce_pop = 0.99 } + remove_province_modifier = border_ruffians + remove_province_modifier = free_staters + add_province_modifier = { name = bleeding_state duration = 1095 } + is_slave = yes + } + owner = { + set_country_flag = bleeding_kansas + any_pop = { consciousness = 0.5 } + } + ai_chance = { + factor = 10 + } + } } #Wakarusa War province_event = { - id = 16210 - title = "EVTNAME16210" - desc = "EVTDESC16210" - - trigger = { - owner = { - tag = USA - slavery = yes_slavery - } - has_province_modifier = bleeding_state - NOT = { has_global_flag = american_civil_war_has_happened } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 15 - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA14210" - any_pop = { reduce_pop = 0.98 } - } + id = 16210 + title = "EVTNAME16210" + desc = "EVTDESC16210" + + trigger = { + owner = { + tag = USA + slavery = yes_slavery + } + has_province_modifier = bleeding_state + NOT = { has_global_flag = american_civil_war_has_happened } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 15 + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA14210" + any_pop = { reduce_pop = 0.98 } + } } #$STATENAME$ Emigrant Aid Company province_event = { - id = 16220 - title = "EVTNAME16220" - desc = "EVTDESC16220" - - trigger = { - owner = { - tag = USA - slavery = yes_slavery - NOT = { has_country_flag = emigrant_aid_company } - } - state_scope = { - is_slave = no - any_owned_province = { has_province_modifier = bleeding_state } - } - NOT = { has_global_flag = american_civil_war_has_happened } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.1 - owner = { has_country_flag = bleeding_kansas } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16220" - owner = { set_country_flag = emigrant_aid_company } - state_scope = { - add_province_modifier = { name = emigrant_aid_company duration = 365 } - any_pop = { - consciousness = 0.5 - ideology = { value = liberal factor = 0.05 } - } - } - } + id = 16220 + title = "EVTNAME16220" + desc = "EVTDESC16220" + + trigger = { + owner = { + tag = USA + slavery = yes_slavery + NOT = { has_country_flag = emigrant_aid_company } + } + state_scope = { + is_slave = no + any_owned_province = { has_province_modifier = bleeding_state } + } + NOT = { has_global_flag = american_civil_war_has_happened } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.1 + owner = { has_country_flag = bleeding_kansas } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16220" + owner = { set_country_flag = emigrant_aid_company } + state_scope = { + add_province_modifier = { name = emigrant_aid_company duration = 365 } + any_pop = { + consciousness = 0.5 + ideology = { value = liberal factor = 0.05 } + } + } + } } #Quantrill's Raiders province_event = { - id = 16230 - title = "EVTNAME16230" - desc = "EVTDESC16230" - - trigger = { - owner = { - tag = USA - slavery = yes_slavery - } - has_province_modifier = bleeding_state - NOT = { has_global_flag = american_civil_war_has_happened } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 100 #400 - - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16230" - any_pop = { reduce_pop = 0.98 } - } + id = 16230 + title = "EVTNAME16230" + desc = "EVTDESC16230" + + trigger = { + owner = { + tag = USA + slavery = yes_slavery + } + has_province_modifier = bleeding_state + NOT = { has_global_flag = american_civil_war_has_happened } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 100 #400 + + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16230" + any_pop = { reduce_pop = 0.98 } + } } #Pottawatomie Rifles province_event = { - id = 16240 - title = "EVTNAME16240" - desc = "EVTDESC16240" - - trigger = { - owner = { - tag = USA - slavery = yes_slavery - } - has_province_modifier = bleeding_state - NOT = { has_global_flag = american_civil_war_has_happened } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 150 #450 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1855 } - } - modifier = { - factor = 5 - year = 1855 - NOT = { year = 1860 } - } - } - - option = { - name = "EVTOPTA16240" - any_pop = { reduce_pop = 0.98 } - } + id = 16240 + title = "EVTNAME16240" + desc = "EVTDESC16240" + + trigger = { + owner = { + tag = USA + slavery = yes_slavery + } + has_province_modifier = bleeding_state + NOT = { has_global_flag = american_civil_war_has_happened } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 150 #450 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1855 } + } + modifier = { + factor = 5 + year = 1855 + NOT = { year = 1860 } + } + } + + option = { + name = "EVTOPTA16240" + any_pop = { reduce_pop = 0.98 } + } } #Secessionist Sentiments - Set Up province_event = { - id = 16250 - title = "EVTNAME16250" - desc = "EVTDESC16250" - - trigger = { - continent = north_america - NOT = { is_core = CSA } - OR = { - is_core = USA - state_id = 131 - state_id = 133 - state_id = 91 - state_id = 82 - state_id = 79 - state_id = 106 - state_id = 110 - state_id = 105 - state_id = 97 - state_id = 100 - state_id = 96 - state_id = 104 - state_id = 126 - } - owner = { - tag = USA - slavery = yes_slavery - has_country_modifier = the_slavery_debate - NOT = { has_global_flag = american_civil_war_has_happened } - } - state_scope = { is_slave = yes } - OR = { - yes_slavery = 10 - freedom_of_womb = 10 - } - OR = { - yes_slavery = 20 - freedom_of_womb = 20 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - yes_slavery = 15 - } - modifier = { - factor = 0.5 - average_consciousness = 4 - } - modifier = { - factor = 0.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA16250" - state_scope = { any_owned = { add_core = CSA } - any_pop = { - dominant_issue = { - value = yes_slavery - factor = 0.2 - } - militancy = 1 - } - } - } + id = 16250 + title = "EVTNAME16250" + desc = "EVTDESC16250" + + trigger = { + continent = north_america + NOT = { is_core = CSA } + OR = { + is_core = USA + state_id = 131 + state_id = 133 + state_id = 91 + state_id = 82 + state_id = 79 + state_id = 106 + state_id = 110 + state_id = 105 + state_id = 97 + state_id = 100 + state_id = 96 + state_id = 104 + state_id = 126 + } + owner = { + tag = USA + slavery = yes_slavery + has_country_modifier = the_slavery_debate + NOT = { has_global_flag = american_civil_war_has_happened } + } + state_scope = { is_slave = yes } + OR = { + yes_slavery = 10 + freedom_of_womb = 10 + } + OR = { + yes_slavery = 20 + freedom_of_womb = 20 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + yes_slavery = 15 + } + modifier = { + factor = 0.5 + average_consciousness = 4 + } + modifier = { + factor = 0.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA16250" + state_scope = { any_owned = { add_core = CSA } + any_pop = { + dominant_issue = { + value = yes_slavery + factor = 0.2 + } + militancy = 1 + } + } + } } ### Fire-only-once ### #Uncle Tom's Cabin country_event = { - id = 16300 - title = "EVTNAME16300" - desc = "EVTDESC16300" - picture = "Uncletom" - - trigger = { - tag = USA - slavery = yes_slavery - year = 1852 - NOT = { has_global_flag = american_civil_war_has_happened } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA16300" - any_pop = { - limit = { - has_pop_culture = yankee - } - consciousness = 2 - dominant_issue = { - factor = 0.1 - value = freedom_of_womb - } - ideology = { - value = liberal - factor = 0.05 - } - } - any_pop = { - limit = { - has_pop_culture = dixie - } - consciousness = 2 - dominant_issue = { - factor = 0.05 - value = yes_slavery - } - ideology = { - value = conservative - factor = 0.05 - } - } - } + id = 16300 + title = "EVTNAME16300" + desc = "EVTDESC16300" + picture = "Uncletom" + + trigger = { + tag = USA + slavery = yes_slavery + year = 1852 + NOT = { has_global_flag = american_civil_war_has_happened } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA16300" + any_pop = { + limit = { + has_pop_culture = yankee + } + consciousness = 2 + dominant_issue = { + factor = 0.1 + value = freedom_of_womb + } + ideology = { + value = liberal + factor = 0.05 + } + } + any_pop = { + limit = { + has_pop_culture = dixie + } + consciousness = 2 + dominant_issue = { + factor = 0.05 + value = yes_slavery + } + ideology = { + value = conservative + factor = 0.05 + } + } + } } # The Amistad Decision country_event = { - id = 16310 - title = "EVTNAME16310" - desc = "EVTDESC16310" - picture = "Amistad" - - trigger = { - tag = USA - year = 1841 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - has_global_flag = american_civil_war_has_happened - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA16310" - set_country_flag = the_amistad - random_owned = { limit = { owner = { slavery = yes_slavery } } - owner = { any_pop = { consciousness = 2 dominant_issue = { factor = 0.05 value = freedom_of_womb } } } - } - random_owned = { limit = { owner = { slavery = freedom_of_womb } } - owner = { any_pop = { consciousness = 2 dominant_issue = { factor = 0.05 value = no_slavery } } } - } - } + id = 16310 + title = "EVTNAME16310" + desc = "EVTDESC16310" + picture = "Amistad" + + trigger = { + tag = USA + year = 1841 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + has_global_flag = american_civil_war_has_happened + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA16310" + set_country_flag = the_amistad + random_owned = { limit = { owner = { slavery = yes_slavery } } + owner = { any_pop = { consciousness = 2 dominant_issue = { factor = 0.05 value = freedom_of_womb } } } + } + random_owned = { limit = { owner = { slavery = freedom_of_womb } } + owner = { any_pop = { consciousness = 2 dominant_issue = { factor = 0.05 value = no_slavery } } } + } + } } #Special #American minors apply for statehood country_event = { - id = 16400 - title = "EVTNAME16400" - desc = "EVTDESC16400" - picture = "Administration" - - is_triggered_only = yes - major = yes - - option = { - name = "EVTOPTA16400" - random_country = { - limit = { - tag = FROM - primary_culture = texan - } - any_owned = { add_core = USA } - } - random_country = { - limit = { - tag = FROM - NOT = { primary_culture = texan } - } - all_core = { add_core = USA } - } - # FROM = { - # all_core = { - # add_core = USA - # } - # } - - inherit = FROM - random_owned = { - limit = { - is_core = RGR - state_scope = { is_slave = no } - owner = { slavery = yes_slavery } - } - state_scope = { is_slave = yes } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVTOPTB16400" - relation = { - who = FROM - value = -100 - } - ai_chance = { - factor = 0 - } - } + id = 16400 + title = "EVTNAME16400" + desc = "EVTDESC16400" + picture = "Administration" + + is_triggered_only = yes + major = yes + + option = { + name = "EVTOPTA16400" + random_country = { + limit = { + tag = FROM + primary_culture = texan + } + any_owned = { add_core = USA } + } + random_country = { + limit = { + tag = FROM + NOT = { primary_culture = texan } + } + all_core = { add_core = USA } + } + # FROM = { + # all_core = { + # add_core = USA + # } + # } + + inherit = FROM + random_owned = { + limit = { + is_core = RGR + state_scope = { is_slave = no } + owner = { slavery = yes_slavery } + } + state_scope = { is_slave = yes } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVTOPTB16400" + relation = { + who = FROM + value = -100 + } + ai_chance = { + factor = 0 + } + } } #End Of The Anaconda Plan country_event = { - id = 16410 - title = "EVTNAME16410" - desc = "EVTDESC16410" - picture = "Anaconda" - - trigger = { - has_country_modifier = anaconda_plan - OR = { - NOT = { - blockade = 0.8 - } - war = no - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA16410" - remove_country_modifier = anaconda_plan - } + id = 16410 + title = "EVTNAME16410" + desc = "EVTDESC16410" + picture = "Anaconda" + + trigger = { + has_country_modifier = anaconda_plan + OR = { + NOT = { + blockade = 0.8 + } + war = no + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA16410" + remove_country_modifier = anaconda_plan + } } # Rise of The KKK country_event = { - id = 16415 - title = "EVTNAME16415" - desc = "EVTDESC16415" - picture = "kkk" - - trigger = { - tag = USA - has_global_flag = american_civil_war_has_happened - has_country_flag = has_used_radical_reconstruction - NOT = { exists = CSA } - slavery = no_slavery - owns = 60 - owns = 195 - owns = 139 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 30 - } - - option = { - name = "EVTOPTA16415" - set_country_flag = kkk - any_pop = { - limit = { has_pop_culture = dixie } - militancy = 3 - consciousness = 1 - ideology = { - value = reactionary - factor = 0.05 - } - } - } + id = 16415 + title = "EVTNAME16415" + desc = "EVTDESC16415" + picture = "kkk" + + trigger = { + tag = USA + has_global_flag = american_civil_war_has_happened + has_country_flag = has_used_radical_reconstruction + NOT = { exists = CSA } + slavery = no_slavery + owns = 60 + owns = 195 + owns = 139 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 30 + } + + option = { + name = "EVTOPTA16415" + set_country_flag = kkk + any_pop = { + limit = { has_pop_culture = dixie } + militancy = 3 + consciousness = 1 + ideology = { + value = reactionary + factor = 0.05 + } + } + } } ##### Indian Wars ##### country_event = { - id = 16420 - title = "EVTNAME16420" - desc = "EVTDESC16420" - picture = "Sioux" - - trigger = { - has_country_flag = custers_expedition_sent - owns = 122 - 122 = { trade_goods = precious_metal } - NOT = { has_country_flag = sioux_wars } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVTOPTA16420" - any_pop = { - limit = { has_pop_culture = dakota } - militancy = 8 - } - set_country_flag = sioux_wars - } + id = 16420 + title = "EVTNAME16420" + desc = "EVTDESC16420" + picture = "Sioux" + + trigger = { + has_country_flag = custers_expedition_sent + owns = 122 + 122 = { trade_goods = precious_metal } + NOT = { has_country_flag = sioux_wars } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVTOPTA16420" + any_pop = { + limit = { has_pop_culture = dakota } + militancy = 8 + } + set_country_flag = sioux_wars + } } country_event = { - id = 16425 - title = "EVTNAME16425" - desc = "EVTDESC16430" - picture = "sittingbull" - fire_only_once = yes - - trigger = { - has_country_flag = sioux_wars - NOT = { has_country_flag = sioux_wars_over } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVTOPTA16430" - prestige = -5 - any_pop = { - limit = { has_pop_culture = dakota } - militancy = 10 - consciousness = 10 - } - } + id = 16425 + title = "EVTNAME16425" + desc = "EVTDESC16430" + picture = "sittingbull" + fire_only_once = yes + + trigger = { + has_country_flag = sioux_wars + NOT = { has_country_flag = sioux_wars_over } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVTOPTA16430" + prestige = -5 + any_pop = { + limit = { has_pop_culture = dakota } + militancy = 10 + consciousness = 10 + } + } } #End of The Sioux Wars country_event = { - id = 16430 - title = "EVTNAME16430" - desc = "EVTDESC16430" - picture = "sittingbull" - fire_only_once = yes - - trigger = { - has_country_flag = sioux_wars - num_of_revolts = 0 - } - - mean_time_to_happen = { - months = 50 - } - - option = { - name = "EVTOPTA16430" - any_pop = { - limit = { has_pop_culture = dakota } - militancy = -10 - consciousness = -10 - reduce_pop = 0.5 - } - set_country_flag = sioux_wars_over - } + id = 16430 + title = "EVTNAME16430" + desc = "EVTDESC16430" + picture = "sittingbull" + fire_only_once = yes + + trigger = { + has_country_flag = sioux_wars + num_of_revolts = 0 + } + + mean_time_to_happen = { + months = 50 + } + + option = { + name = "EVTOPTA16430" + any_pop = { + limit = { has_pop_culture = dakota } + militancy = -10 + consciousness = -10 + reduce_pop = 0.5 + } + set_country_flag = sioux_wars_over + } } #Apache Wars country_event = { - id = 16440 - title = "EVTNAME16440" - desc = "EVTDESC16440" - picture = "Sioux" - - trigger = { - owns = 105 - year = 1840 - tag = USA - NOT = { - has_country_flag = apache_wars - } - } - - mean_time_to_happen = { - months = 36 - } - - option = { - name = "EVTOPTA16440" - 105 = { - state_scope = { - any_pop = { - limit = { - has_pop_culture = native_american_minor - } - militancy = 8 - } - any_pop = { - limit = { - not = { - is_culture_group = native_american - } - } - reduce_pop = 0.5 - } - } - } - set_country_flag = apache_wars - } + id = 16440 + title = "EVTNAME16440" + desc = "EVTDESC16440" + picture = "Sioux" + + trigger = { + owns = 105 + year = 1840 + tag = USA + NOT = { + has_country_flag = apache_wars + } + } + + mean_time_to_happen = { + months = 36 + } + + option = { + name = "EVTOPTA16440" + 105 = { + state_scope = { + any_pop = { + limit = { + has_pop_culture = native_american_minor + } + militancy = 8 + } + any_pop = { + limit = { + not = { + is_culture_group = native_american + } + } + reduce_pop = 0.5 + } + } + } + set_country_flag = apache_wars + } } province_event = { - id = 16445 - title = "EVTNAME16445" - desc = "EVTDESC16445" - picture = "Sioux" - - trigger = { - is_colonial = yes - has_country_flag = apache_wars - has_pop_culture = native_american_minor - not = { has_country_flag = apache_wars_over } - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVT16445OPTA" - state_scope = { - any_pop = { - limit = { - has_pop_culture = native_american_minor - } - militancy = 10 - } - } - add_province_modifier = { - name = "apache_raiders" - duration = 730 - } - } + id = 16445 + title = "EVTNAME16445" + desc = "EVTDESC16445" + picture = "Sioux" + + trigger = { + is_colonial = yes + has_country_flag = apache_wars + has_pop_culture = native_american_minor + not = { has_country_flag = apache_wars_over } + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVT16445OPTA" + state_scope = { + any_pop = { + limit = { + has_pop_culture = native_american_minor + } + militancy = 10 + } + } + add_province_modifier = { + name = "apache_raiders" + duration = 730 + } + } } #Apprehending Geronimo country_event = { - id = 16450 - title = "EVTNAME16450" - desc = "EVTDESC16450" - picture = "geronimo" - fire_only_once = yes - - trigger = { - tag = USA - year = 1886 - has_country_flag = apache_wars - } - - mean_time_to_happen = { - months = 96 - } - - option = { - name = "EVTOPTA16450" - any_pop = { - limit = { - has_pop_culture = native_american_minor - NOT = { - location = { - OR = { - province_id = 130 - province_id = 131 - } - } - } - } - militancy = -10 - consciousness = -10 - reduce_pop = 0.8 - } - set_country_flag = apache_wars_over - } + id = 16450 + title = "EVTNAME16450" + desc = "EVTDESC16450" + picture = "geronimo" + fire_only_once = yes + + trigger = { + tag = USA + year = 1886 + has_country_flag = apache_wars + } + + mean_time_to_happen = { + months = 96 + } + + option = { + name = "EVTOPTA16450" + any_pop = { + limit = { + has_pop_culture = native_american_minor + NOT = { + location = { + OR = { + province_id = 130 + province_id = 131 + } + } + } + } + militancy = -10 + consciousness = -10 + reduce_pop = 0.8 + } + set_country_flag = apache_wars_over + } } # End of Radical Reconstruction country_event = { - id = 17455 - title = "EVTNAME17455" - desc = "EVTDESC17455" - major = yes - - trigger = { - tag = USA - NOT = { CSA = { all_core = { has_province_modifier = reconstruction } } } - has_country_flag = has_used_radical_reconstruction - } - - mean_time_to_happen = { - months = 3 - } - - fire_only_once = yes - - option = { - name = "EVTOPTA1305" #Keep Afro-American as accepted, CSA cores stay, assimilation of Dixie stops - prestige = 10 - add_accepted_culture = dixie - add_accepted_culture = afro_american - any_pop = { - limit = { has_pop_culture = dixie } - consciousness = 2 - militancy = 4 - } - any_pop = { - limit = { has_pop_culture = afro_american } - consciousness = -2 - militancy = -4 - } - any_pop = { - limit = { has_pop_culture = dixie } - ideology = { - value = reactionary - factor = 0.4 - } - ideology = { - value = conservative - factor = 0.2 - } - } - any_pop = { - limit = { has_pop_culture = afro_american } - ideology = { - value = liberal - factor = 0.6 - } - } - - ai_chance = { factor = 0.05 } - } - - option = { - name = "EVTOPTA1306" #Afro-American loses accepted status, CSA cores go away - prestige = 10 - add_accepted_culture = dixie - remove_accepted_culture = afro_american - random_owned = { limit = { owner = { ai = no } } treasury = -25000 } - any_owned = { - limit = { is_core = CSA } - add_province_modifier = { name = reconstruction duration = 2555 } - } - CSA = { all_core = { remove_core = CSA } } - TEX = { remove_accepted_culture = dixie } - any_pop = { - limit = { has_pop_culture = dixie } - consciousness = 2 - militancy = 1 - } - any_pop = { - limit = { has_pop_culture = afro_american } - consciousness = 2 - militancy = 1 - } - any_pop = { - limit = { has_pop_culture = dixie } - ideology = { - value = reactionary - factor = 0.3 - } - ideology = { - value = conservative - factor = 0.3 - } - } - any_pop = { - limit = { has_pop_culture = afro_american } - ideology = { - value = liberal - factor = 0.8 - } - } - - ai_chance = { factor = 0.2 } - } - - option = { - name = "EVTOPTA1307" #Afro-American loses accepted status, Dixie becomes accepted, Texan becomes accepted, CSA cores go away, assimilation of Dixies stop. - prestige = 10 - add_accepted_culture = dixie - random_owned = { limit = { any_pop = { has_pop_culture = texan } } owner = { add_accepted_culture = texan } } - random_owned = { limit = { any_pop = { has_pop_culture = dixie } } owner = { add_accepted_culture = dixie } } - remove_accepted_culture = afro_american - CSA = { all_core = { remove_core = CSA } } - any_pop = { - limit = { - has_pop_culture = dixie - } - consciousness = -4 - militancy = -2 - } - any_pop = { - limit = { - has_pop_culture = afro_american - } - consciousness = 4 - militancy = 2 - } - any_pop = { - limit = { has_pop_culture = dixie } - ideology = { - value = conservative - factor = 0.6 - } - } - any_pop = { - limit = { has_pop_culture = afro_american } - ideology = { - value = liberal - factor = 0.8 - } - } - - ai_chance = { factor = 0.75 } - } + id = 17455 + title = "EVTNAME17455" + desc = "EVTDESC17455" + major = yes + + trigger = { + tag = USA + NOT = { CSA = { all_core = { has_province_modifier = reconstruction } } } + has_country_flag = has_used_radical_reconstruction + } + + mean_time_to_happen = { + months = 3 + } + + fire_only_once = yes + + option = { + name = "EVTOPTA1305" #Keep Afro-American as accepted, CSA cores stay, assimilation of Dixie stops + prestige = 10 + add_accepted_culture = dixie + add_accepted_culture = afro_american + any_pop = { + limit = { has_pop_culture = dixie } + consciousness = 2 + militancy = 4 + } + any_pop = { + limit = { has_pop_culture = afro_american } + consciousness = -2 + militancy = -4 + } + any_pop = { + limit = { has_pop_culture = dixie } + ideology = { + value = reactionary + factor = 0.4 + } + ideology = { + value = conservative + factor = 0.2 + } + } + any_pop = { + limit = { has_pop_culture = afro_american } + ideology = { + value = liberal + factor = 0.6 + } + } + + ai_chance = { factor = 0.05 } + } + + option = { + name = "EVTOPTA1306" #Afro-American loses accepted status, CSA cores go away + prestige = 10 + add_accepted_culture = dixie + remove_accepted_culture = afro_american + random_owned = { limit = { owner = { ai = no } } treasury = -25000 } + any_owned = { + limit = { is_core = CSA } + add_province_modifier = { name = reconstruction duration = 2555 } + } + CSA = { all_core = { remove_core = CSA } } + TEX = { remove_accepted_culture = dixie } + any_pop = { + limit = { has_pop_culture = dixie } + consciousness = 2 + militancy = 1 + } + any_pop = { + limit = { has_pop_culture = afro_american } + consciousness = 2 + militancy = 1 + } + any_pop = { + limit = { has_pop_culture = dixie } + ideology = { + value = reactionary + factor = 0.3 + } + ideology = { + value = conservative + factor = 0.3 + } + } + any_pop = { + limit = { has_pop_culture = afro_american } + ideology = { + value = liberal + factor = 0.8 + } + } + + ai_chance = { factor = 0.2 } + } + + option = { + name = "EVTOPTA1307" #Afro-American loses accepted status, Dixie becomes accepted, Texan becomes accepted, CSA cores go away, assimilation of Dixies stop. + prestige = 10 + add_accepted_culture = dixie + random_owned = { limit = { any_pop = { has_pop_culture = texan } } owner = { add_accepted_culture = texan } } + random_owned = { limit = { any_pop = { has_pop_culture = dixie } } owner = { add_accepted_culture = dixie } } + remove_accepted_culture = afro_american + CSA = { all_core = { remove_core = CSA } } + any_pop = { + limit = { + has_pop_culture = dixie + } + consciousness = -4 + militancy = -2 + } + any_pop = { + limit = { + has_pop_culture = afro_american + } + consciousness = 4 + militancy = 2 + } + any_pop = { + limit = { has_pop_culture = dixie } + ideology = { + value = conservative + factor = 0.6 + } + } + any_pop = { + limit = { has_pop_culture = afro_american } + ideology = { + value = liberal + factor = 0.8 + } + } + + ai_chance = { factor = 0.75 } + } } diff --git a/HPM/events/ARGFlavor.txt b/HPM/events/ARGFlavor.txt index 1332445e..c1e34e61 100644 --- a/HPM/events/ARGFlavor.txt +++ b/HPM/events/ARGFlavor.txt @@ -1,624 +1,624 @@ country_event = { - id = 46600 - news = yes - news_desc_long = "EVTDESC46600_NEWS_LONG" - news_desc_medium = "EVTDESC46600_NEWS_MEDIUM" - news_desc_short = "EVTDESC46600_NEWS_SHORT" - - trigger = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - year = 1851 - NOT = { - year = 1855 - has_country_flag = Alberdi - } - war = no - is_ideology_enabled = anarcho_liberal - government = democracy #only fire if ARG is a republic - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1852 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1853 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1854 - } - } - - title = "EVTNAME46600" - desc = "EVTDESC46600" - picture = "Alberdi" - - option = { - name = "EVTOPTA46600" - prestige = 2 - any_pop = { - consciousness = 1 - militancy = -1 - } - bureaucrats = { - consciousness = 1 - } - officers = { - consciousness = 1 - } - aristocrats = { - consciousness = 1 - } - clergymen = { - consciousness = 1 - } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - } - set_country_flag = Alberdi - } - - option = { - name = "EVTOPTB46600" - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 2 - scaled_militancy = { - factor = 2 - ideology = liberal - } - scaled_militancy = { - factor = 2 - ideology = anarcho_liberal - } - } - set_country_flag = Alberdi - } + id = 46600 + news = yes + news_desc_long = "EVTDESC46600_NEWS_LONG" + news_desc_medium = "EVTDESC46600_NEWS_MEDIUM" + news_desc_short = "EVTDESC46600_NEWS_SHORT" + + trigger = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + year = 1851 + NOT = { + year = 1855 + has_country_flag = Alberdi + } + war = no + is_ideology_enabled = anarcho_liberal + government = democracy #only fire if ARG is a republic + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1852 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1853 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1854 + } + } + + title = "EVTNAME46600" + desc = "EVTDESC46600" + picture = "Alberdi" + + option = { + name = "EVTOPTA46600" + prestige = 2 + any_pop = { + consciousness = 1 + militancy = -1 + } + bureaucrats = { + consciousness = 1 + } + officers = { + consciousness = 1 + } + aristocrats = { + consciousness = 1 + } + clergymen = { + consciousness = 1 + } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + } + set_country_flag = Alberdi + } + + option = { + name = "EVTOPTB46600" + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 2 + scaled_militancy = { + factor = 2 + ideology = liberal + } + scaled_militancy = { + factor = 2 + ideology = anarcho_liberal + } + } + set_country_flag = Alberdi + } } country_event = { - id = 46601 - news = yes - news_desc_long = "EVTDESC46601_NEWS_LONG" - news_desc_medium = "EVTDESC46601_NEWS_MEDIUM" - news_desc_short = "EVTDESC46601_NEWS_SHORT" - - trigger = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - year = 1844 - NOT = { - year = 1850 - has_global_flag = Facundo - } - OR = { - government = presidential_dictatorship #book is reaction against strong-man rule - government = absolute_monarchy - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.8 #increase likelihood to happen - year = 1845 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME46601" - desc = "EVTDESC46601" - picture = "Facundo" - - option = { - name = "EVTOPTA46601" - any_country = { - limit = { - exists = yes - OR = { - tag = SBA - tag = ENT - tag = CRT - } - } - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 1 - ideology = { - value = liberal - factor = 0.2 - } - scaled_consciousness = { - factor = 2 - ideology = liberal - } - scaled_consciousness = { - factor = 2 - ideology = anarcho_liberal - } - } - } - - random_owned = { - limit = { owner = { is_ideology_enabled = anarcho_liberal } } - owner = { - any_country = { - limit = { - exists = yes - OR = { - tag = SBA - tag = ENT - tag = CRT - } - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_consciousness = { - factor = 2 - ideology = anarcho_liberal - } - } - } - - any_pop = { - limit = { is_primary_culture = yes } - scaled_consciousness = { - factor = 2 - ideology = anarcho_liberal - } - } - } - } - - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 1 - ideology = { - value = liberal - factor = 0.2 - } - scaled_consciousness = { - factor = 2 - ideology = liberal - } - } - set_global_flag = Facundo - } + id = 46601 + news = yes + news_desc_long = "EVTDESC46601_NEWS_LONG" + news_desc_medium = "EVTDESC46601_NEWS_MEDIUM" + news_desc_short = "EVTDESC46601_NEWS_SHORT" + + trigger = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + year = 1844 + NOT = { + year = 1850 + has_global_flag = Facundo + } + OR = { + government = presidential_dictatorship #book is reaction against strong-man rule + government = absolute_monarchy + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.8 #increase likelihood to happen + year = 1845 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME46601" + desc = "EVTDESC46601" + picture = "Facundo" + + option = { + name = "EVTOPTA46601" + any_country = { + limit = { + exists = yes + OR = { + tag = SBA + tag = ENT + tag = CRT + } + } + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 1 + ideology = { + value = liberal + factor = 0.2 + } + scaled_consciousness = { + factor = 2 + ideology = liberal + } + scaled_consciousness = { + factor = 2 + ideology = anarcho_liberal + } + } + } + + random_owned = { + limit = { owner = { is_ideology_enabled = anarcho_liberal } } + owner = { + any_country = { + limit = { + exists = yes + OR = { + tag = SBA + tag = ENT + tag = CRT + } + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_consciousness = { + factor = 2 + ideology = anarcho_liberal + } + } + } + + any_pop = { + limit = { is_primary_culture = yes } + scaled_consciousness = { + factor = 2 + ideology = anarcho_liberal + } + } + } + } + + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 1 + ideology = { + value = liberal + factor = 0.2 + } + scaled_consciousness = { + factor = 2 + ideology = liberal + } + } + set_global_flag = Facundo + } } country_event = { - id = 97085 - title = "EVTNAME97085" #Conquest of the Desert - desc = "EVTDESC97085" - picture = "conquest_of_the_desert" - - trigger = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - OR = { - 2332 = { empty = yes } - 2333 = { empty = yes } - 2334 = { empty = yes } - 2335 = { empty = yes } - 2391 = { empty = yes } - 2392 = { empty = yes } - 2394 = { empty = yes } - 2396 = { empty = yes } - 2397 = { empty = yes } - 2398 = { empty = yes } - 2399 = { empty = yes } - 2400 = { empty = yes } - } - has_country_flag = conquest_of_the_desert - } - - mean_time_to_happen = { - months = 18 - modifier = { - factor = 0.8 - year = 1875 - } - modifier = { - factor = 0.5 - year = 1880 - } - modifier = { - factor = 0.5 - state_n_government = 1 - } - } - - option = { - name = "EVT97085OPTA" #For the glory of Argentina! - prestige = 1 - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = no } - 2335 = { empty = no } - 2334 = { empty = no } - 2333 = { empty = no } - 2332 = { empty = yes } - 2333 = { owned_by = THIS } - } - 2332 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = no } - 2335 = { empty = no } - 2334 = { empty = no } - 2333 = { empty = yes } - 2334 = { owned_by = THIS } - } - 2333 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = no } - 2335 = { empty = no } - 2334 = { empty = yes } - 2335 = { owned_by = THIS } - } - 2334 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = no } - 2335 = { empty = yes } - 2400 = { owned_by = THIS } - } - 2335 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = no } - 2400 = { empty = yes } - 2399 = { owned_by = THIS } - } - 2400 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = no } - 2399 = { empty = yes } - 2398 = { owned_by = THIS } - } - 2399 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = no } - 2398 = { empty = yes } - 2397 = { owned_by = THIS } - } - 2398 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = no } - 2397 = { empty = yes } - 2396 = { owned_by = THIS } - } - 2397 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = no } - 2396 = { empty = yes } - 2392 = { owned_by = THIS } - } - 2396 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = no } - 2392 = { empty = yes } - OR = { - 2394 = { owned_by = THIS } - 2355 = { owned_by = THIS } - } - } - 2392 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = no } - 2394 = { empty = yes } - 2395 = { owned_by = THIS } - } - 2394 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2391 = { empty = yes } - 2395 = { owned_by = THIS } - } - 2391 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - } + id = 97085 + title = "EVTNAME97085" #Conquest of the Desert + desc = "EVTDESC97085" + picture = "conquest_of_the_desert" + + trigger = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + OR = { + 2332 = { empty = yes } + 2333 = { empty = yes } + 2334 = { empty = yes } + 2335 = { empty = yes } + 2391 = { empty = yes } + 2392 = { empty = yes } + 2394 = { empty = yes } + 2396 = { empty = yes } + 2397 = { empty = yes } + 2398 = { empty = yes } + 2399 = { empty = yes } + 2400 = { empty = yes } + } + has_country_flag = conquest_of_the_desert + } + + mean_time_to_happen = { + months = 18 + modifier = { + factor = 0.8 + year = 1875 + } + modifier = { + factor = 0.5 + year = 1880 + } + modifier = { + factor = 0.5 + state_n_government = 1 + } + } + + option = { + name = "EVT97085OPTA" #For the glory of Argentina! + prestige = 1 + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = no } + 2335 = { empty = no } + 2334 = { empty = no } + 2333 = { empty = no } + 2332 = { empty = yes } + 2333 = { owned_by = THIS } + } + 2332 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = no } + 2335 = { empty = no } + 2334 = { empty = no } + 2333 = { empty = yes } + 2334 = { owned_by = THIS } + } + 2333 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = no } + 2335 = { empty = no } + 2334 = { empty = yes } + 2335 = { owned_by = THIS } + } + 2334 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = no } + 2335 = { empty = yes } + 2400 = { owned_by = THIS } + } + 2335 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = no } + 2400 = { empty = yes } + 2399 = { owned_by = THIS } + } + 2400 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = no } + 2399 = { empty = yes } + 2398 = { owned_by = THIS } + } + 2399 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = no } + 2398 = { empty = yes } + 2397 = { owned_by = THIS } + } + 2398 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = no } + 2397 = { empty = yes } + 2396 = { owned_by = THIS } + } + 2397 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = no } + 2396 = { empty = yes } + 2392 = { owned_by = THIS } + } + 2396 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = no } + 2392 = { empty = yes } + OR = { + 2394 = { owned_by = THIS } + 2355 = { owned_by = THIS } + } + } + 2392 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = no } + 2394 = { empty = yes } + 2395 = { owned_by = THIS } + } + 2394 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2391 = { empty = yes } + 2395 = { owned_by = THIS } + } + 2391 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + } } province_event = { - id = 97086 - title = "EVTNAME97086" #Pacification of Patagonia - desc = "EVTDESC97086" - - trigger = { - OR = { - region = CHL_2332 - region = ARG_2398 - region = ARG_2391 - province_id = 2362 - province_id = 2364 - province_id = 2365 - province_id = 2372 - province_id = 2377 - province_id = 2353 - province_id = 2393 - province_id = 2395 - is_core = PTG - } - OR = { - has_country_flag = conquest_of_the_desert - has_country_flag = occupation_of_araucania - has_country_flag = conquest_of_the_chaco - } - NOT = { life_rating = 19 } - } - - mean_time_to_happen = { - months = 18 - modifier = { - factor = 0.5 - is_core = THIS - } - modifier = { - factor = 0.5 - owner = { machine_guns = 1 } - } - } - - option = { - name = "EVT97086OPTA" #Excellent! - life_rating = 18 - remove_core = PTG - any_pop = { - limit = { is_culture_group = native_american } - militancy = 8 - consciousness = 3 - reduce_pop = 0.97 - } - } + id = 97086 + title = "EVTNAME97086" #Pacification of Patagonia + desc = "EVTDESC97086" + + trigger = { + OR = { + region = CHL_2332 + region = ARG_2398 + region = ARG_2391 + province_id = 2362 + province_id = 2364 + province_id = 2365 + province_id = 2372 + province_id = 2377 + province_id = 2353 + province_id = 2393 + province_id = 2395 + is_core = PTG + } + OR = { + has_country_flag = conquest_of_the_desert + has_country_flag = occupation_of_araucania + has_country_flag = conquest_of_the_chaco + } + NOT = { life_rating = 19 } + } + + mean_time_to_happen = { + months = 18 + modifier = { + factor = 0.5 + is_core = THIS + } + modifier = { + factor = 0.5 + owner = { machine_guns = 1 } + } + } + + option = { + name = "EVT97086OPTA" #Excellent! + life_rating = 18 + remove_core = PTG + any_pop = { + limit = { is_culture_group = native_american } + militancy = 8 + consciousness = 3 + reduce_pop = 0.97 + } + } } - + country_event = { - id = 97090 - title = "EVTNAME97090" #The Argentina-Chile Border Treaty - desc = "EVTDESC97090" - picture = "argentina_chile_border_treaty" - - is_triggered_only = yes - - option = { - name = "EVT97090OPTA" #Sign the treaty. - CHL_2332 = { add_core = CHL } - relation = { - who = FROM - value = 200 - } - any_owned = { - limit = { - FROM = { - OR = { - tag = ARG - tag = ARC - } - } - OR = { - is_core = ARG - is_core = ARC - } - is_core = PTG - } - secede_province = THIS - } - any_owned = { - limit = { - FROM = { tag = LPL } - is_core = LPL - is_core = PTG - } - secede_province = LPL - } - FROM = { - any_owned = { - limit = { - is_core = CHL - is_core = PTG - } - secede_province = CHL - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 0.8 - NOT = { relation = { who = FROM value = 0 } } - } - modifier = { - factor = 0.8 - FROM = { - any_owned_province = { is_core = CHL } - } - } - modifier = { - factor = 0.8 - any_owned_province = { is_core = FROM } - } - } - } - - option = { - name = "EVT97090OPTB" #There is no need for such an agreement. - CHL_2332 = { add_core = CHL } - 2399 = { add_core = CHL } - 2400 = { add_core = CHL } - random_owned = { - limit = { - FROM = { - OR = { - tag = ARG - tag = ARC - } - } - } - 2335 = { add_core = THIS } - 2334 = { add_core = THIS } - 2333 = { add_core = THIS } - } - random_owned = { - limit = { - FROM = { tag = LPL } - } - 2335 = { add_core = LPL } - 2334 = { add_core = LPL } - 2333 = { add_core = LPL } - } - relation = { - who = FROM - value = -50 - } - ai_chance = { - factor = 10 - } - } + id = 97090 + title = "EVTNAME97090" #The Argentina-Chile Border Treaty + desc = "EVTDESC97090" + picture = "argentina_chile_border_treaty" + + is_triggered_only = yes + + option = { + name = "EVT97090OPTA" #Sign the treaty. + CHL_2332 = { add_core = CHL } + relation = { + who = FROM + value = 200 + } + any_owned = { + limit = { + FROM = { + OR = { + tag = ARG + tag = ARC + } + } + OR = { + is_core = ARG + is_core = ARC + } + is_core = PTG + } + secede_province = THIS + } + any_owned = { + limit = { + FROM = { tag = LPL } + is_core = LPL + is_core = PTG + } + secede_province = LPL + } + FROM = { + any_owned = { + limit = { + is_core = CHL + is_core = PTG + } + secede_province = CHL + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 0.8 + NOT = { relation = { who = FROM value = 0 } } + } + modifier = { + factor = 0.8 + FROM = { + any_owned_province = { is_core = CHL } + } + } + modifier = { + factor = 0.8 + any_owned_province = { is_core = FROM } + } + } + } + + option = { + name = "EVT97090OPTB" #There is no need for such an agreement. + CHL_2332 = { add_core = CHL } + 2399 = { add_core = CHL } + 2400 = { add_core = CHL } + random_owned = { + limit = { + FROM = { + OR = { + tag = ARG + tag = ARC + } + } + } + 2335 = { add_core = THIS } + 2334 = { add_core = THIS } + 2333 = { add_core = THIS } + } + random_owned = { + limit = { + FROM = { tag = LPL } + } + 2335 = { add_core = LPL } + 2334 = { add_core = LPL } + 2333 = { add_core = LPL } + } + relation = { + who = FROM + value = -50 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97091 - title = "EVTNAME97091" #Transferring Sovereignty - desc = "EVTDESC97091" - picture = "danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVT97091OPTA" #Sign the treaty - set_country_flag = argentina_united_externally - relation = { who = FROM value = 50 } - FROM = { - any_owned = { - limit = { - NOT = { province_id = 2131 } - OR = { - is_core = CRT - is_core = ENT - is_core = SBA - is_core = ARC - is_core = ARG - } - } - secede_province = THIS - } - } - any_owned = { - remove_core = CRT - remove_core = ENT - remove_core = SBA - } - } + id = 97091 + title = "EVTNAME97091" #Transferring Sovereignty + desc = "EVTDESC97091" + picture = "danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVT97091OPTA" #Sign the treaty + set_country_flag = argentina_united_externally + relation = { who = FROM value = 50 } + FROM = { + any_owned = { + limit = { + NOT = { province_id = 2131 } + OR = { + is_core = CRT + is_core = ENT + is_core = SBA + is_core = ARC + is_core = ARG + } + } + secede_province = THIS + } + } + any_owned = { + remove_core = CRT + remove_core = ENT + remove_core = SBA + } + } } diff --git a/HPM/events/AUSFlavor.txt b/HPM/events/AUSFlavor.txt index 5bd4d60c..8fb7f608 100644 --- a/HPM/events/AUSFlavor.txt +++ b/HPM/events/AUSFlavor.txt @@ -1,780 +1,780 @@ country_event = { - id = 31501 - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1836 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - } - - title = "EVTNAME31501" - desc = "EVTDESC31501" - picture = "smoking" - - option = { - name = "EVTOPTA31501" - rich_strata = { - consciousness = 1 - } - } + id = 31501 + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1836 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + } + + title = "EVTNAME31501" + desc = "EVTDESC31501" + picture = "smoking" + + option = { + name = "EVTOPTA31501" + rich_strata = { + consciousness = 1 + } + } } country_event = { - id = 31502 - news = yes - news_desc_long = "EVTDESC31502_NEWS_LONG" - news_desc_medium = "EVTDESC31502_NEWS_MEDIUM" - news_desc_short = "EVTDESC31502_NEWS_SHORT" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1842 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - year = 1845 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1843 - } - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1844 - } - } - - title = "EVTNAME31502" - desc = "EVTDESC31502" - picture = "Ferdinand" - - option = { - name = "EVTOPTA31502" - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { set_country_flag = conservative_party_in_power } - } - upper_house = { - ideology = reactionary - value = 0.3 - } - rich_strata = { - ideology = { - value = reactionary - factor = 0.3 - } - } - any_pop = { - scaled_militancy = { - factor = -2 - ideology = conservative - } - scaled_militancy = { - factor = 4 - ideology = liberal - } - } - } + id = 31502 + news = yes + news_desc_long = "EVTDESC31502_NEWS_LONG" + news_desc_medium = "EVTDESC31502_NEWS_MEDIUM" + news_desc_short = "EVTDESC31502_NEWS_SHORT" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1842 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + year = 1845 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1843 + } + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1844 + } + } + + title = "EVTNAME31502" + desc = "EVTDESC31502" + picture = "Ferdinand" + + option = { + name = "EVTOPTA31502" + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { set_country_flag = conservative_party_in_power } + } + upper_house = { + ideology = reactionary + value = 0.3 + } + rich_strata = { + ideology = { + value = reactionary + factor = 0.3 + } + } + any_pop = { + scaled_militancy = { + factor = -2 + ideology = conservative + } + scaled_militancy = { + factor = 4 + ideology = liberal + } + } + } } country_event = { - id = 31503 - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1842 - NOT = { - exists = HUN - year = 1848 - has_country_flag = HungarianLanguage - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1843 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1844 - } - } - - title = "EVTNAME31503" - desc = "EVTDESC31503" - picture = "Budapest" - - option = { - name = "EVTOPTA31503" - set_country_flag = HungarianLanguage - any_pop = { - limit = { - location = { is_core = HUN } - has_pop_culture = hungarian - } - militancy = -2 - consciousness = -1 - } - any_pop = { - limit = { - OR = { - has_pop_culture = slovak - has_pop_culture = croat - has_pop_culture = romanian - } - } - militancy = 2 - consciousness = 1 - } - } + id = 31503 + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1842 + NOT = { + exists = HUN + year = 1848 + has_country_flag = HungarianLanguage + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1843 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1844 + } + } + + title = "EVTNAME31503" + desc = "EVTDESC31503" + picture = "Budapest" + + option = { + name = "EVTOPTA31503" + set_country_flag = HungarianLanguage + any_pop = { + limit = { + location = { is_core = HUN } + has_pop_culture = hungarian + } + militancy = -2 + consciousness = -1 + } + any_pop = { + limit = { + OR = { + has_pop_culture = slovak + has_pop_culture = croat + has_pop_culture = romanian + } + } + militancy = 2 + consciousness = 1 + } + } } country_event = { - id = 31504 - news = yes - news_desc_long = "EVTDESC31504_NEWS_LONG" - news_desc_medium = "EVTDESC31504_NEWS_MEDIUM" - news_desc_short = "EVTDESC31504_NEWS_SHORT" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1843 - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = conservative - } - NOT = { - exists = CRO - exists = SLO #Slovenia - year = 1852 - has_country_flag = IlyaGarashinin - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1844 - } - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1845 - } - } - - title = "EVTNAME31504" - desc = "EVTDESC31504" - picture = "Ilija" - - option = { - name = "EVTOPTA31504" - set_country_flag = IlyaGarashinin - any_pop = { - limit = { - has_pop_culture = serb - } - militancy = 4 - consciousness = 2 - } - any_owned = { - limit = { culture = serb } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - any_pop = { - limit = { - OR = { - has_pop_culture = croat - has_pop_culture = slovene - } - } - militancy = 2 - consciousness = 1 - } - any_owned = { - limit = { - OR = { - culture = croat - culture = slovene - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 180 - } - } - } + id = 31504 + news = yes + news_desc_long = "EVTDESC31504_NEWS_LONG" + news_desc_medium = "EVTDESC31504_NEWS_MEDIUM" + news_desc_short = "EVTDESC31504_NEWS_SHORT" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1843 + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = conservative + } + NOT = { + exists = CRO + exists = SLO #Slovenia + year = 1852 + has_country_flag = IlyaGarashinin + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1844 + } + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1845 + } + } + + title = "EVTNAME31504" + desc = "EVTDESC31504" + picture = "Ilija" + + option = { + name = "EVTOPTA31504" + set_country_flag = IlyaGarashinin + any_pop = { + limit = { + has_pop_culture = serb + } + militancy = 4 + consciousness = 2 + } + any_owned = { + limit = { culture = serb } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + any_pop = { + limit = { + OR = { + has_pop_culture = croat + has_pop_culture = slovene + } + } + militancy = 2 + consciousness = 1 + } + any_owned = { + limit = { + OR = { + culture = croat + culture = slovene + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 180 + } + } + } } country_event = { - id = 31505 - news = yes - news_desc_long = "EVTDESC31505_NEWS_LONG" - news_desc_medium = "EVTDESC31505_NEWS_MEDIUM" - news_desc_short = "EVTDESC31505_NEWS_SHORT" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1897 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - year = 1900 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1898 - } - - - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1899 - } - } - - title = "EVTNAME31505" - desc = "EVTDESC31505" - picture = "Sisi" - - option = { - name = "EVTOPTA31502" - any_pop = { - limit = { is_primary_culture = yes } - scaled_consciousness = { - factor = -2 - ideology = conservative - } - scaled_consciousness = { - factor = -2 - ideology = reactionary - } - militancy = -3 - } - } + id = 31505 + news = yes + news_desc_long = "EVTDESC31505_NEWS_LONG" + news_desc_medium = "EVTDESC31505_NEWS_MEDIUM" + news_desc_short = "EVTDESC31505_NEWS_SHORT" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1897 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + year = 1900 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1898 + } + + + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1899 + } + } + + title = "EVTNAME31505" + desc = "EVTDESC31505" + picture = "Sisi" + + option = { + name = "EVTOPTA31502" + any_pop = { + limit = { is_primary_culture = yes } + scaled_consciousness = { + factor = -2 + ideology = conservative + } + scaled_consciousness = { + factor = -2 + ideology = reactionary + } + militancy = -3 + } + } } country_event = { - id = 31506 - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1911 - expressionism = 1 #has the expressionism tech - NOT = { - year = 1914 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1912 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1913 - } - } - - title = "EVTNAME31506" - desc = "EVTDESC31506" - picture = "theatre" - - option = { - name = "EVTOPTA31502" - prestige = 3 - } + id = 31506 + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1911 + expressionism = 1 #has the expressionism tech + NOT = { + year = 1914 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1912 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1913 + } + } + + title = "EVTNAME31506" + desc = "EVTDESC31506" + picture = "theatre" + + option = { + name = "EVTOPTA31502" + prestige = 3 + } } country_event = { - id = 31507 #see 35400 for LOM parallel event - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1842 - NOT = { exists = LOM } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1843 - } - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1844 - } - } - - title = "EVTNAME35400" - desc = "EVTDESC35400" - picture = "Verdi" - - option = { - name = "EVTOPTA35400" - prestige = 15 - any_pop = { - limit = { - has_pop_culture = north_italian - } - consciousness = 3 - militancy = 6 - } - any_owned = { - limit = { is_core = LOM } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } + id = 31507 #see 35400 for LOM parallel event + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1842 + NOT = { exists = LOM } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1843 + } + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1844 + } + } + + title = "EVTNAME35400" + desc = "EVTDESC35400" + picture = "Verdi" + + option = { + name = "EVTOPTA35400" + prestige = 15 + any_pop = { + limit = { + has_pop_culture = north_italian + } + consciousness = 3 + militancy = 6 + } + any_owned = { + limit = { is_core = LOM } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } } country_event = { - id = 31508 # Committee for Polish Independance - trigger = { - OR = { - owns = 699 # Posen - owns = 706 # Warsaw - owns = 714 # Tarnow - } - year = 1846 - NOT = { - has_country_flag = committee_polish_independence - year = 1850 - primary_culture = polish - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1847 - } - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME32501" - desc = "EVTDESC32501" - picture = "PopeLeo" - - option = { - name = "EVTOPTA32501" - set_country_flag = committee_polish_independence - any_pop = { - limit = { has_pop_culture = polish } - militancy = 6 - consciousness = 2 - } - any_owned = { - limit = { culture = polish } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } + id = 31508 # Committee for Polish Independance + trigger = { + OR = { + owns = 699 # Posen + owns = 706 # Warsaw + owns = 714 # Tarnow + } + year = 1846 + NOT = { + has_country_flag = committee_polish_independence + year = 1850 + primary_culture = polish + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1847 + } + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME32501" + desc = "EVTDESC32501" + picture = "PopeLeo" + + option = { + name = "EVTOPTA32501" + set_country_flag = committee_polish_independence + any_pop = { + limit = { has_pop_culture = polish } + militancy = 6 + consciousness = 2 + } + any_owned = { + limit = { culture = polish } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } } country_event = { - id = 98007 # Hungarian Revolutionaries demand free press - - title = "EVTNAME98007" - desc = "EVTDESC98007" - picture = "revolution" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - NOT = { - exists = HUN - press_rights = free_press - has_global_flag = hungarian_revolution_occurred - } - any_state = { - any_owned_province = { - is_core = HUN - culture = hungarian - } - average_consciousness = 3 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - any_state = { - any_owned_province = { - is_core = HUN - culture = hungarian - } - average_militancy = 2 - } - } - } - - option = { - name = "EVT98007OPTA" - political_reform = free_press - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - factor = 2 - ideology = reactionary - } - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = 4 - consciousness = 2 - } - any_owned = { - limit = { culture = hungarian } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 60 - } - } - option = { - name = "EVT98007OPTB" - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - factor = -2 - ideology = reactionary - } - } - any_pop = { - limit = { has_pop_culture = hungarian } - dominant_issue = { - factor = 0.2 - value = free_press - } - militancy = 6 - consciousness = 3 - } - any_owned = { - limit = { culture = hungarian } - add_province_modifier = { - name = nationalist_agitation - duration = 548 - } - } - ai_chance = { - factor = 40 - } - } + id = 98007 # Hungarian Revolutionaries demand free press + + title = "EVTNAME98007" + desc = "EVTDESC98007" + picture = "revolution" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + NOT = { + exists = HUN + press_rights = free_press + has_global_flag = hungarian_revolution_occurred + } + any_state = { + any_owned_province = { + is_core = HUN + culture = hungarian + } + average_consciousness = 3 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + any_state = { + any_owned_province = { + is_core = HUN + culture = hungarian + } + average_militancy = 2 + } + } + } + + option = { + name = "EVT98007OPTA" + political_reform = free_press + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + factor = 2 + ideology = reactionary + } + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = 4 + consciousness = 2 + } + any_owned = { + limit = { culture = hungarian } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 60 + } + } + option = { + name = "EVT98007OPTB" + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + factor = -2 + ideology = reactionary + } + } + any_pop = { + limit = { has_pop_culture = hungarian } + dominant_issue = { + factor = 0.2 + value = free_press + } + militancy = 6 + consciousness = 3 + } + any_owned = { + limit = { culture = hungarian } + add_province_modifier = { + name = nationalist_agitation + duration = 548 + } + } + ai_chance = { + factor = 40 + } + } } country_event = { - id = 98008 # Attempted Czech Coup - - title = "EVTNAME98008" - desc = "EVTDESC98008" - news = yes - news_title = "EVTNAME98008_NEWS_TITLE" - news_desc_long = "EVTDESC98008_NEWS_LONG" - news_desc_medium = "EVTDESC98008_NEWS_MEDIUM" - news_desc_short = "EVTDESC98008_NEWS_SHORT" - picture = "revolution" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - year = 1849 - NOT = { - exists = BOH - exists = CZH - } - any_state = { - any_owned_province = { - is_core = CZH - culture = czech - } - average_consciousness = 3 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98008OPTA" - any_pop = { - limit = { - location = { is_core = CZH } - has_pop_culture = czech - } - militancy = 6 - consciousness = 3 - } - any_owned = { - limit = { culture = czech } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } + id = 98008 # Attempted Czech Coup + + title = "EVTNAME98008" + desc = "EVTDESC98008" + news = yes + news_title = "EVTNAME98008_NEWS_TITLE" + news_desc_long = "EVTDESC98008_NEWS_LONG" + news_desc_medium = "EVTDESC98008_NEWS_MEDIUM" + news_desc_short = "EVTDESC98008_NEWS_SHORT" + picture = "revolution" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + year = 1849 + NOT = { + exists = BOH + exists = CZH + } + any_state = { + any_owned_province = { + is_core = CZH + culture = czech + } + average_consciousness = 3 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98008OPTA" + any_pop = { + limit = { + location = { is_core = CZH } + has_pop_culture = czech + } + militancy = 6 + consciousness = 3 + } + any_owned = { + limit = { culture = czech } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } } country_event = { - - id = 90016 # Archduke Ferdinand's Assassination - - title = "EVTNAME90016" - desc = "EVTDESC90016" - news = yes - news_title = "EVTNAME90016_NEWS_TITLE" - news_desc_long = "EVTDESC90016_NEWS_LONG" - news_desc_medium = "EVTDESC90016_NEWS_MEDIUM" - news_desc_short = "EVTDESC90016_NEWS_SHORT" - picture = "franz_ferdinand_assassination" - major = yes - - trigger = { - year = 1914 - OR = { - tag = AUS - tag = KUK - } - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - war = no - is_disarmed = no - OR = { - is_greater_power = yes - in_sphere = GER - in_sphere = NGF - in_sphere = PRU - } - exists = SER - SER = { - is_disarmed = no - neighbour = THIS - } - any_owned_province = { - is_core = SER - average_militancy = 4 - } - NOT = { - has_country_flag = ferdinand_assassinated - revolt_percentage = .25 - truce_with = SER - is_sphere_leader_of = SER - } - } - - mean_time_to_happen = { - months = 6 - } - - immediate = { - set_country_flag = ferdinand_assassinated - } - - option = { - name = "EVT90016OPTA" - any_owned = { - limit = { culture = serb } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - any_pop = { - limit = { - location = { is_core = SER } - has_pop_culture = serb - } - militancy = 6 - } - relation = { - who = SER - value = -200 - } - leave_alliance = SER - war = { - target = SER - call_ally = yes - attacker_goal = { - casus_belli = conquest_any - } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - SER = { in_sphere = RUS } - } - } - } - option = { - name = "EVT90016OPTB" - prestige = -25 - any_owned = { - limit = { culture = serb } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - any_pop = { - limit = { - location = { is_core = SER } - has_pop_culture = serb - } - militancy = 6 - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 4 - consciousness = 2 - ideology = { - value = fascist - factor = 0.1 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0.5 - in_sphere = GER - } - } - } + + id = 90016 # Archduke Ferdinand's Assassination + + title = "EVTNAME90016" + desc = "EVTDESC90016" + news = yes + news_title = "EVTNAME90016_NEWS_TITLE" + news_desc_long = "EVTDESC90016_NEWS_LONG" + news_desc_medium = "EVTDESC90016_NEWS_MEDIUM" + news_desc_short = "EVTDESC90016_NEWS_SHORT" + picture = "franz_ferdinand_assassination" + major = yes + + trigger = { + year = 1914 + OR = { + tag = AUS + tag = KUK + } + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + war = no + is_disarmed = no + OR = { + is_greater_power = yes + in_sphere = GER + in_sphere = NGF + in_sphere = PRU + } + exists = SER + SER = { + is_disarmed = no + neighbour = THIS + } + any_owned_province = { + is_core = SER + average_militancy = 4 + } + NOT = { + has_country_flag = ferdinand_assassinated + revolt_percentage = .25 + truce_with = SER + is_sphere_leader_of = SER + } + } + + mean_time_to_happen = { + months = 6 + } + + immediate = { + set_country_flag = ferdinand_assassinated + } + + option = { + name = "EVT90016OPTA" + any_owned = { + limit = { culture = serb } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + any_pop = { + limit = { + location = { is_core = SER } + has_pop_culture = serb + } + militancy = 6 + } + relation = { + who = SER + value = -200 + } + leave_alliance = SER + war = { + target = SER + call_ally = yes + attacker_goal = { + casus_belli = conquest_any + } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + SER = { in_sphere = RUS } + } + } + } + option = { + name = "EVT90016OPTB" + prestige = -25 + any_owned = { + limit = { culture = serb } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + any_pop = { + limit = { + location = { is_core = SER } + has_pop_culture = serb + } + militancy = 6 + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 4 + consciousness = 2 + ideology = { + value = fascist + factor = 0.1 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0.5 + in_sphere = GER + } + } + } } @@ -783,506 +783,538 @@ country_event = { #Krakow Uprising country_event = { - id = 600050 - title = "EVTNAME600050" - desc = "EVTDESC600050" - picture = "krakow_uprising" - - is_triggered_only = yes - - fire_only_once = yes - - option = { - name = "EVT600050OPTA" #Talk with the other powers - random_country = { - limit = { - exists = yes - OR = { - tag = PRU - tag = NGF - tag = GER - } - owns = 549 - } - country_event = 600052 - } - - RUS = { country_event = 600052 } - - ai_chance = { - factor = 0.95 - modifier = { factor = 0 KRA = { ai = no } } - } - } - - option = { - name = "EVT600050OPTB" #Suppress the Poles! Occupy Krakow! - 703 = { add_core = GLM } - casus_belli = { - target = KRA - type = restore_austrian_empire - months = 24 - } - badboy = 10 - prestige = -5 - any_pop = { limit = { has_pop_culture = polish } militancy = 3 consciousness = 5 } - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { tag = AUS tag = RUS tag = NGF tag = PRU } - } - relation = { who = THIS value = -150 } - } - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { tag = AUS tag = RUS tag = NGF tag = PRU } - } - relation = { who = THIS value = -150 } - } - ai_chance = { - factor = 0.04 - modifier = { factor = 0 badboy = 0.5 } - modifier = { factor = 0 KRA = { ai = no } } - } - } - - option = { - name = "EVT600050OPTC" #Ignore the Poles. They are harmless. - prestige_factor = -0.25 - any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } - set_global_flag = krakow_succeeded - ai_chance = { - factor = 0.01 - modifier = { factor = 100 KRA = { ai = no } } - } - } + id = 600050 + title = "EVTNAME600050" + desc = "EVTDESC600050" + picture = "krakow_uprising" + + is_triggered_only = yes + + fire_only_once = yes + + option = { + name = "EVT600050OPTA" #Talk with the other powers + random_country = { + limit = { + exists = yes + OR = { + tag = PRU + tag = NGF + tag = GER + } + owns = 549 + } + country_event = 600052 + } + + RUS = { country_event = 600052 } + + ai_chance = { + factor = 0.95 + modifier = { factor = 0 KRA = { ai = no } } + } + } + + option = { + name = "EVT600050OPTB" #Suppress the Poles! Occupy Krakow! + 703 = { add_core = GLM } + casus_belli = { + target = KRA + type = restore_austrian_empire + months = 24 + } + badboy = 10 + prestige = -5 + any_pop = { limit = { has_pop_culture = polish } militancy = 3 consciousness = 5 } + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { tag = AUS tag = RUS tag = NGF tag = PRU } + } + relation = { who = THIS value = -150 } + } + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { tag = AUS tag = RUS tag = NGF tag = PRU } + } + relation = { who = THIS value = -150 } + } + ai_chance = { + factor = 0.04 + modifier = { factor = 0 badboy = 0.5 } + modifier = { factor = 0 KRA = { ai = no } } + } + } + + option = { + name = "EVT600050OPTC" #Ignore the Poles. They are harmless. + prestige_factor = -0.25 + any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } + set_global_flag = krakow_succeeded + ai_chance = { + factor = 0.01 + modifier = { factor = 100 KRA = { ai = no } } + } + } } country_event = { - id = 600052 - title = "EVTNAME600052" - desc = "EVTDESC600052" - picture = "krakow_uprising" - - is_triggered_only = yes - fire_only_once = yes - - option = { - name = "EVT600052OPTA" #Yes - random_owned = { limit = { owner = { primary_culture = north_german } } owner = { set_global_flag = prussia_agrees } } - random_owned = { limit = { owner = { primary_culture = russian } } owner = { set_global_flag = russia_agrees } } - ai_chance = { - factor = 0.98 - modifier = { factor = 0.5 NOT = { relation = { who = AUS value = 0 } } } - modifier = { factor = 0.75 NOT = { relation = { who = AUS value = 50 } } } - } - } - - option = { - name = "EVT600052OPTB" #No - random_owned = { - limit = { owner = { primary_culture = north_german } } - owner = { set_global_flag = prussia_disagrees set_country_flag = prussia_disagrees } - } - random_owned = { - limit = { owner = { primary_culture = russian } } - owner = { set_global_flag = russia_disagrees set_country_flag = russia_disagrees } - } - relation = { who = AUS value = -100 } - any_pop = { limit = { is_culture_group = polish_culture_group } militancy = 7 consciousness = 9 } - ai_chance = { - factor = 0.02 - modifier = { factor = 1.5 NOT = { relation = { who = AUS value = 0 } } } - modifier = { factor = 1.75 NOT = { relation = { who = AUS value = 50 } } } - } - } + id = 600052 + title = "EVTNAME600052" + desc = "EVTDESC600052" + picture = "krakow_uprising" + + is_triggered_only = yes + fire_only_once = yes + + option = { + name = "EVT600052OPTA" #Yes + random_owned = { limit = { owner = { primary_culture = north_german } } owner = { set_global_flag = prussia_agrees } } + random_owned = { limit = { owner = { primary_culture = russian } } owner = { set_global_flag = russia_agrees } } + ai_chance = { + factor = 0.98 + modifier = { factor = 0.5 NOT = { relation = { who = AUS value = 0 } } } + modifier = { factor = 0.75 NOT = { relation = { who = AUS value = 50 } } } + } + } + + option = { + name = "EVT600052OPTB" #No + random_owned = { + limit = { owner = { primary_culture = north_german } } + owner = { set_global_flag = prussia_disagrees set_country_flag = prussia_disagrees } + } + random_owned = { + limit = { owner = { primary_culture = russian } } + owner = { set_global_flag = russia_disagrees set_country_flag = russia_disagrees } + } + relation = { who = AUS value = -100 } + any_pop = { limit = { is_culture_group = polish_culture_group } militancy = 7 consciousness = 9 } + ai_chance = { + factor = 0.02 + modifier = { factor = 1.5 NOT = { relation = { who = AUS value = 0 } } } + modifier = { factor = 1.75 NOT = { relation = { who = AUS value = 50 } } } + } + } } country_event = { - id = 600054 - title = "EVTNAME600054" - desc = "EVTDESC600054" - picture = "polish_uprising_aus" - - trigger = { - tag = AUS - has_global_flag = krakow_uprising - has_global_flag = prussia_agrees - has_global_flag = russia_agrees - } - - mean_time_to_happen = { days = 4 } - - fire_only_once = yes - - option = { - name = "EVT600054OPTA" #to krakow! - clr_global_flag = prussia_agrees - clr_global_flag = russia_agrees - prestige = 10 - badboy = 3 - 703 = { add_core = GLM } - casus_belli = { - target = KRA - type = restore_austrian_empire - months = 24 - } - any_pop = { limit = { has_pop_culture = polish } militancy = 1 consciousness = 5 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT600054OPTB" # refuse to take action - clr_global_flag = prussia_agrees - clr_global_flag = russia_agrees - clr_country_flag = prussia_disagrees - clr_country_flag = russia_disagrees - prestige_factor = -0.3 - any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } - set_global_flag = krakow_succeeded - ai_chance = { factor = 0 } - } + id = 600054 + title = "EVTNAME600054" + desc = "EVTDESC600054" + picture = "polish_uprising_aus" + + trigger = { + tag = AUS + has_global_flag = krakow_uprising + has_global_flag = prussia_agrees + has_global_flag = russia_agrees + } + + mean_time_to_happen = { days = 4 } + + fire_only_once = yes + + option = { + name = "EVT600054OPTA" #to krakow! + clr_global_flag = prussia_agrees + clr_global_flag = russia_agrees + prestige = 10 + badboy = 3 + 703 = { add_core = GLM } + casus_belli = { + target = KRA + type = restore_austrian_empire + months = 24 + } + any_pop = { limit = { has_pop_culture = polish } militancy = 1 consciousness = 5 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT600054OPTB" # refuse to take action + clr_global_flag = prussia_agrees + clr_global_flag = russia_agrees + clr_country_flag = prussia_disagrees + clr_country_flag = russia_disagrees + prestige_factor = -0.3 + any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } + set_global_flag = krakow_succeeded + ai_chance = { factor = 0 } + } } country_event = { - id = 600055 - title = "EVTNAME600055" - desc = "EVTDESC600055" - picture = "polish_uprising_aus" - - trigger = { - tag = AUS - OR = { - AND = { - has_global_flag = krakow_uprising - has_global_flag = prussia_disagrees - has_global_flag = russia_agrees - } - AND = { - has_global_flag = krakow_uprising - has_global_flag = prussia_agrees - has_global_flag = russia_disagrees - } - AND = { - has_global_flag = krakow_uprising - has_global_flag = prussia_disagrees - has_global_flag = russia_disagrees - } - } - } - - - mean_time_to_happen = { days = 4 } - - fire_only_once = yes - - - option = { - name = "EVT600055OPTA" #We don't care - clr_global_flag = prussia_agrees - clr_global_flag = russia_agrees - clr_country_flag = prussia_disagrees - clr_country_flag = russia_disagrees - 703 = { add_core = GLM } - casus_belli = { - target = KRA - type = restore_austrian_empire - months = 24 - } - badboy = 7 - any_pop = { limit = { has_pop_culture = polish } militancy = 6 consciousness = 7 } - any_country = { - limit = { - OR = { - has_country_flag = russia_disagrees - has_country_flag = prussia_disagrees - } - } - relation = { who = THIS value = -80 } - casus_belli = { target = THIS type = humiliate months = 12 } - } - ai_chance = { - factor = 0.97 - modifier = { factor = 0.5 is_disarmed = yes } - modifier = { factor = 0 badboy = 0.6 } - } - } - - option = { - name = "EVT600055OPTB" # refuse to take action - clr_global_flag = prussia_agrees - clr_global_flag = russia_agrees - clr_country_flag = prussia_disagrees - clr_country_flag = russia_disagrees - prestige_factor = -0.2 - any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } - set_global_flag = krakow_succeeded - - ai_chance = { - factor = 0.02 - modifier = { factor = 2 is_disarmed = yes } - } - } + id = 600055 + title = "EVTNAME600055" + desc = "EVTDESC600055" + picture = "polish_uprising_aus" + + trigger = { + tag = AUS + OR = { + AND = { + has_global_flag = krakow_uprising + has_global_flag = prussia_disagrees + has_global_flag = russia_agrees + } + AND = { + has_global_flag = krakow_uprising + has_global_flag = prussia_agrees + has_global_flag = russia_disagrees + } + AND = { + has_global_flag = krakow_uprising + has_global_flag = prussia_disagrees + has_global_flag = russia_disagrees + } + } + } + + + mean_time_to_happen = { days = 4 } + + fire_only_once = yes + + + option = { + name = "EVT600055OPTA" #We don't care + clr_global_flag = prussia_agrees + clr_global_flag = russia_agrees + clr_country_flag = prussia_disagrees + clr_country_flag = russia_disagrees + 703 = { add_core = GLM } + casus_belli = { + target = KRA + type = restore_austrian_empire + months = 24 + } + badboy = 7 + any_pop = { limit = { has_pop_culture = polish } militancy = 6 consciousness = 7 } + any_country = { + limit = { + OR = { + has_country_flag = russia_disagrees + has_country_flag = prussia_disagrees + } + } + relation = { who = THIS value = -80 } + casus_belli = { target = THIS type = humiliate months = 12 } + } + ai_chance = { + factor = 0.97 + modifier = { factor = 0.5 is_disarmed = yes } + modifier = { factor = 0 badboy = 0.6 } + } + } + + option = { + name = "EVT600055OPTB" # refuse to take action + clr_global_flag = prussia_agrees + clr_global_flag = russia_agrees + clr_country_flag = prussia_disagrees + clr_country_flag = russia_disagrees + prestige_factor = -0.2 + any_pop = { limit = { has_pop_culture = polish } militancy = 4 consciousness = 6 } + set_global_flag = krakow_succeeded + + ai_chance = { + factor = 0.02 + modifier = { factor = 2 is_disarmed = yes } + } + } } country_event = { - id = 600056 - title = "EVTNAME600056" - desc = "EVTDESC600056" - picture = "krakow_uprising" - - trigger = { - KRA = { war = no exists = yes } - has_global_flag = krakow_succeeded - exists = yes - NOT = { any_owned_province = { has_province_modifier = polish_spirit } } - NOT = { year = 1870 } - any_owned_province = { any_core = { primary_culture = polish } } - NOT = { exists = POL } - OR = { - tag = RUS - tag = PRU - tag = AUS - tag = KUK - } - } - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT600056OPTA" - random_owned = { limit = { owner = { ai = yes } } owner = { casus_belli = { target = KRA type = conquest months = 36 } } } - any_owned = { limit = { any_core = { primary_culture = polish } } add_province_modifier = { name = polish_spirit duration = 180 } } - } + id = 600056 + title = "EVTNAME600056" + desc = "EVTDESC600056" + picture = "krakow_uprising" + + trigger = { + KRA = { war = no exists = yes } + has_global_flag = krakow_succeeded + exists = yes + NOT = { any_owned_province = { has_province_modifier = polish_spirit } } + NOT = { year = 1870 } + any_owned_province = { any_core = { primary_culture = polish } } + NOT = { exists = POL } + OR = { + tag = RUS + tag = PRU + tag = AUS + tag = KUK + } + } + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT600056OPTA" + random_owned = { limit = { owner = { ai = yes } } owner = { casus_belli = { target = KRA type = conquest months = 36 } } } + any_owned = { limit = { any_core = { primary_culture = polish } } add_province_modifier = { name = polish_spirit duration = 180 } } + } } - + country_event = { - id = 60055557 - title = "EVTNAME60055557" - desc = "EVTDESC60055557" - picture = "polish_uprising_aus" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - OR = { - has_global_flag = krakow_uprising - has_global_flag = krakow_succeeded - } - debt_law = serfdom - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT60055557OPTA" - set_country_flag = serfdom_abolished_generic - clr_global_flag = krakow_uprising - clr_global_flag = serfdom_not_abolished - political_reform = peonage - any_pop = { limit = { OR = { pop_type = farmers pop_type = labourers } } - money = 5 - consciousness = 1 - militancy = -2 - } - any_pop = { - limit = { type = aristocrats } - consciousness = 3 - militancy = 2 - money = -50 - } - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT60055557OPTB" - set_country_flag = serfdom_abolished_generic - clr_global_flag = krakow_uprising - political_reform = peonage - any_pop = { - limit = { - OR = { - pop_type = farmers - pop_type = labourers - pop_type = serfs - } - } - consciousness = 3 - militancy = 2 - } - any_pop = { limit = { type = aristocrats } - consciousness = -1 - militancy = -2 - } - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - ai_chance = { factor = 20 } - } - - option = { - name = "EVT60055557OPTC" - clr_global_flag = krakow_uprising - political_reform = peonage - any_pop = { - limit = { - OR = { - pop_type = farmers - pop_type = labourers - pop_type = serfs - } - } - money = 5 - consciousness = 1 - militancy = -2 - } - any_pop = { limit = { type = aristocrats } money = 50 } - add_tax_relative_income = -0.75 - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT60055557OPTD" - clr_global_flag = krakow_uprising - any_pop = { limit = { type = serfs } - consciousness = 9 - militancy = 4 - } - any_pop = { limit = { type = aristocrats } - consciousness = -9 - militancy = -4 - } - ai_chance = { factor = 0 } - } - } + id = 60055557 + title = "EVTNAME60055557" + desc = "EVTDESC60055557" + picture = "polish_uprising_aus" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + OR = { + has_global_flag = krakow_uprising + has_global_flag = krakow_succeeded + } + debt_law = serfdom + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT60055557OPTA" + set_country_flag = serfdom_abolished_generic + clr_global_flag = krakow_uprising + clr_global_flag = serfdom_not_abolished + political_reform = peonage + any_pop = { limit = { OR = { pop_type = farmers pop_type = labourers } } + money = 5 + consciousness = 1 + militancy = -2 + } + any_pop = { + limit = { type = aristocrats } + consciousness = 3 + militancy = 2 + money = -50 + } + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT60055557OPTB" + set_country_flag = serfdom_abolished_generic + clr_global_flag = krakow_uprising + political_reform = peonage + any_pop = { + limit = { + OR = { + pop_type = farmers + pop_type = labourers + pop_type = serfs + } + } + consciousness = 3 + militancy = 2 + } + any_pop = { limit = { type = aristocrats } + consciousness = -1 + militancy = -2 + } + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + ai_chance = { factor = 20 } + } + + option = { + name = "EVT60055557OPTC" + clr_global_flag = krakow_uprising + political_reform = peonage + any_pop = { + limit = { + OR = { + pop_type = farmers + pop_type = labourers + pop_type = serfs + } + } + money = 5 + consciousness = 1 + militancy = -2 + } + any_pop = { limit = { type = aristocrats } money = 50 } + add_tax_relative_income = -0.75 + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT60055557OPTD" + clr_global_flag = krakow_uprising + any_pop = { limit = { type = serfs } + consciousness = 9 + militancy = 4 + } + any_pop = { limit = { type = aristocrats } + consciousness = -9 + militancy = -4 + } + ai_chance = { factor = 0 } + } + } #Candidate for decision country_event = { - id = 60055558 - title = "EVTNAME60055558" - desc = "EVTDESC60055558" - picture = "croatian_settlement" - - trigger = { - tag = KUK - any_owned_province = { is_core = CRO } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT60055558OPTA" - CRO = { all_core = { remove_core = HUN } } - any_pop = { limit = { has_pop_culture = croat } - militancy = -2 - } - } + id = 60055558 + title = "EVTNAME60055558" + desc = "EVTDESC60055558" + picture = "croatian_settlement" + + trigger = { + tag = KUK + any_owned_province = { is_core = CRO } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT60055558OPTA" + CRO = { all_core = { remove_core = HUN } } + any_pop = { limit = { has_pop_culture = croat } + militancy = -2 + } + } +} + +country_event = { + + id = 60055559 + title = "EVTNAME60055559" + desc = "EVTDESC60055559" + picture = "danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVT60055559OPTA" + 623 = { #Sopron + remove_core = AUS + add_core = HUN + secede_province = HUN + remove_province_modifier = integration_refusal + remove_province_modifier = core_integration + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + remove_province_modifier = national_assimilation_complete + any_pop = { limit = { has_pop_culture = south_german } move_pop = 624 } + } + 624 = { #Eisenstadt + remove_core = HUN + add_core = AUS + secede_province = AUS + remove_province_modifier = integration_refusal + remove_province_modifier = core_integration + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + remove_province_modifier = national_assimilation_complete + any_pop = { limit = { has_pop_culture = hungarian } move_pop = 623 } + } + relation = { who = FROM value = 110 } + badboy = -2 + FROM = { badboy = -2 } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVT60055559OPTB" + relation = { who = FROM value = -110 } + ai_chance = { + factor = 0.05 + modifier = { + factor = 0.1 + NOT = { relation = { who = FROM value = -190 } } + } + } + } } country_event = { - id = 60055559 - title = "EVTNAME60055559" - desc = "EVTDESC60055559" - picture = "danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVT60055559OPTA" - 623 = { #Sopron - remove_core = AUS - add_core = HUN - secede_province = HUN - remove_province_modifier = integration_refusal - remove_province_modifier = core_integration - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - remove_province_modifier = national_assimilation_complete - any_pop = { limit = { has_pop_culture = south_german } move_pop = 624 } - } - 624 = { #Eisenstadt - remove_core = HUN - add_core = AUS - secede_province = AUS - remove_province_modifier = integration_refusal - remove_province_modifier = core_integration - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - remove_province_modifier = national_assimilation_complete - any_pop = { limit = { has_pop_culture = hungarian } move_pop = 623 } - } - relation = { who = FROM value = 110 } - badboy = -2 - FROM = { badboy = -2 } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT60055559OPTB" - relation = { who = FROM value = -110 } - ai_chance = { - factor = 0.05 - modifier = { - factor = 0.1 - NOT = { relation = { who = FROM value = -190 } } - } - } - } + id = 60055560 + title = "EVTNAME60055560" + desc = "EVTDESC60055560" + picture = "vorarlberg" + + trigger = { + OR = { + AND = { + primary_culture = south_german + owns = 614 + 614 = { pop_majority_culture = swiss } + } + AND = { + primary_culture = swiss + owns = 614 + 614 = { pop_majority_culture = south_german } + } + } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVTOPTA60055560" + random_owned = { limit = { province_id = 614 } assimilate = yes } + } } diff --git a/HPM/events/African Uncivs.txt b/HPM/events/African Uncivs.txt index 60efe1ce..08b403b8 100644 --- a/HPM/events/African Uncivs.txt +++ b/HPM/events/African Uncivs.txt @@ -1,162 +1,162 @@ #Mzilikazi of Matabele flees to Matabeland #country_event = { -# id = 95517 -# title = "EVTNAME95517" -# desc = "EVTDESC95517" -# picture = "mzilikazi_flees" -# -# is_triggered_only = yes -# -# -# option = { -# name = "EVT95517OPTA" -# MAT = { country_event = 95518 } -# } +# id = 95517 +# title = "EVTNAME95517" +# desc = "EVTDESC95517" +# picture = "mzilikazi_flees" +# +# is_triggered_only = yes +# +# +# option = { +# name = "EVT95517OPTA" +# MAT = { country_event = 95518 } +# } #} - + country_event = { #Mzilikazi of Matabele flees to Matabeland - id = 95518 - title = "EVTNAME95518" - desc = "EVTDESC95518" - picture = "mzilikazi_flees" - - is_triggered_only = yes - - option = { - name = "EVT95518OPTA" - add_country_modifier = { name = assegai duration = -1 } - 2072 = { #Hwange - add_core = MAT - secede_province = MAT - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - } - 2071 = { - secede_province = MAT - add_core = MAT - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 1.2 } - } - #2075 = { #Serowe - # add_core = MAT - # secede_province = MAT - # life_rating = 20 - # any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - #} - - 2108 = { - any_pop = { limit = { has_pop_culture = nguni } - reduce_pop = 0.8 - } - } - - 2071 = { state_scope = { change_region_name = "Matabeleland" } } - - any_owned = { - limit = { - OR = { - province_id = 2105 - province_id = 2106 - province_id = 2107 - province_id = 2108 - province_id = 2109 - } - } - secede_province = FROM - } - } + id = 95518 + title = "EVTNAME95518" + desc = "EVTDESC95518" + picture = "mzilikazi_flees" + + is_triggered_only = yes + + option = { + name = "EVT95518OPTA" + add_country_modifier = { name = assegai duration = -1 } + 2072 = { #Hwange + add_core = MAT + secede_province = MAT + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + } + 2071 = { + secede_province = MAT + add_core = MAT + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 1.2 } + } + #2075 = { #Serowe + # add_core = MAT + # secede_province = MAT + # life_rating = 20 + # any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + #} + + 2108 = { + any_pop = { limit = { has_pop_culture = nguni } + reduce_pop = 0.8 + } + } + + 2071 = { state_scope = { change_region_name = "Matabeleland" } } + + any_owned = { + limit = { + OR = { + province_id = 2105 + province_id = 2106 + province_id = 2107 + province_id = 2108 + province_id = 2109 + } + } + secede_province = FROM + } + } } - - + + country_event = { #The Mfecane - id = 95519 - title = "EVTNAME95519" - desc = "EVTDESC95519" - picture = "mfecane" - - trigger = { - tag = MAT - war = no - year = 1836 - owns = 2110 - NOT = { has_country_flag = the_mfecane } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 4 } - - option = { - name = "EVT95519OPTA" - set_country_flag = the_mfecane - any_owned = { limit = { is_core = THIS } remove_core = GAZ remove_core = ZUL remove_core = BAS } - any_pop = { militancy = -9 consciousness = -9 } - 2105 = { life_rating = 20 } - 2106 = { life_rating = 15 } - 2107 = { life_rating = 15 } - 2108 = { life_rating = 15 } - 2109 = { life_rating = 20 } - 2110 = { life_rating = 20 } - random_list = { - 33 = { - any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.3 } - any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.9 } - } - 33 = { - any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.35 } - any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.85 } - } - 33 = { - any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.4 } - any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.8 } - } - } - } - } + id = 95519 + title = "EVTNAME95519" + desc = "EVTDESC95519" + picture = "mfecane" + + trigger = { + tag = MAT + war = no + year = 1836 + owns = 2110 + NOT = { has_country_flag = the_mfecane } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 4 } + + option = { + name = "EVT95519OPTA" + set_country_flag = the_mfecane + any_owned = { limit = { is_core = THIS } remove_core = GAZ remove_core = ZUL remove_core = BAS } + any_pop = { militancy = -9 consciousness = -9 } + 2105 = { life_rating = 20 } + 2106 = { life_rating = 15 } + 2107 = { life_rating = 15 } + 2108 = { life_rating = 15 } + 2109 = { life_rating = 20 } + 2110 = { life_rating = 20 } + random_list = { + 33 = { + any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.3 } + any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.9 } + } + 33 = { + any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.35 } + any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.85 } + } + 33 = { + any_pop = { limit = { NOT = { OR = { has_pop_culture = boer has_pop_culture = nguni } } } reduce_pop = 0.4 } + any_pop = { limit = { has_pop_culture = nguni } reduce_pop = 0.8 } + } + } + } + } #The Toucouleur Empire -country_event = { - id = 95520 - title = "EVTNAME95520" - desc = "EVTDESC95520" - picture = "toucouleur" - - trigger = { - tag = SEG - war = no - year = 1845 - owns = 1800 - OR = { - NOT = { military_score = 3 } - war_exhaustion = 50 - } - NOT = { year = 1890 } - ai = yes - } - - fire_only_once = yes - - mean_time_to_happen = { months = 10 } - - option = { - name = "EVT95520OPTA" - primary_culture = fulbe - add_accepted_culture = bambara - add_accepted_culture = songhai - add_accepted_culture = tuareg - #add_accepted_culture = african_minor - all_core = { add_core = TOU } - SEG = { all_core = { add_core = TOU } } - DND = { all_core = { add_core = TOU } } - MAS = { all_core = { add_core = TOU } } - SEG = { all_core = { remove_core = SEG } } - change_tag = TOU - capital = 1800 - define_general = { - name = "Umar Tall" - personality = implacable - background = natural_born_leader - } - } +country_event = { + id = 95520 + title = "EVTNAME95520" + desc = "EVTDESC95520" + picture = "toucouleur" + + trigger = { + tag = SEG + war = no + year = 1845 + owns = 1800 + OR = { + NOT = { military_score = 3 } + war_exhaustion = 50 + } + NOT = { year = 1890 } + ai = yes + } + + fire_only_once = yes + + mean_time_to_happen = { months = 10 } + + option = { + name = "EVT95520OPTA" + primary_culture = fulbe + add_accepted_culture = bambara + add_accepted_culture = songhai + add_accepted_culture = tuareg + #add_accepted_culture = african_minor + all_core = { add_core = TOU } + SEG = { all_core = { add_core = TOU } } + DND = { all_core = { add_core = TOU } } + MAS = { all_core = { add_core = TOU } } + SEG = { all_core = { remove_core = SEG } } + change_tag = TOU + capital = 1800 + define_general = { + name = "Umar Tall" + personality = implacable + background = natural_born_leader + } + } } diff --git a/HPM/events/Alternative ACW.txt b/HPM/events/Alternative ACW.txt index 27b0acbe..ba90206a 100644 --- a/HPM/events/Alternative ACW.txt +++ b/HPM/events/Alternative ACW.txt @@ -1,755 +1,755 @@ ################################################################# -# # -# Alternative American Civil War Events # -# # +# # +# Alternative American Civil War Events # +# # ################################################################# #Second Constitutional Convention country_event = { - id = 16500 - title = "EVTNAME16500" - desc = "EVTDESC16500" - news = yes - news_desc_long = "EVTDESC16500_NEWS_LONG" - news_desc_medium = "EVTDESC16500_NEWS_MEDIUM" - news_desc_short = "EVTDESC16500_NEWS_SHORT" - picture = "senate_debate" - - trigger = { - tag = USA - year = 1865 - NOT = { exists = CSA } - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - has_country_flag = john_browns_raid - has_country_flag = dred_scott_decision - NOT = { - exists = CSA - upper_house_composition = population_equal_weight - has_global_flag = american_civil_war_has_happened - has_country_flag = second_constitutional_convention - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - war_exhaustion = 10 - } - modifier = { - factor = 0.1 - is_greater_power = no - } - modifier = { - factor = 0.5 - year = 1868 - } - modifier = { - factor = 0.5 - year = 1870 - } - } - - immediate = { - set_variable = { - which = FSA_states - value = 1 - } - } - - option = { - name = "EVT16500OPTA" - set_country_flag = second_constitutional_convention - political_reform = population_equal_weight - random_owned = { - limit = { - OR = { - region = USA_223 - region = USA_232 - region = USA_243 - } - } - state_scope = { - any_owned = { add_core = FSA } - } - } - any_state = { - limit = { - is_slave = yes - is_colonial = no - } - any_pop = { - dominant_issue = { - value = state_equal_weight - factor = 0.20 - } - ideology = { - value = reactionary - factor = 0.20 - } - } - } - any_state = { - limit = { - is_slave = no - is_colonial = no - } - any_pop = { - ideology = { - value = liberal - factor = 0.20 - } - } - } - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 6 - } - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - } - - option = { - name = "EVT16500OPTB" - set_country_flag = second_constitutional_convention - random_owned = { - limit = { - OR = { - region = USA_223 - region = USA_232 - region = USA_243 - } - } - state_scope = { - any_owned = { add_core = FSA } - } - } - any_state = { - limit = { - country = { slavery = freedom_of_womb } - is_slave = no - is_colonial = no - } - any_pop = { - dominant_issue = { - value = no_slavery - factor = 0.20 - } - ideology = { - value = liberal - factor = 0.20 - } - } - } - - any_state = { - limit = { - country = { slavery = yes_slavery } - is_slave = no - is_colonial = no - } - any_pop = { - dominant_issue = { - value = freedom_of_womb - factor = 0.20 - } - ideology = { - value = liberal - factor = 0.20 - } - } - } - any_state = { - limit = { - is_slave = yes - is_colonial = no - } - any_pop = { - ideology = { - value = conservative - factor = 0.20 - } - } - } - any_pop = { - scaled_consciousness = { - ideology = liberal - factor = 6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 6 - } - } - } + id = 16500 + title = "EVTNAME16500" + desc = "EVTDESC16500" + news = yes + news_desc_long = "EVTDESC16500_NEWS_LONG" + news_desc_medium = "EVTDESC16500_NEWS_MEDIUM" + news_desc_short = "EVTDESC16500_NEWS_SHORT" + picture = "senate_debate" + + trigger = { + tag = USA + year = 1865 + NOT = { exists = CSA } + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + has_country_flag = john_browns_raid + has_country_flag = dred_scott_decision + NOT = { + exists = CSA + upper_house_composition = population_equal_weight + has_global_flag = american_civil_war_has_happened + has_country_flag = second_constitutional_convention + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + war_exhaustion = 10 + } + modifier = { + factor = 0.1 + is_greater_power = no + } + modifier = { + factor = 0.5 + year = 1868 + } + modifier = { + factor = 0.5 + year = 1870 + } + } + + immediate = { + set_variable = { + which = FSA_states + value = 1 + } + } + + option = { + name = "EVT16500OPTA" + set_country_flag = second_constitutional_convention + political_reform = population_equal_weight + random_owned = { + limit = { + OR = { + region = USA_223 + region = USA_232 + region = USA_243 + } + } + state_scope = { + any_owned = { add_core = FSA } + } + } + any_state = { + limit = { + is_slave = yes + is_colonial = no + } + any_pop = { + dominant_issue = { + value = state_equal_weight + factor = 0.20 + } + ideology = { + value = reactionary + factor = 0.20 + } + } + } + any_state = { + limit = { + is_slave = no + is_colonial = no + } + any_pop = { + ideology = { + value = liberal + factor = 0.20 + } + } + } + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 6 + } + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + } + + option = { + name = "EVT16500OPTB" + set_country_flag = second_constitutional_convention + random_owned = { + limit = { + OR = { + region = USA_223 + region = USA_232 + region = USA_243 + } + } + state_scope = { + any_owned = { add_core = FSA } + } + } + any_state = { + limit = { + country = { slavery = freedom_of_womb } + is_slave = no + is_colonial = no + } + any_pop = { + dominant_issue = { + value = no_slavery + factor = 0.20 + } + ideology = { + value = liberal + factor = 0.20 + } + } + } + + any_state = { + limit = { + country = { slavery = yes_slavery } + is_slave = no + is_colonial = no + } + any_pop = { + dominant_issue = { + value = freedom_of_womb + factor = 0.20 + } + ideology = { + value = liberal + factor = 0.20 + } + } + } + any_state = { + limit = { + is_slave = yes + is_colonial = no + } + any_pop = { + ideology = { + value = conservative + factor = 0.20 + } + } + } + any_pop = { + scaled_consciousness = { + ideology = liberal + factor = 6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 6 + } + } + } } #Dissatisfaction in the North country_event = { - id = 16501 - title = "EVTNAME16501" - desc = "EVTDESC16501" - picture = "senate_debate" - - trigger = { - tag = USA - year = 1865 - NOT = { exists = CSA } - slavery = yes_slavery - upper_house_composition = population_equal_weight - has_country_flag = john_browns_raid - has_country_flag = dred_scott_decision - NOT = { - exists = CSA - has_global_flag = american_civil_war_has_happened - has_country_flag = second_constitutional_convention - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - war_exhaustion = 10 - } - modifier = { - factor = 0.1 - is_greater_power = no - } - modifier = { - factor = 0.5 - year = 1868 - } - modifier = { - factor = 0.5 - year = 1870 - } - } - - option = { - name = "EVT16501OPTA" - set_country_flag = second_constitutional_convention - set_variable = { - which = FSA_states - value = 1 - } - random_owned = { - limit = { - OR = { - region = USA_223 - region = USA_232 - region = USA_243 - } - } - state_scope = { - any_owned = { add_core = FSA } - } - } - any_state = { - limit = { - is_slave = no - is_colonial = no - } - any_pop = { - dominant_issue = { - value = no_slavery - factor = 0.10 - } - ideology = { - value = liberal - factor = 0.20 - } - } - } - any_pop = { - scaled_consciousness = { - ideology = liberal - factor = 6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 6 - } - } - } + id = 16501 + title = "EVTNAME16501" + desc = "EVTDESC16501" + picture = "senate_debate" + + trigger = { + tag = USA + year = 1865 + NOT = { exists = CSA } + slavery = yes_slavery + upper_house_composition = population_equal_weight + has_country_flag = john_browns_raid + has_country_flag = dred_scott_decision + NOT = { + exists = CSA + has_global_flag = american_civil_war_has_happened + has_country_flag = second_constitutional_convention + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + war_exhaustion = 10 + } + modifier = { + factor = 0.1 + is_greater_power = no + } + modifier = { + factor = 0.5 + year = 1868 + } + modifier = { + factor = 0.5 + year = 1870 + } + } + + option = { + name = "EVT16501OPTA" + set_country_flag = second_constitutional_convention + set_variable = { + which = FSA_states + value = 1 + } + random_owned = { + limit = { + OR = { + region = USA_223 + region = USA_232 + region = USA_243 + } + } + state_scope = { + any_owned = { add_core = FSA } + } + } + any_state = { + limit = { + is_slave = no + is_colonial = no + } + any_pop = { + dominant_issue = { + value = no_slavery + factor = 0.10 + } + ideology = { + value = liberal + factor = 0.20 + } + } + } + any_pop = { + scaled_consciousness = { + ideology = liberal + factor = 6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 6 + } + } + } } #New Secessionist Sentiments province_event = { - id = 16505 - title = "EVTNAME16250" - desc = "EVTDESC16505" - - trigger = { - NOT = { is_core = CSA } - NOT = { is_core = FSA } - is_core = USA - OR = { - region = USA_129 - region = USA_126 - region = USA_124 - region = MEX_103 - region = MEX_100 - region = USA_185 - region = USA_148 - region = USA_219 - } - owner = { - tag = USA - upper_house_composition = population_equal_weight - NOT = { has_global_flag = american_civil_war_has_happened } - } - state_scope = { is_slave = no } - any_neighbor_province = { is_core = CSA } - OR = { - average_consciousness = 5 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.8 - average_consciousness = 7 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - } - - option = { - name = "EVTOPTA16250" - owner = { prestige = -2 } - state_scope = { - any_owned = { - add_core = CSA - } - any_pop = { - dominant_issue = { - value = state_equal_weight - factor = 0.20 - } - consciousness = 4 - } - } - } + id = 16505 + title = "EVTNAME16250" + desc = "EVTDESC16505" + + trigger = { + NOT = { is_core = CSA } + NOT = { is_core = FSA } + is_core = USA + OR = { + region = USA_129 + region = USA_126 + region = USA_124 + region = MEX_103 + region = MEX_100 + region = USA_185 + region = USA_148 + region = USA_219 + } + owner = { + tag = USA + upper_house_composition = population_equal_weight + NOT = { has_global_flag = american_civil_war_has_happened } + } + state_scope = { is_slave = no } + any_neighbor_province = { is_core = CSA } + OR = { + average_consciousness = 5 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.8 + average_consciousness = 7 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + } + + option = { + name = "EVTOPTA16250" + owner = { prestige = -2 } + state_scope = { + any_owned = { + add_core = CSA + } + any_pop = { + dominant_issue = { + value = state_equal_weight + factor = 0.20 + } + consciousness = 4 + } + } + } } province_event = { - id = 16506 - title = "EVTNAME16250" - desc = "EVTDESC16506" - - trigger = { - NOT = { is_core = CSA } - NOT = { is_core = FSA } - is_core = USA - continent = north_america - owner = { - tag = USA - slavery = freedom_of_womb - has_country_flag = second_constitutional_convention - NOT = { has_global_flag = american_civil_war_has_happened } - } - state_scope = { is_slave = no } - any_neighbor_province = { is_core = FSA } - OR = { - average_consciousness = 5 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 - no_slavery = 10 - } - modifier = { - factor = 0.8 - average_consciousness = 7 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - } - - option = { - name = "EVTOPTA16250" - owner = { - prestige = -2 - change_variable = { - which = FSA_states - value = 1 - } - } - state_scope = { - any_owned = { - add_core = FSA - } - any_pop = { - dominant_issue = { - value = no_slavery - factor = 0.20 - } - militancy = 1 - } - } - } + id = 16506 + title = "EVTNAME16250" + desc = "EVTDESC16506" + + trigger = { + NOT = { is_core = CSA } + NOT = { is_core = FSA } + is_core = USA + continent = north_america + owner = { + tag = USA + slavery = freedom_of_womb + has_country_flag = second_constitutional_convention + NOT = { has_global_flag = american_civil_war_has_happened } + } + state_scope = { is_slave = no } + any_neighbor_province = { is_core = FSA } + OR = { + average_consciousness = 5 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 + no_slavery = 10 + } + modifier = { + factor = 0.8 + average_consciousness = 7 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + } + + option = { + name = "EVTOPTA16250" + owner = { + prestige = -2 + change_variable = { + which = FSA_states + value = 1 + } + } + state_scope = { + any_owned = { + add_core = FSA + } + any_pop = { + dominant_issue = { + value = no_slavery + factor = 0.20 + } + militancy = 1 + } + } + } } province_event = { - id = 16507 - title = "EVTNAME16250" - desc = "EVTDESC16506" - - trigger = { - NOT = { is_core = CSA } - NOT = { is_core = FSA } - is_core = USA - continent = north_america - owner = { - tag = USA - slavery = yes_slavery - has_country_flag = second_constitutional_convention - NOT = { has_global_flag = american_civil_war_has_happened } - } - state_scope = { is_slave = no } - any_neighbor_province = { is_core = FSA } - OR = { - average_consciousness = 5 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 - no_slavery = 10 - } - modifier = { - factor = 0.8 - average_consciousness = 7 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - } - - option = { - name = "EVTOPTA16250" - owner = { - prestige = -2 - change_variable = { - which = FSA_states - value = 1 - } - } - state_scope = { - any_owned = { - add_core = FSA - } - any_pop = { - dominant_issue = { - value = freedom_of_womb - factor = 0.20 - } - militancy = 1 - } - } - } + id = 16507 + title = "EVTNAME16250" + desc = "EVTDESC16506" + + trigger = { + NOT = { is_core = CSA } + NOT = { is_core = FSA } + is_core = USA + continent = north_america + owner = { + tag = USA + slavery = yes_slavery + has_country_flag = second_constitutional_convention + NOT = { has_global_flag = american_civil_war_has_happened } + } + state_scope = { is_slave = no } + any_neighbor_province = { is_core = FSA } + OR = { + average_consciousness = 5 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 + no_slavery = 10 + } + modifier = { + factor = 0.8 + average_consciousness = 7 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + } + + option = { + name = "EVTOPTA16250" + owner = { + prestige = -2 + change_variable = { + which = FSA_states + value = 1 + } + } + state_scope = { + any_owned = { + add_core = FSA + } + any_pop = { + dominant_issue = { + value = freedom_of_womb + factor = 0.20 + } + militancy = 1 + } + } + } } #The Free States of America country_event = { - id = 16510 - title = "EVTNAME16510" - desc = "EVTDESC16510" - news = yes - news_desc_long = "EVTDESC16510_NEWS_LONG" - news_desc_medium = "EVTDESC16510_NEWS_MEDIUM" - news_desc_short = "EVTDESC16510_NEWS_SHORT" - picture = "senate_debate" - major = yes - - trigger = { - tag = USA - slavery = yes_slavery - has_country_flag = second_constitutional_convention - check_variable = { - which = FSA_states - value = 5 - } - NOT = { - has_global_flag = american_civil_war_has_happened - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.8 - check_variable = { - which = FSA_states - value = 6 - } - } - modifier = { - factor = 0.7 - check_variable = { - which = FSA_states - value = 7 - } - } - modifier = { - factor = 0.6 - check_variable = { - which = FSA_states - value = 8 - } - } - modifier = { - factor = 0.5 - check_variable = { - which = FSA_states - value = 9 - } - } - modifier = { - factor = 0.5 - check_variable = { - which = FSA_states - value = 10 - } - } - modifier = { - factor = 0.5 - check_variable = { - which = FSA_states - value = 11 - } - } - modifier = { - factor = 0.5 - check_variable = { - which = FSA_states - value = 12 - } - } - } - - option = { - name = "EVT16510OPTA" - set_global_flag = american_civil_war_has_happened - set_global_flag = alt_american_civil_war_has_happened - primary_culture = dixie - add_accepted_culture = yankee - remove_country_modifier = the_slavery_debate - any_pop = { - consciousness = -7 - militancy = -3 - } - any_owned = { - limit = { is_core = FSA } - secede_province = FSA - } - FSA = { - random_owned = { - limit = { province_id = 223 } - owner = { capital = 223 } - } - leadership = 40 - } - any_state = { - limit = { - OR = { - AND = { - any_owned_province = { is_core = USA } - NOT = { - any_owned_province = { is_core = CSA } - } - } - AND = { - any_owned_province = { - any_neighbor_province = { owned_by = FSA } - } - any_owned_province = { - is_core = USA - culture = yankee - } - } - } - } - any_owned = { add_core = FSA } - } - war = { - target = FSA - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - } - change_tag_no_core_switch = FSA - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT16510OPTB" - set_global_flag = american_civil_war_has_happened - set_global_flag = alt_american_civil_war_has_happened - primary_culture = dixie - add_accepted_culture = yankee - remove_country_modifier = the_slavery_debate - any_pop = { - consciousness = -7 - militancy = -3 - } - any_owned = { - limit = { is_core = FSA } - secede_province = FSA - } - FSA = { - random_owned = { - limit = { province_id = 223 } - owner = { capital = 223 } - } - leadership = 40 - } - any_state = { - limit = { - OR = { - AND = { - any_owned_province = { is_core = USA } - NOT = { - any_owned_province = { is_core = CSA } - } - } - AND = { - any_owned_province = { - any_neighbor_province = { owned_by = FSA } - } - any_owned_province = { - is_core = USA - culture = yankee - } - } - } - } - any_owned = { add_core = FSA } - } - war = { - target = FSA - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - } - ai_chance = { - factor = 100 - } - } + id = 16510 + title = "EVTNAME16510" + desc = "EVTDESC16510" + news = yes + news_desc_long = "EVTDESC16510_NEWS_LONG" + news_desc_medium = "EVTDESC16510_NEWS_MEDIUM" + news_desc_short = "EVTDESC16510_NEWS_SHORT" + picture = "senate_debate" + major = yes + + trigger = { + tag = USA + slavery = yes_slavery + has_country_flag = second_constitutional_convention + check_variable = { + which = FSA_states + value = 5 + } + NOT = { + has_global_flag = american_civil_war_has_happened + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.8 + check_variable = { + which = FSA_states + value = 6 + } + } + modifier = { + factor = 0.7 + check_variable = { + which = FSA_states + value = 7 + } + } + modifier = { + factor = 0.6 + check_variable = { + which = FSA_states + value = 8 + } + } + modifier = { + factor = 0.5 + check_variable = { + which = FSA_states + value = 9 + } + } + modifier = { + factor = 0.5 + check_variable = { + which = FSA_states + value = 10 + } + } + modifier = { + factor = 0.5 + check_variable = { + which = FSA_states + value = 11 + } + } + modifier = { + factor = 0.5 + check_variable = { + which = FSA_states + value = 12 + } + } + } + + option = { + name = "EVT16510OPTA" + set_global_flag = american_civil_war_has_happened + set_global_flag = alt_american_civil_war_has_happened + primary_culture = dixie + add_accepted_culture = yankee + remove_country_modifier = the_slavery_debate + any_pop = { + consciousness = -7 + militancy = -3 + } + any_owned = { + limit = { is_core = FSA } + secede_province = FSA + } + FSA = { + random_owned = { + limit = { province_id = 223 } + owner = { capital = 223 } + } + leadership = 40 + } + any_state = { + limit = { + OR = { + AND = { + any_owned_province = { is_core = USA } + NOT = { + any_owned_province = { is_core = CSA } + } + } + AND = { + any_owned_province = { + any_neighbor_province = { owned_by = FSA } + } + any_owned_province = { + is_core = USA + culture = yankee + } + } + } + } + any_owned = { add_core = FSA } + } + war = { + target = FSA + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + } + change_tag_no_core_switch = FSA + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT16510OPTB" + set_global_flag = american_civil_war_has_happened + set_global_flag = alt_american_civil_war_has_happened + primary_culture = dixie + add_accepted_culture = yankee + remove_country_modifier = the_slavery_debate + any_pop = { + consciousness = -7 + militancy = -3 + } + any_owned = { + limit = { is_core = FSA } + secede_province = FSA + } + FSA = { + random_owned = { + limit = { province_id = 223 } + owner = { capital = 223 } + } + leadership = 40 + } + any_state = { + limit = { + OR = { + AND = { + any_owned_province = { is_core = USA } + NOT = { + any_owned_province = { is_core = CSA } + } + } + AND = { + any_owned_province = { + any_neighbor_province = { owned_by = FSA } + } + any_owned_province = { + is_core = USA + culture = yankee + } + } + } + } + any_owned = { add_core = FSA } + } + war = { + target = FSA + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + } + ai_chance = { + factor = 100 + } + } } #The Union Sundered country_event = { - id = 16515 - title = "EVTNAME16515" - desc = "EVTDESC16515" - major = yes - - trigger = { - tag = USA - war = no - has_global_flag = alt_american_civil_war_has_happened - FSA = { - exists = yes - } - OR = { - NOT = { - any_owned_province = { - is_core = USA - NOT = { is_core = CSA } - } - } - has_global_flag = fsa_right_to_secede - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT16515OPTA" - prestige = -50 - clr_country_flag = the_slavery_debate - clr_global_flag = alt_american_civil_war_has_happened - random_owned = { - limit = { province_id = 60 } - owner = { capital = 60 } - } - any_pop = { - limit = { has_pop_culture = dixie } - dominant_issue = { - factor = 0.10 - value = jingoism - } - ideology = { - value = reactionary - factor = 0.10 - } - } - change_tag = CSA - remove_accepted_culture = yankee - set_country_flag = the_slavery_debate - any_state = { - limit = { - is_slave = no - NOT = { - any_owned_province = { - OR = { - culture = dixie - culture = texan - is_core = TEX - } - } - } - } - any_owned = { remove_core = CSA } - } - any_country = { - any_state = { - limit = { - NOT = { - any_owned_province = { - OR = { - culture = dixie - culture = texan - is_core = TEX - } - } - } - } - any_owned = { remove_core = CSA } - } - } - } + id = 16515 + title = "EVTNAME16515" + desc = "EVTDESC16515" + major = yes + + trigger = { + tag = USA + war = no + has_global_flag = alt_american_civil_war_has_happened + FSA = { + exists = yes + } + OR = { + NOT = { + any_owned_province = { + is_core = USA + NOT = { is_core = CSA } + } + } + has_global_flag = fsa_right_to_secede + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT16515OPTA" + prestige = -50 + clr_country_flag = the_slavery_debate + clr_global_flag = alt_american_civil_war_has_happened + random_owned = { + limit = { province_id = 60 } + owner = { capital = 60 } + } + any_pop = { + limit = { has_pop_culture = dixie } + dominant_issue = { + factor = 0.10 + value = jingoism + } + ideology = { + value = reactionary + factor = 0.10 + } + } + change_tag = CSA + remove_accepted_culture = yankee + set_country_flag = the_slavery_debate + any_state = { + limit = { + is_slave = no + NOT = { + any_owned_province = { + OR = { + culture = dixie + culture = texan + is_core = TEX + } + } + } + } + any_owned = { remove_core = CSA } + } + any_country = { + any_state = { + limit = { + NOT = { + any_owned_province = { + OR = { + culture = dixie + culture = texan + is_core = TEX + } + } + } + } + any_owned = { remove_core = CSA } + } + } + } } diff --git a/HPM/events/American Wars.txt b/HPM/events/American Wars.txt index 02a2927a..4b52a7e5 100644 --- a/HPM/events/American Wars.txt +++ b/HPM/events/American Wars.txt @@ -1,1129 +1,1129 @@ country_event = { - id = 44122 - title = "EVTNAME44122" #Webster–Ashburton Treaty - desc = "EVTDESC44122" - news = yes - news_desc_long = "EVTDESC44122_NEWS_LONG" - news_desc_medium = "EVTDESC44122_NEWS_MEDIUM" - news_desc_short = "EVTDESC44122_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44122OPTA" - prestige = 10 - 250 = { add_core = THIS secede_province = THIS } - 250 = { remove_core = CAN } - 158 = { remove_core = CAN } - 250 = { remove_core = QUE } - 69 = { remove_core = NEN } - relation = { who = ENG value = 100 } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT44122OPTB" - prestige = 15 - badboy = 4 - 250 = { add_core = THIS } - 249 = { add_core = THIS } - 69 = { add_core = THIS } - 158 = { add_core = USA } - 158 = { add_core = ENG } - 250 = { add_core = ENG } - 249 = { add_core = ENG } - 69 = { add_core = ENG } - 158 = { add_core = CAN } - 250 = { add_core = CAN } - 249 = { add_core = CAN } - 69 = { add_core = CAN } - 250 = { add_core = MRU } - 249 = { add_core = MRU } - 69 = { add_core = MRU } - relation = { - who = ENG - value = -200 - } - ai_chance = { - factor = 0.05 - } - } + id = 44122 + title = "EVTNAME44122" #Webster–Ashburton Treaty + desc = "EVTDESC44122" + news = yes + news_desc_long = "EVTDESC44122_NEWS_LONG" + news_desc_medium = "EVTDESC44122_NEWS_MEDIUM" + news_desc_short = "EVTDESC44122_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44122OPTA" + prestige = 10 + 250 = { add_core = THIS secede_province = THIS } + 250 = { remove_core = CAN } + 158 = { remove_core = CAN } + 250 = { remove_core = QUE } + 69 = { remove_core = NEN } + relation = { who = ENG value = 100 } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT44122OPTB" + prestige = 15 + badboy = 4 + 250 = { add_core = THIS } + 249 = { add_core = THIS } + 69 = { add_core = THIS } + 158 = { add_core = USA } + 158 = { add_core = ENG } + 250 = { add_core = ENG } + 249 = { add_core = ENG } + 69 = { add_core = ENG } + 158 = { add_core = CAN } + 250 = { add_core = CAN } + 249 = { add_core = CAN } + 69 = { add_core = CAN } + 250 = { add_core = MRU } + 249 = { add_core = MRU } + 69 = { add_core = MRU } + relation = { + who = ENG + value = -200 + } + ai_chance = { + factor = 0.05 + } + } } #Mexican-American War country_event = { - id = 44126 - title = "EVTNAME44126" #USA Demands Northwest Territories! - desc = "EVTDESC44126" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44126OPTA" - set_country_flag = mexico_refused_usa_once - USA = { country_event = 44127 } - any_pop = { militancy = -1 } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT44126OPTB" - set_country_flag = treaty_of_guadalupe_hidalgo - all_core = { - limit = { - OR = { - region = TEX_132 - region = MEX_94 - region = MEX_97 - region = MEX_85 - region = USA_106 - region = USA_111 - region = USA_126 - region = USA_129 - province_id = 100 - province_id = 101 - province_id = 103 - province_id = 104 - province_id = 105 - province_id = 2148 - } - } - remove_core = MEX - } - any_owned = { - limit = { - OR = { - is_core = USA - region = TEX_132 - region = MEX_94 - region = MEX_97 - region = MEX_85 - region = USA_106 - region = USA_111 - region = USA_126 - region = USA_129 - province_id = 100 - province_id = 101 - province_id = 103 - province_id = 104 - province_id = 105 - province_id = 2148 - } - } - secede_province = USA - } - MEX = { money = 100000 } - country_event = 44128 - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - NOT = { in_sphere = USA } - part_of_sphere = yes - } - modifier = { - factor = 2 - USA = { brigades_compare = 2 } - } - modifier = { - factor = 0.5 - NOT = { - USA = { brigades_compare = 1 } - } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } + id = 44126 + title = "EVTNAME44126" #USA Demands Northwest Territories! + desc = "EVTDESC44126" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44126OPTA" + set_country_flag = mexico_refused_usa_once + USA = { country_event = 44127 } + any_pop = { militancy = -1 } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT44126OPTB" + set_country_flag = treaty_of_guadalupe_hidalgo + all_core = { + limit = { + OR = { + region = TEX_132 + region = MEX_94 + region = MEX_97 + region = MEX_85 + region = USA_106 + region = USA_111 + region = USA_126 + region = USA_129 + province_id = 100 + province_id = 101 + province_id = 103 + province_id = 104 + province_id = 105 + province_id = 2148 + } + } + remove_core = MEX + } + any_owned = { + limit = { + OR = { + is_core = USA + region = TEX_132 + region = MEX_94 + region = MEX_97 + region = MEX_85 + region = USA_106 + region = USA_111 + region = USA_126 + region = USA_129 + province_id = 100 + province_id = 101 + province_id = 103 + province_id = 104 + province_id = 105 + province_id = 2148 + } + } + secede_province = USA + } + MEX = { money = 100000 } + country_event = 44128 + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + NOT = { in_sphere = USA } + part_of_sphere = yes + } + modifier = { + factor = 2 + USA = { brigades_compare = 2 } + } + modifier = { + factor = 0.5 + NOT = { + USA = { brigades_compare = 1 } + } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } } country_event = { - id = 44127 - title = "EVTNAME44127" #Mexico Has Refused! - desc = "EVTDESC44127" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44127OPTA" - set_global_flag = mexican_american_war - war_exhaustion = -20 - relation = { who = MEX value = -200 } - diplomatic_influence = { who = MEX value = -400 } - leave_alliance = MEX - set_country_flag = exclusive_acquire_all_cores_CB - MEX = { - add_country_modifier = { name = war_focus duration = -1 } - } - war = { - target = MEX - attacker_goal = { - casus_belli = acquire_all_cores - country = USA - } - } - any_pop = { - limit = { has_pop_culture = mexican } - militancy = 6 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44127OPTB" - set_global_flag = no_mexican_american_war - prestige_factor = -0.2 - any_pop = { - consciousness = 1 - militancy = 1 - } - ai_chance = { - factor = 0 - } - } + id = 44127 + title = "EVTNAME44127" #Mexico Has Refused! + desc = "EVTDESC44127" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44127OPTA" + set_global_flag = mexican_american_war + war_exhaustion = -20 + relation = { who = MEX value = -200 } + diplomatic_influence = { who = MEX value = -400 } + leave_alliance = MEX + set_country_flag = exclusive_acquire_all_cores_CB + MEX = { + add_country_modifier = { name = war_focus duration = -1 } + } + war = { + target = MEX + attacker_goal = { + casus_belli = acquire_all_cores + country = USA + } + } + any_pop = { + limit = { has_pop_culture = mexican } + militancy = 6 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44127OPTB" + set_global_flag = no_mexican_american_war + prestige_factor = -0.2 + any_pop = { + consciousness = 1 + militancy = 1 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 44128 - title = "EVTNAME44826" #Mexico Agrees - desc = "EVTDESC44826" - news = yes - news_title = "EVTNAME44825" - news_desc_long = "EVTDESC44826_NEWS_LONG" - news_desc_medium = "EVTDESC44826_NEWS_MEDIUM" - news_desc_short = "EVTDESC44826_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44147OPTA" - set_country_flag = treaty_of_guadalupe_hidalgo - prestige = 20 - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - - relation = { - who = FROM - value = 200 - } - diplomatic_influence = { - who = FROM - value = 400 - } - } + id = 44128 + title = "EVTNAME44826" #Mexico Agrees + desc = "EVTDESC44826" + news = yes + news_title = "EVTNAME44825" + news_desc_long = "EVTDESC44826_NEWS_LONG" + news_desc_medium = "EVTDESC44826_NEWS_MEDIUM" + news_desc_short = "EVTDESC44826_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44147OPTA" + set_country_flag = treaty_of_guadalupe_hidalgo + prestige = 20 + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + + relation = { + who = FROM + value = 200 + } + diplomatic_influence = { + who = FROM + value = 400 + } + } } country_event = { - id = 44140 - title = "EVTNAME44140" #The Northern Alaska Purchase - desc = "EVTDESC44140" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44145OPTA" - FROM = { country_event = 44142 } - money = 50000 - prestige = 5 - ai_chance = { - factor = 75 - modifier = { - factor = 0.1 - any_core = { owned_by = FROM } - } - modifier = { - factor = 0.5 - truce_with = FROM - } - } - } - option = { - name = "EVT44145OPTB" - FROM = { country_event = 44141 } - ai_chance = { - factor = 25 - modifier = { - factor = 0.75 - relation = { who = FROM value = 100 } - } - modifier = { - factor = 0.5 - alliance_with = FROM - } - } - } + id = 44140 + title = "EVTNAME44140" #The Northern Alaska Purchase + desc = "EVTDESC44140" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44145OPTA" + FROM = { country_event = 44142 } + money = 50000 + prestige = 5 + ai_chance = { + factor = 75 + modifier = { + factor = 0.1 + any_core = { owned_by = FROM } + } + modifier = { + factor = 0.5 + truce_with = FROM + } + } + } + option = { + name = "EVT44145OPTB" + FROM = { country_event = 44141 } + ai_chance = { + factor = 25 + modifier = { + factor = 0.75 + relation = { who = FROM value = 100 } + } + modifier = { + factor = 0.5 + alliance_with = FROM + } + } + } } country_event = { - id = 44141 - title = "EVTNAME44141" #Refused - desc = "EVTDESC44141" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44146OPTA" - relation = { - who = FROM - value = -50 - } - leave_alliance = FROM - any_pop = { - dominant_issue = { - factor = 0.02 - value = jingoism - } - } - } + id = 44141 + title = "EVTNAME44141" #Refused + desc = "EVTDESC44141" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44146OPTA" + relation = { + who = FROM + value = -50 + } + leave_alliance = FROM + any_pop = { + dominant_issue = { + factor = 0.02 + value = jingoism + } + } + } } country_event = { - - id = 44142 - title = "EVTNAME44142" #Agreed - desc = "EVTDESC44142" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44147OPTA" - money = -50000 - FROM = { - any_owned = { - limit = { region = USA_1 } - secede_province = THIS - } - } - relation = { - who = FROM - value = 50 - } - } + + id = 44142 + title = "EVTNAME44142" #Agreed + desc = "EVTDESC44142" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44147OPTA" + money = -50000 + FROM = { + any_owned = { + limit = { region = USA_1 } + secede_province = THIS + } + } + relation = { + who = FROM + value = 50 + } + } } country_event = { - id = 44145 - title = "EVTNAME44145" #The Hawaiian Islands Purchase - desc = "EVTDESC44145" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44145OPTA" - FROM = { country_event = 44147 } - money = 50000 - prestige = 5 - ai_chance = { - factor = 75 - modifier = { - factor = 0.1 - any_core = { owned_by = FROM } - } - modifier = { - factor = 0.5 - truce_with = FROM - } - } - } - option = { - name = "EVT44145OPTB" - FROM = { country_event = 44146 } - ai_chance = { - factor = 25 - modifier = { - factor = 0.75 - relation = { who = FROM value = 100 } - } - modifier = { - factor = 0.5 - alliance_with = FROM - } - } - } + id = 44145 + title = "EVTNAME44145" #The Hawaiian Islands Purchase + desc = "EVTDESC44145" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44145OPTA" + FROM = { country_event = 44147 } + money = 50000 + prestige = 5 + ai_chance = { + factor = 75 + modifier = { + factor = 0.1 + any_core = { owned_by = FROM } + } + modifier = { + factor = 0.5 + truce_with = FROM + } + } + } + option = { + name = "EVT44145OPTB" + FROM = { country_event = 44146 } + ai_chance = { + factor = 25 + modifier = { + factor = 0.75 + relation = { who = FROM value = 100 } + } + modifier = { + factor = 0.5 + alliance_with = FROM + } + } + } } country_event = { - id = 44146 - title = "EVTNAME44141" #Refused - desc = "EVTDESC44146" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44146OPTA" - relation = { - who = FROM - value = -50 - } - leave_alliance = FROM - any_pop = { - dominant_issue = { - factor = 0.02 - value = jingoism - } - } - } + id = 44146 + title = "EVTNAME44141" #Refused + desc = "EVTDESC44146" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44146OPTA" + relation = { + who = FROM + value = -50 + } + leave_alliance = FROM + any_pop = { + dominant_issue = { + factor = 0.02 + value = jingoism + } + } + } } country_event = { - - id = 44147 - title = "EVTNAME44142" - desc = "EVTDESC44147" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44147OPTA" - money = -50000 - FROM = { - any_owned = { - limit = { region = HAW_658 } - secede_province = THIS - } - } - relation = { - who = FROM - value = 50 - } - } + + id = 44147 + title = "EVTNAME44142" + desc = "EVTDESC44147" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44147OPTA" + money = -50000 + FROM = { + any_owned = { + limit = { region = HAW_658 } + secede_province = THIS + } + } + relation = { + who = FROM + value = 50 + } + } } #Oregon Treaty events country_event = { - id = 44150 - title = "EVTNAME44150" #54-40 or Fight! - desc = "EVTDESC44150" - picture = "boer_war" - - fire_only_once = yes - - trigger = { - tag = USA - 79 = { - empty = no - OR = { - owned_by = USA - owned_by = ENG - } - } - 21 = { - empty = no - OR = { - owned_by = USA - owned_by = ENG - } - } - NOT = { - war_with = ENG - has_country_flag = oregon_treaty - } - has_country_flag = hasmanifestdestiny - OR = { - election = yes - NOT = { government = democracy } - } - COL = { exists = no } - any_owned_province = { - any_neighbor_province = { - OR = { - region = USA_91 - region = USA_81 - } - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.25 - year = 1850 - } - } - - option = { - name = "EVT44150OPTA" - set_country_flag = oregon_treaty - ENG = { country_event = 44154 } - badboy = 5 - COL = { all_core = { add_core = ENG } } - COL = { all_core = { add_core = USA } } - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.2 - war_policy = pacifism - } - modifier = { - factor = 0 - alliance_with = ENG - } - modifier = { - factor = 0.5 - truce_with = ENG - } - modifier = { - factor = 0.25 - relation = { who = ENG value = 10 } - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 0 - is_greater_power = no - } - } - } - - option = { - name = "EVT44150OPTB" - set_country_flag = oregon_treaty - USA_78 = { add_core = USA } - ENG = { country_event = 44151 } - any_pop = { - scaled_consciousness = { - issue = jingoism - factor = 3 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.8 - NOT = { relation = { who = ENG value = -50 } } - } - modifier = { - factor = 1.5 - relation = { who = USA value = 100 } - } - modifier = { - factor = 1.5 - ENG = { owns = 79 } - } - modifier = { - factor = 1.2 - war = yes - } - } - } - - option = { - name = "EVT44150OPTC" - set_country_flag = oregon_treaty - ENG = { country_event = 44156 } - any_pop = { - scaled_consciousness = { - issue = jingoism - factor = 6 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 1.5 - ENG = { owns = 79 } - } - modifier = { - factor = 0.8 - war = no - } - } - } + id = 44150 + title = "EVTNAME44150" #54-40 or Fight! + desc = "EVTDESC44150" + picture = "boer_war" + + fire_only_once = yes + + trigger = { + tag = USA + 79 = { + empty = no + OR = { + owned_by = USA + owned_by = ENG + } + } + 21 = { + empty = no + OR = { + owned_by = USA + owned_by = ENG + } + } + NOT = { + war_with = ENG + has_country_flag = oregon_treaty + } + has_country_flag = hasmanifestdestiny + OR = { + election = yes + NOT = { government = democracy } + } + COL = { exists = no } + any_owned_province = { + any_neighbor_province = { + OR = { + region = USA_91 + region = USA_81 + } + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.25 + year = 1850 + } + } + + option = { + name = "EVT44150OPTA" + set_country_flag = oregon_treaty + ENG = { country_event = 44154 } + badboy = 5 + COL = { all_core = { add_core = ENG } } + COL = { all_core = { add_core = USA } } + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.2 + war_policy = pacifism + } + modifier = { + factor = 0 + alliance_with = ENG + } + modifier = { + factor = 0.5 + truce_with = ENG + } + modifier = { + factor = 0.25 + relation = { who = ENG value = 10 } + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 0 + is_greater_power = no + } + } + } + + option = { + name = "EVT44150OPTB" + set_country_flag = oregon_treaty + USA_78 = { add_core = USA } + ENG = { country_event = 44151 } + any_pop = { + scaled_consciousness = { + issue = jingoism + factor = 3 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.8 + NOT = { relation = { who = ENG value = -50 } } + } + modifier = { + factor = 1.5 + relation = { who = USA value = 100 } + } + modifier = { + factor = 1.5 + ENG = { owns = 79 } + } + modifier = { + factor = 1.2 + war = yes + } + } + } + + option = { + name = "EVT44150OPTC" + set_country_flag = oregon_treaty + ENG = { country_event = 44156 } + any_pop = { + scaled_consciousness = { + issue = jingoism + factor = 6 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 1.5 + ENG = { owns = 79 } + } + modifier = { + factor = 0.8 + war = no + } + } + } } country_event = { - id = 44151 - title = "EVTNAME44151" #The Columbia District - desc = "EVTDESC44151" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44151OPTA" - badboy = -2 - prestige = -10 - USA = { country_event = 44152 } - CAN_13 = { add_core = ENG } - #CAN_18 = { add_core = ENG } - ENG_22 = { add_core = ENG } - USA_78 = { - remove_core = COL - remove_core = ENG - } - USA_81 = { - remove_core = COL - remove_core = ENG - } - USA_91 = { - remove_core = COL - remove_core = ENG - } - 114 = { - remove_core = COL - } - 111 = { - remove_core = COL - } - CAN_13 = { - add_core = COL - remove_core = RPL - } - any_owned = { - limit = { - OR = { - region = USA_78 - region = USA_81 - region = USA_91 - } - is_core = USA - } - secede_province = USA - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.8 - NOT = { relation = { who = USA value = 0 } } - } - modifier = { - factor = 2 - relation = { who = USA value = 100 } - } - modifier = { - factor = 0.8 - war_policy = jingoism - } - } - } - - option = { - name = "EVT44151OPTB" - badboy = 5 - prestige = 10 - COL = { all_core = { add_core = ENG } } - leave_alliance = USA - USA = { country_event = 44153 } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - alliance_with = USA - } - modifier = { - factor = 0.25 - relation = { who = USA value = 100 } - } - modifier = { - factor = 1.5 - NOT = { relation = { who = USA value = 0 } } - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } + id = 44151 + title = "EVTNAME44151" #The Columbia District + desc = "EVTDESC44151" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44151OPTA" + badboy = -2 + prestige = -10 + USA = { country_event = 44152 } + CAN_13 = { add_core = ENG } + #CAN_18 = { add_core = ENG } + ENG_22 = { add_core = ENG } + USA_78 = { + remove_core = COL + remove_core = ENG + } + USA_81 = { + remove_core = COL + remove_core = ENG + } + USA_91 = { + remove_core = COL + remove_core = ENG + } + 114 = { + remove_core = COL + } + 111 = { + remove_core = COL + } + CAN_13 = { + add_core = COL + remove_core = RPL + } + any_owned = { + limit = { + OR = { + region = USA_78 + region = USA_81 + region = USA_91 + } + is_core = USA + } + secede_province = USA + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.8 + NOT = { relation = { who = USA value = 0 } } + } + modifier = { + factor = 2 + relation = { who = USA value = 100 } + } + modifier = { + factor = 0.8 + war_policy = jingoism + } + } + } + + option = { + name = "EVT44151OPTB" + badboy = 5 + prestige = 10 + COL = { all_core = { add_core = ENG } } + leave_alliance = USA + USA = { country_event = 44153 } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + alliance_with = USA + } + modifier = { + factor = 0.25 + relation = { who = USA value = 100 } + } + modifier = { + factor = 1.5 + NOT = { relation = { who = USA value = 0 } } + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } } country_event = { - id = 44152 - title = "EVTNAME44152" #The Oregon Treaty - desc = "EVTDESC44152" - news = yes - news_desc_long = "EVTDESC44152_NEWS_LONG" - news_desc_medium = "EVTDESC44152_NEWS_MEDIUM" - news_desc_short = "EVTDESC44152_NEWS_SHORT" - picture = "treaty" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT44152OPTA" - prestige = 10 - relation = { who = ENG value = 100 } - any_owned = { - limit = { - OR = { - region = CAN_13 - #region = CAN_18 - region = ENG_22 - } - } - remove_core = USA - secede_province = ENG - } - COL = { all_core = { remove_core = ENG } } - any_pop = { - scaled_consciousness = { - issue = pacifism - factor = -3 - } - scaled_militancy = { - issue = jingoism - factor = 3 - } - } - } + id = 44152 + title = "EVTNAME44152" #The Oregon Treaty + desc = "EVTDESC44152" + news = yes + news_desc_long = "EVTDESC44152_NEWS_LONG" + news_desc_medium = "EVTDESC44152_NEWS_MEDIUM" + news_desc_short = "EVTDESC44152_NEWS_SHORT" + picture = "treaty" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT44152OPTA" + prestige = 10 + relation = { who = ENG value = 100 } + any_owned = { + limit = { + OR = { + region = CAN_13 + #region = CAN_18 + region = ENG_22 + } + } + remove_core = USA + secede_province = ENG + } + COL = { all_core = { remove_core = ENG } } + any_pop = { + scaled_consciousness = { + issue = pacifism + factor = -3 + } + scaled_militancy = { + issue = jingoism + factor = 3 + } + } + } } country_event = { - id = 44153 - title = "EVTNAME44153" #Negotiations Break Down - desc = "EVTDESC44153" - news = yes - news_desc_long = "EVTDESC44153_NEWS_LONG" - news_desc_medium = "EVTDESC44153_NEWS_MEDIUM" - news_desc_short = "EVTDESC44153_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44153OPTA" - prestige = -20 - relation = { who = ENG value = -50 } - any_owned = { - limit = { - OR = { - is_core = COL - is_core = RPL - } - } - secede_province = ENG - } - COL = { all_core = { remove_core = USA } } - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 3 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } - - option = { - name = "EVT44153OPTB" - prestige = 5 - relation = { who = ENG value = -100 } - COL = { all_core = { add_core = USA } } - COL = { all_core = { add_core = ENG } } - any_pop = { - scaled_consciousness = { - issue = jingoism - factor = -3 - } - } - war = { - target = ENG - attacker_goal = { - casus_belli = acquire_all_cores - country = USA - } - defender_goal = { - casus_belli = acquire_all_cores - country = ENG - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - is_greater_power = no - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } + id = 44153 + title = "EVTNAME44153" #Negotiations Break Down + desc = "EVTDESC44153" + news = yes + news_desc_long = "EVTDESC44153_NEWS_LONG" + news_desc_medium = "EVTDESC44153_NEWS_MEDIUM" + news_desc_short = "EVTDESC44153_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44153OPTA" + prestige = -20 + relation = { who = ENG value = -50 } + any_owned = { + limit = { + OR = { + is_core = COL + is_core = RPL + } + } + secede_province = ENG + } + COL = { all_core = { remove_core = USA } } + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 3 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } + + option = { + name = "EVT44153OPTB" + prestige = 5 + relation = { who = ENG value = -100 } + COL = { all_core = { add_core = USA } } + COL = { all_core = { add_core = ENG } } + any_pop = { + scaled_consciousness = { + issue = jingoism + factor = -3 + } + } + war = { + target = ENG + attacker_goal = { + casus_belli = acquire_all_cores + country = USA + } + defender_goal = { + casus_belli = acquire_all_cores + country = ENG + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + is_greater_power = no + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } } country_event = { - id = 44154 - title = "EVTNAME44154" #American Claims in Columbia - desc = "EVTDESC44154" - news = yes - news_desc_long = "EVTDESC44154_NEWS_LONG" - news_desc_medium = "EVTDESC44154_NEWS_MEDIUM" - news_desc_short = "EVTDESC44154_NEWS_SHORT" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT44154OPTA" - prestige = -20 - USA = { country_event = 44155 } - relation = { who = USA value = 50 } - COL = { all_core = { remove_core = ENG } } - any_owned = { - limit = { is_core = COL } - secede_province = USA - } - USA_78 = { - remove_core = ENG - remove_core = COL - } - USA_81 = { - remove_core = ENG - remove_core = COL - } - USA_91 = { - remove_core = ENG - remove_core = COL - } - 114 = { - remove_core = COL - } - 111 = { - remove_core = COL - } - COL = { - primary_culture = yankee - remove_accepted_culture = anglo_canadian - remove_accepted_culture = french_canadian - } - ai_chance = { - factor = 25 - modifier = { - factor = 1.5 - any_greater_power = { war_with = ENG } - } - modifier = { - factor = 0.5 - NOT = { relation = { who = USA value = 100 } } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } - - option = { - name = "EVT44154OPTB" - prestige = 5 - leave_alliance = USA - relation = { who = USA value = -200 } - war = { - target = USA - attacker_goal = { - casus_belli = acquire_all_cores - country = ENG - } - defender_goal = { - casus_belli = acquire_all_cores - country = USA - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - relation = { who = USA value = 100 } - } - modifier = { - factor = 2 - NOT = { relation = { who = USA value = 0 } } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } + id = 44154 + title = "EVTNAME44154" #American Claims in Columbia + desc = "EVTDESC44154" + news = yes + news_desc_long = "EVTDESC44154_NEWS_LONG" + news_desc_medium = "EVTDESC44154_NEWS_MEDIUM" + news_desc_short = "EVTDESC44154_NEWS_SHORT" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT44154OPTA" + prestige = -20 + USA = { country_event = 44155 } + relation = { who = USA value = 50 } + COL = { all_core = { remove_core = ENG } } + any_owned = { + limit = { is_core = COL } + secede_province = USA + } + USA_78 = { + remove_core = ENG + remove_core = COL + } + USA_81 = { + remove_core = ENG + remove_core = COL + } + USA_91 = { + remove_core = ENG + remove_core = COL + } + 114 = { + remove_core = COL + } + 111 = { + remove_core = COL + } + COL = { + primary_culture = yankee + remove_accepted_culture = anglo_canadian + remove_accepted_culture = french_canadian + } + ai_chance = { + factor = 25 + modifier = { + factor = 1.5 + any_greater_power = { war_with = ENG } + } + modifier = { + factor = 0.5 + NOT = { relation = { who = USA value = 100 } } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } + + option = { + name = "EVT44154OPTB" + prestige = 5 + leave_alliance = USA + relation = { who = USA value = -200 } + war = { + target = USA + attacker_goal = { + casus_belli = acquire_all_cores + country = ENG + } + defender_goal = { + casus_belli = acquire_all_cores + country = USA + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + relation = { who = USA value = 100 } + } + modifier = { + factor = 2 + NOT = { relation = { who = USA value = 0 } } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } } country_event = { - id = 44155 - title = "EVTNAME44155" #Oregon Country is Ours - desc = "EVTDESC44155" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44155OPTA" - prestige = 25 - any_pop = { - scaled_consciousness = { - issue = jingoism - factor = -6 - } - } - } + id = 44155 + title = "EVTNAME44155" #Oregon Country is Ours + desc = "EVTDESC44155" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44155OPTA" + prestige = 25 + any_pop = { + scaled_consciousness = { + issue = jingoism + factor = -6 + } + } + } } country_event = { - id = 44156 - title = "EVTNAME44156" #Oregon Country is Split Along Columbia River - desc = "EVTDESC44156" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44156OPTA" - prestige = 15 - 78 = { add_core = ENG } - 79 = { add_core = ENG } - CAN_13 = { add_core = ENG } - ENG_22 = { add_core = ENG } - USA_81 = { - add_core = USA - remove_core = COL - } - USA_91 = { - add_core = USA - remove_core = COL - } - 114 = { - remove_core = COL - } - 111 = { - remove_core = COL - } - 80 = { - remove_core = COL - } - USA = { country_event = 44152 } - any_pop = { - scaled_consciousness = { - issue = jingoism - factor = -3 - } - } - ai_chance = { - factor = 98 - modifier = { - factor = 2 - relation = { who = USA value = 100 } - } - modifier = { - factor = 0.5 - NOT = { relation = { who = USA value = -100 } } - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - } - - option = { - name = "EVT44156OPTB" - badboy = 5 - prestige = 10 - COL = { all_core = { add_core = ENG } } - leave_alliance = USA - USA = { country_event = 44153 } - any_pop = { - scaled_militancy = { - issue = jingoism - factor = -6 - } - scaled_militancy = { - issue = pacifism - factor = 6 - } - } - ai_chance = { - factor = 2 - modifier = { - factor = 0 - alliance_with = USA - } - modifier = { - factor = 0.5 - relation = { who = USA value = 100 } - } - modifier = { - factor = 2 - NOT = { relation = { who = USA value = 0 } } - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } + id = 44156 + title = "EVTNAME44156" #Oregon Country is Split Along Columbia River + desc = "EVTDESC44156" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44156OPTA" + prestige = 15 + 78 = { add_core = ENG } + 79 = { add_core = ENG } + CAN_13 = { add_core = ENG } + ENG_22 = { add_core = ENG } + USA_81 = { + add_core = USA + remove_core = COL + } + USA_91 = { + add_core = USA + remove_core = COL + } + 114 = { + remove_core = COL + } + 111 = { + remove_core = COL + } + 80 = { + remove_core = COL + } + USA = { country_event = 44152 } + any_pop = { + scaled_consciousness = { + issue = jingoism + factor = -3 + } + } + ai_chance = { + factor = 98 + modifier = { + factor = 2 + relation = { who = USA value = 100 } + } + modifier = { + factor = 0.5 + NOT = { relation = { who = USA value = -100 } } + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + } + + option = { + name = "EVT44156OPTB" + badboy = 5 + prestige = 10 + COL = { all_core = { add_core = ENG } } + leave_alliance = USA + USA = { country_event = 44153 } + any_pop = { + scaled_militancy = { + issue = jingoism + factor = -6 + } + scaled_militancy = { + issue = pacifism + factor = 6 + } + } + ai_chance = { + factor = 2 + modifier = { + factor = 0 + alliance_with = USA + } + modifier = { + factor = 0.5 + relation = { who = USA value = 100 } + } + modifier = { + factor = 2 + NOT = { relation = { who = USA value = 0 } } + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } } country_event = { #Hawaii turns democratic, loses people to disease, change production to fruit (sugar) - id = 44157 - title = "EVTNAME44157" - desc = "EVTDESC44157" - picture = "fort_honolulu" - - fire_only_once = yes - - trigger = { - tag = HAW - owns = 658 - exists = yes - literacy = 0.3 - year = 1855 - civilized = no - NOT = { year = 1900 } - } - - mean_time_to_happen = { - months = 24 - } - - - option = { - name = "EVT44157OPTA" - prestige = 5 - political_reform = free_press - political_reform = yes_meeting - political_reform = population_equal_weight - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = all_voting_pops - government = hms_government - - 658 = { trade_goods = fruit } - any_pop = { - limit = { - is_primary_culture = yes - has_pop_religion = animist - } - random_list = { - 25 = { reduce_pop = 0.25 } - 25 = { reduce_pop = 0.20 } - 25 = { reduce_pop = 0.30 } - 25 = { reduce_pop = 0.35 } - } - } - - any_pop = { - limit = { - is_primary_culture = yes - NOT = { has_pop_religion = animist } - } - random_list = { - 25 = { reduce_pop = 0.9 } - 25 = { reduce_pop = 0.85 } - 25 = { reduce_pop = 0.8 } - 25 = { reduce_pop = 0.8 } - } - } - - any_pop = { - limit = { has_pop_culture = yankee } - random_list = { - 25 = { reduce_pop = 1.25 } - 25 = { reduce_pop = 1.2 } - 25 = { reduce_pop = 1.3 } - 25 = { reduce_pop = 1.05 } - } - } - - add_country_modifier = { name = philantropic_work duration = 3650 } - } - + id = 44157 + title = "EVTNAME44157" + desc = "EVTDESC44157" + picture = "fort_honolulu" + + fire_only_once = yes + + trigger = { + tag = HAW + owns = 658 + exists = yes + literacy = 0.3 + year = 1855 + civilized = no + NOT = { year = 1900 } + } + + mean_time_to_happen = { + months = 24 + } + + + option = { + name = "EVT44157OPTA" + prestige = 5 + political_reform = free_press + political_reform = yes_meeting + political_reform = population_equal_weight + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + social_reform = all_voting_pops + government = hms_government + + 658 = { trade_goods = fruit } + any_pop = { + limit = { + is_primary_culture = yes + has_pop_religion = animist + } + random_list = { + 25 = { reduce_pop = 0.25 } + 25 = { reduce_pop = 0.20 } + 25 = { reduce_pop = 0.30 } + 25 = { reduce_pop = 0.35 } + } + } + + any_pop = { + limit = { + is_primary_culture = yes + NOT = { has_pop_religion = animist } + } + random_list = { + 25 = { reduce_pop = 0.9 } + 25 = { reduce_pop = 0.85 } + 25 = { reduce_pop = 0.8 } + 25 = { reduce_pop = 0.8 } + } + } + + any_pop = { + limit = { has_pop_culture = yankee } + random_list = { + 25 = { reduce_pop = 1.25 } + 25 = { reduce_pop = 1.2 } + 25 = { reduce_pop = 1.3 } + 25 = { reduce_pop = 1.05 } + } + } + + add_country_modifier = { name = philantropic_work duration = 3650 } + } + } diff --git a/HPM/events/Arabia.txt b/HPM/events/Arabia.txt index ac7754bf..cf4fee6c 100644 --- a/HPM/events/Arabia.txt +++ b/HPM/events/Arabia.txt @@ -1,1108 +1,1107 @@ ######################################################### -# # -# Arabia Events # -# # +# # +# Arabia Events # +# # ######################################################### country_event = { - id = 96100 - title = "EVTNAME96100" #The Arab Revolt - desc = "EVTDESC96100" - picture = "arab_revolt" - - trigger = { - civilized = yes - OR = { - revolution_n_counterrevolution = 1 - any_neighbor_country = { has_country_flag = arab_revolt } - } - year = 1900 - NOT = { - AND = { - has_country_modifier = ottomanism_reform - citizens_rights = all_voting_pops - } - is_culture_group = arab - is_culture_group = iranian_turanian - has_country_flag = arab_revolt - has_country_flag = arab_revolt_ended - has_country_flag = friend_of_the_arabs - } - any_owned_province = { - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.1 - has_global_flag = arab_revolt_has_begun - } - modifier = { - factor = 0.5 - any_neighbor_country = { has_country_flag = arab_revolt } - } - modifier = { - factor = 0.8 - invention = separatism - } - modifier = { - factor = 0.75 - citizenship_policy = residency - } - modifier = { - factor = 1.25 - citizenship_policy = limited_citizenship - } - modifier = { - factor = 1.5 - citizenship_policy = full_citizenship - } - modifier = { - factor = 0.9 - any_owned_province = { - OR = { - culture = mashriqi - culture = bedouin - culture = misri - } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - OR = { - culture = mashriqi - culture = bedouin - culture = misri - } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - OR = { - culture = mashriqi - culture = bedouin - culture = misri - } - average_militancy = 6 - } - } - } - - option = { - name = "EVT96100OPTA" - set_country_flag = arab_revolt - set_global_flag = arab_revolt_has_begun - random_owned = { - limit = { owner = { accepted_culture = mashriqi } } - owner = { remove_accepted_culture = mashriqi } - } - random_owned = { - limit = { owner = { accepted_culture = misri } } - owner = { remove_accepted_culture = misri } - } - random_owned = { - limit = { owner = { accepted_culture = bedouin } } - owner = { remove_accepted_culture = bedouin } - } - any_pop = { - limit = { - has_pop_culture = mashriqi - location = { - any_core = { primary_culture = mashriqi } - } - } - militancy = 10 - } - any_pop = { - limit = { - has_pop_culture = misri - location = { - any_core = { primary_culture = misri } - } - } - militancy = 10 - } - any_pop = { - limit = { - has_pop_culture = bedouin - location = { - any_core = { primary_culture = bedouin } - } - } - militancy = 10 - } - any_owned = { - limit = { - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - } - } - - option = { - name = "EVT96100OPTB" - set_country_flag = arab_revolt - set_global_flag = arab_revolt_has_begun - prestige = -10 - random_owned = { - limit = { owner = { accepted_culture = mashriqi } } - owner = { remove_accepted_culture = mashriqi } - } - random_owned = { - limit = { owner = { accepted_culture = misri } } - owner = { remove_accepted_culture = misri } - } - random_owned = { - limit = { owner = { accepted_culture = bedouin } } - owner = { remove_accepted_culture = bedouin } - } - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - country_event = 96101 - all_core = { remove_core = THIS } - } - any_pop = { - limit = { - has_pop_culture = mashriqi - location = { - any_core = { primary_culture = mashriqi } - } - } - militancy = 4 - } - any_pop = { - limit = { - has_pop_culture = misri - location = { - any_core = { primary_culture = misri } - } - } - militancy = 4 - } - any_pop = { - limit = { - has_pop_culture = bedouin - location = { - any_core = { primary_culture = bedouin } - } - } - militancy = 4 - } - any_owned = { - limit = { - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.25 - tag = TUR - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 0.25 - war_policy = jingoism - } - } - } + id = 96100 + title = "EVTNAME96100" #The Arab Revolt + desc = "EVTDESC96100" + picture = "arab_revolt" + + trigger = { + civilized = yes + OR = { + revolution_n_counterrevolution = 1 + any_neighbor_country = { has_country_flag = arab_revolt } + } + year = 1900 + NOT = { + AND = { + has_country_modifier = ottomanism_reform + citizens_rights = all_voting_pops + } + is_culture_group = arab + is_culture_group = iranian_turanian + has_country_flag = arab_revolt + has_country_flag = arab_revolt_ended + has_country_flag = friend_of_the_arabs + } + any_owned_province = { + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.1 + has_global_flag = arab_revolt_has_begun + } + modifier = { + factor = 0.5 + any_neighbor_country = { has_country_flag = arab_revolt } + } + modifier = { + factor = 0.8 + invention = separatism + } + modifier = { + factor = 0.75 + citizenship_policy = residency + } + modifier = { + factor = 1.25 + citizenship_policy = limited_citizenship + } + modifier = { + factor = 1.5 + citizenship_policy = full_citizenship + } + modifier = { + factor = 0.9 + any_owned_province = { + OR = { + culture = mashriqi + culture = bedouin + culture = misri + } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + OR = { + culture = mashriqi + culture = bedouin + culture = misri + } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + OR = { + culture = mashriqi + culture = bedouin + culture = misri + } + average_militancy = 6 + } + } + } + + option = { + name = "EVT96100OPTA" + set_country_flag = arab_revolt + set_global_flag = arab_revolt_has_begun + random_owned = { + limit = { owner = { accepted_culture = mashriqi } } + owner = { remove_accepted_culture = mashriqi } + } + random_owned = { + limit = { owner = { accepted_culture = misri } } + owner = { remove_accepted_culture = misri } + } + random_owned = { + limit = { owner = { accepted_culture = bedouin } } + owner = { remove_accepted_culture = bedouin } + } + any_pop = { + limit = { + has_pop_culture = mashriqi + location = { + any_core = { primary_culture = mashriqi } + } + } + militancy = 10 + } + any_pop = { + limit = { + has_pop_culture = misri + location = { + any_core = { primary_culture = misri } + } + } + militancy = 10 + } + any_pop = { + limit = { + has_pop_culture = bedouin + location = { + any_core = { primary_culture = bedouin } + } + } + militancy = 10 + } + any_owned = { + limit = { + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + } + } + + option = { + name = "EVT96100OPTB" + set_country_flag = arab_revolt + set_global_flag = arab_revolt_has_begun + prestige = -10 + random_owned = { + limit = { owner = { accepted_culture = mashriqi } } + owner = { remove_accepted_culture = mashriqi } + } + random_owned = { + limit = { owner = { accepted_culture = misri } } + owner = { remove_accepted_culture = misri } + } + random_owned = { + limit = { owner = { accepted_culture = bedouin } } + owner = { remove_accepted_culture = bedouin } + } + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + country_event = 96101 + all_core = { remove_core = THIS } + } + any_pop = { + limit = { + has_pop_culture = mashriqi + location = { + any_core = { primary_culture = mashriqi } + } + } + militancy = 4 + } + any_pop = { + limit = { + has_pop_culture = misri + location = { + any_core = { primary_culture = misri } + } + } + militancy = 4 + } + any_pop = { + limit = { + has_pop_culture = bedouin + location = { + any_core = { primary_culture = bedouin } + } + } + militancy = 4 + } + any_owned = { + limit = { + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.25 + tag = TUR + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 0.25 + war_policy = jingoism + } + } + } } country_event = { - id = 96101 - title = "EVTNAME96101" #Self-Rule Granted - desc = "EVTDESC96101" - picture = "arab_revolt" + id = 96101 + title = "EVTNAME96101" #Self-Rule Granted + desc = "EVTDESC96101" + picture = "arab_revolt" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT96101OPTA" - random_country = { - limit = { tag = FROM } - release_vassal = THIS - } - } + option = { + name = "EVT96101OPTA" + random_country = { + limit = { tag = FROM } + release_vassal = THIS + } + } } country_event = { - - id = 96102 - title = "EVTNAME96100" #Arab Revolt (for vassals) - desc = "EVTDESC96102" - picture = "arab_revolt" - - trigger = { - is_vassal = yes - is_culture_group = arab - NOT = { has_country_flag = arab_revolt } - any_neighbor_country = { - has_country_flag = arab_revolt - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT96102OPTA" - set_country_flag = arab_revolt - any_pop = { - limit = { is_culture_group = arab } - militancy = 6 - } - any_owned = { - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } + + id = 96102 + title = "EVTNAME96100" #Arab Revolt (for vassals) + desc = "EVTDESC96102" + picture = "arab_revolt" + + trigger = { + is_vassal = yes + is_culture_group = arab + NOT = { has_country_flag = arab_revolt } + any_neighbor_country = { + has_country_flag = arab_revolt + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT96102OPTA" + set_country_flag = arab_revolt + any_pop = { + limit = { is_culture_group = arab } + militancy = 6 + } + any_owned = { + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } } country_event = { - id = 96105 - title = "EVTNAME96105" #End of the Arab Revolt - desc = "EVTDESC96105" - picture = "arab_revolt" - - trigger = { - has_country_flag = arab_revolt - NOT = { - has_country_flag = arab_revolt_ended - is_vassal = yes - num_of_revolts = 1 - any_owned_province = { - has_province_modifier = nationalist_agitation - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - modifier = { - factor = 1.5 - citizens_rights = primary_culture_only - } - modifier = { - factor = 0.9 - citizens_rights = all_voting_pops - } - modifier = { - factor = 0.75 - invention = secret_police - } - modifier = { - factor = 0.9 - year = 1910 - } - modifier = { - factor = 0.9 - year = 1915 - } - modifier = { - factor = 0.8 - year = 1920 - } - modifier = { - factor = 0.5 - year = 1925 - } - } - - option = { - name = "EVT96105OPTA" - set_country_flag = arab_revolt_ended - any_pop = { - limit = { is_culture_group = arab } - militancy = -4 - consciousness = 4 - } - } + id = 96105 + title = "EVTNAME96105" #End of the Arab Revolt + desc = "EVTDESC96105" + picture = "arab_revolt" + + trigger = { + has_country_flag = arab_revolt + NOT = { + has_country_flag = arab_revolt_ended + is_vassal = yes + num_of_revolts = 1 + any_owned_province = { + has_province_modifier = nationalist_agitation + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + modifier = { + factor = 1.5 + citizens_rights = primary_culture_only + } + modifier = { + factor = 0.9 + citizens_rights = all_voting_pops + } + modifier = { + factor = 0.75 + invention = secret_police + } + modifier = { + factor = 0.9 + year = 1910 + } + modifier = { + factor = 0.9 + year = 1915 + } + modifier = { + factor = 0.8 + year = 1920 + } + modifier = { + factor = 0.5 + year = 1925 + } + } + + option = { + name = "EVT96105OPTA" + set_country_flag = arab_revolt_ended + any_pop = { + limit = { is_culture_group = arab } + militancy = -4 + consciousness = 4 + } + } } province_event = { - id = 96106 - title = "EVTNAME96106" #Arab Uprising in $PROVINCENAME$ - desc = "EVTDESC96106" - - trigger = { - owner = { - has_country_flag = arab_revolt - NOT = { has_country_flag = arab_revolt_ended } - NOT = { - is_culture_group = arab - is_culture_group = iranian_turanian - } - } - - controlled_by = THIS - NOT = { has_province_modifier = nationalist_agitation } - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - OR = { - culture = mashriqi - culture = bedouin - culture = misri - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.5 - any_neighbor_province = { has_province_modifier = nationalist_agitation } - } - modifier = { - factor = 2 - NOT = { culture = mashriqi } - } - modifier = { - factor = 0.75 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.25 - owner = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 1.25 - owner = { invention = secret_police } - } - } - - option = { - name = "EVT96106OPTA" - owner = { prestige = -3 } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { is_culture_group = arab } - militancy = 6 - } - } - - option = { - name = "EVT96106OPTB" - state_scope = { - any_pop = { - limit = { is_culture_group = arab } - militancy = 4 - } - any_owned = { - limit = { - any_core = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 720 - } - } - } - } + id = 96106 + title = "EVTNAME96106" #Arab Uprising in $PROVINCENAME$ + desc = "EVTDESC96106" + + trigger = { + owner = { + has_country_flag = arab_revolt + NOT = { has_country_flag = arab_revolt_ended } + NOT = { + is_culture_group = arab + is_culture_group = iranian_turanian + } + } + + controlled_by = THIS + NOT = { has_province_modifier = nationalist_agitation } + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + OR = { + culture = mashriqi + culture = bedouin + culture = misri + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.5 + any_neighbor_province = { has_province_modifier = nationalist_agitation } + } + modifier = { + factor = 2 + NOT = { culture = mashriqi } + } + modifier = { + factor = 0.75 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.25 + owner = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 1.25 + owner = { invention = secret_police } + } + } + + option = { + name = "EVT96106OPTA" + owner = { prestige = -3 } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { is_culture_group = arab } + militancy = 6 + } + } + + option = { + name = "EVT96106OPTB" + state_scope = { + any_pop = { + limit = { is_culture_group = arab } + militancy = 4 + } + any_owned = { + limit = { + any_core = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 720 + } + } + } + } } country_event = { - id = 96110 - title = "EVTNAME96110" #The House of Saud Returns - desc = "EVTDESC96110" - news = yes - news_desc_long = "EVTDESC96110_NEWS_LONG" - news_desc_medium = "EVTDESC96110_NEWS_MEDIUM" - news_desc_short = "EVTDESC96110_NEWS_SHORT" - picture = "arab_revolt" - fire_only_once = yes - trigger = { - OR = { - tag = HAL - tag = HDJ - } - 1157 = { - owned_by = THIS - NOT = { units_in_province = 1 } - } - owns = 1159 - NOT = { exists = ARA } - has_global_flag = house_of_saud_exiled - has_global_flag = arab_revolt_has_begun - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.25 - war = yes - } - } - - option = { - name = "EVT96110OPTA" - clr_global_flag = house_of_saud_exiled - set_global_flag = house_of_saud_returned - NEJ_1157 = { add_core = NEJ } #Riyadh - NEJ_1156 = { add_core = NEJ } #Kaf - 1157 = { secede_province = NEJ } - random_owned = { - limit = { province_id = 1164 } - secede_province = NEJ - } - random_country = { - limit = { - is_greater_power = yes - OR = { - war_with = THIS - truce_with = THIS - NOT = { - relation = { - who = THIS - value = -100 - } - } - } - } - diplomatic_influence = { - who = NEJ - value = 100 - } - } - } + id = 96110 + title = "EVTNAME96110" #The House of Saud Returns + desc = "EVTDESC96110" + news = yes + news_desc_long = "EVTDESC96110_NEWS_LONG" + news_desc_medium = "EVTDESC96110_NEWS_MEDIUM" + news_desc_short = "EVTDESC96110_NEWS_SHORT" + picture = "arab_revolt" + fire_only_once = yes + trigger = { + OR = { + tag = HAL + tag = HDJ + } + 1157 = { + owned_by = THIS + NOT = { units_in_province = 1 } + } + owns = 1159 + NOT = { exists = ARA } + has_global_flag = house_of_saud_exiled + has_global_flag = arab_revolt_has_begun + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.25 + war = yes + } + } + + option = { + name = "EVT96110OPTA" + clr_global_flag = house_of_saud_exiled + set_global_flag = house_of_saud_returned + NEJ_1157 = { add_core = NEJ } #Riyadh + NEJ_1156 = { add_core = NEJ } #Kaf + 1157 = { secede_province = NEJ } + random_owned = { + limit = { province_id = 1164 } + secede_province = NEJ + } + random_country = { + limit = { + is_greater_power = yes + OR = { + war_with = THIS + truce_with = THIS + NOT = { + relation = { + who = THIS + value = -100 + } + } + } + } + diplomatic_influence = { + who = NEJ + value = 100 + } + } + } } country_event = { - id = 96115 - title = "EVTNAME96115" #The Rule of Hedjaz - desc = "EVTDESC96115" - picture = "administration" - fire_only_once = yes - trigger = { - tag = HDJ - vassal_of = EGY - in_sphere = TUR - TUR = { war_with = EGY } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT96115OPTA" - leave_alliance = EGY - EGY = { - relation = { - who = THIS - value = -50 - } - country_event = 800055 - } - TUR = { - relation = { - who = THIS - value = 50 - } - create_vassal = THIS - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - 910 = { NOT = { is_core = TUR } } - } - modifier = { - factor = 1.5 - any_owned_province = { - any_neighbor_province = { - NOT = { province_id = 1155 } - controlled_by = TUR - } - } - } - } - } - - option = { - name = "EVT96115OPTB" - leave_alliance = TUR - TUR = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - } - any_owned = { add_core = TUR } - EGY = { - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - any_owned_province = { - any_neighbor_province = { - NOT = { province_id = 1155 } - controlled_by = TUR - } - } - } - } - } + id = 96115 + title = "EVTNAME96115" #The Rule of Hedjaz + desc = "EVTDESC96115" + picture = "administration" + fire_only_once = yes + trigger = { + tag = HDJ + vassal_of = EGY + in_sphere = TUR + TUR = { war_with = EGY } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT96115OPTA" + leave_alliance = EGY + EGY = { + relation = { + who = THIS + value = -50 + } + country_event = 800055 + } + TUR = { + relation = { + who = THIS + value = 50 + } + create_vassal = THIS + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + 910 = { NOT = { is_core = TUR } } + } + modifier = { + factor = 1.5 + any_owned_province = { + any_neighbor_province = { + NOT = { province_id = 1155 } + controlled_by = TUR + } + } + } + } + } + + option = { + name = "EVT96115OPTB" + leave_alliance = TUR + TUR = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + } + any_owned = { add_core = TUR } + EGY = { + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + any_owned_province = { + any_neighbor_province = { + NOT = { province_id = 1155 } + controlled_by = TUR + } + } + } + } + } } country_event = { - id = 96120 - title = "EVTNAME96120" #The House of Rashid - desc = "EVTDESC96120" - news = yes - news_title = "EVTNAME96120_NEWS_TITLE" - news_desc_long = "EVTDESC96120_NEWS_LONG" - news_desc_medium = "EVTDESC96120_NEWS_MEDIUM" - news_desc_short = "EVTDESC96120_NEWS_SHORT" - picture = "arab_revolt" - - trigger = { - war = no - is_vassal = no - tag = NEJ - any_owned_province = { country_units_in_province = NEJ } - HAL = { - exists = yes - is_vassal = no - } - NOT = { - truce_with = HAL - any_greater_power = { is_sphere_leader_of = HAL war = no } - } - OR = { - post_napoleonic_thought = 1 - civilization_progress = 0.5 - year = 1850 - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - HAL = { war = yes } - } - modifier = { - factor = 0.5 - year = 1860 - } - modifier = { - factor = 1.5 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - NOT = { total_amount_of_divisions = 4 } - } - } - - option = { - name = "EVT96120OPTA" - HAL = { - leave_alliance = THIS - relation = { who = THIS value = -50 } - } - war = { - target = HAL - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - call_ally = yes - } - } + id = 96120 + title = "EVTNAME96120" #The House of Rashid + desc = "EVTDESC96120" + news = yes + news_title = "EVTNAME96120_NEWS_TITLE" + news_desc_long = "EVTDESC96120_NEWS_LONG" + news_desc_medium = "EVTDESC96120_NEWS_MEDIUM" + news_desc_short = "EVTDESC96120_NEWS_SHORT" + picture = "arab_revolt" + + trigger = { + war = no + is_vassal = no + tag = NEJ + any_owned_province = { country_units_in_province = NEJ } + HAL = { + exists = yes + is_vassal = no + } + NOT = { + truce_with = HAL + any_greater_power = { is_sphere_leader_of = HAL war = no } + } + OR = { + post_napoleonic_thought = 1 + civilization_progress = 0.5 + year = 1850 + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + HAL = { war = yes } + } + modifier = { + factor = 0.5 + year = 1860 + } + modifier = { + factor = 1.5 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + NOT = { total_amount_of_divisions = 4 } + } + } + + option = { + name = "EVT96120OPTA" + HAL = { + leave_alliance = THIS + relation = { who = THIS value = -50 } + } + war = { + target = HAL + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + call_ally = yes + } + } } country_event = { - id = 96121 - title = "EVTNAME96121" #The House of Saud - desc = "EVTDESC96121" - news = yes - news_title = "EVTNAME96120_NEWS_TITLE" - news_desc_long = "EVTDESC96121_NEWS_LONG" - news_desc_medium = "EVTDESC96121_NEWS_MEDIUM" - news_desc_short = "EVTDESC96121_NEWS_SHORT" - picture = "arab_revolt" - - trigger = { - war = no - tag = HAL - is_vassal = no - any_owned_province = { country_units_in_province = HAL } - NEJ = { - exists = yes - is_vassal = no - } - NOT = { - truce_with = NEJ - any_greater_power = { - is_sphere_leader_of = NEJ - war = no - } - } - OR = { - civilization_progress = 0.5 - post_napoleonic_thought = 1 - year = 1850 - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - NEJ = { war = yes } - } - modifier = { - factor = 0.5 - year = 1860 - } - modifier = { - factor = 1.5 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - NOT = { total_amount_of_divisions = 4 } - } - } - - option = { - name = "EVT96121OPTA" - NEJ = { - leave_alliance = THIS - relation = { who = THIS value = -50 } - } - war = { - target = NEJ - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - call_ally = yes - } - } + id = 96121 + title = "EVTNAME96121" #The House of Saud + desc = "EVTDESC96121" + news = yes + news_title = "EVTNAME96120_NEWS_TITLE" + news_desc_long = "EVTDESC96121_NEWS_LONG" + news_desc_medium = "EVTDESC96121_NEWS_MEDIUM" + news_desc_short = "EVTDESC96121_NEWS_SHORT" + picture = "arab_revolt" + + trigger = { + war = no + tag = HAL + is_vassal = no + any_owned_province = { country_units_in_province = HAL } + NEJ = { + exists = yes + is_vassal = no + } + NOT = { + truce_with = NEJ + any_greater_power = { + is_sphere_leader_of = NEJ + war = no + } + } + OR = { + civilization_progress = 0.5 + post_napoleonic_thought = 1 + year = 1850 + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + NEJ = { war = yes } + } + modifier = { + factor = 0.5 + year = 1860 + } + modifier = { + factor = 1.5 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + NOT = { total_amount_of_divisions = 4 } + } + } + + option = { + name = "EVT96121OPTA" + NEJ = { + leave_alliance = THIS + relation = { who = THIS value = -50 } + } + war = { + target = NEJ + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + call_ally = yes + } + } } #Arab Union country_event = { - id = 98725 - title = "EVTNAME98725" #The Call for Arab Unity - desc = "EVTDESC98725" - picture = "arab_revolt" - - is_triggered_only = yes - - option = { - name = "EVT98725OPTA" - any_country = { - limit = { - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - NOT = { tag = THIS } - } - all_core = { - limit = { NOT = { is_core = ZAN } } - add_core = ARU - } - } - any_country = { - limit = { - NOT = { is_culture_group = arab } - any_owned_province = { is_core = THIS } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - casus_belli = { - target = THIS - type = free_peoples - months = 60 - } - casus_belli = { - target = THIS - type = humiliate - months = 60 - } - any_owned = { - limit = { is_core = THIS } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { is_culture_group = arab } - militancy = 5 - } - } - } - PER_1132 = { remove_core = ARU } - any_country = { - limit = { - exists = yes - ai = yes - OR = { - primary_culture = mashriqi - primary_culture = bedouin - primary_culture = misri - } - OR = { - in_sphere = THIS - vassal_of = THIS - AND = { - is_vassal = no - part_of_sphere = no - relation = { who = THIS value = 100 } - } - } - } - country_event = 98650 - } - } + id = 98725 + title = "EVTNAME98725" #The Call for Arab Unity + desc = "EVTDESC98725" + picture = "arab_revolt" + + is_triggered_only = yes + + option = { + name = "EVT98725OPTA" + any_country = { + limit = { + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + NOT = { tag = THIS } + } + all_core = { + limit = { NOT = { is_core = ZAN } } + add_core = ARU + } + } + any_country = { + limit = { + NOT = { is_culture_group = arab } + any_owned_province = { is_core = THIS } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + casus_belli = { + target = THIS + type = free_peoples + months = 60 + } + casus_belli = { + target = THIS + type = humiliate + months = 60 + } + any_owned = { + limit = { is_core = THIS } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { is_culture_group = arab } + militancy = 5 + } + } + } + PER_1132 = { remove_core = ARU } + any_country = { + limit = { + exists = yes + ai = yes + OR = { + primary_culture = mashriqi + primary_culture = bedouin + primary_culture = misri + } + OR = { + in_sphere = THIS + vassal_of = THIS + AND = { + is_vassal = no + part_of_sphere = no + relation = { who = THIS value = 100 } + } + } + } + country_event = 98650 + } + } } #Kuwait asks for protection country_event = { - id = 96122 - title = "EVTNAME96122" - desc = "EVTDESC96122" - picture = "arab_revolt" - - trigger = { - war = no - tag = KWT - exists = yes - year = 1880 - has_global_flag = berlin_conference - OR = { - overlord = { - OR = { - tag = TUR - tag = EGY - } - OR = { - relation = { who = RUS value = 25 } - alliance_with = RUS - in_sphere = RUS - RUS = { owns = 1096 } - RUS = { owns = 1121 } - } - } - any_neighbor_country = { - owns = 932 - owns = 926 - OR = { - tag = TUR - tag = EGY - } - OR = { - relation = { who = RUS value = 25 } - alliance_with = RUS - in_sphere = RUS - RUS = { owns = 1096 } - RUS = { owns = 1121 } - } - } - } - any_greater_power = { - NOT = { tag = RUS } - owns = 1251 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - any_neighbor_country = { - OR = { - tag = TUR - tag = EGY - } - in_sphere = RUS - } - } - modifier = { - factor = 0.5 - any_neighbor_country = { - OR = { - tag = TUR - tag = EGY - } - relation = { who = RUS value = 100 } - } - } - modifier = { - factor = 0.5 - any_neighbor_country = { - OR = { - tag = TUR - tag = EGY - } - alliance_with = RUS - } - } - modifier = { - factor = 0.5 - year = 1885 - } - modifier = { - factor = 4 - 1163 = { owner = { civilized = no } } - } - modifier = { - factor = 0.25 - year = 1888 - } - } - - option = { - name = "EVT96122OPTA" #Ask the british/GPs to protect us - random_country = { - limit = { - NOT = { tag = RUS } - is_greater_power = yes - owns = 1251 - } - country_event = 96123 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT96122OPTB" #We don't need protection. - ai_chance = { - factor = 0 - } - } + id = 96122 + title = "EVTNAME96122" + desc = "EVTDESC96122" + picture = "arab_revolt" + + trigger = { + war = no + tag = KWT + exists = yes + year = 1880 + has_global_flag = berlin_conference + OR = { + overlord = { + OR = { + tag = TUR + tag = EGY + } + OR = { + relation = { who = RUS value = 25 } + alliance_with = RUS + in_sphere = RUS + RUS = { owns = 1096 } + RUS = { owns = 1121 } + } + } + any_neighbor_country = { + owns = 932 + owns = 926 + OR = { + tag = TUR + tag = EGY + } + OR = { + relation = { who = RUS value = 25 } + alliance_with = RUS + in_sphere = RUS + RUS = { owns = 1096 } + RUS = { owns = 1121 } + } + } + } + any_greater_power = { + NOT = { tag = RUS } + owns = 1251 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + any_neighbor_country = { + OR = { + tag = TUR + tag = EGY + } + in_sphere = RUS + } + } + modifier = { + factor = 0.5 + any_neighbor_country = { + OR = { + tag = TUR + tag = EGY + } + relation = { who = RUS value = 100 } + } + } + modifier = { + factor = 0.5 + any_neighbor_country = { + OR = { + tag = TUR + tag = EGY + } + alliance_with = RUS + } + } + modifier = { + factor = 0.5 + year = 1885 + } + modifier = { + factor = 4 + 1163 = { owner = { civilized = no } } + } + modifier = { + factor = 0.25 + year = 1888 + } + } + + option = { + name = "EVT96122OPTA" #Ask the british/GPs to protect us + random_country = { + limit = { + NOT = { tag = RUS } + is_greater_power = yes + owns = 1251 + } + country_event = 96123 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT96122OPTB" #We don't need protection. + ai_chance = { + factor = 0 + } + } } #Kuwait asks for protection - to GP country_event = { - id = 96123 - title = "EVTNAME96123" - desc = "EVTDESC96123" - picture = "mubarak_al_sabah" - - is_triggered_only = yes - - option = { - name = "EVT961223PTA" #Integrate Kuwait - random_country = { - limit = { - tag = KWT - exists = yes - is_vassal = yes - } - overlord = { release_vassal = KWT } - } - - random_country = { - limit = { - exists = yes - OR = { - tag = TUR - tag = EGY - } - neighbour = KWT - } - country_event = 96124 - } - - inherit = KWT - - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT96123OPTB" #We don't wish to get involved - prestige = -10 - ai_chance = { - factor = 5 - modifier = { - factor = 0 - NOT = { relation = { who = TUR value = 0 } } - } - modifier = { - factor = 2 - relation = { who = TUR value = 150 } - } - modifier = { - factor = 2 - alliance_with = TUR - } - } - } + id = 96123 + title = "EVTNAME96123" + desc = "EVTDESC96123" + picture = "mubarak_al_sabah" + + is_triggered_only = yes + + option = { + name = "EVT961223PTA" #Integrate Kuwait + random_country = { + limit = { + tag = KWT + exists = yes + is_vassal = yes + } + overlord = { release_vassal = KWT } + } + + random_country = { + limit = { + exists = yes + OR = { + tag = TUR + tag = EGY + } + neighbour = KWT + } + country_event = 96124 + } + + inherit = KWT + + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT96123OPTB" #We don't wish to get involved + prestige = -10 + ai_chance = { + factor = 5 + modifier = { + factor = 0 + NOT = { relation = { who = TUR value = 0 } } + } + modifier = { + factor = 2 + relation = { who = TUR value = 150 } + } + modifier = { + factor = 2 + alliance_with = TUR + } + } + } } #Ottomans informed that Kuwait defected country_event = { - id = 96124 - title = "EVTNAME96124" - desc = "EVTDESC96124" - picture = "mubarak_al_sabah" - - is_triggered_only = yes - - option = { - name = "EVT961224PTA" - relation = { who = FROM value = -50 } - random_owned = { - limit = { - province_id = 932 - is_core = THIS - } - 935 = { add_core = THIS } - } - } -} + id = 96124 + title = "EVTNAME96124" + desc = "EVTDESC96124" + picture = "mubarak_al_sabah" + is_triggered_only = yes + + option = { + name = "EVT961224PTA" + relation = { who = FROM value = -50 } + random_owned = { + limit = { + province_id = 932 + is_core = THIS + } + 935 = { add_core = THIS } + } + } +} diff --git a/HPM/events/BADFlavor.txt b/HPM/events/BADFlavor.txt index 12d09d30..c45a4250 100644 --- a/HPM/events/BADFlavor.txt +++ b/HPM/events/BADFlavor.txt @@ -1,100 +1,100 @@ country_event = { - id = 33300 - news = yes - news_desc_long = "EVTDESC33300_NEWS_LONG" - news_desc_medium = "EVTDESC33300_NEWS_MEDIUM" - news_desc_short = "EVTDESC33300_NEWS_SHORT" - - trigger = { - tag = BAD - year = 1846 - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1847 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME33300" - desc = "EVTDESC33300" - picture = "theatre" - - option = { - name = "EVTOPTA33300" - prestige = -5 - treasury = -100 - } + id = 33300 + news = yes + news_desc_long = "EVTDESC33300_NEWS_LONG" + news_desc_medium = "EVTDESC33300_NEWS_MEDIUM" + news_desc_short = "EVTDESC33300_NEWS_SHORT" + + trigger = { + tag = BAD + year = 1846 + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1847 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME33300" + desc = "EVTDESC33300" + picture = "theatre" + + option = { + name = "EVTOPTA33300" + prestige = -5 + treasury = -100 + } } country_event = { - id = 33301 - - trigger = { - tag = BAD - year = 1838 - war = no - has_global_flag = MozartFest1838 - NOT = { - has_country_flag = MozartFest1838 - year = 1841 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME34100" - desc = "EVTDESC34100" - picture = "Mozart" - - option = { - name = "EVTOPTA34100" - set_country_flag = MozartFest1838 - plurality = 2 - farmers = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - labourers = { - consciousness = 1 - } - } -} \ No newline at end of file + id = 33301 + + trigger = { + tag = BAD + year = 1838 + war = no + has_global_flag = MozartFest1838 + NOT = { + has_country_flag = MozartFest1838 + year = 1841 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME34100" + desc = "EVTDESC34100" + picture = "Mozart" + + option = { + name = "EVTOPTA34100" + set_country_flag = MozartFest1838 + plurality = 2 + farmers = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + labourers = { + consciousness = 1 + } + } +} diff --git a/HPM/events/BAYFlavor.txt b/HPM/events/BAYFlavor.txt index 26f87c35..4dd8e914 100644 --- a/HPM/events/BAYFlavor.txt +++ b/HPM/events/BAYFlavor.txt @@ -1,249 +1,249 @@ country_event = { - id = 33400 - news = yes - news_desc_long = "EVTDESC33400_NEWS_LONG" - news_desc_medium = "EVTDESC33400_NEWS_MEDIUM" - news_desc_short = "EVTDESC33400_NEWS_SHORT" - - trigger = { - tag = BAV - year = 1841 - classicism_n_early_romanticism = 1 #has the romanticism tech - NOT = { - year = 1844 - has_country_flag = Walhalla - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1842 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1843 - } - } - - title = "EVTNAME33400" - desc = "EVTDESC33400" - picture = "Walhalla" - - option = { - name = "EVTOPTA33400" - prestige = 5 - set_country_flag = Walhalla - } + id = 33400 + news = yes + news_desc_long = "EVTDESC33400_NEWS_LONG" + news_desc_medium = "EVTDESC33400_NEWS_MEDIUM" + news_desc_short = "EVTDESC33400_NEWS_SHORT" + + trigger = { + tag = BAV + year = 1841 + classicism_n_early_romanticism = 1 #has the romanticism tech + NOT = { + year = 1844 + has_country_flag = Walhalla + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1842 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1843 + } + } + + title = "EVTNAME33400" + desc = "EVTDESC33400" + picture = "Walhalla" + + option = { + name = "EVTOPTA33400" + prestige = 5 + set_country_flag = Walhalla + } } country_event = { - id = 33401 - news = yes - news_desc_long = "EVTDESC33401_NEWS_LONG" - news_desc_medium = "EVTDESC33401_NEWS_MEDIUM" - news_desc_short = "EVTDESC33401_NEWS_SHORT" - - trigger = { - tag = BAV - year = 1846 - government = absolute_monarchy - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME33401" - desc = "EVTDESC33401" - picture = "Lola" - - option = { - name = "EVTOPTA33401" - prestige = -10 - any_pop = { - consciousness = 1 - scaled_militancy = { - factor = 2 - ideology = liberal - } - scaled_militancy = { - factor = 2 - ideology = anarcho_liberal - } - } - } + id = 33401 + news = yes + news_desc_long = "EVTDESC33401_NEWS_LONG" + news_desc_medium = "EVTDESC33401_NEWS_MEDIUM" + news_desc_short = "EVTDESC33401_NEWS_SHORT" + + trigger = { + tag = BAV + year = 1846 + government = absolute_monarchy + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME33401" + desc = "EVTDESC33401" + picture = "Lola" + + option = { + name = "EVTOPTA33401" + prestige = -10 + any_pop = { + consciousness = 1 + scaled_militancy = { + factor = 2 + ideology = liberal + } + scaled_militancy = { + factor = 2 + ideology = anarcho_liberal + } + } + } } country_event = { - id = 33402 - news = yes - news_desc_long = "EVTDESC33402_NEWS_LONG" - news_desc_medium = "EVTDESC33402_NEWS_MEDIUM" - news_desc_short = "EVTDESC33402_NEWS_SHORT" - - trigger = { - tag = BAV - year = 1852 - realism = 1 #has the realism tech - OR = { - government = absolute_monarchy - government = hms_government - } - NOT = { - year = 1855 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1853 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1854 - } - } - - title = "EVTNAME33402" - desc = "EVTDESC33402" - picture = "Bayern" - - option = { - name = "EVTOPTA33402" - prestige = 5 - treasury = -500 - } + id = 33402 + news = yes + news_desc_long = "EVTDESC33402_NEWS_LONG" + news_desc_medium = "EVTDESC33402_NEWS_MEDIUM" + news_desc_short = "EVTDESC33402_NEWS_SHORT" + + trigger = { + tag = BAV + year = 1852 + realism = 1 #has the realism tech + OR = { + government = absolute_monarchy + government = hms_government + } + NOT = { + year = 1855 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1853 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1854 + } + } + + title = "EVTNAME33402" + desc = "EVTDESC33402" + picture = "Bayern" + + option = { + name = "EVTOPTA33402" + prestige = 5 + treasury = -500 + } } country_event = { - id = 33404 - - trigger = { - tag = BAV - year = 1838 - war = no - has_global_flag = MozartFest1838 - NOT = { - has_country_flag = MozartFest1838 - year = 1841 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME34100" - desc = "EVTDESC34100" - picture = "Mozart" - - option = { - name = "EVTOPTA34100" - set_country_flag = MozartFest1838 - plurality = 1 - farmers = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - labourers = { - consciousness = 1 - } - } + id = 33404 + + trigger = { + tag = BAV + year = 1838 + war = no + has_global_flag = MozartFest1838 + NOT = { + has_country_flag = MozartFest1838 + year = 1841 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME34100" + desc = "EVTDESC34100" + picture = "Mozart" + + option = { + name = "EVTOPTA34100" + set_country_flag = MozartFest1838 + plurality = 1 + farmers = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + labourers = { + consciousness = 1 + } + } } # Wagner country_event = { - id = 33403 #parallel event is GER 33003 - news = yes - news_desc_long = "EVTDESC33403_NEWS_LONG" - news_desc_medium = "EVTDESC33403_NEWS_MEDIUM" - news_desc_short = "EVTDESC33403_NEWS_SHORT" - - trigger = { - tag = BAV - year = 1875 - nationalism_n_imperialism = 1 #has the nationalism tech - has_country_flag = swan_king - owns = 598 #Bayreuth - NOT = { - year = 1885 - has_global_flag = RichardWagner - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1876 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1877 - } - } - - title = "EVTNAME33403" - desc = "EVTDESC33403" - picture = "wagner" - - option = { - name = "EVTOPTA33403" - prestige = 5 - treasury = -200 - set_global_flag = RichardWagner - } + id = 33403 #parallel event is GER 33003 + news = yes + news_desc_long = "EVTDESC33403_NEWS_LONG" + news_desc_medium = "EVTDESC33403_NEWS_MEDIUM" + news_desc_short = "EVTDESC33403_NEWS_SHORT" + + trigger = { + tag = BAV + year = 1875 + nationalism_n_imperialism = 1 #has the nationalism tech + has_country_flag = swan_king + owns = 598 #Bayreuth + NOT = { + year = 1885 + has_global_flag = RichardWagner + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1876 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1877 + } + } + + title = "EVTNAME33403" + desc = "EVTDESC33403" + picture = "wagner" + + option = { + name = "EVTOPTA33403" + prestige = 5 + treasury = -200 + set_global_flag = RichardWagner + } } diff --git a/HPM/events/BELFlavor.txt b/HPM/events/BELFlavor.txt index fade2b1d..809a260b 100644 --- a/HPM/events/BELFlavor.txt +++ b/HPM/events/BELFlavor.txt @@ -1,717 +1,717 @@ country_event = { - id = 36700 - news = yes - news_title = "EVTNAME36700_NEWS_TITLE" - news_desc_long = "EVTDESC36700_NEWS_LONG" - news_desc_medium = "EVTDESC36700_NEWS_MEDIUM" - news_desc_short = "EVTDESC36700_NEWS_SHORT" - - trigger = { - tag = BEL - year = 1837 - NOT = { year = 1840 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME36700" - desc = "EVTDESC36700" - picture = "lion" - - option = { - name = "EVTOPTA36700" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = flemish - } - consciousness = 2 - } - } + id = 36700 + news = yes + news_title = "EVTNAME36700_NEWS_TITLE" + news_desc_long = "EVTDESC36700_NEWS_LONG" + news_desc_medium = "EVTDESC36700_NEWS_MEDIUM" + news_desc_short = "EVTDESC36700_NEWS_SHORT" + + trigger = { + tag = BEL + year = 1837 + NOT = { year = 1840 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME36700" + desc = "EVTDESC36700" + picture = "lion" + + option = { + name = "EVTOPTA36700" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = flemish + } + consciousness = 2 + } + } } country_event = { - id = 36701 - news = yes - news_desc_long = "EVTDESC36701_NEWS_LONG" - news_desc_medium = "EVTDESC36701_NEWS_MEDIUM" - news_desc_short = "EVTDESC36701_NEWS_SHORT" - - trigger = { - tag = BEL - year = 1846 - NOT = { primary_culture = flemish } - NOT = { year = 1850 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME36701" - desc = "EVTDESC36701" - picture = "Administration" - - option = { - name = "EVTOPTA36701" - any_pop = { - limit = { - has_pop_culture = flemish - } - consciousness = 3 - militancy = 1 - } - } + id = 36701 + news = yes + news_desc_long = "EVTDESC36701_NEWS_LONG" + news_desc_medium = "EVTDESC36701_NEWS_MEDIUM" + news_desc_short = "EVTDESC36701_NEWS_SHORT" + + trigger = { + tag = BEL + year = 1846 + NOT = { primary_culture = flemish } + NOT = { year = 1850 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME36701" + desc = "EVTDESC36701" + picture = "Administration" + + option = { + name = "EVTOPTA36701" + any_pop = { + limit = { + has_pop_culture = flemish + } + consciousness = 3 + militancy = 1 + } + } } country_event = { - id = 36704 - news = yes - news_desc_long = "EVTDESC36704_NEWS_LONG" - news_desc_medium = "EVTDESC36704_NEWS_MEDIUM" - news_desc_short = "EVTDESC36704_NEWS_SHORT" - - trigger = { - tag = BEL - year = 1845 - NOT = { - year = 1848 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME36704" - desc = "EVTDESC36704" - picture = "sax" - - - option = { - name = "EVTOPTA36704" - prestige = 2 - } + id = 36704 + news = yes + news_desc_long = "EVTDESC36704_NEWS_LONG" + news_desc_medium = "EVTDESC36704_NEWS_MEDIUM" + news_desc_short = "EVTDESC36704_NEWS_SHORT" + + trigger = { + tag = BEL + year = 1845 + NOT = { + year = 1848 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME36704" + desc = "EVTDESC36704" + picture = "sax" + + + option = { + name = "EVTOPTA36704" + prestige = 2 + } } country_event = { - id = 36705 - news = yes - news_desc_long = "EVTDESC36705_NEWS_LONG" - news_desc_medium = "EVTDESC36705_NEWS_MEDIUM" - news_desc_short = "EVTDESC36705_NEWS_SHORT" - - trigger = { - tag = BEL - year = 1861 - NOT = { - year = 1864 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1862 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1863 - } - } - - title = "EVTNAME36705" - desc = "EVTDESC36705" - picture = "Solvay" - - option = { - name = "EVTOPTA36705" - prestige = 5 - years_of_research = 0.4 - } + id = 36705 + news = yes + news_desc_long = "EVTDESC36705_NEWS_LONG" + news_desc_medium = "EVTDESC36705_NEWS_MEDIUM" + news_desc_short = "EVTDESC36705_NEWS_SHORT" + + trigger = { + tag = BEL + year = 1861 + NOT = { + year = 1864 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1862 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1863 + } + } + + title = "EVTNAME36705" + desc = "EVTDESC36705" + picture = "Solvay" + + option = { + name = "EVTOPTA36705" + prestige = 5 + years_of_research = 0.4 + } } country_event = { - id = 36706 - news = yes - news_desc_long = "EVTDESC36706_NEWS_LONG" - news_desc_medium = "EVTDESC36706_NEWS_MEDIUM" - news_desc_short = "EVTDESC36706_NEWS_SHORT" - - trigger = { - tag = BEL - year = 1861 - NOT = { - year = 1864 - has_global_flag = FatherDamien #global flag to set event for Hawaii - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1862 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1863 - } - } - - title = "EVTNAME36706" - desc = "EVTDESC36706" - picture = "leper" - - option = { - name = "EVTOPTA36706" - set_global_flag = FatherDamien - prestige = 2 - } + id = 36706 + news = yes + news_desc_long = "EVTDESC36706_NEWS_LONG" + news_desc_medium = "EVTDESC36706_NEWS_MEDIUM" + news_desc_short = "EVTDESC36706_NEWS_SHORT" + + trigger = { + tag = BEL + year = 1861 + NOT = { + year = 1864 + has_global_flag = FatherDamien #global flag to set event for Hawaii + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1862 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1863 + } + } + + title = "EVTNAME36706" + desc = "EVTDESC36706" + picture = "leper" + + option = { + name = "EVTOPTA36706" + set_global_flag = FatherDamien + prestige = 2 + } } ######################################################### -# # -# Treaty of London Events # -# # +# # +# Treaty of London Events # +# # ######################################################### country_event = { - id = 36709 - title = "EVTNAME36710" #The Treaty of London - desc = "EVTDESC36709" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT36709OPTA" - badboy = -4 - BEL = { country_event = 36710 } - relation = { who = ENG value = 150 } - relation = { who = FRA value = 150 } - any_greater_power = { - limit = { - capital_scope = { continent = europe } - NOT = { tag = ENG } - NOT = { tag = FRA } - NOT = { tag = BEL } - NOT = { tag = THIS } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT36709OPTB" - badboy = 2 - ENG = { - diplomatic_influence = { who = THIS value = -100 } - relation = { who = THIS value = -100 } - } - any_greater_power = { - limit = { - capital_scope = { continent = europe } - NOT = { tag = BEL } - NOT = { tag = THIS } - } - casus_belli = { - target = THIS - type = free_peoples - months = 120 - } - casus_belli = { - target = THIS - type = free_allied_cores - months = 120 - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 120 - } - } - ai_chance = { - factor = 0.05 - modifier = { - factor = 0 - is_secondary_power = no - } - } - } + id = 36709 + title = "EVTNAME36710" #The Treaty of London + desc = "EVTDESC36709" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT36709OPTA" + badboy = -4 + BEL = { country_event = 36710 } + relation = { who = ENG value = 150 } + relation = { who = FRA value = 150 } + any_greater_power = { + limit = { + capital_scope = { continent = europe } + NOT = { tag = ENG } + NOT = { tag = FRA } + NOT = { tag = BEL } + NOT = { tag = THIS } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT36709OPTB" + badboy = 2 + ENG = { + diplomatic_influence = { who = THIS value = -100 } + relation = { who = THIS value = -100 } + } + any_greater_power = { + limit = { + capital_scope = { continent = europe } + NOT = { tag = BEL } + NOT = { tag = THIS } + } + casus_belli = { + target = THIS + type = free_peoples + months = 120 + } + casus_belli = { + target = THIS + type = free_allied_cores + months = 120 + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 120 + } + } + ai_chance = { + factor = 0.05 + modifier = { + factor = 0 + is_secondary_power = no + } + } + } } country_event = { - id = 36710 - title = "EVTNAME36710" #The Treaty of London - desc = "EVTDESC36710" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT36710OPTA" - badboy = -2 - prestige = -20 - relation = { who = ENG value = 50 } - relation = { who = NET value = 150 } - 381 = { remove_core = BEL } - 397 = { remove_core = BEL } - random_owned = { - limit = { LUX = { exists = no } } - 398 = { remove_core = LUX } - } - any_owned = { - limit = { - OR = { - region = NET_379 - region = NET_385 - region = NET_375 - province_id = 397 - } - } - secede_province = NET - } - NET = { country_event = 36711 } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT36710OPTB" - badboy = 2 - random_owned = { - limit = { LUX = { exists = no } } - 398 = { remove_core = LUX } - } - NET = { - relation = { who = THIS value = -200 } - diplomatic_influence = { who = THIS value = -200 } - leave_alliance = BEL - } - ENG = { - prestige = -10 - diplomatic_influence = { who = BEL value = -100 } - relation = { who = BEL value = -100 } - leave_alliance = BEL - casus_belli = { - target = THIS - type = free_peoples - months = 120 - } - casus_belli = { - target = THIS - type = free_allied_cores - months = 120 - } - } - any_greater_power = { - limit = { - capital_scope = { continent = europe } - NOT = { tag = ENG } - NOT = { tag = NET } - NOT = { tag = THIS } - } - relation = { who = BEL value = -50 } - casus_belli = { - target = THIS - type = free_peoples - months = 120 - } - casus_belli = { - target = THIS - type = free_allied_cores - months = 120 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = no - } - } - } + id = 36710 + title = "EVTNAME36710" #The Treaty of London + desc = "EVTDESC36710" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT36710OPTA" + badboy = -2 + prestige = -20 + relation = { who = ENG value = 50 } + relation = { who = NET value = 150 } + 381 = { remove_core = BEL } + 397 = { remove_core = BEL } + random_owned = { + limit = { LUX = { exists = no } } + 398 = { remove_core = LUX } + } + any_owned = { + limit = { + OR = { + region = NET_379 + region = NET_385 + region = NET_375 + province_id = 397 + } + } + secede_province = NET + } + NET = { country_event = 36711 } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT36710OPTB" + badboy = 2 + random_owned = { + limit = { LUX = { exists = no } } + 398 = { remove_core = LUX } + } + NET = { + relation = { who = THIS value = -200 } + diplomatic_influence = { who = THIS value = -200 } + leave_alliance = BEL + } + ENG = { + prestige = -10 + diplomatic_influence = { who = BEL value = -100 } + relation = { who = BEL value = -100 } + leave_alliance = BEL + casus_belli = { + target = THIS + type = free_peoples + months = 120 + } + casus_belli = { + target = THIS + type = free_allied_cores + months = 120 + } + } + any_greater_power = { + limit = { + capital_scope = { continent = europe } + NOT = { tag = ENG } + NOT = { tag = NET } + NOT = { tag = THIS } + } + relation = { who = BEL value = -50 } + casus_belli = { + target = THIS + type = free_peoples + months = 120 + } + casus_belli = { + target = THIS + type = free_allied_cores + months = 120 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = no + } + } + } } country_event = { - id = 36711 - title = "EVTNAME36711" #Belgium Has Signed the Treaty - desc = "EVTDESC36711" - news = yes - news_title = "EVTNAME36710" - news_desc_long = "EVTDESC36711_NEWS_LONG" - news_desc_medium = "EVTDESC36711_NEWS_MEDIUM" - news_desc_short = "EVTDESC36711_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT36711OPTA" - set_country_flag = signed_treaty_of_london - 397 = { remove_core = NET } - BEL_394 = { remove_core = NET } - BEL_387 = { remove_core = NET } - 381 = { add_core = LBG } - release_vassal = LBG - random_country = { - limit = { - OR = { - tag = PRU - tag = NGF - tag = GER - } - neighbour = LBG - exists = yes - is_greater_power = yes - } - relation = { who = LBG value = 200 } - diplomatic_influence = { who = LBG value = 400 } - } - random_owned = { - limit = { province_id = 397 } - owner = { release_vassal = LUX } - any_country = { - limit = { - OR = { - tag = PRU - tag = NGF - tag = GER - tag = FRA - tag = AUS - tag = KUK - tag = NET - } - exists = yes - is_greater_power = yes - } - relation = { who = LUX value = 125 } - diplomatic_influence = { who = LUX value = 50 } - } - } - } + id = 36711 + title = "EVTNAME36711" #Belgium Has Signed the Treaty + desc = "EVTDESC36711" + news = yes + news_title = "EVTNAME36710" + news_desc_long = "EVTDESC36711_NEWS_LONG" + news_desc_medium = "EVTDESC36711_NEWS_MEDIUM" + news_desc_short = "EVTDESC36711_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT36711OPTA" + set_country_flag = signed_treaty_of_london + 397 = { remove_core = NET } + BEL_394 = { remove_core = NET } + BEL_387 = { remove_core = NET } + 381 = { add_core = LBG } + release_vassal = LBG + random_country = { + limit = { + OR = { + tag = PRU + tag = NGF + tag = GER + } + neighbour = LBG + exists = yes + is_greater_power = yes + } + relation = { who = LBG value = 200 } + diplomatic_influence = { who = LBG value = 400 } + } + random_owned = { + limit = { province_id = 397 } + owner = { release_vassal = LUX } + any_country = { + limit = { + OR = { + tag = PRU + tag = NGF + tag = GER + tag = FRA + tag = AUS + tag = KUK + tag = NET + } + exists = yes + is_greater_power = yes + } + relation = { who = LUX value = 125 } + diplomatic_influence = { who = LUX value = 50 } + } + } + } } #Alternate Treaty of London country_event = { - id = 36715 - title = "EVTNAME36715" #The Fall of Amsterdam - desc = "EVTDESC36715" - picture = "carlists" - - trigger = { - tag = NET - war_with = BEL - 375 = { - OR = { - controlled_by = BEL - controller = { alliance_with = BEL } - } - province_control_days = 90 - } - NOT = { - has_country_flag = signed_treaty_of_london - has_country_flag = fall_of_amsterdam - any_owned_province = { - is_core = BEL - OR = { - controlled_by = NET - controller = { alliance_with = NET } - } - } - } - } - - mean_time_to_happen = { - days = 10 - modifier = { - factor = 0.1 - national_provinces_occupied = 0.30 - } - } - - option = { - name = "EVT36715OPTA" - set_country_flag = fall_of_amsterdam - prestige = -25 - BEL = { country_event = 36716 } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT36715OPTB" - set_country_flag = fall_of_amsterdam - war_exhaustion = -20 - ai_chance = { - factor = 5 - } - } + id = 36715 + title = "EVTNAME36715" #The Fall of Amsterdam + desc = "EVTDESC36715" + picture = "carlists" + + trigger = { + tag = NET + war_with = BEL + 375 = { + OR = { + controlled_by = BEL + controller = { alliance_with = BEL } + } + province_control_days = 90 + } + NOT = { + has_country_flag = signed_treaty_of_london + has_country_flag = fall_of_amsterdam + any_owned_province = { + is_core = BEL + OR = { + controlled_by = NET + controller = { alliance_with = NET } + } + } + } + } + + mean_time_to_happen = { + days = 10 + modifier = { + factor = 0.1 + national_provinces_occupied = 0.30 + } + } + + option = { + name = "EVT36715OPTA" + set_country_flag = fall_of_amsterdam + prestige = -25 + BEL = { country_event = 36716 } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT36715OPTB" + set_country_flag = fall_of_amsterdam + war_exhaustion = -20 + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 36716 - title = "EVTNAME36716" #The Dutch Surrender - desc = "EVTDESC36716" - news = yes - news_title = "EVTNAME36715" - news_desc_long = "EVTDESC36716_NEWS_LONG" - news_desc_medium = "EVTDESC36716_NEWS_MEDIUM" - news_desc_short = "EVTDESC36716_NEWS_SHORT" - picture = "carlists" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT36716OPTA" - prestige = 20 - war_exhaustion = -20 - end_war = NET - any_country = { - limit = { - war_with = THIS - alliance_with = NET - } - end_war = THIS - } - any_country = { - limit = { - war_with = NET - alliance_with = THIS - } - end_war = NET - } - relation = { who = NET value = 150 } - 381 = { remove_core = NET } - BEL_394 = { remove_core = NET } - BEL_387 = { remove_core = NET } - NET = { - set_country_flag = signed_treaty_of_london - prestige = -20 - any_owned = { - limit = { is_core = BEL } - secede_province = BEL - } - } - any_greater_power = { - limit = { - NOT = { - OR = { - tag = FRA - tag = ENG - } - } - } - relation = { who = BEL value = 20 } - } - relation = { who = ENG value = 150 } - relation = { who = FRA value = 150 } - add_country_modifier = { - name = no_more_war - duration = 730 - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT36716OPTB" - prestige = 30 - badboy = 10 - end_war = NET - any_country = { - limit = { - war_with = THIS - alliance_with = NET - } - end_war = THIS - } - any_country = { - limit = { - war_with = NET - alliance_with = THIS - } - end_war = NET - } - relation = { who = NET value = -100 } - 381 = { remove_core = NET } - BEL_394 = { remove_core = NET } - BEL_387 = { remove_core = NET } - NET = { - set_country_flag = signed_treaty_of_london - prestige = -30 - any_owned = { - limit = { is_core = BEL } - secede_province = BEL - } - } - NET = { - random_owned = { - limit = { - OR = { - is_overseas = yes - is_colonial = yes - } - NOT = { is_core = NET } - port = yes - } - state_scope = { - any_owned = { secede_province = BEL } - } - } - } - NET = { - random_owned = { - limit = { - OR = { - is_overseas = yes - is_colonial = yes - } - NOT = { is_core = NET } - port = yes - } - state_scope = { - any_owned = { secede_province = BEL } - } - } - } - relation = { who = ENG value = -50 } - relation = { who = FRA value = -50 } - add_country_modifier = { - name = no_more_war - duration = 730 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = no - is_secondary_power = no - } - } - } - - option = { - name = "EVT36716OPTC" - relation = { who = NET value = -400 } - badboy = 8 - war_exhaustion = 10 - any_greater_power = { - limit = { - NOT = { - OR = { - tag = FRA - tag = ENG - } - } - } - relation = { who = BEL value = -25 } - } - add_casus_belli = { - target = ENG - type = free_allied_cores - months = 24 - } - add_casus_belli = { - target = FRA - type = free_allied_cores - months = 24 - } - ENG = { - diplomatic_influence = { who = BEL value = -100 } - relation = { who = BEL value = -100 } - leave_alliance = BEL - end_war = NET - } - FRA = { - diplomatic_influence = { who = BEL value = -100 } - relation = { who = BEL value = -100 } - leave_alliance = BEL - end_war = NET - } - ai_chance = { - factor = 0 - } - } + + id = 36716 + title = "EVTNAME36716" #The Dutch Surrender + desc = "EVTDESC36716" + news = yes + news_title = "EVTNAME36715" + news_desc_long = "EVTDESC36716_NEWS_LONG" + news_desc_medium = "EVTDESC36716_NEWS_MEDIUM" + news_desc_short = "EVTDESC36716_NEWS_SHORT" + picture = "carlists" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT36716OPTA" + prestige = 20 + war_exhaustion = -20 + end_war = NET + any_country = { + limit = { + war_with = THIS + alliance_with = NET + } + end_war = THIS + } + any_country = { + limit = { + war_with = NET + alliance_with = THIS + } + end_war = NET + } + relation = { who = NET value = 150 } + 381 = { remove_core = NET } + BEL_394 = { remove_core = NET } + BEL_387 = { remove_core = NET } + NET = { + set_country_flag = signed_treaty_of_london + prestige = -20 + any_owned = { + limit = { is_core = BEL } + secede_province = BEL + } + } + any_greater_power = { + limit = { + NOT = { + OR = { + tag = FRA + tag = ENG + } + } + } + relation = { who = BEL value = 20 } + } + relation = { who = ENG value = 150 } + relation = { who = FRA value = 150 } + add_country_modifier = { + name = no_more_war + duration = 730 + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT36716OPTB" + prestige = 30 + badboy = 10 + end_war = NET + any_country = { + limit = { + war_with = THIS + alliance_with = NET + } + end_war = THIS + } + any_country = { + limit = { + war_with = NET + alliance_with = THIS + } + end_war = NET + } + relation = { who = NET value = -100 } + 381 = { remove_core = NET } + BEL_394 = { remove_core = NET } + BEL_387 = { remove_core = NET } + NET = { + set_country_flag = signed_treaty_of_london + prestige = -30 + any_owned = { + limit = { is_core = BEL } + secede_province = BEL + } + } + NET = { + random_owned = { + limit = { + OR = { + is_overseas = yes + is_colonial = yes + } + NOT = { is_core = NET } + port = yes + } + state_scope = { + any_owned = { secede_province = BEL } + } + } + } + NET = { + random_owned = { + limit = { + OR = { + is_overseas = yes + is_colonial = yes + } + NOT = { is_core = NET } + port = yes + } + state_scope = { + any_owned = { secede_province = BEL } + } + } + } + relation = { who = ENG value = -50 } + relation = { who = FRA value = -50 } + add_country_modifier = { + name = no_more_war + duration = 730 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = no + is_secondary_power = no + } + } + } + + option = { + name = "EVT36716OPTC" + relation = { who = NET value = -400 } + badboy = 8 + war_exhaustion = 10 + any_greater_power = { + limit = { + NOT = { + OR = { + tag = FRA + tag = ENG + } + } + } + relation = { who = BEL value = -25 } + } + add_casus_belli = { + target = ENG + type = free_allied_cores + months = 24 + } + add_casus_belli = { + target = FRA + type = free_allied_cores + months = 24 + } + ENG = { + diplomatic_influence = { who = BEL value = -100 } + relation = { who = BEL value = -100 } + leave_alliance = BEL + end_war = NET + } + FRA = { + diplomatic_influence = { who = BEL value = -100 } + relation = { who = BEL value = -100 } + leave_alliance = BEL + end_war = NET + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 36717 - title = "EVTNAME36717" #The Restoration of Amsterdam - desc = "EVTDESC36717" - picture = "danishgovernment" - - trigger = { - tag = BEL - owns = 387 - NOT = { capital = 387 } - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT36717OPTA" - capital = 387 - } + id = 36717 + title = "EVTNAME36717" #The Restoration of Amsterdam + desc = "EVTDESC36717" + picture = "danishgovernment" + + trigger = { + tag = BEL + owns = 387 + NOT = { capital = 387 } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT36717OPTA" + capital = 387 + } } diff --git a/HPM/events/BRZFlavor.txt b/HPM/events/BRZFlavor.txt index 4b8d1e48..152cb8aa 100644 --- a/HPM/events/BRZFlavor.txt +++ b/HPM/events/BRZFlavor.txt @@ -1,569 +1,569 @@ country_event = { - id = 46300 - news = yes - news_desc_long = "EVTDESC46300_NEWS_LONG" - news_desc_medium = "EVTDESC46300_NEWS_MEDIUM" - news_desc_short = "EVTDESC46300_NEWS_SHORT" - - trigger = { - tag = BRZ - year = 1864 - romanticism = 1 #has romanticism tech - slavery = yes_slavery - NOT = { - year = 1872 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1865 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1867 - } - } - - title = "EVTNAME46300" - desc = "EVTDESC46300" - picture = "NavioNegreiro" - - option = { - name = "EVTOPTA46300" - any_pop = { - limit = { - consciousness = 4 - } - dominant_issue = { - value = freedom_of_womb - factor = 0.3 - } - } - slaves = { - consciousness = 1 - } - } + id = 46300 + news = yes + news_desc_long = "EVTDESC46300_NEWS_LONG" + news_desc_medium = "EVTDESC46300_NEWS_MEDIUM" + news_desc_short = "EVTDESC46300_NEWS_SHORT" + + trigger = { + tag = BRZ + year = 1864 + romanticism = 1 #has romanticism tech + slavery = yes_slavery + NOT = { + year = 1872 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1865 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1867 + } + } + + title = "EVTNAME46300" + desc = "EVTDESC46300" + picture = "NavioNegreiro" + + option = { + name = "EVTOPTA46300" + any_pop = { + limit = { + consciousness = 4 + } + dominant_issue = { + value = freedom_of_womb + factor = 0.3 + } + } + slaves = { + consciousness = 1 + } + } } country_event = { - id = 46301 - news = yes - news_desc_long = "EVTDESC46301_NEWS_LONG" - news_desc_medium = "EVTDESC46301_NEWS_MEDIUM" - news_desc_short = "EVTDESC46301_NEWS_SHORT" - - trigger = { - tag = BRZ - year = 1895 - NOT = { - year = 1910 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.55 #increase likelihood to happen - year = 1898 - } - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1902 - } - } - - title = "EVTNAME46301" - desc = "EVTDESC46301" - picture = "football" - - option = { - name = "EVTOPTA46301" - #set_country_flag = JogoBonito - prestige = 1 - poor_strata = { - consciousness = -2 - } - } + id = 46301 + news = yes + news_desc_long = "EVTDESC46301_NEWS_LONG" + news_desc_medium = "EVTDESC46301_NEWS_MEDIUM" + news_desc_short = "EVTDESC46301_NEWS_SHORT" + + trigger = { + tag = BRZ + year = 1895 + NOT = { + year = 1910 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.55 #increase likelihood to happen + year = 1898 + } + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1902 + } + } + + title = "EVTNAME46301" + desc = "EVTDESC46301" + picture = "football" + + option = { + name = "EVTOPTA46301" + #set_country_flag = JogoBonito + prestige = 1 + poor_strata = { + consciousness = -2 + } + } } province_event = { - id = 46302 - news = yes - news_desc_long = "EVTDESC46302_NEWS_LONG" - news_desc_medium = "EVTDESC46302_NEWS_MEDIUM" - news_desc_short = "EVTDESC46302_NEWS_SHORT" - - trigger = { - province_id = 2436 #Bahia - owned_by = BRZ - year = 1837 - owner = { OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - } - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - modifier = { - factor = 0.80 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME46302" - desc = "EVTDESC46302" - picture = "Slaves" - - option = { - name = "EVTOPTA46302" - set_country_flag = Sabinada - slaves = { - militancy = 6 - } - } + id = 46302 + news = yes + news_desc_long = "EVTDESC46302_NEWS_LONG" + news_desc_medium = "EVTDESC46302_NEWS_MEDIUM" + news_desc_short = "EVTDESC46302_NEWS_SHORT" + + trigger = { + province_id = 2436 #Bahia + owned_by = BRZ + year = 1837 + owner = { OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + } + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + modifier = { + factor = 0.80 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME46302" + desc = "EVTDESC46302" + picture = "Slaves" + + option = { + name = "EVTOPTA46302" + set_country_flag = Sabinada + slaves = { + militancy = 6 + } + } } #############Rise of Vargas country_event = { - id = 50002 - title = "vargastitle" - desc = "vargasdesc" - picture = "vargas" - - trigger = { - tag = BRZ - month = 3 - year = 1930 - NOT = { - month = 11 - } - government = democracy - average_militancy = 3 - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes - - option = { - name = "vargasopt1" - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - set_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = yes_meeting - political_reform = censored_press - political_reform = state_controlled - political_reform = harassment - political_reform = first_past_the_post - ruling_party_ideology = conservative - - any_owned = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - factor = 3 - ideology = liberal - } - scaled_consciousness = { - factor = 4 - ideology = liberal - } - } - } - } - + id = 50002 + title = "vargastitle" + desc = "vargasdesc" + picture = "vargas" + + trigger = { + tag = BRZ + month = 3 + year = 1930 + NOT = { + month = 11 + } + government = democracy + average_militancy = 3 + } + + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "vargasopt1" + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + set_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = yes_meeting + political_reform = censored_press + political_reform = state_controlled + political_reform = harassment + political_reform = first_past_the_post + ruling_party_ideology = conservative + + any_owned = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + factor = 3 + ideology = liberal + } + scaled_consciousness = { + factor = 4 + ideology = liberal + } + } + } + } + option = { - name = "vargasopt2" - any_owned = { - limit = { - is_core = RGS - } - secede_province = RGS - } - RGS = { - capital = 2463 - leadership = 80 - } - war = { - target = RGS - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - } - } - } + name = "vargasopt2" + any_owned = { + limit = { + is_core = RGS + } + secede_province = RGS + } + RGS = { + capital = 2463 + leadership = 80 + } + war = { + target = RGS + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + } + } + } ####################Pedro II Abdication country_event = { - id = 50000 - title = "EVTPDII50000" - desc = "EVTDESC50000" - picture = "DPII" - - trigger = { - tag = BRZ - year = 1889 - OR = { - average_militancy = 3 - average_consciousness = 6 - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - has_country_flag = coronation_of_pedro - } - - mean_time_to_happen = { months = 24 } - - fire_only_once = yes - - option = { - name = "EVTOPTA50000" - clr_country_flag = coronation_of_pedro - 2461 = { change_province_name = "Florianópolis" } - government = democracy - add_country_modifier = { name = small_immigration_boom duration = 1095 } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - set_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - random_owned = { - limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { NOT = { owner = { press_rights = free_press } } } - owner = { political_reform = free_press } - } - random_owned = { - limit = { NOT = { owner = { public_meetings = yes_meeting } } } - owner = { political_reform = yes_meeting } - } - random_owned = { - limit = { NOT = { owner = { citizens_rights = all_voting_pops } } } - owner = { political_reform = all_voting_pops } - } - random_owned = { - limit = { NOT = { owner = { voting_system = first_past_the_post } } } - owner = { political_reform = first_past_the_post } - } - random_owned = { - limit = { owner = { OR = { vote_franschise = landed_voting vote_franschise = none_voting } } } - owner = { political_reform = wealth_weighted_voting } - } - random_owned = { - limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } - owner = { political_reform = gerrymandering } - } - ruling_party_ideology = liberal - election = yes - any_pop = { ideology = { factor = 0.02 value = liberal } } - rich_strata = { militancy = -1 consciousness = -3 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVTOPTB50000" - rich_strata = { militancy = 8 consciousness = 7 } - middle_strata = { militancy = 2 consciousness = 3 } - ai_chance = { factor = 10 } - } + id = 50000 + title = "EVTPDII50000" + desc = "EVTDESC50000" + picture = "DPII" + + trigger = { + tag = BRZ + year = 1889 + OR = { + average_militancy = 3 + average_consciousness = 6 + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + has_country_flag = coronation_of_pedro + } + + mean_time_to_happen = { months = 24 } + + fire_only_once = yes + + option = { + name = "EVTOPTA50000" + clr_country_flag = coronation_of_pedro + 2461 = { change_province_name = "Florianópolis" } + government = democracy + add_country_modifier = { name = small_immigration_boom duration = 1095 } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + set_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + random_owned = { + limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { NOT = { owner = { press_rights = free_press } } } + owner = { political_reform = free_press } + } + random_owned = { + limit = { NOT = { owner = { public_meetings = yes_meeting } } } + owner = { political_reform = yes_meeting } + } + random_owned = { + limit = { NOT = { owner = { citizens_rights = all_voting_pops } } } + owner = { social_reform = all_voting_pops } + } + random_owned = { + limit = { NOT = { owner = { voting_system = first_past_the_post } } } + owner = { political_reform = first_past_the_post } + } + random_owned = { + limit = { owner = { OR = { vote_franschise = landed_voting vote_franschise = none_voting } } } + owner = { political_reform = wealth_weighted_voting } + } + random_owned = { + limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } + owner = { political_reform = gerrymandering } + } + ruling_party_ideology = liberal + election = yes + any_pop = { ideology = { factor = 0.02 value = liberal } } + rich_strata = { militancy = -1 consciousness = -3 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVTOPTB50000" + rich_strata = { militancy = 8 consciousness = 7 } + middle_strata = { militancy = 2 consciousness = 3 } + ai_chance = { factor = 10 } + } } - + country_event = { - id = 50003 - title = "EVTNAME50003" - desc = "EVTDESC50003" - picture = "juiz_de_fora" - - trigger = { - tag = BRZ - year = 1860 - } - - mean_time_to_happen = { months = 12 } - - fire_only_once = yes - - option = { - name = "EVTOPTA50003" - 2446 = { - change_province_name = "Juiz de Fora" - trade_goods = coffee - } - } + id = 50003 + title = "EVTNAME50003" + desc = "EVTDESC50003" + picture = "juiz_de_fora" + + trigger = { + tag = BRZ + year = 1860 + } + + mean_time_to_happen = { months = 12 } + + fire_only_once = yes + + option = { + name = "EVTOPTA50003" + 2446 = { + change_province_name = "Juiz de Fora" + trade_goods = coffee + } + } } # BRZ - Coronation of Dom Pedro II country_event = { - id = 110074 - title = "EVTNAME110074" - desc = "EVTDESC110074" - picture = "BRZ_pedro_coronation" - - trigger = { - tag = BRZ - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - year = 1840 - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes - - option = { - name = "EVT110074OPTA" #Long live! - prestige = 1 - remove_country_modifier = regency_government - any_pop = { militancy = -1 consciousness = 1 } - set_country_flag = coronation_of_pedro - } + id = 110074 + title = "EVTNAME110074" + desc = "EVTDESC110074" + picture = "BRZ_pedro_coronation" + + trigger = { + tag = BRZ + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + year = 1840 + } + + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "EVT110074OPTA" #Long live! + prestige = 1 + remove_country_modifier = regency_government + any_pop = { militancy = -1 consciousness = 1 } + set_country_flag = coronation_of_pedro + } } # BRZ - Death of Dom Pedro II country_event = { - id = 110075 - title = "EVTNAME110075" - desc = "EVTDESC110075" - picture = "BRZ_pedro_death" - - trigger = { - tag = BRZ - has_country_flag = coronation_of_pedro - year = 1889 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - mean_time_to_happen = { months = 30 } - fire_only_once = yes - - option = { - name = "EVT110075OPTA" #He will be missed. - clr_country_flag = coronation_of_pedro - ai_chance = { factor = 60 } - } - - option = { - name = "EVT110075OPTB" #Time for Democracy - clr_country_flag = coronation_of_pedro - prestige = -10 - 2461 = { change_province_name = "Florianópolis" } - government = democracy - add_country_modifier = { name = small_immigration_boom duration = 1095 } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - set_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = free_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = all_voting_pops - ruling_party_ideology = liberal - ai_chance = { factor = 40 } - } + id = 110075 + title = "EVTNAME110075" + desc = "EVTDESC110075" + picture = "BRZ_pedro_death" + + trigger = { + tag = BRZ + has_country_flag = coronation_of_pedro + year = 1889 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + mean_time_to_happen = { months = 30 } + fire_only_once = yes + + option = { + name = "EVT110075OPTA" #He will be missed. + clr_country_flag = coronation_of_pedro + ai_chance = { factor = 60 } + } + + option = { + name = "EVT110075OPTB" #Time for Democracy + clr_country_flag = coronation_of_pedro + prestige = -10 + 2461 = { change_province_name = "Florianópolis" } + government = democracy + add_country_modifier = { name = small_immigration_boom duration = 1095 } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + set_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = free_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = all_voting_pops + ruling_party_ideology = liberal + ai_chance = { factor = 40 } + } } # Cabanagem -country_event = { - id = 46305 - title = "EVTNAME46305" - desc = "EVTDESC46305" - picture = "cabanagem" - - trigger = { - tag = BRZ - owns = 2410 - NOT = { upper_house_composition = state_equal_weight } - NOT = { upper_house_composition = population_equal_weight } - any_owned_province = { - state_id = 2410 #Belem - any_pop = { - OR = { - militancy = 2 - consciousness = 4 - NOT = { life_needs = 0.75 } - } - } - } - year = 1836 - NOT = { year = 1840 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - modifier = { - factor = 0.80 #increase likelihood to happen - year = 1838 - } - modifier = { - factor = 0.90 #increase likelihood to happen - year = 1839 - } - } - - option = { - name = "EVTOPTA46305" - BRZ_2408 = { - add_province_modifier = { name = nationalist_agitation duration = 1095 } - rich_strata = { militancy = 5 consciousness = 8 } - } - BRZ_2401 = { - rich_strata = { militancy = 3 consciousness = 4 } - add_province_modifier = { name = nationalist_agitation duration = 548 } - } - } +country_event = { + id = 46305 + title = "EVTNAME46305" + desc = "EVTDESC46305" + picture = "cabanagem" + + trigger = { + tag = BRZ + owns = 2410 + NOT = { upper_house_composition = state_equal_weight } + NOT = { upper_house_composition = population_equal_weight } + any_owned_province = { + state_id = 2410 #Belem + any_pop = { + OR = { + militancy = 2 + consciousness = 4 + NOT = { life_needs = 0.75 } + } + } + } + year = 1836 + NOT = { year = 1840 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + modifier = { + factor = 0.80 #increase likelihood to happen + year = 1838 + } + modifier = { + factor = 0.90 #increase likelihood to happen + year = 1839 + } + } + + option = { + name = "EVTOPTA46305" + BRZ_2408 = { + add_province_modifier = { name = nationalist_agitation duration = 1095 } + rich_strata = { militancy = 5 consciousness = 8 } + } + BRZ_2401 = { + rich_strata = { militancy = 3 consciousness = 4 } + add_province_modifier = { name = nationalist_agitation duration = 548 } + } + } } # Balaiada -country_event = { - id = 46306 - title = "EVTNAME46306" - desc = "EVTDESC46306" - picture = "balaiada" - - trigger = { - owns = 2425 #Chapada - tag = BRZ - year = 1838 - any_owned_province = { - OR = { - province_id = 2425 - province_id = 2424 - } - OR = { - average_consciousness = 4 - average_militancy = 3 - unemployment = 0.05 - any_pop = { - strata = rich - NOT = { everyday_needs = 0.75 } - } - } - } - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - NOT = { year = 1842 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - modifier = { - factor = 0.80 #increase likelihood to happen - year = 1840 - } - modifier = { - factor = 0.90 #increase likelihood to happen - year = 1841 - } - } - - option = { - name = "EVTOPTA46306" - any_owned = { - limit = { - OR = { - province_id = 2425 - province_id = 2424 - } - } - poor_strata = { - scaled_militancy = { factor = 6 ideology = liberal } - } - rich_strata = { - scaled_militancy = { factor = 8 ideology = liberal } - } - add_province_modifier = { name = liberal_agitation duration = 1095 } - } - } +country_event = { + id = 46306 + title = "EVTNAME46306" + desc = "EVTDESC46306" + picture = "balaiada" + + trigger = { + owns = 2425 #Chapada + tag = BRZ + year = 1838 + any_owned_province = { + OR = { + province_id = 2425 + province_id = 2424 + } + OR = { + average_consciousness = 4 + average_militancy = 3 + unemployment = 0.05 + any_pop = { + strata = rich + NOT = { everyday_needs = 0.75 } + } + } + } + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + NOT = { year = 1842 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + modifier = { + factor = 0.80 #increase likelihood to happen + year = 1840 + } + modifier = { + factor = 0.90 #increase likelihood to happen + year = 1841 + } + } + + option = { + name = "EVTOPTA46306" + any_owned = { + limit = { + OR = { + province_id = 2425 + province_id = 2424 + } + } + poor_strata = { + scaled_militancy = { factor = 6 ideology = liberal } + } + rich_strata = { + scaled_militancy = { factor = 8 ideology = liberal } + } + add_province_modifier = { name = liberal_agitation duration = 1095 } + } + } } diff --git a/HPM/events/Balkans.txt b/HPM/events/Balkans.txt index ffa701c4..5ceaa674 100644 --- a/HPM/events/Balkans.txt +++ b/HPM/events/Balkans.txt @@ -1,128 +1,128 @@ country_event = { - #Turkish Constitution of 1838 - Source http://users.ox.ac.uk/~oaces/conference/papers/Bojan_Mitrovic.pdf - id = 5000000 - title = "EVTNAME5000000" - desc = "EVTDESC65000000" - picture = "deputation_to_milos" - - trigger = { - tag = SER - in_sphere = TUR - year = 1838 - NOT = { year = 1840 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 3 } - - option = { - name = "EVT5000000OPTA" - prestige_factor = -0.1 - any_pop = { militancy = 1 consciousness = 2 } - add_country_modifier = { name = power_vacuum duration = 1460 } - random_owned = { - limit = { owner = { NOT = { debt_law = serfdom } } } - owner = { political_reform = serfdom } - } - - random_owned = { - limit = { owner = { NOT = { press_rights = state_press } } } - owner = { political_reform = state_press } - } - - random_owned = { - limit = { owner = { public_meetings = yes_meeting } } - owner = { political_reform = no_meeting } - } - TUR = { diplomatic_influence = { who = THIS value = 50 } } - AUS = { diplomatic_influence = { who = THIS value = 50 } } - RUS = { diplomatic_influence = { who = THIS value = 25 } } - ai_chance = { factor = 97 } - } - - option = { - name = "EVT5000000OPTB" - prestige = 15 - TUR = { relation = { who = THIS value = -200 } country_event = 13202 } - AUS = { - casus_belli = { target = SER type = add_to_sphere months = 36 } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - RUS = { - casus_belli = { target = SER type = add_to_sphere months = 36 } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - - ai_chance = { - factor = 3 - modifier = { - factor = 10 - TUR = { NOT = { military_score = THIS } } - } - } - } + #Turkish Constitution of 1838 - Source http://users.ox.ac.uk/~oaces/conference/papers/Bojan_Mitrovic.pdf + id = 5000000 + title = "EVTNAME5000000" + desc = "EVTDESC65000000" + picture = "deputation_to_milos" + + trigger = { + tag = SER + in_sphere = TUR + year = 1838 + NOT = { year = 1840 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 3 } + + option = { + name = "EVT5000000OPTA" + prestige_factor = -0.1 + any_pop = { militancy = 1 consciousness = 2 } + add_country_modifier = { name = power_vacuum duration = 1460 } + random_owned = { + limit = { owner = { NOT = { debt_law = serfdom } } } + owner = { political_reform = serfdom } + } + + random_owned = { + limit = { owner = { NOT = { press_rights = state_press } } } + owner = { political_reform = state_press } + } + + random_owned = { + limit = { owner = { public_meetings = yes_meeting } } + owner = { political_reform = no_meeting } + } + TUR = { diplomatic_influence = { who = THIS value = 50 } } + AUS = { diplomatic_influence = { who = THIS value = 50 } } + RUS = { diplomatic_influence = { who = THIS value = 25 } } + ai_chance = { factor = 97 } + } + + option = { + name = "EVT5000000OPTB" + prestige = 15 + TUR = { relation = { who = THIS value = -200 } country_event = 13202 } + AUS = { + casus_belli = { target = SER type = add_to_sphere months = 36 } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + RUS = { + casus_belli = { target = SER type = add_to_sphere months = 36 } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + + ai_chance = { + factor = 3 + modifier = { + factor = 10 + TUR = { NOT = { military_score = THIS } } + } + } + } } - - #Megali Idea - Greece picks what to do + + #Megali Idea - Greece picks what to do country_event = { - id = 5000001 - title = "EVTNAME5000001" - desc = "EVTDESC5000001" - picture = "deputation_to_milos" - - is_triggered_only = yes - - option = { - name = "EVT5000001OPTA" #Thrace only - badboy = 2 - #Thrace - TUR_860 = { - add_core = GRE - } - ai_chance = { factor = 20 } - } - - option = { - name = "EVT5000001OPTB" #Everything but coast only - badboy = 5 - #Thrace - TUR_860 = { - add_core = GRE - } - #Hudavendigar - TUR_863 = { - add_core = GRE - } - #Aydin - TUR_869 = { - add_core = GRE - } - 871 = { remove_core = GRE } - 867 = { remove_core = GRE } - - ai_chance = { factor = 60 } - } - - option = { - name = "EVT5000001OPTC" #Everything - badboy = 6 - #Thrace - TUR_860 = { - add_core = GRE - } - #Hudavendigar - TUR_863 = { - add_core = GRE - } - #Aydin - TUR_869 = { - add_core = GRE - } - - ai_chance = { factor = 20 } - } + id = 5000001 + title = "EVTNAME5000001" + desc = "EVTDESC5000001" + picture = "deputation_to_milos" + + is_triggered_only = yes + + option = { + name = "EVT5000001OPTA" #Thrace only + badboy = 2 + #Thrace + TUR_860 = { + add_core = GRE + } + ai_chance = { factor = 20 } + } + + option = { + name = "EVT5000001OPTB" #Everything but coast only + badboy = 5 + #Thrace + TUR_860 = { + add_core = GRE + } + #Hudavendigar + TUR_863 = { + add_core = GRE + } + #Aydin + TUR_869 = { + add_core = GRE + } + 871 = { remove_core = GRE } + 867 = { remove_core = GRE } + + ai_chance = { factor = 60 } + } + + option = { + name = "EVT5000001OPTC" #Everything + badboy = 6 + #Thrace + TUR_860 = { + add_core = GRE + } + #Hudavendigar + TUR_863 = { + add_core = GRE + } + #Aydin + TUR_869 = { + add_core = GRE + } + + ai_chance = { factor = 20 } + } } diff --git a/HPM/events/Baltic States.txt b/HPM/events/Baltic States.txt index bd230328..9003fa84 100644 --- a/HPM/events/Baltic States.txt +++ b/HPM/events/Baltic States.txt @@ -1,76 +1,76 @@ #The end of the Initial Baltic States country_event = { - id = 31500001 - title = "EVTNAME31500001" - desc = "EVTDESC31500001" - picture = "riga" - - trigger = { - tag = UBD - is_vassal = no - war = no - primary_culture = north_german - has_country_flag = ubd_substate - } + id = 31500001 + title = "EVTNAME31500001" + desc = "EVTDESC31500001" + picture = "riga" - fire_only_once = yes - - mean_time_to_happen = { months = 1 } + trigger = { + tag = UBD + is_vassal = no + war = no + primary_culture = north_german + has_country_flag = ubd_substate + } - option = { - name = "EVTOPTA31500001" #Latvian Rule - primary_culture = latvian - remove_accepted_culture = latvian - remove_accepted_culture = russian - any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } - any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTB31500001" #Estonian - primary_culture = estonian - remove_accepted_culture = estonian - remove_accepted_culture = russian - any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } - any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTC31500001" #Keep German Rule - remove_accepted_culture = russian - any_pop = { limit = { OR = { has_pop_culture = estonian has_pop_culture = latvian has_pop_culture = russian } } militancy = 9 consciousness = 9 } - any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } - ai_chance = { factor = 05 } - } - - option = { - name = "EVTOPTD31500001" #Dismantle and become Estonia - UBD = { - primary_culture = latvian - remove_accepted_culture = latvian - remove_accepted_culture = russian - } - any_owned = { limit = { is_core = LAT } secede_province = LAT any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } } - change_tag = EST - EST = { primary_culture = estonian } - any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } - ai_chance = { factor = 95 } - } - - option = { - name = "EVTOPTE31500001" #Dismantle and become Lativia - UBD = { - primary_culture = latvian - remove_accepted_culture = latvian - remove_accepted_culture = russian - } - any_owned = { limit = { is_core = EST } secede_province = EST any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } } - change_tag = LAT - LAT = { primary_culture = latvian } - any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } - ai_chance = { factor = 0 } - } -} \ No newline at end of file + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPTA31500001" #Latvian Rule + primary_culture = latvian + remove_accepted_culture = latvian + remove_accepted_culture = russian + any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } + any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTB31500001" #Estonian + primary_culture = estonian + remove_accepted_culture = estonian + remove_accepted_culture = russian + any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } + any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTC31500001" #Keep German Rule + remove_accepted_culture = russian + any_pop = { limit = { OR = { has_pop_culture = estonian has_pop_culture = latvian has_pop_culture = russian } } militancy = 9 consciousness = 9 } + any_owned = { limit = { OR = { is_core = LAT is_core = EST } } add_core = UBD } + ai_chance = { factor = 05 } + } + + option = { + name = "EVTOPTD31500001" #Dismantle and become Estonia + UBD = { + primary_culture = latvian + remove_accepted_culture = latvian + remove_accepted_culture = russian + } + any_owned = { limit = { is_core = LAT } secede_province = LAT any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } } + change_tag = EST + EST = { primary_culture = estonian } + any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } + ai_chance = { factor = 95 } + } + + option = { + name = "EVTOPTE31500001" #Dismantle and become Lativia + UBD = { + primary_culture = latvian + remove_accepted_culture = latvian + remove_accepted_culture = russian + } + any_owned = { limit = { is_core = EST } secede_province = EST any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } } + change_tag = LAT + LAT = { primary_culture = latvian } + any_pop = { limit = { OR = { has_pop_culture = north_german has_pop_culture = russian } militancy = 9 consciousness = 9 } } + ai_chance = { factor = 0 } + } +} diff --git a/HPM/events/BerlinCongress.txt b/HPM/events/BerlinCongress.txt index 3db0a963..10b438f5 100644 --- a/HPM/events/BerlinCongress.txt +++ b/HPM/events/BerlinCongress.txt @@ -1,3182 +1,3182 @@ ############################################################################# -# # -# Congress of Berlin: Lead-Up Events # -# # +# # +# Congress of Berlin: Lead-Up Events # +# # ############################################################################# country_event = { - id = 90060 - - title = "EVTNAME90060" # The Eastern Question (Initiate Congress of Berlin) - desc = "EVTDESC90060" - picture = "ottoman" - - trigger = { - NOT = { has_global_flag = berlin_congress_held } - OR = { - year = 1870 - has_global_flag = crimea_has_happened - } - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { - tag = RUS - tag = TUR - has_global_flag = berlin_congress_to_be_held - has_country_flag = will_not_hold_congress - has_country_flag = hosting_berlin_congress - has_country_modifier = neutrality_modifier - } - TUR = { - is_greater_power = no - war = no - any_owned_province = { - OR = { - is_core = ROM - is_core = SER - is_core = MON - is_core = BOS - is_core = BUL - is_core = ALB - is_core = GRE - } - } - OR = { - AND = { - is_greater_power = no - is_secondary_power = no - } - is_disarmed = yes - num_of_revolts = 20 - lost_national = 0.2 - AND = { - exists = BUL - NOT = { - BUL = { vassal_of = TUR } - } - } - AND = { - exists = ROM - NOT = { - ROM = { vassal_of = TUR } - } - } - } - } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 2 - ROM = { exists = no } - } - modifier = { - factor = 3 - ROM = { - exists = yes - vassal_of = THIS - } - } - modifier = { - factor = 0.5 - TUR = { num_of_revolts = 20 } - } - modifier = { - factor = 2 - TUR = { is_secondary_power = yes } - } - modifier = { - factor = 0.8 - TUR = { is_secondary_power = no } - } - modifier = { - factor = 0.8 - OR = { - tag = PRU - tag = NGF - tag = GER - } - } - modifier = { - factor = 5 - NOT = { year = 1860 } - } - modifier = { - factor = 3 - NOT = { year = 1865 } - } - modifier = { - factor = 2 - NOT = { year = 1870 } - } - modifier = { - factor = 1.5 - NOT = { year = 1875 } - } - modifier = { - factor = 0.8 - year = 1880 - } - modifier = { - factor = 0.5 - has_global_flag = treaty_of_paris_russia - year = 1875 - } - modifier = { - factor = 0.8 - ai = no - } - } - - option = { - name = "EVT90060OPTA" - prestige = 20 - set_global_flag = berlin_congress_to_be_held - set_country_flag = hosting_berlin_congress - TUR = { - set_variable = { - which = berlin_congress_support_OE - value = 0 - } - set_variable = { - which = berlin_congress_support_balkans - value = 0 - } - country_event = 90062 - } - RUS = { country_event = 90063 } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { - tag = THIS - tag = TUR - tag = RUS - } - } - country_event = 90064 - } - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVT90060OPTB" - set_country_flag = will_not_hold_berlin_congress - prestige = -5 - ai_chance = { - factor = 50 - modifier = { - factor = 0 - OR = { - tag = PRU - tag = NGF - tag = GER - } - } - } - } + id = 90060 + + title = "EVTNAME90060" # The Eastern Question (Initiate Congress of Berlin) + desc = "EVTDESC90060" + picture = "ottoman" + + trigger = { + NOT = { has_global_flag = berlin_congress_held } + OR = { + year = 1870 + has_global_flag = crimea_has_happened + } + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { + tag = RUS + tag = TUR + has_global_flag = berlin_congress_to_be_held + has_country_flag = will_not_hold_congress + has_country_flag = hosting_berlin_congress + has_country_modifier = neutrality_modifier + } + TUR = { + is_greater_power = no + war = no + any_owned_province = { + OR = { + is_core = ROM + is_core = SER + is_core = MON + is_core = BOS + is_core = BUL + is_core = ALB + is_core = GRE + } + } + OR = { + AND = { + is_greater_power = no + is_secondary_power = no + } + is_disarmed = yes + num_of_revolts = 20 + lost_national = 0.2 + AND = { + exists = BUL + NOT = { + BUL = { vassal_of = TUR } + } + } + AND = { + exists = ROM + NOT = { + ROM = { vassal_of = TUR } + } + } + } + } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 2 + ROM = { exists = no } + } + modifier = { + factor = 3 + ROM = { + exists = yes + vassal_of = THIS + } + } + modifier = { + factor = 0.5 + TUR = { num_of_revolts = 20 } + } + modifier = { + factor = 2 + TUR = { is_secondary_power = yes } + } + modifier = { + factor = 0.8 + TUR = { is_secondary_power = no } + } + modifier = { + factor = 0.8 + OR = { + tag = PRU + tag = NGF + tag = GER + } + } + modifier = { + factor = 5 + NOT = { year = 1860 } + } + modifier = { + factor = 3 + NOT = { year = 1865 } + } + modifier = { + factor = 2 + NOT = { year = 1870 } + } + modifier = { + factor = 1.5 + NOT = { year = 1875 } + } + modifier = { + factor = 0.8 + year = 1880 + } + modifier = { + factor = 0.5 + has_global_flag = treaty_of_paris_russia + year = 1875 + } + modifier = { + factor = 0.8 + ai = no + } + } + + option = { + name = "EVT90060OPTA" + prestige = 20 + set_global_flag = berlin_congress_to_be_held + set_country_flag = hosting_berlin_congress + TUR = { + set_variable = { + which = berlin_congress_support_OE + value = 0 + } + set_variable = { + which = berlin_congress_support_balkans + value = 0 + } + country_event = 90062 + } + RUS = { country_event = 90063 } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { + tag = THIS + tag = TUR + tag = RUS + } + } + country_event = 90064 + } + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVT90060OPTB" + set_country_flag = will_not_hold_berlin_congress + prestige = -5 + ai_chance = { + factor = 50 + modifier = { + factor = 0 + OR = { + tag = PRU + tag = NGF + tag = GER + } + } + } + } } country_event = { - id = 90061 - - title = "EVTNAME90061" # Planning for the Congress - desc = "EVTDESC90061" - picture = "berlin_congress_htm" - - trigger = { - has_country_flag = hosting_berlin_congress - NOT = { has_country_flag = attending_berlin_congress } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT90061OPTA" - set_country_flag = attending_berlin_congress - set_country_flag = supported_oe_berlin_congress - TUR = { - change_variable = { - which = berlin_congress_support_OE - value = 1 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - tag = ENG - } - modifier = { - factor = 0.5 - OR = { - alliance_with = GRE - alliance_with = BUL - alliance_with = SER - } - } - modifier = { - factor = 0.5 - truce_with = TUR - } - modifier = { - factor = 0.5 - alliance_with = RUS - } - modifier = { - factor = 0.5 - is_sphere_leader_of = RUS - } - modifier = { - factor = 0.8 - NOT = { - relation = { who = TUR value = 0 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = TUR value = -100 } - } - } - modifier = { - factor = 0.8 - relation = { who = RUS value = 50 } - } - modifier = { - factor = 0.5 - relation = { who = RUS value = 100 } - } - } - } - - option = { - name = "EVT90061OPTB" - set_country_flag = attending_berlin_congress - set_country_flag = supported_balkans_berlin_congress - TUR = { - change_variable = { - which = berlin_congress_support_balkans - value = 1 - } - } - ai_chance = { - factor = 45 - modifier = { - factor = 0.5 - truce_with = RUS - } - modifier = { - factor = 0.5 - alliance_with = TUR - } - modifier = { - factor = 0.5 - is_sphere_leader_of = TUR - } - modifier = { - factor = 0.8 - relation = { who = TUR value = 50 } - } - modifier = { - factor = 0.5 - relation = { who = TUR value = 100 } - } - modifier = { - factor = 0.8 - NOT = { - relation = { who = RUS value = 0 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = RUS value = -100 } - } - } - } - } + id = 90061 + + title = "EVTNAME90061" # Planning for the Congress + desc = "EVTDESC90061" + picture = "berlin_congress_htm" + + trigger = { + has_country_flag = hosting_berlin_congress + NOT = { has_country_flag = attending_berlin_congress } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT90061OPTA" + set_country_flag = attending_berlin_congress + set_country_flag = supported_oe_berlin_congress + TUR = { + change_variable = { + which = berlin_congress_support_OE + value = 1 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + tag = ENG + } + modifier = { + factor = 0.5 + OR = { + alliance_with = GRE + alliance_with = BUL + alliance_with = SER + } + } + modifier = { + factor = 0.5 + truce_with = TUR + } + modifier = { + factor = 0.5 + alliance_with = RUS + } + modifier = { + factor = 0.5 + is_sphere_leader_of = RUS + } + modifier = { + factor = 0.8 + NOT = { + relation = { who = TUR value = 0 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = TUR value = -100 } + } + } + modifier = { + factor = 0.8 + relation = { who = RUS value = 50 } + } + modifier = { + factor = 0.5 + relation = { who = RUS value = 100 } + } + } + } + + option = { + name = "EVT90061OPTB" + set_country_flag = attending_berlin_congress + set_country_flag = supported_balkans_berlin_congress + TUR = { + change_variable = { + which = berlin_congress_support_balkans + value = 1 + } + } + ai_chance = { + factor = 45 + modifier = { + factor = 0.5 + truce_with = RUS + } + modifier = { + factor = 0.5 + alliance_with = TUR + } + modifier = { + factor = 0.5 + is_sphere_leader_of = TUR + } + modifier = { + factor = 0.8 + relation = { who = TUR value = 50 } + } + modifier = { + factor = 0.5 + relation = { who = TUR value = 100 } + } + modifier = { + factor = 0.8 + NOT = { + relation = { who = RUS value = 0 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = RUS value = -100 } + } + } + } + } } country_event = { - id = 90062 + id = 90062 - title = "EVTNAME90062" # Call for Congress - OE - desc = "EVTDESC90062" - picture = "ottoman" + title = "EVTNAME90062" # Call for Congress - OE + desc = "EVTDESC90062" + picture = "ottoman" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT90062OPTA" - prestige = -10 - } + option = { + name = "EVT90062OPTA" + prestige = -10 + } } country_event = { - id = 90063 + id = 90063 - title = "EVTNAME90063" # Call for Congress - Russia - desc = "EVTDESC90063" - picture = "ottoman" + title = "EVTNAME90063" # Call for Congress - Russia + desc = "EVTDESC90063" + picture = "ottoman" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT90062OPTA" - prestige = 10 - set_country_flag = attending_berlin_congress - } + option = { + name = "EVT90062OPTA" + prestige = 10 + set_country_flag = attending_berlin_congress + } } country_event = { - id = 90064 - - title = "EVTNAME90064" # Call for Congress - desc = "EVTDESC90064" - picture = "berlin_congress_htm" - - is_triggered_only = yes - - option = { - name = "EVT90061OPTA" - prestige = 10 - set_country_flag = attending_berlin_congress - set_country_flag = supported_oe_berlin_congress - TUR = { - change_variable = { - which = berlin_congress_support_OE - value = 1 - } - } - ai_chance = { - factor = 45 - modifier = { - factor = 0.5 - tag = ENG - } - modifier = { - factor = 0.5 - OR = { - alliance_with = GRE - alliance_with = BUL - alliance_with = SER - } - } - modifier = { - factor = 0.5 - truce_with = TUR - } - modifier = { - factor = 0.5 - alliance_with = RUS - } - modifier = { - factor = 0.5 - is_sphere_leader_of = RUS - } - modifier = { - factor = 0.8 - NOT = { - relation = { who = TUR value = 0 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = TUR value = -100 } - } - } - modifier = { - factor = 0.8 - relation = { who = RUS value = 50 } - } - modifier = { - factor = 0.5 - relation = { who = RUS value = 100 } - } - modifier = { - factor = 0 - has_country_modifier = neutrality_modifier - } - } - } - - option = { - name = "EVT90061OPTB" - prestige = 10 - set_country_flag = attending_berlin_congress - set_country_flag = supported_balkans_berlin_congress - TUR = { - change_variable = { - which = berlin_congress_support_balkans - value = 1 - } - } - ai_chance = { - factor = 45 - modifier = { - factor = 0.5 - truce_with = RUS - } - modifier = { - factor = 0.5 - alliance_with = TUR - } - modifier = { - factor = 0.5 - is_sphere_leader_of = TUR - } - modifier = { - factor = 0.8 - relation = { who = TUR value = 50 } - } - modifier = { - factor = 0.5 - relation = { who = TUR value = 100 } - } - modifier = { - factor = 0.8 - NOT = { - relation = { who = RUS value = 0 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = RUS value = -100 } - } - } - modifier = { - factor = 0 - has_country_modifier = neutrality_modifier - } - } - } - - option = { - name = "EVT90064OPTA" - prestige = -10 - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - rank = 4 - } - } - } + id = 90064 + + title = "EVTNAME90064" # Call for Congress + desc = "EVTDESC90064" + picture = "berlin_congress_htm" + + is_triggered_only = yes + + option = { + name = "EVT90061OPTA" + prestige = 10 + set_country_flag = attending_berlin_congress + set_country_flag = supported_oe_berlin_congress + TUR = { + change_variable = { + which = berlin_congress_support_OE + value = 1 + } + } + ai_chance = { + factor = 45 + modifier = { + factor = 0.5 + tag = ENG + } + modifier = { + factor = 0.5 + OR = { + alliance_with = GRE + alliance_with = BUL + alliance_with = SER + } + } + modifier = { + factor = 0.5 + truce_with = TUR + } + modifier = { + factor = 0.5 + alliance_with = RUS + } + modifier = { + factor = 0.5 + is_sphere_leader_of = RUS + } + modifier = { + factor = 0.8 + NOT = { + relation = { who = TUR value = 0 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = TUR value = -100 } + } + } + modifier = { + factor = 0.8 + relation = { who = RUS value = 50 } + } + modifier = { + factor = 0.5 + relation = { who = RUS value = 100 } + } + modifier = { + factor = 0 + has_country_modifier = neutrality_modifier + } + } + } + + option = { + name = "EVT90061OPTB" + prestige = 10 + set_country_flag = attending_berlin_congress + set_country_flag = supported_balkans_berlin_congress + TUR = { + change_variable = { + which = berlin_congress_support_balkans + value = 1 + } + } + ai_chance = { + factor = 45 + modifier = { + factor = 0.5 + truce_with = RUS + } + modifier = { + factor = 0.5 + alliance_with = TUR + } + modifier = { + factor = 0.5 + is_sphere_leader_of = TUR + } + modifier = { + factor = 0.8 + relation = { who = TUR value = 50 } + } + modifier = { + factor = 0.5 + relation = { who = TUR value = 100 } + } + modifier = { + factor = 0.8 + NOT = { + relation = { who = RUS value = 0 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = RUS value = -100 } + } + } + modifier = { + factor = 0 + has_country_modifier = neutrality_modifier + } + } + } + + option = { + name = "EVT90064OPTA" + prestige = -10 + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + rank = 4 + } + } + } } # The Cyprus Convention country_event = { - id = 900640 - title = "EVTNAME900640" #The Cyprus Convention - desc = "EVTDESC900640" - picture = "cyprus_convention" - - trigger = { - TUR = { owns = 855 } - has_country_flag = attending_berlin_congress - OR = { - owns = 1755 - 1755 = { - owner = { - civilized = no - in_sphere = THIS - } - } - } - NOT = { - tag = TUR - tag = RUS - has_country_flag = cyprus_convention - has_global_flag = berlin_congress_held - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900640OPTA" - set_country_flag = cyprus_convention - TUR = { country_event = 900641 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT900640OPTB" - set_country_flag = cyprus_convention - ai_chance = { factor = 0 } - } + id = 900640 + title = "EVTNAME900640" #The Cyprus Convention + desc = "EVTDESC900640" + picture = "cyprus_convention" + + trigger = { + TUR = { owns = 855 } + has_country_flag = attending_berlin_congress + OR = { + owns = 1755 + 1755 = { + owner = { + civilized = no + in_sphere = THIS + } + } + } + NOT = { + tag = TUR + tag = RUS + has_country_flag = cyprus_convention + has_global_flag = berlin_congress_held + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900640OPTA" + set_country_flag = cyprus_convention + TUR = { country_event = 900641 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT900640OPTB" + set_country_flag = cyprus_convention + ai_chance = { factor = 0 } + } } country_event = { - id = 900641 - title = "EVTNAME900640" #The Cyprus Convention - to the OE - desc = "EVTDESC900641" - picture = "cyprus_convention" - - is_triggered_only = yes - - option = { - name = "EVT900641OPTA" - set_country_flag = giving_up_cyprus - FROM = { country_event = 900642 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT900641OPTB" - FROM = { country_event = 900643 } - ai_chance = { factor = 10 } - } + id = 900641 + title = "EVTNAME900640" #The Cyprus Convention - to the OE + desc = "EVTDESC900641" + picture = "cyprus_convention" + + is_triggered_only = yes + + option = { + name = "EVT900641OPTA" + set_country_flag = giving_up_cyprus + FROM = { country_event = 900642 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT900641OPTB" + FROM = { country_event = 900643 } + ai_chance = { factor = 10 } + } } country_event = { - id = 900642 - title = "EVTNAME900642" - desc = "EVTDESC900642" - picture = "cyprus_convention" - - is_triggered_only = yes - - option = { - name = "EVT900642OPTA" - set_country_flag = receiving_cyprus - relation = { who = TUR value = 50 } - TUR = { - change_variable = { - which = berlin_congress_support_balkans - value = -1 - } - change_variable = { - which = berlin_congress_support_OE - value = 1 - } - } - } + id = 900642 + title = "EVTNAME900642" + desc = "EVTDESC900642" + picture = "cyprus_convention" + + is_triggered_only = yes + + option = { + name = "EVT900642OPTA" + set_country_flag = receiving_cyprus + relation = { who = TUR value = 50 } + TUR = { + change_variable = { + which = berlin_congress_support_balkans + value = -1 + } + change_variable = { + which = berlin_congress_support_OE + value = 1 + } + } + } } country_event = { - id = 900643 - title = "EVTNAME900643" - desc = "EVTDESC900643" - picture = "cyprus_convention" - - is_triggered_only = yes - - option = { - name = "EVT900643OPTA" - prestige = -5 - } - - option = { - name = "EVT900643OPTB" - relation = { who = TUR value = -50 } - TUR = { - change_variable = { - which = berlin_congress_support_balkans - value = 1 - } - change_variable = { - which = berlin_congress_support_OE - value = -1 - } - } - } + id = 900643 + title = "EVTNAME900643" + desc = "EVTDESC900643" + picture = "cyprus_convention" + + is_triggered_only = yes + + option = { + name = "EVT900643OPTA" + prestige = -5 + } + + option = { + name = "EVT900643OPTB" + relation = { who = TUR value = -50 } + TUR = { + change_variable = { + which = berlin_congress_support_balkans + value = 1 + } + change_variable = { + which = berlin_congress_support_OE + value = -1 + } + } + } } country_event = { - id = 900645 - title = "EVTNAME900645" #The Bosnian Issue - desc = "EVTDESC900645" - picture = "bosnia_issue" - - trigger = { - OR = { - TUR = { owns = 783 } - BOS = { vassal_of = TUR } - } - has_country_flag = attending_berlin_congress - OR = { - owns = 771 - CRO = { vassal_of = THIS } - } - NOT = { - tag = TUR - tag = RUS - has_country_flag = claimed_bosnia - has_country_flag = refused_bosnia - has_global_flag = berlin_congress_held - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900645OPTA" - set_country_flag = claimed_bosnia - badboy = 3 - ai_chance = { - factor = 95 - modifier = { - factor = 0 - badboy = 0.88 - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } - - option = { - name = "EVT900645OPTB" - set_country_flag = refused_bosnia - badboy = -1 - ai_chance = { - factor = 5 - modifier = { - factor = 10 - war_policy = anti_military - } - } - } + id = 900645 + title = "EVTNAME900645" #The Bosnian Issue + desc = "EVTDESC900645" + picture = "bosnia_issue" + + trigger = { + OR = { + TUR = { owns = 783 } + BOS = { vassal_of = TUR } + } + has_country_flag = attending_berlin_congress + OR = { + owns = 771 + CRO = { vassal_of = THIS } + } + NOT = { + tag = TUR + tag = RUS + has_country_flag = claimed_bosnia + has_country_flag = refused_bosnia + has_global_flag = berlin_congress_held + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900645OPTA" + set_country_flag = claimed_bosnia + badboy = 3 + ai_chance = { + factor = 95 + modifier = { + factor = 0 + badboy = 0.88 + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } + + option = { + name = "EVT900645OPTB" + set_country_flag = refused_bosnia + badboy = -1 + ai_chance = { + factor = 5 + modifier = { + factor = 10 + war_policy = anti_military + } + } + } } country_event = { - id = 900646 - title = "EVTNAME900646" #The Croatian Issue - desc = "EVTDESC900646" - picture = "croatia_issue" - - trigger = { - OR = { - TUR = { owns = 771 } - CRO = { - vassal_of = TUR - owns = 771 - } - } - has_country_flag = attending_berlin_congress - OR = { - owns = 768 - SLO = { vassal_of = THIS } - } - NOT = { - tag = TUR - tag = RUS - has_country_flag = claimed_croatia - has_country_flag = refused_croatia - has_global_flag = berlin_congress_held - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900646OPTA" - set_country_flag = claimed_croatia - badboy = 3 - ai_chance = { - factor = 95 - modifier = { - factor = 0 - badboy = 0.88 - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } - - option = { - name = "EVT900646OPTB" - set_country_flag = refused_croatia - badboy = -1 - ai_chance = { - factor = 5 - modifier = { - factor = 10 - war_policy = anti_military - } - } - } + id = 900646 + title = "EVTNAME900646" #The Croatian Issue + desc = "EVTDESC900646" + picture = "croatia_issue" + + trigger = { + OR = { + TUR = { owns = 771 } + CRO = { + vassal_of = TUR + owns = 771 + } + } + has_country_flag = attending_berlin_congress + OR = { + owns = 768 + SLO = { vassal_of = THIS } + } + NOT = { + tag = TUR + tag = RUS + has_country_flag = claimed_croatia + has_country_flag = refused_croatia + has_global_flag = berlin_congress_held + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900646OPTA" + set_country_flag = claimed_croatia + badboy = 3 + ai_chance = { + factor = 95 + modifier = { + factor = 0 + badboy = 0.88 + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } + + option = { + name = "EVT900646OPTB" + set_country_flag = refused_croatia + badboy = -1 + ai_chance = { + factor = 5 + modifier = { + factor = 10 + war_policy = anti_military + } + } + } } ############################################################################# -# # -# Congress of Berlin: Resolution # -# # +# # +# Congress of Berlin: Resolution # +# # ############################################################################# country_event = { - - id = 90065 - - title = "EVTNAME90065" # The Congress (OE Supported - Historical Result) - desc = "EVTDESC90065" - news = yes - news_title = "EVTNAME90065_NEWS_TITLE" - news_desc_long = "EVTDESC90065_NEWS_LONG" - news_desc_medium = "EVTDESC90065_NEWS_MEDIUM" - news_desc_short = "EVTDESC90065_NEWS_SHORT" - picture = "berlin_congress_htm" - major = yes - - trigger = { - TUR = { - exists = yes - war = no - check_variable = { - which = berlin_congress_support_OE - value = 1 - } - } - NOT = { has_global_flag = berlin_congress_held } - has_country_flag = hosting_berlin_congress - has_country_flag = attending_berlin_congress - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_OE - value = 2 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_OE - value = 3 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_OE - value = 4 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_OE - value = 5 - } - } - } - } - - option = { - name = "EVT90065OPTA" - set_global_flag = berlin_congress_held - prestige = 20 - TUR = { country_event = 90067 } - } + + id = 90065 + + title = "EVTNAME90065" # The Congress (OE Supported - Historical Result) + desc = "EVTDESC90065" + news = yes + news_title = "EVTNAME90065_NEWS_TITLE" + news_desc_long = "EVTDESC90065_NEWS_LONG" + news_desc_medium = "EVTDESC90065_NEWS_MEDIUM" + news_desc_short = "EVTDESC90065_NEWS_SHORT" + picture = "berlin_congress_htm" + major = yes + + trigger = { + TUR = { + exists = yes + war = no + check_variable = { + which = berlin_congress_support_OE + value = 1 + } + } + NOT = { has_global_flag = berlin_congress_held } + has_country_flag = hosting_berlin_congress + has_country_flag = attending_berlin_congress + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_OE + value = 2 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_OE + value = 3 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_OE + value = 4 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_OE + value = 5 + } + } + } + } + + option = { + name = "EVT90065OPTA" + set_global_flag = berlin_congress_held + prestige = 20 + TUR = { country_event = 90067 } + } } country_event = { - - id = 90066 - - title = "EVTNAME90066" # The Congress (Balkans Supported) - desc = "EVTDESC90066" - news = yes - news_title = "EVTNAME90065_NEWS_TITLE" - news_desc_long = "EVTDESC90066_NEWS_LONG" - news_desc_medium = "EVTDESC90066_NEWS_MEDIUM" - news_desc_short = "EVTDESC90066_NEWS_SHORT" - picture = "berlin_congress_htm" - major = yes - - trigger = { - TUR = { - exists = yes - war = no - check_variable = { - which = berlin_congress_support_balkans - value = 1 - } - } - NOT = { has_global_flag = berlin_congress_held } - has_country_flag = hosting_berlin_congress - has_country_flag = attending_berlin_congress - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_balkans - value = 2 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_balkans - value = 3 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_balkans - value = 4 - } - } - } - modifier = { - factor = 0.5 - TUR = { - check_variable = { - which = berlin_congress_support_balkans - value = 5 - } - } - } - } - - option = { - name = "EVT90065OPTA" - set_global_flag = berlin_congress_held - prestige = 20 - TUR = { country_event = 90068 } - } + + id = 90066 + + title = "EVTNAME90066" # The Congress (Balkans Supported) + desc = "EVTDESC90066" + news = yes + news_title = "EVTNAME90065_NEWS_TITLE" + news_desc_long = "EVTDESC90066_NEWS_LONG" + news_desc_medium = "EVTDESC90066_NEWS_MEDIUM" + news_desc_short = "EVTDESC90066_NEWS_SHORT" + picture = "berlin_congress_htm" + major = yes + + trigger = { + TUR = { + exists = yes + war = no + check_variable = { + which = berlin_congress_support_balkans + value = 1 + } + } + NOT = { has_global_flag = berlin_congress_held } + has_country_flag = hosting_berlin_congress + has_country_flag = attending_berlin_congress + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_balkans + value = 2 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_balkans + value = 3 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_balkans + value = 4 + } + } + } + modifier = { + factor = 0.5 + TUR = { + check_variable = { + which = berlin_congress_support_balkans + value = 5 + } + } + } + } + + option = { + name = "EVT90065OPTA" + set_global_flag = berlin_congress_held + prestige = 20 + TUR = { country_event = 90068 } + } } country_event = { - id = 90067 - - title = "EVTNAME90067" # Demands of the Congress (OE Supported) - desc = "EVTDESC90067" - picture = "berlin_congress_htm" - - is_triggered_only = yes - - option = { - name = "EVT90067OPTA" - prestige_factor = 0.1 - set_global_flag = ottomans_supported - - # Take temporary control of rebel-controlled provinces - any_owned = { - limit = { - controlled_by_rebels = yes - OR = { - is_core = ROM - is_core = BUL - is_core = GRE - is_core = MON - is_core = BOS - is_core = SER - is_core = ALB - } - } - change_controller = TUR - } - - # Remove cores - TUR_674 = { remove_core = TUR } # Dobrudja - TUR_788 = { remove_core = TUR } # Bosnia - TUR_810 = { remove_core = TUR } # Bulgaria - TUR_803 = { remove_core = TUR } # S.Serbia - MON_2582 = { remove_core = TUR } # Montenegro - TUR_853 = { remove_core = TUR } # Albania - TUR_832 = { remove_core = TUR } # Thessalia - 847 = { remove_core = TUR } #Chania - 848 = { remove_core = TUR } #Iraklion - - # Free Moldavia & Wallachia, and return Constanta and Tulcea to Wallachia - random_owned = { - limit = { - WAL = { exists = no } - ROM = { exists = no } - } - WAL = { set_country_flag = congress_released_country } - } - random_country = { - limit = { - tag = ROM - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = ROM } - ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } - } - random_country = { - limit = { - tag = MOL - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = MOL } - } - random_country = { - limit = { - tag = WAL - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = WAL } - } - random_owned = { - limit = { - province_id = 674 #Constanta - owned_by = TUR - NOT = { exists = ROM } - } - secede_province = WAL - WAL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 675 #Tulcea - owned_by = TUR - NOT = { exists = ROM } - } - secede_province = WAL - WAL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 674 #Constanta - owned_by = TUR - exists = ROM - } - secede_province = ROM - ROM = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 675 #Tulcea - owned_by = TUR - exists = ROM - } - secede_province = ROM - ROM = { set_country_flag = received_congress_benefit } - } - - # Free Montenegro if it is owned, return Niksic and Ulcinj - random_owned = { - limit = { MON = { exists = no } } - MON = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 2583 - owned_by = TUR - } - secede_province = MON - MON = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 2569 - owned_by = TUR - } - secede_province = MON - MON = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 800 - owned_by = TUR - } - secede_province = MON - MON = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = MON - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = MON } - } - - # Give Bulgaria, Eastern Rumelia and Silestre to Bulgaria, make it a vassal - random_owned = { - limit = { BUL = { exists = no } } - BUL = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 809 - owned_by = TUR - NOT = { exists = BUL } - } - owner = { release_vassal = BUL } - BUL = { - set_country_flag = received_congress_benefit - any_owned = { - limit = { - NOT = { - region = TUR_810 - province_id = 818 - } - } - secede_province = TUR - } - } - - } - random_owned = { - limit = { - province_id = 812 - owned_by = TUR - exists = BUL - } - state_scope = { - any_owned = { - secede_province = BUL - } - } - BUL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 818 - owned_by = TUR - exists = BUL - } - secede_province = BUL - BUL = { set_country_flag = received_congress_benefit } - } - - # Release Bosnia - random_owned = { - limit = { - province_id = 783 - BOS = { exists = no } - } - BOS = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 783 - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = BOS - } - } - BOS = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 804 - BOS = { exists = yes } - } - secede_province = BOS - BOS = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 2577 - BOS = { exists = yes } - } - secede_province = BOS - BOS = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = BOS - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = BOS } - } - - # Any Croatian lands given to Croatia, it is freed if vassaled - random_owned = { - limit = { - CRO = { exists = no } - TUR = { owns = 771 } - } - CRO = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 771 - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = CRO - } - } - CRO = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 781 - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = CRO - } - } - CRO = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = CRO - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = CRO } - } - - # Any Dalmatian lands given to Dalmatia, it is freed if vassaled - random_owned = { - limit = { - DLM = { exists = no } - CRO = { exists = no } - TUR = { NOT = { owns = 771 } } - } - DLM = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 781 - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = DLM - } - } - DLM = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = DLM - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = DLM } - } - - # Free Serbia if it is owned, return Nis and Leskovac - random_owned = { - limit = { SER = { exists = no } } - SER = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 794 #Belgrade - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = SER - } - } - SER = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 798 #Nis - owned_by = TUR - } - secede_province = SER - SER = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 799 #Leskovac - owned_by = TUR - } - secede_province = SER - SER = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = SER - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = SER } - } - - #Return Thessaly to Greece (less Janina) - random_owned = { - limit = { GRE = { exists = no } } - GRE = { set_country_flag = congress_released_country } - } - random_country = { - limit = { - tag = GRE - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = GRE } - } - random_owned = { - limit = { - province_id = 834 #Athens - owned_by = TUR - NOT = { exists = GRE } - } - state_scope = { - any_owned = { - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 842 #Patras - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 832 #Volos - owned_by = TUR - } - state_scope = { - any_owned = { - limit = { NOT = { province_id = 824 } } #Janina - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - - # If Greece is a GP and attending, give Crete and W. Macedonia - random_country = { - limit = { - tag = GRE - has_country_flag = attending_berlin_congress - } - clr_country_flag = received_congress_benefit - THIS = { - any_owned = { - limit = { - OR = { - province_id = 824 #Janina - province_id = 847 #Iraklion - province_id = 848 #Chania - region = TUR_805 #W. Macedonia - } - } - remove_core = TUR - secede_province = GRE - } - } - } - - #Release Crete, if it's a vassal - random_country = { - limit = { - tag = CRE - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = CRE } - } - - #If no country is receiving Cyprus, release it as a vassal - random_owned = { - limit = { - province_id = 855 #Nicosia - owned_by = TUR - NOT = { any_greater_power = { has_country_flag = receiving_cyprus } } - } - owner = { release_vassal = CYP } - CYP = { set_country_flag = received_congress_benefit } - } - - # Send acknowledgment to attending countries - any_greater_power = { - limit = { has_country_flag = attending_berlin_congress } - country_event = 90069 - } - - # Military Upset - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.20 - } - militancy = 3 - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.40 - } - militancy = 3 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT90067OPTB" - clr_country_flag = giving_up_cyprus - prestige_factor = -0.2 - # Send refusal to attending countries - any_greater_power = { - limit = { has_country_flag = attending_berlin_congress } - country_event = 90071 - } - - # Balkans Upset - any_pop = { - limit = { - OR = { - has_pop_culture = bulgarian - has_pop_culture = serb - has_pop_culture = romanian - has_pop_culture = greek - } - } - militancy = 6 - consciousness = 4 - } - any_owned = { - limit = { - OR = { - culture = bulgarian - culture = serb - culture = romanian - culture = greek - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - - # Military Pleased - soldiers = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -3 - } - officers = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -3 - } - ai_chance = { - factor = 10 - } - } + id = 90067 + + title = "EVTNAME90067" # Demands of the Congress (OE Supported) + desc = "EVTDESC90067" + picture = "berlin_congress_htm" + + is_triggered_only = yes + + option = { + name = "EVT90067OPTA" + prestige_factor = 0.1 + set_global_flag = ottomans_supported + + # Take temporary control of rebel-controlled provinces + any_owned = { + limit = { + controlled_by_rebels = yes + OR = { + is_core = ROM + is_core = BUL + is_core = GRE + is_core = MON + is_core = BOS + is_core = SER + is_core = ALB + } + } + change_controller = TUR + } + + # Remove cores + TUR_674 = { remove_core = TUR } # Dobrudja + TUR_788 = { remove_core = TUR } # Bosnia + TUR_810 = { remove_core = TUR } # Bulgaria + TUR_803 = { remove_core = TUR } # S.Serbia + MON_2582 = { remove_core = TUR } # Montenegro + TUR_853 = { remove_core = TUR } # Albania + TUR_832 = { remove_core = TUR } # Thessalia + 847 = { remove_core = TUR } #Chania + 848 = { remove_core = TUR } #Iraklion + + # Free Moldavia & Wallachia, and return Constanta and Tulcea to Wallachia + random_owned = { + limit = { + WAL = { exists = no } + ROM = { exists = no } + } + WAL = { set_country_flag = congress_released_country } + } + random_country = { + limit = { + tag = ROM + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = ROM } + ROM = { any_owned = { limit = { is_core = ROM } remove_core = WAL remove_core = MOL } } + } + random_country = { + limit = { + tag = MOL + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = MOL } + } + random_country = { + limit = { + tag = WAL + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = WAL } + } + random_owned = { + limit = { + province_id = 674 #Constanta + owned_by = TUR + NOT = { exists = ROM } + } + secede_province = WAL + WAL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 675 #Tulcea + owned_by = TUR + NOT = { exists = ROM } + } + secede_province = WAL + WAL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 674 #Constanta + owned_by = TUR + exists = ROM + } + secede_province = ROM + ROM = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 675 #Tulcea + owned_by = TUR + exists = ROM + } + secede_province = ROM + ROM = { set_country_flag = received_congress_benefit } + } + + # Free Montenegro if it is owned, return Niksic and Ulcinj + random_owned = { + limit = { MON = { exists = no } } + MON = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 2583 + owned_by = TUR + } + secede_province = MON + MON = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 2569 + owned_by = TUR + } + secede_province = MON + MON = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 800 + owned_by = TUR + } + secede_province = MON + MON = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = MON + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = MON } + } + + # Give Bulgaria, Eastern Rumelia and Silestre to Bulgaria, make it a vassal + random_owned = { + limit = { BUL = { exists = no } } + BUL = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 809 + owned_by = TUR + NOT = { exists = BUL } + } + owner = { release_vassal = BUL } + BUL = { + set_country_flag = received_congress_benefit + any_owned = { + limit = { + NOT = { + region = TUR_810 + province_id = 818 + } + } + secede_province = TUR + } + } + + } + random_owned = { + limit = { + province_id = 812 + owned_by = TUR + exists = BUL + } + state_scope = { + any_owned = { + secede_province = BUL + } + } + BUL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 818 + owned_by = TUR + exists = BUL + } + secede_province = BUL + BUL = { set_country_flag = received_congress_benefit } + } + + # Release Bosnia + random_owned = { + limit = { + province_id = 783 + BOS = { exists = no } + } + BOS = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 783 + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = BOS + } + } + BOS = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 804 + BOS = { exists = yes } + } + secede_province = BOS + BOS = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 2577 + BOS = { exists = yes } + } + secede_province = BOS + BOS = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = BOS + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = BOS } + } + + # Any Croatian lands given to Croatia, it is freed if vassaled + random_owned = { + limit = { + CRO = { exists = no } + TUR = { owns = 771 } + } + CRO = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 771 + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = CRO + } + } + CRO = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 781 + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = CRO + } + } + CRO = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = CRO + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = CRO } + } + + # Any Dalmatian lands given to Dalmatia, it is freed if vassaled + random_owned = { + limit = { + DLM = { exists = no } + CRO = { exists = no } + TUR = { NOT = { owns = 771 } } + } + DLM = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 781 + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = DLM + } + } + DLM = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = DLM + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = DLM } + } + + # Free Serbia if it is owned, return Nis and Leskovac + random_owned = { + limit = { SER = { exists = no } } + SER = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 794 #Belgrade + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = SER + } + } + SER = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 798 #Nis + owned_by = TUR + } + secede_province = SER + SER = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 799 #Leskovac + owned_by = TUR + } + secede_province = SER + SER = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = SER + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = SER } + } + + #Return Thessaly to Greece (less Janina) + random_owned = { + limit = { GRE = { exists = no } } + GRE = { set_country_flag = congress_released_country } + } + random_country = { + limit = { + tag = GRE + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = GRE } + } + random_owned = { + limit = { + province_id = 834 #Athens + owned_by = TUR + NOT = { exists = GRE } + } + state_scope = { + any_owned = { + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 842 #Patras + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 832 #Volos + owned_by = TUR + } + state_scope = { + any_owned = { + limit = { NOT = { province_id = 824 } } #Janina + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + + # If Greece is a GP and attending, give Crete and W. Macedonia + random_country = { + limit = { + tag = GRE + has_country_flag = attending_berlin_congress + } + clr_country_flag = received_congress_benefit + THIS = { + any_owned = { + limit = { + OR = { + province_id = 824 #Janina + province_id = 847 #Iraklion + province_id = 848 #Chania + region = TUR_805 #W. Macedonia + } + } + remove_core = TUR + secede_province = GRE + } + } + } + + #Release Crete, if it's a vassal + random_country = { + limit = { + tag = CRE + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = CRE } + } + + #If no country is receiving Cyprus, release it as a vassal + random_owned = { + limit = { + province_id = 855 #Nicosia + owned_by = TUR + NOT = { any_greater_power = { has_country_flag = receiving_cyprus } } + } + owner = { release_vassal = CYP } + CYP = { set_country_flag = received_congress_benefit } + } + + # Send acknowledgment to attending countries + any_greater_power = { + limit = { has_country_flag = attending_berlin_congress } + country_event = 90069 + } + + # Military Upset + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.20 + } + militancy = 3 + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.40 + } + militancy = 3 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT90067OPTB" + clr_country_flag = giving_up_cyprus + prestige_factor = -0.2 + # Send refusal to attending countries + any_greater_power = { + limit = { has_country_flag = attending_berlin_congress } + country_event = 90071 + } + + # Balkans Upset + any_pop = { + limit = { + OR = { + has_pop_culture = bulgarian + has_pop_culture = serb + has_pop_culture = romanian + has_pop_culture = greek + } + } + militancy = 6 + consciousness = 4 + } + any_owned = { + limit = { + OR = { + culture = bulgarian + culture = serb + culture = romanian + culture = greek + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + + # Military Pleased + soldiers = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -3 + } + officers = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -3 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 90068 - - title = "EVTNAME90068" # Demands of the Congress (Balkans Supported) - desc = "EVTDESC90068" - picture = "berlin_congress_htm" - - is_triggered_only = yes - - option = { - name = "EVT90067OPTA" - set_global_flag = balkans_supported - prestige_factor = 0.1 - - # Take temporary control of rebel-controlled provinces - any_owned = { - limit = { - controlled_by_rebels = yes - OR = { - is_core = ROM - is_core = BUL - is_core = GRE - is_core = MON - is_core = BOS - is_core = SER - is_core = ALB - } - } - change_controller = TUR - } - - # Remove cores - TUR_674 = { remove_core = TUR } # Dobrudja - TUR_788 = { remove_core = TUR } # Bosnia - TUR_810 = { remove_core = TUR } # Bulgaria - TUR_809 = { remove_core = TUR } # E.Rumelia - TUR_803 = { remove_core = TUR } # S.Serbia - MON_2582 = { remove_core = TUR } # Montenegro - TUR_853 = { remove_core = TUR } # Albania - TUR_832 = { remove_core = TUR } # Thessalia - TUR_806 = { remove_core = TUR } # N.Macedonia - TUR_805 = { remove_core = TUR } # W.Macedonia - TUR_855 = { remove_core = TUR } # Cyprus - 847 = { remove_core = TUR } #Chania - 848 = { remove_core = TUR } #Iraklion - - # Free Moldavia & Wallachia, and return Constanta and Tulcea to Wallachia - random_owned = { - limit = { - WAL = { exists = no } - ROM = { exists = no } - } - WAL = { set_country_flag = congress_released_country } - } - random_country = { - limit = { - tag = ROM - ai = yes - owns = 678 - } - 678 = { secede_province = RUS add_core = RUS } - } - random_country = { - limit = { - tag = ROM - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = ROM } - } - random_country = { - limit = { - tag = MOL - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = MOL } - } - random_country = { - limit = { - tag = WAL - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = WAL } - } - random_owned = { - limit = { - province_id = 674 #Constanta - owned_by = TUR - NOT = { exists = ROM } - } - secede_province = WAL - WAL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 675 #Tulcea - owned_by = TUR - NOT = { exists = ROM } - } - secede_province = WAL - WAL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 674 #Constanta - owned_by = TUR - exists = ROM - } - secede_province = ROM - ROM = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 675 #Tulcea - owned_by = TUR - exists = ROM - } - secede_province = ROM - ROM = { set_country_flag = received_congress_benefit } - } - - # Give Bulgaria, Eastern Rumelia and Silestre to Bulgaria, free it if vassaled - random_owned = { - limit = { BUL = { exists = no } } - BUL = { set_country_flag = congress_released_country } - } - random_country = { - limit = { - tag = BUL - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = BUL } - } - random_owned = { - limit = { - province_id = 817 #Burgas - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = BUL - } - } - BUL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 812 #Pleven - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = BUL - } - } - BUL = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 818 #Silistre - owned_by = TUR - } - secede_province = BUL - BUL = { set_country_flag = received_congress_benefit } - } - - # Any Montenegrin lands given to Montenegro, it is freed if vassaled - random_owned = { - limit = { MON = { exists = no } } - MON = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { is_core = MON } - MON = { set_country_flag = received_congress_benefit } - } - any_owned = { - limit = { is_core = MON } - secede_province = MON - } - random_country = { - limit = { - tag = MON - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = MON } - } - - # Any Bosnian lands given to Bosnia, it is freed if vassaled - random_owned = { - limit = { - province_id = 783 - BOS = { exists = no } - } - BOS = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - is_core = BOS - BOS = { exists = yes } - } - BOS = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 783 - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = BOS - } - } - BOS = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 804 - BOS = { exists = yes } - } - secede_province = BOS - BOS = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 2577 - BOS = { exists = yes } - } - secede_province = BOS - BOS = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = BOS - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = BOS } - } - - # Any Croatian lands given to Croatia, it is freed if vassaled - random_owned = { - limit = { - CRO = { exists = no } - TUR = { owns = 771 } - } - CRO = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 771 #Zagreb - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = CRO - } - } - CRO = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 781 #Zadar - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = CRO - } - } - CRO = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = CRO - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = CRO } - } - - # Any Dalmatian lands given to Dalmatia, it is freed if vassaled - random_owned = { - limit = { - DLM = { exists = no } - CRO = { exists = no } - TUR = { NOT = { owns = 771 } } - } - DLM = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { - province_id = 781 #Zadar - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = DLM - } - } - DLM = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = DLM - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = DLM } - } - - # Any Serbian lands given to Serbia, it is freed if vassaled - random_owned = { - limit = { SER = { exists = no } } - SER = { set_country_flag = congress_released_country } - } - random_owned = { - limit = { is_core = SER } - SER = { set_country_flag = received_congress_benefit } - } - any_owned = { - limit = { is_core = SER } - secede_province = SER - } - random_country = { - limit = { - tag = SER - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = SER } - } - - # Thessalia & Dodecanese returned to Greece (W.Macedonia if Thessalia already owned) - random_owned = { - limit = { GRE = { exists = no } } - GRE = { set_country_flag = congress_released_country } - } - random_country = { - limit = { - tag = GRE - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = GRE } - } - random_owned = { - limit = { - province_id = 834 #Athens - owned_by = TUR - NOT = { exists = GRE } - } - owner = { release_vassal = GRE } - GRE = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 819 #Florina - owned_by = TUR - 824 = { owned_by = GRE } - } - state_scope = { - any_owned = { - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 824 #Janina - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 842 #Patras - owned_by = TUR - } - state_scope = { - any_owned = { - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - - random_owned = { - limit = { - province_id = 846 #Dodecanese - owned_by = TUR - } - remove_core = TUR - secede_province = GRE - GRE = { set_country_flag = received_congress_benefit } - } - - #Give Crete to Greece - random_owned = { - limit = { - province_id = 848 #Iraklion - owned_by = TUR - } - state_scope = { - any_owned = { - limit = { is_core = CRE } - secede_province = GRE - } - } - GRE = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = CRE - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = CRE } - } - - #If no country is receiving Cyprus, release it - random_owned = { - limit = { - province_id = 855 #Nicosia - owned_by = TUR - NOT = { any_greater_power = { has_country_flag = receiving_cyprus } } - } - state_scope = { - any_owned = { - limit = { is_core = CYP } - secede_province = CYP - } - } - CYP = { set_country_flag = received_congress_benefit } - } - random_country = { - limit = { - tag = CYP - vassal_of = TUR - } - set_country_flag = received_congress_benefit - TUR = { release_vassal = CYP } - } - - # If Greece is a GP and attending, give W. Macedonia and E.Macedonia - random_country = { - limit = { - tag = GRE - has_country_flag = attending_berlin_congress - } - clr_country_flag = received_congress_benefit - THIS = { - any_owned = { - limit = { - OR = { - region = TUR_805 - region = TUR_823 - } - } - secede_province = GRE - } - } - } - - # Albania released as a vassal - random_owned = { - limit = { is_core = ALB } - ALB = { set_country_flag = received_congress_benefit } - } - random_owned = { - limit = { - province_id = 849 #Tirana - owned_by = TUR - NOT = { exists = ALB } - } - owner = { release_vassal = ALB } - } - any_owned = { - limit = { is_core = ALB } - secede_province = ALB - ALB = { set_country_flag = received_congress_benefit } - } - - # Send acknowledgment to attending countries - any_greater_power = { - limit = { has_country_flag = attending_berlin_congress } - country_event = 90070 - } - - # Military Upset - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.20 - } - militancy = 5 - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.40 - } - militancy = 5 - } - ai_chance = { - factor = 70 - } - } - - option = { - name = "EVT90067OPTB" - clr_country_flag = giving_up_cyprus - prestige = -20 - # Send refusal to attending countries - any_greater_power = { - limit = { has_country_flag = attending_berlin_congress } - country_event = 90071 - } - - # Balkans Upset - any_pop = { - limit = { - OR = { - has_pop_culture = bulgarian - has_pop_culture = serb - has_pop_culture = romanian - has_pop_culture = greek - } - } - militancy = 6 - consciousness = 4 - } - any_owned = { - limit = { - OR = { - culture = bulgarian - culture = serb - culture = romanian - culture = greek - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - - # Military Pleased - soldiers = { - limit = { is_primary_culture = yes } - militancy = -3 - consciousness = -3 - } - officers = { - limit = { is_primary_culture = yes } - militancy = -3 - consciousness = -3 - } - ai_chance = { - factor = 30 - } - } + id = 90068 + + title = "EVTNAME90068" # Demands of the Congress (Balkans Supported) + desc = "EVTDESC90068" + picture = "berlin_congress_htm" + + is_triggered_only = yes + + option = { + name = "EVT90067OPTA" + set_global_flag = balkans_supported + prestige_factor = 0.1 + + # Take temporary control of rebel-controlled provinces + any_owned = { + limit = { + controlled_by_rebels = yes + OR = { + is_core = ROM + is_core = BUL + is_core = GRE + is_core = MON + is_core = BOS + is_core = SER + is_core = ALB + } + } + change_controller = TUR + } + + # Remove cores + TUR_674 = { remove_core = TUR } # Dobrudja + TUR_788 = { remove_core = TUR } # Bosnia + TUR_810 = { remove_core = TUR } # Bulgaria + TUR_809 = { remove_core = TUR } # E.Rumelia + TUR_803 = { remove_core = TUR } # S.Serbia + MON_2582 = { remove_core = TUR } # Montenegro + TUR_853 = { remove_core = TUR } # Albania + TUR_832 = { remove_core = TUR } # Thessalia + TUR_806 = { remove_core = TUR } # N.Macedonia + TUR_805 = { remove_core = TUR } # W.Macedonia + TUR_855 = { remove_core = TUR } # Cyprus + 847 = { remove_core = TUR } #Chania + 848 = { remove_core = TUR } #Iraklion + + # Free Moldavia & Wallachia, and return Constanta and Tulcea to Wallachia + random_owned = { + limit = { + WAL = { exists = no } + ROM = { exists = no } + } + WAL = { set_country_flag = congress_released_country } + } + random_country = { + limit = { + tag = ROM + ai = yes + owns = 678 + } + 678 = { secede_province = RUS add_core = RUS } + } + random_country = { + limit = { + tag = ROM + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = ROM } + } + random_country = { + limit = { + tag = MOL + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = MOL } + } + random_country = { + limit = { + tag = WAL + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = WAL } + } + random_owned = { + limit = { + province_id = 674 #Constanta + owned_by = TUR + NOT = { exists = ROM } + } + secede_province = WAL + WAL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 675 #Tulcea + owned_by = TUR + NOT = { exists = ROM } + } + secede_province = WAL + WAL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 674 #Constanta + owned_by = TUR + exists = ROM + } + secede_province = ROM + ROM = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 675 #Tulcea + owned_by = TUR + exists = ROM + } + secede_province = ROM + ROM = { set_country_flag = received_congress_benefit } + } + + # Give Bulgaria, Eastern Rumelia and Silestre to Bulgaria, free it if vassaled + random_owned = { + limit = { BUL = { exists = no } } + BUL = { set_country_flag = congress_released_country } + } + random_country = { + limit = { + tag = BUL + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = BUL } + } + random_owned = { + limit = { + province_id = 817 #Burgas + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = BUL + } + } + BUL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 812 #Pleven + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = BUL + } + } + BUL = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 818 #Silistre + owned_by = TUR + } + secede_province = BUL + BUL = { set_country_flag = received_congress_benefit } + } + + # Any Montenegrin lands given to Montenegro, it is freed if vassaled + random_owned = { + limit = { MON = { exists = no } } + MON = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { is_core = MON } + MON = { set_country_flag = received_congress_benefit } + } + any_owned = { + limit = { is_core = MON } + secede_province = MON + } + random_country = { + limit = { + tag = MON + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = MON } + } + + # Any Bosnian lands given to Bosnia, it is freed if vassaled + random_owned = { + limit = { + province_id = 783 + BOS = { exists = no } + } + BOS = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + is_core = BOS + BOS = { exists = yes } + } + BOS = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 783 + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = BOS + } + } + BOS = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 804 + BOS = { exists = yes } + } + secede_province = BOS + BOS = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 2577 + BOS = { exists = yes } + } + secede_province = BOS + BOS = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = BOS + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = BOS } + } + + # Any Croatian lands given to Croatia, it is freed if vassaled + random_owned = { + limit = { + CRO = { exists = no } + TUR = { owns = 771 } + } + CRO = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 771 #Zagreb + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = CRO + } + } + CRO = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 781 #Zadar + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = CRO + } + } + CRO = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = CRO + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = CRO } + } + + # Any Dalmatian lands given to Dalmatia, it is freed if vassaled + random_owned = { + limit = { + DLM = { exists = no } + CRO = { exists = no } + TUR = { NOT = { owns = 771 } } + } + DLM = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { + province_id = 781 #Zadar + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = DLM + } + } + DLM = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = DLM + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = DLM } + } + + # Any Serbian lands given to Serbia, it is freed if vassaled + random_owned = { + limit = { SER = { exists = no } } + SER = { set_country_flag = congress_released_country } + } + random_owned = { + limit = { is_core = SER } + SER = { set_country_flag = received_congress_benefit } + } + any_owned = { + limit = { is_core = SER } + secede_province = SER + } + random_country = { + limit = { + tag = SER + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = SER } + } + + # Thessalia & Dodecanese returned to Greece (W.Macedonia if Thessalia already owned) + random_owned = { + limit = { GRE = { exists = no } } + GRE = { set_country_flag = congress_released_country } + } + random_country = { + limit = { + tag = GRE + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = GRE } + } + random_owned = { + limit = { + province_id = 834 #Athens + owned_by = TUR + NOT = { exists = GRE } + } + owner = { release_vassal = GRE } + GRE = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 819 #Florina + owned_by = TUR + 824 = { owned_by = GRE } + } + state_scope = { + any_owned = { + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 824 #Janina + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 842 #Patras + owned_by = TUR + } + state_scope = { + any_owned = { + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + + random_owned = { + limit = { + province_id = 846 #Dodecanese + owned_by = TUR + } + remove_core = TUR + secede_province = GRE + GRE = { set_country_flag = received_congress_benefit } + } + + #Give Crete to Greece + random_owned = { + limit = { + province_id = 848 #Iraklion + owned_by = TUR + } + state_scope = { + any_owned = { + limit = { is_core = CRE } + secede_province = GRE + } + } + GRE = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = CRE + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = CRE } + } + + #If no country is receiving Cyprus, release it + random_owned = { + limit = { + province_id = 855 #Nicosia + owned_by = TUR + NOT = { any_greater_power = { has_country_flag = receiving_cyprus } } + } + state_scope = { + any_owned = { + limit = { is_core = CYP } + secede_province = CYP + } + } + CYP = { set_country_flag = received_congress_benefit } + } + random_country = { + limit = { + tag = CYP + vassal_of = TUR + } + set_country_flag = received_congress_benefit + TUR = { release_vassal = CYP } + } + + # If Greece is a GP and attending, give W. Macedonia and E.Macedonia + random_country = { + limit = { + tag = GRE + has_country_flag = attending_berlin_congress + } + clr_country_flag = received_congress_benefit + THIS = { + any_owned = { + limit = { + OR = { + region = TUR_805 + region = TUR_823 + } + } + secede_province = GRE + } + } + } + + # Albania released as a vassal + random_owned = { + limit = { is_core = ALB } + ALB = { set_country_flag = received_congress_benefit } + } + random_owned = { + limit = { + province_id = 849 #Tirana + owned_by = TUR + NOT = { exists = ALB } + } + owner = { release_vassal = ALB } + } + any_owned = { + limit = { is_core = ALB } + secede_province = ALB + ALB = { set_country_flag = received_congress_benefit } + } + + # Send acknowledgment to attending countries + any_greater_power = { + limit = { has_country_flag = attending_berlin_congress } + country_event = 90070 + } + + # Military Upset + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.20 + } + militancy = 5 + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.40 + } + militancy = 5 + } + ai_chance = { + factor = 70 + } + } + + option = { + name = "EVT90067OPTB" + clr_country_flag = giving_up_cyprus + prestige = -20 + # Send refusal to attending countries + any_greater_power = { + limit = { has_country_flag = attending_berlin_congress } + country_event = 90071 + } + + # Balkans Upset + any_pop = { + limit = { + OR = { + has_pop_culture = bulgarian + has_pop_culture = serb + has_pop_culture = romanian + has_pop_culture = greek + } + } + militancy = 6 + consciousness = 4 + } + any_owned = { + limit = { + OR = { + culture = bulgarian + culture = serb + culture = romanian + culture = greek + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + + # Military Pleased + soldiers = { + limit = { is_primary_culture = yes } + militancy = -3 + consciousness = -3 + } + officers = { + limit = { is_primary_culture = yes } + militancy = -3 + consciousness = -3 + } + ai_chance = { + factor = 30 + } + } } country_event = { - id = 90069 - - title = "EVTNAME90069" # The OE Agrees (OE Supported) - desc = "EVTDESC90069" - picture = "berlin_congress_htm" - - is_triggered_only = yes - - option = { - name = "EVT90069OPTA" - - #Hosting country gains prestige and loses relations with Russia - random_owned = { - limit = { - owner = { has_country_flag = hosting_berlin_congress } - } - owner = { - prestige_factor = 0.2 - relation = { - who = RUS - value = -25 - } - } - } - - #Other countries gain some prestige - random_owned = { - limit = { - owner = { NOT = { has_country_flag = hosting_berlin_congress } } - } - owner = { prestige = 10 } - } - - #Everyone but Russia gain relations & influence with OE if they supported them - random_owned = { - limit = { - owner = { - NOT = { tag = RUS } - has_country_flag = supported_oe_berlin_congress - } - } - owner = { - relation = { who = TUR value = 25 } - diplomatic_influence = { who = TUR value = 25 } - any_country = { - limit = { has_country_flag = supported_oe_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_oe_berlin_congress - } - } - #Everyone but Russia lose relations & influence with OE if they didn't support them - random_owned = { - limit = { - owner = { - NOT = { tag = RUS } - has_country_flag = supported_balkans_berlin_congress - } - } - owner = { - leave_alliance = TUR - relation = { who = TUR value = -25 } - diplomatic_influence = { who = TUR value = -25 } - any_country = { - limit = { has_country_flag = supported_balkans_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_balkans_berlin_congress - } - } - - #Russia loses lots of relations & influence with the OE - random_owned = { - limit = { - owner = { tag = RUS } - } - owner = { - relation = { - who = TUR - value = -50 - } - diplomatic_influence = { - who = TUR - value = -200 - } - } - } - - #Get provinces back from the OE - FROM = { - any_owned = { - limit = { - is_core = THIS - NOT = { is_core = TUR } - } - secede_province = THIS - } - } - clr_country_flag = hosting_berlin_congress - } + id = 90069 + + title = "EVTNAME90069" # The OE Agrees (OE Supported) + desc = "EVTDESC90069" + picture = "berlin_congress_htm" + + is_triggered_only = yes + + option = { + name = "EVT90069OPTA" + + #Hosting country gains prestige and loses relations with Russia + random_owned = { + limit = { + owner = { has_country_flag = hosting_berlin_congress } + } + owner = { + prestige_factor = 0.2 + relation = { + who = RUS + value = -25 + } + } + } + + #Other countries gain some prestige + random_owned = { + limit = { + owner = { NOT = { has_country_flag = hosting_berlin_congress } } + } + owner = { prestige = 10 } + } + + #Everyone but Russia gain relations & influence with OE if they supported them + random_owned = { + limit = { + owner = { + NOT = { tag = RUS } + has_country_flag = supported_oe_berlin_congress + } + } + owner = { + relation = { who = TUR value = 25 } + diplomatic_influence = { who = TUR value = 25 } + any_country = { + limit = { has_country_flag = supported_oe_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_oe_berlin_congress + } + } + #Everyone but Russia lose relations & influence with OE if they didn't support them + random_owned = { + limit = { + owner = { + NOT = { tag = RUS } + has_country_flag = supported_balkans_berlin_congress + } + } + owner = { + leave_alliance = TUR + relation = { who = TUR value = -25 } + diplomatic_influence = { who = TUR value = -25 } + any_country = { + limit = { has_country_flag = supported_balkans_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_balkans_berlin_congress + } + } + + #Russia loses lots of relations & influence with the OE + random_owned = { + limit = { + owner = { tag = RUS } + } + owner = { + relation = { + who = TUR + value = -50 + } + diplomatic_influence = { + who = TUR + value = -200 + } + } + } + + #Get provinces back from the OE + FROM = { + any_owned = { + limit = { + is_core = THIS + NOT = { is_core = TUR } + } + secede_province = THIS + } + } + clr_country_flag = hosting_berlin_congress + } } country_event = { - id = 90070 - - title = "EVTNAME90070" # The OE Agrees (Balkans Supported) - desc = "EVTDESC90070" - picture = "berlin_congress_htm" - - is_triggered_only = yes - - option = { - name = "EVT90069OPTA" - - #Hosting country gains prestige & relations with Russia - random_owned = { - limit = { - owner = { has_country_flag = hosting_berlin_congress } - } - owner = { - prestige_factor = 0.2 - relation = { - who = RUS - value = 50 - } - } - } - - #Other countries gain some prestige - random_owned = { - limit = { - owner = { NOT = { has_country_flag = hosting_berlin_congress } } - } - owner = { prestige = 10 } - } - - ##Everyone but Russia gain relations & influence with OE if they supported them - random_owned = { - limit = { - owner = { - NOT = { tag = RUS } - has_country_flag = supported_oe_berlin_congress - } - } - owner = { - relation = { who = TUR value = 20 } - diplomatic_influence = { who = TUR value = 20 } - any_country = { - limit = { has_country_flag = supported_oe_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_oe_berlin_congress - } - } - #Everyone but Russia lose relations & influence with OE if they didn't support them - random_owned = { - limit = { - owner = { - NOT = { tag = RUS } - has_country_flag = supported_balkans_berlin_congress - } - } - owner = { - leave_alliance = TUR - relation = { who = TUR value = -25 } - diplomatic_influence = { who = TUR value = -25 } - any_country = { - limit = { has_country_flag = supported_balkans_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_balkans_berlin_congress - } - } - - #Russia gains relations & loses influence in the OE - random_owned = { - limit = { - owner = { tag = RUS } - } - owner = { - leave_alliance = TUR - relation = { - who = TUR - value = 50 - } - diplomatic_influence = { - who = TUR - value = -200 - } - } - } - - #Get lands back from the OE - FROM = { - any_owned = { - limit = { - is_core = THIS - NOT = { is_core = TUR } - } - secede_province = THIS - } - } - clr_country_flag = hosting_berlin_congress - } + id = 90070 + + title = "EVTNAME90070" # The OE Agrees (Balkans Supported) + desc = "EVTDESC90070" + picture = "berlin_congress_htm" + + is_triggered_only = yes + + option = { + name = "EVT90069OPTA" + + #Hosting country gains prestige & relations with Russia + random_owned = { + limit = { + owner = { has_country_flag = hosting_berlin_congress } + } + owner = { + prestige_factor = 0.2 + relation = { + who = RUS + value = 50 + } + } + } + + #Other countries gain some prestige + random_owned = { + limit = { + owner = { NOT = { has_country_flag = hosting_berlin_congress } } + } + owner = { prestige = 10 } + } + + ##Everyone but Russia gain relations & influence with OE if they supported them + random_owned = { + limit = { + owner = { + NOT = { tag = RUS } + has_country_flag = supported_oe_berlin_congress + } + } + owner = { + relation = { who = TUR value = 20 } + diplomatic_influence = { who = TUR value = 20 } + any_country = { + limit = { has_country_flag = supported_oe_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_oe_berlin_congress + } + } + #Everyone but Russia lose relations & influence with OE if they didn't support them + random_owned = { + limit = { + owner = { + NOT = { tag = RUS } + has_country_flag = supported_balkans_berlin_congress + } + } + owner = { + leave_alliance = TUR + relation = { who = TUR value = -25 } + diplomatic_influence = { who = TUR value = -25 } + any_country = { + limit = { has_country_flag = supported_balkans_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_balkans_berlin_congress + } + } + + #Russia gains relations & loses influence in the OE + random_owned = { + limit = { + owner = { tag = RUS } + } + owner = { + leave_alliance = TUR + relation = { + who = TUR + value = 50 + } + diplomatic_influence = { + who = TUR + value = -200 + } + } + } + + #Get lands back from the OE + FROM = { + any_owned = { + limit = { + is_core = THIS + NOT = { is_core = TUR } + } + secede_province = THIS + } + } + clr_country_flag = hosting_berlin_congress + } } country_event = { - id = 90071 - - title = "EVTNAME90071" # OE Defies the Congress - desc = "EVTDESC90071" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT90071OPTA" - set_country_flag = oe_refused_congress - clr_country_flag = claimed_croatia - clr_country_flag = claimed_bosnia - clr_country_flag = receiving_cyprus - random_owned = { - limit = { owner = { has_country_flag = supported_oe_berlin_congress } } - owner = { - any_country = { - limit = { has_country_flag = supported_oe_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_oe_berlin_congress - } - } - random_owned = { - limit = { owner = { has_country_flag = supported_balkans_berlin_congress } } - owner = { - any_country = { - limit = { has_country_flag = supported_balkans_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_balkans_berlin_congress - } - } - relation = { who = TUR value = -200 } - diplomatic_influence = { who = TUR value = -200 } - leave_alliance = TUR - casus_belli = { - target = TUR - type = humiliate - months = 30 - } - casus_belli = { - target = TUR - type = cut_down_to_size - months = 30 - } - clr_country_flag = hosting_berlin_congress - ai_chance = { factor = 80 } - } - - option = { - name = "EVT90071OPTB" - clr_country_flag = claimed_croatia - clr_country_flag = claimed_bosnia - clr_country_flag = receiving_cyprus - clr_country_flag = hosting_berlin_congress - random_owned = { - limit = { - owner = { - OR = { - is_our_vassal = TUR - is_sphere_leader_of = TUR - alliance_with = TUR - } - } - } - owner = { prestige_factor = -0.1 } - } - random_owned = { - limit = { - owner = { - OR = { - is_our_vassal = TUR - is_sphere_leader_of = TUR - alliance_with = TUR - } - } - } - owner = { badboy = 1 } - } - random_owned = { - limit = { owner = { has_country_flag = supported_oe_berlin_congress } } - owner = { - any_country = { - limit = { has_country_flag = supported_oe_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_oe_berlin_congress - } - } - random_owned = { - limit = { owner = { has_country_flag = supported_balkans_berlin_congress } } - owner = { - any_country = { - limit = { has_country_flag = supported_balkans_berlin_congress } - relation = { who = THIS value = 20 } - } - clr_country_flag = supported_balkans_berlin_congress - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - alliance_with = TUR - } - modifier = { - factor = 1.5 - is_sphere_leader_of = TUR - } - modifier = { - factor = 1.5 - is_our_vassal = TUR - } - modifier = { - factor = 1.25 - relation = { who = TUR value = 190 } - } - modifier = { - factor = 1.25 - has_recently_lost_war = yes - } - modifier = { - factor = 0 - NOT = { relation = { who = TUR value = 0 } } - } - modifier = { - factor = 0.75 - NOT = { relation = { who = TUR value = 50 } } - } - modifier = { - factor = 0.75 - NOT = { relation = { who = TUR value = 100 } } - } - modifier = { - factor = 0.5 - prestige = 200 - } - modifier = { - factor = 0.5 - prestige = 400 - } - } - } + id = 90071 + + title = "EVTNAME90071" # OE Defies the Congress + desc = "EVTDESC90071" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT90071OPTA" + set_country_flag = oe_refused_congress + clr_country_flag = claimed_croatia + clr_country_flag = claimed_bosnia + clr_country_flag = receiving_cyprus + random_owned = { + limit = { owner = { has_country_flag = supported_oe_berlin_congress } } + owner = { + any_country = { + limit = { has_country_flag = supported_oe_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_oe_berlin_congress + } + } + random_owned = { + limit = { owner = { has_country_flag = supported_balkans_berlin_congress } } + owner = { + any_country = { + limit = { has_country_flag = supported_balkans_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_balkans_berlin_congress + } + } + relation = { who = TUR value = -200 } + diplomatic_influence = { who = TUR value = -200 } + leave_alliance = TUR + casus_belli = { + target = TUR + type = humiliate + months = 30 + } + casus_belli = { + target = TUR + type = cut_down_to_size + months = 30 + } + clr_country_flag = hosting_berlin_congress + ai_chance = { factor = 80 } + } + + option = { + name = "EVT90071OPTB" + clr_country_flag = claimed_croatia + clr_country_flag = claimed_bosnia + clr_country_flag = receiving_cyprus + clr_country_flag = hosting_berlin_congress + random_owned = { + limit = { + owner = { + OR = { + is_our_vassal = TUR + is_sphere_leader_of = TUR + alliance_with = TUR + } + } + } + owner = { prestige_factor = -0.1 } + } + random_owned = { + limit = { + owner = { + OR = { + is_our_vassal = TUR + is_sphere_leader_of = TUR + alliance_with = TUR + } + } + } + owner = { badboy = 1 } + } + random_owned = { + limit = { owner = { has_country_flag = supported_oe_berlin_congress } } + owner = { + any_country = { + limit = { has_country_flag = supported_oe_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_oe_berlin_congress + } + } + random_owned = { + limit = { owner = { has_country_flag = supported_balkans_berlin_congress } } + owner = { + any_country = { + limit = { has_country_flag = supported_balkans_berlin_congress } + relation = { who = THIS value = 20 } + } + clr_country_flag = supported_balkans_berlin_congress + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + alliance_with = TUR + } + modifier = { + factor = 1.5 + is_sphere_leader_of = TUR + } + modifier = { + factor = 1.5 + is_our_vassal = TUR + } + modifier = { + factor = 1.25 + relation = { who = TUR value = 190 } + } + modifier = { + factor = 1.25 + has_recently_lost_war = yes + } + modifier = { + factor = 0 + NOT = { relation = { who = TUR value = 0 } } + } + modifier = { + factor = 0.75 + NOT = { relation = { who = TUR value = 50 } } + } + modifier = { + factor = 0.75 + NOT = { relation = { who = TUR value = 100 } } + } + modifier = { + factor = 0.5 + prestige = 200 + } + modifier = { + factor = 0.5 + prestige = 400 + } + } + } } #Cyprus Convention Results country_event = { - id = 900700 - title = "EVTNAME900700" - desc = "EVTDESC900700" - picture = "cyprus_convention_result" - - trigger = { - has_country_flag = giving_up_cyprus - has_global_flag = berlin_congress_held - war = no - owns = 855 - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900700OPTA" - clr_country_flag = giving_up_cyprus - TUR_855 = { remove_core = TUR } # Cyprus - random_country = { - limit = { has_country_flag = receiving_cyprus } - clr_country_flag = receiving_cyprus - country_event = 900701 - } - ai_chance = { - factor = 70 - } - } - - option = { - name = "EVT900700OPTB" - clr_country_flag = giving_up_cyprus - TUR_855 = { add_core = TUR } # Cyprus - prestige = -10 - random_country = { - limit = { has_country_flag = receiving_cyprus } - clr_country_flag = receiving_cyprus - country_event = 900702 - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.1 - has_global_flag = ottomans_supported - } - } - } + id = 900700 + title = "EVTNAME900700" + desc = "EVTDESC900700" + picture = "cyprus_convention_result" + + trigger = { + has_country_flag = giving_up_cyprus + has_global_flag = berlin_congress_held + war = no + owns = 855 + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900700OPTA" + clr_country_flag = giving_up_cyprus + TUR_855 = { remove_core = TUR } # Cyprus + random_country = { + limit = { has_country_flag = receiving_cyprus } + clr_country_flag = receiving_cyprus + country_event = 900701 + } + ai_chance = { + factor = 70 + } + } + + option = { + name = "EVT900700OPTB" + clr_country_flag = giving_up_cyprus + TUR_855 = { add_core = TUR } # Cyprus + prestige = -10 + random_country = { + limit = { has_country_flag = receiving_cyprus } + clr_country_flag = receiving_cyprus + country_event = 900702 + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.1 + has_global_flag = ottomans_supported + } + } + } } country_event = { - id = 900701 - title = "EVTNAME900701" - desc = "EVTDESC900701" - picture = "cyprus_convention_result" - - is_triggered_only = yes - - option = { - name = "EVT900701OPTA" - CYP = { civilized = no } - FROM = { release_vassal = CYP } - CYP = { annex_to = THIS } - CYP = { civilized = yes } - relation = { who = FROM value = 100 } - diplomatic_influence = { who = FROM value = 50 } - } + id = 900701 + title = "EVTNAME900701" + desc = "EVTDESC900701" + picture = "cyprus_convention_result" + + is_triggered_only = yes + + option = { + name = "EVT900701OPTA" + CYP = { civilized = no } + FROM = { release_vassal = CYP } + CYP = { annex_to = THIS } + CYP = { civilized = yes } + relation = { who = FROM value = 100 } + diplomatic_influence = { who = FROM value = 50 } + } } country_event = { - id = 900702 - title = "EVTNAME900702" - desc = "EVTDESC900702" - picture = "cyprus_convention_result" - - is_triggered_only = yes - - option = { - name = "EVT900702OPTA" - leave_alliance = FROM - relation = { who = FROM value = -200 } - diplomatic_influence = { who = FROM value = -200 } - war = { - target = FROM - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 855 - } - call_ally = yes - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.75 - war = yes - } - modifier = { - factor = 0 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.5 - TUR = { brigades_compare = 1.5 } - } - } - } - - option = { - name = "EVT900702OPTB" - prestige = -20 - leave_alliance = FROM - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -100 } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 1.25 - war = yes - } - modifier = { - factor = 0.5 - TUR = { NOT = { brigades_compare = 1 } } - } - } - } + id = 900702 + title = "EVTNAME900702" + desc = "EVTDESC900702" + picture = "cyprus_convention_result" + + is_triggered_only = yes + + option = { + name = "EVT900702OPTA" + leave_alliance = FROM + relation = { who = FROM value = -200 } + diplomatic_influence = { who = FROM value = -200 } + war = { + target = FROM + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 855 + } + call_ally = yes + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.75 + war = yes + } + modifier = { + factor = 0 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.5 + TUR = { brigades_compare = 1.5 } + } + } + } + + option = { + name = "EVT900702OPTB" + prestige = -20 + leave_alliance = FROM + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -100 } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 1.25 + war = yes + } + modifier = { + factor = 0.5 + TUR = { NOT = { brigades_compare = 1 } } + } + } + } } #Bosnia/Croatia Vassalization country_event = { - id = 900705 - title = "EVTNAME900705" - desc = "EVTDESC900705" - picture = "bosnia_issue" - - trigger = { - has_country_flag = claimed_bosnia - has_global_flag = berlin_congress_held - is_greater_power = yes - BOS = { - exists = yes - war = no - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900705OPTA" - clr_country_flag = claimed_bosnia - prestige = 10 - BOS = { country_event = 19370 } - leave_alliance = RUS - relation = { who = RUS value = -50 } - add_casus_belli = { - target = RUS - type = release_puppet - months = 12 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT900705OPTB" - ai_chance = { factor = 0 } - } + id = 900705 + title = "EVTNAME900705" + desc = "EVTDESC900705" + picture = "bosnia_issue" + + trigger = { + has_country_flag = claimed_bosnia + has_global_flag = berlin_congress_held + is_greater_power = yes + BOS = { + exists = yes + war = no + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900705OPTA" + clr_country_flag = claimed_bosnia + prestige = 10 + BOS = { country_event = 19370 } + leave_alliance = RUS + relation = { who = RUS value = -50 } + add_casus_belli = { + target = RUS + type = release_puppet + months = 12 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT900705OPTB" + ai_chance = { factor = 0 } + } } country_event = { - id = 900706 - title = "EVTNAME900706" - desc = "EVTDESC900706" - picture = "croatia_issue" - - trigger = { - has_country_flag = claimed_croatia - has_global_flag = berlin_congress_held - is_greater_power = yes - CRO = { - exists = yes - war = no - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT900705OPTA" - clr_country_flag = claimed_croatia - prestige = 10 - CRO = { country_event = 19370 } - leave_alliance = RUS - relation = { who = RUS value = -50 } - add_casus_belli = { - target = RUS - type = release_puppet - months = 30 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT900705OPTB" - ai_chance = { factor = 0 } - } + id = 900706 + title = "EVTNAME900706" + desc = "EVTDESC900706" + picture = "croatia_issue" + + trigger = { + has_country_flag = claimed_croatia + has_global_flag = berlin_congress_held + is_greater_power = yes + CRO = { + exists = yes + war = no + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT900705OPTA" + clr_country_flag = claimed_croatia + prestige = 10 + CRO = { country_event = 19370 } + leave_alliance = RUS + relation = { who = RUS value = -50 } + add_casus_belli = { + target = RUS + type = release_puppet + months = 30 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT900705OPTB" + ai_chance = { factor = 0 } + } } #Adjusting relations/influence for Balkans countries country_event = { - id = 900710 - title = "EVTNAME900710" - desc = "EVTDESC900710" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT900710OPTA" - relation = { who = FROM value = 200 } - diplomatic_influence = { who = FROM value = 200 } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - war_with = FROM - } - } - } - - option = { - name = "EVT900710OPTB" - ai_chance = { - factor = 5 - } - } + id = 900710 + title = "EVTNAME900710" + desc = "EVTDESC900710" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT900710OPTA" + relation = { who = FROM value = 200 } + diplomatic_influence = { who = FROM value = 200 } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + war_with = FROM + } + } + } + + option = { + name = "EVT900710OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - id = 900711 - title = "EVTNAME900712" - desc = "EVTDESC900711" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT900710OPTA" - relation = { who = FROM value = 100 } - diplomatic_influence = { who = FROM value = 50 } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - war_with = FROM - } - } - } - - option = { - name = "EVT900710OPTB" - ai_chance = { - factor = 5 - } - } + id = 900711 + title = "EVTNAME900712" + desc = "EVTDESC900711" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT900710OPTA" + relation = { who = FROM value = 100 } + diplomatic_influence = { who = FROM value = 50 } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + war_with = FROM + } + } + } + + option = { + name = "EVT900710OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - id = 900712 - title = "EVTNAME900712" - desc = "EVTDESC900712" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT900710OPTA" - relation = { who = FROM value = 100 } - diplomatic_influence = { who = FROM value = 25 } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - war_with = FROM - } - } - } - - option = { - name = "EVT900710OPTB" - ai_chance = { - factor = 5 - } - } + id = 900712 + title = "EVTNAME900712" + desc = "EVTDESC900712" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT900710OPTA" + relation = { who = FROM value = 100 } + diplomatic_influence = { who = FROM value = 25 } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + war_with = FROM + } + } + } + + option = { + name = "EVT900710OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - id = 900715 - title = "EVTNAME900715" #Legacy of the Congress - Romania & Bulgaria - desc = "EVTDESC900715" - picture = "greatpowers" - - trigger = { - is_greater_power = no - has_global_flag = berlin_congress_held - has_country_flag = received_congress_benefit - OR = { - tag = ROM - tag = WAL - tag = MOL - tag = BUL - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT900715OPTA" - clr_country_flag = congress_released_country - clr_country_flag = received_congress_benefit - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - part_of_sphere = no - } - } - RUS = { country_event = 900710 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - part_of_sphere = yes - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { has_country_flag = congress_released_country } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900710 } - } - any_country = { - limit = { - has_country_flag = attending_berlin_congress - THIS = { has_country_flag = congress_released_country } - neighbour = THIS - NOT = { is_sphere_leader_of = THIS } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 900711 - } - any_country = { - limit = { - has_country_flag = attending_berlin_congress - THIS = { NOT = { has_country_flag = congress_released_country } } - neighbour = THIS - NOT = { is_sphere_leader_of = THIS } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 900712 - } - any_country = { - limit = { - has_country_flag = attending_berlin_congress - THIS = { has_country_flag = congress_released_country } - NOT = { neighbour = THIS } - NOT = { is_sphere_leader_of = THIS } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 900712 - } - } + id = 900715 + title = "EVTNAME900715" #Legacy of the Congress - Romania & Bulgaria + desc = "EVTDESC900715" + picture = "greatpowers" + + trigger = { + is_greater_power = no + has_global_flag = berlin_congress_held + has_country_flag = received_congress_benefit + OR = { + tag = ROM + tag = WAL + tag = MOL + tag = BUL + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT900715OPTA" + clr_country_flag = congress_released_country + clr_country_flag = received_congress_benefit + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + part_of_sphere = no + } + } + RUS = { country_event = 900710 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + part_of_sphere = yes + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { has_country_flag = congress_released_country } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900710 } + } + any_country = { + limit = { + has_country_flag = attending_berlin_congress + THIS = { has_country_flag = congress_released_country } + neighbour = THIS + NOT = { is_sphere_leader_of = THIS } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 900711 + } + any_country = { + limit = { + has_country_flag = attending_berlin_congress + THIS = { NOT = { has_country_flag = congress_released_country } } + neighbour = THIS + NOT = { is_sphere_leader_of = THIS } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 900712 + } + any_country = { + limit = { + has_country_flag = attending_berlin_congress + THIS = { has_country_flag = congress_released_country } + NOT = { neighbour = THIS } + NOT = { is_sphere_leader_of = THIS } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 900712 + } + } } country_event = { - id = 900716 - title = "EVTNAME900715" #Legacy of the Congress - Serbia & Montenegro - desc = "EVTDESC900715" - picture = "greatpowers" - - trigger = { - is_greater_power = no - has_global_flag = berlin_congress_held - has_country_flag = received_congress_benefit - OR = { - tag = SER - tag = MON - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT900715OPTA" - clr_country_flag = congress_released_country - clr_country_flag = received_congress_benefit - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - has_global_flag = balkans_supported - part_of_sphere = no - } - } - RUS = { country_event = 900710 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - NOT = { has_global_flag = balkans_supported } - part_of_sphere = no - } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - has_global_flag = balkans_supported - part_of_sphere = yes - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - NOT = { has_global_flag = balkans_supported } - part_of_sphere = yes - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900712 } - } - random_owned = { - limit = { - owner = { - has_country_flag = congress_released_country - has_global_flag = balkans_supported - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900710 } - } - random_owned = { - limit = { - owner = { - has_country_flag = congress_released_country - NOT = { has_global_flag = balkans_supported } - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900711 } - } - any_country = { - limit = { - has_country_flag = attending_berlin_congress - has_global_flag = balkans_supported - neighbour = THIS - NOT = { is_sphere_leader_of = THIS } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 900711 - } - any_country = { - limit = { - has_country_flag = attending_berlin_congress - OR = { - NOT = { has_global_flag = balkans_supported } - NOT = { neighbour = THIS } - } - NOT = { is_sphere_leader_of = THIS } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 900712 - } - } + id = 900716 + title = "EVTNAME900715" #Legacy of the Congress - Serbia & Montenegro + desc = "EVTDESC900715" + picture = "greatpowers" + + trigger = { + is_greater_power = no + has_global_flag = berlin_congress_held + has_country_flag = received_congress_benefit + OR = { + tag = SER + tag = MON + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT900715OPTA" + clr_country_flag = congress_released_country + clr_country_flag = received_congress_benefit + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + has_global_flag = balkans_supported + part_of_sphere = no + } + } + RUS = { country_event = 900710 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + NOT = { has_global_flag = balkans_supported } + part_of_sphere = no + } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + has_global_flag = balkans_supported + part_of_sphere = yes + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + NOT = { has_global_flag = balkans_supported } + part_of_sphere = yes + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900712 } + } + random_owned = { + limit = { + owner = { + has_country_flag = congress_released_country + has_global_flag = balkans_supported + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900710 } + } + random_owned = { + limit = { + owner = { + has_country_flag = congress_released_country + NOT = { has_global_flag = balkans_supported } + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900711 } + } + any_country = { + limit = { + has_country_flag = attending_berlin_congress + has_global_flag = balkans_supported + neighbour = THIS + NOT = { is_sphere_leader_of = THIS } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 900711 + } + any_country = { + limit = { + has_country_flag = attending_berlin_congress + OR = { + NOT = { has_global_flag = balkans_supported } + NOT = { neighbour = THIS } + } + NOT = { is_sphere_leader_of = THIS } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 900712 + } + } } country_event = { - id = 900717 - title = "EVTNAME900715" #Legacy of the Congress - Bosnia & Croatia - desc = "EVTDESC900715" - picture = "greatpowers" - - trigger = { - is_greater_power = no - has_global_flag = berlin_congress_held - has_country_flag = received_congress_benefit - OR = { - tag = BOS - tag = CRO - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT900715OPTA" - clr_country_flag = congress_released_country - clr_country_flag = received_congress_benefit - random_owned = { - limit = { - owner = { - tag = BOS - has_country_flag = congress_released_country - } - } - relation = { who = SER value = 100 } - } - random_owned = { - limit = { - owner = { has_country_flag = congress_released_country } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - has_global_flag = balkans_supported - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - NOT = { has_global_flag = balkans_supported } - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900712 } - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { is_sphere_leader_of = THIS } - NOT = { has_global_flag = balkans_supported } - has_country_flag = attending_berlin_congress - neighbour = THIS - is_greater_power = yes - THIS = { part_of_sphere = yes } - } - set_country_flag = temporary_skip - country_event = 900711 - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - has_country_flag = attending_berlin_congress - neighbour = THIS - is_greater_power = yes - THIS = { part_of_sphere = no } - } - set_country_flag = temporary_skip - country_event = 900710 - } - any_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { is_sphere_leader_of = THIS } - NOT = { has_country_flag = temporary_skip } - has_country_flag = attending_berlin_congress - is_greater_power = yes - } - country_event = 900712 - } - any_country = { - limit = { has_country_flag = temporary_skip } - clr_country_flag = temporary_skip - } - } + id = 900717 + title = "EVTNAME900715" #Legacy of the Congress - Bosnia & Croatia + desc = "EVTDESC900715" + picture = "greatpowers" + + trigger = { + is_greater_power = no + has_global_flag = berlin_congress_held + has_country_flag = received_congress_benefit + OR = { + tag = BOS + tag = CRO + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT900715OPTA" + clr_country_flag = congress_released_country + clr_country_flag = received_congress_benefit + random_owned = { + limit = { + owner = { + tag = BOS + has_country_flag = congress_released_country + } + } + relation = { who = SER value = 100 } + } + random_owned = { + limit = { + owner = { has_country_flag = congress_released_country } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + has_global_flag = balkans_supported + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + NOT = { has_global_flag = balkans_supported } + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900712 } + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { is_sphere_leader_of = THIS } + NOT = { has_global_flag = balkans_supported } + has_country_flag = attending_berlin_congress + neighbour = THIS + is_greater_power = yes + THIS = { part_of_sphere = yes } + } + set_country_flag = temporary_skip + country_event = 900711 + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + has_country_flag = attending_berlin_congress + neighbour = THIS + is_greater_power = yes + THIS = { part_of_sphere = no } + } + set_country_flag = temporary_skip + country_event = 900710 + } + any_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { is_sphere_leader_of = THIS } + NOT = { has_country_flag = temporary_skip } + has_country_flag = attending_berlin_congress + is_greater_power = yes + } + country_event = 900712 + } + any_country = { + limit = { has_country_flag = temporary_skip } + clr_country_flag = temporary_skip + } + } } country_event = { - id = 900718 - title = "EVTNAME900715" #Legacy of the Congress - Greece - desc = "EVTDESC900715" - picture = "greatpowers" - - trigger = { - is_greater_power = no - has_global_flag = berlin_congress_held - has_country_flag = received_congress_benefit - OR = { - tag = GRE - tag = CRE - tag = CYP - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT900715OPTA" - clr_country_flag = congress_released_country - clr_country_flag = received_congress_benefit - random_owned = { - limit = { - owner = { has_country_flag = congress_released_country } - } - RUS = { country_event = 900711 } - owner = { relation = { who = GRE value = 200 } } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - has_global_flag = balkans_supported - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900711 } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = congress_released_country } - NOT = { has_global_flag = balkans_supported } - } - RUS = { NOT = { is_sphere_leader_of = THIS } } - } - RUS = { country_event = 900712 } - } - random_country = { - limit = { - tag = ENG - NOT = { is_sphere_leader_of = THIS } - NOT = { has_global_flag = balkans_supported } - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = yes } - } - set_country_flag = temporary_skip - country_event = 900711 - } - random_country = { - limit = { - tag = ENG - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = no } - } - set_country_flag = temporary_skip - country_event = 900710 - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { is_sphere_leader_of = THIS } - ENG = { NOT = { has_country_flag = temporary_skip } } - NOT = { has_global_flag = balkans_supported } - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = yes } - } - set_country_flag = temporary_skip - country_event = 900711 - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - ENG = { NOT = { has_country_flag = temporary_skip } } - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = no } - } - set_country_flag = temporary_skip - country_event = 900710 - } - any_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { is_sphere_leader_of = THIS } - NOT = { has_country_flag = temporary_skip } - has_country_flag = attending_berlin_congress - is_greater_power = yes - } - country_event = 900712 - } - any_country = { - limit = { has_country_flag = temporary_skip } - clr_country_flag = temporary_skip - } - } + id = 900718 + title = "EVTNAME900715" #Legacy of the Congress - Greece + desc = "EVTDESC900715" + picture = "greatpowers" + + trigger = { + is_greater_power = no + has_global_flag = berlin_congress_held + has_country_flag = received_congress_benefit + OR = { + tag = GRE + tag = CRE + tag = CYP + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT900715OPTA" + clr_country_flag = congress_released_country + clr_country_flag = received_congress_benefit + random_owned = { + limit = { + owner = { has_country_flag = congress_released_country } + } + RUS = { country_event = 900711 } + owner = { relation = { who = GRE value = 200 } } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + has_global_flag = balkans_supported + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900711 } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = congress_released_country } + NOT = { has_global_flag = balkans_supported } + } + RUS = { NOT = { is_sphere_leader_of = THIS } } + } + RUS = { country_event = 900712 } + } + random_country = { + limit = { + tag = ENG + NOT = { is_sphere_leader_of = THIS } + NOT = { has_global_flag = balkans_supported } + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = yes } + } + set_country_flag = temporary_skip + country_event = 900711 + } + random_country = { + limit = { + tag = ENG + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = no } + } + set_country_flag = temporary_skip + country_event = 900710 + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { is_sphere_leader_of = THIS } + ENG = { NOT = { has_country_flag = temporary_skip } } + NOT = { has_global_flag = balkans_supported } + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = yes } + } + set_country_flag = temporary_skip + country_event = 900711 + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + ENG = { NOT = { has_country_flag = temporary_skip } } + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = no } + } + set_country_flag = temporary_skip + country_event = 900710 + } + any_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { is_sphere_leader_of = THIS } + NOT = { has_country_flag = temporary_skip } + has_country_flag = attending_berlin_congress + is_greater_power = yes + } + country_event = 900712 + } + any_country = { + limit = { has_country_flag = temporary_skip } + clr_country_flag = temporary_skip + } + } } country_event = { - id = 900719 - title = "EVTNAME900715" #Legacy of the Congress - Albania - desc = "EVTDESC900715" - picture = "greatpowers" - - trigger = { - is_greater_power = no - has_global_flag = berlin_congress_held - has_country_flag = received_congress_benefit - tag = ALB - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT900715OPTA" - clr_country_flag = congress_released_country - clr_country_flag = received_congress_benefit - random_owned = { - limit = { - owner = { has_global_flag = balkans_supported } - } - RUS = { country_event = 900711 } - } - random_country = { - limit = { - tag = ITA - NOT = { is_sphere_leader_of = THIS } - NOT = { has_global_flag = balkans_supported } - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = yes } - } - set_country_flag = temporary_skip - country_event = 900711 - } - random_country = { - limit = { - tag = ITA - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = no } - } - set_country_flag = temporary_skip - country_event = 900710 - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { is_sphere_leader_of = THIS } - ITA = { NOT = { has_country_flag = temporary_skip } } - neighbour = THIS - NOT = { has_global_flag = balkans_supported } - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = yes } - } - set_country_flag = temporary_skip - country_event = 900711 - } - random_country = { - limit = { - NOT = { tag = TUR } - NOT = { tag = RUS } - ITA = { NOT = { has_country_flag = temporary_skip } } - neighbour = THIS - has_country_flag = attending_berlin_congress - is_greater_power = yes - THIS = { part_of_sphere = no } - } - set_country_flag = temporary_skip - country_event = 900710 - } - any_country = { - limit = { has_country_flag = temporary_skip } - clr_country_flag = temporary_skip - } - } + id = 900719 + title = "EVTNAME900715" #Legacy of the Congress - Albania + desc = "EVTDESC900715" + picture = "greatpowers" + + trigger = { + is_greater_power = no + has_global_flag = berlin_congress_held + has_country_flag = received_congress_benefit + tag = ALB + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT900715OPTA" + clr_country_flag = congress_released_country + clr_country_flag = received_congress_benefit + random_owned = { + limit = { + owner = { has_global_flag = balkans_supported } + } + RUS = { country_event = 900711 } + } + random_country = { + limit = { + tag = ITA + NOT = { is_sphere_leader_of = THIS } + NOT = { has_global_flag = balkans_supported } + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = yes } + } + set_country_flag = temporary_skip + country_event = 900711 + } + random_country = { + limit = { + tag = ITA + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = no } + } + set_country_flag = temporary_skip + country_event = 900710 + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { is_sphere_leader_of = THIS } + ITA = { NOT = { has_country_flag = temporary_skip } } + neighbour = THIS + NOT = { has_global_flag = balkans_supported } + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = yes } + } + set_country_flag = temporary_skip + country_event = 900711 + } + random_country = { + limit = { + NOT = { tag = TUR } + NOT = { tag = RUS } + ITA = { NOT = { has_country_flag = temporary_skip } } + neighbour = THIS + has_country_flag = attending_berlin_congress + is_greater_power = yes + THIS = { part_of_sphere = no } + } + set_country_flag = temporary_skip + country_event = 900710 + } + any_country = { + limit = { has_country_flag = temporary_skip } + clr_country_flag = temporary_skip + } + } } diff --git a/HPM/events/BoerWar.txt b/HPM/events/BoerWar.txt index a70c626a..cb3804bd 100644 --- a/HPM/events/BoerWar.txt +++ b/HPM/events/BoerWar.txt @@ -1,2343 +1,2342 @@ ################################################################# -# # -# Establishment of Natal # -# # +# # +# Establishment of Natal # +# # ################################################################# country_event = { - id = 98200 - title = "EVTNAME98200" #The Great Boer Trek - desc = "EVTDESC98200" - picture = "pioneer_wagons" - - is_triggered_only = yes - - option = { - name = "EVT98200OPTA" - set_global_flag = great_boer_trek - set_variable = { - which = xhosa_conflict - value = 0 - } - any_pop = { - limit = { has_pop_culture = boer } - consciousness = 6 - } - } + id = 98200 + title = "EVTNAME98200" #The Great Boer Trek + desc = "EVTDESC98200" + picture = "pioneer_wagons" + + is_triggered_only = yes + + option = { + name = "EVT98200OPTA" + set_global_flag = great_boer_trek + set_variable = { + which = xhosa_conflict + value = 0 + } + any_pop = { + limit = { has_pop_culture = boer } + consciousness = 6 + } + } } country_event = { - id = 98205 - title = "EVTNAME98205" #Invasion of the Laagers - desc = "EVTDESC98205" - picture = "pioneer_wagons" - - trigger = { - tag = ZUL - year = 1838 - has_global_flag = great_boer_trek - NOT = { - has_country_flag = attack_the_laagers - has_country_flag = make_peace_with_the_laagers - } - 2087 = { owner = { NOT = { has_country_flag = boer_accepted } } } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT98205OPTA" - set_country_flag = attack_the_laagers - prestige = 5 - badboy = 5 - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.25 - } - 2111 = { - any_pop = { - limit = { has_pop_culture = boer } - reduce_pop = 0.8 - } - add_core = SAF - add_core = NAL - secede_province = ENG - } - 2112 = { - any_pop = { - limit = { has_pop_culture = boer } - reduce_pop = 0.8 - } - add_core = SAF - add_core = NAL - secede_province = ENG - } - 2087 = { owner = { country_event = 98206 } } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT98205OPTB" - set_country_flag = make_peace_with_the_laagers - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.25 - } - 2111 = { - add_core = SAF - add_core = NAL - secede_province = ENG - } - 2112 = { - add_core = SAF - add_core = NAL - secede_province = ENG - } - 2087 = { owner = { country_event = 98207 } } - any_pop = { - limit = { has_pop_culture = zulu } - militancy = 4 - } - ai_chance = { - factor = 10 - } - } + id = 98205 + title = "EVTNAME98205" #Invasion of the Laagers + desc = "EVTDESC98205" + picture = "pioneer_wagons" + + trigger = { + tag = ZUL + year = 1838 + has_global_flag = great_boer_trek + NOT = { + has_country_flag = attack_the_laagers + has_country_flag = make_peace_with_the_laagers + } + 2087 = { owner = { NOT = { has_country_flag = boer_accepted } } } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT98205OPTA" + set_country_flag = attack_the_laagers + prestige = 5 + badboy = 5 + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.25 + } + 2111 = { + any_pop = { + limit = { has_pop_culture = boer } + reduce_pop = 0.8 + } + add_core = SAF + add_core = NAL + secede_province = ENG + } + 2112 = { + any_pop = { + limit = { has_pop_culture = boer } + reduce_pop = 0.8 + } + add_core = SAF + add_core = NAL + secede_province = ENG + } + 2087 = { owner = { country_event = 98206 } } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT98205OPTB" + set_country_flag = make_peace_with_the_laagers + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.25 + } + 2111 = { + add_core = SAF + add_core = NAL + secede_province = ENG + } + 2112 = { + add_core = SAF + add_core = NAL + secede_province = ENG + } + 2087 = { owner = { country_event = 98207 } } + any_pop = { + limit = { has_pop_culture = zulu } + militancy = 4 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 98206 - title = "EVTNAME98206" #The Battle of Blood River - desc = "EVTDESC98206" - news = yes - news_desc_long = "EVTDESC98206" - news_desc_medium = "EVTDESC98206_NEWS_MEDIUM" - news_desc_short = "EVTDESC98206_NEWS_SHORT" - picture = "blood_river" - - is_triggered_only = yes - - option = { - name = "EVT98206OPTA" - prestige = 5 - release_vassal = NAL - relation = { who = ZUL value = -100 } - relation = { who = NAL value = -100 } - diplomatic_influence = { who = NAL value = 100 } - NAL = { prestige = -30 add_country_modifier = { name = unrecognized_country duration = 1825 } } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { state_scope = { change_region_name = "Natal" } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98206OPTB" - prestige = -5 - badboy = -2 - release = NAL - relation = { who = NAL value = 50 } - diplomatic_influence = { who = NAL value = 200 } - NAL = { prestige = -30 add_country_modifier = { name = unrecognized_country duration = 1825 } } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { - state_scope = { - change_region_name = "Natal" - is_slave = yes - } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT98207OPTC" - prestige = -5 - badboy = -2 - release = NAL - relation = { who = NAL value = 50 } - diplomatic_influence = { who = NAL value = 200 } - NAL = { prestige = -30 } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { state_scope = { change_region_name = "Natal" is_slave = yes } } - change_tag_no_core_switch = NAL - ai_chance = { factor = 0 } - } + id = 98206 + title = "EVTNAME98206" #The Battle of Blood River + desc = "EVTDESC98206" + news = yes + news_desc_long = "EVTDESC98206" + news_desc_medium = "EVTDESC98206_NEWS_MEDIUM" + news_desc_short = "EVTDESC98206_NEWS_SHORT" + picture = "blood_river" + + is_triggered_only = yes + + option = { + name = "EVT98206OPTA" + prestige = 5 + release_vassal = NAL + relation = { who = ZUL value = -100 } + relation = { who = NAL value = -100 } + diplomatic_influence = { who = NAL value = 100 } + NAL = { prestige = -30 add_country_modifier = { name = unrecognized_country duration = 1825 } } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { state_scope = { change_region_name = "Natal" } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98206OPTB" + prestige = -5 + badboy = -2 + release = NAL + relation = { who = NAL value = 50 } + diplomatic_influence = { who = NAL value = 200 } + NAL = { prestige = -30 add_country_modifier = { name = unrecognized_country duration = 1825 } } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { + state_scope = { + change_region_name = "Natal" + is_slave = yes + } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT98207OPTC" + prestige = -5 + badboy = -2 + release = NAL + relation = { who = NAL value = 50 } + diplomatic_influence = { who = NAL value = 200 } + NAL = { prestige = -30 } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { state_scope = { change_region_name = "Natal" is_slave = yes } } + change_tag_no_core_switch = NAL + ai_chance = { factor = 0 } + } } country_event = { - id = 98207 - title = "EVTNAME98207" #The Natalia Republic - desc = "EVTDESC98207" - news = yes - news_desc_long = "EVTDESC98207_NEWS_LONG" - news_desc_medium = "EVTDESC98207_NEWS_MEDIUM" - news_desc_short = "EVTDESC98207_NEWS_SHORT" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98206OPTA" - release = NAL - casus_belli ={ - target = NAL - type = conquest_any - months = 60 - } - relation = { who = NAL value = -100 } - NAL = { prestige = -30 } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { - state_scope = { - change_region_name = "Natal" - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98207OPTB" - prestige = 5 - badboy = -2 - release = NAL - relation = { who = NAL value = 50 } - diplomatic_influence = { who = NAL value = 100 } - NAL = { prestige = -30 } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { - state_scope = { - change_region_name = "Natal" - } - } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT98207OPTC" - release = NAL - casus_belli ={ - target = NAL - type = conquest_any - months = 60 - } - change_tag_no_core_switch = NAL - relation = { who = NAL value = -100 } - NAL = { prestige = -30 } - any_pop = { - limit = { - has_pop_culture = boer - OR = { - location = { province_id = 2097 } - location = { province_id = 2096 } - } - } - money = 250 - move_pop = 2111 - } - 2112 = { change_province_name = "Ladysmith" } - 2111 = { change_province_name = "Pietermaritzburg" } - 2111 = { - state_scope = { - change_region_name = "Natal" - } - } - ai_chance = { factor = 0 } - } + id = 98207 + title = "EVTNAME98207" #The Natalia Republic + desc = "EVTDESC98207" + news = yes + news_desc_long = "EVTDESC98207_NEWS_LONG" + news_desc_medium = "EVTDESC98207_NEWS_MEDIUM" + news_desc_short = "EVTDESC98207_NEWS_SHORT" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98206OPTA" + release = NAL + casus_belli ={ + target = NAL + type = conquest_any + months = 60 + } + relation = { who = NAL value = -100 } + NAL = { prestige = -30 } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { + state_scope = { + change_region_name = "Natal" + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98207OPTB" + prestige = 5 + badboy = -2 + release = NAL + relation = { who = NAL value = 50 } + diplomatic_influence = { who = NAL value = 100 } + NAL = { prestige = -30 } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { + state_scope = { + change_region_name = "Natal" + } + } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT98207OPTC" + release = NAL + casus_belli ={ + target = NAL + type = conquest_any + months = 60 + } + change_tag_no_core_switch = NAL + relation = { who = NAL value = -100 } + NAL = { prestige = -30 } + any_pop = { + limit = { + has_pop_culture = boer + OR = { + location = { province_id = 2097 } + location = { province_id = 2096 } + } + } + money = 250 + move_pop = 2111 + } + 2112 = { change_province_name = "Ladysmith" } + 2111 = { change_province_name = "Pietermaritzburg" } + 2111 = { + state_scope = { + change_region_name = "Natal" + } + } + ai_chance = { factor = 0 } + } } country_event = { - id = 98210 - title = "EVTNAME98210" #British Rule of Natal - desc = "EVTDESC98210" - news = yes - news_desc_long = "EVTDESC98210_NEWS_LONG" - news_desc_medium = "EVTDESC98210_NEWS_MEDIUM" - news_desc_short = "EVTDESC98210_NEWS_SHORT" - picture = "deliberation" - major = yes - - trigger = { - tag = ENG - war = no - owns = 2087 - NOT = { has_country_flag = boer_accepted } - NOT = { has_country_flag = annexation_of_natal } - NAL = { - exists = yes - war = no - vassal_of = ENG - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - year = 1843 - } - } - - option = { - name = "EVT98210OPTA" - set_country_flag = annexation_of_natal - NAL = { country_event = 98212 } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT98210OPTB" - set_country_flag = annexation_of_natal - prestige = -10 - badboy = -3 - release_vassal = NAL - NAL = { country_event = 98211 } - ai_chance = { - factor = 10 - } - } + id = 98210 + title = "EVTNAME98210" #British Rule of Natal + desc = "EVTDESC98210" + news = yes + news_desc_long = "EVTDESC98210_NEWS_LONG" + news_desc_medium = "EVTDESC98210_NEWS_MEDIUM" + news_desc_short = "EVTDESC98210_NEWS_SHORT" + picture = "deliberation" + major = yes + + trigger = { + tag = ENG + war = no + owns = 2087 + NOT = { has_country_flag = boer_accepted } + NOT = { has_country_flag = annexation_of_natal } + NAL = { + exists = yes + war = no + vassal_of = ENG + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + year = 1843 + } + } + + option = { + name = "EVT98210OPTA" + set_country_flag = annexation_of_natal + NAL = { country_event = 98212 } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT98210OPTB" + set_country_flag = annexation_of_natal + prestige = -10 + badboy = -3 + release_vassal = NAL + NAL = { country_event = 98211 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 98211 - title = "EVTNAME98211" #Natalian Independence! - desc = "EVTDESC98211" - picture = "celebration" - - is_triggered_only = yes - - option = { - name = "EVT98211OPTA" - prestige = -5 - all_core = { remove_core = ENG } - any_pop = { - limit = { has_pop_culture = boer } - consciousness = 4 - militancy = 2 - } - FROM = { - relation = { who = THIS value = 100 } - diplomatic_influence = { who = THIS value = 100 } - } - } - - option = { - name = "EVT98211OPTB" - prestige = 5 - all_core = { remove_core = ENG } - relation = { who = FROM value = -50 } - any_pop = { - limit = { has_pop_culture = zulu } - militancy = 4 - } - random_country = { - limit = { - tag = ZUL - exists = yes - } - relation = { who = THIS value = -100 } - } - } + id = 98211 + title = "EVTNAME98211" #Natalian Independence! + desc = "EVTDESC98211" + picture = "celebration" + + is_triggered_only = yes + + option = { + name = "EVT98211OPTA" + prestige = -5 + all_core = { remove_core = ENG } + any_pop = { + limit = { has_pop_culture = boer } + consciousness = 4 + militancy = 2 + } + FROM = { + relation = { who = THIS value = 100 } + diplomatic_influence = { who = THIS value = 100 } + } + } + + option = { + name = "EVT98211OPTB" + prestige = 5 + all_core = { remove_core = ENG } + relation = { who = FROM value = -50 } + any_pop = { + limit = { has_pop_culture = zulu } + militancy = 4 + } + random_country = { + limit = { + tag = ZUL + exists = yes + } + relation = { who = THIS value = -100 } + } + } } country_event = { - id = 98212 - title = "EVTNAME98212" #The Annexation of Natalia - desc = "EVTDESC98212" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT98212OPTA" - any_pop = { - limit = { has_pop_culture = boer } - militancy = -3 - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - relation = { who = FROM value = -200 } - FROM = { country_event = 98213 } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98212OPTB" - civilized = no - FROM = { inherit = THIS } - FROM = { - any_owned = { - limit = { - is_core = NAL - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = -1 - } - } - } - ai_chance = { - factor = 90 - } - } + id = 98212 + title = "EVTNAME98212" #The Annexation of Natalia + desc = "EVTDESC98212" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT98212OPTA" + any_pop = { + limit = { has_pop_culture = boer } + militancy = -3 + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + relation = { who = FROM value = -200 } + FROM = { country_event = 98213 } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98212OPTB" + civilized = no + FROM = { inherit = THIS } + FROM = { + any_owned = { + limit = { + is_core = NAL + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = -1 + } + } + } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 98213 - title = "EVTNAME98213" #The Boers Have Refused! - desc = "EVTDESC98213" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT98213OPTA" - diplomatic_influence = { who = FROM value = -400 } - leave_alliance = FROM - relation = { who = FROM value = -400 } - casus_belli ={ - target = FROM - type = conquest_any - months = 60 - } - war = { - target = FROM - attacker_goal = { casus_belli = conquest_any } - call_ally = no - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT98213OPTB" - prestige = -20 - badboy = -3 - FROM = { all_core = { remove_core = THIS } } - release_vassal = NAL - ai_chance = { - factor = 20 - } - } + id = 98213 + title = "EVTNAME98213" #The Boers Have Refused! + desc = "EVTDESC98213" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT98213OPTA" + diplomatic_influence = { who = FROM value = -400 } + leave_alliance = FROM + relation = { who = FROM value = -400 } + casus_belli ={ + target = FROM + type = conquest_any + months = 60 + } + war = { + target = FROM + attacker_goal = { casus_belli = conquest_any } + call_ally = no + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT98213OPTB" + prestige = -20 + badboy = -3 + FROM = { all_core = { remove_core = THIS } } + release_vassal = NAL + ai_chance = { + factor = 20 + } + } } ################################################################# -# # -# Establishment of Oranje & Transvaal # -# # +# # +# Establishment of Oranje & Transvaal # +# # ################################################################# country_event = { - id = 98215 - title = "EVTNAME98215" #The Orange River Sovereignty - desc = "EVTDESC98215" - picture = "pioneer_wagons" - - trigger = { - civilized = yes - owns = 2093 - owns = 2087 - year = 1845 - NOT = { year = 1890 } - NOT = { has_country_flag = boer_accepted } - NOT = { tag = SAF } - NOT = { - ORA = { exists = yes } - has_global_flag = orange_river_sovereignty - } - 2101 = { - OR = { - empty = yes - owner = { - civilized = no - war = no - } - owned_by = THIS - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.5 - TRN = { exists = yes } - } - } - - option = { - name = "EVT98215OPTA" - set_global_flag = orange_river_sovereignty - 2100 = { change_province_name = "Port St. Johns" } - SAF = { - primary_culture = british - add_accepted_culture = boer - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - any_country = { - limit = { - NOT = { primary_culture = boer } - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - } - any_country = { - limit = { - civilized = no - any_owned_province = { - OR = { - province_id = 2101 - province_id = 2102 - province_id = 2103 - } - } - } - country_event = 98216 - } - 2101 = { - change_province_name = "Bloemfontein" - secede_province = THIS - add_core = ORA - add_core = SAF - } - 2102 = { - secede_province = THIS - remove_core = MAT - add_core = ORA - add_core = SAF - change_province_name = "Winburg" - state_scope = { change_region_name = "Vrystaat" } - } - 2103 = { - change_province_name = "Philippolis" - secede_province = THIS - add_core = ORA - add_core = SAF - } - release_vassal = ORA - relation = { who = ORA value = 50 } - 2101 = { - state_scope = { is_slave = yes } - } - ORA = { - prestige = -30 - add_country_modifier = { name = unrecognized_country duration = 1825 } - relation = { who = TRN value = 100 } - relation = { who = NAL value = 200 } - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.15 - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98215OPTB" - set_global_flag = orange_river_sovereignty - SAF = { - primary_culture = british - add_accepted_culture = boer - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - any_country = { - limit = { - NOT = { primary_culture = boer } - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - } - any_country = { - limit = { - civilized = no - any_owned_province = { - OR = { - province_id = 2101 - province_id = 2102 - province_id = 2103 - } - } - } - country_event = 98216 - } - 2101 = { - change_province_name = "Bloemfontein" - secede_province = THIS - add_core = ORA - add_core = SAF - } - 2102 = { - secede_province = THIS - remove_core = MAT - add_core = ORA - add_core = SAF - change_province_name = "Winburg" - state_scope = { change_region_name = "Vrystaat" } - } - 2103 = { - change_province_name = "Philippolis" - secede_province = THIS - add_core = ORA - add_core = SAF - } - release_vassal = ORA - relation = { who = ORA value = 50 } - 2101 = { - state_scope = { is_slave = yes } - } - ORA = { - prestige = -30 - add_country_modifier = { name = unrecognized_country duration = 1825 } - relation = { who = TRN value = 100 } - relation = { who = NAL value = 200 } - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.15 - } - } - change_tag_no_core_switch = ORA - ai_chance = { factor = 0 } - } + id = 98215 + title = "EVTNAME98215" #The Orange River Sovereignty + desc = "EVTDESC98215" + picture = "pioneer_wagons" + + trigger = { + civilized = yes + owns = 2093 + owns = 2087 + year = 1845 + NOT = { year = 1890 } + NOT = { has_country_flag = boer_accepted } + NOT = { tag = SAF } + NOT = { + ORA = { exists = yes } + has_global_flag = orange_river_sovereignty + } + 2101 = { + OR = { + empty = yes + owner = { + civilized = no + war = no + } + owned_by = THIS + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.5 + TRN = { exists = yes } + } + } + + option = { + name = "EVT98215OPTA" + set_global_flag = orange_river_sovereignty + 2100 = { change_province_name = "Port St. Johns" } + SAF = { + primary_culture = british + add_accepted_culture = boer + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + any_country = { + limit = { + NOT = { primary_culture = boer } + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + } + any_country = { + limit = { + civilized = no + any_owned_province = { + OR = { + province_id = 2101 + province_id = 2102 + province_id = 2103 + } + } + } + country_event = 98216 + } + 2101 = { + change_province_name = "Bloemfontein" + secede_province = THIS + add_core = ORA + add_core = SAF + } + 2102 = { + secede_province = THIS + remove_core = MAT + add_core = ORA + add_core = SAF + change_province_name = "Winburg" + state_scope = { change_region_name = "Vrystaat" } + } + 2103 = { + change_province_name = "Philippolis" + secede_province = THIS + add_core = ORA + add_core = SAF + } + release_vassal = ORA + relation = { who = ORA value = 50 } + 2101 = { + state_scope = { is_slave = yes } + } + ORA = { + prestige = -30 + add_country_modifier = { name = unrecognized_country duration = 1825 } + relation = { who = TRN value = 100 } + relation = { who = NAL value = 200 } + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.15 + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98215OPTB" + set_global_flag = orange_river_sovereignty + SAF = { + primary_culture = british + add_accepted_culture = boer + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + any_country = { + limit = { + NOT = { primary_culture = boer } + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + } + any_country = { + limit = { + civilized = no + any_owned_province = { + OR = { + province_id = 2101 + province_id = 2102 + province_id = 2103 + } + } + } + country_event = 98216 + } + 2101 = { + change_province_name = "Bloemfontein" + secede_province = THIS + add_core = ORA + add_core = SAF + } + 2102 = { + secede_province = THIS + remove_core = MAT + add_core = ORA + add_core = SAF + change_province_name = "Winburg" + state_scope = { change_region_name = "Vrystaat" } + } + 2103 = { + change_province_name = "Philippolis" + secede_province = THIS + add_core = ORA + add_core = SAF + } + release_vassal = ORA + relation = { who = ORA value = 50 } + 2101 = { + state_scope = { is_slave = yes } + } + ORA = { + prestige = -30 + add_country_modifier = { name = unrecognized_country duration = 1825 } + relation = { who = TRN value = 100 } + relation = { who = NAL value = 200 } + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.15 + } + } + change_tag_no_core_switch = ORA + ai_chance = { factor = 0 } + } } country_event = { - id = 98216 - title = "EVTNAME98216" #The Boers Overtake the Orange Valley - desc = "EVTDESC98216" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98216OPTA" - prestige = -10 - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - random_country = { - limit = { is_our_vassal = ORA } - relation = { who = THIS value = -100 } - } - relation = { who = ORA value = -200 } - } + id = 98216 + title = "EVTNAME98216" #The Boers Overtake the Orange Valley + desc = "EVTDESC98216" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98216OPTA" + prestige = -10 + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + random_country = { + limit = { is_our_vassal = ORA } + relation = { who = THIS value = -100 } + } + relation = { who = ORA value = -200 } + } } country_event = { - id = 98220 - title = "EVTNAME98220" #The Transvaal Sovereignty - desc = "EVTDESC98220" - picture = "pioneer_wagons" - - trigger = { - civilized = yes - owns = 2093 - year = 1845 - NOT = { year = 1890 } - NOT = { has_country_flag = boer_accepted } - NOT = { tag = SAF } - NOT = { - TRN = { exists = yes } - has_global_flag = transvaal_sovereignty - } - 2105 = { - OR = { - empty = yes - owner = { - civilized = no - war = no - } - owned_by = THIS - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.5 - ORA = { exists = yes } - } - } - - immediate = { - 2071 = { secede_province = THIS } - } - - option = { - name = "EVT98215OPTA" - 2071 = { secede_province = MAT } - MAT = { - capital = 2071 - country_event = { id = 95518 days = 5 } - } - set_global_flag = transvaal_sovereignty - SAF = { - primary_culture = british - add_accepted_culture = boer - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - any_country = { - limit = { - NOT = { primary_culture = boer } - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - } - - 2105 = { - secede_province = THIS - remove_core = BSH - add_core = TRN - add_core = SAF - change_province_name = "Pretoria" - state_scope = { change_region_name = "Transvaal" } - } - 2106 = { - change_province_name = "Witwatersrand" - secede_province = THIS - remove_core = BSH - add_core = TRN - add_core = SAF - } - 2107 = { - change_province_name = "Klerksdorp" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2108 = { - change_province_name = "Nylstroom" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2109 = { - change_province_name = "Lydenburg" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2110 = { - change_province_name = "Hoedspruit" - secede_province = THIS - remove_core = GAZ - add_core = TRN - add_core = SAF - } - release_vassal = TRN - relation = { who = TRN value = 50 } - 2105 = { - state_scope = { is_slave = yes } - } - TRN = { - prestige = -30 - add_country_modifier = { name = unrecognized_country duration = 1825 } - #country_event = { id = 95517 days = 5 } - relation = { who = ORA value = 100 } - relation = { who = NAL value = 200 } - any_pop = { - limit = { type = artisans } - pop_type = soldiers - - } - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.15 - } - any_pop = { - limit = { - has_pop_culture = nguni - location = { - OR = { - province_id = 2108 - province_id = 2107 - } - } - } - money = 100 - move_pop = 2071 - } - } - - any_country = { - limit = { - civilized = no - any_owned_province = { - OR = { - province_id = 2105 - province_id = 2106 - province_id = 2107 - province_id = 2108 - province_id = 2109 - province_id = 2110 - } - } - } - country_event = 98221 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98220OPTB" - set_global_flag = transvaal_sovereignty - 2071 = { secede_province = MAT } - MAT = { - capital = 2071 - country_event = { id = 95518 days = 5 } - } - SAF = { - primary_culture = british - add_accepted_culture = boer - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - any_country = { - limit = { - NOT = { primary_culture = boer } - } - any_owned = { - limit = { - OR = { - region = ENG_2087 - region = ENG_2092 - region = ENG_2096 - region = ZUL_2113 - } - any_pop = { has_pop_culture = boer } - } - add_province_modifier = { - name = boer_exodus - duration = 3650 - } - } - } - any_country = { - limit = { - civilized = no - any_owned_province = { - OR = { - province_id = 2105 - province_id = 2106 - province_id = 2107 - province_id = 2108 - province_id = 2109 - province_id = 2110 - } - } - } - country_event = 98221 - } - - 2105 = { - secede_province = THIS - remove_core = BSH - add_core = TRN - add_core = SAF - change_province_name = "Pretoria" - state_scope = { change_region_name = "Transvaal" } - } - 2106 = { - change_province_name = "Witwatersrand" - secede_province = THIS - remove_core = BSH - add_core = TRN - add_core = SAF - } - 2107 = { - change_province_name = "Klerksdorp" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2108 = { - change_province_name = "Nylstroom" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2109 = { - change_province_name = "Lydenburg" - secede_province = THIS - add_core = TRN - add_core = SAF - } - 2110 = { - change_province_name = "Hoedspruit" - secede_province = THIS - remove_core = GAZ - add_core = TRN - add_core = SAF - } - release_vassal = TRN - relation = { who = TRN value = 50 } - 2105 = { - state_scope = { is_slave = yes } - } - TRN = { - prestige = -30 - add_country_modifier = { name = unrecognized_country duration = 1825 } - #country_event = { id = 95517 days = 5 } - relation = { who = ORA value = 100 } - relation = { who = NAL value = 200 } - any_pop = { - limit = { type = artisans } - pop_type = soldiers - - } - any_pop = { - limit = { has_pop_culture = boer } - literacy = 0.15 - } - any_pop = { - limit = { - has_pop_culture = nguni - location = { - OR = { - province_id = 2108 - province_id = 2107 - } - } - } - money = 100 - move_pop = 2071 - } - } - change_tag_no_core_switch = TRN - ai_chance = { factor = 0 } - } + id = 98220 + title = "EVTNAME98220" #The Transvaal Sovereignty + desc = "EVTDESC98220" + picture = "pioneer_wagons" + + trigger = { + civilized = yes + owns = 2093 + year = 1845 + NOT = { year = 1890 } + NOT = { has_country_flag = boer_accepted } + NOT = { tag = SAF } + NOT = { + TRN = { exists = yes } + has_global_flag = transvaal_sovereignty + } + 2105 = { + OR = { + empty = yes + owner = { + civilized = no + war = no + } + owned_by = THIS + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.5 + ORA = { exists = yes } + } + } + + immediate = { + 2071 = { secede_province = THIS } + } + + option = { + name = "EVT98215OPTA" + 2071 = { secede_province = MAT } + MAT = { + capital = 2071 + country_event = { id = 95518 days = 5 } + } + set_global_flag = transvaal_sovereignty + SAF = { + primary_culture = british + add_accepted_culture = boer + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + any_country = { + limit = { + NOT = { primary_culture = boer } + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + } + + 2105 = { + secede_province = THIS + remove_core = BSH + add_core = TRN + add_core = SAF + change_province_name = "Pretoria" + state_scope = { change_region_name = "Transvaal" } + } + 2106 = { + change_province_name = "Witwatersrand" + secede_province = THIS + remove_core = BSH + add_core = TRN + add_core = SAF + } + 2107 = { + change_province_name = "Klerksdorp" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2108 = { + change_province_name = "Nylstroom" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2109 = { + change_province_name = "Lydenburg" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2110 = { + change_province_name = "Hoedspruit" + secede_province = THIS + remove_core = GAZ + add_core = TRN + add_core = SAF + } + release_vassal = TRN + relation = { who = TRN value = 50 } + 2105 = { + state_scope = { is_slave = yes } + } + TRN = { + prestige = -30 + add_country_modifier = { name = unrecognized_country duration = 1825 } + #country_event = { id = 95517 days = 5 } + relation = { who = ORA value = 100 } + relation = { who = NAL value = 200 } + any_pop = { + limit = { type = artisans } + pop_type = soldiers + + } + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.15 + } + any_pop = { + limit = { + has_pop_culture = nguni + location = { + OR = { + province_id = 2108 + province_id = 2107 + } + } + } + money = 100 + move_pop = 2071 + } + } + + any_country = { + limit = { + civilized = no + any_owned_province = { + OR = { + province_id = 2105 + province_id = 2106 + province_id = 2107 + province_id = 2108 + province_id = 2109 + province_id = 2110 + } + } + } + country_event = 98221 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98220OPTB" + set_global_flag = transvaal_sovereignty + 2071 = { secede_province = MAT } + MAT = { + capital = 2071 + country_event = { id = 95518 days = 5 } + } + SAF = { + primary_culture = british + add_accepted_culture = boer + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + any_country = { + limit = { + NOT = { primary_culture = boer } + } + any_owned = { + limit = { + OR = { + region = ENG_2087 + region = ENG_2092 + region = ENG_2096 + region = ZUL_2113 + } + any_pop = { has_pop_culture = boer } + } + add_province_modifier = { + name = boer_exodus + duration = 3650 + } + } + } + any_country = { + limit = { + civilized = no + any_owned_province = { + OR = { + province_id = 2105 + province_id = 2106 + province_id = 2107 + province_id = 2108 + province_id = 2109 + province_id = 2110 + } + } + } + country_event = 98221 + } + + 2105 = { + secede_province = THIS + remove_core = BSH + add_core = TRN + add_core = SAF + change_province_name = "Pretoria" + state_scope = { change_region_name = "Transvaal" } + } + 2106 = { + change_province_name = "Witwatersrand" + secede_province = THIS + remove_core = BSH + add_core = TRN + add_core = SAF + } + 2107 = { + change_province_name = "Klerksdorp" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2108 = { + change_province_name = "Nylstroom" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2109 = { + change_province_name = "Lydenburg" + secede_province = THIS + add_core = TRN + add_core = SAF + } + 2110 = { + change_province_name = "Hoedspruit" + secede_province = THIS + remove_core = GAZ + add_core = TRN + add_core = SAF + } + release_vassal = TRN + relation = { who = TRN value = 50 } + 2105 = { + state_scope = { is_slave = yes } + } + TRN = { + prestige = -30 + add_country_modifier = { name = unrecognized_country duration = 1825 } + #country_event = { id = 95517 days = 5 } + relation = { who = ORA value = 100 } + relation = { who = NAL value = 200 } + any_pop = { + limit = { type = artisans } + pop_type = soldiers + + } + any_pop = { + limit = { has_pop_culture = boer } + literacy = 0.15 + } + any_pop = { + limit = { + has_pop_culture = nguni + location = { + OR = { + province_id = 2108 + province_id = 2107 + } + } + } + money = 100 + move_pop = 2071 + } + } + change_tag_no_core_switch = TRN + ai_chance = { factor = 0 } + } } country_event = { - id = 98221 - title = "EVTNAME98221" #The Boers Overtake the Transvaal - desc = "EVTDESC98221" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98216OPTA" - prestige = -10 - - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - random_country = { - limit = { is_our_vassal = TRN } - relation = { who = THIS value = -100 } - } - relation = { who = TRN value = -200 } - } + id = 98221 + title = "EVTNAME98221" #The Boers Overtake the Transvaal + desc = "EVTDESC98221" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98216OPTA" + prestige = -10 + + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + random_country = { + limit = { is_our_vassal = TRN } + relation = { who = THIS value = -100 } + } + relation = { who = TRN value = -200 } + } } province_event = { - id = 98225 - title = "EVTNAME98225" #The Boer Exodus - desc = "EVTDESC98225" - - trigger = { - NOT = { has_country_flag = boer_accepted } - has_province_modifier = boer_exodus - ORA = { exists = yes } - TRN = { exists = yes } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT98225OPTA" - remove_province_modifier = boer_exodus - any_pop = { - limit = { has_pop_culture = boer } - random = { - chance = 90 - money = 250 - ideology = { - value = conservative - factor = 0.50 - } - move_pop = 2105 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98225OPTB" - remove_province_modifier = boer_exodus - owner = { treasury = -20000 } - any_pop = { - limit = { has_pop_culture = boer } - random = { - chance = 50 - money = 250 - ideology = { - value = conservative - factor = 0.50 - } - move_pop = 2105 - } - } - any_pop = { - limit = { has_pop_culture = boer } - consciousness = -3 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 40000 } - } - } - } - } + id = 98225 + title = "EVTNAME98225" #The Boer Exodus + desc = "EVTDESC98225" + + trigger = { + NOT = { has_country_flag = boer_accepted } + has_province_modifier = boer_exodus + ORA = { exists = yes } + TRN = { exists = yes } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT98225OPTA" + remove_province_modifier = boer_exodus + any_pop = { + limit = { has_pop_culture = boer } + random = { + chance = 90 + money = 250 + ideology = { + value = conservative + factor = 0.50 + } + move_pop = 2105 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98225OPTB" + remove_province_modifier = boer_exodus + owner = { treasury = -20000 } + any_pop = { + limit = { has_pop_culture = boer } + random = { + chance = 50 + money = 250 + ideology = { + value = conservative + factor = 0.50 + } + move_pop = 2105 + } + } + any_pop = { + limit = { has_pop_culture = boer } + consciousness = -3 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 40000 } + } + } + } + } } province_event = { - id = 98226 - title = "EVTNAME98225" #The Boer Exodus - desc = "EVTDESC98225" - - trigger = { - NOT = { has_country_flag = boer_accepted } - has_province_modifier = boer_exodus - ORA = { exists = yes } - TRN = { exists = yes } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT98225OPTA" - remove_province_modifier = boer_exodus - any_pop = { - limit = { has_pop_culture = boer } - money = 250 - ideology = { - value = conservative - factor = 0.50 - } - move_pop = 2101 - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98225OPTB" - remove_province_modifier = boer_exodus - owner = { treasury = -20000 } - any_pop = { - limit = { has_pop_culture = boer } - random = { - chance = 50 - money = 250 - ideology = { - value = conservative - factor = 0.50 - } - move_pop = 2101 - } - } - any_pop = { - limit = { has_pop_culture = boer } - consciousness = -3 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 40000 } - } - } - } - } + id = 98226 + title = "EVTNAME98225" #The Boer Exodus + desc = "EVTDESC98225" + + trigger = { + NOT = { has_country_flag = boer_accepted } + has_province_modifier = boer_exodus + ORA = { exists = yes } + TRN = { exists = yes } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT98225OPTA" + remove_province_modifier = boer_exodus + any_pop = { + limit = { has_pop_culture = boer } + money = 250 + ideology = { + value = conservative + factor = 0.50 + } + move_pop = 2101 + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98225OPTB" + remove_province_modifier = boer_exodus + owner = { treasury = -20000 } + any_pop = { + limit = { has_pop_culture = boer } + random = { + chance = 50 + money = 250 + ideology = { + value = conservative + factor = 0.50 + } + move_pop = 2101 + } + } + any_pop = { + limit = { has_pop_culture = boer } + consciousness = -3 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 40000 } + } + } + } + } } country_event = { - id = 98230 - title = "EVTNAME98230" #Sand River Convention - desc = "EVTDESC98230" - news = yes - news_desc_long = "EVTDESC98230_NEWS_LONG" - news_desc_medium = "EVTDESC98230_NEWS_MEDIUM" - news_desc_short = "EVTDESC98230_NEWS_SHORT" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98230OPTA" - prestige = -20 - political_reform = no_slavery - FROM = { - diplomatic_influence = { who = THIS value = 100 } - relation = { who = THIS value = 100 } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT98230OPTB" - prestige = 10 - relation = { who = FROM value = -100 } - leave_alliance = FROM - add_casus_belli = { - target = FROM - type = make_puppet - months = 12 - } - add_casus_belli = { - target = FROM - type = add_to_sphere - months = 60 - } - ai_chance = { - factor = 0 - } - } + id = 98230 + title = "EVTNAME98230" #Sand River Convention + desc = "EVTDESC98230" + news = yes + news_desc_long = "EVTDESC98230_NEWS_LONG" + news_desc_medium = "EVTDESC98230_NEWS_MEDIUM" + news_desc_short = "EVTDESC98230_NEWS_SHORT" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98230OPTA" + prestige = -20 + political_reform = no_slavery + FROM = { + diplomatic_influence = { who = THIS value = 100 } + relation = { who = THIS value = 100 } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT98230OPTB" + prestige = 10 + relation = { who = FROM value = -100 } + leave_alliance = FROM + add_casus_belli = { + target = FROM + type = make_puppet + months = 12 + } + add_casus_belli = { + target = FROM + type = add_to_sphere + months = 60 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 98231 - title = "EVTNAME98231" #Orange River Convention - desc = "EVTDESC98230" - news = yes - news_desc_long = "EVTDESC98230_NEWS_LONG" - news_desc_medium = "EVTDESC98230_NEWS_MEDIUM" - news_desc_short = "EVTDESC98230_NEWS_SHORT" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98230OPTA" - prestige = -20 - political_reform = no_slavery - FROM = { - diplomatic_influence = { who = THIS value = 100 } - relation = { who = THIS value = 100 } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT98230OPTB" - prestige = 10 - relation = { who = FROM value = -100 } - leave_alliance = FROM - add_casus_belli = { - target = FROM - type = make_puppet - months = 12 - } - add_casus_belli = { - target = FROM - type = add_to_sphere - months = 60 - } - ai_chance = { - factor = 0 - } - } + id = 98231 + title = "EVTNAME98231" #Orange River Convention + desc = "EVTDESC98230" + news = yes + news_desc_long = "EVTDESC98230_NEWS_LONG" + news_desc_medium = "EVTDESC98230_NEWS_MEDIUM" + news_desc_short = "EVTDESC98230_NEWS_SHORT" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98230OPTA" + prestige = -20 + political_reform = no_slavery + FROM = { + diplomatic_influence = { who = THIS value = 100 } + relation = { who = THIS value = 100 } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT98230OPTB" + prestige = 10 + relation = { who = FROM value = -100 } + leave_alliance = FROM + add_casus_belli = { + target = FROM + type = make_puppet + months = 12 + } + add_casus_belli = { + target = FROM + type = add_to_sphere + months = 60 + } + ai_chance = { + factor = 0 + } + } } ################################################################# -# # -# Boer War Events # -# # +# # +# Boer War Events # +# # ################################################################# country_event = { - id = 98235 - title = "EVTNAME19501" #Witwatersrand Goldrush - desc = "EVTDESC98235" - picture = "goldrush" - - trigger = { - is_greater_power = yes - NOT = { has_country_flag = boer_accepted } - any_neighbor_country = { - has_country_modifier = witwatersrand_gold_rush - part_of_sphere = no - is_greater_power = no - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT98235OPTA" - random_country = { - limit = { - has_country_modifier = witwatersrand_gold_rush - is_greater_power = no - is_vassal = no - part_of_sphere = no - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 24 - } - } - - random_country = { - limit = { - has_country_modifier = witwatersrand_gold_rush - is_greater_power = no - is_vassal = no - part_of_sphere = yes - } - sphere_owner = { - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 24 - } - } - } - - random_country = { - limit = { has_country_modifier = witwatersrand_gold_rush } - relation = { - who = THIS - value = -100 - } - remove_country_modifier = witwatersrand_gold_rush - } - } + id = 98235 + title = "EVTNAME19501" #Witwatersrand Goldrush + desc = "EVTDESC98235" + picture = "goldrush" + + trigger = { + is_greater_power = yes + NOT = { has_country_flag = boer_accepted } + any_neighbor_country = { + has_country_modifier = witwatersrand_gold_rush + part_of_sphere = no + is_greater_power = no + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT98235OPTA" + random_country = { + limit = { + has_country_modifier = witwatersrand_gold_rush + is_greater_power = no + is_vassal = no + part_of_sphere = no + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 24 + } + } + + random_country = { + limit = { + has_country_modifier = witwatersrand_gold_rush + is_greater_power = no + is_vassal = no + part_of_sphere = yes + } + sphere_owner = { + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 24 + } + } + } + + random_country = { + limit = { has_country_modifier = witwatersrand_gold_rush } + relation = { + who = THIS + value = -100 + } + remove_country_modifier = witwatersrand_gold_rush + } + } } # Orange Free State or Transvaal join South Africa country_event = { - id = 98240 - title = "EVTNAME98240" #The South African Union - desc = "EVTDESC98240" - picture = "greatpowers" - - trigger = { - OR = { - tag = TRN - tag = ORA - tag = NAL - } - ai = yes - SAF = { exists = yes } - war = no - OR = { - AND = { - in_sphere = ENG - SAF = { vassal_of = ENG } - } - AND = { - in_sphere = ENL - SAF = { vassal_of = ENL } - } - in_sphere = SAF - relation = { who = SAF value = 100 } - AND = { - tag = ORA - NOT = { exists = TRN } - NOT = { number_of_states = 2 } - } - AND = { - tag = TRN - NOT = { exists = ORA } - NOT = { number_of_states = 2 } - } - } - NOT = { - has_country_flag = asked_to_join - truce_with = ENG - truce_with = ENL - truce_with = SAF - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT98240OPTA" - set_country_flag = asked_to_join - all_core = { add_core = SAF } - SAF = { - country_event = 60130 - } - } + id = 98240 + title = "EVTNAME98240" #The South African Union + desc = "EVTDESC98240" + picture = "greatpowers" + + trigger = { + OR = { + tag = TRN + tag = ORA + tag = NAL + } + ai = yes + SAF = { exists = yes } + war = no + OR = { + AND = { + in_sphere = ENG + SAF = { vassal_of = ENG } + } + AND = { + in_sphere = ENL + SAF = { vassal_of = ENL } + } + in_sphere = SAF + relation = { who = SAF value = 100 } + AND = { + tag = ORA + NOT = { exists = TRN } + NOT = { number_of_states = 2 } + } + AND = { + tag = TRN + NOT = { exists = ORA } + NOT = { number_of_states = 2 } + } + } + NOT = { + has_country_flag = asked_to_join + truce_with = ENG + truce_with = ENL + truce_with = SAF + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT98240OPTA" + set_country_flag = asked_to_join + all_core = { add_core = SAF } + SAF = { + country_event = 60130 + } + } } country_event = { - id = 98241 - title = "EVTNAME98241" #Appeal to the British for help - desc = "EVTDESC98241" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98241OPTA" - casus_belli ={ - target = FROM - type = conquest_any - months = 60 - } - FROM = { create_alliance = THIS } - any_country = { - limit = { war_with = FROM } - relation = { - who = THIS - value = -50 - } - } - relation = { - who = FROM - value = 50 - } - diplomatic_influence = { - who = FROM - value = 200 - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - } - } - - option = { - name = "EVT98241OPTB" - prestige = -5 - casus_belli ={ - target = FROM - type = conquest_any - months = 60 - } - relation = { - who = FROM - value = -50 - } - diplomatic_influence = { - who = FROM - value = -100 - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - war = yes - } - } - } + id = 98241 + title = "EVTNAME98241" #Appeal to the British for help + desc = "EVTDESC98241" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98241OPTA" + casus_belli ={ + target = FROM + type = conquest_any + months = 60 + } + FROM = { create_alliance = THIS } + any_country = { + limit = { war_with = FROM } + relation = { + who = THIS + value = -50 + } + } + relation = { + who = FROM + value = 50 + } + diplomatic_influence = { + who = FROM + value = 200 + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + } + } + + option = { + name = "EVT98241OPTB" + prestige = -5 + casus_belli ={ + target = FROM + type = conquest_any + months = 60 + } + relation = { + who = FROM + value = -50 + } + diplomatic_influence = { + who = FROM + value = -100 + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + war = yes + } + } + } } # England attempts to annex Transvaal country_event = { - id = 98245 - title = "EVTNAME98245" #Annexation of the Transvaal - desc = "EVTDESC98245" - news = yes - news_desc_long = "EVTDESC98245_NEWS_LONG" - news_desc_medium = "EVTDESC98245_NEWS_MEDIUM" - news_desc_short = "EVTDESC98245_NEWS_SHORT" - picture = "boer_war" - - trigger = { - war = no - tag = ENG - TRN = { - OR = { - neighbour = THIS - AND = { - neighbour = SAF - SAF = { vassal_of = ENG } - } - } - is_vassal = no - war = no - } - year = 1897 - NOT = { - has_global_flag = first_boer_war - exists = SAF - exists = ZUL - truce_with = TRN - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.25 - year = 1900 - } - } - - option = { - name = "EVT98245OPTA" - set_global_flag = first_boer_war - badboy = 3 - random_country = { - limit = { tag = TRN exists = yes } - add_casus_belli = { target = THIS type = conquest_any months = 60 } - } - random_country = { - limit = { tag = NAL exists = yes } - add_casus_belli = { target = THIS type = conquest_any months = 60 } - } - random_country = { - limit = { tag = ORA exists = yes } - add_casus_belli = { target = THIS type = conquest_any months = 60 } - } - random_country = { - limit = { - tag = SAF - exists = yes - vassal_of = ENG - NOT = { alliance_with = ENG } - } - create_alliance = ENG - } - TRN = { - set_country_flag = uncivilize_on_conquest - set_country_flag = annex_to_master - add_country_modifier = { name = small_country_draft duration = 1095 } - } - diplomatic_influence = { - who = TRN - value = -200 - } - leave_alliance = TRN - random_country = { - limit = { - tag = ORA - exists = yes - } - leave_alliance = THIS - THIS = { - diplomatic_influence = { - who = ORA - value = -200 - } - } - } - random_country = { - limit = { - tag = NAL - exists = yes - } - leave_alliance = THIS - THIS = { - diplomatic_influence = { - who = NAL - value = -200 - } - } - } - casus_belli = { - target = TRN - type = make_puppet - months = 12 - } - war = { - target = TRN - attacker_goal = { casus_belli = make_puppet } - defender_goal = { casus_belli = humiliate } - } - random_country = { - limit = { - tag = ORA - exists = yes - is_vassal = no - } - country_event = 98246 - } - random_country = { - limit = { - tag = NAL - exists = yes - is_vassal = no - } - country_event = 98246 - } - ai_chance = { - factor = 0.95 - modifier = { factor = 0 badboy = 0.87 } - } - } - - option = { - name = "EVT98245OPTB" - set_global_flag = no_boer_war - prestige = -25 - badboy = -2 - relation = { - who = TRN - value = -50 - } - ai_chance = { - factor = 0.05 - modifier = { factor = 0.02 has_recently_lost_war = no NOT = { badboy = 0.87 } } - modifier = { factor = 0.02 war = no NOT = { badboy = 0.87 } } - modifier = { factor = 0.02 is_disarmed = no NOT = { badboy = 0.87 } } - } - } + id = 98245 + title = "EVTNAME98245" #Annexation of the Transvaal + desc = "EVTDESC98245" + news = yes + news_desc_long = "EVTDESC98245_NEWS_LONG" + news_desc_medium = "EVTDESC98245_NEWS_MEDIUM" + news_desc_short = "EVTDESC98245_NEWS_SHORT" + picture = "boer_war" + + trigger = { + war = no + tag = ENG + TRN = { + OR = { + neighbour = THIS + AND = { + neighbour = SAF + SAF = { vassal_of = ENG } + } + } + is_vassal = no + war = no + } + year = 1897 + NOT = { + has_global_flag = first_boer_war + exists = SAF + exists = ZUL + truce_with = TRN + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.25 + year = 1900 + } + } + + option = { + name = "EVT98245OPTA" + set_global_flag = first_boer_war + badboy = 3 + random_country = { + limit = { tag = TRN exists = yes } + add_casus_belli = { target = THIS type = conquest_any months = 60 } + } + random_country = { + limit = { tag = NAL exists = yes } + add_casus_belli = { target = THIS type = conquest_any months = 60 } + } + random_country = { + limit = { tag = ORA exists = yes } + add_casus_belli = { target = THIS type = conquest_any months = 60 } + } + random_country = { + limit = { + tag = SAF + exists = yes + vassal_of = ENG + NOT = { alliance_with = ENG } + } + create_alliance = ENG + } + TRN = { + set_country_flag = uncivilize_on_conquest + set_country_flag = annex_to_master + add_country_modifier = { name = small_country_draft duration = 1095 } + } + diplomatic_influence = { + who = TRN + value = -200 + } + leave_alliance = TRN + random_country = { + limit = { + tag = ORA + exists = yes + } + leave_alliance = THIS + THIS = { + diplomatic_influence = { + who = ORA + value = -200 + } + } + } + random_country = { + limit = { + tag = NAL + exists = yes + } + leave_alliance = THIS + THIS = { + diplomatic_influence = { + who = NAL + value = -200 + } + } + } + casus_belli = { + target = TRN + type = make_puppet + months = 12 + } + war = { + target = TRN + attacker_goal = { casus_belli = make_puppet } + defender_goal = { casus_belli = humiliate } + } + random_country = { + limit = { + tag = ORA + exists = yes + is_vassal = no + } + country_event = 98246 + } + random_country = { + limit = { + tag = NAL + exists = yes + is_vassal = no + } + country_event = 98246 + } + ai_chance = { + factor = 0.95 + modifier = { factor = 0 badboy = 0.87 } + } + } + + option = { + name = "EVT98245OPTB" + set_global_flag = no_boer_war + prestige = -25 + badboy = -2 + relation = { + who = TRN + value = -50 + } + ai_chance = { + factor = 0.05 + modifier = { factor = 0.02 has_recently_lost_war = no NOT = { badboy = 0.87 } } + modifier = { factor = 0.02 war = no NOT = { badboy = 0.87 } } + modifier = { factor = 0.02 is_disarmed = no NOT = { badboy = 0.87 } } + } + } } country_event = { - id = 98246 - title = "EVTNAME98246" #The Anglo-Boer War - desc = "EVTDESC98246" - picture = "boer_war" - - is_triggered_only = yes - - option = { - name = "EVT98246OPTA" - set_country_flag = uncivilize_on_conquest - relation = { - who = TRN - value = 200 - } - create_alliance = TRN - add_country_modifier = { - name = small_country_draft - duration = 1095 - } - set_country_flag = annex_to_master - ENG = { - casus_belli = { - target = THIS - type = make_puppet - months = 12 - } - war = { - target = THIS - attacker_goal = { casus_belli = make_puppet } - defender_goal = { casus_belli = humiliate } - } - } - ai_chance = { factor = 100} - } - - option = { - name = "EVT98246OPTB" - leave_alliance = TRN - relation = { who = TRN value = -200 } - all_core = { add_core = TRN } - ai_chance = { factor = 0 } - } + id = 98246 + title = "EVTNAME98246" #The Anglo-Boer War + desc = "EVTDESC98246" + picture = "boer_war" + + is_triggered_only = yes + + option = { + name = "EVT98246OPTA" + set_country_flag = uncivilize_on_conquest + relation = { + who = TRN + value = 200 + } + create_alliance = TRN + add_country_modifier = { + name = small_country_draft + duration = 1095 + } + set_country_flag = annex_to_master + ENG = { + casus_belli = { + target = THIS + type = make_puppet + months = 12 + } + war = { + target = THIS + attacker_goal = { casus_belli = make_puppet } + defender_goal = { casus_belli = humiliate } + } + } + ai_chance = { factor = 100} + } + + option = { + name = "EVT98246OPTB" + leave_alliance = TRN + relation = { who = TRN value = -200 } + all_core = { add_core = TRN } + ai_chance = { factor = 0 } + } } #South Africa surrender event country_event = { - id = 98247 - title = "EVTNAME98247" #South Africa is Lost - desc = "EVTDESC98247" - news = yes - news_title = "EVTNAME98248" - news_desc_long = "EVTDESC98247_NEWS_LONG" - news_desc_medium = "EVTDESC98247_NEWS_MEDIUM" - news_desc_short = "EVTDESC98247_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT98247OPTA" - prestige = -50 - SAF = { all_core = { remove_core = THIS } } - random_country = { - limit = { - war_with = THIS - controls = 2087 - } - end_war = THIS - country_event = 98248 - } - any_country = { - limit = { - OR = { - primary_culture = boer - alliance_with = FROM - } - war_with = THIS - } - end_war = THIS - } - } - - option = { - name = "EVT98247OPTB" - prestige = -25 - casus_belli ={ - target = NAL - type = conquest_any - months = 60 - } - casus_belli ={ - target = TRN - type = conquest_any - months = 60 - } - casus_belli ={ - target = ORA - type = conquest_any - months = 60 - } - casus_belli ={ - target = SAF - type = conquest_any - months = 60 - } - random_country = { - limit = { - war_with = THIS - controls = 2087 - } - end_war = THIS - country_event = 98249 - } - any_country = { - limit = { - OR = { - primary_culture = boer - alliance_with = FROM - } - war_with = THIS - } - end_war = THIS - - } - } + id = 98247 + title = "EVTNAME98247" #South Africa is Lost + desc = "EVTDESC98247" + news = yes + news_title = "EVTNAME98248" + news_desc_long = "EVTDESC98247_NEWS_LONG" + news_desc_medium = "EVTDESC98247_NEWS_MEDIUM" + news_desc_short = "EVTDESC98247_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT98247OPTA" + prestige = -50 + SAF = { all_core = { remove_core = THIS } } + random_country = { + limit = { + war_with = THIS + controls = 2087 + } + end_war = THIS + country_event = 98248 + } + any_country = { + limit = { + OR = { + primary_culture = boer + alliance_with = FROM + } + war_with = THIS + } + end_war = THIS + } + } + + option = { + name = "EVT98247OPTB" + prestige = -25 + casus_belli ={ + target = NAL + type = conquest_any + months = 60 + } + casus_belli ={ + target = TRN + type = conquest_any + months = 60 + } + casus_belli ={ + target = ORA + type = conquest_any + months = 60 + } + casus_belli ={ + target = SAF + type = conquest_any + months = 60 + } + random_country = { + limit = { + war_with = THIS + controls = 2087 + } + end_war = THIS + country_event = 98249 + } + any_country = { + limit = { + OR = { + primary_culture = boer + alliance_with = FROM + } + war_with = THIS + } + end_war = THIS + + } + } } country_event = { - id = 98248 - title = "EVTNAME98248" #The Treaty of Vereeniging - Reconciliation - desc = "EVTDESC98248" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT98248OPTA" - prestige = 25 - FROM = { - any_owned = { - limit = { is_core = SAF } - secede_province = THIS - } - relation = { who = THIS value = 200 } - diplomatic_influence = { who = THIS value = 50 } - } - any_pop = { - limit = { has_pop_culture = british } - consciousness = 2 - } - any_country = { - limit = { - alliance_with = FROM - war_with = THIS - } - end_war = THIS - } - } + id = 98248 + title = "EVTNAME98248" #The Treaty of Vereeniging - Reconciliation + desc = "EVTDESC98248" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT98248OPTA" + prestige = 25 + FROM = { + any_owned = { + limit = { is_core = SAF } + secede_province = THIS + } + relation = { who = THIS value = 200 } + diplomatic_influence = { who = THIS value = 50 } + } + any_pop = { + limit = { has_pop_culture = british } + consciousness = 2 + } + any_country = { + limit = { + alliance_with = FROM + war_with = THIS + } + end_war = THIS + } + } } country_event = { - id = 98249 - title = "EVTNAME98248" #The Treaty of Vereeniging - Anger - desc = "EVTDESC98249" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT98249OPTA" - prestige = 25 - FROM = { - any_owned = { - limit = { is_core = SAF } - secede_province = THIS - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 240 - } - casus_belli = { - target = SAF - type = cut_down_to_size - months = 240 - } - } - any_pop = { - limit = { has_pop_culture = british } - militancy = 8 - consciousness = 4 - } - any_country = { - limit = { - alliance_with = FROM - war_with = THIS - } - end_war = THIS - } - } + id = 98249 + title = "EVTNAME98248" #The Treaty of Vereeniging - Anger + desc = "EVTDESC98249" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT98249OPTA" + prestige = 25 + FROM = { + any_owned = { + limit = { is_core = SAF } + secede_province = THIS + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 240 + } + casus_belli = { + target = SAF + type = cut_down_to_size + months = 240 + } + } + any_pop = { + limit = { has_pop_culture = british } + militancy = 8 + consciousness = 4 + } + any_country = { + limit = { + alliance_with = FROM + war_with = THIS + } + end_war = THIS + } + } } ################################################################# -# # -# Xulu & Xhosa Wars # -# # +# # +# Xulu & Xhosa Wars # +# # ################################################################# # Border Dispute with the Zulu country_event = { - id = 98250 - title = "EVTNAME98250" - desc = "EVTDESC98250" - picture = "zulu" - - trigger = { - war = no - OR = { - tag = ENG - tag = ENL - } - year = 1878 - NOT = { exists = SAF } - ZUL = { - neighbour = THIS - war = no - civilized = no - NOT = { - number_of_states = 2 - truce_with = THIS - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 - year = 1880 - } - modifier = { - factor = 0.25 - year = 1882 - } - } - - option = { - name = "EVT98250OPTA" - badboy = 2 - diplomatic_influence = { - who = ZUL - value = -200 - } - leave_alliance = ZUL - casus_belli = { - target = ZUL - type = establish_protectorate_casus_belli - months = 12 - } - war = { - target = ZUL - attacker_goal = { - casus_belli = establish_protectorate_casus_belli - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - badboy = 0.92 - } - } - } - option = { - name = "EVT98250OPTB" - prestige = -20 - diplomatic_influence = { - who = ZUL - value = -200 - } - leave_alliance = ZUL - any_pop = { - scaled_militancy = { - factor = 2 - issue = jingoism - } - } - ai_chance = { - factor = 5 - } - } + id = 98250 + title = "EVTNAME98250" + desc = "EVTDESC98250" + picture = "zulu" + + trigger = { + war = no + OR = { + tag = ENG + tag = ENL + } + year = 1878 + NOT = { exists = SAF } + ZUL = { + neighbour = THIS + war = no + civilized = no + NOT = { + number_of_states = 2 + truce_with = THIS + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 + year = 1880 + } + modifier = { + factor = 0.25 + year = 1882 + } + } + + option = { + name = "EVT98250OPTA" + badboy = 2 + diplomatic_influence = { + who = ZUL + value = -200 + } + leave_alliance = ZUL + casus_belli = { + target = ZUL + type = establish_protectorate_casus_belli + months = 12 + } + war = { + target = ZUL + attacker_goal = { + casus_belli = establish_protectorate_casus_belli + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + badboy = 0.92 + } + } + } + option = { + name = "EVT98250OPTB" + prestige = -20 + diplomatic_influence = { + who = ZUL + value = -200 + } + leave_alliance = ZUL + any_pop = { + scaled_militancy = { + factor = 2 + issue = jingoism + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 98255 - title = "EVTNAME98255" #Conflict with the Xhosa - desc = "EVTDESC98256" - picture = "zulu" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - is_greater_power = yes - neighbour = XHO - NOT = { - war_with = XHO - truce_with = XHO - has_country_flag = claimed_xhosa - check_variable = { - which = xhosa_conflict - value = 3 - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.8 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.5 - year = 1860 - } - } - - option = { - name = "EVT98255OPTA" - change_variable = { - which = xhosa_conflict - value = 1 - } - leave_alliance = XHO - diplomatic_influence = { who = XHO value = -200 } - relation = { who = XHO value = -100 } - casus_belli = { - target = XHO - type = add_to_sphere - months = 60 - } - } + id = 98255 + title = "EVTNAME98255" #Conflict with the Xhosa + desc = "EVTDESC98256" + picture = "zulu" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + is_greater_power = yes + neighbour = XHO + NOT = { + war_with = XHO + truce_with = XHO + has_country_flag = claimed_xhosa + check_variable = { + which = xhosa_conflict + value = 3 + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.8 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.5 + year = 1860 + } + } + + option = { + name = "EVT98255OPTA" + change_variable = { + which = xhosa_conflict + value = 1 + } + leave_alliance = XHO + diplomatic_influence = { who = XHO value = -200 } + relation = { who = XHO value = -100 } + casus_belli = { + target = XHO + type = add_to_sphere + months = 60 + } + } } country_event = { - id = 98256 - title = "EVTNAME98256" #The Final Straw - desc = "EVTDESC98256" - picture = "zulu" - - fire_only_once = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - is_greater_power = yes - neighbour = XHO - OR = { - check_variable = { - which = xhosa_conflict - value = 3 - } - has_global_flag = berlin_conference - } - NOT = { - war_with = XHO - truce_with = XHO - has_country_flag = claimed_xhosa - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.8 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.5 - year = 1870 - } - modifier = { - factor = 0.1 - year = 1880 - } - } - - option = { - name = "EVT98256OPTA" - badboy = 2 - prestige = 10 - leave_alliance = XHO - diplomatic_influence = { who = XHO value = -200 } - relation = { who = XHO value = -200 } - war = { - target = XHO - attacker_goal = { - casus_belli = conquest_any - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT98256OPTB" - badboy = -2 - prestige = -10 - relation = { who = XHO value = 50 } - diplomatic_influence = { who = XHO value = 200 } - ai_chance = { - factor = 10 - } - } + id = 98256 + title = "EVTNAME98256" #The Final Straw + desc = "EVTDESC98256" + picture = "zulu" + + fire_only_once = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + is_greater_power = yes + neighbour = XHO + OR = { + check_variable = { + which = xhosa_conflict + value = 3 + } + has_global_flag = berlin_conference + } + NOT = { + war_with = XHO + truce_with = XHO + has_country_flag = claimed_xhosa + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.8 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.5 + year = 1870 + } + modifier = { + factor = 0.1 + year = 1880 + } + } + + option = { + name = "EVT98256OPTA" + badboy = 2 + prestige = 10 + leave_alliance = XHO + diplomatic_influence = { who = XHO value = -200 } + relation = { who = XHO value = -200 } + war = { + target = XHO + attacker_goal = { + casus_belli = conquest_any + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT98256OPTB" + badboy = -2 + prestige = -10 + relation = { who = XHO value = 50 } + diplomatic_influence = { who = XHO value = 200 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 98260 - title = "EVTNAME98260" #Walvis Bay - desc = "EVTDESC98260" - picture = "walvis" - - trigger = { - is_greater_power = yes - owns = 2088 - owns = 2087 - 2083 = { empty = yes } - year = 1878 - revolution_n_counterrevolution = 1 - NOT = { has_country_flag = walvis_bay } - } - - mean_time_to_happen = { months = 6 } - fire_only_once = yes - - option = { - name = "EVT98260OPTA" - set_country_flag = walvis_bay - prestige = 5 - treasury = -10000 - 2083 = { secede_province = THIS change_province_name = "Walvis Bay" life_rating = 25 any_pop = { literacy = -0.99 } } - ai_chance = { - factor = 100 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - } - } - - option = { - name = "EVT98260OPTB" - set_country_flag = walvis_bay - prestige = -5 - ai_chance = { factor = 0 } - } + id = 98260 + title = "EVTNAME98260" #Walvis Bay + desc = "EVTDESC98260" + picture = "walvis" + + trigger = { + is_greater_power = yes + owns = 2088 + owns = 2087 + 2083 = { empty = yes } + year = 1878 + revolution_n_counterrevolution = 1 + NOT = { has_country_flag = walvis_bay } + } + + mean_time_to_happen = { months = 6 } + fire_only_once = yes + + option = { + name = "EVT98260OPTA" + set_country_flag = walvis_bay + prestige = 5 + treasury = -10000 + 2083 = { secede_province = THIS change_province_name = "Walvis Bay" life_rating = 25 any_pop = { literacy = -0.99 } } + ai_chance = { + factor = 100 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + } + } + + option = { + name = "EVT98260OPTB" + set_country_flag = walvis_bay + prestige = -5 + ai_chance = { factor = 0 } + } } country_event = { - id = 98261 - title = "EVTNAME98261" #The Northern Cape Colony - desc = "EVTDESC98261" - picture = "pioneer_wagons" - - trigger = { - tag = ENG - war = no - owns = 2087 - year = 1840 - OR = { - 2092 = { empty = yes } #Beaufort - 2093 = { empty = yes } #Calvinia - 2558 = { empty = yes } #De Aar - 2088 = { empty = yes } #Springbok - } - NOT = { has_country_flag = no_more_north_cape } - OR = { - ai = no - money = 10000 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 5 - 2092 = { empty = no } #Beaufort - 2093 = { empty = no } #Calvinia - 2558 = { empty = no } #De Aar - } - modifier = { - factor = 0.5 - OR = { - 2092 = { empty = yes } #Beaufort - 2093 = { empty = yes } #Calvinia - 2558 = { empty = yes } #De Aar - } - year = 1845 - } - modifier = { - factor = 0.1 - year = 1870 - } - } - - option = { - name = "EVT98261OPTA" - prestige = 2 - treasury = -10000 - random_owned = { - limit = { - 2092 = { empty = no } - 2093 = { empty = no } - 2558 = { empty = no } - 2088 = { empty = yes } - } - 2088 = { - secede_province = ENG - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - change_province_name = "Springbok" - life_rating = 15 - } - } - random_owned = { - limit = { - 2092 = { empty = no } - 2093 = { empty = no } - 2558 = { empty = yes } - } - 2558 = { - secede_province = ENG - any_pop = { limit = { has_pop_culture = boer } literacy = 0.2 } - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - change_province_name = "De Aar" - life_rating = 15 - } - } - random_owned = { - limit = { - 2092 = { empty = no } - 2093 = { empty = yes } - } - 2093 = { - secede_province = ENG - any_pop = { limit = { has_pop_culture = boer } literacy = 0.29 } - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - change_province_name = "Calvinia" - life_rating = 15 - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT98261OPTB" - set_country_flag = no_more_north_cape - ai_chance = { - factor = 0 - } - } + id = 98261 + title = "EVTNAME98261" #The Northern Cape Colony + desc = "EVTDESC98261" + picture = "pioneer_wagons" + + trigger = { + tag = ENG + war = no + owns = 2087 + year = 1840 + OR = { + 2092 = { empty = yes } #Beaufort + 2093 = { empty = yes } #Calvinia + 2558 = { empty = yes } #De Aar + 2088 = { empty = yes } #Springbok + } + NOT = { has_country_flag = no_more_north_cape } + OR = { + ai = no + money = 10000 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 5 + 2092 = { empty = no } #Beaufort + 2093 = { empty = no } #Calvinia + 2558 = { empty = no } #De Aar + } + modifier = { + factor = 0.5 + OR = { + 2092 = { empty = yes } #Beaufort + 2093 = { empty = yes } #Calvinia + 2558 = { empty = yes } #De Aar + } + year = 1845 + } + modifier = { + factor = 0.1 + year = 1870 + } + } + + option = { + name = "EVT98261OPTA" + prestige = 2 + treasury = -10000 + random_owned = { + limit = { + 2092 = { empty = no } + 2093 = { empty = no } + 2558 = { empty = no } + 2088 = { empty = yes } + } + 2088 = { + secede_province = ENG + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + change_province_name = "Springbok" + life_rating = 15 + } + } + random_owned = { + limit = { + 2092 = { empty = no } + 2093 = { empty = no } + 2558 = { empty = yes } + } + 2558 = { + secede_province = ENG + any_pop = { limit = { has_pop_culture = boer } literacy = 0.2 } + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + change_province_name = "De Aar" + life_rating = 15 + } + } + random_owned = { + limit = { + 2092 = { empty = no } + 2093 = { empty = yes } + } + 2093 = { + secede_province = ENG + any_pop = { limit = { has_pop_culture = boer } literacy = 0.29 } + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + change_province_name = "Calvinia" + life_rating = 15 + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT98261OPTB" + set_country_flag = no_more_north_cape + ai_chance = { + factor = 0 + } + } } #Diamonds Discovered in Kimberley country_event = { - id = 98262 - title = "EVTNAME98262" - desc = "EVTDESC98262" - picture = "diamonds_in_kimberley" - - trigger = { - OR = { - owns = 2558 - AND = { - owns = 2103 - owns = 2101 - } - } - year = 1864 - civilized = yes - 2094 = { - empty = yes - NOT = { trade_goods = precious_goods } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 36 } - - option = { - name = "EVT98262OPTA" - set_country_flag = kimberley_goldrush - random_owned = { - limit = { owner = { NOT = { primary_culture = boer } } } - random_country = { - limit = { tag = ORA exists = yes } - prestige = -5 - THIS = { - relation = { who = ORA value = -100 } - diplomatic_influence = { who = ORA value = -50 } - } - } - } - random_owned = { - limit = { owner = { NOT = { primary_culture = boer } } } - random_country = { - limit = { tag = TRN exists = yes } - prestige = -5 - THIS = { - relation = { who = TRN value = -100 } - diplomatic_influence = { who = TRN value = -50 } - } - } - } - 2094 = { - secede_province = THIS - change_province_name = "Kimberley" - trade_goods = precious_goods - add_province_modifier = { name = gold_rush duration = 5475 } - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - } - } + id = 98262 + title = "EVTNAME98262" + desc = "EVTDESC98262" + picture = "diamonds_in_kimberley" + + trigger = { + OR = { + owns = 2558 + AND = { + owns = 2103 + owns = 2101 + } + } + year = 1864 + civilized = yes + 2094 = { + empty = yes + NOT = { trade_goods = precious_goods } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 36 } + + option = { + name = "EVT98262OPTA" + set_country_flag = kimberley_goldrush + random_owned = { + limit = { owner = { NOT = { primary_culture = boer } } } + random_country = { + limit = { tag = ORA exists = yes } + prestige = -5 + THIS = { + relation = { who = ORA value = -100 } + diplomatic_influence = { who = ORA value = -50 } + } + } + } + random_owned = { + limit = { owner = { NOT = { primary_culture = boer } } } + random_country = { + limit = { tag = TRN exists = yes } + prestige = -5 + THIS = { + relation = { who = TRN value = -100 } + diplomatic_influence = { who = TRN value = -50 } + } + } + } + 2094 = { + secede_province = THIS + change_province_name = "Kimberley" + trade_goods = precious_goods + add_province_modifier = { name = gold_rush duration = 5475 } + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + } + } } - diff --git a/HPM/events/BoxerRebellion.txt b/HPM/events/BoxerRebellion.txt index eda235d3..bf14a972 100644 --- a/HPM/events/BoxerRebellion.txt +++ b/HPM/events/BoxerRebellion.txt @@ -1,847 +1,847 @@ ############################################################# -# # -# Boxer Rebellion Events # -# # +# # +# Boxer Rebellion Events # +# # ############################################################# #Initialization event #The Righteous Harmony Society country_event = { - id = 99000 - title = "EVTNAME99000" - desc = "EVTDESC99000" - news = yes - news_title = "EVTNAME99000_NEWS_TITLE" - news_desc_long = "EVTDESC99000_NEWS_LONG" - news_desc_medium = "EVTDESC99000_NEWS_MEDIUM" - news_desc_short = "EVTDESC99000_NEWS_SHORT" - picture = "boxers" - - trigger = { - tag = QNG - civilized = no - civilization_progress = 0.75 - any_owned_province = { - controlled_by = THIS - is_core = CHI - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - NOT = { - region = CHI_1612 - region = CHI_1616 - is_core = MCK - is_core = XIN - is_core = XBI - } - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = extraterritoriality_granted - owner = { has_country_modifier = legation_quarter } - } - } - OR = { - average_militancy = 4 - is_disarmed = yes - has_country_modifier = western_influences - } - NOT = { - TPG = { exists = yes } - num_of_revolts = 5 - has_country_flag = boxers_appeared - } - } - - mean_time_to_happen = { - months = 25 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.5 - part_of_sphere = yes - } - modifier = { - factor = 0.5 - any_core = { - empty = no - NOT = { is_core = TIB } - NOT = { is_core = MGL } - owner = { - NOT = { is_culture_group = east_asian } - NOT = { vassal_of = THIS } - } - } - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 0.8 - average_militancy = 8 - } - } - - option = { - name = "EVT99000OPTA" - set_country_flag = boxers_appeared - random_state = { - limit = { - any_owned_province = { - controlled_by = THIS - is_core = CHI - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - NOT = { - region = CHI_1612 - region = CHI_1616 - is_core = MCK - is_core = XIN - is_core = XBI - } - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = extraterritoriality_granted - AND = { - is_capital = yes - owner = { has_country_modifier = legation_quarter } - } - } - } - } - any_owned = { - add_province_modifier = { - name = boxer_presence - duration = -1 - } - } - } - } + id = 99000 + title = "EVTNAME99000" + desc = "EVTDESC99000" + news = yes + news_title = "EVTNAME99000_NEWS_TITLE" + news_desc_long = "EVTDESC99000_NEWS_LONG" + news_desc_medium = "EVTDESC99000_NEWS_MEDIUM" + news_desc_short = "EVTDESC99000_NEWS_SHORT" + picture = "boxers" + + trigger = { + tag = QNG + civilized = no + civilization_progress = 0.75 + any_owned_province = { + controlled_by = THIS + is_core = CHI + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + NOT = { + region = CHI_1612 + region = CHI_1616 + is_core = MCK + is_core = XIN + is_core = XBI + } + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = extraterritoriality_granted + owner = { has_country_modifier = legation_quarter } + } + } + OR = { + average_militancy = 4 + is_disarmed = yes + has_country_modifier = western_influences + } + NOT = { + TPG = { exists = yes } + num_of_revolts = 5 + has_country_flag = boxers_appeared + } + } + + mean_time_to_happen = { + months = 25 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.5 + part_of_sphere = yes + } + modifier = { + factor = 0.5 + any_core = { + empty = no + NOT = { is_core = TIB } + NOT = { is_core = MGL } + owner = { + NOT = { is_culture_group = east_asian } + NOT = { vassal_of = THIS } + } + } + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 0.8 + average_militancy = 8 + } + } + + option = { + name = "EVT99000OPTA" + set_country_flag = boxers_appeared + random_state = { + limit = { + any_owned_province = { + controlled_by = THIS + is_core = CHI + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + NOT = { + region = CHI_1612 + region = CHI_1616 + is_core = MCK + is_core = XIN + is_core = XBI + } + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = extraterritoriality_granted + AND = { + is_capital = yes + owner = { has_country_modifier = legation_quarter } + } + } + } + } + any_owned = { + add_province_modifier = { + name = boxer_presence + duration = -1 + } + } + } + } } province_event = { - id = 99001 - title = "EVTNAME99001" #Boxers in $STATENAME$ - desc = "EVTDESC99001" - - trigger = { - is_core = CHI - controlled_by = THIS - NOT = { - region = CHI_1616 - is_core = TIB - is_core = XBI - is_core = XIN - is_core = GNG - is_core = YNN - is_core = MGL - is_core = FJN - } - owner = { - tag = QNG - has_country_flag = boxers_appeared - NOT = { has_country_flag = boxers_disbanded } - NOT = { has_country_flag = boxers_attacked_capital } - } - any_neighbor_province = { - OR = { - has_province_modifier = boxer_presence - has_province_modifier = boxer_agitation - } - } - NOT = { - has_province_modifier = boxer_presence - has_province_modifier = boxer_agitation - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - owner = { war = yes } - } - modifier = { - factor = 0.5 - owner = { part_of_sphere = yes } - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 0.8 - average_militancy = 8 - } - } - - option = { - name = "EVT99001OPTA" - state_scope = { - any_owned = { - add_province_modifier = { - name = boxer_presence - duration = -1 - } - } - } - } + id = 99001 + title = "EVTNAME99001" #Boxers in $STATENAME$ + desc = "EVTDESC99001" + + trigger = { + is_core = CHI + controlled_by = THIS + NOT = { + region = CHI_1616 + is_core = TIB + is_core = XBI + is_core = XIN + is_core = GNG + is_core = YNN + is_core = MGL + is_core = FJN + } + owner = { + tag = QNG + has_country_flag = boxers_appeared + NOT = { has_country_flag = boxers_disbanded } + NOT = { has_country_flag = boxers_attacked_capital } + } + any_neighbor_province = { + OR = { + has_province_modifier = boxer_presence + has_province_modifier = boxer_agitation + } + } + NOT = { + has_province_modifier = boxer_presence + has_province_modifier = boxer_agitation + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + owner = { war = yes } + } + modifier = { + factor = 0.5 + owner = { part_of_sphere = yes } + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 0.8 + average_militancy = 8 + } + } + + option = { + name = "EVT99001OPTA" + state_scope = { + any_owned = { + add_province_modifier = { + name = boxer_presence + duration = -1 + } + } + } + } } #Boxers clash with foreigners province_event = { - id = 99005 - title = "EVTNAME99005" #Attack on Foreigners in $STATENAME$ - desc = "EVTDESC99005" - - trigger = { - has_province_modifier = boxer_presence - controlled_by = THIS - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = extraterritoriality_granted - } - NOT = { - region = CHI_1616 - } - owner = { - tag = QNG - civilized = no - NOT = { has_country_flag = boxers_disbanded } - NOT = { has_country_flag = boxers_attacked_capital } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.5 - owner = { part_of_sphere = yes } - } - modifier = { - factor = 0.8 - has_province_modifier = western_presence - } - modifier = { - factor = 0.8 - has_province_modifier = foreign_trading_post - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = european_military_mission } - } - modifier = { - factor = 0.8 - has_province_modifier = extraterritoriality_granted - } - } - - option = { - name = "EVT99005OPTA" - owner = { - prestige = -2 - random_owned = { - limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } - owner = { remove_country_modifier = western_presence_research } - } - } - state_scope = { - any_owned = { - limit = { has_province_modifier = boxer_presence } - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = extraterritoriality_granted - } - } - any_greater_power = { - relation = { who = THIS value = -25 } - } - random_country = { - limit = { - is_greater_power = yes - any_owned_province = { port = yes } - NOT = { casus_belli = THIS } - NOT = { war_with = THIS } - } - country_event = 99006 - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT99005OPTB" - owner = { prestige = 2 } - state_scope = { - any_pop = { - limit = { - is_culture_group = east_asian - location = { has_province_modifier = boxer_presence } - } - militancy = 2 - consciousness = 2 - } - any_owned = { - limit = { has_province_modifier = boxer_presence } - remove_province_modifier = boxer_presence - add_province_modifier = { - name = boxer_agitation - duration = -1 - } - } - } - any_greater_power = { - relation = { who = THIS value = 25 } - } - ai_chance = { factor = 10 } - } + id = 99005 + title = "EVTNAME99005" #Attack on Foreigners in $STATENAME$ + desc = "EVTDESC99005" + + trigger = { + has_province_modifier = boxer_presence + controlled_by = THIS + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = extraterritoriality_granted + } + NOT = { + region = CHI_1616 + } + owner = { + tag = QNG + civilized = no + NOT = { has_country_flag = boxers_disbanded } + NOT = { has_country_flag = boxers_attacked_capital } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.5 + owner = { part_of_sphere = yes } + } + modifier = { + factor = 0.8 + has_province_modifier = western_presence + } + modifier = { + factor = 0.8 + has_province_modifier = foreign_trading_post + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = european_military_mission } + } + modifier = { + factor = 0.8 + has_province_modifier = extraterritoriality_granted + } + } + + option = { + name = "EVT99005OPTA" + owner = { + prestige = -2 + random_owned = { + limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } + owner = { remove_country_modifier = western_presence_research } + } + } + state_scope = { + any_owned = { + limit = { has_province_modifier = boxer_presence } + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = extraterritoriality_granted + } + } + any_greater_power = { + relation = { who = THIS value = -25 } + } + random_country = { + limit = { + is_greater_power = yes + any_owned_province = { port = yes } + NOT = { casus_belli = THIS } + NOT = { war_with = THIS } + } + country_event = 99006 + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT99005OPTB" + owner = { prestige = 2 } + state_scope = { + any_pop = { + limit = { + is_culture_group = east_asian + location = { has_province_modifier = boxer_presence } + } + militancy = 2 + consciousness = 2 + } + any_owned = { + limit = { has_province_modifier = boxer_presence } + remove_province_modifier = boxer_presence + add_province_modifier = { + name = boxer_agitation + duration = -1 + } + } + } + any_greater_power = { + relation = { who = THIS value = 25 } + } + ai_chance = { factor = 10 } + } } country_event = { - id = 99006 - title = "EVTNAME99006" #Boxer Atrocities - GP Response - desc = "EVTDESC99006" - picture = "boxers" - - is_triggered_only = yes - - option = { - name = "EVT99006OPTA" - prestige = -2 - leave_alliance = FROM - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -50 } - casus_belli = { - target = FROM - type = cut_down_to_size_boxer - months = 12 - } - } + id = 99006 + title = "EVTNAME99006" #Boxer Atrocities - GP Response + desc = "EVTDESC99006" + picture = "boxers" + + is_triggered_only = yes + + option = { + name = "EVT99006OPTA" + prestige = -2 + leave_alliance = FROM + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -50 } + casus_belli = { + target = FROM + type = cut_down_to_size_boxer + months = 12 + } + } } #Boxers reach the capital country_event = { - id = 99010 - title = "EVTNAME99010" #Boxers Attack Legation Quarter! - desc = "EVTDESC99010" - picture = "boxers" - major = yes - news = yes - news_desc_long = "EVTDESC99010_NEWS_LONG" - news_desc_medium = "EVTDESC99010_NEWS_MEDIUM" - news_desc_short = "EVTDESC99010_NEWS_SHORT" - - trigger = { - tag = QNG - has_country_flag = boxers_appeared - 1616 = { controlled_by = THIS } - any_owned_province = { - region = CHI_1616 - controlled_by = THIS - any_neighbor_province = { - OR = { - has_province_modifier = boxer_presence - has_province_modifier = boxer_agitation - } - } - } - NOT = { - has_country_flag = boxers_disbanded - has_country_flag = boxers_attacked_capital - } - } - - mean_time_to_happen = { - months = 25 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.5 - part_of_sphere = yes - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 0.8 - average_militancy = 8 - } - } - - option = { - name = "EVT99010OPTA" - set_country_flag = boxers_attacked_capital - prestige = 10 - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_greater_power = { - limit = { war_with = THIS } - set_country_flag = intervened_boxer_war - add_casus_belli = { - target = THIS - type = cut_down_to_size_boxer - months = 12 - } - } - any_greater_power = { - limit = { - NOT = { war_with = THIS } - any_owned_province = { port = yes } - } - country_event = 99011 - } - CHI_1616 = { - any_owned = { - add_province_modifier = { - name = boxer_presence - duration = -1 - } - } - } - any_owned = { - limit = { has_province_modifier = boxer_agitation } - remove_province_modifier = boxer_agitation - add_province_modifier = { - name = boxer_presence - duration = -1 - } - } - any_owned = { - limit = { has_province_modifier = boxer_presence } - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = extraterritoriality_granted - any_pop = { - limit = { is_culture_group = east_asian } - militancy = -4 - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT99010OPTB" - set_country_flag = boxers_attacked_capital - prestige = -10 - CHI_1616 = { - any_owned = { - add_province_modifier = { - name = boxer_agitation - duration = -1 - } - } - } - any_owned = { - limit = { has_province_modifier = boxer_presence } - remove_province_modifier = boxer_presence - add_province_modifier = { - name = boxer_agitation - duration = -1 - } - } - any_owned = { - limit = { has_province_modifier = boxer_agitation } - any_pop = { - limit = { is_culture_group = east_asian } - militancy = 4 - } - } - ai_chance = { - factor = 10 - } - } + id = 99010 + title = "EVTNAME99010" #Boxers Attack Legation Quarter! + desc = "EVTDESC99010" + picture = "boxers" + major = yes + news = yes + news_desc_long = "EVTDESC99010_NEWS_LONG" + news_desc_medium = "EVTDESC99010_NEWS_MEDIUM" + news_desc_short = "EVTDESC99010_NEWS_SHORT" + + trigger = { + tag = QNG + has_country_flag = boxers_appeared + 1616 = { controlled_by = THIS } + any_owned_province = { + region = CHI_1616 + controlled_by = THIS + any_neighbor_province = { + OR = { + has_province_modifier = boxer_presence + has_province_modifier = boxer_agitation + } + } + } + NOT = { + has_country_flag = boxers_disbanded + has_country_flag = boxers_attacked_capital + } + } + + mean_time_to_happen = { + months = 25 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.5 + part_of_sphere = yes + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 0.8 + average_militancy = 8 + } + } + + option = { + name = "EVT99010OPTA" + set_country_flag = boxers_attacked_capital + prestige = 10 + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_greater_power = { + limit = { war_with = THIS } + set_country_flag = intervened_boxer_war + add_casus_belli = { + target = THIS + type = cut_down_to_size_boxer + months = 12 + } + } + any_greater_power = { + limit = { + NOT = { war_with = THIS } + any_owned_province = { port = yes } + } + country_event = 99011 + } + CHI_1616 = { + any_owned = { + add_province_modifier = { + name = boxer_presence + duration = -1 + } + } + } + any_owned = { + limit = { has_province_modifier = boxer_agitation } + remove_province_modifier = boxer_agitation + add_province_modifier = { + name = boxer_presence + duration = -1 + } + } + any_owned = { + limit = { has_province_modifier = boxer_presence } + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = extraterritoriality_granted + any_pop = { + limit = { is_culture_group = east_asian } + militancy = -4 + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT99010OPTB" + set_country_flag = boxers_attacked_capital + prestige = -10 + CHI_1616 = { + any_owned = { + add_province_modifier = { + name = boxer_agitation + duration = -1 + } + } + } + any_owned = { + limit = { has_province_modifier = boxer_presence } + remove_province_modifier = boxer_presence + add_province_modifier = { + name = boxer_agitation + duration = -1 + } + } + any_owned = { + limit = { has_province_modifier = boxer_agitation } + any_pop = { + limit = { is_culture_group = east_asian } + militancy = 4 + } + } + ai_chance = { + factor = 10 + } + } } - + country_event = { - id = 99011 - title = "EVTNAME99011" #Boxers Attack $COUNTRY_ADJ$ Legation - desc = "EVTDESC99011" - picture = "boxers" - - is_triggered_only = yes - - option = { - name = "EVT99011OPTA" - set_country_flag = intervened_boxer_war - leave_alliance = FROM - relation = { who = FROM value = -200 } - diplomatic_influence = { who = FROM value = -200 } - casus_belli = { - target = FROM - type = cut_down_to_size_boxer - months = 12 - } - war = { - target = FROM - attacker_goal = { - casus_belli = cut_down_to_size_boxer - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.1 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.25 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVT99011OPTB" - prestige_factor = -0.2 - leave_alliance = FROM - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -100 } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - issue = jingoism - factor = 3 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 2 - NOT = { neighbour = FROM } - } - } - } + id = 99011 + title = "EVTNAME99011" #Boxers Attack $COUNTRY_ADJ$ Legation + desc = "EVTDESC99011" + picture = "boxers" + + is_triggered_only = yes + + option = { + name = "EVT99011OPTA" + set_country_flag = intervened_boxer_war + leave_alliance = FROM + relation = { who = FROM value = -200 } + diplomatic_influence = { who = FROM value = -200 } + casus_belli = { + target = FROM + type = cut_down_to_size_boxer + months = 12 + } + war = { + target = FROM + attacker_goal = { + casus_belli = cut_down_to_size_boxer + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.1 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.25 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVT99011OPTB" + prestige_factor = -0.2 + leave_alliance = FROM + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -100 } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + issue = jingoism + factor = 3 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 2 + NOT = { neighbour = FROM } + } + } + } } #Boxer intervention success event country_event = { - id = 99015 - title = "EVTNAME99015" #The Boxer Protocol - desc = "EVTDESC99015" - picture = "qing_emperor" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT99015OPTA" - set_country_flag = boxers_disbanded - treasury = -100000 - relation = { who = FROM value = 200 } - any_greater_power = { - limit = { - has_country_flag = intervened_boxer_war - NOT = { tag = FROM } - } - country_event = 99016 - } - add_country_modifier = { name = legation_quarter duration = -1 } - any_owned = { - limit = { has_province_modifier = boxer_presence } - remove_province_modifier = boxer_presence - any_pop = { - limit = { is_culture_group = east_asian } - consciousness = 2 - militancy = 2 - } - } - } + id = 99015 + title = "EVTNAME99015" #The Boxer Protocol + desc = "EVTDESC99015" + picture = "qing_emperor" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT99015OPTA" + set_country_flag = boxers_disbanded + treasury = -100000 + relation = { who = FROM value = 200 } + any_greater_power = { + limit = { + has_country_flag = intervened_boxer_war + NOT = { tag = FROM } + } + country_event = 99016 + } + add_country_modifier = { name = legation_quarter duration = -1 } + any_owned = { + limit = { has_province_modifier = boxer_presence } + remove_province_modifier = boxer_presence + any_pop = { + limit = { is_culture_group = east_asian } + consciousness = 2 + militancy = 2 + } + } + } } country_event = { - id = 99016 - title = "EVTNAME99015" #The Boxer Protocol - to other GP's - desc = "EVTDESC99016" - picture = "qing_emperor" - - is_triggered_only = yes - - option = { - name = "EVT99016OPTA" - clr_country_flag = intervened_boxer_war - prestige = 20 - treasury = 50000 - relation = { who = FROM value = 200 } - end_war = FROM - any_country = { - limit = { - NOT = { has_country_flag = intervened_boxer_war } - alliance_with = THIS - war_with = FROM - } - end_war = FROM - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT99016OPTB" - clr_country_flag = intervened_boxer_war - ai_chance = { - factor = 0 - } - } + id = 99016 + title = "EVTNAME99015" #The Boxer Protocol - to other GP's + desc = "EVTDESC99016" + picture = "qing_emperor" + + is_triggered_only = yes + + option = { + name = "EVT99016OPTA" + clr_country_flag = intervened_boxer_war + prestige = 20 + treasury = 50000 + relation = { who = FROM value = 200 } + end_war = FROM + any_country = { + limit = { + NOT = { has_country_flag = intervened_boxer_war } + alliance_with = THIS + war_with = FROM + } + end_war = FROM + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT99016OPTB" + clr_country_flag = intervened_boxer_war + ai_chance = { + factor = 0 + } + } } #Boxers Burn something country_event = { - id = 13360 - title = "EVTNAME13356" - desc = "EVTDESC13356" - picture = "boxers" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13356" - prestige = -2 - relation = { - who = QNG - value = -50 - } - casus_belli = { - target = QNG - type = cut_down_to_size_boxer - months = 12 - } - } + id = 13360 + title = "EVTNAME13356" + desc = "EVTDESC13356" + picture = "boxers" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13356" + prestige = -2 + relation = { + who = QNG + value = -50 + } + casus_belli = { + target = QNG + type = cut_down_to_size_boxer + months = 12 + } + } } #Boxers Occupy Foreign-Held Lands country_event = { - id = 13365 - title = "EVTNAME13365" - desc = "EVTDESC13365" - picture = "boxers" - - trigger = { - tag = QNG - any_neighbor_country = { - any_owned_province = { - has_province_modifier = boxer_rebellion - is_core = CHI - is_colonial = yes - controlled_by = REB - province_control_days = 120 - any_neighbor_province = { owned_by = QNG } - state_scope = { - NOT = { - any_owned_province = { - is_core = CHI - NOT = { controlled_by = REB } - } - } - } - } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT13365OPTA" - prestige = 10 - any_neighbor_country = { - any_state = { - limit = { - any_owned_province = { - has_province_modifier = boxer_rebellion - controlled_by = REB - province_control_days = 120 - is_core = CHI - is_colonial = yes - any_neighbor_province = { - owned_by = QNG - } - } - NOT = { - any_owned_province = { - is_core = CHI - NOT = { controlled_by = REB } - } - } - } - any_owned = { - limit = { is_core = CHI } - remove_province_modifier = boxer_rebellion - any_pop = { militancy = -4 } - secede_province = QNG - change_controller = QNG - } - } - relation = { - who = THIS - value = -50 - } - casus_belli = { - target = QNG - type = treaty_port_casus_belli - months = 30 - } - } - } - - option = { - name = "EVT13365OPTB" - prestige = -10 - any_pop = { militancy = -4 } - any_neighbor_country = { - any_state = { - limit = { - any_owned_province = { - has_province_modifier = boxer_rebellion - controlled_by = REB - province_control_days = 120 - is_core = CHI - is_colonial = yes - any_neighbor_province = { owned_by = QNG } - } - NOT = { - any_owned_province = { - is_core = CHI - NOT = { controlled_by = REB } - } - } - } - any_owned = { - limit = { is_core = CHI } - remove_province_modifier = boxer_rebellion - } - } - } - } + id = 13365 + title = "EVTNAME13365" + desc = "EVTDESC13365" + picture = "boxers" + + trigger = { + tag = QNG + any_neighbor_country = { + any_owned_province = { + has_province_modifier = boxer_rebellion + is_core = CHI + is_colonial = yes + controlled_by = REB + province_control_days = 120 + any_neighbor_province = { owned_by = QNG } + state_scope = { + NOT = { + any_owned_province = { + is_core = CHI + NOT = { controlled_by = REB } + } + } + } + } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT13365OPTA" + prestige = 10 + any_neighbor_country = { + any_state = { + limit = { + any_owned_province = { + has_province_modifier = boxer_rebellion + controlled_by = REB + province_control_days = 120 + is_core = CHI + is_colonial = yes + any_neighbor_province = { + owned_by = QNG + } + } + NOT = { + any_owned_province = { + is_core = CHI + NOT = { controlled_by = REB } + } + } + } + any_owned = { + limit = { is_core = CHI } + remove_province_modifier = boxer_rebellion + any_pop = { militancy = -4 } + secede_province = QNG + change_controller = QNG + } + } + relation = { + who = THIS + value = -50 + } + casus_belli = { + target = QNG + type = treaty_port_casus_belli + months = 30 + } + } + } + + option = { + name = "EVT13365OPTB" + prestige = -10 + any_pop = { militancy = -4 } + any_neighbor_country = { + any_state = { + limit = { + any_owned_province = { + has_province_modifier = boxer_rebellion + controlled_by = REB + province_control_days = 120 + is_core = CHI + is_colonial = yes + any_neighbor_province = { owned_by = QNG } + } + NOT = { + any_owned_province = { + is_core = CHI + NOT = { controlled_by = REB } + } + } + } + any_owned = { + limit = { is_core = CHI } + remove_province_modifier = boxer_rebellion + } + } + } + } } #Boxers Victorious country_event = { - id = 13370 - title = "EVTNAME13370" - desc = "EVTDESC13370" - picture = "boxers" - - is_triggered_only = yes - - option = { - name = "EVT13370OPTA" - prestige = 25 - any_pop = { - ideology = { factor = 0.05 value = reactionary } - militancy = -8 - } - remove_country_modifier = educational_reform - remove_country_modifier = western_influences - add_country_modifier = { - name = "uncivilized_isolationism" - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = extraterritoriality_granted - } - any_country = { - limit = { - NOT = { has_country_flag = former_sphere_leader } - is_greater_power = yes - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -50 - } - relation = { - who = THIS - value = -25 - } - country_event = 13360 - } - } -} \ No newline at end of file + id = 13370 + title = "EVTNAME13370" + desc = "EVTDESC13370" + picture = "boxers" + + is_triggered_only = yes + + option = { + name = "EVT13370OPTA" + prestige = 25 + any_pop = { + ideology = { factor = 0.05 value = reactionary } + militancy = -8 + } + remove_country_modifier = educational_reform + remove_country_modifier = western_influences + add_country_modifier = { + name = "uncivilized_isolationism" + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = extraterritoriality_granted + } + any_country = { + limit = { + NOT = { has_country_flag = former_sphere_leader } + is_greater_power = yes + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -50 + } + relation = { + who = THIS + value = -25 + } + country_event = 13360 + } + } +} diff --git a/HPM/events/BritishDominions.txt b/HPM/events/BritishDominions.txt index 4bd42d7d..e1d25c12 100644 --- a/HPM/events/BritishDominions.txt +++ b/HPM/events/BritishDominions.txt @@ -1,1591 +1,1594 @@ #New Foundland Asks for independence country_event = { - id = 44330 - - title = "EVTNAME44330" - desc = "EVTDESC44330" - picture = "danishgovernment" - - - trigger = { - war = no - year = 1907 - any_owned_province = { is_core = NEW } - NOT = { exists = NEW } - is_possible_vassal = NEW - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - has_country_flag = NEW_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = NEW } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = NEW } - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - year = 1912 - NOT = { has_country_flag = NEW_independence_refused } - } - } - - option = { - name = "EVT44330OPTA" - clr_country_flag = NEW_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = NEW } } - militancy = -10 - } - NEW = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = NEW - NEW = { - prestige = -80 - } - relation = { - who = NEW - value = 200 - } - diplomatic_influence = { - who = NEW - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44330OPTB" - set_country_flag = NEW_independence_refused - any_owned = { - limit = { is_core = NEW } - any_pop = { - militancy = 3 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT44330OPTC" - clr_country_flag = NEW_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = NEW } } - militancy = -10 - } - NEW = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = NEW - NEW = { - prestige = -80 - } - relation = { - who = NEW - value = 200 - } - diplomatic_influence = { - who = NEW - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = NEW - ai_chance = { - factor = 0 - } - } + id = 44330 + + title = "EVTNAME44330" + desc = "EVTDESC44330" + picture = "danishgovernment" + + + trigger = { + war = no + year = 1907 + any_owned_province = { is_core = NEW } + NOT = { exists = NEW } + is_possible_vassal = NEW + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + has_country_flag = NEW_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = NEW } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = NEW } + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + year = 1912 + NOT = { has_country_flag = NEW_independence_refused } + } + } + + option = { + name = "EVT44330OPTA" + clr_country_flag = NEW_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = NEW } } + militancy = -10 + } + NEW = { + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = NEW + NEW = { + prestige = -80 + } + relation = { + who = NEW + value = 200 + } + diplomatic_influence = { + who = NEW + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44330OPTB" + set_country_flag = NEW_independence_refused + any_owned = { + limit = { is_core = NEW } + any_pop = { + militancy = 3 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT44330OPTC" + clr_country_flag = NEW_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = NEW } } + militancy = -10 + } + NEW = { + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = NEW + NEW = { + prestige = -80 + } + relation = { + who = NEW + value = 200 + } + diplomatic_influence = { + who = NEW + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = NEW + ai_chance = { + factor = 0 + } + } } country_event = { - - id = 44331 - - title = "EVTNAME44331" - desc = "EVTDESC44331" - picture = "danishgovernment" - major = yes - - trigger = { - tag = NEW - war = no - OR = { - has_country_modifier = great_depression - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - OR = { - vassal_of = ENG - vassal_of = ENL - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT44331OPTA" - random_country = { - limit = { is_our_vassal = THIS } - country_event = 60130 - } - } - - option = { - name = "EVT44331OPTB" - prestige = -20 - any_pop = { consciousness = 4 } - } + + id = 44331 + + title = "EVTNAME44331" + desc = "EVTDESC44331" + picture = "danishgovernment" + major = yes + + trigger = { + tag = NEW + war = no + OR = { + has_country_modifier = great_depression + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + OR = { + vassal_of = ENG + vassal_of = ENL + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT44331OPTA" + random_country = { + limit = { is_our_vassal = THIS } + country_event = 60130 + } + } + + option = { + name = "EVT44331OPTB" + prestige = -20 + any_pop = { consciousness = 4 } + } } #The Australian Dominion - Australia asks for independence country_event = { - id = 44332 - - title = "EVTNAME44332" - desc = "EVTDESC44332" - picture = "danishgovernment" - - trigger = { - war = no - year = 1901 - any_owned_province = { is_core = AST } - NOT = { exists = AST } - is_possible_vassal = AST - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - has_country_flag = AST_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = AST } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = AST } - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - year = 1910 - NOT = { has_country_flag = AST_independence_refused } - } - } - - option = { - name = "EVT44330OPTA" - clr_country_flag = AST_independence_refused - prestige = -20 - badboy = -5 - any_pop = { - limit = { location = { is_core = AST } } - militancy = -10 - } - AST = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = AST - AST = { prestige = -80 } - relation = { - who = AST - value = 200 - } - diplomatic_influence = { - who = AST - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44330OPTB" - set_country_flag = AST_independence_refused - any_owned = { - limit = { is_core = AST } - any_pop = { - militancy = 3 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT44332OPTC" - clr_country_flag = AST_independence_refused - prestige = -20 - badboy = -5 - any_pop = { - limit = { location = { is_core = AST } } - militancy = -10 - } - AST = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = AST - AST = { prestige = -80 } - relation = { - who = AST - value = 200 - } - diplomatic_influence = { - who = AST - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = AST - ai_chance = { - factor = 0 - } - } + id = 44332 + + title = "EVTNAME44332" + desc = "EVTDESC44332" + picture = "danishgovernment" + + trigger = { + war = no + year = 1901 + any_owned_province = { is_core = AST } + NOT = { exists = AST } + is_possible_vassal = AST + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + has_country_flag = AST_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = AST } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = AST } + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + year = 1910 + NOT = { has_country_flag = AST_independence_refused } + } + } + + option = { + name = "EVT44330OPTA" + clr_country_flag = AST_independence_refused + prestige = -20 + badboy = -5 + any_pop = { + limit = { location = { is_core = AST } } + militancy = -10 + } + AST = { + all_core = { remove_core = THIS remove_core = ENG } + } + remove_accepted_culture = australian + release_vassal = AST + AST = { prestige = -80 } + relation = { + who = AST + value = 200 + } + diplomatic_influence = { + who = AST + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44330OPTB" + set_country_flag = AST_independence_refused + remove_accepted_culture = australian + any_owned = { + limit = { is_core = AST } + any_pop = { + militancy = 3 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT44332OPTC" + clr_country_flag = AST_independence_refused + prestige = -20 + badboy = -5 + any_pop = { + limit = { location = { is_core = AST } } + militancy = -10 + } + AST = { + all_core = { remove_core = THIS remove_core = ENG } + } + remove_accepted_culture = australian + release_vassal = AST + AST = { prestige = -80 } + relation = { + who = AST + value = 200 + } + diplomatic_influence = { + who = AST + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = AST + ai_chance = { + factor = 0 + } + } } #The New Zealand Dominion - NZ asks for independence country_event = { - id = 44333 - - title = "EVTNAME44333" - desc = "EVTDESC44333" - picture = "danishgovernment" - - trigger = { - war = no - year = 1907 - any_owned_province = { is_core = NZL } - NOT = { exists = NZL } - is_possible_vassal = NZL - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - has_country_flag = NZL_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = NZL } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = NZL } - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - year = 1915 - NOT = { has_country_flag = NZL_independence_refused } - } - } - - option = { - name = "EVT44330OPTA" - clr_country_flag = NZL_independence_refused - prestige = -15 - badboy = -3 - any_pop = { - limit = { location = { is_core = NZL } } - militancy = -10 - } - AOT = { - all_core = { remove_core = AOT } - } - NZL = { - set_country_flag = post_colonial_country - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = NZL - NZL = { - prestige = -80 - capital = 2512 - } - relation = { - who = NZL - value = 200 - } - diplomatic_influence = { - who = NZL - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44330OPTB" - set_country_flag = NZL_independence_refused - any_owned = { - limit = { is_core = NZL } - any_pop = { - militancy = 3 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT44333OPTC" - clr_country_flag = NZL_independence_refused - prestige = -15 - badboy = -3 - any_pop = { - limit = { location = { is_core = NZL } } - militancy = -10 - } - NZL = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = NZL - NZL = { - prestige = -80 - capital = 2512 - } - relation = { - who = NZL - value = 200 - } - diplomatic_influence = { - who = NZL - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = NZL - ai_chance = { - factor = 0 - } - } + id = 44333 + + title = "EVTNAME44333" + desc = "EVTDESC44333" + picture = "danishgovernment" + + trigger = { + war = no + year = 1907 + any_owned_province = { is_core = NZL } + NOT = { exists = NZL } + is_possible_vassal = NZL + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + has_country_flag = NZL_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = NZL } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = NZL } + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + year = 1915 + NOT = { has_country_flag = NZL_independence_refused } + } + } + + option = { + name = "EVT44330OPTA" + clr_country_flag = NZL_independence_refused + prestige = -15 + badboy = -3 + any_pop = { + limit = { location = { is_core = NZL } } + militancy = -10 + } + AOT = { + all_core = { remove_core = AOT } + } + NZL = { + set_country_flag = post_colonial_country + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = NZL + NZL = { + prestige = -80 + capital = 2512 + } + relation = { + who = NZL + value = 200 + } + diplomatic_influence = { + who = NZL + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44330OPTB" + set_country_flag = NZL_independence_refused + any_owned = { + limit = { is_core = NZL } + any_pop = { + militancy = 3 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT44333OPTC" + clr_country_flag = NZL_independence_refused + prestige = -15 + badboy = -3 + any_pop = { + limit = { location = { is_core = NZL } } + militancy = -10 + } + NZL = { + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = NZL + NZL = { + prestige = -80 + capital = 2512 + } + relation = { + who = NZL + value = 200 + } + diplomatic_influence = { + who = NZL + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = NZL + ai_chance = { + factor = 0 + } + } } #The South African Dominion - SAF asks for independence country_event = { - id = 44334 - - title = "EVTNAME44334" - desc = "EVTDESC44334" - picture = "danishgovernment" - - trigger = { - war = no - year = 1909 - any_owned_province = { is_core = SAF } - NOT = { - exists = SAF - has_country_flag = SAF_independence_resoundly_refused - } - is_possible_vassal = SAF - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - has_country_flag = SAF_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SAF } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SAF } - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - year = 1920 - NOT = { has_country_flag = SAF_independence_refused } - } - } - - option = { - name = "EVT44330OPTA" - clr_country_flag = SAF_independence_refused - prestige = -20 - badboy = -5 - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } - random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } - random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } - random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } - random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } - random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } - random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } - random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } - random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } - random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } - random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } - random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } - random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } - random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } - random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } - random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } - random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } - random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } - random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } - random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } - any_pop = { - limit = { location = { is_core = SAF } } - militancy = -10 - } - SAF = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = SAF - SAF = { - prestige = -80 - capital = 2087 - } - relation = { - who = SAF - value = 50 - } - diplomatic_influence = { - who = SAF - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44330OPTB" - set_country_flag = SAF_independence_refused - any_owned = { - limit = { is_core = SAF } - any_pop = { - militancy = 3 - } - } - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } - random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } - random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } - random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } - random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } - random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } - random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } - random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } - random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } - random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } - random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } - random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } - random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } - random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } - random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } - random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } - random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } - random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } - random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } - random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT44334OPTC" - clr_country_flag = SAF_independence_refused - prestige = -20 - badboy = -5 - any_pop = { - limit = { location = { is_core = SAF } } - militancy = -10 - } - SAF = { - all_core = { remove_core = THIS remove_core = ENG } - } - release_vassal = SAF - SAF = { - prestige = -80 - capital = 2087 - } - relation = { - who = SAF - value = 50 - } - diplomatic_influence = { - who = SAF - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = SAF - ai_chance = { - factor = 0 - } - } - option = { - name = "EVT44330OPTD" - set_country_flag = SAF_independence_resoundly_refused - any_owned = { - limit = { is_core = SAF } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } - random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } - random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } - random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } - random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } - random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } - random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } - random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } - random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } - random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } - random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } - random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } - random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } - random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } - random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } - random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } - random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } - random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } - random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } - random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } - ai_chance = { - factor = 2 - } - } + id = 44334 + + title = "EVTNAME44334" + desc = "EVTDESC44334" + picture = "danishgovernment" + + trigger = { + war = no + year = 1909 + any_owned_province = { is_core = SAF } + NOT = { + exists = SAF + has_country_flag = SAF_independence_resoundly_refused + } + is_possible_vassal = SAF + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + has_country_flag = SAF_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SAF } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SAF } + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + year = 1920 + NOT = { has_country_flag = SAF_independence_refused } + } + } + + option = { + name = "EVT44330OPTA" + clr_country_flag = SAF_independence_refused + prestige = -20 + badboy = -5 + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } + random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } + random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } + random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } + random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } + random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } + random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } + random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } + random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } + random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } + random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } + random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } + random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } + random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } + random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } + random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } + random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } + random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } + random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } + random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } + any_pop = { + limit = { location = { is_core = SAF } } + militancy = -10 + } + SAF = { + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = SAF + SAF = { + prestige = -80 + capital = 2087 + } + relation = { + who = SAF + value = 50 + } + diplomatic_influence = { + who = SAF + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44330OPTB" + set_country_flag = SAF_independence_refused + any_owned = { + limit = { is_core = SAF } + any_pop = { + militancy = 3 + } + } + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } + random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } + random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } + random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } + random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } + random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } + random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } + random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } + random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } + random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } + random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } + random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } + random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } + random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } + random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } + random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } + random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } + random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } + random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } + random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT44334OPTC" + clr_country_flag = SAF_independence_refused + prestige = -20 + badboy = -5 + any_pop = { + limit = { location = { is_core = SAF } } + militancy = -10 + } + SAF = { + all_core = { remove_core = THIS remove_core = ENG } + } + release_vassal = SAF + SAF = { + prestige = -80 + capital = 2087 + } + relation = { + who = SAF + value = 50 + } + diplomatic_influence = { + who = SAF + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = SAF + ai_chance = { + factor = 0 + } + } + option = { + name = "EVT44330OPTD" + set_country_flag = SAF_independence_resoundly_refused + any_owned = { + limit = { is_core = SAF } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" add_core = SAF } + random_owned = { limit = { province_id = 2112 } change_province_name = "Ladysmith" add_core = SAF } + random_owned = { limit = { province_id = 2100 } change_province_name = "Port St. Johns" add_core = SAF } + random_owned = { limit = { province_id = 2101 } change_province_name = "Bloemfontein" add_core = SAF } + random_owned = { limit = { province_id = 2102 } change_province_name = "Winburg" add_core = SAF } + random_owned = { limit = { province_id = 2103 } change_province_name = "Philippolis" add_core = SAF } + random_owned = { limit = { province_id = 2105 } change_province_name = "Pretoria" add_core = SAF } + random_owned = { limit = { province_id = 2106 } change_province_name = "Johannesburg" add_core = SAF } + random_owned = { limit = { province_id = 2107 } change_province_name = "Klerksdorp" add_core = SAF } + random_owned = { limit = { province_id = 2108 } change_province_name = "Nylstroom" add_core = SAF } + random_owned = { limit = { province_id = 2109 } change_province_name = "Lydenburg" add_core = SAF } + random_owned = { limit = { province_id = 2110 } change_province_name = "Hoedspruit" add_core = SAF } + random_owned = { limit = { province_id = 2088 } change_province_name = "Springbok" add_core = SAF } + random_owned = { limit = { province_id = 2558 } change_province_name = "De Aar" add_core = SAF } + random_owned = { limit = { province_id = 2093 } change_province_name = "Calvinia" add_core = SAF } + random_owned = { limit = { province_id = 2094 } change_province_name = "Kimberley" add_core = SAF } + random_owned = { limit = { province_id = 2111 } change_province_name = "Durban" add_core = SAF } + random_owned = { limit = { province_id = 2105 } state_scope = { change_region_name = "Transvaal" } } + random_owned = { limit = { province_id = 2102 } state_scope = { change_region_name = "Vrystaat" } } + random_owned = { limit = { province_id = 2111 } state_scope = { change_region_name = "Natal" } } + ai_chance = { + factor = 2 + } + } } country_event = { - id = 44335 - title = "EVTNAME44335" - desc = "EVTDESC44335" - picture = "deliberation" - - trigger = { - war = no - is_vassal = yes - is_substate = no - civilized = yes - ai = no - overlord = { - war = no - civilized = yes - NOT = { truce_with = THIS } - any_owned_province = { - is_overseas = yes - is_core = THIS - } - } - NOT = { has_country_flag = no_more_asking_for_cores } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT44335OPTA" - overlord = { country_event = 44336 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT44335OPTB" - set_country_flag = no_more_asking_for_cores - ai_chance = { factor = 0 } - } + id = 44335 + title = "EVTNAME44335" + desc = "EVTDESC44335" + picture = "deliberation" + + trigger = { + war = no + is_vassal = yes + is_substate = no + civilized = yes + ai = no + overlord = { + war = no + civilized = yes + NOT = { truce_with = THIS } + any_owned_province = { + is_overseas = yes + is_core = THIS + } + } + NOT = { has_country_flag = no_more_asking_for_cores } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT44335OPTA" + overlord = { country_event = 44336 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT44335OPTB" + set_country_flag = no_more_asking_for_cores + ai_chance = { factor = 0 } + } } country_event = { - id = 44336 - title = "EVTNAME44336" - desc = "EVTDESC44336" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT44336OPTA" - any_owned = { - limit = { - is_core = FROM - is_overseas = yes - } - remove_core = THIS - } - diplomatic_influence = { who = FROM value = 100 } - FROM = { country_event = 44337 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT44336OPTB" - FROM = { - set_country_flag = no_more_asking_for_cores - country_event = 44338 - } - ai_chance = { factor = 0 } - } + id = 44336 + title = "EVTNAME44336" + desc = "EVTDESC44336" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT44336OPTA" + any_owned = { + limit = { + is_core = FROM + is_overseas = yes + } + remove_core = THIS + } + diplomatic_influence = { who = FROM value = 100 } + FROM = { country_event = 44337 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT44336OPTB" + FROM = { + set_country_flag = no_more_asking_for_cores + country_event = 44338 + } + ai_chance = { factor = 0 } + } } country_event = { - id = 44337 - title = "EVTNAME44337" - desc = "EVTDESC44337" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT44337OPTA" - prestige_factor = -0.1 - relation = { who = FROM value = 50 } - FROM = { - any_owned = { - limit = { - is_core = THIS - is_overseas = yes - } - secede_province = THIS - } - } - } + id = 44337 + title = "EVTNAME44337" + desc = "EVTDESC44337" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT44337OPTA" + prestige_factor = -0.1 + relation = { who = FROM value = 50 } + FROM = { + any_owned = { + limit = { + is_core = THIS + is_overseas = yes + } + secede_province = THIS + } + } + } } country_event = { - id = 44338 - title = "EVTNAME44338" - desc = "EVTDESC44338" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT44338OPTA" - relation = { who = FROM value = -100 } - leave_alliance = FROM - casus_belli = { - target = FROM - type = become_independent - months = 120 - } - } + id = 44338 + title = "EVTNAME44338" + desc = "EVTDESC44338" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT44338OPTA" + relation = { who = FROM value = -100 } + leave_alliance = FROM + casus_belli = { + target = FROM + type = become_independent + months = 120 + } + } } #The Northwest Territories - England/Canada Annex White Horse country_event = { - - id = 44339 - title = "EVTNAME44339" - desc = "EVTDESC44339" - picture = "Southpole3" - - trigger = { - OR = { - tag = CAN - tag = ENG - } - war = no - money = 1100 - OR = { - revolution_n_counterrevolution = 1 - year = 1880 - } - OR = { - NOT = { has_global_flag = berlin_conference } - NOT = { invention = mission_to_civilize } - NOT = { invention = colonial_negotiations } - AND = { - is_greater_power = no - is_secondary_power = no - } - } - OR = { - AND = { - 6 = { empty = yes } #Whitehorse - owns = 17 - } - AND = { - 6 = { empty = no } - 7 = { empty = yes } #Dawson - OR = { - owns = 6 - owns = 8 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = yes } #Ross River - OR = { - owns = 17 - owns = 2629 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = yes } #Fort Resolution - OR = { - owns = 23 - owns = 43 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = yes } #Fort Liard - OR = { - owns = 2629 - owns = 8 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = yes } #Fort Simpson - OR = { - owns = 2598 - owns = 11 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = no } - 11 = { empty = yes } #Echo Bay - OR = { - owns = 23 - owns = 2596 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = no } - 11 = { empty = no } - #12 = { empty = yes } #Reliance - OR = { - owns = 43 - owns = 2596 - } - } - AND = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = no } - 11 = { empty = no } - #12 = { empty = no } - 10 = { empty = yes } #Inuvik - OR = { - owns = 9 - owns = 8 - } - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.2 - 6 = { empty = yes } - } - modifier = { - factor = 3 - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - NOT = { year = 1880 } - } - modifier = { - factor = 1.5 - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - year = 1880 - NOT = { year = 1900 } - } - } - - option = { - name = "EVT44339OPTA" - treasury = -1000 - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = no } - 11 = { empty = no } - #12 = { empty = no } - 10 = { empty = yes } - OR = { - 9 = { owned_by = THIS } - 8 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 10 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = no } - 11 = { empty = yes } - OR = { - 23 = { owned_by = THIS } - 2596 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 11 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = no } - 9 = { empty = yes } - OR = { - 2598 = { owned_by = THIS } - 11 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 9 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = no } - 2598 = { empty = yes } - OR = { - 2629 = { owned_by = THIS } - 8 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 2598 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = no } - 2596 = { empty = yes } - OR = { - 23 = { owned_by = THIS } - 43 = { owned_by = THIS } - } - } - owner = { prestige = -5 } - 2596 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = no } - 8 = { empty = yes } - OR = { - 17 = { owned_by = THIS } - 2629 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 8 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = no } - 7 = { empty = yes } - OR = { - 6 = { owned_by = THIS } - 8 = { owned_by = THIS } - } - } - owner = { prestige = -3 } - 7 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - random_owned = { - limit = { - 6 = { empty = yes } - 17 = { owned_by = THIS } - } - owner = { prestige = -5 } - 6 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } - } - } + + id = 44339 + title = "EVTNAME44339" + desc = "EVTDESC44339" + picture = "Southpole3" + + trigger = { + OR = { + tag = CAN + tag = ENG + } + war = no + money = 1100 + OR = { + revolution_n_counterrevolution = 1 + year = 1880 + } + OR = { + NOT = { has_global_flag = berlin_conference } + NOT = { invention = mission_to_civilize } + NOT = { invention = colonial_negotiations } + AND = { + is_greater_power = no + is_secondary_power = no + } + } + OR = { + AND = { + 6 = { empty = yes } #Whitehorse + owns = 17 + } + AND = { + 6 = { empty = no } + 7 = { empty = yes } #Dawson + OR = { + owns = 6 + owns = 8 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = yes } #Ross River + OR = { + owns = 17 + owns = 2629 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = yes } #Fort Resolution + OR = { + owns = 23 + owns = 43 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = yes } #Fort Liard + OR = { + owns = 2629 + owns = 8 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = yes } #Fort Simpson + OR = { + owns = 2598 + owns = 11 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = no } + 11 = { empty = yes } #Echo Bay + OR = { + owns = 23 + owns = 2596 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = no } + 11 = { empty = no } + #12 = { empty = yes } #Reliance + OR = { + owns = 43 + owns = 2596 + } + } + AND = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = no } + 11 = { empty = no } + #12 = { empty = no } + 10 = { empty = yes } #Inuvik + OR = { + owns = 9 + owns = 8 + } + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.2 + 6 = { empty = yes } + } + modifier = { + factor = 3 + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + NOT = { year = 1880 } + } + modifier = { + factor = 1.5 + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + year = 1880 + NOT = { year = 1900 } + } + } + + option = { + name = "EVT44339OPTA" + treasury = -1000 + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = no } + 11 = { empty = no } + #12 = { empty = no } + 10 = { empty = yes } + OR = { + 9 = { owned_by = THIS } + 8 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 10 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = no } + 11 = { empty = yes } + OR = { + 23 = { owned_by = THIS } + 2596 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 11 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = no } + 9 = { empty = yes } + OR = { + 2598 = { owned_by = THIS } + 11 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 9 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = no } + 2598 = { empty = yes } + OR = { + 2629 = { owned_by = THIS } + 8 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 2598 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = no } + 2596 = { empty = yes } + OR = { + 23 = { owned_by = THIS } + 43 = { owned_by = THIS } + } + } + owner = { prestige = -5 } + 2596 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = no } + 8 = { empty = yes } + OR = { + 17 = { owned_by = THIS } + 2629 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 8 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = no } + 7 = { empty = yes } + OR = { + 6 = { owned_by = THIS } + 8 = { owned_by = THIS } + } + } + owner = { prestige = -3 } + 7 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + random_owned = { + limit = { + 6 = { empty = yes } + 17 = { owned_by = THIS } + } + owner = { prestige = -5 } + 6 = { secede_province = THIS add_core = RPL any_pop = { literacy = -0.99 } } + } + } } #The Alaskan Dominion country_event = { - id = 44340 - title = "EVTNAME44340" - desc = "EVTDESC44340" - picture = "alaska" - - trigger = { - war = no - CAN = { war = no } - is_our_vassal = CAN - year = 1880 - NOT = { capital_scope = { continent = north_america } } - any_owned_province = { - region = USA_1 - controlled_by = THIS - any_neighbor_province = { owned_by = CAN } - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT44340OPTA" - USA_1 = { - remove_core = THIS - add_core = CAN - } - any_owned = { - limit = { region = USA_1 } - secede_province = CAN - } - random_country = { - limit = { - is_sphere_leader_of = CAN - NOT = { tag = THIS } - } - diplomatic_influence = { who = CAN value = -100 } - } - diplomatic_influence = { who = CAN value = 100 } - relation = { who = CAN value = 50 } - ai_chance = { factor = 75 } - } - - option = { - name = "EVT44340OPTB" - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = LSK } } - militancy = -10 - } - LSK = { - all_core = { remove_core = ENG remove_core = THIS } - } - release_vassal = LSK - LSK = { - prestige = -100 - primary_culture = anglo_canadian - add_accepted_culture = british - relation = { who = CAN value = 200 } - } - relation = { - who = LSK - value = 200 - } - diplomatic_influence = { - who = LSK - value = 200 - } - ai_chance = { factor = 20 } - } - - option = { - name = "EVT44340OPTC" - USA_1 = { - remove_core = THIS - } - any_owned = { - limit = { is_core = LSK } - any_pop = { - militancy = 3 - } - } - ai_chance = { factor = 5 } - } - - option = { - name = "EVT44340OPTD" - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = LSK } } - militancy = -10 - } - LSK = { - all_core = { remove_core = ENG remove_core = THIS } - } - release_vassal = LSK - LSK = { - prestige = -100 - add_accepted_culture = anglo_canadian - relation = { who = CAN value = 200 } - } - relation = { - who = LSK - value = 200 - } - diplomatic_influence = { - who = LSK - value = 200 - } - change_tag_no_core_switch = LSK - ai_chance = { factor = 0 } - } + id = 44340 + title = "EVTNAME44340" + desc = "EVTDESC44340" + picture = "alaska" + + trigger = { + war = no + CAN = { war = no } + is_our_vassal = CAN + year = 1880 + NOT = { capital_scope = { continent = north_america } } + any_owned_province = { + region = USA_1 + controlled_by = THIS + any_neighbor_province = { owned_by = CAN } + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT44340OPTA" + USA_1 = { + remove_core = THIS + add_core = CAN + } + any_owned = { + limit = { region = USA_1 } + secede_province = CAN + } + random_country = { + limit = { + is_sphere_leader_of = CAN + NOT = { tag = THIS } + } + diplomatic_influence = { who = CAN value = -100 } + } + diplomatic_influence = { who = CAN value = 100 } + relation = { who = CAN value = 50 } + ai_chance = { factor = 75 } + } + + option = { + name = "EVT44340OPTB" + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = LSK } } + militancy = -10 + } + LSK = { + all_core = { remove_core = ENG remove_core = THIS } + } + release_vassal = LSK + LSK = { + prestige = -100 + primary_culture = anglo_canadian + add_accepted_culture = british + relation = { who = CAN value = 200 } + } + relation = { + who = LSK + value = 200 + } + diplomatic_influence = { + who = LSK + value = 200 + } + ai_chance = { factor = 20 } + } + + option = { + name = "EVT44340OPTC" + USA_1 = { + remove_core = THIS + } + any_owned = { + limit = { is_core = LSK } + any_pop = { + militancy = 3 + } + } + ai_chance = { factor = 5 } + } + + option = { + name = "EVT44340OPTD" + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = LSK } } + militancy = -10 + } + LSK = { + all_core = { remove_core = ENG remove_core = THIS } + } + release_vassal = LSK + LSK = { + prestige = -100 + add_accepted_culture = anglo_canadian + relation = { who = CAN value = 200 } + } + relation = { + who = LSK + value = 200 + } + diplomatic_influence = { + who = LSK + value = 200 + } + change_tag_no_core_switch = LSK + ai_chance = { factor = 0 } + } } #The Southern Rhodesia Dominion country_event = { - id = 44341 - - title = "EVTNAME44341" - desc = "EVTDESC44341" - picture = "danishgovernment" - - major = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - year = 1924 - any_owned_province = { is_core = RHO } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - has_country_flag = RHO_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = RHO } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = RHO } - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - year = 1910 - NOT = { has_country_flag = RHO_independence_refused } - } - } - - option = { - name = "EVT44330OPTA" - clr_country_flag = RHO_independence_refused - prestige = -20 - badboy = -5 - any_pop = { - limit = { location = { is_core = RHO } } - militancy = -10 - } - RHO = { all_core = { remove_core = ENG } } - any_owned = { - limit = { is_core = RHO } - secede_province = RHO - } - release_vassal = RHO - relation = { - who = RHO - value = 200 - } - diplomatic_influence = { - who = RHO - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44330OPTB" - set_country_flag = RHO_independence_refused - any_owned = { - limit = { is_core = RHO } - any_pop = { - militancy = 3 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } + id = 44341 + + title = "EVTNAME44341" + desc = "EVTDESC44341" + picture = "danishgovernment" + + major = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + year = 1924 + any_owned_province = { is_core = RHO } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + has_country_flag = RHO_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = RHO } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = RHO } + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + year = 1910 + NOT = { has_country_flag = RHO_independence_refused } + } + } + + option = { + name = "EVT44330OPTA" + clr_country_flag = RHO_independence_refused + prestige = -20 + badboy = -5 + any_pop = { + limit = { location = { is_core = RHO } } + militancy = -10 + } + RHO = { all_core = { remove_core = ENG } } + any_owned = { + limit = { is_core = RHO } + secede_province = RHO + } + release_vassal = RHO + relation = { + who = RHO + value = 200 + } + diplomatic_influence = { + who = RHO + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44330OPTB" + set_country_flag = RHO_independence_refused + any_owned = { + limit = { is_core = RHO } + any_pop = { + militancy = 3 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } } diff --git a/HPM/events/Building Destruction.txt b/HPM/events/Building Destruction.txt index 8676ef55..6d228df5 100644 --- a/HPM/events/Building Destruction.txt +++ b/HPM/events/Building Destruction.txt @@ -1,65 +1,65 @@ province_event = { - id = 60168004 - title = "EVTNAME60168004" - desc = "EVTDESC60168004" - - allow_multiple_instances = no - - trigger = { - OR = { - unit_in_battle = yes - country_units_in_province = REB - } - has_building = fort - } - - mean_time_to_happen = { months = 600 } - - option = { - name = "EVT60168004OPTA" - fort = -1 - } + id = 60168004 + title = "EVTNAME60168004" + desc = "EVTDESC60168004" + + allow_multiple_instances = no + + trigger = { + OR = { + unit_in_battle = yes + country_units_in_province = REB + } + has_building = fort + } + + mean_time_to_happen = { months = 600 } + + option = { + name = "EVT60168004OPTA" + fort = -1 + } } province_event = { - id = 60168005 - title = "EVTNAME60168005" - desc = "EVTDESC60168005" - - allow_multiple_instances = no - - trigger = { - OR = { - unit_in_battle = yes - country_units_in_province = REB - } - has_building = railroad - } - - mean_time_to_happen = { months = 600 } - - option = { - name = "EVT60168005OPTA" - infrastructure = -1 - } + id = 60168005 + title = "EVTNAME60168005" + desc = "EVTDESC60168005" + + allow_multiple_instances = no + + trigger = { + OR = { + unit_in_battle = yes + country_units_in_province = REB + } + has_building = railroad + } + + mean_time_to_happen = { months = 600 } + + option = { + name = "EVT60168005OPTA" + infrastructure = -1 + } } #province_event = { -# id = 60168006 -# title = "EVTNAME60168006" -# desc = "EVTDESC60168006" -# -# allow_multiple_instances = no -# -# trigger = { -# unit_in_battle = yes -# has_building = public_illumination -# } -# -# mean_time_to_happen = { months = 500 } -# -# option = { -# name = "EVT60168006OPTA" -# public_illumination = -1 -# } +# id = 60168006 +# title = "EVTNAME60168006" +# desc = "EVTDESC60168006" +# +# allow_multiple_instances = no +# +# trigger = { +# unit_in_battle = yes +# has_building = public_illumination +# } +# +# mean_time_to_happen = { months = 500 } +# +# option = { +# name = "EVT60168006OPTA" +# public_illumination = -1 +# } #} diff --git a/HPM/events/CANFlavor.txt b/HPM/events/CANFlavor.txt index b825e1c7..3ae16f89 100644 --- a/HPM/events/CANFlavor.txt +++ b/HPM/events/CANFlavor.txt @@ -1,1973 +1,1973 @@ ############################################################# -# # -# Pre-Independence Events # -# # +# # +# Pre-Independence Events # +# # ############################################################# #Rebellions of 1837 country_event = { - id = 44305 - title = "EVTNAME44305" - desc = "EVTDESC44305" - news = yes - news_title = "EVTNAME44305_NEWS_TITLE" - news_desc_long = "EVTDESC44305_NEWS_LONG" - news_desc_medium = "EVTDESC44305_NEWS_MEDIUM" - news_desc_short = "EVTDESC44305_NEWS_SHORT" - picture = "rebellion" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - owns = 57 - NOT = { - exists = CAN - has_country_flag = rebellion_1837_begun - has_country_flag = lord_durhams_report - } - year = 1837 - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT44305OPTA" - set_country_flag = rebellion_1837_begun - any_pop = { - limit = { - has_pop_culture = anglo_canadian - location = { is_core = CAN } - } - consciousness = 6 - militancy = 8 - ideology = { - value = liberal - factor = 0.30 - } - } - any_pop = { - limit = { - has_pop_culture = french_canadian - location = { is_core = QUE } - } - consciousness = 6 - militancy = 8 - ideology = { - value = liberal - factor = 0.30 - } - } - any_owned = { - limit = { - OR = { - is_core = CAN - is_core = QUE - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } + id = 44305 + title = "EVTNAME44305" + desc = "EVTDESC44305" + news = yes + news_title = "EVTNAME44305_NEWS_TITLE" + news_desc_long = "EVTDESC44305_NEWS_LONG" + news_desc_medium = "EVTDESC44305_NEWS_MEDIUM" + news_desc_short = "EVTDESC44305_NEWS_SHORT" + picture = "rebellion" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + owns = 57 + NOT = { + exists = CAN + has_country_flag = rebellion_1837_begun + has_country_flag = lord_durhams_report + } + year = 1837 + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT44305OPTA" + set_country_flag = rebellion_1837_begun + any_pop = { + limit = { + has_pop_culture = anglo_canadian + location = { is_core = CAN } + } + consciousness = 6 + militancy = 8 + ideology = { + value = liberal + factor = 0.30 + } + } + any_pop = { + limit = { + has_pop_culture = french_canadian + location = { is_core = QUE } + } + consciousness = 6 + militancy = 8 + ideology = { + value = liberal + factor = 0.30 + } + } + any_owned = { + limit = { + OR = { + is_core = CAN + is_core = QUE + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } } #Lord Durham's Report country_event = { - id = 44306 - title = "EVTNAME44306" - desc = "EVTDESC44306" - picture = "deliberation" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - owns = 57 - owns = 65 - has_country_flag = rebellion_1837_begun - OR = { - government = democracy - government = hms_government - } - NOT = { - has_country_flag = lord_durhams_report - any_owned_province = { - OR = { - is_core = CAN - is_core = QUE - } - NOT = { controlled_by = ENG } - } - } - } - - mean_time_to_happen = { - months = 30 - } - - option = { - name = "EVT44306OPTA" - set_country_flag = lord_durhams_report - prestige = -10 - CAN_58 = { - add_core = CAN - remove_core = RPL - } - any_pop = { - limit = { - location = { is_core = CAN } - } - consciousness = -4 - militancy = -4 - ideology = { - value = liberal - factor = 0.10 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - } - } - - option = { - name = "EVT44306OPTB" - set_country_flag = lord_durhams_report - prestige = 10 - any_owned = { - limit = { - OR = { - is_core = CAN - is_core = QUE - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - USA = { - relation = { who = ENG value = -50 } - leave_alliance = ENG - casus_belli = { - target = ENG - type = free_peoples - months = 600 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - has_country_modifier = global_liberal_agitation - } - modifier = { - factor = 0 - OR = { - num_of_revolts = 1 - average_militancy = 4 - war = yes - } - } - } - } + id = 44306 + title = "EVTNAME44306" + desc = "EVTDESC44306" + picture = "deliberation" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + owns = 57 + owns = 65 + has_country_flag = rebellion_1837_begun + OR = { + government = democracy + government = hms_government + } + NOT = { + has_country_flag = lord_durhams_report + any_owned_province = { + OR = { + is_core = CAN + is_core = QUE + } + NOT = { controlled_by = ENG } + } + } + } + + mean_time_to_happen = { + months = 30 + } + + option = { + name = "EVT44306OPTA" + set_country_flag = lord_durhams_report + prestige = -10 + CAN_58 = { + add_core = CAN + remove_core = RPL + } + any_pop = { + limit = { + location = { is_core = CAN } + } + consciousness = -4 + militancy = -4 + ideology = { + value = liberal + factor = 0.10 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + } + } + + option = { + name = "EVT44306OPTB" + set_country_flag = lord_durhams_report + prestige = 10 + any_owned = { + limit = { + OR = { + is_core = CAN + is_core = QUE + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + USA = { + relation = { who = ENG value = -50 } + leave_alliance = ENG + casus_belli = { + target = ENG + type = free_peoples + months = 600 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + has_country_modifier = global_liberal_agitation + } + modifier = { + factor = 0 + OR = { + num_of_revolts = 1 + average_militancy = 4 + war = yes + } + } + } + } } #Charlottetown Conference country_event = { - id = 44310 - title = "EVTNAME44310" - desc = "EVTDESC44310" - news = yes - news_desc_long = "EVTDESC44310_NEWS_LONG" - news_desc_medium = "EVTDESC44310_NEWS_MEDIUM" - news_desc_short = "EVTDESC44310_NEWS_SHORT" - picture = "confederation" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - owns = 57 - owns = 71 - 65 = { is_core = CAN } - nationalism_n_imperialism = 1 - year = 1860 - NOT = { - exists = CAN - exists = QUE - has_country_flag = charlottetown_conference - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - year = 1864 - } - modifier = { - factor = 0.5 - year = 1865 - } - } - - option = { - name = "EVT44310OPTA" - prestige = -5 - set_country_flag = charlottetown_conference - MRU = { - all_core = { add_core = CAN } - } - any_pop = { - limit = { - location = { is_core = CAN } - } - consciousness = -4 - militancy = -4 - ideology = { - value = liberal - factor = 0.10 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.75 - ruling_party_ideology = reactionary - } - } - } - - option = { - name = "EVT44310OPTB" - prestige = 5 - set_country_flag = charlottetown_conference - any_owned = { - limit = { - OR = { - is_core = CAN - is_core = MRU - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - USA = { - relation = { who = ENG value = -50 } - leave_alliance = ENG - casus_belli = { - target = ENG - type = free_allied_cores - months = 600 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 2 - ruling_party_ideology = reactionary - } - } - } + id = 44310 + title = "EVTNAME44310" + desc = "EVTDESC44310" + news = yes + news_desc_long = "EVTDESC44310_NEWS_LONG" + news_desc_medium = "EVTDESC44310_NEWS_MEDIUM" + news_desc_short = "EVTDESC44310_NEWS_SHORT" + picture = "confederation" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + owns = 57 + owns = 71 + 65 = { is_core = CAN } + nationalism_n_imperialism = 1 + year = 1860 + NOT = { + exists = CAN + exists = QUE + has_country_flag = charlottetown_conference + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + year = 1864 + } + modifier = { + factor = 0.5 + year = 1865 + } + } + + option = { + name = "EVT44310OPTA" + prestige = -5 + set_country_flag = charlottetown_conference + MRU = { + all_core = { add_core = CAN } + } + any_pop = { + limit = { + location = { is_core = CAN } + } + consciousness = -4 + militancy = -4 + ideology = { + value = liberal + factor = 0.10 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.75 + ruling_party_ideology = reactionary + } + } + } + + option = { + name = "EVT44310OPTB" + prestige = 5 + set_country_flag = charlottetown_conference + any_owned = { + limit = { + OR = { + is_core = CAN + is_core = MRU + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + USA = { + relation = { who = ENG value = -50 } + leave_alliance = ENG + casus_belli = { + target = ENG + type = free_allied_cores + months = 600 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 2 + ruling_party_ideology = reactionary + } + } + } } ############################################################# -# # -# Independence Events # -# # -############################################################# +# # +# Independence Events # +# # +############################################################# #The Canadian Dominion country_event = { - id = 44315 - title = "EVTNAME44315" - desc = "EVTDESC44315" - picture = "confederation" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - year = 1867 - any_owned_province = { is_core = CAN } - NOT = { exists = CAN } - is_possible_vassal = CAN - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 15 - has_country_flag = CAN_independence_refused - } - modifier = { - factor = 3 - NOT = { has_country_flag = charlottetown_conference } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = CAN } - average_militancy = 3 - } - } - modifier = { - factor = 0.5 - year = 1870 - NOT = { has_country_flag = CAN_independence_refused } - } - } - - option = { - name = "EVT44315OPTA" - clr_country_flag = CAN_independence_refused - prestige = -25 - badboy = -5 - any_pop = { - limit = { location = { is_core = CAN } } - militancy = -10 - } - CAN = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = CAN - CAN = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = CAN - value = 400 - } - diplomatic_influence = { - who = CAN - value = 400 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 5 - has_global_flag = berlin_conference - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44315OPTB" - set_country_flag = CAN_independence_refused - any_owned = { - limit = { is_core = CAN } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = anglo_canadian } - militancy = 3 - consciousness = 5 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT44315OPTC" - clr_country_flag = CAN_independence_refused - prestige = -25 - badboy = -5 - any_pop = { - limit = { location = { is_core = CAN } } - militancy = -10 - } - CAN = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = CAN - CAN = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = CAN - value = 200 - } - diplomatic_influence = { - who = CAN - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = CAN - ai_chance = { - factor = 0 - } - } + id = 44315 + title = "EVTNAME44315" + desc = "EVTDESC44315" + picture = "confederation" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + year = 1867 + any_owned_province = { is_core = CAN } + NOT = { exists = CAN } + is_possible_vassal = CAN + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 15 + has_country_flag = CAN_independence_refused + } + modifier = { + factor = 3 + NOT = { has_country_flag = charlottetown_conference } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = CAN } + average_militancy = 3 + } + } + modifier = { + factor = 0.5 + year = 1870 + NOT = { has_country_flag = CAN_independence_refused } + } + } + + option = { + name = "EVT44315OPTA" + clr_country_flag = CAN_independence_refused + prestige = -25 + badboy = -5 + any_pop = { + limit = { location = { is_core = CAN } } + militancy = -10 + } + CAN = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + remove_accepted_culture = anglo_canadian + release_vassal = CAN + CAN = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = CAN + value = 400 + } + diplomatic_influence = { + who = CAN + value = 400 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 5 + has_global_flag = berlin_conference + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44315OPTB" + set_country_flag = CAN_independence_refused + remove_accepted_culture = anglo_canadian + any_owned = { + limit = { is_core = CAN } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = anglo_canadian } + militancy = 3 + consciousness = 5 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT44315OPTC" + clr_country_flag = CAN_independence_refused + prestige = -25 + badboy = -5 + any_pop = { + limit = { location = { is_core = CAN } } + militancy = -10 + } + CAN = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + remove_accepted_culture = anglo_canadian + release_vassal = CAN + CAN = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = CAN + value = 200 + } + diplomatic_influence = { + who = CAN + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = CAN + ai_chance = { + factor = 0 + } + } } #The Dominion of Quebec country_event = { - id = 44316 - title = "EVTNAME44316" - desc = "EVTDESC44316" - picture = "danishgovernment" - - major = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - OR = { - exists = CAN - AND = { - NOT = { 65 = { is_core = CAN } } - year = 1870 - } - } - any_owned_province = { is_core = QUE } - NOT = { exists = QUE } - is_possible_vassal = QUE - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 10 - has_country_flag = QUE_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = QUE } - average_militancy = 3 - } - } - modifier = { - factor = 0.5 - year = 1875 - NOT = { has_country_flag = QUE_independence_refused } - } - } - - option = { - name = "EVT44315OPTA" - clr_country_flag = QUE_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = QUE } } - militancy = -10 - } - CAN_60 = { - add_core = QUE - remove_core = RPL - } - QUE = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = QUE - QUE = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = QUE - value = 200 - } - diplomatic_influence = { - who = QUE - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44315OPTB" - set_country_flag = QUE_independence_refused - any_owned = { - limit = { is_core = QUE } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = french_canadian } - militancy = 6 - consciousness = 6 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT44316OPTC" - clr_country_flag = QUE_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = QUE } } - militancy = -10 - } - CAN_60 = { - add_core = QUE - remove_core = RPL - } - QUE = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = QUE - QUE = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = QUE - value = 200 - } - diplomatic_influence = { - who = QUE - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = QUE - ai_chance = { - factor = 0 - } - } + id = 44316 + title = "EVTNAME44316" + desc = "EVTDESC44316" + picture = "danishgovernment" + + major = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + OR = { + exists = CAN + AND = { + NOT = { 65 = { is_core = CAN } } + year = 1870 + } + } + any_owned_province = { is_core = QUE } + NOT = { exists = QUE } + is_possible_vassal = QUE + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 10 + has_country_flag = QUE_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = QUE } + average_militancy = 3 + } + } + modifier = { + factor = 0.5 + year = 1875 + NOT = { has_country_flag = QUE_independence_refused } + } + } + + option = { + name = "EVT44315OPTA" + clr_country_flag = QUE_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = QUE } } + militancy = -10 + } + CAN_60 = { + add_core = QUE + remove_core = RPL + } + QUE = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = QUE + QUE = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = QUE + value = 200 + } + diplomatic_influence = { + who = QUE + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44315OPTB" + set_country_flag = QUE_independence_refused + any_owned = { + limit = { is_core = QUE } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = french_canadian } + militancy = 6 + consciousness = 6 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT44316OPTC" + clr_country_flag = QUE_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = QUE } } + militancy = -10 + } + CAN_60 = { + add_core = QUE + remove_core = RPL + } + QUE = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = QUE + QUE = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = QUE + value = 200 + } + diplomatic_influence = { + who = QUE + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = QUE + ai_chance = { + factor = 0 + } + } } #The Maritime Dominion country_event = { - id = 44317 - title = "EVTNAME44317" - desc = "EVTDESC44317" - picture = "danishgovernment" - - major = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - OR = { - exists = CAN - AND = { - NOT = { 71 = { is_core = CAN } } - year = 1880 - } - } - any_owned_province = { is_core = MRU } - NOT = { exists = MRU } - is_possible_vassal = MRU - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 10 - has_country_flag = MRU_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = MRU } - average_militancy = 3 - } - } - modifier = { - factor = 0.5 - year = 1885 - NOT = { has_country_flag = MRU_independence_refused } - } - } - - option = { - name = "EVT44315OPTA" - clr_country_flag = MRU_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = MRU } } - militancy = -10 - } - MRU = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = MRU - MRU = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = MRU - value = 200 - } - diplomatic_influence = { - who = MRU - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44315OPTB" - set_country_flag = MRU_independence_refused - any_owned = { - limit = { is_core = MRU } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = anglo_canadian } - militancy = 6 - consciousness = 6 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT44317OPTC" - clr_country_flag = MRU_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = MRU } } - militancy = -10 - } - MRU = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = MRU - MRU = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = MRU - value = 200 - } - diplomatic_influence = { - who = MRU - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = MRU - ai_chance = { - factor = 0 - } - } + id = 44317 + title = "EVTNAME44317" + desc = "EVTDESC44317" + picture = "danishgovernment" + + major = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + OR = { + exists = CAN + AND = { + NOT = { 71 = { is_core = CAN } } + year = 1880 + } + } + any_owned_province = { is_core = MRU } + NOT = { exists = MRU } + is_possible_vassal = MRU + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 10 + has_country_flag = MRU_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = MRU } + average_militancy = 3 + } + } + modifier = { + factor = 0.5 + year = 1885 + NOT = { has_country_flag = MRU_independence_refused } + } + } + + option = { + name = "EVT44315OPTA" + clr_country_flag = MRU_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = MRU } } + militancy = -10 + } + MRU = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = MRU + MRU = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = MRU + value = 200 + } + diplomatic_influence = { + who = MRU + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44315OPTB" + set_country_flag = MRU_independence_refused + any_owned = { + limit = { is_core = MRU } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = anglo_canadian } + militancy = 6 + consciousness = 6 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT44317OPTC" + clr_country_flag = MRU_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = MRU } } + militancy = -10 + } + MRU = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = MRU + MRU = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = MRU + value = 200 + } + diplomatic_influence = { + who = MRU + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = MRU + ai_chance = { + factor = 0 + } + } } #The Columbian Dominion country_event = { - id = 44318 - title = "EVTNAME44318" - desc = "EVTDESC44318" - picture = "danishgovernment" - - major = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - has_country_flag = british_columbia_organized - OR = { - CAN = { has_country_flag = refused_ruperts_land } - CAN = { has_country_flag = refused_columbia } - AND = { - year = 1900 - CAN = { exists = no } - } - } - any_owned_province = { is_core = COL } - NOT = { exists = COL } - is_possible_vassal = COL - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 10 - has_country_flag = COL_independence_refused - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = COL } - average_militancy = 3 - } - } - modifier = { - factor = 0.5 - year = 1910 - NOT = { has_country_flag = COL_independence_refused } - } - } - - option = { - name = "EVT44315OPTA" - clr_country_flag = COL_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = COL } } - militancy = -10 - } - COL = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = COL - COL = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = COL - value = 200 - } - diplomatic_influence = { - who = COL - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT44315OPTB" - set_country_flag = COL_independence_refused - any_owned = { - limit = { is_core = COL } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = anglo_canadian } - militancy = 6 - consciousness = 6 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT44318OPTA" - clr_country_flag = COL_independence_refused - prestige = -10 - badboy = -3 - any_pop = { - limit = { location = { is_core = COL } } - militancy = -10 - } - COL = { - all_core = { - change_controller = ENG - remove_core = ENG - } - } - release_vassal = COL - COL = { - prestige = -100 - relation = { who = USA value = 200 } - } - relation = { - who = COL - value = 200 - } - diplomatic_influence = { - who = COL - value = 200 - } - any_pop = { - consciousness = 1 - } - change_tag_no_core_switch = COL - ai_chance = { - factor = 0 - } - } + id = 44318 + title = "EVTNAME44318" + desc = "EVTDESC44318" + picture = "danishgovernment" + + major = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + has_country_flag = british_columbia_organized + OR = { + CAN = { has_country_flag = refused_ruperts_land } + CAN = { has_country_flag = refused_columbia } + AND = { + year = 1900 + CAN = { exists = no } + } + } + any_owned_province = { is_core = COL } + NOT = { exists = COL } + is_possible_vassal = COL + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 10 + has_country_flag = COL_independence_refused + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = COL } + average_militancy = 3 + } + } + modifier = { + factor = 0.5 + year = 1910 + NOT = { has_country_flag = COL_independence_refused } + } + } + + option = { + name = "EVT44315OPTA" + clr_country_flag = COL_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = COL } } + militancy = -10 + } + COL = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = COL + COL = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = COL + value = 200 + } + diplomatic_influence = { + who = COL + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT44315OPTB" + set_country_flag = COL_independence_refused + any_owned = { + limit = { is_core = COL } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = anglo_canadian } + militancy = 6 + consciousness = 6 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT44318OPTA" + clr_country_flag = COL_independence_refused + prestige = -10 + badboy = -3 + any_pop = { + limit = { location = { is_core = COL } } + militancy = -10 + } + COL = { + all_core = { + change_controller = ENG + remove_core = ENG + } + } + release_vassal = COL + COL = { + prestige = -100 + relation = { who = USA value = 200 } + } + relation = { + who = COL + value = 200 + } + diplomatic_influence = { + who = COL + value = 200 + } + any_pop = { + consciousness = 1 + } + change_tag_no_core_switch = COL + ai_chance = { + factor = 0 + } + } } ############################################################# -# # -# Post-Independence Events # -# # +# # +# Post-Independence Events # +# # ############################################################# #The Rupert's Land Act country_event = { - id = 44320 - title = "EVTNAME44320" - desc = "EVTDESC44320" - picture = "deliberation" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = no - OR = { - government = hms_government - government = democracy - } - OR = { - any_owned_province = { - OR = { - #region = ENG_6 - region = ENG_9 - region = ENG_22 - region = ENG_30 - region = ENG_36 - region = CAN_50 - region = CAN_60 - } - } - RPL = { - exists = yes - vassal_of = THIS - } - } - NOT = { has_country_flag = refused_ruperts_land } - CAN = { - war = no - exists = yes - OR = { - vassal_of = THIS - in_sphere = THIS - AND = { - relation = { who = THIS value = 100 } - OR = { - government = hms_government - government = democracy - } - } - } - NOT = { has_country_flag = refused_ruperts_land } - NOT = { has_country_flag = agreed_ruperts_land } - money = 51000 - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - year = 1870 - } - } - - option = { - name = "EVT44320OPTA" - #ENG_6 = { remove_core = THIS } - ENG_9 = { remove_core = THIS } - ENG_22 = { remove_core = THIS } - ENG_30 = { remove_core = THIS } - ENG_36 = { remove_core = THIS } - CAN_50 = { remove_core = THIS } - CAN_60 = { remove_core = THIS } - random_owned = { - limit = { region = USA_1 } - USA_1 = { - remove_core = THIS - remove_core = RUS - } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = british_columbia_organized } - } - } - CAN_13 = { remove_core = THIS } - COL = { all_core = { remove_core = THIS } } - } - CAN = { country_event = 44321 } - ai_chance = { - factor = 90 - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - } - } - - option = { - name = "EVT44320OPTB" - set_country_flag = refused_ruperts_land - #ENG_6 = { remove_core = THIS } - ENG_9 = { remove_core = THIS } - ENG_22 = { remove_core = THIS } - ENG_30 = { remove_core = THIS } - ENG_36 = { remove_core = THIS } - CAN_50 = { remove_core = THIS } - CAN_60 = { remove_core = THIS } - random_owned = { - limit = { region = USA_1 } - USA_1 = { - remove_core = THIS - remove_core = RUS - } - } - random_owned = { - limit = { - owner = { - NOT = { has_country_flag = british_columbia_organized } - } - } - CAN_13 = { remove_core = THIS } - COL = { all_core = { remove_core = THIS } } - } - CAN = { country_event = 44322 } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 2 - ruling_party_ideology = reactionary - } - } - - } + id = 44320 + title = "EVTNAME44320" + desc = "EVTDESC44320" + picture = "deliberation" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = no + OR = { + government = hms_government + government = democracy + } + OR = { + any_owned_province = { + OR = { + #region = ENG_6 + region = ENG_9 + region = ENG_22 + region = ENG_30 + region = ENG_36 + region = CAN_50 + region = CAN_60 + } + } + RPL = { + exists = yes + vassal_of = THIS + } + } + NOT = { has_country_flag = refused_ruperts_land } + CAN = { + war = no + exists = yes + OR = { + vassal_of = THIS + in_sphere = THIS + AND = { + relation = { who = THIS value = 100 } + OR = { + government = hms_government + government = democracy + } + } + } + NOT = { has_country_flag = refused_ruperts_land } + NOT = { has_country_flag = agreed_ruperts_land } + money = 51000 + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + year = 1870 + } + } + + option = { + name = "EVT44320OPTA" + #ENG_6 = { remove_core = THIS } + ENG_9 = { remove_core = THIS } + ENG_22 = { remove_core = THIS } + ENG_30 = { remove_core = THIS } + ENG_36 = { remove_core = THIS } + CAN_50 = { remove_core = THIS } + CAN_60 = { remove_core = THIS } + random_owned = { + limit = { region = USA_1 } + USA_1 = { + remove_core = THIS + remove_core = RUS + } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = british_columbia_organized } + } + } + CAN_13 = { remove_core = THIS } + COL = { all_core = { remove_core = THIS } } + } + CAN = { country_event = 44321 } + ai_chance = { + factor = 90 + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + } + } + + option = { + name = "EVT44320OPTB" + set_country_flag = refused_ruperts_land + #ENG_6 = { remove_core = THIS } + ENG_9 = { remove_core = THIS } + ENG_22 = { remove_core = THIS } + ENG_30 = { remove_core = THIS } + ENG_36 = { remove_core = THIS } + CAN_50 = { remove_core = THIS } + CAN_60 = { remove_core = THIS } + random_owned = { + limit = { region = USA_1 } + USA_1 = { + remove_core = THIS + remove_core = RUS + } + } + random_owned = { + limit = { + owner = { + NOT = { has_country_flag = british_columbia_organized } + } + } + CAN_13 = { remove_core = THIS } + COL = { all_core = { remove_core = THIS } } + } + CAN = { country_event = 44322 } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 2 + ruling_party_ideology = reactionary + } + } + + } } country_event = { - id = 44321 - title = "EVTNAME44320" - desc = "EVTDESC44321" - news = yes - news_title = "EVTNAME44320_NEWS_TITLE" - news_desc_long = "EVTDESC44320_NEWS_LONG" - news_desc_medium = "EVTDESC44320_NEWS_MEDIUM" - news_desc_short = "EVTDESC44320_NEWS_SHORT" - picture = "deliberation" - - is_triggered_only = yes - major = yes - - option = { - name = "EVT44321OPTA" - set_country_flag = agreed_ruperts_land - prestige = 10 - treasury = -50000 - #ENG_6 = { - # remove_core = RPL - # add_core = CAN - #} - ENG_9 = { - remove_core = RPL - add_core = CAN - } - ENG_22 = { - remove_core = RPL - add_core = CAN - } - ENG_30 = { - remove_core = RPL - add_core = CAN - } - ENG_36 = { - remove_core = RPL - add_core = CAN - } - CAN_50 = { - remove_core = RPL - add_core = CAN - } - random_owned = { - limit = { - owner = { owns = 65 } - } - CAN_60 = { - remove_core = RPL - add_core = CAN - } - } - random_country = { - limit = { - tag = RPL - exists = yes - vassal_of = FROM - } - all_core = { remove_core = RPL } - annex_to = CAN - } - random_country = { - limit = { - tag = RPL - exists = yes - NOT = { vassal_of = FROM } - } - any_owned = { - limit = { is_core = CAN } - add_core = RPL - } - } - FROM = { - treasury = 50000 - random_owned = { - limit = { region = USA_1 } - USA_1 = { add_core = CAN } - } - random_owned = { - limit = { - owner = { NOT = { has_country_flag = british_columbia_organized } } - } - CAN_13 = { - add_core = CAN - remove_core = RPL - } - COL = { all_core = { add_core = CAN } } - owner = { set_country_flag = british_columbia_organized } - } - any_owned = { - limit = { is_core = CAN } - any_pop = { militancy = -6 } - secede_province = CAN - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - } - } - - option = { - name = "EVT44321OPTB" - set_country_flag = refused_ruperts_land - FROM = { set_country_flag = refused_ruperts_land } - prestige = -20 - #ENG_6 = { add_core = CAN } - ENG_9 = { add_core = CAN } - ENG_22 = { add_core = CAN } - ENG_30 = { add_core = CAN } - ENG_36 = { add_core = CAN } - CAN_50 = { add_core = CAN } - random_owned = { - limit = { - owner = { owns = 65 } - } - CAN_60 = { add_core = CAN } - } - FROM = { - random_owned = { - limit = { region = USA_1 } - USA_1 = { add_core = CAN } - } - random_owned = { - limit = { - owner = { NOT = { has_country_flag = british_columbia_organized } } - } - CAN_13 = { add_core = CAN } - COL = { all_core = { add_core = CAN } } - owner = { set_country_flag = british_columbia_organized } - } - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - money = 50000 - } - } - } + id = 44321 + title = "EVTNAME44320" + desc = "EVTDESC44321" + news = yes + news_title = "EVTNAME44320_NEWS_TITLE" + news_desc_long = "EVTDESC44320_NEWS_LONG" + news_desc_medium = "EVTDESC44320_NEWS_MEDIUM" + news_desc_short = "EVTDESC44320_NEWS_SHORT" + picture = "deliberation" + + is_triggered_only = yes + major = yes + + option = { + name = "EVT44321OPTA" + set_country_flag = agreed_ruperts_land + prestige = 10 + treasury = -50000 + #ENG_6 = { + # remove_core = RPL + # add_core = CAN + #} + ENG_9 = { + remove_core = RPL + add_core = CAN + } + ENG_22 = { + remove_core = RPL + add_core = CAN + } + ENG_30 = { + remove_core = RPL + add_core = CAN + } + ENG_36 = { + remove_core = RPL + add_core = CAN + } + CAN_50 = { + remove_core = RPL + add_core = CAN + } + random_owned = { + limit = { + owner = { owns = 65 } + } + CAN_60 = { + remove_core = RPL + add_core = CAN + } + } + random_country = { + limit = { + tag = RPL + exists = yes + vassal_of = FROM + } + all_core = { remove_core = RPL } + annex_to = CAN + } + random_country = { + limit = { + tag = RPL + exists = yes + NOT = { vassal_of = FROM } + } + any_owned = { + limit = { is_core = CAN } + add_core = RPL + } + } + FROM = { + treasury = 50000 + random_owned = { + limit = { region = USA_1 } + USA_1 = { add_core = CAN } + } + random_owned = { + limit = { + owner = { NOT = { has_country_flag = british_columbia_organized } } + } + CAN_13 = { + add_core = CAN + remove_core = RPL + } + COL = { all_core = { add_core = CAN } } + owner = { set_country_flag = british_columbia_organized } + } + any_owned = { + limit = { is_core = CAN } + any_pop = { militancy = -6 } + secede_province = CAN + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + } + } + + option = { + name = "EVT44321OPTB" + set_country_flag = refused_ruperts_land + FROM = { set_country_flag = refused_ruperts_land } + prestige = -20 + #ENG_6 = { add_core = CAN } + ENG_9 = { add_core = CAN } + ENG_22 = { add_core = CAN } + ENG_30 = { add_core = CAN } + ENG_36 = { add_core = CAN } + CAN_50 = { add_core = CAN } + random_owned = { + limit = { + owner = { owns = 65 } + } + CAN_60 = { add_core = CAN } + } + FROM = { + random_owned = { + limit = { region = USA_1 } + USA_1 = { add_core = CAN } + } + random_owned = { + limit = { + owner = { NOT = { has_country_flag = british_columbia_organized } } + } + CAN_13 = { add_core = CAN } + COL = { all_core = { add_core = CAN } } + owner = { set_country_flag = british_columbia_organized } + } + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + money = 50000 + } + } + } } country_event = { - id = 44322 - title = "EVTNAME44322" - desc = "EVTDESC44322" - news = yes - news_desc_long = "EVTDESC44322_NEWS_LONG" - news_desc_medium = "EVTDESC44322_NEWS_MEDIUM" - news_desc_short = "EVTDESC44322_NEWS_SHORT" - picture = "deliberation" - - is_triggered_only = yes - major = yes - - option = { - name = "EVT44322OPTA" - set_country_flag = refused_ruperts_land - prestige = -20 - #ENG_6 = { add_core = CAN } - ENG_9 = { add_core = CAN } - ENG_22 = { add_core = CAN } - ENG_30 = { add_core = CAN } - ENG_36 = { add_core = CAN } - CAN_50 = { add_core = CAN } - relation = { who = FROM value = -100 } - random_owned = { - limit = { - owner = { owns = 65 } - } - CAN_60 = { add_core = CAN } - } - FROM = { - random_owned = { - limit = { region = USA_1 } - USA_1 = { add_core = CAN } - } - random_owned = { - limit = { - owner = { NOT = { has_country_flag = british_columbia_organized } } - } - #CAN_18 = { add_core = CAN } - COL = { all_core = { add_core = CAN } } - owner = { set_country_flag = british_columbia_organized } - } - } - random_owned = { - limit = { - owner = { vassal_of = FROM } - } - owner = { - any_pop = { - limit = { - has_pop_culture = anglo_canadian - location = { is_core = CAN } - } - militancy = 8 - } - } - } - } + id = 44322 + title = "EVTNAME44322" + desc = "EVTDESC44322" + news = yes + news_desc_long = "EVTDESC44322_NEWS_LONG" + news_desc_medium = "EVTDESC44322_NEWS_MEDIUM" + news_desc_short = "EVTDESC44322_NEWS_SHORT" + picture = "deliberation" + + is_triggered_only = yes + major = yes + + option = { + name = "EVT44322OPTA" + set_country_flag = refused_ruperts_land + prestige = -20 + #ENG_6 = { add_core = CAN } + ENG_9 = { add_core = CAN } + ENG_22 = { add_core = CAN } + ENG_30 = { add_core = CAN } + ENG_36 = { add_core = CAN } + CAN_50 = { add_core = CAN } + relation = { who = FROM value = -100 } + random_owned = { + limit = { + owner = { owns = 65 } + } + CAN_60 = { add_core = CAN } + } + FROM = { + random_owned = { + limit = { region = USA_1 } + USA_1 = { add_core = CAN } + } + random_owned = { + limit = { + owner = { NOT = { has_country_flag = british_columbia_organized } } + } + #CAN_18 = { add_core = CAN } + COL = { all_core = { add_core = CAN } } + owner = { set_country_flag = british_columbia_organized } + } + } + random_owned = { + limit = { + owner = { vassal_of = FROM } + } + owner = { + any_pop = { + limit = { + has_pop_culture = anglo_canadian + location = { is_core = CAN } + } + militancy = 8 + } + } + } + } } #Joining Confederation country_event = { - id = 44325 - title = "EVTNAME44325" - desc = "EVTDESC44325" - picture = "confederation" - - is_triggered_only = yes - - option = { - name = "EVT44325OPTA" - prestige = 5 - FROM = { - all_core = { add_core = CAN } - } - random_country = { - limit = { - OR = { - tag = FROM - tag = RPL - } - } - all_core = { remove_core = RPL } - } - inherit = FROM - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44325OPTB" - prestige = -10 - relation = { who = FROM value = -50 } - any_pop = { - militancy = 1 - } - ai_chance = { - factor = 0 - } - } + id = 44325 + title = "EVTNAME44325" + desc = "EVTDESC44325" + picture = "confederation" + + is_triggered_only = yes + + option = { + name = "EVT44325OPTA" + prestige = 5 + FROM = { + all_core = { add_core = CAN } + } + random_country = { + limit = { + OR = { + tag = FROM + tag = RPL + } + } + all_core = { remove_core = RPL } + } + inherit = FROM + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44325OPTB" + prestige = -10 + relation = { who = FROM value = -50 } + any_pop = { + militancy = 1 + } + ai_chance = { + factor = 0 + } + } } #British Columbia Joins Confederation country_event = { - id = 44350 - title = "EVTNAME44350" - desc = "EVTDESC44350" - picture = "deliberation" - - trigger = { - war = no - OR = { - tag = ENG - tag = ENL - } - OR = { - government = hms_government - government = democracy - } - has_country_flag = british_columbia_organized - any_owned_province = { - is_core = COL - any_neighbor_province = { owned_by = CAN } - } - CAN = { - war = no - OR = { - in_sphere = THIS - vassal_of = THIS - AND = { - government = hms_government - relation = { who = THIS value = 100 } - } - AND = { - government = democracy - relation = { who = THIS value = 100 } - } - } - } - NOT = { has_country_flag = british_columbia_confederation } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.7 - year = 1875 - } - modifier = { - factor = 0.7 - year = 1880 - } - modifier = { - factor = 0.7 - year = 1885 - } - } - - option = { - name = "EVT44350OPTA" - set_country_flag = british_columbia_confederation - COL = { all_core = { remove_core = THIS } } - CAN = { country_event = 44351 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44350OPTB" - set_country_flag = british_columbia_confederation - any_pop = { - limit = { has_pop_culture = anglo_canadian } - militancy = 4 - } - any_owned = { - limit = { is_core = COL } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 0 - } - } + id = 44350 + title = "EVTNAME44350" + desc = "EVTDESC44350" + picture = "deliberation" + + trigger = { + war = no + OR = { + tag = ENG + tag = ENL + } + OR = { + government = hms_government + government = democracy + } + has_country_flag = british_columbia_organized + any_owned_province = { + is_core = COL + any_neighbor_province = { owned_by = CAN } + } + CAN = { + war = no + OR = { + in_sphere = THIS + vassal_of = THIS + AND = { + government = hms_government + relation = { who = THIS value = 100 } + } + AND = { + government = democracy + relation = { who = THIS value = 100 } + } + } + } + NOT = { has_country_flag = british_columbia_confederation } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.7 + year = 1875 + } + modifier = { + factor = 0.7 + year = 1880 + } + modifier = { + factor = 0.7 + year = 1885 + } + } + + option = { + name = "EVT44350OPTA" + set_country_flag = british_columbia_confederation + COL = { all_core = { remove_core = THIS } } + CAN = { country_event = 44351 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44350OPTB" + set_country_flag = british_columbia_confederation + any_pop = { + limit = { has_pop_culture = anglo_canadian } + militancy = 4 + } + any_owned = { + limit = { is_core = COL } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 44351 - title = "EVTNAME44351" - desc = "EVTDESC44351" - picture = "confederation" - - is_triggered_only = yes - - option = { - name = "EVT44351OPTA" - set_country_flag = promised_national_railway - prestige = 5 - COL = { - all_core = { add_core = CAN } - } - FROM = { - any_owned = { - limit = { is_core = COL } - secede_province = CAN - } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT44351OPTB" - set_country_flag = refused_columbia - prestige = -10 - ai_chance = { - factor = 5 - } - } + id = 44351 + title = "EVTNAME44351" + desc = "EVTDESC44351" + picture = "confederation" + + is_triggered_only = yes + + option = { + name = "EVT44351OPTA" + set_country_flag = promised_national_railway + prestige = 5 + COL = { + all_core = { add_core = CAN } + } + FROM = { + any_owned = { + limit = { is_core = COL } + secede_province = CAN + } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT44351OPTB" + set_country_flag = refused_columbia + prestige = -10 + ai_chance = { + factor = 5 + } + } } #The Pacific Scandal country_event = { - id = 44300 - title = "EVTNAME44300" - desc = "EVTDESC44300" - picture = "train" - - trigger = { - tag = CAN - year = 1872 - has_country_flag = build_the_cnr - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1873 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1875 - } - } - - option = { - name = "EVTOPTA44300" - any_pop = { - ideology = { - factor = 0.1 - value = liberal - } - scaled_consciousness = { - factor = 3 - ideology = liberal - } - } - } - - option = { - name = "EVTOPTB44300" - any_pop = { - ideology = { - factor = 0.1 - value = liberal - } - scaled_militancy = { - factor = 3 - ideology = liberal - } - } - } + id = 44300 + title = "EVTNAME44300" + desc = "EVTDESC44300" + picture = "train" + + trigger = { + tag = CAN + year = 1872 + has_country_flag = build_the_cnr + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1873 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1875 + } + } + + option = { + name = "EVTOPTA44300" + any_pop = { + ideology = { + factor = 0.1 + value = liberal + } + scaled_consciousness = { + factor = 3 + ideology = liberal + } + } + } + + option = { + name = "EVTOPTB44300" + any_pop = { + ideology = { + factor = 0.1 + value = liberal + } + scaled_militancy = { + factor = 3 + ideology = liberal + } + } + } } #Louis Riel and the 1st Métis Rebellion country_event = { - id = 44301 - title = "EVTNAME44301" - desc = "EVTDESC44301" - picture = "Metis" - - trigger = { - tag = CAN - year = 1868 - owns = 36 #Winnipeg MB - owns = 57 #Ottawa ON - NOT = { - has_country_flag = RielRebellion - has_country_flag = RielRebellionIgnored - } - } - - mean_time_to_happen = { - months = 8 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1869 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1871 - } - } - - option = { - name = "EVTOPTA44301" - set_country_flag = RielRebellion - set_country_flag = RielRebellionIgnored - any_pop = { - limit = { - has_pop_culture = french_canadian - } - militancy = 5 - consciousness = 3 - } - any_pop = { - limit = { - has_pop_culture = metis - } - militancy = -3 - consciousness = 2 - } - any_pop = { - limit = { - has_pop_culture = anglo_canadian - } - consciousness = 2 - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVTOPTB44301" - set_country_flag = RielRebellion - any_pop = { - limit = { - has_pop_culture = french_canadian - } - militancy = 1 - consciousness = 3 - } - any_pop = { - limit = { - has_pop_culture = metis - } - militancy = 10 - consciousness = 5 - } - any_pop = { - limit = { - has_pop_culture = anglo_canadian - } - militancy = -1 - consciousness = 1 - } - any_owned = { - limit = { is_core = MTC } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 80 - } - } + id = 44301 + title = "EVTNAME44301" + desc = "EVTDESC44301" + picture = "Metis" + + trigger = { + tag = CAN + year = 1868 + owns = 36 #Winnipeg MB + owns = 57 #Ottawa ON + NOT = { + has_country_flag = RielRebellion + has_country_flag = RielRebellionIgnored + } + } + + mean_time_to_happen = { + months = 8 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1869 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1871 + } + } + + option = { + name = "EVTOPTA44301" + set_country_flag = RielRebellion + set_country_flag = RielRebellionIgnored + any_pop = { + limit = { + has_pop_culture = french_canadian + } + militancy = 5 + consciousness = 3 + } + any_pop = { + limit = { + has_pop_culture = metis + } + militancy = -3 + consciousness = 2 + } + any_pop = { + limit = { + has_pop_culture = anglo_canadian + } + consciousness = 2 + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVTOPTB44301" + set_country_flag = RielRebellion + any_pop = { + limit = { + has_pop_culture = french_canadian + } + militancy = 1 + consciousness = 3 + } + any_pop = { + limit = { + has_pop_culture = metis + } + militancy = 10 + consciousness = 5 + } + any_pop = { + limit = { + has_pop_culture = anglo_canadian + } + militancy = -1 + consciousness = 1 + } + any_owned = { + limit = { is_core = MTC } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 80 + } + } } #The Northwest Rebellion country_event = { - id = 44302 - title = "EVTNAME44302" - desc = "EVTDESC44302" - news = yes - news_desc_long = "EVTDESC44302_NEWS_LONG" - news_desc_medium = "EVTDESC44302_NEWS_MEDIUM" - news_desc_short = "EVTDESC44302_NEWS_SHORT" - picture = "Rebellion" - - trigger = { - tag = CAN - year = 1884 - owns = 57 #Ottawa ON - has_country_flag = RielRebellion - NOT = { has_country_flag = RielRebellionIgnored } - OR = { - owns = 30 #Saskatchewan - owns = 34 - owns = 38 #Western Manitoba - owns = 39 - owns = 40 - owns = 41 - } - NOT = { - year = 1888 - has_country_flag = NorthwestRebellion - } - } - - mean_time_to_happen = { - months = 8 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1885 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1886 - } - } - - option = { - name = "EVTOPTA44302" - set_country_flag = NorthwestRebellion - any_pop = { - limit = { - has_pop_culture = metis - } - militancy = 7 - consciousness = 5 - } - any_pop = { - limit = { - has_pop_culture = cree - } - militancy = 3 - consciousness = 3 - } - any_pop = { - limit = { - has_pop_culture = native_american_minor - } - militancy = 1 - consciousness = 2 - } - any_owned = { - limit = { is_core = MTC } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } + id = 44302 + title = "EVTNAME44302" + desc = "EVTDESC44302" + news = yes + news_desc_long = "EVTDESC44302_NEWS_LONG" + news_desc_medium = "EVTDESC44302_NEWS_MEDIUM" + news_desc_short = "EVTDESC44302_NEWS_SHORT" + picture = "Rebellion" + + trigger = { + tag = CAN + year = 1884 + owns = 57 #Ottawa ON + has_country_flag = RielRebellion + NOT = { has_country_flag = RielRebellionIgnored } + OR = { + owns = 30 #Saskatchewan + owns = 34 + owns = 38 #Western Manitoba + owns = 39 + owns = 40 + owns = 41 + } + NOT = { + year = 1888 + has_country_flag = NorthwestRebellion + } + } + + mean_time_to_happen = { + months = 8 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1885 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1886 + } + } + + option = { + name = "EVTOPTA44302" + set_country_flag = NorthwestRebellion + any_pop = { + limit = { + has_pop_culture = metis + } + militancy = 7 + consciousness = 5 + } + any_pop = { + limit = { + has_pop_culture = cree + } + militancy = 3 + consciousness = 3 + } + any_pop = { + limit = { + has_pop_culture = native_american_minor + } + militancy = 1 + consciousness = 2 + } + any_owned = { + limit = { is_core = MTC } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } } #Pacification of the Metis country_event = { - id = 44303 - title = "EVTNAME44303" - desc = "EVTDESC44303" - picture = "Metis" - - trigger = { - tag = CAN - owns = 36 - owns = 30 - revolution_n_counterrevolution = 1 - OR = { - has_country_flag = RielRebellionIgnored - has_country_flag = NorthwestRebellion - } - NOT = { - has_country_flag = metis_pacification - any_owned_province = { - is_core = MTC - average_militancy = 1 - } - } - } - - mean_time_to_happen = { - months = 36 - } - - option = { - name = "EVT44303OPTA" - set_country_flag = metis_pacification - MTC = { - all_core = { remove_core = MTC } - } - any_pop = { - ideology = { - value = liberal - factor = 0.10 - } - } - } + id = 44303 + title = "EVTNAME44303" + desc = "EVTDESC44303" + picture = "Metis" + + trigger = { + tag = CAN + owns = 36 + owns = 30 + revolution_n_counterrevolution = 1 + OR = { + has_country_flag = RielRebellionIgnored + has_country_flag = NorthwestRebellion + } + NOT = { + has_country_flag = metis_pacification + any_owned_province = { + is_core = MTC + average_militancy = 1 + } + } + } + + mean_time_to_happen = { + months = 36 + } + + option = { + name = "EVT44303OPTA" + set_country_flag = metis_pacification + MTC = { + all_core = { remove_core = MTC } + } + any_pop = { + ideology = { + value = liberal + factor = 0.10 + } + } + } } - - - \ No newline at end of file diff --git a/HPM/events/CBGeneration.txt b/HPM/events/CBGeneration.txt index bd6104fa..5406922f 100644 --- a/HPM/events/CBGeneration.txt +++ b/HPM/events/CBGeneration.txt @@ -1,455 +1,455 @@ # Conquest etc! country_event = { - id = 90000 - title = "EVTNAME90000" - desc = "EVTDESC90000" - picture = "supportwar" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - OR = { - constructing_cb_type = acquire_state - constructing_cb_type = conquest - constructing_cb_type = demand_concession_casus_belli - constructing_cb_type = establish_protectorate_casus_belli - } - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - press_rights = state_press - } - modifier = { - factor = 0.9 - press_rights = censored_press - } - modifier = { - factor = 1.2 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90000" - add_country_modifier = { - name = CB_gen_plus - duration = 50 - } - } + id = 90000 + title = "EVTNAME90000" + desc = "EVTDESC90000" + picture = "supportwar" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + OR = { + constructing_cb_type = acquire_state + constructing_cb_type = conquest + constructing_cb_type = demand_concession_casus_belli + constructing_cb_type = establish_protectorate_casus_belli + } + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + press_rights = state_press + } + modifier = { + factor = 0.9 + press_rights = censored_press + } + modifier = { + factor = 1.2 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90000" + add_country_modifier = { + name = CB_gen_plus + duration = 50 + } + } } # Conquest etc! country_event = { - id = 90001 - title = "EVTNAME90001" - desc = "EVTDESC90001" - picture = "Demonstration" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - OR = { - constructing_cb_type = acquire_state - constructing_cb_type = conquest - constructing_cb_type = demand_concession_casus_belli - constructing_cb_type = establish_protectorate_casus_belli - } - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 1.2 - press_rights = state_press - } - modifier = { - factor = 1.2 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90001" - add_country_modifier = { - name = CB_gen_minus - duration = 50 - } - } + id = 90001 + title = "EVTNAME90001" + desc = "EVTDESC90001" + picture = "Demonstration" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + OR = { + constructing_cb_type = acquire_state + constructing_cb_type = conquest + constructing_cb_type = demand_concession_casus_belli + constructing_cb_type = establish_protectorate_casus_belli + } + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 1.2 + press_rights = state_press + } + modifier = { + factor = 1.2 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90001" + add_country_modifier = { + name = CB_gen_minus + duration = 50 + } + } } # Take from SoI country_event = { - id = 90002 - title = "EVTNAME90002" - desc = "EVTDESC90002" - picture = "Outside_influences" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = take_from_sphere - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - press_rights = state_press - } - modifier = { - factor = 0.9 - press_rights = censored_press - } - modifier = { - factor = 1.2 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90002" - add_country_modifier = { - name = CB_gen_plus - duration = 50 - } - } + id = 90002 + title = "EVTNAME90002" + desc = "EVTDESC90002" + picture = "Outside_influences" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = take_from_sphere + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + press_rights = state_press + } + modifier = { + factor = 0.9 + press_rights = censored_press + } + modifier = { + factor = 1.2 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90002" + add_country_modifier = { + name = CB_gen_plus + duration = 50 + } + } } # Take from SoI country_event = { - id = 90003 - title = "EVTNAME90003" - desc = "EVTDESC90003" - picture = "Demonstration" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = take_from_sphere - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 1.2 - press_rights = state_press - } - modifier = { - factor = 1.2 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90003" - add_country_modifier = { - name = CB_gen_minus - duration = 50 - } - } + id = 90003 + title = "EVTNAME90003" + desc = "EVTDESC90003" + picture = "Demonstration" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = take_from_sphere + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 1.2 + press_rights = state_press + } + modifier = { + factor = 1.2 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90003" + add_country_modifier = { + name = CB_gen_minus + duration = 50 + } + } } # Add to SoI country_event = { - id = 90004 - title = "EVTNAME90004" - desc = "EVTDESC90004" - picture = "Opiumwar" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = add_to_sphere - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - press_rights = state_press - } - modifier = { - factor = 0.9 - press_rights = censored_press - } - modifier = { - factor = 1.2 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90004" - add_country_modifier = { - name = CB_gen_plus - duration = 50 - } - } + id = 90004 + title = "EVTNAME90004" + desc = "EVTDESC90004" + picture = "Opiumwar" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = add_to_sphere + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + press_rights = state_press + } + modifier = { + factor = 0.9 + press_rights = censored_press + } + modifier = { + factor = 1.2 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90004" + add_country_modifier = { + name = CB_gen_plus + duration = 50 + } + } } # Add to SoI country_event = { - id = 90005 - title = "EVTNAME90005" - desc = "EVTDESC90005" - picture = "SeaPower" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = add_to_sphere - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 1.2 - press_rights = state_press - } - modifier = { - factor = 1.2 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90005" - add_country_modifier = { - name = CB_gen_minus - duration = 50 - } - } + id = 90005 + title = "EVTNAME90005" + desc = "EVTDESC90005" + picture = "SeaPower" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = add_to_sphere + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 1.2 + press_rights = state_press + } + modifier = { + factor = 1.2 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90005" + add_country_modifier = { + name = CB_gen_minus + duration = 50 + } + } } # Place in the sun country_event = { - id = 90006 - title = "EVTNAME90006" - desc = "EVTDESC90006" - picture = "native_force" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = place_in_the_sun - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - press_rights = state_press - } - modifier = { - factor = 0.9 - press_rights = censored_press - } - modifier = { - factor = 1.2 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90006" - add_country_modifier = { - name = CB_gen_plus - duration = 50 - } - } + id = 90006 + title = "EVTNAME90006" + desc = "EVTDESC90006" + picture = "native_force" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = place_in_the_sun + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + press_rights = state_press + } + modifier = { + factor = 0.9 + press_rights = censored_press + } + modifier = { + factor = 1.2 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90006" + add_country_modifier = { + name = CB_gen_plus + duration = 50 + } + } } # Place in the sun country_event = { - id = 90007 - title = "EVTNAME90007" - desc = "EVTDESC90007" - picture = "treaty" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - constructing_cb_type = place_in_the_sun - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 1.2 - press_rights = state_press - } - modifier = { - factor = 1.2 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90007" - add_country_modifier = { - name = CB_gen_minus - duration = 50 - } - } + id = 90007 + title = "EVTNAME90007" + desc = "EVTDESC90007" + picture = "treaty" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + constructing_cb_type = place_in_the_sun + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 1.2 + press_rights = state_press + } + modifier = { + factor = 1.2 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90007" + add_country_modifier = { + name = CB_gen_minus + duration = 50 + } + } } # Cut down/Humiliate country_event = { - id = 90008 - title = "EVTNAME90008" - desc = "EVTDESC90008" - picture = "threehurrahs" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - OR = { - constructing_cb_type = cut_down_to_size - constructing_cb_type = humiliate - } - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - press_rights = state_press - } - modifier = { - factor = 0.9 - press_rights = censored_press - } - modifier = { - factor = 1.2 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90008" - add_country_modifier = { - name = CB_gen_plus - duration = 50 - } - } + id = 90008 + title = "EVTNAME90008" + desc = "EVTDESC90008" + picture = "threehurrahs" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + OR = { + constructing_cb_type = cut_down_to_size + constructing_cb_type = humiliate + } + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + press_rights = state_press + } + modifier = { + factor = 0.9 + press_rights = censored_press + } + modifier = { + factor = 1.2 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90008" + add_country_modifier = { + name = CB_gen_plus + duration = 50 + } + } } # Cut down/Humiliate country_event = { - id = 90009 - title = "EVTNAME90009" - desc = "EVTDESC90009" - picture = "anticorn" - - trigger = { - NOT = { involved_in_crisis = yes } - constructing_cb_progress = 10 #10% progress - OR = { - constructing_cb_type = cut_down_to_size - constructing_cb_type = humiliate - } - NOT = { - OR = { - has_country_modifier = CB_gen_plus - has_country_modifier = CB_gen_minus - } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 1.2 - press_rights = state_press - } - modifier = { - factor = 1.2 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA90009" - add_country_modifier = { - name = CB_gen_minus - duration = 50 - } - } -} \ No newline at end of file + id = 90009 + title = "EVTNAME90009" + desc = "EVTDESC90009" + picture = "anticorn" + + trigger = { + NOT = { involved_in_crisis = yes } + constructing_cb_progress = 10 #10% progress + OR = { + constructing_cb_type = cut_down_to_size + constructing_cb_type = humiliate + } + NOT = { + OR = { + has_country_modifier = CB_gen_plus + has_country_modifier = CB_gen_minus + } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 1.2 + press_rights = state_press + } + modifier = { + factor = 1.2 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA90009" + add_country_modifier = { + name = CB_gen_minus + duration = 50 + } + } +} diff --git a/HPM/events/CBsAndCores.txt b/HPM/events/CBsAndCores.txt index 9a34f8e2..d8887346 100644 --- a/HPM/events/CBsAndCores.txt +++ b/HPM/events/CBsAndCores.txt @@ -1,2370 +1,2370 @@ # Ship Explodes! country_event = { - id = 2510 - title = "EVTNAME2510" - desc = "EVTDESC2510" - news = yes - news_desc_long = "EVTDESC2510_NEWS_LONG" - news_desc_medium = "EVTDESC2510_NEWS_MEDIUM" - news_desc_short = "EVTDESC2510_NEWS_SHORT" - picture = "ship_attacked" - - trigger = { - war = no - is_greater_power = yes - steamers = 1 - any_greater_power = { + id = 2510 + title = "EVTNAME2510" + desc = "EVTDESC2510" + news = yes + news_desc_long = "EVTDESC2510_NEWS_LONG" + news_desc_medium = "EVTDESC2510_NEWS_MEDIUM" + news_desc_short = "EVTDESC2510_NEWS_SHORT" + picture = "ship_attacked" + + trigger = { + war = no + is_greater_power = yes + steamers = 1 + any_greater_power = { num_of_ports = 5 - any_owned_province = { - is_colonial = yes - OR = { - any_neighbor_province = { owned_by = THIS } - port = yes - } - } - NOT = { - alliance_with = THIS - truce_with = THIS - } - } - any_owned_province = { port = yes } - press_rights = free_press - NOT = { has_global_flag = berlin_conference } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.9 - NOT = { prestige = 500 } - } - modifier = { - factor = 0.95 - NOT = { badboy = 0.2 } - } - modifier = { - factor = 0.9 - NOT = { badboy = 0.4 } - } - modifier = { - factor = 0.85 - NOT = { badboy = 0.6 } - } - modifier = { - factor = 0.80 - NOT = { badboy = 0.8 } - } - modifier = { - factor = 0.70 - NOT = { badboy = 1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - jingoism = 5 - } - modifier = { - factor = 0.6 - jingoism = 10 - } - modifier = { - factor = 1.2 - pacifism = 5 - } - modifier = { - factor = 1.4 - pacifism = 10 - } - modifier = { - factor = 0.6 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.6 - war_policy = pacifism - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA2510" - steamer_convoy = -1 - random_country = { - limit = { - is_vassal = no - num_of_ports = 5 - any_owned_province = { - is_colonial = yes - } - NOT = { - alliance_with = THIS - truce_with = THIS - } - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 12 - } - relation = { - who = THIS - value = -50 - } - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTB2510" - steamer_convoy = -1 - random_country = { - limit = { - is_vassal = no - num_of_ports = 5 - any_owned_province = { - is_colonial = yes - } - NOT = { - alliance_with = THIS - truce_with = THIS - } - } - relation = { - who = THIS - value = 30 - } - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.2 - } - militancy = 2 - } - prestige = -5 - } + any_owned_province = { + is_colonial = yes + OR = { + any_neighbor_province = { owned_by = THIS } + port = yes + } + } + NOT = { + alliance_with = THIS + truce_with = THIS + } + } + any_owned_province = { port = yes } + press_rights = free_press + NOT = { has_global_flag = berlin_conference } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.9 + NOT = { prestige = 500 } + } + modifier = { + factor = 0.95 + NOT = { badboy = 0.2 } + } + modifier = { + factor = 0.9 + NOT = { badboy = 0.4 } + } + modifier = { + factor = 0.85 + NOT = { badboy = 0.6 } + } + modifier = { + factor = 0.80 + NOT = { badboy = 0.8 } + } + modifier = { + factor = 0.70 + NOT = { badboy = 1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + jingoism = 5 + } + modifier = { + factor = 0.6 + jingoism = 10 + } + modifier = { + factor = 1.2 + pacifism = 5 + } + modifier = { + factor = 1.4 + pacifism = 10 + } + modifier = { + factor = 0.6 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.6 + war_policy = pacifism + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA2510" + steamer_convoy = -1 + random_country = { + limit = { + is_vassal = no + num_of_ports = 5 + any_owned_province = { + is_colonial = yes + } + NOT = { + alliance_with = THIS + truce_with = THIS + } + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 12 + } + relation = { + who = THIS + value = -50 + } + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTB2510" + steamer_convoy = -1 + random_country = { + limit = { + is_vassal = no + num_of_ports = 5 + any_owned_province = { + is_colonial = yes + } + NOT = { + alliance_with = THIS + truce_with = THIS + } + } + relation = { + who = THIS + value = 30 + } + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.2 + } + militancy = 2 + } + prestige = -5 + } } ############################################################################################## # Ambassador Insulted country_event = { - id = 2520 - title = "EVTNAME2520" - desc = "EVTDESC2520" - picture = "Administration" - - trigger = { - NOT = { has_country_modifier = neutrality_modifier } - is_greater_power = yes - prestige = 100 - any_greater_power = { - prestige = 100 - NOT = { - has_country_modifier = neutrality_modifier - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 50 - } - } - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { prestige = 100 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - jingoism = 5 - } - modifier = { - factor = 0.6 - jingoism = 10 - } - modifier = { - factor = 1.2 - pacifism = 5 - } - modifier = { - factor = 1.4 - pacifism = 10 - } - modifier = { - factor = 0.6 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.6 - war_policy = pacifism - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA2520" - random_country = { - limit = { - is_greater_power = yes - prestige = 100 - NOT = { - has_country_modifier = neutrality_modifier - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 50 - } - } - } - add_casus_belli = { - target = THIS - type = humiliate - months = 3 - } - relation = { - who = THIS - value = -20 - } - } - prestige = -5 - ai_chance = { - factor = 45 - modifier = { - factor = 0.75 - government = democracy - } - modifier = { - factor = 0.75 - government = hms_government - } - modifier = { - factor = 1.25 - war_policy = jingoism - } - modifier = { - factor = 1.1 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } - - option = { - name = "EVTOPTB2520" - random_country = { - limit = { - is_greater_power = yes - prestige = 100 - NOT = { - has_country_modifier = neutrality_modifier - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 50 - } - } - } - relation = { - who = THIS - value = 20 - } - } - prestige = 1 - ai_chance = { - factor = 55 - modifier = { - factor = 1.25 - government = democracy - } - modifier = { - factor = 1.25 - government = hms_government - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - } + id = 2520 + title = "EVTNAME2520" + desc = "EVTDESC2520" + picture = "Administration" + + trigger = { + NOT = { has_country_modifier = neutrality_modifier } + is_greater_power = yes + prestige = 100 + any_greater_power = { + prestige = 100 + NOT = { + has_country_modifier = neutrality_modifier + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 50 + } + } + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { prestige = 100 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + jingoism = 5 + } + modifier = { + factor = 0.6 + jingoism = 10 + } + modifier = { + factor = 1.2 + pacifism = 5 + } + modifier = { + factor = 1.4 + pacifism = 10 + } + modifier = { + factor = 0.6 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.6 + war_policy = pacifism + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA2520" + random_country = { + limit = { + is_greater_power = yes + prestige = 100 + NOT = { + has_country_modifier = neutrality_modifier + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 50 + } + } + } + add_casus_belli = { + target = THIS + type = humiliate + months = 3 + } + relation = { + who = THIS + value = -20 + } + } + prestige = -5 + ai_chance = { + factor = 45 + modifier = { + factor = 0.75 + government = democracy + } + modifier = { + factor = 0.75 + government = hms_government + } + modifier = { + factor = 1.25 + war_policy = jingoism + } + modifier = { + factor = 1.1 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } + + option = { + name = "EVTOPTB2520" + random_country = { + limit = { + is_greater_power = yes + prestige = 100 + NOT = { + has_country_modifier = neutrality_modifier + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 50 + } + } + } + relation = { + who = THIS + value = 20 + } + } + prestige = 1 + ai_chance = { + factor = 55 + modifier = { + factor = 1.25 + government = democracy + } + modifier = { + factor = 1.25 + government = hms_government + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + } } ################################################################################################## # The Incident country_event = { - id = 2530 - title = "EVTNAME2530" - desc = "EVTDESC2530" - picture = "patrol" - - trigger = { - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_global_flag = berlin_conference } - war = no - colonial_nation = yes - any_owned_province = { - is_colonial = yes - any_neighbor_province = { - NOT = { owned_by = THIS } - is_colonial = yes - owner = { - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 50 - } - } - } - } - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 4 - NOT = { has_global_flag = berlin_conference } - } - modifier = { - factor = 0.9 - NOT = { prestige = 500 } - } - modifier = { - factor = 0.95 - NOT = { badboy = 0.2 } - } - modifier = { - factor = 0.9 - NOT = { badboy = 0.4 } - } - modifier = { - factor = 0.85 - NOT = { badboy = 0.6 } - } - modifier = { - factor = 0.80 - NOT = { badboy = 0.8 } - } - modifier = { - factor = 0.70 - NOT = { badboy = 1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - jingoism = 5 - } - modifier = { - factor = 0.6 - jingoism = 10 - } - modifier = { - factor = 1.2 - pacifism = 5 - } - modifier = { - factor = 1.4 - pacifism = 10 - } - modifier = { - factor = 0.6 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.6 - war_policy = pacifism - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA2530" - random_owned = { - limit = { - is_colonial = yes - any_neighbor_province = { - NOT = { owned_by = THIS } - is_colonial = yes - owner = { - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - has_country_modifier = neutrality_modifier - relation = { who = THIS value = 100 } - } - } - } - } - random_neighbor_province = { - limit = { - NOT = { owned_by = THIS } - is_colonial = yes - owner = { - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 100 - } - } - } - } - owner = { - relation = { who = THIS value = -20 } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 12 - } - } - } - } - } - option = { - name = "EVTOPTB2530" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - militancy = 0.5 - } - } + id = 2530 + title = "EVTNAME2530" + desc = "EVTDESC2530" + picture = "patrol" + + trigger = { + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_global_flag = berlin_conference } + war = no + colonial_nation = yes + any_owned_province = { + is_colonial = yes + any_neighbor_province = { + NOT = { owned_by = THIS } + is_colonial = yes + owner = { + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 50 + } + } + } + } + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 4 + NOT = { has_global_flag = berlin_conference } + } + modifier = { + factor = 0.9 + NOT = { prestige = 500 } + } + modifier = { + factor = 0.95 + NOT = { badboy = 0.2 } + } + modifier = { + factor = 0.9 + NOT = { badboy = 0.4 } + } + modifier = { + factor = 0.85 + NOT = { badboy = 0.6 } + } + modifier = { + factor = 0.80 + NOT = { badboy = 0.8 } + } + modifier = { + factor = 0.70 + NOT = { badboy = 1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + jingoism = 5 + } + modifier = { + factor = 0.6 + jingoism = 10 + } + modifier = { + factor = 1.2 + pacifism = 5 + } + modifier = { + factor = 1.4 + pacifism = 10 + } + modifier = { + factor = 0.6 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.6 + war_policy = pacifism + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA2530" + random_owned = { + limit = { + is_colonial = yes + any_neighbor_province = { + NOT = { owned_by = THIS } + is_colonial = yes + owner = { + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + has_country_modifier = neutrality_modifier + relation = { who = THIS value = 100 } + } + } + } + } + random_neighbor_province = { + limit = { + NOT = { owned_by = THIS } + is_colonial = yes + owner = { + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 100 + } + } + } + } + owner = { + relation = { who = THIS value = -20 } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 12 + } + } + } + } + } + option = { + name = "EVTOPTB2530" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + militancy = 0.5 + } + } } ############################################################################################# # Merchant Conflict country_event = { - id = 2540 - title = "EVTNAME2540" - desc = "EVTDESC2540" - picture = "Thermopylae" - - trigger = { - num_of_ports = 1 - NOT = { has_country_modifier = neutrality_modifier } - economic_policy = laissez_faire - OR = { - war_policy = jingoism - war_policy = pro_military - } - any_neighbor_country = { - is_vassal = no - num_of_ports = 1 - NOT = { - economic_policy = laissez_faire - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 100 - } - } - } - } - mean_time_to_happen = { - months = 800 - modifier = - { - factor = 0.5 - OR = - { - government = democracy - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.9 - NOT = { prestige = 100 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - jingoism = 5 - } - modifier = { - factor = 0.6 - jingoism = 10 - } - modifier = { - factor = 1.2 - pacifism = 5 - } - modifier = { - factor = 1.4 - pacifism = 10 - } - modifier = { - factor = 0.6 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.6 - war_policy = pacifism - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA2540" - random_country = { - limit = { - is_vassal = no - num_of_ports = 1 - neighbour = THIS - NOT = { - economic_policy = laissez_faire - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 100 - } - } - } - relation = { - who = THIS - value = -20 - } - add_casus_belli = { - target = THIS - type = cut_down_to_size - months = 6 - } - } - } + id = 2540 + title = "EVTNAME2540" + desc = "EVTDESC2540" + picture = "Thermopylae" + + trigger = { + num_of_ports = 1 + NOT = { has_country_modifier = neutrality_modifier } + economic_policy = laissez_faire + OR = { + war_policy = jingoism + war_policy = pro_military + } + any_neighbor_country = { + is_vassal = no + num_of_ports = 1 + NOT = { + economic_policy = laissez_faire + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 100 + } + } + } + } + mean_time_to_happen = { + months = 800 + modifier = + { + factor = 0.5 + OR = + { + government = democracy + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.9 + NOT = { prestige = 100 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + jingoism = 5 + } + modifier = { + factor = 0.6 + jingoism = 10 + } + modifier = { + factor = 1.2 + pacifism = 5 + } + modifier = { + factor = 1.4 + pacifism = 10 + } + modifier = { + factor = 0.6 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.6 + war_policy = pacifism + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA2540" + random_country = { + limit = { + is_vassal = no + num_of_ports = 1 + neighbour = THIS + NOT = { + economic_policy = laissez_faire + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 100 + } + } + } + relation = { + who = THIS + value = -20 + } + add_casus_belli = { + target = THIS + type = cut_down_to_size + months = 6 + } + } + } } ##################################################################################################### #Anti Colonial country_event = { - id = 2550 - title = "EVTNAME2550" - desc = "EVTDESC2550" - picture = "Waitangi" - - trigger = { - civilized = no - colonial_nation = no - is_vassal = no - NOT = { has_global_flag = berlin_conference } - any_neighbor_country = { - is_vassal = no - colonial_nation = yes - civilized = yes - NOT = { - casus_belli = THIS - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 100 - } - } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - NOT = { prestige = 500 } - } - modifier = { - factor = 0.95 - NOT = { badboy = 0.2 } - } - modifier = { - factor = 0.9 - NOT = { badboy = 0.4 } - } - modifier = { - factor = 0.85 - NOT = { badboy = 0.6 } - } - modifier = { - factor = 0.80 - NOT = { badboy = 0.8 } - } - modifier = { - factor = 0.70 - NOT = { badboy = 1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - jingoism = 5 - } - modifier = { - factor = 0.6 - jingoism = 10 - } - modifier = { - factor = 1.2 - pacifism = 5 - } - modifier = { - factor = 1.4 - pacifism = 10 - } - modifier = { - factor = 0.6 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.6 - war_policy = pacifism - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA2550" - random_country = { - limit = { - is_vassal = no - neighbour = THIS - colonial_nation = yes - civilized = yes - NOT = { - casus_belli = THIS - has_country_modifier = neutrality_modifier - relation = { - who = THIS - value = 100 - } - } - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 12 - } - relation = { who = THIS value = -50 } - } - } + id = 2550 + title = "EVTNAME2550" + desc = "EVTDESC2550" + picture = "Waitangi" + + trigger = { + civilized = no + colonial_nation = no + is_vassal = no + NOT = { has_global_flag = berlin_conference } + any_neighbor_country = { + is_vassal = no + colonial_nation = yes + civilized = yes + NOT = { + casus_belli = THIS + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 100 + } + } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + NOT = { prestige = 500 } + } + modifier = { + factor = 0.95 + NOT = { badboy = 0.2 } + } + modifier = { + factor = 0.9 + NOT = { badboy = 0.4 } + } + modifier = { + factor = 0.85 + NOT = { badboy = 0.6 } + } + modifier = { + factor = 0.80 + NOT = { badboy = 0.8 } + } + modifier = { + factor = 0.70 + NOT = { badboy = 1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + jingoism = 5 + } + modifier = { + factor = 0.6 + jingoism = 10 + } + modifier = { + factor = 1.2 + pacifism = 5 + } + modifier = { + factor = 1.4 + pacifism = 10 + } + modifier = { + factor = 0.6 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.6 + war_policy = pacifism + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA2550" + random_country = { + limit = { + is_vassal = no + neighbour = THIS + colonial_nation = yes + civilized = yes + NOT = { + casus_belli = THIS + has_country_modifier = neutrality_modifier + relation = { + who = THIS + value = 100 + } + } + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 12 + } + relation = { who = THIS value = -50 } + } + } } ##################################################################################################### # Dealing with vassals country_event = { - id = 2560 - title = "EVTNAME2560" - desc = "EVTDESC2560" - picture = "administration" - - trigger = { - ai = yes - any_neighbor_country = { - is_vassal = yes - NOT = { vassal_of = THIS } - overlord = { NOT = { truce_with = THIS } } - OR = { - any_owned_province = { is_core = THIS } - overlord = { - NOT = { relation = { who = THIS value = -50 } } - NOT = { neighbour = THIS } - } - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 0.1 - any_neighbor_country = { - is_vassal = yes - overlord = { war_with = THIS } - } - } - } - - option = { - name = "EVT2560OPTA" - any_neighbor_country = { - limit = { - is_vassal = yes - NOT = { vassal_of = THIS } - overlord = { NOT = { truce_with = THIS } } - OR = { - any_owned_province = { is_core = THIS } - overlord = { - NOT = { relation = { who = THIS value = -50 } } - NOT = { neighbour = THIS } - } - } - } - overlord = { - relation = { who = THIS value = -50 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = release_puppet - months = 24 - } - } - } - } + id = 2560 + title = "EVTNAME2560" + desc = "EVTDESC2560" + picture = "administration" + + trigger = { + ai = yes + any_neighbor_country = { + is_vassal = yes + NOT = { vassal_of = THIS } + overlord = { NOT = { truce_with = THIS } } + OR = { + any_owned_province = { is_core = THIS } + overlord = { + NOT = { relation = { who = THIS value = -50 } } + NOT = { neighbour = THIS } + } + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 0.1 + any_neighbor_country = { + is_vassal = yes + overlord = { war_with = THIS } + } + } + } + + option = { + name = "EVT2560OPTA" + any_neighbor_country = { + limit = { + is_vassal = yes + NOT = { vassal_of = THIS } + overlord = { NOT = { truce_with = THIS } } + OR = { + any_owned_province = { is_core = THIS } + overlord = { + NOT = { relation = { who = THIS value = -50 } } + NOT = { neighbour = THIS } + } + } + } + overlord = { + relation = { who = THIS value = -50 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = release_puppet + months = 24 + } + } + } + } } ####################################################################################################################### # Fascist Aggression - Living Space country_event = { - id = 2570 - title = "EVTNAME2570" - desc = "EVTDESC2570" - picture = "Parade" - - trigger = { - government = fascist_dictatorship - any_owned_province = { - is_colonial = no - any_neighbor_province = { - NOT = { owned_by = THIS } - is_colonial = no - owner = { - civilized = yes - any_owned_province = { NOT = { is_core = THIS } } - NOT = { - brigades_compare = 1.5 - government = fascist_dictatorship - has_country_modifier = neutrality_modifier - alliance_with = THIS - truce_with = THIS - in_sphere = THIS - is_vassal = yes - #Add take vassal CB later on - } - } - } - } - NOT = { - is_disarmed = yes - badboy = 0.7 - has_country_modifier = neutrality_modifier - war_policy = pacifism - has_country_flag = in_great_war - has_country_modifier = no_more_war - } - } - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.6 - is_greater_power = yes - } - modifier = { - factor = 0.8 - is_secondary_power = yes - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { military_score = 75 } - } - modifier = { - factor = 1.5 - NOT = { prestige = 20 } - } - modifier = { - factor = 1.5 - average_militancy = 2 - } - modifier = { - factor = 1.5 - badboy = 0.5 - } - modifier = { - factor = 2 - war = yes - } - } - - option = { - name = "EVTOPTA2570" - random_list = { - 25 = { badboy = 1 } - 50 = { badboy = 2 } - 25 = { badboy = 3 } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - random_country = { - limit = { - neighbour = THIS - civilized = yes - any_owned_province = { NOT = { is_core = THIS } } - any_owned_province = { - is_colonial = no - any_neighbor_province = { - owned_by = THIS - is_colonial = no - } - } - NOT = { - brigades_compare = 1.5 - government = fascist_dictatorship - has_country_modifier = neutrality_modifier - alliance_with = THIS - truce_with = THIS - in_sphere = THIS - is_vassal = yes - } - } - relation = { who = THIS value = -50 } - country_event = 2571 - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVTOPTB2570" - prestige_factor = -0.05 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = fascist - factor = 4 - } - scaled_militancy = { - issue = jingoism - factor = 4 - } - } - ai_chance = { - factor = 20 - } - } + id = 2570 + title = "EVTNAME2570" + desc = "EVTDESC2570" + picture = "Parade" + + trigger = { + government = fascist_dictatorship + any_owned_province = { + is_colonial = no + any_neighbor_province = { + NOT = { owned_by = THIS } + is_colonial = no + owner = { + civilized = yes + any_owned_province = { NOT = { is_core = THIS } } + NOT = { + brigades_compare = 1.5 + government = fascist_dictatorship + has_country_modifier = neutrality_modifier + alliance_with = THIS + truce_with = THIS + in_sphere = THIS + is_vassal = yes + #Add take vassal CB later on + } + } + } + } + NOT = { + is_disarmed = yes + badboy = 0.7 + has_country_modifier = neutrality_modifier + war_policy = pacifism + has_country_flag = in_great_war + has_country_modifier = no_more_war + } + } + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.6 + is_greater_power = yes + } + modifier = { + factor = 0.8 + is_secondary_power = yes + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { military_score = 75 } + } + modifier = { + factor = 1.5 + NOT = { prestige = 20 } + } + modifier = { + factor = 1.5 + average_militancy = 2 + } + modifier = { + factor = 1.5 + badboy = 0.5 + } + modifier = { + factor = 2 + war = yes + } + } + + option = { + name = "EVTOPTA2570" + random_list = { + 25 = { badboy = 1 } + 50 = { badboy = 2 } + 25 = { badboy = 3 } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + random_country = { + limit = { + neighbour = THIS + civilized = yes + any_owned_province = { NOT = { is_core = THIS } } + any_owned_province = { + is_colonial = no + any_neighbor_province = { + owned_by = THIS + is_colonial = no + } + } + NOT = { + brigades_compare = 1.5 + government = fascist_dictatorship + has_country_modifier = neutrality_modifier + alliance_with = THIS + truce_with = THIS + in_sphere = THIS + is_vassal = yes + } + } + relation = { who = THIS value = -50 } + country_event = 2571 + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVTOPTB2570" + prestige_factor = -0.05 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = fascist + factor = 4 + } + scaled_militancy = { + issue = jingoism + factor = 4 + } + } + ai_chance = { + factor = 20 + } + } } # Fascist Aggression - Answer from State country_event = { - id = 2571 - title = "EVTNAME2571" - desc = "EVTDESC2571" - picture = "Parade" - - is_triggered_only = yes - - option = { - name = "EVTOPTA2571" - random_owned = { - limit = { - owner = { - number_of_states = 4 - colonial_nation = no - } - } - owner = { - add_casus_belli = { - target = FROM - type = acquire_state - months = 12 - } - } - } - random_owned = { - limit = { - owner = { - NOT = { number_of_states = 4 } - } - } - owner = { - add_casus_belli = { - target = FROM - type = conquest - months = 12 - } - } - } - #One (non colonial) state, many colonies - random_owned = { - limit = { - owner = { - number_of_states = 4 - colonial_nation = yes - } - } - owner = { - add_casus_belli = { - target = FROM - type = place_in_the_sun - months = 12 - } - } - } - } + id = 2571 + title = "EVTNAME2571" + desc = "EVTDESC2571" + picture = "Parade" + + is_triggered_only = yes + + option = { + name = "EVTOPTA2571" + random_owned = { + limit = { + owner = { + number_of_states = 4 + colonial_nation = no + } + } + owner = { + add_casus_belli = { + target = FROM + type = acquire_state + months = 12 + } + } + } + random_owned = { + limit = { + owner = { + NOT = { number_of_states = 4 } + } + } + owner = { + add_casus_belli = { + target = FROM + type = conquest + months = 12 + } + } + } + #One (non colonial) state, many colonies + random_owned = { + limit = { + owner = { + number_of_states = 4 + colonial_nation = yes + } + } + owner = { + add_casus_belli = { + target = FROM + type = place_in_the_sun + months = 12 + } + } + } + } } ######################################################### -# # -# Gain Core Events # -# # +# # +# Gain Core Events # +# # ######################################################### province_event = { - id = 2600 - title = "EVTNAME2600" #$STATENAME$ Integration - desc = "EVTDESC2600" - - trigger = { - NOT = { - is_core = THIS - has_province_modifier = core_integration - has_province_modifier = integration_refusal - has_province_modifier = nationalist_agitation - } - controlled_by = THIS - owned_by = THIS - is_colonial = no - is_overseas = no - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - any_neighbor_province = { is_core = THIS } - owner = { - NOT = { has_country_modifier = interment_camps } - is_substate = no - civilized = yes - is_vassal = no - war = no - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.75 - owner = { nationalism_n_imperialism = 1 } - } - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = yes - } - modifier = { - factor = 1.5 - state_scope = { - any_owned_province = { - is_primary_culture = no - is_accepted_culture = no - } - } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - } - - option = { - name = "EVT2600OPTA" - owner = { badboy = 2 } - state_scope = { - any_owned = { - limit = { - NOT = { is_core = THIS } - NOT = { has_province_modifier = core_integration } - NOT = { has_province_modifier = integration_refusal } - controlled_by = THIS - is_colonial = no - } - add_province_modifier = { - name = core_integration - duration = -1 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.1 - owner = { war_policy = pacifism } - } - modifier = { - factor = 0.5 - owner = { war_policy = anti_military } - } - modifier = { - factor = 0.1 - owner = { badboy = 0.92 } - } - modifier = { - factor = 0.75 - owner = { badboy = 0.8 } - } - modifier = { - factor = 0.75 - owner = { badboy = 0.7 } - } - } - } - - option = { - name = "EVT2600OPTB" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = THIS } - NOT = { has_province_modifier = core_integration } - NOT = { has_province_modifier = integration_refusal } - controlled_by = THIS - is_colonial = no - } - add_province_modifier = { - name = integration_refusal - duration = 3650 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = -3 - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 2 - owner = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 0.5 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 0 - owner = { war_policy = jingoism } - } - modifier = { - factor = 0.5 - owner = { war_policy = pro_military } - } - modifier = { - factor = 0 - is_primary_culture = yes - } - } - } + id = 2600 + title = "EVTNAME2600" #$STATENAME$ Integration + desc = "EVTDESC2600" + + trigger = { + NOT = { + is_core = THIS + has_province_modifier = core_integration + has_province_modifier = integration_refusal + has_province_modifier = nationalist_agitation + } + controlled_by = THIS + owned_by = THIS + is_colonial = no + is_overseas = no + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + any_neighbor_province = { is_core = THIS } + owner = { + NOT = { has_country_modifier = interment_camps } + is_substate = no + civilized = yes + is_vassal = no + war = no + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.75 + owner = { nationalism_n_imperialism = 1 } + } + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = yes + } + modifier = { + factor = 1.5 + state_scope = { + any_owned_province = { + is_primary_culture = no + is_accepted_culture = no + } + } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + } + + option = { + name = "EVT2600OPTA" + owner = { badboy = 2 } + state_scope = { + any_owned = { + limit = { + NOT = { is_core = THIS } + NOT = { has_province_modifier = core_integration } + NOT = { has_province_modifier = integration_refusal } + controlled_by = THIS + is_colonial = no + } + add_province_modifier = { + name = core_integration + duration = -1 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.1 + owner = { war_policy = pacifism } + } + modifier = { + factor = 0.5 + owner = { war_policy = anti_military } + } + modifier = { + factor = 0.1 + owner = { badboy = 0.92 } + } + modifier = { + factor = 0.75 + owner = { badboy = 0.8 } + } + modifier = { + factor = 0.75 + owner = { badboy = 0.7 } + } + } + } + + option = { + name = "EVT2600OPTB" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = THIS } + NOT = { has_province_modifier = core_integration } + NOT = { has_province_modifier = integration_refusal } + controlled_by = THIS + is_colonial = no + } + add_province_modifier = { + name = integration_refusal + duration = 3650 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = -3 + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 2 + owner = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 0.5 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 0 + owner = { war_policy = jingoism } + } + modifier = { + factor = 0.5 + owner = { war_policy = pro_military } + } + modifier = { + factor = 0 + is_primary_culture = yes + } + } + } } province_event = { - id = 2601 - title = "EVTNAME2601" - desc = "EVTDESC2601" - - trigger = { - has_province_modifier = core_integration - owner = { - NOT = { has_country_modifier = interment_camps } - } - is_core = THIS - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT2601OPTA" - state_scope = { - any_owned = { - limit = { - has_province_modifier = core_integration - is_core = THIS - } - remove_province_modifier = core_integration - } - } - } + id = 2601 + title = "EVTNAME2601" + desc = "EVTDESC2601" + + trigger = { + has_province_modifier = core_integration + owner = { + NOT = { has_country_modifier = interment_camps } + } + is_core = THIS + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT2601OPTA" + state_scope = { + any_owned = { + limit = { + has_province_modifier = core_integration + is_core = THIS + } + remove_province_modifier = core_integration + } + } + } } - + province_event = { - id = 2605 - title = "EVTNAME2605" #$PROVINCENAME$ Integrated into $COUNTRY$ - desc = "EVTDESC2605" - - trigger = { - has_province_modifier = core_integration - NOT = { - is_core = THIS - has_province_modifier = nationalist_agitation - } - controlled_by = THIS - owned_by = THIS - is_colonial = no - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - any_neighbor_province = { is_core = THIS } - owner = { - NOT = { has_country_modifier = interment_camps } - civilized = yes - war = no - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 0.75 - owner = { nationalism_n_imperialism = 1 } - } - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = yes - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - } - - option = { - name = "EVT2605OPTA" - owner = { prestige = 2 } - remove_province_modifier = core_integration - add_core = THIS - } + id = 2605 + title = "EVTNAME2605" #$PROVINCENAME$ Integrated into $COUNTRY$ + desc = "EVTDESC2605" + + trigger = { + has_province_modifier = core_integration + NOT = { + is_core = THIS + has_province_modifier = nationalist_agitation + } + controlled_by = THIS + owned_by = THIS + is_colonial = no + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + any_neighbor_province = { is_core = THIS } + owner = { + NOT = { has_country_modifier = interment_camps } + civilized = yes + war = no + } + } + + mean_time_to_happen = { + months = 180 + modifier = { + factor = 0.75 + owner = { nationalism_n_imperialism = 1 } + } + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = yes + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + } + + option = { + name = "EVT2605OPTA" + owner = { prestige = 2 } + remove_province_modifier = core_integration + add_core = THIS + } } ######################################################### -# # -# Remove Core Events # -# # +# # +# Remove Core Events # +# # ######################################################### province_event = { - id = 2610 - title = "EVTNAME2610" #$COUNTRY_ADJ$ $STATENAME$ - desc = "EVTDESC2610" - - trigger = { - is_core = THIS - is_overseas = no - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - any_neighbor_province = { - owned_by = THIS - is_core = THIS - NOT = { - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - } - } - NOT = { - has_province_modifier = integration_refusal - has_province_modifier = national_assimilation - has_province_modifier = nationalist_agitation - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - controlled_by = THIS - owned_by = THIS - is_colonial = no - owner = { - war = no - is_substate = no - civilized = yes - is_vassal = no - NOT = { - citizens_rights = all_voting_pops - has_country_modifier = interment_camps - } - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 0.75 - owner = { nationalism_n_imperialism = 1 } - } - modifier = { - factor = 1.5 - owner = { citizenship_policy = limited_citizenship } - } - - modifier = { - factor = 2 - owner = { citizenship_policy = full_citizenship } - } - - modifier = { - factor = 1.5 - owner = { war_policy = pacifism } - } - modifier = { - factor = 0.8 - owner = { war_policy = jingoism } - } - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = yes - } - modifier = { - factor = 2 - is_primary_culture = no - is_accepted_culture = no - } - } - - option = { - name = "EVT2610OPTA" - owner = { badboy = 2 } - state_scope = { - any_owned = { - limit = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - NOT = { - has_province_modifier = integration_refusal - has_province_modifier = national_assimilation - has_province_modifier = nationalist_agitation - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - controlled_by = THIS - is_colonial = no - } - add_province_modifier = { - name = national_assimilation - duration = -1 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - } - } - } - any_country = { - limit = { - any_core = { - owned_by = THIS - has_province_modifier = national_assimilation - } - } - relation = { who = THIS value = -50 } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - owner = { war_policy = pacifism } - } - modifier = { - factor = 0 - owner = { badboy = 0.92 } - } - modifier = { - factor = 0.75 - owner = { badboy = 0.8 } - } - modifier = { - factor = 0.75 - owner = { badboy = 0.7 } - } - } - } - - option = { - name = "EVT2610OPTB" - state_scope = { - any_owned = { - limit = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - NOT = { - has_province_modifier = integration_refusal - has_province_modifier = national_assimilation - has_province_modifier = nationalist_agitation - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - controlled_by = THIS - is_colonial = no - } - add_province_modifier = { - name = integration_refusal - duration = 3650 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = -3 - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 0.1 - owner = { war_policy = jingoism } - } - modifier = { - factor = 0.5 - owner = { war_policy = pro_military } - } - modifier = { - factor = 0.5 - state_scope = { - any_owned_province = { is_accepted_culture = yes } - } - } - modifier = { - factor = 0.5 - is_primary_culture = yes - } - } - } + id = 2610 + title = "EVTNAME2610" #$COUNTRY_ADJ$ $STATENAME$ + desc = "EVTDESC2610" + + trigger = { + is_core = THIS + is_overseas = no + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + any_neighbor_province = { + owned_by = THIS + is_core = THIS + NOT = { + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + } + } + NOT = { + has_province_modifier = integration_refusal + has_province_modifier = national_assimilation + has_province_modifier = nationalist_agitation + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + controlled_by = THIS + owned_by = THIS + is_colonial = no + owner = { + war = no + is_substate = no + civilized = yes + is_vassal = no + NOT = { + citizens_rights = all_voting_pops + has_country_modifier = interment_camps + } + } + } + + mean_time_to_happen = { + months = 180 + modifier = { + factor = 0.75 + owner = { nationalism_n_imperialism = 1 } + } + modifier = { + factor = 1.5 + owner = { citizenship_policy = limited_citizenship } + } + + modifier = { + factor = 2 + owner = { citizenship_policy = full_citizenship } + } + + modifier = { + factor = 1.5 + owner = { war_policy = pacifism } + } + modifier = { + factor = 0.8 + owner = { war_policy = jingoism } + } + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = yes + } + modifier = { + factor = 2 + is_primary_culture = no + is_accepted_culture = no + } + } + + option = { + name = "EVT2610OPTA" + owner = { badboy = 2 } + state_scope = { + any_owned = { + limit = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + NOT = { + has_province_modifier = integration_refusal + has_province_modifier = national_assimilation + has_province_modifier = nationalist_agitation + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + controlled_by = THIS + is_colonial = no + } + add_province_modifier = { + name = national_assimilation + duration = -1 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + } + } + } + any_country = { + limit = { + any_core = { + owned_by = THIS + has_province_modifier = national_assimilation + } + } + relation = { who = THIS value = -50 } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + owner = { war_policy = pacifism } + } + modifier = { + factor = 0 + owner = { badboy = 0.92 } + } + modifier = { + factor = 0.75 + owner = { badboy = 0.8 } + } + modifier = { + factor = 0.75 + owner = { badboy = 0.7 } + } + } + } + + option = { + name = "EVT2610OPTB" + state_scope = { + any_owned = { + limit = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + NOT = { + has_province_modifier = integration_refusal + has_province_modifier = national_assimilation + has_province_modifier = nationalist_agitation + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + controlled_by = THIS + is_colonial = no + } + add_province_modifier = { + name = integration_refusal + duration = 3650 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = -3 + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 0.1 + owner = { war_policy = jingoism } + } + modifier = { + factor = 0.5 + owner = { war_policy = pro_military } + } + modifier = { + factor = 0.5 + state_scope = { + any_owned_province = { is_accepted_culture = yes } + } + } + modifier = { + factor = 0.5 + is_primary_culture = yes + } + } + } } country_event = { - id = 2611 - title = "EVTNAME2611" #Assimilation Policies Rescinded - desc = "EVTDESC2611" - picture = "deliberation" - - trigger = { - citizens_rights = all_voting_pops - war = no - any_owned_province = { has_province_modifier = national_assimilation } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT2611OPTA" - any_owned = { - limit = { has_province_modifier = core_integration } - remove_province_modifier = core_integration - } - any_owned = { - limit = { has_province_modifier = national_assimilation } - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = -3 - } - } - any_pop = { - limit = { - location = { is_core = THIS } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - type = soldiers - type = officers - } - } - ideology = { - value = reactionary - factor = 0.2 - } - dominant_issue = { - factor = 0.2 - value = residency - } - } - } + id = 2611 + title = "EVTNAME2611" #Assimilation Policies Rescinded + desc = "EVTDESC2611" + picture = "deliberation" + + trigger = { + citizens_rights = all_voting_pops + war = no + any_owned_province = { has_province_modifier = national_assimilation } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT2611OPTA" + any_owned = { + limit = { has_province_modifier = core_integration } + remove_province_modifier = core_integration + } + any_owned = { + limit = { has_province_modifier = national_assimilation } + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = -3 + } + } + any_pop = { + limit = { + location = { is_core = THIS } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + type = soldiers + type = officers + } + } + ideology = { + value = reactionary + factor = 0.2 + } + dominant_issue = { + factor = 0.2 + value = residency + } + } + } } province_event = { - id = 2612 - title = "EVTNAME2612" - desc = "EVTDESC2612" - - trigger = { - has_province_modifier = national_assimilation - owner = { - NOT = { has_country_modifier = interment_camps } - } - OR = { - NOT = { is_core = THIS } - NOT = { - any_core = { - exists = yes - NOT = { tag = THIS } - } - } - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT2612OPTA" - state_scope = { - any_owned = { - limit = { - has_province_modifier = national_assimilation - OR = { - NOT = { is_core = THIS } - NOT = { - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - } - } - } - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - } - } - } + id = 2612 + title = "EVTNAME2612" + desc = "EVTDESC2612" + + trigger = { + has_province_modifier = national_assimilation + owner = { + NOT = { has_country_modifier = interment_camps } + } + OR = { + NOT = { is_core = THIS } + NOT = { + any_core = { + exists = yes + NOT = { tag = THIS } + } + } + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT2612OPTA" + state_scope = { + any_owned = { + limit = { + has_province_modifier = national_assimilation + OR = { + NOT = { is_core = THIS } + NOT = { + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + } + } + } + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + } + } + } } province_event = { - id = 2615 - title = "EVTNAME2615" #Flags Burned in $PROVINCENAME$ - desc = "EVTDESC2615" - - trigger = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - has_province_modifier = national_assimilation - NOT = { has_province_modifier = national_assimilation_rejection } - controlled_by = THIS - owned_by = THIS - is_colonial = no - owner = { - civilized = yes - war = no - NOT = { - citizens_rights = all_voting_pops - has_country_modifier = interment_camps - } - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 0.75 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 2 - is_primary_culture = yes - } - modifier = { - factor = 2 - NOT = { - any_pop = { - is_accepted_culture = no - is_primary_culture = no - } - } - } - modifier = { - factor = 0.5 - has_province_modifier = nationalist_agitation - } - modifier = { - factor = 0.75 - NOT = { has_province_modifier = nationalist_agitation } - any_neighbor_province = { has_province_modifier = nationalist_agitation } - } - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = national_assimilation_rejection } - } - modifier = { - factor = 1.5 - NOT = { has_province_modifier = national_assimilation_acceptance } - any_neighbor_province = { has_province_modifier = national_assimilation_acceptance } - } - modifier = { - factor = 2 - has_province_modifier = national_assimilation_acceptance - } - modifier = { - factor = 0.9 - owner = { invention = national_fraternity } - } - modifier = { - factor = 0.9 - owner = { invention = separatism } - } - modifier = { - factor = 0.8 - owner = { invention = terrorism } - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - } - - option = { - name = "EVT2615OPTA" - remove_province_modifier = national_assimilation_acceptance - add_province_modifier = { - name = national_assimilation_rejection - duration = -1 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - consciousness = 4 - } - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - any_core = { - owned_by = THIS - has_province_modifier = national_assimilation_rejection - } - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - owner = { war_policy = pacifism } - } - modifier = { - factor = 0.75 - owner = { citizenship_policy = limited_citizenship } - } - - modifier = { - factor = 0.5 - owner = { citizenship_policy = full_citizenship } - } - } - } - - option = { - name = "EVT2615OPTB" - state_scope = { - any_owned = { - limit = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - has_province_modifier = national_assimilation - controlled_by = THIS - is_colonial = no - } - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - remove_province_modifier = integration_refusal - add_province_modifier = { - name = integration_refusal - duration = 3650 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = -3 - militancy = -3 - } - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 0 - owner = { war_policy = jingoism } - } - modifier = { - factor = 0.5 - owner = { war_policy = pro_military } - } - modifier = { - factor = 0 - is_primary_culture = yes - } - modifier = { - factor = 2 - is_accepted_culture = yes - } - modifier = { - factor = 4 - is_primary_culture = no - is_accepted_culture = no - } - } - } + id = 2615 + title = "EVTNAME2615" #Flags Burned in $PROVINCENAME$ + desc = "EVTDESC2615" + + trigger = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + has_province_modifier = national_assimilation + NOT = { has_province_modifier = national_assimilation_rejection } + controlled_by = THIS + owned_by = THIS + is_colonial = no + owner = { + civilized = yes + war = no + NOT = { + citizens_rights = all_voting_pops + has_country_modifier = interment_camps + } + } + } + + mean_time_to_happen = { + months = 180 + modifier = { + factor = 0.75 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 2 + is_primary_culture = yes + } + modifier = { + factor = 2 + NOT = { + any_pop = { + is_accepted_culture = no + is_primary_culture = no + } + } + } + modifier = { + factor = 0.5 + has_province_modifier = nationalist_agitation + } + modifier = { + factor = 0.75 + NOT = { has_province_modifier = nationalist_agitation } + any_neighbor_province = { has_province_modifier = nationalist_agitation } + } + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = national_assimilation_rejection } + } + modifier = { + factor = 1.5 + NOT = { has_province_modifier = national_assimilation_acceptance } + any_neighbor_province = { has_province_modifier = national_assimilation_acceptance } + } + modifier = { + factor = 2 + has_province_modifier = national_assimilation_acceptance + } + modifier = { + factor = 0.9 + owner = { invention = national_fraternity } + } + modifier = { + factor = 0.9 + owner = { invention = separatism } + } + modifier = { + factor = 0.8 + owner = { invention = terrorism } + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + } + + option = { + name = "EVT2615OPTA" + remove_province_modifier = national_assimilation_acceptance + add_province_modifier = { + name = national_assimilation_rejection + duration = -1 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + consciousness = 4 + } + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + any_core = { + owned_by = THIS + has_province_modifier = national_assimilation_rejection + } + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + owner = { war_policy = pacifism } + } + modifier = { + factor = 0.75 + owner = { citizenship_policy = limited_citizenship } + } + + modifier = { + factor = 0.5 + owner = { citizenship_policy = full_citizenship } + } + } + } + + option = { + name = "EVT2615OPTB" + state_scope = { + any_owned = { + limit = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + has_province_modifier = national_assimilation + controlled_by = THIS + is_colonial = no + } + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + remove_province_modifier = integration_refusal + add_province_modifier = { + name = integration_refusal + duration = 3650 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = -3 + militancy = -3 + } + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 0 + owner = { war_policy = jingoism } + } + modifier = { + factor = 0.5 + owner = { war_policy = pro_military } + } + modifier = { + factor = 0 + is_primary_culture = yes + } + modifier = { + factor = 2 + is_accepted_culture = yes + } + modifier = { + factor = 4 + is_primary_culture = no + is_accepted_culture = no + } + } + } } province_event = { - id = 2616 - title = "EVTNAME2616" #Incident in $PROVINCENAME$ - desc = "EVTDESC2616" - - trigger = { - has_province_modifier = national_assimilation_rejection - NOT = { has_province_modifier = nationalist_agitation } - controlled_by = THIS - owner = { - civilized = yes - war = no - NOT = { - citizens_rights = all_voting_pops - has_country_modifier = interment_camps - } - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 1.5 - country_units_in_province = THIS - } - modifier = { - factor = 2 - is_primary_culture = yes - } - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = yes - } - modifier = { - factor = 0.9 - owner = { invention = national_fraternity } - } - modifier = { - factor = 0.9 - owner = { invention = separatism } - } - modifier = { - factor = 0.8 - owner = { invention = terrorism } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 3 } - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - } - - option = { - name = "EVT2616OPTA" - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 5 - } - random_country = { - limit = { - exists = yes - any_core = { - owned_by = THIS - has_province_modifier = national_assimilation_rejection - has_province_modifier = nationalist_agitation - } - } - relation = { who = THIS value = -50 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - } + id = 2616 + title = "EVTNAME2616" #Incident in $PROVINCENAME$ + desc = "EVTDESC2616" + + trigger = { + has_province_modifier = national_assimilation_rejection + NOT = { has_province_modifier = nationalist_agitation } + controlled_by = THIS + owner = { + civilized = yes + war = no + NOT = { + citizens_rights = all_voting_pops + has_country_modifier = interment_camps + } + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 1.5 + country_units_in_province = THIS + } + modifier = { + factor = 2 + is_primary_culture = yes + } + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = yes + } + modifier = { + factor = 0.9 + owner = { invention = national_fraternity } + } + modifier = { + factor = 0.9 + owner = { invention = separatism } + } + modifier = { + factor = 0.8 + owner = { invention = terrorism } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 3 } + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + } + + option = { + name = "EVT2616OPTA" + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 5 + } + random_country = { + limit = { + exists = yes + any_core = { + owned_by = THIS + has_province_modifier = national_assimilation_rejection + has_province_modifier = nationalist_agitation + } + } + relation = { who = THIS value = -50 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + } } province_event = { - id = 2620 - title = "EVTNAME2620" #Flags Flying in $PROVINCENAME$ - desc = "EVTDESC2620" - - trigger = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - } - has_province_modifier = national_assimilation - NOT = { - has_province_modifier = national_assimilation_acceptance - has_province_modifier = nationalist_agitation - } - controlled_by = THIS - owned_by = THIS - is_colonial = no - owner = { - civilized = yes - war = no - NOT = { - citizens_rights = all_voting_pops - has_country_modifier = interment_camps - } - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = no - } - modifier = { - factor = 0.5 - is_primary_culture = yes - } - modifier = { - factor = 0.75 - is_accepted_culture = yes - } - modifier = { - factor = 1.5 - any_neighbor_province = { has_province_modifier = nationalist_agitation } - } - modifier = { - factor = 1.5 - has_province_modifier = national_assimilation_rejection - } - modifier = { - factor = 1.25 - NOT = { has_province_modifier = national_assimilation_rejection } - any_neighbor_province = { has_province_modifier = national_assimilation_rejection } - } - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = national_assimilation_acceptance } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - } - - option = { - name = "EVT2620OPTA" - remove_province_modifier = national_assimilation_rejection - add_province_modifier = { - name = national_assimilation_acceptance - duration = -1 - } - any_pop = { - consciousness = -3 - militancy = -2 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - } - } + id = 2620 + title = "EVTNAME2620" #Flags Flying in $PROVINCENAME$ + desc = "EVTDESC2620" + + trigger = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + } + has_province_modifier = national_assimilation + NOT = { + has_province_modifier = national_assimilation_acceptance + has_province_modifier = nationalist_agitation + } + controlled_by = THIS + owned_by = THIS + is_colonial = no + owner = { + civilized = yes + war = no + NOT = { + citizens_rights = all_voting_pops + has_country_modifier = interment_camps + } + } + } + + mean_time_to_happen = { + months = 180 + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = no + } + modifier = { + factor = 0.5 + is_primary_culture = yes + } + modifier = { + factor = 0.75 + is_accepted_culture = yes + } + modifier = { + factor = 1.5 + any_neighbor_province = { has_province_modifier = nationalist_agitation } + } + modifier = { + factor = 1.5 + has_province_modifier = national_assimilation_rejection + } + modifier = { + factor = 1.25 + NOT = { has_province_modifier = national_assimilation_rejection } + any_neighbor_province = { has_province_modifier = national_assimilation_rejection } + } + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = national_assimilation_acceptance } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + } + + option = { + name = "EVT2620OPTA" + remove_province_modifier = national_assimilation_rejection + add_province_modifier = { + name = national_assimilation_acceptance + duration = -1 + } + any_pop = { + consciousness = -3 + militancy = -2 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + } + } } province_event = { - id = 2625 - title = "EVTNAME2625" #$PROVINCENAME$ Assimilated - desc = "EVTDESC2625" - - trigger = { - is_core = THIS - any_core = { - exists = yes - NOT = { tag = THIS } - NOT = { truce_with = THIS } - NOT = { alliance_with = THIS } - NOT = { is_cultural_union = THIS } - war = no - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - has_province_modifier = national_assimilation_acceptance - NOT = { has_province_modifier = nationalist_agitation } - controlled_by = THIS - owned_by = THIS - is_colonial = no - owner = { - civilized = yes - war = no - NOT = { - citizens_rights = all_voting_pops - has_country_modifier = interment_camps - badboy = 0.92 - } - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 1.2 - owner = { - is_greater_power = no - is_secondary_power = no - } - } - modifier = { - factor = 1.5 - is_primary_culture = no - is_accepted_culture = yes - } - modifier = { - factor = 0.75 - owner = { nationalism_n_imperialism = 1 } - } - modifier = { - factor = 0.75 - owner = { revolution_n_counterrevolution = 1 } - } - modifier = { - factor = 1.1 - average_militancy = 2 - } - modifier = { - factor = 1.1 - average_militancy = 3 - } - modifier = { - factor = 1.1 - average_militancy = 4 - } - modifier = { - factor = 1.1 - average_militancy = 5 - } - } - - option = { - name = "EVT2605OPTA" - owner = { - badboy = 2 - prestige = 5 - } - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_acceptance - add_province_modifier = { - name = national_assimilation_complete - duration = 10 - } - any_pop = { militancy = -4 } - any_country = { - limit = { - exists = yes - NOT = { truce_with = THIS } - NOT = { alliance_with = THIS } - NOT = { tag = THIS } - NOT = { is_cultural_union = THIS } - war = no - any_core = { - owned_by = THIS - has_province_modifier = national_assimilation_complete - } - } - country_event = 2626 - } - } + id = 2625 + title = "EVTNAME2625" #$PROVINCENAME$ Assimilated + desc = "EVTDESC2625" + + trigger = { + is_core = THIS + any_core = { + exists = yes + NOT = { tag = THIS } + NOT = { truce_with = THIS } + NOT = { alliance_with = THIS } + NOT = { is_cultural_union = THIS } + war = no + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + has_province_modifier = national_assimilation_acceptance + NOT = { has_province_modifier = nationalist_agitation } + controlled_by = THIS + owned_by = THIS + is_colonial = no + owner = { + civilized = yes + war = no + NOT = { + citizens_rights = all_voting_pops + has_country_modifier = interment_camps + badboy = 0.92 + } + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 1.2 + owner = { + is_greater_power = no + is_secondary_power = no + } + } + modifier = { + factor = 1.5 + is_primary_culture = no + is_accepted_culture = yes + } + modifier = { + factor = 0.75 + owner = { nationalism_n_imperialism = 1 } + } + modifier = { + factor = 0.75 + owner = { revolution_n_counterrevolution = 1 } + } + modifier = { + factor = 1.1 + average_militancy = 2 + } + modifier = { + factor = 1.1 + average_militancy = 3 + } + modifier = { + factor = 1.1 + average_militancy = 4 + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + } + + option = { + name = "EVT2605OPTA" + owner = { + badboy = 2 + prestige = 5 + } + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_acceptance + add_province_modifier = { + name = national_assimilation_complete + duration = 10 + } + any_pop = { militancy = -4 } + any_country = { + limit = { + exists = yes + NOT = { truce_with = THIS } + NOT = { alliance_with = THIS } + NOT = { tag = THIS } + NOT = { is_cultural_union = THIS } + war = no + any_core = { + owned_by = THIS + has_province_modifier = national_assimilation_complete + } + } + country_event = 2626 + } + } } country_event = { - id = 2626 - title = "EVTNAME2626" #$COUNTRY_ADJ$ Claims in $FROMCOUNTRY$ - desc = "EVTDESC2626" - picture = "nationalists" - - is_triggered_only = yes - - option = { - name = "EVT2626OPTA" - prestige = -5 - FROM = { - random_owned = { - limit = { - is_core = THIS - has_province_modifier = national_assimilation_complete - } - remove_core = THIS - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = pro_military - } - modifier = { - factor = 0.5 - FROM = { - NOT = { brigades_compare = 1 } - } - } - modifier = { - factor = 0.75 - FROM = { - NOT = { brigades_compare = 2 } - } - } - } - } - - option = { - name = "EVT2626OPTB" - relation = { who = FROM value = -50 } - random_owned = { - limit = { - owner = { is_greater_power = yes } - FROM = { is_greater_power = no } - } - owner = { - diplomatic_influence = { who = FROM value = -50 } - } - } - random_owned = { - limit = { - owner = { is_greater_power = no } - FROM = { is_greater_power = yes } - } - FROM = { - diplomatic_influence = { who = THIS value = -50 } - } - } - casus_belli = { - target = FROM - type = acquire_state - months = 60 - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - FROM = { - random_owned = { - limit = { - is_core = THIS - has_province_modifier = national_assimilation_complete - } - remove_core = THIS - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.75 - FROM = { brigades_compare = 2 } - } - modifier = { - factor = 0.5 - FROM = { brigades_compare = 3 } - } - } - } + id = 2626 + title = "EVTNAME2626" #$COUNTRY_ADJ$ Claims in $FROMCOUNTRY$ + desc = "EVTDESC2626" + picture = "nationalists" + + is_triggered_only = yes + + option = { + name = "EVT2626OPTA" + prestige = -5 + FROM = { + random_owned = { + limit = { + is_core = THIS + has_province_modifier = national_assimilation_complete + } + remove_core = THIS + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = pro_military + } + modifier = { + factor = 0.5 + FROM = { + NOT = { brigades_compare = 1 } + } + } + modifier = { + factor = 0.75 + FROM = { + NOT = { brigades_compare = 2 } + } + } + } + } + + option = { + name = "EVT2626OPTB" + relation = { who = FROM value = -50 } + random_owned = { + limit = { + owner = { is_greater_power = yes } + FROM = { is_greater_power = no } + } + owner = { + diplomatic_influence = { who = FROM value = -50 } + } + } + random_owned = { + limit = { + owner = { is_greater_power = no } + FROM = { is_greater_power = yes } + } + FROM = { + diplomatic_influence = { who = THIS value = -50 } + } + } + casus_belli = { + target = FROM + type = acquire_state + months = 60 + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + FROM = { + random_owned = { + limit = { + is_core = THIS + has_province_modifier = national_assimilation_complete + } + remove_core = THIS + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.75 + FROM = { brigades_compare = 2 } + } + modifier = { + factor = 0.5 + FROM = { brigades_compare = 3 } + } + } + } } ######################################################### -# # -# Territorial Loss Events # -# # +# # +# Territorial Loss Events # +# # ######################################################### country_event = { - id = 2650 - title = "EVTNAME2650" #Territory Lost - desc = "EVTDESC2650" - picture = "war_ended" - - is_triggered_only = yes - - option = { - name = "EVT2650OPTA" - FROM = { - country_event = 2660 - } - } + id = 2650 + title = "EVTNAME2650" #Territory Lost + desc = "EVTDESC2650" + picture = "war_ended" + + is_triggered_only = yes + + option = { + name = "EVT2650OPTA" + FROM = { + country_event = 2660 + } + } } country_event = { - id = 2651 - title = "EVTNAME2651" #Territory Lost - desc = "EVTDESC2651" - picture = "war_ended" - - is_triggered_only = yes - - option = { - name = "EVT2650OPTA" - any_country = { - limit = { - NOT = { tag = THIS } - NOT = { tag = FROM } - any_owned_province = { - is_core = THIS - OR = { - NOT = { province_control_days = 30 } - AND = { - has_pop_type = labourers - unemployment_by_type = { value = 1 type = labourers } - } - AND = { - has_pop_type = farmers - unemployment_by_type = { value = 1 type = farmers } - } - } - } - } - country_event = 2660 - } - } + id = 2651 + title = "EVTNAME2651" #Territory Lost + desc = "EVTDESC2651" + picture = "war_ended" + + is_triggered_only = yes + + option = { + name = "EVT2650OPTA" + any_country = { + limit = { + NOT = { tag = THIS } + NOT = { tag = FROM } + any_owned_province = { + is_core = THIS + OR = { + NOT = { province_control_days = 30 } + AND = { + has_pop_type = labourers + unemployment_by_type = { value = 1 type = labourers } + } + AND = { + has_pop_type = farmers + unemployment_by_type = { value = 1 type = farmers } + } + } + } + } + country_event = 2660 + } + } } # Territorial Gain country_event = { - id = 2660 - title = "EVTNAME2660" #Our Lands Returned - desc = "EVTDESC2660" - picture = "war_ended" - - is_triggered_only = yes - - option = { - name = "EVT2660OPTA" - any_owned = { - limit = { - NOT = { has_province_modifier = chinese_treaty_port } - NOT = { province_id = 1755 } - NOT = { province_id = 369 } - NOT = { province_id = 1723 } - NOT = { province_id = 1481 } - is_core = FROM - NOT = { is_core = THIS } - OR = { - NOT = { province_control_days = 30 } - AND = { - has_pop_type = labourers - unemployment_by_type = { value = 1 type = labourers } - } - AND = { - has_pop_type = farmers - unemployment_by_type = { value = 1 type = farmers } - } - } - } - state_scope = { - any_owned = { - limit = { - is_core = FROM - NOT = { is_core = THIS } - } - secede_province = FROM - } - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT2660OPTB" - ai_chance = { factor = 0 } - } + id = 2660 + title = "EVTNAME2660" #Our Lands Returned + desc = "EVTDESC2660" + picture = "war_ended" + + is_triggered_only = yes + + option = { + name = "EVT2660OPTA" + any_owned = { + limit = { + NOT = { has_province_modifier = chinese_treaty_port } + NOT = { province_id = 1755 } + NOT = { province_id = 369 } + NOT = { province_id = 1723 } + NOT = { province_id = 1481 } + is_core = FROM + NOT = { is_core = THIS } + OR = { + NOT = { province_control_days = 30 } + AND = { + has_pop_type = labourers + unemployment_by_type = { value = 1 type = labourers } + } + AND = { + has_pop_type = farmers + unemployment_by_type = { value = 1 type = farmers } + } + } + } + state_scope = { + any_owned = { + limit = { + is_core = FROM + NOT = { is_core = THIS } + } + secede_province = FROM + } + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT2660OPTB" + ai_chance = { factor = 0 } + } } diff --git a/HPM/events/CHIFlavor.txt b/HPM/events/CHIFlavor.txt index cd2403ae..193dd24c 100644 --- a/HPM/events/CHIFlavor.txt +++ b/HPM/events/CHIFlavor.txt @@ -1,5786 +1,5786 @@ ################################################################################################################# -# # -# China Events # -# # +# # +# China Events # +# # ################################################################################################################# #The Xinhai Revolution country_event = { - id = 164599 - title = "EVTNAME164599" - desc = "EVTDESC164599" - news = yes - news_desc_long = "EVTDESC164599" - news_desc_medium = "EVTDESC164599_NEWS_MEDIUM" - news_desc_short = "EVTDESC164599_NEWS_SHORT" - picture = "xinhai" - major = yes - - fire_only_once = yes - - trigger = { - has_global_flag = the_new_army - NOT = { has_global_flag = warlord_era_has_begun } - civilized = yes - OR = { - AND = { - tag = QNG - TPG = { exists = no } - CHI = { exists = no } - } - AND = { - tag = TPG - QNG = { exists = no } - CHI = { exists = no } - } - AND = { - tag = CHI - TPG = { exists = no } - QNG = { exists = no } - } - } - - - capital_scope = { - OR = { - controlled_by = THIS - controlled_by_rebels = yes - } - } - - OR = { - revolt_percentage = 0.30 - average_militancy = 5 - capital_scope = { controlled_by_rebels = yes } - AND = { - has_recently_lost_war = yes - war_exhaustion = 15 - average_militancy = 2 - } - has_country_modifier = the_terror - has_country_modifier = totalitarian_system - has_country_modifier = political_education - has_country_modifier = cult_of_personality - AND = { ruling_party_ideology = fascist average_militancy = 2 } - AND = { ruling_party_ideology = communist average_militancy = 2 } - AND = { ruling_party_ideology = anarcho_liberal average_militancy = 2 } - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.025 - capital_scope = { controlled_by_rebels = yes } - } - modifier = { - factor = 0.05 - NOT = { capital_scope = { controlled_by_rebels = yes } } - revolt_percentage = 0.30 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.85 - average_militancy = 7 - } - modifier = { - factor = 0.9 - average_militancy = 8 - } - modifier = { - factor = 0.95 - average_militancy = 9 - } - modifier = { - factor = 0.7 - year = 1890 - } - - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - } - - immediate = { set_country_flag = xinhai_revolution } - - option = { - name = "EVT164599OPTA" - prestige = -25 - clr_country_flag = totalitarian_government - remove_country_modifier = the_terror - remove_country_modifier = totalitarian_system - remove_country_modifier = political_education - remove_country_modifier = cult_of_personality - QNG = { all_core = { remove_core = QNG } } - TPG = { all_core = { remove_core = TPG } } - random_owned = { - limit = { - is_capital = yes - controlled_by_rebels = yes - } - change_controller = THIS - } - random_country = { - limit = { - tag = KOR - vassal_of = THIS - } - THIS = { release_vassal = KOR } - } - random_country = { - limit = { - tag = TNT - vassal_of = THIS - } - THIS = { release_vassal = TNT } - } - random_country = { - limit = { - tag = KML - vassal_of = THIS - } - THIS = { release_vassal = KML } - } - random_country = { - limit = { - tag = TIB - vassal_of = THIS - } - THIS = { release_vassal = TIB } - } - random_owned = { - limit = { - province_id = 1587 - NOT = { exists = TIB } - } - owner = { - any_owned = { - limit = { - region = TIB_1591 - } - secede_province = TIB - } - } - } - random = { - chance = 70 - random_country = { - limit = { tag = MGL vassal_of = THIS } - government = theocracy - } - } - - random_country = { - limit = { - tag = MGL - vassal_of = THIS - } - relation = { who = THIS value = 100 } - THIS = { release_vassal = MGL } - } - random_owned = { - limit = { - province_id = 1465 - NOT = { exists = MGL } - } - owner = { - any_owned = { - limit = { - is_core = MGL - NOT = { region = CHI_1532 } - } - secede_province = MGL - } - relation = { who = MGL value = 100 } - MGL = { civilized = yes } - } - } - CHI_1468 = { remove_core = CHI } - CHI_1465 = { remove_core = CHI } - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - random_owned = { - limit = { owner = { NOT = { tag = CHI } } } - owner = { - change_tag = CHI - primary_culture = beifaren - add_accepted_culture = nanfaren - } - } - any_pop = { - limit = { has_pop_culture = beifaren } - militancy = -2 - } - any_pop = { - limit = { has_pop_culture = nanfaren } - militancy = -1 - } - random_owned = { - limit = { - province_id = 1616 - is_capital = no - } - owner = { capital = 1616 } - } - any_owned = { remove_province_modifier = peasant_revolt } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_country = { - limit = { substate_of = THIS } - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT164599OPTB" - prestige = -25 - QNG = { - all_core = { remove_core = QNG } - } - TPG = { - all_core = { remove_core = TPG } - } - random_owned = { - limit = { - is_capital = yes - controlled_by_rebels = yes - } - change_controller = THIS - } - random_country = { - limit = { - tag = KOR - vassal_of = THIS - } - THIS = { release_vassal = KOR } - } - random_country = { - limit = { - tag = TIB - vassal_of = THIS - } - THIS = { release_vassal = TIB } - } - random_owned = { - limit = { - province_id = 1587 - NOT = { exists = TIB } - } - owner = { - any_owned = { - limit = { - region = TIB_1591 - } - secede_province = TIB - } - } - } - random_country = { - limit = { - tag = MGL - vassal_of = THIS - } - relation = { who = THIS value = 100 } - THIS = { release_vassal = MGL } - } - random_owned = { - limit = { - province_id = 1465 - NOT = { exists = MGL } - } - owner = { - any_owned = { - limit = { - is_core = MGL - NOT = { region = CHI_1532 } - } - secede_province = MGL - } - relation = { who = MGL value = 100 } - MGL = { civilized = yes } - } - } - CHI_1468 = { remove_core = CHI } - CHI_1465 = { remove_core = CHI } - - government = democracy - ruling_party_ideology = liberal - political_reform = universal_weighted_voting - political_reform = party_appointed - political_reform = yes_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = harassment - CHI = { - all_core = { add_core = KMT } - } - change_tag = KMT - primary_culture = nanfaren - add_accepted_culture = beifaren - any_pop = { - limit = { has_pop_culture = nanfaren } - militancy = -8 - } - any_pop = { - limit = { has_pop_culture = beifaren } - militancy = -4 - } - random_owned = { - limit = { - province_id = 1616 - is_capital = no - } - owner = { capital = 1616 } - } - any_owned = { - remove_province_modifier = peasant_revolt - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_country = { - limit = { substate_of = THIS } - government = democracy - political_reform = universal_weighted_voting - political_reform = party_appointed - political_reform = yes_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = harassment - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { - who = THIS - value = -200 - } - } - ai_chance = { - factor = 20 - } - } + id = 164599 + title = "EVTNAME164599" + desc = "EVTDESC164599" + news = yes + news_desc_long = "EVTDESC164599" + news_desc_medium = "EVTDESC164599_NEWS_MEDIUM" + news_desc_short = "EVTDESC164599_NEWS_SHORT" + picture = "xinhai" + major = yes + + fire_only_once = yes + + trigger = { + has_global_flag = the_new_army + NOT = { has_global_flag = warlord_era_has_begun } + civilized = yes + OR = { + AND = { + tag = QNG + TPG = { exists = no } + CHI = { exists = no } + } + AND = { + tag = TPG + QNG = { exists = no } + CHI = { exists = no } + } + AND = { + tag = CHI + TPG = { exists = no } + QNG = { exists = no } + } + } + + + capital_scope = { + OR = { + controlled_by = THIS + controlled_by_rebels = yes + } + } + + OR = { + revolt_percentage = 0.30 + average_militancy = 5 + capital_scope = { controlled_by_rebels = yes } + AND = { + has_recently_lost_war = yes + war_exhaustion = 15 + average_militancy = 2 + } + has_country_modifier = the_terror + has_country_modifier = totalitarian_system + has_country_modifier = political_education + has_country_modifier = cult_of_personality + AND = { ruling_party_ideology = fascist average_militancy = 2 } + AND = { ruling_party_ideology = communist average_militancy = 2 } + AND = { ruling_party_ideology = anarcho_liberal average_militancy = 2 } + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.025 + capital_scope = { controlled_by_rebels = yes } + } + modifier = { + factor = 0.05 + NOT = { capital_scope = { controlled_by_rebels = yes } } + revolt_percentage = 0.30 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.85 + average_militancy = 7 + } + modifier = { + factor = 0.9 + average_militancy = 8 + } + modifier = { + factor = 0.95 + average_militancy = 9 + } + modifier = { + factor = 0.7 + year = 1890 + } + + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + } + + immediate = { set_country_flag = xinhai_revolution } + + option = { + name = "EVT164599OPTA" + prestige = -25 + clr_country_flag = totalitarian_government + remove_country_modifier = the_terror + remove_country_modifier = totalitarian_system + remove_country_modifier = political_education + remove_country_modifier = cult_of_personality + QNG = { all_core = { remove_core = QNG } } + TPG = { all_core = { remove_core = TPG } } + random_owned = { + limit = { + is_capital = yes + controlled_by_rebels = yes + } + change_controller = THIS + } + random_country = { + limit = { + tag = KOR + vassal_of = THIS + } + THIS = { release_vassal = KOR } + } + random_country = { + limit = { + tag = TNT + vassal_of = THIS + } + THIS = { release_vassal = TNT } + } + random_country = { + limit = { + tag = KML + vassal_of = THIS + } + THIS = { release_vassal = KML } + } + random_country = { + limit = { + tag = TIB + vassal_of = THIS + } + THIS = { release_vassal = TIB } + } + random_owned = { + limit = { + province_id = 1587 + NOT = { exists = TIB } + } + owner = { + any_owned = { + limit = { + region = TIB_1591 + } + secede_province = TIB + } + } + } + random = { + chance = 70 + random_country = { + limit = { tag = MGL vassal_of = THIS } + government = theocracy + } + } + + random_country = { + limit = { + tag = MGL + vassal_of = THIS + } + relation = { who = THIS value = 100 } + THIS = { release_vassal = MGL } + } + random_owned = { + limit = { + province_id = 1465 + NOT = { exists = MGL } + } + owner = { + any_owned = { + limit = { + is_core = MGL + NOT = { region = CHI_1532 } + } + secede_province = MGL + } + relation = { who = MGL value = 100 } + MGL = { civilized = yes } + } + } + CHI_1468 = { remove_core = CHI } + CHI_1465 = { remove_core = CHI } + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + random_owned = { + limit = { owner = { NOT = { tag = CHI } } } + owner = { + change_tag = CHI + primary_culture = beifaren + add_accepted_culture = nanfaren + } + } + any_pop = { + limit = { has_pop_culture = beifaren } + militancy = -2 + } + any_pop = { + limit = { has_pop_culture = nanfaren } + militancy = -1 + } + random_owned = { + limit = { + province_id = 1616 + is_capital = no + } + owner = { capital = 1616 } + } + any_owned = { remove_province_modifier = peasant_revolt } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_country = { + limit = { substate_of = THIS } + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT164599OPTB" + prestige = -25 + QNG = { + all_core = { remove_core = QNG } + } + TPG = { + all_core = { remove_core = TPG } + } + random_owned = { + limit = { + is_capital = yes + controlled_by_rebels = yes + } + change_controller = THIS + } + random_country = { + limit = { + tag = KOR + vassal_of = THIS + } + THIS = { release_vassal = KOR } + } + random_country = { + limit = { + tag = TIB + vassal_of = THIS + } + THIS = { release_vassal = TIB } + } + random_owned = { + limit = { + province_id = 1587 + NOT = { exists = TIB } + } + owner = { + any_owned = { + limit = { + region = TIB_1591 + } + secede_province = TIB + } + } + } + random_country = { + limit = { + tag = MGL + vassal_of = THIS + } + relation = { who = THIS value = 100 } + THIS = { release_vassal = MGL } + } + random_owned = { + limit = { + province_id = 1465 + NOT = { exists = MGL } + } + owner = { + any_owned = { + limit = { + is_core = MGL + NOT = { region = CHI_1532 } + } + secede_province = MGL + } + relation = { who = MGL value = 100 } + MGL = { civilized = yes } + } + } + CHI_1468 = { remove_core = CHI } + CHI_1465 = { remove_core = CHI } + + government = democracy + ruling_party_ideology = liberal + political_reform = universal_weighted_voting + political_reform = party_appointed + political_reform = yes_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = harassment + CHI = { + all_core = { add_core = KMT } + } + change_tag = KMT + primary_culture = nanfaren + add_accepted_culture = beifaren + any_pop = { + limit = { has_pop_culture = nanfaren } + militancy = -8 + } + any_pop = { + limit = { has_pop_culture = beifaren } + militancy = -4 + } + random_owned = { + limit = { + province_id = 1616 + is_capital = no + } + owner = { capital = 1616 } + } + any_owned = { + remove_province_modifier = peasant_revolt + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_country = { + limit = { substate_of = THIS } + government = democracy + political_reform = universal_weighted_voting + political_reform = party_appointed + political_reform = yes_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = harassment + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { + who = THIS + value = -200 + } + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 164600 - title = "EVTNAME164600" #The Tongmenghui - desc = "EVTDESC164600" - news = yes - news_desc_long = "EVTDESC164600_NEWS_LONG" - news_desc_medium = "EVTDESC164600_NEWS_MEDIUM" - news_desc_short = "EVTDESC164600_NEWS_SHORT" - picture = "xinhai" - - trigger = { - OR = { - AND = { - tag = QNG - NOT = { exists = TPG } - NOT = { exists = CHI } - } - AND = { - tag = TPG - NOT = { exists = QNG } - NOT = { exists = CHI } - } - AND = { - tag = CHI - NOT = { exists = TPG } - NOT = { exists = QNG } - } - } - civilized = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - has_global_flag = the_new_army - NOT = { has_country_flag = tongmenghui } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 0.9 - has_recently_lost_war = yes - } - modifier = { - factor = 0.5 - vote_franschise = none_voting - } - modifier = { - factor = 0.5 - vote_franschise = landed_voting - } - modifier = { - factor = 1.5 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 2 - vote_franschise = universal_voting - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.8 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.8 - political_parties = underground_parties - } - modifier = { - factor = 1.5 - OR = { - political_parties = non_secret_ballots - political_parties = secret_ballots - } - } - modifier = { - factor = 1.5 - NOT = { liberal = 10 } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - immediate = { - set_country_flag = tongmenghui - } - - option = { - name = "EVT164600OPTA" - set_country_flag = appease_societies - prestige = -10 - poor_strata = { - limit = { is_culture_group = east_asian } - consciousness = 2 - ideology = { - value = liberal - factor = 0.08 - } - } - middle_strata = { - limit = { is_culture_group = east_asian } - consciousness = 4 - ideology = { - value = liberal - factor = 0.12 - } - } - } - - option = { - name = "EVT164600OPTB" - poor_strata = { - limit = { - is_culture_group = east_asian - is_primary_culture = no - } - militancy = 3 - } - random_state = { - limit = { - OR = { - liberal = 10 - socialist = 10 - communist = 10 - fascist = 10 - } - any_owned_province = { is_core = CHI } - } - any_pop = { - limit = { is_culture_group = east_asian } - militancy = 3 - } - any_owned = { - add_province_modifier = { - name = peasant_revolt - duration = 365 - } - } - } - } + id = 164600 + title = "EVTNAME164600" #The Tongmenghui + desc = "EVTDESC164600" + news = yes + news_desc_long = "EVTDESC164600_NEWS_LONG" + news_desc_medium = "EVTDESC164600_NEWS_MEDIUM" + news_desc_short = "EVTDESC164600_NEWS_SHORT" + picture = "xinhai" + + trigger = { + OR = { + AND = { + tag = QNG + NOT = { exists = TPG } + NOT = { exists = CHI } + } + AND = { + tag = TPG + NOT = { exists = QNG } + NOT = { exists = CHI } + } + AND = { + tag = CHI + NOT = { exists = TPG } + NOT = { exists = QNG } + } + } + civilized = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + has_global_flag = the_new_army + NOT = { has_country_flag = tongmenghui } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 0.9 + has_recently_lost_war = yes + } + modifier = { + factor = 0.5 + vote_franschise = none_voting + } + modifier = { + factor = 0.5 + vote_franschise = landed_voting + } + modifier = { + factor = 1.5 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 2 + vote_franschise = universal_voting + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.8 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.8 + political_parties = underground_parties + } + modifier = { + factor = 1.5 + OR = { + political_parties = non_secret_ballots + political_parties = secret_ballots + } + } + modifier = { + factor = 1.5 + NOT = { liberal = 10 } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + immediate = { + set_country_flag = tongmenghui + } + + option = { + name = "EVT164600OPTA" + set_country_flag = appease_societies + prestige = -10 + poor_strata = { + limit = { is_culture_group = east_asian } + consciousness = 2 + ideology = { + value = liberal + factor = 0.08 + } + } + middle_strata = { + limit = { is_culture_group = east_asian } + consciousness = 4 + ideology = { + value = liberal + factor = 0.12 + } + } + } + + option = { + name = "EVT164600OPTB" + poor_strata = { + limit = { + is_culture_group = east_asian + is_primary_culture = no + } + militancy = 3 + } + random_state = { + limit = { + OR = { + liberal = 10 + socialist = 10 + communist = 10 + fascist = 10 + } + any_owned_province = { is_core = CHI } + } + any_pop = { + limit = { is_culture_group = east_asian } + militancy = 3 + } + any_owned = { + add_province_modifier = { + name = peasant_revolt + duration = 365 + } + } + } + } } province_event = { - id = 164601 - title = "EVTNAME164601" #Revolutionary Uprising in $STATENAME$ - desc = "EVTDESC164601" - - trigger = { - is_core = CHI - NOT = { has_province_modifier = peasant_revolt } - NOT = { owner = { government = hms_government } } - NOT = { owner = { government = democracy } } - OR = { - liberal = 10 - socialist = 10 - communist = 10 - fascist = 10 - average_militancy = 4 - } - owner = { - has_country_flag = tongmenghui - NOT = { has_global_flag = warlord_era_has_begun } - war = no - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 3 - NOT = { controlled_by = THIS } - } - modifier = { - factor = 1.2 - owner = { - NOT = { part_of_sphere = yes } - } - } - modifier = { - factor = 0.8 - OR = { - liberal = 20 - socialist = 20 - communist = 20 - fascist = 20 - } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 2 - is_primary_culture = yes - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.9 - owner = { vote_franschise = landed_voting } - } - modifier = { - factor = 1.5 - owner = { vote_franschise = universal_weighted_voting } - } - modifier = { - factor = 2 - owner = { vote_franschise = universal_voting } - } - modifier = { - factor = 0.8 - owner = { political_parties = underground_parties } - } - modifier = { - factor = 1.5 - owner = { has_country_flag = appease_societies } - } - modifier = { - factor = 0.8 - any_neighbor_province = { has_province_modifier = peasant_revolt } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - } - - option = { - name = "EVT164601OPTA" - random_pop = { - limit = { - is_culture_group = east_asian - OR = { - liberal = 10 - socialist = 10 - communist = 10 - fascist = 10 - militancy = 4 - } - } - reduce_pop = 0.95 - militancy = 3 - consciousness = 6 - } - poor_strata = { - limit = { is_culture_group = east_asian } - consciousness = 3 - } - state_scope = { - any_pop = { - limit = { - is_culture_group = east_asian - OR = { - liberal = 10 - socialist = 10 - communist = 10 - fascist = 10 - militancy = 4 - } - } - militancy = 3 - consciousness = 3 - } - any_owned = { - add_province_modifier = { - name = peasant_revolt - duration = 365 - } - } - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT164601OPTB" - owner = { prestige = -4 } - state_scope = { - poor_strata = { - limit = { is_culture_group = east_asian } - consciousness = 2 - ideology = { - value = liberal - factor = 0.05 - } - } - middle_strata = { - limit = { is_culture_group = east_asian } - consciousness = 2 - ideology = { - value = liberal - factor = 0.1 - } - } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - ai_chance = { factor = 20 } - } + id = 164601 + title = "EVTNAME164601" #Revolutionary Uprising in $STATENAME$ + desc = "EVTDESC164601" + + trigger = { + is_core = CHI + NOT = { has_province_modifier = peasant_revolt } + NOT = { owner = { government = hms_government } } + NOT = { owner = { government = democracy } } + OR = { + liberal = 10 + socialist = 10 + communist = 10 + fascist = 10 + average_militancy = 4 + } + owner = { + has_country_flag = tongmenghui + NOT = { has_global_flag = warlord_era_has_begun } + war = no + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 3 + NOT = { controlled_by = THIS } + } + modifier = { + factor = 1.2 + owner = { + NOT = { part_of_sphere = yes } + } + } + modifier = { + factor = 0.8 + OR = { + liberal = 20 + socialist = 20 + communist = 20 + fascist = 20 + } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 2 + is_primary_culture = yes + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.9 + owner = { vote_franschise = landed_voting } + } + modifier = { + factor = 1.5 + owner = { vote_franschise = universal_weighted_voting } + } + modifier = { + factor = 2 + owner = { vote_franschise = universal_voting } + } + modifier = { + factor = 0.8 + owner = { political_parties = underground_parties } + } + modifier = { + factor = 1.5 + owner = { has_country_flag = appease_societies } + } + modifier = { + factor = 0.8 + any_neighbor_province = { has_province_modifier = peasant_revolt } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + } + + option = { + name = "EVT164601OPTA" + random_pop = { + limit = { + is_culture_group = east_asian + OR = { + liberal = 10 + socialist = 10 + communist = 10 + fascist = 10 + militancy = 4 + } + } + reduce_pop = 0.95 + militancy = 3 + consciousness = 6 + } + poor_strata = { + limit = { is_culture_group = east_asian } + consciousness = 3 + } + state_scope = { + any_pop = { + limit = { + is_culture_group = east_asian + OR = { + liberal = 10 + socialist = 10 + communist = 10 + fascist = 10 + militancy = 4 + } + } + militancy = 3 + consciousness = 3 + } + any_owned = { + add_province_modifier = { + name = peasant_revolt + duration = 365 + } + } + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT164601OPTB" + owner = { prestige = -4 } + state_scope = { + poor_strata = { + limit = { is_culture_group = east_asian } + consciousness = 2 + ideology = { + value = liberal + factor = 0.05 + } + } + middle_strata = { + limit = { is_culture_group = east_asian } + consciousness = 2 + ideology = { + value = liberal + factor = 0.1 + } + } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + ai_chance = { factor = 20 } + } } country_event = { - id = 1645092 - title = "EVTNAME1645092" - desc = "EVTDESC1645092" - fire_only_once = yes - trigger = { - tag = QNG - has_global_flag = taiping_has_happened - has_country_flag = mandate - NOT = { has_country_flag = has_lost_mandate } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - has_global_flag = dungan_rebellion - } - modifier = { - factor = 0.5 - has_global_flag = panthay_rebellion - } - modifier = { - factor = 0.75 - has_recently_lost_war = yes - } - } - - option = { - name = "EVT1645092OPTA" - clr_country_flag = mandate - set_country_flag = has_lost_mandate - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } + id = 1645092 + title = "EVTNAME1645092" + desc = "EVTDESC1645092" + fire_only_once = yes + trigger = { + tag = QNG + has_global_flag = taiping_has_happened + has_country_flag = mandate + NOT = { has_country_flag = has_lost_mandate } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + has_global_flag = dungan_rebellion + } + modifier = { + factor = 0.5 + has_global_flag = panthay_rebellion + } + modifier = { + factor = 0.75 + has_recently_lost_war = yes + } + } + + option = { + name = "EVT1645092OPTA" + clr_country_flag = mandate + set_country_flag = has_lost_mandate + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } } country_event = { - id = 1316175 - title = "EVTNAME1316180" #Empire of the Great Qing - desc = "EVTDESC1316175" - picture = "qing_emperor" - - trigger = { - tag = QNG - war = no - is_disarmed = no - part_of_sphere = yes - civilized = no - sphere_owner = { - NOT = { truce_with = THIS } - NOT = { relation = { who = THIS value = -100 } } - } - NOT = { war_exhaustion = 10 } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - has_country_flag = mandate - } - } - - option = { - name = "EVT1316175OPTA" - any_pop = { militancy = -1 } - random_country = { - limit = { is_sphere_leader_of = THIS } - diplomatic_influence = { who = THIS value = -200 } - leave_alliance = THIS - casus_belli = { - target = THIS - type = cut_down_to_size - months = 24 - } - country_event = 1316176 - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT1316175OPTB" - prestige = -5 - any_pop = { - militancy = 2 - consciousness = 2 - } - ai_chance = { - factor = 10 - } - } + id = 1316175 + title = "EVTNAME1316180" #Empire of the Great Qing + desc = "EVTDESC1316175" + picture = "qing_emperor" + + trigger = { + tag = QNG + war = no + is_disarmed = no + part_of_sphere = yes + civilized = no + sphere_owner = { + NOT = { truce_with = THIS } + NOT = { relation = { who = THIS value = -100 } } + } + NOT = { war_exhaustion = 10 } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + has_country_flag = mandate + } + } + + option = { + name = "EVT1316175OPTA" + any_pop = { militancy = -1 } + random_country = { + limit = { is_sphere_leader_of = THIS } + diplomatic_influence = { who = THIS value = -200 } + leave_alliance = THIS + casus_belli = { + target = THIS + type = cut_down_to_size + months = 24 + } + country_event = 1316176 + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT1316175OPTB" + prestige = -5 + any_pop = { + militancy = 2 + consciousness = 2 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 1316176 - title = "EVTNAME1316176" # $COUNTRY_ADJ$ Envoy Ejected - desc = "EVTDESC1316176" - picture = "qing_emperor" - - is_triggered_only = yes - - option = { - name = "EVT1316176OPTA" - random_owned = { - limit = { owner = { ai = no } } - owner = { - war = { - target = FROM - attacker_goal = { casus_belli = treaty_port_casus_belli } - } - } - } - random_owned = { - limit = { owner = { ai = yes } } - owner = { - war = { - target = FROM - attacker_goal = { casus_belli = treaty_port_casus_belli } - call_ally = yes - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.75 - NOT = { any_greater_power = { war_with = THIS } } - war = yes - } - modifier = { - factor = 0.5 - war_exhaustion = 20 - } - modifier = { - factor = 1.25 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0 - FROM = { - NOT = { neighbour = THIS } - NOT = { any_owned_province = { port = yes } } - NOT = { any_neighbor_country = { alliance_with = THIS } } - } - } - modifier = { - factor = 0.5 - FROM = { brigades_compare = 5 } - } - } - } - - option = { - name = "EVT1316176OPTB" - relation = { who = FROM value = 50 } - prestige = -25 - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - neighbour = FROM - } - modifier = { - factor = 0.5 - FROM = { - NOT = { brigades_compare = 2 } - } - } - } - } + id = 1316176 + title = "EVTNAME1316176" # $COUNTRY_ADJ$ Envoy Ejected + desc = "EVTDESC1316176" + picture = "qing_emperor" + + is_triggered_only = yes + + option = { + name = "EVT1316176OPTA" + random_owned = { + limit = { owner = { ai = no } } + owner = { + war = { + target = FROM + attacker_goal = { casus_belli = treaty_port_casus_belli } + } + } + } + random_owned = { + limit = { owner = { ai = yes } } + owner = { + war = { + target = FROM + attacker_goal = { casus_belli = treaty_port_casus_belli } + call_ally = yes + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.75 + NOT = { any_greater_power = { war_with = THIS } } + war = yes + } + modifier = { + factor = 0.5 + war_exhaustion = 20 + } + modifier = { + factor = 1.25 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0 + FROM = { + NOT = { neighbour = THIS } + NOT = { any_owned_province = { port = yes } } + NOT = { any_neighbor_country = { alliance_with = THIS } } + } + } + modifier = { + factor = 0.5 + FROM = { brigades_compare = 5 } + } + } + } + + option = { + name = "EVT1316176OPTB" + relation = { who = FROM value = 50 } + prestige = -25 + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + neighbour = FROM + } + modifier = { + factor = 0.5 + FROM = { + NOT = { brigades_compare = 2 } + } + } + } + } } country_event = { - id = 1316180 - title = "EVTNAME1316180" #Empire of the Great Qing - desc = "EVTDESC1316180" - picture = "qing_emperor" - - trigger = { - tag = QNG - war = no - part_of_sphere = yes - civilized = no - OR = { - has_country_modifier = uncivilized_isolationism - has_country_modifier = trade_restrictions - } - sphere_owner = { - NOT = { truce_with = THIS } - relation = { who = THIS value = -100 } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 2 - NOT = { has_country_flag = mandate } - } - } - - option = { - name = "EVT1316180OPTA" - prestige = 5 + id = 1316180 + title = "EVTNAME1316180" #Empire of the Great Qing + desc = "EVTDESC1316180" + picture = "qing_emperor" + + trigger = { + tag = QNG + war = no + part_of_sphere = yes + civilized = no + OR = { + has_country_modifier = uncivilized_isolationism + has_country_modifier = trade_restrictions + } + sphere_owner = { + NOT = { truce_with = THIS } + relation = { who = THIS value = -100 } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 2 + NOT = { has_country_flag = mandate } + } + } + + option = { + name = "EVT1316180OPTA" + prestige = 5 random_country = { - limit = { is_sphere_leader_of = THIS } - relation = { who = THIS value = -100 } - } - ai_chance = { factor = 75 } - } - - option = { - name = "EVT1316180OPTB" - prestige = -5 - any_pop = { - consciousness = 2 - } - ai_chance = { - factor = 25 - modifier = { - factor = 3 - war_exhaustion = 20 - } - modifier = { - factor = 0.5 - has_country_flag = mandate - } - } - } + limit = { is_sphere_leader_of = THIS } + relation = { who = THIS value = -100 } + } + ai_chance = { factor = 75 } + } + + option = { + name = "EVT1316180OPTB" + prestige = -5 + any_pop = { + consciousness = 2 + } + ai_chance = { + factor = 25 + modifier = { + factor = 3 + war_exhaustion = 20 + } + modifier = { + factor = 0.5 + has_country_flag = mandate + } + } + } } ################################################################################################################# -# # -# Natural Disasters # -# # +# # +# Natural Disasters # +# # ################################################################################################################# #Yellow River Floods country_event = { - id = 164506 - title = "EVTNAME164506" - desc = "EVTDESC164506" - fire_only_once = yes - picture = "destroyed_forest" - - trigger = { - owns = 1510 - year = 1851 - not = { has_global_flag = huang1 } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT1645092OPTA" - set_global_flag = huang1 - - 1510 = { - any_pop = { - reduce_pop = 0.80 - } - add_province_modifier = { - name = chinese_floods - duration = 1800 - } - } - } + id = 164506 + title = "EVTNAME164506" + desc = "EVTDESC164506" + fire_only_once = yes + picture = "destroyed_forest" + + trigger = { + owns = 1510 + year = 1851 + not = { has_global_flag = huang1 } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT1645092OPTA" + set_global_flag = huang1 + + 1510 = { + any_pop = { + reduce_pop = 0.80 + } + add_province_modifier = { + name = chinese_floods + duration = 1800 + } + } + } } country_event = { - id = 164507 - title = "EVTNAME164507" - desc = "EVTDESC164507" - fire_only_once = yes - picture = "destroyed_forest" - - trigger = { - owns = 1563 - year = 1855 - not = { has_global_flag = huang2 } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT164507OPTA" - set_global_flag = huang2 - 1563 = { - any_pop = { - reduce_pop = 0.80 - } - add_province_modifier = { - name = chinese_floods - duration = 1800 - } - } - } + id = 164507 + title = "EVTNAME164507" + desc = "EVTDESC164507" + fire_only_once = yes + picture = "destroyed_forest" + + trigger = { + owns = 1563 + year = 1855 + not = { has_global_flag = huang2 } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT164507OPTA" + set_global_flag = huang2 + 1563 = { + any_pop = { + reduce_pop = 0.80 + } + add_province_modifier = { + name = chinese_floods + duration = 1800 + } + } + } } country_event = { - id = 164508 - title = "EVTNAME164508" - desc = "EVTDESC164508" - fire_only_once = yes - picture = "destroyed_forest" - - trigger = { - owns = 1510 - year = 1887 - not = { has_global_flag = huang3 } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT164508OPTA" - set_global_flag = huang3 - 1510 = { - any_pop = { - reduce_pop = 0.80 - } - add_province_modifier = { - name = chinese_floods - duration = 1800 - } - } - 1511 = { - any_pop = { - reduce_pop = 0.80 - } - add_province_modifier = { - name = chinese_floods - duration = 1800 - } - } - 1575 = { - any_pop = { - reduce_pop = 0.80 - } - add_province_modifier = { - name = chinese_floods - duration = 1800 - } - } - - } + id = 164508 + title = "EVTNAME164508" + desc = "EVTDESC164508" + fire_only_once = yes + picture = "destroyed_forest" + + trigger = { + owns = 1510 + year = 1887 + not = { has_global_flag = huang3 } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT164508OPTA" + set_global_flag = huang3 + 1510 = { + any_pop = { + reduce_pop = 0.80 + } + add_province_modifier = { + name = chinese_floods + duration = 1800 + } + } + 1511 = { + any_pop = { + reduce_pop = 0.80 + } + add_province_modifier = { + name = chinese_floods + duration = 1800 + } + } + 1575 = { + any_pop = { + reduce_pop = 0.80 + } + add_province_modifier = { + name = chinese_floods + duration = 1800 + } + } + + } } ################################################################################################################# -# # -# First Opium War # -# # +# # +# First Opium War # +# # ################################################################################################################# country_event = { - id = 1316080 - title = "EVTNAME1316080" - desc = "EVTDESC1316080" - picture = "Opium" - - fire_only_once = yes - - trigger = { - tag = QNG - civilized = no - 1493 = { - owned_by = THIS - NOT = { has_province_modifier = local_opium_habit } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - year = 1838 - } - modifier = { - factor = 0.5 - year = 1839 - } - } - - option = { - name = "EVTOPTA13050" - 1493 = { - add_province_modifier = { - name = "local_opium_habit" - duration = -1 - } - } - 1496 = { - add_province_modifier = { - name = "foreign_smugglers" - duration = -1 - } - } - } + id = 1316080 + title = "EVTNAME1316080" + desc = "EVTDESC1316080" + picture = "Opium" + + fire_only_once = yes + + trigger = { + tag = QNG + civilized = no + 1493 = { + owned_by = THIS + NOT = { has_province_modifier = local_opium_habit } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + year = 1838 + } + modifier = { + factor = 0.5 + year = 1839 + } + } + + option = { + name = "EVTOPTA13050" + 1493 = { + add_province_modifier = { + name = "local_opium_habit" + duration = -1 + } + } + 1496 = { + add_province_modifier = { + name = "foreign_smugglers" + duration = -1 + } + } + } } #First Opium War Events country_event = { - id = 1316081 - title = "EVTNAME1316081" #The Kowloon incident - desc = "EVTDESC1316081" - picture = "Opiumwar" - - trigger = { - tag = QNG - part_of_sphere = no - any_owned_province = { has_province_modifier = foreign_smugglers } - owns = 1496 - year = 1837 - NOT = { has_global_flag = kowloon_incident } - ENG = { - NOT = { war_with = THIS truce_with = THIS } - exists = yes - is_greater_power = yes - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.8 - year = 1838 - } - modifier = { - factor = 0.8 - year = 1839 - } - modifier = { - factor = 0.5 - year = 1840 - } - } - - immediate = { - set_global_flag = kowloon_incident - } - - option = { - name = "EVT1316081OPTA" - ENG = { country_event = 131709 } - any_owned = { remove_province_modifier = foreign_smugglers } - ai_chance = { factor = 90 } - } - option = { - name = "EVT1316081OPTB" - 1496 = { secede_province = ENG } - ENG = { relation = { who = THIS value = 100 } } - any_pop = { - limit = { is_primary_culture = no } - militancy = 3 - } - ai_chance = { factor = 10 } - } + id = 1316081 + title = "EVTNAME1316081" #The Kowloon incident + desc = "EVTDESC1316081" + picture = "Opiumwar" + + trigger = { + tag = QNG + part_of_sphere = no + any_owned_province = { has_province_modifier = foreign_smugglers } + owns = 1496 + year = 1837 + NOT = { has_global_flag = kowloon_incident } + ENG = { + NOT = { war_with = THIS truce_with = THIS } + exists = yes + is_greater_power = yes + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.8 + year = 1838 + } + modifier = { + factor = 0.8 + year = 1839 + } + modifier = { + factor = 0.5 + year = 1840 + } + } + + immediate = { + set_global_flag = kowloon_incident + } + + option = { + name = "EVT1316081OPTA" + ENG = { country_event = 131709 } + any_owned = { remove_province_modifier = foreign_smugglers } + ai_chance = { factor = 90 } + } + option = { + name = "EVT1316081OPTB" + 1496 = { secede_province = ENG } + ENG = { relation = { who = THIS value = 100 } } + any_pop = { + limit = { is_primary_culture = no } + militancy = 3 + } + ai_chance = { factor = 10 } + } } country_event = { - id = 131709 - title = "EVTNAME131709" #Response from Britain - desc = "EVTDESC131709" - news = yes - news_desc_long = "EVTDESC131709_NEWS_LONG" - news_desc_medium = "EVTDESC131709_NEWS_MEDIUM" - news_desc_short = "EVTDESC131709_NEWS_SHORT" - picture = "Opiumwar" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT131709OPTA" - leave_alliance = FROM - end_military_access = FROM - war = { - target = FROM - attacker_goal = { - casus_belli = treaty_port_casus_belli - } - defender_goal = { - casus_belli = status_quo - } - call_ally = no - } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT131709OPTB" - prestige_factor = -0.25 - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - relation = { - who = FROM - value = -50 - } - ai_chance = { - factor = 5 - modifier = { - factor = 2 - any_greater_power = { war_with = THIS } - } - } - } + id = 131709 + title = "EVTNAME131709" #Response from Britain + desc = "EVTDESC131709" + news = yes + news_desc_long = "EVTDESC131709_NEWS_LONG" + news_desc_medium = "EVTDESC131709_NEWS_MEDIUM" + news_desc_short = "EVTDESC131709_NEWS_SHORT" + picture = "Opiumwar" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT131709OPTA" + leave_alliance = FROM + end_military_access = FROM + war = { + target = FROM + attacker_goal = { + casus_belli = treaty_port_casus_belli + } + defender_goal = { + casus_belli = status_quo + } + call_ally = no + } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT131709OPTB" + prestige_factor = -0.25 + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + relation = { + who = FROM + value = -50 + } + ai_chance = { + factor = 5 + modifier = { + factor = 2 + any_greater_power = { war_with = THIS } + } + } + } } ################################################################################################################# -# # -# Unequal Treaties # -# # +# # +# Unequal Treaties # +# # ################################################################################################################# country_event = { - id = 1316084 - title = "EVTNAME1316084" #The Qing Emperor has Refused! - desc = "EVTDESC1316084" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT1316084OPTA" - FROM = { clr_country_flag = negotiate_unequal_treaty } - casus_belli = { - target = FROM - type = humiliate - months = 100 - } - } + id = 1316084 + title = "EVTNAME1316084" #The Qing Emperor has Refused! + desc = "EVTDESC1316084" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT1316084OPTA" + FROM = { clr_country_flag = negotiate_unequal_treaty } + casus_belli = { + target = FROM + type = humiliate + months = 100 + } + } } country_event = { - id = 1316085 - title = "EVTNAME1316085" #The Treaty of Shimonoseki - desc = "EVTDESC1316085" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT1316082OPTA" - FROM = { country_event = 1316086 } - prestige = -5 - treasury = -100000 - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT1316082OPTB" - FROM = { country_event = 1316084 } - prestige = 5 - ai_chance = { - factor = 0 - } - } + id = 1316085 + title = "EVTNAME1316085" #The Treaty of Shimonoseki + desc = "EVTDESC1316085" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT1316082OPTA" + FROM = { country_event = 1316086 } + prestige = -5 + treasury = -100000 + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT1316082OPTB" + FROM = { country_event = 1316084 } + prestige = 5 + ai_chance = { + factor = 0 + } + } } country_event = { - id = 1316086 - title = "EVTNAME1316086" #The Treaty of Shimonoseki - Agreed - desc = "EVTDESC1316086" - news = yes - news_title = "EVTNAME1316085" - news_desc_long = "EVTDESC1316083_NEWS_LONG" - news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" - news_desc_short = "EVTDESC1316083_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37741OPTA" - FROM = { - clr_country_flag = negotiate_unequal_treaty - end_war = THIS - } - treasury = 100000 - diplomatic_influence = { who = FROM value = 50 } - random_country = { - limit = { - tag = KOR - vassal_of = FROM - } - FROM = { - release_vassal = KOR - leave_alliance = KOR - } - } - 1485 = { - remove_core = FJN - add_core = TAI - } - 2562 = { - remove_core = FJN - add_core = TAI - } - 2406 = { - remove_core = FJN - add_core = TAI - } - 2681 = { - remove_core = FJN - add_core = TAI - } - FROM = { - any_owned = { - limit = { - OR = { - is_core = THIS - region = CHI_1485 - } - } - any_pop = { militancy = 6 } - secede_province = THIS - } - } - any_country = { - limit = { - OR = { - vassal_of = FROM - substate_of = FROM - } - war_with = THIS - } - end_war = THIS - } - } + id = 1316086 + title = "EVTNAME1316086" #The Treaty of Shimonoseki - Agreed + desc = "EVTDESC1316086" + news = yes + news_title = "EVTNAME1316085" + news_desc_long = "EVTDESC1316083_NEWS_LONG" + news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" + news_desc_short = "EVTDESC1316083_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37741OPTA" + FROM = { + clr_country_flag = negotiate_unequal_treaty + end_war = THIS + } + treasury = 100000 + diplomatic_influence = { who = FROM value = 50 } + random_country = { + limit = { + tag = KOR + vassal_of = FROM + } + FROM = { + release_vassal = KOR + leave_alliance = KOR + } + } + 1485 = { + remove_core = FJN + add_core = TAI + } + 2562 = { + remove_core = FJN + add_core = TAI + } + 2406 = { + remove_core = FJN + add_core = TAI + } + 2681 = { + remove_core = FJN + add_core = TAI + } + FROM = { + any_owned = { + limit = { + OR = { + is_core = THIS + region = CHI_1485 + } + } + any_pop = { militancy = 6 } + secede_province = THIS + } + } + any_country = { + limit = { + OR = { + vassal_of = FROM + substate_of = FROM + } + war_with = THIS + } + end_war = THIS + } + } } #Unequal Treaty if war is won country_event = { - id = 1316089 - title = "EVTNAME1316089" #The Unequal Treaty (with other countries -- if war was won) - desc = "EVTDESC1316089" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT97161OPTA" - random_country = { - limit = { - tag = FROM - NOT = { - AND = { - OR = { - tag = JAP - tag = TKG - } - has_country_modifier = fukoku_kyohei - NOT = { has_country_flag = negotiate_treaty_shimonoseki } - THIS = { owns = 2681 } - THIS = { NOT = { capital = 2681 } } - } - } - } - country_event = 1316091 - } - random_country = { - limit = { - tag = FROM - OR = { - tag = JAP - tag = TKG - } - has_country_modifier = fukoku_kyohei - NOT = { has_country_flag = negotiate_treaty_shimonoseki } - THIS = { owns = 2681 } - THIS = { NOT = { capital = 2681 } } - } - country_event = 1316090 - } - } + id = 1316089 + title = "EVTNAME1316089" #The Unequal Treaty (with other countries -- if war was won) + desc = "EVTDESC1316089" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT97161OPTA" + random_country = { + limit = { + tag = FROM + NOT = { + AND = { + OR = { + tag = JAP + tag = TKG + } + has_country_modifier = fukoku_kyohei + NOT = { has_country_flag = negotiate_treaty_shimonoseki } + THIS = { owns = 2681 } + THIS = { NOT = { capital = 2681 } } + } + } + } + country_event = 1316091 + } + random_country = { + limit = { + tag = FROM + OR = { + tag = JAP + tag = TKG + } + has_country_modifier = fukoku_kyohei + NOT = { has_country_flag = negotiate_treaty_shimonoseki } + THIS = { owns = 2681 } + THIS = { NOT = { capital = 2681 } } + } + country_event = 1316090 + } + } } country_event = { - id = 1316090 - title = "EVTNAME1316090" #Treaty of Shimonoseki (to Japan) - desc = "EVTDESC1316090" - news = yes - news_title = "EVTNAME1316085" - news_desc_long = "EVTDESC1316083_NEWS_LONG" - news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" - news_desc_short = "EVTDESC1316083_NEWS_SHORT" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT1316090OPTA" - set_country_flag = negotiate_treaty_shimonoseki - prestige_factor = 0.1 - treasury = 200000 - diplomatic_influence = { who = FROM value = 50 } - random_country = { - limit = { - tag = FROM - KOR = { exists = no } - NOT = { any_owned_province = { is_core = KOR } } - is_our_vassal = MCK - } - leave_alliance = MCK - THIS = { create_vassal = MCK } - } - random_country = { - limit = { - tag = FROM - KOR = { exists = no } - NOT = { any_owned_province = { is_core = KOR } } - MCK = { exists = no } - any_owned_province = { is_core = MCK } - } - release = MCK - THIS = { create_vassal = MCK } - } - random_country = { - limit = { - tag = FROM - KOR = { exists = no } - any_owned_province = { is_core = KOR } - } - release = KOR - THIS = { create_vassal = KOR } - } - random_country = { - limit = { - tag = KOR - vassal_of = FROM - } - FROM = { - leave_alliance = KOR - release_vassal = KOR - } - } - 1485 = { - remove_core = FJN - add_core = TAI - } - 2562 = { - remove_core = FJN - add_core = TAI - } - 2406 = { - remove_core = FJN - add_core = TAI - } - 2681 = { - remove_core = FJN - add_core = TAI - } - any_owned = { - limit = { - is_core = CHI - NOT = { - is_core = THIS - region = CHI_1082 - region = JAP_1086 - region = CHI_1485 - province_id = 1498 - province_id = 1538 - province_id = 1496 - province_id = 1566 - province_id = 1481 - province_id = 1569 - province_id = 1606 - province_id = 1499 - province_id = 2632 - } - } - secede_province = CHI - } - FROM = { - any_owned = { - limit = { region = CHI_1485 } - any_pop = { militancy = 6 } - secede_province = THIS - } - country_event = 1316092 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT1316090OPTB" - badboy = 3 - any_owned = { - limit = { is_core = CHI } - any_pop = { militancy = 6 } - } - any_greater_power = { - limit = { - any_owned_province = { continent = asia } - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = treaty_port_casus_belli - months = 60 - } - } - ai_chance = { factor = 0 } - } + id = 1316090 + title = "EVTNAME1316090" #Treaty of Shimonoseki (to Japan) + desc = "EVTDESC1316090" + news = yes + news_title = "EVTNAME1316085" + news_desc_long = "EVTDESC1316083_NEWS_LONG" + news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" + news_desc_short = "EVTDESC1316083_NEWS_SHORT" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT1316090OPTA" + set_country_flag = negotiate_treaty_shimonoseki + prestige_factor = 0.1 + treasury = 200000 + diplomatic_influence = { who = FROM value = 50 } + random_country = { + limit = { + tag = FROM + KOR = { exists = no } + NOT = { any_owned_province = { is_core = KOR } } + is_our_vassal = MCK + } + leave_alliance = MCK + THIS = { create_vassal = MCK } + } + random_country = { + limit = { + tag = FROM + KOR = { exists = no } + NOT = { any_owned_province = { is_core = KOR } } + MCK = { exists = no } + any_owned_province = { is_core = MCK } + } + release = MCK + THIS = { create_vassal = MCK } + } + random_country = { + limit = { + tag = FROM + KOR = { exists = no } + any_owned_province = { is_core = KOR } + } + release = KOR + THIS = { create_vassal = KOR } + } + random_country = { + limit = { + tag = KOR + vassal_of = FROM + } + FROM = { + leave_alliance = KOR + release_vassal = KOR + } + } + 1485 = { + remove_core = FJN + add_core = TAI + } + 2562 = { + remove_core = FJN + add_core = TAI + } + 2406 = { + remove_core = FJN + add_core = TAI + } + 2681 = { + remove_core = FJN + add_core = TAI + } + any_owned = { + limit = { + is_core = CHI + NOT = { + is_core = THIS + region = CHI_1082 + region = JAP_1086 + region = CHI_1485 + province_id = 1498 + province_id = 1538 + province_id = 1496 + province_id = 1566 + province_id = 1481 + province_id = 1569 + province_id = 1606 + province_id = 1499 + province_id = 2632 + } + } + secede_province = CHI + } + FROM = { + any_owned = { + limit = { region = CHI_1485 } + any_pop = { militancy = 6 } + secede_province = THIS + } + country_event = 1316092 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT1316090OPTB" + badboy = 3 + any_owned = { + limit = { is_core = CHI } + any_pop = { militancy = 6 } + } + any_greater_power = { + limit = { + any_owned_province = { continent = asia } + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = treaty_port_casus_belli + months = 60 + } + } + ai_chance = { factor = 0 } + } } country_event = { - id = 1316091 - title = "EVTNAME1316091" #The Unequal Treaty (to the GP) - desc = "EVTDESC1316091" - news = yes - news_title = "EVTNAME1316083_NEWS_TITLE" - news_desc_long = "EVTDESC1316083_NEWS_LONG" - news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" - news_desc_short = "EVTDESC1316083_NEWS_SHORT" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT1316090OPTA" - prestige_factor = 0.1 - treasury = 200000 - relation = { who = FROM value = 300 } - diplomatic_influence = { who = FROM value = 50 } - random_owned = { - limit = { - owner = { tag = ENG } - OR = { - 1496 = { - NOT = { owned_by = ENG } - NOT = { owned_by = FROM } - } - owner = { has_country_flag = treaty_of_nanking } - } - } - FROM = { - random_owned = { - limit = { - OR = { - province_id = 1498 - province_id = 1538 - province_id = 1566 - province_id = 1481 - province_id = 1569 - province_id = 1606 - province_id = 2632 - } - } - secede_province = THIS - } - } - } - random_owned = { - limit = { - owner = { - tag = ENG - NOT = { has_country_flag = treaty_of_nanking } - } - FROM = { owns = 1496 } - } - 1496 = { secede_province = ENG } - } - random_owned = { - limit = { - owner = { tag = RUS } - FROM = { NOT = { owns = 1481 } } - } - FROM = { - random_owned = { - limit = { - OR = { - province_id = 1498 - province_id = 1538 - province_id = 1566 - province_id = 1569 - province_id = 1606 - province_id = 1496 - } - } - secede_province = THIS - } - } - } - random_owned = { - limit = { - owner = { tag = RUS } - FROM = { owns = 1481 } - } - 1481 = { secede_province = RUS } - } - random_owned = { - limit = { - owner = { - NOT = { tag = ENG } - NOT = { tag = RUS } - } - } - FROM = { - random_owned = { - limit = { - OR = { - province_id = 1498 - province_id = 1538 - province_id = 1566 - province_id = 1569 - province_id = 1606 - province_id = 1481 - province_id = 1496 - province_id = 2632 - } - } - secede_province = THIS - } - } - } - any_owned = { - limit = { - is_core = CHI - NOT = { - is_core = THIS - region = CHI_1082 - region = JAP_1086 - region = CHI_1485 - province_id = 1498 - province_id = 1538 - province_id = 1496 - province_id = 1566 - province_id = 1481 - province_id = 1569 - province_id = 1606 - province_id = 1499 - province_id = 2632 - } - } - secede_province = CHI - } - FROM = { country_event = 1316092 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT1316091OPTB" - badboy = 3 - any_owned = { - limit = { is_core = CHI } - any_pop = { militancy = 6 } - } - any_greater_power = { - limit = { - any_owned_province = { continent = asia } - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = treaty_port_casus_belli - months = 60 - } - } - ai_chance = { factor = 0 } - } + id = 1316091 + title = "EVTNAME1316091" #The Unequal Treaty (to the GP) + desc = "EVTDESC1316091" + news = yes + news_title = "EVTNAME1316083_NEWS_TITLE" + news_desc_long = "EVTDESC1316083_NEWS_LONG" + news_desc_medium = "EVTDESC1316083_NEWS_MEDIUM" + news_desc_short = "EVTDESC1316083_NEWS_SHORT" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT1316090OPTA" + prestige_factor = 0.1 + treasury = 200000 + relation = { who = FROM value = 300 } + diplomatic_influence = { who = FROM value = 50 } + random_owned = { + limit = { + owner = { tag = ENG } + OR = { + 1496 = { + NOT = { owned_by = ENG } + NOT = { owned_by = FROM } + } + owner = { has_country_flag = treaty_of_nanking } + } + } + FROM = { + random_owned = { + limit = { + OR = { + province_id = 1498 + province_id = 1538 + province_id = 1566 + province_id = 1481 + province_id = 1569 + province_id = 1606 + province_id = 2632 + } + } + secede_province = THIS + } + } + } + random_owned = { + limit = { + owner = { + tag = ENG + NOT = { has_country_flag = treaty_of_nanking } + } + FROM = { owns = 1496 } + } + 1496 = { secede_province = ENG } + } + random_owned = { + limit = { + owner = { tag = RUS } + FROM = { NOT = { owns = 1481 } } + } + FROM = { + random_owned = { + limit = { + OR = { + province_id = 1498 + province_id = 1538 + province_id = 1566 + province_id = 1569 + province_id = 1606 + province_id = 1496 + } + } + secede_province = THIS + } + } + } + random_owned = { + limit = { + owner = { tag = RUS } + FROM = { owns = 1481 } + } + 1481 = { secede_province = RUS } + } + random_owned = { + limit = { + owner = { + NOT = { tag = ENG } + NOT = { tag = RUS } + } + } + FROM = { + random_owned = { + limit = { + OR = { + province_id = 1498 + province_id = 1538 + province_id = 1566 + province_id = 1569 + province_id = 1606 + province_id = 1481 + province_id = 1496 + province_id = 2632 + } + } + secede_province = THIS + } + } + } + any_owned = { + limit = { + is_core = CHI + NOT = { + is_core = THIS + region = CHI_1082 + region = JAP_1086 + region = CHI_1485 + province_id = 1498 + province_id = 1538 + province_id = 1496 + province_id = 1566 + province_id = 1481 + province_id = 1569 + province_id = 1606 + province_id = 1499 + province_id = 2632 + } + } + secede_province = CHI + } + FROM = { country_event = 1316092 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT1316091OPTB" + badboy = 3 + any_owned = { + limit = { is_core = CHI } + any_pop = { militancy = 6 } + } + any_greater_power = { + limit = { + any_owned_province = { continent = asia } + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = treaty_port_casus_belli + months = 60 + } + } + ai_chance = { factor = 0 } + } } country_event = { - id = 1316092 - title = "EVTNAME1316092" #The Unequal Treaty (to China) - desc = "EVTDESC1316092" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT1316092OPTA" - prestige_factor = -0.2 - #random_country = { limit = { exists = yes tag = CHI } inherit = CHI } - treasury = -200000 - any_owned = { - limit = { is_core = FROM } - secede_province = FROM - } - add_country_modifier = { name = legation_quarter duration = -1 } - # random_owned = { - # limit = { owner = { has_country_modifier = uncivilized_isolationism } } - # owner = { - # remove_country_modifier = uncivilized_isolationism - # add_country_modifier = { - # name = "western_influences" - # duration = -1 - # } - # } - # } - } + id = 1316092 + title = "EVTNAME1316092" #The Unequal Treaty (to China) + desc = "EVTDESC1316092" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT1316092OPTA" + prestige_factor = -0.2 + #random_country = { limit = { exists = yes tag = CHI } inherit = CHI } + treasury = -200000 + any_owned = { + limit = { is_core = FROM } + secede_province = FROM + } + add_country_modifier = { name = legation_quarter duration = -1 } + # random_owned = { + # limit = { owner = { has_country_modifier = uncivilized_isolationism } } + # owner = { + # remove_country_modifier = uncivilized_isolationism + # add_country_modifier = { + # name = "western_influences" + # duration = -1 + # } + # } + # } + } } ################################################################################################################# -# # -# Second Opium War # -# # +# # +# Second Opium War # +# # ################################################################################################################# # Second Opium War Events country_event = { - id = 1316181 - title = "EVTNAME1316181" #The Arrow Incident - desc = "EVTDESC1316181" - picture = "arrow_incident" - - fire_only_once = yes - - trigger = { - tag = QNG - has_global_flag = taiping_has_happened - NOT = { - any_greater_power = { war_with = ENG } - has_country_flag = arrow_incident - war_with = ENG - truce_with = ENG - } - ENG = { is_greater_power = yes } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.5 - year = 1855 - } - modifier = { - factor = 0.5 - war = yes - } - } - - option = { - name = "EVT1316181OPTA" - set_country_flag = arrow_incident - ENG = { - relation = { who = THIS value = -200 } - leave_alliance = THIS - country_event = 1316182 - } - any_owned = { - limit = { port = yes } - remove_province_modifier = foreign_smugglers - } - ai_chance = { factor = 90 } - } - option = { - name = "EVT1316181OPTB" - set_country_flag = arrow_incident - prestige = -10 - remove_country_modifier = trade_restrictions - random_owned = { - limit = { - OR = { - province_id = 1498 #Macao - province_id = 1538 #Shanghai - province_id = 1496 #Hong Kong - province_id = 1566 #Qingdao - province_id = 1569 #Weihaiwei - province_id = 1606 #Jiaxing - province_id = 2681 #Taibei - province_id = 2562 #Tainan - province_id = 1499 #Hainan - province_id = 2632 #Kwangchowan - } - } - secede_province = ENG - } - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = foreign_smugglers } - } - add_province_modifier = { - name = foreign_smugglers - duration = 3650 - } - state_scope = { - any_owned = { - add_province_modifier = { - name = local_opium_habit - duration = -1 - } - } - } - } - ENG = { relation = { who = THIS value = 100 } } - any_pop = { - limit = { is_primary_culture = no } - militancy = 3 - } - ai_chance = { - factor = 10 - } - } + id = 1316181 + title = "EVTNAME1316181" #The Arrow Incident + desc = "EVTDESC1316181" + picture = "arrow_incident" + + fire_only_once = yes + + trigger = { + tag = QNG + has_global_flag = taiping_has_happened + NOT = { + any_greater_power = { war_with = ENG } + has_country_flag = arrow_incident + war_with = ENG + truce_with = ENG + } + ENG = { is_greater_power = yes } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.5 + year = 1855 + } + modifier = { + factor = 0.5 + war = yes + } + } + + option = { + name = "EVT1316181OPTA" + set_country_flag = arrow_incident + ENG = { + relation = { who = THIS value = -200 } + leave_alliance = THIS + country_event = 1316182 + } + any_owned = { + limit = { port = yes } + remove_province_modifier = foreign_smugglers + } + ai_chance = { factor = 90 } + } + option = { + name = "EVT1316181OPTB" + set_country_flag = arrow_incident + prestige = -10 + remove_country_modifier = trade_restrictions + random_owned = { + limit = { + OR = { + province_id = 1498 #Macao + province_id = 1538 #Shanghai + province_id = 1496 #Hong Kong + province_id = 1566 #Qingdao + province_id = 1569 #Weihaiwei + province_id = 1606 #Jiaxing + province_id = 2681 #Taibei + province_id = 2562 #Tainan + province_id = 1499 #Hainan + province_id = 2632 #Kwangchowan + } + } + secede_province = ENG + } + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = foreign_smugglers } + } + add_province_modifier = { + name = foreign_smugglers + duration = 3650 + } + state_scope = { + any_owned = { + add_province_modifier = { + name = local_opium_habit + duration = -1 + } + } + } + } + ENG = { relation = { who = THIS value = 100 } } + any_pop = { + limit = { is_primary_culture = no } + militancy = 3 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 1316182 - title = "EVTNAME1316181" #The Arrow Incident - Response from Britain - desc = "EVTDESC1316182" - news = yes - news_title = "EVTNAME1316181" - news_desc_long = "EVTDESC1316182_NEWS_LONG" - news_desc_medium = "EVTDESC1316182_NEWS_MEDIUM" - news_desc_short = "EVTDESC1316182_NEWS_SHORT" - picture = "arrow_incident" - - is_triggered_only = yes - - option = { - name = "EVT131709OPTA" - war = { - target = FROM - attacker_goal = { casus_belli = treaty_port_casus_belli } - defender_goal = { casus_belli = status_quo } - call_ally = yes - } - set_global_flag = second_opium_war - ai_chance = { factor = 95 } - } - - option = { - name = "EVT1316182OPTB" - prestige_factor = -0.25 - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - relation = { who = FROM value = -50 } - ai_chance = { - factor = 5 - modifier = { - factor = 2 - any_greater_power = { war_with = THIS } - } - } - } + id = 1316182 + title = "EVTNAME1316181" #The Arrow Incident - Response from Britain + desc = "EVTDESC1316182" + news = yes + news_title = "EVTNAME1316181" + news_desc_long = "EVTDESC1316182_NEWS_LONG" + news_desc_medium = "EVTDESC1316182_NEWS_MEDIUM" + news_desc_short = "EVTDESC1316182_NEWS_SHORT" + picture = "arrow_incident" + + is_triggered_only = yes + + option = { + name = "EVT131709OPTA" + war = { + target = FROM + attacker_goal = { casus_belli = treaty_port_casus_belli } + defender_goal = { casus_belli = status_quo } + call_ally = yes + } + set_global_flag = second_opium_war + ai_chance = { factor = 95 } + } + + option = { + name = "EVT1316182OPTB" + prestige_factor = -0.25 + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + relation = { who = FROM value = -50 } + ai_chance = { + factor = 5 + modifier = { + factor = 2 + any_greater_power = { war_with = THIS } + } + } + } } ################################################################################################################# # -# Tibet # -# # +# Tibet # +# # ################################################################################################################# # The Simla Convention country_event = { - id = 131711 - title = "EVTNAME131711" - desc = "EVTDESC131711" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT131711OPTA" - random_owned = { - limit = { province_id = 1593 } - add_core = ASM - add_core = HND - remove_core = CHI - remove_core = TIB - secede_province = FROM - } - relation = { who = FROM value = 200 } - FROM = { - diplomatic_influence = { - who = THIS - value = 200 - } - country_event = 131713 - } - random_country = { - limit = { - OR = { - tag = CHI - tag = QNG - tag = TPG - } - OR = { - any_owned_province = { is_core = TIB } - any_substate = { - any_owned_province = { is_core = TIB } - } - } - } - country_event = 131712 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT131711OPTB" - add_casus_belli = { - target = FROM - type = treaty_port_casus_belli - months = 24 - } - FROM = { - diplomatic_influence = { who = THIS value = -50 } - country_event = 131714 - } - ai_chance = { - factor = 10 - } - } + id = 131711 + title = "EVTNAME131711" + desc = "EVTDESC131711" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT131711OPTA" + random_owned = { + limit = { province_id = 1593 } + add_core = ASM + add_core = HND + remove_core = CHI + remove_core = TIB + secede_province = FROM + } + relation = { who = FROM value = 200 } + FROM = { + diplomatic_influence = { + who = THIS + value = 200 + } + country_event = 131713 + } + random_country = { + limit = { + OR = { + tag = CHI + tag = QNG + tag = TPG + } + OR = { + any_owned_province = { is_core = TIB } + any_substate = { + any_owned_province = { is_core = TIB } + } + } + } + country_event = 131712 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT131711OPTB" + add_casus_belli = { + target = FROM + type = treaty_port_casus_belli + months = 24 + } + FROM = { + diplomatic_influence = { who = THIS value = -50 } + country_event = 131714 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 131712 - title = "EVTNAME131711" - desc = "EVTDESC131712" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT131711OPTA" - prestige = -10 - any_owned = { - limit = { is_core = TIB } - secede_province = TIB - } - any_substate = { - any_owned = { - limit = { is_core = TIB } - secede_province = TIB - } - } - relation = { who = TIB value = 100 } - any_pop = { militancy = 3 } - random_country = { - limit = { has_country_flag = simla_convention } - diplomatic_influence = { who = THIS value = 25 } - country_event = 131713 - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT131711OPTB" - random_country = { - limit = { has_country_flag = simla_convention } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 24 - } - diplomatic_influence = { who = THIS value = -50 } - country_event = 131714 - } - ai_chance = { - factor = 90 - } - } + id = 131712 + title = "EVTNAME131711" + desc = "EVTDESC131712" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT131711OPTA" + prestige = -10 + any_owned = { + limit = { is_core = TIB } + secede_province = TIB + } + any_substate = { + any_owned = { + limit = { is_core = TIB } + secede_province = TIB + } + } + relation = { who = TIB value = 100 } + any_pop = { militancy = 3 } + random_country = { + limit = { has_country_flag = simla_convention } + diplomatic_influence = { who = THIS value = 25 } + country_event = 131713 + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT131711OPTB" + random_country = { + limit = { has_country_flag = simla_convention } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 24 + } + diplomatic_influence = { who = THIS value = -50 } + country_event = 131714 + } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 131713 - title = "EVTNAME131713" - desc = "EVTDESC131713" - news = yes - news_title = "EVTNAME131711" - news_desc_long = "EVTDESC131713_NEWS_LONG" - news_desc_medium = "EVTDESC131713_NEWS_MEDIUM" - news_desc_short = "EVTDESC131713_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT131713OPTA" - prestige = 10 - } + id = 131713 + title = "EVTNAME131713" + desc = "EVTDESC131713" + news = yes + news_title = "EVTNAME131711" + news_desc_long = "EVTDESC131713_NEWS_LONG" + news_desc_medium = "EVTDESC131713_NEWS_MEDIUM" + news_desc_short = "EVTDESC131713_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT131713OPTA" + prestige = 10 + } } country_event = { - id = 131714 - title = "EVTNAME131714" - desc = "EVTDESC131714" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT131714OPTA" - prestige = -5 - relation = { - who = FROM - value = -50 - } - } + id = 131714 + title = "EVTNAME131714" + desc = "EVTDESC131714" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT131714OPTA" + prestige = -5 + relation = { + who = FROM + value = -50 + } + } } ################################################################################################################# -# # -# Warlord Era Events # -# # +# # +# Warlord Era Events # +# # ################################################################################################################# country_event = { - id = 131715 - title = "EVTNAME131715" #The New Army - desc = "EVTDESC131715" - news = yes - news_desc_long = "EVTDESC131715_NEWS_LONG" - news_desc_medium = "EVTDESC131715_NEWS_MEDIUM" - news_desc_short = "EVTDESC131715_NEWS_SHORT" - picture = "warlords" - - fire_only_once = yes - - trigger = { - OR = { - AND = { - tag = QNG - TPG = { exists = no } - CHI = { exists = no } - } - AND = { - tag = TPG - QNG = { exists = no } - CHI = { exists = no } - } - AND = { - tag = CHI - TPG = { exists = no } - QNG = { exists = no } - } - } - war = no - OR = { - civilized = yes - AND = { - civilized = no - civilization_progress = 0.7 - OR = { - foreign_weapons = yes_foreign_weapons - foreign_artillery = yes_foreign_artillery - AND = { - foreign_officers = yes_foreign_officers - army_schools = yes_army_schools - } - } - } - } - NOT = { has_global_flag = the_new_army } - } - - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.1 - is_greater_power = yes - } - modifier = { - factor = 0.5 - breech_loaded_rifles = 1 - } - modifier = { - factor = 0.6 - army_decision_making = 1 - } - modifier = { - factor = 0.5 - military_statistics = 1 - } - modifier = { - factor = 0.8 - year = 1880 - } - modifier = { - factor = 0.85 - year = 1905 - } - modifier = { - factor = 0.9 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - immediate = { set_global_flag = the_new_army } - - option = { - name = "EVT131715OPTA" - set_global_flag = spread_warlord_influence - tech_school = army_tech_school - add_country_modifier = { - name = academic_confusion - duration = 1825 - } - soldiers = { militancy = -8 } - officers = { militancy = -8 } - random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } - MCK = { random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } } - random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } - CHI_1479 = { add_core = MCK } - CHI_1552 = { add_core = MCK } - 1533 = { add_core = MCK } - random_owned = { - limit = { - owner = { NOT = { tag = QNG } } - } - QNG = { - all_core = { remove_core = QNG } - } - } - random_owned = { - limit = { region = CHI_1572 } - CHI_1572 = { add_core = SXI } - } - random_owned = { - limit = { region = CHI_1470 } - CHI_1470 = { add_core = HUI } - } - random_owned = { - limit = { region = CHI_1477 } - CHI_1477 = { add_core = HUI } - } - random_owned = { - limit = { region = CHI_1578 } - CHI_1578 = { add_core = SZC } - } - random_owned = { - limit = { region = CHI_1579 } - CHI_1579 = { add_core = SZC } - } - random_owned = { - limit = { region = CHI_1600 } - CHI_1600 = { add_core = XIN } - } - random_owned = { - limit = { region = CHI_1594 } - CHI_1594 = { add_core = XIN } - } - random_owned = { - limit = { region = CHI_1524 } - CHI_1524 = { add_core = HNN } - } - random_owned = { - limit = { region = CHI_1526 } - CHI_1526 = { add_core = HNN } - } - any_country = { - limit = { - exists = no - OR = { - tag = FJN - tag = GMJ - tag = GNG - tag = GXI - tag = HNN - tag = HUI - tag = MCK - tag = SXI - tag = SZC - tag = TAI - tag = XBI - tag = XIN - tag = YNN - } - } - civilized = yes - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - } - } + id = 131715 + title = "EVTNAME131715" #The New Army + desc = "EVTDESC131715" + news = yes + news_desc_long = "EVTDESC131715_NEWS_LONG" + news_desc_medium = "EVTDESC131715_NEWS_MEDIUM" + news_desc_short = "EVTDESC131715_NEWS_SHORT" + picture = "warlords" + + fire_only_once = yes + + trigger = { + OR = { + AND = { + tag = QNG + TPG = { exists = no } + CHI = { exists = no } + } + AND = { + tag = TPG + QNG = { exists = no } + CHI = { exists = no } + } + AND = { + tag = CHI + TPG = { exists = no } + QNG = { exists = no } + } + } + war = no + OR = { + civilized = yes + AND = { + civilized = no + civilization_progress = 0.7 + OR = { + foreign_weapons = yes_foreign_weapons + foreign_artillery = yes_foreign_artillery + AND = { + foreign_officers = yes_foreign_officers + army_schools = yes_army_schools + } + } + } + } + NOT = { has_global_flag = the_new_army } + } + + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.1 + is_greater_power = yes + } + modifier = { + factor = 0.5 + breech_loaded_rifles = 1 + } + modifier = { + factor = 0.6 + army_decision_making = 1 + } + modifier = { + factor = 0.5 + military_statistics = 1 + } + modifier = { + factor = 0.8 + year = 1880 + } + modifier = { + factor = 0.85 + year = 1905 + } + modifier = { + factor = 0.9 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + immediate = { set_global_flag = the_new_army } + + option = { + name = "EVT131715OPTA" + set_global_flag = spread_warlord_influence + tech_school = army_tech_school + add_country_modifier = { + name = academic_confusion + duration = 1825 + } + soldiers = { militancy = -8 } + officers = { militancy = -8 } + random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } + MCK = { random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } } + random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } + CHI_1479 = { add_core = MCK } + CHI_1552 = { add_core = MCK } + 1533 = { add_core = MCK } + random_owned = { + limit = { + owner = { NOT = { tag = QNG } } + } + QNG = { + all_core = { remove_core = QNG } + } + } + random_owned = { + limit = { region = CHI_1572 } + CHI_1572 = { add_core = SXI } + } + random_owned = { + limit = { region = CHI_1470 } + CHI_1470 = { add_core = HUI } + } + random_owned = { + limit = { region = CHI_1477 } + CHI_1477 = { add_core = HUI } + } + random_owned = { + limit = { region = CHI_1578 } + CHI_1578 = { add_core = SZC } + } + random_owned = { + limit = { region = CHI_1579 } + CHI_1579 = { add_core = SZC } + } + random_owned = { + limit = { region = CHI_1600 } + CHI_1600 = { add_core = XIN } + } + random_owned = { + limit = { region = CHI_1594 } + CHI_1594 = { add_core = XIN } + } + random_owned = { + limit = { region = CHI_1524 } + CHI_1524 = { add_core = HNN } + } + random_owned = { + limit = { region = CHI_1526 } + CHI_1526 = { add_core = HNN } + } + any_country = { + limit = { + exists = no + OR = { + tag = FJN + tag = GMJ + tag = GNG + tag = GXI + tag = HNN + tag = HUI + tag = MCK + tag = SXI + tag = SZC + tag = TAI + tag = XBI + tag = XIN + tag = YNN + } + } + civilized = yes + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + } + } } province_event = { - id = 131720 - title = "EVTNAME131720" #Spread of Warlord Influence - Anhui - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = HUI - } - } - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 1.5 - NOT = { culture = beifaren } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = HUI } - } - } + id = 131720 + title = "EVTNAME131720" #Spread of Warlord Influence - Anhui + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = HUI + } + } + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 1.5 + NOT = { culture = beifaren } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = HUI } + } + } } province_event = { - id = 131721 - title = "EVTNAME131721" #Spread of Warlord Influence - Guangdong - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = GNG - } - } - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 2 - culture = beifaren - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = GNG } - } - } + id = 131721 + title = "EVTNAME131721" #Spread of Warlord Influence - Guangdong + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = GNG + } + } + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 2 + culture = beifaren + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = GNG } + } + } } province_event = { - id = 131722 - title = "EVTNAME131722" #Spread of Warlord Influence - Guangxi - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = GXI - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = GXI } - } - } + id = 131722 + title = "EVTNAME131722" #Spread of Warlord Influence - Guangxi + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = GXI + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = GXI } + } + } } province_event = { - id = 131723 - title = "EVTNAME131723" #Spread of Warlord Influence - Hunan - desc = "EVTDESC131720" - - fire_only_once = yes - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = HNN - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - NOT = { culture = nanfaren } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = HNN } - } - } + id = 131723 + title = "EVTNAME131723" #Spread of Warlord Influence - Hunan + desc = "EVTDESC131720" + + fire_only_once = yes + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = HNN + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + NOT = { culture = nanfaren } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = HNN } + } + } } province_event = { - id = 131724 - title = "EVTNAME131724" #Spread of Warlord Influence - Fengtian - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = MCK - } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 2 - NOT = { culture = manchu } - } - modifier = { - factor = 0.5 - culture = manchu - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = MCK } - } - } + id = 131724 + title = "EVTNAME131724" #Spread of Warlord Influence - Fengtian + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = MCK + } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 2 + NOT = { culture = manchu } + } + modifier = { + factor = 0.5 + culture = manchu + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = MCK } + } + } } province_event = { - id = 131725 - title = "EVTNAME131725" #Spread of Warlord Influence - Xibei San Ma - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = XBI - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - NOT = { culture = beifaren } - } - modifier = { - factor = 2 - NOT = { any_pop = { has_pop_religion = sunni } } - } - modifier = { - factor = 0.5 - region = CHI_1532 - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = XBI } - } - } + id = 131725 + title = "EVTNAME131725" #Spread of Warlord Influence - Xibei San Ma + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = XBI + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + NOT = { culture = beifaren } + } + modifier = { + factor = 2 + NOT = { any_pop = { has_pop_religion = sunni } } + } + modifier = { + factor = 0.5 + region = CHI_1532 + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = XBI } + } + } } province_event = { - id = 131726 - title = "EVTNAME131726" #Spread of Warlord Influence - Yunnan - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - state_scope = { any_owned_province = { is_capital = yes } } - region = CHI_1468 - region = CHI_1465 - } - any_neighbor_province = { - is_core = YNN - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 2 - NOT = { culture = nanfaren } - } - modifier = { - factor = 0.25 - region = CHI_1505 - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = YNN } - } - } + id = 131726 + title = "EVTNAME131726" #Spread of Warlord Influence - Yunnan + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + state_scope = { any_owned_province = { is_capital = yes } } + region = CHI_1468 + region = CHI_1465 + } + any_neighbor_province = { + is_core = YNN + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 2 + NOT = { culture = nanfaren } + } + modifier = { + factor = 0.25 + region = CHI_1505 + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = YNN } + } + } } province_event = { - id = 131727 - title = "EVTNAME131727" #Spread of Warlord Influence - Shanxi - desc = "EVTDESC131720" - - fire_only_once = yes - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = MGL - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - region = CHI_1468 - region = CHI_1465 - state_scope = { any_owned_province = { is_capital = yes } } - } - any_neighbor_province = { - is_core = SXI - } - } - - mean_time_to_happen = { - months = 160 - modifier = { - factor = 2 - NOT = { culture = beifaren } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = SXI } - } - } + id = 131727 + title = "EVTNAME131727" #Spread of Warlord Influence - Shanxi + desc = "EVTDESC131720" + + fire_only_once = yes + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = MGL + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + region = CHI_1468 + region = CHI_1465 + state_scope = { any_owned_province = { is_capital = yes } } + } + any_neighbor_province = { + is_core = SXI + } + } + + mean_time_to_happen = { + months = 160 + modifier = { + factor = 2 + NOT = { culture = beifaren } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = SXI } + } + } } province_event = { - id = 131728 - title = "EVTNAME131728" #Spread of Warlord Influence - Sichuan - desc = "EVTDESC131720" - - fire_only_once = yes - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = MGL - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - region = CHI_1468 - region = CHI_1465 - state_scope = { any_owned_province = { is_capital = yes } } - } - any_neighbor_province = { - is_core = SZC - } - } - - mean_time_to_happen = { - months = 160 - modifier = { - factor = 2 - NOT = { culture = nanfaren } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = SZC } - } - } + id = 131728 + title = "EVTNAME131728" #Spread of Warlord Influence - Sichuan + desc = "EVTDESC131720" + + fire_only_once = yes + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = MGL + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + region = CHI_1468 + region = CHI_1465 + state_scope = { any_owned_province = { is_capital = yes } } + } + any_neighbor_province = { + is_core = SZC + } + } + + mean_time_to_happen = { + months = 160 + modifier = { + factor = 2 + NOT = { culture = nanfaren } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = SZC } + } + } } province_event = { - id = 131729 - title = "EVTNAME131729" #Spread of Warlord Influence - Xinjiang - desc = "EVTDESC131720" - - trigger = { - owner = { - has_global_flag = spread_warlord_influence - OR = { - tag = CHI - tag = KMT - tag = TPG - tag = QNG - } - } - NOT = { - is_core = GNG - is_core = GXI - is_core = HNN - is_core = HUI - is_core = KMT - is_core = MCK - is_core = MGL - is_core = SXI - is_core = SZC - is_core = TIB - is_core = XBI - is_core = XIN - is_core = YNN - region = CHI_1468 - region = CHI_1465 - state_scope = { any_owned_province = { is_capital = yes } } - } - any_neighbor_province = { - is_core = XIN - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 2 - NOT = { culture = beifaren } - } - modifier = { - factor = 0.8 - year = 1900 - } - modifier = { - factor = 0.8 - year = 1905 - } - modifier = { - factor = 0.8 - year = 1910 - } - modifier = { - factor = 0.8 - year = 1915 - } - } - - option = { - name = "EVT131720OPTA" - state_scope = { - any_owned = { add_core = XIN } - } - } + id = 131729 + title = "EVTNAME131729" #Spread of Warlord Influence - Xinjiang + desc = "EVTDESC131720" + + trigger = { + owner = { + has_global_flag = spread_warlord_influence + OR = { + tag = CHI + tag = KMT + tag = TPG + tag = QNG + } + } + NOT = { + is_core = GNG + is_core = GXI + is_core = HNN + is_core = HUI + is_core = KMT + is_core = MCK + is_core = MGL + is_core = SXI + is_core = SZC + is_core = TIB + is_core = XBI + is_core = XIN + is_core = YNN + region = CHI_1468 + region = CHI_1465 + state_scope = { any_owned_province = { is_capital = yes } } + } + any_neighbor_province = { + is_core = XIN + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 2 + NOT = { culture = beifaren } + } + modifier = { + factor = 0.8 + year = 1900 + } + modifier = { + factor = 0.8 + year = 1905 + } + modifier = { + factor = 0.8 + year = 1910 + } + modifier = { + factor = 0.8 + year = 1915 + } + } + + option = { + name = "EVT131720OPTA" + state_scope = { + any_owned = { add_core = XIN } + } + } } #Main Warlord Event (BEGIN) country_event = { - id = 131730 - title = "EVTNAME131730" #The Warlord Era begins - desc = "EVTDESC131730" - news = yes - news_desc_long = "EVTDESC131730_NEWS_LONG" - news_desc_medium = "EVTDESC131730_NEWS_MEDIUM" - news_desc_short = "EVTDESC131730_NEWS_SHORT" - picture = "warlords" - major = yes - - fire_only_once = yes - - trigger = { - war = no - OR = { - AND = { - tag = KMT - NOT = { exists = TPG } - NOT = { exists = CHI } - } - AND = { - tag = TPG - NOT = { exists = KMT } - NOT = { exists = CHI } - } - AND = { - tag = CHI - NOT = { exists = TPG } - NOT = { exists = KMT } - } - } - NOT = { exists = QNG } - has_global_flag = the_new_army - has_global_flag = spread_warlord_influence - civilized = yes - OR = { - is_disarmed = yes - lost_national = 0.10 - revolt_percentage = 0.10 - average_militancy = 4 - exists = HUI - exists = GNG - tag = KMT - AND = { - tag = CHI - NOT = { government = presidential_dictatorship } - has_country_flag = xinhai_revolution - } - AND = { - tag = TPG - OR = { - government = democracy - government = hms_government - } - } - NOT = { prestige = 200 } - } - } - - mean_time_to_happen = { - months = 75 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.5 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - NOT = { has_country_flag = xinhai_revolution } - } - modifier = { - factor = 0.5 - tag = KMT - } - modifier = { - factor = 0.5 - tag = TPG - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 0.8 - average_militancy = 8 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.10 - } - modifier = { - factor = 0.6 - revolt_percentage = 0.15 - } - modifier = { - factor = 0.7 - revolt_percentage = 0.20 - } - modifier = { - factor = 0.8 - revolt_percentage = 0.25 - } - modifier = { - factor = 0.9 - revolt_percentage = 0.30 - } - modifier = { - factor = 0.01 - capital_scope = { controlled_by_rebels = yes } - } - modifier = { - factor = 0.75 - lost_national = 0.20 - } - modifier = { - factor = 0.75 - lost_national = 0.30 - } - modifier = { - factor = 0.1 - OR = { - government = bourgeois_dictatorship - government = proletarian_dictatorship - government = fascist_dictatorship - government = absolute_monarchy - } - } - modifier = { - factor = 0.1 - tag = TPG - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0.1 - tag = CHI - NOT = { government = presidential_dictatorship } - } - modifier = { - factor = 0.5 - exists = GNG - GNG = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = GXI - GXI = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = HNN - HNN = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.5 - exists = HUI - HUI = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.5 - exists = MCK - MCK = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = SXI - SXI = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = SZC - SZC = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = XBI - XBI = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = XIN - XIN = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - exists = YNN - YNN = { - NOT = { substate_of = THIS } - } - } - modifier = { - factor = 0.8 - year = 1890 - } - modifier = { - factor = 0.85 - year = 1905 - } - modifier = { - factor = 0.9 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.99 - year = 1920 - } - } - - option = { - name = "EVT131730OPTA" - clr_global_flag = spread_warlord_influence - set_global_flag = warlord_era_has_begun - prestige = -25 - any_country = { - limit = { - OR = { - tag = FJN - tag = GMJ - tag = GNG - tag = GXI - tag = HNN - tag = HUI - tag = MCK - tag = SXI - tag = SZC - tag = TAI - tag = XBI - tag = XIN - tag = YNN - } - civilized = no - } - civilized = yes - } - random_country = { - limit = { - tag = KOR - vassal_of = THIS - } - leave_alliance = THIS - THIS = { release_vassal = KOR } - } - random_country = { - limit = { - tag = GNG - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = GNG } - } - any_owned = { - limit = { is_core = GNG } - secede_province = GNG - } - random_country = { - limit = { - tag = GXI - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = GXI } - } - any_owned = { - limit = { is_core = GXI } - secede_province = GXI - } - random_country = { - limit = { - tag = HNN - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = HNN } - } - any_owned = { - limit = { is_core = HNN } - secede_province = HNN - } - random_country = { - limit = { - tag = HUI - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = HUI } - } - any_owned = { - limit = { is_core = HUI } - secede_province = HUI - } - random_country = { - limit = { - tag = MCK - OR = { - vassal_of = THIS - substate_of = THIS - } - } - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - THIS = { release_vassal = MCK } - } - any_owned = { - limit = { is_core = MCK } - secede_province = MCK - } - - random_country = { - limit = { - tag = MGL - vassal_of = THIS - } - THIS = { release_vassal = MGL } - } - random_country = { - limit = { - tag = SXI - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = SXI } - } - any_owned = { - limit = { is_core = SXI } - secede_province = SXI - } - random_country = { - limit = { - tag = SZC - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = SZC } - } - any_owned = { - limit = { is_core = SZC } - secede_province = SZC - } - random_country = { - limit = { - tag = TIB - vassal_of = THIS - } - THIS = { release_vassal = TIB } - } - random_country = { - limit = { - tag = XBI - OR = { - vassal_of = THIS - substate_of = THIS - } - } - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - THIS = { release_vassal = XBI } - } - any_owned = { - limit = { is_core = XBI } - secede_province = XBI - } - - random_country = { - limit = { - tag = XIN - OR = { - vassal_of = THIS - substate_of = THIS - } - } - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - THIS = { release_vassal = XIN } - } - any_owned = { - limit = { is_core = XIN } - secede_province = XIN - } - random_country = { - limit = { - tag = YNN - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = YNN } - } - any_owned = { - limit = { is_core = YNN } - secede_province = YNN - } - random_owned = { - limit = { - province_id = 1485 - owner = { NOT = { owns = 1482 } } - } - 1485 = { - remove_core = FJN - add_core = TAI - } - 2562 = { - remove_core = FJN - add_core = TAI - } - 2406 = { - remove_core = FJN - add_core = TAI - } - 2681 = { - remove_core = FJN - add_core = TAI - } - owner = { - any_owned = { - limit = { is_core = TAI } - secede_province = TAI - } - } - } - random_country = { - limit = { - tag = FJN - OR = { - vassal_of = THIS - substate_of = THIS - } - } - THIS = { release_vassal = FJN } - } - any_owned = { - limit = { is_core = FJN } - secede_province = FJN - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - } - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - } - } + id = 131730 + title = "EVTNAME131730" #The Warlord Era begins + desc = "EVTDESC131730" + news = yes + news_desc_long = "EVTDESC131730_NEWS_LONG" + news_desc_medium = "EVTDESC131730_NEWS_MEDIUM" + news_desc_short = "EVTDESC131730_NEWS_SHORT" + picture = "warlords" + major = yes + + fire_only_once = yes + + trigger = { + war = no + OR = { + AND = { + tag = KMT + NOT = { exists = TPG } + NOT = { exists = CHI } + } + AND = { + tag = TPG + NOT = { exists = KMT } + NOT = { exists = CHI } + } + AND = { + tag = CHI + NOT = { exists = TPG } + NOT = { exists = KMT } + } + } + NOT = { exists = QNG } + has_global_flag = the_new_army + has_global_flag = spread_warlord_influence + civilized = yes + OR = { + is_disarmed = yes + lost_national = 0.10 + revolt_percentage = 0.10 + average_militancy = 4 + exists = HUI + exists = GNG + tag = KMT + AND = { + tag = CHI + NOT = { government = presidential_dictatorship } + has_country_flag = xinhai_revolution + } + AND = { + tag = TPG + OR = { + government = democracy + government = hms_government + } + } + NOT = { prestige = 200 } + } + } + + mean_time_to_happen = { + months = 75 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.5 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + NOT = { has_country_flag = xinhai_revolution } + } + modifier = { + factor = 0.5 + tag = KMT + } + modifier = { + factor = 0.5 + tag = TPG + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 0.8 + average_militancy = 8 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.10 + } + modifier = { + factor = 0.6 + revolt_percentage = 0.15 + } + modifier = { + factor = 0.7 + revolt_percentage = 0.20 + } + modifier = { + factor = 0.8 + revolt_percentage = 0.25 + } + modifier = { + factor = 0.9 + revolt_percentage = 0.30 + } + modifier = { + factor = 0.01 + capital_scope = { controlled_by_rebels = yes } + } + modifier = { + factor = 0.75 + lost_national = 0.20 + } + modifier = { + factor = 0.75 + lost_national = 0.30 + } + modifier = { + factor = 0.1 + OR = { + government = bourgeois_dictatorship + government = proletarian_dictatorship + government = fascist_dictatorship + government = absolute_monarchy + } + } + modifier = { + factor = 0.1 + tag = TPG + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0.1 + tag = CHI + NOT = { government = presidential_dictatorship } + } + modifier = { + factor = 0.5 + exists = GNG + GNG = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = GXI + GXI = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = HNN + HNN = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.5 + exists = HUI + HUI = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.5 + exists = MCK + MCK = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = SXI + SXI = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = SZC + SZC = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = XBI + XBI = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = XIN + XIN = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + exists = YNN + YNN = { + NOT = { substate_of = THIS } + } + } + modifier = { + factor = 0.8 + year = 1890 + } + modifier = { + factor = 0.85 + year = 1905 + } + modifier = { + factor = 0.9 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.99 + year = 1920 + } + } + + option = { + name = "EVT131730OPTA" + clr_global_flag = spread_warlord_influence + set_global_flag = warlord_era_has_begun + prestige = -25 + any_country = { + limit = { + OR = { + tag = FJN + tag = GMJ + tag = GNG + tag = GXI + tag = HNN + tag = HUI + tag = MCK + tag = SXI + tag = SZC + tag = TAI + tag = XBI + tag = XIN + tag = YNN + } + civilized = no + } + civilized = yes + } + random_country = { + limit = { + tag = KOR + vassal_of = THIS + } + leave_alliance = THIS + THIS = { release_vassal = KOR } + } + random_country = { + limit = { + tag = GNG + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = GNG } + } + any_owned = { + limit = { is_core = GNG } + secede_province = GNG + } + random_country = { + limit = { + tag = GXI + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = GXI } + } + any_owned = { + limit = { is_core = GXI } + secede_province = GXI + } + random_country = { + limit = { + tag = HNN + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = HNN } + } + any_owned = { + limit = { is_core = HNN } + secede_province = HNN + } + random_country = { + limit = { + tag = HUI + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = HUI } + } + any_owned = { + limit = { is_core = HUI } + secede_province = HUI + } + random_country = { + limit = { + tag = MCK + OR = { + vassal_of = THIS + substate_of = THIS + } + } + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + THIS = { release_vassal = MCK } + } + any_owned = { + limit = { is_core = MCK } + secede_province = MCK + } + + random_country = { + limit = { + tag = MGL + vassal_of = THIS + } + THIS = { release_vassal = MGL } + } + random_country = { + limit = { + tag = SXI + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = SXI } + } + any_owned = { + limit = { is_core = SXI } + secede_province = SXI + } + random_country = { + limit = { + tag = SZC + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = SZC } + } + any_owned = { + limit = { is_core = SZC } + secede_province = SZC + } + random_country = { + limit = { + tag = TIB + vassal_of = THIS + } + THIS = { release_vassal = TIB } + } + random_country = { + limit = { + tag = XBI + OR = { + vassal_of = THIS + substate_of = THIS + } + } + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + THIS = { release_vassal = XBI } + } + any_owned = { + limit = { is_core = XBI } + secede_province = XBI + } + + random_country = { + limit = { + tag = XIN + OR = { + vassal_of = THIS + substate_of = THIS + } + } + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + THIS = { release_vassal = XIN } + } + any_owned = { + limit = { is_core = XIN } + secede_province = XIN + } + random_country = { + limit = { + tag = YNN + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = YNN } + } + any_owned = { + limit = { is_core = YNN } + secede_province = YNN + } + random_owned = { + limit = { + province_id = 1485 + owner = { NOT = { owns = 1482 } } + } + 1485 = { + remove_core = FJN + add_core = TAI + } + 2562 = { + remove_core = FJN + add_core = TAI + } + 2406 = { + remove_core = FJN + add_core = TAI + } + 2681 = { + remove_core = FJN + add_core = TAI + } + owner = { + any_owned = { + limit = { is_core = TAI } + secede_province = TAI + } + } + } + random_country = { + limit = { + tag = FJN + OR = { + vassal_of = THIS + substate_of = THIS + } + } + THIS = { release_vassal = FJN } + } + any_owned = { + limit = { is_core = FJN } + secede_province = FJN + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + } + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + } + } } #This event will fire for each warlord country after it separates country_event = { - id = 131735 - title = "EVTNAME131735" #The Struggle for China - desc = "EVTDESC131735" - picture = "administration" - - trigger = { - OR = { - tag = FJN - tag = GMJ - tag = GNG - tag = GXI - tag = HNN - tag = HUI - tag = MCK - tag = SXI - tag = SZC - tag = TAI - tag = XBI - tag = XIN - tag = YNN - } - exists = yes - has_global_flag = warlord_era_has_begun - NOT = { is_ideology_enabled = communist } - NOT = { is_ideology_enabled = fascist } - NOT = { - has_country_flag = kuomintang_faction - has_country_flag = beiyang_faction - has_country_flag = neutral_faction - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT131735OPTA" - set_country_flag = kuomintang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ruling_party_ideology = conservative - random_country = { - limit = { tag = KMT } - relation = { who = THIS value = -100 } - military_access = THIS - } - random_country = { - limit = { - OR = { - tag = CHI - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 50 } - military_access = THIS - } - ai_chance = { - factor = 40 - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 0.25 - exists = KMT - } - modifier = { - factor = 0.25 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2.5 - ruling_party_ideology = conservative - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131735OPTB" - set_country_flag = beiyang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ruling_party_ideology = reactionary - any_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - military_access = THIS - } - ai_chance = { - factor = 40 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0.25 - ruling_party_ideology = conservative - } - modifier = { - factor = 2.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131735OPTC" - set_country_flag = neutral_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - any_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 5 - OR = { - tag = XIN - tag = TAI - tag = SXI - } - } - modifier = { - factor = 4 - OR = { - tag = FJN - tag = SZC - tag = XBI - } - } - modifier = { - factor = 2 - exists = KMT - } - modifier = { - factor = 2 - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = conservative } - } - modifier = { - factor = 2 - NOT = { government = presidential_dictatorship } - } - } - } + id = 131735 + title = "EVTNAME131735" #The Struggle for China + desc = "EVTDESC131735" + picture = "administration" + + trigger = { + OR = { + tag = FJN + tag = GMJ + tag = GNG + tag = GXI + tag = HNN + tag = HUI + tag = MCK + tag = SXI + tag = SZC + tag = TAI + tag = XBI + tag = XIN + tag = YNN + } + exists = yes + has_global_flag = warlord_era_has_begun + NOT = { is_ideology_enabled = communist } + NOT = { is_ideology_enabled = fascist } + NOT = { + has_country_flag = kuomintang_faction + has_country_flag = beiyang_faction + has_country_flag = neutral_faction + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT131735OPTA" + set_country_flag = kuomintang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ruling_party_ideology = conservative + random_country = { + limit = { tag = KMT } + relation = { who = THIS value = -100 } + military_access = THIS + } + random_country = { + limit = { + OR = { + tag = CHI + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 50 } + military_access = THIS + } + ai_chance = { + factor = 40 + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 0.25 + exists = KMT + } + modifier = { + factor = 0.25 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2.5 + ruling_party_ideology = conservative + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131735OPTB" + set_country_flag = beiyang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ruling_party_ideology = reactionary + any_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + military_access = THIS + } + ai_chance = { + factor = 40 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0.25 + ruling_party_ideology = conservative + } + modifier = { + factor = 2.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131735OPTC" + set_country_flag = neutral_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + any_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 5 + OR = { + tag = XIN + tag = TAI + tag = SXI + } + } + modifier = { + factor = 4 + OR = { + tag = FJN + tag = SZC + tag = XBI + } + } + modifier = { + factor = 2 + exists = KMT + } + modifier = { + factor = 2 + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = conservative } + } + modifier = { + factor = 2 + NOT = { government = presidential_dictatorship } + } + } + } } #This event will fire for each warlord country after it separates country_event = { - id = 131736 - title = "EVTNAME131735" #The Struggle for China - desc = "EVTDESC131735" - picture = "administration" - - trigger = { - OR = { - tag = FJN - tag = GMJ - tag = GNG - tag = GXI - tag = HNN - tag = HUI - tag = MCK - tag = SXI - tag = SZC - tag = TAI - tag = XBI - tag = XIN - tag = YNN - } - exists = yes - has_global_flag = warlord_era_has_begun - is_ideology_enabled = communist - NOT = { is_ideology_enabled = fascist } - NOT = { - has_country_flag = kuomintang_faction - has_country_flag = beiyang_faction - has_country_flag = neutral_faction - has_country_flag = communist_faction - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT131735OPTA" - set_country_flag = kuomintang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = conservative - random_country = { - limit = { tag = KMT } - relation = { who = THIS value = -100 } - military_access = THIS - } - random_country = { - limit = { - OR = { - tag = CHI - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 50 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 0.25 - exists = KMT - } - modifier = { - factor = 0.25 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2.5 - ruling_party_ideology = conservative - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131735OPTB" - set_country_flag = beiyang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = reactionary - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0.25 - ruling_party_ideology = conservative - } - modifier = { - factor = 2.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131736OPTA" - set_country_flag = communist_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = communist - government = proletarian_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - nationalize = yes - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = -50 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - country_event = 800052 - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { communist = 10 } - } - modifier = { - factor = 1.5 - communist = 30 - } - modifier = { - factor = 1.5 - communist = 40 - } - modifier = { - factor = 1.5 - socialist = 30 - NOT = { liberal = 30 } - } - modifier = { - factor = 2 - exists = KMT - } - } - } - - option = { - name = "EVT131735OPTC" - set_country_flag = neutral_faction - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 5 - OR = { - tag = XIN - tag = TAI - tag = SXI - } - } - modifier = { - factor = 4 - OR = { - tag = FJN - tag = SZC - tag = XBI - } - } - modifier = { - factor = 2 - exists = KMT - } - modifier = { - factor = 2 - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = conservative } - } - modifier = { - factor = 2 - NOT = { government = presidential_dictatorship } - } - } - } + id = 131736 + title = "EVTNAME131735" #The Struggle for China + desc = "EVTDESC131735" + picture = "administration" + + trigger = { + OR = { + tag = FJN + tag = GMJ + tag = GNG + tag = GXI + tag = HNN + tag = HUI + tag = MCK + tag = SXI + tag = SZC + tag = TAI + tag = XBI + tag = XIN + tag = YNN + } + exists = yes + has_global_flag = warlord_era_has_begun + is_ideology_enabled = communist + NOT = { is_ideology_enabled = fascist } + NOT = { + has_country_flag = kuomintang_faction + has_country_flag = beiyang_faction + has_country_flag = neutral_faction + has_country_flag = communist_faction + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT131735OPTA" + set_country_flag = kuomintang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = conservative + random_country = { + limit = { tag = KMT } + relation = { who = THIS value = -100 } + military_access = THIS + } + random_country = { + limit = { + OR = { + tag = CHI + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 50 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 0.25 + exists = KMT + } + modifier = { + factor = 0.25 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2.5 + ruling_party_ideology = conservative + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131735OPTB" + set_country_flag = beiyang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = reactionary + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0.25 + ruling_party_ideology = conservative + } + modifier = { + factor = 2.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131736OPTA" + set_country_flag = communist_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = communist + government = proletarian_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + nationalize = yes + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = -50 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + country_event = 800052 + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { communist = 10 } + } + modifier = { + factor = 1.5 + communist = 30 + } + modifier = { + factor = 1.5 + communist = 40 + } + modifier = { + factor = 1.5 + socialist = 30 + NOT = { liberal = 30 } + } + modifier = { + factor = 2 + exists = KMT + } + } + } + + option = { + name = "EVT131735OPTC" + set_country_flag = neutral_faction + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 5 + OR = { + tag = XIN + tag = TAI + tag = SXI + } + } + modifier = { + factor = 4 + OR = { + tag = FJN + tag = SZC + tag = XBI + } + } + modifier = { + factor = 2 + exists = KMT + } + modifier = { + factor = 2 + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = conservative } + } + modifier = { + factor = 2 + NOT = { government = presidential_dictatorship } + } + } + } } #This event will fire for each warlord country after it separates country_event = { - id = 131737 - title = "EVTNAME131735" #The Struggle for China - desc = "EVTDESC131735" - picture = "administration" - - trigger = { - OR = { - tag = FJN - tag = GMJ - tag = GNG - tag = GXI - tag = HNN - tag = HUI - tag = MCK - tag = SXI - tag = SZC - tag = TAI - tag = XBI - tag = XIN - tag = YNN - } - exists = yes - has_global_flag = warlord_era_has_begun - is_ideology_enabled = communist - is_ideology_enabled = fascist - NOT = { - has_country_flag = kuomintang_faction - has_country_flag = beiyang_faction - has_country_flag = neutral_faction - has_country_flag = communist_faction - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT131735OPTA" - set_country_flag = kuomintang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = conservative - random_country = { - limit = { tag = KMT } - relation = { who = THIS value = -100 } - military_access = THIS - } - random_country = { - limit = { - OR = { - tag = CHI - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 50 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 0.25 - exists = KMT - } - modifier = { - factor = 0.25 - ruling_party_ideology = reactionary - } - modifier = { - factor = 3 - ruling_party_ideology = conservative - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131735OPTB" - set_country_flag = beiyang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = reactionary - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0.25 - ruling_party_ideology = conservative - } - modifier = { - factor = 3 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.25 - NOT = { government = presidential_dictatorship } - } - } - } - - option = { - name = "EVT131737OPTA" - set_country_flag = beiyang_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = fascist - government = fascist_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = -100 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - military_access = THIS - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - country_event = 800051 - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { fascist = 10 } - } - modifier = { - factor = 2 - fascist = 20 - } - modifier = { - factor = 2 - fascist = 30 - } - modifier = { - factor = 1.5 - NOT = { liberal = 30 } - } - modifier = { - factor = 2 - exists = KMT - } - modifier = { - factor = 2 - exists = TPG - } - } - } - - option = { - name = "EVT131736OPTA" - set_country_flag = communist_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ruling_party_ideology = communist - government = proletarian_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - nationalize = yes - - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = -50 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - country_event = 800052 - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { communist = 10 } - } - modifier = { - factor = 1.5 - communist = 30 - } - modifier = { - factor = 1.5 - communist = 40 - } - modifier = { - factor = 1.5 - socialist = 30 - NOT = { liberal = 30 } - } - modifier = { - factor = 2 - exists = KMT - } - } - } - - option = { - name = "EVT131735OPTC" - set_country_flag = neutral_faction - add_country_modifier = { - name = drive_to_reunify - duration = 730 - } - leadership = 40 - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - random_owned = { - limit = { - owner = { NOT = { num_of_cities = 40 } } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - any_pop = { - militancy = -6 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - random_country = { - limit = { - OR = { - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - } - military_access = THIS - } - any_country = { - limit = { has_country_flag = beiyang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = kuomintang_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { has_country_flag = communist_faction } - relation = { who = THIS value = 25 } - military_access = THIS - } - any_country = { - limit = { - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = 50 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - tag = GNG - NOT = { exists = KMT } - } - modifier = { - factor = 0 - tag = HUI - } - modifier = { - factor = 5 - OR = { - tag = XIN - tag = TAI - tag = SXI - } - } - modifier = { - factor = 4 - OR = { - tag = FJN - tag = SZC - tag = XBI - } - } - modifier = { - factor = 2 - exists = KMT - } - modifier = { - factor = 2 - NOT = { ruling_party_ideology = reactionary } - NOT = { ruling_party_ideology = conservative } - } - modifier = { - factor = 2 - NOT = { government = presidential_dictatorship } - } - } - } + id = 131737 + title = "EVTNAME131735" #The Struggle for China + desc = "EVTDESC131735" + picture = "administration" + + trigger = { + OR = { + tag = FJN + tag = GMJ + tag = GNG + tag = GXI + tag = HNN + tag = HUI + tag = MCK + tag = SXI + tag = SZC + tag = TAI + tag = XBI + tag = XIN + tag = YNN + } + exists = yes + has_global_flag = warlord_era_has_begun + is_ideology_enabled = communist + is_ideology_enabled = fascist + NOT = { + has_country_flag = kuomintang_faction + has_country_flag = beiyang_faction + has_country_flag = neutral_faction + has_country_flag = communist_faction + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT131735OPTA" + set_country_flag = kuomintang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = conservative + random_country = { + limit = { tag = KMT } + relation = { who = THIS value = -100 } + military_access = THIS + } + random_country = { + limit = { + OR = { + tag = CHI + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 50 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 0.25 + exists = KMT + } + modifier = { + factor = 0.25 + ruling_party_ideology = reactionary + } + modifier = { + factor = 3 + ruling_party_ideology = conservative + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131735OPTB" + set_country_flag = beiyang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = reactionary + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0.25 + ruling_party_ideology = conservative + } + modifier = { + factor = 3 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.25 + NOT = { government = presidential_dictatorship } + } + } + } + + option = { + name = "EVT131737OPTA" + set_country_flag = beiyang_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = fascist + government = fascist_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = -100 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + military_access = THIS + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + country_event = 800051 + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { fascist = 10 } + } + modifier = { + factor = 2 + fascist = 20 + } + modifier = { + factor = 2 + fascist = 30 + } + modifier = { + factor = 1.5 + NOT = { liberal = 30 } + } + modifier = { + factor = 2 + exists = KMT + } + modifier = { + factor = 2 + exists = TPG + } + } + } + + option = { + name = "EVT131736OPTA" + set_country_flag = communist_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ruling_party_ideology = communist + government = proletarian_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + nationalize = yes + + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = -50 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + country_event = 800052 + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { communist = 10 } + } + modifier = { + factor = 1.5 + communist = 30 + } + modifier = { + factor = 1.5 + communist = 40 + } + modifier = { + factor = 1.5 + socialist = 30 + NOT = { liberal = 30 } + } + modifier = { + factor = 2 + exists = KMT + } + } + } + + option = { + name = "EVT131735OPTC" + set_country_flag = neutral_faction + add_country_modifier = { + name = drive_to_reunify + duration = 730 + } + leadership = 40 + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + random_owned = { + limit = { + owner = { NOT = { num_of_cities = 40 } } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + any_pop = { + militancy = -6 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + random_country = { + limit = { + OR = { + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + } + military_access = THIS + } + any_country = { + limit = { has_country_flag = beiyang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = kuomintang_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { has_country_flag = communist_faction } + relation = { who = THIS value = 25 } + military_access = THIS + } + any_country = { + limit = { + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = 50 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + tag = GNG + NOT = { exists = KMT } + } + modifier = { + factor = 0 + tag = HUI + } + modifier = { + factor = 5 + OR = { + tag = XIN + tag = TAI + tag = SXI + } + } + modifier = { + factor = 4 + OR = { + tag = FJN + tag = SZC + tag = XBI + } + } + modifier = { + factor = 2 + exists = KMT + } + modifier = { + factor = 2 + NOT = { ruling_party_ideology = reactionary } + NOT = { ruling_party_ideology = conservative } + } + modifier = { + factor = 2 + NOT = { government = presidential_dictatorship } + } + } + } } #The Guominjun country_event = { - id = 131739 - title = "EVTNAME131736" #The Guominjun Clique - desc = "EVTDESC131736" - picture = "warlords" - - fire_only_once = yes - - trigger = { - has_global_flag = warlord_era_has_begun - OR = { - tag = CHI - tag = TPG - tag = KMT - } - OR = { - owns = 1559 - owns = 1508 - owns = 1510 - owns = 1522 - owns = 1519 - } - number_of_states = 4 - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.5 - number_of_states = 7 - } - } - - option = { - name = "EVT131739OPTA" - random_owned = { - limit = { - OR = { - region = CHI_1559 - region = CHI_1508 - region = CHI_1510 - region = CHI_1522 - region = CHI_1519 - } - } - state_scope = { - any_owned = { - add_core = GMJ - secede_province = GMJ - } - } - } - random_owned = { - limit = { - OR = { - region = CHI_1559 - region = CHI_1508 - region = CHI_1510 - region = CHI_1522 - region = CHI_1519 - } - any_neighbor_province = { owned_by = GMJ } - } - state_scope = { - any_owned = { - add_core = GMJ - secede_province = GMJ - } - } - } - random_owned = { - limit = { - owner = { tag = KMT } - } - GMJ = { ruling_party_ideology = reactionary } - } - } + id = 131739 + title = "EVTNAME131736" #The Guominjun Clique + desc = "EVTDESC131736" + picture = "warlords" + + fire_only_once = yes + + trigger = { + has_global_flag = warlord_era_has_begun + OR = { + tag = CHI + tag = TPG + tag = KMT + } + OR = { + owns = 1559 + owns = 1508 + owns = 1510 + owns = 1522 + owns = 1519 + } + number_of_states = 4 + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.5 + number_of_states = 7 + } + } + + option = { + name = "EVT131739OPTA" + random_owned = { + limit = { + OR = { + region = CHI_1559 + region = CHI_1508 + region = CHI_1510 + region = CHI_1522 + region = CHI_1519 + } + } + state_scope = { + any_owned = { + add_core = GMJ + secede_province = GMJ + } + } + } + random_owned = { + limit = { + OR = { + region = CHI_1559 + region = CHI_1508 + region = CHI_1510 + region = CHI_1522 + region = CHI_1519 + } + any_neighbor_province = { owned_by = GMJ } + } + state_scope = { + any_owned = { + add_core = GMJ + secede_province = GMJ + } + } + } + random_owned = { + limit = { + owner = { tag = KMT } + } + GMJ = { ruling_party_ideology = reactionary } + } + } } - + #uniting with the KMT when it arises country_event = { - id = 131740 - title = "EVTNAME131740" #Leader of the Kuomintang - desc = "EVTDESC131740" - picture = "warlords" - - trigger = { - has_country_flag = kuomintang_faction - NOT = { - tag = KMT - has_country_modifier = drive_to_reunify - } - KMT = { - exists = yes - neighbour = THIS - has_country_flag = center_of_the_kuomintang - } - war = no - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT131740OPTA" - KMT = { country_event = 131741 } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - modifier = { - factor = 3 - ruling_party_ideology = conservative - } - } - } - - option = { - name = "EVT131740OPTB" - clr_country_flag = kuomintang_faction - random_owned = { - limit = { - owner = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - owner = { - set_country_flag = beiyang_faction - } - } - random_owned = { - limit = { - owner = { - NOT = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - } - owner = { - set_country_flag = neutral_faction - } - } - relation = { who = KMT value = -100 } - leave_alliance = KMT - ai_chance = { - factor = 10 - modifier = { - factor = 3 - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - modifier = { - factor = 0 - any_owned_province = { - is_core = CHI - NOT = { is_core = THIS } - } - NOT = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - } - } - } - } - } + id = 131740 + title = "EVTNAME131740" #Leader of the Kuomintang + desc = "EVTDESC131740" + picture = "warlords" + + trigger = { + has_country_flag = kuomintang_faction + NOT = { + tag = KMT + has_country_modifier = drive_to_reunify + } + KMT = { + exists = yes + neighbour = THIS + has_country_flag = center_of_the_kuomintang + } + war = no + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT131740OPTA" + KMT = { country_event = 131741 } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + modifier = { + factor = 3 + ruling_party_ideology = conservative + } + } + } + + option = { + name = "EVT131740OPTB" + clr_country_flag = kuomintang_faction + random_owned = { + limit = { + owner = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + owner = { + set_country_flag = beiyang_faction + } + } + random_owned = { + limit = { + owner = { + NOT = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + } + owner = { + set_country_flag = neutral_faction + } + } + relation = { who = KMT value = -100 } + leave_alliance = KMT + ai_chance = { + factor = 10 + modifier = { + factor = 3 + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + modifier = { + factor = 0 + any_owned_province = { + is_core = CHI + NOT = { is_core = THIS } + } + NOT = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + } + } + } + } + } } country_event = { - id = 131741 - title = "EVTNAME131741" #Joining the Kuomintang - desc = "EVTDESC131741" - picture = "warlords" - - is_triggered_only = yes - - option = { - name = "EVT131741OPTA" - random_country = { - limit = { - is_sphere_leader_of = FROM - NOT = { is_sphere_leader_of = KMT } - NOT = { is_culture_group = east_asian } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = free_peoples - months = 36 - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 36 - } - } - FROM = { - all_core = { add_core = KMT } - any_owned = { secede_province = THIS } - } - } + id = 131741 + title = "EVTNAME131741" #Joining the Kuomintang + desc = "EVTDESC131741" + picture = "warlords" + + is_triggered_only = yes + + option = { + name = "EVT131741OPTA" + random_country = { + limit = { + is_sphere_leader_of = FROM + NOT = { is_sphere_leader_of = KMT } + NOT = { is_culture_group = east_asian } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = free_peoples + months = 36 + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 36 + } + } + FROM = { + all_core = { add_core = KMT } + any_owned = { secede_province = THIS } + } + } } country_event = { - id = 131742 - title = "EVTNAME131742" #The War of Reunification - desc = "EVTDESC131742" - picture = "rebellion" - - trigger = { - war = no - has_global_flag = warlord_era_has_begun - is_culture_group = east_asian - NOT = { tag = LAN } - is_vassal = no - any_neighbor_country = { - is_culture_group = east_asian - NOT = { tag = LAN } - NOT = { war_with = THIS } - NOT = { brigades_compare = 1 } - NOT = { has_country_flag = neutral_faction } - } - NOT = { - has_country_modifier = drive_to_reunify - num_of_revolts = 1 - badboy = 0.6 - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - any_neighbor_country = { - is_culture_group = east_asian - NOT = { war_with = THIS } - NOT = { brigades_compare = 0.5 } - NOT = { has_country_flag = neutral_faction } - } - } - } - - option = { - name = "EVT131742OPTA" - any_pop = { - militancy = -3 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - add_country_modifier = { - name = drive_to_reunify - duration = 1825 - } - random_country = { - limit = { - is_culture_group = east_asian - neighbour = THIS - NOT = { tag = LAN } - NOT = { war_with = THIS } - NOT = { brigades_compare = 1 } - NOT = { has_country_flag = neutral_faction } - } - country_event = 131743 - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT131742OPTB" - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = yes - } - } - } + id = 131742 + title = "EVTNAME131742" #The War of Reunification + desc = "EVTDESC131742" + picture = "rebellion" + + trigger = { + war = no + has_global_flag = warlord_era_has_begun + is_culture_group = east_asian + NOT = { tag = LAN } + is_vassal = no + any_neighbor_country = { + is_culture_group = east_asian + NOT = { tag = LAN } + NOT = { war_with = THIS } + NOT = { brigades_compare = 1 } + NOT = { has_country_flag = neutral_faction } + } + NOT = { + has_country_modifier = drive_to_reunify + num_of_revolts = 1 + badboy = 0.6 + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + any_neighbor_country = { + is_culture_group = east_asian + NOT = { war_with = THIS } + NOT = { brigades_compare = 0.5 } + NOT = { has_country_flag = neutral_faction } + } + } + } + + option = { + name = "EVT131742OPTA" + any_pop = { + militancy = -3 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + add_country_modifier = { + name = drive_to_reunify + duration = 1825 + } + random_country = { + limit = { + is_culture_group = east_asian + neighbour = THIS + NOT = { tag = LAN } + NOT = { war_with = THIS } + NOT = { brigades_compare = 1 } + NOT = { has_country_flag = neutral_faction } + } + country_event = 131743 + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT131742OPTB" + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = yes + } + } + } } country_event = { - id = 131743 - title = "EVTNAME131743" #War with $FROMCOUNTRY$! - desc = "EVTDESC131743" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT97161OPTA" - leave_alliance = FROM - relation = { who = FROM value = -100 } - add_country_modifier = { - name = drive_to_reunify - duration = 365 - } - any_pop = { - militancy = -3 - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - FROM = { - war = { - target = THIS - call_ally = yes - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - } - } - } + id = 131743 + title = "EVTNAME131743" #War with $FROMCOUNTRY$! + desc = "EVTDESC131743" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT97161OPTA" + leave_alliance = FROM + relation = { who = FROM value = -100 } + add_country_modifier = { + name = drive_to_reunify + duration = 365 + } + any_pop = { + militancy = -3 + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + FROM = { + war = { + target = THIS + call_ally = yes + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + } + } + } } #Once a country has reunified China, all other warlords have a chance of rejoining it country_event = { - id = 131745 - title = "EVTNAME131745" #Chinese Reunification - desc = "EVTDESC131745" - news = yes - news_desc_long = "EVTDESC131745_NEWS_LONG" - news_desc_medium = "EVTDESC131745_NEWS_MEDIUM" - news_desc_short = "EVTDESC131745_NEWS_SHORT" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT131745OPTA" - random_owned = { - limit = { - owner = { - OR = { - tag = SXI - tag = HUI - tag = SZC - tag = XIN - tag = HNN - } - } - } - owner = { - all_core = { remove_core = THIS } - } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 60 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0.5 - FROM = { tag = TPG } - } - modifier = { - factor = 0.25 - FROM = { tag = QNG } - } - - modifier = { - factor = 2 - has_country_flag = kuomintang_faction - FROM = { tag = KMT } - } - modifier = { - factor = 0.5 - government = proletarian_dictatorship - FROM = { NOT = { government = proletarian_dictatorship } } - } - modifier = { - factor = 0.5 - government = bourgeois_dictatorship - FROM = { NOT = { government = bourgeois_dictatorship } } - } - modifier = { - factor = 0 - government = fascist_dictatorship - FROM = { NOT = { government = fascist_dictatorship } } - } - modifier = { - factor = 0.5 - government = democracy - FROM = { NOT = { government = democracy } } - } - } - } - - option = { - name = "EVT131745OPTB" - clr_country_flag = kuomintang_faction - clr_country_flag = neutral_faction - prestige = -20 - create_alliance = FROM - relation = { who = FROM value = 200 } - FROM = { create_vassal = THIS } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - NOT = { neighbour = FROM } - } - modifier = { - factor = 0.5 - FROM = { tag = QNG } - } - modifier = { - factor = 0 - NOT = { - OR = { - any_owned_province = { port = yes } - any_neighbor_country = { NOT = { is_culture_group = east_asian } } - } - } - } - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - government = proletarian_dictatorship - FROM = { NOT = { government = proletarian_dictatorship } } - } - modifier = { - factor = 0 - FROM = { government = proletarian_dictatorship } - NOT = { government = proletarian_dictatorship } - } - modifier = { - factor = 2 - government = bourgeois_dictatorship - FROM = { NOT = { government = bourgeois_dictatorship } } - } - modifier = { - factor = 0 - government = fascist_dictatorship - FROM = { NOT = { government = fascist_dictatorship } } - } - modifier = { - factor = 0 - FROM = { government = fascist_dictatorship } - NOT = { government = fascist_dictatorship } - } - modifier = { - factor = 2 - government = democracy - FROM = { NOT = { government = democracy } } - } - } - } - - option = { - name = "EVT131745OPTC" - clr_country_flag = kuomintang_faction - clr_country_flag = neutral_faction - leave_alliance = FROM - relation = { who = FROM value = -200 } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - has_country_flag = kuomintang_faction - FROM = { tag = KMT } - } - modifier = { - factor = 2 - NOT = { neighbour = FROM } - } - modifier = { - factor = 3 - government = proletarian_dictatorship - FROM = { NOT = { government = proletarian_dictatorship } } - } - modifier = { - factor = 3 - government = bourgeois_dictatorship - FROM = { NOT = { government = bourgeois_dictatorship } } - } - modifier = { - factor = 3 - government = fascist_dictatorship - FROM = { NOT = { government = fascist_dictatorship } } - } - modifier = { - factor = 3 - FROM = { government = fascist_dictatorship } - NOT = { government = fascist_dictatorship } - } - modifier = { - factor = 3 - FROM = { government = proletarian_dictatorship } - NOT = { government = proletarian_dictatorship } - } - modifier = { - factor = 5 - FROM = { tag = QNG } - } - modifier = { - factor = 3 - FROM = { tag = TPG } - } - } - } + id = 131745 + title = "EVTNAME131745" #Chinese Reunification + desc = "EVTDESC131745" + news = yes + news_desc_long = "EVTDESC131745_NEWS_LONG" + news_desc_medium = "EVTDESC131745_NEWS_MEDIUM" + news_desc_short = "EVTDESC131745_NEWS_SHORT" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT131745OPTA" + random_owned = { + limit = { + owner = { + OR = { + tag = SXI + tag = HUI + tag = SZC + tag = XIN + tag = HNN + } + } + } + owner = { + all_core = { remove_core = THIS } + } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 60 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0.5 + FROM = { tag = TPG } + } + modifier = { + factor = 0.25 + FROM = { tag = QNG } + } + + modifier = { + factor = 2 + has_country_flag = kuomintang_faction + FROM = { tag = KMT } + } + modifier = { + factor = 0.5 + government = proletarian_dictatorship + FROM = { NOT = { government = proletarian_dictatorship } } + } + modifier = { + factor = 0.5 + government = bourgeois_dictatorship + FROM = { NOT = { government = bourgeois_dictatorship } } + } + modifier = { + factor = 0 + government = fascist_dictatorship + FROM = { NOT = { government = fascist_dictatorship } } + } + modifier = { + factor = 0.5 + government = democracy + FROM = { NOT = { government = democracy } } + } + } + } + + option = { + name = "EVT131745OPTB" + clr_country_flag = kuomintang_faction + clr_country_flag = neutral_faction + prestige = -20 + create_alliance = FROM + relation = { who = FROM value = 200 } + FROM = { create_vassal = THIS } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + NOT = { neighbour = FROM } + } + modifier = { + factor = 0.5 + FROM = { tag = QNG } + } + modifier = { + factor = 0 + NOT = { + OR = { + any_owned_province = { port = yes } + any_neighbor_country = { NOT = { is_culture_group = east_asian } } + } + } + } + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + government = proletarian_dictatorship + FROM = { NOT = { government = proletarian_dictatorship } } + } + modifier = { + factor = 0 + FROM = { government = proletarian_dictatorship } + NOT = { government = proletarian_dictatorship } + } + modifier = { + factor = 2 + government = bourgeois_dictatorship + FROM = { NOT = { government = bourgeois_dictatorship } } + } + modifier = { + factor = 0 + government = fascist_dictatorship + FROM = { NOT = { government = fascist_dictatorship } } + } + modifier = { + factor = 0 + FROM = { government = fascist_dictatorship } + NOT = { government = fascist_dictatorship } + } + modifier = { + factor = 2 + government = democracy + FROM = { NOT = { government = democracy } } + } + } + } + + option = { + name = "EVT131745OPTC" + clr_country_flag = kuomintang_faction + clr_country_flag = neutral_faction + leave_alliance = FROM + relation = { who = FROM value = -200 } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + has_country_flag = kuomintang_faction + FROM = { tag = KMT } + } + modifier = { + factor = 2 + NOT = { neighbour = FROM } + } + modifier = { + factor = 3 + government = proletarian_dictatorship + FROM = { NOT = { government = proletarian_dictatorship } } + } + modifier = { + factor = 3 + government = bourgeois_dictatorship + FROM = { NOT = { government = bourgeois_dictatorship } } + } + modifier = { + factor = 3 + government = fascist_dictatorship + FROM = { NOT = { government = fascist_dictatorship } } + } + modifier = { + factor = 3 + FROM = { government = fascist_dictatorship } + NOT = { government = fascist_dictatorship } + } + modifier = { + factor = 3 + FROM = { government = proletarian_dictatorship } + NOT = { government = proletarian_dictatorship } + } + modifier = { + factor = 5 + FROM = { tag = QNG } + } + modifier = { + factor = 3 + FROM = { tag = TPG } + } + } + } } #Creation of Formosa, if it is owned by an outside country country_event = { - id = 131746 - title = "EVTNAME131746" #The Island of Formosa - desc = "EVTDESC131746" - picture = "rebellion" - - trigger = { - owns = 2681 - NOT = { - is_culture_group = east_asian - TAI = { exists = yes } - 2681 = { is_core = TAI } - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT131746OPTA" - 1485 = { - add_core = TAI - remove_core = FJN - } - 2562 = { - add_core = TAI - remove_core = FJN - } - 2406 = { - remove_core = FJN - add_core = TAI - } - 2681 = { - remove_core = FJN - add_core = TAI - } - any_pop = { - limit = { has_pop_culture = min } - militancy = 4 - } - } + id = 131746 + title = "EVTNAME131746" #The Island of Formosa + desc = "EVTDESC131746" + picture = "rebellion" + + trigger = { + owns = 2681 + NOT = { + is_culture_group = east_asian + TAI = { exists = yes } + 2681 = { is_core = TAI } + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT131746OPTA" + 1485 = { + add_core = TAI + remove_core = FJN + } + 2562 = { + add_core = TAI + remove_core = FJN + } + 2406 = { + remove_core = FJN + add_core = TAI + } + 2681 = { + remove_core = FJN + add_core = TAI + } + any_pop = { + limit = { has_pop_culture = min } + militancy = 4 + } + } } #Event for KMT retreating to Taiwan country_event = { - id = 16050214 - title = "EVTNAME16050214" #Retreat to Taiwan - desc = "EVTDESC16050214" - major = yes - - fire_only_once = yes - - trigger = { - tag = KMT - any_neighbor_country = { - war_with = THIS - is_culture_group = east_asian - NOT = { tag = LAN } - } - 1485 = { - owned_by = THIS - controlled_by = THIS - } - 2562 = { - owned_by = THIS - controlled_by = THIS - } - 2406 = { - owned_by = THIS - controlled_by = THIS - } - 2681 = { - owned_by = THIS - controlled_by = THIS - } - NOT = { - any_owned_province = { - NOT = { province_id = 1485 } - NOT = { province_id = 2562 } - NOT = { province_id = 2681 } - NOT = { province_id = 2406 } - OR = { - controlled_by = THIS - controlled_by = REB - } - } - } - NOT = { - exists = TAI - has_global_flag = kmt_has_lost - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT16050214OPTA" - set_global_flag = kmt_has_lost - clr_country_flag = kuomintang_faction - clr_country_flag = neutral_faction - clr_country_flag = communist_faction - clr_country_flag = beiyang_faction - - random_owned = { - limit = { owner = { civilized = no land_reform = yes_land_reform } } - TAI = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { civilized = no admin_reform = yes_admin_reform } } - TAI = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { civilized = no finance_reform = yes_finance_reform } } - TAI = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { civilized = no finance_reform = finance_reform_two } } - TAI = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { civilized = no monetary_reform = yes_monetary_reform } } - TAI = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { civilized = no monetary_reform = monetary_reform_two } } - TAI = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { civilized = no education_reform = yes_education_reform } } - TAI = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { civilized = no research_reform = yes_research_reform } } - TAI = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { civilized = no foreign_training = yes_foreign_training } } - TAI = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { civilized = no foreign_weapons = yes_foreign_weapons } } - TAI = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { civilized = no foreign_officers = yes_foreign_officers } } - TAI = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { civilized = no army_schools = yes_army_schools } } - TAI = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { civilized = no foreign_naval_officers = yes_foreign_naval_officers } } - TAI = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { civilized = no naval_schools = yes_naval_schools } } - TAI = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { civilized = no foreign_navies = yes_foreign_navies } } - TAI = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { civilized = no western_shipyards = yes_western_shipyards } } - TAI = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { civilized = no foreign_artillery = yes_foreign_artillery } } - TAI = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = yes_slavery } } - TAI = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = freedom_of_womb } } - TAI = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { civilized = no slavery = no_slavery } } - TAI = { political_reform = no_slavery } - } - - 1485 = { - add_core = KMT - fort = 3 - } - 2562 = { - add_core = KMT - fort = 3 - } - 2406 = { - add_core = KMT - fort = 3 - } - 2681 = { - add_core = KMT - fort = 3 - } - capital_scope = { - aristocrats = { - limit = { is_primary_culture = yes } - money = 300 - move_pop = 2681 - } - bureaucrats = { - limit = { is_primary_culture = yes } - money = 100 - move_pop = 2681 - } - officers = { - limit = { is_primary_culture = yes } - move_pop = 2681 - } - soldiers = { - limit = { is_primary_culture = yes } - move_pop = 2681 - } - } - capital = 2681 - money = 100000 - leadership = 40 - add_accepted_culture = min - random_country = { - limit = { - war_with = THIS - neighbour = THIS - is_culture_group = east_asian - NOT = { tag = LAN } - } - country_event = 16050215 - } - } + id = 16050214 + title = "EVTNAME16050214" #Retreat to Taiwan + desc = "EVTDESC16050214" + major = yes + + fire_only_once = yes + + trigger = { + tag = KMT + any_neighbor_country = { + war_with = THIS + is_culture_group = east_asian + NOT = { tag = LAN } + } + 1485 = { + owned_by = THIS + controlled_by = THIS + } + 2562 = { + owned_by = THIS + controlled_by = THIS + } + 2406 = { + owned_by = THIS + controlled_by = THIS + } + 2681 = { + owned_by = THIS + controlled_by = THIS + } + NOT = { + any_owned_province = { + NOT = { province_id = 1485 } + NOT = { province_id = 2562 } + NOT = { province_id = 2681 } + NOT = { province_id = 2406 } + OR = { + controlled_by = THIS + controlled_by = REB + } + } + } + NOT = { + exists = TAI + has_global_flag = kmt_has_lost + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT16050214OPTA" + set_global_flag = kmt_has_lost + clr_country_flag = kuomintang_faction + clr_country_flag = neutral_faction + clr_country_flag = communist_faction + clr_country_flag = beiyang_faction + + random_owned = { + limit = { owner = { civilized = no land_reform = yes_land_reform } } + TAI = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { owner = { civilized = no admin_reform = yes_admin_reform } } + TAI = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { owner = { civilized = no finance_reform = yes_finance_reform } } + TAI = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { owner = { civilized = no finance_reform = finance_reform_two } } + TAI = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { owner = { civilized = no monetary_reform = yes_monetary_reform } } + TAI = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { owner = { civilized = no monetary_reform = monetary_reform_two } } + TAI = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { owner = { civilized = no education_reform = yes_education_reform } } + TAI = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { owner = { civilized = no research_reform = yes_research_reform } } + TAI = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { owner = { civilized = no foreign_training = yes_foreign_training } } + TAI = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { owner = { civilized = no foreign_weapons = yes_foreign_weapons } } + TAI = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { owner = { civilized = no foreign_officers = yes_foreign_officers } } + TAI = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { owner = { civilized = no army_schools = yes_army_schools } } + TAI = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { owner = { civilized = no foreign_naval_officers = yes_foreign_naval_officers } } + TAI = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { owner = { civilized = no naval_schools = yes_naval_schools } } + TAI = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { owner = { civilized = no foreign_navies = yes_foreign_navies } } + TAI = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { owner = { civilized = no western_shipyards = yes_western_shipyards } } + TAI = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { owner = { civilized = no foreign_artillery = yes_foreign_artillery } } + TAI = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = yes_slavery } } + TAI = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = freedom_of_womb } } + TAI = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { civilized = no slavery = no_slavery } } + TAI = { political_reform = no_slavery } + } + + 1485 = { + add_core = KMT + fort = 3 + } + 2562 = { + add_core = KMT + fort = 3 + } + 2406 = { + add_core = KMT + fort = 3 + } + 2681 = { + add_core = KMT + fort = 3 + } + capital_scope = { + aristocrats = { + limit = { is_primary_culture = yes } + money = 300 + move_pop = 2681 + } + bureaucrats = { + limit = { is_primary_culture = yes } + money = 100 + move_pop = 2681 + } + officers = { + limit = { is_primary_culture = yes } + move_pop = 2681 + } + soldiers = { + limit = { is_primary_culture = yes } + move_pop = 2681 + } + } + capital = 2681 + money = 100000 + leadership = 40 + add_accepted_culture = min + random_country = { + limit = { + war_with = THIS + neighbour = THIS + is_culture_group = east_asian + NOT = { tag = LAN } + } + country_event = 16050215 + } + } } country_event = { - id = 16050215 - title = "EVTNAME16050215" #We have won - desc = "EVTDESC16050215" - picture = "celebration" - - is_triggered_only = yes - - option = { - name = "EVT16050215OPTA" - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - war_with = FROM - } - end_war = FROM - } - FROM = { - any_owned = { - limit = { - NOT = { - province_id = 1485 - province_id = 2562 - province_id = 2681 - province_id = 2406 - } - } - secede_province = THIS - } - } - } + id = 16050215 + title = "EVTNAME16050215" #We have won + desc = "EVTDESC16050215" + picture = "celebration" + + is_triggered_only = yes + + option = { + name = "EVT16050215OPTA" + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + war_with = FROM + } + end_war = FROM + } + FROM = { + any_owned = { + limit = { + NOT = { + province_id = 1485 + province_id = 2562 + province_id = 2681 + province_id = 2406 + } + } + secede_province = THIS + } + } + } } # surrender event for warlords country_event = { - id = 16050220 - title = "EVTNAME16050220" - desc = "EVTDESC16050220" - picture = "warlords" - - trigger = { - is_culture_group = east_asian - NOT = { tag = LAN } - war = yes - ai = yes - any_owned_province = { - is_capital = yes - NOT = { controlled_by = THIS } - NOT = { controlled_by_rebels = yes } - NOT = { country_units_in_province = THIS } - } - national_provinces_occupied = 0.75 - war_exhaustion = 50 - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 3 - has_country_flag = warlord_surrendered - } - } - - option = { - name = "EVT16050220OPTA" - set_country_flag = warlord_surrendered - any_country = { - limit = { - NOT = { tag = LAN } - is_culture_group = east_asian - war_with = THIS - ai = yes - } - country_event = 16050221 - } - } + id = 16050220 + title = "EVTNAME16050220" + desc = "EVTDESC16050220" + picture = "warlords" + + trigger = { + is_culture_group = east_asian + NOT = { tag = LAN } + war = yes + ai = yes + any_owned_province = { + is_capital = yes + NOT = { controlled_by = THIS } + NOT = { controlled_by_rebels = yes } + NOT = { country_units_in_province = THIS } + } + national_provinces_occupied = 0.75 + war_exhaustion = 50 + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 3 + has_country_flag = warlord_surrendered + } + } + + option = { + name = "EVT16050220OPTA" + set_country_flag = warlord_surrendered + any_country = { + limit = { + NOT = { tag = LAN } + is_culture_group = east_asian + war_with = THIS + ai = yes + } + country_event = 16050221 + } + } } country_event = { - id = 16050221 - title = "EVTNAME16050221" - desc = "EVTDESC16050221" - picture = "warlords" - - is_triggered_only = yes - - option = { - name = "EVT16050221OPTA" - war_exhaustion = -10 - random_country = { - limit = { - tag = FROM - capital_scope = { NOT = { controlled_by = THIS } } - } - any_owned = { - limit = { - controlled_by = THIS - NOT = { province_id = 1485 } - NOT = { province_id = 2562 } - NOT = { province_id = 2681 } - NOT = { province_id = 2406 } - any_neighbor_province = { owned_by = THIS } - } - secede_province = THIS - } - } - random_country = { - limit = { - tag = FROM - capital_scope = { controlled_by = THIS } - } - any_owned = { - limit = { - OR = { - controlled_by = THIS - controlled_by = FROM - NOT = { - any_neighbor_province = { - owner = { - is_culture_group = east_asian - ai = yes - war_with = FROM - } - } - } - } - NOT = { province_id = 1485 } - NOT = { province_id = 2562 } - NOT = { province_id = 2681 } - NOT = { province_id = 2406 } - } - change_controller = THIS - } - } - } + id = 16050221 + title = "EVTNAME16050221" + desc = "EVTDESC16050221" + picture = "warlords" + + is_triggered_only = yes + + option = { + name = "EVT16050221OPTA" + war_exhaustion = -10 + random_country = { + limit = { + tag = FROM + capital_scope = { NOT = { controlled_by = THIS } } + } + any_owned = { + limit = { + controlled_by = THIS + NOT = { province_id = 1485 } + NOT = { province_id = 2562 } + NOT = { province_id = 2681 } + NOT = { province_id = 2406 } + any_neighbor_province = { owned_by = THIS } + } + secede_province = THIS + } + } + random_country = { + limit = { + tag = FROM + capital_scope = { controlled_by = THIS } + } + any_owned = { + limit = { + OR = { + controlled_by = THIS + controlled_by = FROM + NOT = { + any_neighbor_province = { + owner = { + is_culture_group = east_asian + ai = yes + war_with = FROM + } + } + } + } + NOT = { province_id = 1485 } + NOT = { province_id = 2562 } + NOT = { province_id = 2681 } + NOT = { province_id = 2406 } + } + change_controller = THIS + } + } + } } # ending really long wars between warlords country_event = { - id = 16050222 - title = "EVTNAME16050222" - desc = "EVTDESC16050222" - picture = "warlords" - - trigger = { - is_culture_group = east_asian - NOT = { tag = LAN } - has_global_flag = warlord_era_has_begun - war = yes - ai = yes - any_owned_province = { - is_capital = yes - controlled_by = THIS - } - NOT = { national_provinces_occupied = 0.10 } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.5 - NOT = { national_provinces_occupied = 0.01 } - } - } - - option = { - name = "EVT97161OPTA" - any_country = { - limit = { - is_culture_group = east_asian - NOT = { tag = LAN } - war_with = THIS - ai = yes - NOT = { any_owned_province = { controlled_by = THIS } } - } - country_event = 16050223 - } - } + id = 16050222 + title = "EVTNAME16050222" + desc = "EVTDESC16050222" + picture = "warlords" + + trigger = { + is_culture_group = east_asian + NOT = { tag = LAN } + has_global_flag = warlord_era_has_begun + war = yes + ai = yes + any_owned_province = { + is_capital = yes + controlled_by = THIS + } + NOT = { national_provinces_occupied = 0.10 } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.5 + NOT = { national_provinces_occupied = 0.01 } + } + } + + option = { + name = "EVT97161OPTA" + any_country = { + limit = { + is_culture_group = east_asian + NOT = { tag = LAN } + war_with = THIS + ai = yes + NOT = { any_owned_province = { controlled_by = THIS } } + } + country_event = 16050223 + } + } } country_event = { - id = 16050223 - title = "EVTNAME16050223" - desc = "EVTDESC16050223" - picture = "warlords" - - is_triggered_only = yes - - option = { - name = "EVT16050223OPTA" - random_country = { - limit = { - tag = FROM - OR = { - NOT = { any_owned_province = { controlled_by = THIS } } - NOT = { neighbour = THIS } - } - } - end_war = THIS - THIS = { set_country_flag = ending_war_now } - } - any_country = { - limit = { - alliance_with = THIS - war_with = FROM - NOT = { is_culture_group = east_asian } - THIS = { has_country_flag = ending_war_now } - } - end_war = FROM - } - THIS = { clr_country_flag = ending_war_now } - } + id = 16050223 + title = "EVTNAME16050223" + desc = "EVTDESC16050223" + picture = "warlords" + + is_triggered_only = yes + + option = { + name = "EVT16050223OPTA" + random_country = { + limit = { + tag = FROM + OR = { + NOT = { any_owned_province = { controlled_by = THIS } } + NOT = { neighbour = THIS } + } + } + end_war = THIS + THIS = { set_country_flag = ending_war_now } + } + any_country = { + limit = { + alliance_with = THIS + war_with = FROM + NOT = { is_culture_group = east_asian } + THIS = { has_country_flag = ending_war_now } + } + end_war = FROM + } + THIS = { clr_country_flag = ending_war_now } + } } diff --git a/HPM/events/CHLhist.txt b/HPM/events/CHLhist.txt index 621a207a..b3265a22 100644 --- a/HPM/events/CHLhist.txt +++ b/HPM/events/CHLhist.txt @@ -1,477 +1,477 @@ country_event = { - id = 97080 - title = "EVTNAME97080" #Occupation of Araucania - desc = "EVTDESC97080" - picture = "occupation_of_araucania" - - trigger = { - tag = CHL - OR = { - 2332 = { empty = yes } - 2333 = { empty = yes } - 2334 = { empty = yes } - 2335 = { empty = yes } - 2391 = { empty = yes } - 2392 = { empty = yes } - 2394 = { empty = yes } - 2396 = { empty = yes } - 2397 = { empty = yes } - 2398 = { empty = yes } - 2399 = { empty = yes } - 2400 = { empty = yes } - } - has_country_flag = occupation_of_araucania - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.8 - year = 1875 - } - modifier = { - factor = 0.5 - year = 1880 - } - modifier = { - factor = 0.5 - state_n_government = 1 - } - modifier = { - factor = 0.5 - owns = 2395 - } - } - - option = { - name = "EVT97080OPTA" #For the glory of Chile! - prestige = 1 - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = no } - 2397 = { empty = no } - 2396 = { empty = no } - 2392 = { empty = no } - 2394 = { empty = no } - 2391 = { empty = yes } - 2394 = { owned_by = THIS } - } - 2391 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = no } - 2397 = { empty = no } - 2396 = { empty = no } - 2392 = { empty = no } - 2394 = { empty = yes } - 2392 = { owned_by = THIS } - } - 2394 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = no } - 2397 = { empty = no } - 2396 = { empty = no } - 2392 = { empty = yes } - 2396 = { owned_by = THIS } - } - 2392 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = no } - 2397 = { empty = no } - 2396 = { empty = yes } - 2397 = { owned_by = THIS } - } - 2396 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = no } - 2397 = { empty = yes } - 2398 = { owned_by = THIS } - } - 2397 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = no } - 2398 = { empty = yes } - 2399 = { owned_by = THIS } - } - 2398 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = no } - 2399 = { empty = yes } - 2400 = { owned_by = THIS } - } - 2399 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = no } - 2400 = { empty = yes } - 2335 = { owned_by = THIS } - } - 2400 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = no } - 2335 = { empty = yes } - 2334 = { owned_by = THIS } - } - 2335 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = no } - 2334 = { empty = yes } - 2333 = { owned_by = THIS } - } - 2334 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = no } - 2333 = { empty = yes } - 2332 = { owned_by = THIS } - } - 2333 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2332 = { empty = yes } - 2328 = { owned_by = THIS } - } - 2332 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - } + id = 97080 + title = "EVTNAME97080" #Occupation of Araucania + desc = "EVTDESC97080" + picture = "occupation_of_araucania" + + trigger = { + tag = CHL + OR = { + 2332 = { empty = yes } + 2333 = { empty = yes } + 2334 = { empty = yes } + 2335 = { empty = yes } + 2391 = { empty = yes } + 2392 = { empty = yes } + 2394 = { empty = yes } + 2396 = { empty = yes } + 2397 = { empty = yes } + 2398 = { empty = yes } + 2399 = { empty = yes } + 2400 = { empty = yes } + } + has_country_flag = occupation_of_araucania + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.8 + year = 1875 + } + modifier = { + factor = 0.5 + year = 1880 + } + modifier = { + factor = 0.5 + state_n_government = 1 + } + modifier = { + factor = 0.5 + owns = 2395 + } + } + + option = { + name = "EVT97080OPTA" #For the glory of Chile! + prestige = 1 + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = no } + 2397 = { empty = no } + 2396 = { empty = no } + 2392 = { empty = no } + 2394 = { empty = no } + 2391 = { empty = yes } + 2394 = { owned_by = THIS } + } + 2391 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = no } + 2397 = { empty = no } + 2396 = { empty = no } + 2392 = { empty = no } + 2394 = { empty = yes } + 2392 = { owned_by = THIS } + } + 2394 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = no } + 2397 = { empty = no } + 2396 = { empty = no } + 2392 = { empty = yes } + 2396 = { owned_by = THIS } + } + 2392 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = no } + 2397 = { empty = no } + 2396 = { empty = yes } + 2397 = { owned_by = THIS } + } + 2396 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = no } + 2397 = { empty = yes } + 2398 = { owned_by = THIS } + } + 2397 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = no } + 2398 = { empty = yes } + 2399 = { owned_by = THIS } + } + 2398 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = no } + 2399 = { empty = yes } + 2400 = { owned_by = THIS } + } + 2399 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = no } + 2400 = { empty = yes } + 2335 = { owned_by = THIS } + } + 2400 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = no } + 2335 = { empty = yes } + 2334 = { owned_by = THIS } + } + 2335 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = no } + 2334 = { empty = yes } + 2333 = { owned_by = THIS } + } + 2334 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = no } + 2333 = { empty = yes } + 2332 = { owned_by = THIS } + } + 2333 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2332 = { empty = yes } + 2328 = { owned_by = THIS } + } + 2332 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + } } - + #The End of the Chilean silver rush - country_event = { - id = 97081 - title = "EVTNAME97081" - desc = "EVTDESC97081" - picture = "chilean_silver_rush" - - trigger = { - 2323 = { owned_by = THIS trade_goods = precious_metal } - year = 1880 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 0.8 - year = 1885 - } - modifier = { - factor = 0.5 - year = 1886 - } - modifier = { - factor = 0.5 - year = 1887 - } - modifier = { - factor = 0.5 - year = 1888 - } - } - - option = { - name = "EVT97081OPTA" - #2322 = { trade_goods = iron remove_province_modifier = silver_mine } - 2323 = { trade_goods = iron remove_province_modifier = silver_mine } - 2329 = { trade_goods = coal } - } + country_event = { + id = 97081 + title = "EVTNAME97081" + desc = "EVTDESC97081" + picture = "chilean_silver_rush" + + trigger = { + 2323 = { owned_by = THIS trade_goods = precious_metal } + year = 1880 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 0.8 + year = 1885 + } + modifier = { + factor = 0.5 + year = 1886 + } + modifier = { + factor = 0.5 + year = 1887 + } + modifier = { + factor = 0.5 + year = 1888 + } + } + + option = { + name = "EVT97081OPTA" + #2322 = { trade_goods = iron remove_province_modifier = silver_mine } + 2323 = { trade_goods = iron remove_province_modifier = silver_mine } + 2329 = { trade_goods = coal } + } } #The War of the Pacific - 1/2 country_event = { - id = 97082 - title = "EVTNAME97082" - desc = "EVTDESC97082" - picture = "sinking_of_the_esmeralda" - - trigger = { - tag = CHL - is_vassal = no - has_recently_lost_war = no - is_disarmed = no - war = no - NOT = { war_exhaustion = 20 } - 2308 = { - OR = { - owner = { NOT = { truce_with = THIS } } - owned_by = THIS - } - } - 2305 = { - OR = { - owner = { NOT = { truce_with = THIS } } - owned_by = THIS - } - } - OR = { - year = 1878 - AND = { - invention = ironclads - nationalism_n_imperialism = 1 - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - } - - immediate = { set_global_flag = war_of_the_pacific } - - option = { - name = "EVT97082OPTA" - badboy = 2 - 2308 = { trade_goods = sulphur add_core = CHL } - 2309 = { add_core = CHL } - 2307 = { add_core = CHL } - 2305 = { trade_goods = sulphur add_core = CHL } - 2578 = { add_core = CHL } - - any_country = { - limit = { - any_owned_province = { - OR = { - region = BOL_2309 - province_id = 2578 - } - } - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - - relation = { who = THIS value = -400 } - any_owned = { - limit = { - OR = { - region = BOL_2309 - province_id = 2578 - } - } - secede_province = THIS - } - } - - any_country = { - limit = { - any_owned_province = { - OR = { - region = BOL_2309 - province_id = 2578 - } - } - NOT = { - in_sphere = THIS - vassal_of = THIS - } - } - relation = { who = THIS value = -400 } - leave_alliance = THIS - end_military_access = THIS - country_event = 97083 - } - add_country_modifier = { name = small_country_draft duration = 180 } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97082OPTB" - badboy = 2 - 2308 = { trade_goods = sulphur add_core = CHL } - 2309 = { add_core = CHL } - 2307 = { add_core = CHL } - 2305 = { trade_goods = sulphur add_core = CHL } - 2578 = { add_core = CHL } - relation = { who = BOL value = -400 } - relation = { who = PEU value = -400 } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT97082OPTC" - badboy = -4 - prestige_factor = -0.1 - ai_chance = { factor = 0 } - } + id = 97082 + title = "EVTNAME97082" + desc = "EVTDESC97082" + picture = "sinking_of_the_esmeralda" + + trigger = { + tag = CHL + is_vassal = no + has_recently_lost_war = no + is_disarmed = no + war = no + NOT = { war_exhaustion = 20 } + 2308 = { + OR = { + owner = { NOT = { truce_with = THIS } } + owned_by = THIS + } + } + 2305 = { + OR = { + owner = { NOT = { truce_with = THIS } } + owned_by = THIS + } + } + OR = { + year = 1878 + AND = { + invention = ironclads + nationalism_n_imperialism = 1 + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + } + + immediate = { set_global_flag = war_of_the_pacific } + + option = { + name = "EVT97082OPTA" + badboy = 2 + 2308 = { trade_goods = sulphur add_core = CHL } + 2309 = { add_core = CHL } + 2307 = { add_core = CHL } + 2305 = { trade_goods = sulphur add_core = CHL } + 2578 = { add_core = CHL } + + any_country = { + limit = { + any_owned_province = { + OR = { + region = BOL_2309 + province_id = 2578 + } + } + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + + relation = { who = THIS value = -400 } + any_owned = { + limit = { + OR = { + region = BOL_2309 + province_id = 2578 + } + } + secede_province = THIS + } + } + + any_country = { + limit = { + any_owned_province = { + OR = { + region = BOL_2309 + province_id = 2578 + } + } + NOT = { + in_sphere = THIS + vassal_of = THIS + } + } + relation = { who = THIS value = -400 } + leave_alliance = THIS + end_military_access = THIS + country_event = 97083 + } + add_country_modifier = { name = small_country_draft duration = 180 } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97082OPTB" + badboy = 2 + 2308 = { trade_goods = sulphur add_core = CHL } + 2309 = { add_core = CHL } + 2307 = { add_core = CHL } + 2305 = { trade_goods = sulphur add_core = CHL } + 2578 = { add_core = CHL } + relation = { who = BOL value = -400 } + relation = { who = PEU value = -400 } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT97082OPTC" + badboy = -4 + prestige_factor = -0.1 + ai_chance = { factor = 0 } + } } #The War of the Pacific - BOL/PEU Declare War 2/2 country_event = { - id = 97083 - title = "EVTNAME97082" - desc = "EVTDESC97083" - picture = "sinking_of_the_esmeralda" - - is_triggered_only = yes - - option = { - name = "EVT97082OPTA" - any_country = { - limit = { - NOT = { war_with = THIS } - OR = { - is_sphere_leader_of = CHL - is_sphere_leader_of = THIS - } - } - country_event = { id = 97084 days = 2 } - } - war = { - target = FROM - attacker_goal = { - casus_belli = war_reparations - } - - defender_goal = { - casus_belli = acquire_all_cores - country = CHL - } - call_ally = no - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT97082OPTB" - any_owned = { - limit = { - OR = { - province_id = 2305 - province_id = 2309 - province_id = 2308 - province_id = 2307 - province_id = 2578 - } - } - secede_province = CHL - } - ai_chance = { - factor = 10 - modifier = { factor = 3 war = yes } - } - } + id = 97083 + title = "EVTNAME97082" + desc = "EVTDESC97083" + picture = "sinking_of_the_esmeralda" + + is_triggered_only = yes + + option = { + name = "EVT97082OPTA" + any_country = { + limit = { + NOT = { war_with = THIS } + OR = { + is_sphere_leader_of = CHL + is_sphere_leader_of = THIS + } + } + country_event = { id = 97084 days = 2 } + } + war = { + target = FROM + attacker_goal = { + casus_belli = war_reparations + } + + defender_goal = { + casus_belli = acquire_all_cores + country = CHL + } + call_ally = no + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT97082OPTB" + any_owned = { + limit = { + OR = { + province_id = 2305 + province_id = 2309 + province_id = 2308 + province_id = 2307 + province_id = 2578 + } + } + secede_province = CHL + } + ai_chance = { + factor = 10 + modifier = { factor = 3 war = yes } + } + } } #The War of the Pacific - Sphere owner declares neutrality? country_event = { - id = 97084 - title = "EVTNAME97084" - desc = "EVTDESC97084" - picture = "sinking_of_the_esmeralda" - - is_triggered_only = yes - - option = { - name = "EVT97084OPTA" #We will not intervene - random_owned = { - limit = { - owner = { war_with = FROM } - } - owner = { end_war = FROM } - } - random_owned = { - limit = { - owner = { alliance_with = FROM } - } - owner = { leave_alliance = FROM } - } - random_owned = { - limit = { - owner = { war_with = CHL } - } - owner = { end_war = CHL } - } - random_owned = { - limit = { - owner = { alliance_with = CHL } - } - owner = { leave_alliance = CHL } - } - diplomatic_influence = { who = CHL value = -200 } - diplomatic_influence = { who = FROM value = -200 } - ai_chance = { - factor = 90 - modifier = { - factor = 0.25 - is_sphere_leader_of = CHL - relation = { who = FROM value = 150 } - } - } - } - - option = { - name = "EVT97084OPTB" - ai_chance = { - factor = 10 - modifier = { factor = 0 war = yes } - } - } + id = 97084 + title = "EVTNAME97084" + desc = "EVTDESC97084" + picture = "sinking_of_the_esmeralda" + + is_triggered_only = yes + + option = { + name = "EVT97084OPTA" #We will not intervene + random_owned = { + limit = { + owner = { war_with = FROM } + } + owner = { end_war = FROM } + } + random_owned = { + limit = { + owner = { alliance_with = FROM } + } + owner = { leave_alliance = FROM } + } + random_owned = { + limit = { + owner = { war_with = CHL } + } + owner = { end_war = CHL } + } + random_owned = { + limit = { + owner = { alliance_with = CHL } + } + owner = { leave_alliance = CHL } + } + diplomatic_influence = { who = CHL value = -200 } + diplomatic_influence = { who = FROM value = -200 } + ai_chance = { + factor = 90 + modifier = { + factor = 0.25 + is_sphere_leader_of = CHL + relation = { who = FROM value = 150 } + } + } + } + + option = { + name = "EVT97084OPTB" + ai_chance = { + factor = 10 + modifier = { factor = 0 war = yes } + } + } } diff --git a/HPM/events/COBFlavor.txt b/HPM/events/COBFlavor.txt index bccbf395..e53a8e40 100644 --- a/HPM/events/COBFlavor.txt +++ b/HPM/events/COBFlavor.txt @@ -1,48 +1,47 @@ country_event = { - id = 35000 - news = yes - news_desc_long = "EVTDESC35000_NEWS_LONG" - news_desc_medium = "EVTDESC35000_NEWS_MEDIUM" - news_desc_short = "EVTDESC35000_NEWS_SHORT" - trigger = { - tag = COB - year = 1836 - has_global_flag = ENGRoyalHouseAnglified - NOT = { - year = 1936 - has_country_flag = ENGRoyalHouseSplits - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1860 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1880 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1900 - } - } - - title = "EVTNAME35000" - desc = "EVTDESC35000" - picture = "SaxeCoburgGotha" - - option = { - name = "EVTOPTA35000" - set_country_flag = ENGRoyalHouseSplits - prestige = -10 - } + id = 35000 + news = yes + news_desc_long = "EVTDESC35000_NEWS_LONG" + news_desc_medium = "EVTDESC35000_NEWS_MEDIUM" + news_desc_short = "EVTDESC35000_NEWS_SHORT" + trigger = { + tag = COB + year = 1836 + has_global_flag = ENGRoyalHouseAnglified + NOT = { + year = 1936 + has_country_flag = ENGRoyalHouseSplits + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1860 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1880 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1900 + } + } + + title = "EVTNAME35000" + desc = "EVTDESC35000" + picture = "SaxeCoburgGotha" + + option = { + name = "EVTOPTA35000" + set_country_flag = ENGRoyalHouseSplits + prestige = -10 + } } - diff --git a/HPM/events/CPLhist.txt b/HPM/events/CPLhist.txt index 58f5970c..75562a06 100644 --- a/HPM/events/CPLhist.txt +++ b/HPM/events/CPLhist.txt @@ -1,611 +1,611 @@ #The January Uprising country_event = { - id = 500001 - title = "EVTNAME500001" - desc = "EVTDESC500001" - news = yes - news_desc_long = "EVTDESC95076_NEWS_LONG" - news_desc_medium = "EVTDESC95076_NEWS_MEDIUM" - news_desc_short = "EVTDESC95076_NEWS_SHORT" - picture = "january_uprising" - - fire_only_once = yes - - trigger = { - NOT = { has_global_flag = january_uprising_happened } - year = 1855 - owns = 706 - NOT = { is_culture_group = polish_culture_group } - NOT = { accepted_culture = polish } - OR = { - CPL = { exists = no } - is_our_vassal = CPL - } - OR = { - war_exhaustion = 40 - AND = { - has_recently_lost_war = yes - any_owned_province = { - pop_majority_culture = polish - OR = { - average_militancy = 2 - average_consciousness = 4 - } - } - } - AND = { - tag = RUS - has_country_flag = crimean_war - war = no - } - any_owned_province = { - any_core = { primary_culture = polish } - OR = { - average_militancy = 4 - average_consciousness = 7 - } - } - } - } - - option = { - name = "EVTOPT500001A" - set_global_flag = january_uprising_happened - set_country_flag = through_january_uprising - release = CPL - any_owned = { - limit = { - OR = { - is_core = CPL - any_core = { primary_culture = polish } - } - } - secede_province = CPL - } - CPL = { all_core = { add_core = RUS } } - any_owned = { limit = { is_core = LIT } add_province_modifier = { name = nationalist_agitation duration = 365 } } - CPL = { - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - political_reform = mandatory_service - political_reform = peonage - nationalvalue = nv_order - leadership = 80 - treasury = 10000 - - define_general = { - name = "Stanislaw Brzóska" - personality = spirited - background = nationalist - } - - define_general = { - name = "Aleksander Waszkowski" - personality = stouthearted - background = nationalist - } - - add_country_modifier = { name = polish_uprising_mobilization duration = 2920 } - add_country_modifier = { name = unrecognized_country duration = 1095 } - - any_pop = { - limit = { - has_pop_culture = russian - OR = { - pop_type = bureaucrats - pop_type = soldiers - pop_type = officers - pop_type = aristocrats - pop_type = capitalists - } - } - reduce_pop = 0.9 - } - } - - war = { - target = CPL - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - } - - any_owned = { - limit = { - OR = { - is_core = RUT - is_core = PLC - is_core = POL - is_core = LIT - is_core = LAT - } - } - any_pop = { - limit = { is_accepted_culture = no } - ideology = { factor = 0.1 value = liberal } - militancy = 7 - consciousness = 8 - } - } - - any_owned = { - limit = { - OR = { - is_core = BYE - is_core = UKR - } - } - any_pop = { - limit = { is_accepted_culture = no } - militancy = 3 - consciousness = 5 - } - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - country_event = 500002 - } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT500001C" - CPL = { any_owned = { remove_core = RUS } } - release = CPL - prestige = -50 - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPT500001D" - set_global_flag = january_uprising_happened - set_country_flag = through_january_uprising - release = CPL - any_owned = { - limit = { - OR = { - is_core = CPL - pop_majority_culture = polish - } - } - secede_province = CPL - } - CPL = { all_core = { add_core = RUS } } - any_owned = { limit = { is_core = LIT } add_province_modifier = { name = nationalist_agitation duration = 365 } } - CPL = { - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - political_reform = mandatory_service - political_reform = peonage - nationalvalue = nv_order - leadership = 80 - treasury = 10000 - - define_general = { - name = "Stanislaw Brzóska" - personality = spirited - background = nationalist - } - - define_general = { - name = "Aleksander Waszkowski" - personality = stouthearted - background = nationalist - } - - add_country_modifier = { name = small_country_draft duration = 30 } - add_country_modifier = { name = unrecognized_country duration = 1095 } - - any_pop = { - limit = { - has_pop_culture = russian - OR = { - pop_type = bureaucrats - pop_type = soldiers - pop_type = officers - pop_type = aristocrats - pop_type = capitalists - } - } - reduce_pop = 0.9 - } - } - - war = { - target = CPL - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - } - - any_owned = { - limit = { - OR = { - is_core = RUT - is_core = PLC - is_core = POL - is_core = LIT - is_core = LAT - } - } - any_pop = { - limit = { is_accepted_culture = no } - ideology = { factor = 0.1 value = liberal } - militancy = 7 - consciousness = 8 - } - } - - any_owned = { - limit = { - OR = { - is_core = BYE - is_core = UKR - } - } - any_pop = { - limit = { is_accepted_culture = no } - militancy = 3 - consciousness = 5 - } - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - country_event = 500002 - } - change_tag_no_core_switch = CPL - ai_chance = { factor = 0 } - } + id = 500001 + title = "EVTNAME500001" + desc = "EVTDESC500001" + news = yes + news_desc_long = "EVTDESC95076_NEWS_LONG" + news_desc_medium = "EVTDESC95076_NEWS_MEDIUM" + news_desc_short = "EVTDESC95076_NEWS_SHORT" + picture = "january_uprising" + + fire_only_once = yes + + trigger = { + NOT = { has_global_flag = january_uprising_happened } + year = 1855 + owns = 706 + NOT = { is_culture_group = polish_culture_group } + NOT = { accepted_culture = polish } + OR = { + CPL = { exists = no } + is_our_vassal = CPL + } + OR = { + war_exhaustion = 40 + AND = { + has_recently_lost_war = yes + any_owned_province = { + pop_majority_culture = polish + OR = { + average_militancy = 2 + average_consciousness = 4 + } + } + } + AND = { + tag = RUS + has_country_flag = crimean_war + war = no + } + any_owned_province = { + any_core = { primary_culture = polish } + OR = { + average_militancy = 4 + average_consciousness = 7 + } + } + } + } + + option = { + name = "EVTOPT500001A" + set_global_flag = january_uprising_happened + set_country_flag = through_january_uprising + release = CPL + any_owned = { + limit = { + OR = { + is_core = CPL + any_core = { primary_culture = polish } + } + } + secede_province = CPL + } + CPL = { all_core = { add_core = RUS } } + any_owned = { limit = { is_core = LIT } add_province_modifier = { name = nationalist_agitation duration = 365 } } + CPL = { + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + political_reform = mandatory_service + political_reform = peonage + nationalvalue = nv_order + leadership = 80 + treasury = 10000 + + define_general = { + name = "Stanislaw Brzóska" + personality = spirited + background = nationalist + } + + define_general = { + name = "Aleksander Waszkowski" + personality = stouthearted + background = nationalist + } + + add_country_modifier = { name = polish_uprising_mobilization duration = 2920 } + add_country_modifier = { name = unrecognized_country duration = 1095 } + + any_pop = { + limit = { + has_pop_culture = russian + OR = { + pop_type = bureaucrats + pop_type = soldiers + pop_type = officers + pop_type = aristocrats + pop_type = capitalists + } + } + reduce_pop = 0.9 + } + } + + war = { + target = CPL + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = status_quo } + } + + any_owned = { + limit = { + OR = { + is_core = RUT + is_core = PLC + is_core = POL + is_core = LIT + is_core = LAT + } + } + any_pop = { + limit = { is_accepted_culture = no } + ideology = { factor = 0.1 value = liberal } + militancy = 7 + consciousness = 8 + } + } + + any_owned = { + limit = { + OR = { + is_core = BYE + is_core = UKR + } + } + any_pop = { + limit = { is_accepted_culture = no } + militancy = 3 + consciousness = 5 + } + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + country_event = 500002 + } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT500001C" + CPL = { any_owned = { remove_core = RUS } } + release = CPL + prestige = -50 + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPT500001D" + set_global_flag = january_uprising_happened + set_country_flag = through_january_uprising + release = CPL + any_owned = { + limit = { + OR = { + is_core = CPL + pop_majority_culture = polish + } + } + secede_province = CPL + } + CPL = { all_core = { add_core = RUS } } + any_owned = { limit = { is_core = LIT } add_province_modifier = { name = nationalist_agitation duration = 365 } } + CPL = { + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + political_reform = mandatory_service + political_reform = peonage + nationalvalue = nv_order + leadership = 80 + treasury = 10000 + + define_general = { + name = "Stanislaw Brzóska" + personality = spirited + background = nationalist + } + + define_general = { + name = "Aleksander Waszkowski" + personality = stouthearted + background = nationalist + } + + add_country_modifier = { name = small_country_draft duration = 30 } + add_country_modifier = { name = unrecognized_country duration = 1095 } + + any_pop = { + limit = { + has_pop_culture = russian + OR = { + pop_type = bureaucrats + pop_type = soldiers + pop_type = officers + pop_type = aristocrats + pop_type = capitalists + } + } + reduce_pop = 0.9 + } + } + + war = { + target = CPL + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = status_quo } + } + + any_owned = { + limit = { + OR = { + is_core = RUT + is_core = PLC + is_core = POL + is_core = LIT + is_core = LAT + } + } + any_pop = { + limit = { is_accepted_culture = no } + ideology = { factor = 0.1 value = liberal } + militancy = 7 + consciousness = 8 + } + } + + any_owned = { + limit = { + OR = { + is_core = BYE + is_core = UKR + } + } + any_pop = { + limit = { is_accepted_culture = no } + militancy = 3 + consciousness = 5 + } + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + country_event = 500002 + } + change_tag_no_core_switch = CPL + ai_chance = { factor = 0 } + } } #Polish Uprising - Foreign Intervention country_event = { - id = 500002 - title = "EVTNAME500002" - desc = "EVTDESC500002" - picture = "january_uprising" - - is_triggered_only = yes - - option = { - name = "EVTOPT500002A" #Help the poles - set_country_flag = polish_uprising_voted - random_owned = { - limit = { owner = { check_variable = { which = owed_cash_money value = 9 } } } - owner = { change_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { NOT = { check_variable = { which = owed_cash_money value = 1 } } } } - owner = { set_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { NOT = { check_variable = { which = owed_artillery value = 1 } } } } - owner = { set_variable = { which = owed_artillery value = 10 } } - } - random_owned = { - limit = { owner = { check_variable = { which = owed_artillery value = 1 } } } - owner = { change_variable = { which = owed_artillery value = 10 } } - } - random_owned = { - limit = { owner = { NOT = { check_variable = { which = owed_canned_food value = 1 } } } } - owner = { set_variable = { which = owed_canned_food value = 10 } } - } - random_owned = { - limit = { owner = { check_variable = { which = owed_canned_food value = 1 } } } - owner = { change_variable = { which = owed_canned_food value = 10 } } - } - random_owned = { - limit = { owner = { NOT = { check_variable = { which = owed_small_arms value = 1 } } } } - owner = { set_variable = { which = owed_small_arms value = 10 } } - } - random_owned = { - limit = { owner = { check_variable = { which = owed_small_arms value = 1 } } } - owner = { change_variable = { which = owed_small_arms value = 10 } } - } - random_owned = { - limit = { owner = { NOT = { check_variable = { which = owed_ammunition value = 1 } } } } - owner = { set_variable = { which = owed_ammunition value = 10 } } - } - random_owned = { - limit = { owner = { check_variable = { which = owed_ammunition value = 1 } } } - owner = { change_variable = { which = owed_ammunition value = 10 } } - } - CPL = { - treasury = 20000 - small_arms = 10 - ammunition = 10 - canned_food = 10 - artillery = 10 - } - create_alliance = CPL - leave_alliance = FROM - relation = { who = FROM value = -150 } - relation = { who = CPL value = 200 } - diplomatic_influence = { who = CPL value = 100 } - any_pop = { - limit = { has_pop_culture = polish } - consciousness = 4 - militancy = -6 - } - - ai_chance = { - factor = 25 - modifier = { factor = 0 alliance_with = FROM } - modifier = { factor = 10 war_with = FROM } - modifier = { factor = 2 truce_with = FROM } - modifier = { - factor = 2 - NOT = { relation = { who = FROM value = -150 } } - } - modifier = { - factor = 1.5 - NOT = { relation = { who = FROM value = -100 } } - } - modifier = { - factor = 1.25 - NOT = { relation = { who = FROM value = -50 } } - } - } - } - - option = { - name = "EVTOPT500002B" #condemn Russia - set_country_flag = polish_uprising_voted - relation = { who = FROM value = -50 } - relation = { who = CPL value = 50 } - any_pop = { - limit = { has_pop_culture = polish } - consciousness = 7 - militancy = -1 - } - ai_chance = { - factor = 25 - modifier = { factor = 0 alliance_with = FROM } - modifier = { - factor = 1.25 - relation = { who = FROM value = -50 } - NOT = { relation = { who = FROM value = 0 } } - } - modifier = { - factor = 1.25 - relation = { who = FROM value = 0 } - NOT = { relation = { who = FROM value = 50 } } - } - } - } - - option = { - name = "EVTOPT500002C" #stay neutral - set_country_flag = polish_uprising_voted - relation = { who = CPL value = -25 } - any_pop = { - limit = { has_pop_culture = polish } - consciousness = 4 - militancy = 1 - } - ai_chance = { - factor = 25 - modifier = { - factor = 5 - any_owned_province = { pop_majority_culture = polish } - } - modifier = { - factor = 2 - relation = { who = FROM value = 50 } - NOT = { relation = { who = FROM value = 100 } } - } - } - } - option = { - name = "EVTOPT500002D" #support russia - set_country_flag = polish_uprising_voted - relation = { who = FROM value = 25 } - relation = { who = CPL value = -150 } - any_pop = { - limit = { has_pop_culture = polish } - militancy = 4 - consciousness = 7 - } - ai_chance = { - factor = 25 - modifier = { factor = 5 alliance_with = FROM } - modifier = { - factor = 2 - relation = { who = FROM value = 190 } - } - modifier = { - factor = 2 - relation = { who = FROM value = 150 } - } - modifier = { - factor = 2 - relation = { who = FROM value = 100 } - } - } - } + id = 500002 + title = "EVTNAME500002" + desc = "EVTDESC500002" + picture = "january_uprising" + + is_triggered_only = yes + + option = { + name = "EVTOPT500002A" #Help the poles + set_country_flag = polish_uprising_voted + random_owned = { + limit = { owner = { check_variable = { which = owed_cash_money value = 9 } } } + owner = { change_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { NOT = { check_variable = { which = owed_cash_money value = 1 } } } } + owner = { set_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { NOT = { check_variable = { which = owed_artillery value = 1 } } } } + owner = { set_variable = { which = owed_artillery value = 10 } } + } + random_owned = { + limit = { owner = { check_variable = { which = owed_artillery value = 1 } } } + owner = { change_variable = { which = owed_artillery value = 10 } } + } + random_owned = { + limit = { owner = { NOT = { check_variable = { which = owed_canned_food value = 1 } } } } + owner = { set_variable = { which = owed_canned_food value = 10 } } + } + random_owned = { + limit = { owner = { check_variable = { which = owed_canned_food value = 1 } } } + owner = { change_variable = { which = owed_canned_food value = 10 } } + } + random_owned = { + limit = { owner = { NOT = { check_variable = { which = owed_small_arms value = 1 } } } } + owner = { set_variable = { which = owed_small_arms value = 10 } } + } + random_owned = { + limit = { owner = { check_variable = { which = owed_small_arms value = 1 } } } + owner = { change_variable = { which = owed_small_arms value = 10 } } + } + random_owned = { + limit = { owner = { NOT = { check_variable = { which = owed_ammunition value = 1 } } } } + owner = { set_variable = { which = owed_ammunition value = 10 } } + } + random_owned = { + limit = { owner = { check_variable = { which = owed_ammunition value = 1 } } } + owner = { change_variable = { which = owed_ammunition value = 10 } } + } + CPL = { + treasury = 20000 + small_arms = 10 + ammunition = 10 + canned_food = 10 + artillery = 10 + } + create_alliance = CPL + leave_alliance = FROM + relation = { who = FROM value = -150 } + relation = { who = CPL value = 200 } + diplomatic_influence = { who = CPL value = 100 } + any_pop = { + limit = { has_pop_culture = polish } + consciousness = 4 + militancy = -6 + } + + ai_chance = { + factor = 25 + modifier = { factor = 0 alliance_with = FROM } + modifier = { factor = 10 war_with = FROM } + modifier = { factor = 2 truce_with = FROM } + modifier = { + factor = 2 + NOT = { relation = { who = FROM value = -150 } } + } + modifier = { + factor = 1.5 + NOT = { relation = { who = FROM value = -100 } } + } + modifier = { + factor = 1.25 + NOT = { relation = { who = FROM value = -50 } } + } + } + } + + option = { + name = "EVTOPT500002B" #condemn Russia + set_country_flag = polish_uprising_voted + relation = { who = FROM value = -50 } + relation = { who = CPL value = 50 } + any_pop = { + limit = { has_pop_culture = polish } + consciousness = 7 + militancy = -1 + } + ai_chance = { + factor = 25 + modifier = { factor = 0 alliance_with = FROM } + modifier = { + factor = 1.25 + relation = { who = FROM value = -50 } + NOT = { relation = { who = FROM value = 0 } } + } + modifier = { + factor = 1.25 + relation = { who = FROM value = 0 } + NOT = { relation = { who = FROM value = 50 } } + } + } + } + + option = { + name = "EVTOPT500002C" #stay neutral + set_country_flag = polish_uprising_voted + relation = { who = CPL value = -25 } + any_pop = { + limit = { has_pop_culture = polish } + consciousness = 4 + militancy = 1 + } + ai_chance = { + factor = 25 + modifier = { + factor = 5 + any_owned_province = { pop_majority_culture = polish } + } + modifier = { + factor = 2 + relation = { who = FROM value = 50 } + NOT = { relation = { who = FROM value = 100 } } + } + } + } + option = { + name = "EVTOPT500002D" #support russia + set_country_flag = polish_uprising_voted + relation = { who = FROM value = 25 } + relation = { who = CPL value = -150 } + any_pop = { + limit = { has_pop_culture = polish } + militancy = 4 + consciousness = 7 + } + ai_chance = { + factor = 25 + modifier = { factor = 5 alliance_with = FROM } + modifier = { + factor = 2 + relation = { who = FROM value = 190 } + } + modifier = { + factor = 2 + relation = { who = FROM value = 150 } + } + modifier = { + factor = 2 + relation = { who = FROM value = 100 } + } + } + } } - + country_event = { - id = 500003 - title = "EVTNAME500003" #Polish defeated - desc = "EVTDESC500003" - picture = "vacation_on_siberia" - - fire_only_once = yes - - trigger = { - war = no - CPL = { exists = no } - owns = 706 - has_global_flag = january_uprising_happened - has_country_flag = through_january_uprising - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT500003A" #punish them - any_country = { - limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { alliance_with = THIS } } - relation = { who = THIS value = -25 } - } - - random_owned = { - limit = { owner = { tag = RUS } } - owner = { - RUS_360 = { add_core = RUS } - CPL = { all_core = { add_core = RUS } } - } - } - - add_tax_relative_income = 0.05 - - 706 = { any_pop = { limit = { has_pop_culture = polish pop_type = officers } reduce_pop = 0.7 } } - any_owned = { - limit = { is_core = POL } - any_pop = { - limit = { - has_pop_culture = polish - OR = { - pop_type = officers - pop_type = soldiers - } - } - reduce_pop = 0.7 - } - } - - any_owned = { - limit = { is_core = CPL } - any_pop = { - limit = { has_pop_culture = polish } - random_list = { - 25 = { reduce_pop = 0.99 } - 25 = { reduce_pop = 0.985 } - 25 = { reduce_pop = 0.98 } - 25 = { reduce_pop = 0.975 } - } - } - } - - ai_chance = { factor = 95 } - } - - option = { - name = "EVTOPT500003B" #be lenient - prestige = -30 - any_pop = { - limit = { is_accepted_culture = no } - consciousness = 6 - } - ai_chance = { factor = 5 } - } + id = 500003 + title = "EVTNAME500003" #Polish defeated + desc = "EVTDESC500003" + picture = "vacation_on_siberia" + + fire_only_once = yes + + trigger = { + war = no + CPL = { exists = no } + owns = 706 + has_global_flag = january_uprising_happened + has_country_flag = through_january_uprising + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT500003A" #punish them + any_country = { + limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { alliance_with = THIS } } + relation = { who = THIS value = -25 } + } + + random_owned = { + limit = { owner = { tag = RUS } } + owner = { + RUS_360 = { add_core = RUS } + CPL = { all_core = { add_core = RUS } } + } + } + + add_tax_relative_income = 0.05 + + 706 = { any_pop = { limit = { has_pop_culture = polish pop_type = officers } reduce_pop = 0.7 } } + any_owned = { + limit = { is_core = POL } + any_pop = { + limit = { + has_pop_culture = polish + OR = { + pop_type = officers + pop_type = soldiers + } + } + reduce_pop = 0.7 + } + } + + any_owned = { + limit = { is_core = CPL } + any_pop = { + limit = { has_pop_culture = polish } + random_list = { + 25 = { reduce_pop = 0.99 } + 25 = { reduce_pop = 0.985 } + 25 = { reduce_pop = 0.98 } + 25 = { reduce_pop = 0.975 } + } + } + } + + ai_chance = { factor = 95 } + } + + option = { + name = "EVTOPT500003B" #be lenient + prestige = -30 + any_pop = { + limit = { is_accepted_culture = no } + consciousness = 6 + } + ai_chance = { factor = 5 } + } } country_event = { - id = 500004 - title = "EVTNAME500004" #Polish petitions for annexation - desc = "EVTDESC500004" - picture = "greatpowers" - - - trigger = { - ai = yes - NOT = { has_country_flag = polish_integration_asked } - is_greater_power = no - primary_culture = polish - war = no - OR = { - part_of_sphere = no - in_sphere = POL - } - POL = { - NOT = { truce_with = THIS } - exists = yes - neighbour = THIS - is_vassal = no - } - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVTOPT500004A" - set_country_flag = polish_integration_asked - all_core = { - add_core = POL - remove_core = THIS - } - annex_to = POL - - ai_chance = { - factor = 100 - modifier = { - factor = 0 - OR = { - tag = DZG - is_secondary_power = yes - } - } - } - } - - option = { - name = "EVTOPT500004B" - set_country_flag = polish_integration_asked - all_core = { add_core = POL } - ai_chance = { - factor = 0 - modifier = { - factor = 100 - OR = { - tag = DZG - is_secondary_power = yes - } - } - } - } - } - + id = 500004 + title = "EVTNAME500004" #Polish petitions for annexation + desc = "EVTDESC500004" + picture = "greatpowers" + + + trigger = { + ai = yes + NOT = { has_country_flag = polish_integration_asked } + is_greater_power = no + primary_culture = polish + war = no + OR = { + part_of_sphere = no + in_sphere = POL + } + POL = { + NOT = { truce_with = THIS } + exists = yes + neighbour = THIS + is_vassal = no + } + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVTOPT500004A" + set_country_flag = polish_integration_asked + all_core = { + add_core = POL + remove_core = THIS + } + annex_to = POL + + ai_chance = { + factor = 100 + modifier = { + factor = 0 + OR = { + tag = DZG + is_secondary_power = yes + } + } + } + } + + option = { + name = "EVTOPT500004B" + set_country_flag = polish_integration_asked + all_core = { add_core = POL } + ai_chance = { + factor = 0 + modifier = { + factor = 100 + OR = { + tag = DZG + is_secondary_power = yes + } + } + } + } + } + country_event = { - id = 500005 - title = "EVTNAME500005" #GP Poland gets cores - desc = "EVTDESC500005" - picture = "greatpowers" - - fire_only_once = yes - - trigger = { - tag = POL - war = no - is_greater_power = yes - exists = yes - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVTOPT500005A" - PZN = { all_core = { add_core = POL } } - PML = { all_core = { add_core = POL } } - SLS = { all_core = { add_core = POL } } - LUZ = { all_core = { add_core = POL } } - } + id = 500005 + title = "EVTNAME500005" #GP Poland gets cores + desc = "EVTDESC500005" + picture = "greatpowers" + + fire_only_once = yes + + trigger = { + tag = POL + war = no + is_greater_power = yes + exists = yes + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPT500005A" + PZN = { all_core = { add_core = POL } } + PML = { all_core = { add_core = POL } } + SLS = { all_core = { add_core = POL } } + LUZ = { all_core = { add_core = POL } } + } } diff --git a/HPM/events/CSA_Confederate.txt b/HPM/events/CSA_Confederate.txt index 471c6457..b1ae5bd5 100644 --- a/HPM/events/CSA_Confederate.txt +++ b/HPM/events/CSA_Confederate.txt @@ -1,125 +1,124 @@ # The H. L. Hunley country_event = { - id = 110056 - title = "EVTNAME110056" - desc = "EVTDESC110056" - picture = "CSA_hunley" - - trigger = { - tag = CSA - has_global_flag = american_civil_war_has_happened - war = yes - } - - mean_time_to_happen = { - months = 36 - } - - fire_only_once = yes - - option = { - name = "EVT110056OPTA" #Give them more than they estimated. - treasury = -15000 - random_list = { - 70 = { CSA = { country_event = 110057 } } - 20 = { CSA = { country_event = 110058 } } - 10 = { CSA = { country_event = 110059 } } - } - ai_chance = { - factor = 25 - modifier = { factor = 0 NOT = { money = 15100 } } - modifier = { factor = 100 money = 15000 } - } - } - - option = { - name = "EVT110056OPTB" #Give them the amount estimated. - treasury = -10000 - random_list = { - 35 = { CSA = { country_event = 110057 } } - 45 = { CSA = { country_event = 110058 } } - 20 = { CSA = { country_event = 110059 } } - } - ai_chance = { - factor = 25 - modifier = { factor = 0 NOT = { money = 10100 } } - modifier = { factor = 100 NOT = { money = 15100 } money = 10100 } - } - } - - - option = { - name = "EVT110056OPTC" #Give them less than they estimated. - treasury = -5000 - random_list = { - 20 = { CSA = { country_event = 110057 } } - 35 = { CSA = { country_event = 110058 } } - 45 = { CSA = { country_event = 110059 } } - } - ai_chance = { - factor = 25 - modifier = { factor = 0 NOT = { money = 5100 } } - modifier = { factor = 100 NOT = { money = 10100 } money = 5100 } - } - } - - - option = { - name = "EVT110056OPTD" #We have more urgent affairs. - prestige = -5 - ai_chance = { - factor = 25 - modifier = { factor = 100 NOT = { money = 5100 } } - } - } + id = 110056 + title = "EVTNAME110056" + desc = "EVTDESC110056" + picture = "CSA_hunley" + + trigger = { + tag = CSA + has_global_flag = american_civil_war_has_happened + war = yes + } + + mean_time_to_happen = { + months = 36 + } + + fire_only_once = yes + + option = { + name = "EVT110056OPTA" #Give them more than they estimated. + treasury = -15000 + random_list = { + 70 = { CSA = { country_event = 110057 } } + 20 = { CSA = { country_event = 110058 } } + 10 = { CSA = { country_event = 110059 } } + } + ai_chance = { + factor = 25 + modifier = { factor = 0 NOT = { money = 15100 } } + modifier = { factor = 100 money = 15000 } + } + } + + option = { + name = "EVT110056OPTB" #Give them the amount estimated. + treasury = -10000 + random_list = { + 35 = { CSA = { country_event = 110057 } } + 45 = { CSA = { country_event = 110058 } } + 20 = { CSA = { country_event = 110059 } } + } + ai_chance = { + factor = 25 + modifier = { factor = 0 NOT = { money = 10100 } } + modifier = { factor = 100 NOT = { money = 15100 } money = 10100 } + } + } + + + option = { + name = "EVT110056OPTC" #Give them less than they estimated. + treasury = -5000 + random_list = { + 20 = { CSA = { country_event = 110057 } } + 35 = { CSA = { country_event = 110058 } } + 45 = { CSA = { country_event = 110059 } } + } + ai_chance = { + factor = 25 + modifier = { factor = 0 NOT = { money = 5100 } } + modifier = { factor = 100 NOT = { money = 10100 } money = 5100 } + } + } + + + option = { + name = "EVT110056OPTD" #We have more urgent affairs. + prestige = -5 + ai_chance = { + factor = 25 + modifier = { factor = 100 NOT = { money = 5100 } } + } + } } # H. L. Hunley - Success country_event = { - id = 110057 - title = "EVTNAME110057" - desc = "EVTDESC110057" - picture = "CSA_hunley_success" - - is_triggered_only = yes - - option = { - name = "EVT110057OPTA" #Nothing can stop the Dixie spirit! - prestige = 15 - add_country_modifier = { name = submarine_warfare duration = 730 } - } + id = 110057 + title = "EVTNAME110057" + desc = "EVTDESC110057" + picture = "CSA_hunley_success" + + is_triggered_only = yes + + option = { + name = "EVT110057OPTA" #Nothing can stop the Dixie spirit! + prestige = 15 + add_country_modifier = { name = submarine_warfare duration = 730 } + } } # H. L. Hunley - Mixed Results country_event = { - id = 110058 - title = "EVTNAME110058" - desc = "EVTDESC110058" - picture = "CSA_hunley_mixed" - - is_triggered_only = yes - - option = { - name = "EVT110058OPTA" #Progress is built on failure. - prestige = 5 - } + id = 110058 + title = "EVTNAME110058" + desc = "EVTDESC110058" + picture = "CSA_hunley_mixed" + + is_triggered_only = yes + + option = { + name = "EVT110058OPTA" #Progress is built on failure. + prestige = 5 + } } # H. L. Hunley - Failure country_event = { - id = 110059 - title = "EVTNAME110059" - desc = "EVTDESC110059" - picture = "CSA_hunley_failure" - - is_triggered_only = yes - - option = { - name = "EVT110059OPTA" #I knew it! Do not trust looney aventurers! - prestige = -15 - } -} + id = 110059 + title = "EVTNAME110059" + desc = "EVTDESC110059" + picture = "CSA_hunley_failure" + is_triggered_only = yes + + option = { + name = "EVT110059OPTA" #I knew it! Do not trust looney aventurers! + prestige = -15 + } +} diff --git a/HPM/events/Canals Construction.txt b/HPM/events/Canals Construction.txt index 676a23b8..8def8ef7 100644 --- a/HPM/events/Canals Construction.txt +++ b/HPM/events/Canals Construction.txt @@ -1,912 +1,911 @@ #The Suez Canal Construction country_event = { - id = 36970 - title = "EVTNAME36970" - desc = "EVTDESC36970" - picture = "Suez3" - - is_triggered_only = yes - - option = { - name = "EVT36970OPTA" - random_owned = { - limit = { - owner = { - NOT = { treasury = 3000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 3000 } } - } - - random_owned = { - limit = { - owner = { - NOT = { treasury = 3000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 3000 } } - } - - # random_owned = { - # owner = { country = { treasury = 3000000 } } - # limit = { owner = { treasury = -3000000 } } - # } - - set_global_flag = suez_canal_construction - random_list = { - 35 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } - 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } - 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } - 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } - 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT36970OPTB" - random_owned = { - limit = { - owner = { - NOT = { treasury = 2500000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 2500 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 2500000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 2500 } } - } - - # random_owned = { - # limit = { owner = { treasury = 2500000 } } - # owner = { treasury = -2500000 } - # } - - set_global_flag = suez_canal_construction - random_list = { - 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } - 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } - 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } - 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } - 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT36970OPTC" - random_owned = { - limit = { - owner = { - NOT = { treasury = 2000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 2000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 2000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 2000 } } - } - random_owned = { - limit = { owner = { treasury = 2000000 } } - owner = { treasury = -2000000 } - } - set_global_flag = suez_canal_construction - random_list = { - 40 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } - 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } - 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } - 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } - 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT36970OPTD" - random_owned = { - limit = { - owner = { - NOT = { treasury = 1500000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 1500 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 1500000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 1500 } } - } - random_owned = { - limit = { owner = { treasury = 1500000 } } - owner = { treasury = -1500000 } - } - set_global_flag = suez_canal_construction - random_list = { - 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } - 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } - 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } - 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } - 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT36970OPTE" - random_owned = { - limit = { - owner = { - NOT = { treasury = 1000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 1000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 1000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 1000 } } - } - random_owned = { - limit = { owner = { treasury = 1000000 } } - owner = { treasury = -1000000 } - } - set_global_flag = suez_canal_construction - random_list = { - 40 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } - 35 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } - 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } - 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } - 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } - } - ai_chance = { - factor = 20 - } - } + id = 36970 + title = "EVTNAME36970" + desc = "EVTDESC36970" + picture = "Suez3" + + is_triggered_only = yes + + option = { + name = "EVT36970OPTA" + random_owned = { + limit = { + owner = { + NOT = { treasury = 3000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 3000 } } + } + + random_owned = { + limit = { + owner = { + NOT = { treasury = 3000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 3000 } } + } + + # random_owned = { + # owner = { country = { treasury = 3000000 } } + # limit = { owner = { treasury = -3000000 } } + # } + + set_global_flag = suez_canal_construction + random_list = { + 35 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } + 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } + 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } + 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } + 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT36970OPTB" + random_owned = { + limit = { + owner = { + NOT = { treasury = 2500000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 2500 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 2500000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 2500 } } + } + + # random_owned = { + # limit = { owner = { treasury = 2500000 } } + # owner = { treasury = -2500000 } + # } + + set_global_flag = suez_canal_construction + random_list = { + 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } + 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } + 25 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } + 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } + 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT36970OPTC" + random_owned = { + limit = { + owner = { + NOT = { treasury = 2000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 2000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 2000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 2000 } } + } + random_owned = { + limit = { owner = { treasury = 2000000 } } + owner = { treasury = -2000000 } + } + set_global_flag = suez_canal_construction + random_list = { + 40 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } + 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } + 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } + 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } + 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT36970OPTD" + random_owned = { + limit = { + owner = { + NOT = { treasury = 1500000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 1500 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 1500000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 1500 } } + } + random_owned = { + limit = { owner = { treasury = 1500000 } } + owner = { treasury = -1500000 } + } + set_global_flag = suez_canal_construction + random_list = { + 30 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } + 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } + 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } + 20 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } + 10 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT36970OPTE" + random_owned = { + limit = { + owner = { + NOT = { treasury = 1000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 1000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 1000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 1000 } } + } + random_owned = { + limit = { owner = { treasury = 1000000 } } + owner = { treasury = -1000000 } + } + set_global_flag = suez_canal_construction + random_list = { + 40 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3285 } } } + 35 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2920 } } } + 15 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 3650 } } } + 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2190 } } } + 5 = { 1755 = { add_province_modifier = { name = suez_canal_construction duration = 2555 } } } + } + ai_chance = { + factor = 20 + } + } } #Suez Canal is Finished country_event = { - id = 36971 - title = "EVTNAME36971" - desc = "EVTDESC36971" - picture = "suez_canal_built" - - fire_only_once = yes - - trigger = { - has_global_flag = suez_canal_built - has_global_flag = suez_canal_construction - owns = 1755 - NOT = { - is_canal_enabled = 2 - 1755 = { has_province_modifier = suez_canal_construction } - } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT36971OPTA" - set_global_flag = suez_inauguration - clr_global_flag = suez_canal_construction - prestige = 20 - enable_canal = 2 - 1755 = { - trade_goods = precious_goods - set_province_flag = suez_canal - any_pop = { - limit = { OR = { pop_type = labourers pop_type = farmers } } - random_list = { - 34 = { - reduce_pop = 0.99 - dominant_issue = { value = trinket_safety factor = 0.2 } - militancy = 0.5 - } - 33 = { - reduce_pop = 0.98 - dominant_issue = { value = trinket_safety factor = 0.3 } - militancy = 1 - } - 33 = { - reduce_pop = 0.97 - dominant_issue = { value = trinket_safety factor = 0.3 } - militancy = 1.5 - } - } - } - } - } + id = 36971 + title = "EVTNAME36971" + desc = "EVTDESC36971" + picture = "suez_canal_built" + + fire_only_once = yes + + trigger = { + has_global_flag = suez_canal_built + has_global_flag = suez_canal_construction + owns = 1755 + NOT = { + is_canal_enabled = 2 + 1755 = { has_province_modifier = suez_canal_construction } + } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT36971OPTA" + set_global_flag = suez_inauguration + clr_global_flag = suez_canal_construction + prestige = 20 + enable_canal = 2 + 1755 = { + trade_goods = precious_goods + set_province_flag = suez_canal + any_pop = { + limit = { OR = { pop_type = labourers pop_type = farmers } } + random_list = { + 34 = { + reduce_pop = 0.99 + dominant_issue = { value = trinket_safety factor = 0.2 } + militancy = 0.5 + } + 33 = { + reduce_pop = 0.98 + dominant_issue = { value = trinket_safety factor = 0.3 } + militancy = 1 + } + 33 = { + reduce_pop = 0.97 + dominant_issue = { value = trinket_safety factor = 0.3 } + militancy = 1.5 + } + } + } + } + } } -#owner the canal crosses +#owner the canal crosses country_event = { - id = 36972 - title = "EVTNAME36972" - desc = "EVTDESC36972" - picture = "suez_crossing" - - fire_only_once = yes - - trigger = { - is_greater_power = yes - owns = 1755 - has_global_flag = suez_inauguration - is_canal_enabled = 2 - } - - mean_time_to_happen = { - days = 30 - modifier = { - factor = 0.5 - OR = { - num_of_ports = 40 - total_amount_of_ships = 60 - } - } - modifier = { - factor = 0.8 - total_sunk_by_us = 60 - } - modifier = { - factor = 0.9 - NOT = { rank = 2 } - } - } - - option = { - name = "EVT36972OPTA" - clr_global_flag = suez_inauguration - prestige = 20 - } + id = 36972 + title = "EVTNAME36972" + desc = "EVTDESC36972" + picture = "suez_crossing" + + fire_only_once = yes + + trigger = { + is_greater_power = yes + owns = 1755 + has_global_flag = suez_inauguration + is_canal_enabled = 2 + } + + mean_time_to_happen = { + days = 30 + modifier = { + factor = 0.5 + OR = { + num_of_ports = 40 + total_amount_of_ships = 60 + } + } + modifier = { + factor = 0.8 + total_sunk_by_us = 60 + } + modifier = { + factor = 0.9 + NOT = { rank = 2 } + } + } + + option = { + name = "EVT36972OPTA" + clr_global_flag = suez_inauguration + prestige = 20 + } } #someone else crosses the channel country_event = { - id = 36973 - title = "EVTNAME36973" - desc = "EVTDESC36973" - picture = "suez_crossing" - - fire_only_once = yes - - trigger = { - is_greater_power = yes - colonial_nation = yes - NOT = { owns = 1755 } - has_global_flag = suez_inauguration - is_canal_enabled = 2 - OR = { - num_of_ports = 100 - total_amount_of_ships = 200 - rank = 1 - } - } - - mean_time_to_happen = { - days = 40 - modifier = { factor = 0.6 OR = { num_of_ports = 100 total_amount_of_ships = 200 } } - modifier = { factor = 0.75 total_sunk_by_us = 60 } - modifier = { factor = 0.75 rank = 1 } - } - - option = { - name = "EVT36973OPTA" - any_country = { limit = { owns = 1755 } country_event = 36974 } - clr_global_flag = suez_inauguration - prestige = 20 - } + id = 36973 + title = "EVTNAME36973" + desc = "EVTDESC36973" + picture = "suez_crossing" + + fire_only_once = yes + + trigger = { + is_greater_power = yes + colonial_nation = yes + NOT = { owns = 1755 } + has_global_flag = suez_inauguration + is_canal_enabled = 2 + OR = { + num_of_ports = 100 + total_amount_of_ships = 200 + rank = 1 + } + } + + mean_time_to_happen = { + days = 40 + modifier = { factor = 0.6 OR = { num_of_ports = 100 total_amount_of_ships = 200 } } + modifier = { factor = 0.75 total_sunk_by_us = 60 } + modifier = { factor = 0.75 rank = 1 } + } + + option = { + name = "EVT36973OPTA" + any_country = { limit = { owns = 1755 } country_event = 36974 } + clr_global_flag = suez_inauguration + prestige = 20 + } } #Owner of Suez gets informed of the crossing country_event = { - id = 36974 - title = "EVTNAME36974" - desc = "EVTDESC36974" - picture = "suez_crossing" - - is_triggered_only = yes - - option = { - name = "EVT36974OPTA" - relation = { who = FROM value = -10 } - } + id = 36974 + title = "EVTNAME36974" + desc = "EVTDESC36974" + picture = "suez_crossing" + + is_triggered_only = yes + + option = { + name = "EVT36974OPTA" + relation = { who = FROM value = -10 } + } } - + #Intervention in Egypt country_event = { - id = 36975 - title = "EVTNAME36975" - desc = "EVTDESC36975" - picture = "deliberation" - - trigger = { - is_greater_power = yes - nationalism_n_imperialism = 1 - is_canal_enabled = 2 - owns = 1755 - NOT = { - war_policy = pacifism - has_country_modifier = neutrality_modifier - has_country_flag = suez_egypt_intervention - } - EGY = { - war = no - exists = yes - is_greater_power = no - OR = { - is_vassal = no - vassal_of = THIS - } - OR = { - revolt_percentage = 0.25 - any_owned_province = { - is_capital = yes - controlled_by_rebels = yes - } - average_militancy = 7 - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.1 - EGY = { capital_scope = { controlled_by_rebels = yes } } - } - modifier = { - factor = 0.5 - EGY = { revolt_percentage = 0.5 } - } - modifier = { - factor = 1.5 - EGY = { - NOT = { revolt_percentage = 0.25 } - NOT = { capital_scope = { controlled_by_rebels = yes } } - } - } - } - - option = { - name = "EVT36975OPTA" - set_country_flag = suez_egypt_intervention - badboy = 3 - leave_alliance = EGY - diplomatic_influence = { who = EGY value = -200 } - relation = { who = EGY value = -200 } - random_country = { - limit = { - tag = EGY - civilized = no - has_global_flag = berlin_conference - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 60 - } - } - random_country = { - limit = { - tag = EGY - OR = { - civilized = yes - NOT = { has_global_flag = berlin_conference } - } - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 60 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - badboy = 0.88 - } - } - } - - option = { - name = "EVT36975OPTB" - set_country_flag = suez_egypt_intervention - badboy = -1 - prestige = -10 - ai_chance = { - factor = 10 - modifier = { - factor = 5 - war_policy = anti_military - } - modifier = { - factor = 0.1 - war_policy = jingoism - } - } - } + id = 36975 + title = "EVTNAME36975" + desc = "EVTDESC36975" + picture = "deliberation" + + trigger = { + is_greater_power = yes + nationalism_n_imperialism = 1 + is_canal_enabled = 2 + owns = 1755 + NOT = { + war_policy = pacifism + has_country_modifier = neutrality_modifier + has_country_flag = suez_egypt_intervention + } + EGY = { + war = no + exists = yes + is_greater_power = no + OR = { + is_vassal = no + vassal_of = THIS + } + OR = { + revolt_percentage = 0.25 + any_owned_province = { + is_capital = yes + controlled_by_rebels = yes + } + average_militancy = 7 + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.1 + EGY = { capital_scope = { controlled_by_rebels = yes } } + } + modifier = { + factor = 0.5 + EGY = { revolt_percentage = 0.5 } + } + modifier = { + factor = 1.5 + EGY = { + NOT = { revolt_percentage = 0.25 } + NOT = { capital_scope = { controlled_by_rebels = yes } } + } + } + } + + option = { + name = "EVT36975OPTA" + set_country_flag = suez_egypt_intervention + badboy = 3 + leave_alliance = EGY + diplomatic_influence = { who = EGY value = -200 } + relation = { who = EGY value = -200 } + random_country = { + limit = { + tag = EGY + civilized = no + has_global_flag = berlin_conference + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 60 + } + } + random_country = { + limit = { + tag = EGY + OR = { + civilized = yes + NOT = { has_global_flag = berlin_conference } + } + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 60 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + badboy = 0.88 + } + } + } + + option = { + name = "EVT36975OPTB" + set_country_flag = suez_egypt_intervention + badboy = -1 + prestige = -10 + ai_chance = { + factor = 10 + modifier = { + factor = 5 + war_policy = anti_military + } + modifier = { + factor = 0.1 + war_policy = jingoism + } + } + } } #Kiel Canal Construction country_event = { - id = 36976 - title = "EVTNAME36976" - desc = "EVTDESC36976" - picture = "kiel_canal_construction" - - is_triggered_only = yes - - option = { - name = "EVT369706PTA" - random_owned = { - limit = { - owner = { - NOT = { treasury = 1500000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 1500 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 1500000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 1500 } } - } - random_owned = { - limit = { owner = { treasury = 1500000 } } - owner = { treasury = -1500000 } - } - set_global_flag = kiel_canal_construction - random_list = { - 60 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } - 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } - 10 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } - } - ai_chance = { - factor = 0.33 - } - } - - option = { - name = "EVT369706PTB" - random_owned = { - limit = { - owner = { - NOT = { treasury = 1000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 1000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 1000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 1000 } } - } - random_owned = { - limit = { owner = { treasury = 1000000 } } - owner = { treasury = -1000000 } - } - set_global_flag = kiel_canal_construction - random_list = { - 40 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } - 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } - 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } - } - ai_chance = { - factor = 0.34 - } - } - - option = { - name = "EVT369706PTC" - random_owned = { - limit = { - owner = { - NOT = { treasury = 500000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 500 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 500000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 500 } } - } - random_owned = { - limit = { owner = { treasury = 500000 } } - owner = { treasury = -500000 } - } - set_global_flag = kiel_canal_construction - random_list = { - 55 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } - 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } - 15 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } - } - ai_chance = { - factor = 0.33 - } - } + id = 36976 + title = "EVTNAME36976" + desc = "EVTDESC36976" + picture = "kiel_canal_construction" + + is_triggered_only = yes + + option = { + name = "EVT369706PTA" + random_owned = { + limit = { + owner = { + NOT = { treasury = 1500000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 1500 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 1500000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 1500 } } + } + random_owned = { + limit = { owner = { treasury = 1500000 } } + owner = { treasury = -1500000 } + } + set_global_flag = kiel_canal_construction + random_list = { + 60 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } + 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } + 10 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } + } + ai_chance = { + factor = 0.33 + } + } + + option = { + name = "EVT369706PTB" + random_owned = { + limit = { + owner = { + NOT = { treasury = 1000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 1000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 1000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 1000 } } + } + random_owned = { + limit = { owner = { treasury = 1000000 } } + owner = { treasury = -1000000 } + } + set_global_flag = kiel_canal_construction + random_list = { + 40 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } + 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } + 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } + } + ai_chance = { + factor = 0.34 + } + } + + option = { + name = "EVT369706PTC" + random_owned = { + limit = { + owner = { + NOT = { treasury = 500000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 500 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 500000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 500 } } + } + random_owned = { + limit = { owner = { treasury = 500000 } } + owner = { treasury = -500000 } + } + set_global_flag = kiel_canal_construction + random_list = { + 55 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 3285 } } } + 30 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2920 } } } + 15 = { 369 = { add_province_modifier = { name = kiel_canal_construction duration = 2555 } } } + } + ai_chance = { + factor = 0.33 + } + } } #Kiel Canal is Finished country_event = { - id = 36977 - title = "EVTNAME36977" - desc = "EVTDESC36977" - picture = "kiel_canal_finished" - - fire_only_once = yes - - trigger = { - has_global_flag = kiel_canal_construction - owns = 369 - NOT = { - is_canal_enabled = 1 - 369 = { has_province_modifier = kiel_canal_construction } - } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT36977OPTA" - clr_global_flag = kiel_canal_construction - enable_canal = 1 - 369 = { set_province_flag = kiel_canal } - prestige = 15 - } + id = 36977 + title = "EVTNAME36977" + desc = "EVTDESC36977" + picture = "kiel_canal_finished" + + fire_only_once = yes + + trigger = { + has_global_flag = kiel_canal_construction + owns = 369 + NOT = { + is_canal_enabled = 1 + 369 = { has_province_modifier = kiel_canal_construction } + } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT36977OPTA" + clr_global_flag = kiel_canal_construction + enable_canal = 1 + 369 = { set_province_flag = kiel_canal } + prestige = 15 + } } - + #The Panama Canal Construction country_event = { - id = 36978 - title = "EVTNAME36978" - desc = "EVTDESC36978" - picture = "panama_canal_construction" - - is_triggered_only = yes - - option = { - name = "EVT36978OPTA" - random_owned = { - limit = { - owner = { - NOT = { treasury = 6000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 6000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 6000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 6000 } } - } - # random_owned = { - # limit = { owner = { treasury = 6000000 } } - # owner = { treasury = -6000000 } - # } - set_global_flag = panama_canal_construction - random_list = { - 35 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } - 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } - 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } - 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } - 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } - } - ai_chance = { - factor = 0.25 - } - } - - option = { - name = "EVT36978OPTB" - random_owned = { - limit = { - owner = { - NOT = { treasury = 5000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 5000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 5000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 5000 } } - } - # random_owned = { - # limit = { owner = { treasury = 5000000 } } - # owner = { treasury = -5000000 } - # } - set_global_flag = panama_canal_construction - random_list = { - 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } - 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } - 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } - 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } - 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } - } - ai_chance = { - factor = 0.25 - } - } - - option = { - name = "EVT36978OPTC" - random_owned = { - limit = { - owner = { - NOT = { treasury = 4000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 4000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 4000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 4000 } } - } - # random_owned = { - # limit = { owner = { treasury = 4000000 } } - # owner = { treasury = -4000000 } - # } - set_global_flag = panama_canal_construction - random_list = { - 40 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } - 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } - 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } - 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } - 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } - } - ai_chance = { - factor = 0.25 - } - } - - option = { - name = "EVT36978OPTD" - random_owned = { - limit = { - owner = { - NOT = { treasury = 3000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 3000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 3000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 3000 } } - } - # random_owned = { - # limit = { owner = { treasury = 3000000 } } - # owner = { treasury = -3000000 } - # } - set_global_flag = panama_canal_construction - random_list = { - 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } - 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } - 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } - 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } - 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } - } - ai_chance = { - factor = 0.25 - } - } - - option = { - name = "EVT36978OPTE" - random_owned = { - limit = { - owner = { - NOT = { treasury = 2000000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 2000 } } - } - random_owned = { - limit = { - owner = { - NOT = { treasury = 2000000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 2000 } } - } - random_owned = { - limit = { owner = { treasury = 2000000 } } - owner = { treasury = -2000000 } - } - set_global_flag = panama_canal_construction - random_list = { - 40 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } - 35 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } - 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } - 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } - 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } - } - ai_chance = { - factor = 0.25 - } - } + id = 36978 + title = "EVTNAME36978" + desc = "EVTDESC36978" + picture = "panama_canal_construction" + + is_triggered_only = yes + + option = { + name = "EVT36978OPTA" + random_owned = { + limit = { + owner = { + NOT = { treasury = 6000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 6000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 6000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 6000 } } + } + # random_owned = { + # limit = { owner = { treasury = 6000000 } } + # owner = { treasury = -6000000 } + # } + set_global_flag = panama_canal_construction + random_list = { + 35 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } + 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } + 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } + 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } + 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } + } + ai_chance = { + factor = 0.25 + } + } + + option = { + name = "EVT36978OPTB" + random_owned = { + limit = { + owner = { + NOT = { treasury = 5000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 5000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 5000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 5000 } } + } + # random_owned = { + # limit = { owner = { treasury = 5000000 } } + # owner = { treasury = -5000000 } + # } + set_global_flag = panama_canal_construction + random_list = { + 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } + 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } + 25 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } + 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } + 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } + } + ai_chance = { + factor = 0.25 + } + } + + option = { + name = "EVT36978OPTC" + random_owned = { + limit = { + owner = { + NOT = { treasury = 4000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 4000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 4000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 4000 } } + } + # random_owned = { + # limit = { owner = { treasury = 4000000 } } + # owner = { treasury = -4000000 } + # } + set_global_flag = panama_canal_construction + random_list = { + 40 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } + 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } + 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } + 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } + 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } + } + ai_chance = { + factor = 0.25 + } + } + + option = { + name = "EVT36978OPTD" + random_owned = { + limit = { + owner = { + NOT = { treasury = 3000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 3000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 3000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 3000 } } + } + # random_owned = { + # limit = { owner = { treasury = 3000000 } } + # owner = { treasury = -3000000 } + # } + set_global_flag = panama_canal_construction + random_list = { + 30 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } + 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } + 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } + 20 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } + 10 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } + } + ai_chance = { + factor = 0.25 + } + } + + option = { + name = "EVT36978OPTE" + random_owned = { + limit = { + owner = { + NOT = { treasury = 2000000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 2000 } } + } + random_owned = { + limit = { + owner = { + NOT = { treasury = 2000000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 2000 } } + } + random_owned = { + limit = { owner = { treasury = 2000000 } } + owner = { treasury = -2000000 } + } + set_global_flag = panama_canal_construction + random_list = { + 40 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 3650 } } } + 35 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 4015 } } } + 15 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2920 } } } + 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2190 } } } + 5 = { 1723 = { add_province_modifier = { name = panama_canal_construction duration = 2555 } } } + } + ai_chance = { + factor = 0.25 + } + } } #Panama Canal is Finished country_event = { - id = 36979 - title = "EVTNAME36979" - desc = "EVTDESC36979" - picture = "panama_canal_finished" - - fire_only_once = yes - - trigger = { - has_global_flag = panama_canal_construction - owns = 1723 - NOT = { - is_canal_enabled = 3 - 1723 = { has_province_modifier = panama_canal_construction } - } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT36979OPTA" - enable_canal = 3 - prestige = 75 - clr_global_flag = panama_canal_construction - 1723 = { - trade_goods = precious_goods - set_province_flag = panama_canal - any_pop = { - limit = { OR = { pop_type = labourers pop_type = farmers } } - random_list = { - 20 = { - reduce_pop = 0.98 - militancy = 1 - dominant_issue = { value = low_safety factor = 0.3 } - } - 20 = { - reduce_pop = 0.97 - militancy = 1.5 - dominant_issue = { value = low_safety factor = 0.35 } - } - 20 = { - reduce_pop = 0.96 - militancy = 2 - dominant_issue = { value = low_safety factor = 0.4 } - } - 20 = { - reduce_pop = 0.95 - militancy = 2.5 - dominant_issue = { value = low_safety factor = 0.45 } - } - 20 = { - reduce_pop = 0.94 - militancy = 3 - dominant_issue = { value = low_safety factor = 0.5 } - } - } - } - } - } + id = 36979 + title = "EVTNAME36979" + desc = "EVTDESC36979" + picture = "panama_canal_finished" + + fire_only_once = yes + + trigger = { + has_global_flag = panama_canal_construction + owns = 1723 + NOT = { + is_canal_enabled = 3 + 1723 = { has_province_modifier = panama_canal_construction } + } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT36979OPTA" + enable_canal = 3 + prestige = 75 + clr_global_flag = panama_canal_construction + 1723 = { + trade_goods = precious_goods + set_province_flag = panama_canal + any_pop = { + limit = { OR = { pop_type = labourers pop_type = farmers } } + random_list = { + 20 = { + reduce_pop = 0.98 + militancy = 1 + dominant_issue = { value = low_safety factor = 0.3 } + } + 20 = { + reduce_pop = 0.97 + militancy = 1.5 + dominant_issue = { value = low_safety factor = 0.35 } + } + 20 = { + reduce_pop = 0.96 + militancy = 2 + dominant_issue = { value = low_safety factor = 0.4 } + } + 20 = { + reduce_pop = 0.95 + militancy = 2.5 + dominant_issue = { value = low_safety factor = 0.45 } + } + 20 = { + reduce_pop = 0.94 + militancy = 3 + dominant_issue = { value = low_safety factor = 0.5 } + } + } + } + } + } } - + #The Canals are Seized - Bankrupt country_event = { - id = 36980 - title = "EVTNAME36980" - desc = "EVTDESC36980" - picture = "suez_canal_built" - - is_triggered_only = yes - - option = { - name = "EVT36980OPTA" - random_country = { - limit = { - tag = FROM - NOT = { is_sphere_leader_of = THIS } - } - THIS = { treasury = 100000 } - } - } + id = 36980 + title = "EVTNAME36980" + desc = "EVTDESC36980" + picture = "suez_canal_built" + + is_triggered_only = yes + + option = { + name = "EVT36980OPTA" + random_country = { + limit = { + tag = FROM + NOT = { is_sphere_leader_of = THIS } + } + THIS = { treasury = 100000 } + } + } } #The Suez Canal Company country_event = { - id = 36981 - title = "EVTNAME36981" - desc = "EVTDESC36981" - picture = "Suez3" - - is_triggered_only = yes - - option = { - name = "EVT36981OPTA" - treasury = 100000 - relation = { who = FROM value = 100 } - FROM = { diplomatic_influence = { who = THIS value = 400 } } - any_country = { - limit = { NOT = { tag = FROM } is_greater_power = yes } - diplomatic_influence = { who = THIS value = -50 } - } - } -} + id = 36981 + title = "EVTNAME36981" + desc = "EVTDESC36981" + picture = "Suez3" + + is_triggered_only = yes + option = { + name = "EVT36981OPTA" + treasury = 100000 + relation = { who = FROM value = 100 } + FROM = { diplomatic_influence = { who = THIS value = 400 } } + any_country = { + limit = { NOT = { tag = FROM } is_greater_power = yes } + diplomatic_influence = { who = THIS value = -50 } + } + } +} diff --git a/HPM/events/Caucasian War.txt b/HPM/events/Caucasian War.txt index 38ecb065..8d8feef9 100644 --- a/HPM/events/Caucasian War.txt +++ b/HPM/events/Caucasian War.txt @@ -1,572 +1,572 @@ ##############Caucasian War Events country_event = { - id = 32513 - title = "EVTNAME32513" #The Caucasian War - desc = "EVTDESC32513" - picture = "caucasian_war" - - fire_only_once = yes - - trigger = { - tag = RUS - CIR = { exists = no } - DAG = { exists = no } - OR = { - owns = 1056 - owns = 1053 - } - } - - mean_time_to_happen = { - days = 5 - } - - option = { - name = "EVT32513OPTA" - 1049 = { change_province_name = "Novorossiysk" add_core = RUS } - 1049 = { state_scope = { change_region_name = "Yekaterinodar" } } - 1103 = { secede_province = TCA } - 1048 = { add_core = RUS } - - any_pop = { - limit = { - OR = { - has_pop_culture = circassian - has_pop_culture = dagestani - has_pop_culture = chechen - } - } - militancy = 9 - } - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - any_owned = { - limit = { - OR = { - province_id = 1051 - province_id = 1052 - province_id = 1053 - province_id = 1054 - province_id = 1055 - province_id = 1056 - province_id = 1057 - } - } - random_list = { - 25 = { add_province_modifier = { name = highlander_raids duration = 9490 } } - 25 = { add_province_modifier = { name = highlander_raids duration = 8760 } } - 25 = { add_province_modifier = { name = highlander_raids duration = 8030 } } - 25 = { add_province_modifier = { name = highlander_raids duration = 7300 } } - } - any_pop = { - limit = { is_primary_culture = no } - militancy = 9 - } - } - } + id = 32513 + title = "EVTNAME32513" #The Caucasian War + desc = "EVTDESC32513" + picture = "caucasian_war" + + fire_only_once = yes + + trigger = { + tag = RUS + CIR = { exists = no } + DAG = { exists = no } + OR = { + owns = 1056 + owns = 1053 + } + } + + mean_time_to_happen = { + days = 5 + } + + option = { + name = "EVT32513OPTA" + 1049 = { change_province_name = "Novorossiysk" add_core = RUS } + 1049 = { state_scope = { change_region_name = "Yekaterinodar" } } + 1103 = { secede_province = TCA } + 1048 = { add_core = RUS } + + any_pop = { + limit = { + OR = { + has_pop_culture = circassian + has_pop_culture = dagestani + has_pop_culture = chechen + } + } + militancy = 9 + } + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + any_owned = { + limit = { + OR = { + province_id = 1051 + province_id = 1052 + province_id = 1053 + province_id = 1054 + province_id = 1055 + province_id = 1056 + province_id = 1057 + } + } + random_list = { + 25 = { add_province_modifier = { name = highlander_raids duration = 9490 } } + 25 = { add_province_modifier = { name = highlander_raids duration = 8760 } } + 25 = { add_province_modifier = { name = highlander_raids duration = 8030 } } + 25 = { add_province_modifier = { name = highlander_raids duration = 7300 } } + } + any_pop = { + limit = { is_primary_culture = no } + militancy = 9 + } + } + } } country_event = { - id = 325104 - title = "EVTNAME325104" #The Circassian Problem - desc = "EVTDESC325104" - picture = "circassian_exodus" - - fire_only_once = yes - - trigger = { - tag = RUS - CIR = { exists = no } - owns = 1051 - owns = 1049 - owns = 1056 - 1056 = { NOT = { has_country_modifier = highlander_raids } } - has_global_flag = 2nd_caucasian_war - NOT = { government = democracy } - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT325104OPTA" - badboy = 1 - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - any_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { is_core = CIR } - } - militancy = 9 - random_list = { - 25 = { reduce_pop = 0.10 } - 25 = { reduce_pop = 0.15 } - 25 = { reduce_pop = 0.20 } - 25 = { reduce_pop = 0.25 } - } - } - - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT325104OPTB" - any_owned = { - limit = { is_core = CIR } - add_province_modifier = { name = highlander_raids duration = 3650 } - any_pop = { - limit = { has_pop_culture = circassian is_state_religion = no } - militancy = 9 - } - } - ai_chance = { factor = 0.05 } - } + id = 325104 + title = "EVTNAME325104" #The Circassian Problem + desc = "EVTDESC325104" + picture = "circassian_exodus" + + fire_only_once = yes + + trigger = { + tag = RUS + CIR = { exists = no } + owns = 1051 + owns = 1049 + owns = 1056 + 1056 = { NOT = { has_country_modifier = highlander_raids } } + has_global_flag = 2nd_caucasian_war + NOT = { government = democracy } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT325104OPTA" + badboy = 1 + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + any_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { is_core = CIR } + } + militancy = 9 + random_list = { + 25 = { reduce_pop = 0.10 } + 25 = { reduce_pop = 0.15 } + 25 = { reduce_pop = 0.20 } + 25 = { reduce_pop = 0.25 } + } + } + + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVT325104OPTB" + any_owned = { + limit = { is_core = CIR } + add_province_modifier = { name = highlander_raids duration = 3650 } + any_pop = { + limit = { has_pop_culture = circassian is_state_religion = no } + militancy = 9 + } + } + ai_chance = { factor = 0.05 } + } } country_event = { - id = 325105 - title = "EVTNAME325105" #Second Circassian War - desc = "EVTDESC325105" - picture = "2nd_circassian_war" - - fire_only_once = yes - - trigger = { - tag = RUS - war = no - CIR = { exists = no } - owns = 1051 - owns = 1049 - owns = 1056 - 1056 = { NOT = { has_country_modifier = highlander_raids } } - year = 1846 - NOT = { has_country_flag = shamil_captured } - NOT = { has_country_flag = shamil_killed } - NOT = { has_global_flag = 2nd_caucasian_war } - NOT = { truce_with = CIR } - any_owned_province = { - pop_majority_culture = circassian - average_militancy = 4 - is_core = CIR - } - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT325105OPTA" - set_global_flag = 2nd_caucasian_war - any_owned = { - limit = { - NOT = { is_core = RUS } - is_core = CIR - pop_majority_culture = circassian - } - secede_province = CIR - } - CIR = { all_core = { add_core = RUS } } - DAG = { all_core = { add_core = RUS } } - CHY = { all_core = { add_core = RUS } } - relation = { - who = CIR - value = -400 - } - war = { - target = CIR - attacker_goal = { casus_belli = annex_core_country } - defender_goal = { casus_belli = status_quo } - call_ally = no - } - ai_chance = { - factor = 100 - - modifier = { - factor = 60 - OR = { - government = democracy - government = hms_government - } - } - } - } - - option = { - name = "EVT325105OPTB" - prestige = -25 - set_country_flag = give_up_caucasus - any_owned = { - limit = { - is_core = CIR - pop_majority_culture = circassian - } - secede_province = CIR - } - CIR = { any_pop = { limit = { has_pop_culture = circassian } - militancy = -9 - } - } - relation = { - who = CIR - value = 400 - } - ai_chance = { - factor = 0 - - modifier = { - factor = 40 - OR = { - government = democracy - government = hms_government - } - } - } - } - } - + id = 325105 + title = "EVTNAME325105" #Second Circassian War + desc = "EVTDESC325105" + picture = "2nd_circassian_war" + + fire_only_once = yes + + trigger = { + tag = RUS + war = no + CIR = { exists = no } + owns = 1051 + owns = 1049 + owns = 1056 + 1056 = { NOT = { has_country_modifier = highlander_raids } } + year = 1846 + NOT = { has_country_flag = shamil_captured } + NOT = { has_country_flag = shamil_killed } + NOT = { has_global_flag = 2nd_caucasian_war } + NOT = { truce_with = CIR } + any_owned_province = { + pop_majority_culture = circassian + average_militancy = 4 + is_core = CIR + } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT325105OPTA" + set_global_flag = 2nd_caucasian_war + any_owned = { + limit = { + NOT = { is_core = RUS } + is_core = CIR + pop_majority_culture = circassian + } + secede_province = CIR + } + CIR = { all_core = { add_core = RUS } } + DAG = { all_core = { add_core = RUS } } + CHY = { all_core = { add_core = RUS } } + relation = { + who = CIR + value = -400 + } + war = { + target = CIR + attacker_goal = { casus_belli = annex_core_country } + defender_goal = { casus_belli = status_quo } + call_ally = no + } + ai_chance = { + factor = 100 + + modifier = { + factor = 60 + OR = { + government = democracy + government = hms_government + } + } + } + } + + option = { + name = "EVT325105OPTB" + prestige = -25 + set_country_flag = give_up_caucasus + any_owned = { + limit = { + is_core = CIR + pop_majority_culture = circassian + } + secede_province = CIR + } + CIR = { any_pop = { limit = { has_pop_culture = circassian } + militancy = -9 + } + } + relation = { + who = CIR + value = 400 + } + ai_chance = { + factor = 0 + + modifier = { + factor = 40 + OR = { + government = democracy + government = hms_government + } + } + } + } + } + country_event = { - id = 325106 - title = "EVTNAME325106" #Imam Shamil Strikes Back - desc = "EVTDESC325106" - picture = "assault_on_russian_lands" - - - trigger = { - tag = RUS - war = no - DAG = { exists = no } - owns = 1052 - owns = 1053 - owns = 1057 - owns = 1055 - year = 1846 - NOT = { has_country_flag = imam_shamil_raid } - NOT = { has_country_flag = give_up_caucasus } - NOT = { has_global_flag = dagestani_caucasian_war_ended } - any_owned_province = { - OR = { - pop_majority_culture = dagestani - pop_majority_culture = chechen - } - average_militancy = 8 - OR = { - is_core = DAG - is_core = CHY - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT325106OPTA" - set_country_flag = imam_shamil_raid - any_owned = { - limit = { - OR = { - is_core = DAG - is_core = CHY - } - OR = { - pop_majority_culture = dagestani - pop_majority_culture = chechen - pop_majority_culture = circassian - } - } - secede_province = DAG - } - - DAG = { - define_general = { - name = "Imam Shamil" - background = school_of_defense - personality = implacable - } - any_owned = { remove_province_modifier = highlander_raids } - any_pop = { - limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } - militancy = -9 - } - } - - relation = { who = DAG value = -400 } - - war = { - target = DAG - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - call_ally = no - } - - ai_chance = { factor = 95 } - } - - option = { - name = "EVT325106OPTB" - prestige = -25 - set_country_flag = give_up_caucasus - any_owned = { - limit = { - OR = { - is_core = DAG - is_core = CHY - } - OR = { - pop_majority_culture = dagestani - pop_majority_culture = chechen - pop_majority_culture = circassian - } - } - remove_province_modifier = highlander_raids - secede_province = DAG - } - DAG = { - any_pop = { - limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } - militancy = -9 - } - } - relation = { who = DAG value = 400 } - ai_chance = { - factor = 0 - - modifier = { - factor = 0.05 - OR = { - government = democracy - government = hms_government - } - } - } - } - } - - + id = 325106 + title = "EVTNAME325106" #Imam Shamil Strikes Back + desc = "EVTDESC325106" + picture = "assault_on_russian_lands" + + + trigger = { + tag = RUS + war = no + DAG = { exists = no } + owns = 1052 + owns = 1053 + owns = 1057 + owns = 1055 + year = 1846 + NOT = { has_country_flag = imam_shamil_raid } + NOT = { has_country_flag = give_up_caucasus } + NOT = { has_global_flag = dagestani_caucasian_war_ended } + any_owned_province = { + OR = { + pop_majority_culture = dagestani + pop_majority_culture = chechen + } + average_militancy = 8 + OR = { + is_core = DAG + is_core = CHY + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT325106OPTA" + set_country_flag = imam_shamil_raid + any_owned = { + limit = { + OR = { + is_core = DAG + is_core = CHY + } + OR = { + pop_majority_culture = dagestani + pop_majority_culture = chechen + pop_majority_culture = circassian + } + } + secede_province = DAG + } + + DAG = { + define_general = { + name = "Imam Shamil" + background = school_of_defense + personality = implacable + } + any_owned = { remove_province_modifier = highlander_raids } + any_pop = { + limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } + militancy = -9 + } + } + + relation = { who = DAG value = -400 } + + war = { + target = DAG + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = status_quo } + call_ally = no + } + + ai_chance = { factor = 95 } + } + + option = { + name = "EVT325106OPTB" + prestige = -25 + set_country_flag = give_up_caucasus + any_owned = { + limit = { + OR = { + is_core = DAG + is_core = CHY + } + OR = { + pop_majority_culture = dagestani + pop_majority_culture = chechen + pop_majority_culture = circassian + } + } + remove_province_modifier = highlander_raids + secede_province = DAG + } + DAG = { + any_pop = { + limit = { OR = { has_pop_religion = sunni has_pop_religion = shiite } } + militancy = -9 + } + } + relation = { who = DAG value = 400 } + ai_chance = { + factor = 0 + + modifier = { + factor = 0.05 + OR = { + government = democracy + government = hms_government + } + } + } + } + } + + country_event = { - id = 325107 - title = "EVTNAME325107" #Imam Shamil captured - desc = "EVTDESC325107" - picture = "shamil_captured" - - trigger = { - tag = RUS - DAG = { exists = no } - owns = 1052 - owns = 1053 - owns = 1057 - owns = 1055 - year = 1850 - has_country_flag = imam_shamil_raid - NOT = { has_global_flag = dagestani_caucasian_war_ended } - NOT = { has_country_flag = give_up_caucasus } - 1052 = { NOT = { has_province_modifier = highlander_raids } } - } - - mean_time_to_happen = { months = 6 } - - fire_only_once = yes - - option = { - name = "EVT325107OPTA" - set_global_flag = dagestani_caucasian_war_ended - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - random_pop = { - limit = { - is_state_religion = no - OR = { - has_pop_culture = circassian - has_pop_culture = chechen - } - location = { - OR = { - is_core = CIR - is_core = DAG - is_core = CHY - } - } - NOT = { type = farmers } - } - move_pop = 908 - } - any_pop = { - limit = { - has_pop_religion = sunni - OR = { - has_pop_culture = chechen - has_pop_culture = circassian - has_pop_culture = dagestani - } - } - militancy = 9 - random_list = { - 25 = { reduce_pop = 0.15 } - 25 = { reduce_pop = 0.2 } - 25 = { reduce_pop = 0.25 } - 25 = { reduce_pop = 0.3 } - } - } - any_owned = { - limit = { OR = { is_core = DAG is_core = CHY } } - add_province_modifier = { name = population_resettlement duration = 1825 } - } - any_owned = { - limit = { is_core = CIR } - add_province_modifier = { name = population_resettlement duration = 720 } - } - } + id = 325107 + title = "EVTNAME325107" #Imam Shamil captured + desc = "EVTDESC325107" + picture = "shamil_captured" + + trigger = { + tag = RUS + DAG = { exists = no } + owns = 1052 + owns = 1053 + owns = 1057 + owns = 1055 + year = 1850 + has_country_flag = imam_shamil_raid + NOT = { has_global_flag = dagestani_caucasian_war_ended } + NOT = { has_country_flag = give_up_caucasus } + 1052 = { NOT = { has_province_modifier = highlander_raids } } + } + + mean_time_to_happen = { months = 6 } + + fire_only_once = yes + + option = { + name = "EVT325107OPTA" + set_global_flag = dagestani_caucasian_war_ended + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + random_pop = { + limit = { + is_state_religion = no + OR = { + has_pop_culture = circassian + has_pop_culture = chechen + } + location = { + OR = { + is_core = CIR + is_core = DAG + is_core = CHY + } + } + NOT = { type = farmers } + } + move_pop = 908 + } + any_pop = { + limit = { + has_pop_religion = sunni + OR = { + has_pop_culture = chechen + has_pop_culture = circassian + has_pop_culture = dagestani + } + } + militancy = 9 + random_list = { + 25 = { reduce_pop = 0.15 } + 25 = { reduce_pop = 0.2 } + 25 = { reduce_pop = 0.25 } + 25 = { reduce_pop = 0.3 } + } + } + any_owned = { + limit = { OR = { is_core = DAG is_core = CHY } } + add_province_modifier = { name = population_resettlement duration = 1825 } + } + any_owned = { + limit = { is_core = CIR } + add_province_modifier = { name = population_resettlement duration = 720 } + } + } } #Imam Not Captured country_event = { - id = 325108 - title = "EVTNAME325108" - desc = "EVTDESC325108" - picture = "shamil_before_attack" - - trigger = { - tag = RUS - DAG = { exists = no } - owns = 1052 - owns = 1053 - owns = 1057 - owns = 1055 - has_country_flag = imam_shamil_raid - NOT = { has_global_flag = dagestani_caucasian_war_ended } - NOT = { has_country_flag = give_up_caucasus } - 1052 = { NOT = { has_province_modifier = highlander_raids } } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT325108OPTA" - any_owned = { - limit = { - OR = { - is_core = DAG - is_core = CHY - } - } - - random_list = { - 25 = { - add_province_modifier = { - name = highlander_raids - duration = 6205 - } - } - 25 = { - add_province_modifier = { - name = highlander_raids - duration = 5475 - } - } - 25 = { - add_province_modifier = { - name = highlander_raids - duration = 4380 - } - } - 25 = { - add_province_modifier = { - name = highlander_raids - duration = 3650 - } - } - } - } - } - } + id = 325108 + title = "EVTNAME325108" + desc = "EVTDESC325108" + picture = "shamil_before_attack" + + trigger = { + tag = RUS + DAG = { exists = no } + owns = 1052 + owns = 1053 + owns = 1057 + owns = 1055 + has_country_flag = imam_shamil_raid + NOT = { has_global_flag = dagestani_caucasian_war_ended } + NOT = { has_country_flag = give_up_caucasus } + 1052 = { NOT = { has_province_modifier = highlander_raids } } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT325108OPTA" + any_owned = { + limit = { + OR = { + is_core = DAG + is_core = CHY + } + } + + random_list = { + 25 = { + add_province_modifier = { + name = highlander_raids + duration = 6205 + } + } + 25 = { + add_province_modifier = { + name = highlander_raids + duration = 5475 + } + } + 25 = { + add_province_modifier = { + name = highlander_raids + duration = 4380 + } + } + 25 = { + add_province_modifier = { + name = highlander_raids + duration = 3650 + } + } + } + } + } + } diff --git a/HPM/events/China.txt b/HPM/events/China.txt index 7c097b6d..59b3e18b 100644 --- a/HPM/events/China.txt +++ b/HPM/events/China.txt @@ -1,746 +1,745 @@ country_event = { - title = "EVTNAME90900" - desc = "EVTDESC90900" - picture = "Celebration" - - id = 90900 - news = yes - news_desc_long = "EVTDESC90900_NEWS_LONG" - news_desc_medium = "EVTDESC90900_NEWS_MEDIUM" - news_desc_short = "EVTDESC90900_NEWS_SHORT" - - is_triggered_only = yes - - trigger = { - OR = { - tag = CHI - tag = TPG - tag = QNG - } - } - - option = { - name = "EVTOPTA90900" - set_global_flag = the_dragon_wakes - random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } - random_owned = { - limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } - owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } - } - MCK = { all_core = { add_core = CHI } } - XBI = { all_core = { add_core = CHI } } - XIN = { all_core = { add_core = CHI } } - SZC = { all_core = { add_core = CHI } } - YNN = { all_core = { add_core = CHI } } - GXI = { all_core = { add_core = CHI } } - GNG = { all_core = { add_core = CHI } } - FJN = { all_core = { add_core = CHI } } - KML = { all_core = { add_core = CHI } } - random_owned = { - limit = { - owner = { - has_country_modifier = uncivilized_isolationism - NOT = { border_policy = closed_borders } } - } - owner = { political_reform = closed_borders } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = western_influences - NOT = { border_policy = open_borders } } - } - owner = { political_reform = open_borders } - } - add_country_modifier = { name = global_baby_boom duration = 730 } - prestige = 10 - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - clr_country_flag = using_foreign_weapons - clr_country_flag = using_foreign_artillery - clr_country_flag = using_foreign_ships - clr_country_flag = using_foreign_shipyards - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - any_country = { - limit = { - exists = yes - is_vassal = no - OR = { - tag = MCK - tag = XBI - tag = XIN - tag = SZC - tag = YNN - tag = GXI - tag = GNG - tag = FJN - tag = KML - } - } - leave_alliance = THIS - relation = { who = THIS value = -200 } - } - any_country = { - limit = { - exists = yes - OR = { - substate_of = THIS - vassal_of = THIS - } - OR = { - tag = MCK - tag = XBI - tag = XIN - tag = SZC - tag = YNN - tag = GXI - tag = GNG - tag = FJN - tag = KML - } - } - country_event = { id=90901 days=0 } - } - - #Non-cores should flip to colonies - random_owned = { - limit = { - NOT = { is_core = THIS } - owner = { NOT = { exists = UTI } } - } - owner = { - any_owned = { - limit = { - NOT = { - is_core = THIS - is_colonial = yes - is_accepted_culture = yes - is_primary_culture = yes - any_core = { is_cultural_union = THIS } - #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule - } - any_core = { - OR = { - civilized = no - tech_school = developing_tech_school - } - } - } - secede_province = UTI - UTI = { country_event = 90911 } - } - } - } - } + title = "EVTNAME90900" + desc = "EVTDESC90900" + picture = "Celebration" + + id = 90900 + news = yes + news_desc_long = "EVTDESC90900_NEWS_LONG" + news_desc_medium = "EVTDESC90900_NEWS_MEDIUM" + news_desc_short = "EVTDESC90900_NEWS_SHORT" + + is_triggered_only = yes + + trigger = { + OR = { + tag = CHI + tag = TPG + tag = QNG + } + } + + option = { + name = "EVTOPTA90900" + set_global_flag = the_dragon_wakes + random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } + random_owned = { + limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } + owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } + } + MCK = { all_core = { add_core = CHI } } + XBI = { all_core = { add_core = CHI } } + XIN = { all_core = { add_core = CHI } } + SZC = { all_core = { add_core = CHI } } + YNN = { all_core = { add_core = CHI } } + GXI = { all_core = { add_core = CHI } } + GNG = { all_core = { add_core = CHI } } + FJN = { all_core = { add_core = CHI } } + KML = { all_core = { add_core = CHI } } + random_owned = { + limit = { + owner = { + has_country_modifier = uncivilized_isolationism + NOT = { border_policy = closed_borders } } + } + owner = { political_reform = closed_borders } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = western_influences + NOT = { border_policy = open_borders } } + } + owner = { political_reform = open_borders } + } + add_country_modifier = { name = global_baby_boom duration = 730 } + prestige = 10 + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + clr_country_flag = using_foreign_weapons + clr_country_flag = using_foreign_artillery + clr_country_flag = using_foreign_ships + clr_country_flag = using_foreign_shipyards + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + any_country = { + limit = { + exists = yes + is_vassal = no + OR = { + tag = MCK + tag = XBI + tag = XIN + tag = SZC + tag = YNN + tag = GXI + tag = GNG + tag = FJN + tag = KML + } + } + leave_alliance = THIS + relation = { who = THIS value = -200 } + } + any_country = { + limit = { + exists = yes + OR = { + substate_of = THIS + vassal_of = THIS + } + OR = { + tag = MCK + tag = XBI + tag = XIN + tag = SZC + tag = YNN + tag = GXI + tag = GNG + tag = FJN + tag = KML + } + } + country_event = { id=90901 days=0 } + } + + #Non-cores should flip to colonies + random_owned = { + limit = { + NOT = { is_core = THIS } + owner = { NOT = { exists = UTI } } + } + owner = { + any_owned = { + limit = { + NOT = { + is_core = THIS + is_colonial = yes + is_accepted_culture = yes + is_primary_culture = yes + any_core = { is_cultural_union = THIS } + #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule + } + any_core = { + OR = { + civilized = no + tech_school = developing_tech_school + } + } + } + secede_province = UTI + UTI = { country_event = 90911 } + } + } + } + } } # Event to Inherit country_event = { - id = 90901 - title = "EVTNAME90900" - desc = "EVTDESC90901" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA90901" - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 10 - modifier = { - factor = 10 - relation = { who = FROM value = 100 } - } - } - } - - option = { - name = "EVTOPTB90100" - random_owned = { - limit = { - owner = { civilized = no } - } - owner = { civilized = yes } - } - prestige = 10 - relation = { - who = FROM - value = -200 - } - release_vassal = THIS - leave_alliance = FROM - ai_chance = { - factor = 100 - modifier = { - factor = 5 - civilized = yes - } - modifier = { - factor = 0.5 - relation = { who = FROM value = 100 } - } - } - } + id = 90901 + title = "EVTNAME90900" + desc = "EVTDESC90901" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA90901" + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 10 + modifier = { + factor = 10 + relation = { who = FROM value = 100 } + } + } + } + + option = { + name = "EVTOPTB90100" + random_owned = { + limit = { + owner = { civilized = no } + } + owner = { civilized = yes } + } + prestige = 10 + relation = { + who = FROM + value = -200 + } + release_vassal = THIS + leave_alliance = FROM + ai_chance = { + factor = 100 + modifier = { + factor = 5 + civilized = yes + } + modifier = { + factor = 0.5 + relation = { who = FROM value = 100 } + } + } + } } country_event = { - title = "westernize_nation_title" - desc = "westernize_nation_desc" - picture = "Celebration" - - id = 90903 - - is_triggered_only = yes - - trigger = { - NOT = { has_global_flag = the_dragon_wakes } - OR = { - tag = MCK - tag = XBI - tag = XIN - tag = SZC - tag = YNN - tag = GXI - tag = GNG - tag = FJN - } - } - - option = { - name = "EVTOPTA90902" - set_global_flag = the_dragon_wakes - random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } - random_owned = { - limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } - owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } - } - random_owned = { - limit = { - owner = { - has_country_modifier = uncivilized_isolationism - NOT = { border_policy = closed_borders } } - } - owner = { political_reform = closed_borders } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = western_influences - NOT = { border_policy = open_borders } } - } - owner = { political_reform = open_borders } - } - random_country = { - limit = { - is_culture_group = east_asian - is_our_vassal = THIS - } - release_vassal = THIS - leave_alliance = THIS - country_event = { id=90904 days=0 } - } - add_country_modifier = { - name = taiping_draft - duration = 90 - } - add_country_modifier = { name = global_baby_boom duration = 730 } - prestige = 10 - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - clr_country_flag = using_foreign_weapons - clr_country_flag = using_foreign_artillery - clr_country_flag = using_foreign_ships - clr_country_flag = using_foreign_shipyards - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -100 } - } - #Non-cores should flip to colonies - random_owned = { - limit = { - NOT = { is_core = THIS } - owner = { NOT = { exists = UTI } } - } - owner = { - any_owned = { - limit = { - NOT = { - is_core = THIS - is_colonial = yes - is_accepted_culture = yes - is_primary_culture = yes - any_core = { is_cultural_union = THIS } - #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule - } - any_core = { - OR = { - civilized = no - tech_school = developing_tech_school - } - } - } - secede_province = UTI - UTI = { country_event = 90911 } - } - } - } - } + title = "westernize_nation_title" + desc = "westernize_nation_desc" + picture = "Celebration" + + id = 90903 + + is_triggered_only = yes + + trigger = { + NOT = { has_global_flag = the_dragon_wakes } + OR = { + tag = MCK + tag = XBI + tag = XIN + tag = SZC + tag = YNN + tag = GXI + tag = GNG + tag = FJN + } + } + + option = { + name = "EVTOPTA90902" + set_global_flag = the_dragon_wakes + random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } + random_owned = { + limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } + owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } + } + random_owned = { + limit = { + owner = { + has_country_modifier = uncivilized_isolationism + NOT = { border_policy = closed_borders } } + } + owner = { political_reform = closed_borders } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = western_influences + NOT = { border_policy = open_borders } } + } + owner = { political_reform = open_borders } + } + random_country = { + limit = { + is_culture_group = east_asian + is_our_vassal = THIS + } + release_vassal = THIS + leave_alliance = THIS + country_event = { id=90904 days=0 } + } + add_country_modifier = { + name = taiping_draft + duration = 90 + } + add_country_modifier = { name = global_baby_boom duration = 730 } + prestige = 10 + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + clr_country_flag = using_foreign_weapons + clr_country_flag = using_foreign_artillery + clr_country_flag = using_foreign_ships + clr_country_flag = using_foreign_shipyards + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -100 } + } + #Non-cores should flip to colonies + random_owned = { + limit = { + NOT = { is_core = THIS } + owner = { NOT = { exists = UTI } } + } + owner = { + any_owned = { + limit = { + NOT = { + is_core = THIS + is_colonial = yes + is_accepted_culture = yes + is_primary_culture = yes + any_core = { is_cultural_union = THIS } + #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule + } + any_core = { + OR = { + civilized = no + tech_school = developing_tech_school + } + } + } + secede_province = UTI + UTI = { country_event = 90911 } + } + } + } + } } country_event = { - id = 90904 - title = "EVTNAME90904" - desc = "EVTDESC90904" - news = yes - news_desc_long = "EVTDESC90904_NEWS_LONG" - news_desc_medium = "EVTDESC90904_NEWS_MEDIUM" - news_desc_short = "EVTDESC90904_NEWS_SHORT" - picture = "panthay_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT90904OPTA" - FROM = { all_core = { add_core = THIS } } - relation = { who = FROM value = -200 } - add_country_modifier = { - name = self_strengthening_movement - duration = 730 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT90904OPTB" - prestige = -20 - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 6 - } - any_substate = { - limit = { is_culture_group = east_asian } - any_pop = { militancy = 6 } - } - add_country_modifier = { - name = self_strengthening_movement - duration = 730 - } - ai_chance = { - factor = 0 - } - } + id = 90904 + title = "EVTNAME90904" + desc = "EVTDESC90904" + news = yes + news_desc_long = "EVTDESC90904_NEWS_LONG" + news_desc_medium = "EVTDESC90904_NEWS_MEDIUM" + news_desc_short = "EVTDESC90904_NEWS_SHORT" + picture = "panthay_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT90904OPTA" + FROM = { all_core = { add_core = THIS } } + relation = { who = FROM value = -200 } + add_country_modifier = { + name = self_strengthening_movement + duration = 730 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT90904OPTB" + prestige = -20 + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 6 + } + any_substate = { + limit = { is_culture_group = east_asian } + any_pop = { militancy = 6 } + } + add_country_modifier = { + name = self_strengthening_movement + duration = 730 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 90905 - title = "EVTNAME90905" - desc = "EVTDESC90905" - picture = "panthay_rebellion" - - trigger = { - civilized = no - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - } - num_of_cities = 2 - any_greater_power = { - NOT = { rank = 5 } - NOT = { truce_with = THIS } - NOT = { casus_belli = THIS } - NOT = { badboy = 0.8 } - num_of_ports = 1 - ai = yes - capital_scope = { continent = europe } - NOT = { tag = TUR } - } - } - - mean_time_to_happen = { months = 200 } - - option = { - name = "EVT90905OPTA" - random = { - chance = 85 - random_country = { - limit = { - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - } - NOT = { tag = TUR } - is_greater_power = yes - NOT = { rank = 5 } - NOT = { truce_with = THIS } - NOT = { casus_belli = THIS } - num_of_ports = 1 - ai = yes - } - casus_belli = { target = THIS type = treaty_port_casus_belli months = 80 } - relation = { who = THIS value = -400 } - } - } - } + id = 90905 + title = "EVTNAME90905" + desc = "EVTDESC90905" + picture = "panthay_rebellion" + + trigger = { + civilized = no + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + } + num_of_cities = 2 + any_greater_power = { + NOT = { rank = 5 } + NOT = { truce_with = THIS } + NOT = { casus_belli = THIS } + NOT = { badboy = 0.8 } + num_of_ports = 1 + ai = yes + capital_scope = { continent = europe } + NOT = { tag = TUR } + } + } + + mean_time_to_happen = { months = 200 } + + option = { + name = "EVT90905OPTA" + random = { + chance = 85 + random_country = { + limit = { + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + } + NOT = { tag = TUR } + is_greater_power = yes + NOT = { rank = 5 } + NOT = { truce_with = THIS } + NOT = { casus_belli = THIS } + num_of_ports = 1 + ai = yes + } + casus_belli = { target = THIS type = treaty_port_casus_belli months = 80 } + relation = { who = THIS value = -400 } + } + } + } } country_event = { - id = 90906 - title = "EVTNAME90906" - desc = "EVTDESC90906" - picture = "panthay_rebellion" - - trigger = { - ai = yes - NOT = { badboy = 0.8 } - num_of_ports = 1 - num_of_cities = 8 - NOT = { tag = TUR } - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { tag = DNB } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - war_with = QNG - war_with = TPG - } - OR = { - QNG = { - exists = yes - civilized = no - num_of_cities = 2 - NOT = { truce_with = THIS } - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - } - } - TPG = { - exists = yes - civilized = no - num_of_cities = 2 - NOT = { truce_with = THIS } - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - } - } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.5 - is_greater_power = yes - } - - modifier = { - factor = 0.5 - tag = ENG - } - - modifier = { - factor = 0.5 - NOT = { rank = 2 } - } - } - - option = { - name = "EVT90906OPTA" - random_country = { - limit = { - exists = yes - civilized = no - num_of_cities = 2 - war_with = THIS - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - } - } - relation = { who = THIS value = -400 } - add_casus_belli = { target = THIS type = treaty_port_casus_belli months = 60 } - } - } + id = 90906 + title = "EVTNAME90906" + desc = "EVTDESC90906" + picture = "panthay_rebellion" + + trigger = { + ai = yes + NOT = { badboy = 0.8 } + num_of_ports = 1 + num_of_cities = 8 + NOT = { tag = TUR } + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { tag = DNB } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + war_with = QNG + war_with = TPG + } + OR = { + QNG = { + exists = yes + civilized = no + num_of_cities = 2 + NOT = { truce_with = THIS } + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + } + } + TPG = { + exists = yes + civilized = no + num_of_cities = 2 + NOT = { truce_with = THIS } + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + } + } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.5 + is_greater_power = yes + } + + modifier = { + factor = 0.5 + tag = ENG + } + + modifier = { + factor = 0.5 + NOT = { rank = 2 } + } + } + + option = { + name = "EVT90906OPTA" + random_country = { + limit = { + exists = yes + civilized = no + num_of_cities = 2 + war_with = THIS + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + } + } + relation = { who = THIS value = -400 } + add_casus_belli = { target = THIS type = treaty_port_casus_belli months = 60 } + } + } } country_event = { - id = 90907 - title = "EVTNAME90907" - desc = "EVTDESC90907" - picture = "treaty_of_tientsin" - - is_triggered_only = yes - - option = { - name = "EVT90907OPTA" - 1498 = { remove_core = THIS } - 1498 = { remove_core = CHI } - relation = { who = FROM value = 400 } - prestige = -5 - FROM = { set_country_flag = sino_portuguese_treaty_of_peking_signataire } - ai_chance = { factor = 0.9 } - } - - - option = { - name = "EVT90907OPTB" - prestige = 5 - add_casus_belli = { - target = FROM - type = treaty_port_casus_belli - months = 40 - } - random_country = { - limit = { tag = FROM ai = yes } - war = { - target = THIS - attacker_goal = { casus_belli = treaty_port_casus_belli } - call_ally = yes - } - } - - random_country = { - limit = { - is_greater_power = yes - war = no - ai = yes - capital_scope = { continent = europe } - NOT = { tag = TUR } - NOT = { tag = RUS } - NOT = { relation = { who = THIS value = 0 } } - NOT = { truce_with = THIS } - military_score = 100 - OR = { - total_amount_of_ships = 30 - AND = { - NOT = { rank = 4 } - total_amount_of_ships = 10 - } - AND = { - total_amount_of_ships = 20 - invention = pre_dreadnought - } - } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = treaty_port_casus_belli - months = 40 - } - war = { - target = THIS - attacker_goal = { casus_belli = treaty_port_casus_belli } - call_ally = yes - } - } - - ai_chance = { - factor = 0.1 - modifier = { factor = 0 has_recently_lost_war = yes } - modifier = { factor = 0 is_disarmed = yes } - modifier = { factor = 0 NOT = { military_score = 100 } } - } - } + id = 90907 + title = "EVTNAME90907" + desc = "EVTDESC90907" + picture = "treaty_of_tientsin" + + is_triggered_only = yes + + option = { + name = "EVT90907OPTA" + 1498 = { remove_core = THIS } + 1498 = { remove_core = CHI } + relation = { who = FROM value = 400 } + prestige = -5 + FROM = { set_country_flag = sino_portuguese_treaty_of_peking_signataire } + ai_chance = { factor = 0.9 } + } + + + option = { + name = "EVT90907OPTB" + prestige = 5 + add_casus_belli = { + target = FROM + type = treaty_port_casus_belli + months = 40 + } + random_country = { + limit = { tag = FROM ai = yes } + war = { + target = THIS + attacker_goal = { casus_belli = treaty_port_casus_belli } + call_ally = yes + } + } + + random_country = { + limit = { + is_greater_power = yes + war = no + ai = yes + capital_scope = { continent = europe } + NOT = { tag = TUR } + NOT = { tag = RUS } + NOT = { relation = { who = THIS value = 0 } } + NOT = { truce_with = THIS } + military_score = 100 + OR = { + total_amount_of_ships = 30 + AND = { + NOT = { rank = 4 } + total_amount_of_ships = 10 + } + AND = { + total_amount_of_ships = 20 + invention = pre_dreadnought + } + } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = treaty_port_casus_belli + months = 40 + } + war = { + target = THIS + attacker_goal = { casus_belli = treaty_port_casus_belli } + call_ally = yes + } + } + + ai_chance = { + factor = 0.1 + modifier = { factor = 0 has_recently_lost_war = yes } + modifier = { factor = 0 is_disarmed = yes } + modifier = { factor = 0 NOT = { military_score = 100 } } + } + } } country_event = { - id = 90908 - title = "EVTNAME90908" - desc = "EVTDESC90908" - picture = "treaty_of_tientsin" - - is_triggered_only = yes - - option = { - name = "EVT90908OPTA" - 1498 = { secede_province = FROM } - 1498 = { remove_core = THIS } - 1498 = { remove_core = POR } - relation = { who = FROM value = 400 } - prestige_factor = -0.1 - ai_chance = { - factor = 0.2 - modifier = { factor = 0.5 has_recently_lost_war = yes } - modifier = { factor = 0.25 is_disarmed = yes } - modifier = { factor = 0.25 NOT = { military_score = 100 } } - } - } - - - option = { - name = "EVT90908OPTB" - prestige = 5 - 1498 = { add_core = THIS } - relation = { who = FROM value = -400 } - - ai_chance = { - factor = 0.8 - modifier = { factor = 10 is_greater_power = yes } - modifier = { factor = 1.1 part_of_sphere = yes } - } - } + id = 90908 + title = "EVTNAME90908" + desc = "EVTDESC90908" + picture = "treaty_of_tientsin" + + is_triggered_only = yes + + option = { + name = "EVT90908OPTA" + 1498 = { secede_province = FROM } + 1498 = { remove_core = THIS } + 1498 = { remove_core = POR } + relation = { who = FROM value = 400 } + prestige_factor = -0.1 + ai_chance = { + factor = 0.2 + modifier = { factor = 0.5 has_recently_lost_war = yes } + modifier = { factor = 0.25 is_disarmed = yes } + modifier = { factor = 0.25 NOT = { military_score = 100 } } + } + } + + + option = { + name = "EVT90908OPTB" + prestige = 5 + 1498 = { add_core = THIS } + relation = { who = FROM value = -400 } + + ai_chance = { + factor = 0.8 + modifier = { factor = 10 is_greater_power = yes } + modifier = { factor = 1.1 part_of_sphere = yes } + } + } } country_event = { - id = 90909 - title = "EVTNAME90909" - desc = "EVTDESC90909" - picture = "treaty_of_tientsin" - - is_triggered_only = yes - - option = { - name = "EVT90909OPTA" - 1481 = { - secede_province = FROM - add_province_modifier = { name = chinese_treaty_port duration = -1 } - } - any_pop = { limit = { is_culture_group = east_asian } militancy = 1 } - prestige_factor = -0.1 - ai_chance = { factor = 0.8 } - } - - - option = { - name = "EVT90909OPTB" - relation = { who = FROM value = -200 } - leave_alliance = FROM - end_military_access = FROM - add_casus_belli = { target = FROM type = treaty_port_casus_belli months = 30 } diplomatic_influence = { who = FROM value = -400 } - random_country = { - limit = { alliance_with = FROM is_greater_power = yes } - casus_belli = { target = THIS type = treaty_port_casus_belli months = 50 } - relation = { who = THIS value = -200 } - diplomatic_influence = { who = THIS value = -400 } - } - - random_country = { - limit = { tag = FROM ai = yes } - war = { target = THIS attacker_goal = { casus_belli = treaty_port_casus_belli } call_ally = yes } - } - - ai_chance = { - factor = 0.2 - modifier = { factor = 0 vassal_of = FROM } - modifier = { factor = 0.25 in_sphere = FROM } - modifier = { factor = 0.8 relation = { who = FROM value = 150 } } - modifier = { factor = 0.4 has_recently_lost_war = yes } - modifier = { factor = 0.1 is_disarmed = yes } - modifier = { factor = 0.9 any_owned_province = { country_units_in_province = REB } } - modifier = { factor = 0.8 num_of_revolts = 3 } - modifier = { factor = 1.25 military_score = FROM } - } - } -} + id = 90909 + title = "EVTNAME90909" + desc = "EVTDESC90909" + picture = "treaty_of_tientsin" + + is_triggered_only = yes + option = { + name = "EVT90909OPTA" + 1481 = { + secede_province = FROM + add_province_modifier = { name = chinese_treaty_port duration = -1 } + } + any_pop = { limit = { is_culture_group = east_asian } militancy = 1 } + prestige_factor = -0.1 + ai_chance = { factor = 0.8 } + } + + + option = { + name = "EVT90909OPTB" + relation = { who = FROM value = -200 } + leave_alliance = FROM + end_military_access = FROM + add_casus_belli = { target = FROM type = treaty_port_casus_belli months = 30 } diplomatic_influence = { who = FROM value = -400 } + random_country = { + limit = { alliance_with = FROM is_greater_power = yes } + casus_belli = { target = THIS type = treaty_port_casus_belli months = 50 } + relation = { who = THIS value = -200 } + diplomatic_influence = { who = THIS value = -400 } + } + + random_country = { + limit = { tag = FROM ai = yes } + war = { target = THIS attacker_goal = { casus_belli = treaty_port_casus_belli } call_ally = yes } + } + + ai_chance = { + factor = 0.2 + modifier = { factor = 0 vassal_of = FROM } + modifier = { factor = 0.25 in_sphere = FROM } + modifier = { factor = 0.8 relation = { who = FROM value = 150 } } + modifier = { factor = 0.4 has_recently_lost_war = yes } + modifier = { factor = 0.1 is_disarmed = yes } + modifier = { factor = 0.9 any_owned_province = { country_units_in_province = REB } } + modifier = { factor = 0.8 num_of_revolts = 3 } + modifier = { factor = 1.25 military_score = FROM } + } + } +} diff --git a/HPM/events/CivilizationAndGunBoats.txt b/HPM/events/CivilizationAndGunBoats.txt index 7f8c1424..645d8313 100644 --- a/HPM/events/CivilizationAndGunBoats.txt +++ b/HPM/events/CivilizationAndGunBoats.txt @@ -1,4699 +1,4699 @@ ##################################################################### -# # -# Uncivilized Country Events # -# # +# # +# Uncivilized Country Events # +# # ##################################################################### #Wind of Westernization - Initialization event country_event = { - id = 13000 - title = "EVTNAME13000" - desc = "EVTDESC13000" - picture = "Western" - - trigger = { - civilized = no - NOT = { - has_country_modifier = western_influences - has_country_modifier = uncivilized_isolationism - } - OR = { - any_owned_province = { port = yes } - any_neighbor_country = { part_of_sphere = yes } - any_neighbor_country = { is_greater_power = yes } - } - OR = { - month = 4 - year = 1837 - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVTOPTA13000" - add_country_modifier = { - name = "western_influences" - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - OR = { - is_culture_group = east_asian - is_culture_group = far_east_asian - } - } - modifier = { - factor = 0 - NOT = { num_of_ports = 1 } - any_neighbor_country = { - NOT = { civilized = yes } - } - } - modifier = { - factor = 0.5 - nationalvalue = nv_tradition - } - } - } - option = { - name = "EVTOPTB13000" - add_country_modifier = { - name = uncivilized_isolationism - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - part_of_sphere = yes - } - modifier = { - factor = 0 - is_vassal = yes - } - modifier = { - factor = 1.5 - nationalvalue = nv_tradition - } - } - } + id = 13000 + title = "EVTNAME13000" + desc = "EVTDESC13000" + picture = "Western" + + trigger = { + civilized = no + NOT = { + has_country_modifier = western_influences + has_country_modifier = uncivilized_isolationism + } + OR = { + any_owned_province = { port = yes } + any_neighbor_country = { part_of_sphere = yes } + any_neighbor_country = { is_greater_power = yes } + } + OR = { + month = 4 + year = 1837 + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVTOPTA13000" + add_country_modifier = { + name = "western_influences" + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + OR = { + is_culture_group = east_asian + is_culture_group = far_east_asian + } + } + modifier = { + factor = 0 + NOT = { num_of_ports = 1 } + any_neighbor_country = { + NOT = { civilized = yes } + } + } + modifier = { + factor = 0.5 + nationalvalue = nv_tradition + } + } + } + option = { + name = "EVTOPTB13000" + add_country_modifier = { + name = uncivilized_isolationism + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + part_of_sphere = yes + } + modifier = { + factor = 0 + is_vassal = yes + } + modifier = { + factor = 1.5 + nationalvalue = nv_tradition + } + } + } } #Shipwrecked Sailors country_event = { - id = 13010 - title = "EVTNAME13010" - desc = "EVTDESC13010" - picture = "Thermopylae" - - trigger = { - any_owned_province = { is_coastal = yes } - civilized = no - has_country_modifier = uncivilized_isolationism - any_owned_province = { - port = yes - NOT = { - has_province_modifier = western_presence - has_province_modifier = boxer_presence - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.9 - num_of_ports = 10 - } - modifier = { - factor = 0.9 - num_of_ports = 20 - } - modifier = { - factor = 0.9 - num_of_ports = 30 - } - modifier = { - factor = 0.9 - num_of_ports = 40 - } - modifier = { - factor = 0.9 - num_of_ports = 50 - } - } - - option = { - name = "EVTOPTA13010" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = boxer_presence } - NOT = { has_province_modifier = western_presence } - } - any_pop = { militancy = -3 } - } - - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVTOPTB13010" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = boxer_presence } - NOT = { has_province_modifier = western_presence } - } - add_province_modifier = { name = "western_presence" duration = 1825 } - add_province_modifier = { name = "western_presence_research" duration = 1825 } - any_pop = { - militancy = 3 - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - has_country_modifier = uncivilized_isolationism - } - modifier = { - factor = 0.5 - is_culture_group = east_asian - } - } - } + id = 13010 + title = "EVTNAME13010" + desc = "EVTDESC13010" + picture = "Thermopylae" + + trigger = { + any_owned_province = { is_coastal = yes } + civilized = no + has_country_modifier = uncivilized_isolationism + any_owned_province = { + port = yes + NOT = { + has_province_modifier = western_presence + has_province_modifier = boxer_presence + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.9 + num_of_ports = 10 + } + modifier = { + factor = 0.9 + num_of_ports = 20 + } + modifier = { + factor = 0.9 + num_of_ports = 30 + } + modifier = { + factor = 0.9 + num_of_ports = 40 + } + modifier = { + factor = 0.9 + num_of_ports = 50 + } + } + + option = { + name = "EVTOPTA13010" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = boxer_presence } + NOT = { has_province_modifier = western_presence } + } + any_pop = { militancy = -3 } + } + + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVTOPTB13010" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = boxer_presence } + NOT = { has_province_modifier = western_presence } + } + add_province_modifier = { name = "western_presence" duration = 1825 } + add_province_modifier = { name = "western_presence_research" duration = 1825 } + any_pop = { + militancy = 3 + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + has_country_modifier = uncivilized_isolationism + } + modifier = { + factor = 0.5 + is_culture_group = east_asian + } + } + } } #Foreign Smugglers country_event = { - id = 13015 - title = "EVTNAME13015" - desc = "EVTDESC13015" - picture = "arrested" - - trigger = { - civilized = no - has_country_modifier = uncivilized_isolationism - OR = { - any_owned_province = { port = yes } - any_neighbor_country = { civilized = yes } - } - any_owned_province = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = foreign_smugglers } - } - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - num_of_ports = 10 - } - modifier = { - factor = 0.9 - num_of_ports = 20 - } - modifier = { - factor = 0.9 - num_of_ports = 30 - } - modifier = { - factor = 0.9 - num_of_ports = 40 - } - modifier = { - factor = 0.9 - num_of_ports = 50 - } - } - - option = { - name = "EVT13015OPTA" - random_owned = { - limit = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = foreign_smugglers } - } - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = "foreign_smugglers" - duration = 3650 - } - state_scope = { - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - } - } - - option = { - name = "EVT13015OPTB" - treasury = 5000 - random_owned = { - limit = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = foreign_smugglers } - } - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = boxer_presence } - } - state_scope = { - any_pop = { - militancy = 2 - consciousness = 2 - } - } - } - } + id = 13015 + title = "EVTNAME13015" + desc = "EVTDESC13015" + picture = "arrested" + + trigger = { + civilized = no + has_country_modifier = uncivilized_isolationism + OR = { + any_owned_province = { port = yes } + any_neighbor_country = { civilized = yes } + } + any_owned_province = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = foreign_smugglers } + } + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + num_of_ports = 10 + } + modifier = { + factor = 0.9 + num_of_ports = 20 + } + modifier = { + factor = 0.9 + num_of_ports = 30 + } + modifier = { + factor = 0.9 + num_of_ports = 40 + } + modifier = { + factor = 0.9 + num_of_ports = 50 + } + } + + option = { + name = "EVT13015OPTA" + random_owned = { + limit = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = foreign_smugglers } + } + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = "foreign_smugglers" + duration = 3650 + } + state_scope = { + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + } + } + + option = { + name = "EVT13015OPTB" + treasury = 5000 + random_owned = { + limit = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = foreign_smugglers } + } + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = boxer_presence } + } + state_scope = { + any_pop = { + militancy = 2 + consciousness = 2 + } + } + } + } } #Smugglers Sell Opium country_event = { - id = 13016 - title = "EVTNAME13016" - desc = "EVTDESC13016" - picture = "Opium" - - trigger = { - civilized = no - any_owned_province = { - has_province_modifier = foreign_smugglers - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - has_country_modifier = trade_restrictions - } - } - - option = { - name = "EVT13016OPTA" - random_owned = { - limit = { - has_province_modifier = foreign_smugglers - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - remove_province_modifier = foreign_smugglers - add_province_modifier = { - name = local_opium_habit - duration = 3650 - } - } - ai_chance = { - factor = 60 - } - } - - option = { - name = "EVT13016OPTB" - prestige = -3 - random_owned = { - limit = { - has_province_modifier = foreign_smugglers - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - remove_province_modifier = foreign_smugglers - any_pop = { - reduce_pop = 0.98 - militancy = 6 - consciousness = 6 - } - } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - } - } + id = 13016 + title = "EVTNAME13016" + desc = "EVTDESC13016" + picture = "Opium" + + trigger = { + civilized = no + any_owned_province = { + has_province_modifier = foreign_smugglers + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + has_country_modifier = trade_restrictions + } + } + + option = { + name = "EVT13016OPTA" + random_owned = { + limit = { + has_province_modifier = foreign_smugglers + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + remove_province_modifier = foreign_smugglers + add_province_modifier = { + name = local_opium_habit + duration = 3650 + } + } + ai_chance = { + factor = 60 + } + } + + option = { + name = "EVT13016OPTB" + prestige = -3 + random_owned = { + limit = { + has_province_modifier = foreign_smugglers + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + remove_province_modifier = foreign_smugglers + any_pop = { + reduce_pop = 0.98 + militancy = 6 + consciousness = 6 + } + } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + } + } } - + #Foreign Missionaries country_event = { - id = 13020 - title = "EVTNAME13020" - desc = "EVTDESC13020" - picture = "missionaries" - - trigger = { - civilized = no - is_vassal = no - has_country_modifier = uncivilized_isolationism - any_owned_province = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = western_presence } - } - NOT = { has_province_modifier = western_presence } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - num_of_ports = 10 - } - modifier = { - factor = 0.9 - num_of_ports = 20 - } - modifier = { - factor = 0.9 - num_of_ports = 30 - } - modifier = { - factor = 0.9 - num_of_ports = 40 - } - modifier = { - factor = 0.9 - num_of_ports = 50 - } - } - - option = { - name = "EVT13020OPTA" - random_owned = { - limit = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = western_presence } - } - NOT = { has_province_modifier = western_presence } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = "western_presence" - duration = 1825 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT13020OPTB" - random_country = { - limit = { - capital_scope = { continent = europe } - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - country_event = 13021 - } - ai_chance = { - factor = 10 - } - } + id = 13020 + title = "EVTNAME13020" + desc = "EVTDESC13020" + picture = "missionaries" + + trigger = { + civilized = no + is_vassal = no + has_country_modifier = uncivilized_isolationism + any_owned_province = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = western_presence } + } + NOT = { has_province_modifier = western_presence } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + num_of_ports = 10 + } + modifier = { + factor = 0.9 + num_of_ports = 20 + } + modifier = { + factor = 0.9 + num_of_ports = 30 + } + modifier = { + factor = 0.9 + num_of_ports = 40 + } + modifier = { + factor = 0.9 + num_of_ports = 50 + } + } + + option = { + name = "EVT13020OPTA" + random_owned = { + limit = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = western_presence } + } + NOT = { has_province_modifier = western_presence } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = "western_presence" + duration = 1825 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT13020OPTB" + random_country = { + limit = { + capital_scope = { continent = europe } + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + country_event = 13021 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 13021 - title = "EVTNAME13021" #Missionaries Executed - desc = "EVTDESC13021" - news = yes - news_title = "EVTNAME13021_NEWS_TITLE" - news_desc_long = "EVTDESC13021_NEWS_LONG" - news_desc_medium = "EVTDESC13021_NEWS_MEDIUM" - news_desc_short = "EVTDESC13021_NEWS_SHORT" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT13021OPTA" - relation = { who = FROM value = -25 } - leave_alliance = FROM - random_country = { - limit = { - tag = FROM - part_of_sphere = no - NOT = { total_pops = 10000000 } - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 24 - } - } - random_country = { - limit = { - tag = FROM - OR = { - part_of_sphere = yes - total_pops = 10000000 - } - } - add_casus_belli = { - target = THIS - type = cut_down_to_size - months = 24 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - FROM = { part_of_sphere = yes } - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } - - option = { - name = "EVT13021OPTB" - random_owned = { - limit = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - } - owner = { prestige = -5 } - } - random_owned = { - limit = { - owner = { - is_greater_power = no - is_secondary_power = no - } - } - owner = { prestige = -2.5 } - } - ai_chance = { - factor = 50 - } - } + id = 13021 + title = "EVTNAME13021" #Missionaries Executed + desc = "EVTDESC13021" + news = yes + news_title = "EVTNAME13021_NEWS_TITLE" + news_desc_long = "EVTDESC13021_NEWS_LONG" + news_desc_medium = "EVTDESC13021_NEWS_MEDIUM" + news_desc_short = "EVTDESC13021_NEWS_SHORT" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT13021OPTA" + relation = { who = FROM value = -25 } + leave_alliance = FROM + random_country = { + limit = { + tag = FROM + part_of_sphere = no + NOT = { total_pops = 10000000 } + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 24 + } + } + random_country = { + limit = { + tag = FROM + OR = { + part_of_sphere = yes + total_pops = 10000000 + } + } + add_casus_belli = { + target = THIS + type = cut_down_to_size + months = 24 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + FROM = { part_of_sphere = yes } + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } + + option = { + name = "EVT13021OPTB" + random_owned = { + limit = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + } + owner = { prestige = -5 } + } + random_owned = { + limit = { + owner = { + is_greater_power = no + is_secondary_power = no + } + } + owner = { prestige = -2.5 } + } + ai_chance = { + factor = 50 + } + } } #Western Approaches country_event = { - id = 13030 - title = "EVTNAME13030" - desc = "EVTDESC13030" - picture = "bazaar" - - trigger = { - civilized = no - has_country_modifier = western_influences - is_vassal = no - war = no - any_owned_province = { - OR = { - is_capital = yes - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = western_presence } - } - NOT = { has_province_modifier = western_presence } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 1.2 - part_of_sphere = no - } - modifier = { - factor = 0.8 - part_of_sphere = yes - } - modifier = { - factor = 0.8 - any_neighbor_country = { civilized = yes } - } - modifier = { - factor = 0.8 - civilization_progress = 0.25 - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - modifier = { - factor = 0.8 - education_reform = yes_education_reform - } - modifier = { - factor = 0.8 - pre_indust = yes_pre_indust - } - } - - option = { - name = "EVT13030OPTA" - random_owned = { - limit = { - is_capital = yes - NOT = { has_province_modifier = western_presence } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = "western_presence" - duration = 3650 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - random_owned = { - limit = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { has_province_modifier = western_presence } - } - NOT = { has_province_modifier = western_presence } - NOT = { has_province_modifier = boxer_presence } - owner = { capital_scope = { has_province_modifier = western_presence } } - } - add_province_modifier = { - name = "western_presence" - duration = 3650 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - } - } - option = { - name = "EVT13030OPTB" - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - country_event = 13031 - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - total_amount_of_divisions = 4 - NOT = { total_amount_of_divisions = 10 } - } - modifier = { - factor = 0.1 - NOT = { total_amount_of_divisions = 4 } - } - } - } + id = 13030 + title = "EVTNAME13030" + desc = "EVTDESC13030" + picture = "bazaar" + + trigger = { + civilized = no + has_country_modifier = western_influences + is_vassal = no + war = no + any_owned_province = { + OR = { + is_capital = yes + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = western_presence } + } + NOT = { has_province_modifier = western_presence } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 1.2 + part_of_sphere = no + } + modifier = { + factor = 0.8 + part_of_sphere = yes + } + modifier = { + factor = 0.8 + any_neighbor_country = { civilized = yes } + } + modifier = { + factor = 0.8 + civilization_progress = 0.25 + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + modifier = { + factor = 0.8 + education_reform = yes_education_reform + } + modifier = { + factor = 0.8 + pre_indust = yes_pre_indust + } + } + + option = { + name = "EVT13030OPTA" + random_owned = { + limit = { + is_capital = yes + NOT = { has_province_modifier = western_presence } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = "western_presence" + duration = 3650 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + random_owned = { + limit = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { has_province_modifier = western_presence } + } + NOT = { has_province_modifier = western_presence } + NOT = { has_province_modifier = boxer_presence } + owner = { capital_scope = { has_province_modifier = western_presence } } + } + add_province_modifier = { + name = "western_presence" + duration = 3650 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + } + } + option = { + name = "EVT13030OPTB" + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + country_event = 13031 + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + total_amount_of_divisions = 4 + NOT = { total_amount_of_divisions = 10 } + } + modifier = { + factor = 0.1 + NOT = { total_amount_of_divisions = 4 } + } + } + } } #Insult - Response to Western Approaches country_event = { - id = 13031 - title = "EVTNAME13031" - desc = "EVTDESC13031" - picture = "Outside_influences" - - is_triggered_only = yes - - option = { - name = "EVT13031OPTA" - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - relation = { - who = FROM - value = -50 - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.02 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - NOT = { neighbour = FROM } - } - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 1.25 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - OR = { - government = democracy - government = hms_government - } - } - } - } - - option = { - name = "EVT13031OPTB" - relation = { - who = FROM - value = 20 - } - prestige = -5 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - scaled_militancy = { - issue = pacifism - factor = -1 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 4 - NOT = { neighbour = FROM } - } - modifier = { - factor = 2 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 0.75 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - OR = { - government = absolute_monarchy - government = proletarian_dictatorship - government = fascist_dictatorship - government = bourgeois_dictatorship - } - } - } - } + id = 13031 + title = "EVTNAME13031" + desc = "EVTDESC13031" + picture = "Outside_influences" + + is_triggered_only = yes + + option = { + name = "EVT13031OPTA" + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + relation = { + who = FROM + value = -50 + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.02 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + NOT = { neighbour = FROM } + } + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 1.25 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + OR = { + government = democracy + government = hms_government + } + } + } + } + + option = { + name = "EVT13031OPTB" + relation = { + who = FROM + value = 20 + } + prestige = -5 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + scaled_militancy = { + issue = pacifism + factor = -1 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 4 + NOT = { neighbour = FROM } + } + modifier = { + factor = 2 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 0.75 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + OR = { + government = absolute_monarchy + government = proletarian_dictatorship + government = fascist_dictatorship + government = bourgeois_dictatorship + } + } + } + } } #Point of Trade country_event = { - id = 13040 - title = "EVTNAME13040" - desc = "EVTDESC13040" - picture = "bazaar" - - trigger = { - any_owned_province = { - port = yes - NOT = { has_province_modifier = foreign_trading_post } - NOT = { has_province_modifier = boxer_presence } - } - civilized = no - has_country_modifier = western_influences - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.8 - NOT = { - poor_strata_life_needs = 0.8 - } - } - modifier = { - factor = 0.8 - NOT = { - middle_strata_everyday_needs = 0.8 - } - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 0.5 - NOT = { - any_owned_province = { has_province_modifier = foreign_trading_post } - } - } - modifier = { - factor = 0.9 - num_of_ports = 10 - } - modifier = { - factor = 0.9 - num_of_ports = 20 - } - modifier = { - factor = 0.9 - num_of_ports = 30 - } - modifier = { - factor = 0.9 - num_of_ports = 40 - } - modifier = { - factor = 0.9 - num_of_ports = 50 - } - } - - option = { - name = "EVTOPTA13040" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = foreign_trading_post } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = foreign_trading_post - duration = 3650 - } - any_pop = { - consciousness = 2 - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 75 - } - } - option = { - name = "EVTOPTB13040" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = foreign_trading_post } - NOT = { has_province_modifier = boxer_presence } - } - any_pop = { - consciousness = -3 - militancy = -3 - } - } - ai_chance = { - factor = 25 - } - } + id = 13040 + title = "EVTNAME13040" + desc = "EVTDESC13040" + picture = "bazaar" + + trigger = { + any_owned_province = { + port = yes + NOT = { has_province_modifier = foreign_trading_post } + NOT = { has_province_modifier = boxer_presence } + } + civilized = no + has_country_modifier = western_influences + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.8 + NOT = { + poor_strata_life_needs = 0.8 + } + } + modifier = { + factor = 0.8 + NOT = { + middle_strata_everyday_needs = 0.8 + } + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 0.5 + NOT = { + any_owned_province = { has_province_modifier = foreign_trading_post } + } + } + modifier = { + factor = 0.9 + num_of_ports = 10 + } + modifier = { + factor = 0.9 + num_of_ports = 20 + } + modifier = { + factor = 0.9 + num_of_ports = 30 + } + modifier = { + factor = 0.9 + num_of_ports = 40 + } + modifier = { + factor = 0.9 + num_of_ports = 50 + } + } + + option = { + name = "EVTOPTA13040" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = foreign_trading_post } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = foreign_trading_post + duration = 3650 + } + any_pop = { + consciousness = 2 + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 75 + } + } + option = { + name = "EVTOPTB13040" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = foreign_trading_post } + NOT = { has_province_modifier = boxer_presence } + } + any_pop = { + consciousness = -3 + militancy = -3 + } + } + ai_chance = { + factor = 25 + } + } } #Point of Trade sells Opium country_event = { - id = 13050 - title = "EVTNAME13050" - desc = "EVTDESC13050" - picture = "Opium" - - trigger = { - civilized = no - NOT = { has_country_modifier = trade_restrictions } - any_owned_province = { - has_province_modifier = foreign_trading_post - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.8 - any_owned_province = { has_province_modifier = local_opium_habit } - } - modifier = { - factor = 0.5 - NOT = { - any_owned_province = { has_province_modifier = local_opium_habit } - } - } - modifier = { - factor = 0.8 - part_of_sphere = yes - } - modifier = { - factor = 1.2 - part_of_sphere = no - } - } - - option = { - name = "EVTOPTA13050" - random_owned = { - limit = { - has_province_modifier = foreign_trading_post - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = "local_opium_habit" - duration = 3650 - } - any_pop = { - consciousness = 2 - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 70 - } - } - - option = { - name = "EVTOPTB13050" - add_country_modifier = { - name = "trade_restrictions" - duration = -1 - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVTOPTC13050" - random_owned = { - limit = { - has_province_modifier = foreign_trading_post - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - remove_province_modifier = foreign_trading_post - any_pop = { militancy = 2 } - } - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -25 - } - } - ai_chance = { - factor = 10 - } - } + id = 13050 + title = "EVTNAME13050" + desc = "EVTDESC13050" + picture = "Opium" + + trigger = { + civilized = no + NOT = { has_country_modifier = trade_restrictions } + any_owned_province = { + has_province_modifier = foreign_trading_post + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.8 + any_owned_province = { has_province_modifier = local_opium_habit } + } + modifier = { + factor = 0.5 + NOT = { + any_owned_province = { has_province_modifier = local_opium_habit } + } + } + modifier = { + factor = 0.8 + part_of_sphere = yes + } + modifier = { + factor = 1.2 + part_of_sphere = no + } + } + + option = { + name = "EVTOPTA13050" + random_owned = { + limit = { + has_province_modifier = foreign_trading_post + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = "local_opium_habit" + duration = 3650 + } + any_pop = { + consciousness = 2 + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 70 + } + } + + option = { + name = "EVTOPTB13050" + add_country_modifier = { + name = "trade_restrictions" + duration = -1 + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVTOPTC13050" + random_owned = { + limit = { + has_province_modifier = foreign_trading_post + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + remove_province_modifier = foreign_trading_post + any_pop = { militancy = 2 } + } + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -25 + } + } + ai_chance = { + factor = 10 + } + } } #Smugglers Dodge Trade Restrictions country_event = { - id = 13051 - title = "EVTNAME13051" - desc = "EVTDESC13051" - picture = "Opium" - - trigger = { - civilized = no - has_country_modifier = trade_restrictions - any_owned_province = { - port = yes - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - num_of_ports = 10 - } - modifier = { - factor = 0.9 - num_of_ports = 20 - } - modifier = { - factor = 0.9 - num_of_ports = 30 - } - modifier = { - factor = 0.9 - num_of_ports = 40 - } - modifier = { - factor = 0.9 - num_of_ports = 50 - } - } - - option = { - name = "EVT13051OPTA" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = "foreign_smugglers" - duration = 3650 - } - state_scope = { - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - } - ai_chance = { - factor = 60 - } - } - - option = { - name = "EVT13051OPTB" - prestige = -3 - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = foreign_smugglers } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - any_pop = { - reduce_pop = 0.98 - militancy = 6 - consciousness = 6 - } - } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - } - } + id = 13051 + title = "EVTNAME13051" + desc = "EVTDESC13051" + picture = "Opium" + + trigger = { + civilized = no + has_country_modifier = trade_restrictions + any_owned_province = { + port = yes + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + num_of_ports = 10 + } + modifier = { + factor = 0.9 + num_of_ports = 20 + } + modifier = { + factor = 0.9 + num_of_ports = 30 + } + modifier = { + factor = 0.9 + num_of_ports = 40 + } + modifier = { + factor = 0.9 + num_of_ports = 50 + } + } + + option = { + name = "EVT13051OPTA" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = "foreign_smugglers" + duration = 3650 + } + state_scope = { + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + } + ai_chance = { + factor = 60 + } + } + + option = { + name = "EVT13051OPTB" + prestige = -3 + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = foreign_smugglers } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + any_pop = { + reduce_pop = 0.98 + militancy = 6 + consciousness = 6 + } + } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + } + } } #Opium addiction spreads to coastal province province_event = { - id = 13055 - title = "EVTNAME13055" - desc = "EVTDESC13055" - - trigger = { - port = yes - owner = { - civilized = no - } - any_neighbor_province = { - has_province_modifier = local_opium_habit - } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - - mean_time_to_happen = { - months = 90 - modifier = { - factor = 2 - owner = { - has_country_modifier = trade_restrictions - } - } - modifier = { - factor = 0.8 - has_province_modifier = foreign_smugglers - } - } - - option = { - name = "EVTOPTA13055" - add_province_modifier = { - name = local_opium_habit - duration = 3650 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPTB13060" - any_pop = { - militancy = 2 - } - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - } - } - relation = { - who = THIS - value = -25 - } - } - ai_chance = { - factor = 10 - } - } + id = 13055 + title = "EVTNAME13055" + desc = "EVTDESC13055" + + trigger = { + port = yes + owner = { + civilized = no + } + any_neighbor_province = { + has_province_modifier = local_opium_habit + } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + + mean_time_to_happen = { + months = 90 + modifier = { + factor = 2 + owner = { + has_country_modifier = trade_restrictions + } + } + modifier = { + factor = 0.8 + has_province_modifier = foreign_smugglers + } + } + + option = { + name = "EVTOPTA13055" + add_province_modifier = { + name = local_opium_habit + duration = 3650 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPTB13060" + any_pop = { + militancy = 2 + } + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + } + } + relation = { + who = THIS + value = -25 + } + } + ai_chance = { + factor = 10 + } + } } #Opium addiction spreads inland province_event = { - id = 13060 - title = "EVTNAME13060" - desc = "EVTDESC13060" - - trigger = { - NOT = { port = yes } - owner = { - civilized = no - NOT = { number_of_states = 5 } - } - any_neighbor_province = { - has_province_modifier = local_opium_habit - } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - owner = { - has_country_modifier = trade_restrictions - } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA13060" - add_province_modifier = { - name = "local_opium_habit" - duration = 3650 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPTB13060" - any_pop = { - militancy = 2 - } - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -40 - } - } - ai_chance = { - factor = 10 - } - } + id = 13060 + title = "EVTNAME13060" + desc = "EVTDESC13060" + + trigger = { + NOT = { port = yes } + owner = { + civilized = no + NOT = { number_of_states = 5 } + } + any_neighbor_province = { + has_province_modifier = local_opium_habit + } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + owner = { + has_country_modifier = trade_restrictions + } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA13060" + add_province_modifier = { + name = "local_opium_habit" + duration = 3650 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPTB13060" + any_pop = { + militancy = 2 + } + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -40 + } + } + ai_chance = { + factor = 10 + } + } } province_event = { - id = 13061 - title = "EVTNAME13060" - desc = "EVTDESC13061" - - trigger = { - NOT = { port = yes } - owner = { - civilized = no - number_of_states = 5 - } - any_neighbor_province = { - has_province_modifier = local_opium_habit - } - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 1.5 - owner = { - has_country_modifier = trade_restrictions - } - } - modifier = { - factor = 1.2 - state_scope = { - NOT = { any_owned_province = { port = yes } } - } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA13060" - state_scope = { - any_owned = { - add_province_modifier = { - name = "local_opium_habit" - duration = 3650 - } - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPTB13060" - any_pop = { - militancy = 2 - } - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -40 - } - } - ai_chance = { - factor = 10 - } - } + id = 13061 + title = "EVTNAME13060" + desc = "EVTDESC13061" + + trigger = { + NOT = { port = yes } + owner = { + civilized = no + number_of_states = 5 + } + any_neighbor_province = { + has_province_modifier = local_opium_habit + } + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 1.5 + owner = { + has_country_modifier = trade_restrictions + } + } + modifier = { + factor = 1.2 + state_scope = { + NOT = { any_owned_province = { port = yes } } + } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA13060" + state_scope = { + any_owned = { + add_province_modifier = { + name = "local_opium_habit" + duration = 3650 + } + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPTB13060" + any_pop = { + militancy = 2 + } + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -40 + } + } + ai_chance = { + factor = 10 + } + } } #Local governor protests opium use country_event = { - id = 13065 - title = "EVTNAME13065" - desc = "EVTDESC13065" - picture = "asian_administration" - - trigger = { - any_owned_province = { - has_province_modifier = local_opium_habit - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - } - - option = { - name = "EVTOPTA13065" - random_state = { - limit = { - any_owned_province = { has_province_modifier = local_opium_habit } - } - any_owned = { - remove_province_modifier = local_opium_habit - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - random_country = { - limit = { - is_greater_power = yes - num_of_ports = 1 - } - relation = { - who = THIS - value = -40 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVTOPTB13065" - prestige = -5 - any_pop = { - militancy = 1 - } - ai_chance = { - factor = 25 - } - } + id = 13065 + title = "EVTNAME13065" + desc = "EVTDESC13065" + picture = "asian_administration" + + trigger = { + any_owned_province = { + has_province_modifier = local_opium_habit + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + } + + option = { + name = "EVTOPTA13065" + random_state = { + limit = { + any_owned_province = { has_province_modifier = local_opium_habit } + } + any_owned = { + remove_province_modifier = local_opium_habit + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + random_country = { + limit = { + is_greater_power = yes + num_of_ports = 1 + } + relation = { + who = THIS + value = -40 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVTOPTB13065" + prestige = -5 + any_pop = { + militancy = 1 + } + ai_chance = { + factor = 25 + } + } } ##################################################################### -# # -# Generic Unciv Events # -# # +# # +# Generic Unciv Events # +# # ##################################################################### #Sayings of The Dutch country_event = { - id = 13070 - title = "EVTNAME13070" - desc = "EVTDESC13070" - picture = "explorers" - - trigger = { - any_owned_province = { has_province_modifier = foreign_trading_post } - NOT = { has_country_modifier = sayings_of_the_dutch } - } - - mean_time_to_happen = { - months = 200 - - modifier = { - factor = 0.9 - plurality = 50 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13070" - add_country_modifier = { - name = sayings_of_the_dutch - duration = 730 - } - } + id = 13070 + title = "EVTNAME13070" + desc = "EVTDESC13070" + picture = "explorers" + + trigger = { + any_owned_province = { has_province_modifier = foreign_trading_post } + NOT = { has_country_modifier = sayings_of_the_dutch } + } + + mean_time_to_happen = { + months = 200 + + modifier = { + factor = 0.9 + plurality = 50 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13070" + add_country_modifier = { + name = sayings_of_the_dutch + duration = 730 + } + } } #Local aristocrat insulted country_event = { - id = 13080 - title = "EVTNAME13080" - desc = "EVTDESC13080" - picture = "Outside_influences" - - trigger = { - any_owned_province = { - has_pop_type = aristocrats - has_province_modifier = western_presence - } - government = absolute_monarchy - civilized = no - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.9 - NOT = { prestige = 30 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 25 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 20 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 15 } - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13080" - random_state = { - limit = { - any_owned_province = { - has_pop_type = aristocrats - has_province_modifier = western_presence - } - } - aristocrats = { - consciousness = 1 - militancy = 2 - ideology = { - factor = 0.05 - value = reactionary - } - } - } - } - - option = { - name = "EVTOPTB13080" - treasury = -5000 - random_state = { - limit = { - any_owned_province = { - has_pop_type = aristocrats - has_province_modifier = western_presence - } - } - any_pop = { consciousness = 2 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - NOT = { money = 5000 } - } - } - } - - option = { - name = "EVTOPTC13080" - random_owned = { - limit = { - has_pop_type = aristocrats - has_province_modifier = western_presence - } - remove_province_modifier = western_presence - any_pop = { militancy = 2 } - owner = { - random_owned = { - limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } - owner = { remove_country_modifier = western_presence_research } - } - } - } - ai_chance = { - factor = 50 - } - } + id = 13080 + title = "EVTNAME13080" + desc = "EVTDESC13080" + picture = "Outside_influences" + + trigger = { + any_owned_province = { + has_pop_type = aristocrats + has_province_modifier = western_presence + } + government = absolute_monarchy + civilized = no + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.9 + NOT = { prestige = 30 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 25 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 20 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 15 } + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13080" + random_state = { + limit = { + any_owned_province = { + has_pop_type = aristocrats + has_province_modifier = western_presence + } + } + aristocrats = { + consciousness = 1 + militancy = 2 + ideology = { + factor = 0.05 + value = reactionary + } + } + } + } + + option = { + name = "EVTOPTB13080" + treasury = -5000 + random_state = { + limit = { + any_owned_province = { + has_pop_type = aristocrats + has_province_modifier = western_presence + } + } + any_pop = { consciousness = 2 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + NOT = { money = 5000 } + } + } + } + + option = { + name = "EVTOPTC13080" + random_owned = { + limit = { + has_pop_type = aristocrats + has_province_modifier = western_presence + } + remove_province_modifier = western_presence + any_pop = { militancy = 2 } + owner = { + random_owned = { + limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } + owner = { remove_country_modifier = western_presence_research } + } + } + } + ai_chance = { + factor = 50 + } + } } #Microscope imported country_event = { - id = 13090 - title = "EVTNAME13090" - desc = "EVTDESC13090" - picture = "bazaar" - - trigger = { - any_owned_province = { has_province_modifier = foreign_trading_post } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.1 - average_militancy = 3 - } - modifier = { - factor = 1.1 - average_militancy = 4 - } - modifier = { - factor = 1.1 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA13090" - years_of_research = 0.1 - } + id = 13090 + title = "EVTNAME13090" + desc = "EVTDESC13090" + picture = "bazaar" + + trigger = { + any_owned_province = { has_province_modifier = foreign_trading_post } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.1 + average_militancy = 3 + } + modifier = { + factor = 1.1 + average_militancy = 4 + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA13090" + years_of_research = 0.1 + } } #Anti-foreign revolt province_event = { - id = 13100 - title = "EVTNAME13100" - desc = "EVTDESC13100" - news = yes - news_desc_long = "EVTDESC13100_NEWS_LONG" - news_desc_medium = "EVTDESC13100_NEWS_MEDIUM" - news_desc_short = "EVTDESC13100_NEWS_SHORT" - - trigger = { - average_militancy = 3 - OR = { - has_province_modifier = foreign_trading_post - has_province_modifier = western_presence - } - } - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.4 - owner = { - prestige = 30 - } - } - modifier = { - factor = 0.8 - owner = { civilization_progress = 0.5 } - } - modifier = { - factor = 0.8 - owner = { civilization_progress = 0.75 } - } - } - - option = { - name = "EVTOPTA13100" - state_scope = { - any_pop = { - militancy = 5 - ideology = { - factor = 0.05 - value = reactionary - } - } - any_owned = { - remove_province_modifier = foreign_trading_post - remove_province_modifier = western_presence - } - } - owner = { - random_owned = { - limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } - owner = { remove_country_modifier = western_presence_research } - } - } - } + id = 13100 + title = "EVTNAME13100" + desc = "EVTDESC13100" + news = yes + news_desc_long = "EVTDESC13100_NEWS_LONG" + news_desc_medium = "EVTDESC13100_NEWS_MEDIUM" + news_desc_short = "EVTDESC13100_NEWS_SHORT" + + trigger = { + average_militancy = 3 + OR = { + has_province_modifier = foreign_trading_post + has_province_modifier = western_presence + } + } + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.4 + owner = { + prestige = 30 + } + } + modifier = { + factor = 0.8 + owner = { civilization_progress = 0.5 } + } + modifier = { + factor = 0.8 + owner = { civilization_progress = 0.75 } + } + } + + option = { + name = "EVTOPTA13100" + state_scope = { + any_pop = { + militancy = 5 + ideology = { + factor = 0.05 + value = reactionary + } + } + any_owned = { + remove_province_modifier = foreign_trading_post + remove_province_modifier = western_presence + } + } + owner = { + random_owned = { + limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } + owner = { remove_country_modifier = western_presence_research } + } + } + } } #Princes recieve foreign education country_event = { - id = 13110 - title = "EVTNAME13110" - desc = "EVTDESC13110" - picture = "Western_education" - - trigger = { - civilized = no - has_country_modifier = western_influences - NOT = { has_country_flag = princes_recieve_foreign_education } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - prestige = 25 - } - modifier = { - factor = 1.5 - NOT = { - prestige = 20 - } - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13110" - set_country_flag = princes_recieve_foreign_education - years_of_research = 0.5 - any_pop = { - consciousness = 2 - } - } + id = 13110 + title = "EVTNAME13110" + desc = "EVTDESC13110" + picture = "Western_education" + + trigger = { + civilized = no + has_country_modifier = western_influences + NOT = { has_country_flag = princes_recieve_foreign_education } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + prestige = 25 + } + modifier = { + factor = 1.5 + NOT = { + prestige = 20 + } + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13110" + set_country_flag = princes_recieve_foreign_education + years_of_research = 0.5 + any_pop = { + consciousness = 2 + } + } } #Foreign governant - The king and I country_event = { - id = 13120 - title = "EVTNAME13120" - desc = "EVTDESC13120" - news = yes - news_desc_long = "EVTDESC13120_NEWS_LONG" - news_desc_medium = "EVTDESC13120_NEWS_MEDIUM" - news_desc_short = "EVTDESC13120_NEWS_SHORT" - picture = "Western_education" - - trigger = { - has_country_flag = princes_recieve_foreign_education - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { has_country_flag = educated_princes_refused } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVTOPTA13120" - years_of_research = 0.1 - set_country_flag = educated_princes_refused - } - - option = { - name = "EVTOPTB13120" - any_pop = { - limit = { type = slaves } - militancy = -9 - } - any_pop = { - limit = { NOT = { type = slaves } } - militancy = 3 - } - political_reform = no_slavery - prestige = 5 - - } + id = 13120 + title = "EVTNAME13120" + desc = "EVTDESC13120" + news = yes + news_desc_long = "EVTDESC13120_NEWS_LONG" + news_desc_medium = "EVTDESC13120_NEWS_MEDIUM" + news_desc_short = "EVTDESC13120_NEWS_SHORT" + picture = "Western_education" + + trigger = { + has_country_flag = princes_recieve_foreign_education + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { has_country_flag = educated_princes_refused } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVTOPTA13120" + years_of_research = 0.1 + set_country_flag = educated_princes_refused + } + + option = { + name = "EVTOPTB13120" + any_pop = { + limit = { type = slaves } + militancy = -9 + } + any_pop = { + limit = { NOT = { type = slaves } } + militancy = 3 + } + political_reform = no_slavery + prestige = 5 + + } } #Military Mission country_event = { - id = 13130 - title = "EVTNAME13130" - desc = "EVTDESC13130" - picture = "Military_reform" - - trigger = { - civilized = no - has_country_modifier = western_influences - NOT = { has_country_modifier = european_military_mission } - any_owned_province = { - NOT = { has_province_modifier = boxer_presence } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.1 - average_militancy = 3 - } - modifier = { - factor = 1.1 - average_militancy = 4 - } - modifier = { - factor = 1.1 - average_militancy = 5 - } - modifier = { - factor = 0.9 - prestige = 30 - } - } - - option = { - name = "EVTOPTA13130" - years_of_research = 0.1 - add_country_modifier = { name = european_military_mission duration = 1825 } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - random_country = { - limit = { - capital_scope = { - continent = europe - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - relation = { - who = THIS - value = 20 - } - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVTOPTB13130" - random_country = { - limit = { - capital_scope = { - continent = europe - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - relation = { - who = THIS - value = -20 - } - } - ai_chance = { - factor = 20 - } - } + id = 13130 + title = "EVTNAME13130" + desc = "EVTDESC13130" + picture = "Military_reform" + + trigger = { + civilized = no + has_country_modifier = western_influences + NOT = { has_country_modifier = european_military_mission } + any_owned_province = { + NOT = { has_province_modifier = boxer_presence } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.1 + average_militancy = 3 + } + modifier = { + factor = 1.1 + average_militancy = 4 + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + modifier = { + factor = 0.9 + prestige = 30 + } + } + + option = { + name = "EVTOPTA13130" + years_of_research = 0.1 + add_country_modifier = { name = european_military_mission duration = 1825 } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + random_country = { + limit = { + capital_scope = { + continent = europe + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + relation = { + who = THIS + value = 20 + } + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVTOPTB13130" + random_country = { + limit = { + capital_scope = { + continent = europe + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + relation = { + who = THIS + value = -20 + } + } + ai_chance = { + factor = 20 + } + } } #Military Intelligence Spreads country_event = { - id = 13140 - title = "EVTNAME13140" - desc = "EVTDESC13140" - picture = "arrested" - - trigger = { - war = yes - has_country_modifier = european_military_mission - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA13140" - remove_country_modifier = european_military_mission - years_of_research = -0.1 - war_exhaustion = 20 - } + id = 13140 + title = "EVTNAME13140" + desc = "EVTDESC13140" + picture = "arrested" + + trigger = { + war = yes + has_country_modifier = european_military_mission + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA13140" + remove_country_modifier = european_military_mission + years_of_research = -0.1 + war_exhaustion = 20 + } } #Europeans Harrassed province_event = { - id = 13150 - title = "EVTNAME13150" - desc = "EVTDESC13150" - - trigger = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_trading_post - has_province_modifier = foreign_smugglers - } - average_militancy = 3 - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - } - - option = { - name = "EVTOPTA13150" - remove_province_modifier = western_presence - remove_province_modifier = foreign_trading_post - remove_province_modifier = foreign_smugglers - owner = { - random_owned = { - limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } - owner = { remove_country_modifier = western_presence_research } - } - } - any_country = { - limit = { - is_greater_power = yes - } - relation = { - who = THIS - value = -20 - } - } - } - - option = { - name = "EVTOPTB13150" - any_pop = { - limit = { militancy = 3 } - militancy = -2 - reduce_pop = 0.95 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } + id = 13150 + title = "EVTNAME13150" + desc = "EVTDESC13150" + + trigger = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_trading_post + has_province_modifier = foreign_smugglers + } + average_militancy = 3 + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + } + + option = { + name = "EVTOPTA13150" + remove_province_modifier = western_presence + remove_province_modifier = foreign_trading_post + remove_province_modifier = foreign_smugglers + owner = { + random_owned = { + limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } + owner = { remove_country_modifier = western_presence_research } + } + } + any_country = { + limit = { + is_greater_power = yes + } + relation = { + who = THIS + value = -20 + } + } + } + + option = { + name = "EVTOPTB13150" + any_pop = { + limit = { militancy = 3 } + militancy = -2 + reduce_pop = 0.95 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } } #Drunken Sailor country_event = { - id = 13160 - title = "EVTNAME13160" - desc = "EVTDESC13160" - picture = "arrested" - - trigger = { - any_owned_province = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_trading_post - has_province_modifier = foreign_smugglers - } - NOT = { has_province_modifier = extraterritoriality_granted } - port = yes - } - is_vassal = no - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - NOT = { prestige = 25 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 20 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 15 } - } - modifier = { - factor = 1.4 - prestige = 50 - } - } - - option = { - name = "EVTOPTB13160" - random_country = { - limit = { - num_of_ports = 1 - OR = { - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - country_event = 13170 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - total_amount_of_divisions = 4 - NOT = { total_amount_of_divisions = 10 } - } - modifier = { - factor = 0.1 - NOT = { total_amount_of_divisions = 4 } - } - } - } - - option = { - name = "EVTOPTA13160" - random_owned = { - limit = { - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_trading_post - has_province_modifier = foreign_smugglers - } - NOT = { has_province_modifier = extraterritoriality_granted } - port = yes - } - add_province_modifier = { - name = extraterritoriality_granted - duration = -1 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - random_country = { - limit = { - num_of_ports = 1 - is_greater_power = yes - OR = { - AND = { - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - country_event = 13180 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - } - } + id = 13160 + title = "EVTNAME13160" + desc = "EVTDESC13160" + picture = "arrested" + + trigger = { + any_owned_province = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_trading_post + has_province_modifier = foreign_smugglers + } + NOT = { has_province_modifier = extraterritoriality_granted } + port = yes + } + is_vassal = no + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + NOT = { prestige = 25 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 20 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 15 } + } + modifier = { + factor = 1.4 + prestige = 50 + } + } + + option = { + name = "EVTOPTB13160" + random_country = { + limit = { + num_of_ports = 1 + OR = { + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + country_event = 13170 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + total_amount_of_divisions = 4 + NOT = { total_amount_of_divisions = 10 } + } + modifier = { + factor = 0.1 + NOT = { total_amount_of_divisions = 4 } + } + } + } + + option = { + name = "EVTOPTA13160" + random_owned = { + limit = { + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_trading_post + has_province_modifier = foreign_smugglers + } + NOT = { has_province_modifier = extraterritoriality_granted } + port = yes + } + add_province_modifier = { + name = extraterritoriality_granted + duration = -1 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + random_country = { + limit = { + num_of_ports = 1 + is_greater_power = yes + OR = { + AND = { + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + country_event = 13180 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + } + } } #Sailor Executed country_event = { - id = 13170 - title = "EVTNAME13170" - desc = "EVTDESC13170" - picture = "Outside_influences" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13170" - prestige = 5 - relation = { - who = FROM - value = -40 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 1.25 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - OR = { - government = democracy - government = hms_government - } - } - } - } - - option = { - name = "EVTOPTB13170" - prestige = -5 - ai_chance = { - factor = 50 - modifier = { - factor = 2 - NOT = { neighbour = FROM } - } - modifier = { - factor = 2 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 0.75 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - OR = { - government = absolute_monarchy - government = proletarian_dictatorship - government = fascist_dictatorship - government = bourgeois_dictatorship - } - } - } - } + id = 13170 + title = "EVTNAME13170" + desc = "EVTDESC13170" + picture = "Outside_influences" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13170" + prestige = 5 + relation = { + who = FROM + value = -40 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 1.25 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + OR = { + government = democracy + government = hms_government + } + } + } + } + + option = { + name = "EVTOPTB13170" + prestige = -5 + ai_chance = { + factor = 50 + modifier = { + factor = 2 + NOT = { neighbour = FROM } + } + modifier = { + factor = 2 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 0.75 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + OR = { + government = absolute_monarchy + government = proletarian_dictatorship + government = fascist_dictatorship + government = bourgeois_dictatorship + } + } + } + } } #Extraterritoriality Granted country_event = { - id = 13180 - title = "EVTNAME13180" - desc = "EVTDESC13180" - picture = "Outside_influences" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13180" - prestige = 3 - diplomatic_influence = { - who = FROM - value = 20 - } - } + id = 13180 + title = "EVTNAME13180" + desc = "EVTDESC13180" + picture = "Outside_influences" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13180" + prestige = 3 + diplomatic_influence = { + who = FROM + value = 20 + } + } } #An Invitation Arrives country_event = { - id = 13185 - title = "EVTNAME13185" - desc = "EVTDESC13185" - picture = "India" - - trigger = { - civilized = no - war = no - part_of_sphere = no - has_country_modifier = western_influences - has_country_modifier = legation_quarter - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - civilization_progress = 0.25 - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - modifier = { - factor = 0.8 - education_reform = yes_education_reform - } - modifier = { - factor = 0.8 - pre_indust = yes_pre_indust - } - } - - option = { - name = "EVT13185OPTA" - years_of_research = 0.1 - random_country = { - limit = { - num_of_ports = 1 - is_greater_power = yes - OR = { - AND = { - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - country_event = 13186 - } - ai_chance = { - factor = 80 - } - - } - - option = { - name = "EVT13185OPTB" - prestige = -3 - years_of_research = -0.1 - ai_chance = { - factor = 20 - } - } + id = 13185 + title = "EVTNAME13185" + desc = "EVTDESC13185" + picture = "India" + + trigger = { + civilized = no + war = no + part_of_sphere = no + has_country_modifier = western_influences + has_country_modifier = legation_quarter + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + civilization_progress = 0.25 + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + modifier = { + factor = 0.8 + education_reform = yes_education_reform + } + modifier = { + factor = 0.8 + pre_indust = yes_pre_indust + } + } + + option = { + name = "EVT13185OPTA" + years_of_research = 0.1 + random_country = { + limit = { + num_of_ports = 1 + is_greater_power = yes + OR = { + AND = { + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + country_event = 13186 + } + ai_chance = { + factor = 80 + } + + } + + option = { + name = "EVT13185OPTB" + prestige = -3 + years_of_research = -0.1 + ai_chance = { + factor = 20 + } + } } country_event = { - id = 13186 - title = "EVTNAME13186" - desc = "EVTDESC13186" - picture = "banquet" - - is_triggered_only = yes - - option = { - name = "EVT13186OPTA" - treasury = -25000 - diplomatic_influence = { who = FROM value = 50 } - relation = { who = FROM value = 50 } - ai_chance = { - factor = 75 - modifier = { - factor = 0 - NOT = { money = 25000 } - } - } - } - - option = { - name = "EVT13186OPTB" - diplomatic_influence = { who = FROM value = 20 } - relation = { who = FROM value = 20 } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT13186OPTC" - prestige = -3 - ai_chance = { - factor = 0 - } - } -} + id = 13186 + title = "EVTNAME13186" + desc = "EVTDESC13186" + picture = "banquet" + + is_triggered_only = yes + + option = { + name = "EVT13186OPTA" + treasury = -25000 + diplomatic_influence = { who = FROM value = 50 } + relation = { who = FROM value = 50 } + ai_chance = { + factor = 75 + modifier = { + factor = 0 + NOT = { money = 25000 } + } + } + } + + option = { + name = "EVT13186OPTB" + diplomatic_influence = { who = FROM value = 20 } + relation = { who = FROM value = 20 } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT13186OPTC" + prestige = -3 + ai_chance = { + factor = 0 + } + } +} #Military Reform country_event = { - id = 13190 - title = "EVTNAME13190" - desc = "EVTDESC13190" - picture = "Military_reform" - - trigger = { - has_country_modifier = western_influences - NOT = { has_country_modifier = military_reform } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.05 - has_country_modifier = european_military_mission - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.4 - average_militancy = 4 - } - modifier = { - factor = 0.5 - part_of_sphere = yes - } - modifier = { - factor = 0.8 - civilization_progress = 0.25 - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13190" - add_country_modifier = { - name = military_reform - duration = 730 - } - soldiers = { - militancy = 2 - ideology = { - factor = 0.05 - value = reactionary - } - } - officers = { - militancy = 2 - ideology = { - factor = 0.05 - value = reactionary - } - } - } - - option = { - name = "EVTOPTB13190" - prestige = 10 - soldiers = { - militancy = -2 - } - officers = { - militancy = -2 - } - } + id = 13190 + title = "EVTNAME13190" + desc = "EVTDESC13190" + picture = "Military_reform" + + trigger = { + has_country_modifier = western_influences + NOT = { has_country_modifier = military_reform } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.05 + has_country_modifier = european_military_mission + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.4 + average_militancy = 4 + } + modifier = { + factor = 0.5 + part_of_sphere = yes + } + modifier = { + factor = 0.8 + civilization_progress = 0.25 + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13190" + add_country_modifier = { + name = military_reform + duration = 730 + } + soldiers = { + militancy = 2 + ideology = { + factor = 0.05 + value = reactionary + } + } + officers = { + militancy = 2 + ideology = { + factor = 0.05 + value = reactionary + } + } + } + + option = { + name = "EVTOPTB13190" + prestige = 10 + soldiers = { + militancy = -2 + } + officers = { + militancy = -2 + } + } } #Our Master's Voice country_event = { - id = 13200 - title = "EVTNAME13200" - desc = "EVTDESC13200" - picture = "Military_reform" - - trigger = { - OR = { - has_country_modifier = uncivilized_isolationism - has_country_modifier = trade_restrictions - } - civilized = no - part_of_sphere = yes - sphere_owner = { NOT = { truce_with = THIS } } - is_vassal = no - NOT = { - has_country_modifier = rangaku - tag = QNG - vassal_of = QNG - substate_of = QNG - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.75 - sphere_owner = { - NOT = { - relation = { who = THIS value = 0 } - } - } - } - } - - option = { - name = "EVTOPTA13200" - random_owned = { - limit = { owner = { has_country_modifier = uncivilized_isolationism } } - owner = { - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { name = western_influences duration = -1 } - } - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - random_owned = { - limit = { - owner = { has_country_modifier = trade_restrictions } - } - owner = { remove_country_modifier = trade_restrictions } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - sphere_owner = { - NOT = { brigades_compare = 1 } - } - } - } - } - - option = { - name = "EVTOPTB13200" - any_pop = { - militancy = -2 - } - sphere_owner = { - country_event = 13201 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - sphere_owner = { is_our_vassal = THIS } - } - modifier = { - factor = 0.5 - sphere_owner = { - brigades_compare = 3 - } - } - } - } + id = 13200 + title = "EVTNAME13200" + desc = "EVTDESC13200" + picture = "Military_reform" + + trigger = { + OR = { + has_country_modifier = uncivilized_isolationism + has_country_modifier = trade_restrictions + } + civilized = no + part_of_sphere = yes + sphere_owner = { NOT = { truce_with = THIS } } + is_vassal = no + NOT = { + has_country_modifier = rangaku + tag = QNG + vassal_of = QNG + substate_of = QNG + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.75 + sphere_owner = { + NOT = { + relation = { who = THIS value = 0 } + } + } + } + } + + option = { + name = "EVTOPTA13200" + random_owned = { + limit = { owner = { has_country_modifier = uncivilized_isolationism } } + owner = { + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { name = western_influences duration = -1 } + } + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + random_owned = { + limit = { + owner = { has_country_modifier = trade_restrictions } + } + owner = { remove_country_modifier = trade_restrictions } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + sphere_owner = { + NOT = { brigades_compare = 1 } + } + } + } + } + + option = { + name = "EVTOPTB13200" + any_pop = { + militancy = -2 + } + sphere_owner = { + country_event = 13201 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + sphere_owner = { is_our_vassal = THIS } + } + modifier = { + factor = 0.5 + sphere_owner = { + brigades_compare = 3 + } + } + } + } } #Notify from event 13200 country_event = { - id = 13201 - title = "EVTNAME13201" - desc = "EVTDESC13201" - news = yes - news_title = "EVTNAME13201_NEWS_TITLE" - news_desc_long = "EVTDESC13201_NEWS_LONG" - news_desc_medium = "EVTDESC13201_NEWS_MEDIUM" - news_desc_short = "EVTDESC13201_NEWS_SHORT" - picture = "Outside_influences" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13201" - leave_alliance = FROM - random_country = { - limit = { - tag = FROM - vassal_of = THIS - } - THIS = { release_vassal = FROM } - } - diplomatic_influence = { - who = FROM - value = -200 - } - casus_belli = { - target = FROM - type = add_to_sphere - months = 12 - } - war = { - target = FROM - attacker_goal = { - casus_belli = add_to_sphere - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - FROM = { - NOT = { neighbour = THIS } - NOT = { any_owned_province = { port = yes } } - NOT = { any_neighbor_country = { alliance_with = THIS } } - } - } - modifier = { - factor = 0.5 - FROM = { brigades_compare = 1 } - } - } - } - - option = { - name = "EVTOPTB13201" - diplomatic_influence = { - who = FROM - value = -400 - } - prestige_factor = -0.1 - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - FROM = { - NOT = { brigades_compare = 0.5 } - } - } - } - } + id = 13201 + title = "EVTNAME13201" + desc = "EVTDESC13201" + news = yes + news_title = "EVTNAME13201_NEWS_TITLE" + news_desc_long = "EVTDESC13201_NEWS_LONG" + news_desc_medium = "EVTDESC13201_NEWS_MEDIUM" + news_desc_short = "EVTDESC13201_NEWS_SHORT" + picture = "Outside_influences" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13201" + leave_alliance = FROM + random_country = { + limit = { + tag = FROM + vassal_of = THIS + } + THIS = { release_vassal = FROM } + } + diplomatic_influence = { + who = FROM + value = -200 + } + casus_belli = { + target = FROM + type = add_to_sphere + months = 12 + } + war = { + target = FROM + attacker_goal = { + casus_belli = add_to_sphere + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + FROM = { + NOT = { neighbour = THIS } + NOT = { any_owned_province = { port = yes } } + NOT = { any_neighbor_country = { alliance_with = THIS } } + } + } + modifier = { + factor = 0.5 + FROM = { brigades_compare = 1 } + } + } + } + + option = { + name = "EVTOPTB13201" + diplomatic_influence = { + who = FROM + value = -400 + } + prestige_factor = -0.1 + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + FROM = { + NOT = { brigades_compare = 0.5 } + } + } + } + } } country_event = { - id = 13202 - title = "EVTNAME13202" - desc = "EVTDESC13202" - picture = "genevaconvention" - - is_triggered_only = yes - - option = { - name = "EVT13202OPTA" - badboy = 2 - leave_alliance = FROM - random_country = { - limit = { - tag = FROM - vassal_of = THIS - } - THIS = { - release_vassal = FROM - casus_belli = { target = FROM type = make_puppet months = 120 } - } - } - diplomatic_influence = { - who = FROM - value = -200 - } - random_country = { - limit = { tag = FROM NOT = { total_pops = 50000000 } } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 12 - } - } - random_country = { - limit = { tag = FROM total_pops = 50000000 } - add_casus_belli = { - target = THIS - type = war_reparations - months = 12 - } - } - random_owned = { - limit = { - owner = { ai = yes } - FROM = { NOT = { total_pops = 50000000 } } - } - owner = { - war = { - target = FROM - attacker_goal = { - casus_belli = add_to_sphere - } - call_ally = yes - } - } - } - random_owned = { - limit = { - owner = { ai = no } - FROM = { NOT = { total_pops = 50000000 } } - } - owner = { - war = { - target = FROM - attacker_goal = { - casus_belli = add_to_sphere - } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - FROM = { - NOT = { neighbour = THIS } - NOT = { any_owned_province = { port = yes } } - NOT = { any_neighbor_country = { alliance_with = THIS } } - } - } - modifier = { - factor = 0.1 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 0 - badboy = 0.92 - NOT = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - } - } - - option = { - name = "EVT13202OPTB" - diplomatic_influence = { - who = FROM - value = -200 - } - prestige_factor = -0.1 - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.1 - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - } - } + id = 13202 + title = "EVTNAME13202" + desc = "EVTDESC13202" + picture = "genevaconvention" + + is_triggered_only = yes + + option = { + name = "EVT13202OPTA" + badboy = 2 + leave_alliance = FROM + random_country = { + limit = { + tag = FROM + vassal_of = THIS + } + THIS = { + release_vassal = FROM + casus_belli = { target = FROM type = make_puppet months = 120 } + } + } + diplomatic_influence = { + who = FROM + value = -200 + } + random_country = { + limit = { tag = FROM NOT = { total_pops = 50000000 } } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 12 + } + } + random_country = { + limit = { tag = FROM total_pops = 50000000 } + add_casus_belli = { + target = THIS + type = war_reparations + months = 12 + } + } + random_owned = { + limit = { + owner = { ai = yes } + FROM = { NOT = { total_pops = 50000000 } } + } + owner = { + war = { + target = FROM + attacker_goal = { + casus_belli = add_to_sphere + } + call_ally = yes + } + } + } + random_owned = { + limit = { + owner = { ai = no } + FROM = { NOT = { total_pops = 50000000 } } + } + owner = { + war = { + target = FROM + attacker_goal = { + casus_belli = add_to_sphere + } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + FROM = { + NOT = { neighbour = THIS } + NOT = { any_owned_province = { port = yes } } + NOT = { any_neighbor_country = { alliance_with = THIS } } + } + } + modifier = { + factor = 0.1 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 0 + badboy = 0.92 + NOT = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + } + } + + option = { + name = "EVT13202OPTB" + diplomatic_influence = { + who = FROM + value = -200 + } + prestige_factor = -0.1 + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.1 + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + } + } } #Educational Reform country_event = { - id = 13210 - title = "EVTNAME13210" - desc = "EVTDESC13210" - picture = "Western_education" - - trigger = { - has_country_modifier = western_influences - NOT = { has_country_modifier = educational_reform } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13210" - add_country_modifier = { - name = educational_reform - duration = -1 - } - any_pop = { - ideology = { - factor = 0.05 - value = liberal - } - } - } - - option = { - name = "EVTOPTB13210" - prestige = 5 - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } + id = 13210 + title = "EVTNAME13210" + desc = "EVTDESC13210" + picture = "Western_education" + + trigger = { + has_country_modifier = western_influences + NOT = { has_country_modifier = educational_reform } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13210" + add_country_modifier = { + name = educational_reform + duration = -1 + } + any_pop = { + ideology = { + factor = 0.05 + value = liberal + } + } + } + + option = { + name = "EVTOPTB13210" + prestige = 5 + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } } #Legation Quarter country_event = { - id = 13220 - title = "EVTNAME13220" - desc = "EVTDESC13220" - picture = "cairo" - - trigger = { - any_owned_province = { - is_capital = yes - NOT = { has_province_modifier = boxer_presence } - } - NOT = { has_country_modifier = legation_quarter } - has_country_modifier = western_influences - is_vassal = no - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.8 - prestige = 10 - } - modifier = { - factor = 0.8 - prestige = 15 - } - modifier = { - factor = 0.8 - prestige = 20 - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 0.75 - civilization_progress = 0.25 - } - modifier = { - factor = 0.75 - civilization_progress = 0.5 - } - modifier = { - factor = 0.75 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13220" #Set up a legation quarter - add_country_modifier = { name = legation_quarter duration = 3650 } - capital_scope = { - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPTB13220" #The foreigners have nothing to offer - random_country = { - limit = { - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -30 - } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - capital_scope = { - any_pop = { - militancy = -2 - } - } - badboy = 2 - prestige = 5 - ai_chance = { - factor = 10 - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - total_amount_of_divisions = 4 - NOT = { total_amount_of_divisions = 10 } - } - modifier = { - factor = 0.1 - NOT = { total_amount_of_divisions = 4 } - } - } - } + id = 13220 + title = "EVTNAME13220" + desc = "EVTDESC13220" + picture = "cairo" + + trigger = { + any_owned_province = { + is_capital = yes + NOT = { has_province_modifier = boxer_presence } + } + NOT = { has_country_modifier = legation_quarter } + has_country_modifier = western_influences + is_vassal = no + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.8 + prestige = 10 + } + modifier = { + factor = 0.8 + prestige = 15 + } + modifier = { + factor = 0.8 + prestige = 20 + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 0.75 + civilization_progress = 0.25 + } + modifier = { + factor = 0.75 + civilization_progress = 0.5 + } + modifier = { + factor = 0.75 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13220" #Set up a legation quarter + add_country_modifier = { name = legation_quarter duration = 3650 } + capital_scope = { + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPTB13220" #The foreigners have nothing to offer + random_country = { + limit = { + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -30 + } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + capital_scope = { + any_pop = { + militancy = -2 + } + } + badboy = 2 + prestige = 5 + ai_chance = { + factor = 10 + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + total_amount_of_divisions = 4 + NOT = { total_amount_of_divisions = 10 } + } + modifier = { + factor = 0.1 + NOT = { total_amount_of_divisions = 4 } + } + } + } } #Foreign Diplomat killed country_event = { - id = 13230 - title = "EVTNAME13230" - desc = "EVTDESC13230" - news = yes - news_desc_long = "EVTDESC13230_NEWS_LONG" - news_desc_medium = "EVTDESC13230_NEWS_MEDIUM" - news_desc_short = "EVTDESC13230_NEWS_SHORT" - picture = "Outside_influences" - - trigger = { - has_country_modifier = legation_quarter - any_owned_province = { - is_capital = yes - average_militancy = 1 - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - capital_scope = { average_militancy = 3 } - } - modifier = { - factor = 0.9 - capital_scope = { average_militancy = 4 } - } - modifier = { - factor = 0.9 - capital_scope = { average_consciousness = 3 } - } - modifier = { - factor = 1.2 - NOT = { - capital_scope = { average_consciousness = 3 } - } - } - modifier = { - factor = 1.5 - NOT = { - capital_scope = { average_militancy = 3 } - } - } - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVTOPTA13230" - capital_scope = { - add_province_modifier = { - name = kettler_denkmal - duration = -1 - } - any_pop = { - ideology = { - factor = 0.05 - value = reactionary - } - } - } - } - - option = { - name = "EVTOPTB13230" - random_country = { - limit = { - OR = { - num_of_ports = 1 - neighbour = THIS - } - OR = { - AND = { - is_secondary_power = yes - neighbour = THIS - } - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -40 - } - } - prestige = -5 - } - - option = { - name = "EVTOPTC13230" - random_country = { - limit = { - is_greater_power = yes - } - relation = { - who = THIS - value = -80 - } - } - prestige = -2 - } + id = 13230 + title = "EVTNAME13230" + desc = "EVTDESC13230" + news = yes + news_desc_long = "EVTDESC13230_NEWS_LONG" + news_desc_medium = "EVTDESC13230_NEWS_MEDIUM" + news_desc_short = "EVTDESC13230_NEWS_SHORT" + picture = "Outside_influences" + + trigger = { + has_country_modifier = legation_quarter + any_owned_province = { + is_capital = yes + average_militancy = 1 + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + capital_scope = { average_militancy = 3 } + } + modifier = { + factor = 0.9 + capital_scope = { average_militancy = 4 } + } + modifier = { + factor = 0.9 + capital_scope = { average_consciousness = 3 } + } + modifier = { + factor = 1.2 + NOT = { + capital_scope = { average_consciousness = 3 } + } + } + modifier = { + factor = 1.5 + NOT = { + capital_scope = { average_militancy = 3 } + } + } + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVTOPTA13230" + capital_scope = { + add_province_modifier = { + name = kettler_denkmal + duration = -1 + } + any_pop = { + ideology = { + factor = 0.05 + value = reactionary + } + } + } + } + + option = { + name = "EVTOPTB13230" + random_country = { + limit = { + OR = { + num_of_ports = 1 + neighbour = THIS + } + OR = { + AND = { + is_secondary_power = yes + neighbour = THIS + } + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -40 + } + } + prestige = -5 + } + + option = { + name = "EVTOPTC13230" + random_country = { + limit = { + is_greater_power = yes + } + relation = { + who = THIS + value = -80 + } + } + prestige = -2 + } } #A ship on our shores country_event = { - id = 13240 - title = "EVTNAME13240" - desc = "EVTDESC13240" - picture = "Opiumwar" - - trigger = { - civilized = no - is_vassal = no - war = no - any_owned_province = { - port = yes - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - has_country_modifier = trade_restrictions - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA13240" - random_country = { - limit = { - num_of_ports = 1 - OR = { - AND = { - is_greater_power = yes - any_owned_province = { continent = africa } - THIS = { continent = africa } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = asia } - THIS = { continent = asia } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = oceania } - THIS = { continent = oceania } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = south_america } - THIS = { continent = south_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = north_america } - THIS = { continent = north_america } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = australia_new_zealand } - THIS = { continent = australia_new_zealand } - } - AND = { - is_greater_power = yes - any_owned_province = { continent = polynesia } - THIS = { continent = polynesia } - } - } - } - relation = { - who = THIS - value = -5 - } - country_event = 13250 - } - } - - option = { - name = "EVTOPTB13240" - random_owned = { - limit = { - port = yes - NOT = { has_province_modifier = local_opium_habit } - NOT = { has_province_modifier = boxer_presence } - } - add_province_modifier = { - name = local_opium_habit - duration = -1 - } - } - } + id = 13240 + title = "EVTNAME13240" + desc = "EVTDESC13240" + picture = "Opiumwar" + + trigger = { + civilized = no + is_vassal = no + war = no + any_owned_province = { + port = yes + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + has_country_modifier = trade_restrictions + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA13240" + random_country = { + limit = { + num_of_ports = 1 + OR = { + AND = { + is_greater_power = yes + any_owned_province = { continent = africa } + THIS = { continent = africa } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = asia } + THIS = { continent = asia } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = oceania } + THIS = { continent = oceania } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = south_america } + THIS = { continent = south_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = north_america } + THIS = { continent = north_america } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = australia_new_zealand } + THIS = { continent = australia_new_zealand } + } + AND = { + is_greater_power = yes + any_owned_province = { continent = polynesia } + THIS = { continent = polynesia } + } + } + } + relation = { + who = THIS + value = -5 + } + country_event = 13250 + } + } + + option = { + name = "EVTOPTB13240" + random_owned = { + limit = { + port = yes + NOT = { has_province_modifier = local_opium_habit } + NOT = { has_province_modifier = boxer_presence } + } + add_province_modifier = { + name = local_opium_habit + duration = -1 + } + } + } } # Our ship turned away country_event = { - id = 13250 - title = "EVTNAME13250" - desc = "EVTDESC13250" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13250" - FROM = { - relation = { - who = THIS - value = -20 - } - diplomatic_influence = { - who = THIS - value = -20 - } - country_event = 13260 - } - } - - option = { - name = "EVTOPTB13250" - prestige = -5 - } + id = 13250 + title = "EVTNAME13250" + desc = "EVTDESC13250" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13250" + FROM = { + relation = { + who = THIS + value = -20 + } + diplomatic_influence = { + who = THIS + value = -20 + } + country_event = 13260 + } + } + + option = { + name = "EVTOPTB13250" + prestige = -5 + } } #Foreigners demand a lifting of import restrictions country_event = { - id = 13260 - title = "EVTNAME13260" - desc = "EVTDESC13260" - picture = "Outside_influences" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13260" - remove_country_modifier = trade_restrictions - } - - option = { - name = "EVTOPTB13260" - FROM = { - relation = { - who = THIS - value = -25 - } - country_event = 13270 - } - } + id = 13260 + title = "EVTNAME13260" + desc = "EVTDESC13260" + picture = "Outside_influences" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13260" + remove_country_modifier = trade_restrictions + } + + option = { + name = "EVTOPTB13260" + FROM = { + relation = { + who = THIS + value = -25 + } + country_event = 13270 + } + } } #The Opium War country_event = { - id = 13270 - title = "EVTNAME13270" - desc = "EVTDESC13270" - news = yes - news_desc_long = "EVTDESC13270_NEWS_LONG" - news_desc_medium = "EVTDESC13270_NEWS_MEDIUM" - news_desc_short = "EVTDESC13270_NEWS_SHORT" - picture = "Opiumwar" - - - is_triggered_only = yes - - option = { - name = "EVTOPTA13270" - prestige = -5 - random_country = { - limit = { - tag = FROM - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihai - owns = 1606 #Jiaxing - owns = 2681 #Taibei - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - #owns = 1540 #Nantong - owns = 1071 #Qeshm - owns = 1695 #Ifni - } - } - add_casus_belli = { target = THIS type = treaty_port_casus_belli months = 40 } - } - casus_belli = { target = FROM type = cut_down_to_size months = 12 } - random_country = { - limit = { tag = FROM NOT = { total_pops = 10000000 } } - add_casus_belli = { target = THIS type = add_to_sphere months = 12 } - } - } + id = 13270 + title = "EVTNAME13270" + desc = "EVTDESC13270" + news = yes + news_desc_long = "EVTDESC13270_NEWS_LONG" + news_desc_medium = "EVTDESC13270_NEWS_MEDIUM" + news_desc_short = "EVTDESC13270_NEWS_SHORT" + picture = "Opiumwar" + + + is_triggered_only = yes + + option = { + name = "EVTOPTA13270" + prestige = -5 + random_country = { + limit = { + tag = FROM + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihai + owns = 1606 #Jiaxing + owns = 2681 #Taibei + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + #owns = 1540 #Nantong + owns = 1071 #Qeshm + owns = 1695 #Ifni + } + } + add_casus_belli = { target = THIS type = treaty_port_casus_belli months = 40 } + } + casus_belli = { target = FROM type = cut_down_to_size months = 12 } + random_country = { + limit = { tag = FROM NOT = { total_pops = 10000000 } } + add_casus_belli = { target = THIS type = add_to_sphere months = 12 } + } + } } #Angered aristocracy country_event = { - id = 13280 - title = "EVTNAME13280" - desc = "EVTDESC13280" - picture = "Outside_influences" - - trigger = { - civilized = no - has_country_modifier = western_influences - civilization_progress = 0.1 - any_owned = { any_pop = { type = aristocrats OR = { militancy = 3 consciousness = 6 } } } - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA13280" - random_owned = { - limit = { has_pop_type = aristocrats } - aristocrats = { - consciousness = 2 - militancy = 3 - ideology = { - factor = 0.2 - value = reactionary - } - } - } - } + id = 13280 + title = "EVTNAME13280" + desc = "EVTDESC13280" + picture = "Outside_influences" + + trigger = { + civilized = no + has_country_modifier = western_influences + civilization_progress = 0.1 + any_owned = { any_pop = { type = aristocrats OR = { militancy = 3 consciousness = 6 } } } + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA13280" + random_owned = { + limit = { has_pop_type = aristocrats } + aristocrats = { + consciousness = 2 + militancy = 3 + ideology = { + factor = 0.2 + value = reactionary + } + } + } + } } #100 days of reform country_event = { - id = 13290 - title = "EVTNAME13290" - desc = "EVTDESC13290" - picture = "Opiumwar" - - trigger = { - civilized = no - has_country_modifier = uncivilized_isolationism - has_recently_lost_war = yes - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - } - - option = { - name = "EVTOPTA13290" - years_of_research = 0.4 - bureaucrats = { - militancy = 1 - } - aristocrats = { - militancy = 1 - } - farmers = { - militancy = 1 - } - } - - option = { - name = "EVTOPTB13290" - years_of_research = 0.2 - } + id = 13290 + title = "EVTNAME13290" + desc = "EVTDESC13290" + picture = "Opiumwar" + + trigger = { + civilized = no + has_country_modifier = uncivilized_isolationism + has_recently_lost_war = yes + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + } + + option = { + name = "EVTOPTA13290" + years_of_research = 0.4 + bureaucrats = { + militancy = 1 + } + aristocrats = { + militancy = 1 + } + farmers = { + militancy = 1 + } + } + + option = { + name = "EVTOPTB13290" + years_of_research = 0.2 + } } ### UNCIV FLAVOR ### # SIA -- An Elephant for America? country_event = { - id = 13350 - title = "EVTNAME13350" - desc = "EVTDESC13350" - picture = "elephant" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13350" - relation = { - who = FROM - value = 30 - } - } + id = 13350 + title = "EVTNAME13350" + desc = "EVTDESC13350" + picture = "elephant" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13350" + relation = { + who = FROM + value = 30 + } + } } #Torching of The Summer Palace country_event = { - id = 13355 - title = "EVTNAME13355" - desc = "EVTDESC13355" - news = yes - news_desc_long = "EVTDESC13355_NEWS_LONG" - news_desc_medium = "EVTDESC13355_NEWS_MEDIUM" - news_desc_short = "EVTDESC13355_NEWS_SHORT" - major = yes - picture = "cityfire" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13355" - prestige = -25 - war_exhaustion = 5 - 1612 = { clr_province_flag = summer_palace } - } + id = 13355 + title = "EVTNAME13355" + desc = "EVTDESC13355" + news = yes + news_desc_long = "EVTDESC13355_NEWS_LONG" + news_desc_medium = "EVTDESC13355_NEWS_MEDIUM" + news_desc_short = "EVTDESC13355_NEWS_SHORT" + major = yes + picture = "cityfire" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13355" + prestige = -25 + war_exhaustion = 5 + 1612 = { clr_province_flag = summer_palace } + } } #Doctrine of Lapse 1/2 country_event = { - id = 13357 - title = "EVTNAME13357" - desc = "EVTDESC13357" - - picture = "Rebellion" - - trigger = { - vassal_of = ENG - ai = yes - NOT = { - tag = PAK - tag = HND - is_cultural_union = yes - has_country_flag = no_british_doctrine - has_global_flag = eic_spawned - } - overlord = { - is_disarmed = no - has_recently_lost_war = no - ideological_thought = 1 - exists = yes - } - OR = { - primary_culture = assamese - primary_culture = baluchi - primary_culture = bengali - primary_culture = bihari - primary_culture = manipuri - primary_culture = nepali - primary_culture = oriya - primary_culture = sinhala - primary_culture = avadhi - primary_culture = kanauji - primary_culture = kashmiri - primary_culture = panjabi - primary_culture = gujarati - primary_culture = marathi - primary_culture = sindi - primary_culture = rajput - primary_culture = kannada - primary_culture = malayalam - primary_culture = tamil - primary_culture = telegu - tag = CRL - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { average_militancy = 3 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.9 - NOT = { prestige = 10 } - } - modifier = { - factor = 0.9 - NOT = { prestige = 5 } - } - modifier = { - factor = 0.1 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - modifier = { - factor = 0.5 - overlord = { revolution_n_counterrevolution = 1 } - } - modifier = { - factor = 0.1 - has_country_modifier = regency_government - } - } - - option = { - name = "EVTOPTA13357" - set_country_flag = no_british_doctrine - any_pop = { - limit = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - militancy = 4 - consciousness = 1 - } - - ENG = { country_event = 13358 } - } + id = 13357 + title = "EVTNAME13357" + desc = "EVTDESC13357" + + picture = "Rebellion" + + trigger = { + vassal_of = ENG + ai = yes + NOT = { + tag = PAK + tag = HND + is_cultural_union = yes + has_country_flag = no_british_doctrine + has_global_flag = eic_spawned + } + overlord = { + is_disarmed = no + has_recently_lost_war = no + ideological_thought = 1 + exists = yes + } + OR = { + primary_culture = assamese + primary_culture = baluchi + primary_culture = bengali + primary_culture = bihari + primary_culture = manipuri + primary_culture = nepali + primary_culture = oriya + primary_culture = sinhala + primary_culture = avadhi + primary_culture = kanauji + primary_culture = kashmiri + primary_culture = panjabi + primary_culture = gujarati + primary_culture = marathi + primary_culture = sindi + primary_culture = rajput + primary_culture = kannada + primary_culture = malayalam + primary_culture = tamil + primary_culture = telegu + tag = CRL + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { average_militancy = 3 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.9 + NOT = { prestige = 10 } + } + modifier = { + factor = 0.9 + NOT = { prestige = 5 } + } + modifier = { + factor = 0.1 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + modifier = { + factor = 0.5 + overlord = { revolution_n_counterrevolution = 1 } + } + modifier = { + factor = 0.1 + has_country_modifier = regency_government + } + } + + option = { + name = "EVTOPTA13357" + set_country_flag = no_british_doctrine + any_pop = { + limit = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + militancy = 4 + consciousness = 1 + } + + ENG = { country_event = 13358 } + } } # Doctrine of Lapse 2/2 country_event = { - id = 13358 - title = "EVTNAME13358" - desc = "EVTDESC13358" - news = yes - news_desc_long = "EVTDESC13358_NEWS_LONG" - news_desc_medium = "EVTDESC13358_NEWS_MEDIUM" - news_desc_short = "EVTDESC13358_NEWS_SHORT" - - picture = "india" - - is_triggered_only = yes - - option = { - name = "EVTOPTA13358" - prestige = 5 - FROM = { - tech_school = developing_tech_school - political_reform = peonage - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } - inherit = FROM - any_owned = { - limit = { is_core = HND } - random_list = { - 34 = { - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - 33 = { - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - 33 = { - } - } - } - set_global_flag = doctrine_of_lapse_has_been_used - } - - option = { - name = "EVTOPTB13358" - prestige = -2 - FROM = { - any_pop = { militancy = -2 } - } - } + id = 13358 + title = "EVTNAME13358" + desc = "EVTDESC13358" + news = yes + news_desc_long = "EVTDESC13358_NEWS_LONG" + news_desc_medium = "EVTDESC13358_NEWS_MEDIUM" + news_desc_short = "EVTDESC13358_NEWS_SHORT" + + picture = "india" + + is_triggered_only = yes + + option = { + name = "EVTOPTA13358" + prestige = 5 + FROM = { + tech_school = developing_tech_school + political_reform = peonage + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } + inherit = FROM + any_owned = { + limit = { is_core = HND } + random_list = { + 34 = { + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + 33 = { + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + 33 = { + } + } + } + set_global_flag = doctrine_of_lapse_has_been_used + } + + option = { + name = "EVTOPTB13358" + prestige = -2 + FROM = { + any_pop = { militancy = -2 } + } + } } country_event = { - title = "westernize_nation_title" - desc = "westernize_nation_desc" - news = yes - news_desc_long = "westernize_nation_desc_NEWS_LONG" - news_desc_medium = "westernize_nation_desc_NEWS_MEDIUM" - news_desc_short = "westernize_nation_desc_NEWS_SHORT" - picture = "Prosper" - - id = 90910 - - is_triggered_only = yes - - trigger = { - NOT = { - tag = QNG - tag = CHI - tag = TPG - AND = { - NOT = { has_global_flag = the_dragon_wakes } - OR = { - tag = MCK - tag = XBI - tag = XIN - tag = SZC - tag = YNN - tag = GXI - tag = GNG - tag = FJN - } - } - } - } - - option = { - name = "EVTOPTA90910" - civilized = yes - prestige = 5 - tech_school = traditional_academic - clr_country_flag = lacking_writing_system - random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } - random_owned = { - limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } - owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } - } - random_list = { - 34 = { add_country_modifier = { name = global_baby_boom duration = 3650 } } - 33 = { add_country_modifier = { name = global_baby_boom duration = 3285 } } - 33 = { add_country_modifier = { name = global_baby_boom duration = 4015 } } - } - random_owned = { - limit = { - owner = { - has_country_modifier = uncivilized_isolationism - NOT = { border_policy = closed_borders } } - } - owner = { political_reform = closed_borders } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = western_influences - NOT = { border_policy = open_borders } } - } - owner = { political_reform = open_borders } - } - remove_country_modifier = assegai - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = shastar_vidya - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - remove_country_modifier = rangaku - remove_country_modifier = sakoku - clr_country_flag = using_foreign_weapons - clr_country_flag = using_foreign_artillery - clr_country_flag = using_foreign_ships - clr_country_flag = using_foreign_shipyards - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - - random_owned = { - limit = { owner = { tag = DAI } } - owner = { country_event = { days = 2 id = 199072 } } - } - random_owned = { - limit = { owner = { tag = CAM } } - owner = { country_event = { days = 2 id = 199071 } } - } - - #Non-cores should flip to colonies - random_owned = { - limit = { - NOT = { is_core = THIS } - owner = { NOT = { exists = UTI } } - } - owner = { - any_owned = { - limit = { - NOT = { - is_core = THIS - is_colonial = yes - is_accepted_culture = yes - is_primary_culture = yes - any_core = { is_cultural_union = THIS } - #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule - } - any_core = { - OR = { - civilized = no - tech_school = developing_tech_school - } - } - } - secede_province = UTI - UTI = { country_event = 90911 } - } - } - } - } + title = "westernize_nation_title" + desc = "westernize_nation_desc" + news = yes + news_desc_long = "westernize_nation_desc_NEWS_LONG" + news_desc_medium = "westernize_nation_desc_NEWS_MEDIUM" + news_desc_short = "westernize_nation_desc_NEWS_SHORT" + picture = "Prosper" + + id = 90910 + + is_triggered_only = yes + + trigger = { + NOT = { + tag = QNG + tag = CHI + tag = TPG + AND = { + NOT = { has_global_flag = the_dragon_wakes } + OR = { + tag = MCK + tag = XBI + tag = XIN + tag = SZC + tag = YNN + tag = GXI + tag = GNG + tag = FJN + } + } + } + } + + option = { + name = "EVTOPTA90910" + civilized = yes + prestige = 5 + tech_school = traditional_academic + clr_country_flag = lacking_writing_system + remove_country_modifier = lacks_writing_system + random_owned = { limit = { owner = { ai = yes } } owner = { add_country_modifier = { name = law_changed_by_force duration = 3 } } } + random_owned = { + limit = { owner = { has_country_flag = activate_experimental_railroad } NOT = { experimental_railroad = 1 } } + owner = { activate_technology = experimental_railroad clr_country_flag = activate_experimental_railroad } + } + random_list = { + 34 = { add_country_modifier = { name = global_baby_boom duration = 3650 } } + 33 = { add_country_modifier = { name = global_baby_boom duration = 3285 } } + 33 = { add_country_modifier = { name = global_baby_boom duration = 4015 } } + } + random_owned = { + limit = { + owner = { + has_country_modifier = uncivilized_isolationism + NOT = { border_policy = closed_borders } } + } + owner = { political_reform = closed_borders } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = western_influences + NOT = { border_policy = open_borders } } + } + owner = { political_reform = open_borders } + } + remove_country_modifier = assegai + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = shastar_vidya + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + remove_country_modifier = rangaku + remove_country_modifier = sakoku + clr_country_flag = using_foreign_weapons + clr_country_flag = using_foreign_artillery + clr_country_flag = using_foreign_ships + clr_country_flag = using_foreign_shipyards + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + + random_owned = { + limit = { owner = { tag = DAI } } + owner = { country_event = { days = 2 id = 199072 } } + } + random_owned = { + limit = { owner = { tag = CAM } } + owner = { country_event = { days = 2 id = 199071 } } + } + + #Non-cores should flip to colonies + random_owned = { + limit = { + NOT = { is_core = THIS } + owner = { NOT = { exists = UTI } } + } + owner = { + any_owned = { + limit = { + NOT = { + is_core = THIS + is_colonial = yes + is_accepted_culture = yes + is_primary_culture = yes + any_core = { is_cultural_union = THIS } + #any_neighbor_province = { is_core = THIS } #Rule excluding neighbouring states from the non-core rule + } + any_core = { + OR = { + civilized = no + tech_school = developing_tech_school + } + } + } + secede_province = UTI + UTI = { country_event = 90911 } + } + } + } + } } country_event = { - title = "EVTNAME90911" - desc = "EVTDESC90911" - picture = "Prosper" - - id = 90911 - - is_triggered_only = yes - - immediate = { civilized = no } - - option = { - name = "EVTOPTA90911" - FROM = { inherit = THIS } - } - + title = "EVTNAME90911" + desc = "EVTDESC90911" + picture = "Prosper" + + id = 90911 + + is_triggered_only = yes + + immediate = { civilized = no } + + option = { + name = "EVTOPTA90911" + FROM = { inherit = THIS } + } + } #Reaction to factories being nationalized country_event = { - title = "EVTNAME90950" - desc = "EVTDESC90950" - picture = "Prosper" - - id = 90950 - - is_triggered_only = yes - - trigger = { - # - } - - option = { - name = "EVTOPTA90950" - add_country_modifier = { name = factories_nationalized duration = 365 } - random_country = { - limit = { tag = FROM } - add_casus_belli = { - target = THIS - type = war_reparations - months = 12 - } - } - relation = { who = FROM value = -100 } - } - - option = { - name = "EVTOPTB90950" - relation = { who = FROM value = 100 } - add_country_modifier = { name = factories_nationalized duration = 365 } - rich_strata = { militancy = 3 consciousness = 6 } - } + title = "EVTNAME90950" + desc = "EVTDESC90950" + picture = "Prosper" + + id = 90950 + + is_triggered_only = yes + + trigger = { + # + } + + option = { + name = "EVTOPTA90950" + add_country_modifier = { name = factories_nationalized duration = 365 } + random_country = { + limit = { tag = FROM } + add_casus_belli = { + target = THIS + type = war_reparations + months = 12 + } + } + relation = { who = FROM value = -100 } + } + + option = { + name = "EVTOPTB90950" + relation = { who = FROM value = 100 } + add_country_modifier = { name = factories_nationalized duration = 365 } + rich_strata = { militancy = 3 consciousness = 6 } + } } #Algerian claims - Candidate for decision country_event = { - id = 90953 - title = "EVTNAME90953" - desc = "EVTDESC90953" - picture = "arab_revolt" - - fire_only_once = yes - - trigger = { - 1714 = { empty = no } - 1718 = { empty = no } - 1714 = { NOT = { is_core = ALD } } - 1718 = { NOT = { is_core = ALD } } - OR = { - owns = 1714 - owns = 1718 - } - NOT = { has_global_flag = algeria_claimed_sahara } - NOT = { has_global_flag = mokrani_revolt } - } - - option = { - name = "EVTOPTA90953" - set_global_flag = algeria_claimed_sahara -# ALD_1714 = { add_core = ALD } - ALD_1718 = { add_core = ALD } - } + id = 90953 + title = "EVTNAME90953" + desc = "EVTDESC90953" + picture = "arab_revolt" + + fire_only_once = yes + + trigger = { + 1714 = { empty = no } + 1718 = { empty = no } + 1714 = { NOT = { is_core = ALD } } + 1718 = { NOT = { is_core = ALD } } + OR = { + owns = 1714 + owns = 1718 + } + NOT = { has_global_flag = algeria_claimed_sahara } + NOT = { has_global_flag = mokrani_revolt } + } + + option = { + name = "EVTOPTA90953" + set_global_flag = algeria_claimed_sahara +# ALD_1714 = { add_core = ALD } + ALD_1718 = { add_core = ALD } + } } #Treaty Ports province_event = { - id = 90954 - title = "EVTNAME90954" - desc = "EVTDESC90954" - - trigger = { - OR = { - province_id = 1498 - AND = { - province_id = 1496 - NOT = { 2632 = { trade_goods = precious_goods } } - } - AND = { - province_id = 2632 - NOT = { total_pops = 30000 } - NOT = { 1496 = { trade_goods = precious_goods } } - } - } - port = yes - NOT = { has_province_modifier = treaty_port } - is_core = CHI - owner = { - civilized = yes - NOT = { is_culture_group = east_asian } - NOT = { is_culture_group = far_east_asian } - } - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owner = { capital_scope = {continent = asia } } } - } - - mean_time_to_happen = { months = 8 } - - option = { - name = "EVTOPTA90954" - trade_goods = precious_goods - any_pop = { limit = { is_culture_group = east_asian } reduce_pop = 1.2 } - add_province_modifier = { name = treaty_port duration = -1 } - } + id = 90954 + title = "EVTNAME90954" + desc = "EVTDESC90954" + + trigger = { + OR = { + province_id = 1498 + AND = { + province_id = 1496 + NOT = { 2632 = { trade_goods = precious_goods } } + } + AND = { + province_id = 2632 + NOT = { total_pops = 30000 } + NOT = { 1496 = { trade_goods = precious_goods } } + } + } + port = yes + NOT = { has_province_modifier = treaty_port } + is_core = CHI + owner = { + civilized = yes + NOT = { is_culture_group = east_asian } + NOT = { is_culture_group = far_east_asian } + } + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owner = { capital_scope = {continent = asia } } } + } + + mean_time_to_happen = { months = 8 } + + option = { + name = "EVTOPTA90954" + trade_goods = precious_goods + any_pop = { limit = { is_culture_group = east_asian } reduce_pop = 1.2 } + add_province_modifier = { name = treaty_port duration = -1 } + } } #End of Treaty Ports province_event = { - id = 90955 - title = "EVTNAME90954" - desc = "EVTDESC90955" - - trigger = { - owner = { capital_scope = { continent = asia } } - OR = { - owner = { is_culture_group = east_asian } - owner = { is_culture_group = far_east_asian } - } - trade_goods = precious_goods - OR = { - province_id = 1498 - province_id = 1496 - province_id = 1566 - province_id = 1569 - province_id = 2632 - province_id = 1538 - } - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVTOPTA90955" - add_province_modifier = { name = treaty_port duration = -1 } - random_list = { - 25 = { trade_goods = fish } - 25 = { trade_goods = silk } - 25 = { trade_goods = tea } - 25 = { trade_goods = opium } - } - } + id = 90955 + title = "EVTNAME90954" + desc = "EVTDESC90955" + + trigger = { + owner = { capital_scope = { continent = asia } } + OR = { + owner = { is_culture_group = east_asian } + owner = { is_culture_group = far_east_asian } + } + trade_goods = precious_goods + OR = { + province_id = 1498 + province_id = 1496 + province_id = 1566 + province_id = 1569 + province_id = 2632 + province_id = 1538 + } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPTA90955" + add_province_modifier = { name = treaty_port duration = -1 } + random_list = { + 25 = { trade_goods = fish } + 25 = { trade_goods = silk } + 25 = { trade_goods = tea } + 25 = { trade_goods = opium } + } + } } #Migration to Hong Kong province_event = { - id = 90956 - title = "EVTNAME90956" - desc = "EVTDESC90956" - - trigger = { - province_id = 1496 - has_province_modifier = treaty_port - 1496 = { owner = { civilized = yes capital_scope = { NOT = {continent = asia } } } } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - immediate = { - random_list = { - 40 = { 1497 = { artisans = { move_pop = 1496 } } } - 10 = { random_neighbor_province = { limit = { owner = { civilized = no } } soldiers = { limit = { has_pop_culture = yue } move_pop = 1496 } } } - 10 = { random_neighbor_province = { limit = { owner = { civilized = no } } bureaucrats = { limit = { has_pop_culture = yue } move_pop = 1496 } } } - 40 = { 1493 = { serfs = { limit = { has_pop_culture = yue } move_pop = 1496 } } } - } - } - - option = { - name = "EVTOPTA90956" - - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_asian - OR = { - type = artisans - type = soldiers - type = clergymen - type = serfs - } - } - pop_type = labourers - } - } + id = 90956 + title = "EVTNAME90956" + desc = "EVTDESC90956" + + trigger = { + province_id = 1496 + has_province_modifier = treaty_port + 1496 = { owner = { civilized = yes capital_scope = { NOT = {continent = asia } } } } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + immediate = { + random_list = { + 40 = { 1497 = { artisans = { move_pop = 1496 } } } + 10 = { random_neighbor_province = { limit = { owner = { civilized = no } } soldiers = { limit = { has_pop_culture = yue } move_pop = 1496 } } } + 10 = { random_neighbor_province = { limit = { owner = { civilized = no } } bureaucrats = { limit = { has_pop_culture = yue } move_pop = 1496 } } } + 40 = { 1493 = { serfs = { limit = { has_pop_culture = yue } move_pop = 1496 } } } + } + } + + option = { + name = "EVTOPTA90956" + + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_asian + OR = { + type = artisans + type = soldiers + type = clergymen + type = serfs + } + } + pop_type = labourers + } + } } #Cleaning Bukhara cores on Kandahar country_event = { - id = 90957 - title = "EVTNAME90957" - desc = "EVTDESC90957" - picture = "central_asian_tribes" - - trigger = { - tag = AFG - owns = 1211 - BUK = { exists = no } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVTOPTA90957" - 1211 = { remove_core = BUK } - } + id = 90957 + title = "EVTNAME90957" + desc = "EVTDESC90957" + picture = "central_asian_tribes" + + trigger = { + tag = AFG + owns = 1211 + BUK = { exists = no } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVTOPTA90957" + 1211 = { remove_core = BUK } + } } #Treaty Ports province_event = { - id = 90958 - title = "EVTNAME90954" - desc = "EVTDESC90954" - - trigger = { - OR = { - AND = { - is_core = CHI - NOT = { province_id = 1498 } - NOT = { province_id = 1496 } - NOT = { province_id = 1569 } - NOT = { province_id = 1566 } - } - AND = { province_id = 1569 total_pops = 30000 } - AND = { province_id = 1566 total_pops = 30000 } - } - port = yes - NOT = { has_province_modifier = treaty_port } - owner = { - civilized = yes - NOT = { is_culture_group = east_asian } - NOT = { is_culture_group = far_east_asian } - } - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owner = { capital_scope = {continent = asia } } } - } - - mean_time_to_happen = { months = 8 } - - option = { - name = "EVTOPTA90954" - add_province_modifier = { name = treaty_port duration = -1 } - } + id = 90958 + title = "EVTNAME90954" + desc = "EVTDESC90954" + + trigger = { + OR = { + AND = { + is_core = CHI + NOT = { province_id = 1498 } + NOT = { province_id = 1496 } + NOT = { province_id = 1569 } + NOT = { province_id = 1566 } + } + AND = { province_id = 1569 total_pops = 30000 } + AND = { province_id = 1566 total_pops = 30000 } + } + port = yes + NOT = { has_province_modifier = treaty_port } + owner = { + civilized = yes + NOT = { is_culture_group = east_asian } + NOT = { is_culture_group = far_east_asian } + } + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owner = { capital_scope = {continent = asia } } } + } + + mean_time_to_happen = { months = 8 } + + option = { + name = "EVTOPTA90954" + add_province_modifier = { name = treaty_port duration = -1 } + } } # The Golden Stool country_event = { - id = 110073 - title = "EVTNAME110073" - desc = "EVTDESC110073" - picture = "ALL_golden_stool" - - trigger = { - has_global_flag = berlin_conference - nationalism_n_imperialism = 1 - capital_scope = { continent = europe } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - ASH = { exists = yes ai = yes neighbour = THIS } - owns = 1910 #Kumasi - } - - fire_only_once = yes - - mean_time_to_happen = { months = 40 } - - option = { - name = "EVT110073OPTA" #This will make a nice trinket! - prestige = 15 - any_pop = { - limit = { has_pop_culture = akan } - consciousness = 9 - militancy = 9 - } - ASH = { - civilized = no - treasury = 5000 - small_arms = 25 - ammunition = 50 - canned_food = 50 - } - war = { - target = ASH - attacker_goal = { casus_belli = annex_africa_full } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT110073OPTB" #Let them have it. - badboy = -1 - prestige_factor = -0.1 - any_pop = { - limit = { has_pop_culture = akan } - consciousness = -9 - militancy = -9 - } - ASH = { - any_pop = { - limit = { has_pop_culture = akan } - consciousness = -9 - militancy = -9 - } - } - ai_chance = { factor = 0 } - } + id = 110073 + title = "EVTNAME110073" + desc = "EVTDESC110073" + picture = "ALL_golden_stool" + + trigger = { + has_global_flag = berlin_conference + nationalism_n_imperialism = 1 + capital_scope = { continent = europe } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + ASH = { exists = yes ai = yes neighbour = THIS } + owns = 1910 #Kumasi + } + + fire_only_once = yes + + mean_time_to_happen = { months = 40 } + + option = { + name = "EVT110073OPTA" #This will make a nice trinket! + prestige = 15 + any_pop = { + limit = { has_pop_culture = akan } + consciousness = 9 + militancy = 9 + } + ASH = { + civilized = no + treasury = 5000 + small_arms = 25 + ammunition = 50 + canned_food = 50 + } + war = { + target = ASH + attacker_goal = { casus_belli = annex_africa_full } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT110073OPTB" #Let them have it. + badboy = -1 + prestige_factor = -0.1 + any_pop = { + limit = { has_pop_culture = akan } + consciousness = -9 + militancy = -9 + } + ASH = { + any_pop = { + limit = { has_pop_culture = akan } + consciousness = -9 + militancy = -9 + } + } + ai_chance = { factor = 0 } + } } #Requesting Foreign Missionaries country_event = { - id = 90960 - title = "EVTNAME90960" - desc = "EVTDESC90960" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT90960OPTA" #Catholic - set_country_flag = change_to_catholic - random_country = { - limit = { - exists = yes - OR = { - AND = { - is_greater_power = yes - has_country_flag = catholic_country - } - tag = FRA - } - } - country_event = 90961 - } - ai_chance = { - factor = 25 - modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = catholic_country } } - } - } - - option = { - name = "EVT90960OPTB" #Protestant - set_country_flag = change_to_protestant - random_country = { - limit = { - exists = yes - OR = { - AND = { - is_greater_power = yes - has_country_flag = protestant_country - } - tag = ENG - tag = ENL - } - } - country_event = 90961 - } - ai_chance = { - factor = 25 - modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = protestant_country } } - } - } - - option = { - name = "EVT90960OPTC" #Orthodox - set_country_flag = change_to_orthodox - random_country = { - limit = { - exists = yes - OR = { - AND = { - is_greater_power = yes - has_country_flag = orthodox_country - } - tag = RUS - } - } - country_event = 90961 - } - ai_chance = { - factor = 25 - modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = orthodox_country } } - } - } - - option = { - name = "EVT90960OPTD" #Sunni - set_country_flag = change_to_sunni - random_country = { - limit = { - exists = yes - OR = { - AND = { - is_greater_power = yes - has_country_flag = sunni_country - } - tag = TUR - } - } - country_event = 90961 - } - ai_chance = { - factor = 25 - modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = sunni_country } } - } - } - - option = { - name = "EVT90960OPTE" #Nevermind - prestige = 3 - ai_chance = { factor = 0 } - } - + id = 90960 + title = "EVTNAME90960" + desc = "EVTDESC90960" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT90960OPTA" #Catholic + set_country_flag = change_to_catholic + random_country = { + limit = { + exists = yes + OR = { + AND = { + is_greater_power = yes + has_country_flag = catholic_country + } + tag = FRA + } + } + country_event = 90961 + } + ai_chance = { + factor = 25 + modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = catholic_country } } + } + } + + option = { + name = "EVT90960OPTB" #Protestant + set_country_flag = change_to_protestant + random_country = { + limit = { + exists = yes + OR = { + AND = { + is_greater_power = yes + has_country_flag = protestant_country + } + tag = ENG + tag = ENL + } + } + country_event = 90961 + } + ai_chance = { + factor = 25 + modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = protestant_country } } + } + } + + option = { + name = "EVT90960OPTC" #Orthodox + set_country_flag = change_to_orthodox + random_country = { + limit = { + exists = yes + OR = { + AND = { + is_greater_power = yes + has_country_flag = orthodox_country + } + tag = RUS + } + } + country_event = 90961 + } + ai_chance = { + factor = 25 + modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = orthodox_country } } + } + } + + option = { + name = "EVT90960OPTD" #Sunni + set_country_flag = change_to_sunni + random_country = { + limit = { + exists = yes + OR = { + AND = { + is_greater_power = yes + has_country_flag = sunni_country + } + tag = TUR + } + } + country_event = 90961 + } + ai_chance = { + factor = 25 + modifier = { factor = 100 any_neighbor_country = { is_greater_power = yes has_country_flag = sunni_country } } + } + } + + option = { + name = "EVT90960OPTE" #Nevermind + prestige = 3 + ai_chance = { factor = 0 } + } + } #Requesting Foreign Missionaries - GPs decide what to do country_event = { - id = 90961 - title = "EVTNAME90961" - desc = "EVTDESC90961" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT90961OPTA" #Send the missionaries - relation = { who = FROM value = 25 } - diplomatic_influence = { who = FROM value = 25 } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } FROM = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - FROM = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } FROM = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } FROM = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } FROM = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } FROM = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } FROM = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } FROM = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } FROM = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } FROM = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } FROM = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } FROM = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } FROM = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } FROM = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } FROM = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } FROM = { religion = yazidi set_country_flag = yazidi_country } } - - FROM = { country_event = 90962 } - ai_chance = { - factor = 50 - modifier = { factor = 0 NOT = { relation = { who = FROM value = -190 } } } - modifier = { factor = 1.25 relation = { who = FROM value = 50 } } - modifier = { factor = 1.25 relation = { who = FROM value = 100 } } - modifier = { factor = 1.25 relation = { who = FROM value = 150 } } - modifier = { factor = 1.25 relation = { who = FROM value = 190 } } - } - } - - option = { - name = "EVT90961OPTB" #Send the missionaries - relation = { who = FROM value = -25 } - FROM = { country_event = 90963 } - ai_chance = { - factor = 50 - modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -100 } } } - modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -50 } } } - modifier = { factor = 1.25 NOT = { relation = { who = FROM value = 0 } } } - modifier = { factor = 1.25 FROM = { badboy = 0.8 } } - } - } + id = 90961 + title = "EVTNAME90961" + desc = "EVTDESC90961" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT90961OPTA" #Send the missionaries + relation = { who = FROM value = 25 } + diplomatic_influence = { who = FROM value = 25 } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } FROM = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + FROM = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } FROM = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } FROM = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } FROM = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } FROM = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } FROM = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } FROM = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } FROM = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } FROM = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } FROM = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } FROM = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } FROM = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } FROM = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } FROM = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } FROM = { religion = yazidi set_country_flag = yazidi_country } } + + FROM = { country_event = 90962 } + ai_chance = { + factor = 50 + modifier = { factor = 0 NOT = { relation = { who = FROM value = -190 } } } + modifier = { factor = 1.25 relation = { who = FROM value = 50 } } + modifier = { factor = 1.25 relation = { who = FROM value = 100 } } + modifier = { factor = 1.25 relation = { who = FROM value = 150 } } + modifier = { factor = 1.25 relation = { who = FROM value = 190 } } + } + } + + option = { + name = "EVT90961OPTB" #Send the missionaries + relation = { who = FROM value = -25 } + FROM = { country_event = 90963 } + ai_chance = { + factor = 50 + modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -100 } } } + modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -50 } } } + modifier = { factor = 1.25 NOT = { relation = { who = FROM value = 0 } } } + modifier = { factor = 1.25 FROM = { badboy = 0.8 } } + } + } } #Requesting Foreign Missionaries - GPs Accepted country_event = { - id = 90962 - title = "EVTNAME90962" - desc = "EVTDESC90962" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT90962OPTA" - add_country_modifier = { name = missionary_activity duration = 1825 } - clr_country_flag = animist_country - clr_country_flag = lacking_writing_system - remove_country_modifier = lacks_writing_system - random_owned = { - limit = { owner = { has_country_flag = change_to_catholic } } - owner = { - religion = catholic - set_country_flag = catholic_country - clr_country_flag = change_to_catholic - FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } - } - } - random_owned = { - limit = { owner = { has_country_flag = change_to_protestant } } - owner = { - religion = protestant - set_country_flag = protestant_country - clr_country_flag = change_to_protestant - FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } - } - } - random_owned = { - limit = { owner = { has_country_flag = change_to_orthodox } } - owner = { - religion = orthodox - set_country_flag = orthodox_country - clr_country_flag = change_to_orthodox - FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } - } - } - random_owned = { - limit = { owner = { has_country_flag = change_to_sunni } } - owner = { - religion = sunni - set_country_flag = sunni_country - clr_country_flag = change_to_sunni - FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } - } - } - } + id = 90962 + title = "EVTNAME90962" + desc = "EVTDESC90962" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT90962OPTA" + add_country_modifier = { name = missionary_activity duration = 1825 } + clr_country_flag = animist_country + clr_country_flag = lacking_writing_system + remove_country_modifier = lacks_writing_system + random_owned = { + limit = { owner = { has_country_flag = change_to_catholic } } + owner = { + religion = catholic + set_country_flag = catholic_country + clr_country_flag = change_to_catholic + FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } + } + } + random_owned = { + limit = { owner = { has_country_flag = change_to_protestant } } + owner = { + religion = protestant + set_country_flag = protestant_country + clr_country_flag = change_to_protestant + FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } + } + } + random_owned = { + limit = { owner = { has_country_flag = change_to_orthodox } } + owner = { + religion = orthodox + set_country_flag = orthodox_country + clr_country_flag = change_to_orthodox + FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } + } + } + random_owned = { + limit = { owner = { has_country_flag = change_to_sunni } } + owner = { + religion = sunni + set_country_flag = sunni_country + clr_country_flag = change_to_sunni + FROM = { relation = { who = THIS value = 150 } diplomatic_influence = { who = THIS value = 100 } } + } + } + } } #Requesting Foreign Missionaries - GP refused country_event = { - id = 90963 - title = "EVTNAME90963" - desc = "EVTDESC90963" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT90963OPTA" - clr_country_flag = change_to_sunni - clr_country_flag = change_to_orthodox - clr_country_flag = change_to_protestant - clr_country_flag = change_to_catholic - } -} + id = 90963 + title = "EVTNAME90963" + desc = "EVTDESC90963" + picture = "missionaries" + + is_triggered_only = yes + option = { + name = "EVT90963OPTA" + clr_country_flag = change_to_sunni + clr_country_flag = change_to_orthodox + clr_country_flag = change_to_protestant + clr_country_flag = change_to_catholic + } +} diff --git a/HPM/events/CleanUp.txt b/HPM/events/CleanUp.txt index 0c3b6c90..6fcc7ab6 100644 --- a/HPM/events/CleanUp.txt +++ b/HPM/events/CleanUp.txt @@ -1,4569 +1,4569 @@ country_event = { - id = 60000 - title = "EVTNAME60000" - desc = "EVTDESC60000" - news = yes - news_title = "EVTNAME60000_NEWS_TITLE" - news_desc_long = "EVTDESC60000_NEWS_LONG" - news_desc_medium = "EVTDESC60000_NEWS_MEDIUM" - news_desc_short = "EVTDESC60000_NEWS_SHORT" - picture = "communist_crowd" - - trigger = { - is_vassal = no - civilized = yes - NOT = { government = proletarian_dictatorship } - ruling_party_ideology = communist - average_militancy = 3 - OR = { - has_country_modifier = regency_government - average_militancy = 8 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - num_of_revolts = 1 - national_provinces_occupied = 0.10 - is_disarmed = yes - communist = 20 - socialist = 40 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - war_exhaustion = 75 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.25 - } - } - option = { - name = "EVTOPTA60000" - random_owned = { - limit = { owner = { has_country_modifier = regency_government } } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - government = proletarian_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = no_slavery - political_reform = debtors_prisons - political_reform = culture_voting_only - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - prestige_factor = -0.1 - country_event = 800052 - } + id = 60000 + title = "EVTNAME60000" + desc = "EVTDESC60000" + news = yes + news_title = "EVTNAME60000_NEWS_TITLE" + news_desc_long = "EVTDESC60000_NEWS_LONG" + news_desc_medium = "EVTDESC60000_NEWS_MEDIUM" + news_desc_short = "EVTDESC60000_NEWS_SHORT" + picture = "communist_crowd" + + trigger = { + is_vassal = no + civilized = yes + NOT = { government = proletarian_dictatorship } + ruling_party_ideology = communist + average_militancy = 3 + OR = { + has_country_modifier = regency_government + average_militancy = 8 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + num_of_revolts = 1 + national_provinces_occupied = 0.10 + is_disarmed = yes + communist = 20 + socialist = 40 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + war_exhaustion = 75 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.25 + } + } + option = { + name = "EVTOPTA60000" + random_owned = { + limit = { owner = { has_country_modifier = regency_government } } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + government = proletarian_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + political_reform = no_slavery + political_reform = debtors_prisons + social_reform = culture_voting_only + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + prestige_factor = -0.1 + country_event = 800052 + } } country_event = { - id = 60010 - title = "EVTNAME60010" - desc = "EVTDESC60010" - news = yes - news_title = "EVTNAME60010_NEWS_TITLE" - news_desc_long = "EVTDESC60010_NEWS_LONG" - news_desc_medium = "EVTDESC60010_NEWS_MEDIUM" - news_desc_short = "EVTDESC60010_NEWS_SHORT" - picture = "Fascist" - - trigger = { - is_vassal = no - civilized = yes - government = democracy - ruling_party_ideology = reactionary - average_militancy = 3 - OR = { - has_country_modifier = regency_government - average_militancy = 8 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - revolt_percentage = 0.10 - national_provinces_occupied = 0.10 - is_disarmed = yes - upper_house = { ideology = reactionary value = 0.3 } - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - war_exhaustion = 75 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.25 - } - modifier = { - factor = 2 - literacy = 0.3 - } - modifier = { - factor = 3 - literacy = 0.5 - } - modifier = { - factor = 4 - nationalvalue = nv_liberty - } - } + id = 60010 + title = "EVTNAME60010" + desc = "EVTDESC60010" + news = yes + news_title = "EVTNAME60010_NEWS_TITLE" + news_desc_long = "EVTDESC60010_NEWS_LONG" + news_desc_medium = "EVTDESC60010_NEWS_MEDIUM" + news_desc_short = "EVTDESC60010_NEWS_SHORT" + picture = "Fascist" + + trigger = { + is_vassal = no + civilized = yes + government = democracy + ruling_party_ideology = reactionary + average_militancy = 3 + OR = { + has_country_modifier = regency_government + average_militancy = 8 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + revolt_percentage = 0.10 + national_provinces_occupied = 0.10 + is_disarmed = yes + upper_house = { ideology = reactionary value = 0.3 } + average_militancy = 5 + } + } - option = { - name = "EVT60010OPTA" - random_owned = { - limit = { owner = { has_country_modifier = regency_government } } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - set_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = culture_voting_only - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige_factor = -0.1 - country_event = 800050 - } + mean_time_to_happen = { + months = 180 + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + war_exhaustion = 75 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.25 + } + modifier = { + factor = 2 + literacy = 0.3 + } + modifier = { + factor = 3 + literacy = 0.5 + } + modifier = { + factor = 4 + nationalvalue = nv_liberty + } + } + + option = { + name = "EVT60010OPTA" + random_owned = { + limit = { owner = { has_country_modifier = regency_government } } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + set_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = culture_voting_only + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige_factor = -0.1 + country_event = 800050 + } } country_event = { - id = 60020 - title = "EVTNAME60020" - desc = "EVTDESC60020" - news = yes - news_title = "EVTNAME60020_NEWS_TITLE" - news_desc_long = "EVTDESC60020_NEWS_LONG" - news_desc_medium = "EVTDESC60020_NEWS_MEDIUM" - news_desc_short = "EVTDESC60020_NEWS_SHORT" - picture = "election" - - trigger = { - is_vassal = no - civilized = yes - NOT = { government = bourgeois_dictatorship } - ruling_party_ideology = anarcho_liberal - average_militancy = 3 - OR = { - has_country_modifier = regency_government - average_militancy = 8 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - num_of_revolts = 1 - national_provinces_occupied = .10 - is_disarmed = yes - anarcho_liberal = 20 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - war_exhaustion = 75 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.25 - } - } - major = yes - option = { - name = "EVTOPTA60020" - random_owned = { - limit = { owner = { has_country_modifier = regency_government } } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - government = bourgeois_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = yes_meeting - political_reform = free_press - political_reform = all_trade_unions - political_reform = underground_parties - social_reform = no_minimum_wage - social_reform = no_work_hour_limit - social_reform = no_safety - social_reform = no_subsidies - social_reform = no_pensions - social_reform = no_health_care - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - prestige_factor = -0.1 - country_event = 800053 - } + id = 60020 + title = "EVTNAME60020" + desc = "EVTDESC60020" + news = yes + news_title = "EVTNAME60020_NEWS_TITLE" + news_desc_long = "EVTDESC60020_NEWS_LONG" + news_desc_medium = "EVTDESC60020_NEWS_MEDIUM" + news_desc_short = "EVTDESC60020_NEWS_SHORT" + picture = "election" + + trigger = { + is_vassal = no + civilized = yes + NOT = { government = bourgeois_dictatorship } + ruling_party_ideology = anarcho_liberal + average_militancy = 3 + OR = { + has_country_modifier = regency_government + average_militancy = 8 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + num_of_revolts = 1 + national_provinces_occupied = .10 + is_disarmed = yes + anarcho_liberal = 20 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + war_exhaustion = 75 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.25 + } + } + major = yes + option = { + name = "EVTOPTA60020" + random_owned = { + limit = { owner = { has_country_modifier = regency_government } } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + government = bourgeois_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = yes_meeting + political_reform = free_press + political_reform = all_trade_unions + political_reform = underground_parties + social_reform = no_minimum_wage + social_reform = no_work_hour_limit + social_reform = no_safety + social_reform = no_subsidies + social_reform = no_pensions + social_reform = no_health_care + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + prestige_factor = -0.1 + country_event = 800053 + } } country_event = { - id = 60030 - title = "EVTNAME60030" - desc = "EVTDESC60030" - news = yes - news_title = "EVTNAME60030_NEWS_TITLE" - news_desc_long = "EVTDESC60030_NEWS_LONG" - news_desc_medium = "EVTDESC60030_NEWS_MEDIUM" - news_desc_short = "EVTDESC60030_NEWS_SHORT" - picture = "Fascist" - - trigger = { - is_vassal = no - civilized = yes - NOT = { government = fascist_dictatorship } - ruling_party_ideology = fascist - average_militancy = 3 - OR = { - has_country_modifier = regency_government - average_militancy = 8 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - OR = { - num_of_revolts = 1 - national_provinces_occupied = .10 - is_disarmed = yes - fascist = 20 - average_militancy = 5 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - war_exhaustion = 75 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.25 - } - } - major = yes - option = { - name = "EVT60030OPTA" - random_owned = { - limit = { owner = { has_country_modifier = regency_government } } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - government = fascist_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = culture_voting_only - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - prestige_factor = -0.1 - country_event = 800051 - } + id = 60030 + title = "EVTNAME60030" + desc = "EVTDESC60030" + news = yes + news_title = "EVTNAME60030_NEWS_TITLE" + news_desc_long = "EVTDESC60030_NEWS_LONG" + news_desc_medium = "EVTDESC60030_NEWS_MEDIUM" + news_desc_short = "EVTDESC60030_NEWS_SHORT" + picture = "Fascist" + + trigger = { + is_vassal = no + civilized = yes + NOT = { government = fascist_dictatorship } + ruling_party_ideology = fascist + average_militancy = 3 + OR = { + has_country_modifier = regency_government + average_militancy = 8 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + OR = { + num_of_revolts = 1 + national_provinces_occupied = .10 + is_disarmed = yes + fascist = 20 + average_militancy = 5 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + war_exhaustion = 75 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.25 + } + } + major = yes + option = { + name = "EVT60030OPTA" + random_owned = { + limit = { owner = { has_country_modifier = regency_government } } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + government = fascist_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = culture_voting_only + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + prestige_factor = -0.1 + country_event = 800051 + } } country_event = { - id = 60050 - title = "EVTNAME60050" - desc = "EVTDESC60050" - news = yes - news_desc_long = "EVTDESC60050_NEWS_LONG" - news_desc_medium = "EVTDESC60050_NEWS_MEDIUM" - news_desc_short = "EVTDESC60050_NEWS_SHORT" - picture = "senate_debate" - - trigger = { - OR = { - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = theocracy - } - civilized = yes - NOT = { vote_franschise = none_voting } - NOT = { political_parties = underground_parties } - NOT = { upper_house_composition = party_appointed } - } - - mean_time_to_happen = { - months = 1 - } - major = yes - option = { - name = "EVTOPTA60050" - random_owned = { - limit = { owner = { has_country_modifier = regency_government } } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - set_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - remove_country_modifier = fight_the_power - government = democracy - election = yes - prestige_factor = -0.05 - random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60050 + title = "EVTNAME60050" + desc = "EVTDESC60050" + news = yes + news_desc_long = "EVTDESC60050_NEWS_LONG" + news_desc_medium = "EVTDESC60050_NEWS_MEDIUM" + news_desc_short = "EVTDESC60050_NEWS_SHORT" + picture = "senate_debate" + + trigger = { + OR = { + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = theocracy + } + civilized = yes + NOT = { vote_franschise = none_voting } + NOT = { political_parties = underground_parties } + NOT = { upper_house_composition = party_appointed } + } + + mean_time_to_happen = { + months = 1 + } + major = yes + option = { + name = "EVTOPTA60050" + random_owned = { + limit = { owner = { has_country_modifier = regency_government } } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + set_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + remove_country_modifier = fight_the_power + government = democracy + election = yes + prestige_factor = -0.05 + random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60040 - title = "EVTNAME60040" - desc = "EVTDESC60040" - picture = "Monarchy" - - trigger = { - OR = { - government = hms_government - government = prussian_constitutionalism - } - civilized = yes - vote_franschise = none_voting - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA60040" - clr_country_flag = communist_gov - set_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - government = absolute_monarchy - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60040 + title = "EVTNAME60040" + desc = "EVTDESC60040" + picture = "Monarchy" + + trigger = { + OR = { + government = hms_government + government = prussian_constitutionalism + } + civilized = yes + vote_franschise = none_voting + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA60040" + clr_country_flag = communist_gov + set_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + government = absolute_monarchy + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60060 - title = "EVTNAME60060" - desc = "EVTDESC60060" - news = yes - news_title = "EVTNAME60060_NEWS_TITLE" - news_desc_long = "EVTDESC60060_NEWS_LONG" - news_desc_medium = "EVTDESC60060_NEWS_MEDIUM" - news_desc_short = "EVTDESC60060_NEWS_SHORT" - picture = "Monarchy" - - trigger = { - government = absolute_monarchy - NOT = { vote_franschise = none_voting } - civilized = yes - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTNAME60060" - government = prussian_constitutionalism - random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - set_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60060 + title = "EVTNAME60060" + desc = "EVTDESC60060" + news = yes + news_title = "EVTNAME60060_NEWS_TITLE" + news_desc_long = "EVTDESC60060_NEWS_LONG" + news_desc_medium = "EVTDESC60060_NEWS_MEDIUM" + news_desc_short = "EVTDESC60060_NEWS_SHORT" + picture = "Monarchy" + + trigger = { + government = absolute_monarchy + NOT = { vote_franschise = none_voting } + civilized = yes + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTNAME60060" + government = prussian_constitutionalism + random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + set_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60070 - title = "EVTNAME60070" - desc = "EVTDESC60070" - news = yes - news_title = "EVTNAME60070_NEWS_TITLE" - news_desc_long = "EVTDESC60070_NEWS_LONG" - news_desc_medium = "EVTDESC60070_NEWS_MEDIUM" - news_desc_short = "EVTDESC60070_NEWS_SHORT" - picture = "Monarchy" - - trigger = { - government = prussian_constitutionalism - OR = { - political_parties = secret_ballots - political_parties = non_secret_ballots - } - civilized = yes - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA60070" - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - set_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - government = hms_government - random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60070 + title = "EVTNAME60070" + desc = "EVTDESC60070" + news = yes + news_title = "EVTNAME60070_NEWS_TITLE" + news_desc_long = "EVTDESC60070_NEWS_LONG" + news_desc_medium = "EVTDESC60070_NEWS_MEDIUM" + news_desc_short = "EVTDESC60070_NEWS_SHORT" + picture = "Monarchy" + + trigger = { + government = prussian_constitutionalism + OR = { + political_parties = secret_ballots + political_parties = non_secret_ballots + } + civilized = yes + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA60070" + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + set_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + government = hms_government + random_owned = { limit = { owner = { border_policy = closed_borders } } owner = { political_reform = open_borders } } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60080 - title = "EVTNAME60080" - desc = "EVTDESC60080" - news = yes - news_title = "EVTNAME60080_NEWS_TITLE" - news_desc_long = "EVTDESC60080_NEWS_LONG" - news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" - news_desc_short = "EVTDESC60080_NEWS_SHORT" - picture = "communist_crowd" - - trigger = { - government = democracy - vote_franschise = none_voting - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - civilized = yes - } - - mean_time_to_happen = { - months = 1 - } - major = yes - option = { - name = "EVT60080OPTA" - government = presidential_dictatorship - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - set_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60080 + title = "EVTNAME60080" + desc = "EVTDESC60080" + news = yes + news_title = "EVTNAME60080_NEWS_TITLE" + news_desc_long = "EVTDESC60080_NEWS_LONG" + news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" + news_desc_short = "EVTDESC60080_NEWS_SHORT" + picture = "communist_crowd" + + trigger = { + government = democracy + vote_franschise = none_voting + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + civilized = yes + } + + mean_time_to_happen = { + months = 1 + } + major = yes + option = { + name = "EVT60080OPTA" + government = presidential_dictatorship + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + set_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60090 - title = "EVTNAME60110" - desc = "EVTDESC60080" - news = yes - news_title = "EVTNAME60080_NEWS_TITLE" - news_desc_long = "EVTDESC60080_NEWS_LONG" - news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" - news_desc_short = "EVTDESC60080_NEWS_SHORT" - picture = "communist_crowd" - - trigger = { - government = democracy - vote_franschise = none_voting - ruling_party_ideology = anarcho_liberal - civilized = yes - } - - mean_time_to_happen = { - months = 1 - } - major = yes - option = { - name = "EVT60090OPTA" - government = bourgeois_dictatorship - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - set_country_flag = anarcho_liberal_gov - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60090 + title = "EVTNAME60110" + desc = "EVTDESC60080" + news = yes + news_title = "EVTNAME60080_NEWS_TITLE" + news_desc_long = "EVTDESC60080_NEWS_LONG" + news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" + news_desc_short = "EVTDESC60080_NEWS_SHORT" + picture = "communist_crowd" + + trigger = { + government = democracy + vote_franschise = none_voting + ruling_party_ideology = anarcho_liberal + civilized = yes + } + + mean_time_to_happen = { + months = 1 + } + major = yes + option = { + name = "EVT60090OPTA" + government = bourgeois_dictatorship + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + set_country_flag = anarcho_liberal_gov + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60100 - title = "EVTNAME60110" - desc = "EVTDESC60080" - news = yes - news_title = "EVTNAME60080_NEWS_TITLE" - news_desc_long = "EVTDESC60080_NEWS_LONG" - news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" - news_desc_short = "EVTDESC60080_NEWS_SHORT" - picture = "communist_crowd" - - trigger = { - government = democracy - vote_franschise = none_voting - ruling_party_ideology = communist - civilized = yes - } - - mean_time_to_happen = { - months = 1 - } - major = yes - option = { - name = "EVT60100OPTA" - government = proletarian_dictatorship - set_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60100 + title = "EVTNAME60110" + desc = "EVTDESC60080" + news = yes + news_title = "EVTNAME60080_NEWS_TITLE" + news_desc_long = "EVTDESC60080_NEWS_LONG" + news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" + news_desc_short = "EVTDESC60080_NEWS_SHORT" + picture = "communist_crowd" + + trigger = { + government = democracy + vote_franschise = none_voting + ruling_party_ideology = communist + civilized = yes + } + + mean_time_to_happen = { + months = 1 + } + major = yes + option = { + name = "EVT60100OPTA" + government = proletarian_dictatorship + set_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 60110 - title = "EVTNAME60110" - desc = "EVTDESC60080" - news = yes - news_title = "EVTNAME60080_NEWS_TITLE" - news_desc_long = "EVTDESC60080_NEWS_LONG" - news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" - news_desc_short = "EVTDESC60080_NEWS_SHORT" - picture = "communist_crowd" - - trigger = { - government = democracy - vote_franschise = none_voting - ruling_party_ideology = fascist - civilized = yes - } - - mean_time_to_happen = { - months = 1 - } - - major = yes - option = { - name = "EVT60110OPTA" - government = fascist_dictatorship - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - set_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 60110 + title = "EVTNAME60110" + desc = "EVTDESC60080" + news = yes + news_title = "EVTNAME60080_NEWS_TITLE" + news_desc_long = "EVTDESC60080_NEWS_LONG" + news_desc_medium = "EVTDESC60080_NEWS_MEDIUM" + news_desc_short = "EVTDESC60080_NEWS_SHORT" + picture = "communist_crowd" + + trigger = { + government = democracy + vote_franschise = none_voting + ruling_party_ideology = fascist + civilized = yes + } + + mean_time_to_happen = { + months = 1 + } + + major = yes + option = { + name = "EVT60110OPTA" + government = fascist_dictatorship + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + set_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } # Annex SoIs country_event = { - id = 60120 - title = "EVTNAME60120" - desc = "EVTDESC60120" - picture = "greatpowers" - - trigger = { - ai = yes - war = no - part_of_sphere = yes - sphere_owner = { - is_greater_power = yes - is_culture_group = THIS - is_cultural_union = yes - war = no - } - OR = { - is_vassal = no - AND = { - is_vassal = yes - sphere_owner = { is_our_vassal = THIS } - } - } - OR = { - sphere_owner = { state_n_government = 1 } - NOT = { is_culture_group = american_cultures } - } - OR = { - NOT = { tag = BAN } - sphere_owner = { neighbour = THIS } - } - OR = { - NOT = { tag = NEN } - has_country_flag = usstatehood_we_have_applied - USA = { ai = yes } - } - NOT = { - tag = KUK - tag = AUS - tag = DNB - tag = CSA - tag = DES - tag = FSA - tag = UIL - tag = UNB - tag = UBD - tag = INO - tag = IRE - } - NOT = { has_country_flag = post_colonial_country } - } - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVTOPTA60120" - sphere_owner = { country_event = 60130 } - } + id = 60120 + title = "EVTNAME60120" + desc = "EVTDESC60120" + picture = "greatpowers" + + trigger = { + ai = yes + war = no + part_of_sphere = yes + sphere_owner = { + is_greater_power = yes + is_culture_group = THIS + is_cultural_union = yes + war = no + } + OR = { + is_vassal = no + AND = { + is_vassal = yes + sphere_owner = { is_our_vassal = THIS } + } + } + OR = { + sphere_owner = { state_n_government = 1 } + NOT = { is_culture_group = american_cultures } + } + OR = { + NOT = { tag = BAN } + sphere_owner = { neighbour = THIS } + } + OR = { + NOT = { tag = NEN } + has_country_flag = usstatehood_we_have_applied + USA = { ai = yes } + } + NOT = { + tag = KUK + tag = AUS + tag = DNB + tag = CSA + tag = DES + tag = FSA + tag = UIL + tag = UNB + tag = UBD + tag = INO + tag = IRE + } + NOT = { has_country_flag = post_colonial_country } + } + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVTOPTA60120" + sphere_owner = { country_event = 60130 } + } } # Get them Annexed country_event = { - id = 60130 - title = "EVTNAME60130" - desc = "EVTDESC60130" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVTOPTA60130" - prestige = 5 - random_country = { - limit = { - tag = FROM - civilized = no - THIS = { civilized = yes } - } - civilized = yes - } - inherit = FROM - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVTOPTB60130" - clr_country_flag = crown_from_the_gutter - any_pop = { - militancy = 0.1 - } - FROM = { - set_country_flag = does_not_want_to_unify - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - ai_chance = { - factor = 5 - } - } + id = 60130 + title = "EVTNAME60130" + desc = "EVTDESC60130" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVTOPTA60130" + prestige = 5 + random_country = { + limit = { + tag = FROM + civilized = no + THIS = { civilized = yes } + } + civilized = yes + } + inherit = FROM + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVTOPTB60130" + clr_country_flag = crown_from_the_gutter + any_pop = { + militancy = 0.1 + } + FROM = { + set_country_flag = does_not_want_to_unify + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 60140 - title = "EVTNAME60140" - desc = "EVTDESC60140" - picture = "Administration" - - trigger = { - civilized = yes - upper_house_composition = party_appointed - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = socialist - NOT = { - political_parties = underground_parties - vote_franschise = none_voting - } - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA60140" - random_owned = { - limit = { owner = { NOT = { government = democracy } } } - owner = { political_reform = appointed } - } - random_owned = { - limit = { owner = { government = democracy } } - owner = { political_reform = population_equal_weight } - } - } + id = 60140 + title = "EVTNAME60140" + desc = "EVTDESC60140" + picture = "Administration" + + trigger = { + civilized = yes + upper_house_composition = party_appointed + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = socialist + NOT = { + political_parties = underground_parties + vote_franschise = none_voting + } + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA60140" + random_owned = { + limit = { owner = { NOT = { government = democracy } } } + owner = { political_reform = appointed } + } + random_owned = { + limit = { owner = { government = democracy } } + owner = { political_reform = population_equal_weight } + } + } } country_event = { - id = 60141 - title = "EVTNAME60141" - desc = "EVTDESC60141" - picture = "communist_congress" - - trigger = { - civilized = yes - trade_unions = no_trade_unions - OR = { - AND = { - ruling_party_ideology = communist - NOT = { government = proletarian_dictatorship } - } - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA60141" - political_reform = state_controlled - } + id = 60141 + title = "EVTNAME60141" + desc = "EVTDESC60141" + picture = "communist_congress" + + trigger = { + civilized = yes + trade_unions = no_trade_unions + OR = { + AND = { + ruling_party_ideology = communist + NOT = { government = proletarian_dictatorship } + } + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA60141" + political_reform = state_controlled + } } country_event = { - id = 60150 - title = "EVTNAME60150" - desc = "EVTDESC60150" - picture = "Unite" - - trigger = { - has_country_modifier = female_suffrage - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA60150" - war_exhaustion = 5 - remove_country_modifier = female_suffrage - } + id = 60150 + title = "EVTNAME60150" + desc = "EVTDESC60150" + picture = "Unite" + + trigger = { + has_country_modifier = female_suffrage + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA60150" + war_exhaustion = 5 + remove_country_modifier = female_suffrage + } } #Occitania Cleanup Event country_event = { - id = 6016807 - title = "EVTNAME6016807" - desc = "EVTDESC6016807" - - is_triggered_only = yes - - immediate = { - any_owned = { - limit = { - is_core = OCC - NOT = { province_id = 464 } - NOT = { province_id = 460 } - } - assimilate = yes - } - } - - option = { - name = "EVT6016807PTA" - annex_to = FRA - } - + id = 6016807 + title = "EVTNAME6016807" + desc = "EVTDESC6016807" + + is_triggered_only = yes + + immediate = { + any_owned = { + limit = { + is_core = OCC + NOT = { province_id = 464 } + NOT = { province_id = 460 } + } + assimilate = yes + } + } + + option = { + name = "EVT6016807PTA" + annex_to = FRA + } + } #Warship commission is ready country_event = { - id = 6016812 - title = "EVTNAME6016812" - desc = "EVTDESC6016812" - picture = "ironclad_warship" + id = 6016812 + title = "EVTNAME6016812" + desc = "EVTDESC6016812" + picture = "ironclad_warship" - is_triggered_only = yes - - option = { - name = "EVT6016812OPTA" - random_owned = { - limit = { - has_building = naval_base - is_core = THIS - } - sub_unit = { type = ironclad value = current } - } - add_country_modifier = { name = warship_commissioned duration = 365 } - change_variable = { which = ironclad_commision value = 1 } - any_country = { limit = { exists = no has_country_flag = warship_commissioned } clr_country_flag = warship_commissioned } - clr_global_flag = warship_commission_being_fulfilled - random_owned = { - limit = { - owner = { flintlock_rifles = 1 } - } - owner = { activate_technology = flintlock_rifles } - } - } + is_triggered_only = yes + + option = { + name = "EVT6016812OPTA" + random_owned = { + limit = { + has_building = naval_base + is_core = THIS + } + sub_unit = { type = ironclad value = current } + } + add_country_modifier = { name = warship_commissioned duration = 365 } + change_variable = { which = ironclad_commision value = 1 } + any_country = { limit = { exists = no has_country_flag = warship_commissioned } clr_country_flag = warship_commissioned } + clr_global_flag = warship_commission_being_fulfilled + random_owned = { + limit = { + owner = { flintlock_rifles = 1 } + } + owner = { activate_technology = flintlock_rifles } + } + } } #Non Theocracy governments get flipped country_event = { - id = 6016813 - title = "EVTNAME6016813" - desc = "EVTDESC6016813" - picture = "communist_crowd" - - trigger = { - government = theocracy - NOT = { tag = MON } - NOT = { tag = ITA } - NOT = { tag = PAP } - NOT = { tag = TIB } - NOT = { tag = DAG } - NOT = { tag = TOO } - NOT = { tag = JAL } - NOT = { tag = YUG } - NOT = { tag = TOU } - NOT = { tag = SUD } - NOT = { tag = TPG } - } + id = 6016813 + title = "EVTNAME6016813" + desc = "EVTDESC6016813" + picture = "communist_crowd" + + trigger = { + government = theocracy + NOT = { tag = MON } + NOT = { tag = ITA } + NOT = { tag = PAP } + NOT = { tag = TIB } + NOT = { tag = DAG } + NOT = { tag = TOO } + NOT = { tag = JAL } + NOT = { tag = YUG } + NOT = { tag = TOU } + NOT = { tag = SUD } + NOT = { tag = TPG } + } - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT6016813OPTA" - government = absolute_monarchy - } + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT6016813OPTA" + government = absolute_monarchy + } } #Party Loyalty cleanup country_event = { - id = 6016814 - title = "EVTNAME6016814" - desc = "EVTDESC6016814" - - is_triggered_only = yes + id = 6016814 + title = "EVTNAME6016814" + desc = "EVTDESC6016814" + + is_triggered_only = yes - option = { - name = "EVT6016814OPTA" - #USA - USA = { - 210 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 232 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -13 - } - } - 213 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -13 - } - } - 220 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -13 - } - } - 221 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -13 - } - } - 139 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 169 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 170 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 171 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 172 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 173 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 178 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 179 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 180 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 181 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 182 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -7 - } - } - 184 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 185 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 186 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 189 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 190 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 191 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 195 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 198 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 204 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 206 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = reactionary - loyalty_value = -5 - } - } - 209 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 212 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 217 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 219 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 222 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 231 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 236 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 237 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 244 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 245 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 246 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 2555 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 2556 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 183 = { - party_loyalty = { - ideology = liberal - loyalty_value = -17 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 239 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - } - 147 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 148 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 149 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 150 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 165 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 166 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 167 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 168 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 174 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 175 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 176 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 187 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 188 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 192 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 194 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 196 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 197 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 200 = { - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 205 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = reactionary - loyalty_value = -5 - } - } - 207 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 208 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - } - 229 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 230 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 243 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 233 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 234 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 235 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 238 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 240 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 241 = { - party_loyalty = { - ideology = liberal - loyalty_value = -45 - } - party_loyalty = { - ideology = conservative - loyalty_value = -7 - } - } - 242 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 247 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 248 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 249 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 140 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 141 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 142 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 143 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 144 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 145 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 146 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 163 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 177 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 199 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 201 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 211 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 214 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 215 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 216 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 218 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 223 = { - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 224 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 226 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 227 = { - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - } - 164 = { - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - 193 = { - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 225 = { - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 228 = { - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - } - 202 = { - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - } - 60 = { - party_loyalty = { - ideology = liberal - loyalty_value = -25 - } - party_loyalty = { - ideology = conservative - loyalty_value = -25 - } - } - 2146 = { - party_loyalty = { - ideology = liberal - loyalty_value = -40 - } - } - 2627 = { - party_loyalty = { - ideology = liberal - loyalty_value = -25 - } - party_loyalty = { - ideology = conservative - loyalty_value = -25 - } - } - } - - #UK - ENG = { - 266 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 267 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 272 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 273 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 274 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 276 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 278 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 285 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 291 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 293 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 294 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - party_loyalty = { - ideology = reactionary - loyalty_value = -5 - } - } - 295 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 296 = { - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - party_loyalty = { - ideology = liberal - loyalty_value = -17 - } - } - 297 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 270 = { - party_loyalty = { - ideology = conservative - loyalty_value = -2 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 1724 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 275 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - 298 = { - party_loyalty = { - ideology = conservative - loyalty_value = -12 - } - party_loyalty = { - ideology = liberal - loyalty_value = -17 - } - } - 303 = { - party_loyalty = { - ideology = conservative - loyalty_value = -17 - } - party_loyalty = { - ideology = liberal - loyalty_value = -12 - } - } - 254 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 255 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 256 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 257 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 258 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 259 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 260 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 261 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 262 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 263 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 264 = { - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 265 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 268 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 269 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 271 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 277 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 279 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - 280 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 281 = { - party_loyalty = { - ideology = conservative - loyalty_value = -10 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 282 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 283 = { - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 288 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - 289 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - 290 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 299 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 300 = { - party_loyalty = { - ideology = conservative - loyalty_value = -5 - } - party_loyalty = { - ideology = liberal - loyalty_value = -20 - } - } - 301 = { - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 284 = { - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - } - 286 = { - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - } - 287 = { - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 292 = { - party_loyalty = { - ideology = conservative - loyalty_value = -15 - } - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - } - 302 = { - party_loyalty = { - ideology = conservative - loyalty_value = -6 - } - party_loyalty = { - ideology = liberal - loyalty_value = -10 - } - } - } - #Portugal - POR = { - 521 = { - party_loyalty = { - ideology = liberal - loyalty_value = -25 - } - } - } - #Uruguay - URU = { - 2344 = { - party_loyalty = { - ideology = liberal - loyalty_value = -30 - } - } - 2345 = { - party_loyalty = { - ideology = conservative - loyalty_value = -25 - } - } - 2347 = { - party_loyalty = { - ideology = conservative - loyalty_value = -25 - } - } - 2346 = { - party_loyalty = { - ideology = conservative - loyalty_value = -25 - } - } - } - #Switzerland - SWI = { - 603 = { - party_loyalty = { - ideology = liberal - loyalty_value = -30 - } - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - 604 = { - party_loyalty = { - ideology = liberal - loyalty_value = -25 - } - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - 605 = { - party_loyalty = { - ideology = liberal - loyalty_value = -30 - } - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - 607 = { - party_loyalty = { - ideology = liberal - loyalty_value = -25 - } - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - 608 = { - party_loyalty = { - ideology = liberal - loyalty_value = -30 - } - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - 609 = { - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - } - 606 = { - party_loyalty = { - ideology = liberal - loyalty_value = -5 - } - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - } - 2568 = { - party_loyalty = { - ideology = liberal - loyalty_value = -2 - } - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - } - 611 = { - party_loyalty = { - ideology = liberal - loyalty_value = -15 - } - party_loyalty = { - ideology = conservative - loyalty_value = -20 - } - } - } - } + option = { + name = "EVT6016814OPTA" + #USA + USA = { + 210 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 232 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -13 + } + } + 213 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -13 + } + } + 220 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -13 + } + } + 221 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -13 + } + } + 139 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 169 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 170 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 171 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 172 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 173 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 178 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 179 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 180 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 181 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 182 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -7 + } + } + 184 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 185 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 186 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 189 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 190 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 191 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 195 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 198 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 204 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 206 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = reactionary + loyalty_value = -5 + } + } + 209 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 212 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 217 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 219 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 222 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 231 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 236 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 237 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 244 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 245 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 246 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 2555 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 2556 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 183 = { + party_loyalty = { + ideology = liberal + loyalty_value = -17 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 239 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + } + 147 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 148 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 149 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 150 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 165 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 166 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 167 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 168 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 174 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 175 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 176 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 187 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 188 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 192 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 194 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 196 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 197 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 200 = { + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 205 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = reactionary + loyalty_value = -5 + } + } + 207 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 208 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + } + 229 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 230 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 243 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 233 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 234 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 235 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 238 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 240 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 241 = { + party_loyalty = { + ideology = liberal + loyalty_value = -45 + } + party_loyalty = { + ideology = conservative + loyalty_value = -7 + } + } + 242 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 247 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 248 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 249 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 140 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 141 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 142 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 143 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 144 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 145 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 146 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 163 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 177 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 199 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 201 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 211 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 214 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 215 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 216 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 218 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 223 = { + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 224 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 226 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 227 = { + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + } + 164 = { + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + 193 = { + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 225 = { + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 228 = { + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + } + 202 = { + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + } + 60 = { + party_loyalty = { + ideology = liberal + loyalty_value = -25 + } + party_loyalty = { + ideology = conservative + loyalty_value = -25 + } + } + 2146 = { + party_loyalty = { + ideology = liberal + loyalty_value = -40 + } + } + 2627 = { + party_loyalty = { + ideology = liberal + loyalty_value = -25 + } + party_loyalty = { + ideology = conservative + loyalty_value = -25 + } + } + } + + #UK + ENG = { + 266 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 267 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 272 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 273 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 274 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 276 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 278 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 285 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 291 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 293 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 294 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + party_loyalty = { + ideology = reactionary + loyalty_value = -5 + } + } + 295 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 296 = { + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + party_loyalty = { + ideology = liberal + loyalty_value = -17 + } + } + 297 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 270 = { + party_loyalty = { + ideology = conservative + loyalty_value = -2 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 1724 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 275 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + 298 = { + party_loyalty = { + ideology = conservative + loyalty_value = -12 + } + party_loyalty = { + ideology = liberal + loyalty_value = -17 + } + } + 303 = { + party_loyalty = { + ideology = conservative + loyalty_value = -17 + } + party_loyalty = { + ideology = liberal + loyalty_value = -12 + } + } + 254 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 255 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 256 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 257 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 258 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 259 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 260 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 261 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 262 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 263 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 264 = { + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 265 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 268 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 269 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 271 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 277 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 279 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + 280 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 281 = { + party_loyalty = { + ideology = conservative + loyalty_value = -10 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 282 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 283 = { + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 288 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + 289 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + 290 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 299 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 300 = { + party_loyalty = { + ideology = conservative + loyalty_value = -5 + } + party_loyalty = { + ideology = liberal + loyalty_value = -20 + } + } + 301 = { + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 284 = { + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + } + 286 = { + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + } + 287 = { + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 292 = { + party_loyalty = { + ideology = conservative + loyalty_value = -15 + } + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + } + 302 = { + party_loyalty = { + ideology = conservative + loyalty_value = -6 + } + party_loyalty = { + ideology = liberal + loyalty_value = -10 + } + } + } + #Portugal + POR = { + 521 = { + party_loyalty = { + ideology = liberal + loyalty_value = -25 + } + } + } + #Uruguay + URU = { + 2344 = { + party_loyalty = { + ideology = liberal + loyalty_value = -30 + } + } + 2345 = { + party_loyalty = { + ideology = conservative + loyalty_value = -25 + } + } + 2347 = { + party_loyalty = { + ideology = conservative + loyalty_value = -25 + } + } + 2346 = { + party_loyalty = { + ideology = conservative + loyalty_value = -25 + } + } + } + #Switzerland + SWI = { + 603 = { + party_loyalty = { + ideology = liberal + loyalty_value = -30 + } + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + 604 = { + party_loyalty = { + ideology = liberal + loyalty_value = -25 + } + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + 605 = { + party_loyalty = { + ideology = liberal + loyalty_value = -30 + } + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + 607 = { + party_loyalty = { + ideology = liberal + loyalty_value = -25 + } + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + 608 = { + party_loyalty = { + ideology = liberal + loyalty_value = -30 + } + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + 609 = { + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + } + 606 = { + party_loyalty = { + ideology = liberal + loyalty_value = -5 + } + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + } + 2568 = { + party_loyalty = { + ideology = liberal + loyalty_value = -2 + } + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + } + 611 = { + party_loyalty = { + ideology = liberal + loyalty_value = -15 + } + party_loyalty = { + ideology = conservative + loyalty_value = -20 + } + } + } + } } # #Non-core to state flip # country_event = { - # id = 6016815 - # title = "EVTNAME6016813" - # desc = "EVTDESC6016813" - - # is_triggered_only = yes - - # option = { - # name = "EVT6016813OPTA" - # civilized = no - # neutrality = yes - # annex_to = FROM - # } + # id = 6016815 + # title = "EVTNAME6016813" + # desc = "EVTDESC6016813" + + # is_triggered_only = yes + + # option = { + # name = "EVT6016813OPTA" + # civilized = no + # neutrality = yes + # annex_to = FROM + # } # } #The Long War country_event = { - id = 6016816 - title = "EVTNAME6016816" - desc = "EVTDESC6016816" - picture = "spanish_moroccan_war" - - trigger = { - ai = no - exists = yes - war = yes - NOT = { has_country_flag = in_great_war } - war_countries = { - #NOT = { any_greater_power = { alliance_with = THIS } - war_exhaustion = 75 - is_vassal = no - OR = { - AND = { - ai = yes - NOT = { has_country_flag = in_great_war } - lost_national = 0.75 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1825 #5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - AND = { - ai = yes - NOT = { has_country_flag = in_great_war } - lost_national = 0.85 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1643 #4.5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2920 #8 years - } - } - } - AND = { - ai = yes - NOT = { has_country_flag = in_great_war } - lost_national = 0.9 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2190 #6 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 1 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 730 #2 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - } - } - AND = { - has_country_flag = in_great_war - national_provinces_occupied = 0.9 - capital_scope = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.4 - war_exhaustion = 25 - } - modifier = { - factor = 1.4 - war_exhaustion = 50 - } - modifier = { - factor = 1.4 - war_exhaustion = 75 - } - - modifier = { - factor = 10 - war_countries = { ai = no } - } - - modifier = { - factor = 0.8 - war_countries = { - war_exhaustion = 90 - is_vassal = no - OR = { - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.75 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1825 #5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.85 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1643 #4.5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2920 #8 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.9 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2190 #6 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 1 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 730 #2 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - } - } - AND = { - has_country_flag = in_great_war - national_provinces_occupied = 0.9 - capital_scope = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - } - } - - modifier = { - factor = 0.8 - war_countries = { - NOT = { military_score = 10 } - is_vassal = no - OR = { - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.75 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1825 #5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.85 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1643 #4.5 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2920 #8 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 0.9 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 2190 #6 years - } - } - } - AND = { - NOT = { has_country_flag = in_great_war } - lost_national = 1 - OR = { - capital_scope = { - controlled_by = THIS - province_control_days = 730 #2 years - } - any_owned_province = { - controlled_by = THIS - province_control_days = 1460 #4 years - } - } - } - AND = { - has_country_flag = in_great_war - national_provinces_occupied = 0.8 - capital_scope = { - controlled_by = THIS - province_control_days = 3650 #10 years - } - } - } - } - } - } - - option = { - name = "EVT6016816OPTA" - add_country_modifier = { name = the_long_war duration = 1095 } - move_issue_percentage = { - from = anti_military - to = pacifism - value = 0.25 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.25 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.25 - } - } + id = 6016816 + title = "EVTNAME6016816" + desc = "EVTDESC6016816" + picture = "spanish_moroccan_war" + + trigger = { + ai = no + exists = yes + war = yes + NOT = { has_country_flag = in_great_war } + war_countries = { + #NOT = { any_greater_power = { alliance_with = THIS } + war_exhaustion = 75 + is_vassal = no + OR = { + AND = { + ai = yes + NOT = { has_country_flag = in_great_war } + lost_national = 0.75 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1825 #5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + AND = { + ai = yes + NOT = { has_country_flag = in_great_war } + lost_national = 0.85 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1643 #4.5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2920 #8 years + } + } + } + AND = { + ai = yes + NOT = { has_country_flag = in_great_war } + lost_national = 0.9 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2190 #6 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 1 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 730 #2 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + } + } + AND = { + has_country_flag = in_great_war + national_provinces_occupied = 0.9 + capital_scope = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.4 + war_exhaustion = 25 + } + modifier = { + factor = 1.4 + war_exhaustion = 50 + } + modifier = { + factor = 1.4 + war_exhaustion = 75 + } + + modifier = { + factor = 10 + war_countries = { ai = no } + } + + modifier = { + factor = 0.8 + war_countries = { + war_exhaustion = 90 + is_vassal = no + OR = { + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.75 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1825 #5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.85 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1643 #4.5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2920 #8 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.9 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2190 #6 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 1 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 730 #2 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + } + } + AND = { + has_country_flag = in_great_war + national_provinces_occupied = 0.9 + capital_scope = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + } + } + + modifier = { + factor = 0.8 + war_countries = { + NOT = { military_score = 10 } + is_vassal = no + OR = { + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.75 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1825 #5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.85 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1643 #4.5 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2920 #8 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 0.9 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 2190 #6 years + } + } + } + AND = { + NOT = { has_country_flag = in_great_war } + lost_national = 1 + OR = { + capital_scope = { + controlled_by = THIS + province_control_days = 730 #2 years + } + any_owned_province = { + controlled_by = THIS + province_control_days = 1460 #4 years + } + } + } + AND = { + has_country_flag = in_great_war + national_provinces_occupied = 0.8 + capital_scope = { + controlled_by = THIS + province_control_days = 3650 #10 years + } + } + } + } + } + } + + option = { + name = "EVT6016816OPTA" + add_country_modifier = { name = the_long_war duration = 1095 } + move_issue_percentage = { + from = anti_military + to = pacifism + value = 0.25 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.25 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.25 + } + } } #Imperialism CB - country_event = { - id = 6016817 - title = "EVTNAME6016817" - desc = "EVTDESC6016817" - picture = "spanish_moroccan_war" - - is_triggered_only = yes - - option = { - name = "EVT6016817OPTA" - } + country_event = { + id = 6016817 + title = "EVTNAME6016817" + desc = "EVTDESC6016817" + picture = "spanish_moroccan_war" + + is_triggered_only = yes + + option = { + name = "EVT6016817OPTA" + } } #Constitutional Crisis - Party Changed after elections country_event = { - id = 6016818 - title = "EVTNAME6016818" - desc = "EVTDESC6016818" - picture = "chartist_rally" + id = 6016818 + title = "EVTNAME6016818" + desc = "EVTDESC6016818" + picture = "chartist_rally" - trigger = { - ai = no - OR = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - AND = { - has_country_flag = conservative_party_in_power - NOT = { ruling_party_ideology = conservative } - } - AND = { - has_country_flag = liberal_party_in_power - NOT = { ruling_party_ideology = liberal } - } - AND = { - has_country_flag = reactionary_party_in_power - NOT = { ruling_party_ideology = reactionary } - } - AND = { - has_country_flag = socialist_party_in_power - NOT = { ruling_party_ideology = socialist } - } - AND = { - has_country_flag = communist_party_in_power - NOT = { ruling_party_ideology = communist } - } - AND = { - has_country_flag = fascist_party_in_power - NOT = { ruling_party_ideology = fascist } - } - AND = { - has_country_flag = anarcho_liberal_party_in_power - NOT = { ruling_party_ideology = anarcho_liberal } - } - } - } - - mean_time_to_happen = { months = 3 } - - option = { - name = "EVT6016818OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - add_country_modifier = { name = constitutional_crisis duration = 365 } - #Primary Culture Only Angry - random_owned = { - limit = { - owner = { - government = prussian_constitutionalism - citizens_rights = primary_culture_only - } - } - owner = { - prestige = -4 - plurality = -4 - any_pop = { - limit = { is_primary_culture = yes } - militancy = 2 - consciousness = 3 - } - any_pop = { - limit = { NOT = { is_primary_culture = yes } } - militancy = 1 - consciousness = 4 - } - } - } - random_owned = { - limit = { - owner = { - government = hms_government - citizens_rights = primary_culture_only - } - } - owner = { - prestige = -8 - plurality = -8 - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - consciousness = 4 - } - any_pop = { - limit = { NOT = { is_primary_culture = yes } } - militancy = 2 - consciousness = 8 - } - } - } - #Accepted and Primary Angry - random_owned = { - limit = { - owner = { - government = prussian_constitutionalism - citizens_rights = culture_voting_only - } - } - owner = { - prestige = -4 - plurality = -4 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 2 - consciousness = 3 - } - any_pop = { - limit = { - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 1 - consciousness = 4 - } - } - } - random_owned = { - limit = { - owner = { - government = hms_government - citizens_rights = culture_voting_only - } - } - owner = { - prestige = -8 - plurality = -8 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 3 - consciousness = 4 - } - any_pop = { - limit = { - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 2 - consciousness = 8 - } - } - } - - - #Everyone Angry - random_owned = { - limit = { - owner = { - government = prussian_constitutionalism - citizens_rights = all_voting_pops - } - } - owner = { - prestige = -4 - plurality = -4 - any_pop = { - militancy = 2 - consciousness = 3 - } - } - } - random_owned = { - limit = { - owner = { - government = hms_government - citizens_rights = all_voting_pops - } - } - owner = { - prestige = -8 - plurality = -8 - any_pop = { - militancy = 3 - consciousness = 4 - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = conservative } } - owner = { - set_country_flag = conservative_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = conservative - factor = -4 - } - scaled_consciousness = { - ideology = conservative - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = liberal } } - owner = { - set_country_flag = liberal_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_consciousness = { - ideology = liberal - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = reactionary } } - owner = { - set_country_flag = reactionary_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = reactionary - factor = -4 - } - scaled_consciousness = { - ideology = reactionary - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = socialist } } - owner = { - set_country_flag = socialist_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = socialist - factor = -4 - } - scaled_consciousness = { - ideology = socialist - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = communist } } - owner = { - set_country_flag = communist_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = communist - factor = -4 - } - scaled_consciousness = { - ideology = communist - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = fascist } } - owner = { - set_country_flag = fascist_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = fascist - factor = -4 - } - scaled_consciousness = { - ideology = fascist - factor = -5 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = anarcho_liberal } } - owner = { - set_country_flag = anarcho_liberal_party_in_power - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_consciousness = { - ideology = anarcho_liberal - factor = -5 - } - } - } - } - } + trigger = { + ai = no + OR = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + AND = { + has_country_flag = conservative_party_in_power + NOT = { ruling_party_ideology = conservative } + } + AND = { + has_country_flag = liberal_party_in_power + NOT = { ruling_party_ideology = liberal } + } + AND = { + has_country_flag = reactionary_party_in_power + NOT = { ruling_party_ideology = reactionary } + } + AND = { + has_country_flag = socialist_party_in_power + NOT = { ruling_party_ideology = socialist } + } + AND = { + has_country_flag = communist_party_in_power + NOT = { ruling_party_ideology = communist } + } + AND = { + has_country_flag = fascist_party_in_power + NOT = { ruling_party_ideology = fascist } + } + AND = { + has_country_flag = anarcho_liberal_party_in_power + NOT = { ruling_party_ideology = anarcho_liberal } + } + } + } + + mean_time_to_happen = { months = 3 } + + option = { + name = "EVT6016818OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + add_country_modifier = { name = constitutional_crisis duration = 365 } + #Primary Culture Only Angry + random_owned = { + limit = { + owner = { + government = prussian_constitutionalism + citizens_rights = primary_culture_only + } + } + owner = { + prestige = -4 + plurality = -4 + any_pop = { + limit = { is_primary_culture = yes } + militancy = 2 + consciousness = 3 + } + any_pop = { + limit = { NOT = { is_primary_culture = yes } } + militancy = 1 + consciousness = 4 + } + } + } + random_owned = { + limit = { + owner = { + government = hms_government + citizens_rights = primary_culture_only + } + } + owner = { + prestige = -8 + plurality = -8 + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + consciousness = 4 + } + any_pop = { + limit = { NOT = { is_primary_culture = yes } } + militancy = 2 + consciousness = 8 + } + } + } + #Accepted and Primary Angry + random_owned = { + limit = { + owner = { + government = prussian_constitutionalism + citizens_rights = culture_voting_only + } + } + owner = { + prestige = -4 + plurality = -4 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 2 + consciousness = 3 + } + any_pop = { + limit = { + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 1 + consciousness = 4 + } + } + } + random_owned = { + limit = { + owner = { + government = hms_government + citizens_rights = culture_voting_only + } + } + owner = { + prestige = -8 + plurality = -8 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 3 + consciousness = 4 + } + any_pop = { + limit = { + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 2 + consciousness = 8 + } + } + } + + + #Everyone Angry + random_owned = { + limit = { + owner = { + government = prussian_constitutionalism + citizens_rights = all_voting_pops + } + } + owner = { + prestige = -4 + plurality = -4 + any_pop = { + militancy = 2 + consciousness = 3 + } + } + } + random_owned = { + limit = { + owner = { + government = hms_government + citizens_rights = all_voting_pops + } + } + owner = { + prestige = -8 + plurality = -8 + any_pop = { + militancy = 3 + consciousness = 4 + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = conservative } } + owner = { + set_country_flag = conservative_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = conservative + factor = -4 + } + scaled_consciousness = { + ideology = conservative + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = liberal } } + owner = { + set_country_flag = liberal_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_consciousness = { + ideology = liberal + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = reactionary } } + owner = { + set_country_flag = reactionary_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = reactionary + factor = -4 + } + scaled_consciousness = { + ideology = reactionary + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = socialist } } + owner = { + set_country_flag = socialist_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = socialist + factor = -4 + } + scaled_consciousness = { + ideology = socialist + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = communist } } + owner = { + set_country_flag = communist_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = communist + factor = -4 + } + scaled_consciousness = { + ideology = communist + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = fascist } } + owner = { + set_country_flag = fascist_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = fascist + factor = -4 + } + scaled_consciousness = { + ideology = fascist + factor = -5 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = anarcho_liberal } } + owner = { + set_country_flag = anarcho_liberal_party_in_power + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_consciousness = { + ideology = anarcho_liberal + factor = -5 + } + } + } + } + } } #Ghost Units Cleanup 2/2 country_event = { - id = 6016819 - title = "EVTNAME6016819" - desc = "EVTDESC6016819" + id = 6016819 + title = "EVTNAME6016819" + desc = "EVTDESC6016819" - is_triggered_only = yes + is_triggered_only = yes - immediate = { - political_reform = no_slavery - political_reform = debtors_prisons - FROM = { - random_owned = { - secede_province = THIS - } - } - } + immediate = { + political_reform = no_slavery + political_reform = debtors_prisons + FROM = { + random_owned = { + secede_province = THIS + } + } + } - option = { - name = "EVT6016819OPTA" - set_country_flag = ghost_country - add_country_modifier = { name = neutrality_modifier duration = -1 } - political_reform = closed_borders - treasury = 1000 - neutrality = yes - any_country = { - limit = { war_with = THIS } - end_war = THIS - } - random_owned = { - limit = { owner = { civilized = no } } - owner = { - civilized = yes - set_country_flag = uncivilized_on_absorb - } - } - } + option = { + name = "EVT6016819OPTA" + set_country_flag = ghost_country + add_country_modifier = { name = neutrality_modifier duration = -1 } + political_reform = closed_borders + treasury = 1000 + neutrality = yes + any_country = { + limit = { war_with = THIS } + end_war = THIS + } + random_owned = { + limit = { owner = { civilized = no } } + owner = { + civilized = yes + set_country_flag = uncivilized_on_absorb + } + } + } } #Ghost Units Cleanup 1/2 country_event = { - id = 6016821 - title = "EVTNAME6016819" - desc = "EVTDESC6016819" + id = 6016821 + title = "EVTNAME6016819" + desc = "EVTDESC6016819" + + is_triggered_only = yes - is_triggered_only = yes - - immediate = { - FROM = { - any_owned = { - limit = { - OR = { - province_id = 3319 - province_id = 3320 - province_id = 3321 - province_id = 3322 - } - } - secede_province = TMT - } - } - } + immediate = { + FROM = { + any_owned = { + limit = { + OR = { + province_id = 3319 + province_id = 3320 + province_id = 3321 + province_id = 3322 + } + } + secede_province = TMT + } + } + } - option = { - name = "EVT6016819OPTA" - add_country_modifier = { name = neutrality_modifier duration = -1 } - political_reform = closed_borders - treasury = 1000 - neutrality = yes - any_country = { - limit = { war_with = THIS } - end_war = THIS - } - any_country = { - limit = { - exists = no - is_greater_power = no - has_country_flag = existing_country - capital_scope = { NOT = { province_control_days = 120 } } - OR = { - is_mobilised = yes - total_amount_of_ships = 1 - } - } - country_event = 6016819 - } - } + option = { + name = "EVT6016819OPTA" + add_country_modifier = { name = neutrality_modifier duration = -1 } + political_reform = closed_borders + treasury = 1000 + neutrality = yes + any_country = { + limit = { war_with = THIS } + end_war = THIS + } + any_country = { + limit = { + exists = no + is_greater_power = no + has_country_flag = existing_country + capital_scope = { NOT = { province_control_days = 120 } } + OR = { + is_mobilised = yes + total_amount_of_ships = 1 + } + } + country_event = 6016819 + } + } } #Vassal Transfer During Unification - Overlord Gets Informed country_event = { - id = 6016822 - title = "EVTNAME6016822" - desc = "EVTDESC6016822" - picture = "danishgovernment" + id = 6016822 + title = "EVTNAME6016822" + desc = "EVTDESC6016822" + picture = "danishgovernment" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT6016822OPTA" - any_country = { - limit = { - exists = yes - vassal_of = FROM - } - country_event = 6016824 - } - inherit = FROM - } + option = { + name = "EVT6016822OPTA" + any_country = { + limit = { + exists = yes + vassal_of = FROM + } + country_event = 6016824 + } + inherit = FROM + } } #Vassal Stolen CB - Vassal gets transferred to the new overlord - 2/2 country_event = { - id = 6016823 - title = "EVTNAME6016823" - desc = "EVTDESC6016823" - picture = "danishgovernment" + id = 6016823 + title = "EVTNAME6016823" + desc = "EVTDESC6016823" + picture = "danishgovernment" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT6016823OPTA" - FROM = { create_vassal = THIS } - } + option = { + name = "EVT6016823OPTA" + FROM = { create_vassal = THIS } + } } #Vassal Stolen CB - Guarantee there's vassal transfer without any funny behaviour - 1/2 country_event = { - id = 6016824 - title = "EVTNAME6016824" - desc = "EVTDESC6016824" - picture = "danishgovernment" + id = 6016824 + title = "EVTNAME6016824" + desc = "EVTDESC6016824" + picture = "danishgovernment" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT6016824OPTA" - FROM = { - any_owned = { - limit = { is_core = THIS } - remove_core = THIS - add_province_modifier = { name = core_when_done duration = 30 } - } - any_pop = { - limit = { - is_primary_culture = no - NOT = { - is_accepted_culture = yes - is_primary_culture = THIS - } - } - militancy = 1 - consciousness = 3 - } - country_event = 6016823 - } - } + option = { + name = "EVT6016824OPTA" + FROM = { + any_owned = { + limit = { is_core = THIS } + remove_core = THIS + add_province_modifier = { name = core_when_done duration = 30 } + } + any_pop = { + limit = { + is_primary_culture = no + NOT = { + is_accepted_culture = yes + is_primary_culture = THIS + } + } + militancy = 1 + consciousness = 3 + } + country_event = 6016823 + } + } } #Serf Cleanup country_event = { - id = 6016825 - title = "EVTNAME6016825" - desc = "EVTDESC6016825" - picture = "danishgovernment" + id = 6016825 + title = "EVTNAME6016825" + desc = "EVTDESC6016825" + picture = "danishgovernment" + + is_triggered_only = yes + + trigger = { + ai = yes + exists = yes + war = no + NOT = { has_country_modifier = law_changed_by_force } + OR = { + AND = { + NOT = { debt_law = serfdom } + any_owned_province = { has_pop_type = serfs } + } + any_neighbor_country = { + ai = no + exists = yes + NOT = { debt_law = serfdom } + any_owned_province = { has_pop_type = serfs } + } + any_greater_power = { + ai = no + NOT = { debt_law = serfdom } + any_owned_province = { has_pop_type = serfs } + } + } + } - is_triggered_only = yes - - trigger = { - ai = yes - exists = yes - war = no - NOT = { has_country_modifier = law_changed_by_force } - OR = { - AND = { - NOT = { debt_law = serfdom } - any_owned_province = { has_pop_type = serfs } - } - any_neighbor_country = { - ai = no - exists = yes - NOT = { debt_law = serfdom } - any_owned_province = { has_pop_type = serfs } - } - any_greater_power = { - ai = no - NOT = { debt_law = serfdom } - any_owned_province = { has_pop_type = serfs } - } - } - } - - allow_multiple_instances = no + allow_multiple_instances = no - option = { - name = "EVT6016823OPTA" - add_country_modifier = { name = law_changed_by_force duration = 365 } - random_owned = { - limit = { - owner = { - any_owned_province = { has_pop_type = serfs } - NOT = { debt_law = serfdom } - } - } - owner = { - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = labourers - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = farmers - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } - } - any_country = { - limit = { - exists = yes - any_owned_province = { has_pop_type = serfs } - NOT = { debt_law = serfdom } - } - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = labourers - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = serfs - has_pop_type = farmers - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } - } + option = { + name = "EVT6016823OPTA" + add_country_modifier = { name = law_changed_by_force duration = 365 } + random_owned = { + limit = { + owner = { + any_owned_province = { has_pop_type = serfs } + NOT = { debt_law = serfdom } + } + } + owner = { + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = labourers + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = farmers + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } + } + any_country = { + limit = { + exists = yes + any_owned_province = { has_pop_type = serfs } + NOT = { debt_law = serfdom } + } + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = labourers + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = serfs + has_pop_type = farmers + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } + } } diff --git a/HPM/events/Colonial Spain.txt b/HPM/events/Colonial Spain.txt index 5b5c0c3b..e2797e19 100644 --- a/HPM/events/Colonial Spain.txt +++ b/HPM/events/Colonial Spain.txt @@ -1,1422 +1,1421 @@ ######################################################### -# # -# Events for Cuba, Phillipines & Puerto Rico # -# # +# # +# Events for Cuba, Phillipines & Puerto Rico # +# # ######################################################### country_event = { - id = 98100 - title = "EVTNAME98100" #The Ladder Conspiracy - desc = "EVTDESC98100" - picture = "slaves" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1843 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - 2209 = { - owned_by = THIS - state_scope = { is_slave = yes } - } - NOT = { year = 1848 } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT98100OPTA" - 2209 = { - state_scope = { is_slave = no } - } - SPA_2209 = { - any_pop = { - limit = { is_primary_culture = no } - militancy = -3 - } - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - factor = 4 - ideology = reactionary - } - scaled_militancy = { - factor = 2 - ideology = conservative - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - } - } - - option = { - name = "EVT98100OPTB" - SPA_2209 = { - poor_strata = { - consciousness = 2 - dominant_issue = { - value = freedom_of_womb - factor = 0.2 - } - } - poor_strata = { - limit = { has_pop_culture = caribeno } - militancy = 3 - } - poor_strata = { - limit = { has_pop_culture = afro_caribeno } - militancy = 6 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - } - } + id = 98100 + title = "EVTNAME98100" #The Ladder Conspiracy + desc = "EVTDESC98100" + picture = "slaves" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1843 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + 2209 = { + owned_by = THIS + state_scope = { is_slave = yes } + } + NOT = { year = 1848 } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT98100OPTA" + 2209 = { + state_scope = { is_slave = no } + } + SPA_2209 = { + any_pop = { + limit = { is_primary_culture = no } + militancy = -3 + } + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + factor = 4 + ideology = reactionary + } + scaled_militancy = { + factor = 2 + ideology = conservative + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + } + } + + option = { + name = "EVT98100OPTB" + SPA_2209 = { + poor_strata = { + consciousness = 2 + dominant_issue = { + value = freedom_of_womb + factor = 0.2 + } + } + poor_strata = { + limit = { has_pop_culture = caribeno } + militancy = 3 + } + poor_strata = { + limit = { has_pop_culture = afro_caribeno } + militancy = 6 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + } + } } country_event = { - id = 98105 - title = "EVTNAME98105" #the Cry of Yara - desc = "EVTDESC98105" - picture = "Cubanrebels" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1866 - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - 2209 = { - owned_by = THIS - state_scope = { is_slave = yes } - } - NOT = { year = 1876 } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 24 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.8 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - SPA_2209 = { - NOT = { average_consciousness = 5 } - } - } - modifier = { - factor = 0.8 - SPA_2209 = { average_consciousness = 7 } - } - modifier = { - factor = 1.5 - SPA_2209 = { - NOT = { average_militancy = 1 } - } - } - modifier = { - factor = 0.8 - SPA_2209 = { average_militancy = 2 } - } - } - - option = { - name = "EVT98105OPTA" - SPA_2209 = { - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = caribeno } - consciousness = 5 - militancy = 7 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - } - } - - option = { - name = "EVT98105OPTB" - prestige = -20 - badboy = -5 - release_vassal = CUB - relation = { - who = CUB - value = 50 - } - CUB = { - any_pop = { militancy = -4 } - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = CUB - value = 200 - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - } - } + id = 98105 + title = "EVTNAME98105" #the Cry of Yara + desc = "EVTDESC98105" + picture = "Cubanrebels" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1866 + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + 2209 = { + owned_by = THIS + state_scope = { is_slave = yes } + } + NOT = { year = 1876 } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 24 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.8 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + SPA_2209 = { + NOT = { average_consciousness = 5 } + } + } + modifier = { + factor = 0.8 + SPA_2209 = { average_consciousness = 7 } + } + modifier = { + factor = 1.5 + SPA_2209 = { + NOT = { average_militancy = 1 } + } + } + modifier = { + factor = 0.8 + SPA_2209 = { average_militancy = 2 } + } + } + + option = { + name = "EVT98105OPTA" + SPA_2209 = { + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = caribeno } + consciousness = 5 + militancy = 7 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + } + } + + option = { + name = "EVT98105OPTB" + prestige = -20 + badboy = -5 + release_vassal = CUB + relation = { + who = CUB + value = 50 + } + CUB = { + any_pop = { militancy = -4 } + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = CUB + value = 200 + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + } + } } country_event = { - - id = 90110 - title = "EVTNAME90110" #the Manifesto de Montecristi - desc = "EVTDESC90110" - picture = "colonial_uprising" - - trigger = { - year = 1890 - OR = { - AND = { - NOT = { exists = CUB } - owns = 2209 - } - AND = { - exists = CUB - CUB = { vassal_of = THIS } - } - } - any_owned_province = { - region = SPA_2209 - average_consciousness = 3 - } - NOT = { year = 1900 } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.5 - SPA_2209 = { is_slave = no } - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.8 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.8 - SPA_2209 = { average_consciousness = 5 } - } - modifier = { - factor = 0.8 - SPA_2209 = { average_consciousness = 7 } - } - modifier = { - factor = 0.8 - SPA_2209 = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - SPA_2209 = { average_militancy = 4 } - } - } - - option = { - name = "EVT90110OPTA" - any_owned = { - limit = { is_core = CUB } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - any_pop = { - limit = { - location = { is_core = CUB } - has_pop_culture = caribeno - } - consciousness = 2 - militancy = 5 - } - } + + id = 90110 + title = "EVTNAME90110" #the Manifesto de Montecristi + desc = "EVTDESC90110" + picture = "colonial_uprising" + + trigger = { + year = 1890 + OR = { + AND = { + NOT = { exists = CUB } + owns = 2209 + } + AND = { + exists = CUB + CUB = { vassal_of = THIS } + } + } + any_owned_province = { + region = SPA_2209 + average_consciousness = 3 + } + NOT = { year = 1900 } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.5 + SPA_2209 = { is_slave = no } + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.8 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.8 + SPA_2209 = { average_consciousness = 5 } + } + modifier = { + factor = 0.8 + SPA_2209 = { average_consciousness = 7 } + } + modifier = { + factor = 0.8 + SPA_2209 = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + SPA_2209 = { average_militancy = 4 } + } + } + + option = { + name = "EVT90110OPTA" + any_owned = { + limit = { is_core = CUB } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + any_pop = { + limit = { + location = { is_core = CUB } + has_pop_culture = caribeno + } + consciousness = 2 + militancy = 5 + } + } } country_event = { - id = 90115 - title = "EVTNAME90115" #The Maine Incident - desc = "EVTDESC90115" - news = yes - news_desc_long = "EVTDESC90115_NEWS_LONG" - news_desc_medium = "EVTDESC90115_NEWS_MEDIUM" - news_desc_short = "EVTDESC90115_NEWS_SHORT" - picture = "ship_attacked" - - trigger = { - tag = USA - OR = { - exists = SPA - exists = SPC - } - war = no - press_rights = free_press - is_greater_power = yes - year = 1895 - NOT = { - has_country_flag = maine_incident - alliance_with = SPA - truce_with = SPA - alliance_with = SPC - truce_with = SPC - year = 1905 - } - OR = { - 2209 = { owned_by = SPA } - AND = { - exists = CUB - CUB = { vassal_of = SPA } - } - 2209 = { owned_by = SPC } - AND = { - exists = CUB - CUB = { vassal_of = SPC } - } - } - OR = { - SPA = { - any_owned_province = { - is_core = CUB - OR = { - average_militancy = 6 - has_province_modifier = nationalist_agitation - controlled_by = REB - } - } - } - SPC = { - any_owned_province = { - is_core = CUB - OR = { - average_militancy = 6 - has_province_modifier = nationalist_agitation - controlled_by = REB - } - } - } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.25 - has_country_flag = ostend_manifesto_published - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 3 - war_policy = pacifism - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = SPA - value = 0 - } - } - } - modifier = { - factor = 0.8 - has_country_flag = sale_of_cuba_refused - } - modifier = { - factor = 1.5 - relation = { - who = SPA - value = 100 - } - } - modifier = { - factor = 2 - has_recently_lost_war = yes - } - } - - option = { - name = "EVT90115OPTA" - set_country_flag = maine_incident - set_global_flag = spanish_american_war - war_exhaustion = -2 - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - relation = { - who = THIS - value = -200 - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 36 - } - } - random_country = { - limit = { - tag = SPA - exists = yes - is_greater_power = no - } - THIS = { - diplomatic_influence = { - who = SPA - value = -200 - } - } - } - random_country = { - limit = { - tag = SPC - exists = yes - is_greater_power = no - } - THIS = { - diplomatic_influence = { - who = SPC - value = -200 - } - } - } - random_country = { - limit = { - tag = SPA - owns = 2209 - } - THIS = { - war = { - target = SPA - attacker_goal = { - casus_belli = free_peoples - country = CUB - state_province_id = 2209 - } - call_ally = no - } - } - } - random_country = { - limit = { - tag = SPA - NOT = { owns = 2209 } - is_our_vassal = CUB - } - THIS = { - war = { - target = SPA - attacker_goal = { - casus_belli = release_puppet - country = CUB - } - call_ally = no - } - } - } - random_country = { - limit = { - tag = SPC - owns = 2209 - } - THIS = { - war = { - target = SPC - attacker_goal = { - casus_belli = free_peoples - country = CUB - state_province_id = 2209 - } - call_ally = no - } - } - } - random_country = { - limit = { - tag = SPC - NOT = { owns = 2209 } - is_our_vassal = CUB - } - THIS = { - war = { - target = SPC - attacker_goal = { - casus_belli = release_puppet - country = CUB - } - call_ally = no - } - } - } - - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - } - } - - option = { - name = "EVT90115OPTB" - set_country_flag = maine_incident - prestige = -20 - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - scaled_militancy = { - factor = 4 - issue = jingoism - } - } - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - relation = { - who = THIS - value = -50 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 2 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - war_exhaustion = 4 - } - modifier = { - factor = 1.5 - war_exhaustion = 6 - } - } - } + id = 90115 + title = "EVTNAME90115" #The Maine Incident + desc = "EVTDESC90115" + news = yes + news_desc_long = "EVTDESC90115_NEWS_LONG" + news_desc_medium = "EVTDESC90115_NEWS_MEDIUM" + news_desc_short = "EVTDESC90115_NEWS_SHORT" + picture = "ship_attacked" + + trigger = { + tag = USA + OR = { + exists = SPA + exists = SPC + } + war = no + press_rights = free_press + is_greater_power = yes + year = 1895 + NOT = { + has_country_flag = maine_incident + alliance_with = SPA + truce_with = SPA + alliance_with = SPC + truce_with = SPC + year = 1905 + } + OR = { + 2209 = { owned_by = SPA } + AND = { + exists = CUB + CUB = { vassal_of = SPA } + } + 2209 = { owned_by = SPC } + AND = { + exists = CUB + CUB = { vassal_of = SPC } + } + } + OR = { + SPA = { + any_owned_province = { + is_core = CUB + OR = { + average_militancy = 6 + has_province_modifier = nationalist_agitation + controlled_by = REB + } + } + } + SPC = { + any_owned_province = { + is_core = CUB + OR = { + average_militancy = 6 + has_province_modifier = nationalist_agitation + controlled_by = REB + } + } + } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.25 + has_country_flag = ostend_manifesto_published + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 3 + war_policy = pacifism + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = SPA + value = 0 + } + } + } + modifier = { + factor = 0.8 + has_country_flag = sale_of_cuba_refused + } + modifier = { + factor = 1.5 + relation = { + who = SPA + value = 100 + } + } + modifier = { + factor = 2 + has_recently_lost_war = yes + } + } + + option = { + name = "EVT90115OPTA" + set_country_flag = maine_incident + set_global_flag = spanish_american_war + war_exhaustion = -2 + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + relation = { + who = THIS + value = -200 + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 36 + } + } + random_country = { + limit = { + tag = SPA + exists = yes + is_greater_power = no + } + THIS = { + diplomatic_influence = { + who = SPA + value = -200 + } + } + } + random_country = { + limit = { + tag = SPC + exists = yes + is_greater_power = no + } + THIS = { + diplomatic_influence = { + who = SPC + value = -200 + } + } + } + random_country = { + limit = { + tag = SPA + owns = 2209 + } + THIS = { + war = { + target = SPA + attacker_goal = { + casus_belli = free_peoples + country = CUB + state_province_id = 2209 + } + call_ally = no + } + } + } + random_country = { + limit = { + tag = SPA + NOT = { owns = 2209 } + is_our_vassal = CUB + } + THIS = { + war = { + target = SPA + attacker_goal = { + casus_belli = release_puppet + country = CUB + } + call_ally = no + } + } + } + random_country = { + limit = { + tag = SPC + owns = 2209 + } + THIS = { + war = { + target = SPC + attacker_goal = { + casus_belli = free_peoples + country = CUB + state_province_id = 2209 + } + call_ally = no + } + } + } + random_country = { + limit = { + tag = SPC + NOT = { owns = 2209 } + is_our_vassal = CUB + } + THIS = { + war = { + target = SPC + attacker_goal = { + casus_belli = release_puppet + country = CUB + } + call_ally = no + } + } + } + + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + } + } + + option = { + name = "EVT90115OPTB" + set_country_flag = maine_incident + prestige = -20 + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + scaled_militancy = { + factor = 4 + issue = jingoism + } + } + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + relation = { + who = THIS + value = -50 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 2 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + war_exhaustion = 4 + } + modifier = { + factor = 1.5 + war_exhaustion = 6 + } + } + } } country_event = { - id = 90120 - title = "EVTNAME90120" #The Propaganda Movement - desc = "EVTDESC90120" - picture = "finepeople" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - any_owned_province = { is_core = PHL } - nationalism_n_imperialism = 1 - year = 1870 - NOT = { year = 1880 } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - } - - option = { - name = "EVT90120OPTA" - set_country_flag = propaganda_society_allowed - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 2 - } - any_pop = { - limit = { - has_pop_culture = filipino - location = { is_core = PHL } - } - consciousness = 4 - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - } - } - } - - option = { - name = "EVT90120OPTB" - set_country_flag = propaganda_society_shut_down - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -2 - } - any_pop = { - limit = { - has_pop_culture = filipino - location = { is_core = PHL } - } - militancy = 4 - } - any_owned = { - limit = { is_core = PHL } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - } - } + id = 90120 + title = "EVTNAME90120" #The Propaganda Movement + desc = "EVTDESC90120" + picture = "finepeople" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + any_owned_province = { is_core = PHL } + nationalism_n_imperialism = 1 + year = 1870 + NOT = { year = 1880 } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + } + + option = { + name = "EVT90120OPTA" + set_country_flag = propaganda_society_allowed + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 2 + } + any_pop = { + limit = { + has_pop_culture = filipino + location = { is_core = PHL } + } + consciousness = 4 + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + } + } + } + + option = { + name = "EVT90120OPTB" + set_country_flag = propaganda_society_shut_down + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -2 + } + any_pop = { + limit = { + has_pop_culture = filipino + location = { is_core = PHL } + } + militancy = 4 + } + any_owned = { + limit = { is_core = PHL } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + } + } } country_event = { - id = 90125 - title = "EVTNAME90125" #The Katipunan - desc = "EVTDESC90125" - picture = "Cubanrebels" - - trigger = { - year = 1880 - NOT = { - exists = PHL - has_country_flag = katipunan_formed - } - is_possible_vassal = PHL - revolution_n_counterrevolution = 1 - any_owned_province = { - is_core = PHL - average_consciousness = 5 - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = filipino - is_accepted_culture = yes - } - } - modifier = { - factor = 0.5 - has_country_flag = propaganda_society_shut_down - } - modifier = { - factor = 1.5 - has_country_flag = propaganda_society_allowed - } - modifier = { - factor = 2 - NOT = { invention = separatism } - } - modifier = { - factor = 0.8 - SPA_1455 = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - SPA_1455 = { average_militancy = 4 } - } - modifier = { - factor = 0.8 - SPA_1455 = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - NOT = { - SPA_1455 = { average_militancy = 2 } - } - } - } - - option = { - name = "EVT90125OPTA" - any_pop = { - limit = { - has_pop_culture = filipino - location = { is_core = PHL } - } - militancy = 3 - } - any_owned = { - limit = { is_core = PHL } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT90125OPTB" - badboy = -3 - prestige = -10 - release_vassal = PHL - PHL = { - any_pop = { militancy = -4 } - any_owned = { - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.02 - } - } - any_pop = { - limit = { - NOT = { has_pop_culture = filipino } - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - } - relation = { - who = PHL - value = 50 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = PHL - value = 200 - } - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - - option = { - name = "EVT90125OPTC" - badboy = -5 - prestige = -25 - release = PHL - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.05 - } - } - any_pop = { - limit = { - NOT = { has_pop_culture = filipino } - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - PHL = { - any_pop = { militancy = -8 } - } - relation = { - who = PHL - value = 50 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = PHL - value = 100 - } - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } -} + id = 90125 + title = "EVTNAME90125" #The Katipunan + desc = "EVTDESC90125" + picture = "Cubanrebels" + + trigger = { + year = 1880 + NOT = { + exists = PHL + has_country_flag = katipunan_formed + } + is_possible_vassal = PHL + revolution_n_counterrevolution = 1 + any_owned_province = { + is_core = PHL + average_consciousness = 5 + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = filipino + is_accepted_culture = yes + } + } + modifier = { + factor = 0.5 + has_country_flag = propaganda_society_shut_down + } + modifier = { + factor = 1.5 + has_country_flag = propaganda_society_allowed + } + modifier = { + factor = 2 + NOT = { invention = separatism } + } + modifier = { + factor = 0.8 + SPA_1455 = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + SPA_1455 = { average_militancy = 4 } + } + modifier = { + factor = 0.8 + SPA_1455 = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + NOT = { + SPA_1455 = { average_militancy = 2 } + } + } + } + + option = { + name = "EVT90125OPTA" + any_pop = { + limit = { + has_pop_culture = filipino + location = { is_core = PHL } + } + militancy = 3 + } + any_owned = { + limit = { is_core = PHL } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT90125OPTB" + badboy = -3 + prestige = -10 + release_vassal = PHL + PHL = { + any_pop = { militancy = -4 } + any_owned = { + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.02 + } + } + any_pop = { + limit = { + NOT = { has_pop_culture = filipino } + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + } + relation = { + who = PHL + value = 50 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = PHL + value = 200 + } + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + + option = { + name = "EVT90125OPTC" + badboy = -5 + prestige = -25 + release = PHL + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.05 + } + } + any_pop = { + limit = { + NOT = { has_pop_culture = filipino } + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + PHL = { + any_pop = { militancy = -8 } + } + relation = { + who = PHL + value = 50 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = PHL + value = 100 + } + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } +} country_event = { - - id = 90131 - title = "EVTNAME37704" #Is Cuba For Sale? - desc = "EVTDESC37704" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA37704" #No - FROM = { country_event = 90132 } - ai_chance = { - factor = 90 - modifier = { - factor = 0.25 - SPA = { - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - } - modifier = { - factor = 0.8 - SPA = { war = yes } - } - modifier = { - factor = 0.8 - SPA = { - is_secondary_power = no - is_greater_power = no - } - } - modifier = { - factor = 0.8 - relation = { who = FROM value = 100 } - } - modifier = { - factor = 0.8 - alliance_with = FROM - } - } - } - - option = { - name = "EVTOPTB37704" #Yes - FROM = { country_event = 90133 } - money = 1000000 - any_owned = { - limit = { is_core = CUB } - secede_province = FROM - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = FROM value = 50 } - } - } - modifier = { - factor = 0.25 - NOT = { - relation = { who = FROM value = -50 } - } - } - } - } + + id = 90131 + title = "EVTNAME37704" #Is Cuba For Sale? + desc = "EVTDESC37704" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA37704" #No + FROM = { country_event = 90132 } + ai_chance = { + factor = 90 + modifier = { + factor = 0.25 + SPA = { + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + } + modifier = { + factor = 0.8 + SPA = { war = yes } + } + modifier = { + factor = 0.8 + SPA = { + is_secondary_power = no + is_greater_power = no + } + } + modifier = { + factor = 0.8 + relation = { who = FROM value = 100 } + } + modifier = { + factor = 0.8 + alliance_with = FROM + } + } + } + + option = { + name = "EVTOPTB37704" #Yes + FROM = { country_event = 90133 } + money = 1000000 + any_owned = { + limit = { is_core = CUB } + secede_province = FROM + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = FROM value = 50 } + } + } + modifier = { + factor = 0.25 + NOT = { + relation = { who = FROM value = -50 } + } + } + } + } } country_event = { - - id = 90132 - title = "EVTNAME90132" #The Spanish Have Refused - desc = "EVTDESC90132" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT90132OPTA" - relation = { - who = FROM - value = -50 - } - random_owned = { - limit = { - owner = { has_country_flag = ostend_manifesto_published } - } - owner = { - random_country = { - limit = { - owns = 2209 - 2209 = { is_colonial = yes } - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 30 - } - } - random_country = { - limit = { - owns = 2209 - 2209 = { is_colonial = no } - } - add_casus_belli = { - target = THIS - type = acquire_state - months = 30 - } - } - } - } - } + + id = 90132 + title = "EVTNAME90132" #The Spanish Have Refused + desc = "EVTDESC90132" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT90132OPTA" + relation = { + who = FROM + value = -50 + } + random_owned = { + limit = { + owner = { has_country_flag = ostend_manifesto_published } + } + owner = { + random_country = { + limit = { + owns = 2209 + 2209 = { is_colonial = yes } + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 30 + } + } + random_country = { + limit = { + owns = 2209 + 2209 = { is_colonial = no } + } + add_casus_belli = { + target = THIS + type = acquire_state + months = 30 + } + } + } + } + } } country_event = { - id = 90133 - title = "EVTNAME90133" #Cuba is Ours - desc = "EVTDESC90133" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT90133OPTA" - prestige = 20 - money = -1000000 - random_owned = { - limit = { - province_id = 2209 - owner = { has_country_flag = ostend_manifesto_published } - } - state_scope = { is_slave = yes } - } - relation = { - who = FROM - value = 100 - } - - } + id = 90133 + title = "EVTNAME90133" #Cuba is Ours + desc = "EVTDESC90133" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT90133OPTA" + prestige = 20 + money = -1000000 + random_owned = { + limit = { + province_id = 2209 + owner = { has_country_flag = ostend_manifesto_published } + } + state_scope = { is_slave = yes } + } + relation = { + who = FROM + value = 100 + } + + } } country_event = { - id = 90135 - title = "EVTNAME90135" #The Grito de Lares - desc = "EVTDESC90135" - picture = "colonial_uprising" - - trigger = { - owns = 2222 - year = 1865 - 2222 = { - OR = { - NOT = { poor_strata_everyday_needs = 0.6 } - NOT = { poor_strata_life_needs = 0.9 } - } - } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT90135OPTA" - set_country_flag = grito_de_lares - 2222 = { - poor_strata = { - consciousness = 2 - militancy = 4 - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } + id = 90135 + title = "EVTNAME90135" #The Grito de Lares + desc = "EVTDESC90135" + picture = "colonial_uprising" + + trigger = { + owns = 2222 + year = 1865 + 2222 = { + OR = { + NOT = { poor_strata_everyday_needs = 0.6 } + NOT = { poor_strata_life_needs = 0.9 } + } + } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT90135OPTA" + set_country_flag = grito_de_lares + 2222 = { + poor_strata = { + consciousness = 2 + militancy = 4 + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } } country_event = { - id = 90140 - title = "EVTNAME90140" #The Intentona de Yauco - desc = "EVTDESC90140" - picture = "Cubanrebels" - - trigger = { - year = 1890 - NOT = { - exists = PRI - has_country_flag = intentona_de_yauco - } - owns = 2222 - revolution_n_counterrevolution = 1 - 2222 = { average_consciousness = 5 } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = caribeno - is_accepted_culture = yes - } - } - modifier = { - factor = 0.8 - has_country_flag = grito_de_lares - } - modifier = { - factor = 1.5 - 2222 = { - state_scope = { is_slave = no } - } - } - modifier = { - factor = 1.5 - NOT = { invention = separatism } - } - modifier = { - factor = 0.8 - 2222 = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - 2222 = { average_militancy = 4 } - } - modifier = { - factor = 0.8 - 2222 = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - NOT = { - 2222 = { average_militancy = 2 } - } - } - } - - option = { - name = "EVT90140OPTA" - 2222 = { - any_pop = { - limit = { has_pop_culture = caribeno} - militancy = 3 - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - - option = { - name = "EVT90140OPTB" - badboy = -2 - prestige = -5 - release_vassal = PRI - any_pop = { - limit = { - NOT = { has_pop_culture = caribeno } - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - } - relation = { - who = PRI - value = 50 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = PRI - value = 200 - } - } - } - PRI = { - any_pop = { militancy = -4 } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } + id = 90140 + title = "EVTNAME90140" #The Intentona de Yauco + desc = "EVTDESC90140" + picture = "Cubanrebels" + + trigger = { + year = 1890 + NOT = { + exists = PRI + has_country_flag = intentona_de_yauco + } + owns = 2222 + revolution_n_counterrevolution = 1 + 2222 = { average_consciousness = 5 } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = caribeno + is_accepted_culture = yes + } + } + modifier = { + factor = 0.8 + has_country_flag = grito_de_lares + } + modifier = { + factor = 1.5 + 2222 = { + state_scope = { is_slave = no } + } + } + modifier = { + factor = 1.5 + NOT = { invention = separatism } + } + modifier = { + factor = 0.8 + 2222 = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + 2222 = { average_militancy = 4 } + } + modifier = { + factor = 0.8 + 2222 = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + NOT = { + 2222 = { average_militancy = 2 } + } + } + } + + option = { + name = "EVT90140OPTA" + 2222 = { + any_pop = { + limit = { has_pop_culture = caribeno} + militancy = 3 + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + + option = { + name = "EVT90140OPTB" + badboy = -2 + prestige = -5 + release_vassal = PRI + any_pop = { + limit = { + NOT = { has_pop_culture = caribeno } + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + } + relation = { + who = PRI + value = 50 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = PRI + value = 200 + } + } + } + PRI = { + any_pop = { militancy = -4 } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } } #Equatorial Guinea Treaty country_event = { - id = 90141 - title = "EVTNAME90141" - desc = "EVTDESC90141" - picture = "danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVT90141OPTA" #agreed - 1973 = { secede_province = THIS life_rating = 30 any_pop = { literacy = -0.99 } } - badboy = -1 - relation = { who = FROM value = 75 } - any_owned = { limit = { province_id = 1973 } secede_province = FROM } - ai_chance = { factor = 70 } - } - - option = { - name = "EVT90141OPTB" #No deal - FROM = { set_country_flag = refused_treaty_on_bata } - 1973 = { life_rating = 5 } - relation = { who = FROM value = -100 } - add_casus_belli = { - target = FROM - type = place_in_the_sun - months = 60 - } - badboy = 2 - ai_chance = { - factor = 30 - modifier = { factor = 0 relation = { who = FROM value = 50 } } - modifier = { factor = 2 NOT = { relation = { who = FROM value = -50 } } } - } - } + id = 90141 + title = "EVTNAME90141" + desc = "EVTDESC90141" + picture = "danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVT90141OPTA" #agreed + 1973 = { secede_province = THIS life_rating = 30 any_pop = { literacy = -0.99 } } + badboy = -1 + relation = { who = FROM value = 75 } + any_owned = { limit = { province_id = 1973 } secede_province = FROM } + ai_chance = { factor = 70 } + } + + option = { + name = "EVT90141OPTB" #No deal + FROM = { set_country_flag = refused_treaty_on_bata } + 1973 = { life_rating = 5 } + relation = { who = FROM value = -100 } + add_casus_belli = { + target = FROM + type = place_in_the_sun + months = 60 + } + badboy = 2 + ai_chance = { + factor = 30 + modifier = { factor = 0 relation = { who = FROM value = 50 } } + modifier = { factor = 2 NOT = { relation = { who = FROM value = -50 } } } + } + } } - \ No newline at end of file diff --git a/HPM/events/ColonialUprisings.txt b/HPM/events/ColonialUprisings.txt index 5945f919..600b9843 100644 --- a/HPM/events/ColonialUprisings.txt +++ b/HPM/events/ColonialUprisings.txt @@ -1,2393 +1,2393 @@ ########################################################################### #Colonial Uprisings -# +# #14500 - 14990 # ########################################################################### # Bitter Rain/Dry Spell country_event = { - id = 14500 - title = "EVTNAME14500" - desc = "EVTDESC14500" - picture = "starving" - - trigger = { - colonial_nation = yes - civilized = yes - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - NOT = { plurality = 40 } - } - modifier = { - factor = 2 - compound_steam_engines = 1 - } - } - - option = { - name = "EVTOPTA14500" - random_state = { - limit = { is_colonial = yes } - any_owned = { - add_province_modifier = { - name = colonial_dry_spell - duration = 180 - } - } - } - prestige = -5 - } - option = { - name = "EVTOPTB14500" - random_state = { - limit = { is_colonial = yes } - any_owned = { - add_province_modifier = { - name = colonial_dry_spell - duration = 365 - } - } - } - } - option = { - name = "EVTOPTC14500" - random_state = { - limit = { is_colonial = yes } - any_owned = { - any_pop = { - consciousness = 6 - militancy = 4 - } - add_province_modifier = { - name = colonial_exploitation - duration = 365 - } - } - } - } + id = 14500 + title = "EVTNAME14500" + desc = "EVTDESC14500" + picture = "starving" + + trigger = { + colonial_nation = yes + civilized = yes + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + NOT = { plurality = 40 } + } + modifier = { + factor = 2 + compound_steam_engines = 1 + } + } + + option = { + name = "EVTOPTA14500" + random_state = { + limit = { is_colonial = yes } + any_owned = { + add_province_modifier = { + name = colonial_dry_spell + duration = 180 + } + } + } + prestige = -5 + } + option = { + name = "EVTOPTB14500" + random_state = { + limit = { is_colonial = yes } + any_owned = { + add_province_modifier = { + name = colonial_dry_spell + duration = 365 + } + } + } + } + option = { + name = "EVTOPTC14500" + random_state = { + limit = { is_colonial = yes } + any_owned = { + any_pop = { + consciousness = 6 + militancy = 4 + } + add_province_modifier = { + name = colonial_exploitation + duration = 365 + } + } + } + } } # Trading Privileges Questioned country_event = { - id = 14510 - title = "EVTNAME14510" - desc = "EVTDESC14510" - picture = "tearace" - - trigger = { - colonial_nation = yes - civilized = yes - NOT = { economic_policy = laissez_faire } - liberal = 0.05 - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.8 - NOT = { business_regulations = 1 } - } - modifier = { - factor = 1.5 - market_regulations = 1 - } - modifier = { - factor = 1.5 - economic_responsibility = 1 - } - } - - option = { - name = "EVTOPTA14510" - random_state = { - limit = { - is_colonial = yes - } - any_owned = { - add_province_modifier = { - name = colonial_exploitation - duration = 3650 - } - } - } - } - - option = { - name = "EVTOPTB14510" - upper_house = { - ideology = liberal - value = 0.1 - } - } - - option = { - name = "EVTOPTC14510" - upper_house = { - ideology = conservative - value = 0.1 - } - } + id = 14510 + title = "EVTNAME14510" + desc = "EVTDESC14510" + picture = "tearace" + + trigger = { + colonial_nation = yes + civilized = yes + NOT = { economic_policy = laissez_faire } + liberal = 0.05 + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.8 + NOT = { business_regulations = 1 } + } + modifier = { + factor = 1.5 + market_regulations = 1 + } + modifier = { + factor = 1.5 + economic_responsibility = 1 + } + } + + option = { + name = "EVTOPTA14510" + random_state = { + limit = { + is_colonial = yes + } + any_owned = { + add_province_modifier = { + name = colonial_exploitation + duration = 3650 + } + } + } + } + + option = { + name = "EVTOPTB14510" + upper_house = { + ideology = liberal + value = 0.1 + } + } + + option = { + name = "EVTOPTC14510" + upper_house = { + ideology = conservative + value = 0.1 + } + } } # Incorporating a New Factory country_event = { - id = 14520 - title = "EVTNAME14520" - desc = "EVTDESC14520" - picture = "colonial_factory" - - trigger = { - colonial_nation = yes - civilized = yes - NOT = { - nationalism_n_imperialism = 1 - economic_policy = laissez_faire - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - upper_house = { - ideology = conservative - value = 0.2 - } - } - modifier = { - factor = 1.5 - economic_policy = interventionism - } - modifier = { - factor = 0.9 - economic_policy = state_capitalism - } - modifier = { - factor = 0.75 - economic_policy = planned_economy - } - modifier = { - factor = 1.5 - NOT = { poor_strata_life_needs = 0.7 } - } - } - - option = { - name = "EVTOPTA14520" - random_state = { - limit = { is_colonial = yes } - any_pop = { consciousness = 6 militancy = 3 } - any_owned = { - add_province_modifier = { - name = colonial_exploitation - duration = 10950 - } - } - } - } - - option = { - name = "EVTOPTB14520" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - militancy = -1 - } - } - } + id = 14520 + title = "EVTNAME14520" + desc = "EVTDESC14520" + picture = "colonial_factory" + + trigger = { + colonial_nation = yes + civilized = yes + NOT = { + nationalism_n_imperialism = 1 + economic_policy = laissez_faire + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + upper_house = { + ideology = conservative + value = 0.2 + } + } + modifier = { + factor = 1.5 + economic_policy = interventionism + } + modifier = { + factor = 0.9 + economic_policy = state_capitalism + } + modifier = { + factor = 0.75 + economic_policy = planned_economy + } + modifier = { + factor = 1.5 + NOT = { poor_strata_life_needs = 0.7 } + } + } + + option = { + name = "EVTOPTA14520" + random_state = { + limit = { is_colonial = yes } + any_pop = { consciousness = 6 militancy = 3 } + any_owned = { + add_province_modifier = { + name = colonial_exploitation + duration = 10950 + } + } + } + } + + option = { + name = "EVTOPTB14520" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + militancy = -1 + } + } + } } # Colonial Crisis country_event = { - id = 14530 - title = "EVTNAME14530" - desc = "EVTDESC14530" - picture = "flagstaffwar" - - trigger = { - colonial_nation = yes - civilized = yes - any_owned_province = { - is_colonial = yes - average_militancy = 2 - } - } - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { average_consciousness = 2 } - } - } - - option = { - name = "EVTOPTA14530" - capital_scope = { - bureaucrats = { - consciousness = 2 - militancy = 3 - } - rich_strata = { - consciousness = 2 - militancy = 3 - } - } - } - - option = { - name = "EVTOPTB14530" - random_state = { - limit = { - is_colonial = yes - } - any_owned = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - consciousness = 1 - } - } - } - } + id = 14530 + title = "EVTNAME14530" + desc = "EVTDESC14530" + picture = "flagstaffwar" + + trigger = { + colonial_nation = yes + civilized = yes + any_owned_province = { + is_colonial = yes + average_militancy = 2 + } + } + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { average_consciousness = 2 } + } + } + + option = { + name = "EVTOPTA14530" + capital_scope = { + bureaucrats = { + consciousness = 2 + militancy = 3 + } + rich_strata = { + consciousness = 2 + militancy = 3 + } + } + } + + option = { + name = "EVTOPTB14530" + random_state = { + limit = { + is_colonial = yes + } + any_owned = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + consciousness = 1 + } + } + } + } } # Exotic Fauna country_event = { - id = 14540 - title = "EVTNAME14540" - desc = "EVTDESC14540" - picture = "Glyptoteket" - - trigger = { - colonial_nation = yes - civilized = yes - empiricism = 1 - NOT = { has_country_modifier = colonial_museum_of_natural_history } - } - - mean_time_to_happen = { - months = 500 - - modifier = { - factor = 0.9 - literacy = 0.5 - } - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { phenomenology_n_hermeneutic = 1 } - } - } - - option = { - name = "EVTOPTA14540" - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - add_country_modifier = { name = colonial_museum_of_natural_history duration = -1 } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVTOPTB14540" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - militancy = -2 - } - } - ai_chance = { factor = 20 } - } + id = 14540 + title = "EVTNAME14540" + desc = "EVTDESC14540" + picture = "Glyptoteket" + + trigger = { + colonial_nation = yes + civilized = yes + empiricism = 1 + NOT = { has_country_modifier = colonial_museum_of_natural_history } + } + + mean_time_to_happen = { + months = 500 + + modifier = { + factor = 0.9 + literacy = 0.5 + } + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { phenomenology_n_hermeneutic = 1 } + } + } + + option = { + name = "EVTOPTA14540" + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + add_country_modifier = { name = colonial_museum_of_natural_history duration = -1 } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVTOPTB14540" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + militancy = -2 + } + } + ai_chance = { factor = 20 } + } } # Colonial Exposition country_event = { - id = 14550 - title = "EVTNAME14550" - desc = "EVTDESC14550" - picture = "Worldsfair" - - trigger = { - colonial_nation = yes - civilized = yes - nationalism_n_imperialism = 1 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.7 } - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.6 } - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA14550" - prestige = 5 - capital_scope = { - state_scope = { - any_pop = { - consciousness = 2 - } - } - } - } - - option = { - name = "EVTOPTB14550" - years_of_research = 0.2 - any_pop = { - consciousness = 0.2 - } - } + id = 14550 + title = "EVTNAME14550" + desc = "EVTDESC14550" + picture = "Worldsfair" + + trigger = { + colonial_nation = yes + civilized = yes + nationalism_n_imperialism = 1 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.7 } + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.6 } + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA14550" + prestige = 5 + capital_scope = { + state_scope = { + any_pop = { + consciousness = 2 + } + } + } + } + + option = { + name = "EVTOPTB14550" + years_of_research = 0.2 + any_pop = { + consciousness = 0.2 + } + } } # Colonial Education country_event = { - id = 14560 - title = "EVTNAME14560" - desc = "EVTDESC14560" - picture = "starving" - - trigger = { - colonial_nation = yes - civilized = yes - literacy = 0.5 - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 5 } - } - } - - option = { - name = "EVTOPTA14560" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - NOT = { literacy = 0.3 } - } - consciousness = 2 - literacy = 0.1 - } - } - } - - option = { - name = "EVTOPTB14560" - prestige = 2 - years_of_research = 0.1 - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } + id = 14560 + title = "EVTNAME14560" + desc = "EVTDESC14560" + picture = "starving" + + trigger = { + colonial_nation = yes + civilized = yes + literacy = 0.5 + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 5 } + } + } + + option = { + name = "EVTOPTA14560" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + NOT = { literacy = 0.3 } + } + consciousness = 2 + literacy = 0.1 + } + } + } + + option = { + name = "EVTOPTB14560" + prestige = 2 + years_of_research = 0.1 + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } } # Colonial Discontent country_event = { - id = 14570 - title = "EVTNAME14570" - desc = "EVTDESC14570" - picture = "Administration" - - trigger = { - colonial_nation = yes - civilized = yes - state_n_government = 1 - any_owned_province = { - is_colonial = yes - average_militancy = 3 - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 2 - } - } - } - - option = { - name = "EVTOPTA14570" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 3 - } - } - } - option = { - name = "EVTOPTB14570" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - } - } + id = 14570 + title = "EVTNAME14570" + desc = "EVTDESC14570" + picture = "Administration" + + trigger = { + colonial_nation = yes + civilized = yes + state_n_government = 1 + any_owned_province = { + is_colonial = yes + average_militancy = 3 + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 2 + } + } + } + + option = { + name = "EVTOPTA14570" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 3 + } + } + } + option = { + name = "EVTOPTB14570" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + } + } } # Holy Site Disturbed country_event = { - id = 14580 - title = "EVTNAME14580" - desc = "EVTDESC14580" - picture = "angry_natives" - - trigger = { - any_owned_province = { - is_colonial = yes - NOT = { is_state_religion = yes } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 7 - } - modifier = { - factor = 1.5 - nationalism_n_imperialism = 1 - } - } - option = { - name = "EVTOPTA14580" - random_state = { - limit = { - is_colonial = yes - any_owned_province = { NOT = { is_state_religion = yes } } - } - any_pop = { - limit = { NOT = { is_state_religion = yes } } - militancy = 5 - } - } - } - - option = { - name = "EVTOPTB14580" - random_state = { - limit = { - is_colonial = yes - any_owned_province = { NOT = { is_state_religion = yes } } - } - any_pop = { - limit = { is_state_religion = yes } - militancy = 3 - consciousness = 2 - } - } - } + id = 14580 + title = "EVTNAME14580" + desc = "EVTDESC14580" + picture = "angry_natives" + + trigger = { + any_owned_province = { + is_colonial = yes + NOT = { is_state_religion = yes } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 7 + } + modifier = { + factor = 1.5 + nationalism_n_imperialism = 1 + } + } + option = { + name = "EVTOPTA14580" + random_state = { + limit = { + is_colonial = yes + any_owned_province = { NOT = { is_state_religion = yes } } + } + any_pop = { + limit = { NOT = { is_state_religion = yes } } + militancy = 5 + } + } + } + + option = { + name = "EVTOPTB14580" + random_state = { + limit = { + is_colonial = yes + any_owned_province = { NOT = { is_state_religion = yes } } + } + any_pop = { + limit = { is_state_religion = yes } + militancy = 3 + consciousness = 2 + } + } + } } # Disloyal Regiment country_event = { - id = 14590 - title = "EVTNAME14590" - desc = "EVTDESC14590" - picture = "native_force" - - trigger = { - any_owned_province = { - is_colonial = yes - any_pop = { - type = soldiers - militancy = 5 - is_primary_culture = no - is_accepted_culture = no - } - } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 2 - NOT = { average_consciousness = 5 } - } - } - - option = { - name = "EVTOPTA14590" - random_owned = { - limit = { - is_colonial = yes - any_pop = { - type = soldiers - militancy = 5 - is_primary_culture = no - is_accepted_culture = no - } - } - state_scope = { - soldiers = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } - } - - option = { - name = "EVTOPTB14590" - prestige = -5 - random_owned = { - limit = { - is_colonial = yes - any_pop = { - type = soldiers - militancy = 5 - is_primary_culture = no - is_accepted_culture = no - } - } - state_scope = { - soldiers = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - } - } - } - } + id = 14590 + title = "EVTNAME14590" + desc = "EVTDESC14590" + picture = "native_force" + + trigger = { + any_owned_province = { + is_colonial = yes + any_pop = { + type = soldiers + militancy = 5 + is_primary_culture = no + is_accepted_culture = no + } + } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 2 + NOT = { average_consciousness = 5 } + } + } + + option = { + name = "EVTOPTA14590" + random_owned = { + limit = { + is_colonial = yes + any_pop = { + type = soldiers + militancy = 5 + is_primary_culture = no + is_accepted_culture = no + } + } + state_scope = { + soldiers = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } + } + + option = { + name = "EVTOPTB14590" + prestige = -5 + random_owned = { + limit = { + is_colonial = yes + any_pop = { + type = soldiers + militancy = 5 + is_primary_culture = no + is_accepted_culture = no + } + } + state_scope = { + soldiers = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + } + } + } + } } #Wave of Colonial Unrest country_event = { - id = 14600 - title = "EVTNAME14600" - desc = "EVTDESC14600" - news = yes - news_desc_long = "EVTDESC14600_NEWS_LONG" - news_desc_medium = "EVTDESC14600_NEWS_MEDIUM" - news_desc_short = "EVTDESC14600_NEWS_SHORT" - picture = "Rebellion" - - trigger = { - colonial_nation = yes - civilized = yes - any_owned_province = { - is_colonial = yes - average_consciousness = 4 - average_militancy = 4 - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 6 - } - } - modifier = { - factor = 1.1 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 3 } - } - } - - option = { - name = "EVTOPTA14600" - any_owned = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB14600" - prestige = -15 - any_owned = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = -2 - } - } - } + id = 14600 + title = "EVTNAME14600" + desc = "EVTDESC14600" + news = yes + news_desc_long = "EVTDESC14600_NEWS_LONG" + news_desc_medium = "EVTDESC14600_NEWS_MEDIUM" + news_desc_short = "EVTDESC14600_NEWS_SHORT" + picture = "Rebellion" + + trigger = { + colonial_nation = yes + civilized = yes + any_owned_province = { + is_colonial = yes + average_consciousness = 4 + average_militancy = 4 + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 6 + } + } + modifier = { + factor = 1.1 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 3 } + } + } + + option = { + name = "EVTOPTA14600" + any_owned = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB14600" + prestige = -15 + any_owned = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = -2 + } + } + } } #Tensions Dissipate province_event = { - id = 14610 - title = "EVTNAME14610" - desc = "EVTDESC14610" - - trigger = { - is_colonial = yes - average_militancy = 4 - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - owner = { - prestige = 50 - } - } - modifier = { - factor = 1.5 - owner = { - NOT = { - prestige = 25 - } - } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 40 } - } - } - - option = { - name = "EVTOPTA14610" - state_scope = { - any_pop = { - militancy = -2 - } - } - } + id = 14610 + title = "EVTNAME14610" + desc = "EVTDESC14610" + + trigger = { + is_colonial = yes + average_militancy = 4 + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + owner = { + prestige = 50 + } + } + modifier = { + factor = 1.5 + owner = { + NOT = { + prestige = 25 + } + } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 40 } + } + } + + option = { + name = "EVTOPTA14610" + state_scope = { + any_pop = { + militancy = -2 + } + } + } } #$STATENAME$ Emergency province_event = { - id = 14620 - title = "EVTNAME14620" - desc = "EVTDESC14620" - - trigger = { - is_colonial = yes - average_militancy = 4 - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - owner = { mass_politics = 1 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.1 - owner = { num_of_cities = 40 } - } - } - - option = { - name = "EVTOPTA14620" - state_scope = { - any_pop = { - limit = { militancy = 4 } - militancy = -1 - consciousness = 1 - } - any_pop = { - limit = { - OR = { - type = bureaucrats - type = clergymen - type = officers - } - } - reduce_pop = 0.5 - } - any_pop = { - limit = { - type = soldiers - } - reduce_pop = 0.95 - } - } - } - - option = { - name = "EVTOPTB14620" - state_scope = { - any_pop = { - limit = { militancy = 4 } - militancy = -3 - } - any_pop = { - limit = { - OR = { - type = bureaucrats - type = clergymen - type = officers - } - } - reduce_pop = 0.25 - } - any_pop = { - limit = { - type = soldiers - } - reduce_pop = 0.9 - } - } - } + id = 14620 + title = "EVTNAME14620" + desc = "EVTDESC14620" + + trigger = { + is_colonial = yes + average_militancy = 4 + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + owner = { mass_politics = 1 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.1 + owner = { num_of_cities = 40 } + } + } + + option = { + name = "EVTOPTA14620" + state_scope = { + any_pop = { + limit = { militancy = 4 } + militancy = -1 + consciousness = 1 + } + any_pop = { + limit = { + OR = { + type = bureaucrats + type = clergymen + type = officers + } + } + reduce_pop = 0.5 + } + any_pop = { + limit = { + type = soldiers + } + reduce_pop = 0.95 + } + } + } + + option = { + name = "EVTOPTB14620" + state_scope = { + any_pop = { + limit = { militancy = 4 } + militancy = -3 + } + any_pop = { + limit = { + OR = { + type = bureaucrats + type = clergymen + type = officers + } + } + reduce_pop = 0.25 + } + any_pop = { + limit = { + type = soldiers + } + reduce_pop = 0.9 + } + } + } } #Colonial Mismanagement country_event = { - id = 14630 - title = "EVTNAME14630" - desc = "EVTDESC14630" - picture = "Administration" - - trigger = { - colonial_nation = yes - civilized = yes - NOT = { administration_spending = 0.5 } - NOT = { state_n_government = 1 } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - NOT = { - administration_spending = 0.4 - } - } - modifier = { - factor = 0.9 - NOT = { - administration_spending = 0.3 - } - } - modifier = { - factor = 0.8 - NOT = { - administration_spending = 0.2 - } - } - modifier = { - factor = 1.5 - administration_spending = 0.4 - } - - } - - option = { - name = "EVTOPTA14630" - random_state = { - limit = { - is_colonial = yes - } - any_owned = { - add_province_modifier = { - name = colonial_mismanagement - duration = 1825 - } - } - } - } - - option = { - name = "EVTOPTB14630" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 3 - } - } - } + id = 14630 + title = "EVTNAME14630" + desc = "EVTDESC14630" + picture = "Administration" + + trigger = { + colonial_nation = yes + civilized = yes + NOT = { administration_spending = 0.5 } + NOT = { state_n_government = 1 } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + NOT = { + administration_spending = 0.4 + } + } + modifier = { + factor = 0.9 + NOT = { + administration_spending = 0.3 + } + } + modifier = { + factor = 0.8 + NOT = { + administration_spending = 0.2 + } + } + modifier = { + factor = 1.5 + administration_spending = 0.4 + } + + } + + option = { + name = "EVTOPTA14630" + random_state = { + limit = { + is_colonial = yes + } + any_owned = { + add_province_modifier = { + name = colonial_mismanagement + duration = 1825 + } + } + } + } + + option = { + name = "EVTOPTB14630" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 3 + } + } + } } # Colonial Disturbance country_event = { - id = 14640 - title = "EVTNAME14640" - desc = "EVTDESC14640" - picture = "angry_natives" - - trigger = { - colonial_nation = yes - civilized = yes - NOT = { - any_owned_province = { - is_colonial = yes - average_militancy = 4 - } - } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 1 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 2 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - social_alienation = 1 - } - } - - option = { - name = "EVTOPTA14640" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 5 - } - } - } - - option = { - name = "EVTOPTB14640" - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - } - } - } + id = 14640 + title = "EVTNAME14640" + desc = "EVTDESC14640" + picture = "angry_natives" + + trigger = { + colonial_nation = yes + civilized = yes + NOT = { + any_owned_province = { + is_colonial = yes + average_militancy = 4 + } + } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 1 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 2 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + social_alienation = 1 + } + } + + option = { + name = "EVTOPTA14640" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 5 + } + } + } + + option = { + name = "EVTOPTB14640" + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + } + } + } } - + #Big Game Hunting province_event = { - id = 14650 - title = "EVTNAME14650" - desc = "EVTDESC14650" - - trigger = { - NOT = { has_country_modifier = recent_safari2 } - is_colonial = yes - continent = africa - terrain = savanna - } - - mean_time_to_happen = { - months = 1800 - - modifier = { - factor = 0.8 - is_coastal = no - } - modifier = { - factor = 0.9 - NOT = { average_militancy = 4 } - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - owner = { machine_guns = 1 } #This modifier is very funny - } - modifier = { - factor = 1.5 - life_rating = 20 - } - } - - option = { - name = "EVTOPTA14650" - state_scope = { any_pop = { limit = { is_accepted_culture = no is_primary_culture = no } militancy = -1 } } - } - - option = { - name = "EVTOPTB14650" - owner = { prestige = 3 add_country_modifier = { name = recent_safari2 duration = 365 } } - state_scope = { any_pop = { limit = { is_accepted_culture = no is_primary_culture = no } militancy = 1 } } - } + id = 14650 + title = "EVTNAME14650" + desc = "EVTDESC14650" + + trigger = { + NOT = { has_country_modifier = recent_safari2 } + is_colonial = yes + continent = africa + terrain = savanna + } + + mean_time_to_happen = { + months = 1800 + + modifier = { + factor = 0.8 + is_coastal = no + } + modifier = { + factor = 0.9 + NOT = { average_militancy = 4 } + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + owner = { machine_guns = 1 } #This modifier is very funny + } + modifier = { + factor = 1.5 + life_rating = 20 + } + } + + option = { + name = "EVTOPTA14650" + state_scope = { any_pop = { limit = { is_accepted_culture = no is_primary_culture = no } militancy = -1 } } + } + + option = { + name = "EVTOPTB14650" + owner = { prestige = 3 add_country_modifier = { name = recent_safari2 duration = 365 } } + state_scope = { any_pop = { limit = { is_accepted_culture = no is_primary_culture = no } militancy = 1 } } + } } #Heia Safari! province_event = { - id = 14660 - title = "EVTNAME14660" - desc = "EVTDESC14660" - - trigger = { - year = 1860 - NOT = { has_country_modifier = recent_safari } - is_colonial = yes - continent = africa - owner = { civilized = yes } - terrain = savanna - } - - mean_time_to_happen = { - months = 2600 - modifier = { - factor = 0.9 - NOT = { average_militancy = 5 } - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.9 - NOT = { life_rating = 15 } - } - - modifier = { - factor = 1.5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA14660" - owner = { prestige = 3 add_country_modifier = { name = recent_safari duration = 365 } } - } - - option = { - name = "EVTOPTB14660" - random_country = { - limit = { civilized = yes NOT = { tag = THIS } } - relation = { who = THIS value = 30 } - } - owner = { add_country_modifier = { name = recent_safari duration = 365 } } - } + id = 14660 + title = "EVTNAME14660" + desc = "EVTDESC14660" + + trigger = { + year = 1860 + NOT = { has_country_modifier = recent_safari } + is_colonial = yes + continent = africa + owner = { civilized = yes } + terrain = savanna + } + + mean_time_to_happen = { + months = 2600 + modifier = { + factor = 0.9 + NOT = { average_militancy = 5 } + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.9 + NOT = { life_rating = 15 } + } + + modifier = { + factor = 1.5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA14660" + owner = { prestige = 3 add_country_modifier = { name = recent_safari duration = 365 } } + } + + option = { + name = "EVTOPTB14660" + random_country = { + limit = { civilized = yes NOT = { tag = THIS } } + relation = { who = THIS value = 30 } + } + owner = { add_country_modifier = { name = recent_safari duration = 365 } } + } } # The Heart of Darkness country_event = { - id = 14670 - title = "EVTNAME14670" - desc = "EVTDESC14670" - news = yes - news_desc_long = "EVTDESC14670_NEWS_LONG" - news_desc_medium = "EVTDESC14670_NEWS_MEDIUM" - news_desc_short = "EVTDESC14670_NEWS_SHORT" - major = yes - - trigger = { - colonial_nation = yes - civilized = yes - biologism = 1 - prestige = 100 - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.5 - NOT = { - any_owned_province = { - is_colonial = yes - average_militancy = 2 - } - } - } - modifier = { - factor = 2 - NOT = { - any_owned_province = { - is_colonial = yes - average_militancy = 1 - } - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = yes - average_militancy = 6 - } - } - modifier = { - factor = 1.5 - NOT = { mass_politics = 1 } - } - } - - option = { - name = "EVTOPTA14670" - badboy = 3 - prestige = -20 - - } - - option = { - name = "EVTOPTB14670" - badboy = 1 - prestige = -5 - random_state = { - limit = { is_colonial = yes } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - } - } - } + id = 14670 + title = "EVTNAME14670" + desc = "EVTDESC14670" + news = yes + news_desc_long = "EVTDESC14670_NEWS_LONG" + news_desc_medium = "EVTDESC14670_NEWS_MEDIUM" + news_desc_short = "EVTDESC14670_NEWS_SHORT" + major = yes + + trigger = { + colonial_nation = yes + civilized = yes + biologism = 1 + prestige = 100 + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.5 + NOT = { + any_owned_province = { + is_colonial = yes + average_militancy = 2 + } + } + } + modifier = { + factor = 2 + NOT = { + any_owned_province = { + is_colonial = yes + average_militancy = 1 + } + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = yes + average_militancy = 6 + } + } + modifier = { + factor = 1.5 + NOT = { mass_politics = 1 } + } + } + + option = { + name = "EVTOPTA14670" + badboy = 3 + prestige = -20 + + } + + option = { + name = "EVTOPTB14670" + badboy = 1 + prestige = -5 + random_state = { + limit = { is_colonial = yes } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + } + } + } } #Colonial Recruitment country_event = { - id = 14680 - title = "EVTNAME14680" - desc = "EVTDESC14680" - picture = "emigration" - - # PICTURE: http://en.wikipedia.org/wiki/File:Southern_Cross_-_call_to_British.jpg - - trigger = { - colonial_nation = yes - civilized = yes - invention = mission_to_civilize - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 4 - } - } - } - - option = { - name = "EVTOPTA14680" - random_state = { - limit = { - is_colonial = yes - } - any_owned = { - add_province_modifier = { - name = colonial_recruitment - duration = 1825 - } - } - } - } - - option = { - name = "EVTOPTB14680" - random_state = { - limit = { - is_colonial = no - } - any_owned = { - add_province_modifier = { - name = baby_boom - duration = 1825 - } - } - } - } + id = 14680 + title = "EVTNAME14680" + desc = "EVTDESC14680" + picture = "emigration" + + # PICTURE: http://en.wikipedia.org/wiki/File:Southern_Cross_-_call_to_British.jpg + + trigger = { + colonial_nation = yes + civilized = yes + invention = mission_to_civilize + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 4 + } + } + } + + option = { + name = "EVTOPTA14680" + random_state = { + limit = { + is_colonial = yes + } + any_owned = { + add_province_modifier = { + name = colonial_recruitment + duration = 1825 + } + } + } + } + + option = { + name = "EVTOPTB14680" + random_state = { + limit = { + is_colonial = no + } + any_owned = { + add_province_modifier = { + name = baby_boom + duration = 1825 + } + } + } + } } # Loyal Colonials country_event = { - id = 14690 - title = "EVTNAME14690" - desc = "EVTDESC14690" - picture = "native_force" - - - trigger = { - colonial_nation = yes - civilized = yes - is_greater_power = yes - any_owned_province = { - is_colonial = yes - NOT = { - average_militancy = 1 - has_province_modifier = loyal_askaris - } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.5 - NOT = { invention = mission_to_civilize } - } - modifier = { - factor = 0.8 - invention = social_anthropology - } - modifier = { - factor = 0.9 - prestige = 100 - } - modifier = { - factor = 0.9 - prestige = 300 - } - modifier = { - factor = 0.9 - prestige = 500 - } - } - - option = { - name = "EVTOPTA14690" - random_owned = { - limit = { - is_colonial = yes - NOT = { average_militancy = 1 } - NOT = { has_province_modifier = loyal_askaris } - } - any_pop = { - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB14690" - random_owned = { - limit = { - is_colonial = yes - NOT = { average_militancy = 1 } - NOT = { has_province_modifier = loyal_askaris } - } - add_province_modifier = { - name = loyal_askaris - duration = 10950 - } - } - } + id = 14690 + title = "EVTNAME14690" + desc = "EVTDESC14690" + picture = "native_force" + + + trigger = { + colonial_nation = yes + civilized = yes + is_greater_power = yes + any_owned_province = { + is_colonial = yes + NOT = { + average_militancy = 1 + has_province_modifier = loyal_askaris + } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.5 + NOT = { invention = mission_to_civilize } + } + modifier = { + factor = 0.8 + invention = social_anthropology + } + modifier = { + factor = 0.9 + prestige = 100 + } + modifier = { + factor = 0.9 + prestige = 300 + } + modifier = { + factor = 0.9 + prestige = 500 + } + } + + option = { + name = "EVTOPTA14690" + random_owned = { + limit = { + is_colonial = yes + NOT = { average_militancy = 1 } + NOT = { has_province_modifier = loyal_askaris } + } + any_pop = { + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB14690" + random_owned = { + limit = { + is_colonial = yes + NOT = { average_militancy = 1 } + NOT = { has_province_modifier = loyal_askaris } + } + add_province_modifier = { + name = loyal_askaris + duration = 10950 + } + } + } } # A Boatload of Bananas country_event = { - id = 14700 - title = "EVTNAME14700" - desc = "EVTDESC14700" - picture = "emigration" - - trigger = { - colonial_nation = yes - civilized = yes - market_regulations = 1 - any_owned_province = { port = yes } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = europe } - primary_culture = australian - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - is_greater_power = yes - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.9 - economic_policy = laissez_faire - } - modifier = { - factor = 0.8 - invention = refrigerator_technology - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA14700" - any_pop = { - militancy = -0.5 - } - } + id = 14700 + title = "EVTNAME14700" + desc = "EVTDESC14700" + picture = "emigration" + + trigger = { + colonial_nation = yes + civilized = yes + market_regulations = 1 + any_owned_province = { port = yes } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = europe } + primary_culture = australian + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + is_greater_power = yes + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.9 + economic_policy = laissez_faire + } + modifier = { + factor = 0.8 + invention = refrigerator_technology + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA14700" + any_pop = { + militancy = -0.5 + } + } } # War is a Racket country_event = { - id = 14710 - title = "EVTNAME14710" - desc = "EVTDESC14710" - picture = "emigration" - - - trigger = { - colonial_nation = yes - civilized = yes - is_greater_power = yes - economic_responsibility = 1 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.8 - economic_policy = state_capitalism - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { - economic_policy = state_capitalism - } - } - } - - option = { - name = "EVTOPTA14710" - capitalists = { - militancy = 2 - consciousness = 4 - } - } - - option = { - name = "EVTOPTB14710" - random_state = { - limit = { - is_colonial = yes - } - any_owned = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 3 - } - } - } - } + id = 14710 + title = "EVTNAME14710" + desc = "EVTDESC14710" + picture = "emigration" + + + trigger = { + colonial_nation = yes + civilized = yes + is_greater_power = yes + economic_responsibility = 1 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.8 + economic_policy = state_capitalism + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { + economic_policy = state_capitalism + } + } + } + + option = { + name = "EVTOPTA14710" + capitalists = { + militancy = 2 + consciousness = 4 + } + } + + option = { + name = "EVTOPTB14710" + random_state = { + limit = { + is_colonial = yes + } + any_owned = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 3 + } + } + } + } } # Colonial Weariness country_event = { - id = 14720 - title = "EVTNAME14720" - desc = "EVTDESC14720" - picture = "Administration" - - trigger = { - colonial_nation = yes - civilized = yes - average_consciousness = 4 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - war_exhaustion = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - NOT = { - prestige = 40 - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 1.5 - war = yes - } - } - - option = { - name = "EVTOPTA14720" - any_owned = { - limit = { - is_colonial = no - } - any_pop = { - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB14720" - prestige = -5 - war_exhaustion = 1 - } + id = 14720 + title = "EVTNAME14720" + desc = "EVTDESC14720" + picture = "Administration" + + trigger = { + colonial_nation = yes + civilized = yes + average_consciousness = 4 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + war_exhaustion = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + NOT = { + prestige = 40 + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 1.5 + war = yes + } + } + + option = { + name = "EVTOPTA14720" + any_owned = { + limit = { + is_colonial = no + } + any_pop = { + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB14720" + prestige = -5 + war_exhaustion = 1 + } } # Anti-Imperialism League country_event = { - id = 14730 - title = "EVTNAME14730" - desc = "EVTDESC14730" - picture = "arrested" - - trigger = { - colonial_nation = yes - civilized = yes - is_ideology_enabled = socialist - nationalism_n_imperialism = 1 - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_consciousness = 5 - } - modifier = { - factor = 0.75 - num_of_revolts = 1 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA14730" - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 2 - } - } - } - - option = { - name = "EVTOPTB14730" - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 1 - } - scaled_consciousness = { - ideology = socialist - factor = 1 - } - } - } - - option = { - name = "EVTOPTC14730" - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - } - } + id = 14730 + title = "EVTNAME14730" + desc = "EVTDESC14730" + picture = "arrested" + + trigger = { + colonial_nation = yes + civilized = yes + is_ideology_enabled = socialist + nationalism_n_imperialism = 1 + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_consciousness = 5 + } + modifier = { + factor = 0.75 + num_of_revolts = 1 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA14730" + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 2 + } + } + } + + option = { + name = "EVTOPTB14730" + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 1 + } + scaled_consciousness = { + ideology = socialist + factor = 1 + } + } + } + + option = { + name = "EVTOPTC14730" + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + } + } } # Model Colony country_event = { - id = 14740 - title = "EVTNAME14740" - desc = "EVTDESC14740" - news = yes - news_desc_long = "EVTDESC14740_NEWS_LONG" - news_desc_medium = "EVTDESC14740_NEWS_MEDIUM" - news_desc_short = "EVTDESC14740_NEWS_SHORT" - picture = "exemplar_colony" - - trigger = { - capital_scope = { continent = europe } - colonial_nation = yes - civilized = yes - administration_spending = 0.6 - education_spending = 0.6 - military_spending = 0.6 - NOT = { num_of_revolts = 1 } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - NOT = { - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 1.5 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 0.9 - education_spending = 0.9 - } - modifier = { - factor = 0.9 - administration_spending = 0.9 - } - modifier = { - factor = 0.9 - military_spending = 0.9 - } - } - - option = { - name = "EVTOPTA14740" - prestige = 10 - years_of_research = 0.2 - random_state = { - limit = { is_colonial = yes } - any_pop = { - militancy = -4 - consciousness = -4 - } - } - } + id = 14740 + title = "EVTNAME14740" + desc = "EVTDESC14740" + news = yes + news_desc_long = "EVTDESC14740_NEWS_LONG" + news_desc_medium = "EVTDESC14740_NEWS_MEDIUM" + news_desc_short = "EVTDESC14740_NEWS_SHORT" + picture = "exemplar_colony" + + trigger = { + capital_scope = { continent = europe } + colonial_nation = yes + civilized = yes + administration_spending = 0.6 + education_spending = 0.6 + military_spending = 0.6 + NOT = { num_of_revolts = 1 } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + NOT = { + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 1.5 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 0.9 + education_spending = 0.9 + } + modifier = { + factor = 0.9 + administration_spending = 0.9 + } + modifier = { + factor = 0.9 + military_spending = 0.9 + } + } + + option = { + name = "EVTOPTA14740" + prestige = 10 + years_of_research = 0.2 + random_state = { + limit = { is_colonial = yes } + any_pop = { + militancy = -4 + consciousness = -4 + } + } + } } # Colonial Policy Debated country_event = { - id = 14750 - title = "EVTNAME14750" - desc = "EVTDESC14750" - picture = "colonial_uprising" - - trigger = { - colonial_nation = yes - civilized = yes - OR = { - government = hms_government - government = democracy - government = prussian_constitutionalism - } - liberal = 0.2 - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 6 - } - } - } - - option = { - name = "EVTOPTA14750" - upper_house = { - ideology = conservative - value = 0.05 - } - prestige = 5 - } - - option = { - name = "EVTOPTB14750" - upper_house = { - ideology = liberal - value = 0.05 - } - } + id = 14750 + title = "EVTNAME14750" + desc = "EVTDESC14750" + picture = "colonial_uprising" + + trigger = { + colonial_nation = yes + civilized = yes + OR = { + government = hms_government + government = democracy + government = prussian_constitutionalism + } + liberal = 0.2 + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 6 + } + } + } + + option = { + name = "EVTOPTA14750" + upper_house = { + ideology = conservative + value = 0.05 + } + prestige = 5 + } + + option = { + name = "EVTOPTB14750" + upper_house = { + ideology = liberal + value = 0.05 + } + } } # Colonial Office Scandal country_event = { - id = 14760 - title = "EVTNAME14760" - desc = "EVTDESC14760" - picture = "colonial_uprising" - - trigger = { - colonial_nation = yes - civilized = yes - press_rights = free_press - NOT = { - administration_spending = 0.9 - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - administration_spending = 0.7 - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA14760" - prestige = -5 - bureaucrats = { - militancy = 1 - consciousness = 1 - } - } - - option = { - name = "EVTOPTB14760" - capitalists = { - militancy = 2 - consciousness = 2 - } - } + id = 14760 + title = "EVTNAME14760" + desc = "EVTDESC14760" + picture = "colonial_uprising" + + trigger = { + colonial_nation = yes + civilized = yes + press_rights = free_press + NOT = { + administration_spending = 0.9 + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + administration_spending = 0.7 + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA14760" + prestige = -5 + bureaucrats = { + militancy = 1 + consciousness = 1 + } + } + + option = { + name = "EVTOPTB14760" + capitalists = { + militancy = 2 + consciousness = 2 + } + } } #The Capital of An Empire country_event = { - id = 14770 - title = "EVTNAME14770" - desc = "EVTDESC14770" - picture = "Waitangi" - - trigger = { - colonial_nation = yes - civilized = yes - prestige = 100 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.8 - NOT = { - average_consciousness = 3 - } - } - modifier = { - factor = 0.8 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - OR = { - jingoism = 10 - pro_military = 10 - } - } - modifier = { - factor = 0.8 - is_greater_power = yes - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA14770" - prestige = 10 - capital_scope = { - any_pop = { - militancy = -2 - consciousness = -2 - } - } - } + id = 14770 + title = "EVTNAME14770" + desc = "EVTDESC14770" + picture = "Waitangi" + + trigger = { + colonial_nation = yes + civilized = yes + prestige = 100 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.8 + NOT = { + average_consciousness = 3 + } + } + modifier = { + factor = 0.8 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + OR = { + jingoism = 10 + pro_military = 10 + } + } + modifier = { + factor = 0.8 + is_greater_power = yes + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA14770" + prestige = 10 + capital_scope = { + any_pop = { + militancy = -2 + consciousness = -2 + } + } + } } # Colonial Diseases country_event = { - id = 14780 - title = "EVTNAME14780" - desc = "EVTDESC14780" - picture = "smallpox" - - trigger = { - colonial_nation = yes - civilized = yes - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.8 - } - } - modifier = { - factor = 0.9 - NOT = { - OR = { - health_care = good_health_care - health_care = acceptable_health_care - } - } - } - modifier = { - factor = 2 - NOT = { - any_owned_province = { - is_colonial = yes - average_militancy = 2 - } - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = yes - average_militancy = 5 - } - } - modifier = { - factor = 2 - health_care = good_health_care - } - modifier = { - factor = 2 - organic_chemistry = 1 - } - } - - option = { - name = "EVTOPTA14780" - random_state = { - limit = { is_colonial = yes } - any_pop = { reduce_pop = 0.8 } - any_owned = { life_rating = -1 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 100 - NOT = { money = 10000 } - } - } - } - - option = { - name = "EVTOPTB14780" - treasury = -10000 - random_state = { - limit = { is_colonial = yes } - any_pop = { reduce_pop = 0.95 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { money = 10000 } - } - } - } + id = 14780 + title = "EVTNAME14780" + desc = "EVTDESC14780" + picture = "smallpox" + + trigger = { + colonial_nation = yes + civilized = yes + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.8 + } + } + modifier = { + factor = 0.9 + NOT = { + OR = { + health_care = good_health_care + health_care = acceptable_health_care + } + } + } + modifier = { + factor = 2 + NOT = { + any_owned_province = { + is_colonial = yes + average_militancy = 2 + } + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = yes + average_militancy = 5 + } + } + modifier = { + factor = 2 + health_care = good_health_care + } + modifier = { + factor = 2 + organic_chemistry = 1 + } + } + + option = { + name = "EVTOPTA14780" + random_state = { + limit = { is_colonial = yes } + any_pop = { reduce_pop = 0.8 } + any_owned = { life_rating = -1 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 100 + NOT = { money = 10000 } + } + } + } + + option = { + name = "EVTOPTB14780" + treasury = -10000 + random_state = { + limit = { is_colonial = yes } + any_pop = { reduce_pop = 0.95 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { money = 10000 } + } + } + } } # Colony Improves country_event = { - id = 14790 - title = "EVTNAME14790" - desc = "EVTDESC14790" - picture = "colonial_factory" - - trigger = { - colonial_nation = yes - civilized = yes - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 4 - } - } - modifier = { - factor = 1.4 - average_consciousness = 6 - } - } - - option = { - name = "EVTOPTA14790" - capitalists = { - consciousness = 2 - } - random_state = { - limit = { is_colonial = yes } - any_owned = { life_rating = 1 } - } - } - - option = { - name = "EVTOPTB14790" - capitalists = { - consciousness = -2 - } - } + id = 14790 + title = "EVTNAME14790" + desc = "EVTDESC14790" + picture = "colonial_factory" + + trigger = { + colonial_nation = yes + civilized = yes + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 4 + } + } + modifier = { + factor = 1.4 + average_consciousness = 6 + } + } + + option = { + name = "EVTOPTA14790" + capitalists = { + consciousness = 2 + } + random_state = { + limit = { is_colonial = yes } + any_owned = { life_rating = 1 } + } + } + + option = { + name = "EVTOPTB14790" + capitalists = { + consciousness = -2 + } + } } # Archeological Discoveries country_event = { - id = 14800 - title = "EVTNAME14800" - desc = "EVTDESC14800" - picture = "colonial_uprising" - - trigger = { - colonial_nation = yes - civilized = yes - empiricism = 1 - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.8 - analytic_philosophy = 1 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - } - - option = { - name = "EVTOPTA14800" - prestige = 5 - random_state = { - limit = { - is_colonial = yes - } - any_pop = { - militancy = -1 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB14800" - prestige = 10 - any_pop = { - consciousness = 0.5 - } - } + id = 14800 + title = "EVTNAME14800" + desc = "EVTDESC14800" + picture = "colonial_uprising" + + trigger = { + colonial_nation = yes + civilized = yes + empiricism = 1 + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.8 + analytic_philosophy = 1 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + } + + option = { + name = "EVTOPTA14800" + prestige = 5 + random_state = { + limit = { + is_colonial = yes + } + any_pop = { + militancy = -1 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB14800" + prestige = 10 + any_pop = { + consciousness = 0.5 + } + } } # The Natives are Restless country_event = { - id = 14810 - title = "EVTNAME14810" - desc = "EVTDESC14810" - picture = "Hospital" - - trigger = { - colonial_nation = yes - civilized = yes - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.9 - plurality = 30 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 4 - } - } - } - - option = { - name = "EVTOPTA14810" - random_owned = { - limit = { - is_colonial = yes - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 3 - } - } - machine_parts = 5 - } - - option = { - name = "EVTOPTB14810" - capital_scope = { - state_scope = { - rich_strata = { - militancy = 2 - consciousness = 4 - } - } - } - } -} \ No newline at end of file + id = 14810 + title = "EVTNAME14810" + desc = "EVTDESC14810" + picture = "Hospital" + + trigger = { + colonial_nation = yes + civilized = yes + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.9 + plurality = 30 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 4 + } + } + } + + option = { + name = "EVTOPTA14810" + random_owned = { + limit = { + is_colonial = yes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 3 + } + } + machine_parts = 5 + } + + option = { + name = "EVTOPTB14810" + capital_scope = { + state_scope = { + rich_strata = { + militancy = 2 + consciousness = 4 + } + } + } + } +} diff --git a/HPM/events/Congo.txt b/HPM/events/Congo.txt index 147e847d..f83ec64f 100644 --- a/HPM/events/Congo.txt +++ b/HPM/events/Congo.txt @@ -1,1095 +1,1096 @@ #Events from 955182 to 955191 used #The Congo Conference country_event = { - id = 955182 - title = "EVTNAME955182" - desc = "EVTDESC955182" - picture = "partition_of_africa" - - is_triggered_only = yes - - option = { - name = "EVT955182OPTA" #Vote for them - relation = { who = FROM value = 25 } - diplomatic_influence = { who = FROM value = 25 } - FROM = { change_variable = { which = yes_to_congo value = 1 } } - set_country_flag = yes_to_congo - - ai_chance = { - factor = 0.7 - modifier = { factor = 2 OR = { FROM = { in_sphere = THIS } relation = { who = FROM value = 150 } } } - modifier = { factor = 1.1 relation = { who = FROM value = 100 } } - modifier = { factor = 0.7 NOT = { relation = { who = FROM value = -50 } } } - modifier = { factor = 0.4 NOT = { relation = { who = FROM value = -100 } } } - } - } - - option = { - name = "EVT955182OPTB" #Don't vote for them - relation = { who = FROM value = -25 } - diplomatic_influence = { who = FROM value = -25 } - FROM = { change_variable = { which = no_to_congo value = 1 } } - - ai_chance = { - factor = 0.25 - modifier = { factor = 0.1 OR = { FROM = { in_sphere = THIS } relation = { who = FROM value = 150 } } } - modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -50 } } } - modifier = { factor = 1.5 NOT = { relation = { who = FROM value = -100 } } } - } - } - - option = { - name = "EVT955182OPTC" #Abstain - FROM = { change_variable = { which = abstained_to_congo value = 1 } } - - ai_chance = { factor = 0.05 } - } + id = 955182 + title = "EVTNAME955182" + desc = "EVTDESC955182" + picture = "partition_of_africa" + + is_triggered_only = yes + + option = { + name = "EVT955182OPTA" #Vote for them + relation = { who = FROM value = 25 } + diplomatic_influence = { who = FROM value = 25 } + FROM = { change_variable = { which = yes_to_congo value = 1 } } + set_country_flag = yes_to_congo + + ai_chance = { + factor = 0.7 + modifier = { factor = 2 OR = { FROM = { in_sphere = THIS } relation = { who = FROM value = 150 } } } + modifier = { factor = 1.1 relation = { who = FROM value = 100 } } + modifier = { factor = 0.7 NOT = { relation = { who = FROM value = -50 } } } + modifier = { factor = 0.4 NOT = { relation = { who = FROM value = -100 } } } + } + } + + option = { + name = "EVT955182OPTB" #Don't vote for them + relation = { who = FROM value = -25 } + diplomatic_influence = { who = FROM value = -25 } + FROM = { change_variable = { which = no_to_congo value = 1 } } + + ai_chance = { + factor = 0.25 + modifier = { factor = 0.1 OR = { FROM = { in_sphere = THIS } relation = { who = FROM value = 150 } } } + modifier = { factor = 1.25 NOT = { relation = { who = FROM value = -50 } } } + modifier = { factor = 1.5 NOT = { relation = { who = FROM value = -100 } } } + } + } + + option = { + name = "EVT955182OPTC" #Abstain + FROM = { change_variable = { which = abstained_to_congo value = 1 } } + + ai_chance = { factor = 0.05 } + } } #The Congo Conference - Positive result country_event = { - id = 955183 - title = "EVTNAME955183" - desc = "EVTDESC955183" - major = yes - - trigger = { - OR = { - check_variable = { which = yes_to_congo value = 3.99 } - AND = { - check_variable = { which = yes_to_congo value = 2.99 } - NOT = { check_variable = { which = no_to_congo value = 2.99 } } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT955183OPTA" - set_country_flag = zaire_master - set_country_flag = congo_award - set_global_flag = zaire_organized - 1982 = { add_core = CNG } - 1983 = { add_core = CNG } - 1985 = { add_core = CNG } - BEL_1984 = { add_core = CNG } - BEL_1987 = { add_core = CNG } - BEL_1990 = { add_core = CNG } - any_country = { - limit = { has_country_flag = yes_to_congo any_owned_province = { is_core = CNG } } - any_owned = { limit = { is_core = CNG } any_pop = { literacy = -0.99 } secede_province = THIS } - } - any_country = { - limit = { NOT = { has_country_flag = yes_to_congo } any_owned_province = { is_core = CNG } } - country_event = 955185 - } - } + id = 955183 + title = "EVTNAME955183" + desc = "EVTDESC955183" + major = yes + + trigger = { + OR = { + check_variable = { which = yes_to_congo value = 3.99 } + AND = { + check_variable = { which = yes_to_congo value = 2.99 } + NOT = { check_variable = { which = no_to_congo value = 2.99 } } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT955183OPTA" + set_country_flag = zaire_master + set_country_flag = congo_award + set_global_flag = zaire_organized + 1982 = { add_core = CNG } + 1983 = { add_core = CNG } + 1985 = { add_core = CNG } + BEL_1984 = { add_core = CNG } + BEL_1987 = { add_core = CNG } + BEL_1990 = { add_core = CNG } + any_country = { + limit = { has_country_flag = yes_to_congo any_owned_province = { is_core = CNG } } + any_owned = { limit = { is_core = CNG } any_pop = { literacy = -0.99 } secede_province = THIS } + } + any_country = { + limit = { NOT = { has_country_flag = yes_to_congo } any_owned_province = { is_core = CNG } } + country_event = 955185 + } + } } #The Congo Conference - Negative result country_event = { - id = 955184 - title = "EVTNAME955184" - desc = "EVTDESC955184" - major = yes - - trigger = { - OR = { - check_variable = { which = no_to_congo value = 3.99 } - AND = { - check_variable = { which = no_to_congo value = 2.99 } - NOT = { check_variable = { which = yes_to_congo value = 2.99 } } - } - check_variable = { which = abstained_to_congo value = 3.99 } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT955184OPTA" - } + id = 955184 + title = "EVTNAME955184" + desc = "EVTDESC955184" + major = yes + + trigger = { + OR = { + check_variable = { which = no_to_congo value = 3.99 } + AND = { + check_variable = { which = no_to_congo value = 2.99 } + NOT = { check_variable = { which = yes_to_congo value = 2.99 } } + } + check_variable = { which = abstained_to_congo value = 3.99 } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT955184OPTA" + } } #The Congo Conference - Conference Ultimatum country_event = { - id = 955185 - title = "EVTNAME955185" - desc = "EVTDESC955185" - picture = "partition_of_africa" - - is_triggered_only = yes - - option = { - name = "EVT955185OPTA" #We will abide - random_country = { - limit = { - tag = THIS - war = yes - primary_culture = bakongo - NOT = { number_of_states = 2 } - OR = { - capital = 1982 - capital = 1983 - } - NOT = { - owns = 2000 - owns = 2001 - } - } - neutrality = yes - any_owned = { limit = { is_core = CNG } any_pop = { literacy = -0.99 } } - FROM = { inherit = THIS } - } - random_country = { - limit = { - tag = THIS - war = no - primary_culture = bakongo - OR = { - number_of_states = 2 - owns = 2000 - owns = 2001 - } - OR = { - capital = 1982 - capital = 1983 - } - } - neutrality = yes - treasury = 100000 - relation = { who = FROM value = 25 } - badboy = -1 - any_owned = { - limit = { is_core = CNG } - any_pop = { literacy = -0.99 } - secede_province = FROM - } - } - any_owned = { - limit = { is_core = CNG } - any_pop = { literacy = -0.99 } - secede_province = FROM - owner = { - treasury = 100000 - relation = { who = FROM value = 25 } - badboy = -1 - } - } - - ai_chance = { - factor = 80 - modifier = { factor = 1.8 is_greater_power = no is_secondary_power = no } - modifier = { factor = 1.5 is_secondary_power = yes } - modifier = { factor = 5 civilized = no } - modifier = { factor = 1.9 capital_scope = { continent = africa } is_greater_power = no } - } - } - - option = { - name = "EVT955185OPTB" #We refuse - set_country_flag = refused_to_cede_congo - badboy = 5 - relation = { who = FROM value = -400 } - any_country = { limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } - relation = { who = THIS value = -225 } - casus_belli = { target = THIS type = cut_down_to_size months = 72 } - } - - ai_chance = { - factor = 20 - modifier = { factor = 1.4 is_greater_power = yes } - modifier = { factor = 1.2 is_secondary_power = yes } - modifier = { factor = 0 civilized = no } - modifier = { factor = 0.25 capital_scope = { continent = africa } is_greater_power = no } - modifier = { factor = 0.8 NOT = { rank = 2 } } - modifier = { factor = 0 NOT = { military_score = 30 } } - } - } + id = 955185 + title = "EVTNAME955185" + desc = "EVTDESC955185" + picture = "partition_of_africa" + + is_triggered_only = yes + + option = { + name = "EVT955185OPTA" #We will abide + random_country = { + limit = { + tag = THIS + war = yes + primary_culture = bakongo + NOT = { number_of_states = 2 } + OR = { + capital = 1982 + capital = 1983 + } + NOT = { + owns = 2000 + owns = 2001 + } + } + neutrality = yes + any_owned = { limit = { is_core = CNG } any_pop = { literacy = -0.99 } } + FROM = { inherit = THIS } + } + random_country = { + limit = { + tag = THIS + war = no + primary_culture = bakongo + OR = { + number_of_states = 2 + owns = 2000 + owns = 2001 + } + OR = { + capital = 1982 + capital = 1983 + } + } + neutrality = yes + treasury = 100000 + relation = { who = FROM value = 25 } + badboy = -1 + any_owned = { + limit = { is_core = CNG } + any_pop = { literacy = -0.99 } + secede_province = FROM + } + } + any_owned = { + limit = { is_core = CNG } + any_pop = { literacy = -0.99 } + secede_province = FROM + owner = { + treasury = 100000 + relation = { who = FROM value = 25 } + badboy = -1 + } + } + + ai_chance = { + factor = 80 + modifier = { factor = 1.8 is_greater_power = no is_secondary_power = no } + modifier = { factor = 1.5 is_secondary_power = yes } + modifier = { factor = 5 civilized = no } + modifier = { factor = 1.9 capital_scope = { continent = africa } is_greater_power = no } + } + } + + option = { + name = "EVT955185OPTB" #We refuse + set_country_flag = refused_to_cede_congo + badboy = 5 + relation = { who = FROM value = -400 } + any_country = { limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } + relation = { who = THIS value = -225 } + casus_belli = { target = THIS type = cut_down_to_size months = 72 } + } + + ai_chance = { + factor = 20 + modifier = { factor = 1.4 is_greater_power = yes } + modifier = { factor = 1.2 is_secondary_power = yes } + modifier = { factor = 0 civilized = no } + modifier = { factor = 0.25 capital_scope = { continent = africa } is_greater_power = no } + modifier = { factor = 0.8 NOT = { rank = 2 } } + modifier = { factor = 0 NOT = { military_score = 30 } } + } + } } #The Congo Destiny country_event = { - id = 955186 - title = "EVTNAME955186" - desc = "EVTDESC955186" - picture = "partition_of_africa" - - trigger = { - has_country_flag = zaire_master - CNG = { - exists = yes - vassal_of = THIS - } - NOT = { has_global_flag = congo_free_state_over } - } - - mean_time_to_happen = { - months = 200 - modifier = { factor = 8 NOT = { CNG = { all_core = { owned_by = CNG } } } } - modifier = { factor = 0.01 CNG = { all_core = { owned_by = CNG } } } - } - - fire_only_once = yes - - option = { - name = "EVT955186OPTA" #Leopold Option - set_country_flag = historical_congo - any_country = { - limit = { has_country_flag = yes_to_congo } - clr_country_flag = yes_to_congo - } - set_variable = { which = exploited_congo value = 0 } - set_variable = { which = philantropic_congo value = 0 } - set_variable = { which = congo_destiny value = 0 } - CNG = { - set_country_flag = turn_officers_in_aristocrats - set_country_flag = post_colonial_country - primary_culture = THIS - add_accepted_culture = bakongo - 1983 = { state_scope = { any_pop = { limit = { OR = { type = officers type = aristocrats } } pop_type = labourers } } } - random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } - } - capital_scope = { - any_pop = { limit = { type = officers OR = { is_primary_culture = yes is_accepted_culture = yes } } move_pop = 1983 } - } - - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVT955186OPTB" #Reveal that we are lying and annex it - add_country_modifier = { name = integrating_colony duration = 3650 } - random_country = { limit = { tag = CNG ai = yes } annex_to = THIS } - random_country = { limit = { tag = CNG ai = no } release = CNG add_casus_belli = { target = THIS type = make_puppet months = 50 } } - badboy = 5 - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -100 } } - any_country = { - limit = { is_greater_power = yes has_country_flag = yes_to_congo } - relation = { who = THIS value = -50 } - clr_country_flag = yes_to_congo - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { - is_sphere_leader_of = THIS - alliance_with = THIS - tag = TUR - tag = RUS - } - } - casus_belli = { target = THIS type = cut_down_to_size months = 50 } - set_country_flag = claiming_congo - } - CNG = { - clr_country_flag = congo_free_state_born - political_reform = no_slavery - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - any_owned = { - limit = { is_core = KON } - add_province_modifier = { name = nationalist_agitation duration = 1095 } - any_pop = { militancy = 3 } - } - any_owned = { limit = { is_core = CNG } add_province_modifier = { name = the_massacre duration = 2190 } } - country_event = { id = 199048 days = 2 } - set_global_flag = congo_free_state_over - set_country_flag = lied_about_congo - set_country_flag = not_congo_primary_culture - clr_country_flag = historical_congo - any_country = { - clr_country_flag = yes_to_congo - clr_country_flag = historical_congo - clr_country_flag = zaire_master - } - - ai_chance = { factor = 0.08 } - } - - option = { - name = "EVT955186OPTC" #Run it as an philanthropic endeavor - set_global_flag = congo_free_state_over - badboy = -1 - set_country_flag = civilizing_congo - any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } - set_country_flag = not_congo_primary_culture - CNG = { - clr_country_flag = congo_free_state_born - add_country_modifier = { name = philantropic_work duration = 1095 } - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } - any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } - political_reform = no_slavery - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - clr_country_flag = historical_congo - clr_country_flag = zaire_master - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - - ai_chance = { factor = 0.02 } - } - - option = { - name = "EVT955186OPTD" #Play as the congo, using the country's primary culture - set_global_flag = congo_free_state_over - any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } - CNG = { - primary_culture = THIS - set_country_flag = post_colonial_country - add_accepted_culture = bakongo - 1983 = { state_scope = { any_pop = { limit = { OR = { type = officers type = aristocrats } } pop_type = labourers } } } - random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } - clr_country_flag = congo_free_state_born - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } - any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } - add_country_modifier = { name = philantropic_work duration = 1095 } - political_reform = no_slavery - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - release_vassal = CNG - change_tag_no_core_switch = CNG - ai_chance = { factor = 0 } - } - - option = { - name = "EVT955186OPTE" #Play as the congo, using the congo's primary culture - set_global_flag = congo_free_state_over - any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } - CNG = { - random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } - clr_country_flag = congo_free_state_born - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } - any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } - add_country_modifier = { name = philantropic_work duration = 1095 } - political_reform = no_slavery - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - country_event = { id = 199048 days = 2 } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - release_vassal = CNG - change_tag_no_core_switch = CNG - ai_chance = { factor = 0 } - } + id = 955186 + title = "EVTNAME955186" + desc = "EVTDESC955186" + picture = "partition_of_africa" + + trigger = { + has_country_flag = zaire_master + CNG = { + exists = yes + vassal_of = THIS + } + NOT = { has_global_flag = congo_free_state_over } + } + + mean_time_to_happen = { + months = 200 + modifier = { factor = 8 NOT = { CNG = { all_core = { owned_by = CNG } } } } + modifier = { factor = 0.01 CNG = { all_core = { owned_by = CNG } } } + } + + fire_only_once = yes + + option = { + name = "EVT955186OPTA" #Leopold Option + set_country_flag = historical_congo + any_country = { + limit = { has_country_flag = yes_to_congo } + clr_country_flag = yes_to_congo + } + set_variable = { which = exploited_congo value = 0 } + set_variable = { which = philantropic_congo value = 0 } + set_variable = { which = congo_destiny value = 0 } + CNG = { + set_country_flag = turn_officers_in_aristocrats + set_country_flag = post_colonial_country + primary_culture = THIS + add_accepted_culture = bakongo + 1983 = { state_scope = { any_pop = { limit = { OR = { type = officers type = aristocrats } } pop_type = labourers } } } + random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } + } + capital_scope = { + any_pop = { limit = { type = officers OR = { is_primary_culture = yes is_accepted_culture = yes } } move_pop = 1983 } + } + + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVT955186OPTB" #Reveal that we are lying and annex it + add_country_modifier = { name = integrating_colony duration = 3650 } + random_country = { limit = { tag = CNG ai = yes } annex_to = THIS } + random_country = { limit = { tag = CNG ai = no } release = CNG add_casus_belli = { target = THIS type = make_puppet months = 50 } } + badboy = 5 + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -100 } } + any_country = { + limit = { is_greater_power = yes has_country_flag = yes_to_congo } + relation = { who = THIS value = -50 } + clr_country_flag = yes_to_congo + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { + is_sphere_leader_of = THIS + alliance_with = THIS + tag = TUR + tag = RUS + } + } + casus_belli = { target = THIS type = cut_down_to_size months = 50 } + set_country_flag = claiming_congo + } + CNG = { + clr_country_flag = congo_free_state_born + political_reform = no_slavery + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + any_owned = { + limit = { is_core = KON } + add_province_modifier = { name = nationalist_agitation duration = 1095 } + any_pop = { militancy = 3 } + } + any_owned = { limit = { is_core = CNG } add_province_modifier = { name = the_massacre duration = 2190 } } + country_event = { id = 199049 days = 2 } + set_global_flag = congo_free_state_over + set_country_flag = lied_about_congo + set_country_flag = not_congo_primary_culture + clr_country_flag = historical_congo + any_country = { + clr_country_flag = yes_to_congo + clr_country_flag = historical_congo + clr_country_flag = zaire_master + } + + ai_chance = { factor = 0.08 } + } + + option = { + name = "EVT955186OPTC" #Run it as an philanthropic endeavor + set_global_flag = congo_free_state_over + badboy = -1 + set_country_flag = civilizing_congo + any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } + set_country_flag = not_congo_primary_culture + CNG = { + clr_country_flag = congo_free_state_born + add_country_modifier = { name = philantropic_work duration = 1095 } + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } + any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } + political_reform = no_slavery + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + clr_country_flag = historical_congo + clr_country_flag = zaire_master + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + + ai_chance = { factor = 0.02 } + } + + option = { + name = "EVT955186OPTD" #Play as the congo, using the country's primary culture + set_global_flag = congo_free_state_over + any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } + CNG = { + primary_culture = THIS + set_country_flag = post_colonial_country + add_accepted_culture = bakongo + 1983 = { state_scope = { any_pop = { limit = { OR = { type = officers type = aristocrats } } pop_type = labourers } } } + random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } + clr_country_flag = congo_free_state_born + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } + any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } + add_country_modifier = { name = philantropic_work duration = 1095 } + political_reform = no_slavery + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + country_event = { id = 199049 days = 2 } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + release_vassal = CNG + change_tag_no_core_switch = CNG + ai_chance = { factor = 0 } + } + + option = { + name = "EVT955186OPTE" #Play as the congo, using the congo's primary culture + set_global_flag = congo_free_state_over + any_country = { limit = { has_country_flag = yes_to_congo } clr_country_flag = yes_to_congo } + CNG = { + random_owned = { limit = { is_capital = yes NOT = { has_building = fort } } fort = 1 } + clr_country_flag = congo_free_state_born + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 2555 } } + any_pop = { limit = { NOT = { is_primary_culture = yes } } reduce_pop = 0.5 } + add_country_modifier = { name = philantropic_work duration = 1095 } + political_reform = no_slavery + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + country_event = { id = 199049 days = 2 } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + release_vassal = CNG + change_tag_no_core_switch = CNG + ai_chance = { factor = 0 } + } } #Congo's Exploitation - Historical Route - Statemanship in the Congo country_event = { - id = 955187 - title = "EVTNAME955187" - desc = "EVTDESC955187" - picture = "boma_congo" - - trigger = { - has_country_flag = historical_congo - CNG = { - exists = yes - vassal_of = THIS - NOT = { has_country_modifier = philantropic_work } - } - NOT = { has_country_modifier = the_congo_reform_association } - NOT = { has_country_flag = civilizing_congo } - NOT = { has_global_flag = congo_free_state_over } - NOT = { check_variable = { which = exploited_congo value = 7.99 } } - NOT = { check_variable = { which = philantropic_congo value = 7.99 } } - NOT = { check_variable = { which = congo_destiny value = 5.99 } } - } - - mean_time_to_happen = { months = 2 } - - immediate = { change_variable = { which = congo_destiny value = 1 } } - - option = { - name = "EVT955187OPTA" #Full exploitation - random_country = { - limit = { has_country_flag = turn_officers_in_aristocrats } - clr_country_flag = turn_officers_in_aristocrats - any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 0.99 } - NOT = { check_variable = { which = congo_destiny value = 1.99 } } - } - } - treasury = 20000 - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 1.99 } - NOT = { check_variable = { which = congo_destiny value = 2.99 } } - } - } - treasury = 40000 - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 2.99 } - NOT = { check_variable = { which = congo_destiny value = 3.99 } } - } - } - treasury = 80000 - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 3.99 } - NOT = { check_variable = { which = congo_destiny value = 4.99 } } - } - } - treasury = 120000 - } - add_country_modifier = { name = the_congo_reform_association duration = 1095 } - CNG = { - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 1460 } } - capital_scope = { - add_province_modifier = { name = congo_company duration = 1095 } - any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.5 } - } - any_owned = { any_pop = { limit = { is_primary_culture = yes type = aristocrats } money = 100 militancy = -2 } } - any_owned = { any_pop = { limit = { is_primary_culture = yes type = officers } money = 50 militancy = -2 } } - } - random_list = { - 30 = {change_variable = { which = exploited_congo value = 3 } } - 55 = {change_variable = { which = exploited_congo value = 2 } } - 15 = {change_variable = { which = exploited_congo value = 1 } } - } - ai_chance = { factor = 0.45 } - } - - option = { - name = "EVT955187OPTB" #Minor exploitation - random_country = { - limit = { has_country_flag = turn_officers_in_aristocrats } - clr_country_flag = turn_officers_in_aristocrats - any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 0.99 } - NOT = { check_variable = { which = congo_destiny value = 1.99 } } - } - } - treasury = -10000 - } - random_owned = { - limit = { - owner = { ai = no check_variable = { which = congo_destiny value = 1.99 } - NOT = { check_variable = { which = congo_destiny value = 2.99 } } - } - } - treasury = -20000 - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 2.99 } - NOT = { check_variable = { which = congo_destiny value = 3.99 } } - } - } - treasury = -40000 - } - random_owned = { - limit = { - owner = { check_variable = { which = congo_destiny value = 3.99 } - NOT = { check_variable = { which = congo_destiny value = 4.99 } } - } - } - treasury = -80000 - } - add_country_modifier = { name = the_congo_reform_association duration = 1095 } - CNG = { - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 1095 } } - capital_scope = { - add_province_modifier = { name = congo_company duration = 365 } - any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.7 } - } - } - random_list = { - 20 = {change_variable = { which = exploited_congo value = 3 } } - 30 = {change_variable = { which = exploited_congo value = 2 } } - 50 = {change_variable = { which = exploited_congo value = 1 } } - } - ai_chance = { - factor = 0.50 - modifier = { - factor = 0 - check_variable = { which = congo_destiny value = 0.99 } - NOT = { check_variable = { which = congo_destiny value = 1.99 } } - NOT = { money = 11000 } - } - modifier = { - factor = 0 - check_variable = { which = congo_destiny value = 1.99 } - NOT = { check_variable = { which = congo_destiny value = 2.99 } } - NOT = { money = 21000 } - } - modifier = { - factor = 0 - check_variable = { which = congo_destiny value = 2.99 } - NOT = { check_variable = { which = congo_destiny value = 3.99 } } - NOT = { money = 41000 } - } - modifier = { - factor = 0 - check_variable = { which = congo_destiny value = 3.99 } - NOT = { check_variable = { which = congo_destiny value = 4.99 } } - NOT = { money = 81000 } - } - } - } - - option = { - name = "EVT955187OPTC" #Philanthropic work - random_country = { - limit = { has_country_flag = turn_officers_in_aristocrats } - clr_country_flag = turn_officers_in_aristocrats - any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } - } - CNG = { - add_country_modifier = { name = philantropic_work duration = 1095 } - any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 730 } } - any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.8 } - any_pop = { limit = { is_primary_culture = yes } militancy = 3 } - } - random_list = { - 20 = {change_variable = { which = philantropic_congo value = 3 } } - 30 = {change_variable = { which = philantropic_congo value = 2 } } - 50 = {change_variable = { which = philantropic_congo value = 1 } } - } - ai_chance = { factor = 0.05 } - } + id = 955187 + title = "EVTNAME955187" + desc = "EVTDESC955187" + picture = "boma_congo" + + trigger = { + has_country_flag = historical_congo + CNG = { + exists = yes + vassal_of = THIS + NOT = { has_country_modifier = philantropic_work } + } + NOT = { has_country_modifier = the_congo_reform_association } + NOT = { has_country_flag = civilizing_congo } + NOT = { has_global_flag = congo_free_state_over } + NOT = { check_variable = { which = exploited_congo value = 7.99 } } + NOT = { check_variable = { which = philantropic_congo value = 7.99 } } + NOT = { check_variable = { which = congo_destiny value = 5.99 } } + } + + mean_time_to_happen = { months = 2 } + + immediate = { change_variable = { which = congo_destiny value = 1 } } + + option = { + name = "EVT955187OPTA" #Full exploitation + random_country = { + limit = { has_country_flag = turn_officers_in_aristocrats } + clr_country_flag = turn_officers_in_aristocrats + any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 0.99 } + NOT = { check_variable = { which = congo_destiny value = 1.99 } } + } + } + treasury = 20000 + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 1.99 } + NOT = { check_variable = { which = congo_destiny value = 2.99 } } + } + } + treasury = 40000 + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 2.99 } + NOT = { check_variable = { which = congo_destiny value = 3.99 } } + } + } + treasury = 80000 + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 3.99 } + NOT = { check_variable = { which = congo_destiny value = 4.99 } } + } + } + treasury = 120000 + } + add_country_modifier = { name = the_congo_reform_association duration = 1095 } + CNG = { + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 1460 } } + capital_scope = { + add_province_modifier = { name = congo_company duration = 1095 } + any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.5 } + } + any_owned = { any_pop = { limit = { is_primary_culture = yes type = aristocrats } money = 100 militancy = -2 } } + any_owned = { any_pop = { limit = { is_primary_culture = yes type = officers } money = 50 militancy = -2 } } + } + random_list = { + 30 = {change_variable = { which = exploited_congo value = 3 } } + 55 = {change_variable = { which = exploited_congo value = 2 } } + 15 = {change_variable = { which = exploited_congo value = 1 } } + } + ai_chance = { factor = 0.45 } + } + + option = { + name = "EVT955187OPTB" #Minor exploitation + random_country = { + limit = { has_country_flag = turn_officers_in_aristocrats } + clr_country_flag = turn_officers_in_aristocrats + any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 0.99 } + NOT = { check_variable = { which = congo_destiny value = 1.99 } } + } + } + treasury = -10000 + } + random_owned = { + limit = { + owner = { ai = no check_variable = { which = congo_destiny value = 1.99 } + NOT = { check_variable = { which = congo_destiny value = 2.99 } } + } + } + treasury = -20000 + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 2.99 } + NOT = { check_variable = { which = congo_destiny value = 3.99 } } + } + } + treasury = -40000 + } + random_owned = { + limit = { + owner = { check_variable = { which = congo_destiny value = 3.99 } + NOT = { check_variable = { which = congo_destiny value = 4.99 } } + } + } + treasury = -80000 + } + add_country_modifier = { name = the_congo_reform_association duration = 1095 } + CNG = { + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 1095 } } + capital_scope = { + add_province_modifier = { name = congo_company duration = 365 } + any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.7 } + } + } + random_list = { + 20 = {change_variable = { which = exploited_congo value = 3 } } + 30 = {change_variable = { which = exploited_congo value = 2 } } + 50 = {change_variable = { which = exploited_congo value = 1 } } + } + ai_chance = { + factor = 0.50 + modifier = { + factor = 0 + check_variable = { which = congo_destiny value = 0.99 } + NOT = { check_variable = { which = congo_destiny value = 1.99 } } + NOT = { money = 11000 } + } + modifier = { + factor = 0 + check_variable = { which = congo_destiny value = 1.99 } + NOT = { check_variable = { which = congo_destiny value = 2.99 } } + NOT = { money = 21000 } + } + modifier = { + factor = 0 + check_variable = { which = congo_destiny value = 2.99 } + NOT = { check_variable = { which = congo_destiny value = 3.99 } } + NOT = { money = 41000 } + } + modifier = { + factor = 0 + check_variable = { which = congo_destiny value = 3.99 } + NOT = { check_variable = { which = congo_destiny value = 4.99 } } + NOT = { money = 81000 } + } + } + } + + option = { + name = "EVT955187OPTC" #Philanthropic work + random_country = { + limit = { has_country_flag = turn_officers_in_aristocrats } + clr_country_flag = turn_officers_in_aristocrats + any_pop = { limit = { is_primary_culture = yes type = officers } pop_type = aristocrats } + } + CNG = { + add_country_modifier = { name = philantropic_work duration = 1095 } + any_owned = { limit = { is_capital = no } add_province_modifier = { name = congo_exploitation duration = 730 } } + any_pop = { limit = { NOT = { OR = { type = aristocrats type = officers } is_primary_culture = yes } } reduce_pop = 0.8 } + any_pop = { limit = { is_primary_culture = yes } militancy = 3 } + } + random_list = { + 20 = {change_variable = { which = philantropic_congo value = 3 } } + 30 = {change_variable = { which = philantropic_congo value = 2 } } + 50 = {change_variable = { which = philantropic_congo value = 1 } } + } + ai_chance = { factor = 0.05 } + } } #Congo's Exploitation - Heart of Darkness - Historical Route country_event = { - id = 955188 - title = "EVTNAME14670" - desc = "EVTDESC955188" - picture = "congo_atrocities" - - trigger = { - has_country_flag = historical_congo - NOT = { has_global_flag = congo_free_state_over } - CNG = { - NOT = { has_country_flag = philantropic_congo } - exists = yes - vassal_of = THIS - NOT = { has_country_modifier = philantropic_work } - } - NOT = { has_country_modifier = the_congo_reform_association } - check_variable = { which = exploited_congo value = 7.99 } - } - - fire_only_once = yes - mean_time_to_happen = { months = 1 } - - option = { - name = "EVTOPTA14670" - badboy = 10 - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - set_country_flag = not_congo_primary_culture - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - any_pop = { - scaled_militancy = { factor = 2 ideology = liberal } - scaled_militancy = { factor = 2 ideology = socialist } - scaled_militancy = { factor = 2 ideology = communist } - scaled_consciousness = { factor = 4 ideology = liberal } - scaled_consciousness = { factor = 4 ideology = socialist } - scaled_consciousness = { factor = 4 ideology = communist } - } - CNG = { - remove_accepted_culture = bakongo - primary_culture = bakongo - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - inherit = CNG - country_event = { id = 199048 days = 2 } - ai_chance = { - factor = 0.5 - modifier = { factor = 0 badboy = 0.5 } - } - } - - option = { - name = "EVTOPTB14670" - badboy = 5 - prestige_factor = -0.2 - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - any_pop = { - scaled_militancy = { factor = 2 ideology = liberal } - scaled_militancy = { factor = 2 ideology = socialist } - scaled_militancy = { factor = 2 ideology = communist } - scaled_consciousness = { factor = 4 ideology = liberal } - scaled_consciousness = { factor = 4 ideology = socialist } - scaled_consciousness = { factor = 4 ideology = communist } - } - CNG = { - remove_accepted_culture = bakongo - primary_culture = bakongo - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - inherit = CNG - country_event = { id = 199048 days = 2 } - ai_chance = { - factor = 0.5 - modifier = { factor = 100 badboy = 0.5 } - } - } + id = 955188 + title = "EVTNAME14670" + desc = "EVTDESC955188" + picture = "congo_atrocities" + + trigger = { + has_country_flag = historical_congo + NOT = { has_global_flag = congo_free_state_over } + CNG = { + NOT = { has_country_flag = philantropic_congo } + exists = yes + vassal_of = THIS + NOT = { has_country_modifier = philantropic_work } + } + NOT = { has_country_modifier = the_congo_reform_association } + check_variable = { which = exploited_congo value = 7.99 } + } + + fire_only_once = yes + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPTA14670" + badboy = 10 + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + set_country_flag = not_congo_primary_culture + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + any_pop = { + scaled_militancy = { factor = 2 ideology = liberal } + scaled_militancy = { factor = 2 ideology = socialist } + scaled_militancy = { factor = 2 ideology = communist } + scaled_consciousness = { factor = 4 ideology = liberal } + scaled_consciousness = { factor = 4 ideology = socialist } + scaled_consciousness = { factor = 4 ideology = communist } + } + CNG = { + remove_accepted_culture = bakongo + primary_culture = bakongo + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + inherit = CNG + country_event = { id = 199049 days = 2 } + ai_chance = { + factor = 0.5 + modifier = { factor = 0 badboy = 0.5 } + } + } + + option = { + name = "EVTOPTB14670" + badboy = 5 + prestige_factor = -0.2 + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + any_pop = { + scaled_militancy = { factor = 2 ideology = liberal } + scaled_militancy = { factor = 2 ideology = socialist } + scaled_militancy = { factor = 2 ideology = communist } + scaled_consciousness = { factor = 4 ideology = liberal } + scaled_consciousness = { factor = 4 ideology = socialist } + scaled_consciousness = { factor = 4 ideology = communist } + } + CNG = { + remove_accepted_culture = bakongo + primary_culture = bakongo + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + inherit = CNG + country_event = { id = 199049 days = 2 } + ai_chance = { + factor = 0.5 + modifier = { factor = 100 badboy = 0.5 } + } + } } #Congo Integration Route country_event = { - id = 955189 - title = "EVTNAME955189" - desc = "EVTDESC955189" - picture = "congo_station" - - trigger = { - has_country_flag = historical_congo - NOT = { has_global_flag = congo_free_state_over } - CNG = { - NOT = { has_country_flag = philantropic_congo } - exists = yes - vassal_of = THIS - NOT = { has_country_modifier = philantropic_work } - } - NOT = { has_country_modifier = the_congo_reform_association } - NOT = { check_variable = { which = exploited_congo value = 7.99 } } - NOT = { check_variable = { which = philantropic_congo value = 7.99 } } - check_variable = { which = congo_destiny value = 5.99 } - } - - fire_only_once = yes - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT955189OPTA" - set_global_flag = congo_free_state_over - set_country_flag = not_congo_primary_culture - add_country_modifier = { name = integrating_colony duration = 3650 } - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - capital_scope = { rich_strata = { money = 2000 } } - CNG = { - remove_accepted_culture = bakongo - primary_culture = bakongo - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - inherit = CNG - country_event = { id = 199048 days = 2 } - } + id = 955189 + title = "EVTNAME955189" + desc = "EVTDESC955189" + picture = "congo_station" + + trigger = { + has_country_flag = historical_congo + NOT = { has_global_flag = congo_free_state_over } + CNG = { + NOT = { has_country_flag = philantropic_congo } + exists = yes + vassal_of = THIS + NOT = { has_country_modifier = philantropic_work } + } + NOT = { has_country_modifier = the_congo_reform_association } + NOT = { check_variable = { which = exploited_congo value = 7.99 } } + NOT = { check_variable = { which = philantropic_congo value = 7.99 } } + check_variable = { which = congo_destiny value = 5.99 } + } + + fire_only_once = yes + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT955189OPTA" + set_global_flag = congo_free_state_over + set_country_flag = not_congo_primary_culture + add_country_modifier = { name = integrating_colony duration = 3650 } + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + capital_scope = { rich_strata = { money = 2000 } } + CNG = { + remove_accepted_culture = bakongo + primary_culture = bakongo + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + inherit = CNG + country_event = { id = 199049 days = 2 } + } } #Congo Philanthropic Route country_event = { - id = 955190 - title = "EVTNAME955190" - desc = "EVTDESC955190" - picture = "congo_ship" - - trigger = { - NOT = { has_global_flag = historical_congo } - NOT = { has_country_flag = historical_congo } - NOT = { has_country_flag = zaire_master } - CNG = { - NOT = { has_country_flag = philantropic_congo } - exists = yes - vassal_of = THIS - NOT = { has_country_modifier = philantropic_work } - } - NOT = { has_country_modifier = the_congo_reform_association } - check_variable = { which = philantropic_congo value = 7.99 } - } - - fire_only_once = yes - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT955190OPTA" - prestige_factor = 0.3 - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - CNG = { - government = hms_government - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = no_slavery - add_country_modifier = { name = philantropic_work duration = 1825 } - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - } + id = 955190 + title = "EVTNAME955190" + desc = "EVTDESC955190" + picture = "congo_ship" + + trigger = { + NOT = { has_global_flag = historical_congo } + NOT = { has_country_flag = historical_congo } + NOT = { has_country_flag = zaire_master } + CNG = { + NOT = { has_country_flag = philantropic_congo } + exists = yes + vassal_of = THIS + NOT = { has_country_modifier = philantropic_work } + } + NOT = { has_country_modifier = the_congo_reform_association } + check_variable = { which = philantropic_congo value = 7.99 } + } + + fire_only_once = yes + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT955190OPTA" + prestige_factor = 0.3 + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + CNG = { + government = hms_government + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = no_slavery + add_country_modifier = { name = philantropic_work duration = 1825 } + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + } } #Congo - Revolution at the motherland country_event = { - id = 955191 - title = "EVTNAME955191" - desc = "EVTDESC955191" - picture = "congo_station" - - trigger = { - OR = { - has_country_flag = historical_congo - has_country_flag = zaire_master - } - NOT = { has_global_flag = congo_free_state_over } - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - CNG = { - exists = yes - vassal_of = THIS - } - } - - fire_only_once = yes - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT955191OPTA" #Inherit the congo - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - CNG = { - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - inherit = CNG - country_event = { id = 199048 days = 2 } - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVT955191OPTB" #Leave it as is - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - CNG = { - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - random_owned = { - limit = { owner = { government = proletarian_dictatorship } } - CNG = { government = proletarian_dictatorship political_reform = no_slavery } - } - ai_chance = { - factor = 0.1 - - modifier = { factor = 5 government = proletarian_dictatorship } - } - } - - option = { - name = "EVT955191OPTC" #Set them free - set_global_flag = congo_free_state_over - clr_country_flag = historical_congo - clr_country_flag = zaire_master - any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } - CNG = { - political_reform = no_slavery - all_core = { remove_core = KUB } - all_core = { remove_core = AZA } - all_core = { remove_core = KZB } - all_core = { remove_core = LBA } - all_core = { remove_core = LUN } - all_core = { remove_core = MNG } - } - random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } - release_vassal = CNG - random_owned = { - limit = { owner = { government = proletarian_dictatorship } } - CNG = { government = proletarian_dictatorship political_reform = no_slavery } - } - ai_chance = { - factor = 0.01 - modifier = { factor = 50 government = proletarian_dictatorship } - } - } + id = 955191 + title = "EVTNAME955191" + desc = "EVTDESC955191" + picture = "congo_station" + + trigger = { + OR = { + has_country_flag = historical_congo + has_country_flag = zaire_master + } + NOT = { has_global_flag = congo_free_state_over } + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + CNG = { + exists = yes + vassal_of = THIS + } + } + + fire_only_once = yes + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT955191OPTA" #Inherit the congo + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + CNG = { + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + inherit = CNG + country_event = { id = 199049 days = 2 } + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVT955191OPTB" #Leave it as is + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + CNG = { + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + random_owned = { + limit = { owner = { government = proletarian_dictatorship } } + CNG = { government = proletarian_dictatorship political_reform = no_slavery } + } + ai_chance = { + factor = 0.1 + + modifier = { factor = 5 government = proletarian_dictatorship } + } + } + + option = { + name = "EVT955191OPTC" #Set them free + set_global_flag = congo_free_state_over + clr_country_flag = historical_congo + clr_country_flag = zaire_master + any_country = { clr_country_flag = yes_to_congo clr_country_flag = historical_congo clr_country_flag = zaire_master } + CNG = { + political_reform = no_slavery + all_core = { remove_core = KUB } + all_core = { remove_core = AZA } + all_core = { remove_core = KZB } + all_core = { remove_core = LBA } + all_core = { remove_core = LUN } + all_core = { remove_core = MNG } + } + random_country = { limit = { tag = KON ai = yes } all_core = { remove_core = KON } } + release_vassal = CNG + random_owned = { + limit = { owner = { government = proletarian_dictatorship } } + CNG = { government = proletarian_dictatorship political_reform = no_slavery } + } + ai_chance = { + factor = 0.01 + modifier = { factor = 50 government = proletarian_dictatorship } + } + } } #Spawning the Congo Free State country_event = { - id = 955192 - title = "EVTNAME955192" - desc = "EVTDESC955192" - picture = "congo_station" - - trigger = { - owns = 1982 - owns = 1983 - has_country_flag = zaire_master - civilized = yes - NOT = { exists = CNG } - } - - fire_only_once = yes - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT955192OPTA" - 1982 = { - random_empty_neighbor_province = { - limit = { is_core = CNG province_id = 1985 } - secede_province = THIS - any_pop = { literacy = -0.99 } - } - } - 1982 = { - random_empty_neighbor_province = { - limit = { - is_core = CNG - province_id = 1994 - } - BEL_1984 = { - secede_province = THIS - any_pop = { literacy = -0.99 } - } - } - } - random_owned = { - limit = { is_core = CNG province_id = 1992 } - random_empty_neighbor_province = { - limit = { is_core = CNG province_id = 1996 } - BEL_1990 = { secede_province = THIS any_pop = { literacy = -0.99 } } - } - } - random_owned = { - limit = { is_core = CNG province_id = 1984 } - random_empty_neighbor_province = { - limit = { is_core = CNG province_id = 1988 } - BEL_1987 = { secede_province = THIS any_pop = { literacy = -0.99 } } - } - } - release_vassal = CNG - CNG = { - government = absolute_monarchy - military_reform = yes_foreign_training - military_reform = yes_foreign_weapons - activate_technology = flintlock_rifles - military_reform = yes_foreign_officers - add_country_modifier = { name = western_presence duration = -1 } - set_country_flag = post_colonial_country - tech_school = developing_tech_school - } - random_owned = { - limit = { owner = { is_greater_power = yes } } - owner = { diplomatic_influence = { who = CNG value = 400 } } - } - random_owned = { - limit = { owner = { part_of_sphere = yes } } - owner = { sphere_owner = { diplomatic_influence = { who = CNG value = 100 } } } - } - random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic } } - random_owned = { limit = { owner = { has_country_flag = protestant_country } } CNG = { religion = protestant } } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni } } - } + id = 955192 + title = "EVTNAME955192" + desc = "EVTDESC955192" + picture = "congo_station" + + trigger = { + owns = 1982 + owns = 1983 + has_country_flag = zaire_master + civilized = yes + NOT = { exists = CNG } + } + + fire_only_once = yes + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT955192OPTA" + 1982 = { + random_empty_neighbor_province = { + limit = { is_core = CNG province_id = 1985 } + secede_province = THIS + any_pop = { literacy = -0.99 } + } + } + 1982 = { + random_empty_neighbor_province = { + limit = { + is_core = CNG + province_id = 1994 + } + BEL_1984 = { + secede_province = THIS + any_pop = { literacy = -0.99 } + } + } + } + random_owned = { + limit = { is_core = CNG province_id = 1992 } + random_empty_neighbor_province = { + limit = { is_core = CNG province_id = 1996 } + BEL_1990 = { secede_province = THIS any_pop = { literacy = -0.99 } } + } + } + random_owned = { + limit = { is_core = CNG province_id = 1984 } + random_empty_neighbor_province = { + limit = { is_core = CNG province_id = 1988 } + BEL_1987 = { secede_province = THIS any_pop = { literacy = -0.99 } } + } + } + release_vassal = CNG + CNG = { + government = absolute_monarchy + military_reform = yes_foreign_training + military_reform = yes_foreign_weapons + activate_technology = flintlock_rifles + military_reform = yes_foreign_officers + add_country_modifier = { name = western_presence duration = -1 } + set_country_flag = post_colonial_country + tech_school = developing_tech_school + } + random_owned = { + limit = { owner = { is_greater_power = yes } } + owner = { diplomatic_influence = { who = CNG value = 400 } } + } + random_owned = { + limit = { owner = { part_of_sphere = yes } } + owner = { sphere_owner = { diplomatic_influence = { who = CNG value = 100 } } } + } + random_owned = { limit = { owner = { has_country_flag = catholic_country } } CNG = { religion = catholic } } + random_owned = { limit = { owner = { has_country_flag = protestant_country } } CNG = { religion = protestant } } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } CNG = { religion = orthodox } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } CNG = { religion = sunni } } + } } #Returning Congo Lands to the Congo Free State country_event = { - id = 955193 - title = "EVTNAME955193" - desc = "EVTDESC955193" - picture = "congo_station" - - trigger = { - war = no - any_owned_province = { is_core = CNG } - NOT = { - has_country_flag = zaire_master - year = 1900 - } - any_neighbor_country = { - war = no - OR = { - AND = { - relation = { who = THIS value = 0 } - exists = yes - has_country_flag = zaire_master - CNG = { exists = no } - } - AND = { - tag = CNG - exists = yes - overlord = { - has_country_flag = zaire_master - relation = { who = THIS value = 0 } - exists = yes - } - } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT955193OPTA" - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = 25 } } - random_country = { - limit = { - has_country_flag = zaire_master - exists = yes - neighbour = THIS - CNG = { exists = no } - } - country_event = 955194 - } - random_country = { - limit = { - tag = CNG - exists = yes - neighbour = THIS - overlord = { - relation = { who = THIS value = 0 } - exists = yes - } - } - country_event = 955194 - } - } - - option = { - name = "EVT955193OPTB" - badboy = 1 - random_country = { - limit = { - has_country_flag = zaire_master - exists = yes - neighbour = THIS - CNG = { exists = no } - } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = CNG - exists = yes - neighbour = THIS - overlord = { - relation = { who = THIS value = 0 } - exists = yes - } - } - overlord = { relation = { who = THIS value = -100 } } - } - } + id = 955193 + title = "EVTNAME955193" + desc = "EVTDESC955193" + picture = "congo_station" + + trigger = { + war = no + any_owned_province = { is_core = CNG } + NOT = { + has_country_flag = zaire_master + year = 1900 + } + any_neighbor_country = { + war = no + OR = { + AND = { + relation = { who = THIS value = 0 } + exists = yes + has_country_flag = zaire_master + CNG = { exists = no } + } + AND = { + tag = CNG + exists = yes + overlord = { + has_country_flag = zaire_master + relation = { who = THIS value = 0 } + exists = yes + } + } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT955193OPTA" + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = 25 } } + random_country = { + limit = { + has_country_flag = zaire_master + exists = yes + neighbour = THIS + CNG = { exists = no } + } + country_event = 955194 + } + random_country = { + limit = { + tag = CNG + exists = yes + neighbour = THIS + overlord = { + relation = { who = THIS value = 0 } + exists = yes + } + } + country_event = 955194 + } + } + + option = { + name = "EVT955193OPTB" + badboy = 1 + random_country = { + limit = { + has_country_flag = zaire_master + exists = yes + neighbour = THIS + CNG = { exists = no } + } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = CNG + exists = yes + neighbour = THIS + overlord = { + relation = { who = THIS value = 0 } + exists = yes + } + } + overlord = { relation = { who = THIS value = -100 } } + } + } } #Returning Congo Lands to the Congo Free State - Congo Master gets the answer country_event = { - id = 955194 - title = "EVTNAME955194" - desc = "EVTDESC955194" - picture = "congo_station" - - is_triggered_only = yes - - option = { - name = "EVT955194OPTA" - FROM = { any_owned = { limit = { is_core = CNG } secede_province = THIS } } - relation = { who = FROM value = 50 } - } + id = 955194 + title = "EVTNAME955194" + desc = "EVTDESC955194" + picture = "congo_station" + + is_triggered_only = yes + + option = { + name = "EVT955194OPTA" + FROM = { any_owned = { limit = { is_core = CNG } secede_province = THIS } } + relation = { who = FROM value = 50 } + } } diff --git a/HPM/events/CrimeAndPunishment.txt b/HPM/events/CrimeAndPunishment.txt index f2c79d2f..d843d56d 100644 --- a/HPM/events/CrimeAndPunishment.txt +++ b/HPM/events/CrimeAndPunishment.txt @@ -1,594 +1,594 @@ # Trustee System country_event = { - id = 22000 - title = "EVTNAME22000" - desc = "EVTDESC22000" - picture = "prisonworkers" - - trigger = { - crime_fighting = 0.5 - civilized = yes - NOT = { - poor_strata_everyday_needs = 0.8 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 2 - } - } - modifier = { - factor = 0.9 - social_science = 1 - } - } - - option = { - name = "EVTOPTA22000" - random_state = { - any_owned = { - add_province_modifier = { - name = trustee_system - duration = 14600 - } - } - } - } - - option = { - name = "EVTOPTB22000" - random_state = { - any_pop = { - consciousness = 2 - militancy = 2 - } - } - } + id = 22000 + title = "EVTNAME22000" + desc = "EVTDESC22000" + picture = "prisonworkers" + + trigger = { + crime_fighting = 0.5 + civilized = yes + NOT = { + poor_strata_everyday_needs = 0.8 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 2 + } + } + modifier = { + factor = 0.9 + social_science = 1 + } + } + + option = { + name = "EVTOPTA22000" + random_state = { + any_owned = { + add_province_modifier = { + name = trustee_system + duration = 14600 + } + } + } + } + + option = { + name = "EVTOPTB22000" + random_state = { + any_pop = { + consciousness = 2 + militancy = 2 + } + } + } } # Penal Colony country_event = { - id = 22010 - title = "EVTNAME22010" - desc = "EVTDESC22010" - news = yes - news_desc_long = "EVTDESC22010_NEWS_LONG" - news_desc_medium = "EVTDESC22010_NEWS_MEDIUM" - news_desc_short = "EVTDESC22010_NEWS_SHORT" - picture = "penal_colony" - - trigger = { - colonial_nation = yes - civilized = yes - NOT = { - poor_strata_everyday_needs = 0.9 - has_country_modifier = penal_colonies - penal_system = incarceration - } - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - crime_fighting = 0.5 - } - - modifier = { - factor = 0.9 - crime_fighting = 0.6 - } - - modifier = { - factor = 0.9 - average_militancy = 4 - } - - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.9 - } - } - - option = { - name = "EVTOPTA22010" - add_country_modifier = { - name = penal_colonies - duration = -1 - } - } - - option = { - name = "EVTOPTB22010" - any_pop = { - militancy = -0.5 - } - } + id = 22010 + title = "EVTNAME22010" + desc = "EVTDESC22010" + news = yes + news_desc_long = "EVTDESC22010_NEWS_LONG" + news_desc_medium = "EVTDESC22010_NEWS_MEDIUM" + news_desc_short = "EVTDESC22010_NEWS_SHORT" + picture = "penal_colony" + + trigger = { + colonial_nation = yes + civilized = yes + NOT = { + poor_strata_everyday_needs = 0.9 + has_country_modifier = penal_colonies + penal_system = incarceration + } + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + crime_fighting = 0.5 + } + + modifier = { + factor = 0.9 + crime_fighting = 0.6 + } + + modifier = { + factor = 0.9 + average_militancy = 4 + } + + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.9 + } + } + + option = { + name = "EVTOPTA22010" + add_country_modifier = { + name = penal_colonies + duration = -1 + } + } + + option = { + name = "EVTOPTB22010" + any_pop = { + militancy = -0.5 + } + } } # Penal Colony Gone (Cleanup Event) country_event = { - id = 22011 - title = "EVTNAME22011" - desc = "EVTDESC22011" - picture = "penal_colony" - - trigger = { - has_country_modifier = penal_colonies - OR = { - colonial_nation = no - penal_system = incarceration - } - } - - mean_time_to_happen = { - months = 5 - } - - option = { - name = "EVTOPTA22011" - remove_country_modifier = penal_colonies - } + id = 22011 + title = "EVTNAME22011" + desc = "EVTDESC22011" + picture = "penal_colony" + + trigger = { + has_country_modifier = penal_colonies + OR = { + colonial_nation = no + penal_system = incarceration + } + } + + mean_time_to_happen = { + months = 5 + } + + option = { + name = "EVTOPTA22011" + remove_country_modifier = penal_colonies + } } # Penal Reform League country_event = { - id = 22020 - title = "EVTNAME22020" - desc = "EVTDESC22020" - picture = "prisoners" - - trigger = { - NOT = { penal_system = rehabilitation } - civilized = yes - NOT = { - poor_strata_everyday_needs = 0.9 - } - average_militancy = 2 - } - - mean_time_to_happen = { - months = 2000 - - modifier = { - factor = 0.9 - crime_fighting = 0.8 - } - modifier = { - factor = 0.9 - crime_fighting = 0.9 - } - modifier = { - factor = 0.9 - crime_fighting = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA22020" - any_pop = { - militancy = -0.5 - } - } - - option = { - name = "EVTOPTB22020" - any_pop = { - consciousness = -0.5 - } - } - - option = { - name = "EVTOPTC22020" - upper_house = { - ideology = liberal - value = 0.05 - } - } + id = 22020 + title = "EVTNAME22020" + desc = "EVTDESC22020" + picture = "prisoners" + + trigger = { + NOT = { penal_system = rehabilitation } + civilized = yes + NOT = { + poor_strata_everyday_needs = 0.9 + } + average_militancy = 2 + } + + mean_time_to_happen = { + months = 2000 + + modifier = { + factor = 0.9 + crime_fighting = 0.8 + } + modifier = { + factor = 0.9 + crime_fighting = 0.9 + } + modifier = { + factor = 0.9 + crime_fighting = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA22020" + any_pop = { + militancy = -0.5 + } + } + + option = { + name = "EVTOPTB22020" + any_pop = { + consciousness = -0.5 + } + } + + option = { + name = "EVTOPTC22020" + upper_house = { + ideology = liberal + value = 0.05 + } + } } # Murder! country_event = { - id = 22030 - title = "EVTNAME22030" - desc = "EVTDESC22030" - picture = "jacktheripper" - - trigger = { - NOT = { - poor_strata_life_needs = 0.9 - } - upper_house = { - ideology = liberal - value = 0.1 - } - } - - mean_time_to_happen = { - months = 1500 - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.9 - } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 4 - } - } - #modifier = { - # factor = 1.5 - # luxury_needs = 0.5 - #} - } - - option = { - name = "EVTOPTA22030" - random_state = { - rich_strata = { - militancy = 0.5 - } - poor_strata = { - militancy = -0.5 - consciousness = 0.5 - } - } - } - - option = { - name = "EVTOPTB22030" - random_state = { - poor_strata = { - militancy = 0.5 - } - rich_strata = { - militancy = -0.5 - consciousness = 0.5 - } - } - } + id = 22030 + title = "EVTNAME22030" + desc = "EVTDESC22030" + picture = "jacktheripper" + + trigger = { + NOT = { + poor_strata_life_needs = 0.9 + } + upper_house = { + ideology = liberal + value = 0.1 + } + } + + mean_time_to_happen = { + months = 1500 + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.9 + } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 4 + } + } + #modifier = { + # factor = 1.5 + # luxury_needs = 0.5 + #} + } + + option = { + name = "EVTOPTA22030" + random_state = { + rich_strata = { + militancy = 0.5 + } + poor_strata = { + militancy = -0.5 + consciousness = 0.5 + } + } + } + + option = { + name = "EVTOPTB22030" + random_state = { + poor_strata = { + militancy = 0.5 + } + rich_strata = { + militancy = -0.5 + consciousness = 0.5 + } + } + } } #No Good Chain-Gang country_event = { - id = 22040 - title = "EVTNAME22040" - desc = "EVTDESC22040" - picture = "prisoners" - - trigger = { - penal_system = colonial_transportation - crime_fighting = 0.5 - NOT = { - poor_strata_everyday_needs = 0.9 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 4 - } - } - } - - option = { - name = "EVTOPTA22040" - random_state = { - any_pop = { - dominant_issue = { - value = incarceration - factor = 0.4 - } - } - middle_strata = { - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB22040" - random_state = { - poor_strata = { - militancy = 1 - } - } - } + id = 22040 + title = "EVTNAME22040" + desc = "EVTDESC22040" + picture = "prisoners" + + trigger = { + penal_system = colonial_transportation + crime_fighting = 0.5 + NOT = { + poor_strata_everyday_needs = 0.9 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 4 + } + } + } + + option = { + name = "EVTOPTA22040" + random_state = { + any_pop = { + dominant_issue = { + value = incarceration + factor = 0.4 + } + } + middle_strata = { + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB22040" + random_state = { + poor_strata = { + militancy = 1 + } + } + } } #Outlaw on The Run country_event = { - id = 22050 - title = "EVTNAME22050" - desc = "EVTDESC22050" - picture = "wanted" - - trigger = { - NOT = { - poor_strata_everyday_needs = 0.8 - } - liberal = 0.2 - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.1 - NOT = { - average_militancy = 4 - } - } - modifier = { - factor = 1.1 - NOT = { - average_consciousness = 4 - } - } - } - - option = { - name = "EVTOPTA22050" - rich_strata = { - militancy = 2 - } - } - - option = { - name = "EVTOPTB22050" - poor_strata = { - militancy = 1 - } - } + id = 22050 + title = "EVTNAME22050" + desc = "EVTDESC22050" + picture = "wanted" + + trigger = { + NOT = { + poor_strata_everyday_needs = 0.8 + } + liberal = 0.2 + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.1 + NOT = { + average_militancy = 4 + } + } + modifier = { + factor = 1.1 + NOT = { + average_consciousness = 4 + } + } + } + + option = { + name = "EVTOPTA22050" + rich_strata = { + militancy = 2 + } + } + + option = { + name = "EVTOPTB22050" + poor_strata = { + militancy = 1 + } + } } # Life Without Parole country_event = { - id = 22060 - title = "EVTNAME22060" - desc = "EVTDESC22060" - picture = "prisoners" - - trigger = { - penal_system = incarceration - NOT = { - rich_strata_life_needs = 0.9 - } - liberal = 0.1 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.9 - } - } - - option = { - name = "EVTOPTA22060" - random_state = { - any_pop = { - dominant_issue = { - value = rehabilitation - factor = 0.4 - } - } - } - poor_strata = { - militancy = -0.5 - } - prestige = -2 - } - - option = { - name = "EVTOPTB22060" - poor_strata = { - militancy = 0.5 - } - prestige = 2 - } + id = 22060 + title = "EVTNAME22060" + desc = "EVTDESC22060" + picture = "prisoners" + + trigger = { + penal_system = incarceration + NOT = { + rich_strata_life_needs = 0.9 + } + liberal = 0.1 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.9 + } + } + + option = { + name = "EVTOPTA22060" + random_state = { + any_pop = { + dominant_issue = { + value = rehabilitation + factor = 0.4 + } + } + } + poor_strata = { + militancy = -0.5 + } + prestige = -2 + } + + option = { + name = "EVTOPTB22060" + poor_strata = { + militancy = 0.5 + } + prestige = 2 + } } #Debtor's Prison country_event = { - id = 22070 - title = "EVTNAME22070" - desc = "EVTDESC22070" - picture = "prisoners" - - trigger = { - debt_law = debtors_prisons - NOT = { - poor_strata_life_needs = 0.95 - middle_strata_everyday_needs = 0.8 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - plurality = 5 - } - } - } - - option = { - name = "EVTOPTA22070" - random_state = { - any_pop = { - dominant_issue = { - value = bankruptcy - factor = 0.4 - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB22070" - aristocrats = { - militancy = 0.5 - } - capitalists = { - militancy = 0.5 - } - } + id = 22070 + title = "EVTNAME22070" + desc = "EVTDESC22070" + picture = "prisoners" + + trigger = { + debt_law = debtors_prisons + NOT = { + poor_strata_life_needs = 0.95 + middle_strata_everyday_needs = 0.8 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + plurality = 5 + } + } + } + + option = { + name = "EVTOPTA22070" + random_state = { + any_pop = { + dominant_issue = { + value = bankruptcy + factor = 0.4 + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB22070" + aristocrats = { + militancy = 0.5 + } + capitalists = { + militancy = 0.5 + } + } } #Capital Punishment country_event = { - id = 22080 - title = "EVTNAME22080" - desc = "EVTDESC22080" - picture = "Execution" - - trigger = { - penal_system = capital_punishment - liberal = 0.1 - capital_scope = { - average_militancy = 3 - } - } - - mean_time_to_happen = { - months = 1500 - - modifier = { - factor = 0.9 - average_militancy = 4 - } - - modifier = { - factor = 0.9 - average_consciousness = 4 - } - - modifier = { - factor = 0.9 - year = 1900 - } - - modifier = { - factor = 1.5 - NOT = { - year = 1900 - } - } - } - - option = { - name = "EVTOPTA22080" - plurality = 1 - random_state = { - any_pop = { - dominant_issue = { - value = colonial_transportation - factor = 0.4 - } - } - } - capital_scope = { - any_pop = { - scaled_consciousness = { - ideology = liberal - factor = 3 - } - } - } - } - - option = { - name = "EVTOPTB22080" - capital_scope = { - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 3 - } - } - } - } -} \ No newline at end of file + id = 22080 + title = "EVTNAME22080" + desc = "EVTDESC22080" + picture = "Execution" + + trigger = { + penal_system = capital_punishment + liberal = 0.1 + capital_scope = { + average_militancy = 3 + } + } + + mean_time_to_happen = { + months = 1500 + + modifier = { + factor = 0.9 + average_militancy = 4 + } + + modifier = { + factor = 0.9 + average_consciousness = 4 + } + + modifier = { + factor = 0.9 + year = 1900 + } + + modifier = { + factor = 1.5 + NOT = { + year = 1900 + } + } + } + + option = { + name = "EVTOPTA22080" + plurality = 1 + random_state = { + any_pop = { + dominant_issue = { + value = colonial_transportation + factor = 0.4 + } + } + } + capital_scope = { + any_pop = { + scaled_consciousness = { + ideology = liberal + factor = 3 + } + } + } + } + + option = { + name = "EVTOPTB22080" + capital_scope = { + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 3 + } + } + } + } +} diff --git a/HPM/events/CrimeanWar.txt b/HPM/events/CrimeanWar.txt index d1d43700..d96bf266 100644 --- a/HPM/events/CrimeanWar.txt +++ b/HPM/events/CrimeanWar.txt @@ -1,1024 +1,1024 @@ ################################################################################################################# -# # -# Crimean War Events # -# # +# # +# Crimean War Events # +# # ################################################################################################################# country_event = { - id = 97500 - title = "EVTNAME97500" #Sovereign Authority in the Holy Land - desc = "EVTDESC97500" - picture = "french_on_crimean_war" - - is_triggered_only = yes - - option = { - name = "EVT97500OPTA" - prestige = 10 - RUS = { - prestige = 10 - relation = { who = FRA value = -50 } - } - FRA = { country_event = 97501 } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - in_sphere = FRA - } - modifier = { - factor = 0.5 - truce_with = RUS - } - modifier = { - factor = 0.5 - is_secondary_power = no - } - } - } - - option = { - name = "EVT97500OPTB" - set_global_flag = france_protector_of_eastern_christians - prestige = -10 - FRA = { country_event = 97504 } - RUS = { country_event = 97503 } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - in_sphere = RUS - } - modifier = { - factor = 0.5 - part_of_sphere = yes - NOT = { in_sphere = RUS } - NOT = { in_sphere = FRA } - } - modifier = { - factor = 2 - is_secondary_power = no - } - } - } + id = 97500 + title = "EVTNAME97500" #Sovereign Authority in the Holy Land + desc = "EVTDESC97500" + picture = "french_on_crimean_war" + + is_triggered_only = yes + + option = { + name = "EVT97500OPTA" + prestige = 10 + RUS = { + prestige = 10 + relation = { who = FRA value = -50 } + } + FRA = { country_event = 97501 } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + in_sphere = FRA + } + modifier = { + factor = 0.5 + truce_with = RUS + } + modifier = { + factor = 0.5 + is_secondary_power = no + } + } + } + + option = { + name = "EVT97500OPTB" + set_global_flag = france_protector_of_eastern_christians + prestige = -10 + FRA = { country_event = 97504 } + RUS = { country_event = 97503 } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + in_sphere = RUS + } + modifier = { + factor = 0.5 + part_of_sphere = yes + NOT = { in_sphere = RUS } + NOT = { in_sphere = FRA } + } + modifier = { + factor = 2 + is_secondary_power = no + } + } + } } country_event = { - id = 97501 - title = "EVTNAME97501" #Turks Refuse Our Claim - desc = "EVTDESC97501" - picture = "ottoman" - - is_triggered_only = yes - - option = { - name = "EVT97501OPTA" - TUR = { country_event = 97502 } - relation = { who = RUS value = -100 } - leave_alliance = RUS - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT97501OPTB" - prestige = -50 - relation = { who = TUR value = -50 } - ai_chance = { - factor = 5 - } - } + id = 97501 + title = "EVTNAME97501" #Turks Refuse Our Claim + desc = "EVTDESC97501" + picture = "ottoman" + + is_triggered_only = yes + + option = { + name = "EVT97501OPTA" + TUR = { country_event = 97502 } + relation = { who = RUS value = -100 } + leave_alliance = RUS + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT97501OPTB" + prestige = -50 + relation = { who = TUR value = -50 } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 97502 - title = "EVTNAME97502" #French Escalation - desc = "EVTDESC97502" - picture = "crimean_war_ships" - - is_triggered_only = yes - - option = { - name = "EVT97502OPTA" - set_global_flag = france_protector_of_eastern_christians - prestige = -20 - create_alliance = FRA - FRA = { country_event = 97504 } - RUS = { country_event = 97503 } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - in_sphere = RUS - } - } - } - - option = { - name = "EVT97502OPTB" - set_country_flag = refused_french_claim - prestige = 5 - relation = { who = RUS value = 50 } - FRA = { - diplomatic_influence = { who = TUR value = -100 } - relation = { who = TUR value = -200 } - leave_alliance = TUR - casus_belli = { - target = TUR - type = cut_down_to_size - months = 24 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 5 - in_sphere = RUS - } - modifier = { - factor = 0 - part_of_sphere = no - } - modifier = { - factor = 0.5 - is_secondary_power = no - } - } - } + id = 97502 + title = "EVTNAME97502" #French Escalation + desc = "EVTDESC97502" + picture = "crimean_war_ships" + + is_triggered_only = yes + + option = { + name = "EVT97502OPTA" + set_global_flag = france_protector_of_eastern_christians + prestige = -20 + create_alliance = FRA + FRA = { country_event = 97504 } + RUS = { country_event = 97503 } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + in_sphere = RUS + } + } + } + + option = { + name = "EVT97502OPTB" + set_country_flag = refused_french_claim + prestige = 5 + relation = { who = RUS value = 50 } + FRA = { + diplomatic_influence = { who = TUR value = -100 } + relation = { who = TUR value = -200 } + leave_alliance = TUR + casus_belli = { + target = TUR + type = cut_down_to_size + months = 24 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 5 + in_sphere = RUS + } + modifier = { + factor = 0 + part_of_sphere = no + } + modifier = { + factor = 0.5 + is_secondary_power = no + } + } + } } country_event = { - id = 97503 - title = "EVTNAME97500" #Russian Response - desc = "EVTDESC97503" - news = yes - news_desc_long = "EVTDESC97503_NEWS_LONG" - news_desc_medium = "EVTDESC97503_NEWS_MEDIUM" - news_desc_short = "EVTDESC97503_NEWS_SHORT" - picture = "russian_claims_on_holy_land" - - is_triggered_only = yes - - option = { - name = "EVT97503OPTA" - diplomatic_influence = { who = TUR value = -400 } - relation = { who = TUR value = -400 } - } + id = 97503 + title = "EVTNAME97500" #Russian Response + desc = "EVTDESC97503" + news = yes + news_desc_long = "EVTDESC97503_NEWS_LONG" + news_desc_medium = "EVTDESC97503_NEWS_MEDIUM" + news_desc_short = "EVTDESC97503_NEWS_SHORT" + picture = "russian_claims_on_holy_land" + + is_triggered_only = yes + + option = { + name = "EVT97503OPTA" + diplomatic_influence = { who = TUR value = -400 } + relation = { who = TUR value = -400 } + } } country_event = { - id = 97504 - title = "EVTNAME97504" #Ottomans Have Agreed - desc = "EVTDESC97504" - picture = "ottoman" - - is_triggered_only = yes - - option = { - name = "EVT97504OPTA" - prestige = 20 - random_country = { - limit = { - is_sphere_leader_of = TUR - NOT = { tag = FRA } - NOT = { tag = RUS } - } - diplomatic_influence = { who = TUR value = -100 } - relation = { who = FRA value = -25 } - } - diplomatic_influence = { who = TUR value = 100 } - relation = { who = TUR value = 300 } - create_alliance = TUR - } + id = 97504 + title = "EVTNAME97504" #Ottomans Have Agreed + desc = "EVTDESC97504" + picture = "ottoman" + + is_triggered_only = yes + + option = { + name = "EVT97504OPTA" + prestige = 20 + random_country = { + limit = { + is_sphere_leader_of = TUR + NOT = { tag = FRA } + NOT = { tag = RUS } + } + diplomatic_influence = { who = TUR value = -100 } + relation = { who = FRA value = -25 } + } + diplomatic_influence = { who = TUR value = 100 } + relation = { who = TUR value = 300 } + create_alliance = TUR + } } country_event = { - id = 97505 - title = "EVTNAME97505" #French Authority in the Holy Land - desc = "EVTDESC97505" - picture = "french_on_crimean_war" - - trigger = { - tag = TUR - has_country_flag = refused_french_claim - NOT = { has_global_flag = france_protector_of_eastern_christians } - war = no - owns = 917 - OR = { - AND = { - in_sphere = FRA - ai = yes - } - AND = { - truce_with = FRA - is_disarmed = yes - } - } - } - - mean_time_to_happen = { - days = 10 - } - - immediate = { - clr_country_flag = refused_french_claim - } - - option = { - name = "EVT97505OPTA" - set_global_flag = france_protector_of_eastern_christians - prestige = -10 - FRA = { country_event = 97504 } - RUS = { country_event = 97503 } - } + id = 97505 + title = "EVTNAME97505" #French Authority in the Holy Land + desc = "EVTDESC97505" + picture = "french_on_crimean_war" + + trigger = { + tag = TUR + has_country_flag = refused_french_claim + NOT = { has_global_flag = france_protector_of_eastern_christians } + war = no + owns = 917 + OR = { + AND = { + in_sphere = FRA + ai = yes + } + AND = { + truce_with = FRA + is_disarmed = yes + } + } + } + + mean_time_to_happen = { + days = 10 + } + + immediate = { + clr_country_flag = refused_french_claim + } + + option = { + name = "EVT97505OPTA" + set_global_flag = france_protector_of_eastern_christians + prestige = -10 + FRA = { country_event = 97504 } + RUS = { country_event = 97503 } + } } country_event = { - id = 97506 - title = "EVTNAME97505" #UK's Response - desc = "EVTDESC97506" - picture = "ottoman" - - fire_only_once = yes - - trigger = { - tag = ENG - is_greater_power = yes - has_global_flag = france_protector_of_eastern_christians - NOT = { - war_with = RUS - war_with = TUR - has_global_flag = abandoned_holy_land - has_global_flag = treaty_of_paris_1856 - has_global_flag = treaty_of_paris_russia - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT97506OPTA" - prestige = -10 - diplomatic_influence = { who = TUR value = -50 } - relation = { who = RUS value = 50 } - ai_chance = { - factor = 10 - modifier = { - factor = 4 - NOT = { - relation = { who = TUR value = 0 } - } - } - modifier = { - factor = 4 - alliance_with = RUS - } - } - } - - option = { - name = "EVT97506OPTB" - set_country_flag = england_protecting_interests - prestige = 5 - diplomatic_influence = { who = TUR value = 100 } - relation = { who = TUR value = 100 } - relation = { who = RUS value = -50 } - leave_alliance = RUS - create_alliance = TUR - ai_chance = { - factor = 80 - } - } + id = 97506 + title = "EVTNAME97505" #UK's Response + desc = "EVTDESC97506" + picture = "ottoman" + + fire_only_once = yes + + trigger = { + tag = ENG + is_greater_power = yes + has_global_flag = france_protector_of_eastern_christians + NOT = { + war_with = RUS + war_with = TUR + has_global_flag = abandoned_holy_land + has_global_flag = treaty_of_paris_1856 + has_global_flag = treaty_of_paris_russia + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT97506OPTA" + prestige = -10 + diplomatic_influence = { who = TUR value = -50 } + relation = { who = RUS value = 50 } + ai_chance = { + factor = 10 + modifier = { + factor = 4 + NOT = { + relation = { who = TUR value = 0 } + } + } + modifier = { + factor = 4 + alliance_with = RUS + } + } + } + + option = { + name = "EVT97506OPTB" + set_country_flag = england_protecting_interests + prestige = 5 + diplomatic_influence = { who = TUR value = 100 } + relation = { who = TUR value = 100 } + relation = { who = RUS value = -50 } + leave_alliance = RUS + create_alliance = TUR + ai_chance = { + factor = 80 + } + } } country_event = { - id = 97507 - title = "EVTNAME97507" #The War is Lost - desc = "EVTDESC97507" - picture = "crimean_war_defeat" - - fire_only_once = yes - - trigger = { - tag = TUR - RUS = { war_with = TUR } - has_global_flag = crimea_has_happened - NOT = { has_global_flag = treaty_of_paris_1856 } - NOT = { has_global_flag = treaty_of_paris_russia } - NOT = { has_country_flag = crimean_surrender } - any_owned_province = { - is_capital = yes - controlled_by = RUS - NOT = { country_units_in_province = FRA } - NOT = { country_units_in_province = ENG } - NOT = { country_units_in_province = TUR } - province_control_days = 90 - } - national_provinces_occupied = .60 - } - - mean_time_to_happen = { - months = 8 - modifier = { - factor = 0.8 - national_provinces_occupied = .70 - } - modifier = { - factor = 0.8 - national_provinces_occupied = .80 - } - modifier = { - factor = 0.8 - national_provinces_occupied = .90 - } - modifier = { - factor = 0.5 - NOT = { total_amount_of_divisions = 5 } - } - } - - option = { - name = "EVT97507OPTA" - prestige = -20 - war_exhaustion = 25 - RUS = { country_event = 97508 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97507OPTB" - war_exhaustion = -10 - ai_chance = { factor = 0 } - } + id = 97507 + title = "EVTNAME97507" #The War is Lost + desc = "EVTDESC97507" + picture = "crimean_war_defeat" + + fire_only_once = yes + + trigger = { + tag = TUR + RUS = { war_with = TUR } + has_global_flag = crimea_has_happened + NOT = { has_global_flag = treaty_of_paris_1856 } + NOT = { has_global_flag = treaty_of_paris_russia } + NOT = { has_country_flag = crimean_surrender } + any_owned_province = { + is_capital = yes + controlled_by = RUS + NOT = { country_units_in_province = FRA } + NOT = { country_units_in_province = ENG } + NOT = { country_units_in_province = TUR } + province_control_days = 90 + } + national_provinces_occupied = .60 + } + + mean_time_to_happen = { + months = 8 + modifier = { + factor = 0.8 + national_provinces_occupied = .70 + } + modifier = { + factor = 0.8 + national_provinces_occupied = .80 + } + modifier = { + factor = 0.8 + national_provinces_occupied = .90 + } + modifier = { + factor = 0.5 + NOT = { total_amount_of_divisions = 5 } + } + } + + option = { + name = "EVT97507OPTA" + prestige = -20 + war_exhaustion = 25 + RUS = { country_event = 97508 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97507OPTB" + war_exhaustion = -10 + ai_chance = { factor = 0 } + } } country_event = { - id = 97508 - title = "EVTNAME97508" #The Ottoman Surrender - desc = "EVTDESC97508" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT97508OPTA" - set_country_flag = crimean_surrender - TUR = { country_event = 97509 } - end_war = TUR - any_country = { - limit = { - war_with = THIS - vassal_of = TUR - } - country_event = 97511 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97508OPTB" - ai_chance = { factor = 0 } - } + id = 97508 + title = "EVTNAME97508" #The Ottoman Surrender + desc = "EVTDESC97508" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT97508OPTA" + set_country_flag = crimean_surrender + TUR = { country_event = 97509 } + end_war = TUR + any_country = { + limit = { + war_with = THIS + vassal_of = TUR + } + country_event = 97511 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97508OPTB" + ai_chance = { factor = 0 } + } } country_event = { - id = 97509 - title = "EVTNAME97509" - desc = "EVTDESC97509" - picture = "crimean_war_defeat" - - is_triggered_only = yes - - option = { - name = "EVT97509OPTA" - any_country = { - limit = { - OR = { - tag = RUS - vassal_of = RUS - } - war_with = THIS - } - end_war = THIS - } - } + id = 97509 + title = "EVTNAME97509" + desc = "EVTDESC97509" + picture = "crimean_war_defeat" + + is_triggered_only = yes + + option = { + name = "EVT97509OPTA" + any_country = { + limit = { + OR = { + tag = RUS + vassal_of = RUS + } + war_with = THIS + } + end_war = THIS + } + } } country_event = { - id = 97511 - title = "EVTNAME97511" - desc = "EVTDESC97511" - picture = "crimean_war_defeat" - - is_triggered_only = yes - - option = { - name = "EVT97511OPTA" - any_country = { - limit = { war_with = THIS } - end_war = THIS - } - } + id = 97511 + title = "EVTNAME97511" + desc = "EVTDESC97511" + picture = "crimean_war_defeat" + + is_triggered_only = yes + + option = { + name = "EVT97511OPTA" + any_country = { + limit = { war_with = THIS } + end_war = THIS + } + } } country_event = { - id = 97512 - title = "EVTNAME97510" #The Treaty of Paris (Russian Version) - desc = "EVTDESC97512" - news = yes - news_desc_long = "EVTDESC97512_NEWS_LONG" - news_desc_medium = "EVTDESC97512_NEWS_MEDIUM" - news_desc_short = "EVTDESC97512_NEWS_SHORT" - picture = "treaty_of_paris_1856" - - is_triggered_only = yes - - option = { - name = "EVT97512OPTA" - prestige_factor = -0.1 - random_owned = { - limit = { - owner = { - NOT = { money = 250000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 250 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 250000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 250 } } - } - random_owned = { - limit = { owner = { money = 250000 } } - owner = { treasury = -250000 } - } - any_owned = { - limit = { - OR = { - province_id = 674 - province_id = 675 - province_id = 818 - } - } - secede_province = ROM - } - any_owned = { - limit = { region = TUR_885 } - secede_province = RUS - } - FRA = { - prestige = -20 - relation = { who = RUS value = -100 } - leave_alliance = RUS - casus_belli = { - target = RUS - type = take_from_sphere - months = 60 - } - casus_belli = { - target = TUR - type = add_to_sphere - months = 60 - } - } - random_country = { - limit = { - tag = ENG - has_country_flag = england_protecting_interests - } - prestige = -20 - relation = { who = RUS value = -100 } - leave_alliance = RUS - casus_belli = { - target = RUS - type = take_from_sphere - months = 60 - } - casus_belli = { - target = TUR - type = add_to_sphere - months = 60 - } - } - RUS = { - military_access = TUR - diplomatic_influence = { who = TUR value = 100 } - relation = { who = TUR value = 200 } - } - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.50 - } - militancy = 6 - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.50 - } - militancy = 6 - } - any_pop = { - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - } + id = 97512 + title = "EVTNAME97510" #The Treaty of Paris (Russian Version) + desc = "EVTDESC97512" + news = yes + news_desc_long = "EVTDESC97512_NEWS_LONG" + news_desc_medium = "EVTDESC97512_NEWS_MEDIUM" + news_desc_short = "EVTDESC97512_NEWS_SHORT" + picture = "treaty_of_paris_1856" + + is_triggered_only = yes + + option = { + name = "EVT97512OPTA" + prestige_factor = -0.1 + random_owned = { + limit = { + owner = { + NOT = { money = 250000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 250 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 250000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 250 } } + } + random_owned = { + limit = { owner = { money = 250000 } } + owner = { treasury = -250000 } + } + any_owned = { + limit = { + OR = { + province_id = 674 + province_id = 675 + province_id = 818 + } + } + secede_province = ROM + } + any_owned = { + limit = { region = TUR_885 } + secede_province = RUS + } + FRA = { + prestige = -20 + relation = { who = RUS value = -100 } + leave_alliance = RUS + casus_belli = { + target = RUS + type = take_from_sphere + months = 60 + } + casus_belli = { + target = TUR + type = add_to_sphere + months = 60 + } + } + random_country = { + limit = { + tag = ENG + has_country_flag = england_protecting_interests + } + prestige = -20 + relation = { who = RUS value = -100 } + leave_alliance = RUS + casus_belli = { + target = RUS + type = take_from_sphere + months = 60 + } + casus_belli = { + target = TUR + type = add_to_sphere + months = 60 + } + } + RUS = { + military_access = TUR + diplomatic_influence = { who = TUR value = 100 } + relation = { who = TUR value = 200 } + } + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.50 + } + militancy = 6 + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.50 + } + militancy = 6 + } + any_pop = { + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + } } country_event = { - id = 97510 - title = "EVTNAME97510" #The Treaty of Paris (French Version) - desc = "EVTDESC97510" - news = yes - news_desc_long = "EVTDESC97510_NEWS_LONG" - news_desc_medium = "EVTDESC97510_NEWS_MEDIUM" - news_desc_short = "EVTDESC97510_NEWS_SHORT" - picture = "treaty_of_paris_1856" - - is_triggered_only = yes - - option = { - name = "EVT97510OPTA" - prestige = -10 - remove_country_modifier = protector_of_eastern_christendom - 348 = { - fort = -3 - naval_base = -3 - secede_province = FIN - remove_core = RUS - } - ROM = { all_core = { remove_core = RUS } } - any_owned = { - limit = { - OR = { - region = MOL_673 - province_id = 678 - } - } - secede_province = ROM - } - relation = { who = ROM value = 200 } - diplomatic_influence = { who = ROM value = 100 } - ROM = { - any_pop = { militancy = -8 } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT97510OPTB" - ROM = { all_core = { remove_core = RUS } } - relation = { who = ROM value = -100 } - badboy = 10 - any_greater_power = { - limit = { - NOT = { tag = THIS } - OR = { - tag = FRA - has_country_flag = england_protecting_interests - alliance_with = TUR - } - } - casus_belli = { - target = THIS - type = free_allied_cores - months = 100 - } - casus_belli = { - target = THIS - type = free_peoples - months = 100 - } - casus_belli = { - target = THIS - type = humiliate - months = 100 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - badboy = 0.6 - } - } - } + id = 97510 + title = "EVTNAME97510" #The Treaty of Paris (French Version) + desc = "EVTDESC97510" + news = yes + news_desc_long = "EVTDESC97510_NEWS_LONG" + news_desc_medium = "EVTDESC97510_NEWS_MEDIUM" + news_desc_short = "EVTDESC97510_NEWS_SHORT" + picture = "treaty_of_paris_1856" + + is_triggered_only = yes + + option = { + name = "EVT97510OPTA" + prestige = -10 + remove_country_modifier = protector_of_eastern_christendom + 348 = { + fort = -3 + naval_base = -3 + secede_province = FIN + remove_core = RUS + } + ROM = { all_core = { remove_core = RUS } } + any_owned = { + limit = { + OR = { + region = MOL_673 + province_id = 678 + } + } + secede_province = ROM + } + relation = { who = ROM value = 200 } + diplomatic_influence = { who = ROM value = 100 } + ROM = { + any_pop = { militancy = -8 } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT97510OPTB" + ROM = { all_core = { remove_core = RUS } } + relation = { who = ROM value = -100 } + badboy = 10 + any_greater_power = { + limit = { + NOT = { tag = THIS } + OR = { + tag = FRA + has_country_flag = england_protecting_interests + alliance_with = TUR + } + } + casus_belli = { + target = THIS + type = free_allied_cores + months = 100 + } + casus_belli = { + target = THIS + type = free_peoples + months = 100 + } + casus_belli = { + target = THIS + type = humiliate + months = 100 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + badboy = 0.6 + } + } + } } ################################################################################################################# -# # -# Romanian War of Independence Events # -# # +# # +# Romanian War of Independence Events # +# # ################################################################################################################# country_event = { - id = 97515 - title = "EVTNAME97515" #Romanian Independence - desc = "EVTDESC97515" - picture = "romanian_indepence" - - fire_only_once = yes - - trigger = { - tag = ROM - war = no - owns = 678 - vassal_of = TUR - RUS = { - is_greater_power = yes - NOT = { - truce_with = TUR - war_exhaustion = 20 - num_of_revolts = 1 - } - } - TUR = { is_greater_power = no } - NOT = { - any_greater_power = { war_with = RUS } - has_country_flag = romanian_war_of_independence - } - } - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.8 - TUR = { war = yes } - } - modifier = { - factor = 0.1 - TUR = { num_of_revolts = 5 } - } - modifier = { - factor = 0.5 - year = 1860 - } - modifier = { - factor = 0.5 - year = 1870 - } - } - - option = { - name = "EVT97515OPTA" - prestige = 10 - leave_alliance = TUR - relation = { who = TUR value = -100 } - RUS = { country_event = 97516 } - random_country = { - limit = { - tag = TUR - is_greater_power = yes - } - diplomatic_influence = { who = ROM value = -300 } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT97515OPTB" - prestige = -5 - relation = { who = TUR value = 50 } - relation = { who = RUS value = -50 } - ai_chance = { - factor = 5 - } - } + id = 97515 + title = "EVTNAME97515" #Romanian Independence + desc = "EVTDESC97515" + picture = "romanian_indepence" + + fire_only_once = yes + + trigger = { + tag = ROM + war = no + owns = 678 + vassal_of = TUR + RUS = { + is_greater_power = yes + NOT = { + truce_with = TUR + war_exhaustion = 20 + num_of_revolts = 1 + } + } + TUR = { is_greater_power = no } + NOT = { + any_greater_power = { war_with = RUS } + has_country_flag = romanian_war_of_independence + } + } + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.8 + TUR = { war = yes } + } + modifier = { + factor = 0.1 + TUR = { num_of_revolts = 5 } + } + modifier = { + factor = 0.5 + year = 1860 + } + modifier = { + factor = 0.5 + year = 1870 + } + } + + option = { + name = "EVT97515OPTA" + prestige = 10 + leave_alliance = TUR + relation = { who = TUR value = -100 } + RUS = { country_event = 97516 } + random_country = { + limit = { + tag = TUR + is_greater_power = yes + } + diplomatic_influence = { who = ROM value = -300 } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT97515OPTB" + prestige = -5 + relation = { who = TUR value = 50 } + relation = { who = RUS value = -50 } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 97516 - title = "EVTNAME97515" #Russian Response - desc = "EVTDESC97516" - picture = "romanian_indepence" - - is_triggered_only = yes - - option = { - name = "EVT97516OPTA" - prestige = 10 - leave_alliance = TUR - relation = { who = TUR value = -100 } - relation = { who = ROM value = 400 } - random_country = { - limit = { - is_sphere_leader_of = ROM - NOT = { tag = THIS } - } - diplomatic_influence = { who = ROM value = -100 } - relation = { who = RUS value = -50 } - } - diplomatic_influence = { who = ROM value = 400 } - add_country_modifier = { - name = protector_of_eastern_christendom - duration = 730 - } - create_alliance = ROM - military_access = ROM - ROM = { country_event = 97517 } - casus_belli = { - target = TUR - type = free_allied_cores - months = 24 - } - casus_belli = { - target = TUR - type = release_puppet - months = 24 - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.5 - war_exhaustion = 10 - } - modifier = { - factor = 0.5 - war_exhaustion = 20 - } - } - } - - option = { - name = "EVT97516OPTB" - prestige = -5 - ROM = { country_event = 97518 } - relation = { who = ROM value = -50 } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { who = ROM value = -100 } - } - } - ai_chance = { - factor = 0 - modifier = { - factor = 3 - war_exhaustion = 10 - } - modifier = { - factor = 3 - war_exhaustion = 20 - } - } - } + id = 97516 + title = "EVTNAME97515" #Russian Response + desc = "EVTDESC97516" + picture = "romanian_indepence" + + is_triggered_only = yes + + option = { + name = "EVT97516OPTA" + prestige = 10 + leave_alliance = TUR + relation = { who = TUR value = -100 } + relation = { who = ROM value = 400 } + random_country = { + limit = { + is_sphere_leader_of = ROM + NOT = { tag = THIS } + } + diplomatic_influence = { who = ROM value = -100 } + relation = { who = RUS value = -50 } + } + diplomatic_influence = { who = ROM value = 400 } + add_country_modifier = { + name = protector_of_eastern_christendom + duration = 730 + } + create_alliance = ROM + military_access = ROM + ROM = { country_event = 97517 } + casus_belli = { + target = TUR + type = free_allied_cores + months = 24 + } + casus_belli = { + target = TUR + type = release_puppet + months = 24 + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.5 + war_exhaustion = 10 + } + modifier = { + factor = 0.5 + war_exhaustion = 20 + } + } + } + + option = { + name = "EVT97516OPTB" + prestige = -5 + ROM = { country_event = 97518 } + relation = { who = ROM value = -50 } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { who = ROM value = -100 } + } + } + ai_chance = { + factor = 0 + modifier = { + factor = 3 + war_exhaustion = 10 + } + modifier = { + factor = 3 + war_exhaustion = 20 + } + } + } } country_event = { - id = 97517 - title = "EVTNAME97517" #The Russians Have Agreed - desc = "EVTDESC97517" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT97504OPTA" - set_country_flag = romanian_war_of_independence - TUR = { - release_vassal = THIS - casus_belli = { - target = THIS - type = make_puppet - months = 12 - } - country_event = 97525 - } - } + id = 97517 + title = "EVTNAME97517" #The Russians Have Agreed + desc = "EVTDESC97517" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT97504OPTA" + set_country_flag = romanian_war_of_independence + TUR = { + release_vassal = THIS + casus_belli = { + target = THIS + type = make_puppet + months = 12 + } + country_event = 97525 + } + } } country_event = { - id = 97518 - title = "EVTNAME97518" #The Russians Have Refused - desc = "EVTDESC97518" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT96161OPTA" - prestige = -5 - TUR = { - release_vassal = THIS - casus_belli = { - target = THIS - type = make_puppet - months = 12 - } - country_event = 97526 - } - } + id = 97518 + title = "EVTNAME97518" #The Russians Have Refused + desc = "EVTDESC97518" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT96161OPTA" + prestige = -5 + TUR = { + release_vassal = THIS + casus_belli = { + target = THIS + type = make_puppet + months = 12 + } + country_event = 97526 + } + } } country_event = { - id = 97520 - title = "EVTNAME97520" - desc = "EVTDESC97520" - picture = "Celebration" - - fire_only_once = yes - - trigger = { - tag = ROM - has_country_flag = romanian_war_of_independence - war = no - owns = 678 - is_vassal = no - RUS = { - NOT = { war_with = TUR } - truce_with = TUR - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT97520OPTA" - clr_country_flag = romanian_war_of_independence - 678 = { secede_province = RUS add_core = RUS } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97520OPTB" - clr_country_flag = romanian_war_of_independence - badboy = 3 - RUS = { - relation = { who = THIS value = -200 } - diplomatic_influence = { who = THIS value = -200 } - leave_alliance = THIS - casus_belli = { - target = THIS - type = humiliate - months = 24 - } - } - ai_chance = { factor = 0 } - } + id = 97520 + title = "EVTNAME97520" + desc = "EVTDESC97520" + picture = "Celebration" + + fire_only_once = yes + + trigger = { + tag = ROM + has_country_flag = romanian_war_of_independence + war = no + owns = 678 + is_vassal = no + RUS = { + NOT = { war_with = TUR } + truce_with = TUR + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT97520OPTA" + clr_country_flag = romanian_war_of_independence + 678 = { secede_province = RUS add_core = RUS } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97520OPTB" + clr_country_flag = romanian_war_of_independence + badboy = 3 + RUS = { + relation = { who = THIS value = -200 } + diplomatic_influence = { who = THIS value = -200 } + leave_alliance = THIS + casus_belli = { + target = THIS + type = humiliate + months = 24 + } + } + ai_chance = { factor = 0 } + } } country_event = { - id = 97521 - title = "EVTNAME97521" - desc = "EVTDESC97521" - picture = "ottoman" - - fire_only_once = yes - - trigger = { - tag = ROM - has_country_flag = romanian_war_of_independence - war = no - vassal_of = TUR - RUS = { NOT = { war_with = TUR } } - OR = { - RUS = { NOT = { truce_with = TUR } } - NOT = { owns = 678 } - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT97521OPTA" - clr_country_flag = romanian_war_of_independence - any_pop = { - limit = { is_primary_culture = yes } - militancy = 5 - consciousness = 5 - } - RUS = { - relation = { who = THIS value = -100 } - diplomatic_influence = { who = THIS value = -100 } - leave_alliance = THIS - } - } + id = 97521 + title = "EVTNAME97521" + desc = "EVTDESC97521" + picture = "ottoman" + + fire_only_once = yes + + trigger = { + tag = ROM + has_country_flag = romanian_war_of_independence + war = no + vassal_of = TUR + RUS = { NOT = { war_with = TUR } } + OR = { + RUS = { NOT = { truce_with = TUR } } + NOT = { owns = 678 } + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT97521OPTA" + clr_country_flag = romanian_war_of_independence + any_pop = { + limit = { is_primary_culture = yes } + militancy = 5 + consciousness = 5 + } + RUS = { + relation = { who = THIS value = -100 } + diplomatic_influence = { who = THIS value = -100 } + leave_alliance = THIS + } + } } country_event = { - id = 97525 - title = "EVTNAME97515" #Ottoman Response - Russians Agreed - desc = "EVTDESC97525" - picture = "romanian_indepence" - - is_triggered_only = yes - - option = { - name = "EVT97525OPTA" - relation = { who = ROM value = -200 } - add_casus_belli = { - target = RUS - type = free_allied_cores - months = 60 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - ROM = { part_of_sphere = no } - } - owner = { - casus_belli = { - target = ROM - type = add_to_sphere - months = 60 - } - } - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - ROM = { in_sphere = RUS } - } - owner = { - casus_belli = { - target = RUS - type = take_from_sphere - months = 60 - } - } - } - war = { - target = ROM - attacker_goal = { - casus_belli = make_puppet - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97525OPTB" - prestige = -25 - relation = { who = RUS value = 50 } - relation = { who = ROM value = 50 } - ai_chance = { factor = 0 } - } + id = 97525 + title = "EVTNAME97515" #Ottoman Response - Russians Agreed + desc = "EVTDESC97525" + picture = "romanian_indepence" + + is_triggered_only = yes + + option = { + name = "EVT97525OPTA" + relation = { who = ROM value = -200 } + add_casus_belli = { + target = RUS + type = free_allied_cores + months = 60 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + ROM = { part_of_sphere = no } + } + owner = { + casus_belli = { + target = ROM + type = add_to_sphere + months = 60 + } + } + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + ROM = { in_sphere = RUS } + } + owner = { + casus_belli = { + target = RUS + type = take_from_sphere + months = 60 + } + } + } + war = { + target = ROM + attacker_goal = { + casus_belli = make_puppet + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97525OPTB" + prestige = -25 + relation = { who = RUS value = 50 } + relation = { who = ROM value = 50 } + ai_chance = { factor = 0 } + } } country_event = { - id = 97526 - title = "EVTNAME97515" #Ottoman Response - Russians Refused - desc = "EVTDESC97526" - picture = "romanian_indepence" - - is_triggered_only = yes - - option = { - name = "EVT97526OPTA" - random_owned = { - limit = { - owner = { is_greater_power = yes } - ROM = { part_of_sphere = no } - } - owner = { - casus_belli = { - target = ROM - type = add_to_sphere - months = 60 - } - } - } - casus_belli = { - target = ROM - type = cut_down_to_size - months = 12 - } - war = { - target = ROM - attacker_goal = { - casus_belli = make_puppet - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97525OPTB" - prestige = -25 - relation = { who = ROM value = 50 } - ai_chance = { factor = 0 } - } -} \ No newline at end of file + id = 97526 + title = "EVTNAME97515" #Ottoman Response - Russians Refused + desc = "EVTDESC97526" + picture = "romanian_indepence" + + is_triggered_only = yes + + option = { + name = "EVT97526OPTA" + random_owned = { + limit = { + owner = { is_greater_power = yes } + ROM = { part_of_sphere = no } + } + owner = { + casus_belli = { + target = ROM + type = add_to_sphere + months = 60 + } + } + } + casus_belli = { + target = ROM + type = cut_down_to_size + months = 12 + } + war = { + target = ROM + attacker_goal = { + casus_belli = make_puppet + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97525OPTB" + prestige = -25 + relation = { who = ROM value = 50 } + ai_chance = { factor = 0 } + } +} diff --git a/HPM/events/DANFlavor.txt b/HPM/events/DANFlavor.txt index b18b207e..e6c9a49e 100644 --- a/HPM/events/DANFlavor.txt +++ b/HPM/events/DANFlavor.txt @@ -1,1065 +1,1065 @@ country_event = { - id = 36201 - trigger = { - tag = DEN - year = 1870 - NOT = { - year = 1875 - ruling_party_ideology = socialist - has_country_flag = LouisPioFirst - trade_unions = all_trade_unions - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1871 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1872 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1874 - } - } - - title = "EVTNAME36201" - desc = "EVTDESC36201" - picture = "Danishgovernment" - - option = { - name = "EVTOPTA36201" - set_country_flag = LouisPioFirst - labourers = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - soldiers = { - consciousness = 1 - } - } + id = 36201 + trigger = { + tag = DEN + year = 1870 + NOT = { + year = 1875 + ruling_party_ideology = socialist + has_country_flag = LouisPioFirst + trade_unions = all_trade_unions + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1871 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1872 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1874 + } + } + + title = "EVTNAME36201" + desc = "EVTDESC36201" + picture = "Danishgovernment" + + option = { + name = "EVTOPTA36201" + set_country_flag = LouisPioFirst + labourers = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + soldiers = { + consciousness = 1 + } + } } country_event = { - id = 36202 - trigger = { - tag = DEN - year = 1871 - has_country_flag = LouisPioFirst - NOT = { - year = 1876 - ruling_party_ideology = socialist - has_country_flag = LouisPioSecond - trade_unions = all_trade_unions - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1872 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1873 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1874 - } - } - - title = "EVTNAME36201" - desc = "EVTDESC36201" - picture = "Danishgovernment" - - option = { - name = "EVTOPTA36202" - set_country_flag = LouisPioSecond - set_country_flag = LouisPioArrested - labourers = { - consciousness = 2 - } - artisans = { - consciousness = 2 - } - clerks = { - consciousness = 2 - } - craftsmen = { - consciousness = 2 - } - soldiers = { - consciousness = 2 - } - } - - option = { - name = "EVTOPTB36202" - set_country_flag = LouisPioSecond - political_reform = all_trade_unions - clerks = { - consciousness = 2 - } - artisans = { - consciousness = 2 - } - aristocrats = { - consciousness = 2 - } - capitalists = { - consciousness = 2 - } - labourers = { - militancy = -1 - } - craftsmen = { - militancy = -1 - } - farmers = { - militancy = -1 - } - } + id = 36202 + trigger = { + tag = DEN + year = 1871 + has_country_flag = LouisPioFirst + NOT = { + year = 1876 + ruling_party_ideology = socialist + has_country_flag = LouisPioSecond + trade_unions = all_trade_unions + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1872 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1873 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1874 + } + } + + title = "EVTNAME36201" + desc = "EVTDESC36201" + picture = "Danishgovernment" + + option = { + name = "EVTOPTA36202" + set_country_flag = LouisPioSecond + set_country_flag = LouisPioArrested + labourers = { + consciousness = 2 + } + artisans = { + consciousness = 2 + } + clerks = { + consciousness = 2 + } + craftsmen = { + consciousness = 2 + } + soldiers = { + consciousness = 2 + } + } + + option = { + name = "EVTOPTB36202" + set_country_flag = LouisPioSecond + political_reform = all_trade_unions + clerks = { + consciousness = 2 + } + artisans = { + consciousness = 2 + } + aristocrats = { + consciousness = 2 + } + capitalists = { + consciousness = 2 + } + labourers = { + militancy = -1 + } + craftsmen = { + militancy = -1 + } + farmers = { + militancy = -1 + } + } } country_event = { - id = 36203 - trigger = { - tag = DEN - year = 1874 - has_country_flag = LouisPioSecond - has_country_flag = LouisPioArrested - NOT = { - year = 1879 - ruling_party_ideology = socialist - has_country_flag = LouisPioThird - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1875 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1876 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1878 - } - } - - title = "EVTNAME36203" - desc = "EVTDESC36203" - picture = "Danishgovernment" - - option = { - name = "EVTOPTA36203" - set_country_flag = LouisPioThird - treasury = -100 - any_pop = { - consciousness = 1 - } - } - - option = { - name = "EVTOPTB36203" - set_country_flag = LouisPioThird - political_reform = all_trade_unions - labourers = { - consciousness = 1 - militancy = -1 - } - artisans = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - militancy = -1 - } - soldiers = { - consciousness = 1 - militancy = 1 - } - capitalists = { - militancy = 1 - } - aristocrats = { - militancy = 1 - } - } + id = 36203 + trigger = { + tag = DEN + year = 1874 + has_country_flag = LouisPioSecond + has_country_flag = LouisPioArrested + NOT = { + year = 1879 + ruling_party_ideology = socialist + has_country_flag = LouisPioThird + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1875 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1876 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1878 + } + } + + title = "EVTNAME36203" + desc = "EVTDESC36203" + picture = "Danishgovernment" + + option = { + name = "EVTOPTA36203" + set_country_flag = LouisPioThird + treasury = -100 + any_pop = { + consciousness = 1 + } + } + + option = { + name = "EVTOPTB36203" + set_country_flag = LouisPioThird + political_reform = all_trade_unions + labourers = { + consciousness = 1 + militancy = -1 + } + artisans = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + militancy = -1 + } + soldiers = { + consciousness = 1 + militancy = 1 + } + capitalists = { + militancy = 1 + } + aristocrats = { + militancy = 1 + } + } } country_event = { - id = 36204 - news = yes - news_desc_long = "EVTDESC36204_NEWS_LONG" - news_desc_medium = "EVTDESC36204_NEWS_MEDIUM" - news_desc_short = "EVTDESC36204_NEWS_SHORT" - - trigger = { - tag = DEN - year = 1848 - owns = 2223 #St Thomas, Virgin Islands - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - NOT = { - year = 1852 - has_country_flag = WestIndiesRevolt - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1849 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1850 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1851 - } - } - - title = "EVTNAME36204" - desc = "EVTDESC36204" - picture = "Slaves" - - option = { - name = "EVTOPTA36204" - set_country_flag = WestIndiesRevolt - money = -500 - political_reform = no_slavery - } - - option = { - name = "EVTOPTB36204" - set_country_flag = WestIndiesRevolt - slaves = { - militancy = 10 - consciousness = 5 - } - any_pop = { - scaled_consciousness = { - ideology = liberal - factor = 2 - } - } - } + id = 36204 + news = yes + news_desc_long = "EVTDESC36204_NEWS_LONG" + news_desc_medium = "EVTDESC36204_NEWS_MEDIUM" + news_desc_short = "EVTDESC36204_NEWS_SHORT" + + trigger = { + tag = DEN + year = 1848 + owns = 2223 #St Thomas, Virgin Islands + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + NOT = { + year = 1852 + has_country_flag = WestIndiesRevolt + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1849 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1850 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1851 + } + } + + title = "EVTNAME36204" + desc = "EVTDESC36204" + picture = "Slaves" + + option = { + name = "EVTOPTA36204" + set_country_flag = WestIndiesRevolt + money = -500 + political_reform = no_slavery + } + + option = { + name = "EVTOPTB36204" + set_country_flag = WestIndiesRevolt + slaves = { + militancy = 10 + consciousness = 5 + } + any_pop = { + scaled_consciousness = { + ideology = liberal + factor = 2 + } + } + } } country_event = { - id = 36205 - - trigger = { - tag = DEN - year = 1885 - capital = 372 #copenhagen - OR = { - neighbour = GER - neighbour = PRU - } - NOT = { - year = 1890 - has_country_flag = CopenhagenFort - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1886 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1888 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1889 - } - } - - title = "EVTNAME36205" - desc = "EVTDESC36205" - picture = "fortification" - - option = { - name = "EVTOPTA36205" - set_country_flag = CopenhagenFort - money = -1000 - 372 = { - fort = 1 - } - dominant_issue = { - factor = 0.1 - value = anti_military - } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - - option = { - name = "EVTOPTB36205" - set_country_flag = CopenhagenFort - officers = { - consciousness = 1 - } - soldiers = { - consciousness = 1 - } - any_pop = { - dominant_issue = { - factor = 0.1 - value = anti_military - } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } + id = 36205 + + trigger = { + tag = DEN + year = 1885 + capital = 372 #copenhagen + OR = { + neighbour = GER + neighbour = PRU + } + NOT = { + year = 1890 + has_country_flag = CopenhagenFort + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1886 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1888 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1889 + } + } + + title = "EVTNAME36205" + desc = "EVTDESC36205" + picture = "fortification" + + option = { + name = "EVTOPTA36205" + set_country_flag = CopenhagenFort + money = -1000 + 372 = { + fort = 1 + } + dominant_issue = { + factor = 0.1 + value = anti_military + } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + + option = { + name = "EVTOPTB36205" + set_country_flag = CopenhagenFort + officers = { + consciousness = 1 + } + soldiers = { + consciousness = 1 + } + any_pop = { + dominant_issue = { + factor = 0.1 + value = anti_military + } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } } country_event = { - id = 36206 - - trigger = { - tag = DEN - year = 1896 - neighbour = GER - NOT = { - year = 1901 - has_country_flag = SchlewsigDENesGermanized - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1897 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1898 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1899 - } - } - - title = "EVTNAME36206" - desc = "EVTDESC36206" - picture = "Administration" - - - option = { - name = "EVTOPTA36206" - set_country_flag = SchlewsigDENesGermanized - relation = { who = GER value = -100 } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - } + id = 36206 + + trigger = { + tag = DEN + year = 1896 + neighbour = GER + NOT = { + year = 1901 + has_country_flag = SchlewsigDENesGermanized + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1897 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1898 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1899 + } + } + + title = "EVTNAME36206" + desc = "EVTDESC36206" + picture = "Administration" + + + option = { + name = "EVTOPTA36206" + set_country_flag = SchlewsigDENesGermanized + relation = { who = GER value = -100 } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + } } country_event = { - id = 36207 - trigger = { - tag = DEN - year = 1898 - NOT = { - year = 1902 - ruling_party_ideology = socialist - work_hours = eight_hours - vote_franschise = universal_voting - has_country_flag = GeneralStrike - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1899 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1900 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1901 - } - } - - title = "EVTNAME36207" - desc = "EVTDESC36207" - picture = "Strike" - - option = { - name = "EVTOPTA36207" - set_country_flag = GeneralStrike - craftsmen = { - consciousness = 1 - militancy = 1 - } - labourers = { - consciousness = 1 - militancy = 1 - } - artisans = { - consciousness = 1 - militancy = 1 - } - clerks = { - consciousness = 2 - } - capitalists = { - consciousness = 2 - } - clergymen = { - consciousness = 2 - } - } + id = 36207 + trigger = { + tag = DEN + year = 1898 + NOT = { + year = 1902 + ruling_party_ideology = socialist + work_hours = eight_hours + vote_franschise = universal_voting + has_country_flag = GeneralStrike + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1899 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1900 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1901 + } + } + + title = "EVTNAME36207" + desc = "EVTDESC36207" + picture = "Strike" + + option = { + name = "EVTOPTA36207" + set_country_flag = GeneralStrike + craftsmen = { + consciousness = 1 + militancy = 1 + } + labourers = { + consciousness = 1 + militancy = 1 + } + artisans = { + consciousness = 1 + militancy = 1 + } + clerks = { + consciousness = 2 + } + capitalists = { + consciousness = 2 + } + clergymen = { + consciousness = 2 + } + } } country_event = { - id = 36208 - trigger = { - tag = DEN - year = 1908 - war = no - OR = { - government = hms_government - government = democracy - } - NOT = { - year = 1912 - has_country_flag = AlberiniAffair - } - } - - mean_time_to_happen = { - months = 8 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1909 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1910 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1911 - } - } - - title = "EVTNAME36208" - desc = "EVTDESC36208" - picture = "Alberti" - - option = { - name = "EVTOPTA36207" - set_country_flag = AlberiniAffair - election = yes - any_pop = { - consciousness = 2 - } - } + id = 36208 + trigger = { + tag = DEN + year = 1908 + war = no + OR = { + government = hms_government + government = democracy + } + NOT = { + year = 1912 + has_country_flag = AlberiniAffair + } + } + + mean_time_to_happen = { + months = 8 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1909 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1910 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1911 + } + } + + title = "EVTNAME36208" + desc = "EVTDESC36208" + picture = "Alberti" + + option = { + name = "EVTOPTA36207" + set_country_flag = AlberiniAffair + election = yes + any_pop = { + consciousness = 2 + } + } } country_event = { - id = 36210 - - trigger = { - tag = DEN - year = 1882 - war = no - NOT = { - year = 1886 - owns = 371 #aabenraa - - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1883 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1884 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1885 - } - } - - title = "EVTNAME36210" - desc = "EVTDESC36210" - picture = "Jorgensen" - - option = { - name = "EVTOPTA36210" - prestige = 1 - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - } + id = 36210 + + trigger = { + tag = DEN + year = 1882 + war = no + NOT = { + year = 1886 + owns = 371 #aabenraa + + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1883 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1884 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1885 + } + } + + title = "EVTNAME36210" + desc = "EVTDESC36210" + picture = "Jorgensen" + + option = { + name = "EVTOPTA36210" + prestige = 1 + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + } } country_event = { - id = 36211 - - trigger = { - tag = DEN - year = 1865 - war = no - NOT = { - year = 1870 - OR = { - owns = 371 #aabenraa - 371 = { owner = { vassal_of = DEN } } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1866 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1868 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1869 - } - } - - title = "EVTNAME36211" - desc = "EVTDESC36211" - picture = hedeselskabet - - option = { - name = "EVTOPTA36211" - set_country_flag = Hedeselskab - 366 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } - 367 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } - 368 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } - } + id = 36211 + + trigger = { + tag = DEN + year = 1865 + war = no + NOT = { + year = 1870 + OR = { + owns = 371 #aabenraa + 371 = { owner = { vassal_of = DEN } } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1866 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1868 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1869 + } + } + + title = "EVTNAME36211" + desc = "EVTDESC36211" + picture = hedeselskabet + + option = { + name = "EVTOPTA36211" + set_country_flag = Hedeselskab + 366 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } + 367 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } + 368 = { add_province_modifier = { name = the_hedeselskab duration = -1 } } + } } country_event = { - id = 36212 - - trigger = { - tag = DEN - year = 1884 - capital = 372 #copenhagen - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - year = 1888 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1885 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1886 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - title = "EVTNAME36212" - desc = "EVTDESC36212" - picture = "Christiansborgs" - - option = { - name = "EVTOPTA36212" - prestige = -1 - treasury = -500 - } + id = 36212 + + trigger = { + tag = DEN + year = 1884 + capital = 372 #copenhagen + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + year = 1888 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1885 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1886 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + title = "EVTNAME36212" + desc = "EVTDESC36212" + picture = "Christiansborgs" + + option = { + name = "EVTOPTA36212" + prestige = -1 + treasury = -500 + } } country_event = { - id = 36213 - - trigger = { - tag = DEN - year = 1891 - capital = 372 #copenhagen - impressionism = 1 #has impressionism tech - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - year = 1895 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1892 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1893 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1894 - } - } - - title = "EVTNAME36213" - desc = "EVTDESC36213" - picture = "Glyptoteket" - - option = { - name = "EVTOPTA36213" - prestige = 5 - } + id = 36213 + + trigger = { + tag = DEN + year = 1891 + capital = 372 #copenhagen + impressionism = 1 #has impressionism tech + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + year = 1895 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1892 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1893 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1894 + } + } + + title = "EVTNAME36213" + desc = "EVTDESC36213" + picture = "Glyptoteket" + + option = { + name = "EVTOPTA36213" + prestige = 5 + } } country_event = { - id = 36214 - - trigger = { - tag = DEN - year = 1884 - ruling_party_ideology = conservative - government = hms_government - NOT = { - year = 1888 - has_country_flag = EstrupAssassination - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1885 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1886 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - title = "EVTNAME36214" - desc = "EVTDESC36214" - picture = "Estrup" - - option = { - name = "EVTOPTA36214" - set_country_flag = EstrupAssassination - prestige = -5 - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 2 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - } - } + id = 36214 + + trigger = { + tag = DEN + year = 1884 + ruling_party_ideology = conservative + government = hms_government + NOT = { + year = 1888 + has_country_flag = EstrupAssassination + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1885 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1886 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + title = "EVTNAME36214" + desc = "EVTDESC36214" + picture = "Estrup" + + option = { + name = "EVTOPTA36214" + set_country_flag = EstrupAssassination + prestige = -5 + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 2 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + } + } } country_event = { - id = 36217 - news = yes - news_desc_long = "EVTDESC36217_NEWS_LONG" - news_desc_medium = "EVTDESC36217_NEWS_MEDIUM" - news_desc_short = "EVTDESC36217_NEWS_SHORT" - - trigger = { - tag = DEN - year = 1840 - invention = proto_existentialism - NOT = { - year = 1880 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1860 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1870 - } - } - - title = "EVTNAME36217" - desc = "EVTDESC36217" - picture = "Kierkegaard" - - option = { - name = "EVTOPTA36217" - prestige = 3 - } + id = 36217 + news = yes + news_desc_long = "EVTDESC36217_NEWS_LONG" + news_desc_medium = "EVTDESC36217_NEWS_MEDIUM" + news_desc_short = "EVTDESC36217_NEWS_SHORT" + + trigger = { + tag = DEN + year = 1840 + invention = proto_existentialism + NOT = { + year = 1880 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1860 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1870 + } + } + + title = "EVTNAME36217" + desc = "EVTDESC36217" + picture = "Kierkegaard" + + option = { + name = "EVTOPTA36217" + prestige = 3 + } } country_event = { - id = 36218 - - trigger = { - tag = DEN - year = 1842 - capital = 372 #copenhagen - NOT = { - year = 1848 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1843 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1844 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1846 - } - } - - title = "EVTNAME36218" - desc = "EVTDESC36218" - picture = "tivoli" - - option = { - name = "EVTOPTA36218" - prestige = 3 - 372 = { - any_pop = { - militancy = -1 - } - } - } + id = 36218 + + trigger = { + tag = DEN + year = 1842 + capital = 372 #copenhagen + NOT = { + year = 1848 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1843 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1844 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1846 + } + } + + title = "EVTNAME36218" + desc = "EVTDESC36218" + picture = "tivoli" + + option = { + name = "EVTOPTA36218" + prestige = 3 + 372 = { + any_pop = { + militancy = -1 + } + } + } } country_event = { - id = 36219 - - trigger = { - tag = DEN - year = 1843 - owns = 368 #ribe (province where Rodding is located) - NOT = { - year = 1848 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1844 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME36219" - desc = "EVTDESC36219" - picture = "School" - - option = { - name = "EVTOPTA36219" - prestige = 1 - farmers = { - consciousness = 1 - } - labourers = { - consciousness = 1 - } - } + id = 36219 + + trigger = { + tag = DEN + year = 1843 + owns = 368 #ribe (province where Rodding is located) + NOT = { + year = 1848 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1844 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME36219" + desc = "EVTDESC36219" + picture = "School" + + option = { + name = "EVTOPTA36219" + prestige = 1 + farmers = { + consciousness = 1 + } + labourers = { + consciousness = 1 + } + } } country_event = { - id = 36220 - - trigger = { - tag = DEN - year = 1870 - public_meetings = yes_meeting - OR = { - government = hms_government - government = democracy - } - NOT = { - year = 1875 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1871 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1873 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1874 - } - } - - title = "EVTNAME36220" - desc = "EVTDESC36220" - picture = "Brandes" - - option = { - name = "EVTOPTA36219" - any_pop = { - consciousness = 1 - } - } + id = 36220 + + trigger = { + tag = DEN + year = 1870 + public_meetings = yes_meeting + OR = { + government = hms_government + government = democracy + } + NOT = { + year = 1875 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1871 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1873 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1874 + } + } + + title = "EVTNAME36220" + desc = "EVTDESC36220" + picture = "Brandes" + + option = { + name = "EVTOPTA36219" + any_pop = { + consciousness = 1 + } + } } country_event = { - id = 36223 #see SWE36622 for parallel event - - trigger = { - tag = DEN - year = 1856 - war = no - has_global_flag = SCAStudent - NOT = { - year = 1859 - has_country_flag = SCAStudent - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1857 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1858 - } - } - - title = "EVTNAME36622" - desc = "EVTDESC36622" - picture = "Danishgovernment" - - option = { - name = "EVTOPTA36622" - set_country_flag = SCAStudent - prestige = 1 - relation = { who = PRU value = -50 } - relation = { who = RUS value = -50 } - relation = { who = GER value = -50 } - relation = { who = SWE value = 75 } - any_pop = { - scaled_consciousness = { - factor = 2 - ideology = liberal - } - } - } + id = 36223 #see SWE36622 for parallel event + + trigger = { + tag = DEN + year = 1856 + war = no + has_global_flag = SCAStudent + NOT = { + year = 1859 + has_country_flag = SCAStudent + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1857 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1858 + } + } + + title = "EVTNAME36622" + desc = "EVTDESC36622" + picture = "Danishgovernment" + + option = { + name = "EVTOPTA36622" + set_country_flag = SCAStudent + prestige = 1 + relation = { who = PRU value = -50 } + relation = { who = RUS value = -50 } + relation = { who = GER value = -50 } + relation = { who = SWE value = 75 } + any_pop = { + scaled_consciousness = { + factor = 2 + ideology = liberal + } + } + } } @@ -1068,125 +1068,125 @@ country_event = { #Selling Danish India country_event = { - id = 36224 - - title = "EVTNAME36224" - desc = "EVTDESC36224" - picture = "Danishgovernment" - - is_triggered_only = yes - - immediate = { set_country_flag = danish_india_deal } - - option = { - name = "EVTOPTA36224" #Maybe increase later - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { money = 20000 } } - owner = { treasury = -20000 } - } - DEN = { treasury = 20000 } - relation = { who = DEN value = 50 } - 2591 = { secede_province = THIS } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPTB36224" - random_country = { - limit = { - NOT = { has_country_flag = danish_india_deal } - capital_scope = { continent = europe } - exists = yes - OR = { - is_greater_power = yes - tag = NET - tag = POR - } - NOT = { tag = RUS } - NOT = { tag = TUR } - } - country_event = 36224 - } - ai_chance = { - factor = 0 - } - } + id = 36224 + + title = "EVTNAME36224" + desc = "EVTDESC36224" + picture = "Danishgovernment" + + is_triggered_only = yes + + immediate = { set_country_flag = danish_india_deal } + + option = { + name = "EVTOPTA36224" #Maybe increase later + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { money = 20000 } } + owner = { treasury = -20000 } + } + DEN = { treasury = 20000 } + relation = { who = DEN value = 50 } + 2591 = { secede_province = THIS } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPTB36224" + random_country = { + limit = { + NOT = { has_country_flag = danish_india_deal } + capital_scope = { continent = europe } + exists = yes + OR = { + is_greater_power = yes + tag = NET + tag = POR + } + NOT = { tag = RUS } + NOT = { tag = TUR } + } + country_event = 36224 + } + ai_chance = { + factor = 0 + } + } } country_event = { #Faroese Nationalism - Christmas Meeting - id = 120013 - - trigger = { - owns = 253 - 253 = { is_colonial = yes } - year = 1888 - month = 11 - NOT = { month = 12 } - } - - fire_only_once = yes - - mean_time_to_happen = { days = 4 } - - title = "EVTNAME120013" - desc = "EVTDESC120013" - picture = "election" - - option = { - name = "EVTOPTA120013" - 253 = { - add_province_modifier = { - name = nationalist_agitation - duration = 365 # More of a placeholder effect. I haven't had time to find a balanced effect - } - } - } + id = 120013 + + trigger = { + owns = 253 + 253 = { is_colonial = yes } + year = 1888 + month = 11 + NOT = { month = 12 } + } + + fire_only_once = yes + + mean_time_to_happen = { days = 4 } + + title = "EVTNAME120013" + desc = "EVTDESC120013" + picture = "election" + + option = { + name = "EVTOPTA120013" + 253 = { + add_province_modifier = { + name = nationalist_agitation + duration = 365 # More of a placeholder effect. I haven't had time to find a balanced effect + } + } + } } #Selling Danish India country_event = { - id = 36225 - - title = "EVTNAME36225" - desc = "EVTDESC36225" - picture = "Danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVTOPTA36225" - FROM = { treasury = -200000 } - treasury = 200000 - relation = { who = FROM value = 50 } - 2223 = { remove_core = THIS secede_province = FROM } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVTOPTB36225" - relation = { who = FROM value = -50 } - FROM = { diplomatic_influence = { who = THIS value = -50 } } - ai_chance = { factor = 0.05 } - } + id = 36225 + + title = "EVTNAME36225" + desc = "EVTDESC36225" + picture = "Danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVTOPTA36225" + FROM = { treasury = -200000 } + treasury = 200000 + relation = { who = FROM value = 50 } + 2223 = { remove_core = THIS secede_province = FROM } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVTOPTB36225" + relation = { who = FROM value = -50 } + FROM = { diplomatic_influence = { who = THIS value = -50 } } + ai_chance = { factor = 0.05 } + } } diff --git a/HPM/events/DNBFlavor.txt b/HPM/events/DNBFlavor.txt index 36de3d64..2cb41cbe 100644 --- a/HPM/events/DNBFlavor.txt +++ b/HPM/events/DNBFlavor.txt @@ -1,2768 +1,2768 @@ ######################################################### -# # -# Danubian Federation Proposals # -# # +# # +# Danubian Federation Proposals # +# # ######################################################### country_event = { - id = 98655 - title = "EVTNAME98655" #Hungarians Agree to Federation - desc = "EVTDESC98655" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - NOT = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_hungarian_approval - } + id = 98655 + title = "EVTNAME98655" #Hungarians Agree to Federation + desc = "EVTDESC98655" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + NOT = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_hungarian_approval + } } country_event = { - id = 98656 - title = "EVTNAME98656" #The Hungarian Counter-Proposal - desc = "EVTDESC98656" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - is_possible_vassal = HUN - NOT = { - HUN = { exists = yes } - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 4 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 5 - } - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVT98656OPTB" - prestige = -10 - set_global_flag = partial_hungarian_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_hungarian_approval - any_pop = { - limit = { has_pop_culture = hungarian } - consciousness = 4 - } - ai_chance = { - factor = 20 - } - } + id = 98656 + title = "EVTNAME98656" #The Hungarian Counter-Proposal + desc = "EVTDESC98656" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + is_possible_vassal = HUN + NOT = { + HUN = { exists = yes } + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 4 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 5 + } + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVT98656OPTB" + prestige = -10 + set_global_flag = partial_hungarian_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_hungarian_approval + any_pop = { + limit = { has_pop_culture = hungarian } + consciousness = 4 + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 98657 - title = "EVTNAME98657" #The Hungarians Refuse Federation - desc = "EVTDESC98657" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - NOT = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_hungarian_approval - any_pop = { - limit = { has_pop_culture = hungarian } - consciousness = 8 - } - ai_chance = { - factor = 25 - } - } + id = 98657 + title = "EVTNAME98657" #The Hungarians Refuse Federation + desc = "EVTDESC98657" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + NOT = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_hungarian_approval + any_pop = { + limit = { has_pop_culture = hungarian } + consciousness = 8 + } + ai_chance = { + factor = 25 + } + } } country_event = { - id = 98660 - title = "EVTNAME98660" #Czechs Agree to Federation - desc = "EVTDESC98660" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = BOH } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_czech_approval - has_global_flag = partial_czech_approval - has_global_flag = no_czech_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - accepted_culture = czech - } - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_czech_approval - } + id = 98660 + title = "EVTNAME98660" #Czechs Agree to Federation + desc = "EVTDESC98660" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = BOH } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_czech_approval + has_global_flag = partial_czech_approval + has_global_flag = no_czech_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + accepted_culture = czech + } + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_czech_approval + } } country_event = { - id = 98661 - title = "EVTNAME98661" #The Czech Counter-Proposal - desc = "EVTDESC98661" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = BOH } - is_possible_vassal = BOH - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - BOH = { exists = yes } - has_global_flag = full_czech_approval - has_global_flag = partial_czech_approval - has_global_flag = no_czech_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 5 - } - } - modifier = { - factor = 0.75 - accepted_culture = czech - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98656OPTB" - prestige = -10 - set_global_flag = partial_czech_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_czech_approval - any_pop = { - limit = { has_pop_culture = czech } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98661 + title = "EVTNAME98661" #The Czech Counter-Proposal + desc = "EVTDESC98661" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = BOH } + is_possible_vassal = BOH + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + BOH = { exists = yes } + has_global_flag = full_czech_approval + has_global_flag = partial_czech_approval + has_global_flag = no_czech_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 5 + } + } + modifier = { + factor = 0.75 + accepted_culture = czech + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98656OPTB" + prestige = -10 + set_global_flag = partial_czech_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_czech_approval + any_pop = { + limit = { has_pop_culture = czech } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98662 - title = "EVTNAME98662" #The Czechs Refuse Federation - desc = "EVTDESC98662" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = BOH } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_czech_approval - has_global_flag = partial_czech_approval - has_global_flag = no_czech_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_czech_approval - any_pop = { - limit = { has_pop_culture = czech } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98662 + title = "EVTNAME98662" #The Czechs Refuse Federation + desc = "EVTDESC98662" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = BOH } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_czech_approval + has_global_flag = partial_czech_approval + has_global_flag = no_czech_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_czech_approval + any_pop = { + limit = { has_pop_culture = czech } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } country_event = { - id = 98665 - title = "EVTNAME98665" #Romanians Agree to Federation - desc = "EVTDESC98665" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = ROM } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_romanian_approval - has_global_flag = partial_romanian_approval - has_global_flag = no_romanian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 2 - ROM = { exists = yes } - } - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = ROM } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_romanian_approval - } + id = 98665 + title = "EVTNAME98665" #Romanians Agree to Federation + desc = "EVTDESC98665" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = ROM } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_romanian_approval + has_global_flag = partial_romanian_approval + has_global_flag = no_romanian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 2 + ROM = { exists = yes } + } + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = ROM } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_romanian_approval + } } country_event = { - id = 98666 - title = "EVTNAME98666" #The Romanian Counter-Proposal - desc = "EVTDESC98666" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SIE } - is_possible_vassal = SIE - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - SIE = { exists = yes } - has_global_flag = full_romanian_approval - has_global_flag = partial_romanian_approval - has_global_flag = no_romanian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SIE } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SIE } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SIE } - average_militancy = 5 - } - } - modifier = { - factor = 1.5 - ROM = { exists = yes } - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98666OPTA" - prestige = -10 - set_global_flag = partial_romanian_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_romanian_approval - any_pop = { - limit = { has_pop_culture = romanian } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98666 + title = "EVTNAME98666" #The Romanian Counter-Proposal + desc = "EVTDESC98666" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SIE } + is_possible_vassal = SIE + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + SIE = { exists = yes } + has_global_flag = full_romanian_approval + has_global_flag = partial_romanian_approval + has_global_flag = no_romanian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SIE } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SIE } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SIE } + average_militancy = 5 + } + } + modifier = { + factor = 1.5 + ROM = { exists = yes } + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98666OPTA" + prestige = -10 + set_global_flag = partial_romanian_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_romanian_approval + any_pop = { + limit = { has_pop_culture = romanian } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98667 - title = "EVTNAME98667" #The Romanians Refuse Federation - desc = "EVTDESC98667" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = ROM } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_romanian_approval - has_global_flag = partial_romanian_approval - has_global_flag = no_romanian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = ROM } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = ROM } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = ROM } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_romanian_approval - any_pop = { - limit = { has_pop_culture = romanian } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98667 + title = "EVTNAME98667" #The Romanians Refuse Federation + desc = "EVTDESC98667" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = ROM } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_romanian_approval + has_global_flag = partial_romanian_approval + has_global_flag = no_romanian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = ROM } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = ROM } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = ROM } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_romanian_approval + any_pop = { + limit = { has_pop_culture = romanian } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } country_event = { - id = 98670 - title = "EVTNAME98670" #Croatians Agree to Federation - desc = "EVTDESC98670" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = CRO } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_croatian_approval - has_global_flag = partial_croatian_approval - has_global_flag = no_croatian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - accepted_culture = croat - } - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_croatian_approval - } + id = 98670 + title = "EVTNAME98670" #Croatians Agree to Federation + desc = "EVTDESC98670" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = CRO } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_croatian_approval + has_global_flag = partial_croatian_approval + has_global_flag = no_croatian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + accepted_culture = croat + } + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_croatian_approval + } } country_event = { - id = 98671 - title = "EVTNAME98671" #The Croatian Counter-Proposal - desc = "EVTDESC98671" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = CRO } - is_possible_vassal = CRO - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - CRO = { exists = yes } - has_global_flag = full_croatian_approval - has_global_flag = partial_croatian_approval - has_global_flag = no_croatian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 5 - } - } - modifier = { - factor = 0.75 - accepted_culture = croat - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98671OPTA" - prestige = -10 - set_global_flag = partial_croatian_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_croatian_approval - any_pop = { - limit = { has_pop_culture = croat } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98671 + title = "EVTNAME98671" #The Croatian Counter-Proposal + desc = "EVTDESC98671" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = CRO } + is_possible_vassal = CRO + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + CRO = { exists = yes } + has_global_flag = full_croatian_approval + has_global_flag = partial_croatian_approval + has_global_flag = no_croatian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 5 + } + } + modifier = { + factor = 0.75 + accepted_culture = croat + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98671OPTA" + prestige = -10 + set_global_flag = partial_croatian_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_croatian_approval + any_pop = { + limit = { has_pop_culture = croat } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98672 - title = "EVTNAME98672" #The Croatians Refuse Federation - desc = "EVTDESC98672" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = CRO } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_croatian_approval - has_global_flag = partial_croatian_approval - has_global_flag = no_croatian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_croatian_approval - any_pop = { - limit = { has_pop_culture = croat } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98672 + title = "EVTNAME98672" #The Croatians Refuse Federation + desc = "EVTDESC98672" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = CRO } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_croatian_approval + has_global_flag = partial_croatian_approval + has_global_flag = no_croatian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_croatian_approval + any_pop = { + limit = { has_pop_culture = croat } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } country_event = { - id = 98675 - title = "EVTNAME98675" #Slovenes Agree to Federation - desc = "EVTDESC98675" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLO } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_slovene_approval - has_global_flag = partial_slovene_approval - has_global_flag = no_slovene_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - accepted_culture = slovene - } - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_slovene_approval - } + id = 98675 + title = "EVTNAME98675" #Slovenes Agree to Federation + desc = "EVTDESC98675" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLO } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_slovene_approval + has_global_flag = partial_slovene_approval + has_global_flag = no_slovene_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + accepted_culture = slovene + } + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_slovene_approval + } } country_event = { - id = 98676 - title = "EVTNAME98676" #The Slovene Counter-Proposal - desc = "EVTDESC98676" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLO } - is_possible_vassal = SLO - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - SLO = { exists = yes } - has_global_flag = full_slovene_approval - has_global_flag = partial_slovene_approval - has_global_flag = no_slovene_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 5 - } - } - modifier = { - factor = 0.75 - accepted_culture = slovene - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98676OPTA" - prestige = -10 - set_global_flag = partial_slovene_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_slovene_approval - any_pop = { - limit = { has_pop_culture = slovene } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98676 + title = "EVTNAME98676" #The Slovene Counter-Proposal + desc = "EVTDESC98676" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLO } + is_possible_vassal = SLO + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + SLO = { exists = yes } + has_global_flag = full_slovene_approval + has_global_flag = partial_slovene_approval + has_global_flag = no_slovene_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 5 + } + } + modifier = { + factor = 0.75 + accepted_culture = slovene + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98676OPTA" + prestige = -10 + set_global_flag = partial_slovene_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_slovene_approval + any_pop = { + limit = { has_pop_culture = slovene } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98677 - title = "EVTNAME98677" #The Slovenes Refuse Federation - desc = "EVTDESC98677" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLO } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_slovene_approval - has_global_flag = partial_slovene_approval - has_global_flag = no_slovene_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_slovene_approval - any_pop = { - limit = { has_pop_culture = slovene } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98677 + title = "EVTNAME98677" #The Slovenes Refuse Federation + desc = "EVTDESC98677" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLO } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_slovene_approval + has_global_flag = partial_slovene_approval + has_global_flag = no_slovene_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_slovene_approval + any_pop = { + limit = { has_pop_culture = slovene } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } country_event = { - id = 98680 - title = "EVTNAME98680" #Slovakians Agree to Federation - desc = "EVTDESC98680" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLV } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_slovakian_approval - has_global_flag = partial_slovakian_approval - has_global_flag = no_slovakian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_slovakian_approval - } + id = 98680 + title = "EVTNAME98680" #Slovakians Agree to Federation + desc = "EVTDESC98680" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLV } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_slovakian_approval + has_global_flag = partial_slovakian_approval + has_global_flag = no_slovakian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_slovakian_approval + } } country_event = { - id = 98681 - title = "EVTNAME98681" #The Slovakian Counter-Proposal - desc = "EVTDESC98681" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLV } - is_possible_vassal = SLV - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - SLV = { exists = yes } - has_global_flag = full_slovakian_approval - has_global_flag = partial_slovakian_approval - has_global_flag = no_slovakian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 5 - } - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98681OPTA" - prestige = -10 - set_global_flag = partial_slovakian_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_slovakian_approval - any_pop = { - limit = { has_pop_culture = slovak } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98681 + title = "EVTNAME98681" #The Slovakian Counter-Proposal + desc = "EVTDESC98681" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLV } + is_possible_vassal = SLV + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + SLV = { exists = yes } + has_global_flag = full_slovakian_approval + has_global_flag = partial_slovakian_approval + has_global_flag = no_slovakian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 5 + } + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98681OPTA" + prestige = -10 + set_global_flag = partial_slovakian_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_slovakian_approval + any_pop = { + limit = { has_pop_culture = slovak } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98682 - title = "EVTNAME98682" #The Slovakians Refuse Federation - desc = "EVTDESC98682" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = SLV } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_slovakian_approval - has_global_flag = partial_slovakian_approval - has_global_flag = no_slovakian_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_slovakian_approval - any_pop = { - limit = { has_pop_culture = slovak } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98682 + title = "EVTNAME98682" #The Slovakians Refuse Federation + desc = "EVTDESC98682" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = SLV } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_slovakian_approval + has_global_flag = partial_slovakian_approval + has_global_flag = no_slovakian_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_slovakian_approval + any_pop = { + limit = { has_pop_culture = slovak } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } country_event = { - id = 98685 - title = "EVTNAME98685" #Polish Agree to Federation - desc = "EVTDESC98685" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = POL } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_polish_approval - has_global_flag = partial_polish_approval - has_global_flag = no_polish_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 16 - modifier = { - factor = 0.5 - accepted_culture = polish - } - modifier = { - factor = 0.8 - NOT = { - any_state = { - any_owned_province = { is_core = POL } - average_militancy = 2 - } - } - } - } - - option = { - name = "EVT98655OPTA" - set_global_flag = full_polish_approval - } + id = 98685 + title = "EVTNAME98685" #Polish Agree to Federation + desc = "EVTDESC98685" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = POL } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_polish_approval + has_global_flag = partial_polish_approval + has_global_flag = no_polish_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 16 + modifier = { + factor = 0.5 + accepted_culture = polish + } + modifier = { + factor = 0.8 + NOT = { + any_state = { + any_owned_province = { is_core = POL } + average_militancy = 2 + } + } + } + } + + option = { + name = "EVT98655OPTA" + set_global_flag = full_polish_approval + } } country_event = { - id = 98686 - title = "EVTNAME98686" #The Polish Counter-Proposal - desc = "EVTDESC98686" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = GLM } - is_possible_vassal = GLM - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - GLM = { exists = yes } - POL = { exists = yes } - has_global_flag = full_polish_approval - has_global_flag = partial_polish_approval - has_global_flag = no_polish_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 14 - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = GLM } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = GLM } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = GLM } - average_militancy = 5 - } - } - modifier = { - factor = 0.75 - accepted_culture = polish - } - } - - option = { - name = "EVT98656OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98686OPTA" - prestige = -10 - set_global_flag = partial_polish_approval - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT98656OPTC" - set_global_flag = no_polish_approval - any_pop = { - limit = { has_pop_culture = polish } - consciousness = 4 - } - ai_chance = { - factor = 60 - } - } + id = 98686 + title = "EVTNAME98686" #The Polish Counter-Proposal + desc = "EVTDESC98686" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = GLM } + is_possible_vassal = GLM + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + GLM = { exists = yes } + POL = { exists = yes } + has_global_flag = full_polish_approval + has_global_flag = partial_polish_approval + has_global_flag = no_polish_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 14 + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = GLM } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = GLM } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = GLM } + average_militancy = 5 + } + } + modifier = { + factor = 0.75 + accepted_culture = polish + } + } + + option = { + name = "EVT98656OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98686OPTA" + prestige = -10 + set_global_flag = partial_polish_approval + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT98656OPTC" + set_global_flag = no_polish_approval + any_pop = { + limit = { has_pop_culture = polish } + consciousness = 4 + } + ai_chance = { + factor = 60 + } + } } country_event = { - id = 98687 - title = "EVTNAME98687" #The Polish Refuse Federation - desc = "EVTDESC98687" - picture = "deliberation" - - trigger = { - tag = KUK - war = no - has_country_flag = danube_proposal_in_progress - any_owned_province = { is_core = POL } - OR = { - has_global_flag = full_hungarian_approval - has_global_flag = partial_hungarian_approval - has_global_flag = no_hungarian_approval - } - NOT = { - has_global_flag = full_polish_approval - has_global_flag = partial_polish_approval - has_global_flag = no_polish_approval - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = POL } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = POL } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = POL } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - } - - option = { - name = "EVT98657OPTA" - clr_country_flag = danube_proposal_in_progress - prestige = -20 - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT98657OPTB" - set_global_flag = no_polish_approval - any_pop = { - limit = { has_pop_culture = polish } - consciousness = 8 - } - ai_chance = { - factor = 80 - } - } + id = 98687 + title = "EVTNAME98687" #The Polish Refuse Federation + desc = "EVTDESC98687" + picture = "deliberation" + + trigger = { + tag = KUK + war = no + has_country_flag = danube_proposal_in_progress + any_owned_province = { is_core = POL } + OR = { + has_global_flag = full_hungarian_approval + has_global_flag = partial_hungarian_approval + has_global_flag = no_hungarian_approval + } + NOT = { + has_global_flag = full_polish_approval + has_global_flag = partial_polish_approval + has_global_flag = no_polish_approval + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = POL } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = POL } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = POL } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + } + + option = { + name = "EVT98657OPTA" + clr_country_flag = danube_proposal_in_progress + prestige = -20 + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT98657OPTB" + set_global_flag = no_polish_approval + any_pop = { + limit = { has_pop_culture = polish } + consciousness = 8 + } + ai_chance = { + factor = 80 + } + } } ######################################################### -# # -# Post-Formation Events # -# # +# # +# Post-Formation Events # +# # ######################################################### #Full Approval Events country_event = { - id = 98690 - title = "EVTNAME98690" - desc = "EVTDESC98690" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_czech_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98690OPTA" - clr_global_flag = full_czech_approval - add_accepted_culture = czech - BOH = { - all_core = { add_core = DNB } - } - any_pop = { - limit = { has_pop_culture = czech } - militancy = -4 - consciousness = -4 - } - } + id = 98690 + title = "EVTNAME98690" + desc = "EVTDESC98690" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_czech_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98690OPTA" + clr_global_flag = full_czech_approval + add_accepted_culture = czech + BOH = { + all_core = { add_core = DNB } + } + any_pop = { + limit = { has_pop_culture = czech } + militancy = -4 + consciousness = -4 + } + } } country_event = { - id = 98691 - title = "EVTNAME98691" - desc = "EVTDESC98691" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_romanian_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98691OPTA" - clr_global_flag = full_romanian_approval - add_accepted_culture = romanian - SIE = { - all_core = { add_core = DNB } - } - 662 = { add_core = DNB } - 663 = { add_core = DNB } - any_pop = { - limit = { has_pop_culture = romanian } - militancy = -4 - consciousness = -4 - } - } + id = 98691 + title = "EVTNAME98691" + desc = "EVTDESC98691" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_romanian_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98691OPTA" + clr_global_flag = full_romanian_approval + add_accepted_culture = romanian + SIE = { + all_core = { add_core = DNB } + } + 662 = { add_core = DNB } + 663 = { add_core = DNB } + any_pop = { + limit = { has_pop_culture = romanian } + militancy = -4 + consciousness = -4 + } + } } country_event = { - id = 98692 - title = "EVTNAME98692" - desc = "EVTDESC98692" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_croatian_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98692OPTA" - clr_global_flag = full_croatian_approval - add_accepted_culture = croat - CRO = { - all_core = { add_core = DNB } - } - random_owned = { - limit = { - owner = { has_global_flag = full_hungarian_approval } - } - CRO = { - all_core = { remove_core = HUN } - } - } - any_pop = { - limit = { has_pop_culture = croat } - militancy = -4 - consciousness = -4 - } - } + id = 98692 + title = "EVTNAME98692" + desc = "EVTDESC98692" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_croatian_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98692OPTA" + clr_global_flag = full_croatian_approval + add_accepted_culture = croat + CRO = { + all_core = { add_core = DNB } + } + random_owned = { + limit = { + owner = { has_global_flag = full_hungarian_approval } + } + CRO = { + all_core = { remove_core = HUN } + } + } + any_pop = { + limit = { has_pop_culture = croat } + militancy = -4 + consciousness = -4 + } + } } country_event = { - id = 98693 - title = "EVTNAME98693" - desc = "EVTDESC98693" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_slovene_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98693OPTA" - clr_global_flag = full_slovene_approval - add_accepted_culture = slovene - SLO = { - all_core = { add_core = DNB } - } - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -4 - consciousness = -4 - } - } + id = 98693 + title = "EVTNAME98693" + desc = "EVTDESC98693" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_slovene_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98693OPTA" + clr_global_flag = full_slovene_approval + add_accepted_culture = slovene + SLO = { + all_core = { add_core = DNB } + } + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -4 + consciousness = -4 + } + } } country_event = { - id = 98694 - title = "EVTNAME98694" - desc = "EVTDESC98694" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_slovakian_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98694OPTA" - clr_global_flag = full_slovakian_approval - add_accepted_culture = slovak - SLV = { - all_core = { add_core = DNB } - } - random_owned = { - limit = { - owner = { has_global_flag = full_hungarian_approval } - } - SLV = { - all_core = { remove_core = HUN } - } - } - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -4 - consciousness = -4 - } - } + id = 98694 + title = "EVTNAME98694" + desc = "EVTDESC98694" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_slovakian_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98694OPTA" + clr_global_flag = full_slovakian_approval + add_accepted_culture = slovak + SLV = { + all_core = { add_core = DNB } + } + random_owned = { + limit = { + owner = { has_global_flag = full_hungarian_approval } + } + SLV = { + all_core = { remove_core = HUN } + } + } + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -4 + consciousness = -4 + } + } } country_event = { - id = 98695 - title = "EVTNAME98695" - desc = "EVTDESC98695" - picture = "celebration" - - trigger = { - tag = DNB - war = no - has_global_flag = full_polish_approval - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT98695OPTA" - clr_global_flag = full_polish_approval - add_accepted_culture = polish - GLM = { - all_core = { add_core = DNB } - } - any_pop = { - limit = { has_pop_culture = polish } - militancy = -4 - consciousness = -4 - } - } + id = 98695 + title = "EVTNAME98695" + desc = "EVTDESC98695" + picture = "celebration" + + trigger = { + tag = DNB + war = no + has_global_flag = full_polish_approval + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT98695OPTA" + clr_global_flag = full_polish_approval + add_accepted_culture = polish + GLM = { + all_core = { add_core = DNB } + } + any_pop = { + limit = { has_pop_culture = polish } + militancy = -4 + consciousness = -4 + } + } } #Partial Approval Events country_event = { - id = 98700 - title = "EVTNAME98700" - desc = "EVTDESC98700" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = HUN - NOT = { - num_of_revolts = 1 - exists = HUN - } - has_global_flag = partial_hungarian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_hungarian_approval - release_vassal = HUN - HUN = { - any_owned = { - limit = { - OR = { - is_core = SLV - is_core = CRO - is_core = SIE - } - } - secede_province = THIS - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -3 - } - relation = { who = HUN value = 200 } - diplomatic_influence = { who = HUN value = 200 } - create_alliance = HUN - } + id = 98700 + title = "EVTNAME98700" + desc = "EVTDESC98700" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = HUN + NOT = { + num_of_revolts = 1 + exists = HUN + } + has_global_flag = partial_hungarian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_hungarian_approval + release_vassal = HUN + HUN = { + any_owned = { + limit = { + OR = { + is_core = SLV + is_core = CRO + is_core = SIE + } + } + secede_province = THIS + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -3 + } + relation = { who = HUN value = 200 } + diplomatic_influence = { who = HUN value = 200 } + create_alliance = HUN + } } country_event = { - id = 98701 - title = "EVTNAME98701" - desc = "EVTDESC98701" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = BOH - NOT = { - num_of_revolts = 1 - exists = BOH - } - has_global_flag = partial_czech_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_czech_approval - add_accepted_culture = czech - release_vassal = BOH - BOH = { - any_pop = { - limit = { has_pop_culture = czech } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = czech } - militancy = -3 - } - relation = { who = BOH value = 200 } - diplomatic_influence = { who = BOH value = 200 } - create_alliance = BOH - } + id = 98701 + title = "EVTNAME98701" + desc = "EVTDESC98701" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = BOH + NOT = { + num_of_revolts = 1 + exists = BOH + } + has_global_flag = partial_czech_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_czech_approval + add_accepted_culture = czech + release_vassal = BOH + BOH = { + any_pop = { + limit = { has_pop_culture = czech } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = czech } + militancy = -3 + } + relation = { who = BOH value = 200 } + diplomatic_influence = { who = BOH value = 200 } + create_alliance = BOH + } } country_event = { - id = 98702 - title = "EVTNAME98702" - desc = "EVTDESC98702" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = SIE - NOT = { - num_of_revolts = 1 - exists = SIE - } - has_global_flag = partial_romanian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_romanian_approval - add_accepted_culture = romanian - release_vassal = SIE - any_owned = { - limit = { is_core = ROM } - secede_province = SIE - } - SIE = { - any_pop = { - limit = { has_pop_culture = romanian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = romanian } - militancy = -3 - } - relation = { who = SIE value = 200 } - diplomatic_influence = { who = SIE value = 200 } - create_alliance = SIE - } + id = 98702 + title = "EVTNAME98702" + desc = "EVTDESC98702" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = SIE + NOT = { + num_of_revolts = 1 + exists = SIE + } + has_global_flag = partial_romanian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_romanian_approval + add_accepted_culture = romanian + release_vassal = SIE + any_owned = { + limit = { is_core = ROM } + secede_province = SIE + } + SIE = { + any_pop = { + limit = { has_pop_culture = romanian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = romanian } + militancy = -3 + } + relation = { who = SIE value = 200 } + diplomatic_influence = { who = SIE value = 200 } + create_alliance = SIE + } } country_event = { - id = 98703 - title = "EVTNAME98703" - desc = "EVTDESC98703" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = CRO - NOT = { - num_of_revolts = 1 - exists = CRO - } - has_global_flag = partial_croatian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_croatian_approval - add_accepted_culture = croat - random_owned = { - limit = { - owner = { has_global_flag = full_hungarian_approval } - } - CRO = { - all_core = { remove_core = HUN } - } - } - release_vassal = CRO - any_owned = { - limit = { is_core = BOS } - secede_province = CRO - } - CRO = { - any_pop = { - limit = { has_pop_culture = croat } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = croat } - militancy = -3 - } - relation = { who = CRO value = 200 } - diplomatic_influence = { who = CRO value = 200 } - create_alliance = CRO - } + id = 98703 + title = "EVTNAME98703" + desc = "EVTDESC98703" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = CRO + NOT = { + num_of_revolts = 1 + exists = CRO + } + has_global_flag = partial_croatian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_croatian_approval + add_accepted_culture = croat + random_owned = { + limit = { + owner = { has_global_flag = full_hungarian_approval } + } + CRO = { + all_core = { remove_core = HUN } + } + } + release_vassal = CRO + any_owned = { + limit = { is_core = BOS } + secede_province = CRO + } + CRO = { + any_pop = { + limit = { has_pop_culture = croat } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = croat } + militancy = -3 + } + relation = { who = CRO value = 200 } + diplomatic_influence = { who = CRO value = 200 } + create_alliance = CRO + } } country_event = { - id = 98704 - title = "EVTNAME98704" - desc = "EVTDESC98704" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = SLO - NOT = { - num_of_revolts = 1 - exists = SLO - } - has_global_flag = partial_slovene_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_slovene_approval - add_accepted_culture = slovene - release_vassal = SLO - SLO = { - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -3 - } - relation = { who = SLO value = 200 } - diplomatic_influence = { who = SLO value = 200 } - create_alliance = SLO - } + id = 98704 + title = "EVTNAME98704" + desc = "EVTDESC98704" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = SLO + NOT = { + num_of_revolts = 1 + exists = SLO + } + has_global_flag = partial_slovene_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_slovene_approval + add_accepted_culture = slovene + release_vassal = SLO + SLO = { + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -3 + } + relation = { who = SLO value = 200 } + diplomatic_influence = { who = SLO value = 200 } + create_alliance = SLO + } } country_event = { - id = 98705 - title = "EVTNAME98705" - desc = "EVTDESC98705" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = SLV - NOT = { - num_of_revolts = 1 - exists = SLV - } - has_global_flag = partial_slovakian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_slovakian_approval - add_accepted_culture = slovak - random_owned = { - limit = { - owner = { has_global_flag = full_hungarian_approval } - } - SLV = { - all_core = { remove_core = HUN } - } - } - release_vassal = SLV - SLV = { - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -3 - } - relation = { who = SLV value = 200 } - diplomatic_influence = { who = SLV value = 200 } - create_alliance = SLV - } + id = 98705 + title = "EVTNAME98705" + desc = "EVTDESC98705" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = SLV + NOT = { + num_of_revolts = 1 + exists = SLV + } + has_global_flag = partial_slovakian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_slovakian_approval + add_accepted_culture = slovak + random_owned = { + limit = { + owner = { has_global_flag = full_hungarian_approval } + } + SLV = { + all_core = { remove_core = HUN } + } + } + release_vassal = SLV + SLV = { + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -3 + } + relation = { who = SLV value = 200 } + diplomatic_influence = { who = SLV value = 200 } + create_alliance = SLV + } } country_event = { - id = 98706 - title = "EVTNAME98706" - desc = "EVTDESC98706" - picture = "celebration" - - trigger = { - tag = DNB - war = no - is_possible_vassal = GLM - NOT = { - num_of_revolts = 1 - exists = GLM - } - has_global_flag = partial_polish_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98700OPTA" - clr_global_flag = partial_polish_approval - add_accepted_culture = polish - release_vassal = GLM - any_owned = { - limit = { is_core = POL } - secede_province = GLM - } - GLM = { - any_pop = { - limit = { has_pop_culture = polish } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = polish } - militancy = -3 - } - relation = { who = GLM value = 200 } - diplomatic_influence = { who = GLM value = 200 } - create_alliance = GLM - } + id = 98706 + title = "EVTNAME98706" + desc = "EVTDESC98706" + picture = "celebration" + + trigger = { + tag = DNB + war = no + is_possible_vassal = GLM + NOT = { + num_of_revolts = 1 + exists = GLM + } + has_global_flag = partial_polish_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98700OPTA" + clr_global_flag = partial_polish_approval + add_accepted_culture = polish + release_vassal = GLM + any_owned = { + limit = { is_core = POL } + secede_province = GLM + } + GLM = { + any_pop = { + limit = { has_pop_culture = polish } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = polish } + militancy = -3 + } + relation = { who = GLM value = 200 } + diplomatic_influence = { who = GLM value = 200 } + create_alliance = GLM + } } #No Approval Events country_event = { - id = 98710 - title = "EVTNAME98710" #The Hungarian Rebellion - desc = "EVTDESC98710" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = HUN } - has_global_flag = no_hungarian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_hungarian_approval - remove_accepted_culture = hungarian - HUN = { - all_core = { - limit = { - NOT = { - is_core = SLV - is_core = CRO - is_core = SIE - } - } - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = 6 - consciousness = 6 - } - } + id = 98710 + title = "EVTNAME98710" #The Hungarian Rebellion + desc = "EVTDESC98710" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = HUN } + has_global_flag = no_hungarian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_hungarian_approval + remove_accepted_culture = hungarian + HUN = { + all_core = { + limit = { + NOT = { + is_core = SLV + is_core = CRO + is_core = SIE + } + } + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98711 - title = "EVTNAME98711" #The Czech Rebellion - desc = "EVTDESC98711" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = BOH } - has_global_flag = no_czech_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_czech_approval - remove_accepted_culture = czech - BOH = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = czech } - militancy = 6 - consciousness = 6 - } - } + id = 98711 + title = "EVTNAME98711" #The Czech Rebellion + desc = "EVTDESC98711" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = BOH } + has_global_flag = no_czech_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_czech_approval + remove_accepted_culture = czech + BOH = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = czech } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98712 - title = "EVTNAME98712" #The Romanian Rebellion - desc = "EVTDESC98712" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = ROM } - has_global_flag = no_romanian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_romanian_approval - remove_accepted_culture = romanian - ROM = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = romanian } - militancy = 6 - consciousness = 6 - } - } + id = 98712 + title = "EVTNAME98712" #The Romanian Rebellion + desc = "EVTDESC98712" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = ROM } + has_global_flag = no_romanian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_romanian_approval + remove_accepted_culture = romanian + ROM = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = romanian } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98713 - title = "EVTNAME98713" #The Croatian Rebellion - desc = "EVTDESC98713" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = CRO } - has_global_flag = no_croatian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_croatian_approval - remove_accepted_culture = croat - CRO = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = croat } - militancy = 6 - consciousness = 6 - } - } + id = 98713 + title = "EVTNAME98713" #The Croatian Rebellion + desc = "EVTDESC98713" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = CRO } + has_global_flag = no_croatian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_croatian_approval + remove_accepted_culture = croat + CRO = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = croat } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98714 - title = "EVTNAME98714" #The Slovene Rebellion - desc = "EVTDESC98714" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = SLO } - has_global_flag = no_slovene_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_slovene_approval - remove_accepted_culture = slovene - SLO = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = slovene } - militancy = 6 - consciousness = 6 - } - } + id = 98714 + title = "EVTNAME98714" #The Slovene Rebellion + desc = "EVTDESC98714" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = SLO } + has_global_flag = no_slovene_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_slovene_approval + remove_accepted_culture = slovene + SLO = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = slovene } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98715 - title = "EVTNAME98715" #The Slovakian Rebellion - desc = "EVTDESC98715" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = SLV } - has_global_flag = no_slovakian_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_slovakian_approval - remove_accepted_culture = slovak - SLV = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = slovak } - militancy = 6 - consciousness = 6 - } - } + id = 98715 + title = "EVTNAME98715" #The Slovakian Rebellion + desc = "EVTDESC98715" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = SLV } + has_global_flag = no_slovakian_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_slovakian_approval + remove_accepted_culture = slovak + SLV = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = slovak } + militancy = 6 + consciousness = 6 + } + } } country_event = { - id = 98716 - title = "EVTNAME98716" #The Polish Rebellion - desc = "EVTDESC98716" - picture = "nationalists" - - trigger = { - tag = DNB - any_owned_province = { is_core = POL } - has_global_flag = no_polish_approval - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT98710OPTA" - clr_global_flag = no_polish_approval - remove_accepted_culture = polish - POL = { - all_core = { - remove_core = DNB - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - any_pop = { - limit = { has_pop_culture = polish } - militancy = 6 - consciousness = 6 - } - } + id = 98716 + title = "EVTNAME98716" #The Polish Rebellion + desc = "EVTDESC98716" + picture = "nationalists" + + trigger = { + tag = DNB + any_owned_province = { is_core = POL } + has_global_flag = no_polish_approval + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT98710OPTA" + clr_global_flag = no_polish_approval + remove_accepted_culture = polish + POL = { + all_core = { + remove_core = DNB + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + any_pop = { + limit = { has_pop_culture = polish } + militancy = 6 + consciousness = 6 + } + } } ######################################################### -# # -# Breakup Event # -# # +# # +# Breakup Event # +# # ######################################################### country_event = { - id = 98720 - title = "EVTNAME98720" #End of the Federation - desc = "EVTDESC98720" - major = yes - - trigger = { - tag = DNB - war = no - HUN = { - exists = yes - NOT = { vassal_of = THIS } - } - NOT = { has_global_flag = danubian_federation_ended } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.5 - OR = { - BOH = { - exists = yes - NOT = { vassal_of = THIS } - } - SLO = { - exists = yes - NOT = { vassal_of = THIS } - } - CRO = { - exists = yes - NOT = { vassal_of = THIS } - } - } - } - } - - option = { - name = "EVT98720OPTA" - set_global_flag = danubian_federation_ended - prestige = -30 - primary_culture = south_german - remove_accepted_culture = hungarian - remove_accepted_culture = slovak - remove_accepted_culture = slovene - remove_accepted_culture = czech - remove_accepted_culture = romanian - remove_accepted_culture = polish - remove_accepted_culture = croat - AUS_612 = { add_core = AUS } - AUS_613 = { add_core = AUS } - AUS_619 = { add_core = AUS } - AUS_734 = { add_core = AUS } - all_core = { remove_core = DNB } - any_country = { - limit = { - exists = no - any_core = { owned_by = THIS } - OR = { - tag = HUN - tag = BOH - tag = SLO - tag = SLV - tag = SIE - tag = GLM - tag = CRO - } - } - country_event = 98723 - } - any_country = { - limit = { - vassal_of = THIS - OR = { - tag = BOH - tag = SLO - tag = SLV - tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - country_event = 96015 - } - change_tag = AUS - clr_country_flag = dual_monarchy - any_pop = { - limit = { is_primary_culture = no } - consciousness = 5 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - } - } - } - - option = { - name = "EVT98720OPTB" - set_global_flag = danubian_federation_ended - primary_culture = south_german - remove_accepted_culture = hungarian - remove_accepted_culture = slovak - remove_accepted_culture = slovene - remove_accepted_culture = czech - remove_accepted_culture = romanian - remove_accepted_culture = polish - remove_accepted_culture = croat - war = { - target = HUN - attacker_goal = { - casus_belli = civil_war - } - } - any_country = { - limit = { - NOT = { vassal_of = THIS } - OR = { - tag = BOH - tag = SLO - tag = SLV - tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - relation = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = humiliate - months = 24 - } - } - any_country = { - limit = { - vassal_of = THIS - OR = { - tag = BOH - tag = SLO - tag = SLV - tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - country_event = 98724 - } - any_pop = { - limit = { is_primary_culture = no } - militancy = 5 - } - ai_chance = { - factor = 50 - } - } + id = 98720 + title = "EVTNAME98720" #End of the Federation + desc = "EVTDESC98720" + major = yes + + trigger = { + tag = DNB + war = no + HUN = { + exists = yes + NOT = { vassal_of = THIS } + } + NOT = { has_global_flag = danubian_federation_ended } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.5 + OR = { + BOH = { + exists = yes + NOT = { vassal_of = THIS } + } + SLO = { + exists = yes + NOT = { vassal_of = THIS } + } + CRO = { + exists = yes + NOT = { vassal_of = THIS } + } + } + } + } + + option = { + name = "EVT98720OPTA" + set_global_flag = danubian_federation_ended + prestige = -30 + primary_culture = south_german + remove_accepted_culture = hungarian + remove_accepted_culture = slovak + remove_accepted_culture = slovene + remove_accepted_culture = czech + remove_accepted_culture = romanian + remove_accepted_culture = polish + remove_accepted_culture = croat + AUS_612 = { add_core = AUS } + AUS_613 = { add_core = AUS } + AUS_619 = { add_core = AUS } + AUS_734 = { add_core = AUS } + all_core = { remove_core = DNB } + any_country = { + limit = { + exists = no + any_core = { owned_by = THIS } + OR = { + tag = HUN + tag = BOH + tag = SLO + tag = SLV + tag = SIE + tag = GLM + tag = CRO + } + } + country_event = 98723 + } + any_country = { + limit = { + vassal_of = THIS + OR = { + tag = BOH + tag = SLO + tag = SLV + tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + country_event = 96015 + } + change_tag = AUS + clr_country_flag = dual_monarchy + any_pop = { + limit = { is_primary_culture = no } + consciousness = 5 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + } + } + } + + option = { + name = "EVT98720OPTB" + set_global_flag = danubian_federation_ended + primary_culture = south_german + remove_accepted_culture = hungarian + remove_accepted_culture = slovak + remove_accepted_culture = slovene + remove_accepted_culture = czech + remove_accepted_culture = romanian + remove_accepted_culture = polish + remove_accepted_culture = croat + war = { + target = HUN + attacker_goal = { + casus_belli = civil_war + } + } + any_country = { + limit = { + NOT = { vassal_of = THIS } + OR = { + tag = BOH + tag = SLO + tag = SLV + tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + relation = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = humiliate + months = 24 + } + } + any_country = { + limit = { + vassal_of = THIS + OR = { + tag = BOH + tag = SLO + tag = SLV + tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + country_event = 98724 + } + any_pop = { + limit = { is_primary_culture = no } + militancy = 5 + } + ai_chance = { + factor = 50 + } + } } country_event = { - id = 98721 - title = "EVTNAME98720" #End of the Federation - Totalitarian - desc = "EVTDESC98721" - major = yes - - trigger = { - tag = DNB - war = no - NOT = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - OR = { - average_militancy = 4 - revolt_percentage = 0.25 - } - NOT = { has_global_flag = danubian_federation_ended } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - revolt_percentage = .35 - } - modifier = { - factor = 0.8 - revolt_percentage = .45 - } - } - - option = { - name = "EVT98720OPTA" - set_global_flag = danubian_federation_ended - prestige = -30 - primary_culture = south_german - remove_accepted_culture = hungarian - remove_accepted_culture = slovak - remove_accepted_culture = slovene - remove_accepted_culture = czech - remove_accepted_culture = romanian - remove_accepted_culture = polish - remove_accepted_culture = croat - AUS_612 = { add_core = AUS } - AUS_613 = { add_core = AUS } - AUS_619 = { add_core = AUS } - AUS_734 = { add_core = AUS } - all_core = { remove_core = DNB } - any_country = { - limit = { - exists = no - any_core = { owned_by = THIS } - OR = { - tag = HUN - tag = BOH - tag = SLO - tag = SLV - #tag = SIE - tag = GLM - tag = CRO - } - } - country_event = 98723 - } - any_country = { - limit = { - vassal_of = THIS - OR = { - tag = BOH - tag = SLO - tag = SLV - tag = HUN - #tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - country_event = 96015 - } - change_tag = AUS - clr_country_flag = dual_monarchy - any_pop = { - limit = { is_primary_culture = no } - consciousness = 5 - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT98720OPTB" - set_global_flag = danubian_federation_ended - primary_culture = south_german - remove_accepted_culture = hungarian - remove_accepted_culture = slovak - remove_accepted_culture = slovene - remove_accepted_culture = czech - remove_accepted_culture = romanian - remove_accepted_culture = polish - remove_accepted_culture = croat - war = { - target = HUN - attacker_goal = { - casus_belli = civil_war - } - } - any_country = { - limit = { - NOT = { vassal_of = THIS } - exists = yes - OR = { - tag = HUN - tag = BOH - tag = SLO - tag = SLV - #tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - relation = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = humiliate - months = 24 - } - } - any_country = { - limit = { - exists = no - any_core = { owned_by = THIS } - OR = { - tag = HUN - tag = BOH - tag = SLO - tag = SLV - #tag = SIE - tag = GLM - tag = CRO - } - } - country_event = 98722 - } - any_country = { - limit = { - vassal_of = THIS - OR = { - tag = HUN - tag = BOH - tag = SLO - tag = SLV - #tag = SIE - tag = ROM - tag = POL - tag = GLM - tag = CRO - } - } - country_event = 98724 - } - ai_chance = { - factor = 90 - } - } + id = 98721 + title = "EVTNAME98720" #End of the Federation - Totalitarian + desc = "EVTDESC98721" + major = yes + + trigger = { + tag = DNB + war = no + NOT = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + OR = { + average_militancy = 4 + revolt_percentage = 0.25 + } + NOT = { has_global_flag = danubian_federation_ended } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + revolt_percentage = .35 + } + modifier = { + factor = 0.8 + revolt_percentage = .45 + } + } + + option = { + name = "EVT98720OPTA" + set_global_flag = danubian_federation_ended + prestige = -30 + primary_culture = south_german + remove_accepted_culture = hungarian + remove_accepted_culture = slovak + remove_accepted_culture = slovene + remove_accepted_culture = czech + remove_accepted_culture = romanian + remove_accepted_culture = polish + remove_accepted_culture = croat + AUS_612 = { add_core = AUS } + AUS_613 = { add_core = AUS } + AUS_619 = { add_core = AUS } + AUS_734 = { add_core = AUS } + all_core = { remove_core = DNB } + any_country = { + limit = { + exists = no + any_core = { owned_by = THIS } + OR = { + tag = HUN + tag = BOH + tag = SLO + tag = SLV + #tag = SIE + tag = GLM + tag = CRO + } + } + country_event = 98723 + } + any_country = { + limit = { + vassal_of = THIS + OR = { + tag = BOH + tag = SLO + tag = SLV + tag = HUN + #tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + country_event = 96015 + } + change_tag = AUS + clr_country_flag = dual_monarchy + any_pop = { + limit = { is_primary_culture = no } + consciousness = 5 + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT98720OPTB" + set_global_flag = danubian_federation_ended + primary_culture = south_german + remove_accepted_culture = hungarian + remove_accepted_culture = slovak + remove_accepted_culture = slovene + remove_accepted_culture = czech + remove_accepted_culture = romanian + remove_accepted_culture = polish + remove_accepted_culture = croat + war = { + target = HUN + attacker_goal = { + casus_belli = civil_war + } + } + any_country = { + limit = { + NOT = { vassal_of = THIS } + exists = yes + OR = { + tag = HUN + tag = BOH + tag = SLO + tag = SLV + #tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + relation = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = humiliate + months = 24 + } + } + any_country = { + limit = { + exists = no + any_core = { owned_by = THIS } + OR = { + tag = HUN + tag = BOH + tag = SLO + tag = SLV + #tag = SIE + tag = GLM + tag = CRO + } + } + country_event = 98722 + } + any_country = { + limit = { + vassal_of = THIS + OR = { + tag = HUN + tag = BOH + tag = SLO + tag = SLV + #tag = SIE + tag = ROM + tag = POL + tag = GLM + tag = CRO + } + } + country_event = 98724 + } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 98722 - title = "EVTNAME98722" - desc = "EVTDESC98722" - picture = "celebration" - - is_triggered_only = yes - - immediate = { - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - - option = { - name = "EVT98722OPTA" - random_owned = { - limit = { owner = { exists = yes } } - owner = { - FROM = { - war = { - target = THIS - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - } - } - } - } - } + id = 98722 + title = "EVTNAME98722" + desc = "EVTDESC98722" + picture = "celebration" + + is_triggered_only = yes + + immediate = { + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + + option = { + name = "EVT98722OPTA" + random_owned = { + limit = { owner = { exists = yes } } + owner = { + FROM = { + war = { + target = THIS + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + } + } + } + } + } } country_event = { - id = 98723 - title = "EVTNAME98722" - desc = "EVTDESC98723" - picture = "celebration" - - is_triggered_only = yes - - option = { - name = "EVT98723OPTA" - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 100 - } - } - } + id = 98723 + title = "EVTNAME98722" + desc = "EVTDESC98723" + picture = "celebration" + + is_triggered_only = yes + + option = { + name = "EVT98723OPTA" + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 100 + } + } + } } country_event = { - id = 98724 - title = "EVTNAME98724" - desc = "EVTDESC98724" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT98724OPTA" - any_country = { - limit = { war_with = THIS } - end_war = THIS - relation = { who = THIS value = 100 } - } - leave_alliance = FROM - war = { - target = FROM - attacker_goal = { - casus_belli = become_independent - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 2 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 1.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - modifier = { - factor = 0.5 - NOT = { total_amount_of_divisions = 2 } - } - } - } - - option = { - name = "EVT98724OPTB" - relation = { who = FROM value = 50 } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 1.5 - relation = { who = FROM value = 100 } - } - modifier = { - factor = 0.1 - FROM = { - NOT = { - government = democracy - government = hms_government - } - } - } - } - } -} \ No newline at end of file + id = 98724 + title = "EVTNAME98724" + desc = "EVTDESC98724" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT98724OPTA" + any_country = { + limit = { war_with = THIS } + end_war = THIS + relation = { who = THIS value = 100 } + } + leave_alliance = FROM + war = { + target = FROM + attacker_goal = { + casus_belli = become_independent + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 2 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 1.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + modifier = { + factor = 0.5 + NOT = { total_amount_of_divisions = 2 } + } + } + } + + option = { + name = "EVT98724OPTB" + relation = { who = FROM value = 50 } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 1.5 + relation = { who = FROM value = 100 } + } + modifier = { + factor = 0.1 + FROM = { + NOT = { + government = democracy + government = hms_government + } + } + } + } + } +} diff --git a/HPM/events/Diseases.txt b/HPM/events/Diseases.txt index 5ae7d96c..5c499e8b 100644 --- a/HPM/events/Diseases.txt +++ b/HPM/events/Diseases.txt @@ -1,582 +1,582 @@ # Tuberculosis country_event = { - id = 21000 - title = "EVTNAME21000" - desc = "EVTDESC21000" - picture = "disease" - - trigger = { - NOT = { poor_strata_everyday_needs = 0.8 } - total_pops = 50000 - any_owned_province = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - } - } - - mean_time_to_happen = { - months = 900 - - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - NOT = { capital_scope = { continent = oceania } civilized = no } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.7 } - } - modifier = { - factor = 1.5 - organic_chemistry = 1 - } - - modifier = { - factor = 1.2 - health_care = acceptable_health_care - } - - modifier = { - factor = 1.5 - health_care = good_health_care - } - } - - option = { - name = "EVTOPTA21000" - random_list = { - 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.96 militancy = -0.5 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.97 militancy = -0.5 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.95 militancy = -0.5 } } } - } - } + id = 21000 + title = "EVTNAME21000" + desc = "EVTDESC21000" + picture = "disease" + + trigger = { + NOT = { poor_strata_everyday_needs = 0.8 } + total_pops = 50000 + any_owned_province = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + } + } + + mean_time_to_happen = { + months = 900 + + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + NOT = { capital_scope = { continent = oceania } civilized = no } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.7 } + } + modifier = { + factor = 1.5 + organic_chemistry = 1 + } + + modifier = { + factor = 1.2 + health_care = acceptable_health_care + } + + modifier = { + factor = 1.5 + health_care = good_health_care + } + } + + option = { + name = "EVTOPTA21000" + random_list = { + 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.96 militancy = -0.5 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.97 militancy = -0.5 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.95 militancy = -0.5 } } } + } + } } #Famine! country_event = { - id = 21010 - title = "EVTNAME21010" - desc = "EVTDESC21010" - picture = "starving" - - trigger = { - NOT = { poor_strata_life_needs = 0.8 } - NOT = { government = democracy } - total_pops = 50000 - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.8 - government = proletarian_dictatorship - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVTOPTA21010" - random_list = { - 50 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.96 } } } - 25 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.98 } } } - 25 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.99 } } } - } - add_tax_relative_income = -5 - #treasury = -1500 - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { money = 1000 } - } - } - } - - option = { - name = "EVTOPTB21010" - random_list = { - 50 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.9 militancy = 1 } } } - 25 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.88 militancy = 1 } } } - 25 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.86 militancy = 1 } } } - } - ai_chance = { - factor = 50 - modifier = { - factor = 100 - NOT = { money = 1000 } - } - } - } + id = 21010 + title = "EVTNAME21010" + desc = "EVTDESC21010" + picture = "starving" + + trigger = { + NOT = { poor_strata_life_needs = 0.8 } + NOT = { government = democracy } + total_pops = 50000 + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.8 + government = proletarian_dictatorship + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVTOPTA21010" + random_list = { + 50 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.96 } } } + 25 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.98 } } } + 25 = { random_state = { limit = { total_pops = 20000 } poor_strata = { reduce_pop = 0.99 } } } + } + add_tax_relative_income = -5 + #treasury = -1500 + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { money = 1000 } + } + } + } + + option = { + name = "EVTOPTB21010" + random_list = { + 50 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.9 militancy = 1 } } } + 25 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.88 militancy = 1 } } } + 25 = { random_state = { limit = { total_pops = 10000 } poor_strata = { reduce_pop = 0.86 militancy = 1 } } } + } + ai_chance = { + factor = 50 + modifier = { + factor = 100 + NOT = { money = 1000 } + } + } + } } #Typhoid Fever country_event = { - id = 21020 - title = "EVTNAME21020" - desc = "EVTDESC21020" - picture = "disease" - - trigger = { - NOT = { poor_strata_everyday_needs = 0.90 } - total_pops = 50000 - any_owned_province = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - } - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.8 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 1.5 - organic_chemistry = 1 - } - modifier = { - factor = 1.5 - average_consciousness = 4 - } - - modifier = { - factor = 1.2 - health_care = acceptable_health_care - } - - modifier = { - factor = 1.5 - health_care = good_health_care - } - - modifier = { - factor = 1.1 - year = 1850 - } - modifier = { - factor = 1.1 - year = 1870 - } - modifier = { - factor = 1.1 - year = 1890 - } - modifier = { - factor = 1.1 - year = 1910 - } - } - - option = { - name = "EVTOPTA21020" - random_state = { - any_pop = { - reduce_pop = 0.9 - } - } - } - - option = { - name = "EVTOPTB21020" - random_list = { - 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.96 militancy = 2 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.97 militancy = 2 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.95 militancy = 2 } } } - } - } + id = 21020 + title = "EVTNAME21020" + desc = "EVTDESC21020" + picture = "disease" + + trigger = { + NOT = { poor_strata_everyday_needs = 0.90 } + total_pops = 50000 + any_owned_province = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + } + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.8 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 1.5 + organic_chemistry = 1 + } + modifier = { + factor = 1.5 + average_consciousness = 4 + } + + modifier = { + factor = 1.2 + health_care = acceptable_health_care + } + + modifier = { + factor = 1.5 + health_care = good_health_care + } + + modifier = { + factor = 1.1 + year = 1850 + } + modifier = { + factor = 1.1 + year = 1870 + } + modifier = { + factor = 1.1 + year = 1890 + } + modifier = { + factor = 1.1 + year = 1910 + } + } + + option = { + name = "EVTOPTA21020" + random_state = { + any_pop = { + reduce_pop = 0.9 + } + } + } + + option = { + name = "EVTOPTB21020" + random_list = { + 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.96 militancy = 2 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.97 militancy = 2 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.95 militancy = 2 } } } + } + } } #Strange Influenza country_event = { - id = 21030 - title = "EVTNAME21030" - desc = "EVTDESC21030" - picture = "disease" - - trigger = { - NOT = { poor_strata_life_needs = 0.9 } - NOT = { has_country_modifier = pandemic_influenza } - total_pops = 50000 - any_owned_province = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - } - } - - mean_time_to_happen = { - months = 3200 - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.8 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 0.9 - NOT = { organic_chemistry = 1 } - } - modifier = { - factor = 1.5 - organic_chemistry = 1 - } - - modifier = { - factor = 1.2 - health_care = acceptable_health_care - } - - modifier = { - factor = 1.5 - health_care = good_health_care - } - - modifier = { - factor = 0.2 - any_neighbor_country = { has_country_modifier = pandemic_influenza } - NOT = { AND = { continent = oceania civilized = no } } - } - - } - - option = { - name = "EVTOPTA21030" - random_list = { - 50 = { - add_country_modifier = { name = pandemic_influenza duration = 365 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 365 } - } - } - 30 = { - add_country_modifier = { name = pandemic_influenza duration = 305 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 305 } - } - } - 15 = { - add_country_modifier = { name = pandemic_influenza duration = 395 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 395 } - } - } - 05 = { - add_country_modifier = { name = pandemic_influenza duration = 425 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 425 } - } - } - } - - add_tax_relative_income = -5 - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { money = 2000 } - } - } - } - - option = { - name = "EVTOPTB21030" - random_list = { - 50 = { - add_country_modifier = { name = pandemic_influenza duration = 480 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 480 } - } - } - 30 = { - add_country_modifier = { name = pandemic_influenza duration = 425 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 425 } - } - } - 15 = { - add_country_modifier = { name = pandemic_influenza duration = 395 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 395 } - } - } - 05 = { - add_country_modifier = { name = pandemic_influenza duration = 365 } - any_owned = { limit = { NOT = {total_pops = 3000 } } - add_province_modifier = { name = pandemic_influenza_immunity duration = 365 } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 100 - NOT = { money = 2000 } - } - } - } + id = 21030 + title = "EVTNAME21030" + desc = "EVTDESC21030" + picture = "disease" + + trigger = { + NOT = { poor_strata_life_needs = 0.9 } + NOT = { has_country_modifier = pandemic_influenza } + total_pops = 50000 + any_owned_province = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + } + } + + mean_time_to_happen = { + months = 3200 + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.8 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 0.9 + NOT = { organic_chemistry = 1 } + } + modifier = { + factor = 1.5 + organic_chemistry = 1 + } + + modifier = { + factor = 1.2 + health_care = acceptable_health_care + } + + modifier = { + factor = 1.5 + health_care = good_health_care + } + + modifier = { + factor = 0.2 + any_neighbor_country = { has_country_modifier = pandemic_influenza } + NOT = { AND = { continent = oceania civilized = no } } + } + + } + + option = { + name = "EVTOPTA21030" + random_list = { + 50 = { + add_country_modifier = { name = pandemic_influenza duration = 365 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 365 } + } + } + 30 = { + add_country_modifier = { name = pandemic_influenza duration = 305 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 305 } + } + } + 15 = { + add_country_modifier = { name = pandemic_influenza duration = 395 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 395 } + } + } + 05 = { + add_country_modifier = { name = pandemic_influenza duration = 425 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 425 } + } + } + } + + add_tax_relative_income = -5 + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { money = 2000 } + } + } + } + + option = { + name = "EVTOPTB21030" + random_list = { + 50 = { + add_country_modifier = { name = pandemic_influenza duration = 480 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 480 } + } + } + 30 = { + add_country_modifier = { name = pandemic_influenza duration = 425 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 425 } + } + } + 15 = { + add_country_modifier = { name = pandemic_influenza duration = 395 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 395 } + } + } + 05 = { + add_country_modifier = { name = pandemic_influenza duration = 365 } + any_owned = { limit = { NOT = {total_pops = 3000 } } + add_province_modifier = { name = pandemic_influenza_immunity duration = 365 } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 100 + NOT = { money = 2000 } + } + } + } } # Cholera Epidemic! country_event = { - title = "EVTNAME10230" - desc = "EVTDESC10230" - id = 10230 - picture = "Cholera" - - trigger = { - total_pops = 50000 - OR = { - num_of_cities = 3 - civilized = yes - } - NOT = { poor_strata_everyday_needs = 0.5 } - NOT = { - any_owned_province = { - OR = { - has_province_modifier = cholera_epidemic_small - has_province_modifier = cholera_epidemic_big - } - } - } - any_owned_province = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - } - OR = { - NOT = { primary_culture = japanese } - year = 1850 - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.85 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - NOT = { AND = { continent = oceania civilized = no } } - } - modifier = { - factor = 1.5 - has_country_modifier = uncivilized_isolationism - NOT = { is_culture_group = indo_iranian } - NOT = { is_culture_group = south_asian } - } - modifier = { - factor = 2 - medicine = 1 - } - modifier = { - factor = 2 - electricity = 1 - } - - modifier = { - factor = 2 - health_care = acceptable_health_care - } - - modifier = { - factor = 2 - health_care = good_health_care - } - } - - option = { - name = "EVTOPTA10230" - random_province = { - limit = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - total_pops = 20000 - } - add_province_modifier = { - name = cholera_epidemic_small - duration = 180 - } - any_pop = { - consciousness = 2 - militancy = -1 - } - } - } - option = { - name = "EVTOPTB10230" - random_province = { - limit = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - total_pops = 20000 - } - add_province_modifier = { - name = cholera_epidemic_big - duration = 365 - } - any_pop = { - consciousness = -2 - } - } - } + title = "EVTNAME10230" + desc = "EVTDESC10230" + id = 10230 + picture = "Cholera" + + trigger = { + total_pops = 50000 + OR = { + num_of_cities = 3 + civilized = yes + } + NOT = { poor_strata_everyday_needs = 0.5 } + NOT = { + any_owned_province = { + OR = { + has_province_modifier = cholera_epidemic_small + has_province_modifier = cholera_epidemic_big + } + } + } + any_owned_province = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + } + OR = { + NOT = { primary_culture = japanese } + year = 1850 + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.85 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + NOT = { AND = { continent = oceania civilized = no } } + } + modifier = { + factor = 1.5 + has_country_modifier = uncivilized_isolationism + NOT = { is_culture_group = indo_iranian } + NOT = { is_culture_group = south_asian } + } + modifier = { + factor = 2 + medicine = 1 + } + modifier = { + factor = 2 + electricity = 1 + } + + modifier = { + factor = 2 + health_care = acceptable_health_care + } + + modifier = { + factor = 2 + health_care = good_health_care + } + } + + option = { + name = "EVTOPTA10230" + random_province = { + limit = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + total_pops = 20000 + } + add_province_modifier = { + name = cholera_epidemic_small + duration = 180 + } + any_pop = { + consciousness = 2 + militancy = -1 + } + } + } + option = { + name = "EVTOPTB10230" + random_province = { + limit = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + total_pops = 20000 + } + add_province_modifier = { + name = cholera_epidemic_big + duration = 365 + } + any_pop = { + consciousness = -2 + } + } + } } # Cholera Spreads province_event = { - title = "EVTNAME10240" - desc = "EVTDESC10240" - id = 10240 - - trigger = { - NOT = { AND = { continent = oceania owner = { civilized = no } } } - NOT = { terrain = arctic } - NOT = { terrain = desert } - total_pops = 35000 - any_neighbor_province = { - OR = { - has_province_modifier = cholera_epidemic_small - has_province_modifier = cholera_epidemic_big - } - } - NOT = { - has_province_modifier = cholera_epidemic_small - has_province_modifier = cholera_epidemic_big - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.7 - terrain = jungle - } - modifier = { - factor = 0.9 - terrain = marsh - } - modifier = { - factor = 0.7 - any_neighbor_province = { - has_province_modifier = cholera_epidemic_big - } - } - modifier = { - factor = 4 - owner = { medicine = 1 } - } - modifier = { - factor = 2 - owner = { electricity = 1 } - } - } - - option = { - name = "EVTOPTA10240" - random_list = { - 10 = { - add_province_modifier = { - name = cholera_epidemic_big - duration = 730 - } - } - 10 = { - add_province_modifier = { - name = cholera_epidemic_small - duration = 365 - } - } - } - } + title = "EVTNAME10240" + desc = "EVTDESC10240" + id = 10240 + + trigger = { + NOT = { AND = { continent = oceania owner = { civilized = no } } } + NOT = { terrain = arctic } + NOT = { terrain = desert } + total_pops = 35000 + any_neighbor_province = { + OR = { + has_province_modifier = cholera_epidemic_small + has_province_modifier = cholera_epidemic_big + } + } + NOT = { + has_province_modifier = cholera_epidemic_small + has_province_modifier = cholera_epidemic_big + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.7 + terrain = jungle + } + modifier = { + factor = 0.9 + terrain = marsh + } + modifier = { + factor = 0.7 + any_neighbor_province = { + has_province_modifier = cholera_epidemic_big + } + } + modifier = { + factor = 4 + owner = { medicine = 1 } + } + modifier = { + factor = 2 + owner = { electricity = 1 } + } + } + + option = { + name = "EVTOPTA10240" + random_list = { + 10 = { + add_province_modifier = { + name = cholera_epidemic_big + duration = 730 + } + } + 10 = { + add_province_modifier = { + name = cholera_epidemic_small + duration = 365 + } + } + } + } } #Smallpox country_event = { - id = 21040 - title = "EVTNAME21040" - desc = "EVTDESC21040" - picture = "smallpox" - - trigger = { - NOT = { poor_strata_everyday_needs = 0.5 } - total_pops = 50000 - any_owned_province = { - NOT = { terrain = arctic } - NOT = { terrain = desert } - } - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - NOT = { AND = { continent = oceania civilized = no } } - } -# modifier = { -# factor = 0.9 -# NOT = { -# luxury_needs = 0.9 -# } -# } - modifier = { - factor = 1.5 - organic_chemistry = 1 - } - - modifier = { - factor = 1.2 - health_care = acceptable_health_care - } - - modifier = { - factor = 1.5 - health_care = good_health_care - } - } - - option = { - name = "EVTOPTA21040" - random_list = { - 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.9 consciousness = 2 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.89 consciousness = 2 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.91 consciousness = 2 } } } - } - } - - option = { - name = "EVTOPTB21040" - random_list = { - 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.85 militancy = -1 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.84 militancy = -1 } } } - 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.86 militancy = -1 } } } - } - } + id = 21040 + title = "EVTNAME21040" + desc = "EVTDESC21040" + picture = "smallpox" + + trigger = { + NOT = { poor_strata_everyday_needs = 0.5 } + total_pops = 50000 + any_owned_province = { + NOT = { terrain = arctic } + NOT = { terrain = desert } + } + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + NOT = { AND = { continent = oceania civilized = no } } + } +# modifier = { +# factor = 0.9 +# NOT = { +# luxury_needs = 0.9 +# } +# } + modifier = { + factor = 1.5 + organic_chemistry = 1 + } + + modifier = { + factor = 1.2 + health_care = acceptable_health_care + } + + modifier = { + factor = 1.5 + health_care = good_health_care + } + } + + option = { + name = "EVTOPTA21040" + random_list = { + 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.9 consciousness = 2 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.89 consciousness = 2 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.91 consciousness = 2 } } } + } + } + + option = { + name = "EVTOPTB21040" + random_list = { + 50 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.85 militancy = -1 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.84 militancy = -1 } } } + 25 = { random_state = { limit = { total_pops = 10000 } any_pop = { reduce_pop = 0.86 militancy = -1 } } } + } + } } diff --git a/HPM/events/Druze.txt b/HPM/events/Druze.txt index f98a86c1..7fc3f6ec 100644 --- a/HPM/events/Druze.txt +++ b/HPM/events/Druze.txt @@ -1,368 +1,368 @@ # 1838 Druze revolt country_event = { - id = 167000 - title = "EVTNAME167000" - desc = "EVTDESC167000" - picture = "demolished_mosque" - - trigger = { - tag = EGY - owns = 912 - owns = 916 - year = 1837 - } - - mean_time_to_happen = { - months = 15 - - modifier = { - factor = 0.75 - - war = yes - } - - modifier = { - factor = 0.5 - - is_mobilised = yes#revolt directly caused by conscription - } - } - fire_only_once = yes - - option = { - name = "EVT167000OPTA" - any_pop = { - limit = { - has_pop_religion = druze - location = { OR = { province_id = 912 province_id = 916 } } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - - any_pop = { - limit = { - has_pop_religion = jewish - location = { province_id = 916 } - } - money = -10000 - consciousness = 6 - militancy = 1 - } - } + id = 167000 + title = "EVTNAME167000" + desc = "EVTDESC167000" + picture = "demolished_mosque" + + trigger = { + tag = EGY + owns = 912 + owns = 916 + year = 1837 + } + + mean_time_to_happen = { + months = 15 + + modifier = { + factor = 0.75 + + war = yes + } + + modifier = { + factor = 0.5 + + is_mobilised = yes#revolt directly caused by conscription + } + } + fire_only_once = yes + + option = { + name = "EVT167000OPTA" + any_pop = { + limit = { + has_pop_religion = druze + location = { OR = { province_id = 912 province_id = 916 } } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + + any_pop = { + limit = { + has_pop_religion = jewish + location = { province_id = 916 } + } + money = -10000 + consciousness = 6 + militancy = 1 + } + } } # 1860 Mount Lebanon Civil War - Turk message country_event = { - id = 167010 - title = "EVTNAME167010" - desc = "EVTDESC167010" - picture = "demolished_church" - - trigger = { - tag = TUR - owns = 902 - owns = 912 - owns = 913 - year = 1850 - } - - mean_time_to_happen = { - months = 200 - - modifier = { - factor = 0.5 #increase likelihood to happen - 912 = { - any_pop = { - has_pop_religion = catholic#started by Maronite peasants who rioted - militancy = 4 - } - } - } - - modifier = { - factor = 0.75 #increase likelihood to happen - OR = { - religion = sunni - religion = shiite - } - } - } - fire_only_once = yes - - option = { - name = "EVT167010OPTA" - FRA = { country_event = { id = 167020 days = 5 } } - - ai_chance = { - factor = 1 - } - } - - option = { - name = "EVT167010OPTB" #We must help our subjects - - prestige = -10 - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - } - type = aristocrats - } - - consciousness = 2 - militancy = 1 - } - - 912 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - } - - 913 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - } - - ai_chance = { - factor = 0 - } - } + id = 167010 + title = "EVTNAME167010" + desc = "EVTDESC167010" + picture = "demolished_church" + + trigger = { + tag = TUR + owns = 902 + owns = 912 + owns = 913 + year = 1850 + } + + mean_time_to_happen = { + months = 200 + + modifier = { + factor = 0.5 #increase likelihood to happen + 912 = { + any_pop = { + has_pop_religion = catholic#started by Maronite peasants who rioted + militancy = 4 + } + } + } + + modifier = { + factor = 0.75 #increase likelihood to happen + OR = { + religion = sunni + religion = shiite + } + } + } + fire_only_once = yes + + option = { + name = "EVT167010OPTA" + FRA = { country_event = { id = 167020 days = 5 } } + + ai_chance = { + factor = 1 + } + } + + option = { + name = "EVT167010OPTB" #We must help our subjects + + prestige = -10 + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + } + type = aristocrats + } + + consciousness = 2 + militancy = 1 + } + + 912 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + } + + 913 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + } + + ai_chance = { + factor = 0 + } + } } # 1860 Mount Lebanon Civil War - French response country_event = { - id = 167020 - title = "EVTNAME167020" - desc = "EVTDESC167020" - picture = "abd_al_qadir" - - is_triggered_only = yes - fire_only_once = yes - - option = { - name = "EVT167020OPTA" #Spare all aid we can - set_country_flag = mount_lebanon_intervene - prestige = 5 - 912 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - } - - 913 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - } - - 902 = { - any_pop = { - limit = { - has_pop_religion = druze - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.99 - } - - any_pop = { - limit = { - has_pop_religion = orthodox - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.8 - } - } - - ai_chance = { - factor = 1 - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 2 } #France needed to supply 6000 soldiers - } - } - } - - option = { - name = "EVT167020OPTB" #We do not have the means to help out - prestige = -20 - any_pop = { - limit = { - has_pop_religion = catholic - } - - consciousness = 0.5 - } - - 912 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.85 - } - } - - 913 = { - any_pop = { - limit = { - OR = { - has_pop_religion = druze - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.85 - } - } - - 902 = { - any_pop = { - limit = { - has_pop_religion = druze - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.98 - } - - any_pop = { - limit = { - has_pop_religion = orthodox - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.7 - } - } - - ai_chance = { - factor = 1 - modifier = { - factor = 0 - total_amount_of_divisions = 2 #France needed to supply 6000 soldiers - } - } - } + id = 167020 + title = "EVTNAME167020" + desc = "EVTDESC167020" + picture = "abd_al_qadir" + + is_triggered_only = yes + fire_only_once = yes + + option = { + name = "EVT167020OPTA" #Spare all aid we can + set_country_flag = mount_lebanon_intervene + prestige = 5 + 912 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + } + + 913 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + } + + 902 = { + any_pop = { + limit = { + has_pop_religion = druze + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.99 + } + + any_pop = { + limit = { + has_pop_religion = orthodox + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.8 + } + } + + ai_chance = { + factor = 1 + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 2 } #France needed to supply 6000 soldiers + } + } + } + + option = { + name = "EVT167020OPTB" #We do not have the means to help out + prestige = -20 + any_pop = { + limit = { + has_pop_religion = catholic + } + + consciousness = 0.5 + } + + 912 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.85 + } + } + + 913 = { + any_pop = { + limit = { + OR = { + has_pop_religion = druze + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.85 + } + } + + 902 = { + any_pop = { + limit = { + has_pop_religion = druze + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.98 + } + + any_pop = { + limit = { + has_pop_religion = orthodox + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.7 + } + } + + ai_chance = { + factor = 1 + modifier = { + factor = 0 + total_amount_of_divisions = 2 #France needed to supply 6000 soldiers + } + } + } } # Hauran Druze rebellion country_event = { - id = 167030 - title = "EVTNAME167030" - desc = "EVTDESC167030" - picture = "arab_revolt" - - trigger = { - OR = { - tag = TUR - AND = { - OR = { - religion = sunni - religion = shiite - } - civilized = yes - } - } - owns = 906 - year = 1900 - early_railroad = 1 #Railroad expansion was an important factor in revolt - } - - mean_time_to_happen = { - months = 120 - - modifier = { - factor = 0.9 - - iron_railroad = 1 - } - } - fire_only_once = yes - - option = { - name = "EVT167030OPTA" #Crush them - 906 = { - any_pop = { - limit = { - has_pop_religion = druze - } - - consciousness = 6 - militancy = 6 - reduce_pop = 0.9 - } - - any_pop = { - limit = { - has_pop_religion = druze - type = soldiers - } - - pop_type = farmers - } - } - } -} \ No newline at end of file + id = 167030 + title = "EVTNAME167030" + desc = "EVTDESC167030" + picture = "arab_revolt" + + trigger = { + OR = { + tag = TUR + AND = { + OR = { + religion = sunni + religion = shiite + } + civilized = yes + } + } + owns = 906 + year = 1900 + early_railroad = 1 #Railroad expansion was an important factor in revolt + } + + mean_time_to_happen = { + months = 120 + + modifier = { + factor = 0.9 + + iron_railroad = 1 + } + } + fire_only_once = yes + + option = { + name = "EVT167030OPTA" #Crush them + 906 = { + any_pop = { + limit = { + has_pop_religion = druze + } + + consciousness = 6 + militancy = 6 + reduce_pop = 0.9 + } + + any_pop = { + limit = { + has_pop_religion = druze + type = soldiers + } + + pop_type = farmers + } + } + } +} diff --git a/HPM/events/Dungan.txt b/HPM/events/Dungan.txt index 5d8236fe..20791c15 100644 --- a/HPM/events/Dungan.txt +++ b/HPM/events/Dungan.txt @@ -1,474 +1,473 @@ ######################################################### -# # +# # # Events for the Panthay and # -# Dungan Rebellion in China # -# # +# Dungan Rebellion in China # +# # ######################################################### province_event = { - id = 80120 - title = "EVTNAME80120" #Hui Unrest in $STATENAME$ - desc = "EVTDESC80120" - - trigger = { - OR = { - owned_by = QNG - owner = { substate_of = QNG } - } - OR = { - controlled_by = QNG - controller = { substate_of = QNG } - } - NOT = { has_province_modifier = anti_manchu_sentiment } - QNG = { - has_global_flag = hong - has_country_flag = mandate - } - OR = { - AND = { - region = CHI_1601 # Yunnan - owner = { NOT = { has_global_flag = panthay_rebellion } } - } - AND = { - OR = { - region = CHI_1600 # Urumqui - region = CHI_1594 # Kashgar - region = CHI_1490 # Gansu - region = CHI_1559 # Shaanxi - } - owner = { NOT = { has_global_flag = dungan_rebellion } } - } - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - owner = { has_global_flag = panthay_rebellion } - } - modifier = { - factor = 0.5 - owner = { has_global_flag = dungan_rebellion } - } - modifier = { - factor = 0.5 - any_neighbor_province = { has_province_modifier = anti_manchu_sentiment } - } - } - - option = { - name = "EVT80120OPTA" - add_province_modifier = { - name = anti_manchu_sentiment - duration = 3650 - } - any_pop = { - limit = { has_pop_religion = sunni } - reduce_pop = 0.97 - militancy = 10 - consciousness = 10 - } - any_pop = { - limit = { NOT = { has_pop_religion = sunni } } - consciousness = 4 - } - } - - option = { - name = "EVT80120OPTB" - state_scope = { - any_owned = { - add_province_modifier = { - name = anti_manchu_sentiment - duration = 1825 - } - } - any_pop = { - limit = { has_pop_religion = sunni } - militancy = 5 - consciousness = 5 - } - any_pop = { - limit = { NOT = { has_pop_religion = sunni } } - consciousness = 2 - } - } - } + id = 80120 + title = "EVTNAME80120" #Hui Unrest in $STATENAME$ + desc = "EVTDESC80120" + + trigger = { + OR = { + owned_by = QNG + owner = { substate_of = QNG } + } + OR = { + controlled_by = QNG + controller = { substate_of = QNG } + } + NOT = { has_province_modifier = anti_manchu_sentiment } + QNG = { + has_global_flag = hong + has_country_flag = mandate + } + OR = { + AND = { + region = CHI_1601 # Yunnan + owner = { NOT = { has_global_flag = panthay_rebellion } } + } + AND = { + OR = { + region = CHI_1600 # Urumqui + region = CHI_1594 # Kashgar + region = CHI_1490 # Gansu + region = CHI_1559 # Shaanxi + } + owner = { NOT = { has_global_flag = dungan_rebellion } } + } + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + owner = { has_global_flag = panthay_rebellion } + } + modifier = { + factor = 0.5 + owner = { has_global_flag = dungan_rebellion } + } + modifier = { + factor = 0.5 + any_neighbor_province = { has_province_modifier = anti_manchu_sentiment } + } + } + + option = { + name = "EVT80120OPTA" + add_province_modifier = { + name = anti_manchu_sentiment + duration = 3650 + } + any_pop = { + limit = { has_pop_religion = sunni } + reduce_pop = 0.97 + militancy = 10 + consciousness = 10 + } + any_pop = { + limit = { NOT = { has_pop_religion = sunni } } + consciousness = 4 + } + } + + option = { + name = "EVT80120OPTB" + state_scope = { + any_owned = { + add_province_modifier = { + name = anti_manchu_sentiment + duration = 1825 + } + } + any_pop = { + limit = { has_pop_religion = sunni } + militancy = 5 + consciousness = 5 + } + any_pop = { + limit = { NOT = { has_pop_religion = sunni } } + consciousness = 2 + } + } + } } country_event = { - id = 80121 - title = "EVTNAME80121" #Panthay Rebellion - desc = "EVTDESC80121" - picture = "panthay_rebellion" - - fire_only_once = yes - - trigger = { - tag = QNG - YNN = { - substate_of = THIS - NOT = { num_of_revolts = 1 } - ai = yes - } - 1602 = { - owned_by = YNN - controlled_by = YNN - OR = { - has_province_modifier = anti_manchu_sentiment - average_militancy = 3 - } - } - OR = { - has_global_flag = taiping_has_happened - year = 1857 - } - NOT = { has_global_flag = panthay_rebellion } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 4 - war = no - } - } - - option = { - name = "EVT80121OPTA" - set_global_flag = panthay_rebellion - release_vassal = YNN - YNN = { - capital = 1602 - any_pop = { - consciousness = -5 - militancy = -5 - } - } - any_country = { - limit = { war_with = YNN } - end_war = YNN - } - YNN = { change_tag = PGG } - PGG = { religion = sunni set_country_flag = sunni_country clr_country_flag = mahayana_country } - casus_belli = { - target = PGG - type = make_puppet - months = 12 - } - war = { - target = PGG - attacker_goal = { casus_belli = make_puppet } - defender_goal = { casus_belli = status_quo } - } - ai_chance = { factor = 100 } - } + id = 80121 + title = "EVTNAME80121" #Panthay Rebellion + desc = "EVTDESC80121" + picture = "panthay_rebellion" + + fire_only_once = yes + + trigger = { + tag = QNG + YNN = { + substate_of = THIS + NOT = { num_of_revolts = 1 } + ai = yes + } + 1602 = { + owned_by = YNN + controlled_by = YNN + OR = { + has_province_modifier = anti_manchu_sentiment + average_militancy = 3 + } + } + OR = { + has_global_flag = taiping_has_happened + year = 1857 + } + NOT = { has_global_flag = panthay_rebellion } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 4 + war = no + } + } + + option = { + name = "EVT80121OPTA" + set_global_flag = panthay_rebellion + release_vassal = YNN + YNN = { + capital = 1602 + any_pop = { + consciousness = -5 + militancy = -5 + } + } + any_country = { + limit = { war_with = YNN } + end_war = YNN + } + YNN = { change_tag = PGG } + PGG = { religion = sunni set_country_flag = sunni_country clr_country_flag = mahayana_country } + casus_belli = { + target = PGG + type = make_puppet + months = 12 + } + war = { + target = PGG + attacker_goal = { casus_belli = make_puppet } + defender_goal = { casus_belli = status_quo } + } + ai_chance = { factor = 100 } + } } country_event = { - id = 80122 - title = "EVTNAME80122" #Panthay Rebellion Crushed - desc = "EVTDESC80122" - picture = "panthay_rebellion" - - trigger = { - tag = QNG - has_global_flag = panthay_rebellion - is_our_vassal = PGG - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT80126OPTA" - clr_global_flag = panthay_rebellion - prestige = 10 - PGG = { change_tag = YNN } - YNN = { - religion = mahayana - set_country_flag = mahayana_country - clr_country_flag = sunni_country - any_owned = { - remove_province_modifier = anti_manchu_sentiment - any_pop = { - limit = { has_pop_religion = sunni } - reduce_pop = 0.40 - militancy = -4 - } - } - } - inherit = YNN - PGG = { all_core = { remove_core = PGG } } - } + id = 80122 + title = "EVTNAME80122" #Panthay Rebellion Crushed + desc = "EVTDESC80122" + picture = "panthay_rebellion" + + trigger = { + tag = QNG + has_global_flag = panthay_rebellion + is_our_vassal = PGG + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT80126OPTA" + clr_global_flag = panthay_rebellion + prestige = 10 + PGG = { change_tag = YNN } + YNN = { + religion = mahayana + set_country_flag = mahayana_country + clr_country_flag = sunni_country + any_owned = { + remove_province_modifier = anti_manchu_sentiment + any_pop = { + limit = { has_pop_religion = sunni } + reduce_pop = 0.40 + militancy = -4 + } + } + } + inherit = YNN + PGG = { all_core = { remove_core = PGG } } + } } country_event = { - id = 80123 - title = "EVTNAME80123" #Panthay Rebellion Victorious! - desc = "EVTDESC80123" - news = yes - news_title = "EVTNAME80123_NEWS_TITLE" - news_desc_long = "EVTDESC80123_NEWS_LONG" - news_desc_medium = "EVTDESC80123_NEWS_MEDIUM" - news_desc_short = "EVTDESC80123_NEWS_SHORT" - picture = "panthay_rebellion" - - trigger = { - tag = PGG - has_global_flag = panthay_rebellion - is_vassal = no - NOT = { war_with = QNG } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT80123OPTA" - prestige = 10 - QNG = { prestige = -10 } - clr_global_flag = panthay_rebellion - PGG = { all_core = { remove_core = YNN } } - } + id = 80123 + title = "EVTNAME80123" #Panthay Rebellion Victorious! + desc = "EVTDESC80123" + news = yes + news_title = "EVTNAME80123_NEWS_TITLE" + news_desc_long = "EVTDESC80123_NEWS_LONG" + news_desc_medium = "EVTDESC80123_NEWS_MEDIUM" + news_desc_short = "EVTDESC80123_NEWS_SHORT" + picture = "panthay_rebellion" + + trigger = { + tag = PGG + has_global_flag = panthay_rebellion + is_vassal = no + NOT = { war_with = QNG } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT80123OPTA" + prestige = 10 + QNG = { prestige = -10 } + clr_global_flag = panthay_rebellion + PGG = { all_core = { remove_core = YNN } } + } } country_event = { - id = 80125 - title = "EVTNAME80125" #Dungan Revolt - desc = "EVTDESC80125" - picture = "dungan_revolt_xinhai" - - fire_only_once = yes - - trigger = { - tag = QNG - XIN = { - substate_of = THIS - NOT = { num_of_revolts = 1 } - ai = yes - } - 1594 = { - owned_by = XIN - controlled_by = XIN - OR = { - has_province_modifier = anti_manchu_sentiment - average_militancy = 4 - } - } - OR = { - has_global_flag = taiping_has_happened - year = 1860 - } - NOT = { has_global_flag = dungan_rebellion } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 4 - war = no - } - } - - option = { - name = "EVT80125OPTA" - set_global_flag = dungan_rebellion - release_vassal = XIN - any_country = { - limit = { war_with = XIN } - end_war = XIN - } - XIN = { change_tag = UYG } - UYG = { - primary_culture = uighur - add_accepted_culture = tajik - add_accepted_culture = kazak - add_accepted_culture = kirgiz - capital = 1594 - any_pop = { - consciousness = -5 - militancy = -5 - } - relation = { who = RUS value = 400 } - } - casus_belli = { - target = UYG - type = make_puppet - months = 30 - } - war = { - target = UYG - attacker_goal = { - casus_belli = make_puppet - } - defender_goal = { - casus_belli = status_quo - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT80125OPTB" - set_global_flag = dungan_rebellion - release_vassal = XIN - XIN = { change_tag = UYG } - UYG = { - primary_culture = uighur - add_accepted_culture = tajik - add_accepted_culture = kazak - add_accepted_culture = kirgiz - capital = 1594 - any_pop = { - consciousness = -5 - militancy = -5 - } - relation = { who = RUS value = 400 } - } - casus_belli = { - target = UYG - type = make_puppet - months = 30 - } - war = { - target = UYG - attacker_goal = { - casus_belli = make_puppet - } - defender_goal = { - casus_belli = status_quo - } - } - change_tag_no_core_switch = UYG - ai_chance = { factor = 0 } - } + id = 80125 + title = "EVTNAME80125" #Dungan Revolt + desc = "EVTDESC80125" + picture = "dungan_revolt_xinhai" + + fire_only_once = yes + + trigger = { + tag = QNG + XIN = { + substate_of = THIS + NOT = { num_of_revolts = 1 } + ai = yes + } + 1594 = { + owned_by = XIN + controlled_by = XIN + OR = { + has_province_modifier = anti_manchu_sentiment + average_militancy = 4 + } + } + OR = { + has_global_flag = taiping_has_happened + year = 1860 + } + NOT = { has_global_flag = dungan_rebellion } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 4 + war = no + } + } + + option = { + name = "EVT80125OPTA" + set_global_flag = dungan_rebellion + release_vassal = XIN + any_country = { + limit = { war_with = XIN } + end_war = XIN + } + XIN = { change_tag = UYG } + UYG = { + primary_culture = uighur + add_accepted_culture = tajik + add_accepted_culture = kazak + add_accepted_culture = kirgiz + capital = 1594 + any_pop = { + consciousness = -5 + militancy = -5 + } + relation = { who = RUS value = 400 } + } + casus_belli = { + target = UYG + type = make_puppet + months = 30 + } + war = { + target = UYG + attacker_goal = { + casus_belli = make_puppet + } + defender_goal = { + casus_belli = status_quo + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT80125OPTB" + set_global_flag = dungan_rebellion + release_vassal = XIN + XIN = { change_tag = UYG } + UYG = { + primary_culture = uighur + add_accepted_culture = tajik + add_accepted_culture = kazak + add_accepted_culture = kirgiz + capital = 1594 + any_pop = { + consciousness = -5 + militancy = -5 + } + relation = { who = RUS value = 400 } + } + casus_belli = { + target = UYG + type = make_puppet + months = 30 + } + war = { + target = UYG + attacker_goal = { + casus_belli = make_puppet + } + defender_goal = { + casus_belli = status_quo + } + } + change_tag_no_core_switch = UYG + ai_chance = { factor = 0 } + } } country_event = { - id = 80126 - title = "EVTNAME80126" #Dungan Revolt Crushed - desc = "EVTDESC80126" - picture = "dungan_revolt_xinhai" - - trigger = { - tag = QNG - has_global_flag = dungan_rebellion - is_our_vassal = UYG - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT80126OPTA" - clr_global_flag = dungan_rebellion - prestige = 10 - UYG = { change_tag = XIN } - XIN = { - any_owned = { - remove_province_modifier = anti_manchu_sentiment - any_pop = { - limit = { has_pop_religion = sunni } - reduce_pop = 0.60 - militancy = -4 - } - } - primary_culture = beifaren - add_accepted_culture = uighur - remove_accepted_culture = tajik - remove_accepted_culture = kazak - remove_accepted_culture = kirgiz - capital = 1600 - } - } + id = 80126 + title = "EVTNAME80126" #Dungan Revolt Crushed + desc = "EVTDESC80126" + picture = "dungan_revolt_xinhai" + + trigger = { + tag = QNG + has_global_flag = dungan_rebellion + is_our_vassal = UYG + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT80126OPTA" + clr_global_flag = dungan_rebellion + prestige = 10 + UYG = { change_tag = XIN } + XIN = { + any_owned = { + remove_province_modifier = anti_manchu_sentiment + any_pop = { + limit = { has_pop_religion = sunni } + reduce_pop = 0.60 + militancy = -4 + } + } + primary_culture = beifaren + add_accepted_culture = uighur + remove_accepted_culture = tajik + remove_accepted_culture = kazak + remove_accepted_culture = kirgiz + capital = 1600 + } + } } country_event = { - id = 80127 - title = "EVTNAME80127" #Dungan Revolt Victorious! - desc = "EVTDESC80127" - news = yes - news_title = "EVTNAME80127_NEWS_TITLE" - news_desc_long = "EVTDESC80127_NEWS_LONG" - news_desc_medium = "EVTDESC80127_NEWS_MEDIUM" - news_desc_short = "EVTDESC80127_NEWS_SHORT" - picture = "dungan_revolt_xinhai" - - trigger = { - tag = UYG - has_global_flag = dungan_rebellion - is_vassal = no - NOT = { war_with = QNG } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT80123OPTA" - prestige = 10 - QNG = { prestige = -10 } - clr_global_flag = dungan_rebellion - } + id = 80127 + title = "EVTNAME80127" #Dungan Revolt Victorious! + desc = "EVTDESC80127" + news = yes + news_title = "EVTNAME80127_NEWS_TITLE" + news_desc_long = "EVTDESC80127_NEWS_LONG" + news_desc_medium = "EVTDESC80127_NEWS_MEDIUM" + news_desc_short = "EVTDESC80127_NEWS_SHORT" + picture = "dungan_revolt_xinhai" + + trigger = { + tag = UYG + has_global_flag = dungan_rebellion + is_vassal = no + NOT = { war_with = QNG } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT80123OPTA" + prestige = 10 + QNG = { prestige = -10 } + clr_global_flag = dungan_rebellion + } } country_event = { - id = 80128 - title = "EVTNAME80128" #Dungan Revolt -1895 in Qinghai - desc = "EVTDESC80128" - picture = "dungan_rebellion_qinghai" - - trigger = { - OR = { - tag = QNG - tag = TPG - } - OR = { - XBI = { ai = yes substate_of = THIS } - AND = { - XBI = { exists = no } - owns = 1557 - } - } - OR = { - XBI = { average_militancy = 2 } - 1557 = { average_militancy = 4 } - XBI = { civilization_progress = 0.4 } - } - has_global_flag = dungan_rebellion - } - - mean_time_to_happen = { months = 20 } - - fire_only_once = yes - - option = { - name = "EVT80128OPTA" - any_country = { - limit = { war_with = XBI } - end_war = XBI - } - any_greater_power = { diplomatic_influence = { who = XBI value = -400 } } - random_owned = { limit = { owner = { owns = 1557 } } owner = { release = XBI } } - random_owned = { limit = { owner = { NOT = { owns = 1557 } } } owner = { release_vassal = XBI } } - relation = { who = XBI value = -400 } - war = { - target = XBI - attacker_goal = { - casus_belli = conquest_any - } - defender_goal = { - casus_belli = status_quo - } - } - } -} + id = 80128 + title = "EVTNAME80128" #Dungan Revolt -1895 in Qinghai + desc = "EVTDESC80128" + picture = "dungan_rebellion_qinghai" + + trigger = { + OR = { + tag = QNG + tag = TPG + } + OR = { + XBI = { ai = yes substate_of = THIS } + AND = { + XBI = { exists = no } + owns = 1557 + } + } + OR = { + XBI = { average_militancy = 2 } + 1557 = { average_militancy = 4 } + XBI = { civilization_progress = 0.4 } + } + has_global_flag = dungan_rebellion + } + mean_time_to_happen = { months = 20 } + + fire_only_once = yes + + option = { + name = "EVT80128OPTA" + any_country = { + limit = { war_with = XBI } + end_war = XBI + } + any_greater_power = { diplomatic_influence = { who = XBI value = -400 } } + random_owned = { limit = { owner = { owns = 1557 } } owner = { release = XBI } } + random_owned = { limit = { owner = { NOT = { owns = 1557 } } } owner = { release_vassal = XBI } } + relation = { who = XBI value = -400 } + war = { + target = XBI + attacker_goal = { + casus_belli = conquest_any + } + defender_goal = { + casus_belli = status_quo + } + } + } +} diff --git a/HPM/events/EIC.txt b/HPM/events/EIC.txt index d984361c..e5bc5a0a 100644 --- a/HPM/events/EIC.txt +++ b/HPM/events/EIC.txt @@ -1,1290 +1,1290 @@ country_event = { - id = 9990001 - title = "EVTNAME9990001" - desc = "EVTDESC9990001" - picture = "confederation" - - trigger = { - tag = EIC - is_vassal = yes - OR = { - BUR = { - any_core = { - owned_by = ENG - } - } - CHI = { - any_core = { - owned_by = ENG - } - } - PNJ = { - any_core = { - owned_by = ENG - } - } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT9990010OPTA" - ENG = { - any_owned = { - limit = { - is_core = BUR - is_overseas = yes - } - secede_province = THIS - } - any_owned = { - limit = { - is_core = PNJ - is_overseas = yes - } - secede_province = THIS - } - any_owned = { - limit = { - is_core = CHI - is_overseas = yes - } - secede_province = THIS - } - } - } + id = 9990001 + title = "EVTNAME9990001" + desc = "EVTDESC9990001" + picture = "confederation" + + trigger = { + tag = EIC + is_vassal = yes + OR = { + BUR = { + any_core = { + owned_by = ENG + } + } + CHI = { + any_core = { + owned_by = ENG + } + } + PNJ = { + any_core = { + owned_by = ENG + } + } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT9990010OPTA" + ENG = { + any_owned = { + limit = { + is_core = BUR + is_overseas = yes + } + secede_province = THIS + } + any_owned = { + limit = { + is_core = PNJ + is_overseas = yes + } + secede_province = THIS + } + any_owned = { + limit = { + is_core = CHI + is_overseas = yes + } + secede_province = THIS + } + } + } } country_event = { - id = 9990002 - title = "EVTNAME9990008" - desc = "EVTDESC9990002" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT9990008OPTA" - FROM = { - country_event = 9990003 - } - } - - option = { - name = "EVT9990008OPTB" - FROM = { - country_event = 9990004 - } - ai_chance = { factor = 1 } - } + id = 9990002 + title = "EVTNAME9990008" + desc = "EVTDESC9990002" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT9990008OPTA" + FROM = { + country_event = 9990003 + } + } + + option = { + name = "EVT9990008OPTB" + FROM = { + country_event = 9990004 + } + ai_chance = { factor = 1 } + } } - + country_event = { - id = 9990003 - title = "EVTNAME9990003" - desc = "EVTDESC9990003" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVTDESC9990003" - release_vassal = EIC - clr_global_flag = eic_spawned - war = { - target = EIC - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - call_ally = yes - } - set_global_flag = war_with_EIC - } + id = 9990003 + title = "EVTNAME9990003" + desc = "EVTDESC9990003" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVTDESC9990003" + release_vassal = EIC + clr_global_flag = eic_spawned + war = { + target = EIC + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + call_ally = yes + } + set_global_flag = war_with_EIC + } } country_event = { - id = 9990004 - title = "EVTNAME9990004" - desc = "EVTDESC9990004" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT9990010OPTA" - clr_global_flag = eic_spawned - any_country = { - limit = { vassal_of = EIC } - neutrality = yes - } - EIC = { civilized = no } - inherit = EIC - treasury = 100000 - 1251 = { remove_core = EIC } - EIC = { all_core = { remove_core = EIC } } - } + id = 9990004 + title = "EVTNAME9990004" + desc = "EVTDESC9990004" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT9990010OPTA" + clr_global_flag = eic_spawned + any_country = { + limit = { vassal_of = EIC } + neutrality = yes + } + EIC = { civilized = no } + inherit = EIC + treasury = 100000 + 1251 = { remove_core = EIC } + EIC = { all_core = { remove_core = EIC } } + } } country_event = { - id = 9990005 - title = "EVTNAME9990005" - desc = "EVTDESC9990005" - picture = sepoy - - trigger = { - tag = EIC - has_global_flag = war_with_EIC - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT9990010OPTA" - any_neighbor_country = { - limit = { - is_vassal = yes - } - country_event = 9990006 - } - prestige = 50 - set_global_flag = EIC_independence - } + id = 9990005 + title = "EVTNAME9990005" + desc = "EVTDESC9990005" + picture = sepoy + + trigger = { + tag = EIC + has_global_flag = war_with_EIC + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT9990010OPTA" + any_neighbor_country = { + limit = { + is_vassal = yes + } + country_event = 9990006 + } + prestige = 50 + set_global_flag = EIC_independence + } } country_event = { - id = 9990006 - title = "EVTNAME9990006" - desc = "EVTDESC9990006" - picture = sepoy - - is_triggered_only = yes - - option = { - name = "EVT9990007OPTA" - leave_alliance = ENG - ENG = { - release_vassal = THIS - diplomatic_influence = { - who = THIS - value = -1000 - } - } - } + id = 9990006 + title = "EVTNAME9990006" + desc = "EVTDESC9990006" + picture = sepoy + + is_triggered_only = yes + + option = { + name = "EVT9990007OPTA" + leave_alliance = ENG + ENG = { + release_vassal = THIS + diplomatic_influence = { + who = THIS + value = -1000 + } + } + } } country_event = { - id = 9990007 - title = "EVTNAME9990008" - desc = "EVTDESC9990007" - picture = "deliberation" - - trigger = { - tag = ENG - OR = { - NOT = { is_our_vassal = EIC } - NOT = { is_sphere_leader_of = EIC } - } - exists = EIC - NOT = { has_global_flag = EIC_independence } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT9990007OPTA" - EIC = { - country_event = 9990008 - } - } + id = 9990007 + title = "EVTNAME9990008" + desc = "EVTDESC9990007" + picture = "deliberation" + + trigger = { + tag = ENG + OR = { + NOT = { is_our_vassal = EIC } + NOT = { is_sphere_leader_of = EIC } + } + exists = EIC + NOT = { has_global_flag = EIC_independence } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT9990007OPTA" + EIC = { + country_event = 9990008 + } + } } country_event = { - id = 9990008 - title = "EVTNAME9990008" - desc = "EVTDESC9990008" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT9990008OPTA" - FROM = { - country_event = 9990003 - } - } - - option = { - name = "EVT9990008OPTB" - FROM = { - country_event = 9990004 - } - ai_chance = { factor = 100 } - } + id = 9990008 + title = "EVTNAME9990008" + desc = "EVTDESC9990008" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT9990008OPTA" + FROM = { + country_event = 9990003 + } + } + + option = { + name = "EVT9990008OPTB" + FROM = { + country_event = 9990004 + } + ai_chance = { factor = 100 } + } } country_event = { - id = 9990009 - title = "EVTNAME9990010" - desc = "EVTDESC9990009" - picture = Artillery - - trigger = { - tag = EIC - vassal_of = ENG - OR = { - AND = { - ENG = { - strategic_mobility = 1 - } - NOT = { - EIC = { - strategic_mobility = 1 - } - } - } - AND = { - ENG = { - point_defense_system = 1 - } - NOT = { - EIC = { - point_defense_system = 1 - } - } - } - AND = { - ENG = { - muzzle_loaded_rifles = 1 - } - NOT = { - EIC = { - muzzle_loaded_rifles = 1 - } - } - } - AND = { - ENG = { - breech_loaded_rifles = 1 - } - NOT = { - EIC = { - breech_loaded_rifles = 1 - } - } - } - AND = { - ENG = { - iron_muzzle_loaded_artillery = 1 - } - NOT = { - EIC = { - iron_muzzle_loaded_artillery = 1 - } - } - } - AND = { - ENG = { - iron_breech_loaded_artillery = 1 - } - NOT = { - EIC = { - iron_breech_loaded_artillery = 1 - } - } - } - AND = { - ENG = { - military_plans = 1 - } - NOT = { - EIC = { - military_plans = 1 - } - } - } - AND = { - ENG = { - military_statistics = 1 - } - NOT = { - EIC = { - military_statistics = 1 - } - } - } - AND = { - ENG = { - army_professionalism = 1 - } - NOT = { - EIC = { - army_professionalism = 1 - } - } - } - AND = { - ENG = { - army_decision_making = 1 - } - NOT = { - EIC = { - army_decision_making = 1 - } - } - } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT9990010OPTA" - random_owned = { - limit = { - owner = { - NOT = { - strategic_mobility = 1 - } - } - ENG = { - strategic_mobility = 1 - } - } - owner = { - activate_technology = strategic_mobility - } - } - random_owned = { - limit = { - owner = { - NOT = { - point_defense_system = 1 - } - } - ENG = { - point_defense_system = 1 - } - } - owner = { - activate_technology = point_defense_system - } - } - random_owned = { - limit = { - owner = { - NOT = { - muzzle_loaded_rifles = 1 - } - } - ENG = { - muzzle_loaded_rifles = 1 - } - } - owner = { - activate_technology = muzzle_loaded_rifles - } - } - random_owned = { - limit = { - owner = { - NOT = { - breech_loaded_rifles = 1 - } - } - ENG = { - breech_loaded_rifles = 1 - } - } - owner = { - activate_technology = breech_loaded_rifles - } - } - random_owned = { - limit = { - owner = { - NOT = { - iron_muzzle_loaded_artillery = 1 - } - } - ENG = { - iron_muzzle_loaded_artillery = 1 - } - } - owner = { - activate_technology = iron_muzzle_loaded_artillery - } - } - random_owned = { - limit = { - owner = { - NOT = { - iron_breech_loaded_artillery = 1 - } - } - ENG = { - iron_breech_loaded_artillery = 1 - } - } - owner = { - activate_technology = iron_breech_loaded_artillery - } - } - random_owned = { - limit = { - owner = { - NOT = { - military_plans = 1 - } - } - ENG = { - military_plans = 1 - } - } - owner = { - activate_technology = military_plans - } - } - random_owned = { - limit = { - owner = { - NOT = { - military_statistics = 1 - } - } - ENG = { - military_statistics = 1 - } - } - owner = { - activate_technology = military_statistics - } - } - random_owned = { - limit = { - owner = { - NOT = { - army_professionalism = 1 - } - } - ENG = { - army_professionalism = 1 - } - } - owner = { - activate_technology = army_professionalism - } - } - random_owned = { - limit = { - owner = { - NOT = { - army_decision_making = 1 - } - } - ENG = { - army_decision_making = 1 - } - } - owner = { - activate_technology = army_decision_making - } - } - } + id = 9990009 + title = "EVTNAME9990010" + desc = "EVTDESC9990009" + picture = Artillery + + trigger = { + tag = EIC + vassal_of = ENG + OR = { + AND = { + ENG = { + strategic_mobility = 1 + } + NOT = { + EIC = { + strategic_mobility = 1 + } + } + } + AND = { + ENG = { + point_defense_system = 1 + } + NOT = { + EIC = { + point_defense_system = 1 + } + } + } + AND = { + ENG = { + muzzle_loaded_rifles = 1 + } + NOT = { + EIC = { + muzzle_loaded_rifles = 1 + } + } + } + AND = { + ENG = { + breech_loaded_rifles = 1 + } + NOT = { + EIC = { + breech_loaded_rifles = 1 + } + } + } + AND = { + ENG = { + iron_muzzle_loaded_artillery = 1 + } + NOT = { + EIC = { + iron_muzzle_loaded_artillery = 1 + } + } + } + AND = { + ENG = { + iron_breech_loaded_artillery = 1 + } + NOT = { + EIC = { + iron_breech_loaded_artillery = 1 + } + } + } + AND = { + ENG = { + military_plans = 1 + } + NOT = { + EIC = { + military_plans = 1 + } + } + } + AND = { + ENG = { + military_statistics = 1 + } + NOT = { + EIC = { + military_statistics = 1 + } + } + } + AND = { + ENG = { + army_professionalism = 1 + } + NOT = { + EIC = { + army_professionalism = 1 + } + } + } + AND = { + ENG = { + army_decision_making = 1 + } + NOT = { + EIC = { + army_decision_making = 1 + } + } + } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT9990010OPTA" + random_owned = { + limit = { + owner = { + NOT = { + strategic_mobility = 1 + } + } + ENG = { + strategic_mobility = 1 + } + } + owner = { + activate_technology = strategic_mobility + } + } + random_owned = { + limit = { + owner = { + NOT = { + point_defense_system = 1 + } + } + ENG = { + point_defense_system = 1 + } + } + owner = { + activate_technology = point_defense_system + } + } + random_owned = { + limit = { + owner = { + NOT = { + muzzle_loaded_rifles = 1 + } + } + ENG = { + muzzle_loaded_rifles = 1 + } + } + owner = { + activate_technology = muzzle_loaded_rifles + } + } + random_owned = { + limit = { + owner = { + NOT = { + breech_loaded_rifles = 1 + } + } + ENG = { + breech_loaded_rifles = 1 + } + } + owner = { + activate_technology = breech_loaded_rifles + } + } + random_owned = { + limit = { + owner = { + NOT = { + iron_muzzle_loaded_artillery = 1 + } + } + ENG = { + iron_muzzle_loaded_artillery = 1 + } + } + owner = { + activate_technology = iron_muzzle_loaded_artillery + } + } + random_owned = { + limit = { + owner = { + NOT = { + iron_breech_loaded_artillery = 1 + } + } + ENG = { + iron_breech_loaded_artillery = 1 + } + } + owner = { + activate_technology = iron_breech_loaded_artillery + } + } + random_owned = { + limit = { + owner = { + NOT = { + military_plans = 1 + } + } + ENG = { + military_plans = 1 + } + } + owner = { + activate_technology = military_plans + } + } + random_owned = { + limit = { + owner = { + NOT = { + military_statistics = 1 + } + } + ENG = { + military_statistics = 1 + } + } + owner = { + activate_technology = military_statistics + } + } + random_owned = { + limit = { + owner = { + NOT = { + army_professionalism = 1 + } + } + ENG = { + army_professionalism = 1 + } + } + owner = { + activate_technology = army_professionalism + } + } + random_owned = { + limit = { + owner = { + NOT = { + army_decision_making = 1 + } + } + ENG = { + army_decision_making = 1 + } + } + owner = { + activate_technology = army_decision_making + } + } + } } country_event = { - id = 9990010 - title = "EVTNAME9990010" - desc = "EVTDESC9990009" - picture = Artillery - - trigger = { - tag = EIC - vassal_of = ENG - OR = { - AND = { - ENG = { - high_pressure_steam_engine = 1 - } - NOT = { - EIC = { - high_pressure_steam_engine = 1 - } - } - } - AND = { - ENG = { - compound_steam_engines = 1 - } - NOT = { - EIC = { - compound_steam_engines = 1 - } - } - } - AND = { - ENG = { - steam_turbine = 1 - } - NOT = { - EIC = { - steam_turbine = 1 - } - } - } - AND = { - ENG = { - interchangeable_parts = 1 - } - NOT = { - EIC = { - interchangeable_parts = 1 - } - } - } - AND = { - ENG = { - semi_automatization = 1 - } - NOT = { - EIC = { - semi_automatization = 1 - } - } - } - AND = { - ENG = { - regenerative_furnaces = 1 - } - NOT = { - EIC = { - regenerative_furnaces = 1 - } - } - } - AND = { - ENG = { - drilling_and_blasting = 1 - } - NOT = { - EIC = { - drilling_and_blasting = 1 - } - } - } - AND = { - ENG = { - early_railroad = 1 - } - NOT = { - EIC = { - early_railroad = 1 - } - } - } - AND = { - ENG = { - iron_railroad = 1 - } - NOT = { - EIC = { - iron_railroad = 1 - } - } - } - AND = { - ENG = { - medicine = 1 - } - NOT = { - EIC = { - medicine = 1 - } - } - } - AND = { - ENG = { - inorganic_chemistry = 1 - } - NOT = { - EIC = { - inorganic_chemistry = 1 - } - } - } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT9990010OPTA" - random_owned = { - limit = { - owner = { - NOT = { - high_pressure_steam_engine = 1 - } - } - ENG = { - high_pressure_steam_engine = 1 - } - } - owner = { - activate_technology = high_pressure_steam_engine - } - } - random_owned = { - limit = { - owner = { - NOT = { - compound_steam_engines = 1 - } - } - ENG = { - compound_steam_engines = 1 - } - } - owner = { - activate_technology = compound_steam_engines - } - } - random_owned = { - limit = { - owner = { - NOT = { - steam_turbine = 1 - } - } - ENG = { - steam_turbine = 1 - } - } - owner = { - activate_technology = steam_turbine - } - } - random_owned = { - limit = { - owner = { - NOT = { - interchangeable_parts = 1 - } - } - ENG = { - interchangeable_parts = 1 - } - } - owner = { - activate_technology = interchangeable_parts - } - } - random_owned = { - limit = { - owner = { - NOT = { - semi_automatization = 1 - } - } - ENG = { - semi_automatization = 1 - } - } - owner = { - activate_technology = semi_automatization - } - } - random_owned = { - limit = { - owner = { - NOT = { - regenerative_furnaces = 1 - } - } - ENG = { - regenerative_furnaces = 1 - } - } - owner = { - activate_technology = regenerative_furnaces - } - } - random_owned = { - limit = { - owner = { - NOT = { - drilling_and_blasting = 1 - } - } - ENG = { - drilling_and_blasting = 1 - } - } - owner = { - activate_technology = drilling_and_blasting - } - } - random_owned = { - limit = { - owner = { - NOT = { - early_railroad = 1 - } - } - ENG = { - early_railroad = 1 - } - } - owner = { - activate_technology = early_railroad - } - } - random_owned = { - limit = { - owner = { - NOT = { - iron_railroad = 1 - } - } - ENG = { - iron_railroad = 1 - } - } - owner = { - activate_technology = iron_railroad - } - } - random_owned = { - limit = { - owner = { - NOT = { - medicine = 1 - } - } - ENG = { - medicine = 1 - } - } - owner = { - activate_technology = medicine - } - } - random_owned = { - limit = { - owner = { - NOT = { - inorganic_chemistry = 1 - } - } - ENG = { - inorganic_chemistry = 1 - } - } - owner = { - activate_technology = inorganic_chemistry - } - } - } + id = 9990010 + title = "EVTNAME9990010" + desc = "EVTDESC9990009" + picture = Artillery + + trigger = { + tag = EIC + vassal_of = ENG + OR = { + AND = { + ENG = { + high_pressure_steam_engine = 1 + } + NOT = { + EIC = { + high_pressure_steam_engine = 1 + } + } + } + AND = { + ENG = { + compound_steam_engines = 1 + } + NOT = { + EIC = { + compound_steam_engines = 1 + } + } + } + AND = { + ENG = { + steam_turbine = 1 + } + NOT = { + EIC = { + steam_turbine = 1 + } + } + } + AND = { + ENG = { + interchangeable_parts = 1 + } + NOT = { + EIC = { + interchangeable_parts = 1 + } + } + } + AND = { + ENG = { + semi_automatization = 1 + } + NOT = { + EIC = { + semi_automatization = 1 + } + } + } + AND = { + ENG = { + regenerative_furnaces = 1 + } + NOT = { + EIC = { + regenerative_furnaces = 1 + } + } + } + AND = { + ENG = { + drilling_and_blasting = 1 + } + NOT = { + EIC = { + drilling_and_blasting = 1 + } + } + } + AND = { + ENG = { + early_railroad = 1 + } + NOT = { + EIC = { + early_railroad = 1 + } + } + } + AND = { + ENG = { + iron_railroad = 1 + } + NOT = { + EIC = { + iron_railroad = 1 + } + } + } + AND = { + ENG = { + medicine = 1 + } + NOT = { + EIC = { + medicine = 1 + } + } + } + AND = { + ENG = { + inorganic_chemistry = 1 + } + NOT = { + EIC = { + inorganic_chemistry = 1 + } + } + } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT9990010OPTA" + random_owned = { + limit = { + owner = { + NOT = { + high_pressure_steam_engine = 1 + } + } + ENG = { + high_pressure_steam_engine = 1 + } + } + owner = { + activate_technology = high_pressure_steam_engine + } + } + random_owned = { + limit = { + owner = { + NOT = { + compound_steam_engines = 1 + } + } + ENG = { + compound_steam_engines = 1 + } + } + owner = { + activate_technology = compound_steam_engines + } + } + random_owned = { + limit = { + owner = { + NOT = { + steam_turbine = 1 + } + } + ENG = { + steam_turbine = 1 + } + } + owner = { + activate_technology = steam_turbine + } + } + random_owned = { + limit = { + owner = { + NOT = { + interchangeable_parts = 1 + } + } + ENG = { + interchangeable_parts = 1 + } + } + owner = { + activate_technology = interchangeable_parts + } + } + random_owned = { + limit = { + owner = { + NOT = { + semi_automatization = 1 + } + } + ENG = { + semi_automatization = 1 + } + } + owner = { + activate_technology = semi_automatization + } + } + random_owned = { + limit = { + owner = { + NOT = { + regenerative_furnaces = 1 + } + } + ENG = { + regenerative_furnaces = 1 + } + } + owner = { + activate_technology = regenerative_furnaces + } + } + random_owned = { + limit = { + owner = { + NOT = { + drilling_and_blasting = 1 + } + } + ENG = { + drilling_and_blasting = 1 + } + } + owner = { + activate_technology = drilling_and_blasting + } + } + random_owned = { + limit = { + owner = { + NOT = { + early_railroad = 1 + } + } + ENG = { + early_railroad = 1 + } + } + owner = { + activate_technology = early_railroad + } + } + random_owned = { + limit = { + owner = { + NOT = { + iron_railroad = 1 + } + } + ENG = { + iron_railroad = 1 + } + } + owner = { + activate_technology = iron_railroad + } + } + random_owned = { + limit = { + owner = { + NOT = { + medicine = 1 + } + } + ENG = { + medicine = 1 + } + } + owner = { + activate_technology = medicine + } + } + random_owned = { + limit = { + owner = { + NOT = { + inorganic_chemistry = 1 + } + } + ENG = { + inorganic_chemistry = 1 + } + } + owner = { + activate_technology = inorganic_chemistry + } + } + } } country_event = { - id = 9990011 # Sepoy Rebellion - - title = "EVTNAME90040" - desc = "EVTDESC90040" - news = yes - news_desc_long = "EVTDESC90040_NEWS_LONG" - news_desc_medium = "EVTDESC90040_NEWS_MEDIUM" - news_desc_short = "EVTDESC90040_NEWS_SHORT" - picture = "sepoy" - - trigger = { - tag = EIC - year = 1857 - has_global_flag = eic_spawned - OR = { - owns = 1236 #Delhi - owns = 1251 #Calcutta - owns = 1304 #Madras - owns = 1297 #Bombay - owns = 1247 #Patna - owns = 1227 #Lahore - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT90040OPTA" - set_global_flag = sepoy_rebellion - set_country_flag = sepoy_rebellion - overlord = { set_country_flag = sepoy_rebellion } - any_owned = { - limit = { is_core = HND } - random_list = { - 40 = { - poor_strata = { - limit = { - is_culture_group = south_asian - } - militancy = 6 - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - 40 = { - poor_strata = { - limit = { - is_culture_group = south_asian - } - militancy = 3 - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - 20 = { - } - } - } - } + id = 9990011 # Sepoy Rebellion + + title = "EVTNAME90040" + desc = "EVTDESC90040" + news = yes + news_desc_long = "EVTDESC90040_NEWS_LONG" + news_desc_medium = "EVTDESC90040_NEWS_MEDIUM" + news_desc_short = "EVTDESC90040_NEWS_SHORT" + picture = "sepoy" + + trigger = { + tag = EIC + year = 1857 + has_global_flag = eic_spawned + OR = { + owns = 1236 #Delhi + owns = 1251 #Calcutta + owns = 1304 #Madras + owns = 1297 #Bombay + owns = 1247 #Patna + owns = 1227 #Lahore + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT90040OPTA" + set_global_flag = sepoy_rebellion + set_country_flag = sepoy_rebellion + overlord = { set_country_flag = sepoy_rebellion } + any_owned = { + limit = { is_core = HND } + random_list = { + 40 = { + poor_strata = { + limit = { + is_culture_group = south_asian + } + militancy = 6 + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + 40 = { + poor_strata = { + limit = { + is_culture_group = south_asian + } + militancy = 3 + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + 20 = { + } + } + } + } } #Mughal declare Independence country_event = { - id = 9990012 - title = "EVTNAME900041" - desc = "EVTDESC900041" - picture = "sepoy" - - is_triggered_only = yes - - option = { - name = "EVT900041OPTA" - relation = { who = FROM value = -150 } - EIC = { - any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } - militancy = 9 - } - } - - any_owned = { limit = { is_core = HND } - any_pop = { limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - } - } - militancy = 6 - } - } - - any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } - militancy = 3 - } - } - } - casus_belli ={ - target = FROM - type = establish_protectorate_casus_belli - months = 36 - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT900041OPTB" - prestige = -10 - relation = { who = FROM value = -50 } - EIC = { - any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } - militancy = 9 - } - } - - any_owned = { limit = { is_core = HND } any_pop = { limit = { has_pop_religion = sunni } - militancy = 6 - } - } - - any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } - militancy = 3 - } - } - } - casus_belli ={ - target = FROM - type = establish_protectorate_casus_belli - months = 36 - } - ai_chance = { factor = 05 } - } - - option = { - name = "EVT900041OPTC" - prestige = -30 - relation = { who = FROM value = 50 } - EIC = { - any_owned = { limit = { is_core = MUG } secede_province = MUG } - } - ai_chance = { factor = 05 } - } + id = 9990012 + title = "EVTNAME900041" + desc = "EVTDESC900041" + picture = "sepoy" + + is_triggered_only = yes + + option = { + name = "EVT900041OPTA" + relation = { who = FROM value = -150 } + EIC = { + any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } + militancy = 9 + } + } + + any_owned = { limit = { is_core = HND } + any_pop = { limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + } + } + militancy = 6 + } + } + + any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } + militancy = 3 + } + } + } + casus_belli ={ + target = FROM + type = establish_protectorate_casus_belli + months = 36 + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT900041OPTB" + prestige = -10 + relation = { who = FROM value = -50 } + EIC = { + any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } + militancy = 9 + } + } + + any_owned = { limit = { is_core = HND } any_pop = { limit = { has_pop_religion = sunni } + militancy = 6 + } + } + + any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } + militancy = 3 + } + } + } + casus_belli ={ + target = FROM + type = establish_protectorate_casus_belli + months = 36 + } + ai_chance = { factor = 05 } + } + + option = { + name = "EVT900041OPTC" + prestige = -30 + relation = { who = FROM value = 50 } + EIC = { + any_owned = { limit = { is_core = MUG } secede_province = MUG } + } + ai_chance = { factor = 05 } + } } country_event = { - id = 9990013 - news = yes - news_desc_long = "EVTDESC36939_NEWS_LONG" - news_desc_medium = "EVTDESC36939_NEWS_MEDIUM" - news_desc_short = "EVTDESC36939_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - tag = EIC - } - has_global_flag = eic_spawned - owns = 1251 #Calcutta - year = 1853 - NOT = { year = 1857 } - MUG = { - OR = { - exists = no - AND = { - exists = yes - vassal_of = THIS - } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1855 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1856 - } - } - - title = "EVTNAME36939" - desc = "EVTDESC36939" - picture = "LordDalhousie" - - option = { - name = "EVTOPTA36939" - any_pop = { - limit = { - has_pop_religion = hindu - } - militancy = 3 - } - any_pop = { - limit = { - has_pop_religion = sunni - } - militancy = 2 - } - } - - option = { - name = "EVTOPTB36939" - officers = { - consciousness = 1 - } - capitalists = { - consciousness = 1 - } - any_pop = { - limit = { - has_pop_religion = hindu - } - militancy = -1 - } - any_pop = { - limit = { - has_pop_religion = sunni - } - militancy = -1 - } - } + id = 9990013 + news = yes + news_desc_long = "EVTDESC36939_NEWS_LONG" + news_desc_medium = "EVTDESC36939_NEWS_MEDIUM" + news_desc_short = "EVTDESC36939_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + tag = EIC + } + has_global_flag = eic_spawned + owns = 1251 #Calcutta + year = 1853 + NOT = { year = 1857 } + MUG = { + OR = { + exists = no + AND = { + exists = yes + vassal_of = THIS + } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1855 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1856 + } + } + + title = "EVTNAME36939" + desc = "EVTDESC36939" + picture = "LordDalhousie" + + option = { + name = "EVTOPTA36939" + any_pop = { + limit = { + has_pop_religion = hindu + } + militancy = 3 + } + any_pop = { + limit = { + has_pop_religion = sunni + } + militancy = 2 + } + } + + option = { + name = "EVTOPTB36939" + officers = { + consciousness = 1 + } + capitalists = { + consciousness = 1 + } + any_pop = { + limit = { + has_pop_religion = hindu + } + militancy = -1 + } + any_pop = { + limit = { + has_pop_religion = sunni + } + militancy = -1 + } + } } country_event = { - id = 9990014 - title = "EVTNAME36955" #Conflict with Burma - desc = "EVTDESC36955" - news = yes - news_title = "EVTNAME36955_NEWS_TITLE" - news_desc_long = "EVTDESC36955_NEWS_LONG" - news_desc_medium = "EVTDESC36955_NEWS_MEDIUM" - news_desc_short = "EVTDESC36955_NEWS_SHORT" - picture = "Opiumwar" - - trigger = { - tag = ENG - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - has_global_flag = eic_spawned - BUR = { - war = no - civilized = no - is_vassal = no - exists = yes - OR = { - AND = { - neighbour = EIC - is_our_vassal = EIC - } - neighbour = ENG - } - number_of_states = 2 - any_owned_province = { port = yes } - NOT = { truce_with = ENG } - } - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT36955OPTA" - prestige = 5 - badboy = 2 - relation = { who = BUR value = -200 } - diplomatic_influence = { who = BUR value = -200 } - casus_belli = { - target = BUR - type = demand_concession_NI_casus_belli - months = 60 - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT36955OPTB" - prestige = -25 - relation = { who = BUR value = 25 } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - any_pop = { - limit = { - location = { is_core = HND } - is_primary_culture = no - } - militancy = 2 - } - ai_chance = { - factor = 5 - } - } + id = 9990014 + title = "EVTNAME36955" #Conflict with Burma + desc = "EVTDESC36955" + news = yes + news_title = "EVTNAME36955_NEWS_TITLE" + news_desc_long = "EVTDESC36955_NEWS_LONG" + news_desc_medium = "EVTDESC36955_NEWS_MEDIUM" + news_desc_short = "EVTDESC36955_NEWS_SHORT" + picture = "Opiumwar" + + trigger = { + tag = ENG + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + has_global_flag = eic_spawned + BUR = { + war = no + civilized = no + is_vassal = no + exists = yes + OR = { + AND = { + neighbour = EIC + is_our_vassal = EIC + } + neighbour = ENG + } + number_of_states = 2 + any_owned_province = { port = yes } + NOT = { truce_with = ENG } + } + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT36955OPTA" + prestige = 5 + badboy = 2 + relation = { who = BUR value = -200 } + diplomatic_influence = { who = BUR value = -200 } + casus_belli = { + target = BUR + type = demand_concession_NI_casus_belli + months = 60 + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT36955OPTB" + prestige = -25 + relation = { who = BUR value = 25 } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + any_pop = { + limit = { + location = { is_core = HND } + is_primary_culture = no + } + militancy = 2 + } + ai_chance = { + factor = 5 + } + } } #Doctrine of Lapse 1/2 country_event = { - id = 9990015 - title = "EVTNAME13357" - desc = "EVTDESC13357" - - picture = "Rebellion" - - trigger = { - OR = { - vassal_of = EIC - vassal_of = ENG - } - ai = yes - civilized = no - NOT = { tag = PAK } - NOT = { has_country_flag = no_british_doctrine } - has_global_flag = eic_spawned - OR = { - EIC = { ideological_thought = 1 exists = yes } - ENG = { ideological_thought = 1 exists = yes } - } - OR = { - primary_culture = assamese - primary_culture = baluchi - primary_culture = bengali - primary_culture = bihari - primary_culture = manipuri - primary_culture = nepali - primary_culture = oriya - primary_culture = sinhala - primary_culture = avadhi - primary_culture = kanauji - primary_culture = kashmiri - primary_culture = panjabi - primary_culture = gujarati - primary_culture = marathi - primary_culture = sindi - primary_culture = rajput - primary_culture = kannada - primary_culture = malayalam - primary_culture = tamil - primary_culture = telegu - tag = CRL - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { average_militancy = 3 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.9 - NOT = { - prestige = 10 - } - } - modifier = { - factor = 0.9 - NOT = { - prestige = 5 - } - } - modifier = { - factor = 0.1 - OR = { - tag = BHP - tag = CRL - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - - option = { - name = "EVTOPTA13357" - any_pop = { - limit = { is_primary_culture = yes } - militancy = 4 - consciousness = 1 - } - EIC = { country_event = 13358 } - political_reform = peonage - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } + id = 9990015 + title = "EVTNAME13357" + desc = "EVTDESC13357" + + picture = "Rebellion" + + trigger = { + OR = { + vassal_of = EIC + vassal_of = ENG + } + ai = yes + civilized = no + NOT = { tag = PAK } + NOT = { has_country_flag = no_british_doctrine } + has_global_flag = eic_spawned + OR = { + EIC = { ideological_thought = 1 exists = yes } + ENG = { ideological_thought = 1 exists = yes } + } + OR = { + primary_culture = assamese + primary_culture = baluchi + primary_culture = bengali + primary_culture = bihari + primary_culture = manipuri + primary_culture = nepali + primary_culture = oriya + primary_culture = sinhala + primary_culture = avadhi + primary_culture = kanauji + primary_culture = kashmiri + primary_culture = panjabi + primary_culture = gujarati + primary_culture = marathi + primary_culture = sindi + primary_culture = rajput + primary_culture = kannada + primary_culture = malayalam + primary_culture = tamil + primary_culture = telegu + tag = CRL + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { average_militancy = 3 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.9 + NOT = { + prestige = 10 + } + } + modifier = { + factor = 0.9 + NOT = { + prestige = 5 + } + } + modifier = { + factor = 0.1 + OR = { + tag = BHP + tag = CRL + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + + option = { + name = "EVTOPTA13357" + any_pop = { + limit = { is_primary_culture = yes } + militancy = 4 + consciousness = 1 + } + EIC = { country_event = 13358 } + political_reform = peonage + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } } #EIC Setup country_event = { - id = 9990016 - title = "EVTNAME9990016" - desc = "EVTDESC9990016" - - is_triggered_only = yes - - option = { - name = "EVTOPTA9990016" - any_owned = { - limit = { is_core = HND } - secede_province = EIC - } - create_vassal = EIC - relation = { who = EIC value = 400 } - diplomatic_influence = { who = EIC value = 400 } - create_alliance = EIC - EIC = { set_country_flag = unreleasable_country capital = 1251 } - any_country = { - limit = { NOT = { tag = ENG } } - relation = { who = EIC value = -400 } - diplomatic_influence = { who = EIC value = -400 } - } - } -} \ No newline at end of file + id = 9990016 + title = "EVTNAME9990016" + desc = "EVTDESC9990016" + + is_triggered_only = yes + + option = { + name = "EVTOPTA9990016" + any_owned = { + limit = { is_core = HND } + secede_province = EIC + } + create_vassal = EIC + relation = { who = EIC value = 400 } + diplomatic_influence = { who = EIC value = 400 } + create_alliance = EIC + EIC = { set_country_flag = unreleasable_country capital = 1251 } + any_country = { + limit = { NOT = { tag = ENG } } + relation = { who = EIC value = -400 } + diplomatic_influence = { who = EIC value = -400 } + } + } +} diff --git a/HPM/events/ENGFlavor.txt b/HPM/events/ENGFlavor.txt index 3656a60b..3588d074 100644 --- a/HPM/events/ENGFlavor.txt +++ b/HPM/events/ENGFlavor.txt @@ -1,3722 +1,3721 @@ # Coronation of Queen Victoria country_event = { - id = 36898 - title = "EVTNAME36898" - desc = "EVTDESC36898" - news = yes - news_desc_long = "EVTDESC36898_NEWS_LONG" - news_desc_medium = "EVTDESC36898_NEWS_MEDIUM" - news_desc_short = "EVTDESC36898_NEWS_SHORT" - picture = "queenvictoria" - - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1837 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { year = 1860 } - } - - major = yes - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.1 - month = 5 - NOT = { month = 7 } - } - } - - option = { - name = "EVTOPTA36898" - random_owned = { limit = { owner = { is_our_vassal = HAN } } owner = { release_vassal = HAN diplomatic_influence = { who = HAN value = -200 } } } - prestige = 5 - election = yes - } -} - -country_event = { - - id = 36900 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1836 - public_meetings = yes_meeting - NOT = { - year = 1839 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - } - - title = "EVTNAME36900" - desc = "EVTDESC36900" - picture = "Administration" - - option = { - name = "EVTOPTA36900" - any_pop = { - consciousness = 1 - } - } -} - -country_event = { - - - id = 36901 - news = yes - news_desc_long = "EVTDESC36901_NEWS_LONG" - news_desc_medium = "EVTDESC36901_NEWS_MEDIUM" - news_desc_short = "EVTDESC36901_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1837 - realism = 1 #has this tech - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME36901" - desc = "EVTDESC36901" - picture = "Olivertwist" - - option = { - name = "EVTOPTA36901" - any_pop = { - ideology = { - factor = 0.05 - value = liberal - } - } - craftsmen = { - consciousness = 2 - } - labourers = { - consciousness = 2 - } - artisans = { - consciousness = 2 - } - } -} - -country_event = { - - id = 36902 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1840 - NOT = { - year = 1843 - work_hours = no_work_hour_limit - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME36902" - desc = "EVTDESC36902" - picture = "Travel" - - option = { - name = "EVTOPTA36902" - craftsmen = { - consciousness = -1 - } - labourers = { - consciousness = -1 - } - artisans = { - consciousness = -1 - } - } -} - -country_event = { - - id = 36903 - news = yes - news_desc_long = "EVTDESC36903_NEWS_LONG" - news_desc_medium = "EVTDESC36903_NEWS_MEDIUM" - news_desc_short = "EVTDESC36903_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1839 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - year = 1842 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1840 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1841 - } - } - - title = "EVTNAME36903" - desc = "EVTDESC36903" - picture = "VictoriaWedding" - - option = { - name = "EVTOPTA36902" - prestige = 5 - } -} - -country_event = { - - id = 36904 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1840 - press_rights = free_press - NOT = { - year = 1845 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1843 - } - } - - title = "EVTNAME36904" - desc = "EVTDESC36904" - picture = "Punch" - - option = { - name = "EVTOPTA36904" - capitalists = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - } -} - -country_event = { - - id = 36905 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1843 - public_meetings = yes_meeting - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1844 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1846 - } - } - - title = "EVTNAME36905" - desc = "EVTDESC36905" - picture = "ymca" - - option = { - name = "EVTOPTA36905" - craftsmen = { - consciousness = -1 - } - artisans = { - consciousness = -1 - } - } -} - -country_event = { - - id = 36907 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1846 - press_rights = free_press - NOT = { - year = 1850 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME36907" - desc = "EVTDESC36907" - picture = "vanityfair" - - option = { - name = "EVTOPTA36904" - capitalists = { - consciousness = 1 - } - aristocrats = { - consciousness = 1 - } - officers = { - consciousness = 1 - } - clergymen = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - } -} - -country_event = { - - id = 36908 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1849 - early_railroad = 1 - NOT = { - year = 1854 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1852 - } - } - - title = "EVTNAME36908" - desc = "EVTDESC36908" - picture = "Expansion" - - option = { - name = "EVTOPTA36908" - prestige = 5 - } -} - -country_event = { - id = 36909 - - trigger = { - tag = ENG - has_global_flag = PlanWorldFair - year = 1849 - NOT = { - year = 1852 - has_country_flag = CrystalPalace - } - war = no - } - - - mean_time_to_happen = { - months = 4 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1851 - } - } - - title = "EVTNAME36909" # World Fair - desc = "EVTDESC36909" - picture = "Worldsfair" - - option = { - name = "EVTOPTA36909" - prestige = 50 - clr_global_flag = PlanWorldFair - set_country_flag = CrystalPalace - } -} - -country_event = { - - id = 36910 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1884 - press_rights = free_press - realism = 1 - NOT = { - year = 1888 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1885 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1886 - } - } - - title = "EVTNAME36910" - desc = "EVTDESC36910" - picture = "theatre" - - option = { - name = "EVTOPTA36910" - prestige = 5 - } -} - -country_event = { - - id = 36911 - news = yes - news_desc_long = "EVTDESC36911_NEWS_LONG" - news_desc_medium = "EVTDESC36911_NEWS_MEDIUM" - news_desc_short = "EVTDESC36911_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1892 - press_rights = free_press - realism = 1 - nationalism_n_imperialism = 1 - NOT = { - exists = IRE - year = 1896 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1893 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1894 - } - } - - title = "EVTNAME36911" - desc = "EVTDESC36911" - picture = "Yeats" - - option = { - name = "EVTOPTA36911" - prestige = 5 - } -} - -country_event = { - - id = 36912 - news = yes - news_desc_long = "EVTDESC36912_NEWS_LONG" - news_desc_medium = "EVTDESC36912_NEWS_MEDIUM" - news_desc_short = "EVTDESC36912_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1917 - press_rights = free_press - expressionism = 1 - NOT = { - year = 1925 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1918 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1921 - } - } - - title = "EVTNAME36912" - desc = "EVTDESC36912" - picture = "Hopkins" - - - option = { - name = "EVTOPTA36912" - prestige = 5 - } -} - -country_event = { - - id = 36913 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1850 - exists = USA - NOT = { - year = 1855 - war_with = USA - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1851 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1853 - } - } - - title = "EVTNAME36913" - desc = "EVTDESC36913" - picture = "americascup" - - option = { - name = "EVTOPTA36913" - prestige = 5 - } -} - -country_event = { - - id = 36914 - title = "EVTNAME36914" - desc = "EVTDESC36914" - picture = "ssgreatbritan" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1842 - invention = steamer_transports - NOT = { year = 1860 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1843 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1845 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1860 - } - } - - option = { - name = "EVTOPTA36914" - prestige = 5 - } -} - -country_event = { - - id = 36915 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1896 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - year = 1900 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1897 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1898 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1899 - } - } - - title = "EVTNAME36915" - desc = "EVTDESC36915" - picture = "queenvictoria" - - option = { - name = "EVTOPTA36915" - prestige = 5 - } -} - -country_event = { - - id = 36917 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1856 - public_meetings = yes_meeting #allows public meetings - NOT = { - year = 1859 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1857 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1858 - } - } - - title = "EVTNAME36917" - desc = "EVTDESC36917" - picture = "anticorn" - - option = { - name = "EVTOPTA36917" - prestige = 1 - } -} - -country_event = { - - id = 36918 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1856 - public_meetings = yes_meeting #allows public meetings - NOT = { - year = 1859 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1857 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1858 - } - } - - title = "EVTNAME36918" - desc = "EVTDESC36918" - picture = "FC_Sheffield" - - option = { - name = "EVTOPTA36918" - prestige = 1 - farmers = { - consciousness = -1 - } - labourers = { - consciousness = -1 - } - artisans = { - consciousness = -1 - } - craftsmen = { - consciousness = -1 - } - } -} - -country_event = { - - id = 36919 - news = yes - news_desc_long = "EVTDESC36919_NEWS_LONG" - news_desc_medium = "EVTDESC36919_NEWS_MEDIUM" - news_desc_short = "EVTDESC36919_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - war = yes - medicine = 1 - year = 1851 - NOT = { - year = 1858 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1853 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1855 - } - } - - title = "EVTNAME36919" - desc = "EVTDESC36919" - picture = "Nightingale" - - option = { - name = "EVTOPTA36919" - war_exhaustion = -1 - } -} - -country_event = { - - id = 36921 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1901 - ruling_party_ideology = conservative - NOT = { - year = 1906 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1902 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1903 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1905 - } - } - - title = "EVTNAME36921" - desc = "EVTDESC36921" - picture = "Strike" - - option = { - name = "EVTOPTA36921" - labourers = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 1 - } - craftsmen = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 1 - } - } -} - -country_event = { - - id = 36922 - news = yes - news_desc_long = "EVTDESC36922_NEWS_LONG" - news_desc_medium = "EVTDESC36922_NEWS_MEDIUM" - news_desc_short = "EVTDESC36922_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1881 - owns = 2468 #Sydney - owns = 2476 #Melbourne - owns = 2491 #Adelaide - NOT = { - exists = AST - year = 1886 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1882 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1883 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1884 - } - } - - title = "EVTNAME36922" - desc = "EVTDESC36922" - picture = "ashes" - - option = { - name = "EVTOPTA36922" - prestige = -3 - } -} - -country_event = { - - id = 36923 - news = yes - news_desc_long = "EVTDESC36923_NEWS_LONG" - news_desc_medium = "EVTDESC36923_NEWS_MEDIUM" - news_desc_short = "EVTDESC36923_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - functionalism = 1 - year = 1858 - NOT = { - year = 1862 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1859 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1860 - } - } - - title = "EVTNAME36923" - desc = "EVTDESC36923" - picture = "darwin" - - option = { - name = "EVTOPTA36923" - prestige = 25 - clergymen = { - dominant_issue = { - value = secularized - factor = 0.25 - } - dominant_issue = { - value = pro_atheism - factor = 0.1 - } - consciousness = 2 - } - set_country_flag = Darwin - } -} - -country_event = { - - id = 36924 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1876 - public_meetings = yes_meeting #allows public meetings - NOT = { - year = 1880 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1877 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1878 - } - } - - title = "EVTNAME36924" - desc = "EVTDESC36924" - picture = "wimbledon" - - option = { - name = "EVTOPTA36924" - prestige = 5 - } -} - -country_event = { - - id = 36925 - news = yes - news_desc_long = "EVTDESC36925_NEWS_LONG" - news_desc_medium = "EVTDESC36925_NEWS_MEDIUM" - news_desc_short = "EVTDESC36925_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1887 - experimental_psychology = 1 - NOT = { - year = 1890 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1888 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1889 - } - } - - title = "EVTNAME36925" - desc = "EVTDESC36925" - picture = "jacktheripper" - - option = { - name = "EVTOPTA36925" - prestige = -5 - any_pop = { - consciousness = 1 - } - set_country_flag = JackTheRipper - } - - option = { - name = "EVTOPTB36925" - prestige = -5 - any_pop = { - militancy = 1 - } - set_country_flag = JackTheRipper - } -} - -country_event = { - - id = 36926 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1853 - public_meetings = yes_meeting - NOT = { - year = 1856 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1854 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1855 - } - } - - title = "EVTNAME36926" - desc = "EVTDESC36926" - picture = "midsummer" - - option = { - name = "EVTOPTA36926" - prestige = 5 - } -} - -country_event = { - - id = 36927 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1864 - NOT = { - year = 1867 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1865 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1866 - } - } - - title = "EVTNAME36927" - desc = "EVTDESC36927" - picture = "Alice" - - option = { - name = "EVTOPTA36927" - prestige = 5 - } -} - -country_event = { - - id = 36928 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1867 - NOT = { - year = 1870 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1868 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1869 - } - } - - title = "EVTNAME36928" - desc = "EVTDESC36928" - picture = "Thermopylae" - - option = { - name = "EVTOPTA36928" - prestige = 2 - } -} - -country_event = { - - id = 36929 - news = yes - news_desc_long = "EVTDESC36929_NEWS_LONG" - news_desc_medium = "EVTDESC36929_NEWS_MEDIUM" - news_desc_short = "EVTDESC36929_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1879 - owns = 270 - owns = 269 - NOT = { - exists = SCO - year = 1882 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1880 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1881 - } - } - - title = "EVTNAME36929" - desc = "EVTDESC36929" - picture = "TayBridge" - - option = { - name = "EVTOPTA36929" - prestige = -10 - } -} - -country_event = { - - id = 36930 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1865 - NOT = { - OR = { - war_with = CHI - war_with = QNG - } - year = 1868 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1866 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1867 - } - } - - title = "EVTNAME36930" - desc = "EVTDESC36930" - picture = "tearace" - - option = { - name = "EVTOPTA36930" - prestige = 3 - } -} - -country_event = { - - id = 36932 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1897 - expressionism = 1 - NOT = { - year = 1905 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1898 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1900 - } - } - - title = "EVTNAME36932" - desc = "EVTDESC36932" - picture = "WMorris" - - option = { - name = "EVTOPTA36932" - prestige = 3 - } -} - -country_event = { - - id = 36933 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1867 - NOT = { - year = 1870 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1868 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1869 - } - } - - title = "EVTNAME36933" - desc = "EVTDESC36933" - picture = "AthleticChamp" - - option = { - name = "EVTOPTA36933" - any_pop = { - consciousness = 1 - } - } -} - -country_event = { - - id = 36935 #parallel to AST43800, ENG more often than not will own AST directly at this point, so needs own event. - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1844 - owns = 2468 #Sydney - owns = 2476 #Melbourne - owns = 2491 #Adelaide - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 10 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1845 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME43800" - desc = "EVTDESC43800" - picture = "redline" - - option = { - name = "EVTOPTA43800" - prestige = 5 - } -} - -country_event = { - - id = 36936 #parallel to AST43801, ENG more often than not will own AST directly at this point, so needs own event. - - trigger = { - OR = { - tag = AST - tag = ENG - } - year = 1859 - owns = 2468 #Sydney - owns = 2476 #Melbourne - owns = 2491 #Adelaide - NOT = { - year = 1864 - } - } - - fire_only_once = yes - allow_multiple_instances = no - - mean_time_to_happen = { - months = 10 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1860 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1861 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1862 - } - } - - title = "EVTNAME43801" - desc = "EVTDESC43801" - picture = "BurkeandWills" - - option = { - name = "EVTOPTA43801" - prestige = 5 - } -} - - -country_event = { - - id = 36937 #sets up COB35000 - - trigger = { - OR = { - tag = ENG - tag = ENL - } - year = 1836 - exists = COB - OR = { - war_with = GER - war_with = PRU - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - year = 1936 - has_global_flag = ENGRoyalHouseAnglified - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1860 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1880 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1900 - } - } - - title = "EVTNAME36937" - desc = "EVTDESC36937" - picture = "windsor" - - option = { - name = "EVTOPTA36937" - set_global_flag = ENGRoyalHouseAnglified - any_pop = { - consciousness = 1 - } - } + id = 36898 + title = "EVTNAME36898" + desc = "EVTDESC36898" + news = yes + news_desc_long = "EVTDESC36898_NEWS_LONG" + news_desc_medium = "EVTDESC36898_NEWS_MEDIUM" + news_desc_short = "EVTDESC36898_NEWS_SHORT" + picture = "queenvictoria" + + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1837 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { year = 1860 } + } + + major = yes + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.1 + month = 5 + NOT = { month = 7 } + } + } + + option = { + name = "EVTOPTA36898" + random_owned = { limit = { owner = { is_our_vassal = HAN } } owner = { release_vassal = HAN diplomatic_influence = { who = HAN value = -200 } } } + prestige = 5 + election = yes + } +} + +country_event = { + + id = 36900 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1836 + public_meetings = yes_meeting + NOT = { + year = 1839 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + } + + title = "EVTNAME36900" + desc = "EVTDESC36900" + picture = "Administration" + + option = { + name = "EVTOPTA36900" + any_pop = { + consciousness = 1 + } + } +} + +country_event = { + + + id = 36901 + news = yes + news_desc_long = "EVTDESC36901_NEWS_LONG" + news_desc_medium = "EVTDESC36901_NEWS_MEDIUM" + news_desc_short = "EVTDESC36901_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1837 + realism = 1 #has this tech + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME36901" + desc = "EVTDESC36901" + picture = "Olivertwist" + + option = { + name = "EVTOPTA36901" + any_pop = { + ideology = { + factor = 0.05 + value = liberal + } + } + craftsmen = { + consciousness = 2 + } + labourers = { + consciousness = 2 + } + artisans = { + consciousness = 2 + } + } +} + +country_event = { + + id = 36902 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1840 + NOT = { + year = 1843 + work_hours = no_work_hour_limit + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME36902" + desc = "EVTDESC36902" + picture = "Travel" + + option = { + name = "EVTOPTA36902" + craftsmen = { + consciousness = -1 + } + labourers = { + consciousness = -1 + } + artisans = { + consciousness = -1 + } + } +} + +country_event = { + + id = 36903 + news = yes + news_desc_long = "EVTDESC36903_NEWS_LONG" + news_desc_medium = "EVTDESC36903_NEWS_MEDIUM" + news_desc_short = "EVTDESC36903_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1839 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + year = 1842 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1840 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1841 + } + } + + title = "EVTNAME36903" + desc = "EVTDESC36903" + picture = "VictoriaWedding" + + option = { + name = "EVTOPTA36902" + prestige = 5 + } +} + +country_event = { + + id = 36904 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1840 + press_rights = free_press + NOT = { + year = 1845 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1843 + } + } + + title = "EVTNAME36904" + desc = "EVTDESC36904" + picture = "Punch" + + option = { + name = "EVTOPTA36904" + capitalists = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + } +} + +country_event = { + + id = 36905 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1843 + public_meetings = yes_meeting + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1844 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1846 + } + } + + title = "EVTNAME36905" + desc = "EVTDESC36905" + picture = "ymca" + + option = { + name = "EVTOPTA36905" + craftsmen = { + consciousness = -1 + } + artisans = { + consciousness = -1 + } + } +} + +country_event = { + + id = 36907 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1846 + press_rights = free_press + NOT = { + year = 1850 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME36907" + desc = "EVTDESC36907" + picture = "vanityfair" + + option = { + name = "EVTOPTA36904" + capitalists = { + consciousness = 1 + } + aristocrats = { + consciousness = 1 + } + officers = { + consciousness = 1 + } + clergymen = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + } +} + +country_event = { + + id = 36908 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1849 + early_railroad = 1 + NOT = { + year = 1854 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1852 + } + } + + title = "EVTNAME36908" + desc = "EVTDESC36908" + picture = "Expansion" + + option = { + name = "EVTOPTA36908" + prestige = 5 + } +} + +country_event = { + id = 36909 + + trigger = { + tag = ENG + has_global_flag = PlanWorldFair + year = 1849 + NOT = { + year = 1852 + has_country_flag = CrystalPalace + } + war = no + } + + + mean_time_to_happen = { + months = 4 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1851 + } + } + + title = "EVTNAME36909" # World Fair + desc = "EVTDESC36909" + picture = "Worldsfair" + + option = { + name = "EVTOPTA36909" + prestige = 50 + clr_global_flag = PlanWorldFair + set_country_flag = CrystalPalace + } +} + +country_event = { + + id = 36910 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1884 + press_rights = free_press + realism = 1 + NOT = { + year = 1888 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1885 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1886 + } + } + + title = "EVTNAME36910" + desc = "EVTDESC36910" + picture = "theatre" + + option = { + name = "EVTOPTA36910" + prestige = 5 + } +} + +country_event = { + + id = 36911 + news = yes + news_desc_long = "EVTDESC36911_NEWS_LONG" + news_desc_medium = "EVTDESC36911_NEWS_MEDIUM" + news_desc_short = "EVTDESC36911_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1892 + press_rights = free_press + realism = 1 + nationalism_n_imperialism = 1 + NOT = { + exists = IRE + year = 1896 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1893 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1894 + } + } + + title = "EVTNAME36911" + desc = "EVTDESC36911" + picture = "Yeats" + + option = { + name = "EVTOPTA36911" + prestige = 5 + } +} + +country_event = { + + id = 36912 + news = yes + news_desc_long = "EVTDESC36912_NEWS_LONG" + news_desc_medium = "EVTDESC36912_NEWS_MEDIUM" + news_desc_short = "EVTDESC36912_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1917 + press_rights = free_press + expressionism = 1 + NOT = { + year = 1925 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1918 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1921 + } + } + + title = "EVTNAME36912" + desc = "EVTDESC36912" + picture = "Hopkins" + + + option = { + name = "EVTOPTA36912" + prestige = 5 + } +} + +country_event = { + + id = 36913 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1850 + exists = USA + NOT = { + year = 1855 + war_with = USA + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1851 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1853 + } + } + + title = "EVTNAME36913" + desc = "EVTDESC36913" + picture = "americascup" + + option = { + name = "EVTOPTA36913" + prestige = 5 + } +} + +country_event = { + + id = 36914 + title = "EVTNAME36914" + desc = "EVTDESC36914" + picture = "ssgreatbritan" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1842 + invention = steamer_transports + NOT = { year = 1860 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1843 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1845 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1860 + } + } + + option = { + name = "EVTOPTA36914" + prestige = 5 + } +} + +country_event = { + + id = 36915 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1896 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + year = 1900 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1897 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1898 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1899 + } + } + + title = "EVTNAME36915" + desc = "EVTDESC36915" + picture = "queenvictoria" + + option = { + name = "EVTOPTA36915" + prestige = 5 + } +} + +country_event = { + + id = 36917 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1856 + public_meetings = yes_meeting #allows public meetings + NOT = { + year = 1859 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1857 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1858 + } + } + + title = "EVTNAME36917" + desc = "EVTDESC36917" + picture = "anticorn" + + option = { + name = "EVTOPTA36917" + prestige = 1 + } +} + +country_event = { + + id = 36918 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1856 + public_meetings = yes_meeting #allows public meetings + NOT = { + year = 1859 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1857 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1858 + } + } + + title = "EVTNAME36918" + desc = "EVTDESC36918" + picture = "FC_Sheffield" + + option = { + name = "EVTOPTA36918" + prestige = 1 + farmers = { + consciousness = -1 + } + labourers = { + consciousness = -1 + } + artisans = { + consciousness = -1 + } + craftsmen = { + consciousness = -1 + } + } +} + +country_event = { + + id = 36919 + news = yes + news_desc_long = "EVTDESC36919_NEWS_LONG" + news_desc_medium = "EVTDESC36919_NEWS_MEDIUM" + news_desc_short = "EVTDESC36919_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + war = yes + medicine = 1 + year = 1851 + NOT = { + year = 1858 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1853 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1855 + } + } + + title = "EVTNAME36919" + desc = "EVTDESC36919" + picture = "Nightingale" + + option = { + name = "EVTOPTA36919" + war_exhaustion = -1 + } +} + +country_event = { + + id = 36921 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1901 + ruling_party_ideology = conservative + NOT = { + year = 1906 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1902 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1903 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1905 + } + } + + title = "EVTNAME36921" + desc = "EVTDESC36921" + picture = "Strike" + + option = { + name = "EVTOPTA36921" + labourers = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 1 + } + craftsmen = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 1 + } + } +} + +country_event = { + + id = 36922 + news = yes + news_desc_long = "EVTDESC36922_NEWS_LONG" + news_desc_medium = "EVTDESC36922_NEWS_MEDIUM" + news_desc_short = "EVTDESC36922_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1881 + owns = 2468 #Sydney + owns = 2476 #Melbourne + owns = 2491 #Adelaide + NOT = { + exists = AST + year = 1886 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1882 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1883 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1884 + } + } + + title = "EVTNAME36922" + desc = "EVTDESC36922" + picture = "ashes" + + option = { + name = "EVTOPTA36922" + prestige = -3 + } +} + +country_event = { + + id = 36923 + news = yes + news_desc_long = "EVTDESC36923_NEWS_LONG" + news_desc_medium = "EVTDESC36923_NEWS_MEDIUM" + news_desc_short = "EVTDESC36923_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + functionalism = 1 + year = 1858 + NOT = { + year = 1862 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1859 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1860 + } + } + + title = "EVTNAME36923" + desc = "EVTDESC36923" + picture = "darwin" + + option = { + name = "EVTOPTA36923" + prestige = 25 + clergymen = { + dominant_issue = { + value = secularized + factor = 0.25 + } + dominant_issue = { + value = pro_atheism + factor = 0.1 + } + consciousness = 2 + } + set_country_flag = Darwin + } +} + +country_event = { + + id = 36924 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1876 + public_meetings = yes_meeting #allows public meetings + NOT = { + year = 1880 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1877 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1878 + } + } + + title = "EVTNAME36924" + desc = "EVTDESC36924" + picture = "wimbledon" + + option = { + name = "EVTOPTA36924" + prestige = 5 + } +} + +country_event = { + + id = 36925 + news = yes + news_desc_long = "EVTDESC36925_NEWS_LONG" + news_desc_medium = "EVTDESC36925_NEWS_MEDIUM" + news_desc_short = "EVTDESC36925_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1887 + experimental_psychology = 1 + NOT = { + year = 1890 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1888 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1889 + } + } + + title = "EVTNAME36925" + desc = "EVTDESC36925" + picture = "jacktheripper" + + option = { + name = "EVTOPTA36925" + prestige = -5 + any_pop = { + consciousness = 1 + } + set_country_flag = JackTheRipper + } + + option = { + name = "EVTOPTB36925" + prestige = -5 + any_pop = { + militancy = 1 + } + set_country_flag = JackTheRipper + } +} + +country_event = { + + id = 36926 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1853 + public_meetings = yes_meeting + NOT = { + year = 1856 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1854 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1855 + } + } + + title = "EVTNAME36926" + desc = "EVTDESC36926" + picture = "midsummer" + + option = { + name = "EVTOPTA36926" + prestige = 5 + } +} + +country_event = { + + id = 36927 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1864 + NOT = { + year = 1867 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1865 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1866 + } + } + + title = "EVTNAME36927" + desc = "EVTDESC36927" + picture = "Alice" + + option = { + name = "EVTOPTA36927" + prestige = 5 + } +} + +country_event = { + + id = 36928 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1867 + NOT = { + year = 1870 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1868 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1869 + } + } + + title = "EVTNAME36928" + desc = "EVTDESC36928" + picture = "Thermopylae" + + option = { + name = "EVTOPTA36928" + prestige = 2 + } +} + +country_event = { + + id = 36929 + news = yes + news_desc_long = "EVTDESC36929_NEWS_LONG" + news_desc_medium = "EVTDESC36929_NEWS_MEDIUM" + news_desc_short = "EVTDESC36929_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1879 + owns = 270 + owns = 269 + NOT = { + exists = SCO + year = 1882 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1880 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1881 + } + } + + title = "EVTNAME36929" + desc = "EVTDESC36929" + picture = "TayBridge" + + option = { + name = "EVTOPTA36929" + prestige = -10 + } +} + +country_event = { + + id = 36930 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1865 + NOT = { + OR = { + war_with = CHI + war_with = QNG + } + year = 1868 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1866 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1867 + } + } + + title = "EVTNAME36930" + desc = "EVTDESC36930" + picture = "tearace" + + option = { + name = "EVTOPTA36930" + prestige = 3 + } +} + +country_event = { + + id = 36932 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1897 + expressionism = 1 + NOT = { + year = 1905 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1898 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1900 + } + } + + title = "EVTNAME36932" + desc = "EVTDESC36932" + picture = "WMorris" + + option = { + name = "EVTOPTA36932" + prestige = 3 + } +} + +country_event = { + + id = 36933 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1867 + NOT = { + year = 1870 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1868 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1869 + } + } + + title = "EVTNAME36933" + desc = "EVTDESC36933" + picture = "AthleticChamp" + + option = { + name = "EVTOPTA36933" + any_pop = { + consciousness = 1 + } + } +} + +country_event = { + + id = 36935 #parallel to AST43800, ENG more often than not will own AST directly at this point, so needs own event. + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1844 + owns = 2468 #Sydney + owns = 2476 #Melbourne + owns = 2491 #Adelaide + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 10 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1845 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME43800" + desc = "EVTDESC43800" + picture = "redline" + + option = { + name = "EVTOPTA43800" + prestige = 5 + } +} + +country_event = { + + id = 36936 #parallel to AST43801, ENG more often than not will own AST directly at this point, so needs own event. + + trigger = { + OR = { + tag = AST + tag = ENG + } + year = 1859 + owns = 2468 #Sydney + owns = 2476 #Melbourne + owns = 2491 #Adelaide + NOT = { + year = 1864 + } + } + + fire_only_once = yes + allow_multiple_instances = no + + mean_time_to_happen = { + months = 10 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1860 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1861 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1862 + } + } + + title = "EVTNAME43801" + desc = "EVTDESC43801" + picture = "BurkeandWills" + + option = { + name = "EVTOPTA43801" + prestige = 5 + } +} + + +country_event = { + + id = 36937 #sets up COB35000 + + trigger = { + OR = { + tag = ENG + tag = ENL + } + year = 1836 + exists = COB + OR = { + war_with = GER + war_with = PRU + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + year = 1936 + has_global_flag = ENGRoyalHouseAnglified + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1860 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1880 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1900 + } + } + + title = "EVTNAME36937" + desc = "EVTDESC36937" + picture = "windsor" + + option = { + name = "EVTOPTA36937" + set_global_flag = ENGRoyalHouseAnglified + any_pop = { + consciousness = 1 + } + } } province_event = { - id = 36938 - - trigger = { - province_id = 1251 #Calcutta - year = 1864 - NOT = { - year = 1867 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1865 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1866 - } - } - - title = "EVTNAME36938" - desc = "EVTDESC36938" - picture = "BengaliNovel" - - option = { - name = "EVTOPTA36938" - any_pop = { - limit = { - has_pop_religion = hindu - } - militancy = 3 - consciousness = 2 - } - - } - -} - -country_event = { - - id = 36939 - news = yes - news_desc_long = "EVTDESC36939_NEWS_LONG" - news_desc_medium = "EVTDESC36939_NEWS_MEDIUM" - news_desc_short = "EVTDESC36939_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - NOT = { has_global_flag = eic_spawned } - owns = 1251 #Calcutta - year = 1853 - NOT = { year = 1857 } - MUG = { - OR = { - exists = no - AND = { - exists = yes - vassal_of = THIS - } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1855 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1856 - } - } - - title = "EVTNAME36939" - desc = "EVTDESC36939" - picture = "LordDalhousie" - - option = { - name = "EVTOPTA36939" - any_pop = { - limit = { - has_pop_religion = hindu - } - militancy = 3 - } - any_pop = { - limit = { - has_pop_religion = sunni - } - militancy = 2 - } - } - - option = { - name = "EVTOPTB36939" - officers = { - consciousness = 1 - } - capitalists = { - consciousness = 1 - } - any_pop = { - limit = { - has_pop_religion = hindu - } - militancy = -1 - } - any_pop = { - limit = { - has_pop_religion = sunni - } - militancy = -1 - } - } + id = 36938 + + trigger = { + province_id = 1251 #Calcutta + year = 1864 + NOT = { + year = 1867 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1865 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1866 + } + } + + title = "EVTNAME36938" + desc = "EVTDESC36938" + picture = "BengaliNovel" + + option = { + name = "EVTOPTA36938" + any_pop = { + limit = { + has_pop_religion = hindu + } + militancy = 3 + consciousness = 2 + } + + } + +} + +country_event = { + + id = 36939 + news = yes + news_desc_long = "EVTDESC36939_NEWS_LONG" + news_desc_medium = "EVTDESC36939_NEWS_MEDIUM" + news_desc_short = "EVTDESC36939_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + NOT = { has_global_flag = eic_spawned } + owns = 1251 #Calcutta + year = 1853 + NOT = { year = 1857 } + MUG = { + OR = { + exists = no + AND = { + exists = yes + vassal_of = THIS + } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1855 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1856 + } + } + + title = "EVTNAME36939" + desc = "EVTDESC36939" + picture = "LordDalhousie" + + option = { + name = "EVTOPTA36939" + any_pop = { + limit = { + has_pop_religion = hindu + } + militancy = 3 + } + any_pop = { + limit = { + has_pop_religion = sunni + } + militancy = 2 + } + } + + option = { + name = "EVTOPTB36939" + officers = { + consciousness = 1 + } + capitalists = { + consciousness = 1 + } + any_pop = { + limit = { + has_pop_religion = hindu + } + militancy = -1 + } + any_pop = { + limit = { + has_pop_religion = sunni + } + militancy = -1 + } + } } #Treaty of Waitangi country_event = { - id = 36940 - title = "EVTNAME36940" - desc = "EVTDESC36940" - news = yes - news_desc_long = "EVTDESC36940_NEWS_LONG" - news_desc_medium = "EVTDESC36940_NEWS_MEDIUM" - news_desc_short = "EVTDESC36940_NEWS_SHORT" - picture = "Waitangi" - - trigger = { - NOT = { has_global_flag = treaty_of_waitangi } - owns = 2509 #Auckland - year = 1840 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1842 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1845 - } - } - - option = { - name = "EVTOPTA36940" - set_global_flag = treaty_of_waitangi - prestige = 5 - ENG_2509 = { add_core = THIS add_core = NZL } #North Island - ENG_2513 = { add_core = THIS add_core = NZL } #South Island - any_pop = { - limit = { has_pop_culture = maori } - militancy = -3 - } - } + id = 36940 + title = "EVTNAME36940" + desc = "EVTDESC36940" + news = yes + news_desc_long = "EVTDESC36940_NEWS_LONG" + news_desc_medium = "EVTDESC36940_NEWS_MEDIUM" + news_desc_short = "EVTDESC36940_NEWS_SHORT" + picture = "Waitangi" + + trigger = { + NOT = { has_global_flag = treaty_of_waitangi } + owns = 2509 #Auckland + year = 1840 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1842 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1845 + } + } + + option = { + name = "EVTOPTA36940" + set_global_flag = treaty_of_waitangi + prestige = 5 + ENG_2509 = { add_core = THIS add_core = NZL } #North Island + ENG_2513 = { add_core = THIS add_core = NZL } #South Island + any_pop = { + limit = { has_pop_culture = maori } + militancy = -3 + } + } } #The Flagstaff War country_event = { - id = 36941 - title = "EVTNAME36941" - desc = "EVTDESC36941" - - news = yes - news_desc_long = "EVTDESC36941_NEWS_LONG" - news_desc_medium = "EVTDESC36941_NEWS_MEDIUM" - news_desc_short = "EVTDESC36941_NEWS_SHORT" - picture = "flagstaffwar" - - trigger = { - owns = 2509 #Auckland - has_global_flag = treaty_of_waitangi - year = 1845 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1849 - } - } - - option = { - name = "EVTOPTA36941" - set_country_flag = flagstaff_war - ENG_2509 = { add_core = AOT } - ENG_2513 = { add_core = AOT } - any_owned = { - limit = { - OR = { - region = ENG_2509 - region = ENG_2513 - } - culture = maori - } - add_province_modifier = { - name = peasant_revolt - duration = 365 - } - } - any_pop = { - limit = { has_pop_culture = maori } - militancy = 5 - } - } + id = 36941 + title = "EVTNAME36941" + desc = "EVTDESC36941" + + news = yes + news_desc_long = "EVTDESC36941_NEWS_LONG" + news_desc_medium = "EVTDESC36941_NEWS_MEDIUM" + news_desc_short = "EVTDESC36941_NEWS_SHORT" + picture = "flagstaffwar" + + trigger = { + owns = 2509 #Auckland + has_global_flag = treaty_of_waitangi + year = 1845 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1849 + } + } + + option = { + name = "EVTOPTA36941" + set_country_flag = flagstaff_war + ENG_2509 = { add_core = AOT } + ENG_2513 = { add_core = AOT } + any_owned = { + limit = { + OR = { + region = ENG_2509 + region = ENG_2513 + } + culture = maori + } + add_province_modifier = { + name = peasant_revolt + duration = 365 + } + } + any_pop = { + limit = { has_pop_culture = maori } + militancy = 5 + } + } } #The Fencibles country_event = { - - id = 36942 - title = "EVTNAME36942" - desc = "EVTDESC36942" - picture = "emigration" - - fire_only_once = yes - - trigger = { - 2509 = { - owned_by = THIS - is_colonial = yes - } - war = no - owns = 2510 - owns = 2511 - owns = 2512 - NZL = { - exists = no - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1849 - } - } - - option = { - name = "EVTOPTA36942" - ENG_2509 = { - add_province_modifier = { - name = colonial_recruitment - duration = 730 - } - } - } + + id = 36942 + title = "EVTNAME36942" + desc = "EVTDESC36942" + picture = "emigration" + + fire_only_once = yes + + trigger = { + 2509 = { + owned_by = THIS + is_colonial = yes + } + war = no + owns = 2510 + owns = 2511 + owns = 2512 + NZL = { + exists = no + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1849 + } + } + + option = { + name = "EVTOPTA36942" + ENG_2509 = { + add_province_modifier = { + name = colonial_recruitment + duration = 730 + } + } + } } #The Danish Gold Coast country_event = { - id = 36950 - title = "EVTNAME36950" - desc = "EVTDESC36950" - picture = "administration" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - ASH = { owns = 1907 } - owns = 1908 - year = 1850 - relation = { who = DEN value = 0 } - NOT = { - has_country_flag = sale_of_danish_gold_coast - alliance_with = ASH - } - } - - mean_time_to_happen = { - months = 40 - } - - option = { - name = "EVT36950OPTA" - set_country_flag = sale_of_danish_gold_coast - DEN = { prestige = 5 } - diplomatic_influence = { who = ASH value = -200 } - relation = { who = ASH value = -200 } - - random_country = { - limit = { - owns = 1907 - civilized = no - NOT = { has_global_flag = berlin_conference } - THIS = { NOT = { nationalism_n_imperialism = 1 } } - } - add_casus_belli = { - target = THIS - type = demand_concession_casus_belli - months = 60 - } - } - random_country = { - limit = { - owns = 1907 - civilized = no - NOT = { has_global_flag = berlin_conference } - THIS = { nationalism_n_imperialism = 1 } - } - add_casus_belli = { - target = THIS - type = demand_concession_NI_casus_belli - months = 60 - } - } - random_country = { - limit = { - owns = 1907 - civilized = no - has_global_flag = berlin_conference - THIS = { nationalism_n_imperialism = 1 } - } - add_casus_belli = { - target = THIS - type = demand_concession_BC_casus_belli - months = 60 - } - } - random_country = { - limit = { - owns = 1907 - civilized = yes - } - 1907 = { add_core = THIS } - } - ai_chance = { - factor = 100 - } - } - option = { - name = "EVT36950OPTB" - set_country_flag = sale_of_danish_gold_coast - prestige = -5 - ai_chance = { - factor = 0 - } - } -} - -country_event = { - id = 36955 - title = "EVTNAME36955" #Conflict with Burma - desc = "EVTDESC36955" - news = yes - news_title = "EVTNAME36955_NEWS_TITLE" - news_desc_long = "EVTDESC36955_NEWS_LONG" - news_desc_medium = "EVTDESC36955_NEWS_MEDIUM" - news_desc_short = "EVTDESC36955_NEWS_SHORT" - picture = "Opiumwar" - - trigger = { - tag = ENG - is_greater_power = yes - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - NOT = { has_global_flag = eic_spawned } - BUR = { - war = no - civilized = no - is_vassal = no - exists = yes - neighbour = ENG - number_of_states = 2 - any_owned_province = { port = yes } - NOT = { truce_with = ENG } - } - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT36955OPTA" - prestige = 5 - badboy = 2 - relation = { who = BUR value = -200 } - diplomatic_influence = { who = BUR value = -200 } - casus_belli = { - target = BUR - type = demand_concession_NI_casus_belli - months = 60 - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT36955OPTB" - prestige = -25 - relation = { who = BUR value = 25 } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - any_pop = { - limit = { - location = { is_core = HND } - is_primary_culture = no - } - militancy = 2 - } - ai_chance = { - factor = 5 - } - } -} - -country_event = { - id = 36960 - title = "EVTNAME36960" #The Gold Coast Treaty - desc = "EVTDESC36960" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT36960OPTA" - treasury = 200000 - relation = { who = FROM value = 100 } - any_owned = { - limit = { is_core = ASH } - secede_province = FROM - } - FROM = { country_event = 36961 } - - ai_chance = { - factor = 90 - modifier = { - factor = 0.75 - NOT = { relation = { who = FROM value = -50 } } - } - } - } - - option = { - name = "EVT36960OPTB" - relation = { who = FROM value = -50 } - FROM = { country_event = 36962 } - ai_chance = { - factor = 10 - modifier = { - factor = 1.25 - NOT = { relation = { who = FROM value = -50 } } - } - modifier = { - factor = 1.25 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 0.5 - relation = { who = FROM value = 150 } - } - modifier = { - factor = 0.25 - alliance_with = FROM - } - modifier = { - factor = 0 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - } - } -} - -country_event = { - id = 36961 - title = "EVTNAME36961" - desc = "EVTDESC36961" - news = yes - news_title = "EVTNAME36961_NEWS_TITLE" - news_desc_long = "EVTDESC36961_NEWS_LONG" - news_desc_medium = "EVTDESC36961_NEWS_MEDIUM" - news_desc_short = "EVTDESC36961_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT36961OPTA" - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { owner = { money = 200000 } } - owner = { treasury = -200000 } - } - random_country = { - limit = { - tag = FROM - is_greater_power = no - } - THIS = { diplomatic_influence = { who = FROM value = 100 } } - } - relation = { who = FROM value = 50 } - random_country = { - limit = { - tag = ATJ - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = ATJ value = -200 } } - } - random_country = { - limit = { - tag = SAK - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = SAK value = -200 } } - } - random_country = { - limit = { - tag = SLW - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = SLW value = -200 } } - } - random_country = { - limit = { - tag = BAL - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = BAL value = -200 } } - } - random_country = { - limit = { - tag = KTI - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = KTI value = -200 } } - } - random_country = { - limit = { - tag = LAN - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = LAN value = -200 } } - } - random_country = { - limit = { - tag = PNK - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = PNK value = -200 } } - } - random_country = { - limit = { - tag = KLM - exists = yes - } - leave_alliance = THIS - THIS = { diplomatic_influence = { who = KLM value = -200 } } - } - } -} - -country_event = { - id = 36962 - title = "EVTNAME36962" - desc = "EVTDESC36962" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT36962OPTA" - prestige = -10 - treasury = 50000 - } - - option = { - name = "EVT36962OPTB" - set_country_flag = claimed_sekondi - add_country_modifier = { name = foreign_claims duration = 1825 } - badboy = 2 - treasury = 50000 - diplomatic_influence = { who = FROM value = -100 } - relation = { who = FROM value = -50 } - leave_alliance = FROM - 1909 = { add_core = THIS } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - } + id = 36950 + title = "EVTNAME36950" + desc = "EVTDESC36950" + picture = "administration" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + ASH = { owns = 1907 } + owns = 1908 + year = 1850 + relation = { who = DEN value = 0 } + NOT = { + has_country_flag = sale_of_danish_gold_coast + alliance_with = ASH + } + } + + mean_time_to_happen = { + months = 40 + } + + option = { + name = "EVT36950OPTA" + set_country_flag = sale_of_danish_gold_coast + DEN = { prestige = 5 } + diplomatic_influence = { who = ASH value = -200 } + relation = { who = ASH value = -200 } + + random_country = { + limit = { + owns = 1907 + civilized = no + NOT = { has_global_flag = berlin_conference } + THIS = { NOT = { nationalism_n_imperialism = 1 } } + } + add_casus_belli = { + target = THIS + type = demand_concession_casus_belli + months = 60 + } + } + random_country = { + limit = { + owns = 1907 + civilized = no + NOT = { has_global_flag = berlin_conference } + THIS = { nationalism_n_imperialism = 1 } + } + add_casus_belli = { + target = THIS + type = demand_concession_NI_casus_belli + months = 60 + } + } + random_country = { + limit = { + owns = 1907 + civilized = no + has_global_flag = berlin_conference + THIS = { nationalism_n_imperialism = 1 } + } + add_casus_belli = { + target = THIS + type = demand_concession_BC_casus_belli + months = 60 + } + } + random_country = { + limit = { + owns = 1907 + civilized = yes + } + 1907 = { add_core = THIS } + } + ai_chance = { + factor = 100 + } + } + option = { + name = "EVT36950OPTB" + set_country_flag = sale_of_danish_gold_coast + prestige = -5 + ai_chance = { + factor = 0 + } + } +} + +country_event = { + id = 36955 + title = "EVTNAME36955" #Conflict with Burma + desc = "EVTDESC36955" + news = yes + news_title = "EVTNAME36955_NEWS_TITLE" + news_desc_long = "EVTDESC36955_NEWS_LONG" + news_desc_medium = "EVTDESC36955_NEWS_MEDIUM" + news_desc_short = "EVTDESC36955_NEWS_SHORT" + picture = "Opiumwar" + + trigger = { + tag = ENG + is_greater_power = yes + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + NOT = { has_global_flag = eic_spawned } + BUR = { + war = no + civilized = no + is_vassal = no + exists = yes + neighbour = ENG + number_of_states = 2 + any_owned_province = { port = yes } + NOT = { truce_with = ENG } + } + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT36955OPTA" + prestige = 5 + badboy = 2 + relation = { who = BUR value = -200 } + diplomatic_influence = { who = BUR value = -200 } + casus_belli = { + target = BUR + type = demand_concession_NI_casus_belli + months = 60 + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT36955OPTB" + prestige = -25 + relation = { who = BUR value = 25 } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + any_pop = { + limit = { + location = { is_core = HND } + is_primary_culture = no + } + militancy = 2 + } + ai_chance = { + factor = 5 + } + } +} + +country_event = { + id = 36960 + title = "EVTNAME36960" #The Gold Coast Treaty + desc = "EVTDESC36960" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT36960OPTA" + treasury = 200000 + relation = { who = FROM value = 100 } + any_owned = { + limit = { is_core = ASH } + secede_province = FROM + } + FROM = { country_event = 36961 } + + ai_chance = { + factor = 90 + modifier = { + factor = 0.75 + NOT = { relation = { who = FROM value = -50 } } + } + } + } + + option = { + name = "EVT36960OPTB" + relation = { who = FROM value = -50 } + FROM = { country_event = 36962 } + ai_chance = { + factor = 10 + modifier = { + factor = 1.25 + NOT = { relation = { who = FROM value = -50 } } + } + modifier = { + factor = 1.25 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 0.5 + relation = { who = FROM value = 150 } + } + modifier = { + factor = 0.25 + alliance_with = FROM + } + modifier = { + factor = 0 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + } + } +} + +country_event = { + id = 36961 + title = "EVTNAME36961" + desc = "EVTDESC36961" + news = yes + news_title = "EVTNAME36961_NEWS_TITLE" + news_desc_long = "EVTDESC36961_NEWS_LONG" + news_desc_medium = "EVTDESC36961_NEWS_MEDIUM" + news_desc_short = "EVTDESC36961_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT36961OPTA" + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { owner = { money = 200000 } } + owner = { treasury = -200000 } + } + random_country = { + limit = { + tag = FROM + is_greater_power = no + } + THIS = { diplomatic_influence = { who = FROM value = 100 } } + } + relation = { who = FROM value = 50 } + random_country = { + limit = { + tag = ATJ + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = ATJ value = -200 } } + } + random_country = { + limit = { + tag = SAK + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = SAK value = -200 } } + } + random_country = { + limit = { + tag = SLW + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = SLW value = -200 } } + } + random_country = { + limit = { + tag = BAL + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = BAL value = -200 } } + } + random_country = { + limit = { + tag = KTI + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = KTI value = -200 } } + } + random_country = { + limit = { + tag = LAN + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = LAN value = -200 } } + } + random_country = { + limit = { + tag = PNK + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = PNK value = -200 } } + } + random_country = { + limit = { + tag = KLM + exists = yes + } + leave_alliance = THIS + THIS = { diplomatic_influence = { who = KLM value = -200 } } + } + } +} + +country_event = { + id = 36962 + title = "EVTNAME36962" + desc = "EVTDESC36962" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT36962OPTA" + prestige = -10 + treasury = 50000 + } + + option = { + name = "EVT36962OPTB" + set_country_flag = claimed_sekondi + add_country_modifier = { name = foreign_claims duration = 1825 } + badboy = 2 + treasury = 50000 + diplomatic_influence = { who = FROM value = -100 } + relation = { who = FROM value = -50 } + leave_alliance = FROM + 1909 = { add_core = THIS } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + } } #Make it a decision? province_event = { - id = 36963 - title = "EVTNAME36963" - desc = "EVTDESC36963" - - trigger = { - province_id = 1909 - owner = { - OR = { - any_neighbor_country = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } - any_greater_power = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } - } - } - } - - mean_time_to_happen = { days = 1 } - fire_only_once = yes - - option = { - name = "EVT36963OPTA" - random_country = { - limit = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } - country_event = 36964 - } - } -} - -country_event = { - id = 36964 - title = "EVTNAME36964" - desc = "EVTDESC36964" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT36964OPTA" - 1909 = { remove_core = THIS } - clr_country_flag = claimed_sekondi - } -} - -country_event = { - id = 36965 - title = "EVTNAME36965" #The Lagos Slave Trade - desc = "EVTDESC36965" - picture = "slaves" - - trigger = { - tag = ENG - war = no - slavery = no_slavery - is_greater_power = yes - nationalism_n_imperialism = 1 - year = 1860 - NOT = { has_country_flag = lagos_slave_trade } - 1923 = { - owner = { - war = no - civilized = no - slavery = yes_slavery - ai = yes - OR = { - part_of_sphere = no - in_sphere = ENG - } - } - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT36965OPTA" - set_country_flag = lagos_slave_trade - 1923 = { owner = { country_event = 36966 } } - 1923 = { secede_province = THIS } - 1923 = { trade_goods = tropical_wood } #Lagos - relation = { who = SOK value = -400 } - relation = { who = OYO value = -400 } - relation = { who = ARO value = -400 } - relation = { who = WRI value = -400 } - relation = { who = BEN value = -400 } - relation = { who = CLA value = -400 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT36965OPTB" - set_country_flag = lagos_slave_trade - prestige = -10 - badboy = -2 - ai_chance = { factor = 0 } - } -} - -country_event = { - id = 36966 - title = "EVTNAME36966" #United Kingdom Seizes Lagos! - desc = "EVTDESC36966" - news = yes - news_desc_long = "EVTDESC36966_NEWS_LONG" - news_desc_medium = "EVTDESC36966_NEWS_MEDIUM" - news_desc_short = "EVTDESC36966_NEWS_SHORT" - picture = "uk_seizes_lagos" - - is_triggered_only = yes - - option = { - name = "EVT36966OPTA" - prestige = -10 - relation = { who = FROM value = -400 } - any_pop = { militancy = 3 } - ai_chance = { - factor = 90 - modifier = { - factor = 0.1 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - } - } - - option = { - name = "EVT36966OPTB" - prestige = 10 - any_pop = { militancy = -6 } - relation = { who = FROM value = -100 } - leave_alliance = FROM - FROM = { - diplomatic_influence = { who = THIS value = -200 } - } - war = { - target = FROM - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 1923 - } - call_ally = yes - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - FROM = { brigades_compare = 5 } - } - modifier = { - factor = 0 - in_sphere = FROM - } - } - } -} - - -country_event = { - id = 36967 - title = "EVTNAME36967" #United Kingdom Seizes Aden! - desc = "EVTDESC36967" - picture = "uk_seizes_aden" - - trigger = { - tag = ENG - war = no - NOT = { owns = 1412 } - year = 1839 - LHJ = { - exists = yes - ai = yes - } - } - - fire_only_once = yes - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT36967OPTA" - badboy = 1 - relation = { who = LHJ value = -400 } - diplomatic_influence = { who = LHJ value = -400 } - casus_belli ={ - target = LHJ - type = establish_protectorate_casus_belli - months = 50 - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT36967OPTB" - badboy = 1 - relation = { who = LHJ value = -400 } - diplomatic_influence = { who = LHJ value = -400 } - - random_owned = { - limit = { owner = { ai = yes } } - owner = { - random_list = { - 50 = { inherit = LHJ } - 50 = { - random_country = { limit = { neighbour = LHJ NOT = { alliance_with = LHJ } } ENG = { military_access = THIS } } - casus_belli = { target = LHJ type = establish_protectorate_casus_belli months = 60 } - casus_belli = { target = LHJ type = conquest_any months = 36 } - war = { - target = LHJ - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = humiliate } - call_ally = no - } - } - } - } - } - - - random_owned = { - limit = { owner = { ai = no } } - owner = { - random_country = { limit = { neighbour = LHJ NOT = { alliance_with = LHJ } } ENG = { military_access = THIS } } - casus_belli = { target = LHJ type = establish_protectorate_casus_belli months = 60 } - casus_belli = { target = LHJ type = conquest_any months = 36 } - war = { - target = LHJ - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = humiliate } - call_ally = no - } - } - } - ai_chance = { - factor = 100 - } - } -} - -country_event = { - id = 3697000 - title = "EVTNAME3697000" #Start building the big ben - desc = "EVTDESC3697000" - picture = "big_ben_construction" - - - is_triggered_only = yes - - option = { - name = "EVT37236OPTA" - random_owned = { - limit = { - owner = { - NOT = { money = 40000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 40 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 40000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 40 } } - } - random_owned = { - limit = { owner = { money = 40000 } } - owner = { treasury = -40000 } - } - random_list = { - 50 = { add_country_modifier = { name = bigben_construction duration = 2920 } } - 40 = { add_country_modifier = { name = bigben_construction duration = 3650 } } - 10 = { add_country_modifier = { name = bigben_construction duration = 4380 } } - } - - ai_chance = { - factor = 40 - } - } - - option = { - name = "EVT37236OPTB" - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { owner = { money = 30000 } } - owner = { treasury = -30000 } - } - random_list = { - 30 = { add_country_modifier = { name = bigben_construction duration = 2920 } } - 50 = { add_country_modifier = { name = bigben_construction duration = 3650 } } - 20 = { add_country_modifier = { name = bigben_construction duration = 4380 } } - } - - ai_chance = { - factor = 40 - } - } - - option = { - name = "EVT37236OPTC" - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { money = 20000 } } - owner = { treasury = -20000 } - } - random_list = { - 30 = { add_country_modifier = { name = bigben_construction duration = 2920 } } - 30 = { add_country_modifier = { name = bigben_construction duration = 3650 } } - 40 = { add_country_modifier = { name = bigben_construction duration = 4380 } } - } - - ai_chance = { - factor = 20 - } - } -} - -country_event = { - - id = 3697001 - title = "EVTNAME3697001" #Big Ben Finished - desc = "EVTDESC3697001" - picture = "big_ben_finished" - - fire_only_once = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - owns = 300 - NOT = { has_country_modifier = bigben_construction } - has_country_flag = big_ben_construction - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT3697001OPTA" - prestige = 20 - 300 = { - set_province_flag = big_ben_built - add_province_modifier = { name = the_big_ben duration = -1 } - } - } -} - + id = 36963 + title = "EVTNAME36963" + desc = "EVTDESC36963" + + trigger = { + province_id = 1909 + owner = { + OR = { + any_neighbor_country = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } + any_greater_power = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } + } + } + } + + mean_time_to_happen = { days = 1 } + fire_only_once = yes + + option = { + name = "EVT36963OPTA" + random_country = { + limit = { has_country_flag = claimed_sekondi NOT = { has_country_modifier = foreign_claims } } + country_event = 36964 + } + } +} + +country_event = { + id = 36964 + title = "EVTNAME36964" + desc = "EVTDESC36964" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT36964OPTA" + 1909 = { remove_core = THIS } + clr_country_flag = claimed_sekondi + } +} + +country_event = { + id = 36965 + title = "EVTNAME36965" #The Lagos Slave Trade + desc = "EVTDESC36965" + picture = "slaves" + + trigger = { + tag = ENG + war = no + slavery = no_slavery + is_greater_power = yes + nationalism_n_imperialism = 1 + year = 1860 + NOT = { has_country_flag = lagos_slave_trade } + 1923 = { + owner = { + war = no + civilized = no + slavery = yes_slavery + ai = yes + OR = { + part_of_sphere = no + in_sphere = ENG + } + } + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT36965OPTA" + set_country_flag = lagos_slave_trade + 1923 = { owner = { country_event = 36966 } } + 1923 = { secede_province = THIS } + 1923 = { trade_goods = tropical_wood } #Lagos + relation = { who = SOK value = -400 } + relation = { who = OYO value = -400 } + relation = { who = ARO value = -400 } + relation = { who = WRI value = -400 } + relation = { who = BEN value = -400 } + relation = { who = CLA value = -400 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT36965OPTB" + set_country_flag = lagos_slave_trade + prestige = -10 + badboy = -2 + ai_chance = { factor = 0 } + } +} + +country_event = { + id = 36966 + title = "EVTNAME36966" #United Kingdom Seizes Lagos! + desc = "EVTDESC36966" + news = yes + news_desc_long = "EVTDESC36966_NEWS_LONG" + news_desc_medium = "EVTDESC36966_NEWS_MEDIUM" + news_desc_short = "EVTDESC36966_NEWS_SHORT" + picture = "uk_seizes_lagos" + + is_triggered_only = yes + + option = { + name = "EVT36966OPTA" + prestige = -10 + relation = { who = FROM value = -400 } + any_pop = { militancy = 3 } + ai_chance = { + factor = 90 + modifier = { + factor = 0.1 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + } + } + + option = { + name = "EVT36966OPTB" + prestige = 10 + any_pop = { militancy = -6 } + relation = { who = FROM value = -100 } + leave_alliance = FROM + FROM = { + diplomatic_influence = { who = THIS value = -200 } + } + war = { + target = FROM + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 1923 + } + call_ally = yes + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + FROM = { brigades_compare = 5 } + } + modifier = { + factor = 0 + in_sphere = FROM + } + } + } +} + + +country_event = { + id = 36967 + title = "EVTNAME36967" #United Kingdom Seizes Aden! + desc = "EVTDESC36967" + picture = "uk_seizes_aden" + + trigger = { + tag = ENG + war = no + NOT = { owns = 1412 } + year = 1839 + LHJ = { + exists = yes + ai = yes + } + } + + fire_only_once = yes + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT36967OPTA" + badboy = 1 + relation = { who = LHJ value = -400 } + diplomatic_influence = { who = LHJ value = -400 } + casus_belli ={ + target = LHJ + type = establish_protectorate_casus_belli + months = 50 + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT36967OPTB" + badboy = 1 + relation = { who = LHJ value = -400 } + diplomatic_influence = { who = LHJ value = -400 } + + random_owned = { + limit = { owner = { ai = yes } } + owner = { + random_list = { + 50 = { inherit = LHJ } + 50 = { + random_country = { limit = { neighbour = LHJ NOT = { alliance_with = LHJ } } ENG = { military_access = THIS } } + casus_belli = { target = LHJ type = establish_protectorate_casus_belli months = 60 } + casus_belli = { target = LHJ type = conquest_any months = 36 } + war = { + target = LHJ + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = humiliate } + call_ally = no + } + } + } + } + } + + + random_owned = { + limit = { owner = { ai = no } } + owner = { + random_country = { limit = { neighbour = LHJ NOT = { alliance_with = LHJ } } ENG = { military_access = THIS } } + casus_belli = { target = LHJ type = establish_protectorate_casus_belli months = 60 } + casus_belli = { target = LHJ type = conquest_any months = 36 } + war = { + target = LHJ + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = humiliate } + call_ally = no + } + } + } + ai_chance = { + factor = 100 + } + } +} + +country_event = { + id = 3697000 + title = "EVTNAME3697000" #Start building the big ben + desc = "EVTDESC3697000" + picture = "big_ben_construction" + + + is_triggered_only = yes + + option = { + name = "EVT37236OPTA" + random_owned = { + limit = { + owner = { + NOT = { money = 40000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 40 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 40000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 40 } } + } + random_owned = { + limit = { owner = { money = 40000 } } + owner = { treasury = -40000 } + } + random_list = { + 50 = { add_country_modifier = { name = bigben_construction duration = 2920 } } + 40 = { add_country_modifier = { name = bigben_construction duration = 3650 } } + 10 = { add_country_modifier = { name = bigben_construction duration = 4380 } } + } + + ai_chance = { + factor = 40 + } + } + + option = { + name = "EVT37236OPTB" + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { owner = { money = 30000 } } + owner = { treasury = -30000 } + } + random_list = { + 30 = { add_country_modifier = { name = bigben_construction duration = 2920 } } + 50 = { add_country_modifier = { name = bigben_construction duration = 3650 } } + 20 = { add_country_modifier = { name = bigben_construction duration = 4380 } } + } + + ai_chance = { + factor = 40 + } + } + + option = { + name = "EVT37236OPTC" + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { money = 20000 } } + owner = { treasury = -20000 } + } + random_list = { + 30 = { add_country_modifier = { name = bigben_construction duration = 2920 } } + 30 = { add_country_modifier = { name = bigben_construction duration = 3650 } } + 40 = { add_country_modifier = { name = bigben_construction duration = 4380 } } + } + + ai_chance = { + factor = 20 + } + } +} + +country_event = { + + id = 3697001 + title = "EVTNAME3697001" #Big Ben Finished + desc = "EVTDESC3697001" + picture = "big_ben_finished" + + fire_only_once = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + owns = 300 + NOT = { has_country_modifier = bigben_construction } + has_country_flag = big_ben_construction + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT3697001OPTA" + prestige = 20 + 300 = { + set_province_flag = big_ben_built + add_province_modifier = { name = the_big_ben duration = -1 } + } + } +} + #country_event = { # -# id = 3697005 -# title = "EVTNAME3697005" #The Canadian Borders - REMOVAL -# desc = "EVTDESC3697005" -# picture = "danishgovernment" +# id = 3697005 +# title = "EVTNAME3697005" #The Canadian Borders - REMOVAL +# desc = "EVTDESC3697005" +# picture = "danishgovernment" +# +# fire_only_once = yes +# +# trigger = { +# civilized = yes +# 2599 = { NOT = { owned_by = THIS } empty = no } +# 2630 = { NOT = { owned_by = THIS } empty = no } +# 6 = { empty = yes } +# owns = 17 +# } +# +# mean_time_to_happen = { days = 30 } # -# fire_only_once = yes -# -# trigger = { -# civilized = yes -# 2599 = { NOT = { owned_by = THIS } empty = no } -# 2630 = { NOT = { owned_by = THIS } empty = no } -# 6 = { empty = yes } -# owns = 17 -# } -# -# mean_time_to_happen = { days = 30 } -# -# option = { -# name = "EVT3697003OPTA" -# 6 = { secede_province = THIS add_core = CAN any_pop = { literacy = -0.99 } } -# } -# } -# - -country_event = { - - id = 3697006 - title = "EVTNAME3697006" #The Pioneer Column - desc = "EVTDESC3697006" - picture = "pioneer_column" - - fire_only_once = yes - - trigger = { - OR = { - AND = { - 2068 = { empty = yes } - 2070 = { empty = yes } - 2635 = { empty = yes } - } - AND = { - 2068 = { owned_by = ENG } - 2070 = { owned_by = ENG } - 2635 = { owned_by = ENG } - } - } - tag = ENG - 2070 = { any_neighbor_province = { owned_by = THIS } } - has_global_flag = berlin_conference - owns = 2087 - } - - mean_time_to_happen = { months = 4 } - - option = { - name = "EVT3697006OPTA" - 2070 = { secede_province = THIS life_rating = 25 } - 2635 = { secede_province = THIS life_rating = 25 } - 2068 = { secede_province = THIS life_rating = 25 } - 2068 = { change_province_name = "Salisbury" } - 2087 = { any_pop = { limit = { type = soldiers has_pop_culture = british } move_pop = 2068 } } - 2087 = { any_pop = { limit = { type = artisans has_pop_culture = british } pop_type = soldiers } } - } +# option = { +# name = "EVT3697003OPTA" +# 6 = { secede_province = THIS add_core = CAN any_pop = { literacy = -0.99 } } +# } +# } +# + +country_event = { + + id = 3697006 + title = "EVTNAME3697006" #The Pioneer Column + desc = "EVTDESC3697006" + picture = "pioneer_column" + + fire_only_once = yes + + trigger = { + OR = { + AND = { + 2068 = { empty = yes } + 2070 = { empty = yes } + 2635 = { empty = yes } + } + AND = { + 2068 = { owned_by = ENG } + 2070 = { owned_by = ENG } + 2635 = { owned_by = ENG } + } + } + tag = ENG + 2070 = { any_neighbor_province = { owned_by = THIS } } + has_global_flag = berlin_conference + owns = 2087 + } + + mean_time_to_happen = { months = 4 } + + option = { + name = "EVT3697006OPTA" + 2070 = { secede_province = THIS life_rating = 25 } + 2635 = { secede_province = THIS life_rating = 25 } + 2068 = { secede_province = THIS life_rating = 25 } + 2068 = { change_province_name = "Salisbury" } + 2087 = { any_pop = { limit = { type = soldiers has_pop_culture = british } move_pop = 2068 } } + 2087 = { any_pop = { limit = { type = artisans has_pop_culture = british } pop_type = soldiers } } + } } #Canada cores on Oregon and beyond country_event = { - id = 3697007 - title = "EVTNAME3697007" - desc = "EVTDESC3697007" - picture = "danishgovernment" - - fire_only_once = yes - - trigger = { - tag = ENG - CAN = { - exists = yes - vassal_of = ENG - owns = 21 - owns = 20 - owns = 13 - } - 78 = { owned_by = THIS is_core = THIS is_core = COL } - 79 = { owned_by = THIS is_core = THIS is_core = COL } - 80 = { owned_by = THIS is_core = THIS is_core = COL } - 81 = { owned_by = THIS is_core = THIS is_core = COL } - 82 = { owned_by = THIS is_core = THIS is_core = COL } - 83 = { owned_by = THIS is_core = THIS is_core = COL } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT3697007OPTA" - relation = { who = CAN value = 100 } - diplomatic_influence = { who = CAN value = 100 } - badboy = -1 - any_owned = { - limit = { is_core = COL } - secede_province = CAN - add_core = CAN - remove_core = THIS - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT3697007OPTB" - relation = { who = CAN value = -50 } - diplomatic_influence = { who = CAN value = -50 } - any_owned = { - limit = { is_core = COL } - remove_core = THIS - } - ai_chance = { factor = 0 } - } -} + id = 3697007 + title = "EVTNAME3697007" + desc = "EVTDESC3697007" + picture = "danishgovernment" + + fire_only_once = yes + + trigger = { + tag = ENG + CAN = { + exists = yes + vassal_of = ENG + owns = 21 + owns = 20 + owns = 13 + } + 78 = { owned_by = THIS is_core = THIS is_core = COL } + 79 = { owned_by = THIS is_core = THIS is_core = COL } + 80 = { owned_by = THIS is_core = THIS is_core = COL } + 81 = { owned_by = THIS is_core = THIS is_core = COL } + 82 = { owned_by = THIS is_core = THIS is_core = COL } + 83 = { owned_by = THIS is_core = THIS is_core = COL } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT3697007OPTA" + relation = { who = CAN value = 100 } + diplomatic_influence = { who = CAN value = 100 } + badboy = -1 + any_owned = { + limit = { is_core = COL } + secede_province = CAN + add_core = CAN + remove_core = THIS + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT3697007OPTB" + relation = { who = CAN value = -50 } + diplomatic_influence = { who = CAN value = -50 } + any_owned = { + limit = { is_core = COL } + remove_core = THIS + } + ai_chance = { factor = 0 } + } +} #Canada cores on Alaska country_event = { - id = 3697008 - title = "EVTNAME3697008" - desc = "EVTDESC3697008" - picture = "danishgovernment" - - fire_only_once = yes - - trigger = { - tag = ENG - CAN = { - exists = yes - vassal_of = ENG - owns = 15 - owns = 16 - owns = 17 - } - LSK = { all_core = { owned_by = THIS } } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT3697007OPTA" - relation = { who = CAN value = 100 } - diplomatic_influence = { who = CAN value = 100 } - badboy = -1 - any_owned = { - limit = { is_core = LSK } - secede_province = CAN - add_core = CAN - remove_core = THIS - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT3697007OPTB" - relation = { who = CAN value = -50 } - diplomatic_influence = { who = CAN value = -50 } - any_owned = { - limit = { is_core = LSK } - remove_core = THIS - } - ai_chance = { factor = 0 } - } + id = 3697008 + title = "EVTNAME3697008" + desc = "EVTDESC3697008" + picture = "danishgovernment" + + fire_only_once = yes + + trigger = { + tag = ENG + CAN = { + exists = yes + vassal_of = ENG + owns = 15 + owns = 16 + owns = 17 + } + LSK = { all_core = { owned_by = THIS } } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT3697007OPTA" + relation = { who = CAN value = 100 } + diplomatic_influence = { who = CAN value = 100 } + badboy = -1 + any_owned = { + limit = { is_core = LSK } + secede_province = CAN + add_core = CAN + remove_core = THIS + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT3697007OPTB" + relation = { who = CAN value = -50 } + diplomatic_influence = { who = CAN value = -50 } + any_owned = { + limit = { is_core = LSK } + remove_core = THIS + } + ai_chance = { factor = 0 } + } } #Selling Kashmir country_event = { - id = 3697009 - title = "EVTNAME3697009" - desc = "EVTDESC3697009" - picture = "kashmir_selling" - - fire_only_once = yes - - trigger = { - tag = ENG - owns = 1224 - owns = 1225 - owns = 1226 - war = no - NOT = { year = 1880 } - KAS = { exists = no } - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT3697009OPTA" - prestige = 5 - badboy = -2 - treasury = 50000 - PAN_1224 = { secede_province = KAS } - create_vassal = KAS - diplomatic_influence = { who = KAS value = 400 } - relation = { who = KAS value = 400 } - random_country = { - limit = { exists = yes tag = CRL ai = yes } - add_casus_belli = { target = ENG type = establish_protectorate_casus_belli months = 96 } - } - KAS = { - civilized = no - government = absolute_monarchy - any_pop = { militancy = 1 consciousness = 2 } - military_reform = yes_foreign_weapons - military_reform = yes_foreign_training - all_core = { remove_core = PNJ } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT3697009OPTB" - any_owned = { limit = { OR = { is_core = PNJ is_core = KAS } } any_pop = { militancy = 4 consciousness = 6 } } - ai_chance = { factor = 0 } - } + id = 3697009 + title = "EVTNAME3697009" + desc = "EVTDESC3697009" + picture = "kashmir_selling" + + fire_only_once = yes + + trigger = { + tag = ENG + owns = 1224 + owns = 1225 + owns = 1226 + war = no + NOT = { year = 1880 } + KAS = { exists = no } + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT3697009OPTA" + prestige = 5 + badboy = -2 + treasury = 50000 + PAN_1224 = { secede_province = KAS } + create_vassal = KAS + diplomatic_influence = { who = KAS value = 400 } + relation = { who = KAS value = 400 } + random_country = { + limit = { exists = yes tag = CRL ai = yes } + add_casus_belli = { target = ENG type = establish_protectorate_casus_belli months = 96 } + } + KAS = { + civilized = no + government = absolute_monarchy + any_pop = { militancy = 1 consciousness = 2 } + military_reform = yes_foreign_weapons + military_reform = yes_foreign_training + all_core = { remove_core = PNJ } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT3697009OPTB" + any_owned = { limit = { OR = { is_core = PNJ is_core = KAS } } any_pop = { militancy = 4 consciousness = 6 } } + ai_chance = { factor = 0 } + } } #Durand Line country_event = { - id = 3697010 - title = "EVTNAME3697010" - desc = "EVTDESC3697010" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT3697010OPTA" - badboy = -2 - relation = { who = ENG value = 400 } - treasury = 50000 - HND = { all_core = { remove_core = AFG } } - any_owned = { limit = { is_core = HND } secede_province = ENG } - FROM = { diplomatic_influence = { who = THIS value = 50 } } - FROM = { any_owned = { limit = { is_core = AFG } secede_province = AFG } } - ai_chance = { - factor = 90 - modifier = { - factor = 100 - OR = { - vassal_of = ENG - in_sphere = ENG - } - } - } - } - - option = { - name = "EVT3697010OPTB" - relation = { who = ENG value = -100 } - ai_chance = { factor = 10 } - } + id = 3697010 + title = "EVTNAME3697010" + desc = "EVTDESC3697010" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT3697010OPTA" + badboy = -2 + relation = { who = ENG value = 400 } + treasury = 50000 + HND = { all_core = { remove_core = AFG } } + any_owned = { limit = { is_core = HND } secede_province = ENG } + FROM = { diplomatic_influence = { who = THIS value = 50 } } + FROM = { any_owned = { limit = { is_core = AFG } secede_province = AFG } } + ai_chance = { + factor = 90 + modifier = { + factor = 100 + OR = { + vassal_of = ENG + in_sphere = ENG + } + } + } + } + + option = { + name = "EVT3697010OPTB" + relation = { who = ENG value = -100 } + ai_chance = { factor = 10 } + } } #Sikkim Incident country_event = { - id = 3697011 - title = "EVTNAME3697011" - desc = "EVTDESC3697011" - picture = "sikkim_dalai_lama" - - trigger = { - is_greater_power = yes - civilized = yes - SIK = { - ai = yes - exists = yes - civilized = no - OR = { - part_of_sphere = no - in_sphere = THIS - } - is_vassal = no - } - year = 1849 - owns = 1252 - NOT = { year = 1870 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 36 } - - option = { - name = "EVT3697011OPTA" - relation = { who = SIK value = -400 } - diplomatic_influence = { who = SIK value = -400 } - leave_alliance = THIS - casus_belli = { target = SIK type = conquest_any months = 30 } - war = { - target = SIK - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = humiliate } - } - SIK = { tech_school = developing_tech_school } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT3697011OPTB" - relation = { who = SIK value = -400 } - diplomatic_influence = { who = SIK value = -400 } - leave_alliance = THIS - random_country = { - limit = { - tag = SIK - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - civilized = no - NOT = { THIS = { nationalism_n_imperialism = 1 } } - } - add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 24 } - } - random_country = { - limit = { - tag = SIK - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - civilized = no - THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } - } - add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 24 } - } - - random_country = { - limit = { - tag = SIK - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - civilized = no - THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } - } - add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 24 } - } - - random_country = { - limit = { - tag = SIK - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - civilized = yes - } - add_casus_belli = { target = THIS type = conquest months = 40 } - } - - ai_chance = { factor = 0 } - } + id = 3697011 + title = "EVTNAME3697011" + desc = "EVTDESC3697011" + picture = "sikkim_dalai_lama" + + trigger = { + is_greater_power = yes + civilized = yes + SIK = { + ai = yes + exists = yes + civilized = no + OR = { + part_of_sphere = no + in_sphere = THIS + } + is_vassal = no + } + year = 1849 + owns = 1252 + NOT = { year = 1870 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 36 } + + option = { + name = "EVT3697011OPTA" + relation = { who = SIK value = -400 } + diplomatic_influence = { who = SIK value = -400 } + leave_alliance = THIS + casus_belli = { target = SIK type = conquest_any months = 30 } + war = { + target = SIK + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = humiliate } + } + SIK = { tech_school = developing_tech_school } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT3697011OPTB" + relation = { who = SIK value = -400 } + diplomatic_influence = { who = SIK value = -400 } + leave_alliance = THIS + random_country = { + limit = { + tag = SIK + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + civilized = no + NOT = { THIS = { nationalism_n_imperialism = 1 } } + } + add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 24 } + } + random_country = { + limit = { + tag = SIK + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + civilized = no + THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } + } + add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 24 } + } + + random_country = { + limit = { + tag = SIK + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + civilized = no + THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } + } + add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 24 } + } + + random_country = { + limit = { + tag = SIK + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + civilized = yes + } + add_casus_belli = { target = THIS type = conquest months = 40 } + } + + ai_chance = { factor = 0 } + } } #Bahrain - Qatar War country_event = { - id = 3697012 - title = "EVTNAME3697012" - desc = "EVTDESC3697012" - picture = "bahrain_city" - - trigger = { - tag = BHR - year = 1860 - is_vassal = no - ai = yes - QAT = { - exists = yes - vassal_of = THIS - } - ABU = { part_of_sphere = yes } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 50 } - - immediate = { release_vassal = QAT } - - option = { - name = "EVT3697012OPTA" - ABU = { sphere_owner = { country_event = 3697013 } } - relation = { who = QAT value = -400 } - 1165 = { remove_core = BHR } - war = { - target = QAT - attacker_goal = { - casus_belli = conquest_any - } - defender_goal = { - casus_belli = status_quo - } - - } - } + id = 3697012 + title = "EVTNAME3697012" + desc = "EVTDESC3697012" + picture = "bahrain_city" + + trigger = { + tag = BHR + year = 1860 + is_vassal = no + ai = yes + QAT = { + exists = yes + vassal_of = THIS + } + ABU = { part_of_sphere = yes } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 50 } + + immediate = { release_vassal = QAT } + + option = { + name = "EVT3697012OPTA" + ABU = { sphere_owner = { country_event = 3697013 } } + relation = { who = QAT value = -400 } + 1165 = { remove_core = BHR } + war = { + target = QAT + attacker_goal = { + casus_belli = conquest_any + } + defender_goal = { + casus_belli = status_quo + } + + } + } } #Bahrain - Qatar War - Foreign Intervention country_event = { - id = 3697013 - title = "EVTNAME3697012" - desc = "EVTDESC3697013" - picture = "bahrain_city" - - is_triggered_only = yes - - option = { - name = "EVT3697013OPTA" - relation = { who = BHR value = -400 } - diplomatic_influence = { who = BHR value = -400 } - relation = { who = QAT value = 400 } - diplomatic_influence = { who = QAT value = 100 } - - casus_belli = { - target = BHR - type = make_puppet - months = 60 - } - - casus_belli = { - target = BHR - type = add_to_sphere - months = 60 - } - - ai_chance = { - factor = 5 - } - } - - option = { - name = "EVT3697013OPTB" - relation = { who = BHR value = -400 } - diplomatic_influence = { who = BHR value = -400 } - relation = { who = QAT value = 400 } - - random_country = { - limit = { - vassal_of = THIS - exists = yes - tag = BHR - } - THIS = { release_vassal = BHR } - } - - casus_belli = { - target = BHR - type = make_puppet - months = 60 - } - - - casus_belli = { - target = BHR - type = add_to_sphere - months = 60 - } - - war = { - target = BHR - attacker_goal = { casus_belli = add_to_sphere } - } - - ai_chance = { factor = 90 } - } - - option = { - name = "EVT3697013OPTC" - prestige = -5 - ai_chance = { factor = 5 } - } + id = 3697013 + title = "EVTNAME3697012" + desc = "EVTDESC3697013" + picture = "bahrain_city" + + is_triggered_only = yes + + option = { + name = "EVT3697013OPTA" + relation = { who = BHR value = -400 } + diplomatic_influence = { who = BHR value = -400 } + relation = { who = QAT value = 400 } + diplomatic_influence = { who = QAT value = 100 } + + casus_belli = { + target = BHR + type = make_puppet + months = 60 + } + + casus_belli = { + target = BHR + type = add_to_sphere + months = 60 + } + + ai_chance = { + factor = 5 + } + } + + option = { + name = "EVT3697013OPTB" + relation = { who = BHR value = -400 } + diplomatic_influence = { who = BHR value = -400 } + relation = { who = QAT value = 400 } + + random_country = { + limit = { + vassal_of = THIS + exists = yes + tag = BHR + } + THIS = { release_vassal = BHR } + } + + casus_belli = { + target = BHR + type = make_puppet + months = 60 + } + + + casus_belli = { + target = BHR + type = add_to_sphere + months = 60 + } + + war = { + target = BHR + attacker_goal = { casus_belli = add_to_sphere } + } + + ai_chance = { factor = 90 } + } + + option = { + name = "EVT3697013OPTC" + prestige = -5 + ai_chance = { factor = 5 } + } } #UK relations in Arabia - REVISE/Candidate for decision country_event = { - id = 3697014 - title = "EVTNAME3697014" - desc = "EVTDESC3697014" - picture = "bahrain_city" - - trigger = { - owns = 1173 - owns = 1175 - is_greater_power = yes - } - - fire_only_once = yes - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT3697014OPTA" - random_country = { limit = { exists = yes tag = OMA } relation = { who = THIS value = 400 } } - random_country = { limit = { exists = yes tag = NEJ } relation = { who = THIS value = 400 } } - random_country = { limit = { exists = yes tag = HAL } relation = { who = THIS value = 400 } } - ai_chance = { factor = 100 } - } - option = { - name = "EVT3697014OPTB" - ai_chance = { factor = 0 } - } + id = 3697014 + title = "EVTNAME3697014" + desc = "EVTDESC3697014" + picture = "bahrain_city" + + trigger = { + owns = 1173 + owns = 1175 + is_greater_power = yes + } + + fire_only_once = yes + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT3697014OPTA" + random_country = { limit = { exists = yes tag = OMA } relation = { who = THIS value = 400 } } + random_country = { limit = { exists = yes tag = NEJ } relation = { who = THIS value = 400 } } + random_country = { limit = { exists = yes tag = HAL } relation = { who = THIS value = 400 } } + ai_chance = { factor = 100 } + } + option = { + name = "EVT3697014OPTB" + ai_chance = { factor = 0 } + } } #Welcome Stranger country_event = { - id = 113901 - title = "EVTNAME113901" - desc = "EVTDESC113901" - picture = "welcome_stranger_nugget" - - trigger = { - owns = 2478 - year = 1850 - 2478 = { NOT = { trade_goods = precious_metal } } - NOT = { year = 1890 } - } - - mean_time_to_happen = { months = 24 } - - fire_only_once = yes - - option = { - name = "EVTOPTA113901" - prestige = 2 - 2601 = { life_rating = -5 change_province_name = "Sandy Desert" } - 2605 = { life_rating = -5 change_province_name = "Gibson's Desert" } - 2507 = { life_rating = -5 change_province_name = "Alice Springs" } - 2603 = { life_rating = -5 change_province_name = "Tanami" } - 2495 = { change_province_name = "Angle Pole" } - 2476 = { trade_goods = precious_metal add_province_modifier = { name = gold_rush duration = 730 } life_rating = 5 } - 2478 = { trade_goods = precious_metal add_province_modifier = { name = gold_rush duration = 730 } } - 2468 = { #Sydney - trade_goods = coal - remove_province_modifier = local_tractors - life_rating = 5 - add_province_modifier = { name = gateway_to_harbor duration = 1825 } - } - - AST = { capital = 2468 } - } + id = 113901 + title = "EVTNAME113901" + desc = "EVTDESC113901" + picture = "welcome_stranger_nugget" + + trigger = { + owns = 2478 + year = 1850 + 2478 = { NOT = { trade_goods = precious_metal } } + NOT = { year = 1890 } + } + + mean_time_to_happen = { months = 24 } + + fire_only_once = yes + + option = { + name = "EVTOPTA113901" + prestige = 2 + 2601 = { life_rating = -5 change_province_name = "Sandy Desert" } + 2605 = { life_rating = -5 change_province_name = "Gibson's Desert" } + 2507 = { life_rating = -5 change_province_name = "Alice Springs" } + 2603 = { life_rating = -5 change_province_name = "Tanami" } + 2495 = { change_province_name = "Angle Pole" } + 2476 = { trade_goods = precious_metal add_province_modifier = { name = gold_rush duration = 730 } life_rating = 5 } + 2478 = { trade_goods = precious_metal add_province_modifier = { name = gold_rush duration = 730 } } + 2468 = { #Sydney + trade_goods = coal + remove_province_modifier = local_tractors + life_rating = 5 + add_province_modifier = { name = gateway_to_harbor duration = 1825 } + } + + AST = { capital = 2468 } + } } #The End of the Gold Rush province_event = { - id = 315001 - title = "EVTNAME315001" - desc = "EVTDESC315001" - - trigger = { - trade_goods = precious_metal - province_id = 2400 # Rio Grande - year = 1893 - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVTOPTA315001" - - owner = { - random_owned = { - limit = { owner = { owns = 2400 2400 = { NOT = { trade_goods = grain } } } } - owner = { 2400 = { trade_goods = grain } } - } - } - } + id = 315001 + title = "EVTNAME315001" + desc = "EVTDESC315001" + + trigger = { + trade_goods = precious_metal + province_id = 2400 # Rio Grande + year = 1893 + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVTOPTA315001" + + owner = { + random_owned = { + limit = { owner = { owns = 2400 2400 = { NOT = { trade_goods = grain } } } } + owner = { 2400 = { trade_goods = grain } } + } + } + } } #The Second Anglo-Ashanti War country_event = { - id = 315002 - title = "EVTNAME315002" - desc = "EVTDESC315002" - picture = "anglo_ashanti_war" - - trigger = { - owns = 1908 - nationalism_n_imperialism = 1 - ASH = { civilized = no exists = yes neighbour = THIS owns = 1907 ai = yes } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 100 } - - option = { - name = "EVTOPTA315002" - relation = { who = ASH value = -400 } - diplomatic_influence = { who = ASH value = -400 } - casus_belli = { - target = ASH - type = demand_concession_NI_casus_belli - months = 60 - } - casus_belli = { - target = ASH - type = demand_concession_BC_casus_belli - months = 60 - } - casus_belli = { - target = ASH - type = add_to_sphere - months = 60 - } - ai_chance = { factor = 95 } - } - - option = { - name = "EVTOPTB315002" - relation = { who = ASH value = 50 } - ai_chance = { factor = 5 } - } + id = 315002 + title = "EVTNAME315002" + desc = "EVTDESC315002" + picture = "anglo_ashanti_war" + + trigger = { + owns = 1908 + nationalism_n_imperialism = 1 + ASH = { civilized = no exists = yes neighbour = THIS owns = 1907 ai = yes } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 100 } + + option = { + name = "EVTOPTA315002" + relation = { who = ASH value = -400 } + diplomatic_influence = { who = ASH value = -400 } + casus_belli = { + target = ASH + type = demand_concession_NI_casus_belli + months = 60 + } + casus_belli = { + target = ASH + type = demand_concession_BC_casus_belli + months = 60 + } + casus_belli = { + target = ASH + type = add_to_sphere + months = 60 + } + ai_chance = { factor = 95 } + } + + option = { + name = "EVTOPTB315002" + relation = { who = ASH value = 50 } + ai_chance = { factor = 5 } + } } #Turning a few pops country_event = { - id = 315003 - title = "EVTNAME315003" - desc = "EVTDESC315003" - picture = "glasgow_bridge" - - trigger = { - tag = SCO - NOT = { any_pop = { has_pop_culture = scottish } } - } - - fire_only_once = yes - - immediate = { primary_culture = scottish } - - mean_time_to_happen = { months = 2 } - - option = { - name = "EVTOPTA315003" - random_owned = { limit = { is_capital = yes } assimilate = yes } - any_pop = { limit = { NOT = { is_primary_culture = yes } } militancy = 3 consciousness = 4 } - any_owned = { limit = { is_core = THIS } add_province_modifier = { name = cultural_resurgence duration = 3650 } } - } + id = 315003 + title = "EVTNAME315003" + desc = "EVTDESC315003" + picture = "glasgow_bridge" + + trigger = { + tag = SCO + NOT = { any_pop = { has_pop_culture = scottish } } + } + + fire_only_once = yes + + immediate = { primary_culture = scottish } + + mean_time_to_happen = { months = 2 } + + option = { + name = "EVTOPTA315003" + random_owned = { limit = { is_capital = yes } assimilate = yes } + any_pop = { limit = { NOT = { is_primary_culture = yes } } militancy = 3 consciousness = 4 } + any_owned = { limit = { is_core = THIS } add_province_modifier = { name = cultural_resurgence duration = 3650 } } + } } #David Livingstone is Found country_event = { - id = 315004 - title = "EVTNAME315004" - desc = "EVTDESC315004" - news = yes - news_desc_long = "EVTDESC315004_NEWS_LONG" - news_desc_medium = "EVTDESC315004_NEWS_MEDIUM" - news_desc_short = "EVTDESC315004_NEWS_SHORT" - picture = "dr_livingstone" - - trigger = { - tag = USA - exists = yes - has_global_flag = american_civil_war_has_happened - year = 1871 - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - modifier = { factor = 0.25 month = 10 } - } - - option = { - name = "EVTOPTA315004" - random_owned = { limit = { owner = { tag = ENG } } owner = { prestige = 15 relation = { who = USA value = 10 } } } - random_owned = { limit = { owner = { tag = USA } } - owner = { - prestige = 15 - relation = { who = ENG value = 10 } - ENG = { country_event = 315004 } - } - } - } + id = 315004 + title = "EVTNAME315004" + desc = "EVTDESC315004" + news = yes + news_desc_long = "EVTDESC315004_NEWS_LONG" + news_desc_medium = "EVTDESC315004_NEWS_MEDIUM" + news_desc_short = "EVTDESC315004_NEWS_SHORT" + picture = "dr_livingstone" + + trigger = { + tag = USA + exists = yes + has_global_flag = american_civil_war_has_happened + year = 1871 + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + modifier = { factor = 0.25 month = 10 } + } + + option = { + name = "EVTOPTA315004" + random_owned = { limit = { owner = { tag = ENG } } owner = { prestige = 15 relation = { who = USA value = 10 } } } + random_owned = { limit = { owner = { tag = USA } } + owner = { + prestige = 15 + relation = { who = ENG value = 10 } + ENG = { country_event = 315004 } + } + } + } } # Paulet Affair country_event = { - - id = 110081 - title = "EVTNAME110081" #Paulet Affair - desc = "EVTDESC110081" - picture = "ENG_paulet_affair" - - trigger = { - tag = ENG - year = 1843 - nationalism_n_imperialism = 1 - HAW = { - exists = yes - is_vassal = no - part_of_sphere = no - } - } - - fire_only_once = yes - mean_time_to_happen = { - months = 36 #Three years - modifier = { - factor = 1.50 - relation = { who = USA value = 100 } - } - } - - option = { - name = "EVT110081OPTA" #Support Paulet! - badboy = 5 - inherit = HAW - relation = { who = USA value = -200 } - USA = { - casus_belli = { - target = ENG - type = free_peoples - months = 30 - } - casus_belli = { - target = ENG - type = humiliate - months = 30 - } - } - - ai_chance = { factor = 2 } - } - - option = { - name = "EVT110081OPTB" #Demand compensation. - badboy = 1 - treasury = 2500 - HAW = { treasury = -2500 } - relation = { who = USA value = -100 } - relation = { who = HAW value = -200 } - diplomatic_influence = { who = HAW value = 400 } - - ai_chance = { factor = 18 } - } - - option = { - name = "EVT110081OPTC" #Drop the case entirely. - badboy = -1 - prestige = -5 - relation = { who = HAW value = 50 } - relation = { who = USA value = 50 } - - ai_chance = { factor = 80 } - } + + id = 110081 + title = "EVTNAME110081" #Paulet Affair + desc = "EVTDESC110081" + picture = "ENG_paulet_affair" + + trigger = { + tag = ENG + year = 1843 + nationalism_n_imperialism = 1 + HAW = { + exists = yes + is_vassal = no + part_of_sphere = no + } + } + + fire_only_once = yes + mean_time_to_happen = { + months = 36 #Three years + modifier = { + factor = 1.50 + relation = { who = USA value = 100 } + } + } + + option = { + name = "EVT110081OPTA" #Support Paulet! + badboy = 5 + inherit = HAW + relation = { who = USA value = -200 } + USA = { + casus_belli = { + target = ENG + type = free_peoples + months = 30 + } + casus_belli = { + target = ENG + type = humiliate + months = 30 + } + } + + ai_chance = { factor = 2 } + } + + option = { + name = "EVT110081OPTB" #Demand compensation. + badboy = 1 + treasury = 2500 + HAW = { treasury = -2500 } + relation = { who = USA value = -100 } + relation = { who = HAW value = -200 } + diplomatic_influence = { who = HAW value = 400 } + + ai_chance = { factor = 18 } + } + + option = { + name = "EVT110081OPTC" #Drop the case entirely. + badboy = -1 + prestige = -5 + relation = { who = HAW value = 50 } + relation = { who = USA value = 50 } + + ai_chance = { factor = 80 } + } } # From Hell country_event = { - id = 110078 - title = "EVTNAME110078" - desc = "EVTDESC110078" - picture = "ENG_from_hell" - news = yes - news_title = "EVTNAME110078_NEWS_TITLE" - news_desc_long = "EVTDESC110078_NEWS_LONG" - news_desc_medium = "EVTDESC110078_NEWS_MEDIUM" - news_desc_short = "EVTDESC110078_NEWS_SHORT" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - owns = 300 #London - year = 1888 - NOT = { year = 1890 } - NOT = { crime_fighting = 0.75 } - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes - - option = { - name = "EVT110078OPTA" #So what? Crimes happen everyday. - set_country_flag = from_hell - 300 = { - add_province_modifier = { name = serial_killer duration = 730 } - any_pop = { - limit = { strata = poor } - militancy = 5 - consciousness = 5 - } - } - } + id = 110078 + title = "EVTNAME110078" + desc = "EVTDESC110078" + picture = "ENG_from_hell" + news = yes + news_title = "EVTNAME110078_NEWS_TITLE" + news_desc_long = "EVTDESC110078_NEWS_LONG" + news_desc_medium = "EVTDESC110078_NEWS_MEDIUM" + news_desc_short = "EVTDESC110078_NEWS_SHORT" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + owns = 300 #London + year = 1888 + NOT = { year = 1890 } + NOT = { crime_fighting = 0.75 } + } + + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "EVT110078OPTA" #So what? Crimes happen everyday. + set_country_flag = from_hell + 300 = { + add_province_modifier = { name = serial_killer duration = 730 } + any_pop = { + limit = { strata = poor } + militancy = 5 + consciousness = 5 + } + } + } } # Jack the Ripper caught! country_event = { - id = 110079 - title = "EVTNAME110079" - desc = "EVTDESC110079" - picture = "ENG_from_hell" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - 300 = { - has_province_modifier = serial_killer - } - owns = 300 #London - crime_fighting = 0.95 - NOT = { year = 1890 } - has_country_flag = from_hell - has_country_flag = elementary_my_dear_watson #Scotland Yard - has_country_modifier = the_yard - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - mean_time_to_happen = { - months = 200 - } - fire_only_once = yes - - option = { - name = "EVT110079OPTA" #My congratulations to Scotland Yard! - clr_country_flag = from_hell - prestige = -15 - 300 = { - any_pop = { - limit = { - strata = poor - } - militancy = -9 - consciousness = -9 - } - any_pop = { - limit = { - strata = rich - } - militancy = 9 - consciousness = 9 - } - remove_province_modifier = serial_killer - } - } - - option = { - name = "EVT110079OPTB" #This is not getting out of this room. - clr_country_flag = from_hell - 300 = { - any_pop = { - limit = { - OR = { - strata = poor - strata = middle - } - } - militancy = 5 - consciousness = 3 - } - any_pop = { - limit = { - strata = rich - } - militancy = -9 - consciousness = -9 - } - remove_province_modifier = serial_killer - } - } + id = 110079 + title = "EVTNAME110079" + desc = "EVTDESC110079" + picture = "ENG_from_hell" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + 300 = { + has_province_modifier = serial_killer + } + owns = 300 #London + crime_fighting = 0.95 + NOT = { year = 1890 } + has_country_flag = from_hell + has_country_flag = elementary_my_dear_watson #Scotland Yard + has_country_modifier = the_yard + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + mean_time_to_happen = { + months = 200 + } + fire_only_once = yes + + option = { + name = "EVT110079OPTA" #My congratulations to Scotland Yard! + clr_country_flag = from_hell + prestige = -15 + 300 = { + any_pop = { + limit = { + strata = poor + } + militancy = -9 + consciousness = -9 + } + any_pop = { + limit = { + strata = rich + } + militancy = 9 + consciousness = 9 + } + remove_province_modifier = serial_killer + } + } + + option = { + name = "EVT110079OPTB" #This is not getting out of this room. + clr_country_flag = from_hell + 300 = { + any_pop = { + limit = { + OR = { + strata = poor + strata = middle + } + } + militancy = 5 + consciousness = 3 + } + any_pop = { + limit = { + strata = rich + } + militancy = -9 + consciousness = -9 + } + remove_province_modifier = serial_killer + } + } } # Basotho/Suazi Asks for Protection country_event = { - id = 110080 - title = "EVTNAME110080" - desc = "EVTDESC110080" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT110080OPTA" #They will become our subjects - prestige = 2 - random_country = { - limit = { tag = FROM primary_culture = sotho } - all_core = { remove_core = BSH } - any_owned = { limit = { NOT = { is_capital = yes } } secede_province = THIS } - tech_school = developing_tech_school - research_points = -5000 - remove_accepted_culture = nguni - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - neutrality = yes - 2104 = { add_core = BSH } - } - - random_country = { - limit = { tag = FROM primary_culture = nguni } - all_core = { remove_core = SUA } - any_owned = { limit = { NOT = { is_capital = yes } } secede_province = THIS } - tech_school = developing_tech_school - research_points = -5000 - remove_accepted_culture = zulu - set_country_flag = post_colonial_country - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - neutrality = yes - 2114 = { add_core = SUA trade_goods = coal } - } - random_country = { - limit = { tag = FROM primary_culture = sotho } - THIS = { create_vassal = BSH } - } - - random_country = { - limit = { tag = FROM primary_culture = nguni } - THIS = { create_vassal = SUA } - } - - relation = { who = FROM value = 200 } - diplomatic_influence = { who = FROM value = 200 } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } FROM = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - FROM = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } FROM = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } FROM = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } FROM = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } FROM = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } FROM = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } FROM = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } FROM = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } FROM = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } FROM = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } FROM = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } FROM = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } FROM = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } FROM = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } FROM = { religion = yazidi set_country_flag = yazidi_country } } - - random_owned = { limit = { slavery = no_slavery } FROM = { political_reform = no_slavery } } - - any_country = { limit = { primary_culture = boer is_vassal = no } relation = { who = THIS value = -50 } } - - ai_chance = { - factor = 80 - modifier = { factor = 10 relation = { who = FROM value = 100 } } - } - } - - option = { - name = "EVT110080OPTB" #Let them fend off for themselves - relation = { who = FROM value = -400 } - diplomatic_influence = { who = FROM value = -400 } - ai_chance = { - factor = 20 - modifier = { factor = 0 relation = { who = FROM value = 150 } } - } - } + id = 110080 + title = "EVTNAME110080" + desc = "EVTDESC110080" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT110080OPTA" #They will become our subjects + prestige = 2 + random_country = { + limit = { tag = FROM primary_culture = sotho } + all_core = { remove_core = BSH } + any_owned = { limit = { NOT = { is_capital = yes } } secede_province = THIS } + tech_school = developing_tech_school + research_points = -5000 + remove_accepted_culture = nguni + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + neutrality = yes + 2104 = { add_core = BSH } + } + + random_country = { + limit = { tag = FROM primary_culture = nguni } + all_core = { remove_core = SUA } + any_owned = { limit = { NOT = { is_capital = yes } } secede_province = THIS } + tech_school = developing_tech_school + research_points = -5000 + remove_accepted_culture = zulu + set_country_flag = post_colonial_country + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + neutrality = yes + 2114 = { add_core = SUA trade_goods = coal } + } + random_country = { + limit = { tag = FROM primary_culture = sotho } + THIS = { create_vassal = BSH } + } + + random_country = { + limit = { tag = FROM primary_culture = nguni } + THIS = { create_vassal = SUA } + } + + relation = { who = FROM value = 200 } + diplomatic_influence = { who = FROM value = 200 } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } FROM = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + FROM = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } FROM = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } FROM = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } FROM = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } FROM = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } FROM = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } FROM = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } FROM = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } FROM = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } FROM = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } FROM = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } FROM = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } FROM = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } FROM = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } FROM = { religion = yazidi set_country_flag = yazidi_country } } + + random_owned = { limit = { slavery = no_slavery } FROM = { political_reform = no_slavery } } + + any_country = { limit = { primary_culture = boer is_vassal = no } relation = { who = THIS value = -50 } } + + ai_chance = { + factor = 80 + modifier = { factor = 10 relation = { who = FROM value = 100 } } + } + } + + option = { + name = "EVT110080OPTB" #Let them fend off for themselves + relation = { who = FROM value = -400 } + diplomatic_influence = { who = FROM value = -400 } + ai_chance = { + factor = 20 + modifier = { factor = 0 relation = { who = FROM value = 150 } } + } + } } - diff --git a/HPM/events/East Indies.txt b/HPM/events/East Indies.txt index 631ed0dd..28fc115a 100644 --- a/HPM/events/East Indies.txt +++ b/HPM/events/East Indies.txt @@ -1,1318 +1,1318 @@ ##################################################### -# # -# East Indies Events # -# # +# # +# East Indies Events # +# # ##################################################### country_event = { - id = 95250 - title = "EVTNAME95250" #The White Rajah - desc = "EVTDESC95250" - news = yes - news_desc_long = "EVTDESC95250_NEWS_LONG" - news_desc_medium = "EVTDESC95250_NEWS_MEDIUM" - news_desc_short = "EVTDESC95250_NEWS_SHORT" - picture = "white_rajah" - - trigger = { - tag = BRU - war = no - part_of_sphere = no - civilized = no - owns = 1394 - owns = 1395 - year = 1841 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT95250OPTA" - prestige = -5 - 1394 = { - add_core = SWK - remove_core = BRU - secede_province = SWK - } - 1395 = { - add_core = SWK - remove_core = BRU - secede_province = SWK - } - random_country = { - limit = { - tag = ENG - exists = yes - } - diplomatic_influence = { - who = SWK - value = 300 - } - diplomatic_influence = { - who = BRU - value = 200 - } - } - relation = { - who = SWK - value = 100 - } - create_alliance = SWK - random_country = { - limit = { - tag = BRU - civilized = yes - } - SWK = { civilized = yes } - } - random_country = { - limit = { - tag = BRU - civilized = no - land_reform = yes_land_reform - } - SWK = { economic_reform = yes_land_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - admin_reform = yes_admin_reform - } - SWK = { economic_reform = yes_admin_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - finance_reform = yes_finance_reform - } - SWK = { economic_reform = yes_finance_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - finance_reform = finance_reform_two - } - SWK = { economic_reform = finance_reform_two } - } - - random_country = { - limit = { - tag = BRU - civilized = no - monetary_reform = yes_monetary_reform - } - SWK = { economic_reform = yes_monetary_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - monetary_reform = yes_monetary_reform - } - SWK = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_country = { - limit = { - tag = BRU - civilized = no - education_reform = yes_education_reform - } - SWK = { economic_reform = yes_education_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - research_reform = yes_research_reform - } - SWK = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_training = yes_foreign_training - } - SWK = { military_reform = yes_foreign_training } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_weapons = yes_foreign_weapons - } - SWK = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_officers = yes_foreign_officers - } - SWK = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_country = { - limit = { - tag = BRU - civilized = no - army_schools = yes_army_schools - } - SWK = { military_reform = yes_army_schools } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_naval_officers = yes_foreign_naval_officers - } - SWK = { military_reform = yes_foreign_naval_officers } - } - - random_country = { - limit = { - tag = BRU - civilized = no - naval_schools = yes_naval_schools - } - SWK = { military_reform = yes_naval_schools } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_navies = yes_foreign_navies - } - SWK = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } - } - - random_country = { - limit = { - tag = BRU - civilized = no - western_shipyards = yes_western_shipyards - } - SWK = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_artillery = yes_foreign_artillery - } - SWK = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = yes_slavery } } - SWK = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = freedom_of_womb } } - SWK = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { civilized = no slavery = no_slavery } } - SWK = { political_reform = no_slavery } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT95250OPTB" - prestige = 5 - 1394 = { - add_core = SWK - secede_province = SWK - } - 1395 = { - add_core = SWK - secede_province = SWK - } - random_country = { - limit = { - tag = ENG - exists = yes - } - diplomatic_influence = { - who = SWK - value = 100 - } - } - - random_country = { - limit = { - tag = BRU - civilized = yes - } - SWK = { civilized = yes } - } - random_country = { - limit = { - tag = BRU - civilized = no - land_reform = yes_land_reform - } - SWK = { economic_reform = yes_land_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - admin_reform = yes_admin_reform - } - SWK = { economic_reform = yes_admin_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - finance_reform = yes_finance_reform - } - SWK = { economic_reform = yes_finance_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - finance_reform = finance_reform_two - } - SWK = { economic_reform = finance_reform_two } - } - - random_country = { - limit = { - tag = BRU - civilized = no - monetary_reform = yes_monetary_reform - } - SWK = { economic_reform = yes_monetary_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - monetary_reform = yes_monetary_reform - } - SWK = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_country = { - limit = { - tag = BRU - civilized = no - education_reform = yes_education_reform - } - SWK = { economic_reform = yes_education_reform } - } - - random_country = { - limit = { - tag = BRU - civilized = no - research_reform = yes_research_reform - } - SWK = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_training = yes_foreign_training - } - SWK = { military_reform = yes_foreign_training } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_weapons = yes_foreign_weapons - } - SWK = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_officers = yes_foreign_officers - } - SWK = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_country = { - limit = { - tag = BRU - civilized = no - army_schools = yes_army_schools - } - SWK = { military_reform = yes_army_schools } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_naval_officers = yes_foreign_naval_officers - } - SWK = { military_reform = yes_foreign_naval_officers } - } - - random_country = { - limit = { - tag = BRU - civilized = no - naval_schools = yes_naval_schools - } - SWK = { military_reform = yes_naval_schools } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_navies = yes_foreign_navies - } - SWK = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } - } - - random_country = { - limit = { - tag = BRU - civilized = no - western_shipyards = yes_western_shipyards - } - SWK = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_country = { - limit = { - tag = BRU - civilized = no - foreign_artillery = yes_foreign_artillery - } - SWK = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = yes_slavery } } - SWK = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = freedom_of_womb } } - SWK = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { civilized = no slavery = no_slavery } } - SWK = { political_reform = no_slavery } - } - - war = { - target = SWK - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 2 } - } - } - } + id = 95250 + title = "EVTNAME95250" #The White Rajah + desc = "EVTDESC95250" + news = yes + news_desc_long = "EVTDESC95250_NEWS_LONG" + news_desc_medium = "EVTDESC95250_NEWS_MEDIUM" + news_desc_short = "EVTDESC95250_NEWS_SHORT" + picture = "white_rajah" + + trigger = { + tag = BRU + war = no + part_of_sphere = no + civilized = no + owns = 1394 + owns = 1395 + year = 1841 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT95250OPTA" + prestige = -5 + 1394 = { + add_core = SWK + remove_core = BRU + secede_province = SWK + } + 1395 = { + add_core = SWK + remove_core = BRU + secede_province = SWK + } + random_country = { + limit = { + tag = ENG + exists = yes + } + diplomatic_influence = { + who = SWK + value = 300 + } + diplomatic_influence = { + who = BRU + value = 200 + } + } + relation = { + who = SWK + value = 100 + } + create_alliance = SWK + random_country = { + limit = { + tag = BRU + civilized = yes + } + SWK = { civilized = yes } + } + random_country = { + limit = { + tag = BRU + civilized = no + land_reform = yes_land_reform + } + SWK = { economic_reform = yes_land_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + admin_reform = yes_admin_reform + } + SWK = { economic_reform = yes_admin_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + finance_reform = yes_finance_reform + } + SWK = { economic_reform = yes_finance_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + finance_reform = finance_reform_two + } + SWK = { economic_reform = finance_reform_two } + } + + random_country = { + limit = { + tag = BRU + civilized = no + monetary_reform = yes_monetary_reform + } + SWK = { economic_reform = yes_monetary_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + monetary_reform = yes_monetary_reform + } + SWK = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_country = { + limit = { + tag = BRU + civilized = no + education_reform = yes_education_reform + } + SWK = { economic_reform = yes_education_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + research_reform = yes_research_reform + } + SWK = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_training = yes_foreign_training + } + SWK = { military_reform = yes_foreign_training } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_weapons = yes_foreign_weapons + } + SWK = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_officers = yes_foreign_officers + } + SWK = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_country = { + limit = { + tag = BRU + civilized = no + army_schools = yes_army_schools + } + SWK = { military_reform = yes_army_schools } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_naval_officers = yes_foreign_naval_officers + } + SWK = { military_reform = yes_foreign_naval_officers } + } + + random_country = { + limit = { + tag = BRU + civilized = no + naval_schools = yes_naval_schools + } + SWK = { military_reform = yes_naval_schools } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_navies = yes_foreign_navies + } + SWK = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } + } + + random_country = { + limit = { + tag = BRU + civilized = no + western_shipyards = yes_western_shipyards + } + SWK = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_artillery = yes_foreign_artillery + } + SWK = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = yes_slavery } } + SWK = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = freedom_of_womb } } + SWK = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { civilized = no slavery = no_slavery } } + SWK = { political_reform = no_slavery } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT95250OPTB" + prestige = 5 + 1394 = { + add_core = SWK + secede_province = SWK + } + 1395 = { + add_core = SWK + secede_province = SWK + } + random_country = { + limit = { + tag = ENG + exists = yes + } + diplomatic_influence = { + who = SWK + value = 100 + } + } + + random_country = { + limit = { + tag = BRU + civilized = yes + } + SWK = { civilized = yes } + } + random_country = { + limit = { + tag = BRU + civilized = no + land_reform = yes_land_reform + } + SWK = { economic_reform = yes_land_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + admin_reform = yes_admin_reform + } + SWK = { economic_reform = yes_admin_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + finance_reform = yes_finance_reform + } + SWK = { economic_reform = yes_finance_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + finance_reform = finance_reform_two + } + SWK = { economic_reform = finance_reform_two } + } + + random_country = { + limit = { + tag = BRU + civilized = no + monetary_reform = yes_monetary_reform + } + SWK = { economic_reform = yes_monetary_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + monetary_reform = yes_monetary_reform + } + SWK = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_country = { + limit = { + tag = BRU + civilized = no + education_reform = yes_education_reform + } + SWK = { economic_reform = yes_education_reform } + } + + random_country = { + limit = { + tag = BRU + civilized = no + research_reform = yes_research_reform + } + SWK = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_training = yes_foreign_training + } + SWK = { military_reform = yes_foreign_training } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_weapons = yes_foreign_weapons + } + SWK = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_officers = yes_foreign_officers + } + SWK = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_country = { + limit = { + tag = BRU + civilized = no + army_schools = yes_army_schools + } + SWK = { military_reform = yes_army_schools } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_naval_officers = yes_foreign_naval_officers + } + SWK = { military_reform = yes_foreign_naval_officers } + } + + random_country = { + limit = { + tag = BRU + civilized = no + naval_schools = yes_naval_schools + } + SWK = { military_reform = yes_naval_schools } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_navies = yes_foreign_navies + } + SWK = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers set_country_flag = using_foreign_ships } + } + + random_country = { + limit = { + tag = BRU + civilized = no + western_shipyards = yes_western_shipyards + } + SWK = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_country = { + limit = { + tag = BRU + civilized = no + foreign_artillery = yes_foreign_artillery + } + SWK = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = yes_slavery } } + SWK = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = freedom_of_womb } } + SWK = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { civilized = no slavery = no_slavery } } + SWK = { political_reform = no_slavery } + } + + war = { + target = SWK + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 2 } + } + } + } } - + # Event to Inherit country_event = { - id = 95255 - title = "EVTNAME95255" #Indonesian Unification - desc = "EVTDESC95255" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT95255OPTA" - random_country = { - limit = { - NOT = { is_our_vassal = THIS } - is_sphere_leader_of = THIS - } - relation = { - who = FROM - value = -25 - } - } - random_country = { - limit = { is_our_vassal = THIS } - casus_belli = { - target = FROM - type = acquire_state - months = 12 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - relation = { - who = FROM - value = -50 - } - FROM = { badboy = 1 } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - is_vassal = yes - } - modifier = { - factor = 0.5 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 100 - } - } - } - modifier = { - factor = 1.2 - alliance_with = FROM - } - } - } - - option = { - name = "EVT95255OPTB" - prestige = 1 - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - any_pop = { - militancy = 3 - consciousness = 2 - } - ai_chance = { - factor = 20 - modifier = { - factor = 2 - is_vassal = yes - } - modifier = { - factor = 2 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 0 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - } - } + id = 95255 + title = "EVTNAME95255" #Indonesian Unification + desc = "EVTDESC95255" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT95255OPTA" + random_country = { + limit = { + NOT = { is_our_vassal = THIS } + is_sphere_leader_of = THIS + } + relation = { + who = FROM + value = -25 + } + } + random_country = { + limit = { is_our_vassal = THIS } + casus_belli = { + target = FROM + type = acquire_state + months = 12 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + relation = { + who = FROM + value = -50 + } + FROM = { badboy = 1 } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + is_vassal = yes + } + modifier = { + factor = 0.5 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 100 + } + } + } + modifier = { + factor = 1.2 + alliance_with = FROM + } + } + } + + option = { + name = "EVT95255OPTB" + prestige = 1 + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + any_pop = { + militancy = 3 + consciousness = 2 + } + ai_chance = { + factor = 20 + modifier = { + factor = 2 + is_vassal = yes + } + modifier = { + factor = 2 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 0 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + } + } } country_event = { - id = 97125 - title = "EVTNAME97125" #Flores Purchase - desc = "EVTDESC97125" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97125OPTA" - prestige = 5 - relation = { who = POR value = 200 } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - POR = { - money = 100000 - any_owned = { - limit = { - OR = { - province_id = 1439 - province_id = 1444 - } - } - secede_province = THIS - } - } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT97125OPTB" - prestige = -5 - relation = { - who = POR - value = -15 - } - ai_chance = { - factor = 5 - } - } + id = 97125 + title = "EVTNAME97125" #Flores Purchase + desc = "EVTDESC97125" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97125OPTA" + prestige = 5 + relation = { who = POR value = 200 } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + POR = { + money = 100000 + any_owned = { + limit = { + OR = { + province_id = 1439 + province_id = 1444 + } + } + secede_province = THIS + } + } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT97125OPTB" + prestige = -5 + relation = { + who = POR + value = -15 + } + ai_chance = { + factor = 5 + } + } } ## Indonesian colony spread province_event = { - id = 97130 - title = "EVTNAME98800" - desc = "EVTDESC97130" - - trigger = { - OR = { - region = BAL_1438 #Bali - region = NET_1398 #Djambi - region = NET_1401 #Siak - region = ATJ_1405 #Atjeh - region = NET_1426 #South Borneo - region = NET_1423 #East Borneo - region = BRU_1396 #North Borneo - region = BRU_1394 #West Borneo - region = NET_1446 #Timor - region = NET_1449 #Celebes - region = NET_1447 #Mollucas - region = NET_1451 #Western New Guinea - region = AST_2528 #Southern New Guina - region = GER_2530 #Northern New Guinea - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = INO - } - owner = { - civilized = yes - NOT = { is_culture_group = southeast_asian } - } - OR = { - AND = { - owner = { owns = 1413 } - INO = { exists = no } - } - INO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = INO - } - } - - mean_time_to_happen = { - months = 60 - } - - option = { - name = "EVT97130OPTA" - state_scope = { - any_owned = { - limit = { NOT = { is_core = INO } } - add_core = INO - any_pop = { militancy = -3 } - add_province_modifier = { - name = colonial_exploitation - duration = 1095 - } - } - } - INO = { add_accepted_culture = malay } - state_scope = { - any_owned = { - limit = { is_core = INO NOT = { province_id = 1446 } } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - } - } - } + id = 97130 + title = "EVTNAME98800" + desc = "EVTDESC97130" + + trigger = { + OR = { + region = BAL_1438 #Bali + region = NET_1398 #Djambi + region = NET_1401 #Siak + region = ATJ_1405 #Atjeh + region = NET_1426 #South Borneo + region = NET_1423 #East Borneo + region = BRU_1396 #North Borneo + region = BRU_1394 #West Borneo + region = NET_1446 #Timor + region = NET_1449 #Celebes + region = NET_1447 #Mollucas + region = NET_1451 #Western New Guinea + region = AST_2528 #Southern New Guina + region = GER_2530 #Northern New Guinea + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = INO + } + owner = { + civilized = yes + NOT = { is_culture_group = southeast_asian } + } + OR = { + AND = { + owner = { owns = 1413 } + INO = { exists = no } + } + INO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = INO + } + } + + mean_time_to_happen = { + months = 60 + } + + option = { + name = "EVT97130OPTA" + state_scope = { + any_owned = { + limit = { NOT = { is_core = INO } } + add_core = INO + any_pop = { militancy = -3 } + add_province_modifier = { + name = colonial_exploitation + duration = 1095 + } + } + } + INO = { add_accepted_culture = malay } + state_scope = { + any_owned = { + limit = { is_core = INO NOT = { province_id = 1446 } } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + } + } + } } province_event = { - id = 97131 - title = "EVTNAME98800" - desc = "EVTDESC97130" - - trigger = { - OR = { - region = NET_1446 #Flores - region = NET_1449 #Sulawesi - region = NET_1447 #Moluccas - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = INO - } - owner = { - civilized = yes - NOT = { is_culture_group = southeast_asian } - } - OR = { - AND = { - owner = { owns = 1413 } - INO = { exists = no } - } - INO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = INO - } - } - - mean_time_to_happen = { - months = 60 - } - - option = { - name = "EVT97130OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = INO } - } - add_core = INO - any_pop = { militancy = -3 } - add_province_modifier = { - name = colonial_exploitation - duration = 1095 - } - } - } - INO = { add_accepted_culture = moluccan } - state_scope = { - any_owned = { - limit = { is_core = INO NOT = { province_id = 1446 } } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - } - } - } + id = 97131 + title = "EVTNAME98800" + desc = "EVTDESC97130" + + trigger = { + OR = { + region = NET_1446 #Flores + region = NET_1449 #Sulawesi + region = NET_1447 #Moluccas + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = INO + } + owner = { + civilized = yes + NOT = { is_culture_group = southeast_asian } + } + OR = { + AND = { + owner = { owns = 1413 } + INO = { exists = no } + } + INO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = INO + } + } + + mean_time_to_happen = { + months = 60 + } + + option = { + name = "EVT97130OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = INO } + } + add_core = INO + any_pop = { militancy = -3 } + add_province_modifier = { + name = colonial_exploitation + duration = 1095 + } + } + } + INO = { add_accepted_culture = moluccan } + state_scope = { + any_owned = { + limit = { is_core = INO NOT = { province_id = 1446 } } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + } + } + } } province_event = { - id = 97132 - title = "EVTNAME98800" - desc = "EVTDESC97130" - - trigger = { - OR = { - region = NET_1451 #West New Guinea - region = AST_2528 #Southeast New Guinea - region = GER_2530 #Northeast New Guinea - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = INO - } - owner = { - civilized = yes - NOT = { is_culture_group = southeast_asian } - } - OR = { - AND = { - owner = { owns = 1413 } - INO = { exists = no } - } - INO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = INO - } - } - - mean_time_to_happen = { - months = 60 - } - - option = { - name = "EVT97130OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = INO } - } - add_core = INO - any_pop = { militancy = -3 } - add_province_modifier = { - name = colonial_exploitation - duration = 1095 - } - } - } - INO = { add_accepted_culture = melanesian } - state_scope = { - any_owned = { - limit = { is_core = INO NOT = { province_id = 1446 } } - remove_core = JAV - remove_core = DJA - remove_core = SAK - remove_core = ATJ - remove_core = BAL - remove_core = SLW - remove_core = MAL - remove_core = KLM - remove_core = LAN - remove_core = PNK - remove_core = KTI - remove_core = SUL - remove_core = BRU - } - } - } + id = 97132 + title = "EVTNAME98800" + desc = "EVTDESC97130" + + trigger = { + OR = { + region = NET_1451 #West New Guinea + region = AST_2528 #Southeast New Guinea + region = GER_2530 #Northeast New Guinea + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = INO + } + owner = { + civilized = yes + NOT = { is_culture_group = southeast_asian } + } + OR = { + AND = { + owner = { owns = 1413 } + INO = { exists = no } + } + INO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = INO + } + } + + mean_time_to_happen = { + months = 60 + } + + option = { + name = "EVT97130OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = INO } + } + add_core = INO + any_pop = { militancy = -3 } + add_province_modifier = { + name = colonial_exploitation + duration = 1095 + } + } + } + INO = { add_accepted_culture = melanesian } + state_scope = { + any_owned = { + limit = { is_core = INO NOT = { province_id = 1446 } } + remove_core = JAV + remove_core = DJA + remove_core = SAK + remove_core = ATJ + remove_core = BAL + remove_core = SLW + remove_core = MAL + remove_core = KLM + remove_core = LAN + remove_core = PNK + remove_core = KTI + remove_core = SUL + remove_core = BRU + } + } + } } # Unification of Lan Xang (Laos) country_event = { - id = 97120 - title = "EVTNAME97120" - desc = "EVTDESC97120" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT97120OPTA" - any_owned = { limit = { is_core = THIS } add_core = LXA remove_core = THIS } - FROM = { inherit = THIS } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - in_sphere = FROM - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 175 - } - } - modifier = { - factor = 1.5 - alliance_with = FROM - } - modifier = { - factor = 2 - government = fascist_dictatorship - FROM = { - government = fascist_dictatorship - } - } - modifier = { - factor = 2 - government = proletarian_dictatorship - FROM = { - government = proletarian_dictatorship - } - } - modifier = { - factor = 3 - vassal_of = FROM - } - } - } - - option = { - name = "EVT97120OPTB" - prestige = 1 - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = -100 - } - } - } - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = -175 - } - } - } - modifier = { - factor = 10 - government = fascist_dictatorship - FROM = { - government = proletarian_dictatorship - } - } - modifier = { - factor = 10 - government = proletarian_dictatorship - FROM = { - government = fascist_dictatorship - } - } - } - } + id = 97120 + title = "EVTNAME97120" + desc = "EVTDESC97120" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT97120OPTA" + any_owned = { limit = { is_core = THIS } add_core = LXA remove_core = THIS } + FROM = { inherit = THIS } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + in_sphere = FROM + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 175 + } + } + modifier = { + factor = 1.5 + alliance_with = FROM + } + modifier = { + factor = 2 + government = fascist_dictatorship + FROM = { + government = fascist_dictatorship + } + } + modifier = { + factor = 2 + government = proletarian_dictatorship + FROM = { + government = proletarian_dictatorship + } + } + modifier = { + factor = 3 + vassal_of = FROM + } + } + } + + option = { + name = "EVT97120OPTB" + prestige = 1 + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = -100 + } + } + } + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = -175 + } + } + } + modifier = { + factor = 10 + government = fascist_dictatorship + FROM = { + government = proletarian_dictatorship + } + } + modifier = { + factor = 10 + government = proletarian_dictatorship + FROM = { + government = fascist_dictatorship + } + } + } + } } #Anglo-Siamese Treaty of 1909 country_event = { - id = 97122 - title = "EVTNAME97122" - desc = "EVTDESC97122" - picture = "lan_xang" - - trigger = { - owns = 2575 - owns = 1390 - nationalism_n_imperialism = 1 - SIA = { - exists = yes - owns = 1391 - owns = 1389 - } - has_global_flag = berlin_conference - NOT = { tag = SIA } - } - - fire_only_once = yes - mean_time_to_happen = { months = 3 } - - option = { - name = "EVT97122OPTA" - SIA = { country_event = 97123 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97122OPTB" - ai_chance = { factor = 0 } - } + id = 97122 + title = "EVTNAME97122" + desc = "EVTDESC97122" + picture = "lan_xang" + + trigger = { + owns = 2575 + owns = 1390 + nationalism_n_imperialism = 1 + SIA = { + exists = yes + owns = 1391 + owns = 1389 + } + has_global_flag = berlin_conference + NOT = { tag = SIA } + } + + fire_only_once = yes + mean_time_to_happen = { months = 3 } + + option = { + name = "EVT97122OPTA" + SIA = { country_event = 97123 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97122OPTB" + ai_chance = { factor = 0 } + } } #Anglo-Siamese Treaty of 1909 2/2 country_event = { - id = 97123 - title = "EVTNAME97123" - desc = "EVTDESC97123" - picture = "lan_xang" - - is_triggered_only = yes - - option = { - name = "EVT97123OPTA" - any_pop = { militancy = 4 } - random_owned = { - limit = { - owner = { NOT = { has_global_flag = malaya_formed } } - } - owner = { - 1389 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = PRK } - 1388 = { remove_core = THIS remove_core = JOH add_core = PRK } - 1391 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = PHG } - 1390 = { remove_core = THIS } - 2575 = { remove_core = THIS } - } - } - - random_owned = { - limit = { - owner = { has_global_flag = malaya_formed } - } - owner = { - 1389 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = MLY } - 1388 = { remove_core = THIS remove_core = JOH add_core = MLY } - 1391 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = MLY } - 1390 = { remove_core = THIS } - 2575 = { remove_core = THIS } - } - } - - relation = { who = FROM value = 150 } - FROM = { diplomatic_influence = { who = THIS value = 75 } } - ai_chance = { - factor = 0.9 - modifier = { - factor = 0.6 - NOT = { in_sphere = FROM } - part_of_sphere = yes - } - modifier = { - factor = 200 - in_sphere = FROM - } - } - } - - option = { - name = "EVT97123OPTB" - FROM = { - diplomatic_influence = { who = THIS value = -400 } - relation = { who = THIS value = -150 } - leave_alliance = THIS - release_vassal = THIS - casus_belli = { - target = THIS - type = demand_concession_BC_casus_belli - months = 60 - } - casus_belli = { - target = THIS - type = acquire_state - months = 60 - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - casus_belli = { - target = THIS - type = humiliate - months = 60 - } - } - random_owned = { - limit = { owner = { is_greater_power = no civilized = no } } - FROM = { - war = { - target = THIS - attacker_goal = { casus_belli = acquire_state state_province_id = 1391 } - defender_goal = { casus_belli = status_quo } - } - } - } - ai_chance = { - factor = 0.05 - modifier = { - factor = 1.5 - civilized = yes - } - } - } - } - - + id = 97123 + title = "EVTNAME97123" + desc = "EVTDESC97123" + picture = "lan_xang" + + is_triggered_only = yes + + option = { + name = "EVT97123OPTA" + any_pop = { militancy = 4 } + random_owned = { + limit = { + owner = { NOT = { has_global_flag = malaya_formed } } + } + owner = { + 1389 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = PRK } + 1388 = { remove_core = THIS remove_core = JOH add_core = PRK } + 1391 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = PHG } + 1390 = { remove_core = THIS } + 2575 = { remove_core = THIS } + } + } + + random_owned = { + limit = { + owner = { has_global_flag = malaya_formed } + } + owner = { + 1389 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = MLY } + 1388 = { remove_core = THIS remove_core = JOH add_core = MLY } + 1391 = { secede_province = FROM remove_core = THIS remove_core = JOH add_core = MLY } + 1390 = { remove_core = THIS } + 2575 = { remove_core = THIS } + } + } + + relation = { who = FROM value = 150 } + FROM = { diplomatic_influence = { who = THIS value = 75 } } + ai_chance = { + factor = 0.9 + modifier = { + factor = 0.6 + NOT = { in_sphere = FROM } + part_of_sphere = yes + } + modifier = { + factor = 200 + in_sphere = FROM + } + } + } + + option = { + name = "EVT97123OPTB" + FROM = { + diplomatic_influence = { who = THIS value = -400 } + relation = { who = THIS value = -150 } + leave_alliance = THIS + release_vassal = THIS + casus_belli = { + target = THIS + type = demand_concession_BC_casus_belli + months = 60 + } + casus_belli = { + target = THIS + type = acquire_state + months = 60 + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + casus_belli = { + target = THIS + type = humiliate + months = 60 + } + } + random_owned = { + limit = { owner = { is_greater_power = no civilized = no } } + FROM = { + war = { + target = THIS + attacker_goal = { casus_belli = acquire_state state_province_id = 1391 } + defender_goal = { casus_belli = status_quo } + } + } + } + ai_chance = { + factor = 0.05 + modifier = { + factor = 1.5 + civilized = yes + } + } + } + } + + #End of the Padri War country_event = { - id = 971204 - title = "EVTNAME971204" - desc = "EVTDESC971204" - picture = "aceh_jihad" - - trigger = { - tag = NET - truce_with = ATJ - NOT = { year = 1845 } - ATJ = { has_recently_lost_war = yes } - } - - fire_only_once = yes - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT971204OPTA" - prestige = -5 - 1408 = { secede_province = NET remove_core = ATJ } - 1411 = { secede_province = NET remove_core = ATJ } - } + id = 971204 + title = "EVTNAME971204" + desc = "EVTDESC971204" + picture = "aceh_jihad" + + trigger = { + tag = NET + truce_with = ATJ + NOT = { year = 1845 } + ATJ = { has_recently_lost_war = yes } + } + + fire_only_once = yes + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT971204OPTA" + prestige = -5 + 1408 = { secede_province = NET remove_core = ATJ } + 1411 = { secede_province = NET remove_core = ATJ } + } } #Integration of the Malay Minors 1/2 country_event = { - id = 971205 - title = "EVTNAME971205" - desc = "EVTDESC971205" - picture = "malay_sultan" - - trigger = { - ai = yes - exists = yes - OR = { - part_of_sphere = yes - any_neighbor_country = { - is_greater_power = yes - relation = { who = THIS value = 25 } - } - } - OR = { - tag = JOH - tag = PHG - tag = PRK - tag = SLG - } - OR = { - year = 1860 - AND = { - tag = JOH - NOT = { has_leader = "Sultan Ali Iskandar" } - } - AND = { - tag = PRK - NOT = { has_leader = "Sultan Shahabuddin Riayat" } - } - AND = { - tag = PHG - NOT = { has_leader = "Sultan Tun Ali Bendahara" } - } - AND = { - tag = SLG - NOT = { has_leader = "Sultan Muhammad Shah" } - } - } - NOT = { has_country_flag = malay_will_not_be_integrated } - } - - mean_time_to_happen = { - months = 60 - - modifier = { - factor = 0.8 - OR = { - AND = { - tag = JOH - has_leader = "Sultan Ali Iskandar" - } - AND = { - tag = PRK - has_leader = "Sultan Shahabuddin Riayat" - } - AND = { - tag = PHG - has_leader = "Sultan Tun Ali Bendahara" - } - AND = { - tag = SLG - has_leader = "Sultan Muhammad Shah" - } - } - } - - modifier = { - factor = 0.5 - sphere_owner = { revolution_n_counterrevolution = 1 } - } - - modifier = { - factor = 0.8 - sphere_owner = { nationalism_n_imperialism = 1 } - } - - modifier = { - factor = 0.9 - average_militancy = 2 - } - - modifier = { - factor = 0.8 - average_militancy = 3 - } - - modifier = { - factor = 0.7 - average_militancy = 4 - } - - modifier = { - factor = 0.6 - average_militancy = 5 - } - - modifier = { - factor = 0.5 - average_militancy = 6 - } - - modifier = { - factor = 0.4 - average_militancy = 7 - } - - modifier = { - factor = 0.3 - average_militancy = 8 - } - - modifier = { - factor = 0.2 - average_militancy = 9 - } - } - - option = { - name = "EVT971205OPTA" - random_owned = { - limit = { owner = { part_of_sphere = yes } } - owner = { sphere_owner = { country_event = 971206 } } - } - - random_owned = { - limit = { - owner = { - part_of_sphere = no - any_neighbor_country = { - is_greater_power = yes - relation = { who = THIS value = 25 } - } - } - } - owner = { - random_country = { - limit = { - is_greater_power = yes - neighbour = THIS - } - country_event = 971206 - } - } - } - } + id = 971205 + title = "EVTNAME971205" + desc = "EVTDESC971205" + picture = "malay_sultan" + + trigger = { + ai = yes + exists = yes + OR = { + part_of_sphere = yes + any_neighbor_country = { + is_greater_power = yes + relation = { who = THIS value = 25 } + } + } + OR = { + tag = JOH + tag = PHG + tag = PRK + tag = SLG + } + OR = { + year = 1860 + AND = { + tag = JOH + NOT = { has_leader = "Sultan Ali Iskandar" } + } + AND = { + tag = PRK + NOT = { has_leader = "Sultan Shahabuddin Riayat" } + } + AND = { + tag = PHG + NOT = { has_leader = "Sultan Tun Ali Bendahara" } + } + AND = { + tag = SLG + NOT = { has_leader = "Sultan Muhammad Shah" } + } + } + NOT = { has_country_flag = malay_will_not_be_integrated } + } + + mean_time_to_happen = { + months = 60 + + modifier = { + factor = 0.8 + OR = { + AND = { + tag = JOH + has_leader = "Sultan Ali Iskandar" + } + AND = { + tag = PRK + has_leader = "Sultan Shahabuddin Riayat" + } + AND = { + tag = PHG + has_leader = "Sultan Tun Ali Bendahara" + } + AND = { + tag = SLG + has_leader = "Sultan Muhammad Shah" + } + } + } + + modifier = { + factor = 0.5 + sphere_owner = { revolution_n_counterrevolution = 1 } + } + + modifier = { + factor = 0.8 + sphere_owner = { nationalism_n_imperialism = 1 } + } + + modifier = { + factor = 0.9 + average_militancy = 2 + } + + modifier = { + factor = 0.8 + average_militancy = 3 + } + + modifier = { + factor = 0.7 + average_militancy = 4 + } + + modifier = { + factor = 0.6 + average_militancy = 5 + } + + modifier = { + factor = 0.5 + average_militancy = 6 + } + + modifier = { + factor = 0.4 + average_militancy = 7 + } + + modifier = { + factor = 0.3 + average_militancy = 8 + } + + modifier = { + factor = 0.2 + average_militancy = 9 + } + } + + option = { + name = "EVT971205OPTA" + random_owned = { + limit = { owner = { part_of_sphere = yes } } + owner = { sphere_owner = { country_event = 971206 } } + } + + random_owned = { + limit = { + owner = { + part_of_sphere = no + any_neighbor_country = { + is_greater_power = yes + relation = { who = THIS value = 25 } + } + } + } + owner = { + random_country = { + limit = { + is_greater_power = yes + neighbour = THIS + } + country_event = 971206 + } + } + } + } } #Integration of the Malay Minors 2/2 country_event = { - id = 971206 - title = "EVTNAME971206" - desc = "EVTDESC971206" - picture = "malay_sultan" - - is_triggered_only = yes - - option = { - name = "EVT971206OPTA" - badboy = 0.5 - inherit = FROM - - ai_chance = { - factor = 90 - modifier = { factor = 0 badboy = 0.96 } - } - } - - option = { - name = "EVT971206OPTB" - prestige = -1 - badboy = -0.25 - FROM = { set_country_flag = malay_will_not_be_integrated } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { badboy = 0.75 } - } - } - } + id = 971206 + title = "EVTNAME971206" + desc = "EVTDESC971206" + picture = "malay_sultan" + + is_triggered_only = yes + + option = { + name = "EVT971206OPTA" + badboy = 0.5 + inherit = FROM + + ai_chance = { + factor = 90 + modifier = { factor = 0 badboy = 0.96 } + } + } + + option = { + name = "EVT971206OPTB" + prestige = -1 + badboy = -0.25 + FROM = { set_country_flag = malay_will_not_be_integrated } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { badboy = 0.75 } + } + } + } } diff --git a/HPM/events/EconomicalEvents.txt b/HPM/events/EconomicalEvents.txt index fc39c836..a2c7be54 100644 --- a/HPM/events/EconomicalEvents.txt +++ b/HPM/events/EconomicalEvents.txt @@ -1,1532 +1,1532 @@ # Stock Market Crash country_event = { - id = 22500 - title = "EVTNAME22500" - desc = "EVTDESC22500" - news = yes - news_desc_long = "EVTDESC22500_NEWS_LONG" - news_desc_medium = "EVTDESC22500_NEWS_MEDIUM" - news_desc_short = "EVTDESC22500_NEWS_SHORT" - picture = "Bankruptcy" - - trigger = { - NOT = { government = proletarian_dictatorship } - government_interventionism = 1 - NOT = { has_country_modifier = stock_market_crash } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - keynesian_economics = 1 - } - modifier = { - factor = 0.9 - any_neighbor_country = { has_country_modifier = stock_market_crash } - } - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 1.5 - invention = ludwig_von_mises - } - } - - option = { - name = "EVTOPTA22500" - add_country_modifier = { - name = stock_market_crash - duration = 730 - } - } - - option = { - name = "EVTOPTB22500" - any_pop = { - militancy = 1 - } - add_country_modifier = { - name = stock_market_crash - duration = 365 - } - } + id = 22500 + title = "EVTNAME22500" + desc = "EVTDESC22500" + news = yes + news_desc_long = "EVTDESC22500_NEWS_LONG" + news_desc_medium = "EVTDESC22500_NEWS_MEDIUM" + news_desc_short = "EVTDESC22500_NEWS_SHORT" + picture = "Bankruptcy" + + trigger = { + NOT = { government = proletarian_dictatorship } + government_interventionism = 1 + NOT = { has_country_modifier = stock_market_crash } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + keynesian_economics = 1 + } + modifier = { + factor = 0.9 + any_neighbor_country = { has_country_modifier = stock_market_crash } + } + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 1.5 + invention = ludwig_von_mises + } + } + + option = { + name = "EVTOPTA22500" + add_country_modifier = { + name = stock_market_crash + duration = 730 + } + } + + option = { + name = "EVTOPTB22500" + any_pop = { + militancy = 1 + } + add_country_modifier = { + name = stock_market_crash + duration = 365 + } + } } # Great Depression country_event = { - id = 22510 - title = "EVTNAME22510" - desc = "EVTDESC22510" - major = yes - news = yes - news_desc_long = "EVTDESC22510_NEWS_LONG" - news_desc_medium = "EVTDESC22510_NEWS_MEDIUM" - news_desc_short = "EVTDESC22510_NEWS_SHORT" - - trigger = { - has_country_modifier = stock_market_crash - is_greater_power = yes - any_neighbor_country = { has_country_modifier = stock_market_crash } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - keynesian_economics = 1 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - economic_policy = laissez_faire - } - } - - option = { - name = "EVTOPTA22510" - any_country = { - limit = { - civilized = yes - NOT = { government = proletarian_dictatorship } - } - remove_country_modifier = stock_market_crash - add_country_modifier = { - name = great_depression - duration = 730 - } - } - } + id = 22510 + title = "EVTNAME22510" + desc = "EVTDESC22510" + major = yes + news = yes + news_desc_long = "EVTDESC22510_NEWS_LONG" + news_desc_medium = "EVTDESC22510_NEWS_MEDIUM" + news_desc_short = "EVTDESC22510_NEWS_SHORT" + + trigger = { + has_country_modifier = stock_market_crash + is_greater_power = yes + any_neighbor_country = { has_country_modifier = stock_market_crash } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + keynesian_economics = 1 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + economic_policy = laissez_faire + } + } + + option = { + name = "EVTOPTA22510" + any_country = { + limit = { + civilized = yes + NOT = { government = proletarian_dictatorship } + } + remove_country_modifier = stock_market_crash + add_country_modifier = { + name = great_depression + duration = 730 + } + } + } } # Free Banking country_event = { - id = 22520 - title = "EVTNAME22520" - desc = "EVTDESC22520" - picture = "private_banks" - - trigger = { - economic_policy = laissez_faire - private_bank_money_bill_printing = 1 - NOT = { has_country_modifier = central_bank_established } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { average_militancy = 4 } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - government_interventionism = 1 - } - } - - option = { - name = "EVTOPTA22520" - random_list = { - 10 = { - random_state = { - limit = { is_colonial = no } - any_pop = { militancy = 1 } - } - } - - 10 = { - random_state = { - limit = { is_colonial = no } - any_pop = { militancy = -3 } - } - } - } - } - - option = { - name = "EVTOPTB22520" - random_state = { - limit = { is_colonial = no } - any_pop = { consciousness = -1 } - } - } + id = 22520 + title = "EVTNAME22520" + desc = "EVTDESC22520" + picture = "private_banks" + + trigger = { + economic_policy = laissez_faire + private_bank_money_bill_printing = 1 + NOT = { has_country_modifier = central_bank_established } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { average_militancy = 4 } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + government_interventionism = 1 + } + } + + option = { + name = "EVTOPTA22520" + random_list = { + 10 = { + random_state = { + limit = { is_colonial = no } + any_pop = { militancy = 1 } + } + } + + 10 = { + random_state = { + limit = { is_colonial = no } + any_pop = { militancy = -3 } + } + } + } + } + + option = { + name = "EVTOPTB22520" + random_state = { + limit = { is_colonial = no } + any_pop = { consciousness = -1 } + } + } } # Local Railway Shares country_event = { - id = 22530 - title = "EVTNAME22530" - desc = "EVTDESC22530" - picture = "private_banks" - - trigger = { - early_railroad = 1 - stock_exchange = 1 - economic_policy = laissez_faire - NOT = { government = proletarian_dictatorship } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 0.9 - iron_railroad = 1 - } - modifier = { - factor = 0.9 - business_banks = 1 - } - } - - option = { - name = "EVTOPTA22530" - treasury = -10000 - random_state = { - limit = { is_colonial = no } - any_owned = { - limit = { - can_build_in_province = { - building = railroad - limit_to_world_greatest_level = yes # optional - } - } - infrastructure = 1 - } - } - ai_chance = { factor = 100 modifier = { factor = 0 NOT = { money = 10000 } } } - } - - option = { - name = "EVTOPTB22530" - random_state = { - any_pop = { militancy = -1 } - } - } + id = 22530 + title = "EVTNAME22530" + desc = "EVTDESC22530" + picture = "private_banks" + + trigger = { + early_railroad = 1 + stock_exchange = 1 + economic_policy = laissez_faire + NOT = { government = proletarian_dictatorship } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 0.9 + iron_railroad = 1 + } + modifier = { + factor = 0.9 + business_banks = 1 + } + } + + option = { + name = "EVTOPTA22530" + treasury = -10000 + random_state = { + limit = { is_colonial = no } + any_owned = { + limit = { + can_build_in_province = { + building = railroad + limit_to_world_greatest_level = yes # optional + } + } + infrastructure = 1 + } + } + ai_chance = { factor = 100 modifier = { factor = 0 NOT = { money = 10000 } } } + } + + option = { + name = "EVTOPTB22530" + random_state = { + any_pop = { militancy = -1 } + } + } } # Stock Exchange Opened country_event = { - id = 22540 - title = "EVTNAME22540" - desc = "EVTDESC22540" - picture = "stocks" - - trigger = { - stock_exchange = 1 - NOT = { government = proletarian_dictatorship } - any_owned_province = { is_state_capital = yes NOT = { has_province_modifier = local_stock_exchange } } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.9 - economic_policy = laissez_faire - } - modifier = { - factor = 1.1 - unemployment = 0.05 - } - modifier = { - factor = 1.1 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA22540" - random_state = { - limit = { is_colonial = no } - any_owned = { limit = { is_state_capital = yes } add_province_modifier = { name = local_stock_exchange duration = -1 } } - } - } + id = 22540 + title = "EVTNAME22540" + desc = "EVTDESC22540" + picture = "stocks" + + trigger = { + stock_exchange = 1 + NOT = { government = proletarian_dictatorship } + any_owned_province = { is_state_capital = yes NOT = { has_province_modifier = local_stock_exchange } } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.9 + economic_policy = laissez_faire + } + modifier = { + factor = 1.1 + unemployment = 0.05 + } + modifier = { + factor = 1.1 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA22540" + random_state = { + limit = { is_colonial = no } + any_owned = { limit = { is_state_capital = yes } add_province_modifier = { name = local_stock_exchange duration = -1 } } + } + } } # Wildcat Dollars country_event = { - id = 22550 - title = "EVTNAME22550" - desc = "EVTDESC22550" - picture = "private_banks" - - trigger = { - private_bank_money_bill_printing = 1 - NOT = { - economic_policy = planned_economy - has_country_modifier = central_bank_established - } - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - modern_central_bank_system = 1 - } - } - - option = { - name = "EVTOPTA22550" - random_state = { - any_pop = { - money = -20 - militancy = 5 - consciousness = 5 - } - } - } - - option = { - name = "EVTOPTB22550" - capitalists = { - militancy = 1 - consciousness = 1 - } - } + id = 22550 + title = "EVTNAME22550" + desc = "EVTDESC22550" + picture = "private_banks" + + trigger = { + private_bank_money_bill_printing = 1 + NOT = { + economic_policy = planned_economy + has_country_modifier = central_bank_established + } + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + modern_central_bank_system = 1 + } + } + + option = { + name = "EVTOPTA22550" + random_state = { + any_pop = { + money = -20 + militancy = 5 + consciousness = 5 + } + } + } + + option = { + name = "EVTOPTB22550" + capitalists = { + militancy = 1 + consciousness = 1 + } + } } # Economic Boom country_event = { - id = 22560 - title = "EVTNAME22560" - desc = "EVTDESC22560" - picture = "greatpowers" - - trigger = { - business_banks = 1 - poor_strata_everyday_needs = 0.5 - NOT = { unemployment = 0.2 } - NOT = { has_country_modifier = economic_boom } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.9 - economic_policy = laissez_faire - } - modifier = { - factor = 0.9 - NOT = { unemployment = 0.05 } - } - modifier = { - factor = 1.1 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_consciousness = 4 - } - modifier = { - factor = 2 - unemployment = 0.1 - } - } - - option = { - name = "EVTOPTA22560" - add_country_modifier = { name = economic_boom duration = 365 } - } - - option = { - name = "EVTOPTB22560" - any_pop = { militancy = -1 consciousness = -1 } - } + id = 22560 + title = "EVTNAME22560" + desc = "EVTDESC22560" + picture = "greatpowers" + + trigger = { + business_banks = 1 + poor_strata_everyday_needs = 0.5 + NOT = { unemployment = 0.2 } + NOT = { has_country_modifier = economic_boom } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.9 + economic_policy = laissez_faire + } + modifier = { + factor = 0.9 + NOT = { unemployment = 0.05 } + } + modifier = { + factor = 1.1 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_consciousness = 4 + } + modifier = { + factor = 2 + unemployment = 0.1 + } + } + + option = { + name = "EVTOPTA22560" + add_country_modifier = { name = economic_boom duration = 365 } + } + + option = { + name = "EVTOPTB22560" + any_pop = { militancy = -1 consciousness = -1 } + } } # Flagship Company Bankrupt country_event = { - id = 22570 - title = "EVTNAME22570" - desc = "EVTDESC22570" - picture = "Bankruptcy" - - trigger = { - business_regulations = 1 - unemployment = 0.1 - average_consciousness = 3 - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { economic_policy = laissez_faire } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 1.5 - NOT = { unemployment = 0.1 } - } - } - - option = { - name = "EVTOPTB22570" - random_state = { any_owned = { add_province_modifier = { name = local_economic_downturn duration = 730 } } } - } - - option = { - name = "EVTOPTA22570" - capitalists = { militancy = 1 consciousness = 1 } - } + id = 22570 + title = "EVTNAME22570" + desc = "EVTDESC22570" + picture = "Bankruptcy" + + trigger = { + business_regulations = 1 + unemployment = 0.1 + average_consciousness = 3 + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { economic_policy = laissez_faire } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 1.5 + NOT = { unemployment = 0.1 } + } + } + + option = { + name = "EVTOPTB22570" + random_state = { any_owned = { add_province_modifier = { name = local_economic_downturn duration = 730 } } } + } + + option = { + name = "EVTOPTA22570" + capitalists = { militancy = 1 consciousness = 1 } + } } # Railroad Trust country_event = { - id = 22580 - title = "EVTNAME22580" - desc = "EVTDESC22580" - picture = "railway_company" - - trigger = { - NOT = { economic_policy = planned_economy } - market_regulations = 1 - any_owned_province = { is_colonial = no has_building = railroad } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - bank_inspection_board = 1 - } - modifier = { - factor = 0.9 - economic_policy = laissez_faire - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - economic_policy = state_capitalism - } - } - - option = { - name = "EVTOPTA22580" - random_state = { - limit = { - is_colonial = no - any_owned_province = { has_building = railroad } - } - any_owned = { infrastructure = -1 } - } - } - - option = { - name = "EVTOPTB22580" - poor_strata = { consciousness = 1 militancy = 1 } - } + id = 22580 + title = "EVTNAME22580" + desc = "EVTDESC22580" + picture = "railway_company" + + trigger = { + NOT = { economic_policy = planned_economy } + market_regulations = 1 + any_owned_province = { is_colonial = no has_building = railroad } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + bank_inspection_board = 1 + } + modifier = { + factor = 0.9 + economic_policy = laissez_faire + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + economic_policy = state_capitalism + } + } + + option = { + name = "EVTOPTA22580" + random_state = { + limit = { + is_colonial = no + any_owned_province = { has_building = railroad } + } + any_owned = { infrastructure = -1 } + } + } + + option = { + name = "EVTOPTB22580" + poor_strata = { consciousness = 1 militancy = 1 } + } } # Choosing an economic policy - Mercantilism/No Policy country_event = { - id = 22581 - title = "EVTNAME22581" - desc = "EVTDESC22581" - picture = "private_banks" - - is_triggered_only = yes - - option = { - name = "EVTOPTA22581" #Mercantilism - random_owned = { - limit = { - owner = { - OR = { - tag = RUS - tag = TUR - } - ai = yes - } - } - owner = { add_country_modifier = { name = russian_protectionism duration = 3650 } } - } - random_owned = { - limit = { - owner = { - OR = { - NOT = { - tag = RUS - tag = TUR - } - ai = no - } - } - } - owner = { add_country_modifier = { name = mercantilism duration = 3650 } } - } - ai_chance = { - factor = 70 - modifier = { - factor = 5 - NOT = { money = 50000 } - is_greater_power = yes - } - modifier = { - factor = 10 - NOT = { money = 20000 } - is_secondary_power = yes - } - modifier = { - factor = 1.5 - NOT = { money = 10000 } - } - modifier = { - factor = 2 - NOT = { money = 5000 } - } - modifier = { - factor = 1.5 - NOT = { industrial_score = 10 } - } - modifier = { - factor = 1.1 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 2 - OR = { - tag = RUS - tag = TUR - } - } - modifier = { - factor = 1.2 - vote_franschise = none_voting - } - modifier = { - factor = 1.1 - colonial_nation = yes - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.3 } - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - modifier = { - factor = 1.25 - sphere_owner = { trade_policy = protectionism } - } - modifier = { - factor = 1.5 - overlord = { trade_policy = protectionism } - } - } - } - - option = { - name = "EVTOPTB22581" #No policy - add_country_modifier = { name = no_trade_policy_set duration = 3650 } - ai_chance = { - factor = 30 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - sphere_owner = { trade_policy = free_trade } - } - modifier = { - factor = 3 - overlord = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - money = 100000 - } - modifier = { - factor = 1.1 - money = 200000 - } - modifier = { - factor = 1.1 - money = 400000 - } - modifier = { - factor = 1.1 - money = 800000 - } - modifier = { - factor = 1.25 - money = 1000000 - } - modifier = { - factor = 1.1 - industrial_score = 100 - } - modifier = { - factor = 1.1 - industrial_score = 200 - } - modifier = { - factor = 1.1 - industrial_score = 400 - } - modifier = { - factor = 1.1 - industrial_score = 800 - } - modifier = { - factor = 1.25 - industrial_score = 1000 - } - } - } - - option = { - name = "EVTOPTD22581" #Disable it - set_country_flag = trade_policy_choosing_disabled - ai_chance = { factor = 0 } - } + id = 22581 + title = "EVTNAME22581" + desc = "EVTDESC22581" + picture = "private_banks" + + is_triggered_only = yes + + option = { + name = "EVTOPTA22581" #Mercantilism + random_owned = { + limit = { + owner = { + OR = { + tag = RUS + tag = TUR + } + ai = yes + } + } + owner = { add_country_modifier = { name = russian_protectionism duration = 3650 } } + } + random_owned = { + limit = { + owner = { + OR = { + NOT = { + tag = RUS + tag = TUR + } + ai = no + } + } + } + owner = { add_country_modifier = { name = mercantilism duration = 3650 } } + } + ai_chance = { + factor = 70 + modifier = { + factor = 5 + NOT = { money = 50000 } + is_greater_power = yes + } + modifier = { + factor = 10 + NOT = { money = 20000 } + is_secondary_power = yes + } + modifier = { + factor = 1.5 + NOT = { money = 10000 } + } + modifier = { + factor = 2 + NOT = { money = 5000 } + } + modifier = { + factor = 1.5 + NOT = { industrial_score = 10 } + } + modifier = { + factor = 1.1 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 2 + OR = { + tag = RUS + tag = TUR + } + } + modifier = { + factor = 1.2 + vote_franschise = none_voting + } + modifier = { + factor = 1.1 + colonial_nation = yes + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.3 } + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + modifier = { + factor = 1.25 + sphere_owner = { trade_policy = protectionism } + } + modifier = { + factor = 1.5 + overlord = { trade_policy = protectionism } + } + } + } + + option = { + name = "EVTOPTB22581" #No policy + add_country_modifier = { name = no_trade_policy_set duration = 3650 } + ai_chance = { + factor = 30 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + sphere_owner = { trade_policy = free_trade } + } + modifier = { + factor = 3 + overlord = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + money = 100000 + } + modifier = { + factor = 1.1 + money = 200000 + } + modifier = { + factor = 1.1 + money = 400000 + } + modifier = { + factor = 1.1 + money = 800000 + } + modifier = { + factor = 1.25 + money = 1000000 + } + modifier = { + factor = 1.1 + industrial_score = 100 + } + modifier = { + factor = 1.1 + industrial_score = 200 + } + modifier = { + factor = 1.1 + industrial_score = 400 + } + modifier = { + factor = 1.1 + industrial_score = 800 + } + modifier = { + factor = 1.25 + industrial_score = 1000 + } + } + } + + option = { + name = "EVTOPTD22581" #Disable it + set_country_flag = trade_policy_choosing_disabled + ai_chance = { factor = 0 } + } } # Choosing an economic policy - Mercantilism/No Policy/Economic Nationalism country_event = { - id = 22582 - title = "EVTNAME22581" - desc = "EVTDESC22582" - picture = "private_banks" - - is_triggered_only = yes - - #Economic Nationalism - option = { - name = "EVTOPTC22581" - add_country_modifier = { name = economic_nationalism duration = 3650 } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - modifier = { - factor = 5 - NOT = { money = 200000 } - is_greater_power = yes - } - modifier = { - factor = 10 - NOT = { money = 50000 } - is_secondary_power = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 2 - NOT = { money = 5000 } - } - modifier = { - factor = 1.2 - NOT = { money = 20000 } - } - modifier = { - factor = 1.3 - NOT = { money = 50000 } - } - modifier = { - factor = 1.1 - is_greater_power = yes - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.6 } - } - modifier = { - factor = 1.1 - is_greater_power = yes - NOT = { industrial_score = 50 } - } - modifier = { - factor = 1.1 - is_greater_power = yes - NOT = { industrial_score = 100 } - } - modifier = { - factor = 1.1 - is_greater_power = yes - NOT = { industrial_score = 200 } - } - modifier = { - factor = 1.1 - colonial_nation = yes - } - } - } - - #Mercantilism - option = { - name = "EVTOPTA22581" - random_owned = { - limit = { - owner = { - OR = { - NOT = { tag = RUS } - ai = no - } - } - } - owner = { add_country_modifier = { name = mercantilism duration = 3650 } } - } - random_owned = { - limit = { - owner = { - tag = RUS - ai = yes - } - } - owner = { add_country_modifier = { name = russian_protectionism duration = 3650 } } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.1 - nationalvalue = nv_order - } - modifier = { - factor = 1.1 - ruling_party_ideology = conservative - } - modifier = { - factor = 1.1 - is_secondary_power = yes - } - modifier = { - factor = 1.1 - colonial_nation = yes - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.2 - NOT = { money = 20000 } - } - modifier = { - factor = 1.3 - NOT = { money = 50000 } - } - modifier = { - factor = 1.25 - sphere_owner = { trade_policy = protectionism } - } - modifier = { - factor = 1.5 - overlord = { trade_policy = protectionism } - } - } - } - - #No policy - option = { - name = "EVTOPTB22581" - add_country_modifier = { name = no_trade_policy_set duration = 3650 } - ai_chance = { - factor = 20 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 0.9 - vote_franschise = none_voting - } - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - sphere_owner = { trade_policy = free_trade } - } - modifier = { - factor = 3 - overlord = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - money = 100000 - } - modifier = { - factor = 1.1 - money = 200000 - } - modifier = { - factor = 1.1 - money = 400000 - } - modifier = { - factor = 1.1 - money = 800000 - } - modifier = { - factor = 1.25 - money = 1000000 - } - modifier = { - factor = 1.2 - industrial_score = 100 - } - modifier = { - factor = 1.3 - industrial_score = 200 - } - modifier = { - factor = 1.4 - industrial_score = 400 - } - modifier = { - factor = 1.5 - industrial_score = 800 - } - modifier = { - factor = 1.8 - industrial_score = 1000 - } - } - } - - option = { - name = "EVTOPTD22581" #Disable it - set_country_flag = trade_policy_choosing_disabled - ai_chance = { factor = 0 } - } + id = 22582 + title = "EVTNAME22581" + desc = "EVTDESC22582" + picture = "private_banks" + + is_triggered_only = yes + + #Economic Nationalism + option = { + name = "EVTOPTC22581" + add_country_modifier = { name = economic_nationalism duration = 3650 } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + modifier = { + factor = 5 + NOT = { money = 200000 } + is_greater_power = yes + } + modifier = { + factor = 10 + NOT = { money = 50000 } + is_secondary_power = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 2 + NOT = { money = 5000 } + } + modifier = { + factor = 1.2 + NOT = { money = 20000 } + } + modifier = { + factor = 1.3 + NOT = { money = 50000 } + } + modifier = { + factor = 1.1 + is_greater_power = yes + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.6 } + } + modifier = { + factor = 1.1 + is_greater_power = yes + NOT = { industrial_score = 50 } + } + modifier = { + factor = 1.1 + is_greater_power = yes + NOT = { industrial_score = 100 } + } + modifier = { + factor = 1.1 + is_greater_power = yes + NOT = { industrial_score = 200 } + } + modifier = { + factor = 1.1 + colonial_nation = yes + } + } + } + + #Mercantilism + option = { + name = "EVTOPTA22581" + random_owned = { + limit = { + owner = { + OR = { + NOT = { tag = RUS } + ai = no + } + } + } + owner = { add_country_modifier = { name = mercantilism duration = 3650 } } + } + random_owned = { + limit = { + owner = { + tag = RUS + ai = yes + } + } + owner = { add_country_modifier = { name = russian_protectionism duration = 3650 } } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.1 + nationalvalue = nv_order + } + modifier = { + factor = 1.1 + ruling_party_ideology = conservative + } + modifier = { + factor = 1.1 + is_secondary_power = yes + } + modifier = { + factor = 1.1 + colonial_nation = yes + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.2 + NOT = { money = 20000 } + } + modifier = { + factor = 1.3 + NOT = { money = 50000 } + } + modifier = { + factor = 1.25 + sphere_owner = { trade_policy = protectionism } + } + modifier = { + factor = 1.5 + overlord = { trade_policy = protectionism } + } + } + } + + #No policy + option = { + name = "EVTOPTB22581" + add_country_modifier = { name = no_trade_policy_set duration = 3650 } + ai_chance = { + factor = 20 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 0.9 + vote_franschise = none_voting + } + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + sphere_owner = { trade_policy = free_trade } + } + modifier = { + factor = 3 + overlord = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + money = 100000 + } + modifier = { + factor = 1.1 + money = 200000 + } + modifier = { + factor = 1.1 + money = 400000 + } + modifier = { + factor = 1.1 + money = 800000 + } + modifier = { + factor = 1.25 + money = 1000000 + } + modifier = { + factor = 1.2 + industrial_score = 100 + } + modifier = { + factor = 1.3 + industrial_score = 200 + } + modifier = { + factor = 1.4 + industrial_score = 400 + } + modifier = { + factor = 1.5 + industrial_score = 800 + } + modifier = { + factor = 1.8 + industrial_score = 1000 + } + } + } + + option = { + name = "EVTOPTD22581" #Disable it + set_country_flag = trade_policy_choosing_disabled + ai_chance = { factor = 0 } + } } # Choosing an economic policy - Smithianism/No Policy country_event = { - id = 22584 - title = "EVTNAME22581" - desc = "EVTDESC22584" - picture = "private_banks" - - is_triggered_only = yes - - option = { - name = "EVTOPTA22584" #Free Trade - add_country_modifier = { name = smithian_school duration = 3650 } - ai_chance = { - factor = 30 - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.3 - sphere_owner = { trade_policy = free_trade } - } - modifier = { - factor = 1.8 - overlord = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - money = 100000 - } - modifier = { - factor = 1.1 - money = 200000 - } - modifier = { - factor = 1.1 - money = 400000 - } - modifier = { - factor = 1.1 - money = 800000 - } - modifier = { - factor = 1.25 - money = 1000000 - } - modifier = { - factor = 1.1 - industrial_score = 100 - } - modifier = { - factor = 1.1 - industrial_score = 200 - } - modifier = { - factor = 1.1 - industrial_score = 400 - } - modifier = { - factor = 1.1 - industrial_score = 800 - } - modifier = { - factor = 1.25 - industrial_score = 1000 - } - } - } - - option = { - name = "EVTOPTD22584" #Non-Interventionism - add_country_modifier = { name = non_interventionism_trade_policy duration = 3650 } - ai_chance = { - factor = 40 - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.1 - NOT = { money = 10000 } - } - modifier = { - factor = 1.1 - NOT = { money = 20000 } - } - modifier = { - factor = 1.1 - NOT = { money = 30000 } - } - modifier = { - factor = 1.1 - NOT = { money = 40000 } - } - } - } - - option = { - name = "EVTOPTB22581" #No policy - add_country_modifier = { name = no_trade_policy_set duration = 3650 } - ai_chance = { - factor = 30 - modifier = { - factor = 2 - NOT = { ruling_party_ideology = liberal } - } - modifier = { - factor = 2 - NOT = { money = 50000 } - OR = { - tag = AUS - tag = KUK - tag = DNB - tag = TUR - tag = RUS - tag = USA - } - } - modifier = { - factor = 2 - NOT = { money = 5000 } - } - modifier = { - factor = 1.5 - NOT = { money = 20000 } - } - modifier = { - factor = 1.5 - NOT = { money = 50000 } - } - modifier = { - factor = 1.1 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 1.2 - vote_franschise = none_voting - } - modifier = { - factor = 1.1 - colonial_nation = yes - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.3 } - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - modifier = { - factor = 1.25 - sphere_owner = { trade_policy = protectionism } - } - modifier = { - factor = 1.5 - overlord = { trade_policy = protectionism } - } - } - } - - option = { - name = "EVTOPTD22581" #Disable it - set_country_flag = trade_policy_choosing_disabled - ai_chance = { factor = 0 } - } + id = 22584 + title = "EVTNAME22581" + desc = "EVTDESC22584" + picture = "private_banks" + + is_triggered_only = yes + + option = { + name = "EVTOPTA22584" #Free Trade + add_country_modifier = { name = smithian_school duration = 3650 } + ai_chance = { + factor = 30 + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.3 + sphere_owner = { trade_policy = free_trade } + } + modifier = { + factor = 1.8 + overlord = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + money = 100000 + } + modifier = { + factor = 1.1 + money = 200000 + } + modifier = { + factor = 1.1 + money = 400000 + } + modifier = { + factor = 1.1 + money = 800000 + } + modifier = { + factor = 1.25 + money = 1000000 + } + modifier = { + factor = 1.1 + industrial_score = 100 + } + modifier = { + factor = 1.1 + industrial_score = 200 + } + modifier = { + factor = 1.1 + industrial_score = 400 + } + modifier = { + factor = 1.1 + industrial_score = 800 + } + modifier = { + factor = 1.25 + industrial_score = 1000 + } + } + } + + option = { + name = "EVTOPTD22584" #Non-Interventionism + add_country_modifier = { name = non_interventionism_trade_policy duration = 3650 } + ai_chance = { + factor = 40 + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.1 + NOT = { money = 10000 } + } + modifier = { + factor = 1.1 + NOT = { money = 20000 } + } + modifier = { + factor = 1.1 + NOT = { money = 30000 } + } + modifier = { + factor = 1.1 + NOT = { money = 40000 } + } + } + } + + option = { + name = "EVTOPTB22581" #No policy + add_country_modifier = { name = no_trade_policy_set duration = 3650 } + ai_chance = { + factor = 30 + modifier = { + factor = 2 + NOT = { ruling_party_ideology = liberal } + } + modifier = { + factor = 2 + NOT = { money = 50000 } + OR = { + tag = AUS + tag = KUK + tag = DNB + tag = TUR + tag = RUS + tag = USA + } + } + modifier = { + factor = 2 + NOT = { money = 5000 } + } + modifier = { + factor = 1.5 + NOT = { money = 20000 } + } + modifier = { + factor = 1.5 + NOT = { money = 50000 } + } + modifier = { + factor = 1.1 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 1.2 + vote_franschise = none_voting + } + modifier = { + factor = 1.1 + colonial_nation = yes + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.3 } + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + modifier = { + factor = 1.25 + sphere_owner = { trade_policy = protectionism } + } + modifier = { + factor = 1.5 + overlord = { trade_policy = protectionism } + } + } + } + + option = { + name = "EVTOPTD22581" #Disable it + set_country_flag = trade_policy_choosing_disabled + ai_chance = { factor = 0 } + } } # Choosing an economic policy - Smithianism/French School/No Policy country_event = { - id = 22585 - title = "EVTNAME22581" - desc = "EVTDESC22585" - picture = "private_banks" - - is_triggered_only = yes - - option = { - name = "EVTOPTC22584" #Even more free trade - 0 tariffs max - add_country_modifier = { name = french_liberal_school duration = 3650 } - ai_chance = { - factor = 20 - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.1 - money = 1000000 - } - modifier = { - factor = 1.25 - industrial_score = 1000 - } - } - } - - option = { - name = "EVTOPTA22584" #Free Trade - add_country_modifier = { name = smithian_school duration = 3650 } - ai_chance = { - factor = 30 - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.3 - sphere_owner = { trade_policy = free_trade } - } - modifier = { - factor = 1.8 - overlord = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - money = 100000 - } - modifier = { - factor = 1.1 - money = 200000 - } - modifier = { - factor = 1.1 - money = 400000 - } - modifier = { - factor = 1.1 - money = 800000 - } - modifier = { - factor = 1.25 - money = 1000000 - } - modifier = { - factor = 1.1 - industrial_score = 100 - } - modifier = { - factor = 1.1 - industrial_score = 200 - } - modifier = { - factor = 1.1 - industrial_score = 400 - } - modifier = { - factor = 1.1 - industrial_score = 800 - } - modifier = { - factor = 1.25 - industrial_score = 1000 - } - } - } - - option = { - name = "EVTOPTD22584" #Non-Interventionism - add_country_modifier = { name = non_interventionism_trade_policy duration = 3650 } - ai_chance = { - factor = 25 - modifier = { - factor = 1.1 - nationalvalue = nv_productivity - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.1 - NOT = { money = 10000 } - } - modifier = { - factor = 1.1 - NOT = { money = 20000 } - } - modifier = { - factor = 1.1 - NOT = { money = 30000 } - } - modifier = { - factor = 1.1 - NOT = { money = 40000 } - } - } - } - - option = { - name = "EVTOPTB22581" #No policy - add_country_modifier = { name = no_trade_policy_set duration = 3650 } - ai_chance = { - factor = 25 - modifier = { - factor = 2 - NOT = { ruling_party_ideology = liberal } - } - modifier = { - factor = 2 - NOT = { money = 100000 } - OR = { - tag = AUS - tag = KUK - tag = DNB - tag = TUR - tag = RUS - tag = USA - } - } - modifier = { - factor = 2 - NOT = { money = 5000 } - } - modifier = { - factor = 1.5 - NOT = { money = 20000 } - } - modifier = { - factor = 1.5 - NOT = { money = 50000 } - } - modifier = { - factor = 1.1 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 1.2 - vote_franschise = none_voting - } - modifier = { - factor = 1.1 - colonial_nation = yes - } - modifier = { - factor = 1.1 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.3 } - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - modifier = { - factor = 1.25 - sphere_owner = { trade_policy = protectionism } - } - modifier = { - factor = 1.5 - overlord = { trade_policy = protectionism } - } - } - } - - option = { - name = "EVTOPTD22581" #Disable it - set_country_flag = trade_policy_choosing_disabled - ai_chance = { factor = 0 } - } + id = 22585 + title = "EVTNAME22581" + desc = "EVTDESC22585" + picture = "private_banks" + + is_triggered_only = yes + + option = { + name = "EVTOPTC22584" #Even more free trade - 0 tariffs max + add_country_modifier = { name = french_liberal_school duration = 3650 } + ai_chance = { + factor = 20 + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.1 + money = 1000000 + } + modifier = { + factor = 1.25 + industrial_score = 1000 + } + } + } + + option = { + name = "EVTOPTA22584" #Free Trade + add_country_modifier = { name = smithian_school duration = 3650 } + ai_chance = { + factor = 30 + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.3 + sphere_owner = { trade_policy = free_trade } + } + modifier = { + factor = 1.8 + overlord = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + money = 100000 + } + modifier = { + factor = 1.1 + money = 200000 + } + modifier = { + factor = 1.1 + money = 400000 + } + modifier = { + factor = 1.1 + money = 800000 + } + modifier = { + factor = 1.25 + money = 1000000 + } + modifier = { + factor = 1.1 + industrial_score = 100 + } + modifier = { + factor = 1.1 + industrial_score = 200 + } + modifier = { + factor = 1.1 + industrial_score = 400 + } + modifier = { + factor = 1.1 + industrial_score = 800 + } + modifier = { + factor = 1.25 + industrial_score = 1000 + } + } + } + + option = { + name = "EVTOPTD22584" #Non-Interventionism + add_country_modifier = { name = non_interventionism_trade_policy duration = 3650 } + ai_chance = { + factor = 25 + modifier = { + factor = 1.1 + nationalvalue = nv_productivity + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.1 + NOT = { money = 10000 } + } + modifier = { + factor = 1.1 + NOT = { money = 20000 } + } + modifier = { + factor = 1.1 + NOT = { money = 30000 } + } + modifier = { + factor = 1.1 + NOT = { money = 40000 } + } + } + } + + option = { + name = "EVTOPTB22581" #No policy + add_country_modifier = { name = no_trade_policy_set duration = 3650 } + ai_chance = { + factor = 25 + modifier = { + factor = 2 + NOT = { ruling_party_ideology = liberal } + } + modifier = { + factor = 2 + NOT = { money = 100000 } + OR = { + tag = AUS + tag = KUK + tag = DNB + tag = TUR + tag = RUS + tag = USA + } + } + modifier = { + factor = 2 + NOT = { money = 5000 } + } + modifier = { + factor = 1.5 + NOT = { money = 20000 } + } + modifier = { + factor = 1.5 + NOT = { money = 50000 } + } + modifier = { + factor = 1.1 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 1.2 + vote_franschise = none_voting + } + modifier = { + factor = 1.1 + colonial_nation = yes + } + modifier = { + factor = 1.1 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.3 } + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + modifier = { + factor = 1.25 + sphere_owner = { trade_policy = protectionism } + } + modifier = { + factor = 1.5 + overlord = { trade_policy = protectionism } + } + } + } + + option = { + name = "EVTOPTD22581" #Disable it + set_country_flag = trade_policy_choosing_disabled + ai_chance = { factor = 0 } + } } #Disrepair - Naval Bases province_event = { - id = 22590 - title = "EVTNAME22590" - desc = "EVTDESC22590" - - trigger = { - NOT = { has_province_modifier = in_disrepair } - has_building = naval_base - owner = { - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - owner = { colonial_nation = yes } - } - modifier = { - factor = 0.9 - owner = { economic_policy = laissez_faire } - } - } - - option = { - name = "EVT22590OPTA" - naval_base = -1 - add_province_modifier = { name = in_disrepair duration = 545 } - } + id = 22590 + title = "EVTNAME22590" + desc = "EVTDESC22590" + + trigger = { + NOT = { has_province_modifier = in_disrepair } + has_building = naval_base + owner = { + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + owner = { colonial_nation = yes } + } + modifier = { + factor = 0.9 + owner = { economic_policy = laissez_faire } + } + } + + option = { + name = "EVT22590OPTA" + naval_base = -1 + add_province_modifier = { name = in_disrepair duration = 545 } + } } #Disrepair - Railways province_event = { - id = 22591 - title = "EVTNAME22591" - desc = "EVTDESC22591" - - trigger = { - NOT = { has_province_modifier = in_disrepair } - has_building = railroad - owner = { - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - owner = { colonial_nation = yes } - } - modifier = { - factor = 0.9 - owner = { economic_policy = laissez_faire } - } - } - - option = { - name = "EVT22590OPTA" - state_scope = { - infrastructure = -1 - add_province_modifier = { name = in_disrepair duration = 545 } - } - } + id = 22591 + title = "EVTNAME22591" + desc = "EVTDESC22591" + + trigger = { + NOT = { has_province_modifier = in_disrepair } + has_building = railroad + owner = { + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + owner = { colonial_nation = yes } + } + modifier = { + factor = 0.9 + owner = { economic_policy = laissez_faire } + } + } + + option = { + name = "EVT22590OPTA" + state_scope = { + infrastructure = -1 + add_province_modifier = { name = in_disrepair duration = 545 } + } + } } #Disrepair - Railways province_event = { - id = 22592 - title = "EVTNAME22592" - desc = "EVTDESC22592" - - trigger = { - NOT = { has_province_modifier = in_disrepair } - has_building = fort - owner = { - OR = { - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - owner = { colonial_nation = yes } - } - modifier = { - factor = 0.9 - owner = { economic_policy = laissez_faire } - } - } - - option = { - name = "EVT22590OPTA" - state_scope = { - fort = -1 - add_province_modifier = { name = in_disrepair duration = 545 } - } - } + id = 22592 + title = "EVTNAME22592" + desc = "EVTDESC22592" + + trigger = { + NOT = { has_province_modifier = in_disrepair } + has_building = fort + owner = { + OR = { + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + owner = { colonial_nation = yes } + } + modifier = { + factor = 0.9 + owner = { economic_policy = laissez_faire } + } + } + + option = { + name = "EVT22590OPTA" + state_scope = { + fort = -1 + add_province_modifier = { name = in_disrepair duration = 545 } + } + } } # # Inflation # country_event = { - # id = 22590 - # title = "EVTNAME22590" - # desc = "EVTDESC22590" - # picture = "private_banks" - - # trigger = { - # money = 5000000 - # ai = yes - # NOT = { - # has_country_modifier = high_inflation_1 - # has_country_modifier = high_inflation_2 - # has_country_modifier = high_inflation_3 - # } - # } - - # mean_time_to_happen = { - # months = 60 - # modifier = { - # factor = 0.9 - # money = 5000000 - # } - # modifier = { - # factor = 0.9 - # money = 5500000 - # } - # modifier = { - # factor = 0.9 - # money = 6000000 - # } - # modifier = { - # factor = 0.9 - # money = 6500000 - # } - # modifier = { - # factor = 0.9 - # money = 7000000 - # } - # modifier = { - # factor = 0.9 - # money = 7500000 - # } - # modifier = { - # factor = 0.9 - # money = 8000000 - # } - # modifier = { - # factor = 0.5 - # money = 10000000 - # } - # } - - # option = { - # name = "EVTOPTA22590" - # random_owned = { - # limit = { - # owner = { - # NOT = { - # has_country_modifier = high_inflation_1 - # has_country_modifier = high_inflation_2 - # has_country_modifier = high_inflation_3 - # } - # } - # } - # owner = { add_country_modifier = { name = high_inflation_1 duration = 3650 } } - # } - # random_owned = { - # limit = { - # owner = { - # has_country_modifier = high_inflation_1 - # NOT = { has_country_modifier = high_inflation_3 } - # } - # } - # owner = { - # remove_country_modifier = high_inflation_1 - # add_country_modifier = { name = high_inflation_2 duration = 3650 } - # } - # } - # random_owned = { - # limit = { - # owner = { has_country_modifier = high_inflation_2 } - # } - # owner = { - # remove_country_modifier = high_inflation_1 - # remove_country_modifier = high_inflation_2 - # add_country_modifier = { name = high_inflation_3 duration = 3650 } - # } - # } - # } + # id = 22590 + # title = "EVTNAME22590" + # desc = "EVTDESC22590" + # picture = "private_banks" + + # trigger = { + # money = 5000000 + # ai = yes + # NOT = { + # has_country_modifier = high_inflation_1 + # has_country_modifier = high_inflation_2 + # has_country_modifier = high_inflation_3 + # } + # } + + # mean_time_to_happen = { + # months = 60 + # modifier = { + # factor = 0.9 + # money = 5000000 + # } + # modifier = { + # factor = 0.9 + # money = 5500000 + # } + # modifier = { + # factor = 0.9 + # money = 6000000 + # } + # modifier = { + # factor = 0.9 + # money = 6500000 + # } + # modifier = { + # factor = 0.9 + # money = 7000000 + # } + # modifier = { + # factor = 0.9 + # money = 7500000 + # } + # modifier = { + # factor = 0.9 + # money = 8000000 + # } + # modifier = { + # factor = 0.5 + # money = 10000000 + # } + # } + + # option = { + # name = "EVTOPTA22590" + # random_owned = { + # limit = { + # owner = { + # NOT = { + # has_country_modifier = high_inflation_1 + # has_country_modifier = high_inflation_2 + # has_country_modifier = high_inflation_3 + # } + # } + # } + # owner = { add_country_modifier = { name = high_inflation_1 duration = 3650 } } + # } + # random_owned = { + # limit = { + # owner = { + # has_country_modifier = high_inflation_1 + # NOT = { has_country_modifier = high_inflation_3 } + # } + # } + # owner = { + # remove_country_modifier = high_inflation_1 + # add_country_modifier = { name = high_inflation_2 duration = 3650 } + # } + # } + # random_owned = { + # limit = { + # owner = { has_country_modifier = high_inflation_2 } + # } + # owner = { + # remove_country_modifier = high_inflation_1 + # remove_country_modifier = high_inflation_2 + # add_country_modifier = { name = high_inflation_3 duration = 3650 } + # } + # } + # } # } diff --git a/HPM/events/ElectionEvents.txt b/HPM/events/ElectionEvents.txt index 1be2f792..62738b5a 100644 --- a/HPM/events/ElectionEvents.txt +++ b/HPM/events/ElectionEvents.txt @@ -9,5561 +9,5560 @@ ########################################################################### # A Heated Debate: Trade Policy country_event = { - id = 14000 - title = "EVTNAME14000" - desc = "EVTDESC14000" - - election = yes - issue_group = trade_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - - option = { - name = "EVTOPTA14000" - any_pop = { - dominant_issue = { - factor = 0.04 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 4 - } - } - } - - option = { - name = "EVTOPTB14000" - any_pop = { - dominant_issue = { - factor = 0.02 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 3 - } - } - } - - option = { - name = "EVTOPTC14000" - random_list = { - 10 = { - any_pop = { - dominant_issue = { - factor = 0.03 - value = free_trade - } - } - } - 10 = { - any_pop = { - dominant_issue = { - factor = 0.03 - value = protectionism - } - } - } - } - } - - option = { - name = "EVTOPTD14000" - any_pop = { - dominant_issue = { - factor = 0.02 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 3 - } - } - } - - option = { - name = "EVTOPTE14000" - any_pop = { - dominant_issue = { - factor = 0.04 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 4 - } - } - } + id = 14000 + title = "EVTNAME14000" + desc = "EVTDESC14000" + + election = yes + issue_group = trade_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + + option = { + name = "EVTOPTA14000" + any_pop = { + dominant_issue = { + factor = 0.04 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 4 + } + } + } + + option = { + name = "EVTOPTB14000" + any_pop = { + dominant_issue = { + factor = 0.02 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 3 + } + } + } + + option = { + name = "EVTOPTC14000" + random_list = { + 10 = { + any_pop = { + dominant_issue = { + factor = 0.03 + value = free_trade + } + } + } + 10 = { + any_pop = { + dominant_issue = { + factor = 0.03 + value = protectionism + } + } + } + } + } + + option = { + name = "EVTOPTD14000" + any_pop = { + dominant_issue = { + factor = 0.02 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 3 + } + } + } + + option = { + name = "EVTOPTE14000" + any_pop = { + dominant_issue = { + factor = 0.04 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 4 + } + } + } } - + # A Heated Debate: Economic Policy country_event = { - id = 14010 - title = "EVTNAME14010" - desc = "EVTDESC14010" - - election = yes - issue_group = economic_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14010" - any_pop = { - dominant_issue = { - factor = 0.04 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTB14010" - any_pop = { - dominant_issue = { - factor = 0.04 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTC14010" - any_pop = { - dominant_issue = { - factor = 0.04 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTD14010" - any_pop = { - dominant_issue = { - factor = 0.04 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } + id = 14010 + title = "EVTNAME14010" + desc = "EVTDESC14010" + + election = yes + issue_group = economic_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14010" + any_pop = { + dominant_issue = { + factor = 0.04 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTB14010" + any_pop = { + dominant_issue = { + factor = 0.04 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTC14010" + any_pop = { + dominant_issue = { + factor = 0.04 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTD14010" + any_pop = { + dominant_issue = { + factor = 0.04 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } } - + # A Heated Debate: Religious Policy country_event = { - id = 14020 - title = "EVTNAME14020" - desc = "EVTDESC14020" - - election = yes - issue_group = religious_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14020" - any_pop = { - dominant_issue = { - factor = 0.04 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTB14020" - any_pop = { - dominant_issue = { - factor = 0.04 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTC14020" - any_pop = { - dominant_issue = { - factor = 0.04 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTD14020" - any_pop = { - dominant_issue = { - factor = 0.04 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } + id = 14020 + title = "EVTNAME14020" + desc = "EVTDESC14020" + + election = yes + issue_group = religious_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14020" + any_pop = { + dominant_issue = { + factor = 0.04 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTB14020" + any_pop = { + dominant_issue = { + factor = 0.04 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTC14020" + any_pop = { + dominant_issue = { + factor = 0.04 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTD14020" + any_pop = { + dominant_issue = { + factor = 0.04 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } } #A Heated Debate: Citizenship Policy country_event = { - id = 14030 - title = "EVTNAME14030" - desc = "EVTDESC14030" - - election = yes - issue_group = citizenship_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14030" - any_pop = { - dominant_issue = { - factor = 0.04 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTB14030" - any_pop = { - dominant_issue = { - factor = 0.04 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTC14030" - any_pop = { - dominant_issue = { - factor = 0.04 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } + id = 14030 + title = "EVTNAME14030" + desc = "EVTDESC14030" + + election = yes + issue_group = citizenship_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14030" + any_pop = { + dominant_issue = { + factor = 0.04 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTB14030" + any_pop = { + dominant_issue = { + factor = 0.04 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTC14030" + any_pop = { + dominant_issue = { + factor = 0.04 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } } - + # Patriots vs. Pacifists: Debating the War Policy Issue in $PROVINCENAME$ country_event = { - id = 14040 - title = "EVTNAME14040" - desc = "EVTDESC14040" - - election = yes - issue_group = war_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14040" - any_pop = { - dominant_issue = { - factor = 0.04 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTB14040" - any_pop = { - dominant_issue = { - factor = 0.04 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTC14040" - any_pop = { - dominant_issue = { - factor = 0.04 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - - option = { - name = "EVTOPTD14040" - any_pop = { - dominant_issue = { - factor = 0.04 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } + id = 14040 + title = "EVTNAME14040" + desc = "EVTDESC14040" + + election = yes + issue_group = war_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14040" + any_pop = { + dominant_issue = { + factor = 0.04 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTB14040" + any_pop = { + dominant_issue = { + factor = 0.04 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTC14040" + any_pop = { + dominant_issue = { + factor = 0.04 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + + option = { + name = "EVTOPTD14040" + any_pop = { + dominant_issue = { + factor = 0.04 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } } #High Tariffs country_event = { - id = 14050 - title = "EVTNAME14050" - desc = "EVTDESC14050" - - election = yes - issue_group = trade_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14050" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.3 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.3 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.3 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.3 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.3 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14050" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = protectionism - } - scaled_militancy = { - issue = free_trade - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14050" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = protectionism - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = protectionism - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = protectionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = protectionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = protectionism - } - } - } - } - - option = { - name = "EVTOPTD14050" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = protectionism - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = protectionism - } - } - } - - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = protectionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = protectionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = protectionism - } - } - } - } - - option = { - name = "EVTOPTE14050" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = protectionism - } - } - } + id = 14050 + title = "EVTNAME14050" + desc = "EVTDESC14050" + + election = yes + issue_group = trade_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14050" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.3 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.3 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.3 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.3 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.3 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14050" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = protectionism + } + scaled_militancy = { + issue = free_trade + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14050" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = protectionism + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = protectionism + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = protectionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = protectionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = protectionism + } + } + } + } + + option = { + name = "EVTOPTD14050" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = protectionism + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = protectionism + } + } + } + + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = protectionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = protectionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = protectionism + } + } + } + } + + option = { + name = "EVTOPTE14050" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = protectionism + } + } + } } #Export and Import country_event = { - id = 14060 - title = "EVTNAME14060" - desc = "EVTDESC14060" - - election = yes - issue_group = trade_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14060" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14060" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = free_trade - } - scaled_militancy = { - issue = protectionism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14060" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = free_trade - } - } - } - } - - option = { - name = "EVTOPTD14060" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = free_trade - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = free_trade - } - } - } - } - - option = { - name = "EVTOPTE14060" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = free_trade - } - } - } + id = 14060 + title = "EVTNAME14060" + desc = "EVTDESC14060" + + election = yes + issue_group = trade_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14060" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14060" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = free_trade + } + scaled_militancy = { + issue = protectionism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14060" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = free_trade + } + } + } + } + + option = { + name = "EVTOPTD14060" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = free_trade + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = free_trade + } + } + } + } + + option = { + name = "EVTOPTE14060" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = free_trade + } + } + } } - + #Monopoly country_event = { - id = 14070 - title = "EVTNAME14070" - desc = "EVTDESC14070" - - election = yes - issue_group = economic_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14070" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14070" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = laissez_faire - } - scaled_militancy = { - issue = planned_economy - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14070" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = laissez_faire - } - } - } - } - - option = { - name = "EVTOPTD14070" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = laissez_faire - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = laissez_faire - } - } - } - } - - option = { - name = "EVTOPTE14070" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = laissez_faire - } - } - } + id = 14070 + title = "EVTNAME14070" + desc = "EVTDESC14070" + + election = yes + issue_group = economic_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14070" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14070" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = laissez_faire + } + scaled_militancy = { + issue = planned_economy + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14070" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = laissez_faire + } + } + } + } + + option = { + name = "EVTOPTD14070" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = laissez_faire + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = laissez_faire + } + } + } + } + + option = { + name = "EVTOPTE14070" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = laissez_faire + } + } + } } #The Production Quota country_event = { - id = 14080 - title = "EVTNAME14080" - desc = "EVTDESC14080" - - election = yes - issue_group = economic_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14080" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14080" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = interventionism - } - scaled_militancy = { - issue = state_capitalism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14080" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = interventionism - } - } - } - } - - option = { - name = "EVTOPTD14080" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = interventionism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = interventionism - } - } - } - } - - option = { - name = "EVTOPTE14080" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = interventionism - } - } - } + id = 14080 + title = "EVTNAME14080" + desc = "EVTDESC14080" + + election = yes + issue_group = economic_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14080" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14080" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = interventionism + } + scaled_militancy = { + issue = state_capitalism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14080" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = interventionism + } + } + } + } + + option = { + name = "EVTOPTD14080" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = interventionism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = interventionism + } + } + } + } + + option = { + name = "EVTOPTE14080" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = interventionism + } + } + } } #Local or State Economy country_event = { - id = 14090 - title = "EVTNAME14090" - desc = "EVTDESC14090" - - election = yes - issue_group = economic_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14090" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14090" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = state_capitalism - } - scaled_militancy = { - issue = interventionism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14090" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = state_capitalism - } - } - } - } - - option = { - name = "EVTOPTD14090" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = state_capitalism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = state_capitalism - } - } - } - } - - option = { - name = "EVTOPTE14090" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = state_capitalism - } - } - } + id = 14090 + title = "EVTNAME14090" + desc = "EVTDESC14090" + + election = yes + issue_group = economic_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14090" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14090" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = state_capitalism + } + scaled_militancy = { + issue = interventionism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14090" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = state_capitalism + } + } + } + } + + option = { + name = "EVTOPTD14090" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = state_capitalism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = state_capitalism + } + } + } + } + + option = { + name = "EVTOPTE14090" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = state_capitalism + } + } + } } #Who produces what? country_event = { - id = 14100 - title = "EVTNAME14100" - desc = "EVTDESC14100" - - election = yes - issue_group = economic_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14100" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14100" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = planned_economy - } - scaled_militancy = { - issue = laissez_faire - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14100" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = planned_economy - } - } - } - } - - option = { - name = "EVTOPTD14100" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = planned_economy - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = planned_economy - } - } - } - } - - option = { - name = "EVTOPTE14100" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = planned_economy - } - } - } + id = 14100 + title = "EVTNAME14100" + desc = "EVTDESC14100" + + election = yes + issue_group = economic_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14100" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14100" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = planned_economy + } + scaled_militancy = { + issue = laissez_faire + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14100" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = planned_economy + } + } + } + } + + option = { + name = "EVTOPTD14100" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = planned_economy + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = planned_economy + } + } + } + } + + option = { + name = "EVTOPTE14100" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = planned_economy + } + } + } } - + #Religious Umbrage country_event = { - id = 14110 - title = "EVTNAME14110" - desc = "EVTDESC14110" - - election = yes - issue_group = religious_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14110" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14110" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_atheism - } - scaled_militancy = { - issue = moralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14110" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_atheism - } - } - } - } - - option = { - name = "EVTOPTD14110" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_atheism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_atheism - } - } - } - } - - option = { - name = "EVTOPTE14110" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = pro_atheism - } - } - } + id = 14110 + title = "EVTNAME14110" + desc = "EVTDESC14110" + + election = yes + issue_group = religious_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14110" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14110" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_atheism + } + scaled_militancy = { + issue = moralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14110" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_atheism + } + } + } + } + + option = { + name = "EVTOPTD14110" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_atheism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_atheism + } + } + } + } + + option = { + name = "EVTOPTE14110" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = pro_atheism + } + } + } } #Neglected Religions country_event = { - id = 14120 - title = "EVTNAME14120" - desc = "EVTDESC14120" - - election = yes - issue_group = religious_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14120" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14120" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = secularized - } - scaled_militancy = { - issue = pluralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14120" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = secularized - } - } - } - } - - option = { - name = "EVTOPTD14120" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = secularized - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = secularized - } - } - } - } - - option = { - name = "EVTOPTE14120" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = secularized - } - } - } + id = 14120 + title = "EVTNAME14120" + desc = "EVTDESC14120" + + election = yes + issue_group = religious_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14120" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14120" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = secularized + } + scaled_militancy = { + issue = pluralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14120" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = secularized + } + } + } + } + + option = { + name = "EVTOPTD14120" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = secularized + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = secularized + } + } + } + } + + option = { + name = "EVTOPTE14120" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = secularized + } + } + } } #Too Many Religions? country_event = { - id = 14130 - title = "EVTNAME14130" - desc = "EVTDESC14130" - - election = yes - issue_group = religious_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14130" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14130" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pluralism - } - scaled_militancy = { - issue = secularized - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14130" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pluralism - } - } - } - } - - option = { - name = "EVTOPTD14130" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pluralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pluralism - } - } - } - } - - option = { - name = "EVTOPTE14130" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = pluralism - } - } - } + id = 14130 + title = "EVTNAME14130" + desc = "EVTDESC14130" + + election = yes + issue_group = religious_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14130" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14130" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pluralism + } + scaled_militancy = { + issue = secularized + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14130" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pluralism + } + } + } + } + + option = { + name = "EVTOPTD14130" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pluralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pluralism + } + } + } + } + + option = { + name = "EVTOPTE14130" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = pluralism + } + } + } } #A Holy Place country_event = { - id = 14140 - title = "EVTNAME14140" - desc = "EVTDESC14140" - - election = yes - issue_group = religious_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14140" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14140" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = moralism - } - scaled_militancy = { - issue = pro_atheism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14140" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = moralism - } - } - } - } - - option = { - name = "EVTOPTD14140" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } - } - - option = { - name = "EVTOPTE14140" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = moralism - } - } - } + id = 14140 + title = "EVTNAME14140" + desc = "EVTDESC14140" + + election = yes + issue_group = religious_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14140" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14140" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = moralism + } + scaled_militancy = { + issue = pro_atheism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14140" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = moralism + } + } + } + } + + option = { + name = "EVTOPTD14140" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } + } + + option = { + name = "EVTOPTE14140" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = moralism + } + } + } } #Immigration and Jobs country_event = { - id = 14150 - title = "EVTNAME14150" - desc = "EVTDESC14150" - - election = yes - issue_group = citizenship_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14150" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14150" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = residency - } - scaled_militancy = { - issue = limited_citizenship - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14150" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = residency - } - } - } - } - - option = { - name = "EVTOPTD14150" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = residency - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = residency - } - } - } - } - - option = { - name = "EVTOPTE14150" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = residency - } - } - } + id = 14150 + title = "EVTNAME14150" + desc = "EVTDESC14150" + + election = yes + issue_group = citizenship_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14150" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14150" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = residency + } + scaled_militancy = { + issue = limited_citizenship + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14150" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = residency + } + } + } + } + + option = { + name = "EVTOPTD14150" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = residency + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = residency + } + } + } + } + + option = { + name = "EVTOPTE14150" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = residency + } + } + } } - + #A Difficult Situation country_event = { - id = 14160 - title = "EVTNAME14160" - desc = "EVTDESC14160" - - election = yes - issue_group = citizenship_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14160" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14160" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = limited_citizenship - } - scaled_militancy = { - issue = full_citizenship - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14160" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = limited_citizenship - } - } - } - } - - option = { - name = "EVTOPTD14160" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = limited_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = limited_citizenship - } - } - } - } - - option = { - name = "EVTOPTE14160" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = limited_citizenship - } - } - } + id = 14160 + title = "EVTNAME14160" + desc = "EVTDESC14160" + + election = yes + issue_group = citizenship_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14160" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14160" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = limited_citizenship + } + scaled_militancy = { + issue = full_citizenship + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14160" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = limited_citizenship + } + } + } + } + + option = { + name = "EVTOPTD14160" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = limited_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = limited_citizenship + } + } + } + } + + option = { + name = "EVTOPTE14160" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = limited_citizenship + } + } + } } #Voting & New Citizens country_event = { - id = 14170 - title = "EVTNAME14170" - desc = "EVTDESC14170" - - election = yes - issue_group = citizenship_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14170" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14170" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = full_citizenship - } - scaled_militancy = { - issue = residency - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14170" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = full_citizenship - } - } - } - } - - option = { - name = "EVTOPTD14170" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = full_citizenship - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = full_citizenship - } - } - } - } - - option = { - name = "EVTOPTE14170" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = full_citizenship - } - } - } + id = 14170 + title = "EVTNAME14170" + desc = "EVTDESC14170" + + election = yes + issue_group = citizenship_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14170" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14170" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = full_citizenship + } + scaled_militancy = { + issue = residency + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14170" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = full_citizenship + } + } + } + } + + option = { + name = "EVTOPTD14170" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = full_citizenship + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = full_citizenship + } + } + } + } + + option = { + name = "EVTOPTE14170" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = full_citizenship + } + } + } } #Bickering Neighbour country_event = { - id = 14180 - title = "EVTNAME14180" - desc = "EVTDESC14180" - - election = yes - issue_group = war_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14180" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14180" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14180" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = jingoism - } - } - } - } - - option = { - name = "EVTOPTD14180" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - } - } - - option = { - name = "EVTOPTE14180" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = jingoism - } - } - } + id = 14180 + title = "EVTNAME14180" + desc = "EVTDESC14180" + + election = yes + issue_group = war_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14180" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14180" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14180" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = jingoism + } + } + } + } + + option = { + name = "EVTOPTD14180" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + } + } + + option = { + name = "EVTOPTE14180" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = jingoism + } + } + } } #A Soldier's Stomach country_event = { - id = 14190 - title = "EVTNAME14190" - desc = "EVTDESC14190" - - election = yes - issue_group = war_policy - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14190" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14190" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pro_military - } - scaled_militancy = { - issue = anti_military - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14190" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pro_military - } - } - } - } - - option = { - name = "EVTOPTD14190" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - } - } - - option = { - name = "EVTOPTE14190" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = pro_military - } - } - } + id = 14190 + title = "EVTNAME14190" + desc = "EVTDESC14190" + + election = yes + issue_group = war_policy + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14190" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14190" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pro_military + } + scaled_militancy = { + issue = anti_military + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14190" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pro_military + } + } + } + } + + option = { + name = "EVTOPTD14190" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + } + } + + option = { + name = "EVTOPTE14190" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = pro_military + } + } + } } #Too Stale for War? country_event = { - id = 14200 - title = "EVTNAME14200" - desc = "EVTDESC14200" - - issue_group = war_policy - election = yes - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14200" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14200" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = anti_military - } - scaled_militancy = { - issue = pro_military - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14200" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = anti_military - } - } - } - } - - option = { - name = "EVTOPTD14200" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = anti_military - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = anti_military - } - } - } - } - - option = { - name = "EVTOPTE14200" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = anti_military - } - } - } + id = 14200 + title = "EVTNAME14200" + desc = "EVTDESC14200" + + issue_group = war_policy + election = yes + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14200" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB14200" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = anti_military + } + scaled_militancy = { + issue = pro_military + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14200" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = anti_military + } + } + } + } + + option = { + name = "EVTOPTD14200" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = anti_military + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = anti_military + } + } + } + } + + option = { + name = "EVTOPTE14200" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = anti_military + } + } + } } #Words or Violence country_event = { - id = 14210 - title = "EVTNAME14210" - desc = "EVTDESC14210" - - - issue_group = war_policy - election = yes - is_triggered_only = yes - #trigger = { country = { has_country_modifier = will_influence_elections } } - - option = { - name = "EVTOPTA14210" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.30 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB14210" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.25 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTC14210" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = pacifism - } - } - } - } - - option = { - name = "EVTOPTD14210" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 5 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 10 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 15 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } - random_state = { - limit = { - owner = { number_of_states = 20 } - is_colonial = no - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } - } - - option = { - name = "EVTOPTE14210" - any_pop = { - dominant_issue = { - factor = 0.03 #was 0.05 - value = pacifism - } - } - } -} + id = 14210 + title = "EVTNAME14210" + desc = "EVTDESC14210" + + + issue_group = war_policy + election = yes + is_triggered_only = yes + #trigger = { country = { has_country_modifier = will_influence_elections } } + + option = { + name = "EVTOPTA14210" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.30 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + } + option = { + name = "EVTOPTB14210" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.25 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTC14210" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = pacifism + } + } + } + } + + option = { + name = "EVTOPTD14210" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 5 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 10 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 15 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } + random_state = { + limit = { + owner = { number_of_states = 20 } + is_colonial = no + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } + } + + option = { + name = "EVTOPTE14210" + any_pop = { + dominant_issue = { + factor = 0.03 #was 0.05 + value = pacifism + } + } + } +} diff --git a/HPM/events/Ethiopia.txt b/HPM/events/Ethiopia.txt index cf3b14d4..4310fc5b 100644 --- a/HPM/events/Ethiopia.txt +++ b/HPM/events/Ethiopia.txt @@ -1,104 +1,104 @@ #Taking events from 11100 to 11200 #The Rise of Tewodros country_event = { - id = 111000 - title = "EVTNAME111000" - desc = "EVTDESC111000" - picture = "ethiopian_soldiers_marching" - - trigger = { - owns = 1855 - capital_scope = { continent = africa } - OR = { - tag = GON - tag = TIG - tag = SHW - } - militancy = 2 - year = 1850 - NOT = { exists = ETH } - } - - fire_only_once = yes + id = 111000 + title = "EVTNAME111000" + desc = "EVTDESC111000" + picture = "ethiopian_soldiers_marching" - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT111000OPTA" - prestige = -20 - set_country_flag = tewodros_rules - add_country_modifier = { name = tewodros_reforms duration = 730 } - GON = { all_core = { add_core = THIS } } - TIG = { any_owned = { limit = { is_core = TIG } add_core = THIS } } - SHW = { all_core = { add_core = THIS } } - any_pop = { - limit = { has_pop_culture = amhara } - militancy = -1 - } - random_owned = { - limit = { owner = { tag = SHW } } - owner = { - primary_culture = amhara - add_accepted_culture = oromo - } - } - random_owned = { - limit = { owner = { tag = TIG } } - owner = { - remove_accepted_culture = amhara - primary_culture = amhara - add_accepted_culture = tigray - add_accepted_culture = oromo - } - } - random_owned = { - limit = { owner = { tag = GON } } - owner = { - add_accepted_culture = oromo - } - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT111000OPTB" #Resist him - any_pop = { limit = { has_pop_culture = amhara } militancy = 6 } - add_country_modifier = { name = national_confusion duration = 730 } - capital_scope = { change_controller = REB } - ai_chance = { factor = 10 } - } + trigger = { + owns = 1855 + capital_scope = { continent = africa } + OR = { + tag = GON + tag = TIG + tag = SHW + } + militancy = 2 + year = 1850 + NOT = { exists = ETH } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT111000OPTA" + prestige = -20 + set_country_flag = tewodros_rules + add_country_modifier = { name = tewodros_reforms duration = 730 } + GON = { all_core = { add_core = THIS } } + TIG = { any_owned = { limit = { is_core = TIG } add_core = THIS } } + SHW = { all_core = { add_core = THIS } } + any_pop = { + limit = { has_pop_culture = amhara } + militancy = -1 + } + random_owned = { + limit = { owner = { tag = SHW } } + owner = { + primary_culture = amhara + add_accepted_culture = oromo + } + } + random_owned = { + limit = { owner = { tag = TIG } } + owner = { + remove_accepted_culture = amhara + primary_culture = amhara + add_accepted_culture = tigray + add_accepted_culture = oromo + } + } + random_owned = { + limit = { owner = { tag = GON } } + owner = { + add_accepted_culture = oromo + } + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT111000OPTB" #Resist him + any_pop = { limit = { has_pop_culture = amhara } militancy = 6 } + add_country_modifier = { name = national_confusion duration = 730 } + capital_scope = { change_controller = REB } + ai_chance = { factor = 10 } + } } #The Coronation of Tewodros country_event = { - id = 111001 - title = "EVTNAME111001" - desc = "EVTDESC111001" - picture = "tewodros" - - trigger = { - has_country_flag = tewodros_rules - owns = 1852 - owns = 1853 - war = no - OR = { - owns = 1857 - owns = 1859 - } - NOT = { tag = ETH } - ETH = { exists = no } - } - - fire_only_once = yes + id = 111001 + title = "EVTNAME111001" + desc = "EVTDESC111001" + picture = "tewodros" + + trigger = { + has_country_flag = tewodros_rules + owns = 1852 + owns = 1853 + war = no + OR = { + owns = 1857 + owns = 1859 + } + NOT = { tag = ETH } + ETH = { exists = no } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT111001OPTA" - set_global_flag = is_negusa_nagast - remove_country_modifier = tewodros_reforms - add_country_modifier = { name = disunited_country duration = 2920 } - capital = 1853 - change_tag = ETH - } + option = { + name = "EVT111001OPTA" + set_global_flag = is_negusa_nagast + remove_country_modifier = tewodros_reforms + add_country_modifier = { name = disunited_country duration = 2920 } + capital = 1853 + change_tag = ETH + } } diff --git a/HPM/events/Exploration.txt b/HPM/events/Exploration.txt index e923acbd..b7758443 100644 --- a/HPM/events/Exploration.txt +++ b/HPM/events/Exploration.txt @@ -5,1326 +5,1326 @@ ## Discovery of the Source of the Nile country_event = { - id = 23200 # First attempt - - trigger = { - NOT = { has_global_flag = NileDiscovered } - NOT = { has_country_flag = NoGoToNile } - NOT = { has_country_flag = YesGoToNileAgain } - NOT = { has_country_flag = YesGoToNile } - NOT = { has_country_flag = YesGoToNileThird } - NOT = { owns = 2019 } # Entebbe, where direct source of Nile is located - is_greater_power = yes # Nation is a great power - year = 1858 # Will happen sometime after 1866 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.6 - year = 1870 - } - modifier = { - factor = 0.6 - year = 1875 - } - modifier = { - factor = 0.6 - year = 1880 - } - } - - title = "EVTNAME23200" - desc = "EVTDESC23200" - picture = "Nile" - - - option = { - name = "EVTOPTA23200" # Support the mission - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - OR = { - tag = RUS - tag = TUR - tag = AUS - tag = KUK - } - } - modifier = { - factor = 0.5 - rank = 3 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { owner = { money = 30000 } } - owner = { treasury = -30000 } - } - set_country_flag = YesGoToNile - } - option = { - name = "EVTOPTB23200" # Consider the idea later - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - prestige = -5 - } - option = { - name = "EVTOPTC23200" # Reject the idea - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { rank = 6 } - } - } - set_country_flag = NoGoToNile - prestige = -10 - } + id = 23200 # First attempt + + trigger = { + NOT = { has_global_flag = NileDiscovered } + NOT = { has_country_flag = NoGoToNile } + NOT = { has_country_flag = YesGoToNileAgain } + NOT = { has_country_flag = YesGoToNile } + NOT = { has_country_flag = YesGoToNileThird } + NOT = { owns = 2019 } # Entebbe, where direct source of Nile is located + is_greater_power = yes # Nation is a great power + year = 1858 # Will happen sometime after 1866 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.6 + year = 1870 + } + modifier = { + factor = 0.6 + year = 1875 + } + modifier = { + factor = 0.6 + year = 1880 + } + } + + title = "EVTNAME23200" + desc = "EVTDESC23200" + picture = "Nile" + + + option = { + name = "EVTOPTA23200" # Support the mission + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + OR = { + tag = RUS + tag = TUR + tag = AUS + tag = KUK + } + } + modifier = { + factor = 0.5 + rank = 3 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { owner = { money = 30000 } } + owner = { treasury = -30000 } + } + set_country_flag = YesGoToNile + } + option = { + name = "EVTOPTB23200" # Consider the idea later + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + prestige = -5 + } + option = { + name = "EVTOPTC23200" # Reject the idea + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { rank = 6 } + } + } + set_country_flag = NoGoToNile + prestige = -10 + } } country_event = { - - id = 23201 # First attempt fails, try again? - - trigger = { - has_country_flag = YesGoToNile - NOT = { has_global_flag = NileDiscovered } - NOT = { has_country_flag = NoGoToNile } - year = 1868 # Will happen sometime after 1868 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.6 - year = 1870 - } - modifier = { - factor = 0.6 - year = 1874 - } - modifier = { - factor = 0.6 - year = 1878 - } - } - - title = "EVTNAME23201" - desc = "EVTDESC23201" - picture = "Nile" - - option = { - name = "EVTOPTA23201" # Fund second attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - set_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNile - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToNile - set_country_flag = NoGoToNile - prestige = -25 - } + + id = 23201 # First attempt fails, try again? + + trigger = { + has_country_flag = YesGoToNile + NOT = { has_global_flag = NileDiscovered } + NOT = { has_country_flag = NoGoToNile } + year = 1868 # Will happen sometime after 1868 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.6 + year = 1870 + } + modifier = { + factor = 0.6 + year = 1874 + } + modifier = { + factor = 0.6 + year = 1878 + } + } + + title = "EVTNAME23201" + desc = "EVTDESC23201" + picture = "Nile" + + option = { + name = "EVTOPTA23201" # Fund second attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + set_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNile + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToNile + set_country_flag = NoGoToNile + prestige = -25 + } } country_event = { - id = 23202 # Our Mission to the Nile is lost - - trigger = { - has_country_flag = YesGoToNileAgain - NOT = { has_global_flag = NileDiscovered } - NOT = { has_country_flag = NoGoToNile } - year = 1869 # Will happen sometime after 1869 - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.3 - year = 1873 - } - modifier = { - factor = 0.6 - year = 1874 - } - modifier = { - factor = 0.8 - year = 1877 - } - } - - title = "EVTNAME23202" - desc = "EVTDESC23202" - picture = "Nile" - - option = { - name = "EVTOPTA23201" # Fund third attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - set_country_flag = YesGoToNileThird - clr_country_flag = YesGoToNileAgain - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToNileAgain - set_country_flag = NoGoToNile - prestige = -25 - } + id = 23202 # Our Mission to the Nile is lost + + trigger = { + has_country_flag = YesGoToNileAgain + NOT = { has_global_flag = NileDiscovered } + NOT = { has_country_flag = NoGoToNile } + year = 1869 # Will happen sometime after 1869 + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.3 + year = 1873 + } + modifier = { + factor = 0.6 + year = 1874 + } + modifier = { + factor = 0.8 + year = 1877 + } + } + + title = "EVTNAME23202" + desc = "EVTDESC23202" + picture = "Nile" + + option = { + name = "EVTOPTA23201" # Fund third attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + set_country_flag = YesGoToNileThird + clr_country_flag = YesGoToNileAgain + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToNileAgain + set_country_flag = NoGoToNile + prestige = -25 + } } country_event = { - id = 23203 # The Nile Source is discovered! - title = "EVTNAME23203" - desc = "EVTDESC232000000" - picture = "Nile" - news = yes - news_desc_long = "EVTDESC23203_NEWS_LONG" - news_desc_medium = "EVTDESC23203_NEWS_MEDIUM" - news_desc_short = "EVTDESC23203_NEWS_SHORT" - - trigger = { - or = { - has_country_flag = YesGoToNileAgain - has_country_flag = YesGoToNileThird - } - NOT = { has_global_flag = NileDiscovered } - NOT = { has_country_flag = NoGoToNile } - year = 1870 # Will happen sometime after 1870 - } - - mean_time_to_happen = { - months = 60 - - modifier = { - factor = 0.4 - year = 1872 - } - modifier = { - factor = 0.7 - year = 1874 - } - modifier = { - factor = 0.9 - year = 1876 - } - - modifier = { - factor = 0.5 - OR = { - is_sphere_leader_of = EGY - is_sphere_leader_of = SUD - } - } - - modifier = { - factor = 0.7 - any_owned_province = { - OR = { - province_id = 1763 - province_id = 1764 - province_id = 1762 - province_id = 2559 - province_id = 1769 - province_id = 1767 - province_id = 1768 - province_id = 1766 - province_id = 1835 - province_id = 1837 - province_id = 1827 - province_id = 1831 - province_id = 1832 - } - } - } - - modifier = { - factor = 0.8 - NOT = { tech_school = naval_tech_school } - } - - modifier = { - factor = 0.01 - OR = { - owns = 2044 - owns = 2019 - owns = 2023 - owns = 2018 - } - } - - modifier = { - factor = 0.3 - rank = 1 - NOT = { rank = 2 } - } - - modifier = { - factor = 1.5 - NOT = { capital_scope = { continent = europe } } - } - - modifier = { - factor = 2 - NOT = { raider_group_doctrine = 1 } - } - } - - option = { - name = "EVTOPTA232000000" - prestige = 100 - set_global_flag = NileDiscovered - clr_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNileThird - random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Victoria" } } - random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Wilhelm" } } - random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Franz" } } - random_owned = { limit = { owner = { primary_culture = north_italian } } 3102 = { change_province_name = "Lake Vittorio" } } - random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Romanov" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Carlos" } } - random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Bourbon" } } - random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Osmanli" } } - random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Orange" } } - random_owned = { limit = { owner = { primary_culture = south_italian } } 3102 = { change_province_name = "Lake Francesco" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Afonso" } } - random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Gustavus" } } - random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Frederick" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Ludwig" } } - random_owned = { - limit = { owner = { NOT = { capital = 1745 } is_culture_group = arab } } - 3102 = { change_province_name = "Lake al-Idrisi" } - } - random_owned = { limit = { owner = { capital = 1745 } } 3102 = { change_province_name = "Lake Ali Pasha" } } - random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Franz" } } - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - primary_culture = british - primary_culture = north_italian - primary_culture = south_italian - primary_culture = north_german - capital = 619 - capital = 599 - primary_culture = russian - primary_culture = spanish - primary_culture = french - primary_culture = turkish - primary_culture = dutch - primary_culture = portuguese - primary_culture = swedish - primary_culture = danish - primary_culture = wallonian - is_culture_group = arab - } - } - } - } - 3102 = { change_province_name = "Lake Victoria" } - } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTB232000000" - prestige = 100 - set_global_flag = NileDiscovered - clr_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNileThird - random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Wellesley" } } - random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Bismarck" } } - random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Metternich" } } - random_owned = { limit = { owner = { primary_culture = north_italian } } 3102 = { change_province_name = "Lake Cavour" } } - random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Yekaterina" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Isabella" } } - random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Napoleon" } } - random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Mehmed" } } - random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Nassau" } } - random_owned = { limit = { owner = { primary_culture = south_italian } } 3102 = { change_province_name = "Lake Ferdinando" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Bragança" } } - random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Vasa" } } - random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Reventlow" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Saxe-Cobourg" } } - random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake al-Walid" } } - random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Wittelsbach" } } - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - primary_culture = british - primary_culture = north_italian - primary_culture = south_italian - primary_culture = north_german - capital = 619 - capital = 599 - primary_culture = russian - primary_culture = spanish - primary_culture = french - primary_culture = turkish - primary_culture = dutch - primary_culture = portuguese - primary_culture = swedish - primary_culture = danish - primary_culture = wallonian - is_culture_group = arab - } - } - } - } - 3102 = { change_province_name = "Lake Victoria" } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTC232000000" - prestige = 100 - set_global_flag = NileDiscovered - clr_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNileThird - random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Waterloo" } } - random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Von Moltke" } } - random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Habsburg" } } - random_owned = { - limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } - 3102 = { change_province_name = "Lake Garibaldi" } - } - random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Pyotr" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Castile" } } - random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Descartes" } } - random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Arslan" } } - random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Willem" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Sebastião" } } - random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Eric" } } - random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Harthacnut" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Mercator" } } - random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake Arabia" } } - random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Boniface" } } - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - primary_culture = british - primary_culture = north_italian - primary_culture = south_italian - primary_culture = north_german - capital = 619 - capital = 599 - primary_culture = russian - primary_culture = spanish - primary_culture = french - primary_culture = turkish - primary_culture = dutch - primary_culture = portuguese - primary_culture = swedish - primary_culture = danish - primary_culture = wallonian - is_culture_group = arab - } - } - } - } - 3102 = { change_province_name = "Lake Victoria" } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTD232000000" - prestige = 100 - set_global_flag = NileDiscovered - clr_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNileThird - random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Britannia" } } - random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Germania" } } - random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Österreich" } } - random_owned = { - limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } - 3102 = { change_province_name = "Lake Italia" } - } - random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Russia" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Hispania" } } - random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Marianne" } } - random_owned = { - limit = { owner = { OR = { primary_culture = turkish is_culture_group = arab } } } - 3102 = { change_province_name = "Lake Fatimah" } - } - random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Maurice" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Lusitania" } } - random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Svea" } } - random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Holger" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Belgica" } } - random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Bayern" } } - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - primary_culture = british - primary_culture = north_italian - primary_culture = south_italian - primary_culture = north_german - capital = 619 - capital = 599 - primary_culture = russian - primary_culture = spanish - primary_culture = french - primary_culture = turkish - primary_culture = dutch - primary_culture = portuguese - primary_culture = swedish - primary_culture = danish - primary_culture = wallonian - is_culture_group = arab - } - } - } - } - 3102 = { change_province_name = "Lake Victoria" } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTE232000000" - prestige = 100 - set_global_flag = NileDiscovered - clr_country_flag = YesGoToNileAgain - clr_country_flag = YesGoToNileThird - random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake London" } } - random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Berlin" } } - random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Vienna" } } - random_owned = { - limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } - 3102 = { change_province_name = "Lake Rome" } - } - random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Moscow" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Madrid" } } - random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Paris" } } - random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Istanbul" } } - random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Amsterdam" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Lisbon" } } - random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Stockholm" } } - random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Copenhagen" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Brussels" } } - random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake Makkah" } } - random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Munich" } } - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - primary_culture = british - primary_culture = north_italian - primary_culture = south_italian - primary_culture = north_german - capital = 619 - capital = 599 - primary_culture = russian - primary_culture = spanish - primary_culture = french - primary_culture = turkish - primary_culture = dutch - primary_culture = portuguese - primary_culture = swedish - primary_culture = danish - primary_culture = wallonian - is_culture_group = arab - } - } - } - } - 3102 = { change_province_name = "Lake Victoria" } - } - ai_chance = { factor = 0 } - } + id = 23203 # The Nile Source is discovered! + title = "EVTNAME23203" + desc = "EVTDESC232000000" + picture = "Nile" + news = yes + news_desc_long = "EVTDESC23203_NEWS_LONG" + news_desc_medium = "EVTDESC23203_NEWS_MEDIUM" + news_desc_short = "EVTDESC23203_NEWS_SHORT" + + trigger = { + or = { + has_country_flag = YesGoToNileAgain + has_country_flag = YesGoToNileThird + } + NOT = { has_global_flag = NileDiscovered } + NOT = { has_country_flag = NoGoToNile } + year = 1870 # Will happen sometime after 1870 + } + + mean_time_to_happen = { + months = 60 + + modifier = { + factor = 0.4 + year = 1872 + } + modifier = { + factor = 0.7 + year = 1874 + } + modifier = { + factor = 0.9 + year = 1876 + } + + modifier = { + factor = 0.5 + OR = { + is_sphere_leader_of = EGY + is_sphere_leader_of = SUD + } + } + + modifier = { + factor = 0.7 + any_owned_province = { + OR = { + province_id = 1763 + province_id = 1764 + province_id = 1762 + province_id = 2559 + province_id = 1769 + province_id = 1767 + province_id = 1768 + province_id = 1766 + province_id = 1835 + province_id = 1837 + province_id = 1827 + province_id = 1831 + province_id = 1832 + } + } + } + + modifier = { + factor = 0.8 + NOT = { tech_school = naval_tech_school } + } + + modifier = { + factor = 0.01 + OR = { + owns = 2044 + owns = 2019 + owns = 2023 + owns = 2018 + } + } + + modifier = { + factor = 0.3 + rank = 1 + NOT = { rank = 2 } + } + + modifier = { + factor = 1.5 + NOT = { capital_scope = { continent = europe } } + } + + modifier = { + factor = 2 + NOT = { raider_group_doctrine = 1 } + } + } + + option = { + name = "EVTOPTA232000000" + prestige = 100 + set_global_flag = NileDiscovered + clr_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNileThird + random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Victoria" } } + random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Wilhelm" } } + random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Franz" } } + random_owned = { limit = { owner = { primary_culture = north_italian } } 3102 = { change_province_name = "Lake Vittorio" } } + random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Romanov" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Carlos" } } + random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Bourbon" } } + random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Osmanli" } } + random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Orange" } } + random_owned = { limit = { owner = { primary_culture = south_italian } } 3102 = { change_province_name = "Lake Francesco" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Afonso" } } + random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Gustavus" } } + random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Frederick" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Ludwig" } } + random_owned = { + limit = { owner = { NOT = { capital = 1745 } is_culture_group = arab } } + 3102 = { change_province_name = "Lake al-Idrisi" } + } + random_owned = { limit = { owner = { capital = 1745 } } 3102 = { change_province_name = "Lake Ali Pasha" } } + random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Franz" } } + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + primary_culture = british + primary_culture = north_italian + primary_culture = south_italian + primary_culture = north_german + capital = 619 + capital = 599 + primary_culture = russian + primary_culture = spanish + primary_culture = french + primary_culture = turkish + primary_culture = dutch + primary_culture = portuguese + primary_culture = swedish + primary_culture = danish + primary_culture = wallonian + is_culture_group = arab + } + } + } + } + 3102 = { change_province_name = "Lake Victoria" } + } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTB232000000" + prestige = 100 + set_global_flag = NileDiscovered + clr_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNileThird + random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Wellesley" } } + random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Bismarck" } } + random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Metternich" } } + random_owned = { limit = { owner = { primary_culture = north_italian } } 3102 = { change_province_name = "Lake Cavour" } } + random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Yekaterina" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Isabella" } } + random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Napoleon" } } + random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Mehmed" } } + random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Nassau" } } + random_owned = { limit = { owner = { primary_culture = south_italian } } 3102 = { change_province_name = "Lake Ferdinando" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Bragança" } } + random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Vasa" } } + random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Reventlow" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Saxe-Cobourg" } } + random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake al-Walid" } } + random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Wittelsbach" } } + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + primary_culture = british + primary_culture = north_italian + primary_culture = south_italian + primary_culture = north_german + capital = 619 + capital = 599 + primary_culture = russian + primary_culture = spanish + primary_culture = french + primary_culture = turkish + primary_culture = dutch + primary_culture = portuguese + primary_culture = swedish + primary_culture = danish + primary_culture = wallonian + is_culture_group = arab + } + } + } + } + 3102 = { change_province_name = "Lake Victoria" } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTC232000000" + prestige = 100 + set_global_flag = NileDiscovered + clr_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNileThird + random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Waterloo" } } + random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Von Moltke" } } + random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Habsburg" } } + random_owned = { + limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } + 3102 = { change_province_name = "Lake Garibaldi" } + } + random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Pyotr" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Castile" } } + random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Descartes" } } + random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Arslan" } } + random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Willem" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Sebastião" } } + random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Eric" } } + random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Harthacnut" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Mercator" } } + random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake Arabia" } } + random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Boniface" } } + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + primary_culture = british + primary_culture = north_italian + primary_culture = south_italian + primary_culture = north_german + capital = 619 + capital = 599 + primary_culture = russian + primary_culture = spanish + primary_culture = french + primary_culture = turkish + primary_culture = dutch + primary_culture = portuguese + primary_culture = swedish + primary_culture = danish + primary_culture = wallonian + is_culture_group = arab + } + } + } + } + 3102 = { change_province_name = "Lake Victoria" } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTD232000000" + prestige = 100 + set_global_flag = NileDiscovered + clr_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNileThird + random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake Britannia" } } + random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Germania" } } + random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Österreich" } } + random_owned = { + limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } + 3102 = { change_province_name = "Lake Italia" } + } + random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Russia" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Hispania" } } + random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Marianne" } } + random_owned = { + limit = { owner = { OR = { primary_culture = turkish is_culture_group = arab } } } + 3102 = { change_province_name = "Lake Fatimah" } + } + random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Maurice" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Lusitania" } } + random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Svea" } } + random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Holger" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Belgica" } } + random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Bayern" } } + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + primary_culture = british + primary_culture = north_italian + primary_culture = south_italian + primary_culture = north_german + capital = 619 + capital = 599 + primary_culture = russian + primary_culture = spanish + primary_culture = french + primary_culture = turkish + primary_culture = dutch + primary_culture = portuguese + primary_culture = swedish + primary_culture = danish + primary_culture = wallonian + is_culture_group = arab + } + } + } + } + 3102 = { change_province_name = "Lake Victoria" } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTE232000000" + prestige = 100 + set_global_flag = NileDiscovered + clr_country_flag = YesGoToNileAgain + clr_country_flag = YesGoToNileThird + random_owned = { limit = { owner = { primary_culture = british } } 3102 = { change_province_name = "Lake London" } } + random_owned = { limit = { owner = { primary_culture = north_german } } 3102 = { change_province_name = "Lake Berlin" } } + random_owned = { limit = { owner = { capital = 619 } } 3102 = { change_province_name = "Lake Vienna" } } + random_owned = { + limit = { owner = { OR = { primary_culture = north_italian primary_culture = south_italian } } } + 3102 = { change_province_name = "Lake Rome" } + } + random_owned = { limit = { owner = { primary_culture = russian } } 3102 = { change_province_name = "Lake Moscow" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 3102 = { change_province_name = "Lake Madrid" } } + random_owned = { limit = { owner = { primary_culture = french } } 3102 = { change_province_name = "Lake Paris" } } + random_owned = { limit = { owner = { primary_culture = turkish } } 3102 = { change_province_name = "Lake Istanbul" } } + random_owned = { limit = { owner = { primary_culture = dutch } } 3102 = { change_province_name = "Lake Amsterdam" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 3102 = { change_province_name = "Lake Lisbon" } } + random_owned = { limit = { owner = { primary_culture = swedish } } 3102 = { change_province_name = "Lake Stockholm" } } + random_owned = { limit = { owner = { primary_culture = danish } } 3102 = { change_province_name = "Lake Copenhagen" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 3102 = { change_province_name = "Lake Brussels" } } + random_owned = { limit = { owner = { is_culture_group = arab } } 3102 = { change_province_name = "Lake Makkah" } } + random_owned = { limit = { owner = { capital = 599 } } 3102 = { change_province_name = "Lake Munich" } } + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + primary_culture = british + primary_culture = north_italian + primary_culture = south_italian + primary_culture = north_german + capital = 619 + capital = 599 + primary_culture = russian + primary_culture = spanish + primary_culture = french + primary_culture = turkish + primary_culture = dutch + primary_culture = portuguese + primary_culture = swedish + primary_culture = danish + primary_culture = wallonian + is_culture_group = arab + } + } + } + } + 3102 = { change_province_name = "Lake Victoria" } + } + ai_chance = { factor = 0 } + } } ## Discovery of the North Pole country_event = { - id = 23204 # First attempt - - trigger = { - NOT = { has_global_flag = NorthPoleDiscovered } - NOT = { has_country_flag = NoGoToNorthPole } - NOT = { has_country_flag = YesGoToNorthPole } - NOT = { has_country_flag = YesGoToNorthPole } - NOT = { has_country_flag = YesGoToNorthPoleThird } - is_greater_power = yes # Nation is a great power - year = 1895 # Will happen sometime after 1895 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.6 - year = 1897 - } - modifier = { - factor = 0.6 - year = 1899 - } - modifier = { - factor = 0.6 - year = 1900 - } - } - - title = "EVTNAME23204" - desc = "EVTDESC23204" - picture = "NorthPole1" - - option = { - name = "EVTOPTA23200" # Support the mission - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { owner = { money = 30000 } } - owner = { treasury = -30000 } - } - set_country_flag = YesGoToNorthPole - } - option = { - name = "EVTOPTB23200" # Consider the idea later - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - prestige = -5 - } - option = { - name = "EVTOPTC23204" # Reject the idea - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { rank = 6 } - } - } - set_country_flag = NoGoToNorthPole - prestige = -10 - } + id = 23204 # First attempt + + trigger = { + NOT = { has_global_flag = NorthPoleDiscovered } + NOT = { has_country_flag = NoGoToNorthPole } + NOT = { has_country_flag = YesGoToNorthPole } + NOT = { has_country_flag = YesGoToNorthPole } + NOT = { has_country_flag = YesGoToNorthPoleThird } + is_greater_power = yes # Nation is a great power + year = 1895 # Will happen sometime after 1895 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.6 + year = 1897 + } + modifier = { + factor = 0.6 + year = 1899 + } + modifier = { + factor = 0.6 + year = 1900 + } + } + + title = "EVTNAME23204" + desc = "EVTDESC23204" + picture = "NorthPole1" + + option = { + name = "EVTOPTA23200" # Support the mission + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { owner = { money = 30000 } } + owner = { treasury = -30000 } + } + set_country_flag = YesGoToNorthPole + } + option = { + name = "EVTOPTB23200" # Consider the idea later + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + prestige = -5 + } + option = { + name = "EVTOPTC23204" # Reject the idea + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { rank = 6 } + } + } + set_country_flag = NoGoToNorthPole + prestige = -10 + } } country_event = { - id = 23205 # First attempt fails, try again? - - trigger = { - has_country_flag = YesGoToNorthPole - NOT = { has_global_flag = NorthPoleDiscovered } - NOT = { has_country_flag = NoGoToNorthPole } - year = 1897 # Will happen sometime after 1897 - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.6 - year = 1898 - } - modifier = { - factor = 0.6 - year = 1900 - } - modifier = { - factor = 0.6 - year = 1904 - } - } - - title = "EVTNAME23201" - desc = "EVTDESC23205" - picture = "NorthPole2" - - option = { - name = "EVTOPTA23201" # Fund second attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - set_country_flag = YesGoToNorthPoleAgain - clr_country_flag = YesGoToNorthPole - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToNorthPole - set_country_flag = NoGoToNorthPole - prestige = -25 - } + id = 23205 # First attempt fails, try again? + + trigger = { + has_country_flag = YesGoToNorthPole + NOT = { has_global_flag = NorthPoleDiscovered } + NOT = { has_country_flag = NoGoToNorthPole } + year = 1897 # Will happen sometime after 1897 + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.6 + year = 1898 + } + modifier = { + factor = 0.6 + year = 1900 + } + modifier = { + factor = 0.6 + year = 1904 + } + } + + title = "EVTNAME23201" + desc = "EVTDESC23205" + picture = "NorthPole2" + + option = { + name = "EVTOPTA23201" # Fund second attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + set_country_flag = YesGoToNorthPoleAgain + clr_country_flag = YesGoToNorthPole + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToNorthPole + set_country_flag = NoGoToNorthPole + prestige = -25 + } } country_event = { - id = 23206 # Our Mission to the North Pole is lost - - trigger = { - has_country_flag = YesGoToNorthPoleAgain - NOT = { has_global_flag = NorthPoleDiscovered } - NOT = { has_country_flag = NoGoToNorthPole } - year = 1899 # Will happen sometime after 1899 - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.3 - year = 1900 - } - modifier = { - factor = 0.6 - year = 1902 - } - modifier = { - factor = 0.8 - year = 1905 - } - } - - title = "EVTNAME23202" - desc = "EVTDESC23206" - picture = "NorthPole2" - - option = { - name = "EVTOPTA23201" # Fund third attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - set_country_flag = YesGoToNorthPoleThird - clr_country_flag = YesGoToNorthPoleAgain - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToNorthPoleAgain - set_country_flag = NoGoToNorthPole - prestige = -25 - } + id = 23206 # Our Mission to the North Pole is lost + + trigger = { + has_country_flag = YesGoToNorthPoleAgain + NOT = { has_global_flag = NorthPoleDiscovered } + NOT = { has_country_flag = NoGoToNorthPole } + year = 1899 # Will happen sometime after 1899 + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.3 + year = 1900 + } + modifier = { + factor = 0.6 + year = 1902 + } + modifier = { + factor = 0.8 + year = 1905 + } + } + + title = "EVTNAME23202" + desc = "EVTDESC23206" + picture = "NorthPole2" + + option = { + name = "EVTOPTA23201" # Fund third attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + set_country_flag = YesGoToNorthPoleThird + clr_country_flag = YesGoToNorthPoleAgain + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToNorthPoleAgain + set_country_flag = NoGoToNorthPole + prestige = -25 + } } country_event = { - id = 23207 # The North Pole is discovered! - news = yes - news_desc_long = "EVTDESC23207_NEWS_LONG" - news_desc_medium = "EVTDESC23207_NEWS_MEDIUM" - news_desc_short = "EVTDESC23207_NEWS_SHORT" - - trigger = { - or = { - has_country_flag = YesGoToNorthPoleAgain - has_country_flag = YesGoToNorthPoleThird - } - NOT = { has_global_flag = NorthPoleDiscovered } - NOT = { has_country_flag = NoGoToNorthPole } - year = 1900 # Will happen sometime after 1900 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.4 - year = 1902 - } - modifier = { - factor = 0.7 - year = 1905 - } - modifier = { - factor = 0.9 - year = 1908 - } - } - - title = "EVTNAME23207" - desc = "EVTDESC23207" - picture = "NorthPole3" - - option = { - name = "EVTOPTA23203" # Success! - prestige = 100 - set_global_flag = NorthPoleDiscovered - clr_country_flag = YesGoToNorthPoleAgain - clr_country_flag = YesGoToNorthPoleThird - } + id = 23207 # The North Pole is discovered! + news = yes + news_desc_long = "EVTDESC23207_NEWS_LONG" + news_desc_medium = "EVTDESC23207_NEWS_MEDIUM" + news_desc_short = "EVTDESC23207_NEWS_SHORT" + + trigger = { + or = { + has_country_flag = YesGoToNorthPoleAgain + has_country_flag = YesGoToNorthPoleThird + } + NOT = { has_global_flag = NorthPoleDiscovered } + NOT = { has_country_flag = NoGoToNorthPole } + year = 1900 # Will happen sometime after 1900 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.4 + year = 1902 + } + modifier = { + factor = 0.7 + year = 1905 + } + modifier = { + factor = 0.9 + year = 1908 + } + } + + title = "EVTNAME23207" + desc = "EVTDESC23207" + picture = "NorthPole3" + + option = { + name = "EVTOPTA23203" # Success! + prestige = 100 + set_global_flag = NorthPoleDiscovered + clr_country_flag = YesGoToNorthPoleAgain + clr_country_flag = YesGoToNorthPoleThird + } } ## Discovery of the South Pole country_event = { - id = 23208 # First attempt - - trigger = { - NOT = { has_global_flag = SouthPoleDiscovered } - NOT = { has_country_flag = NoGoToSouthPole } - NOT = { has_country_flag = YesGoToSouthPoleAgain } - NOT = { has_country_flag = YesGoToSouthPole } - NOT = { has_country_flag = YesGoToSouthPoleThird } - is_greater_power = yes # Nation is a great power - year = 1906 # Will happen sometime after 1906 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.6 - year = 1908 - } - modifier = { - factor = 0.6 - year = 1910 - } - modifier = { - factor = 0.6 - year = 1912 - } - } - - title = "EVTNAME23208" - desc = "EVTDESC23208" - picture = "SouthPole1" - - option = { - name = "EVTOPTA23200" # Support the mission - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { owner = { money = 30000 } } - owner = { treasury = -30000 } - } - set_country_flag = YesGoToSouthPole - } - option = { - name = "EVTOPTB23200" # Consider the idea later - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - prestige = -5 - } - option = { - name = "EVTOPTC23208" # Reject the idea - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { rank = 6 } - } - } - set_country_flag = NoGoToSouthPole - prestige = -10 - } + id = 23208 # First attempt + + trigger = { + NOT = { has_global_flag = SouthPoleDiscovered } + NOT = { has_country_flag = NoGoToSouthPole } + NOT = { has_country_flag = YesGoToSouthPoleAgain } + NOT = { has_country_flag = YesGoToSouthPole } + NOT = { has_country_flag = YesGoToSouthPoleThird } + is_greater_power = yes # Nation is a great power + year = 1906 # Will happen sometime after 1906 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.6 + year = 1908 + } + modifier = { + factor = 0.6 + year = 1910 + } + modifier = { + factor = 0.6 + year = 1912 + } + } + + title = "EVTNAME23208" + desc = "EVTDESC23208" + picture = "SouthPole1" + + option = { + name = "EVTOPTA23200" # Support the mission + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { owner = { money = 30000 } } + owner = { treasury = -30000 } + } + set_country_flag = YesGoToSouthPole + } + option = { + name = "EVTOPTB23200" # Consider the idea later + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + prestige = -5 + } + option = { + name = "EVTOPTC23208" # Reject the idea + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { rank = 6 } + } + } + set_country_flag = NoGoToSouthPole + prestige = -10 + } } country_event = { - id = 23209 # First attempt fails, try again? - - trigger = { - has_country_flag = YesGoToSouthPole - NOT = { has_global_flag = SouthPoleDiscovered } - NOT = { has_country_flag = NoGoToSouthPole } - year = 1908 # Will happen sometime after 1908 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.6 - year = 1909 - } - modifier = { - factor = 0.6 - year = 1910 - } - modifier = { - factor = 0.6 - year = 1911 - } - } - - title = "EVTNAME23201" - desc = "EVTDESC23209" - picture = "SouthPole2" - - option = { - name = "EVTOPTA23201" # Fund second attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - set_country_flag = YesGoToSouthPoleAgain - clr_country_flag = YesGoToSouthPole - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToSouthPole - set_country_flag = NoGoToSouthPole - prestige = -25 - } + id = 23209 # First attempt fails, try again? + + trigger = { + has_country_flag = YesGoToSouthPole + NOT = { has_global_flag = SouthPoleDiscovered } + NOT = { has_country_flag = NoGoToSouthPole } + year = 1908 # Will happen sometime after 1908 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.6 + year = 1909 + } + modifier = { + factor = 0.6 + year = 1910 + } + modifier = { + factor = 0.6 + year = 1911 + } + } + + title = "EVTNAME23201" + desc = "EVTDESC23209" + picture = "SouthPole2" + + option = { + name = "EVTOPTA23201" # Fund second attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + set_country_flag = YesGoToSouthPoleAgain + clr_country_flag = YesGoToSouthPole + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToSouthPole + set_country_flag = NoGoToSouthPole + prestige = -25 + } } country_event = { - id = 23210 # Our Mission to the South Pole is lost - - trigger = { - has_country_flag = YesGoToSouthPoleAgain - NOT = { has_global_flag = SouthPoleDiscovered } - NOT = { has_country_flag = NoGoToSouthPole } - year = 1910 # Will happen sometime after 1910 - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.3 - year = 1911 - } - modifier = { - factor = 0.6 - year = 1912 - } - modifier = { - factor = 0.8 - year = 1913 - } - } - - title = "EVTNAME23202" - desc = "EVTDESC23210" - picture = "SouthPole2" - - option = { - name = "EVTOPTA23201" # Fund third attempt - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - rank = 6 - NOT = { money = 10000 } - } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - set_country_flag = YesGoToSouthPoleThird - clr_country_flag = YesGoToSouthPoleAgain - } - option = { - name = "EVTOPTB23201" # Reject second attempt - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { rank = 3 } - } - } - clr_country_flag = YesGoToSouthPoleAgain - set_country_flag = NoGoToSouthPole - prestige = -25 - } + id = 23210 # Our Mission to the South Pole is lost + + trigger = { + has_country_flag = YesGoToSouthPoleAgain + NOT = { has_global_flag = SouthPoleDiscovered } + NOT = { has_country_flag = NoGoToSouthPole } + year = 1910 # Will happen sometime after 1910 + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.3 + year = 1911 + } + modifier = { + factor = 0.6 + year = 1912 + } + modifier = { + factor = 0.8 + year = 1913 + } + } + + title = "EVTNAME23202" + desc = "EVTDESC23210" + picture = "SouthPole2" + + option = { + name = "EVTOPTA23201" # Fund third attempt + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + rank = 6 + NOT = { money = 10000 } + } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + set_country_flag = YesGoToSouthPoleThird + clr_country_flag = YesGoToSouthPoleAgain + } + option = { + name = "EVTOPTB23201" # Reject second attempt + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { rank = 3 } + } + } + clr_country_flag = YesGoToSouthPoleAgain + set_country_flag = NoGoToSouthPole + prestige = -25 + } } country_event = { - id = 23211 # The South Pole is discovered! - news = yes - news_desc_long = "EVTDESC23211_NEWS_LONG" - news_desc_medium = "EVTDESC23211_NEWS_MEDIUM" - news_desc_short = "EVTDESC23211_NEWS_SHORT" - - trigger = { - or = { - has_country_flag = YesGoToSouthPoleAgain - has_country_flag = YesGoToSouthPoleThird - } - NOT = { has_global_flag = SouthPoleDiscovered } - NOT = { has_country_flag = NoGoToSouthPole } - year = 1910 # Will happen sometime after 1910 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.4 - year = 1912 - } - modifier = { - factor = 0.7 - year = 1913 - } - modifier = { - factor = 0.9 - year = 1914 - } - } - - title = "EVTNAME23211" - desc = "EVTDESC23211" - picture = "SouthPole3" - - option = { - name = "EVTOPTA23203" # Success! - prestige = 100 - set_global_flag = SouthPoleDiscovered - clr_country_flag = YesGoToSouthPoleAgain - clr_country_flag = YesGoToSouthPoleThird - } + id = 23211 # The South Pole is discovered! + news = yes + news_desc_long = "EVTDESC23211_NEWS_LONG" + news_desc_medium = "EVTDESC23211_NEWS_MEDIUM" + news_desc_short = "EVTDESC23211_NEWS_SHORT" + + trigger = { + or = { + has_country_flag = YesGoToSouthPoleAgain + has_country_flag = YesGoToSouthPoleThird + } + NOT = { has_global_flag = SouthPoleDiscovered } + NOT = { has_country_flag = NoGoToSouthPole } + year = 1910 # Will happen sometime after 1910 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.4 + year = 1912 + } + modifier = { + factor = 0.7 + year = 1913 + } + modifier = { + factor = 0.9 + year = 1914 + } + } + + title = "EVTNAME23211" + desc = "EVTDESC23211" + picture = "SouthPole3" + + option = { + name = "EVTOPTA23203" # Success! + prestige = 100 + set_global_flag = SouthPoleDiscovered + clr_country_flag = YesGoToSouthPoleAgain + clr_country_flag = YesGoToSouthPoleThird + } } # comet sighted country_event = { - id = 23212 - - trigger = { - civilized = yes - } - - mean_time_to_happen = { - months = 1200 - } - - title = "EVTNAME23212" - desc = "EVTDESC23212" - picture = "sight" - - option = { - name = "EVTOPTA23212" - years_of_research = 0.01 - } - option = { - name = "EVTOPTB23212" - years_of_research = 0.01 - } - option = { - name = "EVTOPTC23212" - years_of_research = 0.01 - } + id = 23212 + + trigger = { + civilized = yes + } + + mean_time_to_happen = { + months = 1200 + } + + title = "EVTNAME23212" + desc = "EVTDESC23212" + picture = "sight" + + option = { + name = "EVTOPTA23212" + years_of_research = 0.01 + } + option = { + name = "EVTOPTB23212" + years_of_research = 0.01 + } + option = { + name = "EVTOPTC23212" + years_of_research = 0.01 + } } country_event = { - id = 23213 # Oh dear - news = yes - news_desc_long = "EVTDESC23213_NEWS_LONG" - news_desc_medium = "EVTDESC23213_NEWS_MEDIUM" - news_desc_short = "EVTDESC23213_NEWS_SHORT" - - trigger = { - has_country_flag = YesGoToSouthPole - NOT = { has_global_flag = SouthPoleDiscovered } - NOT = { has_country_flag = NoGoToSouthPole } - year = 1908 # Will happen sometime after 1908 - } - - mean_time_to_happen = { - months = 120 - } - - title = "EVTNAME23213" - desc = "EVTDESC23213" - picture = "SouthPole2" - - option = { - name = "EVTOPTA23213" # - prestige = -5 - clr_country_flag = YesGoToSouthPole - #Game over effect. Sanity points -100 - } + id = 23213 # Oh dear + news = yes + news_desc_long = "EVTDESC23213_NEWS_LONG" + news_desc_medium = "EVTDESC23213_NEWS_MEDIUM" + news_desc_short = "EVTDESC23213_NEWS_SHORT" + + trigger = { + has_country_flag = YesGoToSouthPole + NOT = { has_global_flag = SouthPoleDiscovered } + NOT = { has_country_flag = NoGoToSouthPole } + year = 1908 # Will happen sometime after 1908 + } + + mean_time_to_happen = { + months = 120 + } + + title = "EVTNAME23213" + desc = "EVTDESC23213" + picture = "SouthPole2" + + option = { + name = "EVTOPTA23213" # + prestige = -5 + clr_country_flag = YesGoToSouthPole + #Game over effect. Sanity points -100 + } } diff --git a/HPM/events/FRAFlavor.txt b/HPM/events/FRAFlavor.txt index c0825758..23c534cd 100644 --- a/HPM/events/FRAFlavor.txt +++ b/HPM/events/FRAFlavor.txt @@ -1,2030 +1,2029 @@ country_event = { - id = 37200 - - trigger = { - tag = FRA - year = 1837 - NOT = { - year = 1840 - war_with = SWI - has_global_flag = LouisNapoleonExtradite - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME37200" - desc = "EVTDESC37200" - picture = "napoleon3" - - option = { - name = "EVTOPTA37200" - relation = { who = SWI value = -50 } - set_global_flag = LouisNapoleonExtradite - } - - option = { - name = "EVTOPTB37200" - relation = { who = SWI value = 50 } - any_pop = { - limit = { has_pop_culture = french } - consciousness = 1 - } - } + id = 37200 + + trigger = { + tag = FRA + year = 1837 + NOT = { + year = 1840 + war_with = SWI + has_global_flag = LouisNapoleonExtradite + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME37200" + desc = "EVTDESC37200" + picture = "napoleon3" + + option = { + name = "EVTOPTA37200" + relation = { who = SWI value = -50 } + set_global_flag = LouisNapoleonExtradite + } + + option = { + name = "EVTOPTB37200" + relation = { who = SWI value = 50 } + any_pop = { + limit = { has_pop_culture = french } + consciousness = 1 + } + } } country_event = { - id = 37201 - news = yes - news_desc_long = "EVTDESC37201_NEWS_LONG" - news_desc_medium = "EVTDESC37201_NEWS_MEDIUM" - news_desc_short = "EVTDESC37201_NEWS_SHORT" - - trigger = { - tag = FRA - year = 1836 - war = no - NOT = { - year = 1840 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME37201" - desc = "EVTDESC37201" - picture = "ArcdeTriomphe" - - option = { - name = "EVTOPTA37201" - prestige = 5 - } + id = 37201 + news = yes + news_desc_long = "EVTDESC37201_NEWS_LONG" + news_desc_medium = "EVTDESC37201_NEWS_MEDIUM" + news_desc_short = "EVTDESC37201_NEWS_SHORT" + + trigger = { + tag = FRA + year = 1836 + war = no + NOT = { + year = 1840 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME37201" + desc = "EVTDESC37201" + picture = "ArcdeTriomphe" + + option = { + name = "EVTOPTA37201" + prestige = 5 + } } country_event = { - id = 37202 - - trigger = { - tag = FRA - year = 1840 - war = no - NOT = { - year = 1843 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME37202" - desc = "EVTDESC37202" - picture = "JulyColumn" - - option = { - name = "EVTOPTA37202" - prestige = 5 - } + id = 37202 + + trigger = { + tag = FRA + year = 1840 + war = no + NOT = { + year = 1843 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME37202" + desc = "EVTDESC37202" + picture = "JulyColumn" + + option = { + name = "EVTOPTA37202" + prestige = 5 + } } country_event = { - id = 37203 - - trigger = { - tag = FRA - year = 1840 - war = no - government = hms_government - NOT = { - ruling_party_ideology = liberal - year = 1843 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME37203" - desc = "EVTDESC37203" - picture = "napoleon3" - - option = { - name = "EVTOPTA37203" - upper_house = { - ideology = reactionary - value = 0.3 - } - rich_strata = { - ideology = { - value = reactionary - factor = 0.3 - } - } - prestige = -5 - } + id = 37203 + + trigger = { + tag = FRA + year = 1840 + war = no + government = hms_government + NOT = { + ruling_party_ideology = liberal + year = 1843 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME37203" + desc = "EVTDESC37203" + picture = "napoleon3" + + option = { + name = "EVTOPTA37203" + upper_house = { + ideology = reactionary + value = 0.3 + } + rich_strata = { + ideology = { + value = reactionary + factor = 0.3 + } + } + prestige = -5 + } } country_event = { - id = 37204 - news = yes - news_desc_long = "EVTDESC37204_NEWS_LONG" - news_desc_medium = "EVTDESC37204_NEWS_MEDIUM" - news_desc_short = "EVTDESC37204_NEWS_SHORT" - - trigger = { - tag = FRA - year = 1840 - war = no - NOT = { - year = 1843 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME37204" - desc = "EVTDESC37204" - picture = "Bonaparte" - - option = { - name = "EVTOPTA37204" - prestige = 5 - } + id = 37204 + news = yes + news_desc_long = "EVTDESC37204_NEWS_LONG" + news_desc_medium = "EVTDESC37204_NEWS_MEDIUM" + news_desc_short = "EVTDESC37204_NEWS_SHORT" + + trigger = { + tag = FRA + year = 1840 + war = no + NOT = { + year = 1843 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME37204" + desc = "EVTDESC37204" + picture = "Bonaparte" + + option = { + name = "EVTOPTA37204" + prestige = 5 + } } country_event = { - id = 37205 - - trigger = { - tag = FRA - year = 1842 - war = no - NOT = { - year = 1846 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1843 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1844 - } - } - - title = "EVTNAME37205" - desc = "EVTDESC37205" - picture = "balloon" - - option = { - name = "EVTOPTA37205" - prestige = 5 - } + id = 37205 + + trigger = { + tag = FRA + year = 1842 + war = no + NOT = { + year = 1846 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1843 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1844 + } + } + + title = "EVTNAME37205" + desc = "EVTDESC37205" + picture = "balloon" + + option = { + name = "EVTOPTA37205" + prestige = 5 + } } country_event = { - id = 37206 - - trigger = { - tag = FRA - year = 1846 - war = no - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME37206" - desc = "EVTDESC37206" - picture = "sax" - - option = { - name = "EVTOPTA37206" - prestige = 2 - } + id = 37206 + + trigger = { + tag = FRA + year = 1846 + war = no + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME37206" + desc = "EVTDESC37206" + picture = "sax" + + option = { + name = "EVTOPTA37206" + prestige = 2 + } } country_event = { - id = 37207 - - trigger = { - tag = FRA - year = 1846 - war = no - NOT = { year = 1849 } - NOT = { - has_country_modifier = louis_napoleon_iii - has_country_flag = 2nd_empire - has_country_flag = napoleons_coup_de_tat - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - - } - - title = "EVTNAME37207" - desc = "EVTDESC37207" - picture = "napoleon3" - - option = { - name = "EVTOPTA37207" - upper_house = { - ideology = reactionary - value = 0.1 - } - rich_strata = { - ideology = { - value = reactionary - factor = 0.1 - } - } - any_pop = { - scaled_militancy = { - factor = 2 - ideology = reactionary - } - } - } + id = 37207 + + trigger = { + tag = FRA + year = 1846 + war = no + NOT = { year = 1849 } + NOT = { + has_country_modifier = louis_napoleon_iii + has_country_flag = 2nd_empire + has_country_flag = napoleons_coup_de_tat + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + + } + + title = "EVTNAME37207" + desc = "EVTDESC37207" + picture = "napoleon3" + + option = { + name = "EVTOPTA37207" + upper_house = { + ideology = reactionary + value = 0.1 + } + rich_strata = { + ideology = { + value = reactionary + factor = 0.1 + } + } + any_pop = { + scaled_militancy = { + factor = 2 + ideology = reactionary + } + } + } } country_event = { - id = 37209 - - trigger = { - tag = FRA - year = 1845 - war = no - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME37209" - desc = "EVTDESC37209" - picture = "observer" - - option = { - name = "EVTOPTA37209" - prestige = 2 - } + id = 37209 + + trigger = { + tag = FRA + year = 1845 + war = no + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME37209" + desc = "EVTDESC37209" + picture = "observer" + + option = { + name = "EVTOPTA37209" + prestige = 2 + } } country_event = { - id = 37210 - - trigger = { - tag = FRA - year = 1851 - war = no - NOT = { - year = 1854 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1852 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1853 - } - } - - title = "EVTNAME37210" - desc = "EVTDESC37210" - picture = "anarchism" - - option = { - name = "EVTOPTA37210" - prestige = 5 - } + id = 37210 + + trigger = { + tag = FRA + year = 1851 + war = no + NOT = { + year = 1854 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1852 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1853 + } + } + + title = "EVTNAME37210" + desc = "EVTDESC37210" + picture = "anarchism" + + option = { + name = "EVTOPTA37210" + prestige = 5 + } } country_event = { - id = 37211 - - trigger = { - tag = FRA - year = 1852 - war = no - NOT = { - year = 1855 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1853 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1854 - } - } - - title = "EVTNAME37211" - desc = "EVTDESC37211" - picture = "airship" - - option = { - name = "EVTOPTA37211" - prestige = 2 - } + id = 37211 + + trigger = { + tag = FRA + year = 1852 + war = no + NOT = { + year = 1855 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1853 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1854 + } + } + + title = "EVTNAME37211" + desc = "EVTDESC37211" + picture = "airship" + + option = { + name = "EVTOPTA37211" + prestige = 2 + } } country_event = { - id = 37213 - news = yes - news_desc_long = "EVTDESC37213_NEWS_LONG" - news_desc_medium = "EVTDESC37213_NEWS_MEDIUM" - news_desc_short = "EVTDESC37213_NEWS_SHORT" - - trigger = { - tag = FRA - year = 1836 - NOT = { - year = 1840 - war_with = USA - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1853 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1854 - } - } - - title = "EVTNAME37213" - desc = "EVTDESC37213" - picture = "Tocqueville" - - option = { - name = "EVTOPTA37213" - prestige = 3 - relation = { who = USA value = 25 } - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } + id = 37213 + news = yes + news_desc_long = "EVTDESC37213_NEWS_LONG" + news_desc_medium = "EVTDESC37213_NEWS_MEDIUM" + news_desc_short = "EVTDESC37213_NEWS_SHORT" + + trigger = { + tag = FRA + year = 1836 + NOT = { + year = 1840 + war_with = USA + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1853 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1854 + } + } + + title = "EVTNAME37213" + desc = "EVTDESC37213" + picture = "Tocqueville" + + option = { + name = "EVTOPTA37213" + prestige = 3 + relation = { who = USA value = 25 } + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } } country_event = { - id = 37215 - - trigger = { - tag = FRA - year = 1857 - NOT = { - year = 1860 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1858 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1859 - } - } - - title = "EVTNAME37215" - desc = "EVTDESC37215" - picture = "Bovary" - - option = { - name = "EVTOPTA37215" - prestige = 5 - } + id = 37215 + + trigger = { + tag = FRA + year = 1857 + NOT = { + year = 1860 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1858 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1859 + } + } + + title = "EVTNAME37215" + desc = "EVTDESC37215" + picture = "Bovary" + + option = { + name = "EVTOPTA37215" + prestige = 5 + } } country_event = { - id = 37216 - news = yes - news_desc_long = "EVTDESC37216_NEWS_LONG" - news_desc_medium = "EVTDESC37216_NEWS_MEDIUM" - news_desc_short = "EVTDESC37216_NEWS_SHORT" - - trigger = { - tag = FRA - exists = GER - year = 1894 - NOT = { - year = 1897 - war_with = GER - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1895 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1896 - } - } - - title = "EVTNAME37216" - desc = "EVTDESC37216" - picture = "Dreyfus" - - option = { - name = "EVTOPTA37216" - prestige = 5 - any_pop = { - dominant_issue = { factor = 0.1 value = full_citizenship } - dominant_issue = { factor = 0.1 value = moralism } - } - set_country_flag = DreyfusTrial - } - - - option = { - name = "EVTOPTB37216" - prestige = -5 - officers = { militancy = 2 } - soldiers = { militancy = 1 } - set_country_flag = DreyfusInnocent - any_pop = { - dominant_issue = { factor = 0.1 value = full_citizenship } - dominant_issue = { factor = 0.1 value = moralism } - } - } + id = 37216 + news = yes + news_desc_long = "EVTDESC37216_NEWS_LONG" + news_desc_medium = "EVTDESC37216_NEWS_MEDIUM" + news_desc_short = "EVTDESC37216_NEWS_SHORT" + + trigger = { + tag = FRA + exists = GER + year = 1894 + NOT = { + year = 1897 + war_with = GER + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1895 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1896 + } + } + + title = "EVTNAME37216" + desc = "EVTDESC37216" + picture = "Dreyfus" + + option = { + name = "EVTOPTA37216" + prestige = 5 + any_pop = { + dominant_issue = { factor = 0.1 value = full_citizenship } + dominant_issue = { factor = 0.1 value = moralism } + } + set_country_flag = DreyfusTrial + } + + + option = { + name = "EVTOPTB37216" + prestige = -5 + officers = { militancy = 2 } + soldiers = { militancy = 1 } + set_country_flag = DreyfusInnocent + any_pop = { + dominant_issue = { factor = 0.1 value = full_citizenship } + dominant_issue = { factor = 0.1 value = moralism } + } + } } country_event = { - id = 37217 - news = yes - news_desc_long = "EVTDESC37217_NEWS_LONG" - news_desc_medium = "EVTDESC37217_NEWS_MEDIUM" - news_desc_short = "EVTDESC37217_NEWS_SHORT" - - trigger = { - tag = FRA - exists = GER - year = 1898 - has_country_flag = DreyfusTrial - NOT = { - year = 1902 - war_with = GER - has_country_flag = DreyfusInnocent - has_country_flag = DreyfusGuilty - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1899 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1900 - } - } - - title = "EVTNAME37217" - desc = "EVTDESC37217" - picture = "Dreyfus" - - option = { - name = "EVTOPTA37217" - set_country_flag = DreyfusGuilty - any_pop = { - scaled_consciousness = { + id = 37217 + news = yes + news_desc_long = "EVTDESC37217_NEWS_LONG" + news_desc_medium = "EVTDESC37217_NEWS_MEDIUM" + news_desc_short = "EVTDESC37217_NEWS_SHORT" + + trigger = { + tag = FRA + exists = GER + year = 1898 + has_country_flag = DreyfusTrial + NOT = { + year = 1902 + war_with = GER + has_country_flag = DreyfusInnocent + has_country_flag = DreyfusGuilty + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1899 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1900 + } + } + + title = "EVTNAME37217" + desc = "EVTDESC37217" + picture = "Dreyfus" + + option = { + name = "EVTOPTA37217" + set_country_flag = DreyfusGuilty + any_pop = { + scaled_consciousness = { factor = 3 - ideology = liberal - } - scaled_consciousness = { + ideology = liberal + } + scaled_consciousness = { factor = 3 - ideology = socialist - } - scaled_militancy = { - factor = 1 - ideology = socialist - } - dominant_issue = { factor = 0.2 value = full_citizenship } - dominant_issue = { factor = 0.1 value = moralism } - } - } + ideology = socialist + } + scaled_militancy = { + factor = 1 + ideology = socialist + } + dominant_issue = { factor = 0.2 value = full_citizenship } + dominant_issue = { factor = 0.1 value = moralism } + } + } } country_event = { - id = 37218 - news = yes - news_desc_long = "EVTDESC37218_NEWS_LONG" - news_desc_medium = "EVTDESC37218_NEWS_MEDIUM" - news_desc_short = "EVTDESC37218_NEWS_SHORT" - - trigger = { - tag = FRA - exists = GER - year = 1899 - has_country_flag = DreyfusGuilty - NOT = { - year = 1903 - war_with = GER - has_country_flag = JAccuse - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1900 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1901 - } - } - - title = "EVTNAME37218" - desc = "EVTDESC37218" - picture = "Dreyfus" - - option = { - name = "EVTOPTA37218" - prestige = -15 - plurality = 5 - set_country_flag = JAccuse - any_pop = { - consciousness = 1 - dominant_issue = { factor = 0.2 value = full_citizenship } - dominant_issue = { factor = 0.2 value = moralism } - } - } + id = 37218 + news = yes + news_desc_long = "EVTDESC37218_NEWS_LONG" + news_desc_medium = "EVTDESC37218_NEWS_MEDIUM" + news_desc_short = "EVTDESC37218_NEWS_SHORT" + + trigger = { + tag = FRA + exists = GER + year = 1899 + has_country_flag = DreyfusGuilty + NOT = { + year = 1903 + war_with = GER + has_country_flag = JAccuse + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1900 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1901 + } + } + + title = "EVTNAME37218" + desc = "EVTDESC37218" + picture = "Dreyfus" + + option = { + name = "EVTOPTA37218" + prestige = -15 + plurality = 5 + set_country_flag = JAccuse + any_pop = { + consciousness = 1 + dominant_issue = { factor = 0.2 value = full_citizenship } + dominant_issue = { factor = 0.2 value = moralism } + } + } } country_event = { - id = 37220 - news = yes - news_desc_long = "EVTDESC37220_NEWS_LONG" - news_desc_medium = "EVTDESC37220_NEWS_MEDIUM" - news_desc_short = "EVTDESC37220_NEWS_SHORT" - - trigger = { - tag = FRA - year = 1858 - NOT = { - year = 1861 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1859 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1860 - } - } - - title = "EVTNAME37220" - desc = "EVTDESC37220" - picture = "vision" - - option = { - name = "EVTOPTA37220" - prestige = 5 - } + id = 37220 + news = yes + news_desc_long = "EVTDESC37220_NEWS_LONG" + news_desc_medium = "EVTDESC37220_NEWS_MEDIUM" + news_desc_short = "EVTDESC37220_NEWS_SHORT" + + trigger = { + tag = FRA + year = 1858 + NOT = { + year = 1861 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1859 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1860 + } + } + + title = "EVTNAME37220" + desc = "EVTDESC37220" + picture = "vision" + + option = { + name = "EVTOPTA37220" + prestige = 5 + } } country_event = { - id = 37221 - - trigger = { - tag = FRA - year = 1892 - NOT = { - year = 1895 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1893 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1894 - } - } - - title = "EVTNAME37221" - desc = "EVTDESC37221" - picture = "Bernhardt" - - - option = { - name = "EVTOPTA37221" - prestige = 5 - } + id = 37221 + + trigger = { + tag = FRA + year = 1892 + NOT = { + year = 1895 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1893 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1894 + } + } + + title = "EVTNAME37221" + desc = "EVTDESC37221" + picture = "Bernhardt" + + + option = { + name = "EVTOPTA37221" + prestige = 5 + } } country_event = { - id = 37222 - - trigger = { - tag = FRA - year = 1908 - invention = wright_n_langleys_aeroplanes - NOT = { - year = 1915 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1909 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1911 - } - } - - title = "EVTNAME37222" - desc = "EVTDESC37222" - picture = "typeix" - - option = { - name = "EVTOPTA37222" - prestige = 5 - } + id = 37222 + + trigger = { + tag = FRA + year = 1908 + invention = wright_n_langleys_aeroplanes + NOT = { + year = 1915 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1909 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1911 + } + } + + title = "EVTNAME37222" + desc = "EVTDESC37222" + picture = "typeix" + + option = { + name = "EVTOPTA37222" + prestige = 5 + } } country_event = { - id = 37223 - - trigger = { - tag = FRA - year = 1898 - invention = daimlers_automobile - NOT = { - year = 1905 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1899 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1901 - } - } - - title = "EVTNAME37223" - desc = "EVTDESC37223" - picture = "Jenatzky" - - option = { - name = "EVTOPTA37222" - prestige = 5 - } + id = 37223 + + trigger = { + tag = FRA + year = 1898 + invention = daimlers_automobile + NOT = { + year = 1905 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1899 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1901 + } + } + + title = "EVTNAME37223" + desc = "EVTDESC37223" + picture = "Jenatzky" + + option = { + name = "EVTOPTA37222" + prestige = 5 + } } country_event = { - id = 37224 - - trigger = { - tag = FRA - invention = expressionist_art - invention = expressionist_music - year = 1909 - NOT = { - year = 1912 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1910 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1911 - } - } - - title = "EVTNAME37224" - desc = "EVTDESC37224" - picture = "ballet" - - option = { - name = "EVTOPTA37221" - prestige = 5 - } + id = 37224 + + trigger = { + tag = FRA + invention = expressionist_art + invention = expressionist_music + year = 1909 + NOT = { + year = 1912 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1910 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1911 + } + } + + title = "EVTNAME37224" + desc = "EVTDESC37224" + picture = "ballet" + + option = { + name = "EVTOPTA37221" + prestige = 5 + } } country_event = { - id = 37225 - - trigger = { - tag = FRA - invention = impressionist_art - year = 1863 - NOT = { - year = 1880 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1865 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1870 - } - } - - title = "EVTNAME37225" - desc = "EVTDESC37225" - picture = "Manet" - - option = { - name = "EVTOPTA37225" - prestige = 2 - aristocrats = { - consciousness = 1 - } - clergymen = { - consciousness = 1 - } - officers = { - consciousness = 1 - } - bureaucrats = { - consciousness = 1 - } - } + id = 37225 + + trigger = { + tag = FRA + invention = impressionist_art + year = 1863 + NOT = { + year = 1880 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1865 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1870 + } + } + + title = "EVTNAME37225" + desc = "EVTDESC37225" + picture = "Manet" + + option = { + name = "EVTOPTA37225" + prestige = 2 + aristocrats = { + consciousness = 1 + } + clergymen = { + consciousness = 1 + } + officers = { + consciousness = 1 + } + bureaucrats = { + consciousness = 1 + } + } } country_event = { - id = 37227 - title = "EVTNAME37227" - desc = "EVTDESC37227" - picture = "rebellion" - - trigger = { - 473 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - war = no - NOT = { exists = CRS } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT37227OPTA" - prestige = -20 - 473 = { - change_controller = THIS - any_pop = { - limit = { has_pop_culture = north_italian } - militancy = -8 - } - secede_province = CRS - } - } + id = 37227 + title = "EVTNAME37227" + desc = "EVTDESC37227" + picture = "rebellion" + + trigger = { + 473 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + war = no + NOT = { exists = CRS } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT37227OPTA" + prestige = -20 + 473 = { + change_controller = THIS + any_pop = { + limit = { has_pop_culture = north_italian } + militancy = -8 + } + secede_province = CRS + } + } } country_event = { - id = 37228 - title = "EVTNAME37228" - desc = "EVTDESC37228" - picture = "rebellion" - - trigger = { - 847 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - 848 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - war = no - NOT = { exists = CRE } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT37227OPTA" - prestige = -20 - any_owned = { - limit = { is_core = CRE } - change_controller = THIS - any_pop = { - limit = { has_pop_culture = greek } - militancy = -8 - } - secede_province = CRE - } - } + id = 37228 + title = "EVTNAME37228" + desc = "EVTDESC37228" + picture = "rebellion" + + trigger = { + 847 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + 848 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + war = no + NOT = { exists = CRE } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT37227OPTA" + prestige = -20 + any_owned = { + limit = { is_core = CRE } + change_controller = THIS + any_pop = { + limit = { has_pop_culture = greek } + militancy = -8 + } + secede_province = CRE + } + } } country_event = { - id = 37229 - title = "EVTNAME37229" - desc = "EVTDESC37229" - picture = "rebellion" - - trigger = { - 855 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - 856 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - 857 = { - owned_by = THIS - controlled_by = REB - province_control_days = 365 - } - war = no - NOT = { exists = CYP } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT37227OPTA" - prestige = -20 - any_owned = { - limit = { is_core = CYP } - change_controller = THIS - any_pop = { militancy = -8 } - secede_province = CYP - } - } + id = 37229 + title = "EVTNAME37229" + desc = "EVTDESC37229" + picture = "rebellion" + + trigger = { + 855 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + 856 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + 857 = { + owned_by = THIS + controlled_by = REB + province_control_days = 365 + } + war = no + NOT = { exists = CYP } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT37227OPTA" + prestige = -20 + any_owned = { + limit = { is_core = CYP } + change_controller = THIS + any_pop = { militancy = -8 } + secede_province = CYP + } + } } #annexation of Tahiti country_event = { - id = 37230 - title = "EVTNAME37230" #The Kingdom of Pomare - desc = "EVTDESC37230" - picture = "Waitangi" - major = yes - - fire_only_once = yes - - trigger = { - tag = FRA - war = no - money = 1000 - 801 = { empty = yes } - invention = prophylaxis_against_malaria - year = 1880 - NOT = { - badboy = 0.92 - truce_with = ENG - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - year = 1842 - } - modifier = { - factor = 0.5 - year = 1845 - } - } - - option = { - name = "EVT37230OPTA" - prestige = 5 - badboy = 2 - treasury = -1000 - 801 = { - secede_province = THIS - } - random_owned = { - limit = { - owner = { 2553 = { empty = yes } } - } - 2553 = { secede_province = THIS } - } - random_owned = { - limit = { - owner = { 2551 = { empty = yes } } - } - 2551 = { secede_province = THIS } - } - - random_owned = { - limit = { - owner = { 3322 = { empty = yes } } - } - 3322 = { secede_province = THIS } - } - random_owned = { - limit = { - owner = { 3319 = { empty = yes } } - } - 3319 = { secede_province = THIS } - } - random_owned = { - limit = { - owner = { 3320 = { empty = yes } } - } - 3320 = { secede_province = THIS } - } - random_owned = { - limit = { - owner = { 3321 = { empty = yes } } - } - 3321 = { secede_province = THIS } - } - random_owned = { - limit = { - owner = { - 2552 = { empty = yes } - exists = ENG - } - } - 2552 = { secede_province = ENG } - } - random_country = { - limit = { - tag = ENG - exists = yes - is_greater_power = yes - } - casus_belli = { - target = FRA - type = place_in_the_sun - months = 12 - } - } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT37230OPTB" - prestige = -5 - badboy = -2 - ai_chance = { factor = 5 } - } + id = 37230 + title = "EVTNAME37230" #The Kingdom of Pomare + desc = "EVTDESC37230" + picture = "Waitangi" + major = yes + + fire_only_once = yes + + trigger = { + tag = FRA + war = no + money = 1000 + 801 = { empty = yes } + invention = prophylaxis_against_malaria + year = 1880 + NOT = { + badboy = 0.92 + truce_with = ENG + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + year = 1842 + } + modifier = { + factor = 0.5 + year = 1845 + } + } + + option = { + name = "EVT37230OPTA" + prestige = 5 + badboy = 2 + treasury = -1000 + 801 = { + secede_province = THIS + } + random_owned = { + limit = { + owner = { 2553 = { empty = yes } } + } + 2553 = { secede_province = THIS } + } + random_owned = { + limit = { + owner = { 2551 = { empty = yes } } + } + 2551 = { secede_province = THIS } + } + + random_owned = { + limit = { + owner = { 3322 = { empty = yes } } + } + 3322 = { secede_province = THIS } + } + random_owned = { + limit = { + owner = { 3319 = { empty = yes } } + } + 3319 = { secede_province = THIS } + } + random_owned = { + limit = { + owner = { 3320 = { empty = yes } } + } + 3320 = { secede_province = THIS } + } + random_owned = { + limit = { + owner = { 3321 = { empty = yes } } + } + 3321 = { secede_province = THIS } + } + random_owned = { + limit = { + owner = { + 2552 = { empty = yes } + exists = ENG + } + } + 2552 = { secede_province = ENG } + } + random_country = { + limit = { + tag = ENG + exists = yes + is_greater_power = yes + } + casus_belli = { + target = FRA + type = place_in_the_sun + months = 12 + } + } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT37230OPTB" + prestige = -5 + badboy = -2 + ai_chance = { factor = 5 } + } } country_event = { - id = 37236 - title = "EVTNAME37236" #Eiffel Tower Construction - desc = "EVTDESC37236" - picture = "eiffel_tower_construction" - - is_triggered_only = yes - - option = { - name = "EVT37236OPTA" - random_owned = { - limit = { - owner = { - NOT = { money = 40000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 40 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 40000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 40 } } - } - random_owned = { - limit = { owner = { money = 40000 } } - owner = { treasury = -40000 } - } - random_list = { - 50 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } - 40 = { add_country_modifier = { name = eiffel_tower_construction duration = 730 } } - 10 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } - } - - ai_chance = { - factor = 40 - } - } - - option = { - name = "EVT37236OPTB" - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 30000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 30 } } - } - random_owned = { - limit = { owner = { money = 30000 } } - owner = { treasury = -30000 } - } - random_list = { - 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } - 50 = { add_country_modifier = { name = eiffel_tower_construction duration = 730} } - 20 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } - } - - ai_chance = { - factor = 40 - } - } - - option = { - name = "EVT37236OPTC" - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 20000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 20 } } - } - random_owned = { - limit = { owner = { money = 20000 } } - owner = { treasury = -20000 } - } - random_list = { - 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } - 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 730 } } - 40 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } - } - - ai_chance = { - factor = 20 - } - } + id = 37236 + title = "EVTNAME37236" #Eiffel Tower Construction + desc = "EVTDESC37236" + picture = "eiffel_tower_construction" + + is_triggered_only = yes + + option = { + name = "EVT37236OPTA" + random_owned = { + limit = { + owner = { + NOT = { money = 40000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 40 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 40000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 40 } } + } + random_owned = { + limit = { owner = { money = 40000 } } + owner = { treasury = -40000 } + } + random_list = { + 50 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } + 40 = { add_country_modifier = { name = eiffel_tower_construction duration = 730 } } + 10 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } + } + + ai_chance = { + factor = 40 + } + } + + option = { + name = "EVT37236OPTB" + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 30000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 30 } } + } + random_owned = { + limit = { owner = { money = 30000 } } + owner = { treasury = -30000 } + } + random_list = { + 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } + 50 = { add_country_modifier = { name = eiffel_tower_construction duration = 730} } + 20 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } + } + + ai_chance = { + factor = 40 + } + } + + option = { + name = "EVT37236OPTC" + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 20000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 20 } } + } + random_owned = { + limit = { owner = { money = 20000 } } + owner = { treasury = -20000 } + } + random_list = { + 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 600 } } + 30 = { add_country_modifier = { name = eiffel_tower_construction duration = 730 } } + 40 = { add_country_modifier = { name = eiffel_tower_construction duration = 900 } } + } + + ai_chance = { + factor = 20 + } + } } country_event = { - id = 37237 - title = "EVTNAME37237" #Eiffel Tower finished - desc = "EVTDESC37237" - picture = "eiffel_tower_finished" - - fire_only_once = yes - - trigger = { - tag = FRA - NOT = { has_country_modifier = eiffel_tower_construction } - has_country_flag = the_eiffel_tower_was_built - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT37237OPTA" - set_country_flag = eiffel_tower_built - 425 = { - set_province_flag = eiffel_tower_built - add_province_modifier = { - name = the_eiffel_tower - duration = -1 - } - } - prestige = 20 - } - } - + id = 37237 + title = "EVTNAME37237" #Eiffel Tower finished + desc = "EVTDESC37237" + picture = "eiffel_tower_finished" + + fire_only_once = yes + + trigger = { + tag = FRA + NOT = { has_country_modifier = eiffel_tower_construction } + has_country_flag = the_eiffel_tower_was_built + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT37237OPTA" + set_country_flag = eiffel_tower_built + 425 = { + set_province_flag = eiffel_tower_built + add_province_modifier = { + name = the_eiffel_tower + duration = -1 + } + } + prestige = 20 + } + } + country_event = { - id = 37238 - title = "EVTNAME37238" #France finishes off Algeria - desc = "EVTDESC37238" - picture = "french_fight_algeria" - - fire_only_once = yes - - trigger = { - tag = FRA - owns = 1700 - NOT = { has_country_flag = marched_through_the_iron_gates } - year = 1836 - OR = { - government = hms_government - government = absolute_monarchy - government = prussian_constitutionalism - } - NOT = { - year = 1870 - owns = 1705 - } - ALD = { - exists = yes - ai = yes - civilized = no - } - } - - mean_time_to_happen = { months = 12 } - - immediate = { ALD = { capital = 1713 } } - - option = { - name = "EVT37238OPTA" - set_country_flag = marched_through_the_iron_gates - badboy = 2 - casus_belli = { - target = ALD - type = demand_concession_casus_belli - months = 30 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT37238OPTB" - prestige = -5 - ai_chance = { factor = 0 } - } + id = 37238 + title = "EVTNAME37238" #France finishes off Algeria + desc = "EVTDESC37238" + picture = "french_fight_algeria" + + fire_only_once = yes + + trigger = { + tag = FRA + owns = 1700 + NOT = { has_country_flag = marched_through_the_iron_gates } + year = 1836 + OR = { + government = hms_government + government = absolute_monarchy + government = prussian_constitutionalism + } + NOT = { + year = 1870 + owns = 1705 + } + ALD = { + exists = yes + ai = yes + civilized = no + } + } + + mean_time_to_happen = { months = 12 } + + immediate = { ALD = { capital = 1713 } } + + option = { + name = "EVT37238OPTA" + set_country_flag = marched_through_the_iron_gates + badboy = 2 + casus_belli = { + target = ALD + type = demand_concession_casus_belli + months = 30 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT37238OPTB" + prestige = -5 + ai_chance = { factor = 0 } + } } - + #Militarizing in face of Germany country_event = { - id = 37239 - title = "EVTNAME37239" - desc = "EVTDESC37239" - picture = "rhineland" - - fire_only_once = yes - - trigger = { - tag = FRA - exists = GER - NOT = { owns = 409 } - NOT = { owns = 410 } - NOT = { owns = 412 } - } - - mean_time_to_happen = { months = 6 } - - - option = { - name = "EVT37239OPTA" - tech_school = army_tech_school - political_reform = mandatory_service - any_pop = { dominant_issue = { value = jingoism factor = 0.1 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT37239OPTB" - any_pop = { dominant_issue = { value = anti_military factor = 0.1 } } - ai_chance = { factor = 0 } - } - } - - + id = 37239 + title = "EVTNAME37239" + desc = "EVTDESC37239" + picture = "rhineland" + + fire_only_once = yes + + trigger = { + tag = FRA + exists = GER + NOT = { owns = 409 } + NOT = { owns = 410 } + NOT = { owns = 412 } + } + + mean_time_to_happen = { months = 6 } + + + option = { + name = "EVT37239OPTA" + tech_school = army_tech_school + political_reform = mandatory_service + any_pop = { dominant_issue = { value = jingoism factor = 0.1 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT37239OPTB" + any_pop = { dominant_issue = { value = anti_military factor = 0.1 } } + ai_chance = { factor = 0 } + } + } + + #Mokrani Revolt country_event = { - id = 37240 - title = "EVTNAME37240" - desc = "EVTDESC37240" - picture = "abd_al_qadir" - - fire_only_once = yes - - trigger = { - OR = { - owns = 1711 - owns = 1712 - owns = 1713 - owns = 1715 - } - ALD = { exists = no } - NOT = { truce_with = ALD } - NOT = { has_global_flag = algeria_claimed_sahara } - #has_global_flag = berlin_conference - NOT = { capital_scope = { continent = africa } } - year = 1871 - war = no - 1718 = { empty = yes } - } - - mean_time_to_happen = { months = 6 } - - immediate = { - ALD_1718 = { secede_province = THIS add_core = ALD } - } - - option = { - name = "EVT37240OPTA" - set_global_flag = mokrani_revolt - ALD_1718 = { secede_province = ALD any_pop = { literacy = -0.99 } } - ALD = { civilized = no } - FRA_1700 = { add_province_modifier = { name = nationalist_agitation duration = 365 } } - ALD_1708 = { add_province_modifier = { name = nationalist_agitation duration = 365 } } - - casus_belli ={ - target = ALD - type = conquest_any - months = 60 - } - war = { - target = ALD - attacker_goal = { casus_belli = conquest_any } - call_ally = no - } - - random_country = { - limit = { - tag = ALD - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } - } - add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 48 } - } - - random_country = { - limit = { - tag = ALD - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } - } - add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 48 } - } - - random_country = { - limit = { - tag = ALD - exists = yes - neighbour = THIS - NOT = { number_of_states = 2 } - NOT = { civilized = yes } - THIS = { NOT = { nationalism_n_imperialism = 1 } } - } - add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 48 } - } - } + id = 37240 + title = "EVTNAME37240" + desc = "EVTDESC37240" + picture = "abd_al_qadir" + + fire_only_once = yes + + trigger = { + OR = { + owns = 1711 + owns = 1712 + owns = 1713 + owns = 1715 + } + ALD = { exists = no } + NOT = { truce_with = ALD } + NOT = { has_global_flag = algeria_claimed_sahara } + #has_global_flag = berlin_conference + NOT = { capital_scope = { continent = africa } } + year = 1871 + war = no + 1718 = { empty = yes } + } + + mean_time_to_happen = { months = 6 } + + immediate = { + ALD_1718 = { secede_province = THIS add_core = ALD } + } + + option = { + name = "EVT37240OPTA" + set_global_flag = mokrani_revolt + ALD_1718 = { secede_province = ALD any_pop = { literacy = -0.99 } } + ALD = { civilized = no } + FRA_1700 = { add_province_modifier = { name = nationalist_agitation duration = 365 } } + ALD_1708 = { add_province_modifier = { name = nationalist_agitation duration = 365 } } + + casus_belli ={ + target = ALD + type = conquest_any + months = 60 + } + war = { + target = ALD + attacker_goal = { casus_belli = conquest_any } + call_ally = no + } + + random_country = { + limit = { + tag = ALD + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 has_global_flag = berlin_conference } + } + add_casus_belli = { target = THIS type = establish_protectorate_BC_casus_belli months = 48 } + } + + random_country = { + limit = { + tag = ALD + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { nationalism_n_imperialism = 1 NOT = { has_global_flag = berlin_conference } } + } + add_casus_belli = { target = THIS type = establish_protectorate_NI_casus_belli months = 48 } + } + + random_country = { + limit = { + tag = ALD + exists = yes + neighbour = THIS + NOT = { number_of_states = 2 } + NOT = { civilized = yes } + THIS = { NOT = { nationalism_n_imperialism = 1 } } + } + add_casus_belli = { target = THIS type = establish_protectorate_casus_belli months = 48 } + } + } } #Battle of Logandème country_event = { - id = 37241 - title = "EVTNAME37241" - desc = "EVTDESC37241" - picture = "fouta_tooro" - - fire_only_once = yes - - trigger = { - has_country_flag = faidherbe_ambitions - 1788 = { owner = { civilized = no ai = yes } } - owns = 2573 - owns = 1783 - owns = 1784 - war = no - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT37241OPTA" - badboy = 3 - diplomatic_influence = { who = WOL value = -400 } - - random_country = { - limit = { - exists = yes - neighbour = THIS - tag = WOL - } - add_casus_belli = { - target = THIS - type = conquest_any - months = 12 - } - relation = { who = THIS value = -400 } - war = { - target = THIS - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 1783 - } - defender_goal = { casus_belli = conquest_any } - call_ally = no - } - } - - random_country = { - limit = { - exists = yes - neighbour = THIS - tag = TRZ - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 12 - } - relation = { who = THIS value = -400 } - casus_belli = { - target = THIS - type = acquire_state - months = 12 - } - war = { - target = THIS - attacker_goal = { - casus_belli = acquire_state - state_province_id = 1783 - } - defender_goal = { casus_belli = add_to_sphere } - call_ally = no - } - } - - 1788 = { - any_pop = { limit = { NOT = { has_pop_religion = catholic } } reduce_pop = 0.7 } - secede_province = THIS - change_province_name = "Kaolack" - add_province_modifier = { name = nationalist_agitation duration = 720 } - } - - random_country = { - limit = { - tag = TOO - exists = yes - neighbour = FRA - NOT = { number_of_states = 2 } - THIS = { NOT = { has_global_flag = berlin_conference } } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = TOO value = -400 } } - add_casus_belli = { - target = FRA - type = establish_protectorate_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = TOO - exists = yes - neighbour = FRA - number_of_states = 2 - THIS = { NOT = { has_global_flag = berlin_conference } } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = TOO value = -400 } } - add_casus_belli = { - target = FRA - type = demand_concession_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = WOL - exists = yes - neighbour = FRA - number_of_states = 2 - THIS = { NOT = { has_global_flag = berlin_conference } } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = WOL value = -400 } } - add_casus_belli = { - target = FRA - type = demand_concession_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = TOO - exists = yes - neighbour = FRA - number_of_states = 2 - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = TOO value = -400 } } - add_casus_belli = { - target = FRA - type = demand_concession_BC_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = TOO - exists = yes - neighbour = FRA - NOT = { number_of_states = 2 } - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = TOO value = -400 } } - add_casus_belli = { - target = FRA - type = establish_protectorate_BC_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = WOL - exists = yes - neighbour = FRA - NOT = { number_of_states = 2 } - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - } - leave_alliance = FRA - relation = { who = FRA value = -400 } - FRA = { diplomatic_influence = { who = WOL value = -400 } } - add_casus_belli = { - target = FRA - type = establish_protectorate_BC_casus_belli - months = 24 - } - } - - random_country = { - limit = { - tag = TRZ - exists = yes - NOT = { in_sphere = THIS } - } - leave_alliance = FRA - add_casus_belli = { - target = FRA - type = add_to_sphere - months = 24 - } - } - - ai_chance = { - factor = 100 - modifier = { factor = 0 badboy = 0.9 } - } - } - - option = { - name = "EVT37241OPTB" - prestige = -5 - ai_chance = { - factor = 0 - modifier = { factor = 100 badboy = 0.9 } - } - } + id = 37241 + title = "EVTNAME37241" + desc = "EVTDESC37241" + picture = "fouta_tooro" + + fire_only_once = yes + + trigger = { + has_country_flag = faidherbe_ambitions + 1788 = { owner = { civilized = no ai = yes } } + owns = 2573 + owns = 1783 + owns = 1784 + war = no + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT37241OPTA" + badboy = 3 + diplomatic_influence = { who = WOL value = -400 } + + random_country = { + limit = { + exists = yes + neighbour = THIS + tag = WOL + } + add_casus_belli = { + target = THIS + type = conquest_any + months = 12 + } + relation = { who = THIS value = -400 } + war = { + target = THIS + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 1783 + } + defender_goal = { casus_belli = conquest_any } + call_ally = no + } + } + + random_country = { + limit = { + exists = yes + neighbour = THIS + tag = TRZ + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 12 + } + relation = { who = THIS value = -400 } + casus_belli = { + target = THIS + type = acquire_state + months = 12 + } + war = { + target = THIS + attacker_goal = { + casus_belli = acquire_state + state_province_id = 1783 + } + defender_goal = { casus_belli = add_to_sphere } + call_ally = no + } + } + + 1788 = { + any_pop = { limit = { NOT = { has_pop_religion = catholic } } reduce_pop = 0.7 } + secede_province = THIS + change_province_name = "Kaolack" + add_province_modifier = { name = nationalist_agitation duration = 720 } + } + + random_country = { + limit = { + tag = TOO + exists = yes + neighbour = FRA + NOT = { number_of_states = 2 } + THIS = { NOT = { has_global_flag = berlin_conference } } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = TOO value = -400 } } + add_casus_belli = { + target = FRA + type = establish_protectorate_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = TOO + exists = yes + neighbour = FRA + number_of_states = 2 + THIS = { NOT = { has_global_flag = berlin_conference } } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = TOO value = -400 } } + add_casus_belli = { + target = FRA + type = demand_concession_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = WOL + exists = yes + neighbour = FRA + number_of_states = 2 + THIS = { NOT = { has_global_flag = berlin_conference } } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = WOL value = -400 } } + add_casus_belli = { + target = FRA + type = demand_concession_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = TOO + exists = yes + neighbour = FRA + number_of_states = 2 + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = TOO value = -400 } } + add_casus_belli = { + target = FRA + type = demand_concession_BC_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = TOO + exists = yes + neighbour = FRA + NOT = { number_of_states = 2 } + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = TOO value = -400 } } + add_casus_belli = { + target = FRA + type = establish_protectorate_BC_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = WOL + exists = yes + neighbour = FRA + NOT = { number_of_states = 2 } + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + } + leave_alliance = FRA + relation = { who = FRA value = -400 } + FRA = { diplomatic_influence = { who = WOL value = -400 } } + add_casus_belli = { + target = FRA + type = establish_protectorate_BC_casus_belli + months = 24 + } + } + + random_country = { + limit = { + tag = TRZ + exists = yes + NOT = { in_sphere = THIS } + } + leave_alliance = FRA + add_casus_belli = { + target = FRA + type = add_to_sphere + months = 24 + } + } + + ai_chance = { + factor = 100 + modifier = { factor = 0 badboy = 0.9 } + } + } + + option = { + name = "EVT37241OPTB" + prestige = -5 + ai_chance = { + factor = 0 + modifier = { factor = 100 badboy = 0.9 } + } + } } #Founding Libreville country_event = { - id = 37242 - title = "EVTNAME37242" - desc = "EVTDESC37242" - picture = "first_barbary_war" - - trigger = { - slavery = no_slavery - 1972 = { empty = yes } - 1974 = { empty = yes } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = TUR } - war = no - any_owned_province = { has_building = naval_base } - total_amount_of_ships = 40 - raider_group_doctrine = 1 - } - - mean_time_to_happen = { - months = 80 - - modifier = { - factor = 0.8 - is_greater_power = yes - } - - modifier = { - factor = 30 - tag = ENG - } - - modifier = { - factor = 0.5 - primary_culture = french - } - } - - option = { - name = "EVT37242OPTA" - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - 1972 = { - secede_province = THIS - life_rating = 25 - any_pop = { literacy = -0.99 } - } - 1974 = { - secede_province = THIS - life_rating = 25 - any_pop = { literacy = -0.99 } - } - - random_owned = { limit = { owner = { is_culture_group = french } } 1972 = { change_province_name = "Libreville" } } - random_owned = { limit = { owner = { is_culture_group = germanic } } 1972 = { change_province_name = "Freistadt" } } - random_owned = { limit = { owner = { is_culture_group = british } } 1972 = { change_province_name = "Freeburg" } } - random_owned = { limit = { owner = { is_culture_group = italian } } 1972 = { change_province_name = "Liberacitta" } } - random_owned = { limit = { owner = { primary_culture = dutch } } 1972 = { change_province_name = "Vrijstad" } } - random_owned = { limit = { owner = { primary_culture = flemish } } 1972 = { change_province_name = "Vrijstad" } } - random_owned = { limit = { owner = { primary_culture = wallonian } } 1972 = { change_province_name = "Libreville" } } - random_owned = { limit = { owner = { primary_culture = spanish } } 1972 = { change_province_name = "Ciudad Libre" } } - random_owned = { limit = { owner = { primary_culture = catalan } } 1972 = { change_province_name = "Ciudad Libre" } } - random_owned = { limit = { owner = { primary_culture = basque } } 1972 = { change_province_name = "Ciudad Libre" } } - random_owned = { limit = { owner = { primary_culture = portuguese } } 1972 = { change_province_name = "Cidade-Livre" } } - random_owned = { limit = { owner = { is_culture_group = scandinavian } } 1972 = { change_province_name = "Fristad" } } - - - random_owned = { - limit = { - owner = { - NOT = { - OR = { - is_culture_group = french - is_culture_group = germanic - is_culture_group = british - is_culture_group = italian - primary_culture = dutch - primary_culture = flemish - primary_culture = wallonian - primary_culture = spanish - primary_culture = catalan - primary_culture = basque - primary_culture = portuguese - is_culture_group = scandinavian - } - } - } - } - 1972 = { change_province_name = "Libreville" } - } - } - - option = { - name = "EVT37242OPTB" - prestige = -5 - ai_chance = { factor = 0 } - } + id = 37242 + title = "EVTNAME37242" + desc = "EVTDESC37242" + picture = "first_barbary_war" + + trigger = { + slavery = no_slavery + 1972 = { empty = yes } + 1974 = { empty = yes } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = TUR } + war = no + any_owned_province = { has_building = naval_base } + total_amount_of_ships = 40 + raider_group_doctrine = 1 + } + + mean_time_to_happen = { + months = 80 + + modifier = { + factor = 0.8 + is_greater_power = yes + } + + modifier = { + factor = 30 + tag = ENG + } + + modifier = { + factor = 0.5 + primary_culture = french + } + } + + option = { + name = "EVT37242OPTA" + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + 1972 = { + secede_province = THIS + life_rating = 25 + any_pop = { literacy = -0.99 } + } + 1974 = { + secede_province = THIS + life_rating = 25 + any_pop = { literacy = -0.99 } + } + + random_owned = { limit = { owner = { is_culture_group = french } } 1972 = { change_province_name = "Libreville" } } + random_owned = { limit = { owner = { is_culture_group = germanic } } 1972 = { change_province_name = "Freistadt" } } + random_owned = { limit = { owner = { is_culture_group = british } } 1972 = { change_province_name = "Freeburg" } } + random_owned = { limit = { owner = { is_culture_group = italian } } 1972 = { change_province_name = "Liberacitta" } } + random_owned = { limit = { owner = { primary_culture = dutch } } 1972 = { change_province_name = "Vrijstad" } } + random_owned = { limit = { owner = { primary_culture = flemish } } 1972 = { change_province_name = "Vrijstad" } } + random_owned = { limit = { owner = { primary_culture = wallonian } } 1972 = { change_province_name = "Libreville" } } + random_owned = { limit = { owner = { primary_culture = spanish } } 1972 = { change_province_name = "Ciudad Libre" } } + random_owned = { limit = { owner = { primary_culture = catalan } } 1972 = { change_province_name = "Ciudad Libre" } } + random_owned = { limit = { owner = { primary_culture = basque } } 1972 = { change_province_name = "Ciudad Libre" } } + random_owned = { limit = { owner = { primary_culture = portuguese } } 1972 = { change_province_name = "Cidade-Livre" } } + random_owned = { limit = { owner = { is_culture_group = scandinavian } } 1972 = { change_province_name = "Fristad" } } + + + random_owned = { + limit = { + owner = { + NOT = { + OR = { + is_culture_group = french + is_culture_group = germanic + is_culture_group = british + is_culture_group = italian + primary_culture = dutch + primary_culture = flemish + primary_culture = wallonian + primary_culture = spanish + primary_culture = catalan + primary_culture = basque + primary_culture = portuguese + is_culture_group = scandinavian + } + } + } + } + 1972 = { change_province_name = "Libreville" } + } + } + + option = { + name = "EVT37242OPTB" + prestige = -5 + ai_chance = { factor = 0 } + } } #Bordeaux change to Wood province_event = { - id = 37243 - title = "EVTNAME37243" - desc = "EVTDESC37243" - - fire_only_once = yes - - trigger = { - province_id = 458 - owner = { iron_railroad = 1 } - has_building = railroad - } - - mean_time_to_happen = { months = 36 } - - - option = { - name = "EVT37243OPTA" - trade_goods = timber - add_province_modifier = { name = drained_marsh duration = 365 } - } + id = 37243 + title = "EVTNAME37243" + desc = "EVTDESC37243" + + fire_only_once = yes + + trigger = { + province_id = 458 + owner = { iron_railroad = 1 } + has_building = railroad + } + + mean_time_to_happen = { months = 36 } + + + option = { + name = "EVT37243OPTA" + trade_goods = timber + add_province_modifier = { name = drained_marsh duration = 365 } + } } #France's Ultimatum to Italy over Savoy country_event = { - id = 37244 - title = "EVTNAME37244" - desc = "EVTDESC37244" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37244OPTA" - leave_alliance = FROM - relation = { who = FROM value = -100 } - } - - option = { - name = "EVT37244OPTB" - badboy = -1 - prestige = -30 - - random_owned = { - limit = { - region = SAR_466 - is_core = ITA - } - state_scope = { remove_core = ITA } - } - random_owned = { - limit = { - region = SAR_466 - is_core = SAR - } - state_scope = { remove_core = SAR } - } - random_owned = { - limit = { - region = SAR_466 - is_core = SVY - } - state_scope = { remove_core = SVY } - } - any_owned = { - limit = { is_core = FROM } - secede_province = FROM - } - relation = { who = FROM value = 100 } - } + id = 37244 + title = "EVTNAME37244" + desc = "EVTDESC37244" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37244OPTA" + leave_alliance = FROM + relation = { who = FROM value = -100 } + } + + option = { + name = "EVT37244OPTB" + badboy = -1 + prestige = -30 + + random_owned = { + limit = { + region = SAR_466 + is_core = ITA + } + state_scope = { remove_core = ITA } + } + random_owned = { + limit = { + region = SAR_466 + is_core = SAR + } + state_scope = { remove_core = SAR } + } + random_owned = { + limit = { + region = SAR_466 + is_core = SVY + } + state_scope = { remove_core = SVY } + } + any_owned = { + limit = { is_core = FROM } + secede_province = FROM + } + relation = { who = FROM value = 100 } + } } - diff --git a/HPM/events/Force Satellite Release.txt b/HPM/events/Force Satellite Release.txt index b62167f8..11faa615 100644 --- a/HPM/events/Force Satellite Release.txt +++ b/HPM/events/Force Satellite Release.txt @@ -1,944 +1,944 @@ country_event = { - id = 800012 - title = "EVTNAME800012" #Intervention in $FROMCOUNTRY$? - desc = "EVTDESC800012" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT800012OPTA" - set_country_flag = meddled_in_foreign_affairs - FROM = { set_country_flag = foreign_intervention } - badboy = 3 - ai_chance = { - factor = 75 - modifier = { - factor = 0.75 - any_greater_power = { - is_our_vassal = FROM - } - } - modifier = { - factor = 0.5 - any_greater_power = { - is_our_vassal = FROM - alliance_with = THIS - } - } - modifier = { - factor = 0 - badboy = 0.8 - NOT = { government = fascist_dictatorship } - NOT = { government = proletarian_dictatorship } - } - modifier = { - factor = 1.25 - neighbour = FROM - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.25 - war_policy = pacifism - } - } - } - - option = { - name = "EVT800012OPTB" - FROM = { country_event = 800015 } - diplomatic_influence = { - who = FROM - value = -50 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - war_with = FROM - } - modifier = { - factor = 0 - any_greater_power = { - is_our_vassal = FROM - war_with = THIS - } - } - modifier = { - factor = 0 - any_neighbor_country = { - is_our_vassal = FROM - war_with = THIS - } - } - modifier = { - factor = 2 - NOT = { neighbour = FROM } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 3 - war_policy = pacifism - } - } - } + id = 800012 + title = "EVTNAME800012" #Intervention in $FROMCOUNTRY$? + desc = "EVTDESC800012" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT800012OPTA" + set_country_flag = meddled_in_foreign_affairs + FROM = { set_country_flag = foreign_intervention } + badboy = 3 + ai_chance = { + factor = 75 + modifier = { + factor = 0.75 + any_greater_power = { + is_our_vassal = FROM + } + } + modifier = { + factor = 0.5 + any_greater_power = { + is_our_vassal = FROM + alliance_with = THIS + } + } + modifier = { + factor = 0 + badboy = 0.8 + NOT = { government = fascist_dictatorship } + NOT = { government = proletarian_dictatorship } + } + modifier = { + factor = 1.25 + neighbour = FROM + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.25 + war_policy = pacifism + } + } + } + + option = { + name = "EVT800012OPTB" + FROM = { country_event = 800015 } + diplomatic_influence = { + who = FROM + value = -50 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + war_with = FROM + } + modifier = { + factor = 0 + any_greater_power = { + is_our_vassal = FROM + war_with = THIS + } + } + modifier = { + factor = 0 + any_neighbor_country = { + is_our_vassal = FROM + war_with = THIS + } + } + modifier = { + factor = 2 + NOT = { neighbour = FROM } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 3 + war_policy = pacifism + } + } + } } country_event = { - id = 800013 - - is_triggered_only = yes - - title = "EVTNAME800013" #$FROMCOUNTRY$ Declares Independence - desc = "EVTDESC800013" - picture = "Unite" - - option = { - name = "EVT800013OPTA" - prestige = 5 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - casus_belli = { - target = FROM - type = make_puppet - months = 60 - } - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 12 - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.25 - war_policy = anti_military - } - modifier = { - factor = 0.5 - NOT = { jingoism = 5 } - } - modifier = { - factor = 0.8 - war_exhaustion = 25 - } - modifier = { - factor = 0.8 - war_exhaustion = 50 - } - modifier = { - factor = 0.5 - has_recently_lost_war = yes - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - } - } - - option = { - name = "EVT800013OPTB" - relation = { - who = FROM - value = -50 - } - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 12 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.25 - war_policy = anti_military - } - modifier = { - factor = 0.5 - NOT = { jingoism = 5 } - } - modifier = { - factor = 0.8 - war_exhaustion = 25 - } - modifier = { - factor = 0.8 - war_exhaustion = 50 - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - } - } - - option = { - name = "EVT800013OPTC" - prestige = -5 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - relation = { - who = FROM - value = 50 - } - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - prestige = 5 - relation = { - who = THIS - value = -50 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 0.5 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 3 - war_policy = pacifism - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_exhaustion = 25 - } - modifier = { - factor = 1.5 - war_exhaustion = 50 - } - modifier = { - factor = 3 - num_of_revolts = 5 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - } - } - + id = 800013 + + is_triggered_only = yes + + title = "EVTNAME800013" #$FROMCOUNTRY$ Declares Independence + desc = "EVTDESC800013" + picture = "Unite" + + option = { + name = "EVT800013OPTA" + prestige = 5 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + casus_belli = { + target = FROM + type = make_puppet + months = 60 + } + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 12 + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.25 + war_policy = anti_military + } + modifier = { + factor = 0.5 + NOT = { jingoism = 5 } + } + modifier = { + factor = 0.8 + war_exhaustion = 25 + } + modifier = { + factor = 0.8 + war_exhaustion = 50 + } + modifier = { + factor = 0.5 + has_recently_lost_war = yes + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + } + } + + option = { + name = "EVT800013OPTB" + relation = { + who = FROM + value = -50 + } + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 12 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.25 + war_policy = anti_military + } + modifier = { + factor = 0.5 + NOT = { jingoism = 5 } + } + modifier = { + factor = 0.8 + war_exhaustion = 25 + } + modifier = { + factor = 0.8 + war_exhaustion = 50 + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + } + } + + option = { + name = "EVT800013OPTC" + prestige = -5 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + relation = { + who = FROM + value = 50 + } + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + prestige = 5 + relation = { + who = THIS + value = -50 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 0.5 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 3 + war_policy = pacifism + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_exhaustion = 25 + } + modifier = { + factor = 1.5 + war_exhaustion = 50 + } + modifier = { + factor = 3 + num_of_revolts = 5 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + } + } + } country_event = { - id = 800014 - - is_triggered_only = yes - - title = "EVTNAME800014" #$FROMCOUNTRY$ Declares Independence - desc = "EVTDESC800014" - picture = "Unite" - - option = { - name = "EVT800013OPTA" - prestige = 5 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - casus_belli = { - target = FROM - type = make_puppet - months = 60 - } - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - is_greater_power = no - is_secondary_power = no - } - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.25 - war_policy = anti_military - } - modifier = { - factor = 0.5 - NOT = { jingoism = 5 } - } - modifier = { - factor = 0.8 - war_exhaustion = 25 - } - modifier = { - factor = 0.8 - war_exhaustion = 50 - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - } - } - - option = { - name = "EVT800013OPTB" - relation = { - who = FROM - value = -50 - } - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT800013OPTC" - prestige = -5 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - relation = { - who = FROM - value = 50 - } - random_country = { - limit = { - is_sphere_leader_of = FROM - has_country_flag = meddled_in_foreign_affairs - } - clr_country_flag = meddled_in_foreign_affairs - prestige = 5 - relation = { - who = THIS - value = -50 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 3 - war_policy = pacifism - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_exhaustion = 25 - } - modifier = { - factor = 1.5 - war_exhaustion = 50 - } - modifier = { - factor = 3 - num_of_revolts = 5 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - } - } - + id = 800014 + + is_triggered_only = yes + + title = "EVTNAME800014" #$FROMCOUNTRY$ Declares Independence + desc = "EVTDESC800014" + picture = "Unite" + + option = { + name = "EVT800013OPTA" + prestige = 5 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + casus_belli = { + target = FROM + type = make_puppet + months = 60 + } + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + is_greater_power = no + is_secondary_power = no + } + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.25 + war_policy = anti_military + } + modifier = { + factor = 0.5 + NOT = { jingoism = 5 } + } + modifier = { + factor = 0.8 + war_exhaustion = 25 + } + modifier = { + factor = 0.8 + war_exhaustion = 50 + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + } + } + + option = { + name = "EVT800013OPTB" + relation = { + who = FROM + value = -50 + } + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT800013OPTC" + prestige = -5 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + relation = { + who = FROM + value = 50 + } + random_country = { + limit = { + is_sphere_leader_of = FROM + has_country_flag = meddled_in_foreign_affairs + } + clr_country_flag = meddled_in_foreign_affairs + prestige = 5 + relation = { + who = THIS + value = -50 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 3 + war_policy = pacifism + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_exhaustion = 25 + } + modifier = { + factor = 1.5 + war_exhaustion = 50 + } + modifier = { + factor = 3 + num_of_revolts = 5 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + } + } + } country_event = { - id = 800015 - title = "EVTNAME800015" #$FROMCOUNTRY$ Refuses to Intervene - desc = "EVTDESC800015" - picture = "administration" - - is_triggered_only = yes - - option = { - clr_country_flag = freedom_attempt_made - name = "EVT800015OPTA" - relation = { - who = FROM - value = -25 - } - add_country_modifier = { - name = no_freedom - duration = 1825 - } - } + id = 800015 + title = "EVTNAME800015" #$FROMCOUNTRY$ Refuses to Intervene + desc = "EVTDESC800015" + picture = "administration" + + is_triggered_only = yes + + option = { + clr_country_flag = freedom_attempt_made + name = "EVT800015OPTA" + relation = { + who = FROM + value = -25 + } + add_country_modifier = { + name = no_freedom + duration = 1825 + } + } } country_event = { - - id = 800016 - title = "EVTNAME800016" #Intervention Failed - desc = "EVTDESC800016" - picture = "administration" - - trigger = { - is_vassal = yes - has_country_flag = freedom_attempt_made - has_country_flag = foreign_intervention - any_greater_power = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - } - - mean_time_to_happen = { - days = 12 - } - - immediate = { - clr_country_flag = freedom_attempt_made - clr_country_flag = foreign_intervention - } - - option = { - name = "EVT800016OPTA" - any_pop = { militancy = 1 } - random_country = { - limit = { is_our_vassal = THIS } - country_event = 800021 - } - random_country = { - limit = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - country_event = 800022 - } - add_country_modifier = { - name = no_freedom - duration = 1825 - } - } + + id = 800016 + title = "EVTNAME800016" #Intervention Failed + desc = "EVTDESC800016" + picture = "administration" + + trigger = { + is_vassal = yes + has_country_flag = freedom_attempt_made + has_country_flag = foreign_intervention + any_greater_power = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + } + + mean_time_to_happen = { + days = 12 + } + + immediate = { + clr_country_flag = freedom_attempt_made + clr_country_flag = foreign_intervention + } + + option = { + name = "EVT800016OPTA" + any_pop = { militancy = 1 } + random_country = { + limit = { is_our_vassal = THIS } + country_event = 800021 + } + random_country = { + limit = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + country_event = 800022 + } + add_country_modifier = { + name = no_freedom + duration = 1825 + } + } } country_event = { - id = 800017 - title = "EVTNAME800017" #Free At Great Cost - desc = "EVTDESC800017" - picture = "administration" - - trigger = { - is_vassal = yes - has_country_flag = freedom_attempt_made - has_country_flag = foreign_intervention - any_greater_power = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - } - - mean_time_to_happen = { - days = 12 - } - - immediate = { - clr_country_flag = freedom_attempt_made - clr_country_flag = foreign_intervention - } - - option = { - name = "EVT800016OPTA" - any_pop = { militancy = 2 } - random_country = { - limit = { - is_our_vassal = THIS - is_greater_power = yes - } - release_vassal = THIS - country_event = 800013 - } - random_country = { - limit = { - is_our_vassal = THIS - is_greater_power = no - } - release_vassal = THIS - country_event = 800014 - } - random_country = { - limit = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - country_event = 800023 - } - } + id = 800017 + title = "EVTNAME800017" #Free At Great Cost + desc = "EVTDESC800017" + picture = "administration" + + trigger = { + is_vassal = yes + has_country_flag = freedom_attempt_made + has_country_flag = foreign_intervention + any_greater_power = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + } + + mean_time_to_happen = { + days = 12 + } + + immediate = { + clr_country_flag = freedom_attempt_made + clr_country_flag = foreign_intervention + } + + option = { + name = "EVT800016OPTA" + any_pop = { militancy = 2 } + random_country = { + limit = { + is_our_vassal = THIS + is_greater_power = yes + } + release_vassal = THIS + country_event = 800013 + } + random_country = { + limit = { + is_our_vassal = THIS + is_greater_power = no + } + release_vassal = THIS + country_event = 800014 + } + random_country = { + limit = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + country_event = 800023 + } + } } #Free At Last! country_event = { - id = 800018 - title = "EVTNAME800018" - desc = "EVTDESC800018" - picture = "unite" - - trigger = { - is_vassal = yes - has_country_flag = freedom_attempt_made - has_country_flag = foreign_intervention - any_greater_power = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - } - - mean_time_to_happen = { - days = 8 - } - - immediate = { - clr_country_flag = freedom_attempt_made - clr_country_flag = foreign_intervention - } - - option = { - name = "EVT800018OPTA" - any_pop = { militancy = -2 } - random_country = { - limit = { - is_our_vassal = THIS - is_greater_power = yes - } - release_vassal = THIS - country_event = 800013 - } - random_country = { - limit = { - is_our_vassal = THIS - is_greater_power = no - } - release_vassal = THIS - country_event = 800014 - } - random_country = { - limit = { - has_country_flag = meddled_in_foreign_affairs - is_sphere_leader_of = THIS - } - country_event = 800024 - } - } + id = 800018 + title = "EVTNAME800018" + desc = "EVTDESC800018" + picture = "unite" + + trigger = { + is_vassal = yes + has_country_flag = freedom_attempt_made + has_country_flag = foreign_intervention + any_greater_power = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + } + + mean_time_to_happen = { + days = 8 + } + + immediate = { + clr_country_flag = freedom_attempt_made + clr_country_flag = foreign_intervention + } + + option = { + name = "EVT800018OPTA" + any_pop = { militancy = -2 } + random_country = { + limit = { + is_our_vassal = THIS + is_greater_power = yes + } + release_vassal = THIS + country_event = 800013 + } + random_country = { + limit = { + is_our_vassal = THIS + is_greater_power = no + } + release_vassal = THIS + country_event = 800014 + } + random_country = { + limit = { + has_country_flag = meddled_in_foreign_affairs + is_sphere_leader_of = THIS + } + country_event = 800024 + } + } } country_event = { - id = 800021 - - is_triggered_only = yes - - title = "EVTNAME800021" #Attempted Coup in $FROMCOUNTRY$ - desc = "EVTDESC800021" - picture = "administration" - - option = { - name = "EVT800021OPTA" - random_country = { - limit = { has_country_flag = meddled_in_foreign_affairs } - clr_country_flag = meddled_in_foreign_affairs - prestige = -5 - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.25 - war_policy = anti_military - } - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 2 } - } - modifier = { - factor = 0.25 - NOT = { total_amount_of_divisions = 5 } - } - modifier = { - factor = 0.5 - NOT = { total_amount_of_divisions = 10 } - } - modifier = { - factor = 0.5 - NOT = { jingoism = 5 } - } - modifier = { - factor = 0.8 - war_exhaustion = 4 - } - modifier = { - factor = 0.8 - war_exhaustion = 5 - } - modifier = { - factor = 0.5 - has_recently_lost_war = yes - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - } - } - - option = { - name = "EVT800021OPTB" - prestige = -5 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - random_country = { - limit = { has_country_flag = meddled_in_foreign_affairs } - clr_country_flag = meddled_in_foreign_affairs - prestige = -5 - relation = { - who = THIS - value = -50 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 0.5 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 3 - war_policy = pacifism - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 2 - NOT = { total_amount_of_divisions = 5 } - } - modifier = { - factor = 1.5 - NOT = { total_amount_of_divisions = 10 } - } - modifier = { - factor = 2 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - war_exhaustion = 4 - } - modifier = { - factor = 1.5 - war_exhaustion = 5 - } - modifier = { - factor = 3 - num_of_revolts = 5 - } - modifier = { - factor = 1.5 - average_militancy = 3 - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - } - } + id = 800021 + + is_triggered_only = yes + + title = "EVTNAME800021" #Attempted Coup in $FROMCOUNTRY$ + desc = "EVTDESC800021" + picture = "administration" + + option = { + name = "EVT800021OPTA" + random_country = { + limit = { has_country_flag = meddled_in_foreign_affairs } + clr_country_flag = meddled_in_foreign_affairs + prestige = -5 + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.25 + war_policy = anti_military + } + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 2 } + } + modifier = { + factor = 0.25 + NOT = { total_amount_of_divisions = 5 } + } + modifier = { + factor = 0.5 + NOT = { total_amount_of_divisions = 10 } + } + modifier = { + factor = 0.5 + NOT = { jingoism = 5 } + } + modifier = { + factor = 0.8 + war_exhaustion = 4 + } + modifier = { + factor = 0.8 + war_exhaustion = 5 + } + modifier = { + factor = 0.5 + has_recently_lost_war = yes + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + } + } + + option = { + name = "EVT800021OPTB" + prestige = -5 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + random_country = { + limit = { has_country_flag = meddled_in_foreign_affairs } + clr_country_flag = meddled_in_foreign_affairs + prestige = -5 + relation = { + who = THIS + value = -50 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 0.5 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 3 + war_policy = pacifism + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 2 + NOT = { total_amount_of_divisions = 5 } + } + modifier = { + factor = 1.5 + NOT = { total_amount_of_divisions = 10 } + } + modifier = { + factor = 2 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + war_exhaustion = 4 + } + modifier = { + factor = 1.5 + war_exhaustion = 5 + } + modifier = { + factor = 3 + num_of_revolts = 5 + } + modifier = { + factor = 1.5 + average_militancy = 3 + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + } + } } country_event = { - id = 800022 - - is_triggered_only = yes - - title = "EVTNAME800022" #Attempt Thwarted - desc = "EVTDESC800022" - picture = "administration" - - option = { - name = "EVT800022OPTA" - diplomatic_influence = { - who = FROM - value = -100 - } - relation = { - who = FROM - value = -50 - } - } + id = 800022 + + is_triggered_only = yes + + title = "EVTNAME800022" #Attempt Thwarted + desc = "EVTDESC800022" + picture = "administration" + + option = { + name = "EVT800022OPTA" + diplomatic_influence = { + who = FROM + value = -100 + } + relation = { + who = FROM + value = -50 + } + } } country_event = { - id = 800023 - - is_triggered_only = yes - - title = "EVTNAME800023" #$FROMCOUNTRY$ Freed At Great Cost - desc = "EVTDESC800023" - picture = "administration" - - option = { - name = "EVT800023OPTA" - diplomatic_influence = { - who = FROM - value = -100 - } - relation = { - who = FROM - value = -100 - } - } + id = 800023 + + is_triggered_only = yes + + title = "EVTNAME800023" #$FROMCOUNTRY$ Freed At Great Cost + desc = "EVTDESC800023" + picture = "administration" + + option = { + name = "EVT800023OPTA" + diplomatic_influence = { + who = FROM + value = -100 + } + relation = { + who = FROM + value = -100 + } + } } country_event = { - id = 800024 + id = 800024 - is_triggered_only = yes + is_triggered_only = yes - title = "EVTNAME800024" #$FROMCOUNTRY$ is Free! - desc = "EVTDESC800024" - picture = "administration" + title = "EVTNAME800024" #$FROMCOUNTRY$ is Free! + desc = "EVTDESC800024" + picture = "administration" - option = { - name = "EVT800024OPTA" - badboy = 1 - relation = { - who = FROM - value = 50 - } - } -} \ No newline at end of file + option = { + name = "EVT800024OPTA" + badboy = 1 + relation = { + who = FROM + value = 50 + } + } +} diff --git a/HPM/events/French Revolution.txt b/HPM/events/French Revolution.txt index 684a94c5..8df1c9b0 100644 --- a/HPM/events/French Revolution.txt +++ b/HPM/events/French Revolution.txt @@ -1,1074 +1,1074 @@ ############################################################# -# # -# French Revolution Events # -# # +# # +# French Revolution Events # +# # ############################################################# country_event = { - id = 10400 - title = "EVTNAME10400" #The French Revolution - desc = "EVTDESC10400" - news = yes - news_desc_long = "EVTDESC10400_NEWS_LONG" - news_desc_medium = "EVTDESC10400_NEWS_MEDIUM" - news_desc_short = "EVTDESC10400_NEWS_SHORT" - picture = "french_revolution_1848" + id = 10400 + title = "EVTNAME10400" #The French Revolution + desc = "EVTDESC10400" + news = yes + news_desc_long = "EVTDESC10400_NEWS_LONG" + news_desc_medium = "EVTDESC10400_NEWS_MEDIUM" + news_desc_short = "EVTDESC10400_NEWS_SHORT" + picture = "french_revolution_1848" - fire_only_once = yes + fire_only_once = yes - trigger = { - tag = FRA - government = hms_government - OR = { - has_country_modifier = springtime_of_nations - has_country_flag = liberal_revolution_in_progress - } - OR = { - AND = { - average_militancy = 4 - has_country_modifier = springtime_of_nations - } - AND = { - average_militancy = 6 - NOT = { has_country_modifier = springtime_of_nations } - } - any_owned_province = { - is_capital = yes - controlled_by = REB - } - revolt_percentage = 0.50 - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 0.5 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 1.5 - NOT = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 0.1 - capital_scope = { controlled_by = REB } - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 0.8 - average_militancy = 8 - } - modifier = { - factor = 0.8 - average_militancy = 9 - } - modifier = { - factor = 0.6 - revolt_percentage = 0.60 - } - modifier = { - factor = 0.6 - revolt_percentage = 0.70 - } - modifier = { - factor = 0.6 - revolt_percentage = 0.80 - } - } + trigger = { + tag = FRA + government = hms_government + OR = { + has_country_modifier = springtime_of_nations + has_country_flag = liberal_revolution_in_progress + } + OR = { + AND = { + average_militancy = 4 + has_country_modifier = springtime_of_nations + } + AND = { + average_militancy = 6 + NOT = { has_country_modifier = springtime_of_nations } + } + any_owned_province = { + is_capital = yes + controlled_by = REB + } + revolt_percentage = 0.50 + } + } - immediate = { - set_country_flag = 2nd_republic - clr_country_flag = liberal_revolution_fired - clr_country_flag = liberal_revolution_in_progress - set_country_flag = had_liberal_revolution - } - - option = { - name = "EVT10400OPTA" - prestige = -25 - any_owned = { - remove_province_modifier = liberal_agitation - } - remove_country_modifier = springtime_of_nations - remove_country_modifier = global_liberal_agitation - random_owned = { - limit = { - is_capital = yes - controlled_by_rebels = yes - } - change_controller = FRA - } - government = democracy - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - - random_owned = { - limit = { - owner = { NOT = { political_parties = secret_ballots } } - } - owner = { political_reform = non_secret_ballots } - } - random_owned = { - limit = { - owner = { NOT = { trade_unions = all_trade_unions } } - } - owner = { political_reform = non_socialist } - } - add_country_modifier = { - name = power_vacuum - duration = 1095 - } - any_pop = { - limit = { - is_primary_culture = yes - OR = { - type = soldiers - type = officers - } - } - ideology = { factor = 0.3 value = conservative } - ideology = { factor = 0.1 value = reactionary } - dominant_issue = { factor = 0.20 value = jingoism } - } - any_pop = { - limit = { - strata = poor - is_culture_group = french - location = { is_core = FRA } - } - ideology = { factor = 0.2 value = conservative } - dominant_issue = { factor = 0.10 value = jingoism } - } - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - any_country = { - limit = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - NOT = { is_culture_group = scandinavian } - NOT = { government = democracy } - NOT = { government = hms_government } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } + mean_time_to_happen = { + months = 1 + modifier = { + factor = 0.5 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 1.5 + NOT = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 0.1 + capital_scope = { controlled_by = REB } + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 0.8 + average_militancy = 8 + } + modifier = { + factor = 0.8 + average_militancy = 9 + } + modifier = { + factor = 0.6 + revolt_percentage = 0.60 + } + modifier = { + factor = 0.6 + revolt_percentage = 0.70 + } + modifier = { + factor = 0.6 + revolt_percentage = 0.80 + } + } + + immediate = { + set_country_flag = 2nd_republic + clr_country_flag = liberal_revolution_fired + clr_country_flag = liberal_revolution_in_progress + set_country_flag = had_liberal_revolution + } + + option = { + name = "EVT10400OPTA" + prestige = -25 + any_owned = { + remove_province_modifier = liberal_agitation + } + remove_country_modifier = springtime_of_nations + remove_country_modifier = global_liberal_agitation + random_owned = { + limit = { + is_capital = yes + controlled_by_rebels = yes + } + change_controller = FRA + } + government = democracy + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + + random_owned = { + limit = { + owner = { NOT = { political_parties = secret_ballots } } + } + owner = { political_reform = non_secret_ballots } + } + random_owned = { + limit = { + owner = { NOT = { trade_unions = all_trade_unions } } + } + owner = { political_reform = non_socialist } + } + add_country_modifier = { + name = power_vacuum + duration = 1095 + } + any_pop = { + limit = { + is_primary_culture = yes + OR = { + type = soldiers + type = officers + } + } + ideology = { factor = 0.3 value = conservative } + ideology = { factor = 0.1 value = reactionary } + dominant_issue = { factor = 0.20 value = jingoism } + } + any_pop = { + limit = { + strata = poor + is_culture_group = french + location = { is_core = FRA } + } + ideology = { factor = 0.2 value = conservative } + dominant_issue = { factor = 0.10 value = jingoism } + } + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + any_country = { + limit = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + NOT = { is_culture_group = scandinavian } + NOT = { government = democracy } + NOT = { government = hms_government } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } } country_event = { - id = 10401 - title = "EVTNAME10401" #The Presidential Election - desc = "EVTDESC10401" - major = yes - - trigger = { - tag = FRA - has_country_modifier = power_vacuum - has_country_flag = 2nd_republic - government = democracy - election = no - NOT = { - year = 1870 - ruling_party_ideology = conservative - has_country_flag = french_presidential_election - has_country_flag = 2nd_empire - has_country_flag = louis_deposed - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT10401OPTA" - set_country_flag = french_presidential_election - prestige = 20 - add_country_modifier = { - name = louis_napoleon_iii - duration = 9125 - } - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_pop = { - limit = { - is_primary_culture = yes - location = { is_core = FRA } - } - scaled_consciousness = { - ideology = conservative - factor = -5 - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT10401OPTB" - set_country_flag = french_presidential_election - remove_country_modifier = power_vacuum - ruling_party_ideology = liberal - political_reform = wealth_voting - political_reform = censored_press - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_owned = { - limit = { - is_core = FRA - pop_majority_ideology = conservative - } - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_core = FRA } - } - scaled_militancy = { - ideology = conservative - factor = 8 - } - } - ai_chance = { - factor = 10 - } - } + id = 10401 + title = "EVTNAME10401" #The Presidential Election + desc = "EVTDESC10401" + major = yes + + trigger = { + tag = FRA + has_country_modifier = power_vacuum + has_country_flag = 2nd_republic + government = democracy + election = no + NOT = { + year = 1870 + ruling_party_ideology = conservative + has_country_flag = french_presidential_election + has_country_flag = 2nd_empire + has_country_flag = louis_deposed + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT10401OPTA" + set_country_flag = french_presidential_election + prestige = 20 + add_country_modifier = { + name = louis_napoleon_iii + duration = 9125 + } + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_pop = { + limit = { + is_primary_culture = yes + location = { is_core = FRA } + } + scaled_consciousness = { + ideology = conservative + factor = -5 + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT10401OPTB" + set_country_flag = french_presidential_election + remove_country_modifier = power_vacuum + ruling_party_ideology = liberal + political_reform = wealth_voting + political_reform = censored_press + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_owned = { + limit = { + is_core = FRA + pop_majority_ideology = conservative + } + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_core = FRA } + } + scaled_militancy = { + ideology = conservative + factor = 8 + } + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 10402 - title = "EVTNAME10402" #Napoleon Wins Election! - desc = "EVTDESC10402" - major = yes - - trigger = { - tag = FRA - has_country_flag = 2nd_republic - government = democracy - ruling_party_ideology = conservative - election = no - NOT = { - year = 1870 - has_country_modifier = louis_napoleon_iii - has_country_flag = 2nd_empire - has_country_flag = louis_deposed - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT10402OPTA" - prestige = 15 - set_country_flag = louies_back - any_pop = { ideology = { factor = 0.10 value = liberal } } - add_country_modifier = { - name = louis_napoleon_iii - duration = 7300 - } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_core = FRA } - } - scaled_consciousness = { - ideology = conservative - factor = -5 - } - } - } + id = 10402 + title = "EVTNAME10402" #Napoleon Wins Election! + desc = "EVTDESC10402" + major = yes + + trigger = { + tag = FRA + has_country_flag = 2nd_republic + government = democracy + ruling_party_ideology = conservative + election = no + NOT = { + year = 1870 + has_country_modifier = louis_napoleon_iii + has_country_flag = 2nd_empire + has_country_flag = louis_deposed + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT10402OPTA" + prestige = 15 + set_country_flag = louies_back + any_pop = { ideology = { factor = 0.10 value = liberal } } + add_country_modifier = { + name = louis_napoleon_iii + duration = 7300 + } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_core = FRA } + } + scaled_consciousness = { + ideology = conservative + factor = -5 + } + } + } } country_event = { - id = 10405 - title = "EVTNAME10405" #Louis-Napoleon's Coup d'Etat - desc = "EVTDESC10405" - news = yes - news_desc_long = "EVTDESC10405" - news_desc_medium = "EVTDESC10405_NEWS_MEDIUM" - news_desc_short = "EVTDESC10405_NEWS_SHORT" - picture = "napoleon3" + id = 10405 + title = "EVTNAME10405" #Louis-Napoleon's Coup d'Etat + desc = "EVTDESC10405" + news = yes + news_desc_long = "EVTDESC10405" + news_desc_medium = "EVTDESC10405_NEWS_MEDIUM" + news_desc_short = "EVTDESC10405_NEWS_SHORT" + picture = "napoleon3" + + trigger = { + tag = FRA + has_country_flag = 2nd_republic + has_country_modifier = louis_napoleon_iii + government = democracy + election = yes + year = 1850 + rank = 4 + is_disarmed = no + NOT = { + year = 1870 + any_core = { + NOT = { is_core = ITA } + NOT = { owned_by = THIS } + } + has_country_flag = louis_deposed + has_country_flag = 2nd_empire + } + } - trigger = { - tag = FRA - has_country_flag = 2nd_republic - has_country_modifier = louis_napoleon_iii - government = democracy - election = yes - year = 1850 - rank = 4 - is_disarmed = no - NOT = { - year = 1870 - any_core = { - NOT = { is_core = ITA } - NOT = { owned_by = THIS } - } - has_country_flag = louis_deposed - has_country_flag = 2nd_empire - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.9 - NOT = { conservative = 40 } - } - modifier = { - factor = 0.8 - NOT = { conservative = 30 } - } - modifier = { - factor = 0.7 - NOT = { conservative = 20 } - } - modifier = { - factor = 0.5 - NOT = { conservative = 10 } - } - } + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.9 + NOT = { conservative = 40 } + } + modifier = { + factor = 0.8 + NOT = { conservative = 30 } + } + modifier = { + factor = 0.7 + NOT = { conservative = 20 } + } + modifier = { + factor = 0.5 + NOT = { conservative = 10 } + } + } - option = { - name = "EVT10405OPTA" - set_country_flag = napoleons_coup_de_tat - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = RUS } - NOT = { tag = ENG } - NOT = { is_culture_group = germanic } - } - relation = { who = THIS value = -30 } - } - any_country = { - limit = { - is_culture_group = germanic - capital_scope = { continent = europe } - } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = RUS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - relation = { who = FRA value = -75 } - } - random_country = { - limit = { - tag = ENG - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - relation = { who = FRA value = -75 } - } - prestige = 25 - government = absolute_monarchy - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = appointed - political_reform = no_meeting - political_reform = censored_press - political_reform = no_trade_unions - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - set_country_flag = 2nd_empire - upper_house = { - ideology = conservative - value = 0.40 - } - upper_house = { - ideology = reactionary - value = 0.20 - } - any_pop = { - limit = { - location = { is_core = FRA } - OR = { - type = soldiers - type = officers - } - } - ideology = { factor = 0.3 value = conservative } - ideology = { factor = 0.1 value = reactionary } - militancy = -4 - } - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = conservative - factor = -4 - } - scaled_consciousness = { - ideology = conservative - factor = -4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 6 - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - } + option = { + name = "EVT10405OPTA" + set_country_flag = napoleons_coup_de_tat + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = RUS } + NOT = { tag = ENG } + NOT = { is_culture_group = germanic } + } + relation = { who = THIS value = -30 } + } + any_country = { + limit = { + is_culture_group = germanic + capital_scope = { continent = europe } + } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = RUS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + relation = { who = FRA value = -75 } + } + random_country = { + limit = { + tag = ENG + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + relation = { who = FRA value = -75 } + } + prestige = 25 + government = absolute_monarchy + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = appointed + political_reform = no_meeting + political_reform = censored_press + political_reform = no_trade_unions + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + set_country_flag = 2nd_empire + upper_house = { + ideology = conservative + value = 0.40 + } + upper_house = { + ideology = reactionary + value = 0.20 + } + any_pop = { + limit = { + location = { is_core = FRA } + OR = { + type = soldiers + type = officers + } + } + ideology = { factor = 0.3 value = conservative } + ideology = { factor = 0.1 value = reactionary } + militancy = -4 + } + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = conservative + factor = -4 + } + scaled_consciousness = { + ideology = conservative + factor = -4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 6 + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + } } country_event = { - id = 10410 - title = "EVTNAME10410" #Emperor Napoleon Deposed - desc = "EVTDESC10410" - news = yes - news_desc_long = "EVTDESC10410_NEWS_LONG" - news_desc_medium = "EVTDESC10410_NEWS_MEDIUM" - news_desc_short = "EVTDESC10410_NEWS_SHORT" - picture = "napoleon3" - major = yes + id = 10410 + title = "EVTNAME10410" #Emperor Napoleon Deposed + desc = "EVTDESC10410" + news = yes + news_desc_long = "EVTDESC10410_NEWS_LONG" + news_desc_medium = "EVTDESC10410_NEWS_MEDIUM" + news_desc_short = "EVTDESC10410_NEWS_SHORT" + picture = "napoleon3" + major = yes + + fire_only_once = yes - fire_only_once = yes + trigger = { + tag = FRA + has_country_flag = 2nd_empire + has_country_modifier = louis_napoleon_iii + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + war = no + OR = { + NOT = { rank = 5 } + any_core = { + NOT = { is_core = ITA } + NOT = { owned_by = THIS } + } + is_disarmed = yes + } + NOT = { + has_country_flag = louis_deposed + year = 1890 + rank = 1 + } + } - trigger = { - tag = FRA - has_country_flag = 2nd_empire - has_country_modifier = louis_napoleon_iii - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - war = no - OR = { - NOT = { rank = 5 } - any_core = { - NOT = { is_core = ITA } - NOT = { owned_by = THIS } - } - is_disarmed = yes - } - NOT = { - has_country_flag = louis_deposed - year = 1890 - rank = 1 - } - } - - mean_time_to_happen = { - months = 1 - } + mean_time_to_happen = { + months = 1 + } - option = { - name = "EVT10410OPTA" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - any_greater_power = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = THIS value = 30 } - } - prestige = -25 - government = democracy - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = all_trade_unions - political_reform = secret_ballots - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = conservative - factor = -2 - } - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - ai_chance = { - factor = 80 - } - } + option = { + name = "EVT10410OPTA" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + any_greater_power = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = THIS value = 30 } + } + prestige = -25 + government = democracy + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = all_trade_unions + political_reform = secret_ballots + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power - option = { - name = "EVT10410OPTB" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - any_greater_power = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = THIS value = 30 } - } - prestige = 25 - government = absolute_monarchy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = -4 - } - scaled_militancy = { - ideology = liberal - factor = 8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - scaled_militancy = { - ideology = socialist - factor = 2 - } - } - ai_chance = { - factor = 15 - modifier = { - factor = 0 - government = hms_government - } - } - } + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = conservative + factor = -2 + } + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + ai_chance = { + factor = 80 + } + } - option = { - name = "EVT10410OPTC" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - any_greater_power = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = THIS value = 30 } - } - government = hms_government - ruling_party_ideology = conservative - political_reform = universal_voting - political_reform = state_equal_weight - political_reform = non_socialist - political_reform = state_press - political_reform = yes_meeting - political_reform = secret_ballots - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - scaled_militancy = { - ideology = socialist - factor = 2 - } - } - ai_chance = { - factor = 5 - } - } + option = { + name = "EVT10410OPTB" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + any_greater_power = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = THIS value = 30 } + } + prestige = 25 + government = absolute_monarchy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = -4 + } + scaled_militancy = { + ideology = liberal + factor = 8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + scaled_militancy = { + ideology = socialist + factor = 2 + } + } + ai_chance = { + factor = 15 + modifier = { + factor = 0 + government = hms_government + } + } + } + + option = { + name = "EVT10410OPTC" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + any_greater_power = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = THIS value = 30 } + } + government = hms_government + ruling_party_ideology = conservative + political_reform = universal_voting + political_reform = state_equal_weight + political_reform = non_socialist + political_reform = state_press + political_reform = yes_meeting + political_reform = secret_ballots + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + scaled_militancy = { + ideology = socialist + factor = 2 + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 10411 - title = "EVTNAME10411" #Death of Napoleon - desc = "EVTDESC10411" - news = yes - news_desc_long = "EVTDESC10411" - news_desc_medium = "EVTDESC10411_NEWS_MEDIUM" - news_desc_short = "EVTDESC10411_NEWS_SHORT" - picture = "napoleon3" - major = yes - - trigger = { - tag = FRA - has_country_flag = 2nd_empire - has_country_modifier = louis_napoleon_iii - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - war = no - year = 1870 - NOT = { has_country_flag = louis_deposed } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT10411OPTA" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - prestige = 25 - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_consciousness = { - ideology = conservative - factor = -5 - } - } - ai_chance = { - factor = 40 - } - } - - option = { - name = "EVT10411OPTB" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - prestige = 25 - ruling_party_ideology = reactionary - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - any_greater_power = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = THIS value = 30 } - } - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = -4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - government = hms_government - } - } - } - - option = { - name = "EVT10411OPTC" - set_country_flag = louis_deposed - remove_country_modifier = louis_napoleon_iii - prestige = -25 - government = democracy - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = all_trade_unions - political_reform = secret_ballots - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_greater_power = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = THIS value = 30 } - } - - any_pop = { - limit = { - location = { is_core = FRA } - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - ai_chance = { - factor = 50 - } - } + id = 10411 + title = "EVTNAME10411" #Death of Napoleon + desc = "EVTDESC10411" + news = yes + news_desc_long = "EVTDESC10411" + news_desc_medium = "EVTDESC10411_NEWS_MEDIUM" + news_desc_short = "EVTDESC10411_NEWS_SHORT" + picture = "napoleon3" + major = yes + + trigger = { + tag = FRA + has_country_flag = 2nd_empire + has_country_modifier = louis_napoleon_iii + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + war = no + year = 1870 + NOT = { has_country_flag = louis_deposed } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT10411OPTA" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + prestige = 25 + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_consciousness = { + ideology = conservative + factor = -5 + } + } + ai_chance = { + factor = 40 + } + } + + option = { + name = "EVT10411OPTB" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + prestige = 25 + ruling_party_ideology = reactionary + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + any_greater_power = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = THIS value = 30 } + } + + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = -4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + government = hms_government + } + } + } + + option = { + name = "EVT10411OPTC" + set_country_flag = louis_deposed + remove_country_modifier = louis_napoleon_iii + prestige = -25 + government = democracy + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = all_trade_unions + political_reform = secret_ballots + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + any_greater_power = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = THIS value = 30 } + } + + any_pop = { + limit = { + location = { is_core = FRA } + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + ai_chance = { + factor = 50 + } + } } diff --git a/HPM/events/GERFlavor.txt b/HPM/events/GERFlavor.txt index 31356f90..29054b65 100644 --- a/HPM/events/GERFlavor.txt +++ b/HPM/events/GERFlavor.txt @@ -1,1877 +1,1876 @@ - country_event = { - id = 33003 #parallel event is BAY 33403 - news = yes - news_desc_long = "EVTDESC33403_NEWS_LONG" - news_desc_medium = "EVTDESC33403_NEWS_MEDIUM" - news_desc_short = "EVTDESC33403_NEWS_SHORT" - - trigger = { - tag = GER - year = 1875 - nationalism_n_imperialism = 1 #has the nationalism tech - owns = 598 #Bayreuth - NOT = { - exists = BAV - year = 1885 - has_global_flag = RichardWagner - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1876 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1877 - } - } - - title = "EVTNAME33403" - desc = "EVTDESC33403" - picture = "wagner" - - option = { - name = "EVTOPTA33403" - prestige = 10 - treasury = -200 - set_global_flag = RichardWagner - } + id = 33003 #parallel event is BAY 33403 + news = yes + news_desc_long = "EVTDESC33403_NEWS_LONG" + news_desc_medium = "EVTDESC33403_NEWS_MEDIUM" + news_desc_short = "EVTDESC33403_NEWS_SHORT" + + trigger = { + tag = GER + year = 1875 + nationalism_n_imperialism = 1 #has the nationalism tech + owns = 598 #Bayreuth + NOT = { + exists = BAV + year = 1885 + has_global_flag = RichardWagner + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1876 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1877 + } + } + + title = "EVTNAME33403" + desc = "EVTDESC33403" + picture = "wagner" + + option = { + name = "EVTOPTA33403" + prestige = 10 + treasury = -200 + set_global_flag = RichardWagner + } } province_event = { - id = 33004 #will set up DAN36206 - news = yes - news_desc_long = "EVTDESC33004_NEWS_LONG" - news_desc_medium = "EVTDESC33004_NEWS_MEDIUM" - news_desc_short = "EVTDESC33004_NEWS_SHORT" - - trigger = { - province_id = 371 #Aabenra/North Schleswig - owned_by = GER - year = 1896 - culture = danish - NOT = { - year = 1899 - has_global_flag = GermanizeSchlewsigDanes - has_global_flag = NOGermanizeSchlewsigDanes - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.85 #increase likelihood to happen - year = 1897 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1898 - } - } - - title = "EVTNAME33004" - desc = "EVTDESC33004" - - option = { - name = "EVTOPTA33004" - any_pop = { - limit = { - has_pop_culture = danish - } - militancy = 2 - } - DEN = { country_event = 36206 } - set_global_flag = GermanizeSchlewsigDanes - } - - option = { - name = "EVTOPTB33004" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - relation = { who = DEN value = 100 } - set_global_flag = NOGermanizeSchlewsigDanes - } + id = 33004 #will set up DAN36206 + news = yes + news_desc_long = "EVTDESC33004_NEWS_LONG" + news_desc_medium = "EVTDESC33004_NEWS_MEDIUM" + news_desc_short = "EVTDESC33004_NEWS_SHORT" + + trigger = { + province_id = 371 #Aabenra/North Schleswig + owned_by = GER + year = 1896 + culture = danish + NOT = { + year = 1899 + has_global_flag = GermanizeSchlewsigDanes + has_global_flag = NOGermanizeSchlewsigDanes + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.85 #increase likelihood to happen + year = 1897 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1898 + } + } + + title = "EVTNAME33004" + desc = "EVTDESC33004" + + option = { + name = "EVTOPTA33004" + any_pop = { + limit = { + has_pop_culture = danish + } + militancy = 2 + } + DEN = { country_event = 36206 } + set_global_flag = GermanizeSchlewsigDanes + } + + option = { + name = "EVTOPTB33004" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + relation = { who = DEN value = 100 } + set_global_flag = NOGermanizeSchlewsigDanes + } } country_event = { - id = 33000 - news = yes - news_desc_long = "EVTDESC33000_NEWS_LONG" - news_desc_medium = "EVTDESC33000_NEWS_MEDIUM" - news_desc_short = "EVTDESC33000_NEWS_SHORT" - - trigger = { - tag = GER - year = 1916 - NOT = { - year = 1920 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1917 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1918 - } - } - - title = "EVTNAME33000" - desc = "EVTDESC33000" - picture = "theatre" - - option = { - name = "EVTOPTA33000" - prestige = 1 - } + id = 33000 + news = yes + news_desc_long = "EVTDESC33000_NEWS_LONG" + news_desc_medium = "EVTDESC33000_NEWS_MEDIUM" + news_desc_short = "EVTDESC33000_NEWS_SHORT" + + trigger = { + tag = GER + year = 1916 + NOT = { + year = 1920 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1917 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1918 + } + } + + title = "EVTNAME33000" + desc = "EVTDESC33000" + picture = "theatre" + + option = { + name = "EVTOPTA33000" + prestige = 1 + } } country_event = { - id = 33001 - news = yes - news_desc_long = "EVTDESC33001_NEWS_LONG" - news_desc_medium = "EVTDESC33001_NEWS_MEDIUM" - news_desc_short = "EVTDESC33001_NEWS_SHORT" - - trigger = { - tag = GER - year = 1874 - NOT = { - year = 1877 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1875 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1876 - } - } - - title = "EVTNAME33001" - desc = "EVTDESC33001" - picture = "Circus" - - option = { - name = "EVTOPTA33001" - prestige = 1 - any_pop = { - consciousness = 1 - } - } + id = 33001 + news = yes + news_desc_long = "EVTDESC33001_NEWS_LONG" + news_desc_medium = "EVTDESC33001_NEWS_MEDIUM" + news_desc_short = "EVTDESC33001_NEWS_SHORT" + + trigger = { + tag = GER + year = 1874 + NOT = { + year = 1877 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1875 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1876 + } + } + + title = "EVTNAME33001" + desc = "EVTDESC33001" + picture = "Circus" + + option = { + name = "EVTOPTA33001" + prestige = 1 + any_pop = { + consciousness = 1 + } + } } country_event = { - id = 33002 - news = yes - news_desc_long = "EVTDESC33002_NEWS_LONG" - news_desc_medium = "EVTDESC33002_NEWS_MEDIUM" - news_desc_short = "EVTDESC33002_NEWS_SHORT" - - trigger = { - tag = GER - year = 1880 - NOT = { - year = 1883 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1881 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1882 - } - } - - title = "EVTNAME33002" - desc = "EVTDESC33002" - picture = "School" - - option = { - name = "EVTOPTA33002" - prestige = 5 - } + id = 33002 + news = yes + news_desc_long = "EVTDESC33002_NEWS_LONG" + news_desc_medium = "EVTDESC33002_NEWS_MEDIUM" + news_desc_short = "EVTDESC33002_NEWS_SHORT" + + trigger = { + tag = GER + year = 1880 + NOT = { + year = 1883 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1881 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1882 + } + } + + title = "EVTNAME33002" + desc = "EVTDESC33002" + picture = "School" + + option = { + name = "EVTOPTA33002" + prestige = 5 + } } country_event = { - id = 33005 - news = yes - news_desc_long = "EVTDESC33005_NEWS_LONG" - news_desc_medium = "EVTDESC33005_NEWS_MEDIUM" - news_desc_short = "EVTDESC33005_NEWS_SHORT" - - trigger = { - tag = GER - year = 1903 - is_greater_power = yes - TUR = { - war = no - owns = 926 #Baghdad - is_vassal = no - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - alliance_with = ENG - alliance_with = FRA - alliance_with = RUS - } - } - NOT = { - year = 1910 - alliance_with = TUR - has_global_flag = BerlinBaghdadRail - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1904 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1908 - } - } - - title = "EVTNAME33005" - desc = "EVTDESC33005" - picture = "bagdadrailway" - - - option = { - name = "EVTOPTA33005" - prestige = 10 - set_global_flag = BerlinBaghdadRail - relation = { who = TUR value = 100 } - relation = { who = ENG value = -75 } - relation = { who = RUS value = -75 } - } - - option = { - name = "EVTOPTB33005" - relation = { who = TUR value = -50 } - relation = { who = ENG value = 75 } - relation = { who = RUS value = 75 } - officers = { - consciousness = 2 - } - capitalists = { - consciousness = 2 - } - } + id = 33005 + news = yes + news_desc_long = "EVTDESC33005_NEWS_LONG" + news_desc_medium = "EVTDESC33005_NEWS_MEDIUM" + news_desc_short = "EVTDESC33005_NEWS_SHORT" + + trigger = { + tag = GER + year = 1903 + is_greater_power = yes + TUR = { + war = no + owns = 926 #Baghdad + is_vassal = no + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + alliance_with = ENG + alliance_with = FRA + alliance_with = RUS + } + } + NOT = { + year = 1910 + alliance_with = TUR + has_global_flag = BerlinBaghdadRail + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1904 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1908 + } + } + + title = "EVTNAME33005" + desc = "EVTDESC33005" + picture = "bagdadrailway" + + + option = { + name = "EVTOPTA33005" + prestige = 10 + set_global_flag = BerlinBaghdadRail + relation = { who = TUR value = 100 } + relation = { who = ENG value = -75 } + relation = { who = RUS value = -75 } + } + + option = { + name = "EVTOPTB33005" + relation = { who = TUR value = -50 } + relation = { who = ENG value = 75 } + relation = { who = RUS value = 75 } + officers = { + consciousness = 2 + } + capitalists = { + consciousness = 2 + } + } } country_event = { - id = 33006 - title = "EVTNAME33006" #Trade For Heligoland? - desc = "EVTDESC33006" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT33006OPTA" - set_country_flag = germany_gave_colonies - random_owned = { - limit = { - owner = { - NOT = { owns = 2029 } - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { owns = 2029 } - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { owns = 2029 } - money = 100000 - } - } - owner = { treasury = -100000 } - } - - random_owned = { - limit = { owner = { owns = 2029 } } - owner = { - any_owned = { - limit = { - OR = { - region = ENG_2024 - region = ENG_2026 - } - } - secede_province = ENG - } - } - } - - ENG = { country_event = 33007 } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVT33006OPTB" - ENG = { country_event = 33008 } - ai_chance = { - factor = 0 - } - } + id = 33006 + title = "EVTNAME33006" #Trade For Heligoland? + desc = "EVTDESC33006" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT33006OPTA" + set_country_flag = germany_gave_colonies + random_owned = { + limit = { + owner = { + NOT = { owns = 2029 } + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { owns = 2029 } + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { owns = 2029 } + money = 100000 + } + } + owner = { treasury = -100000 } + } + + random_owned = { + limit = { owner = { owns = 2029 } } + owner = { + any_owned = { + limit = { + OR = { + region = ENG_2024 + region = ENG_2026 + } + } + secede_province = ENG + } + } + } + + ENG = { country_event = 33007 } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT33006OPTB" + ENG = { country_event = 33008 } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 33007 - title = "EVTNAME33007" #Germany Agrees - desc = "EVTDESC33007" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT33007OPTA" - prestige = 5 - random_country = { - limit = { tag = FROM NOT = { has_country_flag = germany_gave_colonies } } - random_owned = { - limit = { owner = { NOT = { owns = 2029 } } } - owner = { - random_state = { - limit = { - is_colonial = yes - any_owned_province = { continent = africa OR = { port = yes any_neighbor_province = { owned_by = ENG } } } - } - any_owned = { secede_province = ENG } - } - } - } - } - - 533 = { - remove_core = ENG - secede_province = GER - add_core = GER - } - random_owned = { - limit = { province_id = 2081 2082 = { owned_by = GER } } - owner = { 2081 = { secede_province = GER add_core = NMB } } - } - relation = { who = GER value = 25 } - set_country_flag = has_questioned_heligoland - set_global_flag = heligoland_claimed - FROM = { clr_country_flag = germany_gave_colonies } - } + id = 33007 + title = "EVTNAME33007" #Germany Agrees + desc = "EVTDESC33007" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT33007OPTA" + prestige = 5 + random_country = { + limit = { tag = FROM NOT = { has_country_flag = germany_gave_colonies } } + random_owned = { + limit = { owner = { NOT = { owns = 2029 } } } + owner = { + random_state = { + limit = { + is_colonial = yes + any_owned_province = { continent = africa OR = { port = yes any_neighbor_province = { owned_by = ENG } } } + } + any_owned = { secede_province = ENG } + } + } + } + } + + 533 = { + remove_core = ENG + secede_province = GER + add_core = GER + } + random_owned = { + limit = { province_id = 2081 2082 = { owned_by = GER } } + owner = { 2081 = { secede_province = GER add_core = NMB } } + } + relation = { who = GER value = 25 } + set_country_flag = has_questioned_heligoland + set_global_flag = heligoland_claimed + FROM = { clr_country_flag = germany_gave_colonies } + } } country_event = { - id = 33008 - title = "EVTNAME33008" #Germany Has Refused - desc = "EVTDESC33008" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT33008OPTA" - prestige = -5 - relation = { - who = GER - value = -25 - } - } + id = 33008 + title = "EVTNAME33008" #Germany Has Refused + desc = "EVTDESC33008" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT33008OPTA" + prestige = -5 + relation = { + who = GER + value = -25 + } + } } country_event = { - id = 33009 - title = "EVTNAME33009" #For the Glory of Germany - desc = "EVTDESC33009" - picture = "threehurrahs" - - trigger = { - tag = NGF - war = no - is_greater_power = yes - is_disarmed = no - year = 1870 - NOT = { - truce_with = FRA - num_of_revolts = 1 - has_country_flag = glory_of_germany_al - } - any_owned_province = { - any_neighbor_province = { region = FRA_412 } - } - FRA = { - NOT = { brigades_compare = 2 } - owns = 410 - } - 410 = { - is_core = GER - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.1 - any_greater_power = { war_with = FRA } - } - modifier = { - factor = 0.5 - FRA = { num_of_revolts = 5 } - } - modifier = { - factor = 2 - FRA = { alliance_with = RUS } - } - modifier = { - factor = 0.5 - year = 1880 - } - modifier = { - factor = 0.5 - year = 1890 - } - } - - option = { - name = "EVT33009OPTA" - set_country_flag = glory_of_germany_al - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - } - war = { - target = FRA - attacker_goal = { - casus_belli = unification_casus_belli - state_province_id = 410 - } - call_ally = yes - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT33009OPTB" - set_country_flag = glory_of_germany_al - FRA_412 = { remove_core = GER } - prestige = -50 - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - issue = jingoism - factor = 6 - } - } - ai_chance = { - factor = 10 - } - } + id = 33009 + title = "EVTNAME33009" #For the Glory of Germany + desc = "EVTDESC33009" + picture = "threehurrahs" + + trigger = { + tag = NGF + war = no + is_greater_power = yes + is_disarmed = no + year = 1870 + NOT = { + truce_with = FRA + num_of_revolts = 1 + has_country_flag = glory_of_germany_al + } + any_owned_province = { + any_neighbor_province = { region = FRA_412 } + } + FRA = { + NOT = { brigades_compare = 2 } + owns = 410 + } + 410 = { + is_core = GER + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.1 + any_greater_power = { war_with = FRA } + } + modifier = { + factor = 0.5 + FRA = { num_of_revolts = 5 } + } + modifier = { + factor = 2 + FRA = { alliance_with = RUS } + } + modifier = { + factor = 0.5 + year = 1880 + } + modifier = { + factor = 0.5 + year = 1890 + } + } + + option = { + name = "EVT33009OPTA" + set_country_flag = glory_of_germany_al + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + } + war = { + target = FRA + attacker_goal = { + casus_belli = unification_casus_belli + state_province_id = 410 + } + call_ally = yes + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT33009OPTB" + set_country_flag = glory_of_germany_al + FRA_412 = { remove_core = GER } + prestige = -50 + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + issue = jingoism + factor = 6 + } + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 33010 - title = "EVTNAME33010" #Alsace-Lorraine is Lost - desc = "EVTDESC33010" - major = yes - - fire_only_once = yes - trigger = { - tag = NGF - war = no - has_country_flag = glory_of_germany_al - NOT = { has_country_flag = lost_alsace_lorraine } - 410 = { - is_core = GER - NOT = { owned_by = THIS } - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT33010OPTA" - any_pop = { - limit = { is_primary_culture = yes } - militancy = -3 - dominant_issue = { - factor = 0.10 - value = jingoism - } - } - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT33010OPTB" - set_country_flag = lost_alsace_lorraine - FRA_412 = { remove_core = GER } - prestige = -50 - ai_chance = { - factor = 70 - } - } + id = 33010 + title = "EVTNAME33010" #Alsace-Lorraine is Lost + desc = "EVTDESC33010" + major = yes + + fire_only_once = yes + trigger = { + tag = NGF + war = no + has_country_flag = glory_of_germany_al + NOT = { has_country_flag = lost_alsace_lorraine } + 410 = { + is_core = GER + NOT = { owned_by = THIS } + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT33010OPTA" + any_pop = { + limit = { is_primary_culture = yes } + militancy = -3 + dominant_issue = { + factor = 0.10 + value = jingoism + } + } + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT33010OPTB" + set_country_flag = lost_alsace_lorraine + FRA_412 = { remove_core = GER } + prestige = -50 + ai_chance = { + factor = 70 + } + } } country_event = { - id = 33015 - title = "EVTNAME33015" - desc = "EVTDESC33015" - - trigger = { - ai = yes - OR = { - tag = AUS - tag = KUK - tag = PRU - tag = NGF - tag = SGF - } - OR = { - war_with = FRA - war_with = PRU - war_with = NGF - war_with = SGF - war_with = AUS - war_with = KUK - } - any_neighbor_country = { - alliance_with = THIS - in_sphere = THIS - war = no - } - NOT = { has_country_flag = called_german_allies } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT33015OPTA" - set_country_flag = called_german_allies - # Audax Validator "." Ignore_NEXT - war = { - attacker_goal = { - casus_belli = call_allies_cb - } - call_ally = yes - } - } + id = 33015 + title = "EVTNAME33015" + desc = "EVTDESC33015" + + trigger = { + ai = yes + OR = { + tag = AUS + tag = KUK + tag = PRU + tag = NGF + tag = SGF + } + OR = { + war_with = FRA + war_with = PRU + war_with = NGF + war_with = SGF + war_with = AUS + war_with = KUK + } + any_neighbor_country = { + alliance_with = THIS + in_sphere = THIS + war = no + } + NOT = { has_country_flag = called_german_allies } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT33015OPTA" + set_country_flag = called_german_allies + # Audax Validator "." Ignore_NEXT + war = { + attacker_goal = { + casus_belli = call_allies_cb + } + call_ally = yes + } + } } country_event = { - id = 33016 - title = "EVTNAME33016" - desc = "EVTNDESC33016" - - trigger = { - ai = yes - war = no - has_country_flag = called_german_allies - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT33016OPTA" - clr_country_flag = called_german_allies - } + id = 33016 + title = "EVTNAME33016" + desc = "EVTNDESC33016" + + trigger = { + ai = yes + war = no + has_country_flag = called_german_allies + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT33016OPTA" + clr_country_flag = called_german_allies + } } country_event = { - id = 33020 - title = "EVTNAME33020" #The League of Three Emperors - desc = "EVTDESC33020" - picture = "league_of_three_emperors" - - is_triggered_only = yes - - option = { - name = "EVT33020OPTA" - prestige = 20 - GER = { - prestige = 20 - any_greater_power = { - limit = { - NOT = { - tag = GER - tag = AUS - tag = KUK - tag = RUS - } - alliance_with = THIS - } - leave_alliance = THIS - } - } - relation = { who = GER value = 320 } - create_alliance = GER - random_country = { - limit = { - tag = GER - THIS = { tag = AUS } - } - diplomatic_influence = { who = THIS value = 200 } - } - any_greater_power = { - limit = { - NOT = { - tag = GER - tag = AUS - tag = KUK - tag = RUS - } - alliance_with = THIS - } - leave_alliance = THIS - } - any_country = { - limit = { - OR = { - tag = AUS - tag = KUK - tag = RUS - } - exists = yes - NOT = { tag = THIS } - } - relation = { who = THIS value = 100 } - } - ai_chance = { - factor = 80 - modifier = { - factor = 2 - tag = KUK - } - } - } - - option = { - name = "EVT33020OPTB" - GER = { - prestige = -20 - relation = { who = THIS value = -50 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - tag = KUK - } - modifier = { - factor = 0.8 - government = absolute_monarchy - } - modifier = { - factor = 1.1 - government = hms_government - } - modifier = { - factor = 0.5 - relation = { who = GER value = 50 } - } - modifier = { - factor = 0 - alliance_with = GER - } - } - } + id = 33020 + title = "EVTNAME33020" #The League of Three Emperors + desc = "EVTDESC33020" + picture = "league_of_three_emperors" + + is_triggered_only = yes + + option = { + name = "EVT33020OPTA" + prestige = 20 + GER = { + prestige = 20 + any_greater_power = { + limit = { + NOT = { + tag = GER + tag = AUS + tag = KUK + tag = RUS + } + alliance_with = THIS + } + leave_alliance = THIS + } + } + relation = { who = GER value = 320 } + create_alliance = GER + random_country = { + limit = { + tag = GER + THIS = { tag = AUS } + } + diplomatic_influence = { who = THIS value = 200 } + } + any_greater_power = { + limit = { + NOT = { + tag = GER + tag = AUS + tag = KUK + tag = RUS + } + alliance_with = THIS + } + leave_alliance = THIS + } + any_country = { + limit = { + OR = { + tag = AUS + tag = KUK + tag = RUS + } + exists = yes + NOT = { tag = THIS } + } + relation = { who = THIS value = 100 } + } + ai_chance = { + factor = 80 + modifier = { + factor = 2 + tag = KUK + } + } + } + + option = { + name = "EVT33020OPTB" + GER = { + prestige = -20 + relation = { who = THIS value = -50 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + tag = KUK + } + modifier = { + factor = 0.8 + government = absolute_monarchy + } + modifier = { + factor = 1.1 + government = hms_government + } + modifier = { + factor = 0.5 + relation = { who = GER value = 50 } + } + modifier = { + factor = 0 + alliance_with = GER + } + } + } } #German-Spanish Treaty of 1899 country_event = { - id = 33025 - title = "EVTNAME33025" #The Spanish Pacific - desc = "EVTDESC33025" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT33025OPTA" - treasury = 50000 - relation = { who = FROM value = 100 } - FROM = { country_event = 33026 } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - } - } - - option = { - name = "EVT33025OPTB" - relation = { who = FROM value = -50 } - FROM = { country_event = 33027 } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - in_sphere = FROM - } - modifier = { - factor = 0.5 - alliance_with = FROM - } - modifier = { - factor = 2 - NOT = { - relation = { who = FROM value = 0 } - } - } - } - } + id = 33025 + title = "EVTNAME33025" #The Spanish Pacific + desc = "EVTDESC33025" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT33025OPTA" + treasury = 50000 + relation = { who = FROM value = 100 } + FROM = { country_event = 33026 } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + } + } + + option = { + name = "EVT33025OPTB" + relation = { who = FROM value = -50 } + FROM = { country_event = 33027 } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + in_sphere = FROM + } + modifier = { + factor = 0.5 + alliance_with = FROM + } + modifier = { + factor = 2 + NOT = { + relation = { who = FROM value = 0 } + } + } + } + } } country_event = { - id = 33026 - title = "EVTNAME33026" - desc = "EVTDESC33026" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT33026OPTA" - treasury = -50000 - diplomatic_influence = { who = FROM value = 50 } - FROM = { - any_owned = { - limit = { - OR = { - region = SPA_610 - region = SPA_2517 - } - } - secede_province = THIS - } - } - } + id = 33026 + title = "EVTNAME33026" + desc = "EVTDESC33026" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT33026OPTA" + treasury = -50000 + diplomatic_influence = { who = FROM value = 50 } + FROM = { + any_owned = { + limit = { + OR = { + region = SPA_610 + region = SPA_2517 + } + } + secede_province = THIS + } + } + } } country_event = { - id = 33027 - title = "EVTNAME33027" - desc = "EVTDESC33027" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT33027OPTA" - prestige = -10 - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -200 } - casus_belli = { - target = FROM - type = place_in_the_sun - months = 24 - } - casus_belli = { - target = FROM - type = humiliate - months = 24 - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT33027OPTB" - badboy = -1 - prestige = -20 - relation = { who = FROM value = -25 } - ai_chance = { - factor = 20 - } - } + id = 33027 + title = "EVTNAME33027" + desc = "EVTDESC33027" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT33027OPTA" + prestige = -10 + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -200 } + casus_belli = { + target = FROM + type = place_in_the_sun + months = 24 + } + casus_belli = { + target = FROM + type = humiliate + months = 24 + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT33027OPTB" + badboy = -1 + prestige = -20 + relation = { who = FROM value = -25 } + ai_chance = { + factor = 20 + } + } } #German East Africa country_event = { - id = 33030 - title = "EVTNAME33030" #The German East Africa Company - desc = "EVTDESC33030" - picture = "german_east_africa_company" - - trigger = { - OR = { - tag = NGF - tag = GER - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - is_greater_power = yes - invention = prophylaxis_against_malaria - invention = mission_to_civilize - invention = colonial_negotiations - has_global_flag = berlin_conference - NOT = { has_country_flag = german_east_africa_company } - ZAN = { - war = no - civilized = no - any_owned_province = { - OR = { - region = ENG_2024 - region = ENG_2036 - region = ENG_2039 - } - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - is_sphere_leader_of = ZAN - } - modifier = { - factor = 0.5 - year = 1885 - } - modifier = { - factor = 0.5 - year = 1888 - } - modifier = { - factor = 2 - NOT = { is_sphere_leader_of = ZAN } - ZAN = { part_of_sphere = yes } - } - } - - option = { - name = "EVT33030OPTA" - set_country_flag = german_east_africa_company - badboy = 3 - ZAN = { country_event = 33031 } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - badboy = 0.88 - } - } - } - - option = { - name = "EVT33030OPTB" - set_country_flag = german_east_africa_company - badboy = -1 - relation = { who = ZAN value = 100 } - ai_chance = { factor = 10 } - } + id = 33030 + title = "EVTNAME33030" #The German East Africa Company + desc = "EVTDESC33030" + picture = "german_east_africa_company" + + trigger = { + OR = { + tag = NGF + tag = GER + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + is_greater_power = yes + invention = prophylaxis_against_malaria + invention = mission_to_civilize + invention = colonial_negotiations + has_global_flag = berlin_conference + NOT = { has_country_flag = german_east_africa_company } + ZAN = { + war = no + civilized = no + any_owned_province = { + OR = { + region = ENG_2024 + region = ENG_2036 + region = ENG_2039 + } + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + is_sphere_leader_of = ZAN + } + modifier = { + factor = 0.5 + year = 1885 + } + modifier = { + factor = 0.5 + year = 1888 + } + modifier = { + factor = 2 + NOT = { is_sphere_leader_of = ZAN } + ZAN = { part_of_sphere = yes } + } + } + + option = { + name = "EVT33030OPTA" + set_country_flag = german_east_africa_company + badboy = 3 + ZAN = { country_event = 33031 } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + badboy = 0.88 + } + } + } + + option = { + name = "EVT33030OPTB" + set_country_flag = german_east_africa_company + badboy = -1 + relation = { who = ZAN value = 100 } + ai_chance = { factor = 10 } + } } country_event = { - id = 33031 - title = "EVTNAME33031" #German Warships - desc = "EVTDESC33031" - picture = "german_east_africa_company" - - is_triggered_only = yes - - option = { - name = "EVT33031OPTA" - clr_country_flag = delay_unciv_annexation - prestige = 5 - relation = { who = FROM value = -400 } - add_casus_belli = { - target = FROM - type = demand_concession_BC_casus_belli - months = 60 - } - ai_chance = { - factor = 5 - modifier = { - factor = 5 - part_of_sphere = yes - } - modifier = { - factor = 4 - any_greater_power = { alliance_with = THIS } - NOT = { alliance_with = FROM } - } - modifier = { - factor = 0 - in_sphere = FROM - } - } - } - - option = { - name = "EVT33031OPTB" - clr_country_flag = delay_unciv_annexation - prestige = -5 - FROM = { prestige = 5 } - relation = { who = FROM value = 400 } - FROM = { diplomatic_influence = { who = THIS value = 50 } } - any_owned = { - limit = { - OR = { - region = ENG_2024 - region = ENG_2036 - region = ENG_2039 - } - NOT = { province_id = 2048 } - } - secede_province = FROM - } - any_country = { - limit = { - civilized = yes - OR = { - alliance_with = THIS - is_sphere_leader_of = THIS - } - NOT = { tag = FROM } - } - casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - } - ai_chance = { - factor = 95 - } - } + id = 33031 + title = "EVTNAME33031" #German Warships + desc = "EVTDESC33031" + picture = "german_east_africa_company" + + is_triggered_only = yes + + option = { + name = "EVT33031OPTA" + clr_country_flag = delay_unciv_annexation + prestige = 5 + relation = { who = FROM value = -400 } + add_casus_belli = { + target = FROM + type = demand_concession_BC_casus_belli + months = 60 + } + ai_chance = { + factor = 5 + modifier = { + factor = 5 + part_of_sphere = yes + } + modifier = { + factor = 4 + any_greater_power = { alliance_with = THIS } + NOT = { alliance_with = FROM } + } + modifier = { + factor = 0 + in_sphere = FROM + } + } + } + + option = { + name = "EVT33031OPTB" + clr_country_flag = delay_unciv_annexation + prestige = -5 + FROM = { prestige = 5 } + relation = { who = FROM value = 400 } + FROM = { diplomatic_influence = { who = THIS value = 50 } } + any_owned = { + limit = { + OR = { + region = ENG_2024 + region = ENG_2036 + region = ENG_2039 + } + NOT = { province_id = 2048 } + } + secede_province = FROM + } + any_country = { + limit = { + civilized = yes + OR = { + alliance_with = THIS + is_sphere_leader_of = THIS + } + NOT = { tag = FROM } + } + casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + } + ai_chance = { + factor = 95 + } + } } country_event = { - id = 33035 - title = "EVTNAME33035" - desc = "EVTDESC33035" - picture = "greatpowers" - - trigger = { - ai = yes - war = no - is_culture_group = germanic - nationalism_n_imperialism = 1 - OR = { - capital = 549 - capital = 619 - } - any_greater_power = { - is_culture_group = germanic - NOT = { capital = 549 } - NOT = { capital = 619 } - OR = { - alliance_with = THIS - relation = { who = THIS value = 0 } - } - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT33035OPTA" - random_country = { - limit = { - is_greater_power = yes - is_culture_group = germanic - NOT = { capital = 549 } - NOT = { capital = 619 } - OR = { - alliance_with = THIS - relation = { who = THIS value = 0 } - } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - } - } + id = 33035 + title = "EVTNAME33035" + desc = "EVTDESC33035" + picture = "greatpowers" + + trigger = { + ai = yes + war = no + is_culture_group = germanic + nationalism_n_imperialism = 1 + OR = { + capital = 549 + capital = 619 + } + any_greater_power = { + is_culture_group = germanic + NOT = { capital = 549 } + NOT = { capital = 619 } + OR = { + alliance_with = THIS + relation = { who = THIS value = 0 } + } + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT33035OPTA" + random_country = { + limit = { + is_greater_power = yes + is_culture_group = germanic + NOT = { capital = 549 } + NOT = { capital = 619 } + OR = { + alliance_with = THIS + relation = { who = THIS value = 0 } + } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + } + } } #The Rhine Crisis - French Declaration country_event = { - id = 33037 - title = "EVTNAME33037" - desc = "EVTDESC33037" - picture = "rhineland" - - fire_only_once = yes - - trigger = { - tag = FRA - has_country_flag = crisis_on_the_rhine - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT33037OPTA" - PRU = { set_country_flag = french_claimed_the_rhine } - any_country = { - limit = { - is_greater_power = no - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - casus_belli = { - target = FRA - type = cut_down_to_size - months = 20 - } - end_military_access = FRA - leave_alliance = FRA - relation = { who = FRA value = -150 } - FRA = { diplomatic_influence = { who = THIS value = -200 } } - } - any_country = { - limit = { - is_greater_power = yes - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - casus_belli = { - target = FRA - type = humiliate - months = 20 - } - end_military_access = FRA - leave_alliance = FRA - relation = { who = FRA value = -150 } - } - ai_chance = { factor = 0.95 } - } - - - option = { - name = "EVT33037OPTB" - prestige = -10 - any_country = { - limit = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - relation = { who = FRA value = 50 } - } - ai_chance = { factor = 0.05 } - } + id = 33037 + title = "EVTNAME33037" + desc = "EVTDESC33037" + picture = "rhineland" + + fire_only_once = yes + + trigger = { + tag = FRA + has_country_flag = crisis_on_the_rhine + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT33037OPTA" + PRU = { set_country_flag = french_claimed_the_rhine } + any_country = { + limit = { + is_greater_power = no + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + casus_belli = { + target = FRA + type = cut_down_to_size + months = 20 + } + end_military_access = FRA + leave_alliance = FRA + relation = { who = FRA value = -150 } + FRA = { diplomatic_influence = { who = THIS value = -200 } } + } + any_country = { + limit = { + is_greater_power = yes + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + casus_belli = { + target = FRA + type = humiliate + months = 20 + } + end_military_access = FRA + leave_alliance = FRA + relation = { who = FRA value = -150 } + } + ai_chance = { factor = 0.95 } + } + + + option = { + name = "EVT33037OPTB" + prestige = -10 + any_country = { + limit = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + relation = { who = FRA value = 50 } + } + ai_chance = { factor = 0.05 } + } } #The Rhine is Lost - German states decide what to do country_event = { - id = 33038 - title = "EVTNAME33038" - desc = "EVTDESC33038" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT33038OPTA" - any_owned = { limit = { is_core = THIS } add_core = FROM } - random_owned = { limit = { owner = { primary_culture = FROM } } - owner = { any_owned = { limit = { is_core = THIS } remove_core = THIS } } - } - - annex_to = NGF - - ai_chance = { - factor = 0.5 - - modifier = { - factor = 1.1 - primary_culture = FROM - OR = { - vassal_of = FROM - in_sphere = FROM - } - } - modifier = { - factor = 0.7 - NOT = { total_num_of_ports = 1 } - primary_culture = FROM - is_vassal = no - } - modifier = { - factor = 0.1 - OR = { - vassal_of = AUS - in_sphere = AUS - in_sphere = BAV - vassal_of = BAV - in_sphere = HAN - vassal_of = HAN - vassal_of = FRA - } - } - } - } - - option = { - name = "EVT33038OPTB" - any_owned = { limit = { is_core = GER } - add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - } - ai_chance = { - factor = 0.5 - modifier = { - factor = 0.7 - OR = { - vassal_of = AUS - in_sphere = AUS - in_sphere = BAV - vassal_of = BAV - in_sphere = HAN - vassal_of = HAN - vassal_of = FRA - } - } - } - } - - option = { - name = "EVT33038OPTC" - all_core = { - add_core = NGF - remove_core = THIS - } - NGF = { inherit = THIS } - change_tag_no_core_switch = NGF - ai_chance = { - factor = 0 - } - } + id = 33038 + title = "EVTNAME33038" + desc = "EVTDESC33038" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT33038OPTA" + any_owned = { limit = { is_core = THIS } add_core = FROM } + random_owned = { limit = { owner = { primary_culture = FROM } } + owner = { any_owned = { limit = { is_core = THIS } remove_core = THIS } } + } + + annex_to = NGF + + ai_chance = { + factor = 0.5 + + modifier = { + factor = 1.1 + primary_culture = FROM + OR = { + vassal_of = FROM + in_sphere = FROM + } + } + modifier = { + factor = 0.7 + NOT = { total_num_of_ports = 1 } + primary_culture = FROM + is_vassal = no + } + modifier = { + factor = 0.1 + OR = { + vassal_of = AUS + in_sphere = AUS + in_sphere = BAV + vassal_of = BAV + in_sphere = HAN + vassal_of = HAN + vassal_of = FRA + } + } + } + } + + option = { + name = "EVT33038OPTB" + any_owned = { limit = { is_core = GER } + add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + } + ai_chance = { + factor = 0.5 + modifier = { + factor = 0.7 + OR = { + vassal_of = AUS + in_sphere = AUS + in_sphere = BAV + vassal_of = BAV + in_sphere = HAN + vassal_of = HAN + vassal_of = FRA + } + } + } + } + + option = { + name = "EVT33038OPTC" + all_core = { + add_core = NGF + remove_core = THIS + } + NGF = { inherit = THIS } + change_tag_no_core_switch = NGF + ai_chance = { + factor = 0 + } + } } #The Rhine is Lost - Prussia calls for Unity country_event = { - id = 33039 - title = "EVTNAME33039" - desc = "EVTDESC33039" - picture = "german_rhine" - major = yes - - trigger = { - tag = PRU - is_vassal = no - ai = yes - NOT = { exists = NGF } - NOT = { exists = GER } - NOT = { year = 1890 } - has_country_flag = french_claimed_the_rhine - has_global_flag = watching_the_rhine - NOT = { has_global_flag = 3hurrahs } - OR = { - 575 = { owner = { NOT = { is_culture_group = germanic } } } - 576 = { owner = { NOT = { is_culture_group = germanic } } } - 577 = { owner = { NOT = { is_culture_group = germanic } } } - 572 = { owner = { NOT = { is_culture_group = germanic } } } - PRU_578 = { owner = { NOT = { is_culture_group = germanic } } } - PRU_570 = { owner = { NOT = { is_culture_group = germanic } } } - BAD_586 = { owner = { NOT = { is_culture_group = germanic } } } - WUR_589 = { owner = { NOT = { is_culture_group = germanic } } } - HES_2560 = { owner = { NOT = { is_culture_group = germanic } } } - } - } - - fire_only_once = yes - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT33038OPTA" - NGF = { set_country_flag = formed_on_rhine_crisis } - any_owned = { - limit = { - is_core = GER - } - add_core = NGF - remove_core = THIS - } - change_tag = NGF - all_core = { - limit = { is_core = PRU } - remove_core = PRU - add_core = NGF - } - any_country = { - limit = { - exists = yes - is_greater_power = no - OR = { - primary_culture = north_german - primary_culture = south_german - } - - NOT = { - OR = { - tag = AUS - tag = KUK - tag = DNB - tag = UBD - tag = PRU - tag = NGF - tag = LUX - capital_scope = { NOT = { is_core = GER } } - is_vassal = yes - } - } - } - country_event = 33038 - } - any_country = { limit = { - exists = yes - is_greater_power = no - OR = { - primary_culture = north_german - primary_culture = south_german - } - vassal_of = THIS - } - country_event = 33038 - } - FRA_412 = { add_core = GER } - any_pop = { - limit = { is_culture_group = germanic } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - ai_chance = { factor = 0.70 } - } - - - option = { - name = "EVT33039OPTB" - NGF = { set_country_flag = formed_on_rhine_crisis } - any_owned = { - limit = { - is_core = GER - } - add_core = NGF - remove_core = THIS - } - change_tag = NGF - all_core = { - limit = { is_core = PRU } - remove_core = PRU - add_core = NGF - } - any_country = { - limit = { - ai = yes - primary_culture = north_german - is_substate = no - capital_scope = { is_core = GER } - OR = { - is_vassal = no - vassal_of = THIS - } - in_sphere = THIS - } - annex_to = THIS - } - random_country = { - limit = { - ai = yes - primary_culture = south_german - is_substate = no - capital_scope = { is_core = GER } - is_vassal = no - } - change_tag = SGF - } - any_country = { - limit = { - ai = yes - primary_culture = south_german - is_substate = no - capital_scope = { is_core = GER } - OR = { - is_vassal = no - vassal_of = THIS - } - } - annex_to = SGF - } - relation = { who = SGF value = 400 } - diplomatic_influence = { who = SGF value = 100 } - create_alliance = SGF - random_country = { limit = { exists = yes OR = { tag = AUS tag = KUK } } relation = { who = SGF value = 100 } diplomatic_influence = { who = SGF value = 50 } } - FRA_412 = { add_core = GER } - any_pop = { - limit = { is_culture_group = germanic } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - SGF = { - any_pop = { - limit = { is_culture_group = germanic } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - } - ai_chance = { factor = 0.80 } - } + id = 33039 + title = "EVTNAME33039" + desc = "EVTDESC33039" + picture = "german_rhine" + major = yes + + trigger = { + tag = PRU + is_vassal = no + ai = yes + NOT = { exists = NGF } + NOT = { exists = GER } + NOT = { year = 1890 } + has_country_flag = french_claimed_the_rhine + has_global_flag = watching_the_rhine + NOT = { has_global_flag = 3hurrahs } + OR = { + 575 = { owner = { NOT = { is_culture_group = germanic } } } + 576 = { owner = { NOT = { is_culture_group = germanic } } } + 577 = { owner = { NOT = { is_culture_group = germanic } } } + 572 = { owner = { NOT = { is_culture_group = germanic } } } + PRU_578 = { owner = { NOT = { is_culture_group = germanic } } } + PRU_570 = { owner = { NOT = { is_culture_group = germanic } } } + BAD_586 = { owner = { NOT = { is_culture_group = germanic } } } + WUR_589 = { owner = { NOT = { is_culture_group = germanic } } } + HES_2560 = { owner = { NOT = { is_culture_group = germanic } } } + } + } + + fire_only_once = yes + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT33038OPTA" + NGF = { set_country_flag = formed_on_rhine_crisis } + any_owned = { + limit = { + is_core = GER + } + add_core = NGF + remove_core = THIS + } + change_tag = NGF + all_core = { + limit = { is_core = PRU } + remove_core = PRU + add_core = NGF + } + any_country = { + limit = { + exists = yes + is_greater_power = no + OR = { + primary_culture = north_german + primary_culture = south_german + } + + NOT = { + OR = { + tag = AUS + tag = KUK + tag = DNB + tag = UBD + tag = PRU + tag = NGF + tag = LUX + capital_scope = { NOT = { is_core = GER } } + is_vassal = yes + } + } + } + country_event = 33038 + } + any_country = { limit = { + exists = yes + is_greater_power = no + OR = { + primary_culture = north_german + primary_culture = south_german + } + vassal_of = THIS + } + country_event = 33038 + } + FRA_412 = { add_core = GER } + any_pop = { + limit = { is_culture_group = germanic } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + ai_chance = { factor = 0.70 } + } + + + option = { + name = "EVT33039OPTB" + NGF = { set_country_flag = formed_on_rhine_crisis } + any_owned = { + limit = { + is_core = GER + } + add_core = NGF + remove_core = THIS + } + change_tag = NGF + all_core = { + limit = { is_core = PRU } + remove_core = PRU + add_core = NGF + } + any_country = { + limit = { + ai = yes + primary_culture = north_german + is_substate = no + capital_scope = { is_core = GER } + OR = { + is_vassal = no + vassal_of = THIS + } + in_sphere = THIS + } + annex_to = THIS + } + random_country = { + limit = { + ai = yes + primary_culture = south_german + is_substate = no + capital_scope = { is_core = GER } + is_vassal = no + } + change_tag = SGF + } + any_country = { + limit = { + ai = yes + primary_culture = south_german + is_substate = no + capital_scope = { is_core = GER } + OR = { + is_vassal = no + vassal_of = THIS + } + } + annex_to = SGF + } + relation = { who = SGF value = 400 } + diplomatic_influence = { who = SGF value = 100 } + create_alliance = SGF + random_country = { limit = { exists = yes OR = { tag = AUS tag = KUK } } relation = { who = SGF value = 100 } diplomatic_influence = { who = SGF value = 50 } } + FRA_412 = { add_core = GER } + any_pop = { + limit = { is_culture_group = germanic } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + SGF = { + any_pop = { + limit = { is_culture_group = germanic } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + } + ai_chance = { factor = 0.80 } + } } #Germany LR Normalization country_event = { - id = 33040 - title = "EVTNAME33040" - desc = "EVTDESC33040" - picture = "german_rhine" - - trigger = { - OR = { - tag = GER - tag = NGF - tag = SGF - tag = AUS - tag = KUK - } - owns = 549 - total_pops = 13000000 - year = 1890 - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT33040OPTA" - set_global_flag = german_LR_normalized - GER = { all_core = { limit = { life_rating = 40 } life_rating = -5 } } - } + id = 33040 + title = "EVTNAME33040" + desc = "EVTDESC33040" + picture = "german_rhine" + + trigger = { + OR = { + tag = GER + tag = NGF + tag = SGF + tag = AUS + tag = KUK + } + owns = 549 + total_pops = 13000000 + year = 1890 + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT33040OPTA" + set_global_flag = german_LR_normalized + GER = { all_core = { limit = { life_rating = 40 } life_rating = -5 } } + } } #Non Berlin-Munich germany picks a Capital - Candidate to turn in a decision country_event = { - id = 33042 - title = "EVTNAME33042" - desc = "EVTDESC33042" - picture = "german_rhine" - - trigger = { - tag = GER - NOT = { capital = 549 } - NOT = { capital = 599 } - owns = 549 #Berlin - owns = 528 #Hamburg - owns = 534 #Hanover - owns = 564 #Frankfurt - } - - fire_only_once = yes - - mean_time_to_happen = { months = 2 } - - option = { - name = "EVT33042OPTA" #Berlin - capital_scope = { any_pop = { consciousness = 2 } } - 549 = { any_pop = { militancy = -1 } } - capital = 549 - ai_chance = { factor = 90 } - } - - option = { - name = "EVT33042OPTB" #Hamburg - capital_scope = { any_pop = { consciousness = 2 } } - 528 = { any_pop = { militancy = -1 } } - capital = 528 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT33042OPTC" #Hanover - capital_scope = { any_pop = { consciousness = 2 } } - 534 = { any_pop = { militancy = -1 } } - capital = 534 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT33042OPTD" #Frankfurt - capital_scope = { any_pop = { consciousness = 2 } } - 564 = { any_pop = { militancy = -1 } } - capital = 564 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT33042OPTE" #Don't change - ai_chance = { factor = 2 } - } + id = 33042 + title = "EVTNAME33042" + desc = "EVTDESC33042" + picture = "german_rhine" + + trigger = { + tag = GER + NOT = { capital = 549 } + NOT = { capital = 599 } + owns = 549 #Berlin + owns = 528 #Hamburg + owns = 534 #Hanover + owns = 564 #Frankfurt + } + + fire_only_once = yes + + mean_time_to_happen = { months = 2 } + + option = { + name = "EVT33042OPTA" #Berlin + capital_scope = { any_pop = { consciousness = 2 } } + 549 = { any_pop = { militancy = -1 } } + capital = 549 + ai_chance = { factor = 90 } + } + + option = { + name = "EVT33042OPTB" #Hamburg + capital_scope = { any_pop = { consciousness = 2 } } + 528 = { any_pop = { militancy = -1 } } + capital = 528 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT33042OPTC" #Hanover + capital_scope = { any_pop = { consciousness = 2 } } + 534 = { any_pop = { militancy = -1 } } + capital = 534 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT33042OPTD" #Frankfurt + capital_scope = { any_pop = { consciousness = 2 } } + 564 = { any_pop = { militancy = -1 } } + capital = 564 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT33042OPTE" #Don't change + ai_chance = { factor = 2 } + } } #Ostflucht country_event = { - id = 33043 - title = "EVTNAME33043" - desc = "EVTDESC33043" - picture = "drang_nach_osten" - - trigger = { - tag = GER - industrial_score = 500 - has_global_flag = german_LR_normalized - any_owned_province = { - OR = { - region = PRU_701 #Posen - region = PRU_690 #Westpreussen - region = PRU_695 #Ostpreussen - region = PRU_682 #Lower Silesia - } - any_pop = { - strata = poor - NOT = { everyday_needs = 0.5 } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.8 - any_owned_province = { - OR = { - region = PRU_701 - region = PRU_690 - region = PRU_695 - region = PRU_682 - } - any_pop = { - strata = poor - NOT = { everyday_needs = 0.25 } - } - } - } - - modifier = { - factor = 0.8 - any_owned_province = { - OR = { - region = PRU_701 - region = PRU_690 - region = PRU_695 - region = PRU_682 - } - any_pop = { - strata = poor - NOT = { everyday_needs = 0.1 } - } - } - } - - modifier = { - factor = 0.4 - any_owned_province = { - OR = { - region = PRU_701 #Posen - region = PRU_690 #Westpreussen - region = PRU_695 #Ostpreussen - region = PRU_682 #Lower Silesia - } - any_pop = { - strata = poor - NOT = { life_needs = 0.75 } - } - } - } - } - - option = { - name = "EVT33043OPTA" - random_owned = { - limit = { province_id = 580 } #Dusseldorf - add_province_modifier = { name = population_resettlement duration = 365 } - } - random_owned = { - limit = { province_id = 564 } #Frankfurt - add_province_modifier = { name = population_resettlement duration = 365 } - } - random_owned = { - limit = { province_id = 575 } #Cologne - add_province_modifier = { name = population_resettlement duration = 365 } - } - random_owned = { - limit = { province_id = 580 } #Dortmund - add_province_modifier = { name = population_resettlement duration = 365 } - } - random_owned = { - limit = { province_id = 528 } #Hamburg - add_province_modifier = { name = population_resettlement duration = 365 } - } - - #Silesia - random_owned = { - limit = { region = PRU_682 } #Silesia - owner = { - random_list = { - 25 = { - any_owned = { - limit = { region = PRU_682 } - life_rating = -2 - add_province_modifier = { name = ostflucht duration = 730 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_682 } - life_rating = -2 - add_province_modifier = { name = ostflucht duration = 1095 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_682 } - life_rating = -2 - add_province_modifier = { name = ostflucht duration = 1460 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_682 } - life_rating = -2 - add_province_modifier = { name = ostflucht duration = 1825 } - } - } - } - } - } - #Posen - random_owned = { - limit = { region = PRU_701 } #Posen - owner = { - random_list = { - 25 = { - any_owned = { - limit = { region = PRU_701 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 180 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_701 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 365 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_701 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 545 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_701 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 730 } - } - } - } - } - } - - #Westpreussen - random_owned = { - limit = { region = PRU_690 } #Westpreussen - owner = { - random_list = { - 25 = { - any_owned = { - limit = { region = PRU_690 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 92 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_690 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 184 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_690 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 276 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_690 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 368 } - } - } - } - } - } - - #Ostpreussen - random_owned = { - limit = { region = PRU_695 } #Ostpreussen - owner = { - random_list = { - 25 = { - any_owned = { - limit = { region = PRU_695 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 150 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_695 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 300 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_695 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 450 } - } - } - 25 = { - any_owned = { - limit = { region = PRU_695 } - life_rating = -1 - add_province_modifier = { name = ostflucht duration = 600 } - } - } - } - } - } - - } - + id = 33043 + title = "EVTNAME33043" + desc = "EVTDESC33043" + picture = "drang_nach_osten" + + trigger = { + tag = GER + industrial_score = 500 + has_global_flag = german_LR_normalized + any_owned_province = { + OR = { + region = PRU_701 #Posen + region = PRU_690 #Westpreussen + region = PRU_695 #Ostpreussen + region = PRU_682 #Lower Silesia + } + any_pop = { + strata = poor + NOT = { everyday_needs = 0.5 } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.8 + any_owned_province = { + OR = { + region = PRU_701 + region = PRU_690 + region = PRU_695 + region = PRU_682 + } + any_pop = { + strata = poor + NOT = { everyday_needs = 0.25 } + } + } + } + + modifier = { + factor = 0.8 + any_owned_province = { + OR = { + region = PRU_701 + region = PRU_690 + region = PRU_695 + region = PRU_682 + } + any_pop = { + strata = poor + NOT = { everyday_needs = 0.1 } + } + } + } + + modifier = { + factor = 0.4 + any_owned_province = { + OR = { + region = PRU_701 #Posen + region = PRU_690 #Westpreussen + region = PRU_695 #Ostpreussen + region = PRU_682 #Lower Silesia + } + any_pop = { + strata = poor + NOT = { life_needs = 0.75 } + } + } + } + } + + option = { + name = "EVT33043OPTA" + random_owned = { + limit = { province_id = 580 } #Dusseldorf + add_province_modifier = { name = population_resettlement duration = 365 } + } + random_owned = { + limit = { province_id = 564 } #Frankfurt + add_province_modifier = { name = population_resettlement duration = 365 } + } + random_owned = { + limit = { province_id = 575 } #Cologne + add_province_modifier = { name = population_resettlement duration = 365 } + } + random_owned = { + limit = { province_id = 580 } #Dortmund + add_province_modifier = { name = population_resettlement duration = 365 } + } + random_owned = { + limit = { province_id = 528 } #Hamburg + add_province_modifier = { name = population_resettlement duration = 365 } + } + + #Silesia + random_owned = { + limit = { region = PRU_682 } #Silesia + owner = { + random_list = { + 25 = { + any_owned = { + limit = { region = PRU_682 } + life_rating = -2 + add_province_modifier = { name = ostflucht duration = 730 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_682 } + life_rating = -2 + add_province_modifier = { name = ostflucht duration = 1095 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_682 } + life_rating = -2 + add_province_modifier = { name = ostflucht duration = 1460 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_682 } + life_rating = -2 + add_province_modifier = { name = ostflucht duration = 1825 } + } + } + } + } + } + #Posen + random_owned = { + limit = { region = PRU_701 } #Posen + owner = { + random_list = { + 25 = { + any_owned = { + limit = { region = PRU_701 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 180 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_701 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 365 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_701 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 545 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_701 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 730 } + } + } + } + } + } + + #Westpreussen + random_owned = { + limit = { region = PRU_690 } #Westpreussen + owner = { + random_list = { + 25 = { + any_owned = { + limit = { region = PRU_690 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 92 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_690 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 184 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_690 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 276 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_690 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 368 } + } + } + } + } + } + + #Ostpreussen + random_owned = { + limit = { region = PRU_695 } #Ostpreussen + owner = { + random_list = { + 25 = { + any_owned = { + limit = { region = PRU_695 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 150 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_695 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 300 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_695 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 450 } + } + } + 25 = { + any_owned = { + limit = { region = PRU_695 } + life_rating = -1 + add_province_modifier = { name = ostflucht duration = 600 } + } + } + } + } + } + + } + } #The Peace of Vienna country_event = { - id = 33044 - title = "EVTNAME33044" - desc = "EVTDESC33044" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT33044OPTA" - relation = { who = FROM value = 400 } - random_owned = { - limit = { - owner = { - ai = yes - alliance_with = FRA - } - } - owner = { leave_alliance = FRA } - } - random_country = { - limit = { - tag = FROM - ai = yes - NOT = { alliance_with = THIS } - THIS = { - NOT = { - owns = 726 - owns = 729 - } - } - } - any_country = { - limit = { - is_greater_power = yes - alliance_with = FROM - } - leave_alliance = FROM - THIS = { create_alliance = FROM } - } - } - random_country = { - limit = { - tag = FROM - ai = yes - NOT = { alliance_with = THIS } - THIS = { - OR = { - owns = 726 - owns = 729 - } - } - } - any_country = { - limit = { - tag = ENG - is_greater_power = yes - alliance_with = FROM - } - leave_alliance = FROM - } - } - any_country = { - limit = { - exists = yes - capital_scope = { is_core = GER } - NOT = { - is_greater_power = yes - tag = NGF - } - OR = { - primary_culture = north_german - primary_culture = south_german - } - } - country_event = 33045 - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT33044OPTB" - relation = { who = FROM value = -25 } - ai_chance = { factor = 10 } - } + id = 33044 + title = "EVTNAME33044" + desc = "EVTDESC33044" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT33044OPTA" + relation = { who = FROM value = 400 } + random_owned = { + limit = { + owner = { + ai = yes + alliance_with = FRA + } + } + owner = { leave_alliance = FRA } + } + random_country = { + limit = { + tag = FROM + ai = yes + NOT = { alliance_with = THIS } + THIS = { + NOT = { + owns = 726 + owns = 729 + } + } + } + any_country = { + limit = { + is_greater_power = yes + alliance_with = FROM + } + leave_alliance = FROM + THIS = { create_alliance = FROM } + } + } + random_country = { + limit = { + tag = FROM + ai = yes + NOT = { alliance_with = THIS } + THIS = { + OR = { + owns = 726 + owns = 729 + } + } + } + any_country = { + limit = { + tag = ENG + is_greater_power = yes + alliance_with = FROM + } + leave_alliance = FROM + } + } + any_country = { + limit = { + exists = yes + capital_scope = { is_core = GER } + NOT = { + is_greater_power = yes + tag = NGF + } + OR = { + primary_culture = north_german + primary_culture = south_german + } + } + country_event = 33045 + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT33044OPTB" + relation = { who = FROM value = -25 } + ai_chance = { factor = 10 } + } } #The Peace of Vienna - Spherelings get informed country_event = { - id = 33045 - title = "EVTNAME33045" - desc = "EVTDESC33045" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT33045OPTA" - relation = { who = FROM value = -150 } - FROM = { - diplomatic_influence = { who = THIS value = -400 } - } - NGF = { - diplomatic_influence = { who = THIS value = 75 } - } - ai_chance = { factor = 90 } - } + id = 33045 + title = "EVTNAME33045" + desc = "EVTDESC33045" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT33045OPTA" + relation = { who = FROM value = -150 } + FROM = { + diplomatic_influence = { who = THIS value = -400 } + } + NGF = { + diplomatic_influence = { who = THIS value = 75 } + } + ai_chance = { factor = 90 } + } } diff --git a/HPM/events/Goods.txt b/HPM/events/Goods.txt index e1052e9c..44b1ec3b 100644 --- a/HPM/events/Goods.txt +++ b/HPM/events/Goods.txt @@ -2,554 +2,554 @@ # GOLD EVENTS # ############################# province_event = { - - id = 1100 - - trigger = { - year = 1836 - or = { - province_id = 766 # Sassari - province_id = 769 # Postojna - province_id = 773 # Karlovac - province_id = 1422 # Muraleve - province_id = 1440 # Sumbawa - province_id = 2153 # Durango - province_id = 2157 # Culiacan - province_id = 2179 # Acapulco - #province_id = 2323 # La Serena - province_id = 2575 # Ipoh - #province_id = 1659 # Kobe - province_id = 2142 # Chihuahua - province_id = 2252 # Medellin - province_id = 1187 # Semipalatinsk - province_id = 1070 # Yeniseysk - Russia - } - NOT = { - year = 1890 - trade_goods = precious_metal - trade_goods = coal - trade_goods = iron - } - } - - mean_time_to_happen = { - months = 12 - } - - title = "EVTNAME1100" - desc = "EVTDESC1100" - - option = { - name = "EVTOPTA1100" - trade_goods = precious_metal - add_province_modifier = { - name = gold_rush - duration = 730 - } - owner = { - random_owned = { - limit = { - owner = { - NOT = { has_country_modifier = gold_rush_country } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - primary_culture = australian - } - } - } - owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } - } - } - } + + id = 1100 + + trigger = { + year = 1836 + or = { + province_id = 766 # Sassari + province_id = 769 # Postojna + province_id = 773 # Karlovac + province_id = 1422 # Muraleve + province_id = 1440 # Sumbawa + province_id = 2153 # Durango + province_id = 2157 # Culiacan + province_id = 2179 # Acapulco + #province_id = 2323 # La Serena + province_id = 2575 # Ipoh + #province_id = 1659 # Kobe + province_id = 2142 # Chihuahua + province_id = 2252 # Medellin + province_id = 1187 # Semipalatinsk + province_id = 1070 # Yeniseysk - Russia + } + NOT = { + year = 1890 + trade_goods = precious_metal + trade_goods = coal + trade_goods = iron + } + } + + mean_time_to_happen = { + months = 12 + } + + title = "EVTNAME1100" + desc = "EVTDESC1100" + + option = { + name = "EVTOPTA1100" + trade_goods = precious_metal + add_province_modifier = { + name = gold_rush + duration = 730 + } + owner = { + random_owned = { + limit = { + owner = { + NOT = { has_country_modifier = gold_rush_country } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + primary_culture = australian + } + } + } + owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } + } + } + } } province_event = { - - id = 1101 - - trigger = { - year = 1848 - or = { - province_id = 89 # Los Angeles - province_id = 104 # San Francisco - province_id = 3 # Kenai - province_id = 90 # San Diego - province_id = 695 # Königsberg - province_id = 2470 # Port Macquaire Australia - province_id = 2471 # Bathurst Australia - province_id = 2472 # Eden Australia - province_id = 2480 # Beechworth Australia - province_id = 2481 # Swan Hill Australia - province_id = 1084 # Utchan - province_id = 2645 # Bodaybo, Russia - #province_id = 2058 # Moyo, Mozambique - province_id = 2246 # Maripasoula, French Guiana - province_id = 2241 # Cayenne, French Guiana - } - NOT = { - year = 1900 - trade_goods = precious_metal - trade_goods = coal - trade_goods = iron - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1000 - OR = { - province_id = 2471 - province_id = 2470 - province_id = 2472 - province_id = 2480 - province_id = 2481 - province_id = 1084 - } - NOT = { year = 1850 } - } - } - - title = "EVTNAME1100" - desc = "EVTDESC1100" - - option = { - name = "EVTOPTA1100" - trade_goods = precious_metal - # life_rating = 5 - add_province_modifier = { name = gold_rush duration = 730 } - owner = { random_owned = { limit = { province_id = 695 } remove_province_modifier = gold_rush } } - owner = { - random_owned = { - limit = { - owner = { - NOT = { has_country_modifier = gold_rush_country } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - primary_culture = australian - } - } - } - owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } - } - } - } + + id = 1101 + + trigger = { + year = 1848 + or = { + province_id = 89 # Los Angeles + province_id = 104 # San Francisco + province_id = 3 # Kenai + province_id = 90 # San Diego + province_id = 695 # Königsberg + province_id = 2470 # Port Macquaire Australia + province_id = 2471 # Bathurst Australia + province_id = 2472 # Eden Australia + province_id = 2480 # Beechworth Australia + province_id = 2481 # Swan Hill Australia + province_id = 1084 # Utchan + province_id = 2645 # Bodaybo, Russia + #province_id = 2058 # Moyo, Mozambique + province_id = 2246 # Maripasoula, French Guiana + province_id = 2241 # Cayenne, French Guiana + } + NOT = { + year = 1900 + trade_goods = precious_metal + trade_goods = coal + trade_goods = iron + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1000 + OR = { + province_id = 2471 + province_id = 2470 + province_id = 2472 + province_id = 2480 + province_id = 2481 + province_id = 1084 + } + NOT = { year = 1850 } + } + } + + title = "EVTNAME1100" + desc = "EVTDESC1100" + + option = { + name = "EVTOPTA1100" + trade_goods = precious_metal + # life_rating = 5 + add_province_modifier = { name = gold_rush duration = 730 } + owner = { random_owned = { limit = { province_id = 695 } remove_province_modifier = gold_rush } } + owner = { + random_owned = { + limit = { + owner = { + NOT = { has_country_modifier = gold_rush_country } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + primary_culture = australian + } + } + } + owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } + } + } + } } province_event = { - - id = 1103 - - trigger = { - year = 1861 - OR = { - province_id = 93 # Pocatello - province_id = 2479 # Sale Australia - province_id = 2488 # Cooktown Australia - province_id = 2275 # Angostura Venezuela - #province_id = 2334 # Punta Arenas - #province_id = 2400 # Rio Grande - province_id = 1643 # Sapporo - province_id = 409 # Strasbourg - AND = { - province_id = 2116 # Fianarantsoa (ambositra) - owner = { invention = cyanide_milling } - } - AND = { - province_id = 2201 # San Jose, Costa Rica - year = 1888 - } - } - - NOT = { - year = 1920 - trade_goods = precious_metal - trade_goods = coal - trade_goods = iron - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1000 - province_id = 1643 - NOT = { year = 1910 } - } - } - - title = "EVTNAME1100" - desc = "EVTDESC1100" - - option = { - name = "EVTOPTA1100" - owner = { random_owned = { limit = { province_id = 2488 NOT = { trade_goods = precious_metal } } change_province_name = "Cairns" } } - trade_goods = precious_metal - add_province_modifier = { name = gold_rush duration = 730 } - # life_rating = 5 - owner = { - random_owned = { - limit = { - owner = { - NOT = { has_country_modifier = gold_rush_country } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - primary_culture = australian - } - } - } - owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } - } - } - } + + id = 1103 + + trigger = { + year = 1861 + OR = { + province_id = 93 # Pocatello + province_id = 2479 # Sale Australia + province_id = 2488 # Cooktown Australia + province_id = 2275 # Angostura Venezuela + #province_id = 2334 # Punta Arenas + #province_id = 2400 # Rio Grande + province_id = 1643 # Sapporo + province_id = 409 # Strasbourg + AND = { + province_id = 2116 # Fianarantsoa (ambositra) + owner = { invention = cyanide_milling } + } + AND = { + province_id = 2201 # San Jose, Costa Rica + year = 1888 + } + } + + NOT = { + year = 1920 + trade_goods = precious_metal + trade_goods = coal + trade_goods = iron + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1000 + province_id = 1643 + NOT = { year = 1910 } + } + } + + title = "EVTNAME1100" + desc = "EVTDESC1100" + + option = { + name = "EVTOPTA1100" + owner = { random_owned = { limit = { province_id = 2488 NOT = { trade_goods = precious_metal } } change_province_name = "Cairns" } } + trade_goods = precious_metal + add_province_modifier = { name = gold_rush duration = 730 } + # life_rating = 5 + owner = { + random_owned = { + limit = { + owner = { + NOT = { has_country_modifier = gold_rush_country } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + primary_culture = australian + } + } + } + owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } + } + } + } } #Witwatersrand Gold Rush province_event = { - id = 1139 - - trigger = { - year = 1886 - province_id = 2106 - NOT = { trade_goods = precious_metal } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - } - - title = "EVTNAME1139" - desc = "EVTDESC1139" - - option = { - name = "EVTOPTA1139" - trade_goods = precious_metal - add_province_modifier = { - name = gold_rush - duration = 5475 - } - change_province_name = "Johannesburg" - owner = { - add_country_modifier = { - name = witwatersrand_gold_rush - duration = 1460 - } - } - } + id = 1139 + + trigger = { + year = 1886 + province_id = 2106 + NOT = { trade_goods = precious_metal } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + } + + title = "EVTNAME1139" + desc = "EVTDESC1139" + + option = { + name = "EVTOPTA1139" + trade_goods = precious_metal + add_province_modifier = { + name = gold_rush + duration = 5475 + } + change_province_name = "Johannesburg" + owner = { + add_country_modifier = { + name = witwatersrand_gold_rush + duration = 1460 + } + } + } } # Gold in The Black Hills country_event = { - id = 1140 - title = "EVTNAME1140" - desc = "EVTDESC1140" - news = yes + id = 1140 + title = "EVTNAME1140" + desc = "EVTDESC1140" + news = yes news_desc_long = "EVTDESC1140_NEWS_LONG" - news_desc_medium = "EVTDESC1140_NEWS_MEDIUM" - news_desc_short = "EVTDESC1140_NEWS_SHORT" - picture = "goldrush" - - fire_only_once = yes - - trigger = { - year = 1874 - has_country_flag = custers_expedition_sent - } - - mean_time_to_happen = { - months = 5 - } - - option ={ - name = "EVTOPTA1140" - random_owned = { - limit = { - owner = { - NOT = { has_country_modifier = gold_rush_country } - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - primary_culture = australian - } - } - } - owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } - } - 122 = { - trade_goods = precious_metal - add_province_modifier = { - name = gold_rush - duration = 3650 - } - } - } + news_desc_medium = "EVTDESC1140_NEWS_MEDIUM" + news_desc_short = "EVTDESC1140_NEWS_SHORT" + picture = "goldrush" + + fire_only_once = yes + + trigger = { + year = 1874 + has_country_flag = custers_expedition_sent + } + + mean_time_to_happen = { + months = 5 + } + + option ={ + name = "EVTOPTA1140" + random_owned = { + limit = { + owner = { + NOT = { has_country_modifier = gold_rush_country } + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + primary_culture = australian + } + } + } + owner = { add_country_modifier = { name = gold_rush_country duration = 730 } } + } + 122 = { + trade_goods = precious_metal + add_province_modifier = { + name = gold_rush + duration = 3650 + } + } + } } province_event = { - - id = 1104 - - trigger = { - year = 1893 - or = { - province_id = 6 # Whitehorse - province_id = 7 # Dawson - province_id = 2500 # Kalgoorlie Australia - province_id = 2603 # Alice Springs - province_id = 2648 # Yakutsk - Russia - province_id = 1941 # Abuja - Nigeria - province_id = 1414 # Bogor - Indonesia - province_id = 1836 # Hayya - Sudan - Um Nabardi - province_id = 2121 # Boina/Suberbieville - Madagascar - } - NOT = { - trade_goods = precious_metal - trade_goods = coal - trade_goods = iron - year = 1910 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 800 - NOT = { year = 1930 } - province_id = 2603 - } - modifier = { - factor = 800 - NOT = { year = 1912 } - province_id = 1941 - } - } - - title = "EVTNAME1100" - desc = "EVTDESC1100" - picture = "" - - option = { - name = "EVTOPTA1100" - trade_goods = precious_metal - add_province_modifier = { name = gold_rush duration = 730 } - owner = { - random_owned = { - limit = { owner = { owns = 2495 2495 = { life_rating = 15 } } } - 2495 = { change_province_name = "Oodnadatta" life_rating = -5} - } - } - owner = { - random_owned = { - limit = { owner = { owns = 2496 2496 = { life_rating = 20 } } } - 2496 = { change_province_name = "Yalata" life_rating = -5} - } - } - } + + id = 1104 + + trigger = { + year = 1893 + or = { + province_id = 6 # Whitehorse + province_id = 7 # Dawson + province_id = 2500 # Kalgoorlie Australia + province_id = 2603 # Alice Springs + province_id = 2648 # Yakutsk - Russia + province_id = 1941 # Abuja - Nigeria + province_id = 1414 # Bogor - Indonesia + province_id = 1836 # Hayya - Sudan - Um Nabardi + province_id = 2121 # Boina/Suberbieville - Madagascar + } + NOT = { + trade_goods = precious_metal + trade_goods = coal + trade_goods = iron + year = 1910 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 800 + NOT = { year = 1930 } + province_id = 2603 + } + modifier = { + factor = 800 + NOT = { year = 1912 } + province_id = 1941 + } + } + + title = "EVTNAME1100" + desc = "EVTDESC1100" + picture = "" + + option = { + name = "EVTOPTA1100" + trade_goods = precious_metal + add_province_modifier = { name = gold_rush duration = 730 } + owner = { + random_owned = { + limit = { owner = { owns = 2495 2495 = { life_rating = 15 } } } + 2495 = { change_province_name = "Oodnadatta" life_rating = -5} + } + } + owner = { + random_owned = { + limit = { owner = { owns = 2496 2496 = { life_rating = 20 } } } + 2496 = { change_province_name = "Yalata" life_rating = -5} + } + } + } } ################################ # DIAMOND EVENTS # ################################ province_event = { - - id = 1105 - - trigger = { - year = 1836 - OR = { - province_id = 2091 # Mossel Bay - province_id = 1697 # Figuig - province_id = 2108 # Mosega - province_id = 2107 # Klerksdorp - province_id = 2068 # Salisbury - } - NOT = { - year = 1900 - trade_goods = precious_goods - trade_goods = coal - trade_goods = iron - } - } - - mean_time_to_happen = { - months = 12 - - } - - title = "EVTNAME1105" - desc = "EVTDESC1105" - picture = "" - - option = { - name = "EVTOPTA1105" - trade_goods = precious_goods - # life_rating = 5 - } + + id = 1105 + + trigger = { + year = 1836 + OR = { + province_id = 2091 # Mossel Bay + province_id = 1697 # Figuig + province_id = 2108 # Mosega + province_id = 2107 # Klerksdorp + province_id = 2068 # Salisbury + } + NOT = { + year = 1900 + trade_goods = precious_goods + trade_goods = coal + trade_goods = iron + } + } + + mean_time_to_happen = { + months = 12 + + } + + title = "EVTNAME1105" + desc = "EVTDESC1105" + picture = "" + + option = { + name = "EVTOPTA1105" + trade_goods = precious_goods + # life_rating = 5 + } } province_event = { - - id = 1106 - - trigger = { - year = 1867 - or = { - province_id = 2097 # Graaf Reinet - province_id = 1849 # Massawa - province_id = 2084 # Luderitzbutch/Angra Pequena - province_id = 1885 # Falaba - } - NOT = { - year = 1910 - trade_goods = precious_goods - trade_goods = coal - trade_goods = iron - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1000 - province_id = 2084 - NOT = { year = 1900 } - } - modifier = { - factor = 1000 - province_id = 1885 - NOT = { year = 1920 } - } - } - - title = "EVTNAME1105" - desc = "EVTDESC1105" - - option = { - name = "EVTOPTA1105" - trade_goods = precious_goods - # life_rating = 5 - } + + id = 1106 + + trigger = { + year = 1867 + or = { + province_id = 2097 # Graaf Reinet + province_id = 1849 # Massawa + province_id = 2084 # Luderitzbutch/Angra Pequena + province_id = 1885 # Falaba + } + NOT = { + year = 1910 + trade_goods = precious_goods + trade_goods = coal + trade_goods = iron + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1000 + province_id = 2084 + NOT = { year = 1900 } + } + modifier = { + factor = 1000 + province_id = 1885 + NOT = { year = 1920 } + } + } + + title = "EVTNAME1105" + desc = "EVTDESC1105" + + option = { + name = "EVTOPTA1105" + trade_goods = precious_goods + # life_rating = 5 + } } ############################### # RUBBER EVENTS # ############################### province_event = { - - id = 1107 - - trigger = { - NOT = { has_province_modifier = switched_production } - OR = { - AND = { - year = 1880 - OR = { - province_id = 1354 - province_id = 1364 - province_id = 1367 - province_id = 1382 - province_id = 1384 - province_id = 1385 - province_id = 1386 - province_id = 1389 - province_id = 1402 - province_id = 1404 - #province_id = 1827 - #province_id = 1829 - province_id = 1844 - province_id = 1843 - province_id = 1845 - #province_id = 1848 - #province_id = 1850 - province_id = 1890 #Gbarnga Liberia - #province_id = 1891 #Zwedru Liberia - #province_id = 1923 #Lagos - Nigeria - province_id = 1321 - #province_id = 1398 - #province_id = 1421 - province_id = 1985 - #province_id = 1406 - province_id = 1318 - province_id = 2057 - #province_id = 1426 - province_id = 2055 - #province_id = 1978 - province_id = 1980 - #province_id = 2624 - } - } - AND = { - year = 1890 - OR = { - #province_id = 1926 #Ife - Nigeria - #province_id = 1929 # - #province_id = 1931 #Warri - Nigeria - #province_id = 1932 #Bonny - Nigeria - province_id = 1957 - province_id = 1986 - #province_id = 1988 - #province_id = 1989 - province_id = 1996 - province_id = 2192 - province_id = 2317 - province_id = 2318 - province_id = 2319 - province_id = 2321 - province_id = 2402 - province_id = 2404 - province_id = 2405 - province_id = 2549 - province_id = 2550 - province_id = 2600 - province_id = 2286 - } - } - } - not = { trade_goods = rubber } - - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = rubber - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = rubber - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = rubber - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - } - } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME1107" - desc = "EVTDESC1107" - picture = "" - - option = { - name = "EVTOPTA1107" - trade_goods = rubber - # life_rating = 5 - } + + id = 1107 + + trigger = { + NOT = { has_province_modifier = switched_production } + OR = { + AND = { + year = 1880 + OR = { + province_id = 1354 + province_id = 1364 + province_id = 1367 + province_id = 1382 + province_id = 1384 + province_id = 1385 + province_id = 1386 + province_id = 1389 + province_id = 1402 + province_id = 1404 + #province_id = 1827 + #province_id = 1829 + province_id = 1844 + province_id = 1843 + province_id = 1845 + #province_id = 1848 + #province_id = 1850 + province_id = 1890 #Gbarnga Liberia + #province_id = 1891 #Zwedru Liberia + #province_id = 1923 #Lagos - Nigeria + province_id = 1321 + #province_id = 1398 + #province_id = 1421 + province_id = 1985 + #province_id = 1406 + province_id = 1318 + province_id = 2057 + #province_id = 1426 + province_id = 2055 + #province_id = 1978 + province_id = 1980 + #province_id = 2624 + } + } + AND = { + year = 1890 + OR = { + #province_id = 1926 #Ife - Nigeria + #province_id = 1929 # + #province_id = 1931 #Warri - Nigeria + #province_id = 1932 #Bonny - Nigeria + province_id = 1957 + province_id = 1986 + #province_id = 1988 + #province_id = 1989 + province_id = 1996 + province_id = 2192 + province_id = 2317 + province_id = 2318 + province_id = 2319 + province_id = 2321 + province_id = 2402 + province_id = 2404 + province_id = 2405 + province_id = 2549 + province_id = 2550 + province_id = 2600 + province_id = 2286 + } + } + } + not = { trade_goods = rubber } + + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = rubber + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = rubber + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = rubber + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + } + } + } + + mean_time_to_happen = { + months = 36 + } + + title = "EVTNAME1107" + desc = "EVTDESC1107" + picture = "" + + option = { + name = "EVTOPTA1107" + trade_goods = rubber + # life_rating = 5 + } } ############################ @@ -557,236 +557,235 @@ province_event = { ############################ province_event = { - id = 1109 - - trigger = { - NOT = { has_province_modifier = switched_production } - NOT = { has_province_modifier = pearl_season } - OR = { - AND = { - year = 1870 - OR = { - province_id = 1102 # Baku - province_id = 1205 # Kizil Arvat - province_id = 1104 # Sheki 1871 - province_id = 1186 # Alma Ata 1872 - province_id = 1202 # Kokand 1873 - province_id = 1107 # Lankaran 1874 - province_id = 667 # Tirgoviste 1876 - province_id = 672 # Bacau 1877 - province_id = 1168 # Dubai 1879 - } - } - AND = { - year = 1881 - OR = { - AND = { - province_id = 1399 # Palembang 1883 - NOT = { year = 1915 } - } - province_id = 112 # Cheyenne - province_id = 1055 # Grozny 1883 - province_id = 126 # Topeka 1883 - province_id = 1393 # Brunei 1885 - province_id = 1401 # Siak 1885 - province_id = 1425 # Tarakan 1885 - province_id = 1432 # Mamuju 1885 - province_id = 1335 # Kyaukse 1886 - province_id = 43 # Dallas 1886 - province_id = 705 # Przemysl 1886 - province_id = 1260 # Dibrugarh 1889 - } - } - AND = { - year = 1892 - OR = { - province_id = 1086 # Pogobi - province_id = 131 # Oklahoma City 1893 - province_id = 1680 # Fez 1893 - province_id = 2173 # Queretaro 1894 - province_id = 87 # Monterey 1896 - province_id = 2162 # Veracruz 1896 - province_id = 2163 # Tampico 1896 - province_id = 702 # Lvov 1896 - } - } - - AND = { - year = 1902 - OR = { - province_id = 2237 # Trinidad - province_id = 2396 # Rawson 1907 - province_id = 1131 # Ahvaz 1907 - province_id = 1732 # Ghayran 1910 - province_id = 1720 # Timimoun 1910 - province_id = 1167 # Abu Dhabi 1910 - province_id = 1163 # Qatif 1910 - province_id = 2270 # Maracaibo 1910 - province_id = 1170 # Nizwa 1910 - } - } - - AND = { - year = 1912 - OR = { - province_id = 1132 # Abadan - province_id = 26 # Calgary 1913 - province_id = 2291 # Piura 1915 - province_id = 849 # Tirana 1917 - province_id = 2237 # Trinidad 1917 - province_id = 928 # Mendeli 1923 - province_id = 923 # Mosul 1927 - } - } - } - not = { trade_goods = oil } - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - } - } - } - - mean_time_to_happen = { - months = 36 - } - - title = "EVTNAME1109" - desc = "EVTDESC1109" - - option = { - name = "EVTOPTA1109" - trade_goods = oil - # life_rate = 5 - } + id = 1109 + + trigger = { + NOT = { has_province_modifier = switched_production } + NOT = { has_province_modifier = pearl_season } + OR = { + AND = { + year = 1870 + OR = { + province_id = 1102 # Baku + province_id = 1205 # Kizil Arvat + province_id = 1104 # Sheki 1871 + province_id = 1186 # Alma Ata 1872 + province_id = 1202 # Kokand 1873 + province_id = 1107 # Lankaran 1874 + province_id = 667 # Tirgoviste 1876 + province_id = 672 # Bacau 1877 + province_id = 1168 # Dubai 1879 + } + } + AND = { + year = 1881 + OR = { + AND = { + province_id = 1399 # Palembang 1883 + NOT = { year = 1915 } + } + province_id = 112 # Cheyenne + province_id = 1055 # Grozny 1883 + province_id = 126 # Topeka 1883 + province_id = 1393 # Brunei 1885 + province_id = 1401 # Siak 1885 + province_id = 1425 # Tarakan 1885 + province_id = 1432 # Mamuju 1885 + province_id = 1335 # Kyaukse 1886 + province_id = 43 # Dallas 1886 + province_id = 705 # Przemysl 1886 + province_id = 1260 # Dibrugarh 1889 + } + } + AND = { + year = 1892 + OR = { + province_id = 1086 # Pogobi + province_id = 131 # Oklahoma City 1893 + province_id = 1680 # Fez 1893 + province_id = 2173 # Queretaro 1894 + province_id = 87 # Monterey 1896 + province_id = 2162 # Veracruz 1896 + province_id = 2163 # Tampico 1896 + province_id = 702 # Lvov 1896 + } + } + + AND = { + year = 1902 + OR = { + province_id = 2237 # Trinidad + province_id = 2396 # Rawson 1907 + province_id = 1131 # Ahvaz 1907 + province_id = 1732 # Ghayran 1910 + province_id = 1720 # Timimoun 1910 + province_id = 1167 # Abu Dhabi 1910 + province_id = 1163 # Qatif 1910 + province_id = 2270 # Maracaibo 1910 + province_id = 1170 # Nizwa 1910 + } + } + + AND = { + year = 1912 + OR = { + province_id = 1132 # Abadan + province_id = 26 # Calgary 1913 + province_id = 2291 # Piura 1915 + province_id = 849 # Tirana 1917 + province_id = 2237 # Trinidad 1917 + province_id = 928 # Mendeli 1923 + province_id = 923 # Mosul 1927 + } + } + } + not = { trade_goods = oil } + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + } + } + } + + mean_time_to_happen = { + months = 36 + } + + title = "EVTNAME1109" + desc = "EVTDESC1109" + + option = { + name = "EVTOPTA1109" + trade_goods = oil + # life_rate = 5 + } } province_event = { - id = 1114 - - trigger = { - OR = { - AND = { - year = 1875 - province_id = 132 # Houston - } - AND = { - year = 1882 - OR = { - province_id = 90 # San Diego - province_id = 133 # Austin - } - } - } - not = { trade_goods = oil } - NOT = { has_province_modifier = switched_production } - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = oil - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 8 - } - - title = "EVTNAME1109" - desc = "EVTDESC1109" - - option = { - name = "EVTOPTA1109" - trade_goods = oil - life_rating = 3 - } + id = 1114 + + trigger = { + OR = { + AND = { + year = 1875 + province_id = 132 # Houston + } + AND = { + year = 1882 + OR = { + province_id = 90 # San Diego + province_id = 133 # Austin + } + } + } + not = { trade_goods = oil } + NOT = { has_province_modifier = switched_production } + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = oil + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 8 + } + + title = "EVTNAME1109" + desc = "EVTDESC1109" + + option = { + name = "EVTOPTA1109" + trade_goods = oil + life_rating = 3 + } } province_event = { - id = 1141 - title = "EVTNAME1141" - desc = "EVTDESC1141" - picture = "" - - trigger = { - year = 1846 - OR = { - province_id = 228 - province_id = 54 - province_id = 1102 - province_id = 667 - } - owner = { - NOT = { has_global_flag = first_oil_well_built } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 1.25 - is_colonial = yes - } - modifier = { - factor = 2 - OR = { - province_id = 228 - province_id = 54 - province_id = 667 - NOT = { year = 1955 } - } - } - } - - option = { - name = "EVTOPTA1141" - trade_goods = oil - owner = { - prestige = 10 - set_global_flag = first_oil_well_built - } - } + id = 1141 + title = "EVTNAME1141" + desc = "EVTDESC1141" + picture = "" + + trigger = { + year = 1846 + OR = { + province_id = 228 + province_id = 54 + province_id = 1102 + province_id = 667 + } + owner = { + NOT = { has_global_flag = first_oil_well_built } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 1.25 + is_colonial = yes + } + modifier = { + factor = 2 + OR = { + province_id = 228 + province_id = 54 + province_id = 667 + NOT = { year = 1955 } + } + } + } + + option = { + name = "EVTOPTA1141" + trade_goods = oil + owner = { + prestige = 10 + set_global_flag = first_oil_well_built + } + } } - diff --git a/HPM/events/GovernmentFlavor.txt b/HPM/events/GovernmentFlavor.txt index acc7720a..769d3456 100644 --- a/HPM/events/GovernmentFlavor.txt +++ b/HPM/events/GovernmentFlavor.txt @@ -1,652 +1,652 @@ #Regency starts country_event = { - id = 11000 - title = "EVTNAME11000" - desc = "EVTDESC11000" - picture = "regency" - - trigger = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - has_country_modifier = regency_government - #has_country_modifier = regency_cooldown - } - } - - mean_time_to_happen = { - months = 1000 - - modifier = { - factor = 4 - tag = ENG - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.75 - civilized = yes - capital_scope = { average_militancy = 9 } - } - modifier = { - factor = 0.75 - civilized = yes - capital_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.9 - civilized = yes - capital_scope = { average_militancy = 7 } - } - } - - option = { - name = "EVTOPTA11000" - random_owned = { - limit = { owner = { government = absolute_monarchy } } - owner = { - random_list = { - 25 = { add_country_modifier = { name = regency_government duration = 3650 } } #10 - 25 = { add_country_modifier = { name = regency_government duration = 3285 } } #9 - 25 = { add_country_modifier = { name = regency_government duration = 2920 } } #8 - 25 = { add_country_modifier = { name = regency_government duration = 2555 } } #7 - } - } - } - - random_owned = { - limit = { owner = { government = prussian_constitutionalism } } - owner = { - random_list = { - 25 = { add_country_modifier = { name = regency_government duration = 2190 } } #6 - 25 = { add_country_modifier = { name = regency_government duration = 1825 } } #5 - 25 = { add_country_modifier = { name = regency_government duration = 1460 } } #4 - 25 = { add_country_modifier = { name = regency_government duration = 1095 } } #3 - } - } - } - - random_owned = { - limit = { owner = { government = hms_government } } - owner = { - random_list = { - 25 = { add_country_modifier = { name = regency_government duration = 1095 } } #3 - 25 = { add_country_modifier = { name = regency_government duration = 730 } } #2 - 25 = { add_country_modifier = { name = regency_government duration = 365 } } #1 - 25 = { } - } - } - } - } + id = 11000 + title = "EVTNAME11000" + desc = "EVTDESC11000" + picture = "regency" + + trigger = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + has_country_modifier = regency_government + #has_country_modifier = regency_cooldown + } + } + + mean_time_to_happen = { + months = 1000 + + modifier = { + factor = 4 + tag = ENG + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.75 + civilized = yes + capital_scope = { average_militancy = 9 } + } + modifier = { + factor = 0.75 + civilized = yes + capital_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.9 + civilized = yes + capital_scope = { average_militancy = 7 } + } + } + + option = { + name = "EVTOPTA11000" + random_owned = { + limit = { owner = { government = absolute_monarchy } } + owner = { + random_list = { + 25 = { add_country_modifier = { name = regency_government duration = 3650 } } #10 + 25 = { add_country_modifier = { name = regency_government duration = 3285 } } #9 + 25 = { add_country_modifier = { name = regency_government duration = 2920 } } #8 + 25 = { add_country_modifier = { name = regency_government duration = 2555 } } #7 + } + } + } + + random_owned = { + limit = { owner = { government = prussian_constitutionalism } } + owner = { + random_list = { + 25 = { add_country_modifier = { name = regency_government duration = 2190 } } #6 + 25 = { add_country_modifier = { name = regency_government duration = 1825 } } #5 + 25 = { add_country_modifier = { name = regency_government duration = 1460 } } #4 + 25 = { add_country_modifier = { name = regency_government duration = 1095 } } #3 + } + } + } + + random_owned = { + limit = { owner = { government = hms_government } } + owner = { + random_list = { + 25 = { add_country_modifier = { name = regency_government duration = 1095 } } #3 + 25 = { add_country_modifier = { name = regency_government duration = 730 } } #2 + 25 = { add_country_modifier = { name = regency_government duration = 365 } } #1 + 25 = { } + } + } + } + } } #Absolute Monarch dissolves the Upper House country_event = { - id = 11001 - title = "EVTNAME11001" - desc = "EVTDESC11001" - picture = "finnish_diet" - - is_triggered_only = yes - - - option = { - name = "EVTOPTA11001" #Liberal - random_owned = { - limit = { - owner = { has_country_flag = dissolving_parliament } - } - owner = { - upper_house = { ideology = liberal value = 0.9 } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 2 - } - - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - - scaled_militancy = { - ideology = liberal - factor = -1 - } - } - clr_country_flag = dissolving_parliament - } - } - } - - option = { - name = "EVTOPTB11001" #Reactionary - random_owned = { - limit = { - owner = { has_country_flag = dissolving_parliament } - } - owner = { - upper_house = { ideology = reactionary value = 0.9 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - - scaled_consciousness = { - ideology = liberal - factor = 4 - } - - scaled_militancy = { - ideology = reactionary - factor = -1 - } - } - random_owned = { - limit = { owner = { is_ideology_enabled = socialist } } - owner = { - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 2 - } - scaled_consciousness = { - ideology = socialist - factor = 4 - } - } - } - } - clr_country_flag = dissolving_parliament - } - } - } - - option = { - name = "EVTOPTC11001" #Socialists - random_owned = { - limit = { - owner = { - is_ideology_enabled = socialist - has_country_flag = dissolving_parliament - } - } - owner = { - upper_house = { - ideology = socialist - value = 0.9 - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - - scaled_consciousness = { - ideology = liberal - factor = 4 - } - - scaled_militancy = { - ideology = reactionary - factor = 2 - } - - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - - scaled_militancy = { - ideology = socialist - factor = -1 - } - } - clr_country_flag = dissolving_parliament - } - } - } + id = 11001 + title = "EVTNAME11001" + desc = "EVTDESC11001" + picture = "finnish_diet" + + is_triggered_only = yes + + + option = { + name = "EVTOPTA11001" #Liberal + random_owned = { + limit = { + owner = { has_country_flag = dissolving_parliament } + } + owner = { + upper_house = { ideology = liberal value = 0.9 } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 2 + } + + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + + scaled_militancy = { + ideology = liberal + factor = -1 + } + } + clr_country_flag = dissolving_parliament + } + } + } + + option = { + name = "EVTOPTB11001" #Reactionary + random_owned = { + limit = { + owner = { has_country_flag = dissolving_parliament } + } + owner = { + upper_house = { ideology = reactionary value = 0.9 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + + scaled_consciousness = { + ideology = liberal + factor = 4 + } + + scaled_militancy = { + ideology = reactionary + factor = -1 + } + } + random_owned = { + limit = { owner = { is_ideology_enabled = socialist } } + owner = { + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 2 + } + scaled_consciousness = { + ideology = socialist + factor = 4 + } + } + } + } + clr_country_flag = dissolving_parliament + } + } + } + + option = { + name = "EVTOPTC11001" #Socialists + random_owned = { + limit = { + owner = { + is_ideology_enabled = socialist + has_country_flag = dissolving_parliament + } + } + owner = { + upper_house = { + ideology = socialist + value = 0.9 + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + + scaled_consciousness = { + ideology = liberal + factor = 4 + } + + scaled_militancy = { + ideology = reactionary + factor = 2 + } + + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + + scaled_militancy = { + ideology = socialist + factor = -1 + } + } + clr_country_flag = dissolving_parliament + } + } + } } #Propaganda country_event = { - id = 11002 - title = "EVTNAME11002" - desc = "EVTDESC11002" - picture = "propaganda_poster" - - is_triggered_only = yes - - - option = { - name = "EVTOPTA11002" #Jingoism - add_country_modifier = { name = war_propaganda duration = 730 } - random_owned = { - limit = { - owner = { - press_rights = state_press - has_country_flag = propaganda_program - } - } - owner = { - any_pop = { - limit = { literacy = 0.3 } - dominant_issue = { value = jingoism factor = 0.01 } - } - } - } - - random_owned = { - limit = { - owner = { - upper_house_composition = party_appointed - has_country_flag = propaganda_program - } - } - owner = { - any_pop = { - limit = { literacy = 0.3 } - dominant_issue = { value = jingoism factor = 0.01 } - } - } - } - - random_owned = { - limit = { - owner = { - invention = mass_advertising - has_country_flag = propaganda_program - } - } - owner = { - any_pop = { - limit = { literacy = 0.3 } - dominant_issue = { value = jingoism factor = 0.01 } - } - } - } - - random_owned = { - limit = { - owner = { - has_country_flag = propaganda_program - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - NOT = { invention = mass_advertising } - } - } - } - owner = { - any_pop = { - limit = { - literacy = 0.3 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - random = { - chance = 50 - dominant_issue = { value = jingoism factor = 0.01 } - } - random = { - chance = 25 - dominant_issue = { value = jingoism factor = 0.01 } - } - random = { - chance = 25 - dominant_issue = { value = pacifism factor = 0.01 } - } - } - any_pop = { - limit = { - literacy = 0.3 - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - random = { - chance = 50 - dominant_issue = { value = jingoism factor = 0.01 } - } - random = { - chance = 25 - dominant_issue = { value = pacifism factor = 0.01 } - } - } - } - } - - random_owned = { - limit = { - owner = { - has_country_flag = propaganda_program - invention = mass_advertising - NOT = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - owner = { - any_pop = { - limit = { literacy = 0.2 } - random = { - chance = 75 - dominant_issue = { value = jingoism factor = 0.02 } - } - random = { - chance = 50 - dominant_issue = { value = jingoism factor = 0.01 } - } - random = { - chance = 25 - dominant_issue = { value = jingoism factor = 0.01 } - } - } - } - } - clr_country_flag = propaganda_program - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTB11002" #Ruling Party Support - add_country_modifier = { name = government_propaganda duration = 730 } - any_pop = { - limit = { literacy = 0.3 } - random = { - chance = 50 - militancy = -1 - } - random = { - chance = 50 - consciousness = -1 - } - } - random_owned = { - limit = { - owner = { - ruling_party_ideology = conservative - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = conservative value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = conservative value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = conservative value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = conservative } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = conservative value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = conservative } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = reactionary - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = reactionary value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = reactionary value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = reactionary value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = reactionary } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = reactionary value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = reactionary } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = liberal - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = liberal value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = liberal value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = liberal value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = liberal } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = liberal value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = liberal } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = socialist - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = socialist value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = socialist value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = socialist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = socialist } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = socialist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = socialist } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = anarcho_liberal - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = anarcho_liberal value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = anarcho_liberal value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = anarcho_liberal value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = anarcho_liberal } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = anarcho_liberal value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = anarcho_liberal } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = communist - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = communist value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = communist value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = communist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = communist } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = communist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = communist } - } - } - } - } - } - - random_owned = { - limit = { - owner = { - ruling_party_ideology = fascist - has_country_flag = propaganda_program - } - } - owner = { - random = { - chance = 50 - upper_house = { ideology = fascist value = 0.05 } - } - random = { - chance = 25 - upper_house = { ideology = fascist value = 0.05 } - } - random_owned = { - limit = { owner = { invention = mass_advertising } } - owner = { - upper_house = { ideology = fascist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = fascist } - } - } - } - random_owned = { - limit = { owner = { press_rights = state_press } } - owner = { - upper_house = { ideology = fascist value = 0.05 } - any_pop = { - limit = { literacy = 0.3 } - ideology = { factor = 0.05 value = fascist } - } - } - } - } - } - clr_country_flag = propaganda_program - ai_chance = { factor = 0 } - } + id = 11002 + title = "EVTNAME11002" + desc = "EVTDESC11002" + picture = "propaganda_poster" + + is_triggered_only = yes + + + option = { + name = "EVTOPTA11002" #Jingoism + add_country_modifier = { name = war_propaganda duration = 730 } + random_owned = { + limit = { + owner = { + press_rights = state_press + has_country_flag = propaganda_program + } + } + owner = { + any_pop = { + limit = { literacy = 0.3 } + dominant_issue = { value = jingoism factor = 0.01 } + } + } + } + + random_owned = { + limit = { + owner = { + upper_house_composition = party_appointed + has_country_flag = propaganda_program + } + } + owner = { + any_pop = { + limit = { literacy = 0.3 } + dominant_issue = { value = jingoism factor = 0.01 } + } + } + } + + random_owned = { + limit = { + owner = { + invention = mass_advertising + has_country_flag = propaganda_program + } + } + owner = { + any_pop = { + limit = { literacy = 0.3 } + dominant_issue = { value = jingoism factor = 0.01 } + } + } + } + + random_owned = { + limit = { + owner = { + has_country_flag = propaganda_program + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + NOT = { invention = mass_advertising } + } + } + } + owner = { + any_pop = { + limit = { + literacy = 0.3 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + random = { + chance = 50 + dominant_issue = { value = jingoism factor = 0.01 } + } + random = { + chance = 25 + dominant_issue = { value = jingoism factor = 0.01 } + } + random = { + chance = 25 + dominant_issue = { value = pacifism factor = 0.01 } + } + } + any_pop = { + limit = { + literacy = 0.3 + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + random = { + chance = 50 + dominant_issue = { value = jingoism factor = 0.01 } + } + random = { + chance = 25 + dominant_issue = { value = pacifism factor = 0.01 } + } + } + } + } + + random_owned = { + limit = { + owner = { + has_country_flag = propaganda_program + invention = mass_advertising + NOT = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + owner = { + any_pop = { + limit = { literacy = 0.2 } + random = { + chance = 75 + dominant_issue = { value = jingoism factor = 0.02 } + } + random = { + chance = 50 + dominant_issue = { value = jingoism factor = 0.01 } + } + random = { + chance = 25 + dominant_issue = { value = jingoism factor = 0.01 } + } + } + } + } + clr_country_flag = propaganda_program + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTB11002" #Ruling Party Support + add_country_modifier = { name = government_propaganda duration = 730 } + any_pop = { + limit = { literacy = 0.3 } + random = { + chance = 50 + militancy = -1 + } + random = { + chance = 50 + consciousness = -1 + } + } + random_owned = { + limit = { + owner = { + ruling_party_ideology = conservative + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = conservative value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = conservative value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = conservative value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = conservative } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = conservative value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = conservative } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = reactionary + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = reactionary value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = reactionary value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = reactionary value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = reactionary } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = reactionary value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = reactionary } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = liberal + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = liberal value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = liberal value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = liberal value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = liberal } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = liberal value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = liberal } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = socialist + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = socialist value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = socialist value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = socialist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = socialist } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = socialist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = socialist } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = anarcho_liberal + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = anarcho_liberal value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = anarcho_liberal value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = anarcho_liberal value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = anarcho_liberal } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = anarcho_liberal value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = anarcho_liberal } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = communist + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = communist value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = communist value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = communist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = communist } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = communist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = communist } + } + } + } + } + } + + random_owned = { + limit = { + owner = { + ruling_party_ideology = fascist + has_country_flag = propaganda_program + } + } + owner = { + random = { + chance = 50 + upper_house = { ideology = fascist value = 0.05 } + } + random = { + chance = 25 + upper_house = { ideology = fascist value = 0.05 } + } + random_owned = { + limit = { owner = { invention = mass_advertising } } + owner = { + upper_house = { ideology = fascist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = fascist } + } + } + } + random_owned = { + limit = { owner = { press_rights = state_press } } + owner = { + upper_house = { ideology = fascist value = 0.05 } + any_pop = { + limit = { literacy = 0.3 } + ideology = { factor = 0.05 value = fascist } + } + } + } + } + } + clr_country_flag = propaganda_program + ai_chance = { factor = 0 } + } } diff --git a/HPM/events/GreatPowers.txt b/HPM/events/GreatPowers.txt index 4ed73d76..60355aef 100644 --- a/HPM/events/GreatPowers.txt +++ b/HPM/events/GreatPowers.txt @@ -1,3048 +1,3047 @@ # Great Power Contention country_event = { - id = 19006 - title = "EVTNAME19000" - desc = "EVTDESC19006" - picture = "greatpowers" - - trigger = { - any_greater_power = { - OR = { - is_sphere_leader_of = THIS - diplomatic_influence = { - who = THIS - value = 75 - } - } - } - any_greater_power = { - NOT = { is_sphere_leader_of = THIS } - OR = { - AND = { - THIS = { part_of_sphere = no } - diplomatic_influence = { - who = THIS - value = 50 - } - NOT = { - diplomatic_influence = { - who = THIS - value = 75 - } - } - } - AND = { - THIS = { part_of_sphere = yes } - diplomatic_influence = { - who = THIS - value = 50 - } - } - } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - part_of_sphere = no - } - modifier = { - factor = 2 - NOT = { rank = 32 } - - } - modifier = { - factor = 2 - civilized = no - - } - modifier = { - factor = 0.75 - is_secondary_power = no - rank = 32 - } - modifier = { - factor = 0.5 - is_secondary_power = yes - } - } - - option = { - name = "EVTOPTA19000" - any_country = { - limit = { - is_greater_power = yes - NOT = { is_sphere_leader_of = THIS } - diplomatic_influence = { - who = THIS - value = 50 - } - } - country_event = 19007 - } - } + id = 19006 + title = "EVTNAME19000" + desc = "EVTDESC19006" + picture = "greatpowers" + + trigger = { + any_greater_power = { + OR = { + is_sphere_leader_of = THIS + diplomatic_influence = { + who = THIS + value = 75 + } + } + } + any_greater_power = { + NOT = { is_sphere_leader_of = THIS } + OR = { + AND = { + THIS = { part_of_sphere = no } + diplomatic_influence = { + who = THIS + value = 50 + } + NOT = { + diplomatic_influence = { + who = THIS + value = 75 + } + } + } + AND = { + THIS = { part_of_sphere = yes } + diplomatic_influence = { + who = THIS + value = 50 + } + } + } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + part_of_sphere = no + } + modifier = { + factor = 2 + NOT = { rank = 32 } + + } + modifier = { + factor = 2 + civilized = no + + } + modifier = { + factor = 0.75 + is_secondary_power = no + rank = 32 + } + modifier = { + factor = 0.5 + is_secondary_power = yes + } + } + + option = { + name = "EVTOPTA19000" + any_country = { + limit = { + is_greater_power = yes + NOT = { is_sphere_leader_of = THIS } + diplomatic_influence = { + who = THIS + value = 50 + } + } + country_event = 19007 + } + } } # Reply to Above country_event = { - id = 19007 - title = "EVTNAME19005" - desc = "EVTDESC19007" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVTOPTB19005" - diplomatic_influence = { - who = FROM - value = -100 - } - relation = { - who = FROM - value = 50 - } - random_country = { - limit = { - tag = FROM - part_of_sphere = yes - } - sphere_owner = { - relation = { - who = THIS - value = 25 - } - } - } - prestige = -5 - } - - option = { - name = "EVTOPTA19005" - relation = { - who = FROM - value = -50 - } - random_country = { - limit = { - tag = FROM - part_of_sphere = no - NOT = { total_pops = 10000000 } - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 12 - } - } - random_country = { - limit = { - tag = FROM - part_of_sphere = yes - } - sphere_owner = { - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 12 - } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - relation = { - who = THIS - value = -25 - } - } - } - badboy = 2 - } + id = 19007 + title = "EVTNAME19005" + desc = "EVTDESC19007" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVTOPTB19005" + diplomatic_influence = { + who = FROM + value = -100 + } + relation = { + who = FROM + value = 50 + } + random_country = { + limit = { + tag = FROM + part_of_sphere = yes + } + sphere_owner = { + relation = { + who = THIS + value = 25 + } + } + } + prestige = -5 + } + + option = { + name = "EVTOPTA19005" + relation = { + who = FROM + value = -50 + } + random_country = { + limit = { + tag = FROM + part_of_sphere = no + NOT = { total_pops = 10000000 } + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 12 + } + } + random_country = { + limit = { + tag = FROM + part_of_sphere = yes + } + sphere_owner = { + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 12 + } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + relation = { + who = THIS + value = -25 + } + } + } + badboy = 2 + } } - + # Parade country_event = { - id = 19010 - title = "EVTNAME19010" - desc = "EVTDESC19010" - news = yes - news_desc_long = "EVTDESC19010_NEWS_LONG" - news_desc_medium = "EVTDESC19010_NEWS_MEDIUM" - news_desc_short = "EVTDESC19010_NEWS_SHORT" - picture = "greatpowers" - - trigger = { - is_greater_power = yes - colonial_nation = yes - prestige = 100 - } - - mean_time_to_happen = { - months = 200 - - modifier = { - factor = 0.9 - prestige = 150 - } - modifier = { - factor = 0.9 - prestige = 200 - } - modifier = { - factor = 1.2 - badboy = 0.4 - } - modifier = { - factor = 10 - badboy = 0.8 - } - } - - option = { - name = "EVTOPTA19010" - prestige = 20 - capital_scope = { - any_pop = { - militancy = -1 - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB19010" - any_greater_power = { - prestige = -1 - } - capital_scope = { - any_pop = { - militancy = -1 - consciousness = -1 - } - } - } + id = 19010 + title = "EVTNAME19010" + desc = "EVTDESC19010" + news = yes + news_desc_long = "EVTDESC19010_NEWS_LONG" + news_desc_medium = "EVTDESC19010_NEWS_MEDIUM" + news_desc_short = "EVTDESC19010_NEWS_SHORT" + picture = "greatpowers" + + trigger = { + is_greater_power = yes + colonial_nation = yes + prestige = 100 + } + + mean_time_to_happen = { + months = 200 + + modifier = { + factor = 0.9 + prestige = 150 + } + modifier = { + factor = 0.9 + prestige = 200 + } + modifier = { + factor = 1.2 + badboy = 0.4 + } + modifier = { + factor = 10 + badboy = 0.8 + } + } + + option = { + name = "EVTOPTA19010" + prestige = 20 + capital_scope = { + any_pop = { + militancy = -1 + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB19010" + any_greater_power = { + prestige = -1 + } + capital_scope = { + any_pop = { + militancy = -1 + consciousness = -1 + } + } + } } #AI Event for Low-Relation Allies country_event = { - id = 19015 - title = "EVTNAME19015" - desc = "EVTDESC19015" - - trigger = { - ai = yes - war = no - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - any_greater_power = { - alliance_with = THIS - NOT = { - is_sphere_leader_of = THIS - relation = { who = THIS value = 0 } - is_our_vassal = THIS - } - } - any_neighbor_country = { - alliance_with = THIS - NOT = { - is_sphere_leader_of = THIS - relation = { who = THIS value = 0 } - is_our_vassal = THIS - vassal_of = THIS - } - } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT19015OPTA" - random_country = { - limit = { - alliance_with = THIS - NOT = { - is_sphere_leader_of = THIS - relation = { who = THIS value = 0 } - is_our_vassal = THIS - vassal_of = THIS - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - any_neighbor_country = { - military_score = THIS - NOT = { - relation = { - who = THIS - value = -100 - } - } - } - } - } - } - - option = { - name = "EVT19015OPTB" - ai_chance = { - factor = 50 - } - } + id = 19015 + title = "EVTNAME19015" + desc = "EVTDESC19015" + + trigger = { + ai = yes + war = no + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + any_greater_power = { + alliance_with = THIS + NOT = { + is_sphere_leader_of = THIS + relation = { who = THIS value = 0 } + is_our_vassal = THIS + } + } + any_neighbor_country = { + alliance_with = THIS + NOT = { + is_sphere_leader_of = THIS + relation = { who = THIS value = 0 } + is_our_vassal = THIS + vassal_of = THIS + } + } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT19015OPTA" + random_country = { + limit = { + alliance_with = THIS + NOT = { + is_sphere_leader_of = THIS + relation = { who = THIS value = 0 } + is_our_vassal = THIS + vassal_of = THIS + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + any_neighbor_country = { + military_score = THIS + NOT = { + relation = { + who = THIS + value = -100 + } + } + } + } + } + } + + option = { + name = "EVT19015OPTB" + ai_chance = { + factor = 50 + } + } } country_event = { - id = 19016 - title = "EVTNAME19016" - desc = "EVTDESC19016" - - trigger = { - ai = yes - is_greater_power = no - part_of_sphere = no - war = no - any_greater_power = { - ai = yes - diplomatic_influence = { - who = THIS - value = 95 - } - NOT = { truce_with = THIS } - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT19016OPTA" - random_country = { - limit = { - is_greater_power = yes - ai = yes - diplomatic_influence = { - who = THIS - value = 95 - } - NOT = { truce_with = THIS } - } - diplomatic_influence = { - who = THIS - value = 10 - } - } - } + id = 19016 + title = "EVTNAME19016" + desc = "EVTDESC19016" + + trigger = { + ai = yes + is_greater_power = no + part_of_sphere = no + war = no + any_greater_power = { + ai = yes + diplomatic_influence = { + who = THIS + value = 95 + } + NOT = { truce_with = THIS } + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT19016OPTA" + random_country = { + limit = { + is_greater_power = yes + ai = yes + diplomatic_influence = { + who = THIS + value = 95 + } + NOT = { truce_with = THIS } + } + diplomatic_influence = { + who = THIS + value = 10 + } + } + } } country_event = { - id = 19017 - title = "EVTNAME19017" - desc = "EVTDESC19017" - picture = "" - - trigger = { - war = no - great_wars_enabled = no - part_of_sphere = yes - any_greater_power = { - alliance_with = THIS - NOT = { is_sphere_leader_of = THIS } - NOT = { is_our_vassal = THIS } - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT19017OPTA" - random_country = { - limit = { - is_greater_power = yes - NOT = { is_sphere_leader_of = THIS } - NOT = { is_our_vassal = THIS } - alliance_with = THIS - } - relation = { who = THIS value = -50 } - leave_alliance = THIS - } - } + id = 19017 + title = "EVTNAME19017" + desc = "EVTDESC19017" + picture = "" + + trigger = { + war = no + great_wars_enabled = no + part_of_sphere = yes + any_greater_power = { + alliance_with = THIS + NOT = { is_sphere_leader_of = THIS } + NOT = { is_our_vassal = THIS } + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT19017OPTA" + random_country = { + limit = { + is_greater_power = yes + NOT = { is_sphere_leader_of = THIS } + NOT = { is_our_vassal = THIS } + alliance_with = THIS + } + relation = { who = THIS value = -50 } + leave_alliance = THIS + } + } } # Alliance Breaker country_event = { - id = 19018 - title = "EVTNAME19018" - desc = "EVTDESC19018" - picture = "treaty" - - trigger = { - war = no - ai = yes - OR = { - any_neighbor_country = { - alliance_with = THIS - NOT = { vassal_of = THIS } - NOT = { is_our_vassal = THIS } - NOT = { in_sphere = THIS } - NOT = { is_sphere_leader_of = THIS } - } - any_greater_power = { - alliance_with = THIS - NOT = { is_our_vassal = THIS } - NOT = { is_sphere_leader_of = THIS } - } - } - } - - mean_time_to_happen = { - months = 360 - } - - option = { - name = "EVT19018OPTA" - prestige = -10 - random_country = { - limit = { - alliance_with = THIS - NOT = { vassal_of = THIS } - NOT = { is_our_vassal = THIS } - NOT = { in_sphere = THIS } - NOT = { is_sphere_leader_of = THIS } - } - leave_alliance = THIS - relation = { who = THIS value = -50 } - } - } + id = 19018 + title = "EVTNAME19018" + desc = "EVTDESC19018" + picture = "treaty" + + trigger = { + war = no + ai = yes + OR = { + any_neighbor_country = { + alliance_with = THIS + NOT = { vassal_of = THIS } + NOT = { is_our_vassal = THIS } + NOT = { in_sphere = THIS } + NOT = { is_sphere_leader_of = THIS } + } + any_greater_power = { + alliance_with = THIS + NOT = { is_our_vassal = THIS } + NOT = { is_sphere_leader_of = THIS } + } + } + } + + mean_time_to_happen = { + months = 360 + } + + option = { + name = "EVT19018OPTA" + prestige = -10 + random_country = { + limit = { + alliance_with = THIS + NOT = { vassal_of = THIS } + NOT = { is_our_vassal = THIS } + NOT = { in_sphere = THIS } + NOT = { is_sphere_leader_of = THIS } + } + leave_alliance = THIS + relation = { who = THIS value = -50 } + } + } } country_event = { - id = 19019 - title = "EVTNAME19018" - desc = "EVTDESC19018" - picture = "treaty" - - trigger = { - war = no - ai = yes - is_greater_power = yes - any_greater_power = { - ai = yes - war = no - alliance_with = THIS - NOT = { tag = THIS } - } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 2 - great_wars_enabled = yes - } - } - - option = { - name = "EVT19018OPTA" - random_country = { - limit = { - is_greater_power = yes - ai = yes - war = no - alliance_with = THIS - NOT = { tag = THIS } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - } - } - - option = { - name = "EVT19019OPTA" - prestige = -10 - random_country = { - limit = { - is_greater_power = yes - ai = yes - war = no - alliance_with = THIS - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - } - } + id = 19019 + title = "EVTNAME19018" + desc = "EVTDESC19018" + picture = "treaty" + + trigger = { + war = no + ai = yes + is_greater_power = yes + any_greater_power = { + ai = yes + war = no + alliance_with = THIS + NOT = { tag = THIS } + } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 2 + great_wars_enabled = yes + } + } + + option = { + name = "EVT19018OPTA" + random_country = { + limit = { + is_greater_power = yes + ai = yes + war = no + alliance_with = THIS + NOT = { tag = THIS } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + } + } + + option = { + name = "EVT19019OPTA" + prestige = -10 + random_country = { + limit = { + is_greater_power = yes + ai = yes + war = no + alliance_with = THIS + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + } + } } #Provincename Botanical Expedition province_event = { - id = 19020 - title = "EVTNAME19020" - desc = "EVTDESC19020" - - trigger = { - owner = { - is_greater_power = yes - } - is_colonial = yes - is_overseas = yes - NOT = { - life_rating = 25 - has_global_flag = botanical_expedition_in_progress - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - NOT = { - life_rating = 20 - } - } - modifier = { - factor = 0.9 - NOT = { - life_rating = 25 - } - } - modifier = { - factor = 1.5 - average_consciousness = 4 - } - } - - option = { - name = "EVTOPTA19020" - set_global_flag = botanical_expedition_in_progress - - owner = { - prestige = 5 - treasury = -1000 - } - any_country = { - limit = { - civilized = yes - prestige = 25 - NOT = { - tag = THIS - relation = { - who = THIS - value = 0 - } - } - } - country_event = 19022 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - owner = { NOT = { money = 1000 } } - } - } - } - - option = { - name = "EVTOPTB19020" - owner = { - prestige = -5 - } - ai_chance = { - factor = 50 - } - } + id = 19020 + title = "EVTNAME19020" + desc = "EVTDESC19020" + + trigger = { + owner = { + is_greater_power = yes + } + is_colonial = yes + is_overseas = yes + NOT = { + life_rating = 25 + has_global_flag = botanical_expedition_in_progress + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + NOT = { + life_rating = 20 + } + } + modifier = { + factor = 0.9 + NOT = { + life_rating = 25 + } + } + modifier = { + factor = 1.5 + average_consciousness = 4 + } + } + + option = { + name = "EVTOPTA19020" + set_global_flag = botanical_expedition_in_progress + + owner = { + prestige = 5 + treasury = -1000 + } + any_country = { + limit = { + civilized = yes + prestige = 25 + NOT = { + tag = THIS + relation = { + who = THIS + value = 0 + } + } + } + country_event = 19022 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + owner = { NOT = { money = 1000 } } + } + } + } + + option = { + name = "EVTOPTB19020" + owner = { + prestige = -5 + } + ai_chance = { + factor = 50 + } + } } country_event = { - id = 19022 - title = "EVTNAME19022" - desc = "EVTDESC19022" - picture = "Botanic_expedition" - - - is_triggered_only = yes - - option = { - name = "EVTOPTA19022" - set_country_flag = participates_in_botanical_expedition - prestige = 5 - } - - option = { - name = "EVTOPTB19022" - prestige = -5 - } + id = 19022 + title = "EVTNAME19022" + desc = "EVTDESC19022" + picture = "Botanic_expedition" + + + is_triggered_only = yes + + option = { + name = "EVTOPTA19022" + set_country_flag = participates_in_botanical_expedition + prestige = 5 + } + + option = { + name = "EVTOPTB19022" + prestige = -5 + } } country_event = { - id = 19023 - title = "EVTNAME19023" - desc = "EVTDESC19023" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = participates_in_botanical_expedition - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA19023" - clr_country_flag = participates_in_botanical_expedition - prestige = -5 - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVTOPTB19023" - treasury = -1000 - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - NOT = { money = 1000 } - } - } - } + id = 19023 + title = "EVTNAME19023" + desc = "EVTDESC19023" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = participates_in_botanical_expedition + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA19023" + clr_country_flag = participates_in_botanical_expedition + prestige = -5 + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVTOPTB19023" + treasury = -1000 + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + NOT = { money = 1000 } + } + } + } } country_event = { - id = 19024 - title = "EVTNAME19024" - desc = "EVTDESC19024" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = participates_in_botanical_expedition - upper_house = { - ideology = liberal - value = 0.3 - } - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA19024" - clr_country_flag = participates_in_botanical_expedition - prestige = -2 - } - - option = { - name = "EVTOPTB19024" - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 19024 + title = "EVTNAME19024" + desc = "EVTDESC19024" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = participates_in_botanical_expedition + upper_house = { + ideology = liberal + value = 0.3 + } + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA19024" + clr_country_flag = participates_in_botanical_expedition + prestige = -2 + } + + option = { + name = "EVTOPTB19024" + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } country_event = { - id = 19025 - title = "EVTNAME19025" - desc = "EVTDESC19025" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = participates_in_botanical_expedition - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA19025" - prestige = 5 - any_pop = { - consciousness = 0.1 - } - } - - option = { - name = "EVTOPTB19025" - set_country_flag = botanical_expedition_threatened - prestige = 2 - } + id = 19025 + title = "EVTNAME19025" + desc = "EVTDESC19025" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = participates_in_botanical_expedition + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA19025" + prestige = 5 + any_pop = { + consciousness = 0.1 + } + } + + option = { + name = "EVTOPTB19025" + set_country_flag = botanical_expedition_threatened + prestige = 2 + } } country_event = { - id = 19026 - title = "EVTNAME19026" - desc = "EVTDESC19026" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = participates_in_botanical_expedition - } - - mean_time_to_happen = { - months = 200 - modifier = { - has_country_flag = botanical_expedition_threatened - factor = 0.4 - } - } - - option = { - name = "EVTOPTA19026" - clr_country_flag = participates_in_botanical_expedition - clr_country_flag = botanical_expedition_threatened - prestige = -10 - } + id = 19026 + title = "EVTNAME19026" + desc = "EVTDESC19026" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = participates_in_botanical_expedition + } + + mean_time_to_happen = { + months = 200 + modifier = { + has_country_flag = botanical_expedition_threatened + factor = 0.4 + } + } + + option = { + name = "EVTOPTA19026" + clr_country_flag = participates_in_botanical_expedition + clr_country_flag = botanical_expedition_threatened + prestige = -10 + } } country_event = { - id = 19027 - title = "EVTNAME19027" - desc = "EVTDESC19027" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = participates_in_botanical_expedition - NOT = { - has_global_flag = victoria_regina_found - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - has_country_flag = botanical_expedition_threatened - factor = 1.2 - } - } - - option = { - name = "EVTOPTA19027" - set_country_flag = victoria_regina - set_global_flag = victoria_regina_found - prestige = 10 - clr_country_flag = botanical_expedition_threatened - any_country = { - limit = { - OR = { - has_country_flag = botanical_expedition_threatened - has_country_flag = participates_in_botanical_expedition - } - } - country_event = 19028 - clr_global_flag = botanical_expedition_in_progress - } - } + id = 19027 + title = "EVTNAME19027" + desc = "EVTDESC19027" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = participates_in_botanical_expedition + NOT = { + has_global_flag = victoria_regina_found + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + has_country_flag = botanical_expedition_threatened + factor = 1.2 + } + } + + option = { + name = "EVTOPTA19027" + set_country_flag = victoria_regina + set_global_flag = victoria_regina_found + prestige = 10 + clr_country_flag = botanical_expedition_threatened + any_country = { + limit = { + OR = { + has_country_flag = botanical_expedition_threatened + has_country_flag = participates_in_botanical_expedition + } + } + country_event = 19028 + clr_global_flag = botanical_expedition_in_progress + } + } } country_event = { - id = 19028 - title = "EVTNAME19028" - desc = "EVTDESC19028" - picture = "Botanic_expedition" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19028" - clr_country_flag = botanical_expedition_threatened - clr_country_flag = participates_in_botanical_expedition - years_of_research = 0.2 - prestige = -5 - } + id = 19028 + title = "EVTNAME19028" + desc = "EVTDESC19028" + picture = "Botanic_expedition" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19028" + clr_country_flag = botanical_expedition_threatened + clr_country_flag = participates_in_botanical_expedition + years_of_research = 0.2 + prestige = -5 + } } country_event = { - id = 19029 - title = "EVTNAME19029" - desc = "EVTDESC19029" - picture = "Botanic_expedition" - - trigger = { - has_country_flag = botanical_expedition_in_progress - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.1 - has_country_flag = botanical_expedition_threatened - } - } - - option = { - name = "EVTNAME19029" - clr_country_flag = botanical_expedition_in_progress - clr_country_flag = botanical_expedition_threatened - prestige = 10 - years_of_research = 0.5 - } + id = 19029 + title = "EVTNAME19029" + desc = "EVTDESC19029" + picture = "Botanic_expedition" + + trigger = { + has_country_flag = botanical_expedition_in_progress + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.1 + has_country_flag = botanical_expedition_threatened + } + } + + option = { + name = "EVTNAME19029" + clr_country_flag = botanical_expedition_in_progress + clr_country_flag = botanical_expedition_threatened + prestige = 10 + years_of_research = 0.5 + } } # Crimean war country_event = { - id = 19030 - title = "EVTNAME19030" - desc = "EVTDESC19030" - news = yes - news_desc_long = "EVTDESC19030_NEWS_LONG" - news_desc_medium = "EVTDESC19030_NEWS_MEDIUM" - news_desc_short = "EVTDESC19030_NEWS_SHORT" - picture = "Ottoman" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19030" - prestige = 5 - relation = { - who = TUR - value = 30 - } - FROM = { - country_event = 19031 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - alliance_with = TUR - } - modifier = { - factor = 0.5 - alliance_with = FROM - } - modifier = { - factor = 0.25 - truce_with = TUR - } - modifier = { - factor = 1.5 - truce_with = FROM - } - modifier = { - factor = 0 - war_with = TUR - } - modifier = { - factor = 1.25 - relation = { - who = TUR - value = 50 - } - } - modifier = { - factor = 0.75 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 0.5 - neighbour = FROM - } - } - } - - option = { - name = "EVTOPTB19030" - prestige = -15 - ai_chance = { - factor = 50 - modifier = { - factor = 1.25 - NOT = { - relation = { - who = TUR - value = 0 - } - } - } - modifier = { - factor = 0.75 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0 - war_with = FROM - } - } - } + id = 19030 + title = "EVTNAME19030" + desc = "EVTDESC19030" + news = yes + news_desc_long = "EVTDESC19030_NEWS_LONG" + news_desc_medium = "EVTDESC19030_NEWS_MEDIUM" + news_desc_short = "EVTDESC19030_NEWS_SHORT" + picture = "Ottoman" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19030" + prestige = 5 + relation = { + who = TUR + value = 30 + } + FROM = { + country_event = 19031 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + alliance_with = TUR + } + modifier = { + factor = 0.5 + alliance_with = FROM + } + modifier = { + factor = 0.25 + truce_with = TUR + } + modifier = { + factor = 1.5 + truce_with = FROM + } + modifier = { + factor = 0 + war_with = TUR + } + modifier = { + factor = 1.25 + relation = { + who = TUR + value = 50 + } + } + modifier = { + factor = 0.75 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 0.5 + neighbour = FROM + } + } + } + + option = { + name = "EVTOPTB19030" + prestige = -15 + ai_chance = { + factor = 50 + modifier = { + factor = 1.25 + NOT = { + relation = { + who = TUR + value = 0 + } + } + } + modifier = { + factor = 0.75 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0 + war_with = FROM + } + } + } } country_event = { - id = 19031 - title = "EVTNAME19031" - desc = "EVTDESC19031" - picture = "Orthodox" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19030" - FROM = { - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - country_event = 19032 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.75 - neighbour = FROM - } - modifier = { - factor = 0.75 - alliance_with = FROM - } - } - } - - option = { - name = "EVTOPTB19030" - FROM = { - country_event = 19033 - } - remove_country_modifier = protector_of_eastern_christendom - prestige = -20 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - truce_with = FROM - } - modifier = { - factor = 0 - war_with = FROM - } - modifier = { - factor = 0.25 - NOT = { - relation = { - who = FROM - value = 50 - } - } - } - } - } + id = 19031 + title = "EVTNAME19031" + desc = "EVTDESC19031" + picture = "Orthodox" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19030" + FROM = { + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + country_event = 19032 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.75 + neighbour = FROM + } + modifier = { + factor = 0.75 + alliance_with = FROM + } + } + } + + option = { + name = "EVTOPTB19030" + FROM = { + country_event = 19033 + } + remove_country_modifier = protector_of_eastern_christendom + prestige = -20 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + truce_with = FROM + } + modifier = { + factor = 0 + war_with = FROM + } + modifier = { + factor = 0.25 + NOT = { + relation = { + who = FROM + value = 50 + } + } + } + } + } } country_event = { - id = 19032 - title = "EVTNAME19032" - desc = "EVTDESC19032" - picture = "Orthodox" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19030" - prestige = -5 - } + id = 19032 + title = "EVTNAME19032" + desc = "EVTDESC19032" + picture = "Orthodox" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19030" + prestige = -5 + } } country_event = { - id = 19033 - title = "EVTNAME19033" - desc = "EVTDESC19033" - picture = "Orthodox" - - is_triggered_only = yes - - option = { - name = "EVTOPTB19030" - prestige = 10 - } + id = 19033 + title = "EVTNAME19033" + desc = "EVTDESC19033" + picture = "Orthodox" + + is_triggered_only = yes + + option = { + name = "EVTOPTB19030" + prestige = 10 + } } # Valley of The Kings country_event = { - id = 19040 - title = "EVTNAME19040" - desc = "EVTDESC19040" - picture = "ValleyoftheKings" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19040" - set_global_flag = egyptian_excavation_rights - FROM = { - country_event = 19041 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.1 - has_global_flag = egyptian_excavation_rights - } - modifier = { - factor = 3 - FROM = { - prestige = 65 - } - } - modifier = { - factor = 1.5 - FROM = { - is_greater_power = yes - } - } - } - } - - option = { - name = "EVTOPTB19040" - FROM = { - country_event = 19042 - } - } + id = 19040 + title = "EVTNAME19040" + desc = "EVTDESC19040" + picture = "ValleyoftheKings" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19040" + set_global_flag = egyptian_excavation_rights + FROM = { + country_event = 19041 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.1 + has_global_flag = egyptian_excavation_rights + } + modifier = { + factor = 3 + FROM = { + prestige = 65 + } + } + modifier = { + factor = 1.5 + FROM = { + is_greater_power = yes + } + } + } + } + + option = { + name = "EVTOPTB19040" + FROM = { + country_event = 19042 + } + } } #Egypt Allows country_event = { - id = 19041 - title = "EVTNAME19041" - desc = "EVTDESC19041" - picture = "ValleyoftheKings" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19041" - add_country_modifier = { - name = egyptian_excavations - duration = -1 - } - relation = { - who = FROM - value = 20 - } - set_global_flag = egyptian_excavation_rights - prestige = 5 - } + id = 19041 + title = "EVTNAME19041" + desc = "EVTDESC19041" + picture = "ValleyoftheKings" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19041" + add_country_modifier = { + name = egyptian_excavations + duration = -1 + } + relation = { + who = FROM + value = 20 + } + set_global_flag = egyptian_excavation_rights + prestige = 5 + } } #Egypt Refuses country_event = { - id = 19042 - title = "EVTNAME19042" - desc = "EVTDESC19042" - picture = "ValleyoftheKings" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19042" - relation = { - who = FROM - value = -20 - } - prestige = -5 - set_country_flag = egypt_refused - } + id = 19042 + title = "EVTNAME19042" + desc = "EVTDESC19042" + picture = "ValleyoftheKings" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19042" + relation = { + who = FROM + value = -20 + } + prestige = -5 + set_country_flag = egypt_refused + } } # Excavation team gets into trouble country_event = { - id = 19043 - title = "EVTNAME19043" - desc = "EVTDESC19043" - picture = "ValleyoftheKings" - - trigger = { - has_country_modifier = egyptian_excavations - NOT = { - OR = { - owns = 1767 - tag = EGY - } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 0.8 - NOT = { - prestige = 50 - } - } - modifier = { - factor = 1.3 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVTOPTA19043" - treasury = -200 - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - NOT = { money = 200 } - } - } - } - - option = { - name = "EVTOPTB19043" - relation = { - who = EGY - value = -20 - } - clr_global_flag = egyptian_excavation_rights - ai_chance = { - factor = 50 - } - } + id = 19043 + title = "EVTNAME19043" + desc = "EVTDESC19043" + picture = "ValleyoftheKings" + + trigger = { + has_country_modifier = egyptian_excavations + NOT = { + OR = { + owns = 1767 + tag = EGY + } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 0.8 + NOT = { + prestige = 50 + } + } + modifier = { + factor = 1.3 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVTOPTA19043" + treasury = -200 + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + NOT = { money = 200 } + } + } + } + + option = { + name = "EVTOPTB19043" + relation = { + who = EGY + value = -20 + } + clr_global_flag = egyptian_excavation_rights + ai_chance = { + factor = 50 + } + } } # Tomb Found country_event = { - id = 19044 - title = "EVTNAME19044" - desc = "EVTDESC19044" - picture = "Tomb" - - trigger = { - has_country_modifier = egyptian_excavations - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA19044" - prestige = 10 - years_of_research = 0.1 - } + id = 19044 + title = "EVTNAME19044" + desc = "EVTDESC19044" + picture = "Tomb" + + trigger = { + has_country_modifier = egyptian_excavations + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA19044" + prestige = 10 + years_of_research = 0.1 + } } #Curse of The Pharaos country_event = { - id = 19045 - title = "EVTNAME19045" - desc = "EVTDESC19045" - picture = "Egyptian" - - trigger = { - has_country_modifier = egyptian_excavations - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA19045" - any_pop = { limit = { NOT = { literacy = 0.6 } } - militancy = 1 - } - } + id = 19045 + title = "EVTNAME19045" + desc = "EVTDESC19045" + picture = "Egyptian" + + trigger = { + has_country_modifier = egyptian_excavations + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA19045" + any_pop = { limit = { NOT = { literacy = 0.6 } } + militancy = 1 + } + } } #Tutankhamun's Tomb country_event = { - id = 19046 - title = "EVTNAME19046" - desc = "EVTDESC19046" - news = yes - news_desc_long = "EVTDESC19046_NEWS_LONG" - news_desc_medium = "EVTDESC19046_NEWS_MEDIUM" - news_desc_short = "EVTDESC19046_NEWS_SHORT" - picture = "Egyptian" - - trigger = { - has_country_modifier = egyptian_excavations - NOT = { - has_global_flag = tutankhamun_found - } - year = 1900 - } - - major = yes - - mean_time_to_happen = { - months = 265 - } - - option = { - name = "EVTOPTA19046" - prestige = 30 - years_of_research = 1 - set_global_flag = tutankhamun_found - any_country = { - remove_country_modifier = egyptian_excavations - } - remove_country_modifier = egyptian_excavations - clr_global_flag = egyptian_excavation_rights - } + id = 19046 + title = "EVTNAME19046" + desc = "EVTDESC19046" + news = yes + news_desc_long = "EVTDESC19046_NEWS_LONG" + news_desc_medium = "EVTDESC19046_NEWS_MEDIUM" + news_desc_short = "EVTDESC19046_NEWS_SHORT" + picture = "Egyptian" + + trigger = { + has_country_modifier = egyptian_excavations + NOT = { + has_global_flag = tutankhamun_found + } + year = 1900 + } + + major = yes + + mean_time_to_happen = { + months = 265 + } + + option = { + name = "EVTOPTA19046" + prestige = 30 + years_of_research = 1 + set_global_flag = tutankhamun_found + any_country = { + remove_country_modifier = egyptian_excavations + } + remove_country_modifier = egyptian_excavations + clr_global_flag = egyptian_excavation_rights + } } #Mummy Found country_event = { - id = 19047 - title = "EVTNAME19047" - desc = "EVTDESC19047" - picture = "Egyptian" - - trigger = { - has_country_modifier = egyptian_excavations - } - - mean_time_to_happen = { - months = 300 - } - - option = { - name = "EVTOPTA19047" - prestige = 5 - years_of_research = 0.05 - } + id = 19047 + title = "EVTNAME19047" + desc = "EVTDESC19047" + picture = "Egyptian" + + trigger = { + has_country_modifier = egyptian_excavations + } + + mean_time_to_happen = { + months = 300 + } + + option = { + name = "EVTOPTA19047" + prestige = 5 + years_of_research = 0.05 + } } #The Ems Dispatch (fired by Prussian decision) country_event = { - id = 19200 - title = "EVTNAME19200" - desc = "EVTDESC19200" - news = yes - news_desc_long = "EVTDESC19200_NEWS_LONG" - news_desc_medium = "EVTDESC19200_NEWS_MEDIUM" - news_desc_short = "EVTDESC19200_NEWS_SHORT" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT19200OPTA" - prestige = -50 - leave_alliance = FROM - relation = { - who = FROM - value = -100 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 24 - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT19200OPTB" - prestige = -10 - leave_alliance = FROM - casus_belli = { - target = FROM - type = cut_down_to_size - months = 24 - } - war = { - target = FROM - attacker_goal = { - casus_belli = cut_down_to_size - } - call_ally = no - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.2 - war_policy = pacifism - } - } - } + id = 19200 + title = "EVTNAME19200" + desc = "EVTDESC19200" + news = yes + news_desc_long = "EVTDESC19200_NEWS_LONG" + news_desc_medium = "EVTDESC19200_NEWS_MEDIUM" + news_desc_short = "EVTDESC19200_NEWS_SHORT" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT19200OPTA" + prestige = -50 + leave_alliance = FROM + relation = { + who = FROM + value = -100 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 24 + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT19200OPTB" + prestige = -10 + leave_alliance = FROM + casus_belli = { + target = FROM + type = cut_down_to_size + months = 24 + } + war = { + target = FROM + attacker_goal = { + casus_belli = cut_down_to_size + } + call_ally = no + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.2 + war_policy = pacifism + } + } + } } # The Statue of Liberty (fired by French decision) country_event = { - id = 19300 - title = "EVTNAME19300" - desc = "EVTDESC19300" - news = yes - news_desc_long = "EVTDESC19300_NEWS_LONG" - news_desc_medium = "EVTDESC19300_NEWS_MEDIUM" - news_desc_short = "EVTDESC19300_NEWS_SHORT" - picture = "statue_of_liberty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA19300" - prestige = 5 - relation = { - who = FROM - value = 100 - } - add_country_modifier = { - name = the_statue_of_liberty - duration = 3650 - } - 232 = { - add_province_modifier = { - name = gateway_to_america - duration = 1825 - } - } - } + id = 19300 + title = "EVTNAME19300" + desc = "EVTDESC19300" + news = yes + news_desc_long = "EVTDESC19300_NEWS_LONG" + news_desc_medium = "EVTDESC19300_NEWS_MEDIUM" + news_desc_short = "EVTDESC19300_NEWS_SHORT" + picture = "statue_of_liberty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA19300" + prestige = 5 + relation = { + who = FROM + value = 100 + } + add_country_modifier = { + name = the_statue_of_liberty + duration = 3650 + } + 232 = { + add_province_modifier = { + name = gateway_to_america + duration = 1825 + } + } + } } country_event = { - id = 19301 - title = "EVTNAME19301" - desc = "EVTDESC19301" - major = yes - - fire_only_once = yes - - trigger = { - tag = USA - has_country_modifier = the_statue_of_liberty - OR = { - NOT = { government = democracy } - AND = { - has_global_flag = disunited_states - has_global_flag = second_american_civil_war - } - } - } - - mean_time_to_happen = { months = 1 } - - - option = { - name = "EVTOPTA19301" - remove_country_modifier = the_statue_of_liberty - } + id = 19301 + title = "EVTNAME19301" + desc = "EVTDESC19301" + major = yes + + fire_only_once = yes + + trigger = { + tag = USA + has_country_modifier = the_statue_of_liberty + OR = { + NOT = { government = democracy } + AND = { + has_global_flag = disunited_states + has_global_flag = second_american_civil_war + } + } + } + + mean_time_to_happen = { months = 1 } + + + option = { + name = "EVTOPTA19301" + remove_country_modifier = the_statue_of_liberty + } } # The Mandate of Heaven country_event = { - id = 19310 - title = "EVTNAME19310" - desc = "EVTDESC19310" - news = yes - news_desc_long = "EVTDESC19310_NEWS_LONG" - news_desc_medium = "EVTDESC19310_NEWS_MEDIUM" - news_desc_short = "EVTDESC19310_NEWS_SHORT" - picture = "asian_ruler" - - trigger = { - tag = QNG - } - - is_triggered_only = yes - - option = { - name = "EVTOPTA19310" - prestige = 5 - any_pop = { - militancy = -1 - } - } + id = 19310 + title = "EVTNAME19310" + desc = "EVTDESC19310" + news = yes + news_desc_long = "EVTDESC19310_NEWS_LONG" + news_desc_medium = "EVTDESC19310_NEWS_MEDIUM" + news_desc_short = "EVTDESC19310_NEWS_SHORT" + picture = "asian_ruler" + + trigger = { + tag = QNG + } + + is_triggered_only = yes + + option = { + name = "EVTOPTA19310" + prestige = 5 + any_pop = { + militancy = -1 + } + } } # The Empire of the Sun country_event = { - id = 19320 - title = "EVTNAME19320" - desc = "EVTDESC19320" - news = yes - news_desc_long = "EVTDESC19320_NEWS_LONG" - news_desc_medium = "EVTDESC19320_NEWS_MEDIUM" - news_desc_short = "EVTDESC19320_NEWS_SHORT" - picture = "japanese_power" - - trigger = { - OR = { - tag = JAP - tag = TKG - } - } - - is_triggered_only = yes - - option = { - name = "EVTOPTA19320" - prestige = 5 - any_pop = { - militancy = -3 - } - } + id = 19320 + title = "EVTNAME19320" + desc = "EVTDESC19320" + news = yes + news_desc_long = "EVTDESC19320_NEWS_LONG" + news_desc_medium = "EVTDESC19320_NEWS_MEDIUM" + news_desc_short = "EVTDESC19320_NEWS_SHORT" + picture = "japanese_power" + + trigger = { + OR = { + tag = JAP + tag = TKG + } + } + + is_triggered_only = yes + + option = { + name = "EVTOPTA19320" + prestige = 5 + any_pop = { + militancy = -3 + } + } } # Great wars country_event = { - id = 19355 - title = "EVTNAME19355" - desc = "EVTDESC19355" - news = yes - news_desc_long = "EVTDESC19355_NEWS_LONG" - news_desc_medium = "EVTDESC19355_NEWS_MEDIUM" - news_desc_short = "EVTDESC19355_NEWS_SHORT" - major = yes - picture = "greatpowers" - - fire_only_once = yes - - trigger = { - is_greater_power = yes - war = yes - any_greater_power = { war_with = THIS } - any_greater_power = { war = yes alliance_with = THIS } - great_wars_enabled = no - NOT = { has_global_flag = great_wars_enabled } - year = 1890 - } - - mean_time_to_happen = { - months = 3 - - modifier = { - factor = 0.6 - any_neighbor_country = { - is_greater_power = yes - war_with = THIS - } - } - - modifier = { - factor = 0.8 - lost_national = 0.25 - } - } - - option = { - name = "EVTOPTA19355" - great_wars_enabled = yes - set_global_flag = great_wars_enabled - } + id = 19355 + title = "EVTNAME19355" + desc = "EVTDESC19355" + news = yes + news_desc_long = "EVTDESC19355_NEWS_LONG" + news_desc_medium = "EVTDESC19355_NEWS_MEDIUM" + news_desc_short = "EVTDESC19355_NEWS_SHORT" + major = yes + picture = "greatpowers" + + fire_only_once = yes + + trigger = { + is_greater_power = yes + war = yes + any_greater_power = { war_with = THIS } + any_greater_power = { war = yes alliance_with = THIS } + great_wars_enabled = no + NOT = { has_global_flag = great_wars_enabled } + year = 1890 + } + + mean_time_to_happen = { + months = 3 + + modifier = { + factor = 0.6 + any_neighbor_country = { + is_greater_power = yes + war_with = THIS + } + } + + modifier = { + factor = 0.8 + lost_national = 0.25 + } + } + + option = { + name = "EVTOPTA19355" + great_wars_enabled = yes + set_global_flag = great_wars_enabled + } } #Asking sphere owner for help in regaining cores country_event = { - id = 19365 - title = "EVTNAME19365" #The Restoration of $COUNTRY$ - desc = "EVTDESC19365" - picture = "deliberation" - - trigger = { - war = no - is_greater_power = no - part_of_sphere = yes - NOT = { government = theocracy } - any_core = { - NOT = { owned_by = THIS } - empty = no - owner = { - number_of_states = 2 - NOT = { - is_sphere_leader_of = THIS - truce_with = THIS - alliance_with = THIS - is_vassal = yes - sphere_owner = { is_sphere_leader_of = THIS } - } - } - } - sphere_owner = { - alliance_with = THIS - is_disarmed = no - war = no - NOT = { - badboy = 0.88 - war_exhaustion = 10 - war_policy = pacifism - has_country_modifier = neutrality_modifier - has_country_flag = in_great_war - has_country_modifier = no_more_war - any_owned_province = { is_core = THIS } - } - } - NOT = { - badboy = 0.92 - war_exhaustion = 10 - war_policy = pacifism - has_country_modifier = neutrality_modifier - has_country_flag = in_great_war - has_country_modifier = no_more_war - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 5 - has_country_flag = asked_for_restoration - } - modifier = { - factor = 2 - OR = { - sphere_owner = { ai = no } - ai = no - } - } - modifier = { - factor = 1.5 - civilized = no - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.8 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.8 - great_wars_enabled = yes - } - } - - option = { - name = "EVT19365OPTA" - set_country_flag = asked_for_restoration - sphere_owner = { country_event = 19366 } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.75 - sphere_owner = { NOT = { neighbour = THIS } } - } - } - } - - option = { - name = "EVT19365OPTB" - random_country = { - limit = { - neighbour = THIS - any_owned_province = { is_core = THIS } - number_of_states = 2 - NOT = { - truce_with = THIS - alliance_with = THIS - is_vassal = yes - sphere_owner = { is_sphere_leader_of = THIS } - } - } - relation = { who = THIS value = -50 } - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = anti_military - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - sphere_owner = { neighbour = THIS } - } - modifier = { - factor = 2 - has_country_flag = asked_for_restoration - } - } - } + id = 19365 + title = "EVTNAME19365" #The Restoration of $COUNTRY$ + desc = "EVTDESC19365" + picture = "deliberation" + + trigger = { + war = no + is_greater_power = no + part_of_sphere = yes + NOT = { government = theocracy } + any_core = { + NOT = { owned_by = THIS } + empty = no + owner = { + number_of_states = 2 + NOT = { + is_sphere_leader_of = THIS + truce_with = THIS + alliance_with = THIS + is_vassal = yes + sphere_owner = { is_sphere_leader_of = THIS } + } + } + } + sphere_owner = { + alliance_with = THIS + is_disarmed = no + war = no + NOT = { + badboy = 0.88 + war_exhaustion = 10 + war_policy = pacifism + has_country_modifier = neutrality_modifier + has_country_flag = in_great_war + has_country_modifier = no_more_war + any_owned_province = { is_core = THIS } + } + } + NOT = { + badboy = 0.92 + war_exhaustion = 10 + war_policy = pacifism + has_country_modifier = neutrality_modifier + has_country_flag = in_great_war + has_country_modifier = no_more_war + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 5 + has_country_flag = asked_for_restoration + } + modifier = { + factor = 2 + OR = { + sphere_owner = { ai = no } + ai = no + } + } + modifier = { + factor = 1.5 + civilized = no + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.8 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.8 + great_wars_enabled = yes + } + } + + option = { + name = "EVT19365OPTA" + set_country_flag = asked_for_restoration + sphere_owner = { country_event = 19366 } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.75 + sphere_owner = { NOT = { neighbour = THIS } } + } + } + } + + option = { + name = "EVT19365OPTB" + random_country = { + limit = { + neighbour = THIS + any_owned_province = { is_core = THIS } + number_of_states = 2 + NOT = { + truce_with = THIS + alliance_with = THIS + is_vassal = yes + sphere_owner = { is_sphere_leader_of = THIS } + } + } + relation = { who = THIS value = -50 } + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = anti_military + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + sphere_owner = { neighbour = THIS } + } + modifier = { + factor = 2 + has_country_flag = asked_for_restoration + } + } + } } country_event = { - id = 19366 - title = "EVTNAME19366" #The Restoration of $FROMCOUNTRY$ - desc = "EVTDESC19366" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT19366OPTA" - diplomatic_influence = { who = FROM value = 50 } - military_access = FROM - FROM = { country_event = 19367 } - random_country = { - limit = { - any_owned_province = { is_core = FROM } - number_of_states = 2 - NOT = { - truce_with = FROM - alliance_with = FROM - is_vassal = yes - in_sphere = THIS - } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - add_casus_belli = { - target = THIS - type = free_allied_cores - months = 75 - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.75 - NOT = { neighbour = FROM } - } - modifier = { - factor = 0.75 - has_recently_lost_war = yes - } - } - } - - option = { - name = "EVT19366OPTB" - prestige = -10 - diplomatic_influence = { who = FROM value = -25 } - FROM = { country_event = 19368 } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - revolt_percentage = 0.1 - } - modifier = { - factor = 1.25 - has_recently_lost_war = yes - } - } - } + id = 19366 + title = "EVTNAME19366" #The Restoration of $FROMCOUNTRY$ + desc = "EVTDESC19366" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT19366OPTA" + diplomatic_influence = { who = FROM value = 50 } + military_access = FROM + FROM = { country_event = 19367 } + random_country = { + limit = { + any_owned_province = { is_core = FROM } + number_of_states = 2 + NOT = { + truce_with = FROM + alliance_with = FROM + is_vassal = yes + in_sphere = THIS + } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + add_casus_belli = { + target = THIS + type = free_allied_cores + months = 75 + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.75 + NOT = { neighbour = FROM } + } + modifier = { + factor = 0.75 + has_recently_lost_war = yes + } + } + } + + option = { + name = "EVT19366OPTB" + prestige = -10 + diplomatic_influence = { who = FROM value = -25 } + FROM = { country_event = 19368 } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + revolt_percentage = 0.1 + } + modifier = { + factor = 1.25 + has_recently_lost_war = yes + } + } + } } country_event = { - id = 19367 - title = "EVTNAME19367" #$FROMCOUNTRY$ Has Agreed - desc = "EVTDESC19367" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT19367OPTA" - badboy = 3 - relation = { who = FROM value = 50 } - } + id = 19367 + title = "EVTNAME19367" #$FROMCOUNTRY$ Has Agreed + desc = "EVTDESC19367" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT19367OPTA" + badboy = 3 + relation = { who = FROM value = 50 } + } } country_event = { - id = 19368 - title = "EVTNAME19368" #$FROMCOUNTRY$ Has Refused - desc = "EVTDESC19368" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT19368OPTA" - prestige = -5 - relation = { who = FROM value = -25 } - random_country = { - limit = { - any_owned_province = { is_core = THIS } - number_of_states = 2 - NOT = { - truce_with = THIS - alliance_with = THIS - is_vassal = yes - sphere_owner = { is_sphere_leader_of = THIS } - } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - } + id = 19368 + title = "EVTNAME19368" #$FROMCOUNTRY$ Has Refused + desc = "EVTDESC19368" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT19368OPTA" + prestige = -5 + relation = { who = FROM value = -25 } + random_country = { + limit = { + any_owned_province = { is_core = THIS } + number_of_states = 2 + NOT = { + truce_with = THIS + alliance_with = THIS + is_vassal = yes + sphere_owner = { is_sphere_leader_of = THIS } + } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + } } #Event for a country that has been puppeted by CB country_event = { - id = 19370 - title = "EVTNAME19370" #The $FROMCOUNTRY$ Overlords - desc = "EVTDESC19370" - news = yes - news_desc_long = "EVTDESC19370_NEWS_LONG" - news_desc_medium = "EVTDESC19370_NEWS_MEDIUM" - news_desc_short = "EVTDESC19370_NEWS_SHORT" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT19370OPTA" - FROM = { create_vassal = THIS } - random_owned = { - limit = { - FROM = { government = fascist_dictatorship } - owner = { - civilized = yes - NOT = { government = fascist_dictatorship } - } - } - owner = { - ruling_party_ideology = fascist - government = fascist_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - } - } - random_owned = { - limit = { - FROM = { government = proletarian_dictatorship } - owner = { - civilized = yes - NOT = { government = proletarian_dictatorship } - } - } - owner = { - ruling_party_ideology = communist - government = proletarian_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - nationalize = yes - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - } - } - random_owned = { - limit = { - FROM = { government = bourgeois_dictatorship } - owner = { - civilized = yes - NOT = { government = bourgeois_dictatorship } - } - } - owner = { - ruling_party_ideology = anarcho_liberal - government = bourgeois_dictatorship - political_reform = universal_voting - political_reform = party_appointed - political_reform = yes_meeting - political_reform = free_press - political_reform = all_trade_unions - political_reform = underground_parties - social_reform = no_minimum_wage - social_reform = no_work_hour_limit - social_reform = no_safety - social_reform = no_subsidies - social_reform = no_pensions - social_reform = no_health_care - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - } - } - random_owned = { - limit = { - FROM = { - OR = { - government = democracy - government = hms_government - } - } - owner = { - civilized = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - } - } - owner = { - government = hms_government - random_owned = { - limit = { - owner = { NOT = { vote_franschise = universal_voting } } - } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - political_parties = gerrymandering - } - } - } - owner = { political_reform = non_secret_ballots } - } - random_owned = { - limit = { - owner = { upper_house_composition = party_appointed } - } - owner = { political_reform = appointed } - } - - add_country_modifier = { - name = national_confusion - duration = 365 - } - election = yes - } - } - random_owned = { - limit = { - FROM = { - OR = { - government = democracy - government = hms_government - } - } - owner = { - civilized = yes - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - } - } - } - owner = { - government = democracy - random_owned = { - limit = { - owner = { NOT = { vote_franschise = universal_voting } } - } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - political_parties = gerrymandering - } - } - } - owner = { political_reform = non_secret_ballots } - } - random_owned = { - limit = { - owner = { upper_house_composition = party_appointed } - } - owner = { political_reform = appointed } - } - - add_country_modifier = { - name = national_confusion - duration = 365 - } - election = yes - } - } - random_owned = { - limit = { - FROM = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - } - owner = { - civilized = yes - NOT = { government = absolute_monarchy } - NOT = { government = prussian_constitutionalism } - } - } - owner = { - government = absolute_monarchy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = appointed - political_reform = underground_parties - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - } - } - random_owned = { - limit = { - FROM = { government = presidential_dictatorship } - owner = { - civilized = yes - NOT = { government = presidential_dictatorship } - } - } - owner = { - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = appointed - political_reform = no_meeting - political_reform = state_press - political_reform = underground_parties - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - } - } - random_owned = { - limit = { - owner = { FROM = { slavery = no_slavery } } - } - owner = { - political_reform = no_slavery - } - } - ########Meetings - random_owned = { - limit = { - owner = { FROM = { public_meetings = no_meeting } } - } - owner = { - political_reform = no_meeting - } - } - - random_owned = { - limit = { - owner = { FROM = { public_meetings = yes_meeting } } - } - owner = { - political_reform = yes_meeting - } - } - ########Debt Law - random_owned = { - limit = { - owner = { FROM = { debt_law = peonage } } - } - owner = { - political_reform = peonage - } - } - - random_owned = { - limit = { - owner = { FROM = { debt_law = debtors_prisons } } - } - owner = { - political_reform = debtors_prisons - } - } - - random_owned = { - limit = { - owner = { FROM = { debt_law = bankruptcy } } - } - owner = { - political_reform = bankruptcy - } - } - ########Press Rights - random_owned = { - limit = { owner = { FROM = { press_rights = state_press } } } - owner = { - political_reform = state_press - } - } - - random_owned = { - limit = { owner = { FROM = { press_rights = censored_press } } } - owner = { - political_reform = censored_press - } - } - - random_owned = { - limit = { owner = { FROM = { press_rights = free_press } } } - owner = { - political_reform = free_press - } - } - ########Voting System - random_owned = { - limit = { owner = { FROM = { voting_system = first_past_the_post } } } - owner = { - political_reform = first_past_the_post - } - } - - random_owned = { - limit = { owner = { FROM = { voting_system = jefferson_method } } } - owner = { - political_reform = jefferson_method - } - } - - random_owned = { - limit = { owner = { FROM = { voting_system = proportional_representation } } } - owner = { - political_reform = proportional_representation - } - } - ########Vote Franchise - random_owned = { - limit = { owner = { FROM = { vote_franschise = none_voting } } } - owner = { - political_reform = none_voting - } - } - - random_owned = { - limit = { owner = { FROM = { vote_franschise = landed_voting } } } - owner = { - political_reform = landed_voting - } - } - - random_owned = { - limit = { owner = { FROM = { vote_franschise = wealth_weighted_voting } } } - owner = { - political_reform = wealth_weighted_voting - } - } - - random_owned = { - limit = { owner = { FROM = { vote_franschise = wealth_voting } } } - owner = { - political_reform = wealth_voting - } - } - - random_owned = { - limit = { owner = { FROM = { vote_franschise = universal_weighted_voting } } } - owner = { - political_reform = universal_weighted_voting - } - } - - random_owned = { - limit = { owner = { FROM = { vote_franschise = universal_voting } } } - owner = { - political_reform = universal_voting - } - } - ########Political Parties - random_owned = { - limit = { owner = { FROM = { political_parties = underground_parties } } } - owner = { - political_reform = underground_parties - } - } - random_owned = { - limit = { owner = { FROM = { political_parties = harassment } } } - owner = { - political_reform = harassment - } - } - - random_owned = { - limit = { owner = { FROM = { political_parties = gerrymandering } } } - owner = { - political_reform = gerrymandering - } - } - - random_owned = { - limit = { owner = { FROM = { political_parties = non_secret_ballots } } } - owner = { - political_reform = non_secret_ballots - } - } - - random_owned = { - limit = { owner = { FROM = { political_parties = secret_ballots } } } - owner = { - political_reform = secret_ballots - } - } - ########Upper House Composition - random_owned = { - limit = { owner = { FROM = { upper_house_composition = party_appointed } } } - owner = { - political_reform = party_appointed - } - } - - random_owned = { - limit = { owner = { FROM = { upper_house_composition = appointed } } } - owner = { - political_reform = appointed - } - } - - random_owned = { - limit = { owner = { FROM = { upper_house_composition = state_equal_weight } } } - owner = { - political_reform = state_equal_weight - } - } - - random_owned = { - limit = { owner = { FROM = { upper_house_composition = population_equal_weight } } } - owner = { - political_reform = population_equal_weight - } - } - ########Trade Unions - random_owned = { - limit = { owner = { FROM = { trade_unions = no_trade_unions } } } - owner = { - political_reform = no_trade_unions - } - } - - random_owned = { - limit = { owner = { FROM = { trade_unions = state_controlled } } } - owner = { - political_reform = state_controlled - } - } - - random_owned = { - limit = { owner = { FROM = { trade_unions = non_socialist } } } - owner = { - political_reform = non_socialist - } - } - - random_owned = { - limit = { owner = { FROM = { trade_unions = all_trade_unions } } } - owner = { - political_reform = all_trade_unions - } - } - ########Child Labor - # random_owned = { - # limit = { owner = { FROM = { child_labor = child_labor_legal } } } - # owner = { - # social_reform = child_labor_legal - # } - # } - random_owned = { - limit = { owner = { FROM = { child_labor = child_labor_restricted } } } - owner = { - social_reform = child_labor_restricted - } - } - random_owned = { - limit = { owner = { FROM = { child_labor = child_labor_illegal } } } - owner = { - social_reform = child_labor_illegal - } - } - random_country = { - limit = { - is_greater_power = yes - tag = FROM - } - diplomatic_influence = { who = THIS value = 400 } - } - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = FROM } - } - diplomatic_influence = { who = THIS value = -100 } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { tag = FROM } - } - leave_alliance = THIS - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - location = { is_core = THIS } - } - militancy = 4 - } - any_owned = { - limit = { is_core = THIS } - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - } - #Give back cores now that the puppet is made. made to avoid a bug with creating vassals. - any_owned = { - limit = { has_province_modifier = core_when_done } - add_core = FROM - remove_province_modifier = core_when_done - } - } + id = 19370 + title = "EVTNAME19370" #The $FROMCOUNTRY$ Overlords + desc = "EVTDESC19370" + news = yes + news_desc_long = "EVTDESC19370_NEWS_LONG" + news_desc_medium = "EVTDESC19370_NEWS_MEDIUM" + news_desc_short = "EVTDESC19370_NEWS_SHORT" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT19370OPTA" + FROM = { create_vassal = THIS } + random_owned = { + limit = { + FROM = { government = fascist_dictatorship } + owner = { + civilized = yes + NOT = { government = fascist_dictatorship } + } + } + owner = { + ruling_party_ideology = fascist + government = fascist_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + } + } + random_owned = { + limit = { + FROM = { government = proletarian_dictatorship } + owner = { + civilized = yes + NOT = { government = proletarian_dictatorship } + } + } + owner = { + ruling_party_ideology = communist + government = proletarian_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + nationalize = yes + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + } + } + random_owned = { + limit = { + FROM = { government = bourgeois_dictatorship } + owner = { + civilized = yes + NOT = { government = bourgeois_dictatorship } + } + } + owner = { + ruling_party_ideology = anarcho_liberal + government = bourgeois_dictatorship + political_reform = universal_voting + political_reform = party_appointed + political_reform = yes_meeting + political_reform = free_press + political_reform = all_trade_unions + political_reform = underground_parties + social_reform = no_minimum_wage + social_reform = no_work_hour_limit + social_reform = no_safety + social_reform = no_subsidies + social_reform = no_pensions + social_reform = no_health_care + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + } + } + random_owned = { + limit = { + FROM = { + OR = { + government = democracy + government = hms_government + } + } + owner = { + civilized = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + } + } + owner = { + government = hms_government + random_owned = { + limit = { + owner = { NOT = { vote_franschise = universal_voting } } + } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + political_parties = gerrymandering + } + } + } + owner = { political_reform = non_secret_ballots } + } + random_owned = { + limit = { + owner = { upper_house_composition = party_appointed } + } + owner = { political_reform = appointed } + } + + add_country_modifier = { + name = national_confusion + duration = 365 + } + election = yes + } + } + random_owned = { + limit = { + FROM = { + OR = { + government = democracy + government = hms_government + } + } + owner = { + civilized = yes + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + } + } + } + owner = { + government = democracy + random_owned = { + limit = { + owner = { NOT = { vote_franschise = universal_voting } } + } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + political_parties = gerrymandering + } + } + } + owner = { political_reform = non_secret_ballots } + } + random_owned = { + limit = { + owner = { upper_house_composition = party_appointed } + } + owner = { political_reform = appointed } + } + + add_country_modifier = { + name = national_confusion + duration = 365 + } + election = yes + } + } + random_owned = { + limit = { + FROM = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + } + owner = { + civilized = yes + NOT = { government = absolute_monarchy } + NOT = { government = prussian_constitutionalism } + } + } + owner = { + government = absolute_monarchy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = appointed + political_reform = underground_parties + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + } + } + random_owned = { + limit = { + FROM = { government = presidential_dictatorship } + owner = { + civilized = yes + NOT = { government = presidential_dictatorship } + } + } + owner = { + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = appointed + political_reform = no_meeting + political_reform = state_press + political_reform = underground_parties + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + } + } + random_owned = { + limit = { + owner = { FROM = { slavery = no_slavery } } + } + owner = { + political_reform = no_slavery + } + } + ########Meetings + random_owned = { + limit = { + owner = { FROM = { public_meetings = no_meeting } } + } + owner = { + political_reform = no_meeting + } + } + + random_owned = { + limit = { + owner = { FROM = { public_meetings = yes_meeting } } + } + owner = { + political_reform = yes_meeting + } + } + ########Debt Law + random_owned = { + limit = { + owner = { FROM = { debt_law = peonage } } + } + owner = { + political_reform = peonage + } + } + + random_owned = { + limit = { + owner = { FROM = { debt_law = debtors_prisons } } + } + owner = { + political_reform = debtors_prisons + } + } + + random_owned = { + limit = { + owner = { FROM = { debt_law = bankruptcy } } + } + owner = { + political_reform = bankruptcy + } + } + ########Press Rights + random_owned = { + limit = { owner = { FROM = { press_rights = state_press } } } + owner = { + political_reform = state_press + } + } + + random_owned = { + limit = { owner = { FROM = { press_rights = censored_press } } } + owner = { + political_reform = censored_press + } + } + + random_owned = { + limit = { owner = { FROM = { press_rights = free_press } } } + owner = { + political_reform = free_press + } + } + ########Voting System + random_owned = { + limit = { owner = { FROM = { voting_system = first_past_the_post } } } + owner = { + political_reform = first_past_the_post + } + } + + random_owned = { + limit = { owner = { FROM = { voting_system = jefferson_method } } } + owner = { + political_reform = jefferson_method + } + } + + random_owned = { + limit = { owner = { FROM = { voting_system = proportional_representation } } } + owner = { + political_reform = proportional_representation + } + } + ########Vote Franchise + random_owned = { + limit = { owner = { FROM = { vote_franschise = none_voting } } } + owner = { + political_reform = none_voting + } + } + + random_owned = { + limit = { owner = { FROM = { vote_franschise = landed_voting } } } + owner = { + political_reform = landed_voting + } + } + + random_owned = { + limit = { owner = { FROM = { vote_franschise = wealth_weighted_voting } } } + owner = { + political_reform = wealth_weighted_voting + } + } + + random_owned = { + limit = { owner = { FROM = { vote_franschise = wealth_voting } } } + owner = { + political_reform = wealth_voting + } + } + + random_owned = { + limit = { owner = { FROM = { vote_franschise = universal_weighted_voting } } } + owner = { + political_reform = universal_weighted_voting + } + } + + random_owned = { + limit = { owner = { FROM = { vote_franschise = universal_voting } } } + owner = { + political_reform = universal_voting + } + } + ########Political Parties + random_owned = { + limit = { owner = { FROM = { political_parties = underground_parties } } } + owner = { + political_reform = underground_parties + } + } + random_owned = { + limit = { owner = { FROM = { political_parties = harassment } } } + owner = { + political_reform = harassment + } + } + + random_owned = { + limit = { owner = { FROM = { political_parties = gerrymandering } } } + owner = { + political_reform = gerrymandering + } + } + + random_owned = { + limit = { owner = { FROM = { political_parties = non_secret_ballots } } } + owner = { + political_reform = non_secret_ballots + } + } + + random_owned = { + limit = { owner = { FROM = { political_parties = secret_ballots } } } + owner = { + political_reform = secret_ballots + } + } + ########Upper House Composition + random_owned = { + limit = { owner = { FROM = { upper_house_composition = party_appointed } } } + owner = { + political_reform = party_appointed + } + } + + random_owned = { + limit = { owner = { FROM = { upper_house_composition = appointed } } } + owner = { + political_reform = appointed + } + } + + random_owned = { + limit = { owner = { FROM = { upper_house_composition = state_equal_weight } } } + owner = { + political_reform = state_equal_weight + } + } + + random_owned = { + limit = { owner = { FROM = { upper_house_composition = population_equal_weight } } } + owner = { + political_reform = population_equal_weight + } + } + ########Trade Unions + random_owned = { + limit = { owner = { FROM = { trade_unions = no_trade_unions } } } + owner = { + political_reform = no_trade_unions + } + } + + random_owned = { + limit = { owner = { FROM = { trade_unions = state_controlled } } } + owner = { + political_reform = state_controlled + } + } + + random_owned = { + limit = { owner = { FROM = { trade_unions = non_socialist } } } + owner = { + political_reform = non_socialist + } + } + + random_owned = { + limit = { owner = { FROM = { trade_unions = all_trade_unions } } } + owner = { + political_reform = all_trade_unions + } + } + ########Child Labor + # random_owned = { + # limit = { owner = { FROM = { child_labor = child_labor_legal } } } + # owner = { + # social_reform = child_labor_legal + # } + # } + random_owned = { + limit = { owner = { FROM = { child_labor = child_labor_restricted } } } + owner = { + social_reform = child_labor_restricted + } + } + random_owned = { + limit = { owner = { FROM = { child_labor = child_labor_illegal } } } + owner = { + social_reform = child_labor_illegal + } + } + random_country = { + limit = { + is_greater_power = yes + tag = FROM + } + diplomatic_influence = { who = THIS value = 400 } + } + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = FROM } + } + diplomatic_influence = { who = THIS value = -100 } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { tag = FROM } + } + leave_alliance = THIS + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + location = { is_core = THIS } + } + militancy = 4 + } + any_owned = { + limit = { is_core = THIS } + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + } + #Give back cores now that the puppet is made. made to avoid a bug with creating vassals. + any_owned = { + limit = { has_province_modifier = core_when_done } + add_core = FROM + remove_province_modifier = core_when_done + } + } } country_event = { - id = 81002212 - title = "EVTNAME81002212" - desc = "EVTDESC81002212" - picture = "deliberation" - - trigger = { - has_country_modifier = neutrality_modifier - NOT = { - badboy = 1 - is_greater_power = yes - any_owned_province = { NOT = { is_core = THIS } } - colonial_nation = yes - } - war = yes - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT81002212OPTA" - any_country = { - limit = { war_with = THIS } - end_war = THIS - } - any_country = { - limit = { alliance_with = THIS } - leave_alliance = THIS - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT81002212OPTB" - set_country_flag = abandoned_neutrality - prestige = -20 - remove_country_modifier = neutrality_modifier - ai_chance = { - factor = 0 - } - } + id = 81002212 + title = "EVTNAME81002212" + desc = "EVTDESC81002212" + picture = "deliberation" + + trigger = { + has_country_modifier = neutrality_modifier + NOT = { + badboy = 1 + is_greater_power = yes + any_owned_province = { NOT = { is_core = THIS } } + colonial_nation = yes + } + war = yes + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT81002212OPTA" + any_country = { + limit = { war_with = THIS } + end_war = THIS + } + any_country = { + limit = { alliance_with = THIS } + leave_alliance = THIS + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT81002212OPTB" + set_country_flag = abandoned_neutrality + prestige = -20 + remove_country_modifier = neutrality_modifier + ai_chance = { + factor = 0 + } + } } #Titanic Sinks country_event = { - id = 81002213 - title = "EVTNAME81002213" - desc = "EVTDESC81002213" - news = yes - news_desc_long = "EVTDESC81002213_NEWS_LONG" - news_desc_medium = "EVTDESC81002213_NEWS_MEDIUM" - news_desc_short = "EVTDESC81002213_NEWS_SHORT" - picture = "titanic_sinks" - - trigger = { - has_country_flag = titanic_sinks - } - - fire_only_once = yes - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT81002213OPTA" - clr_country_flag = titanic_sinks - prestige = -25 - any_pop = { consciousness = 1 } - } + id = 81002213 + title = "EVTNAME81002213" + desc = "EVTDESC81002213" + news = yes + news_desc_long = "EVTDESC81002213_NEWS_LONG" + news_desc_medium = "EVTDESC81002213_NEWS_MEDIUM" + news_desc_short = "EVTDESC81002213_NEWS_SHORT" + picture = "titanic_sinks" + + trigger = { + has_country_flag = titanic_sinks + } + + fire_only_once = yes + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT81002213OPTA" + clr_country_flag = titanic_sinks + prestige = -25 + any_pop = { consciousness = 1 } + } } #Titanic Doesn't Sink country_event = { - id = 81002214 - title = "EVTNAME81002214" - desc = "EVTDESC81002214" - news = yes - news_desc_long = "EVTDESC81002214" - news_desc_medium = "EVTDESC81002214" - news_desc_short = "EVTDESC81002214" - picture = "titanic_arrives" - - trigger = { - has_country_flag = titanic_arrives - } - - fire_only_once = yes - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT81002214OPTA" - clr_country_flag = titanic_arrives - prestige = 25 - random_country = { - limit = { - prestige = 10 - NOT = { tag = HAI } - capital_scope = { continent = north_america } - OR = { - is_greater_power = yes - NOT = { any_greater_power = { capital_scope = { continent = north_america } } } - } - } - relation = { who = THIS value = 50 } - } - } + id = 81002214 + title = "EVTNAME81002214" + desc = "EVTDESC81002214" + news = yes + news_desc_long = "EVTDESC81002214" + news_desc_medium = "EVTDESC81002214" + news_desc_short = "EVTDESC81002214" + picture = "titanic_arrives" + + trigger = { + has_country_flag = titanic_arrives + } + + fire_only_once = yes + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT81002214OPTA" + clr_country_flag = titanic_arrives + prestige = 25 + random_country = { + limit = { + prestige = 10 + NOT = { tag = HAI } + capital_scope = { continent = north_america } + OR = { + is_greater_power = yes + NOT = { any_greater_power = { capital_scope = { continent = north_america } } } + } + } + relation = { who = THIS value = 50 } + } + } } # World wars country_event = { - id = 19356 - news = yes - news_desc_long = "EVTDESC19356_NEWS_LONG" - news_desc_medium = "EVTDESC19356_NEWS_MEDIUM" - news_desc_short = "EVTDESC19356_NEWS_SHORT" - title = "EVTNAME19356" - desc = "EVTDESC19356" - major = yes - picture = "greatpowers" - - fire_only_once = yes - - trigger = { - world_wars_enabled = no - great_wars_enabled = yes - NOT = { has_global_flag = world_wars_enabled } - year = 1905 - mass_politics = 1 - } - - mean_time_to_happen = { - months = 8 - } - - option = { - name = "EVTOPTA19356" - world_wars_enabled = yes - set_global_flag = world_wars_enabled - } + id = 19356 + news = yes + news_desc_long = "EVTDESC19356_NEWS_LONG" + news_desc_medium = "EVTDESC19356_NEWS_MEDIUM" + news_desc_short = "EVTDESC19356_NEWS_SHORT" + title = "EVTNAME19356" + desc = "EVTDESC19356" + major = yes + picture = "greatpowers" + + fire_only_once = yes + + trigger = { + world_wars_enabled = no + great_wars_enabled = yes + NOT = { has_global_flag = world_wars_enabled } + year = 1905 + mass_politics = 1 + } + + mean_time_to_happen = { + months = 8 + } + + option = { + name = "EVTOPTA19356" + world_wars_enabled = yes + set_global_flag = world_wars_enabled + } } #Tangier Protocol country_event = { - id = 81002215 - title = "EVTNAME81002215" - desc = "EVTDESC81002215" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVTOPTA81002215" #we agree - set_country_flag = agreed_to_tangier_protocol - FROM = { change_variable = { which = yes_to_tangier value = 1 } } - ai_chance = { - factor = 0.7 - modifier = { factor = 0.5 owns = 1686 } - modifier = { factor = 1.2 relation = { who = FROM value = 100 } } - modifier = { factor = 2 in_sphere = FROM } - } - } - - option = { - name = "EVTOPTB81002215" #we disagree - relation = { who = FROM value = -50 } - FROM = { change_variable = { which = no_to_tangier value = 1 } } - ai_chance = { - factor = 0.3 - modifier = { factor = 1.5 owns = 1686 } - modifier = { factor = 0.8 relation = { who = FROM value = 100 } } - modifier = { factor = 0 in_sphere = FROM } - modifier = { factor = 0 vassal_of = FROM } - } - } + id = 81002215 + title = "EVTNAME81002215" + desc = "EVTDESC81002215" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVTOPTA81002215" #we agree + set_country_flag = agreed_to_tangier_protocol + FROM = { change_variable = { which = yes_to_tangier value = 1 } } + ai_chance = { + factor = 0.7 + modifier = { factor = 0.5 owns = 1686 } + modifier = { factor = 1.2 relation = { who = FROM value = 100 } } + modifier = { factor = 2 in_sphere = FROM } + } + } + + option = { + name = "EVTOPTB81002215" #we disagree + relation = { who = FROM value = -50 } + FROM = { change_variable = { which = no_to_tangier value = 1 } } + ai_chance = { + factor = 0.3 + modifier = { factor = 1.5 owns = 1686 } + modifier = { factor = 0.8 relation = { who = FROM value = 100 } } + modifier = { factor = 0 in_sphere = FROM } + modifier = { factor = 0 vassal_of = FROM } + } + } } #Tangier Protocol - Success country_event = { - id = 81002216 - title = "EVTNAME81002216" - desc = "EVTDESC81002216" - major = yes - - fire_only_once = yes - - trigger = { - check_variable = { which = yes_to_tangier value = 2.99 } - NOT = { check_variable = { which = no_to_tangier value = 3.99 } } - has_country_flag = called_the_tangier_protocol - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVTOPTA81002216" - prestige = 10 - random_owned = { - limit = { owner = { has_country_flag = agreed_to_tangier_protocol } province_id = 1686 } - owner = { - 1686 = { secede_province = MOR } - clr_country_flag = agreed_to_tangier_protocol - } - } - random_country = { - limit = { exists = yes tag = MOR } - government = hms_government - civilized = yes - THIS = { create_vassal = MOR relation = { who = MOR value = 200 } } - } - any_country = { - limit = { has_country_flag = agreed_to_tangier_protocol } - diplomatic_influence = { who = MOR value = 50 } - relation = { who = MOR value = 200 } - clr_country_flag = agreed_to_tangier_protocol - } - random_country = { - limit = { exists = yes owns = 1686 NOT = { tag = MOR } } - country_event = 81002218 - } - clr_country_flag = agreed_to_tangier_protocol - clr_country_flag = called_the_tangier_protocol - MOR = { - set_country_flag = international_zone - 1686 = { life_rating = 5 } - add_country_modifier = { name = international_zone_modifier duration = -1 } - remove_country_modifier = educational_reform - remove_country_modifier = military_reform - remove_country_modifier = western_influences - remove_country_modifier = uncivilized_isolationism - remove_country_modifier = trade_restrictions - remove_country_modifier = sayings_of_the_dutch - remove_country_modifier = rangaku - remove_country_modifier = sakoku - clr_country_flag = using_foreign_weapons - clr_country_flag = using_foreign_artillery - clr_country_flag = using_foreign_ships - clr_country_flag = using_foreign_shipyards - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - any_owned = { - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = kettler_denkmal - remove_province_modifier = extraterritoriality_granted - remove_province_modifier = boxer_presence - remove_province_modifier = boxer_agitation - } - } - } + id = 81002216 + title = "EVTNAME81002216" + desc = "EVTDESC81002216" + major = yes + + fire_only_once = yes + + trigger = { + check_variable = { which = yes_to_tangier value = 2.99 } + NOT = { check_variable = { which = no_to_tangier value = 3.99 } } + has_country_flag = called_the_tangier_protocol + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVTOPTA81002216" + prestige = 10 + random_owned = { + limit = { owner = { has_country_flag = agreed_to_tangier_protocol } province_id = 1686 } + owner = { + 1686 = { secede_province = MOR } + clr_country_flag = agreed_to_tangier_protocol + } + } + random_country = { + limit = { exists = yes tag = MOR } + government = hms_government + civilized = yes + THIS = { create_vassal = MOR relation = { who = MOR value = 200 } } + } + any_country = { + limit = { has_country_flag = agreed_to_tangier_protocol } + diplomatic_influence = { who = MOR value = 50 } + relation = { who = MOR value = 200 } + clr_country_flag = agreed_to_tangier_protocol + } + random_country = { + limit = { exists = yes owns = 1686 NOT = { tag = MOR } } + country_event = 81002218 + } + clr_country_flag = agreed_to_tangier_protocol + clr_country_flag = called_the_tangier_protocol + MOR = { + set_country_flag = international_zone + 1686 = { life_rating = 5 } + add_country_modifier = { name = international_zone_modifier duration = -1 } + remove_country_modifier = educational_reform + remove_country_modifier = military_reform + remove_country_modifier = western_influences + remove_country_modifier = uncivilized_isolationism + remove_country_modifier = trade_restrictions + remove_country_modifier = sayings_of_the_dutch + remove_country_modifier = rangaku + remove_country_modifier = sakoku + clr_country_flag = using_foreign_weapons + clr_country_flag = using_foreign_artillery + clr_country_flag = using_foreign_ships + clr_country_flag = using_foreign_shipyards + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + any_owned = { + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = kettler_denkmal + remove_province_modifier = extraterritoriality_granted + remove_province_modifier = boxer_presence + remove_province_modifier = boxer_agitation + } + } + } } #Tangier Protocol - Failure country_event = { - id = 81002217 - title = "EVTNAME81002217" - desc = "EVTDESC81002217" - major = yes - - fire_only_once = yes - - trigger = { - OR = { - check_variable = { which = no_to_tangier value = 3.99 } - NOT = { check_variable = { which = yes_to_tangier value = 2.99 } } - } - has_country_flag = called_the_tangier_protocol - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVTOPTA81002217" - prestige_factor = -0.1 - clr_country_flag = called_the_tangier_protocol - clr_country_flag = agreed_to_tangier_protocol - any_country = { - limit = { has_country_flag = agreed_to_tangier_protocol } - clr_country_flag = agreed_to_tangier_protocol - } - } + id = 81002217 + title = "EVTNAME81002217" + desc = "EVTDESC81002217" + major = yes + + fire_only_once = yes + + trigger = { + OR = { + check_variable = { which = no_to_tangier value = 3.99 } + NOT = { check_variable = { which = yes_to_tangier value = 2.99 } } + } + has_country_flag = called_the_tangier_protocol + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVTOPTA81002217" + prestige_factor = -0.1 + clr_country_flag = called_the_tangier_protocol + clr_country_flag = agreed_to_tangier_protocol + any_country = { + limit = { has_country_flag = agreed_to_tangier_protocol } + clr_country_flag = agreed_to_tangier_protocol + } + } } #Tangier Protocol - Ultimatum country_event = { - id = 81002218 - title = "EVTNAME81002215" - desc = "EVTDESC81002218" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVTOPTA81002218" #We concede - badboy = -1 - relation = { who = FROM value = 25 } - random_owned = { - limit = { province_id = 1686 } - secede_province = MOR - } - clr_country_flag = agreed_to_tangier_protocol - FROM = { - create_vassal = MOR - relation = { who = MOR value = 200 } - clr_country_flag = agreed_to_tangier_protocol - } - random_country = { - limit = { exists = yes tag = MOR } - government = hms_government - civilized = yes - } - any_country = { - limit = { has_country_flag = agreed_to_tangier_protocol } - diplomatic_influence = { who = MOR value = 50 } - relation = { who = MOR value = 200 } - clr_country_flag = agreed_to_tangier_protocol - } - ai_chance = { - factor = 0.7 - modifier = { factor = 10 is_greater_power = no } - modifier = { factor = 1.2 relation = { who = FROM value = 100 } } - modifier = { factor = 1.2 in_sphere = FROM } - } - } - - option = { - name = "EVTOPTB81002218" #We will not give it - badboy = 4 - relation = { who = FROM value = -50 } - set_country_flag = holding_tangiers - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR tag = RUS } - } - casus_belli = { target = THIS type = cut_down_to_size months = 36 } - } - MOR = { government = hms_government civilized = yes } - ai_chance = { - factor = 0.3 - modifier = { factor = 0.5 is_greater_power = no } - modifier = { factor = 1.2 NOT = { relation = { who = FROM value = 0 } } } - modifier = { factor = 0 in_sphere = FROM } - modifier = { factor = 0 vassal_of = FROM } - modifier = { factor = 0 is_disarmed = yes } - modifier = { factor = 0.5 NOT = { military_score = 100 } } - } - } + id = 81002218 + title = "EVTNAME81002215" + desc = "EVTDESC81002218" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVTOPTA81002218" #We concede + badboy = -1 + relation = { who = FROM value = 25 } + random_owned = { + limit = { province_id = 1686 } + secede_province = MOR + } + clr_country_flag = agreed_to_tangier_protocol + FROM = { + create_vassal = MOR + relation = { who = MOR value = 200 } + clr_country_flag = agreed_to_tangier_protocol + } + random_country = { + limit = { exists = yes tag = MOR } + government = hms_government + civilized = yes + } + any_country = { + limit = { has_country_flag = agreed_to_tangier_protocol } + diplomatic_influence = { who = MOR value = 50 } + relation = { who = MOR value = 200 } + clr_country_flag = agreed_to_tangier_protocol + } + ai_chance = { + factor = 0.7 + modifier = { factor = 10 is_greater_power = no } + modifier = { factor = 1.2 relation = { who = FROM value = 100 } } + modifier = { factor = 1.2 in_sphere = FROM } + } + } + + option = { + name = "EVTOPTB81002218" #We will not give it + badboy = 4 + relation = { who = FROM value = -50 } + set_country_flag = holding_tangiers + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR tag = RUS } + } + casus_belli = { target = THIS type = cut_down_to_size months = 36 } + } + MOR = { government = hms_government civilized = yes } + ai_chance = { + factor = 0.3 + modifier = { factor = 0.5 is_greater_power = no } + modifier = { factor = 1.2 NOT = { relation = { who = FROM value = 0 } } } + modifier = { factor = 0 in_sphere = FROM } + modifier = { factor = 0 vassal_of = FROM } + modifier = { factor = 0 is_disarmed = yes } + modifier = { factor = 0.5 NOT = { military_score = 100 } } + } + } } #Copenhagen Convention of 1857 1/6 - Denmark decides what to do country_event = { - id = 810003 - title = "EVTNAME810003" - desc = "EVTDESC810003" - picture = "ships_cross_the_sound_dues" - - is_triggered_only = yes - - option = { - name = "EVTOPTA810003" #We will abolish the sound dues - badboy = -2 - 372 = { trade_goods = grain remove_province_modifier = sound_dues_toll } - set_global_flag = sound_dues_abolished - treasury = 300000 - any_country = { - limit = { - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR } - } - tag = SWE - tag = NOR - tag = RUS - } - } - relation = { who = THIS value = 50 } - } - FROM = { country_event = { id = 810004 days = 7 } } - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB810003" #We will NOT abolish the sound dues - badboy = 3 - prestige = 10 - set_global_flag = sound_dues_resisted - FROM = { country_event = { id = 810007 days = 7 } } - - ai_chance = { - factor = 20 - modifier = { factor = 2 is_greater_power = yes } - modifier = { factor = 0.5 NOT = { military_score = 100 } } - modifier = { - factor = 0 - OR = { - badboy = 0.5 - in_sphere = FROM - vassal_of = FROM - is_disarmed = yes - has_recently_lost_war = yes - } - } - } - } + id = 810003 + title = "EVTNAME810003" + desc = "EVTDESC810003" + picture = "ships_cross_the_sound_dues" + + is_triggered_only = yes + + option = { + name = "EVTOPTA810003" #We will abolish the sound dues + badboy = -2 + 372 = { trade_goods = grain remove_province_modifier = sound_dues_toll } + set_global_flag = sound_dues_abolished + treasury = 300000 + any_country = { + limit = { + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR } + } + tag = SWE + tag = NOR + tag = RUS + } + } + relation = { who = THIS value = 50 } + } + FROM = { country_event = { id = 810004 days = 7 } } + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB810003" #We will NOT abolish the sound dues + badboy = 3 + prestige = 10 + set_global_flag = sound_dues_resisted + FROM = { country_event = { id = 810007 days = 7 } } + + ai_chance = { + factor = 20 + modifier = { factor = 2 is_greater_power = yes } + modifier = { factor = 0.5 NOT = { military_score = 100 } } + modifier = { + factor = 0 + OR = { + badboy = 0.5 + in_sphere = FROM + vassal_of = FROM + is_disarmed = yes + has_recently_lost_war = yes + } + } + } + } } #Copenhagen Convention of 1857 2/6 - Positive response, paying country_event = { - id = 810004 - title = "EVTNAME810004" - desc = "EVTDESC810004" - major = yes - - is_triggered_only = yes - - option = { - name = "EVTOPTA810004" #We will pay our part - prestige = 2 - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - diplomatic_influence = { who = FROM value = 50 } - - random_country = { - limit = { - NOT = { tag = THIS } - tag = ENG - } - country_event = { id = 810005 days = 7 } - } - - random_country = { - limit = { - NOT = { tag = THIS } - tag = RUS - } - country_event = { id = 810005 days = 7 } - } - random_owned = { - limit = { - owner = { - OR = { - tag = RUS - tag = ENG - } - } - } - random_country = { - limit = { - NOT = { tag = THIS } - capital_scope = { continent = europe } - is_greater_power = yes - NOT = { tag = RUS } - NOT = { tag = TUR } - NOT = { tag = ENG } - NOT = { owns = 372 } - OR = { - primary_culture = north_german - is_culture_group = french - is_culture_group = beneluxian - is_culture_group = scandinavian - } - } - country_event = { id = 810005 days = 7 } - } - } - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTB810004" #We will pay everything - prestige = 5 - diplomatic_influence = { who = FROM value = 200 } - random_owned = { - limit = { - owner = { - NOT = { money = 300000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 300 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 300000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 300 } } - } - random_owned = { - limit = { owner = { money = 300000 } } - owner = { treasury = -300000 } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - NOT = { money = 300000 } - } - } - } + id = 810004 + title = "EVTNAME810004" + desc = "EVTDESC810004" + major = yes + + is_triggered_only = yes + + option = { + name = "EVTOPTA810004" #We will pay our part + prestige = 2 + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + diplomatic_influence = { who = FROM value = 50 } + + random_country = { + limit = { + NOT = { tag = THIS } + tag = ENG + } + country_event = { id = 810005 days = 7 } + } + + random_country = { + limit = { + NOT = { tag = THIS } + tag = RUS + } + country_event = { id = 810005 days = 7 } + } + random_owned = { + limit = { + owner = { + OR = { + tag = RUS + tag = ENG + } + } + } + random_country = { + limit = { + NOT = { tag = THIS } + capital_scope = { continent = europe } + is_greater_power = yes + NOT = { tag = RUS } + NOT = { tag = TUR } + NOT = { tag = ENG } + NOT = { owns = 372 } + OR = { + primary_culture = north_german + is_culture_group = french + is_culture_group = beneluxian + is_culture_group = scandinavian + } + } + country_event = { id = 810005 days = 7 } + } + } + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTB810004" #We will pay everything + prestige = 5 + diplomatic_influence = { who = FROM value = 200 } + random_owned = { + limit = { + owner = { + NOT = { money = 300000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 300 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 300000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 300 } } + } + random_owned = { + limit = { owner = { money = 300000 } } + owner = { treasury = -300000 } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + NOT = { money = 300000 } + } + } + } } #Copenhagen Convention of 1857 3/6 - Other GPs decide if they will pay country_event = { - id = 810005 - title = "EVTNAME810005" - desc = "EVTDESC810005" - picture = "ships_cross_the_sound_dues" - - is_triggered_only = yes - - option = { - name = "EVTOPTA810005" #We will pay our part - prestige = 2 - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - random_list = { - 50 = { FROM = { country_event = { id = 810008 days = 7 } } } - 50 = { FROM = { country_event = { id = 810008 days = 8 } } } - } - - ai_chance = { factor = 90 } - } - - option = { - name = "EVTOPTC810005" #We refuse to pay anything - prestige_factor = -0.1 - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -30 } } - 372 = { owner = { relation = { who = THIS value = -75 } } } - FROM = { country_event = { id = 810006 days = 7 } } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - tag = RUS - tag = ENG - } - } - } - } + id = 810005 + title = "EVTNAME810005" + desc = "EVTDESC810005" + picture = "ships_cross_the_sound_dues" + + is_triggered_only = yes + + option = { + name = "EVTOPTA810005" #We will pay our part + prestige = 2 + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + random_list = { + 50 = { FROM = { country_event = { id = 810008 days = 7 } } } + 50 = { FROM = { country_event = { id = 810008 days = 8 } } } + } + + ai_chance = { factor = 90 } + } + + option = { + name = "EVTOPTC810005" #We refuse to pay anything + prestige_factor = -0.1 + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -30 } } + 372 = { owner = { relation = { who = THIS value = -75 } } } + FROM = { country_event = { id = 810006 days = 7 } } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + tag = RUS + tag = ENG + } + } + } + } } #Copenhagen Convention of 1857 4/6 - Other GPs refused to pay - response country_event = { - id = 810006 - title = "EVTNAME810006" - desc = "EVTDESC810006" - picture = "ships_cross_the_sound_dues" - - is_triggered_only = yes - - option = { - name = "EVTOPTA810006" #We will pay their part - prestige = 3 - casus_belli = { target = FROM type = war_reparations months = 48 } relation = { who = FROM value = -150 } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTC810006" #We refuse to pay anything - prestige_factor = -0.1 - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -30 } } - 372 = { owner = { relation = { who = THIS value = -75 } } } - ai_chance = { factor = 0 } - } + id = 810006 + title = "EVTNAME810006" + desc = "EVTDESC810006" + picture = "ships_cross_the_sound_dues" + + is_triggered_only = yes + + option = { + name = "EVTOPTA810006" #We will pay their part + prestige = 3 + casus_belli = { target = FROM type = war_reparations months = 48 } relation = { who = FROM value = -150 } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTC810006" #We refuse to pay anything + prestige_factor = -0.1 + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -30 } } + 372 = { owner = { relation = { who = THIS value = -75 } } } + ai_chance = { factor = 0 } + } } #Copenhagen Convention of 1857 5/6 - Denmark refused to end the Toll - Response country_event = { - id = 810007 - title = "EVTNAME810007" - desc = "EVTDESC810007" - - major = yes - is_triggered_only = yes - - option = { - name = "EVTOPTA810007" - relation = { who = FROM value = -300 } - diplomatic_influence = { who = FROM value = -300 } - casus_belli = { target = FROM type = cut_down_to_size months = 36 } - any_country = { - limit = { - is_vassal = no - exists = yes - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR } - } - tag = SWE - tag = NOR - tag = RUS - AND = { - primary_culture = north_german - is_greater_power = yes - } - } - } - relation = { who = FROM value = -300 } - diplomatic_influence = { who = FROM value = -300 } - casus_belli = { target = FROM type = cut_down_to_size months = 36 } - } - ai_chance = { factor = 100 } - } + id = 810007 + title = "EVTNAME810007" + desc = "EVTDESC810007" + + major = yes + is_triggered_only = yes + + option = { + name = "EVTOPTA810007" + relation = { who = FROM value = -300 } + diplomatic_influence = { who = FROM value = -300 } + casus_belli = { target = FROM type = cut_down_to_size months = 36 } + any_country = { + limit = { + is_vassal = no + exists = yes + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR } + } + tag = SWE + tag = NOR + tag = RUS + AND = { + primary_culture = north_german + is_greater_power = yes + } + } + } + relation = { who = FROM value = -300 } + diplomatic_influence = { who = FROM value = -300 } + casus_belli = { target = FROM type = cut_down_to_size months = 36 } + } + ai_chance = { factor = 100 } + } } #Copenhagen Convention of 1857 6/6 - Denmark refused to end the Toll - Response country_event = { - id = 810008 - title = "EVTNAME810008" - desc = "EVTDESC810008" - picture = "ships_cross_the_sound_dues" - - is_triggered_only = yes - - option = { - name = "EVTOPTA810008" - relation = { who = FROM value = 25 } - } -} + id = 810008 + title = "EVTNAME810008" + desc = "EVTDESC810008" + picture = "ships_cross_the_sound_dues" + + is_triggered_only = yes + option = { + name = "EVTOPTA810008" + relation = { who = FROM value = 25 } + } +} diff --git a/HPM/events/GreatWar_Events.txt b/HPM/events/GreatWar_Events.txt index c676117e..583c9afc 100644 --- a/HPM/events/GreatWar_Events.txt +++ b/HPM/events/GreatWar_Events.txt @@ -1,11832 +1,11860 @@ ### Events 96000-96081 used ######################################################### -# # -# "Great War" Set-up Events # -# # +# # +# "Great War" Set-up Events # +# # ######################################################### #Initiation (GP with Mass Politics declares war on another GP) country_event = { - id = 96000 - title = "EVTNAME96000" #War is Upon Us - desc = "EVTDESC96000" - picture = "greatwar" - - trigger = { - war = yes - OR = { - has_country_flag = dismantle_declared - is_greater_power = yes - AND = { - any_greater_power = { - has_country_flag = in_great_war - alliance_with = THIS - } - any_greater_power = { - has_country_flag = in_great_war - war_with = THIS - } - } - } - OR = { - has_country_flag = coalition_member - mass_politics = 1 - any_greater_power = { - has_country_flag = in_great_war - war_with = THIS - } - } - NOT = { has_country_modifier = great_war } - NOT = { has_country_flag = in_great_war } - any_greater_power = { - war_with = THIS - has_country_flag = in_great_war - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96000" #We shall be victorious! - set_country_flag = in_great_war - war_exhaustion = -20 - any_pop = { - militancy = -3 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - random_country = { - limit = { - THIS = { is_greater_power = yes } - OR = { - is_greater_power = yes - has_country_flag = dismantle_declared - } - war_with = THIS - NOT = { has_country_flag = enemy_of_my_enemy } - } - country_event = 96025 - } - add_country_modifier = { - name = great_war - duration = -1 - } - } + id = 96000 + title = "EVTNAME96000" #War is Upon Us + desc = "EVTDESC96000" + picture = "greatwar" + + trigger = { + war = yes + OR = { + has_country_flag = dismantle_declared + is_greater_power = yes + AND = { + any_greater_power = { + has_country_flag = in_great_war + alliance_with = THIS + } + any_greater_power = { + has_country_flag = in_great_war + war_with = THIS + } + } + } + OR = { + has_country_flag = coalition_member + mass_politics = 1 + any_greater_power = { + has_country_flag = in_great_war + war_with = THIS + } + } + NOT = { has_country_modifier = great_war } + NOT = { has_country_flag = in_great_war } + any_greater_power = { + war_with = THIS + has_country_flag = in_great_war + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96000" #We shall be victorious! + set_country_flag = in_great_war + war_exhaustion = -20 + any_pop = { + militancy = -3 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + random_country = { + limit = { + THIS = { is_greater_power = yes } + OR = { + is_greater_power = yes + has_country_flag = dismantle_declared + } + war_with = THIS + NOT = { has_country_flag = enemy_of_my_enemy } + } + country_event = 96025 + } + add_country_modifier = { + name = great_war + duration = -1 + } + } } #AI Countries involved in a Great War will call in their allies country_event = { - id = 96001 - title = "EVTNAME96001" - desc = "EVTDESC96001" - - trigger = { - ai = yes - war = yes - NOT = { has_country_flag = calling_all_allies } - OR = { - is_greater_power = yes - is_secondary_power = yes - has_country_flag = dismantle_declared - } - OR = { - AND = { - has_country_flag = dismantle_declared - has_country_modifier = great_war - } - AND = { - is_greater_power = yes - has_country_modifier = great_war - } - AND = { - any_greater_power = { - has_country_modifier = great_war - alliance_with = THIS - } - any_greater_power = { - has_country_modifier = great_war - war_with = THIS - } - } - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT96001OPTA" - random_owned = { - limit = { owner = { ai = yes } } - owner = { set_country_flag = calling_all_allies } - } - random_country = { - limit = { - NOT = { has_country_modifier = neutrality_modifier } - alliance_with = THIS - war = no - } - THIS = { - # Audax Validator "." Ignore_NEXT - war = { - attacker_goal = { - casus_belli = call_allies_cb - } - call_ally = yes - } - } - } - } + id = 96001 + title = "EVTNAME96001" + desc = "EVTDESC96001" + + trigger = { + ai = yes + war = yes + NOT = { has_country_flag = calling_all_allies } + OR = { + is_greater_power = yes + is_secondary_power = yes + has_country_flag = dismantle_declared + } + OR = { + AND = { + has_country_flag = dismantle_declared + has_country_modifier = great_war + } + AND = { + is_greater_power = yes + has_country_modifier = great_war + } + AND = { + any_greater_power = { + has_country_modifier = great_war + alliance_with = THIS + } + any_greater_power = { + has_country_modifier = great_war + war_with = THIS + } + } + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT96001OPTA" + random_owned = { + limit = { owner = { ai = yes } } + owner = { set_country_flag = calling_all_allies } + } + random_country = { + limit = { + NOT = { has_country_modifier = neutrality_modifier } + alliance_with = THIS + war = no + } + THIS = { + # Audax Validator "." Ignore_NEXT + war = { + attacker_goal = { + casus_belli = call_allies_cb + } + call_ally = yes + } + } + } + } } #Candidate for "on_action" country_event = { - id = 96003 - title = "EVTNAME96003" - desc = "EVTDESC96003" - - trigger = { - ai = yes - war = yes - has_country_flag = calling_all_allies - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT96003OPTA" - clr_country_flag = calling_all_allies - clr_country_flag = enemy_of_my_enemy - random_country = { - limit = { - ai = yes - THIS = { is_greater_power = yes } - is_greater_power = yes - war_with = THIS - NOT = { has_country_flag = enemy_of_my_enemy } - } - country_event = 96025 - } - } + id = 96003 + title = "EVTNAME96003" + desc = "EVTDESC96003" + + trigger = { + ai = yes + war = yes + has_country_flag = calling_all_allies + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT96003OPTA" + clr_country_flag = calling_all_allies + clr_country_flag = enemy_of_my_enemy + random_country = { + limit = { + ai = yes + THIS = { is_greater_power = yes } + is_greater_power = yes + war_with = THIS + NOT = { has_country_flag = enemy_of_my_enemy } + } + country_event = 96025 + } + } } country_event = { - id = 96004 - title = "EVTNAME96004" #The Demands of War - desc = "EVTDESC96004" - picture = "food_shortage" - - trigger = { - war = yes - has_country_modifier = great_war - NOT = { has_country_modifier = great_war2 } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.5 - NOT = { national_provinces_occupied = .05 } - any_greater_power = { - has_country_modifier = great_war - war_with = THIS - national_provinces_occupied = .05 - } - } - modifier = { - factor = 0.5 - national_provinces_occupied = .25 - NOT = { national_provinces_occupied = .50 } - } - modifier = { - factor = 0.25 - national_provinces_occupied = .50 - } - modifier = { - factor = 0.8 - war_exhaustion = 20 - } - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - blockade = 0.25 - NOT = { blockade = 0.50 } - } - modifier = { - factor = 0.8 - blockade = 0.50 - NOT = { blockade = 1 } - } - modifier = { - factor = 0.5 - blockade = 1 - } - modifier = { - factor = 0.8 - revolt_percentage = 0.25 - } - modifier = { - factor = 0.8 - NOT = { total_amount_of_divisions = 1 } - } - } - - option = { - name = "EVTOPTA96004" #We will win this war! - remove_country_modifier = great_war - add_country_modifier = { - name = great_war2 - duration = -1 - } - any_pop = { - dominant_issue = { - factor = 0.02 - value = pacifism - } - } - } + id = 96004 + title = "EVTNAME96004" #The Demands of War + desc = "EVTDESC96004" + picture = "food_shortage" + + trigger = { + war = yes + has_country_modifier = great_war + NOT = { has_country_modifier = great_war2 } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.5 + NOT = { national_provinces_occupied = .05 } + any_greater_power = { + has_country_modifier = great_war + war_with = THIS + national_provinces_occupied = .05 + } + } + modifier = { + factor = 0.5 + national_provinces_occupied = .25 + NOT = { national_provinces_occupied = .50 } + } + modifier = { + factor = 0.25 + national_provinces_occupied = .50 + } + modifier = { + factor = 0.8 + war_exhaustion = 20 + } + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + blockade = 0.25 + NOT = { blockade = 0.50 } + } + modifier = { + factor = 0.8 + blockade = 0.50 + NOT = { blockade = 1 } + } + modifier = { + factor = 0.5 + blockade = 1 + } + modifier = { + factor = 0.8 + revolt_percentage = 0.25 + } + modifier = { + factor = 0.8 + NOT = { total_amount_of_divisions = 1 } + } + } + + option = { + name = "EVTOPTA96004" #We will win this war! + remove_country_modifier = great_war + add_country_modifier = { + name = great_war2 + duration = -1 + } + any_pop = { + dominant_issue = { + factor = 0.02 + value = pacifism + } + } + } } country_event = { - id = 96005 - title = "EVTNAME96005" #Is It All For Nothing? - desc = "EVTDESC96005" - picture = "demonstration" - - trigger = { - war = yes - has_country_modifier = great_war2 - NOT = { has_country_modifier = great_war3 } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.5 - NOT = { national_provinces_occupied = .05 } - any_greater_power = { - has_country_modifier = great_war - war_with = THIS - national_provinces_occupied = .05 - } - } - modifier = { - factor = 0.5 - national_provinces_occupied = .25 - NOT = { national_provinces_occupied = .50 } - } - modifier = { - factor = 0.25 - national_provinces_occupied = .50 - } - modifier = { - factor = 0.8 - war_exhaustion = 20 - } - modifier = { - factor = 0.8 - war_exhaustion = 40 - } - modifier = { - factor = 0.8 - blockade = 0.25 - NOT = { blockade = 0.50 } - } - modifier = { - factor = 0.8 - blockade = 0.50 - NOT = { blockade = 1 } - } - modifier = { - factor = 0.5 - blockade = 1 - } - modifier = { - factor = 0.8 - revolt_percentage = 0.25 - } - modifier = { - factor = 0.8 - NOT = { total_amount_of_divisions = 1 } - } - } - - option = { - name = "EVTOPTA96005" #Do not lose hope! - remove_country_modifier = great_war2 - any_pop = { - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - add_country_modifier = { - name = great_war3 - duration = 365 - } - } + id = 96005 + title = "EVTNAME96005" #Is It All For Nothing? + desc = "EVTDESC96005" + picture = "demonstration" + + trigger = { + war = yes + has_country_modifier = great_war2 + NOT = { has_country_modifier = great_war3 } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.5 + NOT = { national_provinces_occupied = .05 } + any_greater_power = { + has_country_modifier = great_war + war_with = THIS + national_provinces_occupied = .05 + } + } + modifier = { + factor = 0.5 + national_provinces_occupied = .25 + NOT = { national_provinces_occupied = .50 } + } + modifier = { + factor = 0.25 + national_provinces_occupied = .50 + } + modifier = { + factor = 0.8 + war_exhaustion = 20 + } + modifier = { + factor = 0.8 + war_exhaustion = 40 + } + modifier = { + factor = 0.8 + blockade = 0.25 + NOT = { blockade = 0.50 } + } + modifier = { + factor = 0.8 + blockade = 0.50 + NOT = { blockade = 1 } + } + modifier = { + factor = 0.5 + blockade = 1 + } + modifier = { + factor = 0.8 + revolt_percentage = 0.25 + } + modifier = { + factor = 0.8 + NOT = { total_amount_of_divisions = 1 } + } + } + + option = { + name = "EVTOPTA96005" #Do not lose hope! + remove_country_modifier = great_war2 + any_pop = { + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + add_country_modifier = { + name = great_war3 + duration = 365 + } + } } country_event = { - id = 96006 - title = "EVTNAME96006" #Total Collapse - desc = "EVTDESC96006" - news = yes - news_title = "EVTNAME96006_NEWS_TITLE" - news_desc_long = "EVTDESC96006_NEWS_LONG" - news_desc_medium = "EVTDESC96006_NEWS_MEDIUM" - news_desc_short = "EVTDESC96006_NEWS_SHORT" - picture = "rebellion" - - trigger = { - war = yes - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - } - OR = { - AND = { - any_owned_province = { - is_capital = yes - controlled_by = THIS - } - national_provinces_occupied = .75 - } - AND = { - any_owned_province = { - is_capital = yes - NOT = { controlled_by = THIS } - } - national_provinces_occupied = .50 - } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96006" #Disaster! - set_country_flag = total_collapse - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 30 - add_country_modifier = { - name = no_more_war - duration = 1095 - } - any_pop = { - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - } -} + id = 96006 + title = "EVTNAME96006" #Total Collapse + desc = "EVTDESC96006" + news = yes + news_title = "EVTNAME96006_NEWS_TITLE" + news_desc_long = "EVTDESC96006_NEWS_LONG" + news_desc_medium = "EVTDESC96006_NEWS_MEDIUM" + news_desc_short = "EVTDESC96006_NEWS_SHORT" + picture = "rebellion" + + trigger = { + war = yes + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + } + OR = { + AND = { + any_owned_province = { + is_capital = yes + controlled_by = THIS + } + national_provinces_occupied = .75 + } + AND = { + any_owned_province = { + is_capital = yes + NOT = { controlled_by = THIS } + } + national_provinces_occupied = .50 + } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96006" #Disaster! + set_country_flag = total_collapse + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 30 + add_country_modifier = { + name = no_more_war + duration = 1095 + } + any_pop = { + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + } +} ######################################################### -# # -# End of the Great War # -# # +# # +# End of the Great War # +# # ######################################################### # Generic "dismantling" of Great Powers who are disarmed after a Great War country_event = { - id = 96010 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - OR = { - is_greater_power = yes - is_secondary_power = yes - colonial_nation = yes - } - NOT = { - tag = GER - tag = NGF - tag = SGF - tag = PRU - tag = RUS - tag = USA - tag = ENG - tag = FRA - tag = AUS - tag = KUK - tag = DNB - tag = TUR - tag = JAP - tag = TKG - } - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = in_great_war - clr_country_flag = calling_all_allies - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - clr_country_flag = will_not_surrender - clr_country_flag = dismantling_treaty - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { owner = { has_country_modifier = international_pariah } } - owner = { clr_global_flag = ultimatum_refused } - } - - #prestige hit - prestige_factor = -0.5 - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #release Czechoslovakia, if possible - any_country = { - limit = { - tag = CZH - exists = no - THIS = { - owns = 625 - owns = 633 - } - NOT = { exists = BOH } - NOT = { exists = SLV } - } - set_global_flag = czechoslovakia_formed - BOH = { all_core = { add_core = CZH } } - SLV = { all_core = { add_core = CZH } } - 2584 = { add_core = CZH } - 689 = { add_core = CZH } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { - AND = { - is_primary_culture = THIS - culture_has_union_tag = yes - } - } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - is_primary_culture = THIS - culture_has_union_tag = yes - } - random = { - chance = 50 - country_event = 96018 - } - } - - #give cores back to neighboring, non-allied countries - any_neighbor_country = { - limit = { - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { this_culture_union = THIS } - } - country_event = 96013 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - # #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # exists = yes - # has_recently_lost_war = no - # is_vassal = no - # any_owned_province = { has_building = naval_base } - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # exists = yes - # has_recently_lost_war = no - # is_vassal = no - # any_owned_province = { has_building = naval_base } - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # exists = yes - # has_recently_lost_war = no - # is_vassal = no - # any_owned_province = { has_building = naval_base } - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } + id = 96010 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + OR = { + is_greater_power = yes + is_secondary_power = yes + colonial_nation = yes + } + NOT = { + tag = GER + tag = NGF + tag = SGF + tag = PRU + tag = RUS + tag = USA + tag = ENG + tag = FRA + tag = AUS + tag = KUK + tag = DNB + tag = TUR + tag = JAP + tag = TKG + } + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = in_great_war + clr_country_flag = calling_all_allies + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + clr_country_flag = will_not_surrender + clr_country_flag = dismantling_treaty + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { owner = { has_country_modifier = international_pariah } } + owner = { clr_global_flag = ultimatum_refused } + } + + #prestige hit + prestige_factor = -0.5 + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #release Czechoslovakia, if possible + any_country = { + limit = { + tag = CZH + exists = no + THIS = { + owns = 625 + owns = 633 + } + NOT = { exists = BOH } + NOT = { exists = SLV } + } + set_global_flag = czechoslovakia_formed + BOH = { all_core = { add_core = CZH } } + SLV = { all_core = { add_core = CZH } } + 2584 = { add_core = CZH } + 689 = { add_core = CZH } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { + AND = { + is_primary_culture = THIS + culture_has_union_tag = yes + } + } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + is_primary_culture = THIS + culture_has_union_tag = yes + } + random = { + chance = 50 + country_event = 96018 + } + } + + #give cores back to neighboring, non-allied countries + any_neighbor_country = { + limit = { + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { this_culture_union = THIS } + } + country_event = 96013 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + # #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # exists = yes + # has_recently_lost_war = no + # is_vassal = no + # any_owned_province = { has_building = naval_base } + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # exists = yes + # has_recently_lost_war = no + # is_vassal = no + # any_owned_province = { has_building = naval_base } + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # exists = yes + # has_recently_lost_war = no + # is_vassal = no + # any_owned_province = { has_building = naval_base } + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } } # Player GP's get first pick of colonies/overseas territories country_event = { - - id = 96011 - title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96016" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96016" #We will take what we can - clr_country_flag = not_want_colonies - badboy = 2 - FROM = { - any_owned = { - limit = { - NOT = { is_core = FROM } - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - } - random_list = { - 50 = { secede_province = THIS } - 50 = { } - } - } - country_event = 96019 - } - } - - option = { - name = "EVTOPTB96016" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power - clr_country_flag = not_want_colonies - badboy = 1 - FROM = { - any_owned = { - limit = { - NOT = { is_core = FROM } - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - } - random_list = { - 25 = { secede_province = THIS } - 75 = { } - } - } - country_event = 96019 - } - } - - option = { - name = "EVTOPTC96016" #We have no interest in their colonies - set_country_flag = not_want_colonies - remove_country_modifier = dismantling_country - badboy = -2 - FROM = { country_event = 96019 } - } + + id = 96011 + title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96016" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96016" #We will take what we can + clr_country_flag = not_want_colonies + badboy = 2 + FROM = { + any_owned = { + limit = { + NOT = { is_core = FROM } + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + } + random_list = { + 50 = { secede_province = THIS } + 50 = { } + } + } + country_event = 96019 + } + } + + option = { + name = "EVTOPTB96016" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power + clr_country_flag = not_want_colonies + badboy = 1 + FROM = { + any_owned = { + limit = { + NOT = { is_core = FROM } + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + } + random_list = { + 25 = { secede_province = THIS } + 75 = { } + } + } + country_event = 96019 + } + } + + option = { + name = "EVTOPTC96016" #We have no interest in their colonies + set_country_flag = not_want_colonies + remove_country_modifier = dismantling_country + badboy = -2 + FROM = { country_event = 96019 } + } } # Countries gaining independence as a result of dismantling country_event = { - - id = 96012 - title = "EVTNAME96012" - desc = "EVTDESC96012" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96031" #Great - FROM = { - any_state = { - limit = { - any_owned_province = { is_core = THIS } - NOT = { any_owned_province = { is_capital = yes } } - } - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - random_owned = { - limit = { - owner = { num_of_cities = 20 } - } - owner = { - any_neighbor_country = { - limit = { - any_core = { owned_by = THIS } - NOT = { tag = FROM } - NOT = { alliance_with = FROM } - } - country_event = 96022 - } - } - any_country = { - limit = { - exists = no - is_cultural_union = no - NOT = { is_culture_group = FROM } - NOT = { - THIS = { is_cultural_union = yes } - is_culture_group = THIS - } - any_core = { owned_by = THIS } - } - country_event = 96012 - } - } - any_neighbor_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - create_alliance = THIS - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 100 - } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -100 - } - } - set_country_flag = newly_released_nation - } + + id = 96012 + title = "EVTNAME96012" + desc = "EVTDESC96012" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Great + FROM = { + any_state = { + limit = { + any_owned_province = { is_core = THIS } + NOT = { any_owned_province = { is_capital = yes } } + } + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + random_owned = { + limit = { + owner = { num_of_cities = 20 } + } + owner = { + any_neighbor_country = { + limit = { + any_core = { owned_by = THIS } + NOT = { tag = FROM } + NOT = { alliance_with = FROM } + } + country_event = 96022 + } + } + any_country = { + limit = { + exists = no + is_cultural_union = no + NOT = { is_culture_group = FROM } + NOT = { + THIS = { is_cultural_union = yes } + is_culture_group = THIS + } + any_core = { owned_by = THIS } + } + country_event = 96012 + } + } + any_neighbor_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + create_alliance = THIS + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 100 + } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -100 + } + } + set_country_flag = newly_released_nation + } } # Countries not involved in the Great War but unfriendly to the defeated country can get cores returned country_event = { - - id = 96013 - title = "EVTNAME96013" #The Breakup of $FROMCOUNTRY$ - desc = "EVTDESC96013" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96013" #We will attend the talks - FROM = { - any_owned = { - limit = { - is_core = THIS - is_capital = no - } - secede_province = THIS - } - relation = { - who = THIS - value = -50 - } - diplomatic_influence = { - who = THIS - value = -50 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 50 - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 25 - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPTB96013" #We will not attend - FROM = { - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 2 - alliance_with = FROM - } - modifier = { - factor = 3 - in_sphere = FROM - } - } - } + + id = 96013 + title = "EVTNAME96013" #The Breakup of $FROMCOUNTRY$ + desc = "EVTDESC96013" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96013" #We will attend the talks + FROM = { + any_owned = { + limit = { + is_core = THIS + is_capital = no + } + secede_province = THIS + } + relation = { + who = THIS + value = -50 + } + diplomatic_influence = { + who = THIS + value = -50 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 50 + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 25 + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPTB96013" #We will not attend + FROM = { + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 2 + alliance_with = FROM + } + modifier = { + factor = 3 + in_sphere = FROM + } + } + } } # Any country involved in the Great War will automatically get all its cores returned country_event = { - - id = 96014 - title = "EVTNAME96014" #The Breakup of $FROMCOUNTRY$ - desc = "EVTDESC96014" - picture = "treaty" - - is_triggered_only = yes - - immediate = { - FROM = { - any_state = { - limit = { - any_owned_province = { is_core = THIS } - } - any_owned = { - limit = { - is_core = THIS - is_capital = no - } - secede_province = THIS - } - } - } - } - - option = { - name = "EVTOPTA96014" #We simply wish our lands back - } + + id = 96014 + title = "EVTNAME96014" #The Breakup of $FROMCOUNTRY$ + desc = "EVTDESC96014" + picture = "treaty" + + is_triggered_only = yes + + immediate = { + FROM = { + any_state = { + limit = { + any_owned_province = { is_core = THIS } + } + any_owned = { + limit = { + is_core = THIS + is_capital = no + } + secede_province = THIS + } + } + } + } + + option = { + name = "EVTOPTA96014" #We simply wish our lands back + } } # All vassals will automatically gain independence country_event = { - - id = 96015 - title = "EVTNAME96015" #$COUNTRY_ADJ$ Freedom (release vassals) - desc = "EVTDESC96015" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96015" #$COUNTRY$ shall be free - FROM = { release_vassal = THIS } - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - } - } - owner = { add_country_modifier = { name = negotiating_treaty duration = 1825 } } - } - random_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 50 - } - relation = { - who = THIS - value = 200 - } - random = { - chance = 50 - create_alliance = THIS - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 200 - } - } - FROM = { - relation = { - who = THIS - value = -200 - } - diplomatic_influence = { - who = THIS - value = -200 - } - leave_alliance = THIS - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - is_culture_group = FROM - } - modifier = { - factor = 0.75 - neighbour = FROM - } - } - } - - option = { - name = "EVTOPTB96015" #$FROMCOUNTRY$ is our ally - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - } - } - owner = { add_country_modifier = { name = negotiating_treaty duration = 1825 } } - } - FROM = { - release_vassal = THIS - create_alliance = THIS - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - is_culture_group = FROM - } - modifier = { - factor = 0.5 - NOT = { is_culture_group = FROM } - NOT = { is_culture_group = neo_european_cultures } - } - modifier = { - factor = 1.25 - neighbour = FROM - } - } - } + + id = 96015 + title = "EVTNAME96015" #$COUNTRY_ADJ$ Freedom (release vassals) + desc = "EVTDESC96015" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96015" #$COUNTRY$ shall be free + FROM = { release_vassal = THIS } + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + } + } + owner = { add_country_modifier = { name = negotiating_treaty duration = 1825 } } + } + random_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 50 + } + relation = { + who = THIS + value = 200 + } + random = { + chance = 50 + create_alliance = THIS + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 200 + } + } + FROM = { + relation = { + who = THIS + value = -200 + } + diplomatic_influence = { + who = THIS + value = -200 + } + leave_alliance = THIS + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + is_culture_group = FROM + } + modifier = { + factor = 0.75 + neighbour = FROM + } + } + } + + option = { + name = "EVTOPTB96015" #$FROMCOUNTRY$ is our ally + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + } + } + owner = { add_country_modifier = { name = negotiating_treaty duration = 1825 } } + } + FROM = { + release_vassal = THIS + create_alliance = THIS + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + is_culture_group = FROM + } + modifier = { + factor = 0.5 + NOT = { is_culture_group = FROM } + NOT = { is_culture_group = neo_european_cultures } + } + modifier = { + factor = 1.25 + neighbour = FROM + } + } + } } # colonies will be divvied up among those countries who have a truce country_event = { - - id = 96016 - title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96016" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96016" #We will take what we can - clr_country_flag = not_want_colonies - badboy = 2 - FROM = { - random_state = { - limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } - random_list = { - 50 = { any_owned = { secede_province = THIS } } - 50 = { } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - colonial_nation = no - } - modifier = { - factor = 0 - NOT = { num_of_ports = 1 } - } - modifier = { - factor = 0.5 - capital_scope = { - NOT = { continent = europe } - } - } - modifier = { - factor = 0 - badboy = 0.88 - } - } - } - - option = { - name = "EVTOPTB96016" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power - clr_country_flag = not_want_colonies - badboy = 1 - FROM = { - random_state = { - limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } - random_list = { - 40 = { any_owned = { secede_province = THIS } } - 60 = { } - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - badboy = 0.96 - } - } - } - - option = { - name = "EVTOPTC96016" #We have no interest in their colonies - set_country_flag = not_want_colonies - badboy = -2 - ai_chance = { - factor = 25 - modifier = { - factor = 0 - colonial_nation = yes - } - modifier = { - factor = 2 - capital_scope = { - NOT = { continent = europe } - } - } - } - } + + id = 96016 + title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96016" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96016" #We will take what we can + clr_country_flag = not_want_colonies + badboy = 2 + FROM = { + random_state = { + limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } + random_list = { + 50 = { any_owned = { secede_province = THIS } } + 50 = { } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + colonial_nation = no + } + modifier = { + factor = 0 + NOT = { num_of_ports = 1 } + } + modifier = { + factor = 0.5 + capital_scope = { + NOT = { continent = europe } + } + } + modifier = { + factor = 0 + badboy = 0.88 + } + } + } + + option = { + name = "EVTOPTB96016" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power + clr_country_flag = not_want_colonies + badboy = 1 + FROM = { + random_state = { + limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } + random_list = { + 40 = { any_owned = { secede_province = THIS } } + 60 = { } + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + badboy = 0.96 + } + } + } + + option = { + name = "EVTOPTC96016" #We have no interest in their colonies + set_country_flag = not_want_colonies + badboy = -2 + ai_chance = { + factor = 25 + modifier = { + factor = 0 + colonial_nation = yes + } + modifier = { + factor = 2 + capital_scope = { + NOT = { continent = europe } + } + } + } + } } country_event = { - - id = 96017 - title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96017" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96016" #We will take what we can - clr_country_flag = not_want_colonies - badboy = 2 - FROM = { - random_state = { - limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } - random_list = { - 10 = { any_owned = { secede_province = THIS } } - 90 = { } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { num_of_ports = 1 } - } - modifier = { - factor = 0.5 - capital_scope = { - NOT = { continent = europe } - } - } - modifier = { - factor = 0 - badboy = 0.96 - } - } - } - - option = { - name = "EVTOPTC96016" #We have no interest in their colonies - set_country_flag = not_want_colonies - badboy = -2 - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - capital_scope = { - NOT = { continent = europe } - } - } - } - } + + id = 96017 + title = "EVTNAME96016" #The $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96017" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96016" #We will take what we can + clr_country_flag = not_want_colonies + badboy = 2 + FROM = { + random_state = { + limit = { any_owned_province = { NOT = { is_core = FROM } OR = { is_colonial = yes is_overseas = yes } port = yes } } + random_list = { + 10 = { any_owned = { secede_province = THIS } } + 90 = { } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { num_of_ports = 1 } + } + modifier = { + factor = 0.5 + capital_scope = { + NOT = { continent = europe } + } + } + modifier = { + factor = 0 + badboy = 0.96 + } + } + } + + option = { + name = "EVTOPTC96016" #We have no interest in their colonies + set_country_flag = not_want_colonies + badboy = -2 + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + capital_scope = { + NOT = { continent = europe } + } + } + } + } } # A 50% chance that any non-existing country with the same primary culture will get released country_event = { - - id = 96018 - title = "EVTNAME96018" - desc = "EVTDESC96018" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96031" #Great - FROM = { - any_state = { - limit = { - NOT = { any_owned_province = { is_capital = yes } } - any_owned_province = { - is_core = THIS - is_colonial = yes - } - } - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - any_state = { - limit = { - NOT = { any_owned_province = { is_capital = yes } } - any_owned_province = { - is_core = THIS - is_colonial = no - OR = { - THIS = { - NOT = { primary_culture = FROM } - } - any_neighbor_province = { - NOT = { owned_by = FROM } - } - } - } - } - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - random_owned = { - limit = { - owner = { num_of_cities = 20 } - } - any_country = { - limit = { - neighbour = THIS - any_core = { owned_by = THIS } - NOT = { tag = FROM } - NOT = { alliance_with = FROM } - } - country_event = 96022 - } - any_country = { - limit = { - exists = no - is_cultural_union = no - NOT = { is_culture_group = FROM } - any_core = { owned_by = THIS } - } - country_event = 96012 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 100 - } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -100 - } - } - } + + id = 96018 + title = "EVTNAME96018" + desc = "EVTDESC96018" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Great + FROM = { + any_state = { + limit = { + NOT = { any_owned_province = { is_capital = yes } } + any_owned_province = { + is_core = THIS + is_colonial = yes + } + } + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + any_state = { + limit = { + NOT = { any_owned_province = { is_capital = yes } } + any_owned_province = { + is_core = THIS + is_colonial = no + OR = { + THIS = { + NOT = { primary_culture = FROM } + } + any_neighbor_province = { + NOT = { owned_by = FROM } + } + } + } + } + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + random_owned = { + limit = { + owner = { num_of_cities = 20 } + } + any_country = { + limit = { + neighbour = THIS + any_core = { owned_by = THIS } + NOT = { tag = FROM } + NOT = { alliance_with = FROM } + } + country_event = 96022 + } + any_country = { + limit = { + exists = no + is_cultural_union = no + NOT = { is_culture_group = FROM } + any_core = { owned_by = THIS } + } + country_event = 96012 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 100 + } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -100 + } + } + } } # Now AI countries with a truce get colonies country_event = { - id = 96019 - title = "EVTNAME96019" - desc = "EVTDESC96019" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT96019OPTA" - any_country = { - limit = { - ai = yes - is_greater_power = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96016 - } - any_country = { - limit = { - is_greater_power = no - is_secondary_power = yes - is_vassal = no - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96017 - } - } + id = 96019 + title = "EVTNAME96019" + desc = "EVTDESC96019" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT96019OPTA" + any_country = { + limit = { + ai = yes + is_greater_power = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96016 + } + any_country = { + limit = { + is_greater_power = no + is_secondary_power = yes + is_vassal = no + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96017 + } + } +} + +# Countries that end the Great War and are not disarmed +country_event = { + + id = 96020 + title = "EVTNAME96020" #The War is Over (Won) + desc = "EVTDESC96020" + picture = "war_ended" + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + } + NOT = { has_country_flag = dismantling_treaty } + NOT = { has_country_flag = ultimatum_accepted } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVTOPTA96020" #Long live $COUNTRY$! + clr_country_flag = dismantle_declared + clr_country_flag = in_great_war + clr_country_flag = calling_all_allies + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 20 + any_pop = { + militancy = -3 + dominant_issue = { + factor = 0.10 + value = pacifism + } + } + add_country_modifier = { + name = no_more_war + duration = 1095 + } + } +} + +# Countries that end the Great War and are disarmed, but are not great powers or secondary powers +country_event = { + + id = 96021 + title = "EVTNAME96020" #The War is Over (Lost) + desc = "EVTDESC96020" + picture = "war_ended" + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + NOT = { + tag = GER + tag = NGF + tag = SGF + tag = PRU + tag = RUS + tag = USA + tag = ENG + tag = FRA + tag = AUS + tag = KUK + tag = TUR + tag = JAP + } + is_greater_power = no + is_secondary_power = no + colonial_nation = no + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVTOPTA96020" #Long live $COUNTRY$! + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = calling_all_allies + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + clr_country_flag = will_not_surrender + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +# Countries not involved in the Great War can get a single state returned to them, from new countries +country_event = { + + id = 96022 + title = "EVTNAME96013" #The Breakup of $FROMCOUNTRY$ + desc = "EVTDESC96022" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Wonderful! + FROM = { + random_state = { + limit = { + NOT = { any_owned_province = { is_capital = yes } } + any_owned_province = { + is_core = THIS + any_neighbor_province = { owned_by = THIS } + } + } + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + } +} + + +################################################################# +# # +# "Enemy of my Enemy" - Seeking out allies for the Great War # +# # +################################################################# + +# Initiation event (are there allies to seek out?) +country_event = { + + id = 96025 + title = "EVTNAME96025" #Enemy of my Enemy + desc = "EVTDESC96025" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96025" #Do it + set_country_flag = enemy_of_my_enemy + clr_country_flag = calling_all_allies + any_country = { + limit = { + exists = yes + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { + war_with = THIS + truce_with = FROM + alliance_with = FROM + alliance_with = THIS + in_sphere = FROM + has_country_flag = great_war_temp_alliance + has_country_modifier = neutrality_modifier + is_disarmed = yes + } + OR = { + in_sphere = THIS + vassal_of = THIS + NOT = { + relation = { + who = FROM + value = -100 + } + } + any_core = { + owner = { war_with = THIS } + } + AND = { + any_neighbor_country = { war_with = FROM } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + relation = { + who = THIS + value = 0 + } + } + AND = { + government = proletarian_dictatorship + THIS = { government = proletarian_dictatorship } + FROM = { NOT = { government = proletarian_dictatorship } } + } + AND = { + government = fascist_dictatorship + THIS = { government = fascist_dictatorship } + FROM = { NOT = { government = fascist_dictatorship } } + } + AND = { + government = bourgeois_dictatorship + THIS = { government = bourgeois_dictatorship } + FROM = { NOT = { government = bourgeois_dictatorship } } + } + AND = { + OR = { + government = democracy + government = hms_government + } + THIS = { + OR = { + government = democracy + government = hms_government + } + } + FROM = { + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + badboy = 0.7 + } + } + } + } + } + country_event = 96030 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPTB96025" #We don't need more allies + set_country_flag = enemy_of_my_enemy + ai_chance = { + factor = 0 + } + } +} + +# Response from approached countries +country_event = { + + id = 96030 + title = "EVTNAME96030" #The Shadow of War + desc = "EVTDESC96030" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96030" #We will ally with $FROMCOUNTRY$ + create_alliance = FROM + random_country = { + limit = { + tag = FROM + ai = no + } + country_event = 96031 + } + random_country = { + limit = { + tag = FROM + is_greater_power = yes + THIS = { + is_greater_power = no + part_of_sphere = no + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + FROM = { + is_greater_power = no + part_of_sphere = no + } + } + owner = { + diplomatic_influence = { + who = FROM + value = 200 + } + } + } + relation = { + who = FROM + value = 200 + } + any_country = { + limit = { war_with = FROM } + relation = { + who = THIS + value = -100 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 3 + OR = { + any_neighbor_country = { + war_with = FROM + any_owned_province = { is_core = THIS } + } + any_greater_power = { + war_with = FROM + any_owned_province = { is_core = THIS } + } + } + } + modifier = { + factor = 0.5 + NOT = { + FROM = { neighbour = THIS } + } + NOT = { + any_neighbor_country = { war_with = FROM } + } + } + modifier = { + factor = 1.25 + FROM = { neighbour = THIS } + NOT = { + any_neighbor_country = { war_with = FROM } + } + } + modifier = { + factor = 0.1 + FROM = { + any_owned_province = { is_core = THIS } + } + } + modifier = { + factor = 0 + NOT = { + relation = { + who = FROM + value = -100 + } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.25 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 1.5 + num_of_revolts = 10 + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.5 + is_greater_power = no + is_secondary_power = no + } + modifier = { + factor = 0.5 + is_disarmed = yes + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + FROM = { + OR = { + government = democracy + government = hms_government + } + } + any_greater_power = { + war_with = FROM + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + } + modifier = { + factor = 2 + government = proletarian_dictatorship + FROM = { government = proletarian_dictatorship} + } + modifier = { + factor = 1.5 + government = proletarian_dictatorship + any_greater_power = { + war_with = FROM + government = fascist_dictatorship + } + } + modifier = { + factor = 2 + government = fascist_dictatorship + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 1.5 + government = fascist_dictatorship + any_greater_power = { + war_with = FROM + government = proletarian_dictatorship + } + } + modifier = { + factor = 2 + government = bourgeois_dictatorship + FROM = { government = bourgeois_dictatorship } + } + modifier = { + factor = 0 + government = proletarian_dictatorship + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + government = fascist_dictatorship + FROM = { government = proletarian_dictatorship } + } + } + } + + option = { + name = "EVTOPTB96030" #We refuse + FROM = { + relation = { + who = THIS + value = -20 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 50 + } + } + modifier = { + factor = 0.1 + OR = { + vassal_of = FROM + in_sphere = FROM + } + } + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 100 + } + } + modifier = { + factor = 0.5 + war_policy = pro_military + } + modifier = { + factor = 0.25 + war_policy = jingoism + } + modifier = { + factor = 1.5 + OR = { + government = democracy + government = hms_government + } + NOT = { ruling_party_ideology = communist } + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + NOT = { ruling_party_ideology = fascist } + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 1.5 + government = proletarian_dictatorship + FROM = { + OR = { + government = democracy + government = hms_government + } + } + } + modifier = { + factor = 1.5 + government = proletarian_dictatorship + FROM = { government = bourgeois_dictatorship } + } + modifier = { + factor = 1.5 + government = bourgeois_dictatorship + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 2 + government = fascist_dictatorship + FROM = { + OR = { + government = democracy + government = hms_government + } + } + } + } + } +} + +# Notification of alliance (for human players only) +country_event = { + + id = 96031 + title = "EVTNAME96031" #$FROMCOUNTRY$ Has Agreed + desc = "EVTDESC96031" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Great + } } -# Countries that end the Great War and are not disarmed -country_event = { - id = 96020 - title = "EVTNAME96020" #The War is Over (Won) - desc = "EVTDESC96020" - picture = "war_ended" - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - } - NOT = { has_country_flag = dismantling_treaty } - NOT = { has_country_flag = ultimatum_accepted } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVTOPTA96020" #Long live $COUNTRY$! - clr_country_flag = dismantle_declared - clr_country_flag = in_great_war - clr_country_flag = calling_all_allies - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 20 - any_pop = { - militancy = -3 - dominant_issue = { - factor = 0.10 - value = pacifism - } - } - add_country_modifier = { - name = no_more_war - duration = 1095 - } - } -} -# Countries that end the Great War and are disarmed, but are not great powers or secondary powers -country_event = { +######################################################### +# # +# Dismantling of specific Great Powers # +# # +######################################################### + +#Dismantling Germany/NGF/SGF/Prussia +country_event = { + + id = 96035 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "treaty_of_versailles" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + OR = { + tag = GER + tag = NGF + tag = SGF + tag = PRU + } + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #if Schleswig owned, re-add cores for Denmark + any_owned = { + limit = { + OR = { + province_id = 370 + province_id = 371 + } + } + add_core = DEN + } + + #add core to Danzig, if owned + random_owned = { + limit = { + province_id = 690 + NOT = { is_core = DZG } + } + add_core = DZG + } + + #remove cores from Polish provinces if any owned + random_owned = { + limit = { + OR = { + is_core = POL + is_core = PLC + } + } + PRU_690 = { remove_core = THIS } + PRU_701 = { + remove_core = THIS + add_core = PZN + } + 684 = { remove_core = THIS } + 685 = { remove_core = THIS } + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = CPL + add_core = RUS + } + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #remove all GER/SGF cores from Austria + random_owned = { + limit = { + owner = { tag = GER } + } + BAD_586 = { remove_core = AUS } + WUR_589 = { remove_core = AUS } + BAV_599 = { remove_core = AUS } + BAV_595 = { remove_core = AUS } + owner = { + all_core = { + limit = { is_core = AUS } + remove_core = GER + } + } + } + random_owned = { + limit = { + owner = { tag = SGF } + } + BAD_586 = { remove_core = AUS } + WUR_589 = { remove_core = AUS } + BAV_599 = { remove_core = AUS } + BAV_595 = { remove_core = AUS } + owner = { + all_core = { + limit = { is_core = AUS } + remove_core = SGF + } + } + } + + #remove cores from Alsace-Lorraine if France has a truce + random_country = { + limit = { + tag = FRA + truce_with = THIS + } + FRA_412 = { + remove_core = GER + remove_core = ELS + remove_core = LOR + add_core = FRA + } + } + + #if France has a truce, and the Rhineland is not owned, release Westfalen as its puppet + random_country = { + limit = { + tag = FRA + truce_with = THIS + THIS = { + NOT = { + any_owned_province = { + OR = { + region = PRU_575 + region = PRU_570 + #region = PRU_578 + } + } + } + } + THIS = { owns = 581 } + } + PRU_581 = { add_core = WES } + THIS = { + any_owned = { + limit = { is_core = WES } + secede_province = FRA + } + } + release_vassal = WES + diplomatic_influence = { + who = WES + value = 200 + } + THIS = { + diplomatic_influence = { + who = WES + value = -200 + } + } + } + + #if France has a truce and owns any Rhineland province, release the Rhineland as its puppet + random_country = { + limit = { + tag = FRA + truce_with = THIS + any_owned_province = { + OR = { + region = PRU_575 + region = PRU_570 + #region = PRU_578 + } + } + THIS = { + any_owned_province = { + OR = { + region = PRU_575 + region = PRU_570 + #region = PRU_578 + } + } + } + } + PRU_575 = { add_core = RHI } + PRU_570 = { add_core = RHI } + #PRU_578 = { add_core = RHI } + THIS = { + any_owned = { + limit = { + NOT = { region = PRU_578 } + is_core = RHI + } + secede_province = FRA + } + } + release_vassal = RHI + diplomatic_influence = { + who = RHI + value = 200 + } + THIS = { + diplomatic_influence = { + who = RHI + value = -200 + } + } + } + + #release Danzig as ally, if controlled + any_country = { + limit = { + tag = DZG + exists = no + any_core = { owned_by = THIS } + } + country_event = 96060 + } + + #Give Eupen-Malmedy to Belgium + random_country = { + limit = { + owns = 395 + truce_with = THIS + NOT = { tag = THIS } + } + country_event = 96091 + } + + #if France has no truce, add Rhineland cores + random_country = { + limit = { + tag = FRA + NOT = { truce_with = THIS } + THIS = { + OR = { + owns = 575 + owns = 570 + owns = 578 + } + } + } + PRU_575 = { add_core = RHI } + PRU_570 = { add_core = RHI } + PRU_578 = { add_core = RHI } + } + + #add Polish cores is POL has a truce + random_country = { + limit = { + tag = POL + exists = yes + truce_with = THIS + } + 693 = { add_core = POL } + 696 = { add_core = POL } + 683 = { add_core = POL } + 682 = { add_core = POL } + 684 = { add_core = POL } + 685 = { add_core = POL } + 2584 = { add_core = POL } + } + + random_country = { + limit = { + tag = PLC + exists = yes + truce_with = THIS + } + 693 = { add_core = PLC } + 696 = { add_core = PLC } + 683 = { add_core = PLC } + 682 = { add_core = PLC } + 684 = { add_core = PLC } + 685 = { add_core = PLC } + 2584 = { add_core = PLC } + } + + random_country = { + limit = { + tag = RUS + exists = yes + truce_with = THIS + owns = 360 + } + 695 = { add_core = RUS } + 697 = { add_core = RUS } + 698 = { add_core = RUS } + } + + #if Austria has a truce, release Bavaria as its puppet + random_country = { + limit = { + tag = AUS + truce_with = THIS + THIS = { owns = 599 } + } + THIS = { + any_owned = { + limit = { region = BAV_599 } + add_core = BAV + secede_province = AUS + } + } + release_vassal = BAV + diplomatic_influence = { + who = BAV + value = 200 + } + THIS = { + diplomatic_influence = { + who = BAV + value = -200 + } + } + } + random_country = { + limit = { + tag = KUK + truce_with = THIS + THIS = { owns = 599 } + } + THIS = { + any_owned = { + limit = { region = BAV_599 } + add_core = BAV + secede_province = KUK + } + } + release_vassal = BAV + } + + #if Denmark has a truce, it gets Schleswig back + random_country = { + limit = { + tag = DEN + truce_with = THIS + THIS = { + OR = { + owns = 370 + owns = 371 + } + } + } + 370 = { + add_core = DEN + remove_core = GER + } + 371 = { + add_core = DEN + remove_core = GER + } + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #release Czechoslovakia, if possible + any_country = { + limit = { + tag = CZH + exists = no + THIS = { + owns = 625 + owns = 633 + } + NOT = { exists = BOH } + NOT = { exists = SLV } + } + set_global_flag = czechoslovakia_formed + BOH = { all_core = { add_core = CZH } } + SLV = { all_core = { add_core = CZH } } + 2584 = { add_core = CZH } + 689 = { add_core = CZH } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #release non-existing countries that aren't German + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = germanic } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #release LUX as ally, if controlled + random_owned = { + limit = { + province_id = 397 + LUX = { exists = no } + } + 397 = { + add_core = LUX + remove_core = GER + } + LUX = { country_event = 96060 } + } + + #give back cores to non-allied countries + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { this_culture_union = THIS } + } + country_event = 96013 + } + + #30% chance to release Rhineland as ally, if controlled + any_country = { + limit = { + tag = RHI + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 30 + country_event = 96060 + } + } + + #release Austria as ally, if controlled + random_owned = { + limit = { + province_id = 619 + AUS = { exists = no } + KUK = { exists = no } + } + AUS_619 = { + add_core = AUS + remove_core = GER + } + AUS_612 = { + add_core = AUS + remove_core = GER + } + AUS_613 = { + add_core = AUS + remove_core = GER + } + AUS = { country_event = 96060 } + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +#Dismantling Russia +country_event = { + + id = 96040 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + tag = RUS + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + clr_country_flag = enemy_of_my_enemy + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #If Japan at truce, apply cores to Haishenwai & Sakhalin + random_country = { + limit = { + tag = JAP + exists = yes + truce_with = THIS + } + RUS = { + all_core = { + limit = { is_core = JAP } + remove_core = THIS + } + any_owned = { + limit = { region = JAP_1086 } + remove_core = THIS + add_core = JAP + } + any_owned = { + limit = { region = CHI_1082 } + remove_core = THIS + add_core = JAP + } + } + } + random_country = { + limit = { + tag = TKG + exists = yes + truce_with = THIS + } + RUS = { + all_core = { + limit = { is_core = TKG } + remove_core = THIS + } + any_owned = { + limit = { region = JAP_1086 } + remove_core = THIS + add_core = TKG + } + any_owned = { + limit = { region = CHI_1082 } + remove_core = THIS + add_core = TKG + } + } + } + + #If Japan doesn't have a truce, add cores only to Sakhalin but don't remove Russian cores + random_country = { + limit = { + tag = JAP + exists = yes + NOT = { truce_with = THIS } + } + RUS = { + any_owned = { + limit = { region = JAP_1086 } + add_core = JAP + } + } + } + + random_country = { + limit = { + tag = TKG + exists = yes + NOT = { truce_with = THIS } + } + RUS = { + any_owned = { + limit = { region = JAP_1086 } + add_core = TKG + } + } + } + + #remove cores from Congress Poland provinces if any owned and Poland doesn't exist + random_owned = { + limit = { + OR = { + is_core = POL + is_core = PLC + } + POL = { exists = no } + } + RUS_706 = { + remove_core = RUS + add_core = CPL + } + RUS_715 = { + remove_core = RUS + add_core = CPL + } + 707 = { + remove_core = RUS + add_core = CPL + } + 719 = { + remove_core = RUS + add_core = CPL + } + } + + #remove cores from Poland provinces if any owned and Poland exists + random_owned = { + limit = { + OR = { + is_core = POL + is_core = PLC + } + POL = { exists = yes } + } + RUS_706 = { + remove_core = RUS + } + RUS_715 = { + remove_core = RUS + } + 707 = { + remove_core = RUS + } + 719 = { + remove_core = RUS + } + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #Remove cores from the Baltic States + any_owned = { + limit = { + OR = { + is_core = LAT + is_core = LIT + is_core = EST + is_core = UBD + } + } + remove_core = RUS + } + + #add Finnish cores to Viipuri, if owned + random_owned = { + limit = { + province_id = 339 + } + add_core = FIN + } + + #if Finland has a truce, add Finnish cores to Karelia & Petsamo, if owned + any_owned = { + limit = { + region = RUS_339 + owner = { truce_with = FIN } + } + add_core = FIN + } + random_owned = { + limit = { + province_id = 982 + owner = { truce_with = FIN } + } + add_core = FIN + } + + #if Finland is part of SCA & Scandinavia has a truce, it gets Karelia & Petsamo, if owned + any_owned = { + limit = { + region = RUS_339 + owner = { truce_with = SCA } + FIN = { + exists = no + all_core = { + OR = { + owned_by = RUS + owned_by = SCA + } + } + } + } + add_core = FIN + add_core = SCA + } + random_owned = { + limit = { + province_id = 982 + owner = { truce_with = SCA } + FIN = { + exists = no + all_core = { + OR = { + owned_by = RUS + owned_by = SCA + } + } + } + } + add_core = FIN + add_core = SCA + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #If Ukraine exists as a Russian vassal, annex it (for later) + any_country = { + limit = { + tag = UKR + vassal_of = RUS + } + THIS = { inherit = UKR } + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #If Belarus does not exist, release it + any_country = { + limit = { + tag = BYE + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96012 + } + + #If Estonia, Latvia, Crimea, Ukraine, Romania and Lithuania do not exist, release it + any_country = { + limit = { + OR = { + tag = LIT + tag = EST + tag = LAT + tag = CRI + } + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96012 + } + + #release Bukhara as a vassal to a European GP + any_country = { + limit = { + tag = BUK + exists = no + NOT = { has_global_flag = uzbekistan_created } + any_core = { + owned_by = THIS + is_colonial = no + } + } + country_event = 96061 + } + + #release Khiva as a vassal to a European GP + any_country = { + limit = { + tag = KHI + exists = no + NOT = { has_global_flag = uzbekistan_created } + any_core = { + owned_by = THIS + is_colonial = no + } + } + country_event = 96061 + } + + #release Kokand as a vassal to a European GP + any_country = { + limit = { + tag = KOK + exists = no + NOT = { has_global_flag = kyrgyzstan_created } + any_core = { + owned_by = THIS + is_colonial = no + } + } + country_event = 96061 + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + NOT = { + tag = AKH + tag = ALT + tag = TNT + tag = DON + tag = TAR + tag = KMK + tag = KAM + tag = SIB + tag = URA + tag = YAK + tag = DAG + tag = CIR + tag = BRY + tag = CHY + tag = KRL + tag = ABK + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = east_slavic } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #If Ukraine does not exist, release it as an ally + any_country = { + limit = { + tag = UKR + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Ural Republic does not exist, 25% chance to release it as an ally + any_country = { + limit = { + tag = URA + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 25 + country_event = 96060 + } + } + + #give cores to neighboring, non-allied country + any_country = { + limit = { + exists = yes + neighbour = THIS + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { this_culture_union = THIS } + } + country_event = 96013 + } + + #If Tannu Tuva does not exist, 25% chance to release it as an ally + any_country = { + limit = { + tag = TNT + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 25 + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If MGL does not exist, release it + any_country = { + limit = { + tag = MGL + exists = no + any_core = { owned_by = THIS } + } + country_event = 96060 + } + + #If Kazakstan does not exist, release it + any_country = { + limit = { + tag = KAZ + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Tajikistan does not exist, release it + any_country = { + limit = { + tag = TAJ + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Kyrgyzstan does not exist, release it + any_country = { + limit = { + tag = KYR + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Uzbekistan does not exist, release it + any_country = { + limit = { + tag = UZB + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Turkmenistan does not exist, release it + any_country = { + limit = { + tag = TKM + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + + #If Dagestan does not exist, 25% chance to release it + any_country = { + limit = { + tag = DAG + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 25 + civilized = yes + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If Chechnya does not exist, 25% chance to release it + any_country = { + limit = { + tag = CHY + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 25 + civilized = yes + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If Circassia does not exist, 25% chance to release it + any_country = { + limit = { + tag = CIR + exists = no + any_core = { owned_by = THIS } + } + random = { + chance = 25 + civilized = yes + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If Kamchatka does not exist, release it (34% chance) + any_owned = { + limit = { + OR = { + province_id = 1086 + province_id = 1087 + province_id = 1088 + province_id = 1089 + } + } + add_core = KAM + } + + any_country = { + limit = { + tag = KAM + exists = no + any_core = { + owned_by = THIS + is_colonial = no + } + } + random = { + chance = 34 + country_event = 96012 + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + ruling_party_ideology = conservative + } + } + + #If Buryatia does not exist, 25% chance of release it if Kamchatka is free + any_country = { + limit = { + tag = BRY + exists = no + any_core = { owned_by = THIS } + KAM = { + exists = yes + is_vassal = no + } + } + + random = { + chance = 25 + civilized = yes + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If Cossack Union does not exist, 25% chance to release if Ukraine is free + any_country = { + limit = { + tag = DON + exists = no + any_core = { owned_by = THIS } + UKR = { + exists = yes + is_vassal = no + } + } + random = { + chance = 25 + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + } + + #If Siberia does not exist, 10% to release it and Yakutia and Kamchatka + random_owned = { + limit = { province_id = 1064 } + random = { + chance = 10 + any_country = { + limit = { + tag = SIB + exists = no + any_core = { owned_by = THIS } + } + country_event = 96060 + } + any_country = { + limit = { + tag = YAK + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96060 + } + any_country = { + limit = { + tag = KAM + exists = no + any_core = { owned_by = THIS } + } + government = democracy + political_reform = population_equal_weight + political_reform = wealth_weighted_voting + political_reform = yes_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = gerrymandering + political_reform = first_past_the_post + social_reform = culture_voting_only + ruling_party_ideology = conservative + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 96012 + } + } + } + + #If Ural Republic does not exist, 25% to release it + random_owned = { + limit = { + province_id = 1058 + THIS = { + NOT = { owns = 1064 } + } + } + random = { + chance = 25 + any_country = { + limit = { + tag = URA + exists = no + any_core = { owned_by = THIS } + } + country_event = 96060 + } + } + } + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +#Dismantling USA +country_event = { + + id = 96045 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + tag = USA + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #if Russia has a truce, add cores to Alaska + random_country = { + limit = { + tag = RUS + truce_with = THIS + THIS = { owns = 1 } + } + USA_1 = { add_core = RUS } + } + + #Add cores back for Mexico + any_owned = { + limit = { + OR = { + region = TEX_132 + region = MEX_103 + region = MEX_94 + region = MEX_97 + region = MEX_85 + region = MEX_100 + } + } + add_core = MEX + } + + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #Mexico gets back any non_USA cores it's taken automatically + any_country = { + limit = { + exists = yes + tag = MEX + THIS = { + any_owned_province = { + is_core = MEX + NOT = { is_core = USA } + } + } + } + THIS = { + any_owned = { + limit = { + is_core = MEX + NOT = { is_core = USA } + } + secede_province = MEX + } + diplomatic_influence = { + who = MEX + value = -100 + } + relation = { + who = MEX + value = -50 + } + } + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = american_cultures } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #If Texas does not exist, release it (with Arizona & New Mexico) + any_country = { + limit = { + tag = TEX + exists = no + any_core = { owned_by = THIS } + } + TEX_132 = { remove_core = USA } + THIS = { + any_owned = { + limit = { + OR = { + region = MEX_103 + region = MEX_100 + } + } + add_core = TEX + } + } + set_country_flag = usstatehood_we_have_applied + country_event = 96018 + } + + #If California does not exist, release it as an ally (with Oregon} + any_country = { + limit = { + tag = CAL + exists = no + any_core = { owned_by = THIS } + } + THIS = { + any_owned = { + limit = { region = USA_81 } + add_core = CAL + } + } + set_country_flag = usstatehood_we_have_applied + country_event = 96060 + } + + #If New England does not exist, release it as an ally + any_country = { + limit = { + tag = NEN + exists = no + any_core = { owned_by = THIS } + } + country_event = 96060 + } + + #give cores back to any non-allied country (who isn't Mexico) + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { tag = MEX } + } + country_event = 96013 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +#Dismantling the United Kingdom +country_event = { + + id = 96050 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + tag = ENG + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + set_global_flag = british_dismantled + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #Add Spanish cores to Gibraltar + random_country = { + limit = { + tag = SPA + exists = yes + } + 517 = { + remove_core = ENG + add_core = SPA + } + } + random_country = { + limit = { + tag = SPC + exists = yes + } + 517 = { + remove_core = ENG + add_core = SPC + } + } + + #Add French cores, if France is in a truce + random_country = { + limit = { + tag = FRA + truce_with = THIS + } + 419 = { add_core = FRA } + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release 50% of non-existing Indian minors as allies + #any_country = { + # limit = { + # OR = { + # tag = MAH + # tag = MUG + # tag = BNG + # } + # any_core = { owned_by = THIS } + # exists = no + # civilized = no + # } + #} + #any_country = { + # limit = { + # any_core = { owned_by = THIS } + # exists = no + # is_cultural_union = no + # is_culture_group = south_asian + # } + # random = { + # chance = 50 + # country_event = 96060 + # } + #} + + #free Ireland, Canada, South Africa, Australia and New Zealand + any_country = { + limit = { + OR = { + tag = CAN + tag = IRE + tag = AST + tag = NZL + tag = SAF + } + exists = no + any_core = { owned_by = THIS } + } + all_core = { + limit = { is_core = THIS } + remove_core = THIS + } + country_event = 96060 + } + #Free Rhodesia + any_owned = { + limit = { + is_core = RHO + OR = { + region = ENG_2014 + region = ENG_2016 + region = ENG_2068 + region = ENG_2071 + } + } + secede_province = RHO + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = british } + NOT = { has_country_flag = post_colonial_country } + NOT = { tag = TTB } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #give cores back to any non-allied country + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + country_event = 96013 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + all_core = { + limit = { is_core = THIS } + remove_core = THIS + } + leave_alliance = THIS + country_event = 96015 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +#Dismantling Japan +country_event = { + + id = 96051 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + OR = { + tag = JAP + tag = TKG + } + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #If Russia has truce, apply cores to Sakhalin & Kurils + random_country = { + limit = { + tag = RUS + truce_with = THIS + } + JAP = { + all_core = { + limit = { is_core = RUS } + remove_core = THIS + } + any_owned = { + limit = { region = JAP_1086 } + remove_core = THIS + add_core = RUS + } + } + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + all_core = { + limit = { is_core = THIS } + remove_core = THIS + } + leave_alliance = THIS + country_event = 96015 + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #give cores back to any non-allied country + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + country_event = 96013 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +#Dismantling France +country_event = { + + id = 96055 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + tag = FRA + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #re-establish Breton cores and release them + FRA_420 = { add_core = BRT secede_province = BRT } + + #remove cores from Alsace-Lorraine if Germany has a truce + random_country = { + limit = { + is_culture_group = germanic + truce_with = THIS + } + FRA_412 = { + remove_core = FRA + add_core = GER + } + } + random_country = { + limit = { + tag = PRU + truce_with = THIS + THIS = { owns = 412 } + NOT = { exists = GER } + } + FRA_412 = { secede_province = PRU } + } + random_country = { + limit = { + tag = AUS + truce_with = THIS + THIS = { owns = 412 } + NOT = { exists = GER } + } + FRA_412 = { secede_province = AUS } + } + random_country = { + limit = { + tag = KUK + truce_with = THIS + THIS = { owns = 412 } + NOT = { exists = GER } + } + FRA_412 = { secede_province = KUK } + } + random_country = { + limit = { + tag = BAV + truce_with = THIS + THIS = { owns = 412 } + NOT = { exists = GER } + } + FRA_412 = { secede_province = BAV } + } + + #Remove French Cores if they already have a truce with Italy/Sardinia-Piedmont + + random_country = { + limit = { + is_culture_group = italian + truce_with = THIS + owns = 465 + owns = 466 + owns = 472 + owns = 473 + } + 465 = { remove_core = FRA } + 466 = { remove_core = FRA } + 472 = { remove_core = FRA } + 473 = { remove_core = FRA } + + } + + #Add Italian cores, if Italy is in a truce + random_country = { + limit = { + tag = ITA + truce_with = THIS + } + SAR_466 = { + add_core = ITA + secede_province = ITA + } + 472 = { + add_core = ITA + secede_province = ITA + } + 473 = { add_core = ITA secede_province = ITA } + + 454 = { secede_province = ITA } + 469 = { secede_province = ITA } + 470 = { secede_province = ITA } + 471 = { secede_province = ITA } + } + random_country = { + limit = { + tag = SAR + NOT = { exists = ITA } + truce_with = THIS + } + SAR_466 = { add_core = SAR secede_province = SAR } + 472 = { add_core = SAR secede_province = SAR } + 473 = { add_core = SAR secede_province = SAR } + + 454 = { secede_province = SAR } + 469 = { secede_province = SAR } + 470 = { secede_province = SAR } + 471 = { secede_province = SAR } + } + + + #Add Belgian cores, if Belgium/Flanders is in a truce + random_country = { + limit = { + owns = 387 + owns = 392 + NOT = { owns = 400 } + NOT = { owns = 405 } + OR = { + tag = BEL + tag = NET + tag = FLA + } + truce_with = THIS + } + country_event = 96093 + } + + #Add Spanish cores, if Spain is in a truce + random_country = { + limit = { + tag = SPA + truce_with = THIS + } + 457 = { add_core = SPA secede_province = SPA } + 460 = { add_core = SPA secede_province = SPA } + 464 = { add_core = SPA secede_province = SPA } + } + random_country = { + limit = { + tag = SPC + truce_with = THIS + } + 457 = { add_core = SPC secede_province = SPC } + 460 = { add_core = SPC secede_province = SPC } + 464 = { add_core = SPC secede_province = SPC } + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #remove cores on overseas provinces + any_owned = { + limit = { + is_overseas = yes + is_core = THIS + } + remove_core = THIS + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96014 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + + } + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = french } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + + #give cores to any non-allied country + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + country_event = 96013 + } + + #Miquelon goes to the owner of Newfoundland + random_country = { + limit = { + owns = 74 + NOT = { owns = 77 } + NOT = { tag = FRA } + } + country_event = 96092 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +# Dismantling Austria +country_event = { + + id = 96056 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + OR = { + tag = AUS + tag = KUK + tag = DNB + } + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = calling_all_allies + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #lose all cores outside of Austria proper + all_core = { + limit = { + NOT = { + region = AUS_612 + region = AUS_613 + region = AUS_619 + region = AUS_734 + } + } + remove_core = THIS + } + + #if Vorarlberg owned, trigger the Vorarlberg event chain + random_country = { + limit = { + THIS = { NOT = { has_country_flag = vorarlberg_referendum } } + 614 = { owned_by = THIS } + SWI = { exists = yes } + truce_with = THIS + is_greater_power = yes + has_recently_lost_war = no + } + country_event = 31320 + } + + #if Vorarlberg owned by SWI, remove cores + random_country = { + limit = { + tag = SWI + 614 = { + owned_by = SWI + pop_majority_culture = swiss + } + } + 614 = { + remove_core = AUS + remove_core = KUK + remove_core = DNB + } + } + + #if Schleswig owned, re-add cores for Denmark + any_owned = { + limit = { + OR = { + province_id = 370 + province_id = 371 + } + } + add_core = DEN + } + + + #remove cores from Alsace-Lorraine if owned and France has a truce + random_country = { + limit = { + tag = FRA + truce_with = THIS + THIS = { owns = 412 } + } + FRA_412 = { + remove_core = GER + add_core = FRA + } + } + + #If Russia is at truce, give them Galicia if Poland doesn't exist + random_country = { + limit = { + tag = RUS + truce_with = THIS + NOT = { exists = POL } + NOT = { exists = PLC } + THIS = { owns = 702 } + } + AUS_702 = { add_core = RUS } + } + + #Poland gets cores back, if it exists + random_country = { + limit = { + tag = POL + exists = yes + } + country_event = 96014 + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96014 + } + + #Dismantle SGF, if it's a vassal + any_country = { + limit = { + tag = SGF + owns = 599 + vassal_of = THIS + } + all_core = { remove_core = SGF } + BAV_595 = { add_core = BAV } + BAV_599 = { add_core = BAV } + BAD_586 = { add_core = BAD } + WUR_589 = { add_core = WUR } + 594 = { + add_core = PRU + remove_core = WUR + } + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + truce_with = THIS + } + country_event = 96014 + } + any_country = { + limit = { + any_core = { owned_by = SGF } + NOT = { tag = BAV } + exists = no + is_cultural_union = no + } + all_core = { + limit = { owned_by = SGF } + secede_province = THIS + } + } + change_tag = BAV + leave_alliance = THIS + country_event = 96015 + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #remove Hungarian cores + any_country = { + limit = { + tag = SLV + exists = no + HUN = { exists = no } + any_core = { owned_by = THIS } + } + all_core = { + limit = { owned_by = THIS } + remove_core = HUN + } + } + + #release Czechoslovakia, if possible + any_country = { + limit = { + tag = CZH + exists = no + THIS = { + owns = 625 + owns = 633 + } + NOT = { exists = BOH } + NOT = { exists = SLV } + } + set_global_flag = czechoslovakia_formed + BOH = { all_core = { add_core = CZH } } + SLV = { all_core = { add_core = CZH } } + 2584 = { add_core = CZH } + 689 = { add_core = CZH } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #release non-existing countries + any_country = { + limit = { + OR = { + civilized = yes + tag = JAP + + } + any_core = { owned_by = THIS } + exists = no + NOT = { tag = RUT } + NOT = { tag = UKR } + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { is_culture_group = germanic } + NOT = { has_country_flag = post_colonial_country } + } + all_core = { + limit = { + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + # release any acquired German states + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + NOT = { tag = AUS } + NOT = { tag = KUK } + is_cultural_union = no + is_culture_group = germanic + } + country_event = 96018 + } + + #give cores back to neighboring, non-allied countries + any_neighbor_country = { + limit = { + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { this_culture_union = THIS } + } + country_event = 96013 + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } + + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } + + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } + + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } + + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } + + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } +} + +# Dismantling the Ottoman Empire +country_event = { + + id = 96057 + title = "EVTNAME96010" #The Treaty of $CAPITAL$ + desc = "EVTDESC96010" + news = yes + news_desc_long = "EVTDESC96010_NEWS_LONG" + news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" + news_desc_short = "EVTDESC96010_NEWS_SHORT" + picture = "greatpowers" + major = yes + + trigger = { + war = no + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + has_country_flag = in_great_war + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + tag = TUR + OR = { + has_country_flag = ultimatum_accepted + has_country_flag = dismantling_treaty + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVTOPTA96010" #We welcome peace + clr_country_flag = dismantle_declared + clr_country_flag = dismantling_treaty + clr_country_flag = in_great_war + clr_country_flag = calling_all_allies + clr_country_flag = enemy_of_my_enemy + clr_country_flag = total_collapse + clr_country_flag = ultimatum_accepted + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + war_exhaustion = 40 + + #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 + random_owned = { + limit = { + owner = { NOT = { badboy = 1 } } + } + owner = { + badboy = -10 + } + } + random_owned = { + limit = { + owner = { badboy = 1 } + } + owner = { badboy = -1000 } + owner = { badboy = 24.99 } + + } + + #remove the ultimatum_refused global, if this is an Infamy war + random_owned = { + limit = { + owner = { has_country_modifier = international_pariah } + } + owner = { + clr_global_flag = ultimatum_refused + } + } + + #prestige hit + prestige_factor = -0.5 + + #replace Libyan cores, if owned + random_owned = { + limit = { + province_id = 1731 + NOT = { is_core = LBY } + NOT = { exists = TRI } + } + TRI = { all_core = { remove_core = TRI } } + TRI_1731 = { add_core = LBY } + } + + random_owned = { + limit = { + province_id = 1735 + NOT = { is_core = LBY } + NOT = { exists = CYR } + } + CYR = { + all_core = { remove_core = CYR } + } + TRI_1735 = { add_core = LBY } + } + + #if any Congress Poland cores owned, re-add cores to Russia + any_owned = { + limit = { + OR = { + region = RUS_706 + region = RUS_715 + province_id = 707 + province_id = 719 + } + NOT = { province_id = 703 } + NOT = { is_core = RUS } + owner = { truce_with = RUS } + } + add_core = RUS + } + + #if any Polish cores owned, re-add cores to Germany + any_owned = { + limit = { + OR = { + region = PRU_690 + region = PRU_701 + province_id = 684 + province_id = 685 + } + NOT = { is_core = GER } + owner = { + OR = { + truce_with = PRU + truce_with = NGF + truce_with = GER + } + } + } + add_core = GER + } + + #lose all cores outside of Turkey proper + any_owned = { + limit = { + is_core = TUR + NOT = { + province_id = 900 #Antioch + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = EGY_843 #Aegean Islands + region = TUR_863 #Bursa + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trabizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = TUR_855 #Cyprus + } + } + remove_core = TUR + } + any_country = { + any_owned = { + limit = { + is_core = TUR + NOT = { + province_id = 900 #Antioch + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = EGY_843 #Aegean Islands + region = TUR_863 #Bursa + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trabizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = TUR_855 #Cyprus + } + } + remove_core = TUR + } + } + + #normalize relations with treaty members + any_country = { + limit = { + exists = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + relation = { who = THIS value = 200 } + } + + #release all cores to anyone with a truce who isn't Greece + any_country = { + limit = { + exists = yes + NOT = { tag = GRE } + any_core = { owned_by = THIS } + NOT = { this_culture_union = THIS } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96014 + } + + #For Greece, given them all cores outside of Turkey + random_country = { + limit = { + exists = yes + tag = GRE + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + owns = 830 + THIS = { owns = 828 } + } + 828 = { + add_core = GRE + secede_province = GRE + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = turkish } + militancy = 10 + } + } + } + random_country = { + limit = { + exists = yes + tag = GRE + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + THIS = { owns = 869 } + } + 869 = { + secede_province = GRE + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + any_pop = { + limit = { has_pop_culture = turkish } + militancy = 10 + } + } + } + random_country = { + limit = { + exists = yes + tag = GRE + is_greater_power = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96014 + } + random_country = { + limit = { + exists = yes + tag = GRE + is_greater_power = no + OR = { + is_secondary_power = no + truce_with = TUR + sphere_owner = { truce_with = TUR } + overlord = { truce_with = TUR } + } + } + THIS = { + any_owned = { + limit = { + is_core = GRE + NOT = { + province_id = 900 #Antioch + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = TUR_863 #Bursa + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trabizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = TUR_855 #Cyprus + } + } + secede_province = GRE + } + } + } + #Give cores back to Montenegro + any_owned = { + limit = { is_core = MON } + secede_province = MON + } + + #Give cores back to Serbia + any_owned = { + limit = { + is_core = SER + OR = { + region = TUR_803 + region = SER_794 + } + } + secede_province = SER + } + + #release all vassals + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 96015 + } + + #release non-existing countries + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + is_cultural_union = no + tag = ROM + } + NOT = { has_country_flag = post_colonial_country } + NOT = { + tag = CLC + tag = PNT + tag = ARM + tag = KDS + tag = ASY + tag = CYP + tag = SYR + tag = LBN + tag = PLS + tag = JOR + tag = IRQ + tag = LBY + tag = HTY + is_culture_group = west_african + is_culture_group = east_african + is_culture_group = central_african + is_culture_group = southern_african + } + } + all_core = { + limit = { + NOT = { + province_id = 900 #Antioch + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = EGY_843 #Aegean Islands + region = TUR_863 #Bursa + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trabizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = TUR_855 #Cyprus + } + is_core = THIS + state_scope = { + NOT = { any_owned_province = { is_capital = yes } } + } + } + remove_core = THIS + } + country_event = 96012 + } + + #give cores back to neighboring, non-allied countries + any_country = { + limit = { + exists = yes + neighbour = THIS + any_core = { owned_by = THIS } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { this_culture_union = THIS } + } + country_event = 96013 + } + + #release Cyprus as a vassal to a European GP + any_country = { + limit = { + tag = CYP + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Syria as a vassal to a European GP + any_country = { + limit = { + tag = SYR + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Lebanon as a vassal to a European GP + any_country = { + limit = { + tag = LBN + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Palestine as a vassal to a European GP + any_country = { + limit = { + tag = PLS + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Transjordan as a vassal to a European GP + any_country = { + limit = { + tag = JOR + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Iraq as a vassal to a European GP + any_country = { + limit = { + tag = IRQ + exists = no + any_core = { owned_by = THIS } + } + country_event = 96061 + } + + #release Libya as a vassal to a European GP if it's not a colony + any_country = { + limit = { + tag = LBY + exists = no + any_core = { + owned_by = THIS + is_colonial = no + } + } + country_event = 96061 + } + + # 50% chance of release for Armenia + any_country = { + limit = { + exists = no + tag = ARM + any_core = { owned_by = THIS } + } + random = { + chance = 50 + country_event = 96060 + } + } + + # 30% chance of release for Kurdistan + any_country = { + limit = { + exists = no + tag = KDS + any_core = { owned_by = THIS } + } + random = { + chance = 30 + country_event = 96060 + } + } + + # 30% chance of release for Cilicia + any_country = { + limit = { + exists = no + tag = CLC + any_core = { owned_by = THIS } + } + random = { + chance = 30 + country_event = 96060 + } + } + + # 10% chance of release for Pontus + any_country = { + limit = { + exists = no + tag = PNT + any_core = { owned_by = THIS } + } + random = { + chance = 10 + + country_event = 96060 + } + } + + #################Colonial Dismantlement################# + #Give up partial colonies to proper colonial masters - id = 96021 - title = "EVTNAME96020" #The War is Over (Lost) - desc = "EVTDESC96020" - picture = "war_ended" - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - NOT = { - tag = GER - tag = NGF - tag = SGF - tag = PRU - tag = RUS - tag = USA - tag = ENG - tag = FRA - tag = AUS - tag = KUK - tag = TUR - tag = JAP - } - is_greater_power = no - is_secondary_power = no - colonial_nation = no - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVTOPTA96020" #Long live $COUNTRY$! - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = calling_all_allies - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - clr_country_flag = will_not_surrender - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NGR } } + has_country_flag = nigeria_master + } + country_event = 961000 + } -# Countries not involved in the Great War can get a single state returned to them, from new countries -country_event = { - - id = 96022 - title = "EVTNAME96013" #The Breakup of $FROMCOUNTRY$ - desc = "EVTDESC96022" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96031" #Wonderful! - FROM = { - random_state = { - limit = { - NOT = { any_owned_province = { is_capital = yes } } - any_owned_province = { - is_core = THIS - any_neighbor_province = { owned_by = THIS } - } - } - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GNE } } + has_country_flag = guinea_master + } + country_event = 961000 + } + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = IVC } } + has_country_flag = ivc_master + } + country_event = 961000 + } -################################################################# -# # -# "Enemy of my Enemy" - Seeking out allies for the Great War # -# # -################################################################# + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SNG } } + has_country_flag = senegal_master + } + country_event = 961000 + } -# Initiation event (are there allies to seek out?) -country_event = { - - id = 96025 - title = "EVTNAME96025" #Enemy of my Enemy - desc = "EVTDESC96025" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96025" #Do it - set_country_flag = enemy_of_my_enemy - clr_country_flag = calling_all_allies - any_country = { - limit = { - exists = yes - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { - war_with = THIS - truce_with = FROM - alliance_with = FROM - alliance_with = THIS - in_sphere = FROM - has_country_flag = great_war_temp_alliance - has_country_modifier = neutrality_modifier - is_disarmed = yes - } - OR = { - in_sphere = THIS - vassal_of = THIS - NOT = { - relation = { - who = FROM - value = -100 - } - } - any_core = { - owner = { war_with = THIS } - } - AND = { - any_neighbor_country = { war_with = FROM } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - relation = { - who = THIS - value = 0 - } - } - AND = { - government = proletarian_dictatorship - THIS = { government = proletarian_dictatorship } - FROM = { NOT = { government = proletarian_dictatorship } } - } - AND = { - government = fascist_dictatorship - THIS = { government = fascist_dictatorship } - FROM = { NOT = { government = fascist_dictatorship } } - } - AND = { - government = bourgeois_dictatorship - THIS = { government = bourgeois_dictatorship } - FROM = { NOT = { government = bourgeois_dictatorship } } - } - AND = { - OR = { - government = democracy - government = hms_government - } - THIS = { - OR = { - government = democracy - government = hms_government - } - } - FROM = { - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - badboy = 0.7 - } - } - } - } - } - country_event = 96030 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPTB96025" #We don't need more allies - set_country_flag = enemy_of_my_enemy - ai_chance = { - factor = 0 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NIG } } + has_country_flag = niger_master + } + country_event = 961000 + } -# Response from approached countries -country_event = { - - id = 96030 - title = "EVTNAME96030" #The Shadow of War - desc = "EVTDESC96030" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96030" #We will ally with $FROMCOUNTRY$ - create_alliance = FROM - random_country = { - limit = { - tag = FROM - ai = no - } - country_event = 96031 - } - random_country = { - limit = { - tag = FROM - is_greater_power = yes - THIS = { - is_greater_power = no - part_of_sphere = no - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - FROM = { - is_greater_power = no - part_of_sphere = no - } - } - owner = { - diplomatic_influence = { - who = FROM - value = 200 - } - } - } - relation = { - who = FROM - value = 200 - } - any_country = { - limit = { war_with = FROM } - relation = { - who = THIS - value = -100 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 3 - OR = { - any_neighbor_country = { - war_with = FROM - any_owned_province = { is_core = THIS } - } - any_greater_power = { - war_with = FROM - any_owned_province = { is_core = THIS } - } - } - } - modifier = { - factor = 0.5 - NOT = { - FROM = { neighbour = THIS } - } - NOT = { - any_neighbor_country = { war_with = FROM } - } - } - modifier = { - factor = 1.25 - FROM = { neighbour = THIS } - NOT = { - any_neighbor_country = { war_with = FROM } - } - } - modifier = { - factor = 0.1 - FROM = { - any_owned_province = { is_core = THIS } - } - } - modifier = { - factor = 0 - NOT = { - relation = { - who = FROM - value = -100 - } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.25 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 1.5 - num_of_revolts = 10 - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.5 - is_greater_power = no - is_secondary_power = no - } - modifier = { - factor = 0.5 - is_disarmed = yes - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - FROM = { - OR = { - government = democracy - government = hms_government - } - } - any_greater_power = { - war_with = FROM - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - } - modifier = { - factor = 2 - government = proletarian_dictatorship - FROM = { government = proletarian_dictatorship} - } - modifier = { - factor = 1.5 - government = proletarian_dictatorship - any_greater_power = { - war_with = FROM - government = fascist_dictatorship - } - } - modifier = { - factor = 2 - government = fascist_dictatorship - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 1.5 - government = fascist_dictatorship - any_greater_power = { - war_with = FROM - government = proletarian_dictatorship - } - } - modifier = { - factor = 2 - government = bourgeois_dictatorship - FROM = { government = bourgeois_dictatorship } - } - modifier = { - factor = 0 - government = proletarian_dictatorship - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - government = fascist_dictatorship - FROM = { government = proletarian_dictatorship } - } - } - } - - option = { - name = "EVTOPTB96030" #We refuse - FROM = { - relation = { - who = THIS - value = -20 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 50 - } - } - modifier = { - factor = 0.1 - OR = { - vassal_of = FROM - in_sphere = FROM - } - } - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 100 - } - } - modifier = { - factor = 0.5 - war_policy = pro_military - } - modifier = { - factor = 0.25 - war_policy = jingoism - } - modifier = { - factor = 1.5 - OR = { - government = democracy - government = hms_government - } - NOT = { ruling_party_ideology = communist } - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - NOT = { ruling_party_ideology = fascist } - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 1.5 - government = proletarian_dictatorship - FROM = { - OR = { - government = democracy - government = hms_government - } - } - } - modifier = { - factor = 1.5 - government = proletarian_dictatorship - FROM = { government = bourgeois_dictatorship } - } - modifier = { - factor = 1.5 - government = bourgeois_dictatorship - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 2 - government = fascist_dictatorship - FROM = { - OR = { - government = democracy - government = hms_government - } - } - } - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CHD } } + has_country_flag = chad_master + } + country_event = 961000 + } -# Notification of alliance (for human players only) -country_event = { - - id = 96031 - title = "EVTNAME96031" #$FROMCOUNTRY$ Has Agreed - desc = "EVTDESC96031" - picture = "administration" + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CMR } } + has_country_flag = cameroon_master + } + country_event = 961000 + } - is_triggered_only = yes + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GAB } } + has_country_flag = gabon_master + } + country_event = 961000 + } - option = { - name = "EVTOPTA96031" #Great - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CGO } } + has_country_flag = congo_master + } + country_event = 961000 + } + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = CNG } } + has_country_flag = zaire_master + } + country_event = 961000 + } + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZAM } } + has_country_flag = zambia_master + } + country_event = 961000 + } -######################################################### -# # -# Dismantling of specific Great Powers # -# # -######################################################### + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = KNY } } + has_country_flag = kenya_master + } + country_event = 961000 + } -#Dismantling Germany/NGF/SGF/Prussia -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = TNZ } } + has_country_flag = tanzania_master + } + country_event = 961000 + } - id = 96035 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "treaty_of_versailles" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - OR = { - tag = GER - tag = NGF - tag = SGF - tag = PRU - } - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #if Schleswig owned, re-add cores for Denmark - any_owned = { - limit = { - OR = { - province_id = 370 - province_id = 371 - } - } - add_core = DEN - } - - #add core to Danzig, if owned - random_owned = { - limit = { - province_id = 690 - NOT = { is_core = DZG } - } - add_core = DZG - } - - #remove cores from Polish provinces if any owned - random_owned = { - limit = { - OR = { - is_core = POL - is_core = PLC - } - } - PRU_690 = { remove_core = THIS } - PRU_701 = { - remove_core = THIS - add_core = PZN - } - 684 = { remove_core = THIS } - 685 = { remove_core = THIS } - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = CPL - add_core = RUS - } - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #remove all GER/SGF cores from Austria - random_owned = { - limit = { - owner = { tag = GER } - } - BAD_586 = { remove_core = AUS } - WUR_589 = { remove_core = AUS } - BAV_599 = { remove_core = AUS } - BAV_595 = { remove_core = AUS } - owner = { - all_core = { - limit = { is_core = AUS } - remove_core = GER - } - } - } - random_owned = { - limit = { - owner = { tag = SGF } - } - BAD_586 = { remove_core = AUS } - WUR_589 = { remove_core = AUS } - BAV_599 = { remove_core = AUS } - BAV_595 = { remove_core = AUS } - owner = { - all_core = { - limit = { is_core = AUS } - remove_core = SGF - } - } - } - - #remove cores from Alsace-Lorraine if France has a truce - random_country = { - limit = { - tag = FRA - truce_with = THIS - } - FRA_412 = { - remove_core = GER - remove_core = ELS - remove_core = LOR - add_core = FRA - } - } - - #if France has a truce, and the Rhineland is not owned, release Westfalen as its puppet - random_country = { - limit = { - tag = FRA - truce_with = THIS - THIS = { - NOT = { - any_owned_province = { - OR = { - region = PRU_575 - region = PRU_570 - #region = PRU_578 - } - } - } - } - THIS = { owns = 581 } - } - PRU_581 = { add_core = WES } - THIS = { - any_owned = { - limit = { is_core = WES } - secede_province = FRA - } - } - release_vassal = WES - diplomatic_influence = { - who = WES - value = 200 - } - THIS = { - diplomatic_influence = { - who = WES - value = -200 - } - } - } - - #if France has a truce and owns any Rhineland province, release the Rhineland as its puppet - random_country = { - limit = { - tag = FRA - truce_with = THIS - any_owned_province = { - OR = { - region = PRU_575 - region = PRU_570 - #region = PRU_578 - } - } - THIS = { - any_owned_province = { - OR = { - region = PRU_575 - region = PRU_570 - #region = PRU_578 - } - } - } - } - PRU_575 = { add_core = RHI } - PRU_570 = { add_core = RHI } - #PRU_578 = { add_core = RHI } - THIS = { - any_owned = { - limit = { - NOT = { region = PRU_578 } - is_core = RHI - } - secede_province = FRA - } - } - release_vassal = RHI - diplomatic_influence = { - who = RHI - value = 200 - } - THIS = { - diplomatic_influence = { - who = RHI - value = -200 - } - } - } - - #release Danzig as ally, if controlled - any_country = { - limit = { - tag = DZG - exists = no - any_core = { owned_by = THIS } - } - country_event = 96060 - } - - #Give Eupen-Malmedy to Belgium - random_country = { - limit = { - owns = 395 - truce_with = THIS - NOT = { tag = THIS } - } - country_event = 96091 - } - - #if France has no truce, add Rhineland cores - random_country = { - limit = { - tag = FRA - NOT = { truce_with = THIS } - THIS = { - OR = { - owns = 575 - owns = 570 - owns = 578 - } - } - } - PRU_575 = { add_core = RHI } - PRU_570 = { add_core = RHI } - PRU_578 = { add_core = RHI } - } - - #add Polish cores is POL has a truce - random_country = { - limit = { - tag = POL - exists = yes - truce_with = THIS - } - 693 = { add_core = POL } - 696 = { add_core = POL } - 683 = { add_core = POL } - 682 = { add_core = POL } - 684 = { add_core = POL } - 685 = { add_core = POL } - 2584 = { add_core = POL } - } - - random_country = { - limit = { - tag = PLC - exists = yes - truce_with = THIS - } - 693 = { add_core = PLC } - 696 = { add_core = PLC } - 683 = { add_core = PLC } - 682 = { add_core = PLC } - 684 = { add_core = PLC } - 685 = { add_core = PLC } - 2584 = { add_core = PLC } - } - - random_country = { - limit = { - tag = RUS - exists = yes - truce_with = THIS - owns = 360 - } - 695 = { add_core = RUS } - 697 = { add_core = RUS } - 698 = { add_core = RUS } - } - - #if Austria has a truce, release Bavaria as its puppet - random_country = { - limit = { - tag = AUS - truce_with = THIS - THIS = { owns = 599 } - } - THIS = { - any_owned = { - limit = { region = BAV_599 } - add_core = BAV - secede_province = AUS - } - } - release_vassal = BAV - diplomatic_influence = { - who = BAV - value = 200 - } - THIS = { - diplomatic_influence = { - who = BAV - value = -200 - } - } - } - random_country = { - limit = { - tag = KUK - truce_with = THIS - THIS = { owns = 599 } - } - THIS = { - any_owned = { - limit = { region = BAV_599 } - add_core = BAV - secede_province = KUK - } - } - release_vassal = BAV - } - - #if Denmark has a truce, it gets Schleswig back - random_country = { - limit = { - tag = DEN - truce_with = THIS - THIS = { - OR = { - owns = 370 - owns = 371 - } - } - } - 370 = { - add_core = DEN - remove_core = GER - } - 371 = { - add_core = DEN - remove_core = GER - } - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #release Czechoslovakia, if possible - any_country = { - limit = { - tag = CZH - exists = no - THIS = { - owns = 625 - owns = 633 - } - NOT = { exists = BOH } - NOT = { exists = SLV } - } - set_global_flag = czechoslovakia_formed - BOH = { all_core = { add_core = CZH } } - SLV = { all_core = { add_core = CZH } } - 2584 = { add_core = CZH } - 689 = { add_core = CZH } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #release non-existing countries that aren't German - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = germanic } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #release LUX as ally, if controlled - random_owned = { - limit = { - province_id = 397 - LUX = { exists = no } - } - 397 = { - add_core = LUX - remove_core = GER - } - LUX = { country_event = 96060 } - } - - #give back cores to non-allied countries - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { this_culture_union = THIS } - } - country_event = 96013 - } - - #30% chance to release Rhineland as ally, if controlled - any_country = { - limit = { - tag = RHI - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 30 - country_event = 96060 - } - } - - #release Austria as ally, if controlled - random_owned = { - limit = { - province_id = 619 - AUS = { exists = no } - KUK = { exists = no } - } - AUS_619 = { - add_core = AUS - remove_core = GER - } - AUS_612 = { - add_core = AUS - remove_core = GER - } - AUS_613 = { - add_core = AUS - remove_core = GER - } - AUS = { country_event = 96060 } - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MLI } } + has_country_flag = mali_master + } + country_event = 961000 + } -#Dismantling Russia -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ANG } } + has_country_flag = angola_master + } + country_event = 961000 + } - id = 96040 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - tag = RUS - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - clr_country_flag = enemy_of_my_enemy - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #If Japan at truce, apply cores to Haishenwai & Sakhalin - random_country = { - limit = { - tag = JAP - exists = yes - truce_with = THIS - } - RUS = { - all_core = { - limit = { is_core = JAP } - remove_core = THIS - } - any_owned = { - limit = { region = JAP_1086 } - remove_core = THIS - add_core = JAP - } - any_owned = { - limit = { region = CHI_1082 } - remove_core = THIS - add_core = JAP - } - } - } - random_country = { - limit = { - tag = TKG - exists = yes - truce_with = THIS - } - RUS = { - all_core = { - limit = { is_core = TKG } - remove_core = THIS - } - any_owned = { - limit = { region = JAP_1086 } - remove_core = THIS - add_core = TKG - } - any_owned = { - limit = { region = CHI_1082 } - remove_core = THIS - add_core = TKG - } - } - } - - #If Japan doesn't have a truce, add cores only to Sakhalin but don't remove Russian cores - random_country = { - limit = { - tag = JAP - exists = yes - NOT = { truce_with = THIS } - } - RUS = { - any_owned = { - limit = { region = JAP_1086 } - add_core = JAP - } - } - } - - random_country = { - limit = { - tag = TKG - exists = yes - NOT = { truce_with = THIS } - } - RUS = { - any_owned = { - limit = { region = JAP_1086 } - add_core = TKG - } - } - } - - #remove cores from Congress Poland provinces if any owned and Poland doesn't exist - random_owned = { - limit = { - OR = { - is_core = POL - is_core = PLC - } - POL = { exists = no } - } - RUS_706 = { - remove_core = RUS - add_core = CPL - } - RUS_715 = { - remove_core = RUS - add_core = CPL - } - 707 = { - remove_core = RUS - add_core = CPL - } - 719 = { - remove_core = RUS - add_core = CPL - } - } - - #remove cores from Poland provinces if any owned and Poland exists - random_owned = { - limit = { - OR = { - is_core = POL - is_core = PLC - } - POL = { exists = yes } - } - RUS_706 = { - remove_core = RUS - } - RUS_715 = { - remove_core = RUS - } - 707 = { - remove_core = RUS - } - 719 = { - remove_core = RUS - } - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #Remove cores from the Baltic States - any_owned = { - limit = { - OR = { - is_core = LAT - is_core = LIT - is_core = EST - is_core = UBD - } - } - remove_core = RUS - } - - #add Finnish cores to Viipuri, if owned - random_owned = { - limit = { - province_id = 339 - } - add_core = FIN - } - - #if Finland has a truce, add Finnish cores to Karelia & Petsamo, if owned - any_owned = { - limit = { - region = RUS_339 - owner = { truce_with = FIN } - } - add_core = FIN - } - random_owned = { - limit = { - province_id = 982 - owner = { truce_with = FIN } - } - add_core = FIN - } - - #if Finland is part of SCA & Scandinavia has a truce, it gets Karelia & Petsamo, if owned - any_owned = { - limit = { - region = RUS_339 - owner = { truce_with = SCA } - FIN = { - exists = no - all_core = { - OR = { - owned_by = RUS - owned_by = SCA - } - } - } - } - add_core = FIN - add_core = SCA - } - random_owned = { - limit = { - province_id = 982 - owner = { truce_with = SCA } - FIN = { - exists = no - all_core = { - OR = { - owned_by = RUS - owned_by = SCA - } - } - } - } - add_core = FIN - add_core = SCA - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #If Ukraine exists as a Russian vassal, annex it (for later) - any_country = { - limit = { - tag = UKR - vassal_of = RUS - } - THIS = { inherit = UKR } - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #If Belarus does not exist, release it - any_country = { - limit = { - tag = BYE - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96012 - } - - #If Estonia, Latvia, Crimea, Ukraine, Romania and Lithuania do not exist, release it - any_country = { - limit = { - OR = { - tag = LIT - tag = EST - tag = LAT - tag = CRI - } - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96012 - } - - #release Bukhara as a vassal to a European GP - any_country = { - limit = { - tag = BUK - exists = no - NOT = { has_global_flag = uzbekistan_created } - any_core = { - owned_by = THIS - is_colonial = no - } - } - country_event = 96061 - } - - #release Khiva as a vassal to a European GP - any_country = { - limit = { - tag = KHI - exists = no - NOT = { has_global_flag = uzbekistan_created } - any_core = { - owned_by = THIS - is_colonial = no - } - } - country_event = 96061 - } - - #release Kokand as a vassal to a European GP - any_country = { - limit = { - tag = KOK - exists = no - NOT = { has_global_flag = kyrgyzstan_created } - any_core = { - owned_by = THIS - is_colonial = no - } - } - country_event = 96061 - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - NOT = { - tag = AKH - tag = ALT - tag = TNT - tag = DON - tag = TAR - tag = KMK - tag = KAM - tag = SIB - tag = URA - tag = YAK - tag = DAG - tag = CIR - tag = BRY - tag = CHY - tag = KRL - tag = ABK - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = east_slavic } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #If Ukraine does not exist, release it as an ally - any_country = { - limit = { - tag = UKR - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Ural Republic does not exist, 25% chance to release it as an ally - any_country = { - limit = { - tag = URA - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 25 - country_event = 96060 - } - } - - #give cores to neighboring, non-allied country - any_country = { - limit = { - exists = yes - neighbour = THIS - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { this_culture_union = THIS } - } - country_event = 96013 - } - - #If Tannu Tuva does not exist, 25% chance to release it as an ally - any_country = { - limit = { - tag = TNT - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 25 - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If MGL does not exist, release it - any_country = { - limit = { - tag = MGL - exists = no - any_core = { owned_by = THIS } - } - country_event = 96060 - } - - #If Kazakstan does not exist, release it - any_country = { - limit = { - tag = KAZ - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Tajikistan does not exist, release it - any_country = { - limit = { - tag = TAJ - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Kyrgyzstan does not exist, release it - any_country = { - limit = { - tag = KYR - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Uzbekistan does not exist, release it - any_country = { - limit = { - tag = UZB - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Turkmenistan does not exist, release it - any_country = { - limit = { - tag = TKM - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - - #If Dagestan does not exist, 25% chance to release it - any_country = { - limit = { - tag = DAG - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 25 - civilized = yes - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If Chechnya does not exist, 25% chance to release it - any_country = { - limit = { - tag = CHY - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 25 - civilized = yes - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If Circassia does not exist, 25% chance to release it - any_country = { - limit = { - tag = CIR - exists = no - any_core = { owned_by = THIS } - } - random = { - chance = 25 - civilized = yes - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If Kamchatka does not exist, release it (34% chance) - any_owned = { - limit = { - OR = { - province_id = 1086 - province_id = 1087 - province_id = 1088 - province_id = 1089 - } - } - add_core = KAM - } - - any_country = { - limit = { - tag = KAM - exists = no - any_core = { - owned_by = THIS - is_colonial = no - } - } - random = { - chance = 34 - country_event = 96012 - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - ruling_party_ideology = conservative - } - } - - #If Buryatia does not exist, 25% chance of release it if Kamchatka is free - any_country = { - limit = { - tag = BRY - exists = no - any_core = { owned_by = THIS } - KAM = { - exists = yes - is_vassal = no - } - } - - random = { - chance = 25 - civilized = yes - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If Cossack Union does not exist, 25% chance to release if Ukraine is free - any_country = { - limit = { - tag = DON - exists = no - any_core = { owned_by = THIS } - UKR = { - exists = yes - is_vassal = no - } - } - random = { - chance = 25 - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - } - - #If Siberia does not exist, 10% to release it and Yakutia and Kamchatka - random_owned = { - limit = { province_id = 1064 } - random = { - chance = 10 - any_country = { - limit = { - tag = SIB - exists = no - any_core = { owned_by = THIS } - } - country_event = 96060 - } - any_country = { - limit = { - tag = YAK - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96060 - } - any_country = { - limit = { - tag = KAM - exists = no - any_core = { owned_by = THIS } - } - government = democracy - political_reform = population_equal_weight - political_reform = wealth_weighted_voting - political_reform = yes_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = gerrymandering - political_reform = first_past_the_post - political_reform = culture_voting_only - ruling_party_ideology = conservative - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 96012 - } - } - } - - #If Ural Republic does not exist, 25% to release it - random_owned = { - limit = { - province_id = 1058 - THIS = { - NOT = { owns = 1064 } - } - } - random = { - chance = 25 - any_country = { - limit = { - tag = URA - exists = no - any_core = { owned_by = THIS } - } - country_event = 96060 - } - } - } - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SUD } } + has_country_flag = sudan_master + } + country_event = 961000 + } -#Dismantling USA -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GHN } } + has_country_flag = ghana_master + } + country_event = 961000 + } - id = 96045 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - tag = USA - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #if Russia has a truce, add cores to Alaska - random_country = { - limit = { - tag = RUS - truce_with = THIS - THIS = { owns = 1 } - } - USA_1 = { add_core = RUS } - } - - #Add cores back for Mexico - any_owned = { - limit = { - OR = { - region = TEX_132 - region = MEX_103 - region = MEX_94 - region = MEX_97 - region = MEX_85 - region = MEX_100 - } - } - add_core = MEX - } - - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #Mexico gets back any non_USA cores it's taken automatically - any_country = { - limit = { - exists = yes - tag = MEX - THIS = { - any_owned_province = { - is_core = MEX - NOT = { is_core = USA } - } - } - } - THIS = { - any_owned = { - limit = { - is_core = MEX - NOT = { is_core = USA } - } - secede_province = MEX - } - diplomatic_influence = { - who = MEX - value = -100 - } - relation = { - who = MEX - value = -50 - } - } - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = american_cultures } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #If Texas does not exist, release it (with Arizona & New Mexico) - any_country = { - limit = { - tag = TEX - exists = no - any_core = { owned_by = THIS } - } - TEX_132 = { remove_core = USA } - THIS = { - any_owned = { - limit = { - OR = { - region = MEX_103 - region = MEX_100 - } - } - add_core = TEX - } - } - set_country_flag = usstatehood_we_have_applied - country_event = 96018 - } - - #If California does not exist, release it as an ally (with Oregon} - any_country = { - limit = { - tag = CAL - exists = no - any_core = { owned_by = THIS } - } - THIS = { - any_owned = { - limit = { region = USA_81 } - add_core = CAL - } - } - set_country_flag = usstatehood_we_have_applied - country_event = 96060 - } - - #If New England does not exist, release it as an ally - any_country = { - limit = { - tag = NEN - exists = no - any_core = { owned_by = THIS } - } - country_event = 96060 - } - - #give cores back to any non-allied country (who isn't Mexico) - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { tag = MEX } - } - country_event = 96013 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = BKF } } + has_country_flag = burkina_master + } + country_event = 961000 + } -#Dismantling the United Kingdom -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = INO } } + has_country_flag = indonesia_master + } + country_event = 961000 + } - id = 96050 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - tag = ENG - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - set_global_flag = british_dismantled - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #Add Spanish cores to Gibraltar - random_country = { - limit = { - tag = SPA - exists = yes - } - 517 = { - remove_core = ENG - add_core = SPA - } - } - random_country = { - limit = { - tag = SPC - exists = yes - } - 517 = { - remove_core = ENG - add_core = SPC - } - } - - #Add French cores, if France is in a truce - random_country = { - limit = { - tag = FRA - truce_with = THIS - } - 419 = { add_core = FRA } - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release 50% of non-existing Indian minors as allies - #any_country = { - # limit = { - # OR = { - # tag = MAH - # tag = MUG - # tag = BNG - # } - # any_core = { owned_by = THIS } - # exists = no - # civilized = no - # } - #} - #any_country = { - # limit = { - # any_core = { owned_by = THIS } - # exists = no - # is_cultural_union = no - # is_culture_group = south_asian - # } - # random = { - # chance = 50 - # country_event = 96060 - # } - #} - - #free Ireland, Canada, South Africa, Australia and New Zealand - any_country = { - limit = { - OR = { - tag = CAN - tag = IRE - tag = AST - tag = NZL - tag = SAF - } - exists = no - any_core = { owned_by = THIS } - } - all_core = { - limit = { is_core = THIS } - remove_core = THIS - } - country_event = 96060 - } - #Free Rhodesia - any_owned = { - limit = { - is_core = RHO - OR = { - region = ENG_2014 - region = ENG_2016 - region = ENG_2068 - region = ENG_2071 - } - } - secede_province = RHO - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = british } - NOT = { has_country_flag = post_colonial_country } - NOT = { tag = TTB } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #give cores back to any non-allied country - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - country_event = 96013 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - all_core = { - limit = { is_core = THIS } - remove_core = THIS - } - leave_alliance = THIS - country_event = 96015 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = SOM } } + owns = 1868 + } + country_event = 961000 + } -#Dismantling Japan -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = NMB } } + has_country_flag = namibia_master + } + country_event = 961000 + } - id = 96051 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - OR = { - tag = JAP - tag = TKG - } - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #If Russia has truce, apply cores to Sakhalin & Kurils - random_country = { - limit = { - tag = RUS - truce_with = THIS - } - JAP = { - all_core = { - limit = { is_core = RUS } - remove_core = THIS - } - any_owned = { - limit = { region = JAP_1086 } - remove_core = THIS - add_core = RUS - } - } - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - all_core = { - limit = { is_core = THIS } - remove_core = THIS - } - leave_alliance = THIS - country_event = 96015 - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #give cores back to any non-allied country - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - country_event = 96013 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = GBU } } + has_country_flag = guine_bissau_master + } + country_event = 961000 + } -#Dismantling France -country_event = { + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = ZBW } } + has_country_flag = zimbabwe_master + } + country_event = 961000 + } - id = 96055 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - tag = FRA - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #re-establish Breton cores and release them - FRA_420 = { add_core = BRT secede_province = BRT } - - #remove cores from Alsace-Lorraine if Germany has a truce - random_country = { - limit = { - is_culture_group = germanic - truce_with = THIS - } - FRA_412 = { - remove_core = FRA - add_core = GER - } - } - random_country = { - limit = { - tag = PRU - truce_with = THIS - THIS = { owns = 412 } - NOT = { exists = GER } - } - FRA_412 = { secede_province = PRU } - } - random_country = { - limit = { - tag = AUS - truce_with = THIS - THIS = { owns = 412 } - NOT = { exists = GER } - } - FRA_412 = { secede_province = AUS } - } - random_country = { - limit = { - tag = KUK - truce_with = THIS - THIS = { owns = 412 } - NOT = { exists = GER } - } - FRA_412 = { secede_province = KUK } - } - random_country = { - limit = { - tag = BAV - truce_with = THIS - THIS = { owns = 412 } - NOT = { exists = GER } - } - FRA_412 = { secede_province = BAV } - } - - #Remove French Cores if they already have a truce with Italy/Sardinia-Piedmont - - random_country = { - limit = { - is_culture_group = italian - truce_with = THIS - owns = 465 - owns = 466 - owns = 472 - owns = 473 - } - 465 = { remove_core = FRA } - 466 = { remove_core = FRA } - 472 = { remove_core = FRA } - 473 = { remove_core = FRA } - - } - - #Add Italian cores, if Italy is in a truce - random_country = { - limit = { - tag = ITA - truce_with = THIS - } - SAR_466 = { - add_core = ITA - secede_province = ITA - } - 472 = { - add_core = ITA - secede_province = ITA - } - 473 = { add_core = ITA secede_province = ITA } - - 454 = { secede_province = ITA } - 469 = { secede_province = ITA } - 470 = { secede_province = ITA } - 471 = { secede_province = ITA } - } - random_country = { - limit = { - tag = SAR - NOT = { exists = ITA } - truce_with = THIS - } - SAR_466 = { add_core = SAR secede_province = SAR } - 472 = { add_core = SAR secede_province = SAR } - 473 = { add_core = SAR secede_province = SAR } - - 454 = { secede_province = SAR } - 469 = { secede_province = SAR } - 470 = { secede_province = SAR } - 471 = { secede_province = SAR } - } - - - #Add Belgian cores, if Belgium/Flanders is in a truce - random_country = { - limit = { - owns = 387 - owns = 392 - NOT = { owns = 400 } - NOT = { owns = 405 } - OR = { - tag = BEL - tag = NET - tag = FLA - } - truce_with = THIS - } - country_event = 96093 - } - - #Add Spanish cores, if Spain is in a truce - random_country = { - limit = { - tag = SPA - truce_with = THIS - } - 457 = { add_core = SPA secede_province = SPA } - 460 = { add_core = SPA secede_province = SPA } - 464 = { add_core = SPA secede_province = SPA } - } - random_country = { - limit = { - tag = SPC - truce_with = THIS - } - 457 = { add_core = SPC secede_province = SPC } - 460 = { add_core = SPC secede_province = SPC } - 464 = { add_core = SPC secede_province = SPC } - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #remove cores on overseas provinces - any_owned = { - limit = { - is_overseas = yes - is_core = THIS - } - remove_core = THIS - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96014 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - - } - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = french } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - - #give cores to any non-allied country - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - country_event = 96013 - } - - #Miquelon goes to the owner of Newfoundland - random_country = { - limit = { - owns = 74 - NOT = { owns = 77 } - NOT = { tag = FRA } - } - country_event = 96092 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + random_country = { + limit = { + NOT = { tag = THIS } + THIS = { any_owned_province = { is_core = MOZ } } + has_country_flag = mozambique_master + } + country_event = 961000 + } + #Set up modifiers for dismantlement + add_country_modifier = { name = being_dismantled duration = 385 } + any_country = { + limit = { + exists = yes + truce_with = THIS + has_recently_lost_war = no + is_vassal = no + any_owned_province = { has_building = naval_base } + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + add_country_modifier = { name = dismantling_country duration = 385 } + } -# Dismantling Austria -country_event = { + #Release India as a vassal so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + OR = { + tag = HND + tag = NGR + tag = INO + tag = BUR + tag = SIA + tag = LXA + tag = NYE + } + OR = { + has_country_flag = post_colonial_country + tech_school = developing_tech_school + capital_scope = { + is_colonial = yes + owned_by = THIS + } + } + } + country_event = 96095 + } - id = 96056 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - OR = { - tag = AUS - tag = KUK - tag = DNB - } - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = calling_all_allies - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #lose all cores outside of Austria proper - all_core = { - limit = { - NOT = { - region = AUS_612 - region = AUS_613 - region = AUS_619 - region = AUS_734 - } - } - remove_core = THIS - } - - #if Schleswig owned, re-add cores for Denmark - any_owned = { - limit = { - OR = { - province_id = 370 - province_id = 371 - } - } - add_core = DEN - } - - - #remove cores from Alsace-Lorraine if owned and France has a truce - random_country = { - limit = { - tag = FRA - truce_with = THIS - THIS = { owns = 412 } - } - FRA_412 = { - remove_core = GER - add_core = FRA - } - } - - #If Russia is at truce, give them Galicia if Poland doesn't exist - random_country = { - limit = { - tag = RUS - truce_with = THIS - NOT = { exists = POL } - NOT = { exists = PLC } - THIS = { owns = 702 } - } - AUS_702 = { add_core = RUS } - } - - #Poland gets cores back, if it exists - random_country = { - limit = { - tag = POL - exists = yes - } - country_event = 96014 - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96014 - } - - #Dismantle SGF, if it's a vassal - any_country = { - limit = { - tag = SGF - owns = 599 - vassal_of = THIS - } - all_core = { remove_core = SGF } - BAV_595 = { add_core = BAV } - BAV_599 = { add_core = BAV } - BAD_586 = { add_core = BAD } - WUR_589 = { add_core = WUR } - 594 = { - add_core = PRU - remove_core = WUR - } - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - truce_with = THIS - } - country_event = 96014 - } - any_country = { - limit = { - any_core = { owned_by = SGF } - NOT = { tag = BAV } - exists = no - is_cultural_union = no - } - all_core = { - limit = { owned_by = SGF } - secede_province = THIS - } - } - change_tag = BAV - leave_alliance = THIS - country_event = 96015 - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #remove Hungarian cores - any_country = { - limit = { - tag = SLV - exists = no - HUN = { exists = no } - any_core = { owned_by = THIS } - } - all_core = { - limit = { owned_by = THIS } - remove_core = HUN - } - } - - #release Czechoslovakia, if possible - any_country = { - limit = { - tag = CZH - exists = no - THIS = { - owns = 625 - owns = 633 - } - NOT = { exists = BOH } - NOT = { exists = SLV } - } - set_global_flag = czechoslovakia_formed - BOH = { all_core = { add_core = CZH } } - SLV = { all_core = { add_core = CZH } } - 2584 = { add_core = CZH } - 689 = { add_core = CZH } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #release non-existing countries - any_country = { - limit = { - OR = { - civilized = yes - tag = JAP - - } - any_core = { owned_by = THIS } - exists = no - NOT = { tag = RUT } - NOT = { tag = UKR } - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { is_culture_group = germanic } - NOT = { has_country_flag = post_colonial_country } - } - all_core = { - limit = { - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - # release any acquired German states - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - NOT = { tag = AUS } - NOT = { tag = KUK } - is_cultural_union = no - is_culture_group = germanic - } - country_event = 96018 - } - - #give cores back to neighboring, non-allied countries - any_neighbor_country = { - limit = { - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { this_culture_union = THIS } - } - country_event = 96013 - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } -} + #Release organized colonies as vassals so other countries annex them later + any_country = { + limit = { + capital_scope = { owned_by = THIS } + exists = no + is_cultural_union = no + has_country_flag = post_colonial_country + } + country_event = 96095 + } -# Dismantling the Ottoman Empire -country_event = { + #Release colonies as vassals so other countries annex them later + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + capital_scope = { + owned_by = THIS + owner = { tech_school = developing_tech_school } + } + } + country_event = 96095 + } - id = 96057 - title = "EVTNAME96010" #The Treaty of $CAPITAL$ - desc = "EVTDESC96010" - news = yes - news_desc_long = "EVTDESC96010_NEWS_LONG" - news_desc_medium = "EVTDESC96010_NEWS_MEDIUM" - news_desc_short = "EVTDESC96010_NEWS_SHORT" - picture = "greatpowers" - major = yes - - trigger = { - war = no - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - has_country_flag = in_great_war - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - tag = TUR - OR = { - has_country_flag = ultimatum_accepted - has_country_flag = dismantling_treaty - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVTOPTA96010" #We welcome peace - clr_country_flag = dismantle_declared - clr_country_flag = dismantling_treaty - clr_country_flag = in_great_war - clr_country_flag = calling_all_allies - clr_country_flag = enemy_of_my_enemy - clr_country_flag = total_collapse - clr_country_flag = ultimatum_accepted - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - war_exhaustion = 40 - - #if over the badboy limit, reduce infamy to 24.99, otherwise reduce infamy by 10 - random_owned = { - limit = { - owner = { NOT = { badboy = 1 } } - } - owner = { - badboy = -10 - } - } - random_owned = { - limit = { - owner = { badboy = 1 } - } - owner = { badboy = -1000 } - owner = { badboy = 24.99 } - - } - - #remove the ultimatum_refused global, if this is an Infamy war - random_owned = { - limit = { - owner = { has_country_modifier = international_pariah } - } - owner = { - clr_global_flag = ultimatum_refused - } - } - - #prestige hit - prestige_factor = -0.5 - - #replace Libyan cores, if owned - random_owned = { - limit = { - province_id = 1731 - NOT = { is_core = LBY } - NOT = { exists = TRI } - } - TRI = { all_core = { remove_core = TRI } } - TRI_1731 = { add_core = LBY } - } - - random_owned = { - limit = { - province_id = 1735 - NOT = { is_core = LBY } - NOT = { exists = CYR } - } - CYR = { - all_core = { remove_core = CYR } - } - TRI_1735 = { add_core = LBY } - } - - #if any Congress Poland cores owned, re-add cores to Russia - any_owned = { - limit = { - OR = { - region = RUS_706 - region = RUS_715 - province_id = 707 - province_id = 719 - } - NOT = { province_id = 703 } - NOT = { is_core = RUS } - owner = { truce_with = RUS } - } - add_core = RUS - } - - #if any Polish cores owned, re-add cores to Germany - any_owned = { - limit = { - OR = { - region = PRU_690 - region = PRU_701 - province_id = 684 - province_id = 685 - } - NOT = { is_core = GER } - owner = { - OR = { - truce_with = PRU - truce_with = NGF - truce_with = GER - } - } - } - add_core = GER - } - - #lose all cores outside of Turkey proper - any_owned = { - limit = { - is_core = TUR - NOT = { - province_id = 900 #Antioch - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = EGY_843 #Aegean Islands - region = TUR_863 #Bursa - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trabizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = TUR_855 #Cyprus - } - } - remove_core = TUR - } - any_country = { - any_owned = { - limit = { - is_core = TUR - NOT = { - province_id = 900 #Antioch - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = EGY_843 #Aegean Islands - region = TUR_863 #Bursa - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trabizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = TUR_855 #Cyprus - } - } - remove_core = TUR - } - } - - #normalize relations with treaty members - any_country = { - limit = { - exists = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - relation = { who = THIS value = 200 } - } - - #release all cores to anyone with a truce who isn't Greece - any_country = { - limit = { - exists = yes - NOT = { tag = GRE } - any_core = { owned_by = THIS } - NOT = { this_culture_union = THIS } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96014 - } - - #For Greece, given them all cores outside of Turkey - random_country = { - limit = { - exists = yes - tag = GRE - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - owns = 830 - THIS = { owns = 828 } - } - 828 = { - add_core = GRE - secede_province = GRE - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = turkish } - militancy = 10 - } - } - } - random_country = { - limit = { - exists = yes - tag = GRE - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - THIS = { owns = 869 } - } - 869 = { - secede_province = GRE - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - any_pop = { - limit = { has_pop_culture = turkish } - militancy = 10 - } - } - } - random_country = { - limit = { - exists = yes - tag = GRE - is_greater_power = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96014 - } - random_country = { - limit = { - exists = yes - tag = GRE - is_greater_power = no - OR = { - is_secondary_power = no - truce_with = TUR - sphere_owner = { truce_with = TUR } - overlord = { truce_with = TUR } - } - } - THIS = { - any_owned = { - limit = { - is_core = GRE - NOT = { - province_id = 900 #Antioch - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = TUR_863 #Bursa - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trabizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = TUR_855 #Cyprus - } - } - secede_province = GRE - } - } - } - #Give cores back to Montenegro - any_owned = { - limit = { is_core = MON } - secede_province = MON - } - - #Give cores back to Serbia - any_owned = { - limit = { - is_core = SER - OR = { - region = TUR_803 - region = SER_794 - } - } - secede_province = SER - } - - #release all vassals - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 96015 - } - - #release non-existing countries - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - is_cultural_union = no - tag = ROM - } - NOT = { has_country_flag = post_colonial_country } - NOT = { - tag = CLC - tag = PNT - tag = ARM - tag = KDS - tag = ASY - tag = CYP - tag = SYR - tag = LBN - tag = PLS - tag = JOR - tag = IRQ - tag = LBY - tag = HTY - is_culture_group = west_african - is_culture_group = east_african - is_culture_group = central_african - is_culture_group = southern_african - } - } - all_core = { - limit = { - NOT = { - province_id = 900 #Antioch - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = EGY_843 #Aegean Islands - region = TUR_863 #Bursa - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trabizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = TUR_855 #Cyprus - } - is_core = THIS - state_scope = { - NOT = { any_owned_province = { is_capital = yes } } - } - } - remove_core = THIS - } - country_event = 96012 - } - - #give cores back to neighboring, non-allied countries - any_country = { - limit = { - exists = yes - neighbour = THIS - any_core = { owned_by = THIS } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { this_culture_union = THIS } - } - country_event = 96013 - } - - #release Cyprus as a vassal to a European GP - any_country = { - limit = { - tag = CYP - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Syria as a vassal to a European GP - any_country = { - limit = { - tag = SYR - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Lebanon as a vassal to a European GP - any_country = { - limit = { - tag = LBN - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Palestine as a vassal to a European GP - any_country = { - limit = { - tag = PLS - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Transjordan as a vassal to a European GP - any_country = { - limit = { - tag = JOR - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Iraq as a vassal to a European GP - any_country = { - limit = { - tag = IRQ - exists = no - any_core = { owned_by = THIS } - } - country_event = 96061 - } - - #release Libya as a vassal to a European GP if it's not a colony - any_country = { - limit = { - tag = LBY - exists = no - any_core = { - owned_by = THIS - is_colonial = no - } - } - country_event = 96061 - } - - # 50% chance of release for Armenia - any_country = { - limit = { - exists = no - tag = ARM - any_core = { owned_by = THIS } - } - random = { - chance = 50 - country_event = 96060 - } - } - - # 30% chance of release for Kurdistan - any_country = { - limit = { - exists = no - tag = KDS - any_core = { owned_by = THIS } - } - random = { - chance = 30 - country_event = 96060 - } - } - - # 30% chance of release for Cilicia - any_country = { - limit = { - exists = no - tag = CLC - any_core = { owned_by = THIS } - } - random = { - chance = 30 - country_event = 96060 - } - } - - # 10% chance of release for Pontus - any_country = { - limit = { - exists = no - tag = PNT - any_core = { owned_by = THIS } - } - random = { - chance = 10 - - country_event = 96060 - } - } - - #################Colonial Dismantlement################# - #Give up partial colonies to proper colonial masters - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NGR } } - has_country_flag = nigeria_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GNE } } - has_country_flag = guinea_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = IVC } } - has_country_flag = ivc_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SNG } } - has_country_flag = senegal_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NIG } } - has_country_flag = niger_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CHD } } - has_country_flag = chad_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CMR } } - has_country_flag = cameroon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GAB } } - has_country_flag = gabon_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CGO } } - has_country_flag = congo_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = CNG } } - has_country_flag = zaire_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZAM } } - has_country_flag = zambia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = KNY } } - has_country_flag = kenya_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = TNZ } } - has_country_flag = tanzania_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MLI } } - has_country_flag = mali_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ANG } } - has_country_flag = angola_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SUD } } - has_country_flag = sudan_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GHN } } - has_country_flag = ghana_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = BKF } } - has_country_flag = burkina_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = INO } } - has_country_flag = indonesia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = SOM } } - owns = 1868 - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = NMB } } - has_country_flag = namibia_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = GBU } } - has_country_flag = guine_bissau_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = ZBW } } - has_country_flag = zimbabwe_master - } - country_event = 961000 - } - - random_country = { - limit = { - NOT = { tag = THIS } - THIS = { any_owned_province = { is_core = MOZ } } - has_country_flag = mozambique_master - } - country_event = 961000 - } - #Set up modifiers for dismantlement - add_country_modifier = { name = being_dismantled duration = 385 } - any_country = { - limit = { - exists = yes - truce_with = THIS - has_recently_lost_war = no - is_vassal = no - any_owned_province = { has_building = naval_base } - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - add_country_modifier = { name = dismantling_country duration = 385 } - } - - #Release India as a vassal so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - OR = { - tag = HND - tag = NGR - tag = INO - tag = BUR - tag = SIA - tag = LXA - tag = NYE - } - OR = { - has_country_flag = post_colonial_country - tech_school = developing_tech_school - capital_scope = { - is_colonial = yes - owned_by = THIS - } - } - } - country_event = 96095 - } - - #Release organized colonies as vassals so other countries annex them later - any_country = { - limit = { - capital_scope = { owned_by = THIS } - exists = no - is_cultural_union = no - has_country_flag = post_colonial_country - } - country_event = 96095 - } - - #Release colonies as vassals so other countries annex them later - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - capital_scope = { - owned_by = THIS - owner = { tech_school = developing_tech_school } - } - } - country_event = 96095 - } - - #give colonies without cores to truce GP's - # random_owned = { - # limit = { - # OR = { - # is_overseas = yes - # is_colonial = yes - # NOT = { is_core = THIS } - # } - # } - # any_country = { - # limit = { - # ai = no - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = 96011 - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # ai = yes - # is_greater_power = yes - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96016 days = 2 } - # } - # any_country = { - # limit = { - # NOT = { - # any_greater_power = { - # ai = no - # truce_with = THIS - # } - # } - # is_greater_power = no - # is_secondary_power = yes - # is_vassal = no - # OR = { - # truce_with = THIS - # AND = { - # THIS = { has_country_modifier = international_pariah } - # has_country_flag = coalition_member - # } - # } - # } - # country_event = { id = 96017 days = 2 } - # } - # } - ################################################### - - #add fascism and punitive effects - random_owned = { - limit = { - owner = { - is_ideology_enabled = fascist - NOT = { government = fascist_dictatorship } - } - } - owner = { - soldiers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.2 - } - } - officers = { - limit = { is_primary_culture = yes } - ideology = { - value = fascist - factor = 0.4 - } - } - any_pop = { - limit = { - is_primary_culture = yes - NOT = { - OR = { - type = soldiers - type = officers - } - } - } - ideology = { - value = fascist - factor = 0.1 - } - } - } - } - add_country_modifier = { - name = punitive_effects - duration = 1825 - } - add_country_modifier = { - name = no_more_war - duration = 3650 - } - } + #give colonies without cores to truce GP's + # random_owned = { + # limit = { + # OR = { + # is_overseas = yes + # is_colonial = yes + # NOT = { is_core = THIS } + # } + # } + # any_country = { + # limit = { + # ai = no + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = 96011 + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # ai = yes + # is_greater_power = yes + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96016 days = 2 } + # } + # any_country = { + # limit = { + # NOT = { + # any_greater_power = { + # ai = no + # truce_with = THIS + # } + # } + # is_greater_power = no + # is_secondary_power = yes + # is_vassal = no + # OR = { + # truce_with = THIS + # AND = { + # THIS = { has_country_modifier = international_pariah } + # has_country_flag = coalition_member + # } + # } + # } + # country_event = { id = 96017 days = 2 } + # } + # } + ################################################### + + #add fascism and punitive effects + random_owned = { + limit = { + owner = { + is_ideology_enabled = fascist + NOT = { government = fascist_dictatorship } + } + } + owner = { + soldiers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.2 + } + } + officers = { + limit = { is_primary_culture = yes } + ideology = { + value = fascist + factor = 0.4 + } + } + any_pop = { + limit = { + is_primary_culture = yes + NOT = { + OR = { + type = soldiers + type = officers + } + } + } + ideology = { + value = fascist + factor = 0.1 + } + } + } + } + add_country_modifier = { + name = punitive_effects + duration = 1825 + } + add_country_modifier = { + name = no_more_war + duration = 3650 + } + } } # Same-culture group countries that gain independence as allies country_event = { - - id = 96060 - title = "EVTNAME96060" - desc = "EVTDESC96060" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96031" #Great - FROM = { - any_state = { - limit = { - any_owned_province = { is_core = THIS } - NOT = { any_owned_province = { is_capital = yes } } - } - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - random_country = { - limit = { - is_greater_power = yes - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - create_alliance = THIS - diplomatic_influence = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 100 - } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -200 - } - } - } + + id = 96060 + title = "EVTNAME96060" + desc = "EVTDESC96060" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Great + FROM = { + any_state = { + limit = { + any_owned_province = { is_core = THIS } + NOT = { any_owned_province = { is_capital = yes } } + } + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + random_country = { + limit = { + is_greater_power = yes + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + create_alliance = THIS + diplomatic_influence = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 100 + } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -200 + } + } + } } country_event = { - - id = 96061 - title = "EVTNAME96061" - desc = "EVTDESC96061" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96031" #Great - FROM = { - any_owned = { - limit = { - NOT = { province_id = 900 } - is_core = THIS - } - secede_province = THIS - } - } - random_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - capital_scope = { continent = europe } - } - diplomatic_influence = { - who = THIS - value = 300 - } - relation = { - who = THIS - value = 200 - } - create_vassal = THIS - } - random_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - NOT = { is_our_vassal = THIS } - THIS = { is_vassal = no } - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = yes - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = 50 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - is_greater_power = no - } - relation = { - who = THIS - value = 100 - } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -100 - } - } - set_country_flag = newly_released_nation - } + + id = 96061 + title = "EVTNAME96061" + desc = "EVTDESC96061" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96031" #Great + FROM = { + any_owned = { + limit = { + NOT = { province_id = 900 } + is_core = THIS + } + secede_province = THIS + } + } + random_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + capital_scope = { continent = europe } + } + diplomatic_influence = { + who = THIS + value = 300 + } + relation = { + who = THIS + value = 200 + } + create_vassal = THIS + } + random_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + NOT = { is_our_vassal = THIS } + THIS = { is_vassal = no } + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = yes + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = 50 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + is_greater_power = no + } + relation = { + who = THIS + value = 100 + } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -100 + } + } + set_country_flag = newly_released_nation + } } ################################################# -# # -# Events that Start a Great War # -# # +# # +# Events that Start a Great War # +# # ################################################# country_event = { - id = 96065 - title = "EVTNAME96065" #Outrage! - desc = "EVTDESC96065" - picture = "Demonstration" - - trigger = { - war = no - is_greater_power = yes - is_disarmed = no - mass_politics = 1 - any_greater_power = { - is_disarmed = no - NOT = { relation = { who = THIS value = -100 } } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { tag = THIS } - NOT = { truce_with = THIS } - } - NOT = { - has_country_modifier = no_more_war - has_country_modifier = neutrality_modifier - war_policy = pacifism - any_greater_power = { has_country_flag = in_great_war } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 0.8 - OR = { - government = absolute_monarchy - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - modifier = { - factor = 1.2 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 2 - any_greater_power = { has_country_modifier = no_more_war } - } - } - - option = { - name = "EVTOPTA96065" #We must defend $COUNTRY_ADJ$ interests, no matter the cost. - random_country = { - limit = { - is_greater_power = yes - is_disarmed = no - NOT = { relation = { who = THIS value = -100 } } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { truce_with = THIS } - } - add_casus_belli = { - target = THIS - type = dismantle_cb - months = 12 - } - } - any_pop = { - dominant_issue = { - factor = 0.02 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0 - num_of_revolts = 5 - } - modifier = { - factor = 0.2 - NOT = { total_amount_of_divisions = 10 } - } - } - } - - option = { - name = "EVTOPTB96065" #We cannot afford such a war. - prestige_factor = -0.1 - any_pop = { - dominant_issue = { - factor = 0.02 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = anti_military - } - } - } + id = 96065 + title = "EVTNAME96065" #Outrage! + desc = "EVTDESC96065" + picture = "Demonstration" + + trigger = { + war = no + is_greater_power = yes + is_disarmed = no + mass_politics = 1 + any_greater_power = { + is_disarmed = no + NOT = { relation = { who = THIS value = -100 } } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { tag = THIS } + NOT = { truce_with = THIS } + } + NOT = { + has_country_modifier = no_more_war + has_country_modifier = neutrality_modifier + war_policy = pacifism + any_greater_power = { has_country_flag = in_great_war } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 0.8 + OR = { + government = absolute_monarchy + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + modifier = { + factor = 1.2 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 2 + any_greater_power = { has_country_modifier = no_more_war } + } + } + + option = { + name = "EVTOPTA96065" #We must defend $COUNTRY_ADJ$ interests, no matter the cost. + random_country = { + limit = { + is_greater_power = yes + is_disarmed = no + NOT = { relation = { who = THIS value = -100 } } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { truce_with = THIS } + } + add_casus_belli = { + target = THIS + type = dismantle_cb + months = 12 + } + } + any_pop = { + dominant_issue = { + factor = 0.02 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0 + num_of_revolts = 5 + } + modifier = { + factor = 0.2 + NOT = { total_amount_of_divisions = 10 } + } + } + } + + option = { + name = "EVTOPTB96065" #We cannot afford such a war. + prestige_factor = -0.1 + any_pop = { + dominant_issue = { + factor = 0.02 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = anti_military + } + } + } } country_event = { - id = 96066 - title = "EVTNAME96066" #Assassination! - desc = "EVTDESC96066" - picture = "ferdinand" - - trigger = { - war = no - is_greater_power = yes - is_disarmed = no - mass_politics = 1 - any_greater_power = { - is_disarmed = no - NOT = { relation = { who = THIS value = -100 } } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { tag = THIS } - } - NOT = { - has_country_modifier = no_more_war - has_country_modifier = neutrality_modifier - war_policy = pacifism - any_greater_power = { has_country_flag = in_great_war } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 0.8 - OR = { - government = absolute_monarchy - government = fascist_dictatorship - government = proletarian_dictatorship - } - } - modifier = { - factor = 1.2 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 2 - any_greater_power = { has_country_modifier = no_more_war } - } - } - - option = { - name = "EVTOPTA96065" #We must defend $COUNTRY_ADJ$ interests, no matter the cost. - random_country = { - limit = { - is_greater_power = yes - is_disarmed = no - NOT = { relation = { who = THIS value = -100 } } - NOT = { has_country_modifier = neutrality_modifier } - } - add_casus_belli = { - target = THIS - type = dismantle_cb - months = 12 - } - } - any_pop = { - dominant_issue = { - factor = 0.02 - value = jingoism - } - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0 - num_of_revolts = 5 - } - modifier = { - factor = 0.2 - NOT = { total_amount_of_divisions = 10 } - } - } - } - - option = { - name = "EVTOPTB96065" #We cannot afford such a war. - prestige_factor = -0.1 - any_pop = { - dominant_issue = { - factor = 0.02 - value = pacifism - } - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = anti_military - } - } - } + id = 96066 + title = "EVTNAME96066" #Assassination! + desc = "EVTDESC96066" + picture = "ferdinand" + + trigger = { + war = no + is_greater_power = yes + is_disarmed = no + mass_politics = 1 + any_greater_power = { + is_disarmed = no + NOT = { relation = { who = THIS value = -100 } } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { tag = THIS } + } + NOT = { + has_country_modifier = no_more_war + has_country_modifier = neutrality_modifier + war_policy = pacifism + any_greater_power = { has_country_flag = in_great_war } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 0.8 + OR = { + government = absolute_monarchy + government = fascist_dictatorship + government = proletarian_dictatorship + } + } + modifier = { + factor = 1.2 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 2 + any_greater_power = { has_country_modifier = no_more_war } + } + } + + option = { + name = "EVTOPTA96065" #We must defend $COUNTRY_ADJ$ interests, no matter the cost. + random_country = { + limit = { + is_greater_power = yes + is_disarmed = no + NOT = { relation = { who = THIS value = -100 } } + NOT = { has_country_modifier = neutrality_modifier } + } + add_casus_belli = { + target = THIS + type = dismantle_cb + months = 12 + } + } + any_pop = { + dominant_issue = { + factor = 0.02 + value = jingoism + } + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0 + num_of_revolts = 5 + } + modifier = { + factor = 0.2 + NOT = { total_amount_of_divisions = 10 } + } + } + } + + option = { + name = "EVTOPTB96065" #We cannot afford such a war. + prestige_factor = -0.1 + any_pop = { + dominant_issue = { + factor = 0.02 + value = pacifism + } + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = anti_military + } + } + } } ######################################################### -# # -# Transfer of the Colonies # -# # +# # +# Transfer of the Colonies # +# # ######################################################### #Transfer all colonies which are coastal and NOT currently bordering a truce country country_event = { - id = 96070 - title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies - desc = "EVTDESC96070" - picture = "treaty" - - trigger = { - war = no - has_country_modifier = punitive_effects - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - NOT = { is_core = THIS } - NOT = { - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - any_greater_power = { - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96070" #Time to carve up our empire. - random_country = { - limit = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - country_event = 96071 - } - } + id = 96070 + title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies + desc = "EVTDESC96070" + picture = "treaty" + + trigger = { + war = no + has_country_modifier = punitive_effects + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + NOT = { is_core = THIS } + NOT = { + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + any_greater_power = { + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96070" #Time to carve up our empire. + random_country = { + limit = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + country_event = 96071 + } + } } country_event = { - - id = 96071 - title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96071" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96071" #Agree - FROM = { - random_state = { - limit = { - any_owned_province = { - OR = { is_colonial = yes is_overseas = yes } - port = yes - NOT = { is_core = FROM } - NOT = { - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - } - any_owned = { secede_province = THIS } - } - random_owned = { - limit = { - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - NOT = { is_core = FROM } - NOT = { - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = FROM - AND = { - FROM = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - owner = { country_event = 96070 } - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPTB96071" #Refuse - set_country_flag = not_want_colonies - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVTOPTC96071" #Skip - ai_chance = { - factor = 0 - } - } + + id = 96071 + title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96071" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96071" #Agree + FROM = { + random_state = { + limit = { + any_owned_province = { + OR = { is_colonial = yes is_overseas = yes } + port = yes + NOT = { is_core = FROM } + NOT = { + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + } + any_owned = { secede_province = THIS } + } + random_owned = { + limit = { + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + NOT = { is_core = FROM } + NOT = { + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = FROM + AND = { + FROM = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + owner = { country_event = 96070 } + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPTB96071" #Refuse + set_country_flag = not_want_colonies + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVTOPTC96071" #Skip + ai_chance = { + factor = 0 + } + } } #Now transfer all colonial/overseas states bordering a truce country country_event = { - id = 96075 - title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies - desc = "EVTDESC96070" - picture = "treaty" - - trigger = { - war = no - has_country_modifier = punitive_effects - NOT = { - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - NOT = { is_core = THIS } - NOT = { - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - } - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - NOT = { is_core = THIS } - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - any_greater_power = { - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96070" #Time to carve up our empire. - random_country = { - limit = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - any_owned_province = { - any_neighbor_province = { - owned_by = THIS - OR = { - is_colonial = yes - is_overseas = yes - } - NOT = { is_core = THIS } - } - } - } - country_event = 96076 - } - } + id = 96075 + title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies + desc = "EVTDESC96070" + picture = "treaty" + + trigger = { + war = no + has_country_modifier = punitive_effects + NOT = { + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + NOT = { is_core = THIS } + NOT = { + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + } + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + NOT = { is_core = THIS } + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + any_greater_power = { + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96070" #Time to carve up our empire. + random_country = { + limit = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + any_owned_province = { + any_neighbor_province = { + owned_by = THIS + OR = { + is_colonial = yes + is_overseas = yes + } + NOT = { is_core = THIS } + } + } + } + country_event = 96076 + } + } } country_event = { - - id = 96076 - title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96071" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96071" #Agree - prestige = 2 - FROM = { - prestige = -2 - random_state = { - limit = { - any_owned_province = { - OR = { is_colonial = yes is_overseas = yes } - NOT = { is_core = FROM } - any_neighbor_province = { owned_by = THIS } - } - } - any_owned = { secede_province = THIS } - } - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB96071" #Refuse - set_country_flag = not_want_colonies - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = yes - } - } - } - - option = { - name = "EVTOPTC96071" #Skip - ai_chance = { - factor = 0 - } - } + + id = 96076 + title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96071" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96071" #Agree + prestige = 2 + FROM = { + prestige = -2 + random_state = { + limit = { + any_owned_province = { + OR = { is_colonial = yes is_overseas = yes } + NOT = { is_core = FROM } + any_neighbor_province = { owned_by = THIS } + } + } + any_owned = { secede_province = THIS } + } + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB96071" #Refuse + set_country_flag = not_want_colonies + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = yes + } + } + } + + option = { + name = "EVTOPTC96071" #Skip + ai_chance = { + factor = 0 + } + } } #Now transfer all remaining colonial/overseas provinces that don't border anyone country_event = { - id = 96080 - title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies - desc = "EVTDESC96070" - picture = "treaty" - - trigger = { - war = no - has_country_modifier = punitive_effects - NOT = { - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - port = yes - NOT = { is_core = THIS } - NOT = { - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - } - NOT = { - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - NOT = { is_core = THIS } - any_neighbor_province = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - } - } - any_owned_province = { - OR = { - is_colonial = yes - is_overseas = yes - } - NOT = { is_core = THIS } - } - any_greater_power = { - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPTA96070" #Time to carve up our empire. - random_country = { - limit = { - is_greater_power = yes - OR = { - truce_with = THIS - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - NOT = { has_country_flag = not_want_colonies } - } - country_event = 96081 - } - } + id = 96080 + title = "EVTNAME96070" #The $COUNTRY_ADJ$ Colonies + desc = "EVTDESC96070" + picture = "treaty" + + trigger = { + war = no + has_country_modifier = punitive_effects + NOT = { + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + port = yes + NOT = { is_core = THIS } + NOT = { + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + } + NOT = { + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + NOT = { is_core = THIS } + any_neighbor_province = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + } + } + any_owned_province = { + OR = { + is_colonial = yes + is_overseas = yes + } + NOT = { is_core = THIS } + } + any_greater_power = { + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPTA96070" #Time to carve up our empire. + random_country = { + limit = { + is_greater_power = yes + OR = { + truce_with = THIS + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + NOT = { has_country_flag = not_want_colonies } + } + country_event = 96081 + } + } } country_event = { - - id = 96081 - title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies - desc = "EVTDESC96081" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96071" #Agree - prestige = 2 - FROM = { - prestige = -2 - random_state = { - limit = { any_owned_province = { OR = { is_colonial = yes is_overseas = yes } NOT = { is_core = FROM } } } - any_owned = { secede_province = THIS } - } - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB96071" #Refuse - set_country_flag = not_want_colonies - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = yes - } - } - } - - option = { - name = "EVTOPTC96071" #Skip - ai_chance = { - factor = 0 - } - } + + id = 96081 + title = "EVTNAME96071" #Transfer of the $FROMCOUNTRY_ADJ$ Colonies + desc = "EVTDESC96081" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96071" #Agree + prestige = 2 + FROM = { + prestige = -2 + random_state = { + limit = { any_owned_province = { OR = { is_colonial = yes is_overseas = yes } NOT = { is_core = FROM } } } + any_owned = { secede_province = THIS } + } + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB96071" #Refuse + set_country_flag = not_want_colonies + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = yes + } + } + } + + option = { + name = "EVTOPTC96071" #Skip + ai_chance = { + factor = 0 + } + } } #Events for the imposition of a new government country_event = { - id = 96085 - title = "EVTNAME96085" #Democracy - desc = "EVTDESC96085" - news = yes - news_title = "EVTNAME96085_NEWS_TITLE" - news_desc_long = "EVTDESC96085_NEWS_LONG" - news_desc_medium = "EVTDESC96085_NEWS_MEDIUM" - news_desc_short = "EVTDESC96085_NEWS_SHORT" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96085" #We welcome the new regime. - government = democracy - ruling_party_ideology = liberal - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = gerrymandering - political_reform = non_secret_ballots - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - set_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { has_country_flag = friendly_democracy } - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { - has_country_flag = friendly_democracy - truce_with = THIS - } - relation = { who = THIS value = 400 } - diplomatic_influence = { who = THIS value = 100 } - create_alliance = THIS - clr_country_flag = friendly_democracy - } - capital_scope = { - any_pop = { - limit = { literacy = 0.2 } - ideology = { factor = 0.1 value = liberal } - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - scaled_militancy = { - ideology = communist - factor = 6 - } - scaled_militancy = { - ideology = fascist - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = -4 - } - } - } + id = 96085 + title = "EVTNAME96085" #Democracy + desc = "EVTDESC96085" + news = yes + news_title = "EVTNAME96085_NEWS_TITLE" + news_desc_long = "EVTDESC96085_NEWS_LONG" + news_desc_medium = "EVTDESC96085_NEWS_MEDIUM" + news_desc_short = "EVTDESC96085_NEWS_SHORT" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96085" #We welcome the new regime. + government = democracy + ruling_party_ideology = liberal + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = gerrymandering + political_reform = non_secret_ballots + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + set_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { has_country_flag = friendly_democracy } + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { + has_country_flag = friendly_democracy + truce_with = THIS + } + relation = { who = THIS value = 400 } + diplomatic_influence = { who = THIS value = 100 } + create_alliance = THIS + clr_country_flag = friendly_democracy + } + capital_scope = { + any_pop = { + limit = { literacy = 0.2 } + ideology = { factor = 0.1 value = liberal } + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + scaled_militancy = { + ideology = communist + factor = 6 + } + scaled_militancy = { + ideology = fascist + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = -4 + } + } + } } country_event = { - id = 96086 - title = "EVTNAME96085" #Fascist - desc = "EVTDESC96086" - news = yes - news_title = "EVTNAME96086_NEWS_TITLE" - news_desc_long = "EVTDESC96086_NEWS_LONG" - news_desc_medium = "EVTDESC96086_NEWS_MEDIUM" - news_desc_short = "EVTDESC96086_NEWS_SHORT" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96085" #We welcome the new regime. - government = fascist_dictatorship - ruling_party_ideology = fascist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = primary_culture_only - political_reform = mandatory_service - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - set_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { has_country_flag = friendly_fascist } - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { - has_country_flag = friendly_fascist - truce_with = THIS - } - relation = { who = THIS value = 400 } - diplomatic_influence = { who = THIS value = 200 } - create_alliance = THIS - clr_country_flag = friendly_fascist - } - capital_scope = { - any_pop = { - limit = { is_primary_culture = yes } - ideology = { factor = 0.1 value = fascist } - } - } - any_owned = { - remove_province_modifier = black_shirts - remove_province_modifier = fascist_welfare - remove_province_modifier = free_corps - remove_province_modifier = beer_hall_putsch - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - scaled_militancy = { - ideology = communist - factor = 8 - } - scaled_militancy = { - ideology = socialist - factor = 2 - } - scaled_militancy = { - ideology = fascist - factor = -8 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - any_country = { - change_variable = { - which = successful_fascist_rebellions - value = 1 - } - } - } + id = 96086 + title = "EVTNAME96085" #Fascist + desc = "EVTDESC96086" + news = yes + news_title = "EVTNAME96086_NEWS_TITLE" + news_desc_long = "EVTDESC96086_NEWS_LONG" + news_desc_medium = "EVTDESC96086_NEWS_MEDIUM" + news_desc_short = "EVTDESC96086_NEWS_SHORT" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96085" #We welcome the new regime. + government = fascist_dictatorship + ruling_party_ideology = fascist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = primary_culture_only + political_reform = mandatory_service + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + set_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { has_country_flag = friendly_fascist } + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { + has_country_flag = friendly_fascist + truce_with = THIS + } + relation = { who = THIS value = 400 } + diplomatic_influence = { who = THIS value = 200 } + create_alliance = THIS + clr_country_flag = friendly_fascist + } + capital_scope = { + any_pop = { + limit = { is_primary_culture = yes } + ideology = { factor = 0.1 value = fascist } + } + } + any_owned = { + remove_province_modifier = black_shirts + remove_province_modifier = fascist_welfare + remove_province_modifier = free_corps + remove_province_modifier = beer_hall_putsch + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + scaled_militancy = { + ideology = communist + factor = 8 + } + scaled_militancy = { + ideology = socialist + factor = 2 + } + scaled_militancy = { + ideology = fascist + factor = -8 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + any_country = { + change_variable = { + which = successful_fascist_rebellions + value = 1 + } + } + } } country_event = { - id = 96087 - title = "EVTNAME96085" #Communist - desc = "EVTDESC96087" - news = yes - news_title = "EVTNAME96087_NEWS_TITLE" - news_desc_long = "EVTDESC96087_NEWS_LONG" - news_desc_medium = "EVTDESC96087_NEWS_MEDIUM" - news_desc_short = "EVTDESC96087_NEWS_SHORT" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96085" #We welcome the new regime. - government = proletarian_dictatorship - ruling_party_ideology = communist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - nationalize = yes - - set_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { has_country_flag = friendly_communist } - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { - has_country_flag = friendly_communist - truce_with = THIS - } - relation = { who = THIS value = 400 } - diplomatic_influence = { who = THIS value = 200 } - create_alliance = THIS - clr_country_flag = friendly_communist - } - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = communist } - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - scaled_militancy = { - ideology = communist - factor = -8 - } - scaled_militancy = { - ideology = socialist - factor = -4 - } - scaled_militancy = { - ideology = fascist - factor = 8 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - any_country = { - change_variable = { - which = successful_communist_rebellions - value = 1 - } - } - } + id = 96087 + title = "EVTNAME96085" #Communist + desc = "EVTDESC96087" + news = yes + news_title = "EVTNAME96087_NEWS_TITLE" + news_desc_long = "EVTDESC96087_NEWS_LONG" + news_desc_medium = "EVTDESC96087_NEWS_MEDIUM" + news_desc_short = "EVTDESC96087_NEWS_SHORT" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96085" #We welcome the new regime. + government = proletarian_dictatorship + ruling_party_ideology = communist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + nationalize = yes + + set_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { has_country_flag = friendly_communist } + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { + has_country_flag = friendly_communist + truce_with = THIS + } + relation = { who = THIS value = 400 } + diplomatic_influence = { who = THIS value = 200 } + create_alliance = THIS + clr_country_flag = friendly_communist + } + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = communist } + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + scaled_militancy = { + ideology = communist + factor = -8 + } + scaled_militancy = { + ideology = socialist + factor = -4 + } + scaled_militancy = { + ideology = fascist + factor = 8 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + any_country = { + change_variable = { + which = successful_communist_rebellions + value = 1 + } + } + } } country_event = { - id = 96090 - title = "EVTNAME96090" #End of the Monarchy - desc = "EVTDESC96090" - major = yes - - trigger = { - has_country_modifier = punitive_effects - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - has_country_flag = end_of_monarchy - num_of_revolts = 1 - average_militancy = 6 - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT96090OPTA" - set_country_flag = end_of_monarchy - prestige_factor = -0.2 - random_owned = { - limit = { - owner = { - OR = { - government = hms_government - government = prussian_constitutionalism - } - } - } - owner = { - government = democracy - election = yes - } - } - random_owned = { - limit = { - owner = { government = absolute_monarchy } - } - owner = { government = presidential_dictatorship } - } - aristocrats = { - ideology = { - factor = 0.4 - value = reactionary - } - } - any_pop = { - limit = { - location = { is_core = THIS } - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = communist - factor = 5 - } - scaled_militancy = { - ideology = fascist - factor = 5 - } - } - } - - option = { - name = "EVT96090OPTB" - set_country_flag = end_of_monarchy - random_owned = { - limit = { - owner = { government = absolute_monarchy } - } - owner = { - ruling_party_ideology = reactionary - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - any_pop = { - limit = { - location = { is_core = THIS } - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 8 - } - scaled_militancy = { - ideology = communist - factor = 8 - } - scaled_militancy = { - ideology = fascist - factor = 8 - } - } - } + id = 96090 + title = "EVTNAME96090" #End of the Monarchy + desc = "EVTDESC96090" + major = yes + + trigger = { + has_country_modifier = punitive_effects + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + has_country_flag = end_of_monarchy + num_of_revolts = 1 + average_militancy = 6 + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT96090OPTA" + set_country_flag = end_of_monarchy + prestige_factor = -0.2 + random_owned = { + limit = { + owner = { + OR = { + government = hms_government + government = prussian_constitutionalism + } + } + } + owner = { + government = democracy + election = yes + } + } + random_owned = { + limit = { + owner = { government = absolute_monarchy } + } + owner = { government = presidential_dictatorship } + } + aristocrats = { + ideology = { + factor = 0.4 + value = reactionary + } + } + any_pop = { + limit = { + location = { is_core = THIS } + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = communist + factor = 5 + } + scaled_militancy = { + ideology = fascist + factor = 5 + } + } + } + + option = { + name = "EVT96090OPTB" + set_country_flag = end_of_monarchy + random_owned = { + limit = { + owner = { government = absolute_monarchy } + } + owner = { + ruling_party_ideology = reactionary + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + any_pop = { + limit = { + location = { is_core = THIS } + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 8 + } + scaled_militancy = { + ideology = communist + factor = 8 + } + scaled_militancy = { + ideology = fascist + factor = 8 + } + } + } } country_event = { - id = 96091 - title = "EVTNAME96091" #Eupen Malmedy goes to the owner of Liege - desc = "EVTDESC96091" - picture = "eupen_malmedy_lost" - - is_triggered_only = yes - - option = { - name = "EVT96091OPTA" - 396 = { - add_core = THIS - secede_province = THIS - remove_core = PRU - remove_core = NGF - remove_core = GER - } - - } + id = 96091 + title = "EVTNAME96091" #Eupen Malmedy goes to the owner of Liege + desc = "EVTDESC96091" + picture = "eupen_malmedy_lost" + + is_triggered_only = yes + + option = { + name = "EVT96091OPTA" + 396 = { + add_core = THIS + secede_province = THIS + remove_core = PRU + remove_core = NGF + remove_core = GER + } + + } } #Miquelon goes to the owner of newfoundland country_event = { - id = 96092 - title = "EVTNAME96092" - desc = "EVTDESC96092" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT96092OPTA" - 77 = { secede_province = THIS add_core = CAN } - } + id = 96092 + title = "EVTNAME96092" + desc = "EVTDESC96092" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT96092OPTA" + 77 = { secede_province = THIS add_core = CAN } + } } #Dutch/Belgium gets a piece of France country_event = { - id = 96093 - title = "EVTNAME96093" - desc = "EVTDESC96093" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVT96093OPTA" - 399 = { - add_core = THIS - add_core = FLA - secede_province = THIS - } - 400 = { - add_core = THIS - add_core = FLA - secede_province = THIS - } - 401 = { - add_core = THIS - add_core = FLA - secede_province = THIS - } - 404 = { - add_core = THIS - secede_province = THIS - } - 405 = { - add_core = THIS - secede_province = THIS - } - } + id = 96093 + title = "EVTNAME96093" + desc = "EVTDESC96093" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVT96093OPTA" + 399 = { + add_core = THIS + add_core = FLA + secede_province = THIS + } + 400 = { + add_core = THIS + add_core = FLA + secede_province = THIS + } + 401 = { + add_core = THIS + add_core = FLA + secede_province = THIS + } + 404 = { + add_core = THIS + secede_province = THIS + } + 405 = { + add_core = THIS + secede_province = THIS + } + } } #The Fate of $COUNTRY$ Colony country_event = { - id = 96095 - title = "EVTNAME96095" - desc = "EVTDESC96095" - picture = "greatpowers" - - is_triggered_only = yes - - immediate = { - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - - option = { - name = "EVT96095OPTA" - random_owned = { - limit = { owner = { NOT = { has_country_flag = colony_to_be_annexed_flag } } } - owner = { set_country_flag = colony_to_be_annexed_flag } - } - random_owned = { - limit = { owner = { NOT = { has_country_modifier = colony_to_be_annexed } } } - owner = { add_country_modifier = { name = colony_to_be_annexed duration = 385 } } - } - - # random_owned = { - # limit = { is_core = FROM } - # owner = { all_core = { remove_core = FROM } } - # } - - random_owned = { - limit = { owner = { is_vassal = no } } - owner = { FROM = { create_vassal = THIS } } - } - - random_list = { - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 30 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 40 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 50 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 60 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 70 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 80 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 90 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 100 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 110 } } - 10 = { add_country_modifier = { name = considering_colonial_offer duration = 120 } } - } - - random_country = { - limit = { - is_vassal = no - NOT = { has_country_modifier = considering_colonial_offer } - THIS = { overlord = { has_country_modifier = being_dismantled } } - OR = { - neighbour = THIS - AND = { - THIS = { num_of_ports = 1 } - num_of_ports = 1 - } - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - AND = { - truce_with = FROM - has_country_modifier = dismantling_country - } - AND = { - THIS = { overlord = { has_country_modifier = international_pariah } } - has_country_flag = coalition_member - } - } - } - add_country_modifier = { name = considering_colonial_offer duration = 2 } - random_list = { - 25 = { country_event = 96096 } - 25 = { country_event = { id = 96096 days = 1 } } - 25 = { country_event = { id = 96096 days = 2 } } - 25 = { country_event = { id = 96096 days = 3 } } - } - } - } + id = 96095 + title = "EVTNAME96095" + desc = "EVTDESC96095" + picture = "greatpowers" + + is_triggered_only = yes + + immediate = { + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + + option = { + name = "EVT96095OPTA" + random_owned = { + limit = { owner = { NOT = { has_country_flag = colony_to_be_annexed_flag } } } + owner = { set_country_flag = colony_to_be_annexed_flag } + } + random_owned = { + limit = { owner = { NOT = { has_country_modifier = colony_to_be_annexed } } } + owner = { add_country_modifier = { name = colony_to_be_annexed duration = 385 } } + } + + # random_owned = { + # limit = { is_core = FROM } + # owner = { all_core = { remove_core = FROM } } + # } + + random_owned = { + limit = { owner = { is_vassal = no } } + owner = { FROM = { create_vassal = THIS } } + } + + random_list = { + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 30 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 40 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 50 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 60 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 70 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 80 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 90 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 100 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 110 } } + 10 = { add_country_modifier = { name = considering_colonial_offer duration = 120 } } + } + + random_country = { + limit = { + is_vassal = no + NOT = { has_country_modifier = considering_colonial_offer } + THIS = { overlord = { has_country_modifier = being_dismantled } } + OR = { + neighbour = THIS + AND = { + THIS = { num_of_ports = 1 } + num_of_ports = 1 + } + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + AND = { + truce_with = FROM + has_country_modifier = dismantling_country + } + AND = { + THIS = { overlord = { has_country_modifier = international_pariah } } + has_country_flag = coalition_member + } + } + } + add_country_modifier = { name = considering_colonial_offer duration = 2 } + random_list = { + 25 = { country_event = 96096 } + 25 = { country_event = { id = 96096 days = 1 } } + 25 = { country_event = { id = 96096 days = 2 } } + 25 = { country_event = { id = 96096 days = 3 } } + } + } + } } #GP's get colonies country_event = { - - id = 96096 - title = "EVTNAME96096" #The $FROMCOUNTRY_ADJ$ Colony - desc = "EVTDESC96096" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96096" #We will take what we can - random_country = { - limit = { - tag = FROM - OR = { - neighbour = THIS - AND = { - THIS = { any_owned_province = { has_building = naval_base } } - num_of_ports = 1 - } - } - } - - random_owned = { - limit = { owner = { total_pops = 10000000 } } - THIS = { badboy = 10 } - } - random_owned = { - limit = { - owner = { - total_pops = 9500000 - NOT = { total_pops = 10000000 } - } - } - THIS = { badboy = 9.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 9000000 - NOT = { total_pops = 9500000 } - } - } - THIS = { badboy = 9 } - } - - random_owned = { - limit = { - owner = { - total_pops = 8500000 - NOT = { total_pops = 9000000 } - } - } - THIS = { badboy = 8.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 8000000 - NOT = { total_pops = 8500000 } - } - } - THIS = { badboy = 8 } - } - - random_owned = { - limit = { - owner = { - total_pops = 7500000 - NOT = { total_pops = 8000000 } - } - } - THIS = { badboy = 7.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 7000000 - NOT = { total_pops = 7500000 } - } - } - THIS = { badboy = 7 } - } - - random_owned = { - limit = { - owner = { - total_pops = 6500000 - NOT = { total_pops = 7000000 } - } - } - THIS = { badboy = 6.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 6000000 - NOT = { total_pops = 6500000 } - } - } - THIS = { badboy = 6 } - } - - random_owned = { - limit = { - owner = { - total_pops = 5500000 - NOT = { total_pops = 6000000 } - } - } - THIS = { badboy = 5.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 5000000 - NOT = { total_pops = 5500000 } - } - } - THIS = { badboy = 5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 4500000 - NOT = { total_pops = 5000000 } - } - } - THIS = { badboy = 4.5 } - } - - random_owned = { - limit = { - owner = { - total_pops = 4000000 - NOT = { total_pops = 4500000 } - } - } - THIS = { badboy = 4 } - } - random_owned = { - limit = { - owner = { - total_pops = 3500000 - NOT = { total_pops = 4000000 } - } - } - THIS = { badboy = 3.5 } - } - random_owned = { - limit = { - owner = { - total_pops = 3000000 - NOT = { total_pops = 3500000 } - } - } - THIS = { badboy = 3 } - } - random_owned = { - limit = { - owner = { - total_pops = 2500000 - NOT = { total_pops = 3000000 } - } - } - THIS = { badboy = 2.5 } - } - random_owned = { - limit = { - owner = { - total_pops = 2000000 - NOT = { total_pops = 2500000 } - } - } - THIS = { badboy = 2 } - } - random_owned = { - limit = { - owner = { - total_pops = 1500000 - NOT = { total_pops = 2000000 } - } - } - THIS = { badboy = 1.5 } - } - random_owned = { - limit = { - owner = { - total_pops = 1000000 - NOT = { total_pops = 1500000 } - } - } - THIS = { badboy = 1 } - } - random_owned = { - limit = { - owner = { - total_pops = 500000 - NOT = { total_pops = 1000000 } - } - } - THIS = { badboy = 0.5 } - } - random_owned = { - limit = { - total_pops = 250000 - NOT = { total_pops = 500000 } - } - THIS = { badboy = 0.25 } - } - random_owned = { - limit = { - NOT = { total_pops = 250000 } - } - THIS = { badboy = 0.05 } - } - - country_event = 96097 - } - - - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { num_of_ports = 1 } - } - modifier = { - factor = 0.25 - capital_scope = { NOT = { continent = europe } } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 2 - colonial_nation = yes - } - modifier = { - factor = 0 - badboy = 0.65 - } - } - } - - option = { - name = "EVTOPTB96096" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power - - ai_chance = { - factor = 40 - modifier = { - factor = 0 - NOT = { num_of_ports = 1 } - } - modifier = { - factor = 0.5 - capital_scope = { NOT = { continent = europe } } - } - modifier = { - factor = 0 - badboy = 0.65 - } - } - } - - option = { - name = "EVTOPTC96096" #We have no interest in their colonies - remove_country_modifier = dismantling_country - badboy = -4 - ai_chance = { - factor = 10 - modifier = { - factor = 1.5 - capital_scope = { NOT = { continent = europe } } - } - modifier = { - factor = 10 - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - capital_scope = { continent = polynesia } - } - } - } - } + + id = 96096 + title = "EVTNAME96096" #The $FROMCOUNTRY_ADJ$ Colony + desc = "EVTDESC96096" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96096" #We will take what we can + random_country = { + limit = { + tag = FROM + OR = { + neighbour = THIS + AND = { + THIS = { any_owned_province = { has_building = naval_base } } + num_of_ports = 1 + } + } + } + + random_owned = { + limit = { owner = { total_pops = 10000000 } } + THIS = { badboy = 10 } + } + random_owned = { + limit = { + owner = { + total_pops = 9500000 + NOT = { total_pops = 10000000 } + } + } + THIS = { badboy = 9.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 9000000 + NOT = { total_pops = 9500000 } + } + } + THIS = { badboy = 9 } + } + + random_owned = { + limit = { + owner = { + total_pops = 8500000 + NOT = { total_pops = 9000000 } + } + } + THIS = { badboy = 8.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 8000000 + NOT = { total_pops = 8500000 } + } + } + THIS = { badboy = 8 } + } + + random_owned = { + limit = { + owner = { + total_pops = 7500000 + NOT = { total_pops = 8000000 } + } + } + THIS = { badboy = 7.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 7000000 + NOT = { total_pops = 7500000 } + } + } + THIS = { badboy = 7 } + } + + random_owned = { + limit = { + owner = { + total_pops = 6500000 + NOT = { total_pops = 7000000 } + } + } + THIS = { badboy = 6.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 6000000 + NOT = { total_pops = 6500000 } + } + } + THIS = { badboy = 6 } + } + + random_owned = { + limit = { + owner = { + total_pops = 5500000 + NOT = { total_pops = 6000000 } + } + } + THIS = { badboy = 5.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 5000000 + NOT = { total_pops = 5500000 } + } + } + THIS = { badboy = 5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 4500000 + NOT = { total_pops = 5000000 } + } + } + THIS = { badboy = 4.5 } + } + + random_owned = { + limit = { + owner = { + total_pops = 4000000 + NOT = { total_pops = 4500000 } + } + } + THIS = { badboy = 4 } + } + random_owned = { + limit = { + owner = { + total_pops = 3500000 + NOT = { total_pops = 4000000 } + } + } + THIS = { badboy = 3.5 } + } + random_owned = { + limit = { + owner = { + total_pops = 3000000 + NOT = { total_pops = 3500000 } + } + } + THIS = { badboy = 3 } + } + random_owned = { + limit = { + owner = { + total_pops = 2500000 + NOT = { total_pops = 3000000 } + } + } + THIS = { badboy = 2.5 } + } + random_owned = { + limit = { + owner = { + total_pops = 2000000 + NOT = { total_pops = 2500000 } + } + } + THIS = { badboy = 2 } + } + random_owned = { + limit = { + owner = { + total_pops = 1500000 + NOT = { total_pops = 2000000 } + } + } + THIS = { badboy = 1.5 } + } + random_owned = { + limit = { + owner = { + total_pops = 1000000 + NOT = { total_pops = 1500000 } + } + } + THIS = { badboy = 1 } + } + random_owned = { + limit = { + owner = { + total_pops = 500000 + NOT = { total_pops = 1000000 } + } + } + THIS = { badboy = 0.5 } + } + random_owned = { + limit = { + total_pops = 250000 + NOT = { total_pops = 500000 } + } + THIS = { badboy = 0.25 } + } + random_owned = { + limit = { + NOT = { total_pops = 250000 } + } + THIS = { badboy = 0.05 } + } + + country_event = 96097 + } + + + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { num_of_ports = 1 } + } + modifier = { + factor = 0.25 + capital_scope = { NOT = { continent = europe } } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 2 + colonial_nation = yes + } + modifier = { + factor = 0 + badboy = 0.65 + } + } + } + + option = { + name = "EVTOPTB96096" #Our only interest is limiting $FROMCOUNTRY_ADJ$ power + + ai_chance = { + factor = 40 + modifier = { + factor = 0 + NOT = { num_of_ports = 1 } + } + modifier = { + factor = 0.5 + capital_scope = { NOT = { continent = europe } } + } + modifier = { + factor = 0 + badboy = 0.65 + } + } + } + + option = { + name = "EVTOPTC96096" #We have no interest in their colonies + remove_country_modifier = dismantling_country + badboy = -4 + ai_chance = { + factor = 10 + modifier = { + factor = 1.5 + capital_scope = { NOT = { continent = europe } } + } + modifier = { + factor = 10 + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + capital_scope = { continent = polynesia } + } + } + } + } } #Colonies get informed they are about to be annexed country_event = { - - id = 96097 - title = "EVTNAME96097" - desc = "EVTDESC96097" - picture = "treaty" - - is_triggered_only = yes - - immediate = { - remove_country_modifier = colony_to_be_annexed - clr_country_flag = colony_to_be_annexed_flag - neutrality = yes - overlord = { - release_vassal = THIS - leave_alliance = THIS - relation = { who = THIS value = -300 } - } - } - - option = { - name = "EVTOPTA96097" #We submit - civilized = no - FROM = { inherit = THIS } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVTOPTB96097" #We will never give up - FROM = { country_event = 96099 } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { total_pops = 2500000 } - } - modifier = { - factor = 1.25 - total_pops = 3000000 - } - modifier = { - factor = 1.25 - total_pops = 3500000 - } - modifier = { - factor = 1.25 - total_pops = 4000000 - } - modifier = { - factor = 1.25 - total_pops = 4500000 - } - modifier = { - factor = 1.25 - total_pops = 5000000 - } - modifier = { - factor = 1.5 - tag = HND - } - modifier = { - factor = 0.1 - capital_scope = { continent = africa } - } - } - } + + id = 96097 + title = "EVTNAME96097" + desc = "EVTDESC96097" + picture = "treaty" + + is_triggered_only = yes + + immediate = { + remove_country_modifier = colony_to_be_annexed + clr_country_flag = colony_to_be_annexed_flag + neutrality = yes + overlord = { + release_vassal = THIS + leave_alliance = THIS + relation = { who = THIS value = -300 } + } + } + + option = { + name = "EVTOPTA96097" #We submit + civilized = no + FROM = { inherit = THIS } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVTOPTB96097" #We will never give up + FROM = { country_event = 96099 } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { total_pops = 2500000 } + } + modifier = { + factor = 1.25 + total_pops = 3000000 + } + modifier = { + factor = 1.25 + total_pops = 3500000 + } + modifier = { + factor = 1.25 + total_pops = 4000000 + } + modifier = { + factor = 1.25 + total_pops = 4500000 + } + modifier = { + factor = 1.25 + total_pops = 5000000 + } + modifier = { + factor = 1.5 + tag = HND + } + modifier = { + factor = 0.1 + capital_scope = { continent = africa } + } + } + } } #Nation gets informed that colony refuses to submit country_event = { - - id = 96099 - title = "EVTNAME96099" - desc = "EVTDESC96099" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96099" #War it is! - random_country = { - limit = { - tag = FROM - total_pops = 14000000 - } - THIS = { badboy = 5 } - } - random_country = { - limit = { - tag = FROM - total_pops = 13000000 - NOT = { total_pops = 14000000 } - } - THIS = { badboy = 4 } - } - random_country = { - limit = { - tag = FROM - total_pops = 12000000 - NOT = { total_pops = 13000000 } - } - THIS = { badboy = 3 } - } - random_country = { - limit = { - tag = FROM - total_pops = 11000000 - NOT = { total_pops = 12000000 } - } - THIS = { badboy = 2 } - } - random_country = { - limit = { - tag = FROM - NOT = { total_pops = 11000000 } - } - THIS = { badboy = 1 } - } - casus_belli = { - target = FROM - type = conquest_any - months = 12 - } - war = { - target = FROM - attacker_goal = { casus_belli = conquest_any } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - badboy = 0.97 - } - } - } - - option = { - name = "EVTOPTB96099" #Let it go - badboy = -1 - ai_chance = { - factor = 20 - modifier = { factor = 2 NOT = { military_score = FROM } } - modifier = { factor = 1.5 NOT = { FROM = { brigades_compare = 1.5 } } } - } - } + + id = 96099 + title = "EVTNAME96099" + desc = "EVTDESC96099" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96099" #War it is! + random_country = { + limit = { + tag = FROM + total_pops = 14000000 + } + THIS = { badboy = 5 } + } + random_country = { + limit = { + tag = FROM + total_pops = 13000000 + NOT = { total_pops = 14000000 } + } + THIS = { badboy = 4 } + } + random_country = { + limit = { + tag = FROM + total_pops = 12000000 + NOT = { total_pops = 13000000 } + } + THIS = { badboy = 3 } + } + random_country = { + limit = { + tag = FROM + total_pops = 11000000 + NOT = { total_pops = 12000000 } + } + THIS = { badboy = 2 } + } + random_country = { + limit = { + tag = FROM + NOT = { total_pops = 11000000 } + } + THIS = { badboy = 1 } + } + casus_belli = { + target = FROM + type = conquest_any + months = 12 + } + war = { + target = FROM + attacker_goal = { casus_belli = conquest_any } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + badboy = 0.97 + } + } + } + + option = { + name = "EVTOPTB96099" #Let it go + badboy = -1 + ai_chance = { + factor = 20 + modifier = { factor = 2 NOT = { military_score = FROM } } + modifier = { factor = 1.5 NOT = { FROM = { brigades_compare = 1.5 } } } + } + } } #Nation gets forced to cede half-complete colonies country_event = { - id = 961000 - title = "EVTNAME961000" - desc = "EVTDESC961000" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA961000" - random_country = { - limit = { - THIS = { has_country_flag = nigeria_master } - tag = FROM - any_owned_province = { is_core = NGR } - } - any_owned = { - limit = { is_core = NGR } - remove_core = NIG - remove_core = SOK - remove_core = DND - remove_core = TOU - remove_core = OYO - remove_core = BEN - remove_core = ARO - remove_core = CLA - remove_core = WRI - remove_core = KBO - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = ivc_master } - tag = FROM - any_owned_province = { is_core = IVC } - } - any_owned = { - limit = { is_core = IVC } - remove_core = KNG - remove_core = ASH - remove_core = MOS - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = guinea_master } - tag = FROM - any_owned_province = { is_core = GNE } - } - any_owned = { - limit = { is_core = GNE } - remove_core = JAL - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = senegal_master } - tag = FROM - any_owned_province = { is_core = SNG } - } - any_owned = { - limit = { is_core = SNG } - remove_core = TOO - remove_core = WOL - remove_core = SEG - remove_core = TOU - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = niger_master } - tag = FROM - any_owned_province = { is_core = NIG } - } - any_owned = { - limit = { is_core = NIG } - remove_core = DND - remove_core = TOU - remove_core = MAS - remove_core = DAM - remove_core = KBO - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = chad_master } - tag = FROM - any_owned_province = { is_core = CHD } - } - any_owned = { - limit = { is_core = CHD } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = cameroon_master } - tag = FROM - any_owned_province = { is_core = CMR } - } - any_owned = { - limit = { is_core = CMR } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = gabon_master } - tag = FROM - any_owned_province = { is_core = GAB } - } - any_owned = { - limit = { is_core = GAB } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = congo_master } - tag = FROM - any_owned_province = { is_core = CGO } - } - any_owned = { - limit = { is_core = CGO } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = zaire_master } - tag = FROM - any_owned_province = { is_core = CNG } - } - any_owned = { - limit = { is_core = CNG } - remove_core = CGO - remove_core = LUA - remove_core = LOA - remove_core = AZA - remove_core = KZB - remove_core = KON - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = zambia_master } - tag = FROM - any_owned_province = { is_core = ZAM } - } - any_owned = { - limit = { is_core = ZAM } - remove_core = KZB - remove_core = LUA - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = kenya_master } - tag = FROM - any_owned_province = { is_core = KNY } - } - any_owned = { - limit = { is_core = KNY } - remove_core = ZAN - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = tanzania_master } - tag = FROM - any_owned_province = { is_core = TNZ } - } - any_owned = { - limit = { is_core = TNZ } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = mali_master } - tag = FROM - any_owned_province = { is_core = MLI } - } - any_owned = { - limit = { is_core = MLI } - remove_core = TOU - remove_core = SEG - remove_core = MAS - remove_core = MOS - remove_core = DND - remove_core = BKF - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = angola_master } - tag = FROM - any_owned_province = { is_core = ANG } - } - any_owned = { - limit = { is_core = ANG } - remove_core = KON - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = sudan_master } - tag = FROM - any_owned_province = { is_core = SUD } - } - any_owned = { - limit = { is_core = SUD } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = ghana_master } - tag = FROM - any_owned_province = { is_core = GHN } - } - any_owned = { - limit = { is_core = GHN } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = burkina_master } - tag = FROM - any_owned_province = { is_core = BKF } - } - any_owned = { - limit = { is_core = BKF } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = indonesia_master } - tag = FROM - any_owned_province = { is_core = INO } - } - any_owned = { - limit = { is_core = INO } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { owns = 1868 } - tag = FROM - any_owned_province = { is_core = SOM } - } - any_owned = { - limit = { is_core = SOM } - secede_province = THIS - } - } - random_country = { - limit = { - THIS = { has_country_flag = namibia_master } - tag = FROM - any_owned_province = { is_core = NMB } - } - any_owned = { - limit = { is_core = NMB } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = guine_bissau_master } - tag = FROM - any_owned_province = { is_core = GBU } - } - any_owned = { - limit = { is_core = GBU } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = zimbabwe_master } - tag = FROM - any_owned_province = { is_core = ZBW } - } - any_owned = { - limit = { is_core = ZBW } - secede_province = THIS - } - } - - random_country = { - limit = { - THIS = { has_country_flag = mozambique_master } - tag = FROM - any_owned_province = { is_core = MOZ } - } - any_owned = { - limit = { is_core = MOZ } - secede_province = THIS - } - } - - } -} + id = 961000 + title = "EVTNAME961000" + desc = "EVTDESC961000" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA961000" + random_country = { + limit = { + THIS = { has_country_flag = nigeria_master } + tag = FROM + any_owned_province = { is_core = NGR } + } + any_owned = { + limit = { is_core = NGR } + remove_core = NIG + remove_core = SOK + remove_core = DND + remove_core = TOU + remove_core = OYO + remove_core = BEN + remove_core = ARO + remove_core = CLA + remove_core = WRI + remove_core = KBO + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = ivc_master } + tag = FROM + any_owned_province = { is_core = IVC } + } + any_owned = { + limit = { is_core = IVC } + remove_core = KNG + remove_core = ASH + remove_core = MOS + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = guinea_master } + tag = FROM + any_owned_province = { is_core = GNE } + } + any_owned = { + limit = { is_core = GNE } + remove_core = JAL + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = senegal_master } + tag = FROM + any_owned_province = { is_core = SNG } + } + any_owned = { + limit = { is_core = SNG } + remove_core = TOO + remove_core = WOL + remove_core = SEG + remove_core = TOU + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = niger_master } + tag = FROM + any_owned_province = { is_core = NIG } + } + any_owned = { + limit = { is_core = NIG } + remove_core = DND + remove_core = TOU + remove_core = MAS + remove_core = DAM + remove_core = KBO + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = chad_master } + tag = FROM + any_owned_province = { is_core = CHD } + } + any_owned = { + limit = { is_core = CHD } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = cameroon_master } + tag = FROM + any_owned_province = { is_core = CMR } + } + any_owned = { + limit = { is_core = CMR } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = gabon_master } + tag = FROM + any_owned_province = { is_core = GAB } + } + any_owned = { + limit = { is_core = GAB } + secede_province = THIS + } + } + random_country = { + limit = { + THIS = { has_country_flag = congo_master } + tag = FROM + any_owned_province = { is_core = CGO } + } + any_owned = { + limit = { is_core = CGO } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = zaire_master } + tag = FROM + any_owned_province = { is_core = CNG } + } + any_owned = { + limit = { is_core = CNG } + remove_core = CGO + remove_core = LUA + remove_core = LOA + remove_core = AZA + remove_core = KZB + remove_core = KON + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = zambia_master } + tag = FROM + any_owned_province = { is_core = ZAM } + } + any_owned = { + limit = { is_core = ZAM } + remove_core = KZB + remove_core = LUA + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = kenya_master } + tag = FROM + any_owned_province = { is_core = KNY } + } + any_owned = { + limit = { is_core = KNY } + remove_core = ZAN + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = tanzania_master } + tag = FROM + any_owned_province = { is_core = TNZ } + } + any_owned = { + limit = { is_core = TNZ } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = mali_master } + tag = FROM + any_owned_province = { is_core = MLI } + } + any_owned = { + limit = { is_core = MLI } + remove_core = TOU + remove_core = SEG + remove_core = MAS + remove_core = MOS + remove_core = DND + remove_core = BKF + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = angola_master } + tag = FROM + any_owned_province = { is_core = ANG } + } + any_owned = { + limit = { is_core = ANG } + remove_core = KON + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = sudan_master } + tag = FROM + any_owned_province = { is_core = SUD } + } + any_owned = { + limit = { is_core = SUD } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = ghana_master } + tag = FROM + any_owned_province = { is_core = GHN } + } + any_owned = { + limit = { is_core = GHN } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = burkina_master } + tag = FROM + any_owned_province = { is_core = BKF } + } + any_owned = { + limit = { is_core = BKF } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = indonesia_master } + tag = FROM + any_owned_province = { is_core = INO } + } + any_owned = { + limit = { is_core = INO } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { owns = 1868 } + tag = FROM + any_owned_province = { is_core = SOM } + } + any_owned = { + limit = { is_core = SOM } + secede_province = THIS + } + } + random_country = { + limit = { + THIS = { has_country_flag = namibia_master } + tag = FROM + any_owned_province = { is_core = NMB } + } + any_owned = { + limit = { is_core = NMB } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = guine_bissau_master } + tag = FROM + any_owned_province = { is_core = GBU } + } + any_owned = { + limit = { is_core = GBU } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = zimbabwe_master } + tag = FROM + any_owned_province = { is_core = ZBW } + } + any_owned = { + limit = { is_core = ZBW } + secede_province = THIS + } + } + + random_country = { + limit = { + THIS = { has_country_flag = mozambique_master } + tag = FROM + any_owned_province = { is_core = MOZ } + } + any_owned = { + limit = { is_core = MOZ } + secede_province = THIS + } + } + + } +} diff --git a/HPM/events/Greater Germany.txt b/HPM/events/Greater Germany.txt index c4c95e22..eff077dd 100644 --- a/HPM/events/Greater Germany.txt +++ b/HPM/events/Greater Germany.txt @@ -1,7 +1,7 @@ ############################################################# -# # -# Greater Germany Events # -# # +# # +# Greater Germany Events # +# # ############################################################# #Forming Germany as Austria @@ -10,471 +10,545 @@ #but still owns non-Austrian/German core provinces country_event = { - id = 31510 - title = "EVTNAME31510" #A Greater Austrian Destiny? - desc = "EVTDESC31510" - news = yes - news_desc_long = "EVTDESC31510_NEWS_LONG" - news_desc_medium = "EVTDESC31510_NEWS_MEDIUM" - news_desc_short = "EVTDESC31510_NEWS_SHORT" - picture = "threehurrahs" - major = yes - - trigger = { - OR = { - tag = AUS - tag = KUK - } - prestige = 45 - nationalism_n_imperialism = 1 - is_greater_power = yes - war = no - GER = { - all_core = { - OR = { - owned_by = THIS - owner = { - in_sphere = THIS - OR = { - is_vassal = no - vassal_of = THIS - } - war = no - is_greater_power = no - } - } - } - } - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - NOT = { - exists = GER - has_country_flag = austrian_destiny - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT31510OPTA" - set_country_flag = austrian_destiny - set_country_flag = austrian_greater_germany - badboy = 40 - all_core = { - limit = { - NOT = { is_core = HUN } - } - add_core = GER - } - any_owned = { - limit = { - OR = { - is_core = HUN - is_core = POL - is_core = ROM - is_core = CRO - is_core = VEN - is_core = LOM - is_core = SER - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - militancy = 5 - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = free_peoples - months = 60 - } - casus_belli = { - target = SGF - type = free_peoples - months = 60 - } - casus_belli = { - target = GER - type = free_peoples - months = 60 - } - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT31510OPTB" - set_country_flag = austrian_destiny - set_country_flag = austrian_greater_germany - badboy = 20 - all_core = { - limit = { - OR = { - NOT = { is_core = HUN } - province_id = 624 - province_id = 778 - } - } - add_core = GER - } - any_owned = { - limit = { - is_core = HUN - OR = { - province_id = 624 - province_id = 778 - } - } - remove_core = HUN - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { is_core = GER } - } - consciousness = 5 - militancy = 5 - } - any_country = { - limit = { - NOT = { is_culture_group = germanic } - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31511 - } - any_country = { - limit = { - tag = HUN - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31511 - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = release_puppet - months = 60 - } - casus_belli = { - target = SGF - type = release_puppet - months = 60 - } - casus_belli = { - target = GER - type = release_puppet - months = 60 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - badboy = 0.2 - NOT = { government = fascist_dictatorship } - NOT = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.5 - tag = KUK - } - modifier = { - factor = 0.5 - government = absolute_monarchy - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - } - } - - option = { - name = "EVT31510OPTC" - set_country_flag = austrian_destiny - set_country_flag = austrian_greater_germany - badboy = 10 - all_core = { - limit = { - OR = { - NOT = { is_core = HUN } - province_id = 624 - province_id = 778 - } - } - add_core = GER - } - any_owned = { - limit = { - is_core = HUN - OR = { - province_id = 624 - province_id = 778 - } - } - remove_core = HUN - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { is_core = GER } - } - consciousness = 5 - militancy = 5 - } - any_country = { - limit = { - NOT = { is_culture_group = germanic } - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31512 - } - any_country = { - limit = { - tag = HUN - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31512 - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { who = THIS value = -50 } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - war_policy = jingoism - } - modifier = { - factor = 0.1 - NOT = { badboy = 0.2 } - } - modifier = { - factor = 0 - tag = KUK - } - modifier = { - factor = 0.5 - government = absolute_monarchy - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - } - } - - option = { - name = "EVT31510OPTD" - set_country_flag = austrian_destiny - prestige = -25 - badboy = -5 - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 2 - tag = KUK - } - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - } - } + id = 31510 + title = "EVTNAME31510" #A Greater Austrian Destiny? + desc = "EVTDESC31510" + news = yes + news_desc_long = "EVTDESC31510_NEWS_LONG" + news_desc_medium = "EVTDESC31510_NEWS_MEDIUM" + news_desc_short = "EVTDESC31510_NEWS_SHORT" + picture = "threehurrahs" + major = yes + + trigger = { + OR = { + tag = AUS + tag = KUK + } + prestige = 45 + nationalism_n_imperialism = 1 + is_greater_power = yes + war = no + GER = { + all_core = { + OR = { + owned_by = THIS + owner = { + in_sphere = THIS + OR = { + is_vassal = no + vassal_of = THIS + } + war = no + is_greater_power = no + } + } + } + } + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + NOT = { + exists = GER + has_country_flag = austrian_destiny + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT31510OPTA" + set_country_flag = austrian_destiny + set_country_flag = austrian_greater_germany + badboy = 40 + all_core = { + limit = { + NOT = { is_core = HUN } + } + add_core = GER + } + any_owned = { + limit = { + OR = { + is_core = HUN + is_core = POL + is_core = ROM + is_core = CRO + is_core = VEN + is_core = LOM + is_core = SER + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + militancy = 5 + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = free_peoples + months = 60 + } + casus_belli = { + target = SGF + type = free_peoples + months = 60 + } + casus_belli = { + target = GER + type = free_peoples + months = 60 + } + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT31510OPTB" + set_country_flag = austrian_destiny + set_country_flag = austrian_greater_germany + badboy = 20 + AUS_612 = { add_core = GER remove_core = HUN } + AUS_734 = { add_core = GER remove_core = HUN } + AUS_613 = { add_core = GER remove_core = HUN } + AUS_619 = { add_core = GER remove_core = HUN } + AUS_733 = { remove_core = AUS remove_core = KUK } + AUS_736 = { remove_core = AUS remove_core = KUK } + AUS_768 = { remove_core = AUS remove_core = KUK } + random_country = { + limit = { + owns = 625 + 625 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_625 = { add_core = GER } #Bohemia + } + random_country = { + limit = { + owns = 689 + 689 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_627 = { add_core = GER } #Lower Silesia + } + random_country = { + limit = { + owns = 629 + 629 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_626 = { add_core = GER } #Sudetes + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { is_core = GER } + } + consciousness = 5 + militancy = 5 + } + + any_country = { #Returns cores to existing countries + limit = { + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = yes + } + country_event = 31717 + } + + any_country = { #Frees greater Hungary and vassalizes them + limit = { + tag = HUN + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31511 + } + + any_country = { #Goes through each of the other major nations in Austria, free and vassalize them + limit = { + OR = { + tag = BOS + tag = CRO + tag = SLO + tag = SLV + tag = BOH + } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31511 + } + + any_country = { #Goes through each of the other non-italian nations in Austria, free and vassalize them + limit = { + NOT = { is_culture_group = germanic } + NOT = { is_culture_group = italian } + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31511 + } + + any_country = { #Legacy code. Goes through each of the other nations in Austria, free and vassalize them + limit = { + NOT = { is_culture_group = germanic } + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31511 + } + + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = release_puppet + months = 60 + } + casus_belli = { + target = SGF + type = release_puppet + months = 60 + } + casus_belli = { + target = GER + type = release_puppet + months = 60 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + badboy = 0.2 + NOT = { government = fascist_dictatorship } + NOT = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.5 + tag = KUK + } + modifier = { + factor = 0.5 + government = absolute_monarchy + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + } + } + + option = { + name = "EVT31510OPTC" + set_country_flag = austrian_destiny + set_country_flag = austrian_greater_germany + badboy = 10 + all_core = { + limit = { + OR = { + NOT = { is_core = HUN } + province_id = 624 + province_id = 778 + } + } + add_core = GER + } + any_owned = { + limit = { + is_core = HUN + OR = { + province_id = 624 + province_id = 778 + } + } + remove_core = HUN + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { is_core = GER } + } + consciousness = 5 + militancy = 5 + } + any_country = { + limit = { + NOT = { is_culture_group = germanic } + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31512 + } + any_country = { + limit = { + tag = HUN + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31512 + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { who = THIS value = -50 } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + war_policy = jingoism + } + modifier = { + factor = 0.1 + NOT = { badboy = 0.2 } + } + modifier = { + factor = 0 + tag = KUK + } + modifier = { + factor = 0.5 + government = absolute_monarchy + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + } + } + + option = { + name = "EVT31510OPTD" + set_country_flag = austrian_destiny + prestige = -25 + badboy = -5 + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 2 + tag = KUK + } + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + } + } } country_event = { - id = 31511 - title = "EVTNAME31511" #Limited Autonomy - desc = "EVTDESC31511" - - is_triggered_only = yes - - option = { - name = "EVT31511OPTA" - FROM = { - any_owned = { - limit = { - NOT = { is_core = GER } - is_core = THIS - } - secede_province = THIS - } - } - FROM = { - prestige = -5 - create_vassal = THIS - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - is_greater_power = yes - OR = { - neighbour = THIS - is_culture_group = THIS - tag = FRA - tag = RUS - tag = ENG - } - } - diplomatic_influence = { who = THIS value = 100 } - } - prestige = -100 - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 4 - militancy = 4 - } - any_pop = { - limit = { is_culture_group = germanic } - militancy = -4 - } - } + id = 31511 + title = "EVTNAME31511" #Limited Autonomy + desc = "EVTDESC31511" + + is_triggered_only = yes + + option = { + name = "EVT31511OPTA" + FROM = { + any_owned = { + limit = { + NOT = { is_core = GER } + is_core = THIS + } + secede_province = THIS + } + } + FROM = { + prestige = -5 + create_vassal = THIS + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + is_greater_power = yes + OR = { + neighbour = THIS + is_culture_group = THIS + tag = FRA + tag = RUS + tag = ENG + } + } + diplomatic_influence = { who = THIS value = 100 } + } + prestige = -100 + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 4 + militancy = 4 + } + any_pop = { + limit = { is_culture_group = germanic } + militancy = -4 + } + } } country_event = { - id = 31512 - title = "EVTNAME31512" - desc = "EVTDESC31512" - - is_triggered_only = yes - - option = { - name = "EVT31511OPTA" - FROM = { - any_owned = { - limit = { - NOT = { is_core = GER } - is_core = THIS - } - secede_province = THIS - } - } - FROM = { - prestige = -5 - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - } - any_country = { - limit = { - is_greater_power = yes - OR = { - neighbour = THIS - is_culture_group = THIS - tag = FRA - tag = RUS - tag = ENG - } - } - diplomatic_influence = { who = THIS value = 100 } - } - prestige = -100 - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -4 - militancy = -4 - } - any_pop = { - limit = { is_culture_group = germanic } - militancy = 4 - } - } + id = 31512 + title = "EVTNAME31512" + desc = "EVTDESC31512" + + is_triggered_only = yes + + option = { + name = "EVT31511OPTA" + FROM = { + any_owned = { + limit = { + NOT = { is_core = GER } + is_core = THIS + } + secede_province = THIS + } + } + FROM = { + prestige = -5 + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + } + any_country = { + limit = { + is_greater_power = yes + OR = { + neighbour = THIS + is_culture_group = THIS + tag = FRA + tag = RUS + tag = ENG + } + } + diplomatic_influence = { who = THIS value = 100 } + } + prestige = -100 + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -4 + militancy = -4 + } + any_pop = { + limit = { is_culture_group = germanic } + militancy = 4 + } + } } #Austria Joining Germany @@ -484,1044 +558,1222 @@ country_event = { #this is also triggered if they're in sphere at the time of Germany's formation country_event = { - id = 31515 - title = "EVTNAME31515" #The Greater Germany Question - desc = "EVTDESC31515" - major = yes - - trigger = { - OR = { - tag = AUS - tag = KUK - } - is_greater_power = no - war = no - ai = yes - GER = { - war = no - exists = yes - is_sphere_leader_of = THIS - } - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - OR = { - is_vassal = no - vassal_of = GER - } - NOT = { has_country_flag = austrian_destiny } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT31515OPTA" - set_country_flag = wants_to_unify - set_country_flag = austrian_destiny - GER = { country_event = 31516 } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 6 - militancy = 6 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - is_secondary_power = yes - } - modifier = { - factor = 0 - tag = KUK - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0.5 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - GER = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - modifier = { - factor = 3 - government = proletarian_dictatorship - GER = { government = proletarian_dictatorship } - } - modifier = { - factor = 0 - government = proletarian_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 3 - government = fascist_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - government = fascist_dictatorship - GER = { government = proletarian_dictatorship } - } - } - } - - option = { - name = "EVT31515OPTB" - set_country_flag = wants_to_unify - set_country_flag = austrian_destiny - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { NOT = { is_core = THIS } } - } - consciousness = 3 - militancy = 3 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { is_core = THIS } - } - consciousness = 5 - militancy = 5 - } - GER = { country_event = 31519 } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - is_secondary_power = yes - } - modifier = { - factor = 0.5 - tag = KUK - } - modifier = { - factor = 0.5 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - GER = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - modifier = { - factor = 0.5 - OR = { - government = democracy - government = hms_government - } - GER = { - NOT = { - OR = { - government = democracy - government = hms_government - } - } - } - } - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - modifier = { - factor = 0 - government = proletarian_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - government = fascist_dictatorship - GER = { government = proletarian_dictatorship } - } - } - } - - option = { - name = "EVT31515OPTC" - clr_country_flag = wants_to_unify - set_country_flag = austrian_destiny - GER = { country_event = 31518 } - prestige = -10 - badboy = -5 - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 1.5 - tag = KUK - } - modifier = { - factor = 1.5 - government = proletarian_dictatorship - GER = { NOT = { government = proletarian_dictatorship } } - } - modifier = { - factor = 1.5 - government = fascist_dictatorship - GER = { NOT = { government = fascist_dictatorship } } - } - modifier = { - factor = 1.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - GER = { - NOT = { - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - } - } - modifier = { - factor = 1.5 - OR = { - government = democracy - government = hms_government - } - GER = { - NOT = { - OR = { - government = democracy - government = hms_government - } - } - } - } - modifier = { - factor = 1.5 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - } - } - } + id = 31515 + title = "EVTNAME31515" #The Greater Germany Question + desc = "EVTDESC31515" + major = yes + + trigger = { + OR = { + tag = AUS + tag = KUK + } + is_greater_power = no + war = no + ai = yes + GER = { + war = no + exists = yes + is_sphere_leader_of = THIS + } + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + OR = { + is_vassal = no + vassal_of = GER + } + NOT = { has_country_flag = austrian_destiny } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT31515OPTA" + set_country_flag = wants_to_unify + set_country_flag = austrian_destiny + GER = { country_event = 31516 } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 6 + militancy = 6 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + is_secondary_power = yes + } + modifier = { + factor = 0 + tag = KUK + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0.5 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + GER = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + modifier = { + factor = 3 + government = proletarian_dictatorship + GER = { government = proletarian_dictatorship } + } + modifier = { + factor = 0 + government = proletarian_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 3 + government = fascist_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + government = fascist_dictatorship + GER = { government = proletarian_dictatorship } + } + } + } + + option = { + name = "EVT31515OPTB" + set_country_flag = wants_to_unify + set_country_flag = austrian_destiny + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { NOT = { is_core = THIS } } + } + consciousness = 3 + militancy = 3 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { is_core = THIS } + } + consciousness = 5 + militancy = 5 + } + GER = { country_event = 31519 } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + is_secondary_power = yes + } + modifier = { + factor = 0.5 + tag = KUK + } + modifier = { + factor = 0.5 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + GER = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + modifier = { + factor = 0.5 + OR = { + government = democracy + government = hms_government + } + GER = { + NOT = { + OR = { + government = democracy + government = hms_government + } + } + } + } + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + modifier = { + factor = 0 + government = proletarian_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + government = fascist_dictatorship + GER = { government = proletarian_dictatorship } + } + } + } + + option = { + name = "EVT31515OPTC" + clr_country_flag = wants_to_unify + set_country_flag = austrian_destiny + GER = { country_event = 31518 } + prestige = -10 + badboy = -5 + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 1.5 + tag = KUK + } + modifier = { + factor = 1.5 + government = proletarian_dictatorship + GER = { NOT = { government = proletarian_dictatorship } } + } + modifier = { + factor = 1.5 + government = fascist_dictatorship + GER = { NOT = { government = fascist_dictatorship } } + } + modifier = { + factor = 1.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + GER = { + NOT = { + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + } + } + modifier = { + factor = 1.5 + OR = { + government = democracy + government = hms_government + } + GER = { + NOT = { + OR = { + government = democracy + government = hms_government + } + } + } + } + modifier = { + factor = 1.5 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + } + } + } } #triggered for Germany if Austria declares its intentions to join no matter what country_event = { - id = 31516 - title = "EVTNAME31516" #Austria Petitions to Join Germany - desc = "EVTDESC31516" - news = yes - news_desc_long = "EVTDESC31531_NEWS_LONG" - news_desc_medium = "EVTDESC31531_NEWS_MEDIUM" - news_desc_short = "EVTDESC31531_NEWS_SHORT" - picture = "threehurrahs" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT31516OPTA" - badboy = 40 - random_country = { - limit = { - OR = { - tag = KUK - tag = FROM - } - } - all_core = { - limit = { - is_core = HUN - NOT = { province_id = 623 } - } - remove_core = KUK - } - } - FROM = { - all_core = { - limit = { - OR = { - NOT = { is_core = HUN } - region = AUS_623 - } - } - add_core = GER - } - } - random_country = { - limit = { - OR = { - tag = KUK - tag = FROM - } - } - all_core = { add_core = AUS } - } - inherit = FROM - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = free_peoples - months = 60 - } - } - any_owned = { - limit = { - OR = { - is_core = HUN - is_core = POL - is_core = ROM - is_core = CRO - is_core = VEN - is_core = LOM - is_core = SER - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT31516OPTB" - badboy = 20 - AUS_612 = { add_core = GER remove_core = HUN } - AUS_734 = { add_core = GER remove_core = HUN } - AUS_613 = { add_core = GER remove_core = HUN } - AUS_619 = { add_core = GER remove_core = HUN } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { who = THIS value = -50 } - } - FROM = { country_event = 31520 } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0.1 - badboy = 0.2 - } - } - } - - option = { - name = "EVT31516OPTC" - FROM = { clr_country_flag = wants_to_unify } - prestige = -25 - badboy = -5 - relation = { who = FROM value = -50 } - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - OR = { - war_policy = anti_military - war_policy = pacifism - } - } - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - } - } + id = 31516 + title = "EVTNAME31516" #Austria Petitions to Join Germany + desc = "EVTDESC31516" + news = yes + news_desc_long = "EVTDESC31531_NEWS_LONG" + news_desc_medium = "EVTDESC31531_NEWS_MEDIUM" + news_desc_short = "EVTDESC31531_NEWS_SHORT" + picture = "threehurrahs" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT31516OPTA" + badboy = 40 + random_country = { + limit = { + OR = { + tag = KUK + tag = FROM + } + } + all_core = { + limit = { + is_core = HUN + NOT = { province_id = 623 } + } + remove_core = KUK + } + } + FROM = { + all_core = { + limit = { + OR = { + NOT = { is_core = HUN } + region = AUS_623 + } + } + add_core = GER + } + } + random_country = { + limit = { + OR = { + tag = KUK + tag = FROM + } + } + all_core = { add_core = AUS } + } + inherit = FROM + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = free_peoples + months = 60 + } + } + any_owned = { + limit = { + OR = { + is_core = HUN + is_core = POL + is_core = ROM + is_core = CRO + is_core = VEN + is_core = LOM + is_core = SER + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT31516OPTB" + badboy = 20 + AUS_612 = { add_core = GER remove_core = HUN } + AUS_734 = { add_core = GER remove_core = HUN } + AUS_613 = { add_core = GER remove_core = HUN } + AUS_619 = { add_core = GER remove_core = HUN } + AUS_733 = { remove_core = AUS remove_core = KUK } + AUS_736 = { remove_core = AUS remove_core = KUK } + AUS_768 = { remove_core = AUS remove_core = KUK } + random_country = { + limit = { + owns = 625 + 625 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_625 = { add_core = GER } #Bohemia + } + random_country = { + limit = { + owns = 689 + 689 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_627 = { add_core = GER } #Lower Silesia + } + random_country = { + limit = { + owns = 629 + 629 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_626 = { add_core = GER } #Sudetes + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { who = THIS value = -50 } + } + FROM = { country_event = 31520 } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0.1 + badboy = 0.2 + } + } + } + + option = { + name = "EVT31516OPTC" + FROM = { clr_country_flag = wants_to_unify } + prestige = -25 + badboy = -5 + relation = { who = FROM value = -50 } + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + OR = { + war_policy = anti_military + war_policy = pacifism + } + } + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + } + } } country_event = { - id = 31517 - title = "EVTNAME31512" - desc = "EVTDESC31517" - - is_triggered_only = yes - - option = { - name = "EVT31511OPTA" - random_country = { - limit = { - OR = { - tag = AUS - tag = KUK - } - exists = yes - } - any_owned = { - limit = { - NOT = { is_core = GER } - is_core = THIS - } - secede_province = THIS - } - } - GER = { - any_owned = { - limit = { - NOT = { is_core = GER } - is_core = THIS - } - secede_province = THIS - } - prestige = -5 - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - is_greater_power = yes - OR = { - neighbour = THIS - is_culture_group = THIS - tag = FRA - tag = RUS - tag = ENG - } - } - diplomatic_influence = { who = THIS value = 100 } - } - prestige = -100 - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -6 - } - any_pop = { - limit = { is_culture_group = germanic } - militancy = 4 - } - } + id = 31517 + title = "EVTNAME31512" + desc = "EVTDESC31517" + + is_triggered_only = yes + + option = { + name = "EVT31511OPTA" + random_country = { + limit = { + OR = { + tag = AUS + tag = KUK + } + exists = yes + } + any_owned = { + limit = { + NOT = { is_core = GER } + is_core = THIS + } + secede_province = THIS + } + } + GER = { + any_owned = { + limit = { + NOT = { is_core = GER } + is_core = THIS + } + secede_province = THIS + } + prestige = -5 + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + is_greater_power = yes + OR = { + neighbour = THIS + is_culture_group = THIS + tag = FRA + tag = RUS + tag = ENG + } + } + diplomatic_influence = { who = THIS value = 100 } + } + prestige = -100 + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -6 + } + any_pop = { + limit = { is_culture_group = germanic } + militancy = 4 + } + } } #triggered if Austria/Austria-Hungary refuses to join Germany country_event = { - id = 31518 - title = "EVTNAME31518" #Austria Refuses German Unity! - desc = "EVTDESC31518" - news = yes - news_desc_long = "EVTDESC31518_NEWS_LONG" - news_desc_medium = "EVTDESC31518_NEWS_MEDIUM" - news_desc_short = "EVTDESC31518_NEWS_SHORT" - picture = "threehurrahs" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT31518OPTA" - badboy = 20 - diplomatic_influence = { who = FROM value = -400 } - relation = { who = FROM value = -400 } - AUS_612 = { add_core = GER remove_core = HUN } - AUS_734 = { add_core = GER remove_core = HUN } - AUS_613 = { add_core = GER remove_core = HUN } - AUS_619 = { add_core = GER remove_core = HUN } - add_casus_belli = { - target = FROM - type = humiliate - months = 60 - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - leave_alliance = THIS - relation = { who = THIS value = -200 } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - casus_belli = { - target = THIS - type = free_peoples - months = 60 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - modifier = { - factor = 0 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0.1 - badboy = 0.2 - } - } - } - - option = { - name = "EVT31518OPTB" - prestige = -25 - badboy = -5 - relation = { who = FROM value = 50 } - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - OR = { - war_policy = anti_military - war_policy = pacifism - } - } - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - } - } + id = 31518 + title = "EVTNAME31518" #Austria Refuses German Unity! + desc = "EVTDESC31518" + news = yes + news_desc_long = "EVTDESC31518_NEWS_LONG" + news_desc_medium = "EVTDESC31518_NEWS_MEDIUM" + news_desc_short = "EVTDESC31518_NEWS_SHORT" + picture = "threehurrahs" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT31518OPTA" + badboy = 20 + diplomatic_influence = { who = FROM value = -400 } + relation = { who = FROM value = -400 } + AUS_612 = { add_core = GER remove_core = HUN } + AUS_734 = { add_core = GER remove_core = HUN } + AUS_613 = { add_core = GER remove_core = HUN } + AUS_619 = { add_core = GER remove_core = HUN } + AUS_733 = { remove_core = AUS remove_core = KUK } + AUS_736 = { remove_core = AUS remove_core = KUK } + AUS_768 = { remove_core = AUS remove_core = KUK } + random_country = { + limit = { + owns = 625 + 625 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_625 = { add_core = GER } #Bohemia + } + random_country = { + limit = { + owns = 689 + 689 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_627 = { add_core = GER } #Lower Silesia + } + random_country = { + limit = { + owns = 629 + 629 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_626 = { add_core = GER } #Sudetes + } + add_casus_belli = { + target = FROM + type = humiliate + months = 60 + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + leave_alliance = THIS + relation = { who = THIS value = -200 } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + casus_belli = { + target = THIS + type = free_peoples + months = 60 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + modifier = { + factor = 0 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0.1 + badboy = 0.2 + } + } + } + + option = { + name = "EVT31518OPTB" + prestige = -25 + badboy = -5 + relation = { who = FROM value = 50 } + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + OR = { + war_policy = anti_military + war_policy = pacifism + } + } + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + } + } } #triggered if Austria/Austria-Hungary accepts union on the condition #that its non-German states are granted independence country_event = { - id = 31519 - title = "EVTNAME31516" #Austria Petitions to Join Germany - desc = "EVTDESC31519" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT31519OPTA" - prestige = 10 - badboy = 20 - AUS_612 = { add_core = GER remove_core = HUN } - AUS_734 = { add_core = GER remove_core = HUN } - AUS_613 = { add_core = GER remove_core = HUN } - AUS_619 = { add_core = GER remove_core = HUN } - FROM = { country_event = 31520 } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = free_peoples - months = 60 - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - modifier = { - factor = 0 - badboy = 0.2 - } - } - } - - option = { - name = "EVT31519OPTB" - FROM = { clr_country_flag = wants_to_unify } - prestige = -25 - badboy = -5 - relation = { who = FROM value = -50 } - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - OR = { - war_policy = anti_military - war_policy = pacifism - } - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - } - } - } + id = 31519 + title = "EVTNAME31516" #Austria Petitions to Join Germany + desc = "EVTDESC31519" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT31519OPTA" + prestige = 10 + badboy = 20 + AUS_612 = { add_core = GER remove_core = HUN } + AUS_734 = { add_core = GER remove_core = HUN } + AUS_613 = { add_core = GER remove_core = HUN } + AUS_619 = { add_core = GER remove_core = HUN } + AUS_733 = { remove_core = AUS remove_core = KUK } + AUS_736 = { remove_core = AUS remove_core = KUK } + AUS_768 = { remove_core = AUS remove_core = KUK } + random_country = { + limit = { + owns = 625 + 625 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_625 = { add_core = GER } #Bohemia + } + random_country = { + limit = { + owns = 689 + 689 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_627 = { add_core = GER } #Lower Silesia + } + random_country = { + limit = { + owns = 629 + 629 = { + OR = { + is_core = AUS + is_core = KUK + } + } + } + AUS_626 = { add_core = GER } #Sudetes + } + FROM = { country_event = 31520 } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = free_peoples + months = 60 + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + modifier = { + factor = 0 + badboy = 0.2 + } + } + } + + option = { + name = "EVT31519OPTB" + FROM = { clr_country_flag = wants_to_unify } + prestige = -25 + badboy = -5 + relation = { who = FROM value = -50 } + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + OR = { + war_policy = anti_military + war_policy = pacifism + } + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + } + } + } } country_event = { - id = 31520 - title = "EVTNAME31520" - desc = "EVTDESC31520" - news = yes - news_title = "EVTNAME31520_NEWS_TITLE" - news_desc_long = "EVTDESC31520_NEWS_LONG" - news_desc_medium = "EVTDESC31520_NEWS_MEDIUM" - news_desc_short = "EVTDESC31520_NEWS_SHORT" - picture = "threehurrahs" - - is_triggered_only = yes - - option = { - name = "EVT31511OPTA" - random_owned = { - limit = { - owner = { tag = KUK } - } - owner = { - all_core = { - limit = { NOT = { is_core = HUN } } - add_core = AUS - } - all_core = { remove_core = KUK } - } - } - - any_country = { - limit = { - tag = HUN - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31517 - } - any_country = { - limit = { - OR = { - tag = CRO - tag = SLO - tag = SLV - tag = BOH - } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31517 - } - any_country = { - limit = { - NOT = { is_culture_group = germanic } - NOT = { is_culture_group = italian } - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31517 - } - any_country = { - limit = { - is_culture_group = italian - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31517 - } - GER = { inherit = THIS } - } + id = 31520 + title = "EVTNAME31520" + desc = "EVTDESC31520" + news = yes + news_title = "EVTNAME31520_NEWS_TITLE" + news_desc_long = "EVTDESC31520_NEWS_LONG" + news_desc_medium = "EVTDESC31520_NEWS_MEDIUM" + news_desc_short = "EVTDESC31520_NEWS_SHORT" + picture = "threehurrahs" + + is_triggered_only = yes + + option = { + name = "EVT31511OPTA" + random_owned = { + limit = { + owner = { tag = KUK } + } + owner = { + all_core = { + limit = { NOT = { is_core = HUN } } + add_core = AUS + } + all_core = { remove_core = KUK } + } + } + any_country = { + limit = { + tag = MON + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = yes + } + country_event = 31717 + } + any_country = { + limit = { + OR = { + tag = CRO + tag = SLV + tag = BOH + tag = MON + tag = BAN + tag = GLM + tag = BKV + tag = BOS + } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + tag = VEN + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + tag = SLO + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + tag = HUN + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + NOT = { is_culture_group = germanic } + NOT = { is_culture_group = italian } + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + is_culture_group = italian + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31517 + } + any_country = { + limit = { + OR = { + primary_culture = north_italian + primary_culture = hungarian + primary_culture = polish + primary_culture = albanian + is_culture_group = south_slavic + is_culture_group = czecho_slovak_culture_group + tag = BAN + } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = yes + } + country_event = 31717 + } + GER = { inherit = THIS } + } } #triggered if Austria or Austria-Hungary no longer owns Austria proper country_event = { - id = 31521 - title = "EVTNAME31521" #Dissolution of Austria - desc = "EVTDESC31521" - news = yes - news_desc_long = "EVTDESC31521_NEWS_LONG" - news_desc_medium = "EVTDESC31521_NEWS_MEDIUM" - news_desc_short = "EVTDESC31521_NEWS_SHORT" - major = yes - picture = "unite" - - trigger = { - OR = { - tag = AUS - tag = KUK - } - ai = yes - NOT = { - has_country_flag = austria_dissolved - owns = 619 - owns = 612 - owns = 616 - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT31521OPTA" - set_country_flag = austria_dissolved - prestige = -25 - all_core = { - limit = { - NOT = { - region = AUS_619 - region = AUS_612 - region = AUS_613 - region = AUS_734 - } - } - remove_core = THIS - } - random_owned = { - limit = { - owner = { tag = KUK } - } - owner = { - all_core = { - add_core = AUS - remove_core = KUK - } - } - } - any_country = { - limit = { vassal_of = THIS } - leave_alliance = THIS - country_event = 31523 - } - any_country = { - limit = { - neighbour = THIS - exists = yes - any_core = { owned_by = THIS } - } - country_event = 31522 - } - - - any_country = { - limit = { - tag = HUN - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31526 - } - any_country = { - limit = { - OR = { - tag = CRO - tag = SLO - tag = SLV - tag = BOH - } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31526 - } - any_country = { - limit = { - NOT = { is_culture_group = germanic } - NOT = { is_culture_group = italian } - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31526 - } - any_country = { - limit = { - is_culture_group = italian - NOT = { tag = HUN } - any_core = { - owned_by = THIS - NOT = { is_core = GER } - is_colonial = no - } - exists = no - is_cultural_union = no - } - country_event = 31526 - } - - any_country = { - limit = { - any_core = { owned_by = THIS } - exists = no - is_cultural_union = no - } - country_event = 31526 - } - } + id = 31521 + title = "EVTNAME31521" #Dissolution of Austria + desc = "EVTDESC31521" + news = yes + news_desc_long = "EVTDESC31521_NEWS_LONG" + news_desc_medium = "EVTDESC31521_NEWS_MEDIUM" + news_desc_short = "EVTDESC31521_NEWS_SHORT" + major = yes + picture = "unite" + + trigger = { + OR = { + tag = AUS + tag = KUK + } + ai = yes + NOT = { + has_country_flag = austria_dissolved + owns = 619 + owns = 612 + owns = 616 + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT31521OPTA" + set_country_flag = austria_dissolved + prestige = -25 + all_core = { + limit = { + NOT = { + region = AUS_619 + region = AUS_612 + region = AUS_613 + region = AUS_734 + } + } + remove_core = THIS + } + random_owned = { + limit = { + owner = { tag = KUK } + } + owner = { + all_core = { + add_core = AUS + remove_core = KUK + } + } + } + any_country = { + limit = { vassal_of = THIS } + leave_alliance = THIS + country_event = 31523 + } + any_country = { + limit = { + neighbour = THIS + exists = yes + any_core = { owned_by = THIS } + } + country_event = 31522 + } + + + any_country = { + limit = { + tag = HUN + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31526 + } + any_country = { + limit = { + OR = { + tag = CRO + tag = SLO + tag = SLV + tag = BOH + } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31526 + } + any_country = { + limit = { + NOT = { is_culture_group = germanic } + NOT = { is_culture_group = italian } + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31526 + } + any_country = { + limit = { + is_culture_group = italian + NOT = { tag = HUN } + any_core = { + owned_by = THIS + NOT = { is_core = GER } + is_colonial = no + } + exists = no + is_cultural_union = no + } + country_event = 31526 + } + + any_country = { + limit = { + any_core = { owned_by = THIS } + exists = no + is_cultural_union = no + } + country_event = 31526 + } + } } country_event = { - - id = 31522 - title = "EVTNAME31522" - desc = "EVTDESC31522" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT31522OPTA" - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } + + id = 31522 + title = "EVTNAME31522" + desc = "EVTDESC31522" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT31522OPTA" + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } } country_event = { - - id = 31523 - title = "EVTNAME31522" - desc = "EVTDESC31523" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT31523OPTA" - FROM = { release_vassal = THIS } - } + + id = 31523 + title = "EVTNAME31522" + desc = "EVTDESC31523" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT31523OPTA" + FROM = { release_vassal = THIS } + } } country_event = { - id = 31526 - title = "EVTNAME31512" - desc = "EVTDESC31526" - picture = "celebration" - - is_triggered_only = yes - - option = { - name = "EVT31523OPTA" - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - any_country = { - limit = { - is_greater_power = yes - OR = { - neighbour = THIS - is_culture_group = THIS - tag = FRA - tag = RUS - tag = ENG - } - } - diplomatic_influence = { who = THIS value = 100 } - } - } + id = 31526 + title = "EVTNAME31512" + desc = "EVTDESC31526" + picture = "celebration" + + is_triggered_only = yes + + option = { + name = "EVT31523OPTA" + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + any_country = { + limit = { + is_greater_power = yes + OR = { + neighbour = THIS + is_culture_group = THIS + tag = FRA + tag = RUS + tag = ENG + } + } + diplomatic_influence = { who = THIS value = 100 } + } + } } #This fires if Austria is in Germany's sphere @@ -1529,225 +1781,250 @@ country_event = { #this is also triggered if they're in sphere at the time of Germany's formation country_event = { - id = 31530 - title = "EVTNAME31515" #The Greater Germany Question - desc = "EVTDESC31530" - picture = "greatpowers" - - trigger = { - tag = AUS - is_greater_power = no - war = no - GER = { - war = no - exists = yes - is_sphere_leader_of = THIS - } - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - OR = { - is_vassal = no - vassal_of = GER - } - NOT = { has_country_flag = austrian_destiny } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT31530OPTA" - set_country_flag = wants_to_unify - set_country_flag = austrian_destiny - GER = { country_event = 31531 } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 6 - militancy = 6 - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.75 - is_secondary_power = yes - } - modifier = { - factor = 2 - OR = { - alliance_with = GER - relation = { who = GER value = 100 } - } - } - modifier = { - factor = 3 - government = proletarian_dictatorship - GER = { government = proletarian_dictatorship } - } - modifier = { - factor = 0 - government = proletarian_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 3 - government = fascist_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 0 - government = fascist_dictatorship - GER = { government = proletarian_dictatorship } - } - } - } - - option = { - name = "EVT31515OPTC" - clr_country_flag = wants_to_unify - set_country_flag = austrian_destiny - GER = { country_event = 31518 } - prestige = -10 - badboy = -5 - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.75 - is_secondary_power = no - } - modifier = { - factor = 1.5 - truce_with = GER - } - modifier = { - factor = 1.5 - NOT = { - relation = { who = GER value = 0 } - } - } - modifier = { - factor = 0.25 - government = fascist_dictatorship - GER = { government = fascist_dictatorship } - } - modifier = { - factor = 0.25 - government = proletarian_dictatorship - GER = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.25 - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - GER = { - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } + id = 31530 + title = "EVTNAME31515" #The Greater Germany Question + desc = "EVTDESC31530" + picture = "greatpowers" + + trigger = { + tag = AUS + is_greater_power = no + war = no + GER = { + war = no + exists = yes + is_sphere_leader_of = THIS + } + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + OR = { + is_vassal = no + vassal_of = GER + } + NOT = { has_country_flag = austrian_destiny } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT31530OPTA" + set_country_flag = wants_to_unify + set_country_flag = austrian_destiny + GER = { country_event = 31531 } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 6 + militancy = 6 + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.75 + is_secondary_power = yes + } + modifier = { + factor = 2 + OR = { + alliance_with = GER + relation = { who = GER value = 100 } + } + } + modifier = { + factor = 3 + government = proletarian_dictatorship + GER = { government = proletarian_dictatorship } + } + modifier = { + factor = 0 + government = proletarian_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 3 + government = fascist_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 0 + government = fascist_dictatorship + GER = { government = proletarian_dictatorship } + } + } + } + + option = { + name = "EVT31515OPTC" + clr_country_flag = wants_to_unify + set_country_flag = austrian_destiny + GER = { country_event = 31518 } + prestige = -10 + badboy = -5 + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.75 + is_secondary_power = no + } + modifier = { + factor = 1.5 + truce_with = GER + } + modifier = { + factor = 1.5 + NOT = { + relation = { who = GER value = 0 } + } + } + modifier = { + factor = 0.25 + government = fascist_dictatorship + GER = { government = fascist_dictatorship } + } + modifier = { + factor = 0.25 + government = proletarian_dictatorship + GER = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.25 + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + GER = { + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } } #triggered for Germany if Austria agrees to join #and no longer owns its non-Austrian/German cores country_event = { - id = 31531 - title = "EVTNAME31516" #Austria Petitions to Join Germany - desc = "EVTDESC31531" - news = yes - news_desc_long = "EVTDESC31531_NEWS_LONG" - news_desc_medium = "EVTDESC31531_NEWS_MEDIUM" - news_desc_short = "EVTDESC31531_NEWS_SHORT" - picture = "threehurrahs" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT31518OPTA" - badboy = 10 - FROM = { - all_core = { add_core = GER } - } - inherit = FROM - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - OR = { - tag = FRA - tag = RUS - NOT = { relation = { who = THIS value = 0 } } - } - } - leave_alliance = THIS - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - badboy = 0.6 - NOT = { government = fascist_dictatorship } - NOT = { government = proletarian_dictatorship } - } - } - } - - option = { - name = "EVT31531OPTA" - FROM = { clr_country_flag = wants_to_unify } - prestige = -25 - badboy = -5 - relation = { who = FROM value = -50 } - any_pop = { - limit = { is_culture_group = germanic } - scaled_militancy = { - issue = jingoism - factor = 8 - } - scaled_militancy = { - issue = pacifism - factor = -4 - } - } - ai_chance = { - factor = 5 - } - } -} \ No newline at end of file + id = 31531 + title = "EVTNAME31516" #Austria Petitions to Join Germany + desc = "EVTDESC31531" + news = yes + news_desc_long = "EVTDESC31531_NEWS_LONG" + news_desc_medium = "EVTDESC31531_NEWS_MEDIUM" + news_desc_short = "EVTDESC31531_NEWS_SHORT" + picture = "threehurrahs" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT31518OPTA" + badboy = 10 + FROM = { + all_core = { add_core = GER } + } + inherit = FROM + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + OR = { + tag = FRA + tag = RUS + NOT = { relation = { who = THIS value = 0 } } + } + } + leave_alliance = THIS + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + badboy = 0.6 + NOT = { government = fascist_dictatorship } + NOT = { government = proletarian_dictatorship } + } + } + } + + option = { + name = "EVT31531OPTA" + FROM = { clr_country_flag = wants_to_unify } + prestige = -25 + badboy = -5 + relation = { who = FROM value = -50 } + any_pop = { + limit = { is_culture_group = germanic } + scaled_militancy = { + issue = jingoism + factor = 8 + } + scaled_militancy = { + issue = pacifism + factor = -4 + } + } + ai_chance = { + factor = 5 + } + } +} + +#Germany returns cores to existing Austrian nations +country_event = { + id = 31717 + title = "EVTNAME31717" + desc = "EVTDESC31717" + picture = "threehurrahs" + + is_triggered_only = yes + + option = { + name = "EVT31717OPTA" + relation = { who = FROM value = 75 } + GER = { + any_owned = { + limit = { + NOT = { is_core = GER } + is_core = THIS + } + secede_province = THIS + } + } + } + +} diff --git a/HPM/events/HAIFlavor.txt b/HPM/events/HAIFlavor.txt index fc38dad8..b7ffd468 100644 --- a/HPM/events/HAIFlavor.txt +++ b/HPM/events/HAIFlavor.txt @@ -1,517 +1,516 @@ #Concordat With The Vatican country_event = { - id = 45100 - - trigger = { - tag = HAI - year = 1860 - exists = PAP - NOT = { year = 1863 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1861 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1862 - } - } - - title = "EVTNAME45100" - desc = "EVTDESC45100" - picture = "pope" - - option = { - name = "EVTOPTA45100" - prestige = 5 - relation = { who = PAP value = 50 } - any_pop = { limit = { is_state_religion = yes } scaled_militancy = { factor = -3 issue = moralism } } - } + id = 45100 + + trigger = { + tag = HAI + year = 1860 + exists = PAP + NOT = { year = 1863 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1861 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1862 + } + } + + title = "EVTNAME45100" + desc = "EVTDESC45100" + picture = "pope" + + option = { + name = "EVTOPTA45100" + prestige = 5 + relation = { who = PAP value = 50 } + any_pop = { limit = { is_state_religion = yes } scaled_militancy = { factor = -3 issue = moralism } } + } } # Emperor Faustan Soulique country_event = { - id = 45101 - - title = "EVTNAME45101" - desc = "EVTDESC45101" - picture = "monarchy" - - trigger = { - tag = HAI - year = 1847 - government = democracy - NOT = { year = 1859 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVTOPTA45101" - government = absolute_monarchy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - prestige = -5 - country_event = 800050 - } + id = 45101 + + title = "EVTNAME45101" + desc = "EVTDESC45101" + picture = "monarchy" + + trigger = { + tag = HAI + year = 1847 + government = democracy + NOT = { year = 1859 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVTOPTA45101" + government = absolute_monarchy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + prestige = -5 + country_event = 800050 + } } # La Trinitaria country_event = { - id = 45102 - - title = "EVTNAME45102" - desc = "EVTDESC45102" - picture = "la_trinitaria" - - trigger = { - tag = HAI - year = 1838 - owns = 2214 - owns = 2216 - NOT = { exists = DOM } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT45102OPTA" - any_pop = { - limit = { - location = { is_core = DOM } - has_pop_culture = caribeno - } - militancy = 5 - consciousness = 5 - } - any_owned = { - limit = { is_core = DOM } - add_province_modifier = { - name = nationalist_agitation - duration = 2190 - } - } - } + id = 45102 + + title = "EVTNAME45102" + desc = "EVTDESC45102" + picture = "la_trinitaria" + + trigger = { + tag = HAI + year = 1838 + owns = 2214 + owns = 2216 + NOT = { exists = DOM } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT45102OPTA" + any_pop = { + limit = { + location = { is_core = DOM } + has_pop_culture = caribeno + } + militancy = 5 + consciousness = 5 + } + any_owned = { + limit = { is_core = DOM } + add_province_modifier = { + name = nationalist_agitation + duration = 2190 + } + } + } } ###Haiti Loses their cores country_event = { - id = 45103 - - title = "EVTNAME45103" - desc = "EVTDESC45103" - picture = "dominican_revolution" - - fire_only_once = yes - - trigger = { - tag = DOM - exists = yes - 2214 = { is_core = HAI owned_by = THIS } - 2216 = { is_core = HAI owned_by = THIS } - war = no - NOT = { truce_with = HAI } - } - - mean_time_to_happen = { months = 60 } - - - option = { - name = "EVT45103OPTA" - remove_accepted_culture = afro_caribeno - add_casus_belli = { - target = HAI - type = conquest - months = 24 - } - relation = { - who = HAI - value = -25 - } - any_owned = { - limit = { is_core = DOM } - remove_core = HAI - remove_province_modifier = nationalist_agitation - any_pop = { - militancy = -9 - consciousness = -9 - } - } - } + id = 45103 + + title = "EVTNAME45103" + desc = "EVTDESC45103" + picture = "dominican_revolution" + + fire_only_once = yes + + trigger = { + tag = DOM + exists = yes + 2214 = { is_core = HAI owned_by = THIS } + 2216 = { is_core = HAI owned_by = THIS } + war = no + NOT = { truce_with = HAI } + } + + mean_time_to_happen = { months = 60 } + + + option = { + name = "EVT45103OPTA" + remove_accepted_culture = afro_caribeno + add_casus_belli = { + target = HAI + type = conquest + months = 24 + } + relation = { + who = HAI + value = -25 + } + any_owned = { + limit = { is_core = DOM } + remove_core = HAI + remove_province_modifier = nationalist_agitation + any_pop = { + militancy = -9 + consciousness = -9 + } + } + } } country_event = { - id = 45104 - - title = "EVTNAME45104" - desc = "EVTDESC45104" - picture = "dominican_revolution" - - fire_only_once = yes - - trigger = { - tag = HAI - owns = 2214 - owns = 2216 - exists = yes - 2214 = { is_core = HAI } - 2216 = { is_core = HAI } - year = 1844 - any_owned_province = { is_core = DOM average_militancy = 6 } - NOT = { year = 1870 } - } - - mean_time_to_happen = { months = 8 } - - option = { - name = "EVT45104OPTA" - remove_accepted_culture = caribeno - remove_accepted_culture = afro_caribeno - any_owned = { - limit = { is_core = DOM } - any_pop = { militancy = -9 consciousness = -9 } - remove_province_modifier = nationalist_agitation - secede_province = DOM - } - DOM = { - define_general = { name = "Pedro Santana" personality = implacable background = nationalist } - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - relation = { who = DOM value = -400 } - war = { - target = DOM - attacker_goal = { casus_belli = conquest } - defender_goal = { casus_belli = status_quo } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT45104OPTB" - remove_accepted_culture = caribeno - remove_accepted_culture = afro_caribeno - any_owned = { - limit = { is_core = DOM } - any_pop = { militancy = -9 consciousness = -9 } - remove_province_modifier = nationalist_agitation - secede_province = DOM - } - DOM = { - define_general = { name = "Pedro Santana" personality = implacable background = nationalist } - add_accepted_culture = afro_caribeno - } - relation = { who = DOM value = -400 } - war = { - target = DOM - attacker_goal = { casus_belli = conquest } - defender_goal = { casus_belli = status_quo } - } - change_tag_no_core_switch = DOM - ai_chance = { factor = 0 } - } + id = 45104 + + title = "EVTNAME45104" + desc = "EVTDESC45104" + picture = "dominican_revolution" + + fire_only_once = yes + + trigger = { + tag = HAI + owns = 2214 + owns = 2216 + exists = yes + 2214 = { is_core = HAI } + 2216 = { is_core = HAI } + year = 1844 + any_owned_province = { is_core = DOM average_militancy = 6 } + NOT = { year = 1870 } + } + + mean_time_to_happen = { months = 8 } + + option = { + name = "EVT45104OPTA" + remove_accepted_culture = caribeno + remove_accepted_culture = afro_caribeno + any_owned = { + limit = { is_core = DOM } + any_pop = { militancy = -9 consciousness = -9 } + remove_province_modifier = nationalist_agitation + secede_province = DOM + } + DOM = { + define_general = { name = "Pedro Santana" personality = implacable background = nationalist } + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + relation = { who = DOM value = -400 } + war = { + target = DOM + attacker_goal = { casus_belli = conquest } + defender_goal = { casus_belli = status_quo } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT45104OPTB" + remove_accepted_culture = caribeno + remove_accepted_culture = afro_caribeno + any_owned = { + limit = { is_core = DOM } + any_pop = { militancy = -9 consciousness = -9 } + remove_province_modifier = nationalist_agitation + secede_province = DOM + } + DOM = { + define_general = { name = "Pedro Santana" personality = implacable background = nationalist } + add_accepted_culture = afro_caribeno + } + relation = { who = DOM value = -400 } + war = { + target = DOM + attacker_goal = { casus_belli = conquest } + defender_goal = { casus_belli = status_quo } + } + change_tag_no_core_switch = DOM + ai_chance = { factor = 0 } + } } country_event = { - id = 45105 - - title = "EVTNAME45105" - desc = "EVTDESC45105" - picture = "annexation_santo_domingo" - - is_triggered_only = yes - - immediate = { - civilized = no - } - - option = { - name = "EVT45105OPTA" - FROM = { - random = { - chance = 60 - badboy = 5 - any_owned = { - any_pop = { - scaled_militancy = { factor = 1 ideology = conservative } - scaled_militancy = { factor = 3 ideology = liberal } - scaled_militancy = { factor = 3 ideology = socialist } - scaled_militancy = { factor = 2 issue = pacifism } - scaled_consciousness = { factor = 4 issue = pacifism } - } - } - any_country = { limit = { is_greater_power = yes } relation = { who = USA value = -100 } } - } - treasury = -100000 - } - - FROM = { inherit = THIS } - civilized = yes - - ai_chance = { - factor = 0.3 - modifier = { factor = 100 vassal_of = FROM } - modifier = { factor = 1.2 NOT = { literacy = 0.1 } } - } - } - - option = { - name = "EVT45105OPTB" - FROM = { diplomatic_influence = { who = THIS value = -100} } - relation = { who = FROM value = -50 } - ai_chance = { - factor = 0.7 - modifier = { factor = 0 vassal_of = FROM } - modifier = { factor = 1.5 literacy = 0.3 } - } - } + id = 45105 + + title = "EVTNAME45105" + desc = "EVTDESC45105" + picture = "annexation_santo_domingo" + + is_triggered_only = yes + + immediate = { + civilized = no + } + + option = { + name = "EVT45105OPTA" + FROM = { + random = { + chance = 60 + badboy = 5 + any_owned = { + any_pop = { + scaled_militancy = { factor = 1 ideology = conservative } + scaled_militancy = { factor = 3 ideology = liberal } + scaled_militancy = { factor = 3 ideology = socialist } + scaled_militancy = { factor = 2 issue = pacifism } + scaled_consciousness = { factor = 4 issue = pacifism } + } + } + any_country = { limit = { is_greater_power = yes } relation = { who = USA value = -100 } } + } + treasury = -100000 + } + + FROM = { inherit = THIS } + civilized = yes + + ai_chance = { + factor = 0.3 + modifier = { factor = 100 vassal_of = FROM } + modifier = { factor = 1.2 NOT = { literacy = 0.1 } } + } + } + + option = { + name = "EVT45105OPTB" + FROM = { diplomatic_influence = { who = THIS value = -100} } + relation = { who = FROM value = -50 } + ai_chance = { + factor = 0.7 + modifier = { factor = 0 vassal_of = FROM } + modifier = { factor = 1.5 literacy = 0.3 } + } + } } country_event = { - id = 45106 - - title = "EVTNAME45106" - desc = "EVTDESC45106" - picture = "haiti_debts" - - is_triggered_only = yes - - option = { - name = "EVT45106OPTA" - prestige = -10 - set_country_flag = agreed_to_pay_debt - random_owned = { - limit = { - owner = { - NOT = { money = 500000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 500 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 500000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 500 } } - } - - FRA = { treasury = 500000 } - - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT45106OPTB" - prestige = 10 - FRA = { country_event = 45107 } - ai_chance = { - factor = 10 - modifier = { - factor = 3 - has_country_modifier = malevolent_ai - } - } - } + id = 45106 + + title = "EVTNAME45106" + desc = "EVTDESC45106" + picture = "haiti_debts" + + is_triggered_only = yes + + option = { + name = "EVT45106OPTA" + prestige = -10 + set_country_flag = agreed_to_pay_debt + random_owned = { + limit = { + owner = { + NOT = { money = 500000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 500 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 500000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 500 } } + } + + FRA = { treasury = 500000 } + + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT45106OPTB" + prestige = 10 + FRA = { country_event = 45107 } + ai_chance = { + factor = 10 + modifier = { + factor = 3 + has_country_modifier = malevolent_ai + } + } + } } country_event = { - id = 45107 - - title = "EVTNAME45107" - desc = "EVTDESC45107" - picture = "haiti_debts" - - is_triggered_only = yes - - option = { - name = "EVT45107OPTA" - casus_belli = { - target = FROM - type = war_reparations - months = 12 - } - war = { - target = FROM - attacker_goal = { casus_belli = war_reparations } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT45107OPTB" - badboy = 8 - relation = { who = USA value = -200 } - add_casus_belli = { - target = USA - type = cut_down_to_size - months = 48 - } - casus_belli = { - target = FROM - type = war_reparations - months = 80 - } - casus_belli = { - target = FROM - type = make_puppet - months = 120 - } - war = { - target = FROM - attacker_goal = { casus_belli = war_reparations } - } - ai_chance = { - factor = 5 - } - } - option = { - name = "EVT45107OPTC" - badboy = 10 - relation = { who = USA value = -300 } - add_casus_belli = { - target = USA - type = cut_down_to_size - months = 48 - } - casus_belli = { - target = FROM - type = conquest - months = 12 - } - war = { - target = FROM - attacker_goal = { casus_belli = conquest } - } - ai_chance = { - factor = 4 - } - } - option = { - name = "EVT45107OPTD" - badboy = -2 - prestige = -20 - relation = { who = HAI value = 200 } - ai_chance = { - factor = 1 - } - } + id = 45107 + + title = "EVTNAME45107" + desc = "EVTDESC45107" + picture = "haiti_debts" + + is_triggered_only = yes + + option = { + name = "EVT45107OPTA" + casus_belli = { + target = FROM + type = war_reparations + months = 12 + } + war = { + target = FROM + attacker_goal = { casus_belli = war_reparations } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT45107OPTB" + badboy = 8 + relation = { who = USA value = -200 } + add_casus_belli = { + target = USA + type = cut_down_to_size + months = 48 + } + casus_belli = { + target = FROM + type = war_reparations + months = 80 + } + casus_belli = { + target = FROM + type = make_puppet + months = 120 + } + war = { + target = FROM + attacker_goal = { casus_belli = war_reparations } + } + ai_chance = { + factor = 5 + } + } + option = { + name = "EVT45107OPTC" + badboy = 10 + relation = { who = USA value = -300 } + add_casus_belli = { + target = USA + type = cut_down_to_size + months = 48 + } + casus_belli = { + target = FROM + type = conquest + months = 12 + } + war = { + target = FROM + attacker_goal = { casus_belli = conquest } + } + ai_chance = { + factor = 4 + } + } + option = { + name = "EVT45107OPTD" + badboy = -2 + prestige = -20 + relation = { who = HAI value = 200 } + ai_chance = { + factor = 1 + } + } } country_event = { - id = 45108 - - title = "EVTNAME45108" - desc = "EVTDESC45108" - picture = "MEX_pastry_war" - - is_triggered_only = yes - - option = { - name = "EVT45108OPTA" - random_owned = { - limit = { - owner = { - tag = HAI - has_recently_lost_war = yes - truce_with = FRA - NOT = { has_country_flag = agreed_to_pay_debt } - } - } - owner = { - HAI = { - set_country_flag = agreed_to_pay_debt - set_variable = { which = owed_cash_money value = 500 } - } - FRA = { treasury = 500000 } - } - } - - random_owned = { - limit = { - owner = { - tag = MEX - has_recently_lost_war = yes - truce_with = FRA - has_country_flag = pay_1st_pastry_war - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { - MEX = { - clr_country_flag = pay_1st_pastry_war - change_variable = { which = owed_cash_money value = 80 } - } - FRA = { treasury = 80000 } - } - } - - random_owned = { - limit = { - owner = { - tag = MEX - has_recently_lost_war = yes - truce_with = FRA - has_country_flag = pay_1st_pastry_war - NOT = { check_variable = { which = owed_cash_money value = 9 } } - } - } - owner = { - MEX = { - clr_country_flag = pay_1st_pastry_war - set_variable = { which = owed_cash_money value = 80 } - } - FRA = { treasury = 80000 } - } - } - } + id = 45108 + + title = "EVTNAME45108" + desc = "EVTDESC45108" + picture = "MEX_pastry_war" + + is_triggered_only = yes + + option = { + name = "EVT45108OPTA" + random_owned = { + limit = { + owner = { + tag = HAI + has_recently_lost_war = yes + truce_with = FRA + NOT = { has_country_flag = agreed_to_pay_debt } + } + } + owner = { + HAI = { + set_country_flag = agreed_to_pay_debt + set_variable = { which = owed_cash_money value = 500 } + } + FRA = { treasury = 500000 } + } + } + + random_owned = { + limit = { + owner = { + tag = MEX + has_recently_lost_war = yes + truce_with = FRA + has_country_flag = pay_1st_pastry_war + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { + MEX = { + clr_country_flag = pay_1st_pastry_war + change_variable = { which = owed_cash_money value = 80 } + } + FRA = { treasury = 80000 } + } + } + + random_owned = { + limit = { + owner = { + tag = MEX + has_recently_lost_war = yes + truce_with = FRA + has_country_flag = pay_1st_pastry_war + NOT = { check_variable = { which = owed_cash_money value = 9 } } + } + } + owner = { + MEX = { + clr_country_flag = pay_1st_pastry_war + set_variable = { which = owed_cash_money value = 80 } + } + FRA = { treasury = 80000 } + } + } + } } - diff --git a/HPM/events/INO_Indonesia.txt b/HPM/events/INO_Indonesia.txt index 3462b48a..1d7758cf 100644 --- a/HPM/events/INO_Indonesia.txt +++ b/HPM/events/INO_Indonesia.txt @@ -1,140 +1,139 @@ #Guided Democracy country_event = { - id = 110050 - title = "EVTNAME110050" - desc = "EVTDESC110050" - picture = "INO_guided_democracy" - - trigger = { - tag = INO - NOT = { has_country_modifier = pancasila } - has_country_flag = pancasila - } - - fire_only_once = yes - - mean_time_to_happen = { - days = 90 - } - - option = { - name = "EVT110050OPTA" #Yes! On with Nas-A-Kom! - prestige = 5 - government = presidential_dictatorship - } - - option = { - name = "EVT110050OPTB" #No! The Republic must thrives! - prestige = 10 - government = democracy - } - - option = { - name = "EVT110050OPTC" #Everything is fine as is. - prestige = 5 - ai_chance = { - factor = 100 - } - } + id = 110050 + title = "EVTNAME110050" + desc = "EVTDESC110050" + picture = "INO_guided_democracy" + + trigger = { + tag = INO + NOT = { has_country_modifier = pancasila } + has_country_flag = pancasila + } + + fire_only_once = yes + + mean_time_to_happen = { + days = 90 + } + + option = { + name = "EVT110050OPTA" #Yes! On with Nas-A-Kom! + prestige = 5 + government = presidential_dictatorship + } + + option = { + name = "EVT110050OPTB" #No! The Republic must thrives! + prestige = 10 + government = democracy + } + + option = { + name = "EVT110050OPTC" #Everything is fine as is. + prestige = 5 + ai_chance = { + factor = 100 + } + } } #Konfrontasi country_event = { - id = 110051 - title = "EVTNAME110051" - desc = "EVTDESC110051" - picture = "conscription_marching" - - trigger = { - tag = INO - civilized = yes - is_independant = yes - MLY = { exists = yes } - mass_politics = 1 - } - - fire_only_once = yes - mean_time_to_happen = { - days = 350 - } - - option = { - name = "EVT110051OPTA" #We should seek appeasement. - badboy = -3 - prestige = 5 - any_country = { - limit = { - OR = { - neighbour = THIS - any_owned_province = { - is_core = INO - } - } - } - relation = { - who = THIS - value = 100 - } - } - } - - option = { - name = "EVT110051OPTB" #Kalimantan is rightfully ours. - badboy = 5 - prestige = 5 - BRU_1394 = { add_core = INO } #West Borneo - BRU_1396 = { add_core = INO } #Sabah/North Borneo - NET_1423 = { add_core = INO } #East Borneo - NET_1426 = { add_core = INO } #South Borneo - any_country = { - limit = { - OR = { - neighbour = THIS - any_owned_province = { - is_core = INO - } - } - } - relation = { - who = THIS - value = -100 - } - } - } - - option = { - name = "EVT110051OPTC" #The Malays should all be part of Indonesia! - prestige = 5 - badboy = 10 - any_country = { - limit = { - exists = yes - } - any_owned = { - limit = { - culture = malay #Any province owned by any country which is majority Malay... - OR = { - continent = asia - continent = oceania - } - } - add_core = INO #...becomes a Indonesia core. - } - } - any_country = { - limit = { - OR = { - neighbour = THIS - any_owned_province = { - is_core = INO - } - } - } - relation = { - who = THIS - value = -200 - } - } - } -} + id = 110051 + title = "EVTNAME110051" + desc = "EVTDESC110051" + picture = "conscription_marching" + + trigger = { + tag = INO + civilized = yes + is_independant = yes + MLY = { exists = yes } + mass_politics = 1 + } + + fire_only_once = yes + mean_time_to_happen = { + days = 350 + } + option = { + name = "EVT110051OPTA" #We should seek appeasement. + badboy = -3 + prestige = 5 + any_country = { + limit = { + OR = { + neighbour = THIS + any_owned_province = { + is_core = INO + } + } + } + relation = { + who = THIS + value = 100 + } + } + } + + option = { + name = "EVT110051OPTB" #Kalimantan is rightfully ours. + badboy = 5 + prestige = 5 + BRU_1394 = { add_core = INO } #West Borneo + BRU_1396 = { add_core = INO } #Sabah/North Borneo + NET_1423 = { add_core = INO } #East Borneo + NET_1426 = { add_core = INO } #South Borneo + any_country = { + limit = { + OR = { + neighbour = THIS + any_owned_province = { + is_core = INO + } + } + } + relation = { + who = THIS + value = -100 + } + } + } + + option = { + name = "EVT110051OPTC" #The Malays should all be part of Indonesia! + prestige = 5 + badboy = 10 + any_country = { + limit = { + exists = yes + } + any_owned = { + limit = { + culture = malay #Any province owned by any country which is majority Malay... + OR = { + continent = asia + continent = oceania + } + } + add_core = INO #...becomes a Indonesia core. + } + } + any_country = { + limit = { + OR = { + neighbour = THIS + any_owned_province = { + is_core = INO + } + } + } + relation = { + who = THIS + value = -200 + } + } + } +} diff --git a/HPM/events/ITAFlavor.txt b/HPM/events/ITAFlavor.txt index 6146ac9f..f23de14a 100644 --- a/HPM/events/ITAFlavor.txt +++ b/HPM/events/ITAFlavor.txt @@ -1,1063 +1,1062 @@ country_event = { - id = 35300 - - trigger = { - tag = ITA - year = 1910 - NOT = { - year = 1913 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1911 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1912 - } - } - - title = "EVTNAME35300" - desc = "EVTDESC35300" - picture = "theatre" - - option = { - name = "EVTOPTA35300" - prestige = 2 - } + id = 35300 + + trigger = { + tag = ITA + year = 1910 + NOT = { + year = 1913 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1911 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1912 + } + } + + title = "EVTNAME35300" + desc = "EVTDESC35300" + picture = "theatre" + + option = { + name = "EVTOPTA35300" + prestige = 2 + } } country_event = { - id = 35301 - - trigger = { - tag = ITA - year = 1902 - NOT = { - year = 1905 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1903 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1904 - } - } - - title = "EVTNAME35301" - desc = "EVTDESC35301" - picture = "theatre" - - option = { - name = "EVTOPTA35301" - prestige = 3 - } + id = 35301 + + trigger = { + tag = ITA + year = 1902 + NOT = { + year = 1905 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1903 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1904 + } + } + + title = "EVTNAME35301" + desc = "EVTDESC35301" + picture = "theatre" + + option = { + name = "EVTOPTA35301" + prestige = 3 + } } country_event = { - id = 35302 #Parallel to PAP35700 - title = "EVTNAME35700" - desc = "EVTDESC35700" - picture = "pope" - - trigger = { - tag = ITA - year = 1891 - NOT = { - year = 1894 - exists = PAP - has_global_flag = RerumNovarum - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1892 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1893 - } - } - - option = { - name = "EVTOPTA35700" - prestige = 5 - labourers = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - soldiers = { - consciousness = 1 - } - set_global_flag = RerumNovarum - } + id = 35302 #Parallel to PAP35700 + title = "EVTNAME35700" + desc = "EVTDESC35700" + picture = "pope" + + trigger = { + tag = ITA + year = 1891 + NOT = { + year = 1894 + exists = PAP + has_global_flag = RerumNovarum + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1892 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1893 + } + } + + option = { + name = "EVTOPTA35700" + prestige = 5 + labourers = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + soldiers = { + consciousness = 1 + } + set_global_flag = RerumNovarum + } } country_event = { - id = 90038 - title = "EVTNAME90038" #The Pact of Plombières - desc = "EVTDESC90038" - news = yes - news_desc_long = "EVTDESC90038_NEWS_LONG" - news_desc_medium = "EVTDESC90038_NEWS_MEDIUM" - news_desc_short = "EVTDESC90038_NEWS_SHORT" - picture = "pact_of_piombieres" - - is_triggered_only = yes - - option = { - name = "EVT90038OPTA" - diplomatic_influence = { who = FROM value = 100 } - random_owned = { - limit = { - owner = { - ai = yes - NOT = { badboy = 0.68 } - } - } - owner = { badboy = -25 } - owner = { badboy = 18 } - } - random_owned = { - limit = { - owner = { - OR = { - ai = no - badboy = 0.68 - } - } - } - owner = { badboy = 3 } - } - FROM = { - prestige = 10 - relation = { - who = FRA - value = 150 - } - create_alliance = FRA - add_country_modifier = { - name = small_country_draft - duration = 365 - } - } - any_country = { - limit = { - is_culture_group = italian - OR = { - in_sphere = FRA - part_of_sphere = no - } - ai = yes - NOT = { - alliance_with = FRA - tag = FROM - } - } - create_alliance = FRA - } - random_country = { - limit = { - tag = AUS - owns = 726 - owns = 727 - owns = 728 - exists = SAR - } - THIS = { - relation = { - who = AUS - value = -150 - } - casus_belli = { - target = AUS - type = free_peoples - months = 12 - } - war = { - target = AUS - attacker_goal = { - casus_belli = free_peoples - country = SAR - state_province_id = 726 - } - call_ally = yes - } - } - } - random_country = { - limit = { - tag = AUS - owns = 726 - owns = 727 - owns = 728 - exists = SVY - } - THIS = { - relation = { - who = AUS - value = -150 - } - casus_belli = { - target = AUS - type = free_peoples - months = 12 - } - war = { - target = AUS - attacker_goal = { - casus_belli = free_peoples - country = SVY - state_province_id = 726 - } - call_ally = yes - } - } - } - random_country = { - limit = { - tag = KUK - owns = 726 - owns = 727 - owns = 728 - exists = SAR - } - THIS = { - relation = { - who = KUK - value = -150 - } - casus_belli = { - target = KUK - type = free_peoples - months = 12 - } - war = { - target = KUK - attacker_goal = { - casus_belli = free_peoples - country = SAR - state_province_id = 726 - } - call_ally = yes - } - } - } - random_country = { - limit = { - tag = KUK - owns = 726 - owns = 727 - owns = 728 - exists = SVY - } - THIS = { - relation = { - who = KUK - value = -150 - } - casus_belli = { - target = KUK - type = free_peoples - months = 12 - } - war = { - target = KUK - attacker_goal = { - casus_belli = free_peoples - country = SVY - state_province_id = 726 - } - call_ally = yes - } - } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT90038OPTB" - diplomatic_influence = { - who = FROM - value = -200 - } - FROM = { - prestige = -10 - relation = { - who = FRA - value = -100 - } - leave_alliance = FRA - country_event = 96161 - } - ai_chance = { - factor = 5 - } - } + id = 90038 + title = "EVTNAME90038" #The Pact of Plombières + desc = "EVTDESC90038" + news = yes + news_desc_long = "EVTDESC90038_NEWS_LONG" + news_desc_medium = "EVTDESC90038_NEWS_MEDIUM" + news_desc_short = "EVTDESC90038_NEWS_SHORT" + picture = "pact_of_piombieres" + + is_triggered_only = yes + + option = { + name = "EVT90038OPTA" + diplomatic_influence = { who = FROM value = 100 } + random_owned = { + limit = { + owner = { + ai = yes + NOT = { badboy = 0.68 } + } + } + owner = { badboy = -25 } + owner = { badboy = 18 } + } + random_owned = { + limit = { + owner = { + OR = { + ai = no + badboy = 0.68 + } + } + } + owner = { badboy = 3 } + } + FROM = { + prestige = 10 + relation = { + who = FRA + value = 150 + } + create_alliance = FRA + add_country_modifier = { + name = small_country_draft + duration = 365 + } + } + any_country = { + limit = { + is_culture_group = italian + OR = { + in_sphere = FRA + part_of_sphere = no + } + ai = yes + NOT = { + alliance_with = FRA + tag = FROM + } + } + create_alliance = FRA + } + random_country = { + limit = { + tag = AUS + owns = 726 + owns = 727 + owns = 728 + exists = SAR + } + THIS = { + relation = { + who = AUS + value = -150 + } + casus_belli = { + target = AUS + type = free_peoples + months = 12 + } + war = { + target = AUS + attacker_goal = { + casus_belli = free_peoples + country = SAR + state_province_id = 726 + } + call_ally = yes + } + } + } + random_country = { + limit = { + tag = AUS + owns = 726 + owns = 727 + owns = 728 + exists = SVY + } + THIS = { + relation = { + who = AUS + value = -150 + } + casus_belli = { + target = AUS + type = free_peoples + months = 12 + } + war = { + target = AUS + attacker_goal = { + casus_belli = free_peoples + country = SVY + state_province_id = 726 + } + call_ally = yes + } + } + } + random_country = { + limit = { + tag = KUK + owns = 726 + owns = 727 + owns = 728 + exists = SAR + } + THIS = { + relation = { + who = KUK + value = -150 + } + casus_belli = { + target = KUK + type = free_peoples + months = 12 + } + war = { + target = KUK + attacker_goal = { + casus_belli = free_peoples + country = SAR + state_province_id = 726 + } + call_ally = yes + } + } + } + random_country = { + limit = { + tag = KUK + owns = 726 + owns = 727 + owns = 728 + exists = SVY + } + THIS = { + relation = { + who = KUK + value = -150 + } + casus_belli = { + target = KUK + type = free_peoples + months = 12 + } + war = { + target = KUK + attacker_goal = { + casus_belli = free_peoples + country = SVY + state_province_id = 726 + } + call_ally = yes + } + } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT90038OPTB" + diplomatic_influence = { + who = FROM + value = -200 + } + FROM = { + prestige = -10 + relation = { + who = FRA + value = -100 + } + leave_alliance = FRA + country_event = 96161 + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 96160 - title = "EVTNAME96160" - desc = "EVTDESC96160" - - trigger = { - primary_culture = north_italian - war = no - is_vassal = no - ai = yes - NOT = { - tag = SAR - tag = SVY - exists = ITA - truce_with = SAR - truce_with = SVY - has_country_flag = does_not_want_to_unify - has_country_flag = attempted_sardinia_union - } - OR = { - part_of_sphere = no - sphere_owner = { is_sphere_leader_of = SAR } - in_sphere = SAR - in_sphere = SVY - } - OR = { - SAR = { - war = no - neighbour = THIS - is_vassal = no - } - SVY = { - war = no - neighbour = THIS - is_vassal = no - } - } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT96160OPTA" - set_country_flag = attempted_sardinia_union - random_owned = { - limit = { - SAR = { exists = yes } - } - owner = { - all_core = { add_core = SAR } - } - } - random_owned = { - limit = { - SVY = { exists = yes } - } - owner = { - all_core = { add_core = SVY } - } - } - random_owned = { - limit = { - owner = { has_country_flag = made_the_call_to_union } - } - SAR = { set_country_flag = made_the_call_to_union } - SVY = { set_country_flag = made_the_call_to_union } - } - random_country = { - limit = { - OR = { - tag = SAR - tag = SVY - } - exists = yes - ai = yes - } - prestige = 10 - inherit = THIS - } - random_country = { - limit = { - OR = { - tag = SAR - tag = SVY - } - exists = yes - ai = no - } - prestige = 10 - country_event = 60130 - } - } + id = 96160 + title = "EVTNAME96160" + desc = "EVTDESC96160" + + trigger = { + primary_culture = north_italian + war = no + is_vassal = no + ai = yes + NOT = { + tag = SAR + tag = SVY + exists = ITA + truce_with = SAR + truce_with = SVY + has_country_flag = does_not_want_to_unify + has_country_flag = attempted_sardinia_union + } + OR = { + part_of_sphere = no + sphere_owner = { is_sphere_leader_of = SAR } + in_sphere = SAR + in_sphere = SVY + } + OR = { + SAR = { + war = no + neighbour = THIS + is_vassal = no + } + SVY = { + war = no + neighbour = THIS + is_vassal = no + } + } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT96160OPTA" + set_country_flag = attempted_sardinia_union + random_owned = { + limit = { + SAR = { exists = yes } + } + owner = { + all_core = { add_core = SAR } + } + } + random_owned = { + limit = { + SVY = { exists = yes } + } + owner = { + all_core = { add_core = SVY } + } + } + random_owned = { + limit = { + owner = { has_country_flag = made_the_call_to_union } + } + SAR = { set_country_flag = made_the_call_to_union } + SVY = { set_country_flag = made_the_call_to_union } + } + random_country = { + limit = { + OR = { + tag = SAR + tag = SVY + } + exists = yes + ai = yes + } + prestige = 10 + inherit = THIS + } + random_country = { + limit = { + OR = { + tag = SAR + tag = SVY + } + exists = yes + ai = no + } + prestige = 10 + country_event = 60130 + } + } } country_event = { - - id = 96161 - title = "EVTNAME96161" - desc = "EVTDESC96161" - picture = "pact_of_piombieres" - - trigger = { - OR = { - tag = SAR - tag = SVY - } - war = no - has_country_flag = plombieres - NOT = { - has_global_flag = plombieres_refused - has_country_flag = cavour_has_done_his - owns = 726 - owns = 727 - owns = 728 - } - FRA = { - war = no - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT96161OPTA" - set_global_flag = plombieres_refused - 465 = { add_core = FRA } - 466 = { add_core = FRA } - 472 = { add_core = FRA } - PAP_741 = { add_core = THIS } - #MOD_739 = { add_core = THIS } - TUS_744 = { add_core = THIS } - } + + id = 96161 + title = "EVTNAME96161" + desc = "EVTDESC96161" + picture = "pact_of_piombieres" + + trigger = { + OR = { + tag = SAR + tag = SVY + } + war = no + has_country_flag = plombieres + NOT = { + has_global_flag = plombieres_refused + has_country_flag = cavour_has_done_his + owns = 726 + owns = 727 + owns = 728 + } + FRA = { + war = no + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT96161OPTA" + set_global_flag = plombieres_refused + 465 = { add_core = FRA } + 466 = { add_core = FRA } + 472 = { add_core = FRA } + PAP_741 = { add_core = THIS } + #MOD_739 = { add_core = THIS } + TUS_744 = { add_core = THIS } + } } country_event = { - id = 96165 - title = "EVTNAME96165" #Italian Unification - desc = "EVTDESC96165" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT96165OPTA" - set_country_flag = objects_to_italy - relation = { who = ITA value = -100 } - - random_owned = { - limit = { owner = { is_greater_power = yes } } - owner = { diplomatic_influence = { who = ITA value = -200 } } - } - - leave_alliance = ITA - - casus_belli = { - target = ITA - type = humiliate - months = 12 - } - random_country = { - limit = { - tag = ITA - any_owned_province = { NOT = { is_core = ITA } } - } - add_casus_belli = { target = THIS type = free_peoples months = 36 } - } - - ai_chance = { - factor = 50 - modifier = { - factor = 0.1 - is_sphere_leader_of = ITA - } - modifier = { - factor = 0.25 - alliance_with = ITA - } - modifier = { - factor = 0.5 - tag = FRA - NOT = { - 465 = { owned_by = ITA } - 466 = { owned_by = ITA } - 472 = { owned_by = ITA } - } - } - modifier = { - factor = 0.5 - OR = { - war_policy = pacifism - war_policy = anti_military - } - } - modifier = { - factor = 0.25 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - war = yes - } - } - modifier = { - factor = 1.25 - NOT = { relation = { who = ITA value = 0 } } - } - modifier = { - factor = 0.5 - relation = { who = ITA value = 100 } - } - } - } - - option = { - name = "EVT96165OPTB" - set_country_flag = accepts_italy - relation = { - who = ITA - value = 100 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = ITA - value = 25 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - tag = FRA - NOT = { - 465 = { owned_by = ITA } - 466 = { owned_by = ITA } - 472 = { owned_by = ITA } - } - } - modifier = { - factor = 0.5 - tag = FRA - OR = { - 465 = { owned_by = ITA } - 466 = { owned_by = ITA } - 472 = { owned_by = ITA } - } - } - modifier = { - factor = 0 - any_core = { owned_by = ITA } - } - modifier = { - factor = 0.1 - OR = { - tag = AUS - tag = KUK - } - } - modifier = { - factor = 0.5 - NOT = { relation = { who = ITA value = 0 } } - } - modifier = { - factor = 1.5 - relation = { who = ITA value = 100 } - } - } - } + id = 96165 + title = "EVTNAME96165" #Italian Unification + desc = "EVTDESC96165" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT96165OPTA" + set_country_flag = objects_to_italy + relation = { who = ITA value = -100 } + + random_owned = { + limit = { owner = { is_greater_power = yes } } + owner = { diplomatic_influence = { who = ITA value = -200 } } + } + + leave_alliance = ITA + + casus_belli = { + target = ITA + type = humiliate + months = 12 + } + random_country = { + limit = { + tag = ITA + any_owned_province = { NOT = { is_core = ITA } } + } + add_casus_belli = { target = THIS type = free_peoples months = 36 } + } + + ai_chance = { + factor = 50 + modifier = { + factor = 0.1 + is_sphere_leader_of = ITA + } + modifier = { + factor = 0.25 + alliance_with = ITA + } + modifier = { + factor = 0.5 + tag = FRA + NOT = { + 465 = { owned_by = ITA } + 466 = { owned_by = ITA } + 472 = { owned_by = ITA } + } + } + modifier = { + factor = 0.5 + OR = { + war_policy = pacifism + war_policy = anti_military + } + } + modifier = { + factor = 0.25 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + war = yes + } + } + modifier = { + factor = 1.25 + NOT = { relation = { who = ITA value = 0 } } + } + modifier = { + factor = 0.5 + relation = { who = ITA value = 100 } + } + } + } + + option = { + name = "EVT96165OPTB" + set_country_flag = accepts_italy + relation = { + who = ITA + value = 100 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = ITA + value = 25 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + tag = FRA + NOT = { + 465 = { owned_by = ITA } + 466 = { owned_by = ITA } + 472 = { owned_by = ITA } + } + } + modifier = { + factor = 0.5 + tag = FRA + OR = { + 465 = { owned_by = ITA } + 466 = { owned_by = ITA } + 472 = { owned_by = ITA } + } + } + modifier = { + factor = 0 + any_core = { owned_by = ITA } + } + modifier = { + factor = 0.1 + OR = { + tag = AUS + tag = KUK + } + } + modifier = { + factor = 0.5 + NOT = { relation = { who = ITA value = 0 } } + } + modifier = { + factor = 1.5 + relation = { who = ITA value = 100 } + } + } + } } country_event = { - id = 96170 - title = "EVTNAME96170" #Il Risorgimento - desc = "EVTDESC96170" - major = yes - - trigger = { - is_culture_group = italian - war = no - is_vassal = no - is_disarmed = no - NOT = { - exists = ITA - has_country_flag = does_not_want_to_be_unified - } - OR = { - revolution_n_counterrevolution = 1 - AND = { - year = 1890 - OR = { - is_secondary_power = yes - is_greater_power = yes - } - } - } - OR = { - has_global_flag = italian_call_to_union - has_global_flag = garibaldi_redshirts - AND = { - OR = { - tag = SAR - tag = SVY - tag = SIC - } - exists = GER - year = 1890 - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.25 - has_country_flag = made_the_call_to_union - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = no - } - modifier = { - factor = 3 - NOT = { year = 1870 } - } - modifier = { - factor = 1.5 - year = 1870 - NOT = { year = 1880 } - } - modifier = { - factor = 0.5 - year = 1890 - } - modifier = { - factor = 0.75 - exists = GER - } - } - - option = { - name = "EVTOPTA11103" #Accept inheritance - clr_country_flag = made_the_call_to_union - prestige = 10 - random_country = { - limit = { is_sphere_leader_of = THIS } - set_country_flag = objects_to_italy - } - add_accepted_culture = south_italian - add_accepted_culture = north_italian - random_owned = { - limit = { owner = { is_culture_group = italian accepted_culture = french } } - owner = { remove_accepted_culture = french } - } - random_owned = { - limit = { owner = { is_culture_group = italian accepted_culture = south_german } } - owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { is_culture_group = italian accepted_culture = british } } - owner = { remove_accepted_culture = british } - } - - change_tag = culture - - any_country = { - limit = { - NOT = { - tag = THIS - tag = PAP - } - is_culture_group = THIS - capital_scope = { continent = europe } - is_greater_power = no - num_of_cities = 1 - } - country_event = 11101 - } - - random_country = { - limit = { - tag = PAP - NOT = { tag = THIS } - } - - country_event = { id = 96174 days = 7 } - } - any_country = { - limit = { - NOT = { is_culture_group = italian } - exists = yes - OR = { - has_country_flag = objects_to_italy - AND = { - neighbour = ITA - OR = { - tag = AUS - tag = KUK - } - } - AND = { - neighbour = ITA - is_greater_power = yes - } - } - } - country_event = { id = 96165 days = 20 } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVTOPTB11103" #Refuse inheritance - prestige = 5 - set_country_flag = does_not_want_to_be_unified - clr_country_flag = made_the_call_to_union - any_pop = { - militancy = 6 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - tag = SAR - tag = SVY - } - } - } - } + id = 96170 + title = "EVTNAME96170" #Il Risorgimento + desc = "EVTDESC96170" + major = yes + + trigger = { + is_culture_group = italian + war = no + is_vassal = no + is_disarmed = no + NOT = { + exists = ITA + has_country_flag = does_not_want_to_be_unified + } + OR = { + revolution_n_counterrevolution = 1 + AND = { + year = 1890 + OR = { + is_secondary_power = yes + is_greater_power = yes + } + } + } + OR = { + has_global_flag = italian_call_to_union + has_global_flag = garibaldi_redshirts + AND = { + OR = { + tag = SAR + tag = SVY + tag = SIC + } + exists = GER + year = 1890 + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.25 + has_country_flag = made_the_call_to_union + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = no + } + modifier = { + factor = 3 + NOT = { year = 1870 } + } + modifier = { + factor = 1.5 + year = 1870 + NOT = { year = 1880 } + } + modifier = { + factor = 0.5 + year = 1890 + } + modifier = { + factor = 0.75 + exists = GER + } + } + + option = { + name = "EVTOPTA11103" #Accept inheritance + clr_country_flag = made_the_call_to_union + prestige = 10 + random_country = { + limit = { is_sphere_leader_of = THIS } + set_country_flag = objects_to_italy + } + add_accepted_culture = south_italian + add_accepted_culture = north_italian + random_owned = { + limit = { owner = { is_culture_group = italian accepted_culture = french } } + owner = { remove_accepted_culture = french } + } + random_owned = { + limit = { owner = { is_culture_group = italian accepted_culture = south_german } } + owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { is_culture_group = italian accepted_culture = british } } + owner = { remove_accepted_culture = british } + } + + change_tag = culture + + any_country = { + limit = { + NOT = { + tag = THIS + tag = PAP + } + is_culture_group = THIS + capital_scope = { continent = europe } + is_greater_power = no + num_of_cities = 1 + } + country_event = 11101 + } + + random_country = { + limit = { + tag = PAP + NOT = { tag = THIS } + } + + country_event = { id = 96174 days = 7 } + } + any_country = { + limit = { + NOT = { is_culture_group = italian } + exists = yes + OR = { + has_country_flag = objects_to_italy + AND = { + neighbour = ITA + OR = { + tag = AUS + tag = KUK + } + } + AND = { + neighbour = ITA + is_greater_power = yes + } + } + } + country_event = { id = 96165 days = 20 } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVTOPTB11103" #Refuse inheritance + prestige = 5 + set_country_flag = does_not_want_to_be_unified + clr_country_flag = made_the_call_to_union + any_pop = { + militancy = 6 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + tag = SAR + tag = SVY + } + } + } + } } country_event = { - id = 96172 - title = "EVTNAME96172" #Altare della patria construction - desc = "EVTDESC96172" - picture = "vittoriano" - - trigger = { - tag = ITA - owns = 749 - has_country_flag = altar_built - NOT = { has_country_modifier = monument_under_construction } - } - - fire_only_once = yes - mean_time_to_happen = { days = 1 } - - option = { - name = "EVTOPTA96172" - prestige = 15 - war_exhaustion = -20 - 749 = { set_province_flag = fine_arts } - } + id = 96172 + title = "EVTNAME96172" #Altare della patria construction + desc = "EVTDESC96172" + picture = "vittoriano" + + trigger = { + tag = ITA + owns = 749 + has_country_flag = altar_built + NOT = { has_country_modifier = monument_under_construction } + } + + fire_only_once = yes + mean_time_to_happen = { days = 1 } + + option = { + name = "EVTOPTA96172" + prestige = 15 + war_exhaustion = -20 + 749 = { set_province_flag = fine_arts } + } } country_event = { - id = 96173 - title = "EVTNAME96173" #Sicilian Revolution - desc = "EVTDESC96173" - picture = "sicilian_revolution" - - trigger = { - tag = SIC - government = absolute_monarchy - year = 1844 - NOT = { year = 1855 } - any_owned_province = { - is_core = SYC - OR = { - average_militancy = 6 - average_consciousness = 8 - controlled_by = REB - } - } - } - - fire_only_once = yes - mean_time_to_happen = { months = 4 } - - option = { - name = "EVTOPTA96173" - random_list = { - 70 = { - 762 = { secede_province = SYC } - 764 = { secede_province = SYC } - prestige = -5 - war = { - target = SYC - attacker_goal = { casus_belli = annex_core_country } - defender_goal = { casus_belli = status_quo } - } - } - 10 = { - 762 = { secede_province = SYC } - prestige = -5 - war = { - target = SYC - attacker_goal = { casus_belli = annex_core_country } - defender_goal = { casus_belli = status_quo } - } - } - 10 = { - 762 = { secede_province = SYC } - 764 = { secede_province = SYC } - 763 = { secede_province = SYC } - prestige = -5 - war = { - target = SYC - attacker_goal = { casus_belli = annex_core_country } - defender_goal = { casus_belli = status_quo } - } - } - 5 = { - any_owned = { limit = { is_core = SYC } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - } - SYC = { - government = democracy - political_reform = mandatory_service - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - add_country_modifier = { - name = small_country_draft - duration = 30 - } - } - relation = { who = SYC value = -400 } - diplomatic_influence = { who = SYC value = -400 } - ai_chance = { factor = 0.98 } - } - - option = { - name = "EVTOPTB96173" - prestige = -10 - 762 = { - secede_province = SYC - remove_core = SIC - } - 764 = { - secede_province = SYC - remove_core = SIC - } - ai_chance = { factor = 0.02 } - } - - option = { - name = "EVTOPTC96173" - 762 = { secede_province = SYC } - 764 = { secede_province = SYC } - 763 = { secede_province = SYC } - change_tag_no_core_switch = SYC - SIC = { - prestige = -5 - war = { - target = SYC - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - } - } - ai_chance = { factor = 0} - } - } + id = 96173 + title = "EVTNAME96173" #Sicilian Revolution + desc = "EVTDESC96173" + picture = "sicilian_revolution" + + trigger = { + tag = SIC + government = absolute_monarchy + year = 1844 + NOT = { year = 1855 } + any_owned_province = { + is_core = SYC + OR = { + average_militancy = 6 + average_consciousness = 8 + controlled_by = REB + } + } + } + + fire_only_once = yes + mean_time_to_happen = { months = 4 } + + option = { + name = "EVTOPTA96173" + random_list = { + 70 = { + 762 = { secede_province = SYC } + 764 = { secede_province = SYC } + prestige = -5 + war = { + target = SYC + attacker_goal = { casus_belli = annex_core_country } + defender_goal = { casus_belli = status_quo } + } + } + 10 = { + 762 = { secede_province = SYC } + prestige = -5 + war = { + target = SYC + attacker_goal = { casus_belli = annex_core_country } + defender_goal = { casus_belli = status_quo } + } + } + 10 = { + 762 = { secede_province = SYC } + 764 = { secede_province = SYC } + 763 = { secede_province = SYC } + prestige = -5 + war = { + target = SYC + attacker_goal = { casus_belli = annex_core_country } + defender_goal = { casus_belli = status_quo } + } + } + 5 = { + any_owned = { limit = { is_core = SYC } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + } + SYC = { + government = democracy + political_reform = mandatory_service + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + add_country_modifier = { + name = small_country_draft + duration = 30 + } + } + relation = { who = SYC value = -400 } + diplomatic_influence = { who = SYC value = -400 } + ai_chance = { factor = 0.98 } + } + + option = { + name = "EVTOPTB96173" + prestige = -10 + 762 = { + secede_province = SYC + remove_core = SIC + } + 764 = { + secede_province = SYC + remove_core = SIC + } + ai_chance = { factor = 0.02 } + } + + option = { + name = "EVTOPTC96173" + 762 = { secede_province = SYC } + 764 = { secede_province = SYC } + 763 = { secede_province = SYC } + change_tag_no_core_switch = SYC + SIC = { + prestige = -5 + war = { + target = SYC + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = status_quo } + } + } + ai_chance = { factor = 0} + } + } country_event = { - id = 96174 - title = "EVTNAME96174" #The Roman Question - desc = "EVTDESC96174" - picture = "celebration" - - is_triggered_only = yes - - immediate = { - relation = { - who = ITA - value = -200 - } - - leave_alliance = ITA - } - - option = { - name = "EVTOPTA96174" #Concede and retreat back to Rome - - any_owned = { - limit = { - # Rome province - NOT = { province_id = 749 } - } - - secede_province = FROM - } - - ai_chance = { - factor = 1 - - # will never concede if Italy is not even an equal - modifier = { - factor = 0 - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - FROM = { - is_greater_power = no - is_secondary_power = no - } - } - AND = { - is_vassal = no - FROM = { is_vassal = yes } - } - } - } - } - } - - option = { - name = "EVTOPTB96174" #Challenge Italy - - add_casus_belli = { - target = FROM - type = humiliate - months = 24 - } - - ai_chance = { - factor = 1 - - # political considerations - modifier = { - factor = 0 - OR = { - vassal_of = FROM - AND = { - in_sphere = FROM - OR = { - is_vassal = no - vassal_of = FROM - } - } - } - } - - # strength considerations - modifier = { - factor = 0.5 - FROM = { brigades_compare = 2 } - } - modifier = { - factor = 2 - FROM = { war = yes } - } - } - } + id = 96174 + title = "EVTNAME96174" #The Roman Question + desc = "EVTDESC96174" + picture = "celebration" + + is_triggered_only = yes + + immediate = { + relation = { + who = ITA + value = -200 + } + + leave_alliance = ITA + } + + option = { + name = "EVTOPTA96174" #Concede and retreat back to Rome + + any_owned = { + limit = { + # Rome province + NOT = { province_id = 749 } + } + + secede_province = FROM + } + + ai_chance = { + factor = 1 + + # will never concede if Italy is not even an equal + modifier = { + factor = 0 + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + FROM = { + is_greater_power = no + is_secondary_power = no + } + } + AND = { + is_vassal = no + FROM = { is_vassal = yes } + } + } + } + } + } + + option = { + name = "EVTOPTB96174" #Challenge Italy + + add_casus_belli = { + target = FROM + type = humiliate + months = 24 + } + + ai_chance = { + factor = 1 + + # political considerations + modifier = { + factor = 0 + OR = { + vassal_of = FROM + AND = { + in_sphere = FROM + OR = { + is_vassal = no + vassal_of = FROM + } + } + } + } + + # strength considerations + modifier = { + factor = 0.5 + FROM = { brigades_compare = 2 } + } + modifier = { + factor = 2 + FROM = { war = yes } + } + } + } } # The adventures of Pinocchio country_event = { - id = 110054 - title = "EVTNAME110054" - desc = "EVTDESC110054" - picture = "ITA_pinocchio" - - trigger = { - OR = { - tag = ITA - tag = TUS - } - year = 1881 - owns = 744 - } - - mean_time_to_happen = { - months = 36 - } - - fire_only_once = yes - - option = { - name = "EVT110054OPTA" #A fine tale for children! And only for children. - prestige = 2 - add_country_modifier = { name = reading duration = 730 } - any_pop = { scaled_consciousness = { factor = 1 } } - } + id = 110054 + title = "EVTNAME110054" + desc = "EVTDESC110054" + picture = "ITA_pinocchio" + + trigger = { + OR = { + tag = ITA + tag = TUS + } + year = 1881 + owns = 744 + } + + mean_time_to_happen = { + months = 36 + } + + fire_only_once = yes + + option = { + name = "EVT110054OPTA" #A fine tale for children! And only for children. + prestige = 2 + add_country_modifier = { name = reading duration = 730 } + any_pop = { scaled_consciousness = { factor = 1 } } + } } - diff --git a/HPM/events/IdeologyEnabling.txt b/HPM/events/IdeologyEnabling.txt index 1f228924..546ae613 100644 --- a/HPM/events/IdeologyEnabling.txt +++ b/HPM/events/IdeologyEnabling.txt @@ -2,344 +2,344 @@ # Enable Socialists ##################### country_event = { - id = 1000 - title = "EVTNAME1000" - desc = "EVTDESC1000" - news = yes - news_desc_long = "EVTDESC1000_NEWS_LONG" - news_desc_medium = "EVTDESC1000_NEWS_MEDIUM" - news_desc_short = "EVTDESC1000_NEWS_SHORT" - picture = "Socialism" - - trigger = { - NOT = { is_ideology_enabled = socialist } - year = 1860 - civilized = yes - literacy = 0.4 - OR = { - unemployment = 0.2 - NOT = { poor_strata_life_needs = 0.8 } - NOT = { poor_strata_everyday_needs = 0.5 } - NOT = {middle_strata_everyday_needs = 0.5 } - } - } - major = yes - fire_only_once = yes + id = 1000 + title = "EVTNAME1000" + desc = "EVTDESC1000" + news = yes + news_desc_long = "EVTDESC1000_NEWS_LONG" + news_desc_medium = "EVTDESC1000_NEWS_MEDIUM" + news_desc_short = "EVTDESC1000_NEWS_SHORT" + picture = "Socialism" - mean_time_to_happen = { - months = 250 - - modifier = { - factor = 0.5 - invention = pierre_joseph_proudhon - } - modifier = { - factor = 0.5 - OR = { - unemployment = 0.2 - NOT = { poor_strata_life_needs = 0.5 } - NOT = { poor_strata_everyday_needs = 0.25 } - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.95 - } - } + trigger = { + NOT = { is_ideology_enabled = socialist } + year = 1860 + civilized = yes + literacy = 0.4 + OR = { + unemployment = 0.2 + NOT = { poor_strata_life_needs = 0.8 } + NOT = { poor_strata_everyday_needs = 0.5 } + NOT = {middle_strata_everyday_needs = 0.5 } + } + } + major = yes + fire_only_once = yes - option = { - name = "EVTOPTA1000" - enable_ideology = socialist - } + mean_time_to_happen = { + months = 250 + + modifier = { + factor = 0.5 + invention = pierre_joseph_proudhon + } + modifier = { + factor = 0.5 + OR = { + unemployment = 0.2 + NOT = { poor_strata_life_needs = 0.5 } + NOT = { poor_strata_everyday_needs = 0.25 } + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.95 + } + } + + option = { + name = "EVTOPTA1000" + enable_ideology = socialist + } } ##################### # Enable Communists ##################### country_event = { - id = 1001 - title = "EVTNAME1001" - desc = "EVTDESC1001" - news = yes - news_desc_long = "EVTDESC1001_NEWS_LONG" - news_desc_medium = "EVTDESC1001_NEWS_MEDIUM" - news_desc_short = "EVTDESC1001_NEWS_SHORT" - picture = "Socialism" - - trigger = { - NOT = { - is_ideology_enabled = communist - } - year = 1870 - civilized = yes - literacy = 0.5 - OR = { - planned_economy = 5 - pro_atheism = 5 - pro_military = 10 - unemployment = 0.2 - AND = { - NOT = { - poor_strata_life_needs = 0.9 - } - average_militancy = 3 - } - } - } - - major = yes - fire_only_once = yes + id = 1001 + title = "EVTNAME1001" + desc = "EVTDESC1001" + news = yes + news_desc_long = "EVTDESC1001_NEWS_LONG" + news_desc_medium = "EVTDESC1001_NEWS_MEDIUM" + news_desc_short = "EVTDESC1001_NEWS_SHORT" + picture = "Socialism" + + trigger = { + NOT = { + is_ideology_enabled = communist + } + year = 1870 + civilized = yes + literacy = 0.5 + OR = { + planned_economy = 5 + pro_atheism = 5 + pro_military = 10 + unemployment = 0.2 + AND = { + NOT = { + poor_strata_life_needs = 0.9 + } + average_militancy = 3 + } + } + } + + major = yes + fire_only_once = yes - mean_time_to_happen = { - months = 300 - - modifier = { - factor = 0.5 - invention = karl_marx - } - modifier = { - factor = 0.8 - invention = friedrich_engels - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.95 - } - } + mean_time_to_happen = { + months = 300 - option = { - name = "EVTOPTA1001" - enable_ideology = communist - random_list = { - 34 = { - } - 33 = { - capital_scope = { - limit = { is_colonial = no } - poor_strata = { - ideology = { - factor = 0.02 - value = communist - } - } - } - } - 33 = { - capital_scope = { - limit = { is_colonial = no } - poor_strata = { - ideology = { - factor = 0.04 - value = communist - } - } - } - } - } - } + modifier = { + factor = 0.5 + invention = karl_marx + } + modifier = { + factor = 0.8 + invention = friedrich_engels + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.95 + } + } + + option = { + name = "EVTOPTA1001" + enable_ideology = communist + random_list = { + 34 = { + } + 33 = { + capital_scope = { + limit = { is_colonial = no } + poor_strata = { + ideology = { + factor = 0.02 + value = communist + } + } + } + } + 33 = { + capital_scope = { + limit = { is_colonial = no } + poor_strata = { + ideology = { + factor = 0.04 + value = communist + } + } + } + } + } + } } ########################## # Enable Anarcho-Liberal ########################## country_event = { - id = 1002 - title = "EVTNAME1002" - desc = "EVTDESC1002" - news = yes - news_desc_long = "EVTDESC1002_NEWS_LONG" - news_desc_medium = "EVTDESC1002_NEWS_MEDIUM" - news_desc_short = "EVTDESC1002_NEWS_SHORT" - picture = "AnarchoLiberals" - - trigger = { - NOT = { is_ideology_enabled = anarcho_liberal } - NOT = { has_global_flag = anarcho_liberals_disabled } - year = 1848 - civilized = yes - literacy = 0.6 - OR = { - laissez_faire = 10 - pluralism = 15 - anti_military = 15 - political_reform_want = 0.25 - unemployment = 0.2 - } - } - - major = yes - fire_only_once = yes - - mean_time_to_happen = { months = 12 } + id = 1002 + title = "EVTNAME1002" + desc = "EVTDESC1002" + news = yes + news_desc_long = "EVTDESC1002_NEWS_LONG" + news_desc_medium = "EVTDESC1002_NEWS_MEDIUM" + news_desc_short = "EVTDESC1002_NEWS_SHORT" + picture = "AnarchoLiberals" + + trigger = { + NOT = { is_ideology_enabled = anarcho_liberal } + NOT = { has_global_flag = anarcho_liberals_disabled } + year = 1848 + civilized = yes + literacy = 0.6 + OR = { + laissez_faire = 10 + pluralism = 15 + anti_military = 15 + political_reform_want = 0.25 + unemployment = 0.2 + } + } + + major = yes + fire_only_once = yes + + mean_time_to_happen = { months = 12 } - option = { - name = "EVTOPTA1002" - enable_ideology = anarcho_liberal - } + option = { + name = "EVTOPTA1002" + enable_ideology = anarcho_liberal + } } ################## # Enable Fascist ################## country_event = { - id = 1003 - title = "EVTNAME1003" - desc = "EVTDESC1003" - news = yes - news_desc_long = "EVTDESC1003_NEWS_LONG" - news_desc_medium = "EVTDESC1003_NEWS_MEDIUM" - news_desc_short = "EVTDESC1003_NEWS_SHORT" - picture = "Fascist" - - trigger = { - NOT = { is_ideology_enabled = fascist } - OR = { - great_wars_enabled = yes - has_country_flag = dismantling_treaty - } - year = 1900 - OR = { - literacy = 0.65 - AND = { - has_country_flag = dismantling_treaty - literacy = 0.35 - revanchism = 0.2 - } - } - civilized = yes - OR = { - interventionism = 20 - secularized = 20 - jingoism = 5 - residency = 5 - social_reform_want = 0.5 - unemployment = 0.2 - revanchism = 0.25 - } - } - - major = yes - fire_only_once = yes - - mean_time_to_happen = { - months = 300 - - modifier = { - factor = 0.1 - invention = the_doctrine_of_fascism - } - - modifier = { - factor = 0.1 - is_disarmed = yes - } - - modifier = { - factor = 0.2 - invention = paramilitary_groups - } - - modifier = { - factor = 0.5 - invention = karl_marx - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 3 - } - } - } + id = 1003 + title = "EVTNAME1003" + desc = "EVTDESC1003" + news = yes + news_desc_long = "EVTDESC1003_NEWS_LONG" + news_desc_medium = "EVTDESC1003_NEWS_MEDIUM" + news_desc_short = "EVTDESC1003_NEWS_SHORT" + picture = "Fascist" + + trigger = { + NOT = { is_ideology_enabled = fascist } + OR = { + great_wars_enabled = yes + has_country_flag = dismantling_treaty + } + year = 1900 + OR = { + literacy = 0.65 + AND = { + has_country_flag = dismantling_treaty + literacy = 0.35 + revanchism = 0.2 + } + } + civilized = yes + OR = { + interventionism = 20 + secularized = 20 + jingoism = 5 + residency = 5 + social_reform_want = 0.5 + unemployment = 0.2 + revanchism = 0.25 + } + } + + major = yes + fire_only_once = yes + + mean_time_to_happen = { + months = 300 + + modifier = { + factor = 0.1 + invention = the_doctrine_of_fascism + } + + modifier = { + factor = 0.1 + is_disarmed = yes + } + + modifier = { + factor = 0.2 + invention = paramilitary_groups + } + + modifier = { + factor = 0.5 + invention = karl_marx + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 3 + } + } + } - option = { - name = "EVTOPTA1003" - enable_ideology = fascist - random_list = { - 34 = { - } - 33 = { - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.02 - value = fascist - } - } - } - } - 33 = { - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.04 - value = fascist - } - } - } - } - } - random_list = { - 34 = { - } - 33 = { - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.02 - value = fascist - } - } - } - } - 33 = { - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.04 - value = fascist - } - } - } - } - } - random_list = { - 34 = { - } - 33 = { - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.02 - value = fascist - } - } - } - } - 33 = { - capital_scope = { - limit = { is_colonial = no } - any_pop = { - ideology = { - factor = 0.04 - value = fascist - } - } - } - } - } - } + option = { + name = "EVTOPTA1003" + enable_ideology = fascist + random_list = { + 34 = { + } + 33 = { + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.02 + value = fascist + } + } + } + } + 33 = { + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.04 + value = fascist + } + } + } + } + } + random_list = { + 34 = { + } + 33 = { + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.02 + value = fascist + } + } + } + } + 33 = { + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.04 + value = fascist + } + } + } + } + } + random_list = { + 34 = { + } + 33 = { + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.02 + value = fascist + } + } + } + } + 33 = { + capital_scope = { + limit = { is_colonial = no } + any_pop = { + ideology = { + factor = 0.04 + value = fascist + } + } + } + } + } + } } diff --git a/HPM/events/Independence.txt b/HPM/events/Independence.txt index 1c7229cd..fb2d9497 100644 --- a/HPM/events/Independence.txt +++ b/HPM/events/Independence.txt @@ -1,3887 +1,3887 @@ ######################################### -# Austrian Dominions # +# Austrian Dominions # ######################################### # Hungarian Independence? country_event = { - - id = 90017 - - title = "EVTNAME90017" - desc = "EVTDESC90017" - picture = "Budapest" - - trigger = { - war = no - NOT = { tag = KUK } - NOT = { - exists = HUN - has_country_flag = no_hungary_independence - primary_culture = hungarian - } - is_possible_vassal = HUN - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = hungarian } - any_state = { - any_owned_province = { - is_core = HUN - culture = hungarian - literacy = 0.25 - } - average_militancy = 2 - } - } - AND = { - accepted_culture = hungarian - any_state = { - any_owned_province = { - is_core = HUN - culture = hungarian - literacy = 0.5 - } - average_militancy = 6 - average_consciousness = 6 - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = hungarian - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = HUN } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { - location = { is_core = HUN } - has_pop_culture = hungarian - } - militancy = 3 - } - any_owned = { - limit = { culture = hungarian } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = HUN - HUN = { - any_owned = { - limit = { - OR = { - is_core = SLV - is_core = CRO - } - } - secede_province = THIS - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = hungarian } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = hungarian } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = HUN - value = 50 - } - diplomatic_influence = { - who = HUN - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.5 - tag = KUK - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_hungary_independence - any_pop = { - limit = { - location = { is_core = HUN } - has_pop_culture = hungarian - } - militancy = 8 - } - any_owned = { - limit = { culture = hungarian } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = AUS - tag = DNB - } - } - } - } + + id = 90017 + + title = "EVTNAME90017" + desc = "EVTDESC90017" + picture = "Budapest" + + trigger = { + war = no + NOT = { tag = KUK } + NOT = { + exists = HUN + has_country_flag = no_hungary_independence + primary_culture = hungarian + } + is_possible_vassal = HUN + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = hungarian } + any_state = { + any_owned_province = { + is_core = HUN + culture = hungarian + literacy = 0.25 + } + average_militancy = 2 + } + } + AND = { + accepted_culture = hungarian + any_state = { + any_owned_province = { + is_core = HUN + culture = hungarian + literacy = 0.5 + } + average_militancy = 6 + average_consciousness = 6 + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = hungarian + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = HUN } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = hungarian } } owner = { remove_accepted_culture = hungarian } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { + location = { is_core = HUN } + has_pop_culture = hungarian + } + militancy = 3 + } + any_owned = { + limit = { culture = hungarian } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = HUN + HUN = { + any_owned = { + limit = { + OR = { + is_core = SLV + is_core = CRO + } + } + secede_province = THIS + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = hungarian } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = hungarian } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = HUN + value = 50 + } + diplomatic_influence = { + who = HUN + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.5 + tag = KUK + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_hungary_independence + any_pop = { + limit = { + location = { is_core = HUN } + has_pop_culture = hungarian + } + militancy = 8 + } + any_owned = { + limit = { culture = hungarian } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = AUS + tag = DNB + } + } + } + } } # Lombardy Independence? country_event = { - - id = 90018 - - title = "EVTNAME90018" - desc = "EVTDESC90018" - picture = "Budapest" - - trigger = { - war = no - NOT = { - exists = LOM - has_country_flag = no_lombardy_independence - primary_culture = north_italian - tag = ITA - } - is_possible_vassal = LOM - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = north_italian } - any_state = { - any_owned_province = { - is_core = LOM - culture = north_italian - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = north_italian - any_state = { - any_owned_province = { - is_core = LOM - culture = north_italian - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = north_italian - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = LOM } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = LOM } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = LOM } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = north_italian } } owner = { remove_accepted_culture = north_italian } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { - location = { is_core = LOM } - has_pop_culture = north_italian - } - militancy = 3 - } - any_owned = { - limit = { culture = north_italian } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = LOM - LOM = { - any_pop = { - limit = { has_pop_culture = north_italian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = north_italian } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = north_italian } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = LOM - value = 50 - } - diplomatic_influence = { - who = LOM - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_lombardy_independence - any_pop = { - limit = { - location = { is_core = LOM } - has_pop_culture = north_italian - } - militancy = 8 - } - any_owned = { - limit = { culture = north_italian } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - } + + id = 90018 + + title = "EVTNAME90018" + desc = "EVTDESC90018" + picture = "Budapest" + + trigger = { + war = no + NOT = { + exists = LOM + has_country_flag = no_lombardy_independence + primary_culture = north_italian + tag = ITA + } + is_possible_vassal = LOM + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = north_italian } + any_state = { + any_owned_province = { + is_core = LOM + culture = north_italian + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = north_italian + any_state = { + any_owned_province = { + is_core = LOM + culture = north_italian + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = north_italian + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = LOM } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = LOM } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = LOM } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = north_italian } } owner = { remove_accepted_culture = north_italian } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { + location = { is_core = LOM } + has_pop_culture = north_italian + } + militancy = 3 + } + any_owned = { + limit = { culture = north_italian } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = LOM + LOM = { + any_pop = { + limit = { has_pop_culture = north_italian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = north_italian } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = north_italian } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = LOM + value = 50 + } + diplomatic_influence = { + who = LOM + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_lombardy_independence + any_pop = { + limit = { + location = { is_core = LOM } + has_pop_culture = north_italian + } + militancy = 8 + } + any_owned = { + limit = { culture = north_italian } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + } } # Croatian Independence? country_event = { - - id = 90019 - - title = "EVTNAME90019" - desc = "EVTDESC90019" - picture = "Budapest" - - trigger = { - war = no - NOT = { - exists = CRO - has_country_flag = no_croatia_independence - primary_culture = croat - } - is_possible_vassal = CRO - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = croat } - any_state = { - any_owned_province = { - is_core = CRO - culture = croat - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = croat - any_state = { - any_owned_province = { - is_core = CRO - culture = croat - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = croat - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRO } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = croat } } owner = { remove_accepted_culture = croat } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { - location = { is_core = CRO } - has_pop_culture = croat - } - militancy = 3 - } - any_owned = { - limit = { culture = croat } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.9 - government = hms_government - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = CRO - CRO = { - any_pop = { - limit = { has_pop_culture = croat } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = croat } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = croat } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = CRO - value = 50 - } - diplomatic_influence = { - who = CRO - value = 200 - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_croatia_independence - any_pop = { - limit = { - location = { is_core = CRO } - has_pop_culture = croat - } - militancy = 8 - } - any_owned = { - limit = { culture = croat } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = AUS - tag = KUK - tag = DNB - tag = ITA - tag = HUN - tag = YUG - } - } - } - } + + id = 90019 + + title = "EVTNAME90019" + desc = "EVTDESC90019" + picture = "Budapest" + + trigger = { + war = no + NOT = { + exists = CRO + has_country_flag = no_croatia_independence + primary_culture = croat + } + is_possible_vassal = CRO + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = croat } + any_state = { + any_owned_province = { + is_core = CRO + culture = croat + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = croat + any_state = { + any_owned_province = { + is_core = CRO + culture = croat + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = croat + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRO } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = croat } } owner = { remove_accepted_culture = croat } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { + location = { is_core = CRO } + has_pop_culture = croat + } + militancy = 3 + } + any_owned = { + limit = { culture = croat } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.9 + government = hms_government + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = CRO + CRO = { + any_pop = { + limit = { has_pop_culture = croat } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = croat } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = croat } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = CRO + value = 50 + } + diplomatic_influence = { + who = CRO + value = 200 + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_croatia_independence + any_pop = { + limit = { + location = { is_core = CRO } + has_pop_culture = croat + } + militancy = 8 + } + any_owned = { + limit = { culture = croat } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = AUS + tag = KUK + tag = DNB + tag = ITA + tag = HUN + tag = YUG + } + } + } + } } # Slovenian Independence? country_event = { - - id = 90020 - - title = "EVTNAME90020" - desc = "EVTDESC90020" - picture = "Budapest" - - trigger = { - war = no - NOT = { - exists = SLO - has_country_flag = no_slovene_independence - primary_culture = slovene - } - is_possible_vassal = SLO - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = slovene } - any_state = { - any_owned_province = { - is_core = SLO - culture = slovene - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = slovene - any_state = { - any_owned_province = { - is_core = SLO - culture = slovene - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - OR = { - NOT = { owns = 771 } - NOT = { owns = 729 } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = slovene - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLO } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = slovene } } owner = { remove_accepted_culture = slovene } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { - location = { is_core = SLO } - has_pop_culture = slovene - } - militancy = 3 - } - any_owned = { - limit = { culture = slovene } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = SLO - SLO = { - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = slovene } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = slovene } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = SLO - value = 50 - } - diplomatic_influence = { - who = SLO - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_slovene_independence - any_pop = { - limit = { - location = { is_core = SLO } - has_pop_culture = slovene - } - militancy = 8 - } - any_owned = { - limit = { culture = slovene } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = AUS - tag = KUK - tag = DNB - tag = YUG - tag = HUN - } - } - } - } + + id = 90020 + + title = "EVTNAME90020" + desc = "EVTDESC90020" + picture = "Budapest" + + trigger = { + war = no + NOT = { + exists = SLO + has_country_flag = no_slovene_independence + primary_culture = slovene + } + is_possible_vassal = SLO + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = slovene } + any_state = { + any_owned_province = { + is_core = SLO + culture = slovene + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = slovene + any_state = { + any_owned_province = { + is_core = SLO + culture = slovene + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + OR = { + NOT = { owns = 771 } + NOT = { owns = 729 } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = slovene + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLO } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = slovene } } owner = { remove_accepted_culture = slovene } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { + location = { is_core = SLO } + has_pop_culture = slovene + } + militancy = 3 + } + any_owned = { + limit = { culture = slovene } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = SLO + SLO = { + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = slovene } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = slovene } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = SLO + value = 50 + } + diplomatic_influence = { + who = SLO + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_slovene_independence + any_pop = { + limit = { + location = { is_core = SLO } + has_pop_culture = slovene + } + militancy = 8 + } + any_owned = { + limit = { culture = slovene } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = AUS + tag = KUK + tag = DNB + tag = YUG + tag = HUN + } + } + } + } } # Bohemian Independence? country_event = { - - id = 90021 - - title = "EVTNAME90021" - desc = "EVTDESC90021" - picture = "Budapest" - - trigger = { - war = no - NOT = { - exists = BOH - has_country_flag = no_bohemia_independence - primary_culture = czech - } - is_possible_vassal = BOH - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = czech } - any_state = { - any_owned_province = { - is_core = BOH - culture = czech - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = czech - any_state = { - any_owned_province = { - is_core = BOH - culture = czech - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = czech - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOH } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = czech } - militancy = 3 - } - any_owned = { - limit = { culture = czech } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = BOH - BOH = { - any_pop = { - limit = { has_pop_culture = czech } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = czech } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = czech } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = BOH - value = 50 - } - diplomatic_influence = { - who = BOH - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_bohemia_independence - any_pop = { - limit = { - location = { is_core = BOH } - has_pop_culture = czech - } - militancy = 8 - } - any_owned = { - limit = { culture = czech } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - } + + id = 90021 + + title = "EVTNAME90021" + desc = "EVTDESC90021" + picture = "Budapest" + + trigger = { + war = no + NOT = { + exists = BOH + has_country_flag = no_bohemia_independence + primary_culture = czech + } + is_possible_vassal = BOH + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = czech } + any_state = { + any_owned_province = { + is_core = BOH + culture = czech + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = czech + any_state = { + any_owned_province = { + is_core = BOH + culture = czech + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = czech + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOH } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = czech } } owner = { remove_accepted_culture = czech } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = czech } + militancy = 3 + } + any_owned = { + limit = { culture = czech } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = BOH + BOH = { + any_pop = { + limit = { has_pop_culture = czech } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = czech } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = czech } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = BOH + value = 50 + } + diplomatic_influence = { + who = BOH + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_bohemia_independence + any_pop = { + limit = { + location = { is_core = BOH } + has_pop_culture = czech + } + militancy = 8 + } + any_owned = { + limit = { culture = czech } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + } } # Slovakian Independence? country_event = { - - id = 90022 - - title = "EVTNAME90022" - desc = "EVTDESC90022" - picture = "Budapest" - - trigger = { - war = no - NOT = { - exists = SLV - has_country_flag = no_slovakia_independence - primary_culture = slovak - } - is_possible_vassal = SLV - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = slovak } - any_state = { - any_owned_province = { - is_core = SLV - culture = slovak - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = slovak - any_state = { - any_owned_province = { - is_core = SLV - culture = slovak - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - OR = { - exists = HUN - NOT = { owns = 631 } - NOT = { owns = 702 } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = slovak - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = SLV } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = slovak } } owner = { remove_accepted_culture = slovak } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = slovak} - militancy = 3 - } - any_owned = { - limit = { culture = slovak } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = SLV - SLV = { - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = slovak } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = slovak } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = SLV - value = 50 - } - diplomatic_influence = { - who = SLV - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_slovakia_independence - any_pop = { - limit = { - location = { is_core = SLV } - has_pop_culture = slovak - } - militancy = 8 - } - any_owned = { - limit = { culture = slovak } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - ai_chance = { - factor = 1 - modifier = { - factor = 1000 - OR = { - tag = CZH - tag = AUS - tag = KUK - tag = DNB - } - } - } - } + + id = 90022 + + title = "EVTNAME90022" + desc = "EVTDESC90022" + picture = "Budapest" + + trigger = { + war = no + NOT = { + exists = SLV + has_country_flag = no_slovakia_independence + primary_culture = slovak + } + is_possible_vassal = SLV + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = slovak } + any_state = { + any_owned_province = { + is_core = SLV + culture = slovak + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = slovak + any_state = { + any_owned_province = { + is_core = SLV + culture = slovak + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + OR = { + exists = HUN + NOT = { owns = 631 } + NOT = { owns = 702 } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = slovak + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = SLV } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = slovak } } owner = { remove_accepted_culture = slovak } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = slovak} + militancy = 3 + } + any_owned = { + limit = { culture = slovak } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = SLV + SLV = { + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = slovak } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = slovak } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = SLV + value = 50 + } + diplomatic_influence = { + who = SLV + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_slovakia_independence + any_pop = { + limit = { + location = { is_core = SLV } + has_pop_culture = slovak + } + militancy = 8 + } + any_owned = { + limit = { culture = slovak } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + ai_chance = { + factor = 1 + modifier = { + factor = 1000 + OR = { + tag = CZH + tag = AUS + tag = KUK + tag = DNB + } + } + } + } } ######################################### -# Ottoman Dominions # +# Ottoman Dominions # ######################################### # Independence for Tunisia From Turkey country_event = { - id = 90025 - - title = "EVTNAME90025" - desc = "EVTDESC90025" - picture = "Ottoman" - - trigger = { - tag = TUR - war = no - TUN = { vassal_of = TUR } - NOT = { has_country_flag = tunisia_independence_denied } - OR = { - year = 1881 - AND = { - is_greater_power = no - is_secondary_power = no - } - TUN = { civilized = yes } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - NOT = { year = 1881 } - is_greater_power = no - is_secondary_power = no - TUN = { civilized = no } - } - modifier = { - factor = 0.5 - has_global_flag = berlin_congress_held - } - } - - option = { - name = "EVT90025OPTA" - badboy = -2 - prestige = -5 - release_vassal = TUN - relation = { - who = TUN - value = 50 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = TUN - value = 50 - } - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 0.5 - is_greater_power = yes - } - } - } - option = { - name = "EVT90025OPTB" - release_vassal = TUN - set_country_flag = tunisia_independence_denied - relation = { - who = TUN - value = -100 - } - random_owned = { - limit = { owner = { is_greater_power = yes } } - owner = { - diplomatic_influence = { - who = TUN - value = -100 - } - } - } - leave_alliance = TUN - casus_belli = { - target = TUN - type = make_puppet - months = 60 - } - ai_chance = { - factor = 40 - modifier = { - factor = 2 - is_greater_power = yes - } - } - } + id = 90025 + + title = "EVTNAME90025" + desc = "EVTDESC90025" + picture = "Ottoman" + + trigger = { + tag = TUR + war = no + TUN = { vassal_of = TUR } + NOT = { has_country_flag = tunisia_independence_denied } + OR = { + year = 1881 + AND = { + is_greater_power = no + is_secondary_power = no + } + TUN = { civilized = yes } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + NOT = { year = 1881 } + is_greater_power = no + is_secondary_power = no + TUN = { civilized = no } + } + modifier = { + factor = 0.5 + has_global_flag = berlin_congress_held + } + } + + option = { + name = "EVT90025OPTA" + badboy = -2 + prestige = -5 + release_vassal = TUN + relation = { + who = TUN + value = 50 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = TUN + value = 50 + } + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 0.5 + is_greater_power = yes + } + } + } + option = { + name = "EVT90025OPTB" + release_vassal = TUN + set_country_flag = tunisia_independence_denied + relation = { + who = TUN + value = -100 + } + random_owned = { + limit = { owner = { is_greater_power = yes } } + owner = { + diplomatic_influence = { + who = TUN + value = -100 + } + } + } + leave_alliance = TUN + casus_belli = { + target = TUN + type = make_puppet + months = 60 + } + ai_chance = { + factor = 40 + modifier = { + factor = 2 + is_greater_power = yes + } + } + } } # Bulgarian Independence? country_event = { - - id = 90029 - - title = "EVTNAME90029" - desc = "EVTDESC90029" - picture = "Ottoman" - - trigger = { - war = no - NOT = { - exists = BUL - has_country_flag = no_bulgaria_independence - primary_culture = bulgarian - } - is_possible_vassal = BUL - nationalism_n_imperialism = 1 - OR = { - AND = { - NOT = { accepted_culture = bulgarian } - any_state = { - any_owned_province = { - is_core = BUL - culture = bulgarian - literacy = 0.25 - } - average_militancy = 2 - } - } - AND = { - accepted_culture = bulgarian - any_state = { - any_owned_province = { - is_core = BUL - culture = bulgarian - literacy = 0.5 - } - average_militancy = 6 - average_consciousness = 6 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = bulgarian - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - NOT = { revolution_n_counterrevolution = 1 } - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BUL } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BUL } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BUL } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BUL } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = bulgarian } } owner = { remove_accepted_culture = bulgarian } } } - - option = { - name = "EVT90017OPTA" - set_global_flag = balkans_call_for_help - any_pop = { - limit = { has_pop_culture = bulgarian} - militancy = 3 - } - any_owned = { - limit = { culture = bulgarian } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = BUL - BUL = { - any_pop = { - limit = { has_pop_culture = bulgarian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = bulgarian } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = bulgarian } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = BUL - value = 50 - } - diplomatic_influence = { - who = BUL - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_bulgaria_independence - set_global_flag = balkans_call_for_help - any_pop = { - limit = { has_pop_culture = bulgarian} - militancy = 8 - } - ai_chance = { - factor = 1 - modifier = { factor = 1000 tag = YUG } - } - } + + id = 90029 + + title = "EVTNAME90029" + desc = "EVTDESC90029" + picture = "Ottoman" + + trigger = { + war = no + NOT = { + exists = BUL + has_country_flag = no_bulgaria_independence + primary_culture = bulgarian + } + is_possible_vassal = BUL + nationalism_n_imperialism = 1 + OR = { + AND = { + NOT = { accepted_culture = bulgarian } + any_state = { + any_owned_province = { + is_core = BUL + culture = bulgarian + literacy = 0.25 + } + average_militancy = 2 + } + } + AND = { + accepted_culture = bulgarian + any_state = { + any_owned_province = { + is_core = BUL + culture = bulgarian + literacy = 0.5 + } + average_militancy = 6 + average_consciousness = 6 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = bulgarian + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + NOT = { revolution_n_counterrevolution = 1 } + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BUL } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BUL } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BUL } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BUL } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = bulgarian } } owner = { remove_accepted_culture = bulgarian } } } + + option = { + name = "EVT90017OPTA" + set_global_flag = balkans_call_for_help + any_pop = { + limit = { has_pop_culture = bulgarian} + militancy = 3 + } + any_owned = { + limit = { culture = bulgarian } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = BUL + BUL = { + any_pop = { + limit = { has_pop_culture = bulgarian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = bulgarian } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = bulgarian } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = BUL + value = 50 + } + diplomatic_influence = { + who = BUL + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_bulgaria_independence + set_global_flag = balkans_call_for_help + any_pop = { + limit = { has_pop_culture = bulgarian} + militancy = 8 + } + ai_chance = { + factor = 1 + modifier = { factor = 1000 tag = YUG } + } + } } # Albanian Independence? country_event = { - - id = 90030 - - title = "EVTNAME90030" - desc = "EVTDESC90030" - picture = "Ottoman" - - trigger = { - war = no - NOT = { - exists = ALB - has_country_flag = no_albania_independence - primary_culture = albanian - } - is_possible_vassal = ALB - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = albanian } - any_state = { - any_owned_province = { - is_core = ALB - culture = albanian - literacy = 0.25 - } - average_militancy = 2 - } - } - AND = { - accepted_culture = albanian - any_state = { - any_owned_province = { - is_core = ALB - culture = albanian - literacy = 0.5 - } - average_militancy = 6 - average_consciousness = 6 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = albanian - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - NOT = { invention = separatism } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = ALB } - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = ALB } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = ALB } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = ALB } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = albanian } } owner = { remove_accepted_culture = albanian } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = albanian} - militancy = 3 - } - any_owned = { - limit = { culture = albanian } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = ALB - ALB = { - any_pop = { - limit = { has_pop_culture = albanian } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = albanian } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = albanian } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = ALB - value = 50 - } - diplomatic_influence = { - who = ALB - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_albania_independence - any_pop = { - limit = { has_pop_culture = albanian } - militancy = 8 - } - ai_chance = { - factor = 1 - modifier = { factor = 1000 tag = YUG } - } - } + + id = 90030 + + title = "EVTNAME90030" + desc = "EVTDESC90030" + picture = "Ottoman" + + trigger = { + war = no + NOT = { + exists = ALB + has_country_flag = no_albania_independence + primary_culture = albanian + } + is_possible_vassal = ALB + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = albanian } + any_state = { + any_owned_province = { + is_core = ALB + culture = albanian + literacy = 0.25 + } + average_militancy = 2 + } + } + AND = { + accepted_culture = albanian + any_state = { + any_owned_province = { + is_core = ALB + culture = albanian + literacy = 0.5 + } + average_militancy = 6 + average_consciousness = 6 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = albanian + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + NOT = { invention = separatism } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = ALB } + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = ALB } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = ALB } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = ALB } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = albanian } } owner = { remove_accepted_culture = albanian } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = albanian} + militancy = 3 + } + any_owned = { + limit = { culture = albanian } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = ALB + ALB = { + any_pop = { + limit = { has_pop_culture = albanian } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = albanian } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = albanian } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = ALB + value = 50 + } + diplomatic_influence = { + who = ALB + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_albania_independence + any_pop = { + limit = { has_pop_culture = albanian } + militancy = 8 + } + ai_chance = { + factor = 1 + modifier = { factor = 1000 tag = YUG } + } + } } # Bosnian Independence? country_event = { - - id = 90031 - - title = "EVTNAME90031" - desc = "EVTDESC90031" - picture = "Ottoman" - - trigger = { - war = no - NOT = { - exists = BOS - has_country_flag = no_bosnia_independence - primary_culture = bosniak - } - is_possible_vassal = BOS - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = bosniak } - any_state = { - any_owned_province = { - is_core = BOS - culture = bosniak - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = bosniak - any_state = { - any_owned_province = { - is_core = BOS - culture = bosniak - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = bosniak - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - NOT = { invention = separatism } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOS } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOS } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = BOS } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = bosniak } } owner = { remove_accepted_culture = bosniak } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = bosniak} - militancy = 3 - } - any_owned = { - limit = { culture = bosniak } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = BOS - BOS = { - any_pop = { - limit = { has_pop_culture = bosniak } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = bosniak } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = bosniak } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = BOS - value = 50 - } - diplomatic_influence = { - who = BOS - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_bosnia_independence - any_pop = { - limit = { has_pop_culture = bosniak} - militancy = 8 - } - ai_chance = { - factor = 1 - - modifier = { - factor = 1000 - OR = { - tag = YUG - tag = SER - tag = AUS - tag = KUK - tag = DNB - } - } - } - } + + id = 90031 + + title = "EVTNAME90031" + desc = "EVTDESC90031" + picture = "Ottoman" + + trigger = { + war = no + NOT = { + exists = BOS + has_country_flag = no_bosnia_independence + primary_culture = bosniak + } + is_possible_vassal = BOS + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = bosniak } + any_state = { + any_owned_province = { + is_core = BOS + culture = bosniak + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = bosniak + any_state = { + any_owned_province = { + is_core = BOS + culture = bosniak + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = bosniak + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + NOT = { invention = separatism } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOS } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOS } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = BOS } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = bosniak } } owner = { remove_accepted_culture = bosniak } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = bosniak} + militancy = 3 + } + any_owned = { + limit = { culture = bosniak } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = BOS + BOS = { + any_pop = { + limit = { has_pop_culture = bosniak } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = bosniak } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = bosniak } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = BOS + value = 50 + } + diplomatic_influence = { + who = BOS + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_bosnia_independence + any_pop = { + limit = { has_pop_culture = bosniak} + militancy = 8 + } + ai_chance = { + factor = 1 + + modifier = { + factor = 1000 + OR = { + tag = YUG + tag = SER + tag = AUS + tag = KUK + tag = DNB + } + } + } + } } # Iraqi Independence? country_event = { - - id = 90032 - - title = "EVTNAME90032" - desc = "EVTDESC90033" - picture = "Ottoman" - - trigger = { - war = no - NOT = { - exists = IRQ - has_country_flag = no_iraq_independence - primary_culture = mashriqi - } - is_possible_vassal = IRQ - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = mashriqi } - any_state = { - any_owned_province = { - is_core = IRQ - culture = mashriqi - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = mashriqi - any_state = { - any_owned_province = { - is_core = IRQ - culture = mashriqi - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = mashriqi - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - NOT = { invention = separatism } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = IRQ } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = IRQ } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = IRQ } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = mashriqi } } owner = { remove_accepted_culture = mashriqi } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = mashriqi} - militancy = 3 - } - any_owned = { - limit = { culture = mashriqi } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = IRQ - IRQ = { - any_pop = { - limit = { has_pop_culture = mashriqi } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = mashriqi } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = mashriqi } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = IRQ - value = 50 - } - diplomatic_influence = { - who = IRQ - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_iraq_independence - any_pop = { - limit = { has_pop_culture = mashriqi} - militancy = 8 - } - ai_chance = { - factor = 0 - } - } + + id = 90032 + + title = "EVTNAME90032" + desc = "EVTDESC90033" + picture = "Ottoman" + + trigger = { + war = no + NOT = { + exists = IRQ + has_country_flag = no_iraq_independence + primary_culture = mashriqi + } + is_possible_vassal = IRQ + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = mashriqi } + any_state = { + any_owned_province = { + is_core = IRQ + culture = mashriqi + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = mashriqi + any_state = { + any_owned_province = { + is_core = IRQ + culture = mashriqi + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = mashriqi + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + NOT = { invention = separatism } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = IRQ } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = IRQ } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = IRQ } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = mashriqi } } owner = { remove_accepted_culture = mashriqi } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = mashriqi} + militancy = 3 + } + any_owned = { + limit = { culture = mashriqi } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = IRQ + IRQ = { + any_pop = { + limit = { has_pop_culture = mashriqi } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = mashriqi } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = mashriqi } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = IRQ + value = 50 + } + diplomatic_influence = { + who = IRQ + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_iraq_independence + any_pop = { + limit = { has_pop_culture = mashriqi} + militancy = 8 + } + ai_chance = { + factor = 0 + } + } } # Independence for Crete? country_event = { - - id = 90033 - - title = "EVTNAME90033" - desc = "EVTDESC90033" - picture = "Ottoman" - - trigger = { - war = no - NOT = { - exists = CRE - has_country_flag = no_crete_independence - primary_culture = greek - } - is_possible_vassal = CRE - revolution_n_counterrevolution = 1 - OR = { - AND = { - NOT = { accepted_culture = greek } - any_state = { - any_owned_province = { - is_core = CRE - culture = greek - literacy = 0.25 - } - average_militancy = 3 - } - } - AND = { - accepted_culture = greek - any_state = { - any_owned_province = { - is_core = CRE - culture = greek - literacy = 0.5 - } - average_militancy = 7 - average_consciousness = 7 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = greek - is_accepted_culture = yes - } - } - modifier = { - factor = 1.5 - NOT = { invention = separatism } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRE } - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRE } - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_state = { - any_owned_province = { is_core = CRE } - average_militancy = 6 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = greek } } owner = { remove_accepted_culture = greek } } } - - option = { - name = "EVT90017OPTA" - any_pop = { - limit = { has_pop_culture = greek} - militancy = 3 - } - any_owned = { - limit = { is_core = CRE } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTB" - badboy = -5 - prestige = -25 - release_vassal = CRE - CRE = { - any_pop = { - limit = { has_pop_culture = greek } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = greek } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = greek } - is_primary_culture = no - } - militancy = 1 - } - relation = { - who = CRE - value = 50 - } - diplomatic_influence = { - who = CRE - value = 200 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_crete_independence - any_pop = { - limit = { - location = { is_core = CRE } - has_pop_culture = greek - } - militancy = 8 - } - ai_chance = { - factor = 0 - } - } + + id = 90033 + + title = "EVTNAME90033" + desc = "EVTDESC90033" + picture = "Ottoman" + + trigger = { + war = no + NOT = { + exists = CRE + has_country_flag = no_crete_independence + primary_culture = greek + } + is_possible_vassal = CRE + revolution_n_counterrevolution = 1 + OR = { + AND = { + NOT = { accepted_culture = greek } + any_state = { + any_owned_province = { + is_core = CRE + culture = greek + literacy = 0.25 + } + average_militancy = 3 + } + } + AND = { + accepted_culture = greek + any_state = { + any_owned_province = { + is_core = CRE + culture = greek + literacy = 0.5 + } + average_militancy = 7 + average_consciousness = 7 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = greek + is_accepted_culture = yes + } + } + modifier = { + factor = 1.5 + NOT = { invention = separatism } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRE } + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRE } + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_state = { + any_owned_province = { is_core = CRE } + average_militancy = 6 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = greek } } owner = { remove_accepted_culture = greek } } } + + option = { + name = "EVT90017OPTA" + any_pop = { + limit = { has_pop_culture = greek} + militancy = 3 + } + any_owned = { + limit = { is_core = CRE } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTB" + badboy = -5 + prestige = -25 + release_vassal = CRE + CRE = { + any_pop = { + limit = { has_pop_culture = greek } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = greek } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = greek } + is_primary_culture = no + } + militancy = 1 + } + relation = { + who = CRE + value = 50 + } + diplomatic_influence = { + who = CRE + value = 200 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_crete_independence + any_pop = { + limit = { + location = { is_core = CRE } + has_pop_culture = greek + } + militancy = 8 + } + ai_chance = { + factor = 0 + } + } } ######################################### -# Scandinavian Dominions # +# Scandinavian Dominions # ######################################### #Norway asks for independence from Sweden country_event = { - id = 49505 - - title = "EVTNAME49505" - desc = "EVTDESC49505" - picture = "danishgovernment" - - trigger = { - war = no - tag = SWE - any_state = { - any_owned_province = { is_core = NOR } - average_militancy = 2 - } - average_consciousness = 6 - year = 1880 - revolution_n_counterrevolution = 1 - is_possible_vassal = NOR - NOT = { - has_country_flag = norway_asks_for_indepenedence - exists = NOR - } - } - - mean_time_to_happen = { - days = 1 - modifier = { - factor = 0.5 - press_rights = free_press - } - modifier = { - factor = 0.75 - vote_franschise = universal_voting - } - modifier = { - factor = 0.85 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 0.95 - vote_franschise = wealth_voting - } - modifier = { - factor = 1.25 - press_rights = censored_press - } - modifier = { - factor = 1.5 - press_rights = state_press - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } } - - option = { - name = "EVT49505OPTA" - any_owned = { - limit = { is_core = NOR } - remove_core = SWE - } - release = NOR - any_pop = { - consciousness = -4 - } - NOR = { - any_pop = { - militancy = -4 - } - relation = { - who = THIS - value = 100 - } - } - set_country_flag = norway_asks_for_indepenedence - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT49505OPTB" - any_pop = { - limit = { - culture = norwegian - } - consciousness = 4 - militancy = 3 - } - any_country = { - limit = { - is_greater_power = yes - continent = europe - } - relation = { - who = THIS - value = -20 - } - } - set_country_flag = norway_asks_for_indepenedence - ai_chance = { - factor = 10 - } - } + id = 49505 + + title = "EVTNAME49505" + desc = "EVTDESC49505" + picture = "danishgovernment" + + trigger = { + war = no + tag = SWE + any_state = { + any_owned_province = { is_core = NOR } + average_militancy = 2 + } + average_consciousness = 6 + year = 1880 + revolution_n_counterrevolution = 1 + is_possible_vassal = NOR + NOT = { + has_country_flag = norway_asks_for_indepenedence + exists = NOR + } + } + + mean_time_to_happen = { + days = 1 + modifier = { + factor = 0.5 + press_rights = free_press + } + modifier = { + factor = 0.75 + vote_franschise = universal_voting + } + modifier = { + factor = 0.85 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 0.95 + vote_franschise = wealth_voting + } + modifier = { + factor = 1.25 + press_rights = censored_press + } + modifier = { + factor = 1.5 + press_rights = state_press + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } } + + option = { + name = "EVT49505OPTA" + any_owned = { + limit = { is_core = NOR } + remove_core = SWE + } + release = NOR + any_pop = { + consciousness = -4 + } + NOR = { + any_pop = { + militancy = -4 + } + relation = { + who = THIS + value = 100 + } + } + set_country_flag = norway_asks_for_indepenedence + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT49505OPTB" + any_pop = { + limit = { + culture = norwegian + } + consciousness = 4 + militancy = 3 + } + any_country = { + limit = { + is_greater_power = yes + continent = europe + } + relation = { + who = THIS + value = -20 + } + } + set_country_flag = norway_asks_for_indepenedence + ai_chance = { + factor = 10 + } + } } #Norway demands independence from Sweden country_event = { - id = 49506 - title = "EVTNAME49506" - desc = "EVTDESC49506" - picture = "danishgovernment" - - trigger = { - war = no - tag = SWE - any_state = { - any_owned_province = { is_core = NOR } - average_militancy = 3 - } - average_consciousness = 7 - year = 1910 - revolution_n_counterrevolution = 1 - is_possible_vassal = NOR - has_country_flag = norway_asks_for_indepenedence - NOT = { - exists = NOR - has_country_flag = norway_demands_independence - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.5 - press_rights = free_press - } - modifier = { - factor = 0.75 - vote_franschise = universal_voting - } - modifier = { - factor = 0.85 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 0.95 - vote_franschise = wealth_voting - } - modifier = { - factor = 1.25 - press_rights = censored_press - } - modifier = { - factor = 1.5 - press_rights = state_press - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } } - - option = { - name = "EVT49506OPTA" - any_owned = { - limit = { is_core = NOR } - remove_core = SWE - remove_core = SCA - } - release = NOR - any_pop = { - consciousness = -4 - } - NOR = { - capital = 313 - any_pop = { - militancy = -4 - } - } - badboy = -10 - set_country_flag = norway_demands_independence - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT49506OPTB" - any_owned = { - limit = { is_core = NOR } - secede_province = NOR - } - war = { - target = NOR - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - any_greater_power = { - limit = { - continent = europe - } - relation = { - who = THIS - value = -40 - } - } - set_country_flag = norway_demands_independence - ai_chance = { - factor = 10 - } - } + id = 49506 + title = "EVTNAME49506" + desc = "EVTDESC49506" + picture = "danishgovernment" + + trigger = { + war = no + tag = SWE + any_state = { + any_owned_province = { is_core = NOR } + average_militancy = 3 + } + average_consciousness = 7 + year = 1910 + revolution_n_counterrevolution = 1 + is_possible_vassal = NOR + has_country_flag = norway_asks_for_indepenedence + NOT = { + exists = NOR + has_country_flag = norway_demands_independence + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.5 + press_rights = free_press + } + modifier = { + factor = 0.75 + vote_franschise = universal_voting + } + modifier = { + factor = 0.85 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 0.95 + vote_franschise = wealth_voting + } + modifier = { + factor = 1.25 + press_rights = censored_press + } + modifier = { + factor = 1.5 + press_rights = state_press + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } } + + option = { + name = "EVT49506OPTA" + any_owned = { + limit = { is_core = NOR } + remove_core = SWE + remove_core = SCA + } + release = NOR + any_pop = { + consciousness = -4 + } + NOR = { + capital = 313 + any_pop = { + militancy = -4 + } + } + badboy = -10 + set_country_flag = norway_demands_independence + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT49506OPTB" + any_owned = { + limit = { is_core = NOR } + secede_province = NOR + } + war = { + target = NOR + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + any_greater_power = { + limit = { + continent = europe + } + relation = { + who = THIS + value = -40 + } + } + set_country_flag = norway_demands_independence + ai_chance = { + factor = 10 + } + } } #Finnish Independence from Sweden country_event = { - id = 49507 - title = "EVTNAME49507" - desc = "EVTDESC49507" - picture = "danishgovernment" - - trigger = { - war = no - NOT = { - exists = FIN - has_country_flag = finnish_independence - primary_culture = finnish - } - is_possible_vassal = FIN - revolution_n_counterrevolution = 1 - average_consciousness = 5 - year = 1900 - OR = { - AND = { - NOT = { accepted_culture = finnish } - any_state = { - any_owned_province = { - is_core = FIN - culture = finnish - literacy = 0.25 - } - average_militancy = 2 - } - } - AND = { - accepted_culture = finnish - any_state = { - any_owned_province = { - is_core = FIN - culture = finnish - literacy = 0.5 - } - average_militancy = 6 - average_consciousness = 6 - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.5 - press_rights = free_press - } - modifier = { - factor = 0.75 - vote_franschise = universal_voting - } - modifier = { - factor = 0.85 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 0.95 - vote_franschise = wealth_voting - } - modifier = { - factor = 1.25 - press_rights = censored_press - } - modifier = { - factor = 1.5 - press_rights = state_press - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = finnish } } owner = { remove_accepted_culture = finnish } } } - - option = { - name = "EVT49507OPTA" - any_owned = { - limit = { is_core = FIN } - remove_core = SWE - } - release = FIN - FIN = { - any_pop = { - militancy = -4 - } - relation = { - who = THIS - value = 100 - } - } - any_pop = { - consciousness = 1 - } - set_country_flag = finnish_independence - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT49507OPTB" - any_pop = { - limit = { - OR = { - culture = finnish - culture = sami - } - } - consciousness = 5 - militancy = 5 - } - set_country_flag = finnish_independence - ai_chance = { - factor = 25 - } - - } + id = 49507 + title = "EVTNAME49507" + desc = "EVTDESC49507" + picture = "danishgovernment" + + trigger = { + war = no + NOT = { + exists = FIN + has_country_flag = finnish_independence + primary_culture = finnish + } + is_possible_vassal = FIN + revolution_n_counterrevolution = 1 + average_consciousness = 5 + year = 1900 + OR = { + AND = { + NOT = { accepted_culture = finnish } + any_state = { + any_owned_province = { + is_core = FIN + culture = finnish + literacy = 0.25 + } + average_militancy = 2 + } + } + AND = { + accepted_culture = finnish + any_state = { + any_owned_province = { + is_core = FIN + culture = finnish + literacy = 0.5 + } + average_militancy = 6 + average_consciousness = 6 + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.5 + press_rights = free_press + } + modifier = { + factor = 0.75 + vote_franschise = universal_voting + } + modifier = { + factor = 0.85 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 0.95 + vote_franschise = wealth_voting + } + modifier = { + factor = 1.25 + press_rights = censored_press + } + modifier = { + factor = 1.5 + press_rights = state_press + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = finnish } } owner = { remove_accepted_culture = finnish } } } + + option = { + name = "EVT49507OPTA" + any_owned = { + limit = { is_core = FIN } + remove_core = SWE + } + release = FIN + FIN = { + any_pop = { + militancy = -4 + } + relation = { + who = THIS + value = 100 + } + } + any_pop = { + consciousness = 1 + } + set_country_flag = finnish_independence + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT49507OPTB" + any_pop = { + limit = { + OR = { + culture = finnish + culture = sami + } + } + consciousness = 5 + militancy = 5 + } + set_country_flag = finnish_independence + ai_chance = { + factor = 25 + } + + } } #Danish Independence from Sweden country_event = { - id = 49508 - title = "EVTNAME49508" - desc = "EVTDESC49508" - picture = "danishgovernment" - - trigger = { - war = no - year = 1900 - tag = SWE - any_state = { - any_owned_province = { is_core = DEN } - average_militancy = 2 - } - average_consciousness = 5 - revolution_n_counterrevolution = 1 - is_possible_vassal = DEN - NOT = { - exists = DEN - has_country_flag = danish_independence - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.5 - press_rights = free_press - } - modifier = { - factor = 0.75 - vote_franschise = universal_voting - } - modifier = { - factor = 0.85 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 0.95 - vote_franschise = wealth_voting - } - modifier = { - factor = 1.25 - press_rights = censored_press - } - modifier = { - factor = 1.5 - press_rights = state_press - } - } - - option = { - name = "EVT49508OPTA" - any_owned = { - limit = { is_core = DEN } - remove_core = SWE - } - release = DEN - DEN = { - any_pop = { - militancy = -4 - } - relation = { - who = THIS - value = 100 - } - } - set_country_flag = danish_independence - } - - option = { - name = "EVT49508OPTB" - any_pop = { - limit = { - culture = danish - } - consciousness = 5 - militancy = 5 - } - set_country_flag = danish_independence - } + id = 49508 + title = "EVTNAME49508" + desc = "EVTDESC49508" + picture = "danishgovernment" + + trigger = { + war = no + year = 1900 + tag = SWE + any_state = { + any_owned_province = { is_core = DEN } + average_militancy = 2 + } + average_consciousness = 5 + revolution_n_counterrevolution = 1 + is_possible_vassal = DEN + NOT = { + exists = DEN + has_country_flag = danish_independence + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.5 + press_rights = free_press + } + modifier = { + factor = 0.75 + vote_franschise = universal_voting + } + modifier = { + factor = 0.85 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 0.95 + vote_franschise = wealth_voting + } + modifier = { + factor = 1.25 + press_rights = censored_press + } + modifier = { + factor = 1.5 + press_rights = state_press + } + } + + option = { + name = "EVT49508OPTA" + any_owned = { + limit = { is_core = DEN } + remove_core = SWE + } + release = DEN + DEN = { + any_pop = { + militancy = -4 + } + relation = { + who = THIS + value = 100 + } + } + set_country_flag = danish_independence + } + + option = { + name = "EVT49508OPTB" + any_pop = { + limit = { + culture = danish + } + consciousness = 5 + militancy = 5 + } + set_country_flag = danish_independence + } } #The Grand Duchy of Finland to Russia country_event = { - id = 49510 - title = "EVTNAME49510" - desc = "EVTDESC49510" - picture = "diet_of_finland" - - fire_only_once = yes - - trigger = { - war = no - tag = RUS - NOT = { has_country_flag = no_grand_duchy_finland } - is_our_vassal = FIN - nationalism_n_imperialism = 1 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - any_pop = { - has_pop_culture = finnish - is_accepted_culture = yes - } - } - modifier = { - factor = 0.5 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.8 - invention = separatism - } - } - - option = { - name = "EVT90017OPTA" - FIN = { any_pop = { limit = { has_pop_culture = finnish } militancy = 7 } } - any_pop = { limit = { has_pop_culture = finnish } militancy = 6 } - any_owned = { - limit = { culture = finnish } - add_province_modifier = { name = nationalist_agitation duration = 1825 } - } - ai_chance = { - factor = 15 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } - option = { - name = "EVT49510OPTB" - badboy = -1 - set_country_flag = finland_is_recognized - FIN = { - government = prussian_constitutionalism - ruling_party_ideology = conservative - political_reform = landed_voting - political_reform = appointed - political_reform = yes_meeting - political_reform = censored_press - political_reform = no_trade_unions - political_reform = harassment - set_country_flag = grand_duchy_finland - remove_accepted_culture = swedish - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - any_pop = { - limit = { has_pop_culture = finnish } - militancy = -8 - } - } - any_pop = { - limit = { has_pop_culture = finnish } - militancy = -3 - } - any_pop = { - limit = { - NOT = { has_pop_culture = finnish } - is_primary_culture = no - } - militancy = 2 - } - relation = { - who = FIN - value = 200 - } - diplomatic_influence = { - who = FIN - value = 200 - } - ai_chance = { - factor = 90 - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - } - } - option = { - name = "EVT90017OPTC" - set_country_flag = no_grand_duchy_finland - badboy = 1 - any_pop = { - limit = { - location = { is_core = FIN } - has_pop_culture = finnish - } - militancy = 8 - } - FIN = { - remove_accepted_culture = swedish - any_owned = { - limit = { culture = finnish } - add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - } - any_pop = { - limit = { - has_pop_culture = finnish - } - militancy = 9 - consciousness = 9 - } - } - any_owned = { - limit = { culture = finnish } - add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - } - ai_chance = { - factor = 0 - } - } + id = 49510 + title = "EVTNAME49510" + desc = "EVTDESC49510" + picture = "diet_of_finland" + + fire_only_once = yes + + trigger = { + war = no + tag = RUS + NOT = { has_country_flag = no_grand_duchy_finland } + is_our_vassal = FIN + nationalism_n_imperialism = 1 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + any_pop = { + has_pop_culture = finnish + is_accepted_culture = yes + } + } + modifier = { + factor = 0.5 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.8 + invention = separatism + } + } + + option = { + name = "EVT90017OPTA" + FIN = { any_pop = { limit = { has_pop_culture = finnish } militancy = 7 } } + any_pop = { limit = { has_pop_culture = finnish } militancy = 6 } + any_owned = { + limit = { culture = finnish } + add_province_modifier = { name = nationalist_agitation duration = 1825 } + } + ai_chance = { + factor = 15 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } + option = { + name = "EVT49510OPTB" + badboy = -1 + set_country_flag = finland_is_recognized + FIN = { + government = prussian_constitutionalism + ruling_party_ideology = conservative + political_reform = landed_voting + political_reform = appointed + political_reform = yes_meeting + political_reform = censored_press + political_reform = no_trade_unions + political_reform = harassment + set_country_flag = grand_duchy_finland + remove_accepted_culture = swedish + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + any_pop = { + limit = { has_pop_culture = finnish } + militancy = -8 + } + } + any_pop = { + limit = { has_pop_culture = finnish } + militancy = -3 + } + any_pop = { + limit = { + NOT = { has_pop_culture = finnish } + is_primary_culture = no + } + militancy = 2 + } + relation = { + who = FIN + value = 200 + } + diplomatic_influence = { + who = FIN + value = 200 + } + ai_chance = { + factor = 90 + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + } + } + option = { + name = "EVT90017OPTC" + set_country_flag = no_grand_duchy_finland + badboy = 1 + any_pop = { + limit = { + location = { is_core = FIN } + has_pop_culture = finnish + } + militancy = 8 + } + FIN = { + remove_accepted_culture = swedish + any_owned = { + limit = { culture = finnish } + add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + } + any_pop = { + limit = { + has_pop_culture = finnish + } + militancy = 9 + consciousness = 9 + } + } + any_owned = { + limit = { culture = finnish } + add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + } + ai_chance = { + factor = 0 + } + } } - + # Iceland's Independence country_event = { - id = 36215 - - title = "EVTNAME36215_NEW" - desc = "EVTDESC36215_NEW" - picture = "danishgovernment" - - trigger = { - war = no - owns = 252 - OR = { - year = 1918 - AND = { - year = 1874 - 252 = { is_colonial = no } - } - } - NOT = { - exists = ICL - has_global_flag = iceland_independence - AND = { - accepted_culture = icelandic - has_country_flag = nordism_embraced - } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 20 - has_country_flag = ICL_independence_refused - } - modifier = { - factor = 0.8 - 252 = { - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - 252 = { - average_militancy = 4 - } - } - } - - immediate = { random_owned = { limit = { owner = { accepted_culture = icelandic } } owner = { remove_accepted_culture = icelandic } } } - - option = { - name = "EVT36215OPTA" - clr_country_flag = ICL_independence_refused - set_global_flag = iceland_independence - prestige = -5 - badboy = -3 - 252 = { - remove_province_modifier = nationalist_agitation - remove_core = DEN - remove_core = THIS - } - release_vassal = ICL - ICL = { - any_pop = { militancy = -8 } - } - relation = { - who = ICL - value = 200 - } - diplomatic_influence = { - who = ICL - value = 200 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT36215OPTB" - set_country_flag = ICL_independence_refused - 252 = { - any_pop = { - limit = { has_pop_culture = icelandic } - militancy = 3 - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } + id = 36215 + + title = "EVTNAME36215_NEW" + desc = "EVTDESC36215_NEW" + picture = "danishgovernment" + + trigger = { + war = no + owns = 252 + OR = { + year = 1918 + AND = { + year = 1874 + 252 = { is_colonial = no } + } + } + NOT = { + exists = ICL + has_global_flag = iceland_independence + AND = { + accepted_culture = icelandic + has_country_flag = nordism_embraced + } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 20 + has_country_flag = ICL_independence_refused + } + modifier = { + factor = 0.8 + 252 = { + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + 252 = { + average_militancy = 4 + } + } + } + + immediate = { random_owned = { limit = { owner = { accepted_culture = icelandic } } owner = { remove_accepted_culture = icelandic } } } + + option = { + name = "EVT36215OPTA" + clr_country_flag = ICL_independence_refused + set_global_flag = iceland_independence + prestige = -5 + badboy = -3 + 252 = { + remove_province_modifier = nationalist_agitation + remove_core = DEN + remove_core = THIS + } + release_vassal = ICL + ICL = { + any_pop = { militancy = -8 } + } + relation = { + who = ICL + value = 200 + } + diplomatic_influence = { + who = ICL + value = 200 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT36215OPTB" + set_country_flag = ICL_independence_refused + 252 = { + any_pop = { + limit = { has_pop_culture = icelandic } + militancy = 3 + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } } # Independence for Norway country_event = { - id = 95095 - - title = "EVTNAME95095" - desc = "EVTDESC95095" - picture = "norwegian_storting" - - trigger = { - NOT = { tag = SCA } - war = no - is_our_vassal = NOR - OR = { - AND = { - revolution_n_counterrevolution = 1 - NOR = { average_consciousness = 3 } - year = 1900 - } - AND = { - tag = SWE - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - AND = { - NOT = { relation = { who = NOR value = 0 } } - NOR = { average_consciousness = 6 } - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - NOR = { average_militancy = 3 } - } - modifier = { - factor = 0.8 - NOR = { average_militancy = 4 } - } - modifier = { - factor = 0.25 - year = 1905 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - } - - fire_only_once = yes - - option = { - name = "EVT95095OPTA" - prestige = -5 - badboy = -2 - release_vassal = NOR - random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } - NOR = { - any_pop = { militancy = -8 } - any_owned = { - limit = { is_core = THIS } - remove_core = THIS - } - } - relation = { - who = NOR - value = 100 - } - diplomatic_influence = { - who = NOR - value = 100 - } - any_pop = { - consciousness = 1 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - - } - } - option = { - name = "EVT95095OPTB" - badboy = 1 - random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } - relation = { - who = NOR - value = -400 - } - diplomatic_influence = { - who = NOR - value = -400 - } - - any_pop = { - limit = { has_pop_culture = norwegian } - militancy = 7 - } - - release_vassal = NOR - - war = { - target = NOR - attacker_goal = { casus_belli = make_puppet } - } - - ai_chance = { - factor = 20 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } + id = 95095 + + title = "EVTNAME95095" + desc = "EVTDESC95095" + picture = "norwegian_storting" + + trigger = { + NOT = { tag = SCA } + war = no + is_our_vassal = NOR + OR = { + AND = { + revolution_n_counterrevolution = 1 + NOR = { average_consciousness = 3 } + year = 1900 + } + AND = { + tag = SWE + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + AND = { + NOT = { relation = { who = NOR value = 0 } } + NOR = { average_consciousness = 6 } + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + NOR = { average_militancy = 3 } + } + modifier = { + factor = 0.8 + NOR = { average_militancy = 4 } + } + modifier = { + factor = 0.25 + year = 1905 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + } + + fire_only_once = yes + + option = { + name = "EVT95095OPTA" + prestige = -5 + badboy = -2 + release_vassal = NOR + random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } + NOR = { + any_pop = { militancy = -8 } + any_owned = { + limit = { is_core = THIS } + remove_core = THIS + } + } + relation = { + who = NOR + value = 100 + } + diplomatic_influence = { + who = NOR + value = 100 + } + any_pop = { + consciousness = 1 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + + } + } + option = { + name = "EVT95095OPTB" + badboy = 1 + random_owned = { limit = { owner = { accepted_culture = norwegian } } owner = { remove_accepted_culture = norwegian } } + relation = { + who = NOR + value = -400 + } + diplomatic_influence = { + who = NOR + value = -400 + } + + any_pop = { + limit = { has_pop_culture = norwegian } + militancy = 7 + } + + release_vassal = NOR + + war = { + target = NOR + attacker_goal = { casus_belli = make_puppet } + } + + ai_chance = { + factor = 20 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } } diff --git a/HPM/events/India.txt b/HPM/events/India.txt index b6375a10..d18d6f77 100644 --- a/HPM/events/India.txt +++ b/HPM/events/India.txt @@ -1,1099 +1,1101 @@ ################################################################################# -# # -# Sepoy Rebellion Events # -# # +# # +# Sepoy Rebellion Events # +# # ################################################################################# province_event = { - - id = 97100 - title = "EVTNAME97100" #Rebellion in Indian State - desc = "EVTDESC97100" - - trigger = { - is_core = HND - controlled_by = THIS - OR = { - culture = assamese - culture = bengali - culture = bihari - culture = nepali - culture = oriya - culture = avadhi - culture = kanauji - culture = panjabi - culture = kashmiri - culture = gujarati - culture = marathi - culture = sindi - culture = rajput - culture = kannada - culture = malayalam - culture = tamil - culture = telegu - } - NOT = { - has_province_modifier = nationalist_agitation - owner = { tag = HND } - owner = { tag = PAK } - } - OR = { - owner = { - NOT = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - has_country_flag = sepoy_rebellion - } - AND = { - owner = { - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - has_global_flag = indian_call_to_union - } - OR = { - average_consciousness = 5 - average_militancy = 2 - } - } - } - NOT = { poor_strata_everyday_needs = 0.9 } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - any_neighbor_province = { - is_core = HND - has_province_modifier = nationalist_agitation - } - } - modifier = { - factor = 0.5 - any_neighbor_province = { - is_core = HND - controlled_by = REB - } - } - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 0.7 - } - modifier = { - factor = 2 - poor_strata_luxury_needs = 0.5 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.1 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.8 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 3 - units_in_province = 1 - } - modifier = { - factor = 1.2 - owner = { war = yes } - } - } - - option = { - name = "EVT97100OPTA" - state_scope = { - any_pop = { - limit = { - is_culture_group = south_asian - location = { is_core = HND } - } - militancy = 6 - } - any_owned = { - limit = { - is_core = HND - OR = { - culture = assamese - culture = bengali - culture = bihari - culture = nepali - culture = oriya - culture = avadhi - culture = kanauji - culture = panjabi - culture = kashmiri - culture = gujarati - culture = marathi - culture = sindi - culture = rajput - culture = kannada - culture = malayalam - culture = tamil - culture = telegu - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } - } + + id = 97100 + title = "EVTNAME97100" #Rebellion in Indian State + desc = "EVTDESC97100" + + trigger = { + is_core = HND + controlled_by = THIS + OR = { + culture = assamese + culture = bengali + culture = bihari + culture = nepali + culture = oriya + culture = avadhi + culture = kanauji + culture = panjabi + culture = kashmiri + culture = gujarati + culture = marathi + culture = sindi + culture = rajput + culture = kannada + culture = malayalam + culture = tamil + culture = telegu + } + NOT = { + has_province_modifier = nationalist_agitation + owner = { tag = HND } + owner = { tag = PAK } + } + OR = { + owner = { + NOT = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + has_country_flag = sepoy_rebellion + } + AND = { + owner = { + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + has_global_flag = indian_call_to_union + } + OR = { + average_consciousness = 5 + average_militancy = 2 + } + } + } + NOT = { poor_strata_everyday_needs = 0.9 } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + any_neighbor_province = { + is_core = HND + has_province_modifier = nationalist_agitation + } + } + modifier = { + factor = 0.5 + any_neighbor_province = { + is_core = HND + controlled_by = REB + } + } + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 0.7 + } + modifier = { + factor = 2 + poor_strata_luxury_needs = 0.5 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.1 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.8 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 3 + units_in_province = 1 + } + modifier = { + factor = 1.2 + owner = { war = yes } + } + } + + option = { + name = "EVT97100OPTA" + state_scope = { + any_pop = { + limit = { + is_culture_group = south_asian + location = { is_core = HND } + } + militancy = 6 + } + any_owned = { + limit = { + is_core = HND + OR = { + culture = assamese + culture = bengali + culture = bihari + culture = nepali + culture = oriya + culture = avadhi + culture = kanauji + culture = panjabi + culture = kashmiri + culture = gujarati + culture = marathi + culture = sindi + culture = rajput + culture = kannada + culture = malayalam + culture = tamil + culture = telegu + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } + } } country_event = { - - id = 97105 - title = "EVTNAME97105" #Rebellion Against Foreign Rule - desc = "EVTDESC97105" - picture = "sepoy" - - trigger = { - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - is_vassal = yes - war = no - OR = { - any_greater_power = { - is_our_vassal = THIS - has_country_flag = sepoy_rebellion - } - AND = { - has_global_flag = indian_call_to_union - OR = { - average_militancy = 5 - average_consciousness = 7 - } - } - AND = { - has_country_flag = sunni_country - has_country_flag = shiite_country - average_consciousness = 5 - average_militancy = 3 - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - } - } - } - NOT = { any_owned_province = { has_province_modifier = nationalist_agitation } } - NOT = { poor_strata_everyday_needs = 0.7 } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 2 - poor_strata_luxury_needs = 0.5 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.1 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.8 } - } - } - - option = { - name = "EVT90040OPTA" - random_state = { - limit = { any_owned_province = { is_core = HND } } - any_pop = { - limit = { is_culture_group = south_asian } - militancy = 4 - } - any_owned = { - limit = { is_core = HND } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } - } + + id = 97105 + title = "EVTNAME97105" #Rebellion Against Foreign Rule + desc = "EVTDESC97105" + picture = "sepoy" + + trigger = { + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + is_vassal = yes + war = no + OR = { + any_greater_power = { + is_our_vassal = THIS + has_country_flag = sepoy_rebellion + } + AND = { + has_global_flag = indian_call_to_union + OR = { + average_militancy = 5 + average_consciousness = 7 + } + } + AND = { + has_country_flag = sunni_country + has_country_flag = shiite_country + average_consciousness = 5 + average_militancy = 3 + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + } + } + } + NOT = { any_owned_province = { has_province_modifier = nationalist_agitation } } + NOT = { poor_strata_everyday_needs = 0.7 } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 2 + poor_strata_luxury_needs = 0.5 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.1 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.8 } + } + } + + option = { + name = "EVT90040OPTA" + random_state = { + limit = { any_owned_province = { is_core = HND } } + any_pop = { + limit = { is_culture_group = south_asian } + militancy = 4 + } + any_owned = { + limit = { is_core = HND } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } + } } - + +################################################################################# +# # +# Indian Nationalism Events # +# # ################################################################################# -# # -# Indian Nationalism Events # -# # -################################################################################# country_event = { - - id = 97110 - title = "EVTNAME97110" #The Stirrings of Indian Nationalism - desc = "EVTDESC97110" - news = yes - news_desc_long = "EVTDESC97110_NEWS_LONG" - news_desc_medium = "EVTDESC97110_NEWS_MEDIUM" - news_desc_short = "EVTDESC97110_NEWS_SHORT" - picture = "national_congress" - - trigger = { - OR = { - is_culture_group = south_asian - any_owned_province = { - is_core = HND - any_pop = { is_culture_group = south_asian } - } - } - NOT = { - tag = PAK - tag = HND - tag = MUG - } - is_vassal = no - revolution_n_counterrevolution = 1 - NOT = { has_global_flag = indian_call_to_union } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.5 - tag = DRA - } - modifier = { - factor = 2 - NOT = { is_culture_group = south_asian } - } - modifier = { - factor = 0.8 - NOT = { is_culture_group = south_asian } - war = yes - } - modifier = { - factor = 0.8 - any_owned_province = { - is_core = HND - average_militancy = 2 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_core = HND - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_core = HND - average_militancy = 4 - } - } - modifier = { - factor = 0.5 - mass_politics = 1 - } - modifier = { - factor = 0.5 - is_secondary_power = yes - is_culture_group = south_asian - } - modifier = { - factor = 0.1 - is_greater_power = yes - is_culture_group = south_asian - } - } - - option = { - name = "EVT97110OPTA" - set_global_flag = indian_call_to_union - clr_country_flag = sepoy_rebellion - any_country = { clr_country_flag = sepoy_rebellion } - any_owned = { - limit = { - owner = { - OR = { - is_greater_power = no - NOT = { is_culture_group = south_asian } - } - } - is_core = HND - OR = { - culture = assamese - culture = bengali - culture = bihari - culture = nepali - culture = oriya - culture = avadhi - culture = kanauji - culture = panjabi - culture = kashmiri - culture = gujarati - culture = marathi - culture = sindi - culture = rajput - culture = kannada - culture = malayalam - culture = tamil - culture = telegu - } - } - random_list = { - 25 = { - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - 50 = { - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - 25 = { - } - } - } - any_country = { - limit = { - NOT = { tag = THIS } - any_owned_province = { is_core = HND } - } - country_event = 97111 - } - } + + id = 97110 + title = "EVTNAME97110" #The Stirrings of Indian Nationalism + desc = "EVTDESC97110" + news = yes + news_desc_long = "EVTDESC97110_NEWS_LONG" + news_desc_medium = "EVTDESC97110_NEWS_MEDIUM" + news_desc_short = "EVTDESC97110_NEWS_SHORT" + picture = "national_congress" + + trigger = { + OR = { + is_culture_group = south_asian + any_owned_province = { + is_core = HND + any_pop = { is_culture_group = south_asian } + } + } + NOT = { + tag = PAK + tag = HND + tag = MUG + } + is_vassal = no + revolution_n_counterrevolution = 1 + NOT = { has_global_flag = indian_call_to_union } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.5 + tag = DRA + } + modifier = { + factor = 2 + NOT = { is_culture_group = south_asian } + } + modifier = { + factor = 0.8 + NOT = { is_culture_group = south_asian } + war = yes + } + modifier = { + factor = 0.8 + any_owned_province = { + is_core = HND + average_militancy = 2 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_core = HND + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_core = HND + average_militancy = 4 + } + } + modifier = { + factor = 0.5 + mass_politics = 1 + } + modifier = { + factor = 0.5 + is_secondary_power = yes + is_culture_group = south_asian + } + modifier = { + factor = 0.1 + is_greater_power = yes + is_culture_group = south_asian + } + } + + option = { + name = "EVT97110OPTA" + set_global_flag = indian_call_to_union + clr_country_flag = sepoy_rebellion + any_country = { clr_country_flag = sepoy_rebellion } + any_owned = { + limit = { + owner = { + OR = { + is_greater_power = no + NOT = { is_culture_group = south_asian } + } + } + is_core = HND + OR = { + culture = assamese + culture = bengali + culture = bihari + culture = nepali + culture = oriya + culture = avadhi + culture = kanauji + culture = panjabi + culture = kashmiri + culture = gujarati + culture = marathi + culture = sindi + culture = rajput + culture = kannada + culture = malayalam + culture = tamil + culture = telegu + } + } + random_list = { + 25 = { + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + 50 = { + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + 25 = { + } + } + } + any_country = { + limit = { + NOT = { tag = THIS } + any_owned_province = { is_core = HND } + } + country_event = 97111 + } + } } country_event = { - - id = 97111 - title = "EVTNAME97110" - desc = "EVTDESC97111" - picture = "national_congress" - - is_triggered_only = yes - - option = { - name = "EVT97111OPTA" - clr_country_flag = sepoy_rebellion - any_owned = { - limit = { - owner = { - OR = { - is_greater_power = no - NOT = { is_culture_group = south_asian } - } - } - is_core = HND - OR = { - culture = assamese - culture = bengali - culture = bihari - culture = nepali - culture = oriya - culture = avadhi - culture = kanauji - culture = panjabi - culture = kashmiri - culture = gujarati - culture = marathi - culture = sindi - culture = rajput - culture = kannada - culture = malayalam - culture = tamil - culture = telegu - } - } - random_list = { - 25 = { - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - 50 = { - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - 25 = { - } - } - } - } + + id = 97111 + title = "EVTNAME97110" + desc = "EVTDESC97111" + picture = "national_congress" + + is_triggered_only = yes + + option = { + name = "EVT97111OPTA" + clr_country_flag = sepoy_rebellion + any_owned = { + limit = { + owner = { + OR = { + is_greater_power = no + NOT = { is_culture_group = south_asian } + } + } + is_core = HND + OR = { + culture = assamese + culture = bengali + culture = bihari + culture = nepali + culture = oriya + culture = avadhi + culture = kanauji + culture = panjabi + culture = kashmiri + culture = gujarati + culture = marathi + culture = sindi + culture = rajput + culture = kannada + culture = malayalam + culture = tamil + culture = telegu + } + } + random_list = { + 25 = { + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + 50 = { + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + 25 = { + } + } + } + } } ################################################################################# -# # -# Panjab Events # -# # +# # +# Panjab Events # +# # ################################################################################# country_event = { - id = 97115 - title = "EVTNAME97115" #The Death of Ranjit Singh - desc = "EVTDESC97115" - picture = "ranjit_singh_death" - - trigger = { - tag = PNJ - has_country_flag = singh - NOT = { has_leader = "Ranjit Singh" } - NOT = { truce_with = ENG } - NOT = { has_country_flag = ranjit_singh_dead } - - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT97115OPTA" - set_country_flag = ranjit_singh_dead - any_pop = { militancy = 4 } - any_country = { - limit = { - neighbour = THIS - tag = ENG - } - ENG = { country_event = 97116 } - } - } + id = 97115 + title = "EVTNAME97115" #The Death of Ranjit Singh + desc = "EVTDESC97115" + picture = "ranjit_singh_death" + + trigger = { + tag = PNJ + has_country_flag = singh + NOT = { has_leader = "Ranjit Singh" } + NOT = { truce_with = ENG } + NOT = { has_country_flag = ranjit_singh_dead } + + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT97115OPTA" + set_country_flag = ranjit_singh_dead + any_pop = { militancy = 4 } + any_country = { + limit = { + neighbour = THIS + tag = ENG + } + ENG = { country_event = 97116 } + } + } } country_event = { - id = 97116 - title = "EVTNAME97115" - desc = "EVTDESC97116" - news = yes - news_desc_long = "EVTDESC97116_NEWS_LONG" - news_desc_medium = "EVTDESC97116_NEWS_MEDIUM" - news_desc_short = "EVTDESC97116_NEWS_SHORT" - picture = "ranjit_singh_death" - - is_triggered_only = yes - - option = { - name = "EVT97116OPTA" - badboy = 2 - relation = { who = PNJ value = -100 } - leave_alliance = PNJ - casus_belli = { - target = PNJ - type = make_puppet - months = 60 - } - ai_chance = { - factor = 1 - } - } - - option = { - name = "EVT97116OPTB" - badboy = 2 - relation = { who = PNJ value = -300 } - leave_alliance = PNJ - war = { - target = PNJ - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - call_ally = no - } - ai_chance = { - factor = 99 - modifier = { - factor = 0 - PNJ = { ai = no } - } - } - } + id = 97116 + title = "EVTNAME97115" + desc = "EVTDESC97116" + news = yes + news_desc_long = "EVTDESC97116_NEWS_LONG" + news_desc_medium = "EVTDESC97116_NEWS_MEDIUM" + news_desc_short = "EVTDESC97116_NEWS_SHORT" + picture = "ranjit_singh_death" + + is_triggered_only = yes + + option = { + name = "EVT97116OPTA" + badboy = 2 + relation = { who = PNJ value = -100 } + leave_alliance = PNJ + casus_belli = { + target = PNJ + type = make_puppet + months = 60 + } + ai_chance = { + factor = 1 + } + } + + option = { + name = "EVT97116OPTB" + badboy = 2 + relation = { who = PNJ value = -300 } + leave_alliance = PNJ + war = { + target = PNJ + attacker_goal = { casus_belli = conquest_any } + call_ally = yes + } + + ai_chance = { + factor = 99 + modifier = { + factor = 0 + PNJ = { ai = no } + } + } + } } #country_event = { # -# id = 97117 -# title = "EVTNAME97117" -# desc = "EVTDESC97117" -# picture = "afghan_tribes" -# -# trigger = { -# NOT = { has_country_modifier = afghan_tribal_warfare } -# tag = AFG -# war = yes -# civilized = no -# } -# -# mean_time_to_happen = { days = 1 } -# -# option = { -# name = "EVT97117OPTA" -# add_country_modifier = { -# name = guerilla_warfare -# duration = 1825 -# } -# } +# id = 97117 +# title = "EVTNAME97117" +# desc = "EVTDESC97117" +# picture = "afghan_tribes" +# +# trigger = { +# NOT = { has_country_modifier = afghan_tribal_warfare } +# tag = AFG +# war = yes +# civilized = no +# } +# +# mean_time_to_happen = { days = 1 } +# +# option = { +# name = "EVT97117OPTA" +# add_country_modifier = { +# name = guerilla_warfare +# duration = 1825 +# } +# } #} #The Last Mughal Emperor - Bahadur Shah Zafar country_event = { - id = 97119 - title = "EVTNAME97119" - desc = "EVTDESC97119" - picture = "death_of_zafar" - - trigger = { - war = no - owns = 1236 - MUG = { exists = no } - OR = { - has_country_flag = sepoy_rebellion - any_neighbor_country = { has_country_flag = sepoy_rebellion } - } - year = 1862 - } - - fire_only_once = yes - - mean_time_to_happen = { months = 30 } - - option = { - name = "EVT97119OPTA" - MUG = { all_core = { remove_core = MUG } } - 1236 = { add_core = RAJ } - 1237 = { add_core = RAJ } - } + id = 97119 + title = "EVTNAME97119" + desc = "EVTDESC97119" + picture = "death_of_zafar" + + trigger = { + war = no + owns = 1236 + MUG = { exists = no } + OR = { + has_country_flag = sepoy_rebellion + any_neighbor_country = { has_country_flag = sepoy_rebellion } + } + year = 1862 + } + + fire_only_once = yes + + mean_time_to_happen = { months = 30 } + + option = { + name = "EVT97119OPTA" + MUG = { all_core = { remove_core = MUG } } + 1236 = { add_core = RAJ } + 1237 = { add_core = RAJ } + } } #Coffee Rust in Sri Lanka province_event = { - id = 971200 - title = "EVTNAME971200" - desc = "EVTDESC971200" - - trigger = { - year = 1867 - trade_goods = coffee - OR = { - province_id = 1321 - province_id = 1322 - province_id = 1323 - province_id = 1324 - province_id = 1413 - province_id = 1414 - province_id = 1455 - } - NOT = { year = 1910 } - } - - mean_time_to_happen = { - months = 36 - modifier = { factor = 0.5 any_neighbor_province = { trade_goods = tea } } - modifier = { factor = 200 province_id = 1455 NOT = { year = 1895 } } - } - - option = { - name = "EVT971200OPTA" - trade_goods = tea - farmers = { militancy = 0.5 money = -50 } - owner = { - random_owned = { - limit = { owner = { owns = 1416 1416 = { NOT = { trade_goods = coffee } } } } - owner = { 1416 = { trade_goods = coffee } } - } - } - owner = { - random_owned = { - limit = { owner = { owns = 1455 1455 = { trade_goods = tea } } } - owner = { 1455 = { trade_goods = tobacco } } - } - } - owner = { - random_owned = { - limit = { owner = { owns = 1417 1417 = { trade_goods = fruit } } } - owner = { 1417 = { trade_goods = tobacco } } - } - } - owner = { - random_owned = { - limit = { owner = { owns = 1438 1438 = { trade_goods = coffee } } } - owner = { 1438 = { trade_goods = coffee } } - } - } - } + id = 971200 + title = "EVTNAME971200" + desc = "EVTDESC971200" + + trigger = { + year = 1867 + trade_goods = coffee + OR = { + province_id = 1321 + province_id = 1322 + province_id = 1323 + province_id = 1324 + province_id = 1413 + province_id = 1414 + province_id = 1455 + } + NOT = { year = 1910 } + } + + mean_time_to_happen = { + months = 36 + modifier = { factor = 0.5 any_neighbor_province = { trade_goods = tea } } + modifier = { factor = 200 province_id = 1455 NOT = { year = 1895 } } + } + + option = { + name = "EVT971200OPTA" + trade_goods = tea + farmers = { militancy = 0.5 money = -50 } + owner = { + random_owned = { + limit = { owner = { owns = 1416 1416 = { NOT = { trade_goods = coffee } } } } + owner = { 1416 = { trade_goods = coffee } } + } + } + owner = { + random_owned = { + limit = { owner = { owns = 1455 1455 = { trade_goods = tea } } } + owner = { 1455 = { trade_goods = tobacco } } + } + } + owner = { + random_owned = { + limit = { owner = { owns = 1417 1417 = { trade_goods = fruit } } } + owner = { 1417 = { trade_goods = tobacco } } + } + } + owner = { + random_owned = { + limit = { owner = { owns = 1438 1438 = { trade_goods = coffee } } } + owner = { 1438 = { trade_goods = coffee } } + } + } + } } #Kanpur Massacre province_event = { - id = 97121 - title = "EVTNAME97121" - desc = "EVTDESC97121" - - trigger = { - owner = { has_country_flag = sepoy_rebellion } - is_core = HND - any_pop = { is_primary_culture = yes } - controlled_by_rebels = yes - average_militancy = 2 - NOT = { year = 1880 } - is_colonial = yes - owner = { - NOT = { is_culture_group = indo_iranian } - NOT = { is_culture_group = south_asian } - } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 80 - modifier = { factor = 0.5 average_militancy = 4 } - modifier = { factor = 0.25 average_militancy = 7 } - } - - option = { - name = "EVT97121OPTA" - any_pop = { limit = { is_primary_culture = yes } reduce_pop = 0.99 } - owner = { - any_pop = { - limit = { is_primary_culture = yes } - scaled_consciousness = { factor = 2 issue = jingoism } - dominant_issue = { value = jingoism factor = 0.05 } - } - } - } + id = 97121 + title = "EVTNAME97121" + desc = "EVTDESC97121" + + trigger = { + owner = { has_country_flag = sepoy_rebellion } + is_core = HND + any_pop = { is_primary_culture = yes } + controlled_by_rebels = yes + average_militancy = 2 + NOT = { year = 1880 } + is_colonial = yes + owner = { + NOT = { is_culture_group = indo_iranian } + NOT = { is_culture_group = south_asian } + } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 80 + modifier = { factor = 0.5 average_militancy = 4 } + modifier = { factor = 0.25 average_militancy = 7 } + } + + option = { + name = "EVT97121OPTA" + any_pop = { limit = { is_primary_culture = yes } reduce_pop = 0.99 } + owner = { + any_pop = { + limit = { is_primary_culture = yes } + scaled_consciousness = { factor = 2 issue = jingoism } + dominant_issue = { value = jingoism factor = 0.05 } + } + } + } } #Shifting Allegiances country_event = { - id = 971201 - title = "EVTNAME971201" - desc = "EVTDESC971201" - picture = "treaty" - - trigger = { - war = no - OR = { - AND = { - is_vassal = yes - overlord = { NOT = { neighbour = THIS } } - } - has_country_modifier = negotiating_treaty - } - any_neighbor_country = { - war = no - OR = { - is_greater_power = yes - AND = { - is_cultural_union = THIS - is_vassal = no - } - } - } - OR = { - is_culture_group = south_asian - is_culture_group = indo_iranian - AND = { - primary_culture = boer - overlord = { NOT = { owns = 2087 } } - } - } - NOT = { - has_country_flag = happy_as_vassal - tag = SAF - tag = HND - tag = AFG - } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 0.5 - average_militancy = 4 - } - modifier = { - factor = 0.25 - average_militancy = 7 - } - modifier = { - factor = 0.25 - has_country_modifier = negotiating_treaty - } - } - - option = { - name = "EVT971201OPTA" #Embrace the new power - random_owned = { - limit = { - owner = { has_country_modifier = negotiating_treaty } - } - owner = { remove_country_modifier = negotiating_treaty } - } - random_country = { - limit = { is_our_vassal = THIS } - country_event = 971202 - } - random_country = { - limit = { - is_greater_power = yes - neighbour = THIS - } - country_event = 971203 - } - - ai_chance = { - factor = 50 - modifier = { - factor = 0.25 - primary_culture = boer - } - modifier = { - factor = 1.25 - has_country_modifier = negotiating_treaty - } - modifier = { - factor = 1.25 - NOT = { military_score = 10 } - NOT = { primary_culture = boer } - } - modifier = { - factor = 1.5 - NOT = { primary_culture = boer } - any_neighbor_country = { - is_greater_power = yes - NOT = { is_our_vassal = THIS } - rank = 3 - } - } - modifier = { - factor = 10 - NOT = { primary_culture = boer } - any_neighbor_country = { - is_greater_power = yes - NOT = { is_our_vassal = THIS } - is_sphere_leader_of = THIS - } - } - modifier = { - factor = 1.5 - any_neighbor_country = { - is_greater_power = yes - NOT = { is_our_vassal = THIS } - relation = { who = THIS value = 150 } - } - } - modifier = { - factor = 0.75 - any_neighbor_country = { - is_greater_power = yes - NOT = { is_our_vassal = THIS } - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 0 - any_neighbor_country = { - is_greater_power = yes - NOT = { is_our_vassal = THIS } - NOT = { relation = { who = THIS value = -50 } } - } - } - } - } - - option = { - name = "EVT971201OPTB" #Declare independence - random_owned = { - limit = { - owner = { has_country_modifier = negotiating_treaty } - } - owner = { remove_country_modifier = negotiating_treaty } - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - country_event = 971202 - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - primary_culture = boer - } - modifier = { - factor = 1.25 - civilized = yes - } - modifier = { - factor = 1.25 - military_score = 30 - } - modifier = { - factor = 2 - is_secondary_power = yes - } - modifier = { - factor = 0 - has_country_modifier = negotiating_treaty - } - } - } - - option = { - name = "EVT971201OPTC" #Join a neighbour - random_owned = { - limit = { - owner = { has_country_modifier = negotiating_treaty } - } - owner = { remove_country_modifier = negotiating_treaty } - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - country_event = { id = 971202 days = 2 } - } - random_country = { - limit = { - cultural_union = { exists = yes } - is_vassal = no - is_cultural_union = THIS - exists = yes - neighbour = THIS - } - country_event = { id = 9712004 days = 2 } - } - - random_country = { - limit = { - cultural_union = { exists = no } - is_vassal = no - exists = yes - neighbour = THIS - is_culture_group = THIS - } - country_event = { id = 9712004 days = 2 } - } - - ai_chance = { - factor = 15 - modifier = { - factor = 0.75 - primary_culture = boer - } - - modifier = { - factor = 1.25 - NOT = { military_score = 10 } - } - - modifier = { - factor = 5 - any_neighbor_country = { - is_cultural_union = THIS - is_vassal = no - } - } - - modifier = { - factor = 1.5 - any_neighbor_country = { - is_culture_group = THIS - is_vassal = no - relation = { who = THIS value = 50 } - } - } - - modifier = { - factor = 0 - NOT = { - any_neighbor_country = { - is_culture_group = THIS - is_cultural_union = THIS - } - } - } - } - } - - option = { - name = "EVT971201OPTD" #Keep the status quo - random_owned = { - limit = { - owner = { has_country_modifier = negotiating_treaty } - } - owner = { remove_country_modifier = negotiating_treaty } - } - add_country_modifier = { name = loyal_vassal duration = 3650 } - ai_chance = { - factor = 5 - modifier = { - factor = 0.75 - overlord = { NOT = { rank = 3 } } - } - modifier = { - factor = 0.25 - primary_culture = boer - } - modifier = { - factor = 1.5 - overlord = { relation = { who = THIS value = 190 } } - } - modifier = { - factor = 0 - has_country_modifier = negotiating_treaty - } - modifier = { - factor = 0 - overlord = { - OR = { - has_country_modifier = being_dismantled - is_disarmed = yes - has_recently_lost_war = yes - } - } - } - } - } + id = 971201 + title = "EVTNAME971201" + desc = "EVTDESC971201" + picture = "treaty" + + trigger = { + war = no + OR = { + AND = { + is_vassal = yes + overlord = { NOT = { neighbour = THIS } } + } + has_country_modifier = negotiating_treaty + } + any_neighbor_country = { + war = no + OR = { + is_greater_power = yes + is_cultural_union = THIS + AND = { + tag = HND + THIS = { is_culture_group = indo_iranian } + } + } + } + OR = { + is_culture_group = south_asian + is_culture_group = indo_iranian + AND = { + primary_culture = boer + overlord = { NOT = { owns = 2087 } } + } + } + NOT = { + has_country_flag = happy_as_vassal + tag = SAF + tag = HND + tag = AFG + tag = PAK + } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 0.5 + average_militancy = 4 + } + modifier = { + factor = 0.25 + average_militancy = 7 + } + modifier = { + factor = 0.25 + has_country_modifier = negotiating_treaty + } + } + + option = { + name = "EVT971201OPTA" #Embrace the new power + random_owned = { + limit = { + owner = { has_country_modifier = negotiating_treaty } + } + owner = { remove_country_modifier = negotiating_treaty } + } + random_country = { + limit = { is_our_vassal = THIS } + country_event = 971202 + } + random_country = { + limit = { + is_greater_power = yes + neighbour = THIS + } + country_event = 971203 + } + + ai_chance = { + factor = 50 + modifier = { + factor = 0.25 + primary_culture = boer + } + modifier = { + factor = 1.25 + has_country_modifier = negotiating_treaty + } + modifier = { + factor = 1.25 + NOT = { military_score = 10 } + NOT = { primary_culture = boer } + } + modifier = { + factor = 1.5 + NOT = { primary_culture = boer } + any_neighbor_country = { + is_greater_power = yes + NOT = { is_our_vassal = THIS } + rank = 3 + } + } + modifier = { + factor = 10 + NOT = { primary_culture = boer } + any_neighbor_country = { + is_greater_power = yes + NOT = { is_our_vassal = THIS } + is_sphere_leader_of = THIS + } + } + modifier = { + factor = 1.5 + any_neighbor_country = { + is_greater_power = yes + NOT = { is_our_vassal = THIS } + relation = { who = THIS value = 150 } + } + } + modifier = { + factor = 0.75 + any_neighbor_country = { + is_greater_power = yes + NOT = { is_our_vassal = THIS } + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 0 + any_neighbor_country = { + is_greater_power = yes + NOT = { is_our_vassal = THIS } + NOT = { relation = { who = THIS value = -50 } } + } + } + } + } + + option = { + name = "EVT971201OPTB" #Declare independence + random_owned = { + limit = { + owner = { has_country_modifier = negotiating_treaty } + } + owner = { remove_country_modifier = negotiating_treaty } + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + country_event = 971202 + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + primary_culture = boer + } + modifier = { + factor = 1.25 + civilized = yes + } + modifier = { + factor = 1.25 + military_score = 30 + } + modifier = { + factor = 2 + is_secondary_power = yes + } + modifier = { + factor = 0 + has_country_modifier = negotiating_treaty + } + } + } + + option = { + name = "EVT971201OPTC" #Join a neighbour + random_owned = { + limit = { + owner = { has_country_modifier = negotiating_treaty } + } + owner = { remove_country_modifier = negotiating_treaty } + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + country_event = { id = 971202 days = 2 } + } + random_country = { + limit = { + cultural_union = { exists = yes } + is_vassal = no + is_cultural_union = THIS + exists = yes + neighbour = THIS + } + country_event = { id = 9712004 days = 2 } + } + + random_country = { + limit = { + cultural_union = { exists = no } + is_vassal = no + exists = yes + neighbour = THIS + is_culture_group = THIS + } + country_event = { id = 9712004 days = 2 } + } + + ai_chance = { + factor = 15 + modifier = { + factor = 0.75 + primary_culture = boer + } + + modifier = { + factor = 1.25 + NOT = { military_score = 10 } + } + + modifier = { + factor = 5 + any_neighbor_country = { + is_cultural_union = THIS + is_vassal = no + } + } + + modifier = { + factor = 1.5 + any_neighbor_country = { + is_culture_group = THIS + is_vassal = no + relation = { who = THIS value = 50 } + } + } + + modifier = { + factor = 0 + NOT = { + any_neighbor_country = { + is_culture_group = THIS + is_cultural_union = THIS + } + } + } + } + } + + option = { + name = "EVT971201OPTD" #Keep the status quo + random_owned = { + limit = { + owner = { has_country_modifier = negotiating_treaty } + } + owner = { remove_country_modifier = negotiating_treaty } + } + add_country_modifier = { name = loyal_vassal duration = 3650 } + ai_chance = { + factor = 5 + modifier = { + factor = 0.75 + overlord = { NOT = { rank = 3 } } + } + modifier = { + factor = 0.25 + primary_culture = boer + } + modifier = { + factor = 1.5 + overlord = { relation = { who = THIS value = 190 } } + } + modifier = { + factor = 0 + has_country_modifier = negotiating_treaty + } + modifier = { + factor = 0 + overlord = { + OR = { + has_country_modifier = being_dismantled + is_disarmed = yes + has_recently_lost_war = yes + } + } + } + } + } } #Shifting Allegiances - Overlord gets informed country_event = { - id = 971202 - title = "EVTNAME971202" - desc = "EVTDESC971202" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT971202OPTA" - prestige = -2 - relation = { who = FROM value = -250 } - diplomatic_influence = { who = FROM value = -200 } - leave_alliance = FROM - end_military_access = FROM - casus_belli = { - target = FROM - type = make_puppet - months = 12 - } - } + id = 971202 + title = "EVTNAME971202" + desc = "EVTDESC971202" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT971202OPTA" + prestige = -2 + relation = { who = FROM value = -250 } + diplomatic_influence = { who = FROM value = -200 } + leave_alliance = FROM + end_military_access = FROM + casus_belli = { + target = FROM + type = make_puppet + months = 12 + } + } } #Shifting Allegiances - New Overlord is informed country_event = { - id = 971203 - title = "EVTNAME971203" - desc = "EVTDESC971203" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT971203OPTA" - prestige = 2 - FROM = { - overlord = { - release_vassal = FROM - casus_belli = { - target = THIS - type = release_puppet - months = 12 - } - } - } - relation = { who = FROM value = 100 } - diplomatic_influence = { who = FROM value = 400 } - create_vassal = FROM - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT971203OPTB" - prestige_factor = -0.05 - FROM = { add_country_modifier = { name = loyal_vassal duration = 3650 } } - ai_chance = { - factor = 0 - } - } + id = 971203 + title = "EVTNAME971203" + desc = "EVTDESC971203" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT971203OPTA" + prestige = 2 + FROM = { + overlord = { + release_vassal = FROM + casus_belli = { + target = THIS + type = release_puppet + months = 12 + } + } + } + relation = { who = FROM value = 100 } + diplomatic_influence = { who = FROM value = 400 } + create_vassal = FROM + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT971203OPTB" + prestige_factor = -0.05 + FROM = { add_country_modifier = { name = loyal_vassal duration = 3650 } } + ai_chance = { + factor = 0 + } + } } #Shifting Allegiances - Neighbour is informed of intention to join in country_event = { - id = 9712004 - title = "EVTNAME9712004" - desc = "EVTDESC9712004" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT9712004OPTA" - prestige = 2 - FROM = { - overlord = { - release_vassal = FROM - casus_belli = { - target = THIS - type = liberate_country - months = 12 - } - } - } - inherit = FROM - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT971203OPTB" - prestige_factor = -0.05 - FROM = { add_country_modifier = { name = loyal_vassal duration = 3650 } } - ai_chance = { - factor = 0 - } - } + id = 9712004 + title = "EVTNAME9712004" + desc = "EVTDESC9712004" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT9712004OPTA" + prestige = 2 + FROM = { + overlord = { + release_vassal = FROM + casus_belli = { + target = THIS + type = liberate_country + months = 12 + } + } + } + inherit = FROM + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT971203OPTB" + prestige_factor = -0.05 + FROM = { add_country_modifier = { name = loyal_vassal duration = 3650 } } + ai_chance = { + factor = 0 + } + } } diff --git a/HPM/events/Indochina.txt b/HPM/events/Indochina.txt index a33e0e83..45a7a368 100644 --- a/HPM/events/Indochina.txt +++ b/HPM/events/Indochina.txt @@ -3,1055 +3,1054 @@ ############################################################################# country_event = { - id = 95639 - title = "EVTNAME95640" #Persecution of French Missionaries - desc = "EVTDESC95639" - picture = "missionaries" - - trigger = { - owns = 1380 - civilized = no - is_vassal = no - part_of_sphere = no - FRA = { - war = no - is_disarmed = no - nationalism_n_imperialism = 1 - is_greater_power = yes - NOT = { - is_sphere_leader_of = THIS - alliance_with = THIS - truce_with = THIS - war_exhaustion = 20 - war_policy = pacifism - has_country_flag = cochinchina_campaign - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - has_global_flag = berlin_conference - } - modifier = { - factor = 0.5 - neighbour = FRA - } - } - - option = { - name = "EVT95639OPTA" - FRA = { - set_country_flag = cochinchina_campaign - country_event = 95640 - } - } + id = 95639 + title = "EVTNAME95640" #Persecution of French Missionaries + desc = "EVTDESC95639" + picture = "missionaries" + + trigger = { + owns = 1380 + civilized = no + is_vassal = no + part_of_sphere = no + FRA = { + war = no + is_disarmed = no + nationalism_n_imperialism = 1 + is_greater_power = yes + NOT = { + is_sphere_leader_of = THIS + alliance_with = THIS + truce_with = THIS + war_exhaustion = 20 + war_policy = pacifism + has_country_flag = cochinchina_campaign + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + has_global_flag = berlin_conference + } + modifier = { + factor = 0.5 + neighbour = FRA + } + } + + option = { + name = "EVT95639OPTA" + FRA = { + set_country_flag = cochinchina_campaign + country_event = 95640 + } + } } - - + + country_event = { - id = 95640 - title = "EVTNAME95640" #Persecution of French Missionaries - French Response - desc = "EVTDESC95640" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT95640OPTA" - FROM = { country_event = 95641 } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT95640OPTB" - prestige = -20 - badboy = -2 - relation = { - who = FROM - value = 50 - } - diplomatic_influence = { - who = FROM - value = 100 - } - ai_chance = { - factor = 10 - } - } + id = 95640 + title = "EVTNAME95640" #Persecution of French Missionaries - French Response + desc = "EVTDESC95640" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT95640OPTA" + FROM = { country_event = 95641 } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT95640OPTB" + prestige = -20 + badboy = -2 + relation = { + who = FROM + value = 50 + } + diplomatic_influence = { + who = FROM + value = 100 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 95641 - title = "EVTNAME95641" #The French Demand - desc = "EVTDESC95641" - picture = "missionaries" - - is_triggered_only = yes - - option = { - name = "EVT95641OPTA" - prestige = -10 - relation = { who = FROM value = -50 } - any_pop = { militancy = 3 } - any_owned = { - limit = { region = DAI_1380 } - secede_province = FROM - 1380 = { trade_goods = coffee } - } - ai_chance = { factor = 10 } - } - - option = { - name = "EVT95641OPTB" - prestige = 5 - any_pop = { militancy = -2 } - FROM = { country_event = 95642 } - ai_chance = { factor = 90 } - } + id = 95641 + title = "EVTNAME95641" #The French Demand + desc = "EVTDESC95641" + picture = "missionaries" + + is_triggered_only = yes + + option = { + name = "EVT95641OPTA" + prestige = -10 + relation = { who = FROM value = -50 } + any_pop = { militancy = 3 } + any_owned = { + limit = { region = DAI_1380 } + secede_province = FROM + 1380 = { trade_goods = coffee } + } + ai_chance = { factor = 10 } + } + + option = { + name = "EVT95641OPTB" + prestige = 5 + any_pop = { militancy = -2 } + FROM = { country_event = 95642 } + ai_chance = { factor = 90 } + } } country_event = { - id = 95642 - title = "EVTNAME95642" - desc = "EVTDESC95642" - news = yes - news_title = "EVTNAME95641_NEWS_TITLE" - news_desc_long = "EVTDESC95641_NEWS_LONG" - news_desc_medium = "EVTDESC95641_NEWS_MEDIUM" - news_desc_short = "EVTDESC95641_NEWS_SHORT" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT95642OPTA" - relation = { - who = FROM - value = -200 - } - diplomatic_influence = { - who = FROM - value = -200 - } - random_owned = { - limit = { - owner = { - NOT = { has_global_flag = berlin_conference } - } - } - owner = { - casus_belli = { - target = FROM - type = demand_concession_NI_casus_belli - months = 60 - } - war = { - target = FROM - attacker_goal = { - casus_belli = demand_concession_NI_casus_belli - state_province_id = 1380 - } - } - } - } - random_owned = { - limit = { - owner = { - has_global_flag = berlin_conference - } - } - owner = { - casus_belli = { - target = FROM - type = demand_concession_BC_casus_belli - months = 60 - } - war = { - target = FROM - attacker_goal = { - casus_belli = demand_concession_BC_casus_belli - state_province_id = 1380 - } - } - } - } - } + id = 95642 + title = "EVTNAME95642" + desc = "EVTDESC95642" + news = yes + news_title = "EVTNAME95641_NEWS_TITLE" + news_desc_long = "EVTDESC95641_NEWS_LONG" + news_desc_medium = "EVTDESC95641_NEWS_MEDIUM" + news_desc_short = "EVTDESC95641_NEWS_SHORT" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT95642OPTA" + relation = { + who = FROM + value = -200 + } + diplomatic_influence = { + who = FROM + value = -200 + } + random_owned = { + limit = { + owner = { + NOT = { has_global_flag = berlin_conference } + } + } + owner = { + casus_belli = { + target = FROM + type = demand_concession_NI_casus_belli + months = 60 + } + war = { + target = FROM + attacker_goal = { + casus_belli = demand_concession_NI_casus_belli + state_province_id = 1380 + } + } + } + } + random_owned = { + limit = { + owner = { + has_global_flag = berlin_conference + } + } + owner = { + casus_belli = { + target = FROM + type = demand_concession_BC_casus_belli + months = 60 + } + war = { + target = FROM + attacker_goal = { + casus_belli = demand_concession_BC_casus_belli + state_province_id = 1380 + } + } + } + } + } } #Events leading to the Cambodia's release by Dai Nam country_event = { - id = 95645 - title = "EVTNAME95645" #The Suzerainty of Cambodia - desc = "EVTDESC95645" - picture = "asian_administration" - - trigger = { - tag = CAM - civilized = no - DAI = { - is_our_vassal = THIS - war = no - civilized = no - } - FRA = { - neighbour = THIS - war = no - is_disarmed = no - is_greater_power = yes - NOT = { - war_policy = pacifism - truce_with = DAI - } - } - NOT = { - number_of_states = 2 - has_country_flag = asked_for_french_protection - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - year = 1865 - } - modifier = { - factor = 0.5 - has_global_flag = berlin_conference - } - modifier = { - factor = 0.5 - DAI = { exists = no } - } - } - - option = { - name = "EVT95645OPTA" - FRA = { country_event = 95646 } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT95645OPTB" - DAI = { - release_vassal = CAM - leave_alliance = CAM - relation = { who = CAM value = -200 } - casus_belli = { - target = THIS - type = conquest - months = 60 - } - } - any_neighbor_country = { - limit = { - civilized = no - NOT = { tag = DAI } - } - casus_belli = { - target = THIS - type = conquest - months = 30 - } - } - ai_chance = { - factor = 20 - } - } + id = 95645 + title = "EVTNAME95645" #The Suzerainty of Cambodia + desc = "EVTDESC95645" + picture = "asian_administration" + + trigger = { + tag = CAM + civilized = no + DAI = { + is_our_vassal = THIS + war = no + civilized = no + } + FRA = { + neighbour = THIS + war = no + is_disarmed = no + is_greater_power = yes + NOT = { + war_policy = pacifism + truce_with = DAI + } + } + NOT = { + number_of_states = 2 + has_country_flag = asked_for_french_protection + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + year = 1865 + } + modifier = { + factor = 0.5 + has_global_flag = berlin_conference + } + modifier = { + factor = 0.5 + DAI = { exists = no } + } + } + + option = { + name = "EVT95645OPTA" + FRA = { country_event = 95646 } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT95645OPTB" + DAI = { + release_vassal = CAM + leave_alliance = CAM + relation = { who = CAM value = -200 } + casus_belli = { + target = THIS + type = conquest + months = 60 + } + } + any_neighbor_country = { + limit = { + civilized = no + NOT = { tag = DAI } + } + casus_belli = { + target = THIS + type = conquest + months = 30 + } + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 95646 - title = "EVTNAME95646" #The King of Cambodia - desc = "EVTDESC95646" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT95646OPTA" - diplomatic_influence = { who = CAM value = 200 } - relation = { who = CAM value = 100 } - DAI = { country_event = 95647 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT95646OPTB" - CAM = { country_event = 95649 } - ai_chance = { factor = 10 } - } + id = 95646 + title = "EVTNAME95646" #The King of Cambodia + desc = "EVTDESC95646" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT95646OPTA" + diplomatic_influence = { who = CAM value = 200 } + relation = { who = CAM value = 100 } + DAI = { country_event = 95647 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT95646OPTB" + CAM = { country_event = 95649 } + ai_chance = { factor = 10 } + } } country_event = { - id = 95647 - title = "EVTNAME95645" #The Suzerainty of Cambodia - To Dai Nam - desc = "EVTDESC95645" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT95647OPTA" - FRA = { create_vassal = CAM } - relation = { who = FRA value = -100 } - random_country = { - limit = { - tag = SIA - exists = yes - } - relation = { who = FRA value = -100 } - } - ai_chance = { factor = 75 } - } - - option = { - name = "EVT95647OPTB" - FRA = { country_event = 95648 } - ai_chance = { factor = 25 } - } + id = 95647 + title = "EVTNAME95645" #The Suzerainty of Cambodia - To Dai Nam + desc = "EVTDESC95645" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT95647OPTA" + FRA = { create_vassal = CAM } + relation = { who = FRA value = -100 } + random_country = { + limit = { + tag = SIA + exists = yes + } + relation = { who = FRA value = -100 } + } + ai_chance = { factor = 75 } + } + + option = { + name = "EVT95647OPTB" + FRA = { country_event = 95648 } + ai_chance = { factor = 25 } + } } country_event = { - id = 95648 - title = "EVTNAME95648" - desc = "EVTDESC95648" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT95648OPTA" - war = { - target = DAI - attacker_goal = { - casus_belli = release_puppet - country = CAM - } - } - } + id = 95648 + title = "EVTNAME95648" + desc = "EVTDESC95648" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT95648OPTA" + war = { + target = DAI + attacker_goal = { + casus_belli = release_puppet + country = CAM + } + } + } } country_event = { - id = 95649 - title = "EVTNAME95649" - desc = "EVTDESC95649" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT95649OPTA" - DAI = { - release_vassal = CAM - leave_alliance = CAM - relation = { who = CAM value = -200 } - casus_belli = { - target = THIS - type = conquest - months = 60 - } - } - any_neighbor_country = { - limit = { - civilized = no - NOT = { tag = DAI } - } - casus_belli = { - target = THIS - type = conquest - months = 30 - } - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT95649OPTB" - prestige = -10 - any_pop = { militancy = 4 } - ai_chance = { factor = 10 } - } + id = 95649 + title = "EVTNAME95649" + desc = "EVTDESC95649" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT95649OPTA" + DAI = { + release_vassal = CAM + leave_alliance = CAM + relation = { who = CAM value = -200 } + casus_belli = { + target = THIS + type = conquest + months = 60 + } + } + any_neighbor_country = { + limit = { + civilized = no + NOT = { tag = DAI } + } + casus_belli = { + target = THIS + type = conquest + months = 30 + } + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT95649OPTB" + prestige = -10 + any_pop = { militancy = 4 } + ai_chance = { factor = 10 } + } } # Indochina campaigns # country_event = { - # id = 95650 - # title = "EVTNAME95650" #French Indochina - # desc = "EVTDESC95650" - # picture = "deliberation" - - # trigger = { - # tag = FRA - # war = no - # is_disarmed = no - # is_greater_power = yes - # nationalism_n_imperialism = 1 - # has_global_flag = berlin_conference - # any_neighbor_country = { - # civilized = no - # is_vassal = no - # OR = { - # primary_culture = lao - # primary_culture = khmer - # primary_culture = vietnamese - # AND = { - # tag = SIA - # any_owned_province = { - # OR = { - # is_core = DAI - # is_core = CAM - # is_core = LUA - # is_core = WIA - # } - # } - # } - # } - # NOT = { - # in_sphere = THIS - # truce_with = THIS - # } - # } - # NOT = { - # has_country_flag = no_more_indochina - # has_country_modifier = punitive_effects - # war_policy = pacifism - # casus_belli = DAI - # casus_belli = CAM - # casus_belli = LUA - # casus_belli = WIA - # casus_belli = LXA - # casus_belli = SIA - # } - # } - - # mean_time_to_happen = { - # months = 12 - # modifier = { - # factor = 2 - # ai = no - # } - - # modifier = { - # factor = 0.75 - # revolution_n_counterrevolution = 1 - # } - - # modifier = { - # factor = 0.5 - # mass_politics = 1 - # } - # } - - # option = { - # name = "EVT95650OPTA" - # badboy = 2 - # random_country = { - # limit = { - # OR = { - # primary_culture = lao - # primary_culture = khmer - # primary_culture = vietnamese - # AND = { - # tag = SIA - # any_owned_province = { - # OR = { - # is_core = DAI - # is_core = CAM - # is_core = LUA - # is_core = WIA - # } - # } - # } - # } - # is_vassal = no - # exists = yes - # civilized = no - # neighbour = THIS - # NOT = { - # number_of_states = 2 - # truce_with = THIS - # in_sphere = THIS - # } - # } - # leave_alliance = THIS - # relation = { - # who = THIS - # value = -100 - # } - # add_casus_belli = { - # target = THIS - # type = establish_protectorate_BC_casus_belli - # months = 60 - # } - # } - # random_country = { - # limit = { - # OR = { - # primary_culture = lao - # primary_culture = khmer - # is_vassal = no - # AND = { - # tag = SIA - # any_owned_province = { - # OR = { - # is_core = DAI - # is_core = CAM - # is_core = LUA - # is_core = WIA - # } - # } - # } - # } - # exists = yes - # civilized = no - # neighbour = THIS - # number_of_states = 2 - # NOT = { - # truce_with = THIS - # in_sphere = THIS - # } - # } - # leave_alliance = THIS - # relation = { - # who = THIS - # value = -100 - # } - # add_casus_belli = { - # target = THIS - # type = demand_concession_BC_casus_belli - # months = 60 - # } - # } - # random_country = { - # limit = { - # tag = DAI - # exists = yes - # civilized = no - # neighbour = THIS - # number_of_states = 2 - # is_vassal = no - # NOT = { - # truce_with = THIS - # in_sphere = THIS - # } - # } - # leave_alliance = THIS - # relation = { - # who = THIS - # value = -100 - # } - # add_casus_belli = { - # target = THIS - # type = demand_concession_BC_casus_belli - # months = 60 - # } - # THIS = { diplomatic_influence = { who = DAI value = -200 } } - # } - - # random_country = { - # limit = { - # tag = DAI - # exists = yes - # civilized = no - # neighbour = THIS - # NOT = { number_of_states = 2 } - # is_vassal = no - # NOT = { - # truce_with = THIS - # in_sphere = THIS - # } - # } - # leave_alliance = THIS - # relation = { - # who = THIS - # value = -100 - # } - # add_casus_belli = { - # target = THIS - # type = establish_protectorate_BC_casus_belli - # months = 60 - # } - # THIS = { diplomatic_influence = { who = DAI value = -200 } } - # } - - - # ai_chance = { - # factor = 90 - # modifier = { - # factor = 0 - # badboy = 0.92 - # } - # } - # } - # option = { - # name = "EVT95650OPTB" - # prestige = -5 - # any_neighbor_country = { - # limit = { - # OR = { - # primary_culture = lao - # primary_culture = khmer - # primary_culture = vietnamese - # is_vassal = no - # AND = { - # tag = SIA - # any_owned_province = { - # OR = { - # is_core = DAI - # is_core = CAM - # is_core = LUA - # is_core = WIA - # } - # } - # } - # } - # exists = yes - # civilized = no - # NOT = { - # truce_with = THIS - # in_sphere = THIS - # } - # } - # relation = { - # who = THIS - # value = 25 - # } - # } - # ai_chance = { - # factor = 10 - # } - # } - # option = { - # name = "EVT95650OPTC" - # prestige = -10 - # set_country_flag = no_more_indochina - # ai_chance = { - # factor = 0 - # } - # } + # id = 95650 + # title = "EVTNAME95650" #French Indochina + # desc = "EVTDESC95650" + # picture = "deliberation" + + # trigger = { + # tag = FRA + # war = no + # is_disarmed = no + # is_greater_power = yes + # nationalism_n_imperialism = 1 + # has_global_flag = berlin_conference + # any_neighbor_country = { + # civilized = no + # is_vassal = no + # OR = { + # primary_culture = lao + # primary_culture = khmer + # primary_culture = vietnamese + # AND = { + # tag = SIA + # any_owned_province = { + # OR = { + # is_core = DAI + # is_core = CAM + # is_core = LUA + # is_core = WIA + # } + # } + # } + # } + # NOT = { + # in_sphere = THIS + # truce_with = THIS + # } + # } + # NOT = { + # has_country_flag = no_more_indochina + # has_country_modifier = punitive_effects + # war_policy = pacifism + # casus_belli = DAI + # casus_belli = CAM + # casus_belli = LUA + # casus_belli = WIA + # casus_belli = LXA + # casus_belli = SIA + # } + # } + + # mean_time_to_happen = { + # months = 12 + # modifier = { + # factor = 2 + # ai = no + # } + + # modifier = { + # factor = 0.75 + # revolution_n_counterrevolution = 1 + # } + + # modifier = { + # factor = 0.5 + # mass_politics = 1 + # } + # } + + # option = { + # name = "EVT95650OPTA" + # badboy = 2 + # random_country = { + # limit = { + # OR = { + # primary_culture = lao + # primary_culture = khmer + # primary_culture = vietnamese + # AND = { + # tag = SIA + # any_owned_province = { + # OR = { + # is_core = DAI + # is_core = CAM + # is_core = LUA + # is_core = WIA + # } + # } + # } + # } + # is_vassal = no + # exists = yes + # civilized = no + # neighbour = THIS + # NOT = { + # number_of_states = 2 + # truce_with = THIS + # in_sphere = THIS + # } + # } + # leave_alliance = THIS + # relation = { + # who = THIS + # value = -100 + # } + # add_casus_belli = { + # target = THIS + # type = establish_protectorate_BC_casus_belli + # months = 60 + # } + # } + # random_country = { + # limit = { + # OR = { + # primary_culture = lao + # primary_culture = khmer + # is_vassal = no + # AND = { + # tag = SIA + # any_owned_province = { + # OR = { + # is_core = DAI + # is_core = CAM + # is_core = LUA + # is_core = WIA + # } + # } + # } + # } + # exists = yes + # civilized = no + # neighbour = THIS + # number_of_states = 2 + # NOT = { + # truce_with = THIS + # in_sphere = THIS + # } + # } + # leave_alliance = THIS + # relation = { + # who = THIS + # value = -100 + # } + # add_casus_belli = { + # target = THIS + # type = demand_concession_BC_casus_belli + # months = 60 + # } + # } + # random_country = { + # limit = { + # tag = DAI + # exists = yes + # civilized = no + # neighbour = THIS + # number_of_states = 2 + # is_vassal = no + # NOT = { + # truce_with = THIS + # in_sphere = THIS + # } + # } + # leave_alliance = THIS + # relation = { + # who = THIS + # value = -100 + # } + # add_casus_belli = { + # target = THIS + # type = demand_concession_BC_casus_belli + # months = 60 + # } + # THIS = { diplomatic_influence = { who = DAI value = -200 } } + # } + + # random_country = { + # limit = { + # tag = DAI + # exists = yes + # civilized = no + # neighbour = THIS + # NOT = { number_of_states = 2 } + # is_vassal = no + # NOT = { + # truce_with = THIS + # in_sphere = THIS + # } + # } + # leave_alliance = THIS + # relation = { + # who = THIS + # value = -100 + # } + # add_casus_belli = { + # target = THIS + # type = establish_protectorate_BC_casus_belli + # months = 60 + # } + # THIS = { diplomatic_influence = { who = DAI value = -200 } } + # } + + + # ai_chance = { + # factor = 90 + # modifier = { + # factor = 0 + # badboy = 0.92 + # } + # } + # } + # option = { + # name = "EVT95650OPTB" + # prestige = -5 + # any_neighbor_country = { + # limit = { + # OR = { + # primary_culture = lao + # primary_culture = khmer + # primary_culture = vietnamese + # is_vassal = no + # AND = { + # tag = SIA + # any_owned_province = { + # OR = { + # is_core = DAI + # is_core = CAM + # is_core = LUA + # is_core = WIA + # } + # } + # } + # } + # exists = yes + # civilized = no + # NOT = { + # truce_with = THIS + # in_sphere = THIS + # } + # } + # relation = { + # who = THIS + # value = 25 + # } + # } + # ai_chance = { + # factor = 10 + # } + # } + # option = { + # name = "EVT95650OPTC" + # prestige = -10 + # set_country_flag = no_more_indochina + # ai_chance = { + # factor = 0 + # } + # } # } # Siamese Border Treaty country_event = { - id = 95652 - title = "EVTNAME95641" #The French Demand - desc = "EVTDESC95652" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT95652OPTA" - prestige = -20 - FROM = { country_event = 95654 } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - } - 1365 = { remove_core = CAM } - random_owned = { - limit = { province_id = 1366 any_neighbor_province = { owned_by = FROM } } - remove_core = SIA - secede_province = FROM - } - any_owned = { - limit = { - OR = { - is_core = LUA - is_core = WIA - is_core = CHK - } - any_neighbor_province = { owned_by = FROM } - } - remove_core = SIA - secede_province = FROM - } - - random_country = { - limit = { - tag = CHK - exists = yes - neighbour = FROM - ai = yes - vassal_of = THIS - } - SIA = { release = CHK } - FROM = { inherit = THIS } - } - - any_owned = { - limit = { is_core = LUA } - remove_core = SIA - secede_province = LUA - } - any_owned = { - limit = { is_core = CHK } - remove_core = SIA - secede_province = CHK - } - any_owned = { - limit = { is_core = WIA } - remove_core = SIA - secede_province = WIA - } - any_owned = { - limit = { - is_core = CAM - CAM = { exists = no } - } - secede_province = FROM - } - any_owned = { - limit = { - is_core = CAM - CAM = { exists = yes } - } - secede_province = CAM - } - any_owned = { - limit = { - is_core = DAI - DAI = { exists = no } - } - secede_province = FROM - } - any_owned = { - limit = { - is_core = DAI - DAI = { exists = yes } - } - secede_province = DAI - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.25 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - } - } - - option = { - name = "EVT95652OPTB" - FROM = { country_event = 95653 } - prestige = 10 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -3 - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - in_sphere = FROM - } - modifier = { - factor = 4 - civilized = yes - } - } - } + id = 95652 + title = "EVTNAME95641" #The French Demand + desc = "EVTDESC95652" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT95652OPTA" + prestige = -20 + FROM = { country_event = 95654 } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + } + 1365 = { remove_core = CAM } + random_owned = { + limit = { province_id = 1366 any_neighbor_province = { owned_by = FROM } } + remove_core = SIA + secede_province = FROM + } + any_owned = { + limit = { + OR = { + is_core = LUA + is_core = WIA + is_core = CHK + } + any_neighbor_province = { owned_by = FROM } + } + remove_core = SIA + secede_province = FROM + } + + random_country = { + limit = { + tag = CHK + exists = yes + neighbour = FROM + ai = yes + vassal_of = THIS + } + SIA = { release = CHK } + FROM = { inherit = THIS } + } + + any_owned = { + limit = { is_core = LUA } + remove_core = SIA + secede_province = LUA + } + any_owned = { + limit = { is_core = CHK } + remove_core = SIA + secede_province = CHK + } + any_owned = { + limit = { is_core = WIA } + remove_core = SIA + secede_province = WIA + } + any_owned = { + limit = { + is_core = CAM + CAM = { exists = no } + } + secede_province = FROM + } + any_owned = { + limit = { + is_core = CAM + CAM = { exists = yes } + } + secede_province = CAM + } + any_owned = { + limit = { + is_core = DAI + DAI = { exists = no } + } + secede_province = FROM + } + any_owned = { + limit = { + is_core = DAI + DAI = { exists = yes } + } + secede_province = DAI + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.25 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + } + } + + option = { + name = "EVT95652OPTB" + FROM = { country_event = 95653 } + prestige = 10 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -3 + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + in_sphere = FROM + } + modifier = { + factor = 4 + civilized = yes + } + } + } } country_event = { - id = 95653 - title = "EVTNAME95653" - desc = "EVTDESC95653" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT95653OPTA" - prestige = -10 - relation = { who = FROM value = -400 } - diplomatic_influence = { who = FROM value = -400 } - casus_belli = { - target = SIA - type = free_peoples - months = 60 - } - casus_belli = { - target = SIA - type = cut_down_to_size - months = 60 - } - } + id = 95653 + title = "EVTNAME95653" + desc = "EVTDESC95653" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT95653OPTA" + prestige = -10 + relation = { who = FROM value = -400 } + diplomatic_influence = { who = FROM value = -400 } + casus_belli = { + target = SIA + type = free_peoples + months = 60 + } + casus_belli = { + target = SIA + type = cut_down_to_size + months = 60 + } + } } country_event = { - id = 95654 - title = "EVTNAME95654" - desc = "EVTDESC95654" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT95654OPTA" - prestige = 20 - relation = { who = SIA value = 200 } - diplomatic_influence = { who = SIA value = 100 } - diplomatic_influence = { who = LUA value = 200 } - diplomatic_influence = { who = WIA value = 200 } - } + id = 95654 + title = "EVTNAME95654" + desc = "EVTDESC95654" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT95654OPTA" + prestige = 20 + relation = { who = SIA value = 200 } + diplomatic_influence = { who = SIA value = 100 } + diplomatic_influence = { who = LUA value = 200 } + diplomatic_influence = { who = WIA value = 200 } + } } # Vietnamese Unequal Treaty country_event = { - id = 95655 - title = "EVTNAME95655" #The Unequal Treaty - desc = "EVTDESC95655" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT95655OPTA" - FROM = { country_event = 95656 } - prestige = -10 - random_owned = { - limit = { owner = { has_country_modifier = uncivilized_isolationism }} - owner = { - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { - name = "western_influences" - duration = -1 - } - } - } - - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - - random_owned = { - limit = { - owner = { - NOT = { owns = 1380 } - owns = 1375 - } - } - owner = { - any_owned = { - limit = { region = DAI_1375 } - secede_province = FROM - } - } - } - random_owned = { - limit = { owner = { owns = 1380 } } - owner = { - any_owned = { - limit = { region = DAI_1380 } - secede_province = FROM - } - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT95655OPTB" - FROM = { country_event = 95657 } - war_exhaustion = 20 - ai_chance = { - factor = 0 - } - } + id = 95655 + title = "EVTNAME95655" #The Unequal Treaty + desc = "EVTDESC95655" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT95655OPTA" + FROM = { country_event = 95656 } + prestige = -10 + random_owned = { + limit = { owner = { has_country_modifier = uncivilized_isolationism }} + owner = { + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { + name = "western_influences" + duration = -1 + } + } + } + + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + + random_owned = { + limit = { + owner = { + NOT = { owns = 1380 } + owns = 1375 + } + } + owner = { + any_owned = { + limit = { region = DAI_1375 } + secede_province = FROM + } + } + } + random_owned = { + limit = { owner = { owns = 1380 } } + owner = { + any_owned = { + limit = { region = DAI_1380 } + secede_province = FROM + } + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT95655OPTB" + FROM = { country_event = 95657 } + war_exhaustion = 20 + ai_chance = { + factor = 0 + } + } } country_event = { - id = 95656 - title = "EVTNAME95656" - desc = "EVTDESC95656" - news = yes - news_title = "EVTNAME95656_NEWS_TITLE" - news_desc_long = "EVTDESC95656_NEWS_LONG" - news_desc_medium = "EVTDESC95656_NEWS_MEDIUM" - news_desc_short = "EVTDESC95656_NEWS_SHORT" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT95656OPTA" - clr_country_flag = negotiate_unequal_treaty - FROM = { clr_country_flag = negotiate_unequal_treaty } - any_country = { - limit = { - alliance_with = THIS - war_with = FROM - } - end_war = FROM - } - end_war = FROM - } + id = 95656 + title = "EVTNAME95656" + desc = "EVTDESC95656" + news = yes + news_title = "EVTNAME95656_NEWS_TITLE" + news_desc_long = "EVTDESC95656_NEWS_LONG" + news_desc_medium = "EVTDESC95656_NEWS_MEDIUM" + news_desc_short = "EVTDESC95656_NEWS_SHORT" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT95656OPTA" + clr_country_flag = negotiate_unequal_treaty + FROM = { clr_country_flag = negotiate_unequal_treaty } + any_country = { + limit = { + alliance_with = THIS + war_with = FROM + } + end_war = FROM + } + end_war = FROM + } } country_event = { #The Dai Viet Emperor has Refused! - id = 95657 - title = "EVTNAME95657" - desc = "EVTDESC95657" - picture = "Opiumwar" - - is_triggered_only = yes - - option = { - name = "EVT95657OPTA" - FROM = { clr_country_flag = negotiate_unequal_treaty } - casus_belli = { - target = FROM - type = humiliate - months = 100 - } - } + id = 95657 + title = "EVTNAME95657" + desc = "EVTDESC95657" + picture = "Opiumwar" + + is_triggered_only = yes + + option = { + name = "EVT95657OPTA" + FROM = { clr_country_flag = negotiate_unequal_treaty } + casus_belli = { + target = FROM + type = humiliate + months = 100 + } + } } #Protectorate over Luang Prabang and the Black Flag Army country_event = { - id = 95659 - title = "EVTNAME95659" - desc = "EVTDESC95659" - picture = "black_flag_army" - - trigger = { - LUA = { - exists = yes - part_of_sphere = no - ai = yes - is_vassal = no - neighbour = THIS - } - year = 1870 - is_greater_power = yes - owns = 1374 - NOT = { is_culture_group = east_asian } - NOT = { is_culture_group = southeast_asian } - } - - fire_only_once = yes - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT95659OPTA" - inherit = LUA - ai_chance = { factor = 100 } - } - - option = { - name = "EVT95659OPTB" - badboy = -1 - ai_chance = { factor = 0 } - } + id = 95659 + title = "EVTNAME95659" + desc = "EVTDESC95659" + picture = "black_flag_army" + + trigger = { + LUA = { + exists = yes + part_of_sphere = no + ai = yes + is_vassal = no + neighbour = THIS + } + year = 1870 + is_greater_power = yes + owns = 1374 + NOT = { is_culture_group = east_asian } + NOT = { is_culture_group = southeast_asian } + } + + fire_only_once = yes + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT95659OPTA" + inherit = LUA + ai_chance = { factor = 100 } + } + + option = { + name = "EVT95659OPTB" + badboy = -1 + ai_chance = { factor = 0 } + } } #Franco-Siamese War country_event = { - id = 95660 - title = "EVTNAME95660" - desc = "EVTDESC95660" - picture = "ships_to_bangkok" - - trigger = { - owns = 1356 - 1356 = { is_colonial = yes } - is_greater_power = yes - SIA = { - civilized = no - ai = yes - neighbour = THIS - OR = { - any_owned_province = { is_core = WIA } - any_owned_province = { is_core = LUA } - any_owned_province = { is_core = CHK } - } - } - revolution_n_counterrevolution = 1 - } - - fire_only_once = yes - mean_time_to_happen = { months = 36 } - - option = { - name = "EVT95660OPTA" - set_country_flag = take_laos - relation = { who = SIA value = -400 } - diplomatic_influence = { who = SIA value = -400 } - casus_belli ={ - target = SIA - type = cut_down_to_size - months = 50 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT95660OPTB" - prestige = -5 - ai_chance = { factor = 0 } - } + id = 95660 + title = "EVTNAME95660" + desc = "EVTDESC95660" + picture = "ships_to_bangkok" + + trigger = { + owns = 1356 + 1356 = { is_colonial = yes } + is_greater_power = yes + SIA = { + civilized = no + ai = yes + neighbour = THIS + OR = { + any_owned_province = { is_core = WIA } + any_owned_province = { is_core = LUA } + any_owned_province = { is_core = CHK } + } + } + revolution_n_counterrevolution = 1 + } + + fire_only_once = yes + mean_time_to_happen = { months = 36 } + + option = { + name = "EVT95660OPTA" + set_country_flag = take_laos + relation = { who = SIA value = -400 } + diplomatic_influence = { who = SIA value = -400 } + casus_belli ={ + target = SIA + type = cut_down_to_size + months = 50 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT95660OPTB" + prestige = -5 + ai_chance = { factor = 0 } + } } #Ending of Franco-Siamese War country_event = { - id = 95661 - title = "EVTNAME95661" - desc = "EVTDESC95661" - picture = "ships_to_bangkok" - - trigger = { - is_greater_power = yes - war = no - has_country_flag = take_laos - truce_with = SIA - SIA = { is_disarmed = yes } - } - - fire_only_once = yes - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT95661OPTA" - any_country = { - limit = { - primary_culture = lao - vassal_of = SIA - } - annex_to = SIA - } - random_country = { - limit = { tag = SIA civilized = no } - years_of_research = 4 - } - SIA = { - any_owned = { - limit = { - OR = { - is_core = WIA - is_core = LUA - is_core = CHK - } - } - secede_province = THIS - } - } - } -} + id = 95661 + title = "EVTNAME95661" + desc = "EVTDESC95661" + picture = "ships_to_bangkok" + + trigger = { + is_greater_power = yes + war = no + has_country_flag = take_laos + truce_with = SIA + SIA = { is_disarmed = yes } + } + fire_only_once = yes + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT95661OPTA" + any_country = { + limit = { + primary_culture = lao + vassal_of = SIA + } + annex_to = SIA + } + random_country = { + limit = { tag = SIA civilized = no } + years_of_research = 4 + } + SIA = { + any_owned = { + limit = { + OR = { + is_core = WIA + is_core = LUA + is_core = CHK + } + } + secede_province = THIS + } + } + } +} diff --git a/HPM/events/InfamyWar_Events.txt b/HPM/events/InfamyWar_Events.txt index 6255e72f..4d9b6d3b 100644 --- a/HPM/events/InfamyWar_Events.txt +++ b/HPM/events/InfamyWar_Events.txt @@ -1,507 +1,507 @@ ### Events 96130-96150 used ######################################################################### -# # -# Infamy Wars -- Coalition Against a High-Infamy Player # -# # +# # +# Infamy Wars -- Coalition Against a High-Infamy Player # +# # ######################################################################### #First warning against the player country_event = { - id = 96130 - title = "EVTNAME96130" #The Price of Infamy - desc = "EVTDESC96130" - news = yes - news_desc_long = "EVTDESC96130_NEWS_LONG" - news_desc_medium = "EVTDESC96130_NEWS_MEDIUM" - news_desc_short = "EVTDESC96130_NEWS_SHORT" - picture = "greatpowers" - - trigger = { - ai = no - badboy = 1.5 - is_disarmed = no - NOT = { - has_country_modifier = international_pariah - has_country_modifier = punitive_effects - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA96130" #Let them come! - prestige = -20 - add_country_modifier = { - name = international_pariah - duration = -1 - } - any_country = { - limit = { - ai = yes - rank = 16 - NOT = { - alliance_with = THIS - in_sphere = THIS - vassal_of = THIS - } - } - relation = { - who = THIS - value = -100 - } - } - } + id = 96130 + title = "EVTNAME96130" #The Price of Infamy + desc = "EVTDESC96130" + news = yes + news_desc_long = "EVTDESC96130_NEWS_LONG" + news_desc_medium = "EVTDESC96130_NEWS_MEDIUM" + news_desc_short = "EVTDESC96130_NEWS_SHORT" + picture = "greatpowers" + + trigger = { + ai = no + badboy = 1.5 + is_disarmed = no + NOT = { + has_country_modifier = international_pariah + has_country_modifier = punitive_effects + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA96130" #Let them come! + prestige = -20 + add_country_modifier = { + name = international_pariah + duration = -1 + } + any_country = { + limit = { + ai = yes + rank = 16 + NOT = { + alliance_with = THIS + in_sphere = THIS + vassal_of = THIS + } + } + relation = { + who = THIS + value = -100 + } + } + } } #Removes the pariah modifier if the player has low enough Infamy country_event = { - - id = 96131 - title = "EVTNAME96131" #An Ease in Tensions - desc = "EVTDESC96131" - picture = "greatpowers" - - trigger = { - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { badboy = 1 } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA96131" #Thanks for the vote of confidence. - remove_country_modifier = international_pariah - } + + id = 96131 + title = "EVTNAME96131" #An Ease in Tensions + desc = "EVTDESC96131" + picture = "greatpowers" + + trigger = { + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { badboy = 1 } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA96131" #Thanks for the vote of confidence. + remove_country_modifier = international_pariah + } } #An AI GP will deliver the ultimatum country_event = { - - id = 96135 - title = "EVTNAME96135" - desc = "EVTDESC96135" - - trigger = { - ai = yes - war = no - is_greater_power = yes - is_disarmed = no - NOT = { - has_global_flag = ultimatum_delivered - has_global_flag = ultimatum_refused - has_country_modifier = no_more_war - has_country_modifier = punitive_effects - } - any_greater_power = { - badboy = 1.8 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_flag = ultimatum_accepted } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - rank = 1 - } - modifier = { - factor = 0.5 - rank = 2 - any_greater_power = { - has_country_modifier = international_pariah - rank = 1 - } - } - modifier = { - factor = 2 - NOT = { rank = 1 } - any_greater_power = { - ai = yes - rank = 1 - } - } - } - - option = { - name = "EVT96135OPTA" - set_global_flag = ultimatum_delivered - random_country = { - limit = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { has_country_flag = ultimatum_accepted } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - country_event = 96136 - } - } + + id = 96135 + title = "EVTNAME96135" + desc = "EVTDESC96135" + + trigger = { + ai = yes + war = no + is_greater_power = yes + is_disarmed = no + NOT = { + has_global_flag = ultimatum_delivered + has_global_flag = ultimatum_refused + has_country_modifier = no_more_war + has_country_modifier = punitive_effects + } + any_greater_power = { + badboy = 1.8 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_flag = ultimatum_accepted } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + rank = 1 + } + modifier = { + factor = 0.5 + rank = 2 + any_greater_power = { + has_country_modifier = international_pariah + rank = 1 + } + } + modifier = { + factor = 2 + NOT = { rank = 1 } + any_greater_power = { + ai = yes + rank = 1 + } + } + } + + option = { + name = "EVT96135OPTA" + set_global_flag = ultimatum_delivered + random_country = { + limit = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { has_country_flag = ultimatum_accepted } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + country_event = 96136 + } + } } #The Ultimatum event: disarm or war country_event = { - id = 96136 - title = "EVTNAME96136" #The Ultimatum - desc = "EVTDESC96136" - news = yes - news_desc_long = "EVTDESC96136_NEWS_LONG" - news_desc_medium = "EVTDESC96136_NEWS_MEDIUM" - news_desc_short = "EVTDESC96136_NEWS_SHORT" - picture = "greatpowers" - major = yes - - is_triggered_only = yes - - option = { - name = "EVTOPTA96136" #Refuse - clr_global_flag = ultimatum_delivered - set_global_flag = ultimatum_refused - any_country = { - limit = { - ai = yes - rank = 16 - NOT = { - tag = FROM - alliance_with = THIS - in_sphere = THIS - vassal_of = THIS - } - } - relation = { - who = THIS - value = -200 - } - relation = { - who = FROM - value = 200 - } - } - FROM = { - set_country_flag = coalition_member - war = { - target = THIS - attacker_goal = { - casus_belli = dismantle_cb - } - call_ally = yes - } - } - } - - option = { - name = "EVTOPTB96136" #Agree - clr_global_flag = ultimatum_delivered - set_country_flag = ultimatum_accepted - any_country = { - limit = { - ai = yes - is_greater_power = yes - NOT = { alliance_with = THIS } - } - set_country_flag = coalition_member - } - } + id = 96136 + title = "EVTNAME96136" #The Ultimatum + desc = "EVTDESC96136" + news = yes + news_desc_long = "EVTDESC96136_NEWS_LONG" + news_desc_medium = "EVTDESC96136_NEWS_MEDIUM" + news_desc_short = "EVTDESC96136_NEWS_SHORT" + picture = "greatpowers" + major = yes + + is_triggered_only = yes + + option = { + name = "EVTOPTA96136" #Refuse + clr_global_flag = ultimatum_delivered + set_global_flag = ultimatum_refused + any_country = { + limit = { + ai = yes + rank = 16 + NOT = { + tag = FROM + alliance_with = THIS + in_sphere = THIS + vassal_of = THIS + } + } + relation = { + who = THIS + value = -200 + } + relation = { + who = FROM + value = 200 + } + } + FROM = { + set_country_flag = coalition_member + war = { + target = THIS + attacker_goal = { + casus_belli = dismantle_cb + } + call_ally = yes + } + } + } + + option = { + name = "EVTOPTB96136" #Agree + clr_global_flag = ultimatum_delivered + set_country_flag = ultimatum_accepted + any_country = { + limit = { + ai = yes + is_greater_power = yes + NOT = { alliance_with = THIS } + } + set_country_flag = coalition_member + } + } } #Other AI GP's joining the war effort country_event = { - id = 96140 - title = "EVTNAME96140" - desc = "EVTDESC96140" - - trigger = { - has_global_flag = ultimatum_refused - NOT = { has_country_flag = coalition_member } - NOT = { has_country_modifier = punitive_effects } - ai = yes - war = no - is_disarmed = no - is_greater_power = yes - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - } - } - - mean_time_to_happen = { - months = 2 - modifier = { - factor = 0.5 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - war = yes - } - } - modifier = { - factor = 1.5 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { neighbour = THIS } - } - } - modifier = { - factor = 2 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - continent = europe - } - NOT = { - any_owned_province = { continent = europe } - } - } - modifier = { - factor = 2 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - continent = africa - } - NOT = { - any_owned_province = { continent = africa } - } - } - modifier = { - factor = 2 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - continent = asia - } - NOT = { - any_owned_province = { continent = asia } - } - } - modifier = { - factor = 2 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - continent = north_america - } - NOT = { - any_owned_province = { continent = north_america } - } - } - modifier = { - factor = 2 - any_greater_power = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - continent = south_america - } - NOT = { - any_owned_province = { continent = south_america } - } - } - modifier = { - factor = 2 - war_policy = anti_military - } - modifier = { - factor = 4 - war_policy = pacifism - } - modifier = { - factor = 2 - war_exhaustion = 25 - } - modifier = { - factor = 2 - has_country_modifier = no_more_war - } - } - - option = { - name = "EVT96140OPTA" - set_country_flag = coalition_member - remove_country_modifier = no_more_war - any_greater_power = { - limit = { - badboy = 2 - is_disarmed = no - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - NOT = { alliance_with = THIS } - NOT = { truce_with = THIS } - NOT = { neighbour = THIS } - } - country_event = 96141 - } - } + id = 96140 + title = "EVTNAME96140" + desc = "EVTDESC96140" + + trigger = { + has_global_flag = ultimatum_refused + NOT = { has_country_flag = coalition_member } + NOT = { has_country_modifier = punitive_effects } + ai = yes + war = no + is_disarmed = no + is_greater_power = yes + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + } + } + + mean_time_to_happen = { + months = 2 + modifier = { + factor = 0.5 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + war = yes + } + } + modifier = { + factor = 1.5 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { neighbour = THIS } + } + } + modifier = { + factor = 2 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + continent = europe + } + NOT = { + any_owned_province = { continent = europe } + } + } + modifier = { + factor = 2 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + continent = africa + } + NOT = { + any_owned_province = { continent = africa } + } + } + modifier = { + factor = 2 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + continent = asia + } + NOT = { + any_owned_province = { continent = asia } + } + } + modifier = { + factor = 2 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + continent = north_america + } + NOT = { + any_owned_province = { continent = north_america } + } + } + modifier = { + factor = 2 + any_greater_power = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + continent = south_america + } + NOT = { + any_owned_province = { continent = south_america } + } + } + modifier = { + factor = 2 + war_policy = anti_military + } + modifier = { + factor = 4 + war_policy = pacifism + } + modifier = { + factor = 2 + war_exhaustion = 25 + } + modifier = { + factor = 2 + has_country_modifier = no_more_war + } + } + + option = { + name = "EVT96140OPTA" + set_country_flag = coalition_member + remove_country_modifier = no_more_war + any_greater_power = { + limit = { + badboy = 2 + is_disarmed = no + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + NOT = { alliance_with = THIS } + NOT = { truce_with = THIS } + NOT = { neighbour = THIS } + } + country_event = 96141 + } + } } #Notification of a declaration of war country_event = { - - id = 96141 - title = "EVTNAME96141" #Joins the War - desc = "EVTDESC96141" - picture = "greatpowers" - - is_triggered_only = yes - - option = { - name = "EVTOPTA96141" #We shall see. - FROM = { - war = { - target = THIS - attacker_goal = { - casus_belli = dismantle_cb - } - call_ally = yes - } - } - } + + id = 96141 + title = "EVTNAME96141" #Joins the War + desc = "EVTDESC96141" + picture = "greatpowers" + + is_triggered_only = yes + + option = { + name = "EVTOPTA96141" #We shall see. + FROM = { + war = { + target = THIS + attacker_goal = { + casus_belli = dismantle_cb + } + call_ally = yes + } + } + } } #If the Infamy country is disarmed before the war is over country_event = { - id = 96145 - title = "EVTNAME96145" - desc = "EVTDESC96145" - - trigger = { - has_country_flag = coalition_member - OR = { - has_country_modifier = great_war - has_country_modifier = great_war2 - has_country_modifier = great_war3 - } - ai = yes - war = yes - NOT = { has_country_modifier = end_the_war } - any_greater_power = { - badboy = 2 - is_disarmed = yes - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - war_with = THIS - } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT96145OPTA" - remove_country_modifier = great_war - remove_country_modifier = great_war2 - remove_country_modifier = great_war3 - add_country_modifier = { - name = end_the_war - duration = 365 - } - } + id = 96145 + title = "EVTNAME96145" + desc = "EVTDESC96145" + + trigger = { + has_country_flag = coalition_member + OR = { + has_country_modifier = great_war + has_country_modifier = great_war2 + has_country_modifier = great_war3 + } + ai = yes + war = yes + NOT = { has_country_modifier = end_the_war } + any_greater_power = { + badboy = 2 + is_disarmed = yes + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + war_with = THIS + } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT96145OPTA" + remove_country_modifier = great_war + remove_country_modifier = great_war2 + remove_country_modifier = great_war3 + add_country_modifier = { + name = end_the_war + duration = 365 + } + } } #remove the coalition member flag after a period of peace country_event = { - id = 96146 - title = "EVTNAME96146" - desc = "EVTDESC96146" - - trigger = { - has_country_flag = coalition_member - NOT = { has_global_flag = ultimatum_refused } - NOT = { - any_greater_power = { - has_country_modifier = international_pariah - war_with = THIS - } - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT96146OPTA" - clr_country_flag = coalition_member - } + id = 96146 + title = "EVTNAME96146" + desc = "EVTDESC96146" + + trigger = { + has_country_flag = coalition_member + NOT = { has_global_flag = ultimatum_refused } + NOT = { + any_greater_power = { + has_country_modifier = international_pariah + war_with = THIS + } + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT96146OPTA" + clr_country_flag = coalition_member + } } #If the Infamy player defeats the coalition, and is at peace for an extended period, reset his infamy country_event = { - id = 96150 - title = "EVTNAME96150" #$COUNTRY$ Stands Triumphant - desc = "EVTDESC96150" - picture = "Unite" - - trigger = { - has_global_flag = ultimatum_refused - has_country_modifier = international_pariah - NOT = { has_country_modifier = punitive_effects } - is_disarmed = no - war = no - } - - mean_time_to_happen = { - months = 12 - } - - immediate = { badboy = -1000 } - - option = { - name = "EVTOPTA96150" #Excellent - clr_global_flag = ultimatum_refused - remove_country_modifier = international_pariah - prestige = 25 - badboy = 24.99 - } -} \ No newline at end of file + id = 96150 + title = "EVTNAME96150" #$COUNTRY$ Stands Triumphant + desc = "EVTDESC96150" + picture = "Unite" + + trigger = { + has_global_flag = ultimatum_refused + has_country_modifier = international_pariah + NOT = { has_country_modifier = punitive_effects } + is_disarmed = no + war = no + } + + mean_time_to_happen = { + months = 12 + } + + immediate = { badboy = -1000 } + + option = { + name = "EVTOPTA96150" #Excellent + clr_global_flag = ultimatum_refused + remove_country_modifier = international_pariah + prestige = 25 + badboy = 24.99 + } +} diff --git a/HPM/events/Irish woes.txt b/HPM/events/Irish woes.txt index 37a3015f..b1f9c9bd 100644 --- a/HPM/events/Irish woes.txt +++ b/HPM/events/Irish woes.txt @@ -1,1490 +1,1490 @@ #Irish Potato Blight country_event = { - id = 1010011 - title = "EVTNAME1010011" #The Great Irish Famine - desc = "EVTDESC1010011" - news = yes - news_desc_long = "EVTDESC1010011_NEWS_LONG" - news_desc_medium = "EVTDESC1010011_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010011_NEWS_SHORT" - picture = "famine" - major = yes - - trigger = { - tag = ENG - year = 1844 - any_owned_province = { - is_core = IRE - NOT = { has_province_modifier = potato_blight } - } - NOT = { - year = 1855 - has_country_flag = great_irish_famine - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1.5 - medicine = 1 - } - modifier = { - factor = 0.5 - any_owned_province = { - is_core = IRE - has_province_modifier = potato_blight - } - } - } - - option = { - name = "EVT1010011OPTA" - prestige = -50 - treasury = -100000 - set_country_flag = help_for_the_irish - set_country_flag = great_irish_famine - random_state = { - limit = { - any_owned_province = { - is_core = IRE - NOT = { has_province_modifier = potato_blight } - } - } - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 730 - } - } - } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_core = ENG } - } - scaled_consciousness = { - issue = laissez_faire - factor = 5 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - economic_policy = laissez_faire - } - modifier = { - factor = 0.5 - citizenship_policy = residency - } - modifier = { - factor = 1.5 - citizenship_policy = full_citizenship - } - modifier = { - factor = 0 - NOT = { money = 100000 } - } - } - } - - option = { - name = "EVT1010011OPTB" - prestige = -10 - treasury = -10000 - set_country_flag = little_help_for_the_irish - set_country_flag = great_irish_famine - random_state = { - limit = { - any_owned_province = { - is_core = IRE - NOT = { has_province_modifier = potato_blight } - } - } - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 1280 - } - } - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - NOT = { money = 10000 } - } - } - } - - option = { - name = "EVT1010011OPTC" - set_country_flag = no_help_for_the_irish - set_country_flag = great_irish_famine - random_state = { - limit = { - any_owned_province = { - is_core = IRE - NOT = { has_province_modifier = potato_blight } - } - } - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 1825 - } - } - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - militancy = 5 - } - } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_core = ENG } - } - scaled_consciousness = { - issue = laissez_faire - factor = -3 - } - scaled_militancy = { - ideology = reactionary - factor = -3 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1.5 - citizenship_policy = residency - } - modifier = { - factor = 0.5 - citizenship_policy = full_citizenship - } - } - } + id = 1010011 + title = "EVTNAME1010011" #The Great Irish Famine + desc = "EVTDESC1010011" + news = yes + news_desc_long = "EVTDESC1010011_NEWS_LONG" + news_desc_medium = "EVTDESC1010011_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010011_NEWS_SHORT" + picture = "famine" + major = yes + + trigger = { + tag = ENG + year = 1844 + any_owned_province = { + is_core = IRE + NOT = { has_province_modifier = potato_blight } + } + NOT = { + year = 1855 + has_country_flag = great_irish_famine + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1.5 + medicine = 1 + } + modifier = { + factor = 0.5 + any_owned_province = { + is_core = IRE + has_province_modifier = potato_blight + } + } + } + + option = { + name = "EVT1010011OPTA" + prestige = -50 + treasury = -100000 + set_country_flag = help_for_the_irish + set_country_flag = great_irish_famine + random_state = { + limit = { + any_owned_province = { + is_core = IRE + NOT = { has_province_modifier = potato_blight } + } + } + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 730 + } + } + } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_core = ENG } + } + scaled_consciousness = { + issue = laissez_faire + factor = 5 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + economic_policy = laissez_faire + } + modifier = { + factor = 0.5 + citizenship_policy = residency + } + modifier = { + factor = 1.5 + citizenship_policy = full_citizenship + } + modifier = { + factor = 0 + NOT = { money = 100000 } + } + } + } + + option = { + name = "EVT1010011OPTB" + prestige = -10 + treasury = -10000 + set_country_flag = little_help_for_the_irish + set_country_flag = great_irish_famine + random_state = { + limit = { + any_owned_province = { + is_core = IRE + NOT = { has_province_modifier = potato_blight } + } + } + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 1280 + } + } + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + NOT = { money = 10000 } + } + } + } + + option = { + name = "EVT1010011OPTC" + set_country_flag = no_help_for_the_irish + set_country_flag = great_irish_famine + random_state = { + limit = { + any_owned_province = { + is_core = IRE + NOT = { has_province_modifier = potato_blight } + } + } + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 1825 + } + } + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + militancy = 5 + } + } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_core = ENG } + } + scaled_consciousness = { + issue = laissez_faire + factor = -3 + } + scaled_militancy = { + ideology = reactionary + factor = -3 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1.5 + citizenship_policy = residency + } + modifier = { + factor = 0.5 + citizenship_policy = full_citizenship + } + } + } } province_event = { - id = 1010012 - title = "EVTNAME1010012" #Irish Famine Spreads - No Help - desc = "EVTDESC1010012" - picture = "famine" - - trigger = { - is_core = IRE - owner = { has_country_flag = no_help_for_the_irish } - any_neighbor_province = { has_province_modifier = irish_potato_blight } - NOT = { - year = 1852 - has_province_modifier = irish_potato_blight - has_province_modifier = potato_blight - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT1010012OPTA" - state_scope = { - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 1825 - } - } - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - militancy = 3 - } - } - } -} + id = 1010012 + title = "EVTNAME1010012" #Irish Famine Spreads - No Help + desc = "EVTDESC1010012" + picture = "famine" + + trigger = { + is_core = IRE + owner = { has_country_flag = no_help_for_the_irish } + any_neighbor_province = { has_province_modifier = irish_potato_blight } + NOT = { + year = 1852 + has_province_modifier = irish_potato_blight + has_province_modifier = potato_blight + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT1010012OPTA" + state_scope = { + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 1825 + } + } + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + militancy = 3 + } + } + } +} province_event = { - id = 1010013 - title = "EVTNAME1010012" #Irish Famine Spreads - Little Help - desc = "EVTDESC1010013" - picture = "famine" - - trigger = { - is_core = IRE - owner = { has_country_flag = little_help_for_the_irish } - any_neighbor_province = { has_province_modifier = irish_potato_blight } - NOT = { - year = 1852 - has_province_modifier = irish_potato_blight - has_province_modifier = potato_blight - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT1010012OPTA" - state_scope = { - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 1280 - } - } - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - } - } - } + id = 1010013 + title = "EVTNAME1010012" #Irish Famine Spreads - Little Help + desc = "EVTDESC1010013" + picture = "famine" + + trigger = { + is_core = IRE + owner = { has_country_flag = little_help_for_the_irish } + any_neighbor_province = { has_province_modifier = irish_potato_blight } + NOT = { + year = 1852 + has_province_modifier = irish_potato_blight + has_province_modifier = potato_blight + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT1010012OPTA" + state_scope = { + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 1280 + } + } + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + } + } + } } province_event = { - id = 1010014 - title = "EVTNAME1010012" #Irish Famine Spreads - Helped - desc = "EVTDESC1010014" - picture = "famine" - - trigger = { - is_core = IRE - owner = { has_country_flag = help_for_the_irish } - any_neighbor_province = { has_province_modifier = irish_potato_blight } - NOT = { - year = 1850 - has_province_modifier = irish_potato_blight - has_province_modifier = potato_blight - } - } - - mean_time_to_happen = { - months = 18 - } - - option = { - name = "EVT1010012OPTA" - state_scope = { - any_owned = { - add_province_modifier = { - name = irish_potato_blight - duration = 730 - } - } - } - } + id = 1010014 + title = "EVTNAME1010012" #Irish Famine Spreads - Helped + desc = "EVTDESC1010014" + picture = "famine" + + trigger = { + is_core = IRE + owner = { has_country_flag = help_for_the_irish } + any_neighbor_province = { has_province_modifier = irish_potato_blight } + NOT = { + year = 1850 + has_province_modifier = irish_potato_blight + has_province_modifier = potato_blight + } + } + + mean_time_to_happen = { + months = 18 + } + + option = { + name = "EVT1010012OPTA" + state_scope = { + any_owned = { + add_province_modifier = { + name = irish_potato_blight + duration = 730 + } + } + } + } } country_event = { - id = 1010015 - title = "EVTNAME1010015" #The Young Irelander Rebellion - desc = "EVTDESC1010015" - news = yes - news_desc_long = "EVTDESC1010015_NEWS_LONG" - news_desc_medium = "EVTDESC1010015_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010015_NEWS_SHORT" - picture = "yound_irelander_rebellion" - - trigger = { - tag = ENG - any_owned_province = { is_core = IRE } - has_country_flag = great_irish_famine - OR = { - has_country_modifier = global_liberal_agitation - has_country_modifier = springtime_of_nations - } - NOT = { - has_country_flag = help_for_the_irish - has_country_flag = young_irish - any_owned_province = { - is_core = IRE - controlled_by = REB - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.5 - has_country_flag = little_help_for_the_irish - } - modifier = { - factor = 0.1 - has_country_modifier = springtime_of_nations - } - } - - option = { - name = "EVT1010015OPTA" - set_country_flag = young_irish - any_pop = { - limit = { - has_pop_culture = irish - location = { is_core = IRE } - } - consciousness = 5 - } - random_owned = { - limit = { - is_core = IRE - culture = irish - NOT = { has_province_modifier = nationalist_agitation } - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } + id = 1010015 + title = "EVTNAME1010015" #The Young Irelander Rebellion + desc = "EVTDESC1010015" + news = yes + news_desc_long = "EVTDESC1010015_NEWS_LONG" + news_desc_medium = "EVTDESC1010015_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010015_NEWS_SHORT" + picture = "yound_irelander_rebellion" + + trigger = { + tag = ENG + any_owned_province = { is_core = IRE } + has_country_flag = great_irish_famine + OR = { + has_country_modifier = global_liberal_agitation + has_country_modifier = springtime_of_nations + } + NOT = { + has_country_flag = help_for_the_irish + has_country_flag = young_irish + any_owned_province = { + is_core = IRE + controlled_by = REB + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.5 + has_country_flag = little_help_for_the_irish + } + modifier = { + factor = 0.1 + has_country_modifier = springtime_of_nations + } + } + + option = { + name = "EVT1010015OPTA" + set_country_flag = young_irish + any_pop = { + limit = { + has_pop_culture = irish + location = { is_core = IRE } + } + consciousness = 5 + } + random_owned = { + limit = { + is_core = IRE + culture = irish + NOT = { has_province_modifier = nationalist_agitation } + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } } province_event = { - id = 1010016 - title = "EVTNAME1010016" #Ireland's Opportunity - desc = "EVTDESC1010016" - - trigger = { - is_core = IRE - controlled_by = THIS - NOT = { has_province_modifier = nationalist_agitation } - owner = { - war = yes - has_country_flag = in_great_war - NOT = { tag = IRE } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - owner = { has_country_modifier = great_war2 } - } - modifier = { - factor = 0.25 - owner = { has_country_modifier = great_war3 } - } - } - - option = { - name = "EVT1010016OPTA" - state_scope = { - any_pop = { - limit = { has_pop_culture = irish } - militancy = 5 - } - any_owned = { - limit = { - is_core = IRE - culture = irish - NOT = { has_province_modifier = nationalist_agitation } - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } - } + id = 1010016 + title = "EVTNAME1010016" #Ireland's Opportunity + desc = "EVTDESC1010016" + + trigger = { + is_core = IRE + controlled_by = THIS + NOT = { has_province_modifier = nationalist_agitation } + owner = { + war = yes + has_country_flag = in_great_war + NOT = { tag = IRE } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + owner = { has_country_modifier = great_war2 } + } + modifier = { + factor = 0.25 + owner = { has_country_modifier = great_war3 } + } + } + + option = { + name = "EVT1010016OPTA" + state_scope = { + any_pop = { + limit = { has_pop_culture = irish } + militancy = 5 + } + any_owned = { + limit = { + is_core = IRE + culture = irish + NOT = { has_province_modifier = nationalist_agitation } + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } + } } country_event = { - id = 1010020 - title = "EVTNAME1010020" #The Irish Republican Brotherhood - desc = "EVTDESC1010020" - news = yes - news_desc_long = "EVTDESC1010020_NEWS_LONG" - news_desc_medium = "EVTDESC1010020_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010020_NEWS_SHORT" - picture = "irish_republican_brotherhood" - - trigger = { - any_owned_province = { - is_core = IRE - culture = irish - NOT = { has_province_modifier = irish_republicans } - NOT = { has_province_modifier = irish_unionists } - } - OR = { - AND = { - invention = separatism - has_country_flag = young_irish - } - invention = terrorism - } - NOT = { - has_country_flag = irish_republican_brotherhood - tag = IRE - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.5 - has_country_flag = no_help_for_the_irish - } - modifier = { - factor = 1.5 - has_country_flag = help_for_the_irish - } - modifier = { - factor = 1.2 - citizenship_policy = full_citizenship - } - modifier = { - factor = 0.8 - citizenship_policy = residency - } - } - - option = { - name = "EVT1010020OPTA" - set_country_flag = irish_republican_brotherhood - remove_accepted_culture = irish - set_variable = { - which = irish_republican_provinces - value = 1 - } - random_owned = { - limit = { - is_core = IRE - culture = irish - NOT = { has_province_modifier = irish_republicans } - NOT = { has_province_modifier = irish_unionists } - } - remove_core = ENG - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - } - add_province_modifier = { - name = irish_republicans - duration = -1 - } - } - } + id = 1010020 + title = "EVTNAME1010020" #The Irish Republican Brotherhood + desc = "EVTDESC1010020" + news = yes + news_desc_long = "EVTDESC1010020_NEWS_LONG" + news_desc_medium = "EVTDESC1010020_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010020_NEWS_SHORT" + picture = "irish_republican_brotherhood" + + trigger = { + any_owned_province = { + is_core = IRE + culture = irish + NOT = { has_province_modifier = irish_republicans } + NOT = { has_province_modifier = irish_unionists } + } + OR = { + AND = { + invention = separatism + has_country_flag = young_irish + } + invention = terrorism + } + NOT = { + has_country_flag = irish_republican_brotherhood + tag = IRE + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.5 + has_country_flag = no_help_for_the_irish + } + modifier = { + factor = 1.5 + has_country_flag = help_for_the_irish + } + modifier = { + factor = 1.2 + citizenship_policy = full_citizenship + } + modifier = { + factor = 0.8 + citizenship_policy = residency + } + } + + option = { + name = "EVT1010020OPTA" + set_country_flag = irish_republican_brotherhood + remove_accepted_culture = irish + set_variable = { + which = irish_republican_provinces + value = 1 + } + random_owned = { + limit = { + is_core = IRE + culture = irish + NOT = { has_province_modifier = irish_republicans } + NOT = { has_province_modifier = irish_unionists } + } + remove_core = ENG + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + } + add_province_modifier = { + name = irish_republicans + duration = -1 + } + } + } } province_event = { - id = 1010021 - title = "EVTNAME1010021" #Fenians in $PROVINCENAME$ - desc = "EVTDESC1010021" - picture = "fenian_raid" - - trigger = { - is_core = IRE - culture = irish - NOT = { has_province_modifier = irish_republicans } - NOT = { has_province_modifier = irish_unionists } - owner = { has_country_flag = irish_republican_brotherhood } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - any_neighbor_province = { has_province_modifier = irish_republicans } - } - modifier = { - factor = 0.5 - owner = { has_country_flag = no_help_for_the_irish } - } - modifier = { - factor = 2 - owner = { has_country_flag = help_for_the_irish } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 0.8 - owner = { invention = dogma_of_violence } - } - modifier = { - factor = 0.8 - owner = { invention = terrorism } - } - modifier = { - factor = 1.2 - owner = { invention = secret_police } - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.1 - controlled_by = REB - } - } - - option = { - name = "EVT1010021OPTA" - remove_core = ENG - owner = { - change_variable = { - which = irish_republican_provinces - value = 1 - } - } - any_pop = { - limit = { has_pop_culture = irish } - consciousness = 3 - } - add_province_modifier = { - name = irish_republicans - duration = -1 - } - } + id = 1010021 + title = "EVTNAME1010021" #Fenians in $PROVINCENAME$ + desc = "EVTDESC1010021" + picture = "fenian_raid" + + trigger = { + is_core = IRE + culture = irish + NOT = { has_province_modifier = irish_republicans } + NOT = { has_province_modifier = irish_unionists } + owner = { has_country_flag = irish_republican_brotherhood } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + any_neighbor_province = { has_province_modifier = irish_republicans } + } + modifier = { + factor = 0.5 + owner = { has_country_flag = no_help_for_the_irish } + } + modifier = { + factor = 2 + owner = { has_country_flag = help_for_the_irish } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 0.8 + owner = { invention = dogma_of_violence } + } + modifier = { + factor = 0.8 + owner = { invention = terrorism } + } + modifier = { + factor = 1.2 + owner = { invention = secret_police } + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.1 + controlled_by = REB + } + } + + option = { + name = "EVT1010021OPTA" + remove_core = ENG + owner = { + change_variable = { + which = irish_republican_provinces + value = 1 + } + } + any_pop = { + limit = { has_pop_culture = irish } + consciousness = 3 + } + add_province_modifier = { + name = irish_republicans + duration = -1 + } + } } province_event = { - id = 1010022 - title = "EVTNAME1010022" #Fenian Revolt in $PROVINCENAME$ - desc = "EVTDESC1010022" - picture = "fenian_raid" - - trigger = { - is_core = IRE - has_province_modifier = irish_republicans - NOT = { has_province_modifier = nationalist_agitation } - owner = { - NOT = { tag = IRE } - has_country_flag = no_help_for_the_irish - } - } - mean_time_to_happen = { - months = 240 - } - - option = { - name = "EVT1010022OPTA" - add_province_modifier = { - name = nationalist_agitation - duration = 1825 - } - any_pop = { - limit = { has_pop_culture = irish } - militancy = 10 - } - } + id = 1010022 + title = "EVTNAME1010022" #Fenian Revolt in $PROVINCENAME$ + desc = "EVTDESC1010022" + picture = "fenian_raid" + + trigger = { + is_core = IRE + has_province_modifier = irish_republicans + NOT = { has_province_modifier = nationalist_agitation } + owner = { + NOT = { tag = IRE } + has_country_flag = no_help_for_the_irish + } + } + mean_time_to_happen = { + months = 240 + } + + option = { + name = "EVT1010022OPTA" + add_province_modifier = { + name = nationalist_agitation + duration = 1825 + } + any_pop = { + limit = { has_pop_culture = irish } + militancy = 10 + } + } } - + province_event = { - id = 1010023 - title = "EVTNAME1010023" #The Easter Rising - desc = "EVTDESC1010023" - picture = "fenian_easter_rising" - - trigger = { - has_province_modifier = irish_republicans - has_global_flag = great_wars_enabled - owner = { - check_variable = { - which = irish_republican_provinces - value = 3 - } - NOT = { tag = IRE } - NOT = { accepted_culture = irish } - NOT = { has_country_flag = easter_rising } - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - owner = { war = yes } - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.01 - controlled_by = REB - } - modifier = { - factor = 0.75 - owner = { has_country_flag = no_help_for_the_irish } - } - modifier = { - factor = 1.25 - owner = { has_country_flag = help_for_the_irish } - } - modifier = { - factor = 0.5 - owner = { - check_variable = { - which = irish_republican_provinces - value = 5 - } - } - } - modifier = { - factor = 0.5 - owner = { - check_variable = { - which = irish_republican_provinces - value = 7 - } - } - } - } - - option = { - name = "EVT1010023OPTA" - owner = { - set_country_flag = unthinkable_stupidity - set_country_flag = easter_rising - any_owned = { - limit = { - culture = irish - is_core = IRE - } - add_province_modifier = { - name = nationalist_agitation - duration = 1460 - } - } - } - any_pop = { - limit = { has_pop_culture = irish } - militancy = 10 - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - owner = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 0.5 - owner = { ruling_party_ideology = socialist } - } - } - } - - option = { - name = "EVT1010023OPTB" - owner = { - prestige = -30 - set_country_flag = easter_rising - any_owned = { - limit = { - is_colonial = no - culture = british - is_core = ENG - } - add_province_modifier = { - name = loss_of_support - duration = 1460 - } - } - } - any_pop = { - limit = { has_pop_culture = irish } - militancy = 10 - } - any_pop = { - limit = { has_pop_culture = british } - militancy = 5 - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 0.75 - owner = { ruling_party_ideology = conservative } - } - modifier = { - factor = 0.5 - owner = { ruling_party_ideology = reactionary } - } - } - } + id = 1010023 + title = "EVTNAME1010023" #The Easter Rising + desc = "EVTDESC1010023" + picture = "fenian_easter_rising" + + trigger = { + has_province_modifier = irish_republicans + has_global_flag = great_wars_enabled + owner = { + check_variable = { + which = irish_republican_provinces + value = 3 + } + NOT = { tag = IRE } + NOT = { accepted_culture = irish } + NOT = { has_country_flag = easter_rising } + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + owner = { war = yes } + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.01 + controlled_by = REB + } + modifier = { + factor = 0.75 + owner = { has_country_flag = no_help_for_the_irish } + } + modifier = { + factor = 1.25 + owner = { has_country_flag = help_for_the_irish } + } + modifier = { + factor = 0.5 + owner = { + check_variable = { + which = irish_republican_provinces + value = 5 + } + } + } + modifier = { + factor = 0.5 + owner = { + check_variable = { + which = irish_republican_provinces + value = 7 + } + } + } + } + + option = { + name = "EVT1010023OPTA" + owner = { + set_country_flag = unthinkable_stupidity + set_country_flag = easter_rising + any_owned = { + limit = { + culture = irish + is_core = IRE + } + add_province_modifier = { + name = nationalist_agitation + duration = 1460 + } + } + } + any_pop = { + limit = { has_pop_culture = irish } + militancy = 10 + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + owner = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 0.5 + owner = { ruling_party_ideology = socialist } + } + } + } + + option = { + name = "EVT1010023OPTB" + owner = { + prestige = -30 + set_country_flag = easter_rising + any_owned = { + limit = { + is_colonial = no + culture = british + is_core = ENG + } + add_province_modifier = { + name = loss_of_support + duration = 1460 + } + } + } + any_pop = { + limit = { has_pop_culture = irish } + militancy = 10 + } + any_pop = { + limit = { has_pop_culture = british } + militancy = 5 + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 0.75 + owner = { ruling_party_ideology = conservative } + } + modifier = { + factor = 0.5 + owner = { ruling_party_ideology = reactionary } + } + } + } } - + country_event = { - id = 1010024 - title = "EVTNAME1010024" #The Sinn Féin Demand - desc = "EVTDESC1010024" - news = yes - news_desc_long = "EVTDESC1010024_NEWS_LONG" - news_desc_medium = "EVTDESC1010024_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010024_NEWS_SHORT" - picture = "sinn_fein_demand" - - - trigger = { - owns = 263 - war = no - election = no - has_country_flag = easter_rising - OR = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - NOT = { - tag = IRE - exists = IRE - has_country_flag = sinn_fein_victory - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.1 - has_country_flag = unthinkable_stupidity - } - modifier = { - factor = 0.5 - has_country_flag = no_help_for_the_irish - } - modifier = { - factor = 1.5 - has_country_flag = help_for_the_irish - } - } - - option = { - name = "EVT1010024OPTA" - set_country_flag = sinn_fein_victory - set_global_flag = irish_war_of_independence - casus_belli = { - target = IRE - type = make_puppet - months = 12 - } - any_owned = { - limit = { is_core = IRE } - secede_province = IRE - } - IRE = { - capital = 263 - any_pop = { militancy = -8 } - } - war = { - target = IRE - attacker_goal = { - casus_belli = make_puppet - } - defender_goal = { - casus_belli = status_quo - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - } - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.5 - citizenship_policy = residency - } - } - } - - option = { - name = "EVT1010024OPTB" - set_country_flag = sinn_fein_victory - prestige = -50 - any_pop = { - limit = { has_pop_culture = british } - dominant_issue = { - factor = 0.1 - value = jingoism - } - scaled_militancy = { - issue = jingoism - factor = 4 - } - } - any_pop = { - limit = { has_pop_culture = irish } - militancy = -6 - } - any_owned = { - limit = { - is_core = IRE - is_core = ENG - } - remove_core = ENG - } - release = IRE - relation = { who = IRE value = 200 } - diplomatic_influence = { who = IRE value = 100 } - ai_chance = { - factor = 25 - modifier = { - factor = 1.5 - citizenship_policy = full_citizenship - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - } - } + id = 1010024 + title = "EVTNAME1010024" #The Sinn Féin Demand + desc = "EVTDESC1010024" + news = yes + news_desc_long = "EVTDESC1010024_NEWS_LONG" + news_desc_medium = "EVTDESC1010024_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010024_NEWS_SHORT" + picture = "sinn_fein_demand" + + + trigger = { + owns = 263 + war = no + election = no + has_country_flag = easter_rising + OR = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + NOT = { + tag = IRE + exists = IRE + has_country_flag = sinn_fein_victory + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.1 + has_country_flag = unthinkable_stupidity + } + modifier = { + factor = 0.5 + has_country_flag = no_help_for_the_irish + } + modifier = { + factor = 1.5 + has_country_flag = help_for_the_irish + } + } + + option = { + name = "EVT1010024OPTA" + set_country_flag = sinn_fein_victory + set_global_flag = irish_war_of_independence + casus_belli = { + target = IRE + type = make_puppet + months = 12 + } + any_owned = { + limit = { is_core = IRE } + secede_province = IRE + } + IRE = { + capital = 263 + any_pop = { militancy = -8 } + } + war = { + target = IRE + attacker_goal = { + casus_belli = make_puppet + } + defender_goal = { + casus_belli = status_quo + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + } + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.5 + citizenship_policy = residency + } + } + } + + option = { + name = "EVT1010024OPTB" + set_country_flag = sinn_fein_victory + prestige = -50 + any_pop = { + limit = { has_pop_culture = british } + dominant_issue = { + factor = 0.1 + value = jingoism + } + scaled_militancy = { + issue = jingoism + factor = 4 + } + } + any_pop = { + limit = { has_pop_culture = irish } + militancy = -6 + } + any_owned = { + limit = { + is_core = IRE + is_core = ENG + } + remove_core = ENG + } + release = IRE + relation = { who = IRE value = 200 } + diplomatic_influence = { who = IRE value = 100 } + ai_chance = { + factor = 25 + modifier = { + factor = 1.5 + citizenship_policy = full_citizenship + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + } + } } country_event = { - id = 1010025 - title = "EVTNAME1010025" #The Anglo-Irish Treaty - desc = "EVTDESC1010025" - news = yes - news_desc_long = "EVTDESC1010025_NEWS_LONG" - news_desc_medium = "EVTDESC1010025_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010025_NEWS_SHORT" - picture = "irish_home_rule" - - trigger = { - tag = ENG - war = no - has_global_flag = irish_war_of_independence - IRE = { - war = no - vassal_of = THIS - } - } - - mean_time_to_happen = { - days = 10 - } - - immediate = { - clr_global_flag = irish_war_of_independence - } - - option = { - name = "EVT1010025OPTA" - IRE = { - any_owned = { - limit = { region = ENG_254 } - add_core = IRE - add_core = ENG - secede_province = THIS - } - any_owned = { - limit = { NOT = { region = ENG_254 } } - add_core = IRE - remove_core = ENG - } - } - diplomatic_influence = { who = IRE value = 200 } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - } - } - - option = { - name = "EVT1010025OPTB" - badboy = -3 - prestige = -20 - IRE = { - all_core = { remove_core = ENG } - } - release_vassal = IRE - diplomatic_influence = { who = IRE value = 200 } - relation = { who = IRE value = 400 } - create_alliance = IRE - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT1010025OPTC" - badboy = 5 - inherit = IRE - any_owned = { - limit = { culture = irish } - add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - } - any_pop = { - limit = { - has_pop_culture = irish - location = { is_core = IRE } - } - militancy = 10 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - badboy = 0.8 - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 5 - war_policy = jingoism - } - } - } + id = 1010025 + title = "EVTNAME1010025" #The Anglo-Irish Treaty + desc = "EVTDESC1010025" + news = yes + news_desc_long = "EVTDESC1010025_NEWS_LONG" + news_desc_medium = "EVTDESC1010025_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010025_NEWS_SHORT" + picture = "irish_home_rule" + + trigger = { + tag = ENG + war = no + has_global_flag = irish_war_of_independence + IRE = { + war = no + vassal_of = THIS + } + } + + mean_time_to_happen = { + days = 10 + } + + immediate = { + clr_global_flag = irish_war_of_independence + } + + option = { + name = "EVT1010025OPTA" + IRE = { + any_owned = { + limit = { region = ENG_254 } + add_core = IRE + add_core = ENG + secede_province = THIS + } + any_owned = { + limit = { NOT = { region = ENG_254 } } + add_core = IRE + remove_core = ENG + } + } + diplomatic_influence = { who = IRE value = 200 } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + } + } + + option = { + name = "EVT1010025OPTB" + badboy = -3 + prestige = -20 + IRE = { + all_core = { remove_core = ENG } + } + release_vassal = IRE + diplomatic_influence = { who = IRE value = 200 } + relation = { who = IRE value = 400 } + create_alliance = IRE + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVT1010025OPTC" + badboy = 5 + inherit = IRE + any_owned = { + limit = { culture = irish } + add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + } + any_pop = { + limit = { + has_pop_culture = irish + location = { is_core = IRE } + } + militancy = 10 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + badboy = 0.8 + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 5 + war_policy = jingoism + } + } + } } - + #Peaceful Resolution of the Irish conflict country_event = { - id = 1010030 - title = "EVTNAME1010030" #Charles Stewart Parnell - desc = "EVTDESC1010030" - picture = "charles_parnell" - - fire_only_once = yes - - trigger = { - tag = ENG - year = 1875 - any_owned_province = { is_core = IRE } - OR = { - government = democracy - government = hms_government - } - NOT = { - has_country_flag = parnell_discouraged - has_country_flag = parnell_encouraged - exists = IRE - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT1010030OPTA" - set_country_flag = parnell_discouraged - any_pop = { - limit = { - has_pop_culture = irish - has_pop_religion = catholic - location = { is_core = IRE } - } - consciousness = 5 - } - } - - option = { - name = "EVT1010030OPTB" - set_country_flag = parnell_encouraged - any_pop = { - limit = { - has_pop_culture = irish - has_pop_religion = catholic - location = { is_core = IRE } - } - militancy = -3 - consciousness = 5 - } - } + id = 1010030 + title = "EVTNAME1010030" #Charles Stewart Parnell + desc = "EVTDESC1010030" + picture = "charles_parnell" + + fire_only_once = yes + + trigger = { + tag = ENG + year = 1875 + any_owned_province = { is_core = IRE } + OR = { + government = democracy + government = hms_government + } + NOT = { + has_country_flag = parnell_discouraged + has_country_flag = parnell_encouraged + exists = IRE + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT1010030OPTA" + set_country_flag = parnell_discouraged + any_pop = { + limit = { + has_pop_culture = irish + has_pop_religion = catholic + location = { is_core = IRE } + } + consciousness = 5 + } + } + + option = { + name = "EVT1010030OPTB" + set_country_flag = parnell_encouraged + any_pop = { + limit = { + has_pop_culture = irish + has_pop_religion = catholic + location = { is_core = IRE } + } + militancy = -3 + consciousness = 5 + } + } } province_event = { - id = 1010031 - title = "EVTNAME1010031" #The $STATENAME$ Volunteers - desc = "EVTDESC1010031" - picture = "rebellion" - - trigger = { - is_core = IRE - NOT = { has_province_modifier = irish_republicans } - NOT = { has_province_modifier = irish_unionists } - NOT = { culture = irish } - owner = { - OR = { - has_country_flag = parnell_discouraged - has_country_flag = parnell_encouraged - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.5 - owner = { has_country_flag = help_for_the_irish } - } - modifier = { - factor = 1.5 - owner = { has_country_flag = no_help_for_the_irish } - } - modifier = { - factor = 0.5 - any_neighbor_province = { has_province_modifier = irish_unionists } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 7 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - } - - option = { - name = "EVT1010031OPTA" - owner = { set_country_flag = unionists } - add_core = THIS - add_province_modifier = { - name = irish_unionists - duration = -1 - } - } + id = 1010031 + title = "EVTNAME1010031" #The $STATENAME$ Volunteers + desc = "EVTDESC1010031" + picture = "rebellion" + + trigger = { + is_core = IRE + NOT = { has_province_modifier = irish_republicans } + NOT = { has_province_modifier = irish_unionists } + NOT = { culture = irish } + owner = { + OR = { + has_country_flag = parnell_discouraged + has_country_flag = parnell_encouraged + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.5 + owner = { has_country_flag = help_for_the_irish } + } + modifier = { + factor = 1.5 + owner = { has_country_flag = no_help_for_the_irish } + } + modifier = { + factor = 0.5 + any_neighbor_province = { has_province_modifier = irish_unionists } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 7 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + } + + option = { + name = "EVT1010031OPTA" + owner = { set_country_flag = unionists } + add_core = THIS + add_province_modifier = { + name = irish_unionists + duration = -1 + } + } } country_event = { - id = 1010032 - title = "EVTNAME1010032" #Irish Home Rule - desc = "EVTDESC1010032" - news = yes - news_desc_long = "EVTDESC1010032_NEWS_LONG" - news_desc_medium = "EVTDESC1010032_NEWS_MEDIUM" - news_desc_short = "EVTDESC1010032_NEWS_SHORT" - picture = "irish_home_rule" - - - trigger = { - tag = ENG - war = no - is_possible_vassal = IRE - any_owned_province = { is_core = IRE } - OR = { - has_country_flag = parnell_discouraged - has_country_flag = parnell_encouraged - } - OR = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - NOT = { exists = IRE } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 1.5 - has_country_flag = parnell_discouraged - } - modifier = { - factor = 0.5 - has_country_flag = parnell_encouraged - } - modifier = { - factor = 0.5 - NOT = { has_country_flag = IRE_independence_refused } - year = 1918 - } - modifier = { - factor = 2 - has_country_flag = IRE_independence_refused - } - modifier = { - factor = 0.1 - NOT = { has_country_flag = IRE_independence_refused } - NOT = { - any_owned_province = { - is_core = IRE - NOT = { - OR = { - has_province_modifier = irish_republicans - has_province_modifier = irish_unionists - } - } - } - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = IRE } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = IRE } - average_militancy = 7 - } - } - } - - option = { - name = "EVT1010032OPTA" - clr_country_flag = IRE_independence_refused - prestige = -50 - badboy = -3 - any_pop = { - limit = { - has_pop_culture = irish - has_pop_religion = catholic - location = { is_core = IRE } - } - militancy = -10 - } - IRE = { - all_core = { remove_core = THIS } - } - release_vassal = IRE - IRE = { - prestige = -80 - any_owned = { - limit = { region = ENG_254 } - add_core = THIS - secede_province = THIS - } - } - relation = { - who = IRE - value = 200 - } - diplomatic_influence = { - who = IRE - value = 200 - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - religious_policy = moralism - } - modifier = { - factor = 0.5 - NOT = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - - } - } - - option = { - name = "EVT1010032OPTB" - set_country_flag = IRE_independence_refused - any_owned = { - limit = { - is_core = IRE - NOT = { has_province_modifier = nationalist_agitation } - has_province_modifier = irish_republicans - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - has_pop_culture = irish - location = { is_core = IRE } - } - militancy = 6 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - has_country_flag = IRE_independence_refused - } - modifier = { - factor = 2 - religious_policy = moralism - } - modifier = { - factor = 2 - NOT = { citizenship_policy = full_citizenship } - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - } - } - - option = { - name = "EVT1010032OPTC" - clr_country_flag = IRE_independence_refused - prestige = -50 - badboy = -3 - any_pop = { - limit = { - has_pop_culture = irish - has_pop_religion = catholic - location = { is_core = IRE } - } - militancy = -10 - } - IRE = { - all_core = { remove_core = THIS } - } - release_vassal = IRE - IRE = { - prestige = -80 - any_owned = { - limit = { region = ENG_254 } - add_core = THIS - secede_province = THIS - } - } - relation = { - who = IRE - value = 200 - } - diplomatic_influence = { - who = IRE - value = 200 - } - change_tag_no_core_switch = IRE - ai_chance = { - factor = 0 - } - } + id = 1010032 + title = "EVTNAME1010032" #Irish Home Rule + desc = "EVTDESC1010032" + news = yes + news_desc_long = "EVTDESC1010032_NEWS_LONG" + news_desc_medium = "EVTDESC1010032_NEWS_MEDIUM" + news_desc_short = "EVTDESC1010032_NEWS_SHORT" + picture = "irish_home_rule" + + + trigger = { + tag = ENG + war = no + is_possible_vassal = IRE + any_owned_province = { is_core = IRE } + OR = { + has_country_flag = parnell_discouraged + has_country_flag = parnell_encouraged + } + OR = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + NOT = { exists = IRE } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 1.5 + has_country_flag = parnell_discouraged + } + modifier = { + factor = 0.5 + has_country_flag = parnell_encouraged + } + modifier = { + factor = 0.5 + NOT = { has_country_flag = IRE_independence_refused } + year = 1918 + } + modifier = { + factor = 2 + has_country_flag = IRE_independence_refused + } + modifier = { + factor = 0.1 + NOT = { has_country_flag = IRE_independence_refused } + NOT = { + any_owned_province = { + is_core = IRE + NOT = { + OR = { + has_province_modifier = irish_republicans + has_province_modifier = irish_unionists + } + } + } + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = IRE } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = IRE } + average_militancy = 7 + } + } + } + + option = { + name = "EVT1010032OPTA" + clr_country_flag = IRE_independence_refused + prestige = -50 + badboy = -3 + any_pop = { + limit = { + has_pop_culture = irish + has_pop_religion = catholic + location = { is_core = IRE } + } + militancy = -10 + } + IRE = { + all_core = { remove_core = THIS } + } + release_vassal = IRE + IRE = { + prestige = -80 + any_owned = { + limit = { region = ENG_254 } + add_core = THIS + secede_province = THIS + } + } + relation = { + who = IRE + value = 200 + } + diplomatic_influence = { + who = IRE + value = 200 + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + religious_policy = moralism + } + modifier = { + factor = 0.5 + NOT = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + + } + } + + option = { + name = "EVT1010032OPTB" + set_country_flag = IRE_independence_refused + any_owned = { + limit = { + is_core = IRE + NOT = { has_province_modifier = nationalist_agitation } + has_province_modifier = irish_republicans + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + has_pop_culture = irish + location = { is_core = IRE } + } + militancy = 6 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + has_country_flag = IRE_independence_refused + } + modifier = { + factor = 2 + religious_policy = moralism + } + modifier = { + factor = 2 + NOT = { citizenship_policy = full_citizenship } + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + } + } + + option = { + name = "EVT1010032OPTC" + clr_country_flag = IRE_independence_refused + prestige = -50 + badboy = -3 + any_pop = { + limit = { + has_pop_culture = irish + has_pop_religion = catholic + location = { is_core = IRE } + } + militancy = -10 + } + IRE = { + all_core = { remove_core = THIS } + } + release_vassal = IRE + IRE = { + prestige = -80 + any_owned = { + limit = { region = ENG_254 } + add_core = THIS + secede_province = THIS + } + } + relation = { + who = IRE + value = 200 + } + diplomatic_influence = { + who = IRE + value = 200 + } + change_tag_no_core_switch = IRE + ai_chance = { + factor = 0 + } + } } - + country_event = { - id = 1010033 - title = "EVTNAME1010033" #Kitty O'Shea - desc = "EVTDESC1010033" - picture = "Bovary" - - trigger = { - has_country_flag = IRE_independence_refused - OR = { - has_country_flag = parnell_discouraged - has_country_flag = parnell_encouraged - } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 0.5 - year = 1890 - } - } - - option = { - name = "EVT1010033OPTA" - clr_country_flag = parnell_discouraged - clr_country_flag = parnell_encouraged - any_pop = { - limit = { - has_pop_culture = irish - location = { is_core = IRE } - } - consciousness = -5 - } - } + id = 1010033 + title = "EVTNAME1010033" #Kitty O'Shea + desc = "EVTDESC1010033" + picture = "Bovary" + + trigger = { + has_country_flag = IRE_independence_refused + OR = { + has_country_flag = parnell_discouraged + has_country_flag = parnell_encouraged + } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 0.5 + year = 1890 + } + } + + option = { + name = "EVT1010033OPTA" + clr_country_flag = parnell_discouraged + clr_country_flag = parnell_encouraged + any_pop = { + limit = { + has_pop_culture = irish + location = { is_core = IRE } + } + consciousness = -5 + } + } } #Candidate for decision for the AI country_event = { - id = 1010034 - title = "EVTNAME1010034" #Clean up event for Irish RGO size - desc = "EVTDESC1010034" - picture = "ireland_poverty" - - trigger = { - any_owned_province = { - OR = { - province_id = 254 - province_id = 255 - province_id = 256 - province_id = 257 - province_id = 258 - province_id = 259 - province_id = 260 - province_id = 261 - province_id = 262 - province_id = 263 - province_id = 264 - province_id = 265 - } - NOT = { has_province_modifier = enclosures } - } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT1010034OPTA" - any_owned = { - limit = { - OR = { - province_id = 254 - province_id = 255 - province_id = 256 - province_id = 257 - province_id = 258 - province_id = 259 - province_id = 260 - province_id = 261 - province_id = 262 - province_id = 263 - province_id = 264 - province_id = 265 - } - } - add_province_modifier = { name = enclosures duration = -1 } - } - } + id = 1010034 + title = "EVTNAME1010034" #Clean up event for Irish RGO size + desc = "EVTDESC1010034" + picture = "ireland_poverty" + + trigger = { + any_owned_province = { + OR = { + province_id = 254 + province_id = 255 + province_id = 256 + province_id = 257 + province_id = 258 + province_id = 259 + province_id = 260 + province_id = 261 + province_id = 262 + province_id = 263 + province_id = 264 + province_id = 265 + } + NOT = { has_province_modifier = enclosures } + } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT1010034OPTA" + any_owned = { + limit = { + OR = { + province_id = 254 + province_id = 255 + province_id = 256 + province_id = 257 + province_id = 258 + province_id = 259 + province_id = 260 + province_id = 261 + province_id = 262 + province_id = 263 + province_id = 264 + province_id = 265 + } + } + add_province_modifier = { name = enclosures duration = -1 } + } + } } diff --git a/HPM/events/Israel.txt b/HPM/events/Israel.txt index d4749766..cc8ddf3f 100644 --- a/HPM/events/Israel.txt +++ b/HPM/events/Israel.txt @@ -1,799 +1,799 @@ ################################################################# -# # -# Israeli Events # -# # +# # +# Israeli Events # +# # ################################################################# #The Jewish Diaspora country_event = { - id = 98400 - title = "EVTNAME98400" - desc = "EVTDESC98400" - picture = "jews" - - trigger = { - tag = ISR - war = no - NOT = { has_country_flag = jewish_diaspora } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT98400OPTA" - set_country_flag = jewish_diaspora - random_owned = { - limit = { PLS = { exists = no } } - PLS = { - set_country_flag = israel_received_cores - all_core = { remove_core = PLS } - } - 917 = { add_core = PLS } - 918 = { add_core = PLS } - } - add_country_modifier = { - name = small_country_draft - duration = 1825 - } - any_pop = { - limit = { has_pop_culture = mashriqi } - consciousness = 6 - militancy = 4 - } - small_arms = 50 - regular_clothes = 50 - 921 = { change_province_name = "Negev" } - 919 = { change_province_name = "Tel Aviv" } - 916 = { change_province_name = "Nazareth" } - 918 = { change_province_name = "Samaria" } - any_country = { - limit = { civilized = yes } - any_owned = { - limit = { - any_pop = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - } - add_province_modifier = { - name = jewish_diaspora - duration = 1825 - } - } - } - any_country = { - limit = { - OR = { - is_culture_group = arab - primary_culture = persian - } - } - relation = { who = THIS value = -200 } - casus_belli = { - target = THIS - type = humiliate - months = 600 - } - } - } + id = 98400 + title = "EVTNAME98400" + desc = "EVTDESC98400" + picture = "jews" + + trigger = { + tag = ISR + war = no + NOT = { has_country_flag = jewish_diaspora } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT98400OPTA" + set_country_flag = jewish_diaspora + random_owned = { + limit = { PLS = { exists = no } } + PLS = { + set_country_flag = israel_received_cores + all_core = { remove_core = PLS } + } + 917 = { add_core = PLS } + 918 = { add_core = PLS } + } + add_country_modifier = { + name = small_country_draft + duration = 1825 + } + any_pop = { + limit = { has_pop_culture = mashriqi } + consciousness = 6 + militancy = 4 + } + small_arms = 50 + regular_clothes = 50 + 921 = { change_province_name = "Negev" } + 919 = { change_province_name = "Tel Aviv" } + 916 = { change_province_name = "Nazareth" } + 918 = { change_province_name = "Samaria" } + any_country = { + limit = { civilized = yes } + any_owned = { + limit = { + any_pop = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + } + add_province_modifier = { + name = jewish_diaspora + duration = 1825 + } + } + } + any_country = { + limit = { + OR = { + is_culture_group = arab + primary_culture = persian + } + } + relation = { who = THIS value = -200 } + casus_belli = { + target = THIS + type = humiliate + months = 600 + } + } + } } #Jewish Homeland emigration events province_event = { - id = 98405 - title = "EVTNAME98405" - desc = "EVTDESC98405" - - trigger = { - has_province_modifier = jewish_diaspora - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ISR = { - exists = yes - war = no - owns = 917 - } - 917 = { - NOT = { unemployment = 0.1 } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 0.8 - has_global_flag = law_of_return_issued - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.2 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - random = { - chance = 90 - money = 500 - move_pop = 917 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98405OPTB" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 98405 + title = "EVTNAME98405" + desc = "EVTDESC98405" + + trigger = { + has_province_modifier = jewish_diaspora + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ISR = { + exists = yes + war = no + owns = 917 + } + 917 = { + NOT = { unemployment = 0.1 } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 0.8 + has_global_flag = law_of_return_issued + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.2 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + random = { + chance = 90 + money = 500 + move_pop = 917 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98405OPTB" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } province_event = { - id = 98406 - title = "EVTNAME98405" - desc = "EVTDESC98405" - - trigger = { - has_province_modifier = jewish_diaspora - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ISR = { - exists = yes - war = no - owns = 916 - } - 916 = { - NOT = { unemployment = 0.1 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 0.8 - has_global_flag = law_of_return_issued - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.2 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - random = { - chance = 90 - money = 250 - move_pop = 916 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98405OPTB" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 98406 + title = "EVTNAME98405" + desc = "EVTDESC98405" + + trigger = { + has_province_modifier = jewish_diaspora + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ISR = { + exists = yes + war = no + owns = 916 + } + 916 = { + NOT = { unemployment = 0.1 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 0.8 + has_global_flag = law_of_return_issued + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.2 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + random = { + chance = 90 + money = 250 + move_pop = 916 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98405OPTB" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } province_event = { - id = 98407 - title = "EVTNAME98405" - desc = "EVTDESC98405" - - trigger = { - has_province_modifier = jewish_diaspora - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ISR = { - exists = yes - war = no - owns = 918 - } - 918 = { - NOT = { unemployment = 0.1 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 0.8 - has_global_flag = law_of_return_issued - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.2 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - random = { - chance = 90 - money = 250 - move_pop = 918 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98405OPTB" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 98407 + title = "EVTNAME98405" + desc = "EVTDESC98405" + + trigger = { + has_province_modifier = jewish_diaspora + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ISR = { + exists = yes + war = no + owns = 918 + } + 918 = { + NOT = { unemployment = 0.1 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 0.8 + has_global_flag = law_of_return_issued + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.2 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + random = { + chance = 90 + money = 250 + move_pop = 918 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98405OPTB" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } province_event = { - id = 98408 - title = "EVTNAME98405" - desc = "EVTDESC98405" - - trigger = { - has_province_modifier = jewish_diaspora - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ISR = { - exists = yes - war = no - owns = 919 - } - 919 = { - NOT = { unemployment = 0.1 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 0.8 - has_global_flag = law_of_return_issued - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.2 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - random = { - chance = 90 - money = 250 - move_pop = 919 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT98405OPTB" - remove_province_modifier = jewish_diaspora - any_pop = { - limit = { - OR = { - has_pop_culture = ashkenazi - has_pop_culture = sephardic - } - has_pop_religion = jewish - } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 98408 + title = "EVTNAME98405" + desc = "EVTDESC98405" + + trigger = { + has_province_modifier = jewish_diaspora + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ISR = { + exists = yes + war = no + owns = 919 + } + 919 = { + NOT = { unemployment = 0.1 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 0.8 + has_global_flag = law_of_return_issued + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.2 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + random = { + chance = 90 + money = 250 + move_pop = 919 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT98405OPTB" + remove_province_modifier = jewish_diaspora + any_pop = { + limit = { + OR = { + has_pop_culture = ashkenazi + has_pop_culture = sephardic + } + has_pop_religion = jewish + } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } #Armenian Homeland emigration events province_event = { - id = 30089 - title = "EVTNAME30089" - desc = "EVTDESC30089" - - trigger = { - has_province_modifier = armenian_diaspora - NOT = { is_core = ARM } - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ARM = { - exists = yes - war = no - owns = 1098 - } - 1098 = { NOT = { unemployment = 0.1 } } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.5 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { - has_pop_culture = armenian - } - random = { - chance = 90 - move_pop = 1098 - } - } - ai_chance = { factor = 75 } - } - option = { - name = "EVT98405OPTB" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { has_pop_culture = armenian } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 30089 + title = "EVTNAME30089" + desc = "EVTDESC30089" + + trigger = { + has_province_modifier = armenian_diaspora + NOT = { is_core = ARM } + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ARM = { + exists = yes + war = no + owns = 1098 + } + 1098 = { NOT = { unemployment = 0.1 } } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.5 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { + has_pop_culture = armenian + } + random = { + chance = 90 + move_pop = 1098 + } + } + ai_chance = { factor = 75 } + } + option = { + name = "EVT98405OPTB" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { has_pop_culture = armenian } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } province_event = { - id = 30090 - title = "EVTNAME30089" - desc = "EVTDESC30089" - - trigger = { - has_province_modifier = armenian_diaspora - NOT = { is_core = ARM } - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ARM = { - exists = yes - war = no - owns = 1099 - } - 1099 = { NOT = { unemployment = 0.1 } } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.5 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { - has_pop_culture = armenian - } - random = { - chance = 90 - move_pop = 1099 - } - } - ai_chance = { factor = 75 } - } - option = { - name = "EVT98405OPTB" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { has_pop_culture = armenian } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 30090 + title = "EVTNAME30089" + desc = "EVTDESC30089" + + trigger = { + has_province_modifier = armenian_diaspora + NOT = { is_core = ARM } + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ARM = { + exists = yes + war = no + owns = 1099 + } + 1099 = { NOT = { unemployment = 0.1 } } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.5 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { + has_pop_culture = armenian + } + random = { + chance = 90 + move_pop = 1099 + } + } + ai_chance = { factor = 75 } + } + option = { + name = "EVT98405OPTB" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { has_pop_culture = armenian } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } province_event = { - id = 30091 - title = "EVTNAME30089" - desc = "EVTDESC30089" - - trigger = { - has_province_modifier = armenian_diaspora - NOT = { is_core = ARM } - owner = { - NOT = { border_policy = closed_borders } - war = no - } - ARM = { - exists = yes - war = no - owns = 1101 - } - 1101 = { NOT = { unemployment = 0.1 } } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - modifier = { - factor = 0.8 - owner = { vote_franschise = none_voting } - } - modifier = { - factor = 0.5 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.5 - owner = { religious_policy = pluralism } - } - modifier = { - factor = 0.8 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 1.2 - owner = { citizenship_policy = full_citizenship } - } - } - - option = { - name = "EVT98405OPTA" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { - has_pop_culture = armenian - } - random = { - chance = 90 - move_pop = 1101 - } - } - ai_chance = { factor = 75 } - } - option = { - name = "EVT98405OPTB" - remove_province_modifier = armenian_diaspora - any_pop = { - limit = { has_pop_culture = armenian } - money = 50 - consciousness = -3 - } - owner = { treasury = -500 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - owner = { civilized = no } - } - modifier = { - factor = 0 - owner = { - NOT = { money = 1000 } - } - } - } - } + id = 30091 + title = "EVTNAME30089" + desc = "EVTDESC30089" + + trigger = { + has_province_modifier = armenian_diaspora + NOT = { is_core = ARM } + owner = { + NOT = { border_policy = closed_borders } + war = no + } + ARM = { + exists = yes + war = no + owns = 1101 + } + 1101 = { NOT = { unemployment = 0.1 } } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + modifier = { + factor = 0.8 + owner = { vote_franschise = none_voting } + } + modifier = { + factor = 0.5 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.5 + owner = { religious_policy = pluralism } + } + modifier = { + factor = 0.8 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 1.2 + owner = { citizenship_policy = full_citizenship } + } + } + + option = { + name = "EVT98405OPTA" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { + has_pop_culture = armenian + } + random = { + chance = 90 + move_pop = 1101 + } + } + ai_chance = { factor = 75 } + } + option = { + name = "EVT98405OPTB" + remove_province_modifier = armenian_diaspora + any_pop = { + limit = { has_pop_culture = armenian } + money = 50 + consciousness = -3 + } + owner = { treasury = -500 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + owner = { civilized = no } + } + modifier = { + factor = 0 + owner = { + NOT = { money = 1000 } + } + } + } + } } diff --git a/HPM/events/IssueSuggestion.txt b/HPM/events/IssueSuggestion.txt index 51a196ea..4f377054 100644 --- a/HPM/events/IssueSuggestion.txt +++ b/HPM/events/IssueSuggestion.txt @@ -9,2734 +9,2734 @@ ##### HEALTH CARE ##### #Squalid Slums country_event = { - id = 3000 - title = "EVTNAME3000" - desc = "EVTDESC3000" - picture = "slums" - - trigger = { - civilized = yes - health_care = no_health_care - NOT = { poor_strata_life_needs = 0.9 } - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 500 - - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - } - - option = { - name = "EVTOPTA3000" - upper_house = { - ideology = liberal - value = 0.05 - } - random_state = { - limit = { - is_colonial = no - } - any_pop = { - consciousness = 2 - } - } - } - - option = { - name = "EVTOPTB3000" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - dominant_issue = { - value = trinket_health_care - factor = 0.3 - } - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTC3000" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - militancy = 2 - } - } - } + id = 3000 + title = "EVTNAME3000" + desc = "EVTDESC3000" + picture = "slums" + + trigger = { + civilized = yes + health_care = no_health_care + NOT = { poor_strata_life_needs = 0.9 } + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 500 + + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + } + + option = { + name = "EVTOPTA3000" + upper_house = { + ideology = liberal + value = 0.05 + } + random_state = { + limit = { + is_colonial = no + } + any_pop = { + consciousness = 2 + } + } + } + + option = { + name = "EVTOPTB3000" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + dominant_issue = { + value = trinket_health_care + factor = 0.3 + } + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTC3000" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + militancy = 2 + } + } + } } #The Costs of Health country_event = { - id = 3001 - title = "EVTNAME3001" - desc = "EVTDESC3001" - picture = "Hospital" - - trigger = { - civilized = yes - health_care = acceptable_health_care - conservative = 0.2 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - conservative = 0.3 - } - - modifier = { - factor = 1.4 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA3001" - social_reform = low_health_care - poor_strata = { - militancy = 3 - } - middle_strata = { - militancy = 2 - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVTOPTB3001" - upper_house = { - ideology = conservative - value = 0.1 - } - poor_strata = { - militancy = 1 - } - } - - option = { - name = "EVTOPTC3001" - scaled_militancy = { - ideology = conservative - factor = 2 - } - } + id = 3001 + title = "EVTNAME3001" + desc = "EVTDESC3001" + picture = "Hospital" + + trigger = { + civilized = yes + health_care = acceptable_health_care + conservative = 0.2 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + conservative = 0.3 + } + + modifier = { + factor = 1.4 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA3001" + social_reform = low_health_care + poor_strata = { + militancy = 3 + } + middle_strata = { + militancy = 2 + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVTOPTB3001" + upper_house = { + ideology = conservative + value = 0.1 + } + poor_strata = { + militancy = 1 + } + } + + option = { + name = "EVTOPTC3001" + scaled_militancy = { + ideology = conservative + factor = 2 + } + } } #The Great Escape country_event = { - id = 3002 - title = "EVTNAME3002" - desc = "EVTDESC3002" - picture = "Countryside" - - trigger = { - civilized = yes - health_care = low_health_care - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - middle_strata_life_needs = 0.9 - } - modifier = { - factor = 1.5 - poor_strata_militancy = 5 - } - } - - option = { - name = "EVTOPTA3002" - random_state = { - middle_strata = { - militancy = -2 - consciousness = -1 - } - } - } + id = 3002 + title = "EVTNAME3002" + desc = "EVTDESC3002" + picture = "Countryside" + + trigger = { + civilized = yes + health_care = low_health_care + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + middle_strata_life_needs = 0.9 + } + modifier = { + factor = 1.5 + poor_strata_militancy = 5 + } + } + + option = { + name = "EVTOPTA3002" + random_state = { + middle_strata = { + militancy = -2 + consciousness = -1 + } + } + } } #The Workhouse Scandal country_event = { - id = 3003 - title = "EVTNAME3003" - desc = "EVTDESC3003" - picture = "Workers" - - trigger = { - civilized = yes - health_care = trinket_health_care - NOT = { poor_strata_life_needs = 0.95 } - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - poor_strata_militancy = 5 - } - - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 0.7 - } - } - - option = { - name = "EVTOPTA3003" - random_state = { - any_pop = { - ideology = { - value = conservative - factor = 0.3 - } - } - poor_strata = { - militancy = 2 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB3003" - random_state = { - any_pop = { - ideology = { - value = liberal - factor = 0.3 - } - } - rich_strata = { - militancy = 1 - consciousness = 2 - } - } - } - - option = { - name = "EVTOPTC3003" - poor_strata = { militancy = 1 } - ai_chance = { factor = 0 } - } + id = 3003 + title = "EVTNAME3003" + desc = "EVTDESC3003" + picture = "Workers" + + trigger = { + civilized = yes + health_care = trinket_health_care + NOT = { poor_strata_life_needs = 0.95 } + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + poor_strata_militancy = 5 + } + + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 0.7 + } + } + + option = { + name = "EVTOPTA3003" + random_state = { + any_pop = { + ideology = { + value = conservative + factor = 0.3 + } + } + poor_strata = { + militancy = 2 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB3003" + random_state = { + any_pop = { + ideology = { + value = liberal + factor = 0.3 + } + } + rich_strata = { + militancy = 1 + consciousness = 2 + } + } + } + + option = { + name = "EVTOPTC3003" + poor_strata = { militancy = 1 } + ai_chance = { factor = 0 } + } } #Friends' Almshouse country_event = { - id = 3004 - title = "EVTNAME3004" - desc = "EVTDESC3004" - picture = "Poor" - - trigger = { - civilized = yes - health_care = low_health_care - NOT = { social_reform_want = 0.2 } - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 800 # Common - modifier = { - factor = 0.9 - NOT = { - social_reform_want = 0.1 - } - } - - modifier = { - factor = 1.1 - poor_strata_militancy = 5 - } - } - - option = { - name = "EVTOPTA3004" - random_state = { - poor_strata = { - militancy = -1 - } - } - } - - option = { - name = "EVTOPTB3004" - random_state = { - any_pop = { - dominant_issue = { - value = acceptable_health_care - factor = 0.3 - } - } - } - } - - option = { - name = "EVTOPTC3004" - prestige = 4 - random_state = { - poor_strata = { - consciousness = 1 - } - } - } + id = 3004 + title = "EVTNAME3004" + desc = "EVTDESC3004" + picture = "Poor" + + trigger = { + civilized = yes + health_care = low_health_care + NOT = { social_reform_want = 0.2 } + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 800 # Common + modifier = { + factor = 0.9 + NOT = { + social_reform_want = 0.1 + } + } + + modifier = { + factor = 1.1 + poor_strata_militancy = 5 + } + } + + option = { + name = "EVTOPTA3004" + random_state = { + poor_strata = { + militancy = -1 + } + } + } + + option = { + name = "EVTOPTB3004" + random_state = { + any_pop = { + dominant_issue = { + value = acceptable_health_care + factor = 0.3 + } + } + } + } + + option = { + name = "EVTOPTC3004" + prestige = 4 + random_state = { + poor_strata = { + consciousness = 1 + } + } + } } #Fund Sanitarium? country_event = { - id = 3005 - title = "EVTNAME3005" - desc = "EVTDESC3005" - picture = "Hospital" - - trigger = { - civilized = yes - health_care = acceptable_health_care - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - poor_strata_life_needs = 0.8 - } - - modifier = { - factor = 1.5 - poor_strata_life_needs = 1 - } - } - - option = { - name = "EVTOPTA3005" - random_owned = { limit = { owner = { ai = no } } treasury = -10000 } - random_state = { - scaled_militancy = { - ideology = conservative - factor = 4 - } - random_province = { - add_province_modifier = { - name = government_sanitarium - duration = 3650 - } - } - } - } - - option = { - name = "EVTOPTB3005" - random_state = { - scaled_militancy = { - ideology = conservative - factor = -2 - } - } - } - - option = { - name = "EVTOPTC3005" - random_list = { - 50 = { - random_state = { - rich_strata = { militancy = 4 money = -10 } - random_province = { add_province_modifier = { name = government_sanitarium duration = 3650 } } - } - } - 50 = { } - } - } + id = 3005 + title = "EVTNAME3005" + desc = "EVTDESC3005" + picture = "Hospital" + + trigger = { + civilized = yes + health_care = acceptable_health_care + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + poor_strata_life_needs = 0.8 + } + + modifier = { + factor = 1.5 + poor_strata_life_needs = 1 + } + } + + option = { + name = "EVTOPTA3005" + random_owned = { limit = { owner = { ai = no } } treasury = -10000 } + random_state = { + scaled_militancy = { + ideology = conservative + factor = 4 + } + random_province = { + add_province_modifier = { + name = government_sanitarium + duration = 3650 + } + } + } + } + + option = { + name = "EVTOPTB3005" + random_state = { + scaled_militancy = { + ideology = conservative + factor = -2 + } + } + } + + option = { + name = "EVTOPTC3005" + random_list = { + 50 = { + random_state = { + rich_strata = { militancy = 4 money = -10 } + random_province = { add_province_modifier = { name = government_sanitarium duration = 3650 } } + } + } + 50 = { } + } + } } #Dental Care Bill country_event = { - id = 3006 - title = "EVTNAME3006" - desc = "EVTDESC3006" - picture = "Dental" - - trigger = { - health_care = good_health_care - civilized = yes - NOT = { ruling_party_ideology = conservative } - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - - modifier = { - factor = 1.5 - NOT = { - upper_house = { - ideology = conservative - value = 0.4 - } - } - } - } - - option = { - name = "EVTOPTA3006" - social_reform = acceptable_health_care - poor_strata = { - consciousness = 1 - militancy = 1 - } - rich_strata = { - militancy = -2 - consciousness = 1 - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTB3006" - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 3 - } - } - } + id = 3006 + title = "EVTNAME3006" + desc = "EVTDESC3006" + picture = "Dental" + + trigger = { + health_care = good_health_care + civilized = yes + NOT = { ruling_party_ideology = conservative } + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + + modifier = { + factor = 1.5 + NOT = { + upper_house = { + ideology = conservative + value = 0.4 + } + } + } + } + + option = { + name = "EVTOPTA3006" + social_reform = acceptable_health_care + poor_strata = { + consciousness = 1 + militancy = 1 + } + rich_strata = { + militancy = -2 + consciousness = 1 + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTB3006" + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 3 + } + } + } } ##### PENSIONS ##### #Pension Plan country_event = { - id = 3300 - title = "EVTNAME3300" - desc = "EVTDESC3300" - picture = "Finepeople" - - trigger = { - civilized = yes - pensions = no_pensions - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.8 - social_reform_want = 0.4 - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 1.3 - NOT = { - social_reform_want = 0.2 - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA3300" - social_reform = trinket_pensions - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = 3 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - } - } - - option = { - name = "EVTOPTB3300" - random_state = { - any_pop = { - dominant_issue = { - value = trinket_pensions - factor = 0.2 - } - } - farmers = { militancy = -1 } - } - } - - option = { - name = "EVTOPTC3300" - farmers = { - militancy = 1 - } - } + id = 3300 + title = "EVTNAME3300" + desc = "EVTDESC3300" + picture = "Finepeople" + + trigger = { + civilized = yes + pensions = no_pensions + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.8 + social_reform_want = 0.4 + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 1.3 + NOT = { + social_reform_want = 0.2 + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA3300" + social_reform = trinket_pensions + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = 3 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + } + } + + option = { + name = "EVTOPTB3300" + random_state = { + any_pop = { + dominant_issue = { + value = trinket_pensions + factor = 0.2 + } + } + farmers = { militancy = -1 } + } + } + + option = { + name = "EVTOPTC3300" + farmers = { + militancy = 1 + } + } } #The Familiar Institution country_event = { - id = 3301 - title = "EVTNAME3301" - desc = "EVTDESC3301" - picture = "Elderly" - - trigger = { - pensions = trinket_pensions - civilized = yes - } - - mean_time_to_happen = { - months = 800 - } - - option = { - name = "EVTOPTA3301" - any_pop = { - dominant_issue = { - value = low_pensions - factor = 0.1 - } - scaled_militancy = { - ideology = conservative - factor = 3 - } - } - } - - option = { - name = "EVTOPTB3302" - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - consciousness = -2 - } - } - - option = { - name = "EVTOPTC3302" - social_reform = no_pensions - any_pop = { - militancy = 3 - consciousness = 1 - } - } + id = 3301 + title = "EVTNAME3301" + desc = "EVTDESC3301" + picture = "Elderly" + + trigger = { + pensions = trinket_pensions + civilized = yes + } + + mean_time_to_happen = { + months = 800 + } + + option = { + name = "EVTOPTA3301" + any_pop = { + dominant_issue = { + value = low_pensions + factor = 0.1 + } + scaled_militancy = { + ideology = conservative + factor = 3 + } + } + } + + option = { + name = "EVTOPTB3302" + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + consciousness = -2 + } + } + + option = { + name = "EVTOPTC3302" + social_reform = no_pensions + any_pop = { + militancy = 3 + consciousness = 1 + } + } } # Pension Debate country_event = { - id = 3302 - title = "EVTNAME3302" - desc = "EVTDESC3302" - picture = "Finepeople" - - trigger = { - civilized = yes - pensions = low_pensions - acceptable_pensions = 5 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 800 - } - - option = { - name = "EVTOPTA3302" - social_reform = acceptable_pensions - scaled_militancy = { - ideology = conservative - factor = 4 - } - scaled_consciousness = { - ideology = conservative - factor = 2 - } - } - - option = { - name = "EVTOPTB3302" - poor_strata = { - consciousness = 2 - } - rich_strata = { - militancy = -2 - } - } - - option = { - name = "EVTOPTC3302" - social_reform = trinket_pensions - scaled_militancy = { - issue = acceptable_pensions - factor = 5 - } - } + id = 3302 + title = "EVTNAME3302" + desc = "EVTDESC3302" + picture = "Finepeople" + + trigger = { + civilized = yes + pensions = low_pensions + acceptable_pensions = 5 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 800 + } + + option = { + name = "EVTOPTA3302" + social_reform = acceptable_pensions + scaled_militancy = { + ideology = conservative + factor = 4 + } + scaled_consciousness = { + ideology = conservative + factor = 2 + } + } + + option = { + name = "EVTOPTB3302" + poor_strata = { + consciousness = 2 + } + rich_strata = { + militancy = -2 + } + } + + option = { + name = "EVTOPTC3302" + social_reform = trinket_pensions + scaled_militancy = { + issue = acceptable_pensions + factor = 5 + } + } } #Gruel and Gruelling Work country_event = { - id = 3303 - title = "EVTNAME3303" - desc = "EVTDESC3303" - picture = "Poor" - - trigger = { - civilized = yes - pensions = acceptable_pensions - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 1600 - modifier = { - factor = 0.9 - good_pensions = 20 - } - modifier = { - factor = 0.8 - good_pensions = 30 - } - - modifier = { - factor = 1.5 - average_militancy = 6 - } - - } - - option = { - name = "EVTOPTA3303" - random_state = { - any_pop = { - dominant_issue = { - value = good_pensions - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB3303" - social_reform = good_pensions - scaled_militancy = { - ideology = conservative - factor = 4 - } - } - - option = { - name = "EVTOPTC3303" - random_state = { - any_pop = { - militancy = -2 - } - } - } + id = 3303 + title = "EVTNAME3303" + desc = "EVTDESC3303" + picture = "Poor" + + trigger = { + civilized = yes + pensions = acceptable_pensions + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 1600 + modifier = { + factor = 0.9 + good_pensions = 20 + } + modifier = { + factor = 0.8 + good_pensions = 30 + } + + modifier = { + factor = 1.5 + average_militancy = 6 + } + + } + + option = { + name = "EVTOPTA3303" + random_state = { + any_pop = { + dominant_issue = { + value = good_pensions + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB3303" + social_reform = good_pensions + scaled_militancy = { + ideology = conservative + factor = 4 + } + } + + option = { + name = "EVTOPTC3303" + random_state = { + any_pop = { + militancy = -2 + } + } + } } #Benefits Exploited country_event = { - id = 3304 - title = "EVTNAME3304" - desc = "EVTDESC3304" - picture = "Finepeople" - - trigger = { - civilized = yes - pensions = good_pensions - conservative = 0.2 - liberal = 0.2 - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 6 - } - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA3304" - social_reform = acceptable_pensions - any_pop = { - limit = { - consciousness = 5 - } - militancy = 4 - } - } - - option = { - name = "EVTOPTB3304" - prestige = 5 - any_pop = { - militancy = 1 - } - } + id = 3304 + title = "EVTNAME3304" + desc = "EVTDESC3304" + picture = "Finepeople" + + trigger = { + civilized = yes + pensions = good_pensions + conservative = 0.2 + liberal = 0.2 + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 6 + } + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA3304" + social_reform = acceptable_pensions + any_pop = { + limit = { + consciousness = 5 + } + militancy = 4 + } + } + + option = { + name = "EVTOPTB3304" + prestige = 5 + any_pop = { + militancy = 1 + } + } } #An Old, Tired Soldier country_event = { - id = 3305 - title = "EVTNAME3305" - desc = "EVTDESC3305" - picture = "Oldsoldiers" - - trigger = { - civilized = yes - social_reform_want = 0.05 - liberal = 0.1 - conservative = 0.1 - NOT = { - pensions = acceptable_pensions - pensions = good_pensions - } - NOT = { - wage_reform = acceptable_minimum_wage - wage_reform = good_minimum_wage - } - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 1.3 - OR = { - wage_reform = low_minimum_wage - wage_reform = trinket_wage - } - } - - modifier = { - factor = 1.3 - OR = { - pensions = low_pensions - pensions = trinket_pensions - } - } - - modifier = { - factor = 1.5 - OR = { - work_hours = twelve_hours - work_hours = ten_hours - work_hours = eight_hours - } - } - - modifier = { - factor = 0.8 - NOT = { - poor_strata_life_needs = 0.9 - } - } - - modifier = { - factor = 0.8 - NOT = { - middle_strata_life_needs = 0.9 - } - } - } - - option = { - name = "EVTOPTA3305" - social_reform = acceptable_pensions - middle_strata = { - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - } - - option = { - name = "EVTOPTB3305" - social_reform = acceptable_minimum_wage - rich_strata = { - scaled_consciousness = { - ideology = conservative - factor = 4 - } - } - } - - option = { - name = "EVTOPTC3305" - any_pop = { - militancy = 1 - consciousness = 1 - } - } + id = 3305 + title = "EVTNAME3305" + desc = "EVTDESC3305" + picture = "Oldsoldiers" + + trigger = { + civilized = yes + social_reform_want = 0.05 + liberal = 0.1 + conservative = 0.1 + NOT = { + pensions = acceptable_pensions + pensions = good_pensions + } + NOT = { + wage_reform = acceptable_minimum_wage + wage_reform = good_minimum_wage + } + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 1.3 + OR = { + wage_reform = low_minimum_wage + wage_reform = trinket_wage + } + } + + modifier = { + factor = 1.3 + OR = { + pensions = low_pensions + pensions = trinket_pensions + } + } + + modifier = { + factor = 1.5 + OR = { + work_hours = twelve_hours + work_hours = ten_hours + work_hours = eight_hours + } + } + + modifier = { + factor = 0.8 + NOT = { + poor_strata_life_needs = 0.9 + } + } + + modifier = { + factor = 0.8 + NOT = { + middle_strata_life_needs = 0.9 + } + } + } + + option = { + name = "EVTOPTA3305" + social_reform = acceptable_pensions + middle_strata = { + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + } + + option = { + name = "EVTOPTB3305" + social_reform = acceptable_minimum_wage + rich_strata = { + scaled_consciousness = { + ideology = conservative + factor = 4 + } + } + } + + option = { + name = "EVTOPTC3305" + any_pop = { + militancy = 1 + consciousness = 1 + } + } } #Post-War Promises? country_event = { - id = 3306 - title = "EVTNAME3306" - desc = "EVTDESC3306" - picture = "Oldsoldiers" - - trigger = { - pensions = no_pensions - civilized = yes - OR = { - war_policy = jingoism - war_policy = pro_military - } - war = yes - war_exhaustion = 6 - social_reform_want = 0.1 - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.8 - average_militancy = 6 - } - - modifier = { - factor = 1.5 - NOT = { - average_militancy = 6 - } - } - - modifier = { - factor = 0.9 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA3306" - set_country_flag = promised_post_war_pensions - war_exhaustion = -4 - any_pop = { - militancy = -1 - consciousness = -1 - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - } - - option = { - name = "EVTOPTB3306" - war_exhaustion = 1 - prestige = 5 - } + id = 3306 + title = "EVTNAME3306" + desc = "EVTDESC3306" + picture = "Oldsoldiers" + + trigger = { + pensions = no_pensions + civilized = yes + OR = { + war_policy = jingoism + war_policy = pro_military + } + war = yes + war_exhaustion = 6 + social_reform_want = 0.1 + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.8 + average_militancy = 6 + } + + modifier = { + factor = 1.5 + NOT = { + average_militancy = 6 + } + } + + modifier = { + factor = 0.9 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA3306" + set_country_flag = promised_post_war_pensions + war_exhaustion = -4 + any_pop = { + militancy = -1 + consciousness = -1 + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + } + + option = { + name = "EVTOPTB3306" + war_exhaustion = 1 + prestige = 5 + } } #Post-War Promises! country_event = { - id = 3307 - title = "EVTNAME3307" - desc = "EVTDESC3307" - picture = "Oldsoldiers" - - trigger = { - has_country_flag = promised_post_war_pensions - war = no - } - - mean_time_to_happen = { - months = 2 - } - - option = { - name = "EVTOPTA3307" - social_reform = trinket_pensions - war_exhaustion = -1 - any_pop = { - militancy = -1 - } - clr_country_flag = promised_post_war_pensions - } - - option = { - name = "EVTOPTB3307" - social_reform = low_pensions - war_exhaustion = -2 - any_pop = { - militancy = -1 - } - clr_country_flag = promised_post_war_pensions - } - - option = { - name = "EVTOPTC3307" - war_exhaustion = 2 - any_pop = { - militancy = -1 - } - clr_country_flag = promised_post_war_pensions - } + id = 3307 + title = "EVTNAME3307" + desc = "EVTDESC3307" + picture = "Oldsoldiers" + + trigger = { + has_country_flag = promised_post_war_pensions + war = no + } + + mean_time_to_happen = { + months = 2 + } + + option = { + name = "EVTOPTA3307" + social_reform = trinket_pensions + war_exhaustion = -1 + any_pop = { + militancy = -1 + } + clr_country_flag = promised_post_war_pensions + } + + option = { + name = "EVTOPTB3307" + social_reform = low_pensions + war_exhaustion = -2 + any_pop = { + militancy = -1 + } + clr_country_flag = promised_post_war_pensions + } + + option = { + name = "EVTOPTC3307" + war_exhaustion = 2 + any_pop = { + militancy = -1 + } + clr_country_flag = promised_post_war_pensions + } } ##### UNEMPLOYMENT ##### #Listless Unemployed country_event = { - id = 3400 - title = "EVTNAME3400" - desc = "EVTDESC3400" - picture = "Poor" - - trigger = { - civilized = yes - unemployment_subsidies = no_subsidies - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.5 - NOT = { - poor_strata_life_needs = 0.9 - } - } - - modifier = { - factor = 1.5 - NOT = { - poor_strata_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA3400" - random_state = { - poor_strata = { - scaled_militancy = { - factor = 7 - issue = low_subsidies - } - } - } - } - - option = { - name = "EVTOPTB3400" - random_state = { - poor_strata = { - scaled_consciousness = { - factor = 7 - issue = low_subsidies - } - } - } - } - - option = { - name = "EVTOPTC3400" - random_state = { - poor_strata = { - dominant_issue = { - value = low_subsidies - factor = 0.3 - } - consciousness = 1 - } - } - } + id = 3400 + title = "EVTNAME3400" + desc = "EVTDESC3400" + picture = "Poor" + + trigger = { + civilized = yes + unemployment_subsidies = no_subsidies + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.5 + NOT = { + poor_strata_life_needs = 0.9 + } + } + + modifier = { + factor = 1.5 + NOT = { + poor_strata_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA3400" + random_state = { + poor_strata = { + scaled_militancy = { + factor = 7 + issue = low_subsidies + } + } + } + } + + option = { + name = "EVTOPTB3400" + random_state = { + poor_strata = { + scaled_consciousness = { + factor = 7 + issue = low_subsidies + } + } + } + } + + option = { + name = "EVTOPTC3400" + random_state = { + poor_strata = { + dominant_issue = { + value = low_subsidies + factor = 0.3 + } + consciousness = 1 + } + } + } } #Demanding Unemployed country_event = { - id = 3401 - title = "EVTNAME3401" - desc = "EVTDESC3401" - picture = "Poor" - - trigger = { - civilized = yes - unemployment = 0.05 - unemployment_subsidies = low_subsidies - conservative = 0.1 - liberal = 0.1 - NOT = { - economic_policy = laissez_faire - } - } - - mean_time_to_happen = { - months = 600 # Common - - modifier = { - factor = 0.7 - average_militancy = 6 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3401" - social_reform = no_subsidies - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - - option = { - name = "EVTOPTB3401" - any_pop = { - consciousness = -1 - } - } - - option = { - name = "EVTOPTC3401" - social_reform = acceptable_subsidies - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 5 - } - } - } + id = 3401 + title = "EVTNAME3401" + desc = "EVTDESC3401" + picture = "Poor" + + trigger = { + civilized = yes + unemployment = 0.05 + unemployment_subsidies = low_subsidies + conservative = 0.1 + liberal = 0.1 + NOT = { + economic_policy = laissez_faire + } + } + + mean_time_to_happen = { + months = 600 # Common + + modifier = { + factor = 0.7 + average_militancy = 6 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3401" + social_reform = no_subsidies + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + + option = { + name = "EVTOPTB3401" + any_pop = { + consciousness = -1 + } + } + + option = { + name = "EVTOPTC3401" + social_reform = acceptable_subsidies + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 5 + } + } + } } #Withdrawing Privileges of the Unemployed country_event = { - id = 3402 - title = "EVTNAME3402" - desc = "EVTDESC3402" - picture = "Poor" - - trigger = { - civilized = yes - unemployment_subsidies = acceptable_subsidies - unemployment = 0.05 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - } - - option = { - name = "EVTOPTA3402" - random_state = { - rich_strata = { - consciousness = 3 - militancy = 3 - } - } - } - - option = { - name = "EVTOPTB3402" - social_reform = low_subsidies - rich_strata = { - consciousness = -1 - militancy = -1 - } - middle_strata = { - militancy = -2 - consciousness = -2 - } - poor_strata = { - militancy = 3 - consciousness = 3 - } - } - - option = { - name = "EVTOPTC3402" - any_pop = { - dominant_issue = { - value = good_subsidies - factor = 0.3 - } - militancy = 1 - } - } + id = 3402 + title = "EVTNAME3402" + desc = "EVTDESC3402" + picture = "Poor" + + trigger = { + civilized = yes + unemployment_subsidies = acceptable_subsidies + unemployment = 0.05 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + } + + option = { + name = "EVTOPTA3402" + random_state = { + rich_strata = { + consciousness = 3 + militancy = 3 + } + } + } + + option = { + name = "EVTOPTB3402" + social_reform = low_subsidies + rich_strata = { + consciousness = -1 + militancy = -1 + } + middle_strata = { + militancy = -2 + consciousness = -2 + } + poor_strata = { + militancy = 3 + consciousness = 3 + } + } + + option = { + name = "EVTOPTC3402" + any_pop = { + dominant_issue = { + value = good_subsidies + factor = 0.3 + } + militancy = 1 + } + } } #The Sitdown Strike country_event = { - id = 3403 - title = "EVTNAME3403" - desc = "EVTDESC3403" - picture = "Strike" - - trigger = { - civilized = yes - unemployment_subsidies = low_subsidies - wage_reform = low_minimum_wage - NOT = { trade_unions = no_trade_unions } - poor_strata_militancy = 5 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.5 - average_militancy = 6 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3403" - random_state = { - any_pop = { - dominant_issue = { - factor = 0.4 - value = acceptable_subsidies - } - scaled_militancy = { - factor = 2 - issue = acceptable_minimum_wage - } - } - } - } - - option = { - name = "EVTOPTB3403" - random_state = { - any_pop = { - dominant_issue = { - factor = 0.4 - value = acceptable_minimum_wage - } - scaled_militancy = { - factor = 2 - issue = acceptable_subsidies - } - } - } - } - - option = { - name = "EVTOPTC3403" - random_state = { - any_pop = { - militancy = 2 - } - } - } + id = 3403 + title = "EVTNAME3403" + desc = "EVTDESC3403" + picture = "Strike" + + trigger = { + civilized = yes + unemployment_subsidies = low_subsidies + wage_reform = low_minimum_wage + NOT = { trade_unions = no_trade_unions } + poor_strata_militancy = 5 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.5 + average_militancy = 6 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3403" + random_state = { + any_pop = { + dominant_issue = { + factor = 0.4 + value = acceptable_subsidies + } + scaled_militancy = { + factor = 2 + issue = acceptable_minimum_wage + } + } + } + } + + option = { + name = "EVTOPTB3403" + random_state = { + any_pop = { + dominant_issue = { + factor = 0.4 + value = acceptable_minimum_wage + } + scaled_militancy = { + factor = 2 + issue = acceptable_subsidies + } + } + } + } + + option = { + name = "EVTOPTC3403" + random_state = { + any_pop = { + militancy = 2 + } + } + } } #Wildcat Strike country_event = { - id = 3404 - title = "EVTNAME3404" - desc = "EVTDESC3404" - picture = "Strike" - - trigger = { - civilized = yes - unemployment_subsidies = acceptable_subsidies - NOT = { trade_unions = no_trade_unions } - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 200 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA3404" - random_state = { - any_pop = { - dominant_issue = { - value = good_subsidies - factor = 0.2 - } - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB3404" - random_state = { - any_pop = { - militancy = 2 - } - } - } + id = 3404 + title = "EVTNAME3404" + desc = "EVTDESC3404" + picture = "Strike" + + trigger = { + civilized = yes + unemployment_subsidies = acceptable_subsidies + NOT = { trade_unions = no_trade_unions } + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 200 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA3404" + random_state = { + any_pop = { + dominant_issue = { + value = good_subsidies + factor = 0.2 + } + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB3404" + random_state = { + any_pop = { + militancy = 2 + } + } + } } ##### SAFETY REGULATIONS ##### #Life and Limb country_event = { - id = 3600 - title = "EVTNAME3600" - desc = "EVTDESC3600" - picture = "Workers" - - trigger = { - civilized = yes - safety_regulations = no_safety - industrial_score = 1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.5 - poor_strata_militancy = 6 - } - - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 0.9 - } - } - - option = { - name = "EVTOPTA3600" - random_state = { - any_pop = { - scaled_militancy = { - factor = 4 - issue = trinket_safety - } - } - } - } - - option = { - name = "EVTOPTB3600" - random_state = { - any_pop = { - scaled_consciousness = { - factor = 4 - issue = trinket_safety - } - } - } - } + id = 3600 + title = "EVTNAME3600" + desc = "EVTDESC3600" + picture = "Workers" + + trigger = { + civilized = yes + safety_regulations = no_safety + industrial_score = 1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.5 + poor_strata_militancy = 6 + } + + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 0.9 + } + } + + option = { + name = "EVTOPTA3600" + random_state = { + any_pop = { + scaled_militancy = { + factor = 4 + issue = trinket_safety + } + } + } + } + + option = { + name = "EVTOPTB3600" + random_state = { + any_pop = { + scaled_consciousness = { + factor = 4 + issue = trinket_safety + } + } + } + } } #Belts and Braces country_event = { - id = 3601 - title = "EVTNAME3601" - desc = "EVTDESC3601" - picture = "Workers" - - - trigger = { - civilized = yes - safety_regulations = trinket_safety - industrial_score = 1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - average_militancy = 6 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA3601" - random_state = { - any_pop = { - scaled_militancy = { - factor = 4 - issue = low_safety - } - } - } - } - - option = { - name = "EVTOPTB3601" - random_state = { - any_pop = { - dominant_issue = { - factor = 0.4 - value = low_safety - } - } - } - } + id = 3601 + title = "EVTNAME3601" + desc = "EVTDESC3601" + picture = "Workers" + + + trigger = { + civilized = yes + safety_regulations = trinket_safety + industrial_score = 1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + average_militancy = 6 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA3601" + random_state = { + any_pop = { + scaled_militancy = { + factor = 4 + issue = low_safety + } + } + } + } + + option = { + name = "EVTOPTB3601" + random_state = { + any_pop = { + dominant_issue = { + factor = 0.4 + value = low_safety + } + } + } + } } #Safety Helmets country_event = { - id = 3602 - title = "EVTNAME3602" - desc = "EVTDESC3602" - picture = "Workers" - - trigger = { - civilized = yes - safety_regulations = low_safety - social_reform_want = 0.2 - industrial_score = 1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.5 - average_militancy = 7 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA3602" - random_state = { - any_pop = { - scaled_militancy = { - factor = 5 - issue = acceptable_safety - } - } - } - } - - option = { - name = "EVTOPTB3602" - random_state = { - any_pop = { - scaled_consciousness = { - factor = 4 - issue = acceptable_safety - } - } - } - } - - option = { - name = "EVTOPTC3602" - random_state = { - any_pop = { - scaled_militancy = { - factor = 2 - issue = acceptable_safety - } - scaled_consciousness = { - factor = 2 - issue = acceptable_safety - } - } - } - } + id = 3602 + title = "EVTNAME3602" + desc = "EVTDESC3602" + picture = "Workers" + + trigger = { + civilized = yes + safety_regulations = low_safety + social_reform_want = 0.2 + industrial_score = 1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.5 + average_militancy = 7 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA3602" + random_state = { + any_pop = { + scaled_militancy = { + factor = 5 + issue = acceptable_safety + } + } + } + } + + option = { + name = "EVTOPTB3602" + random_state = { + any_pop = { + scaled_consciousness = { + factor = 4 + issue = acceptable_safety + } + } + } + } + + option = { + name = "EVTOPTC3602" + random_state = { + any_pop = { + scaled_militancy = { + factor = 2 + issue = acceptable_safety + } + scaled_consciousness = { + factor = 2 + issue = acceptable_safety + } + } + } + } } #Employers versus Workers country_event = { - id = 3603 - title = "EVTNAME3603" - desc = "EVTDESC3603" - picture = "Workers" - - trigger = { - civilized = yes - safety_regulations = acceptable_safety - industrial_score = 1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.9 - rich_strata_militancy = 6 - poor_strata_militancy = 6 - } - - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.9 - rich_strata_life_needs = 0.9 - } - } - - option = { - name = "EVTOPTA3603" - random_state = { - any_pop = { - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB3603" - social_reform = low_safety - random_state = { - poor_strata = { - consciousness = 4 - } - } - } - - option = { - name = "EVTOPTC3603" - social_reform = good_safety - random_state = { - rich_strata = { - consciousness = 4 - } - } - } + id = 3603 + title = "EVTNAME3603" + desc = "EVTDESC3603" + picture = "Workers" + + trigger = { + civilized = yes + safety_regulations = acceptable_safety + industrial_score = 1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.9 + rich_strata_militancy = 6 + poor_strata_militancy = 6 + } + + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.9 + rich_strata_life_needs = 0.9 + } + } + + option = { + name = "EVTOPTA3603" + random_state = { + any_pop = { + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB3603" + social_reform = low_safety + random_state = { + poor_strata = { + consciousness = 4 + } + } + } + + option = { + name = "EVTOPTC3603" + social_reform = good_safety + random_state = { + rich_strata = { + consciousness = 4 + } + } + } } #Labor Spies country_event = { - id = 3604 - title = "EVTNAME3604" - desc = "EVTDESC3604" - picture = "Spies" - - trigger = { - civilized = yes - NOT = { trade_unions = all_trade_unions } - NOT = { safety_regulations = good_safety } - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - poor_strata_militancy = 6 - } - - modifier = { - factor = 1.5 - NOT = { - poor_strata_militancy = 6 - } - } - } - - option = { - name = "EVTOPTA3604" - random_state = { - poor_strata = { - militancy = -3 - } - } - } - - option = { - name = "EVTOPTB3604" - random_state = { - poor_strata = { - consciousness = -3 - } - } - } + id = 3604 + title = "EVTNAME3604" + desc = "EVTDESC3604" + picture = "Spies" + + trigger = { + civilized = yes + NOT = { trade_unions = all_trade_unions } + NOT = { safety_regulations = good_safety } + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + poor_strata_militancy = 6 + } + + modifier = { + factor = 1.5 + NOT = { + poor_strata_militancy = 6 + } + } + } + + option = { + name = "EVTOPTA3604" + random_state = { + poor_strata = { + militancy = -3 + } + } + } + + option = { + name = "EVTOPTB3604" + random_state = { + poor_strata = { + consciousness = -3 + } + } + } } #Police Strike country_event = { - id = 3605 - title = "EVTNAME3605" - desc = "EVTDESC3605" - picture = "Police" - - trigger = { - civilized = yes - safety_regulations = low_safety - health_care = low_health_care - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 200 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA3605" - random_state = { - bureaucrats = { - militancy = 3 - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB3605" - random_state = { - bureaucrats = { - militancy = -4 - } - any_pop = { - militancy = 2 - dominant_issue = { - value = acceptable_safety - factor = 0.3 - } - dominant_issue = { - value = acceptable_health_care - factor = 0.3 - } - } - } - } + id = 3605 + title = "EVTNAME3605" + desc = "EVTDESC3605" + picture = "Police" + + trigger = { + civilized = yes + safety_regulations = low_safety + health_care = low_health_care + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 200 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA3605" + random_state = { + bureaucrats = { + militancy = 3 + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB3605" + random_state = { + bureaucrats = { + militancy = -4 + } + any_pop = { + militancy = 2 + dominant_issue = { + value = acceptable_safety + factor = 0.3 + } + dominant_issue = { + value = acceptable_health_care + factor = 0.3 + } + } + } + } } #Phossy Jaw country_event = { - id = 3606 - title = "EVTNAME3606" - desc = "EVTDESC3606" - picture = "Workers" - - trigger = { - civilized = yes - safety_regulations = acceptable_safety - health_care = acceptable_health_care - basic_chemistry = 1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 200 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA3606" - random_state = { - poor_strata = { - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB3606" - random_state = { - poor_strata = { - dominant_issue = { - value = good_safety - factor = 0.3 - } - } - } - } + id = 3606 + title = "EVTNAME3606" + desc = "EVTDESC3606" + picture = "Workers" + + trigger = { + civilized = yes + safety_regulations = acceptable_safety + health_care = acceptable_health_care + basic_chemistry = 1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 200 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA3606" + random_state = { + poor_strata = { + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB3606" + random_state = { + poor_strata = { + dominant_issue = { + value = good_safety + factor = 0.3 + } + } + } + } } #Hale and Hearty country_event = { - id = 3607 - title = "EVTNAME3607" - desc = "EVTDESC3607" - picture = "Strike" - - trigger = { - civilized = yes - safety_regulations = good_safety - health_care = good_health_care - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.9 - NOT = { - average_militancy = 5 - } - } - - modifier = { - factor = 1.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA3607" - random_state = { - any_pop = { - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB3607" - prestige = 5 - } + id = 3607 + title = "EVTNAME3607" + desc = "EVTDESC3607" + picture = "Strike" + + trigger = { + civilized = yes + safety_regulations = good_safety + health_care = good_health_care + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.9 + NOT = { + average_militancy = 5 + } + } + + modifier = { + factor = 1.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA3607" + random_state = { + any_pop = { + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB3607" + prestige = 5 + } } ##### Children Labor ##### #Chimney Sweeps country_event = { - id = 3700 - title = "EVTNAME3700" - desc = "EVTDESC3700" - picture = "Childlabor2" - - trigger = { - civilized = yes - child_labor = child_labor_legal - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - average_consciousness = 6 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3700" - random_state = { - any_pop = { - dominant_issue = { - value = child_labor_restricted - factor = 0.4 - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB3700" - random_state = { - poor_strata = { - militancy = 3 - } - } - } + id = 3700 + title = "EVTNAME3700" + desc = "EVTDESC3700" + picture = "Childlabor2" + + trigger = { + civilized = yes + child_labor = child_labor_legal + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + average_consciousness = 6 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3700" + random_state = { + any_pop = { + dominant_issue = { + value = child_labor_restricted + factor = 0.4 + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB3700" + random_state = { + poor_strata = { + militancy = 3 + } + } + } } ##################Work Hours#################### #long work hours country_event = { - id = 370000002 - title = "EVTNAME370000002" - desc = "EVTDESC370000002" - picture = "Childlabor2" - - trigger = { - civilized = yes - work_hours = no_work_hour_limit - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - average_consciousness = 6 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA370000002" - random_state = { - any_pop = { - dominant_issue = { - value = fourteen_hours - factor = 0.4 - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB370000002" - random_state = { - poor_strata = { - militancy = 3 - } - } - } + id = 370000002 + title = "EVTNAME370000002" + desc = "EVTDESC370000002" + picture = "Childlabor2" + + trigger = { + civilized = yes + work_hours = no_work_hour_limit + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + average_consciousness = 6 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA370000002" + random_state = { + any_pop = { + dominant_issue = { + value = fourteen_hours + factor = 0.4 + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB370000002" + random_state = { + poor_strata = { + militancy = 3 + } + } + } } #Time Clock country_event = { - id = 3701 - title = "EVTNAME3701" - desc = "EVTDESC3701" - picture = "Strike" - - trigger = { - civilized = yes - work_hours = fourteen_hours - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.8 - average_consciousness = 6 - } - - modifier = { - factor = 1.3 - NOT = { - twelve_hours = 10 - } - } - } - - option = { - name = "EVTOPTA3701" - rich_strata = { - militancy = -2 - } - } - - option = { - name = "EVTOPTB3701" - social_reform = twelve_hours - poor_strata = { - militancy = -1 - } - rich_strata = { - militancy = 2 - } - } - - option = { - name = "EVTOPTC3701" - social_reform = no_work_hour_limit - poor_strata = { - militancy = 3 - } - middle_strata = { - militancy = 2 - } - } + id = 3701 + title = "EVTNAME3701" + desc = "EVTDESC3701" + picture = "Strike" + + trigger = { + civilized = yes + work_hours = fourteen_hours + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.8 + average_consciousness = 6 + } + + modifier = { + factor = 1.3 + NOT = { + twelve_hours = 10 + } + } + } + + option = { + name = "EVTOPTA3701" + rich_strata = { + militancy = -2 + } + } + + option = { + name = "EVTOPTB3701" + social_reform = twelve_hours + poor_strata = { + militancy = -1 + } + rich_strata = { + militancy = 2 + } + } + + option = { + name = "EVTOPTC3701" + social_reform = no_work_hour_limit + poor_strata = { + militancy = 3 + } + middle_strata = { + militancy = 2 + } + } } #Recreation for Workers country_event = { - id = 3702 - title = "EVTNAME3702" - desc = "EVTDESC3702" - picture = "Strike" - - trigger = { - civilized = yes - work_hours = twelve_hours - NOT = { - trade_unions = no_trade_unions - } - poor_strata_life_needs = 0.9 - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - trade_unions = all_trade_unions - } - - modifier = { - factor = 1.3 - trade_unions = state_controlled - } - } - - option = { - name = "EVTOPTA3702" - social_reform = fourteen_hours - poor_strata = { - militancy = 3 - } - middle_strata = { - militancy = 2 - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVTOPTB3702" - random_state = { - any_pop = { - militancy = -2 - } - } - ai_chance = { - factor = 1 - } - } - - option = { - name = "EVTOPTC3702" - social_reform = ten_hours - rich_strata = { - militancy = 4 - } - middle_strata = { - militancy = 2 - } - } + id = 3702 + title = "EVTNAME3702" + desc = "EVTDESC3702" + picture = "Strike" + + trigger = { + civilized = yes + work_hours = twelve_hours + NOT = { + trade_unions = no_trade_unions + } + poor_strata_life_needs = 0.9 + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + trade_unions = all_trade_unions + } + + modifier = { + factor = 1.3 + trade_unions = state_controlled + } + } + + option = { + name = "EVTOPTA3702" + social_reform = fourteen_hours + poor_strata = { + militancy = 3 + } + middle_strata = { + militancy = 2 + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVTOPTB3702" + random_state = { + any_pop = { + militancy = -2 + } + } + ai_chance = { + factor = 1 + } + } + + option = { + name = "EVTOPTC3702" + social_reform = ten_hours + rich_strata = { + militancy = 4 + } + middle_strata = { + militancy = 2 + } + } } #Working Less or Less Work? country_event = { - id = 3703 - title = "EVTNAME3703" - desc = "EVTDESC3703" - picture = "Upperhouse" - - trigger = { - civilized = yes - work_hours = ten_hours - conservative = 0.3 - } - - mean_time_to_happen = { - months = 400 # Common - - } - - option = { - name = "EVTOPTA3703" - social_reform = fourteen_hours - poor_strata = { - militancy = 3 - consciousness = 2 - } - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVTOPTB3703" - rich_strata = { - consciousness = 1 - } - ai_chance = { - factor = 1 - } - } - - option = { - name = "EVTOPTC3703" - social_reform = eight_hours - rich_strata = { - militancy = 5 - consciousness = 5 - } - ai_chance = { - factor = 0 - } - - } + id = 3703 + title = "EVTNAME3703" + desc = "EVTDESC3703" + picture = "Upperhouse" + + trigger = { + civilized = yes + work_hours = ten_hours + conservative = 0.3 + } + + mean_time_to_happen = { + months = 400 # Common + + } + + option = { + name = "EVTOPTA3703" + social_reform = fourteen_hours + poor_strata = { + militancy = 3 + consciousness = 2 + } + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVTOPTB3703" + rich_strata = { + consciousness = 1 + } + ai_chance = { + factor = 1 + } + } + + option = { + name = "EVTOPTC3703" + social_reform = eight_hours + rich_strata = { + militancy = 5 + consciousness = 5 + } + ai_chance = { + factor = 0 + } + + } } ##### WAGE REFORM ##### #Living Wage country_event = { - id = 3800 - title = "EVTNAME3800" - desc = "EVTDESC3800" - picture = "Workers" - - trigger = { - civilized = yes - wage_reform = no_minimum_wage - social_reform_want = 0.1 - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.7 - NOT = { - poor_strata_life_needs = 0.9 - } - } - - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3800" - random_state = { - any_pop = { - dominant_issue = { - value = trinket_wage - factor = 0.4 - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB3800" - random_state = { - rich_strata = { - militancy = -2 - } - } - } - - option = { - name = "EVTOPTC3800" - social_reform = trinket_wage - poor_strata = { - militancy = -1 - } - rich_strata = { - militancy = 3 - consciousness = 1 - } - } + id = 3800 + title = "EVTNAME3800" + desc = "EVTDESC3800" + picture = "Workers" + + trigger = { + civilized = yes + wage_reform = no_minimum_wage + social_reform_want = 0.1 + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.7 + NOT = { + poor_strata_life_needs = 0.9 + } + } + + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3800" + random_state = { + any_pop = { + dominant_issue = { + value = trinket_wage + factor = 0.4 + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB3800" + random_state = { + rich_strata = { + militancy = -2 + } + } + } + + option = { + name = "EVTOPTC3800" + social_reform = trinket_wage + poor_strata = { + militancy = -1 + } + rich_strata = { + militancy = 3 + consciousness = 1 + } + } } #Unraveling Reform country_event = { - id = 3801 - title = "EVTNAME3801" - desc = "EVTDESC3801" - picture = "Upperhouse" - - trigger = { - civilized = yes - wage_reform = trinket_wage - NOT = { - government = proletarian_dictatorship - } - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.8 - NOT = { - rich_strata_everyday_needs = 0.9 - } - } - - modifier = { - factor = 1.5 - NOT = { - social_reform_want = 0.2 - } - } - } - - option = { - name = "EVTOPTA3801" - poor_strata = { - consciousness = 1 - militancy = -2 - } - rich_strata = { - consciousness = 1 - militancy = 2 - } - } - - option = { - name = "EVTOPTB3801" - poor_strata = { - militancy = 1 - } - rich_strata = { - militancy = 1 - } - } - - option = { - name = "EVTOPTC3801" - social_reform = no_minimum_wage - poor_strata = { - consciousness = 3 - militancy = 3 - } - } + id = 3801 + title = "EVTNAME3801" + desc = "EVTDESC3801" + picture = "Upperhouse" + + trigger = { + civilized = yes + wage_reform = trinket_wage + NOT = { + government = proletarian_dictatorship + } + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.8 + NOT = { + rich_strata_everyday_needs = 0.9 + } + } + + modifier = { + factor = 1.5 + NOT = { + social_reform_want = 0.2 + } + } + } + + option = { + name = "EVTOPTA3801" + poor_strata = { + consciousness = 1 + militancy = -2 + } + rich_strata = { + consciousness = 1 + militancy = 2 + } + } + + option = { + name = "EVTOPTB3801" + poor_strata = { + militancy = 1 + } + rich_strata = { + militancy = 1 + } + } + + option = { + name = "EVTOPTC3801" + social_reform = no_minimum_wage + poor_strata = { + consciousness = 3 + militancy = 3 + } + } } #Meeting Labour country_event = { - id = 3802 - title = "EVTNAME3802" - desc = "EVTDESC3802" - picture = "Strike" - - trigger = { - civilized = yes - wage_reform = low_minimum_wage - average_consciousness = 5 - social_reform_want = 0.1 - } - - mean_time_to_happen = { - months = 400 # Common - - modifier = { - factor = 0.8 - social_reform_want = 0.15 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3802" - social_reform = no_minimum_wage - poor_strata = { - militancy = 2 - consciousness = 1 - } - middle_strata = { - militancy = 1 - consciousness = 1 - } - rich_strata = { - militancy = -2 - consciousness = 1 - } - } - - option = { - name = "EVTOPTB3802" - rich_strata = { - militancy = -1 - } - poor_strata = { - militancy = 1 - } - } - - option = { - name = "EVTOPTC3802" - social_reform = acceptable_minimum_wage - rich_strata = { - militancy = 4 - consciousness = 2 - } - middle_strata = { - militancy = 2 - consciousness = 2 - } - poor_strata = { - militancy = -2 - consciousness = 1 - } - } + id = 3802 + title = "EVTNAME3802" + desc = "EVTDESC3802" + picture = "Strike" + + trigger = { + civilized = yes + wage_reform = low_minimum_wage + average_consciousness = 5 + social_reform_want = 0.1 + } + + mean_time_to_happen = { + months = 400 # Common + + modifier = { + factor = 0.8 + social_reform_want = 0.15 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3802" + social_reform = no_minimum_wage + poor_strata = { + militancy = 2 + consciousness = 1 + } + middle_strata = { + militancy = 1 + consciousness = 1 + } + rich_strata = { + militancy = -2 + consciousness = 1 + } + } + + option = { + name = "EVTOPTB3802" + rich_strata = { + militancy = -1 + } + poor_strata = { + militancy = 1 + } + } + + option = { + name = "EVTOPTC3802" + social_reform = acceptable_minimum_wage + rich_strata = { + militancy = 4 + consciousness = 2 + } + middle_strata = { + militancy = 2 + consciousness = 2 + } + poor_strata = { + militancy = -2 + consciousness = 1 + } + } } #'Workers cost us too much' country_event = { - id = 3803 - title = "EVTNAME3803" - desc = "EVTDESC3803" - picture = "Strike" - - trigger = { - civilized = yes - wage_reform = good_minimum_wage - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 800 # Common - - } - - option = { - name = "EVTOPTA3803" - social_reform = acceptable_minimum_wage - poor_strata = { - militancy = 2 - consciousness = -1 - } - } - - - option = { - name = "EVTOPTC3803" - random_state = { - rich_strata = { - militancy = 1 - } - } - } + id = 3803 + title = "EVTNAME3803" + desc = "EVTDESC3803" + picture = "Strike" + + trigger = { + civilized = yes + wage_reform = good_minimum_wage + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 800 # Common + + } + + option = { + name = "EVTOPTA3803" + social_reform = acceptable_minimum_wage + poor_strata = { + militancy = 2 + consciousness = -1 + } + } + + + option = { + name = "EVTOPTC3803" + random_state = { + rich_strata = { + militancy = 1 + } + } + } } ##### TRADE UNIONS ##### #Unions on the Rise country_event = { - id = 3900 - title = "EVTNAME3900" - desc = "EVTDESC3900" - picture = "Demonstration" - - trigger = { - civilized = yes - trade_unions = no_trade_unions - state_controlled = 10 - } - - mean_time_to_happen = { - months = 600 # Common - - modifier = { - factor = 0.5 - state_controlled = 15 - } - - modifier = { - factor = 2 - NOT = { - poor_strata_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA3900" - any_pop = { - scaled_militancy = { - issue = state_controlled - factor = 2 - } - } - } - - option = { - name = "EVTOPTB3900" - random_state = { - any_pop = { - dominant_issue = { - value = state_controlled - factor = 0.4 - } - } - } - } - - option = { - name = "EVTOPTC3900" - political_reform = state_controlled - rich_strata = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - } - middle_strata = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 3900 + title = "EVTNAME3900" + desc = "EVTDESC3900" + picture = "Demonstration" + + trigger = { + civilized = yes + trade_unions = no_trade_unions + state_controlled = 10 + } + + mean_time_to_happen = { + months = 600 # Common + + modifier = { + factor = 0.5 + state_controlled = 15 + } + + modifier = { + factor = 2 + NOT = { + poor_strata_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA3900" + any_pop = { + scaled_militancy = { + issue = state_controlled + factor = 2 + } + } + } + + option = { + name = "EVTOPTB3900" + random_state = { + any_pop = { + dominant_issue = { + value = state_controlled + factor = 0.4 + } + } + } + } + + option = { + name = "EVTOPTC3900" + political_reform = state_controlled + rich_strata = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + } + middle_strata = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #State-Controlled Trade Unions country_event = { - id = 3901 - title = "EVTNAME3901" - desc = "EVTDESC3901" - picture = "Demonstration" - - trigger = { - civilized = yes - trade_unions = state_controlled - OR = { - socialist = 0.1 - liberal = 0.2 - fascist = 0.3 - } - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.5 - OR = { - fascist = 0.5 - socialist = 0.5 - } - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA3901" - any_pop = { - scaled_militancy = { - issue = non_socialist - factor = -3 - } - scaled_consciousness = { - issue = non_socialist - factor = -2 - } - } - } - - option = { - name = "EVTOPTB3901" - political_reform = no_trade_unions - poor_strata = { - militancy = 3 - consciousness = 1 - } - middle_strata = { - militancy = 2 - consciousness = 1 - } - } - - option = { - name = "EVTOPTC3901" - political_reform = non_socialist - rich_strata = { - militancy = 2 - } - middle_strata = { - militancy = 2 - } - } + id = 3901 + title = "EVTNAME3901" + desc = "EVTDESC3901" + picture = "Demonstration" + + trigger = { + civilized = yes + trade_unions = state_controlled + OR = { + socialist = 0.1 + liberal = 0.2 + fascist = 0.3 + } + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.5 + OR = { + fascist = 0.5 + socialist = 0.5 + } + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA3901" + any_pop = { + scaled_militancy = { + issue = non_socialist + factor = -3 + } + scaled_consciousness = { + issue = non_socialist + factor = -2 + } + } + } + + option = { + name = "EVTOPTB3901" + political_reform = no_trade_unions + poor_strata = { + militancy = 3 + consciousness = 1 + } + middle_strata = { + militancy = 2 + consciousness = 1 + } + } + + option = { + name = "EVTOPTC3901" + political_reform = non_socialist + rich_strata = { + militancy = 2 + } + middle_strata = { + militancy = 2 + } + } } #Friendly Society country_event = { - id = 3902 - title = "EVTNAME3902" - desc = "EVTDESC3902" - picture = "Demonstration" - - trigger = { - civilized = yes - trade_unions = non_socialist - } - - mean_time_to_happen = { - months = 200 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA3902" - random_state = { - poor_strata = { - consciousness = 1 - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB3902" - random_state = { - poor_strata = { - consciousness = 2 - militancy = -2 - } - } - } - - option = { - name = "EVTOPTC3902" - political_reform = state_controlled - poor_strata = { - militancy = 2 - consciousness = 1 - } - } + id = 3902 + title = "EVTNAME3902" + desc = "EVTDESC3902" + picture = "Demonstration" + + trigger = { + civilized = yes + trade_unions = non_socialist + } + + mean_time_to_happen = { + months = 200 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA3902" + random_state = { + poor_strata = { + consciousness = 1 + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB3902" + random_state = { + poor_strata = { + consciousness = 2 + militancy = -2 + } + } + } + + option = { + name = "EVTOPTC3902" + political_reform = state_controlled + poor_strata = { + militancy = 2 + consciousness = 1 + } + } } #Union Busting country_event = { - id = 3903 - title = "EVTNAME3903" - desc = "EVTDESC3903" - picture = "Strike" - - trigger = { - trade_unions = all_trade_unions - civilized = yes - NOT = { - ruling_party_ideology = socialist - ruling_party_ideology = communist - } - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.9 - poor_strata_militancy = 5 - } - - modifier = { - factor = 1.5 - OR = { - socialist = 0.25 - communist = 0.25 - } - } - } - - option = { - name = "EVTOPTA3903" - political_reform = non_socialist - poor_strata = { - militancy = 4 - consciousness = 2 - } - capitalists = { - militancy = -2 - consciousness = 1 - } - } - - option = { - name = "EVTOPTB3903" - capitalists = { - militancy = -2 - consciousness = -2 - } - poor_strata = { - militancy = 1 - consciousness = 1 - } - } - - option = { - name = "EVTOPTC3903" - poor_strata = { - militancy = -2 - } - capitalists = { - consciousness = 1 - militancy = 1 - } - } + id = 3903 + title = "EVTNAME3903" + desc = "EVTDESC3903" + picture = "Strike" + + trigger = { + trade_unions = all_trade_unions + civilized = yes + NOT = { + ruling_party_ideology = socialist + ruling_party_ideology = communist + } + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.9 + poor_strata_militancy = 5 + } + + modifier = { + factor = 1.5 + OR = { + socialist = 0.25 + communist = 0.25 + } + } + } + + option = { + name = "EVTOPTA3903" + political_reform = non_socialist + poor_strata = { + militancy = 4 + consciousness = 2 + } + capitalists = { + militancy = -2 + consciousness = 1 + } + } + + option = { + name = "EVTOPTB3903" + capitalists = { + militancy = -2 + consciousness = -2 + } + poor_strata = { + militancy = 1 + consciousness = 1 + } + } + + option = { + name = "EVTOPTC3903" + poor_strata = { + militancy = -2 + } + capitalists = { + consciousness = 1 + militancy = 1 + } + } } ##### SLAVERY ##### #Abolitionism country_event = { - id = 4000 - title = "EVTNAME4000" - desc = "EVTDESC4000" - picture = "Slaves" - - trigger = { - slavery = freedom_of_womb - civilized = yes - no_slavery = 10 - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA4000" - random_state = { - limit = { - no_slavery = 10 - } - any_pop = { - scaled_consciousness = { - issue = no_slavery - factor = 1 - } - } - } - } - - option = { - name = "EVTOPTB4000" - random_state = { - limit = { - no_slavery = 10 - } - any_pop = { - dominant_issue = { - value = no_slavery - factor = 0.4 - } - } - } - } - - option = { - name = "EVTOPTC4000" - random_state = { - limit = { - no_slavery = 10 - } - any_pop = { - scaled_militancy = { - issue = no_slavery - factor = 2 - } - } - } - } + id = 4000 + title = "EVTNAME4000" + desc = "EVTDESC4000" + picture = "Slaves" + + trigger = { + slavery = freedom_of_womb + civilized = yes + no_slavery = 10 + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA4000" + random_state = { + limit = { + no_slavery = 10 + } + any_pop = { + scaled_consciousness = { + issue = no_slavery + factor = 1 + } + } + } + } + + option = { + name = "EVTOPTB4000" + random_state = { + limit = { + no_slavery = 10 + } + any_pop = { + dominant_issue = { + value = no_slavery + factor = 0.4 + } + } + } + } + + option = { + name = "EVTOPTC4000" + random_state = { + limit = { + no_slavery = 10 + } + any_pop = { + scaled_militancy = { + issue = no_slavery + factor = 2 + } + } + } + } } #Abolitionism country_event = { - id = 56132561 - title = "EVTNAME4000" - desc = "EVTDESC4000" - picture = "Slaves" - - trigger = { - slavery = yes_slavery - civilized = yes - freedom_of_womb = 10 - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.5 - militancy = 0.2 - } - - modifier = { - factor = 1.5 - consciousness = 0.2 - } - } - - option = { - name = "EVTOPTA4000" - random_state = { - limit = { - freedom_of_womb = 10 - } - any_pop = { - scaled_consciousness = { - issue = freedom_of_womb - factor = 1 - } - } - } - } - - option = { - name = "EVTOPTB4000" - random_state = { - limit = { - freedom_of_womb = 10 - } - any_pop = { - dominant_issue = { - value = freedom_of_womb - factor = 0.4 - } - } - } - } - - option = { - name = "EVTOPTC4000" - random_state = { - limit = { - freedom_of_womb = 10 - } - any_pop = { - scaled_militancy = { - issue = freedom_of_womb - factor = 2 - } - } - } - } + id = 56132561 + title = "EVTNAME4000" + desc = "EVTDESC4000" + picture = "Slaves" + + trigger = { + slavery = yes_slavery + civilized = yes + freedom_of_womb = 10 + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.5 + militancy = 0.2 + } + + modifier = { + factor = 1.5 + consciousness = 0.2 + } + } + + option = { + name = "EVTOPTA4000" + random_state = { + limit = { + freedom_of_womb = 10 + } + any_pop = { + scaled_consciousness = { + issue = freedom_of_womb + factor = 1 + } + } + } + } + + option = { + name = "EVTOPTB4000" + random_state = { + limit = { + freedom_of_womb = 10 + } + any_pop = { + dominant_issue = { + value = freedom_of_womb + factor = 0.4 + } + } + } + } + + option = { + name = "EVTOPTC4000" + random_state = { + limit = { + freedom_of_womb = 10 + } + any_pop = { + scaled_militancy = { + issue = freedom_of_womb + factor = 2 + } + } + } + } } #$COUNTRY$ Has Abolished Slavery country_event = { - id = 4001 - title = "EVTNAME4001" - desc = "EVTDESC4001" - picture = "Slaves" - - trigger = { - slavery = no_slavery - civilized = yes - prestige = 20 - NOT = { - citizenship_policy = residency - } - any_neighbor_country = { - slavery = yes_slavery - } - } - - mean_time_to_happen = { - months = 800 # Common - - modifier = { - factor = 0.8 - OR = { - ruling_party_ideology = socialist - ruling_party_ideology = liberal - } - } - - modifier = { - factor = 1.5 - ruling_party_ideology = conservative - } - - modifier = { - factor = 4 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = reactionary - } - } - } - - option = { - name = "EVTOPTA4001" - prestige = 2 - random_country = { - limit = { - slavery = yes_slavery - } - any_pop = { - dominant_issue = { - value = freedom_of_womb - factor = 0.02 - } - } - relation = { - who = THIS - value = -50 - } - } - - random_country = { - limit = { - slavery = freedom_of_womb - } - any_pop = { - dominant_issue = { - value = no_slavery - factor = 0.02 - } - } - relation = { - who = THIS - value = -50 - } - } - } - - option = { - name = "EVTOPTB4001" - prestige = -2 - } -} \ No newline at end of file + id = 4001 + title = "EVTNAME4001" + desc = "EVTDESC4001" + picture = "Slaves" + + trigger = { + slavery = no_slavery + civilized = yes + prestige = 20 + NOT = { + citizenship_policy = residency + } + any_neighbor_country = { + slavery = yes_slavery + } + } + + mean_time_to_happen = { + months = 800 # Common + + modifier = { + factor = 0.8 + OR = { + ruling_party_ideology = socialist + ruling_party_ideology = liberal + } + } + + modifier = { + factor = 1.5 + ruling_party_ideology = conservative + } + + modifier = { + factor = 4 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = reactionary + } + } + } + + option = { + name = "EVTOPTA4001" + prestige = 2 + random_country = { + limit = { + slavery = yes_slavery + } + any_pop = { + dominant_issue = { + value = freedom_of_womb + factor = 0.02 + } + } + relation = { + who = THIS + value = -50 + } + } + + random_country = { + limit = { + slavery = freedom_of_womb + } + any_pop = { + dominant_issue = { + value = no_slavery + factor = 0.02 + } + } + relation = { + who = THIS + value = -50 + } + } + } + + option = { + name = "EVTOPTB4001" + prestige = -2 + } +} diff --git a/HPM/events/ItaloTurkishWar.txt b/HPM/events/ItaloTurkishWar.txt index c8913ac0..9f28d156 100644 --- a/HPM/events/ItaloTurkishWar.txt +++ b/HPM/events/ItaloTurkishWar.txt @@ -2,500 +2,500 @@ country_event = { - id = 900000 - title = "EVTNAME900000" - desc = "EVTDESC900000" - picture = "italoturk" - - trigger = { - tag = ITA - is_vassal = no - war = no - is_disarmed = no - OR = { - military_directionism = 1 - mass_politics = 1 - year = 1910 - } - owns = 749 - OR = { - war_policy = jingoism - war_policy = pro_military - } - NOT = { - government = democracy - government = proletarian_dictatorship - truce_with = TUR - exists = LBY - has_country_modifier = no_more_war - } - OR = { - AND = { - is_greater_power = yes - war = no - has_global_flag = ottomans_supported - } - war = no - has_global_flag = balkans_supported - } - - TUR = { - is_greater_power = no - NOT = { - alliance_with = ITA - in_sphere = ITA - } - any_owned_province = { - port = yes - OR = { - is_core = TRI - is_core = CYR - is_core = LBY - } - } - } - } - - fire_only_once = yes - mean_time_to_happen = { months = 10 } - - option = { - name = "EVT900000OPTA" - set_global_flag = italian_ultimatum_sent - set_country_flag = guerra_di_libia - TUR = { country_event = 900001 } - any_pop = { - limit = { is_culture_group = italian } - dominant_issue = { - factor = 0.05 - value = jingoism - } - scaled_militancy = { - issue = jingoism - factor = -4 - } - } - ai_chance = { - factor = 0.95 - modifier = { - factor = 0.6 - OR = { - TUR = { military_score = THIS } - is_disarmed = yes - } - } - modifier = { - factor = 100 - is_sphere_leader_of = TUR - } - } - } - - option = { - name = "EVT900000OPTB" - ai_chance = { - factor = 0.05 - modifier = { - factor = 0.4 - OR = { - TUR = { military_score = THIS } - is_disarmed = yes - } - } - modifier = { - factor = 0 - is_sphere_leader_of = TUR - } - } - } - } + id = 900000 + title = "EVTNAME900000" + desc = "EVTDESC900000" + picture = "italoturk" + + trigger = { + tag = ITA + is_vassal = no + war = no + is_disarmed = no + OR = { + military_directionism = 1 + mass_politics = 1 + year = 1910 + } + owns = 749 + OR = { + war_policy = jingoism + war_policy = pro_military + } + NOT = { + government = democracy + government = proletarian_dictatorship + truce_with = TUR + exists = LBY + has_country_modifier = no_more_war + } + OR = { + AND = { + is_greater_power = yes + war = no + has_global_flag = ottomans_supported + } + war = no + has_global_flag = balkans_supported + } + + TUR = { + is_greater_power = no + NOT = { + alliance_with = ITA + in_sphere = ITA + } + any_owned_province = { + port = yes + OR = { + is_core = TRI + is_core = CYR + is_core = LBY + } + } + } + } + + fire_only_once = yes + mean_time_to_happen = { months = 10 } + + option = { + name = "EVT900000OPTA" + set_global_flag = italian_ultimatum_sent + set_country_flag = guerra_di_libia + TUR = { country_event = 900001 } + any_pop = { + limit = { is_culture_group = italian } + dominant_issue = { + factor = 0.05 + value = jingoism + } + scaled_militancy = { + issue = jingoism + factor = -4 + } + } + ai_chance = { + factor = 0.95 + modifier = { + factor = 0.6 + OR = { + TUR = { military_score = THIS } + is_disarmed = yes + } + } + modifier = { + factor = 100 + is_sphere_leader_of = TUR + } + } + } + + option = { + name = "EVT900000OPTB" + ai_chance = { + factor = 0.05 + modifier = { + factor = 0.4 + OR = { + TUR = { military_score = THIS } + is_disarmed = yes + } + } + modifier = { + factor = 0 + is_sphere_leader_of = TUR + } + } + } + } country_event = { - id = 900001 - title = "EVTNAME900001" #Initial Turkish response - desc = "EVTDESC900001" - picture = "italoturk" - - is_triggered_only = yes - - option = { - name = "EVT900001OPTA" - prestige = -10 - ITA = { country_event = 900002 } - ai_chance = { - factor = 0.85 - modifier = { - factor = 0.1 - TUR = { military_score = FROM } - } - modifier = { - factor = 0.9 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 0.95 - in_sphere = FROM - } - } - } - - option = { - name = "EVT900001OPTB" - prestige = 5 - ITA = { country_event = 900007 } - ai_chance = { - factor = 0.15 - modifier = { - factor = 0.8 - TUR = { military_score = FROM } - } - modifier = { - factor = 0.05 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - } - } - } - } + id = 900001 + title = "EVTNAME900001" #Initial Turkish response + desc = "EVTDESC900001" + picture = "italoturk" + + is_triggered_only = yes + + option = { + name = "EVT900001OPTA" + prestige = -10 + ITA = { country_event = 900002 } + ai_chance = { + factor = 0.85 + modifier = { + factor = 0.1 + TUR = { military_score = FROM } + } + modifier = { + factor = 0.9 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 0.95 + in_sphere = FROM + } + } + } + + option = { + name = "EVT900001OPTB" + prestige = 5 + ITA = { country_event = 900007 } + ai_chance = { + factor = 0.15 + modifier = { + factor = 0.8 + TUR = { military_score = FROM } + } + modifier = { + factor = 0.05 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + } + } + } + } } country_event = { - id = 900002 - title = "EVTNAME900002" - desc = "EVTDESC900002" - picture = "italoturk" - - is_triggered_only = yes - - option = { - name = "EVT900002OPTA" - TUR = {country_event = 900005} - ai_chance = { - factor = 10 - modifier = { - factor = 0 - is_sphere_leader_of = FROM - } - } - } - - option = { - name = "EVT900002OPTB" - prestige = 5 - badboy = 3 - TUR = {country_event = 900006} - ai_chance = { - factor = 90 - modifier = { - factor = 0 - badboy = 0.9 - } - - modifier = { - factor = 100 - is_sphere_leader_of = FROM - } - - modifier = { - factor = 0.5 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - } - } - } - } + id = 900002 + title = "EVTNAME900002" + desc = "EVTDESC900002" + picture = "italoturk" + + is_triggered_only = yes + + option = { + name = "EVT900002OPTA" + TUR = {country_event = 900005} + ai_chance = { + factor = 10 + modifier = { + factor = 0 + is_sphere_leader_of = FROM + } + } + } + + option = { + name = "EVT900002OPTB" + prestige = 5 + badboy = 3 + TUR = {country_event = 900006} + ai_chance = { + factor = 90 + modifier = { + factor = 0 + badboy = 0.9 + } + + modifier = { + factor = 100 + is_sphere_leader_of = FROM + } + + modifier = { + factor = 0.5 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + } + } + } + } } country_event = { - id = 900005 - title = "EVTNAME900005" - desc = "EVTDESC900005" - picture = "italoturk_peace" - - is_triggered_only = yes - - option = { - name = "EVT900005OPTA" - set_global_flag = libya_organized - random_owned = { limit = { province_id = 1731 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1732 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1733 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1734 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1735 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1736 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1737 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1738 owned_by = TUR } secede_province = LBY } - #random_owned = { limit = { province_id = 1739 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 2585 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1740 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1741 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1742 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1743 owned_by = TUR } secede_province = LBY } - random_owned = { limit = { province_id = 1744 owned_by = TUR } secede_province = LBY } - TUR = { create_vassal = LBY } - CYR = { all_core = { add_core = LBY } } - TRI = { all_core = { add_core = LBY } } - random_country = { limit = { exists = no tag = CYR } all_core = { remove_core = CYR } } - random_country = { limit = { exists = no tag = TRI } all_core = { remove_core = TRI } } - ITA = { diplomatic_influence = { who = LBY value = 300 } relation = { who = LBY value = 200 } } - LBY = { tech_school = developing_tech_school } - } + id = 900005 + title = "EVTNAME900005" + desc = "EVTDESC900005" + picture = "italoturk_peace" + + is_triggered_only = yes + + option = { + name = "EVT900005OPTA" + set_global_flag = libya_organized + random_owned = { limit = { province_id = 1731 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1732 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1733 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1734 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1735 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1736 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1737 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1738 owned_by = TUR } secede_province = LBY } + #random_owned = { limit = { province_id = 1739 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 2585 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1740 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1741 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1742 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1743 owned_by = TUR } secede_province = LBY } + random_owned = { limit = { province_id = 1744 owned_by = TUR } secede_province = LBY } + TUR = { create_vassal = LBY } + CYR = { all_core = { add_core = LBY } } + TRI = { all_core = { add_core = LBY } } + random_country = { limit = { exists = no tag = CYR } all_core = { remove_core = CYR } } + random_country = { limit = { exists = no tag = TRI } all_core = { remove_core = TRI } } + ITA = { diplomatic_influence = { who = LBY value = 300 } relation = { who = LBY value = 200 } } + LBY = { tech_school = developing_tech_school } + } } country_event = { - id = 900006 - - is_triggered_only = yes - - title = "EVTNAME900006" - desc = "EVTDESC900006" - picture = "italoturk2" - - option = { - name = "EVT900006OPTA" - prestige = 5 - ITA = {country_event = 900007} - ai_chance = { - factor = 0.9 - modifier = { - factor = 0.2 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 0.05 - in_sphere = FROM - } - } - } - - option = { - name = "EVT900006OPTB" - prestige = -25 - ITA = { country_event = 900008 } - random_owned = { limit = { province_id = 1731 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1732 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1733 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1734 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1735 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1736 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1737 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1738 owned_by = TUR } secede_province = ITA } - #random_owned = { limit = { province_id = 1739 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 2585 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1740 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1741 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1742 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1743 owned_by = TUR } secede_province = ITA } - random_owned = { limit = { province_id = 1744 owned_by = TUR } secede_province = ITA } - ai_chance = { - factor = 0.1 - modifier = { - factor = 0.7 - OR = { - is_disarmed = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 0.95 - in_sphere = FROM - } - } - } + id = 900006 + + is_triggered_only = yes + + title = "EVTNAME900006" + desc = "EVTDESC900006" + picture = "italoturk2" + + option = { + name = "EVT900006OPTA" + prestige = 5 + ITA = {country_event = 900007} + ai_chance = { + factor = 0.9 + modifier = { + factor = 0.2 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 0.05 + in_sphere = FROM + } + } + } + + option = { + name = "EVT900006OPTB" + prestige = -25 + ITA = { country_event = 900008 } + random_owned = { limit = { province_id = 1731 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1732 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1733 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1734 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1735 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1736 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1737 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1738 owned_by = TUR } secede_province = ITA } + #random_owned = { limit = { province_id = 1739 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 2585 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1740 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1741 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1742 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1743 owned_by = TUR } secede_province = ITA } + random_owned = { limit = { province_id = 1744 owned_by = TUR } secede_province = ITA } + ai_chance = { + factor = 0.1 + modifier = { + factor = 0.7 + OR = { + is_disarmed = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 0.95 + in_sphere = FROM + } + } + } } country_event = { - id = 900007 - title = "EVTNAME900007" - desc = "EVTDESC900007" - picture = "italoturk2" - - is_triggered_only = yes - - option = { - name = "EVT900007OPTA" - set_global_flag = italy_fights_turk - diplomatic_influence = { who = TUR value = -400 } - relation = { who = TUR value = -400 } - CYR = { all_core = { add_core = LBY remove_core = CYR } } - TRI = { all_core = { add_core = LBY remove_core = TRI } } - war = { - target = TUR - attacker_goal = { - casus_belli = liberate_country - country = LBY - } - } - - ai_chance = { - factor = 90 - modifier = { - factor = 0.2 - OR = { - TUR = { part_of_sphere = yes } - any_greater_power = { alliance_with = TUR } - } - } - } - } + id = 900007 + title = "EVTNAME900007" + desc = "EVTDESC900007" + picture = "italoturk2" + + is_triggered_only = yes + + option = { + name = "EVT900007OPTA" + set_global_flag = italy_fights_turk + diplomatic_influence = { who = TUR value = -400 } + relation = { who = TUR value = -400 } + CYR = { all_core = { add_core = LBY remove_core = CYR } } + TRI = { all_core = { add_core = LBY remove_core = TRI } } + war = { + target = TUR + attacker_goal = { + casus_belli = liberate_country + country = LBY + } + } + + ai_chance = { + factor = 90 + modifier = { + factor = 0.2 + OR = { + TUR = { part_of_sphere = yes } + any_greater_power = { alliance_with = TUR } + } + } + } + } } - -# option = { -# name = "EVT900007OPTB" -# set_global_flag = italy_fights_turk -# diplomatic_influence = { who = TUR value = -400 } -# relation = { who = TUR value = -200 } -# casus_belli ={ -# target = FROM -# type = place_in_the_sun -# months = 80 -# } -# casus_belli ={ -# target = FROM -# type = place_in_the_sun -# months = 80 -# } -# casus_belli ={ -# target = FROM -# type = place_in_the_sun -# months = 80 -# } -# ai_chance = { -# factor = 10 -# modifier = { -# factor = 8 -# OR = { -# TUR = { part_of_sphere = yes } -# any_greater_power = { alliance_with = TUR } -# } -# } -# } -# } + +# option = { +# name = "EVT900007OPTB" +# set_global_flag = italy_fights_turk +# diplomatic_influence = { who = TUR value = -400 } +# relation = { who = TUR value = -200 } +# casus_belli ={ +# target = FROM +# type = place_in_the_sun +# months = 80 +# } +# casus_belli ={ +# target = FROM +# type = place_in_the_sun +# months = 80 +# } +# casus_belli ={ +# target = FROM +# type = place_in_the_sun +# months = 80 +# } +# ai_chance = { +# factor = 10 +# modifier = { +# factor = 8 +# OR = { +# TUR = { part_of_sphere = yes } +# any_greater_power = { alliance_with = TUR } +# } +# } +# } +# } #} - + country_event = { - id = 900008 - title = "EVTNAME900008" - desc = "EVTDESC900008" - picture = "italoturk_peace" - news = yes - news_desc_long = "EVTDESC900008_NEWS_MEDIUM" - news_desc_medium = "EVTDESC900008_NEWS_MEDIUM" - news_desc_short = "EVTDESC900008_NEWS_SHORT" - - is_triggered_only = yes - - option = { - name = "EVT900008OPTA" - prestige = 5 - ai_chance = { factor = 0 } - } - - option = { - name = "EVT900008OPTB" - prestige = 5 - random_country = { - limit = { - tag = TUR - owns = 846 - } - 846 = { secede_province = THIS } - THIS = { badboy = 1 } - } - ai_chance = { factor = 100 } - } + id = 900008 + title = "EVTNAME900008" + desc = "EVTDESC900008" + picture = "italoturk_peace" + news = yes + news_desc_long = "EVTDESC900008_NEWS_MEDIUM" + news_desc_medium = "EVTDESC900008_NEWS_MEDIUM" + news_desc_short = "EVTDESC900008_NEWS_SHORT" + + is_triggered_only = yes + + option = { + name = "EVT900008OPTA" + prestige = 5 + ai_chance = { factor = 0 } + } + + option = { + name = "EVT900008OPTB" + prestige = 5 + random_country = { + limit = { + tag = TUR + owns = 846 + } + 846 = { secede_province = THIS } + THIS = { badboy = 1 } + } + ai_chance = { factor = 100 } + } } country_event = { - id = 900009 - title = "EVTNAME900009" - desc = "EVTDESC900009" - picture = "italoturk_peace" - news = yes - news_desc_long = "EVTDESC900009_NEWS_MEDIUM" - news_desc_medium = "EVTDESC900009_NEWS_MEDIUM" - news_desc_short = "EVTDESC900009_NEWS_SHORT" - - is_triggered_only = yes - - mean_time_to_happen = {months = 1} - fire_only_once = yes - - option = { - name = "EVT900009OPTA" - set_global_flag = italian_vic_turk - clr_global_flag = italy_fights_turk - inherit = LBY - random_country = { - limit = { tag = TUR owns = 846 } - 846 = { any_pop = { limit = { has_pop_culture = greek } militancy = 6 } } - } - ai_chance = { - factor = 0.01 - modifier = { - factor = 100 - badboy = 0.97 - } - } - } - - option = { - name = "EVT900009OPTB" - set_global_flag = italian_vic_turk - clr_global_flag = italy_fights_turk - inherit = LBY - badboy = 2 - random_country = { - limit = { tag = TUR owns = 846 } - 846 = { secede_province = THIS any_pop = { militancy = 3 } } - } - ai_chance = { - factor = 100 - modifier = { - factor = 0 - badboy = 0.97 - } - } - } + id = 900009 + title = "EVTNAME900009" + desc = "EVTDESC900009" + picture = "italoturk_peace" + news = yes + news_desc_long = "EVTDESC900009_NEWS_MEDIUM" + news_desc_medium = "EVTDESC900009_NEWS_MEDIUM" + news_desc_short = "EVTDESC900009_NEWS_SHORT" + + is_triggered_only = yes + + mean_time_to_happen = {months = 1} + fire_only_once = yes + + option = { + name = "EVT900009OPTA" + set_global_flag = italian_vic_turk + clr_global_flag = italy_fights_turk + inherit = LBY + random_country = { + limit = { tag = TUR owns = 846 } + 846 = { any_pop = { limit = { has_pop_culture = greek } militancy = 6 } } + } + ai_chance = { + factor = 0.01 + modifier = { + factor = 100 + badboy = 0.97 + } + } + } + + option = { + name = "EVT900009OPTB" + set_global_flag = italian_vic_turk + clr_global_flag = italy_fights_turk + inherit = LBY + badboy = 2 + random_country = { + limit = { tag = TUR owns = 846 } + 846 = { secede_province = THIS any_pop = { militancy = 3 } } + } + ai_chance = { + factor = 100 + modifier = { + factor = 0 + badboy = 0.97 + } + } + } } country_event = { - id = 900010 - title = "EVTNAME900010" - desc = "EVTDESC900010" - picture = "italoturk2" + id = 900010 + title = "EVTNAME900010" + desc = "EVTDESC900010" + picture = "italoturk2" - trigger = { - tag = TUR - owns = 1731 - has_global_flag = italy_fights_turk - war = no - NOT = { has_global_flag = italian_vic_turk } - ITA = { has_recently_lost_war = yes } - truce_with = ITA - } + trigger = { + tag = TUR + owns = 1731 + has_global_flag = italy_fights_turk + war = no + NOT = { has_global_flag = italian_vic_turk } + ITA = { has_recently_lost_war = yes } + truce_with = ITA + } - fire_only_once = yes - mean_time_to_happen = {months = 1} + fire_only_once = yes + mean_time_to_happen = {months = 1} option = { - name = "EVT900010OPTA" - prestige = 20 - clr_global_flag = italy_fights_turk - } + name = "EVT900010OPTA" + prestige = 20 + clr_global_flag = italy_fights_turk + } } diff --git a/HPM/events/JAPFlavor.txt b/HPM/events/JAPFlavor.txt index 029a4c36..221c604d 100644 --- a/HPM/events/JAPFlavor.txt +++ b/HPM/events/JAPFlavor.txt @@ -1,3101 +1,3124 @@ ##################################################################################### -# # -# Uncivilized Japan Events # -# # +# # +# Uncivilized Japan Events # +# # ##################################################################################### #Commodore Perry's Expedition events country_event = { - id = 97605 - title = "EVTNAME97605" #Kurofune - desc = "EVTDESC97605" - picture = "commodore_perry" - - is_triggered_only = yes - - option = { - name = "EVT97605OPTA" - set_country_flag = caved_to_commodore_perry - prestige = -10 - remove_country_modifier = sakoku - remove_country_modifier = rangaku - remove_country_modifier = uncivilized_isolationism - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - add_country_modifier = { - name = "western_influences" - duration = -1 - } - FROM = { country_event = 97606 } - } - - option = { - name = "EVT97605OPTB" - set_country_flag = rejected_commodore_perry - leave_alliance = USA - relation = { who = USA value = -200 } - add_casus_belli = { - target = USA - type = add_to_sphere - months = 12 - } - add_casus_belli = { - target = USA - type = humiliate - months = 12 - } - FROM = { country_event = 97607 } - } + id = 97605 + title = "EVTNAME97605" #Kurofune + desc = "EVTDESC97605" + picture = "commodore_perry" + + is_triggered_only = yes + + option = { + name = "EVT97605OPTA" + set_country_flag = caved_to_commodore_perry + prestige = -10 + remove_country_modifier = sakoku + remove_country_modifier = rangaku + remove_country_modifier = uncivilized_isolationism + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + add_country_modifier = { + name = "western_influences" + duration = -1 + } + FROM = { country_event = 97606 } + } + + option = { + name = "EVT97605OPTB" + set_country_flag = rejected_commodore_perry + leave_alliance = USA + relation = { who = USA value = -200 } + add_casus_belli = { + target = USA + type = add_to_sphere + months = 12 + } + add_casus_belli = { + target = USA + type = humiliate + months = 12 + } + FROM = { country_event = 97607 } + } } country_event = { - id = 97606 - title = "EVTNAME97606" #Commodore Perry Successful - desc = "EVTDESC97606" - news = yes - news_title = "EVTNAME97606_NEWS_TITLE" - news_desc_long = "EVTDESC97606_NEWS_LONG" - news_desc_medium = "EVTDESC97606_NEWS_MEDIUM" - news_desc_short = "EVTDESC97606_NEWS_SHORT" - picture = "commodore_perry" - - is_triggered_only = yes - - option = { - name = "EVT97606OPTA" - prestige = 20 - random_country = { - limit = { - is_sphere_leader_of = TKG - NOT = { tag = THIS } - } - diplomatic_influence = { who = TKG value = -100 } - } - diplomatic_influence = { who = TKG value = 100 } - relation = { who = TKG value = 100 } - } + id = 97606 + title = "EVTNAME97606" #Commodore Perry Successful + desc = "EVTDESC97606" + news = yes + news_title = "EVTNAME97606_NEWS_TITLE" + news_desc_long = "EVTDESC97606_NEWS_LONG" + news_desc_medium = "EVTDESC97606_NEWS_MEDIUM" + news_desc_short = "EVTDESC97606_NEWS_SHORT" + picture = "commodore_perry" + + is_triggered_only = yes + + option = { + name = "EVT97606OPTA" + prestige = 20 + random_country = { + limit = { + is_sphere_leader_of = TKG + NOT = { tag = THIS } + } + diplomatic_influence = { who = TKG value = -100 } + } + diplomatic_influence = { who = TKG value = 100 } + relation = { who = TKG value = 100 } + } } country_event = { - id = 97607 - title = "EVTNAME97607" #The Japanese Are Defiant - desc = "EVTDESC97607" - picture = "commodore_perry" - - is_triggered_only = yes - - option = { - name = "EVT97607OPTA" - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - diplomatic_influence = { who = TKG value = -200 } - war = { - target = TKG - attacker_goal = { - casus_belli = add_to_sphere - } - } - } - - option = { - name = "EVT97607OPTB" - prestige = -20 - any_pop = { - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - } + id = 97607 + title = "EVTNAME97607" #The Japanese Are Defiant + desc = "EVTDESC97607" + picture = "commodore_perry" + + is_triggered_only = yes + + option = { + name = "EVT97607OPTA" + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + diplomatic_influence = { who = TKG value = -200 } + war = { + target = TKG + attacker_goal = { + casus_belli = add_to_sphere + } + } + } + + option = { + name = "EVT97607OPTB" + prestige = -20 + any_pop = { + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + } } country_event = { - id = 97608 - title = "EVTNAME97608" #Japanese Surrender - desc = "EVTDESC97608" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97608OPTA" - clr_country_flag = rejected_commodore_perry - set_country_flag = surrendered_to_perry - prestige = -10 - treasury = -100000 - FROM = { country_event = 97609 } - remove_country_modifier = uncivilized_isolationism - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - add_country_modifier = { - name = "western_influences" - duration = -1 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT97608OPTB" - war_exhaustion = 20 - FROM = { country_event = 97610 } - ai_chance = { factor = 0 } - } + id = 97608 + title = "EVTNAME97608" #Japanese Surrender + desc = "EVTDESC97608" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97608OPTA" + clr_country_flag = rejected_commodore_perry + set_country_flag = surrendered_to_perry + prestige = -10 + FROM = { country_event = 97609 } + remove_country_modifier = uncivilized_isolationism + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + add_country_modifier = { + name = "western_influences" + duration = -1 + } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT97608OPTB" + war_exhaustion = 20 + FROM = { country_event = 97610 } + ai_chance = { factor = 0 } + } } country_event = { - id = 97609 - title = "EVTNAME97609" #The Japanese Have Surrendered - desc = "EVTDESC97609" - news = yes - news_title = "EVTNAME97609_NEWS_TITLE" - news_desc_long = "EVTDESC97609_NEWS_LONG" - news_desc_medium = "EVTDESC97609_NEWS_MEDIUM" - news_desc_short = "EVTDESC97609_NEWS_SHORT" - picture = "commodore_perry" - - is_triggered_only = yes - - option = { - name = "EVT97609OPTA" - clr_country_flag = negotiate_unequal_treaty_TKG - FROM = { clr_country_flag = negotiate_unequal_treaty_TKG } - prestige = 10 - end_war = FROM - treasury = 100000 - relation = { who = FROM value = 300 } - diplomatic_influence = { who = FROM value = 200 } - } + id = 97609 + title = "EVTNAME97609" #The Japanese Have Surrendered + desc = "EVTDESC97609" + news = yes + news_title = "EVTNAME97609_NEWS_TITLE" + news_desc_long = "EVTDESC97609_NEWS_LONG" + news_desc_medium = "EVTDESC97609_NEWS_MEDIUM" + news_desc_short = "EVTDESC97609_NEWS_SHORT" + picture = "commodore_perry" + + is_triggered_only = yes + + option = { + name = "EVT97609OPTA" + clr_country_flag = negotiate_unequal_treaty_TKG + FROM = { clr_country_flag = negotiate_unequal_treaty_TKG } + prestige = 10 + end_war = FROM + treasury = 100000 + relation = { who = FROM value = 300 } + diplomatic_influence = { who = FROM value = 200 } + } } country_event = { - id = 97610 - title = "EVTNAME97610" #The Japanese Have Refused! - desc = "EVTDESC97610" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97610OPTA" - prestige = -5 - FROM = { clr_country_flag = negotiate_unequal_treaty_TKG } - } + id = 97610 + title = "EVTNAME97610" #The Japanese Have Refused! + desc = "EVTDESC97610" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97610OPTA" + prestige = -5 + FROM = { clr_country_flag = negotiate_unequal_treaty_TKG } + } } ##################################################################################### -# # -# Lead-Up to the Boshin War # -# # +# # +# Lead-Up to the Boshin War # +# # ##################################################################################### #Sonno Joi event chain country_event = { - id = 97615 - title = "EVTNAME97615" #Sonno Joi - desc = "EVTDESC97615" - picture = "sonno_joi" - - trigger = { - primary_culture = japanese - OR = { - tag = TKG - substate_of = TKG - vassal_of = TKG - } - TKG = { - OR = { - has_country_modifier = western_influences - civilized = yes - } - } - NOT = { has_country_flag = sonno_joi } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT97615OPTA" - set_country_flag = sonno_joi - remove_country_modifier = sakoku - remove_country_modifier = rangaku - aristocrats = { - consciousness = 2 - ideology = { - value = reactionary - factor = 0.2 - } - } - any_pop = { - militancy = 2 - } - } + id = 97615 + title = "EVTNAME97615" #Sonno Joi + desc = "EVTDESC97615" + picture = "sonno_joi" + + trigger = { + primary_culture = japanese + OR = { + tag = TKG + substate_of = TKG + vassal_of = TKG + } + TKG = { + OR = { + has_country_modifier = western_influences + civilized = yes + } + } + NOT = { has_country_flag = sonno_joi } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT97615OPTA" + set_country_flag = sonno_joi + remove_country_modifier = sakoku + remove_country_modifier = rangaku + aristocrats = { + consciousness = 2 + ideology = { + value = reactionary + factor = 0.2 + } + } + any_pop = { + militancy = 2 + } + } } province_event = { - id = 97616 - title = "EVTNAME97616" #Rebellion against foreigners - desc = "EVTDESC97616" - - trigger = { - owner = { - has_country_flag = sonno_joi - war = no - } - owner = { - any_neighbor_country = { tag = JAP } - } - TKG = { exists = yes } - is_core = TKG - controlled_by = THIS - OR = { - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = extraterritoriality_granted - AND = { - is_capital = yes - owner = { has_country_modifier = legation_quarter } - } - any_neighbor_province = { has_province_modifier = peasant_revolt } - AND = { - owner = { has_global_flag = order_to_expel_barbarians } - port = yes - } - owner = { civilized = yes } - } - NOT = { - owner = { has_global_flag = boshin_war } - owner = { has_global_flag = boshin_war_has_happened } - has_province_modifier = peasant_revolt - average_militancy = 6 - } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 0.75 - owner = { has_global_flag = order_to_expel_barbarians } - } - modifier = { - factor = 0.75 - owner = { has_country_flag = supports_imperial_edict } - } - modifier = { - factor = 0.75 - owner = { part_of_sphere = yes } - } - modifier = { - factor = 2 - owner = { has_country_flag = opposes_imperial_edict } - } - modifier = { - factor = 0.9 - reactionary = 5 - } - modifier = { - factor = 0.9 - reactionary = 10 - } - modifier = { - factor = 0.9 - reactionary = 15 - } - modifier = { - factor = 4 - owner = { average_militancy = 4 } - } - modifier = { - factor = 2 - owner = { average_militancy = 6 } - } - modifier = { - factor = 0.75 - owner = { NOT = { average_militancy = 2 } } - } - } - - option = { - name = "EVT97616OPTA" - owner = { - prestige = -2 - random_owned = { - limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } - owner = { remove_country_modifier = western_presence_research } - } - } - any_pop = { - ideology = { - value = reactionary - factor = 0.1 - } - scaled_militancy = { - ideology = reactionary - factor = 4 - } - } - add_province_modifier = { - name = peasant_revolt - duration = 365 - } - random_country = { - limit = { is_greater_power = yes } - relation = { who = TKG value = -20 } - } - owner = { - random_owned = { - limit = { - is_capital = yes - has_province_modifier = peasant_revolt - } - owner = { remove_country_modifier = legation_quarter } - } - } - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = extraterritoriality_granted - } + id = 97616 + title = "EVTNAME97616" #Rebellion against foreigners + desc = "EVTDESC97616" + + trigger = { + owner = { + has_country_flag = sonno_joi + war = no + } + owner = { + any_neighbor_country = { tag = JAP } + } + TKG = { exists = yes } + is_core = TKG + controlled_by = THIS + OR = { + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = extraterritoriality_granted + AND = { + is_capital = yes + owner = { has_country_modifier = legation_quarter } + } + any_neighbor_province = { has_province_modifier = peasant_revolt } + AND = { + owner = { has_global_flag = order_to_expel_barbarians } + port = yes + } + owner = { civilized = yes } + } + NOT = { + owner = { has_global_flag = boshin_war } + owner = { has_global_flag = boshin_war_has_happened } + has_province_modifier = peasant_revolt + average_militancy = 6 + } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 0.75 + owner = { has_global_flag = order_to_expel_barbarians } + } + modifier = { + factor = 0.75 + owner = { has_country_flag = supports_imperial_edict } + } + modifier = { + factor = 0.75 + owner = { part_of_sphere = yes } + } + modifier = { + factor = 2 + owner = { has_country_flag = opposes_imperial_edict } + } + modifier = { + factor = 0.9 + reactionary = 5 + } + modifier = { + factor = 0.9 + reactionary = 10 + } + modifier = { + factor = 0.9 + reactionary = 15 + } + modifier = { + factor = 4 + owner = { average_militancy = 4 } + } + modifier = { + factor = 2 + owner = { average_militancy = 6 } + } + modifier = { + factor = 0.75 + owner = { NOT = { average_militancy = 2 } } + } + } + + option = { + name = "EVT97616OPTA" + owner = { + prestige = -2 + random_owned = { + limit = { owner = { NOT = { any_owned_province = { has_country_modifier = western_presence_research } } } } + owner = { remove_country_modifier = western_presence_research } + } + } + any_pop = { + ideology = { + value = reactionary + factor = 0.1 + } + scaled_militancy = { + ideology = reactionary + factor = 4 + } + } + add_province_modifier = { + name = peasant_revolt + duration = 365 + } + random_country = { + limit = { is_greater_power = yes } + relation = { who = TKG value = -20 } + } + owner = { + random_owned = { + limit = { + is_capital = yes + has_province_modifier = peasant_revolt + } + owner = { remove_country_modifier = legation_quarter } + } + } + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = extraterritoriality_granted + } } country_event = { - id = 97617 - title = "EVTNAME97617" #Order to Expel the Barbarians - desc = "EVTDESC97617" - news = yes - news_desc_long = "EVTDESC97617_NEWS_LONG" - news_desc_medium = "EVTDESC97617_NEWS_MEDIUM" - news_desc_short = "EVTDESC97617_NEWS_SHORT" - picture = "sonno_joi" - - is_triggered_only = yes - - option = { - name = "EVT97617OPTA" - relation = { who = FROM value = -100 } - prestige = -5 - } + id = 97617 + title = "EVTNAME97617" #Order to Expel the Barbarians + desc = "EVTDESC97617" + news = yes + news_desc_long = "EVTDESC97617_NEWS_LONG" + news_desc_medium = "EVTDESC97617_NEWS_MEDIUM" + news_desc_short = "EVTDESC97617_NEWS_SHORT" + picture = "sonno_joi" + + is_triggered_only = yes + + option = { + name = "EVT97617OPTA" + relation = { who = FROM value = -100 } + prestige = -5 + } } country_event = { - id = 97618 - title = "EVTNAME97617" #Order to Expel the Barbarians - Response from Substates - desc = "EVTDESC97618" - picture = "sonno_joi" - - is_triggered_only = yes - - option = { - name = "EVT97618OPTA" - set_country_flag = supports_imperial_edict - relation = { who = FROM value = 50 } - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - TKG = { has_recently_lost_war = yes } - } - modifier = { - factor = 1.5 - civilized = yes - } - modifier = { - factor = 1.5 - has_country_flag = tozama_daimyo - ruling_party_ideology = conservative - } - modifier = { - factor = 0.5 - has_country_flag = fudai_daimyo - ruling_party_ideology = reactionary - } - } - } - - option = { - name = "EVT97618OPTB" - set_country_flag = opposes_imperial_edict - relation = { who = FROM value = -50 } - ruling_party_ideology = reactionary - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - TKG = { has_country_flag = rejected_commodore_perry } - } - modifier = { - factor = 0.5 - has_country_flag = tozama_daimyo - ruling_party_ideology = conservative - } - modifier = { - factor = 1.5 - has_country_flag = fudai_daimyo - ruling_party_ideology = reactionary - } - } - } + id = 97618 + title = "EVTNAME97617" #Order to Expel the Barbarians - Response from Substates + desc = "EVTDESC97618" + picture = "sonno_joi" + + is_triggered_only = yes + + option = { + name = "EVT97618OPTA" + set_country_flag = supports_imperial_edict + relation = { who = FROM value = 50 } + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + TKG = { has_recently_lost_war = yes } + } + modifier = { + factor = 1.5 + civilized = yes + } + modifier = { + factor = 1.5 + has_country_flag = tozama_daimyo + ruling_party_ideology = conservative + } + modifier = { + factor = 0.5 + has_country_flag = fudai_daimyo + ruling_party_ideology = reactionary + } + } + } + + option = { + name = "EVT97618OPTB" + set_country_flag = opposes_imperial_edict + relation = { who = FROM value = -50 } + ruling_party_ideology = reactionary + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + TKG = { has_country_flag = rejected_commodore_perry } + } + modifier = { + factor = 0.5 + has_country_flag = tozama_daimyo + ruling_party_ideology = conservative + } + modifier = { + factor = 1.5 + has_country_flag = fudai_daimyo + ruling_party_ideology = reactionary + } + } + } } #Death of the Shogun country_event = { - id = 97620 - title = "EVTNAME97620" #The Death of Iesada - desc = "EVTDESC97620" - picture = "emperor_funeral" - - trigger = { - tag = TKG - year = 1858 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { has_global_flag = yoshinobu_shogun } - NOT = { has_global_flag = iemochi_shogun } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT97620OPTA" - set_global_flag = yoshinobu_shogun - any_pop = { - scaled_militancy = { - ideology = conservative - factor = -3 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - any_country = { - limit = { - substate_of = TKG - has_country_flag = tozama_daimyo - } - country_event = 97621 - } - any_country = { - limit = { - substate_of = TKG - has_country_flag = fudai_daimyo - } - country_event = 97622 - } - ai_chance = { - factor = 50 - modifier = { - factor = 2 - has_country_flag = consulted_tozama - } - modifier = { - factor = 0.2 - has_country_flag = consulted_fudai - } - modifier = { - factor = 0.1 - NOT = { has_country_flag = consulted_tozama } - NOT = { has_country_flag = consulted_fudai } - } - } - } - - option = { - name = "EVT97620OPTB" - set_global_flag = iemochi_shogun - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - scaled_militancy = { - ideology = reactionary - factor = -3 - } - } - any_country = { - limit = { - substate_of = TKG - has_country_flag = tozama_daimyo - } - country_event = 97623 - } - any_country = { - limit = { - substate_of = TKG - has_country_flag = fudai_daimyo - } - country_event = 97624 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.2 - has_country_flag = consulted_tozama - } - modifier = { - factor = 2 - has_country_flag = consulted_fudai - } - } - } + id = 97620 + title = "EVTNAME97620" #The Death of Iesada + desc = "EVTDESC97620" + picture = "emperor_funeral" + + trigger = { + tag = TKG + year = 1858 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { has_global_flag = yoshinobu_shogun } + NOT = { has_global_flag = iemochi_shogun } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT97620OPTA" + set_global_flag = yoshinobu_shogun + any_pop = { + scaled_militancy = { + ideology = conservative + factor = -3 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + any_country = { + limit = { + substate_of = TKG + has_country_flag = tozama_daimyo + } + country_event = 97621 + } + any_country = { + limit = { + substate_of = TKG + has_country_flag = fudai_daimyo + } + country_event = 97622 + } + ai_chance = { + factor = 50 + modifier = { + factor = 2 + has_country_flag = consulted_tozama + } + modifier = { + factor = 0.2 + has_country_flag = consulted_fudai + } + modifier = { + factor = 0.1 + NOT = { has_country_flag = consulted_tozama } + NOT = { has_country_flag = consulted_fudai } + } + } + } + + option = { + name = "EVT97620OPTB" + set_global_flag = iemochi_shogun + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + scaled_militancy = { + ideology = reactionary + factor = -3 + } + } + any_country = { + limit = { + substate_of = TKG + has_country_flag = tozama_daimyo + } + country_event = 97623 + } + any_country = { + limit = { + substate_of = TKG + has_country_flag = fudai_daimyo + } + country_event = 97624 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.2 + has_country_flag = consulted_tozama + } + modifier = { + factor = 2 + has_country_flag = consulted_fudai + } + } + } } country_event = { - id = 97621 - title = "EVTNAME97621" #Tokugawa Yoshinobu is Shogun - Tozama - desc = "EVTDESC97621" - picture = "emperor_funeral" - - is_triggered_only = yes - - option = { - name = "EVT97624OPTA" - relation = { who = TKG value = 50 } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = -3 - } - } - } + id = 97621 + title = "EVTNAME97621" #Tokugawa Yoshinobu is Shogun - Tozama + desc = "EVTDESC97621" + picture = "emperor_funeral" + + is_triggered_only = yes + + option = { + name = "EVT97624OPTA" + relation = { who = TKG value = 50 } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = -3 + } + } + } } country_event = { - id = 97622 - title = "EVTNAME97621" #Tokugawa Yoshinobu is Shogun - Fudai - desc = "EVTDESC97622" - picture = "emperor_funeral" - - is_triggered_only = yes - - option = { - name = "EVT97623OPTA" - set_country_flag = angered_by_bakufu - relation = { who = TKG value = -50 } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } + id = 97622 + title = "EVTNAME97621" #Tokugawa Yoshinobu is Shogun - Fudai + desc = "EVTDESC97622" + picture = "emperor_funeral" + + is_triggered_only = yes + + option = { + name = "EVT97623OPTA" + set_country_flag = angered_by_bakufu + relation = { who = TKG value = -50 } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } } country_event = { - id = 97623 - title = "EVTNAME97623" #Tokugawa Iemochi is Shogun - Tozama - desc = "EVTDESC97623" - picture = "emperor_funeral" - - is_triggered_only = yes - - option = { - name = "EVT97623OPTA" - set_country_flag = angered_by_bakufu - relation = { who = TKG value = -50 } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - } - } + id = 97623 + title = "EVTNAME97623" #Tokugawa Iemochi is Shogun - Tozama + desc = "EVTDESC97623" + picture = "emperor_funeral" + + is_triggered_only = yes + + option = { + name = "EVT97623OPTA" + set_country_flag = angered_by_bakufu + relation = { who = TKG value = -50 } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + } + } } country_event = { - id = 97624 - title = "EVTNAME97623" #Tokugawa Iemochi is Shogun - Fudai - desc = "EVTDESC97624" - picture = "emperor_funeral" - - is_triggered_only = yes - - option = { - name = "EVT97624OPTA" - relation = { who = TKG value = 50 } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -3 - } - } - } + id = 97624 + title = "EVTNAME97623" #Tokugawa Iemochi is Shogun - Fudai + desc = "EVTDESC97624" + picture = "emperor_funeral" + + is_triggered_only = yes + + option = { + name = "EVT97624OPTA" + relation = { who = TKG value = 50 } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -3 + } + } + } } #Sakuradamon Incident (reaction to Ansei Purge) country_event = { - id = 97625 - title = "EVTNAME97625" #Sakuradamon Incident - desc = "EVTDESC97625" - picture = "sakuradamon" - - trigger = { - tag = TKG - has_country_modifier = ansei_purge - OR = { - year = 1862 - average_militancy = 2 - CHO = { average_militancy = 4 } - SAT = { average_militancy = 4 } - TOS = { average_militancy = 4 } - KAG = { average_militancy = 4 } - SEN = { average_militancy = 4 } - YZW = { average_militancy = 4 } - JAP = { average_militancy = 4 } - } - NOT = { has_country_flag = sakuradamon_incident } - NOT = { has_country_flag = emperor_meiji } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - year = 1862 - } - modifier = { - factor = 0.5 - year = 1865 - } - } - - option = { - name = "EVT97625OPTA" - set_country_flag = sakuradamon_incident - prestige = -10 - remove_country_modifier = ansei_purge - add_country_modifier = { - name = kobu_gattai - duration = -1 - } - any_country = { - limit = { - NOT = { tag = TKG } - has_country_modifier = ansei_purge - } - country_event = 97626 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT97625OPTB" - set_country_flag = sakuradamon_incident - any_country = { - limit = { - NOT = { tag = TKG } - has_country_modifier = ansei_purge - } - country_event = 97627 - } - ai_chance = { - factor = 10 - } - } + id = 97625 + title = "EVTNAME97625" #Sakuradamon Incident + desc = "EVTDESC97625" + picture = "sakuradamon" + + trigger = { + tag = TKG + has_country_modifier = ansei_purge + OR = { + year = 1862 + average_militancy = 2 + CHO = { average_militancy = 4 } + SAT = { average_militancy = 4 } + TOS = { average_militancy = 4 } + KAG = { average_militancy = 4 } + SEN = { average_militancy = 4 } + YZW = { average_militancy = 4 } + JAP = { average_militancy = 4 } + } + NOT = { has_country_flag = sakuradamon_incident } + NOT = { has_country_flag = emperor_meiji } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + year = 1862 + } + modifier = { + factor = 0.5 + year = 1865 + } + } + + option = { + name = "EVT97625OPTA" + set_country_flag = sakuradamon_incident + prestige = -10 + remove_country_modifier = ansei_purge + add_country_modifier = { + name = kobu_gattai + duration = -1 + } + any_country = { + limit = { + NOT = { tag = TKG } + has_country_modifier = ansei_purge + } + country_event = 97626 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT97625OPTB" + set_country_flag = sakuradamon_incident + any_country = { + limit = { + NOT = { tag = TKG } + has_country_modifier = ansei_purge + } + country_event = 97627 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97626 - title = "EVTNAME97625" #Sakuradamon Incident - desc = "EVTDESC97626" - picture = "sakuradamon" - - is_triggered_only = yes - - option = { - name = "EVT97627OPTA" - remove_country_modifier = ansei_purge - add_country_modifier = { - name = kobu_gattai - duration = -1 - } - } + id = 97626 + title = "EVTNAME97625" #Sakuradamon Incident + desc = "EVTDESC97626" + picture = "sakuradamon" + + is_triggered_only = yes + + option = { + name = "EVT97627OPTA" + remove_country_modifier = ansei_purge + add_country_modifier = { + name = kobu_gattai + duration = -1 + } + } } country_event = { - id = 97627 - title = "EVTNAME97625" #Sakuradamon Incident - desc = "EVTDESC97627" - picture = "sakuradamon" - major = yes - is_triggered_only = yes - - option = { - name = "EVT97627OPTA" - } + id = 97627 + title = "EVTNAME97625" #Sakuradamon Incident + desc = "EVTDESC97627" + picture = "sakuradamon" + major = yes + is_triggered_only = yes + + option = { + name = "EVT97627OPTA" + } } #The Death of Komei country_event = { - id = 97630 - title = "EVTNAME97630" #The Death of Emperor Komei - desc = "EVTDESC97630" - news = yes - news_desc_long = "EVTDESC97630_NEWS_LONG" - news_desc_medium = "EVTDESC97630_NEWS_MEDIUM" - news_desc_short = "EVTDESC97630_NEWS_SHORT" - picture = "emperor_funeral" - - trigger = { - tag = TKG - year = 1860 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - year = 1890 - has_country_modifier = kobu_gattai - has_country_flag = sakuradamon_incident - has_global_flag = order_to_expel_barbarians - JAP = { is_vassal = no } - KAG = { is_vassal = no } - YZW = { is_vassal = no } - SEN = { is_vassal = no } - CHO = { is_vassal = no } - TOS = { is_vassal = no } - SAT = { is_vassal = no } - } - NOT = { has_country_flag = emperor_meiji } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - year = 1864 - } - modifier = { - factor = 0.1 - year = 1868 - } - } - - option = { - name = "EVT97630OPTA" - set_country_flag = emperor_meiji - remove_country_modifier = kobu_gattai - any_country = { - limit = { substate_of = TKG } - country_event = 97631 - } - } + id = 97630 + title = "EVTNAME97630" #The Death of Emperor Komei + desc = "EVTDESC97630" + news = yes + news_desc_long = "EVTDESC97630_NEWS_LONG" + news_desc_medium = "EVTDESC97630_NEWS_MEDIUM" + news_desc_short = "EVTDESC97630_NEWS_SHORT" + picture = "emperor_funeral" + + trigger = { + tag = TKG + year = 1860 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + year = 1890 + has_country_modifier = kobu_gattai + has_country_flag = sakuradamon_incident + has_global_flag = order_to_expel_barbarians + JAP = { is_vassal = no } + KAG = { is_vassal = no } + YZW = { is_vassal = no } + SEN = { is_vassal = no } + CHO = { is_vassal = no } + TOS = { is_vassal = no } + SAT = { is_vassal = no } + } + NOT = { has_country_flag = emperor_meiji } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + year = 1864 + } + modifier = { + factor = 0.1 + year = 1868 + } + } + + option = { + name = "EVT97630OPTA" + set_country_flag = emperor_meiji + remove_country_modifier = kobu_gattai + any_country = { + limit = { substate_of = TKG } + country_event = 97631 + } + } } country_event = { - id = 97631 - title = "EVTNAME97630" #The Death of Emperor Komei - desc = "EVTDESC97630" - picture = "emperor_funeral" - - is_triggered_only = yes - - option = { - name = "EVT97630OPTA" - set_country_flag = emperor_meiji - remove_country_modifier = kobu_gattai - } + id = 97631 + title = "EVTNAME97630" #The Death of Emperor Komei + desc = "EVTDESC97630" + picture = "emperor_funeral" + + is_triggered_only = yes + + option = { + name = "EVT97630OPTA" + set_country_flag = emperor_meiji + remove_country_modifier = kobu_gattai + } } #Opposition to the Bakufu country_event = { - id = 97635 - title = "EVTNAME97635" #Opposition to the Bakufu - desc = "EVTDESC97635" - picture = "meiji_parliament" - - trigger = { - tag = TKG - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - has_country_flag = caved_to_commodore_perry - has_country_flag = surrendered_to_perry - has_recently_lost_war = yes - any_core = { - empty = no - owner = { NOT = { is_culture_group = far_east_asian } } - } - any_core = { - empty = no - NOT = { owned_by = THIS } - owner = { - is_culture_group = far_east_asian - is_vassal = no - } - } - } - NOT = { has_country_flag = consulted_fudai } - NOT = { has_country_flag = consulted_tozama } - NOT = { has_global_flag = boshin_war } - NOT = { has_global_flag = boshin_war_has_happened } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT97635OPTA" - set_country_flag = consulted_tozama - any_country = { - limit = { - substate_of = TKG - has_country_flag = fudai_daimyo - } - country_event = 97636 - } - ai_chance = { - factor = 50 - modifier = { - factor = 2 - has_global_flag = yoshinobu_shogun - } - modifier = { - factor = 0.2 - has_global_flag = iemochi_shogun - } - } - } - - option = { - name = "EVT97635OPTB" - set_country_flag = consulted_fudai - 1643 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - 1644 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - any_country = { - limit = { - substate_of = TKG - has_country_flag = tozama_daimyo - } - country_event = 97637 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.2 - has_global_flag = yoshinobu_shogun - } - modifier = { - factor = 2 - has_global_flag = iemochi_shogun - } - modifier = { - factor = 0.1 - NOT = { has_global_flag = yoshinobu_shogun } - NOT = { has_global_flag = iemochi_shogun } - } - } - } + id = 97635 + title = "EVTNAME97635" #Opposition to the Bakufu + desc = "EVTDESC97635" + picture = "meiji_parliament" + + trigger = { + tag = TKG + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + has_country_flag = caved_to_commodore_perry + has_country_flag = surrendered_to_perry + has_recently_lost_war = yes + any_core = { + empty = no + owner = { NOT = { is_culture_group = far_east_asian } } + } + any_core = { + empty = no + NOT = { owned_by = THIS } + owner = { + is_culture_group = far_east_asian + is_vassal = no + } + } + } + NOT = { has_country_flag = consulted_fudai } + NOT = { has_country_flag = consulted_tozama } + NOT = { has_global_flag = boshin_war } + NOT = { has_global_flag = boshin_war_has_happened } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT97635OPTA" + set_country_flag = consulted_tozama + any_country = { + limit = { + substate_of = TKG + has_country_flag = fudai_daimyo + } + country_event = 97636 + } + ai_chance = { + factor = 50 + modifier = { + factor = 2 + has_global_flag = yoshinobu_shogun + } + modifier = { + factor = 0.2 + has_global_flag = iemochi_shogun + } + } + } + + option = { + name = "EVT97635OPTB" + set_country_flag = consulted_fudai + 1643 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + 1644 = { secede_province = THIS any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + any_country = { + limit = { + substate_of = TKG + has_country_flag = tozama_daimyo + } + country_event = 97637 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.2 + has_global_flag = yoshinobu_shogun + } + modifier = { + factor = 2 + has_global_flag = iemochi_shogun + } + modifier = { + factor = 0.1 + NOT = { has_global_flag = yoshinobu_shogun } + NOT = { has_global_flag = iemochi_shogun } + } + } + } } country_event = { - id = 97636 - title = "EVTNAME97635" #Opposition to the Bakufu - Fudai - desc = "EVTDESC97636" - picture = "meiji_parliament" - - is_triggered_only = yes - - option = { - name = "EVT97636OPTA" - set_country_flag = angered_by_bakufu - relation = { who = FROM value = -50 } - } + id = 97636 + title = "EVTNAME97635" #Opposition to the Bakufu - Fudai + desc = "EVTDESC97636" + picture = "meiji_parliament" + + is_triggered_only = yes + + option = { + name = "EVT97636OPTA" + set_country_flag = angered_by_bakufu + relation = { who = FROM value = -50 } + } } country_event = { - id = 97637 - title = "EVTNAME97635" #Opposition to the Bakufu - Tozama - desc = "EVTDESC97635" - picture = "meiji_parliament" - - is_triggered_only = yes - - option = { - name = "EVT97637OPTA" - set_country_flag = angered_by_bakufu - relation = { who = FROM value = -50 } - } + id = 97637 + title = "EVTNAME97635" #Opposition to the Bakufu - Tozama + desc = "EVTDESC97635" + picture = "meiji_parliament" + + is_triggered_only = yes + + option = { + name = "EVT97637OPTA" + set_country_flag = angered_by_bakufu + relation = { who = FROM value = -50 } + } } ##################################################################################### -# # -# Boshin War Events # -# # +# # +# Boshin War Events # +# # ##################################################################################### -#The Meiji Restoration +#The Meiji Restoration country_event = { - id = 97640 - title = "EVTNAME97640" #The Meiji Rebellion - Other Substates - desc = "EVTDESC97640" - picture = "boshin_war" - - is_triggered_only = yes - - option = { - name = "EVT97640OPTA" - set_country_flag = supports_emperor - remove_country_modifier = sakoku - remove_country_modifier = rangaku - remove_country_modifier = ansei_purge - leave_alliance = TKG - random_country = { - limit = { has_country_flag = imperial_war_leader } - relation = { who = THIS value = 100 } - create_vassal = THIS - create_alliance = THIS - } - any_owned = { - remove_province_modifier = peasant_revolt - any_pop = { militancy = -6 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - has_country_flag = angered_by_bakufu - } - modifier = { - factor = 0.5 - has_country_flag = tozama_daimyo - TKG = { has_country_flag = consulted_tozama } - } - modifier = { - factor = 0.5 - has_country_flag = fudai_daimyo - TKG = { has_country_flag = consulted_fudai } - } - modifier = { - factor = 1.25 - has_country_modifier = ansei_purge - } - modifier = { - factor = 0.5 - has_global_flag = iemochi_shogun - has_country_flag = fudai_daimyo - } - modifier = { - factor = 0.5 - has_global_flag = yoshinobu_shogun - has_country_flag = tozama_daimyo - } - modifier = { - factor = 1.5 - has_country_flag = supports_imperial_edict - } - modifier = { - factor = 1.2 - TKG = { has_country_flag = caved_to_commodore_perry } - } - modifier = { - factor = 0.8 - has_country_flag = fudai_daimyo - } - modifier = { - factor = 1.2 - has_country_flag = tozama_daimyo - } - } - } - - option = { - name = "EVT97640OPTB" - set_country_flag = supports_shogun - remove_country_modifier = sakoku - remove_country_modifier = rangaku - remove_country_modifier = ansei_purge - leave_alliance = FROM - create_alliance = TKG - relation = { who = TKG value = 100 } - any_owned = { - remove_province_modifier = peasant_revolt - any_pop = { militancy = -6 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - has_country_flag = angered_by_bakufu - } - modifier = { - factor = 1.5 - has_country_flag = tozama_daimyo - TKG = { has_country_flag = consulted_tozama } - } - modifier = { - factor = 1.5 - has_country_flag = fudai_daimyo - TKG = { has_country_flag = consulted_fudai } - } - modifier = { - factor = 1.5 - has_global_flag = iemochi_shogun - has_country_flag = fudai_daimyo - } - modifier = { - factor = 1.5 - has_global_flag = yoshinobu_shogun - has_country_flag = tozama_daimyo - } - modifier = { - factor = 1.5 - has_country_flag = opposes_imperial_edict - } - modifier = { - factor = 1.2 - TKG = { has_country_flag = rejected_commodore_perry } - } - modifier = { - factor = 1.2 - has_country_flag = fudai_daimyo - } - modifier = { - factor = 0.8 - has_country_flag = tozama_daimyo - } - } - } + id = 97640 + title = "EVTNAME97640" #The Meiji Rebellion - Other Substates + desc = "EVTDESC97640" + picture = "boshin_war" + + is_triggered_only = yes + + option = { + name = "EVT97640OPTA" + set_country_flag = supports_emperor + remove_country_modifier = sakoku + remove_country_modifier = rangaku + remove_country_modifier = ansei_purge + leave_alliance = TKG + random_country = { + limit = { has_country_flag = imperial_war_leader } + relation = { who = THIS value = 100 } + create_vassal = THIS + create_alliance = THIS + } + any_owned = { + remove_province_modifier = peasant_revolt + any_pop = { militancy = -6 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + has_country_flag = angered_by_bakufu + } + modifier = { + factor = 0.5 + has_country_flag = tozama_daimyo + TKG = { has_country_flag = consulted_tozama } + } + modifier = { + factor = 0.5 + has_country_flag = fudai_daimyo + TKG = { has_country_flag = consulted_fudai } + } + modifier = { + factor = 1.25 + has_country_modifier = ansei_purge + } + modifier = { + factor = 0.5 + has_global_flag = iemochi_shogun + has_country_flag = fudai_daimyo + } + modifier = { + factor = 0.5 + has_global_flag = yoshinobu_shogun + has_country_flag = tozama_daimyo + } + modifier = { + factor = 1.5 + has_country_flag = supports_imperial_edict + } + modifier = { + factor = 1.2 + TKG = { has_country_flag = caved_to_commodore_perry } + } + modifier = { + factor = 0.8 + has_country_flag = fudai_daimyo + } + modifier = { + factor = 1.2 + has_country_flag = tozama_daimyo + } + } + } + + option = { + name = "EVT97640OPTB" + set_country_flag = supports_shogun + remove_country_modifier = sakoku + remove_country_modifier = rangaku + remove_country_modifier = ansei_purge + leave_alliance = FROM + create_alliance = TKG + relation = { who = TKG value = 100 } + any_owned = { + remove_province_modifier = peasant_revolt + any_pop = { militancy = -6 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + has_country_flag = angered_by_bakufu + } + modifier = { + factor = 1.5 + has_country_flag = tozama_daimyo + TKG = { has_country_flag = consulted_tozama } + } + modifier = { + factor = 1.5 + has_country_flag = fudai_daimyo + TKG = { has_country_flag = consulted_fudai } + } + modifier = { + factor = 1.5 + has_global_flag = iemochi_shogun + has_country_flag = fudai_daimyo + } + modifier = { + factor = 1.5 + has_global_flag = yoshinobu_shogun + has_country_flag = tozama_daimyo + } + modifier = { + factor = 1.5 + has_country_flag = opposes_imperial_edict + } + modifier = { + factor = 1.2 + TKG = { has_country_flag = rejected_commodore_perry } + } + modifier = { + factor = 1.2 + has_country_flag = fudai_daimyo + } + modifier = { + factor = 0.8 + has_country_flag = tozama_daimyo + } + } + } } country_event = { - id = 97641 - title = "EVTNAME97640" #The Meiji Rebellion - Shogunate - desc = "EVTDESC97641" - news = yes - news_desc_long = "EVTDESC97641_NEWS_LONG" - news_desc_medium = "EVTDESC97641_NEWS_MEDIUM" - news_desc_short = "EVTDESC97641_NEWS_SHORT" - picture = "boshin_war" - - is_triggered_only = yes - - option = { - name = "EVT97641OPTA" - random_owned = { - limit = { - owner = { civilized = no } - FROM = { civilized = yes } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - war = { - target = FROM - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - } - } + id = 97641 + title = "EVTNAME97640" #The Meiji Rebellion - Shogunate + desc = "EVTDESC97641" + news = yes + news_desc_long = "EVTDESC97641_NEWS_LONG" + news_desc_medium = "EVTDESC97641_NEWS_MEDIUM" + news_desc_short = "EVTDESC97641_NEWS_SHORT" + picture = "boshin_war" + + is_triggered_only = yes + + option = { + name = "EVT97641OPTA" + random_owned = { + limit = { + owner = { civilized = no } + FROM = { civilized = yes } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + war = { + target = FROM + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + } + } } country_event = { - id = 97642 - title = "EVTNAME97640" #The Meiji Rebellion - Imperial Japan - desc = "EVTDESC97640" - picture = "boshin_war" - - is_triggered_only = yes - - option = { - name = "EVT97642OPTA" - set_country_flag = supports_emperor - remove_country_modifier = sakoku - remove_country_modifier = rangaku - remove_country_modifier = ansei_purge - random_owned = { - limit = { - owner = { civilized = no } - TKG = { civilized = yes } - } - owner = { - add_country_modifier = { - name = daimyo_draft - duration = 90 - } - } - } - random_owned = { - limit = { - owner = { civilized = no } - TKG = { civilized = no } - } - owner = { - add_country_modifier = { - name = taiping_draft - duration = 90 - } - } - } - leave_alliance = TKG - relation = { who = FROM value = 100 } - random_owned = { - limit = { - owner = { has_country_flag = imperial_war_leader } - } - TKG = { release_vassal = THIS } - THIS = { - create_vassal = FROM - create_alliance = FROM - } - any_country = { - limit = { - OR = { - substate_of = TKG - AND = { - primary_culture = japanese - vassal_of = TKG - } - } - NOT = { tag = FROM } - NOT = { tag = JAP } - } - country_event = 97640 - } - TKG = { country_event = 97641 } - } - random_owned = { - limit = { - owner = { NOT = { has_country_flag = imperial_war_leader } } - } - FROM = { - create_vassal = THIS - create_alliance = THIS - } - } - any_owned = { - remove_province_modifier = peasant_revolt - any_pop = { militancy = -6 } - } - } + id = 97642 + title = "EVTNAME97640" #The Meiji Rebellion - Imperial Japan + desc = "EVTDESC97640" + picture = "boshin_war" + + is_triggered_only = yes + + option = { + name = "EVT97642OPTA" + set_country_flag = supports_emperor + remove_country_modifier = sakoku + remove_country_modifier = rangaku + remove_country_modifier = ansei_purge + random_owned = { + limit = { + owner = { civilized = no } + TKG = { civilized = yes } + } + owner = { + add_country_modifier = { + name = daimyo_draft + duration = 90 + } + } + } + random_owned = { + limit = { + owner = { civilized = no } + TKG = { civilized = no } + } + owner = { + add_country_modifier = { + name = taiping_draft + duration = 90 + } + } + } + leave_alliance = TKG + relation = { who = FROM value = 100 } + random_owned = { + limit = { + owner = { has_country_flag = imperial_war_leader } + } + TKG = { release_vassal = THIS } + THIS = { + create_vassal = FROM + create_alliance = FROM + } + any_country = { + limit = { + OR = { + substate_of = TKG + AND = { + primary_culture = japanese + vassal_of = TKG + } + } + NOT = { tag = FROM } + NOT = { tag = JAP } + } + country_event = 97640 + } + TKG = { country_event = 97641 } + } + random_owned = { + limit = { + owner = { NOT = { has_country_flag = imperial_war_leader } } + } + FROM = { + create_vassal = THIS + create_alliance = THIS + } + } + any_owned = { + remove_province_modifier = peasant_revolt + any_pop = { militancy = -6 } + } + } } #Shogun Surrender Event country_event = { - id = 97645 - title = "EVTNAME97645" #We Are Defeated - desc = "EVTDESC97645" - picture = "boshin_war" - - trigger = { - tag = TKG - has_global_flag = boshin_war - war = yes - OR = { - any_owned_province = { - is_capital = yes - NOT = { controlled_by = TKG } - NOT = { controlled_by = REB } - province_control_days = 90 - } - NOT = { total_amount_of_divisions = 3 } - national_provinces_occupied = 0.50 - } - 1657 = { - NOT = { - controlled_by = TKG - controller = { alliance_with = TKG } - controller = { vassal_of = TKG } - controller = { substate_of = TKG } - } - } - war_exhaustion = 20 - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT97645OPTA" - random_country = { - limit = { - has_country_flag = imperial_war_leader - war_with = THIS - } - country_event = 97646 - } - } + id = 97645 + title = "EVTNAME97645" #We Are Defeated + desc = "EVTDESC97645" + picture = "boshin_war" + + trigger = { + tag = TKG + has_global_flag = boshin_war + war = yes + OR = { + any_owned_province = { + is_capital = yes + NOT = { controlled_by = TKG } + NOT = { controlled_by = REB } + province_control_days = 90 + } + NOT = { total_amount_of_divisions = 3 } + national_provinces_occupied = 0.50 + } + 1657 = { + NOT = { + controlled_by = TKG + controller = { alliance_with = TKG } + controller = { vassal_of = TKG } + controller = { substate_of = TKG } + } + } + war_exhaustion = 20 + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT97645OPTA" + random_country = { + limit = { + has_country_flag = imperial_war_leader + war_with = THIS + } + country_event = 97646 + } + } } country_event = { - id = 97646 - title = "EVTNAME97646" #The Meiji Restoration - desc = "EVTDESC97646" - news = yes - news_desc_long = "EVTDESC97646_NEWS_LONG" - news_desc_medium = "EVTDESC97646_NEWS_MEDIUM" - news_desc_short = "EVTDESC97646_NEWS_SHORT" - major = yes - picture = "boshin_war" - - trigger = { - has_country_flag = imperial_war_leader - has_global_flag = boshin_war - OR = { - AND = { - owns = 1649 - war = no - is_mobilised = no - 1657 = { - OR = { - owned_by = THIS - owner = { - vassal_of = THIS - war = no - is_mobilised = no - } - } - } - } - AND = { - 1657 = { - OR = { - owned_by = THIS - owner = { vassal_of = THIS } - } - } - war = no - is_mobilised = no - TKG = { - war = no - is_mobilised = no - } - truce_with = TKG - } - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT97646OPTA" - clr_global_flag = boshin_war - set_global_flag = boshin_war_has_happened - prestige = 20 - random_country = { - limit = { - tag = TKG - civilized = no - THIS = { civilized = yes } - } - civilized = yes - } - inherit = TKG - TKG = { - all_core = { - add_core = JAP - remove_core = TKG - } - } - random_country = { - limit = { - tag = JAP - NOT = { tag = THIS } - civilized = no - THIS = { civilized = yes } - } - civilized = yes - } - random_owned = { - limit = { - owner = { NOT = { tag = JAP } } - } - owner = { - inherit = JAP - capital = 1657 - change_tag = JAP - } - } - any_country = { - limit = { - ai = yes - OR = { - tag = SEN - tag = YZW - tag = CHO - tag = SAT - tag = TOS - tag = KAG - } - exists = yes - } - end_war = THIS - end_war = JAP - end_war = TKG - country_event = { id = 97647 days = 15 } - } - any_country = { - limit = { - ai = no - OR = { - tag = SEN - tag = YZW - tag = CHO - tag = SAT - tag = TOS - tag = KAG - } - exists = yes - } - end_war = THIS - country_event = { id = 97647 days = 1 } - } - } + id = 97646 + title = "EVTNAME97646" #The Meiji Restoration + desc = "EVTDESC97646" + news = yes + news_desc_long = "EVTDESC97646_NEWS_LONG" + news_desc_medium = "EVTDESC97646_NEWS_MEDIUM" + news_desc_short = "EVTDESC97646_NEWS_SHORT" + major = yes + picture = "boshin_war" + + trigger = { + has_country_flag = imperial_war_leader + has_global_flag = boshin_war + OR = { + AND = { + owns = 1649 + war = no + is_mobilised = no + 1657 = { + OR = { + owned_by = THIS + owner = { + vassal_of = THIS + war = no + is_mobilised = no + } + } + } + } + AND = { + 1657 = { + OR = { + owned_by = THIS + owner = { vassal_of = THIS } + } + } + war = no + is_mobilised = no + TKG = { + war = no + is_mobilised = no + } + truce_with = TKG + } + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT97646OPTA" + clr_global_flag = boshin_war + set_global_flag = boshin_war_has_happened + prestige = 20 + random_country = { + limit = { + tag = TKG + civilized = no + THIS = { civilized = yes } + } + civilized = yes + } + inherit = TKG + TKG = { + all_core = { + add_core = JAP + remove_core = TKG + } + } + random_country = { + limit = { + tag = JAP + NOT = { tag = THIS } + civilized = no + THIS = { civilized = yes } + } + civilized = yes + } + random_owned = { + limit = { + owner = { NOT = { tag = JAP } } + } + owner = { + inherit = JAP + capital = 1657 + change_tag = JAP + } + } + any_country = { + limit = { + ai = yes + OR = { + tag = SEN + tag = YZW + tag = CHO + tag = SAT + tag = TOS + tag = KAG + } + exists = yes + } + end_war = THIS + end_war = JAP + end_war = TKG + country_event = { id = 97647 days = 15 } + } + any_country = { + limit = { + ai = no + OR = { + tag = SEN + tag = YZW + tag = CHO + tag = SAT + tag = TOS + tag = KAG + } + exists = yes + } + end_war = THIS + country_event = { id = 97647 days = 1 } + } + } } country_event = { - id = 97647 - title = "EVTNAME97646" #The Meiji Restoration - Substates - desc = "EVTDESC97647" - picture = "meiji_parliament" - - is_triggered_only = yes - - option = { - name = "EVT97647OPTA" - random_country = { - limit = { - tag = JAP - civilized = yes - THIS = { civilized = no } - } - THIS = { civilized = yes } - } - JAP = { inherit = THIS } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97647OPTB" - random_country = { - limit = { - tag = JAP - civilized = yes - THIS = { civilized = no } - } - THIS = { civilized = yes } - } - leave_alliance = JAP - relation = { who = JAP value = -200 } - release_vassal = THIS - ai_chance = { - factor = 0 - } - } + id = 97647 + title = "EVTNAME97646" #The Meiji Restoration - Substates + desc = "EVTDESC97647" + picture = "meiji_parliament" + + is_triggered_only = yes + + option = { + name = "EVT97647OPTA" + random_country = { + limit = { + tag = JAP + civilized = yes + THIS = { civilized = no } + } + THIS = { civilized = yes } + } + JAP = { inherit = THIS } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97647OPTB" + random_country = { + limit = { + tag = JAP + civilized = yes + THIS = { civilized = no } + } + THIS = { civilized = yes } + } + leave_alliance = JAP + relation = { who = JAP value = -200 } + release_vassal = THIS + ai_chance = { + factor = 0 + } + } } country_event = { - id = 97648 - title = "EVTNAME97648" #A New Capital in the East? - desc = "EVTDESC97648" - picture = "emperor_move_capital" - - trigger = { - tag = JAP - war = no - owns = 1649 - NOT = { - capital = 1649 - has_country_flag = capital_in_the_east - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97648OPTA" - set_country_flag = capital_in_the_east - prestige = 5 - capital = 1649 - 1649 = { - life_rating = 10 - add_province_modifier = { - name = gateway_to_harbor - duration = 3650 - } - change_province_name = "Tokyo" - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97648OPTB" - set_country_flag = capital_in_the_east - 1657 = { - life_rating = 10 - add_province_modifier = { - name = gateway_to_harbor - duration = 3650 - } - } - ai_chance = { - factor = 0 - } - } + id = 97648 + title = "EVTNAME97648" #A New Capital in the East? + desc = "EVTDESC97648" + picture = "emperor_move_capital" + + trigger = { + tag = JAP + war = no + owns = 1649 + NOT = { + capital = 1649 + has_country_flag = capital_in_the_east + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97648OPTA" + set_country_flag = capital_in_the_east + prestige = 5 + capital = 1649 + 1649 = { + life_rating = 10 + add_province_modifier = { + name = gateway_to_harbor + duration = 3650 + } + change_province_name = "Tokyo" + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97648OPTB" + set_country_flag = capital_in_the_east + 1657 = { + life_rating = 10 + add_province_modifier = { + name = gateway_to_harbor + duration = 3650 + } + } + ai_chance = { + factor = 0 + } + } } #Imperial Surrender Event country_event = { - id = 97650 - title = "EVTNAME97650" #We Are Defeated - desc = "EVTDESC97650" - picture = "boshin_war" - - trigger = { - has_country_flag = imperial_war_leader - has_global_flag = boshin_war - war = yes - OR = { - any_owned_province = { - is_capital = yes - NOT = { controlled_by = THIS } - NOT = { controlled_by = REB } - province_control_days = 90 - } - NOT = { total_amount_of_divisions = 3 } - national_provinces_occupied = 0.50 - } - 1657 = { - NOT = { controlled_by = THIS } - NOT = { controlled_by = REB } - NOT = { controller = { vassal_of = THIS } } - NOT = { controller = { alliance_with = THIS } } - province_control_days = 90 - } - war_exhaustion = 20 - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT97650OPTA" - TKG = { country_event = 97651 } - } + id = 97650 + title = "EVTNAME97650" #We Are Defeated + desc = "EVTDESC97650" + picture = "boshin_war" + + trigger = { + has_country_flag = imperial_war_leader + has_global_flag = boshin_war + war = yes + OR = { + any_owned_province = { + is_capital = yes + NOT = { controlled_by = THIS } + NOT = { controlled_by = REB } + province_control_days = 90 + } + NOT = { total_amount_of_divisions = 3 } + national_provinces_occupied = 0.50 + } + 1657 = { + NOT = { controlled_by = THIS } + NOT = { controlled_by = REB } + NOT = { controller = { vassal_of = THIS } } + NOT = { controller = { alliance_with = THIS } } + province_control_days = 90 + } + war_exhaustion = 20 + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT97650OPTA" + TKG = { country_event = 97651 } + } } country_event = { - id = 97651 - title = "EVTNAME97651" #Tokugawa Victory - desc = "EVTDESC97651" - news = yes - news_desc_long = "EVTDESC97651_NEWS_LONG" - news_desc_medium = "EVTDESC97651_NEWS_MEDIUM" - news_desc_short = "EVTDESC97651_NEWS_SHORT" - picture = "boshin_war" - major = yes - - trigger = { - tag = TKG - war = no - has_global_flag = boshin_war - any_owned_province = { - any_core = { - has_country_flag = imperial_war_leader - exists = no - } - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT97651OPTA" - clr_global_flag = boshin_war - set_global_flag = boshin_war_has_happened - prestige = 20 - 1649 = { - life_rating = 10 - add_province_modifier = { - name = gateway_to_harbor - duration = 3650 - } - } - random_country = { - limit = { - has_country_flag = imperial_war_leader - NOT = { tag = JAP } - civilized = no - exists = yes - THIS = { civilized = yes } - } - civilized = yes - } - random_country = { - limit = { - tag = JAP - exists = yes - civilized = no - THIS = { civilized = yes } - } - civilized = yes - } - random_country = { - limit = { - has_country_flag = imperial_war_leader - NOT = { tag = JAP } - exists = yes - } - annex_to = THIS - } - random_country = { - limit = { - tag = JAP - exists = yes - } - annex_to = THIS - } - any_country = { - limit = { - OR = { - tag = SEN - tag = YZW - tag = CHO - tag = SAT - tag = TOS - tag = KAG - } - exists = yes - } - end_war = THIS - end_war = JAP - country_event = { id = 97652 days = 15 } - } - } + id = 97651 + title = "EVTNAME97651" #Tokugawa Victory + desc = "EVTDESC97651" + news = yes + news_desc_long = "EVTDESC97651_NEWS_LONG" + news_desc_medium = "EVTDESC97651_NEWS_MEDIUM" + news_desc_short = "EVTDESC97651_NEWS_SHORT" + picture = "boshin_war" + major = yes + + trigger = { + tag = TKG + war = no + has_global_flag = boshin_war + any_owned_province = { + any_core = { + has_country_flag = imperial_war_leader + exists = no + } + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT97651OPTA" + clr_global_flag = boshin_war + set_global_flag = boshin_war_has_happened + prestige = 20 + 1649 = { + life_rating = 10 + add_province_modifier = { + name = gateway_to_harbor + duration = 3650 + } + } + random_country = { + limit = { + has_country_flag = imperial_war_leader + NOT = { tag = JAP } + civilized = no + exists = yes + THIS = { civilized = yes } + } + civilized = yes + } + random_country = { + limit = { + tag = JAP + exists = yes + civilized = no + THIS = { civilized = yes } + } + civilized = yes + } + random_country = { + limit = { + has_country_flag = imperial_war_leader + NOT = { tag = JAP } + exists = yes + } + annex_to = THIS + } + random_country = { + limit = { + tag = JAP + exists = yes + } + annex_to = THIS + } + any_country = { + limit = { + OR = { + tag = SEN + tag = YZW + tag = CHO + tag = SAT + tag = TOS + tag = KAG + } + exists = yes + } + end_war = THIS + end_war = JAP + country_event = { id = 97652 days = 15 } + } + } } country_event = { - id = 97652 - title = "EVTNAME97651" #Tokugawa Victory - Substates - desc = "EVTDESC97652" - picture = "meiji_parliament" - - is_triggered_only = yes - - option = { - name = "EVT97652OPTA" - random_country = { - limit = { - tag = TKG - civilized = yes - THIS = { civilized = no } - } - THIS = { civilized = yes } - } - TKG = { inherit = THIS } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97652OPTB" - random_country = { - limit = { - tag = TKG - civilized = yes - THIS = { civilized = no } - } - THIS = { civilized = yes } - } - release_vassal = THIS - leave_alliance = TKG - relation = { who = TKG value = -200 } - add_country_modifier = { - name = taiping_draft - duration = 90 - } - ai_chance = { - factor = 0 - } - } + id = 97652 + title = "EVTNAME97651" #Tokugawa Victory - Substates + desc = "EVTDESC97652" + picture = "meiji_parliament" + + is_triggered_only = yes + + option = { + name = "EVT97652OPTA" + random_country = { + limit = { + tag = TKG + civilized = yes + THIS = { civilized = no } + } + THIS = { civilized = yes } + } + TKG = { inherit = THIS } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97652OPTB" + random_country = { + limit = { + tag = TKG + civilized = yes + THIS = { civilized = no } + } + THIS = { civilized = yes } + } + release_vassal = THIS + leave_alliance = TKG + relation = { who = TKG value = -200 } + add_country_modifier = { + name = taiping_draft + duration = 90 + } + ai_chance = { + factor = 0 + } + } } ##################################################################################### -# # -# Civilized Japan Events # -# # +# # +# Civilized Japan Events # +# # ##################################################################################### country_event = { - id = 97660 - title = "EVTNAME97660" #The Taisho Era - desc = "EVTDESC97660" - picture = "demonstration" - - trigger = { - tag = JAP - war = no - OR = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - liberal = 10 - socialist = 10 - } - revolution_n_counterrevolution = 1 - NOT = { - has_country_flag = taisho_democracy - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT97660OPTA" - set_country_flag = taisho_democracy - prestige = -10 - soldiers = { - militancy = 3 - ideology = { - value = reactionary - factor = 0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - is_primary_culture = yes - } - consciousness = 5 - ideology = { - value = liberal - factor = 0.2 - } - scaled_militancy = { - ideology = liberal - factor = -5 - } - } - } - - option = { - name = "EVT97660OPTB" - set_country_flag = taisho_democracy - prestige = 10 - any_pop = { - limit = { - location = { is_colonial = no } - is_primary_culture = yes - } - ideology = { - value = reactionary - factor = 0.2 - } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } + id = 97660 + title = "EVTNAME97660" #The Taisho Era + desc = "EVTDESC97660" + picture = "demonstration" + + trigger = { + tag = JAP + war = no + OR = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + liberal = 10 + socialist = 10 + } + revolution_n_counterrevolution = 1 + NOT = { + has_country_flag = taisho_democracy + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT97660OPTA" + set_country_flag = taisho_democracy + prestige = -10 + soldiers = { + militancy = 3 + ideology = { + value = reactionary + factor = 0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + is_primary_culture = yes + } + consciousness = 5 + ideology = { + value = liberal + factor = 0.2 + } + scaled_militancy = { + ideology = liberal + factor = -5 + } + } + } + + option = { + name = "EVT97660OPTB" + set_country_flag = taisho_democracy + prestige = 10 + any_pop = { + limit = { + location = { is_colonial = no } + is_primary_culture = yes + } + ideology = { + value = reactionary + factor = 0.2 + } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } } country_event = { - id = 97661 - title = "EVTNAME97661" - desc = "EVTDESC97661" - picture = "asian_administration" - - trigger = { - civilized = no - OR = { - tag = KAG - tag = SEN - tag = YZW - tag = CHO - tag = TOS - tag = SAT - } - substate_of = TKG - TKG = { civilized = yes } - NOT = { has_country_flag = shogunate_westernizes } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT97661OPTA" - set_country_flag = shogunate_westernizes - civilized = yes - } + id = 97661 + title = "EVTNAME97661" + desc = "EVTDESC97661" + picture = "asian_administration" + + trigger = { + civilized = no + OR = { + tag = KAG + tag = SEN + tag = YZW + tag = CHO + tag = TOS + tag = SAT + } + substate_of = TKG + TKG = { civilized = yes } + NOT = { has_country_flag = shogunate_westernizes } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT97661OPTA" + set_country_flag = shogunate_westernizes + civilized = yes + } } country_event = { - id = 97665 - title = "EVTNAME97665" #The Satsuma Rebellion - desc = "EVTDESC97665" - news = yes - news_desc_long = "EVTDESC97665_NEWS_LONG" - news_desc_medium = "EVTDESC97665_NEWS_MEDIUM" - news_desc_short = "EVTDESC97665_NEWS_SHORT" - picture = "satsuma_rebellion" - - fire_only_once = yes - - trigger = { - war = no - OR = { - tag = TKG - tag = JAP - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - has_country_flag = han_system_abolished - owns = 1662 - SAT = { exists = no } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - government = prussian_constitutionalism - } - } - - option = { - name = "EVT97665OPTA" - set_country_flag = satsuma_rebellion_happened - prestige = -10 - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - } - officers = { - ideology = { - value = reactionary - factor = 0.4 - } - } - soldiers = { - ideology = { - value = reactionary - factor = 0.2 - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - JAP_1660 = { add_core = SAT } - SAT = { - civilized = yes - set_country_flag = satsuma_rebellion - } - release = SAT - war = { - target = SAT - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = status_quo - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT97665OPTB" - set_country_flag = satsuma_rebellion_happened - prestige = -20 - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - } - officers = { - ideology = { - value = reactionary - factor = 0.4 - } - } - soldiers = { - ideology = { - value = reactionary - factor = 0.2 - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - JAP_1660 = { add_core = SAT } - SAT = { - civilized = yes - set_country_flag = satsuma_rebellion - } - release = SAT - ai_chance = { - factor = 10 - } - } + id = 97665 + title = "EVTNAME97665" #The Satsuma Rebellion + desc = "EVTDESC97665" + news = yes + news_desc_long = "EVTDESC97665_NEWS_LONG" + news_desc_medium = "EVTDESC97665_NEWS_MEDIUM" + news_desc_short = "EVTDESC97665_NEWS_SHORT" + picture = "satsuma_rebellion" + + fire_only_once = yes + + trigger = { + war = no + OR = { + tag = TKG + tag = JAP + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + has_country_flag = han_system_abolished + owns = 1662 + SAT = { exists = no } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + government = prussian_constitutionalism + } + } + + option = { + name = "EVT97665OPTA" + set_country_flag = satsuma_rebellion_happened + prestige = -10 + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + } + officers = { + ideology = { + value = reactionary + factor = 0.4 + } + } + soldiers = { + ideology = { + value = reactionary + factor = 0.2 + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + JAP_1660 = { add_core = SAT } + SAT = { + civilized = yes + set_country_flag = satsuma_rebellion + } + release = SAT + war = { + target = SAT + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = status_quo + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT97665OPTB" + set_country_flag = satsuma_rebellion_happened + prestige = -20 + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + } + officers = { + ideology = { + value = reactionary + factor = 0.4 + } + } + soldiers = { + ideology = { + value = reactionary + factor = 0.2 + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + JAP_1660 = { add_core = SAT } + SAT = { + civilized = yes + set_country_flag = satsuma_rebellion + } + release = SAT + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97666 - title = "EVTNAME97666" #The Rebellion is Over - desc = "EVTDESC97666" - picture = "satsuma_rebellion" - - trigger = { - OR = { - tag = JAP - tag = TKG - } - war = no - has_country_flag = satsuma_rebellion_happened - SAT = { exists = no } - owns = 1660 - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT97666OPTA" - clr_country_flag = satsuma_rebellion_happened - SAT = { clr_country_flag = satsuma_rebellion } - JAP_1660 = { remove_core = SAT } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = liberal - factor = -3 - } - } - } + id = 97666 + title = "EVTNAME97666" #The Rebellion is Over + desc = "EVTDESC97666" + picture = "satsuma_rebellion" + + trigger = { + OR = { + tag = JAP + tag = TKG + } + war = no + has_country_flag = satsuma_rebellion_happened + SAT = { exists = no } + owns = 1660 + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT97666OPTA" + clr_country_flag = satsuma_rebellion_happened + SAT = { clr_country_flag = satsuma_rebellion } + JAP_1660 = { remove_core = SAT } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = liberal + factor = -3 + } + } + } } country_event = { - - id = 97670 - title = "EVTNAME97670" #The Northern Islands - desc = "EVTDESC97670" - picture = "Southpole3" - - trigger = { - OR = { - tag = TKG - tag = JAP - } - owns = 1642 - war = no - OR = { - AND = { - owns = 1643 - 1087 = { empty = yes } #Ootomari - } - AND = { - owns = 1644 - 1089 = { empty = yes } #Etorufu - } - } - } - - mean_time_to_happen = { - months = 20 - } - - option = { - name = "EVT97670OPTA" - treasury = -10000 - random_owned = { - limit = { - 1087 = { empty = no } - 1089 = { empty = yes } - 1644 = { owned_by = THIS } - } - 1089 = { - add_core = THIS - secede_province = THIS - any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } - } - } - random_owned = { - limit = { - 1087 = { empty = yes } - 1643 = { owned_by = THIS } - } - 1087 = { - add_core = THIS - life_rating = 10 - secede_province = THIS - any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } - } - } - } + + id = 97670 + title = "EVTNAME97670" #The Northern Islands + desc = "EVTDESC97670" + picture = "Southpole3" + + trigger = { + OR = { + tag = TKG + tag = JAP + } + owns = 1642 + war = no + OR = { + AND = { + owns = 1643 + 1087 = { empty = yes } #Ootomari + } + AND = { + owns = 1644 + 1089 = { empty = yes } #Etorufu + } + } + } + + mean_time_to_happen = { + months = 20 + } + + option = { + name = "EVT97670OPTA" + treasury = -10000 + random_owned = { + limit = { + 1087 = { empty = no } + 1089 = { empty = yes } + 1644 = { owned_by = THIS } + } + 1089 = { + add_core = THIS + secede_province = THIS + any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } + } + } + random_owned = { + limit = { + 1087 = { empty = yes } + 1643 = { owned_by = THIS } + } + 1087 = { + add_core = THIS + life_rating = 10 + secede_province = THIS + any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } + } + } + } } #Line of Advantage Events country_event = { - id = 97673 - title = "EVTNAME97673" #The Path of Progress - desc = "EVTDESC97673" - picture = "asian_administration" - - trigger = { - OR = { - tag = JAP - tag = TKG - } - war = no - has_country_modifier = line_of_advantage - OR = { - war_policy = pacifism - war_policy = anti_military - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - war_policy = anti_military - } - } - - option = { - name = "EVT97673OPTA" - remove_country_modifier = line_of_advantage - add_country_modifier = { - name = no_line_of_advantage - duration = -1 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.10 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.10 - } - } + id = 97673 + title = "EVTNAME97673" #The Path of Progress + desc = "EVTDESC97673" + picture = "asian_administration" + + trigger = { + OR = { + tag = JAP + tag = TKG + } + war = no + has_country_modifier = line_of_advantage + OR = { + war_policy = pacifism + war_policy = anti_military + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + war_policy = anti_military + } + } + + option = { + name = "EVT97673OPTA" + remove_country_modifier = line_of_advantage + add_country_modifier = { + name = no_line_of_advantage + duration = -1 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.10 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.10 + } + } } country_event = { - id = 97674 - title = "EVTNAME97674" #The Line of Advantage - desc = "EVTDESC97674" - picture = "asian_administration" - - trigger = { - OR = { - tag = JAP - tag = TKG - } - war = no - has_country_modifier = no_line_of_advantage - OR = { - war_policy = jingoism - war_policy = pro_military - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 10 - war_policy = pro_military - } - } - - option = { - name = "EVT97674OPTA" - remove_country_modifier = no_line_of_advantage - add_country_modifier = { - name = line_of_advantage - duration = -1 - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.1 - value = jingoism - } - } - } + id = 97674 + title = "EVTNAME97674" #The Line of Advantage + desc = "EVTDESC97674" + picture = "asian_administration" + + trigger = { + OR = { + tag = JAP + tag = TKG + } + war = no + has_country_modifier = no_line_of_advantage + OR = { + war_policy = jingoism + war_policy = pro_military + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 10 + war_policy = pro_military + } + } + + option = { + name = "EVT97674OPTA" + remove_country_modifier = no_line_of_advantage + add_country_modifier = { + name = line_of_advantage + duration = -1 + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.1 + value = jingoism + } + } + } } country_event = { - id = 97675 - title = "EVTNAME97675" #China in Chaos - desc = "EVTDESC97675" - picture = "warlords" - - trigger = { - war = no - is_disarmed = no - has_global_flag = warlord_era_has_begun - has_country_modifier = line_of_advantage - OR = { - any_neighbor_country = { - civilized = yes - is_greater_power = no - is_vassal = no - is_culture_group = east_asian - part_of_sphere = no - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - } - MCK = { - civilized = yes - is_greater_power = no - is_vassal = no - any_owned_province = { port = yes } - part_of_sphere = no - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - } - } - NOT = { - badboy = 0.8 - num_of_revolts = 1 - war_exhaustion = 20 - casus_belli = MCK - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 10 - has_country_flag = warlords_line_of_advantage - ai = no - } - modifier = { - factor = 3 - has_country_flag = warlords_line_of_advantage - ai = yes - } - modifier = { - factor = 2 - war_policy = pro_military - } - } - - option = { - name = "EVT97675OPTA" - set_country_flag = warlords_line_of_advantage - badboy = 3 - random_country = { - limit = { - tag = MCK - civilized = yes - is_greater_power = no - is_vassal = no - part_of_sphere = no - number_of_states = 2 - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - any_owned_province = { port = yes } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = acquire_state - months = 24 - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - random_country = { - limit = { - tag = MCK - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - NOT = { number_of_states = 2 } - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - any_owned_province = { port = yes } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = conquest - months = 24 - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - random_country = { - limit = { - is_culture_group = east_asian - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - number_of_states = 2 - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - neighbour = THIS - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = acquire_state - months = 24 - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - random_country = { - limit = { - is_culture_group = east_asian - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - NOT = { number_of_states = 2 } - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - neighbour = THIS - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = conquest - months = 24 - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - random_country = { - limit = { - tag = MCK - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - any_owned_province = { port = yes } - THIS = { ai = yes } - } - country_event = 97676 - } - random_country = { - limit = { - is_culture_group = east_asian - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - NOT = { truce_with = THIS } - NOT = { brigades_compare = 3 } - neighbour = THIS - THIS = { ai = yes } - MCK = { - OR = { - exists = no - civilized = no - is_greater_power = yes - part_of_sphere = yes - is_vassal = yes - truce_with = THIS - brigades_compare = 3 - NOT = { any_owned_province = { port = yes } } - } - } - } - country_event = 97676 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT97675OPTB" - set_country_flag = warlords_line_of_advantage - prestige = -5 - any_pop = { consciousness = 1 } - move_issue_percentage = { - from = anti_military - to = pacifism - value = 0.05 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.05 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - ai_chance = { - factor = 10 - } - } + id = 97675 + title = "EVTNAME97675" #China in Chaos + desc = "EVTDESC97675" + picture = "warlords" + + trigger = { + war = no + is_disarmed = no + has_global_flag = warlord_era_has_begun + has_country_modifier = line_of_advantage + OR = { + any_neighbor_country = { + civilized = yes + is_greater_power = no + is_vassal = no + is_culture_group = east_asian + part_of_sphere = no + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + } + MCK = { + civilized = yes + is_greater_power = no + is_vassal = no + any_owned_province = { port = yes } + part_of_sphere = no + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + } + } + NOT = { + badboy = 0.8 + num_of_revolts = 1 + war_exhaustion = 20 + casus_belli = MCK + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 10 + has_country_flag = warlords_line_of_advantage + ai = no + } + modifier = { + factor = 3 + has_country_flag = warlords_line_of_advantage + ai = yes + } + modifier = { + factor = 2 + war_policy = pro_military + } + } + + option = { + name = "EVT97675OPTA" + set_country_flag = warlords_line_of_advantage + badboy = 3 + random_country = { + limit = { + tag = MCK + civilized = yes + is_greater_power = no + is_vassal = no + part_of_sphere = no + number_of_states = 2 + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + any_owned_province = { port = yes } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = acquire_state + months = 24 + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + random_country = { + limit = { + tag = MCK + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + NOT = { number_of_states = 2 } + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + any_owned_province = { port = yes } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = conquest + months = 24 + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + random_country = { + limit = { + is_culture_group = east_asian + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + number_of_states = 2 + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + neighbour = THIS + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = acquire_state + months = 24 + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + random_country = { + limit = { + is_culture_group = east_asian + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + NOT = { number_of_states = 2 } + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + neighbour = THIS + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = conquest + months = 24 + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + random_country = { + limit = { + tag = MCK + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + any_owned_province = { port = yes } + THIS = { ai = yes } + } + country_event = 97676 + } + random_country = { + limit = { + is_culture_group = east_asian + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + NOT = { truce_with = THIS } + NOT = { brigades_compare = 3 } + neighbour = THIS + THIS = { ai = yes } + MCK = { + OR = { + exists = no + civilized = no + is_greater_power = yes + part_of_sphere = yes + is_vassal = yes + truce_with = THIS + brigades_compare = 3 + NOT = { any_owned_province = { port = yes } } + } + } + } + country_event = 97676 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT97675OPTB" + set_country_flag = warlords_line_of_advantage + prestige = -5 + any_pop = { consciousness = 1 } + move_issue_percentage = { + from = anti_military + to = pacifism + value = 0.05 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.05 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97676 - title = "EVTNAME97676" #War With Japan! - desc = "EVTDESC97676" - picture = "boxers" - - is_triggered_only = yes - - option = { - name = "EVT97676OPTA" - FROM = { - casus_belli = { - target = THIS - type = make_puppet - months = 12 - } - war = { - target = THIS - attacker_goal = { - casus_belli = make_puppet - } - call_ally = yes - } - } - } + id = 97676 + title = "EVTNAME97676" #War With Japan! + desc = "EVTDESC97676" + picture = "boxers" + + is_triggered_only = yes + + option = { + name = "EVT97676OPTA" + FROM = { + casus_belli = { + target = THIS + type = make_puppet + months = 12 + } + war = { + target = THIS + attacker_goal = { + casus_belli = make_puppet + } + call_ally = yes + } + } + } } country_event = { - id = 97677 - title = "EVTNAME97677" #The Korean Question - desc = "EVTDESC97677" - picture = "asian_administration" - - trigger = { - has_country_modifier = line_of_advantage - is_disarmed = no - war = no - KOR = { - exists = yes - is_vassal = no - war = no - OR = { - civilized = yes - has_country_flag = tonghak_rebellion_happened - } - } - NOT = { - has_country_flag = korea_line_of_advantage - badboy = 0.8 - war_exhaustion = 20 - num_of_revolts = 1 - any_greater_power = { alliance_with = KOR } - truce_with = KOR - war_policy = pacifism - war_policy = anti_military - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.25 - OR = { - AND = { - total_amount_of_ships = 10 - KOR = { NOT = { total_amount_of_ships = 10 } } - } - AND = { - total_amount_of_ships = 20 - KOR = { NOT = { total_amount_of_ships = 20 } } - } - AND = { - total_amount_of_ships = 30 - KOR = { NOT = { total_amount_of_ships = 30 } } - } - AND = { - total_amount_of_ships = 40 - KOR = { NOT = { total_amount_of_ships = 40 } } - } - } - } - modifier = { - factor = 5 - OR = { - AND = { - NOT = { total_amount_of_ships = 10 } - KOR = { total_amount_of_ships = 10 } - } - AND = { - NOT = { total_amount_of_ships = 20 } - KOR = { total_amount_of_ships = 20 } - } - AND = { - NOT = { total_amount_of_ships = 30 } - KOR = { total_amount_of_ships = 30 } - } - AND = { - NOT = { total_amount_of_ships = 40 } - KOR = { total_amount_of_ships = 40 } - } - } - } - } - - option = { - name = "EVT97677OPTA" - set_country_flag = korea_line_of_advantage - badboy = 5 - leave_alliance = KOR - relation = { who = KOR value = -200 } - diplomatic_influence = { who = KOR value = -100 } - casus_belli = { - target = KOR - type = make_puppet - months = 240 - } - random_country = { - limit = { - tag = KOR - THIS = { ai = yes } - } - country_event = 97676 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97677OPTB" - set_country_flag = korea_line_of_advantage - prestige = -10 - any_pop = { consciousness = 1 } - move_issue_percentage = { - from = anti_military - to = pacifism - value = 0.05 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.05 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - ai_chance = { - factor = 0 - } - } + id = 97677 + title = "EVTNAME97677" #The Korean Question + desc = "EVTDESC97677" + picture = "asian_administration" + + trigger = { + has_country_modifier = line_of_advantage + is_disarmed = no + war = no + KOR = { + exists = yes + is_vassal = no + war = no + OR = { + civilized = yes + has_country_flag = tonghak_rebellion_happened + } + } + NOT = { + has_country_flag = korea_line_of_advantage + badboy = 0.8 + war_exhaustion = 20 + num_of_revolts = 1 + any_greater_power = { alliance_with = KOR } + truce_with = KOR + war_policy = pacifism + war_policy = anti_military + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.25 + OR = { + AND = { + total_amount_of_ships = 10 + KOR = { NOT = { total_amount_of_ships = 10 } } + } + AND = { + total_amount_of_ships = 20 + KOR = { NOT = { total_amount_of_ships = 20 } } + } + AND = { + total_amount_of_ships = 30 + KOR = { NOT = { total_amount_of_ships = 30 } } + } + AND = { + total_amount_of_ships = 40 + KOR = { NOT = { total_amount_of_ships = 40 } } + } + } + } + modifier = { + factor = 5 + OR = { + AND = { + NOT = { total_amount_of_ships = 10 } + KOR = { total_amount_of_ships = 10 } + } + AND = { + NOT = { total_amount_of_ships = 20 } + KOR = { total_amount_of_ships = 20 } + } + AND = { + NOT = { total_amount_of_ships = 30 } + KOR = { total_amount_of_ships = 30 } + } + AND = { + NOT = { total_amount_of_ships = 40 } + KOR = { total_amount_of_ships = 40 } + } + } + } + } + + option = { + name = "EVT97677OPTA" + set_country_flag = korea_line_of_advantage + badboy = 5 + leave_alliance = KOR + relation = { who = KOR value = -200 } + diplomatic_influence = { who = KOR value = -100 } + casus_belli = { + target = KOR + type = make_puppet + months = 240 + } + random_country = { + limit = { + tag = KOR + THIS = { ai = yes } + } + country_event = 97676 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97677OPTB" + set_country_flag = korea_line_of_advantage + prestige = -10 + any_pop = { consciousness = 1 } + move_issue_percentage = { + from = anti_military + to = pacifism + value = 0.05 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.05 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 97678 - title = "EVTNAME97678" #The Formosa Question - desc = "EVTDESC97678" - picture = "ship_attacked" - - trigger = { - tag = JAP - has_country_modifier = line_of_advantage - is_disarmed = no - war = no - 2681 = { - is_colonial = no - owner = { - is_culture_group = east_asian - civilized = yes - is_greater_power = no - part_of_sphere = no - is_vassal = no - NOT = { truce_with = THIS } - NOT = { alliance_with = THIS } - OR = { - NOT = { brigades_compare = 3 } - has_global_flag = warlord_era_has_begun - } - OR = { - number_of_states = 3 - war = no - } - } - } - NOT = { - has_country_flag = taiwan_line_of_advantage - badboy = 0.8 - war_exhaustion = 20 - num_of_revolts = 1 - war_policy = pacifism - war_policy = anti_military - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.5 - 2681 = { owner = { war = yes } } - } - } - - option = { - name = "EVT97678OPTA" - set_country_flag = taiwan_line_of_advantage - random_country = { - limit = { owns = 2681 } - relation = { who = THIS value = -100 } - country_event = 97679 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97678OPTB" - set_country_flag = taiwan_line_of_advantage - prestige = -10 - any_pop = { consciousness = 1 } - move_issue_percentage = { - from = anti_military - to = pacifism - value = 0.05 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.05 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - ai_chance = { - factor = 0 - } - } + id = 97678 + title = "EVTNAME97678" #The Formosa Question + desc = "EVTDESC97678" + picture = "ship_attacked" + + trigger = { + tag = JAP + has_country_modifier = line_of_advantage + is_disarmed = no + war = no + 2681 = { + is_colonial = no + owner = { + is_culture_group = east_asian + civilized = yes + is_greater_power = no + part_of_sphere = no + is_vassal = no + NOT = { truce_with = THIS } + NOT = { alliance_with = THIS } + OR = { + NOT = { brigades_compare = 3 } + has_global_flag = warlord_era_has_begun + } + OR = { + number_of_states = 3 + war = no + } + } + } + NOT = { + has_country_flag = taiwan_line_of_advantage + badboy = 0.8 + war_exhaustion = 20 + num_of_revolts = 1 + war_policy = pacifism + war_policy = anti_military + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.5 + 2681 = { owner = { war = yes } } + } + } + + option = { + name = "EVT97678OPTA" + set_country_flag = taiwan_line_of_advantage + random_country = { + limit = { owns = 2681 } + relation = { who = THIS value = -100 } + country_event = 97679 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97678OPTB" + set_country_flag = taiwan_line_of_advantage + prestige = -10 + any_pop = { consciousness = 1 } + move_issue_percentage = { + from = anti_military + to = pacifism + value = 0.05 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.05 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 97679 - title = "EVTNAME97679" #The Japanese Demand - desc = "EVTDESC97679" - picture = "ship_attacked" - - is_triggered_only = yes - - option = { - name = "EVT97679OPTA" - random_owned = { - limit = { owner = { NOT = { number_of_states = 2 } } } - THIS = { civilized = no } - JAP = { inherit = THIS } - THIS = { civilized = yes } - } - random_owned = { - limit = { owner = { number_of_states = 2 } } - owner = { - prestige = -10 - any_owned = { - limit = { region = CHI_1485 } - add_core = TAI - secede_province = JAP - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.5 - is_secondary_power = yes - } - modifier = { - factor = 0.1 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.5 - NOT = { any_greater_power = { war_with = THIS } } - war = yes - } - } - } - - option = { - name = "EVT97679OPTB" - random_owned = { - limit = { - owner = { NOT = { number_of_states = 2 } } - } - JAP = { - diplomatic_influence = { who = THIS value = -100 } - war = { - target = THIS - attacker_goal = { casus_belli = conquest_any } - } - } - } - random_owned = { - limit = { - owner = { number_of_states = 2 } - } - JAP = { - diplomatic_influence = { who = THIS value = -100 } - war = { - target = THIS - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 1485 - } - call_ally = yes - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - FROM = { brigades_compare = 3 } - } - modifier = { - factor = 0.5 - NOT = { FROM = { brigades_compare = 3 } } - FROM = { brigades_compare = 1 } - } - modifier = { - factor = 2 - FROM = { - is_greater_power = no - is_secondary_power = yes - } - } - modifier = { - factor = 3 - FROM = { - is_greater_power = no - is_secondary_power = no - } - } - } - } + id = 97679 + title = "EVTNAME97679" #The Japanese Demand + desc = "EVTDESC97679" + picture = "ship_attacked" + + is_triggered_only = yes + + option = { + name = "EVT97679OPTA" + random_owned = { + limit = { owner = { NOT = { number_of_states = 2 } } } + THIS = { civilized = no } + JAP = { inherit = THIS } + THIS = { civilized = yes } + } + random_owned = { + limit = { owner = { number_of_states = 2 } } + owner = { + prestige = -10 + any_owned = { + limit = { region = CHI_1485 } + add_core = TAI + secede_province = JAP + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.5 + is_secondary_power = yes + } + modifier = { + factor = 0.1 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.5 + NOT = { any_greater_power = { war_with = THIS } } + war = yes + } + } + } + + option = { + name = "EVT97679OPTB" + random_owned = { + limit = { + owner = { NOT = { number_of_states = 2 } } + } + JAP = { + diplomatic_influence = { who = THIS value = -100 } + war = { + target = THIS + attacker_goal = { casus_belli = conquest_any } + } + } + } + random_owned = { + limit = { + owner = { number_of_states = 2 } + } + JAP = { + diplomatic_influence = { who = THIS value = -100 } + war = { + target = THIS + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 1485 + } + call_ally = yes + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + FROM = { brigades_compare = 3 } + } + modifier = { + factor = 0.5 + NOT = { FROM = { brigades_compare = 3 } } + FROM = { brigades_compare = 1 } + } + modifier = { + factor = 2 + FROM = { + is_greater_power = no + is_secondary_power = yes + } + } + modifier = { + factor = 3 + FROM = { + is_greater_power = no + is_secondary_power = no + } + } + } + } } country_event = { - id = 97680 - title = "EVTNAME97680" #The Sakhalin Question - desc = "EVTDESC97680" - picture = "kurils" - - trigger = { - tag = JAP - crisis_exist = no - has_country_modifier = line_of_advantage - is_greater_power = yes - is_disarmed = no - war = no - nationalism_n_imperialism = 1 - 1086 = { #Pogobi - owner = { - tag = RUS - NOT = { truce_with = THIS } - NOT = { alliance_with = THIS } - } - } - owns = 1644 - OR = { - NOT = { any_greater_power = { alliance_with = RUS } } - any_greater_power = { alliance_with = THIS } - } - NOT = { - has_country_flag = sakhalin_line_of_advantage - badboy = 0.8 - war_exhaustion = 20 - num_of_revolts = 1 - war_policy = pacifism - war_policy = anti_military - } - } - - mean_time_to_happen = { - months = 480 - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.75 - 1086 = { - owner = { war = yes } - } - } - modifier = { - factor = 0.5 - OR = { - is_our_vassal = KOR - any_owned_province = { is_core = KOR } - } - } - modifier = { - factor = 0.5 - 1082 = { owned_by = RUS } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = RUS value = 0 } - } - } - } - - option = { - name = "EVT97680OPTA" - set_country_flag = sakhalin_line_of_advantage - badboy = 5 - RUS = { - relation = { who = THIS value = -100 } - country_event = 97681 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97680OPTB" - prestige = -10 - any_pop = { consciousness = 1 } - move_issue_percentage = { - from = anti_military - to = pacifism - value = 0.05 - } - move_issue_percentage = { - from = pro_military - to = anti_military - value = 0.05 - } - move_issue_percentage = { - from = jingoism - to = pro_military - value = 0.05 - } - ai_chance = { - factor = 0 - } - } + id = 97680 + title = "EVTNAME97680" #The Sakhalin Question + desc = "EVTDESC97680" + picture = "kurils" + + trigger = { + tag = JAP + crisis_exist = no + has_country_modifier = line_of_advantage + is_greater_power = yes + is_disarmed = no + war = no + nationalism_n_imperialism = 1 + 1086 = { #Pogobi + owner = { + tag = RUS + NOT = { truce_with = THIS } + NOT = { alliance_with = THIS } + } + } + owns = 1644 + OR = { + NOT = { any_greater_power = { alliance_with = RUS } } + any_greater_power = { alliance_with = THIS } + } + NOT = { + has_country_flag = sakhalin_line_of_advantage + badboy = 0.8 + war_exhaustion = 20 + num_of_revolts = 1 + war_policy = pacifism + war_policy = anti_military + } + } + + mean_time_to_happen = { + months = 480 + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.75 + 1086 = { + owner = { war = yes } + } + } + modifier = { + factor = 0.5 + OR = { + is_our_vassal = KOR + any_owned_province = { is_core = KOR } + } + } + modifier = { + factor = 0.5 + 1082 = { owned_by = RUS } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = RUS value = 0 } + } + } + } + + option = { + name = "EVT97680OPTA" + set_country_flag = sakhalin_line_of_advantage + badboy = 5 + RUS = { + relation = { who = THIS value = -100 } + country_event = 97681 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97680OPTB" + prestige = -10 + any_pop = { consciousness = 1 } + move_issue_percentage = { + from = anti_military + to = pacifism + value = 0.05 + } + move_issue_percentage = { + from = pro_military + to = anti_military + value = 0.05 + } + move_issue_percentage = { + from = jingoism + to = pro_military + value = 0.05 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 97681 - title = "EVTNAME97681" #The Japanese Demand - desc = "EVTDESC97681" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVT97681OPTA" - prestige_factor = -0.2 - any_owned = { - limit = { region = JAP_1086 } - secede_province = JAP - } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 5 - is_secondary_power = no - } - modifier = { - factor = 5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 2 - NOT = { any_greater_power = { war_with = THIS } } - war = yes - } - } - } - - option = { - name = "EVT97681OPTB" - random_owned = { - limit = { - province_id = 1086 #Pogobi - is_colonial = yes - } - owner = { - casus_belli = { - type = humiliate - target = JAP - months = 60 - } - } - JAP = { - casus_belli = { - type = humiliate - target = THIS - months = 60 - } - casus_belli = { - type = place_in_the_sun - target = THIS - months = 30 - } - war = { - target = THIS - attacker_goal = { - casus_belli = place_in_the_sun - state_province_id = 1086 - } - call_ally = yes - } - } - } - random_owned = { - limit = { - province_id = 1086 #Pogobi - is_colonial = no - } - owner = { - casus_belli = { - type = humiliate - target = JAP - months = 60 - } - } - JAP = { - casus_belli = { - type = humiliate - target = THIS - months = 60 - } - war = { - target = THIS - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 1086 - } - call_ally = yes - } - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.6 - FROM = { brigades_compare = 2 } - } - modifier = { - factor = 0.9 - NOT = { FROM = { brigades_compare = 2 } } - FROM = { brigades_compare = 1 } - } - modifier = { - factor = 0.6 - FROM = { total_amount_of_ships = 100 } - } - modifier = { - factor = 0.9 - NOT = { FROM = { total_amount_of_ships = 100 } } - FROM = { total_amount_of_ships = 50 } - } - } - } + id = 97681 + title = "EVTNAME97681" #The Japanese Demand + desc = "EVTDESC97681" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVT97681OPTA" + prestige_factor = -0.2 + any_owned = { + limit = { region = JAP_1086 } + secede_province = JAP + } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 5 + is_secondary_power = no + } + modifier = { + factor = 5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 2 + NOT = { any_greater_power = { war_with = THIS } } + war = yes + } + } + } + + option = { + name = "EVT97681OPTB" + random_owned = { + limit = { + province_id = 1086 #Pogobi + is_colonial = yes + } + owner = { + casus_belli = { + type = humiliate + target = JAP + months = 60 + } + } + JAP = { + casus_belli = { + type = humiliate + target = THIS + months = 60 + } + casus_belli = { + type = place_in_the_sun + target = THIS + months = 30 + } + war = { + target = THIS + attacker_goal = { + casus_belli = place_in_the_sun + state_province_id = 1086 + } + call_ally = yes + } + } + } + random_owned = { + limit = { + province_id = 1086 #Pogobi + is_colonial = no + } + owner = { + casus_belli = { + type = humiliate + target = JAP + months = 60 + } + } + JAP = { + casus_belli = { + type = humiliate + target = THIS + months = 60 + } + war = { + target = THIS + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 1086 + } + call_ally = yes + } + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.6 + FROM = { brigades_compare = 2 } + } + modifier = { + factor = 0.9 + NOT = { FROM = { brigades_compare = 2 } } + FROM = { brigades_compare = 1 } + } + modifier = { + factor = 0.6 + FROM = { total_amount_of_ships = 100 } + } + modifier = { + factor = 0.9 + NOT = { FROM = { total_amount_of_ships = 100 } } + FROM = { total_amount_of_ships = 50 } + } + } + } } country_event = { - id = 97682 - title = "EVTNAME97682" #The Ezo Republic - desc = "EVTDESC97682" - picture = "ezo_republic" - - fire_only_once = yes - - trigger = { - tag = JAP - has_global_flag = boshin_war_has_happened - civilized = yes - NOT = { has_country_flag = peaceful_transition_to_japan } - EZO = { - is_core = 1642 - election = no - exists = yes - } - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVT97682OPTA" #Deny their request. - release_vassal = EZO - relation = { who = EZO value = -400 } - ai_chance = { factor = 0.98 } - } - - option = { - name = "EVT97682OPTB" #Agree - add_tax_relative_income = 0.5 - ai_chance = { factor = 0.01 } - } - - option = { - name = "EVT97682OPTC" #Set them completely free - EZO = { all_core = { remove_core = THIS } } - release_vassal = EZO - relation = { who = EZO value = 400 } - ai_chance = { factor = 0.01 } - } - option = { - name = "EVT97683OPTB" #Set them completely free and play as them - EZO = { all_core = { remove_core = JAP remove_core = TKG } } - all_core = { limit = { state_id = 1086 } remove_core = TKG remove_core = JAP add_core = EZO } - any_owned = { limit = { is_core = EZO } secede_province = EZO } - relation = { who = EZO value = 400 } - diplomatic_influence = { who = EZO value = 400 } - change_tag_no_core_switch = EZO - ai_chance = { factor = 0 } - } + id = 97682 + title = "EVTNAME97682" #The Ezo Republic + desc = "EVTDESC97682" + picture = "ezo_republic" + + fire_only_once = yes + + trigger = { + tag = JAP + has_global_flag = boshin_war_has_happened + civilized = yes + NOT = { has_country_flag = peaceful_transition_to_japan } + EZO = { + is_core = 1642 + election = no + exists = yes + } + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVT97682OPTA" #Deny their request. + release_vassal = EZO + relation = { who = EZO value = -400 } + ai_chance = { factor = 0.98 } + } + + option = { + name = "EVT97682OPTB" #Agree + add_tax_relative_income = 0.5 + ai_chance = { factor = 0.01 } + } + + option = { + name = "EVT97682OPTC" #Set them completely free + EZO = { all_core = { remove_core = THIS } } + release_vassal = EZO + relation = { who = EZO value = 400 } + ai_chance = { factor = 0.01 } + } + option = { + name = "EVT97683OPTB" #Set them completely free and play as them + EZO = { all_core = { remove_core = JAP remove_core = TKG } } + all_core = { limit = { state_id = 1086 } remove_core = TKG remove_core = JAP add_core = EZO } + any_owned = { limit = { is_core = EZO } secede_province = EZO } + relation = { who = EZO value = 400 } + diplomatic_influence = { who = EZO value = 400 } + change_tag_no_core_switch = EZO + ai_chance = { factor = 0 } + } } - + country_event = { - id = 97683 - title = "EVTNAME97683" #The Ezo Republic - Cores - desc = "EVTDESC97683" - picture = "ezo_request" - - fire_only_once = yes - - trigger = { - tag = JAP - owns = 1642 - TKG = { exists = no } - has_global_flag = boshin_war_has_happened - civilized = yes - NOT = { has_country_flag = peaceful_transition_to_japan } - EZO = { - NOT = { is_core = 1642 } - exists = no - election = no - } - } - - mean_time_to_happen = { days = 30 } - - option = { - name = "EVT97683OPTA" - set_country_flag = ezo_republic - JAP_1088 = { add_core = EZO } - #random_owned = { limit = { province_id = 1089 } add_core = EZO } - #random_owned = { limit = { province_id = 1087 } add_core = EZO } - random_owned = { limit = { province_id = 1088 } add_core = EZO } - random_owned = { limit = { province_id = 1086 } add_core = EZO } - release_vassal = EZO - relation = { who = EZO value = 400 } - EZO = { - civilized = yes - government = democracy - political_reform = population_equal_weight - political_reform = wealth_voting - political_reform = yes_meeting - political_reform = censored_press - political_reform = no_trade_unions - political_reform = non_secret_ballots - political_reform = proportional_representation - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - election = yes - small_arms = 10 - canned_food = 10 - ammunition = 10 - artillery = 10 - treasury = 50000 - define_general = { - name = "Hijikata Toshizo" - personality = implacable - background = school_of_firepower - } - } - } + id = 97683 + title = "EVTNAME97683" #The Ezo Republic - Cores + desc = "EVTDESC97683" + picture = "ezo_request" + + fire_only_once = yes + + trigger = { + tag = JAP + owns = 1642 + TKG = { exists = no } + has_global_flag = boshin_war_has_happened + civilized = yes + NOT = { has_country_flag = peaceful_transition_to_japan } + EZO = { + NOT = { is_core = 1642 } + exists = no + election = no + } + } + + mean_time_to_happen = { days = 30 } + + option = { + name = "EVT97683OPTA" + set_country_flag = ezo_republic + JAP_1088 = { add_core = EZO } + #random_owned = { limit = { province_id = 1089 } add_core = EZO } + #random_owned = { limit = { province_id = 1087 } add_core = EZO } + random_owned = { limit = { province_id = 1088 } add_core = EZO } + random_owned = { limit = { province_id = 1086 } add_core = EZO } + release_vassal = EZO + relation = { who = EZO value = 400 } + EZO = { + civilized = yes + government = democracy + political_reform = population_equal_weight + political_reform = wealth_voting + political_reform = yes_meeting + political_reform = censored_press + political_reform = no_trade_unions + political_reform = non_secret_ballots + political_reform = proportional_representation + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + election = yes + small_arms = 10 + canned_food = 10 + ammunition = 10 + artillery = 10 + treasury = 50000 + define_general = { + name = "Hijikata Toshizo" + personality = implacable + background = school_of_firepower + } + } + } } - + country_event = { - id = 97684 - title = "EVTNAME97684" #The Ezo Republic - Remove Cores - Candidate for decision - desc = "EVTDESC97684" - picture = "ezo_end" - - fire_only_once = yes - - trigger = { - OR = { - tag = JAP - tag = TKG - } - owns = 1642 - has_global_flag = boshin_war_has_happened - civilized = yes - NOT = { has_country_flag = peaceful_transition_to_japan } - EZO = { - is_core = 1642 - exists = no - } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT97684OPTA" - EZO = { all_core = { remove_core = EZO } } - } -} \ No newline at end of file + id = 97684 + title = "EVTNAME97684" #The Ezo Republic - Remove Cores - Candidate for decision + desc = "EVTDESC97684" + picture = "ezo_end" + + fire_only_once = yes + + trigger = { + OR = { + tag = JAP + tag = TKG + } + owns = 1642 + has_global_flag = boshin_war_has_happened + civilized = yes + NOT = { has_country_flag = peaceful_transition_to_japan } + EZO = { + is_core = 1642 + exists = no + } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT97684OPTA" + EZO = { all_core = { remove_core = EZO } } + } +} diff --git a/HPM/events/KORFlavor.txt b/HPM/events/KORFlavor.txt index 4b010132..d843f81c 100644 --- a/HPM/events/KORFlavor.txt +++ b/HPM/events/KORFlavor.txt @@ -1,1498 +1,1498 @@ ##################################################################### -# # -# Korean Events # -# # +# # +# Korean Events # +# # ##################################################################### #The French-Korean Expedition of 1866 country_event = { - id = 85000 - title = "EVTNAME85000" #Catholics Slain in Korea - desc = "EVTDESC85000" - news = yes - news_desc_long = "EVTDESC85000_NEWS_LONG" - news_desc_medium = "EVTDESC85000_NEWS_MEDIUM" - news_desc_short = "EVTDESC85000_NEWS_SHORT" - picture = "missionaries" - - fire_only_once = yes - - trigger = { - tag = FRA - is_vassal = no - war = no - year = 1866 - is_our_vassal = KOR - KOR = { - exists = yes - civilized = no - vassal_of = QNG - } - NOT = { - truce_with = KOR - truce_with = QNG - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - year = 1870 - } - } - - option = { - name = "EVT85000OPTA" - QNG = { country_event = 85001 } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT85000OPTB" - prestige = -20 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - ai_chance = { - factor = 5 - } - } + id = 85000 + title = "EVTNAME85000" #Catholics Slain in Korea + desc = "EVTDESC85000" + news = yes + news_desc_long = "EVTDESC85000_NEWS_LONG" + news_desc_medium = "EVTDESC85000_NEWS_MEDIUM" + news_desc_short = "EVTDESC85000_NEWS_SHORT" + picture = "missionaries" + + fire_only_once = yes + + trigger = { + tag = FRA + is_vassal = no + war = no + year = 1866 + is_our_vassal = KOR + KOR = { + exists = yes + civilized = no + vassal_of = QNG + } + NOT = { + truce_with = KOR + truce_with = QNG + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + year = 1870 + } + } + + option = { + name = "EVT85000OPTA" + QNG = { country_event = 85001 } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT85000OPTB" + prestige = -20 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 85001 - title = "EVTNAME85001" #French Demand Retribution - desc = "EVTDESC85001" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT85001OPTA" - prestige = -10 - KOR = { country_event = 85002 } - FROM = { country_event = 85003 } - ai_chance = { - factor = 75 - modifier = { - factor = 2 - FROM = { brigades_compare = 0.5 } - } - } - } - - option = { - name = "EVT85001OPTB" - prestige = 10 - create_alliance = KOR - KOR = { country_event = 85004 } - FROM = { country_event = 85005 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - war = yes - } - modifier = { - factor = 0.1 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - war_exhaustion = 10 - } - modifier = { - factor = 2 - part_of_sphere = yes - NOT = { in_sphere = FROM } - } - modifier = { - factor = 0 - OR = { - in_sphere = FROM - alliance_with = FROM - } - } - } - } + id = 85001 + title = "EVTNAME85001" #French Demand Retribution + desc = "EVTDESC85001" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT85001OPTA" + prestige = -10 + KOR = { country_event = 85002 } + FROM = { country_event = 85003 } + ai_chance = { + factor = 75 + modifier = { + factor = 2 + FROM = { brigades_compare = 0.5 } + } + } + } + + option = { + name = "EVT85001OPTB" + prestige = 10 + create_alliance = KOR + KOR = { country_event = 85004 } + FROM = { country_event = 85005 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + war = yes + } + modifier = { + factor = 0.1 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + war_exhaustion = 10 + } + modifier = { + factor = 2 + part_of_sphere = yes + NOT = { in_sphere = FROM } + } + modifier = { + factor = 0 + OR = { + in_sphere = FROM + alliance_with = FROM + } + } + } + } } country_event = { - id = 85002 - title = "EVTNAME85002" #Qing Abandons Korea - to Korea - desc = "EVTDESC85002" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT85002OPTA" - FROM = { release_vassal = THIS } - leave_alliance = FROM - relation = { who = FROM value = -100 } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT85002OPTB" - prestige = -10 - FROM = { release_vassal = THIS } - leave_alliance = FROM - relation = { who = FROM value = 50 } - ai_chance = { - factor = 90 - } - } + id = 85002 + title = "EVTNAME85002" #Qing Abandons Korea - to Korea + desc = "EVTDESC85002" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT85002OPTA" + FROM = { release_vassal = THIS } + leave_alliance = FROM + relation = { who = FROM value = -100 } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT85002OPTB" + prestige = -10 + FROM = { release_vassal = THIS } + leave_alliance = FROM + relation = { who = FROM value = 50 } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 85003 - title = "EVTNAME85003" #Qing Abandons Korea - to France - desc = "EVTDESC85003" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT85003OPTA" - relation = { who = FROM value = 50 } - casus_belli = { - target = KOR - type = humiliate - months = 12 - } - set_country_flag = exclusive_humiliate_CB - KOR = { - add_country_modifier = { name = war_focus duration = -1 } - } - war = { - target = KOR - attacker_goal = { - casus_belli = humiliate - } - } - } + id = 85003 + title = "EVTNAME85003" #Qing Abandons Korea - to France + desc = "EVTDESC85003" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT85003OPTA" + relation = { who = FROM value = 50 } + casus_belli = { + target = KOR + type = humiliate + months = 12 + } + set_country_flag = exclusive_humiliate_CB + KOR = { + add_country_modifier = { name = war_focus duration = -1 } + } + war = { + target = KOR + attacker_goal = { + casus_belli = humiliate + } + } + } } country_event = { - id = 85004 - title = "EVTNAME85004" #Qing Will Defend Korea - to Korea - desc = "EVTDESC85004" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT85004OPTA" - relation = { who = FROM value = 50 } - relation = { who = FRA value = -100 } - } + id = 85004 + title = "EVTNAME85004" #Qing Will Defend Korea - to Korea + desc = "EVTDESC85004" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT85004OPTA" + relation = { who = FROM value = 50 } + relation = { who = FRA value = -100 } + } } country_event = { - id = 85005 - title = "EVTNAME85005" #Qing Will Defend Korea - to France - desc = "EVTDESC85005" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT85005OPTA" - leave_alliance = FROM - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -100 } - relation = { who = KOR value = -100 } - casus_belli = { - target = KOR - type = humiliate - months = 12 - } - casus_belli = { - target = FROM - type = release_puppet - months = 12 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - war = { - target = KOR - attacker_goal = { - casus_belli = humiliate - } - call_ally = yes - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT85005OPTB" - prestige = -40 - leave_alliance = FROM - relation = { who = FROM value = -50 } - relation = { who = KOR value = -100 } - ai_chance = { - factor = 10 - } - } + id = 85005 + title = "EVTNAME85005" #Qing Will Defend Korea - to France + desc = "EVTDESC85005" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT85005OPTA" + leave_alliance = FROM + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -100 } + relation = { who = KOR value = -100 } + casus_belli = { + target = KOR + type = humiliate + months = 12 + } + casus_belli = { + target = FROM + type = release_puppet + months = 12 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + war = { + target = KOR + attacker_goal = { + casus_belli = humiliate + } + call_ally = yes + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT85005OPTB" + prestige = -40 + leave_alliance = FROM + relation = { who = FROM value = -50 } + relation = { who = KOR value = -100 } + ai_chance = { + factor = 10 + } + } } #The Ganghwa Incident country_event = { - id = 85010 - title = "EVTNAME85010" #The Ganghwa Incident - desc = "EVTDESC85010" - news = yes - news_desc_long = "EVTDESC85010_NEWS_LONG" - news_desc_medium = "EVTDESC85010_NEWS_MEDIUM" - news_desc_short = "EVTDESC85010_NEWS_SHORT" - picture = "ship_attacked" - - fire_only_once = yes - - trigger = { - OR = { - AND = { - tag = JAP - NOT = { exists = TKG } - JAP = { is_vassal = no } - } - AND = { - tag = TKG - TKG = { is_vassal = no } - NOT = { exists = JAP } - } - } - owns = 1657 - owns = 1649 - war = no - civilized = yes - KOR = { - exists = yes - civilized = no - OR = { - has_country_modifier = uncivilized_isolationism - vassal_of = QNG - } - } - NOT = { - num_of_revolts = 1 - war_policy = pacifism - is_our_vassal = KOR - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - muzzle_loaded_rifles = 1 - } - modifier = { - factor = 0.5 - breech_loaded_rifles = 1 - } - modifier = { - factor = 1.5 - NOT = { year = 1865 } - } - modifier = { - factor = 1.2 - year = 1865 - NOT = { year = 1870 } - } - modifier = { - factor = 0.5 - year = 1875 - } - modifier = { - factor = 0.1 - year = 1880 - } - } - - option = { - name = "EVT85010OPTA" - KOR = { country_event = 85011 } - } - - option = { - name = "EVT85010OPTB" - prestige = -20 - leave_alliance = KOR - relation = { who = KOR value = -100 } - random_country = { - limit = { is_our_vassal = KOR } - leave_alliance = THIS - relation = { who = THIS value = -50 } - add_casus_belli = { - target = THIS - type = release_puppet - months = 60 - } - } - } + id = 85010 + title = "EVTNAME85010" #The Ganghwa Incident + desc = "EVTDESC85010" + news = yes + news_desc_long = "EVTDESC85010_NEWS_LONG" + news_desc_medium = "EVTDESC85010_NEWS_MEDIUM" + news_desc_short = "EVTDESC85010_NEWS_SHORT" + picture = "ship_attacked" + + fire_only_once = yes + + trigger = { + OR = { + AND = { + tag = JAP + NOT = { exists = TKG } + JAP = { is_vassal = no } + } + AND = { + tag = TKG + TKG = { is_vassal = no } + NOT = { exists = JAP } + } + } + owns = 1657 + owns = 1649 + war = no + civilized = yes + KOR = { + exists = yes + civilized = no + OR = { + has_country_modifier = uncivilized_isolationism + vassal_of = QNG + } + } + NOT = { + num_of_revolts = 1 + war_policy = pacifism + is_our_vassal = KOR + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + muzzle_loaded_rifles = 1 + } + modifier = { + factor = 0.5 + breech_loaded_rifles = 1 + } + modifier = { + factor = 1.5 + NOT = { year = 1865 } + } + modifier = { + factor = 1.2 + year = 1865 + NOT = { year = 1870 } + } + modifier = { + factor = 0.5 + year = 1875 + } + modifier = { + factor = 0.1 + year = 1880 + } + } + + option = { + name = "EVT85010OPTA" + KOR = { country_event = 85011 } + } + + option = { + name = "EVT85010OPTB" + prestige = -20 + leave_alliance = KOR + relation = { who = KOR value = -100 } + random_country = { + limit = { is_our_vassal = KOR } + leave_alliance = THIS + relation = { who = THIS value = -50 } + add_casus_belli = { + target = THIS + type = release_puppet + months = 60 + } + } + } } country_event = { - id = 85011 - title = "EVTNAME85010" #The Ganghwa Incident - to Korea - desc = "EVTDESC85011" - picture = "ship_attacked" - - is_triggered_only = yes - - option = { - name = "EVT85011OPTA" - prestige = -10 - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { - name = "western_influences" - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - country_event = 85012 - } - FROM = { country_event = 85013 } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - part_of_sphere = yes - } - } - } - - option = { - name = "EVT85011OPTB" - FROM = { country_event = 85014 } - ai_chance = { - factor = 10 - modifier = { - factor = 5 - part_of_sphere = yes - } - modifier = { - factor = 0 - in_sphere = FROM - } - } - } + id = 85011 + title = "EVTNAME85010" #The Ganghwa Incident - to Korea + desc = "EVTDESC85011" + picture = "ship_attacked" + + is_triggered_only = yes + + option = { + name = "EVT85011OPTA" + prestige = -10 + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { + name = "western_influences" + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + country_event = 85012 + } + FROM = { country_event = 85013 } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + part_of_sphere = yes + } + } + } + + option = { + name = "EVT85011OPTB" + FROM = { country_event = 85014 } + ai_chance = { + factor = 10 + modifier = { + factor = 5 + part_of_sphere = yes + } + modifier = { + factor = 0 + in_sphere = FROM + } + } + } } country_event = { - id = 85012 - title = "EVTNAME85010" #The Ganghwa Incident - to Vassal Owner - desc = "EVTDESC85012" - picture = "ship_attacked" - - is_triggered_only = yes - - option = { - name = "EVT85012OPTA" - random_country = { - limit = { - OR = { - tag = JAP - tag = TKG - } - exists = yes - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - relation = { who = FROM value = -50 } - leave_alliance = FROM - casus_belli = { - target = FROM - type = make_puppet - months = 12 - } - } + id = 85012 + title = "EVTNAME85010" #The Ganghwa Incident - to Vassal Owner + desc = "EVTDESC85012" + picture = "ship_attacked" + + is_triggered_only = yes + + option = { + name = "EVT85012OPTA" + random_country = { + limit = { + OR = { + tag = JAP + tag = TKG + } + exists = yes + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + relation = { who = FROM value = -50 } + leave_alliance = FROM + casus_belli = { + target = FROM + type = make_puppet + months = 12 + } + } } country_event = { - id = 85013 - title = "EVTNAME85013" - desc = "EVTDESC85013" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT85013OPTA" - prestige = 10 - relation = { who = FROM value = 100 } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { who = FROM value = 100 } - } - } - create_alliance = FROM - } + id = 85013 + title = "EVTNAME85013" + desc = "EVTDESC85013" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT85013OPTA" + prestige = 10 + relation = { who = FROM value = 100 } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { who = FROM value = 100 } + } + } + create_alliance = FROM + } } country_event = { - id = 85014 - title = "EVTNAME85014" #Korea Has Refused - to Japan - desc = "EVTDESC85014" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT85014OPTA" - set_country_flag = rejected_ganghwa_treaty - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - casus_belli = { - target = FROM - type = add_to_sphere - months = 60 - } - } - } - random_country = { - limit = { - tag = FROM - is_vassal = no - } - THIS = { - war = { - target = FROM - attacker_goal = { - casus_belli = cut_down_to_size - } - } - } - } - random_country = { - limit = { - is_our_vassal = FROM - } - relation = { who = THIS value = -50 } - leave_alliance = THIS - add_casus_belli = { - target = THIS - type = release_puppet - months = 60 - } - } - } + id = 85014 + title = "EVTNAME85014" #Korea Has Refused - to Japan + desc = "EVTDESC85014" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT85014OPTA" + set_country_flag = rejected_ganghwa_treaty + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + casus_belli = { + target = FROM + type = add_to_sphere + months = 60 + } + } + } + random_country = { + limit = { + tag = FROM + is_vassal = no + } + THIS = { + war = { + target = FROM + attacker_goal = { + casus_belli = cut_down_to_size + } + } + } + } + random_country = { + limit = { + is_our_vassal = FROM + } + relation = { who = THIS value = -50 } + leave_alliance = THIS + add_casus_belli = { + target = THIS + type = release_puppet + months = 60 + } + } + } } country_event = { - id = 85015 - title = "EVTNAME85015" #Korean Surrender - desc = "EVTDESC85015" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT85015OPTA" - prestige = -20 - remove_country_modifier = uncivilized_isolationism - add_country_modifier = { - name = "western_influences" - duration = -1 - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - relation = { who = FROM value = -100 } - relation = { who = THIS value = -50 } - leave_alliance = THIS - leave_alliance = FROM - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - casus_belli = { - target = THIS - type = make_puppet - months = 12 - } - } - FROM = { - clr_country_flag = rejected_ganghwa_treaty - end_war = THIS - relation = { who = THIS value = 200 } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { who = THIS value = 100 } - } - } - create_alliance = THIS - } - } + id = 85015 + title = "EVTNAME85015" #Korean Surrender + desc = "EVTDESC85015" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT85015OPTA" + prestige = -20 + remove_country_modifier = uncivilized_isolationism + add_country_modifier = { + name = "western_influences" + duration = -1 + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + relation = { who = FROM value = -100 } + relation = { who = THIS value = -50 } + leave_alliance = THIS + leave_alliance = FROM + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + casus_belli = { + target = THIS + type = make_puppet + months = 12 + } + } + FROM = { + clr_country_flag = rejected_ganghwa_treaty + end_war = THIS + relation = { who = THIS value = 200 } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { who = THIS value = 100 } + } + } + create_alliance = THIS + } + } } #Tonghak Rebellion country_event = { - id = 85020 - title = "EVTNAME85020" #Tonghak Rebellion - desc = "EVTDESC85020" - news = yes - news_desc_long = "EVTDESC85020_NEWS_LONG" - news_desc_medium = "EVTDESC85020_NEWS_MEDIUM" - news_desc_short = "EVTDESC85020_NEWS_SHORT" - picture = "tonghak_rebellion" - - trigger = { - tag = KOR - civilized = no - civilization_progress = 0.6 - government = absolute_monarchy - OR = { - part_of_sphere = yes - has_country_modifier = western_influences - is_vassal = yes - } - NOT = { - has_country_flag = angry_rioters_victorious - has_country_flag = tonghak_rebellion_happened - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.5 - part_of_sphere = yes - } - modifier = { - factor = 2 - has_country_modifier = uncivilized_isolationism - } - modifier = { - factor = 0.8 - has_country_modifier = western_influences - } - modifier = { - factor = 0.75 - is_vassal = yes - } - modifier = { - factor = 0.5 - civilization_progress = 0.7 - } - modifier = { - factor = 0.5 - civilization_progress = 0.75 - } - modifier = { - factor = 0.5 - civilization_progress = 0.8 - } - modifier = { - factor = 0.5 - civilization_progress = 0.85 - } - } - - option = { - name = "EVT85020OPTA" - set_country_flag = tonghak_rebellion_happened - prestige = -10 - any_owned = { - limit = { - region = KOR_1624 - } - add_province_modifier = { - name = peasant_revolt - duration = 1460 - } - } - poor_strata = { - limit = { - is_primary_culture = yes - location = { is_core = KOR } - } - militancy = 5 - consciousness = 5 - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - } - } + id = 85020 + title = "EVTNAME85020" #Tonghak Rebellion + desc = "EVTDESC85020" + news = yes + news_desc_long = "EVTDESC85020_NEWS_LONG" + news_desc_medium = "EVTDESC85020_NEWS_MEDIUM" + news_desc_short = "EVTDESC85020_NEWS_SHORT" + picture = "tonghak_rebellion" + + trigger = { + tag = KOR + civilized = no + civilization_progress = 0.6 + government = absolute_monarchy + OR = { + part_of_sphere = yes + has_country_modifier = western_influences + is_vassal = yes + } + NOT = { + has_country_flag = angry_rioters_victorious + has_country_flag = tonghak_rebellion_happened + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.5 + part_of_sphere = yes + } + modifier = { + factor = 2 + has_country_modifier = uncivilized_isolationism + } + modifier = { + factor = 0.8 + has_country_modifier = western_influences + } + modifier = { + factor = 0.75 + is_vassal = yes + } + modifier = { + factor = 0.5 + civilization_progress = 0.7 + } + modifier = { + factor = 0.5 + civilization_progress = 0.75 + } + modifier = { + factor = 0.5 + civilization_progress = 0.8 + } + modifier = { + factor = 0.5 + civilization_progress = 0.85 + } + } + + option = { + name = "EVT85020OPTA" + set_country_flag = tonghak_rebellion_happened + prestige = -10 + any_owned = { + limit = { + region = KOR_1624 + } + add_province_modifier = { + name = peasant_revolt + duration = 1460 + } + } + poor_strata = { + limit = { + is_primary_culture = yes + location = { is_core = KOR } + } + militancy = 5 + consciousness = 5 + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + } + } } country_event = { - id = 85021 - title = "EVTNAME85021" #Tonghak Rebellion Ended - desc = "EVTDESC85021" - picture = "tonghak_rebellion" - - trigger = { - tag = KOR - has_country_flag = tonghak_rebellion_happened - NOT = { - has_country_flag = tonghak_rebellion_ended - num_of_revolts = 1 - any_owned_province = { - has_province_modifier = peasant_revolt - } - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT85013OPTA" - set_country_flag = tonghak_rebellion_ended - poor_strata = { - limit = { - is_primary_culture = yes - location = { is_core = KOR } - } - militancy = -5 - } - } + id = 85021 + title = "EVTNAME85021" #Tonghak Rebellion Ended + desc = "EVTDESC85021" + picture = "tonghak_rebellion" + + trigger = { + tag = KOR + has_country_flag = tonghak_rebellion_happened + NOT = { + has_country_flag = tonghak_rebellion_ended + num_of_revolts = 1 + any_owned_province = { + has_province_modifier = peasant_revolt + } + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT85013OPTA" + set_country_flag = tonghak_rebellion_ended + poor_strata = { + limit = { + is_primary_culture = yes + location = { is_core = KOR } + } + militancy = -5 + } + } } #China Intervening in the Tonghak Rebellion country_event = { - id = 85025 - title = "EVTNAME85020" #Rebellion in Korea - desc = "EVTDESC85025" - picture = "tonghak_rebellion" - - trigger = { - is_culture_group = east_asian - owns = 1616 - OR = { - JAP = { - exists = yes - civilized = yes - is_vassal = no - NOT = { exists = TKG } - } - TKG = { - exists = yes - civilized = yes - is_vassal = no - NOT = { exists = JAP } - } - } - KOR = { - war = no - exists = yes - OR = { - is_vassal = no - vassal_of = THIS - } - has_country_flag = tonghak_rebellion_happened - NOT = { has_country_flag = tonghak_rebellion_ended } - } - NOT = { has_global_flag = tonghak_chinese_intervention } - } - - mean_time_to_happen = { - months = 6 - } - - immediate = { - set_global_flag = tonghak_chinese_intervention - } - - option = { - name = "EVT85025OPTA" - prestige = 20 - random_country = { - limit = { - OR = { - tag = TKG - tag = JAP - } - exists = yes - } - country_event = 85026 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.1 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.5 - war = yes - NOT = { any_greater_power = { war_with = THIS } } - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.1 - KOR = { vassal_of = JAP } - } - } - } - - option = { - name = "EVT85025OPTB" - prestige = -10 - random_country = { - limit = { - is_our_vassal = KOR - tag = KOR - } - THIS = { - release_vassal = KOR - leave_alliance = KOR - } - } - random_country = { - limit = { - OR = { - tag = TKG - tag = JAP - } - exists = yes - } - country_event = 85030 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0.5 - OR = { - is_our_vassal = KOR - alliance_with = KOR - is_sphere_leader_of = KOR - } - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - } + id = 85025 + title = "EVTNAME85020" #Rebellion in Korea + desc = "EVTDESC85025" + picture = "tonghak_rebellion" + + trigger = { + is_culture_group = east_asian + owns = 1616 + OR = { + JAP = { + exists = yes + civilized = yes + is_vassal = no + NOT = { exists = TKG } + } + TKG = { + exists = yes + civilized = yes + is_vassal = no + NOT = { exists = JAP } + } + } + KOR = { + war = no + exists = yes + OR = { + is_vassal = no + vassal_of = THIS + } + has_country_flag = tonghak_rebellion_happened + NOT = { has_country_flag = tonghak_rebellion_ended } + } + NOT = { has_global_flag = tonghak_chinese_intervention } + } + + mean_time_to_happen = { + months = 6 + } + + immediate = { + set_global_flag = tonghak_chinese_intervention + } + + option = { + name = "EVT85025OPTA" + prestige = 20 + random_country = { + limit = { + OR = { + tag = TKG + tag = JAP + } + exists = yes + } + country_event = 85026 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.1 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.5 + war = yes + NOT = { any_greater_power = { war_with = THIS } } + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.1 + KOR = { vassal_of = JAP } + } + } + } + + option = { + name = "EVT85025OPTB" + prestige = -10 + random_country = { + limit = { + is_our_vassal = KOR + tag = KOR + } + THIS = { + release_vassal = KOR + leave_alliance = KOR + } + } + random_country = { + limit = { + OR = { + tag = TKG + tag = JAP + } + exists = yes + } + country_event = 85030 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0.5 + OR = { + is_our_vassal = KOR + alliance_with = KOR + is_sphere_leader_of = KOR + } + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + } } country_event = { - id = 85026 - title = "EVTNAME85026" #China Intervenes in Korea - to Japan - desc = "EVTDESC85026" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85026OPTA" - prestige = 20 - badboy = 5 - random_list = { - 50 = { - KOR = { - set_country_flag = seoul_occupied - country_event = 85027 - } - } - 50 = { - KOR = { country_event = 85027 } - } - } - FROM = { - relation = { who = THIS value = -100 } - leave_alliance = THIS - country_event = 85028 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.8 - war = yes - NOT = { any_greater_power = { war_with = THIS } } - } - modifier = { - factor = 0.5 - civilized = no - } - modifier = { - factor = 0.1 - badboy = 0.8 - } - } - } - - option = { - name = "EVT85026OPTB" - prestige = -20 - badboy = -2 - random_list = { - 70 = { - KOR = { - set_country_flag = seoul_occupied - country_event = 85029 - } - } - 30 = { - KOR = { country_event = 85029 } - } - } - random_country = { - limit = { - tag = KOR - vassal_of = FROM - } - THIS = { - casus_belli = { - target = FROM - type = release_puppet - months = 24 - } - } - } - random_country = { - limit = { - tag = KOR - is_vassal = no - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - casus_belli = { - target = FROM - type = humiliate - months = 24 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - OR = { - is_our_vassal = KOR - alliance_with = KOR - is_sphere_leader_of = KOR - } - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - } + id = 85026 + title = "EVTNAME85026" #China Intervenes in Korea - to Japan + desc = "EVTDESC85026" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85026OPTA" + prestige = 20 + badboy = 5 + random_list = { + 50 = { + KOR = { + set_country_flag = seoul_occupied + country_event = 85027 + } + } + 50 = { + KOR = { country_event = 85027 } + } + } + FROM = { + relation = { who = THIS value = -100 } + leave_alliance = THIS + country_event = 85028 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.8 + war = yes + NOT = { any_greater_power = { war_with = THIS } } + } + modifier = { + factor = 0.5 + civilized = no + } + modifier = { + factor = 0.1 + badboy = 0.8 + } + } + } + + option = { + name = "EVT85026OPTB" + prestige = -20 + badboy = -2 + random_list = { + 70 = { + KOR = { + set_country_flag = seoul_occupied + country_event = 85029 + } + } + 30 = { + KOR = { country_event = 85029 } + } + } + random_country = { + limit = { + tag = KOR + vassal_of = FROM + } + THIS = { + casus_belli = { + target = FROM + type = release_puppet + months = 24 + } + } + } + random_country = { + limit = { + tag = KOR + is_vassal = no + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + casus_belli = { + target = FROM + type = humiliate + months = 24 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + OR = { + is_our_vassal = KOR + alliance_with = KOR + is_sphere_leader_of = KOR + } + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + } } country_event = { - id = 85027 - title = "EVTNAME85027" #Japanese Forces Enter Seoul - to Korea - desc = "EVTDESC85027" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85027OPTA" - prestige = -20 - FROM = { - create_vassal = KOR - create_alliance = KOR - } - random_country = { - limit = { - tag = FROM - is_greater_power = yes - } - diplomatic_influence = { who = THIS value = 100 } - } - relation = { who = FROM value = 200 } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 6 - } - any_owned = { - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - } - any_country = { - limit = { is_culture_group = east_asian } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.25 - NOT = { has_country_flag = seoul_occupied } - } - } - } - - option = { - name = "EVT85027OPTB" - capital = 1619 - FROM = { - casus_belli = { - target = KOR - type = make_puppet - months = 60 - } - country_event = 85032 - } - ai_chance = { - factor = 20 - } - } + id = 85027 + title = "EVTNAME85027" #Japanese Forces Enter Seoul - to Korea + desc = "EVTDESC85027" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85027OPTA" + prestige = -20 + FROM = { + create_vassal = KOR + create_alliance = KOR + } + random_country = { + limit = { + tag = FROM + is_greater_power = yes + } + diplomatic_influence = { who = THIS value = 100 } + } + relation = { who = FROM value = 200 } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 6 + } + any_owned = { + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + } + any_country = { + limit = { is_culture_group = east_asian } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.25 + NOT = { has_country_flag = seoul_occupied } + } + } + } + + option = { + name = "EVT85027OPTB" + capital = 1619 + FROM = { + casus_belli = { + target = KOR + type = make_puppet + months = 60 + } + country_event = 85032 + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 85028 - title = "EVTNAME85027" ##Japanese Forces Enter Seoul - to China - desc = "EVTDESC85028" - news = yes - news_desc_long = "EVTDESC85028_NEWS_LONG" - news_desc_medium = "EVTDESC85028_NEWS_MEDIUM" - news_desc_short = "EVTDESC85028_NEWS_SHORT" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85028OPTA" - casus_belli = { - target = FROM - type = humiliate - months = 60 - } - casus_belli = { - target = KOR - type = make_puppet - months = 60 - } - random_country = { - limit = { - tag = KOR - vassal_of = FROM - } - THIS = { - casus_belli = { - target = FROM - type = release_puppet - months = 60 - } - } - } - random_country = { - limit = { - tag = KOR - in_sphere = FROM - THIS = { is_greater_power = yes } - } - THIS = { - casus_belli = { - target = FROM - type = take_from_sphere - months = 60 - } - } - } - - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - casus_belli = { - target = KOR - type = add_to_sphere - months = 60 - } - } - } - - random_country = { - limit = { - tag = FROM - civilized = yes - THIS = { - civilized = no - owns = 1485 - } - } - casus_belli = { target = THIS type = treaty_port_casus_belli months = 12 } - THIS = { casus_belli = { target = FROM type = cut_down_to_size months = 12 } } - war = { - target = THIS - attacker_goal = { casus_belli = treaty_port_casus_belli } - defender_goal = { casus_belli = cut_down_to_size } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - owns = 1485 - } - } - owner = { - war = { - target = FROM - attacker_goal = { - casus_belli = cut_down_to_size - } - defender_goal = { - casus_belli = acquire_any_state - state_province_id = 1485 - } - } - } - } - random_owned = { - limit = { - owner = { - civilized = no - NOT = { owns = 1485 } - OR = { - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - owns = 1695 #Ifni - owns = 2640 #Gwadar - owns = 1637 #Cheju - owns = 2589 #Tsushima - } - } - } - owner = { - war = { - target = FROM - attacker_goal = { casus_belli = cut_down_to_size } - defender_goal = { casus_belli = treaty_port_casus_belli } - } - } - } - - random_owned = { - limit = { - owner = { - civilized = yes - NOT = { - owns = 1485 - owns = 1498 #Macao - owns = 1538 #Shanghai - owns = 1496 #Hong Kong - owns = 1566 #Qingdao - owns = 1481 #Lushun - Port Arthur - owns = 1569 #Weihaiwei - owns = 1606 #Jiaxing - owns = 2562 #Tainan - owns = 1499 #Hainan - owns = 2632 #Kwangchowan - owns = 1608 #Ningbo - owns = 1695 #Ifni - owns = 2640 #Gwadar - owns = 1637 #Cheju - owns = 2589 #Tsushima - } - } - } - owner = { - war = { - target = FROM - attacker_goal = { casus_belli = cut_down_to_size } - defender_goal = { casus_belli = cut_down_to_size } - } - } - } - - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT85028OPTB" - prestige = -20 - any_pop = { militancy = 2 } - casus_belli = { - target = FROM - type = humiliate - months = 60 - } - casus_belli = { - target = KOR - type = make_puppet - months = 60 - } - random_country = { - limit = { - tag = KOR - vassal_of = FROM - } - THIS = { - casus_belli = { - target = FROM - type = release_puppet - months = 60 - } - } - } - random_country = { - limit = { - tag = KOR - in_sphere = FROM - THIS = { is_greater_power = yes } - } - THIS = { - casus_belli = { - target = FROM - type = take_from_sphere - months = 60 - } - } - } - - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - casus_belli = { - target = KOR - type = add_to_sphere - months = 60 - } - } - } - - ai_chance = { - factor = 0 - } - } + id = 85028 + title = "EVTNAME85027" ##Japanese Forces Enter Seoul - to China + desc = "EVTDESC85028" + news = yes + news_desc_long = "EVTDESC85028_NEWS_LONG" + news_desc_medium = "EVTDESC85028_NEWS_MEDIUM" + news_desc_short = "EVTDESC85028_NEWS_SHORT" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85028OPTA" + casus_belli = { + target = FROM + type = humiliate + months = 60 + } + casus_belli = { + target = KOR + type = make_puppet + months = 60 + } + random_country = { + limit = { + tag = KOR + vassal_of = FROM + } + THIS = { + casus_belli = { + target = FROM + type = release_puppet + months = 60 + } + } + } + random_country = { + limit = { + tag = KOR + in_sphere = FROM + THIS = { is_greater_power = yes } + } + THIS = { + casus_belli = { + target = FROM + type = take_from_sphere + months = 60 + } + } + } + + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + casus_belli = { + target = KOR + type = add_to_sphere + months = 60 + } + } + } + + random_country = { + limit = { + tag = FROM + civilized = yes + THIS = { + civilized = no + owns = 1485 + } + } + casus_belli = { target = THIS type = treaty_port_casus_belli months = 12 } + THIS = { casus_belli = { target = FROM type = cut_down_to_size months = 12 } } + war = { + target = THIS + attacker_goal = { casus_belli = treaty_port_casus_belli } + defender_goal = { casus_belli = cut_down_to_size } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + owns = 1485 + } + } + owner = { + war = { + target = FROM + attacker_goal = { + casus_belli = cut_down_to_size + } + defender_goal = { + casus_belli = acquire_any_state + state_province_id = 1485 + } + } + } + } + random_owned = { + limit = { + owner = { + civilized = no + NOT = { owns = 1485 } + OR = { + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + owns = 1695 #Ifni + owns = 2640 #Gwadar + owns = 1637 #Cheju + owns = 2589 #Tsushima + } + } + } + owner = { + war = { + target = FROM + attacker_goal = { casus_belli = cut_down_to_size } + defender_goal = { casus_belli = treaty_port_casus_belli } + } + } + } + + random_owned = { + limit = { + owner = { + civilized = yes + NOT = { + owns = 1485 + owns = 1498 #Macao + owns = 1538 #Shanghai + owns = 1496 #Hong Kong + owns = 1566 #Qingdao + owns = 1481 #Lushun - Port Arthur + owns = 1569 #Weihaiwei + owns = 1606 #Jiaxing + owns = 2562 #Tainan + owns = 1499 #Hainan + owns = 2632 #Kwangchowan + owns = 1608 #Ningbo + owns = 1695 #Ifni + owns = 2640 #Gwadar + owns = 1637 #Cheju + owns = 2589 #Tsushima + } + } + } + owner = { + war = { + target = FROM + attacker_goal = { casus_belli = cut_down_to_size } + defender_goal = { casus_belli = cut_down_to_size } + } + } + } + + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT85028OPTB" + prestige = -20 + any_pop = { militancy = 2 } + casus_belli = { + target = FROM + type = humiliate + months = 60 + } + casus_belli = { + target = KOR + type = make_puppet + months = 60 + } + random_country = { + limit = { + tag = KOR + vassal_of = FROM + } + THIS = { + casus_belli = { + target = FROM + type = release_puppet + months = 60 + } + } + } + random_country = { + limit = { + tag = KOR + in_sphere = FROM + THIS = { is_greater_power = yes } + } + THIS = { + casus_belli = { + target = FROM + type = take_from_sphere + months = 60 + } + } + } + + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + casus_belli = { + target = KOR + type = add_to_sphere + months = 60 + } + } + } + + ai_chance = { + factor = 0 + } + } } country_event = { - id = 85029 - title = "EVTNAME85029" #Chinese Intervene in Korea - desc = "EVTDESC85029" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85027OPTA" - prestige = -20 - random_country = { - limit = { - is_culture_group = east_asian - owns = 1616 - is_greater_power = yes - } - diplomatic_influence = { who = THIS value = 100 } - } - random_country = { - limit = { - is_culture_group = east_asian - owns = 1616 - } - create_vassal = THIS - create_alliance = THIS - relation = { who = THIS value = 200 } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 6 - } - any_owned = { - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - } - any_country = { - limit = { is_culture_group = far_east_asian } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - - ai_chance = { - factor = 80 - modifier = { - factor = 0.25 - NOT = { has_country_flag = seoul_occupied } - } - } - } - - option = { - name = "EVT85027OPTB" - capital = 1619 - FROM = { - casus_belli = { - target = KOR - type = make_puppet - months = 60 - } - country_event = 85032 - } - ai_chance = { - factor = 20 - } - } + id = 85029 + title = "EVTNAME85029" #Chinese Intervene in Korea + desc = "EVTDESC85029" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85027OPTA" + prestige = -20 + random_country = { + limit = { + is_culture_group = east_asian + owns = 1616 + is_greater_power = yes + } + diplomatic_influence = { who = THIS value = 100 } + } + random_country = { + limit = { + is_culture_group = east_asian + owns = 1616 + } + create_vassal = THIS + create_alliance = THIS + relation = { who = THIS value = 200 } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 6 + } + any_owned = { + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + } + any_country = { + limit = { is_culture_group = far_east_asian } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + + ai_chance = { + factor = 80 + modifier = { + factor = 0.25 + NOT = { has_country_flag = seoul_occupied } + } + } + } + + option = { + name = "EVT85027OPTB" + capital = 1619 + FROM = { + casus_belli = { + target = KOR + type = make_puppet + months = 60 + } + country_event = 85032 + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 85030 - title = "EVTNAME85020" #The Tonghak Rebellion - To Japan, if China Does Not Intervene - desc = "EVTDESC85030" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85026OPTA" - prestige = 20 - badboy = 5 - random_list = { - 90 = { - KOR = { - set_country_flag = seoul_occupied - country_event = 85027 - } - } - 10 = { - KOR = { country_event = 85027 } - } - } - FROM = { - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = release_puppet - months = 12 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.8 - war = yes - NOT = { any_greater_power = { war_with = THIS } } - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.1 - badboy = 0.8 - } - } - } - - option = { - name = "EVT85028OPTB" - prestige = -10 - casus_belli = { - target = KOR - type = make_puppet - months = 60 - } - casus_belli = { - target = KOR - type = add_to_sphere - months = 60 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - is_greater_power = yes - } - modifier = { - factor = 0 - OR = { - is_our_vassal = KOR - alliance_with = KOR - is_sphere_leader_of = KOR - } - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - } + id = 85030 + title = "EVTNAME85020" #The Tonghak Rebellion - To Japan, if China Does Not Intervene + desc = "EVTDESC85030" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85026OPTA" + prestige = 20 + badboy = 5 + random_list = { + 90 = { + KOR = { + set_country_flag = seoul_occupied + country_event = 85027 + } + } + 10 = { + KOR = { country_event = 85027 } + } + } + FROM = { + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = release_puppet + months = 12 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.8 + war = yes + NOT = { any_greater_power = { war_with = THIS } } + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.1 + badboy = 0.8 + } + } + } + + option = { + name = "EVT85028OPTB" + prestige = -10 + casus_belli = { + target = KOR + type = make_puppet + months = 60 + } + casus_belli = { + target = KOR + type = add_to_sphere + months = 60 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + is_greater_power = yes + } + modifier = { + factor = 0 + OR = { + is_our_vassal = KOR + alliance_with = KOR + is_sphere_leader_of = KOR + } + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + } } country_event = { - id = 85031 - title = "EVTNAME85031" #Japan will lose cores on Korea after the timer runs out - Candidate for decision - desc = "EVTDESC85031" - picture = "tonghak_rebellion" - - trigger = { - exists = yes - ai = yes - war = no - OR = { - JAP = { exists = yes has_country_flag = claimed_korea NOT = { has_country_modifier = foreign_claims } } - TKG = { exists = yes has_country_flag = claimed_korea NOT = { has_country_modifier = foreign_claims } } - } - } - - mean_time_to_happen = { months = 3 } - - fire_only_once = yes - - option = { - name = "EVT85031OPTA" - KOR = { all_core = { remove_core = JAP remove_core = TKG } } - } + id = 85031 + title = "EVTNAME85031" #Japan will lose cores on Korea after the timer runs out - Candidate for decision + desc = "EVTDESC85031" + picture = "tonghak_rebellion" + + trigger = { + exists = yes + ai = yes + war = no + OR = { + JAP = { exists = yes has_country_flag = claimed_korea NOT = { has_country_modifier = foreign_claims } } + TKG = { exists = yes has_country_flag = claimed_korea NOT = { has_country_modifier = foreign_claims } } + } + } + + mean_time_to_happen = { months = 3 } + + fire_only_once = yes + + option = { + name = "EVT85031OPTA" + KOR = { all_core = { remove_core = JAP remove_core = TKG } } + } } #Japan/China gets informed that Korea is resisting country_event = { - id = 85032 - title = "EVTNAME85032" - desc = "EVTDESC85032" - picture = "tonghak_rebellion" - - is_triggered_only = yes - - option = { - name = "EVT85032OPTA" - random_country = { - limit = { - tag = KOR - vassal_of = THIS - } - THIS = { release_vassal = KOR } - } - random_country = { - limit = { - tag = FROM - OR = { - NOT = { has_country_flag = seoul_occupied } - NOT = { THIS = { primary_culture = japanese } } - } - } - clr_country_flag = seoul_occupied - THIS = { - war = { - target = KOR - attacker_goal = { casus_belli = make_puppet } - } - } - } - random_country = { - limit = { - tag = FROM - has_country_flag = seoul_occupied - THIS = { primary_culture = japanese } - } - clr_country_flag = seoul_occupied - any_owned = { - limit = { - OR = { - province_id = 1628 - province_id = 1624 - } - } - secede_province = THIS - } - THIS = { - war = { - target = KOR - attacker_goal = { casus_belli = make_puppet } - defender_goal = { - casus_belli = acquire_core_state - state_province_id = 1624 - } - } - } - } - } + id = 85032 + title = "EVTNAME85032" + desc = "EVTDESC85032" + picture = "tonghak_rebellion" + + is_triggered_only = yes + + option = { + name = "EVT85032OPTA" + random_country = { + limit = { + tag = KOR + vassal_of = THIS + } + THIS = { release_vassal = KOR } + } + random_country = { + limit = { + tag = FROM + OR = { + NOT = { has_country_flag = seoul_occupied } + NOT = { THIS = { primary_culture = japanese } } + } + } + clr_country_flag = seoul_occupied + THIS = { + war = { + target = KOR + attacker_goal = { casus_belli = make_puppet } + } + } + } + random_country = { + limit = { + tag = FROM + has_country_flag = seoul_occupied + THIS = { primary_culture = japanese } + } + clr_country_flag = seoul_occupied + any_owned = { + limit = { + OR = { + province_id = 1628 + province_id = 1624 + } + } + secede_province = THIS + } + THIS = { + war = { + target = KOR + attacker_goal = { casus_belli = make_puppet } + defender_goal = { + casus_belli = acquire_core_state + state_province_id = 1624 + } + } + } + } + } } diff --git a/HPM/events/KRAHist.txt b/HPM/events/KRAHist.txt index 68b78552..ed6713a8 100644 --- a/HPM/events/KRAHist.txt +++ b/HPM/events/KRAHist.txt @@ -1,82 +1,82 @@ country_event = { - id = 600051 - title = "EVTNAME600051" - desc = "EVTDESC600051" - picture = "krakow_uprising" + id = 600051 + title = "EVTNAME600051" + desc = "EVTDESC600051" + picture = "krakow_uprising" - trigger = { - tag = KRA - year = 1846 - NOT = { year = 1849 } - } + trigger = { + tag = KRA + year = 1846 + NOT = { year = 1849 } + } - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.05 - month = 1 - } - } - - fire_only_once = yes - - option = { - name = "EVT600051OPTA" #Let the Poles be free! Let's Unite Poland and restore its glory! - AUS = { country_event = { id = 600050 days = 7 } } - set_global_flag = krakow_uprising - prestige = 20 - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = state_controlled - political_reform = harassment - ruling_party_ideology = conservative - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - any_pop = { limit = { is_culture_group = polish_culture_group } militancy = -4 consciousness = -4 } - - AUS = { - release_vassal = KRA - relation = { who = KRA value = -400 } - diplomatic_influence = { who = KRA value = -400 } - any_pop = { limit = { has_pop_culture = polish } militancy = 2 consciousness = 4 } - } - RUS = { - relation = { who = KRA value = -300 } - diplomatic_influence = { who = KRA value = -300 } - any_pop = { limit = { has_pop_culture = polish } militancy = 3 consciousness = 5 } - } - random_country = { - limit = { - exists = yes - OR = { - tag = PRU - tag = NGF - tag = GER - } - owns = 549 - } - relation = { who = KRA value = -300 } - diplomatic_influence = { who = KRA value = -300 } - } - neutrality = yes - - ai_chance = { factor = 0.99 } - } - - option = { - name = "EVT600051OPTB" #Suppress the revolutionaries. It will not end well for the Free City of Krakow. - prestige = -50 - any_pop = { limit = { is_primary_culture = yes } militancy = 7 consciousness = 8 } - random_owned = { limit = { owner = { ai = yes } } owner = { KRA = { all_core = { add_core = AUS } } } } - ai_chance = { factor = 0.01 } - } + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.05 + month = 1 + } + } + + fire_only_once = yes + + option = { + name = "EVT600051OPTA" #Let the Poles be free! Let's Unite Poland and restore its glory! + AUS = { country_event = { id = 600050 days = 7 } } + set_global_flag = krakow_uprising + prestige = 20 + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = state_controlled + political_reform = harassment + ruling_party_ideology = conservative + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + any_pop = { limit = { is_culture_group = polish_culture_group } militancy = -4 consciousness = -4 } + + AUS = { + release_vassal = KRA + relation = { who = KRA value = -400 } + diplomatic_influence = { who = KRA value = -400 } + any_pop = { limit = { has_pop_culture = polish } militancy = 2 consciousness = 4 } + } + RUS = { + relation = { who = KRA value = -300 } + diplomatic_influence = { who = KRA value = -300 } + any_pop = { limit = { has_pop_culture = polish } militancy = 3 consciousness = 5 } + } + random_country = { + limit = { + exists = yes + OR = { + tag = PRU + tag = NGF + tag = GER + } + owns = 549 + } + relation = { who = KRA value = -300 } + diplomatic_influence = { who = KRA value = -300 } + } + neutrality = yes + + ai_chance = { factor = 0.99 } + } + + option = { + name = "EVT600051OPTB" #Suppress the revolutionaries. It will not end well for the Free City of Krakow. + prestige = -50 + any_pop = { limit = { is_primary_culture = yes } militancy = 7 consciousness = 8 } + random_owned = { limit = { owner = { ai = yes } } owner = { KRA = { all_core = { add_core = AUS } } } } + ai_chance = { factor = 0.01 } + } } diff --git a/HPM/events/Levant.txt b/HPM/events/Levant.txt index 85511fc9..b109372c 100644 --- a/HPM/events/Levant.txt +++ b/HPM/events/Levant.txt @@ -1,142 +1,142 @@ # Silk boom on Mount Lebanon country_event = { - id = 168000 - title = "EVTNAME168000" - desc = "EVTDESC168000" - picture = "beirut_silk" - - trigger = { - year = 1860 - 913 = { - is_colonial = no - owned_by = THIS - } - FRA = { has_country_flag = mount_lebanon_intervene } - } - - mean_time_to_happen = { months = 50 } - fire_only_once = yes - - option = { - name = "EVT168000OPTA" - 913 = { - add_province_modifier = { - name = economic_boom - duration = -1 - } - } - - 913 = { - any_pop = {#if no schools, desire low schools - limit = { - OR = { has_pop_religion = catholic has_pop_religion = orthodox } - country = { school_reforms = no_schools } - } - dominant_issue = { factor = 0.3 value = low_schools } - } - - any_pop = { - limit = { - OR = { has_pop_religion = catholic has_pop_religion = orthodox } - country = { school_reforms = low_schools } - } - dominant_issue = { factor = 0.3 value = acceptable_schools } - } - - any_pop = { - limit = { - OR = { has_pop_religion = catholic has_pop_religion = orthodox } - country = { school_reforms = acceptable_schools } - } - dominant_issue = { factor = 0.3 value = good_schools } - } - - any_pop = { - limit = { has_pop_religion = catholic } - reduce_pop = 1.05 - } - } - } + id = 168000 + title = "EVTNAME168000" + desc = "EVTDESC168000" + picture = "beirut_silk" + + trigger = { + year = 1860 + 913 = { + is_colonial = no + owned_by = THIS + } + FRA = { has_country_flag = mount_lebanon_intervene } + } + + mean_time_to_happen = { months = 50 } + fire_only_once = yes + + option = { + name = "EVT168000OPTA" + 913 = { + add_province_modifier = { + name = economic_boom + duration = -1 + } + } + + 913 = { + any_pop = {#if no schools, desire low schools + limit = { + OR = { has_pop_religion = catholic has_pop_religion = orthodox } + country = { school_reforms = no_schools } + } + dominant_issue = { factor = 0.3 value = low_schools } + } + + any_pop = { + limit = { + OR = { has_pop_religion = catholic has_pop_religion = orthodox } + country = { school_reforms = low_schools } + } + dominant_issue = { factor = 0.3 value = acceptable_schools } + } + + any_pop = { + limit = { + OR = { has_pop_religion = catholic has_pop_religion = orthodox } + country = { school_reforms = acceptable_schools } + } + dominant_issue = { factor = 0.3 value = good_schools } + } + + any_pop = { + limit = { has_pop_religion = catholic } + reduce_pop = 1.05 + } + } + } } # and following crash province_event = { - id = 168010 - title = "EVTNAME168010" - desc = "EVTDESC168010" - - trigger = { - year = 1872 - province_id = 913 - is_colonial = no - owner = { is_canal_enabled = 2 } - } - - mean_time_to_happen = { months = 50 } - fire_only_once = yes - - option = { - name = "EVT168010OPTA" - remove_province_modifier = economic_boom - add_province_modifier = { name = emigration_boom duration = 365 } - } + id = 168010 + title = "EVTNAME168010" + desc = "EVTDESC168010" + + trigger = { + year = 1872 + province_id = 913 + is_colonial = no + owner = { is_canal_enabled = 2 } + } + + mean_time_to_happen = { months = 50 } + fire_only_once = yes + + option = { + name = "EVT168010OPTA" + remove_province_modifier = economic_boom + add_province_modifier = { name = emigration_boom duration = 365 } + } } # excavations at Baalbek country_event = { - id = 168020 - title = "EVTNAME168020" - desc = "EVTDESC168020" - picture = "baalbek_excavations" - - trigger = { - is_greater_power = yes - social_science = 1 - year = 1895 - 912 = { owner = { relation = { who = this value = 100 } } } - } - - mean_time_to_happen = { - months = 120 - - modifier = { - factor = 0.50 - 912 = { owner = { relation = { who = this value = 190 } } } - } - } - fire_only_once = yes - - option = { - name = "EVT168020OPTA" - prestige = 20 - research_points = 300 - } + id = 168020 + title = "EVTNAME168020" + desc = "EVTDESC168020" + picture = "baalbek_excavations" + + trigger = { + is_greater_power = yes + social_science = 1 + year = 1895 + 912 = { owner = { relation = { who = this value = 100 } } } + } + + mean_time_to_happen = { + months = 120 + + modifier = { + factor = 0.50 + 912 = { owner = { relation = { who = this value = 190 } } } + } + } + fire_only_once = yes + + option = { + name = "EVT168020OPTA" + prestige = 20 + research_points = 300 + } } # Missionaries in Beirut country_event = { - id = 168030 - title = "EVTNAME168030" - desc = "EVTDESC168030" - picture = "missionaries" - - trigger = { - year = 1836 - owns = 913 - } - - mean_time_to_happen = { - months = 1 - } - fire_only_once = yes - - option = { - name = "EVT168030OPTA" - 913 = { - add_province_modifier = { - name = reading - duration = -1 - } - } - } + id = 168030 + title = "EVTNAME168030" + desc = "EVTDESC168030" + picture = "missionaries" + + trigger = { + year = 1836 + owns = 913 + } + + mean_time_to_happen = { + months = 1 + } + fire_only_once = yes + + option = { + name = "EVT168030OPTA" + 913 = { + add_province_modifier = { + name = reading + duration = -1 + } + } + } } diff --git a/HPM/events/LiberalRevolutions.txt b/HPM/events/LiberalRevolutions.txt index 9aa66964..1d3560c3 100644 --- a/HPM/events/LiberalRevolutions.txt +++ b/HPM/events/LiberalRevolutions.txt @@ -1,5835 +1,5835 @@ # An Age of Liberalism country_event = { - id = 10001 - title = "EVTNAME10001" - desc = "EVTDESC10001" - picture = "Administration" - - trigger = { - civilized = yes - capital_scope = { continent = europe } - OR = { - overlord = { has_country_flag = liberal_revolution_in_progress } - is_vassal = no - AND = { - culture_has_union_tag = yes - cultural_union = { exists = no } - } - } - NOT = { tag = UBD } - OR = { - tag = AUS - tag = NEH - tag = KUK - tag = SIC - tag = MOL - tag = WAL - tag = SER - primary_culture = north_italian - primary_culture = south_italian - literacy = 0.3 - } - year = 1840 - NOT = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_flag = liberal_revolution_fired - has_country_flag = had_liberal_revolution - } - is_ideology_enabled = socialist - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - government = democracy - } - NOT = { - has_global_flag = liberal_revolution_should_now_fire - } - } - - mean_time_to_happen = { - months = 96 - modifier = { - factor = 0.3 - has_global_flag = liberal_revolution_somewhere - NOT = { is_culture_group = scandinavian } - } - modifier = { - factor = 0.5 - has_global_flag = liberal_revolution_somewhere - is_culture_group = scandinavian - } - modifier = { - factor = 0.5 - any_neighbor_country = { has_country_flag = liberal_revolution_in_progress } - } - modifier = { - factor = 0.8 - year = 1841 - } - modifier = { - factor = 0.8 - year = 1842 - } - modifier = { - factor = 0.8 - year = 1843 - } - modifier = { - factor = 0.8 - unemployment = 0.05 - } - modifier = { - factor = 0.5 - nationalvalue = nv_liberty - } - modifier = { - factor = 0.75 - nationalvalue = nv_equality - } - modifier = { - factor = 1.25 - nationalvalue = nv_order - } - modifier = { - factor = 2 - nationalvalue = nv_autocracy - } - modifier = { - factor = 1.5 - NOT = { industrial_score = 10 } - } - modifier = { - factor = 1.5 - border_policy = closed_borders - } - modifier = { - factor = 1.5 - press_rights = state_press - } - modifier = { - factor = 1.25 - press_rights = censored_press - } - modifier = { - factor = 1.25 - public_meetings = no_meeting - } - modifier = { - factor = 0.8 - public_meetings = yes_meeting - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVTOPTA10001" - add_country_modifier = { - name = global_liberal_agitation - duration = -1 - } - any_pop = { - limit = { - location = { is_colonial = no } - } - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - set_global_flag = liberal_revolution_somewhere - set_country_flag = liberal_revolution_in_progress - } + id = 10001 + title = "EVTNAME10001" + desc = "EVTDESC10001" + picture = "Administration" + + trigger = { + civilized = yes + capital_scope = { continent = europe } + OR = { + overlord = { has_country_flag = liberal_revolution_in_progress } + is_vassal = no + AND = { + culture_has_union_tag = yes + cultural_union = { exists = no } + } + } + NOT = { tag = UBD } + OR = { + tag = AUS + tag = NEH + tag = KUK + tag = SIC + tag = MOL + tag = WAL + tag = SER + primary_culture = north_italian + primary_culture = south_italian + literacy = 0.3 + } + year = 1840 + NOT = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_flag = liberal_revolution_fired + has_country_flag = had_liberal_revolution + } + is_ideology_enabled = socialist + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + government = democracy + } + NOT = { + has_global_flag = liberal_revolution_should_now_fire + } + } + + mean_time_to_happen = { + months = 96 + modifier = { + factor = 0.3 + has_global_flag = liberal_revolution_somewhere + NOT = { is_culture_group = scandinavian } + } + modifier = { + factor = 0.5 + has_global_flag = liberal_revolution_somewhere + is_culture_group = scandinavian + } + modifier = { + factor = 0.5 + any_neighbor_country = { has_country_flag = liberal_revolution_in_progress } + } + modifier = { + factor = 0.8 + year = 1841 + } + modifier = { + factor = 0.8 + year = 1842 + } + modifier = { + factor = 0.8 + year = 1843 + } + modifier = { + factor = 0.8 + unemployment = 0.05 + } + modifier = { + factor = 0.5 + nationalvalue = nv_liberty + } + modifier = { + factor = 0.75 + nationalvalue = nv_equality + } + modifier = { + factor = 1.25 + nationalvalue = nv_order + } + modifier = { + factor = 2 + nationalvalue = nv_autocracy + } + modifier = { + factor = 1.5 + NOT = { industrial_score = 10 } + } + modifier = { + factor = 1.5 + border_policy = closed_borders + } + modifier = { + factor = 1.5 + press_rights = state_press + } + modifier = { + factor = 1.25 + press_rights = censored_press + } + modifier = { + factor = 1.25 + public_meetings = no_meeting + } + modifier = { + factor = 0.8 + public_meetings = yes_meeting + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + + option = { + name = "EVTOPTA10001" + add_country_modifier = { + name = global_liberal_agitation + duration = -1 + } + any_pop = { + limit = { + location = { is_colonial = no } + } + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + set_global_flag = liberal_revolution_somewhere + set_country_flag = liberal_revolution_in_progress + } } #Springtime of Nations country_event = { - id = 10000 - title = "EVTNAME10000" - desc = "EVTDESC10000" - picture = "Revolution" - - trigger = { - has_country_flag = liberal_revolution_in_progress - OR = { - liberal = 15 - average_militancy = 2 - } - NOT = { - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - year = 1847 - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.04 - has_global_flag = liberal_revolutions_should_now_fire - } - modifier = { - factor = 0.1 - year = 1848 - } - modifier = { - factor = 1.5 - NOT = { liberal = 10 } - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.07 - } - modifier = { - factor = 0.9 - political_reform_want = 0.09 - } - modifier = { - factor = 0.9 - political_reform_want = 0.11 - } - modifier = { - factor = 0.9 - political_reform_want = 0.13 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - num_of_revolts = 1 - } - modifier = { - factor = 0.8 - num_of_revolts = 5 - } - modifier = { - factor = 0.8 - num_of_revolts = 10 - } - modifier = { - factor = 0.4 - num_of_revolts = 15 - } - modifier = { - factor = 1.1 - prestige = 40 - } - modifier = { - factor = 1.1 - prestige = 50 - } - modifier = { - factor = 1.1 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 1.1 - not = { political_reform_want = 0.05 } - } - } - option = { - name = "EVTOPTA10000" - remove_country_modifier = global_liberal_agitation - add_country_modifier = { - name = springtime_of_nations - duration = 365 - } - any_owned = { - limit = { - OR = { - has_province_modifier = liberal_agitation - liberal = 20 - average_consciousness = 4 - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 9 - } - } - } - set_global_flag = liberal_revolutions_should_now_fire - clr_country_flag = liberal_revolution_in_progress - set_country_flag = liberal_revolution_fired - } + id = 10000 + title = "EVTNAME10000" + desc = "EVTDESC10000" + picture = "Revolution" + + trigger = { + has_country_flag = liberal_revolution_in_progress + OR = { + liberal = 15 + average_militancy = 2 + } + NOT = { + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + year = 1847 + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.04 + has_global_flag = liberal_revolutions_should_now_fire + } + modifier = { + factor = 0.1 + year = 1848 + } + modifier = { + factor = 1.5 + NOT = { liberal = 10 } + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.07 + } + modifier = { + factor = 0.9 + political_reform_want = 0.09 + } + modifier = { + factor = 0.9 + political_reform_want = 0.11 + } + modifier = { + factor = 0.9 + political_reform_want = 0.13 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + num_of_revolts = 1 + } + modifier = { + factor = 0.8 + num_of_revolts = 5 + } + modifier = { + factor = 0.8 + num_of_revolts = 10 + } + modifier = { + factor = 0.4 + num_of_revolts = 15 + } + modifier = { + factor = 1.1 + prestige = 40 + } + modifier = { + factor = 1.1 + prestige = 50 + } + modifier = { + factor = 1.1 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 1.1 + not = { political_reform_want = 0.05 } + } + } + option = { + name = "EVTOPTA10000" + remove_country_modifier = global_liberal_agitation + add_country_modifier = { + name = springtime_of_nations + duration = 365 + } + any_owned = { + limit = { + OR = { + has_province_modifier = liberal_agitation + liberal = 20 + average_consciousness = 4 + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 9 + } + } + } + set_global_flag = liberal_revolutions_should_now_fire + clr_country_flag = liberal_revolution_in_progress + set_country_flag = liberal_revolution_fired + } } #End of The Liberal Revolution country_event = { - title = "EVTNAME10050" - desc = "EVTDESC10050" - picture = "Riot" - - id = 10051 - - trigger = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_flag = liberal_revolution_fired - } - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - NOT = { num_of_revolts = 1 } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1.5 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 1.5 - NOT = { public_meetings = yes_meeting } - } - modifier = { - factor = 1.5 - NOT = { press_rights = free_press } - } - modifier = { - factor = 1.5 - NOT = { - OR = { - political_parties = gerrymandering - political_parties = non_secret_ballots - political_parties = secret_ballots - } - } - } - modifier = { - factor = 0.1 - vote_franschise = universal_voting - public_meetings = yes_meeting - press_rights = free_press - OR = { - political_parties = gerrymandering - political_parties = non_secret_ballots - political_parties = secret_ballots - } - } - } - - option = { - name = "EVTOPTA10050" - any_owned = { - limit = { is_colonial = no } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_consciousness = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_consciousness = { - ideology = conservative - factor = -4 - } - } - remove_province_modifier = liberal_agitation - } - any_neighbor_country = { - limit = { - NOT = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - remove_country_modifier = global_liberal_agitation - remove_country_modifier = springtime_of_nations - clr_country_flag = liberal_revolution_in_progress - clr_country_flag = liberal_revolution_fired - set_country_flag = had_liberal_revolution - prestige = 5 - } + title = "EVTNAME10050" + desc = "EVTDESC10050" + picture = "Riot" + + id = 10051 + + trigger = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_flag = liberal_revolution_fired + } + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + NOT = { num_of_revolts = 1 } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1.5 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 1.5 + NOT = { public_meetings = yes_meeting } + } + modifier = { + factor = 1.5 + NOT = { press_rights = free_press } + } + modifier = { + factor = 1.5 + NOT = { + OR = { + political_parties = gerrymandering + political_parties = non_secret_ballots + political_parties = secret_ballots + } + } + } + modifier = { + factor = 0.1 + vote_franschise = universal_voting + public_meetings = yes_meeting + press_rights = free_press + OR = { + political_parties = gerrymandering + political_parties = non_secret_ballots + political_parties = secret_ballots + } + } + } + + option = { + name = "EVTOPTA10050" + any_owned = { + limit = { is_colonial = no } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_consciousness = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_consciousness = { + ideology = conservative + factor = -4 + } + } + remove_province_modifier = liberal_agitation + } + any_neighbor_country = { + limit = { + NOT = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + remove_country_modifier = global_liberal_agitation + remove_country_modifier = springtime_of_nations + clr_country_flag = liberal_revolution_in_progress + clr_country_flag = liberal_revolution_fired + set_country_flag = had_liberal_revolution + prestige = 5 + } } - - + + #End of The Liberal Revolution Part 2 country_event = { - title = "EVTNAME10050" - desc = "EVTDESC10050" - picture = "Riot" - - id = 10050 - - trigger = { - has_country_flag = liberal_revolution_fired - NOT = { has_country_flag = had_liberal_revolution } - NOT = { has_country_modifier = springtime_of_nations } - NOT = { num_of_revolts = 1 } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPTA10050" - any_owned = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_consciousness = { - ideology = conservative - factor = -4 - } - } - remove_province_modifier = liberal_agitation - } - remove_country_modifier = global_liberal_agitation - clr_country_flag = liberal_revolution_fired - clr_country_flag = liberal_revolution_in_progress - set_country_flag = had_liberal_revolution - prestige = 10 - } + title = "EVTNAME10050" + desc = "EVTDESC10050" + picture = "Riot" + + id = 10050 + + trigger = { + has_country_flag = liberal_revolution_fired + NOT = { has_country_flag = had_liberal_revolution } + NOT = { has_country_modifier = springtime_of_nations } + NOT = { num_of_revolts = 1 } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPTA10050" + any_owned = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_consciousness = { + ideology = conservative + factor = -4 + } + } + remove_province_modifier = liberal_agitation + } + remove_country_modifier = global_liberal_agitation + clr_country_flag = liberal_revolution_fired + clr_country_flag = liberal_revolution_in_progress + set_country_flag = had_liberal_revolution + prestige = 10 + } } # Potato Blight (Sets up 10105) country_event = { - title = "EVTNAME10100" - desc = "EVTDESC10100_NEW" - id = 10100 - picture = "famine" - - trigger = { - civilized = yes - OR = { - NOT = { inorganic_chemistry = 1 } - AND = { - war_exhaustion = 25 - OR = { - has_country_modifier = great_war2 - has_country_modifier = great_war3 - } - } - } - any_owned_province = { - total_pops = 30000 - OR = { - trade_goods = grain - trade_goods = fruit - trade_goods = cattle - } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = arctic } - NOT = { terrain = montane_tundra } - NOT = { terrain = boreal } - NOT = { has_province_modifier = potato_blight } - NOT = { has_province_modifier = irish_potato_blight } - OR = { - continent = europe - continent = north_america - continent = south_america - year = 1900 - } - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.7 - OR = { - any_owned_province = { has_province_modifier = potato_blight } - any_neighbor_country = { any_owned_province = { any_neighbor_province = { has_province_modifier = potato_blight } } } - } - } - modifier = { - factor = 0.9 - NOT = { medicine = 1 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.8 } - } - modifier = { - factor = 0.7 - NOT = { poor_strata_life_needs = 0.5 } - } - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.95 - } - } - - option = { - name = "EVTOPTB10100" - prestige = -2 - random_owned = { - limit = { - total_pops = 30000 - OR = { - trade_goods = grain - trade_goods = fruit - trade_goods = cattle - } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = arctic } - NOT = { terrain = montane_tundra } - NOT = { terrain = boreal } - NOT = { has_province_modifier = potato_blight } - NOT = { has_province_modifier = irish_potato_blight } - } - add_province_modifier = { name = potato_blight duration = 180 } - state_scope = { any_pop = { consciousness = 3 } } - } - } - - option = { - name = "EVTOPTA10100" - random_state = { - limit = { - any_owned_province = { - total_pops = 30000 - OR = { - trade_goods = grain - trade_goods = fruit - trade_goods = cattle - } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = arctic } - NOT = { terrain = montane_tundra } - NOT = { terrain = boreal } - NOT = { has_province_modifier = potato_blight } - NOT = { has_province_modifier = irish_potato_blight } - } - } - any_owned = { - limit = { - total_pops = 30000 - OR = { - trade_goods = grain - trade_goods = fruit - trade_goods = cattle - } - NOT = { terrain = desert } - NOT = { terrain = semidesert } - NOT = { terrain = arctic } - NOT = { terrain = montane_tundra } - NOT = { terrain = boreal } - NOT = { has_province_modifier = potato_blight } - NOT = { has_province_modifier = irish_potato_blight } - } - add_province_modifier = { name = potato_blight duration = 365 } - } - } - } + title = "EVTNAME10100" + desc = "EVTDESC10100_NEW" + id = 10100 + picture = "famine" + + trigger = { + civilized = yes + OR = { + NOT = { inorganic_chemistry = 1 } + AND = { + war_exhaustion = 25 + OR = { + has_country_modifier = great_war2 + has_country_modifier = great_war3 + } + } + } + any_owned_province = { + total_pops = 30000 + OR = { + trade_goods = grain + trade_goods = fruit + trade_goods = cattle + } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = arctic } + NOT = { terrain = montane_tundra } + NOT = { terrain = boreal } + NOT = { has_province_modifier = potato_blight } + NOT = { has_province_modifier = irish_potato_blight } + OR = { + continent = europe + continent = north_america + continent = south_america + year = 1900 + } + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.7 + OR = { + any_owned_province = { has_province_modifier = potato_blight } + any_neighbor_country = { any_owned_province = { any_neighbor_province = { has_province_modifier = potato_blight } } } + } + } + modifier = { + factor = 0.9 + NOT = { medicine = 1 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.8 } + } + modifier = { + factor = 0.7 + NOT = { poor_strata_life_needs = 0.5 } + } + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.95 + } + } + + option = { + name = "EVTOPTB10100" + prestige = -2 + random_owned = { + limit = { + total_pops = 30000 + OR = { + trade_goods = grain + trade_goods = fruit + trade_goods = cattle + } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = arctic } + NOT = { terrain = montane_tundra } + NOT = { terrain = boreal } + NOT = { has_province_modifier = potato_blight } + NOT = { has_province_modifier = irish_potato_blight } + } + add_province_modifier = { name = potato_blight duration = 180 } + state_scope = { any_pop = { consciousness = 3 } } + } + } + + option = { + name = "EVTOPTA10100" + random_state = { + limit = { + any_owned_province = { + total_pops = 30000 + OR = { + trade_goods = grain + trade_goods = fruit + trade_goods = cattle + } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = arctic } + NOT = { terrain = montane_tundra } + NOT = { terrain = boreal } + NOT = { has_province_modifier = potato_blight } + NOT = { has_province_modifier = irish_potato_blight } + } + } + any_owned = { + limit = { + total_pops = 30000 + OR = { + trade_goods = grain + trade_goods = fruit + trade_goods = cattle + } + NOT = { terrain = desert } + NOT = { terrain = semidesert } + NOT = { terrain = arctic } + NOT = { terrain = montane_tundra } + NOT = { terrain = boreal } + NOT = { has_province_modifier = potato_blight } + NOT = { has_province_modifier = irish_potato_blight } + } + add_province_modifier = { name = potato_blight duration = 365 } + } + } + } } # Potato Famine Debated country_event = { - title = "EVTNAME10105" - desc = "EVTDESC10105" - id = 10105 - picture = "Metis" - - trigger = { - has_country_flag = liberal_revolution_in_progress - any_owned_province = { - OR = { - has_province_modifier = potato_blight - has_province_modifier = irish_potato_blight - } - } - any_state = { - is_colonial = no - liberal = 10 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.9 - political_reform_want = 0.02 - } - modifier = { - factor = 0.9 - political_reform_want = 0.03 - } - modifier = { - factor = 0.9 - political_reform_want = 0.04 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - liberal = 20 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 5 } - } - } - - option = { - name = "EVTOPTA10105" # Suppress - upper_house = { - ideology = reactionary - value = 0.2 - } - random_state = { - limit = { - is_colonial = no - liberal = 10 - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10105" # Allow them their say - upper_house = { - ideology = liberal - value = 0.1 - } - any_pop = { - limit = { - location = { is_colonial = no } - } - ideology = { - value = liberal - factor = 0.02 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10105" + desc = "EVTDESC10105" + id = 10105 + picture = "Metis" + + trigger = { + has_country_flag = liberal_revolution_in_progress + any_owned_province = { + OR = { + has_province_modifier = potato_blight + has_province_modifier = irish_potato_blight + } + } + any_state = { + is_colonial = no + liberal = 10 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.9 + political_reform_want = 0.02 + } + modifier = { + factor = 0.9 + political_reform_want = 0.03 + } + modifier = { + factor = 0.9 + political_reform_want = 0.04 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + liberal = 20 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 5 } + } + } + + option = { + name = "EVTOPTA10105" # Suppress + upper_house = { + ideology = reactionary + value = 0.2 + } + random_state = { + limit = { + is_colonial = no + liberal = 10 + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10105" # Allow them their say + upper_house = { + ideology = liberal + value = 0.1 + } + any_pop = { + limit = { + location = { is_colonial = no } + } + ideology = { + value = liberal + factor = 0.02 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } } # Nationalist Poet country_event = { - title = "EVTNAME10110" - desc = "EVTDESC10110" - id = 10110 - picture = "Demonstration" - - trigger = { - has_country_flag = liberal_revolution_in_progress - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.9 - liberal = 5 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - - option = { - name = "EVTOPTA10110" # Bloody Revolutionaries! - random_state = { - limit = { - is_colonial = no - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 365 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.4 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10110" # Defend old order! - upper_house = { - ideology = reactionary - value = 0.2 - } - aristocrats = { - ideology = { - value = reactionary - factor = 0.1 - } - } - random_state = { - limit = { - is_colonial = no - liberal = 10 - } - scaled_militancy = { - factor = 4 - ideology = liberal - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.4 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10110" + desc = "EVTDESC10110" + id = 10110 + picture = "Demonstration" + + trigger = { + has_country_flag = liberal_revolution_in_progress + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.9 + liberal = 5 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + + option = { + name = "EVTOPTA10110" # Bloody Revolutionaries! + random_state = { + limit = { + is_colonial = no + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 365 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.4 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10110" # Defend old order! + upper_house = { + ideology = reactionary + value = 0.2 + } + aristocrats = { + ideology = { + value = reactionary + factor = 0.1 + } + } + random_state = { + limit = { + is_colonial = no + liberal = 10 + } + scaled_militancy = { + factor = 4 + ideology = liberal + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.4 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } } # Liberal Newspaper country_event = { - title = "EVTNAME10120_NEW" - desc = "EVTDESC10120_NEW" - id = 10120 - picture = "news" - - trigger = { - has_country_flag = liberal_revolution_in_progress - NOT = { press_rights = free_press } - any_state = { - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - - option = { - name = "EVTOPTA10120" # Allow it - random_state = { - limit = { - owner = { press_rights = censored_press } - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - limit = { literacy = 0.2 } - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = free_press - factor = 0.1 - } - } - } - - random_state = { - limit = { - owner = { press_rights = state_press } - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - limit = { literacy = 0.2 } - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = censored_press - factor = 0.1 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10120" # Censor the paper - upper_house = { - ideology = reactionary - value = 0.1 - } - any_pop = { - limit = { - reactionary = 15 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - consciousness = -3 - } - any_pop = { - limit = { - pop_majority_ideology = conservative - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - consciousness = -1 - } - any_pop = { - limit = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - random_state = { - limit = { - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10120_NEW" + desc = "EVTDESC10120_NEW" + id = 10120 + picture = "news" + + trigger = { + has_country_flag = liberal_revolution_in_progress + NOT = { press_rights = free_press } + any_state = { + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + + option = { + name = "EVTOPTA10120" # Allow it + random_state = { + limit = { + owner = { press_rights = censored_press } + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + limit = { literacy = 0.2 } + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = free_press + factor = 0.1 + } + } + } + + random_state = { + limit = { + owner = { press_rights = state_press } + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + limit = { literacy = 0.2 } + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = censored_press + factor = 0.1 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10120" # Censor the paper + upper_house = { + ideology = reactionary + value = 0.1 + } + any_pop = { + limit = { + reactionary = 15 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + consciousness = -3 + } + any_pop = { + limit = { + pop_majority_ideology = conservative + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + consciousness = -1 + } + any_pop = { + limit = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + random_state = { + limit = { + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } } # Chartist Society country_event = { - title = "EVTNAME10130" - desc = "EVTDESC10130_NEW" - id = 10130 - picture = "chartists" - - trigger = { - has_country_flag = liberal_revolution_in_progress - NOT = { - vote_franschise = none_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - any_state = { - is_colonial = no - liberal = 10 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 1.5 - NOT = { liberal = 5 } - } - modifier = { - factor = 0.9 - liberal = 5 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - option = { - name = "EVTOPTA10130" # Allow it - random_state = { - limit = { - is_colonial = no - liberal = 10 - owner = { vote_franschise = wealth_voting } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = universal_weighted_voting - factor = 0.1 - } - } - } - random_state = { - limit = { - is_colonial = no - liberal = 10 - owner = { vote_franschise = wealth_weighted_voting } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = wealth_voting - factor = 0.1 - } - } - } - random_state = { - limit = { - is_colonial = no - liberal = 10 - owner = { vote_franschise = landed_voting } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = wealth_weighted_voting - factor = 0.1 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10130" # Suppress - upper_house = { - ideology = reactionary - value = 0.1 - } - random_owned = { - limit = { owner = { vote_franschise = universal_weighted_voting } } - owner = { - any_pop = { - limit = { - OR = { - reactionary = 15 - type = aristocrats - } - } - consciousness = -3 - dominant_issue = { - value = wealth_voting - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = wealth_voting - factor = 0.05 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_voting } } - owner = { - any_pop = { - limit = { - OR = { - reactionary = 15 - type = aristocrats - } - } - consciousness = -3 - dominant_issue = { - value = wealth_weighted_voting - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = wealth_weighted_voting - factor = 0.05 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_weighted_voting } } - owner = { - any_pop = { - limit = { - OR = { - reactionary = 15 - type = aristocrats - } - } - consciousness = -3 - dominant_issue = { - value = landed_voting - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = landed_voting - factor = 0.05 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = landed_voting } } - owner = { - any_pop = { - limit = { - OR = { - reactionary = 15 - type = aristocrats - } - } - consciousness = -3 - dominant_issue = { - value = none_voting - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = none_voting - factor = 0.05 - } - } - } - } - - random_state = { - limit = { - is_colonial = no - liberal = 10 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10130" + desc = "EVTDESC10130_NEW" + id = 10130 + picture = "chartists" + + trigger = { + has_country_flag = liberal_revolution_in_progress + NOT = { + vote_franschise = none_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + any_state = { + is_colonial = no + liberal = 10 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 1.5 + NOT = { liberal = 5 } + } + modifier = { + factor = 0.9 + liberal = 5 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + option = { + name = "EVTOPTA10130" # Allow it + random_state = { + limit = { + is_colonial = no + liberal = 10 + owner = { vote_franschise = wealth_voting } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = universal_weighted_voting + factor = 0.1 + } + } + } + random_state = { + limit = { + is_colonial = no + liberal = 10 + owner = { vote_franschise = wealth_weighted_voting } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = wealth_voting + factor = 0.1 + } + } + } + random_state = { + limit = { + is_colonial = no + liberal = 10 + owner = { vote_franschise = landed_voting } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = wealth_weighted_voting + factor = 0.1 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10130" # Suppress + upper_house = { + ideology = reactionary + value = 0.1 + } + random_owned = { + limit = { owner = { vote_franschise = universal_weighted_voting } } + owner = { + any_pop = { + limit = { + OR = { + reactionary = 15 + type = aristocrats + } + } + consciousness = -3 + dominant_issue = { + value = wealth_voting + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = wealth_voting + factor = 0.05 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_voting } } + owner = { + any_pop = { + limit = { + OR = { + reactionary = 15 + type = aristocrats + } + } + consciousness = -3 + dominant_issue = { + value = wealth_weighted_voting + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = wealth_weighted_voting + factor = 0.05 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_weighted_voting } } + owner = { + any_pop = { + limit = { + OR = { + reactionary = 15 + type = aristocrats + } + } + consciousness = -3 + dominant_issue = { + value = landed_voting + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = landed_voting + factor = 0.05 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = landed_voting } } + owner = { + any_pop = { + limit = { + OR = { + reactionary = 15 + type = aristocrats + } + } + consciousness = -3 + dominant_issue = { + value = none_voting + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = none_voting + factor = 0.05 + } + } + } + } + + random_state = { + limit = { + is_colonial = no + liberal = 10 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } } # Secret Society country_event = { - title = "EVTNAME10140" - desc = "EVTDESC10140_NEW" - id = 10140 - picture = "Finepeople" - - trigger = { - has_country_flag = liberal_revolution_in_progress - NOT = { vote_franschise = none_voting } - NOT = { political_parties = secret_ballots } - any_state = { - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - option = { - name = "EVTOPTA10140" # Allow it - random_state = { - limit = { - is_colonial = no - liberal = 5 - owner = { political_parties = non_secret_ballots } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = secret_ballots - factor = 0.1 - } - } - } - - random_state = { - limit = { - is_colonial = no - liberal = 5 - owner = { political_parties = gerrymandering } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = non_secret_ballots - factor = 0.1 - } - } - } - - random_state = { - limit = { - is_colonial = no - liberal = 5 - owner = { political_parties = harassment } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = gerrymandering - factor = 0.1 - } - } - } - - random_state = { - limit = { - is_colonial = no - liberal = 5 - owner = { political_parties = underground_parties } - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = harassment - factor = 0.1 - } - } - } - - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10140" # Suppress it - upper_house = { - ideology = reactionary - value = 0.1 - } - random_owned = { - limit = { owner = { political_parties = harassment } } - owner = { - any_pop = { - limit = { reactionary = 15 } - consciousness = -3 - dominant_issue = { - value = underground_parties - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = underground_parties - factor = 0.05 - } - } - } - } - random_owned = { - limit = { owner = { political_parties = gerrymandering } } - owner = { - any_pop = { - limit = { reactionary = 15 } - consciousness = -3 - dominant_issue = { - value = underground_parties - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = harassment - factor = 0.05 - } - } - } - } - random_owned = { - limit = { owner = { political_parties = non_secret_ballots } } - owner = { - any_pop = { - limit = { reactionary = 15 } - consciousness = -3 - dominant_issue = { - value = underground_parties - factor = 0.1 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = gerrymandering - factor = 0.05 - } - } - } - } - random_state = { - limit = { - is_colonial = no - liberal = 5 - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10140" + desc = "EVTDESC10140_NEW" + id = 10140 + picture = "Finepeople" + + trigger = { + has_country_flag = liberal_revolution_in_progress + NOT = { vote_franschise = none_voting } + NOT = { political_parties = secret_ballots } + any_state = { + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + option = { + name = "EVTOPTA10140" # Allow it + random_state = { + limit = { + is_colonial = no + liberal = 5 + owner = { political_parties = non_secret_ballots } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = secret_ballots + factor = 0.1 + } + } + } + + random_state = { + limit = { + is_colonial = no + liberal = 5 + owner = { political_parties = gerrymandering } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = non_secret_ballots + factor = 0.1 + } + } + } + + random_state = { + limit = { + is_colonial = no + liberal = 5 + owner = { political_parties = harassment } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = gerrymandering + factor = 0.1 + } + } + } + + random_state = { + limit = { + is_colonial = no + liberal = 5 + owner = { political_parties = underground_parties } + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = harassment + factor = 0.1 + } + } + } + + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10140" # Suppress it + upper_house = { + ideology = reactionary + value = 0.1 + } + random_owned = { + limit = { owner = { political_parties = harassment } } + owner = { + any_pop = { + limit = { reactionary = 15 } + consciousness = -3 + dominant_issue = { + value = underground_parties + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = underground_parties + factor = 0.05 + } + } + } + } + random_owned = { + limit = { owner = { political_parties = gerrymandering } } + owner = { + any_pop = { + limit = { reactionary = 15 } + consciousness = -3 + dominant_issue = { + value = underground_parties + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = harassment + factor = 0.05 + } + } + } + } + random_owned = { + limit = { owner = { political_parties = non_secret_ballots } } + owner = { + any_pop = { + limit = { reactionary = 15 } + consciousness = -3 + dominant_issue = { + value = underground_parties + factor = 0.1 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = gerrymandering + factor = 0.05 + } + } + } + } + random_state = { + limit = { + is_colonial = no + liberal = 5 + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } } # Luddite Mob country_event = { - title = "EVTNAME10150" - desc = "EVTDESC10150_NEW" - id = 10150 - picture = "luddites" - - trigger = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - any_state = { - is_colonial = no - has_building = factory - NOT = { poor_strata_everyday_needs = 0.9 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.8 - num_of_revolts = 1 - } - modifier = { - factor = 0.8 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.8 - any_state = { - is_colonial = no - has_building = factory - NOT = { poor_strata_life_needs = 1.0 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - } - modifier = { - factor = 0.8 - any_state = { - is_colonial = no - has_building = factory - NOT = { poor_strata_everyday_needs = 0.7 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - } - modifier = { - factor = 0.8 - any_state = { - is_colonial = no - has_building = factory - NOT = { poor_strata_everyday_needs = 0.5 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - } - modifier = { - factor = 0.9 - any_state = { - is_colonial = no - has_building = factory - average_militancy = 2 - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - option = { - name = "EVTOPTA10150" # Send in the troops - upper_house = { - ideology = reactionary - value = 0.1 - } - random_state = { - limit = { - is_colonial = no - has_building = factory - NOT = { poor_strata_everyday_needs = 0.9 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - random_pop = { - limit = { type = craftsmen } - reduce_pop = 0.9 - } - rich_strata = { - ideology = { - value = reactionary - factor = 0.2 - } - } - any_pop = { - limit = { - OR = { - type = craftsmen - type = artisans - type = clerks - } - } - militancy = 6 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.4 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.4 - government = absolute_monarchy - } - modifier = { - factor = 1.4 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10150" # Promise reforms - random_state = { - limit = { - is_colonial = no - has_building = factory - NOT = { poor_strata_everyday_needs = 0.9 } - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - } - } - any_pop = { - limit = { - OR = { - type = craftsmen - type = artisans - type = clerks - } - } - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 3 - scaled_militancy = { - factor = 3 - ideology = liberal - } - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.6 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10150" + desc = "EVTDESC10150_NEW" + id = 10150 + picture = "luddites" + + trigger = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + any_state = { + is_colonial = no + has_building = factory + NOT = { poor_strata_everyday_needs = 0.9 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.8 + num_of_revolts = 1 + } + modifier = { + factor = 0.8 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.8 + any_state = { + is_colonial = no + has_building = factory + NOT = { poor_strata_life_needs = 1.0 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + } + modifier = { + factor = 0.8 + any_state = { + is_colonial = no + has_building = factory + NOT = { poor_strata_everyday_needs = 0.7 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + } + modifier = { + factor = 0.8 + any_state = { + is_colonial = no + has_building = factory + NOT = { poor_strata_everyday_needs = 0.5 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + } + modifier = { + factor = 0.9 + any_state = { + is_colonial = no + has_building = factory + average_militancy = 2 + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + option = { + name = "EVTOPTA10150" # Send in the troops + upper_house = { + ideology = reactionary + value = 0.1 + } + random_state = { + limit = { + is_colonial = no + has_building = factory + NOT = { poor_strata_everyday_needs = 0.9 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + random_pop = { + limit = { type = craftsmen } + reduce_pop = 0.9 + } + rich_strata = { + ideology = { + value = reactionary + factor = 0.2 + } + } + any_pop = { + limit = { + OR = { + type = craftsmen + type = artisans + type = clerks + } + } + militancy = 6 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.4 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.4 + government = absolute_monarchy + } + modifier = { + factor = 1.4 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10150" # Promise reforms + random_state = { + limit = { + is_colonial = no + has_building = factory + NOT = { poor_strata_everyday_needs = 0.9 } + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + } + } + any_pop = { + limit = { + OR = { + type = craftsmen + type = artisans + type = clerks + } + } + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 3 + scaled_militancy = { + factor = 3 + ideology = liberal + } + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.6 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } } # Pan-Nationalist Uprising country_event = { - id = 10155 - title = "EVTNAME10155" - desc = "EVTDESC10155" - picture = "nationalists" - - trigger = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - culture_has_union_tag = yes - NOT = { is_culture_group = scandinavian } - NOT = { has_country_flag = wants_to_unify } - is_cultural_union = no - is_greater_power = no - is_vassal = no - any_owned_province = { - is_primary_culture = yes - has_province_modifier = liberal_agitation - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.6 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { liberal = 20 } - } - modifier = { - factor = 0.9 - liberal = 30 - } - modifier = { - factor = 0.9 - liberal = 40 - } - modifier = { - factor = 0.9 - liberal = 50 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - - option = { - name = "EVT10155OPTA" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - has_province_modifier = liberal_agitation - } - } - any_owned = { - remove_province_modifier = liberal_agitation - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } - } + id = 10155 + title = "EVTNAME10155" + desc = "EVTDESC10155" + picture = "nationalists" + + trigger = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + culture_has_union_tag = yes + NOT = { is_culture_group = scandinavian } + NOT = { has_country_flag = wants_to_unify } + is_cultural_union = no + is_greater_power = no + is_vassal = no + any_owned_province = { + is_primary_culture = yes + has_province_modifier = liberal_agitation + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.6 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { liberal = 20 } + } + modifier = { + factor = 0.9 + liberal = 30 + } + modifier = { + factor = 0.9 + liberal = 40 + } + modifier = { + factor = 0.9 + liberal = 50 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + + option = { + name = "EVT10155OPTA" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + has_province_modifier = liberal_agitation + } + } + any_owned = { + remove_province_modifier = liberal_agitation + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } + } } # Banquet Campaign country_event = { - title = "EVTNAME10160" - desc = "EVTDESC10160_NEW" - id = 10160 - picture = "banquet" - - trigger = { - has_country_flag = liberal_revolution_in_progress - public_meetings = no_meeting - any_state = { - is_colonial = no - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - } - - mean_time_to_happen = { - months = 20 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { liberal = 5 } - } - modifier = { - factor = 0.9 - liberal = 5 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - - option = { - name = "EVTOPTA10160" # Crack down - upper_house = { - ideology = reactionary - value = 0.1 - } - any_pop = { - limit = { reactionary = 20 } - consciousness = -3 - dominant_issue = { - value = no_meeting - factor = 0.10 - } - } - any_pop = { - limit = { pop_majority_ideology = conservative } - consciousness = -1 - dominant_issue = { - value = no_meeting - factor = 0.05 - } - } - random_state = { - limit = { - is_colonial = no - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10160" # Leave them be - random_state = { - limit = { - is_colonial = no - any_owned_province = { - NOT = { has_province_modifier = liberal_agitation } - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - dominant_issue = { - value = yes_meeting - factor = 0.1 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } + title = "EVTNAME10160" + desc = "EVTDESC10160_NEW" + id = 10160 + picture = "banquet" + + trigger = { + has_country_flag = liberal_revolution_in_progress + public_meetings = no_meeting + any_state = { + is_colonial = no + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + } + + mean_time_to_happen = { + months = 20 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { liberal = 5 } + } + modifier = { + factor = 0.9 + liberal = 5 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + + option = { + name = "EVTOPTA10160" # Crack down + upper_house = { + ideology = reactionary + value = 0.1 + } + any_pop = { + limit = { reactionary = 20 } + consciousness = -3 + dominant_issue = { + value = no_meeting + factor = 0.10 + } + } + any_pop = { + limit = { pop_majority_ideology = conservative } + consciousness = -1 + dominant_issue = { + value = no_meeting + factor = 0.05 + } + } + random_state = { + limit = { + is_colonial = no + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10160" # Leave them be + random_state = { + limit = { + is_colonial = no + any_owned_province = { + NOT = { has_province_modifier = liberal_agitation } + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + dominant_issue = { + value = yes_meeting + factor = 0.1 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } } #Liberal Agitation Spreads province_event = { - title = "EVTNAME10170" - desc = "EVTDESC10170_NEW" - id = 10170 - - trigger = { - owner = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - } - NOT = { has_province_modifier = liberal_agitation } - is_colonial = no - liberal = 20 - any_neighbor_province = { - has_province_modifier = liberal_agitation - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.5 - NOT = { controlled_by = THIS } - } - modifier = { - factor = 0.5 - owner = { num_of_revolts = 1 } - } - modifier = { - factor = 0.5 - controlled_by = THIS - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 0.5 - owner = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 1.25 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 0.9 - liberal = 25 - } - modifier = { - factor = 0.9 - liberal = 30 - } - modifier = { - factor = 0.9 - liberal = 35 - } - modifier = { - factor = 0.9 - liberal = 40 - } - modifier = { - factor = 1.2 - conservative = 30 - } - modifier = { - factor = 1.2 - conservative = 40 - } - modifier = { - factor = 1.2 - conservative = 50 - } - modifier = { - factor = 1.2 - reactionary = 5 - } - modifier = { - factor = 1.2 - reactionary = 10 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 2 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.75 - owner = { - culture_has_union_tag = yes - is_greater_power = no - NOT = { is_culture_group = scandinavian } - } - } - modifier = { - factor = 2 - owner = { is_culture_group = scandinavian } - } - modifier = { - factor = 0.5 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - NOT = { is_culture_group = scandinavian } - } - } - modifier = { - factor = 1.5 - OR = { - owner = { nationalvalue = nv_order } - owner = { nationalvalue = nv_autocracy } - } - } - } - option = { - name = "EVTOPTA10170" - state_scope = { - any_owned = { - limit = { liberal = 20 } - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - } + title = "EVTNAME10170" + desc = "EVTDESC10170_NEW" + id = 10170 + + trigger = { + owner = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + } + NOT = { has_province_modifier = liberal_agitation } + is_colonial = no + liberal = 20 + any_neighbor_province = { + has_province_modifier = liberal_agitation + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.5 + NOT = { controlled_by = THIS } + } + modifier = { + factor = 0.5 + owner = { num_of_revolts = 1 } + } + modifier = { + factor = 0.5 + controlled_by = THIS + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 0.5 + owner = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 1.25 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 0.9 + liberal = 25 + } + modifier = { + factor = 0.9 + liberal = 30 + } + modifier = { + factor = 0.9 + liberal = 35 + } + modifier = { + factor = 0.9 + liberal = 40 + } + modifier = { + factor = 1.2 + conservative = 30 + } + modifier = { + factor = 1.2 + conservative = 40 + } + modifier = { + factor = 1.2 + conservative = 50 + } + modifier = { + factor = 1.2 + reactionary = 5 + } + modifier = { + factor = 1.2 + reactionary = 10 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 2 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.75 + owner = { + culture_has_union_tag = yes + is_greater_power = no + NOT = { is_culture_group = scandinavian } + } + } + modifier = { + factor = 2 + owner = { is_culture_group = scandinavian } + } + modifier = { + factor = 0.5 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + NOT = { is_culture_group = scandinavian } + } + } + modifier = { + factor = 1.5 + OR = { + owner = { nationalvalue = nv_order } + owner = { nationalvalue = nv_autocracy } + } + } + } + option = { + name = "EVTOPTA10170" + state_scope = { + any_owned = { + limit = { liberal = 20 } + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + } } # Anti-Jacobin tract country_event = { - title = "EVTNAME10180" - desc = "EVTDESC10180" - picture = "Anti-Jacobin" - id = 10180 - - trigger = { - NOT = { - has_country_modifier = anti_jacobin_tract - } - any_owned_province = { - has_province_modifier = liberal_agitation - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.8 - war = yes - } - modifier = { - factor = 0.8 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 1.5 - NOT = { reactionary = 5 } - } - modifier = { - factor = 0.9 - reactionary = 5 - } - modifier = { - factor = 0.9 - reactionary = 10 - } - modifier = { - factor = 0.9 - conservative = 15 - } - modifier = { - factor = 0.9 - conservative = 20 - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - NOT = { average_militancy = 4 } - } - modifier = { - factor = 0.9 - religious_policy = moralism - } - modifier = { - factor = 1.5 - NOT = { religious_policy = moralism } - } - } - - option = { - name = "EVTOPTA10180" - add_country_modifier = { - name = anti_jacobin_tract - duration = 365 - } - random_owned = { - limit = { owner = { vote_franschise = landed_voting } } - owner = { - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - dominant_issue = { - value = none_voting - factor = 0.2 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_weighted_voting } } - owner = { - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - dominant_issue = { - value = landed_voting - factor = 0.2 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = wealth_voting } } - owner = { - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - dominant_issue = { - value = wealth_weighted_voting - factor = 0.2 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_weighted_voting } } - owner = { - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - dominant_issue = { - value = wealth_voting - factor = 0.2 - } - } - } - } - - random_owned = { - limit = { owner = { vote_franschise = universal_voting } } - owner = { - aristocrats = { - ideology = { - value = reactionary - factor = 0.4 - } - dominant_issue = { - value = universal_weighted_voting - factor = 0.2 - } - } - } - } - - any_pop = { - scaled_consciousness = { - ideology = conservative - factor = -3 - } - scaled_consciousness = { - ideology = reactionary - factor = -6 - } - } - upper_house = { - ideology = reactionary - value = 0.4 - } - } + title = "EVTNAME10180" + desc = "EVTDESC10180" + picture = "Anti-Jacobin" + id = 10180 + + trigger = { + NOT = { + has_country_modifier = anti_jacobin_tract + } + any_owned_province = { + has_province_modifier = liberal_agitation + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.8 + war = yes + } + modifier = { + factor = 0.8 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 1.5 + NOT = { reactionary = 5 } + } + modifier = { + factor = 0.9 + reactionary = 5 + } + modifier = { + factor = 0.9 + reactionary = 10 + } + modifier = { + factor = 0.9 + conservative = 15 + } + modifier = { + factor = 0.9 + conservative = 20 + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + NOT = { average_militancy = 4 } + } + modifier = { + factor = 0.9 + religious_policy = moralism + } + modifier = { + factor = 1.5 + NOT = { religious_policy = moralism } + } + } + + option = { + name = "EVTOPTA10180" + add_country_modifier = { + name = anti_jacobin_tract + duration = 365 + } + random_owned = { + limit = { owner = { vote_franschise = landed_voting } } + owner = { + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + dominant_issue = { + value = none_voting + factor = 0.2 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_weighted_voting } } + owner = { + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + dominant_issue = { + value = landed_voting + factor = 0.2 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = wealth_voting } } + owner = { + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + dominant_issue = { + value = wealth_weighted_voting + factor = 0.2 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_weighted_voting } } + owner = { + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + dominant_issue = { + value = wealth_voting + factor = 0.2 + } + } + } + } + + random_owned = { + limit = { owner = { vote_franschise = universal_voting } } + owner = { + aristocrats = { + ideology = { + value = reactionary + factor = 0.4 + } + dominant_issue = { + value = universal_weighted_voting + factor = 0.2 + } + } + } + } + + any_pop = { + scaled_consciousness = { + ideology = conservative + factor = -3 + } + scaled_consciousness = { + ideology = reactionary + factor = -6 + } + } + upper_house = { + ideology = reactionary + value = 0.4 + } + } } # Fiery Sermon province_event = { - title = "EVTNAME10190_NEW" - desc = "EVTDESC10190" - id = 10190 - - trigger = { - owner = { - NOT = { has_country_modifier = springtime_of_nations } - } - has_province_modifier = liberal_agitation - OR = { - conservative = 40 - reactionary = 10 - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 1.5 - NOT = { controlled_by = THIS } - } - modifier = { - factor = 1.5 - controlled_by = THIS - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 2 - owner = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 1.5 - liberal = 15 - } - modifier = { - factor = 0.9 - conservative = 50 - } - modifier = { - factor = 0.9 - conservative = 60 - } - modifier = { - factor = 0.9 - reactionary = 10 - } - modifier = { - factor = 0.8 - reactionary = 15 - } - modifier = { - factor = 0.8 - reactionary = 20 - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - NOT = { average_militancy = 4 } - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 0.8 - owner = { religious_policy = moralism } - } - modifier = { - factor = 1.5 - NOT = { - owner = { religious_policy = moralism } - } - } - modifier = { - factor = 1.25 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - } - - option = { - name = "EVTOPTA10190" - owner = { - upper_house = { - ideology = reactionary - value = 0.05 - } - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - aristocrats = { - ideology = { - value = reactionary - factor = 0.2 - } - } - clergymen = { - ideology = { - value = reactionary - factor = 0.1 - } - } - any_pop = { - ideology = { - value = conservative - factor = 0.1 - } - } - } - } + title = "EVTNAME10190_NEW" + desc = "EVTDESC10190" + id = 10190 + + trigger = { + owner = { + NOT = { has_country_modifier = springtime_of_nations } + } + has_province_modifier = liberal_agitation + OR = { + conservative = 40 + reactionary = 10 + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 1.5 + NOT = { controlled_by = THIS } + } + modifier = { + factor = 1.5 + controlled_by = THIS + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 2 + owner = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 1.5 + liberal = 15 + } + modifier = { + factor = 0.9 + conservative = 50 + } + modifier = { + factor = 0.9 + conservative = 60 + } + modifier = { + factor = 0.9 + reactionary = 10 + } + modifier = { + factor = 0.8 + reactionary = 15 + } + modifier = { + factor = 0.8 + reactionary = 20 + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + NOT = { average_militancy = 4 } + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 0.8 + owner = { religious_policy = moralism } + } + modifier = { + factor = 1.5 + NOT = { + owner = { religious_policy = moralism } + } + } + modifier = { + factor = 1.25 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + } + + option = { + name = "EVTOPTA10190" + owner = { + upper_house = { + ideology = reactionary + value = 0.05 + } + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + aristocrats = { + ideology = { + value = reactionary + factor = 0.2 + } + } + clergymen = { + ideology = { + value = reactionary + factor = 0.1 + } + } + any_pop = { + ideology = { + value = conservative + factor = 0.1 + } + } + } + } } # Insurrection province_event = { - title = "EVTNAME10200_NEW" - desc = "EVTDESC10200_NEW" - id = 10200 - - trigger = { - has_province_modifier = liberal_agitation - liberal = 25 - controlled_by = THIS - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.2 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 0.8 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.8 - owner = { num_of_revolts = 1 } - } - modifier = { - factor = 0.8 - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 2 - NOT = { liberal = 30 } - } - modifier = { - factor = 0.9 - liberal = 35 - } - modifier = { - factor = 0.9 - liberal = 45 - } - modifier = { - factor = 1.5 - reactionary = 5 - } - modifier = { - factor = 1.5 - conservative = 30 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 0.75 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - modifier = { - factor = 1.5 - owner = { - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - } - - option = { - name = "EVTOPTA10200" # Send in the troops - random_pop = { - limit = { pop_majority_ideology = liberal } - reduce_pop = 0.90 - } - any_pop = { - militancy = 2 - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - rich_strata = { - ideology = { - value = reactionary - factor = 0.20 - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.4 - owner = { ruling_party_ideology = reactionary } - } - modifier = { - factor = 1.4 - owner = { government = absolute_monarchy } - } - modifier = { - factor = 1.4 - owner = { NOT = { average_militancy = 2 } } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 4 } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 6 } - } - modifier = { - factor = 0.5 - owner = { num_of_revolts = 1 } - } - } - } - - option = { - name = "EVTOPTB10200" # Negotiate - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - poor_strata = { - ideology = { - value = liberal - factor = 0.10 - } - } - middle_strata = { - ideology = { - value = liberal - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - consciousness = 3 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.2 - owner = { ruling_party_ideology = liberal } - } - modifier = { - factor = 1.2 - owner = { government = hms_government } - } - modifier = { - factor = 0.6 - owner = { NOT = { average_militancy = 2 } } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 4 } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - owner = { num_of_revolts = 1 } - } - } - } + title = "EVTNAME10200_NEW" + desc = "EVTDESC10200_NEW" + id = 10200 + + trigger = { + has_province_modifier = liberal_agitation + liberal = 25 + controlled_by = THIS + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.2 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 0.8 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.8 + owner = { num_of_revolts = 1 } + } + modifier = { + factor = 0.8 + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 2 + NOT = { liberal = 30 } + } + modifier = { + factor = 0.9 + liberal = 35 + } + modifier = { + factor = 0.9 + liberal = 45 + } + modifier = { + factor = 1.5 + reactionary = 5 + } + modifier = { + factor = 1.5 + conservative = 30 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 0.75 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + modifier = { + factor = 1.5 + owner = { + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + } + + option = { + name = "EVTOPTA10200" # Send in the troops + random_pop = { + limit = { pop_majority_ideology = liberal } + reduce_pop = 0.90 + } + any_pop = { + militancy = 2 + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + rich_strata = { + ideology = { + value = reactionary + factor = 0.20 + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.4 + owner = { ruling_party_ideology = reactionary } + } + modifier = { + factor = 1.4 + owner = { government = absolute_monarchy } + } + modifier = { + factor = 1.4 + owner = { NOT = { average_militancy = 2 } } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 4 } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 6 } + } + modifier = { + factor = 0.5 + owner = { num_of_revolts = 1 } + } + } + } + + option = { + name = "EVTOPTB10200" # Negotiate + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + poor_strata = { + ideology = { + value = liberal + factor = 0.10 + } + } + middle_strata = { + ideology = { + value = liberal + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + consciousness = 3 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.2 + owner = { ruling_party_ideology = liberal } + } + modifier = { + factor = 1.2 + owner = { government = hms_government } + } + modifier = { + factor = 0.6 + owner = { NOT = { average_militancy = 2 } } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 4 } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + owner = { num_of_revolts = 1 } + } + } + } } # Fighting in the Streets country_event = { - id = 10205 - title = "EVTNAME10205" - desc = "EVTDESC10205" - picture = "streetriot" - - trigger = { - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 0.8 - num_of_revolts = 1 - } - modifier = { - factor = 0.8 - has_country_modifier = springtime_of_nations - } - modifier = { - factor = 0.8 - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 15 - reactionary = 15 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 20 - reactionary = 20 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - average_militancy = 1 - } - } - modifier = { - factor = 0.5 - any_owned_province = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - any_neighbor_province = { - controlled_by = REB - } - } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - - option = { - name = "EVT10205OPTA" - random_owned = { - limit = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - } - any_pop = { - ideology = { - value = reactionary - factor = 0.2 - } - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - any_pop = { - ideology = { - value = reactionary - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - factor = 9 - ideology = liberal - } - } - } - } - } - - option = { - name = "EVT10205OPTB" - random_owned = { - limit = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - } - any_pop = { - ideology = { - value = liberal - factor = 0.2 - } - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - factor = 9 - ideology = reactionary - } - } - } - } - } - - option = { - name = "EVT10205OPTC" - random_owned = { - limit = { - controlled_by = THIS - has_province_modifier = liberal_agitation - liberal = 10 - reactionary = 10 - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - any_pop = { - ideology = { - value = reactionary - factor = 0.05 - } - ideology = { - value = liberal - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - factor = 6 - ideology = liberal - } - scaled_militancy = { - factor = 6 - ideology = reactionary - } - } - } - } - } -} + id = 10205 + title = "EVTNAME10205" + desc = "EVTDESC10205" + picture = "streetriot" + + trigger = { + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 0.8 + num_of_revolts = 1 + } + modifier = { + factor = 0.8 + has_country_modifier = springtime_of_nations + } + modifier = { + factor = 0.8 + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 15 + reactionary = 15 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 20 + reactionary = 20 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + average_militancy = 1 + } + } + modifier = { + factor = 0.5 + any_owned_province = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + any_neighbor_province = { + controlled_by = REB + } + } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + + option = { + name = "EVT10205OPTA" + random_owned = { + limit = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + } + any_pop = { + ideology = { + value = reactionary + factor = 0.2 + } + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + any_pop = { + ideology = { + value = reactionary + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + factor = 9 + ideology = liberal + } + } + } + } + } + + option = { + name = "EVT10205OPTB" + random_owned = { + limit = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + } + any_pop = { + ideology = { + value = liberal + factor = 0.2 + } + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + factor = 9 + ideology = reactionary + } + } + } + } + } + + option = { + name = "EVT10205OPTC" + random_owned = { + limit = { + controlled_by = THIS + has_province_modifier = liberal_agitation + liberal = 10 + reactionary = 10 + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + any_pop = { + ideology = { + value = reactionary + factor = 0.05 + } + ideology = { + value = liberal + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + factor = 6 + ideology = liberal + } + scaled_militancy = { + factor = 6 + ideology = reactionary + } + } + } + } + } +} # Revolt province_event = { - title = "EVTNAME10210_NEW" - desc = "EVTDESC10210" - id = 10210 - - trigger = { - has_province_modifier = liberal_agitation - NOT = { average_militancy = 6 } - average_consciousness = 5 - liberal = 40 - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.25 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 0.5 - NOT = { controlled_by = THIS } - } - modifier = { - factor = 0.5 - controlled_by = THIS - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 0.8 - owner = { num_of_revolts = 1 } - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 1.5 - NOT = { liberal = 50 } - } - modifier = { - factor = 0.9 - liberal = 50 - } - modifier = { - factor = 0.9 - liberal = 55 - } - modifier = { - factor = 0.9 - liberal = 60 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0.75 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - modifier = { - factor = 1.5 - owner = { - nationalvalue = nv_order - } - } - } - - option = { - name = "EVTOPTA10210" - any_pop = { - militancy = 3 - } - state_scope = { - any_owned = { remove_province_modifier = liberal_agitation } - any_pop = { - scaled_militancy = { - factor = 6 - ideology = liberal - } - } - } - } + title = "EVTNAME10210_NEW" + desc = "EVTDESC10210" + id = 10210 + + trigger = { + has_province_modifier = liberal_agitation + NOT = { average_militancy = 6 } + average_consciousness = 5 + liberal = 40 + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.25 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 0.5 + NOT = { controlled_by = THIS } + } + modifier = { + factor = 0.5 + controlled_by = THIS + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 0.8 + owner = { num_of_revolts = 1 } + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 1.5 + NOT = { liberal = 50 } + } + modifier = { + factor = 0.9 + liberal = 50 + } + modifier = { + factor = 0.9 + liberal = 55 + } + modifier = { + factor = 0.9 + liberal = 60 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0.75 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + modifier = { + factor = 1.5 + owner = { + nationalvalue = nv_order + } + } + } + + option = { + name = "EVTOPTA10210" + any_pop = { + militancy = 3 + } + state_scope = { + any_owned = { remove_province_modifier = liberal_agitation } + any_pop = { + scaled_militancy = { + factor = 6 + ideology = liberal + } + } + } + } } # Inspired Nationalists country_event = { - id = 10215 - title = "EVTNAME10215" - desc = "EVTDESC10215" - picture = "nationalists" - - trigger = { - civilized = yes - NOT = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - any_owned_province = { - is_colonial = no - any_neighbor_province = { - is_colonial = no - owner = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - } - } - } - any_owned_province = { - is_colonial = no - is_primary_culture = no - is_accepted_culture = no - any_core = { - is_cultural_union = no - exists = no - NOT = { - is_primary_culture = THIS - tag = SAF - } - } - NOT = { has_province_modifier = nationalist_agitation } - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.5 - any_owned_province = { - has_province_modifier = nationalist_agitation - } - } - modifier = { - factor = 0.5 - NOT = { - any_owned_province = { - has_province_modifier = nationalist_agitation - } - } - any_owned_province = { - any_neighbor_province = { - has_province_modifier = nationalist_agitation - } - } - } - modifier = { - factor = 0.5 - any_neighbor_country = { - has_country_modifier = springtime_of_nations - } - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - } - - option = { - name = "EVT10215OPTA" - random_state = { - limit = { - any_owned_province = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - any_core = { - is_cultural_union = no - exists = no - NOT = { is_primary_culture = THIS } - } - NOT = { has_province_modifier = nationalist_agitation } - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - ideology = { - value = liberal - factor = 0.1 - } - scaled_consciousness = { - factor = 8 - ideology = liberal - } - } - any_owned = { - limit = { - is_primary_culture = no - is_accepted_culture = no - any_core = { - is_cultural_union = no - exists = no - NOT = { is_primary_culture = THIS } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1460 - } - } - } - } + id = 10215 + title = "EVTNAME10215" + desc = "EVTDESC10215" + picture = "nationalists" + + trigger = { + civilized = yes + NOT = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + any_owned_province = { + is_colonial = no + any_neighbor_province = { + is_colonial = no + owner = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + } + } + } + any_owned_province = { + is_colonial = no + is_primary_culture = no + is_accepted_culture = no + any_core = { + is_cultural_union = no + exists = no + NOT = { + is_primary_culture = THIS + tag = SAF + } + } + NOT = { has_province_modifier = nationalist_agitation } + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.5 + any_owned_province = { + has_province_modifier = nationalist_agitation + } + } + modifier = { + factor = 0.5 + NOT = { + any_owned_province = { + has_province_modifier = nationalist_agitation + } + } + any_owned_province = { + any_neighbor_province = { + has_province_modifier = nationalist_agitation + } + } + } + modifier = { + factor = 0.5 + any_neighbor_country = { + has_country_modifier = springtime_of_nations + } + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + } + + option = { + name = "EVT10215OPTA" + random_state = { + limit = { + any_owned_province = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + any_core = { + is_cultural_union = no + exists = no + NOT = { is_primary_culture = THIS } + } + NOT = { has_province_modifier = nationalist_agitation } + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + ideology = { + value = liberal + factor = 0.1 + } + scaled_consciousness = { + factor = 8 + ideology = liberal + } + } + any_owned = { + limit = { + is_primary_culture = no + is_accepted_culture = no + any_core = { + is_cultural_union = no + exists = no + NOT = { is_primary_culture = THIS } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1460 + } + } + } + } } # Nationalist Uprising province_event = { - id = 10216 - title = "EVTNAME10216" - desc = "EVTDESC10216" - picture = "nationalists" - - trigger = { - owner = { - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - } - is_colonial = no - is_primary_culture = no - is_accepted_culture = no - any_core = { - is_cultural_union = no - exists = no - NOT = { - is_primary_culture = THIS - tag = SAF - } - } - liberal = 10 - has_province_modifier = liberal_agitation - NOT = { has_province_modifier = nationalist_agitation } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.2 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 0.25 - NOT = { controlled_by = THIS } - } - modifier = { - factor = 0.5 - controlled_by = THIS - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 0.5 - any_neighbor_province = { - has_province_modifier = nationalist_agitation - } - } - modifier = { - factor = 0.8 - owner = { num_of_revolts = 1 } - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 1.2 - NOT = { liberal = 30 } - } - modifier = { - factor = 0.9 - liberal = 30 - } - modifier = { - factor = 0.9 - liberal = 40 - } - modifier = { - factor = 0.9 - liberal = 50 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0.8 - average_militancy = 1 - } - modifier = { - factor = 0.75 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - } - option = { - name = "EVT10216OPTA" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - any_owned = { remove_province_modifier = liberal_agitation } - any_owned = { - limit = { - is_primary_culture = no - is_accepted_culture = no - any_core = { - is_cultural_union = no - exists = no - NOT = { is_primary_culture = THIS } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1460 - } - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.4 - owner = { ruling_party_ideology = reactionary } - } - modifier = { - factor = 1.4 - owner = { government = absolute_monarchy } - } - modifier = { - factor = 1.4 - owner = { NOT = { average_militancy = 2 } } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 4 } - } - modifier = { - factor = 0.8 - owner = { average_militancy = 6 } - } - modifier = { - factor = 0.5 - owner = { num_of_revolts = 1 } - } - } - } - option = { - name = "EVT10216OPTB" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 4 - } - any_owned = { remove_province_modifier = liberal_agitation } - any_owned = { - limit = { - is_primary_culture = no - is_accepted_culture = no - any_core = { - is_cultural_union = no - exists = no - NOT = { is_primary_culture = THIS } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.2 - owner = { ruling_party_ideology = liberal } - } - modifier = { - factor = 1.2 - owner = { government = hms_government } - } - modifier = { - factor = 0.6 - owner = { NOT = { average_militancy = 2 } } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 4 } - } - modifier = { - factor = 1.2 - owner = { average_militancy = 6 } - } - modifier = { - factor = 1.5 - owner = { num_of_revolts = 1 } - } - } - } + id = 10216 + title = "EVTNAME10216" + desc = "EVTDESC10216" + picture = "nationalists" + + trigger = { + owner = { + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + } + is_colonial = no + is_primary_culture = no + is_accepted_culture = no + any_core = { + is_cultural_union = no + exists = no + NOT = { + is_primary_culture = THIS + tag = SAF + } + } + liberal = 10 + has_province_modifier = liberal_agitation + NOT = { has_province_modifier = nationalist_agitation } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.2 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 0.25 + NOT = { controlled_by = THIS } + } + modifier = { + factor = 0.5 + controlled_by = THIS + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 0.5 + any_neighbor_province = { + has_province_modifier = nationalist_agitation + } + } + modifier = { + factor = 0.8 + owner = { num_of_revolts = 1 } + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 1.2 + NOT = { liberal = 30 } + } + modifier = { + factor = 0.9 + liberal = 30 + } + modifier = { + factor = 0.9 + liberal = 40 + } + modifier = { + factor = 0.9 + liberal = 50 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0.8 + average_militancy = 1 + } + modifier = { + factor = 0.75 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + } + option = { + name = "EVT10216OPTA" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + any_owned = { remove_province_modifier = liberal_agitation } + any_owned = { + limit = { + is_primary_culture = no + is_accepted_culture = no + any_core = { + is_cultural_union = no + exists = no + NOT = { is_primary_culture = THIS } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1460 + } + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.4 + owner = { ruling_party_ideology = reactionary } + } + modifier = { + factor = 1.4 + owner = { government = absolute_monarchy } + } + modifier = { + factor = 1.4 + owner = { NOT = { average_militancy = 2 } } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 4 } + } + modifier = { + factor = 0.8 + owner = { average_militancy = 6 } + } + modifier = { + factor = 0.5 + owner = { num_of_revolts = 1 } + } + } + } + option = { + name = "EVT10216OPTB" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 4 + } + any_owned = { remove_province_modifier = liberal_agitation } + any_owned = { + limit = { + is_primary_culture = no + is_accepted_culture = no + any_core = { + is_cultural_union = no + exists = no + NOT = { is_primary_culture = THIS } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.2 + owner = { ruling_party_ideology = liberal } + } + modifier = { + factor = 1.2 + owner = { government = hms_government } + } + modifier = { + factor = 0.6 + owner = { NOT = { average_militancy = 2 } } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 4 } + } + modifier = { + factor = 1.2 + owner = { average_militancy = 6 } + } + modifier = { + factor = 1.5 + owner = { num_of_revolts = 1 } + } + } + } } # Agitation dies down province_event = { - title = "EVTNAME10220" - desc = "EVTDESC10220" - id = 10220 - - trigger = { - has_province_modifier = liberal_agitation - controlled_by = THIS - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.5 - owner = { num_of_revolts = 1 } - } - modifier = { - factor = 1.5 - any_neighbor_province = { - controlled_by = REB - } - } - modifier = { - factor = 2 - owner = { has_country_modifier = springtime_of_nations } - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = anti_jacobin_tract } - } - modifier = { - factor = 0.9 - state_scope = { - conservative = 30 - } - } - modifier = { - factor = 0.9 - state_scope = { - conservative = 40 - } - } - modifier = { - factor = 0.9 - state_scope = { - conservative = 50 - } - } - modifier = { - factor = 1.5 - state_scope = { - NOT = { reactionary = 5 } - } - } - modifier = { - factor = 0.8 - state_scope = { - reactionary = 10 - } - } - modifier = { - factor = 0.8 - state_scope = { - reactionary = 20 - } - } - modifier = { - factor = 1.2 - state_scope = { - average_consciousness = 4 - } - } - modifier = { - factor = 0.8 - state_scope = { - NOT = { average_consciousness = 4 } - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 15 - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 20 - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 25 - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 30 - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 35 - } - } - modifier = { - factor = 1.2 - state_scope = { - liberal = 40 - } - } - modifier = { - factor = 1.5 - state_scope = { - average_militancy = 2 - } - } - modifier = { - factor = 1.5 - state_scope = { - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - state_scope = { - NOT = { average_militancy = 1 } - } - } - modifier = { - factor = 1.5 - owner = { - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - modifier = { - factor = 0.75 - owner = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - } - } - } - } - - option = { - name = "EVTOPTA10220" - state_scope = { - any_owned = { - any_pop = { - scaled_consciousness = { - ideology = reactionary - factor = -4 - } - scaled_consciousness = { - ideology = conservative - factor = -2 - } - } - remove_province_modifier = liberal_agitation - } - } - } + title = "EVTNAME10220" + desc = "EVTDESC10220" + id = 10220 + + trigger = { + has_province_modifier = liberal_agitation + controlled_by = THIS + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.5 + owner = { num_of_revolts = 1 } + } + modifier = { + factor = 1.5 + any_neighbor_province = { + controlled_by = REB + } + } + modifier = { + factor = 2 + owner = { has_country_modifier = springtime_of_nations } + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = anti_jacobin_tract } + } + modifier = { + factor = 0.9 + state_scope = { + conservative = 30 + } + } + modifier = { + factor = 0.9 + state_scope = { + conservative = 40 + } + } + modifier = { + factor = 0.9 + state_scope = { + conservative = 50 + } + } + modifier = { + factor = 1.5 + state_scope = { + NOT = { reactionary = 5 } + } + } + modifier = { + factor = 0.8 + state_scope = { + reactionary = 10 + } + } + modifier = { + factor = 0.8 + state_scope = { + reactionary = 20 + } + } + modifier = { + factor = 1.2 + state_scope = { + average_consciousness = 4 + } + } + modifier = { + factor = 0.8 + state_scope = { + NOT = { average_consciousness = 4 } + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 15 + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 20 + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 25 + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 30 + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 35 + } + } + modifier = { + factor = 1.2 + state_scope = { + liberal = 40 + } + } + modifier = { + factor = 1.5 + state_scope = { + average_militancy = 2 + } + } + modifier = { + factor = 1.5 + state_scope = { + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + state_scope = { + NOT = { average_militancy = 1 } + } + } + modifier = { + factor = 1.5 + owner = { + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + modifier = { + factor = 0.75 + owner = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + } + } + } + } + + option = { + name = "EVTOPTA10220" + state_scope = { + any_owned = { + any_pop = { + scaled_consciousness = { + ideology = reactionary + factor = -4 + } + scaled_consciousness = { + ideology = conservative + factor = -2 + } + } + remove_province_modifier = liberal_agitation + } + } + } } # Chartist Rally in Kennington Common country_event = { - id = 10221 - title = "EVTNAME10221" - desc = "EVTDESC10221" - news = yes - news_desc_long = "EVTDESC10221_NEWS_LONG" - news_desc_medium = "EVTDESC10221_NEWS_MEDIUM" - news_desc_short = "EVTDESC10221_NEWS_SHORT" - major = yes - picture = "unite" - - fire_only_once = yes - - trigger = { - OR = { - tag = ENG - tag = ENL - } - NOT = { vote_franschise = universal_voting } - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - OR = { - any_owned_province = { - is_capital = yes - controlled_by = REB - } - revolt_percentage = 0.50 - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 0.1 - capital_scope = { controlled_by = REB } - } - } - - option = { - name = "EVT10221OPTA" - prestige = 5 - political_reform = universal_voting - political_reform = secret_ballots - random_owned = { - limit = { - province_id = 300 - controlled_by = REB - } - change_controller = ENG - } - any_owned = { - limit = { is_colonial = no } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = conservative - factor = -8 - } - scaled_consciousness = { - ideology = liberal - factor = -4 - } - } - remove_province_modifier = liberal_agitation - } - any_neighbor_country = { - limit = { - NOT = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - remove_country_modifier = global_liberal_agitation - remove_country_modifier = springtime_of_nations - clr_country_flag = liberal_revolution_in_progress - clr_country_flag = liberal_revolution_fired - set_country_flag = had_liberal_revolution - } - - option = { - name = "EVT10221OPTB" - political_reform = no_meeting - random_owned = { - limit = { - province_id = 300 - controlled_by = REB - } - change_controller = ENG - } - any_owned = { - limit = { is_colonial = no } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -8 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - remove_province_modifier = liberal_agitation - } - } + id = 10221 + title = "EVTNAME10221" + desc = "EVTDESC10221" + news = yes + news_desc_long = "EVTDESC10221_NEWS_LONG" + news_desc_medium = "EVTDESC10221_NEWS_MEDIUM" + news_desc_short = "EVTDESC10221_NEWS_SHORT" + major = yes + picture = "unite" + + fire_only_once = yes + + trigger = { + OR = { + tag = ENG + tag = ENL + } + NOT = { vote_franschise = universal_voting } + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + OR = { + any_owned_province = { + is_capital = yes + controlled_by = REB + } + revolt_percentage = 0.50 + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 0.1 + capital_scope = { controlled_by = REB } + } + } + + option = { + name = "EVT10221OPTA" + prestige = 5 + political_reform = universal_voting + political_reform = secret_ballots + random_owned = { + limit = { + province_id = 300 + controlled_by = REB + } + change_controller = ENG + } + any_owned = { + limit = { is_colonial = no } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = conservative + factor = -8 + } + scaled_consciousness = { + ideology = liberal + factor = -4 + } + } + remove_province_modifier = liberal_agitation + } + any_neighbor_country = { + limit = { + NOT = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + remove_country_modifier = global_liberal_agitation + remove_country_modifier = springtime_of_nations + clr_country_flag = liberal_revolution_in_progress + clr_country_flag = liberal_revolution_fired + set_country_flag = had_liberal_revolution + } + + option = { + name = "EVT10221OPTB" + political_reform = no_meeting + random_owned = { + limit = { + province_id = 300 + controlled_by = REB + } + change_controller = ENG + } + any_owned = { + limit = { is_colonial = no } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -8 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + remove_province_modifier = liberal_agitation + } + } } # Hungarian Revolution events country_event = { - id = 10225 - title = "EVTNAME10225" #Hungarian Revolution of $YEAR$ - desc = "EVTDESC10225" - news = yes - news_desc_long = "EVTDESC10225_NEWS_LONG" - news_desc_medium = "EVTDESC10225_NEWS_MEDIUM" - news_desc_short = "EVTDESC10225_NEWS_SHORT" - picture = "hungarian_revolution_1848" - - fire_only_once = yes - - trigger = { - tag = AUS - owns = 641 - OR = { - 641 = { controlled_by = AUS } - 641 = { controlled_by = REB } - } - OR = { - has_country_modifier = springtime_of_nations - AND = { - 641 = { controlled_by = REB } - has_country_flag = liberal_revolution_in_progress - } - } - NOT = { - HUN = { involved_in_crisis = yes } - exists = HUN - has_global_flag = hungarian_revolution_occurred - } - } - - mean_time_to_happen = { - months = 1 - } - - immediate = { - set_global_flag = hungarian_revolution_occurred - } - - option = { - name = "EVT10225OPTA" - 778 = { remove_core = HUN } - any_owned = { - limit = { - is_core = HUN - NOT = { is_core = CRO } - } - secede_province = HUN - } - relation = { who = HUN value = -100 } - any_owned = { - limit = { is_core = AUS } - remove_province_modifier = liberal_agitation - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - } - random_owned = { - limit = { - owner = { - OR = { - national_provinces_occupied = .25 - any_greater_power = { war_with = THIS } - } - } - } - owner = { - prestige = -10 - war = { - target = HUN - attacker_goal = { - casus_belli = annex_core_country - } - call_ally = yes - } - } - } - random_owned = { - limit = { - owner = { - NOT = { - national_provinces_occupied = .25 - any_greater_power = { war_with = THIS } - } - } - } - owner = { - prestige = 20 - war = { - target = HUN - attacker_goal = { - casus_belli = annex_core_country - } - } - } - } - HUN = { - capital = 641 - government = hms_government - political_reform = mandatory_service - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = free_press - political_reform = yes_meeting - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - set_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - ##Debt Law - random_owned = { - limit = { owner = { debt_law = peonage } } - HUN = { political_reform = peonage } - } - random_owned = { - limit = { owner = { debt_law = debtors_prisons } } - HUN = { political_reform = debtors_prisons } - } - random_owned = { - limit = { owner = { debt_law = bankruptcy } } - HUN = { political_reform = bankruptcy } - } - random_owned = { - limit = { owner = { debt_law = bankruptcy } } - HUN = { political_reform = bankruptcy } - } - - ##Trade Unions - random_owned = { - limit = { owner = { trade_unions = state_controlled } } - HUN = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { trade_unions = non_socialist } } - HUN = { political_reform = non_socialist } - } - random_owned = { - limit = { owner = { trade_unions = all_trade_unions } } - HUN = { political_reform = all_trade_unions } - } - - - #Child labor - random_owned = { - limit = { owner = { child_labor = child_labor_restricted } } - HUN = { social_reform = child_labor_restricted } - } - random_owned = { - limit = { owner = { child_labor = child_labor_illegal } } - HUN = { social_reform = child_labor_illegal } - } - - ##Health Care - random_owned = { - limit = { owner = { health_care = trinket_health_care } } - HUN = { social_reform = trinket_health_care } - } - random_owned = { - limit = { owner = { health_care = low_health_care } } - HUN = { social_reform = low_health_care } - } - random_owned = { - limit = { owner = { health_care = acceptable_health_care } } - HUN = { social_reform = acceptable_health_care } - } - random_owned = { - limit = { owner = { health_care = good_health_care } } - HUN = { social_reform = good_health_care } - } - - ##Schools - random_owned = { - limit = { owner = { school_reforms = low_schools } } - HUN = { social_reform = low_schools } - } - random_owned = { - limit = { owner = { school_reforms = acceptable_schools } } - HUN = { social_reform = acceptable_schools } - } - random_owned = { - limit = { owner = { school_reforms = good_schools } } - HUN = { social_reform = good_schools } - } - - ##Penal System - random_owned = { - limit = { owner = { penal_system = colonial_transportation } } - HUN = { social_reform = colonial_transportation } - } - random_owned = { - limit = { owner = { penal_system = incarceration } } - HUN = { social_reform = incarceration } - } - random_owned = { - limit = { owner = { penal_system = rehabilitation } } - HUN = { social_reform = rehabilitation } - } - - - ##Min Wage - random_owned = { - limit = { owner = { wage_reform = trinket_wage } } - HUN = { social_reform = trinket_wage } - } - random_owned = { - limit = { owner = { wage_reform = low_minimum_wage } } - HUN = { social_reform = low_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = acceptable_minimum_wage } } - HUN = { social_reform = acceptable_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = good_minimum_wage } } - HUN = { social_reform = good_minimum_wage } - } - - ##Work Hours - random_owned = { - limit = { owner = { work_hours = fourteen_hours } } - HUN = { social_reform = fourteen_hours } - } - random_owned = { - limit = { owner = { work_hours = twelve_hours } } - HUN = { social_reform = twelve_hours } - } - random_owned = { - limit = { owner = { work_hours = ten_hours } } - HUN = { social_reform = ten_hours } - } - random_owned = { - limit = { owner = { work_hours = eight_hours } } - HUN = { social_reform = eight_hours } - } - - ##Safety Regulations - random_owned = { - limit = { owner = { safety_regulations = trinket_safety } } - HUN = { social_reform = trinket_safety } - } - random_owned = { - limit = { owner = { safety_regulations = low_safety } } - HUN = { social_reform = low_safety } - } - random_owned = { - limit = { owner = { safety_regulations = acceptable_safety } } - HUN = { social_reform = acceptable_safety } - } - random_owned = { - limit = { owner = { safety_regulations = good_safety } } - HUN = { social_reform = good_safety } - } - - ##unemployment_subsidies - random_owned = { - limit = { owner = { unemployment_subsidies = trinket_subsidies } } - HUN = { social_reform = trinket_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = low_subsidies } } - HUN = { social_reform = low_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = acceptable_subsidies } } - HUN = { social_reform = acceptable_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = good_subsidies } } - HUN = { social_reform = good_subsidies } - } - - ##pensions - random_owned = { - limit = { owner = { pensions = trinket_pensions } } - HUN = { social_reform = trinket_pensions } - } - random_owned = { - limit = { owner = { pensions = low_pensions } } - HUN = { social_reform = low_pensions } - } - random_owned = { - limit = { owner = { pensions = acceptable_pensions } } - HUN = { social_reform = acceptable_pensions } - } - random_owned = { - limit = { owner = { pensions = good_pensions } } - HUN = { social_reform = good_pensions } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT10225OPTB" - set_country_flag = austria_let_hungary_go - any_owned = { - limit = { - is_core = HUN - NOT = { is_core = CRO } - } - secede_province = HUN - } - relation = { who = HUN value = -100 } - prestige = -25 - casus_belli = { - target = HUN - type = acquire_state - months = 60 - } - casus_belli = { - target = HUN - type = cut_down_to_size - months = 60 - } - any_pop = { - limit = { - has_pop_culture = romanian - location = { is_core = ROM } - } - militancy = 8 - } - any_pop = { - limit = { - has_pop_culture = polish - location = { is_core = POL } - } - militancy = 8 - } - any_pop = { - limit = { - has_pop_culture = north_italian - location = { is_core = ITA } - } - militancy = 8 - } - any_owned = { - limit = { - OR = { - is_core = POL - is_core = ROM - is_core = ITA - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 5 - modifier = { - factor = 2 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 2 - national_provinces_occupied = 0.25 - } - modifier = { - factor = 0 - war = no - NOT = { revolt_percentage = 0.25 } - } - } - } - - option = { - name = "EVT10225OPTC" - any_owned = { - limit = { - is_core = HUN - NOT = { is_core = CRO } - } - secede_province = HUN - } - relation = { who = HUN value = -100 } - any_owned = { - limit = { is_core = AUS } - remove_province_modifier = liberal_agitation - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - } - random_owned = { - limit = { - owner = { - OR = { - national_provinces_occupied = .25 - any_greater_power = { war_with = THIS } - } - } - } - owner = { - prestige = -10 - war = { - target = HUN - attacker_goal = { - casus_belli = annex_core_country - } - call_ally = yes - } - } - } - random_owned = { - limit = { - owner = { - NOT = { - national_provinces_occupied = .25 - any_greater_power = { war_with = THIS } - } - } - } - owner = { - prestige = 10 - war = { - target = HUN - attacker_goal = { - casus_belli = annex_core_country - } - } - } - } - HUN = { - capital = 641 - government = hms_government - political_reform = mandatory_service - political_reform = non_secret_ballots - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = free_press - political_reform = yes_meeting - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - set_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - } - - ##Debt Law - random_owned = { - limit = { owner = { debt_law = peonage } } - HUN = { political_reform = peonage } - } - random_owned = { - limit = { owner = { debt_law = debtors_prisons } } - HUN = { political_reform = debtors_prisons } - } - random_owned = { - limit = { owner = { debt_law = bankruptcy } } - HUN = { political_reform = bankruptcy } - } - random_owned = { - limit = { owner = { debt_law = bankruptcy } } - HUN = { political_reform = bankruptcy } - } - - ##Trade Unions - random_owned = { - limit = { owner = { trade_unions = state_controlled } } - HUN = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { trade_unions = non_socialist } } - HUN = { political_reform = non_socialist } - } - random_owned = { - limit = { owner = { trade_unions = all_trade_unions } } - HUN = { political_reform = all_trade_unions } - } - - - #Child labor - random_owned = { - limit = { owner = { child_labor = child_labor_restricted } } - HUN = { social_reform = child_labor_restricted } - } - random_owned = { - limit = { owner = { child_labor = child_labor_illegal } } - HUN = { social_reform = child_labor_illegal } - } - - ##Health Care - random_owned = { - limit = { owner = { health_care = trinket_health_care } } - HUN = { social_reform = trinket_health_care } - } - random_owned = { - limit = { owner = { health_care = low_health_care } } - HUN = { social_reform = low_health_care } - } - random_owned = { - limit = { owner = { health_care = acceptable_health_care } } - HUN = { social_reform = acceptable_health_care } - } - random_owned = { - limit = { owner = { health_care = good_health_care } } - HUN = { social_reform = good_health_care } - } - - ##Schools - random_owned = { - limit = { owner = { school_reforms = low_schools } } - HUN = { social_reform = low_schools } - } - random_owned = { - limit = { owner = { school_reforms = acceptable_schools } } - HUN = { social_reform = acceptable_schools } - } - random_owned = { - limit = { owner = { school_reforms = good_schools } } - HUN = { social_reform = good_schools } - } - - ##Penal System - random_owned = { - limit = { owner = { penal_system = colonial_transportation } } - HUN = { social_reform = colonial_transportation } - } - random_owned = { - limit = { owner = { penal_system = incarceration } } - HUN = { social_reform = incarceration } - } - random_owned = { - limit = { owner = { penal_system = rehabilitation } } - HUN = { social_reform = rehabilitation } - } - - - ##Min Wage - random_owned = { - limit = { owner = { wage_reform = trinket_wage } } - HUN = { social_reform = trinket_wage } - } - random_owned = { - limit = { owner = { wage_reform = low_minimum_wage } } - HUN = { social_reform = low_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = acceptable_minimum_wage } } - HUN = { social_reform = acceptable_minimum_wage } - } - random_owned = { - limit = { owner = { wage_reform = good_minimum_wage } } - HUN = { social_reform = good_minimum_wage } - } - - ##Work Hours - random_owned = { - limit = { owner = { work_hours = fourteen_hours } } - HUN = { social_reform = fourteen_hours } - } - random_owned = { - limit = { owner = { work_hours = twelve_hours } } - HUN = { social_reform = twelve_hours } - } - random_owned = { - limit = { owner = { work_hours = ten_hours } } - HUN = { social_reform = ten_hours } - } - random_owned = { - limit = { owner = { work_hours = eight_hours } } - HUN = { social_reform = eight_hours } - } - - ##Safety Regulations - random_owned = { - limit = { owner = { safety_regulations = trinket_safety } } - HUN = { social_reform = trinket_safety } - } - random_owned = { - limit = { owner = { safety_regulations = low_safety } } - HUN = { social_reform = low_safety } - } - random_owned = { - limit = { owner = { safety_regulations = acceptable_safety } } - HUN = { social_reform = acceptable_safety } - } - random_owned = { - limit = { owner = { safety_regulations = good_safety } } - HUN = { social_reform = good_safety } - } - - ##unemployment_subsidies - random_owned = { - limit = { owner = { unemployment_subsidies = trinket_subsidies } } - HUN = { social_reform = trinket_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = low_subsidies } } - HUN = { social_reform = low_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = acceptable_subsidies } } - HUN = { social_reform = acceptable_subsidies } - } - random_owned = { - limit = { owner = { unemployment_subsidies = good_subsidies } } - HUN = { social_reform = good_subsidies } - } - - ##pensions - random_owned = { - limit = { owner = { pensions = trinket_pensions } } - HUN = { social_reform = trinket_pensions } - } - random_owned = { - limit = { owner = { pensions = low_pensions } } - HUN = { social_reform = low_pensions } - } - random_owned = { - limit = { owner = { pensions = acceptable_pensions } } - HUN = { social_reform = acceptable_pensions } - } - random_owned = { - limit = { owner = { pensions = good_pensions } } - HUN = { social_reform = good_pensions } - } - - change_tag_no_core_switch = HUN - ai_chance = { - factor = 0 - } - } + id = 10225 + title = "EVTNAME10225" #Hungarian Revolution of $YEAR$ + desc = "EVTDESC10225" + news = yes + news_desc_long = "EVTDESC10225_NEWS_LONG" + news_desc_medium = "EVTDESC10225_NEWS_MEDIUM" + news_desc_short = "EVTDESC10225_NEWS_SHORT" + picture = "hungarian_revolution_1848" + + fire_only_once = yes + + trigger = { + tag = AUS + owns = 641 + OR = { + 641 = { controlled_by = AUS } + 641 = { controlled_by = REB } + } + OR = { + has_country_modifier = springtime_of_nations + AND = { + 641 = { controlled_by = REB } + has_country_flag = liberal_revolution_in_progress + } + } + NOT = { + HUN = { involved_in_crisis = yes } + exists = HUN + has_global_flag = hungarian_revolution_occurred + } + } + + mean_time_to_happen = { + months = 1 + } + + immediate = { + set_global_flag = hungarian_revolution_occurred + } + + option = { + name = "EVT10225OPTA" + 778 = { remove_core = HUN } + any_owned = { + limit = { + is_core = HUN + NOT = { is_core = CRO } + } + secede_province = HUN + } + relation = { who = HUN value = -100 } + any_owned = { + limit = { is_core = AUS } + remove_province_modifier = liberal_agitation + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + } + random_owned = { + limit = { + owner = { + OR = { + national_provinces_occupied = .25 + any_greater_power = { war_with = THIS } + } + } + } + owner = { + prestige = -10 + war = { + target = HUN + attacker_goal = { + casus_belli = annex_core_country + } + call_ally = yes + } + } + } + random_owned = { + limit = { + owner = { + NOT = { + national_provinces_occupied = .25 + any_greater_power = { war_with = THIS } + } + } + } + owner = { + prestige = 20 + war = { + target = HUN + attacker_goal = { + casus_belli = annex_core_country + } + } + } + } + HUN = { + capital = 641 + government = hms_government + political_reform = mandatory_service + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = free_press + political_reform = yes_meeting + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + set_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + ##Debt Law + random_owned = { + limit = { owner = { debt_law = peonage } } + HUN = { political_reform = peonage } + } + random_owned = { + limit = { owner = { debt_law = debtors_prisons } } + HUN = { political_reform = debtors_prisons } + } + random_owned = { + limit = { owner = { debt_law = bankruptcy } } + HUN = { political_reform = bankruptcy } + } + random_owned = { + limit = { owner = { debt_law = bankruptcy } } + HUN = { political_reform = bankruptcy } + } + + ##Trade Unions + random_owned = { + limit = { owner = { trade_unions = state_controlled } } + HUN = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { trade_unions = non_socialist } } + HUN = { political_reform = non_socialist } + } + random_owned = { + limit = { owner = { trade_unions = all_trade_unions } } + HUN = { political_reform = all_trade_unions } + } + + + #Child labor + random_owned = { + limit = { owner = { child_labor = child_labor_restricted } } + HUN = { social_reform = child_labor_restricted } + } + random_owned = { + limit = { owner = { child_labor = child_labor_illegal } } + HUN = { social_reform = child_labor_illegal } + } + + ##Health Care + random_owned = { + limit = { owner = { health_care = trinket_health_care } } + HUN = { social_reform = trinket_health_care } + } + random_owned = { + limit = { owner = { health_care = low_health_care } } + HUN = { social_reform = low_health_care } + } + random_owned = { + limit = { owner = { health_care = acceptable_health_care } } + HUN = { social_reform = acceptable_health_care } + } + random_owned = { + limit = { owner = { health_care = good_health_care } } + HUN = { social_reform = good_health_care } + } + + ##Schools + random_owned = { + limit = { owner = { school_reforms = low_schools } } + HUN = { social_reform = low_schools } + } + random_owned = { + limit = { owner = { school_reforms = acceptable_schools } } + HUN = { social_reform = acceptable_schools } + } + random_owned = { + limit = { owner = { school_reforms = good_schools } } + HUN = { social_reform = good_schools } + } + + ##Penal System + random_owned = { + limit = { owner = { penal_system = colonial_transportation } } + HUN = { social_reform = colonial_transportation } + } + random_owned = { + limit = { owner = { penal_system = incarceration } } + HUN = { social_reform = incarceration } + } + random_owned = { + limit = { owner = { penal_system = rehabilitation } } + HUN = { social_reform = rehabilitation } + } + + + ##Min Wage + random_owned = { + limit = { owner = { wage_reform = trinket_wage } } + HUN = { social_reform = trinket_wage } + } + random_owned = { + limit = { owner = { wage_reform = low_minimum_wage } } + HUN = { social_reform = low_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = acceptable_minimum_wage } } + HUN = { social_reform = acceptable_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = good_minimum_wage } } + HUN = { social_reform = good_minimum_wage } + } + + ##Work Hours + random_owned = { + limit = { owner = { work_hours = fourteen_hours } } + HUN = { social_reform = fourteen_hours } + } + random_owned = { + limit = { owner = { work_hours = twelve_hours } } + HUN = { social_reform = twelve_hours } + } + random_owned = { + limit = { owner = { work_hours = ten_hours } } + HUN = { social_reform = ten_hours } + } + random_owned = { + limit = { owner = { work_hours = eight_hours } } + HUN = { social_reform = eight_hours } + } + + ##Safety Regulations + random_owned = { + limit = { owner = { safety_regulations = trinket_safety } } + HUN = { social_reform = trinket_safety } + } + random_owned = { + limit = { owner = { safety_regulations = low_safety } } + HUN = { social_reform = low_safety } + } + random_owned = { + limit = { owner = { safety_regulations = acceptable_safety } } + HUN = { social_reform = acceptable_safety } + } + random_owned = { + limit = { owner = { safety_regulations = good_safety } } + HUN = { social_reform = good_safety } + } + + ##unemployment_subsidies + random_owned = { + limit = { owner = { unemployment_subsidies = trinket_subsidies } } + HUN = { social_reform = trinket_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = low_subsidies } } + HUN = { social_reform = low_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = acceptable_subsidies } } + HUN = { social_reform = acceptable_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = good_subsidies } } + HUN = { social_reform = good_subsidies } + } + + ##pensions + random_owned = { + limit = { owner = { pensions = trinket_pensions } } + HUN = { social_reform = trinket_pensions } + } + random_owned = { + limit = { owner = { pensions = low_pensions } } + HUN = { social_reform = low_pensions } + } + random_owned = { + limit = { owner = { pensions = acceptable_pensions } } + HUN = { social_reform = acceptable_pensions } + } + random_owned = { + limit = { owner = { pensions = good_pensions } } + HUN = { social_reform = good_pensions } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT10225OPTB" + set_country_flag = austria_let_hungary_go + any_owned = { + limit = { + is_core = HUN + NOT = { is_core = CRO } + } + secede_province = HUN + } + relation = { who = HUN value = -100 } + prestige = -25 + casus_belli = { + target = HUN + type = acquire_state + months = 60 + } + casus_belli = { + target = HUN + type = cut_down_to_size + months = 60 + } + any_pop = { + limit = { + has_pop_culture = romanian + location = { is_core = ROM } + } + militancy = 8 + } + any_pop = { + limit = { + has_pop_culture = polish + location = { is_core = POL } + } + militancy = 8 + } + any_pop = { + limit = { + has_pop_culture = north_italian + location = { is_core = ITA } + } + militancy = 8 + } + any_owned = { + limit = { + OR = { + is_core = POL + is_core = ROM + is_core = ITA + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 5 + modifier = { + factor = 2 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 2 + national_provinces_occupied = 0.25 + } + modifier = { + factor = 0 + war = no + NOT = { revolt_percentage = 0.25 } + } + } + } + + option = { + name = "EVT10225OPTC" + any_owned = { + limit = { + is_core = HUN + NOT = { is_core = CRO } + } + secede_province = HUN + } + relation = { who = HUN value = -100 } + any_owned = { + limit = { is_core = AUS } + remove_province_modifier = liberal_agitation + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + } + random_owned = { + limit = { + owner = { + OR = { + national_provinces_occupied = .25 + any_greater_power = { war_with = THIS } + } + } + } + owner = { + prestige = -10 + war = { + target = HUN + attacker_goal = { + casus_belli = annex_core_country + } + call_ally = yes + } + } + } + random_owned = { + limit = { + owner = { + NOT = { + national_provinces_occupied = .25 + any_greater_power = { war_with = THIS } + } + } + } + owner = { + prestige = 10 + war = { + target = HUN + attacker_goal = { + casus_belli = annex_core_country + } + } + } + } + HUN = { + capital = 641 + government = hms_government + political_reform = mandatory_service + political_reform = non_secret_ballots + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = free_press + political_reform = yes_meeting + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + set_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + } + + ##Debt Law + random_owned = { + limit = { owner = { debt_law = peonage } } + HUN = { political_reform = peonage } + } + random_owned = { + limit = { owner = { debt_law = debtors_prisons } } + HUN = { political_reform = debtors_prisons } + } + random_owned = { + limit = { owner = { debt_law = bankruptcy } } + HUN = { political_reform = bankruptcy } + } + random_owned = { + limit = { owner = { debt_law = bankruptcy } } + HUN = { political_reform = bankruptcy } + } + + ##Trade Unions + random_owned = { + limit = { owner = { trade_unions = state_controlled } } + HUN = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { trade_unions = non_socialist } } + HUN = { political_reform = non_socialist } + } + random_owned = { + limit = { owner = { trade_unions = all_trade_unions } } + HUN = { political_reform = all_trade_unions } + } + + + #Child labor + random_owned = { + limit = { owner = { child_labor = child_labor_restricted } } + HUN = { social_reform = child_labor_restricted } + } + random_owned = { + limit = { owner = { child_labor = child_labor_illegal } } + HUN = { social_reform = child_labor_illegal } + } + + ##Health Care + random_owned = { + limit = { owner = { health_care = trinket_health_care } } + HUN = { social_reform = trinket_health_care } + } + random_owned = { + limit = { owner = { health_care = low_health_care } } + HUN = { social_reform = low_health_care } + } + random_owned = { + limit = { owner = { health_care = acceptable_health_care } } + HUN = { social_reform = acceptable_health_care } + } + random_owned = { + limit = { owner = { health_care = good_health_care } } + HUN = { social_reform = good_health_care } + } + + ##Schools + random_owned = { + limit = { owner = { school_reforms = low_schools } } + HUN = { social_reform = low_schools } + } + random_owned = { + limit = { owner = { school_reforms = acceptable_schools } } + HUN = { social_reform = acceptable_schools } + } + random_owned = { + limit = { owner = { school_reforms = good_schools } } + HUN = { social_reform = good_schools } + } + + ##Penal System + random_owned = { + limit = { owner = { penal_system = colonial_transportation } } + HUN = { social_reform = colonial_transportation } + } + random_owned = { + limit = { owner = { penal_system = incarceration } } + HUN = { social_reform = incarceration } + } + random_owned = { + limit = { owner = { penal_system = rehabilitation } } + HUN = { social_reform = rehabilitation } + } + + + ##Min Wage + random_owned = { + limit = { owner = { wage_reform = trinket_wage } } + HUN = { social_reform = trinket_wage } + } + random_owned = { + limit = { owner = { wage_reform = low_minimum_wage } } + HUN = { social_reform = low_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = acceptable_minimum_wage } } + HUN = { social_reform = acceptable_minimum_wage } + } + random_owned = { + limit = { owner = { wage_reform = good_minimum_wage } } + HUN = { social_reform = good_minimum_wage } + } + + ##Work Hours + random_owned = { + limit = { owner = { work_hours = fourteen_hours } } + HUN = { social_reform = fourteen_hours } + } + random_owned = { + limit = { owner = { work_hours = twelve_hours } } + HUN = { social_reform = twelve_hours } + } + random_owned = { + limit = { owner = { work_hours = ten_hours } } + HUN = { social_reform = ten_hours } + } + random_owned = { + limit = { owner = { work_hours = eight_hours } } + HUN = { social_reform = eight_hours } + } + + ##Safety Regulations + random_owned = { + limit = { owner = { safety_regulations = trinket_safety } } + HUN = { social_reform = trinket_safety } + } + random_owned = { + limit = { owner = { safety_regulations = low_safety } } + HUN = { social_reform = low_safety } + } + random_owned = { + limit = { owner = { safety_regulations = acceptable_safety } } + HUN = { social_reform = acceptable_safety } + } + random_owned = { + limit = { owner = { safety_regulations = good_safety } } + HUN = { social_reform = good_safety } + } + + ##unemployment_subsidies + random_owned = { + limit = { owner = { unemployment_subsidies = trinket_subsidies } } + HUN = { social_reform = trinket_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = low_subsidies } } + HUN = { social_reform = low_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = acceptable_subsidies } } + HUN = { social_reform = acceptable_subsidies } + } + random_owned = { + limit = { owner = { unemployment_subsidies = good_subsidies } } + HUN = { social_reform = good_subsidies } + } + + ##pensions + random_owned = { + limit = { owner = { pensions = trinket_pensions } } + HUN = { social_reform = trinket_pensions } + } + random_owned = { + limit = { owner = { pensions = low_pensions } } + HUN = { social_reform = low_pensions } + } + random_owned = { + limit = { owner = { pensions = acceptable_pensions } } + HUN = { social_reform = acceptable_pensions } + } + random_owned = { + limit = { owner = { pensions = good_pensions } } + HUN = { social_reform = good_pensions } + } + + change_tag_no_core_switch = HUN + ai_chance = { + factor = 0 + } + } } country_event = { - id = 10226 - title = "EVTNAME10226" #Freedom At Last! - desc = "EVTDESC10226" - picture = "unite" - - fire_only_once = yes - trigger = { - tag = HUN - war = no - AUS = { - exists = yes - truce_with = THIS - NOT = { has_country_flag = austria_let_hungary_go } - } - has_global_flag = hungarian_revolution_occurred - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT10226OPTA" - AUS_771 = { add_core = HUN } - prestige = 10 - AUS = { country_event = 10227 } - clr_global_flag = hungarian_revolution_occurred - any_pop = { - limit = { is_primary_culture = yes } - militancy = -8 - consciousness = -3 - } - any_pop = { - limit = { - is_primary_culture = no - NOT = { is_culture_group = germanic } - } - militancy = 4 - consciousness = 3 - } - any_owned = { - limit = { - OR = { - is_core = SLV - is_core = ROM - is_core = SER - is_core = CRO - } - } - remove_province_modifier = nationalist_agitation - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } + id = 10226 + title = "EVTNAME10226" #Freedom At Last! + desc = "EVTDESC10226" + picture = "unite" + + fire_only_once = yes + trigger = { + tag = HUN + war = no + AUS = { + exists = yes + truce_with = THIS + NOT = { has_country_flag = austria_let_hungary_go } + } + has_global_flag = hungarian_revolution_occurred + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT10226OPTA" + AUS_771 = { add_core = HUN } + prestige = 10 + AUS = { country_event = 10227 } + clr_global_flag = hungarian_revolution_occurred + any_pop = { + limit = { is_primary_culture = yes } + militancy = -8 + consciousness = -3 + } + any_pop = { + limit = { + is_primary_culture = no + NOT = { is_culture_group = germanic } + } + militancy = 4 + consciousness = 3 + } + any_owned = { + limit = { + OR = { + is_core = SLV + is_core = ROM + is_core = SER + is_core = CRO + } + } + remove_province_modifier = nationalist_agitation + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } } country_event = { - id = 10227 - title = "EVTNAME10227" #The Hungarian Question - desc = "EVTDESC10227" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT10227OPTA" - diplomatic_influence = { - who = HUN - value = -100 - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -6 - } - any_pop = { - limit = { - has_pop_culture = romanian - location = { is_core = ROM } - } - militancy = 6 - } - any_pop = { - limit = { - has_pop_culture = polish - location = { is_core = POL } - } - militancy = 6 - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT10227OPTB" - set_country_flag = austria_let_hungary_go - prestige = -25 - badboy = -2 - relation = { - who = HUN - value = 100 - } - diplomatic_influence = { - who = HUN - value = 100 - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - issue = jingoism - factor = 6 - } - } - any_pop = { - limit = { - has_pop_culture = romanian - location = { is_core = ROM } - } - militancy = 8 - } - any_pop = { - limit = { - has_pop_culture = polish - location = { is_core = POL } - } - militancy = 8 - } - any_owned = { - limit = { - OR = { - is_core = POL - is_core = ROM - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - ai_chance = { - factor = 25 - } - } + id = 10227 + title = "EVTNAME10227" #The Hungarian Question + desc = "EVTDESC10227" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT10227OPTA" + diplomatic_influence = { + who = HUN + value = -100 + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -6 + } + any_pop = { + limit = { + has_pop_culture = romanian + location = { is_core = ROM } + } + militancy = 6 + } + any_pop = { + limit = { + has_pop_culture = polish + location = { is_core = POL } + } + militancy = 6 + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT10227OPTB" + set_country_flag = austria_let_hungary_go + prestige = -25 + badboy = -2 + relation = { + who = HUN + value = 100 + } + diplomatic_influence = { + who = HUN + value = 100 + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + issue = jingoism + factor = 6 + } + } + any_pop = { + limit = { + has_pop_culture = romanian + location = { is_core = ROM } + } + militancy = 8 + } + any_pop = { + limit = { + has_pop_culture = polish + location = { is_core = POL } + } + militancy = 8 + } + any_owned = { + limit = { + OR = { + is_core = POL + is_core = ROM + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + ai_chance = { + factor = 25 + } + } } # Dutch Constitutional Reform country_event = { - id = 10228 - title = "EVTNAME10228" - desc = "EVTDESC10228" - news = yes - news_desc_long = "EVTDESC10228_NEWS_LONG" - news_desc_medium = "EVTDESC10228_NEWS_MEDIUM" - news_desc_short = "EVTDESC10228_NEWS_SHORT" - picture = "danishgovernment" - - trigger = { - tag = NET - exists = BEL - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - OR = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - any_owned_province = { - is_core = NET - controlled_by = REB - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 0.1 - capital_scope = { controlled_by = REB } - } - } - - option = { - name = "EVT10228OPTA" - prestige = -10 - random_owned = { - limit = { - owner = { government = prussian_constitutionalism } - } - owner = { - political_reform = universal_weighted_voting - political_reform = yes_meeting - political_reform = free_press - } - } - random_owned = { - limit = { - owner = { government = absolute_monarchy } - } - owner = { - government = prussian_constitutionalism - political_reform = landed_voting - political_reform = yes_meeting - political_reform = free_press - } - } - ruling_party_ideology = liberal - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - province_id = 375 - controlled_by = REB - } - change_controller = NET - } - any_owned = { - limit = { is_colonial = no } - remove_province_modifier = liberal_agitation - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - } - } - } - - option = { - name = "EVT10228OPTB" - prestige = -5 - ruling_party_ideology = liberal - political_reform = yes_meeting - political_reform = free_press - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - province_id = 375 - controlled_by = REB - } - change_controller = NET - } - any_owned = { - limit = { is_colonial = no } - remove_province_modifier = liberal_agitation - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -8 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - } - } - - option = { - name = "EVT10228OPTC" - prestige = 5 - random_owned = { - limit = { - province_id = 375 - controlled_by = REB - } - change_controller = NET - } - any_owned = { - limit = { is_colonial = no } - remove_province_modifier = liberal_agitation - any_pop = { - scaled_militancy = { - ideology = conservative - factor = -3 - } - } - } - } + id = 10228 + title = "EVTNAME10228" + desc = "EVTDESC10228" + news = yes + news_desc_long = "EVTDESC10228_NEWS_LONG" + news_desc_medium = "EVTDESC10228_NEWS_MEDIUM" + news_desc_short = "EVTDESC10228_NEWS_SHORT" + picture = "danishgovernment" + + trigger = { + tag = NET + exists = BEL + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + OR = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + any_owned_province = { + is_core = NET + controlled_by = REB + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 0.1 + capital_scope = { controlled_by = REB } + } + } + + option = { + name = "EVT10228OPTA" + prestige = -10 + random_owned = { + limit = { + owner = { government = prussian_constitutionalism } + } + owner = { + political_reform = universal_weighted_voting + political_reform = yes_meeting + political_reform = free_press + } + } + random_owned = { + limit = { + owner = { government = absolute_monarchy } + } + owner = { + government = prussian_constitutionalism + political_reform = landed_voting + political_reform = yes_meeting + political_reform = free_press + } + } + ruling_party_ideology = liberal + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + province_id = 375 + controlled_by = REB + } + change_controller = NET + } + any_owned = { + limit = { is_colonial = no } + remove_province_modifier = liberal_agitation + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + } + } + } + + option = { + name = "EVT10228OPTB" + prestige = -5 + ruling_party_ideology = liberal + political_reform = yes_meeting + political_reform = free_press + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + province_id = 375 + controlled_by = REB + } + change_controller = NET + } + any_owned = { + limit = { is_colonial = no } + remove_province_modifier = liberal_agitation + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -8 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + } + } + + option = { + name = "EVT10228OPTC" + prestige = 5 + random_owned = { + limit = { + province_id = 375 + controlled_by = REB + } + change_controller = NET + } + any_owned = { + limit = { is_colonial = no } + remove_province_modifier = liberal_agitation + any_pop = { + scaled_militancy = { + ideology = conservative + factor = -3 + } + } + } + } } # Prussian Constitutional Reform country_event = { - id = 10229 - title = "EVTNAME10229" #The $COUNTRY_ADJ$ Uprising - desc = "EVTDESC10229" - news = yes - news_desc_long = "EVTDESC10229_NEWS_LONG" - news_desc_medium = "EVTDESC10229_NEWS_MEDIUM" - news_desc_short = "EVTDESC10229_NEWS_SHORT" - picture = "danishgovernment" - major = yes - - trigger = { - OR = { - tag = PRU - tag = NGF - tag = GER - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - OR = { - vote_franschise = none_voting - vote_franschise = landed_voting - vote_franschise = wealth_weighted_voting - vote_franschise = wealth_voting - political_parties = underground_parties - political_parties = harassment - } - OR = { - any_owned_province = { - is_capital = yes - controlled_by_rebels = yes - } - revolt_percentage = 0.50 - } - NOT = { has_country_flag = march_revolution } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 0.1 - capital_scope = { controlled_by_rebels = yes } - } - } - - option = { - name = "EVT10229OPTA" - set_country_flag = march_revolution - prestige = -10 - upper_house = { - ideology = conservative - value = 0.5 - } - random_owned = { - limit = { - owner = { NOT = { vote_franschise = universal_voting } } - } - owner = { - political_reform = universal_weighted_voting - } - } - random_owned = { - limit = { - owner = { NOT = { political_parties = gerrymandering } } - } - owner = { political_reform = gerrymandering } - } - random_owned = { - limit = { - owner = { NOT = { upper_house_composition = appointed } } - } - owner = { political_reform = appointed } - } - random_owned = { - limit = { - owner = { government = absolute_monarchy } - } - owner = { government = prussian_constitutionalism } - } - election = yes - random_owned = { - limit = { - is_capital = yes - controlled_by = REB - } - change_controller = THIS - } - any_owned = { - limit = { is_colonial = no } - any_pop = { - militancy = -2 - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_consciousness = { - ideology = liberal - factor = -4 - } - } - remove_province_modifier = liberal_agitation - } - remove_country_modifier = global_liberal_agitation - remove_country_modifier = springtime_of_nations - clr_country_flag = liberal_revolution_in_progress - clr_country_flag = liberal_revolution_fired - set_country_flag = had_liberal_revolution - ai_chance = { factor = 100 } - } - - option = { - name = "EVT10229OPTB" - set_country_flag = march_revolution - political_reform = no_meeting - upper_house = { - ideology = reactionary - value = 0.3 - } - random_owned = { - limit = { - is_capital = yes - controlled_by = REB - } - change_controller = THIS - } - any_owned = { - limit = { is_colonial = no } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -8 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - } - remove_province_modifier = liberal_agitation - } - ai_chance = { factor = 0 } - } + id = 10229 + title = "EVTNAME10229" #The $COUNTRY_ADJ$ Uprising + desc = "EVTDESC10229" + news = yes + news_desc_long = "EVTDESC10229_NEWS_LONG" + news_desc_medium = "EVTDESC10229_NEWS_MEDIUM" + news_desc_short = "EVTDESC10229_NEWS_SHORT" + picture = "danishgovernment" + major = yes + + trigger = { + OR = { + tag = PRU + tag = NGF + tag = GER + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + OR = { + vote_franschise = none_voting + vote_franschise = landed_voting + vote_franschise = wealth_weighted_voting + vote_franschise = wealth_voting + political_parties = underground_parties + political_parties = harassment + } + OR = { + any_owned_province = { + is_capital = yes + controlled_by_rebels = yes + } + revolt_percentage = 0.50 + } + NOT = { has_country_flag = march_revolution } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 0.1 + capital_scope = { controlled_by_rebels = yes } + } + } + + option = { + name = "EVT10229OPTA" + set_country_flag = march_revolution + prestige = -10 + upper_house = { + ideology = conservative + value = 0.5 + } + random_owned = { + limit = { + owner = { NOT = { vote_franschise = universal_voting } } + } + owner = { + political_reform = universal_weighted_voting + } + } + random_owned = { + limit = { + owner = { NOT = { political_parties = gerrymandering } } + } + owner = { political_reform = gerrymandering } + } + random_owned = { + limit = { + owner = { NOT = { upper_house_composition = appointed } } + } + owner = { political_reform = appointed } + } + random_owned = { + limit = { + owner = { government = absolute_monarchy } + } + owner = { government = prussian_constitutionalism } + } + election = yes + random_owned = { + limit = { + is_capital = yes + controlled_by = REB + } + change_controller = THIS + } + any_owned = { + limit = { is_colonial = no } + any_pop = { + militancy = -2 + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_consciousness = { + ideology = liberal + factor = -4 + } + } + remove_province_modifier = liberal_agitation + } + remove_country_modifier = global_liberal_agitation + remove_country_modifier = springtime_of_nations + clr_country_flag = liberal_revolution_in_progress + clr_country_flag = liberal_revolution_fired + set_country_flag = had_liberal_revolution + ai_chance = { factor = 100 } + } + + option = { + name = "EVT10229OPTB" + set_country_flag = march_revolution + political_reform = no_meeting + upper_house = { + ideology = reactionary + value = 0.3 + } + random_owned = { + limit = { + is_capital = yes + controlled_by = REB + } + change_controller = THIS + } + any_owned = { + limit = { is_colonial = no } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -8 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + } + remove_province_modifier = liberal_agitation + } + ai_chance = { factor = 0 } + } } # Liberals capitalise on the Cholera Epidemic country_event = { - title = "EVTNAME10250" - desc = "EVTDESC10250" - id = 10250 - picture = "Cholera" - - trigger = { - has_country_flag = liberal_revolution_in_progress - any_owned_province = { - OR = { - has_province_modifier = cholera_epidemic_big - has_province_modifier = cholera_epidemic_small - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - liberal = 20 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 2 - NOT = { - liberal = 10 - } - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - - option = { - name = "EVTOPTA10250" # Say Nothing - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 1 - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 730 - } - } - } - } - - option = { - name = "EVTOPTB10250" # Accuse them of opportunism - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - ideology = { - value = reactionary - factor = 0.05 - } - consciousness = 0.5 - } - } - } + title = "EVTNAME10250" + desc = "EVTDESC10250" + id = 10250 + picture = "Cholera" + + trigger = { + has_country_flag = liberal_revolution_in_progress + any_owned_province = { + OR = { + has_province_modifier = cholera_epidemic_big + has_province_modifier = cholera_epidemic_small + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + liberal = 20 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 2 + NOT = { + liberal = 10 + } + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + + option = { + name = "EVTOPTA10250" # Say Nothing + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 1 + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 730 + } + } + } + } + + option = { + name = "EVTOPTB10250" # Accuse them of opportunism + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + ideology = { + value = reactionary + factor = 0.05 + } + consciousness = 0.5 + } + } + } } # Student Association country_event = { - id = 10270 - title = "EVTNAME10270" - desc = "EVTDESC10270" - picture = "Revolution" - - trigger = { - has_country_flag = liberal_revolution_in_progress - any_state = { - any_owned_province = { - is_colonial = no - NOT = { has_province_modifier = liberal_agitation } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.2 - has_country_modifier = anti_jacobin_tract - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { liberal = 5 } - } - modifier = { - factor = 0.9 - liberal = 5 - } - modifier = { - factor = 0.9 - liberal = 10 - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - } - - option = { - name = "EVTOPTA10270" # Allow it - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - scaled_militancy = { - factor = 3 - ideology = liberal - } - scaled_consciousness = { - factor = 5 - ideology = liberal - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1.2 - government = hms_government - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVTOPTB10270" # Oppose - random_state = { - limit = { - is_colonial = no - } - any_owned = { - add_province_modifier = { - name = liberal_agitation - duration = 365 - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - government = absolute_monarchy - } - modifier = { - factor = 1.2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } + id = 10270 + title = "EVTNAME10270" + desc = "EVTDESC10270" + picture = "Revolution" + + trigger = { + has_country_flag = liberal_revolution_in_progress + any_state = { + any_owned_province = { + is_colonial = no + NOT = { has_province_modifier = liberal_agitation } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.2 + has_country_modifier = anti_jacobin_tract + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { liberal = 5 } + } + modifier = { + factor = 0.9 + liberal = 5 + } + modifier = { + factor = 0.9 + liberal = 10 + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + } + + option = { + name = "EVTOPTA10270" # Allow it + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + scaled_militancy = { + factor = 3 + ideology = liberal + } + scaled_consciousness = { + factor = 5 + ideology = liberal + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1.2 + government = hms_government + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVTOPTB10270" # Oppose + random_state = { + limit = { + is_colonial = no + } + any_owned = { + add_province_modifier = { + name = liberal_agitation + duration = 365 + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + government = absolute_monarchy + } + modifier = { + factor = 1.2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } } # Classics Rediscovered country_event = { - id = 10280 - title = "EVTNAME10280" - desc = "EVTDESC10280" - picture = "Finepeople" - - trigger = { - literacy = 0.4 - civilized = yes - romanticism = 1 - } - - mean_time_to_happen = { - months = 360 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - literacy = 0.3 - } - modifier = { - factor = 0.9 - literacy = 0.4 - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.1 - has_country_flag = liberal_revolution_in_progress - } - modifier = { - factor = 1.2 - NOT = { - liberal = 10 - } - } - } - - option = { - name = "EVTOPTA10280" - prestige = -4 - rich_strata = { - militancy = 1 - } - } - - option = { - name = "EVTOPTB10280" - rich_strata = { - ideology = { - value = liberal - factor = 0.05 - } - consciousness = 1 - } - } + id = 10280 + title = "EVTNAME10280" + desc = "EVTDESC10280" + picture = "Finepeople" + + trigger = { + literacy = 0.4 + civilized = yes + romanticism = 1 + } + + mean_time_to_happen = { + months = 360 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + literacy = 0.3 + } + modifier = { + factor = 0.9 + literacy = 0.4 + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.1 + has_country_flag = liberal_revolution_in_progress + } + modifier = { + factor = 1.2 + NOT = { + liberal = 10 + } + } + } + + option = { + name = "EVTOPTA10280" + prestige = -4 + rich_strata = { + militancy = 1 + } + } + + option = { + name = "EVTOPTB10280" + rich_strata = { + ideology = { + value = liberal + factor = 0.05 + } + consciousness = 1 + } + } } # Liberal Author country_event = { - id = 10290 - title = "EVTNAME10290" - desc = "EVTDESC10290" - picture = "publishers" - - trigger = { - literacy = 0.3 - civilized = yes - average_consciousness = 3 - NOT = { press_rights = free_press } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.1 - has_country_flag = liberal_revolution_in_progress - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - literacy = 0.4 - } - modifier = { - factor = 0.9 - liberal = 20 - } - modifier = { - factor = 1.2 - NOT = { liberal = 10 } - } - } - - option = { - name = "EVTOPTA10290" - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - value = liberal - factor = 0.15 - } - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB10290" - middle_strata = { - ideology = { - value = liberal - factor = 0.03 - } - consciousness = 0.5 - } - } + id = 10290 + title = "EVTNAME10290" + desc = "EVTDESC10290" + picture = "publishers" + + trigger = { + literacy = 0.3 + civilized = yes + average_consciousness = 3 + NOT = { press_rights = free_press } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.1 + has_country_flag = liberal_revolution_in_progress + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + literacy = 0.4 + } + modifier = { + factor = 0.9 + liberal = 20 + } + modifier = { + factor = 1.2 + NOT = { liberal = 10 } + } + } + + option = { + name = "EVTOPTA10290" + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + value = liberal + factor = 0.15 + } + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB10290" + middle_strata = { + ideology = { + value = liberal + factor = 0.03 + } + consciousness = 0.5 + } + } } # Chamber of Commerce Protests country_event = { - id = 10300 - title = "EVTNAME10300" - desc = "EVTDESC10300" - picture = "Upperhouse" - - trigger = { - NOT = { - economic_policy = laissez_faire - government = proletarian_dictatorship - } - has_pop_type = capitalists - average_consciousness = 2 - } - - mean_time_to_happen = { - months = 300 - - modifier = { - factor = 0.1 - has_country_flag = liberal_revolution_in_progress - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - liberal = 5 - } - modifier = { - factor = 0.9 - liberal = 20 - } - modifier = { - factor = 1.1 - NOT = { - liberal = 10 - } - } - } - - option = { - name = "EVTOPTA10300" - random_state = { - limit = { is_colonial = no } - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB10300" - capitalists = { - militancy = 2 - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 1 - } - } + id = 10300 + title = "EVTNAME10300" + desc = "EVTDESC10300" + picture = "Upperhouse" + + trigger = { + NOT = { + economic_policy = laissez_faire + government = proletarian_dictatorship + } + has_pop_type = capitalists + average_consciousness = 2 + } + + mean_time_to_happen = { + months = 300 + + modifier = { + factor = 0.1 + has_country_flag = liberal_revolution_in_progress + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + liberal = 5 + } + modifier = { + factor = 0.9 + liberal = 20 + } + modifier = { + factor = 1.1 + NOT = { + liberal = 10 + } + } + } + + option = { + name = "EVTOPTA10300" + random_state = { + limit = { is_colonial = no } + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB10300" + capitalists = { + militancy = 2 + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 1 + } + } } #A Treatise on Economics country_event = { - id = 10310 - title = "EVTNAME10320" - desc = "EVTDESC10320" - picture = "Demonstration" - - trigger = { - freedom_of_trade = 1 - civilized = yes - NOT = { - press_rights = state_press - } - } - - mean_time_to_happen = { - months = 480 - modifier = { - factor = 0.5 #0.1 - has_country_flag = liberal_revolution_in_progress - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.4 - is_ideology_enabled = socialist - } - modifier = { - factor = 1.4 - market_regulations = 1 - } - } - - option = { - name = "EVTOPTA10320" - middle_strata = { - ideology = { - value = liberal - factor = 0.1 - } - militancy = 1 - } - prestige = 5 - } - - option = { - name = "EVTOPTB10320" - poor_strata = { - militancy = -1 - consciousness = 1 - } - } + id = 10310 + title = "EVTNAME10320" + desc = "EVTDESC10320" + picture = "Demonstration" + + trigger = { + freedom_of_trade = 1 + civilized = yes + NOT = { + press_rights = state_press + } + } + + mean_time_to_happen = { + months = 480 + modifier = { + factor = 0.5 #0.1 + has_country_flag = liberal_revolution_in_progress + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.4 + is_ideology_enabled = socialist + } + modifier = { + factor = 1.4 + market_regulations = 1 + } + } + + option = { + name = "EVTOPTA10320" + middle_strata = { + ideology = { + value = liberal + factor = 0.1 + } + militancy = 1 + } + prestige = 5 + } + + option = { + name = "EVTOPTB10320" + poor_strata = { + militancy = -1 + consciousness = 1 + } + } } # Chartist Rallies country_event = { - id = 10330 - title = "EVTNAME10330" - desc = "EVTDESC10330" - picture = "demonstration" - - trigger = { - NOT = { - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - civilized = yes - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.2 - has_country_flag = liberal_revolution_in_progress - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { liberal = 5 } - } - modifier = { - factor = 1.5 - NOT = { liberal = 15 } - } - modifier = { - factor = 0.9 - liberal = 15 - } - modifier = { - factor = 0.9 - liberal = 25 - } - modifier = { - factor = 2 - public_meetings = no_meeting - } - modifier = { - factor = 0.75 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - - option = { - name = "EVTOPTA10330" - random_state = { - limit = { - is_colonial = no - owner = { vote_franschise = none_voting } - } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - militancy = 1 - consciousness = 1 - } - poor_strata = { - dominant_issue = { - value = landed_voting - factor = 0.1 - } - } - } - - random_state = { - limit = { - is_colonial = no - owner = { vote_franschise = landed_voting } - } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - militancy = 1 - consciousness = 1 - } - poor_strata = { - dominant_issue = { - value = wealth_weighted_voting - factor = 0.1 - } - } - } - random_state = { - limit = { - is_colonial = no - owner = { vote_franschise = wealth_weighted_voting } - } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - militancy = 1 - consciousness = 1 - } - poor_strata = { - dominant_issue = { - value = wealth_voting - factor = 0.1 - } - } - } - random_state = { - limit = { - is_colonial = no - owner = { vote_franschise = wealth_voting } - } - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - militancy = 1 - consciousness = 1 - } - poor_strata = { - dominant_issue = { - value = universal_weighted_voting - factor = 0.1 - } - } - } - } - option = { - name = "EVTOPTB10330" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - reduce_pop = 0.99 - militancy = 4 - } - } - } -} \ No newline at end of file + id = 10330 + title = "EVTNAME10330" + desc = "EVTDESC10330" + picture = "demonstration" + + trigger = { + NOT = { + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + civilized = yes + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.2 + has_country_flag = liberal_revolution_in_progress + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { liberal = 5 } + } + modifier = { + factor = 1.5 + NOT = { liberal = 15 } + } + modifier = { + factor = 0.9 + liberal = 15 + } + modifier = { + factor = 0.9 + liberal = 25 + } + modifier = { + factor = 2 + public_meetings = no_meeting + } + modifier = { + factor = 0.75 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + + option = { + name = "EVTOPTA10330" + random_state = { + limit = { + is_colonial = no + owner = { vote_franschise = none_voting } + } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + militancy = 1 + consciousness = 1 + } + poor_strata = { + dominant_issue = { + value = landed_voting + factor = 0.1 + } + } + } + + random_state = { + limit = { + is_colonial = no + owner = { vote_franschise = landed_voting } + } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + militancy = 1 + consciousness = 1 + } + poor_strata = { + dominant_issue = { + value = wealth_weighted_voting + factor = 0.1 + } + } + } + random_state = { + limit = { + is_colonial = no + owner = { vote_franschise = wealth_weighted_voting } + } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + militancy = 1 + consciousness = 1 + } + poor_strata = { + dominant_issue = { + value = wealth_voting + factor = 0.1 + } + } + } + random_state = { + limit = { + is_colonial = no + owner = { vote_franschise = wealth_voting } + } + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + militancy = 1 + consciousness = 1 + } + poor_strata = { + dominant_issue = { + value = universal_weighted_voting + factor = 0.1 + } + } + } + } + option = { + name = "EVTOPTB10330" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + reduce_pop = 0.99 + militancy = 4 + } + } + } +} diff --git a/HPM/events/MEXFlavor.txt b/HPM/events/MEXFlavor.txt index cb1ad39f..5cde81c3 100644 --- a/HPM/events/MEXFlavor.txt +++ b/HPM/events/MEXFlavor.txt @@ -1,1547 +1,1547 @@ ############################################################# -# # -# Mexico Events # -# # +# # +# Mexico Events # +# # ############################################################# country_event = { - id = 44800 - title = "EVTNAME44800" #Madero's Manifesto - desc = "EVTDESC44800" - picture = "Madero" - - fire_only_once = yes - - trigger = { - tag = MEX - year = 1909 - war = no - NOT = { - year = 1913 - government = democracy - government = hms_government - poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1911 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1912 - } - } - - option = { - name = "EVTOPTA44800" #Diaz vows to remain President - farmers = { - militancy = 3 - consciousness = 3 - } - labourers = { - militancy = 3 - consciousness = 3 - } - craftsmen = { - militancy = 3 - consciousness = 3 - } - artisans = { - militancy = 3 - consciousness = 3 - } - set_country_flag = Madero - } - - option = { - name = "EVTOPTB44800" #Diaz steps down - prestige = -25 - officers = { - militancy = 3 - consciousness = 3 - } - aristocrats = { - militancy = 3 - consciousness = 3 - } - capitalists = { - militancy = 3 - consciousness = 3 - } - government = democracy - ruling_party_ideology = liberal - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = gerrymandering - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - country_event = 800054 - } + id = 44800 + title = "EVTNAME44800" #Madero's Manifesto + desc = "EVTDESC44800" + picture = "Madero" + + fire_only_once = yes + + trigger = { + tag = MEX + year = 1909 + war = no + NOT = { + year = 1913 + government = democracy + government = hms_government + poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1911 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1912 + } + } + + option = { + name = "EVTOPTA44800" #Diaz vows to remain President + farmers = { + militancy = 3 + consciousness = 3 + } + labourers = { + militancy = 3 + consciousness = 3 + } + craftsmen = { + militancy = 3 + consciousness = 3 + } + artisans = { + militancy = 3 + consciousness = 3 + } + set_country_flag = Madero + } + + option = { + name = "EVTOPTB44800" #Diaz steps down + prestige = -25 + officers = { + militancy = 3 + consciousness = 3 + } + aristocrats = { + militancy = 3 + consciousness = 3 + } + capitalists = { + militancy = 3 + consciousness = 3 + } + government = democracy + ruling_party_ideology = liberal + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = gerrymandering + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + country_event = 800054 + } } country_event = { - id = 44801 - title = "EVTNAME44801" #Madero Enlists Supporters - desc = "EVTDESC44801" - picture = "Riot" - - fire_only_once = yes - - trigger = { - tag = MEX - year = 1911 - war = no - has_country_flag = Madero - NOT = { - year = 1914 - government = democracy - government = hms_government - poor_strata_everyday_needs = 0.95 #will not fire if poor are getting 95%+ everyday needs - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1912 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1913 - } - } - - option = { - name = "EVTOPTA44801" #Viva la revolucion! - 2137 = { #Hermosillo Sonora - any_pop = { - militancy = 8 - } - } - 2139 = { #N Baja - any_pop = { - militancy = 8 - } - } - 2142 = { #Chihuahua - any_pop = { - militancy = 8 - } - } - 2143 = { #Nogales - any_pop = { - militancy = 8 - } - } - set_country_flag = MaderoRevolt - } + id = 44801 + title = "EVTNAME44801" #Madero Enlists Supporters + desc = "EVTDESC44801" + picture = "Riot" + + fire_only_once = yes + + trigger = { + tag = MEX + year = 1911 + war = no + has_country_flag = Madero + NOT = { + year = 1914 + government = democracy + government = hms_government + poor_strata_everyday_needs = 0.95 #will not fire if poor are getting 95%+ everyday needs + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1912 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1913 + } + } + + option = { + name = "EVTOPTA44801" #Viva la revolucion! + 2137 = { #Hermosillo Sonora + any_pop = { + militancy = 8 + } + } + 2139 = { #N Baja + any_pop = { + militancy = 8 + } + } + 2142 = { #Chihuahua + any_pop = { + militancy = 8 + } + } + 2143 = { #Nogales + any_pop = { + militancy = 8 + } + } + set_country_flag = MaderoRevolt + } } country_event = { - id = 44802 - title = "EVTNAME44802" #Peasant Army Under Zapata Joins the Revolucion - desc = "EVTDESC44802" - picture = "churchmexico" - - fire_only_once = yes - - trigger = { - tag = MEX - year = 1911 - has_country_flag = MaderoRevolt - NOT = { - year = 1915 - government = democracy - government = hms_government - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1912 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1913 - } - } - - option = { - name = "EVTOPTA44802" #Viva Zapata! - 2177 = { # N Oaxaca - any_pop = { - militancy = 8 - } - } - 2178 = { #S Oaxaca - any_pop = { - militancy = 8 - } - } - } + id = 44802 + title = "EVTNAME44802" #Peasant Army Under Zapata Joins the Revolucion + desc = "EVTDESC44802" + picture = "churchmexico" + + fire_only_once = yes + + trigger = { + tag = MEX + year = 1911 + has_country_flag = MaderoRevolt + NOT = { + year = 1915 + government = democracy + government = hms_government + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1912 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1913 + } + } + + option = { + name = "EVTOPTA44802" #Viva Zapata! + 2177 = { # N Oaxaca + any_pop = { + militancy = 8 + } + } + 2178 = { #S Oaxaca + any_pop = { + militancy = 8 + } + } + } } country_event = { - id = 44803 - title = "EVTNAME44803" #Jose Posada - desc = "EVTDESC44803" - picture = "Posada" - - fire_only_once = yes - - trigger = { - tag = MEX - has_country_flag = MaderoRevolt - year = 1911 - NOT = { - government = democracy - government = hms_government - year = 1915 - } - } - - mean_time_to_happen = { - months = 5 - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1912 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1913 - } - } - - option = { - name = "EVTOPTA44803" - farmers = { - consciousness = 3 - } - labourers = { - consciousness = 3 - } - craftsmen = { - consciousness = 3 - } - artisans = { - consciousness = 3 - } - } + id = 44803 + title = "EVTNAME44803" #Jose Posada + desc = "EVTDESC44803" + picture = "Posada" + + fire_only_once = yes + + trigger = { + tag = MEX + has_country_flag = MaderoRevolt + year = 1911 + NOT = { + government = democracy + government = hms_government + year = 1915 + } + } + + mean_time_to_happen = { + months = 5 + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1912 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1913 + } + } + + option = { + name = "EVTOPTA44803" + farmers = { + consciousness = 3 + } + labourers = { + consciousness = 3 + } + craftsmen = { + consciousness = 3 + } + artisans = { + consciousness = 3 + } + } } country_event = { - id = 44805 - title = "EVTNAME44805" #Antonio López de Santa Anna - desc = "EVTDESC44805" - picture = "antonio_lopez_de_santa_ana" - - is_triggered_only = yes - - option = { - name = "EVT44805OPTA" - set_country_flag = mexico_1836_set_up - any_pop = { - limit = { - is_primary_culture = yes - OR = { - type = soldiers - type = aristocrats - type = officers - } - } - ideology = { - value = reactionary - factor = 0.7 - } - ideology = { - value = conservative - factor = 0.3 - } - } - any_pop = { - limit = { - NOT = { type = soldiers } - NOT = { type = aristocrats } - NOT = { type = officers } - is_primary_culture = yes - location = { - OR = { - province_id = 2137 - province_id = 2141 - province_id = 2162 - province_id = 2166 - region = MEX_2172 - } - } - } - ideology = { - value = liberal - factor = 0.6 - } - consciousness = 3 - } - any_owned = { - limit = { region = MEX_2172 } - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - } - random_list = { - 20 = { add_country_modifier = { name = santa_ana_rule duration = 10950 } } - 20 = { add_country_modifier = { name = santa_ana_rule duration = 12775 } } - 20 = { add_country_modifier = { name = santa_ana_rule duration = 9125 } } - 20 = { add_country_modifier = { name = santa_ana_rule duration = 7300 } } - 20 = { add_country_modifier = { name = santa_ana_rule duration = 14600 } } - } - } + id = 44805 + title = "EVTNAME44805" #Antonio López de Santa Anna + desc = "EVTDESC44805" + picture = "antonio_lopez_de_santa_ana" + + is_triggered_only = yes + + option = { + name = "EVT44805OPTA" + set_country_flag = mexico_1836_set_up + any_pop = { + limit = { + is_primary_culture = yes + OR = { + type = soldiers + type = aristocrats + type = officers + } + } + ideology = { + value = reactionary + factor = 0.7 + } + ideology = { + value = conservative + factor = 0.3 + } + } + any_pop = { + limit = { + NOT = { type = soldiers } + NOT = { type = aristocrats } + NOT = { type = officers } + is_primary_culture = yes + location = { + OR = { + province_id = 2137 + province_id = 2141 + province_id = 2162 + province_id = 2166 + region = MEX_2172 + } + } + } + ideology = { + value = liberal + factor = 0.6 + } + consciousness = 3 + } + any_owned = { + limit = { region = MEX_2172 } + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + } + random_list = { + 20 = { add_country_modifier = { name = santa_ana_rule duration = 10950 } } + 20 = { add_country_modifier = { name = santa_ana_rule duration = 12775 } } + 20 = { add_country_modifier = { name = santa_ana_rule duration = 9125 } } + 20 = { add_country_modifier = { name = santa_ana_rule duration = 7300 } } + 20 = { add_country_modifier = { name = santa_ana_rule duration = 14600 } } + } + } } province_event = { - - id = 44810 - title = "EVTNAME44810" #Rebellion in $STATENAME$ - desc = "EVTDESC44810" - - trigger = { - owner = { - tag = MEX - government = presidential_dictatorship - has_country_modifier = fight_the_power - } - culture = mexican - NOT = { - has_province_modifier = peasant_revolt - region = MEX_2159 - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - has_country_flag = texas_recaptured - } - modifier = { - factor = 0.5 - any_neighbor_province = { has_province_modifier = peasant_revolt } - } - modifier = { - factor = 1.5 - reactionary = 20 - } - modifier = { - factor = 1.5 - reactionary = 30 - } - modifier = { - factor = 1.2 - conservative = 20 - } - modifier = { - factor = 1.2 - conservative = 30 - } - modifier = { - factor = 0.8 - liberal = 20 - } - modifier = { - factor = 0.8 - liberal = 30 - } - modifier = { - factor = 0.5 - is_colonial = yes - } - modifier = { - factor = 2 - owner = { average_militancy = 2 } - } - modifier = { - factor = 3 - owner = { average_militancy = 2.5 } - } - modifier = { - factor = 5 - owner = { num_of_revolts = 1 } - } - } - - option = { - name = "EVT44810OPTA" - owner = { - upper_house = { - ideology = reactionary - value = 0.4 - } - rich_strata = { - ideology = { - value = reactionary - factor = 0.2 - } - } - } - state_scope = { - any_owned = { - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - } - farmers = { - limit = { is_primary_culture = yes } - militancy = 2 - consciousness = 4 - } - labourers = { - limit = { is_primary_culture = yes } - militancy = 2 - consciousness = 4 - } - artisans = { - limit = { is_primary_culture = yes } - militancy = 2 - consciousness = 4 - } - } - } + + id = 44810 + title = "EVTNAME44810" #Rebellion in $STATENAME$ + desc = "EVTDESC44810" + + trigger = { + owner = { + tag = MEX + government = presidential_dictatorship + has_country_modifier = fight_the_power + } + culture = mexican + NOT = { + has_province_modifier = peasant_revolt + region = MEX_2159 + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + has_country_flag = texas_recaptured + } + modifier = { + factor = 0.5 + any_neighbor_province = { has_province_modifier = peasant_revolt } + } + modifier = { + factor = 1.5 + reactionary = 20 + } + modifier = { + factor = 1.5 + reactionary = 30 + } + modifier = { + factor = 1.2 + conservative = 20 + } + modifier = { + factor = 1.2 + conservative = 30 + } + modifier = { + factor = 0.8 + liberal = 20 + } + modifier = { + factor = 0.8 + liberal = 30 + } + modifier = { + factor = 0.5 + is_colonial = yes + } + modifier = { + factor = 2 + owner = { average_militancy = 2 } + } + modifier = { + factor = 3 + owner = { average_militancy = 2.5 } + } + modifier = { + factor = 5 + owner = { num_of_revolts = 1 } + } + } + + option = { + name = "EVT44810OPTA" + owner = { + upper_house = { + ideology = reactionary + value = 0.4 + } + rich_strata = { + ideology = { + value = reactionary + factor = 0.2 + } + } + } + state_scope = { + any_owned = { + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + } + farmers = { + limit = { is_primary_culture = yes } + militancy = 2 + consciousness = 4 + } + labourers = { + limit = { is_primary_culture = yes } + militancy = 2 + consciousness = 4 + } + artisans = { + limit = { is_primary_culture = yes } + militancy = 2 + consciousness = 4 + } + } + } } country_event = { - - id = 44815 - title = "EVTNAME44815" #Texas Recaptured! - desc = "EVTDESC44815" - picture = "1854_Alamo" - - fire_only_once = yes - - trigger = { - tag = MEX - war = no - government = presidential_dictatorship - has_country_modifier = fight_the_power - 134 = { owned_by = THIS } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT44815OPTA" - set_country_flag = texas_recaptured - war_exhaustion = -30 - prestige = 5 - any_pop = { - limit = { has_pop_culture = texan } - militancy = 10 - consciousness = 4 - dominant_issue = { - value = yes_slavery - factor = 0.25 - } - ideology = { - value = liberal - factor = 0.4 - } - } - any_owned = { - limit = { - NOT = { - region = TEX_132 - is_colonial = yes - } - } - remove_province_modifier = peasant_revolt - any_pop = { militancy = -4 } - } - } + + id = 44815 + title = "EVTNAME44815" #Texas Recaptured! + desc = "EVTDESC44815" + picture = "1854_Alamo" + + fire_only_once = yes + + trigger = { + tag = MEX + war = no + government = presidential_dictatorship + has_country_modifier = fight_the_power + 134 = { owned_by = THIS } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT44815OPTA" + set_country_flag = texas_recaptured + war_exhaustion = -30 + prestige = 5 + any_pop = { + limit = { has_pop_culture = texan } + militancy = 10 + consciousness = 4 + dominant_issue = { + value = yes_slavery + factor = 0.25 + } + ideology = { + value = liberal + factor = 0.4 + } + } + any_owned = { + limit = { + NOT = { + region = TEX_132 + is_colonial = yes + } + } + remove_province_modifier = peasant_revolt + any_pop = { militancy = -4 } + } + } } country_event = { - id = 44820 - title = "EVTNAME44820" #Republic of the Rio Grande - desc = "EVTDESC44820" - picture = "mexico_soldiers" - - fire_only_once = yes - - trigger = { - tag = MEX - is_vassal = no - has_country_modifier = fight_the_power - NOT = { - exists = RGR - has_country_flag = texas_recaptured - } - any_owned_province = { is_core = RGR } - year = 1840 - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT44820OPTA" - any_owned = { - limit = { is_core = RGR } - secede_province = RGR - } - RGR = { - any_pop = { militancy = -6 } - relation = { - who = USA - value = 50 - } - relation = { - who = TEX - value = 50 - } - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - war = { - target = RGR - attacker_goal = { - casus_belli = annex_core_country - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - war = yes - } - } - } - - option = { - name = "EVT44820OPTB" - prestige = -5 - any_owned = { - limit = { is_core = RGR } - secede_province = RGR - } - RGR = { - any_pop = { militancy = -6 } - relation = { - who = USA - value = 50 - } - relation = { - who = TEX - value = 50 - } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 2 - } - ai_chance = { - factor = 10 - modifier = { - factor = 2 - war = yes - } - } - } + id = 44820 + title = "EVTNAME44820" #Republic of the Rio Grande + desc = "EVTDESC44820" + picture = "mexico_soldiers" + + fire_only_once = yes + + trigger = { + tag = MEX + is_vassal = no + has_country_modifier = fight_the_power + NOT = { + exists = RGR + has_country_flag = texas_recaptured + } + any_owned_province = { is_core = RGR } + year = 1840 + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT44820OPTA" + any_owned = { + limit = { is_core = RGR } + secede_province = RGR + } + RGR = { + any_pop = { militancy = -6 } + relation = { + who = USA + value = 50 + } + relation = { + who = TEX + value = 50 + } + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + war = { + target = RGR + attacker_goal = { + casus_belli = annex_core_country + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + war = yes + } + } + } + + option = { + name = "EVT44820OPTB" + prestige = -5 + any_owned = { + limit = { is_core = RGR } + secede_province = RGR + } + RGR = { + any_pop = { militancy = -6 } + relation = { + who = USA + value = 50 + } + relation = { + who = TEX + value = 50 + } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 2 + } + ai_chance = { + factor = 10 + modifier = { + factor = 2 + war = yes + } + } + } } country_event = { - id = 44821 - title = "EVTNAME44821" #The Yucatan Republic - desc = "EVTDESC44821" - picture = "mexico_soldiers" - - fire_only_once = yes - - trigger = { - tag = MEX - is_vassal = no - NOT = { - exists = YUC - government = democracy - government = hms_government - } - any_owned_province = { is_core = YUC } - year = 1841 - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT44820OPTA" - any_owned = { - limit = { is_core = YUC } - secede_province = YUC - } - YUC = { - any_pop = { militancy = -6 } - } - war = { - target = YUC - attacker_goal = { - casus_belli = annex_core_country - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.25 - war = yes - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVT44820OPTB" - prestige = -5 - any_owned = { - limit = { is_core = YUC } - secede_province = YUC - } - YUC = { - any_pop = { militancy = -6 } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 2 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war = yes - } - } - } + id = 44821 + title = "EVTNAME44821" #The Yucatan Republic + desc = "EVTDESC44821" + picture = "mexico_soldiers" + + fire_only_once = yes + + trigger = { + tag = MEX + is_vassal = no + NOT = { + exists = YUC + government = democracy + government = hms_government + } + any_owned_province = { is_core = YUC } + year = 1841 + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT44820OPTA" + any_owned = { + limit = { is_core = YUC } + secede_province = YUC + } + YUC = { + any_pop = { militancy = -6 } + } + war = { + target = YUC + attacker_goal = { + casus_belli = annex_core_country + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.25 + war = yes + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVT44820OPTB" + prestige = -5 + any_owned = { + limit = { is_core = YUC } + secede_province = YUC + } + YUC = { + any_pop = { militancy = -6 } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 2 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war = yes + } + } + } } country_event = { - - id = 44822 - title = "EVTNAME44822" #Join the United Provinces? - desc = "EVTDESC44822" - picture = "mexico_soldiers" - - fire_only_once = yes - - trigger = { - tag = YUC - government = democracy - is_vassal = no - war = no - UCA = { - war = no - neighbour = THIS - government = democracy - is_vassal = no - has_country_flag = native_protection_act_enacted - NOT = { citizens_rights = primary_culture_only } - relation = { who = YUC value = 50 } - } - year = 1837 - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT44822OPTA" - all_core = { add_core = UCA } - random_country = { - limit = { - tag = UCA - THIS = { ai = yes } - } - country_event = 16401 - } - random_country = { - limit = { - tag = UCA - THIS = { ai = no } - } - any_owned = { secede_province = YUC } - YUC = { - random_owned = { - limit = { province_id = 2186 } - owner = { capital = 2186 } - } - change_tag = UCA - primary_culture = central_american - add_accepted_culture = mayan - } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT44822OPTB" - prestige = 2 - ai_chance = { - factor = 5 - } - } + + id = 44822 + title = "EVTNAME44822" #Join the United Provinces? + desc = "EVTDESC44822" + picture = "mexico_soldiers" + + fire_only_once = yes + + trigger = { + tag = YUC + government = democracy + is_vassal = no + war = no + UCA = { + war = no + neighbour = THIS + government = democracy + is_vassal = no + has_country_flag = native_protection_act_enacted + NOT = { citizens_rights = primary_culture_only } + relation = { who = YUC value = 50 } + } + year = 1837 + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT44822OPTA" + all_core = { add_core = UCA } + random_country = { + limit = { + tag = UCA + THIS = { ai = yes } + } + country_event = 16401 + } + random_country = { + limit = { + tag = UCA + THIS = { ai = no } + } + any_owned = { secede_province = YUC } + YUC = { + random_owned = { + limit = { province_id = 2186 } + owner = { capital = 2186 } + } + change_tag = UCA + primary_culture = central_american + add_accepted_culture = mayan + } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT44822OPTB" + prestige = 2 + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 44825 - title = "EVTNAME44825" #The Treaty of Guadalupe Hidalgo - desc = "EVTDESC44825" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44825OPTA" - set_country_flag = treaty_of_guadalupe_hidalgo - prestige_factor = -0.5 - treasury = 100000 - random_owned = { - limit = { - owner = { war_with = USA } - } - owner = { end_war = USA } - any_country = { - limit = { - war_with = THIS - alliance_with = USA - } - end_war = THIS - } - } - all_core = { - limit = { - OR = { - region = TEX_132 - region = MEX_94 - region = MEX_97 - region = MEX_85 - region = USA_106 - region = USA_111 - region = USA_126 - region = USA_129 - province_id = 100 - province_id = 101 - province_id = 103 - province_id = 104 - province_id = 105 - province_id = 2148 - } - } - remove_core = MEX - } - any_owned = { - limit = { - OR = { - is_core = USA - region = TEX_132 - region = MEX_94 - region = MEX_97 - region = MEX_85 - region = USA_106 - region = USA_111 - region = USA_126 - region = USA_129 - province_id = 100 - province_id = 101 - province_id = 103 - province_id = 104 - province_id = 105 - province_id = 2148 - } - } - secede_province = USA - } - - USA = { country_event = 44826 } - - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT44825OPTB" - war_exhaustion = 20 - USA = { country_event = 44827 } - ai_chance = { - factor = 10 - } - } + + id = 44825 + title = "EVTNAME44825" #The Treaty of Guadalupe Hidalgo + desc = "EVTDESC44825" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44825OPTA" + set_country_flag = treaty_of_guadalupe_hidalgo + prestige_factor = -0.5 + treasury = 100000 + random_owned = { + limit = { + owner = { war_with = USA } + } + owner = { end_war = USA } + any_country = { + limit = { + war_with = THIS + alliance_with = USA + } + end_war = THIS + } + } + all_core = { + limit = { + OR = { + region = TEX_132 + region = MEX_94 + region = MEX_97 + region = MEX_85 + region = USA_106 + region = USA_111 + region = USA_126 + region = USA_129 + province_id = 100 + province_id = 101 + province_id = 103 + province_id = 104 + province_id = 105 + province_id = 2148 + } + } + remove_core = MEX + } + any_owned = { + limit = { + OR = { + is_core = USA + region = TEX_132 + region = MEX_94 + region = MEX_97 + region = MEX_85 + region = USA_106 + region = USA_111 + region = USA_126 + region = USA_129 + province_id = 100 + province_id = 101 + province_id = 103 + province_id = 104 + province_id = 105 + province_id = 2148 + } + } + secede_province = USA + } + + USA = { country_event = 44826 } + + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT44825OPTB" + war_exhaustion = 20 + USA = { country_event = 44827 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 44826 - title = "EVTNAME44826" #Mexico Agrees - desc = "EVTDESC44826" - news = yes - news_title = "EVTNAME44825" - news_desc_long = "EVTDESC44826_NEWS_LONG" - news_desc_medium = "EVTDESC44826_NEWS_MEDIUM" - news_desc_short = "EVTDESC44826_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT44826OPTA" - prestige = 20 - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - any_owned = { limit = { is_core = MEX } secede_province = MEX } - diplomatic_influence = { - who = FROM - value = -50 - } - relation = { - who = FROM - value = 300 - } - } + id = 44826 + title = "EVTNAME44826" #Mexico Agrees + desc = "EVTDESC44826" + news = yes + news_title = "EVTNAME44825" + news_desc_long = "EVTDESC44826_NEWS_LONG" + news_desc_medium = "EVTDESC44826_NEWS_MEDIUM" + news_desc_short = "EVTDESC44826_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT44826OPTA" + prestige = 20 + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + any_owned = { limit = { is_core = MEX } secede_province = MEX } + diplomatic_influence = { + who = FROM + value = -50 + } + relation = { + who = FROM + value = 300 + } + } } country_event = { - id = 44827 - title = "EVTNAME44827" #Mexico Refuses - desc = "EVTDESC44827" - picture = "treaty" + id = 44827 + title = "EVTNAME44827" #Mexico Refuses + desc = "EVTDESC44827" + picture = "treaty" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT44827OPTA" - war_exhaustion = -20 - } + option = { + name = "EVT44827OPTA" + war_exhaustion = -20 + } } country_event = { - id = 44830 - title = "EVTNAME44830" #Execution of Emperor Maximilian - desc = "EVTDESC44830" - news = yes - news_desc_long = "EVTDESC44830" - news_desc_medium = "EVTDESC44830_NEWS_MEDIUM" - news_desc_short = "EVTDESC44830_NEWS_SHORT" - picture = "execution_of_emperor_maximillian" - - trigger = { - tag = MEX - government = hms_government - has_country_flag = we_have_tried_this_once - 2172 = { controlled_by_rebels = yes } - NOT = { year = 1880 } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT44830OPTA" - government = democracy - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { militancy = -6 } - 2172 = { change_controller = MEX } - FRA = { - relation = { - who = THIS - value = -50 - } - diplomatic_influence = { - who = THIS - value = -100 - } - } - } + id = 44830 + title = "EVTNAME44830" #Execution of Emperor Maximilian + desc = "EVTDESC44830" + news = yes + news_desc_long = "EVTDESC44830" + news_desc_medium = "EVTDESC44830_NEWS_MEDIUM" + news_desc_short = "EVTDESC44830_NEWS_SHORT" + picture = "execution_of_emperor_maximillian" + + trigger = { + tag = MEX + government = hms_government + has_country_flag = we_have_tried_this_once + 2172 = { controlled_by_rebels = yes } + NOT = { year = 1880 } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT44830OPTA" + government = democracy + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { militancy = -6 } + 2172 = { change_controller = MEX } + FRA = { + relation = { + who = THIS + value = -50 + } + diplomatic_influence = { + who = THIS + value = -100 + } + } + } } country_event = { - id = 44835 - title = "EVTNAME44835" #The Plan of Tuxtepec - desc = "EVTDESC44835" - news = yes - news_desc_long = "EVTDESC44835" - news_desc_medium = "EVTDESC44835_NEWS_MEDIUM" - news_desc_short = "EVTDESC44835_NEWS_SHORT" - picture = "Madero" - - fire_only_once = yes - - trigger = { - tag = MEX - war = no - ai = yes - government = democracy - year = 1876 - NOT = { year = 1900 } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT44835OPTA" - officers = { - militancy = 8 - consciousness = 3 - } - aristocrats = { - militancy = 9 - consciousness = 3 - } - soldiers = { - militancy = 7 - consciousness = 3 - } - } - - option = { - name = "EVT44835OPTB" - prestige = -10 - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - country_event = 800050 - officers = { - militancy = -6 - consciousness = -3 - } - aristocrats = { - militancy = -6 - consciousness = -3 - } - soldiers = { - militancy = -6 - consciousness = -3 - } - } + id = 44835 + title = "EVTNAME44835" #The Plan of Tuxtepec + desc = "EVTDESC44835" + news = yes + news_desc_long = "EVTDESC44835" + news_desc_medium = "EVTDESC44835_NEWS_MEDIUM" + news_desc_short = "EVTDESC44835_NEWS_SHORT" + picture = "Madero" + + fire_only_once = yes + + trigger = { + tag = MEX + war = no + ai = yes + government = democracy + year = 1876 + NOT = { year = 1900 } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT44835OPTA" + officers = { + militancy = 8 + consciousness = 3 + } + aristocrats = { + militancy = 9 + consciousness = 3 + } + soldiers = { + militancy = 7 + consciousness = 3 + } + } + + option = { + name = "EVT44835OPTB" + prestige = -10 + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + country_event = 800050 + officers = { + militancy = -6 + consciousness = -3 + } + aristocrats = { + militancy = -6 + consciousness = -3 + } + soldiers = { + militancy = -6 + consciousness = -3 + } + } } ############################################################# -# # -# War of Texan Independence Events # -# # +# # +# War of Texan Independence Events # +# # ############################################################# country_event = { - id = 44840 - title = "EVTNAME44840" #Santa Anna Captured! - desc = "EVTDESC44840" - picture = "surrender_of_santanna" - - trigger = { - tag = TEX - war_with = MEX - OR = { - MEX = { capital_scope = { controlled_by = THIS } } - MEX = { blockade = 0.02 } - any_owned_province = { - country_units_in_province = MEX - unit_in_battle = yes - } - AND = { - any_owned_province = { - country_units_in_province = MEX - controlled_by = THIS - NOT = { unit_in_battle = yes } - } - MEX = { ai = yes } - } - MEX = { - any_owned_province = { - country_units_in_province = TEX - unit_in_battle = yes - } - } - MEX = { national_provinces_occupied = 0.02 } - } - MEX = { has_country_modifier = santa_ana_rule } - NOT = { has_country_flag = santa_ana_captured } - } - - mean_time_to_happen = { - months = 2 - modifier = { - factor = 0.5 - MEX = { capital_scope = { controlled_by = THIS } } - } - modifier = { - factor = 0.5 - MEX = { blockade = 0.05 } - } - modifier = { - factor = 0.5 - any_owned_province = { - country_units_in_province = MEX - unit_in_battle = yes - } - } - } - - option = { - name = "EVT44840OPTA" - set_country_flag = santa_ana_captured - MEX = { country_event = 44841 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44840OPTB" - set_country_flag = santa_ana_captured - war_exhaustion = -20 - prestige = 5 - MEX = { - war_exhaustion = 40 - remove_country_modifier = santa_ana_rule - } - ai_chance = { - factor = 0 - } - } + id = 44840 + title = "EVTNAME44840" #Santa Anna Captured! + desc = "EVTDESC44840" + picture = "surrender_of_santanna" + + trigger = { + tag = TEX + war_with = MEX + OR = { + MEX = { capital_scope = { controlled_by = THIS } } + MEX = { blockade = 0.02 } + any_owned_province = { + country_units_in_province = MEX + unit_in_battle = yes + } + AND = { + any_owned_province = { + country_units_in_province = MEX + controlled_by = THIS + NOT = { unit_in_battle = yes } + } + MEX = { ai = yes } + } + MEX = { + any_owned_province = { + country_units_in_province = TEX + unit_in_battle = yes + } + } + MEX = { national_provinces_occupied = 0.02 } + } + MEX = { has_country_modifier = santa_ana_rule } + NOT = { has_country_flag = santa_ana_captured } + } + + mean_time_to_happen = { + months = 2 + modifier = { + factor = 0.5 + MEX = { capital_scope = { controlled_by = THIS } } + } + modifier = { + factor = 0.5 + MEX = { blockade = 0.05 } + } + modifier = { + factor = 0.5 + any_owned_province = { + country_units_in_province = MEX + unit_in_battle = yes + } + } + } + + option = { + name = "EVT44840OPTA" + set_country_flag = santa_ana_captured + MEX = { country_event = 44841 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44840OPTB" + set_country_flag = santa_ana_captured + war_exhaustion = -20 + prestige = 5 + MEX = { + war_exhaustion = 40 + remove_country_modifier = santa_ana_rule + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 44841 - title = "EVTNAME44840" #Santa Anna Captured! -- to MEX - desc = "EVTDESC44841" - news = yes - news_title = "EVTNAME44807_NEWS_TITLE" - news_desc_long = "EVTDESC44807_NEWS_LONG" - news_desc_medium = "EVTDESC44807_NEWS_MEDIUM" - news_desc_short = "EVTDESC44807_NEWS_SHORT" - picture = "surrender_of_santanna" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT44841OPTA" - war_exhaustion = 20 - prestige = -20 - end_war = TEX - TEX = { - any_owned = { - limit = { is_core = MEX } - remove_core = MEX - } - country_event = 44842 - } - add_country_modifier = { - name = power_vacuum - duration = 365 - } - ai_chance = { - factor = 5 - } - } - - option = { - name = "EVT44841OPTB" - war_exhaustion = 40 - prestige = -10 - end_war = TEX - TEX = { country_event = 44843 } - remove_country_modifier = santa_ana_rule - add_country_modifier = { - name = power_vacuum - duration = 365 - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT44841OPTC" - war_exhaustion = 60 - badboy = 5 - TEX = { country_event = 44844 } - remove_country_modifier = santa_ana_rule - add_country_modifier = { - name = power_vacuum - duration = 365 - } - ai_chance = { - factor = 15 - } - } + id = 44841 + title = "EVTNAME44840" #Santa Anna Captured! -- to MEX + desc = "EVTDESC44841" + news = yes + news_title = "EVTNAME44807_NEWS_TITLE" + news_desc_long = "EVTDESC44807_NEWS_LONG" + news_desc_medium = "EVTDESC44807_NEWS_MEDIUM" + news_desc_short = "EVTDESC44807_NEWS_SHORT" + picture = "surrender_of_santanna" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT44841OPTA" + war_exhaustion = 20 + prestige = -20 + end_war = TEX + TEX = { + any_owned = { + limit = { is_core = MEX } + remove_core = MEX + } + country_event = 44842 + } + add_country_modifier = { + name = power_vacuum + duration = 365 + } + ai_chance = { + factor = 5 + } + } + + option = { + name = "EVT44841OPTB" + war_exhaustion = 40 + prestige = -10 + end_war = TEX + TEX = { country_event = 44843 } + remove_country_modifier = santa_ana_rule + add_country_modifier = { + name = power_vacuum + duration = 365 + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT44841OPTC" + war_exhaustion = 60 + badboy = 5 + TEX = { country_event = 44844 } + remove_country_modifier = santa_ana_rule + add_country_modifier = { + name = power_vacuum + duration = 365 + } + ai_chance = { + factor = 15 + } + } } country_event = { - id = 44842 - title = "EVTNAME44842" #The Treaties of Velasco - desc = "EVTDESC44842" - picture = "treaty_of_velasco" - - is_triggered_only = yes - - option = { - name = "EVT44842OPTA" - any_country = { - limit = { - alliance_with = MEX - war_with = TEX - } - end_war = TEX - } - prestige = 10 - relation = { who = MEX value = 400 } - add_country_modifier = { - name = treaties_of_velasco - duration = 1825 - } - } + id = 44842 + title = "EVTNAME44842" #The Treaties of Velasco + desc = "EVTDESC44842" + picture = "treaty_of_velasco" + + is_triggered_only = yes + + option = { + name = "EVT44842OPTA" + any_country = { + limit = { + alliance_with = MEX + war_with = TEX + } + end_war = TEX + } + prestige = 10 + relation = { who = MEX value = 400 } + add_country_modifier = { + name = treaties_of_velasco + duration = 1825 + } + } } country_event = { - id = 44843 - title = "EVTNAME44843" #Ceasefire With Mexico - desc = "EVTDESC44843" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT44843OPTA" - any_country = { - limit = { - alliance_with = MEX - war_with = TEX - } - end_war = TEX - } - relation = { who = MEX value = 200 } - add_country_modifier = { - name = treaties_of_velasco - duration = 1095 - } - } + id = 44843 + title = "EVTNAME44843" #Ceasefire With Mexico + desc = "EVTDESC44843" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT44843OPTA" + any_country = { + limit = { + alliance_with = MEX + war_with = TEX + } + end_war = TEX + } + relation = { who = MEX value = 200 } + add_country_modifier = { + name = treaties_of_velasco + duration = 1095 + } + } } country_event = { - id = 44844 - title = "EVTNAME44844" #Mexico Ignores the Treaties - desc = "EVTDESC44844" - picture = "treaty_of_velasco" - - is_triggered_only = yes - - option = { - name = "EVT44844OPTA" - war_exhaustion = -20 - random_owned = { - limit = { - is_capital = yes - NOT = { controlled_by = THIS } - } - change_controller = TEX - } - USA = { country_event = 44846 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44844OPTB" - war_exhaustion = -20 - random_owned = { - limit = { - is_capital = yes - NOT = { controlled_by = THIS } - } - change_controller = TEX - } - ai_chance = { - factor = 0 - } - } + id = 44844 + title = "EVTNAME44844" #Mexico Ignores the Treaties + desc = "EVTDESC44844" + picture = "treaty_of_velasco" + + is_triggered_only = yes + + option = { + name = "EVT44844OPTA" + war_exhaustion = -20 + random_owned = { + limit = { + is_capital = yes + NOT = { controlled_by = THIS } + } + change_controller = TEX + } + USA = { country_event = 44846 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44844OPTB" + war_exhaustion = -20 + random_owned = { + limit = { + is_capital = yes + NOT = { controlled_by = THIS } + } + change_controller = TEX + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 44845 - title = "EVTNAME44845" #War With Mexico! - desc = "EVTDESC44845" - picture = "administration" - - trigger = { - tag = TEX - has_country_modifier = treaties_of_velasco - part_of_sphere = no - MEX = { - war_with = TEX - NOT = { war_with = USA } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT44844OPTA" - remove_country_modifier = treaties_of_velasco - USA = { country_event = 44846 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT44844OPTB" - remove_country_modifier = treaties_of_velasco - ai_chance = { - factor = 0 - } - } + id = 44845 + title = "EVTNAME44845" #War With Mexico! + desc = "EVTDESC44845" + picture = "administration" + + trigger = { + tag = TEX + has_country_modifier = treaties_of_velasco + part_of_sphere = no + MEX = { + war_with = TEX + NOT = { war_with = USA } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT44844OPTA" + remove_country_modifier = treaties_of_velasco + USA = { country_event = 44846 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT44844OPTB" + remove_country_modifier = treaties_of_velasco + ai_chance = { + factor = 0 + } + } } country_event = { - id = 44846 - title = "EVTNAME44846" #The Texan Diplomat - desc = "EVTDESC44846" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT44846OPTA" - diplomatic_influence = { who = FROM value = 200 } - relation = { who = FROM value = 50 } - relation = { who = MEX value = -50 } - create_alliance = FROM - leave_alliance = MEX - ai_chance = { factor = 75 } - } - - option = { - name = "EVT44846OPTB" - diplomatic_influence = { who = FROM value = -100 } - relation = { who = FROM value = -50 } - relation = { who = MEX value = 50 } - ai_chance = { factor = 25 } - } + id = 44846 + title = "EVTNAME44846" #The Texan Diplomat + desc = "EVTDESC44846" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT44846OPTA" + diplomatic_influence = { who = FROM value = 200 } + relation = { who = FROM value = 50 } + relation = { who = MEX value = -50 } + create_alliance = FROM + leave_alliance = MEX + ai_chance = { factor = 75 } + } + + option = { + name = "EVT44846OPTB" + diplomatic_influence = { who = FROM value = -100 } + relation = { who = FROM value = -50 } + relation = { who = MEX value = 50 } + ai_chance = { factor = 25 } + } } #The Death of Victorio country_event = { - id = 110053 - title = "EVTNAME110053" - desc = "EVTDESC110053" - picture = "MEX_victorio" - - trigger = { - tag = MEX - year = 1880 - owns = 2400 - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes - - option = { - name = "EVT110053OPTA" # He got what was coming! - prestige = 2 - relation = { who = USA value = 30 } - any_pop = { - limit = { is_culture_group = native_american } - militancy = 6 - } - } + id = 110053 + title = "EVTNAME110053" + desc = "EVTDESC110053" + picture = "MEX_victorio" + + trigger = { + tag = MEX + year = 1880 + owns = 2400 + } + + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "EVT110053OPTA" # He got what was coming! + prestige = 2 + relation = { who = USA value = 30 } + any_pop = { + limit = { is_culture_group = native_american } + militancy = 6 + } + } } #The Pastry War - France Decides what to do country_event = { - id = 1100054 - title = "EVTNAME1100054" - desc = "EVTDESC1100054" - picture = "MEX_revolution" - - trigger = { - tag = FRA - year = 1837 - exists = MEX - war = no - NOT = { - is_our_vassal = MEX - alliance_with = MEX - truce_with = MEX - year = 1856 - } - } - - mean_time_to_happen = { months = 24 } - fire_only_once = yes - - option = { - name = "EVT1100054OPTA" # Demand Reparations - MEX = { country_event = { id = 1100055 days = 3 } } - diplomatic_influence = { who = MEX value = -100 } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT1100054OPTB" #Forget about it - prestige = -30 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 3 - consciousness = 7 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 1.5 - NOT = { is_greater_power = yes } - } - modifier = { - factor = 2 - has_recently_lost_war = yes - } - modifier = { - factor = 2 - is_disarmed = yes - } - } - } + id = 1100054 + title = "EVTNAME1100054" + desc = "EVTDESC1100054" + picture = "MEX_revolution" + + trigger = { + tag = FRA + year = 1837 + exists = MEX + war = no + NOT = { + is_our_vassal = MEX + alliance_with = MEX + truce_with = MEX + year = 1856 + } + } + + mean_time_to_happen = { months = 24 } + fire_only_once = yes + + option = { + name = "EVT1100054OPTA" # Demand Reparations + MEX = { country_event = { id = 1100055 days = 3 } } + diplomatic_influence = { who = MEX value = -100 } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT1100054OPTB" #Forget about it + prestige = -30 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 3 + consciousness = 7 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 1.5 + NOT = { is_greater_power = yes } + } + modifier = { + factor = 2 + has_recently_lost_war = yes + } + modifier = { + factor = 2 + is_disarmed = yes + } + } + } } #The Pastry War - To Mexico - France Demands Reparations country_event = { - id = 1100055 - title = "EVTNAME1100055" - desc = "EVTDESC1100055" - picture = "MEX_revolution" - - is_triggered_only = yes - - option = { - name = "EVT1100055OPTA" #Agree to their demands - prestige = -30 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 3 - consciousness = 7 - } - FROM = { - country_event = { id = 1100056 days = 3 } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 120000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 120 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 120000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 120 } } - } - random_owned = { - limit = { owner = { money = 120000 } } - owner = { treasury = -120000 } - } - - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - is_secondary_power = yes - } - modifier = { - factor = 0.5 - owns = 134 - } - modifier = { - factor = 0 - is_greater_power = yes - } - } - } - - option = { - name = "EVT1100055OPTB" #We are not paying - set_country_flag = pastry_war - prestige = 5 - FROM = { - country_event = { id = 1100057 days = 3 } - } - ai_chance = { - factor = 80 - } - } + id = 1100055 + title = "EVTNAME1100055" + desc = "EVTDESC1100055" + picture = "MEX_revolution" + + is_triggered_only = yes + + option = { + name = "EVT1100055OPTA" #Agree to their demands + prestige = -30 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 3 + consciousness = 7 + } + FROM = { + country_event = { id = 1100056 days = 3 } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 120000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 120 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 120000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 120 } } + } + random_owned = { + limit = { owner = { money = 120000 } } + owner = { treasury = -120000 } + } + + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + is_secondary_power = yes + } + modifier = { + factor = 0.5 + owns = 134 + } + modifier = { + factor = 0 + is_greater_power = yes + } + } + } + + option = { + name = "EVT1100055OPTB" #We are not paying + set_country_flag = pastry_war + prestige = 5 + FROM = { + country_event = { id = 1100057 days = 3 } + } + ai_chance = { + factor = 80 + } + } } #The Pastry War - To France - Mexico Pays Reparations country_event = { - id = 1100056 - title = "EVTNAME1100056" - desc = "EVTDESC1100056" - picture = "MEX_pastry_war" - - is_triggered_only = yes - - option = { - name = "EVT1100056OPTA" - prestige = 10 - treasury = 120000 - relation = { who = FROM value = 25 } - diplomatic_influence = { who = MEX value = 100 } - set_country_flag = pastry_war - } + id = 1100056 + title = "EVTNAME1100056" + desc = "EVTDESC1100056" + picture = "MEX_pastry_war" + + is_triggered_only = yes + + option = { + name = "EVT1100056OPTA" + prestige = 10 + treasury = 120000 + relation = { who = FROM value = 25 } + diplomatic_influence = { who = MEX value = 100 } + set_country_flag = pastry_war + } } #The Pastry War - To France - Mexico refuses to pay Reparations country_event = { - id = 1100057 - title = "EVTNAME1100057" - desc = "EVTDESC1100057" - picture = "MEX_pastry_war" - - is_triggered_only = yes - - option = { - name = "EVT1100057OPTA" - MEX = { set_country_flag = pay_1st_pastry_war } - casus_belli = { - target = FROM - type = war_reparations - months = 12 - } - war = { - target = FROM - attacker_goal = { casus_belli = war_reparations } - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT1100057OPTB" - prestige = -50 - ai_chance = { - factor = 5 - modifier = { - factor = 0 - is_greater_power = yes - } - } - } + id = 1100057 + title = "EVTNAME1100057" + desc = "EVTDESC1100057" + picture = "MEX_pastry_war" + + is_triggered_only = yes + + option = { + name = "EVT1100057OPTA" + MEX = { set_country_flag = pay_1st_pastry_war } + casus_belli = { + target = FROM + type = war_reparations + months = 12 + } + war = { + target = FROM + attacker_goal = { casus_belli = war_reparations } + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT1100057OPTB" + prestige = -50 + ai_chance = { + factor = 5 + modifier = { + factor = 0 + is_greater_power = yes + } + } + } } diff --git a/HPM/events/MISC_Flavour.txt b/HPM/events/MISC_Flavour.txt index 7083d840..bc1501af 100644 --- a/HPM/events/MISC_Flavour.txt +++ b/HPM/events/MISC_Flavour.txt @@ -1,481 +1,481 @@ # The Swan King country_event = { - id = 110087 - title = "EVTNAME110087" - desc = "EVTDESC110087" - picture = "BAV_swan_king" + id = 110087 + title = "EVTNAME110087" + desc = "EVTDESC110087" + picture = "BAV_swan_king" - trigger = { - tag = BAV - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - year = 1864 - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes + trigger = { + tag = BAV + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + year = 1864 + } - option = { - name = "EVT110087OPTA" #Long may he reign! - prestige = 5 - any_pop = { scaled_militancy = { factor = -1 ideology = reactionary } } - any_pop = { scaled_militancy = { factor = -1 ideology = conservative } } - relation = { who = AUS value = 50 } - relation = { who = KUK value = 50 } - relation = { who = WUR value = 50 } - relation = { who = BAD value = 50 } - set_country_flag = swan_king - } + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "EVT110087OPTA" #Long may he reign! + prestige = 5 + any_pop = { scaled_militancy = { factor = -1 ideology = reactionary } } + any_pop = { scaled_militancy = { factor = -1 ideology = conservative } } + relation = { who = AUS value = 50 } + relation = { who = KUK value = 50 } + relation = { who = WUR value = 50 } + relation = { who = BAD value = 50 } + set_country_flag = swan_king + } } # The Südtirol Compromise country_event = { - id = 110089 - title = "EVTNAME110089" - desc = "EVTDESC110089" - picture = "map_trentin" + id = 110089 + title = "EVTNAME110089" + desc = "EVTDESC110089" + picture = "map_trentin" + + is_triggered_only = yes + + option = { + name = "EVT110089OPTA" #There will be no compromise + badboy = 1 + FROM = { country_event = 110090 } + ai_chance = { + factor = 50 + modifier = { + factor = 1.2 + NOT = { relation = { who = FROM value = 50 } } + } + modifier = { + factor = 1.2 + military_score = FROM + } + modifier = { + factor = 1.2 + FROM = { NOT = { brigades_compare = 0.8 } } + } + modifier = { + factor = 1.3 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 1.2 + FROM = { is_greater_power = no } + } + modifier = { + factor = 0.8 + relation = { who = FROM value = 180 } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0.25 + badboy = 0.9 + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0.5 + has_country_modifier = benefactor_ai + } + modifier = { + factor = 1.5 + has_country_modifier = malevolent_ai + } + } + } + + option = { + name = "EVT110089OPTB" #We should split it equally + FROM = { country_event = 110091 } - is_triggered_only = yes - - option = { - name = "EVT110089OPTA" #There will be no compromise - badboy = 1 - FROM = { country_event = 110090 } - ai_chance = { - factor = 50 - modifier = { - factor = 1.2 - NOT = { relation = { who = FROM value = 50 } } - } - modifier = { - factor = 1.2 - military_score = FROM - } - modifier = { - factor = 1.2 - FROM = { NOT = { brigades_compare = 0.8 } } - } - modifier = { - factor = 1.3 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 1.2 - FROM = { is_greater_power = no } - } - modifier = { - factor = 0.8 - relation = { who = FROM value = 180 } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0.25 - badboy = 0.9 - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0.5 - has_country_modifier = benefactor_ai - } - modifier = { - factor = 1.5 - has_country_modifier = malevolent_ai - } - } - } - - option = { - name = "EVT110089OPTB" #We should split it equally - FROM = { country_event = 110091 } - - ai_chance = { factor = 35 } - } - - option = { - name = "EVT110089OPTC" #Let's exchange populations - FROM = { country_event = 110092 } - - ai_chance = { factor = 15 } - } + ai_chance = { factor = 35 } + } + + option = { + name = "EVT110089OPTC" #Let's exchange populations + FROM = { country_event = 110092 } + + ai_chance = { factor = 15 } + } } # The South Tirol Compromise - FROMCOUTNRY Refuses country_event = { - id = 110090 - title = "EVTNAME110090" - desc = "EVTDESC110090" - picture = "map_trentin" + id = 110090 + title = "EVTNAME110090" + desc = "EVTDESC110090" + picture = "map_trentin" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT110090OPTA" #How dare they! - relation = { who = FROM value = -50 } - } + option = { + name = "EVT110090OPTA" #How dare they! + relation = { who = FROM value = -50 } + } } # The South Tirol Compromise - splitting states country_event = { - id = 110091 - title = "EVTNAME110091" - desc = "EVTDESC110091" - picture = "map_trentin" + id = 110091 + title = "EVTNAME110091" + desc = "EVTDESC110091" + picture = "map_trentin" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT110091OPTA" #We accept - random_owned = { - limit = { - province_id = 735 - owner = { is_culture_group = italian } - } - secede_province = FROM - remove_core = THIS - remove_core = VEN - } - random_owned = { - limit = { - province_id = 734 - owner = { is_culture_group = italian } - } - remove_core = GER - remove_core = AUS - remove_core = KUK - remove_core = VEN - change_province_name = "Trentino" - } - random_owned = { - limit = { - province_id = 734 - owner = { is_culture_group = germanic } - } - secede_province = FROM - remove_core = THIS - remove_core = GER - remove_core = AUS - remove_core = KUK - change_province_name = "Trentino" - } - random_owned = { - limit = { - province_id = 735 - owner = { is_culture_group = germanic } - } - remove_core = ITA - remove_core = VEN - } - relation = { who = FROM value = 100 } - ai_chance = { - factor = 30 - } - } - - option = { - name = "EVT110091OPTB" #We refuse - badboy = 1 - relation = { who = FROM value = -50 } - FROM = { country_event = 110090 } - ai_chance = { - factor = 70 - modifier = { - factor = 1.2 - NOT = { relation = { who = FROM value = 50 } } - } - modifier = { - factor = 1.2 - military_score = FROM - } - modifier = { - factor = 1.2 - FROM = { NOT = { brigades_compare = 0.8 } } - } - modifier = { - factor = 1.3 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 1.2 - FROM = { is_greater_power = no } - } - modifier = { - factor = 0.8 - relation = { who = FROM value = 180 } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0.25 - has_country_modifier = benefactor_ai - } - modifier = { - factor = 1.5 - has_country_modifier = malevolent_ai - } - } - } + option = { + name = "EVT110091OPTA" #We accept + random_owned = { + limit = { + province_id = 735 + owner = { is_culture_group = italian } + } + secede_province = FROM + remove_core = THIS + remove_core = VEN + } + random_owned = { + limit = { + province_id = 734 + owner = { is_culture_group = italian } + } + remove_core = GER + remove_core = AUS + remove_core = KUK + remove_core = VEN + change_province_name = "Trentino" + } + random_owned = { + limit = { + province_id = 734 + owner = { is_culture_group = germanic } + } + secede_province = FROM + remove_core = THIS + remove_core = GER + remove_core = AUS + remove_core = KUK + change_province_name = "Trentino" + } + random_owned = { + limit = { + province_id = 735 + owner = { is_culture_group = germanic } + } + remove_core = ITA + remove_core = VEN + } + relation = { who = FROM value = 100 } + ai_chance = { + factor = 30 + } + } + + option = { + name = "EVT110091OPTB" #We refuse + badboy = 1 + relation = { who = FROM value = -50 } + FROM = { country_event = 110090 } + ai_chance = { + factor = 70 + modifier = { + factor = 1.2 + NOT = { relation = { who = FROM value = 50 } } + } + modifier = { + factor = 1.2 + military_score = FROM + } + modifier = { + factor = 1.2 + FROM = { NOT = { brigades_compare = 0.8 } } + } + modifier = { + factor = 1.3 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 1.2 + FROM = { is_greater_power = no } + } + modifier = { + factor = 0.8 + relation = { who = FROM value = 180 } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0.25 + has_country_modifier = benefactor_ai + } + modifier = { + factor = 1.5 + has_country_modifier = malevolent_ai + } + } + } } # The South Tirol Compromise - Population and province exchanges country_event = { - id = 110092 - title = "EVTNAME110092" - desc = "EVTDESC110092" - picture = "map_trentin" + id = 110092 + title = "EVTNAME110092" + desc = "EVTDESC110092" + picture = "map_trentin" + + is_triggered_only = yes - is_triggered_only = yes + option = { + name = "EVT110091OPTA" #We accept + 735 = { + any_pop = { + limit = { is_culture_group = italian } + move_pop = 734 + } + } + 734 = { + any_pop = { + limit = { is_culture_group = germanic } + move_pop = 735 + } + } + random_owned = { + limit = { + province_id = 735 + owner = { is_culture_group = italian } + } + secede_province = FROM + remove_core = THIS + remove_core = VEN + } + random_owned = { + limit = { + province_id = 734 + owner = { is_culture_group = italian } + } + remove_core = GER + remove_core = AUS + remove_core = KUK + remove_core = VEN + change_province_name = "Trentino" + } + random_owned = { + limit = { + province_id = 734 + owner = { is_culture_group = germanic } + } + secede_province = FROM + remove_core = THIS + remove_core = GER + remove_core = AUS + remove_core = KUK + change_province_name = "Trentino" + } + random_owned = { + limit = { + province_id = 735 + owner = { is_culture_group = germanic } + } + remove_core = ITA + remove_core = VEN + } + relation = { who = FROM value = 100 } + ai_chance = { + factor = 20 + } + } - option = { - name = "EVT110091OPTA" #We accept - 735 = { - any_pop = { - limit = { is_culture_group = italian } - move_pop = 734 - } - } - 734 = { - any_pop = { - limit = { is_culture_group = germanic } - move_pop = 735 - } - } - random_owned = { - limit = { - province_id = 735 - owner = { is_culture_group = italian } - } - secede_province = FROM - remove_core = THIS - remove_core = VEN - } - random_owned = { - limit = { - province_id = 734 - owner = { is_culture_group = italian } - } - remove_core = GER - remove_core = AUS - remove_core = KUK - remove_core = VEN - change_province_name = "Trentino" - } - random_owned = { - limit = { - province_id = 734 - owner = { is_culture_group = germanic } - } - secede_province = FROM - remove_core = THIS - remove_core = GER - remove_core = AUS - remove_core = KUK - change_province_name = "Trentino" - } - random_owned = { - limit = { - province_id = 735 - owner = { is_culture_group = germanic } - } - remove_core = ITA - remove_core = VEN - } - relation = { who = FROM value = 100 } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVT110091OPTB" #We refuse - badboy = 1 - relation = { who = FROM value = -50 } - FROM = { country_event = 110090 } - ai_chance = { - factor = 80 - modifier = { - factor = 1.2 - NOT = { relation = { who = FROM value = 50 } } - } - modifier = { - factor = 1.2 - military_score = FROM - } - modifier = { - factor = 1.2 - FROM = { NOT = { brigades_compare = 0.8 } } - } - modifier = { - factor = 1.3 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 1.2 - FROM = { is_greater_power = no } - } - modifier = { - factor = 0.8 - relation = { who = FROM value = 180 } - } - modifier = { - factor = 0.8 - is_greater_power = no - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0.25 - has_country_modifier = benefactor_ai - } - modifier = { - factor = 1.5 - has_country_modifier = malevolent_ai - } - } - } + option = { + name = "EVT110091OPTB" #We refuse + badboy = 1 + relation = { who = FROM value = -50 } + FROM = { country_event = 110090 } + ai_chance = { + factor = 80 + modifier = { + factor = 1.2 + NOT = { relation = { who = FROM value = 50 } } + } + modifier = { + factor = 1.2 + military_score = FROM + } + modifier = { + factor = 1.2 + FROM = { NOT = { brigades_compare = 0.8 } } + } + modifier = { + factor = 1.3 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 1.2 + FROM = { is_greater_power = no } + } + modifier = { + factor = 0.8 + relation = { who = FROM value = 180 } + } + modifier = { + factor = 0.8 + is_greater_power = no + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0.25 + has_country_modifier = benefactor_ai + } + modifier = { + factor = 1.5 + has_country_modifier = malevolent_ai + } + } + } } # Race Riots #province_event = { -# id = 110092 -# title = "EVTNAME110092" -# desc = "EVTDESC110092" -# -# trigger = { -# owner = { -# tag = USA -# has_country_flag = has_used_radical_reconstruction -# } -# is_overseas = no -# has_national_minority = yes -# pop_militancy = 5 #Returns true if any pop in the province has a militancy value equal to x or higher. -# NOT = { has_province_modifier = racial_tensions } -# } -# -# allow_multiple_instances = yes -# -# mean_time_to_happen = { -# months = 100 #5 years -# modifier = { -# factor = 0.5 -# is_accepted_culture = no -# } -# modifier = { -# factor = 0.75 -# is_core = CSA -# } -# modifier = { -# factor = 0.5 -# has_province_modifier = reconstruction -# } -# modifier = { -# factor = 0.20 -# controlled_by_rebels = yes -# } -# modifier = { -# factor = 0.5 -# unemployment = 0.50 -# } -# modifier = { -# factor = 10 -# NOT = { unemployment = 0.10 } -# } -# modifier = { -# factor = 2 -# crime_fighting = 0.75 -# } -# modifier = { -# factor = 2 -# owner = { any_owned_province = { has_province_modifier = racial_tensions } } -# } -# modifier = { -# factor = 5 -# literacy = 0.8 -# } -# } -# -# option = { -# name = "EVTOPTA110092" #A sad state of affair. -# owner = { prestige = -1 } -# add_province_modifier = { -# name = racial_tensions -# duration = 1825 #5 years -# } -# any_pop = { -# limit = { -# OR = { -# culture = dixie -# culture = afro_american -# culture = cherokee -# culture = native_american_minor -# } -# } -# militancy = 3 -# } -# } -#} \ No newline at end of file +# id = 110092 +# title = "EVTNAME110092" +# desc = "EVTDESC110092" +# +# trigger = { +# owner = { +# tag = USA +# has_country_flag = has_used_radical_reconstruction +# } +# is_overseas = no +# has_national_minority = yes +# pop_militancy = 5 #Returns true if any pop in the province has a militancy value equal to x or higher. +# NOT = { has_province_modifier = racial_tensions } +# } +# +# allow_multiple_instances = yes +# +# mean_time_to_happen = { +# months = 100 #5 years +# modifier = { +# factor = 0.5 +# is_accepted_culture = no +# } +# modifier = { +# factor = 0.75 +# is_core = CSA +# } +# modifier = { +# factor = 0.5 +# has_province_modifier = reconstruction +# } +# modifier = { +# factor = 0.20 +# controlled_by_rebels = yes +# } +# modifier = { +# factor = 0.5 +# unemployment = 0.50 +# } +# modifier = { +# factor = 10 +# NOT = { unemployment = 0.10 } +# } +# modifier = { +# factor = 2 +# crime_fighting = 0.75 +# } +# modifier = { +# factor = 2 +# owner = { any_owned_province = { has_province_modifier = racial_tensions } } +# } +# modifier = { +# factor = 5 +# literacy = 0.8 +# } +# } +# +# option = { +# name = "EVTOPTA110092" #A sad state of affair. +# owner = { prestige = -1 } +# add_province_modifier = { +# name = racial_tensions +# duration = 1825 #5 years +# } +# any_pop = { +# limit = { +# OR = { +# culture = dixie +# culture = afro_american +# culture = cherokee +# culture = native_american_minor +# } +# } +# militancy = 3 +# } +# } +#} diff --git a/HPM/events/Malaysia.txt b/HPM/events/Malaysia.txt index c430b637..dc92206a 100644 --- a/HPM/events/Malaysia.txt +++ b/HPM/events/Malaysia.txt @@ -1,141 +1,140 @@ province_event = { #Kota Bahru founded - id = 95658 - title = "EVTNAME95658" - desc = "EVTDESC95658" - - trigger = { - province_id = 1391 - year = 1843 - } - - mean_time_to_happen = { months = 12 } - - fire_only_once = yes - - option = { - name = "EVT95658OPTA" - add_province_modifier = { - name = recently_built_city - duration = 365 - } - 1391 = { change_province_name = "Kota Bahru" } - } + id = 95658 + title = "EVTNAME95658" + desc = "EVTDESC95658" + + trigger = { + province_id = 1391 + year = 1843 + } + + mean_time_to_happen = { months = 12 } + + fire_only_once = yes + + option = { + name = "EVT95658OPTA" + add_province_modifier = { + name = recently_built_city + duration = 365 + } + 1391 = { change_province_name = "Kota Bahru" } + } } #Foundation of Johor Bahru and Kuantan -country_event = { - id = 956580 - title = "EVTNAME956580" - desc = "EVTDESC956580" - picture = "exemplar_colony" - - trigger = { - owns = 1385 - year = 1848 - } - - mean_time_to_happen = { months = 50 } - - fire_only_once = yes - - option = { - name = "EVT956580OPTA" - 1385 = { - life_rating = 5 - change_province_name = "Johor Bahru" - any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.7 } - add_province_modifier = { name = recently_built_city duration = 365 } - } - - 1387 = { - life_rating = 5 - change_province_name = "Kuala Lumpur" - trade_goods = precious_metal - any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } - add_province_modifier = { name = recently_built_city duration = 1080 } - } - - 1390 = { - life_rating = 5 - trade_goods = precious_metal - change_province_name = "Kuantan" - any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.7 } - add_province_modifier = { name = recently_built_city duration = 365 } - } - } +country_event = { + id = 956580 + title = "EVTNAME956580" + desc = "EVTDESC956580" + picture = "exemplar_colony" + + trigger = { + owns = 1385 + year = 1848 + } + + mean_time_to_happen = { months = 50 } + + fire_only_once = yes + + option = { + name = "EVT956580OPTA" + 1385 = { + life_rating = 5 + change_province_name = "Johor Bahru" + any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.7 } + add_province_modifier = { name = recently_built_city duration = 365 } + } + + 1387 = { + life_rating = 5 + change_province_name = "Kuala Lumpur" + trade_goods = precious_metal + any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } + add_province_modifier = { name = recently_built_city duration = 1080 } + } + + 1390 = { + life_rating = 5 + trade_goods = precious_metal + change_province_name = "Kuantan" + any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.7 } + add_province_modifier = { name = recently_built_city duration = 365 } + } + } } #Perak assassinates the Resident -country_event = { - id = 956581 - title = "EVTNAME956581" - desc = "EVTDESC956581" - picture = "Assassination" - - trigger = { - tag = PRK - part_of_sphere = yes - sphere_owner = { NOT = { truce_with = THIS } } - OR = { - year = 1870 - has_global_flag = berlin_conference - average_militancy = 5 - } - } - - mean_time_to_happen = { months = 36 } - - fire_only_once = yes - - option = { - name = "EVT956581OPTA" - sphere_owner = { diplomatic_influence = { who = THIS value = -400 } country_event = 956582 } - any_country = { release_vassal = THIS } - PRK = { all_core = { remove_core = JOH } } - 2575 = { any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } } - any_greater_power = { diplomatic_influence = { who = THIS value = -200 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT956581OPTB" - 2575 = { any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } } - ai_chance = { factor = 0 } - } +country_event = { + id = 956581 + title = "EVTNAME956581" + desc = "EVTDESC956581" + picture = "Assassination" + + trigger = { + tag = PRK + part_of_sphere = yes + sphere_owner = { NOT = { truce_with = THIS } } + OR = { + year = 1870 + has_global_flag = berlin_conference + average_militancy = 5 + } + } + + mean_time_to_happen = { months = 36 } + + fire_only_once = yes + + option = { + name = "EVT956581OPTA" + sphere_owner = { diplomatic_influence = { who = THIS value = -400 } country_event = 956582 } + any_country = { release_vassal = THIS } + PRK = { all_core = { remove_core = JOH } } + 2575 = { any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } } + any_greater_power = { diplomatic_influence = { who = THIS value = -200 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT956581OPTB" + 2575 = { any_pop = { limit = { has_pop_culture = yue } reduce_pop = 1.5 } } + ai_chance = { factor = 0 } + } } #Perak assassinates the Resident - GP Answer -country_event = { - id = 956582 - title = "EVTNAME956582" - desc = "EVTDESC956582" - picture = "Assassination" - - is_triggered_only = yes - - option = { - name = "EVT956582OPTA" - FROM = { relation = { who = THIS value = -400 } } - FROM = { leave_alliance = THIS } - FROM = { end_military_access = THIS } - casus_belli = { - target = FROM - type = conquest_any - months = 60 - } - war = { - target = FROM - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = humiliate } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT956582OPTB" - FROM = { relation = { who = THIS value = -400 } } - prestige = -20 - ai_chance = { factor = 0 } - } -} +country_event = { + id = 956582 + title = "EVTNAME956582" + desc = "EVTDESC956582" + picture = "Assassination" + + is_triggered_only = yes + option = { + name = "EVT956582OPTA" + FROM = { relation = { who = THIS value = -400 } } + FROM = { leave_alliance = THIS } + FROM = { end_military_access = THIS } + casus_belli = { + target = FROM + type = conquest_any + months = 60 + } + war = { + target = FROM + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = humiliate } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT956582OPTB" + FROM = { relation = { who = THIS value = -400 } } + prestige = -20 + ai_chance = { factor = 0 } + } +} diff --git a/HPM/events/Military Coups.txt b/HPM/events/Military Coups.txt index 7f03c0e7..45694ab5 100644 --- a/HPM/events/Military Coups.txt +++ b/HPM/events/Military Coups.txt @@ -1,294 +1,293 @@ ################################################################################################################# -# # -# Military Coups # -# # +# # +# Military Coups # +# # ################################################################################################################# country_event = { - id = 152009872 - title = "EVTNAME152009872" #$COUNTRY_ADJ$ Coup? - desc = "EVTDESC152009872" - picture = "Military_reform" - - trigger = { - civilized = yes - war = no - is_disarmed = no - total_amount_of_divisions = 1 - OR = { - government = democracy - government = hms_government - } - NOT = { - has_country_modifier = military_strife - has_country_modifier = coup_risk - literacy = 0.50 - } - any_pop = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - type = officers - location = { is_core = THIS } - militancy = 7 - } - } - - mean_time_to_happen = { - months = 50 - } - - option = { - name = "EVT152009872OPTA" - add_country_modifier = { - name = coup_risk - duration = 1095 - } - any_owned = { - limit = { - is_core = THIS - any_pop = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - type = officers - militancy = 7 - } - } - state_scope = { - officers = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = reactionary - factor = 0.25 - } - dominant_issue = { - value = jingoism - factor = 0.25 - } - militancy = 6 - consciousness = -5 - } - soldiers = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = reactionary - factor = 0.25 - } - dominant_issue = { - value = jingoism - factor = 0.25 - } - militancy = 6 - consciousness = -5 - } - } - } - } + id = 152009872 + title = "EVTNAME152009872" #$COUNTRY_ADJ$ Coup? + desc = "EVTDESC152009872" + picture = "Military_reform" + + trigger = { + civilized = yes + war = no + is_disarmed = no + total_amount_of_divisions = 1 + OR = { + government = democracy + government = hms_government + } + NOT = { + has_country_modifier = military_strife + has_country_modifier = coup_risk + literacy = 0.50 + } + any_pop = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + type = officers + location = { is_core = THIS } + militancy = 7 + } + } + + mean_time_to_happen = { + months = 50 + } + + option = { + name = "EVT152009872OPTA" + add_country_modifier = { + name = coup_risk + duration = 1095 + } + any_owned = { + limit = { + is_core = THIS + any_pop = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + type = officers + militancy = 7 + } + } + state_scope = { + officers = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = reactionary + factor = 0.25 + } + dominant_issue = { + value = jingoism + factor = 0.25 + } + militancy = 6 + consciousness = -5 + } + soldiers = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = reactionary + factor = 0.25 + } + dominant_issue = { + value = jingoism + factor = 0.25 + } + militancy = 6 + consciousness = -5 + } + } + } + } } - + country_event = { - id = 152009873 - title = "EVTNAME152009873" #The $COUNTRY_ADJ$ Military Coup - desc = "EVTDESC152009873" - news = yes - news_desc_long = "EVTDESC152009873_NEWS_LONG" - news_desc_medium = "EVTDESC152009873_NEWS_MEDIUM" - news_desc_short = "EVTDESC152009873_NEWS_SHORT" - picture = "Military_reform" - major = yes - - trigger = { - civilized = yes - war = no - is_disarmed = no - is_vassal = no - total_amount_of_divisions = 1 - capital_scope = { - controlled_by = THIS - country_units_in_province = THIS - } - OR = { - government = democracy - government = hms_government - } - OR = { - average_militancy = 6 - revolt_percentage = .10 - has_country_modifier = coup_risk - } - NOT = { - has_country_modifier = national_confusion - has_country_modifier = military_strife - capital_scope = { continent = europe } - is_culture_group = american_cultures - is_culture_group = neo_european_cultures - literacy = 0.50 - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.75 - NOT = { literacy = 0.25 } - } - modifier = { - factor = 0.5 - has_country_modifier = punitive_effects - } - modifier = { - factor = 2 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 2 - NOT = { average_militancy = 6 } - NOT = { revolt_percentage = .10 } - } - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 0.9 - average_militancy = 8 - } - modifier = { - factor = 0.9 - average_militancy = 9 - } - modifier = { - factor = 0.8 - revolt_percentage = .20 - } - modifier = { - factor = 0.7 - revolt_percentage = .30 - } - modifier = { - factor = 0.6 - revolt_percentage = .40 - } - } - - option = { - name = "EVT152009873OPTA" - remove_country_modifier = coup_risk - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - type = soldiers - type = officers - } - } - militancy = -8 - consciousness = -4 - } - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige = -25 - country_event = 800050 - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - } - } - } - - option = { - name = "EVT152009873OPTB" - prestige = -10 - remove_country_modifier = coup_risk - add_country_modifier = { - name = military_strife - duration = 1825 - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - NOT = { - type = officers - type = soldiers - } - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - type = officers - type = soldiers - } - } - ideology = { - value = reactionary - factor = 0.25 - } - militancy = 8 - consciousness = -4 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - nationalvalue = nv_equality - } - } - } -} + id = 152009873 + title = "EVTNAME152009873" #The $COUNTRY_ADJ$ Military Coup + desc = "EVTDESC152009873" + news = yes + news_desc_long = "EVTDESC152009873_NEWS_LONG" + news_desc_medium = "EVTDESC152009873_NEWS_MEDIUM" + news_desc_short = "EVTDESC152009873_NEWS_SHORT" + picture = "Military_reform" + major = yes + trigger = { + civilized = yes + war = no + is_disarmed = no + is_vassal = no + total_amount_of_divisions = 1 + capital_scope = { + controlled_by = THIS + country_units_in_province = THIS + } + OR = { + government = democracy + government = hms_government + } + OR = { + average_militancy = 6 + revolt_percentage = .10 + has_country_modifier = coup_risk + } + NOT = { + has_country_modifier = national_confusion + has_country_modifier = military_strife + capital_scope = { continent = europe } + is_culture_group = american_cultures + is_culture_group = neo_european_cultures + literacy = 0.50 + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.75 + NOT = { literacy = 0.25 } + } + modifier = { + factor = 0.5 + has_country_modifier = punitive_effects + } + modifier = { + factor = 2 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 2 + NOT = { average_militancy = 6 } + NOT = { revolt_percentage = .10 } + } + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 0.9 + average_militancy = 8 + } + modifier = { + factor = 0.9 + average_militancy = 9 + } + modifier = { + factor = 0.8 + revolt_percentage = .20 + } + modifier = { + factor = 0.7 + revolt_percentage = .30 + } + modifier = { + factor = 0.6 + revolt_percentage = .40 + } + } + + option = { + name = "EVT152009873OPTA" + remove_country_modifier = coup_risk + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + type = soldiers + type = officers + } + } + militancy = -8 + consciousness = -4 + } + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige = -25 + country_event = 800050 + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + } + } + } + + option = { + name = "EVT152009873OPTB" + prestige = -10 + remove_country_modifier = coup_risk + add_country_modifier = { + name = military_strife + duration = 1825 + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + NOT = { + type = officers + type = soldiers + } + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + type = officers + type = soldiers + } + } + ideology = { + value = reactionary + factor = 0.25 + } + militancy = 8 + consciousness = -4 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + nationalvalue = nv_equality + } + } + } +} diff --git a/HPM/events/Monument_destruction.txt b/HPM/events/Monument_destruction.txt index 69b7780a..d2e41b46 100644 --- a/HPM/events/Monument_destruction.txt +++ b/HPM/events/Monument_destruction.txt @@ -1,88 +1,87 @@ country_event = { - id = 152009874 - title = "EVTNAME152009874" - desc = "EVTDESC152009874" - major = yes - - is_triggered_only = yes - - immediate = { 425 = { clr_province_flag = eiffel_tower_built } } - - option = { - name = "EVT152009874OPTA" - prestige_factor = -0.1 - war_exhaustion = 25 - any_pop = { limit = { is_culture_group = THIS } militancy = 2 consciousness = 4 } - relation = { who = FROM value = -400 } - FROM = { - any_pop = { - scaled_consciousness = { factor = 2 ideology = liberal } - scaled_consciousness = { factor = 2 ideology = socialist } - } - any_pop = { limit = { is_culture_group = THIS } militancy = 4 consciousness = 6 } } - 425 = { - add_province_modifier = { name = war_torn duration = 720 } - remove_province_modifier = the_eiffel_tower - } - any_pop = { - random_list = { - 50 = { dominant_issue = { value = jingoism factor = 0.25 } } - 50 = { dominant_issue = { value = pacifism factor = 0.25 } } - } - } - 425 = { - any_pop = { - random_list = { - 34 = { reduce_pop = 0.99 } - 33 = { reduce_pop = 0.985 } - 33 = { reduce_pop = 0.98 } - } - } - } - } + id = 152009874 + title = "EVTNAME152009874" + desc = "EVTDESC152009874" + major = yes + + is_triggered_only = yes + + immediate = { 425 = { clr_province_flag = eiffel_tower_built } } + + option = { + name = "EVT152009874OPTA" + prestige_factor = -0.1 + war_exhaustion = 25 + any_pop = { limit = { is_culture_group = THIS } militancy = 2 consciousness = 4 } + relation = { who = FROM value = -400 } + FROM = { + any_pop = { + scaled_consciousness = { factor = 2 ideology = liberal } + scaled_consciousness = { factor = 2 ideology = socialist } + } + any_pop = { limit = { is_culture_group = THIS } militancy = 4 consciousness = 6 } } + 425 = { + add_province_modifier = { name = war_torn duration = 720 } + remove_province_modifier = the_eiffel_tower + } + any_pop = { + random_list = { + 50 = { dominant_issue = { value = jingoism factor = 0.25 } } + 50 = { dominant_issue = { value = pacifism factor = 0.25 } } + } + } + 425 = { + any_pop = { + random_list = { + 34 = { reduce_pop = 0.99 } + 33 = { reduce_pop = 0.985 } + 33 = { reduce_pop = 0.98 } + } + } + } + } } - + country_event = { - id = 152009875 - title = "EVTNAME152009875" - desc = "EVTDESC152009875" - major = yes - - is_triggered_only = yes - - immediate = { 300 = { change_controller = THIS } } - - option = { - name = "EVT152009874OPTA" - prestige_factor = -0.1 - war_exhaustion = 25 - any_pop = { limit = { OR = { is_primary_culture = yes is_accepted_culture = yes } } militancy = 2 consciousness = 4 } - relation = { who = FROM value = -400 } - FROM = { - any_pop = { - scaled_consciousness = { factor = 2 ideology = liberal } - scaled_consciousness = { factor = 2 ideology = socialist } - } - any_pop = { limit = { has_pop_culture = british } militancy = 4 consciousness = 6 } - } - 300 = { - add_province_modifier = { name = war_torn duration = 720 } - remove_province_modifier = the_big_ben - any_pop = { - random_list = { - 34 = { reduce_pop = 0.99 } - 33 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - } - } - } - any_pop = { - random_list = { - 50 = { dominant_issue = { value = jingoism factor = 0.25 } } - 50 = { dominant_issue = { value = pacifism factor = 0.25 } } - } - } - 300 = { change_controller = FROM } - } -} + id = 152009875 + title = "EVTNAME152009875" + desc = "EVTDESC152009875" + major = yes + + is_triggered_only = yes + immediate = { 300 = { change_controller = THIS } } + + option = { + name = "EVT152009874OPTA" + prestige_factor = -0.1 + war_exhaustion = 25 + any_pop = { limit = { OR = { is_primary_culture = yes is_accepted_culture = yes } } militancy = 2 consciousness = 4 } + relation = { who = FROM value = -400 } + FROM = { + any_pop = { + scaled_consciousness = { factor = 2 ideology = liberal } + scaled_consciousness = { factor = 2 ideology = socialist } + } + any_pop = { limit = { has_pop_culture = british } militancy = 4 consciousness = 6 } + } + 300 = { + add_province_modifier = { name = war_torn duration = 720 } + remove_province_modifier = the_big_ben + any_pop = { + random_list = { + 34 = { reduce_pop = 0.99 } + 33 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + } + } + } + any_pop = { + random_list = { + 50 = { dominant_issue = { value = jingoism factor = 0.25 } } + 50 = { dominant_issue = { value = pacifism factor = 0.25 } } + } + } + 300 = { change_controller = FROM } + } +} diff --git a/HPM/events/MostlyHarmless.txt b/HPM/events/MostlyHarmless.txt index 7580fa81..fb3934e7 100644 --- a/HPM/events/MostlyHarmless.txt +++ b/HPM/events/MostlyHarmless.txt @@ -1,177 +1,177 @@ # Mysterious Whale Sinks Ship! country_event = { - id = 23300 - title = "EVTNAME23300" - desc = "EVTDESC23300" - news = yes - news_desc_long = "EVTDESC23300_NEWS_LONG" - news_desc_medium = "EVTDESC23300_NEWS_MEDIUM" - news_desc_short = "EVTDESC23300_NEWS_SHORT" - - major = yes - fire_only_once = yes - - trigger = { - has_global_flag = easter_eggs_enabled - has_global_flag = american_civil_war_has_happened - has_global_flag = motala_verkstad_expanded - has_global_flag = doctrine_of_lapse_has_been_used - has_global_flag = suez_canal_built - has_global_flag = ruhr_boom_has_happened - is_greater_power = yes - colonial_nation = yes - iron_steamers = 1 - steamer_convoy = 1 - clipper_convoy = 1 - } - - mean_time_to_happen = { - months = 20000 - - modifier = { - factor = 0.002 - year = 1865 - NOT = { - year = 1875 - } - } - - modifier = { - factor = 0.7 - tag = USA - } - modifier = { - factor = 0.8 - tag = ENG - } - modifier = { - factor = 0.9 - tag = FRA - } - } - - option = { - name = "EVTOPTA23300" - clipper_convoy = -1 - steamer_convoy = -1 - set_country_flag = i_am_chasing_nemo - set_global_flag = mobilis_in_mobile - } - - option = { - name = "EVTOPTB23300" - prestige = 2 - clipper_convoy = -1 - set_country_flag = i_do_not_want_to_chase_nemo - } + id = 23300 + title = "EVTNAME23300" + desc = "EVTDESC23300" + news = yes + news_desc_long = "EVTDESC23300_NEWS_LONG" + news_desc_medium = "EVTDESC23300_NEWS_MEDIUM" + news_desc_short = "EVTDESC23300_NEWS_SHORT" + + major = yes + fire_only_once = yes + + trigger = { + has_global_flag = easter_eggs_enabled + has_global_flag = american_civil_war_has_happened + has_global_flag = motala_verkstad_expanded + has_global_flag = doctrine_of_lapse_has_been_used + has_global_flag = suez_canal_built + has_global_flag = ruhr_boom_has_happened + is_greater_power = yes + colonial_nation = yes + iron_steamers = 1 + steamer_convoy = 1 + clipper_convoy = 1 + } + + mean_time_to_happen = { + months = 20000 + + modifier = { + factor = 0.002 + year = 1865 + NOT = { + year = 1875 + } + } + + modifier = { + factor = 0.7 + tag = USA + } + modifier = { + factor = 0.8 + tag = ENG + } + modifier = { + factor = 0.9 + tag = FRA + } + } + + option = { + name = "EVTOPTA23300" + clipper_convoy = -1 + steamer_convoy = -1 + set_country_flag = i_am_chasing_nemo + set_global_flag = mobilis_in_mobile + } + + option = { + name = "EVTOPTB23300" + prestige = 2 + clipper_convoy = -1 + set_country_flag = i_do_not_want_to_chase_nemo + } } # Nemo sinks a ship of yours country_event = { - id = 23301 - title = "EVTNAME23301" - desc = "EVTDESC23301" - picture = "emigration" - - trigger = { - has_global_flag = mobilis_in_mobile - has_global_flag = easter_eggs_enabled - steamer_convoy = 1 - clipper_convoy = 1 - NOT = { - has_country_flag = i_do_not_want_to_chase_nemo - has_country_flag = i_am_chasing_nemo_to - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.4 - is_greater_power = yes - } - modifier = { - factor = 0.9 - colonial_nation = yes - } - modifier = { - factor = 0.9 - iron_steamers = 1 - } - modifier = { - factor = 0.9 - naval_logistics = 1 - } - } - - option = { - name = "EVTOPTA23300" - clipper_convoy = -1 - steamer_convoy = -1 - set_country_flag = i_am_chasing_nemo_to - } - - option = { - name = "EVTOPTB23300" - prestige = 2 - clipper_convoy = -1 - set_country_flag = i_do_not_want_to_chase_nemo - } + id = 23301 + title = "EVTNAME23301" + desc = "EVTDESC23301" + picture = "emigration" + + trigger = { + has_global_flag = mobilis_in_mobile + has_global_flag = easter_eggs_enabled + steamer_convoy = 1 + clipper_convoy = 1 + NOT = { + has_country_flag = i_do_not_want_to_chase_nemo + has_country_flag = i_am_chasing_nemo_to + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.4 + is_greater_power = yes + } + modifier = { + factor = 0.9 + colonial_nation = yes + } + modifier = { + factor = 0.9 + iron_steamers = 1 + } + modifier = { + factor = 0.9 + naval_logistics = 1 + } + } + + option = { + name = "EVTOPTA23300" + clipper_convoy = -1 + steamer_convoy = -1 + set_country_flag = i_am_chasing_nemo_to + } + + option = { + name = "EVTOPTB23300" + prestige = 2 + clipper_convoy = -1 + set_country_flag = i_do_not_want_to_chase_nemo + } } # Arronax washes ashore country_event = { - id = 23302 - title = "EVTNAME23302" - desc = "EVTDESC23302" - news = yes - news_desc_long = "EVTDESC23302_NEWS_LONG" - news_desc_medium = "EVTDESC23302_NEWS_MEDIUM" - news_desc_short = "EVTDESC23302_NEWS_SHORT" - major = yes - - trigger = { - has_global_flag = mobilis_in_mobile - has_global_flag = easter_eggs_enabled - OR = { - has_country_flag = i_am_chasing_nemo - has_country_flag = i_am_chasing_nemo_to - } - } - - mean_time_to_happen = { - months = 400 - - modifier = { - factor = 0.4 - is_greater_power = yes - } - modifier = { - factor = 0.9 - colonial_nation = yes - } - modifier = { - factor = 0.9 - iron_steamers = 1 - } - modifier = { - factor = 0.9 - naval_logistics = 1 - } - modifier = { - factor = 0.8 - has_country_flag = i_am_chasing_nemo - } - modifier = { - factor = 0.8 - tag = NOR - } - } - - option = { - name = "EVTOPTA23302" - prestige = 20 - years_of_research = 0.5 - clr_global_flag = mobilis_in_mobile - } -} \ No newline at end of file + id = 23302 + title = "EVTNAME23302" + desc = "EVTDESC23302" + news = yes + news_desc_long = "EVTDESC23302_NEWS_LONG" + news_desc_medium = "EVTDESC23302_NEWS_MEDIUM" + news_desc_short = "EVTDESC23302_NEWS_SHORT" + major = yes + + trigger = { + has_global_flag = mobilis_in_mobile + has_global_flag = easter_eggs_enabled + OR = { + has_country_flag = i_am_chasing_nemo + has_country_flag = i_am_chasing_nemo_to + } + } + + mean_time_to_happen = { + months = 400 + + modifier = { + factor = 0.4 + is_greater_power = yes + } + modifier = { + factor = 0.9 + colonial_nation = yes + } + modifier = { + factor = 0.9 + iron_steamers = 1 + } + modifier = { + factor = 0.9 + naval_logistics = 1 + } + modifier = { + factor = 0.8 + has_country_flag = i_am_chasing_nemo + } + modifier = { + factor = 0.8 + tag = NOR + } + } + + option = { + name = "EVTOPTA23302" + prestige = 20 + years_of_research = 0.5 + clr_global_flag = mobilis_in_mobile + } +} diff --git a/HPM/events/NETflavor.txt b/HPM/events/NETflavor.txt index 8c2469f9..cd4bc8a3 100644 --- a/HPM/events/NETflavor.txt +++ b/HPM/events/NETflavor.txt @@ -1,616 +1,616 @@ ##################################################### -# # -# Netherlands events # -# # +# # +# Netherlands events # +# # ##################################################### country_event = { - id = 952500 - title = "EVTNAME952500" #Inheriting Java - desc = "EVTDESC952500" - picture = "delhi_sultan" - - is_triggered_only = yes - - fire_only_once = yes - - option = { - name = "EVT952500OPTA" - NET = { inherit = THIS } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT952500OPTB" - NET = { country_event = 952501 } - leave_alliance = NET - end_military_access = NET - NET = { release_vassal = JAV } - NET = { relation = { who = THIS value = -400 } } - NET = { diplomatic_influence = { who = THIS value = -400 } } - ai_chance = { factor = 0.05 } - } - } - + id = 952500 + title = "EVTNAME952500" #Inheriting Java + desc = "EVTDESC952500" + picture = "delhi_sultan" + + is_triggered_only = yes + + fire_only_once = yes + + option = { + name = "EVT952500OPTA" + NET = { inherit = THIS } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT952500OPTB" + NET = { country_event = 952501 } + leave_alliance = NET + end_military_access = NET + NET = { release_vassal = JAV } + NET = { relation = { who = THIS value = -400 } } + NET = { diplomatic_influence = { who = THIS value = -400 } } + ai_chance = { factor = 0.05 } + } + } + country_event = { - id = 952501 - title = "EVTNAME952501" #They Refused - desc = "EVTDESC952501" - picture = "delhi_sultan" - - is_triggered_only = yes - - option = { - name = "EVT952501OPTA" - casus_belli = { - target = JAV - type = establish_protectorate_BC_casus_belli - months = 48 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT952501OPTB" - prestige = -10 - ai_chance = { factor = 0 } - } + id = 952501 + title = "EVTNAME952501" #They Refused + desc = "EVTDESC952501" + picture = "delhi_sultan" + + is_triggered_only = yes + + option = { + name = "EVT952501OPTA" + casus_belli = { + target = JAV + type = establish_protectorate_BC_casus_belli + months = 48 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT952501OPTB" + prestige = -10 + ai_chance = { factor = 0 } + } } #The Jambi War country_event = { - id = 952502 - title = "EVTNAME952502" - desc = "EVTDESC952502" - picture = "jambi_sultanate" - - trigger = { - DJA = { exists = yes } - tag = NET - nationalism_n_imperialism = 1 - OR = { - owns = 1413 - owns = 1399 - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT952502OPTA" - set_country_flag = conquest_of_jambi - leave_alliance = DJA - release_vassal = DJA - DJA = { end_military_access = THIS } - relation = { who = DJA value = -400 } - diplomatic_influence = { who = DJA value = -400 } - casus_belli = { - target = DJA - type = establish_protectorate_NI_casus_belli - months = 64 - } - } + id = 952502 + title = "EVTNAME952502" + desc = "EVTDESC952502" + picture = "jambi_sultanate" + + trigger = { + DJA = { exists = yes } + tag = NET + nationalism_n_imperialism = 1 + OR = { + owns = 1413 + owns = 1399 + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT952502OPTA" + set_country_flag = conquest_of_jambi + leave_alliance = DJA + release_vassal = DJA + DJA = { end_military_access = THIS } + relation = { who = DJA value = -400 } + diplomatic_influence = { who = DJA value = -400 } + casus_belli = { + target = DJA + type = establish_protectorate_NI_casus_belli + months = 64 + } + } } #Anglo-Dutch Treaties of 1870–71 country_event = { - id = 952503 - title = "EVTNAME952503" - desc = "EVTDESC952503" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952503OPTA" - NET = { country_event = 952504 } - diplomatic_influence = { who = NET value = 200 } - ai_chance = { - factor = 0 - modifier = { - factor = 10 - relation = { who = NET value = 199 } - } - } - } - option = { - name = "EVT952503OPTB" - NET = { country_event = 952505 } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - NOT = { - NET = { - OR = { - owns = 1907 - owns = 1908 - owns = 1909 - } - } - } - } - } - } - option = { - name = "EVT952503OPTC" - NET = { country_event = 952506 } - ai_chance = { - factor = 10 - modifier = { - factor = 100 - NOT = { - NET = { - OR = { - owns = 1907 - owns = 1908 - owns = 1909 - } - } - } - } - } - } - option = { - name = "EVT952503OPTD" - NET = { country_event = 952507 } - ai_chance = { - factor = 0 - modifier = { - factor = 10 - NOT = { relation = { who = NET value = -100 } } - } - } - } + id = 952503 + title = "EVTNAME952503" + desc = "EVTDESC952503" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952503OPTA" + NET = { country_event = 952504 } + diplomatic_influence = { who = NET value = 200 } + ai_chance = { + factor = 0 + modifier = { + factor = 10 + relation = { who = NET value = 199 } + } + } + } + option = { + name = "EVT952503OPTB" + NET = { country_event = 952505 } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + NOT = { + NET = { + OR = { + owns = 1907 + owns = 1908 + owns = 1909 + } + } + } + } + } + } + option = { + name = "EVT952503OPTC" + NET = { country_event = 952506 } + ai_chance = { + factor = 10 + modifier = { + factor = 100 + NOT = { + NET = { + OR = { + owns = 1907 + owns = 1908 + owns = 1909 + } + } + } + } + } + } + option = { + name = "EVT952503OPTD" + NET = { country_event = 952507 } + ai_chance = { + factor = 0 + modifier = { + factor = 10 + NOT = { relation = { who = NET value = -100 } } + } + } + } } #They accept country_event = { - id = 952504 - title = "EVTNAME952504" - desc = "EVTDESC952504" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952504OPTA" - FROM = { - leave_alliance = ATJ - release_vassal = ATJ - relation = { who = ATJ value = -400 } - diplomatic_influence = { who = ATJ value = -400 } - } - ATJ = { end_military_access = THIS } - leave_alliance = ATJ - relation = { who = ATJ value = -400 } - relation = { who = FROM value = 200 } - any_country = { diplomatic_influence = { who = ATJ value = -50 } } - casus_belli = { - target = ATJ - type = establish_protectorate_NI_casus_belli - months = 48 - } - ai_chance = { factor = 100 } - } - option = { - name = "EVT952504OPTB" - relation = { who = FROM value = -50 } - ai_chance = { factor = 0 } - } + id = 952504 + title = "EVTNAME952504" + desc = "EVTDESC952504" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952504OPTA" + FROM = { + leave_alliance = ATJ + release_vassal = ATJ + relation = { who = ATJ value = -400 } + diplomatic_influence = { who = ATJ value = -400 } + } + ATJ = { end_military_access = THIS } + leave_alliance = ATJ + relation = { who = ATJ value = -400 } + relation = { who = FROM value = 200 } + any_country = { diplomatic_influence = { who = ATJ value = -50 } } + casus_belli = { + target = ATJ + type = establish_protectorate_NI_casus_belli + months = 48 + } + ai_chance = { factor = 100 } + } + option = { + name = "EVT952504OPTB" + relation = { who = FROM value = -50 } + ai_chance = { factor = 0 } + } } #They want the gold coast country_event = { - id = 952505 - title = "EVTNAME952505" - desc = "EVTDESC952505" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952504OPTA" - FROM = { - country_event = 952508 - leave_alliance = ATJ - release_vassal = ATJ - relation = { who = ATJ value = -400 } - diplomatic_influence = { who = ATJ value = -400 } - } - ATJ = { end_military_access = THIS } - leave_alliance = ATJ - relation = { who = ATJ value = -400 } - relation = { who = FROM value = 25 } - any_country = { diplomatic_influence = { who = ATJ value = -50 } } - casus_belli = { - target = ATJ - type = establish_protectorate_NI_casus_belli - months = 48 - } - ai_chance = { factor = 0.95 } - } - option = { - name = "EVT952505OPTB" - relation = { who = FROM value = -25 } - FROM = { country_event = 952510 } - ai_chance = { factor = 0.05 } - } + id = 952505 + title = "EVTNAME952505" + desc = "EVTDESC952505" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952504OPTA" + FROM = { + country_event = 952508 + leave_alliance = ATJ + release_vassal = ATJ + relation = { who = ATJ value = -400 } + diplomatic_influence = { who = ATJ value = -400 } + } + ATJ = { end_military_access = THIS } + leave_alliance = ATJ + relation = { who = ATJ value = -400 } + relation = { who = FROM value = 25 } + any_country = { diplomatic_influence = { who = ATJ value = -50 } } + casus_belli = { + target = ATJ + type = establish_protectorate_NI_casus_belli + months = 48 + } + ai_chance = { factor = 0.95 } + } + option = { + name = "EVT952505OPTB" + relation = { who = FROM value = -25 } + FROM = { country_event = 952510 } + ai_chance = { factor = 0.05 } + } } #they want any colonies country_event = { - id = 952506 - title = "EVTNAME952506" - desc = "EVTDESC952506" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952504OPTA" - random_owned = { - limit = { - NOT = { province_id = 1413 } - is_colonial = yes - is_coastal = yes - NOT = { is_core = THIS } - } - secede_province = FROM - } - - random_owned = { - limit = { - NOT = { province_id = 1413 } - is_colonial = yes - is_coastal = yes - NOT = { is_core = THIS } - } - secede_province = FROM - } - - FROM = { - country_event = 952509 - leave_alliance = ATJ - release_vassal = ATJ - relation = { who = ATJ value = -400 } - diplomatic_influence = { who = ATJ value = -400 } - } - ATJ = { end_military_access = THIS } - leave_alliance = ATJ - relation = { who = ATJ value = -400 } - relation = { who = FROM value = 25 } - any_country = { diplomatic_influence = { who = ATJ value = -50 } } - casus_belli = { - target = ATJ - type = establish_protectorate_NI_casus_belli - months = 48 - } - ai_chance = { factor = 90 } - } - option = { - name = "EVT952505OPTB" - relation = { who = FROM value = -25 } - FROM = { country_event = 952510 } - ai_chance = { factor = 10 } - } + id = 952506 + title = "EVTNAME952506" + desc = "EVTDESC952506" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952504OPTA" + random_owned = { + limit = { + NOT = { province_id = 1413 } + is_colonial = yes + is_coastal = yes + NOT = { is_core = THIS } + } + secede_province = FROM + } + + random_owned = { + limit = { + NOT = { province_id = 1413 } + is_colonial = yes + is_coastal = yes + NOT = { is_core = THIS } + } + secede_province = FROM + } + + FROM = { + country_event = 952509 + leave_alliance = ATJ + release_vassal = ATJ + relation = { who = ATJ value = -400 } + diplomatic_influence = { who = ATJ value = -400 } + } + ATJ = { end_military_access = THIS } + leave_alliance = ATJ + relation = { who = ATJ value = -400 } + relation = { who = FROM value = 25 } + any_country = { diplomatic_influence = { who = ATJ value = -50 } } + casus_belli = { + target = ATJ + type = establish_protectorate_NI_casus_belli + months = 48 + } + ai_chance = { factor = 90 } + } + option = { + name = "EVT952505OPTB" + relation = { who = FROM value = -25 } + FROM = { country_event = 952510 } + ai_chance = { factor = 10 } + } } #They refuse country_event = { - id = 952507 - title = "EVTNAME952507" - desc = "EVTDESC952507" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952507OPTA" - relation = { who = FROM value = -100 } - casus_belli = { - target = FROM - type = humiliate - months = 6 - } - } + id = 952507 + title = "EVTNAME952507" + desc = "EVTDESC952507" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952507OPTA" + relation = { who = FROM value = -100 } + casus_belli = { + target = FROM + type = humiliate + months = 6 + } + } } #The dutch agreed to cede the gold coast country_event = { - id = 952508 - title = "EVTNAME952508" - desc = "EVTDESC952508" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952504OPTA" - NET = { - any_owned = { - limit = { - OR = { - province_id = 1907 - province_id = 1908 - province_id = 1909 - province_id = 1910 - } - } - secede_province = THIS - } - } - } + id = 952508 + title = "EVTNAME952508" + desc = "EVTDESC952508" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952504OPTA" + NET = { + any_owned = { + limit = { + OR = { + province_id = 1907 + province_id = 1908 + province_id = 1909 + province_id = 1910 + } + } + secede_province = THIS + } + } + } } #The dutch refused our terms country_event = { - id = 952509 - title = "EVTNAME952509" - desc = "EVTDESC952509" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952504OPTA" - } + id = 952509 + title = "EVTNAME952509" + desc = "EVTDESC952509" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952504OPTA" + } } #The dutch agreed to cede any colony country_event = { - id = 952510 - title = "EVTNAME952510" - desc = "EVTDESC952510" - picture = "gold_coast_treaty_70" - - is_triggered_only = yes - - option = { - name = "EVT952510OPTA" - } + id = 952510 + title = "EVTNAME952510" + desc = "EVTDESC952510" + picture = "gold_coast_treaty_70" + + is_triggered_only = yes + + option = { + name = "EVT952510OPTA" + } } #Aceh is Conquered/Guerrilla War country_event = { - id = 952511 - title = "EVTNAME952511" - desc = "EVTDESC952511" - picture = "aceh_jihad" - - trigger = { - NOT = { tag = ATJ } - civilized = yes - owns = 1405 - ATJ = { exists = no } - NOT = { has_country_flag = sunni_country } - year = 1890 - } - - fire_only_once = yes - - mean_time_to_happen = { months = 36 } - - option = { - name = "EVT952511OPTA" - set_global_flag = aceh_jihad - any_owned = { limit = { is_core = ATJ } - add_province_modifier = { - name = nationalist_agitation - duration = 7300 - } - } - any_country = { any_owned = { limit = { is_core = ATJ } - add_province_modifier = { - name = nationalist_agitation - duration = 7300 - } - } - } - } + id = 952511 + title = "EVTNAME952511" + desc = "EVTDESC952511" + picture = "aceh_jihad" + + trigger = { + NOT = { tag = ATJ } + civilized = yes + owns = 1405 + ATJ = { exists = no } + NOT = { has_country_flag = sunni_country } + year = 1890 + } + + fire_only_once = yes + + mean_time_to_happen = { months = 36 } + + option = { + name = "EVT952511OPTA" + set_global_flag = aceh_jihad + any_owned = { limit = { is_core = ATJ } + add_province_modifier = { + name = nationalist_agitation + duration = 7300 + } + } + any_country = { any_owned = { limit = { is_core = ATJ } + add_province_modifier = { + name = nationalist_agitation + duration = 7300 + } + } + } + } } - + #Aceh is free - cleaning nationalism province_event = { - id = 952512 - title = "EVTNAME952512" - desc = "EVTDESC952512" - - trigger = { - OR = { - owned_by = ATJ - owner = { has_country_flag = sunni_country } - } - is_core = ATJ - has_global_flag = aceh_jihad - has_province_modifier = nationalist_agitation - } - - fire_only_once = yes - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT952512OPTA" - state_scope = { remove_province_modifier = nationalist_agitation } - any_pop = { - consciousness = -3 - militancy = -8 - } - } + id = 952512 + title = "EVTNAME952512" + desc = "EVTDESC952512" + + trigger = { + OR = { + owned_by = ATJ + owner = { has_country_flag = sunni_country } + } + is_core = ATJ + has_global_flag = aceh_jihad + has_province_modifier = nationalist_agitation + } + + fire_only_once = yes + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT952512OPTA" + state_scope = { remove_province_modifier = nationalist_agitation } + any_pop = { + consciousness = -3 + militancy = -8 + } + } } #Annexation of Limburg - German Response country_event = { - id = 952514 - title = "EVTNAME952514" - desc = "EVTDESC952514" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT952514OPTA" - badboy = -1 - relation = { who = NET value = 100 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT952514OPTB" - set_global_flag = limburg_crisis - random_list = { - 33 = { badboy = 4 } - 33 = { badboy = 5 } - 34 = { badboy = 6 } - } - relation = { who = NET value = -400 } - random_country = { - limit = { - tag = NET - NOT = { is_greater_power = yes } - } - THIS = { diplomatic_influence = { who = NET value = -400 } } - } - NET = { - random_owned = { - limit = { province_id = 381 } - add_core = THIS - add_province_modifier = { name = foreign_claims duration = 365 } - } - country_event = 952515 - } - any_country = { - limit = { - is_greater_power = yes - NOT = { - alliance_with = THIS - tag = TUR - } - capital_scope = { continent = europe } - } - country_event = 952517 - } - ai_chance = { factor = 10 } - } + id = 952514 + title = "EVTNAME952514" + desc = "EVTDESC952514" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT952514OPTA" + badboy = -1 + relation = { who = NET value = 100 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT952514OPTB" + set_global_flag = limburg_crisis + random_list = { + 33 = { badboy = 4 } + 33 = { badboy = 5 } + 34 = { badboy = 6 } + } + relation = { who = NET value = -400 } + random_country = { + limit = { + tag = NET + NOT = { is_greater_power = yes } + } + THIS = { diplomatic_influence = { who = NET value = -400 } } + } + NET = { + random_owned = { + limit = { province_id = 381 } + add_core = THIS + add_province_modifier = { name = foreign_claims duration = 365 } + } + country_event = 952515 + } + any_country = { + limit = { + is_greater_power = yes + NOT = { + alliance_with = THIS + tag = TUR + } + capital_scope = { continent = europe } + } + country_event = 952517 + } + ai_chance = { factor = 10 } + } } #The Limburg Crisis - Netherlands get informed country_event = { - id = 952515 - title = "EVTNAME952515" - desc = "EVTDESC952515" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT952515OPTA" - random_country = { - limit = { - tag = FROM - alliance_with = NET - } - leave_alliance = NET - } - random_country = { - limit = { - tag = FROM - military_access = NET - } - end_military_access = NET - } - random_country = { - limit = { - tag = NET - military_access = FROM - } - end_military_access = FROM - } - } + id = 952515 + title = "EVTNAME952515" + desc = "EVTDESC952515" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT952515OPTA" + random_country = { + limit = { + tag = FROM + alliance_with = NET + } + leave_alliance = NET + } + random_country = { + limit = { + tag = FROM + military_access = NET + } + end_military_access = NET + } + random_country = { + limit = { + tag = NET + military_access = FROM + } + end_military_access = FROM + } + } } #The Limburg Crisis - The Crisis Ends province_event = { - id = 952516 - title = "EVTNAME952516" - desc = "EVTDESC952516" - - trigger = { - province_id = 381 - NOT = { has_province_modifier = foreign_claims } - owner = { - war = no - has_global_flag = limburg_crisis - } - } - - mean_time_to_happen = { months = 1 } - - fire_only_once = yes - - option = { - name = "EVT952516OPTA" - remove_core = NGF - remove_core = GER - owner = { - any_country = { limit = { has_country_flag = limburg_crisis } clr_country_flag = limburg_crisis } - clr_global_flag = limburg_crisis - random_owned = { - limit = { - province_id = 381 - owner = { is_culture_group = germanic } - } - change_province_name = "Limburg" - } - } - } + id = 952516 + title = "EVTNAME952516" + desc = "EVTDESC952516" + + trigger = { + province_id = 381 + NOT = { has_province_modifier = foreign_claims } + owner = { + war = no + has_global_flag = limburg_crisis + } + } + + mean_time_to_happen = { months = 1 } + + fire_only_once = yes + + option = { + name = "EVT952516OPTA" + remove_core = NGF + remove_core = GER + owner = { + any_country = { limit = { has_country_flag = limburg_crisis } clr_country_flag = limburg_crisis } + clr_global_flag = limburg_crisis + random_owned = { + limit = { + province_id = 381 + owner = { is_culture_group = germanic } + } + change_province_name = "Limburg" + } + } + } } #The Limburg Crisis - GP involvement country_event = { - id = 952517 - title = "EVTNAME952517" - desc = "EVTDESC952517" - picture = "german_rhine" - - is_triggered_only = yes - - option = { - name = "EVT952517OPTA" - set_country_flag = support_netherlands - leave_alliance = FROM - create_alliance = NET - relation = { who = FROM value = -250 } - relation = { who = NET value = 200 } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - OR = { - alliance_with = GER - alliance_with = NGF - } - } - modifier = { - factor = 0.75 - NOT = { relation = { who = NET value = 0 } } - } - modifier = { - factor = 0.5 - NET = { badboy = 0.4 } - } - } - } - - option = { - name = "EVT952517OPTB" - relation = { who = NET value = -25 } - ai_chance = { - factor = 20 - modifier = { - factor = 2 - relation = { who = PRU value = 175 } - } - modifier = { - factor = 0 - alliance_with = NET - } - } - } + id = 952517 + title = "EVTNAME952517" + desc = "EVTDESC952517" + picture = "german_rhine" + + is_triggered_only = yes + + option = { + name = "EVT952517OPTA" + set_country_flag = support_netherlands + leave_alliance = FROM + create_alliance = NET + relation = { who = FROM value = -250 } + relation = { who = NET value = 200 } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + OR = { + alliance_with = GER + alliance_with = NGF + } + } + modifier = { + factor = 0.75 + NOT = { relation = { who = NET value = 0 } } + } + modifier = { + factor = 0.5 + NET = { badboy = 0.4 } + } + } + } + + option = { + name = "EVT952517OPTB" + relation = { who = NET value = -25 } + ai_chance = { + factor = 20 + modifier = { + factor = 2 + relation = { who = PRU value = 175 } + } + modifier = { + factor = 0 + alliance_with = NET + } + } + } } diff --git a/HPM/events/NationalUnification.txt b/HPM/events/NationalUnification.txt index faa9de88..32987544 100644 --- a/HPM/events/NationalUnification.txt +++ b/HPM/events/NationalUnification.txt @@ -1,1995 +1,1995 @@ # Pan-Nationalist country_event = { - title = "EVTNAME11100_NEW" - desc = "EVTDESC11100_NEW" - picture = "Celebration" - - id = 11100 - - trigger = { - war = no - has_country_flag = crown_from_the_gutter - NOT = { has_country_flag = post_colonial_country } - NOT = { - cultural_union = { exists = yes } - is_culture_group = germanic - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { # Accept inheritance - name = "EVTOPTA11100" - clr_country_flag = crown_from_the_gutter - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } - } - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = czech } } owner = { remove_accepted_culture = czech } - } - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = french } } - owner = { remove_accepted_culture = french } - } - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = south_german } } - owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = british } } - owner = { remove_accepted_culture = british } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = polish } } - owner = { remove_accepted_culture = polish } - } - random_owned = { - limit = { owner = { is_culture_group = scandinavian } } - owner = { - add_accepted_culture = swedish - add_accepted_culture = danish - add_accepted_culture = norwegian - add_accepted_culture = finnish - add_accepted_culture = icelandic - add_accepted_culture = sami - } - } - random_owned = { - limit = { owner = { is_culture_group = south_asian } } - owner = { - add_accepted_culture = avadhi - add_accepted_culture = marathi - add_accepted_culture = rajput - add_accepted_culture = bihari - add_accepted_culture = bengali - add_accepted_culture = kanauji - add_accepted_culture = panjabi - } - } - all_core = { remove_core = THIS } - change_tag = culture - any_country = { - limit = { - war = no - NOT = { tag = THIS } - NOT = { tag = UBD } - NOT = { has_country_flag = post_colonial_country } - is_culture_group = THIS - is_greater_power = no - OR = { - OR = { - in_sphere = THIS - sphere_owner = { is_sphere_leader_of = THIS } - AND = { - part_of_sphere = no - relation = { who = THIS value = 50 } - } - has_country_flag = wants_to_unify - has_country_modifier = kalmar_union - } - tag = WAL - tag = MOL - } - num_of_cities = 1 - } - country_event = 11101 - } - political_reform = wealth_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - government = hms_government - prestige = -15 - badboy = 10 - ai_chance = { - factor = 5 - modifier = { - factor = 200 - OR = { - tag = MOL - tag = WAL - } - } - modifier = { - factor = 5 - government = hms_government - } - modifier = { - factor = 10 - government = democracy - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 3 - upper_house = { - ideology = liberal - value = 0.5 - } - } - } - } - - option = { - name = "EVTOPTB11100" - clr_country_flag = crown_from_the_gutter - prestige = 2 - ai_chance = { - factor = 95 - modifier = { - factor = 1.5 - government = absolute_monarchy - } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 1 - } - } + title = "EVTNAME11100_NEW" + desc = "EVTDESC11100_NEW" + picture = "Celebration" + + id = 11100 + + trigger = { + war = no + has_country_flag = crown_from_the_gutter + NOT = { has_country_flag = post_colonial_country } + NOT = { + cultural_union = { exists = yes } + is_culture_group = germanic + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { # Accept inheritance + name = "EVTOPTA11100" + clr_country_flag = crown_from_the_gutter + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } + } + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = czech } } owner = { remove_accepted_culture = czech } + } + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = french } } + owner = { remove_accepted_culture = french } + } + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = south_german } } + owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = british } } + owner = { remove_accepted_culture = british } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = polish } } + owner = { remove_accepted_culture = polish } + } + random_owned = { + limit = { owner = { is_culture_group = scandinavian } } + owner = { + add_accepted_culture = swedish + add_accepted_culture = danish + add_accepted_culture = norwegian + add_accepted_culture = finnish + add_accepted_culture = icelandic + add_accepted_culture = sami + } + } + random_owned = { + limit = { owner = { is_culture_group = south_asian } } + owner = { + add_accepted_culture = avadhi + add_accepted_culture = marathi + add_accepted_culture = rajput + add_accepted_culture = bihari + add_accepted_culture = bengali + add_accepted_culture = kanauji + add_accepted_culture = panjabi + } + } + all_core = { remove_core = THIS } + change_tag = culture + any_country = { + limit = { + war = no + NOT = { tag = THIS } + NOT = { tag = UBD } + NOT = { has_country_flag = post_colonial_country } + is_culture_group = THIS + is_greater_power = no + OR = { + OR = { + in_sphere = THIS + sphere_owner = { is_sphere_leader_of = THIS } + AND = { + part_of_sphere = no + relation = { who = THIS value = 50 } + } + has_country_flag = wants_to_unify + has_country_modifier = kalmar_union + } + tag = WAL + tag = MOL + } + num_of_cities = 1 + } + country_event = 11101 + } + political_reform = wealth_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + government = hms_government + prestige = -15 + badboy = 10 + ai_chance = { + factor = 5 + modifier = { + factor = 200 + OR = { + tag = MOL + tag = WAL + } + } + modifier = { + factor = 5 + government = hms_government + } + modifier = { + factor = 10 + government = democracy + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 3 + upper_house = { + ideology = liberal + value = 0.5 + } + } + } + } + + option = { + name = "EVTOPTB11100" + clr_country_flag = crown_from_the_gutter + prestige = 2 + ai_chance = { + factor = 95 + modifier = { + factor = 1.5 + government = absolute_monarchy + } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 1 + } + } } # Event to Inherit country_event = { - id = 11101 - title = "EVTNAME11101" - desc = "EVTDESC11101" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVTOPTA11101" - any_country = { - limit = { - OR = { - is_sphere_leader_of = THIS - is_our_vassal = THIS - } - NOT = { tag = FROM } - } - relation = { - who = FROM - value = -25 - } - casus_belli = { - target = FROM - type = humiliate - months = 24 - } - casus_belli = { - target = FROM - type = free_peoples - months = 24 - } - } - random_owned = { - limit = { - owner = { - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { tag = MOL } - NOT = { tag = SIE } - NOT = { tag = LUX } - NOT = { is_culture_group = south_asian } - NOT = { is_culture_group = scandinavian } - NOT = { is_culture_group = arab } - } - } - owner = { - all_core = { remove_core = THIS } - } - } - - random_owned = { - limit = { owner = { is_culture_group = italian } } - owner = { - any_owned = { limit = { is_core = SYC } remove_core = SYC } - any_owned = { limit = { is_core = SRD } remove_core = SRD } - any_owned = { limit = { is_core = RMG } remove_core = RMG } - } - } - - any_country = { - limit = { - exists = yes - alliance_with = THIS - } - leave_alliance = THIS - } - - any_country = { - limit = { - exists = yes - military_access = THIS - } - end_military_access = THIS - } - - any_country = { - limit = { - exists = yes - vassal_of = THIS - any_owned_province = { is_core = FROM } - } - any_owned = { - limit = { is_core = FROM } - add_province_modifier = { name = core_when_done duration = 30 } - } - } - - random_owned = { - limit = { owner = { NOT = { num_of_vassals = 1 } } } - owner = { FROM = { inherit = THIS } } - } - - random_owned = { - limit = { owner = { num_of_vassals = 1 } } - owner = { - FROM = { country_event = 6016822 } - } - } - - ai_chance = { - factor = 75 - modifier = { - factor = 0 - is_greater_power = yes - NOT = { has_country_flag = wants_to_unify } - } - modifier = { - factor = 2 - OR = { - alliance_with = FROM - relation = { who = FROM value = 100 } - } - } - modifier = { - factor = 0.1 - government = fascist_dictatorship - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.1 - government = proletarian_dictatorship - FROM = { government = fascist_dictatorship } - } - } - } - - option = { - name = "EVTOPTB11101" - clr_country_flag = wants_to_unify - prestige = 1 - leave_alliance = FROM - relation = { - who = FROM - value = -200 - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - } - any_country = { - limit = { - exists = yes - vassal_of = THIS - in_sphere = FROM - } - leave_alliance = FROM - end_military_access = FROM - relation = { who = FROM value = -200 } - set_country_flag = failed_unification_remove_from_sphere - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - consciousness = 2 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - has_country_flag = wants_to_unify - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0.75 - is_secondary_power = no - } - modifier = { - factor = 0.75 - part_of_sphere = no - } - modifier = { - factor = 1.5 - truce_with = FROM - } - modifier = { - factor = 1.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - modifier = { - factor = 0.25 - in_sphere = FROM - } - modifier = { - factor = 0.25 - government = fascist_dictatorship - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 0.25 - government = proletarian_dictatorship - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.25 - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - FROM = { - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } + id = 11101 + title = "EVTNAME11101" + desc = "EVTDESC11101" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVTOPTA11101" + any_country = { + limit = { + OR = { + is_sphere_leader_of = THIS + is_our_vassal = THIS + } + NOT = { tag = FROM } + } + relation = { + who = FROM + value = -25 + } + casus_belli = { + target = FROM + type = humiliate + months = 24 + } + casus_belli = { + target = FROM + type = free_peoples + months = 24 + } + } + random_owned = { + limit = { + owner = { + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { tag = MOL } + NOT = { tag = SIE } + NOT = { tag = LUX } + NOT = { is_culture_group = south_asian } + NOT = { is_culture_group = scandinavian } + NOT = { is_culture_group = arab } + } + } + owner = { + all_core = { remove_core = THIS } + } + } + + random_owned = { + limit = { owner = { is_culture_group = italian } } + owner = { + any_owned = { limit = { is_core = SYC } remove_core = SYC } + any_owned = { limit = { is_core = SRD } remove_core = SRD } + any_owned = { limit = { is_core = RMG } remove_core = RMG } + } + } + + any_country = { + limit = { + exists = yes + alliance_with = THIS + } + leave_alliance = THIS + } + + any_country = { + limit = { + exists = yes + military_access = THIS + } + end_military_access = THIS + } + + any_country = { + limit = { + exists = yes + vassal_of = THIS + any_owned_province = { is_core = FROM } + } + any_owned = { + limit = { is_core = FROM } + add_province_modifier = { name = core_when_done duration = 30 } + } + } + + random_owned = { + limit = { owner = { NOT = { num_of_vassals = 1 } } } + owner = { FROM = { inherit = THIS } } + } + + random_owned = { + limit = { owner = { num_of_vassals = 1 } } + owner = { + FROM = { country_event = 6016822 } + } + } + + ai_chance = { + factor = 75 + modifier = { + factor = 0 + is_greater_power = yes + NOT = { has_country_flag = wants_to_unify } + } + modifier = { + factor = 2 + OR = { + alliance_with = FROM + relation = { who = FROM value = 100 } + } + } + modifier = { + factor = 0.1 + government = fascist_dictatorship + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.1 + government = proletarian_dictatorship + FROM = { government = fascist_dictatorship } + } + } + } + + option = { + name = "EVTOPTB11101" + clr_country_flag = wants_to_unify + prestige = 1 + leave_alliance = FROM + relation = { + who = FROM + value = -200 + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + } + any_country = { + limit = { + exists = yes + vassal_of = THIS + in_sphere = FROM + } + leave_alliance = FROM + end_military_access = FROM + relation = { who = FROM value = -200 } + set_country_flag = failed_unification_remove_from_sphere + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + consciousness = 2 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + has_country_flag = wants_to_unify + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0.75 + is_secondary_power = no + } + modifier = { + factor = 0.75 + part_of_sphere = no + } + modifier = { + factor = 1.5 + truce_with = FROM + } + modifier = { + factor = 1.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + modifier = { + factor = 0.25 + in_sphere = FROM + } + modifier = { + factor = 0.25 + government = fascist_dictatorship + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 0.25 + government = proletarian_dictatorship + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.25 + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + FROM = { + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } } #Italian Red Shirt Unification country_event = { - title = "EVTNAME96170" - desc = "EVTDESC11103" - picture = "Celebration" - - id = 11103 - - is_triggered_only = yes - - option = { # Accept inheritance - name = "EVTOPTA11103" - clr_country_flag = made_the_call_to_union - add_accepted_culture = south_italian - add_accepted_culture = north_italian - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = french } } - owner = { remove_accepted_culture = french } - } - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = south_german } } - owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = british } } - owner = { remove_accepted_culture = british } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = polish } } - owner = { remove_accepted_culture = polish } - } - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } - } - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } - } - random_owned = { - limit = { owner = { primary_culture = polish accepted_culture = czech } } owner = { remove_accepted_culture = czech } - } - all_core = { remove_core = THIS } - change_tag = culture - any_country = { - limit = { - NOT = { - tag = THIS - tag = PAP - } - NOT = { has_country_flag = post_colonial_country } - is_culture_group = THIS - is_greater_power = no - num_of_cities = 1 - } - country_event = 11101 - } - random_country = { - limit = { - tag = PAP - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -200 - } - leave_alliance = THIS - any_owned = { - limit = { - NOT = { province_id = 749 } - } - secede_province = THIS - } - } - random_country = { - limit = { is_sphere_leader_of = PAP } - set_country_flag = objects_to_italy - diplomatic_influence = { who = PAP value = -200 } - leave_alliance = PAP - } - any_country = { - limit = { alliance_with = PAP } - set_country_flag = objects_to_italy - diplomatic_influence = { who = PAP value = -100 } - leave_alliance = PAP - } - any_country = { - limit = { - NOT = { is_culture_group = italian } - exists = yes - OR = { - has_country_flag = objects_to_italy - tag = FRA - tag = AUS - tag = KUK - AND = { - neighbour = ITA - is_greater_power = yes - } - } - } - country_event = { id = 96165 days = 20 } - } - prestige = 10 - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVTOPTB11103" - prestige = 5 - set_country_flag = does_not_want_to_be_unified - clr_country_flag = made_the_call_to_union - any_pop = { - militancy = 2 - } - ai_chance = { - factor = 5 - } - } + title = "EVTNAME96170" + desc = "EVTDESC11103" + picture = "Celebration" + + id = 11103 + + is_triggered_only = yes + + option = { # Accept inheritance + name = "EVTOPTA11103" + clr_country_flag = made_the_call_to_union + add_accepted_culture = south_italian + add_accepted_culture = north_italian + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = french } } + owner = { remove_accepted_culture = french } + } + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = south_german } } + owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { OR = { is_culture_group = italian is_culture_group = germanic } accepted_culture = british } } + owner = { remove_accepted_culture = british } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = polish } } + owner = { remove_accepted_culture = polish } + } + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = south_german } } owner = { remove_accepted_culture = south_german } + } + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = north_german } } owner = { remove_accepted_culture = north_german } + } + random_owned = { + limit = { owner = { primary_culture = polish accepted_culture = czech } } owner = { remove_accepted_culture = czech } + } + all_core = { remove_core = THIS } + change_tag = culture + any_country = { + limit = { + NOT = { + tag = THIS + tag = PAP + } + NOT = { has_country_flag = post_colonial_country } + is_culture_group = THIS + is_greater_power = no + num_of_cities = 1 + } + country_event = 11101 + } + random_country = { + limit = { + tag = PAP + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -200 + } + leave_alliance = THIS + any_owned = { + limit = { + NOT = { province_id = 749 } + } + secede_province = THIS + } + } + random_country = { + limit = { is_sphere_leader_of = PAP } + set_country_flag = objects_to_italy + diplomatic_influence = { who = PAP value = -200 } + leave_alliance = PAP + } + any_country = { + limit = { alliance_with = PAP } + set_country_flag = objects_to_italy + diplomatic_influence = { who = PAP value = -100 } + leave_alliance = PAP + } + any_country = { + limit = { + NOT = { is_culture_group = italian } + exists = yes + OR = { + has_country_flag = objects_to_italy + tag = FRA + tag = AUS + tag = KUK + AND = { + neighbour = ITA + is_greater_power = yes + } + } + } + country_event = { id = 96165 days = 20 } + } + prestige = 10 + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVTOPTB11103" + prestige = 5 + set_country_flag = does_not_want_to_be_unified + clr_country_flag = made_the_call_to_union + any_pop = { + militancy = 2 + } + ai_chance = { + factor = 5 + } + } } # Notification of Pan-nationalist revolution giving influence country_event = { - id = 11104 - title = "EVTNAME11104" - desc = "EVTDESC11104" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT11104OPTA" - prestige = 5 - diplomatic_influence = { - who = FROM - value = 200 - } - relation = { - who = FROM - value = 200 - } - any_country = { - limit = { - is_culture_group = THIS - is_greater_power = yes - NOT = { tag = THIS } - } - relation = { - who = THIS - value = -25 - } - casus_belli = { - target = THIS - type = take_from_sphere - months = 6 - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT11104OPTB" - prestige = -5 - diplomatic_influence = { - who = FROM - value = -50 - } - ai_chance = { - factor = 0 - } - } + id = 11104 + title = "EVTNAME11104" + desc = "EVTDESC11104" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT11104OPTA" + prestige = 5 + diplomatic_influence = { + who = FROM + value = 200 + } + relation = { + who = FROM + value = 200 + } + any_country = { + limit = { + is_culture_group = THIS + is_greater_power = yes + NOT = { tag = THIS } + } + relation = { + who = THIS + value = -25 + } + casus_belli = { + target = THIS + type = take_from_sphere + months = 6 + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT11104OPTB" + prestige = -5 + diplomatic_influence = { + who = FROM + value = -50 + } + ai_chance = { + factor = 0 + } + } } - + # Removing cores for non-existing countries country_event = { - id = 11105 - title = "EVTNAME11105" - desc = "EVTDESC11105" + id = 11105 + title = "EVTNAME11105" + desc = "EVTDESC11105" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT11105OPTA" - all_core = { remove_core = THIS } - } + option = { + name = "EVT11105OPTA" + all_core = { remove_core = THIS } + } } # Event to Inherit (For NGF & SGF ) country_event = { - id = 11106 - title = "EVTNAME11106" - desc = "EVTDESC11106" - picture = "threehurrahs" - - is_triggered_only = yes - - option = { - name = "EVTOPTA11101" - set_country_flag = wants_to_unify - any_pop = { - limit = { is_primary_culture = yes } - militancy = -1 - } - random_country = { - limit = { - primary_culture = north_german - OR = { - tag = FROM - tag = NGF - } - } - THIS = { all_core = { add_core = NGF } } - } - random_country = { - limit = { - primary_culture = south_german - OR = { - tag = FROM - tag = SGF - } - } - THIS = { - all_core = { add_core = SGF } - } - } - any_country = { - limit = { - OR = { - is_sphere_leader_of = THIS - is_our_vassal = THIS - } - NOT = { tag = FROM } - } - relation = { - who = FROM - value = -25 - } - casus_belli = { - target = FROM - type = free_peoples - months = 12 - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - } - any_country = { - limit = { - is_culture_group = THIS - is_greater_power = yes - NOT = { tag = FROM } - } - casus_belli = { - target = FROM - type = free_peoples - months = 36 - } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 75 - modifier = { - factor = 0.8 - NOT = { - relation = { who = FROM value = 50 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - } - } - - option = { - name = "EVTOPTB11101" - clr_country_flag = wants_to_unify - prestige = 1 - relation = { - who = FROM - value = -200 - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - } - leave_alliance = FROM - any_pop = { - militancy = 3 - consciousness = 2 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - has_country_flag = wants_to_unify - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0 - in_sphere = FROM - FROM = { NOT = { has_country_flag = secondary_union_formation } } - } - modifier = { - factor = 2 - NOT = { in_sphere = FROM } - FROM = { has_country_flag = secondary_union_formation } - } - modifier = { - factor = 0 - FROM = { tag = NGF } - NOT = { - OR = { - any_owned_province = { port = yes } - any_neighbor_country = { primary_culture = south_german } - } - } - } - } - } + id = 11106 + title = "EVTNAME11106" + desc = "EVTDESC11106" + picture = "threehurrahs" + + is_triggered_only = yes + + option = { + name = "EVTOPTA11101" + set_country_flag = wants_to_unify + any_pop = { + limit = { is_primary_culture = yes } + militancy = -1 + } + random_country = { + limit = { + primary_culture = north_german + OR = { + tag = FROM + tag = NGF + } + } + THIS = { all_core = { add_core = NGF } } + } + random_country = { + limit = { + primary_culture = south_german + OR = { + tag = FROM + tag = SGF + } + } + THIS = { + all_core = { add_core = SGF } + } + } + any_country = { + limit = { + OR = { + is_sphere_leader_of = THIS + is_our_vassal = THIS + } + NOT = { tag = FROM } + } + relation = { + who = FROM + value = -25 + } + casus_belli = { + target = FROM + type = free_peoples + months = 12 + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + } + any_country = { + limit = { + is_culture_group = THIS + is_greater_power = yes + NOT = { tag = FROM } + } + casus_belli = { + target = FROM + type = free_peoples + months = 36 + } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 75 + modifier = { + factor = 0.8 + NOT = { + relation = { who = FROM value = 50 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + } + } + + option = { + name = "EVTOPTB11101" + clr_country_flag = wants_to_unify + prestige = 1 + relation = { + who = FROM + value = -200 + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + } + leave_alliance = FROM + any_pop = { + militancy = 3 + consciousness = 2 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + has_country_flag = wants_to_unify + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0 + in_sphere = FROM + FROM = { NOT = { has_country_flag = secondary_union_formation } } + } + modifier = { + factor = 2 + NOT = { in_sphere = FROM } + FROM = { has_country_flag = secondary_union_formation } + } + modifier = { + factor = 0 + FROM = { tag = NGF } + NOT = { + OR = { + any_owned_province = { port = yes } + any_neighbor_country = { primary_culture = south_german } + } + } + } + } + } } # Pan-Nationalist - Germany country_event = { - title = "EVTNAME11100_NEW" - desc = "EVTDESC11100_NEW" - picture = "threehurrahs" - - id = 11107 - - trigger = { - war = no - NOT = { tag = UBD } - has_country_flag = crown_from_the_gutter - is_culture_group = germanic - is_greater_power = yes - OR = { - AND = { - tag = NGF - any_owned_province = { - is_core = GER - culture = south_german - } - } - AND = { - tag = SGF - any_owned_province = { - is_core = GER - culture = north_german - } - } - } - NOT = { exists = GER } - } - - mean_time_to_happen = { - months = 1 - } - - option = { # Accept inheritance - name = "EVTOPTA11100" - clr_country_flag = crown_from_the_gutter - set_global_flag = 3hurrahs - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = polish } } - owner = { remove_accepted_culture = polish } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = french } } - owner = { remove_accepted_culture = french } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = danish } } - owner = { remove_accepted_culture = danish } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = hungarian } } - owner = { remove_accepted_culture = hungarian } - } - random_owned = { - limit = { - owner = { tag = NGF } - } - owner = { add_accepted_culture = south_german } - } - random_owned = { - limit = { - owner = { tag = SGF } - } - owner = { add_accepted_culture = north_german } - } - all_core = { remove_core = THIS } - change_tag = GER - random_country = { - limit = { - tag = AUS - exists = yes - is_greater_power = no - in_sphere = THIS - war = no - OR = { - vassal_of = THIS - is_vassal = no - } - NOT = { - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - } - country_event = 31530 - } - random_country = { - limit = { - OR = { - tag = AUS - tag = KUK - } - exists = yes - is_greater_power = no - in_sphere = THIS - war = no - OR = { - vassal_of = THIS - is_vassal = no - } - any_owned_province = { - NOT = { - OR = { - is_core = AUS - is_core = GER - is_colonial = yes - } - } - } - } - country_event = 31515 - } - any_country = { - limit = { - is_culture_group = germanic - exists = no - NOT = { tag = AUS } - NOT = { tag = KUK } - NOT = { tag = DNB } - NOT = { tag = PRU } - NOT = { tag = UBD } - NOT = { tag = BAN } - NOT = { has_country_flag = post_colonial_country } - OR = { - all_core = { owned_by = THIS } - tag = NGF - tag = SGF - } - } - country_event = 11105 - } - any_country = { - limit = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - exists = no - THIS = { capital = 619 } - } - country_event = 11105 - } - any_country = { - limit = { - tag = PRU - exists = no - THIS = { capital = 549 } - } - country_event = 11105 - } - any_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { - is_culture_group = germanic - tag = SCH - } - is_greater_power = no - OR = { - in_sphere = THIS - has_country_flag = wants_to_unify - AND = { - part_of_sphere = no - relation = { who = THIS value = 100 } - } - } - NOT = { - tag = KUK - tag = AUS - tag = DNB - tag = UBD - } - NOT = { has_country_flag = post_colonial_country } - } - country_event = 11101 - } - political_reform = wealth_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - government = hms_government - prestige = -15 - badboy = 10 - any_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - } - ai_chance = { - factor = 5 - modifier = { - factor = 5 - government = hms_government - } - modifier = { - factor = 10 - government = democracy - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 3 - upper_house = { - ideology = liberal - value = 0.5 - } - } - } - } - - option = { - name = "EVTOPTB11100" - clr_country_flag = crown_from_the_gutter - prestige = 2 - ai_chance = { - factor = 95 - modifier = { - factor = 1.5 - government = absolute_monarchy - } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 1 - } - } + title = "EVTNAME11100_NEW" + desc = "EVTDESC11100_NEW" + picture = "threehurrahs" + + id = 11107 + + trigger = { + war = no + NOT = { tag = UBD } + has_country_flag = crown_from_the_gutter + is_culture_group = germanic + is_greater_power = yes + OR = { + AND = { + tag = NGF + any_owned_province = { + is_core = GER + culture = south_german + } + } + AND = { + tag = SGF + any_owned_province = { + is_core = GER + culture = north_german + } + } + } + NOT = { exists = GER } + } + + mean_time_to_happen = { + months = 1 + } + + option = { # Accept inheritance + name = "EVTOPTA11100" + clr_country_flag = crown_from_the_gutter + set_global_flag = 3hurrahs + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = polish } } + owner = { remove_accepted_culture = polish } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = french } } + owner = { remove_accepted_culture = french } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = danish } } + owner = { remove_accepted_culture = danish } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = hungarian } } + owner = { remove_accepted_culture = hungarian } + } + random_owned = { + limit = { + owner = { tag = NGF } + } + owner = { add_accepted_culture = south_german } + } + random_owned = { + limit = { + owner = { tag = SGF } + } + owner = { add_accepted_culture = north_german } + } + all_core = { remove_core = THIS } + change_tag = GER + random_country = { + limit = { + tag = AUS + exists = yes + is_greater_power = no + in_sphere = THIS + war = no + OR = { + vassal_of = THIS + is_vassal = no + } + NOT = { + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + } + country_event = 31530 + } + random_country = { + limit = { + OR = { + tag = AUS + tag = KUK + } + exists = yes + is_greater_power = no + in_sphere = THIS + war = no + OR = { + vassal_of = THIS + is_vassal = no + } + any_owned_province = { + NOT = { + OR = { + is_core = AUS + is_core = GER + is_colonial = yes + } + } + } + } + country_event = 31515 + } + any_country = { + limit = { + is_culture_group = germanic + exists = no + NOT = { tag = AUS } + NOT = { tag = KUK } + NOT = { tag = DNB } + NOT = { tag = PRU } + NOT = { tag = UBD } + NOT = { tag = BAN } + NOT = { has_country_flag = post_colonial_country } + OR = { + all_core = { owned_by = THIS } + tag = NGF + tag = SGF + } + } + country_event = 11105 + } + any_country = { + limit = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + exists = no + THIS = { capital = 619 } + } + country_event = 11105 + } + any_country = { + limit = { + tag = PRU + exists = no + THIS = { capital = 549 } + } + country_event = 11105 + } + any_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { + is_culture_group = germanic + tag = SCH + } + is_greater_power = no + OR = { + in_sphere = THIS + has_country_flag = wants_to_unify + AND = { + part_of_sphere = no + relation = { who = THIS value = 100 } + } + } + NOT = { + tag = KUK + tag = AUS + tag = DNB + tag = UBD + } + NOT = { has_country_flag = post_colonial_country } + } + country_event = 11101 + } + political_reform = wealth_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + government = hms_government + prestige = -15 + badboy = 10 + any_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + } + ai_chance = { + factor = 5 + modifier = { + factor = 5 + government = hms_government + } + modifier = { + factor = 10 + government = democracy + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 3 + upper_house = { + ideology = liberal + value = 0.5 + } + } + } + } + + option = { + name = "EVTOPTB11100" + clr_country_flag = crown_from_the_gutter + prestige = 2 + ai_chance = { + factor = 95 + modifier = { + factor = 1.5 + government = absolute_monarchy + } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 1 + } + } } # Last-Ditch Formation of NGF country_event = { - id = 11110 - title = "EVTNAME11110" - desc = "EVTDESC11110" - picture = "threehurrahs" - - trigger = { - primary_culture = north_german - war = no - is_vassal = no - NOT = { - exists = GER - exists = NGF - has_country_flag = refused_NGF_idea - } - OR = { - is_greater_power = yes - AND = { - is_secondary_power = yes - NOT = { - any_greater_power = { - primary_culture = north_german - NOT = { has_country_flag = refused_NGF_idea } - } - } - } - } - OR = { - mass_politics = 1 - AND = { - revolution_n_counterrevolution = 1 - GER = { - any_core = { - NOT = { province_id = 370 } - NOT = { province_id = 371 } - culture = north_german - owner = { NOT = { is_culture_group = germanic } } - } - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.5 - GER = { - any_core = { - NOT = { province_id = 370 } - NOT = { province_id = 371 } - culture = north_german - owned_by = FRA - } - } - } - modifier = { - factor = 0.8 - exists = SGF - } - modifier = { - factor = 0.8 - year = 1880 - } - modifier = { - factor = 0.6 - year = 1890 - } - modifier = { - factor = 0.4 - year = 1900 - } - modifier = { - factor = 1.5 - part_of_sphere = yes - } - modifier = { - factor = 0.5 - OR = { - government = hms_government - government = democracy - } - } - } - - option = { - name = "EVT11110OPTA" - prestige = -15 - badboy = 10 - clr_country_flag = crown_from_the_gutter - all_core = { add_core = NGF } - change_tag = NGF - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = polish } } - owner = { remove_accepted_culture = polish } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = french } } - owner = { remove_accepted_culture = french } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = danish } } - owner = { remove_accepted_culture = danish } - } - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = hungarian } } - owner = { remove_accepted_culture = hungarian } - } - set_country_flag = secondary_union_formation - any_country = { - limit = { - primary_culture = north_german - NOT = { - tag = THIS - has_country_flag = post_colonial_country - is_cultural_union = no - } - } - all_core = { add_core = NGF } - } - any_country = { - limit = { - primary_culture = north_german - exists = yes - NOT = { tag = THIS } - NOT = { tag = UBD } - NOT = { tag = BAN } - } - country_event = 11106 - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - badboy = 0.6 - } - } - } - - option = { - name = "EVT11110OPTB" - clr_country_flag = crown_from_the_gutter - clr_country_flag = wants_to_unify - set_country_flag = refused_NGF_idea - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 6 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - is_greater_power = yes - } - } - } + id = 11110 + title = "EVTNAME11110" + desc = "EVTDESC11110" + picture = "threehurrahs" + + trigger = { + primary_culture = north_german + war = no + is_vassal = no + NOT = { + exists = GER + exists = NGF + has_country_flag = refused_NGF_idea + } + OR = { + is_greater_power = yes + AND = { + is_secondary_power = yes + NOT = { + any_greater_power = { + primary_culture = north_german + NOT = { has_country_flag = refused_NGF_idea } + } + } + } + } + OR = { + mass_politics = 1 + AND = { + revolution_n_counterrevolution = 1 + GER = { + any_core = { + NOT = { province_id = 370 } + NOT = { province_id = 371 } + culture = north_german + owner = { NOT = { is_culture_group = germanic } } + } + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.5 + GER = { + any_core = { + NOT = { province_id = 370 } + NOT = { province_id = 371 } + culture = north_german + owned_by = FRA + } + } + } + modifier = { + factor = 0.8 + exists = SGF + } + modifier = { + factor = 0.8 + year = 1880 + } + modifier = { + factor = 0.6 + year = 1890 + } + modifier = { + factor = 0.4 + year = 1900 + } + modifier = { + factor = 1.5 + part_of_sphere = yes + } + modifier = { + factor = 0.5 + OR = { + government = hms_government + government = democracy + } + } + } + + option = { + name = "EVT11110OPTA" + prestige = -15 + badboy = 10 + clr_country_flag = crown_from_the_gutter + all_core = { add_core = NGF } + change_tag = NGF + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = polish } } + owner = { remove_accepted_culture = polish } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = french } } + owner = { remove_accepted_culture = french } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = danish } } + owner = { remove_accepted_culture = danish } + } + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = hungarian } } + owner = { remove_accepted_culture = hungarian } + } + set_country_flag = secondary_union_formation + any_country = { + limit = { + primary_culture = north_german + NOT = { + tag = THIS + has_country_flag = post_colonial_country + is_cultural_union = no + } + } + all_core = { add_core = NGF } + } + any_country = { + limit = { + primary_culture = north_german + exists = yes + NOT = { tag = THIS } + NOT = { tag = UBD } + NOT = { tag = BAN } + } + country_event = 11106 + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + badboy = 0.6 + } + } + } + + option = { + name = "EVT11110OPTB" + clr_country_flag = crown_from_the_gutter + clr_country_flag = wants_to_unify + set_country_flag = refused_NGF_idea + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 6 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + is_greater_power = yes + } + } + } } # Formation of Yugoslavia country_event = { - id = 11115 - title = "EVTNAME11115" - desc = "EVTDESC11115" - picture = "Celebration" - - trigger = { - is_culture_group = south_slavic - war = no - is_vassal = no - is_disarmed = no - NOT = { government = theocracy } - OR = { - revolution_n_counterrevolution = 1 - year = 1900 - } - number_of_states = 2 - OR = { - tag = SER - is_secondary_power = yes - is_greater_power = yes - } - NOT = { exists = YUG } - NOT = { - tag = BUL - tag = ALB - has_global_flag = yugoslavia_formed - has_country_flag = refused_yugoslavia_final - } - OR = { - any_owned_province = { - NOT = { is_core = THIS } - any_core = { is_culture_group = south_slavic } - } - any_neighbor_country = { - is_culture_group = south_slavic - war = no - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - sphere_owner = { - is_sphere_leader_of = THIS - NOT = { is_culture_group = germanic } - NOT = { tag = TUR } - NOT = { - any_owned_province = { any_core = { is_culture_group = south_slavic } } - } - } - vassal_of = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { - truce_with = THIS - tag = ALB - tag = BUL - } - } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 10 - has_country_flag = refused_yugoslavia - } - modifier = { - factor = 0.5 - any_neighbor_country = { - is_culture_group = south_slavic - war = no - OR = { - AND = { - part_of_sphere = no - OR = { - has_country_flag = newly_released_nation - relation = { who = THIS value = 100 } - } - } - in_sphere = THIS - vassal_of = THIS - } - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { - truce_with = THIS - tag = ALB - tag = BUL - } - } - } - } - - option = { - name = "EVT11115OPTA" - set_global_flag = yugoslavia_formed - badboy = 10 - prestige = 20 - all_core = { add_core = YUG } - SER = { all_core = { add_core = YUG } } - MON = { all_core = { add_core = YUG } } - CRO = { all_core = { add_core = YUG } } - BOS = { all_core = { add_core = YUG } } - SLO = { all_core = { add_core = YUG } } - add_accepted_culture = serb - add_accepted_culture = croat - add_accepted_culture = slovene - change_tag = YUG - any_neighbor_country = { - limit = { - is_culture_group = south_slavic - exists = yes - war = no - OR = { - is_vassal = no - vassal_of = THIS - } - NOT = { - truce_with = THIS - tag = ALB - tag = BUL - } - } - country_event = 11120 - } - any_country = { - limit = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - NOT = { is_culture_group = south_slavic } - } - any_owned = { - limit = { is_core = YUG } - secede_province = THIS - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT11115OPTB" - set_country_flag = refused_yugoslavia - prestige = -10 - ai_chance = { - factor = 0 - } - } - - option = { - name = "EVT11115OPTC" - set_country_flag = refused_yugoslavia_final - prestige = -10 - ai_chance = { - factor = 0 - } - } + id = 11115 + title = "EVTNAME11115" + desc = "EVTDESC11115" + picture = "Celebration" + + trigger = { + is_culture_group = south_slavic + war = no + is_vassal = no + is_disarmed = no + NOT = { government = theocracy } + OR = { + revolution_n_counterrevolution = 1 + year = 1900 + } + number_of_states = 2 + OR = { + tag = SER + is_secondary_power = yes + is_greater_power = yes + } + NOT = { exists = YUG } + NOT = { + tag = BUL + tag = ALB + has_global_flag = yugoslavia_formed + has_country_flag = refused_yugoslavia_final + } + OR = { + any_owned_province = { + NOT = { is_core = THIS } + any_core = { is_culture_group = south_slavic } + } + any_neighbor_country = { + is_culture_group = south_slavic + war = no + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + sphere_owner = { + is_sphere_leader_of = THIS + NOT = { is_culture_group = germanic } + NOT = { tag = TUR } + NOT = { + any_owned_province = { any_core = { is_culture_group = south_slavic } } + } + } + vassal_of = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { + truce_with = THIS + tag = ALB + tag = BUL + } + } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 10 + has_country_flag = refused_yugoslavia + } + modifier = { + factor = 0.5 + any_neighbor_country = { + is_culture_group = south_slavic + war = no + OR = { + AND = { + part_of_sphere = no + OR = { + has_country_flag = newly_released_nation + relation = { who = THIS value = 100 } + } + } + in_sphere = THIS + vassal_of = THIS + } + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { + truce_with = THIS + tag = ALB + tag = BUL + } + } + } + } + + option = { + name = "EVT11115OPTA" + set_global_flag = yugoslavia_formed + badboy = 10 + prestige = 20 + all_core = { add_core = YUG } + SER = { all_core = { add_core = YUG } } + MON = { all_core = { add_core = YUG } } + CRO = { all_core = { add_core = YUG } } + BOS = { all_core = { add_core = YUG } } + SLO = { all_core = { add_core = YUG } } + add_accepted_culture = serb + add_accepted_culture = croat + add_accepted_culture = slovene + change_tag = YUG + any_neighbor_country = { + limit = { + is_culture_group = south_slavic + exists = yes + war = no + OR = { + is_vassal = no + vassal_of = THIS + } + NOT = { + truce_with = THIS + tag = ALB + tag = BUL + } + } + country_event = 11120 + } + any_country = { + limit = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + NOT = { is_culture_group = south_slavic } + } + any_owned = { + limit = { is_core = YUG } + secede_province = THIS + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT11115OPTB" + set_country_flag = refused_yugoslavia + prestige = -10 + ai_chance = { + factor = 0 + } + } + + option = { + name = "EVT11115OPTC" + set_country_flag = refused_yugoslavia_final + prestige = -10 + ai_chance = { + factor = 0 + } + } } country_event = { - id = 11120 - title = "EVTNAME11120" #Slavic Unification - desc = "EVTDESC11120" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT11120OPTA" - all_core = { - limit = { continent = europe } - add_core = YUG - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - consciousness = 4 - } - any_pop = { - limit = { - NOT = { is_culture_group = south_slavic } - } - militancy = 5 - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_sphere_leader_of = FROM - tag = FROM - } - } - leave_alliance = THIS - casus_belli = { - target = FROM - type = free_peoples - months = 12 - } - relation = { - who = FROM - value = -50 - } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - OR = { - tag = BUL - tag = ALB - } - } - modifier = { - factor = 0.5 - FROM = { - NOT = { brigades_compare = 1 } - } - } - modifier = { - factor = 0.5 - part_of_sphere = yes - NOT = { - in_sphere = FROM - sphere_owner = { is_sphere_leader_of = FROM } - } - } - modifier = { - factor = 1.5 - alliance_with = FROM - } - modifier = { - factor = 1.25 - relation = { who = FROM value = 150 } - } - modifier = { - factor = 0.75 - NOT = { - relation = { who = FROM value = 100 } - } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - modifier = { - factor = 0.1 - NOT = { - relation = { who = FROM value = -100 } - } - } - modifier = { - factor = 0.1 - government = fascist_dictatorship - FROM = { - NOT = { government = fascist_dictatorship } - } - } - modifier = { - factor = 0.1 - NOT = { government = fascist_dictatorship } - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 0.1 - government = proletarian_dictatorship - FROM = { - NOT = { government = proletarian_dictatorship } - } - } - modifier = { - factor = 0.1 - NOT = { government = proletarian_dictatorship } - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.75 - OR = { - government = democracy - government = hms_government - } - FROM = { - NOT = { - government = democracy - government = hms_government - } - } - } - modifier = { - factor = 0.5 - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - } - } - - option = { - name = "EVT11120OPTB" - set_country_flag = not_join_yugoslavia - prestige = 5 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -2 - } - FROM = { country_event = 11121 } - ai_chance = { - factor = 20 - modifier = { - factor = 4 - OR = { - tag = BUL - tag = ALB - } - } - modifier = { - factor = 0.5 - tag = SER - } - modifier = { - factor = 2 - part_of_sphere = yes - NOT = { - in_sphere = FROM - sphere_owner = { is_sphere_leader_of = FROM } - } - } - modifier = { - factor = 0 - sphere_owner = { is_sphere_leader_of = FROM } - NOT = { - tag = BUL - tag = ALB - } - } - modifier = { - factor = 0 - in_sphere = FROM - NOT = { - tag = BUL - tag = ALB - } - } - modifier = { - factor = 0.5 - in_sphere = FROM - OR = { - tag = BUL - tag = ALB - } - } - modifier = { - factor = 0.5 - FROM = { brigades_compare = 2 } - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0.1 - has_country_flag = newly_released_nation - } - } - } + id = 11120 + title = "EVTNAME11120" #Slavic Unification + desc = "EVTDESC11120" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT11120OPTA" + all_core = { + limit = { continent = europe } + add_core = YUG + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + consciousness = 4 + } + any_pop = { + limit = { + NOT = { is_culture_group = south_slavic } + } + militancy = 5 + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_sphere_leader_of = FROM + tag = FROM + } + } + leave_alliance = THIS + casus_belli = { + target = FROM + type = free_peoples + months = 12 + } + relation = { + who = FROM + value = -50 + } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + OR = { + tag = BUL + tag = ALB + } + } + modifier = { + factor = 0.5 + FROM = { + NOT = { brigades_compare = 1 } + } + } + modifier = { + factor = 0.5 + part_of_sphere = yes + NOT = { + in_sphere = FROM + sphere_owner = { is_sphere_leader_of = FROM } + } + } + modifier = { + factor = 1.5 + alliance_with = FROM + } + modifier = { + factor = 1.25 + relation = { who = FROM value = 150 } + } + modifier = { + factor = 0.75 + NOT = { + relation = { who = FROM value = 100 } + } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + modifier = { + factor = 0.1 + NOT = { + relation = { who = FROM value = -100 } + } + } + modifier = { + factor = 0.1 + government = fascist_dictatorship + FROM = { + NOT = { government = fascist_dictatorship } + } + } + modifier = { + factor = 0.1 + NOT = { government = fascist_dictatorship } + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 0.1 + government = proletarian_dictatorship + FROM = { + NOT = { government = proletarian_dictatorship } + } + } + modifier = { + factor = 0.1 + NOT = { government = proletarian_dictatorship } + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.75 + OR = { + government = democracy + government = hms_government + } + FROM = { + NOT = { + government = democracy + government = hms_government + } + } + } + modifier = { + factor = 0.5 + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + } + } + + option = { + name = "EVT11120OPTB" + set_country_flag = not_join_yugoslavia + prestige = 5 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -2 + } + FROM = { country_event = 11121 } + ai_chance = { + factor = 20 + modifier = { + factor = 4 + OR = { + tag = BUL + tag = ALB + } + } + modifier = { + factor = 0.5 + tag = SER + } + modifier = { + factor = 2 + part_of_sphere = yes + NOT = { + in_sphere = FROM + sphere_owner = { is_sphere_leader_of = FROM } + } + } + modifier = { + factor = 0 + sphere_owner = { is_sphere_leader_of = FROM } + NOT = { + tag = BUL + tag = ALB + } + } + modifier = { + factor = 0 + in_sphere = FROM + NOT = { + tag = BUL + tag = ALB + } + } + modifier = { + factor = 0.5 + in_sphere = FROM + OR = { + tag = BUL + tag = ALB + } + } + modifier = { + factor = 0.5 + FROM = { brigades_compare = 2 } + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0.1 + has_country_flag = newly_released_nation + } + } + } } country_event = { - id = 11121 - title = "EVTNAME11121" - desc = "EVTDESC11121" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT11121OPTA" - prestige = 5 - relation = { who = FROM value = 50 } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - } - } - - option = { - name = "EVT11121OPTB" - badboy = 10 - relation = { who = FROM value = -200 } - diplomatic_influence = { who = FROM value = -200 } - leave_alliance = FROM - FROM = { - all_core = { - limit = { continent = europe } - add_core = THIS - } - casus_belli = { - target = THIS - type = humiliate - months = 60 - } - } - any_country = { - limit = { - OR = { - is_sphere_leader_of = FROM - alliance_with = FROM - tag = RUS - NOT = { tag = THIS } - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - badboy = 0.8 - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0 - FROM = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - modifier = { - factor = 0.1 - FROM = { brigades_compare = 1 } - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pro_military - } - } - } + id = 11121 + title = "EVTNAME11121" + desc = "EVTDESC11121" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT11121OPTA" + prestige = 5 + relation = { who = FROM value = 50 } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + } + } + + option = { + name = "EVT11121OPTB" + badboy = 10 + relation = { who = FROM value = -200 } + diplomatic_influence = { who = FROM value = -200 } + leave_alliance = FROM + FROM = { + all_core = { + limit = { continent = europe } + add_core = THIS + } + casus_belli = { + target = THIS + type = humiliate + months = 60 + } + } + any_country = { + limit = { + OR = { + is_sphere_leader_of = FROM + alliance_with = FROM + tag = RUS + NOT = { tag = THIS } + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + badboy = 0.8 + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0 + FROM = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + modifier = { + factor = 0.1 + FROM = { brigades_compare = 1 } + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pro_military + } + } + } } country_event = { - id = 11122 - title = "EVTNAME11122" - desc = "EVTDESC11122" - picture = "celebration" - - trigger = { - ai = yes - war = no - part_of_sphere = yes - is_culture_group = south_slavic - sphere_owner = { - NOT = { - truce_with = THIS - is_culture_group = germanic - tag = TUR - tag = HUN - } - is_greater_power = yes - relation = { who = THIS value = 50 } - OR = { - tag = YUG - is_sphere_leader_of = YUG - } - war = no - } - OR = { - is_vassal = no - AND = { - is_vassal = yes - sphere_owner = { is_our_vassal = THIS } - } - } - NOT = { - has_country_flag = does_not_want_to_unify - has_country_flag = post_colonial_country - tag = ALB - tag = BUL - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 5 - sphere_owner = { - NOT = { tag = YUG } - } - } - } - - option = { - name = "EVTOPTA60120" - set_country_flag = not_join_yugoslavia - all_core = { add_core = YUG } - YUG = { - country_event = 60130 - } - } + id = 11122 + title = "EVTNAME11122" + desc = "EVTDESC11122" + picture = "celebration" + + trigger = { + ai = yes + war = no + part_of_sphere = yes + is_culture_group = south_slavic + sphere_owner = { + NOT = { + truce_with = THIS + is_culture_group = germanic + tag = TUR + tag = HUN + } + is_greater_power = yes + relation = { who = THIS value = 50 } + OR = { + tag = YUG + is_sphere_leader_of = YUG + } + war = no + } + OR = { + is_vassal = no + AND = { + is_vassal = yes + sphere_owner = { is_our_vassal = THIS } + } + } + NOT = { + has_country_flag = does_not_want_to_unify + has_country_flag = post_colonial_country + tag = ALB + tag = BUL + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 5 + sphere_owner = { + NOT = { tag = YUG } + } + } + } + + option = { + name = "EVTOPTA60120" + set_country_flag = not_join_yugoslavia + all_core = { add_core = YUG } + YUG = { + country_event = 60130 + } + } } # Generic Event to Inherit country_event = { - id = 98650 - title = "EVTNAME98650" #Unification - desc = "EVTDESC98650" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT98650OPTA" - any_country = { - limit = { - OR = { - is_sphere_leader_of = THIS - is_our_vassal = THIS - } - NOT = { tag = FROM } - } - relation = { - who = FROM - value = -50 - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 75 - modifier = { - factor = 0 - is_greater_power = yes - NOT = { has_country_flag = wants_to_unify } - } - modifier = { - factor = 2 - OR = { - alliance_with = FROM - relation = { who = FROM value = 100 } - } - } - modifier = { - factor = 0.1 - government = fascist_dictatorship - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.1 - government = proletarian_dictatorship - FROM = { government = fascist_dictatorship } - } - } - } - - option = { - name = "EVT98650OPTB" - clr_country_flag = wants_to_unify - prestige = 1 - FROM = { country_event = 98651 } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - consciousness = 2 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - has_country_flag = wants_to_unify - } - modifier = { - factor = 3 - truce_with = FROM - } - modifier = { - factor = 1.5 - NOT = { - relation = { who = FROM value = 0 } - } - } - modifier = { - factor = 0.25 - in_sphere = FROM - } - modifier = { - factor = 0.25 - government = fascist_dictatorship - FROM = { government = fascist_dictatorship } - } - modifier = { - factor = 0.25 - government = proletarian_dictatorship - FROM = { government = proletarian_dictatorship } - } - modifier = { - factor = 0.25 - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - FROM = { - OR = { - government = democracy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } + id = 98650 + title = "EVTNAME98650" #Unification + desc = "EVTDESC98650" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT98650OPTA" + any_country = { + limit = { + OR = { + is_sphere_leader_of = THIS + is_our_vassal = THIS + } + NOT = { tag = FROM } + } + relation = { + who = FROM + value = -50 + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 75 + modifier = { + factor = 0 + is_greater_power = yes + NOT = { has_country_flag = wants_to_unify } + } + modifier = { + factor = 2 + OR = { + alliance_with = FROM + relation = { who = FROM value = 100 } + } + } + modifier = { + factor = 0.1 + government = fascist_dictatorship + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.1 + government = proletarian_dictatorship + FROM = { government = fascist_dictatorship } + } + } + } + + option = { + name = "EVT98650OPTB" + clr_country_flag = wants_to_unify + prestige = 1 + FROM = { country_event = 98651 } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + consciousness = 2 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + has_country_flag = wants_to_unify + } + modifier = { + factor = 3 + truce_with = FROM + } + modifier = { + factor = 1.5 + NOT = { + relation = { who = FROM value = 0 } + } + } + modifier = { + factor = 0.25 + in_sphere = FROM + } + modifier = { + factor = 0.25 + government = fascist_dictatorship + FROM = { government = fascist_dictatorship } + } + modifier = { + factor = 0.25 + government = proletarian_dictatorship + FROM = { government = proletarian_dictatorship } + } + modifier = { + factor = 0.25 + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + FROM = { + OR = { + government = democracy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } } country_event = { - id = 98651 - title = "EVTNAME98651" - desc = "EVTDESC98651" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT98651OPTA" - leave_alliance = FROM - relation = { who = FROM value = -200 } - diplomatic_influence = { who = FROM value = -200 } - random_country = { - limit = { - tag = FROM - NOT = { number_of_states = 2 } - } - add_casus_belli = { - target = THIS - type = conquest - months = 24 - } - } - random_country = { - limit = { - tag = FROM - number_of_states = 2 - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 24 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war_policy = pro_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } - - option = { - name = "EVT98651OPTB" - prestige = -5 - relation = { who = FROM value = 50 } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } + id = 98651 + title = "EVTNAME98651" + desc = "EVTDESC98651" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT98651OPTA" + leave_alliance = FROM + relation = { who = FROM value = -200 } + diplomatic_influence = { who = FROM value = -200 } + random_country = { + limit = { + tag = FROM + NOT = { number_of_states = 2 } + } + add_casus_belli = { + target = THIS + type = conquest + months = 24 + } + } + random_country = { + limit = { + tag = FROM + number_of_states = 2 + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 24 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war_policy = pro_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } + + option = { + name = "EVT98651OPTB" + prestige = -5 + relation = { who = FROM value = 50 } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } } # Unification of Greater Finland country_event = { - id = 11109 - title = "EVTNAME11109" #Ugric Unification - desc = "EVTDESC11109" - picture = "Celebration" - - is_triggered_only = yes - - option = { - name = "EVT11109OPTA" - FROM = { - inherit = THIS - badboy = 3 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - in_sphere = FROM - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 175 - } - } - modifier = { - factor = 1.5 - alliance_with = FROM - } - modifier = { - factor = 2 - government = fascist_dictatorship - FROM = { - government = fascist_dictatorship - } - } - modifier = { - factor = 2 - government = proletarian_dictatorship - FROM = { - government = proletarian_dictatorship - } - } - modifier = { - factor = 3 - vassal_of = FROM - } - } - } - - option = { - name = "EVT11109OPTB" - prestige = 1 - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = -100 - } - } - } - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = -175 - } - } - } - modifier = { - factor = 10 - government = fascist_dictatorship - FROM = { - government = proletarian_dictatorship - } - } - modifier = { - factor = 10 - government = proletarian_dictatorship - FROM = { - government = fascist_dictatorship - } - } - } - } + id = 11109 + title = "EVTNAME11109" #Ugric Unification + desc = "EVTDESC11109" + picture = "Celebration" + + is_triggered_only = yes + + option = { + name = "EVT11109OPTA" + FROM = { + inherit = THIS + badboy = 3 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + in_sphere = FROM + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 175 + } + } + modifier = { + factor = 1.5 + alliance_with = FROM + } + modifier = { + factor = 2 + government = fascist_dictatorship + FROM = { + government = fascist_dictatorship + } + } + modifier = { + factor = 2 + government = proletarian_dictatorship + FROM = { + government = proletarian_dictatorship + } + } + modifier = { + factor = 3 + vassal_of = FROM + } + } + } + + option = { + name = "EVT11109OPTB" + prestige = 1 + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = -100 + } + } + } + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = -175 + } + } + } + modifier = { + factor = 10 + government = fascist_dictatorship + FROM = { + government = proletarian_dictatorship + } + } + modifier = { + factor = 10 + government = proletarian_dictatorship + FROM = { + government = fascist_dictatorship + } + } + } + } } country_event = { - id = 111100 - title = "EVTNAME111100" #Yugoslavian ultimatium for Albania - desc = "EVTDESC111100" - picture = "Demonstration" - - is_triggered_only = yes - - option = { - name = "EVT111100OPTA" - random_owned = { limit = { owner = { tag = ALB } } owner = { annex_to = YUG } } - any_owned = { limit = { is_core = ALB } secede_province = YUG } - ai_chance = { - factor = 50 - modifier = { - factor = 0.05 - has_country_flag = sunni_country - } - modifier = { - factor = 0.02 - tag = ALB - } - } - } - - option = { - name = "EVT111100OPTB" - relation = { who = FROM value = -200 } - leave_alliance = FROM - sphere_owner = { diplomatic_influence = { who = THIS value = -400 } } - ai_chance = { - factor = 50 - modifier = { - factor = 1.25 - has_country_flag = sunni_country - } - modifier = { - factor = 1.25 - tag = ALB - } - } - } + id = 111100 + title = "EVTNAME111100" #Yugoslavian ultimatium for Albania + desc = "EVTDESC111100" + picture = "Demonstration" + + is_triggered_only = yes + + option = { + name = "EVT111100OPTA" + random_owned = { limit = { owner = { tag = ALB } } owner = { annex_to = YUG } } + any_owned = { limit = { is_core = ALB } secede_province = YUG } + ai_chance = { + factor = 50 + modifier = { + factor = 0.05 + has_country_flag = sunni_country + } + modifier = { + factor = 0.02 + tag = ALB + } + } + } + + option = { + name = "EVT111100OPTB" + relation = { who = FROM value = -200 } + leave_alliance = FROM + sphere_owner = { diplomatic_influence = { who = THIS value = -400 } } + ai_chance = { + factor = 50 + modifier = { + factor = 1.25 + has_country_flag = sunni_country + } + modifier = { + factor = 1.25 + tag = ALB + } + } + } } diff --git a/HPM/events/NationalValues.txt b/HPM/events/NationalValues.txt index 5225d2dd..30ff0d07 100644 --- a/HPM/events/NationalValues.txt +++ b/HPM/events/NationalValues.txt @@ -1,614 +1,614 @@ country_event = { - id = 18500 - title = "EVTNAME18500" - desc = "EVTDESC18500" - picture = "Parade" - - trigger = { - civilized = yes - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - average_militancy = 7 - } - - mean_time_to_happen = { - months = 300 - } - - option = { - name = "EVTOPTA18500" - any_pop = { - militancy = -1 - } - } - - option = { - name = "EVTOPTB18500" - any_pop = { - consciousness = -1 - } - prestige = 5 - } + id = 18500 + title = "EVTNAME18500" + desc = "EVTDESC18500" + picture = "Parade" + + trigger = { + civilized = yes + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + average_militancy = 7 + } + + mean_time_to_happen = { + months = 300 + } + + option = { + name = "EVTOPTA18500" + any_pop = { + militancy = -1 + } + } + + option = { + name = "EVTOPTB18500" + any_pop = { + consciousness = -1 + } + prestige = 5 + } } country_event = { - id = 18510 - title = "EVTNAME18510" - desc = "EVTDESC18510" - picture = "Parade" - - trigger = { - civilized = yes - is_vassal = no - year = 1850 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - NOT = { prestige = 10 } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18510" - prestige = 3 - } - - option = { - name = "EVTOPTB18510" - prestige = 8 - any_pop = { - militancy = 1 - } - } + id = 18510 + title = "EVTNAME18510" + desc = "EVTDESC18510" + picture = "Parade" + + trigger = { + civilized = yes + is_vassal = no + year = 1850 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + NOT = { prestige = 10 } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18510" + prestige = 3 + } + + option = { + name = "EVTOPTB18510" + prestige = 8 + any_pop = { + militancy = 1 + } + } } country_event = { - id = 18520 - title = "EVTNAME18520" - desc = "EVTDESC18520" - picture = "Parade" - - trigger = { - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - } - war = yes - NOT = { war_exhaustion = 8 } - } - - mean_time_to_happen = { - months = 400 - } - - option = { - name = "EVTOPTA18520" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - war_exhaustion = -2 - } - - option = { - name = "EVTOPTB18520" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - } + id = 18520 + title = "EVTNAME18520" + desc = "EVTDESC18520" + picture = "Parade" + + trigger = { + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + } + war = yes + NOT = { war_exhaustion = 8 } + } + + mean_time_to_happen = { + months = 400 + } + + option = { + name = "EVTOPTA18520" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + war_exhaustion = -2 + } + + option = { + name = "EVTOPTB18520" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + } } country_event = { - id = 18530 - title = "EVTNAME18530" - desc = "EVTDESC18530" - picture = "Invention" - - trigger = { - nationalvalue = nv_liberty - } - - mean_time_to_happen = { - months = 800 - } - - option = { - name = "EVTOPTA18530" - years_of_research = 0.4 - } - - option = { - name = "EVTOPTB18530" - years_of_research = 0.2 - prestige = 5 - } + id = 18530 + title = "EVTNAME18530" + desc = "EVTDESC18530" + picture = "Invention" + + trigger = { + nationalvalue = nv_liberty + } + + mean_time_to_happen = { + months = 800 + } + + option = { + name = "EVTOPTA18530" + years_of_research = 0.4 + } + + option = { + name = "EVTOPTB18530" + years_of_research = 0.2 + prestige = 5 + } } country_event = { - id = 18540 - title = "EVTNAME18540" - desc = "EVTDESC18540" - picture = "Expansion" - - trigger = { - nationalvalue = nv_liberty - badboy = 0.7 - } - - mean_time_to_happen = { - months = 400 - } - - option = { - name = "EVTOPTA18540" - badboy = -2 - prestige = 5 - - } - - option = { - name = "EVTOPTB18540" - badboy = -3 - } + id = 18540 + title = "EVTNAME18540" + desc = "EVTDESC18540" + picture = "Expansion" + + trigger = { + nationalvalue = nv_liberty + badboy = 0.7 + } + + mean_time_to_happen = { + months = 400 + } + + option = { + name = "EVTOPTA18540" + badboy = -2 + prestige = 5 + + } + + option = { + name = "EVTOPTB18540" + badboy = -3 + } } country_event = { - id = 18550 - title = "EVTNAME18550" - desc = "EVTDESC18550" - picture = "Demonstration" - - trigger = { - civilized = no - average_militancy = 8 - nationalvalue = nv_tradition - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA18550" - any_pop = { - militancy = 1 - } - } - - option = { - name = "EVTOPTB18550" - any_pop = { - militancy = 2 - } - prestige = 10 - } + id = 18550 + title = "EVTNAME18550" + desc = "EVTDESC18550" + picture = "Demonstration" + + trigger = { + civilized = no + average_militancy = 8 + nationalvalue = nv_tradition + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA18550" + any_pop = { + militancy = 1 + } + } + + option = { + name = "EVTOPTB18550" + any_pop = { + militancy = 2 + } + prestige = 10 + } } country_event = { - id = 18570 - title = "EVTNAME18570" - desc = "EVTDESC18570" - picture = "Finepeople" - - trigger = { - OR = { - nationalvalue = nv_equality - nationalvalue = nv_productivity - } - } - - mean_time_to_happen = { - months = 800 - } - - option = { - name = "EVTOPTA18570" - prestige = 10 - any_pop = { - militancy = -1 - } - } - - option = { - name = "EVTOPTB18570" - years_of_research = 0.2 - } + id = 18570 + title = "EVTNAME18570" + desc = "EVTDESC18570" + picture = "Finepeople" + + trigger = { + OR = { + nationalvalue = nv_equality + nationalvalue = nv_productivity + } + } + + mean_time_to_happen = { + months = 800 + } + + option = { + name = "EVTOPTA18570" + prestige = 10 + any_pop = { + militancy = -1 + } + } + + option = { + name = "EVTOPTB18570" + years_of_research = 0.2 + } } country_event = { - id = 18580 - title = "EVTNAME18580" - desc = "EVTDESC18580" - picture = "Demonstration" - - trigger = { - nationalvalue = nv_equality - war = yes - war_exhaustion = 4 - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA18580" - any_pop = { - dominant_issue = { - value = pacifism - factor = 0.2 - } - } - war_exhaustion = 1 - - } - - option = { - name = "EVTOPTB18580" - any_pop = { - dominant_issue = { - value = pacifism - factor = 0.1 - } - } - war_exhaustion = 2 - } + id = 18580 + title = "EVTNAME18580" + desc = "EVTDESC18580" + picture = "Demonstration" + + trigger = { + nationalvalue = nv_equality + war = yes + war_exhaustion = 4 + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA18580" + any_pop = { + dominant_issue = { + value = pacifism + factor = 0.2 + } + } + war_exhaustion = 1 + + } + + option = { + name = "EVTOPTB18580" + any_pop = { + dominant_issue = { + value = pacifism + factor = 0.1 + } + } + war_exhaustion = 2 + } } country_event = { - id = 18535 - title = "EVTNAME18535" #Onward to Tomorrow - desc = "EVTDESC18535" - picture = "Anti-Jacobin" - - trigger = { - nationalvalue = nv_productivity - war = no - } - - mean_time_to_happen = { - months = 1600 - } - - option = { - name = "EVT18535OPTA" - years_of_research = 0.4 - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = liberal } - } - state_scope = { - any_pop = { - ideology = { - value = liberal - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = conservative } - } - state_scope = { - any_pop = { - ideology = { - value = conservative - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = reactionary } - } - state_scope = { - any_pop = { - ideology = { - value = reactionary - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = anarcho_liberal } - } - state_scope = { - any_pop = { - ideology = { - value = anarcho_liberal - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = communist } - } - state_scope = { - any_pop = { - ideology = { - value = communist - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = socialist } - } - state_scope = { - any_pop = { - ideology = { - value = socialist - factor = 0.10 - } - } - } - } - random_owned = { - limit = { - is_capital = yes - owner = { ruling_party_ideology = fascist } - } - state_scope = { - any_pop = { - ideology = { - value = fascist - factor = 0.10 - } - } - } - } - } + id = 18535 + title = "EVTNAME18535" #Onward to Tomorrow + desc = "EVTDESC18535" + picture = "Anti-Jacobin" + + trigger = { + nationalvalue = nv_productivity + war = no + } + + mean_time_to_happen = { + months = 1600 + } + + option = { + name = "EVT18535OPTA" + years_of_research = 0.4 + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = liberal } + } + state_scope = { + any_pop = { + ideology = { + value = liberal + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = conservative } + } + state_scope = { + any_pop = { + ideology = { + value = conservative + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = reactionary } + } + state_scope = { + any_pop = { + ideology = { + value = reactionary + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = anarcho_liberal } + } + state_scope = { + any_pop = { + ideology = { + value = anarcho_liberal + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = communist } + } + state_scope = { + any_pop = { + ideology = { + value = communist + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = socialist } + } + state_scope = { + any_pop = { + ideology = { + value = socialist + factor = 0.10 + } + } + } + } + random_owned = { + limit = { + is_capital = yes + owner = { ruling_party_ideology = fascist } + } + state_scope = { + any_pop = { + ideology = { + value = fascist + factor = 0.10 + } + } + } + } + } } country_event = { - id = 185600 - title = "EVTNAME185600" #Annals of the Past - desc = "EVTDESC185600" - picture = "autocracy" - - trigger = { - civilized = yes - OR = { - nationalvalue = nv_tradition - nationalvalue = nv_autocracy - } - NOT = { government = democracy } - militancy = 3 - } - - mean_time_to_happen = { - months = 300 - } - - option = { - name = "EVT185600OPTA" - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = -4 - consciousness = -6 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = -2 - consciousness = -4 - } - } + id = 185600 + title = "EVTNAME185600" #Annals of the Past + desc = "EVTDESC185600" + picture = "autocracy" + + trigger = { + civilized = yes + OR = { + nationalvalue = nv_tradition + nationalvalue = nv_autocracy + } + NOT = { government = democracy } + militancy = 3 + } + + mean_time_to_happen = { + months = 300 + } + + option = { + name = "EVT185600OPTA" + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = -4 + consciousness = -6 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = -2 + consciousness = -4 + } + } } country_event = { - id = 18507 - title = "EVTNAME18507" #The Price of Freedom - desc = "EVTDESC18507" - picture = "Demonstration" - - trigger = { - nationalvalue = nv_liberty - OR = { - government = presidential_dictatorship - government = fascist_dictatorship - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = absolute_monarchy - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - } - - option = { - name = "EVT18507OPTA" - any_pop = { consciousness = 2 } - prestige = -5 - } - - option = { - name = "EVT18507OPTB" - random_state = { - limit = { is_colonial = no } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 2 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } + id = 18507 + title = "EVTNAME18507" #The Price of Freedom + desc = "EVTDESC18507" + picture = "Demonstration" + + trigger = { + nationalvalue = nv_liberty + OR = { + government = presidential_dictatorship + government = fascist_dictatorship + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = absolute_monarchy + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + } + + option = { + name = "EVT18507OPTA" + any_pop = { consciousness = 2 } + prestige = -5 + } + + option = { + name = "EVT18507OPTB" + random_state = { + limit = { is_colonial = no } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 2 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } } country_event = { - id = 185100 - title = "EVTNAME185100" #Military Parade - desc = "EVTDESC185100" - - picture = "big_parade" - - trigger = { - nationalvalue = nv_order - war = no - } - - mean_time_to_happen = { - months = 800 - } - - option = { - name = "EVT185100OPTA" - prestige = 8 - any_neighbor_country = { - limit = { - NOT = { alliance_with = THIS } - } - relation = { who = THIS value = -20 } - } - } - - option = { - name = "EVT185100OPTB" - prestige = 3 - any_pop = { - militancy = 1 - consciousness = -1 - } - } + id = 185100 + title = "EVTNAME185100" #Military Parade + desc = "EVTDESC185100" + + picture = "big_parade" + + trigger = { + nationalvalue = nv_order + war = no + } + + mean_time_to_happen = { + months = 800 + } + + option = { + name = "EVT185100OPTA" + prestige = 8 + any_neighbor_country = { + limit = { + NOT = { alliance_with = THIS } + } + relation = { who = THIS value = -20 } + } + } + + option = { + name = "EVT185100OPTB" + prestige = 3 + any_pop = { + militancy = 1 + consciousness = -1 + } + } } country_event = { - id = 18561 - title = "EVTNAME18561" #Celebration in $CAPITAL$ - desc = "EVTDESC18561" - picture = "unite" - - trigger = { - nationalvalue = nv_tradition - war = no - civilized = yes - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.8 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18561OPTA" - prestige = 2 - any_pop = { - militancy = -2 - consciousness = -2 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.5 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_militancy = 8 - } - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - } - } - - option = { - name = "EVT18561OPTB" - prestige = 6 - ai_chance = { - factor = 50 - } - } + id = 18561 + title = "EVTNAME18561" #Celebration in $CAPITAL$ + desc = "EVTDESC18561" + picture = "unite" + + trigger = { + nationalvalue = nv_tradition + war = no + civilized = yes + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.8 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18561OPTA" + prestige = 2 + any_pop = { + militancy = -2 + consciousness = -2 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.5 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_militancy = 8 + } + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + } + } + + option = { + name = "EVT18561OPTB" + prestige = 6 + ai_chance = { + factor = 50 + } + } } diff --git a/HPM/events/NationalistMovements.txt b/HPM/events/NationalistMovements.txt index b51f41fc..0aabc447 100644 --- a/HPM/events/NationalistMovements.txt +++ b/HPM/events/NationalistMovements.txt @@ -1,3621 +1,3621 @@ #Boy shot by police! province_event = { - id = 15000 - title = "EVTNAME15000" - desc = "EVTDESC15000" - picture = "geronimo" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - civilized = yes - public_meetings = no_meeting - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - AND = { - average_consciousness = 5 - average_militancy = 5 - } - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15000" #Do Nothing - state_scope = { - any_pop = { - militancy = 5 - consciousness = 5 - } - } - } - option = { - name = "EVTOPTB15000" # Investigate - state_scope = { - any_pop = { - militancy = 2 - consciousness = 2 - } - } - owner = { - treasury = -50 - } - } + id = 15000 + title = "EVTNAME15000" + desc = "EVTDESC15000" + picture = "geronimo" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + civilized = yes + public_meetings = no_meeting + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + AND = { + average_consciousness = 5 + average_militancy = 5 + } + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15000" #Do Nothing + state_scope = { + any_pop = { + militancy = 5 + consciousness = 5 + } + } + } + option = { + name = "EVTOPTB15000" # Investigate + state_scope = { + any_pop = { + militancy = 2 + consciousness = 2 + } + } + owner = { + treasury = -50 + } + } } #Directive on trade in the provinces province_event = { - id = 15010 - title = "EVTNAME15010" - desc = "EVTDESC15010" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - average_militancy = 2 - is_colonial = no - owner = { - citizenship_policy = residency - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - AND = { - average_consciousness = 5 - average_militancy = 5 - } - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - } - - option = { - name = "EVTOPTA15010" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1.5 - } - } - } - - option = { - name = "EVTOPTB15010" - state_scope = { - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 2 - } - } - } + id = 15010 + title = "EVTNAME15010" + desc = "EVTDESC15010" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + average_militancy = 2 + is_colonial = no + owner = { + citizenship_policy = residency + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + AND = { + average_consciousness = 5 + average_militancy = 5 + } + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + } + + option = { + name = "EVTOPTA15010" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1.5 + } + } + } + + option = { + name = "EVTOPTB15010" + state_scope = { + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 2 + } + } + } } #Local Poet province_event = { - id = 15020 - title = "EVTNAME15020" - desc = "EVTDESC15020" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_consciousness = 3 - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.1 - owner = { - prestige = 40 - } - } - modifier = { - factor = 1.1 - units_in_province = 1 - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - } - - option = { - name = "EVTOPTA15020" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB15020" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } + id = 15020 + title = "EVTNAME15020" + desc = "EVTDESC15020" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_consciousness = 3 + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.1 + owner = { + prestige = 40 + } + } + modifier = { + factor = 1.1 + units_in_province = 1 + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + } + + option = { + name = "EVTOPTA15020" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB15020" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } } #Discrimination in the school system province_event = { - id = 15030 - title = "EVTNAME15030" - desc = "EVTDESC15030" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - } - - option = { - name = "EVTOPTA15030" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - militancy = 1 - } - } - owner = { - years_of_research = 0.05 - } - } - - option = { - name = "EVTOPTB15030" - owner = { - years_of_research = -0.05 - } - } + id = 15030 + title = "EVTNAME15030" + desc = "EVTDESC15030" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + } + + option = { + name = "EVTOPTA15030" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + militancy = 1 + } + } + owner = { + years_of_research = 0.05 + } + } + + option = { + name = "EVTOPTB15030" + owner = { + years_of_research = -0.05 + } + } } # Local Clergy - Intellectuals preaches disobedience province_event = { - id = 15040 - title = "EVTNAME15040" - desc = "EVTDESC15040" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - has_pop_type = clergymen - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.3 - is_state_religion = yes - } - modifier = { - factor = 1.1 - owner = { - religious_policy = moralism - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15040" - state_scope = { clergymen = { consciousness = 3 } } - } - - option = { - name = "EVTOPTB15040" - clergymen = { reduce_pop = 0.98 } - } + id = 15040 + title = "EVTNAME15040" + desc = "EVTDESC15040" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + has_pop_type = clergymen + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.3 + is_state_religion = yes + } + modifier = { + factor = 1.1 + owner = { + religious_policy = moralism + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15040" + state_scope = { clergymen = { consciousness = 3 } } + } + + option = { + name = "EVTOPTB15040" + clergymen = { reduce_pop = 0.98 } + } } # Underground Newspaper province_event = { - id = 15050 - title = "EVTNAME15050" - desc = "EVTDESC15050" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - literacy = 0.3 - owner = { - NOT = { - citizenship_policy = full_citizenship - press_rights = free_press - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - not = { - literacy = 0.4 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15050" - state_scope = { - any_pop = { - consciousness = 4 - } - } - } - - option = { - name = "EVTOPTB15050" - state_scope = { - any_pop = { - militancy = 3 - } - } - } + id = 15050 + title = "EVTNAME15050" + desc = "EVTDESC15050" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + literacy = 0.3 + owner = { + NOT = { + citizenship_policy = full_citizenship + press_rights = free_press + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + not = { + literacy = 0.4 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15050" + state_scope = { + any_pop = { + consciousness = 4 + } + } + } + + option = { + name = "EVTOPTB15050" + state_scope = { + any_pop = { + militancy = 3 + } + } + } } -#Farmer's bank supports cause of independence +#Farmer's bank supports cause of independence province_event = { - id = 15060 - title = "EVTNAME15060" - desc = "EVTDESC15060" - - trigger = { - civilized = yes - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - has_pop_type = farmers - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - owner = { - plurality = 10 - } - } - modifier = { - factor = 1.4 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15060" - state_scope = { - farmers = { - money = -10 - militancy = 8 - } - } - owner = { - treasury = 300 - } - } - - option = { - name = "EVTOPTB15060" - state_scope = { - farmers = { - militancy = 3 - } - } - } - - option = { - name = "EVTOPTC15060" - state_scope = { - farmers = { - consciousness = 2 - } - } - } + id = 15060 + title = "EVTNAME15060" + desc = "EVTDESC15060" + + trigger = { + civilized = yes + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + has_pop_type = farmers + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + owner = { + plurality = 10 + } + } + modifier = { + factor = 1.4 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15060" + state_scope = { + farmers = { + money = -10 + militancy = 8 + } + } + owner = { + treasury = 300 + } + } + + option = { + name = "EVTOPTB15060" + state_scope = { + farmers = { + militancy = 3 + } + } + } + + option = { + name = "EVTOPTC15060" + state_scope = { + farmers = { + consciousness = 2 + } + } + } } #Sons of $PROVINCECULTURE$ Labour province_event = { - id = 15070 - title = "EVTNAME15070" - desc = "EVTDESC15070" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - OR = { - trade_unions = no_trade_unions - trade_unions = state_controlled - } - } - has_pop_type = craftsmen - has_pop_type = labourers - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - is_ideology_enabled = socialist - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15070" - state_scope = { - labourers = { - consciousness = 2 - militancy = 1 - } - craftsmen = { - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB15070" - state_scope = { - labourers = { - militancy = 2 - } - craftsmen = { - consciousness = 1 - militancy = 1 - } - } - } + id = 15070 + title = "EVTNAME15070" + desc = "EVTDESC15070" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + OR = { + trade_unions = no_trade_unions + trade_unions = state_controlled + } + } + has_pop_type = craftsmen + has_pop_type = labourers + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + is_ideology_enabled = socialist + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15070" + state_scope = { + labourers = { + consciousness = 2 + militancy = 1 + } + craftsmen = { + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB15070" + state_scope = { + labourers = { + militancy = 2 + } + craftsmen = { + consciousness = 1 + militancy = 1 + } + } + } } # A coordinated affair province_event = { - id = 15080 - title = "EVTNAME15080" - desc = "EVTDESC15080" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_militancy = 4 - controlled_by = owner - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 5 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15080" - any_pop = { - reduce_pop = 0.99 - militancy = 4 - } - } - - option = { - name = "EVTOPTB15080" - state_scope = { - any_pop = { - militancy = 2 - } - } - } + id = 15080 + title = "EVTNAME15080" + desc = "EVTDESC15080" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_militancy = 4 + controlled_by = owner + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 5 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15080" + any_pop = { + reduce_pop = 0.99 + militancy = 4 + } + } + + option = { + name = "EVTOPTB15080" + state_scope = { + any_pop = { + militancy = 2 + } + } + } } #The Battered boy province_event = { - id = 15090 - title = "EVTNAME15090" - desc = "EVTDESC15090" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - NOT = { - owner = { - citizenship_policy = full_citizenship - } - } - units_in_province = 1 - controlled_by = owner - } - - mean_time_to_happen = { - months = 300 - - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15090" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB15090" - owner = { - capital_scope = { - state_scope = { - any_pop = { - militancy = 3 - } - } - } - } - } + id = 15090 + title = "EVTNAME15090" + desc = "EVTDESC15090" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + NOT = { + owner = { + citizenship_policy = full_citizenship + } + } + units_in_province = 1 + controlled_by = owner + } + + mean_time_to_happen = { + months = 300 + + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15090" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB15090" + owner = { + capital_scope = { + state_scope = { + any_pop = { + militancy = 3 + } + } + } + } + } } # Nobles Incite the peasantry province_event = { - id = 15100 - title = "EVTNAME15100" - desc = "EVTDESC15100" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_militancy = 4 - owner = { - civilized = yes - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 5 - } - } - - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15100" - state_scope = { - aristocrats = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - farmers = { - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB15100" - state_scope = { - aristocrats = { - reduce_pop = 0.9 - militancy = 8 - } - } - } + id = 15100 + title = "EVTNAME15100" + desc = "EVTDESC15100" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_militancy = 4 + owner = { + civilized = yes + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 5 + } + } + + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15100" + state_scope = { + aristocrats = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + farmers = { + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB15100" + state_scope = { + aristocrats = { + reduce_pop = 0.9 + militancy = 8 + } + } + } } #Annals of $PROVINCECULTURE$ History province_event = { - id = 15110 - title = "EVTNAME15110" - desc = "EVTDESC15110" - - trigger = { - is_accepted_culture = no - is_primary_culture = no - is_colonial = no - average_consciousness = 3 - owner = { - civilized = yes - NOT = { - press_rights = free_press - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15110" - state_scope = { - aristocrats = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - capitalists = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB110" - state_scope = { - craftsmen = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - } - clerks = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - } - } - } + id = 15110 + title = "EVTNAME15110" + desc = "EVTDESC15110" + + trigger = { + is_accepted_culture = no + is_primary_culture = no + is_colonial = no + average_consciousness = 3 + owner = { + civilized = yes + NOT = { + press_rights = free_press + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15110" + state_scope = { + aristocrats = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + capitalists = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB110" + state_scope = { + craftsmen = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + } + clerks = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + } + } + } } #$PROVINCECULTURE$ congress province_event = { - id = 15120 - title = "EVTNAME15120" - desc = "EVTDESC15120" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - culture = native_american_minor - } - average_militancy = 6 - owner = { - civilized = yes - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 7 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15120" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 3 - consciousness = 1 - } - } - } + id = 15120 + title = "EVTNAME15120" + desc = "EVTDESC15120" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + culture = native_american_minor + } + average_militancy = 6 + owner = { + civilized = yes + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 7 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15120" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 3 + consciousness = 1 + } + } + } } # All roads lead to $CAPITAL$ province_event = { - id = 15130 - title = "EVTNAME15130" - desc = "EVTDESC15130" - - trigger = { - is_accepted_culture = no - is_primary_culture = no - is_colonial = no - average_consciousness = 4 - state_scope = { - is_colonial = no - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 2 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15130" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1 - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB15130" - add_province_modifier = { - name = local_economic_downturn - duration = 1825 - } - } + id = 15130 + title = "EVTNAME15130" + desc = "EVTDESC15130" + + trigger = { + is_accepted_culture = no + is_primary_culture = no + is_colonial = no + average_consciousness = 4 + state_scope = { + is_colonial = no + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 2 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15130" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1 + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB15130" + add_province_modifier = { + name = local_economic_downturn + duration = 1825 + } + } } # Local Merchants Upset province_event = { - id = 15140 - title = "EVTNAME15140" - desc = "EVTDESC15140" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - state_scope = { - is_colonial = no - } - any_pop = { - type = capitalists - is_accepted_culture = no - is_primary_culture = no - } - any_pop = { - type = artisans - is_accepted_culture = no - is_primary_culture = no - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15140" - state_scope = { - capitalists = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1 - militancy = 1 - } - artisans = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1 - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB15140" - state_scope = { - artisans = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - militancy = 2 - } - } - } - - option = { - name = "EVTOPTC15140" - state_scope = { - capitalists = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - militancy = 2 - } - } - } + id = 15140 + title = "EVTNAME15140" + desc = "EVTDESC15140" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + state_scope = { + is_colonial = no + } + any_pop = { + type = capitalists + is_accepted_culture = no + is_primary_culture = no + } + any_pop = { + type = artisans + is_accepted_culture = no + is_primary_culture = no + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15140" + state_scope = { + capitalists = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1 + militancy = 1 + } + artisans = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1 + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB15140" + state_scope = { + artisans = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + militancy = 2 + } + } + } + + option = { + name = "EVTOPTC15140" + state_scope = { + capitalists = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + militancy = 2 + } + } + } } -#Kulturkampf +#Kulturkampf province_event = { - id = 15150 - title = "EVTNAME15150" - desc = "EVTDESC15150" - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - average_militancy = 6 - controlled_by = owner - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15150" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - militancy = 5 - } - reduce_pop = 0.95 - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB15150" - state_scope = { - any_pop = { - limit = { - is_primary_culture = yes - } - consciousness = 1 - } - } - } + id = 15150 + title = "EVTNAME15150" + desc = "EVTDESC15150" + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + average_militancy = 6 + controlled_by = owner + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15150" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + militancy = 5 + } + reduce_pop = 0.95 + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB15150" + state_scope = { + any_pop = { + limit = { + is_primary_culture = yes + } + consciousness = 1 + } + } + } } #Partisans raid weapons-cache province_event = { - id = 15160 - title = "EVTNAME15160" - desc = "EVTDESC15160" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_militancy = 6 - owner = { - ammunition = 10 - small_arms = 15 - artillery = 1 - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - owner = { - invention = national_fraternity - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15160" - owner = { - ammunition = -10 - small_arms = -15 - artillery = -1 - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1.5 - } - } - } - - option = { - name = "EVTOPTB15160" - owner = { - money = -600 - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 0.5 - } - } - } + id = 15160 + title = "EVTNAME15160" + desc = "EVTDESC15160" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_militancy = 6 + owner = { + ammunition = 10 + small_arms = 15 + artillery = 1 + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + owner = { + invention = national_fraternity + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15160" + owner = { + ammunition = -10 + small_arms = -15 + artillery = -1 + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1.5 + } + } + } + + option = { + name = "EVTOPTB15160" + owner = { + money = -600 + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 0.5 + } + } + } } #Sabotage province_event = { - id = 15170 - title = "EVTNAME15170" - desc = "EVTDESC15170" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_militancy = 6 - state_scope = { - is_colonial = no - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - owner = { - NOT = { - plurality = 10 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15170" - state_scope = { - any_pop = { - limit = { - is_accepted_culture = no - is_primary_culture = no - militancy = 6 - } - reduce_pop = 0.99 - militancy = -0.5 - } - } - } - - option = { - name = "EVTOPTB15170" - owner = { - plurality = 1 - } - state_scope = { - any_pop = { - limit = { - is_accepted_culture = no - is_primary_culture = no - militancy = 6 - } - reduce_pop = 0.99 - militancy = -1 - } - } - } + id = 15170 + title = "EVTNAME15170" + desc = "EVTDESC15170" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_militancy = 6 + state_scope = { + is_colonial = no + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + owner = { + NOT = { + plurality = 10 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15170" + state_scope = { + any_pop = { + limit = { + is_accepted_culture = no + is_primary_culture = no + militancy = 6 + } + reduce_pop = 0.99 + militancy = -0.5 + } + } + } + + option = { + name = "EVTOPTB15170" + owner = { + plurality = 1 + } + state_scope = { + any_pop = { + limit = { + is_accepted_culture = no + is_primary_culture = no + militancy = 6 + } + reduce_pop = 0.99 + militancy = -1 + } + } + } } #Organic Work province_event = { - id = 15180 - title = "EVTNAME15180" - desc = "EVTDESC15180" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_consciousness = 3 - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.1 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_militancy = 6 - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15180" - add_province_modifier = { - name = organic_work - duration = 1095 - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 4 - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB15180" - add_province_modifier = { - name = organic_work - duration = 365 - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - militancy = -1 - } - } - } + id = 15180 + title = "EVTNAME15180" + desc = "EVTDESC15180" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_consciousness = 3 + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_militancy = 6 + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15180" + add_province_modifier = { + name = organic_work + duration = 1095 + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 4 + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB15180" + add_province_modifier = { + name = organic_work + duration = 365 + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + militancy = -1 + } + } + } } # Galician Slaughter province_event = { - id = 15190 - title = "EVTNAME15190" - desc = "EVTDESC15190" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - NOT = { - citizenship_policy = full_citizenship - } - } - any_pop = { - type = aristocrats - is_primary_culture = no - is_accepted_culture = no - militancy = 6 - } - any_pop = { - type = farmers - is_primary_culture = no - is_accepted_culture = no - NOT = { - consciousness = 4 - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - owner = { - plurality = 10 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15190" - state_scope = { - aristocrats = { - reduce_pop = 0.5 - militancy = -4 - } - farmers = { - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB15190" - state_scope = { - aristocrats = { - reduce_pop = 0.7 - militancy = -2 - } - farmers = { - consciousness = 2 - militancy = 2 - } - } - } - - option = { - name = "EVTOPTC15190" - state_scope = { - aristocrats = { - reduce_pop = 0.9 - militancy = -1 - } - farmers = { - consciousness = 4 - militancy = 3 - } - } - } - + id = 15190 + title = "EVTNAME15190" + desc = "EVTDESC15190" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + NOT = { + citizenship_policy = full_citizenship + } + } + any_pop = { + type = aristocrats + is_primary_culture = no + is_accepted_culture = no + militancy = 6 + } + any_pop = { + type = farmers + is_primary_culture = no + is_accepted_culture = no + NOT = { + consciousness = 4 + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + owner = { + plurality = 10 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15190" + state_scope = { + aristocrats = { + reduce_pop = 0.5 + militancy = -4 + } + farmers = { + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB15190" + state_scope = { + aristocrats = { + reduce_pop = 0.7 + militancy = -2 + } + farmers = { + consciousness = 2 + militancy = 2 + } + } + } + + option = { + name = "EVTOPTC15190" + state_scope = { + aristocrats = { + reduce_pop = 0.9 + militancy = -1 + } + farmers = { + consciousness = 4 + militancy = 3 + } + } + } + } #Nationalist Sympathies among the officers province_event = { - id = 15200 - title = "EVTNAME15200" - desc = "EVTDESC15200" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - civilized = yes - not = { - citizenship_policy = full_citizenship - } - } - any_pop = { - is_primary_culture = no - is_accepted_culture = no - type = officers - consciousness = 6 - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15200" - state_scope = { - any_pop = { - limit = { - type = officers - consciousness = 6 - is_primary_culture = no - is_accepted_culture = no - } - reduce_pop = 0.5 - consciousness = -2 - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB15200" - state_scope = { - any_pop = { - limit = { - type = officers - consciousness = 6 - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1 - } - } - } + id = 15200 + title = "EVTNAME15200" + desc = "EVTDESC15200" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + civilized = yes + not = { + citizenship_policy = full_citizenship + } + } + any_pop = { + is_primary_culture = no + is_accepted_culture = no + type = officers + consciousness = 6 + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15200" + state_scope = { + any_pop = { + limit = { + type = officers + consciousness = 6 + is_primary_culture = no + is_accepted_culture = no + } + reduce_pop = 0.5 + consciousness = -2 + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB15200" + state_scope = { + any_pop = { + limit = { + type = officers + consciousness = 6 + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1 + } + } + } } #National Martyr province_event = { - id = 15210 - title = "EVTNAME15210" - desc = "EVTDESC15210" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.1 - NOT = { - average_militancy = 5 - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15210" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1.5 - } - } - } - - option = { - name = "EVTOPTB15210" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1.5 - } - } - } + id = 15210 + title = "EVTNAME15210" + desc = "EVTDESC15210" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.1 + NOT = { + average_militancy = 5 + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15210" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1.5 + } + } + } + + option = { + name = "EVTOPTB15210" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1.5 + } + } + } } #Upset Soldiers province_event = { - id = 15220 - title = "EVTNAME15220" - desc = "EVTDESC15220" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - any_pop = { - type = soldiers - is_primary_culture = no - is_accepted_culture = no - consciousness = 7 - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 450 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15220" - state_scope = { - any_pop = { - limit = { - type = soldiers - is_primary_culture = no - is_accepted_culture = no - consciousness = 7 - } - militancy = 2 - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB15220" - state_scope = { - any_pop = { - limit = { - type = soldiers - is_primary_culture = no - is_accepted_culture = no - consciousness = 7 - } - militancy = 4 - consciousness = -3 - } - } - } + id = 15220 + title = "EVTNAME15220" + desc = "EVTDESC15220" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + any_pop = { + type = soldiers + is_primary_culture = no + is_accepted_culture = no + consciousness = 7 + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 450 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15220" + state_scope = { + any_pop = { + limit = { + type = soldiers + is_primary_culture = no + is_accepted_culture = no + consciousness = 7 + } + militancy = 2 + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB15220" + state_scope = { + any_pop = { + limit = { + type = soldiers + is_primary_culture = no + is_accepted_culture = no + consciousness = 7 + } + militancy = 4 + consciousness = -3 + } + } + } } #Literary Association province_event = { - id = 15230 - title = "EVTNAME15230" - desc = "EVTDESC15230" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - NOT = { - citizenship_policy = full_citizenship - press_rights = free_press - } - } - any_greater_power = { - NOT = { tag = THIS } - press_rights = free_press - public_meetings = yes_meeting - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - } - - option = { - name = "EVTOPTA15230" - random_country = { - limit = { - is_greater_power = yes - civilized = yes - press_rights = free_press - public_meetings = yes_meeting - NOT = { - tag = THIS - } - } - relation = { - who = THIS - value = -40 - } - } - } - - option = { - name = "EVTOPTB15230" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 4 - militancy = 1 - } - } - } + id = 15230 + title = "EVTNAME15230" + desc = "EVTDESC15230" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + NOT = { + citizenship_policy = full_citizenship + press_rights = free_press + } + } + any_greater_power = { + NOT = { tag = THIS } + press_rights = free_press + public_meetings = yes_meeting + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + } + + option = { + name = "EVTOPTA15230" + random_country = { + limit = { + is_greater_power = yes + civilized = yes + press_rights = free_press + public_meetings = yes_meeting + NOT = { + tag = THIS + } + } + relation = { + who = THIS + value = -40 + } + } + } + + option = { + name = "EVTOPTB15230" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 4 + militancy = 1 + } + } + } } #Patriotic Society province_event = { - id = 15240 - title = "EVTNAME15240" - desc = "EVTDESC15240" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_consciousness = 4 - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15240" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - } - } - } - - option = { - name = "EVTOPTB15240" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } + id = 15240 + title = "EVTNAME15240" + desc = "EVTDESC15240" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_consciousness = 4 + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15240" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + } + } + } + + option = { + name = "EVTOPTB15240" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } } # Suppressing the Rite? province_event = { - id = 15250 - title = "EVTNAME15250" - desc = "EVTDESC15250" - - trigger = { - owner = { - civilized = yes - NOT = { - has_country_flag = state_controlled_rite - citizenship_policy = full_citizenship - } - } - is_colonial = no - is_primary_culture = no - is_accepted_culture = no - is_state_religion = no - any_pop = { - type = clergymen - consciousness = 4 - is_state_religion = no - is_primary_culture = no - is_accepted_culture = no - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 5 } - } - modifier = { - factor = 1.5 - NOT = { owner = { nationalism_n_imperialism = 1 } } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15250" - state_scope = { - clergymen = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 4 - } - any_pop = { - limit = { - is_state_religion = no - is_primary_culture = no - is_accepted_culture = no - NOT = { type = clergymen } - } - consciousness = -2 - } - any_pop = { - limit = { - is_state_religion = yes - is_primary_culture = no - is_accepted_culture = no - NOT = { type = clergymen } - } - consciousness = -1 - } - } - owner = { set_country_flag = state_controlled_rite } - } - - option = { - name = "EVTOPTB15250" - any_pop = { consciousness = 1 } - } + id = 15250 + title = "EVTNAME15250" + desc = "EVTDESC15250" + + trigger = { + owner = { + civilized = yes + NOT = { + has_country_flag = state_controlled_rite + citizenship_policy = full_citizenship + } + } + is_colonial = no + is_primary_culture = no + is_accepted_culture = no + is_state_religion = no + any_pop = { + type = clergymen + consciousness = 4 + is_state_religion = no + is_primary_culture = no + is_accepted_culture = no + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 5 } + } + modifier = { + factor = 1.5 + NOT = { owner = { nationalism_n_imperialism = 1 } } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15250" + state_scope = { + clergymen = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 4 + } + any_pop = { + limit = { + is_state_religion = no + is_primary_culture = no + is_accepted_culture = no + NOT = { type = clergymen } + } + consciousness = -2 + } + any_pop = { + limit = { + is_state_religion = yes + is_primary_culture = no + is_accepted_culture = no + NOT = { type = clergymen } + } + consciousness = -1 + } + } + owner = { set_country_flag = state_controlled_rite } + } + + option = { + name = "EVTOPTB15250" + any_pop = { consciousness = 1 } + } } #Building permits province_event = { - id = 15260 - title = "EVTNAME15260" - desc = "EVTDESC15260" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - civilized = yes - nationalvalue = nv_order - NOT = { - has_country_modifier = minority_building_restrictions - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15260" - owner = { - add_country_modifier = { - name = minority_building_restrictions - duration = 3650 - } - } - } - - option = { - name = "EVTOPTB15260" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = -1 - } - } - } + id = 15260 + title = "EVTNAME15260" + desc = "EVTDESC15260" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + civilized = yes + nationalvalue = nv_order + NOT = { + has_country_modifier = minority_building_restrictions + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15260" + owner = { + add_country_modifier = { + name = minority_building_restrictions + duration = 3650 + } + } + } + + option = { + name = "EVTOPTB15260" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = -1 + } + } + } } #Dryzymala's Wagon province_event = { - id = 15270 - title = "EVTNAME15270" - desc = "EVTDESC15270" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - civilized = yes - has_country_modifier = minority_building_restrictions - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 700 - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15270" - owner = { - remove_country_modifier = minority_building_restrictions - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - } - } - } - - option = { - name = "EVTOPTB15270" - add_province_modifier = { - name = dryzymalas_wagon - duration = 7300 - } - owner = { - prestige = -1 - } - } + id = 15270 + title = "EVTNAME15270" + desc = "EVTDESC15270" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + civilized = yes + has_country_modifier = minority_building_restrictions + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 700 + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15270" + owner = { + remove_country_modifier = minority_building_restrictions + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + } + } + } + + option = { + name = "EVTOPTB15270" + add_province_modifier = { + name = dryzymalas_wagon + duration = 7300 + } + owner = { + prestige = -1 + } + } } #Foreign Journalist visits Dryzymala province_event = { - id = 15274 - title = "EVTNAME15274" - desc = "EVTDESC15274" - - trigger = { - has_province_modifier = dryzymalas_wagon - controlled_by = owner - } - - mean_time_to_happen = { - months = 15 - - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15274" - owner = { - remove_country_modifier = minority_building_restrictions - } - remove_province_modifier = dryzymalas_wagon - } - - option = { - name = "EVTOPTB15274" - owner = { - prestige = -1 - } - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1 - } - } - } + id = 15274 + title = "EVTNAME15274" + desc = "EVTDESC15274" + + trigger = { + has_province_modifier = dryzymalas_wagon + controlled_by = owner + } + + mean_time_to_happen = { + months = 15 + + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15274" + owner = { + remove_country_modifier = minority_building_restrictions + } + remove_province_modifier = dryzymalas_wagon + } + + option = { + name = "EVTOPTB15274" + owner = { + prestige = -1 + } + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1 + } + } + } } # School Language province_event = { - id = 15280 - title = "EVTNAME15280" - desc = "EVTDESC15280" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - civilized = yes - NOT = { - citizenship_policy = full_citizenship - } - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 4 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 10 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 15 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 20 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 25 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 30 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 35 - } - } - modifier = { - factor = 1.5 - owner = { - num_of_cities = 40 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - } - - option = { - name = "EVTOPTA15280" - owner = { - years_of_research = 0.02 - add_country_modifier = { - name = discriminatory_school_system - duration = 1000 - } - } - } - - option = { - name = "EVTOPTB15280" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - } - } - } + id = 15280 + title = "EVTNAME15280" + desc = "EVTDESC15280" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + civilized = yes + NOT = { + citizenship_policy = full_citizenship + } + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 4 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 10 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 15 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 20 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 25 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 30 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 35 + } + } + modifier = { + factor = 1.5 + owner = { + num_of_cities = 40 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + } + + option = { + name = "EVTOPTA15280" + owner = { + years_of_research = 0.02 + add_country_modifier = { + name = discriminatory_school_system + duration = 1000 + } + } + } + + option = { + name = "EVTOPTB15280" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + } + } + } } #School Strike province_event = { - id = 15290 - title = "EVTNAME15290" - desc = "EVTDESC15290" - - trigger = { - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - owner = { - has_country_modifier = discriminatory_school_system - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15290" - owner = { - remove_country_modifier = discriminatory_school_system - } - } - - option = { - name = "EVTOPTB15290" - state_scope = { - poor_strata = { - consciousness = 1 - militancy = 3 - } - } - } + id = 15290 + title = "EVTNAME15290" + desc = "EVTDESC15290" + + trigger = { + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + owner = { + has_country_modifier = discriminatory_school_system + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15290" + owner = { + remove_country_modifier = discriminatory_school_system + } + } + + option = { + name = "EVTOPTB15290" + state_scope = { + poor_strata = { + consciousness = 1 + militancy = 3 + } + } + } } #Sokol Movement province_event = { - id = 15300 - title = "EVTNAME15300" - desc = "EVTDESC15300" - - trigger ={ - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - year = 1862 - OR = { - culture = czech - culture = polish - culture = hungarian - culture = slovak - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15300" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB15300" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 1 - } - } - } + id = 15300 + title = "EVTNAME15300" + desc = "EVTDESC15300" + + trigger ={ + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + year = 1862 + OR = { + culture = czech + culture = polish + culture = hungarian + culture = slovak + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15300" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB15300" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 1 + } + } + } } #Flying University province_event = { - id = 15310 - title = "EVTNAME15310" - desc = "EVTDESC15310" - - trigger = { - not = { - has_province_modifier = flying_university - } - is_primary_culture = no - is_accepted_culture = no - is_colonial = no - average_consciousness = 5 - owner = { - has_country_modifier = discriminatory_school_system - } - controlled_by = owner - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 1.5 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 1.5 - NOT = { - owner = { - nationalism_n_imperialism = 1 - } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA15310" - add_province_modifier = { - name = flying_university - duration = 730 - } - } - - option = { - name = "EVTOPTB15310" - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - money = -50 - militancy = 2 - consciousness = 1 - } - } - } -} \ No newline at end of file + id = 15310 + title = "EVTNAME15310" + desc = "EVTDESC15310" + + trigger = { + not = { + has_province_modifier = flying_university + } + is_primary_culture = no + is_accepted_culture = no + is_colonial = no + average_consciousness = 5 + owner = { + has_country_modifier = discriminatory_school_system + } + controlled_by = owner + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 1.5 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 1.5 + NOT = { + owner = { + nationalism_n_imperialism = 1 + } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA15310" + add_province_modifier = { + name = flying_university + duration = 730 + } + } + + option = { + name = "EVTOPTB15310" + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + money = -50 + militancy = 2 + consciousness = 1 + } + } + } +} diff --git a/HPM/events/NaturalDisasters.txt b/HPM/events/NaturalDisasters.txt index b8b143e3..a4a2ced6 100644 --- a/HPM/events/NaturalDisasters.txt +++ b/HPM/events/NaturalDisasters.txt @@ -1,890 +1,890 @@ #Tunguska Meteor Strike country_event = { - id = 21500 - title = "EVTNAME21500" - desc = "EVTDESC21500" - news = yes - news_desc_long = "EVTDESC21500_NEWS_LONG" - news_desc_medium = "EVTDESC21500_NEWS_MEDIUM" - news_desc_short = "EVTDESC21500_NEWS_SHORT" - picture = "destroyed_forest" - - fire_only_once = yes - - trigger = { - year = 1908 - owns = 2694 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21500" - random_owned = { limit = { province_id = 2694 has_building = railroad } infrastructure = -6 } - random_owned = { limit = { province_id = 2694 has_building = fort } fort = -6 } - random_owned = { limit = { province_id = 2694 total_pops = 10000 } any_pop = { reduce_pop = 0.99 } } - } + id = 21500 + title = "EVTNAME21500" + desc = "EVTDESC21500" + news = yes + news_desc_long = "EVTDESC21500_NEWS_LONG" + news_desc_medium = "EVTDESC21500_NEWS_MEDIUM" + news_desc_short = "EVTDESC21500_NEWS_SHORT" + picture = "destroyed_forest" + + fire_only_once = yes + + trigger = { + year = 1908 + owns = 2694 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21500" + random_owned = { limit = { province_id = 2694 has_building = railroad } infrastructure = -6 } + random_owned = { limit = { province_id = 2694 has_building = fort } fort = -6 } + random_owned = { limit = { province_id = 2694 total_pops = 10000 } any_pop = { reduce_pop = 0.99 } } + } } #Krakatoa Explodes country_event = { - id = 21510 - title = "EVTNAME21510" - desc = "EVTDESC21510" - news = yes - news_desc_long = "EVTDESC21510_NEWS_LONG" - news_desc_medium = "EVTDESC21510_NEWS_MEDIUM" - news_desc_short = "EVTDESC21510_NEWS_SHORT" - picture = "pelee" - - fire_only_once = yes - - trigger = { - year = 1883 - owns = 1414 - } - - mean_time_to_happen = { - months = 5 - } - - option = { - name = "EVTOPTA21510" - 1414 = { any_pop = { reduce_pop = 0.96 } life_rating = -1 } - random_owned = { limit = { province_id = 1414 has_building = railroad } infrastructure = -1 } - random_owned = { limit = { province_id = 1414 has_building = fort } fort = -1 } - random_owned = { limit = { province_id = 1413 has_building = naval_base } naval_base = -1 } - } + id = 21510 + title = "EVTNAME21510" + desc = "EVTDESC21510" + news = yes + news_desc_long = "EVTDESC21510_NEWS_LONG" + news_desc_medium = "EVTDESC21510_NEWS_MEDIUM" + news_desc_short = "EVTDESC21510_NEWS_SHORT" + picture = "pelee" + + fire_only_once = yes + + trigger = { + year = 1883 + owns = 1414 + } + + mean_time_to_happen = { + months = 5 + } + + option = { + name = "EVTOPTA21510" + 1414 = { any_pop = { reduce_pop = 0.96 } life_rating = -1 } + random_owned = { limit = { province_id = 1414 has_building = railroad } infrastructure = -1 } + random_owned = { limit = { province_id = 1414 has_building = fort } fort = -1 } + random_owned = { limit = { province_id = 1413 has_building = naval_base } naval_base = -1 } + } } # San Francisco Earthquake country_event = { - id = 21520 - title = "EVTNAME21520" - desc = "EVTDESC21520" - news = yes - news_desc_long = "EVTDESC21520_NEWS_LONG" - news_desc_medium = "EVTDESC21520_NEWS_MEDIUM" - news_desc_short = "EVTDESC21520_NEWS_SHORT" - picture = "earthquake" - - fire_only_once = yes - - trigger = { - year = 1906 - owns = 104 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - random_owned = { limit = { province_id = 104 has_building = railroad } infrastructure = -6 } - random_owned = { limit = { province_id = 104 has_building = fort } fort = -6 } - random_owned = { limit = { province_id = 104 has_building = naval_base } naval_base = -6 } - 104 = { add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } - treasury = -50000 - } + id = 21520 + title = "EVTNAME21520" + desc = "EVTDESC21520" + news = yes + news_desc_long = "EVTDESC21520_NEWS_LONG" + news_desc_medium = "EVTDESC21520_NEWS_MEDIUM" + news_desc_short = "EVTDESC21520_NEWS_SHORT" + picture = "earthquake" + + fire_only_once = yes + + trigger = { + year = 1906 + owns = 104 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + random_owned = { limit = { province_id = 104 has_building = railroad } infrastructure = -6 } + random_owned = { limit = { province_id = 104 has_building = fort } fort = -6 } + random_owned = { limit = { province_id = 104 has_building = naval_base } naval_base = -6 } + 104 = { add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } + treasury = -50000 + } } # 1877 Iquique earthquake country_event = { - id = 21521 - title = "EVTNAME21521" - desc = "EVTDESC21521" - picture = "arica_after_earthquake" - - fire_only_once = yes - - trigger = { - year = 1877 - owns = 2307 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - 2307 = { infrastructure = -1 fort = -1 naval_base = -1 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 90 } } - 2309 = { infrastructure = -3 fort = -3 naval_base = -3 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 182 } } - 2305 = { infrastructure = -3 fort = -3 naval_base = -3 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 182 } } - } + id = 21521 + title = "EVTNAME21521" + desc = "EVTDESC21521" + picture = "arica_after_earthquake" + + fire_only_once = yes + + trigger = { + year = 1877 + owns = 2307 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + 2307 = { infrastructure = -1 fort = -1 naval_base = -1 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 90 } } + 2309 = { infrastructure = -3 fort = -3 naval_base = -3 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 182 } } + 2305 = { infrastructure = -3 fort = -3 naval_base = -3 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 182 } } + } } # 1868 Arica Earthquake country_event = { - id = 21522 - title = "EVTNAME21522" - desc = "EVTDESC21522" - picture = "arica_after_earthquake" - - major = yes - fire_only_once = yes - - trigger = { - year = 1868 - owns = 2308 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - 2307 = { infrastructure = -4 fort = -4 naval_base = -4 any_pop = { reduce_pop = 0.98 } add_province_modifier = { name = earthquake_devastation duration = 182 } } - 2308 = { infrastructure = -6 fort = -6 naval_base = -6 any_pop = { reduce_pop = 0.97 } add_province_modifier = { name = earthquake_devastation duration = 365 } } - 2578 = { infrastructure = -6 fort = -6 naval_base = -6 any_pop = { reduce_pop = 0.97 } add_province_modifier = { name = earthquake_devastation duration = 365 } } - 2304 = { infrastructure = -4 fort = -4 naval_base = -4 any_pop = { reduce_pop = 0.98 } add_province_modifier = { name = earthquake_devastation duration = 182 } } - 2297 = { infrastructure = -2 fort = -2 naval_base = -2 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 90 } } - 658 = { infrastructure = -1 fort = -1 naval_base = -1 } - } + id = 21522 + title = "EVTNAME21522" + desc = "EVTDESC21522" + picture = "arica_after_earthquake" + + major = yes + fire_only_once = yes + + trigger = { + year = 1868 + owns = 2308 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + 2307 = { infrastructure = -4 fort = -4 naval_base = -4 any_pop = { reduce_pop = 0.98 } add_province_modifier = { name = earthquake_devastation duration = 182 } } + 2308 = { infrastructure = -6 fort = -6 naval_base = -6 any_pop = { reduce_pop = 0.97 } add_province_modifier = { name = earthquake_devastation duration = 365 } } + 2578 = { infrastructure = -6 fort = -6 naval_base = -6 any_pop = { reduce_pop = 0.97 } add_province_modifier = { name = earthquake_devastation duration = 365 } } + 2304 = { infrastructure = -4 fort = -4 naval_base = -4 any_pop = { reduce_pop = 0.98 } add_province_modifier = { name = earthquake_devastation duration = 182 } } + 2297 = { infrastructure = -2 fort = -2 naval_base = -2 any_pop = { reduce_pop = 0.99 } add_province_modifier = { name = earthquake_devastation duration = 90 } } + 658 = { infrastructure = -1 fort = -1 naval_base = -1 } + } } # 1896 Sanriku earthquake country_event = { - id = 21523 - title = "EVTNAME21523" - desc = "EVTDESC21523" - picture = "sanriku_earthquake" - - fire_only_once = yes - - trigger = { - year = 1896 - owns = 1670 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - 1670 = { infrastructure = -6 fort = -6 naval_base = -6 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } - 1668 = { infrastructure = -6 fort = -6 naval_base = -6 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } - 1672 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } any_pop = { reduce_pop = 0.99 } } - } + id = 21523 + title = "EVTNAME21523" + desc = "EVTDESC21523" + picture = "sanriku_earthquake" + + fire_only_once = yes + + trigger = { + year = 1896 + owns = 1670 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + 1670 = { infrastructure = -6 fort = -6 naval_base = -6 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } + 1668 = { infrastructure = -6 fort = -6 naval_base = -6 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.98 } } + 1672 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } any_pop = { reduce_pop = 0.99 } } + } } # The Ansei Great Earthquakes country_event = { - id = 21524 - title = "EVTNAME21524" - desc = "EVTDESC21524" - picture = "namazu" - - fire_only_once = yes - - trigger = { - year = 1855 - owns = 1649 - } - - mean_time_to_happen = { - months = 2 - } - - option = { - name = "EVTOPTA21524" - 1676 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } - - 1656 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } - - 1649 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } - - 1675 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } - - 1667 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } - - 1658 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } - - 1650 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } - - 1651 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } - - 1652 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 90 } } - - 1653 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 90 } } - } + id = 21524 + title = "EVTNAME21524" + desc = "EVTDESC21524" + picture = "namazu" + + fire_only_once = yes + + trigger = { + year = 1855 + owns = 1649 + } + + mean_time_to_happen = { + months = 2 + } + + option = { + name = "EVTOPTA21524" + 1676 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } + + 1656 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } + + 1649 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } + + 1675 = { infrastructure = -4 fort = -4 naval_base = -4 add_province_modifier = { name = earthquake_devastation duration = 365 } any_pop = { reduce_pop = 0.99 } } + + 1667 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } + + 1658 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } + + 1650 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } + + 1651 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 182 } } + + 1652 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 90 } } + + 1653 = { infrastructure = -2 fort = -2 naval_base = -2 add_province_modifier = { name = earthquake_devastation duration = 90 } } + } } # Great Neapolitan earthquake country_event = { - id = 21525 - title = "EVTNAME21525" - desc = "EVTDESC21525" - picture = "great_neapolitan_earthquake" - - fire_only_once = yes - - trigger = { - year = 1857 - owns = 761 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - random_owned = { - limit = { province_id = 761 has_building = railroad } - random_list = { - 34 = { infrastructure = -3 } - 33 = { infrastructure = -2 } - 33 = { infrastructure = -1 } - } - } - random_owned = { - limit = { province_id = 761 has_building = fort } - random_list = { - 34 = { fort = -3 } - 33 = { fort = -2 } - 33 = { fort = -1 } - } - } - random_owned = { - limit = { province_id = 761 has_building = naval_base } - random_list = { - 34 = { naval_base = -3 } - 33 = { naval_base = -2 } - 33 = { naval_base = -1 } - } - } - random_owned = { - limit = { province_id = 761 } - random_list = { - 50 = { any_pop = { reduce_pop = 0.995 } } - 50 = { any_pop = { reduce_pop = 0.99 } } - } - } - 761 = { add_province_modifier = { name = earthquake_devastation duration = 365 } } - ai_chance = { factor = 100 } - } + id = 21525 + title = "EVTNAME21525" + desc = "EVTDESC21525" + picture = "great_neapolitan_earthquake" + + fire_only_once = yes + + trigger = { + year = 1857 + owns = 761 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + random_owned = { + limit = { province_id = 761 has_building = railroad } + random_list = { + 34 = { infrastructure = -3 } + 33 = { infrastructure = -2 } + 33 = { infrastructure = -1 } + } + } + random_owned = { + limit = { province_id = 761 has_building = fort } + random_list = { + 34 = { fort = -3 } + 33 = { fort = -2 } + 33 = { fort = -1 } + } + } + random_owned = { + limit = { province_id = 761 has_building = naval_base } + random_list = { + 34 = { naval_base = -3 } + 33 = { naval_base = -2 } + 33 = { naval_base = -1 } + } + } + random_owned = { + limit = { province_id = 761 } + random_list = { + 50 = { any_pop = { reduce_pop = 0.995 } } + 50 = { any_pop = { reduce_pop = 0.99 } } + } + } + 761 = { add_province_modifier = { name = earthquake_devastation duration = 365 } } + ai_chance = { factor = 100 } + } } # 1908 Messina earthquake country_event = { - id = 21526 - title = "EVTNAME21526" - desc = "EVTDESC21526" - picture = "messina_earthquake" - - fire_only_once = yes - - trigger = { - year = 1908 - owns = 763 - owns = 759 - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVTOPTA21520" - random_owned = { - limit = { province_id = 763 has_building = railroad } - infrastructure = -6 - } - random_owned = { - limit = { province_id = 759 has_building = railroad } - infrastructure = -6 - } - random_owned = { - limit = { province_id = 763 has_building = fort } - fort = -6 - } - random_owned = { - limit = { province_id = 759 has_building = fort } - fort = -6 - } - random_owned = { - limit = { province_id = 763 has_building = naval_base } - naval_base = -6 - } - random_owned = { - limit = { province_id = 759 has_building = naval_base } - naval_base = -6 - } - random_owned = { - limit = { province_id = 763 } - random_list = { - 50 = { any_pop = { reduce_pop = 0.9 } } - 50 = { any_pop = { reduce_pop = 0.8 } } - } - } - random_owned = { - limit = { province_id = 759 } - random_list = { - 50 = { any_pop = { reduce_pop = 0.9 } } - 50 = { any_pop = { reduce_pop = 0.8 } } - } - } - any_owned = { - limit = { - OR = { - province_id = 763 - province_id = 759 - } - } - add_province_modifier = { name = earthquake_devastation duration = 730 } - } - ai_chance = { factor = 100 } - } + id = 21526 + title = "EVTNAME21526" + desc = "EVTDESC21526" + picture = "messina_earthquake" + + fire_only_once = yes + + trigger = { + year = 1908 + owns = 763 + owns = 759 + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVTOPTA21520" + random_owned = { + limit = { province_id = 763 has_building = railroad } + infrastructure = -6 + } + random_owned = { + limit = { province_id = 759 has_building = railroad } + infrastructure = -6 + } + random_owned = { + limit = { province_id = 763 has_building = fort } + fort = -6 + } + random_owned = { + limit = { province_id = 759 has_building = fort } + fort = -6 + } + random_owned = { + limit = { province_id = 763 has_building = naval_base } + naval_base = -6 + } + random_owned = { + limit = { province_id = 759 has_building = naval_base } + naval_base = -6 + } + random_owned = { + limit = { province_id = 763 } + random_list = { + 50 = { any_pop = { reduce_pop = 0.9 } } + 50 = { any_pop = { reduce_pop = 0.8 } } + } + } + random_owned = { + limit = { province_id = 759 } + random_list = { + 50 = { any_pop = { reduce_pop = 0.9 } } + 50 = { any_pop = { reduce_pop = 0.8 } } + } + } + any_owned = { + limit = { + OR = { + province_id = 763 + province_id = 759 + } + } + add_province_modifier = { name = earthquake_devastation duration = 730 } + } + ai_chance = { factor = 100 } + } } #The Drought of $YEAR$ country_event = { - id = 21527 - title = "EVTNAME21527" - desc = "EVTDESC21527" - picture = "dry_year" - - trigger = { - any_owned_province = { - is_core = THIS - has_pop_type = farmers - is_colonial = no - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - has_province_modifier = homeland_drought - has_province_modifier = severe_homeland_drought - has_province_modifier = homeland_productive_year - } - } - } - - mean_time_to_happen = { - months = 700 - modifier = { - factor = 0.8 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - has_province_modifier = homeland_drought - } - } - } - modifier = { - factor = 0.7 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - has_province_modifier = severe_homeland_drought - } - } - } - #modifier = { - # factor = 2 - # invention = oil_pumping_machinery - #} - modifier = { - factor = 2 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - has_province_modifier = homeland_productive_year - } - } - } - } - - option = { - name = "EVTOPTA21527" - random_list = { - 50 = { - random_owned = { - limit = { is_capital = yes continent = europe } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = europe - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = asia } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = asia - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = africa } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = africa - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = north_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = north_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = south_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = south_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = oceania } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = oceania - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = australia_new_zealand } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = australia_new_zealand - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_drought duration = 365 } - } - } - } - } - - 50 = { - random_owned = { - limit = { is_capital = yes continent = europe } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = europe - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = asia } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = asia - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = africa } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = africa - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = north_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = north_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = south_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = south_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = oceania } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = oceania - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = australia_new_zealand } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = australia_new_zealand - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = severe_homeland_drought duration = 365 } - } - } - } - } - } - - ai_chance = { factor = 100 } - } + id = 21527 + title = "EVTNAME21527" + desc = "EVTDESC21527" + picture = "dry_year" + + trigger = { + any_owned_province = { + is_core = THIS + has_pop_type = farmers + is_colonial = no + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + has_province_modifier = homeland_drought + has_province_modifier = severe_homeland_drought + has_province_modifier = homeland_productive_year + } + } + } + + mean_time_to_happen = { + months = 700 + modifier = { + factor = 0.8 + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + has_province_modifier = homeland_drought + } + } + } + modifier = { + factor = 0.7 + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + has_province_modifier = severe_homeland_drought + } + } + } + #modifier = { + # factor = 2 + # invention = oil_pumping_machinery + #} + modifier = { + factor = 2 + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + has_province_modifier = homeland_productive_year + } + } + } + } + + option = { + name = "EVTOPTA21527" + random_list = { + 50 = { + random_owned = { + limit = { is_capital = yes continent = europe } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = europe + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = asia } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = asia + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = africa } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = africa + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = north_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = north_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = south_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = south_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = oceania } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = oceania + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = australia_new_zealand } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = australia_new_zealand + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_drought duration = 365 } + } + } + } + } + + 50 = { + random_owned = { + limit = { is_capital = yes continent = europe } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = europe + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = asia } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = asia + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = africa } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = africa + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = north_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = north_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = south_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = south_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = oceania } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = oceania + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = australia_new_zealand } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = australia_new_zealand + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = severe_homeland_drought duration = 365 } + } + } + } + } + } + + ai_chance = { factor = 100 } + } } #Bountiful Year/The Year of Abundance country_event = { - id = 21528 - title = "EVTNAME21528" - desc = "EVTDESC21528" - picture = "bountiful_year" - - trigger = { - any_owned_province = { - is_core = THIS - has_pop_type = farmers - is_colonial = no - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - has_province_modifier = homeland_drought - has_province_modifier = severe_homeland_drought - has_province_modifier = homeland_productive_year - } - } - } - - mean_time_to_happen = { - months = 700 - modifier = { - factor = 2 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - OR = { - has_province_modifier = severe_homeland_drought - has_province_modifier = homeland_drought - } - } - } - } - modifier = { - factor = 0.8 - any_owned_province = { - any_neighbor_province = { - NOT = { owned_by = THIS } - has_province_modifier = homeland_productive_year - } - } - } - } - - option = { - name = "EVTOPTA21528" - random_owned = { - limit = { is_capital = yes continent = europe } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = europe - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = asia } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = asia - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = africa } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = africa - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = north_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = north_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = south_america } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = south_america - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = oceania } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = oceania - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - random_owned = { - limit = { is_capital = yes continent = australia_new_zealand } - owner = { - any_owned = { - limit = { - has_pop_type = farmers - is_colonial = no - continent = australia_new_zealand - is_overseas = no - NOT = { - terrain = desert - terrain = montane_tundra - terrain = arctic - } - } - add_province_modifier = { name = homeland_productive_year duration = 365 } - } - } - } - - ai_chance = { factor = 100 } - } + id = 21528 + title = "EVTNAME21528" + desc = "EVTDESC21528" + picture = "bountiful_year" + + trigger = { + any_owned_province = { + is_core = THIS + has_pop_type = farmers + is_colonial = no + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + has_province_modifier = homeland_drought + has_province_modifier = severe_homeland_drought + has_province_modifier = homeland_productive_year + } + } + } + + mean_time_to_happen = { + months = 700 + modifier = { + factor = 2 + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + OR = { + has_province_modifier = severe_homeland_drought + has_province_modifier = homeland_drought + } + } + } + } + modifier = { + factor = 0.8 + any_owned_province = { + any_neighbor_province = { + NOT = { owned_by = THIS } + has_province_modifier = homeland_productive_year + } + } + } + } + + option = { + name = "EVTOPTA21528" + random_owned = { + limit = { is_capital = yes continent = europe } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = europe + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = asia } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = asia + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = africa } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = africa + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = north_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = north_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = south_america } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = south_america + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = oceania } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = oceania + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + random_owned = { + limit = { is_capital = yes continent = australia_new_zealand } + owner = { + any_owned = { + limit = { + has_pop_type = farmers + is_colonial = no + continent = australia_new_zealand + is_overseas = no + NOT = { + terrain = desert + terrain = montane_tundra + terrain = arctic + } + } + add_province_modifier = { name = homeland_productive_year duration = 365 } + } + } + } + + ai_chance = { factor = 100 } + } } diff --git a/HPM/events/New Colonies.txt b/HPM/events/New Colonies.txt index 8947b9e1..3857803c 100644 --- a/HPM/events/New Colonies.txt +++ b/HPM/events/New Colonies.txt @@ -1,4181 +1,4181 @@ ######################################################### -# # -# Colonial Core Spread # -# # +# # +# Colonial Core Spread # +# # ######################################################### #Nigeria province_event = { - id = 98800 - title = "EVTNAME98800" - desc = "EVTDESC98800" - - trigger = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1937 - region = FRA_1927 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NGR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1923 } - NGR = { exists = no } - } - NGR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NGR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NGR } - } - add_core = NGR - remove_core = NIG - any_pop = { militancy = -3 } - } - } - } + id = 98800 + title = "EVTNAME98800" + desc = "EVTDESC98800" + + trigger = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1937 + region = FRA_1927 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NGR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1923 } + NGR = { exists = no } + } + NGR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NGR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NGR } + } + add_core = NGR + remove_core = NIG + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98801 - title = "EVTNAME98800" - desc = "EVTDESC98800" - - trigger = { - region = SOK_1934 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NGR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1923 } - NGR = { exists = no } - } - NGR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NGR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NGR } - } - add_core = NGR - remove_core = NIG - any_pop = { militancy = -3 } - } - } - NGR = { add_accepted_culture = ibo } - } + id = 98801 + title = "EVTNAME98800" + desc = "EVTDESC98800" + + trigger = { + region = SOK_1934 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NGR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1923 } + NGR = { exists = no } + } + NGR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NGR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NGR } + } + add_core = NGR + remove_core = NIG + any_pop = { militancy = -3 } + } + } + NGR = { add_accepted_culture = ibo } + } } province_event = { - id = 98802 - title = "EVTNAME98800" - desc = "EVTDESC98800" - - trigger = { - region = SOK_1945 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NGR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1923 } - NGR = { exists = no } - } - NGR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NGR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NGR } - } - add_core = NGR - remove_core = NIG - any_pop = { militancy = -3 } - } - } - NGR = { add_accepted_culture = hausa } - } + id = 98802 + title = "EVTNAME98800" + desc = "EVTDESC98800" + + trigger = { + region = SOK_1945 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NGR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1923 } + NGR = { exists = no } + } + NGR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NGR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NGR } + } + add_core = NGR + remove_core = NIG + any_pop = { militancy = -3 } + } + } + NGR = { add_accepted_culture = hausa } + } } province_event = { - id = 98803 - title = "EVTNAME98800" - desc = "EVTDESC98800" - - trigger = { - region = SOK_1963 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NGR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1923 } - NGR = { exists = no } - } - NGR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NGR - AND = { - is_core = CMR - 1959 = { owned_by = THIS } - } - AND = { - is_core = CAR - 1965 = { owned_by = THIS } - } - CMR = { - vassal_of = THIS - is_culture_group = THIS - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NGR } - } - add_core = NGR - remove_core = CMR - remove_core = CAR - any_pop = { militancy = -3 } - } - } - NGR = { add_accepted_culture = hausa } - } + id = 98803 + title = "EVTNAME98800" + desc = "EVTDESC98800" + + trigger = { + region = SOK_1963 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NGR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1923 } + NGR = { exists = no } + } + NGR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NGR + AND = { + is_core = CMR + 1959 = { owned_by = THIS } + } + AND = { + is_core = CAR + 1965 = { owned_by = THIS } + } + CMR = { + vassal_of = THIS + is_culture_group = THIS + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NGR } + } + add_core = NGR + remove_core = CMR + remove_core = CAR + any_pop = { militancy = -3 } + } + } + NGR = { add_accepted_culture = hausa } + } } #Togo province_event = { - id = 98804 - title = "EVTNAME98800" - desc = "EVTDESC98805" - - trigger = { - region = FRA_1919 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TOG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1914 } - TOG = { exists = no } - } - TOG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TOG - 1920 = { owned_by = THIS } - DAH = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TOG } - } - add_core = TOG - remove_core = DAH - any_pop = { militancy = -3 } - } - } - } + id = 98804 + title = "EVTNAME98800" + desc = "EVTDESC98805" + + trigger = { + region = FRA_1919 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TOG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1914 } + TOG = { exists = no } + } + TOG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TOG + 1920 = { owned_by = THIS } + DAH = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TOG } + } + add_core = TOG + remove_core = DAH + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98805 - title = "EVTNAME98800" - desc = "EVTDESC98805" - - trigger = { - region = FRA_1914 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TOG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1914 } - TOG = { exists = no } - } - TOG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TOG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TOG } - } - add_core = TOG - any_pop = { militancy = -3 } - } - } - } + id = 98805 + title = "EVTNAME98800" + desc = "EVTDESC98805" + + trigger = { + region = FRA_1914 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TOG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1914 } + TOG = { exists = no } + } + TOG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TOG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TOG } + } + add_core = TOG + any_pop = { militancy = -3 } + } + } + } } #Gambia province_event = { - id = 98806 - title = "EVTNAME98800" - desc = "EVTDESC98806" - - trigger = { - region = FRA_1788 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GMB - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1785 } - GMB = { exists = no } - } - GMB = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GMB - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GMB } - } - add_core = GMB - remove_core = SNG - remove_core = GNE - any_pop = { militancy = -3 } - } - } - } + id = 98806 + title = "EVTNAME98800" + desc = "EVTDESC98806" + + trigger = { + region = FRA_1788 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GMB + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1785 } + GMB = { exists = no } + } + GMB = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GMB + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GMB } + } + add_core = GMB + remove_core = SNG + remove_core = GNE + any_pop = { militancy = -3 } + } + } + } } #Ivory Coast province_event = { - id = 98807 - title = "EVTNAME98800" - desc = "EVTDESC98807" - - trigger = { - region = FRA_1892 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = IVC - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1892 } - IVC = { exists = no } - } - IVC = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = IVC - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = IVC } - } - add_core = IVC - remove_core = ASH - any_pop = { militancy = -3 } - } - } - } + id = 98807 + title = "EVTNAME98800" + desc = "EVTDESC98807" + + trigger = { + region = FRA_1892 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = IVC + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1892 } + IVC = { exists = no } + } + IVC = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = IVC + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = IVC } + } + add_core = IVC + remove_core = ASH + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98808 - title = "EVTNAME98800" - desc = "EVTDESC98807" - - trigger = { - region = FRA_1893 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = IVC - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1892 } - IVC = { exists = no } - } - IVC = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = IVC - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = IVC } - } - add_core = IVC - remove_core = SLE - remove_core = ASH - any_pop = { militancy = -3 } - } - } - IVC = { add_accepted_culture = kru } - } + id = 98808 + title = "EVTNAME98800" + desc = "EVTDESC98807" + + trigger = { + region = FRA_1893 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = IVC + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1892 } + IVC = { exists = no } + } + IVC = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = IVC + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = IVC } + } + add_core = IVC + remove_core = SLE + remove_core = ASH + any_pop = { militancy = -3 } + } + } + IVC = { add_accepted_culture = kru } + } } #Sierra Leone province_event = { - id = 98810 - title = "EVTNAME98800" - desc = "EVTDESC98810" - - trigger = { - region = FRA_1884 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SLE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1884 } - SLE = { exists = no } - } - SLE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SLE - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SLE } - } - add_core = SLE - remove_core = GNE - any_pop = { militancy = -3 } - } - } - } + id = 98810 + title = "EVTNAME98800" + desc = "EVTDESC98810" + + trigger = { + region = FRA_1884 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SLE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1884 } + SLE = { exists = no } + } + SLE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SLE + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SLE } + } + add_core = SLE + remove_core = GNE + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98811 - title = "EVTNAME98800" - desc = "EVTDESC98810" - - trigger = { - OR = { - region = FRA_1883 - region = FRA_1878 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SLE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1884 } - SLE = { exists = no } - } - SLE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SLE - 1879 = { owned_by = THIS } - GNE = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SLE } - } - add_core = SLE - remove_core = GNE - any_pop = { militancy = -3 } - } - } - SLE = { add_accepted_culture = fulbe } - } + id = 98811 + title = "EVTNAME98800" + desc = "EVTDESC98810" + + trigger = { + OR = { + region = FRA_1883 + region = FRA_1878 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SLE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1884 } + SLE = { exists = no } + } + SLE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SLE + 1879 = { owned_by = THIS } + GNE = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SLE } + } + add_core = SLE + remove_core = GNE + any_pop = { militancy = -3 } + } + } + SLE = { add_accepted_culture = fulbe } + } } province_event = { - id = 98812 - title = "EVTNAME98800" - desc = "EVTDESC98810" - - trigger = { - region = FRA_1893 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SLE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1884 } - SLE = { exists = no } - } - SLE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SLE - AND = { - 1892 = { owned_by = THIS } - is_core = IVC - } - IVC = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SLE } - } - add_core = SLE - remove_core = IVC - remove_core = ASH - any_pop = { militancy = -3 } - } - } - SLE = { add_accepted_culture = kru } - } + id = 98812 + title = "EVTNAME98800" + desc = "EVTDESC98810" + + trigger = { + region = FRA_1893 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SLE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1884 } + SLE = { exists = no } + } + SLE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SLE + AND = { + 1892 = { owned_by = THIS } + is_core = IVC + } + IVC = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SLE } + } + add_core = SLE + remove_core = IVC + remove_core = ASH + any_pop = { militancy = -3 } + } + } + SLE = { add_accepted_culture = kru } + } } #Guinea province_event = { - id = 98815 - title = "EVTNAME98800" - desc = "EVTDESC98815" - - trigger = { - region = FRA_1878 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GNE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1879 } - GNE = { exists = no } - } - GNE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GNE - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GNE } - } - add_core = GNE - remove_core = SLE - any_pop = { militancy = -3 } - } - } - } + id = 98815 + title = "EVTNAME98800" + desc = "EVTDESC98815" + + trigger = { + region = FRA_1878 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GNE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1879 } + GNE = { exists = no } + } + GNE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GNE + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GNE } + } + add_core = GNE + remove_core = SLE + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98816 - title = "EVTNAME98800" - desc = "EVTDESC98815" - - trigger = { - region = FRA_1883 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GNE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1879 } - GNE = { exists = no } - } - GNE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GNE - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GNE } - } - add_core = GNE - remove_core = SLE - any_pop = { militancy = -3 } - } - } - GNE = { add_accepted_culture = mande } - } + id = 98816 + title = "EVTNAME98800" + desc = "EVTDESC98815" + + trigger = { + region = FRA_1883 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GNE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1879 } + GNE = { exists = no } + } + GNE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GNE + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GNE } + } + add_core = GNE + remove_core = SLE + any_pop = { militancy = -3 } + } + } + GNE = { add_accepted_culture = mande } + } } province_event = { - id = 98817 - title = "EVTNAME98800" - desc = "EVTDESC98815" - - trigger = { - region = FRA_1884 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GNE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1879 } - GNE = { exists = no } - } - GNE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GNE - AND = { - is_core = SLE - 1884 = { owned_by = THIS } - } - SLE = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GNE } - } - add_core = GNE - remove_core = SLE - any_pop = { militancy = -3 } - } - } - GNE = { add_accepted_culture = mande } - } + id = 98817 + title = "EVTNAME98800" + desc = "EVTDESC98815" + + trigger = { + region = FRA_1884 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GNE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1879 } + GNE = { exists = no } + } + GNE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GNE + AND = { + is_core = SLE + 1884 = { owned_by = THIS } + } + SLE = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GNE } + } + add_core = GNE + remove_core = SLE + any_pop = { militancy = -3 } + } + } + GNE = { add_accepted_culture = mande } + } } province_event = { - id = 98818 - title = "EVTNAME98800" - desc = "EVTDESC98815" - - trigger = { - region = FRA_1788 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GNE - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1879 } - GNE = { exists = no } - } - GNE = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GNE - AND = { - is_core = GMB - 1785 = { owned_by = THIS } - } - AND = { - is_core = SNG - 1783 = { owned_by = THIS } - } - GMB = { - vassal_of = THIS - is_culture_group = THIS - } - SNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GNE } - } - add_core = GNE - remove_core = GMB - remove_core = SNG - any_pop = { militancy = -3 } - } - } - } + id = 98818 + title = "EVTNAME98800" + desc = "EVTDESC98815" + + trigger = { + region = FRA_1788 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GNE + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1879 } + GNE = { exists = no } + } + GNE = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GNE + AND = { + is_core = GMB + 1785 = { owned_by = THIS } + } + AND = { + is_core = SNG + 1783 = { owned_by = THIS } + } + GMB = { + vassal_of = THIS + is_culture_group = THIS + } + SNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GNE } + } + add_core = GNE + remove_core = GMB + remove_core = SNG + any_pop = { militancy = -3 } + } + } + } } #Senegal province_event = { - id = 98820 - title = "EVTNAME98800" - desc = "EVTDESC98820" - - trigger = { - region = FRA_1783 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SNG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1783 } - SNG = { exists = no } - } - SNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SNG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SNG } - } - add_core = SNG - any_pop = { militancy = -3 } - } - } - } + id = 98820 + title = "EVTNAME98800" + desc = "EVTDESC98820" + + trigger = { + region = FRA_1783 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SNG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1783 } + SNG = { exists = no } + } + SNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SNG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SNG } + } + add_core = SNG + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98821 - title = "EVTNAME98800" - desc = "EVTDESC98820" - - trigger = { - region = FRA_1788 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SNG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1783 } - SNG = { exists = no } - } - SNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SNG - AND = { - is_core = GMB - 1785 = { owned_by = THIS } - } - GMB = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SNG } - } - add_core = SNG - remove_core = GMB - any_pop = { militancy = -3 } - } - } - } + id = 98821 + title = "EVTNAME98800" + desc = "EVTDESC98820" + + trigger = { + region = FRA_1788 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SNG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1783 } + SNG = { exists = no } + } + SNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SNG + AND = { + is_core = GMB + 1785 = { owned_by = THIS } + } + GMB = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SNG } + } + add_core = SNG + remove_core = GMB + any_pop = { militancy = -3 } + } + } + } } #Niger province_event = { - id = 98825 - title = "EVTNAME98800" - desc = "EVTDESC98825" - - trigger = { - OR = { - region = FRA_1808 - region = FRA_1813 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NIG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1812 } - NIG = { exists = no } - } - NIG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NIG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NIG } - } - add_core = NIG - remove_core = CHD - any_pop = { militancy = -3 } - } - } - } + id = 98825 + title = "EVTNAME98800" + desc = "EVTDESC98825" + + trigger = { + OR = { + region = FRA_1808 + region = FRA_1813 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NIG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1812 } + NIG = { exists = no } + } + NIG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NIG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NIG } + } + add_core = NIG + remove_core = CHD + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98826 - title = "EVTNAME98800" - desc = "EVTDESC98825" - - trigger = { - OR = { - region = FRA_1927 - region = SOK_1945 - region = SOK_1937 - region = FRA_1930 - region = SOK_1934 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NIG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1812 } - NIG = { exists = no } - } - NIG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NIG - AND = { - is_core = NGR - 1923 = { owned_by = THIS } - } - NGR = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NIG } - } - add_core = NIG - remove_core = NGR - any_pop = { militancy = -3 } - } - } - NIG = { add_accepted_culture = hausa } - } + id = 98826 + title = "EVTNAME98800" + desc = "EVTDESC98825" + + trigger = { + OR = { + region = FRA_1927 + region = SOK_1945 + region = SOK_1937 + region = FRA_1930 + region = SOK_1934 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NIG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1812 } + NIG = { exists = no } + } + NIG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NIG + AND = { + is_core = NGR + 1923 = { owned_by = THIS } + } + NGR = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NIG } + } + add_core = NIG + remove_core = NGR + any_pop = { militancy = -3 } + } + } + NIG = { add_accepted_culture = hausa } + } } province_event = { - id = 98827 - title = "EVTNAME98800" - desc = "EVTDESC98825" - - trigger = { - region = ENG_1825 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = NIG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1812 } - NIG = { exists = no } - } - NIG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = NIG - AND = { - is_core = CHD - 1818 = { owned_by = THIS } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = NIG } - } - add_core = NIG - remove_core = CHD - any_pop = { militancy = -3 } - } - } - NIG = { add_accepted_culture = teda } - } + id = 98827 + title = "EVTNAME98800" + desc = "EVTDESC98825" + + trigger = { + region = ENG_1825 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = NIG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1812 } + NIG = { exists = no } + } + NIG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = NIG + AND = { + is_core = CHD + 1818 = { owned_by = THIS } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = NIG } + } + add_core = NIG + remove_core = CHD + any_pop = { militancy = -3 } + } + } + NIG = { add_accepted_culture = teda } + } } #Chad province_event = { - id = 98830 - title = "EVTNAME98800" - desc = "EVTDESC98830" - - trigger = { - region = ENG_1818 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CHD - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1818 } - CHD = { exists = no } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CHD - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CHD } - } - add_core = CHD - any_pop = { militancy = -3 } - } - } - } + id = 98830 + title = "EVTNAME98800" + desc = "EVTDESC98830" + + trigger = { + region = ENG_1818 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CHD + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1818 } + CHD = { exists = no } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CHD + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CHD } + } + add_core = CHD + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98831 - title = "EVTNAME98800" - desc = "EVTDESC98830" - - trigger = { - region = ENG_1825 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CHD - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1818 } - CHD = { exists = no } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CHD - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CHD } - } - add_core = CHD - remove_core = NIG - remove_core = LBY - any_pop = { militancy = -3 } - } - } - CHD = { add_accepted_culture = fur } - } + id = 98831 + title = "EVTNAME98800" + desc = "EVTDESC98830" + + trigger = { + region = ENG_1825 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CHD + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1818 } + CHD = { exists = no } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CHD + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CHD } + } + add_core = CHD + remove_core = NIG + remove_core = LBY + any_pop = { militancy = -3 } + } + } + CHD = { add_accepted_culture = fur } + } } province_event = { - id = 98832 - title = "EVTNAME98800" - desc = "EVTDESC98830" - - trigger = { - region = EGY_1838 # was EGY_1842 - darfur - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CHD - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1818 } - CHD = { exists = no } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CHD - AND = { - is_core = SUD - 1827 = { owned_by = THIS } - } - AND = { - is_core = CAR - 1965 = { owned_by = THIS } - } - SUD = { - vassal_of = THIS - is_culture_group = THIS - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CHD } - } - add_core = CHD - remove_core = SUD - remove_core = CAR - any_pop = { militancy = -3 } - } - } - CHD = { add_accepted_culture = fur } - } + id = 98832 + title = "EVTNAME98800" + desc = "EVTDESC98830" + + trigger = { + region = EGY_1838 # was EGY_1842 - darfur + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CHD + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1818 } + CHD = { exists = no } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CHD + AND = { + is_core = SUD + 1827 = { owned_by = THIS } + } + AND = { + is_core = CAR + 1965 = { owned_by = THIS } + } + SUD = { + vassal_of = THIS + is_culture_group = THIS + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CHD } + } + add_core = CHD + remove_core = SUD + remove_core = CAR + any_pop = { militancy = -3 } + } + } + CHD = { add_accepted_culture = fur } + } } province_event = { - id = 98833 - title = "EVTNAME98800" - desc = "EVTDESC98830" - - trigger = { - region = FRA_1813 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CHD - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1818 } - CHD = { exists = no } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CHD - AND = { - is_core = NIG - 1812 = { owned_by = THIS } - } - NIG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CHD } - } - add_core = CHD - remove_core = NIG - any_pop = { militancy = -3 } - } - } - CHD = { add_accepted_culture = tuareg } - } + id = 98833 + title = "EVTNAME98800" + desc = "EVTDESC98830" + + trigger = { + region = FRA_1813 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CHD + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1818 } + CHD = { exists = no } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CHD + AND = { + is_core = NIG + 1812 = { owned_by = THIS } + } + NIG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CHD } + } + add_core = CHD + remove_core = NIG + any_pop = { militancy = -3 } + } + } + CHD = { add_accepted_culture = tuareg } + } } province_event = { - id = 98834 - title = "EVTNAME98800" - desc = "EVTDESC98830" - - trigger = { - region = TRI_1735 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CHD - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1818 } - CHD = { exists = no } - } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CHD - AND = { - is_core = LBY - 1731 = { owned_by = THIS } - } - LBY = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CHD } - } - add_core = CHD - remove_core = LBY - remove_core = TRI - remove_core = CYR - any_pop = { militancy = -3 } - } - } - CHD = { add_accepted_culture = bedouin } - } + id = 98834 + title = "EVTNAME98800" + desc = "EVTDESC98830" + + trigger = { + region = TRI_1735 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CHD + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1818 } + CHD = { exists = no } + } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CHD + AND = { + is_core = LBY + 1731 = { owned_by = THIS } + } + LBY = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CHD } + } + add_core = CHD + remove_core = LBY + remove_core = TRI + remove_core = CYR + any_pop = { militancy = -3 } + } + } + CHD = { add_accepted_culture = bedouin } + } } #Cameroon province_event = { - id = 98835 - title = "EVTNAME98800" - desc = "EVTDESC98835" - - trigger = { - OR = { - region = ENG_1956 - region = SPA_1955 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CMR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1959 } - CMR = { exists = no } - } - CMR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CMR - AND = { - is_core = GAB - 1972 = { owned_by = THIS } - } - GAB = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CMR } - } - add_core = CMR - remove_core = GAB - any_pop = { militancy = -3 } - } - } - } + id = 98835 + title = "EVTNAME98800" + desc = "EVTDESC98835" + + trigger = { + OR = { + region = ENG_1956 + region = SPA_1955 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CMR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1959 } + CMR = { exists = no } + } + CMR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CMR + AND = { + is_core = GAB + 1972 = { owned_by = THIS } + } + GAB = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CMR } + } + add_core = CMR + remove_core = GAB + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98836 - title = "EVTNAME98800" - desc = "EVTDESC98835" - - trigger = { - region = SOK_1963 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CMR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1959 } - CMR = { exists = no } - } - CMR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CMR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CMR } - } - add_core = CMR - remove_core = NGR - remove_core = CAR - any_pop = { militancy = -3 } - } - } - CMR = { add_accepted_culture = fulbe } - } + id = 98836 + title = "EVTNAME98800" + desc = "EVTDESC98835" + + trigger = { + region = SOK_1963 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CMR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1959 } + CMR = { exists = no } + } + CMR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CMR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CMR } + } + add_core = CMR + remove_core = NGR + remove_core = CAR + any_pop = { militancy = -3 } + } + } + CMR = { add_accepted_culture = fulbe } + } } #Gabon province_event = { - id = 98837 - title = "EVTNAME98800" - desc = "EVTDESC98837" - - trigger = { - OR = { - region = FRA_1972 - region = SPA_1955 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GAB - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1972 } - GAB = { exists = no } - } - GAB = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GAB - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GAB } - } - add_core = GAB - remove_core = CMR - any_pop = { militancy = -3 } - } - } - } + id = 98837 + title = "EVTNAME98800" + desc = "EVTDESC98837" + + trigger = { + OR = { + region = FRA_1972 + region = SPA_1955 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GAB + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1972 } + GAB = { exists = no } + } + GAB = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GAB + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GAB } + } + add_core = GAB + remove_core = CMR + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98838 - title = "EVTNAME98800" - desc = "EVTDESC98837" - - trigger = { - region = FRA_1978 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = GAB - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1972 } - GAB = { exists = no } - } - GAB = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = GAB - 1977 = { owned_by = THIS } - CGO = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = GAB } - } - add_core = GAB - remove_core = CGO - any_pop = { militancy = -3 } - } - } - GAB = { add_accepted_culture = bakongo } - } + id = 98838 + title = "EVTNAME98800" + desc = "EVTDESC98837" + + trigger = { + region = FRA_1978 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = GAB + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1972 } + GAB = { exists = no } + } + GAB = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = GAB + 1977 = { owned_by = THIS } + CGO = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = GAB } + } + add_core = GAB + remove_core = CGO + any_pop = { militancy = -3 } + } + } + GAB = { add_accepted_culture = bakongo } + } } #Congo province_event = { - id = 98840 - title = "EVTNAME98800" - desc = "EVTDESC98840" - - trigger = { - OR = { - region = FRA_1978 - region = BEL_1977 - region = POR_1999 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CGO - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1977 } - CGO = { exists = no } - } - CGO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CGO - AND = { - is_core = CNG - 1982 = { owned_by = THIS } - } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CGO } - } - add_core = CGO - remove_core = ANG - remove_core = CNG - any_pop = { militancy = -3 } - } - } - } + id = 98840 + title = "EVTNAME98800" + desc = "EVTDESC98840" + + trigger = { + OR = { + region = FRA_1978 + region = BEL_1977 + region = POR_1999 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CGO + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1977 } + CGO = { exists = no } + } + CGO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CGO + AND = { + is_core = CNG + 1982 = { owned_by = THIS } + } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CGO } + } + add_core = CGO + remove_core = ANG + remove_core = CNG + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98841 - title = "EVTNAME98800" - desc = "EVTDESC98840" - - trigger = { - #region = BEL_1992 - region = BEL_1984 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CGO - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1977 } - CGO = { exists = no } - } - CGO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CGO - 1982 = { owned_by = THIS } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CGO } - } - add_core = CGO - remove_core = CNG - any_pop = { militancy = -3 } - } - } - CGO = { add_accepted_culture = mongo } - } + id = 98841 + title = "EVTNAME98800" + desc = "EVTDESC98840" + + trigger = { + #region = BEL_1992 + region = BEL_1984 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CGO + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1977 } + CGO = { exists = no } + } + CGO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CGO + 1982 = { owned_by = THIS } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CGO } + } + add_core = CGO + remove_core = CNG + any_pop = { militancy = -3 } + } + } + CGO = { add_accepted_culture = mongo } + } } province_event = { - id = 98842 - title = "EVTNAME98800" - desc = "EVTDESC98840" - - trigger = { - region = BEL_1984 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CGO - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1977 } - CGO = { exists = no } - } - CGO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CGO - 1982 = { owned_by = THIS } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CGO } - } - add_core = CGO - remove_core = CNG - any_pop = { militancy = -3 } - } - } - CGO = { add_accepted_culture = kuba } - } + id = 98842 + title = "EVTNAME98800" + desc = "EVTDESC98840" + + trigger = { + region = BEL_1984 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CGO + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1977 } + CGO = { exists = no } + } + CGO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CGO + 1982 = { owned_by = THIS } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CGO } + } + add_core = CGO + remove_core = CNG + any_pop = { militancy = -3 } + } + } + CGO = { add_accepted_culture = kuba } + } } province_event = { - id = 98843 - title = "EVTNAME98800" - desc = "EVTDESC98840" - - trigger = { - region = BEL_1990 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CGO - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1977 } - CGO = { exists = no } - } - CGO = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CGO - 1982 = { owned_by = THIS } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CGO } - } - add_core = CGO - remove_core = CNG - any_pop = { militancy = -3 } - } - } - CGO = { add_accepted_culture = azande } - } + id = 98843 + title = "EVTNAME98800" + desc = "EVTDESC98840" + + trigger = { + region = BEL_1990 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CGO + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1977 } + CGO = { exists = no } + } + CGO = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CGO + 1982 = { owned_by = THIS } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CGO } + } + add_core = CGO + remove_core = CNG + any_pop = { militancy = -3 } + } + } + CGO = { add_accepted_culture = azande } + } } #Congo Free State province_event = { - id = 98845 - title = "EVTNAME98800" - desc = "EVTDESC98845" - - trigger = { - region = BEL_1977 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CNG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1982 } - CNG = { exists = no } - } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CNG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CNG } - } - add_core = CNG - remove_core = ANG - remove_core = CGO - any_pop = { militancy = -3 } - } - } - } + id = 98845 + title = "EVTNAME98800" + desc = "EVTDESC98845" + + trigger = { + region = BEL_1977 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CNG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1982 } + CNG = { exists = no } + } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CNG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CNG } + } + add_core = CNG + remove_core = ANG + remove_core = CGO + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98846 - title = "EVTNAME98800" - desc = "EVTDESC98845" - - trigger = { - region = BEL_1984 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CNG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1982 } - CNG = { exists = no } - } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CNG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CNG } - } - add_core = CNG - remove_core = CGO - any_pop = { militancy = -3 } - } - } - CNG = { add_accepted_culture = kuba } - } + id = 98846 + title = "EVTNAME98800" + desc = "EVTDESC98845" + + trigger = { + region = BEL_1984 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CNG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1982 } + CNG = { exists = no } + } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CNG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CNG } + } + add_core = CNG + remove_core = CGO + any_pop = { militancy = -3 } + } + } + CNG = { add_accepted_culture = kuba } + } } province_event = { - id = 98850 - title = "EVTNAME98800" - desc = "EVTDESC98845" - - trigger = { - OR = { - region = POR_2006 - region = BEL_1987 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CNG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1982 } - CNG = { exists = no } - } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CNG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CNG } - } - add_core = CNG - remove_core = ZAM - remove_core = ANG - any_pop = { militancy = -3 } - } - } - CNG = { add_accepted_culture = lunda } - } + id = 98850 + title = "EVTNAME98800" + desc = "EVTDESC98845" + + trigger = { + OR = { + region = POR_2006 + region = BEL_1987 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CNG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1982 } + CNG = { exists = no } + } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CNG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CNG } + } + add_core = CNG + remove_core = ZAM + remove_core = ANG + any_pop = { militancy = -3 } + } + } + CNG = { add_accepted_culture = lunda } + } } #Central African Republic province_event = { - id = 98852 - title = "EVTNAME98800" - desc = "EVTDESC98852" - - trigger = { - region = FRA_1965 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CAR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1965 } - CAR = { exists = no } - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CAR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CAR } - } - add_core = CAR - any_pop = { militancy = -3 } - } - } - } + id = 98852 + title = "EVTNAME98800" + desc = "EVTDESC98852" + + trigger = { + region = FRA_1965 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CAR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1965 } + CAR = { exists = no } + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CAR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CAR } + } + add_core = CAR + any_pop = { militancy = -3 } + } + } + } } #province_event = { -# id = 98853 -# title = "EVTNAME98800" -# desc = "EVTDESC98852" -# -# trigger = { -# region = FRA_1970 -# owned_by = THIS -# controlled_by = THIS -# any_neighbor_province = { is_core = CAR } -# owner = { -# civilized = yes -# NOT = { capital_scope = { continent = africa } } -# } -# OR = { -# AND = { -# owner = { owns = 1965 } -# CAR = { exists = no } -# } -# CAR = { -# vassal_of = THIS -# is_culture_group = THIS -# } -# } -# NOT = { -# is_core = CAR -# } -# } -# -# mean_time_to_happen = { -# months = 120 -# } -# -# option = { -# name = "EVT98800OPTA" -# state_scope = { -# any_owned = { -# limit = { -# NOT = { is_core = CAR } -# } -# add_core = CAR -# any_pop = { militancy = -3 } -# } -# } -# } +# id = 98853 +# title = "EVTNAME98800" +# desc = "EVTDESC98852" +# +# trigger = { +# region = FRA_1970 +# owned_by = THIS +# controlled_by = THIS +# any_neighbor_province = { is_core = CAR } +# owner = { +# civilized = yes +# NOT = { capital_scope = { continent = africa } } +# } +# OR = { +# AND = { +# owner = { owns = 1965 } +# CAR = { exists = no } +# } +# CAR = { +# vassal_of = THIS +# is_culture_group = THIS +# } +# } +# NOT = { +# is_core = CAR +# } +# } +# +# mean_time_to_happen = { +# months = 120 +# } +# +# option = { +# name = "EVT98800OPTA" +# state_scope = { +# any_owned = { +# limit = { +# NOT = { is_core = CAR } +# } +# add_core = CAR +# any_pop = { militancy = -3 } +# } +# } +# } #} province_event = { - id = 98854 - title = "EVTNAME98800" - desc = "EVTDESC98852" - - trigger = { - OR = { - region = ENG_1844 - region = EGY_1838 #was EGY_1842 darfur - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CAR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1965 } - CAR = { exists = no } - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CAR - AND = { - is_core = SUD - 1827 = { owned_by = THIS } - } - SUD = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CAR } - } - add_core = CAR - remove_core = SUD - remove_core = CHD - remove_core = BUG - any_pop = { militancy = -3 } - } - } - CAR = { add_accepted_culture = nuer } - } + id = 98854 + title = "EVTNAME98800" + desc = "EVTDESC98852" + + trigger = { + OR = { + region = ENG_1844 + region = EGY_1838 #was EGY_1842 darfur + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CAR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1965 } + CAR = { exists = no } + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CAR + AND = { + is_core = SUD + 1827 = { owned_by = THIS } + } + SUD = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CAR } + } + add_core = CAR + remove_core = SUD + remove_core = CHD + remove_core = BUG + any_pop = { militancy = -3 } + } + } + CAR = { add_accepted_culture = nuer } + } } #province_event = { -# id = 98855 -# title = "EVTNAME98800" -# desc = "EVTDESC98852" -# -# trigger = { -# region = BEL_1992 -# owned_by = THIS -# controlled_by = THIS -# any_neighbor_province = { -# is_core = CAR -# } -# owner = { -# civilized = yes -# NOT = { capital_scope = { continent = africa } } -# } -# OR = { -# AND = { -# owner = { owns = 1965 } -# CAR = { exists = no } -# } -# CAR = { -# vassal_of = THIS -# is_culture_group = THIS -# } -# } -# NOT = { -# is_core = CAR -# AND = { -# is_core = CNG -# 1982 = { owned_by = THIS } -# } -# AND = { -# is_core = CGO -# 1977 = { owned_by = THIS } -# } -# CNG = { -# vassal_of = THIS -# is_culture_group = THIS -# } -# CGO = { -# vassal_of = THIS -# is_culture_group = THIS -# } -# } -# } -# -# mean_time_to_happen = { -# months = 120 -# } -# -# option = { -# name = "EVT98800OPTA" -# state_scope = { -# any_owned = { -# limit = { -# NOT = { is_core = CAR } -# } -# add_core = CAR -# remove_core = CNG -# remove_core = CGO -# any_pop = { militancy = -3 } -# } -# } -# CAR = { add_accepted_culture = mongo } -# } +# id = 98855 +# title = "EVTNAME98800" +# desc = "EVTDESC98852" +# +# trigger = { +# region = BEL_1992 +# owned_by = THIS +# controlled_by = THIS +# any_neighbor_province = { +# is_core = CAR +# } +# owner = { +# civilized = yes +# NOT = { capital_scope = { continent = africa } } +# } +# OR = { +# AND = { +# owner = { owns = 1965 } +# CAR = { exists = no } +# } +# CAR = { +# vassal_of = THIS +# is_culture_group = THIS +# } +# } +# NOT = { +# is_core = CAR +# AND = { +# is_core = CNG +# 1982 = { owned_by = THIS } +# } +# AND = { +# is_core = CGO +# 1977 = { owned_by = THIS } +# } +# CNG = { +# vassal_of = THIS +# is_culture_group = THIS +# } +# CGO = { +# vassal_of = THIS +# is_culture_group = THIS +# } +# } +# } +# +# mean_time_to_happen = { +# months = 120 +# } +# +# option = { +# name = "EVT98800OPTA" +# state_scope = { +# any_owned = { +# limit = { +# NOT = { is_core = CAR } +# } +# add_core = CAR +# remove_core = CNG +# remove_core = CGO +# any_pop = { militancy = -3 } +# } +# } +# CAR = { add_accepted_culture = mongo } +# } #} province_event = { - id = 98856 - title = "EVTNAME98800" - desc = "EVTDESC98852" - - trigger = { - region = BEL_1990 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CAR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1965 } - CAR = { exists = no } - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CAR - AND = { - is_core = CNG - 1982 = { owned_by = THIS } - } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CAR } - } - add_core = CAR - remove_core = CNG - any_pop = { militancy = -3 } - } - } - CAR = { add_accepted_culture = azande } - } + id = 98856 + title = "EVTNAME98800" + desc = "EVTDESC98852" + + trigger = { + region = BEL_1990 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CAR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1965 } + CAR = { exists = no } + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CAR + AND = { + is_core = CNG + 1982 = { owned_by = THIS } + } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CAR } + } + add_core = CAR + remove_core = CNG + any_pop = { militancy = -3 } + } + } + CAR = { add_accepted_culture = azande } + } } province_event = { - id = 98857 - title = "EVTNAME98800" - desc = "EVTDESC98852" - - trigger = { - region = SOK_1963 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = CAR - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1965 } - CAR = { exists = no } - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = CAR - 1959 = { owned_by = THIS } - CMR = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = CAR } - } - add_core = CAR - remove_core = CMR - remove_core = NGR - any_pop = { militancy = -3 } - } - } - CAR = { add_accepted_culture = fulbe } - } + id = 98857 + title = "EVTNAME98800" + desc = "EVTDESC98852" + + trigger = { + region = SOK_1963 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = CAR + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1965 } + CAR = { exists = no } + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = CAR + 1959 = { owned_by = THIS } + CMR = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = CAR } + } + add_core = CAR + remove_core = CMR + remove_core = NGR + any_pop = { militancy = -3 } + } + } + CAR = { add_accepted_culture = fulbe } + } } #Sudan province_event = { - id = 98858 - title = "EVTNAME98800" - desc = "EVTDESC98858" - - trigger = { - OR = { - region = EGY_1838 #was EGY_1842 darfur - region = ENG_1844 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SUD - } - owner = { - civilized = yes - has_global_flag = sudan_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1827 } - SUD = { exists = no } - } - SUD = { - vassal_of = THIS - } - } - NOT = { - is_core = SUD - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = SUD } - } - add_core = SUD - remove_core = CAR - remove_core = CHD - any_pop = { militancy = -3 } - } - } - } + id = 98858 + title = "EVTNAME98800" + desc = "EVTDESC98858" + + trigger = { + OR = { + region = EGY_1838 #was EGY_1842 darfur + region = ENG_1844 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SUD + } + owner = { + civilized = yes + has_global_flag = sudan_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1827 } + SUD = { exists = no } + } + SUD = { + vassal_of = THIS + } + } + NOT = { + is_core = SUD + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = SUD } + } + add_core = SUD + remove_core = CAR + remove_core = CHD + any_pop = { militancy = -3 } + } + } + } } #Zambia province_event = { - id = 98860 - title = "EVTNAME98800" - desc = "EVTDESC98860" - - trigger = { - OR = { - region = ENG_2014 - region = ENG_2016 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ZAM - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2012 } - ZAM = { exists = no } - } - ZAM = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = ZAM - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ZAM } - } - add_core = ZAM - remove_core = ANG - any_pop = { militancy = -3 } - } - } - } + id = 98860 + title = "EVTNAME98800" + desc = "EVTDESC98860" + + trigger = { + OR = { + region = ENG_2014 + region = ENG_2016 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ZAM + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2012 } + ZAM = { exists = no } + } + ZAM = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = ZAM + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ZAM } + } + add_core = ZAM + remove_core = ANG + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98861 - title = "EVTNAME98800" - desc = "EVTDESC98860" - - trigger = { - region = BEL_1987 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ZAM - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2012 } - ZAM = { exists = no } - } - ZAM = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = ZAM - 1982 = { owned_by = THIS } - CNG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ZAM } - } - add_core = ZAM - remove_core = CNG - any_pop = { militancy = -3 } - } - } - ZAM = { add_accepted_culture = luba } - } + id = 98861 + title = "EVTNAME98800" + desc = "EVTDESC98860" + + trigger = { + region = BEL_1987 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ZAM + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2012 } + ZAM = { exists = no } + } + ZAM = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = ZAM + 1982 = { owned_by = THIS } + CNG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ZAM } + } + add_core = ZAM + remove_core = CNG + any_pop = { militancy = -3 } + } + } + ZAM = { add_accepted_culture = luba } + } } province_event = { - id = 98862 - title = "EVTNAME98800" - desc = "EVTDESC98860" - - trigger = { - OR = { - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ZAM - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2012 } - ZAM = { exists = no } - } - ZAM = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = ZAM - 1999 = { owned_by = THIS } - ANG = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ZAM } - } - add_core = ZAM - remove_core = CNG - remove_core = ANG - any_pop = { militancy = -3 } - } - } - ZAM = { add_accepted_culture = ovimbundu } - } + id = 98862 + title = "EVTNAME98800" + desc = "EVTDESC98860" + + trigger = { + OR = { + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ZAM + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2012 } + ZAM = { exists = no } + } + ZAM = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = ZAM + 1999 = { owned_by = THIS } + ANG = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ZAM } + } + add_core = ZAM + remove_core = CNG + remove_core = ANG + any_pop = { militancy = -3 } + } + } + ZAM = { add_accepted_culture = ovimbundu } + } } #Kenya province_event = { - id = 98865 - title = "EVTNAME98800" - desc = "EVTDESC98865" - - trigger = { - region = ENG_2024 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = KNY - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2024 } - KNY = { exists = no } - } - KNY = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = KNY - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = KNY } - } - add_core = KNY - remove_core = ZAN - any_pop = { militancy = -3 } - } - } - } + id = 98865 + title = "EVTNAME98800" + desc = "EVTDESC98865" + + trigger = { + region = ENG_2024 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = KNY + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2024 } + KNY = { exists = no } + } + KNY = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = KNY + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = KNY } + } + add_core = KNY + remove_core = ZAN + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98866 - title = "EVTNAME98800" - desc = "EVTDESC98865" - - trigger = { - region = ENG_2026 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = KNY - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2024 } - KNY = { exists = no } - } - KNY = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = KNY - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = KNY } - } - add_core = KNY - remove_core = BUG - any_pop = { militancy = -3 } - } - } - KNY = { add_accepted_culture = luo } - } + id = 98866 + title = "EVTNAME98800" + desc = "EVTDESC98865" + + trigger = { + region = ENG_2026 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = KNY + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2024 } + KNY = { exists = no } + } + KNY = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = KNY + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = KNY } + } + add_core = KNY + remove_core = BUG + any_pop = { militancy = -3 } + } + } + KNY = { add_accepted_culture = luo } + } } #Tanzania province_event = { - id = 98870 - title = "EVTNAME98800" - desc = "EVTDESC98870" - - trigger = { - region = ENG_2044 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TNZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2044 } - TNZ = { exists = no } - } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TNZ - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TNZ } - } - add_core = TNZ - any_pop = { militancy = -3 } - } - } - } + id = 98870 + title = "EVTNAME98800" + desc = "EVTDESC98870" + + trigger = { + region = ENG_2044 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TNZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2044 } + TNZ = { exists = no } + } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TNZ + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TNZ } + } + add_core = TNZ + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98871 - title = "EVTNAME98800" - desc = "EVTDESC98870" - - trigger = { - region = ENG_2039 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TNZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2044 } - TNZ = { exists = no } - } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TNZ - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TNZ } - } - add_core = TNZ - remove_core = ZAN - any_pop = { militancy = -3 } - } - } - TNZ = { add_accepted_culture = yao } - } + id = 98871 + title = "EVTNAME98800" + desc = "EVTDESC98870" + + trigger = { + region = ENG_2039 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TNZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2044 } + TNZ = { exists = no } + } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TNZ + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TNZ } + } + add_core = TNZ + remove_core = ZAN + any_pop = { militancy = -3 } + } + } + TNZ = { add_accepted_culture = yao } + } } province_event = { - id = 98872 - title = "EVTNAME98800" - desc = "EVTDESC98870" - - trigger = { - region = ENG_2036 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TNZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2044 } - TNZ = { exists = no } - } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TNZ - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TNZ } - } - add_core = TNZ - any_pop = { militancy = -3 } - } - any_owned = { - limit = { - NOT = { province_id = 2048 } - } - remove_core = ZAN - any_pop = { militancy = -3 } - } - } - TNZ = { add_accepted_culture = swahili } - } + id = 98872 + title = "EVTNAME98800" + desc = "EVTDESC98870" + + trigger = { + region = ENG_2036 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TNZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2044 } + TNZ = { exists = no } + } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TNZ + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TNZ } + } + add_core = TNZ + any_pop = { militancy = -3 } + } + any_owned = { + limit = { + NOT = { province_id = 2048 } + } + remove_core = ZAN + any_pop = { militancy = -3 } + } + } + TNZ = { add_accepted_culture = swahili } + } } province_event = { - id = 98873 - title = "EVTNAME98800" - desc = "EVTDESC98870" - - trigger = { - region = POR_2060 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TNZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2044 } - TNZ = { exists = no } - } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = TNZ - 2049 = { owned_by = THIS } - MOZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TNZ } - } - add_core = TNZ - remove_core = MOZ - any_pop = { militancy = -3 } - } - } - TNZ = { add_accepted_culture = swahili } - } + id = 98873 + title = "EVTNAME98800" + desc = "EVTDESC98870" + + trigger = { + region = POR_2060 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TNZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2044 } + TNZ = { exists = no } + } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = TNZ + 2049 = { owned_by = THIS } + MOZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TNZ } + } + add_core = TNZ + remove_core = MOZ + any_pop = { militancy = -3 } + } + } + TNZ = { add_accepted_culture = swahili } + } } #Mali province_event = { - id = 98875 - title = "EVTNAME98800" - desc = "EVTDESC98875" - - trigger = { - region = FRA_1803 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MLI - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2609 } - MLI = { exists = no } - } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MLI - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MLI } - } - add_core = MLI - remove_core = MOS - any_pop = { militancy = -3 } - } - } - } + id = 98875 + title = "EVTNAME98800" + desc = "EVTDESC98875" + + trigger = { + region = FRA_1803 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MLI + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2609 } + MLI = { exists = no } + } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MLI + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MLI } + } + add_core = MLI + remove_core = MOS + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98876 - title = "EVTNAME98800" - desc = "EVTDESC98875" - - trigger = { - region = FRA_1798 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MLI - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2609 } - MLI = { exists = no } - } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MLI - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MLI } - } - add_core = MLI - remove_core = MOS - any_pop = { militancy = -3 } - } - } - MLI = { add_accepted_culture = bambara } - } + id = 98876 + title = "EVTNAME98800" + desc = "EVTDESC98875" + + trigger = { + region = FRA_1798 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MLI + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2609 } + MLI = { exists = no } + } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MLI + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MLI } + } + add_core = MLI + remove_core = MOS + any_pop = { militancy = -3 } + } + } + MLI = { add_accepted_culture = bambara } + } } province_event = { - id = 98877 - title = "EVTNAME98800" - desc = "EVTDESC98875" - - trigger = { - region = FRA_1801 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MLI - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2609 } - MLI = { exists = no } - } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MLI - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MLI } - } - add_core = MLI - any_pop = { militancy = -3 } - } - } - MLI = { - add_accepted_culture = bambara - add_accepted_culture = fulbe - } - } + id = 98877 + title = "EVTNAME98800" + desc = "EVTDESC98875" + + trigger = { + region = FRA_1801 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MLI + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2609 } + MLI = { exists = no } + } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MLI + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MLI } + } + add_core = MLI + any_pop = { militancy = -3 } + } + } + MLI = { + add_accepted_culture = bambara + add_accepted_culture = fulbe + } + } } province_event = { - id = 98878 - title = "EVTNAME98800" - desc = "EVTDESC98875" - - trigger = { - region = FRA_1775 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { is_core = MLI } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2609 } - MLI = { exists = no } - } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MLI - 1775 = { owned_by = THIS } - TRZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MLI } - } - add_core = MLI - any_pop = { militancy = -3 } - } - } - MLI = { add_accepted_culture = maures } - } + id = 98878 + title = "EVTNAME98800" + desc = "EVTDESC98875" + + trigger = { + region = FRA_1775 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { is_core = MLI } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2609 } + MLI = { exists = no } + } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MLI + 1775 = { owned_by = THIS } + TRZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MLI } + } + add_core = MLI + any_pop = { militancy = -3 } + } + } + MLI = { add_accepted_culture = maures } + } } province_event = { - id = 98879 - title = "EVTNAME98800" - desc = "EVTDESC98875" - - trigger = { - region = FRA_1798 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MLI - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2609 } - MLI = { exists = no } - } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MLI - 1901 = { owned_by = THIS } - MOS = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MLI } - } - add_core = MLI - remove_core = MOS - any_pop = { militancy = -3 } - } - } - } + id = 98879 + title = "EVTNAME98800" + desc = "EVTDESC98875" + + trigger = { + region = FRA_1798 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MLI + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2609 } + MLI = { exists = no } + } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MLI + 1901 = { owned_by = THIS } + MOS = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MLI } + } + add_core = MLI + remove_core = MOS + any_pop = { militancy = -3 } + } + } + } } #Libya province_event = { - id = 98880 - title = "EVTNAME98800" - desc = "EVTDESC98880" - - trigger = { - OR = { - region = TRI_1731 - region = TRI_1735 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = LBY - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1731 } - LBY = { exists = no } - } - LBY = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = LBY - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = LBY } - } - add_core = LBY - remove_core = TRI - remove_core = CYR - remove_core = CHD - any_pop = { militancy = -3 } - } - } - } + id = 98880 + title = "EVTNAME98800" + desc = "EVTDESC98880" + + trigger = { + OR = { + region = TRI_1731 + region = TRI_1735 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = LBY + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1731 } + LBY = { exists = no } + } + LBY = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = LBY + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = LBY } + } + add_core = LBY + remove_core = TRI + remove_core = CYR + remove_core = CHD + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98881 - title = "EVTNAME98800" - desc = "EVTDESC98880" - - trigger = { - region = ENG_1825 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = LBY - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1731 } - LBY = { exists = no } - } - LBY = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = LBY - 1818 = { owned_by = THIS } - CHD = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = LBY } - } - add_core = LBY - remove_core = NIG - remove_core = CHD - any_pop = { militancy = -3 } - } - } - LBY = { add_accepted_culture = fur } - } + id = 98881 + title = "EVTNAME98800" + desc = "EVTDESC98880" + + trigger = { + region = ENG_1825 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = LBY + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1731 } + LBY = { exists = no } + } + LBY = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = LBY + 1818 = { owned_by = THIS } + CHD = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = LBY } + } + add_core = LBY + remove_core = NIG + remove_core = CHD + any_pop = { militancy = -3 } + } + } + LBY = { add_accepted_culture = fur } + } } #Zanzibar province_event = { - id = 98883 - title = "EVTNAME98800" - desc = "EVTDESC98883" - - trigger = { - OR = { - region = ENG_2036 - region = ENG_2039 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ZAN - } - owner = { - civilized = yes - has_global_flag = zanzibar_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2048 } - ZAN = { exists = no } - } - ZAN = { - vassal_of = THIS - } - } - NOT = { - is_core = ZAN - 2044 = { owned_by = THIS } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ZAN } - } - add_core = ZAN - remove_core = TNZ - any_pop = { militancy = -3 } - } - } - } + id = 98883 + title = "EVTNAME98800" + desc = "EVTDESC98883" + + trigger = { + OR = { + region = ENG_2036 + region = ENG_2039 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ZAN + } + owner = { + civilized = yes + has_global_flag = zanzibar_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2048 } + ZAN = { exists = no } + } + ZAN = { + vassal_of = THIS + } + } + NOT = { + is_core = ZAN + 2044 = { owned_by = THIS } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ZAN } + } + add_core = ZAN + remove_core = TNZ + any_pop = { militancy = -3 } + } + } + } } #Angola province_event = { - id = 98884 - title = "EVTNAME98800" - desc = "EVTDESC98884" - - trigger = { - OR = { - region = POR_2003 - region = POR_2006 - region = POR_1999 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ANG - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1999 } - ANG = { exists = no } - } - ANG = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = ANG - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ANG } - } - add_core = ANG - remove_core = ZAM - any_pop = { militancy = -3 } - } - } - } + id = 98884 + title = "EVTNAME98800" + desc = "EVTDESC98884" + + trigger = { + OR = { + region = POR_2003 + region = POR_2006 + region = POR_1999 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ANG + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1999 } + ANG = { exists = no } + } + ANG = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = ANG + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ANG } + } + add_core = ANG + remove_core = ZAM + any_pop = { militancy = -3 } + } + } + } } #Mozambique province_event = { - id = 98885 - title = "EVTNAME98800" - desc = "EVTDESC98885" - - trigger = { - OR = { - region = POR_2049 - region = POR_2053 - region = POR_2060 - region = POR_2054 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MOZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2049 } - MOZ = { exists = no } - } - MOZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MOZ - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MOZ } - } - add_core = MOZ - remove_core = TNZ - any_pop = { militancy = -3 } - } - } - } + id = 98885 + title = "EVTNAME98800" + desc = "EVTDESC98885" + + trigger = { + OR = { + region = POR_2049 + region = POR_2053 + region = POR_2060 + region = POR_2054 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MOZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2049 } + MOZ = { exists = no } + } + MOZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MOZ + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MOZ } + } + add_core = MOZ + remove_core = TNZ + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98886 - title = "EVTNAME98800" - desc = "EVTDESC98885" - - trigger = { - region = ENG_2039 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MOZ - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2049 } - MOZ = { exists = no } - } - MOZ = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = MOZ - 2044 = { owned_by = THIS } - 2048 = { owned_by = THIS } - TNZ = { - vassal_of = THIS - is_culture_group = THIS - } - ZAN = { - vassal_of = THIS - has_global_flag = zanzibar_organized - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MOZ } - } - add_core = MOZ - remove_core = TNZ - remove_core = ZAN - any_pop = { militancy = -3 } - } - } - } + id = 98886 + title = "EVTNAME98800" + desc = "EVTDESC98885" + + trigger = { + region = ENG_2039 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MOZ + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2049 } + MOZ = { exists = no } + } + MOZ = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = MOZ + 2044 = { owned_by = THIS } + 2048 = { owned_by = THIS } + TNZ = { + vassal_of = THIS + is_culture_group = THIS + } + ZAN = { + vassal_of = THIS + has_global_flag = zanzibar_organized + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MOZ } + } + add_core = MOZ + remove_core = TNZ + remove_core = ZAN + any_pop = { militancy = -3 } + } + } + } } #Mauretania province_event = { - id = 98890 - title = "EVTNAME98800" - desc = "EVTDESC98890" - - trigger = { - region = MOR_1696 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = TRZ - } - owner = { - civilized = yes - has_global_flag = mauretania_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1775 } - TRZ = { exists = no } - } - TRZ = { - vassal_of = THIS - } - } - NOT = { - is_core = TRZ - 1680 = { owned_by = THIS } - MOR = { - vassal_of = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = TRZ } - } - add_core = TRZ - remove_core = MOR - any_pop = { militancy = -3 } - } - } - } + id = 98890 + title = "EVTNAME98800" + desc = "EVTDESC98890" + + trigger = { + region = MOR_1696 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = TRZ + } + owner = { + civilized = yes + has_global_flag = mauretania_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1775 } + TRZ = { exists = no } + } + TRZ = { + vassal_of = THIS + } + } + NOT = { + is_core = TRZ + 1680 = { owned_by = THIS } + MOR = { + vassal_of = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = TRZ } + } + add_core = TRZ + remove_core = MOR + any_pop = { militancy = -3 } + } + } + } } #Morocco province_event = { - id = 98891 - title = "EVTNAME98800" - desc = "EVTDESC98891" - - trigger = { - region = MOR_1696 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MOR - } - owner = { - civilized = yes - OR = { - NOT = { capital_scope = { continent = africa } } - tag = MOR - } - } - OR = { - AND = { - owner = { owns = 1680 } - MOR = { exists = no } - } - MOR = { - vassal_of = THIS - } - } - NOT = { - is_core = MOR - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MOR } - } - add_core = MOR - remove_core = TRZ - any_pop = { militancy = -3 } - } - } - } + id = 98891 + title = "EVTNAME98800" + desc = "EVTDESC98891" + + trigger = { + region = MOR_1696 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MOR + } + owner = { + civilized = yes + OR = { + NOT = { capital_scope = { continent = africa } } + tag = MOR + } + } + OR = { + AND = { + owner = { owns = 1680 } + MOR = { exists = no } + } + MOR = { + vassal_of = THIS + } + } + NOT = { + is_core = MOR + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MOR } + } + add_core = MOR + remove_core = TRZ + any_pop = { militancy = -3 } + } + } + } } #Ghana province_event = { - id = 98892 - title = "EVTNAME98800" - desc = "EVTDESC98892" - - trigger = { - OR = { - region = FRA_1892 - region = FRA_1893 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = ASH - } - owner = { - civilized = yes - has_global_flag = ghana_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1910 } - ASH = { exists = no } - } - ASH = { - vassal_of = THIS - } - } - NOT = { - is_core = ASH - 1892 = { owned_by = THIS } - 1884 = { owned_by = THIS } - IVC = { - vassal_of = THIS - is_culture_group = THIS - } - SLE = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = ASH } - } - add_core = ASH - remove_core = IVC - remove_core = SLE - any_pop = { militancy = -3 } - } - } - } + id = 98892 + title = "EVTNAME98800" + desc = "EVTDESC98892" + + trigger = { + OR = { + region = FRA_1892 + region = FRA_1893 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = ASH + } + owner = { + civilized = yes + has_global_flag = ghana_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1910 } + ASH = { exists = no } + } + ASH = { + vassal_of = THIS + } + } + NOT = { + is_core = ASH + 1892 = { owned_by = THIS } + 1884 = { owned_by = THIS } + IVC = { + vassal_of = THIS + is_culture_group = THIS + } + SLE = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = ASH } + } + add_core = ASH + remove_core = IVC + remove_core = SLE + any_pop = { militancy = -3 } + } + } + } } #Burkina Faso province_event = { - id = 98893 - title = "EVTNAME98800" - desc = "EVTDESC98893" - - trigger = { - region = FRA_1901 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MOS - } - owner = { - civilized = yes - has_global_flag = burkina_faso_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1901 } - MOS = { exists = no } - } - MOS = { - vassal_of = THIS - } - } - NOT = { - is_core = MOS - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MOS } - } - add_core = MOS - remove_core = MLI - any_pop = { militancy = -3 } - } - } - } + id = 98893 + title = "EVTNAME98800" + desc = "EVTDESC98893" + + trigger = { + region = FRA_1901 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MOS + } + owner = { + civilized = yes + has_global_flag = burkina_faso_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1901 } + MOS = { exists = no } + } + MOS = { + vassal_of = THIS + } + } + NOT = { + is_core = MOS + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MOS } + } + add_core = MOS + remove_core = MLI + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98894 - title = "EVTNAME98800" - desc = "EVTDESC98893" - - trigger = { - OR = { - region = FRA_1798 - region = FRA_1803 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = MOS - } - owner = { - civilized = yes - has_global_flag = burkina_faso_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 1901 } - MOS = { exists = no } - } - MOS = { - vassal_of = THIS - } - } - NOT = { - is_core = ASH - 2609 = { owned_by = THIS } - MLI = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = MOS } - } - add_core = MOS - remove_core = MLI - any_pop = { militancy = -3 } - } - } - } + id = 98894 + title = "EVTNAME98800" + desc = "EVTDESC98893" + + trigger = { + OR = { + region = FRA_1798 + region = FRA_1803 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = MOS + } + owner = { + civilized = yes + has_global_flag = burkina_faso_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 1901 } + MOS = { exists = no } + } + MOS = { + vassal_of = THIS + } + } + NOT = { + is_core = ASH + 2609 = { owned_by = THIS } + MLI = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = MOS } + } + add_core = MOS + remove_core = MLI + any_pop = { militancy = -3 } + } + } + } } #Uganda province_event = { - id = 98895 - title = "EVTNAME98800" - desc = "EVTDESC98895" - - trigger = { - region = ENG_2026 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = BUG - } - owner = { - civilized = yes - has_global_flag = uganda_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2019 } - BUG = { exists = no } - } - BUG = { - vassal_of = THIS - } - } - NOT = { - is_core = BUG - 2024 = { owned_by = THIS } - KNY = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = BUG } - } - add_core = BUG - remove_core = KNY - any_pop = { militancy = -3 } - } - } - } + id = 98895 + title = "EVTNAME98800" + desc = "EVTDESC98895" + + trigger = { + region = ENG_2026 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = BUG + } + owner = { + civilized = yes + has_global_flag = uganda_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2019 } + BUG = { exists = no } + } + BUG = { + vassal_of = THIS + } + } + NOT = { + is_core = BUG + 2024 = { owned_by = THIS } + KNY = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = BUG } + } + add_core = BUG + remove_core = KNY + any_pop = { militancy = -3 } + } + } + } } province_event = { - id = 98896 - title = "EVTNAME98800" - desc = "EVTDESC98895" - - trigger = { - region = ENG_1844 - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = BUG - } - owner = { - civilized = yes - has_global_flag = uganda_organized - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2019 } - BUG = { exists = no } - } - BUG = { - vassal_of = THIS - } - } - NOT = { - is_core = BUG - 1827 = { owned_by = THIS } - 1965 = { owned_by = THIS } - SUD = { - vassal_of = THIS - has_global_flag = sudan_organized - } - CAR = { - vassal_of = THIS - is_culture_group = THIS - } - } - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { is_core = BUG } - } - add_core = BUG - remove_core = SUD - remove_core = CAR - any_pop = { militancy = -3 } - } - } - } + id = 98896 + title = "EVTNAME98800" + desc = "EVTDESC98895" + + trigger = { + region = ENG_1844 + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = BUG + } + owner = { + civilized = yes + has_global_flag = uganda_organized + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2019 } + BUG = { exists = no } + } + BUG = { + vassal_of = THIS + } + } + NOT = { + is_core = BUG + 1827 = { owned_by = THIS } + 1965 = { owned_by = THIS } + SUD = { + vassal_of = THIS + has_global_flag = sudan_organized + } + CAR = { + vassal_of = THIS + is_culture_group = THIS + } + } + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { is_core = BUG } + } + add_core = BUG + remove_core = SUD + remove_core = CAR + any_pop = { militancy = -3 } + } + } + } } #South Africa province_event = { - id = 98900 - title = "EVTNAME98800" - desc = "EVTDESC98900" - - trigger = { - OR = { - region = ENG_2087 - region = ENG_2092 - #region = ENG_2094 - region = ENG_2096 - region = ORA_2103 - region = TRN_2108 - region = ZUL_2113 - region = ENG_2083 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = SAF - } - owner = { - civilized = yes - NOT = { capital_scope = { continent = africa } } - } - OR = { - AND = { - owner = { owns = 2087 } - SAF = { exists = no } - } - SAF = { - vassal_of = THIS - is_culture_group = THIS - } - } - NOT = { - is_core = SAF - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 5 - region = ENG_2083 - } - } - - option = { - name = "EVT98800OPTA" - state_scope = { - random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" } - any_owned = { - limit = { NOT = { is_core = SAF } } - add_core = SAF - any_pop = { militancy = -3 } - } - } - } + id = 98900 + title = "EVTNAME98800" + desc = "EVTDESC98900" + + trigger = { + OR = { + region = ENG_2087 + region = ENG_2092 + #region = ENG_2094 + region = ENG_2096 + region = ORA_2103 + region = TRN_2108 + region = ZUL_2113 + region = ENG_2083 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = SAF + } + owner = { + civilized = yes + NOT = { capital_scope = { continent = africa } } + } + OR = { + AND = { + owner = { owns = 2087 } + SAF = { exists = no } + } + SAF = { + vassal_of = THIS + is_culture_group = THIS + } + } + NOT = { + is_core = SAF + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 5 + region = ENG_2083 + } + } + + option = { + name = "EVT98800OPTA" + state_scope = { + random_owned = { limit = { province_id = 2113 } change_province_name = "Richards Bay" } + any_owned = { + limit = { NOT = { is_core = SAF } } + add_core = SAF + any_pop = { militancy = -3 } + } + } + } } #Rupert's Land province_event = { - id = 98905 - title = "EVTNAME98800" - desc = "EVTDESC98905" - - trigger = { - OR = { - #region = ENG_6 - region = ENG_9 - #region = CAN_18 - region = ENG_22 - region = ENG_30 - region = ENG_36 - region = CAN_50 - region = CAN_60 - } - owned_by = THIS - controlled_by = THIS - any_neighbor_province = { - is_core = RPL - } - owner = { - OR = { - tag = ENG - tag = ENL - } - } - OR = { - RPL = { exists = no } - RPL = { vassal_of = THIS } - } - NOT = { - is_core = RPL - is_core = CAN - is_core = COL - is_core = QUE - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT98800OPTA" - state_scope = { - any_owned = { - limit = { - NOT = { - is_core = CAN - is_core = COL - is_core = QUE - } - } - add_core = RPL - any_pop = { militancy = -3 } - } - } - } + id = 98905 + title = "EVTNAME98800" + desc = "EVTDESC98905" + + trigger = { + OR = { + #region = ENG_6 + region = ENG_9 + #region = CAN_18 + region = ENG_22 + region = ENG_30 + region = ENG_36 + region = CAN_50 + region = CAN_60 + } + owned_by = THIS + controlled_by = THIS + any_neighbor_province = { + is_core = RPL + } + owner = { + OR = { + tag = ENG + tag = ENL + } + } + OR = { + RPL = { exists = no } + RPL = { vassal_of = THIS } + } + NOT = { + is_core = RPL + is_core = CAN + is_core = COL + is_core = QUE + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT98800OPTA" + state_scope = { + any_owned = { + limit = { + NOT = { + is_core = CAN + is_core = COL + is_core = QUE + } + } + add_core = RPL + any_pop = { militancy = -3 } + } + } + } } #The Royal Niger Company country_event = { - id = 98906 - title = "EVTNAME98906" - desc = "EVTDESC98906" - - is_triggered_only = yes - - option = { - name = "EVT98906OPTA" - random_owned = { - limit = { - owner = { - ai = yes - war = no - in_sphere = FROM - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - } - FROM = { inherit = THIS } - } - - random_owned = { - limit = { - owner = { - ai = yes - war = no - part_of_sphere = no - neighbour = FROM - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - } - FROM = { inherit = THIS } - } - - random_owned = { - limit = { - owner = { - ai = yes - war = no - part_of_sphere = no - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - } - FROM = { diplomatic_influence = { who = THIS value = 400 } } - } - - random_owned = { - limit = { - owner = { - civilized = no - capital_scope = { - OR = { - region = FRA_1923 - region = FRA_1930 - region = SOK_1934 - } - } - } - } - owner = { relation = { who = FROM value = 400 } } - } - } + id = 98906 + title = "EVTNAME98906" + desc = "EVTDESC98906" + + is_triggered_only = yes + + option = { + name = "EVT98906OPTA" + random_owned = { + limit = { + owner = { + ai = yes + war = no + in_sphere = FROM + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + } + FROM = { inherit = THIS } + } + + random_owned = { + limit = { + owner = { + ai = yes + war = no + part_of_sphere = no + neighbour = FROM + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + } + FROM = { inherit = THIS } + } + + random_owned = { + limit = { + owner = { + ai = yes + war = no + part_of_sphere = no + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + } + FROM = { diplomatic_influence = { who = THIS value = 400 } } + } + + random_owned = { + limit = { + owner = { + civilized = no + capital_scope = { + OR = { + region = FRA_1923 + region = FRA_1930 + region = SOK_1934 + } + } + } + } + owner = { relation = { who = FROM value = 400 } } + } + } } diff --git a/HPM/events/NobelPrize.txt b/HPM/events/NobelPrize.txt index 0ee76c90..fb312551 100644 --- a/HPM/events/NobelPrize.txt +++ b/HPM/events/NobelPrize.txt @@ -5,10325 +5,10325 @@ # Establishment of the Nobel Prizes country_event = { - id = 23450 - news = yes - news_desc_long = "EVTDESC23450_NEWS_LONG" - news_desc_medium = "EVTDESC23450_NEWS_MEDIUM" - news_desc_short = "EVTDESC23450_NEWS_SHORT" - - trigger = { - owns = 322 - year = 1898 - not = { - year = 1905 - has_global_flag = NobelPhysics - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1899 - } - modifier = { - factor = 0.5 - year = 1900 - } - } - - title = "EVTNAME23450" - desc = "EVTDESC23450" - picture = "Nobel_Physics" - - option = { - name = "EVTOPTA23401" - prestige = 50 - set_global_flag = NobelPhysics - set_global_flag = NobelChemistry - set_global_flag = NobelMedicine - set_global_flag = NobelLiterature - set_global_flag = NobelPeace - } + id = 23450 + news = yes + news_desc_long = "EVTDESC23450_NEWS_LONG" + news_desc_medium = "EVTDESC23450_NEWS_MEDIUM" + news_desc_short = "EVTDESC23450_NEWS_SHORT" + + trigger = { + owns = 322 + year = 1898 + not = { + year = 1905 + has_global_flag = NobelPhysics + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1899 + } + modifier = { + factor = 0.5 + year = 1900 + } + } + + title = "EVTNAME23450" + desc = "EVTDESC23450" + picture = "Nobel_Physics" + + option = { + name = "EVTOPTA23401" + prestige = 50 + set_global_flag = NobelPhysics + set_global_flag = NobelChemistry + set_global_flag = NobelMedicine + set_global_flag = NobelLiterature + set_global_flag = NobelPeace + } } # Nobel Physics Prize Events country_event = { - id = 23451 - title = "EVTNAME23451" - desc = "EVTDESC23451" - picture = "xrays_discovered" - - trigger = { - has_global_flag = NobelPhysics - year = 1901 - invention = x_rays - literacy = 0.6 - NOT = { - year = 1905 - has_global_flag = 1NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1902 - } - modifier = { - factor = 0.95 - year = 1903 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 1NobelPhysics - set_country_flag = 1stNobelPhysicsReceived - } -} - -country_event = { - - id = 23452 - title = "EVTNAME23452" - desc = "EVTDESC23452" - picture = "zeeman_effect" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 1NobelPhysics - year = 1902 - literacy = 0.6 - electricity = 1 - NOT = { - year = 1907 - has_global_flag = 2NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1903 - } - modifier = { - factor = 0.95 - year = 1904 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 2NobelPhysics - set_country_flag = 2ndNobelPhysicsReceived - } -} - -country_event = { - - id = 23453 - title = "EVTNAME23453" - desc = "EVTDESC23453" - picture = "radioactivity" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 2NobelPhysics - year = 1903 - invention = x_rays - literacy = 0.6 - - NOT = { - year = 1908 - has_global_flag = 3NobelPhysics - } - - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 3NobelPhysics - set_country_flag = 3rdNobelPhysicsReceived - } -} - -country_event = { - - id = 23454 - title = "EVTNAME23454" - desc = "EVTDESC23454" - picture = "argon_discovery" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 3NobelPhysics - year = 1904 - electricity = 1 - literacy = 0.6 - NOT = { - year = 1909 - has_global_flag = 4NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 4NobelPhysics - set_country_flag = 4thNobelPhysicsReceived - } -} - -country_event = { - - id = 23455 - title = "EVTNAME23455" - desc = "EVTDESC23455" - picture = "cathode_rays" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 4NobelPhysics - year = 1905 - electricity = 1 - literacy = 0.6 - not = { - year = 1908 - has_global_flag = 5NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1906 - } - modifier = { - factor = 0.95 - year = 1907 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 5NobelPhysics - set_country_flag = 5thNobelPhysicsReceived - } -} - -country_event = { - - id = 23456 - title = "EVTNAME23456" - desc = "EVTDESC23456" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 5NobelPhysics - year = 1906 - electricity = 1 - literacy = 0.6 - not = { - year = 1909 - has_global_flag = 6NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1907 - } - modifier = { - factor = 0.95 - year = 1908 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 6NobelPhysics - set_country_flag = 6thNobelPhysicsReceived - } -} - -country_event = { - - id = 23457 - title = "EVTNAME23457" - desc = "EVTDESC23457" - picture = "interferometer" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 6NobelPhysics - year = 1907 - electricity = 1 - literacy = 0.6 - not = { - year = 1910 - has_global_flag = 7NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 7NobelPhysics - set_country_flag = 7thNobelPhysicsReceived - } -} - -country_event = { - - id = 23458 - title = "EVTNAME23458" - desc = "EVTDESC23458" - picture = "lippmann_photography" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 7NobelPhysics - year = 1908 - electricity = 1 - literacy = 0.6 - not = { - year = 1911 - has_global_flag = 8NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 8NobelPhysics - set_country_flag = 8thNobelPhysicsReceived - } -} - -country_event = { - - id = 23459 - title = "EVTNAME23459" - desc = "EVTDESC23459" - picture = "wireless_telegraphy" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 8NobelPhysics - year = 1909 - electricity = 1 - literacy = 0.6 - not = { - year = 1912 - has_global_flag = 9NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1911 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 9NobelPhysics - set_country_flag = 9thNobelPhysicsReceived - } -} - -country_event = { - - id = 23460 - title = "EVTNAME23460" - desc = "EVTDESC23460" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 9NobelPhysics - year = 1910 - electricity = 1 - literacy = 0.6 - not = { - year = 1913 - has_global_flag = 10NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1911 - } - modifier = { - factor = 0.95 - year = 1912 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 10NobelPhysics - set_country_flag = 10thNobelPhysicsReceived - } -} - -country_event = { - - id = 23461 - title = "EVTNAME23461" - desc = "EVTDESC23461" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 10NobelPhysics - year = 1911 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1914 - has_global_flag = 11NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 11NobelPhysics - set_country_flag = 10thNobelPhysicsReceived - } -} - -country_event = { - - id = 23462 - title = "EVTNAME23462" - desc = "EVTDESC23462" - picture = "aga_lighthouse" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 11NobelPhysics - year = 1912 - electricity = 1 - literacy = 0.6 - not = { - year = 1915 - has_global_flag = 12NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 12NobelPhysics - set_country_flag = 12thNobelPhysicsReceived - } -} - -country_event = { - - id = 23463 - title = "EVTNAME23463" - desc = "EVTDESC23463" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 12NobelPhysics - year = 1913 - electricity = 1 - literacy = 0.6 - not = { - year = 1916 - has_global_flag = 13NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1914 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 13NobelPhysics - set_country_flag = 13thNobelPhysicsReceived - } -} - -country_event = { - - id = 23464 - title = "EVTNAME23464" - desc = "EVTDESC23464" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 13NobelPhysics - year = 1914 - invention = x_rays - literacy = 0.6 - not = { - year = 1917 - has_global_flag = 14NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.95 - year = 1916 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 14NobelPhysics - set_country_flag = 14thNobelPhysicsReceived - } -} - -country_event = { - - id = 23465 - title = "EVTNAME23465" - desc = "EVTDESC23465" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 14NobelPhysics - year = 1915 - invention = x_rays - literacy = 0.6 - not = { - year = 1918 - has_global_flag = 15NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 15NobelPhysics - set_country_flag = 15thNobelPhysicsReceived - } -} - -country_event = { - - id = 23466 - title = "EVTNAME23466" - desc = "EVTDESC23466" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 15NobelPhysics - year = 1916 - electricity = 1 - literacy = 0.6 - not = { - year = 1919 - has_global_flag = 16NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - option = { - name = "EVTOPTA23466" - set_global_flag = 16NobelPhysics - } -} - -country_event = { - - id = 23467 - title = "EVTNAME23467" - desc = "EVTDESC23467" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 16NobelPhysics - year = 1917 - invention = x_rays - literacy = 0.6 - not = { - year = 1920 - has_global_flag = 17NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1918 - } - modifier = { - factor = 0.95 - year = 1919 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 17NobelPhysics - set_country_flag = 17thNobelPhysicsReceived - } -} - -country_event = { - - id = 23468 - title = "EVTNAME23468" - desc = "EVTDESC23468" - picture = "Nobel_Physics" - - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 17NobelPhysics - year = 1918 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1921 - has_global_flag = 18NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1919 - } - modifier = { - factor = 0.95 - year = 1920 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 18NobelPhysics - set_country_flag = 18thNobelPhysicsReceived - } -} - -country_event = { - - id = 23469 - title = "EVTNAME23469" - desc = "EVTDESC23469" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 18NobelPhysics - year = 1919 - electricity = 1 - literacy = 0.6 - not = { - year = 1922 - has_global_flag = 19NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 19NobelPhysics - set_country_flag = 19thNobelPhysicsReceived - } -} - -country_event = { - - id = 23470 - title = "EVTNAME23470" - desc = "EVTDESC23470" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 19NobelPhysics - year = 1920 - electricity = 1 - literacy = 0.6 - not = { - year = 1923 - has_global_flag = 20NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 20NobelPhysics - set_country_flag = 20thNobelPhysicsReceived - } -} - -country_event = { - - id = 23471 - title = "EVTNAME23471" - desc = "EVTDESC23471" - picture = "einstein_lectures" - - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 20NobelPhysics - year = 1921 - electricity = 1 - literacy = 0.7 - not = { - year = 1924 - has_global_flag = 21NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1922 - } - modifier = { - factor = 0.95 - year = 1923 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 21NobelPhysics - set_country_flag = 21thNobelPhysicsReceived - } -} - -country_event = { - - id = 23472 - title = "EVTNAME23472" - desc = "EVTDESC23472" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 21NobelPhysics - year = 1922 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1925 - has_global_flag = 22NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1923 - } - modifier = { - factor = 0.95 - year = 1924 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 22NobelPhysics - set_country_flag = 22thNobelPhysicsReceived - } -} - -country_event = { - - id = 23473 - title = "EVTNAME23473" - desc = "EVTDESC23473" - picture = "oil_drop_experiment" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 22NobelPhysics - year = 1923 - electricity = 1 - literacy = 0.6 - not = { - year = 1926 - has_global_flag = 23NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 23NobelPhysics - set_country_flag = 23thNobelPhysicsReceived - } -} - -country_event = { - - id = 23474 - title = "EVTNAME23474" - desc = "EVTDESC23474" - picture = "Nobel_Physics" - - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 23NobelPhysics - year = 1924 - invention = x_rays - literacy = 0.6 - not = { - year = 1927 - has_global_flag = 24NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 24NobelPhysics - set_country_flag = 24thNobelPhysicsReceived - } -} - -country_event = { - - id = 23475 - title = "EVTNAME23475" - desc = "EVTDESC23475" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 24NobelPhysics - year = 1925 - invention = vacuum_tube - literacy = 0.6 - not = { - year = 1928 - has_global_flag = 25NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1926 - } - modifier = { - factor = 0.95 - year = 1927 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 25NobelPhysics - set_country_flag = 25thNobelPhysicsReceived - } -} - -country_event = { - - id = 23476 - title = "EVTNAME23476" - desc = "EVTDESC23476" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 25NobelPhysics - year = 1926 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1929 - has_global_flag = 26NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1927 - } - modifier = { - factor = 0.95 - year = 1928 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 26NobelPhysics - set_country_flag = 26thNobelPhysicsReceived - } -} - -country_event = { - - id = 23477 - title = "EVTNAME23477" - desc = "EVTDESC23477" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 26NobelPhysics - year = 1927 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1930 - has_global_flag = 27NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 27NobelPhysics - set_country_flag = 27thNobelPhysicsReceived - } -} - -country_event = { - - id = 23478 - title = "EVTNAME23478" - desc = "EVTDESC23478" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 27NobelPhysics - year = 1928 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1931 - has_global_flag = 28NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 28NobelPhysics - set_country_flag = 28thNobelPhysicsReceived - } -} - -country_event = { - - id = 23479 - title = "EVTNAME23479" - desc = "EVTDESC23479" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 28NobelPhysics - year = 1929 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1932 - has_global_flag = 29NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 29NobelPhysics - set_country_flag = 29thNobelPhysicsReceived - } -} - -country_event = { - - id = 23480 - title = "EVTNAME23480" - desc = "EVTDESC23480" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 29NobelPhysics - year = 1930 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1933 - has_global_flag = 30NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 30NobelPhysics - set_country_flag = 30thNobelPhysicsReceived - } -} - -country_event = { - - id = 23481 - title = "EVTNAME23466" - desc = "EVTDESC23466" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 30NobelPhysics - year = 1931 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1934 - has_global_flag = 31NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - option = { - name = "EVTOPTA23466" - set_global_flag = 31NobelPhysics - } -} - -country_event = { - - id = 23482 - title = "EVTNAME23482" - desc = "EVTDESC23482" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 31NobelPhysics - year = 1932 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1935 - has_global_flag = 32NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 32NobelPhysics - set_country_flag = 32thNobelPhysicsReceived - } -} - -country_event = { - - id = 23483 - title = "EVTNAME23483" - desc = "EVTDESC23483" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 32NobelPhysics - year = 1933 - invention = quantum_theory - literacy = 0.6 - not = { - year = 1936 - has_global_flag = 33NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.85 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1934 - } - modifier = { - factor = 0.95 - year = 1935 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 33NobelPhysics - set_country_flag = 33thNobelPhysicsReceived - } -} - -country_event = { - - id = 23484 - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 33NobelPhysics - year = 1934 - electricity = 1 - not = { - year = 1937 - has_global_flag = 34NobelPhysics - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1935 - } - modifier = { - factor = 0.95 - year = 1936 - } - } - - title = "EVTNAME23466" - desc = "EVTDESC23466" - picture = "Nobel_Physics" - - option = { - name = "EVTOPTA23466" - set_global_flag = 34NobelPhysics - } -} - -country_event = { - - id = 23485 - title = "EVTNAME23485" - desc = "EVTDESC23485" - picture = "Nobel_Physics" - - trigger = { - has_global_flag = NobelPhysics - has_global_flag = 34NobelPhysics - year = 1935 - synthetic_polymers = 1 - literacy = 0.6 - not = { - year = 1938 - has_global_flag = 35NobelPhysics - } - OR = { - is_greater_power = yes # nation is a great power - AND = { - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - literacy = 0.7 - } - AND = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 70 - literacy = 0.6 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - literacy = 0.9 - total_pops = 7000000 - capital_scope = { continent = europe } - NOT = { rank = 3 } - } - - modifier = { - factor = 0.98 - literacy = 0.9 - total_pops = 1000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.97 - literacy = 0.95 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 0.95 - literacy = 0.97 - total_pops = 7000000 - capital_scope = { continent = europe } - } - - modifier = { - factor = 1.5 - OR = { - public_meetings = no_meeting - NOT = { plurality = 75 } - } - } - - modifier = { - factor = 1.5 - OR = { - press_rights = state_press - press_rights = censored_press - } - } - - modifier = { factor = 2.0 NOT = { total_pops = 300000 } } - - modifier = { - factor = 2.0 - OR = { - is_greater_power = no - is_secondary_power = no - } - } - - modifier = { - factor = 0.95 - year = 1936 - } - modifier = { - factor = 0.95 - year = 1937 - } - } - - option = { - name = "EVTOPTA23451" - prestige = 10 - set_global_flag = 35NobelPhysics - set_country_flag = 35thNobelPhysicsReceived - } + id = 23451 + title = "EVTNAME23451" + desc = "EVTDESC23451" + picture = "xrays_discovered" + + trigger = { + has_global_flag = NobelPhysics + year = 1901 + invention = x_rays + literacy = 0.6 + NOT = { + year = 1905 + has_global_flag = 1NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1902 + } + modifier = { + factor = 0.95 + year = 1903 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 1NobelPhysics + set_country_flag = 1stNobelPhysicsReceived + } +} + +country_event = { + + id = 23452 + title = "EVTNAME23452" + desc = "EVTDESC23452" + picture = "zeeman_effect" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 1NobelPhysics + year = 1902 + literacy = 0.6 + electricity = 1 + NOT = { + year = 1907 + has_global_flag = 2NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1903 + } + modifier = { + factor = 0.95 + year = 1904 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 2NobelPhysics + set_country_flag = 2ndNobelPhysicsReceived + } +} + +country_event = { + + id = 23453 + title = "EVTNAME23453" + desc = "EVTDESC23453" + picture = "radioactivity" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 2NobelPhysics + year = 1903 + invention = x_rays + literacy = 0.6 + + NOT = { + year = 1908 + has_global_flag = 3NobelPhysics + } + + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 3NobelPhysics + set_country_flag = 3rdNobelPhysicsReceived + } +} + +country_event = { + + id = 23454 + title = "EVTNAME23454" + desc = "EVTDESC23454" + picture = "argon_discovery" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 3NobelPhysics + year = 1904 + electricity = 1 + literacy = 0.6 + NOT = { + year = 1909 + has_global_flag = 4NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 4NobelPhysics + set_country_flag = 4thNobelPhysicsReceived + } +} + +country_event = { + + id = 23455 + title = "EVTNAME23455" + desc = "EVTDESC23455" + picture = "cathode_rays" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 4NobelPhysics + year = 1905 + electricity = 1 + literacy = 0.6 + not = { + year = 1908 + has_global_flag = 5NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1906 + } + modifier = { + factor = 0.95 + year = 1907 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 5NobelPhysics + set_country_flag = 5thNobelPhysicsReceived + } +} + +country_event = { + + id = 23456 + title = "EVTNAME23456" + desc = "EVTDESC23456" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 5NobelPhysics + year = 1906 + electricity = 1 + literacy = 0.6 + not = { + year = 1909 + has_global_flag = 6NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1907 + } + modifier = { + factor = 0.95 + year = 1908 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 6NobelPhysics + set_country_flag = 6thNobelPhysicsReceived + } +} + +country_event = { + + id = 23457 + title = "EVTNAME23457" + desc = "EVTDESC23457" + picture = "interferometer" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 6NobelPhysics + year = 1907 + electricity = 1 + literacy = 0.6 + not = { + year = 1910 + has_global_flag = 7NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 7NobelPhysics + set_country_flag = 7thNobelPhysicsReceived + } +} + +country_event = { + + id = 23458 + title = "EVTNAME23458" + desc = "EVTDESC23458" + picture = "lippmann_photography" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 7NobelPhysics + year = 1908 + electricity = 1 + literacy = 0.6 + not = { + year = 1911 + has_global_flag = 8NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 8NobelPhysics + set_country_flag = 8thNobelPhysicsReceived + } +} + +country_event = { + + id = 23459 + title = "EVTNAME23459" + desc = "EVTDESC23459" + picture = "wireless_telegraphy" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 8NobelPhysics + year = 1909 + electricity = 1 + literacy = 0.6 + not = { + year = 1912 + has_global_flag = 9NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1911 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 9NobelPhysics + set_country_flag = 9thNobelPhysicsReceived + } +} + +country_event = { + + id = 23460 + title = "EVTNAME23460" + desc = "EVTDESC23460" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 9NobelPhysics + year = 1910 + electricity = 1 + literacy = 0.6 + not = { + year = 1913 + has_global_flag = 10NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1911 + } + modifier = { + factor = 0.95 + year = 1912 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 10NobelPhysics + set_country_flag = 10thNobelPhysicsReceived + } +} + +country_event = { + + id = 23461 + title = "EVTNAME23461" + desc = "EVTDESC23461" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 10NobelPhysics + year = 1911 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1914 + has_global_flag = 11NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 11NobelPhysics + set_country_flag = 10thNobelPhysicsReceived + } +} + +country_event = { + + id = 23462 + title = "EVTNAME23462" + desc = "EVTDESC23462" + picture = "aga_lighthouse" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 11NobelPhysics + year = 1912 + electricity = 1 + literacy = 0.6 + not = { + year = 1915 + has_global_flag = 12NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 12NobelPhysics + set_country_flag = 12thNobelPhysicsReceived + } +} + +country_event = { + + id = 23463 + title = "EVTNAME23463" + desc = "EVTDESC23463" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 12NobelPhysics + year = 1913 + electricity = 1 + literacy = 0.6 + not = { + year = 1916 + has_global_flag = 13NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1914 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 13NobelPhysics + set_country_flag = 13thNobelPhysicsReceived + } +} + +country_event = { + + id = 23464 + title = "EVTNAME23464" + desc = "EVTDESC23464" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 13NobelPhysics + year = 1914 + invention = x_rays + literacy = 0.6 + not = { + year = 1917 + has_global_flag = 14NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.95 + year = 1916 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 14NobelPhysics + set_country_flag = 14thNobelPhysicsReceived + } +} + +country_event = { + + id = 23465 + title = "EVTNAME23465" + desc = "EVTDESC23465" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 14NobelPhysics + year = 1915 + invention = x_rays + literacy = 0.6 + not = { + year = 1918 + has_global_flag = 15NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 15NobelPhysics + set_country_flag = 15thNobelPhysicsReceived + } +} + +country_event = { + + id = 23466 + title = "EVTNAME23466" + desc = "EVTDESC23466" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 15NobelPhysics + year = 1916 + electricity = 1 + literacy = 0.6 + not = { + year = 1919 + has_global_flag = 16NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + option = { + name = "EVTOPTA23466" + set_global_flag = 16NobelPhysics + } +} + +country_event = { + + id = 23467 + title = "EVTNAME23467" + desc = "EVTDESC23467" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 16NobelPhysics + year = 1917 + invention = x_rays + literacy = 0.6 + not = { + year = 1920 + has_global_flag = 17NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1918 + } + modifier = { + factor = 0.95 + year = 1919 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 17NobelPhysics + set_country_flag = 17thNobelPhysicsReceived + } +} + +country_event = { + + id = 23468 + title = "EVTNAME23468" + desc = "EVTDESC23468" + picture = "Nobel_Physics" + + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 17NobelPhysics + year = 1918 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1921 + has_global_flag = 18NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1919 + } + modifier = { + factor = 0.95 + year = 1920 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 18NobelPhysics + set_country_flag = 18thNobelPhysicsReceived + } +} + +country_event = { + + id = 23469 + title = "EVTNAME23469" + desc = "EVTDESC23469" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 18NobelPhysics + year = 1919 + electricity = 1 + literacy = 0.6 + not = { + year = 1922 + has_global_flag = 19NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 19NobelPhysics + set_country_flag = 19thNobelPhysicsReceived + } +} + +country_event = { + + id = 23470 + title = "EVTNAME23470" + desc = "EVTDESC23470" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 19NobelPhysics + year = 1920 + electricity = 1 + literacy = 0.6 + not = { + year = 1923 + has_global_flag = 20NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 20NobelPhysics + set_country_flag = 20thNobelPhysicsReceived + } +} + +country_event = { + + id = 23471 + title = "EVTNAME23471" + desc = "EVTDESC23471" + picture = "einstein_lectures" + + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 20NobelPhysics + year = 1921 + electricity = 1 + literacy = 0.7 + not = { + year = 1924 + has_global_flag = 21NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1922 + } + modifier = { + factor = 0.95 + year = 1923 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 21NobelPhysics + set_country_flag = 21thNobelPhysicsReceived + } +} + +country_event = { + + id = 23472 + title = "EVTNAME23472" + desc = "EVTDESC23472" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 21NobelPhysics + year = 1922 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1925 + has_global_flag = 22NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1923 + } + modifier = { + factor = 0.95 + year = 1924 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 22NobelPhysics + set_country_flag = 22thNobelPhysicsReceived + } +} + +country_event = { + + id = 23473 + title = "EVTNAME23473" + desc = "EVTDESC23473" + picture = "oil_drop_experiment" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 22NobelPhysics + year = 1923 + electricity = 1 + literacy = 0.6 + not = { + year = 1926 + has_global_flag = 23NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 23NobelPhysics + set_country_flag = 23thNobelPhysicsReceived + } +} + +country_event = { + + id = 23474 + title = "EVTNAME23474" + desc = "EVTDESC23474" + picture = "Nobel_Physics" + + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 23NobelPhysics + year = 1924 + invention = x_rays + literacy = 0.6 + not = { + year = 1927 + has_global_flag = 24NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 24NobelPhysics + set_country_flag = 24thNobelPhysicsReceived + } +} + +country_event = { + + id = 23475 + title = "EVTNAME23475" + desc = "EVTDESC23475" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 24NobelPhysics + year = 1925 + invention = vacuum_tube + literacy = 0.6 + not = { + year = 1928 + has_global_flag = 25NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1926 + } + modifier = { + factor = 0.95 + year = 1927 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 25NobelPhysics + set_country_flag = 25thNobelPhysicsReceived + } +} + +country_event = { + + id = 23476 + title = "EVTNAME23476" + desc = "EVTDESC23476" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 25NobelPhysics + year = 1926 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1929 + has_global_flag = 26NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1927 + } + modifier = { + factor = 0.95 + year = 1928 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 26NobelPhysics + set_country_flag = 26thNobelPhysicsReceived + } +} + +country_event = { + + id = 23477 + title = "EVTNAME23477" + desc = "EVTDESC23477" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 26NobelPhysics + year = 1927 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1930 + has_global_flag = 27NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 27NobelPhysics + set_country_flag = 27thNobelPhysicsReceived + } +} + +country_event = { + + id = 23478 + title = "EVTNAME23478" + desc = "EVTDESC23478" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 27NobelPhysics + year = 1928 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1931 + has_global_flag = 28NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 28NobelPhysics + set_country_flag = 28thNobelPhysicsReceived + } +} + +country_event = { + + id = 23479 + title = "EVTNAME23479" + desc = "EVTDESC23479" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 28NobelPhysics + year = 1929 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1932 + has_global_flag = 29NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 29NobelPhysics + set_country_flag = 29thNobelPhysicsReceived + } +} + +country_event = { + + id = 23480 + title = "EVTNAME23480" + desc = "EVTDESC23480" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 29NobelPhysics + year = 1930 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1933 + has_global_flag = 30NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 30NobelPhysics + set_country_flag = 30thNobelPhysicsReceived + } +} + +country_event = { + + id = 23481 + title = "EVTNAME23466" + desc = "EVTDESC23466" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 30NobelPhysics + year = 1931 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1934 + has_global_flag = 31NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + option = { + name = "EVTOPTA23466" + set_global_flag = 31NobelPhysics + } +} + +country_event = { + + id = 23482 + title = "EVTNAME23482" + desc = "EVTDESC23482" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 31NobelPhysics + year = 1932 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1935 + has_global_flag = 32NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 32NobelPhysics + set_country_flag = 32thNobelPhysicsReceived + } +} + +country_event = { + + id = 23483 + title = "EVTNAME23483" + desc = "EVTDESC23483" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 32NobelPhysics + year = 1933 + invention = quantum_theory + literacy = 0.6 + not = { + year = 1936 + has_global_flag = 33NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.85 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1934 + } + modifier = { + factor = 0.95 + year = 1935 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 33NobelPhysics + set_country_flag = 33thNobelPhysicsReceived + } +} + +country_event = { + + id = 23484 + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 33NobelPhysics + year = 1934 + electricity = 1 + not = { + year = 1937 + has_global_flag = 34NobelPhysics + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1935 + } + modifier = { + factor = 0.95 + year = 1936 + } + } + + title = "EVTNAME23466" + desc = "EVTDESC23466" + picture = "Nobel_Physics" + + option = { + name = "EVTOPTA23466" + set_global_flag = 34NobelPhysics + } +} + +country_event = { + + id = 23485 + title = "EVTNAME23485" + desc = "EVTDESC23485" + picture = "Nobel_Physics" + + trigger = { + has_global_flag = NobelPhysics + has_global_flag = 34NobelPhysics + year = 1935 + synthetic_polymers = 1 + literacy = 0.6 + not = { + year = 1938 + has_global_flag = 35NobelPhysics + } + OR = { + is_greater_power = yes # nation is a great power + AND = { + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + literacy = 0.7 + } + AND = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 70 + literacy = 0.6 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + literacy = 0.9 + total_pops = 7000000 + capital_scope = { continent = europe } + NOT = { rank = 3 } + } + + modifier = { + factor = 0.98 + literacy = 0.9 + total_pops = 1000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.97 + literacy = 0.95 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 0.95 + literacy = 0.97 + total_pops = 7000000 + capital_scope = { continent = europe } + } + + modifier = { + factor = 1.5 + OR = { + public_meetings = no_meeting + NOT = { plurality = 75 } + } + } + + modifier = { + factor = 1.5 + OR = { + press_rights = state_press + press_rights = censored_press + } + } + + modifier = { factor = 2.0 NOT = { total_pops = 300000 } } + + modifier = { + factor = 2.0 + OR = { + is_greater_power = no + is_secondary_power = no + } + } + + modifier = { + factor = 0.95 + year = 1936 + } + modifier = { + factor = 0.95 + year = 1937 + } + } + + option = { + name = "EVTOPTA23451" + prestige = 10 + set_global_flag = 35NobelPhysics + set_country_flag = 35thNobelPhysicsReceived + } } # Nobel Chemistry Prize Events country_event = { - id = 23491 - - trigger = { - has_global_flag = NobelChemistry - year = 1901 - electricity = 1 - not = { - year = 1906 - has_global_flag = 1NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1902 - } - modifier = { - factor = 0.95 - year = 1903 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 1NobelChemistry - } -} - -country_event = { - - id = 23492 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 1NobelChemistry - year = 1902 - electricity = 1 - not = { - year = 1907 - has_global_flag = 2NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1903 - } - modifier = { - factor = 0.95 - year = 1904 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 2NobelChemistry - } -} - -country_event = { - - id = 23493 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 2NobelChemistry - year = 1903 - electricity = 1 - not = { - year = 1908 - has_global_flag = 3NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 3NobelChemistry - } -} - -country_event = { - - id = 23494 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 3NobelChemistry - year = 1904 - electricity = 1 - not = { - year = 1909 - has_global_flag = 4NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 4NobelChemistry - } -} - -country_event = { - - id = 23495 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 4NobelChemistry - year = 1905 - electricity = 1 - not = { - year = 1908 - has_global_flag = 5NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1906 - } - modifier = { - factor = 0.95 - year = 1907 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 5NobelChemistry - } -} -country_event = { - - id = 23496 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 5NobelChemistry - year = 1906 - electricity = 1 - not = { - year = 1909 - has_global_flag = 6NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1907 - } - modifier = { - factor = 0.95 - year = 1908 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 6NobelChemistry - } -} - -country_event = { - - id = 23497 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 6NobelChemistry - year = 1907 - electricity = 1 - not = { - year = 1910 - has_global_flag = 7NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 7NobelChemistry - } -} - -country_event = { - - id = 23498 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 7NobelChemistry - year = 1908 - electricity = 1 - not = { - year = 1911 - has_global_flag = 8NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 8NobelChemistry - } -} - -country_event = { - - id = 23499 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 8NobelChemistry - year = 1909 - electricity = 1 - not = { - year = 1912 - has_global_flag = 9NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1911 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 9NobelChemistry - } -} - -country_event = { - - id = 23500 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 9NobelChemistry - year = 1910 - electricity = 1 - not = { - year = 1913 - has_global_flag = 10NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1911 - } - modifier = { - factor = 0.95 - year = 1912 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 10NobelChemistry - } -} - -country_event = { - - id = 23501 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 10NobelChemistry - year = 1911 - electricity = 1 - not = { - year = 1914 - has_global_flag = 11NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 11NobelChemistry - } -} - -country_event = { - - id = 23502 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 11NobelChemistry - year = 1912 - electricity = 1 - not = { - year = 1915 - has_global_flag = 12NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 12NobelChemistry - } -} - -country_event = { - - id = 23503 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 12NobelChemistry - year = 1913 - electricity = 1 - not = { - year = 1916 - has_global_flag = 13NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1914 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 13NobelChemistry - } -} - -country_event = { - - id = 23504 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 13NobelChemistry - year = 1914 - electricity = 1 - not = { - year = 1917 - has_global_flag = 14NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.95 - year = 1916 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 14NobelChemistry - } -} - -country_event = { - - id = 23505 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 14NobelChemistry - year = 1915 - electricity = 1 - not = { - year = 1918 - has_global_flag = 15NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 15NobelChemistry - } -} - -country_event = { - - id = 23506 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 15NobelChemistry - year = 1916 - electricity = 1 - not = { - year = 1919 - has_global_flag = 16NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 16NobelChemistry - } -} - -country_event = { - - id = 23507 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 16NobelChemistry - year = 1917 - electricity = 1 - not = { - year = 1920 - has_global_flag = 17NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1918 - } - modifier = { - factor = 0.95 - year = 1919 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 17NobelChemistry - } -} - -country_event = { - - id = 23508 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 17NobelChemistry - year = 1918 - electricity = 1 - not = { - year = 1921 - has_global_flag = 18NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1919 - } - modifier = { - factor = 0.95 - year = 1920 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 18NobelChemistry - } -} - -country_event = { - - id = 23509 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 18NobelChemistry - year = 1919 - electricity = 1 - not = { - year = 1922 - has_global_flag = 19NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 19NobelChemistry - } -} - -country_event = { - - id = 23510 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 19NobelChemistry - year = 1920 - electricity = 1 - not = { - year = 1923 - has_global_flag = 20NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 20NobelChemistry - } -} - -country_event = { - - id = 23511 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 20NobelChemistry - year = 1921 - electricity = 1 - not = { - year = 1924 - has_global_flag = 21NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1922 - } - modifier = { - factor = 0.95 - year = 1923 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 21NobelChemistry - } -} - -country_event = { - - id = 23512 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 21NobelChemistry - year = 1922 - electricity = 1 - not = { - year = 1925 - has_global_flag = 22NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1923 - } - modifier = { - factor = 0.95 - year = 1924 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 22NobelChemistry - } -} - -country_event = { - - id = 23513 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 22NobelChemistry - year = 1923 - electricity = 1 - not = { - year = 1926 - has_global_flag = 23NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 23NobelChemistry - } -} - -country_event = { - - id = 23514 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 23NobelChemistry - year = 1924 - electricity = 1 - not = { - year = 1927 - has_global_flag = 24NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 24NobelChemistry - } -} - -country_event = { - - id = 23515 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 24NobelChemistry - year = 1925 - electricity = 1 - not = { - year = 1928 - has_global_flag = 25NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1926 - } - modifier = { - factor = 0.95 - year = 1927 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 25NobelChemistry - } -} - -country_event = { - - id = 23516 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 25NobelChemistry - year = 1926 - electricity = 1 - not = { - year = 1929 - has_global_flag = 26NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1927 - } - modifier = { - factor = 0.95 - year = 1928 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 26NobelChemistry - } -} - -country_event = { - - id = 23517 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 26NobelChemistry - year = 1927 - electricity = 1 - not = { - year = 1930 - has_global_flag = 27NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 27NobelChemistry - } -} - -country_event = { - - id = 23518 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 27NobelChemistry - year = 1928 - electricity = 1 - not = { - year = 1931 - has_global_flag = 28NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 28NobelChemistry - } -} - -country_event = { - - id = 23519 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 28NobelChemistry - year = 1929 - electricity = 1 - not = { - year = 1932 - has_global_flag = 29NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 29NobelChemistry - } -} - -country_event = { - - id = 23520 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 29NobelChemistry - year = 1930 - electricity = 1 - not = { - year = 1933 - has_global_flag = 30NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 30NobelChemistry - } -} - -country_event = { - - id = 23521 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 30NobelChemistry - year = 1931 - electricity = 1 - not = { - year = 1934 - has_global_flag = 31NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 31NobelChemistry - } -} - -country_event = { - - id = 23522 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 31NobelChemistry - year = 1932 - electricity = 1 - not = { - year = 1935 - has_global_flag = 32NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 32NobelChemistry - } -} - -country_event = { - - id = 23523 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 32NobelChemistry - year = 1933 - electricity = 1 - not = { - year = 1936 - has_global_flag = 33NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1934 - } - modifier = { - factor = 0.95 - year = 1935 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 33NobelChemistry - } -} - -country_event = { - - id = 23524 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 33NobelChemistry - year = 1934 - electricity = 1 - not = { - year = 1937 - has_global_flag = 34NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1935 - } - modifier = { - factor = 0.95 - year = 1936 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 34NobelChemistry - } -} - -country_event = { - - id = 23525 - - trigger = { - has_global_flag = NobelChemistry - has_global_flag = 34NobelChemistry - year = 1935 - electricity = 1 - not = { - year = 1938 - has_global_flag = 35NobelChemistry - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1936 - } - modifier = { - factor = 0.95 - year = 1937 - } - } - - title = "EVTNAME23491" - desc = "EVTDESC23491" - picture = "Nobel_Chemistry" - - option = { - name = "EVTOPTA23491" - prestige = 10 - set_global_flag = 35NobelChemistry - } + id = 23491 + + trigger = { + has_global_flag = NobelChemistry + year = 1901 + electricity = 1 + not = { + year = 1906 + has_global_flag = 1NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1902 + } + modifier = { + factor = 0.95 + year = 1903 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 1NobelChemistry + } +} + +country_event = { + + id = 23492 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 1NobelChemistry + year = 1902 + electricity = 1 + not = { + year = 1907 + has_global_flag = 2NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1903 + } + modifier = { + factor = 0.95 + year = 1904 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 2NobelChemistry + } +} + +country_event = { + + id = 23493 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 2NobelChemistry + year = 1903 + electricity = 1 + not = { + year = 1908 + has_global_flag = 3NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 3NobelChemistry + } +} + +country_event = { + + id = 23494 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 3NobelChemistry + year = 1904 + electricity = 1 + not = { + year = 1909 + has_global_flag = 4NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 4NobelChemistry + } +} + +country_event = { + + id = 23495 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 4NobelChemistry + year = 1905 + electricity = 1 + not = { + year = 1908 + has_global_flag = 5NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1906 + } + modifier = { + factor = 0.95 + year = 1907 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 5NobelChemistry + } +} +country_event = { + + id = 23496 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 5NobelChemistry + year = 1906 + electricity = 1 + not = { + year = 1909 + has_global_flag = 6NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1907 + } + modifier = { + factor = 0.95 + year = 1908 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 6NobelChemistry + } +} + +country_event = { + + id = 23497 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 6NobelChemistry + year = 1907 + electricity = 1 + not = { + year = 1910 + has_global_flag = 7NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 7NobelChemistry + } +} + +country_event = { + + id = 23498 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 7NobelChemistry + year = 1908 + electricity = 1 + not = { + year = 1911 + has_global_flag = 8NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 8NobelChemistry + } +} + +country_event = { + + id = 23499 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 8NobelChemistry + year = 1909 + electricity = 1 + not = { + year = 1912 + has_global_flag = 9NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1911 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 9NobelChemistry + } +} + +country_event = { + + id = 23500 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 9NobelChemistry + year = 1910 + electricity = 1 + not = { + year = 1913 + has_global_flag = 10NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1911 + } + modifier = { + factor = 0.95 + year = 1912 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 10NobelChemistry + } +} + +country_event = { + + id = 23501 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 10NobelChemistry + year = 1911 + electricity = 1 + not = { + year = 1914 + has_global_flag = 11NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 11NobelChemistry + } +} + +country_event = { + + id = 23502 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 11NobelChemistry + year = 1912 + electricity = 1 + not = { + year = 1915 + has_global_flag = 12NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 12NobelChemistry + } +} + +country_event = { + + id = 23503 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 12NobelChemistry + year = 1913 + electricity = 1 + not = { + year = 1916 + has_global_flag = 13NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1914 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 13NobelChemistry + } +} + +country_event = { + + id = 23504 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 13NobelChemistry + year = 1914 + electricity = 1 + not = { + year = 1917 + has_global_flag = 14NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.95 + year = 1916 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 14NobelChemistry + } +} + +country_event = { + + id = 23505 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 14NobelChemistry + year = 1915 + electricity = 1 + not = { + year = 1918 + has_global_flag = 15NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 15NobelChemistry + } +} + +country_event = { + + id = 23506 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 15NobelChemistry + year = 1916 + electricity = 1 + not = { + year = 1919 + has_global_flag = 16NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 16NobelChemistry + } +} + +country_event = { + + id = 23507 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 16NobelChemistry + year = 1917 + electricity = 1 + not = { + year = 1920 + has_global_flag = 17NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1918 + } + modifier = { + factor = 0.95 + year = 1919 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 17NobelChemistry + } +} + +country_event = { + + id = 23508 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 17NobelChemistry + year = 1918 + electricity = 1 + not = { + year = 1921 + has_global_flag = 18NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1919 + } + modifier = { + factor = 0.95 + year = 1920 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 18NobelChemistry + } +} + +country_event = { + + id = 23509 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 18NobelChemistry + year = 1919 + electricity = 1 + not = { + year = 1922 + has_global_flag = 19NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 19NobelChemistry + } +} + +country_event = { + + id = 23510 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 19NobelChemistry + year = 1920 + electricity = 1 + not = { + year = 1923 + has_global_flag = 20NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 20NobelChemistry + } +} + +country_event = { + + id = 23511 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 20NobelChemistry + year = 1921 + electricity = 1 + not = { + year = 1924 + has_global_flag = 21NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1922 + } + modifier = { + factor = 0.95 + year = 1923 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 21NobelChemistry + } +} + +country_event = { + + id = 23512 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 21NobelChemistry + year = 1922 + electricity = 1 + not = { + year = 1925 + has_global_flag = 22NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1923 + } + modifier = { + factor = 0.95 + year = 1924 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 22NobelChemistry + } +} + +country_event = { + + id = 23513 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 22NobelChemistry + year = 1923 + electricity = 1 + not = { + year = 1926 + has_global_flag = 23NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 23NobelChemistry + } +} + +country_event = { + + id = 23514 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 23NobelChemistry + year = 1924 + electricity = 1 + not = { + year = 1927 + has_global_flag = 24NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 24NobelChemistry + } +} + +country_event = { + + id = 23515 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 24NobelChemistry + year = 1925 + electricity = 1 + not = { + year = 1928 + has_global_flag = 25NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1926 + } + modifier = { + factor = 0.95 + year = 1927 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 25NobelChemistry + } +} + +country_event = { + + id = 23516 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 25NobelChemistry + year = 1926 + electricity = 1 + not = { + year = 1929 + has_global_flag = 26NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1927 + } + modifier = { + factor = 0.95 + year = 1928 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 26NobelChemistry + } +} + +country_event = { + + id = 23517 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 26NobelChemistry + year = 1927 + electricity = 1 + not = { + year = 1930 + has_global_flag = 27NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 27NobelChemistry + } +} + +country_event = { + + id = 23518 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 27NobelChemistry + year = 1928 + electricity = 1 + not = { + year = 1931 + has_global_flag = 28NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 28NobelChemistry + } +} + +country_event = { + + id = 23519 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 28NobelChemistry + year = 1929 + electricity = 1 + not = { + year = 1932 + has_global_flag = 29NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 29NobelChemistry + } +} + +country_event = { + + id = 23520 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 29NobelChemistry + year = 1930 + electricity = 1 + not = { + year = 1933 + has_global_flag = 30NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 30NobelChemistry + } +} + +country_event = { + + id = 23521 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 30NobelChemistry + year = 1931 + electricity = 1 + not = { + year = 1934 + has_global_flag = 31NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 31NobelChemistry + } +} + +country_event = { + + id = 23522 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 31NobelChemistry + year = 1932 + electricity = 1 + not = { + year = 1935 + has_global_flag = 32NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 32NobelChemistry + } +} + +country_event = { + + id = 23523 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 32NobelChemistry + year = 1933 + electricity = 1 + not = { + year = 1936 + has_global_flag = 33NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1934 + } + modifier = { + factor = 0.95 + year = 1935 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 33NobelChemistry + } +} + +country_event = { + + id = 23524 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 33NobelChemistry + year = 1934 + electricity = 1 + not = { + year = 1937 + has_global_flag = 34NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1935 + } + modifier = { + factor = 0.95 + year = 1936 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 34NobelChemistry + } +} + +country_event = { + + id = 23525 + + trigger = { + has_global_flag = NobelChemistry + has_global_flag = 34NobelChemistry + year = 1935 + electricity = 1 + not = { + year = 1938 + has_global_flag = 35NobelChemistry + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1936 + } + modifier = { + factor = 0.95 + year = 1937 + } + } + + title = "EVTNAME23491" + desc = "EVTDESC23491" + picture = "Nobel_Chemistry" + + option = { + name = "EVTOPTA23491" + prestige = 10 + set_global_flag = 35NobelChemistry + } } # Nobel Medicine Prize Events country_event = { - id = 23531 - - trigger = { - has_global_flag = NobelMedicine - year = 1901 - organic_chemistry = 1 - not = { - year = 1906 - has_global_flag = 1NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1902 - } - modifier = { - factor = 0.95 - year = 1903 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 1NobelMedicine - } -} - -country_event = { - - id = 23532 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 1NobelMedicine - year = 1902 - organic_chemistry = 1 - not = { - year = 1907 - has_global_flag = 2NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1903 - } - modifier = { - factor = 0.95 - year = 1904 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 2NobelMedicine - } -} - -country_event = { - - id = 23533 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 2NobelMedicine - year = 1903 - organic_chemistry = 1 - not = { - year = 1908 - has_global_flag = 3NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 3NobelMedicine - } -} - -country_event = { - - id = 23534 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 3NobelMedicine - year = 1904 - organic_chemistry = 1 - not = { - year = 1909 - has_global_flag = 4NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 4NobelMedicine - } -} - -country_event = { - - id = 23535 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 4NobelMedicine - year = 1905 - organic_chemistry = 1 - not = { - year = 1908 - has_global_flag = 5NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1906 - } - modifier = { - factor = 0.95 - year = 1907 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 5NobelMedicine - } -} - -country_event = { - - id = 23536 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 5NobelMedicine - year = 1906 - organic_chemistry = 1 - not = { - year = 1909 - has_global_flag = 6NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1907 - } - modifier = { - factor = 0.95 - year = 1908 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 6NobelMedicine - } -} - -country_event = { - - id = 23537 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 6NobelMedicine - year = 1907 - organic_chemistry = 1 - not = { - year = 1910 - has_global_flag = 7NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 7NobelMedicine - } -} - -country_event = { - - id = 23538 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 7NobelMedicine - year = 1908 - organic_chemistry = 1 - not = { - year = 1911 - has_global_flag = 8NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 8NobelMedicine - } -} - -country_event = { - - id = 23539 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 8NobelMedicine - year = 1909 - organic_chemistry = 1 - not = { - year = 1912 - has_global_flag = 9NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1911 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 9NobelMedicine - } -} - -country_event = { - - id = 23540 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 9NobelMedicine - year = 1910 - organic_chemistry = 1 - not = { - year = 1913 - has_global_flag = 10NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1911 - } - modifier = { - factor = 0.95 - year = 1912 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 10NobelMedicine - } -} - -country_event = { - - id = 23541 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 10NobelMedicine - year = 1911 - organic_chemistry = 1 - not = { - year = 1914 - has_global_flag = 11NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 11NobelMedicine - } -} - -country_event = { - - id = 23542 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 11NobelMedicine - year = 1912 - organic_chemistry = 1 - not = { - year = 1915 - has_global_flag = 12NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 12NobelMedicine - } -} - -country_event = { - - id = 23543 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 12NobelMedicine - year = 1913 - organic_chemistry = 1 - not = { - year = 1916 - has_global_flag = 13NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1914 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 13NobelMedicine - } -} - -country_event = { - - id = 23544 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 13NobelMedicine - year = 1914 - organic_chemistry = 1 - not = { - year = 1917 - has_global_flag = 14NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.95 - year = 1916 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 14NobelMedicine - } -} - -country_event = { - - id = 23545 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 14NobelMedicine - year = 1915 - organic_chemistry = 1 - not = { - year = 1918 - has_global_flag = 15NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 15NobelMedicine - } -} - -country_event = { - - id = 23546 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 15NobelMedicine - year = 1916 - organic_chemistry = 1 - not = { - year = 1919 - has_global_flag = 16NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 16NobelMedicine - } -} - -country_event = { - - id = 23547 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 16NobelMedicine - year = 1917 - organic_chemistry = 1 - not = { - year = 1920 - has_global_flag = 17NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1918 - } - modifier = { - factor = 0.95 - year = 1919 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 17NobelMedicine - } -} - -country_event = { - - id = 23548 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 17NobelMedicine - year = 1918 - organic_chemistry = 1 - not = { - year = 1921 - has_global_flag = 18NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1919 - } - modifier = { - factor = 0.95 - year = 1920 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 18NobelMedicine - } -} - -country_event = { - - id = 23549 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 18NobelMedicine - year = 1919 - organic_chemistry = 1 - not = { - year = 1922 - has_global_flag = 19NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 19NobelMedicine - } -} - -country_event = { - - id = 23550 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 19NobelMedicine - year = 1920 - organic_chemistry = 1 - not = { - year = 1923 - has_global_flag = 20NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 20NobelMedicine - } -} - -country_event = { - - id = 23551 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 20NobelMedicine - year = 1921 - organic_chemistry = 1 - not = { - year = 1924 - has_global_flag = 21NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1922 - } - modifier = { - factor = 0.95 - year = 1923 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 21NobelMedicine - } -} - -country_event = { - - id = 23552 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 21NobelMedicine - year = 1922 - organic_chemistry = 1 - not = { - year = 1925 - has_global_flag = 22NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1923 - } - modifier = { - factor = 0.95 - year = 1924 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 22NobelMedicine - } -} - -country_event = { - - id = 23553 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 22NobelMedicine - year = 1923 - organic_chemistry = 1 - not = { - year = 1926 - has_global_flag = 23NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 23NobelMedicine - } -} - -country_event = { - - id = 23554 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 23NobelMedicine - year = 1924 - organic_chemistry = 1 - not = { - year = 1927 - has_global_flag = 24NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 24NobelMedicine - } -} - -country_event = { - - id = 23555 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 24NobelMedicine - year = 1925 - organic_chemistry = 1 - not = { - year = 1928 - has_global_flag = 25NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1926 - } - modifier = { - factor = 0.95 - year = 1927 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 25NobelMedicine - } -} - -country_event = { - - id = 23556 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 25NobelMedicine - year = 1926 - organic_chemistry = 1 - not = { - year = 1929 - has_global_flag = 26NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1927 - } - modifier = { - factor = 0.95 - year = 1928 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 26NobelMedicine - } -} - -country_event = { - - id = 23557 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 26NobelMedicine - year = 1927 - organic_chemistry = 1 - not = { - year = 1930 - has_global_flag = 27NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 27NobelMedicine - } -} - -country_event = { - - id = 23558 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 27NobelMedicine - year = 1928 - organic_chemistry = 1 - not = { - year = 1931 - has_global_flag = 28NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 28NobelMedicine - } -} - -country_event = { - - id = 23559 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 28NobelMedicine - year = 1929 - organic_chemistry = 1 - not = { - year = 1932 - has_global_flag = 29NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 29NobelMedicine - } -} - -country_event = { - - id = 23560 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 29NobelMedicine - year = 1930 - organic_chemistry = 1 - not = { - year = 1933 - has_global_flag = 30NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 30NobelMedicine - } -} - -country_event = { - - id = 23561 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 30NobelMedicine - year = 1931 - organic_chemistry = 1 - not = { - year = 1934 - has_global_flag = 31NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 31NobelMedicine - } -} - -country_event = { - - id = 23562 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 31NobelMedicine - year = 1932 - organic_chemistry = 1 - not = { - year = 1935 - has_global_flag = 32NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 32NobelMedicine - } -} - -country_event = { - - id = 23563 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 32NobelMedicine - year = 1933 - organic_chemistry = 1 - not = { - year = 1936 - has_global_flag = 33NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1934 - } - modifier = { - factor = 0.95 - year = 1935 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 33NobelMedicine - } -} - -country_event = { - - id = 23564 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 33NobelMedicine - year = 1934 - organic_chemistry = 1 - not = { - year = 1937 - has_global_flag = 34NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1935 - } - modifier = { - factor = 0.95 - year = 1936 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 34NobelMedicine - } -} - -country_event = { - - id = 23565 - - trigger = { - has_global_flag = NobelMedicine - has_global_flag = 34NobelMedicine - year = 1935 - organic_chemistry = 1 - not = { - year = 1938 - has_global_flag = 35NobelMedicine - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1936 - } - modifier = { - factor = 0.95 - year = 1937 - } - } - - title = "EVTNAME23531" - desc = "EVTDESC23531" - picture = "Nobel_Medicine" - - option = { - name = "EVTOPTA23531" - prestige = 10 - set_global_flag = 35NobelMedicine - } + id = 23531 + + trigger = { + has_global_flag = NobelMedicine + year = 1901 + organic_chemistry = 1 + not = { + year = 1906 + has_global_flag = 1NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1902 + } + modifier = { + factor = 0.95 + year = 1903 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 1NobelMedicine + } +} + +country_event = { + + id = 23532 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 1NobelMedicine + year = 1902 + organic_chemistry = 1 + not = { + year = 1907 + has_global_flag = 2NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1903 + } + modifier = { + factor = 0.95 + year = 1904 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 2NobelMedicine + } +} + +country_event = { + + id = 23533 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 2NobelMedicine + year = 1903 + organic_chemistry = 1 + not = { + year = 1908 + has_global_flag = 3NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 3NobelMedicine + } +} + +country_event = { + + id = 23534 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 3NobelMedicine + year = 1904 + organic_chemistry = 1 + not = { + year = 1909 + has_global_flag = 4NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 4NobelMedicine + } +} + +country_event = { + + id = 23535 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 4NobelMedicine + year = 1905 + organic_chemistry = 1 + not = { + year = 1908 + has_global_flag = 5NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1906 + } + modifier = { + factor = 0.95 + year = 1907 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 5NobelMedicine + } +} + +country_event = { + + id = 23536 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 5NobelMedicine + year = 1906 + organic_chemistry = 1 + not = { + year = 1909 + has_global_flag = 6NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1907 + } + modifier = { + factor = 0.95 + year = 1908 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 6NobelMedicine + } +} + +country_event = { + + id = 23537 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 6NobelMedicine + year = 1907 + organic_chemistry = 1 + not = { + year = 1910 + has_global_flag = 7NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 7NobelMedicine + } +} + +country_event = { + + id = 23538 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 7NobelMedicine + year = 1908 + organic_chemistry = 1 + not = { + year = 1911 + has_global_flag = 8NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 8NobelMedicine + } +} + +country_event = { + + id = 23539 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 8NobelMedicine + year = 1909 + organic_chemistry = 1 + not = { + year = 1912 + has_global_flag = 9NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1911 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 9NobelMedicine + } +} + +country_event = { + + id = 23540 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 9NobelMedicine + year = 1910 + organic_chemistry = 1 + not = { + year = 1913 + has_global_flag = 10NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1911 + } + modifier = { + factor = 0.95 + year = 1912 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 10NobelMedicine + } +} + +country_event = { + + id = 23541 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 10NobelMedicine + year = 1911 + organic_chemistry = 1 + not = { + year = 1914 + has_global_flag = 11NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 11NobelMedicine + } +} + +country_event = { + + id = 23542 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 11NobelMedicine + year = 1912 + organic_chemistry = 1 + not = { + year = 1915 + has_global_flag = 12NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 12NobelMedicine + } +} + +country_event = { + + id = 23543 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 12NobelMedicine + year = 1913 + organic_chemistry = 1 + not = { + year = 1916 + has_global_flag = 13NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1914 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 13NobelMedicine + } +} + +country_event = { + + id = 23544 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 13NobelMedicine + year = 1914 + organic_chemistry = 1 + not = { + year = 1917 + has_global_flag = 14NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.95 + year = 1916 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 14NobelMedicine + } +} + +country_event = { + + id = 23545 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 14NobelMedicine + year = 1915 + organic_chemistry = 1 + not = { + year = 1918 + has_global_flag = 15NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 15NobelMedicine + } +} + +country_event = { + + id = 23546 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 15NobelMedicine + year = 1916 + organic_chemistry = 1 + not = { + year = 1919 + has_global_flag = 16NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 16NobelMedicine + } +} + +country_event = { + + id = 23547 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 16NobelMedicine + year = 1917 + organic_chemistry = 1 + not = { + year = 1920 + has_global_flag = 17NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1918 + } + modifier = { + factor = 0.95 + year = 1919 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 17NobelMedicine + } +} + +country_event = { + + id = 23548 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 17NobelMedicine + year = 1918 + organic_chemistry = 1 + not = { + year = 1921 + has_global_flag = 18NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1919 + } + modifier = { + factor = 0.95 + year = 1920 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 18NobelMedicine + } +} + +country_event = { + + id = 23549 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 18NobelMedicine + year = 1919 + organic_chemistry = 1 + not = { + year = 1922 + has_global_flag = 19NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 19NobelMedicine + } +} + +country_event = { + + id = 23550 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 19NobelMedicine + year = 1920 + organic_chemistry = 1 + not = { + year = 1923 + has_global_flag = 20NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 20NobelMedicine + } +} + +country_event = { + + id = 23551 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 20NobelMedicine + year = 1921 + organic_chemistry = 1 + not = { + year = 1924 + has_global_flag = 21NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1922 + } + modifier = { + factor = 0.95 + year = 1923 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 21NobelMedicine + } +} + +country_event = { + + id = 23552 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 21NobelMedicine + year = 1922 + organic_chemistry = 1 + not = { + year = 1925 + has_global_flag = 22NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1923 + } + modifier = { + factor = 0.95 + year = 1924 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 22NobelMedicine + } +} + +country_event = { + + id = 23553 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 22NobelMedicine + year = 1923 + organic_chemistry = 1 + not = { + year = 1926 + has_global_flag = 23NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 23NobelMedicine + } +} + +country_event = { + + id = 23554 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 23NobelMedicine + year = 1924 + organic_chemistry = 1 + not = { + year = 1927 + has_global_flag = 24NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 24NobelMedicine + } +} + +country_event = { + + id = 23555 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 24NobelMedicine + year = 1925 + organic_chemistry = 1 + not = { + year = 1928 + has_global_flag = 25NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1926 + } + modifier = { + factor = 0.95 + year = 1927 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 25NobelMedicine + } +} + +country_event = { + + id = 23556 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 25NobelMedicine + year = 1926 + organic_chemistry = 1 + not = { + year = 1929 + has_global_flag = 26NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1927 + } + modifier = { + factor = 0.95 + year = 1928 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 26NobelMedicine + } +} + +country_event = { + + id = 23557 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 26NobelMedicine + year = 1927 + organic_chemistry = 1 + not = { + year = 1930 + has_global_flag = 27NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 27NobelMedicine + } +} + +country_event = { + + id = 23558 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 27NobelMedicine + year = 1928 + organic_chemistry = 1 + not = { + year = 1931 + has_global_flag = 28NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 28NobelMedicine + } +} + +country_event = { + + id = 23559 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 28NobelMedicine + year = 1929 + organic_chemistry = 1 + not = { + year = 1932 + has_global_flag = 29NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 29NobelMedicine + } +} + +country_event = { + + id = 23560 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 29NobelMedicine + year = 1930 + organic_chemistry = 1 + not = { + year = 1933 + has_global_flag = 30NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 30NobelMedicine + } +} + +country_event = { + + id = 23561 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 30NobelMedicine + year = 1931 + organic_chemistry = 1 + not = { + year = 1934 + has_global_flag = 31NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 31NobelMedicine + } +} + +country_event = { + + id = 23562 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 31NobelMedicine + year = 1932 + organic_chemistry = 1 + not = { + year = 1935 + has_global_flag = 32NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 32NobelMedicine + } +} + +country_event = { + + id = 23563 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 32NobelMedicine + year = 1933 + organic_chemistry = 1 + not = { + year = 1936 + has_global_flag = 33NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1934 + } + modifier = { + factor = 0.95 + year = 1935 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 33NobelMedicine + } +} + +country_event = { + + id = 23564 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 33NobelMedicine + year = 1934 + organic_chemistry = 1 + not = { + year = 1937 + has_global_flag = 34NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1935 + } + modifier = { + factor = 0.95 + year = 1936 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 34NobelMedicine + } +} + +country_event = { + + id = 23565 + + trigger = { + has_global_flag = NobelMedicine + has_global_flag = 34NobelMedicine + year = 1935 + organic_chemistry = 1 + not = { + year = 1938 + has_global_flag = 35NobelMedicine + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1936 + } + modifier = { + factor = 0.95 + year = 1937 + } + } + + title = "EVTNAME23531" + desc = "EVTDESC23531" + picture = "Nobel_Medicine" + + option = { + name = "EVTOPTA23531" + prestige = 10 + set_global_flag = 35NobelMedicine + } } # Nobel Literature Prize Events country_event = { - id = 23571 - - trigger = { - has_global_flag = NobelLiterature - year = 1901 - impressionism = 1 - not = { - year = 1906 - has_global_flag = 1NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1902 - } - modifier = { - factor = 0.95 - year = 1903 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 1NobelLiterature - } -} - -country_event = { - - id = 23572 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 1NobelLiterature - year = 1902 - impressionism = 1 - not = { - year = 1907 - has_global_flag = 2NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1903 - } - modifier = { - factor = 0.95 - year = 1904 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 2NobelLiterature - } -} - -country_event = { - - id = 23573 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 2NobelLiterature - year = 1903 - impressionism = 1 - not = { - year = 1908 - has_global_flag = 3NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 3NobelLiterature - } -} - -country_event = { - - id = 23574 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 3NobelLiterature - year = 1904 - impressionism = 1 - not = { - year = 1909 - has_global_flag = 4NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 4NobelLiterature - } -} - -country_event = { - - id = 23575 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 4NobelLiterature - year = 1905 - impressionism = 1 - not = { - year = 1908 - has_global_flag = 5NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1906 - } - modifier = { - factor = 0.95 - year = 1907 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 5NobelLiterature - } -} - -country_event = { - - id = 23576 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 5NobelLiterature - year = 1906 - impressionism = 1 - not = { - year = 1909 - has_global_flag = 6NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1907 - } - modifier = { - factor = 0.95 - year = 1908 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 6NobelLiterature - } -} - -country_event = { - - id = 23577 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 6NobelLiterature - year = 1907 - impressionism = 1 - not = { - year = 1910 - has_global_flag = 7NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 7NobelLiterature - } -} - -country_event = { - - id = 23578 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 7NobelLiterature - year = 1908 - impressionism = 1 - not = { - year = 1911 - has_global_flag = 8NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 8NobelLiterature - } -} - -country_event = { - - id = 23579 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 8NobelLiterature - year = 1909 - impressionism = 1 - not = { - year = 1912 - has_global_flag = 9NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1911 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 9NobelLiterature - } -} - -country_event = { - - id = 23580 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 9NobelLiterature - year = 1910 - impressionism = 1 - not = { - year = 1913 - has_global_flag = 10NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1911 - } - modifier = { - factor = 0.95 - year = 1912 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 10NobelLiterature - } -} - -country_event = { - - id = 23581 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 10NobelLiterature - year = 1911 - impressionism = 1 - not = { - year = 1914 - has_global_flag = 11NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 11NobelLiterature - } -} - -country_event = { - - id = 23582 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 11NobelLiterature - year = 1912 - impressionism = 1 - not = { - year = 1915 - has_global_flag = 12NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 12NobelLiterature - } -} - -country_event = { - - id = 23583 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 12NobelLiterature - year = 1913 - impressionism = 1 - not = { - year = 1916 - has_global_flag = 13NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1914 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 13NobelLiterature - } -} - -country_event = { - - id = 23584 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 13NobelLiterature - year = 1914 - impressionism = 1 - not = { - year = 1917 - has_global_flag = 14NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.95 - year = 1916 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 14NobelLiterature - } -} - -country_event = { - - id = 23585 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 14NobelLiterature - year = 1915 - impressionism = 1 - not = { - year = 1918 - has_global_flag = 15NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 15NobelLiterature - } -} - -country_event = { - - id = 23586 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 15NobelLiterature - year = 1916 - impressionism = 1 - not = { - year = 1919 - has_global_flag = 16NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 16NobelLiterature - } -} - -country_event = { - - id = 23587 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 16NobelLiterature - year = 1917 - impressionism = 1 - not = { - year = 1920 - has_global_flag = 17NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1918 - } - modifier = { - factor = 0.95 - year = 1919 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 17NobelLiterature - } -} - -country_event = { - - id = 23588 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 17NobelLiterature - year = 1918 - impressionism = 1 - not = { - year = 1921 - has_global_flag = 18NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1919 - } - modifier = { - factor = 0.95 - year = 1920 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 18NobelLiterature - } -} - -country_event = { - - id = 23589 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 18NobelLiterature - year = 1919 - impressionism = 1 - not = { - year = 1922 - has_global_flag = 19NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 19NobelLiterature - } -} - -country_event = { - - id = 23590 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 19NobelLiterature - year = 1920 - impressionism = 1 - not = { - year = 1923 - has_global_flag = 20NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 20NobelLiterature - } -} - -country_event = { - - id = 23591 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 20NobelLiterature - year = 1921 - impressionism = 1 - not = { - year = 1924 - has_global_flag = 21NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1922 - } - modifier = { - factor = 0.95 - year = 1923 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 21NobelLiterature - } -} - -country_event = { - - id = 23592 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 21NobelLiterature - year = 1922 - impressionism = 1 - not = { - year = 1925 - has_global_flag = 22NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1923 - } - modifier = { - factor = 0.95 - year = 1924 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 22NobelLiterature - } -} - -country_event = { - - id = 23593 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 22NobelLiterature - year = 1923 - impressionism = 1 - not = { - year = 1926 - has_global_flag = 23NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 23NobelLiterature - } -} - -country_event = { - - id = 23594 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 23NobelLiterature - year = 1924 - impressionism = 1 - not = { - year = 1927 - has_global_flag = 24NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 24NobelLiterature - } -} - -country_event = { - - id = 23595 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 24NobelLiterature - year = 1925 - impressionism = 1 - not = { - year = 1928 - has_global_flag = 25NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1926 - } - modifier = { - factor = 0.95 - year = 1927 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 25NobelLiterature - } -} - -country_event = { - - id = 23596 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 25NobelLiterature - year = 1926 - impressionism = 1 - not = { - year = 1929 - has_global_flag = 26NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1927 - } - modifier = { - factor = 0.95 - year = 1928 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 26NobelLiterature - } -} - -country_event = { - - id = 23597 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 26NobelLiterature - year = 1927 - impressionism = 1 - not = { - year = 1930 - has_global_flag = 27NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 27NobelLiterature - } -} - -country_event = { - - id = 23598 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 27NobelLiterature - year = 1928 - impressionism = 1 - not = { - year = 1931 - has_global_flag = 28NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 28NobelLiterature - } -} - -country_event = { - - id = 23599 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 28NobelLiterature - year = 1929 - impressionism = 1 - not = { - year = 1932 - has_global_flag = 29NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 29NobelLiterature - } -} - -country_event = { - - id = 23600 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 29NobelLiterature - year = 1930 - impressionism = 1 - not = { - year = 1933 - has_global_flag = 30NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 30NobelLiterature - } -} - -country_event = { - - id = 23601 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 30NobelLiterature - year = 1931 - impressionism = 1 - not = { - year = 1934 - has_global_flag = 31NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 31NobelLiterature - } -} - -country_event = { - - id = 23602 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 31NobelLiterature - year = 1932 - impressionism = 1 - not = { - year = 1935 - has_global_flag = 32NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 32NobelLiterature - } -} - -country_event = { - - id = 23603 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 32NobelLiterature - year = 1933 - impressionism = 1 - not = { - year = 1936 - has_global_flag = 33NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1934 - } - modifier = { - factor = 0.95 - year = 1935 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 33NobelLiterature - } -} - -country_event = { - - id = 23604 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 33NobelLiterature - year = 1934 - impressionism = 1 - not = { - year = 1937 - has_global_flag = 34NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1935 - } - modifier = { - factor = 0.95 - year = 1936 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 34NobelLiterature - } -} - -country_event = { - - id = 23605 - - trigger = { - has_global_flag = NobelLiterature - has_global_flag = 34NobelLiterature - year = 1935 - impressionism = 1 - not = { - year = 1938 - has_global_flag = 35NobelLiterature - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1936 - } - modifier = { - factor = 0.95 - year = 1937 - } - } - - title = "EVTNAME23571" - desc = "EVTDESC23571" - picture = "Nobel_Literature" - - option = { - name = "EVTOPTA23571" - prestige = 10 - set_global_flag = 35NobelLiterature - } + id = 23571 + + trigger = { + has_global_flag = NobelLiterature + year = 1901 + impressionism = 1 + not = { + year = 1906 + has_global_flag = 1NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1902 + } + modifier = { + factor = 0.95 + year = 1903 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 1NobelLiterature + } +} + +country_event = { + + id = 23572 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 1NobelLiterature + year = 1902 + impressionism = 1 + not = { + year = 1907 + has_global_flag = 2NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1903 + } + modifier = { + factor = 0.95 + year = 1904 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 2NobelLiterature + } +} + +country_event = { + + id = 23573 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 2NobelLiterature + year = 1903 + impressionism = 1 + not = { + year = 1908 + has_global_flag = 3NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 3NobelLiterature + } +} + +country_event = { + + id = 23574 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 3NobelLiterature + year = 1904 + impressionism = 1 + not = { + year = 1909 + has_global_flag = 4NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 4NobelLiterature + } +} + +country_event = { + + id = 23575 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 4NobelLiterature + year = 1905 + impressionism = 1 + not = { + year = 1908 + has_global_flag = 5NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1906 + } + modifier = { + factor = 0.95 + year = 1907 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 5NobelLiterature + } +} + +country_event = { + + id = 23576 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 5NobelLiterature + year = 1906 + impressionism = 1 + not = { + year = 1909 + has_global_flag = 6NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1907 + } + modifier = { + factor = 0.95 + year = 1908 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 6NobelLiterature + } +} + +country_event = { + + id = 23577 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 6NobelLiterature + year = 1907 + impressionism = 1 + not = { + year = 1910 + has_global_flag = 7NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 7NobelLiterature + } +} + +country_event = { + + id = 23578 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 7NobelLiterature + year = 1908 + impressionism = 1 + not = { + year = 1911 + has_global_flag = 8NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 8NobelLiterature + } +} + +country_event = { + + id = 23579 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 8NobelLiterature + year = 1909 + impressionism = 1 + not = { + year = 1912 + has_global_flag = 9NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1911 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 9NobelLiterature + } +} + +country_event = { + + id = 23580 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 9NobelLiterature + year = 1910 + impressionism = 1 + not = { + year = 1913 + has_global_flag = 10NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1911 + } + modifier = { + factor = 0.95 + year = 1912 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 10NobelLiterature + } +} + +country_event = { + + id = 23581 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 10NobelLiterature + year = 1911 + impressionism = 1 + not = { + year = 1914 + has_global_flag = 11NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 11NobelLiterature + } +} + +country_event = { + + id = 23582 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 11NobelLiterature + year = 1912 + impressionism = 1 + not = { + year = 1915 + has_global_flag = 12NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 12NobelLiterature + } +} + +country_event = { + + id = 23583 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 12NobelLiterature + year = 1913 + impressionism = 1 + not = { + year = 1916 + has_global_flag = 13NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1914 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 13NobelLiterature + } +} + +country_event = { + + id = 23584 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 13NobelLiterature + year = 1914 + impressionism = 1 + not = { + year = 1917 + has_global_flag = 14NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.95 + year = 1916 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 14NobelLiterature + } +} + +country_event = { + + id = 23585 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 14NobelLiterature + year = 1915 + impressionism = 1 + not = { + year = 1918 + has_global_flag = 15NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 15NobelLiterature + } +} + +country_event = { + + id = 23586 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 15NobelLiterature + year = 1916 + impressionism = 1 + not = { + year = 1919 + has_global_flag = 16NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 16NobelLiterature + } +} + +country_event = { + + id = 23587 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 16NobelLiterature + year = 1917 + impressionism = 1 + not = { + year = 1920 + has_global_flag = 17NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1918 + } + modifier = { + factor = 0.95 + year = 1919 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 17NobelLiterature + } +} + +country_event = { + + id = 23588 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 17NobelLiterature + year = 1918 + impressionism = 1 + not = { + year = 1921 + has_global_flag = 18NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1919 + } + modifier = { + factor = 0.95 + year = 1920 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 18NobelLiterature + } +} + +country_event = { + + id = 23589 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 18NobelLiterature + year = 1919 + impressionism = 1 + not = { + year = 1922 + has_global_flag = 19NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 19NobelLiterature + } +} + +country_event = { + + id = 23590 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 19NobelLiterature + year = 1920 + impressionism = 1 + not = { + year = 1923 + has_global_flag = 20NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 20NobelLiterature + } +} + +country_event = { + + id = 23591 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 20NobelLiterature + year = 1921 + impressionism = 1 + not = { + year = 1924 + has_global_flag = 21NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1922 + } + modifier = { + factor = 0.95 + year = 1923 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 21NobelLiterature + } +} + +country_event = { + + id = 23592 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 21NobelLiterature + year = 1922 + impressionism = 1 + not = { + year = 1925 + has_global_flag = 22NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1923 + } + modifier = { + factor = 0.95 + year = 1924 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 22NobelLiterature + } +} + +country_event = { + + id = 23593 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 22NobelLiterature + year = 1923 + impressionism = 1 + not = { + year = 1926 + has_global_flag = 23NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 23NobelLiterature + } +} + +country_event = { + + id = 23594 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 23NobelLiterature + year = 1924 + impressionism = 1 + not = { + year = 1927 + has_global_flag = 24NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 24NobelLiterature + } +} + +country_event = { + + id = 23595 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 24NobelLiterature + year = 1925 + impressionism = 1 + not = { + year = 1928 + has_global_flag = 25NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1926 + } + modifier = { + factor = 0.95 + year = 1927 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 25NobelLiterature + } +} + +country_event = { + + id = 23596 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 25NobelLiterature + year = 1926 + impressionism = 1 + not = { + year = 1929 + has_global_flag = 26NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1927 + } + modifier = { + factor = 0.95 + year = 1928 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 26NobelLiterature + } +} + +country_event = { + + id = 23597 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 26NobelLiterature + year = 1927 + impressionism = 1 + not = { + year = 1930 + has_global_flag = 27NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 27NobelLiterature + } +} + +country_event = { + + id = 23598 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 27NobelLiterature + year = 1928 + impressionism = 1 + not = { + year = 1931 + has_global_flag = 28NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 28NobelLiterature + } +} + +country_event = { + + id = 23599 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 28NobelLiterature + year = 1929 + impressionism = 1 + not = { + year = 1932 + has_global_flag = 29NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 29NobelLiterature + } +} + +country_event = { + + id = 23600 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 29NobelLiterature + year = 1930 + impressionism = 1 + not = { + year = 1933 + has_global_flag = 30NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 30NobelLiterature + } +} + +country_event = { + + id = 23601 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 30NobelLiterature + year = 1931 + impressionism = 1 + not = { + year = 1934 + has_global_flag = 31NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 31NobelLiterature + } +} + +country_event = { + + id = 23602 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 31NobelLiterature + year = 1932 + impressionism = 1 + not = { + year = 1935 + has_global_flag = 32NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 32NobelLiterature + } +} + +country_event = { + + id = 23603 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 32NobelLiterature + year = 1933 + impressionism = 1 + not = { + year = 1936 + has_global_flag = 33NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1934 + } + modifier = { + factor = 0.95 + year = 1935 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 33NobelLiterature + } +} + +country_event = { + + id = 23604 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 33NobelLiterature + year = 1934 + impressionism = 1 + not = { + year = 1937 + has_global_flag = 34NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1935 + } + modifier = { + factor = 0.95 + year = 1936 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 34NobelLiterature + } +} + +country_event = { + + id = 23605 + + trigger = { + has_global_flag = NobelLiterature + has_global_flag = 34NobelLiterature + year = 1935 + impressionism = 1 + not = { + year = 1938 + has_global_flag = 35NobelLiterature + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1936 + } + modifier = { + factor = 0.95 + year = 1937 + } + } + + title = "EVTNAME23571" + desc = "EVTDESC23571" + picture = "Nobel_Literature" + + option = { + name = "EVTOPTA23571" + prestige = 10 + set_global_flag = 35NobelLiterature + } } # Nobel Peace Prize Events country_event = { - id = 23611 - - trigger = { - has_global_flag = NobelPeace - year = 1901 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1906 - has_global_flag = 1NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1902 - } - modifier = { - factor = 0.95 - year = 1903 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 1NobelPeace - } -} - -country_event = { - - id = 23612 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 1NobelPeace - year = 1902 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1907 - has_global_flag = 2NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1903 - } - modifier = { - factor = 0.95 - year = 1904 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 2NobelPeace - } -} - -country_event = { - - id = 23613 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 2NobelPeace - year = 1903 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1908 - has_global_flag = 3NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 3NobelPeace - } -} - -country_event = { - - id = 23614 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 3NobelPeace - year = 1904 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1909 - has_global_flag = 4NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 4NobelPeace - } -} - -country_event = { - - id = 23615 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 4NobelPeace - year = 1905 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1908 - has_global_flag = 5NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1906 - } - modifier = { - factor = 0.95 - year = 1907 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 5NobelPeace - } -} - -country_event = { - - id = 23616 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 5NobelPeace - year = 1906 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1909 - has_global_flag = 6NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1907 - } - modifier = { - factor = 0.95 - year = 1908 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 6NobelPeace - } -} - -country_event = { - - id = 23617 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 6NobelPeace - year = 1907 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1910 - has_global_flag = 7NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 7NobelPeace - } -} - -country_event = { - - id = 23618 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 7NobelPeace - year = 1908 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1911 - has_global_flag = 8NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 8NobelPeace - } -} - -country_event = { - - id = 23619 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 8NobelPeace - year = 1909 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1912 - has_global_flag = 9NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1910 - } - modifier = { - factor = 0.95 - year = 1911 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 9NobelPeace - } -} - -country_event = { - - id = 23620 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 9NobelPeace - year = 1910 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1913 - has_global_flag = 10NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1911 - } - - modifier = { - factor = 0.95 - year = 1912 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 10NobelPeace - } -} - -country_event = { - - id = 23621 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 10NobelPeace - year = 1911 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1914 - has_global_flag = 11NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 11NobelPeace - } -} - -country_event = { - - id = 23622 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 11NobelPeace - year = 1912 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1915 - has_global_flag = 12NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 12NobelPeace - } -} - -country_event = { - - id = 23623 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 12NobelPeace - year = 1913 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1916 - has_global_flag = 13NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1914 - } - modifier = { - factor = 0.95 - year = 1915 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 13NobelPeace - } -} - -country_event = { - - id = 23624 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 13NobelPeace - year = 1914 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1917 - has_global_flag = 14NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1915 - } - modifier = { - factor = 0.95 - year = 1916 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 14NobelPeace - } -} - -country_event = { - - id = 23625 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 14NobelPeace - year = 1915 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1918 - has_global_flag = 15NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 15NobelPeace - } -} - -country_event = { - - id = 23626 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 15NobelPeace - year = 1916 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1919 - has_global_flag = 16NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 16NobelPeace - } -} - -country_event = { - - id = 23627 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 16NobelPeace - year = 1917 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1920 - has_global_flag = 17NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1918 - } - modifier = { - factor = 0.95 - year = 1919 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 17NobelPeace - } -} - -country_event = { - - id = 23628 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 17NobelPeace - year = 1918 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1921 - has_global_flag = 18NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1919 - } - modifier = { - factor = 0.95 - year = 1920 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 18NobelPeace - } -} - -country_event = { - - id = 23629 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 18NobelPeace - year = 1919 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1922 - has_global_flag = 19NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 19NobelPeace - } -} - -country_event = { - - id = 23630 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 19NobelPeace - year = 1920 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1923 - has_global_flag = 20NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 20NobelPeace - } -} - -country_event = { - - id = 23631 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 20NobelPeace - year = 1921 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1924 - has_global_flag = 21NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1922 - } - modifier = { - factor = 0.95 - year = 1923 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 21NobelPeace - } -} - -country_event = { - - id = 23632 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 21NobelPeace - year = 1922 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1925 - has_global_flag = 22NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1923 - } - modifier = { - factor = 0.95 - year = 1924 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 22NobelPeace - } -} - -country_event = { - - id = 23633 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 22NobelPeace - year = 1923 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1926 - has_global_flag = 23NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 23NobelPeace - } -} - -country_event = { - - id = 23634 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 23NobelPeace - year = 1924 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1927 - has_global_flag = 24NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 24NobelPeace - } -} - -country_event = { - - id = 23635 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 24NobelPeace - year = 1925 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1928 - has_global_flag = 25NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1926 - } - modifier = { - factor = 0.95 - year = 1927 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 25NobelPeace - } -} - -country_event = { - - id = 23636 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 25NobelPeace - year = 1926 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1929 - has_global_flag = 26NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1927 - } - modifier = { - factor = 0.95 - year = 1928 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 26NobelPeace - } -} - -country_event = { - - id = 23637 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 26NobelPeace - year = 1927 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1930 - has_global_flag = 27NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 27NobelPeace - } -} - -country_event = { - - id = 23638 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 27NobelPeace - year = 1928 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1931 - has_global_flag = 28NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 28NobelPeace - } -} - -country_event = { - - id = 23639 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 28NobelPeace - year = 1929 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1932 - has_global_flag = 29NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 29NobelPeace - } -} - -country_event = { - - id = 23640 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 29NobelPeace - year = 1930 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1933 - has_global_flag = 30NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1930 - } - modifier = { - factor = 0.95 - year = 1931 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 30NobelPeace - } -} - -country_event = { - - id = 23641 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 30NobelPeace - year = 1931 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1934 - has_global_flag = 31NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 31NobelPeace - } -} - -country_event = { - - id = 23642 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 31NobelPeace - year = 1932 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1935 - has_global_flag = 32NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 32NobelPeace - } -} - -country_event = { - - id = 23643 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 32NobelPeace - year = 1933 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1936 - has_global_flag = 33NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1934 - } - modifier = { - factor = 0.95 - year = 1935 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 33NobelPeace - } -} - -country_event = { - - id = 23644 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 33NobelPeace - year = 1934 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1937 - has_global_flag = 34NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1935 - } - modifier = { - factor = 0.95 - year = 1936 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 34NobelPeace - } -} - -country_event = { - - id = 23645 - - trigger = { - has_global_flag = NobelPeace - has_global_flag = 34NobelPeace - year = 1935 - idealism = 1 - NOT = { badboy = 0.5 } - war = no - not = { - year = 1938 - has_global_flag = 35NobelPeace - } - or = { - is_greater_power = yes # nation is a great power - prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era - and = { - capital_scope = { continent = europe } # European nation with >50 prestige - prestige = 25 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.95 - year = 1936 - } - modifier = { - factor = 0.95 - year = 1937 - } - } - - title = "EVTNAME23611" - desc = "EVTDESC23611" - picture = "Nobel_Peace" - - option = { - name = "EVTOPTA23611" - prestige = 10 - set_global_flag = 35NobelPeace - } + id = 23611 + + trigger = { + has_global_flag = NobelPeace + year = 1901 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1906 + has_global_flag = 1NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1902 + } + modifier = { + factor = 0.95 + year = 1903 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 1NobelPeace + } +} + +country_event = { + + id = 23612 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 1NobelPeace + year = 1902 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1907 + has_global_flag = 2NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1903 + } + modifier = { + factor = 0.95 + year = 1904 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 2NobelPeace + } +} + +country_event = { + + id = 23613 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 2NobelPeace + year = 1903 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1908 + has_global_flag = 3NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 3NobelPeace + } +} + +country_event = { + + id = 23614 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 3NobelPeace + year = 1904 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1909 + has_global_flag = 4NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 4NobelPeace + } +} + +country_event = { + + id = 23615 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 4NobelPeace + year = 1905 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1908 + has_global_flag = 5NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1906 + } + modifier = { + factor = 0.95 + year = 1907 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 5NobelPeace + } +} + +country_event = { + + id = 23616 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 5NobelPeace + year = 1906 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1909 + has_global_flag = 6NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1907 + } + modifier = { + factor = 0.95 + year = 1908 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 6NobelPeace + } +} + +country_event = { + + id = 23617 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 6NobelPeace + year = 1907 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1910 + has_global_flag = 7NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 7NobelPeace + } +} + +country_event = { + + id = 23618 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 7NobelPeace + year = 1908 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1911 + has_global_flag = 8NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 8NobelPeace + } +} + +country_event = { + + id = 23619 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 8NobelPeace + year = 1909 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1912 + has_global_flag = 9NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1910 + } + modifier = { + factor = 0.95 + year = 1911 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 9NobelPeace + } +} + +country_event = { + + id = 23620 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 9NobelPeace + year = 1910 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1913 + has_global_flag = 10NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1911 + } + + modifier = { + factor = 0.95 + year = 1912 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 10NobelPeace + } +} + +country_event = { + + id = 23621 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 10NobelPeace + year = 1911 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1914 + has_global_flag = 11NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 11NobelPeace + } +} + +country_event = { + + id = 23622 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 11NobelPeace + year = 1912 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1915 + has_global_flag = 12NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 12NobelPeace + } +} + +country_event = { + + id = 23623 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 12NobelPeace + year = 1913 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1916 + has_global_flag = 13NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1914 + } + modifier = { + factor = 0.95 + year = 1915 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 13NobelPeace + } +} + +country_event = { + + id = 23624 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 13NobelPeace + year = 1914 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1917 + has_global_flag = 14NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1915 + } + modifier = { + factor = 0.95 + year = 1916 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 14NobelPeace + } +} + +country_event = { + + id = 23625 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 14NobelPeace + year = 1915 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1918 + has_global_flag = 15NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 15NobelPeace + } +} + +country_event = { + + id = 23626 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 15NobelPeace + year = 1916 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1919 + has_global_flag = 16NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 16NobelPeace + } +} + +country_event = { + + id = 23627 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 16NobelPeace + year = 1917 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1920 + has_global_flag = 17NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1918 + } + modifier = { + factor = 0.95 + year = 1919 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 17NobelPeace + } +} + +country_event = { + + id = 23628 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 17NobelPeace + year = 1918 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1921 + has_global_flag = 18NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1919 + } + modifier = { + factor = 0.95 + year = 1920 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 18NobelPeace + } +} + +country_event = { + + id = 23629 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 18NobelPeace + year = 1919 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1922 + has_global_flag = 19NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 19NobelPeace + } +} + +country_event = { + + id = 23630 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 19NobelPeace + year = 1920 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1923 + has_global_flag = 20NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 500 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 20NobelPeace + } +} + +country_event = { + + id = 23631 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 20NobelPeace + year = 1921 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1924 + has_global_flag = 21NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1922 + } + modifier = { + factor = 0.95 + year = 1923 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 21NobelPeace + } +} + +country_event = { + + id = 23632 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 21NobelPeace + year = 1922 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1925 + has_global_flag = 22NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1923 + } + modifier = { + factor = 0.95 + year = 1924 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 22NobelPeace + } +} + +country_event = { + + id = 23633 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 22NobelPeace + year = 1923 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1926 + has_global_flag = 23NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 23NobelPeace + } +} + +country_event = { + + id = 23634 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 23NobelPeace + year = 1924 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1927 + has_global_flag = 24NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 24NobelPeace + } +} + +country_event = { + + id = 23635 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 24NobelPeace + year = 1925 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1928 + has_global_flag = 25NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1926 + } + modifier = { + factor = 0.95 + year = 1927 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 25NobelPeace + } +} + +country_event = { + + id = 23636 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 25NobelPeace + year = 1926 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1929 + has_global_flag = 26NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1927 + } + modifier = { + factor = 0.95 + year = 1928 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 26NobelPeace + } +} + +country_event = { + + id = 23637 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 26NobelPeace + year = 1927 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1930 + has_global_flag = 27NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 27NobelPeace + } +} + +country_event = { + + id = 23638 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 27NobelPeace + year = 1928 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1931 + has_global_flag = 28NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 28NobelPeace + } +} + +country_event = { + + id = 23639 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 28NobelPeace + year = 1929 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1932 + has_global_flag = 29NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 29NobelPeace + } +} + +country_event = { + + id = 23640 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 29NobelPeace + year = 1930 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1933 + has_global_flag = 30NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1930 + } + modifier = { + factor = 0.95 + year = 1931 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 30NobelPeace + } +} + +country_event = { + + id = 23641 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 30NobelPeace + year = 1931 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1934 + has_global_flag = 31NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 31NobelPeace + } +} + +country_event = { + + id = 23642 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 31NobelPeace + year = 1932 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1935 + has_global_flag = 32NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 32NobelPeace + } +} + +country_event = { + + id = 23643 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 32NobelPeace + year = 1933 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1936 + has_global_flag = 33NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1934 + } + modifier = { + factor = 0.95 + year = 1935 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 33NobelPeace + } +} + +country_event = { + + id = 23644 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 33NobelPeace + year = 1934 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1937 + has_global_flag = 34NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1935 + } + modifier = { + factor = 0.95 + year = 1936 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 34NobelPeace + } +} + +country_event = { + + id = 23645 + + trigger = { + has_global_flag = NobelPeace + has_global_flag = 34NobelPeace + year = 1935 + idealism = 1 + NOT = { badboy = 0.5 } + war = no + not = { + year = 1938 + has_global_flag = 35NobelPeace + } + or = { + is_greater_power = yes # nation is a great power + prestige = 250 # non-Euro/non GP need to be high prestige to get invite in this era + and = { + capital_scope = { continent = europe } # European nation with >50 prestige + prestige = 25 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.95 + year = 1936 + } + modifier = { + factor = 0.95 + year = 1937 + } + } + + title = "EVTNAME23611" + desc = "EVTDESC23611" + picture = "Nobel_Peace" + + option = { + name = "EVTOPTA23611" + prestige = 10 + set_global_flag = 35NobelPeace + } } diff --git a/HPM/events/OMAFlavor.txt b/HPM/events/OMAFlavor.txt index b0a2107b..c6bb02e1 100644 --- a/HPM/events/OMAFlavor.txt +++ b/HPM/events/OMAFlavor.txt @@ -1,743 +1,879 @@ country_event = { - id = 38500 - news = yes - news_desc_long = "EVTDESC38500_NEWS_LONG" - news_desc_medium = "EVTDESC38500_NEWS_MEDIUM" - news_desc_short = "EVTDESC38500_NEWS_SHORT" - - trigger = { - tag = OMA - owns = 2048 - owns = 1166 - year = 1839 - war = no - NOT = { year = 1845 } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME38500" - desc = "EVTDESC38500" - picture = "sultan" - - option = { - name = "EVTOPTA38500" - prestige = 5 - capital = 2048 - 2048 = { add_province_modifier = { name = recently_built_city duration = 730 } } - any_owned = { - limit = { continent = oceania } - any_pop = { - limit = { is_state_religion = yes } - scaled_militancy = { factor = 6 issue = moralism } - scaled_militancy = { factor = 2 ideology = reactionary } - consciousness = 3 - } - } - any_owned = { - limit = { continent = africa } - any_pop = { - limit = { is_state_religion = yes } - militancy = -1 - } - } - relation = { who = USA value = 25 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVTOPTB38500" - relation = { who = USA value = -25 } - any_owned = { - limit = { continent = oceania } - any_pop = { - limit = { is_state_religion = yes } - militancy = -1 - } - } - ai_chance = { factor = 10 } - } + id = 38500 + news = yes + news_desc_long = "EVTDESC38500_NEWS_LONG" + news_desc_medium = "EVTDESC38500_NEWS_MEDIUM" + news_desc_short = "EVTDESC38500_NEWS_SHORT" + + trigger = { + tag = OMA + owns = 2048 + owns = 1166 + year = 1839 + war = no + NOT = { year = 1845 } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME38500" + desc = "EVTDESC38500" + picture = "sultan" + + option = { + name = "EVTOPTA38500" + prestige = 5 + capital = 2048 + 2048 = { add_province_modifier = { name = recently_built_city duration = 730 } } + any_owned = { + limit = { continent = oceania } + any_pop = { + limit = { is_state_religion = yes } + scaled_militancy = { factor = 6 issue = moralism } + scaled_militancy = { factor = 2 ideology = reactionary } + consciousness = 3 + } + } + any_owned = { + limit = { continent = africa } + any_pop = { + limit = { is_state_religion = yes } + militancy = -1 + } + } + relation = { who = USA value = 25 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVTOPTB38500" + relation = { who = USA value = -25 } + any_owned = { + limit = { continent = oceania } + any_pop = { + limit = { is_state_religion = yes } + militancy = -1 + } + } + ai_chance = { factor = 10 } + } } #Zanzibar creation event country_event = { - id = 38505 - title = "EVTNAME38505" #Death of the Sultan - desc = "EVTDESC38505" - news = yes - news_desc_long = "EVTDESC38505_NEWS_LONG" - news_desc_medium = "EVTDESC38505_NEWS_MEDIUM" - news_desc_short = "EVTDESC38505_NEWS_SHORT" - picture = "india" - - fire_only_once = yes - - trigger = { - tag = OMA - war = no - owns = 2048 - owns = 1166 - NOT = { num_of_revolts = 1 } - year = 1860 - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT38505OPTA" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = swahili - location = { is_core = ZAN } - } - militancy = -8 - } - ZAN = { all_core = { remove_core = OMA } } - OMA = { capital = 1166 } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - ZAN = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - ZAN = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - ZAN = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - ZAN = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - ZAN = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - ZAN = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - ZAN = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - ZAN = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - ZAN = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - ZAN = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - ZAN = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - ZAN = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { slavery = no_slavery } } - ZAN = { political_reform = no_slavery } - } - - release = ZAN - relation = { who = ZAN value = 100 } - - ZAN = { - country_event = 95503 - any_state = { - limit = { has_pop_type = slaves } - is_slave = yes - } - } - random_country = { - limit = { - tag = ENG - is_greater_power = yes - NOT = { is_sphere_leader_of = ZAN } - NOT = { is_sphere_leader_of = OMA } - ai = yes - } - diplomatic_influence = { who = ZAN value = 50 } - diplomatic_influence = { who = OMA value = 50 } - } - - POR = { - relation = { who = ZAN value = 75 } - } - - ZAN = { - any_state = { - limit = { has_pop_type = slaves } - is_slave = yes - } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { 2048 = { state_scope = { is_slave = yes } } } - } - - ai_chance = { factor = 95 } - } - - option = { - name = "EVT38505OPTB" - prestige = -5 - random_owned = { - limit = { owner = { part_of_sphere = yes } } - random_country = { - limit = { is_sphere_leader_of = OMA } - leave_alliance = OMA - end_military_access = OMA - relation = { who = OMA value = -200 } - diplomatic_influence = { who = OMA value = -200 } - casus_belli = { target = OMA type = liberate_country months = 30 } - casus_belli = { target = OMA type = add_to_sphere months = 30 } - } - } - - random_owned = { limit = { owner = { part_of_sphere = no } } - random_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = TUR tag = RUS } - OR = { - total_amount_of_ships = 100 - total_num_of_ports = 50 - } - } - leave_alliance = OMA - end_military_access = OMA - relation = { who = OMA value = -200 } - diplomatic_influence = { who = OMA value = -200 } - casus_belli = { target = OMA type = liberate_country months = 30 } - casus_belli = { target = OMA type = add_to_sphere months = 30 } - } - } - - any_pop = { - limit = { - has_pop_culture = bedouin - location = { is_core = OMA } - } - militancy = -4 - } - any_pop = { - limit = { - has_pop_culture = swahili - location = { is_core = ZAN } - } - militancy = 8 - } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - ZAN = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - ZAN = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - ZAN = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - ZAN = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - ZAN = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - ZAN = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - ZAN = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - ZAN = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - ZAN = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - ZAN = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - ZAN = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - ZAN = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { slavery = no_slavery } } - ZAN = { political_reform = no_slavery } - } - - ZAN = { - any_state = { - limit = { has_pop_type = slaves } - is_slave = yes - } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { 2048 = { state_scope = { is_slave = yes } } } - } - - ai_chance = { factor = 5 } - } - - option = { - name = "EVT38505OPTC" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = swahili - location = { is_core = ZAN } - } - militancy = -8 - } - ZAN = { all_core = { remove_core = OMA } } - OMA = { capital = 1166 } - - ZAN = { primary_culture = bedouin add_accepted_culture = swahili religion = ibadi set_country_flag = ibadi_country clr_country_flag = sunni_country } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - ZAN = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - ZAN = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - ZAN = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - ZAN = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - ZAN = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - ZAN = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - ZAN = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - ZAN = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - ZAN = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - ZAN = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - ZAN = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - ZAN = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { slavery = no_slavery } } - ZAN = { political_reform = no_slavery } - } - - release = ZAN - relation = { who = ZAN value = 100 } - - random_country = { - limit = { - tag = ENG - is_greater_power = yes - NOT = { is_sphere_leader_of = ZAN } - NOT = { is_sphere_leader_of = OMA } - ai = yes - } - diplomatic_influence = { who = ZAN value = 50 } - diplomatic_influence = { who = OMA value = 50 } - } - change_tag_no_core_switch = ZAN - - ZAN = { - any_state = { - limit = { has_pop_type = slaves } - is_slave = yes - } - } - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { 2048 = { state_scope = { is_slave = yes } } } - } - - - ai_chance = { factor = 0 } - } - - option = { - name = "EVT38505OPTD" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = swahili - location = { is_core = ZAN } - } - militancy = -8 - } - ZAN = { all_core = { remove_core = OMA } } - OMA = { capital = 1166 } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - ZAN = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - ZAN = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - ZAN = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - ZAN = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - ZAN = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - ZAN = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - ZAN = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - ZAN = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - ZAN = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - ZAN = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { slavery = yes_slavery } } - ZAN = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { slavery = freedom_of_womb } } - ZAN = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { slavery = no_slavery } } - ZAN = { political_reform = no_slavery } - } - - release = ZAN - relation = { who = ZAN value = 100 } - random_country = { - limit = { - tag = ENG - is_greater_power = yes - NOT = { is_sphere_leader_of = ZAN } - NOT = { is_sphere_leader_of = OMA } - ai = yes - } - diplomatic_influence = { who = ZAN value = 50 } - diplomatic_influence = { who = OMA value = 50 } - } - change_tag_no_core_switch = ZAN - - - ZAN = { - any_state = { - limit = { has_pop_type = slaves } - is_slave = yes - } - } - random_owned = { - limit = { owner = { slavery = yes_slavery } } - owner = { 2048 = { state_scope = { is_slave = yes } } } - } - - ai_chance = { factor = 0 } - } + id = 38505 + title = "EVTNAME38505" #Death of the Sultan + desc = "EVTDESC38505" + news = yes + news_desc_long = "EVTDESC38505_NEWS_LONG" + news_desc_medium = "EVTDESC38505_NEWS_MEDIUM" + news_desc_short = "EVTDESC38505_NEWS_SHORT" + picture = "india" + + fire_only_once = yes + + trigger = { + tag = OMA + war = no + owns = 2048 + owns = 1166 + NOT = { num_of_revolts = 1 } + year = 1860 + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT38505OPTA" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = swahili + location = { is_core = ZAN } + } + militancy = -8 + } + + OMA = { capital = 1166 } + + random_owned = { + limit = { + owner = { land_reform = yes_land_reform } + NOT = { ZAN = { land_reform = yes_land_reform } } + } + ZAN = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { + owner = { admin_reform = yes_admin_reform } + NOT = { ZAN = { admin_reform = yes_admin_reform } } + } + ZAN = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = yes_finance_reform } + NOT = { ZAN = { finance_reform = yes_finance_reform } } + } + ZAN = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = finance_reform_two } + NOT = { ZAN = { finance_reform = finance_reform_two } } + } + ZAN = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { + owner = { monetary_reform = yes_monetary_reform } + NOT = { ZAN = { monetary_reform = yes_monetary_reform } } + } + ZAN = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { + owner = { monetary_reform = monetary_reform_two } + NOT = { ZAN = { monetary_reform = monetary_reform_two } } + } + ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { + owner = { education_reform = yes_education_reform } + NOT = { ZAN = { education_reform = yes_education_reform } } + } + ZAN = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { + owner = { research_reform = yes_research_reform } + NOT = { ZAN = { research_reform = yes_research_reform } } + } + ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { + owner = { foreign_training = yes_foreign_training } + NOT = { ZAN = { foreign_training = yes_foreign_training } } + } + ZAN = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { + owner = { foreign_weapons = yes_foreign_weapons } + NOT = { ZAN = { foreign_weapons = yes_foreign_weapons } } + } + ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { + owner = { foreign_officers = yes_foreign_officers } + NOT = { ZAN = { foreign_officers = yes_foreign_officers } } + } + ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { + owner = { army_schools = yes_army_schools } + NOT = { ZAN = { army_schools = yes_army_schools } } + } + ZAN = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { + owner = { foreign_naval_officers = yes_foreign_naval_officers } + NOT = { ZAN = { foreign_naval_officers = yes_foreign_naval_officers } } + } + ZAN = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { + owner = { naval_schools = yes_naval_schools } + NOT = { ZAN = { naval_schools = yes_naval_schools } } + } + ZAN = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { + owner = { foreign_navies = yes_foreign_navies } + NOT = { ZAN = { foreign_navies = yes_foreign_navies } } + } + ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { + owner = { western_shipyards = yes_western_shipyards } + NOT = { ZAN = { western_shipyards = yes_western_shipyards } } + } + ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { + owner = { foreign_artillery = yes_foreign_artillery } + NOT = { ZAN = { foreign_artillery = yes_foreign_artillery } } + } + ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { + owner = { slavery = yes_slavery } + NOT = { ZAN = { slavery = yes_slavery } } + } + ZAN = { political_reform = yes_slavery } + } + + random_owned = { + limit = { + owner = { slavery = freedom_of_womb } + NOT = { ZAN = { slavery = freedom_of_womb } } + } + ZAN = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { + owner = { slavery = no_slavery } + NOT = { ZAN = { slavery = no_slavery } } + } + ZAN = { political_reform = no_slavery } + } + + ZAN = { all_core = { secede_province = ZAN remove_core = OMA } } + + random_country = { + limit = { + tag = ENG + is_greater_power = yes + NOT = { is_sphere_leader_of = ZAN } + NOT = { is_sphere_leader_of = OMA } + ai = yes + } + diplomatic_influence = { who = ZAN value = 50 } + diplomatic_influence = { who = OMA value = 50 } + } + + POR = { + relation = { who = ZAN value = 75 } + } + + ai_chance = { factor = 95 } + } + + option = { + name = "EVT38505OPTB" + prestige = -5 + random_owned = { + limit = { owner = { part_of_sphere = yes } } + random_country = { + limit = { is_sphere_leader_of = OMA } + leave_alliance = OMA + end_military_access = OMA + relation = { who = OMA value = -200 } + diplomatic_influence = { who = OMA value = -200 } + casus_belli = { target = OMA type = liberate_country months = 30 } + casus_belli = { target = OMA type = add_to_sphere months = 30 } + } + } + + random_owned = { limit = { owner = { part_of_sphere = no } } + random_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = TUR tag = RUS } + OR = { + total_amount_of_ships = 100 + total_num_of_ports = 50 + } + } + leave_alliance = OMA + end_military_access = OMA + relation = { who = OMA value = -200 } + diplomatic_influence = { who = OMA value = -200 } + casus_belli = { target = OMA type = liberate_country months = 30 } + casus_belli = { target = OMA type = add_to_sphere months = 30 } + } + } + + any_pop = { + limit = { + has_pop_culture = bedouin + location = { is_core = OMA } + } + militancy = -4 + } + any_pop = { + limit = { + has_pop_culture = swahili + location = { is_core = ZAN } + } + militancy = 8 + } + + + random_owned = { + limit = { + owner = { land_reform = yes_land_reform } + NOT = { ZAN = { land_reform = yes_land_reform } } + } + ZAN = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { + owner = { admin_reform = yes_admin_reform } + NOT = { ZAN = { admin_reform = yes_admin_reform } } + } + ZAN = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = yes_finance_reform } + NOT = { ZAN = { finance_reform = yes_finance_reform } } + } + ZAN = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = finance_reform_two } + NOT = { ZAN = { finance_reform = finance_reform_two } } + } + ZAN = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { + owner = { monetary_reform = yes_monetary_reform } + NOT = { ZAN = { monetary_reform = yes_monetary_reform } } + } + ZAN = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { + owner = { monetary_reform = monetary_reform_two } + NOT = { ZAN = { monetary_reform = monetary_reform_two } } + } + ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { + owner = { education_reform = yes_education_reform } + NOT = { ZAN = { education_reform = yes_education_reform } } + } + ZAN = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { + owner = { research_reform = yes_research_reform } + NOT = { ZAN = { research_reform = yes_research_reform } } + } + ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { + owner = { foreign_training = yes_foreign_training } + NOT = { ZAN = { foreign_training = yes_foreign_training } } + } + ZAN = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { + owner = { foreign_weapons = yes_foreign_weapons } + NOT = { ZAN = { foreign_weapons = yes_foreign_weapons } } + } + ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { + owner = { foreign_officers = yes_foreign_officers } + NOT = { ZAN = { foreign_officers = yes_foreign_officers } } + } + ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { + owner = { army_schools = yes_army_schools } + NOT = { ZAN = { army_schools = yes_army_schools } } + } + ZAN = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { + owner = { foreign_naval_officers = yes_foreign_naval_officers } + NOT = { ZAN = { foreign_naval_officers = yes_foreign_naval_officers } } + } + ZAN = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { + owner = { naval_schools = yes_naval_schools } + NOT = { ZAN = { naval_schools = yes_naval_schools } } + } + ZAN = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { + owner = { foreign_navies = yes_foreign_navies } + NOT = { ZAN = { foreign_navies = yes_foreign_navies } } + } + ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { + owner = { western_shipyards = yes_western_shipyards } + NOT = { ZAN = { western_shipyards = yes_western_shipyards } } + } + ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { + owner = { foreign_artillery = yes_foreign_artillery } + NOT = { ZAN = { foreign_artillery = yes_foreign_artillery } } + } + ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { + owner = { slavery = yes_slavery } + NOT = { ZAN = { slavery = yes_slavery } } + } + ZAN = { political_reform = yes_slavery } + } + + random_owned = { + limit = { + owner = { slavery = freedom_of_womb } + NOT = { ZAN = { slavery = freedom_of_womb } } + } + ZAN = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { + owner = { slavery = no_slavery } + NOT = { ZAN = { slavery = no_slavery } } + } + ZAN = { political_reform = no_slavery } + } + + ai_chance = { factor = 5 } + } + + option = { + name = "EVT38505OPTC" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = swahili + location = { is_core = ZAN } + } + militancy = -8 + } + ZAN = { all_core = { remove_core = OMA } } + OMA = { capital = 1166 } + + ZAN = { primary_culture = bedouin add_accepted_culture = swahili religion = ibadi set_country_flag = ibadi_country clr_country_flag = sunni_country } + + + random_owned = { + limit = { + owner = { land_reform = yes_land_reform } + NOT = { ZAN = { land_reform = yes_land_reform } } + } + ZAN = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { + owner = { admin_reform = yes_admin_reform } + NOT = { ZAN = { admin_reform = yes_admin_reform } } + } + ZAN = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = yes_finance_reform } + NOT = { ZAN = { finance_reform = yes_finance_reform } } + } + ZAN = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { + owner = { finance_reform = finance_reform_two } + NOT = { ZAN = { finance_reform = finance_reform_two } } + } + ZAN = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { + owner = { monetary_reform = yes_monetary_reform } + NOT = { ZAN = { monetary_reform = yes_monetary_reform } } + } + ZAN = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { + owner = { monetary_reform = monetary_reform_two } + NOT = { ZAN = { monetary_reform = monetary_reform_two } } + } + ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { + owner = { education_reform = yes_education_reform } + NOT = { ZAN = { education_reform = yes_education_reform } } + } + ZAN = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { + owner = { research_reform = yes_research_reform } + NOT = { ZAN = { research_reform = yes_research_reform } } + } + ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { + owner = { foreign_training = yes_foreign_training } + NOT = { ZAN = { foreign_training = yes_foreign_training } } + } + ZAN = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { + owner = { foreign_weapons = yes_foreign_weapons } + NOT = { ZAN = { foreign_weapons = yes_foreign_weapons } } + } + ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { + owner = { foreign_officers = yes_foreign_officers } + NOT = { ZAN = { foreign_officers = yes_foreign_officers } } + } + ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { + owner = { army_schools = yes_army_schools } + NOT = { ZAN = { army_schools = yes_army_schools } } + } + ZAN = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { + owner = { foreign_naval_officers = yes_foreign_naval_officers } + NOT = { ZAN = { foreign_naval_officers = yes_foreign_naval_officers } } + } + ZAN = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { + owner = { naval_schools = yes_naval_schools } + NOT = { ZAN = { naval_schools = yes_naval_schools } } + } + ZAN = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { + owner = { foreign_navies = yes_foreign_navies } + NOT = { ZAN = { foreign_navies = yes_foreign_navies } } + } + ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { + owner = { western_shipyards = yes_western_shipyards } + NOT = { ZAN = { western_shipyards = yes_western_shipyards } } + } + ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { + owner = { foreign_artillery = yes_foreign_artillery } + NOT = { ZAN = { foreign_artillery = yes_foreign_artillery } } + } + ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { + owner = { slavery = yes_slavery } + NOT = { ZAN = { slavery = yes_slavery } } + } + ZAN = { political_reform = yes_slavery } + } + + random_owned = { + limit = { + owner = { slavery = freedom_of_womb } + NOT = { ZAN = { slavery = freedom_of_womb } } + } + ZAN = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { + owner = { slavery = no_slavery } + NOT = { ZAN = { slavery = no_slavery } } + } + ZAN = { political_reform = no_slavery } + } + + release = ZAN + relation = { who = ZAN value = 100 } + + random_country = { + limit = { + tag = ENG + is_greater_power = yes + NOT = { is_sphere_leader_of = ZAN } + NOT = { is_sphere_leader_of = OMA } + ai = yes + } + diplomatic_influence = { who = ZAN value = 50 } + diplomatic_influence = { who = OMA value = 50 } + } + change_tag_no_core_switch = ZAN + + ai_chance = { factor = 0 } + } + + option = { + name = "EVT38505OPTD" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = swahili + location = { is_core = ZAN } + } + militancy = -8 + } + ZAN = { all_core = { remove_core = OMA } } + OMA = { capital = 1166 } + + random_owned = { + limit = { owner = { land_reform = yes_land_reform } } + ZAN = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { owner = { admin_reform = yes_admin_reform } } + ZAN = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { owner = { finance_reform = yes_finance_reform } } + ZAN = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { owner = { finance_reform = finance_reform_two } } + ZAN = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { owner = { monetary_reform = yes_monetary_reform } } + ZAN = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { owner = { monetary_reform = monetary_reform_two } } + ZAN = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { owner = { education_reform = yes_education_reform } } + ZAN = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { owner = { research_reform = yes_research_reform } } + ZAN = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { owner = { foreign_training = yes_foreign_training } } + ZAN = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { owner = { foreign_weapons = yes_foreign_weapons } } + ZAN = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { owner = { foreign_officers = yes_foreign_officers } } + ZAN = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { owner = { army_schools = yes_army_schools } } + ZAN = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } + ZAN = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { owner = { naval_schools = yes_naval_schools } } + ZAN = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { owner = { foreign_navies = yes_foreign_navies } } + ZAN = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { owner = { western_shipyards = yes_western_shipyards } } + ZAN = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { owner = { foreign_artillery = yes_foreign_artillery } } + ZAN = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { owner = { slavery = yes_slavery } } + ZAN = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { slavery = freedom_of_womb } } + ZAN = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { slavery = no_slavery } } + ZAN = { political_reform = no_slavery } + } + + release = ZAN + relation = { who = ZAN value = 100 } + random_country = { + limit = { + tag = ENG + is_greater_power = yes + NOT = { is_sphere_leader_of = ZAN } + NOT = { is_sphere_leader_of = OMA } + ai = yes + } + diplomatic_influence = { who = ZAN value = 50 } + diplomatic_influence = { who = OMA value = 50 } + } + change_tag_no_core_switch = ZAN + + + ZAN = { + any_state = { + limit = { has_pop_type = slaves } + is_slave = yes + } + } + random_owned = { + limit = { owner = { slavery = yes_slavery } } + owner = { 2048 = { state_scope = { is_slave = yes } } } + } + + ai_chance = { factor = 0 } + } } #Zanzibar Abolishes Slavery province_event = { - id = 38506 - title = "EVTNAME38506" #Death of the Sultan - desc = "EVTDESC38506" - - fire_only_once = yes - - trigger = { - province_id = 2048 - trade_goods = precious_goods - OR = { - owner = { slavery = no_slavery } - state_scope = { is_slave = no } - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT38506OPTA" - trade_goods = grain - } -} + id = 38506 + title = "EVTNAME38506" + desc = "EVTDESC38506" + fire_only_once = yes + trigger = { + province_id = 2048 + trade_goods = precious_goods + OR = { + owner = { slavery = no_slavery } + state_scope = { is_slave = no } + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT38506OPTA" + trade_goods = grain + } +} diff --git a/HPM/events/Olympics.txt b/HPM/events/Olympics.txt index 5db25668..ef904534 100644 --- a/HPM/events/Olympics.txt +++ b/HPM/events/Olympics.txt @@ -5,3403 +5,3403 @@ #Formation of the International Olympic Committee country_event = { - id = 23400 - news = yes - news_title = "EVTNAME23400_NEWS_TITLE" - news_desc_long = "EVTDESC23400_NEWS_LONG" - news_desc_medium = "EVTDESC23400_NEWS_MEDIUM" - news_desc_short = "EVTDESC23400_NEWS_SHORT" - - trigger = { - NOT = { has_country_flag = IOCMember } - year = 1892 - OR = { - is_greater_power = yes # Nation is a great power - prestige = 500 # Non-Euro/non GP need to be high prestige to get invite in this era - tag = GRE # Greece projected to host first games so has to get invite - AND = { - capital_scope = { continent = europe } # European nation with > 25 prestige - prestige = 50 - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1894 - } - modifier = { - factor = 0.8 - year = 1895 - } - modifier = { - factor = 0.25 - tag = GRE - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23400" - desc = "EVTDESC23400" - picture = "Olympics" - - - option = { - name = "EVTOPTA23400" # Join the IOC - ai_chance = { factor = 99 } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - prestige = 5 - set_country_flag = IOCMember - } - option = { - name = "EVTOPTB23400" # Reject invite - ai_chance = { factor = 1 } - prestige = -5 - } + id = 23400 + news = yes + news_title = "EVTNAME23400_NEWS_TITLE" + news_desc_long = "EVTDESC23400_NEWS_LONG" + news_desc_medium = "EVTDESC23400_NEWS_MEDIUM" + news_desc_short = "EVTDESC23400_NEWS_SHORT" + + trigger = { + NOT = { has_country_flag = IOCMember } + year = 1892 + OR = { + is_greater_power = yes # Nation is a great power + prestige = 500 # Non-Euro/non GP need to be high prestige to get invite in this era + tag = GRE # Greece projected to host first games so has to get invite + AND = { + capital_scope = { continent = europe } # European nation with > 25 prestige + prestige = 50 + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1894 + } + modifier = { + factor = 0.8 + year = 1895 + } + modifier = { + factor = 0.25 + tag = GRE + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23400" + desc = "EVTDESC23400" + picture = "Olympics" + + + option = { + name = "EVTOPTA23400" # Join the IOC + ai_chance = { factor = 99 } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + prestige = 5 + set_country_flag = IOCMember + } + option = { + name = "EVTOPTB23400" # Reject invite + ai_chance = { factor = 1 } + prestige = -5 + } } # 1st Olympiad - Greece gets first crack to host if it wants country_event = { - id = 23401 - - trigger = { - tag = GRE # Greece hosted 1896 Olympics - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host1Olympiad - has_country_flag = Attend1Olympiad - has_country_flag = NoHost1Olympiad - } - } - year = 1895 - NOT = { year = 1898 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.5 - year = 1896 - } - modifier = { - factor = 0.95 - year = 1897 - } - } - - title = "EVTNAME23401" - desc = "EVTDESC23401" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host1Olympiad - set_country_flag = Host1Olympiad - set_country_flag = Attend1Olympiad - ai_chance = { factor = 90 } - } - option = { - name = "EVTOPTB23401" # No we don't want - prestige = -25 - set_global_flag = GRENoHost1Olympiad - set_country_flag = NoHost1Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - ai_chance = { factor = 10 } - } + id = 23401 + + trigger = { + tag = GRE # Greece hosted 1896 Olympics + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host1Olympiad + has_country_flag = Attend1Olympiad + has_country_flag = NoHost1Olympiad + } + } + year = 1895 + NOT = { year = 1898 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.5 + year = 1896 + } + modifier = { + factor = 0.95 + year = 1897 + } + } + + title = "EVTNAME23401" + desc = "EVTDESC23401" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host1Olympiad + set_country_flag = Host1Olympiad + set_country_flag = Attend1Olympiad + ai_chance = { factor = 90 } + } + option = { + name = "EVTOPTB23401" # No we don't want + prestige = -25 + set_global_flag = GRENoHost1Olympiad + set_country_flag = NoHost1Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + ai_chance = { factor = 10 } + } } # 1st Olympiad - Other nation hosts because GRE says no or doesn't exist country_event = { - id = 23402 - - trigger = { - NOT = { has_global_flag = Host1Olympiad } - OR = { - has_global_flag = GRENoHost1Olympiad - NOT = { exists = GRE } - } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host1Olympiad - has_country_flag = Attend1Olympiad - has_country_flag = NoHost1Olympiad - } - } - year = 1895 - NOT = { year = 1898 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1896 - } - modifier = { - factor = 0.95 - year = 1897 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23401" - desc = "EVTDESC23402" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host1Olympiad - set_country_flag = Host1Olympiad - set_country_flag = Attend1Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost1Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23402 + + trigger = { + NOT = { has_global_flag = Host1Olympiad } + OR = { + has_global_flag = GRENoHost1Olympiad + NOT = { exists = GRE } + } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host1Olympiad + has_country_flag = Attend1Olympiad + has_country_flag = NoHost1Olympiad + } + } + year = 1895 + NOT = { year = 1898 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1896 + } + modifier = { + factor = 0.95 + year = 1897 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23401" + desc = "EVTDESC23402" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host1Olympiad + set_country_flag = Host1Olympiad + set_country_flag = Attend1Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost1Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 1st Olympiad - Send Delegation or No country_event = { - id = 23403 # Attend 1896 Olympics - - trigger = { - has_global_flag = Host1Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend1Olympiad - has_global_flag = Hold1Olympiad - } - } - year = 1895 - NOT = { year = 1898 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1896 - } - modifier = { - factor = 0.95 - year = 1897 - } - } - - title = "EVTNAME23403" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend1Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend1Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host1Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host1Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host1Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host1Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23403 # Attend 1896 Olympics + + trigger = { + has_global_flag = Host1Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend1Olympiad + has_global_flag = Hold1Olympiad + } + } + year = 1895 + NOT = { year = 1898 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1896 + } + modifier = { + factor = 0.95 + year = 1897 + } + } + + title = "EVTNAME23403" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend1Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend1Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host1Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host1Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host1Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host1Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 1st Olympiad - Host nation holds games country_event = { - id = 23404 # 1st games are held - - trigger = { - has_country_flag = Host1Olympiad - has_country_flag = Attend1Olympiad - NOT = { has_global_flag = Hold1Olympiad } - year = 1896 - NOT = { year = 1899 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1897 - } - modifier = { - factor = 0.95 - year = 1898 - } - } - - title = "EVTNAME23404" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23404" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold1Olympiad - } + id = 23404 # 1st games are held + + trigger = { + has_country_flag = Host1Olympiad + has_country_flag = Attend1Olympiad + NOT = { has_global_flag = Hold1Olympiad } + year = 1896 + NOT = { year = 1899 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1897 + } + modifier = { + factor = 0.95 + year = 1898 + } + } + + title = "EVTNAME23404" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23404" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold1Olympiad + } } # 1st Olympiad - Our nation won medals at the games country_event = { - id = 23405 # Win medal at 1896 Olympics - - trigger = { - has_global_flag = Hold1Olympiad - has_country_flag = Attend1Olympiad - NOT = { has_country_flag = 1OlympiadWinner } - year = 1896 - NOT = { year = 1899 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1897 - } - modifier = { - factor = 0.1 - year = 1898 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 1OlympiadWinner - } + id = 23405 # Win medal at 1896 Olympics + + trigger = { + has_global_flag = Hold1Olympiad + has_country_flag = Attend1Olympiad + NOT = { has_country_flag = 1OlympiadWinner } + year = 1896 + NOT = { year = 1899 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1897 + } + modifier = { + factor = 0.1 + year = 1898 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 1OlympiadWinner + } } # 2 Olympiad - getting a host nation country_event = { - id = 23406 - - trigger = { - NOT = { has_global_flag = Host2Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host2Olympiad - has_country_flag = Attend2Olympiad - has_country_flag = NoHost2Olympiad - } - } - year = 1899 - NOT = { year = 1902 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host1Olympiad - } - - modifier = { - factor = 0.9 - year = 1900 - } - modifier = { - factor = 0.95 - year = 1901 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23406" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host2Olympiad - set_country_flag = Host2Olympiad - set_country_flag = Attend2Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # No we don't want it - set_country_flag = NoHost2Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23406 + + trigger = { + NOT = { has_global_flag = Host2Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host2Olympiad + has_country_flag = Attend2Olympiad + has_country_flag = NoHost2Olympiad + } + } + year = 1899 + NOT = { year = 1902 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host1Olympiad + } + + modifier = { + factor = 0.9 + year = 1900 + } + modifier = { + factor = 0.95 + year = 1901 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23406" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host2Olympiad + set_country_flag = Host2Olympiad + set_country_flag = Attend2Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # No we don't want it + set_country_flag = NoHost2Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 2 Olympiad - Send Delegation or No country_event = { - id = 23407 # Attend 2 Games - - trigger = { - has_global_flag = Host2Olympiad - has_country_flag = IOCMember - NOT = { - has_country_flag = Attend2Olympiad - has_global_flag = Hold2Olympiad - } - year = 1899 - NOT = { year = 1902 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1900 - } - modifier = { - factor = 0.95 - year = 1901 - } - } - - title = "EVTNAME23407" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend2Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend2Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host2Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host2Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host2Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host2Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23407 # Attend 2 Games + + trigger = { + has_global_flag = Host2Olympiad + has_country_flag = IOCMember + NOT = { + has_country_flag = Attend2Olympiad + has_global_flag = Hold2Olympiad + } + year = 1899 + NOT = { year = 1902 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1900 + } + modifier = { + factor = 0.95 + year = 1901 + } + } + + title = "EVTNAME23407" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend2Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend2Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host2Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host2Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host2Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host2Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 2 Olympiad - Host nation holds games country_event = { - id = 23408 # 2 games are held - - trigger = { - has_country_flag = Host2Olympiad - has_country_flag = Attend2Olympiad - NOT = { has_global_flag = Hold2Olympiad } - year = 1900 - NOT = { year = 1903 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1901 - } - modifier = { - factor = 0.95 - year = 1902 - } - } - - title = "EVTNAME23408" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23408" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold2Olympiad - } + id = 23408 # 2 games are held + + trigger = { + has_country_flag = Host2Olympiad + has_country_flag = Attend2Olympiad + NOT = { has_global_flag = Hold2Olympiad } + year = 1900 + NOT = { year = 1903 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1901 + } + modifier = { + factor = 0.95 + year = 1902 + } + } + + title = "EVTNAME23408" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23408" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold2Olympiad + } } # 2 Olympiad - Our nation won medals at the games country_event = { - id = 23409 # Win medal at 2 Olympics - - trigger = { - has_global_flag = Hold2Olympiad - has_country_flag = Attend2Olympiad - NOT = { has_country_flag = 2OlympiadWinner } - year = 1900 - NOT = { year = 1903 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1901 - } - modifier = { - factor = 0.1 - year = 1902 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 2OlympiadWinner - } + id = 23409 # Win medal at 2 Olympics + + trigger = { + has_global_flag = Hold2Olympiad + has_country_flag = Attend2Olympiad + NOT = { has_country_flag = 2OlympiadWinner } + year = 1900 + NOT = { year = 1903 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1901 + } + modifier = { + factor = 0.1 + year = 1902 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 2OlympiadWinner + } } # 3 Olympiad - getting a host nation country_event = { - id = 23410 - - trigger = { - NOT = { has_global_flag = Host3Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host3Olympiad - has_country_flag = Attend3Olympiad - has_country_flag = NoHost3Olympiad - } - } - year = 1903 - NOT = { year = 1906 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 3 - has_country_flag = Host2Olympiad - } - modifier = { - factor = 0.9 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23410" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host3Olympiad - set_country_flag = Host3Olympiad - set_country_flag = Attend3Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # No we don't want it - set_country_flag = NoHost3Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23410 + + trigger = { + NOT = { has_global_flag = Host3Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host3Olympiad + has_country_flag = Attend3Olympiad + has_country_flag = NoHost3Olympiad + } + } + year = 1903 + NOT = { year = 1906 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 3 + has_country_flag = Host2Olympiad + } + modifier = { + factor = 0.9 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23410" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host3Olympiad + set_country_flag = Host3Olympiad + set_country_flag = Attend3Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # No we don't want it + set_country_flag = NoHost3Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 3 Olympiad - Send Delegation or No country_event = { - id = 23411 # Attend 3 Games - - trigger = { - has_global_flag = Host3Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend3Olympiad - has_global_flag = Hold3Olympiad - } - } - year = 1903 - NOT = { year = 1906 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1904 - } - modifier = { - factor = 0.95 - year = 1905 - } - } - - title = "EVTNAME23411" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend3Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend3Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host3Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host3Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host3Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host3Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23411 # Attend 3 Games + + trigger = { + has_global_flag = Host3Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend3Olympiad + has_global_flag = Hold3Olympiad + } + } + year = 1903 + NOT = { year = 1906 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1904 + } + modifier = { + factor = 0.95 + year = 1905 + } + } + + title = "EVTNAME23411" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend3Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend3Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host3Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host3Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host3Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host3Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 3 Olympiad - Host nation holds games country_event = { - id = 23412 # 1st games are held - - trigger = { - has_country_flag = Host3Olympiad - has_country_flag = Attend3Olympiad - NOT = { has_global_flag = Hold3Olympiad } - year = 1904 - NOT = { year = 1907 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1905 - } - modifier = { - factor = 0.95 - year = 1906 - } - } - - title = "EVTNAME23412" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23412" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold3Olympiad - } + id = 23412 # 1st games are held + + trigger = { + has_country_flag = Host3Olympiad + has_country_flag = Attend3Olympiad + NOT = { has_global_flag = Hold3Olympiad } + year = 1904 + NOT = { year = 1907 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1905 + } + modifier = { + factor = 0.95 + year = 1906 + } + } + + title = "EVTNAME23412" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23412" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold3Olympiad + } } # 3 Olympiad - Our nation won medals at the games country_event = { - id = 23413 # Win medal at 3 Olympics - - trigger = { - has_global_flag = Hold3Olympiad - has_country_flag = Attend3Olympiad - NOT = { has_country_flag = 3OlympiadWinner } - year = 1904 - NOT = { year = 1907 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1905 - } - modifier = { - factor = 0.1 - year = 1906 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 3OlympiadWinner - } + id = 23413 # Win medal at 3 Olympics + + trigger = { + has_global_flag = Hold3Olympiad + has_country_flag = Attend3Olympiad + NOT = { has_country_flag = 3OlympiadWinner } + year = 1904 + NOT = { year = 1907 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1905 + } + modifier = { + factor = 0.1 + year = 1906 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 3OlympiadWinner + } } # 4 Olympiad - getting a host nation country_event = { - id = 23414 - - trigger = { - NOT = { has_global_flag = Host4Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host4Olympiad - has_country_flag = Attend4Olympiad - has_country_flag = NoHost4Olympiad - } - } - year = 1907 - NOT = { year = 1910 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host3Olympiad - } - modifier = { - factor = 0.9 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23414" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host4Olympiad - set_country_flag = Host4Olympiad - set_country_flag = Attend4Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost4Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23414 + + trigger = { + NOT = { has_global_flag = Host4Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host4Olympiad + has_country_flag = Attend4Olympiad + has_country_flag = NoHost4Olympiad + } + } + year = 1907 + NOT = { year = 1910 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host3Olympiad + } + modifier = { + factor = 0.9 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23414" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host4Olympiad + set_country_flag = Host4Olympiad + set_country_flag = Attend4Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost4Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 4 Olympiad - Send Delegation or No country_event = { - id = 23415 # Attend 4 Games - - trigger = { - has_global_flag = Host4Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend4Olympiad - has_global_flag = Hold4Olympiad - } - } - year = 1907 - NOT = { year = 1910 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1908 - } - modifier = { - factor = 0.95 - year = 1909 - } - } - - title = "EVTNAME23415" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend4Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend4Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host4Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host4Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host4Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host4Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23415 # Attend 4 Games + + trigger = { + has_global_flag = Host4Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend4Olympiad + has_global_flag = Hold4Olympiad + } + } + year = 1907 + NOT = { year = 1910 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1908 + } + modifier = { + factor = 0.95 + year = 1909 + } + } + + title = "EVTNAME23415" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend4Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend4Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host4Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host4Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host4Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host4Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } #4 Olympiad - Host nation holds games country_event = { - id = 23416 # 4 games are held - - trigger = { - has_country_flag = Host4Olympiad - has_country_flag = Attend4Olympiad - NOT = { - has_global_flag = Hold4Olympiad - } - year = 1908 - NOT = { year = 1911 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1909 - } - modifier = { - factor = 0.95 - year = 1910 - } - } - - title = "EVTNAME23416" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23412" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold4Olympiad - } + id = 23416 # 4 games are held + + trigger = { + has_country_flag = Host4Olympiad + has_country_flag = Attend4Olympiad + NOT = { + has_global_flag = Hold4Olympiad + } + year = 1908 + NOT = { year = 1911 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1909 + } + modifier = { + factor = 0.95 + year = 1910 + } + } + + title = "EVTNAME23416" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23412" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold4Olympiad + } } # 4 Olympiad - Our nation won medals at the games country_event = { - id = 23417 # Win medal at 4 Olympics - - trigger = { - has_global_flag = Hold4Olympiad - has_country_flag = Attend4Olympiad - NOT = { has_country_flag = 4OlympiadWinner } - year = 1908 - NOT = { year = 1911 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1909 - } - modifier = { - factor = 0.1 - year = 1910 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 4OlympiadWinner - } + id = 23417 # Win medal at 4 Olympics + + trigger = { + has_global_flag = Hold4Olympiad + has_country_flag = Attend4Olympiad + NOT = { has_country_flag = 4OlympiadWinner } + year = 1908 + NOT = { year = 1911 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1909 + } + modifier = { + factor = 0.1 + year = 1910 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 4OlympiadWinner + } } # 5 Olympiad - getting a host nation country_event = { - id = 23418 - - trigger = { - NOT = { has_global_flag = Host5Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host5Olympiad - has_country_flag = Attend5Olympiad - has_country_flag = NoHost5Olympiad - } - } - year = 1911 - NOT = { year = 1915 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host4Olympiad - } - modifier = { - factor = 0.9 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23418" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host5Olympiad - set_country_flag = Host5Olympiad - set_country_flag = Attend5Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost5Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23418 + + trigger = { + NOT = { has_global_flag = Host5Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host5Olympiad + has_country_flag = Attend5Olympiad + has_country_flag = NoHost5Olympiad + } + } + year = 1911 + NOT = { year = 1915 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host4Olympiad + } + modifier = { + factor = 0.9 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23418" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host5Olympiad + set_country_flag = Host5Olympiad + set_country_flag = Attend5Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost5Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 5 Olympiad - Send Delegation or No country_event = { - id = 23419 # Attend 5 Games - - trigger = { - has_global_flag = Host5Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend5Olympiad - has_global_flag = Hold5Olympiad - } - } - year = 1911 - NOT = { year = 1914 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1912 - } - modifier = { - factor = 0.95 - year = 1913 - } - } - - title = "EVTNAME23419" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend5Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend5Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host5Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host5Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host5Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host5Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23419 # Attend 5 Games + + trigger = { + has_global_flag = Host5Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend5Olympiad + has_global_flag = Hold5Olympiad + } + } + year = 1911 + NOT = { year = 1914 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1912 + } + modifier = { + factor = 0.95 + year = 1913 + } + } + + title = "EVTNAME23419" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend5Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend5Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host5Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host5Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host5Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host5Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 5 Olympiad - Host nation holds games country_event = { - id = 23420 # 5 games are held - - trigger = { - has_country_flag = Host5Olympiad - has_country_flag = Attend5Olympiad - NOT = { has_global_flag = Hold5Olympiad } - year = 1912 - NOT = { year = 1915 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1913 - } - modifier = { - factor = 0.95 - year = 1914 - } - } - - title = "EVTNAME23420" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23420" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold5Olympiad - } + id = 23420 # 5 games are held + + trigger = { + has_country_flag = Host5Olympiad + has_country_flag = Attend5Olympiad + NOT = { has_global_flag = Hold5Olympiad } + year = 1912 + NOT = { year = 1915 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1913 + } + modifier = { + factor = 0.95 + year = 1914 + } + } + + title = "EVTNAME23420" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23420" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold5Olympiad + } } # 5 Olympiad - Our nation won medals at the games country_event = { - id = 23421 # Win medal at 5 Olympics - - trigger = { - has_global_flag = Hold5Olympiad - has_country_flag = Attend5Olympiad - NOT = { has_country_flag = 5OlympiadWinner } - year = 1912 - NOT = { year = 1915 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1912 - } - modifier = { - factor = 0.1 - year = 1915 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 5OlympiadWinner - } + id = 23421 # Win medal at 5 Olympics + + trigger = { + has_global_flag = Hold5Olympiad + has_country_flag = Attend5Olympiad + NOT = { has_country_flag = 5OlympiadWinner } + year = 1912 + NOT = { year = 1915 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1912 + } + modifier = { + factor = 0.1 + year = 1915 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 5OlympiadWinner + } } # 6 Olympiad - getting a host nation country_event = { - id = 23422 - - trigger = { - NOT = { has_global_flag = Host6Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host6Olympiad - has_country_flag = Attend6Olympiad - has_country_flag = NoHost6Olympiad - } - } - year = 1915 - NOT = { year = 1919 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host5Olympiad - } - modifier = { - factor = 0.9 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23422" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host6Olympiad - set_country_flag = Host6Olympiad - set_country_flag = Attend6Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost6Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23422 + + trigger = { + NOT = { has_global_flag = Host6Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host6Olympiad + has_country_flag = Attend6Olympiad + has_country_flag = NoHost6Olympiad + } + } + year = 1915 + NOT = { year = 1919 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host5Olympiad + } + modifier = { + factor = 0.9 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23422" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host6Olympiad + set_country_flag = Host6Olympiad + set_country_flag = Attend6Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost6Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 6 Olympiad - Send Delegation or No country_event = { - id = 23423 # Attend 6 Games - - trigger = { - has_global_flag = Host6Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend6Olympiad - has_global_flag = Hold6Olympiad - } - } - year = 1915 - NOT = { year = 1918 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1916 - } - modifier = { - factor = 0.95 - year = 1917 - } - } - - title = "EVTNAME23423" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend6Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend6Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host6Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host6Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host6Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host6Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23423 # Attend 6 Games + + trigger = { + has_global_flag = Host6Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend6Olympiad + has_global_flag = Hold6Olympiad + } + } + year = 1915 + NOT = { year = 1918 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1916 + } + modifier = { + factor = 0.95 + year = 1917 + } + } + + title = "EVTNAME23423" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend6Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend6Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host6Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host6Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host6Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host6Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 6 Olympiad - Host nation holds games country_event = { - id = 23424 # 6 games are held - - trigger = { - has_country_flag = Host6Olympiad - has_country_flag = Attend6Olympiad - NOT = { has_global_flag = Hold6Olympiad } - year = 1916 - NOT = { year = 1919 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1917 - } - modifier = { - factor = 0.95 - year = 1918 - } - } - - title = "EVTNAME23424" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23424" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold6Olympiad - } + id = 23424 # 6 games are held + + trigger = { + has_country_flag = Host6Olympiad + has_country_flag = Attend6Olympiad + NOT = { has_global_flag = Hold6Olympiad } + year = 1916 + NOT = { year = 1919 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1917 + } + modifier = { + factor = 0.95 + year = 1918 + } + } + + title = "EVTNAME23424" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23424" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold6Olympiad + } } # 6 Olympiad - Our nation won medals at the games country_event = { - id = 23425 # Win medal at 6 Olympics - - trigger = { - has_global_flag = Hold6Olympiad - has_country_flag = Attend6Olympiad - NOT = { has_country_flag = 6OlympiadWinner } - year = 1916 - NOT = { year = 1919 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1917 - } - modifier = { - factor = 0.1 - year = 1918 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 6OlympiadWinner - } + id = 23425 # Win medal at 6 Olympics + + trigger = { + has_global_flag = Hold6Olympiad + has_country_flag = Attend6Olympiad + NOT = { has_country_flag = 6OlympiadWinner } + year = 1916 + NOT = { year = 1919 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1917 + } + modifier = { + factor = 0.1 + year = 1918 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 6OlympiadWinner + } } # 7 Olympiad - getting a host nation country_event = { - id = 23426 - - trigger = { - NOT = { has_global_flag = Host7Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host7Olympiad - has_country_flag = Attend7Olympiad - has_country_flag = NoHost7Olympiad - } - } - year = 1919 - NOT = { year = 1923 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host6Olympiad - } - modifier = { - factor = 0.9 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23426" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host7Olympiad - set_country_flag = Host7Olympiad - set_country_flag = Attend7Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost7Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23426 + + trigger = { + NOT = { has_global_flag = Host7Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host7Olympiad + has_country_flag = Attend7Olympiad + has_country_flag = NoHost7Olympiad + } + } + year = 1919 + NOT = { year = 1923 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host6Olympiad + } + modifier = { + factor = 0.9 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23426" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host7Olympiad + set_country_flag = Host7Olympiad + set_country_flag = Attend7Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost7Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 7 Olympiad - Send Delegation or No country_event = { - id = 23427 # Attend 7 Games - - trigger = { - has_global_flag = Host7Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend7Olympiad - has_global_flag = Hold7Olympiad - } - } - year = 1919 - NOT = { year = 1922 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1920 - } - modifier = { - factor = 0.95 - year = 1921 - } - } - - title = "EVTNAME23427" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend7Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend7Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host7Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host7Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host7Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host7Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23427 # Attend 7 Games + + trigger = { + has_global_flag = Host7Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend7Olympiad + has_global_flag = Hold7Olympiad + } + } + year = 1919 + NOT = { year = 1922 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1920 + } + modifier = { + factor = 0.95 + year = 1921 + } + } + + title = "EVTNAME23427" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend7Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend7Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host7Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host7Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host7Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host7Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 7 Olympiad - Host nation holds games country_event = { - id = 23428 #7 games are held - - trigger = { - has_country_flag = Host7Olympiad - has_country_flag = Attend7Olympiad - NOT = { has_global_flag = Hold7Olympiad } - year = 1920 - NOT = { year = 1923 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1921 - } - modifier = { - factor = 0.95 - year = 1922 - } - } - - title = "EVTNAME23428" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23428" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold7Olympiad - } + id = 23428 #7 games are held + + trigger = { + has_country_flag = Host7Olympiad + has_country_flag = Attend7Olympiad + NOT = { has_global_flag = Hold7Olympiad } + year = 1920 + NOT = { year = 1923 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1921 + } + modifier = { + factor = 0.95 + year = 1922 + } + } + + title = "EVTNAME23428" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23428" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold7Olympiad + } } # 7 Olympiad - Our nation won medals at the games country_event = { - id = 23429 # Win medal at 7 Olympics - - trigger = { - has_global_flag = Hold7Olympiad - has_country_flag = Attend7Olympiad - NOT = { has_country_flag = 7OlympiadWinner } - year = 1920 - NOT = { year = 1923 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1921 - } - modifier = { - factor = 0.1 - year = 1922 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 7OlympiadWinner - } + id = 23429 # Win medal at 7 Olympics + + trigger = { + has_global_flag = Hold7Olympiad + has_country_flag = Attend7Olympiad + NOT = { has_country_flag = 7OlympiadWinner } + year = 1920 + NOT = { year = 1923 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1921 + } + modifier = { + factor = 0.1 + year = 1922 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 7OlympiadWinner + } } # 8 Olympiad - getting a host nation country_event = { - id = 23430 - - trigger = { - NOT = { has_global_flag = Host8Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host8Olympiad - has_country_flag = Attend8Olympiad - has_country_flag = NoHost8Olympiad - } - } - year = 1923 - NOT = { year = 1927 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host7Olympiad - } - modifier = { - factor = 0.9 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23430" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host8Olympiad - set_country_flag = Host8Olympiad - set_country_flag = Attend8Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost8Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23430 + + trigger = { + NOT = { has_global_flag = Host8Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host8Olympiad + has_country_flag = Attend8Olympiad + has_country_flag = NoHost8Olympiad + } + } + year = 1923 + NOT = { year = 1927 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host7Olympiad + } + modifier = { + factor = 0.9 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23430" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host8Olympiad + set_country_flag = Host8Olympiad + set_country_flag = Attend8Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost8Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 8 Olympiad - Send Delegation or No country_event = { - id = 23431 # Attend 8 Games - - trigger = { - has_global_flag = Host8Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend8Olympiad - has_global_flag = Hold8Olympiad - } - } - year = 1923 - NOT = { year = 1926 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1924 - } - modifier = { - factor = 0.95 - year = 1925 - } - } - - title = "EVTNAME23431" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend8Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend8Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host8Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host8Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host8Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host8Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23431 # Attend 8 Games + + trigger = { + has_global_flag = Host8Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend8Olympiad + has_global_flag = Hold8Olympiad + } + } + year = 1923 + NOT = { year = 1926 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1924 + } + modifier = { + factor = 0.95 + year = 1925 + } + } + + title = "EVTNAME23431" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend8Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend8Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host8Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host8Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host8Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host8Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } #8 Olympiad - Host nation holds games country_event = { - id = 23432 # 7 games are held - - trigger = { - has_country_flag = Host8Olympiad - has_country_flag = Attend8Olympiad - NOT = { has_global_flag = Hold8Olympiad } - year = 1924 - NOT = { year = 1927 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1925 - } - modifier = { - factor = 0.95 - year = 1926 - } - } - - title = "EVTNAME23432" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23432" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold8Olympiad - } + id = 23432 # 7 games are held + + trigger = { + has_country_flag = Host8Olympiad + has_country_flag = Attend8Olympiad + NOT = { has_global_flag = Hold8Olympiad } + year = 1924 + NOT = { year = 1927 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1925 + } + modifier = { + factor = 0.95 + year = 1926 + } + } + + title = "EVTNAME23432" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23432" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold8Olympiad + } } # 8 Olympiad - Our nation won medals at the games country_event = { - id = 23433 # Win medal at 8 Olympics - - trigger = { - has_global_flag = Hold8Olympiad - has_country_flag = Attend8Olympiad - NOT = { has_country_flag = 8OlympiadWinner } - year = 1924 - NOT = { year = 1927 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1925 - } - modifier = { - factor = 0.1 - year = 1926 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 8OlympiadWinner - } + id = 23433 # Win medal at 8 Olympics + + trigger = { + has_global_flag = Hold8Olympiad + has_country_flag = Attend8Olympiad + NOT = { has_country_flag = 8OlympiadWinner } + year = 1924 + NOT = { year = 1927 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1925 + } + modifier = { + factor = 0.1 + year = 1926 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 8OlympiadWinner + } } # 9 Olympiad - getting a host nation country_event = { - id = 23434 - - trigger = { - NOT = { has_global_flag = Host9Olympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host9Olympiad - has_country_flag = Attend9Olympiad - has_country_flag = NoHost9Olympiad - } - } - year = 1927 - NOT = { year = 1931 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host8Olympiad - } - modifier = { - factor = 0.9 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23434" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host9Olympiad - set_country_flag = Host9Olympiad - set_country_flag = Attend9Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost9Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23434 + + trigger = { + NOT = { has_global_flag = Host9Olympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host9Olympiad + has_country_flag = Attend9Olympiad + has_country_flag = NoHost9Olympiad + } + } + year = 1927 + NOT = { year = 1931 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host8Olympiad + } + modifier = { + factor = 0.9 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23434" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host9Olympiad + set_country_flag = Host9Olympiad + set_country_flag = Attend9Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost9Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 9 Olympiad - Send Delegation or No country_event = { - id = 23435 # Attend 9 Games - - trigger = { - has_global_flag = Host9Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend9Olympiad - has_global_flag = Hold9Olympiad - } - } - year = 1927 - NOT = { year = 1930 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1928 - } - modifier = { - factor = 0.95 - year = 1929 - } - } - - title = "EVTNAME23435" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend9Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend9Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host9Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host9Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host9Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host9Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23435 # Attend 9 Games + + trigger = { + has_global_flag = Host9Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend9Olympiad + has_global_flag = Hold9Olympiad + } + } + year = 1927 + NOT = { year = 1930 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1928 + } + modifier = { + factor = 0.95 + year = 1929 + } + } + + title = "EVTNAME23435" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend9Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend9Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host9Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host9Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host9Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host9Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 9 Olympiad - Host nation holds games country_event = { - id = 23436 # 9 games are held - - trigger = { - has_country_flag = Host9Olympiad - has_country_flag = Attend9Olympiad - NOT = { has_global_flag = Hold9Olympiad } - year = 1928 - NOT = { year = 1931 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1929 - } - modifier = { - factor = 0.95 - year = 1930 - } - } - - title = "EVTNAME23436" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23436" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold9Olympiad - } + id = 23436 # 9 games are held + + trigger = { + has_country_flag = Host9Olympiad + has_country_flag = Attend9Olympiad + NOT = { has_global_flag = Hold9Olympiad } + year = 1928 + NOT = { year = 1931 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1929 + } + modifier = { + factor = 0.95 + year = 1930 + } + } + + title = "EVTNAME23436" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23436" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold9Olympiad + } } # 9 Olympiad - Our nation won medals at the games country_event = { - id = 23437 # Win medal at 9 Olympics - - trigger = { - has_global_flag = Hold9Olympiad - has_country_flag = Attend9Olympiad - NOT = { has_country_flag = 9OlympiadWinner } - year = 1928 - NOT = { year = 1931 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1929 - } - modifier = { - factor = 0.1 - year = 1930 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 9OlympiadWinner - } + id = 23437 # Win medal at 9 Olympics + + trigger = { + has_global_flag = Hold9Olympiad + has_country_flag = Attend9Olympiad + NOT = { has_country_flag = 9OlympiadWinner } + year = 1928 + NOT = { year = 1931 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1929 + } + modifier = { + factor = 0.1 + year = 1930 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 9OlympiadWinner + } } # 10 Olympiad - getting a host nation country_event = { - id = 23438 - - trigger = { - NOT = { has_global_flag = Host1O0lympiad } - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Host10Olympiad - has_country_flag = Attend10Olympiad - has_country_flag = NoHost10Olympiad - } - } - year = 1931 - NOT = { year = 1935 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 3 - has_country_flag = Host9Olympiad - } - modifier = { - factor = 0.9 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - modifier = { - factor = 0.9 - rank = 4 - } - modifier = { - factor = 0.9 - rank = 8 - } - } - - title = "EVTNAME23438" - desc = "EVTDESC23406" - picture = "Olympics" - - option = { - name = "EVTOPTA23401" # Send invites to other IOC members - prestige = 10 - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_global_flag = Host10Olympiad - set_country_flag = Host10Olympiad - set_country_flag = Attend10Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 10000 } - } - modifier = { - factor = 0.5 - NOT = { rank = 16 } - } - modifier = { - factor = 0.75 - NOT = { rank = 8 } - } - } - } - option = { - name = "EVTOPTB23401" # We don't want it - set_country_flag = NoHost10Olympiad - any_country = { - limit = { has_country_flag = IOCMember } - relation = { who = THIS value = -20 } - } - prestige = -10 - ai_chance = { - factor = 20 - modifier = { - factor = 0.25 - is_greater_power = yes - } - } - } + id = 23438 + + trigger = { + NOT = { has_global_flag = Host1O0lympiad } + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Host10Olympiad + has_country_flag = Attend10Olympiad + has_country_flag = NoHost10Olympiad + } + } + year = 1931 + NOT = { year = 1935 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 3 + has_country_flag = Host9Olympiad + } + modifier = { + factor = 0.9 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + modifier = { + factor = 0.9 + rank = 4 + } + modifier = { + factor = 0.9 + rank = 8 + } + } + + title = "EVTNAME23438" + desc = "EVTDESC23406" + picture = "Olympics" + + option = { + name = "EVTOPTA23401" # Send invites to other IOC members + prestige = 10 + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_global_flag = Host10Olympiad + set_country_flag = Host10Olympiad + set_country_flag = Attend10Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 10000 } + } + modifier = { + factor = 0.5 + NOT = { rank = 16 } + } + modifier = { + factor = 0.75 + NOT = { rank = 8 } + } + } + } + option = { + name = "EVTOPTB23401" # We don't want it + set_country_flag = NoHost10Olympiad + any_country = { + limit = { has_country_flag = IOCMember } + relation = { who = THIS value = -20 } + } + prestige = -10 + ai_chance = { + factor = 20 + modifier = { + factor = 0.25 + is_greater_power = yes + } + } + } } # 10 Olympiad - Send Delegation or No country_event = { - id = 23439 # Attend 10 Games - - trigger = { - has_global_flag = Host10Olympiad - has_country_flag = IOCMember - NOT = { - OR = { - has_country_flag = Attend10Olympiad - has_global_flag = Hold10Olympiad - } - } - year = 1931 - NOT = { year = 1934 } - war = no #nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1932 - } - modifier = { - factor = 0.95 - year = 1933 - } - } - - title = "EVTNAME23439" - desc = "EVTDESC23403" - picture = "Olympics" - - option = { - name = "EVTOPTA23403" # Send a delegation to the games - prestige = 10 - any_neighbor_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = no - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - any_country = { - limit = { - has_country_flag = IOCMember - is_greater_power = yes - } - relation = { who = THIS value = 25 } - random = { - chance = 20 - relation = { who = THIS value = 15 } - } - } - set_country_flag = Attend10Olympiad - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - NOT = { money = 5000 } - } - } - } - option = { - name = "EVTOPTB23403" # We're NOT going this year - set_country_flag = NoAttend10Olympiad - prestige = -10 - any_country = { - limit = { - has_country_flag = IOCMember - } - relation = { who = THIS value = -25 } - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - any_neighbor_country = { - has_country_flag = Host10Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_neighbor_country = { - has_country_flag = Host10Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - modifier = { - factor = 1.5 - any_greater_power = { - has_country_flag = Host10Olympiad - NOT = { relation = { who = THIS value = 0 } } - } - } - modifier = { - factor = 2 - any_greater_power = { - has_country_flag = Host10Olympiad - NOT = { relation = { who = THIS value = -100 } } - } - } - } - } + id = 23439 # Attend 10 Games + + trigger = { + has_global_flag = Host10Olympiad + has_country_flag = IOCMember + NOT = { + OR = { + has_country_flag = Attend10Olympiad + has_global_flag = Hold10Olympiad + } + } + year = 1931 + NOT = { year = 1934 } + war = no #nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1932 + } + modifier = { + factor = 0.95 + year = 1933 + } + } + + title = "EVTNAME23439" + desc = "EVTDESC23403" + picture = "Olympics" + + option = { + name = "EVTOPTA23403" # Send a delegation to the games + prestige = 10 + any_neighbor_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = no + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + any_country = { + limit = { + has_country_flag = IOCMember + is_greater_power = yes + } + relation = { who = THIS value = 25 } + random = { + chance = 20 + relation = { who = THIS value = 15 } + } + } + set_country_flag = Attend10Olympiad + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + NOT = { money = 5000 } + } + } + } + option = { + name = "EVTOPTB23403" # We're NOT going this year + set_country_flag = NoAttend10Olympiad + prestige = -10 + any_country = { + limit = { + has_country_flag = IOCMember + } + relation = { who = THIS value = -25 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + any_neighbor_country = { + has_country_flag = Host10Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_neighbor_country = { + has_country_flag = Host10Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + modifier = { + factor = 1.5 + any_greater_power = { + has_country_flag = Host10Olympiad + NOT = { relation = { who = THIS value = 0 } } + } + } + modifier = { + factor = 2 + any_greater_power = { + has_country_flag = Host10Olympiad + NOT = { relation = { who = THIS value = -100 } } + } + } + } + } } # 10 Olympiad - Host nation holds games country_event = { - id = 23440 # 10 games are held - - trigger = { - has_country_flag = Host10Olympiad - has_country_flag = Attend10Olympiad - NOT = { has_global_flag = Hold10Olympiad } - year = 1932 - NOT = { year = 1935 } - war = no # Nation can NOT be at war at the time of invite - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.9 - year = 1933 - } - modifier = { - factor = 0.95 - year = 1934 - } - } - - title = "EVTNAME23440" - desc = "EVTDESC23404" - picture = "Olympics" - - option = { - name = "EVTOPTA23440" # The games are held - prestige = 50 - plurality = 1 - set_global_flag = Hold10Olympiad - } + id = 23440 # 10 games are held + + trigger = { + has_country_flag = Host10Olympiad + has_country_flag = Attend10Olympiad + NOT = { has_global_flag = Hold10Olympiad } + year = 1932 + NOT = { year = 1935 } + war = no # Nation can NOT be at war at the time of invite + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.9 + year = 1933 + } + modifier = { + factor = 0.95 + year = 1934 + } + } + + title = "EVTNAME23440" + desc = "EVTDESC23404" + picture = "Olympics" + + option = { + name = "EVTOPTA23440" # The games are held + prestige = 50 + plurality = 1 + set_global_flag = Hold10Olympiad + } } # 10 Olympiad - Our nation won medals at the games country_event = { - id = 23441 # Win medal at 10 Olympics - - trigger = { - has_global_flag = Hold10Olympiad - has_country_flag = Attend10Olympiad - NOT = { has_country_flag = 10OlympiadWinner } - year = 1932 - NOT = { year = 1935 } - } - - mean_time_to_happen = { - months = 18 - - modifier = { - factor = 0.1 - year = 1933 - } - modifier = { - factor = 0.1 - year = 1934 - } - } - - title = "EVTNAME23405" - desc = "EVTDESC23405" - picture = "Olympics" - - option = { - name = "EVTOPTA23405" # Our team won medals! - prestige = 5 - set_country_flag = 10OlympiadWinner - } + id = 23441 # Win medal at 10 Olympics + + trigger = { + has_global_flag = Hold10Olympiad + has_country_flag = Attend10Olympiad + NOT = { has_country_flag = 10OlympiadWinner } + year = 1932 + NOT = { year = 1935 } + } + + mean_time_to_happen = { + months = 18 + + modifier = { + factor = 0.1 + year = 1933 + } + modifier = { + factor = 0.1 + year = 1934 + } + } + + title = "EVTNAME23405" + desc = "EVTDESC23405" + picture = "Olympics" + + option = { + name = "EVTOPTA23405" # Our team won medals! + prestige = 5 + set_country_flag = 10OlympiadWinner + } } diff --git a/HPM/events/OnAction.txt b/HPM/events/OnAction.txt index 4c9b10a4..d4fb0ad2 100644 --- a/HPM/events/OnAction.txt +++ b/HPM/events/OnAction.txt @@ -1,646 +1,647 @@ #$STATE$ Joins $COUNTRY$ country_event = { - id = 70000 - title = "EVTNAME70000" - desc = "EVTDESC70000" - #picture = "Slaves" - trigger = { - country = { - NOT = { has_country_flag = ghost_country } - OR = { - slavery = yes_slavery - slavery = freedom_of_womb - } - capital_scope = { NOT = { continent = europe } } - } - } - is_triggered_only = yes - allow_multiple_instances = yes - - option = { - name = "EVTOPTA70000" - is_slave = yes - country = { - any_state = { - limit = { - is_slave = no - } - any_pop = { consciousness = 1 } - } - any_state = { - limit = { - is_slave = yes - } - any_pop = { consciousness = -0.5 } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - owner = { tag = USA } - any_owned_province = { - OR = { - province_id = 174 #Michigan - province_id = 84 #California - province_id = 106 #Colorado - province_id = 92 #Idaho - province_id = 163 #Illinois - province_id = 151 #Iowa - province_id = 173 #Michigan - province_id = 155 #Minnesota - province_id = 116 #Montana - province_id = 97 #Utah - province_id = 94 #Nevada - province_id = 117 #N. Dakota - province_id = 120 #S. Dakota - province_id = 81 #Oregon - province_id = 78 #Washington - province_id = 159 #Wisconsin - province_id = 110 #Wyoming - is_core = CAN - is_core = COL - } - } - } - modifier = { - factor = 0 - owner = { - tag = USA - NOT = { has_country_flag = kansas_nebraska_act_acting } - } - any_owned_province = { - OR = { - province_id = 126 #Kansas - province_id = 123 #Nebraska - } - } - } - modifier = { - factor = 0.5 - owner = { - tag = USA - has_country_flag = kansas_nebraska_act_acting - } - any_owned_province = { - province_id = 123 #Nebraska - } - } - modifier = { - factor = 1.5 - owner = { tag = USA } - any_owned_province = { - province_id = 129 #Oklahoma - } - } - modifier = { - factor = 1.75 - owner = { tag = USA } - any_owned_province = { - OR = { - province_id = 100 #Arizona - province_id = 103 #New Mexico - } - } - } - } - } - - option = { - name = "EVTOPTB70000" - is_slave = no - country = { - any_state = { - limit = { - is_slave = yes - } - any_pop = { consciousness = 1 } - } - any_state = { - limit = { - is_slave = no - } - any_pop = { consciousness = -0.5 } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - owner = { - tag = CSA - } - } - modifier = { - factor = 0 - owner = { tag = USA } - any_owned_province = { - OR = { - province_id = 200 #Florida - is_core = TEX - is_core = CUB - is_core = RGR - AND = { - is_core = MEX - NOT = { is_core = USA } - } - } - } - } - modifier = { - factor = 0.25 - owner = { tag = USA } - any_owned_province = { - OR = { - province_id = 100 #Arizona - province_id = 103 #New Mexico - } - } - } - modifier = { - factor = 1.5 - owner = { - tag = USA - has_country_flag = kansas_nebraska_act_acting - } - any_owned_province = { - province_id = 123 #Nebraska - } - } - modifier = { - factor = 0.5 - owner = { tag = USA } - any_owned_province = { - province_id = 129 #Oklahoma - } - } - } - } + id = 70000 + title = "EVTNAME70000" + desc = "EVTDESC70000" + #picture = "Slaves" + trigger = { + country = { + NOT = { has_country_flag = ghost_country } + has_country_flag = existing_country + OR = { + slavery = yes_slavery + slavery = freedom_of_womb + } + capital_scope = { NOT = { continent = europe } } + } + } + is_triggered_only = yes + allow_multiple_instances = yes + + option = { + name = "EVTOPTA70000" + is_slave = yes + country = { + any_state = { + limit = { + is_slave = no + } + any_pop = { consciousness = 1 } + } + any_state = { + limit = { + is_slave = yes + } + any_pop = { consciousness = -0.5 } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + owner = { tag = USA } + any_owned_province = { + OR = { + province_id = 174 #Michigan + province_id = 84 #California + province_id = 106 #Colorado + province_id = 92 #Idaho + province_id = 163 #Illinois + province_id = 151 #Iowa + province_id = 173 #Michigan + province_id = 155 #Minnesota + province_id = 116 #Montana + province_id = 97 #Utah + province_id = 94 #Nevada + province_id = 117 #N. Dakota + province_id = 120 #S. Dakota + province_id = 81 #Oregon + province_id = 78 #Washington + province_id = 159 #Wisconsin + province_id = 110 #Wyoming + is_core = CAN + is_core = COL + } + } + } + modifier = { + factor = 0 + owner = { + tag = USA + NOT = { has_country_flag = kansas_nebraska_act_acting } + } + any_owned_province = { + OR = { + province_id = 126 #Kansas + province_id = 123 #Nebraska + } + } + } + modifier = { + factor = 0.5 + owner = { + tag = USA + has_country_flag = kansas_nebraska_act_acting + } + any_owned_province = { + province_id = 123 #Nebraska + } + } + modifier = { + factor = 1.5 + owner = { tag = USA } + any_owned_province = { + province_id = 129 #Oklahoma + } + } + modifier = { + factor = 1.75 + owner = { tag = USA } + any_owned_province = { + OR = { + province_id = 100 #Arizona + province_id = 103 #New Mexico + } + } + } + } + } + + option = { + name = "EVTOPTB70000" + is_slave = no + country = { + any_state = { + limit = { + is_slave = yes + } + any_pop = { consciousness = 1 } + } + any_state = { + limit = { + is_slave = no + } + any_pop = { consciousness = -0.5 } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + owner = { + tag = CSA + } + } + modifier = { + factor = 0 + owner = { tag = USA } + any_owned_province = { + OR = { + province_id = 200 #Florida + is_core = TEX + is_core = CUB + is_core = RGR + AND = { + is_core = MEX + NOT = { is_core = USA } + } + } + } + } + modifier = { + factor = 0.25 + owner = { tag = USA } + any_owned_province = { + OR = { + province_id = 100 #Arizona + province_id = 103 #New Mexico + } + } + } + modifier = { + factor = 1.5 + owner = { + tag = USA + has_country_flag = kansas_nebraska_act_acting + } + any_owned_province = { + province_id = 123 #Nebraska + } + } + modifier = { + factor = 0.5 + owner = { tag = USA } + any_owned_province = { + province_id = 129 #Oklahoma + } + } + } + } } #$STATE$ Joins $COUNTRY$! country_event = { - id = 70001 - title = "EVTNAME70001" - desc = "EVTDESC70001" - #picture = "Western" - trigger = { - country = { - slavery = no_slavery - capital_scope = { NOT = { continent = europe }} - } - } - is_triggered_only = yes - allow_multiple_instances = yes - - option = { - name = "EVTOPTA70001" - is_slave = no - } + id = 70001 + title = "EVTNAME70001" + desc = "EVTDESC70001" + #picture = "Western" + trigger = { + country = { + slavery = no_slavery + capital_scope = { NOT = { continent = europe }} + } + } + is_triggered_only = yes + allow_multiple_instances = yes + + option = { + name = "EVTOPTA70001" + is_slave = no + } } # Nation that owns your debt goes bankrupt country_event = { - id = 70002 - title = "EVTNAME70002" - desc = "EVTDESC70002" - picture = "Bankruptcy" - - trigger = { - NOT = { tag = FROM } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = bankruptcy_events_disabled } - } + id = 70002 + title = "EVTNAME70002" + desc = "EVTDESC70002" + picture = "Bankruptcy" + + trigger = { + NOT = { tag = FROM } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = bankruptcy_events_disabled } + } + + is_triggered_only = yes - is_triggered_only = yes - - option = { - name = "EVTOPTA70002" - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -10 } - casus_belli = { target = FROM type = gunboat months = 12 } - casus_belli = { target = FROM type = add_to_sphere months = 12 } - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVTOPTC70004" - relation = { who = FROM value = 50 } - diplomatic_influence = { who = FROM value = 5 } - any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } - prestige_factor = -0.01 - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { - factor = 0.05 - modifier = { factor = 10 is_sphere_leader_of = FROM } - modifier = { factor = 3 relation = { who = FROM value = 199 } } - modifier = { factor = 0.5 is_greater_power = yes } - modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } - modifier = { factor = 0 NOT = { money = 100000 } } - } - } + option = { + name = "EVTOPTA70002" + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -10 } + casus_belli = { target = FROM type = gunboat months = 12 } + casus_belli = { target = FROM type = add_to_sphere months = 12 } + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVTOPTC70004" + relation = { who = FROM value = 50 } + diplomatic_influence = { who = FROM value = 5 } + any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } + prestige_factor = -0.01 + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { + factor = 0.05 + modifier = { factor = 10 is_sphere_leader_of = FROM } + modifier = { factor = 3 relation = { who = FROM value = 199 } } + modifier = { factor = 0.5 is_greater_power = yes } + modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } + modifier = { factor = 0 NOT = { money = 100000 } } + } + } } # Nation that owns your debt goes bankrupt in defiance of our gunboats country_event = { - id = 70003 - title = "EVTNAME70003" - desc = "EVTDESC70003" - picture = "Bankruptcy" - trigger = { - NOT = { tag = FROM } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = bankruptcy_events_disabled } - } + id = 70003 + title = "EVTNAME70003" + desc = "EVTDESC70003" + picture = "Bankruptcy" + trigger = { + NOT = { tag = FROM } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = bankruptcy_events_disabled } + } + + is_triggered_only = yes - is_triggered_only = yes - - option = { - name = "EVTOPTA70003" - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -75 } - casus_belli = { - type = cut_down_to_size - target = FROM - months = 12 - } - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVTOPTC70004" - relation = { who = FROM value = 50 } - diplomatic_influence = { who = FROM value = 25 } - any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } - prestige_factor = -0.15 - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { - factor = 0.05 - modifier = { factor = 3 is_sphere_leader_of = FROM } - modifier = { factor = 1.5 relation = { who = FROM value = 199 } } - modifier = { factor = 0.5 is_greater_power = yes } - modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } - modifier = { factor = 0 NOT = { money = 100000 } } - } - } + option = { + name = "EVTOPTA70003" + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -75 } + casus_belli = { + type = cut_down_to_size + target = FROM + months = 12 + } + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVTOPTC70004" + relation = { who = FROM value = 50 } + diplomatic_influence = { who = FROM value = 25 } + any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } + prestige_factor = -0.15 + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { + factor = 0.05 + modifier = { factor = 3 is_sphere_leader_of = FROM } + modifier = { factor = 1.5 relation = { who = FROM value = 199 } } + modifier = { factor = 0.5 is_greater_power = yes } + modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } + modifier = { factor = 0 NOT = { money = 100000 } } + } + } } # Nation that owns your debt goes bankrupt, but the amount is small country_event = { - id = 70004 - title = "EVTNAME70004" - desc = "EVTDESC70004" - picture = "stock_crash" - trigger = { - NOT = { tag = FROM } - NOT = { has_country_modifier = neutrality_modifier } - NOT = { has_country_flag = bankruptcy_events_disabled } - } + id = 70004 + title = "EVTNAME70004" + desc = "EVTDESC70004" + picture = "stock_crash" + trigger = { + NOT = { tag = FROM } + NOT = { has_country_modifier = neutrality_modifier } + NOT = { has_country_flag = bankruptcy_events_disabled } + } + + is_triggered_only = yes - is_triggered_only = yes + option = { + name = "EVTOPTA70004" + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -5 } + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { factor = 0.85 } + } - option = { - name = "EVTOPTA70004" - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -5 } - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { factor = 0.85 } - } - - option = { - name = "EVTOPTB70004" - relation = { who = FROM value = -75 } - diplomatic_influence = { who = FROM value = -10 } - random_list = { - 33 = { badboy = 1 } - 34 = { badboy = 2 } - 33 = { } - } - casus_belli = { target = FROM type = gunboat months = 12 } - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { - factor = 0.05 - modifier = { factor = 0 is_sphere_leader_of = FROM } - modifier = { factor = 0 war = yes } - modifier = { factor = 0 badboy = 0.5 } - modifier = { factor = 0 is_disarmed = yes } - modifier = { factor = 0 has_recently_lost_war = yes } - modifier = { factor = 0 truce_with = FROM } - modifier = { factor = 0 relation = { who = FROM value = -100 } } - modifier = { factor = 5 NOT = { money = 100000 } } - } - } - - option = { - name = "EVTOPTC70004" - relation = { who = FROM value = 50 } - any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } - FROM = { - random_owned = { - limit = { owner = { has_country_modifier = mercantilism } } - owner = { remove_country_modifier = mercantilism } - } - random_owned = { - limit = { owner = { has_country_modifier = economic_nationalism } } - owner = { remove_country_modifier = economic_nationalism } - } - random_owned = { - limit = { owner = { has_country_modifier = french_liberal_school } } - owner = { remove_country_modifier = french_liberal_school } - } - random_owned = { - limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } - owner = { remove_country_modifier = non_interventionism_trade_policy } - } - random_owned = { - limit = { owner = { has_country_modifier = smithian_school } } - owner = { remove_country_modifier = smithian_school } - } - random_owned = { - limit = { owner = { has_country_modifier = no_trade_policy_set } } - owner = { remove_country_modifier = no_trade_policy_set } - } - } - ai_chance = { - factor = 0.1 - modifier = { factor = 10 is_sphere_leader_of = FROM } - modifier = { factor = 2 war = yes relation = { who = FROM value = 100 } } - modifier = { factor = 3 relation = { who = FROM value = 199 } } - modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } - modifier = { factor = 0 NOT = { money = 100000 } } - } - } + option = { + name = "EVTOPTB70004" + relation = { who = FROM value = -75 } + diplomatic_influence = { who = FROM value = -10 } + random_list = { + 33 = { badboy = 1 } + 34 = { badboy = 2 } + 33 = { } + } + casus_belli = { target = FROM type = gunboat months = 12 } + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { + factor = 0.05 + modifier = { factor = 0 is_sphere_leader_of = FROM } + modifier = { factor = 0 war = yes } + modifier = { factor = 0 badboy = 0.5 } + modifier = { factor = 0 is_disarmed = yes } + modifier = { factor = 0 has_recently_lost_war = yes } + modifier = { factor = 0 truce_with = FROM } + modifier = { factor = 0 relation = { who = FROM value = -100 } } + modifier = { factor = 5 NOT = { money = 100000 } } + } + } + + option = { + name = "EVTOPTC70004" + relation = { who = FROM value = 50 } + any_pop = { limit = { strata = rich } militancy = 2 consciousness = 4 } + FROM = { + random_owned = { + limit = { owner = { has_country_modifier = mercantilism } } + owner = { remove_country_modifier = mercantilism } + } + random_owned = { + limit = { owner = { has_country_modifier = economic_nationalism } } + owner = { remove_country_modifier = economic_nationalism } + } + random_owned = { + limit = { owner = { has_country_modifier = french_liberal_school } } + owner = { remove_country_modifier = french_liberal_school } + } + random_owned = { + limit = { owner = { has_country_modifier = non_interventionism_trade_policy } } + owner = { remove_country_modifier = non_interventionism_trade_policy } + } + random_owned = { + limit = { owner = { has_country_modifier = smithian_school } } + owner = { remove_country_modifier = smithian_school } + } + random_owned = { + limit = { owner = { has_country_modifier = no_trade_policy_set } } + owner = { remove_country_modifier = no_trade_policy_set } + } + } + ai_chance = { + factor = 0.1 + modifier = { factor = 10 is_sphere_leader_of = FROM } + modifier = { factor = 2 war = yes relation = { who = FROM value = 100 } } + modifier = { factor = 3 relation = { who = FROM value = 199 } } + modifier = { factor = 0 NOT = { relation = { who = THIS value = 100 } } } + modifier = { factor = 0 NOT = { money = 100000 } } + } + } } #Second Round of Dismantling country_event = { - id = 70005 - title = "EVTNAME70005" - desc = "EVTDESC70005" - picture = "partition_of_africa" - - trigger = { - has_country_modifier = being_dismantled - num_of_vassals_no_substates = 1 - } - - is_triggered_only = yes - - allow_multiple_instances = no - - option = { - name = "EVT70005OPTA" - any_country = { - limit = { - vassal_of = THIS - NOT = { has_country_modifier = considering_colonial_offer } - has_country_modifier = colony_to_be_annexed - } - country_event = 96095 - } - } + id = 70005 + title = "EVTNAME70005" + desc = "EVTDESC70005" + picture = "partition_of_africa" + + trigger = { + has_country_modifier = being_dismantled + num_of_vassals_no_substates = 1 + } + + is_triggered_only = yes + + allow_multiple_instances = no + + option = { + name = "EVT70005OPTA" + any_country = { + limit = { + vassal_of = THIS + NOT = { has_country_modifier = considering_colonial_offer } + has_country_modifier = colony_to_be_annexed + } + country_event = 96095 + } + } } #Distributing overseas territories/colonies/non cores country_event = { - id = 70006 - title = "EVTNAME70006" - desc = "EVTDESC70005" - picture = "partition_of_africa" - - trigger = { - has_country_modifier = being_dismantled - any_owned_province = { - OR = { - is_overseas = yes - is_colonial = yes - NOT = { is_core = THIS } - } - } - } - - is_triggered_only = yes - - option = { - name = "EVT70005OPTA" - any_country = { - limit = { - ai = no - is_greater_power = yes - OR = { - AND = { - truce_with = THIS - has_country_modifier = dismantling_country - NOT = { has_country_flag = not_want_colonies } - } - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = 96011 - } - any_country = { - limit = { - NOT = { - any_greater_power = { - ai = no - truce_with = THIS - } - } - ai = yes - is_greater_power = yes - OR = { - AND = { - truce_with = THIS - has_country_modifier = dismantling_country - NOT = { has_country_flag = not_want_colonies } - } - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = { id = 96016 days = 2 } - } - any_country = { - limit = { - NOT = { - any_greater_power = { - ai = no - truce_with = THIS - } - } - is_greater_power = no - is_secondary_power = yes - OR = { - AND = { - truce_with = THIS - has_country_modifier = dismantling_country - NOT = { has_country_flag = not_want_colonies } - } - AND = { - THIS = { has_country_modifier = international_pariah } - has_country_flag = coalition_member - } - } - } - country_event = { id = 96017 days = 2 } - } - } + id = 70006 + title = "EVTNAME70006" + desc = "EVTDESC70005" + picture = "partition_of_africa" + + trigger = { + has_country_modifier = being_dismantled + any_owned_province = { + OR = { + is_overseas = yes + is_colonial = yes + NOT = { is_core = THIS } + } + } + } + + is_triggered_only = yes + + option = { + name = "EVT70005OPTA" + any_country = { + limit = { + ai = no + is_greater_power = yes + OR = { + AND = { + truce_with = THIS + has_country_modifier = dismantling_country + NOT = { has_country_flag = not_want_colonies } + } + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = 96011 + } + any_country = { + limit = { + NOT = { + any_greater_power = { + ai = no + truce_with = THIS + } + } + ai = yes + is_greater_power = yes + OR = { + AND = { + truce_with = THIS + has_country_modifier = dismantling_country + NOT = { has_country_flag = not_want_colonies } + } + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = { id = 96016 days = 2 } + } + any_country = { + limit = { + NOT = { + any_greater_power = { + ai = no + truce_with = THIS + } + } + is_greater_power = no + is_secondary_power = yes + OR = { + AND = { + truce_with = THIS + has_country_modifier = dismantling_country + NOT = { has_country_flag = not_want_colonies } + } + AND = { + THIS = { has_country_modifier = international_pariah } + has_country_flag = coalition_member + } + } + } + country_event = { id = 96017 days = 2 } + } + } } diff --git a/HPM/events/Oriental Crisis.txt b/HPM/events/Oriental Crisis.txt index ffb5c89f..5d04a84e 100644 --- a/HPM/events/Oriental Crisis.txt +++ b/HPM/events/Oriental Crisis.txt @@ -1,1556 +1,1556 @@ ######################################################### -# # -# The Oriental Crisis Events # -# # +# # +# The Oriental Crisis Events # +# # ######################################################### #Initial declaration of independence by Egypt country_event = { - id = 90075 - title = "EVTNAME90075" # The Fate of Egypt (initiate Oriental Crisis) - desc = "EVTDESC90075" - picture = "muhammad_ali" - - trigger = { - tag = EGY - vassal_of = TUR - year = 1837 - NOT = { has_country_flag = fate_of_egypt } - NOT = { war_with = TUR } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - TUR = { is_greater_power = no } - } - modifier = { - factor = 0.5 - year = 1840 - } - modifier = { - factor = 0.5 - year = 1841 - } - modifier = { - factor = 0.5 - year = 1842 - } - modifier = { - factor = 0.25 - year = 1843 - } - } - - option = { - name = "EVT90075OPTA" - set_country_flag = fate_of_egypt - any_country = { - limit = { - war_with = TUR - war_with = EGY - } - end_war = EGY - } - TUR = { - release_vassal = EGY - country_event = 90076 - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { - who = THIS - value = -200 - } - } - } + id = 90075 + title = "EVTNAME90075" # The Fate of Egypt (initiate Oriental Crisis) + desc = "EVTDESC90075" + picture = "muhammad_ali" + + trigger = { + tag = EGY + vassal_of = TUR + year = 1837 + NOT = { has_country_flag = fate_of_egypt } + NOT = { war_with = TUR } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + TUR = { is_greater_power = no } + } + modifier = { + factor = 0.5 + year = 1840 + } + modifier = { + factor = 0.5 + year = 1841 + } + modifier = { + factor = 0.5 + year = 1842 + } + modifier = { + factor = 0.25 + year = 1843 + } + } + + option = { + name = "EVT90075OPTA" + set_country_flag = fate_of_egypt + any_country = { + limit = { + war_with = TUR + war_with = EGY + } + end_war = EGY + } + TUR = { + release_vassal = EGY + country_event = 90076 + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { + who = THIS + value = -200 + } + } + } } #the Ottoman response -- war or negotiate? country_event = { - id = 90076 - title = "EVTNAME90076" # The Oriental Crisis (OE's Reaction) - desc = "EVTDESC90076" - news = yes - news_desc_long = "EVTDESC90076_NEWS_LONG" - news_desc_medium = "EVTDESC90076_NEWS_MEDIUM" - news_desc_short = "EVTDESC90076_NEWS_SHORT" - picture = "muhammad_ali" - - major = yes - is_triggered_only = yes - - option = { - name = "EVT90076OPTA" - set_global_flag = oriental_crisis - prestige = -25 - relation = { - who = EGY - value = -100 - } - leave_alliance = EGY - casus_belli = { - target = EGY - type = make_puppet - months = 12 - } - war = { - target = EGY - attacker_goal = { casus_belli = make_puppet } - } - set_country_flag = exclusive_make_puppet_CB - EGY = { - add_country_modifier = { name = war_focus duration = -1 } - release_vassal = HDJ - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.20 - value = jingoism - } - } - random_country = { limit = { exists = yes tag = PLS vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = JOR vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = LBN vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = SYR vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = ASY vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = KDS vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = CRE vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = CLC vassal_of = EGY } annex_to = EGY } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT90076OPTB" - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - issue = jingoism - factor = 6 - } - } - EGY = { country_event = 90077 } - ai_chance = { - factor = 5 - } - } + id = 90076 + title = "EVTNAME90076" # The Oriental Crisis (OE's Reaction) + desc = "EVTDESC90076" + news = yes + news_desc_long = "EVTDESC90076_NEWS_LONG" + news_desc_medium = "EVTDESC90076_NEWS_MEDIUM" + news_desc_short = "EVTDESC90076_NEWS_SHORT" + picture = "muhammad_ali" + + major = yes + is_triggered_only = yes + + option = { + name = "EVT90076OPTA" + set_global_flag = oriental_crisis + prestige = -25 + relation = { + who = EGY + value = -100 + } + leave_alliance = EGY + casus_belli = { + target = EGY + type = make_puppet + months = 12 + } + war = { + target = EGY + attacker_goal = { casus_belli = make_puppet } + } + set_country_flag = exclusive_make_puppet_CB + EGY = { + add_country_modifier = { name = war_focus duration = -1 } + release_vassal = HDJ + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.20 + value = jingoism + } + } + random_country = { limit = { exists = yes tag = PLS vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = JOR vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = LBN vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = SYR vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = ASY vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = KDS vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = CRE vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = CLC vassal_of = EGY } annex_to = EGY } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT90076OPTB" + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + issue = jingoism + factor = 6 + } + } + EGY = { country_event = 90077 } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 90077 - title = "EVTNAME90077" #Negotiations with the Empire - desc = "EVTDESC90077" - picture = "ottoman" - - is_triggered_only = yes - - option = { - name = "EVT90077OPTA" - prestige = 10 - relation = { who = TUR value = 100 } - any_owned = { - limit = { - OR = { - region = TUR_894 - region = EGY_897 - region = EGY_903 - is_core = CRE - } - } - remove_core = EGY - secede_province = TUR - } - EGY_915 = { add_core = EGY } - EGY_921 = { add_core = EGY } - EGY_910 = { add_core = EGY } - TUR = { country_event = 90078 } - remove_country_modifier = muhammad_alis_reforms - any_pop = { - limit = { is_primary_culture = yes } - militancy = 4 - } - } - - option = { - name = "EVT90077OPTB" - prestige = -5 - TUR = { country_event = 90079 } - } + id = 90077 + title = "EVTNAME90077" #Negotiations with the Empire + desc = "EVTDESC90077" + picture = "ottoman" + + is_triggered_only = yes + + option = { + name = "EVT90077OPTA" + prestige = 10 + relation = { who = TUR value = 100 } + any_owned = { + limit = { + OR = { + region = TUR_894 + region = EGY_897 + region = EGY_903 + is_core = CRE + } + } + remove_core = EGY + secede_province = TUR + } + EGY_915 = { add_core = EGY } + EGY_921 = { add_core = EGY } + EGY_910 = { add_core = EGY } + TUR = { country_event = 90078 } + remove_country_modifier = muhammad_alis_reforms + any_pop = { + limit = { is_primary_culture = yes } + militancy = 4 + } + } + + option = { + name = "EVT90077OPTB" + prestige = -5 + TUR = { country_event = 90079 } + } } country_event = { - id = 90078 - title = "EVTNAME90078" #Egypt Has Agreed - desc = "EVTDESC90078" - picture = "muhammad_ali" - - is_triggered_only = yes - - option = { - name = "EVT90078OPTA" - set_global_flag = abandoned_holy_land - prestige = -25 - badboy = -5 - RUS = { - diplomatic_influence = { who = TUR value = -100 } - } - relation = { who = RUS value = -100 } - leave_alliance = RUS - create_alliance = EGY - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = EGY - value = 400 - } - } - } - EGY = { - any_owned = { - limit = { is_core = TUR } - remove_core = TUR - } - } - HDJ_1151 = { remove_core = TUR } - YEM_1178 = { remove_core = TUR } - any_pop = { - limit = { is_primary_culture = no } - militancy = 3 - } - } + id = 90078 + title = "EVTNAME90078" #Egypt Has Agreed + desc = "EVTDESC90078" + picture = "muhammad_ali" + + is_triggered_only = yes + + option = { + name = "EVT90078OPTA" + set_global_flag = abandoned_holy_land + prestige = -25 + badboy = -5 + RUS = { + diplomatic_influence = { who = TUR value = -100 } + } + relation = { who = RUS value = -100 } + leave_alliance = RUS + create_alliance = EGY + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = EGY + value = 400 + } + } + } + EGY = { + any_owned = { + limit = { is_core = TUR } + remove_core = TUR + } + } + HDJ_1151 = { remove_core = TUR } + YEM_1178 = { remove_core = TUR } + any_pop = { + limit = { is_primary_culture = no } + militancy = 3 + } + } } country_event = { - id = 90079 - title = "EVTNAME90079" #Egypt Has Refused - desc = "EVTDESC90079" - picture = "muhammad_ali" - - trigger = { - tag = TUR - ai = yes - EGY = { - ai = no - is_vassal = no - war_with = THIS - } - NOT = { - has_global_flag = oriental_crisis - has_global_flag = abandoned_holy_land - has_global_flag = egypt_submitted_to_ottomans - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT90079OPTA" - prestige = -25 - set_global_flag = oriental_crisis - relation = { - who = EGY - value = -100 - } - casus_belli = { - target = EGY - type = make_puppet - months = 12 - } - EGY = { - release_vassal = HDJ - add_country_modifier = { name = war_focus duration = -1 } - } - set_country_flag = exclusive_make_puppet_CB - random_owned = { - limit = { - owner = { NOT = { war_with = EGY } } - } - owner = { - leave_alliance = EGY - war = { - target = EGY - attacker_goal = { - casus_belli = make_puppet - } - } - } - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.20 - value = jingoism - } - } - random_country = { limit = { exists = yes tag = PLS vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = JOR vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = LBN vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = SYR vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = ASY vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = KDS vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = CRE vassal_of = EGY } annex_to = EGY } - random_country = { limit = { exists = yes tag = CLC vassal_of = EGY } annex_to = EGY } - } + id = 90079 + title = "EVTNAME90079" #Egypt Has Refused + desc = "EVTDESC90079" + picture = "muhammad_ali" + + trigger = { + tag = TUR + ai = yes + EGY = { + ai = no + is_vassal = no + war_with = THIS + } + NOT = { + has_global_flag = oriental_crisis + has_global_flag = abandoned_holy_land + has_global_flag = egypt_submitted_to_ottomans + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT90079OPTA" + prestige = -25 + set_global_flag = oriental_crisis + relation = { + who = EGY + value = -100 + } + casus_belli = { + target = EGY + type = make_puppet + months = 12 + } + EGY = { + release_vassal = HDJ + add_country_modifier = { name = war_focus duration = -1 } + } + set_country_flag = exclusive_make_puppet_CB + random_owned = { + limit = { + owner = { NOT = { war_with = EGY } } + } + owner = { + leave_alliance = EGY + war = { + target = EGY + attacker_goal = { + casus_belli = make_puppet + } + } + } + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.20 + value = jingoism + } + } + random_country = { limit = { exists = yes tag = PLS vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = JOR vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = LBN vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = SYR vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = ASY vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = KDS vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = CRE vassal_of = EGY } annex_to = EGY } + random_country = { limit = { exists = yes tag = CLC vassal_of = EGY } annex_to = EGY } + } } #The Egyptian Levant country_event = { - id = 90080 - title = "EVTNAME90080" #The Egyptian Levant - desc = "EVTDESC90080" - news = yes - news_desc_long = "EVTDESC90080_NEWS_LONG" - news_desc_medium = "EVTDESC90080_NEWS_MEDIUM" - news_desc_short = "EVTDESC90080_NEWS_SHORT" - picture = "cairo" - major = yes - - fire_only_once = yes - - trigger = { - tag = EGY - war = no - is_vassal = no - has_global_flag = oriental_crisis - OR = { - year = 1860 - civilized = yes - } - any_owned_province = { - OR = { - province_id = 900 - region = EGY_897 - region = EGY_903 - region = EGY_915 - region = EGY_921 - region = EGY_910 - } - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.01 - civilized = yes - } - modifier = { - factor = 0.5 - TUR = { - is_greater_power = no - is_secondary_power = no - } - } - } - - option = { - name = "EVT90080OPTA" - clr_global_flag = oriental_crisis - set_global_flag = abandoned_holy_land - remove_country_modifier = muhammad_alis_reforms - prestige = 20 - TUR = { - prestige = -50 - } - all_core = { - limit = { - OR = { - province_id = 900 - region = EGY_897 - region = EGY_903 - region = EGY_915 - region = EGY_921 - region = EGY_910 - } - NOT = { owned_by = THIS } - } - remove_core = THIS - } - any_owned = { - limit = { - OR = { - province_id = 900 - region = EGY_897 - region = EGY_903 - region = EGY_915 - region = EGY_921 - region = EGY_910 - } - } - add_core = EGY - remove_core = TUR - } - any_greater_power = { - limit = { has_country_flag = leave_alliance_after_crisis } - clr_country_flag = leave_alliance_after_crisis - leave_alliance = TUR - } - } + id = 90080 + title = "EVTNAME90080" #The Egyptian Levant + desc = "EVTDESC90080" + news = yes + news_desc_long = "EVTDESC90080_NEWS_LONG" + news_desc_medium = "EVTDESC90080_NEWS_MEDIUM" + news_desc_short = "EVTDESC90080_NEWS_SHORT" + picture = "cairo" + major = yes + + fire_only_once = yes + + trigger = { + tag = EGY + war = no + is_vassal = no + has_global_flag = oriental_crisis + OR = { + year = 1860 + civilized = yes + } + any_owned_province = { + OR = { + province_id = 900 + region = EGY_897 + region = EGY_903 + region = EGY_915 + region = EGY_921 + region = EGY_910 + } + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.01 + civilized = yes + } + modifier = { + factor = 0.5 + TUR = { + is_greater_power = no + is_secondary_power = no + } + } + } + + option = { + name = "EVT90080OPTA" + clr_global_flag = oriental_crisis + set_global_flag = abandoned_holy_land + remove_country_modifier = muhammad_alis_reforms + prestige = 20 + TUR = { + prestige = -50 + } + all_core = { + limit = { + OR = { + province_id = 900 + region = EGY_897 + region = EGY_903 + region = EGY_915 + region = EGY_921 + region = EGY_910 + } + NOT = { owned_by = THIS } + } + remove_core = THIS + } + any_owned = { + limit = { + OR = { + province_id = 900 + region = EGY_897 + region = EGY_903 + region = EGY_915 + region = EGY_921 + region = EGY_910 + } + } + add_core = EGY + remove_core = TUR + } + any_greater_power = { + limit = { has_country_flag = leave_alliance_after_crisis } + clr_country_flag = leave_alliance_after_crisis + leave_alliance = TUR + } + } } #Egypt Defeated country_event = { - id = 90081 - title = "EVTNAME90081" - desc = "EVTDESC90081" - picture = "cairo" - - trigger = { - tag = TUR - war = no - has_global_flag = oriental_crisis - is_our_vassal = EGY - NOT = { has_country_flag = egypt_rule_restored } - NOT = { has_country_flag = egypt_restricted } - NOT = { has_country_flag = egypt_limited_rule_agreed } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT90081OPTA" - random_country = { - limit = { - tag = HDJ - ai = yes - OR = { - part_of_sphere = no - in_sphere = TUR - } - } - annex_to = THIS - } - HDJ = { all_core = { add_core = TUR } } - set_country_flag = egypt_restricted - random_country = { - limit = { - is_sphere_leader_of = EGY - NOT = { tag = THIS } - } - diplomatic_influence = { who = EGY value = -100 } - } - relation = { who = RUS value = -100 } - leave_alliance = RUS - EGY = { - remove_country_modifier = muhammad_alis_reforms - set_country_flag = surrendered_to_OE - add_country_modifier = { name = reactionary_demands duration = 7300 } - all_core = { - limit = { is_core = TUR } - remove_core = EGY - } - any_owned = { - limit = { is_core = TUR } - secede_province = TUR - } - any_owned = { - limit = { - is_core = EGY - culture = misri - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - any_pop = { - limit = { - has_pop_culture = misri - location = { is_core = EGY } - } - militancy = 4 - consciousness = 2 - } - } - any_greater_power = { - limit = { has_country_flag = leave_alliance_after_crisis } - clr_country_flag = leave_alliance_after_crisis - leave_alliance = TUR - } - any_country = { - limit = { - has_country_flag = oriental_crisis_support_OE - OR = { - war_with = EGY - any_owned_province = { is_core = TUR } - } - } - country_event = 90089 - } - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVT90081OPTB" - set_country_flag = egypt_rule_restored - badboy = 4 - prestige = 20 - EGY = { - tech_school = developing_tech_school - all_core = { - limit = { is_core = TUR } - remove_core = EGY - } - } - inherit = EGY - random_country = { - limit = { - tag = HDJ - ai = yes - OR = { - part_of_sphere = no - in_sphere = TUR - } - } - annex_to = THIS - } - HDJ = { all_core = { add_core = TUR } } - - relation = { who = RUS value = -200 } - leave_alliance = RUS - any_owned = { - limit = { - is_core = EGY - culture = misri - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - has_pop_culture = misri - location = { is_core = EGY } - } - militancy = 8 - consciousness = 4 - } - any_greater_power = { - limit = { has_country_flag = leave_alliance_after_crisis } - clr_country_flag = leave_alliance_after_crisis - leave_alliance = TUR - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - badboy = 0.6 - } - } - } + id = 90081 + title = "EVTNAME90081" + desc = "EVTDESC90081" + picture = "cairo" + + trigger = { + tag = TUR + war = no + has_global_flag = oriental_crisis + is_our_vassal = EGY + NOT = { has_country_flag = egypt_rule_restored } + NOT = { has_country_flag = egypt_restricted } + NOT = { has_country_flag = egypt_limited_rule_agreed } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT90081OPTA" + random_country = { + limit = { + tag = HDJ + ai = yes + OR = { + part_of_sphere = no + in_sphere = TUR + } + } + annex_to = THIS + } + HDJ = { all_core = { add_core = TUR } } + set_country_flag = egypt_restricted + random_country = { + limit = { + is_sphere_leader_of = EGY + NOT = { tag = THIS } + } + diplomatic_influence = { who = EGY value = -100 } + } + relation = { who = RUS value = -100 } + leave_alliance = RUS + EGY = { + remove_country_modifier = muhammad_alis_reforms + set_country_flag = surrendered_to_OE + add_country_modifier = { name = reactionary_demands duration = 7300 } + all_core = { + limit = { is_core = TUR } + remove_core = EGY + } + any_owned = { + limit = { is_core = TUR } + secede_province = TUR + } + any_owned = { + limit = { + is_core = EGY + culture = misri + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + any_pop = { + limit = { + has_pop_culture = misri + location = { is_core = EGY } + } + militancy = 4 + consciousness = 2 + } + } + any_greater_power = { + limit = { has_country_flag = leave_alliance_after_crisis } + clr_country_flag = leave_alliance_after_crisis + leave_alliance = TUR + } + any_country = { + limit = { + has_country_flag = oriental_crisis_support_OE + OR = { + war_with = EGY + any_owned_province = { is_core = TUR } + } + } + country_event = 90089 + } + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVT90081OPTB" + set_country_flag = egypt_rule_restored + badboy = 4 + prestige = 20 + EGY = { + tech_school = developing_tech_school + all_core = { + limit = { is_core = TUR } + remove_core = EGY + } + } + inherit = EGY + random_country = { + limit = { + tag = HDJ + ai = yes + OR = { + part_of_sphere = no + in_sphere = TUR + } + } + annex_to = THIS + } + HDJ = { all_core = { add_core = TUR } } + + relation = { who = RUS value = -200 } + leave_alliance = RUS + any_owned = { + limit = { + is_core = EGY + culture = misri + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + has_pop_culture = misri + location = { is_core = EGY } + } + militancy = 8 + consciousness = 4 + } + any_greater_power = { + limit = { has_country_flag = leave_alliance_after_crisis } + clr_country_flag = leave_alliance_after_crisis + leave_alliance = TUR + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + badboy = 0.6 + } + } + } } province_event = { - id = 90082 - title = "EVTNAME90082" #Rebellion Against Ottoman Rule - desc = "EVTDESC90082" - - trigger = { - is_core = EGY - culture = misri - NOT = { owner = { has_global_flag = berlin_conference } } - NOT = { - owner = { accepted_culture = misri } - average_militancy = 8 - has_province_modifier = nationalist_agitation - controlled_by = REB - } - OR = { - AND = { - owned_by = TUR - owner = { has_country_flag = egypt_rule_restored } - } - AND = { - owned_by = EGY - owner = { vassal_of = TUR } - TUR = { has_country_flag = egypt_restricted } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = nationalist_agitation } - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 3 - units_in_province = 1 - } - modifier = { - factor = 1.5 - owner = { citizenship_policy = limited_citizenship } - } - modifier = { - factor = 2 - owner = { citizens_rights = all_voting_pops } - } - } - - option = { - name = "EVT90082OPTA" - state_scope = { - any_pop = { - limit = { has_pop_culture = misri } - militancy = 6 - } - any_owned = { - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } - } + id = 90082 + title = "EVTNAME90082" #Rebellion Against Ottoman Rule + desc = "EVTDESC90082" + + trigger = { + is_core = EGY + culture = misri + NOT = { owner = { has_global_flag = berlin_conference } } + NOT = { + owner = { accepted_culture = misri } + average_militancy = 8 + has_province_modifier = nationalist_agitation + controlled_by = REB + } + OR = { + AND = { + owned_by = TUR + owner = { has_country_flag = egypt_rule_restored } + } + AND = { + owned_by = EGY + owner = { vassal_of = TUR } + TUR = { has_country_flag = egypt_restricted } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = nationalist_agitation } + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 3 + units_in_province = 1 + } + modifier = { + factor = 1.5 + owner = { citizenship_policy = limited_citizenship } + } + modifier = { + factor = 2 + owner = { citizens_rights = all_voting_pops } + } + } + + option = { + name = "EVT90082OPTA" + state_scope = { + any_pop = { + limit = { has_pop_culture = misri } + militancy = 6 + } + any_owned = { + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } + } } #Anger Over Egyptian Defeat country_event = { - id = 90083 - title = "EVTNAME90083" - desc = "EVTDESC90083" - picture = "cairo" - - trigger = { - tag = EGY - civilized = no - has_country_flag = surrendered_to_OE - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT90083OPTA" - clr_country_flag = surrendered_to_OE - remove_random_economic_reforms = 2 - remove_random_military_reforms = 2 - military_reform = no_foreign_training - military_reform = no_foreign_artillery - add_country_modifier = { - name = national_confusion - duration = 3650 - } - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = reactionary - factor = 0.30 - } - militancy = -2 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT90083OPTB" - clr_country_flag = surrendered_to_OE - prestige = 5 - any_pop = { - limit = { is_primary_culture = misri } - ideology = { - value = reactionary - factor = 0.20 - } - militancy = 6 - } - any_owned = { - limit = { culture = misri } - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - } - ai_chance = { - factor = 0 - } - } + id = 90083 + title = "EVTNAME90083" + desc = "EVTDESC90083" + picture = "cairo" + + trigger = { + tag = EGY + civilized = no + has_country_flag = surrendered_to_OE + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT90083OPTA" + clr_country_flag = surrendered_to_OE + remove_random_economic_reforms = 2 + remove_random_military_reforms = 2 + military_reform = no_foreign_training + military_reform = no_foreign_artillery + add_country_modifier = { + name = national_confusion + duration = 3650 + } + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = reactionary + factor = 0.30 + } + militancy = -2 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT90083OPTB" + clr_country_flag = surrendered_to_OE + prestige = 5 + any_pop = { + limit = { is_primary_culture = misri } + ideology = { + value = reactionary + factor = 0.20 + } + militancy = 6 + } + any_owned = { + limit = { culture = misri } + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + } + ai_chance = { + factor = 0 + } + } } #The OE turns down the surrender offer country_event = { - id = 90084 - title = "EVTNAME90084" #Ottoman Empire Refuses Egyptian Surrender - desc = "EVTDESC90084" - picture = "cairo" - - is_triggered_only = yes - - option = { - name = "EVT90084OPTA" - clr_country_flag = oriental_crisis_support_OE - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -100 } - leave_alliance = FROM - casus_belli = { - target = FROM - type = free_peoples - months = 60 - } - random_country = { - limit = { - tag = EGY - war_with = THIS - } - end_war = THIS - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT90084OPTB" - relation = { who = FROM value = 50 } - ai_chance = { factor = 10 } - } + id = 90084 + title = "EVTNAME90084" #Ottoman Empire Refuses Egyptian Surrender + desc = "EVTDESC90084" + picture = "cairo" + + is_triggered_only = yes + + option = { + name = "EVT90084OPTA" + clr_country_flag = oriental_crisis_support_OE + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -100 } + leave_alliance = FROM + casus_belli = { + target = FROM + type = free_peoples + months = 60 + } + random_country = { + limit = { + tag = EGY + war_with = THIS + } + end_war = THIS + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT90084OPTB" + relation = { who = FROM value = 50 } + ai_chance = { factor = 10 } + } } - + #European response to the Oriental Crisis country_event = { - id = 90085 - - title = "EVTNAME90085" # The Oriental Crisis (pro-OE reaction) - desc = "EVTDESC90085" - picture = "cairo" - - trigger = { - is_greater_power = yes - capital_scope = { continent = europe } - has_global_flag = oriental_crisis - TUR = { war_with = EGY } - OR = { - alliance_with = TUR - relation = { who = TUR value = 50 } - NOT = { relation = { who = EGY value = -50 } } - } - EGY = { any_owned_province = { is_core = TUR } } - NOT = { - year = 1860 - tag = TUR - alliance_with = EGY - truce_with = EGY - truce_with = TUR - war_with = TUR - war_with = EGY - has_country_flag = oriental_crisis_support_OE - has_country_flag = oriental_crisis_support_Egypt - has_country_flag = oriental_crisis_neutral - has_global_flag = egypt_submitted_to_ottomans - relation = { who = EGY value = 50 } - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.5 - alliance_with = TUR - } - modifier = { - factor = 4 - NOT = { TUR = { national_provinces_occupied = .01 } } - } - modifier = { - factor = 2 - EGY = { national_provinces_occupied = .01 } - } - modifier = { - factor = 0.5 - TUR = { national_provinces_occupied = .01 } - } - modifier = { - factor = 0.5 - TUR = { national_provinces_occupied = .10 } - } - } - - option = { - name = "EVT90085OPTA" - set_country_flag = oriental_crisis_support_OE - diplomatic_influence = { - who = EGY - value = -50 - } - casus_belli = { - target = EGY - type = liberate_country - months = 12 - } - set_country_flag = exclusive_liberate_country_CB - EGY = { add_country_modifier = { name = war_focus duration = -1 } } - war = { - target = EGY - attacker_goal = { - casus_belli = liberate_country - country = TUR - } - } - TUR = { country_event = 90086 } - random_owned = { - limit = { - owner = { - NOT = { alliance_with = TUR } - } - } - owner = { set_country_flag = leave_alliance_after_crisis } - } - any_country = { - limit = { - NOT = { war_with = TUR } - has_country_flag = oriental_crisis_support_Egypt - } - country_event = 90093 - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.25 - TUR = { has_recently_lost_war = yes } - } - modifier = { - factor = 1.5 - TUR = { national_provinces_occupied = .01 } - } - modifier = { - factor = 1.25 - alliance_with = TUR - } - modifier = { - factor = 1.25 - relation = { - who = TUR - value = 100 - } - } - } - } - - option = { - name = "EVT90085OPTB" - set_country_flag = oriental_crisis_neutral - prestige = -5 - leave_alliance = TUR - relation = { - who = TUR - value = -25 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - tag = ENG - } - modifier = { - factor = 0.75 - TUR = { has_recently_lost_war = yes } - } - modifier = { - factor = 0.75 - relation = { - who = TUR - value = 100 - } - } - } - } + id = 90085 + + title = "EVTNAME90085" # The Oriental Crisis (pro-OE reaction) + desc = "EVTDESC90085" + picture = "cairo" + + trigger = { + is_greater_power = yes + capital_scope = { continent = europe } + has_global_flag = oriental_crisis + TUR = { war_with = EGY } + OR = { + alliance_with = TUR + relation = { who = TUR value = 50 } + NOT = { relation = { who = EGY value = -50 } } + } + EGY = { any_owned_province = { is_core = TUR } } + NOT = { + year = 1860 + tag = TUR + alliance_with = EGY + truce_with = EGY + truce_with = TUR + war_with = TUR + war_with = EGY + has_country_flag = oriental_crisis_support_OE + has_country_flag = oriental_crisis_support_Egypt + has_country_flag = oriental_crisis_neutral + has_global_flag = egypt_submitted_to_ottomans + relation = { who = EGY value = 50 } + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.5 + alliance_with = TUR + } + modifier = { + factor = 4 + NOT = { TUR = { national_provinces_occupied = .01 } } + } + modifier = { + factor = 2 + EGY = { national_provinces_occupied = .01 } + } + modifier = { + factor = 0.5 + TUR = { national_provinces_occupied = .01 } + } + modifier = { + factor = 0.5 + TUR = { national_provinces_occupied = .10 } + } + } + + option = { + name = "EVT90085OPTA" + set_country_flag = oriental_crisis_support_OE + diplomatic_influence = { + who = EGY + value = -50 + } + casus_belli = { + target = EGY + type = liberate_country + months = 12 + } + set_country_flag = exclusive_liberate_country_CB + EGY = { add_country_modifier = { name = war_focus duration = -1 } } + war = { + target = EGY + attacker_goal = { + casus_belli = liberate_country + country = TUR + } + } + TUR = { country_event = 90086 } + random_owned = { + limit = { + owner = { + NOT = { alliance_with = TUR } + } + } + owner = { set_country_flag = leave_alliance_after_crisis } + } + any_country = { + limit = { + NOT = { war_with = TUR } + has_country_flag = oriental_crisis_support_Egypt + } + country_event = 90093 + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.25 + TUR = { has_recently_lost_war = yes } + } + modifier = { + factor = 1.5 + TUR = { national_provinces_occupied = .01 } + } + modifier = { + factor = 1.25 + alliance_with = TUR + } + modifier = { + factor = 1.25 + relation = { + who = TUR + value = 100 + } + } + } + } + + option = { + name = "EVT90085OPTB" + set_country_flag = oriental_crisis_neutral + prestige = -5 + leave_alliance = TUR + relation = { + who = TUR + value = -25 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + tag = ENG + } + modifier = { + factor = 0.75 + TUR = { has_recently_lost_war = yes } + } + modifier = { + factor = 0.75 + relation = { + who = TUR + value = 100 + } + } + } + } } country_event = { - id = 90086 + id = 90086 - title = "EVTNAME90086" # $FROMCOUNTRY$ Supports the Empire - desc = "EVTDESC90086" - picture = "Ottoman" + title = "EVTNAME90086" # $FROMCOUNTRY$ Supports the Empire + desc = "EVTDESC90086" + picture = "Ottoman" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT90086OPTA" - prestige = -1 - war_exhaustion = -10 - create_alliance = FROM - relation = { - who = FROM - value = 75 - } - } + option = { + name = "EVT90086OPTA" + prestige = -1 + war_exhaustion = -10 + create_alliance = FROM + relation = { + who = FROM + value = 75 + } + } } #Egyptian surrender country_event = { - - id = 90087 - - title = "EVTNAME90087" #The Fall of Cairo - desc = "EVTDESC90087" - picture = "cairo" - - fire_only_once = yes - - trigger = { - tag = EGY - OR = { - war_with = TUR - AND = { - any_greater_power = { - war_with = THIS - has_country_flag = oriental_crisis_support_OE - } - NOT = { year = 1860 } - } - } - any_owned_province = { is_core = TUR } - OR = { - 1745 = { - controller = { - war_with = THIS - OR = { - has_country_flag = oriental_crisis_support_OE - tag = TUR - } - } - } - NOT = { - any_owned_province = { - is_core = TUR - controlled_by = THIS - } - } - national_provinces_occupied = 0.30 - } - NOT = { - year = 1860 - has_global_flag = egypt_submitted_to_ottomans - } - } - - mean_time_to_happen = { - months = 3 - modifier = { - factor = 0.1 - 1745 = { NOT = { controlled_by = THIS } } - } - modifier = { - factor = 0.5 - national_provinces_occupied = 0.30 - } - } - - option = { - name = "EVT90087OPTA" - remove_country_modifier = muhammad_alis_reforms - set_global_flag = egypt_submitted_to_ottomans - war_exhaustion = 20 - prestige = -25 - any_pop = { - limit = { is_primary_culture = misri } - ideology = { - value = reactionary - factor = 0.10 - } - militancy = 2 - } - all_core = { - limit = { is_core = TUR } - remove_core = EGY - } - TUR = { country_event = 90088 } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT90087OPTB" - remove_country_modifier = muhammad_alis_reforms - war_exhaustion = -20 - ai_chance = { - factor = 5 - modifier = { - factor = 3 - TUR = { national_provinces_occupied = 0.10 } - } - modifier = { - factor = 4 - any_greater_power = { - has_country_flag = oriental_crisis_support_Egypt - war = yes - } - } - modifier = { - factor = 2 - 1745 = { controlled_by = THIS } - } - modifier = { - factor = 0.1 - 1745 = { NOT = { controlled_by = THIS } } - } - modifier = { - factor = 0.5 - national_provinces_occupied = 0.30 - } - } - } + + id = 90087 + + title = "EVTNAME90087" #The Fall of Cairo + desc = "EVTDESC90087" + picture = "cairo" + + fire_only_once = yes + + trigger = { + tag = EGY + OR = { + war_with = TUR + AND = { + any_greater_power = { + war_with = THIS + has_country_flag = oriental_crisis_support_OE + } + NOT = { year = 1860 } + } + } + any_owned_province = { is_core = TUR } + OR = { + 1745 = { + controller = { + war_with = THIS + OR = { + has_country_flag = oriental_crisis_support_OE + tag = TUR + } + } + } + NOT = { + any_owned_province = { + is_core = TUR + controlled_by = THIS + } + } + national_provinces_occupied = 0.30 + } + NOT = { + year = 1860 + has_global_flag = egypt_submitted_to_ottomans + } + } + + mean_time_to_happen = { + months = 3 + modifier = { + factor = 0.1 + 1745 = { NOT = { controlled_by = THIS } } + } + modifier = { + factor = 0.5 + national_provinces_occupied = 0.30 + } + } + + option = { + name = "EVT90087OPTA" + remove_country_modifier = muhammad_alis_reforms + set_global_flag = egypt_submitted_to_ottomans + war_exhaustion = 20 + prestige = -25 + any_pop = { + limit = { is_primary_culture = misri } + ideology = { + value = reactionary + factor = 0.10 + } + militancy = 2 + } + all_core = { + limit = { is_core = TUR } + remove_core = EGY + } + TUR = { country_event = 90088 } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT90087OPTB" + remove_country_modifier = muhammad_alis_reforms + war_exhaustion = -20 + ai_chance = { + factor = 5 + modifier = { + factor = 3 + TUR = { national_provinces_occupied = 0.10 } + } + modifier = { + factor = 4 + any_greater_power = { + has_country_flag = oriental_crisis_support_Egypt + war = yes + } + } + modifier = { + factor = 2 + 1745 = { controlled_by = THIS } + } + modifier = { + factor = 0.1 + 1745 = { NOT = { controlled_by = THIS } } + } + modifier = { + factor = 0.5 + national_provinces_occupied = 0.30 + } + } + } } country_event = { - - id = 90088 - - title = "EVTNAME90088" #The Egyptian Surrender - desc = "EVTDESC90088" - news = yes - news_desc_long = "EVTDESC90088_NEWS_LONG" - news_desc_medium = "EVTDESC90088_NEWS_MEDIUM" - news_desc_short = "EVTDESC90088_NEWS_SHORT" - picture = "cairo" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT90088OPTA" - prestige = 10 - end_war = EGY - random_country = { - limit = { - tag = HDJ - ai = yes - } - annex_to = TUR - } - HDJ = { all_core = { add_core = TUR } } - relation = { who = EGY value = 100 } - #diplomatic_influence = { who = EGY value = -100 } - relation = { who = RUS value = -200 } - leave_alliance = RUS - EGY = { - set_country_flag = surrendered_to_OE - any_owned = { - limit = { is_core = TUR } - secede_province = TUR - } - } - any_greater_power = { - limit = { has_country_flag = leave_alliance_after_crisis } - clr_country_flag = leave_alliance_after_crisis - leave_alliance = TUR - } - any_greater_power = { - limit = { - has_country_flag = oriental_crisis_support_Egypt - } - diplomatic_influence = { who = EGY value = -100 } - country_event = 90094 - } - any_country = { - limit = { - has_country_flag = oriental_crisis_support_OE - OR = { - war_with = EGY - any_owned_province = { is_core = TUR } - } - } - country_event = 90089 - } - any_greater_power = { - limit = { - has_country_flag = oriental_crisis_support_OE - NOT = { tag = RUS } - } - diplomatic_influence = { who = EGY value = 200 } - relation = { who = EGY value = 200 } - relation = { who = TUR value = 50 } - } - add_country_modifier = { - name = no_more_war - duration = 1095 - } - create_vassal = EGY - create_alliance = EGY - set_country_flag = egypt_limited_rule_agreed - diplomatic_influence = { - who = EGY - value = 400 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT90088OPTB" - prestige = -10 - any_country = { - limit = { has_country_flag = oriental_crisis_support_OE } - country_event = 90084 - } - ai_chance = { - factor = 0 - } - } + + id = 90088 + + title = "EVTNAME90088" #The Egyptian Surrender + desc = "EVTDESC90088" + news = yes + news_desc_long = "EVTDESC90088_NEWS_LONG" + news_desc_medium = "EVTDESC90088_NEWS_MEDIUM" + news_desc_short = "EVTDESC90088_NEWS_SHORT" + picture = "cairo" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT90088OPTA" + prestige = 10 + end_war = EGY + random_country = { + limit = { + tag = HDJ + ai = yes + } + annex_to = TUR + } + HDJ = { all_core = { add_core = TUR } } + relation = { who = EGY value = 100 } + #diplomatic_influence = { who = EGY value = -100 } + relation = { who = RUS value = -200 } + leave_alliance = RUS + EGY = { + set_country_flag = surrendered_to_OE + any_owned = { + limit = { is_core = TUR } + secede_province = TUR + } + } + any_greater_power = { + limit = { has_country_flag = leave_alliance_after_crisis } + clr_country_flag = leave_alliance_after_crisis + leave_alliance = TUR + } + any_greater_power = { + limit = { + has_country_flag = oriental_crisis_support_Egypt + } + diplomatic_influence = { who = EGY value = -100 } + country_event = 90094 + } + any_country = { + limit = { + has_country_flag = oriental_crisis_support_OE + OR = { + war_with = EGY + any_owned_province = { is_core = TUR } + } + } + country_event = 90089 + } + any_greater_power = { + limit = { + has_country_flag = oriental_crisis_support_OE + NOT = { tag = RUS } + } + diplomatic_influence = { who = EGY value = 200 } + relation = { who = EGY value = 200 } + relation = { who = TUR value = 50 } + } + add_country_modifier = { + name = no_more_war + duration = 1095 + } + create_vassal = EGY + create_alliance = EGY + set_country_flag = egypt_limited_rule_agreed + diplomatic_influence = { + who = EGY + value = 400 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT90088OPTB" + prestige = -10 + any_country = { + limit = { has_country_flag = oriental_crisis_support_OE } + country_event = 90084 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 90089 - - title = "EVTNAME90089" #End of the Oriental Crisis - desc = "EVTDESC90089" - picture = "cairo" - - is_triggered_only = yes - - option = { - name = "EVT90089OPTA" - prestige = 10 - random_owned = { - limit = { - owner = { war_with = EGY } - } - owner = { end_war = EGY } - } - any_owned = { - limit = { is_core = TUR } - secede_province = TUR - } - relation = { - who = TUR - value = 50 - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT90089OPTB" - random_owned = { - limit = { is_core = TUR } - owner = { - relation = { - who = TUR - value = -50 - } - leave_alliance = TUR - } - } - relation = { - who = EGY - value = -100 - } - ai_chance = { - factor = 0 - } - } + id = 90089 + + title = "EVTNAME90089" #End of the Oriental Crisis + desc = "EVTDESC90089" + picture = "cairo" + + is_triggered_only = yes + + option = { + name = "EVT90089OPTA" + prestige = 10 + random_owned = { + limit = { + owner = { war_with = EGY } + } + owner = { end_war = EGY } + } + any_owned = { + limit = { is_core = TUR } + secede_province = TUR + } + relation = { + who = TUR + value = 50 + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT90089OPTB" + random_owned = { + limit = { is_core = TUR } + owner = { + relation = { + who = TUR + value = -50 + } + leave_alliance = TUR + } + } + relation = { + who = EGY + value = -100 + } + ai_chance = { + factor = 0 + } + } } #European countries that support Egypt during the Oriental Crisis country_event = { - id = 90090 - - title = "EVTNAME90090" # The Oriental Crisis (pro-Egypt reaction) - desc = "EVTDESC90090" - picture = "muhammad_ali" - - trigger = { - is_greater_power = yes - capital_scope = { continent = europe } - has_global_flag = oriental_crisis - TUR = { war_with = EGY } - OR = { - alliance_with = EGY - relation = { - who = EGY - value = 50 - } - NOT = { - relation = { - who = TUR - value = -50 - } - } - } - NOT = { - year = 1860 - tag = TUR - alliance_with = TUR - truce_with = TUR - truce_with = EGY - war_with = TUR - war_with = EGY - EGY = { part_of_sphere = yes } - has_country_flag = oriental_crisis_support_OE - has_country_flag = oriental_crisis_support_Egypt - has_country_flag = oriental_crisis_neutral - has_global_flag = egypt_submitted_to_ottomans - relation = { who = TUR value = 50 } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 - alliance_with = EGY - } - modifier = { - factor = 4 - NOT = { - EGY = { national_provinces_occupied = .01 } - } - } - modifier = { - factor = 2 - TUR = { national_provinces_occupied = .01 } - } - modifier = { - factor = 0.5 - EGY = { national_provinces_occupied = .01 } - } - modifier = { - factor = 0.5 - EGY = { national_provinces_occupied = .10 } - } - } - - option = { - name = "EVT90090OPTA" - set_country_flag = oriental_crisis_support_Egypt - prestige = 10 - relation = { - who = EGY - value = 100 - } - diplomatic_influence = { - who = EGY - value = 400 - } - TUR = { country_event = 90091 } - any_country = { - limit = { - is_greater_power = yes - NOT = { tag = TUR } - OR = { - has_country_flag = oriental_crisis_support_OE - war_with = EGY - } - } - country_event = 90092 - } - ai_chance = { - factor = 75 - modifier = { - factor = 1.25 - EGY = { national_provinces_occupied = .05 } - } - modifier = { - factor = 1.25 - alliance_with = EGY - } - modifier = { - factor = 1.25 - relation = { - who = EGY - value = 100 - } - } - } - } - - option = { - name = "EVT90090OPTB" - set_country_flag = oriental_crisis_neutral - prestige = -5 - relation = { - who = EGY - value = -25 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.75 - relation = { - who = EGY - value = 100 - } - } - } - } + id = 90090 + + title = "EVTNAME90090" # The Oriental Crisis (pro-Egypt reaction) + desc = "EVTDESC90090" + picture = "muhammad_ali" + + trigger = { + is_greater_power = yes + capital_scope = { continent = europe } + has_global_flag = oriental_crisis + TUR = { war_with = EGY } + OR = { + alliance_with = EGY + relation = { + who = EGY + value = 50 + } + NOT = { + relation = { + who = TUR + value = -50 + } + } + } + NOT = { + year = 1860 + tag = TUR + alliance_with = TUR + truce_with = TUR + truce_with = EGY + war_with = TUR + war_with = EGY + EGY = { part_of_sphere = yes } + has_country_flag = oriental_crisis_support_OE + has_country_flag = oriental_crisis_support_Egypt + has_country_flag = oriental_crisis_neutral + has_global_flag = egypt_submitted_to_ottomans + relation = { who = TUR value = 50 } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 + alliance_with = EGY + } + modifier = { + factor = 4 + NOT = { + EGY = { national_provinces_occupied = .01 } + } + } + modifier = { + factor = 2 + TUR = { national_provinces_occupied = .01 } + } + modifier = { + factor = 0.5 + EGY = { national_provinces_occupied = .01 } + } + modifier = { + factor = 0.5 + EGY = { national_provinces_occupied = .10 } + } + } + + option = { + name = "EVT90090OPTA" + set_country_flag = oriental_crisis_support_Egypt + prestige = 10 + relation = { + who = EGY + value = 100 + } + diplomatic_influence = { + who = EGY + value = 400 + } + TUR = { country_event = 90091 } + any_country = { + limit = { + is_greater_power = yes + NOT = { tag = TUR } + OR = { + has_country_flag = oriental_crisis_support_OE + war_with = EGY + } + } + country_event = 90092 + } + ai_chance = { + factor = 75 + modifier = { + factor = 1.25 + EGY = { national_provinces_occupied = .05 } + } + modifier = { + factor = 1.25 + alliance_with = EGY + } + modifier = { + factor = 1.25 + relation = { + who = EGY + value = 100 + } + } + } + } + + option = { + name = "EVT90090OPTB" + set_country_flag = oriental_crisis_neutral + prestige = -5 + relation = { + who = EGY + value = -25 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.75 + relation = { + who = EGY + value = 100 + } + } + } + } } country_event = { - id = 90091 - - title = "EVTNAME90091" # $FROMCOUNTRY$ Supports the Egyptians (to OE) - desc = "EVTDESC90091" - picture = "muhammad_ali" - - is_triggered_only = yes - - option = { - name = "EVT90091OPTA" - prestige = -1 - relation = { - who = FROM - value = -50 - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT90091OPTB" - relation = { - who = FROM - value = -100 - } - casus_belli = { - target = FROM - type = humiliate - months = 36 - } - add_casus_belli = { - target = FROM - type = humiliate - months = 12 - } - ai_chance = { - factor = 25 - } - } -} + id = 90091 + + title = "EVTNAME90091" # $FROMCOUNTRY$ Supports the Egyptians (to OE) + desc = "EVTDESC90091" + picture = "muhammad_ali" + + is_triggered_only = yes + + option = { + name = "EVT90091OPTA" + prestige = -1 + relation = { + who = FROM + value = -50 + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT90091OPTB" + relation = { + who = FROM + value = -100 + } + casus_belli = { + target = FROM + type = humiliate + months = 36 + } + add_casus_belli = { + target = FROM + type = humiliate + months = 12 + } + ai_chance = { + factor = 25 + } + } +} country_event = { - id = 90092 - - title = "EVTNAME90092" # $FROMCOUNTRY$ Supports the Egyptians (to OE's allies) - desc = "EVTDESC90092" - picture = "muhammad_ali" - - is_triggered_only = yes - - option = { - name = "EVT90092OPTA" - relation = { - who = FROM - value = -20 - } - FROM = { country_event = 90093 } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT90092OPTB" - prestige = -5 - relation = { - who = TUR - value = -10 - } - ai_chance = { - factor = 25 - } - } + id = 90092 + + title = "EVTNAME90092" # $FROMCOUNTRY$ Supports the Egyptians (to OE's allies) + desc = "EVTDESC90092" + picture = "muhammad_ali" + + is_triggered_only = yes + + option = { + name = "EVT90092OPTA" + relation = { + who = FROM + value = -20 + } + FROM = { country_event = 90093 } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT90092OPTB" + prestige = -5 + relation = { + who = TUR + value = -10 + } + ai_chance = { + factor = 25 + } + } } country_event = { - id = 90093 - - title = "EVTNAME90093" # $FROMCOUNTRY$ Demands Withdrawal - desc = "EVTDESC90093" - picture = "cairo" - - is_triggered_only = yes - - option = { - name = "EVT90093OPTA" - clr_country_flag = oriental_crisis_support_Egypt - set_country_flag = oriental_crisis_neutral - prestige = -10 - relation = { - who = EGY - value = -25 - } - random_owned = { - limit = { - owner = { is_sphere_leader_of = EGY } - } - owner = { - diplomatic_influence = { - who = EGY - value = -200 - } - } - } - random_owned = { - limit = { - owner = { - NOT = { is_sphere_leader_of = EGY } - } - } - owner = { - diplomatic_influence = { - who = EGY - value = -50 - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0 - war_with = FROM - NOT = { has_country_flag = oriental_crisis_neutral } - } - } - } - - option = { - name = "EVT90093OPTB" - relation = { - who = FROM - value = -50 - } - add_casus_belli = { - target = FROM - type = humiliate - months = 12 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - has_country_flag = oriental_crisis_neutral - } - } - } + id = 90093 + + title = "EVTNAME90093" # $FROMCOUNTRY$ Demands Withdrawal + desc = "EVTDESC90093" + picture = "cairo" + + is_triggered_only = yes + + option = { + name = "EVT90093OPTA" + clr_country_flag = oriental_crisis_support_Egypt + set_country_flag = oriental_crisis_neutral + prestige = -10 + relation = { + who = EGY + value = -25 + } + random_owned = { + limit = { + owner = { is_sphere_leader_of = EGY } + } + owner = { + diplomatic_influence = { + who = EGY + value = -200 + } + } + } + random_owned = { + limit = { + owner = { + NOT = { is_sphere_leader_of = EGY } + } + } + owner = { + diplomatic_influence = { + who = EGY + value = -50 + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0 + war_with = FROM + NOT = { has_country_flag = oriental_crisis_neutral } + } + } + } + + option = { + name = "EVT90093OPTB" + relation = { + who = FROM + value = -50 + } + add_casus_belli = { + target = FROM + type = humiliate + months = 12 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + has_country_flag = oriental_crisis_neutral + } + } + } } country_event = { - id = 90094 - - title = "EVTNAME90089" #End of the Oriental Crisis - desc = "EVTDESC90094" - picture = "cairo" - - is_triggered_only = yes - - option = { - name = "EVT90094OPTA" - prestige = -10 - random_owned = { - limit = { - owner = { war_with = TUR } - } - owner = { end_war = TUR } - any_country = { - limit = { - alliance_with = TUR - war_with = THIS - } - end_war = THIS - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } - - option = { - name = "EVT90094OPTB" - relation = { who = EGY value = -100 } - diplomatic_influence = { who = EGY value = -100 } - leave_alliance = EGY - random_country = { - limit = { is_sphere_leader_of = EGY } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 60 - } - } - random_country = { - limit = { - tag = EGY - part_of_sphere = no - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 60 - } - } - any_country = { - limit = { - OR = { - tag = EGY - has_country_flag = oriental_crisis_support_OE - } - } - add_casus_belli = { - target = THIS - type = humiliate - months = 24 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - NOT = { - TUR = { - any_owned_province = { controlled_by = THIS } - } - } - } - modifier = { - factor = 0.5 - war_exhaustion = 20 - } - } - } -} \ No newline at end of file + id = 90094 + + title = "EVTNAME90089" #End of the Oriental Crisis + desc = "EVTDESC90094" + picture = "cairo" + + is_triggered_only = yes + + option = { + name = "EVT90094OPTA" + prestige = -10 + random_owned = { + limit = { + owner = { war_with = TUR } + } + owner = { end_war = TUR } + any_country = { + limit = { + alliance_with = TUR + war_with = THIS + } + end_war = THIS + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } + + option = { + name = "EVT90094OPTB" + relation = { who = EGY value = -100 } + diplomatic_influence = { who = EGY value = -100 } + leave_alliance = EGY + random_country = { + limit = { is_sphere_leader_of = EGY } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 60 + } + } + random_country = { + limit = { + tag = EGY + part_of_sphere = no + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 60 + } + } + any_country = { + limit = { + OR = { + tag = EGY + has_country_flag = oriental_crisis_support_OE + } + } + add_casus_belli = { + target = THIS + type = humiliate + months = 24 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + NOT = { + TUR = { + any_owned_province = { controlled_by = THIS } + } + } + } + modifier = { + factor = 0.5 + war_exhaustion = 20 + } + } + } +} diff --git a/HPM/events/Ottoman Empire.txt b/HPM/events/Ottoman Empire.txt index 6e12163c..13b2f3fa 100644 --- a/HPM/events/Ottoman Empire.txt +++ b/HPM/events/Ottoman Empire.txt @@ -1,4205 +1,4205 @@ ######################################################### -# # -# Ottoman Empire Reform Events # -# # +# # +# Ottoman Empire Reform Events # +# # ######################################################### #The Kanûn-i Esâsî country_event = { - id = 98625 - title = "EVTNAME98625" - desc = "EVTDESC98625" - picture = "young_turks_meeting" - - trigger = { - tag = TUR - war = no - has_country_flag = tanzimat_reforms_enacted - government = absolute_monarchy - revolution_n_counterrevolution = 1 - OR = { - liberal = 20 - socialist = 20 - AND = { - liberal = 10 - socialist = 10 - } - } - NOT = { - has_country_flag = kanun_i_esasi_here - has_country_flag = ottoman_constitution_refused - has_country_flag = ottoman_constitution_supported - has_country_flag = ottomans_to_turks - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - liberal = 20 - } - modifier = { - factor = 0.8 - liberal = 30 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 2 - NOT = { average_militancy = 1 } - } - } - - option = { - name = "EVT98625OPTA" - set_country_flag = ottoman_constitution_refused - any_pop = { - limit = { - is_primary_culture = no - } - ideology = { - factor = 0.05 - value = liberal - } - dominant_issue = { - factor = 0.2 - value = landed_voting - } - scaled_consciousness = { - factor = 6 - ideology = liberal - } - scaled_militancy = { - factor = 6 - ideology = liberal - } - } - rich_strata = { - limit = { - is_primary_culture = yes - } - ideology = { - factor = 0.20 - value = reactionary - } - scaled_consciousness = { - factor = -6 - ideology = reactionary - } - scaled_militancy = { - factor = -6 - ideology = reactionary - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 5 - } - } - option = { - name = "EVT98625OPTB" - set_country_flag = kanun_i_esasi_here - prestige = 5 - political_reform = landed_voting - government = prussian_constitutionalism - election = yes - any_pop = { - limit = { - is_primary_culture = yes - OR = { - strata = rich - type = soldiers - type = officers - } - } - dominant_issue = { - factor = 0.2 - value = none_voting - } - ideology = { - factor = 0.30 - value = reactionary - } - scaled_militancy = { - factor = 6 - ideology = reactionary - } - scaled_consciousness = { - factor = 6 - ideology = reactionary - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = no - strata = poor - } - } - ideology = { - factor = 0.05 - value = liberal - } - scaled_consciousness = { - factor = 2 - ideology = liberal - } - scaled_militancy = { - factor = -6 - ideology = liberal - } - } - } + id = 98625 + title = "EVTNAME98625" + desc = "EVTDESC98625" + picture = "young_turks_meeting" + + trigger = { + tag = TUR + war = no + has_country_flag = tanzimat_reforms_enacted + government = absolute_monarchy + revolution_n_counterrevolution = 1 + OR = { + liberal = 20 + socialist = 20 + AND = { + liberal = 10 + socialist = 10 + } + } + NOT = { + has_country_flag = kanun_i_esasi_here + has_country_flag = ottoman_constitution_refused + has_country_flag = ottoman_constitution_supported + has_country_flag = ottomans_to_turks + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + liberal = 20 + } + modifier = { + factor = 0.8 + liberal = 30 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 2 + NOT = { average_militancy = 1 } + } + } + + option = { + name = "EVT98625OPTA" + set_country_flag = ottoman_constitution_refused + any_pop = { + limit = { + is_primary_culture = no + } + ideology = { + factor = 0.05 + value = liberal + } + dominant_issue = { + factor = 0.2 + value = landed_voting + } + scaled_consciousness = { + factor = 6 + ideology = liberal + } + scaled_militancy = { + factor = 6 + ideology = liberal + } + } + rich_strata = { + limit = { + is_primary_culture = yes + } + ideology = { + factor = 0.20 + value = reactionary + } + scaled_consciousness = { + factor = -6 + ideology = reactionary + } + scaled_militancy = { + factor = -6 + ideology = reactionary + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 5 + } + } + option = { + name = "EVT98625OPTB" + set_country_flag = kanun_i_esasi_here + prestige = 5 + political_reform = landed_voting + government = prussian_constitutionalism + election = yes + any_pop = { + limit = { + is_primary_culture = yes + OR = { + strata = rich + type = soldiers + type = officers + } + } + dominant_issue = { + factor = 0.2 + value = none_voting + } + ideology = { + factor = 0.30 + value = reactionary + } + scaled_militancy = { + factor = 6 + ideology = reactionary + } + scaled_consciousness = { + factor = 6 + ideology = reactionary + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = no + strata = poor + } + } + ideology = { + factor = 0.05 + value = liberal + } + scaled_consciousness = { + factor = 2 + ideology = liberal + } + scaled_militancy = { + factor = -6 + ideology = liberal + } + } + } } #Abrogating the Ottoman Constitution country_event = { - id = 98626 - title = "EVTNAME98626" - desc = "EVTDESC98626" - news = yes - news_desc_long = "EVTDESC98626_NEWS_LONG" - news_desc_medium = "EVTDESC98626_NEWS_MEDIUM" - news_desc_short = "EVTDESC98626_NEWS_SHORT" - picture = "Ottoman" - major = yes - - trigger = { - tag = TUR - OR = { - government = prussian_constitutionalism - government = hms_government - } - OR = { - num_of_revolts = 1 - average_militancy = 3 - } - has_country_flag = tanzimat_reforms_enacted - NOT = { - has_country_flag = ottoman_constitution_refused - has_country_flag = ottoman_constitution_supported - has_country_flag = enacted_ottomanism - has_country_flag = ottomans_to_turks - } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 0.5 - has_country_flag = kanun_i_esasi_here - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - war = yes - } - } - - option = { - name = "EVT98626OPTA" - set_country_flag = ottoman_constitution_refused - prestige = -25 - ruling_party_ideology = reactionary - government = absolute_monarchy - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - militancy = -4 - consciousness = 3 - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT98626OPTB" - set_country_flag = ottoman_constitution_supported - prestige = 5 - any_pop = { - limit = { - is_primary_culture = yes - OR = { - strata = rich - type = soldiers - type = officers - } - } - dominant_issue = { - factor = 0.2 - value = none_voting - } - ideology = { - factor = 0.30 - value = reactionary - } - scaled_militancy = { - factor = 6 - ideology = reactionary - } - scaled_consciousness = { - factor = 6 - ideology = reactionary - } - } - ai_chance = { - factor = 20 - } - } + id = 98626 + title = "EVTNAME98626" + desc = "EVTDESC98626" + news = yes + news_desc_long = "EVTDESC98626_NEWS_LONG" + news_desc_medium = "EVTDESC98626_NEWS_MEDIUM" + news_desc_short = "EVTDESC98626_NEWS_SHORT" + picture = "Ottoman" + major = yes + + trigger = { + tag = TUR + OR = { + government = prussian_constitutionalism + government = hms_government + } + OR = { + num_of_revolts = 1 + average_militancy = 3 + } + has_country_flag = tanzimat_reforms_enacted + NOT = { + has_country_flag = ottoman_constitution_refused + has_country_flag = ottoman_constitution_supported + has_country_flag = enacted_ottomanism + has_country_flag = ottomans_to_turks + } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 0.5 + has_country_flag = kanun_i_esasi_here + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + war = yes + } + } + + option = { + name = "EVT98626OPTA" + set_country_flag = ottoman_constitution_refused + prestige = -25 + ruling_party_ideology = reactionary + government = absolute_monarchy + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + militancy = -4 + consciousness = 3 + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT98626OPTB" + set_country_flag = ottoman_constitution_supported + prestige = 5 + any_pop = { + limit = { + is_primary_culture = yes + OR = { + strata = rich + type = soldiers + type = officers + } + } + dominant_issue = { + factor = 0.2 + value = none_voting + } + ideology = { + factor = 0.30 + value = reactionary + } + scaled_militancy = { + factor = 6 + ideology = reactionary + } + scaled_consciousness = { + factor = 6 + ideology = reactionary + } + } + ai_chance = { + factor = 20 + } + } } - + #Inspired Nationalists country_event = { - id = 98630 - title = "EVTNAME98630" - desc = "EVTDESC98630" - picture = "armenian_nationalists" - - trigger = { - tag = TUR - has_global_flag = liberal_revolutions_should_now_fire - OR = { - AND = { - exists = BUL - NOT = { is_our_vassal = BUL } - NOT = { has_country_flag = reacted_to_bulgaria } - } - AND = { - exists = ROM - NOT = { is_our_vassal = ROM } - NOT = { has_country_flag = reacted_to_romania } - } - AND = { - 798 = { owned_by = SER } - NOT = { is_our_vassal = SER } - NOT = { has_country_flag = reacted_to_serbia } - } - AND = { - OR = { - 831 = { owned_by = GRE } - 821 = { owned_by = GRE } - 805 = { owned_by = GRE } - } - NOT = { is_our_vassal = GRE } - NOT = { has_country_flag = reacted_to_greece } - } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - - option = { - name = "EVT98630OPTA" - prestige = -5 - random_owned = { - limit = { - BUL = { - exists = yes - NOT = { vassal_of = THIS } - } - } - owner = { set_country_flag = reacted_to_bulgaria } - } - random_owned = { - limit = { - ROM = { - exists = yes - NOT = { vassal_of = THIS } - } - } - owner = { set_country_flag = reacted_to_romania } - } - random_owned = { - limit = { - SER = { - owns = 798 - NOT = { vassal_of = THIS } - } - } - owner = { set_country_flag = reacted_to_serbia } - } - random_owned = { - limit = { - GRE = { - OR = { - owns = 831 - owns = 821 - owns = 805 - } - NOT = { vassal_of = THIS } - } - } - owner = { set_country_flag = reacted_to_greece } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { continent = europe } - } - militancy = 5 - consciousness = 5 - } - any_owned = { - limit = { - OR = { - is_core = BUL - is_core = ROM - is_core = SER - is_core = GRE - is_core = MON - is_core = ALB - is_core = BOS - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } + id = 98630 + title = "EVTNAME98630" + desc = "EVTDESC98630" + picture = "armenian_nationalists" + + trigger = { + tag = TUR + has_global_flag = liberal_revolutions_should_now_fire + OR = { + AND = { + exists = BUL + NOT = { is_our_vassal = BUL } + NOT = { has_country_flag = reacted_to_bulgaria } + } + AND = { + exists = ROM + NOT = { is_our_vassal = ROM } + NOT = { has_country_flag = reacted_to_romania } + } + AND = { + 798 = { owned_by = SER } + NOT = { is_our_vassal = SER } + NOT = { has_country_flag = reacted_to_serbia } + } + AND = { + OR = { + 831 = { owned_by = GRE } + 821 = { owned_by = GRE } + 805 = { owned_by = GRE } + } + NOT = { is_our_vassal = GRE } + NOT = { has_country_flag = reacted_to_greece } + } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + + option = { + name = "EVT98630OPTA" + prestige = -5 + random_owned = { + limit = { + BUL = { + exists = yes + NOT = { vassal_of = THIS } + } + } + owner = { set_country_flag = reacted_to_bulgaria } + } + random_owned = { + limit = { + ROM = { + exists = yes + NOT = { vassal_of = THIS } + } + } + owner = { set_country_flag = reacted_to_romania } + } + random_owned = { + limit = { + SER = { + owns = 798 + NOT = { vassal_of = THIS } + } + } + owner = { set_country_flag = reacted_to_serbia } + } + random_owned = { + limit = { + GRE = { + OR = { + owns = 831 + owns = 821 + owns = 805 + } + NOT = { vassal_of = THIS } + } + } + owner = { set_country_flag = reacted_to_greece } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { continent = europe } + } + militancy = 5 + consciousness = 5 + } + any_owned = { + limit = { + OR = { + is_core = BUL + is_core = ROM + is_core = SER + is_core = GRE + is_core = MON + is_core = ALB + is_core = BOS + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } } #The Young Turks country_event = { - id = 98635 - title = "EVTNAME98635" - desc = "EVTDESC98635" - picture = "young_turks" - - trigger = { - tag = TUR - government = absolute_monarchy - revolution_n_counterrevolution = 1 - has_country_flag = ottoman_constitution_refused - NOT = { - ruling_party_ideology = liberal - has_country_flag = young_turks - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - NOT = { liberal = 10 } - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_consciousness = 5 - } - modifier = { - factor = 0.8 - average_consciousness = 7 - } - modifier = { - factor = 0.8 - liberal = 20 - } - modifier = { - factor = 0.8 - liberal = 30 - } - } - - option = { - name = "EVT98635OPTA" - set_country_flag = young_turks - any_pop = { - limit = { is_primary_culture = yes } - scaled_consciousness = { - ideology = liberal - factor = 3 - } - scaled_militancy = { - ideology = liberal - factor = 6 - } - } - any_owned = { - limit = { - culture = turkish - liberal = 20 - } - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - } - } - - option = { - name = "EVT98635OPTB" - set_country_flag = young_turks - any_pop = { - limit = { is_primary_culture = yes } - ideology = { - value = liberal - factor = 0.10 - } - dominant_issue = { - factor = 0.10 - value = landed_voting - } - scaled_consciousness = { - ideology = liberal - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 98635 + title = "EVTNAME98635" + desc = "EVTDESC98635" + picture = "young_turks" + + trigger = { + tag = TUR + government = absolute_monarchy + revolution_n_counterrevolution = 1 + has_country_flag = ottoman_constitution_refused + NOT = { + ruling_party_ideology = liberal + has_country_flag = young_turks + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + NOT = { liberal = 10 } + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_consciousness = 5 + } + modifier = { + factor = 0.8 + average_consciousness = 7 + } + modifier = { + factor = 0.8 + liberal = 20 + } + modifier = { + factor = 0.8 + liberal = 30 + } + } + + option = { + name = "EVT98635OPTA" + set_country_flag = young_turks + any_pop = { + limit = { is_primary_culture = yes } + scaled_consciousness = { + ideology = liberal + factor = 3 + } + scaled_militancy = { + ideology = liberal + factor = 6 + } + } + any_owned = { + limit = { + culture = turkish + liberal = 20 + } + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + } + } + + option = { + name = "EVT98635OPTB" + set_country_flag = young_turks + any_pop = { + limit = { is_primary_culture = yes } + ideology = { + value = liberal + factor = 0.10 + } + dominant_issue = { + factor = 0.10 + value = landed_voting + } + scaled_consciousness = { + ideology = liberal + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #Turkish Nationalism country_event = { - id = 98636 - title = "EVTNAME98636" - desc = "EVTDESC98636" - news = yes - news_desc_long = "EVTDESC98636" - news_desc_medium = "EVTDESC98636_NEWS_MEDIUM" - news_desc_short = "EVTDESC98636_NEWS_SHORT" - picture = "young_turks" - - trigger = { - tag = TUR - is_greater_power = no - has_global_flag = great_wars_enabled - NOT = { has_country_flag = turkish_nationalism_activated } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - lost_national = 0.3 - capital = 876 - AND = { - has_country_flag = reacted_to_bulgaria - has_country_flag = reacted_to_romania - has_country_flag = reacted_to_serbia - has_country_flag = reacted_to_greece - } - AND = { - NOT = { owns = 917 } - NOT = { owns = 926 } - NOT = { owns = 902 } - } - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - is_secondary_power = yes - } - modifier = { - factor = 1.5 - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - modifier = { - factor = 0.8 - has_country_flag = young_turks - } - modifier = { - factor = 1.2 - has_country_flag = ottoman_constitution_supported - } - modifier = { - factor = 0.8 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.5 - has_global_flag = treaty_of_paris_russia - } - modifier = { - factor = 1.5 - has_global_flag = treaty_of_paris_1856 - } - modifier = { - factor = 0.8 - has_global_flag = berlin_congress_held - } - modifier = { - factor = 0.8 - NOT = { prestige = 50 } - } - modifier = { - factor = 0.8 - NOT = { prestige = 25 } - } - modifier = { - factor = 0.8 - NOT = { prestige = 10 } - } - } - - option = { - name = "EVT98636OPTA" - set_country_flag = turkish_nationalism_activated - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_militancy = { - ideology = socialist - factor = 3 - } - } - } + id = 98636 + title = "EVTNAME98636" + desc = "EVTDESC98636" + news = yes + news_desc_long = "EVTDESC98636" + news_desc_medium = "EVTDESC98636_NEWS_MEDIUM" + news_desc_short = "EVTDESC98636_NEWS_SHORT" + picture = "young_turks" + + trigger = { + tag = TUR + is_greater_power = no + has_global_flag = great_wars_enabled + NOT = { has_country_flag = turkish_nationalism_activated } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + lost_national = 0.3 + capital = 876 + AND = { + has_country_flag = reacted_to_bulgaria + has_country_flag = reacted_to_romania + has_country_flag = reacted_to_serbia + has_country_flag = reacted_to_greece + } + AND = { + NOT = { owns = 917 } + NOT = { owns = 926 } + NOT = { owns = 902 } + } + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + is_secondary_power = yes + } + modifier = { + factor = 1.5 + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + modifier = { + factor = 0.8 + has_country_flag = young_turks + } + modifier = { + factor = 1.2 + has_country_flag = ottoman_constitution_supported + } + modifier = { + factor = 0.8 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.5 + has_global_flag = treaty_of_paris_russia + } + modifier = { + factor = 1.5 + has_global_flag = treaty_of_paris_1856 + } + modifier = { + factor = 0.8 + has_global_flag = berlin_congress_held + } + modifier = { + factor = 0.8 + NOT = { prestige = 50 } + } + modifier = { + factor = 0.8 + NOT = { prestige = 25 } + } + modifier = { + factor = 0.8 + NOT = { prestige = 10 } + } + } + + option = { + name = "EVT98636OPTA" + set_country_flag = turkish_nationalism_activated + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_militancy = { + ideology = socialist + factor = 3 + } + } + } } #Turning the Ottoman Empire into Turkey country_event = { - id = 98640 - title = "EVTNAME98640" - desc = "EVTDESC98640" - news = yes - news_desc_long = "EVTDESC98640" - news_desc_medium = "EVTDESC98640" - news_desc_short = "EVTDESC98640_NEWS_SHORT" - major = yes - picture = "young_turks" - - trigger = { - tag = TUR - war = no - NOT = { has_country_flag = ottomans_to_turks } - NOT = { government = absolute_monarchy } - NOT = { government = prussian_constitutionalism } - NOT = { government = hms_government } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT98640OPTA" - set_country_flag = ottomans_to_turks - remove_country_modifier = ottomanism_reform - remove_country_modifier = ottoman_oppression - remove_accepted_culture = mashriqi - remove_accepted_culture = bedouin - remove_accepted_culture = kurdish - remove_accepted_culture = albanian - remove_accepted_culture = bosniak - remove_accepted_culture = misri - remove_accepted_culture = azerbaijani - random_country = { - limit = { - exists = yes - tag = EGY - vassal_of = THIS - } - THIS = { release_vassal = EGY } - } - random_country = { - limit = { - exists = yes - tag = TUN - vassal_of = TUN - } - THIS = { release_vassal = TUN } - } - any_country = { - limit = { - any_owned_province = { is_core = TUR } - NOT = { tag = THIS } - } - any_owned = { - limit = { - is_core = TUR - NOT = { - province_id = 900 #Antioch - region = TUR_823 #Western Thrace - region = TUR_809 #Eastern Rumelia - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = TUR_863 #Bursa - region = EGY_843 #Aegean Islands - region = TUR_855 #Cyprus - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trebizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = EGY_897 #Aleppo - #region = TUR_923 #Mosul - } - } - remove_core = TUR - } - } - any_owned = { - limit = { - NOT = { - province_id = 900 #Antioch - region = TUR_823 #Western Thrace - region = TUR_809 #Eastern Rumelia - region = TUR_860 #Thrace - region = TUR_869 #Izmir - region = TUR_863 #Bursa - region = EGY_843 #Aegean Islands - region = TUR_855 #Cyprus - region = TUR_873 #Konya - region = TUR_876 #Ankara - region = TUR_880 #Kastamonu - region = TUR_882 #Trebizond - region = TUR_890 #Van - region = TUR_893 #Diyarbakir - region = TUR_894 #Adana - region = TUR_885 #Kars - region = EGY_897 #Aleppo - #region = TUR_923 #Mosul - } - } - remove_core = TUR - } - any_owned = { - limit = { - NOT = { is_core = TUR } - OR = { - any_core = { exists = yes } - any_core = { exists = no } - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { has_pop_culture = turkish } - militancy = -4 - } - any_pop = { - limit = { - location = { NOT = { is_core = TUR } } - is_primary_culture = no - is_accepted_culture = no - } - militancy = 5 - consciousness = 5 - } - } + id = 98640 + title = "EVTNAME98640" + desc = "EVTDESC98640" + news = yes + news_desc_long = "EVTDESC98640" + news_desc_medium = "EVTDESC98640" + news_desc_short = "EVTDESC98640_NEWS_SHORT" + major = yes + picture = "young_turks" + + trigger = { + tag = TUR + war = no + NOT = { has_country_flag = ottomans_to_turks } + NOT = { government = absolute_monarchy } + NOT = { government = prussian_constitutionalism } + NOT = { government = hms_government } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT98640OPTA" + set_country_flag = ottomans_to_turks + remove_country_modifier = ottomanism_reform + remove_country_modifier = ottoman_oppression + remove_accepted_culture = mashriqi + remove_accepted_culture = bedouin + remove_accepted_culture = kurdish + remove_accepted_culture = albanian + remove_accepted_culture = bosniak + remove_accepted_culture = misri + remove_accepted_culture = azerbaijani + random_country = { + limit = { + exists = yes + tag = EGY + vassal_of = THIS + } + THIS = { release_vassal = EGY } + } + random_country = { + limit = { + exists = yes + tag = TUN + vassal_of = TUN + } + THIS = { release_vassal = TUN } + } + any_country = { + limit = { + any_owned_province = { is_core = TUR } + NOT = { tag = THIS } + } + any_owned = { + limit = { + is_core = TUR + NOT = { + province_id = 900 #Antioch + region = TUR_823 #Western Thrace + region = TUR_809 #Eastern Rumelia + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = TUR_863 #Bursa + region = EGY_843 #Aegean Islands + region = TUR_855 #Cyprus + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trebizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = EGY_897 #Aleppo + #region = TUR_923 #Mosul + } + } + remove_core = TUR + } + } + any_owned = { + limit = { + NOT = { + province_id = 900 #Antioch + region = TUR_823 #Western Thrace + region = TUR_809 #Eastern Rumelia + region = TUR_860 #Thrace + region = TUR_869 #Izmir + region = TUR_863 #Bursa + region = EGY_843 #Aegean Islands + region = TUR_855 #Cyprus + region = TUR_873 #Konya + region = TUR_876 #Ankara + region = TUR_880 #Kastamonu + region = TUR_882 #Trebizond + region = TUR_890 #Van + region = TUR_893 #Diyarbakir + region = TUR_894 #Adana + region = TUR_885 #Kars + region = EGY_897 #Aleppo + #region = TUR_923 #Mosul + } + } + remove_core = TUR + } + any_owned = { + limit = { + NOT = { is_core = TUR } + OR = { + any_core = { exists = yes } + any_core = { exists = no } + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { has_pop_culture = turkish } + militancy = -4 + } + any_pop = { + limit = { + location = { NOT = { is_core = TUR } } + is_primary_culture = no + is_accepted_culture = no + } + militancy = 5 + consciousness = 5 + } + } } #Ottoman Empire moves in Zaydi country_event = { - id = 98641 - title = "EVTNAME98641" - desc = "EVTDESC98641" - picture = "ahmet_muhtar_pasa_sanaa" - - - fire_only_once = yes - - trigger = { - tag = TUR - war = no - NYE = { - NOT = { truce_with = THIS } - civilized = no - exists = yes - is_vassal = no - average_militancy = 3 - NOT = { number_of_states = 2 } - any_owned_province = { any_neighbor_province = { owned_by = TUR is_overseas = no } } - NOT = { relation = { who = TUR value = 150 } } - } - nationalism_n_imperialism = 1 - NOT = { casus_belli = NYE } - } - - mean_time_to_happen = { months = 4 } - - option = { - name = "EVT98641OPTA" - diplomatic_influence = { who = NYE value = -400 } - relation = { who = NYE value = -400 } - leave_alliance = NYE - random_country = { - limit = { - tag = NYE - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = TUR - type = establish_protectorate_NI_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = NYE - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = TUR - type = establish_protectorate_BC_casus_belli - months = 40 - } - } - - - ai_chance = { - factor = 0 - modifier = { - factor = 100 - NYE = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - } - } - - option = { - name = "EVT98641OPTB" - prestige = 5 - diplomatic_influence = { who = NYE value = -400 } - relation = { who = NYE value = -400 } - leave_alliance = NYE - random_country = { - limit = { - tag = NYE - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = TUR - type = establish_protectorate_NI_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = NYE - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = TUR - type = establish_protectorate_BC_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = TUR - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - war = { - target = NYE - attacker_goal = { casus_belli = establish_protectorate_NI_casus_belli } - defender_goal = { casus_belli = humiliate } - call_ally = no - } - } - - random_country = { - limit = { - tag = TUR - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - war = { - target = NYE - attacker_goal = { casus_belli = establish_protectorate_BC_casus_belli } - defender_goal = { casus_belli = humiliate } - call_ally = no - } - } - - - - ai_chance = { - factor = 100 - modifier = { - factor = 0 - NYE = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - } - } + id = 98641 + title = "EVTNAME98641" + desc = "EVTDESC98641" + picture = "ahmet_muhtar_pasa_sanaa" + + + fire_only_once = yes + + trigger = { + tag = TUR + war = no + NYE = { + NOT = { truce_with = THIS } + civilized = no + exists = yes + is_vassal = no + average_militancy = 3 + NOT = { number_of_states = 2 } + any_owned_province = { any_neighbor_province = { owned_by = TUR is_overseas = no } } + NOT = { relation = { who = TUR value = 150 } } + } + nationalism_n_imperialism = 1 + NOT = { casus_belli = NYE } + } + + mean_time_to_happen = { months = 4 } + + option = { + name = "EVT98641OPTA" + diplomatic_influence = { who = NYE value = -400 } + relation = { who = NYE value = -400 } + leave_alliance = NYE + random_country = { + limit = { + tag = NYE + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = TUR + type = establish_protectorate_NI_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = NYE + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = TUR + type = establish_protectorate_BC_casus_belli + months = 40 + } + } + + + ai_chance = { + factor = 0 + modifier = { + factor = 100 + NYE = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + } + } + + option = { + name = "EVT98641OPTB" + prestige = 5 + diplomatic_influence = { who = NYE value = -400 } + relation = { who = NYE value = -400 } + leave_alliance = NYE + random_country = { + limit = { + tag = NYE + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = TUR + type = establish_protectorate_NI_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = NYE + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = TUR + type = establish_protectorate_BC_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = TUR + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + war = { + target = NYE + attacker_goal = { casus_belli = establish_protectorate_NI_casus_belli } + defender_goal = { casus_belli = humiliate } + call_ally = no + } + } + + random_country = { + limit = { + tag = TUR + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + war = { + target = NYE + attacker_goal = { casus_belli = establish_protectorate_BC_casus_belli } + defender_goal = { casus_belli = humiliate } + call_ally = no + } + } + + + + ai_chance = { + factor = 100 + modifier = { + factor = 0 + NYE = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + } + } } #Egypt conquer the Shilluk country_event = { - id = 98642 - title = "EVTNAME98642" - desc = "EVTDESC98642" - picture = "Shilluk_village2" - - fire_only_once = yes - - trigger = { - any_neighbor_country = { tag = SHK } - owns = 1830 - owns = 1831 - owns = 1840 - war = no - year = 1845 - NOT = { alliance_with = SHK } - 1832 = { - owner = { - exists = yes - ai = yes - civilized = no - } - } - } - - mean_time_to_happen = { - months = 36 - } - - - option = { - name = "EVT98642OPTA" - 1832 = { secede_province = THIS any_pop = { reduce_pop = 0.8 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98642OPTB" - ai_chance = { factor = 0 } - } + id = 98642 + title = "EVTNAME98642" + desc = "EVTDESC98642" + picture = "Shilluk_village2" + + fire_only_once = yes + + trigger = { + any_neighbor_country = { tag = SHK } + owns = 1830 + owns = 1831 + owns = 1840 + war = no + year = 1845 + NOT = { alliance_with = SHK } + 1832 = { + owner = { + exists = yes + ai = yes + civilized = no + } + } + } + + mean_time_to_happen = { + months = 36 + } + + + option = { + name = "EVT98642OPTA" + 1832 = { secede_province = THIS any_pop = { reduce_pop = 0.8 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98642OPTB" + ai_chance = { factor = 0 } + } } #The Rise of the Senussi country_event = { - id = 98643 - title = "EVTNAME98643" - desc = "EVTDESC98643" - picture = "senussi_on_the_march" - - fire_only_once = yes - - trigger = { - war = no - NOT = { tag = CYR } - owns = 1735 - 1738 = { empty = yes } - year = 1853 - CYR = { exists = no } - } - - mean_time_to_happen = { - months = 12 - } - - - option = { - name = "EVT98643OPTA" - 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - CYR = { - 1738 = { secede_province = CYR } - capital = 1738 - } - - relation = { who = CYR value = -400 } - diplomatic_influence = { who = CYR value = -400 } - - any_country = { - limit = { - exists = yes - OR = { - NOT = { has_country_flag = sunni_country } - tag = THIS - } - } - relation = { who = CYR value = -200 } - diplomatic_influence = { who = CYR value = -200 } - } - - random_country = { - limit = { - tag = CYR - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_NI_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 120 - } - } - - - - random_country = { - limit = { - tag = CYR - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = demand_concession_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = demand_concession_NI_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = THIS - type = demand_concession_BC_casus_belli - months = 40 - } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT98643OPTB" - - 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - - CYR = { - 1738 = { secede_province = CYR } - capital = 1738 - } - - random_country = { - limit = { - tag = CYR - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_NI_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = demand_concession_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = demand_concession_NI_casus_belli - months = 40 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = THIS - type = demand_concession_BC_casus_belli - months = 40 - } - } - - relation = { who = CYR value = -300 } - any_greater_power = { - limit = { OR = { NOT = { has_country_flag = sunni_country } tag = THIS } } - relation = { who = CYR value = -400 } - diplomatic_influence = { who = CYR value = -400 } - } - diplomatic_influence = { who = CYR value = -200 } - change_tag_no_core_switch = CYR - - ai_chance = { factor = 0 } - } - - option = { - name = "EVT98641OPTB" - - 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } - - CYR = { - 1738 = { secede_province = CYR } - capital = 1738 - } - - relation = { who = CYR value = -400 } - diplomatic_influence = { who = CYR value = -400 } - - any_greater_power = { - limit = { OR = { NOT = { has_country_flag = sunni_country } tag = TUR } } - relation = { who = CYR value = -400 } - diplomatic_influence = { who = CYR value = -400 } - } - - random_country = { - limit = { - tag = CYR - THIS = { NOT = { nationalism_n_imperialism = 1 } } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - - add_casus_belli = { - target = THIS - type = establish_protectorate_NI_casus_belli - months = 120 - } - } - - random_country = { - limit = { - tag = CYR - THIS = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - NOT = { vassal_of = THIS } - NOT = { in_sphere = THIS } - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 120 - } - } - - casus_belli = { - target = CYR - type = conquest_any - months = 60 - } - - war = { - target = CYR - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = humiliate } - } - ai_chance = { factor = 100 } - } + id = 98643 + title = "EVTNAME98643" + desc = "EVTDESC98643" + picture = "senussi_on_the_march" + + fire_only_once = yes + + trigger = { + war = no + NOT = { tag = CYR } + owns = 1735 + 1738 = { empty = yes } + year = 1853 + CYR = { exists = no } + } + + mean_time_to_happen = { + months = 12 + } + + + option = { + name = "EVT98643OPTA" + 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + CYR = { + 1738 = { secede_province = CYR } + capital = 1738 + } + + relation = { who = CYR value = -400 } + diplomatic_influence = { who = CYR value = -400 } + + any_country = { + limit = { + exists = yes + OR = { + NOT = { has_country_flag = sunni_country } + tag = THIS + } + } + relation = { who = CYR value = -200 } + diplomatic_influence = { who = CYR value = -200 } + } + + random_country = { + limit = { + tag = CYR + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_NI_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 120 + } + } + + + + random_country = { + limit = { + tag = CYR + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = demand_concession_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = demand_concession_NI_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = THIS + type = demand_concession_BC_casus_belli + months = 40 + } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT98643OPTB" + + 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + + CYR = { + 1738 = { secede_province = CYR } + capital = 1738 + } + + random_country = { + limit = { + tag = CYR + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_NI_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = demand_concession_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = demand_concession_NI_casus_belli + months = 40 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = THIS + type = demand_concession_BC_casus_belli + months = 40 + } + } + + relation = { who = CYR value = -300 } + any_greater_power = { + limit = { OR = { NOT = { has_country_flag = sunni_country } tag = THIS } } + relation = { who = CYR value = -400 } + diplomatic_influence = { who = CYR value = -400 } + } + diplomatic_influence = { who = CYR value = -200 } + change_tag_no_core_switch = CYR + + ai_chance = { factor = 0 } + } + + option = { + name = "EVT98641OPTB" + + 1738 = { secede_province = THIS any_pop = { literacy = -0.99 } life_rating = 21 } + + CYR = { + 1738 = { secede_province = CYR } + capital = 1738 + } + + relation = { who = CYR value = -400 } + diplomatic_influence = { who = CYR value = -400 } + + any_greater_power = { + limit = { OR = { NOT = { has_country_flag = sunni_country } tag = TUR } } + relation = { who = CYR value = -400 } + diplomatic_influence = { who = CYR value = -400 } + } + + random_country = { + limit = { + tag = CYR + THIS = { NOT = { nationalism_n_imperialism = 1 } } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + + add_casus_belli = { + target = THIS + type = establish_protectorate_NI_casus_belli + months = 120 + } + } + + random_country = { + limit = { + tag = CYR + THIS = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + NOT = { vassal_of = THIS } + NOT = { in_sphere = THIS } + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 120 + } + } + + casus_belli = { + target = CYR + type = conquest_any + months = 60 + } + + war = { + target = CYR + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = humiliate } + } + ai_chance = { factor = 100 } + } } #Mahdist War in the Sudan country_event = { - id = 97170 - title = "EVTNAME97170" #The Mahdist Uprising - desc = "EVTDESC97170" - news = yes - news_desc_long = "EVTDESC96170_NEWS_LONG" - news_desc_medium = "EVTDESC96170_NEWS_MEDIUM" - news_desc_short = "EVTDESC96170_NEWS_SHORT" - picture = "mahdist_rule" - - trigger = { - owns = 1827 - SUD = { exists = no } - year = 1875 - OR = { - civilized = yes - civilization_progress = 0.50 - } - NOT = { - has_global_flag = mahdist_uprising - tag = ARU - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - NOT = { revolution_n_counterrevolution = 1 } - } - modifier = { - factor = 0.9 - invention = separatism - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SUD } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SUD } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SUD } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - any_state = { - any_owned_province = { is_core = SUD } - average_militancy = 6 - } - } - } - - option = { - name = "EVT97170OPTA" - set_global_flag = mahdist_uprising - SUD = { - all_core = { - remove_core = EGY - remove_core = TUR - } - } - - 1834 = { add_core = EGY } - - any_pop = { - limit = { - has_pop_culture = sudanese - has_pop_religion = sunni - } - militancy = 3 - dominant_issue = { value = moralism factor = 0.7 } - ideology = { factor = -0.1 value = liberal } - ideology = { factor = 0.3 value = reactionary } - } - - 1827 = { any_pop = { limit = { has_pop_religion = sunni } militancy = 7 } } - any_owned = { - limit = { is_core = SUD } - random_list = { - 25 = { - poor_strata = { - limit = { has_pop_culture = sudanese has_pop_religion = sunni } - militancy = 4 - } - add_province_modifier = { - name = fundamentalist_sympathies - duration = 1095 - } - } - 50 = { - poor_strata = { - limit = { has_pop_culture = sudanese has_pop_religion = sunni } - militancy = 6 - } - add_province_modifier = { - name = fundamentalist_sympathies - duration = 2190 - } - } - 25 = { - any_pop = { - limit = { has_pop_culture = sudanese has_pop_religion = sunni } - militancy = 6 - } - add_province_modifier = { - name = fundamentalist_sympathies - duration = 2190 - } - } - } - } - } + id = 97170 + title = "EVTNAME97170" #The Mahdist Uprising + desc = "EVTDESC97170" + news = yes + news_desc_long = "EVTDESC96170_NEWS_LONG" + news_desc_medium = "EVTDESC96170_NEWS_MEDIUM" + news_desc_short = "EVTDESC96170_NEWS_SHORT" + picture = "mahdist_rule" + + trigger = { + owns = 1827 + SUD = { exists = no } + year = 1875 + OR = { + civilized = yes + civilization_progress = 0.50 + } + NOT = { + has_global_flag = mahdist_uprising + tag = ARU + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + NOT = { revolution_n_counterrevolution = 1 } + } + modifier = { + factor = 0.9 + invention = separatism + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SUD } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SUD } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SUD } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + any_state = { + any_owned_province = { is_core = SUD } + average_militancy = 6 + } + } + } + + option = { + name = "EVT97170OPTA" + set_global_flag = mahdist_uprising + SUD = { + all_core = { + remove_core = EGY + remove_core = TUR + } + } + + 1834 = { add_core = EGY } + + any_pop = { + limit = { + has_pop_culture = sudanese + has_pop_religion = sunni + } + militancy = 3 + dominant_issue = { value = moralism factor = 0.7 } + ideology = { factor = -0.1 value = liberal } + ideology = { factor = 0.3 value = reactionary } + } + + 1827 = { any_pop = { limit = { has_pop_religion = sunni } militancy = 7 } } + any_owned = { + limit = { is_core = SUD } + random_list = { + 25 = { + poor_strata = { + limit = { has_pop_culture = sudanese has_pop_religion = sunni } + militancy = 4 + } + add_province_modifier = { + name = fundamentalist_sympathies + duration = 1095 + } + } + 50 = { + poor_strata = { + limit = { has_pop_culture = sudanese has_pop_religion = sunni } + militancy = 6 + } + add_province_modifier = { + name = fundamentalist_sympathies + duration = 2190 + } + } + 25 = { + any_pop = { + limit = { has_pop_culture = sudanese has_pop_religion = sunni } + militancy = 6 + } + add_province_modifier = { + name = fundamentalist_sympathies + duration = 2190 + } + } + } + } + } } province_event = { - id = 97171 - title = "EVTNAME97171" #Mahdists in $PROVINCENAME$ - desc = "EVTDESC97171" - - trigger = { - is_core = SUD - NOT = { controlled_by = REB } - NOT = { - owned_by = SUD - owned_by = ARU - has_province_modifier = fundamentalist_sympathies - year = 1899 - } - owner = { - OR = { - civilized = yes - tag = EGY - } - has_global_flag = mahdist_uprising - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 0.8 - any_neighbor_province = { has_province_modifier = fundamentalist_sympathies } - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 3 - units_in_province = 1 - } - } - - option = { - name = "EVT97171OPTA" - state_scope = { - any_pop = { - limit = { has_pop_culture = sudanese } - militancy = 6 - } - any_owned = { - add_province_modifier = { - name = fundamentalist_sympathies - duration = 1095 - } - } - } - } + id = 97171 + title = "EVTNAME97171" #Mahdists in $PROVINCENAME$ + desc = "EVTDESC97171" + + trigger = { + is_core = SUD + NOT = { controlled_by = REB } + NOT = { + owned_by = SUD + owned_by = ARU + has_province_modifier = fundamentalist_sympathies + year = 1899 + } + owner = { + OR = { + civilized = yes + tag = EGY + } + has_global_flag = mahdist_uprising + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 0.8 + any_neighbor_province = { has_province_modifier = fundamentalist_sympathies } + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 3 + units_in_province = 1 + } + } + + option = { + name = "EVT97171OPTA" + state_scope = { + any_pop = { + limit = { has_pop_culture = sudanese } + militancy = 6 + } + any_owned = { + add_province_modifier = { + name = fundamentalist_sympathies + duration = 1095 + } + } + } + } } #Madhists declare Independence country_event = { - id = 98645 - title = "EVTNAME98645" - desc = "EVTDESC98645" - picture = "mahdist_rule" - - fire_only_once = yes - - trigger = { - SUD = { exists = no } - any_owned_province = { - has_province_modifier = fundamentalist_sympathies - province_id = 1827 - controlled_by_rebels = yes - province_control_days = 60 - is_core = SUD - } - } - - mean_time_to_happen = { months = 1 } - - - option = { - name = "EVT98645OPTA" - any_owned = { limit = { is_core = SUD } secede_province = SUD } - relation = { who = SUD value = -400 } - SUD = { any_owned = { remove_province_modifier = fundamentalist_sympathies } - any_pop = { limit = { has_pop_religion = sunni } - militancy = -10 - } - } - SUD = { - civilized = no - government = theocracy - set_country_flag = theocratic_government - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = primary_culture_only - political_reform = mandatory_service - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { name = national_confusion duration = 365 } - } - - any_country = { - limit = { is_greater_power = yes } - relation = { who = SUD value = -400 } - diplomatic_influence = { who = SUD value = -400 } - } - - any_country = { - limit = { NOT = { is_greater_power = yes } neighbour = SUD } - relation = { who = SUD value = -400 } - } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98645OPTB" - any_owned = { limit = { is_core = SUD } - secede_province = SUD - } - relation = { - who = SUD - value = -400 - } - SUD = { any_owned = { remove_province_modifier = fundamentalist_sympathies } - any_pop = { limit = { has_pop_religion = sunni } militancy = -10 } - } - SUD = { - government = theocracy - set_country_flag = theocratic_government - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = primary_culture_only - political_reform = mandatory_service - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { name = national_confusion duration = 365 } - } - - any_country = { - limit = { is_greater_power = yes } - relation = { who = SUD value = -400 } - diplomatic_influence = { who = SUD value = -400 } - } - - any_country = { - limit = { NOT = { is_greater_power = yes } neighbour = SUD } - relation = { who = SUD value = -400 } - } - - change_tag_no_core_switch = SUD - ai_chance = { factor = 0 } - } + id = 98645 + title = "EVTNAME98645" + desc = "EVTDESC98645" + picture = "mahdist_rule" + + fire_only_once = yes + + trigger = { + SUD = { exists = no } + any_owned_province = { + has_province_modifier = fundamentalist_sympathies + province_id = 1827 + controlled_by_rebels = yes + province_control_days = 60 + is_core = SUD + } + } + + mean_time_to_happen = { months = 1 } + + + option = { + name = "EVT98645OPTA" + any_owned = { limit = { is_core = SUD } secede_province = SUD } + relation = { who = SUD value = -400 } + SUD = { any_owned = { remove_province_modifier = fundamentalist_sympathies } + any_pop = { limit = { has_pop_religion = sunni } + militancy = -10 + } + } + SUD = { + civilized = no + government = theocracy + set_country_flag = theocratic_government + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = primary_culture_only + political_reform = mandatory_service + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { name = national_confusion duration = 365 } + } + + any_country = { + limit = { is_greater_power = yes } + relation = { who = SUD value = -400 } + diplomatic_influence = { who = SUD value = -400 } + } + + any_country = { + limit = { NOT = { is_greater_power = yes } neighbour = SUD } + relation = { who = SUD value = -400 } + } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98645OPTB" + any_owned = { limit = { is_core = SUD } + secede_province = SUD + } + relation = { + who = SUD + value = -400 + } + SUD = { any_owned = { remove_province_modifier = fundamentalist_sympathies } + any_pop = { limit = { has_pop_religion = sunni } militancy = -10 } + } + SUD = { + government = theocracy + set_country_flag = theocratic_government + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = primary_culture_only + political_reform = mandatory_service + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { name = national_confusion duration = 365 } + } + + any_country = { + limit = { is_greater_power = yes } + relation = { who = SUD value = -400 } + diplomatic_influence = { who = SUD value = -400 } + } + + any_country = { + limit = { NOT = { is_greater_power = yes } neighbour = SUD } + relation = { who = SUD value = -400 } + } + + change_tag_no_core_switch = SUD + ai_chance = { factor = 0 } + } } #The rise of Al-Zubayr Rahma Mansur and the conquest of South Sudan country_event = { - id = 98646 - title = "EVTNAME98646" - desc = "EVTDESC98646" - picture = "yao_slave" - - fire_only_once = yes - - trigger = { - owns = 1832 - owns = 1827 - 1844 = { empty = yes } - 1847 = { empty = yes } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.25 - has_global_flag = berlin_conference - } - } - - - option = { - name = "EVT98646OPTA" - 1844 = { - life_rating = 20 - add_core = SUD - secede_province = THIS - slaves = { reduce_pop = 1.2 } - any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } - any_pop = { literacy = -0.99 } - } - 1845 = { - life_rating = 20 - add_core = SUD - secede_province = THIS - slaves = { reduce_pop = 1.2 } - any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } - any_pop = { literacy = -0.99 } - } - 1846 = { - life_rating = 20 - add_core = SUD - secede_province = THIS - slaves = { reduce_pop = 1.2 } - any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } - any_pop = { literacy = -0.99 } - } - 1847 = { - life_rating = 20 - add_core = SUD - secede_province = THIS - slaves = { reduce_pop = 1.2 } - any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } - any_pop = { literacy = -0.99 } - } - } + id = 98646 + title = "EVTNAME98646" + desc = "EVTDESC98646" + picture = "yao_slave" + + fire_only_once = yes + + trigger = { + owns = 1832 + owns = 1827 + 1844 = { empty = yes } + 1847 = { empty = yes } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.25 + has_global_flag = berlin_conference + } + } + + + option = { + name = "EVT98646OPTA" + 1844 = { + life_rating = 20 + add_core = SUD + secede_province = THIS + slaves = { reduce_pop = 1.2 } + any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } + any_pop = { literacy = -0.99 } + } + 1845 = { + life_rating = 20 + add_core = SUD + secede_province = THIS + slaves = { reduce_pop = 1.2 } + any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } + any_pop = { literacy = -0.99 } + } + 1846 = { + life_rating = 20 + add_core = SUD + secede_province = THIS + slaves = { reduce_pop = 1.2 } + any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } + any_pop = { literacy = -0.99 } + } + 1847 = { + life_rating = 20 + add_core = SUD + secede_province = THIS + slaves = { reduce_pop = 1.2 } + any_pop = { limit = { has_pop_culture = sudanese } reduce_pop = 1.2 } + any_pop = { literacy = -0.99 } + } + } } #The Fall of Darfur country_event = { - id = 98647 - title = "EVTNAME98647" - desc = "EVTDESC98647" - picture = "yao_slave" - - fire_only_once = yes - - trigger = { - owns = 1832 - owns = 1827 - owns = 1844 - owns = 1845 - owns = 1838 - owns = 1840 - 1841 = { empty = yes } - 1842 = { empty = yes } - 1739 = { empty = yes } - 1839 = { empty = yes } - year = 1874 - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.25 - has_global_flag = berlin_conference - } - } - - - option = { - name = "EVT98647OPTA" - 1841 = { - secede_province = THIS - life_rating = 22 - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - 1842 = { - secede_province = THIS - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - 1739 = { - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - 1839 = { - secede_province = THIS - life_rating = 22 - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - 1843 = { - secede_province = THIS - life_rating = 25 - add_core = SUD - any_pop = { literacy = -0.99 } - } - - any_owned = { - limit = { is_core = DAR NOT = { province_id = 1845 } } - any_pop = { reduce_pop = 0.98 } - } - - ai_chance = { factor = 5 } - } - - option = { - name = "EVT98647OPTB" - prestige = -5 - 1841 = { - secede_province = THIS - life_rating = 22 - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - 1842 = { - secede_province = THIS - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - 1739 = { - secede_province = THIS - add_core = SUD - any_pop = { literacy = -0.99 } - } - 1839 = { - secede_province = THIS - life_rating = 22 - add_core = SUD - add_core = DAR - any_pop = { literacy = -0.99 } - } - - any_owned = { - limit = { - is_core = DAR - NOT = { province_id = 1845 } - } - secede_province = DAR - } - - ai_chance = { factor = 0 } - } + id = 98647 + title = "EVTNAME98647" + desc = "EVTDESC98647" + picture = "yao_slave" + + fire_only_once = yes + + trigger = { + owns = 1832 + owns = 1827 + owns = 1844 + owns = 1845 + owns = 1838 + owns = 1840 + 1841 = { empty = yes } + 1842 = { empty = yes } + 1739 = { empty = yes } + 1839 = { empty = yes } + year = 1874 + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.25 + has_global_flag = berlin_conference + } + } + + + option = { + name = "EVT98647OPTA" + 1841 = { + secede_province = THIS + life_rating = 22 + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + 1842 = { + secede_province = THIS + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + 1739 = { + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + 1839 = { + secede_province = THIS + life_rating = 22 + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + 1843 = { + secede_province = THIS + life_rating = 25 + add_core = SUD + any_pop = { literacy = -0.99 } + } + + any_owned = { + limit = { is_core = DAR NOT = { province_id = 1845 } } + any_pop = { reduce_pop = 0.98 } + } + + ai_chance = { factor = 5 } + } + + option = { + name = "EVT98647OPTB" + prestige = -5 + 1841 = { + secede_province = THIS + life_rating = 22 + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + 1842 = { + secede_province = THIS + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + 1739 = { + secede_province = THIS + add_core = SUD + any_pop = { literacy = -0.99 } + } + 1839 = { + secede_province = THIS + life_rating = 22 + add_core = SUD + add_core = DAR + any_pop = { literacy = -0.99 } + } + + any_owned = { + limit = { + is_core = DAR + NOT = { province_id = 1845 } + } + secede_province = DAR + } + + ai_chance = { factor = 0 } + } } #Zeyla seceded country_event = { - id = 98648 - title = "EVTNAME98648" - desc = "EVTDESC98648" - picture = "muhammad_ali" - - fire_only_once = yes - - trigger = { - owns = 1874 - year = 1841 - civilized = no - } - - mean_time_to_happen = { months = 6 } - - - option = { - name = "EVT98648OPTA" - treasury = 20000 - 1874 = { secede_province = WRL } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98648OPTB" - 1874 = { - any_pop = { - militancy = 5 - consciousness = 7 - } - } - ai_chance = { factor = 0 } - } + id = 98648 + title = "EVTNAME98648" + desc = "EVTDESC98648" + picture = "muhammad_ali" + + fire_only_once = yes + + trigger = { + owns = 1874 + year = 1841 + civilized = no + } + + mean_time_to_happen = { months = 6 } + + + option = { + name = "EVT98648OPTA" + treasury = 20000 + 1874 = { secede_province = WRL } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98648OPTB" + 1874 = { + any_pop = { + militancy = 5 + consciousness = 7 + } + } + ai_chance = { factor = 0 } + } } #Montenegro turns Monarchy country_event = { - id = 98649 - title = "EVTNAME98649" - desc = "EVTDESC98649" - picture = "vladika_peter" - - fire_only_once = yes - - trigger = { - tag = MON - government = theocracy - year = 1849 - exists = yes - } - - mean_time_to_happen = { months = 12 } - - - option = { - name = "EVT98649OPTA" - government = absolute_monarchy - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98649OPTB" - ai_chance = { factor = 0 } - } + id = 98649 + title = "EVTNAME98649" + desc = "EVTDESC98649" + picture = "vladika_peter" + + fire_only_once = yes + + trigger = { + tag = MON + government = theocracy + year = 1849 + exists = yes + } + + mean_time_to_happen = { months = 12 } + + + option = { + name = "EVT98649OPTA" + government = absolute_monarchy + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98649OPTB" + ai_chance = { factor = 0 } + } } #Ottoman Ultimatum for Annexation country_event = { - id = 986500 - title = "EVTNAME986500" - desc = "EVTDESC986500" - picture = "young_turks" - - is_triggered_only = yes - - - option = { - name = "EVT986500OPTA" - any_pop = { - limit = { - is_primary_culture = THIS - NOT = { has_pop_culture = turkish } - } - militancy = 2 - consciousness = 4 - } - RUS = { casus_belli = { target = TUR type = liberate_country months = 60 } } - FROM = { inherit = THIS } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT986500OPTB" - prestige = 5 - leave_alliance = FROM - end_military_access = FROM - random_country = { - limit = { tag = RUS } - diplomatic_influence = { who = THIS value = 100 } - relation = { who = THIS value = 200 } - } - relation = { who = FROM value = -400 } - FROM = { - release_vassal = THIS - diplomatic_influence = { who = THIS value = -400 } - - casus_belli = { target = THIS type = conquest_any months = 30 } - - war = { - target = THIS - attacker_goal = { casus_belli = conquest_any } - defender_goal = { casus_belli = status_quo } - } - } - - ai_chance = { factor = 75 } - } + id = 986500 + title = "EVTNAME986500" + desc = "EVTDESC986500" + picture = "young_turks" + + is_triggered_only = yes + + + option = { + name = "EVT986500OPTA" + any_pop = { + limit = { + is_primary_culture = THIS + NOT = { has_pop_culture = turkish } + } + militancy = 2 + consciousness = 4 + } + RUS = { casus_belli = { target = TUR type = liberate_country months = 60 } } + FROM = { inherit = THIS } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT986500OPTB" + prestige = 5 + leave_alliance = FROM + end_military_access = FROM + random_country = { + limit = { tag = RUS } + diplomatic_influence = { who = THIS value = 100 } + relation = { who = THIS value = 200 } + } + relation = { who = FROM value = -400 } + FROM = { + release_vassal = THIS + diplomatic_influence = { who = THIS value = -400 } + + casus_belli = { target = THIS type = conquest_any months = 30 } + + war = { + target = THIS + attacker_goal = { casus_belli = conquest_any } + defender_goal = { casus_belli = status_quo } + } + } + + ai_chance = { factor = 75 } + } } #Rise of Bedr Khan - For Persia country_event = { - id = 986501 - title = "EVTNAME986501" - desc = "EVTDESC986501" - picture = "bedr_khan_massacres" - - is_triggered_only = yes - - option = { - name = "EVT986501OPTA" - } + id = 986501 + title = "EVTNAME986501" + desc = "EVTDESC986501" + picture = "bedr_khan_massacres" + + is_triggered_only = yes + + option = { + name = "EVT986501OPTA" + } } #Rise of Bedr Khan country_event = { - id = 986503 - title = "EVTNAME986503" - desc = "EVTDESC986503" - picture = "bedr_khan_massacres" - - trigger = { - tag = TUR - OR = { - truce_with = EGY - EGY = { exists = no } - has_country_flag = egypt_limited_rule_agreed - } - war = no - BHT = { - exists = yes - NOT = { has_country_flag = yazidi_kurdistan } - } - EGY = { war = no } - NOT = { - year = 1860 - exists = KDS - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT986503OPTA" - set_country_flag = return_persian_lands_on_finish - 2414 = { change_province_name = "Cizre" } - 892 = { change_province_name = "Hakkari" } - 924 = { change_province_name = "Erbil" } - 925 = { change_province_name = "Kirkuk" } - release_vassal = BHT - diplomatic_influence = { who = BHT value = -400 } - relation = { who = BHT value = -400 } - leave_alliance = BHT - any_country = { - limit = { - NOT = { tag = BHT } - ai = yes - exists = yes - OR = { - tag = SRN - tag = MKN - tag = BNB - tag = BDN - tag = BTL - tag = RDL - } - } - annex_to = BHT - } - BHT = { - badboy = 1 - set_country_flag = kafir_massacre - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } - define_general = { - name = "Bedr Khan" - personality = relentless - background = uncommonly_young - } - } - war = { - target = BHT - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 890 - } - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 892 - } - attacker_goal = { - casus_belli = annex_core_country - state_province_id = 892 - } - defender_goal = { casus_belli = humiliate } - } - - random_country = { - limit = { tag = PER ai = yes exists = yes } - relation = { who = BHT value = -400 } - country_event = 986501 - war = { - target = BHT - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 1111 - } - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 1118 - } - defender_goal = { casus_belli = humiliate } - } - } - - ai_chance = { - factor = 100 - modifier = { - factor = 0 - BHT = { ai = no } - } - } - } - - option = { - name = "EVT986503OPTB" - set_country_flag = return_persian_lands_on_finish - 2414 = { change_province_name = "Cizre" } - 892 = { change_province_name = "Hakkari" } - 924 = { change_province_name = "Erbil" } - 925 = { change_province_name = "Kirkuk" } - release_vassal = BHT - diplomatic_influence = { who = BHT value = -400 } - relation = { who = BHT value = -400 } - PER = { relation = { who = BHT value = -400 } } - leave_alliance = BHT - any_country = { - limit = { - NOT = { tag = BHT } - ai = yes - exists = yes - OR = { - tag = SRN - tag = MKN - tag = BNB - tag = BDN - tag = BTL - tag = RDL - } - } - annex_to = BHT - } - BHT = { - badboy = 1 - set_country_flag = kafir_massacre - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } - define_general = { - name = "Bedr Khan" - personality = relentless - background = uncommonly_young - } - } - - ai_chance = { - factor = 50 - modifier = { - factor = 0 - BHT = { ai = yes } - } - } - } - - option = { - name = "EVT986503OPTC" - 2414 = { change_province_name = "Cizre" } - 892 = { change_province_name = "Hakkari" } - 924 = { change_province_name = "Erbil" } - 925 = { change_province_name = "Kirkuk" } - prestige = 5 - release_vassal = BHT - diplomatic_influence = { who = BHT value = -400 } - leave_alliance = BHT - any_country = { - limit = { - NOT = { tag = BHT } - ai = yes - exists = yes - OR = { - tag = SRN - tag = MKN - tag = BNB - tag = BDN - tag = BTL - tag = RDL - } - } - annex_to = BHT - } - BHT = { - badboy = 1 - set_country_flag = kafir_massacre - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } - define_general = { - name = "Bedr Khan" - personality = relentless - background = uncommonly_young - } - } - PER = { relation = { who = BHT value = -400 } } - - any_country = { - limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } - relation = { who = THIS value = -100 } - casus_belli ={ - target = THIS - type = humiliate - months = 36 - } - } - - ai_chance = { - factor = 50 - modifier = { - factor = 0 - BHT = { ai = yes } - } - } - } + id = 986503 + title = "EVTNAME986503" + desc = "EVTDESC986503" + picture = "bedr_khan_massacres" + + trigger = { + tag = TUR + OR = { + truce_with = EGY + EGY = { exists = no } + has_country_flag = egypt_limited_rule_agreed + } + war = no + BHT = { + exists = yes + NOT = { has_country_flag = yazidi_kurdistan } + } + EGY = { war = no } + NOT = { + year = 1860 + exists = KDS + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT986503OPTA" + set_country_flag = return_persian_lands_on_finish + 2414 = { change_province_name = "Cizre" } + 892 = { change_province_name = "Hakkari" } + 924 = { change_province_name = "Erbil" } + 925 = { change_province_name = "Kirkuk" } + release_vassal = BHT + diplomatic_influence = { who = BHT value = -400 } + relation = { who = BHT value = -400 } + leave_alliance = BHT + any_country = { + limit = { + NOT = { tag = BHT } + ai = yes + exists = yes + OR = { + tag = SRN + tag = MKN + tag = BNB + tag = BDN + tag = BTL + tag = RDL + } + } + annex_to = BHT + } + BHT = { + badboy = 1 + set_country_flag = kafir_massacre + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } + define_general = { + name = "Bedr Khan" + personality = relentless + background = uncommonly_young + } + } + war = { + target = BHT + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 890 + } + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 892 + } + attacker_goal = { + casus_belli = annex_core_country + state_province_id = 892 + } + defender_goal = { casus_belli = humiliate } + } + + random_country = { + limit = { tag = PER ai = yes exists = yes } + relation = { who = BHT value = -400 } + country_event = 986501 + war = { + target = BHT + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 1111 + } + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 1118 + } + defender_goal = { casus_belli = humiliate } + } + } + + ai_chance = { + factor = 100 + modifier = { + factor = 0 + BHT = { ai = no } + } + } + } + + option = { + name = "EVT986503OPTB" + set_country_flag = return_persian_lands_on_finish + 2414 = { change_province_name = "Cizre" } + 892 = { change_province_name = "Hakkari" } + 924 = { change_province_name = "Erbil" } + 925 = { change_province_name = "Kirkuk" } + release_vassal = BHT + diplomatic_influence = { who = BHT value = -400 } + relation = { who = BHT value = -400 } + PER = { relation = { who = BHT value = -400 } } + leave_alliance = BHT + any_country = { + limit = { + NOT = { tag = BHT } + ai = yes + exists = yes + OR = { + tag = SRN + tag = MKN + tag = BNB + tag = BDN + tag = BTL + tag = RDL + } + } + annex_to = BHT + } + BHT = { + badboy = 1 + set_country_flag = kafir_massacre + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } + define_general = { + name = "Bedr Khan" + personality = relentless + background = uncommonly_young + } + } + + ai_chance = { + factor = 50 + modifier = { + factor = 0 + BHT = { ai = yes } + } + } + } + + option = { + name = "EVT986503OPTC" + 2414 = { change_province_name = "Cizre" } + 892 = { change_province_name = "Hakkari" } + 924 = { change_province_name = "Erbil" } + 925 = { change_province_name = "Kirkuk" } + prestige = 5 + release_vassal = BHT + diplomatic_influence = { who = BHT value = -400 } + leave_alliance = BHT + any_country = { + limit = { + NOT = { tag = BHT } + ai = yes + exists = yes + OR = { + tag = SRN + tag = MKN + tag = BNB + tag = BDN + tag = BTL + tag = RDL + } + } + annex_to = BHT + } + BHT = { + badboy = 1 + set_country_flag = kafir_massacre + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } + define_general = { + name = "Bedr Khan" + personality = relentless + background = uncommonly_young + } + } + PER = { relation = { who = BHT value = -400 } } + + any_country = { + limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } + relation = { who = THIS value = -100 } + casus_belli ={ + target = THIS + type = humiliate + months = 36 + } + } + + ai_chance = { + factor = 50 + modifier = { + factor = 0 + BHT = { ai = yes } + } + } + } } #Bedr Khan Massacres country_event = { - id = 986504 - title = "EVTNAME986504" - desc = "EVTDESC986504" - picture = "bedr_khan_massacres" - - trigger = { - tag = BHT - has_country_flag = kafir_massacre - exists = yes - NOT = { year = 1870 } - any_pop = { - OR = { - has_pop_religion = orthodox - has_pop_religion = catholic - has_pop_religion = yazidi - } - } - } - - mean_time_to_happen = { months = 60 } - - option = { - name = "EVT986504OPTA" - badboy = 1 - any_pop = { limit = { is_state_religion = yes } militancy = -4 } - any_pop = { limit = { is_state_religion = no } militancy = 9 } - random_list = { - 25 = { - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } - } - 25 = { - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.85 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.85 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.9 } - } - 25 = { - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.8 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.8 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.85 } - } - 25 = { - any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.75 } - any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.75 } - any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.8 } - } - } - - any_country = { - limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } - relation = { who = THIS value = -100 } - } - } + id = 986504 + title = "EVTNAME986504" + desc = "EVTDESC986504" + picture = "bedr_khan_massacres" + + trigger = { + tag = BHT + has_country_flag = kafir_massacre + exists = yes + NOT = { year = 1870 } + any_pop = { + OR = { + has_pop_religion = orthodox + has_pop_religion = catholic + has_pop_religion = yazidi + } + } + } + + mean_time_to_happen = { months = 60 } + + option = { + name = "EVT986504OPTA" + badboy = 1 + any_pop = { limit = { is_state_religion = yes } militancy = -4 } + any_pop = { limit = { is_state_religion = no } militancy = 9 } + random_list = { + 25 = { + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.9 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.97 } + } + 25 = { + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.85 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.85 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.9 } + } + 25 = { + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.8 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.8 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.85 } + } + 25 = { + any_pop = { limit = { has_pop_religion = catholic } reduce_pop = 0.75 } + any_pop = { limit = { has_pop_religion = orthodox } reduce_pop = 0.75 } + any_pop = { limit = { has_pop_religion = yazidi } reduce_pop = 0.8 } + } + } + + any_country = { + limit = { is_greater_power = yes capital_scope = { continent = europe } NOT = { tag = THIS } } + relation = { who = THIS value = -100 } + } + } } #Event to return persian lands that were conquered during the Bedr Khan rebellion and clean cores / The Treaty of Erzurum of $YEAR$ country_event = { - id = 986505 - title = "EVTNAME986505" - desc = "EVTDESC986505" - picture = "young_turks" - - trigger = { - OR = { - tag = PER - tag = TUR - } - OR ={ - PER = { ai = yes } - TUR = { ai = yes } - } - NOT = { - exists = RDL - exists = MKN - exists = BNB - exists = BTL - exists = BHT - exists = BDN - exists = KDS - has_global_flag = treaty_of_erzurum - year = 1880 - } - war = no - } - - fire_only_once = yes - - immediate = { - set_global_flag = treaty_of_erzurum - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT986505OPTA" - random_owned = { - limit = { owner = { tag = PER } } - owner = { relation = { who = TUR value = 50 } } - } - random_owned = { - limit = { owner = { tag = TUR } } - owner = { relation = { who = PER value = 50 } } - } - PER = { - clr_country_flag = return_persian_lands_on_finish - any_owned = { - limit = { - is_core = TUR - NOT = { is_core = PER } - } - secede_province = TUR - } - all_core = { - limit = { is_core = PER } - remove_core = TUR - } - relation = { - who = ENG - value = 50 - } - relation = { - who = RUS - value = 50 - } - } - TUR = { - clr_country_flag = return_persian_lands_on_finish - any_owned = { - limit = { - is_core = PER - NOT = { is_core = TUR } - } - secede_province = PER - } - all_core = { - limit = { is_core = TUR } - remove_core = PER - } - relation = { - who = ENG - value = 50 - } - relation = { - who = RUS - value = 50 - } - } - any_owned = { - limit = { - OR = { - is_core = SRN - is_core = BHT - is_core = BNB - is_core = BDN - is_core = BTL - } - } - any_pop = { - limit = { - OR = { - has_pop_religion = yazidi - has_pop_religion = catholic - has_pop_religion = orthodox - } - } - militancy = -3 - consciousness = -3 - } - } - - random_owned = { - limit = { - owner = { tag = TUR } - OR = { - is_core = RDL - is_core = MKN - } - } - owner = { - any_owned = { - limit = { - OR = { - is_core = RDL - is_core = MKN - } - } - secede_province = PER - } - } - } - - BTL = { all_core = { remove_core = BTL } } - BDN = { all_core = { remove_core = BDN } } - BHT = { all_core = { remove_core = BHT } } - BNB = { all_core = { remove_core = BNB } } - SRN = { all_core = { remove_core = SRN } } - RDL = { all_core = { remove_core = RDL } } - MKN = { all_core = { remove_core = MKN } } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVT110084OPTB" #We will resolve the issue our own way! - badboy = 3 - TUR = { - clr_country_flag = return_persian_lands_on_finish - add_casus_belli = { - target = PER - type = acquire_all_cores - months = 12 - } - } - PER = { - clr_country_flag = return_persian_lands_on_finish - add_casus_belli = { - target = TUR - type = acquire_all_cores - months = 12 - } - } - ENG = { diplomatic_influence = { who = THIS value = -100 } } - RUS = { diplomatic_influence = { who = THIS value = -100 } } - - random_owned = { - limit = { owner = { tag = PER } } - owner = { - relation = { who = TUR value = -200 } - } - } - random_owned = { - limit = { owner = { tag = TUR } } - owner = { - relation = { who = PER value = -200 } - } - } - - random_owned = { - limit = { - owner = { - tag = PER - any_core = { owned_by = TUR } - } - } - owner = { - war = { - target = TUR - attacker_goal = { - casus_belli = acquire_all_cores - country = PER - } - } - } - } - random_owned = { - limit = { - owner = { - tag = TUR - any_core = { owned_by = PER } - } - } - owner = { - war = { - target = PER - attacker_goal = { - casus_belli = acquire_all_cores - country = TUR - } - } - } - } - - - BTL = { all_core = { remove_core = BTL } } - BDN = { all_core = { remove_core = BDN } } - BHT = { all_core = { remove_core = BHT } } - BNB = { all_core = { remove_core = BNB } } - SRN = { all_core = { remove_core = SRN } } - RDL = { all_core = { remove_core = RDL } } - MKN = { all_core = { remove_core = MKN } } - - ai_chance = { factor = 0 } - } + id = 986505 + title = "EVTNAME986505" + desc = "EVTDESC986505" + picture = "young_turks" + + trigger = { + OR = { + tag = PER + tag = TUR + } + OR ={ + PER = { ai = yes } + TUR = { ai = yes } + } + NOT = { + exists = RDL + exists = MKN + exists = BNB + exists = BTL + exists = BHT + exists = BDN + exists = KDS + has_global_flag = treaty_of_erzurum + year = 1880 + } + war = no + } + + fire_only_once = yes + + immediate = { + set_global_flag = treaty_of_erzurum + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT986505OPTA" + random_owned = { + limit = { owner = { tag = PER } } + owner = { relation = { who = TUR value = 50 } } + } + random_owned = { + limit = { owner = { tag = TUR } } + owner = { relation = { who = PER value = 50 } } + } + PER = { + clr_country_flag = return_persian_lands_on_finish + any_owned = { + limit = { + is_core = TUR + NOT = { is_core = PER } + } + secede_province = TUR + } + all_core = { + limit = { is_core = PER } + remove_core = TUR + } + relation = { + who = ENG + value = 50 + } + relation = { + who = RUS + value = 50 + } + } + TUR = { + clr_country_flag = return_persian_lands_on_finish + any_owned = { + limit = { + is_core = PER + NOT = { is_core = TUR } + } + secede_province = PER + } + all_core = { + limit = { is_core = TUR } + remove_core = PER + } + relation = { + who = ENG + value = 50 + } + relation = { + who = RUS + value = 50 + } + } + any_owned = { + limit = { + OR = { + is_core = SRN + is_core = BHT + is_core = BNB + is_core = BDN + is_core = BTL + } + } + any_pop = { + limit = { + OR = { + has_pop_religion = yazidi + has_pop_religion = catholic + has_pop_religion = orthodox + } + } + militancy = -3 + consciousness = -3 + } + } + + random_owned = { + limit = { + owner = { tag = TUR } + OR = { + is_core = RDL + is_core = MKN + } + } + owner = { + any_owned = { + limit = { + OR = { + is_core = RDL + is_core = MKN + } + } + secede_province = PER + } + } + } + + BTL = { all_core = { remove_core = BTL } } + BDN = { all_core = { remove_core = BDN } } + BHT = { all_core = { remove_core = BHT } } + BNB = { all_core = { remove_core = BNB } } + SRN = { all_core = { remove_core = SRN } } + RDL = { all_core = { remove_core = RDL } } + MKN = { all_core = { remove_core = MKN } } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT110084OPTB" #We will resolve the issue our own way! + badboy = 3 + TUR = { + clr_country_flag = return_persian_lands_on_finish + add_casus_belli = { + target = PER + type = acquire_all_cores + months = 12 + } + } + PER = { + clr_country_flag = return_persian_lands_on_finish + add_casus_belli = { + target = TUR + type = acquire_all_cores + months = 12 + } + } + ENG = { diplomatic_influence = { who = THIS value = -100 } } + RUS = { diplomatic_influence = { who = THIS value = -100 } } + + random_owned = { + limit = { owner = { tag = PER } } + owner = { + relation = { who = TUR value = -200 } + } + } + random_owned = { + limit = { owner = { tag = TUR } } + owner = { + relation = { who = PER value = -200 } + } + } + + random_owned = { + limit = { + owner = { + tag = PER + any_core = { owned_by = TUR } + } + } + owner = { + war = { + target = TUR + attacker_goal = { + casus_belli = acquire_all_cores + country = PER + } + } + } + } + random_owned = { + limit = { + owner = { + tag = TUR + any_core = { owned_by = PER } + } + } + owner = { + war = { + target = PER + attacker_goal = { + casus_belli = acquire_all_cores + country = TUR + } + } + } + } + + + BTL = { all_core = { remove_core = BTL } } + BDN = { all_core = { remove_core = BDN } } + BHT = { all_core = { remove_core = BHT } } + BNB = { all_core = { remove_core = BNB } } + SRN = { all_core = { remove_core = SRN } } + RDL = { all_core = { remove_core = RDL } } + MKN = { all_core = { remove_core = MKN } } + + ai_chance = { factor = 0 } + } } #Event for egypt to be released as a vassal in the scramble for africa if ottomans are not a GP country_event = { - id = 986506 - title = "EVTNAME986506" - desc = "EVTDESC986506" - picture = "cairo" - - trigger = { - OR = { - AND = { - tag = TUR - is_greater_power = no - is_our_vassal = EGY - has_global_flag = berlin_conference - } - AND = { - is_our_vassal = EGY - crisis_exist = yes - is_liberation_crisis = yes - EGY = { involved_in_crisis = yes } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT986506OPTA" - release_vassal = EGY - random_country = { limit = { exists = yes vassal_of = TUR tag = TUN crisis_exist = no } release_vassal = TUN } - } + id = 986506 + title = "EVTNAME986506" + desc = "EVTDESC986506" + picture = "cairo" + + trigger = { + OR = { + AND = { + tag = TUR + is_greater_power = no + is_our_vassal = EGY + has_global_flag = berlin_conference + } + AND = { + is_our_vassal = EGY + crisis_exist = yes + is_liberation_crisis = yes + EGY = { involved_in_crisis = yes } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT986506OPTA" + release_vassal = EGY + random_country = { limit = { exists = yes vassal_of = TUR tag = TUN crisis_exist = no } release_vassal = TUN } + } } #The Ottomans react to the Megali Idea country_event = { - id = 986507 - title = "EVTNAME986507" - desc = "EVTDESC986507" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT986507OPTA" - badboy = 2 - any_owned = { any_pop = { limit = { has_pop_culture = greek } reduce_pop = 0.6 militancy = 9 } } - 860 = { any_pop = { limit = { has_pop_culture = greek } reduce_pop = 0.1 militancy = 9 } } - } + id = 986507 + title = "EVTNAME986507" + desc = "EVTDESC986507" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT986507OPTA" + badboy = 2 + any_owned = { any_pop = { limit = { has_pop_culture = greek } reduce_pop = 0.6 militancy = 9 } } + 860 = { any_pop = { limit = { has_pop_culture = greek } reduce_pop = 0.1 militancy = 9 } } + } } #Population exchanges #Thessalia country_event = { - id = 986508 - title = "EVTNAME986508" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { set_country_flag = thessalia_exchange } - - relation = { who = FROM value = 15 } - FROM = { - random_owned = { - limit = { province_id = 824 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 869 } - } - } - random_owned = { - limit = { province_id = 869 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 824 } - } - - FROM = { - random_owned = { - limit = { province_id = 833 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 872 } - } - } - random_owned = { - limit = { province_id = 872 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 833 } - } - - FROM = { - random_owned = { - limit = { province_id = 825 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 869 } - } - } - random_owned = { - limit = { province_id = 869 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 825 } - } - - FROM = { - random_owned = { - limit = { province_id = 832 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 871 } - } - } - random_owned = { - limit = { province_id = 871 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 832 } - } - - FROM = { - random_owned = { - limit = { province_id = 831 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 870 } - } - } - random_owned = { - limit = { province_id = 870 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 831 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 831 - province_id = 832 - province_id = 833 - province_id = 825 - province_id = 824 - } - } - remove_core = TUR - } - } - - any_owned = { - limit = { - OR = { - province_id = 869 - province_id = 870 - province_id = 871 - province_id = 872 - } - } - remove_core = GRE - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - modifier = { - factor = 0 - OR = { - has_country_flag = thessalia_exchange - has_country_flag = southern_macedonia_exchange - has_country_flag = eastern_macedonia_exchange - } - } - } - } + id = 986508 + title = "EVTNAME986508" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { set_country_flag = thessalia_exchange } + + relation = { who = FROM value = 15 } + FROM = { + random_owned = { + limit = { province_id = 824 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 869 } + } + } + random_owned = { + limit = { province_id = 869 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 824 } + } + + FROM = { + random_owned = { + limit = { province_id = 833 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 872 } + } + } + random_owned = { + limit = { province_id = 872 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 833 } + } + + FROM = { + random_owned = { + limit = { province_id = 825 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 869 } + } + } + random_owned = { + limit = { province_id = 869 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 825 } + } + + FROM = { + random_owned = { + limit = { province_id = 832 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 871 } + } + } + random_owned = { + limit = { province_id = 871 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 832 } + } + + FROM = { + random_owned = { + limit = { province_id = 831 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 870 } + } + } + random_owned = { + limit = { province_id = 870 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 831 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 831 + province_id = 832 + province_id = 833 + province_id = 825 + province_id = 824 + } + } + remove_core = TUR + } + } + + any_owned = { + limit = { + OR = { + province_id = 869 + province_id = 870 + province_id = 871 + province_id = 872 + } + } + remove_core = GRE + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + modifier = { + factor = 0 + OR = { + has_country_flag = thessalia_exchange + has_country_flag = southern_macedonia_exchange + has_country_flag = eastern_macedonia_exchange + } + } + } + } } #Southern Macedonia country_event = { - id = 986509 - title = "EVTNAME986509" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - FROM = { set_country_flag = southern_macedonia_exchange } - relation = { who = FROM value = 15 } - FROM = { - random_owned = { - limit = { province_id = 805 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 863 } - } - } - random_owned = { - limit = { province_id = 863 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 805 } - } - - FROM = { - random_owned = { - limit = { province_id = 822 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 864 } - } - } - random_owned = { - limit = { province_id = 864 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 822 } - } - - FROM = { - random_owned = { - limit = { province_id = 821 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 865 } - } - } - random_owned = { - limit = { province_id = 865 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 821 } - } - - FROM = { - random_owned = { - limit = { province_id = 819 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 862 } - } - } - random_owned = { - limit = { province_id = 862 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 819 } - } - - FROM = { - random_owned = { - limit = { province_id = 820 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 867 } - } - } - random_owned = { - limit = { province_id = 867 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 820 } - } - - FROM = { - random_owned = { - limit = { province_id = 853 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - random_owned = { - limit = { province_id = 861 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 834 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 819 - province_id = 820 - province_id = 821 - province_id = 822 - province_id = 805 - province_id = 861 - } - } - remove_core = TUR - } - } - - any_owned = { - limit = { - OR = { - province_id = 862 - province_id = 863 - province_id = 867 - province_id = 864 - province_id = 865 - province_id = 834 - } - } - remove_core = GRE - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - modifier = { - factor = 0 - OR = { - has_country_flag = thessalia_exchange - has_country_flag = southern_macedonia_exchange - has_country_flag = eastern_macedonia_exchange - } - } - } - } + id = 986509 + title = "EVTNAME986509" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + FROM = { set_country_flag = southern_macedonia_exchange } + relation = { who = FROM value = 15 } + FROM = { + random_owned = { + limit = { province_id = 805 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 863 } + } + } + random_owned = { + limit = { province_id = 863 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 805 } + } + + FROM = { + random_owned = { + limit = { province_id = 822 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 864 } + } + } + random_owned = { + limit = { province_id = 864 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 822 } + } + + FROM = { + random_owned = { + limit = { province_id = 821 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 865 } + } + } + random_owned = { + limit = { province_id = 865 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 821 } + } + + FROM = { + random_owned = { + limit = { province_id = 819 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 862 } + } + } + random_owned = { + limit = { province_id = 862 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 819 } + } + + FROM = { + random_owned = { + limit = { province_id = 820 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 867 } + } + } + random_owned = { + limit = { province_id = 867 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 820 } + } + + FROM = { + random_owned = { + limit = { province_id = 853 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + random_owned = { + limit = { province_id = 861 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 834 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 819 + province_id = 820 + province_id = 821 + province_id = 822 + province_id = 805 + province_id = 861 + } + } + remove_core = TUR + } + } + + any_owned = { + limit = { + OR = { + province_id = 862 + province_id = 863 + province_id = 867 + province_id = 864 + province_id = 865 + province_id = 834 + } + } + remove_core = GRE + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + modifier = { + factor = 0 + OR = { + has_country_flag = thessalia_exchange + has_country_flag = southern_macedonia_exchange + has_country_flag = eastern_macedonia_exchange + } + } + } + } } #The Eastern Macedonia and Aegean Islands Population Exchange country_event = { - id = 986510 - title = "EVTNAME986510" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - FROM = { clr_country_flag = southern_macedonia_exchange clr_country_flag = thessalia_exchange } - FROM = { - random_owned = { - limit = { province_id = 823 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 828 } - } - } - random_owned = { - limit = { province_id = 828 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 823 } - } - - FROM = { - random_owned = { - limit = { province_id = 829 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 859 } - } - } - random_owned = { - limit = { province_id = 859 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 829 } - } - - FROM = { - random_owned = { - limit = { province_id = 830 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 858 } - } - } - random_owned = { - limit = { province_id = 858 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 830 } - } - - FROM = { - random_owned = { - limit = { province_id = 844 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - random_owned = { - limit = { province_id = 843 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - random_owned = { - limit = { province_id = 861 any_pop = { has_pop_culture = greek } } - any_pop = { limit = { has_pop_culture = greek } move_pop = 843 } - } - - FROM = { - random_owned = { - limit = { province_id = 846 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - FROM = { - random_owned = { - limit = { province_id = 847 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - FROM = { - random_owned = { - limit = { province_id = 848 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - any_owned = { limit = { is_core = TUR NOT = { is_core = GRE } } any_pop = { limit = { has_pop_culture = greek } move_pop = 834 } } - PNT = { all_core = { remove_core = PNT } } - - FROM = { any_pop = { limit = { has_pop_culture = greek has_pop_religion = sunni } move_pop = 860 } } - - any_owned = { limit = { OR = { province_id = 855 province_id = 856 province_id = 857 } } - any_pop = { limit = { has_pop_culture = greek NOT = { has_pop_religion = sunni } } move_pop = 834 } - remove_core = GRE remove_core = CYP - } - - FROM = { any_owned = { limit = { OR = { province_id = 855 province_id = 856 province_id = 857 } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 858 } - remove_core = TUR remove_core = CYP - } - } - - FROM = { - any_owned = { - limit = { is_core = BUL } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - random_country = { - limit = { owns = 834 834 = { NOT = { has_province_modifier = repatriation } } } - 834 = { add_province_modifier = { name = repatriation duration = -1 } } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 823 - province_id = 829 - province_id = 830 - province_id = 844 - province_id = 843 - province_id = 846 - province_id = 847 - province_id = 848 - } - } - remove_core = TUR - } - } - - any_owned = { - limit = { - OR = { - province_id = 867 - province_id = 864 - province_id = 865 - province_id = 828 - province_id = 859 - province_id = 858 - province_id = 860 - province_id = 861 - } - } - remove_core = GRE - } - - ai_chance = { - factor = 0.9 - modifier = { - factor = 0.25 - is_greater_power = yes - is_disarmed = no - military_score = 50 - FROM = { is_greater_power = no } - } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { - factor = 1.25 - is_greater_power = yes - is_disarmed = no - military_score = 50 - FROM = { is_greater_power = no } - } - modifier = { - factor = 0 - OR = { - has_country_flag = thessalia_exchange - has_country_flag = southern_macedonia_exchange - has_country_flag = eastern_macedonia_exchange - } - } - } - } + id = 986510 + title = "EVTNAME986510" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + FROM = { clr_country_flag = southern_macedonia_exchange clr_country_flag = thessalia_exchange } + FROM = { + random_owned = { + limit = { province_id = 823 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 828 } + } + } + random_owned = { + limit = { province_id = 828 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 823 } + } + + FROM = { + random_owned = { + limit = { province_id = 829 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 859 } + } + } + random_owned = { + limit = { province_id = 859 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 829 } + } + + FROM = { + random_owned = { + limit = { province_id = 830 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 858 } + } + } + random_owned = { + limit = { province_id = 858 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 830 } + } + + FROM = { + random_owned = { + limit = { province_id = 844 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + random_owned = { + limit = { province_id = 843 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + random_owned = { + limit = { province_id = 861 any_pop = { has_pop_culture = greek } } + any_pop = { limit = { has_pop_culture = greek } move_pop = 843 } + } + + FROM = { + random_owned = { + limit = { province_id = 846 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + FROM = { + random_owned = { + limit = { province_id = 847 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + FROM = { + random_owned = { + limit = { province_id = 848 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + any_owned = { limit = { is_core = TUR NOT = { is_core = GRE } } any_pop = { limit = { has_pop_culture = greek } move_pop = 834 } } + PNT = { all_core = { remove_core = PNT } } + + FROM = { any_pop = { limit = { has_pop_culture = greek has_pop_religion = sunni } move_pop = 860 } } + + any_owned = { limit = { OR = { province_id = 855 province_id = 856 province_id = 857 } } + any_pop = { limit = { has_pop_culture = greek NOT = { has_pop_religion = sunni } } move_pop = 834 } + remove_core = GRE remove_core = CYP + } + + FROM = { any_owned = { limit = { OR = { province_id = 855 province_id = 856 province_id = 857 } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 858 } + remove_core = TUR remove_core = CYP + } + } + + FROM = { + any_owned = { + limit = { is_core = BUL } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + random_country = { + limit = { owns = 834 834 = { NOT = { has_province_modifier = repatriation } } } + 834 = { add_province_modifier = { name = repatriation duration = -1 } } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 823 + province_id = 829 + province_id = 830 + province_id = 844 + province_id = 843 + province_id = 846 + province_id = 847 + province_id = 848 + } + } + remove_core = TUR + } + } + + any_owned = { + limit = { + OR = { + province_id = 867 + province_id = 864 + province_id = 865 + province_id = 828 + province_id = 859 + province_id = 858 + province_id = 860 + province_id = 861 + } + } + remove_core = GRE + } + + ai_chance = { + factor = 0.9 + modifier = { + factor = 0.25 + is_greater_power = yes + is_disarmed = no + military_score = 50 + FROM = { is_greater_power = no } + } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { + factor = 1.25 + is_greater_power = yes + is_disarmed = no + military_score = 50 + FROM = { is_greater_power = no } + } + modifier = { + factor = 0 + OR = { + has_country_flag = thessalia_exchange + has_country_flag = southern_macedonia_exchange + has_country_flag = eastern_macedonia_exchange + } + } + } + } } #The Eastern Rumelia Population Exchange country_event = { - id = 986511 - title = "EVTNAME986511" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - FROM = { - random_owned = { - limit = { province_id = 808 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - random_owned = { - limit = { province_id = 815 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - FROM = { - random_owned = { - limit = { province_id = 816 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - FROM = { - random_owned = { - limit = { province_id = 817 any_pop = { has_pop_culture = turkish } } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { is_core = BUL } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - FROM = { - any_owned = { - limit = { - OR = { - province_id = 808 - province_id = 815 - province_id = 816 - province_id = 817 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - modifier = { - factor = 0 - OR = { - has_country_flag = dobrudja_exchange - has_country_flag = bulgaria_exchange - has_country_flag = eastern_rumelia_exchange - } - } - } - } + id = 986511 + title = "EVTNAME986511" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + FROM = { + random_owned = { + limit = { province_id = 808 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + random_owned = { + limit = { province_id = 815 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + FROM = { + random_owned = { + limit = { province_id = 816 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + FROM = { + random_owned = { + limit = { province_id = 817 any_pop = { has_pop_culture = turkish } } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { is_core = BUL } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + FROM = { + any_owned = { + limit = { + OR = { + province_id = 808 + province_id = 815 + province_id = 816 + province_id = 817 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + modifier = { + factor = 0 + OR = { + has_country_flag = dobrudja_exchange + has_country_flag = bulgaria_exchange + has_country_flag = eastern_rumelia_exchange + } + } + } + } } #The Bulgaria Population Exchange country_event = { - id = 986512 - title = "EVTNAME986512" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 809 - province_id = 810 - province_id = 812 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 811 - province_id = 813 - province_id = 814 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - - FROM = { - any_owned = { - limit = { is_core = BUL } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - FROM = { any_pop = { limit = { has_pop_culture = bulgarian has_pop_religion = sunni } move_pop = 860 } } - - any_pop = { limit = { has_pop_culture = bulgarian NOT = { has_pop_religion = sunni location = { is_core = BUL } } } move_pop = 809 } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 809 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 809 - province_id = 810 - province_id = 812 - province_id = 811 - province_id = 813 - province_id = 814 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - modifier = { - factor = 0 - OR = { - has_country_flag = dobrudja_exchange - has_country_flag = bulgaria_exchange - has_country_flag = eastern_rumelia_exchange - } - } - } - } + id = 986512 + title = "EVTNAME986512" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 809 + province_id = 810 + province_id = 812 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 811 + province_id = 813 + province_id = 814 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + + FROM = { + any_owned = { + limit = { is_core = BUL } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + FROM = { any_pop = { limit = { has_pop_culture = bulgarian has_pop_religion = sunni } move_pop = 860 } } + + any_pop = { limit = { has_pop_culture = bulgarian NOT = { has_pop_religion = sunni location = { is_core = BUL } } } move_pop = 809 } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 809 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 809 + province_id = 810 + province_id = 812 + province_id = 811 + province_id = 813 + province_id = 814 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + modifier = { + factor = 0 + OR = { + has_country_flag = dobrudja_exchange + has_country_flag = bulgaria_exchange + has_country_flag = eastern_rumelia_exchange + } + } + } + } } #The Dobrudja Population Exchange country_event = { - id = 986513 - title = "EVTNAME986513" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 818 - province_id = 674 - province_id = 675 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 818 - province_id = 674 - province_id = 675 - } - } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - FROM = { any_pop = { limit = { has_pop_culture = bulgarian has_pop_religion = sunni } move_pop = 860 } } - FROM = { any_pop = { limit = { has_pop_culture = romanian has_pop_religion = sunni } move_pop = 860 } } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 818 - province_id = 674 - province_id = 675 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - modifier = { - factor = 0 - OR = { - has_country_flag = thessalia_exchange - has_country_flag = southern_macedonia_exchange - has_country_flag = eastern_macedonia_exchange - has_country_flag = dobrudja_exchange - has_country_flag = bulgaria_exchange - has_country_flag = eastern_rumelia_exchange - } - } - } - } + id = 986513 + title = "EVTNAME986513" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 818 + province_id = 674 + province_id = 675 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 818 + province_id = 674 + province_id = 675 + } + } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + FROM = { any_pop = { limit = { has_pop_culture = bulgarian has_pop_religion = sunni } move_pop = 860 } } + FROM = { any_pop = { limit = { has_pop_culture = romanian has_pop_religion = sunni } move_pop = 860 } } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 818 + province_id = 674 + province_id = 675 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + modifier = { + factor = 0 + OR = { + has_country_flag = thessalia_exchange + has_country_flag = southern_macedonia_exchange + has_country_flag = eastern_macedonia_exchange + has_country_flag = dobrudja_exchange + has_country_flag = bulgaria_exchange + has_country_flag = eastern_rumelia_exchange + } + } + } + } } #The Macedonia Population Exchange country_event = { - id = 986514 - title = "EVTNAME986514" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 806 - province_id = 807 - province_id = 1780 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { is_core = MCD } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 806 - province_id = 807 - province_id = 1780 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } + id = 986514 + title = "EVTNAME986514" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 806 + province_id = 807 + province_id = 1780 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { is_core = MCD } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 806 + province_id = 807 + province_id = 1780 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } } #The Southern Serbian Population Exchange country_event = { - id = 986515 - title = "EVTNAME986515" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 802 - province_id = 803 - province_id = 804 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 798 - province_id = 799 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - - FROM = { - any_owned = { - limit = { is_core = SER } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - any_owned = { - limit = { is_core = TUR NOT = { is_core = SER is_core = MON } } - any_pop = { limit = { has_pop_culture = serb NOT = { has_pop_religion = sunni } } move_pop = 798 } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 802 - province_id = 803 - province_id = 804 - province_id = 798 - province_id = 799 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } + id = 986515 + title = "EVTNAME986515" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 802 + province_id = 803 + province_id = 804 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 798 + province_id = 799 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + + FROM = { + any_owned = { + limit = { is_core = SER } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + any_owned = { + limit = { is_core = TUR NOT = { is_core = SER is_core = MON } } + any_pop = { limit = { has_pop_culture = serb NOT = { has_pop_religion = sunni } } move_pop = 798 } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 802 + province_id = 803 + province_id = 804 + province_id = 798 + province_id = 799 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } } #The Montenegro Population Exchange country_event = { - id = 986516 - title = "EVTNAME986516" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 800 - province_id = 2569 - province_id = 2577 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - any_owned = { - limit = { is_core = TUR NOT = { is_core = SER is_core = MON } } - any_pop = { limit = { has_pop_culture = serb NOT = { has_pop_religion = sunni } } move_pop = 2569 } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { is_core = MON } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 800 - province_id = 2569 - province_id = 2577 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } + id = 986516 + title = "EVTNAME986516" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 800 + province_id = 2569 + province_id = 2577 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + any_owned = { + limit = { is_core = TUR NOT = { is_core = SER is_core = MON } } + any_pop = { limit = { has_pop_culture = serb NOT = { has_pop_religion = sunni } } move_pop = 2569 } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { is_core = MON } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 800 + province_id = 2569 + province_id = 2577 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } } #The Bosnia Population Exchange country_event = { - id = 986517 - title = "EVTNAME986517" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 788 - province_id = 789 - province_id = 784 - province_id = 785 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 783 - province_id = 786 - province_id = 787 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { is_core = BOS } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 788 - province_id = 789 - province_id = 784 - province_id = 785 - province_id = 783 - province_id = 786 - province_id = 787 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } + id = 986517 + title = "EVTNAME986517" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 788 + province_id = 789 + province_id = 784 + province_id = 785 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 783 + province_id = 786 + province_id = 787 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { is_core = BOS } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 788 + province_id = 789 + province_id = 784 + province_id = 785 + province_id = 783 + province_id = 786 + province_id = 787 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } } #The Albania Population Exchange country_event = { - id = 986518 - title = "EVTNAME986518" - desc = "EVTDESC986508" - picture = "population_exchange" - - is_triggered_only = yes - - option = { - name = "EVT986508OPTA" - relation = { who = FROM value = 15 } - random_country = { - limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } - set_country_flag = population_exchange_with_turkey - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 849 - province_id = 850 - province_id = 851 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } - } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 852 - province_id = 853 - } - } - any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } - } - } - - FROM = { - any_owned = { - limit = { is_core = ALB } - any_pop = { - limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - has_pop_religion = ibadi - } - NOT = { is_culture_group = south_slavic } - NOT = { is_culture_group = pan_albanian } - NOT = { is_culture_group = pan_romanian } - NOT = { has_pop_culture = tatar } - NOT = { has_pop_culture = turkish } - } - move_pop = 860 - } - } - } - - random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } - add_province_modifier = { name = repatriation duration = -1 } - } - - FROM = { - any_owned = { - limit = { - OR = { - province_id = 849 - province_id = 850 - province_id = 851 - province_id = 852 - province_id = 853 - } - } - remove_core = TUR - } - } - - ai_chance = { - factor = 0.9 - modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } - - option = { - name = "EVT986508OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - ai_chance = { - factor = 0.1 - modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } - } - } + id = 986518 + title = "EVTNAME986518" + desc = "EVTDESC986508" + picture = "population_exchange" + + is_triggered_only = yes + + option = { + name = "EVT986508OPTA" + relation = { who = FROM value = 15 } + random_country = { + limit = { tag = FROM NOT = { has_country_flag = population_exchange_with_turkey } } + set_country_flag = population_exchange_with_turkey + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 849 + province_id = 850 + province_id = 851 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 860 } + } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 852 + province_id = 853 + } + } + any_pop = { limit = { has_pop_culture = turkish } move_pop = 861 } + } + } + + FROM = { + any_owned = { + limit = { is_core = ALB } + any_pop = { + limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + has_pop_religion = ibadi + } + NOT = { is_culture_group = south_slavic } + NOT = { is_culture_group = pan_albanian } + NOT = { is_culture_group = pan_romanian } + NOT = { has_pop_culture = tatar } + NOT = { has_pop_culture = turkish } + } + move_pop = 860 + } + } + } + + random_owned = { limit = { province_id = 860 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + random_owned = { limit = { province_id = 861 NOT = { has_province_modifier = repatriation } } + add_province_modifier = { name = repatriation duration = -1 } + } + + FROM = { + any_owned = { + limit = { + OR = { + province_id = 849 + province_id = 850 + province_id = 851 + province_id = 852 + province_id = 853 + } + } + remove_core = TUR + } + } + + ai_chance = { + factor = 0.9 + modifier = { factor = 0.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } + + option = { + name = "EVT986508OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + ai_chance = { + factor = 0.1 + modifier = { factor = 1.25 is_greater_power = yes is_disarmed = no military_score = 50 FROM = { is_greater_power = no } } + } + } } #Losing Montenegro/Serbian Exclaves - Make into decisions province_event = { - id = 986519 - title = "EVTNAME986519" - desc = "EVTDESC986519" - - trigger = { - NOT = { any_neighbor_province = { owned_by = THIS } } - OR = { - AND = { - province_id = 2577 - any_neighbor_province = { owned_by = MON } - } - AND = { - province_id = 804 - OR = { - any_neighbor_province = { owned_by = SER } - any_neighbor_province = { owned_by = YUG } - } - } - } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT986519OPTA" - owner = { - random_owned = { - limit = { - province_id = 2577 - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owned_by = MON } - } - secede_province = MON - } - } - - owner = { - random_owned = { - limit = { - province_id = 2577 - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owned_by = YUG } - } - secede_province = YUG - } - } - - owner = { - random_owned = { - limit = { - province_id = 804 - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owned_by = SER } - } - secede_province = SER - } - } - - owner = { - random_owned = { - limit = { - province_id = 804 - NOT = { any_neighbor_province = { owned_by = THIS } } - any_neighbor_province = { owned_by = YUG } - } - secede_province = YUG - } - } - - } + id = 986519 + title = "EVTNAME986519" + desc = "EVTDESC986519" + + trigger = { + NOT = { any_neighbor_province = { owned_by = THIS } } + OR = { + AND = { + province_id = 2577 + any_neighbor_province = { owned_by = MON } + } + AND = { + province_id = 804 + OR = { + any_neighbor_province = { owned_by = SER } + any_neighbor_province = { owned_by = YUG } + } + } + } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT986519OPTA" + owner = { + random_owned = { + limit = { + province_id = 2577 + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owned_by = MON } + } + secede_province = MON + } + } + + owner = { + random_owned = { + limit = { + province_id = 2577 + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owned_by = YUG } + } + secede_province = YUG + } + } + + owner = { + random_owned = { + limit = { + province_id = 804 + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owned_by = SER } + } + secede_province = SER + } + } + + owner = { + random_owned = { + limit = { + province_id = 804 + NOT = { any_neighbor_province = { owned_by = THIS } } + any_neighbor_province = { owned_by = YUG } + } + secede_province = YUG + } + } + + } } #Qatar requests protection country_event = { - id = 168050 - title = "EVTNAME168050" - desc = "EVTDESC168050" - picture = "qatar_beach" - - trigger = { - war = no - exists = QAT - OR = { - AND = { - has_country_flag = tanzimat_reforms_enacted - tag = TUR - } - tag = EGY - } - OR = { - government = absolute_monarchy - government = hms_government - government = prussian_constitutionalism - } - revolution_n_counterrevolution = 1 - NOT = { year = 1890 } - QAT = { - is_vassal = no - ai = yes - } - owns = 1163 - owns = 1164 - NOT = { has_country_flag = qatar_protection } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - relation = { who = QAT value = 100 } - } - } - - option = { - name = "EVT168050OPTA"#protect - set_country_flag = qatar_protection - QAT = { annex_to = TUR } - 1165 = { - remove_core = BHR - add_core = TUR - } - ai_chance = { - factor = 0.99 - } - } - option = { - name = "EVT168050OPTB"#no - set_country_flag = qatar_protection - prestige = -15 - ai_chance = { - factor = 0 - } - } + id = 168050 + title = "EVTNAME168050" + desc = "EVTDESC168050" + picture = "qatar_beach" + + trigger = { + war = no + exists = QAT + OR = { + AND = { + has_country_flag = tanzimat_reforms_enacted + tag = TUR + } + tag = EGY + } + OR = { + government = absolute_monarchy + government = hms_government + government = prussian_constitutionalism + } + revolution_n_counterrevolution = 1 + NOT = { year = 1890 } + QAT = { + is_vassal = no + ai = yes + } + owns = 1163 + owns = 1164 + NOT = { has_country_flag = qatar_protection } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + relation = { who = QAT value = 100 } + } + } + + option = { + name = "EVT168050OPTA"#protect + set_country_flag = qatar_protection + QAT = { annex_to = TUR } + 1165 = { + remove_core = BHR + add_core = TUR + } + ai_chance = { + factor = 0.99 + } + } + option = { + name = "EVT168050OPTB"#no + set_country_flag = qatar_protection + prestige = -15 + ai_chance = { + factor = 0 + } + } } #Qatari unrest country_event = { - id = 168060 - title = "EVTNAME168060" - desc = "EVTDESC168060" - picture = "arab_revolt" - - trigger = { - OR = { - tag = TUR - tag = EGY - } - NOT = { exists = QAT } - owns = 1165 - year = 1900 - 1165 = { average_militancy = 3 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 45 - modifier = { - factor = 1.1 - 1165 = { NOT = { pop_militancy = 2 } } - } - modifier = { - factor = 0.8 - 1165 = { pop_militancy = 7 } - } - } - - option = { - name = "EVT168060OPTA"#Blast! - 1165 = { - remove_core = TUR - any_pop = { - militancy = 4 - consciousness = 7 - } - } - } + id = 168060 + title = "EVTNAME168060" + desc = "EVTDESC168060" + picture = "arab_revolt" + + trigger = { + OR = { + tag = TUR + tag = EGY + } + NOT = { exists = QAT } + owns = 1165 + year = 1900 + 1165 = { average_militancy = 3 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 45 + modifier = { + factor = 1.1 + 1165 = { NOT = { pop_militancy = 2 } } + } + modifier = { + factor = 0.8 + 1165 = { pop_militancy = 7 } + } + } + + option = { + name = "EVT168060OPTA"#Blast! + 1165 = { + remove_core = TUR + any_pop = { + militancy = 4 + consciousness = 7 + } + } + } } #Qatar rebellion country_event = { - id = 168070 - title = "EVTNAME168070" - desc = "EVTDESC168070" - picture = "al_wajbah" - - trigger = { - OR = { - tag = TUR - tag = EGY - } - NOT = { exists = QAT } - any_owned_province = { is_core = QAT } - owns = 1165 - 1165 = { average_militancy = 5 } - year = 1905 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.1 - 1165 = { NOT = { pop_militancy = 2 } } - } - modifier = { - factor = 0.8 - 1165 = { pop_militancy = 7 } - } - } - - immediate = { - release = QAT - } - - option = { - name = "EVT168070OPTA"#Yes - random_owned = { - limit = { - province_id = 1162 - is_core = THIS - } - remove_core = THIS - } - random_owned = { - limit = { - is_core = BHR - owner = { NOT = { exists = BHR } } - } - owner = { release = BHR } - } - ai_chance = { - factor = 0.7 - modifier = { factor = 0.1 war_policy = jingoism } - modifier = { factor = 0.8 war_policy = pro_military } - modifier = { factor = 1.1 war_policy = anti_military } - modifier = { factor = 2 war_policy = pacifism } - } - } - option = { - name = "EVT168070OPTB"#Release as vassal - create_vassal = QAT - random_owned = { - limit = { - province_id = 1162 - is_core = THIS - } - remove_core = THIS - } - random_owned = { - limit = { - province_id = 1165 - is_core = THIS - } - remove_core = THIS - } - random_owned = { - limit = { - is_core = BHR - owner = { NOT = { exists = BHR } } - } - owner = { release_vassal = BHR } - } - badboy = 2 - relation = { who = ENG value = -100 } - relation = { who = PER value = -100 } - ai_chance = { - factor = 0.2 - modifier = { factor = 0.8 war_policy = jingoism } - modifier = { factor = 2 war_policy = pro_military } - modifier = { factor = 1.1 war_policy = anti_military } - modifier = { factor = 0 war_policy = pacifism } - modifier = { factor = 0 badboy = 0.8 }#don't go over the infamy limit - } - } - - option = { - name = "EVT168070OPTC"#Reassert our right to rule - badboy = 2 - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - owns = 1121 - } - relation = { who = THIS value = -100 } - } - - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - OR = { - owns = 1236 - owns = 1251 - } - } - relation = { who = THIS value = -100 } - } - - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - owns = 1167 - } - relation = { who = THIS value = -100 } - } - - random_country = { - limit = { - exists = yes - NOT = { tag = THIS } - owns = 1157 - } - relation = { who = THIS value = -100 } - } - random_owned = { - limit = { - province_id = 1162 - is_core = THIS - } - remove_core = THIS - } - random_owned = { - limit = { - province_id = 1162 - owner = { NOT = { exists = BHR } } - } - owner = { - release = BHR - BHR = { create_alliance = QAT } - } - THIS = { - war = { - target = BHR - attacker_goal = { casus_belli = conquest_any } - call_ally = no - } - } - } - - war = { - target = QAT - attacker_goal = { casus_belli = conquest_any } - call_ally = no - } - - - ai_chance = { - factor = 0.1 - modifier = { factor = 2 war_policy = jingoism } - modifier = { factor = 1.1 war_policy = pro_military } - modifier = { factor = 0.8 war_policy = anti_military } - modifier = { factor = 0 war_policy = pacifism } - modifier = { factor = 0.6 badboy = 0.7 } - modifier = { factor = 0.1 NOT = { AND = { owns = 1163 owns = 1164 } } } - } - } + id = 168070 + title = "EVTNAME168070" + desc = "EVTDESC168070" + picture = "al_wajbah" + + trigger = { + OR = { + tag = TUR + tag = EGY + } + NOT = { exists = QAT } + any_owned_province = { is_core = QAT } + owns = 1165 + 1165 = { average_militancy = 5 } + year = 1905 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.1 + 1165 = { NOT = { pop_militancy = 2 } } + } + modifier = { + factor = 0.8 + 1165 = { pop_militancy = 7 } + } + } + + immediate = { + release = QAT + } + + option = { + name = "EVT168070OPTA"#Yes + random_owned = { + limit = { + province_id = 1162 + is_core = THIS + } + remove_core = THIS + } + random_owned = { + limit = { + is_core = BHR + owner = { NOT = { exists = BHR } } + } + owner = { release = BHR } + } + ai_chance = { + factor = 0.7 + modifier = { factor = 0.1 war_policy = jingoism } + modifier = { factor = 0.8 war_policy = pro_military } + modifier = { factor = 1.1 war_policy = anti_military } + modifier = { factor = 2 war_policy = pacifism } + } + } + option = { + name = "EVT168070OPTB"#Release as vassal + create_vassal = QAT + random_owned = { + limit = { + province_id = 1162 + is_core = THIS + } + remove_core = THIS + } + random_owned = { + limit = { + province_id = 1165 + is_core = THIS + } + remove_core = THIS + } + random_owned = { + limit = { + is_core = BHR + owner = { NOT = { exists = BHR } } + } + owner = { release_vassal = BHR } + } + badboy = 2 + relation = { who = ENG value = -100 } + relation = { who = PER value = -100 } + ai_chance = { + factor = 0.2 + modifier = { factor = 0.8 war_policy = jingoism } + modifier = { factor = 2 war_policy = pro_military } + modifier = { factor = 1.1 war_policy = anti_military } + modifier = { factor = 0 war_policy = pacifism } + modifier = { factor = 0 badboy = 0.8 }#don't go over the infamy limit + } + } + + option = { + name = "EVT168070OPTC"#Reassert our right to rule + badboy = 2 + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + owns = 1121 + } + relation = { who = THIS value = -100 } + } + + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + OR = { + owns = 1236 + owns = 1251 + } + } + relation = { who = THIS value = -100 } + } + + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + owns = 1167 + } + relation = { who = THIS value = -100 } + } + + random_country = { + limit = { + exists = yes + NOT = { tag = THIS } + owns = 1157 + } + relation = { who = THIS value = -100 } + } + random_owned = { + limit = { + province_id = 1162 + is_core = THIS + } + remove_core = THIS + } + random_owned = { + limit = { + province_id = 1162 + owner = { NOT = { exists = BHR } } + } + owner = { + release = BHR + BHR = { create_alliance = QAT } + } + THIS = { + war = { + target = BHR + attacker_goal = { casus_belli = conquest_any } + call_ally = no + } + } + } + + war = { + target = QAT + attacker_goal = { casus_belli = conquest_any } + call_ally = no + } + + + ai_chance = { + factor = 0.1 + modifier = { factor = 2 war_policy = jingoism } + modifier = { factor = 1.1 war_policy = pro_military } + modifier = { factor = 0.8 war_policy = anti_military } + modifier = { factor = 0 war_policy = pacifism } + modifier = { factor = 0.6 badboy = 0.7 } + modifier = { factor = 0.1 NOT = { AND = { owns = 1163 owns = 1164 } } } + } + } } diff --git a/HPM/events/PEUFlavor.txt b/HPM/events/PEUFlavor.txt index b7b4dd11..048b1877 100644 --- a/HPM/events/PEUFlavor.txt +++ b/HPM/events/PEUFlavor.txt @@ -1,130 +1,130 @@ country_event = { - id = 46800 - title = "EVTNAME46800" - desc = "EVTDESC46800" - picture = "Machupicchu" - news = yes - news_desc_long = "EVTDESC46800_NEWS_LONG" - news_desc_medium = "EVTDESC46800_NEWS_MEDIUM" - news_desc_short = "EVTDESC46800_NEWS_SHORT" - - trigger = { - NOT = { has_global_flag = machu_picchu_discovered } - has_country_flag = looking_for_machu_picchu - } - - fire_only_once = yes - allow_multiple_instances = no - - mean_time_to_happen = { - months = 36 - - modifier = { - factor = 0.1 #increase likelihood to happen - owns = 2302 #Cusco - } - - modifier = { - factor = 0.7 #increase likelihood to happen - 2302 = { - owner = { - OR = { - in_sphere = THIS - vassal_of = THIS - } - } - } - } - - modifier = { - factor = 0.2 #increase likelihood to happen - year = 1911 - } - - modifier = { - factor = 0.8 #increase likelihood to happen - NOT = { owns = 2302 } - 2302 = { owner = { neighbour = THIS } } - } - - modifier = { - factor = 0.8 #increase likelihood to happen - is_greater_power = yes - } - - modifier = { - factor = 0.8 #increase likelihood to happen - capital_scope = { - OR = { - continent = north_america - continent = south_america - } - } - } - - modifier = { - factor = 0.9 #increase likelihood to happen - education_spending = 0.7 - } - - modifier = { - factor = 0.9 #increase likelihood to happen - education_spending = 0.8 - } - - modifier = { - factor = 0.9 #increase likelihood to happen - education_spending = 0.9 - } - } - - option = { - name = "EVTOPTA46800" - set_global_flag = machu_picchu_discovered - prestige = 25 - } + id = 46800 + title = "EVTNAME46800" + desc = "EVTDESC46800" + picture = "Machupicchu" + news = yes + news_desc_long = "EVTDESC46800_NEWS_LONG" + news_desc_medium = "EVTDESC46800_NEWS_MEDIUM" + news_desc_short = "EVTDESC46800_NEWS_SHORT" + + trigger = { + NOT = { has_global_flag = machu_picchu_discovered } + has_country_flag = looking_for_machu_picchu + } + + fire_only_once = yes + allow_multiple_instances = no + + mean_time_to_happen = { + months = 36 + + modifier = { + factor = 0.1 #increase likelihood to happen + owns = 2302 #Cusco + } + + modifier = { + factor = 0.7 #increase likelihood to happen + 2302 = { + owner = { + OR = { + in_sphere = THIS + vassal_of = THIS + } + } + } + } + + modifier = { + factor = 0.2 #increase likelihood to happen + year = 1911 + } + + modifier = { + factor = 0.8 #increase likelihood to happen + NOT = { owns = 2302 } + 2302 = { owner = { neighbour = THIS } } + } + + modifier = { + factor = 0.8 #increase likelihood to happen + is_greater_power = yes + } + + modifier = { + factor = 0.8 #increase likelihood to happen + capital_scope = { + OR = { + continent = north_america + continent = south_america + } + } + } + + modifier = { + factor = 0.9 #increase likelihood to happen + education_spending = 0.7 + } + + modifier = { + factor = 0.9 #increase likelihood to happen + education_spending = 0.8 + } + + modifier = { + factor = 0.9 #increase likelihood to happen + education_spending = 0.9 + } + } + + option = { + name = "EVTOPTA46800" + set_global_flag = machu_picchu_discovered + prestige = 25 + } } country_event = { - id = 46801 - news = yes - news_desc_long = "EVTDESC46801_NEWS_LONG" - news_desc_medium = "EVTDESC46801_NEWS_MEDIUM" - news_desc_short = "EVTDESC46801_NEWS_SHORT" - - trigger = { - tag = PEU - year = 1845 - NOT = { year = 1848 } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME46801" - desc = "EVTDESC46801" - picture = "Thermopylae" - - option = { - name = "EVTOPTA46801" - sulphur = 25 - } + id = 46801 + news = yes + news_desc_long = "EVTDESC46801_NEWS_LONG" + news_desc_medium = "EVTDESC46801_NEWS_MEDIUM" + news_desc_short = "EVTDESC46801_NEWS_SHORT" + + trigger = { + tag = PEU + year = 1845 + NOT = { year = 1848 } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME46801" + desc = "EVTDESC46801" + picture = "Thermopylae" + + option = { + name = "EVTOPTA46801" + sulphur = 25 + } } diff --git a/HPM/events/PORFlavor.txt b/HPM/events/PORFlavor.txt index 8ae57c05..af4c2a42 100644 --- a/HPM/events/PORFlavor.txt +++ b/HPM/events/PORFlavor.txt @@ -1,1036 +1,1036 @@ # The Revolution of Maria de Fonte events country_event = { - id = 97000 - title = "EVTNAME97000" #The Revolution of Maria de Fonte - desc = "EVTDESC97000" - news = yes - news_desc_long = "EVTDESC97000_NEWS_LONG" - news_desc_medium = "EVTDESC97000_NEWS_MEDIUM" - news_desc_short = "EVTDESC97000_NEWS_SHORT" - picture = "maria_da_fonte" - - fire_only_once = yes - - trigger = { - tag = POR - government = hms_government - has_global_flag = liberal_revolution_somewhere - NOT = { ruling_party_ideology = reactionary } - NOT = { - has_country_flag = liberal_revolution_in_progress - has_country_modifier = springtime_of_nations - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - militancy = 2 - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 4 - } - modifier = { - factor = 0.8 - consciousness = 4 - } - } - - option = { - name = "EVT97000OPTA" - set_country_flag = maria_de_fonte_revolution - random_owned = { - limit = { - is_colonial = no - is_capital = no - is_core = POR - is_overseas = no - has_pop_type = farmers - } - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - farmers = { - ideology = { - value = reactionary - factor = 0.5 - } - consciousness = -2 - militancy = 8 - } - } - } + id = 97000 + title = "EVTNAME97000" #The Revolution of Maria de Fonte + desc = "EVTDESC97000" + news = yes + news_desc_long = "EVTDESC97000_NEWS_LONG" + news_desc_medium = "EVTDESC97000_NEWS_MEDIUM" + news_desc_short = "EVTDESC97000_NEWS_SHORT" + picture = "maria_da_fonte" + + fire_only_once = yes + + trigger = { + tag = POR + government = hms_government + has_global_flag = liberal_revolution_somewhere + NOT = { ruling_party_ideology = reactionary } + NOT = { + has_country_flag = liberal_revolution_in_progress + has_country_modifier = springtime_of_nations + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + militancy = 2 + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 4 + } + modifier = { + factor = 0.8 + consciousness = 4 + } + } + + option = { + name = "EVT97000OPTA" + set_country_flag = maria_de_fonte_revolution + random_owned = { + limit = { + is_colonial = no + is_capital = no + is_core = POR + is_overseas = no + has_pop_type = farmers + } + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + farmers = { + ideology = { + value = reactionary + factor = 0.5 + } + consciousness = -2 + militancy = 8 + } + } + } } province_event = { - - id = 97001 - title = "EVTNAME97001" #Peasant Revolt - desc = "EVTDESC97001" - - trigger = { - owner = { - tag = POR - has_country_flag = maria_de_fonte_revolution - government = hms_government - NOT = { ruling_party_ideology = reactionary } - } - is_capital = no - is_colonial = no - is_core = POR - is_overseas = no - NOT = { has_province_modifier = peasant_revolt } - any_neighbor_province = { has_province_modifier = peasant_revolt } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT97001OPTA" - add_province_modifier = { - name = peasant_revolt - duration = 365 - } - poor_strata = { - ideology = { - value = reactionary - factor = 0.3 - } - consciousness = -2 - militancy = 6 - } - } + + id = 97001 + title = "EVTNAME97001" #Peasant Revolt + desc = "EVTDESC97001" + + trigger = { + owner = { + tag = POR + has_country_flag = maria_de_fonte_revolution + government = hms_government + NOT = { ruling_party_ideology = reactionary } + } + is_capital = no + is_colonial = no + is_core = POR + is_overseas = no + NOT = { has_province_modifier = peasant_revolt } + any_neighbor_province = { has_province_modifier = peasant_revolt } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT97001OPTA" + add_province_modifier = { + name = peasant_revolt + duration = 365 + } + poor_strata = { + ideology = { + value = reactionary + factor = 0.3 + } + consciousness = -2 + militancy = 6 + } + } } country_event = { - - id = 97002 - title = "EVTNAME97002" #End of the Revolution - desc = "EVTDESC97002" - picture = "administration" - - trigger = { - tag = POR - has_country_flag = maria_de_fonte_revolution - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.1 - NOT = { government = hms_government } - } - modifier = { - factor = 0.1 - ruling_party_ideology = reactionary - } - } - - immediate = { - clr_country_flag = maria_de_fonte_revolution - } - - option = { - name = "EVT97002OPTA" - prestige = 10 - any_owned = { - limit = { has_province_modifier = peasant_revolt } - remove_province_modifier = peasant_revolt - } - any_pop = { - limit = { - location = { is_colonial = no } - } - militancy = -6 - consciousness = 1 - } - } + + id = 97002 + title = "EVTNAME97002" #End of the Revolution + desc = "EVTDESC97002" + picture = "administration" + + trigger = { + tag = POR + has_country_flag = maria_de_fonte_revolution + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.1 + NOT = { government = hms_government } + } + modifier = { + factor = 0.1 + ruling_party_ideology = reactionary + } + } + + immediate = { + clr_country_flag = maria_de_fonte_revolution + } + + option = { + name = "EVT97002OPTA" + prestige = 10 + any_owned = { + limit = { has_province_modifier = peasant_revolt } + remove_province_modifier = peasant_revolt + } + any_pop = { + limit = { + location = { is_colonial = no } + } + militancy = -6 + consciousness = 1 + } + } } country_event = { - id = 97003 - title = "EVTNAME97003" #The Emboscada - desc = "EVTDESC97003" - news = yes - news_desc_long = "EVTDESC97000_NEWS_LONG" - news_desc_medium = "EVTDESC97000_NEWS_MEDIUM" - news_desc_short = "EVTDESC97000_NEWS_SHORT" - picture = "Lola" - - trigger = { - tag = POR - has_country_flag = maria_de_fonte_revolution - any_owned_province = { has_province_modifier = peasant_revolt } - government = hms_government - NOT = { ruling_party_ideology = reactionary } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 0.8 - num_of_revolts = 1 - } - modifier = { - factor = 0.1 - capital_scope = { controlled_by_rebels = yes } - } - } - - immediate = { - clr_country_flag = maria_de_fonte_revolution - } - - option = { - name = "EVT97003OPTA" - prestige = -5 - ruling_party_ideology = reactionary - political_reform = appointed - political_reform = harassment - government = prussian_constitutionalism - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - set_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_owned = { - limit = { has_province_modifier = peasant_revolt } - remove_province_modifier = peasant_revolt - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_militancy = { - ideology = liberal - factor = 8 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = reactionary - factor = -8 - } - } - soldiers = { militancy = -4 } - } + id = 97003 + title = "EVTNAME97003" #The Emboscada + desc = "EVTDESC97003" + news = yes + news_desc_long = "EVTDESC97000_NEWS_LONG" + news_desc_medium = "EVTDESC97000_NEWS_MEDIUM" + news_desc_short = "EVTDESC97000_NEWS_SHORT" + picture = "Lola" + + trigger = { + tag = POR + has_country_flag = maria_de_fonte_revolution + any_owned_province = { has_province_modifier = peasant_revolt } + government = hms_government + NOT = { ruling_party_ideology = reactionary } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 0.8 + num_of_revolts = 1 + } + modifier = { + factor = 0.1 + capital_scope = { controlled_by_rebels = yes } + } + } + + immediate = { + clr_country_flag = maria_de_fonte_revolution + } + + option = { + name = "EVT97003OPTA" + prestige = -5 + ruling_party_ideology = reactionary + political_reform = appointed + political_reform = harassment + government = prussian_constitutionalism + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + set_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_owned = { + limit = { has_province_modifier = peasant_revolt } + remove_province_modifier = peasant_revolt + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_militancy = { + ideology = liberal + factor = 8 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = reactionary + factor = -8 + } + } + soldiers = { militancy = -4 } + } } #Occupation of remaining provinces in Angola and Mozambique country_event = { - - id = 97006 - title = "EVTNAME97006" #The Occupation of Angola - desc = "EVTDESC97006" - picture = "scramble_for_africa" - - trigger = { - tag = POR - war = no - has_global_flag = berlin_conference - is_greater_power = no - OR = { - owns = 1999 - owns = 2003 - } - OR = { - 2002 = { empty = yes } #Quibala - 2005 = { empty = yes } #Huambo - 2006 = { empty = yes } #Kuito - 2007 = { empty = yes } #Mavinga - 2008 = { empty = yes } #Ondjiva - 2009 = { empty = yes } #Melanje - 2010 = { empty = yes } #Saurimo - 2011 = { empty = yes } #Kubanda - } - } - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT97006OPTA" - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = no } - 2006 = { empty = no } - 2008 = { empty = no } - 2010 = { empty = no } - 2011 = { empty = no } - 2007 = { empty = yes } - OR = { - 2011 = { owned_by = THIS } - 2006 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2007 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = no } - 2006 = { empty = no } - 2008 = { empty = no } - 2010 = { empty = no } - 2011 = { empty = yes } - 2010 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2011 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = no } - 2006 = { empty = no } - 2008 = { empty = no } - 2010 = { empty = yes } - 2009 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2010 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = no } - 2006 = { empty = no } - 2008 = { empty = yes } - 2005 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2008 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = no } - 2006 = { empty = yes } - OR = { - 2002 = { owned_by = THIS } - 2005 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2006 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = no } - 2009 = { empty = yes } - 2002 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2009 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = no } - 2005 = { empty = yes } - OR = { - 2002 = { owned_by = THIS } - 2003 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2005 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - random_owned = { - limit = { - 2002 = { empty = yes } - OR = { - 1999 = { owned_by = THIS } - 2003 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2002 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } - } - } + + id = 97006 + title = "EVTNAME97006" #The Occupation of Angola + desc = "EVTDESC97006" + picture = "scramble_for_africa" + + trigger = { + tag = POR + war = no + has_global_flag = berlin_conference + is_greater_power = no + OR = { + owns = 1999 + owns = 2003 + } + OR = { + 2002 = { empty = yes } #Quibala + 2005 = { empty = yes } #Huambo + 2006 = { empty = yes } #Kuito + 2007 = { empty = yes } #Mavinga + 2008 = { empty = yes } #Ondjiva + 2009 = { empty = yes } #Melanje + 2010 = { empty = yes } #Saurimo + 2011 = { empty = yes } #Kubanda + } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT97006OPTA" + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = no } + 2006 = { empty = no } + 2008 = { empty = no } + 2010 = { empty = no } + 2011 = { empty = no } + 2007 = { empty = yes } + OR = { + 2011 = { owned_by = THIS } + 2006 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2007 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = no } + 2006 = { empty = no } + 2008 = { empty = no } + 2010 = { empty = no } + 2011 = { empty = yes } + 2010 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2011 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = no } + 2006 = { empty = no } + 2008 = { empty = no } + 2010 = { empty = yes } + 2009 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2010 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = no } + 2006 = { empty = no } + 2008 = { empty = yes } + 2005 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2008 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = no } + 2006 = { empty = yes } + OR = { + 2002 = { owned_by = THIS } + 2005 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2006 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = no } + 2009 = { empty = yes } + 2002 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2009 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = no } + 2005 = { empty = yes } + OR = { + 2002 = { owned_by = THIS } + 2003 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2005 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + random_owned = { + limit = { + 2002 = { empty = yes } + OR = { + 1999 = { owned_by = THIS } + 2003 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2002 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 25 } + } + } } country_event = { - - id = 97007 - title = "EVTNAME97007" #The Occupation of Mozambique - desc = "EVTDESC97007" - picture = "scramble_for_africa" - - trigger = { - tag = POR - war = no - has_global_flag = berlin_conference - is_greater_power = no - OR = { - owns = 2057 - owns = 2051 - } - OR = { - is_secondary_power = no - AND = { - is_secondary_power = yes - OR = { - NOT = { invention = mission_to_civilize } - NOT = { invention = colonial_negotiations } - } - } - } - OR = { - 2052 = { empty = yes } #Massekisse - 2058 = { empty = yes } #Mossurize - 2055 = { empty = yes } #Songo - 2056 = { empty = yes } #Zumbo - 2054 = { empty = yes } #Tete - 2581 = { empty = yes } #Mataka - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97006OPTA" - random_owned = { - limit = { - 2581 = { empty = no } - 2052 = { empty = no } - 2058 = { empty = no } - 2054 = { empty = no } - 2055 = { empty = no } - 2056 = { empty = yes } - 2055 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2056 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2581 = { empty = no } - 2052 = { empty = no } - 2058 = { empty = no } - 2054 = { empty = no } - 2055 = { empty = yes } - 2054 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2055 = { secede_province = POR } - } - random_owned = { - limit = { - 2581 = { empty = no } - 2052 = { empty = no } - 2058 = { empty = no } - 2054 = { empty = yes } - 2058 = { owned_by = THIS } - } - owner = { prestige = 2 } - 2054 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2581 = { empty = no } - 2052 = { empty = no } - 2058 = { empty = yes } - OR = { - 2057 = { owned_by = THIS } - 2052 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2058 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2581 = { empty = no } - 2052 = { empty = yes } - OR = { - 2057 = { owned_by = THIS } - 2051 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2052 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } - } - random_owned = { - limit = { - 2581 = { empty = yes } - OR = { - 2063 = { owned_by = THIS } - 2064 = { owned_by = THIS } - } - } - owner = { prestige = 2 } - 2581 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 20 } - } - } + + id = 97007 + title = "EVTNAME97007" #The Occupation of Mozambique + desc = "EVTDESC97007" + picture = "scramble_for_africa" + + trigger = { + tag = POR + war = no + has_global_flag = berlin_conference + is_greater_power = no + OR = { + owns = 2057 + owns = 2051 + } + OR = { + is_secondary_power = no + AND = { + is_secondary_power = yes + OR = { + NOT = { invention = mission_to_civilize } + NOT = { invention = colonial_negotiations } + } + } + } + OR = { + 2052 = { empty = yes } #Massekisse + 2058 = { empty = yes } #Mossurize + 2055 = { empty = yes } #Songo + 2056 = { empty = yes } #Zumbo + 2054 = { empty = yes } #Tete + 2581 = { empty = yes } #Mataka + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97006OPTA" + random_owned = { + limit = { + 2581 = { empty = no } + 2052 = { empty = no } + 2058 = { empty = no } + 2054 = { empty = no } + 2055 = { empty = no } + 2056 = { empty = yes } + 2055 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2056 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2581 = { empty = no } + 2052 = { empty = no } + 2058 = { empty = no } + 2054 = { empty = no } + 2055 = { empty = yes } + 2054 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2055 = { secede_province = POR } + } + random_owned = { + limit = { + 2581 = { empty = no } + 2052 = { empty = no } + 2058 = { empty = no } + 2054 = { empty = yes } + 2058 = { owned_by = THIS } + } + owner = { prestige = 2 } + 2054 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2581 = { empty = no } + 2052 = { empty = no } + 2058 = { empty = yes } + OR = { + 2057 = { owned_by = THIS } + 2052 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2058 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2581 = { empty = no } + 2052 = { empty = yes } + OR = { + 2057 = { owned_by = THIS } + 2051 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2052 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } } + } + random_owned = { + limit = { + 2581 = { empty = yes } + OR = { + 2063 = { owned_by = THIS } + 2064 = { owned_by = THIS } + } + } + owner = { prestige = 2 } + 2581 = { secede_province = POR any_pop = { limit = { is_primary_culture = no } literacy = -0.99 } life_rating = 20 } + } + } } country_event = { - id = 97008 - title = "EVTNAME97008" - desc = "EVTDESC97008" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97008OPTA" - prestige = 5 - relation = { - who = FROM - value = 20 - } - money = -100000 - FROM = { - money = 100000 - any_owned = { - limit = { - OR = { - region = ENG_2036 - region = ENG_2039 - } - } - secede_province = THIS - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - NOT = { money = 100000 } - } - } - } - - option = { - name = "EVT97008OPTB" - prestige = -5 - relation = { - who = FROM - value = -15 - } - ai_chance = { - factor = 5 - } - } + id = 97008 + title = "EVTNAME97008" + desc = "EVTDESC97008" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97008OPTA" + prestige = 5 + relation = { + who = FROM + value = 20 + } + money = -100000 + FROM = { + money = 100000 + any_owned = { + limit = { + OR = { + region = ENG_2036 + region = ENG_2039 + } + } + secede_province = THIS + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + NOT = { money = 100000 } + } + } + } + + option = { + name = "EVT97008OPTB" + prestige = -5 + relation = { + who = FROM + value = -15 + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 97009 - title = "EVTNAME97009" - desc = "EVTDESC97009" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97008OPTA" - prestige = 5 - relation = { - who = FROM - value = 20 - } - money = -100000 - FROM = { - money = 100000 - any_owned = { - limit = { - region = ENG_2024 - } - secede_province = THIS - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0 - NOT = { money = 100000 } - } - } - } - - option = { - name = "EVT97008OPTB" - prestige = -5 - relation = { - who = FROM - value = -15 - } - ai_chance = { - factor = 5 - } - } + id = 97009 + title = "EVTNAME97009" + desc = "EVTDESC97009" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97008OPTA" + prestige = 5 + relation = { + who = FROM + value = 20 + } + money = -100000 + FROM = { + money = 100000 + any_owned = { + limit = { + region = ENG_2024 + } + secede_province = THIS + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0 + NOT = { money = 100000 } + } + } + } + + option = { + name = "EVT97008OPTB" + prestige = -5 + relation = { + who = FROM + value = -15 + } + ai_chance = { + factor = 5 + } + } } # Ultimatum from the UK, if Portugal should colonize Zambia country_event = { - - id = 97010 - title = "EVTNAME97010" #The Portuguese Colonies - desc = "EVTDESC97010" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT97010OPTA" - prestige = -20 - FROM = { country_event = 97011 } - relation = { - who = FROM - value = -50 - } - leave_alliance = FROM - ai_chance = { - factor = 75 - modifier = { - factor = 0.75 - NOT = { in_sphere = FROM } - part_of_sphere = yes - } - } - } - - option = { - name = "EVT97010OPTB" - prestige = 5 - FROM = { country_event = 97012 } - relation = { - who = FROM - value = -200 - } - leave_alliance = FROM - ai_chance = { - factor = 25 - modifier = { - factor = 0.25 - in_sphere = FROM - } - modifier = { - factor = 0 - part_of_sphere = no - } - } - } + + id = 97010 + title = "EVTNAME97010" #The Portuguese Colonies + desc = "EVTDESC97010" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT97010OPTA" + prestige = -20 + FROM = { country_event = 97011 } + relation = { + who = FROM + value = -50 + } + leave_alliance = FROM + ai_chance = { + factor = 75 + modifier = { + factor = 0.75 + NOT = { in_sphere = FROM } + part_of_sphere = yes + } + } + } + + option = { + name = "EVT97010OPTB" + prestige = 5 + FROM = { country_event = 97012 } + relation = { + who = FROM + value = -200 + } + leave_alliance = FROM + ai_chance = { + factor = 25 + modifier = { + factor = 0.25 + in_sphere = FROM + } + modifier = { + factor = 0 + part_of_sphere = no + } + } + } } country_event = { - id = 97011 - title = "EVTNAME97011" #Portugal Has Agreed - desc = "EVTDESC97011" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97011OPTA" - prestige = 10 - FROM = { - any_owned = { - limit = { - OR = { - region = ENG_2068 #Mashonaland - region = ENG_2014 #Zambia - region = ENG_2016 #Kazembe - region = ENG_2071 #Matabeleland - region = TRN_2108 #Tky-Gariped - } - } - secede_province = THIS - } - } - diplomatic_influence = { - who = FROM - value = -100 - } - } + id = 97011 + title = "EVTNAME97011" #Portugal Has Agreed + desc = "EVTDESC97011" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97011OPTA" + prestige = 10 + FROM = { + any_owned = { + limit = { + OR = { + region = ENG_2068 #Mashonaland + region = ENG_2014 #Zambia + region = ENG_2016 #Kazembe + region = ENG_2071 #Matabeleland + region = TRN_2108 #Tky-Gariped + } + } + secede_province = THIS + } + } + diplomatic_influence = { + who = FROM + value = -100 + } + } } country_event = { - id = 97012 - title = "EVTNAME97012" #Portugal Has Refused - desc = "EVTDESC97012" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97012OPTA" - prestige = -10 - casus_belli = { - target = FROM - type = place_in_the_sun - months = 60 - } - diplomatic_influence = { - who = FROM - value = -200 - } - } + id = 97012 + title = "EVTNAME97012" #Portugal Has Refused + desc = "EVTDESC97012" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97012OPTA" + prestige = -10 + casus_belli = { + target = FROM + type = place_in_the_sun + months = 60 + } + diplomatic_influence = { + who = FROM + value = -200 + } + } } #Republican Takeover of Portugal country_event = { - id = 97015 - title = "EVTNAME97015" #Regicide of King Carlos I - desc = "EVTDESC97015" - news = yes - news_desc_long = "EVTDESC97015_NEWS_LONG" - news_desc_medium = "EVTDESC97015_NEWS_MEDIUM" - news_desc_short = "EVTDESC97015_NEWS_SHORT" - picture = "carlos_i_regicide" - - trigger = { - tag = POR - year = 1905 - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - NOT = { - has_country_flag = regicide_king_carlos - year = 1915 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.7 - average_militancy = 4 - } - modifier = { - factor = 0.6 - average_militancy = 5 - } - modifier = { - factor = 0.5 - average_militancy = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - war = yes - } - } - - option = { - name = "EVT97015OPTA" - set_country_flag = regicide_king_carlos - prestige = -2 - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } + id = 97015 + title = "EVTNAME97015" #Regicide of King Carlos I + desc = "EVTDESC97015" + news = yes + news_desc_long = "EVTDESC97015_NEWS_LONG" + news_desc_medium = "EVTDESC97015_NEWS_MEDIUM" + news_desc_short = "EVTDESC97015_NEWS_SHORT" + picture = "carlos_i_regicide" + + trigger = { + tag = POR + year = 1905 + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + NOT = { + has_country_flag = regicide_king_carlos + year = 1915 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.7 + average_militancy = 4 + } + modifier = { + factor = 0.6 + average_militancy = 5 + } + modifier = { + factor = 0.5 + average_militancy = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + war = yes + } + } + + option = { + name = "EVT97015OPTA" + set_country_flag = regicide_king_carlos + prestige = -2 + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } } country_event = { - - id = 97020 - title = "EVTNAME97020" #The Republican Coup D'Etat - desc = "EVTDESC97020" - news = yes - news_desc_long = "EVTDESC97020_NEWS_LONG" - news_desc_medium = "EVTDESC97020_NEWS_MEDIUM" - news_desc_short = "EVTDESC97020_NEWS_SHORT" - picture = "portuguese_republican_revolution" - - fire_only_once = yes - - trigger = { - tag = POR - has_country_flag = regicide_king_carlos - NOT = { year = 1915 } - } - - mean_time_to_happen = { - months = 8 - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 4 - } - modifier = { - factor = 0.8 - militancy = 5 - } - modifier = { - factor = 1.5 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.5 - war = yes - } - } - - option = { - name = "EVT97020OPTA" - prestige = -10 - ruling_party_ideology = liberal - government = democracy - political_reform = universal_weighted_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = gerrymandering - political_reform = no_slavery - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - random_owned = { - limit = { owner = { NOT = { child_labor = child_labor_illegal } } } - owner = { social_reform = child_labor_restricted } - } - - add_country_modifier = { - name = national_confusion - duration = 365 - } - country_event = 800054 - } - - option = { - name = "EVT97020OPTB" - set_country_flag = regicide_king_carlos - prestige = -2 - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_militancy = { - ideology = liberal - factor = 9 - } - scaled_consciousness = { - ideology = liberal - factor = 9 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = socialist - factor = 9 - } - scaled_militancy = { - ideology = communist - factor = 9 - } - } - } + + id = 97020 + title = "EVTNAME97020" #The Republican Coup D'Etat + desc = "EVTDESC97020" + news = yes + news_desc_long = "EVTDESC97020_NEWS_LONG" + news_desc_medium = "EVTDESC97020_NEWS_MEDIUM" + news_desc_short = "EVTDESC97020_NEWS_SHORT" + picture = "portuguese_republican_revolution" + + fire_only_once = yes + + trigger = { + tag = POR + has_country_flag = regicide_king_carlos + NOT = { year = 1915 } + } + + mean_time_to_happen = { + months = 8 + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 4 + } + modifier = { + factor = 0.8 + militancy = 5 + } + modifier = { + factor = 1.5 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.5 + war = yes + } + } + + option = { + name = "EVT97020OPTA" + prestige = -10 + ruling_party_ideology = liberal + government = democracy + political_reform = universal_weighted_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = gerrymandering + political_reform = no_slavery + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + random_owned = { + limit = { owner = { NOT = { child_labor = child_labor_illegal } } } + owner = { social_reform = child_labor_restricted } + } + + add_country_modifier = { + name = national_confusion + duration = 365 + } + country_event = 800054 + } + + option = { + name = "EVT97020OPTB" + set_country_flag = regicide_king_carlos + prestige = -2 + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_militancy = { + ideology = liberal + factor = 9 + } + scaled_consciousness = { + ideology = liberal + factor = 9 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = socialist + factor = 9 + } + scaled_militancy = { + ideology = communist + factor = 9 + } + } + } } #Getting Yao Territory country_event = { - id = 49514 - title = "EVTNAME49514" - desc = "EVTDESC49514" - picture = "yao_slave" - - fire_only_once = yes - - trigger = { - has_global_flag = berlin_conference - OR = { - owns = 2065 - owns = 2063 - } - tag = POR - 2581 = { empty = yes } - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVT49514OPTA" - prestige = 2 - 2581 = { - secede_province = THIS - any_pop = { reduce_pop = 0.9 literacy = -0.99 } - life_rating = 20 - } - ai_chance = { factor = 100 } - } - option = { - name = "EVT49514OPTB" - prestige = -5 - ai_chance = { factor = 0 } - } + id = 49514 + title = "EVTNAME49514" + desc = "EVTDESC49514" + picture = "yao_slave" + + fire_only_once = yes + + trigger = { + has_global_flag = berlin_conference + OR = { + owns = 2065 + owns = 2063 + } + tag = POR + 2581 = { empty = yes } + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVT49514OPTA" + prestige = 2 + 2581 = { + secede_province = THIS + any_pop = { reduce_pop = 0.9 literacy = -0.99 } + life_rating = 20 + } + ai_chance = { factor = 100 } + } + option = { + name = "EVT49514OPTB" + prestige = -5 + ai_chance = { factor = 0 } + } } #Getting Lourenço Marques country_event = { - id = 49516 - title = "EVTNAME49516" - desc = "EVTDESC49516" - picture = "portuguese_africa_company" - - trigger = { - tag = POR - year = 1847 - 2049 = { owner = { civilized = no ai = yes war = no } } - 2050 = { owner = { civilized = no ai = yes war = no } } - NOT = { has_country_flag = reconquest_of_lourenco_marques } - } - - mean_time_to_happen = { months = 12 } - - fire_only_once = yes - - option = { - name = "EVT49516OPTA" - prestige = 2 - set_country_flag = reconquest_of_lourenco_marques - 2049 = { owner = { relation = { who = THIS value = -250 } } } - 2049 = { - secede_province = THIS - any_pop = { reduce_pop = 0.9 } - change_province_name = "Lourenço Marques" - } - 2050 = { - secede_province = THIS - change_province_name = "Manjacaze" - } - 2051 = { state_scope = { change_region_name = "Lourenço Marques" } } - } + id = 49516 + title = "EVTNAME49516" + desc = "EVTDESC49516" + picture = "portuguese_africa_company" + + trigger = { + tag = POR + year = 1847 + 2049 = { owner = { civilized = no ai = yes war = no } } + 2050 = { owner = { civilized = no ai = yes war = no } } + NOT = { has_country_flag = reconquest_of_lourenco_marques } + } + + mean_time_to_happen = { months = 12 } + + fire_only_once = yes + + option = { + name = "EVT49516OPTA" + prestige = 2 + set_country_flag = reconquest_of_lourenco_marques + 2049 = { owner = { relation = { who = THIS value = -250 } } } + 2049 = { + secede_province = THIS + any_pop = { reduce_pop = 0.9 } + change_province_name = "Lourenço Marques" + } + 2050 = { + secede_province = THIS + change_province_name = "Manjacaze" + } + 2051 = { state_scope = { change_region_name = "Lourenço Marques" } } + } } #Death of Soshangane and conquest of Gaza country_event = { - id = 49517 - title = "EVTNAME49517" - desc = "EVTDESC49517" - picture = "natives_of_soshangane" - - fire_only_once = yes - - trigger = { - owns = 2059 - owns = 2053 - GAZ = { - exists = yes - ai = yes - NOT = { has_leader = "Soshangane" } - } - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT49517OPTA" - GAZ = { - any_pop = { militancy = 6 } - random_owned = { limit = { province_id = 2057 } secede_province = THIS } - } - relation = { who = GAZ value = -400 } - diplomatic_influence = { who = GAZ value = -400 } - } + id = 49517 + title = "EVTNAME49517" + desc = "EVTDESC49517" + picture = "natives_of_soshangane" + + fire_only_once = yes + + trigger = { + owns = 2059 + owns = 2053 + GAZ = { + exists = yes + ai = yes + NOT = { has_leader = "Soshangane" } + } + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT49517OPTA" + GAZ = { + any_pop = { militancy = 6 } + random_owned = { limit = { province_id = 2057 } secede_province = THIS } + } + relation = { who = GAZ value = -400 } + diplomatic_influence = { who = GAZ value = -400 } + } } #Treaty of Simulambuko for the sphere owner of Kongo country_event = { - id = 49518 - title = "EVTNAME49518" - desc = "EVTDESC49518" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT49518OPTA" - relation = { who = FROM value = 25 } - ai_chance = { factor = 0.75 } - } - - option = { - name = "EVT49518OPTB" - badboy = 2 - relation = { who = FROM value = -50 } - casus_belli = { target = FROM type = add_to_sphere months = 24 } - casus_belli = { target = FROM type = humiliate months = 24 } - ai_chance = { factor = 0.25 } - } + id = 49518 + title = "EVTNAME49518" + desc = "EVTDESC49518" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT49518OPTA" + relation = { who = FROM value = 25 } + ai_chance = { factor = 0.75 } + } + + option = { + name = "EVT49518OPTB" + badboy = 2 + relation = { who = FROM value = -50 } + casus_belli = { target = FROM type = add_to_sphere months = 24 } + casus_belli = { target = FROM type = humiliate months = 24 } + ai_chance = { factor = 0.25 } + } } diff --git a/HPM/events/PRGhist.txt b/HPM/events/PRGhist.txt index b53fe302..65c8f23c 100644 --- a/HPM/events/PRGhist.txt +++ b/HPM/events/PRGhist.txt @@ -1,726 +1,726 @@ country_event = { - id = 4661010 - title = "EVTNAME4661010" #Paraguay declares independence - desc = "EVTDESC4661010" - picture = "paraguay_independence" - - is_triggered_only = yes - - - option = { - name = "EVT4661010PTA" #Recognize Paraguay - badboy = -1 - relation = { - who = FROM - value = 50 - } - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVT4661010PTB" #Don't Recognize it - badboy = 10 - relation = { - who = PRG - value = -200 - } - casus_belli = { - target = PRG - type = make_puppet - months = 12 - } - ai_chance = { - factor = 0.05 - modifier = { - factor = 0.05 - war_policy = jingoism - } - } - } - } + id = 4661010 + title = "EVTNAME4661010" #Paraguay declares independence + desc = "EVTDESC4661010" + picture = "paraguay_independence" + + is_triggered_only = yes + + + option = { + name = "EVT4661010PTA" #Recognize Paraguay + badboy = -1 + relation = { + who = FROM + value = 50 + } + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVT4661010PTB" #Don't Recognize it + badboy = 10 + relation = { + who = PRG + value = -200 + } + casus_belli = { + target = PRG + type = make_puppet + months = 12 + } + ai_chance = { + factor = 0.05 + modifier = { + factor = 0.05 + war_policy = jingoism + } + } + } + } country_event = { - id = 700000 - title = "EVTNAME700000" #Death of Francia - desc = "EVTDESC700000" - picture = "graspar_francia" - - fire_only_once = yes - - trigger = { - tag = PRG - year = 1840 - has_country_modifier = francia_utopia - NOT = { year = 1860 } - } - - mean_time_to_happen = { months = 5 } - - option = { - name = "EVTOPT700000A" - remove_country_modifier = francia_utopia - treasury = 6000 - small_arms = 10 - ammunition = 10 - canned_food = 10 - wine = 20 - liquor = 20 - add_country_modifier = { - name = national_confusion - duration = 200 - } - } - } - + id = 700000 + title = "EVTNAME700000" #Death of Francia + desc = "EVTDESC700000" + picture = "graspar_francia" + + fire_only_once = yes + + trigger = { + tag = PRG + year = 1840 + has_country_modifier = francia_utopia + NOT = { year = 1860 } + } + + mean_time_to_happen = { months = 5 } + + option = { + name = "EVTOPT700000A" + remove_country_modifier = francia_utopia + treasury = 6000 + small_arms = 10 + ammunition = 10 + canned_food = 10 + wine = 20 + liquor = 20 + add_country_modifier = { + name = national_confusion + duration = 200 + } + } + } + country_event = { - id = 700001 - title = "EVTNAME700001" #Rise of Carlos Lopez - desc = "EVTDESC700001" - picture = "carlos_lopez" - - fire_only_once = yes - - trigger = { - tag = PRG - year = 1839 - NOT = { - has_country_modifier = francia_utopia - has_country_modifier = national_confusion - } - NOT = { year = 1860 } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT700001A" - set_country_flag = carlos_lopez_elected - ruling_party_ideology = conservative - political_reform = freedom_of_womb - political_reform = wealth_weighted_voting - political_reform = state_equal_weight - political_reform = free_press - political_reform = yes_meeting - political_reform = harassment - government = democracy - add_country_modifier = { - name = solano_lopez_industrialization - duration = 730 - } - } + id = 700001 + title = "EVTNAME700001" #Rise of Carlos Lopez + desc = "EVTDESC700001" + picture = "carlos_lopez" + + fire_only_once = yes + + trigger = { + tag = PRG + year = 1839 + NOT = { + has_country_modifier = francia_utopia + has_country_modifier = national_confusion + } + NOT = { year = 1860 } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT700001A" + set_country_flag = carlos_lopez_elected + ruling_party_ideology = conservative + political_reform = freedom_of_womb + political_reform = wealth_weighted_voting + political_reform = state_equal_weight + political_reform = free_press + political_reform = yes_meeting + political_reform = harassment + government = democracy + add_country_modifier = { + name = solano_lopez_industrialization + duration = 730 + } + } } - + country_event = { - id = 700002 - title = "EVTNAME700002" #Carlos Lopez coup - desc = "EVTDESC700002" - picture = "lopez_dictator" - - fire_only_once = yes - - trigger = { - tag = PRG - year = 1844 - has_country_flag = carlos_lopez_elected - NOT = { year = 1860 } - NOT = { has_country_modifier = solano_lopez_industrialization } - } - - mean_time_to_happen = { months = 2 } - - option = { - name = "EVTOPT700002A" - add_country_modifier = { - name = solano_lopez_industrialization - duration = 1825 - } - clr_country_flag = carlos_lopez_elected - set_country_flag = carlos_lopez_dictator - ruling_party_ideology = reactionary - political_reform = party_appointed - political_reform = none_voting - political_reform = no_meeting - political_reform = underground_parties - political_reform = state_press - government = presidential_dictatorship - 2367 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } - 2366 = { - secede_province = THIS - add_core = PRG - any_pop = { literacy = -0.99 } - any_pop = { limit = { has_pop_culture = platinean} literacy = 0.05 } - life_rating = 18 - } - 2338 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } - 2337 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } - 2337 = { change_province_name = "Villa Occidental" } - any_pop = { ideology = { factor = -0.2 value = liberal } } - - any_neighbor_country = { relation = { who = THIS value = -50 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT700002B" - clr_country_flag = carlos_lopez_elected - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 9 - } - scaled_militancy = { - ideology = reactionary - factor = 9 - } - ideology = { - factor = 0.3 - value = liberal - } - } - ai_chance = { - factor = 0 - } - } - } - + id = 700002 + title = "EVTNAME700002" #Carlos Lopez coup + desc = "EVTDESC700002" + picture = "lopez_dictator" + + fire_only_once = yes + + trigger = { + tag = PRG + year = 1844 + has_country_flag = carlos_lopez_elected + NOT = { year = 1860 } + NOT = { has_country_modifier = solano_lopez_industrialization } + } + + mean_time_to_happen = { months = 2 } + + option = { + name = "EVTOPT700002A" + add_country_modifier = { + name = solano_lopez_industrialization + duration = 1825 + } + clr_country_flag = carlos_lopez_elected + set_country_flag = carlos_lopez_dictator + ruling_party_ideology = reactionary + political_reform = party_appointed + political_reform = none_voting + political_reform = no_meeting + political_reform = underground_parties + political_reform = state_press + government = presidential_dictatorship + 2367 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } + 2366 = { + secede_province = THIS + add_core = PRG + any_pop = { literacy = -0.99 } + any_pop = { limit = { has_pop_culture = platinean} literacy = 0.05 } + life_rating = 18 + } + 2338 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } + 2337 = { secede_province = THIS add_core = PRG any_pop = { literacy = -0.99 } life_rating = 18 } + 2337 = { change_province_name = "Villa Occidental" } + any_pop = { ideology = { factor = -0.2 value = liberal } } + + any_neighbor_country = { relation = { who = THIS value = -50 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT700002B" + clr_country_flag = carlos_lopez_elected + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 9 + } + scaled_militancy = { + ideology = reactionary + factor = 9 + } + ideology = { + factor = 0.3 + value = liberal + } + } + ai_chance = { + factor = 0 + } + } + } + country_event = { - id = 700003 - title = "EVTNAME700003" #Attrition with the USA - desc = "EVTDESC700003" - picture = "usa_boat_shelled" - - fire_only_once = yes - - trigger = { - tag = PRG - year = 1855 - has_country_flag = carlos_lopez_dictator - } - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVTOPT700003A" - USA = { set_country_flag = lopez_insult } - prestige = 5 - badboy = 1 - relation = { - who = USA - value = -100 - } - relation = { - who = ENG - value = -50 - } - ai_chance = { - factor = 1.0 - } - } - - option = { - name = "EVTOPT700003B" - USA = { prestige = 10 } - prestige = -10 - relation = { - who = USA - value = 50 - } - relation = { - who = ENG - value = 50 - } - ai_chance = { - factor = 0 - } - } - } - + id = 700003 + title = "EVTNAME700003" #Attrition with the USA + desc = "EVTDESC700003" + picture = "usa_boat_shelled" + + fire_only_once = yes + + trigger = { + tag = PRG + year = 1855 + has_country_flag = carlos_lopez_dictator + } + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVTOPT700003A" + USA = { set_country_flag = lopez_insult } + prestige = 5 + badboy = 1 + relation = { + who = USA + value = -100 + } + relation = { + who = ENG + value = -50 + } + ai_chance = { + factor = 1.0 + } + } + + option = { + name = "EVTOPT700003B" + USA = { prestige = 10 } + prestige = -10 + relation = { + who = USA + value = 50 + } + relation = { + who = ENG + value = 50 + } + ai_chance = { + factor = 0 + } + } + } + country_event = { - id = 700004 - title = "EVTNAME700004" #USA responds to the insult - desc = "EVTDESC700004" - picture = "usa_boat_shelled" - - fire_only_once = yes - - trigger = { - year = 1857 - tag = USA - has_country_flag = lopez_insult - war = no - } - - mean_time_to_happen = { months = 4 - modifier = { - factor = 0.8 - month = 10 - } - modifier = { - factor = 0.95 - month = 11 - } - modifier = { - factor = 0.99 - year = 1859 - } - } - - option = { - name = "EVTOPT700004A" - clr_country_flag = lopez_insult - URU = { country_event = 700005 } - ai_chance = { - factor = 1.0 - } - } - - option = { - name = "EVTOPT700004B" - prestige = -10 - clr_country_flag = lopez_insult - ai_chance = { - factor = 0 - } - } - } - + id = 700004 + title = "EVTNAME700004" #USA responds to the insult + desc = "EVTDESC700004" + picture = "usa_boat_shelled" + + fire_only_once = yes + + trigger = { + year = 1857 + tag = USA + has_country_flag = lopez_insult + war = no + } + + mean_time_to_happen = { months = 4 + modifier = { + factor = 0.8 + month = 10 + } + modifier = { + factor = 0.95 + month = 11 + } + modifier = { + factor = 0.99 + year = 1859 + } + } + + option = { + name = "EVTOPT700004A" + clr_country_flag = lopez_insult + URU = { country_event = 700005 } + ai_chance = { + factor = 1.0 + } + } + + option = { + name = "EVTOPT700004B" + prestige = -10 + clr_country_flag = lopez_insult + ai_chance = { + factor = 0 + } + } + } + country_event = { - id = 700005 - title = "EVTNAME700005" #USA asks for military access - desc = "EVTDESC700005" - picture = "usa_boat_shelled" - - fire_only_once = yes - - is_triggered_only = yes - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPT700005A" - USA = { military_access = URU - set_country_flag = uruguay_military_access - } - relation = { - who = USA - value = 50 - } - relation = { - who = PRG - value = -30 - } - ai_chance = { - factor = 0.9 - modifier = { - factor = 0 - URU = { alliance_with = PRG } - } - } - } - - option = { - name = "EVTOPT700005B" - USA = { set_country_flag = not_uruguay_military_access } - relation = { - who = USA - value = -150 - } - ai_chance = { - factor = 0.1 - modifier = { - factor = 0.9 - URU = { alliance_with = PRG } - } - } - } - } - + id = 700005 + title = "EVTNAME700005" #USA asks for military access + desc = "EVTDESC700005" + picture = "usa_boat_shelled" + + fire_only_once = yes + + is_triggered_only = yes + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPT700005A" + USA = { military_access = URU + set_country_flag = uruguay_military_access + } + relation = { + who = USA + value = 50 + } + relation = { + who = PRG + value = -30 + } + ai_chance = { + factor = 0.9 + modifier = { + factor = 0 + URU = { alliance_with = PRG } + } + } + } + + option = { + name = "EVTOPT700005B" + USA = { set_country_flag = not_uruguay_military_access } + relation = { + who = USA + value = -150 + } + ai_chance = { + factor = 0.1 + modifier = { + factor = 0.9 + URU = { alliance_with = PRG } + } + } + } + } + country_event = { - id = 700006 - title = "EVTNAME700006" #USA gets access - desc = "EVTDESC700006" - picture = "usa_ship" - - fire_only_once = yes - - trigger = { - year = 1855 - tag = USA - war = no - has_country_flag = uruguay_military_access - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPT700006A" - clr_country_flag = uruguay_military_access - PRG = {set_country_flag = usa_expedition } - ai_chance = { - factor = 0.99 - } - } - option = { - name = "EVTOPT700006B" - clr_country_flag = uruguay_military_access - PRG = {set_country_flag = usa_expedition } - prestige = -15 - ai_chance = { - factor = 0.01 - } - } - } - + id = 700006 + title = "EVTNAME700006" #USA gets access + desc = "EVTDESC700006" + picture = "usa_ship" + + fire_only_once = yes + + trigger = { + year = 1855 + tag = USA + war = no + has_country_flag = uruguay_military_access + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPT700006A" + clr_country_flag = uruguay_military_access + PRG = {set_country_flag = usa_expedition } + ai_chance = { + factor = 0.99 + } + } + option = { + name = "EVTOPT700006B" + clr_country_flag = uruguay_military_access + PRG = {set_country_flag = usa_expedition } + prestige = -15 + ai_chance = { + factor = 0.01 + } + } + } + country_event = { - id = 700007 - title = "EVTNAME700007" #USA doesnt get access - desc = "EVTDESC700007" - picture = "usa_ship" - - fire_only_once = yes - - trigger = { - year = 1855 - tag = USA - war = no - has_country_flag = not_uruguay_military_access - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPT700007A" - clr_country_flag = not_uruguay_military_access - PRG = {set_country_flag = usa_expedition } - ai_chance = { - factor = 0.95 - } - } - option = { - name = "EVTOPT700007B" - clr_country_flag = not_uruguay_military_access - PRG = {set_country_flag = usa_expedition } - prestige = -15 - ai_chance = { - factor = 0.05 - } - } - } - + id = 700007 + title = "EVTNAME700007" #USA doesnt get access + desc = "EVTDESC700007" + picture = "usa_ship" + + fire_only_once = yes + + trigger = { + year = 1855 + tag = USA + war = no + has_country_flag = not_uruguay_military_access + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPT700007A" + clr_country_flag = not_uruguay_military_access + PRG = {set_country_flag = usa_expedition } + ai_chance = { + factor = 0.95 + } + } + option = { + name = "EVTOPT700007B" + clr_country_flag = not_uruguay_military_access + PRG = {set_country_flag = usa_expedition } + prestige = -15 + ai_chance = { + factor = 0.05 + } + } + } + country_event = { - id = 700008 - title = "EVTNAME700008" #Paraguay sues for peace - desc = "EVTDESC700008" - picture = "usa_ship" - - trigger = { - year = 1855 - tag = PRG - has_country_flag = usa_expedition - NOT = { - OR = { - has_country_flag = asked_for_peace - has_country_flag = wont_submit - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 7 - modifier = { - factor = 0.7 - any_neighbor_country = { any_owned_province = { country_units_in_province = USA } } - } - modifier = { - factor = 0.85 - PRG = { any_owned_province = { country_units_in_province = USA } } - } - modifier = { - factor = 0.2 - any_greater_power = { alliance_with = PRG } - } - } - - option = { - name = "EVTOPT700008A" - clr_country_flag = not_uruguay_military_access - set_country_flag = asked_for_peace - prestige = -10 - treasury = -500 - USA = { - treasury = 500 - prestige = 10 - relation = { who = PRG value = 150 } - country_event = 700009 - } - ai_chance = { factor = 0.99 } - } - option = { - name = "EVTOPT700008B" - clr_country_flag = usa_expedition - set_country_flag = wont_submit - prestige = 5 - USA = { - casus_belli = { - target = PRG - type = humiliate - months = 24 - } - } - ai_chance = { - factor = 0.01 - } - } - - option = { - name = "EVTOPT700008C" - ai_chance = { - factor = 0 - } - } - } - - + id = 700008 + title = "EVTNAME700008" #Paraguay sues for peace + desc = "EVTDESC700008" + picture = "usa_ship" + + trigger = { + year = 1855 + tag = PRG + has_country_flag = usa_expedition + NOT = { + OR = { + has_country_flag = asked_for_peace + has_country_flag = wont_submit + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 7 + modifier = { + factor = 0.7 + any_neighbor_country = { any_owned_province = { country_units_in_province = USA } } + } + modifier = { + factor = 0.85 + PRG = { any_owned_province = { country_units_in_province = USA } } + } + modifier = { + factor = 0.2 + any_greater_power = { alliance_with = PRG } + } + } + + option = { + name = "EVTOPT700008A" + clr_country_flag = not_uruguay_military_access + set_country_flag = asked_for_peace + prestige = -10 + treasury = -500 + USA = { + treasury = 500 + prestige = 10 + relation = { who = PRG value = 150 } + country_event = 700009 + } + ai_chance = { factor = 0.99 } + } + option = { + name = "EVTOPT700008B" + clr_country_flag = usa_expedition + set_country_flag = wont_submit + prestige = 5 + USA = { + casus_belli = { + target = PRG + type = humiliate + months = 24 + } + } + ai_chance = { + factor = 0.01 + } + } + + option = { + name = "EVTOPT700008C" + ai_chance = { + factor = 0 + } + } + } + + country_event = { - id = 700009 - title = "EVTNAME700009" #End of the war - desc = "EVTDESC700009" - picture = "paraguayan_expedition" - - fire_only_once = yes - - is_triggered_only = yes - - mean_time_to_happen = { days = 3 } - - option = { - name = "EVTOPT700009A" - PRG = { clr_country_flag = asked_for_peace - clr_country_flag = usa_expedition } - end_war = PRG - end_military_access = URU - ai_chance = { - factor = 0.99 - } - } - option = { - name = "EVTOPT700009B" - PRG = { clr_country_flag = asked_for_peace - clr_country_flag = usa_expedition } - badboy = 5 - war = { - target = PRG - attacker_goal = { - casus_belli = humiliate - } - defender_goal = { - casus_belli = status_quo - } - call_ally = no - } - PRG = { country_event = 700012 } - ai_chance = { - factor = 0.01 - } - } - } - + id = 700009 + title = "EVTNAME700009" #End of the war + desc = "EVTDESC700009" + picture = "paraguayan_expedition" + + fire_only_once = yes + + is_triggered_only = yes + + mean_time_to_happen = { days = 3 } + + option = { + name = "EVTOPT700009A" + PRG = { clr_country_flag = asked_for_peace + clr_country_flag = usa_expedition } + end_war = PRG + end_military_access = URU + ai_chance = { + factor = 0.99 + } + } + option = { + name = "EVTOPT700009B" + PRG = { clr_country_flag = asked_for_peace + clr_country_flag = usa_expedition } + badboy = 5 + war = { + target = PRG + attacker_goal = { + casus_belli = humiliate + } + defender_goal = { + casus_belli = status_quo + } + call_ally = no + } + PRG = { country_event = 700012 } + ai_chance = { + factor = 0.01 + } + } + } + country_event = { - id = 700010 - title = "EVTNAME700010" #Paraguay claimed misiones - desc = "EVTDESC700010" - picture = "guarani_misiones" - - fire_only_once = yes - - is_triggered_only = yes - - mean_time_to_happen = { days = 3 } - - - option = { - name = "EVTOPT700010A" - relation = { - who = PRG - value = -50 - } - } - } + id = 700010 + title = "EVTNAME700010" #Paraguay claimed misiones + desc = "EVTDESC700010" + picture = "guarani_misiones" + + fire_only_once = yes + + is_triggered_only = yes + + mean_time_to_happen = { days = 3 } + + + option = { + name = "EVTOPT700010A" + relation = { + who = PRG + value = -50 + } + } + } country_event = { - id = 700011 - title = "EVTNAME700011" #Francia is the ruler of Paraguay - desc = "EVTDESC700011" - picture = "graspar_francia" - - fire_only_once = yes - - trigger = { - year = 1835 - tag = PRG - NOT = { has_country_modifier = francia_utopia } - NOT = { year = 1860 } - } - - option = { - name = "EVTOPT700011A" - dominant_issue = { - value = jingoism - factor = 0.2 - } - dominant_issue = { - value = secularized - factor = 0.2 - } - any_country = { - relation = { - who = THIS - value = -100 - } - } - any_greater_power = { - diplomatic_influence = { - who = THIS - value = -400 - } - } - add_country_modifier = { - name = francia_utopia - duration = -1 - } - } - } + id = 700011 + title = "EVTNAME700011" #Francia is the ruler of Paraguay + desc = "EVTDESC700011" + picture = "graspar_francia" + + fire_only_once = yes + + trigger = { + year = 1835 + tag = PRG + NOT = { has_country_modifier = francia_utopia } + NOT = { year = 1860 } + } + + option = { + name = "EVTOPT700011A" + dominant_issue = { + value = jingoism + factor = 0.2 + } + dominant_issue = { + value = secularized + factor = 0.2 + } + any_country = { + relation = { + who = THIS + value = -100 + } + } + any_greater_power = { + diplomatic_influence = { + who = THIS + value = -400 + } + } + add_country_modifier = { + name = francia_utopia + duration = -1 + } + } + } country_event = { - id = 700012 - title = "EVTNAME700012" #USA doesn't end the war - desc = "EVTDESC700012" - picture = "paraguayan_expedition" - - fire_only_once = yes - - is_triggered_only = yes - - mean_time_to_happen = { days = 2 } - - option = { - name = "EVTOPT700012A" - } - } - + id = 700012 + title = "EVTNAME700012" #USA doesn't end the war + desc = "EVTDESC700012" + picture = "paraguayan_expedition" + + fire_only_once = yes + + is_triggered_only = yes + + mean_time_to_happen = { days = 2 } + + option = { + name = "EVTOPT700012A" + } + } + country_event = { - id = 700013 - title = "EVTNAME700013" - desc = "EVTDESC700013" - picture = "paraguay_independence" - - is_triggered_only = yes - - - option = { - name = "EVTOPT700013A" - relation = { who = FROM value = 50 } - ai_chance = { factor = 0.99 } - } - - option = { - name = "EVTOPT700013B" - relation = { who = FROM value = -100 } - ai_chance = { factor = 0.01 } - } + id = 700013 + title = "EVTNAME700013" + desc = "EVTDESC700013" + picture = "paraguay_independence" + + is_triggered_only = yes + + + option = { + name = "EVTOPT700013A" + relation = { who = FROM value = 50 } + ai_chance = { factor = 0.99 } + } + + option = { + name = "EVTOPT700013B" + relation = { who = FROM value = -100 } + ai_chance = { factor = 0.01 } + } } - + country_event = { - id = 700014 - title = "EVTNAME700014" - desc = "EVTDESC700014" - picture = "solano_lopez" - - trigger = { - year = 1862 - tag = PRG - has_country_modifier = solano_lopez_industrialization - } - - fire_only_once = yes - mean_time_to_happen = { months = 4 } - - option = { - name = "EVTOPT700014A" - remove_country_modifier = solano_lopez_industrialization - 2341 = { trade_goods = cotton } - define_general = { - name = "Francisco Solano Lopez" - personality = audacious - background = unqualified - } - } - } + id = 700014 + title = "EVTNAME700014" + desc = "EVTDESC700014" + picture = "solano_lopez" + + trigger = { + year = 1862 + tag = PRG + has_country_modifier = solano_lopez_industrialization + } + + fire_only_once = yes + mean_time_to_happen = { months = 4 } + + option = { + name = "EVTOPT700014A" + remove_country_modifier = solano_lopez_industrialization + 2341 = { trade_goods = cotton } + define_general = { + name = "Francisco Solano Lopez" + personality = audacious + background = unqualified + } + } + } #Event to normalize a small paraguay relations country_event = { - id = 700016 - title = "EVTNAME700016" - desc = "EVTDESC700016" - picture = "greatpowers" - - trigger = { - tag = PRG - year = 1850 - NOT = { owns = 2554 } - NOT = { owns = 2366 } - NOT = { owns = 2367 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVTOPT700016A" - any_neighbor_country = { limit = { NOT = { owns = 2337 } } relation = { who = THIS value = 400 } } - 2554 = { remove_core = PRG } - 2366 = { remove_core = PRG } - 2367 = { remove_core = PRG } - 2420 = { remove_core = PRG } - social_reform = no_schools - ai_chance = { factor = 100 } - } - option = { - name = "EVTOPT700016B" - any_neighbor_country = { relation = { who = THIS value = -400 } } - ai_chance = { factor = 0 } - } - } - - + id = 700016 + title = "EVTNAME700016" + desc = "EVTDESC700016" + picture = "greatpowers" + + trigger = { + tag = PRG + year = 1850 + NOT = { owns = 2554 } + NOT = { owns = 2366 } + NOT = { owns = 2367 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVTOPT700016A" + any_neighbor_country = { limit = { NOT = { owns = 2337 } } relation = { who = THIS value = 400 } } + 2554 = { remove_core = PRG } + 2366 = { remove_core = PRG } + 2367 = { remove_core = PRG } + 2420 = { remove_core = PRG } + social_reform = no_schools + ai_chance = { factor = 100 } + } + option = { + name = "EVTOPT700016B" + any_neighbor_country = { relation = { who = THIS value = -400 } } + ai_chance = { factor = 0 } + } + } + + #Event to normalize a small paraguay relations country_event = { - id = 700017 - title = "EVTNAME700016" - desc = "EVTDESC700016" - picture = "greatpowers" - - trigger = { - tag = PRG - NOT = { owns = 2420 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVTOPT700016A" - BRZ = { relation = { who = THIS value = 210 } } - 2420 = { remove_core = PRG } - ai_chance = { factor = 100 } - } - option = { - name = "EVTOPT700016B" - any_neighbor_country = { relation = { who = THIS value = -400 } } - ai_chance = { factor = 0 } - } - } \ No newline at end of file + id = 700017 + title = "EVTNAME700016" + desc = "EVTDESC700016" + picture = "greatpowers" + + trigger = { + tag = PRG + NOT = { owns = 2420 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPT700016A" + BRZ = { relation = { who = THIS value = 210 } } + 2420 = { remove_core = PRG } + ai_chance = { factor = 100 } + } + option = { + name = "EVTOPT700016B" + any_neighbor_country = { relation = { who = THIS value = -400 } } + ai_chance = { factor = 0 } + } + } diff --git a/HPM/events/PRUFlavor.txt b/HPM/events/PRUFlavor.txt index 8f36caec..932bd854 100644 --- a/HPM/events/PRUFlavor.txt +++ b/HPM/events/PRUFlavor.txt @@ -1,1021 +1,1020 @@ country_event = { - id = 34600 - news = yes - news_desc_long = "EVTDESC34600_NEWS_LONG" - news_desc_medium = "EVTDESC34600_NEWS_MEDIUM" - news_desc_short = "EVTDESC34600_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1836 - war = no - NOT = { - year = 1839 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - } - - title = "EVTNAME34600" - desc = "EVTDESC34600" - picture = "Diesterweg" - - option = { - name = "EVTOPTA34600" - prestige = 3 - years_of_research = 0.05 - } + id = 34600 + news = yes + news_desc_long = "EVTDESC34600_NEWS_LONG" + news_desc_medium = "EVTDESC34600_NEWS_MEDIUM" + news_desc_short = "EVTDESC34600_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1836 + war = no + NOT = { + year = 1839 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + } + + title = "EVTNAME34600" + desc = "EVTDESC34600" + picture = "Diesterweg" + + option = { + name = "EVTOPTA34600" + prestige = 3 + years_of_research = 0.05 + } } country_event = { - id = 34601 - news = yes - news_desc_long = "EVTDESC34601_NEWS_LONG" - news_desc_medium = "EVTDESC34601_NEWS_MEDIUM" - news_desc_short = "EVTDESC34601_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - - year = 1841 - war = no - NOT = { - year = 1844 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1842 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1843 - } - } - - title = "EVTNAME34601" - desc = "EVTDESC34601" - picture = "Deutschlandlied" - - option = { - name = "EVTOPTA34601" - any_pop = { - limit = { has_pop_culture = north_german } - consciousness = 1 - } - any_pop = { - limit = { has_pop_culture = south_german } - consciousness = 1 - } - } + id = 34601 + news = yes + news_desc_long = "EVTDESC34601_NEWS_LONG" + news_desc_medium = "EVTDESC34601_NEWS_MEDIUM" + news_desc_short = "EVTDESC34601_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + + year = 1841 + war = no + NOT = { + year = 1844 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1842 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1843 + } + } + + title = "EVTNAME34601" + desc = "EVTDESC34601" + picture = "Deutschlandlied" + + option = { + name = "EVTOPTA34601" + any_pop = { + limit = { has_pop_culture = north_german } + consciousness = 1 + } + any_pop = { + limit = { has_pop_culture = south_german } + consciousness = 1 + } + } } country_event = { - id = 34602 - news = yes - news_desc_long = "EVTDESC34602_NEWS_LONG" - news_desc_medium = "EVTDESC34602_NEWS_MEDIUM" - news_desc_short = "EVTDESC34602_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1840 - war = no - NOT = { - year = 1843 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1841 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME34602" - desc = "EVTDESC34602" - picture = "WilhelmIV" - - option = { - name = "EVTOPTA34602" - any_pop = { - scaled_consciousness = { - factor = 2 - ideology = liberal - } - } - } + id = 34602 + news = yes + news_desc_long = "EVTDESC34602_NEWS_LONG" + news_desc_medium = "EVTDESC34602_NEWS_MEDIUM" + news_desc_short = "EVTDESC34602_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1840 + war = no + NOT = { + year = 1843 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1841 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME34602" + desc = "EVTDESC34602" + picture = "WilhelmIV" + + option = { + name = "EVTOPTA34602" + any_pop = { + scaled_consciousness = { + factor = 2 + ideology = liberal + } + } + } } country_event = { - id = 34603 - news = yes - news_desc_long = "EVTDESC34603_NEWS_LONG" - news_desc_medium = "EVTDESC34603_NEWS_MEDIUM" - news_desc_short = "EVTDESC34603_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1844 - war = no - NOT = { - year = 1847 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1844 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1845 - } - } - - title = "EVTNAME34603" - desc = "EVTDESC34603" - picture = "berlinzoo" - - option = { - name = "EVTOPTA34603" - prestige = 5 - } + id = 34603 + news = yes + news_desc_long = "EVTDESC34603_NEWS_LONG" + news_desc_medium = "EVTDESC34603_NEWS_MEDIUM" + news_desc_short = "EVTDESC34603_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1844 + war = no + NOT = { + year = 1847 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1844 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1845 + } + } + + title = "EVTNAME34603" + desc = "EVTDESC34603" + picture = "berlinzoo" + + option = { + name = "EVTOPTA34603" + prestige = 5 + } } country_event = { - id = 34604 - news = yes - news_desc_long = "EVTDESC34604_NEWS_LONG" - news_desc_medium = "EVTDESC34604_NEWS_MEDIUM" - news_desc_short = "EVTDESC34604_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1845 - NOT = { - year = 1848 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1846 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1847 - } - } - - title = "EVTNAME34604" - desc = "EVTDESC34604" - picture = "jews" - - option = { - name = "EVTOPTA34604" - prestige = 5 - any_pop = { - limit = { has_pop_religion = jewish } - consciousness = 1 - } - } + id = 34604 + news = yes + news_desc_long = "EVTDESC34604_NEWS_LONG" + news_desc_medium = "EVTDESC34604_NEWS_MEDIUM" + news_desc_short = "EVTDESC34604_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1845 + NOT = { + year = 1848 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1846 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1847 + } + } + + title = "EVTNAME34604" + desc = "EVTDESC34604" + picture = "jews" + + option = { + name = "EVTOPTA34604" + prestige = 5 + any_pop = { + limit = { has_pop_religion = jewish } + consciousness = 1 + } + } } country_event = { - id = 34605 - news = yes - news_desc_long = "EVTDESC34605_NEWS_LONG" - news_desc_medium = "EVTDESC34605_NEWS_MEDIUM" - news_desc_short = "EVTDESC34605_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1846 - NOT = { - year = 1849 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME34605" - desc = "EVTDESC34605" - picture = "Gottlieb" - - option = { - name = "EVTOPTA34605" - prestige = 5 - } + id = 34605 + news = yes + news_desc_long = "EVTDESC34605_NEWS_LONG" + news_desc_medium = "EVTDESC34605_NEWS_MEDIUM" + news_desc_short = "EVTDESC34605_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1846 + NOT = { + year = 1849 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME34605" + desc = "EVTDESC34605" + picture = "Gottlieb" + + option = { + name = "EVTOPTA34605" + prestige = 5 + } } country_event = { - id = 34606 - news = yes - news_desc_long = "EVTDESC34606_NEWS_LONG" - news_desc_medium = "EVTDESC34606_NEWS_MEDIUM" - news_desc_short = "EVTDESC34606_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1849 - NOT = { - year = 1852 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1851 - } - } - - title = "EVTNAME34606" - desc = "EVTDESC34606" - picture = "theatre" - - option = { - name = "EVTOPTA34606" - prestige = 3 - } + id = 34606 + news = yes + news_desc_long = "EVTDESC34606_NEWS_LONG" + news_desc_medium = "EVTDESC34606_NEWS_MEDIUM" + news_desc_short = "EVTDESC34606_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1849 + NOT = { + year = 1852 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1851 + } + } + + title = "EVTNAME34606" + desc = "EVTDESC34606" + picture = "theatre" + + option = { + name = "EVTOPTA34606" + prestige = 3 + } } country_event = { - id = 34607 - news = yes - news_desc_long = "EVTDESC34607_NEWS_LONG" - news_desc_medium = "EVTDESC34607_NEWS_MEDIUM" - news_desc_short = "EVTDESC34607_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1856 - safety_regulations = no_safety - NOT = { - year = 1859 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1851 - } - } - - title = "EVTNAME34607" - desc = "EVTDESC34607" - picture = "krupp" - - option = { - name = "EVTOPTA34607" - social_reform = trinket_safety - capitalists = { - consciousness = 2 - } - aristocrats = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - } - - option = { - name = "EVTOPTB34607" - labourers = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - } + id = 34607 + news = yes + news_desc_long = "EVTDESC34607_NEWS_LONG" + news_desc_medium = "EVTDESC34607_NEWS_MEDIUM" + news_desc_short = "EVTDESC34607_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1856 + safety_regulations = no_safety + NOT = { + year = 1859 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1851 + } + } + + title = "EVTNAME34607" + desc = "EVTDESC34607" + picture = "krupp" + + option = { + name = "EVTOPTA34607" + social_reform = trinket_safety + capitalists = { + consciousness = 2 + } + aristocrats = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + } + + option = { + name = "EVTOPTB34607" + labourers = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + } } country_event = { - id = 34608 - news = yes - news_desc_long = "EVTDESC34608_NEWS_LONG" - news_desc_medium = "EVTDESC34608_NEWS_MEDIUM" - news_desc_short = "EVTDESC34608_NEWS_SHORT" - - trigger = { - child_labor = child_labor_legal - OR = { - tag = PRU - capital = 549 - } - year = 1839 - NOT = { - year = 1843 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1840 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1841 - } - } - - title = "EVTNAME34608" - desc = "EVTDESC34608" - picture = "prussian_child_labor_act" - - option = { - name = "EVTOPTA34608" - prestige = 2 - social_reform = child_labor_restricted - any_pop = { - limit = { has_pop_culture = north_german } - consciousness = 1 - } - any_pop = { - limit = { has_pop_culture = south_german } - consciousness = 1 - } - ai_chance = { - factor = 1 - } - } - - option = { - name = "EVTOPTB34608" - prestige = -5 - any_pop = { - limit = { has_pop_culture = north_german } - militancy = 3 - } - any_pop = { - limit = { has_pop_culture = south_german } - militancy = 3 - } - ai_chance = { - factor = 0 - } - } + id = 34608 + news = yes + news_desc_long = "EVTDESC34608_NEWS_LONG" + news_desc_medium = "EVTDESC34608_NEWS_MEDIUM" + news_desc_short = "EVTDESC34608_NEWS_SHORT" + + trigger = { + child_labor = child_labor_legal + OR = { + tag = PRU + capital = 549 + } + year = 1839 + NOT = { + year = 1843 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1840 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1841 + } + } + + title = "EVTNAME34608" + desc = "EVTDESC34608" + picture = "prussian_child_labor_act" + + option = { + name = "EVTOPTA34608" + prestige = 2 + social_reform = child_labor_restricted + any_pop = { + limit = { has_pop_culture = north_german } + consciousness = 1 + } + any_pop = { + limit = { has_pop_culture = south_german } + consciousness = 1 + } + ai_chance = { + factor = 1 + } + } + + option = { + name = "EVTOPTB34608" + prestige = -5 + any_pop = { + limit = { has_pop_culture = north_german } + militancy = 3 + } + any_pop = { + limit = { has_pop_culture = south_german } + militancy = 3 + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 34609 - news = yes - news_desc_long = "EVTDESC34609_NEWS_LONG" - news_desc_medium = "EVTDESC34609_NEWS_MEDIUM" - news_desc_short = "EVTDESC34609_NEWS_SHORT" - - trigger = { - OR = { - tag = PRU - capital = 549 - } - year = 1838 - war = no - has_global_flag = MozartFest1838 - NOT = { - has_country_flag = MozartFest1838 - year = 1841 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME34100" - desc = "EVTDESC34100" - picture = "Mozart" - - option = { - name = "EVTOPTA34100" - set_country_flag = MozartFest1838 - plurality = 1 - farmers = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - labourers = { - consciousness = 1 - } - } + id = 34609 + news = yes + news_desc_long = "EVTDESC34609_NEWS_LONG" + news_desc_medium = "EVTDESC34609_NEWS_MEDIUM" + news_desc_short = "EVTDESC34609_NEWS_SHORT" + + trigger = { + OR = { + tag = PRU + capital = 549 + } + year = 1838 + war = no + has_global_flag = MozartFest1838 + NOT = { + has_country_flag = MozartFest1838 + year = 1841 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME34100" + desc = "EVTDESC34100" + picture = "Mozart" + + option = { + name = "EVTOPTA34100" + set_country_flag = MozartFest1838 + plurality = 1 + farmers = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + labourers = { + consciousness = 1 + } + } } country_event = { - id = 34610 - title = "EVTNAME34610" - desc = "EVTDESC34610" - picture = "hamburg_great_fire" - - trigger = { - owns = 528 - year = 1841 - NOT = { year = 1844 } - NOT = { crime_fighting = 0.9 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 #increase likelihood to happen - year = 1842 - } - } - - option = { - name = "EVTOPTA34610" - set_global_flag = hamburg_great_fire - 528 = { infrastructure = -1 } - random_list = { - 33 = { 528 = { any_pop = { reduce_pop = 0.999 } } } - 33 = { 528 = { any_pop = { reduce_pop = 0.998 } } } - 33 = { 528 = { any_pop = { reduce_pop = 0.997 } } } - } - } - } + id = 34610 + title = "EVTNAME34610" + desc = "EVTDESC34610" + picture = "hamburg_great_fire" + + trigger = { + owns = 528 + year = 1841 + NOT = { year = 1844 } + NOT = { crime_fighting = 0.9 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 #increase likelihood to happen + year = 1842 + } + } + + option = { + name = "EVTOPTA34610" + set_global_flag = hamburg_great_fire + 528 = { infrastructure = -1 } + random_list = { + 33 = { 528 = { any_pop = { reduce_pop = 0.999 } } } + 33 = { 528 = { any_pop = { reduce_pop = 0.998 } } } + 33 = { 528 = { any_pop = { reduce_pop = 0.997 } } } + } + } + } country_event = { - id = 34611 - title = "EVTNAME34610" - desc = "EVTDESC34610" - picture = "hamburg_great_fire" - - trigger = { - is_greater_power = yes - has_global_flag = hamburg_great_fire - primary_culture = north_german - 528 = { NOT = { has_province_modifier = rebuilding_city } } - } - - fire_only_once = yes - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPTA34611" - clr_global_flag = hamburg_great_fire - treasury = -5000 - HAM = { treasury = 5000 } - 528 = { infrastructure = 1 } - random_list = { - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 910 - } - } - } - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 730 - } - } - } - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 550 - } - } - } - } - diplomatic_influence = { - who = HAM - value = 50 - } - relation = { - who = HAM - value = 100 - } - ai_chance = { - factor = 100 - modifier = { - factor = 0 - NOT = { money = 5100 } - } - } - } - - option = { - name = "EVTOPTB34611" - clr_global_flag = hamburg_great_fire - treasury = -1000 - HAM = { treasury = 1000 } - random_list = { - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 500 - } - } - } - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 365 - } - } - } - 33 = { 528 = { - add_province_modifier = { - name = rebuilding_city - duration = 180 - } - } - } - } - diplomatic_influence = { - who = HAM - value = 25 - } - relation = { - who = HAM - value = 50 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - NOT = { money = 1100 } - } - } - } - - option = { - name = "EVTOPTC34611" - clr_global_flag = hamburg_great_fire - diplomatic_influence = { - who = HAM - value = -50 - } - relation = { - who = HAM - value = -75 - } - ai_chance = { - factor = 0 - modifier = { - factor = 100 - NOT = { money = 900 } - } - } - } - } - + id = 34611 + title = "EVTNAME34610" + desc = "EVTDESC34610" + picture = "hamburg_great_fire" + + trigger = { + is_greater_power = yes + has_global_flag = hamburg_great_fire + primary_culture = north_german + 528 = { NOT = { has_province_modifier = rebuilding_city } } + } + + fire_only_once = yes + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPTA34611" + clr_global_flag = hamburg_great_fire + treasury = -5000 + HAM = { treasury = 5000 } + 528 = { infrastructure = 1 } + random_list = { + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 910 + } + } + } + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 730 + } + } + } + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 550 + } + } + } + } + diplomatic_influence = { + who = HAM + value = 50 + } + relation = { + who = HAM + value = 100 + } + ai_chance = { + factor = 100 + modifier = { + factor = 0 + NOT = { money = 5100 } + } + } + } + + option = { + name = "EVTOPTB34611" + clr_global_flag = hamburg_great_fire + treasury = -1000 + HAM = { treasury = 1000 } + random_list = { + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 500 + } + } + } + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 365 + } + } + } + 33 = { 528 = { + add_province_modifier = { + name = rebuilding_city + duration = 180 + } + } + } + } + diplomatic_influence = { + who = HAM + value = 25 + } + relation = { + who = HAM + value = 50 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + NOT = { money = 1100 } + } + } + } + + option = { + name = "EVTOPTC34611" + clr_global_flag = hamburg_great_fire + diplomatic_influence = { + who = HAM + value = -50 + } + relation = { + who = HAM + value = -75 + } + ai_chance = { + factor = 0 + modifier = { + factor = 100 + NOT = { money = 900 } + } + } + } + } + country_event = { - id = 34612 - title = "EVTNAME34612" - desc = "EVTDESC34612" - picture = "prussian_constitution" - - trigger = { - tag = PRU - year = 1847 - month = 6 - militancy = 5 - OR = { - AND = { - NOT = { press_rights = free_press } - NOT = { vote_franschise = wealth_voting } - NOT = { vote_franschise = universal_weighted_voting } - } - ai = yes - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - has_country_flag = medicine_invented - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVTOPTA34612" - add_country_modifier = { - name = new_constitution - duration = 7300 - } - political_reform = wealth_weighted_voting - political_reform = free_press - political_reform = yes_meeting - political_reform = no_trade_unions - political_reform = mandatory_service - social_reform = trinket_health_care - any_pop = { militancy = -4 } - any_pop = { - scaled_militancy = { - factor = 3 - ideology = reactionary - } - } - ai_chance = { factor = 90 } - } - - option = { - name = "EVTOPTB34612" - any_pop = { scaled_militancy = { - factor = -5 - ideology = reactionary - } - } - any_pop = { scaled_militancy = { - factor = 6 - ideology = liberal - } - } - ai_chance = { factor = 10 } - } - } - + id = 34612 + title = "EVTNAME34612" + desc = "EVTDESC34612" + picture = "prussian_constitution" + + trigger = { + tag = PRU + year = 1847 + month = 6 + militancy = 5 + OR = { + AND = { + NOT = { press_rights = free_press } + NOT = { vote_franschise = wealth_voting } + NOT = { vote_franschise = universal_weighted_voting } + } + ai = yes + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + has_country_flag = medicine_invented + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVTOPTA34612" + add_country_modifier = { + name = new_constitution + duration = 7300 + } + political_reform = wealth_weighted_voting + political_reform = free_press + political_reform = yes_meeting + political_reform = no_trade_unions + political_reform = mandatory_service + social_reform = trinket_health_care + any_pop = { militancy = -4 } + any_pop = { + scaled_militancy = { + factor = 3 + ideology = reactionary + } + } + ai_chance = { factor = 90 } + } + + option = { + name = "EVTOPTB34612" + any_pop = { scaled_militancy = { + factor = -5 + ideology = reactionary + } + } + any_pop = { scaled_militancy = { + factor = 6 + ideology = liberal + } + } + ai_chance = { factor = 10 } + } + } + #Neuchatel Revolution country_event = { - id = 34613 - title = "EVTNAME34613" - desc = "EVTDESC34613" - picture = "Riot" - - trigger = { - tag = PRU - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NEH = { - exists = yes - ai = yes - OR = { - average_consciousness = 4 - average_militancy = 2 - has_country_modifier = springtime_of_nations - } - } - war = no - year = 1842 - } - - fire_only_once = yes - - mean_time_to_happen = { months = 3 } - - option = { - name = "EVTOPTA34613" - NEH = { - set_country_flag = neuchatel_crisis_escalating - government = democracy - any_pop = { militancy = -9 consciousness = -9 } - } - relation = { who = NEH value = -400 } - leave_alliance = NEH - any_country = { - limit = { is_greater_power = yes exists = yes } - diplomatic_influence = { who = NEH value = -400 } - } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVTOPTB34613" - prestige = -5 - badboy = -2 - 608 = { remove_core = NGF } - 608 = { remove_core = GER } - 608 = { remove_core = PRU } - 608 = { remove_core = NEH } - SWI = { inherit = NEH } - - relation = { who = SWI value = 75 } - diplomatic_influence = { who = SWI value = 50 } - ai_chance = { factor = 0.05 } - } + id = 34613 + title = "EVTNAME34613" + desc = "EVTDESC34613" + picture = "Riot" + + trigger = { + tag = PRU + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NEH = { + exists = yes + ai = yes + OR = { + average_consciousness = 4 + average_militancy = 2 + has_country_modifier = springtime_of_nations + } + } + war = no + year = 1842 + } + + fire_only_once = yes + + mean_time_to_happen = { months = 3 } + + option = { + name = "EVTOPTA34613" + NEH = { + set_country_flag = neuchatel_crisis_escalating + government = democracy + any_pop = { militancy = -9 consciousness = -9 } + } + relation = { who = NEH value = -400 } + leave_alliance = NEH + any_country = { + limit = { is_greater_power = yes exists = yes } + diplomatic_influence = { who = NEH value = -400 } + } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVTOPTB34613" + prestige = -5 + badboy = -2 + 608 = { remove_core = NGF } + 608 = { remove_core = GER } + 608 = { remove_core = PRU } + 608 = { remove_core = NEH } + SWI = { inherit = NEH } + + relation = { who = SWI value = 75 } + diplomatic_influence = { who = SWI value = 50 } + ai_chance = { factor = 0.05 } + } } #Prussia loses cores on Neuchatel country_event = { - id = 34614 - title = "EVTNAME34614" - desc = "EVTDESC34614" - picture = "neuchatel_canton" - - trigger = { - has_country_flag = claiming_neuchatel - exists = yes - 608 = { is_core = THIS } - NOT = { government = absolute_monarchy } - NOT = { government = prussian_constitutionalism } - NOT = { government = hms_government } - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVTOPTA34614" - 608 = { remove_core = NGF } - 608 = { remove_core = GER } - 608 = { remove_core = PRU } - 608 = { remove_core = NEH } - random_country = { - limit = { - exists = yes - tag = NEH - OR = { - vassal_of = SWI - is_vassal = no - } - } - clr_country_flag = neuchatel_crisis_escalating - neutrality = yes - annex_to = SWI - } - } + id = 34614 + title = "EVTNAME34614" + desc = "EVTDESC34614" + picture = "neuchatel_canton" + + trigger = { + has_country_flag = claiming_neuchatel + exists = yes + 608 = { is_core = THIS } + NOT = { government = absolute_monarchy } + NOT = { government = prussian_constitutionalism } + NOT = { government = hms_government } + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVTOPTA34614" + 608 = { remove_core = NGF } + 608 = { remove_core = GER } + 608 = { remove_core = PRU } + 608 = { remove_core = NEH } + random_country = { + limit = { + exists = yes + tag = NEH + OR = { + vassal_of = SWI + is_vassal = no + } + } + clr_country_flag = neuchatel_crisis_escalating + neutrality = yes + annex_to = SWI + } + } } #The Neuchatel Crisis country_event = { - id = 34615 - title = "EVTNAME34615" - desc = "EVTDESC34615" - picture = "neuchatel_canton" - - trigger = { - NOT = { has_country_flag = neuchatel_crisis_escalated } - has_country_flag = claiming_neuchatel - 608 = { is_core = THIS } - year = 1845 - NEH = { - war = no - ai = yes - exists = yes - OR = { - AND = { - has_country_flag = neuchatel_crisis_escalating - average_consciousness = 2 - average_militancy = 1 - } - AND = { - average_consciousness = 7 - average_militancy = 6 - } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - NEH = { average_militancy = 4 } - } - } - - option = { - name = "EVTOPTA34615" - badboy = 25 - set_country_flag = neuchatel_crisis_escalated - SWI = { - set_country_flag = neutrality_violated - set_country_flag = neuchatel_crisis_escalated - remove_country_modifier = neutrality_modifier - } - relation = { who = SWI value = -400 } - relation = { who = NEH value = -400 } - diplomatic_influence = { who = SWI value = -400 } - diplomatic_influence = { who = NEH value = -400 } - leave_alliance = NEH - release_vassal = NEH - ENG = { - create_alliance = SWI - set_country_flag = supports_switzerland - relation = { who = THIS value = -200 } - casus_belli = { target = THIS type = cut_down_to_size months = 24 } - } - FRA = { - create_alliance = SWI - set_country_flag = supports_switzerland - relation = { who = THIS value = -200 } - casus_belli = { target = THIS type = cut_down_to_size months = 24 } - } - random_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - NOT = { tag = FRA } - NOT = { tag = ENG } - NOT = { has_country_flag = claiming_neuchatel } - relation = { who = SWI value = 50 } - } - set_country_flag = supports_switzerland - create_alliance = SWI - relation = { who = THIS value = -200 } - casus_belli = { target = THIS type = cut_down_to_size months = 24 } - } - any_country = { - limit = { - exists = yes - OR = { - alliance_with = SWI - is_sphere_leader_of = SWI - relation = { who = SWI value = 75 } - } - } - leave_alliance = THIS - relation = { who = THIS value = -200 } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - random_owned = { limit = { owner = { ai = no } } owner = { casus_belli = { target = SWI type = release_puppet months = 12 } } } - random_owned = { limit = { owner = { ai = yes } } owner = { casus_belli = { target = SWI type = release_puppet_AI months = 12 } } } - add_country_modifier = { name = preparations_for_war duration = 370 } - ai_chance = { - factor = 0.1 - modifier = { factor = 0 NOT = { war_policy = jingoism } } - modifier = { factor = 0 badboy = 0.01 } - } - } - - option = { - name = "EVTOPTB34615" - set_global_flag = neuchatel_question_solved - clr_country_flag = claiming_neuchatel - prestige = -5 - badboy = -2 - 608 = { remove_core = NGF } - 608 = { remove_core = GER } - 608 = { remove_core = PRU } - 608 = { remove_core = NEH } - random_country = { - limit = { - exists = yes - tag = NEH - ai = yes - OR = { - vassal_of = SWI - is_vassal = no - } - } - clr_country_flag = neuchatel_crisis_escalating - neutrality = yes - annex_to = SWI - } - ai_chance = { factor = 0.9 } - } + id = 34615 + title = "EVTNAME34615" + desc = "EVTDESC34615" + picture = "neuchatel_canton" + + trigger = { + NOT = { has_country_flag = neuchatel_crisis_escalated } + has_country_flag = claiming_neuchatel + 608 = { is_core = THIS } + year = 1845 + NEH = { + war = no + ai = yes + exists = yes + OR = { + AND = { + has_country_flag = neuchatel_crisis_escalating + average_consciousness = 2 + average_militancy = 1 + } + AND = { + average_consciousness = 7 + average_militancy = 6 + } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + NEH = { average_militancy = 4 } + } + } + + option = { + name = "EVTOPTA34615" + badboy = 25 + set_country_flag = neuchatel_crisis_escalated + SWI = { + set_country_flag = neutrality_violated + set_country_flag = neuchatel_crisis_escalated + remove_country_modifier = neutrality_modifier + } + relation = { who = SWI value = -400 } + relation = { who = NEH value = -400 } + diplomatic_influence = { who = SWI value = -400 } + diplomatic_influence = { who = NEH value = -400 } + leave_alliance = NEH + release_vassal = NEH + ENG = { + create_alliance = SWI + set_country_flag = supports_switzerland + relation = { who = THIS value = -200 } + casus_belli = { target = THIS type = cut_down_to_size months = 24 } + } + FRA = { + create_alliance = SWI + set_country_flag = supports_switzerland + relation = { who = THIS value = -200 } + casus_belli = { target = THIS type = cut_down_to_size months = 24 } + } + random_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + NOT = { tag = FRA } + NOT = { tag = ENG } + NOT = { has_country_flag = claiming_neuchatel } + relation = { who = SWI value = 50 } + } + set_country_flag = supports_switzerland + create_alliance = SWI + relation = { who = THIS value = -200 } + casus_belli = { target = THIS type = cut_down_to_size months = 24 } + } + any_country = { + limit = { + exists = yes + OR = { + alliance_with = SWI + is_sphere_leader_of = SWI + relation = { who = SWI value = 75 } + } + } + leave_alliance = THIS + relation = { who = THIS value = -200 } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + random_owned = { limit = { owner = { ai = no } } owner = { casus_belli = { target = SWI type = release_puppet months = 12 } } } + random_owned = { limit = { owner = { ai = yes } } owner = { casus_belli = { target = SWI type = release_puppet_AI months = 12 } } } + add_country_modifier = { name = preparations_for_war duration = 370 } + ai_chance = { + factor = 0.1 + modifier = { factor = 0 NOT = { war_policy = jingoism } } + modifier = { factor = 0 badboy = 0.01 } + } + } + + option = { + name = "EVTOPTB34615" + set_global_flag = neuchatel_question_solved + clr_country_flag = claiming_neuchatel + prestige = -5 + badboy = -2 + 608 = { remove_core = NGF } + 608 = { remove_core = GER } + 608 = { remove_core = PRU } + 608 = { remove_core = NEH } + random_country = { + limit = { + exists = yes + tag = NEH + ai = yes + OR = { + vassal_of = SWI + is_vassal = no + } + } + clr_country_flag = neuchatel_crisis_escalating + neutrality = yes + annex_to = SWI + } + ai_chance = { factor = 0.9 } + } } - diff --git a/HPM/events/PanNationalists.txt b/HPM/events/PanNationalists.txt index 32f4c54c..ebda6efe 100644 --- a/HPM/events/PanNationalists.txt +++ b/HPM/events/PanNationalists.txt @@ -1,1548 +1,1548 @@ ################################################################################# -# # -# These events deal with pan-nationalist rebel success # -# # +# # +# These events deal with pan-nationalist rebel success # +# # ################################################################################# #Pan-Nationalists Victorious (Generic Event) country_event = { - id = 96200 - title = "EVTNAME800150" - desc = "EVTDESC800150" - picture = "unite" + id = 96200 + title = "EVTNAME800150" + desc = "EVTDESC800150" + picture = "unite" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT96200OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = THIS } - militancy = -6 - } - random_country = { - limit = { - is_culture_group = THIS - is_cultural_union = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - } - random_country = { - limit = { - is_culture_group = THIS - OR = { - is_greater_power = yes - tag = WAL - tag = MOL - tag = DEN - tag = SWE - } - NOT = { is_cultural_union = yes } - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - set_country_flag = crown_from_the_gutter - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = THIS - } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = THIS } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - NOT = { - is_culture_group = THIS - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - neighbour = THIS - culture_has_union_tag = yes - is_cultural_union = no - is_greater_power = no - is_culture_group = THIS - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - } + option = { + name = "EVT96200OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = THIS } + militancy = -6 + } + random_country = { + limit = { + is_culture_group = THIS + is_cultural_union = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + } + random_country = { + limit = { + is_culture_group = THIS + OR = { + is_greater_power = yes + tag = WAL + tag = MOL + tag = DEN + tag = SWE + } + NOT = { is_cultural_union = yes } + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + set_country_flag = crown_from_the_gutter + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = THIS + } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = THIS } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + NOT = { + is_culture_group = THIS + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + neighbour = THIS + culture_has_union_tag = yes + is_cultural_union = no + is_greater_power = no + is_culture_group = THIS + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + } } #Italian Pan-Nationalists Victorious country_event = { - - id = 96205 - title = "EVTNAME800150" - desc = "EVTDESC800150" - picture = "unite" - is_triggered_only = yes + id = 96205 + title = "EVTNAME800150" + desc = "EVTDESC800150" + picture = "unite" - option = { - name = "EVT96200OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = italian } - militancy = -6 - } - random_country = { - limit = { - tag = ITA - exists = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - } - random_country = { - limit = { - is_culture_group = italian - NOT = { exists = ITA } - NOT = { government = theocracy } - OR = { - has_country_flag = made_the_call_to_union - is_greater_power = yes - } - exists = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 11103 - } - set_country_flag = made_the_call_to_union - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = italian - } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - set_country_flag = objects_to_italy - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = italian } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - set_country_flag = objects_to_italy - country_event = 800055 - } - any_country = { - limit = { - NOT = { - is_culture_group = italian - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - neighbour = THIS - culture_has_union_tag = yes - is_cultural_union = no - is_greater_power = no - is_culture_group = italian - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - } + is_triggered_only = yes + + option = { + name = "EVT96200OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = italian } + militancy = -6 + } + random_country = { + limit = { + tag = ITA + exists = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + } + random_country = { + limit = { + is_culture_group = italian + NOT = { exists = ITA } + NOT = { government = theocracy } + OR = { + has_country_flag = made_the_call_to_union + is_greater_power = yes + } + exists = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 11103 + } + set_country_flag = made_the_call_to_union + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = italian + } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + set_country_flag = objects_to_italy + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = italian } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + set_country_flag = objects_to_italy + country_event = 800055 + } + any_country = { + limit = { + NOT = { + is_culture_group = italian + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + neighbour = THIS + culture_has_union_tag = yes + is_cultural_union = no + is_greater_power = no + is_culture_group = italian + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + } } #German Pan-Nationalists Victorious country_event = { - id = 96210 - title = "EVTNAME800150" - desc = "EVTDESC800150" - picture = "unite" + id = 96210 + title = "EVTNAME800150" + desc = "EVTDESC800150" + picture = "unite" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT96200OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = germanic } - militancy = -6 - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = germanic - } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = germanic } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - random_country = { - limit = { - tag = GER - exists = yes - THIS = { - NOT = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - } - random_owned = { - limit = { - owner = { primary_culture = north_german } - NOT = { exists = GER } - exists = NGF - } - any_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -400 - } - relation = { - who = THIS - value = -100 - } - } - NGF = { - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - set_country_flag = crown_from_the_gutter - } - } - random_owned = { - limit = { - owner = { primary_culture = north_german } - NOT = { exists = GER } - NOT = { exists = NGF } - exists = SGF - } - SGF = { - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - set_country_flag = crown_from_the_gutter - } - } - random_owned = { - limit = { - owner = { - primary_culture = south_german - NOT = { - tag = AUS - tag = KUK - tag = DNB - } - } - NOT = { exists = GER } - exists = SGF - } - any_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -400 - } - relation = { - who = THIS - value = -100 - } - } - SGF = { - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - set_country_flag = crown_from_the_gutter - } - } - random_owned = { - limit = { - owner = { - primary_culture = south_german - NOT = { - tag = AUS - tag = KUK - tag = DNB - } - } - NOT = { exists = GER } - NOT = { exists = SGF } - exists = NGF - } - NGF = { - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - set_country_flag = crown_from_the_gutter - } - } - random_owned = { - limit = { - owner = { primary_culture = north_german } - NOT = { exists = GER } - NOT = { exists = NGF } - NOT = { exists = SGF } - } - any_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - any_greater_power = { primary_culture = north_german } - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -400 - } - relation = { - who = THIS - value = -100 - } - } - random_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - is_sphere_leader_of = THIS - neighbour = THIS - } - country_event = 60130 - } - random_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - OR = { - NOT = { is_sphere_leader_of = THIS } - NOT = { neighbour = THIS } - } - } - country_event = 11104 - } - random_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - NOT = { - is_sphere_leader_of = THIS - any_greater_power = { primary_culture = north_german } - } - } - country_event = 11104 - } - } - random_owned = { - limit = { - owner = { - primary_culture = south_german - NOT = { - tag = AUS - tag = KUK - tag = DNB - } - } - NOT = { exists = GER } - NOT = { exists = SGF } - NOT = { exists = NGF } - } - any_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - any_greater_power = { primary_culture = south_german } - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -400 - } - relation = { - who = THIS - value = -100 - } - } - random_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - is_sphere_leader_of = THIS - neighbour = THIS - NOT = { - tag = AUS - tag = KUK - } - } - country_event = 60130 - } - random_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - OR = { - NOT = { is_sphere_leader_of = THIS } - NOT = { neighbour = THIS } - tag = AUS - tag = KUK - } - } - country_event = 11104 - } - random_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - NOT = { - any_greater_power = { primary_culture = south_german } - } - } - country_event = 11104 - } - } - random_owned = { - limit = { - owner = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - any_country = { - limit = { - NOT = { is_culture_group = germanic } - is_greater_power = yes - any_greater_power = { is_culture_group = germanic } - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -100 - } - } - random_country = { - limit = { - tag = GER - is_greater_power = yes - exists = yes - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - } - random_country = { - limit = { - tag = SGF - is_greater_power = yes - exists = yes - GER = { - OR = { - exists = no - is_greater_power = no - } - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - set_country_flag = crown_from_the_gutter - } - random_country = { - limit = { - tag = NGF - is_greater_power = yes - exists = yes - GER = { - OR = { - exists = no - is_greater_power = no - } - } - SGF = { - OR = { - exists = no - is_greater_power = no - } - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - set_country_flag = crown_from_the_gutter - } - random_country = { - limit = { - primary_culture = south_german - is_greater_power = yes - exists = yes - GER = { - OR = { - exists = no - is_greater_power = no - } - } - SGF = { - OR = { - exists = no - is_greater_power = no - } - } - NGF = { - OR = { - exists = no - is_greater_power = no - } - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - } - random_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - exists = yes - NOT = { - any_greater_power = { primary_culture = south_german } - } - GER = { - OR = { - exists = no - is_greater_power = no - } - } - NGF = { - OR = { - exists = no - is_greater_power = no - } - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 100 - } - } - } - any_country = { - limit = { - neighbour = THIS - culture_has_union_tag = yes - is_cultural_union = no - is_greater_power = no - is_culture_group = germanic - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - any_country = { - limit = { - NOT = { - is_culture_group = germanic - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - } + option = { + name = "EVT96200OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = germanic } + militancy = -6 + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = germanic + } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = germanic } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + random_country = { + limit = { + tag = GER + exists = yes + THIS = { + NOT = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + } + random_owned = { + limit = { + owner = { primary_culture = north_german } + NOT = { exists = GER } + exists = NGF + } + any_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -400 + } + relation = { + who = THIS + value = -100 + } + } + NGF = { + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + set_country_flag = crown_from_the_gutter + } + } + random_owned = { + limit = { + owner = { primary_culture = north_german } + NOT = { exists = GER } + NOT = { exists = NGF } + exists = SGF + } + SGF = { + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + set_country_flag = crown_from_the_gutter + } + } + random_owned = { + limit = { + owner = { + primary_culture = south_german + NOT = { + tag = AUS + tag = KUK + tag = DNB + } + } + NOT = { exists = GER } + exists = SGF + } + any_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -400 + } + relation = { + who = THIS + value = -100 + } + } + SGF = { + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + set_country_flag = crown_from_the_gutter + } + } + random_owned = { + limit = { + owner = { + primary_culture = south_german + NOT = { + tag = AUS + tag = KUK + tag = DNB + } + } + NOT = { exists = GER } + NOT = { exists = SGF } + exists = NGF + } + NGF = { + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + set_country_flag = crown_from_the_gutter + } + } + random_owned = { + limit = { + owner = { primary_culture = north_german } + NOT = { exists = GER } + NOT = { exists = NGF } + NOT = { exists = SGF } + } + any_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + any_greater_power = { primary_culture = north_german } + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -400 + } + relation = { + who = THIS + value = -100 + } + } + random_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + is_sphere_leader_of = THIS + neighbour = THIS + } + country_event = 60130 + } + random_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + OR = { + NOT = { is_sphere_leader_of = THIS } + NOT = { neighbour = THIS } + } + } + country_event = 11104 + } + random_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + NOT = { + is_sphere_leader_of = THIS + any_greater_power = { primary_culture = north_german } + } + } + country_event = 11104 + } + } + random_owned = { + limit = { + owner = { + primary_culture = south_german + NOT = { + tag = AUS + tag = KUK + tag = DNB + } + } + NOT = { exists = GER } + NOT = { exists = SGF } + NOT = { exists = NGF } + } + any_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + any_greater_power = { primary_culture = south_german } + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -400 + } + relation = { + who = THIS + value = -100 + } + } + random_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + is_sphere_leader_of = THIS + neighbour = THIS + NOT = { + tag = AUS + tag = KUK + } + } + country_event = 60130 + } + random_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + OR = { + NOT = { is_sphere_leader_of = THIS } + NOT = { neighbour = THIS } + tag = AUS + tag = KUK + } + } + country_event = 11104 + } + random_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + NOT = { + any_greater_power = { primary_culture = south_german } + } + } + country_event = 11104 + } + } + random_owned = { + limit = { + owner = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + any_country = { + limit = { + NOT = { is_culture_group = germanic } + is_greater_power = yes + any_greater_power = { is_culture_group = germanic } + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -100 + } + } + random_country = { + limit = { + tag = GER + is_greater_power = yes + exists = yes + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + } + random_country = { + limit = { + tag = SGF + is_greater_power = yes + exists = yes + GER = { + OR = { + exists = no + is_greater_power = no + } + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + set_country_flag = crown_from_the_gutter + } + random_country = { + limit = { + tag = NGF + is_greater_power = yes + exists = yes + GER = { + OR = { + exists = no + is_greater_power = no + } + } + SGF = { + OR = { + exists = no + is_greater_power = no + } + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + set_country_flag = crown_from_the_gutter + } + random_country = { + limit = { + primary_culture = south_german + is_greater_power = yes + exists = yes + GER = { + OR = { + exists = no + is_greater_power = no + } + } + SGF = { + OR = { + exists = no + is_greater_power = no + } + } + NGF = { + OR = { + exists = no + is_greater_power = no + } + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + } + random_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + exists = yes + NOT = { + any_greater_power = { primary_culture = south_german } + } + GER = { + OR = { + exists = no + is_greater_power = no + } + } + NGF = { + OR = { + exists = no + is_greater_power = no + } + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 100 + } + } + } + any_country = { + limit = { + neighbour = THIS + culture_has_union_tag = yes + is_cultural_union = no + is_greater_power = no + is_culture_group = germanic + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + any_country = { + limit = { + NOT = { + is_culture_group = germanic + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + } } #Indian Nationalists Victorious country_event = { - id = 96215 - title = "EVTNAME96215" - desc = "EVTDESC96215" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT96215OPTA" - any_pop = { - limit = { is_culture_group = south_asian } - militancy = -6 - } - random_owned = { - limit = { - exists = HND - } - owner = { - prestige = -10 - any_owned = { - limit = { is_core = HND } - secede_province = HND - } - } - } - random_owned = { - limit = { - owner = { - OR = { - owns = 1236 - owns = 1251 - owns = 1297 - } - } - NOT = { exists = HND } - } - owner = { - prestige = -25 - release = HND - relation = { who = HND value = -100 } - diplomatic_influence = { who = HND value = -200 } - } - } - random_owned = { - limit = { - owner = { - NOT = { - owns = 1236 - owns = 1251 - owns = 1297 - } - } - NOT = { exists = HND } - } - owner = { prestige = -10 } - random_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - is_culture_group = south_asian - OR = { - AND = { - tag = DRA - #HDU = { exists = no } - #MRT = { exists = no } - NOT = { any_greater_power = { is_culture_group = south_asian } } - } - #AND = { - # tag = HDU - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - #AND = { - # tag = MRT - # HDU = { exists = no } - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - AND = { - is_secondary_power = yes - DRA = { exists = no } - #HDU = { exists = no } - #MRT = { exists = no } - NOT = { any_greater_power = { is_culture_group = south_asian } } - } - is_greater_power = yes - } - } - set_country_flag = crown_from_the_gutter - } - any_country = { - limit = { - exists = yes - any_core = { owned_by = THIS } - is_culture_group = south_asian - } - country_event = 96014 - } - any_country = { - limit = { - exists = no - any_core = { owned_by = THIS } - is_culture_group = south_asian - } - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - country_event = 96012 - } - } - any_neighbor_country = { - limit = { - NOT = { tag = HND } - any_owned_province = { is_core = HND } - } - any_pop = { - limit = { - is_culture_group = south_asian - location = { is_core = HND } - } - scaled_militancy = { - ideology = liberal - factor = 6 - } - } - } - } + id = 96215 + title = "EVTNAME96215" + desc = "EVTDESC96215" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT96215OPTA" + any_pop = { + limit = { is_culture_group = south_asian } + militancy = -6 + } + random_owned = { + limit = { + exists = HND + } + owner = { + prestige = -10 + any_owned = { + limit = { is_core = HND } + secede_province = HND + } + } + } + random_owned = { + limit = { + owner = { + OR = { + owns = 1236 + owns = 1251 + owns = 1297 + } + } + NOT = { exists = HND } + } + owner = { + prestige = -25 + release = HND + relation = { who = HND value = -100 } + diplomatic_influence = { who = HND value = -200 } + } + } + random_owned = { + limit = { + owner = { + NOT = { + owns = 1236 + owns = 1251 + owns = 1297 + } + } + NOT = { exists = HND } + } + owner = { prestige = -10 } + random_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + is_culture_group = south_asian + OR = { + AND = { + tag = DRA + #HDU = { exists = no } + #MRT = { exists = no } + NOT = { any_greater_power = { is_culture_group = south_asian } } + } + #AND = { + # tag = HDU + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + #AND = { + # tag = MRT + # HDU = { exists = no } + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + AND = { + is_secondary_power = yes + DRA = { exists = no } + #HDU = { exists = no } + #MRT = { exists = no } + NOT = { any_greater_power = { is_culture_group = south_asian } } + } + is_greater_power = yes + } + } + set_country_flag = crown_from_the_gutter + } + any_country = { + limit = { + exists = yes + any_core = { owned_by = THIS } + is_culture_group = south_asian + } + country_event = 96014 + } + any_country = { + limit = { + exists = no + any_core = { owned_by = THIS } + is_culture_group = south_asian + } + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + country_event = 96012 + } + } + any_neighbor_country = { + limit = { + NOT = { tag = HND } + any_owned_province = { is_core = HND } + } + any_pop = { + limit = { + is_culture_group = south_asian + location = { is_core = HND } + } + scaled_militancy = { + ideology = liberal + factor = 6 + } + } + } + } } country_event = { - id = 96216 - title = "EVTNAME96215" - desc = "EVTDESC800150" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVT96216OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - random_owned = { - limit = { - owner = { - NOT = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - } - owner = { political_reform = wealth_voting } - } - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - random_owned = { - limit = { - owner = { NOT = { trade_unions = all_trade_unions } } - } - owner = { political_reform = non_socialist } - } - political_reform = secret_ballots - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = south_asian } - militancy = -6 - } - random_country = { - limit = { - tag = HND - exists = yes - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_owned = { - limit = { - owner = { - ai = no - OR = { - AND = { - tag = DRA - #HDU = { exists = no } - #MRT = { exists = no } - NOT = { any_greater_power = { is_culture_group = south_asian } } - } - #AND = { - # tag = MRT - # HDU = { exists = no } - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - #AND = { - # tag = HDU - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - is_greater_power = yes - } - } - HND = { exists = no } - } - owner = { set_country_flag = crown_from_the_gutter } - } - random_country = { - limit = { - THIS = { NOT = { has_country_flag = crown_from_the_gutter } } - is_culture_group = south_asian - OR = { - AND = { - tag = DRA - #HDU = { exists = no } - #MRT = { exists = no } - NOT = { any_greater_power = { is_culture_group = south_asian } } - } - #AND = { - # tag = MRT - # HDU = { exists = no } - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - #AND = { - # tag = HDU - # NOT = { any_greater_power = { is_culture_group = south_asian } } - #} - is_greater_power = yes - } - HND = { exists = no } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - set_country_flag = crown_from_the_gutter - country_event = 60130 - } - random_country = { - limit = { - THIS = { NOT = { has_country_flag = crown_from_the_gutter } } - OR = { - tag = PNJ - tag = MUG - tag = HYD - tag = BNG - primary_culture = THIS - } - THIS = { - OR = { - primary_culture = assamese - primary_culture = bengali - primary_culture = panjabi - primary_culture = avadhi - primary_culture = kanauji - primary_culture = bihari - primary_culture = oriya - } - } - neighbour = THIS - is_vassal = no - NOT = { - any_greater_power = { is_culture_group = south_asian } - exists = DRA - #exists = HDU - #exists = MRT - exists = HND - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_country = { - limit = { - THIS = { NOT = { has_country_flag = crown_from_the_gutter } } - OR = { - tag = MAH - tag = MUG - tag = RAJ - } - THIS = { primary_culture = marathi } - neighbour = THIS - is_vassal = no - NOT = { - any_greater_power = { is_culture_group = south_asian } - exists = DRA - #exists = HDU - #exists = MRT - exists = HND - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_country = { - limit = { - THIS = { NOT = { has_country_flag = crown_from_the_gutter } } - OR = { - primary_culture = tamil - primary_culture = kannada - primary_culture = telegu - primary_culture = malayalam - } - THIS = { - OR = { - primary_culture = tamil - primary_culture = kannada - primary_culture = telegu - primary_culture = malayalam - } - } - neighbour = THIS - is_vassal = no - NOT = { - any_greater_power = { is_culture_group = south_asian } - exists = DRA - #exists = HDU - #exists = MRT - exists = HND - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_country = { - limit = { - THIS = { NOT = { has_country_flag = crown_from_the_gutter } } - primary_culture = rajput - THIS = { - OR = { - primary_culture = rajput - primary_culture = gujarati - } - } - neighbour = THIS - is_vassal = no - NOT = { - any_greater_power = { is_culture_group = south_asian } - exists = DRA - #exists = HDU - #exists = MRT - exists = HND - } - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = south_asian - } - } - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -50 - } - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = south_asian } - } - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -50 - } - release_vassal = THIS - country_event = 800055 - } - any_neighbor_country = { - limit = { - NOT = { tag = HND } - any_owned_province = { is_core = HND } - } - any_pop = { - limit = { - is_culture_group = south_asian - location = { is_core = HND } - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } - } + id = 96216 + title = "EVTNAME96215" + desc = "EVTDESC800150" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT96216OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + random_owned = { + limit = { + owner = { + NOT = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + } + owner = { political_reform = wealth_voting } + } + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + random_owned = { + limit = { + owner = { NOT = { trade_unions = all_trade_unions } } + } + owner = { political_reform = non_socialist } + } + political_reform = secret_ballots + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = south_asian } + militancy = -6 + } + random_country = { + limit = { + tag = HND + exists = yes + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_owned = { + limit = { + owner = { + ai = no + OR = { + AND = { + tag = DRA + #HDU = { exists = no } + #MRT = { exists = no } + NOT = { any_greater_power = { is_culture_group = south_asian } } + } + #AND = { + # tag = MRT + # HDU = { exists = no } + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + #AND = { + # tag = HDU + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + is_greater_power = yes + } + } + HND = { exists = no } + } + owner = { set_country_flag = crown_from_the_gutter } + } + random_country = { + limit = { + THIS = { NOT = { has_country_flag = crown_from_the_gutter } } + is_culture_group = south_asian + OR = { + AND = { + tag = DRA + #HDU = { exists = no } + #MRT = { exists = no } + NOT = { any_greater_power = { is_culture_group = south_asian } } + } + #AND = { + # tag = MRT + # HDU = { exists = no } + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + #AND = { + # tag = HDU + # NOT = { any_greater_power = { is_culture_group = south_asian } } + #} + is_greater_power = yes + } + HND = { exists = no } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + set_country_flag = crown_from_the_gutter + country_event = 60130 + } + random_country = { + limit = { + THIS = { NOT = { has_country_flag = crown_from_the_gutter } } + OR = { + tag = PNJ + tag = MUG + tag = HYD + tag = BNG + primary_culture = THIS + } + THIS = { + OR = { + primary_culture = assamese + primary_culture = bengali + primary_culture = panjabi + primary_culture = avadhi + primary_culture = kanauji + primary_culture = bihari + primary_culture = oriya + } + } + neighbour = THIS + is_vassal = no + NOT = { + any_greater_power = { is_culture_group = south_asian } + exists = DRA + #exists = HDU + #exists = MRT + exists = HND + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_country = { + limit = { + THIS = { NOT = { has_country_flag = crown_from_the_gutter } } + OR = { + tag = MAH + tag = MUG + tag = RAJ + } + THIS = { primary_culture = marathi } + neighbour = THIS + is_vassal = no + NOT = { + any_greater_power = { is_culture_group = south_asian } + exists = DRA + #exists = HDU + #exists = MRT + exists = HND + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_country = { + limit = { + THIS = { NOT = { has_country_flag = crown_from_the_gutter } } + OR = { + primary_culture = tamil + primary_culture = kannada + primary_culture = telegu + primary_culture = malayalam + } + THIS = { + OR = { + primary_culture = tamil + primary_culture = kannada + primary_culture = telegu + primary_culture = malayalam + } + } + neighbour = THIS + is_vassal = no + NOT = { + any_greater_power = { is_culture_group = south_asian } + exists = DRA + #exists = HDU + #exists = MRT + exists = HND + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_country = { + limit = { + THIS = { NOT = { has_country_flag = crown_from_the_gutter } } + primary_culture = rajput + THIS = { + OR = { + primary_culture = rajput + primary_culture = gujarati + } + } + neighbour = THIS + is_vassal = no + NOT = { + any_greater_power = { is_culture_group = south_asian } + exists = DRA + #exists = HDU + #exists = MRT + exists = HND + } + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = south_asian + } + } + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -50 + } + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = south_asian } + } + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -50 + } + release_vassal = THIS + country_event = 800055 + } + any_neighbor_country = { + limit = { + NOT = { tag = HND } + any_owned_province = { is_core = HND } + } + any_pop = { + limit = { + is_culture_group = south_asian + location = { is_core = HND } + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } + } } #Scandinavian Pan-Nationalists Victorious country_event = { - id = 96217 - title = "EVTNAME800150" - desc = "EVTDESC800150" - picture = "unite" + id = 96217 + title = "EVTNAME800150" + desc = "EVTDESC800150" + picture = "unite" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT96200OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = refused_kalmar_union - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = scandinavian } - militancy = -6 - } - random_owned = { - limit = { - owner = { has_country_modifier = leader_of_kalmar } - NOT = { exists = SCA } - } - owner = { - prestige = -25 - badboy = 10 - political_reform = wealth_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - government = hms_government - all_core = { remove_core = THIS } - change_tag = SCA - add_accepted_culture = swedish - add_accepted_culture = danish - add_accepted_culture = norwegian - add_accepted_culture = finnish - add_accepted_culture = icelandic - add_accepted_culture = sami - } - any_country = { - limit = { - OR = { - exists = no - NOT = { has_country_modifier = kalmar_union } - } - is_culture_group = scandinavian - } - all_core = { add_core = SCA } - } - any_country = { - limit = { - exists = yes - NOT = { is_greater_power = yes } - has_country_modifier = kalmar_union - } - all_core = { add_core = SCA } - country_event = 11101 - } - } - random_country = { - limit = { - is_culture_group = scandinavian - is_cultural_union = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - country_event = 60130 - } - random_country = { - limit = { - is_culture_group = scandinavian - has_country_modifier = leader_of_kalmar - NOT = { is_cultural_union = yes } - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - THIS = { - add_country_modifier = { - name = kalmar_union - duration = -1 - } - } - country_event = 60130 - create_alliance = THIS - set_country_flag = crown_from_the_gutter - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = scandinavian - } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = scandinavian } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - NOT = { - is_culture_group = scandinavian - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - neighbour = THIS - culture_has_union_tag = yes - is_cultural_union = no - is_greater_power = no - is_culture_group = THIS - NOT = { has_country_modifier = leader_of_kalmar } - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - } + option = { + name = "EVT96200OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = refused_kalmar_union + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = scandinavian } + militancy = -6 + } + random_owned = { + limit = { + owner = { has_country_modifier = leader_of_kalmar } + NOT = { exists = SCA } + } + owner = { + prestige = -25 + badboy = 10 + political_reform = wealth_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + government = hms_government + all_core = { remove_core = THIS } + change_tag = SCA + add_accepted_culture = swedish + add_accepted_culture = danish + add_accepted_culture = norwegian + add_accepted_culture = finnish + add_accepted_culture = icelandic + add_accepted_culture = sami + } + any_country = { + limit = { + OR = { + exists = no + NOT = { has_country_modifier = kalmar_union } + } + is_culture_group = scandinavian + } + all_core = { add_core = SCA } + } + any_country = { + limit = { + exists = yes + NOT = { is_greater_power = yes } + has_country_modifier = kalmar_union + } + all_core = { add_core = SCA } + country_event = 11101 + } + } + random_country = { + limit = { + is_culture_group = scandinavian + is_cultural_union = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + country_event = 60130 + } + random_country = { + limit = { + is_culture_group = scandinavian + has_country_modifier = leader_of_kalmar + NOT = { is_cultural_union = yes } + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + THIS = { + add_country_modifier = { + name = kalmar_union + duration = -1 + } + } + country_event = 60130 + create_alliance = THIS + set_country_flag = crown_from_the_gutter + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = scandinavian + } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = scandinavian } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + NOT = { + is_culture_group = scandinavian + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + neighbour = THIS + culture_has_union_tag = yes + is_cultural_union = no + is_greater_power = no + is_culture_group = THIS + NOT = { has_country_modifier = leader_of_kalmar } + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + } } #Romanian Pan-Nationalists Victorious country_event = { - - id = 96220 - title = "EVTNAME800150" - desc = "EVTDESC800150" - picture = "unite" - is_triggered_only = yes + id = 96220 + title = "EVTNAME800150" + desc = "EVTDESC800150" + picture = "unite" + + is_triggered_only = yes - option = { - name = "EVT96200OPTA" - set_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - capital_scope = { - any_pop = { - ideology = { factor = 0.05 value = liberal } - } - } - any_pop = { - limit = { is_culture_group = pan_romanian } - militancy = -6 - } - random_country = { - limit = { - tag = ROM - exists = yes - } - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - country_event = 60130 - } - random_owned = { - limit = { - ROM = { exists = no } - } - owner = { set_country_flag = crown_from_the_gutter } - } - random_country = { - limit = { - ai = no - ROM = { exists = no } - is_culture_group = pan_romanian - NOT = { tag = THIS } - } - THIS = { clr_country_flag = crown_from_the_gutter } - set_country_flag = crown_from_the_gutter - diplomatic_influence = { - who = THIS - value = 200 - } - relation = { - who = THIS - value = 200 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { - is_our_vassal = THIS - is_culture_group = pan_romanian - } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - NOT = { is_culture_group = pan_romanian } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - NOT = { - is_culture_group = pan_romanian - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - neighbour = THIS - culture_has_union_tag = yes - is_cultural_union = no - is_greater_power = no - is_culture_group = pan_romanian - } - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - } -} \ No newline at end of file + option = { + name = "EVT96200OPTA" + set_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + capital_scope = { + any_pop = { + ideology = { factor = 0.05 value = liberal } + } + } + any_pop = { + limit = { is_culture_group = pan_romanian } + militancy = -6 + } + random_country = { + limit = { + tag = ROM + exists = yes + } + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + country_event = 60130 + } + random_owned = { + limit = { + ROM = { exists = no } + } + owner = { set_country_flag = crown_from_the_gutter } + } + random_country = { + limit = { + ai = no + ROM = { exists = no } + is_culture_group = pan_romanian + NOT = { tag = THIS } + } + THIS = { clr_country_flag = crown_from_the_gutter } + set_country_flag = crown_from_the_gutter + diplomatic_influence = { + who = THIS + value = 200 + } + relation = { + who = THIS + value = 200 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { + is_our_vassal = THIS + is_culture_group = pan_romanian + } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + NOT = { is_culture_group = pan_romanian } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + NOT = { + is_culture_group = pan_romanian + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + neighbour = THIS + culture_has_union_tag = yes + is_cultural_union = no + is_greater_power = no + is_culture_group = pan_romanian + } + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + } +} diff --git a/HPM/events/Persia.txt b/HPM/events/Persia.txt index 9a5c7447..3cda6237 100644 --- a/HPM/events/Persia.txt +++ b/HPM/events/Persia.txt @@ -1,852 +1,851 @@ ################## FOREIGN COUNTRIES ################## # Funding of the Anglo-Persian Oil Company country_event = { - id = 110011 - title = "EVTNAME110011" - desc = "EVTDESC110011" - picture = "irish_home_rule" - - is_triggered_only = yes - - option = { - name = "EVT110011OPTA" - treasury = 20000 - prestige = 5 - relation = { who = ENG value = 50 } - 1132 = { trade_goods = oil } #Abadan - any_pop = { militancy = 1 } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT110011OPTB" - relation = { who = ENG value = -50 } - any_pop = { militancy = -0.5 } - ai_chance = { factor = 20 } - } + id = 110011 + title = "EVTNAME110011" + desc = "EVTDESC110011" + picture = "irish_home_rule" + + is_triggered_only = yes + + option = { + name = "EVT110011OPTA" + treasury = 20000 + prestige = 5 + relation = { who = ENG value = 50 } + 1132 = { trade_goods = oil } #Abadan + any_pop = { militancy = 1 } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT110011OPTB" + relation = { who = ENG value = -50 } + any_pop = { militancy = -0.5 } + ai_chance = { factor = 20 } + } } #Topple the Qajar dynasty country_event = { - id = 110016 - title = "EVTNAME110016" - desc = "EVTDESC110016" - picture = "cyprus_convention" - - trigger = { - is_sphere_leader_of = PER - NOT = { relation = { who = PER value = 180 } } - revolution_n_counterrevolution = 1 - PER = { - is_vassal = no - ai = yes - average_militancy = 6 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT110016OPTA" #"An occasion we can't afford to miss." - badboy = 2 - treasury = -25000 - create_vassal = PER - diplomatic_influence = { who = PER value = -50 } - relation = { who = PER value = -80 } - any_country = { - limit = { neighbour = PER is_greater_power = yes NOT = { tag = THIS } } - relation = { who = THIS value = -50 } - } - any_country = { - limit = { neighbour = PER OR = { is_greater_power = yes tag = TUR tag = RUS NOT = { tag = THIS } } } - casus_belli = { - target = THIS - type = release_puppet - months = 12 - } - } - ai_chance = { - factor = 100 - modifier = { - factor = 0 - badboy = 0.98 - } - } - } - - option = { - name = "EVT110016OPTB" #"Not worth it." - relation = { who = PER value = 20 } - ai_chance = { - factor = 0 - modifier = { - factor = 100 - badboy = 0.98 - } - } - } + id = 110016 + title = "EVTNAME110016" + desc = "EVTDESC110016" + picture = "cyprus_convention" + + trigger = { + is_sphere_leader_of = PER + NOT = { relation = { who = PER value = 180 } } + revolution_n_counterrevolution = 1 + PER = { + is_vassal = no + ai = yes + average_militancy = 6 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT110016OPTA" #"An occasion we can't afford to miss." + badboy = 2 + treasury = -25000 + create_vassal = PER + diplomatic_influence = { who = PER value = -50 } + relation = { who = PER value = -80 } + any_country = { + limit = { neighbour = PER is_greater_power = yes NOT = { tag = THIS } } + relation = { who = THIS value = -50 } + } + any_country = { + limit = { neighbour = PER OR = { is_greater_power = yes tag = TUR tag = RUS NOT = { tag = THIS } } } + casus_belli = { + target = THIS + type = release_puppet + months = 12 + } + } + ai_chance = { + factor = 100 + modifier = { + factor = 0 + badboy = 0.98 + } + } + } + + option = { + name = "EVT110016OPTB" #"Not worth it." + relation = { who = PER value = 20 } + ai_chance = { + factor = 0 + modifier = { + factor = 100 + badboy = 0.98 + } + } + } } #A Silver Age country_event = { - id = 900020 - title = "EVTNAME900020" - desc = "EVTDESC900020" - picture = "delhi_sultan" - - trigger = { - tag = PER - year = 1848 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT900020OPTA" - prestige = 5 - any_pop = { - consciousness = -0.50 - militancy = -0.50 - } - add_country_modifier = { - name = "silver_age" - duration = -1 - } - set_country_flag = silver_age - } - - } + id = 900020 + title = "EVTNAME900020" + desc = "EVTDESC900020" + picture = "delhi_sultan" + + trigger = { + tag = PER + year = 1848 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT900020OPTA" + prestige = 5 + any_pop = { + consciousness = -0.50 + militancy = -0.50 + } + add_country_modifier = { + name = "silver_age" + duration = -1 + } + set_country_flag = silver_age + } + + } #Assassination of the Shah country_event = { - id = 900021 - title = "EVTNAME900021" - desc = "EVTDESC900021" - picture = "franz_ferdinand_assassination" - - fire_only_once = yes - - trigger = { - tag = PER - year = 1896 - OR = { - militancy = 2 - consciousness = 4 - } - } - - mean_time_to_happen = { - months = 5 - } - - option = { - name = "EVT900021OPTA" - any_pop = { - militancy = 1 - consciousness = 1 - } - prestige = -15 - remove_country_modifier = silver_age - clr_country_flag = silver_age - } + id = 900021 + title = "EVTNAME900021" + desc = "EVTDESC900021" + picture = "franz_ferdinand_assassination" + + fire_only_once = yes + + trigger = { + tag = PER + year = 1896 + OR = { + militancy = 2 + consciousness = 4 + } + } + + mean_time_to_happen = { + months = 5 + } + + option = { + name = "EVT900021OPTA" + any_pop = { + militancy = 1 + consciousness = 1 + } + prestige = -15 + remove_country_modifier = silver_age + clr_country_flag = silver_age + } } -# The role of the clergy / Tobacco Protest +# The role of the clergy / Tobacco Protest country_event = { - id = 110020 - title = "EVTNAME110020" # "The role of the clergy" - desc = "EVTDESC110020" - picture = "ulama" - - trigger = { - tag = PER - civilization_progress = 0.6 - OR = { - has_country_modifier = western_influences - part_of_sphere = yes - } - civilized = no - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 36 - } - - option = { - name = "EVT110020OPTA" # "Let's build the Persia of tomorrow together." - set_country_flag = ulama_yes - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } - consciousness = 5 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - ideology = { value = reactionary factor = 0.1 } - } - upper_house = { ideology = reactionary value = 0.3 } - country_event = { id = 110021 days = 5 } - } - option = { - name = "EVT110020OPTB" # "The state must be independent." - set_country_flag = ulama_no - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = 6 ideology = reactionary } - } - country_event = { id = 110022 days = 5 } - } - + id = 110020 + title = "EVTNAME110020" # "The role of the clergy" + desc = "EVTDESC110020" + picture = "ulama" + + trigger = { + tag = PER + civilization_progress = 0.6 + OR = { + has_country_modifier = western_influences + part_of_sphere = yes + } + civilized = no + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 36 + } + + option = { + name = "EVT110020OPTA" # "Let's build the Persia of tomorrow together." + set_country_flag = ulama_yes + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } + consciousness = 5 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + ideology = { value = reactionary factor = 0.1 } + } + upper_house = { ideology = reactionary value = 0.3 } + country_event = { id = 110021 days = 5 } + } + option = { + name = "EVT110020OPTB" # "The state must be independent." + set_country_flag = ulama_no + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = 6 ideology = reactionary } + } + country_event = { id = 110022 days = 5 } + } + } # The role of the clergy / Tobacco Protest 2A country_event = { - id = 110021 - title = "EVTNAME110021" # "The ulama agree!" - desc = "EVTDESC110021" - picture = "ulama" - - is_triggered_only = yes - - option = { - name = "EVT110021OPTA" # "In the name of the Prophet, we agree." - set_country_flag = made_deal_with_ulama - clr_country_flag = ulama_yes - remove_country_modifier = western_influences - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - treasury = -50000 - prestige_factor = -0.5 - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { is_greater_power = yes is_sphere_leader_of = THIS } - treasury = 50000 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } - consciousness = 5 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = -3 ideology = reactionary } - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - ideology = { value = reactionary factor = 0.10 } - } - upper_house = { ideology = reactionary value = 0.2 } - } - option = { - name = "EVT110021OPTB" # "We do not abide to their pressure!" - set_country_flag = refused_deal_with_ulama - clr_country_flag = ulama_yes - country_event = { id = 110028 days = 5 } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = 8 ideology = reactionary } - } - } - + id = 110021 + title = "EVTNAME110021" # "The ulama agree!" + desc = "EVTDESC110021" + picture = "ulama" + + is_triggered_only = yes + + option = { + name = "EVT110021OPTA" # "In the name of the Prophet, we agree." + set_country_flag = made_deal_with_ulama + clr_country_flag = ulama_yes + remove_country_modifier = western_influences + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + treasury = -50000 + prestige_factor = -0.5 + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { is_greater_power = yes is_sphere_leader_of = THIS } + treasury = 50000 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } + consciousness = 5 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = -3 ideology = reactionary } + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + ideology = { value = reactionary factor = 0.10 } + } + upper_house = { ideology = reactionary value = 0.2 } + } + option = { + name = "EVT110021OPTB" # "We do not abide to their pressure!" + set_country_flag = refused_deal_with_ulama + clr_country_flag = ulama_yes + country_event = { id = 110028 days = 5 } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = 8 ideology = reactionary } + } + } + } # The role of the clergy / Tobacco Protest 2B country_event = { - id = 110022 - title = "EVTNAME110022" # "The ulama propose compromise!" - desc = "EVTDESC110022" - picture = "ulama" - - is_triggered_only = yes - - option = { - name = "EVT110022OPTA" # "This is for the greater good. " - set_country_flag = made_deal_with_ulama - clr_country_flag = ulama_no - remove_country_modifier = western_influences - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - treasury = -50000 - prestige_factor = -0.5 - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { is_greater_power = yes is_sphere_leader_of = THIS } - treasury = 50000 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } - consciousness = 5 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - ideology = { value = reactionary factor = 0.10 } - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = -3 ideology = reactionary } - } - upper_house = { ideology = reactionary value = 0.6 } - } - - option = { - name = "EVT110022OPTB" # "We cannot be bought!" - set_country_flag = refused_deal_with_ulama - clr_country_flag = ulama_no - country_event = { id = 110028 days = 5 } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = 8 ideology = reactionary } - } - } - - option = { - name = "EVT110022OPTC" # "They shall submit or pay the price." - set_country_flag = refused_deal_with_ulama - country_event = { id = 110028 days = 5 } - clr_country_flag = ulama_no - any_pop = { - limit = { - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - type = clergymen - type = bureaucrats - } - } - reduce_pop = 0.85 - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = -3 ideology = reactionary } - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_consciousness = { factor = 8 ideology = reactionary } - } - } + id = 110022 + title = "EVTNAME110022" # "The ulama propose compromise!" + desc = "EVTDESC110022" + picture = "ulama" + + is_triggered_only = yes + + option = { + name = "EVT110022OPTA" # "This is for the greater good. " + set_country_flag = made_deal_with_ulama + clr_country_flag = ulama_no + remove_country_modifier = western_influences + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + treasury = -50000 + prestige_factor = -0.5 + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { is_greater_power = yes is_sphere_leader_of = THIS } + treasury = 50000 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes type = clergymen } + consciousness = 5 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + ideology = { value = reactionary factor = 0.10 } + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = -3 ideology = reactionary } + } + upper_house = { ideology = reactionary value = 0.6 } + } + + option = { + name = "EVT110022OPTB" # "We cannot be bought!" + set_country_flag = refused_deal_with_ulama + clr_country_flag = ulama_no + country_event = { id = 110028 days = 5 } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = 8 ideology = reactionary } + } + } + + option = { + name = "EVT110022OPTC" # "They shall submit or pay the price." + set_country_flag = refused_deal_with_ulama + country_event = { id = 110028 days = 5 } + clr_country_flag = ulama_no + any_pop = { + limit = { + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + type = clergymen + type = bureaucrats + } + } + reduce_pop = 0.85 + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = -3 ideology = reactionary } + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_consciousness = { factor = 8 ideology = reactionary } + } + } } # The bazaari support the ulama! country_event = { - id = 110028 - title = "EVTNAME110028" # "The bazaari support the ulama!" - desc = "EVTDESC110028" - picture = "PER_bazaari" - - is_triggered_only = yes - - option = { - name = "EVT110028OPTA" # "We cannot take it..." - clr_country_flag = refused_deal_with_ulama - years_of_research = -1 - remove_country_modifier = western_influences - add_country_modifier = { name = uncivilized_isolationism duration = -1 } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - treasury = -50000 - prestige_factor = -0.6 - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -200 } - relation = { who = THIS value = -100 } - } - random_country = { - limit = { is_greater_power = yes is_sphere_leader_of = THIS } - treasury = 50000 - } - } - - option = { - name = "EVT110028OPTB" # "We can take it!" - clr_country_flag = refused_deal_with_ulama - treasury = 50000 - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = 8 ideology = conservative } - } - add_country_modifier = { name = bazaari_strike duration = 547 } - } - - option = { - name = "EVT110028OPTC" # "Put. This. Down." - clr_country_flag = refused_deal_with_ulama - treasury = 50000 - any_pop = { - limit = { - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - type = clergymen - type = bureaucrats - type = aristocrats - type = artisans - } - } - reduce_pop = 0.85 - } - - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_militancy = { factor = -3 ideology = conservative } - } - any_pop = { - limit = { is_primary_culture = yes is_state_religion = yes } - scaled_consciousness = { factor = 8 ideology = conservative } - } - } + id = 110028 + title = "EVTNAME110028" # "The bazaari support the ulama!" + desc = "EVTDESC110028" + picture = "PER_bazaari" + + is_triggered_only = yes + + option = { + name = "EVT110028OPTA" # "We cannot take it..." + clr_country_flag = refused_deal_with_ulama + years_of_research = -1 + remove_country_modifier = western_influences + add_country_modifier = { name = uncivilized_isolationism duration = -1 } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + treasury = -50000 + prestige_factor = -0.6 + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -200 } + relation = { who = THIS value = -100 } + } + random_country = { + limit = { is_greater_power = yes is_sphere_leader_of = THIS } + treasury = 50000 + } + } + + option = { + name = "EVT110028OPTB" # "We can take it!" + clr_country_flag = refused_deal_with_ulama + treasury = 50000 + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = 8 ideology = conservative } + } + add_country_modifier = { name = bazaari_strike duration = 547 } + } + + option = { + name = "EVT110028OPTC" # "Put. This. Down." + clr_country_flag = refused_deal_with_ulama + treasury = 50000 + any_pop = { + limit = { + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + type = clergymen + type = bureaucrats + type = aristocrats + type = artisans + } + } + reduce_pop = 0.85 + } + + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_militancy = { factor = -3 ideology = conservative } + } + any_pop = { + limit = { is_primary_culture = yes is_state_religion = yes } + scaled_consciousness = { factor = 8 ideology = conservative } + } + } } # The Persian Cossack Brigade country_event = { - id = 110029 - title = "EVTNAME110029" - desc = "EVTDESC110029" - picture = "PER_persian_cossack_brigade" - - trigger = { - tag = PER - year = 1870 - has_global_flag = dagestani_caucasian_war_ended - has_global_flag = 2nd_caucasian_war - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 48 - } - - option = { - name = "EVT110029OPTA" #Wonderful! - prestige = 5 - relation = { who = RUS value = 50 } - add_country_modifier = { - name = exemplary_troops - duration = 1825 - } - any_pop = { - limit = { - OR = { - has_pop_culture = circassian - has_pop_culture = dagestani - has_pop_culture = chechen - } - } - militancy = -5 - } - } + id = 110029 + title = "EVTNAME110029" + desc = "EVTDESC110029" + picture = "PER_persian_cossack_brigade" + + trigger = { + tag = PER + year = 1870 + has_global_flag = dagestani_caucasian_war_ended + has_global_flag = 2nd_caucasian_war + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 48 + } + + option = { + name = "EVT110029OPTA" #Wonderful! + prestige = 5 + relation = { who = RUS value = 50 } + add_country_modifier = { + name = exemplary_troops + duration = 1825 + } + any_pop = { + limit = { + OR = { + has_pop_culture = circassian + has_pop_culture = dagestani + has_pop_culture = chechen + } + } + militancy = -5 + } + } } #The Báb country_event = { - id = 900022 - title = "EVTNAME900022" - desc = "EVTDESC900022" - picture = "siyyid" - - trigger = { - owns = 1135 - year = 1844 - month = 5 - } - - fire_only_once = yes - mean_time_to_happen = { months = 8 } - - option = { - name = "EVT900022OPTA" - 1135 = { random_pop = { limit = { has_pop_religion = shiite } militancy = 1 } } - set_global_flag = the_bab - } + id = 900022 + title = "EVTNAME900022" + desc = "EVTDESC900022" + picture = "siyyid" + + trigger = { + owns = 1135 + year = 1844 + month = 5 + } + + fire_only_once = yes + mean_time_to_happen = { months = 8 } + + option = { + name = "EVT900022OPTA" + 1135 = { random_pop = { limit = { has_pop_religion = shiite } militancy = 1 } } + set_global_flag = the_bab + } } # The Báb's Execution country_event = { - id = 900023 - title = "EVTNAME900023" - desc = "EVTDESC900023" - picture = "martyrdomofthebab" - - trigger = { - owns = 1135 - has_global_flag = the_bab - has_country_flag = amir_kabir - } - - fire_only_once = yes - mean_time_to_happen = { months = 8 } - - option = { - name = "EVT900023OPTA" - random_list = { - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = bureaucrats } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = aristocrats } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = soldiers } militancy = 1 } } } - } - random_list = { - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = artisans } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = farmers } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = officers } militancy = 1 } } } - 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } - } - random_list = { - 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = aristocrats } militancy = 1 } } } - 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = bureaucrats } militancy = 1 } } } - 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = officers } militancy = 1 } } } - 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } - } - clr_global_flag = the_bab - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT900023OPTB" - any_pop = { limit = { type = clergymen has_pop_religion = shiite } militancy = 1 } - ai_chance = { factor = 0.05 } - } + id = 900023 + title = "EVTNAME900023" + desc = "EVTDESC900023" + picture = "martyrdomofthebab" + + trigger = { + owns = 1135 + has_global_flag = the_bab + has_country_flag = amir_kabir + } + + fire_only_once = yes + mean_time_to_happen = { months = 8 } + + option = { + name = "EVT900023OPTA" + random_list = { + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = bureaucrats } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = aristocrats } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = soldiers } militancy = 1 } } } + } + random_list = { + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = artisans } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = farmers } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = officers } militancy = 1 } } } + 25 = { 1135 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } + } + random_list = { + 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = aristocrats } militancy = 1 } } } + 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = bureaucrats } militancy = 1 } } } + 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = officers } militancy = 1 } } } + 25 = { 1108 = { any_pop = { limit = { has_pop_religion = shiite type = clergymen } militancy = 1 } } } + } + clr_global_flag = the_bab + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVT900023OPTB" + any_pop = { limit = { type = clergymen has_pop_religion = shiite } militancy = 1 } + ai_chance = { factor = 0.05 } + } } - + # Treaty of Akhal country_event = { - id = 100019 - title = "EVTNAME100019" - desc = "EVTDESC100019" - picture = "capturing_khiva" - - is_triggered_only = yes - - option = { - name = "EVT100019OPTA" - prestige_factor = -0.25 - 1204 = { secede_province = FROM remove_core = THIS } - random_owned = { limit = { province_id = 686 } secede_province = FROM remove_core = THIS } - relation = { who = FROM value = 100 } - any_pop = { limit = { is_primary_culture = yes } militancy = 1 } - ai_chance = { - factor = 80 - modifier = { factor = 1.5 in_sphere = FROM } - modifier = { factor = 10 vassal_of = FROM } - } - } - - option = { - name = "EVT100019OPTB" - relation = { who = FROM value = -400 } - FROM = { diplomatic_influence = { who = THIS value = -400 } } - random_country = { limit = { tag = FROM is_our_vassal = THIS } release_vassal = THIS } - FROM = { - war = { - target = THIS - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 1204 - } - } - } - - ai_chance = { - factor = 20 - modifier = { factor = 1.5 part_of_sphere = yes NOT = { in_sphere = FROM } } - modifier = { factor = 1.25 civilized = yes } - modifier = { factor = 2 military_score = FROM } - modifier = { factor = 0.1 part_of_sphere = no } - } - } + id = 100019 + title = "EVTNAME100019" + desc = "EVTDESC100019" + picture = "capturing_khiva" + + is_triggered_only = yes + + option = { + name = "EVT100019OPTA" + prestige_factor = -0.25 + 1204 = { secede_province = FROM remove_core = THIS } + random_owned = { limit = { province_id = 686 } secede_province = FROM remove_core = THIS } + relation = { who = FROM value = 100 } + any_pop = { limit = { is_primary_culture = yes } militancy = 1 } + ai_chance = { + factor = 80 + modifier = { factor = 1.5 in_sphere = FROM } + modifier = { factor = 10 vassal_of = FROM } + } + } + + option = { + name = "EVT100019OPTB" + relation = { who = FROM value = -400 } + FROM = { diplomatic_influence = { who = THIS value = -400 } } + random_country = { limit = { tag = FROM is_our_vassal = THIS } release_vassal = THIS } + FROM = { + war = { + target = THIS + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 1204 + } + } + } + + ai_chance = { + factor = 20 + modifier = { factor = 1.5 part_of_sphere = yes NOT = { in_sphere = FROM } } + modifier = { factor = 1.25 civilized = yes } + modifier = { factor = 2 military_score = FROM } + modifier = { factor = 0.1 part_of_sphere = no } + } + } } # A New Capital For A New Persia country_event = { - id = 110043 - title = "EVTNAME110043" - desc = "EVTDESC110043" - picture = "PER_pcr_constitution" - - trigger = { - tag = PER - war = no - civilized = yes - owns = 1121 - owns = 1125 - owns = 1108 - owns = 1127 - owns = 1135 - } - - mean_time_to_happen = { days = 365 } - fire_only_once = yes - - option = { - name = "EVT110043OPTA" #Tehran has served us well. - prestige = 5 - capital = 1121 - 1121 = { - any_pop = { - consciousness = -1 - militancy = -1 - } - } - } - - option = { - name = "EVT110043OPTB" #Qom, the religious capital of our faith. - prestige = 5 - capital = 1125 - 1125 = { - any_pop = { - consciousness = -1 - militancy = -1 - } - } - } - - option = { - name = "EVT110043OPTC" #Tabriz, its wealth will assure prosperity. - prestige = 5 - capital = 1108 - 1108 = { - any_pop = { - consciousness = -1 - militancy = -1 - } - } - } - - option = { - name = "EVT110043OPTD" #Isfahan, our population center. - prestige = 5 - capital = 1127 - 1127 = { - any_pop = { - consciousness = -1 - militancy = -1 - } - } - } - - option = { - name = "EVT110043OPTE" #Shiraz, the cultural heart of our nation. - prestige = 5 - capital = 1135 - 1135 = { - any_pop = { - consciousness = -1 - militancy = -1 - } - } - } + id = 110043 + title = "EVTNAME110043" + desc = "EVTDESC110043" + picture = "PER_pcr_constitution" + + trigger = { + tag = PER + war = no + civilized = yes + owns = 1121 + owns = 1125 + owns = 1108 + owns = 1127 + owns = 1135 + } + + mean_time_to_happen = { days = 365 } + fire_only_once = yes + + option = { + name = "EVT110043OPTA" #Tehran has served us well. + prestige = 5 + capital = 1121 + 1121 = { + any_pop = { + consciousness = -1 + militancy = -1 + } + } + } + + option = { + name = "EVT110043OPTB" #Qom, the religious capital of our faith. + prestige = 5 + capital = 1125 + 1125 = { + any_pop = { + consciousness = -1 + militancy = -1 + } + } + } + + option = { + name = "EVT110043OPTC" #Tabriz, its wealth will assure prosperity. + prestige = 5 + capital = 1108 + 1108 = { + any_pop = { + consciousness = -1 + militancy = -1 + } + } + } + + option = { + name = "EVT110043OPTD" #Isfahan, our population center. + prestige = 5 + capital = 1127 + 1127 = { + any_pop = { + consciousness = -1 + militancy = -1 + } + } + } + + option = { + name = "EVT110043OPTE" #Shiraz, the cultural heart of our nation. + prestige = 5 + capital = 1135 + 1135 = { + any_pop = { + consciousness = -1 + militancy = -1 + } + } + } } # A Rise To Power country_event = { - id = 110085 - title = "EVTNAME110085" - desc = "EVTDESC110085" - picture = "PER_amir_kabir_execution" - - trigger = { - tag = PER - OR = { - year = 1852 - average_militancy = 5 - } - has_country_modifier = amir_kabir - } - - mean_time_to_happen = { months = 48 } - fire_only_once = yes - - option = { - name = "EVT110085OPTA" #The Shah demands his head. - remove_country_modifier = amir_kabir - prestige = 5 - PER = { - relation = { - who = ENG - value = 25 - } - relation = { - who = RUS - value = 25 - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 5 - } - scaled_militancy = { - ideology = conservative - factor = -1 - } - scaled_militancy = { - ideology = reactionary - factor = -3 - } - } - ai_chance = { factor = 50 } - } - - option = { - name = "EVT110085OPTB" #His life is safe: exile him. - remove_country_modifier = amir_kabir - set_global_flag = amir_kabir_exiled - - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = -1 - } - scaled_militancy = { - ideology = reactionary - factor = -3 - } - } - - ai_chance = { factor = 25 } - } - - option = { - name = "EVT110085OPTC" #He is our friend and advisor. - set_country_flag = amir_kabir_remain - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - - ai_chance = { factor = 25 } - } + id = 110085 + title = "EVTNAME110085" + desc = "EVTDESC110085" + picture = "PER_amir_kabir_execution" + + trigger = { + tag = PER + OR = { + year = 1852 + average_militancy = 5 + } + has_country_modifier = amir_kabir + } + + mean_time_to_happen = { months = 48 } + fire_only_once = yes + + option = { + name = "EVT110085OPTA" #The Shah demands his head. + remove_country_modifier = amir_kabir + prestige = 5 + PER = { + relation = { + who = ENG + value = 25 + } + relation = { + who = RUS + value = 25 + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 5 + } + scaled_militancy = { + ideology = conservative + factor = -1 + } + scaled_militancy = { + ideology = reactionary + factor = -3 + } + } + ai_chance = { factor = 50 } + } + + option = { + name = "EVT110085OPTB" #His life is safe: exile him. + remove_country_modifier = amir_kabir + set_global_flag = amir_kabir_exiled + + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = -1 + } + scaled_militancy = { + ideology = reactionary + factor = -3 + } + } + + ai_chance = { factor = 25 } + } + + option = { + name = "EVT110085OPTC" #He is our friend and advisor. + set_country_flag = amir_kabir_remain + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + + ai_chance = { factor = 25 } + } } # Assassination of Amir Kabir country_event = { - id = 110086 - title = "EVTNAME110086" - desc = "EVTDESC110086" - picture = "PER_amir_kabir_assassination" - - trigger = { - tag = PER - year = 1852 - has_country_modifier = amir_kabir - has_country_flag = amir_kabir_remain - } - - mean_time_to_happen = { months = 12 } - fire_only_once = yes - - option = { - name = "EVT110086OPTA" #We mourn his loss. - remove_country_modifier = amir_kabir - prestige = -5 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_militancy = { - ideology = reactionary - factor = -1 - } - } - - ai_chance = { factor = 90 } - } - - option = { - name = "EVT110086OPTB" #We shall find whoever is guilty! - remove_country_modifier = amir_kabir - set_global_flag = amir_kabir_exiled - prestige = -3 - - clergymen = { - reduce_pop = 0.99 - } - bureaucrats = { - reduce_pop = 0.99 - } - aristocrats = { - reduce_pop = 0.99 - } - officers = { - reduce_pop = 0.99 - } - - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - - PER = { - relation = { - who = ENG - value = -25 - } - relation = { - who = RUS - value = -25 - } - } - - ai_chance = { factor = 10 } - } -} + id = 110086 + title = "EVTNAME110086" + desc = "EVTDESC110086" + picture = "PER_amir_kabir_assassination" + trigger = { + tag = PER + year = 1852 + has_country_modifier = amir_kabir + has_country_flag = amir_kabir_remain + } + + mean_time_to_happen = { months = 12 } + fire_only_once = yes + + option = { + name = "EVT110086OPTA" #We mourn his loss. + remove_country_modifier = amir_kabir + prestige = -5 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_militancy = { + ideology = reactionary + factor = -1 + } + } + + ai_chance = { factor = 90 } + } + + option = { + name = "EVT110086OPTB" #We shall find whoever is guilty! + remove_country_modifier = amir_kabir + set_global_flag = amir_kabir_exiled + prestige = -3 + + clergymen = { + reduce_pop = 0.99 + } + bureaucrats = { + reduce_pop = 0.99 + } + aristocrats = { + reduce_pop = 0.99 + } + officers = { + reduce_pop = 0.99 + } + + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + + PER = { + relation = { + who = ENG + value = -25 + } + relation = { + who = RUS + value = -25 + } + } + + ai_chance = { factor = 10 } + } +} diff --git a/HPM/events/Platine War.txt b/HPM/events/Platine War.txt index 60503a25..c6fea8f3 100644 --- a/HPM/events/Platine War.txt +++ b/HPM/events/Platine War.txt @@ -1,1493 +1,1493 @@ ################################################################################# -# # -# Platine War in Argentina # -# # +# # +# Platine War in Argentina # +# # ################################################################################# country_event = { - id = 4660099 - title = "EVTNAME4660099" #Urquiza's Statement - desc = "EVTDESC4660099" - picture = "rosas_urquiza" - - trigger = { - NOT = { has_country_flag = urquiza_statement } - tag = ENT - exists = yes - OR = { - year = 1850 - AND = { - ARC = { has_recently_lost_war = yes } - average_consciousness = 3 - } - } - vassal_of = ARC - } - - mean_time_to_happen = { days = 10 } - fire_only_once = yes - - option = { - name = "EVTOPT4660099A" - ARC = { - country_event = { id = 46610 days = 32 } - any_owned = { - limit = { is_core = CRT } - secede_province = ENT - remove_core = CRT - } - } - set_country_flag = urquiza_statement - add_country_modifier = { name = the_big_army duration = 730 } - relation = { who = URU value = 100 } - relation = { who = BRZ value = 100 } - random_country = { - limit = { exists = yes tag = CRT vassal_of = ARC ai = yes } - annex_to = ENT - CRT = { all_core = { remove_core = CRT add_core = ENT } } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT4660098B" - set_country_flag = urquiza_statement - ARC = { - country_event = { id = 46610 days = 32 } - any_owned = { - limit = { is_core = CRT } - secede_province = ENT - remove_core = CRT - } - } - add_country_modifier = { name = the_big_army duration = 730 } - relation = { who = URU value = 100 } - relation = { who = BRZ value = 100 } - random_country = { - limit = { exists = yes tag = CRT vassal_of = ARC ai = yes } - annex_to = ENT - CRT = { all_core = { remove_core = CRT add_core = ENT } } - } - any_country = { - limit = { war_with = THIS } - end_war = THIS - } - change_tag_no_core_switch = ARC - ai_chance = { factor = 0 } - } + id = 4660099 + title = "EVTNAME4660099" #Urquiza's Statement + desc = "EVTDESC4660099" + picture = "rosas_urquiza" + + trigger = { + NOT = { has_country_flag = urquiza_statement } + tag = ENT + exists = yes + OR = { + year = 1850 + AND = { + ARC = { has_recently_lost_war = yes } + average_consciousness = 3 + } + } + vassal_of = ARC + } + + mean_time_to_happen = { days = 10 } + fire_only_once = yes + + option = { + name = "EVTOPT4660099A" + ARC = { + country_event = { id = 46610 days = 32 } + any_owned = { + limit = { is_core = CRT } + secede_province = ENT + remove_core = CRT + } + } + set_country_flag = urquiza_statement + add_country_modifier = { name = the_big_army duration = 730 } + relation = { who = URU value = 100 } + relation = { who = BRZ value = 100 } + random_country = { + limit = { exists = yes tag = CRT vassal_of = ARC ai = yes } + annex_to = ENT + CRT = { all_core = { remove_core = CRT add_core = ENT } } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT4660098B" + set_country_flag = urquiza_statement + ARC = { + country_event = { id = 46610 days = 32 } + any_owned = { + limit = { is_core = CRT } + secede_province = ENT + remove_core = CRT + } + } + add_country_modifier = { name = the_big_army duration = 730 } + relation = { who = URU value = 100 } + relation = { who = BRZ value = 100 } + random_country = { + limit = { exists = yes tag = CRT vassal_of = ARC ai = yes } + annex_to = ENT + CRT = { all_core = { remove_core = CRT add_core = ENT } } + } + any_country = { + limit = { war_with = THIS } + end_war = THIS + } + change_tag_no_core_switch = ARC + ai_chance = { factor = 0 } + } } - + #Platine War events country_event = { - id = 46605 - title = "EVTNAME46605" #The Argentine Confederation - desc = "EVTDESC46605" - picture = "rosas_urquiza" - - trigger = { - ENT = { - exists = yes - has_country_flag = urquiza_statement - } - ARG = { exists = no } - NOT = { - OR = { - tag = ARC - tag = CRT - tag = SBA - tag = ENT - tag = ARG - tag = LPL - } - has_country_flag = will_support_entre_rios - has_country_flag = will_not_support_entre_rios - has_global_flag = entre_rios_rebellion - } - OR = { - any_owned_province = { - any_neighbor_province = { - OR = { - region = ARG_2360 - province_id = 2359 - } - } - } - AND = { - OR = { - neighbour = ARC - neighbour = CRT - neighbour = ENT - AND = { - tag = URU - ruling_party_ideology = liberal - } - } - capital_scope = { continent = south_america } - NOT = { relation = { who = ARC value = 100 } } - } - } - OR = { - government = democracy - government = hms_government - } - ARC = { - government = presidential_dictatorship - NOT = { has_country_flag = entre_rios_has_happened } - } - } - - mean_time_to_happen = { - days = 5 - } - - option = { - name = "EVTOPT46605A" - set_country_flag = will_support_entre_rios - any_pop = { - scaled_militancy = { - factor = -3 - ideology = liberal - } - } - relation = { - who = ARC - value = -150 - } - leave_alliance = ARC - ai_chance = { - factor = 80 - modifier = { - factor = 0.75 - alliance_with = ARC - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.9 - tag = URU - ruling_party_ideology = liberal - } - } - } - option = { - name = "EVTOPT46605B" - set_country_flag = will_not_support_entre_rios - any_pop = { - scaled_militancy = { - factor = 3 - ideology = liberal - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - truce_with = ARC - } - modifier = { - factor = 0 - NOT = { relation = { who = ARC value = 0 } } - } - } - } + id = 46605 + title = "EVTNAME46605" #The Argentine Confederation + desc = "EVTDESC46605" + picture = "rosas_urquiza" + + trigger = { + ENT = { + exists = yes + has_country_flag = urquiza_statement + } + ARG = { exists = no } + NOT = { + OR = { + tag = ARC + tag = CRT + tag = SBA + tag = ENT + tag = ARG + tag = LPL + } + has_country_flag = will_support_entre_rios + has_country_flag = will_not_support_entre_rios + has_global_flag = entre_rios_rebellion + } + OR = { + any_owned_province = { + any_neighbor_province = { + OR = { + region = ARG_2360 + province_id = 2359 + } + } + } + AND = { + OR = { + neighbour = ARC + neighbour = CRT + neighbour = ENT + AND = { + tag = URU + ruling_party_ideology = liberal + } + } + capital_scope = { continent = south_america } + NOT = { relation = { who = ARC value = 100 } } + } + } + OR = { + government = democracy + government = hms_government + } + ARC = { + government = presidential_dictatorship + NOT = { has_country_flag = entre_rios_has_happened } + } + } + + mean_time_to_happen = { + days = 5 + } + + option = { + name = "EVTOPT46605A" + set_country_flag = will_support_entre_rios + any_pop = { + scaled_militancy = { + factor = -3 + ideology = liberal + } + } + relation = { + who = ARC + value = -150 + } + leave_alliance = ARC + ai_chance = { + factor = 80 + modifier = { + factor = 0.75 + alliance_with = ARC + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.9 + tag = URU + ruling_party_ideology = liberal + } + } + } + option = { + name = "EVTOPT46605B" + set_country_flag = will_not_support_entre_rios + any_pop = { + scaled_militancy = { + factor = 3 + ideology = liberal + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + truce_with = ARC + } + modifier = { + factor = 0 + NOT = { relation = { who = ARC value = 0 } } + } + } + } } country_event = { - id = 46610 - title = "EVTNAME46610" #The Constitutional Demand - desc = "EVTDESC46610" - news = yes - news_title = "EVTNAME46610_NEWS_TITLE" - news_desc_long = "EVTDESC46610_NEWS_LONG" - news_desc_medium = "EVTDESC46610_NEWS_MEDIUM" - news_desc_short = "EVTDESC46610_NEWS_SHORT" - picture = "rosas_urquiza" - - is_triggered_only = yes - - option = { - name = "EVTOPT46610A" - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - clr_global_flag = entre_rios_rebellion - } - prestige = -20 - government = democracy - ruling_party_ideology = liberal - random_owned = { - limit = { NOT = { owner = { slavery = no_slavery } } } - owner = { political_reform = no_slavery } - } - random_owned = { - limit = { owner = { vote_franschise = none_voting } } - owner = { political_reform = landed_voting } - } - random_owned = { - limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { NOT = { owner = { public_meetings = yes_meeting } } } - owner = { political_reform = yes_meeting } - } - random_owned = { - limit = { NOT = { owner = { press_rights = free_press } } } - owner = { political_reform = free_press } - } - random_owned = { - limit = { owner = { trade_unions = no_trade_unions } } - owner = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } - owner = { political_reform = gerrymandering } - } - - inherit = ENT - capital = 2360 - - CRT = { all_core = { remove_core = CRT } } - ENT = { all_core = { remove_core = ENT } } - - random_list = { - 90 = { - release = SBA - relation = { who = SBA value = -400 } - SBA = { - add_country_modifier = { name = caudillo_leaders duration = 3650 } - add_country_modifier = { name = unrecognized_country duration = 3650 } - any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } - } - set_country_flag = argentine_constitution - } - 10 = { - SBA = { all_core = { remove_core = SBA } } - ARC = { all_core = { add_core = ARG remove_core = ARC } } - change_tag = ARG - nationalvalue = nv_liberty - } - } - - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - define_general = { - name = "Justo José de Urquiza" - background = school_of_the_bayonet - personality = implacable - } - add_country_modifier = { name = national_confusion duration = 365 } - ai_chance = { - factor = 10 - } - } - option = { - name = "EVTOPT46610B" - prestige = -5 - release_vassal = ENT - ENT = { - set_country_flag = rosas_refused_to_step_down - country_event = { id = 4661001 days = 7 } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPT46610C" #Change to Buenos Aires - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - clr_global_flag = entre_rios_rebellion - } - define_general = { - name = "Justo José de Urquiza" - background = school_of_the_bayonet - personality = implacable - } - prestige = -20 - government = democracy - ruling_party_ideology = liberal - random_owned = { - limit = { NOT = { owner = { slavery = no_slavery } } } - owner = { political_reform = no_slavery } - } - random_owned = { - limit = { owner = { vote_franschise = none_voting } } - owner = { political_reform = landed_voting } - } - random_owned = { - limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { NOT = { owner = { public_meetings = yes_meeting } } } - owner = { political_reform = yes_meeting } - } - random_owned = { - limit = { NOT = { owner = { press_rights = free_press } } } - owner = { political_reform = free_press } - } - random_owned = { - limit = { owner = { trade_unions = no_trade_unions } } - owner = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } - owner = { political_reform = gerrymandering } - } - - inherit = ENT - capital = 2360 - - CRT = { all_core = { remove_core = CRT } } - ENT = { all_core = { remove_core = ENT } } - - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - add_country_modifier = { name = national_confusion duration = 365 } - release = SBA - relation = { who = SBA value = -400 } - SBA = { - add_country_modifier = { name = unrecognized_country duration = 3650 } - add_country_modifier = { name = caudillo_leaders duration = 3650 } - any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } - } - change_tag_no_core_switch = SBA - ai_chance = { factor = 0 } - } + id = 46610 + title = "EVTNAME46610" #The Constitutional Demand + desc = "EVTDESC46610" + news = yes + news_title = "EVTNAME46610_NEWS_TITLE" + news_desc_long = "EVTDESC46610_NEWS_LONG" + news_desc_medium = "EVTDESC46610_NEWS_MEDIUM" + news_desc_short = "EVTDESC46610_NEWS_SHORT" + picture = "rosas_urquiza" + + is_triggered_only = yes + + option = { + name = "EVTOPT46610A" + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + clr_global_flag = entre_rios_rebellion + } + prestige = -20 + government = democracy + ruling_party_ideology = liberal + random_owned = { + limit = { NOT = { owner = { slavery = no_slavery } } } + owner = { political_reform = no_slavery } + } + random_owned = { + limit = { owner = { vote_franschise = none_voting } } + owner = { political_reform = landed_voting } + } + random_owned = { + limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { NOT = { owner = { public_meetings = yes_meeting } } } + owner = { political_reform = yes_meeting } + } + random_owned = { + limit = { NOT = { owner = { press_rights = free_press } } } + owner = { political_reform = free_press } + } + random_owned = { + limit = { owner = { trade_unions = no_trade_unions } } + owner = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } + owner = { political_reform = gerrymandering } + } + + inherit = ENT + capital = 2360 + + CRT = { all_core = { remove_core = CRT } } + ENT = { all_core = { remove_core = ENT } } + + random_list = { + 90 = { + release = SBA + relation = { who = SBA value = -400 } + SBA = { + add_country_modifier = { name = caudillo_leaders duration = 3650 } + add_country_modifier = { name = unrecognized_country duration = 3650 } + any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } + } + set_country_flag = argentine_constitution + } + 10 = { + SBA = { all_core = { remove_core = SBA } } + ARC = { all_core = { add_core = ARG remove_core = ARC } } + change_tag = ARG + nationalvalue = nv_liberty + } + } + + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + define_general = { + name = "Justo José de Urquiza" + background = school_of_the_bayonet + personality = implacable + } + add_country_modifier = { name = national_confusion duration = 365 } + ai_chance = { + factor = 10 + } + } + option = { + name = "EVTOPT46610B" + prestige = -5 + release_vassal = ENT + ENT = { + set_country_flag = rosas_refused_to_step_down + country_event = { id = 4661001 days = 7 } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPT46610C" #Change to Buenos Aires + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + clr_global_flag = entre_rios_rebellion + } + define_general = { + name = "Justo José de Urquiza" + background = school_of_the_bayonet + personality = implacable + } + prestige = -20 + government = democracy + ruling_party_ideology = liberal + random_owned = { + limit = { NOT = { owner = { slavery = no_slavery } } } + owner = { political_reform = no_slavery } + } + random_owned = { + limit = { owner = { vote_franschise = none_voting } } + owner = { political_reform = landed_voting } + } + random_owned = { + limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { NOT = { owner = { public_meetings = yes_meeting } } } + owner = { political_reform = yes_meeting } + } + random_owned = { + limit = { NOT = { owner = { press_rights = free_press } } } + owner = { political_reform = free_press } + } + random_owned = { + limit = { owner = { trade_unions = no_trade_unions } } + owner = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } + owner = { political_reform = gerrymandering } + } + + inherit = ENT + capital = 2360 + + CRT = { all_core = { remove_core = CRT } } + ENT = { all_core = { remove_core = ENT } } + + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + add_country_modifier = { name = national_confusion duration = 365 } + release = SBA + relation = { who = SBA value = -400 } + SBA = { + add_country_modifier = { name = unrecognized_country duration = 3650 } + add_country_modifier = { name = caudillo_leaders duration = 3650 } + any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } + } + change_tag_no_core_switch = SBA + ai_chance = { factor = 0 } + } } - + country_event = { - id = 4661001 - title = "EVTNAME4661001" #ENT gets the answer - desc = "EVTDESC4661001" - picture = "rosas_urquiza" - - fire_only_once = yes - - is_triggered_only = yes - - option = { - name = "EVTOPT4661001A" - set_global_flag = entre_rios_rebellion - leave_alliance = ARC - casus_belli = { - target = ARC - type = humiliate - months = 20 - } - add_country_modifier = { name = small_country_draft duration = 30 } - add_country_modifier = { name = unrecognized_country duration = 3650 } - any_country = { - limit = { has_country_flag = will_support_entre_rios } - create_alliance = ENT - military_access = ENT - leave_alliance = ARC - relation = { - who = ENT - value = 200 - } - relation = { - who = ARC - value = -150 - } - casus_belli = { - target = ARC - type = humiliate - months = 20 - } - } - ARC = { - random_country = { limit = { exists = yes tag = CRT vassal_of = ARC } annex_to = ARC } - relation = { who = ENT value = -400 } - add_country_modifier = { name = north_coalition duration = 365 } - any_owned = { limit = { is_core = CRT } remove_core = CRT } - casus_belli = { - target = ENT - type = civil_war - months = 20 - } - } - war = { - target = ARC - attacker_goal = { casus_belli = humiliate } - defender_goal = { casus_belli = civil_war } - } - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVTOPT4661001B" - ARC = { - set_country_flag = rosas_victory_new_regime - inherit = ENT - } - ENT = { all_core = { remove_core = ENT } } - ai_chance = { factor = 0.1 } - } + id = 4661001 + title = "EVTNAME4661001" #ENT gets the answer + desc = "EVTDESC4661001" + picture = "rosas_urquiza" + + fire_only_once = yes + + is_triggered_only = yes + + option = { + name = "EVTOPT4661001A" + set_global_flag = entre_rios_rebellion + leave_alliance = ARC + casus_belli = { + target = ARC + type = humiliate + months = 20 + } + add_country_modifier = { name = small_country_draft duration = 30 } + add_country_modifier = { name = unrecognized_country duration = 3650 } + any_country = { + limit = { has_country_flag = will_support_entre_rios } + create_alliance = ENT + military_access = ENT + leave_alliance = ARC + relation = { + who = ENT + value = 200 + } + relation = { + who = ARC + value = -150 + } + casus_belli = { + target = ARC + type = humiliate + months = 20 + } + } + ARC = { + random_country = { limit = { exists = yes tag = CRT vassal_of = ARC } annex_to = ARC } + relation = { who = ENT value = -400 } + add_country_modifier = { name = north_coalition duration = 365 } + any_owned = { limit = { is_core = CRT } remove_core = CRT } + casus_belli = { + target = ENT + type = civil_war + months = 20 + } + } + war = { + target = ARC + attacker_goal = { casus_belli = humiliate } + defender_goal = { casus_belli = civil_war } + } + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVTOPT4661001B" + ARC = { + set_country_flag = rosas_victory_new_regime + inherit = ENT + } + ENT = { all_core = { remove_core = ENT } } + ai_chance = { factor = 0.1 } + } } #ENT changes to ARC - Urquiza Victory country_event = { - id = 4661002 - title = "EVTNAME4661003" - desc = "EVTDESC4661002" - picture = "urquiza_victory" - - fire_only_once = yes - - trigger = { - OR = { - AND = { - tag = ARC - ai = no - } - AND = { - tag = ENT - ai = no - } - AND = { - tag = ARC - ai = yes - ENT = { ai = yes } - } - } - has_global_flag = entre_rios_rebellion - NOT = { ENT = { national_provinces_occupied = 0.01 } } - OR = { - NOT = { 2348 = { controlled_by = ARC } } - NOT = { total_amount_of_divisions = 1 } - ARC = { national_provinces_occupied = 0.6 } - } - } - - mean_time_to_happen = { months = 1 } - - immediate = { - end_war = ENT - random_owned = { - limit = { - owner = { - tag = ENT - ai = no - } - } - owner = { change_tag_no_core_switch = ARC } - } - } - - option = { - name = "EVTOPT4661002A" - set_country_flag = urquiza_victorious - prestige = -20 - any_country = { - limit = { - has_country_flag = will_support_entre_rios - } - end_war = ARC - } - any_owned = { limit = { is_core = ENT } remove_core = ENT } - any_owned = { limit = { is_core = CRT } remove_core = CRT } - country_event = { id = 46611 days = 11 } - } + id = 4661002 + title = "EVTNAME4661003" + desc = "EVTDESC4661002" + picture = "urquiza_victory" + + fire_only_once = yes + + trigger = { + OR = { + AND = { + tag = ARC + ai = no + } + AND = { + tag = ENT + ai = no + } + AND = { + tag = ARC + ai = yes + ENT = { ai = yes } + } + } + has_global_flag = entre_rios_rebellion + NOT = { ENT = { national_provinces_occupied = 0.01 } } + OR = { + NOT = { 2348 = { controlled_by = ARC } } + NOT = { total_amount_of_divisions = 1 } + ARC = { national_provinces_occupied = 0.6 } + } + } + + mean_time_to_happen = { months = 1 } + + immediate = { + end_war = ENT + random_owned = { + limit = { + owner = { + tag = ENT + ai = no + } + } + owner = { change_tag_no_core_switch = ARC } + } + } + + option = { + name = "EVTOPT4661002A" + set_country_flag = urquiza_victorious + prestige = -20 + any_country = { + limit = { + has_country_flag = will_support_entre_rios + } + end_war = ARC + } + any_owned = { limit = { is_core = ENT } remove_core = ENT } + any_owned = { limit = { is_core = CRT } remove_core = CRT } + country_event = { id = 46611 days = 11 } + } } - + country_event = { - id = 46611 - title = "EVTNAME46611" #The Argentine Constitution - Urquiza Victory - desc = "EVTDESC46611" - news = yes - news_desc_long = "EVTDESC46611" - news_desc_medium = "EVTDESC46611_NEWS_MEDIUM" - news_desc_short = "EVTDESC46611_NEWS_SHORT" - picture = "urquiza_victory" - - is_triggered_only = yes - - option = { - name = "EVTOPTA46611" - inherit = ENT - remove_country_modifier = north_coalition - capital = 2360 - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - prestige = 2 - government = democracy - ruling_party_ideology = liberal - random_owned = { - limit = { NOT = { owner = { slavery = no_slavery } } } - owner = { political_reform = no_slavery } - } - random_owned = { - limit = { owner = { vote_franschise = none_voting } } - owner = { political_reform = landed_voting } - } - random_owned = { - limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { NOT = { owner = { public_meetings = yes_meeting } } } - owner = { political_reform = yes_meeting } - } - random_owned = { - limit = { NOT = { owner = { press_rights = free_press } } } - owner = { political_reform = free_press } - } - random_owned = { - limit = { owner = { trade_unions = no_trade_unions } } - owner = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } - owner = { political_reform = gerrymandering } - } - add_country_modifier = { name = national_confusion duration = 365 } - - random_list = { - 90 = { - release = SBA - relation = { who = SBA value = -400 } - SBA = { - add_country_modifier = { name = unrecognized_country duration = 3650 } - add_country_modifier = { name = caudillo_leaders duration = 3650 } - any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } - } - set_country_flag = argentine_constitution - } - 10 = { - SBA = { all_core = { remove_core = SBA } } - ARC = { all_core = { add_core = ARG remove_core = ARC } } - change_tag = ARG - nationalvalue = nv_liberty - } - } - - ARG_2355 = { - any_pop = { - ideology = { - value = reactionary - factor = 0.1 - } - } - aristocrats = { militancy = 1 } - soldiers = { militancy = 1 } - officers = { militancy = 1 } - } - ENT = { all_core = { remove_core = ENT } } - - any_country = { - limit = { has_country_flag = will_support_entre_rios } - relation = { - who = THIS - value = 200 - } - } - country_event = 800054 - } + id = 46611 + title = "EVTNAME46611" #The Argentine Constitution - Urquiza Victory + desc = "EVTDESC46611" + news = yes + news_desc_long = "EVTDESC46611" + news_desc_medium = "EVTDESC46611_NEWS_MEDIUM" + news_desc_short = "EVTDESC46611_NEWS_SHORT" + picture = "urquiza_victory" + + is_triggered_only = yes + + option = { + name = "EVTOPTA46611" + inherit = ENT + remove_country_modifier = north_coalition + capital = 2360 + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + prestige = 2 + government = democracy + ruling_party_ideology = liberal + random_owned = { + limit = { NOT = { owner = { slavery = no_slavery } } } + owner = { political_reform = no_slavery } + } + random_owned = { + limit = { owner = { vote_franschise = none_voting } } + owner = { political_reform = landed_voting } + } + random_owned = { + limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { NOT = { owner = { public_meetings = yes_meeting } } } + owner = { political_reform = yes_meeting } + } + random_owned = { + limit = { NOT = { owner = { press_rights = free_press } } } + owner = { political_reform = free_press } + } + random_owned = { + limit = { owner = { trade_unions = no_trade_unions } } + owner = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } + owner = { political_reform = gerrymandering } + } + add_country_modifier = { name = national_confusion duration = 365 } + + random_list = { + 90 = { + release = SBA + relation = { who = SBA value = -400 } + SBA = { + add_country_modifier = { name = unrecognized_country duration = 3650 } + add_country_modifier = { name = caudillo_leaders duration = 3650 } + any_country = { limit = { capital_scope = { continent = south_america } } relation = { who = SBA value = -110 } } + } + set_country_flag = argentine_constitution + } + 10 = { + SBA = { all_core = { remove_core = SBA } } + ARC = { all_core = { add_core = ARG remove_core = ARC } } + change_tag = ARG + nationalvalue = nv_liberty + } + } + + ARG_2355 = { + any_pop = { + ideology = { + value = reactionary + factor = 0.1 + } + } + aristocrats = { militancy = 1 } + soldiers = { militancy = 1 } + officers = { militancy = 1 } + } + ENT = { all_core = { remove_core = ENT } } + + any_country = { + limit = { has_country_flag = will_support_entre_rios } + relation = { + who = THIS + value = 200 + } + } + country_event = 800054 + } } country_event = { - id = 46612 - title = "EVTNAME46612" #Rosas Win - desc = "EVTDESC46612" - picture = "rosas_victory" - - fire_only_once = yes - - trigger = { - tag = ARC - owns = 2356 - owns = 2360 - war = no - ENT = { exists = no } - CRT = { exists = no } - has_global_flag = entre_rios_rebellion - NOT = { has_country_flag = rosas_victory_new_regime } - NOT = { has_country_flag = entre_rios_has_happened } - NOT = { has_country_flag = urquiza_victorious } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVTOPT46612A" #Turns into Argentina - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - } - prestige = 2 - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - set_country_flag = rosas_victory_new_regime - ENT = { all_core = { remove_core = ENT } } - CRT = { all_core = { remove_core = CRT } } - SBA = { all_core = { remove_core = SBA } } - remove_country_modifier = north_coalition - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - any_pop = { militancy = -2 } - any_country = { - limit = { has_country_flag = will_support_entre_rios } - relation = { who = THIS value = -50 } - } - ARC = { all_core = { add_core = ARG remove_core = ARC } } - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT46612B" #Continue as Federation - prestige = 2 - clr_global_flag = entre_rios_rebellion - set_country_flag = rosas_victory_new_regime - set_country_flag = entre_rios_has_happened - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - } - remove_country_modifier = north_coalition - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - ENT = { all_core = { remove_core = ENT } } - CRT = { all_core = { remove_core = CRT } } - SBA = { all_core = { remove_core = SBA } } - any_pop = { militancy = -2 } - any_country = { - limit = { has_country_flag = will_support_entre_rios } - relation = { who = THIS value = -50 } - } - - ai_chance = { factor = 0 } - } - } + id = 46612 + title = "EVTNAME46612" #Rosas Win + desc = "EVTDESC46612" + picture = "rosas_victory" + + fire_only_once = yes + + trigger = { + tag = ARC + owns = 2356 + owns = 2360 + war = no + ENT = { exists = no } + CRT = { exists = no } + has_global_flag = entre_rios_rebellion + NOT = { has_country_flag = rosas_victory_new_regime } + NOT = { has_country_flag = entre_rios_has_happened } + NOT = { has_country_flag = urquiza_victorious } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVTOPT46612A" #Turns into Argentina + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + } + prestige = 2 + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + set_country_flag = rosas_victory_new_regime + ENT = { all_core = { remove_core = ENT } } + CRT = { all_core = { remove_core = CRT } } + SBA = { all_core = { remove_core = SBA } } + remove_country_modifier = north_coalition + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + any_pop = { militancy = -2 } + any_country = { + limit = { has_country_flag = will_support_entre_rios } + relation = { who = THIS value = -50 } + } + ARC = { all_core = { add_core = ARG remove_core = ARC } } + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT46612B" #Continue as Federation + prestige = 2 + clr_global_flag = entre_rios_rebellion + set_country_flag = rosas_victory_new_regime + set_country_flag = entre_rios_has_happened + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + } + remove_country_modifier = north_coalition + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + ENT = { all_core = { remove_core = ENT } } + CRT = { all_core = { remove_core = CRT } } + SBA = { all_core = { remove_core = SBA } } + any_pop = { militancy = -2 } + any_country = { + limit = { has_country_flag = will_support_entre_rios } + relation = { who = THIS value = -50 } + } + + ai_chance = { factor = 0 } + } + } country_event = { - id = 4661003 - title = "EVTNAME4661003" #Argentina decides their new government - desc = "EVTDESC4661003" - picture = "rosas_victory" - - fire_only_once = yes - - trigger = { - OR = { - tag = ARC - tag = ARG - } - has_country_flag = rosas_victory_new_regime - } - - mean_time_to_happen = { days = 5 } - - immediate = { clr_country_flag = rosas_victory_new_regime } - - - option = { - name = "EVTOPT4661003A" #democracy - capital = 2348 - government = democracy - ruling_party_ideology = conservative - random_owned = { - limit = { NOT = { owner = { slavery = no_slavery } } } - owner = { political_reform = no_slavery } - } - random_owned = { - limit = { owner = { OR = { vote_franschise = landed_voting vote_franschise = none_voting } } } - owner = { political_reform = wealth_weighted_voting } - } - random_owned = { - limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } - owner = { political_reform = population_equal_weight } - } - random_owned = { - limit = { NOT = { owner = { public_meetings = yes_meeting } } } - owner = { political_reform = yes_meeting } - } - random_owned = { - limit = { NOT = { owner = { press_rights = free_press } } } - owner = { political_reform = free_press } - } - random_owned = { - limit = { owner = { trade_unions = no_trade_unions } } - owner = { political_reform = state_controlled } - } - random_owned = { - limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } - owner = { political_reform = gerrymandering } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - add_country_modifier = { name = national_confusion duration = 365 } - ai_chance = { factor = 0.75 } - } - - option = { - name = "EVTOPT4661003B" #Dictatorship - capital = 2348 - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - scaled_militancy = { - ideology = liberal - factor = 7 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 9 - } - scaled_militancy = { - ideology = socialist - factor = 6 - } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - ai_chance = { factor = 0.1 } - } - - - option = { - name = "EVTOPT4661003C" #Monarchy - capital = 2348 - country_event = 4661005 - ai_chance = { factor = 0.05 } - } - - - option = { - name = "EVTOPT4661003D" #Keep everything as is - capital = 2348 - ai_chance = { factor = 0.1 } - } + id = 4661003 + title = "EVTNAME4661003" #Argentina decides their new government + desc = "EVTDESC4661003" + picture = "rosas_victory" + + fire_only_once = yes + + trigger = { + OR = { + tag = ARC + tag = ARG + } + has_country_flag = rosas_victory_new_regime + } + + mean_time_to_happen = { days = 5 } + + immediate = { clr_country_flag = rosas_victory_new_regime } + + + option = { + name = "EVTOPT4661003A" #democracy + capital = 2348 + government = democracy + ruling_party_ideology = conservative + random_owned = { + limit = { NOT = { owner = { slavery = no_slavery } } } + owner = { political_reform = no_slavery } + } + random_owned = { + limit = { owner = { OR = { vote_franschise = landed_voting vote_franschise = none_voting } } } + owner = { political_reform = wealth_weighted_voting } + } + random_owned = { + limit = { NOT = { owner = { upper_house_composition = population_equal_weight } } } + owner = { political_reform = population_equal_weight } + } + random_owned = { + limit = { NOT = { owner = { public_meetings = yes_meeting } } } + owner = { political_reform = yes_meeting } + } + random_owned = { + limit = { NOT = { owner = { press_rights = free_press } } } + owner = { political_reform = free_press } + } + random_owned = { + limit = { owner = { trade_unions = no_trade_unions } } + owner = { political_reform = state_controlled } + } + random_owned = { + limit = { owner = { OR = { political_parties = underground_parties political_parties = harassment } } } + owner = { political_reform = gerrymandering } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + add_country_modifier = { name = national_confusion duration = 365 } + ai_chance = { factor = 0.75 } + } + + option = { + name = "EVTOPT4661003B" #Dictatorship + capital = 2348 + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + scaled_militancy = { + ideology = liberal + factor = 7 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 9 + } + scaled_militancy = { + ideology = socialist + factor = 6 + } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + ai_chance = { factor = 0.1 } + } + + + option = { + name = "EVTOPT4661003C" #Monarchy + capital = 2348 + country_event = 4661005 + ai_chance = { factor = 0.05 } + } + + + option = { + name = "EVTOPT4661003D" #Keep everything as is + capital = 2348 + ai_chance = { factor = 0.1 } + } } - + country_event = { - id = 4661005 - title = "EVTNAME4661005" #The Argentine Monarchy - desc = "EVTDESC4661005" - picture = "argentina_monarchy" - - is_triggered_only = yes - - - option = { - name = "EVTOPT4661005A" #Absolute Monarchy - government = absolute_monarchy - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -1 - } - scaled_militancy = { - ideology = conservative - factor = 6 - } - scaled_militancy = { - ideology = liberal - factor = 8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 9 - } - scaled_militancy = { - ideology = socialist - factor = 9 - } - } - add_country_modifier = { name = national_confusion duration = 365 } - - any_neighbor_country = { - limit = { - OR = { - government = democracy - government = presidential_dictatorship - } - } - casus_belli = { - target = THIS - type = install_democracy - months = 30 - } - relation = { who = THIS value = -150 } - } - - any_greater_power = { - limit = { - government = democracy - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - casus_belli ={ - target = THIS - type = install_democracy - months = 30 - } - casus_belli ={ - target = THIS - type = cut_down_to_size - months = 60 - } - relation = { who = THIS value = -200 } - } - - ai_chance = { factor = 0.1 } - } - - option = { - name = "EVTOPT4661005B" #Prussian Constitutionalism - government = prussian_constitutionalism - ruling_party_ideology = conservative - political_reform = landed_voting - political_reform = appointed - political_reform = yes_meeting - political_reform = censored_press - political_reform = no_trade_unions - political_reform = harassment - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 1 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = 7 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 8 - } - scaled_militancy = { - ideology = socialist - factor = 8 - } - } - any_neighbor_country = { - limit = { - OR = { - government = democracy - government = presidential_dictatorship - } - } - casus_belli = { - target = THIS - type = install_democracy - months = 30 - } - relation = { who = THIS value = -150 } - } - - any_country = { - limit = { - is_greater_power = yes - government = democracy - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - casus_belli ={ - target = THIS - type = install_democracy - months = 30 - } - casus_belli ={ - target = THIS - type = cut_down_to_size - months = 60 - } - relation = { who = THIS value = -200 } - } - - add_country_modifier = { name = national_confusion duration = 365 } - ai_chance = { - factor = 0.15 - } - } - - - option = { - name = "EVTOPT4661005C" #Hm's Monarchy - government = hms_government - ruling_party_ideology = conservative - political_reform = no_slavery - political_reform = wealth_weighted_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = state_controlled - political_reform = gerrymandering - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = liberal - factor = 6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 8 - } - scaled_militancy = { - ideology = socialist - factor = 8 - } - } - - any_neighbor_country = { - limit = { - OR = { - government = democracy - government = presidential_dictatorship - } - } - casus_belli = { - target = THIS - type = install_democracy - months = 30 - } - relation = { who = THIS value = -150 } - } - - any_country = { - limit = { - is_greater_power = yes - government = democracy - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - casus_belli ={ - target = THIS - type = install_democracy - months = 30 - } - casus_belli ={ - target = THIS - type = cut_down_to_size - months = 60 - } - relation = { who = THIS value = -200 } - } - - ai_chance = { - factor = 0.75 - } - } - } - + id = 4661005 + title = "EVTNAME4661005" #The Argentine Monarchy + desc = "EVTDESC4661005" + picture = "argentina_monarchy" + + is_triggered_only = yes + + + option = { + name = "EVTOPT4661005A" #Absolute Monarchy + government = absolute_monarchy + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -1 + } + scaled_militancy = { + ideology = conservative + factor = 6 + } + scaled_militancy = { + ideology = liberal + factor = 8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 9 + } + scaled_militancy = { + ideology = socialist + factor = 9 + } + } + add_country_modifier = { name = national_confusion duration = 365 } + + any_neighbor_country = { + limit = { + OR = { + government = democracy + government = presidential_dictatorship + } + } + casus_belli = { + target = THIS + type = install_democracy + months = 30 + } + relation = { who = THIS value = -150 } + } + + any_greater_power = { + limit = { + government = democracy + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + casus_belli ={ + target = THIS + type = install_democracy + months = 30 + } + casus_belli ={ + target = THIS + type = cut_down_to_size + months = 60 + } + relation = { who = THIS value = -200 } + } + + ai_chance = { factor = 0.1 } + } + + option = { + name = "EVTOPT4661005B" #Prussian Constitutionalism + government = prussian_constitutionalism + ruling_party_ideology = conservative + political_reform = landed_voting + political_reform = appointed + political_reform = yes_meeting + political_reform = censored_press + political_reform = no_trade_unions + political_reform = harassment + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 1 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = 7 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 8 + } + scaled_militancy = { + ideology = socialist + factor = 8 + } + } + any_neighbor_country = { + limit = { + OR = { + government = democracy + government = presidential_dictatorship + } + } + casus_belli = { + target = THIS + type = install_democracy + months = 30 + } + relation = { who = THIS value = -150 } + } + + any_country = { + limit = { + is_greater_power = yes + government = democracy + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + casus_belli ={ + target = THIS + type = install_democracy + months = 30 + } + casus_belli ={ + target = THIS + type = cut_down_to_size + months = 60 + } + relation = { who = THIS value = -200 } + } + + add_country_modifier = { name = national_confusion duration = 365 } + ai_chance = { + factor = 0.15 + } + } + + + option = { + name = "EVTOPT4661005C" #Hm's Monarchy + government = hms_government + ruling_party_ideology = conservative + political_reform = no_slavery + political_reform = wealth_weighted_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = state_controlled + political_reform = gerrymandering + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = liberal + factor = 6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 8 + } + scaled_militancy = { + ideology = socialist + factor = 8 + } + } + + any_neighbor_country = { + limit = { + OR = { + government = democracy + government = presidential_dictatorship + } + } + casus_belli = { + target = THIS + type = install_democracy + months = 30 + } + relation = { who = THIS value = -150 } + } + + any_country = { + limit = { + is_greater_power = yes + government = democracy + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + casus_belli ={ + target = THIS + type = install_democracy + months = 30 + } + casus_belli ={ + target = THIS + type = cut_down_to_size + months = 60 + } + relation = { who = THIS value = -200 } + } + + ai_chance = { + factor = 0.75 + } + } + } + country_event = { - id = 4661011 - title = "EVTNAME4661011" #Argentina Reunited - desc = "EVTDESC4661011" - picture = "san_nicolas" - - fire_only_once = yes - - trigger = { - tag = ARC - ENT = { exists = no } - CRT = { exists = no } - SBA = { exists = no } - owns = 2348 - OR = { - AND = { - NOT = { has_country_flag = rosas_victory_new_regime } - NOT = { has_country_flag = entre_rios_has_happened } - NOT = { has_country_flag = urquiza_victorious } - } - has_country_flag = argentine_constitution - has_country_flag = argentina_united_externally - } - } - - mean_time_to_happen = { months = 8 } - - - option = { - name = "EVT4661011PTA" #Turn into Argentina - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - } - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - SBA = { all_core = { remove_core = SBA } } - ENT = { all_core = { remove_core = ENT } } - CRT = { all_core = { remove_core = CRT } } - remove_country_modifier = north_coalition - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - ARC = { all_core = { add_core = ARG remove_core = ARC } } - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT4661011PTB" #Keep the Confederation - prestige = 2 - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - any_country = { - clr_country_flag = urquiza_statement - clr_country_flag = will_not_support_entre_rios - clr_country_flag = will_support_entre_rios - } - remove_country_modifier = north_coalition - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - ENT = { all_core = { remove_core = ENT } } - SBA = { all_core = { remove_core = SBA } } - CRT = { all_core = { remove_core = CRT } } - ai_chance = { factor = 0 } - } - } - - + id = 4661011 + title = "EVTNAME4661011" #Argentina Reunited + desc = "EVTDESC4661011" + picture = "san_nicolas" + + fire_only_once = yes + + trigger = { + tag = ARC + ENT = { exists = no } + CRT = { exists = no } + SBA = { exists = no } + owns = 2348 + OR = { + AND = { + NOT = { has_country_flag = rosas_victory_new_regime } + NOT = { has_country_flag = entre_rios_has_happened } + NOT = { has_country_flag = urquiza_victorious } + } + has_country_flag = argentine_constitution + has_country_flag = argentina_united_externally + } + } + + mean_time_to_happen = { months = 8 } + + + option = { + name = "EVT4661011PTA" #Turn into Argentina + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + } + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + SBA = { all_core = { remove_core = SBA } } + ENT = { all_core = { remove_core = ENT } } + CRT = { all_core = { remove_core = CRT } } + remove_country_modifier = north_coalition + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + ARC = { all_core = { add_core = ARG remove_core = ARC } } + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT4661011PTB" #Keep the Confederation + prestige = 2 + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + any_country = { + clr_country_flag = urquiza_statement + clr_country_flag = will_not_support_entre_rios + clr_country_flag = will_support_entre_rios + } + remove_country_modifier = north_coalition + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + ENT = { all_core = { remove_core = ENT } } + SBA = { all_core = { remove_core = SBA } } + CRT = { all_core = { remove_core = CRT } } + ai_chance = { factor = 0 } + } + } + + country_event = { - id = 4661012 - title = "EVTNAME4661012" #Negotiation with the Confederation - desc = "EVTDESC4661012" - picture = "san_nicolas" - - fire_only_once = yes - - trigger = { - tag = SBA - war = no - is_vassal = no - year = 1859 - ENT = { exists = no } - CRT = { exists = no } - ARC = { - exists = yes - is_vassal = no - } - } - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT4661012PTA" #Attack the Confederation - ARC = { - war = { - target = SBA - attacker_goal = { casus_belli = civil_war } - defender_goal = { casus_belli = civil_war } - call_ally = no - } - } - ai_chance = { factor = 95 } - } - - option = { - name = "EVT4661012PTB" #Bid our time - casus_belli = { target = ARC type = civil_war months = 30 } - ARC = { - casus_belli = { target = SBA type = civil_war months = 30 } - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT4661012PTC" #Agreed to their demands - random_owned = { limit = { owner = { ai = no } } owner = { change_tag_no_core_switch = ARC } } - ARC = { inherit = SBA } - any_pop = { militancy = 4 consciousness = 6 } - ai_chance = { - factor = 5 - modifier = { - factor = 0.5 - NOT = {total_amount_of_divisions = 1 } - } - } - } + id = 4661012 + title = "EVTNAME4661012" #Negotiation with the Confederation + desc = "EVTDESC4661012" + picture = "san_nicolas" + + fire_only_once = yes + + trigger = { + tag = SBA + war = no + is_vassal = no + year = 1859 + ENT = { exists = no } + CRT = { exists = no } + ARC = { + exists = yes + is_vassal = no + } + } + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT4661012PTA" #Attack the Confederation + ARC = { + war = { + target = SBA + attacker_goal = { casus_belli = civil_war } + defender_goal = { casus_belli = civil_war } + call_ally = no + } + } + ai_chance = { factor = 95 } + } + + option = { + name = "EVT4661012PTB" #Bid our time + casus_belli = { target = ARC type = civil_war months = 30 } + ARC = { + casus_belli = { target = SBA type = civil_war months = 30 } + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT4661012PTC" #Agreed to their demands + random_owned = { limit = { owner = { ai = no } } owner = { change_tag_no_core_switch = ARC } } + ARC = { inherit = SBA } + any_pop = { militancy = 4 consciousness = 6 } + ai_chance = { + factor = 5 + modifier = { + factor = 0.5 + NOT = {total_amount_of_divisions = 1 } + } + } + } } - + country_event = { - id = 4661013 - title = "EVTNAME4661013" #Buenos Aires wins - desc = "EVTDESC4661013" - picture = "battle_pavon" - - fire_only_once = yes - - trigger = { - tag = SBA - is_vassal = no - ai = no - year = 1859 - war_with = ARC - ARC = { ai = yes } - OR = { - ARC = { NOT = { total_amount_of_divisions = 1 } } - ARC = { - OR = { - national_provinces_occupied = 0.5 - capital_scope = { controlled_by = THIS } - } - } - } - total_amount_of_divisions = 1 - } - - mean_time_to_happen = { days = 10 } - - immediate = { random_owned = { limit = { owner = { ai = no } } owner = { change_tag_no_core_switch = ARC } } } - - option = { - name = "EVT4661013PTA" - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - ARC = { - end_war = SBA - add_country_modifier = { name = small_immigration_boom duration = 1825 } - inherit = SBA - all_core = { add_core = ARG remove_core = ARC } - change_tag = ARG - nationalvalue = nv_liberty - } - } + id = 4661013 + title = "EVTNAME4661013" #Buenos Aires wins + desc = "EVTDESC4661013" + picture = "battle_pavon" + + fire_only_once = yes + + trigger = { + tag = SBA + is_vassal = no + ai = no + year = 1859 + war_with = ARC + ARC = { ai = yes } + OR = { + ARC = { NOT = { total_amount_of_divisions = 1 } } + ARC = { + OR = { + national_provinces_occupied = 0.5 + capital_scope = { controlled_by = THIS } + } + } + } + total_amount_of_divisions = 1 + } + + mean_time_to_happen = { days = 10 } + + immediate = { random_owned = { limit = { owner = { ai = no } } owner = { change_tag_no_core_switch = ARC } } } + + option = { + name = "EVT4661013PTA" + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + ARC = { + end_war = SBA + add_country_modifier = { name = small_immigration_boom duration = 1825 } + inherit = SBA + all_core = { add_core = ARG remove_core = ARC } + change_tag = ARG + nationalvalue = nv_liberty + } + } } - - + + country_event = { - id = 4661014 - title = "EVTNAME4661013" #Buenos Aires win ARC human player - desc = "EVTDESC4661013" - picture = "battle_pavon" - - fire_only_once = yes - - trigger = { - tag = ARC - ai = no - SBA = { - ai = yes - is_vassal = no - total_amount_of_divisions = 1 - } - year = 1853 - war_with = ARC - OR = { - NOT = { total_amount_of_divisions = 1 } - ARC = { - OR = { - national_provinces_occupied = 0.5 - capital_scope = { controlled_by = THIS } - } - } - } - - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVT4661013PTA" - prestige = -20 - end_war = SBA - inherit = SBA - all_core = { add_core = ARG remove_core = ARC } - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - } - } - + id = 4661014 + title = "EVTNAME4661013" #Buenos Aires win ARC human player + desc = "EVTDESC4661013" + picture = "battle_pavon" + + fire_only_once = yes + + trigger = { + tag = ARC + ai = no + SBA = { + ai = yes + is_vassal = no + total_amount_of_divisions = 1 + } + year = 1853 + war_with = ARC + OR = { + NOT = { total_amount_of_divisions = 1 } + ARC = { + OR = { + national_provinces_occupied = 0.5 + capital_scope = { controlled_by = THIS } + } + } + } + + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVT4661013PTA" + prestige = -20 + end_war = SBA + inherit = SBA + all_core = { add_core = ARG remove_core = ARC } + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + } + } + country_event = { - id = 4661015 - title = "EVTNAME4661013" #Buenos Aires win ARC AI player - desc = "EVTDESC4661013" - picture = "battle_pavon" - - fire_only_once = yes - - trigger = { - tag = ARC - ai = yes - SBA = { - ai = yes - is_vassal = no - total_amount_of_divisions = 1 - war_with = ARC - } - year = 1853 - OR = { - NOT = { total_amount_of_divisions = 1 } - ARC = { - OR = { - national_provinces_occupied = 0.5 - capital_scope = { controlled_by = THIS } - } - } - } - - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVT4661013PTA" - prestige = -20 - end_war = SBA - inherit = SBA - SBA = { - add_country_modifier = { name = neutrality_modifier duration = -1 } - political_reform = closed_borders - } - all_core = { add_core = ARG remove_core = ARC } - add_country_modifier = { - name = small_immigration_boom duration = 1825 - } - 2348 = { - add_province_modifier = { name = gateway_to_harbor duration = 1825 } - } - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - } - } + id = 4661015 + title = "EVTNAME4661013" #Buenos Aires win ARC AI player + desc = "EVTDESC4661013" + picture = "battle_pavon" + + fire_only_once = yes + + trigger = { + tag = ARC + ai = yes + SBA = { + ai = yes + is_vassal = no + total_amount_of_divisions = 1 + war_with = ARC + } + year = 1853 + OR = { + NOT = { total_amount_of_divisions = 1 } + ARC = { + OR = { + national_provinces_occupied = 0.5 + capital_scope = { controlled_by = THIS } + } + } + } + + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVT4661013PTA" + prestige = -20 + end_war = SBA + inherit = SBA + SBA = { + add_country_modifier = { name = neutrality_modifier duration = -1 } + political_reform = closed_borders + } + all_core = { add_core = ARG remove_core = ARC } + add_country_modifier = { + name = small_immigration_boom duration = 1825 + } + 2348 = { + add_province_modifier = { name = gateway_to_harbor duration = 1825 } + } + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + } + } country_event = { - id = 4661017 - title = "EVTNAME4661017" #SBA wins cleanup event - desc = "EVTDESC4661017" - picture = "san_nicolas" - - fire_only_once = yes - - trigger = { - tag = SBA - is_vassal = no - ARC = { exists = no } - ARG = { exists = no } - } - - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVTOPT4661017A" #Turns into ARG - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - ARC = { - all_core = { - add_core = ARG - remove_core = ARC - remove_core = SBA - remove_core = CRT - remove_core = ENT - } - } - ARG = { - all_core = { - remove_core = ARC - remove_core = SBA - remove_core = CRT - remove_core = ENT - } - } - remove_country_modifier = north_coalition - add_country_modifier = { name = small_immigration_boom duration = 1825 } - 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - prestige = 2 - any_pop = { militancy = -3 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT4661017B" #Turns into ARC - change_tag = ARC - ARG = { - all_core = { - add_core = ARG - remove_core = ARC - remove_core = SBA - remove_core = CRT - remove_core = ENT - } - } - ARC = { - all_core = { - remove_core = ARC - remove_core = SBA - remove_core = CRT - remove_core = ENT - } - } - remove_country_modifier = north_coalition - add_country_modifier = { - name = small_immigration_boom - duration = 1825 - } - 2348 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 1825 - } - } - clr_global_flag = entre_rios_rebellion - set_country_flag = entre_rios_has_happened - prestige = 2 - any_pop = { militancy = -3 } - ai_chance = {factor = 0 } - } - - option = { - name = "EVTOPT4661017C" #Remains SBA - prestige = 5 - ai_chance = { factor = 0 } - } - } - + id = 4661017 + title = "EVTNAME4661017" #SBA wins cleanup event + desc = "EVTDESC4661017" + picture = "san_nicolas" + + fire_only_once = yes + + trigger = { + tag = SBA + is_vassal = no + ARC = { exists = no } + ARG = { exists = no } + } + + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVTOPT4661017A" #Turns into ARG + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + ARC = { + all_core = { + add_core = ARG + remove_core = ARC + remove_core = SBA + remove_core = CRT + remove_core = ENT + } + } + ARG = { + all_core = { + remove_core = ARC + remove_core = SBA + remove_core = CRT + remove_core = ENT + } + } + remove_country_modifier = north_coalition + add_country_modifier = { name = small_immigration_boom duration = 1825 } + 2348 = { add_province_modifier = { name = gateway_to_harbor duration = 1825 } } + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + prestige = 2 + any_pop = { militancy = -3 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT4661017B" #Turns into ARC + change_tag = ARC + ARG = { + all_core = { + add_core = ARG + remove_core = ARC + remove_core = SBA + remove_core = CRT + remove_core = ENT + } + } + ARC = { + all_core = { + remove_core = ARC + remove_core = SBA + remove_core = CRT + remove_core = ENT + } + } + remove_country_modifier = north_coalition + add_country_modifier = { + name = small_immigration_boom + duration = 1825 + } + 2348 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 1825 + } + } + clr_global_flag = entre_rios_rebellion + set_country_flag = entre_rios_has_happened + prestige = 2 + any_pop = { militancy = -3 } + ai_chance = {factor = 0 } + } + + option = { + name = "EVTOPT4661017C" #Remains SBA + prestige = 5 + ai_chance = { factor = 0 } + } + } + country_event = { - id = 4661018 - title = "EVTNAME4661017" #Argentina last chance to unify - desc = "EVTDESC4661017" - picture = "san_nicolas" - - trigger = { - year = 1885 - OR = { - tag = SBA - tag = ENT - tag = CRT - } - exists = yes - is_greater_power = no - is_vassal = no - part_of_sphere = no - ai = yes - OR = { - ARC = { nationalism_n_imperialism = 1 ai = yes exists = yes } - ARG = { nationalism_n_imperialism = 1 ai = yes exists = yes } - } - } - - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVTOPT4661017A" #Turns into ARG - all_core = { remove_core = THIS } - random_country = { - limit = { - exists = yes - OR = { - tag = ARC - tag = ARG - } - } - inherit = THIS - } - } + id = 4661018 + title = "EVTNAME4661017" #Argentina last chance to unify + desc = "EVTDESC4661017" + picture = "san_nicolas" + + trigger = { + year = 1885 + OR = { + tag = SBA + tag = ENT + tag = CRT + } + exists = yes + is_greater_power = no + is_vassal = no + part_of_sphere = no + ai = yes + OR = { + ARC = { nationalism_n_imperialism = 1 ai = yes exists = yes } + ARG = { nationalism_n_imperialism = 1 ai = yes exists = yes } + } + } + + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVTOPT4661017A" #Turns into ARG + all_core = { remove_core = THIS } + random_country = { + limit = { + exists = yes + OR = { + tag = ARC + tag = ARG + } + } + inherit = THIS + } + } } diff --git a/HPM/events/Political Scandals.txt b/HPM/events/Political Scandals.txt index 3a3c8039..e1124228 100644 --- a/HPM/events/Political Scandals.txt +++ b/HPM/events/Political Scandals.txt @@ -1,2535 +1,2534 @@ ############################################# -# Scandal Events For The APD Mod # -# By GAGA Extrem # -# August 2012 # +# Scandal Events For The APD Mod # +# By GAGA Extrem # +# August 2012 # ############################################# # 880130 - Party Scandal - Reactionary country_event = { - id = 880130 - title = "EVTNAME880130" - desc = "EVTDESC880130" - picture = "news" - - trigger = { - civilized = yes - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = reactionary - } - } - OR = { - reactionary = 10 - any_owned_province = { reactionary = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - reactionary = 25 - } - modifier = { - factor = 0.8 - reactionary = 50 - } - modifier = { - factor = 0.8 - reactionary = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = reactionary } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = reactionary } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = reactionary } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = reactionary } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = reactionary } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = reactionary - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = reactionary - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = reactionary } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - reactionary = 10 - } - ideology = { - value = reactionary - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = reactionary - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = reactionary - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = reactionary - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880130 + title = "EVTNAME880130" + desc = "EVTDESC880130" + picture = "news" + + trigger = { + civilized = yes + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = reactionary + } + } + OR = { + reactionary = 10 + any_owned_province = { reactionary = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + reactionary = 25 + } + modifier = { + factor = 0.8 + reactionary = 50 + } + modifier = { + factor = 0.8 + reactionary = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = reactionary } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = reactionary } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = reactionary } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = reactionary } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = reactionary } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = reactionary + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = reactionary + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = reactionary } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + reactionary = 10 + } + ideology = { + value = reactionary + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = reactionary + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = reactionary + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = reactionary + loyalty_value = -0.5 + } + } + } + } + } + } } # 880140 - Party Scandal - Conservative country_event = { - id = 880140 - title = "EVTNAME880140" - desc = "EVTDESC880140" - picture = "news" - - trigger = { - civilized = yes - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = conservative - } - } - OR = { - conservative = 10 - any_owned_province = { conservative = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = conservative - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = conservative - } - modifier = { - factor = 0.75 - election = no - ruling_party_ideology = conservative - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - conservative = 25 - } - modifier = { - factor = 0.8 - conservative = 50 - } - modifier = { - factor = 0.8 - conservative = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = conservative } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = conservative } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = conservative } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = conservative } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = conservative } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = conservative - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = conservative - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = conservative - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = conservative } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - conservative = 10 - } - ideology = { - value = conservative - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = conservative - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = conservative - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = conservative - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880140 + title = "EVTNAME880140" + desc = "EVTDESC880140" + picture = "news" + + trigger = { + civilized = yes + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = conservative + } + } + OR = { + conservative = 10 + any_owned_province = { conservative = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = conservative + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = conservative + } + modifier = { + factor = 0.75 + election = no + ruling_party_ideology = conservative + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + conservative = 25 + } + modifier = { + factor = 0.8 + conservative = 50 + } + modifier = { + factor = 0.8 + conservative = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = conservative } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = conservative } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = conservative } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = conservative } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = conservative } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = conservative + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = conservative + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = conservative + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = conservative } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + conservative = 10 + } + ideology = { + value = conservative + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = conservative + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = conservative + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = conservative + loyalty_value = -0.5 + } + } + } + } + } + } } # 880150 - Party Scandal - Liberal country_event = { - id = 880150 - title = "EVTNAME880150" - desc = "EVTDESC880150" - picture = "news" - - trigger = { - civilized = yes - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = liberal - } - } - OR = { - liberal = 10 - any_owned_province = { liberal = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = liberal - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - liberal = 25 - } - modifier = { - factor = 0.8 - liberal = 50 - } - modifier = { - factor = 0.8 - liberal = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = liberal } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = liberal } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = liberal } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = liberal } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = liberal } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = liberal - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = liberal - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = liberal - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = liberal } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - liberal = 10 - } - ideology = { - value = liberal - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = liberal - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = liberal - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = liberal - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880150 + title = "EVTNAME880150" + desc = "EVTDESC880150" + picture = "news" + + trigger = { + civilized = yes + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = liberal + } + } + OR = { + liberal = 10 + any_owned_province = { liberal = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = liberal + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + liberal = 25 + } + modifier = { + factor = 0.8 + liberal = 50 + } + modifier = { + factor = 0.8 + liberal = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = liberal } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = liberal } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = liberal } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = liberal } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = liberal } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = liberal + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = liberal + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = liberal + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = liberal } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + liberal = 10 + } + ideology = { + value = liberal + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = liberal + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = liberal + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = liberal + loyalty_value = -0.5 + } + } + } + } + } + } } # 880160 - Party Scandal - Anarcho-Liberal country_event = { - id = 880160 - title = "EVTNAME880160" - desc = "EVTDESC880160" - picture = "news" - - trigger = { - civilized = yes - is_ideology_enabled = anarcho_liberal - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = anarcho_liberal - } - } - OR = { - anarcho_liberal = 10 - any_owned_province = { anarcho_liberal = 30 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = anarcho_liberal - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = anarcho_liberal - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - anarcho_liberal = 25 - } - modifier = { - factor = 0.8 - anarcho_liberal = 50 - } - modifier = { - factor = 0.8 - anarcho_liberal = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = anarcho_liberal } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = anarcho_liberal } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = anarcho_liberal } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = anarcho_liberal } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = anarcho_liberal } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = anarcho_liberal - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = anarcho_liberal - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = anarcho_liberal - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = anarcho_liberal } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - anarcho_liberal = 10 - } - ideology = { - value = anarcho_liberal - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = anarcho_liberal - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880160 + title = "EVTNAME880160" + desc = "EVTDESC880160" + picture = "news" + + trigger = { + civilized = yes + is_ideology_enabled = anarcho_liberal + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = anarcho_liberal + } + } + OR = { + anarcho_liberal = 10 + any_owned_province = { anarcho_liberal = 30 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = anarcho_liberal + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = anarcho_liberal + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + anarcho_liberal = 25 + } + modifier = { + factor = 0.8 + anarcho_liberal = 50 + } + modifier = { + factor = 0.8 + anarcho_liberal = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = anarcho_liberal } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = anarcho_liberal } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = anarcho_liberal } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = anarcho_liberal } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = anarcho_liberal } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = anarcho_liberal + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = anarcho_liberal + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = anarcho_liberal + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = anarcho_liberal } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + anarcho_liberal = 10 + } + ideology = { + value = anarcho_liberal + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = anarcho_liberal + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -0.5 + } + } + } + } + } + } } # 880170 - Party Scandal - Socialist country_event = { - id = 880170 - title = "EVTNAME880170" - desc = "EVTDESC880170" - picture = "news" - - trigger = { - civilized = yes - is_ideology_enabled = socialist - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = socialist - } - } - OR = { - socialist = 10 - any_owned_province = { socialist = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = socialist - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = socialist - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - socialist = 25 - } - modifier = { - factor = 0.8 - socialist = 50 - } - modifier = { - factor = 0.8 - socialist = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = socialist } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = socialist } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = socialist } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = socialist } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = socialist } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = socialist - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = socialist - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = socialist - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = socialist } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - socialist = 10 - } - ideology = { - value = socialist - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = socialist - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = socialist - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = socialist - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880170 + title = "EVTNAME880170" + desc = "EVTDESC880170" + picture = "news" + + trigger = { + civilized = yes + is_ideology_enabled = socialist + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = socialist + } + } + OR = { + socialist = 10 + any_owned_province = { socialist = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = socialist + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = socialist + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + socialist = 25 + } + modifier = { + factor = 0.8 + socialist = 50 + } + modifier = { + factor = 0.8 + socialist = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = socialist } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = socialist } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = socialist } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = socialist } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = socialist } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = socialist + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = socialist + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = socialist + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = socialist } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + socialist = 10 + } + ideology = { + value = socialist + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = socialist + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = socialist + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = socialist + loyalty_value = -0.5 + } + } + } + } + } + } } # 880180 - Party Scandal - Communist country_event = { - id = 880180 - title = "EVTNAME880180" - desc = "EVTDESC880180" - picture = "news" - - trigger = { - civilized = yes - is_ideology_enabled = communist - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = communist - } - } - OR = { - communist = 10 - any_owned_province = { communist = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = communist - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = communist - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - communist = 25 - } - modifier = { - factor = 0.8 - communist = 50 - } - modifier = { - factor = 0.8 - communist = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = communist } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = communist } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = communist } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = communist } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = communist } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = communist - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = communist - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = communist - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = communist } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - communist = 10 - } - ideology = { - value = communist - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = communist - factor = 5 - } - } - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = communist - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = communist - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880180 + title = "EVTNAME880180" + desc = "EVTDESC880180" + picture = "news" + + trigger = { + civilized = yes + is_ideology_enabled = communist + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = communist + } + } + OR = { + communist = 10 + any_owned_province = { communist = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = communist + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = communist + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + communist = 25 + } + modifier = { + factor = 0.8 + communist = 50 + } + modifier = { + factor = 0.8 + communist = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = communist } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = communist } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = communist } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = communist } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = communist } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = communist + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = communist + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = communist + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = communist } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + communist = 10 + } + ideology = { + value = communist + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = communist + factor = 5 + } + } + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = communist + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = communist + loyalty_value = -0.5 + } + } + } + } + } + } } # 880190 - Party Scandal - Fascist country_event = { - id = 880190 - title = "EVTNAME880190" - desc = "EVTDESC880190" - picture = "news" - - trigger = { - civilized = yes - is_ideology_enabled = fascist - NOT = { - press_rights = state_press - political_parties = underground_parties - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - AND = { - administration_spending = 0.95 - ruling_party_ideology = fascist - } - } - OR = { - fascist = 10 - any_owned_province = { fascist = 20 } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.2 - administration_spending = 0.9 - } - modifier = { - factor = 1.2 - administration_spending = 0.8 - } - modifier = { - factor = 1.1 - administration_spending = 0.7 - } - modifier = { - factor = 0.75 - election = yes - } - modifier = { - factor = 1.5 - ruling_party_ideology = fascist - NOT = { press_rights = free_press } - } - modifier = { - factor = 0.5 - election = yes - ruling_party_ideology = fascist - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 0.8 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - fascist = 25 - } - modifier = { - factor = 0.8 - fascist = 50 - } - modifier = { - factor = 0.8 - fascist = 75 - } - modifier = { - factor = 1.2 - NOT = { ruling_party_ideology = fascist } - } - modifier = { - factor = 0.7 - NOT = { ruling_party_ideology = fascist } - political_parties = harassment - } - modifier = { - factor = 0.8 - NOT = { ruling_party_ideology = fascist } - political_parties = gerrymandering - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = fascist } - political_parties = non_secret_ballots - } - modifier = { - factor = 0.9 - NOT = { ruling_party_ideology = fascist } - press_rights = censored_press - } - modifier = { - factor = 1.5 - ruling_party_ideology = fascist - political_parties = harassment - } - modifier = { - factor = 1.2 - ruling_party_ideology = fascist - political_parties = gerrymandering - } - modifier = { - factor = 1.1 - ruling_party_ideology = fascist - political_parties = non_secret_ballots - } - } - - option = { - name = "EVT880130OPTA" - random_owned = { - limit = { - owner = { ruling_party_ideology = fascist } - } - owner = { - prestige = -5 - plurality = -1 - add_country_modifier = { - name = ruling_party_scandal - duration = 730 - } - } - } - any_pop = { - limit = { - location = { is_colonial = no } - fascist = 10 - } - ideology = { - value = fascist - factor = -0.1 - } - } - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - ideology = fascist - factor = 5 - } - } - - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = fascist - loyalty_value = -0.2 - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - } - random = { - chance = 50 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 5 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 10 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 15 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - state_scope = { is_colonial = no } - owner = { number_of_states = 20 } - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -1 - } - } - } - } - } - - random_owned = { - limit = { - is_capital = yes - } - random = { - chance = 75 - state_scope = { - any_owned = { - party_loyalty = { - ideology = fascist - loyalty_value = -0.5 - } - } - } - } - } - } + id = 880190 + title = "EVTNAME880190" + desc = "EVTDESC880190" + picture = "news" + + trigger = { + civilized = yes + is_ideology_enabled = fascist + NOT = { + press_rights = state_press + political_parties = underground_parties + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + AND = { + administration_spending = 0.95 + ruling_party_ideology = fascist + } + } + OR = { + fascist = 10 + any_owned_province = { fascist = 20 } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.2 + administration_spending = 0.9 + } + modifier = { + factor = 1.2 + administration_spending = 0.8 + } + modifier = { + factor = 1.1 + administration_spending = 0.7 + } + modifier = { + factor = 0.75 + election = yes + } + modifier = { + factor = 1.5 + ruling_party_ideology = fascist + NOT = { press_rights = free_press } + } + modifier = { + factor = 0.5 + election = yes + ruling_party_ideology = fascist + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 0.8 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + fascist = 25 + } + modifier = { + factor = 0.8 + fascist = 50 + } + modifier = { + factor = 0.8 + fascist = 75 + } + modifier = { + factor = 1.2 + NOT = { ruling_party_ideology = fascist } + } + modifier = { + factor = 0.7 + NOT = { ruling_party_ideology = fascist } + political_parties = harassment + } + modifier = { + factor = 0.8 + NOT = { ruling_party_ideology = fascist } + political_parties = gerrymandering + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = fascist } + political_parties = non_secret_ballots + } + modifier = { + factor = 0.9 + NOT = { ruling_party_ideology = fascist } + press_rights = censored_press + } + modifier = { + factor = 1.5 + ruling_party_ideology = fascist + political_parties = harassment + } + modifier = { + factor = 1.2 + ruling_party_ideology = fascist + political_parties = gerrymandering + } + modifier = { + factor = 1.1 + ruling_party_ideology = fascist + political_parties = non_secret_ballots + } + } + + option = { + name = "EVT880130OPTA" + random_owned = { + limit = { + owner = { ruling_party_ideology = fascist } + } + owner = { + prestige = -5 + plurality = -1 + add_country_modifier = { + name = ruling_party_scandal + duration = 730 + } + } + } + any_pop = { + limit = { + location = { is_colonial = no } + fascist = 10 + } + ideology = { + value = fascist + factor = -0.1 + } + } + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + ideology = fascist + factor = 5 + } + } + + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = fascist + loyalty_value = -0.2 + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + } + random = { + chance = 50 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 5 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 10 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 15 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + state_scope = { is_colonial = no } + owner = { number_of_states = 20 } + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -1 + } + } + } + } + } + + random_owned = { + limit = { + is_capital = yes + } + random = { + chance = 75 + state_scope = { + any_owned = { + party_loyalty = { + ideology = fascist + loyalty_value = -0.5 + } + } + } + } + } + } } # 880200 - Party Scandal Grave Consequences country_event = { - id = 880200 - title = "EVTNAME880200" - desc = "EVTDESC880200" - picture = "stortinget" - - trigger = { - OR = { - has_country_modifier = ruling_party_scandal - has_country_modifier = party_scandal_evidence - } - NOT = { - vote_franschise = none_voting - press_rights = state_press - election = yes - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.5 - has_country_modifier = party_scandal_evidence - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.25 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 1.5 - press_rights = censored_press - } - } - - option = { - name = "EVT880200OPTA" - remove_country_modifier = ruling_party_scandal - remove_country_modifier = party_scandal_evidence - random_owned = { - limit = { owner = { ruling_party_ideology = reactionary } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = reactionary - loyalty_value = -2 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = conservative } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = conservative - loyalty_value = -2 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = liberal } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = liberal - loyalty_value = -2 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = anarcho_liberal } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -2 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = socialist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = socialist - loyalty_value = -2 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = communist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = communist - loyalty_value = -2 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = fascist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = fascist - loyalty_value = -2 - } - } - } - } - - random_owned = { - limit = { - owner = { - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - } - owner = { prestige = -10 } - } - random_owned = { - limit = { - owner = { - is_greater_power = no - is_secondary_power = no - } - } - owner = { prestige = -5 } - } - plurality = 1 - election = yes - } + id = 880200 + title = "EVTNAME880200" + desc = "EVTDESC880200" + picture = "stortinget" + + trigger = { + OR = { + has_country_modifier = ruling_party_scandal + has_country_modifier = party_scandal_evidence + } + NOT = { + vote_franschise = none_voting + press_rights = state_press + election = yes + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.5 + has_country_modifier = party_scandal_evidence + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.25 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 1.5 + press_rights = censored_press + } + } + + option = { + name = "EVT880200OPTA" + remove_country_modifier = ruling_party_scandal + remove_country_modifier = party_scandal_evidence + random_owned = { + limit = { owner = { ruling_party_ideology = reactionary } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = reactionary + loyalty_value = -2 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = conservative } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = conservative + loyalty_value = -2 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = liberal } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = liberal + loyalty_value = -2 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = anarcho_liberal } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -2 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = socialist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = socialist + loyalty_value = -2 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = communist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = communist + loyalty_value = -2 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = fascist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = fascist + loyalty_value = -2 + } + } + } + } + + random_owned = { + limit = { + owner = { + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + } + owner = { prestige = -10 } + } + random_owned = { + limit = { + owner = { + is_greater_power = no + is_secondary_power = no + } + } + owner = { prestige = -5 } + } + plurality = 1 + election = yes + } } # 880210 - Party Scandal New Evidence Found country_event = { - id = 880210 - title = "EVTNAME880210" - desc = "EVTDESC880210" - picture = "news" - - trigger = { - has_country_modifier = ruling_party_scandal - NOT = { has_country_modifier = party_scandal_evidence } - NOT = { - vote_franschise = none_voting - press_rights = state_press - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - NOT = { average_consciousness = 2 } - } - modifier = { - factor = 1.25 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 0.8 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 1.5 - press_rights = censored_press - } - modifier = { - factor = 0.8 - press_rights = free_press - } - } - - option = { - name = "EVT880210OPTA" - remove_country_modifier = ruling_party_scandal - add_country_modifier = { - name = party_scandal_evidence - duration = 365 - } - any_pop = { - limit = { - location = { is_colonial = no } - } - militancy = 1 - dominant_issue = { - factor = 0.1 - value = free_press - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = reactionary } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = reactionary - loyalty_value = -0.3 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = conservative } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = conservative - loyalty_value = -0.3 - } - } - } - } - random_owned = { - limit = { owner = { ruling_party_ideology = liberal } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = liberal - loyalty_value = -0.3 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = anarcho_liberal } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = -0.3 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = socialist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = socialist - loyalty_value = -0.3 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = communist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = communist - loyalty_value = -0.3 - } - } - } - } - - random_owned = { - limit = { owner = { ruling_party_ideology = fascist } } - owner = { - any_owned = { - limit = { is_colonial = no } - party_loyalty = { - ideology = fascist - loyalty_value = -0.3 - } - } - } - } - } -} + id = 880210 + title = "EVTNAME880210" + desc = "EVTDESC880210" + picture = "news" + + trigger = { + has_country_modifier = ruling_party_scandal + NOT = { has_country_modifier = party_scandal_evidence } + NOT = { + vote_franschise = none_voting + press_rights = state_press + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + NOT = { average_consciousness = 2 } + } + modifier = { + factor = 1.25 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 0.8 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 1.5 + press_rights = censored_press + } + modifier = { + factor = 0.8 + press_rights = free_press + } + } + option = { + name = "EVT880210OPTA" + remove_country_modifier = ruling_party_scandal + add_country_modifier = { + name = party_scandal_evidence + duration = 365 + } + any_pop = { + limit = { + location = { is_colonial = no } + } + militancy = 1 + dominant_issue = { + factor = 0.1 + value = free_press + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = reactionary } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = reactionary + loyalty_value = -0.3 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = conservative } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = conservative + loyalty_value = -0.3 + } + } + } + } + random_owned = { + limit = { owner = { ruling_party_ideology = liberal } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = liberal + loyalty_value = -0.3 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = anarcho_liberal } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = -0.3 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = socialist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = socialist + loyalty_value = -0.3 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = communist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = communist + loyalty_value = -0.3 + } + } + } + } + + random_owned = { + limit = { owner = { ruling_party_ideology = fascist } } + owner = { + any_owned = { + limit = { is_colonial = no } + party_loyalty = { + ideology = fascist + loyalty_value = -0.3 + } + } + } + } + } +} diff --git a/HPM/events/PoliticalEvents.txt b/HPM/events/PoliticalEvents.txt index b9a91950..57b31637 100644 --- a/HPM/events/PoliticalEvents.txt +++ b/HPM/events/PoliticalEvents.txt @@ -1,4770 +1,4770 @@ #### Press Rights #### # Newspaper Publishes Slander country_event = { - id = 3100 - title = "EVTNAME3100" - desc = "EVTDESC3100" - picture = "News" - - trigger = { - civilized = yes - press_rights = state_press - average_consciousness = 3 - } - - mean_time_to_happen = { - months = 400 #COMMON - - modifier = { - factor = 0.9 - NOT = { - prestige = 0 - } - } - modifier = { - factor = 1.1 - prestige = 45 - } - modifier = { - factor = 1.3 - prestige = 60 - } - } - - option = { - name = "EVTOPTA3100" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = 4 - } - } - } - - option = { - name = "EVTOPTB3100" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - middle_strata = { - consciousness = 2 - } - rich_strata = { - consciousness = 4 - } - } - } + id = 3100 + title = "EVTNAME3100" + desc = "EVTDESC3100" + picture = "News" + + trigger = { + civilized = yes + press_rights = state_press + average_consciousness = 3 + } + + mean_time_to_happen = { + months = 400 #COMMON + + modifier = { + factor = 0.9 + NOT = { + prestige = 0 + } + } + modifier = { + factor = 1.1 + prestige = 45 + } + modifier = { + factor = 1.3 + prestige = 60 + } + } + + option = { + name = "EVTOPTA3100" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = 4 + } + } + } + + option = { + name = "EVTOPTB3100" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + middle_strata = { + consciousness = 2 + } + rich_strata = { + consciousness = 4 + } + } + } +} + +#Lover Exposed +country_event = { + id = 3101 + title = "EVTNAME3101" + desc = "EVTDESC3101" + picture = "Lover" + + trigger = { + civilized = yes + NOT = { + press_rights = free_press + } + } + + mean_time_to_happen = { + months = 400 #COMMON + modifier = { + factor = 1.1 + ruling_party_ideology = conservative + } + modifier = { + factor = 1.3 + ruling_party_ideology = reactionary + } + modifier = { + factor = 0.8 + ruling_party_ideology = liberal + } + } + + option = { + name = "EVTOPTA3101" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_consciousness = { + ideology = liberal + factor = 2 + } + } + } + } + + option = { + name = "EVTOPTB3101" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = free_press + factor = 0.5 + } + } + } + } +} + +# Circulation Doubles! +country_event = { + id = 3102 + title = "EVTNAME3102" + desc = "EVTDESC3102" + picture = "News" + + trigger = { + civilized = yes + press_rights = free_press + has_pop_type = capitalists + any_state = { + is_colonial = no + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.8 + average_consciousness = 6 + } + + modifier = { + factor = 0.7 + average_consciousness = 8 + } + modifier = { + factor = 1.4 + NOT = { + average_consciousness = 6 + } + } + } + + option = { + name = "EVTOPTA3102" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + limit = { + literacy = 0.2 + } + militancy = 2 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB3102" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + limit = { + literacy = 0.8 + } + militancy = 4 + consciousness = 2 + } + } + } + + option = { + name = "EVTOPTC3102" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + OR = { + has_pop_type = capitalists + has_pop_type = aristocrats + } + } + aristocrats = { + militancy = 7 + } + capitalists = { + militancy = 7 + } + } + } +} + +#### Political Parties #### +# Underground Printing Press +country_event = { + id = 3200 + title = "EVTNAME3200" + desc = "EVTDESC3200" + picture = "News" + + trigger = { + civilized = yes + political_parties = underground_parties + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + literacy = 0.7 + } + + modifier = { + factor = 0.8 + ruling_party_ideology = communist + } + + modifier = { + factor = 0.8 + ruling_party_ideology = fascist + } + + modifier = { + factor = 1.1 + ruling_party_ideology = liberal + } + + modifier = { + factor = 1.3 + ruling_party_ideology = conservative + } + } + + option = { + name = "EVTOPTA3200" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB3200" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + factor = 0.5 + value = harassment + } + } + } + } +} + +# Harassment in Local Election +country_event = { + id = 3201 + title = "EVTNAME3201" + desc = "EVTDESC3201" + picture = "Harassment" + + trigger = { + civilized = yes + political_parties = harassment + } + + mean_time_to_happen = { + months = 430 + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { + average_consciousness = 8 + } + } + modifier = { + factor = 1.4 + NOT = { + average_militancy = 7 + } + } + } + + option = { + name = "EVTOPTA3201" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + farmers = { + militancy = 4 + } + } + } + + option = { + name = "EVTOPTB3201" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 2 + } + } + } + + option = { + name = "EVTOPTC3201" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -1 + dominant_issue = { + value = gerrymandering + factor = 0.8 + } + } + } + } +} + +# Redrawing Constituencies +country_event = { + id = 3202 + title = "EVTNAME3202" + desc = "EVTDESC3202" + picture = "treaty" + + trigger = { + civilized = yes + political_parties = gerrymandering + ruling_party_ideology = conservative + } + + mean_time_to_happen = { + months = 400 + + modifier = { + factor = 4 + conservative = 50 + } + + modifier = { + factor = 0.9 + conservative = 20 + } + } + + option = { + name = "EVTOPTA3202" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + value = conservative + factor = 0.8 + } + militancy = 4 + } + } + } + + option = { + name = "EVTOPTB3202" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.8 + } + militancy = -1 + } + } + prestige = 5 + } +} + +# Man Seen Voting +country_event = { + id = 3203 + title = "EVTNAME3203" + desc = "EVTDESC3203" + picture = "Voting" + + trigger = { + civilized = yes + political_parties = non_secret_ballots + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + NOT = { + average_militancy = 5 + } + } + + modifier = { + factor = 0.9 + average_consciousness = 8 + } + + modifier = { + factor = 1.4 + NOT = { + average_consciousness = 7 + } + } + } + + option = { + name = "EVTOPTA3203" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -1 + dominant_issue = { + value = secret_ballots + factor = 0.7 + } + } + } + } + + option = { + name = "EVTOPTB3203" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 4 + } + } + } +} + +# Voting Fraud +country_event = { + id = 3204 + title = "EVTNAME3204" + desc = "EVTDESC3204" + picture = "treaty" + + trigger = { + civilized = yes + political_parties = secret_ballots + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + ruling_party_ideology = liberal + } + + modifier = { + factor = 1.5 + ruling_party_ideology = conservative + } + + modifier = { + factor = 2.0 + NOT = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + } + } + } + + option = { + name = "EVTOPTA3204" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + value = conservative + factor = 0.5 + } + militancy = -1 + } + } + } + + option = { + name = "EVTOPTB3204" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.5 + } + militancy = 3 + } + } + } +} + +#### Trade Unions #### +# Red John +country_event = { + id = 3500 + title = "EVTNAME3500" + desc = "EVTDESC3500" + picture = "Revolution" + + trigger = { + trade_unions = no_trade_unions + civilized = yes + is_ideology_enabled = socialist + socialist = 5 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + socialist = 40 + } + modifier = { + factor = 1.5 + NOT = { + socialist = 20 + } + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + } + + option = { + name = "EVTOPTA3500" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + socialist = 5 + } + any_pop = { + scaled_militancy = { + factor = 3 + ideology = socialist + } + scaled_consciousness = { + factor = 3 + ideology = socialist + } + } + } + } + + option = { + name = "EVTOPTB3500" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = state_controlled + factor = 0.3 + } + } + } + } +} + +# Worker's Committee +country_event = { + id = 3501 + title = "EVTNAME3501" + desc = "EVTDESC3501" + picture = "Strike" + + trigger = { + civilized = yes + trade_unions = state_controlled + } + + mean_time_to_happen = { + months = 450 + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + + modifier = { + factor = 1.1 + average_consciousness = 7 + } + + } + + option = { + name = "EVTOPTA3501" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -1 + } + } + prestige = -5 + } + + option = { + name = "EVTOPTB3501" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 1 + } + } + prestige = 5 + } +} + +# Local Management Conflict +country_event = { + id = 3502 + title = "EVTNAME3502" + desc = "EVTDESC3502" + picture = "Strike" + + trigger = { + civilized = yes + trade_unions = non_socialist + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { + average_consciousness = 7 + } + } + } + + option = { + name = "EVTOPTA3502" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + labourers = { + consciousness = 3 + } + } + } + + option = { + name = "EVTOPTB3502" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + has_pop_type = capitalists + } + capitalists = { + consciousness = 5 + } + } + } +} + +# Strike Breakers +country_event = { + id = 3503 + title = "EVTNAME3503" + desc = "EVTDESC3503" + picture = "Demonstration" + + trigger = { + civilized = yes + trade_unions = all_trade_unions + is_ideology_enabled = socialist + average_militancy = 5 + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.9 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 0.8 + poor_strata_life_needs = 0.8 + } + modifier = { + factor = 2 + poor_strata_everyday_needs = 0.8 + } + } + + option = { + name = "EVTOPTA3503" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 4 + } + } + } + prestige = -5 + } + + option = { + name = "EVTOPTB3503" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + value = socialist + factor = 0.5 + } + scaled_militancy = { + ideology = socialist + factor = 3 + } + } + } + } +} + +# A Meeting Of Three +country_event = { + id = 3750 + title = "EVTNAME3750" + desc = "EVTDESC3750" + picture = "Policeaction" + + trigger = { + civilized = yes + public_meetings = no_meeting + } + + mean_time_to_happen = { + months = 500 + + modifier = { + factor = 0.9 + plurality = 4 + } + + modifier = { + factor = 0.9 + plurality = 5 + } + } + + option = { + name = "EVTOPTA3750" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + consciousness = -1 + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB3750" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + consciousness = 1 + militancy = -1 + } + } + } +} + +#Public Meeting Held! +country_event = { + id = 3751 + title = "EVTNAME3751" + desc = "EVTDESC3751" + picture = "Revolution" + + trigger = { + civilized = yes + public_meetings = no_meeting + plurality = 40 + NOT = { + average_militancy = 6 + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + NOT = { + average_militancy = 8 + } + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA3751" + any_pop = { + militancy = 4 + } + } + + option = { + name = "EVTOPTB3751" + political_reform = yes_meeting + any_pop = { + consciousness = 6 + } + } +} + +# Brick St. Gentlemen's Club +country_event = { + id = 3752 + title = "EVTNAME3752" + desc = "EVTDESC3752" + picture = "Finepeople" + + trigger = { + public_meetings = yes_meeting + plurality = 20 + civilized = yes + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 8 + } + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 8 + } + } + modifier = { + factor = 1.3 + NOT = { + political_reform_want = 0.2 + } + } + + } + + option = { + name = "EVTOPTA3752" + random_state = { + limit = { + is_colonial = no + OR = { + has_pop_type = capitalists + has_pop_type = aristocrats + } + } + aristocrats = { + consciousness = 2 + militancy = -1 + } + capitalists = { + consciousness = 2 + militancy = -1 + } + } + } + + option = { + name = "EVTOPTB3752" + random_state = { + limit = { + is_colonial = no + OR = { + has_pop_type = capitalists + has_pop_type = aristocrats + } + } + aristocrats = { + consciousness = -2 + militancy = 1 + } + capitalists = { + consciousness = -2 + militancy = 1 + } + } + } +} + +#The Battle of Pine Street +country_event = { + id = 3753 + title = "EVTNAME3753" + desc = "EVTDESC3753" + picture = "Demonstration" + + trigger = { + civilized = yes + average_militancy = 5 + public_meetings = yes_meeting + } + + mean_time_to_happen = { + months = 700 + + modifier = { + factor = 0.9 + average_militancy = 8 + } + + modifier = { + factor = 0.9 + average_consciousness = 8 + } + } + + option = { + name = "EVTOPTA3753" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 1.5 + } + } + } + + option = { + name = "EVTOPTB3753" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + consciousness = 1.5 + } + } + } +} + +#The Cato Street Conspiracy +country_event = { + id = 3754 + title = "EVTNAME3754" + desc = "EVTDESC3754" + picture = "meeting3" + + trigger = { + civilized = yes + public_meetings = yes_meeting + NOT = { + government = democracy + } + NOT = { + is_ideology_enabled = socialist + } + } + + mean_time_to_happen = { + months = 700 + modifier = { + factor = 0.9 + NOT = { + prestige = 0 + } + } + modifier = { + factor = 0.9 + plurality = 6 + } + modifier = { + factor = 0.8 + NOT = { + middle_strata_everyday_needs = 0.5 + } + } + } + + option = { + name = "EVTOPTA3754" + upper_house = { + ideology = liberal + value = 0.1 + } + plurality = 3 + } + + option = { + name = "EVTOPTB3754" + upper_house = { + ideology = conservative + value = 0.1 + } + plurality = -3 + } +} + +#Attack on The Workhouse +country_event = { + id = 3755 + title = "EVTNAME3755" + desc = "EVTDESC3755" + picture = "Factoryattack" + + trigger = { + civilized = yes + OR = { + unemployment_subsidies = no_subsidies + unemployment_subsidies = trinket_subsidies + } + public_meetings = yes_meeting + unemployment = 0.1 + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + average_militancy = 8 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 1.3 + poor_strata_everyday_needs = 0.8 + } + + } + + option = { + name = "EVTOPTA3755" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + factor = 0.5 + value = liberal + } + } + } + plurality = 3 + } + + option = { + name = "EVTOPTB3755" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + factor = 4 + ideology = liberal + } + } + } + plurality = -3 + } +} + +#Workhouse Strike +country_event = { + id = 3756 + title = "EVTNAME3756" + desc = "EVTDESC3756" + picture = "Unite" + + trigger = { + civilized = yes + public_meetings = yes_meeting + political_reform_want = 0.15 + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + political_reform_want = 0.25 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + NOT = { + political_reform_want = 0.3 + } + } + } + + option = { + name = "EVTOPTA3756" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + aristocrats = { + consciousness = 2 + militancy = 2 + } + any_pop = { + scaled_militancy = { + factor = 2 + ideology = conservative + } + } + } + } + + option = { + name = "EVTOPTB3756" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + ideology = { + factor = 0.5 + value = conservative + } + scaled_militancy = { + factor = 2 + ideology = liberal + } + scaled_militancy = { + factor = 2 + ideology = socialist + } + } + } + } +} + +# Upper Housee Composition +# Mass Protests! +country_event = { + id = 4100 + title = "EVTNAME4100" + desc = "EVTDESC4100" + picture = "Unite" + + trigger = { + civilized = yes + upper_house_composition = party_appointed + political_reform_want = 0.3 + average_militancy = 5 + poor_strata_life_needs = 0.8 + middle_strata_life_needs = 0.8 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.5 + NOT = { + average_militancy = 10 + } + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + } + + option = { + name = "EVTOPTA4100" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = appointed + factor = 0.9 + } + scaled_militancy = { + factor = 4 + issue = appointed + } + } + } + } + + option = { + name = "EVTOPTB14100" + plurality = 8 + } +} + +#Upper House Dissatisfaction +country_event = { + id = 4101 + title = "EVTNAME4101" + desc = "EVTDESC4101" + picture = "Demonstration" + + trigger = { + civilized = yes + upper_house_composition = appointed + political_reform_want = 0.2 + average_militancy = 4 + plurality = 6 + } + + mean_time_to_happen = { + months = 700 + modifier = { + factor = 1.5 + NOT = { + average_militancy = 8 + } + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + } + + option = { + name = "EVTOPTA4101" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 1 + consciousness = 1 + dominant_issue = { + value = state_equal_weight + factor = 0.5 + } + } + } + } + + option = { + name = "EVTOPTB4101" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + factor = 4 + ideology = conservative + } + } + } + upper_house = { + ideology = liberal + value = 0.1 + } + } +} + +#Federalism Criticized +country_event = { + id = 4102 + title = "EVTNAME4102" + desc = "EVTDESC4102" + picture = "Demonstration" + + trigger = { + civilized = yes + upper_house_composition = state_equal_weight + political_reform_want = 0.2 + any_state = { + average_militancy = 6 + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.3 + NOT = { + average_militancy = 8 + } + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 8 + } + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + } + + option = { + name = "EVTOPTA4102" + random_state = { + limit = { + average_militancy = 6 + is_colonial = no + } + any_pop = { + militancy = 1 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB4102" + any_pop = { + dominant_issue = { + value = population_equal_weight + factor = 0.1 + } + } + prestige = -20 + plurality = 2 + } +} + +# Mass Action +country_event = { + id = 4103 + title = "EVTNAME4103" + desc = "EVTDESC4103" + picture = "Prosper" + + trigger = { + civilized = yes + upper_house_composition = population_equal_weight + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + political_reform_want = 0.2 + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + NOT = { + political_reform_want = 0.4 + } + } + modifier = { + factor = 1.1 + average_militancy = 8 + } + + } + + option = { + name = "EVTOPTA4103" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + consciousness = -3 + } + } + } + + option = { + name = "EVTOPTB4103" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -3 + } + } + } + + option = { + name = "EVTOPTC4103" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -1 + consciousness = -1 + } + } + } +} + +#Voting System +#Professor Criticizes Voting Systems +country_event = { + id = 4200 + title = "EVTNAME4200" + desc = "EVTDESC4200" + picture = "meeting3" + + trigger = { + voting_system = first_past_the_post + civilized = yes + NOT = { + tag = USA + tag = ENG + } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.9 + plurality = 4 + } + modifier = { + factor = 1.1 + NOT = { + plurality = 20 + } + } + } + + option = { + name = "EVTOPTA4200" + any_pop = { + dominant_issue = { + value = jefferson_method + factor = 0.1 + } + } + plurality = 3 + } + + option = { + name = "EVTOPTB4200" + prestige = 5 + } +} + +#Jefferson Method +country_event = { + id = 4201 + title = "EVTNAME4201" + desc = "EVTDESC4201" + picture = "meeting3" + + trigger = { + civilized = yes + voting_system = jefferson_method + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + plurality = 4 + } + modifier = { + factor = 0.9 + upper_house = { + ideology = liberal + value = 0.5 + } + } + modifier = { + factor = 1.1 + average_militancy = 8 + } + modifier = { + factor = 1.1 + average_consciousness = 8 + } + } + option = { + name = "EVTOPTA4201" + any_pop = { + dominant_issue = { + value = proportional_representation + factor = 0.1 + } + } + } + option = { + name = "EVTOPTB4201" + any_pop = { + militancy = 1 + } + } +} + +#Proportional Representation +country_event = { + id = 4202 + title = "EVTNAME4202" + desc = "EVTDESC4202" + picture = "treaty" + + trigger = { + civilized = yes + voting_system = proportional_representation + upper_house = { + ideology = liberal + value = 0.5 + } + political_reform_want = 0.3 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + political_reform_want = 0.45 + } + modifier = { + factor = 0.25 + tag = ENG + } + modifier = { + factor = 0.9 + NOT = { + plurality = 20 + } + } + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.3 + social_reform_want = 0.3 + } + } + + option = { + name = "EVTOPTA4202" + political_reform = first_past_the_post + any_pop = { + militancy = 2 + consciousness = 1 + } + ai_chance = { + factor = 50 + modifier = { factor = 100 tag = ENG } + } + } + + option = { + name = "EVTOPTB4202" + political_reform = jefferson_method + any_pop = { + militancy = 2 + consciousness = 1 + } + ai_chance = { + factor = 45 + modifier = { + factor = 0 + OR = { + tag = ENG + tag = USA + } + } + } + } + + option = { + name = "EVTOPTC4202" + any_pop = { + militancy = 0.5 + } + ai_chance = { + factor = 5 + } + } +} + +#Vote Franschise +#Charter Rallies +country_event = { + id = 4300 + title = "EVTNAME4300" + desc = "EVTDESC4300" + picture = "Demonstration" + + trigger = { + civilized = yes + vote_franschise = none_voting + average_militancy = 8 + political_reform_want = 0.2 + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + average_militancy = 10 + } + modifier = { + factor = 0.8 + average_consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { + political_reform_want = 0.4 + } + } + } + + option = { + name = "EVTOPTA4300" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = landed_voting + factor = 0.2 + } + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB4300" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = landed_voting + factor = 0.1 + } + militancy = 3 + } + } + } +} + +#Landed Voting +country_event = { + id = 4301 + title = "EVTNAME4301" + desc = "EVTDESC4301" + picture = "treaty" + + trigger = { + civilized = yes + vote_franschise = landed_voting + middle_strata_everyday_needs = 0.9 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + middle_strata_everyday_needs = 0.7 + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 1 + } + } + } + + option = { + name = "EVTOPTA4301" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = 2 + } + rich_strata = { + militancy = -1 + } + } + } + + option = { + name = "EVTOPTB4301" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = -1 + } + rich_strata = { + militancy = 2 + } + } + } +} + +# Wealth Weighted Voting +country_event = { + id = 4302 + title = "EVTNAME4302" + desc = "EVTDESC4302" + picture = "treaty" + + trigger = { + civilized = yes + vote_franschise = wealth_weighted_voting + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + plurality = 30 + } + modifier = { + factor = 1.1 + NOT = { + middle_strata_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA4302" + random_state = { + limit = { NOT = { is_colonial = yes } } + middle_strata = { militancy = -1 } + rich_strata = { militancy = 3 } + } + } + + option = { + name = "EVTOPTB4302" + random_state = { + limit = { NOT = { is_colonial = yes } } + middle_strata = { militancy = 3 } + rich_strata = { militancy = -1 } + } + } +} + +# An Argument Over Money +country_event = { + id = 4303 + title = "EVTNAME4303" + desc = "EVTDESC4303" + picture = "Revolution" + + trigger = { + civilized = yes + vote_franschise = wealth_voting + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { + average_consciousness = 8 + } + } + } + + option = { + name = "EVTOPTA4303" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = 3 + consciousness = -1 + } + middle_strata = { + militancy = 2 + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB4303" + any_pop = { + militancy = 1 + consciousness = 1 + } + } +} + +#A Household Affair +country_event = { + id = 4304 + title = "EVTNAME4304" + desc = "EVTDESC4304" + picture = "treaty" + + trigger = { + civilized = yes + vote_franschise = universal_weighted_voting + universal_voting = 15 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + universal_voting = 20 + } + modifier = { + factor = 1.1 + NOT = { + political_reform_want = 0.2 + } + } + } + + option = { + name = "EVTOPTA4304" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = 3 + consciousness = -1 + } + rich_strata = { + militancy = -3 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB4304" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = -3 + consciousness = 1 + } + rich_strata = { + militancy = 3 + consciousness = 1 + } + } + } +} + +#Celebration of Democracy +country_event = { + id = 4305 + title = "EVTNAME4305" + desc = "EVTDESC4305" + picture = "Celebration" + + trigger = { + civilized = yes + vote_franschise = universal_voting + average_militancy = 3 + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + modifier = { + factor = 1.4 + average_militancy = 7 + } + } + + option = { + name = "EVTOPTA4305" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB4305" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + } +} + +#Policies +#Trade Policy +country_event = { + id = 4400 + title = "EVTNAME4400" + desc = "EVTDESC4400" + picture = "Prosper" + + trigger = { + civilized = yes + trade_policy = free_trade + rich_strata_everyday_needs = 0.9 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.5 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + middle_strata_everyday_needs = 0.9 + } + } + + option = { + name = "EVTOPTA4400" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = -1 + } + middle_strata = { + militancy = -2 + } + rich_strata = { + militancy = -3 + } + } + } + + option = { + name = "EVTOPTB4400" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + rich_strata = { + militancy = -1 + } + middle_strata = { + militancy = -2 + } + poor_strata = { + militancy = -3 + } + } + } +} + +#Bread Riots +country_event = { + id = 4401 + title = "EVTNAME4401" + desc = "EVTDESC4401" + picture = "Riot" + + trigger = { + civilized = yes + trade_policy = protectionism + NOT = { + poor_strata_life_needs = 0.9 + } + NOT = { + middle_strata_life_needs = 0.9 + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 2 + NOT = { + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + } + + option = { + name = "EVTOPTA4401" + upper_house = { + ideology = liberal + value = 0.2 + } + } + + option = { + name = "EVTOPTB4401" + any_pop = { + militancy = 1.5 + } + } +} + +#Guns Cross The Border +country_event = { + id = 4402 + title = "EVTNAME4402" + desc = "EVTDESC4402" + picture = "Merchants" + + trigger = { + civilized = yes + trade_policy = free_trade + any_neighbor_country = { + NOT = { + trade_policy = free_trade + } + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA4402" + random_country = { + limit = { + NOT = { + trade_policy = free_trade + } + neighbour = THIS + } + relation = { + who = THIS + value = 30 + } + } + } + + option = { + name = "EVTOPTB4402" + prestige = 5 + } +} + + + +# Local Business Fails +country_event = { + id = 4403 + title = "EVTNAME4403" + desc = "EVTDESC4403" + picture = "Bankruptcy" + + trigger = { + civilized = yes + economic_policy = interventionism + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.8 + } + } + modifier = { + factor = 1.5 + middle_strata_life_needs = 0.9 + } + } + + option = { + name = "EVTOPTA4403" + treasury = -100 + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB4403" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = 1 + } + } + } +} + +# State Capitalism +country_event = { + id = 4404 + title = "EVTNAME4404" + desc = "EVTDESC4404" + picture = "Poor" + + trigger = { + civilized = yes + economic_policy = state_capitalism + NOT = { + poor_strata_everyday_needs = 0.8 + } + has_pop_type = capitalists + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.1 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + } + + option = { + name = "EVTOPTA4404" + bureaucrats = { + militancy = -2 + } + } + + option = { + name = "EVTOPTB4404" + capitalists = { + militancy = -2 + } + } +} + +#Planned Economy +country_event = { + id = 4405 + title = "EVTNAME4405" + desc = "EVTDESC4405" + picture = "Administration" + + trigger = { + civilized = yes + economic_policy = planned_economy + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.4 + NOT = { + average_consciousness = 7 + } + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + } + + option = { + name = "EVTOPTA4405" + bureaucrats = { + militancy = 3 + } + } + + option = { + name = "EVTOPTB4405" + ammunition = -10 + small_arms = -10 + artillery = -5 + canned_food = -15 + } +} + +#Yellow Journalism +country_event = { + id = 4406 + title = "EVTNAME4406" + desc = "EVTDESC4406" + picture = "news" + + trigger = { + civilized = yes + war_policy = jingoism + press_rights = free_press + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.7 + war = yes + } + modifier = { + factor = 1.5 + war_exhaustion = 4 + } + } + + option = { + name = "EVTOPTA4406" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + } + + option = { + name = "EVTOPTB4406" + prestige = 10 + } +} + +#Recruitment Drive +country_event = { + id = 4407 + title = "EVTNAME4407" + desc = "EVTDESC4407" + picture = "Recruits" + + trigger = { + civilized = yes + war_policy = pro_military + war_exhaustion = 1 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.4 + war_exhaustion = 5 + } + modifier = { + factor = 0.9 + war = yes + } + modifier = { + factor = 1.1 + average_militancy = 7 + } + } + + option = { + name = "EVTOPTA4407" + war_exhaustion = -3 + } + + option = { + name = "EVTOPTB4407" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + } +} + +# Curtailing Military Spending +country_event = { + id = 4408 + title = "EVTNAME4408" + desc = "EVTDESC4408" + picture = "Artillery" + + trigger = { + civilized = yes + war_policy = anti_military + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.1 + war = yes + } + modifier = { + factor = 0.8 + war_exhaustion = 7 + } + } + + option = { + name = "EVTOPTA4408" + any_pop = { + dominant_issue = { + value = anti_military + factor = 0.05 + } + } + } + + option = { + name = "EVTOPTB4408" + prestige = 5 + } +} + +# Pacifist Parliament +country_event = { + id = 4409 + title = "EVTNAME4409" + desc = "EVTDESC4409" + picture = "Administration" + + trigger = { + civilized = yes + war_policy = pacifism + OR = { + pacifism = 10 + anti_military = 15 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.1 + jingoism = 10 + } + modifier = { + factor = 1.1 + pro_military = 10 + } + modifier = { + factor = 0.5 + pacifism = 30 + } + } + + option = { + name = "EVTOPTA4409" + any_pop = { + dominant_issue = { + value = pacifism + factor = 0.05 + } + } + } + + option = { + name = "EVTOPTB4409" + any_pop = { + militancy = -1 + } + } +} + +#God is Dead! +country_event = { + id = 4410 + title = "EVTNAME4410" + desc = "EVTDESC4410" + picture = "god" + + trigger = { + civilized = yes + religious_policy = pro_atheism + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + pro_atheism = 10 + } + modifier = { + factor = 1.5 + moralism = 20 + } + } + + option = { + name = "EVTOPTA4410" + clergymen = { scaled_militancy = { factor = 5 issue = moralism } } + poor_strata = { militancy = 0.5 } + } + + option = { + name = "EVTOPTB4410" + any_pop = { + dominant_issue = { + value = pro_atheism + factor = 0.1 + } + } + } +} + +#Secular Policies +country_event = { + id = 4411 + title = "EVTNAME4411" + desc = "EVTDESC4411" + picture = "Administration" + + trigger = { + civilized = yes + religious_policy = secularized + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + NOT = { + plurality = 15 + } + } + } + + option = { + name = "EVTOPTA4411" + random_state = { + limit = { NOT = { is_colonial = yes } } + clergymen = { limit = { is_state_religion = yes } scaled_militancy = { factor = 7 issue = moralism } } + poor_strata = { militancy = 1 } + } + } + + option = { + name = "EVTOPTB4411" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + issue = secularized + factor = 4 + } + } + } + } +} + +#Pluralist Peace +country_event = { + id = 4412 + title = "EVTNAME4412" + desc = "EVTDESC4412" + picture = "Prosper" + + trigger = { + civilized = yes + religious_policy = pluralism + average_militancy = 6 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.8 + average_militancy = 7 + } + modifier = { + factor = 1.3 + consciousness = 7 + } + } + + option = { + name = "EVTOPTA4412" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB4412" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + militancy = -1 + consciousness = -1 + } + } + } +} + +#Moralist Resurgence +country_event = { + id = 4413 + title = "EVTNAME4413" + desc = "EVTDESC4413" + picture = "Prosper" + + trigger = { + civilized = yes + religious_policy = moralism + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + moralism = 5 + } + modifier = { + factor = 1.1 + NOT = { + moralism = 5 + } + } + } + + option = { + name = "EVTOPTA4413" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = moralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB4413" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + issue = moralism + factor = -2 + } + } + } + } +} + +# Protectionist Lobby +country_event = { + id = 4414 + title = "EVTNAME4414" + desc = "EVTDESC4414" + picture = "Merchants" + + trigger = { + civilized = yes + protectionism = 15 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.8 + unemployment = 0.3 + } + modifier = { + factor = 1.5 + NOT = { + unemployment = 0.1 + } + } + } + + option = { + name = "EVTOPTA4414" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + factor = 0.1 + value = protectionism + } + } + } + } + + option = { + name = "EVTOPTB4414" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + factor = 0.1 + value = free_trade + } + } + } + } +} + +#Free Trade & Repeal Society +country_event = { + id = 4415 + title = "EVTNAME4415" + desc = "EVTDESC4415" + picture = "market" + + trigger = { + civilized = yes + trade_policy = protectionism + protectionism = 10 + free_trade = 10 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.8 + unemployment = 0.1 + } + modifier = { + factor = 1.1 + NOT = { + average_militancy = 6 + } + } + } + + option = { + name = "EVTOPTA4415" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + issue = free_trade + factor = 2 + } + } + } + } + + option = { + name = "EVTOPTB4415" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = free_trade + factor = 0.1 + } + scaled_militancy = { + issue = free_trade + factor = -1 + } + } + } + } +} + +# Free Trade & Morals +country_event = { + id = 4416 + title = "EVTNAME4416" + desc = "EVTDESC4416" + picture = "market" + + trigger = { + civilized = yes + economic_policy = laissez_faire + laissez_faire = 10 + moralism = 10 + upper_house = { + ideology = liberal + value = 0.2 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.8 + moralism = 15 + } + modifier = { + factor = 1.2 + pluralism = 10 + } + } + + option = { + name = "EVTOPTA4416" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + issue = moralism + factor = -2 + } + dominant_issue = { + value = free_trade + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB4416" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = moralism + factor = 0.1 + } + } + } + upper_house = { + ideology = conservative + value = 0.1 + } + } +} + +# Moralism & War +country_event = { + id = 4417 + title = "EVTNAME4417" + desc = "EVTDESC4417" + picture = "supportwar" + + trigger = { + civilized = yes + OR = { + pro_military = 10 + jingoism = 10 + } + moralism = 10 + religious_policy = moralism + war_exhaustion = 2 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.3 + war = yes + } + modifier = { + factor = 1.5 + pacifism = 15 + } + } + + option = { + name = "EVTOPTA4417" + war_exhaustion = -2 + } + + option = { + name = "EVTOPTB4417" + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + } +} + +# Conservatives Push for a Ban +country_event = { + id = 4418 + title = "EVTNAME4418" + desc = "EVTDESC4418" + picture = "Upperhouse" + + trigger = { + civilized = yes + public_meetings = yes_meeting + average_militancy = 6 + upper_house = { + ideology = conservative + value = 0.3 + } + } + + mean_time_to_happen = { + months = 1600 + modifier = { + factor = 0.8 + num_of_revolts = 3 + } + modifier = { + factor = 0.9 + is_ideology_enabled = socialist + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA4418" + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + } + } + + option = { + name = "EVTOPTB4418" + political_reform = no_meeting + any_pop = { + militancy = 4 + scaled_militancy = { + ideology = conservative + factor = -8 + } + } + } +} + +#Bread Queues +country_event = { + id = 4419 + title = "EVTNAME4419" + desc = "EVTDESC4419" + picture = "Poor" + + trigger = { + civilized = yes + OR = { + economic_policy = state_capitalism + economic_policy = planned_economy + } + public_meetings = yes_meeting + NOT = { + poor_strata_life_needs = 0.9 + } + canned_food = 5 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.7 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 1.1 + NOT = { + average_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA4419" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + poor_strata = { + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB4419" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + bureaucrats = { + militancy = 4 + } + } + } + + option = { + name = "EVTOPTC4419" + canned_food = -5 + } +} + +# Cabinet discusses War +country_event = { + id = 4420 + title = "EVTNAME4420" + desc = "EVTDESC4420" + picture = "greatpowers" + + trigger = { + civilized = yes + upper_house_composition = party_appointed + war_policy = jingoism + prestige = 20 + average_militancy = 6 + any_neighbor_country = { + NOT = { truce_with = THIS } + number_of_states = 2 + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + war = no + } + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.4 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA4420" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.1 + } + militancy = 1 + } + } + } + + option = { + name = "EVTOPTB4420" + random_country = { + limit = { neighbour = THIS number_of_states = 2 } + add_casus_belli = { + target = THIS + type = acquire_state + months = 12 + } + } + } +} + +# Liberals Protest Harassment +country_event = { + id = 4421 + title = "EVTNAME4421" + desc = "EVTDESC4421" + picture = "Harassment" + + trigger = { + civilized = yes + political_parties = harassment + NOT = { vote_franschise = none_voting } + public_meetings = yes_meeting + NOT = { + ruling_party_ideology = conservative + upper_house = { + ideology = conservative + value = 0.4 + } + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + political_reform_want = 0.3 + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 4 + } + } + } + + option = { + name = "EVTOPTA4421" + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } + } + + option = { + name = "EVTOPTB4421" + political_reform = gerrymandering + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + } + } +} + +# Trade Union Reform +country_event = { + id = 4422 + title = "EVTNAME4422" + desc = "EVTDESC4422" + picture = "strike" + + trigger = { + civilized = yes + pacifism = 7.5 + trade_unions = all_trade_unions + is_ideology_enabled = socialist + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.9 + pacifism = 15 + } + + modifier = { + factor = 0.9 + war = yes + } + + modifier = { + factor = 0.9 + war_exhaustion = 5 + } + + modifier = { + factor = 1.2 + NOT = { + average_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA4422" + political_reform = non_socialist + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 4 + } + } + } + + option = { + name = "EVTOPTB4422" + war_exhaustion = 3 + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + any_pop = { + dominant_issue = { + value = pacifism + factor = 0.4 + } + ideology = { + value = socialist + factor = 0.3 + } + } + } + } +} + +# Censorship Bureau Overworked +country_event = { + id = 4423 + title = "EVTNAME4423" + desc = "EVTDESC4423" + picture = "Clerks" + + trigger = { + civilized = yes + press_rights = censored_press + free_press = 5 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.8 + average_consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { + average_militancy = 5 + } + } + } + + option = { + name = "EVTOPTA4423" + any_pop = { + consciousness = 1 + } + random_state = { + limit = { + NOT = { + is_colonial = yes + } + } + bureaucrats = { + militancy = 3 + } + } + } + + option = { + name = "EVTOPTB4423" + any_pop = { + consciousness = 2 + dominant_issue = { + value = free_press + factor = 0.2 + } + } + } +} + +# Freemarketeering Criticized +country_event = { + id = 4424 + title = "EVTNAME4424" + desc = "EVTDESC4424" + picture = "Upperhouse" + + trigger = { + civilized = yes + unemployment = 0.1 + NOT = { + poor_strata_life_needs = 0.9 + } + economic_policy = laissez_faire + interventionism = 5 + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 1.2 + NOT = { + interventionism = 10 + } + } + } + + option = { + name = "EVTOPTA4424" + rich_strata = { + consciousness = 4 + militancy = 2 + } + } + + option = { + name = "EVTOPTB4424" + any_pop = { + scaled_militancy = { + issue = interventionism + factor = 3 + } + } + } +} + +#Newspaper Publishes Blasphemy +country_event = { + id = 4425 + title = "EVTNAME4425" + desc = "EVTDESC4425" + picture = "news" + + trigger = { + civilized = yes + OR = { + religious_policy = pluralism + religious_policy = moralism + } + press_rights = free_press + average_consciousness = 6 + literacy = 0.6 + secularized = 5 + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.8 + moralism = 15 + } + modifier = { + factor = 0.8 + secularized = 15 + } + modifier = { + factor = 1.2 + NOT = { + average_consciousness = 7 + } + } + } + + option = { + name = "EVTOPTA4425" + political_reform = censored_press + any_pop = { + scaled_militancy = { + issue = secularized + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + } + } + + option = { + name = "EVTOPTB4425" + any_pop = { + scaled_militancy = { + issue = moralism + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + } + } +} + +#Pressure for reform +country_event = { + id = 4430 + title = "EVTNAME4430" + desc = "EVTDESC4430" + picture = "Upperhouse" + + trigger = { + civilized = yes + upper_house_composition = party_appointed + political_reform_want = 0.15 + } + + mean_time_to_happen = { + months = 400 + + modifier = { + factor = 0.9 + political_reform_want = 0.2 + } + modifier = { + factor = 0.9 + political_reform_want = 0.25 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + + modifier = { + factor = 1.5 + NOT = { + literacy = 0.4 + } + } + } + + option = { + name = "EVTOPTA4430" + political_reform = appointed + any_pop = { + militancy = -1 + consciousness = 2 + } + } + + option = { + name = "EVTOPTB4430" + any_pop = { + militancy = 2 + } + } } -#Lover Exposed -country_event = { - id = 3101 - title = "EVTNAME3101" - desc = "EVTDESC3101" - picture = "Lover" - - trigger = { - civilized = yes - NOT = { - press_rights = free_press - } - } - - mean_time_to_happen = { - months = 400 #COMMON - modifier = { - factor = 1.1 - ruling_party_ideology = conservative - } - modifier = { - factor = 1.3 - ruling_party_ideology = reactionary - } - modifier = { - factor = 0.8 - ruling_party_ideology = liberal - } - } - - option = { - name = "EVTOPTA3101" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_consciousness = { - ideology = liberal - factor = 2 - } - } - } - } - - option = { - name = "EVTOPTB3101" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = free_press - factor = 0.5 - } - } - } - } -} +#The Communists kick out the bourgeoisie +country_event = { + id = 4431 + title = "EVTNAME4431" + desc = "EVTDESC4431" + picture = "workers_revolution" + + trigger = { + government = proletarian_dictatorship + ruling_party_ideology = communist + OR = { + has_pop_type = capitalists + has_pop_type = aristocrats + } + NOT = { has_country_flag = rich_loving_communists } + } + + mean_time_to_happen = { months = 60 } + + option = { + name = "EVTOPTA4431" + add_tax_relative_income = 0.4 + any_pop = { limit = { type = capitalists } + militancy = 9 consciousness = 9 money = -200 pop_type = craftsmen + } + any_pop = { limit = { type = aristocrats } money = -10000 } + any_owned = { + limit = { has_pop_type = labourers } + any_pop = { + limit = { type = aristocrats } + militancy = 9 + consciousness = 9 + money = -200 + pop_type = labourers + } + } + any_owned = { + limit = { has_pop_type = farmers } + any_pop = { + limit = { type = aristocrats } + militancy = 9 + consciousness = 9 + money = -200 + pop_type = farmers + } + } + nationalize = yes + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTB4431" + badboy = 1 + add_tax_relative_income = 0.8 + any_pop = { limit = { type = capitalists } money = -500 reduce_pop = 0.0 } + any_pop = { limit = { type = aristocrats } money = -500 reduce_pop = 0.0 } + any_pop = { militancy = -2 } + nationalize = yes + ai_chance = { factor = 20 } + } -# Circulation Doubles! -country_event = { - id = 3102 - title = "EVTNAME3102" - desc = "EVTDESC3102" - picture = "News" - - trigger = { - civilized = yes - press_rights = free_press - has_pop_type = capitalists - any_state = { - is_colonial = no - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.8 - average_consciousness = 6 - } - - modifier = { - factor = 0.7 - average_consciousness = 8 - } - modifier = { - factor = 1.4 - NOT = { - average_consciousness = 6 - } - } - } - - option = { - name = "EVTOPTA3102" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - limit = { - literacy = 0.2 - } - militancy = 2 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB3102" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - limit = { - literacy = 0.8 - } - militancy = 4 - consciousness = 2 - } - } - } - - option = { - name = "EVTOPTC3102" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - OR = { - has_pop_type = capitalists - has_pop_type = aristocrats - } - } - aristocrats = { - militancy = 7 - } - capitalists = { - militancy = 7 - } - } - } + option = { + name = "EVTOPTC4431" + set_country_flag = rich_loving_communists + any_pop = { + scaled_militancy = { + ideology = communist + factor = 7 + } + } + ai_chance = { factor = 10 } + } } -#### Political Parties #### -# Underground Printing Press +#Genocide - Set Up - Who country_event = { - id = 3200 - title = "EVTNAME3200" - desc = "EVTDESC3200" - picture = "News" - - trigger = { - civilized = yes - political_parties = underground_parties - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - literacy = 0.7 - } - - modifier = { - factor = 0.8 - ruling_party_ideology = communist - } - - modifier = { - factor = 0.8 - ruling_party_ideology = fascist - } - - modifier = { - factor = 1.1 - ruling_party_ideology = liberal - } - - modifier = { - factor = 1.3 - ruling_party_ideology = conservative - } - } - - option = { - name = "EVTOPTA3200" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB3200" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - factor = 0.5 - value = harassment - } - } - } - } -} + id = 4433 + title = "EVTNAME4433" + desc = "EVTDESC4433" + picture = "boer_war_camps" -# Harassment in Local Election -country_event = { - id = 3201 - title = "EVTNAME3201" - desc = "EVTDESC3201" - picture = "Harassment" - - trigger = { - civilized = yes - political_parties = harassment - } - - mean_time_to_happen = { - months = 430 - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { - average_consciousness = 8 - } - } - modifier = { - factor = 1.4 - NOT = { - average_militancy = 7 - } - } - } - - option = { - name = "EVTOPTA3201" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - farmers = { - militancy = 4 - } - } - } - - option = { - name = "EVTOPTB3201" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 2 - } - } - } - - option = { - name = "EVTOPTC3201" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -1 - dominant_issue = { - value = gerrymandering - factor = 0.8 - } - } - } - } -} + is_triggered_only = yes -# Redrawing Constituencies -country_event = { - id = 3202 - title = "EVTNAME3202" - desc = "EVTDESC3202" - picture = "treaty" - - trigger = { - civilized = yes - political_parties = gerrymandering - ruling_party_ideology = conservative - } - - mean_time_to_happen = { - months = 400 - - modifier = { - factor = 4 - conservative = 50 - } - - modifier = { - factor = 0.9 - conservative = 20 - } - } - - option = { - name = "EVTOPTA3202" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - value = conservative - factor = 0.8 - } - militancy = 4 - } - } - } - - option = { - name = "EVTOPTB3202" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.8 - } - militancy = -1 - } - } - prestige = 5 - } -} + option = { + name = "EVTOPTA4433" #Religion + random_owned = { limit = { owner = { NOT = { has_country_flag = animists_run } } } owner = { set_country_flag = animists_run } } + set_country_flag = interning_religions + } -# Man Seen Voting -country_event = { - id = 3203 - title = "EVTNAME3203" - desc = "EVTDESC3203" - picture = "Voting" - - trigger = { - civilized = yes - political_parties = non_secret_ballots - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - NOT = { - average_militancy = 5 - } - } - - modifier = { - factor = 0.9 - average_consciousness = 8 - } - - modifier = { - factor = 1.4 - NOT = { - average_consciousness = 7 - } - } - } - - option = { - name = "EVTOPTA3203" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -1 - dominant_issue = { - value = secret_ballots - factor = 0.7 - } - } - } - } - - option = { - name = "EVTOPTB3203" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 4 - } - } - } + option = { + name = "EVTOPTB4433" #Culture + random_owned = { limit = { owner = { NOT = { has_country_flag = animists_run } } } owner = { set_country_flag = animists_run } } + set_country_flag = interning_cultures + } } -# Voting Fraud +#Genocide - Set Up - Where country_event = { - id = 3204 - title = "EVTNAME3204" - desc = "EVTDESC3204" - picture = "treaty" - - trigger = { - civilized = yes - political_parties = secret_ballots - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - ruling_party_ideology = liberal - } - - modifier = { - factor = 1.5 - ruling_party_ideology = conservative - } - - modifier = { - factor = 2.0 - NOT = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - } - } - } - - option = { - name = "EVTOPTA3204" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - value = conservative - factor = 0.5 - } - militancy = -1 - } - } - } - - option = { - name = "EVTOPTB3204" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.5 - } - militancy = 3 - } - } - } -} + id = 4434 + title = "EVTNAME4434" + desc = "EVTDESC4434" + picture = "boer_war_camps" -#### Trade Unions #### -# Red John -country_event = { - id = 3500 - title = "EVTNAME3500" - desc = "EVTDESC3500" - picture = "Revolution" - - trigger = { - trade_unions = no_trade_unions - civilized = yes - is_ideology_enabled = socialist - socialist = 5 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - socialist = 40 - } - modifier = { - factor = 1.5 - NOT = { - socialist = 20 - } - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - } - - option = { - name = "EVTOPTA3500" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - socialist = 5 - } - any_pop = { - scaled_militancy = { - factor = 3 - ideology = socialist - } - scaled_consciousness = { - factor = 3 - ideology = socialist - } - } - } - } - - option = { - name = "EVTOPTB3500" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = state_controlled - factor = 0.3 - } - } - } - } -} + is_triggered_only = yes -# Worker's Committee -country_event = { - id = 3501 - title = "EVTNAME3501" - desc = "EVTDESC3501" - picture = "Strike" - - trigger = { - civilized = yes - trade_unions = state_controlled - } - - mean_time_to_happen = { - months = 450 - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - - modifier = { - factor = 1.1 - average_consciousness = 7 - } - - } - - option = { - name = "EVTOPTA3501" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -1 - } - } - prestige = -5 - } - - option = { - name = "EVTOPTB3501" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 1 - } - } - prestige = 5 - } -} + option = { + name = "EVTOPTA4434" #Colonial Only + set_country_flag = interning_on_colonies + } -# Local Management Conflict -country_event = { - id = 3502 - title = "EVTNAME3502" - desc = "EVTDESC3502" - picture = "Strike" - - trigger = { - civilized = yes - trade_unions = non_socialist - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { - average_consciousness = 7 - } - } - } - - option = { - name = "EVTOPTA3502" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - labourers = { - consciousness = 3 - } - } - } - - option = { - name = "EVTOPTB3502" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - has_pop_type = capitalists - } - capitalists = { - consciousness = 5 - } - } - } -} + option = { + name = "EVTOPTB4434" #Non-Colonial Only + set_country_flag = interning_on_homeland + } -# Strike Breakers -country_event = { - id = 3503 - title = "EVTNAME3503" - desc = "EVTDESC3503" - picture = "Demonstration" - - trigger = { - civilized = yes - trade_unions = all_trade_unions - is_ideology_enabled = socialist - average_militancy = 5 - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.9 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 0.8 - poor_strata_life_needs = 0.8 - } - modifier = { - factor = 2 - poor_strata_everyday_needs = 0.8 - } - } - - option = { - name = "EVTOPTA3503" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 4 - } - } - } - prestige = -5 - } - - option = { - name = "EVTOPTB3503" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - value = socialist - factor = 0.5 - } - scaled_militancy = { - ideology = socialist - factor = 3 - } - } - } - } -} + option = { + name = "EVTOPTC4434" #Everywhere + set_country_flag = interning_everywhere + change_variable = { which = slowdown_point value = 1 } + } -# A Meeting Of Three -country_event = { - id = 3750 - title = "EVTNAME3750" - desc = "EVTDESC3750" - picture = "Policeaction" - - trigger = { - civilized = yes - public_meetings = no_meeting - } - - mean_time_to_happen = { - months = 500 - - modifier = { - factor = 0.9 - plurality = 4 - } - - modifier = { - factor = 0.9 - plurality = 5 - } - } - - option = { - name = "EVTOPTA3750" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - consciousness = -1 - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB3750" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - consciousness = 1 - militancy = -1 - } - } - } } -#Public Meeting Held! +#Fascist Government Coup Puppets - Set Up country_event = { - id = 3751 - title = "EVTNAME3751" - desc = "EVTDESC3751" - picture = "Revolution" - - trigger = { - civilized = yes - public_meetings = no_meeting - plurality = 40 - NOT = { - average_militancy = 6 - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - NOT = { - average_militancy = 8 - } - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA3751" - any_pop = { - militancy = 4 - } - } - - option = { - name = "EVTOPTB3751" - political_reform = yes_meeting - any_pop = { - consciousness = 6 - } - } -} + id = 443024 + title = "EVTNAME443024" + desc = "EVTDESC443024" + picture = "fascist_march" -# Brick St. Gentlemen's Club -country_event = { - id = 3752 - title = "EVTNAME3752" - desc = "EVTDESC3752" - picture = "Finepeople" - - trigger = { - public_meetings = yes_meeting - plurality = 20 - civilized = yes - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 8 - } - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 8 - } - } - modifier = { - factor = 1.3 - NOT = { - political_reform_want = 0.2 - } - } - - } - - option = { - name = "EVTOPTA3752" - random_state = { - limit = { - is_colonial = no - OR = { - has_pop_type = capitalists - has_pop_type = aristocrats - } - } - aristocrats = { - consciousness = 2 - militancy = -1 - } - capitalists = { - consciousness = 2 - militancy = -1 - } - } - } - - option = { - name = "EVTOPTB3752" - random_state = { - limit = { - is_colonial = no - OR = { - has_pop_type = capitalists - has_pop_type = aristocrats - } - } - aristocrats = { - consciousness = -2 - militancy = 1 - } - capitalists = { - consciousness = -2 - militancy = 1 - } - } - } -} + trigger = { + is_vassal = yes + NOT = { government = fascist_dictatorship } + overlord = { + government = fascist_dictatorship + NOT = { truce_with = THIS } + } + civilized = yes + NOT = { has_country_modifier = no_freedom } + } -#The Battle of Pine Street -country_event = { - id = 3753 - title = "EVTNAME3753" - desc = "EVTDESC3753" - picture = "Demonstration" - - trigger = { - civilized = yes - average_militancy = 5 - public_meetings = yes_meeting - } - - mean_time_to_happen = { - months = 700 - - modifier = { - factor = 0.9 - average_militancy = 8 - } - - modifier = { - factor = 0.9 - average_consciousness = 8 - } - } - - option = { - name = "EVTOPTA3753" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 1.5 - } - } - } - - option = { - name = "EVTOPTB3753" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - consciousness = 1.5 - } - } - } -} + mean_time_to_happen = { + months = 36 -#The Cato Street Conspiracy -country_event = { - id = 3754 - title = "EVTNAME3754" - desc = "EVTDESC3754" - picture = "meeting3" - - trigger = { - civilized = yes - public_meetings = yes_meeting - NOT = { - government = democracy - } - NOT = { - is_ideology_enabled = socialist - } - } - - mean_time_to_happen = { - months = 700 - modifier = { - factor = 0.9 - NOT = { - prestige = 0 - } - } - modifier = { - factor = 0.9 - plurality = 6 - } - modifier = { - factor = 0.8 - NOT = { - middle_strata_everyday_needs = 0.5 - } - } - } - - option = { - name = "EVTOPTA3754" - upper_house = { - ideology = liberal - value = 0.1 - } - plurality = 3 - } - - option = { - name = "EVTOPTB3754" - upper_house = { - ideology = conservative - value = 0.1 - } - plurality = -3 - } -} + modifier = { + factor = 0.5 + OR = { + overlord = { war = yes } + overlord = { has_recently_lost_war = yes } + } + } + } -#Attack on The Workhouse -country_event = { - id = 3755 - title = "EVTNAME3755" - desc = "EVTDESC3755" - picture = "Factoryattack" - - trigger = { - civilized = yes - OR = { - unemployment_subsidies = no_subsidies - unemployment_subsidies = trinket_subsidies - } - public_meetings = yes_meeting - unemployment = 0.1 - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - average_militancy = 8 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 1.3 - poor_strata_everyday_needs = 0.8 - } - - } - - option = { - name = "EVTOPTA3755" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - factor = 0.5 - value = liberal - } - } - } - plurality = 3 - } - - option = { - name = "EVTOPTB3755" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - factor = 4 - ideology = liberal - } - } - } - plurality = -3 - } -} + option = { + name = "EVT443024OPTA" + overlord = { country_event = 443025 } + } -#Workhouse Strike -country_event = { - id = 3756 - title = "EVTNAME3756" - desc = "EVTDESC3756" - picture = "Unite" - - trigger = { - civilized = yes - public_meetings = yes_meeting - political_reform_want = 0.15 - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - political_reform_want = 0.25 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - NOT = { - political_reform_want = 0.3 - } - } - } - - option = { - name = "EVTOPTA3756" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - aristocrats = { - consciousness = 2 - militancy = 2 - } - any_pop = { - scaled_militancy = { - factor = 2 - ideology = conservative - } - } - } - } - - option = { - name = "EVTOPTB3756" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - ideology = { - factor = 0.5 - value = conservative - } - scaled_militancy = { - factor = 2 - ideology = liberal - } - scaled_militancy = { - factor = 2 - ideology = socialist - } - } - } - } } -# Upper Housee Composition -# Mass Protests! +#Fascist Government Coup Puppets - Overlords responds country_event = { - id = 4100 - title = "EVTNAME4100" - desc = "EVTDESC4100" - picture = "Unite" - - trigger = { - civilized = yes - upper_house_composition = party_appointed - political_reform_want = 0.3 - average_militancy = 5 - poor_strata_life_needs = 0.8 - middle_strata_life_needs = 0.8 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.5 - NOT = { - average_militancy = 10 - } - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - } - - option = { - name = "EVTOPTA4100" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = appointed - factor = 0.9 - } - scaled_militancy = { - factor = 4 - issue = appointed - } - } - } - } - - option = { - name = "EVTOPTB14100" - plurality = 8 - } -} + id = 443025 + title = "EVTNAME443025" + desc = "EVTDESC443025" + picture = "fascist_hq" -#Upper House Dissatisfaction -country_event = { - id = 4101 - title = "EVTNAME4101" - desc = "EVTDESC4101" - picture = "Demonstration" - - trigger = { - civilized = yes - upper_house_composition = appointed - political_reform_want = 0.2 - average_militancy = 4 - plurality = 6 - } - - mean_time_to_happen = { - months = 700 - modifier = { - factor = 1.5 - NOT = { - average_militancy = 8 - } - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - } - - option = { - name = "EVTOPTA4101" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 1 - consciousness = 1 - dominant_issue = { - value = state_equal_weight - factor = 0.5 - } - } - } - } - - option = { - name = "EVTOPTB4101" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - factor = 4 - ideology = conservative - } - } - } - upper_house = { - ideology = liberal - value = 0.1 - } - } -} + is_triggered_only = yes -#Federalism Criticized -country_event = { - id = 4102 - title = "EVTNAME4102" - desc = "EVTDESC4102" - picture = "Demonstration" - - trigger = { - civilized = yes - upper_house_composition = state_equal_weight - political_reform_want = 0.2 - any_state = { - average_militancy = 6 - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.3 - NOT = { - average_militancy = 8 - } - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 8 - } - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - } - - option = { - name = "EVTOPTA4102" - random_state = { - limit = { - average_militancy = 6 - is_colonial = no - } - any_pop = { - militancy = 1 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB4102" - any_pop = { - dominant_issue = { - value = population_equal_weight - factor = 0.1 - } - } - prestige = -20 - plurality = 2 - } -} + option = { + name = "EVT443025OPTA" + FROM = { country_event = { id = 443026 days = 2 } } + any_greater_power = { limit = { NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -25 } } + any_country = { limit = { government = proletarian_dictatorship } relation = { who = THIS value = -100 } } + any_country = { limit = { is_our_vassal = THIS NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -100 } } + ai_chance = { factor = 0.95 } + } -# Mass Action -country_event = { - id = 4103 - title = "EVTNAME4103" - desc = "EVTDESC4103" - picture = "Prosper" - - trigger = { - civilized = yes - upper_house_composition = population_equal_weight - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - political_reform_want = 0.2 - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - NOT = { - political_reform_want = 0.4 - } - } - modifier = { - factor = 1.1 - average_militancy = 8 - } - - } - - option = { - name = "EVTOPTA4103" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - consciousness = -3 - } - } - } - - option = { - name = "EVTOPTB4103" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -3 - } - } - } - - option = { - name = "EVTOPTC4103" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -1 - consciousness = -1 - } - } - } -} + option = { + name = "EVT443025OPTB" + release_vassal = FROM + leave_alliance = FROM + relation = { who = FROM value = 100 } + ai_chance = { factor = 0.05 } + } -#Voting System -#Professor Criticizes Voting Systems -country_event = { - id = 4200 - title = "EVTNAME4200" - desc = "EVTDESC4200" - picture = "meeting3" - - trigger = { - voting_system = first_past_the_post - civilized = yes - NOT = { - tag = USA - tag = ENG - } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.9 - plurality = 4 - } - modifier = { - factor = 1.1 - NOT = { - plurality = 20 - } - } - } - - option = { - name = "EVTOPTA4200" - any_pop = { - dominant_issue = { - value = jefferson_method - factor = 0.1 - } - } - plurality = 3 - } - - option = { - name = "EVTOPTB4200" - prestige = 5 - } } -#Jefferson Method +#Fascist Government Coup Puppets - The coup attempt country_event = { - id = 4201 - title = "EVTNAME4201" - desc = "EVTDESC4201" - picture = "meeting3" - - trigger = { - civilized = yes - voting_system = jefferson_method - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - plurality = 4 - } - modifier = { - factor = 0.9 - upper_house = { - ideology = liberal - value = 0.5 - } - } - modifier = { - factor = 1.1 - average_militancy = 8 - } - modifier = { - factor = 1.1 - average_consciousness = 8 - } - } - option = { - name = "EVTOPTA4201" - any_pop = { - dominant_issue = { - value = proportional_representation - factor = 0.1 - } - } - } - option = { - name = "EVTOPTB4201" - any_pop = { - militancy = 1 - } - } -} + id = 443026 + title = "EVTNAME443026" + desc = "EVTDESC443026" + picture = "storming_palace" -#Proportional Representation -country_event = { - id = 4202 - title = "EVTNAME4202" - desc = "EVTDESC4202" - picture = "treaty" - - trigger = { - civilized = yes - voting_system = proportional_representation - upper_house = { - ideology = liberal - value = 0.5 - } - political_reform_want = 0.3 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - political_reform_want = 0.45 - } - modifier = { - factor = 0.25 - tag = ENG - } - modifier = { - factor = 0.9 - NOT = { - plurality = 20 - } - } - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.3 - social_reform_want = 0.3 - } - } - - option = { - name = "EVTOPTA4202" - political_reform = first_past_the_post - any_pop = { - militancy = 2 - consciousness = 1 - } - ai_chance = { - factor = 50 - modifier = { factor = 100 tag = ENG } - } - } - - option = { - name = "EVTOPTB4202" - political_reform = jefferson_method - any_pop = { - militancy = 2 - consciousness = 1 - } - ai_chance = { - factor = 45 - modifier = { - factor = 0 - OR = { - tag = ENG - tag = USA - } - } - } - } - - option = { - name = "EVTOPTC4202" - any_pop = { - militancy = 0.5 - } - ai_chance = { - factor = 5 - } - } -} + is_triggered_only = yes -#Vote Franschise -#Charter Rallies -country_event = { - id = 4300 - title = "EVTNAME4300" - desc = "EVTDESC4300" - picture = "Demonstration" - - trigger = { - civilized = yes - vote_franschise = none_voting - average_militancy = 8 - political_reform_want = 0.2 - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - average_militancy = 10 - } - modifier = { - factor = 0.8 - average_consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { - political_reform_want = 0.4 - } - } - } - - option = { - name = "EVTOPTA4300" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = landed_voting - factor = 0.2 - } - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB4300" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = landed_voting - factor = 0.1 - } - militancy = 3 - } - } - } -} + option = { #success! + name = "EVT443026OPTA" + prestige_factor = -0.25 + government = fascist_dictatorship + ruling_party_ideology = fascist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = primary_culture_only + political_reform = mandatory_service + clr_country_flag = theocratic_government + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + set_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + create_alliance = FROM + relation = { who = FROM value = 200 } + FROM = { diplomatic_influence = { who = THIS value = 100 } } + any_country = { limit = { NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -100 } } + any_greater_power = { limit = { NOT = { government = fascist_dictatorship } } diplomatic_influence = { who = THIS value = -100 } } -#Landed Voting -country_event = { - id = 4301 - title = "EVTNAME4301" - desc = "EVTDESC4301" - picture = "treaty" - - trigger = { - civilized = yes - vote_franschise = landed_voting - middle_strata_everyday_needs = 0.9 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - middle_strata_everyday_needs = 0.7 - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 1 - } - } - } - - option = { - name = "EVTOPTA4301" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = 2 - } - rich_strata = { - militancy = -1 - } - } - } - - option = { - name = "EVTOPTB4301" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = -1 - } - rich_strata = { - militancy = 2 - } - } - } -} + ai_chance = { + factor = 30 + modifier = { + factor = 0.1 + OR = { + FROM = { has_recently_lost_war = yes } + FROM = { NOT = { military_score = 100 } } + } + } + modifier = { + factor = 0.1 + NOT = { in_sphere = FROM } + } + modifier = { + factor = 1.4 + upper_house = { + ideology = fascist + value = 0.1 + } + } + modifier = { + factor = 1.5 + upper_house = { + ideology = fascist + value = 0.15 + } + } + modifier = { + factor = 1.6 + upper_house = { + ideology = fascist + value = 0.2 + } + } + modifier = { + factor = 1.7 + upper_house = { + ideology = fascist + value = 0.25 + } + } + modifier = { + factor = 1.8 + upper_house = { + ideology = fascist + value = 0.3 + } + } + modifier = { + factor = 1.9 + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } -# Wealth Weighted Voting -country_event = { - id = 4302 - title = "EVTNAME4302" - desc = "EVTDESC4302" - picture = "treaty" - - trigger = { - civilized = yes - vote_franschise = wealth_weighted_voting - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - plurality = 30 - } - modifier = { - factor = 1.1 - NOT = { - middle_strata_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA4302" - random_state = { - limit = { NOT = { is_colonial = yes } } - middle_strata = { militancy = -1 } - rich_strata = { militancy = 3 } - } - } - - option = { - name = "EVTOPTB4302" - random_state = { - limit = { NOT = { is_colonial = yes } } - middle_strata = { militancy = 3 } - rich_strata = { militancy = -1 } - } - } -} + option = { + name = "EVT443026OPTB" + add_country_modifier = { name = small_country_draft duration = 30 } -# An Argument Over Money -country_event = { - id = 4303 - title = "EVTNAME4303" - desc = "EVTDESC4303" - picture = "Revolution" - - trigger = { - civilized = yes - vote_franschise = wealth_voting - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { - average_consciousness = 8 - } - } - } - - option = { - name = "EVTOPTA4303" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = 3 - consciousness = -1 - } - middle_strata = { - militancy = 2 - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB4303" - any_pop = { - militancy = 1 - consciousness = 1 - } - } -} + end_military_access = FROM + leave_alliance = FROM -#A Household Affair -country_event = { - id = 4304 - title = "EVTNAME4304" - desc = "EVTDESC4304" - picture = "treaty" - - trigger = { - civilized = yes - vote_franschise = universal_weighted_voting - universal_voting = 15 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - universal_voting = 20 - } - modifier = { - factor = 1.1 - NOT = { - political_reform_want = 0.2 - } - } - } - - option = { - name = "EVTOPTA4304" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = 3 - consciousness = -1 - } - rich_strata = { - militancy = -3 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB4304" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = -3 - consciousness = 1 - } - rich_strata = { - militancy = 3 - consciousness = 1 - } - } - } -} + FROM = { country_event = { id = 443027 days = 2 } } -#Celebration of Democracy -country_event = { - id = 4305 - title = "EVTNAME4305" - desc = "EVTDESC4305" - picture = "Celebration" - - trigger = { - civilized = yes - vote_franschise = universal_voting - average_militancy = 3 - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - modifier = { - factor = 1.4 - average_militancy = 7 - } - } - - option = { - name = "EVTOPTA4305" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB4305" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - } -} + add_country_modifier = { + name = no_freedom + duration = 2920 + } -#Policies -#Trade Policy -country_event = { - id = 4400 - title = "EVTNAME4400" - desc = "EVTDESC4400" - picture = "Prosper" - - trigger = { - civilized = yes - trade_policy = free_trade - rich_strata_everyday_needs = 0.9 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.5 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - middle_strata_everyday_needs = 0.9 - } - } - - option = { - name = "EVTOPTA4400" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = -1 - } - middle_strata = { - militancy = -2 - } - rich_strata = { - militancy = -3 - } - } - } - - option = { - name = "EVTOPTB4400" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - rich_strata = { - militancy = -1 - } - middle_strata = { - militancy = -2 - } - poor_strata = { - militancy = -3 - } - } - } -} + capital_scope = { any_pop = { ideology = { factor = -0.1 value = fascist } } } -#Bread Riots + random_pop = { limit = { pop_majority_ideology = fascist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = fascist } } + 33 = { ideology = { factor = -0.15 value = fascist } } + 33 = { ideology = { factor = -0.2 value = fascist } } + } + } + + random_pop = { limit = { pop_majority_ideology = fascist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = fascist } } + 33 = { ideology = { factor = -0.15 value = fascist } } + 33 = { ideology = { factor = -0.2 value = fascist } } + } + } + + random_pop = { limit = { pop_majority_ideology = fascist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = fascist } } + 33 = { ideology = { factor = -0.15 value = fascist } } + 33 = { ideology = { factor = -0.2 value = fascist } } + } + } + + ai_chance = { + factor = 70 + modifier = { + factor = 1.6 + NOT = { in_sphere = FROM } + } + } + } + } + +#Fascist Government Coup Puppets - Overlords responds to failed coup country_event = { - id = 4401 - title = "EVTNAME4401" - desc = "EVTDESC4401" - picture = "Riot" - - trigger = { - civilized = yes - trade_policy = protectionism - NOT = { - poor_strata_life_needs = 0.9 - } - NOT = { - middle_strata_life_needs = 0.9 - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 2 - NOT = { - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - } - - option = { - name = "EVTOPTA4401" - upper_house = { - ideology = liberal - value = 0.2 - } - } - - option = { - name = "EVTOPTB4401" - any_pop = { - militancy = 1.5 - } - } + id = 443027 + title = "EVTNAME443027" + desc = "EVTDESC443027" + picture = "failed_revolution" + + is_triggered_only = yes + + option = { + name = "EVT443027OPTA" + release_vassal = FROM + relation = { who = FROM value = -400 } + diplomatic_influence = { who = FROM value = -400 } + end_military_access = FROM + leave_alliance = FROM + casus_belli = { target = FROM type = install_fascism_make_puppet months = 24 } + + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVT443027OPTC" + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -400 } + release_vassal = FROM + end_military_access = FROM + leave_alliance = FROM + ai_chance = { factor = 0.05 } + } } -#Guns Cross The Border +#Communist Government Coup Puppets - Set Up country_event = { - id = 4402 - title = "EVTNAME4402" - desc = "EVTDESC4402" - picture = "Merchants" - + id = 443028 + title = "EVTNAME443028" + desc = "EVTDESC443028" + picture = "communist_rally" + trigger = { - civilized = yes - trade_policy = free_trade - any_neighbor_country = { - NOT = { - trade_policy = free_trade - } + is_vassal = yes + civilized = yes + NOT = { government = proletarian_dictatorship } + overlord = { + government = proletarian_dictatorship + NOT = { truce_with = THIS } + NOT = { has_country_modifier = no_freedom } } } - + mean_time_to_happen = { - months = 800 + months = 20 + modifier = { - factor = 0.9 - NOT = { - average_militancy = 5 + factor = 0.5 + OR = { + overlord = { war = yes } + overlord = { has_recently_lost_war = yes } } } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 + } + + option = { + name = "EVT443024OPTA" + overlord = { country_event = 443029 } + } +} + +#Communist Government Coup Puppets - Overlords decides on coup +country_event = { + id = 443029 + title = "EVTNAME443029" + desc = "EVTDESC443029" + picture = "communist_congress" + + is_triggered_only = yes + + option = { + name = "EVT443025OPTA" + FROM = { country_event = { id = 443030 days = 2 } } + any_greater_power = { limit = { NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -25 } } + any_country = { limit = { government = fascist_dictatorship } relation = { who = THIS value = -100 } } + any_country = { limit = { is_our_vassal = THIS NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -100 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT443025OPTB" + release_vassal = FROM + leave_alliance = FROM + relation = { who = FROM value = 100 } + ai_chance = { factor = 0 } + } +} + +#Communist Government Coup Puppets - The coup attempt +country_event = { + id = 443030 + title = "EVTNAME443030" + desc = "EVTDESC443030" + picture = "storming_palace_communists" + + is_triggered_only = yes + + option = { + name = "EVT443030OPTA" + prestige_factor = -0.25 + government = proletarian_dictatorship + ruling_party_ideology = communist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + political_reform = no_slavery + political_reform = debtors_prisons + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + set_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = theocratic_government + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + create_alliance = FROM + relation = { who = FROM value = 200 } + FROM = { diplomatic_influence = { who = THIS value = 100 } } + any_country = { limit = { NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -100 } } + any_greater_power = { limit = { NOT = { government = proletarian_dictatorship } } diplomatic_influence = { who = THIS value = -100 } } + + ai_chance = { + factor = 30 + modifier = { + factor = 0.1 + OR = { + FROM = { has_recently_lost_war = yes } + FROM = { NOT = { military_score = 100 } } + } + } + modifier = { + factor = 0.1 + NOT = { in_sphere = FROM } + } + modifier = { + factor = 1.4 + upper_house = { + ideology = communist + value = 0.1 + } + } + modifier = { + factor = 1.5 + upper_house = { + ideology = communist + value = 0.15 + } + } + modifier = { + factor = 1.6 + upper_house = { + ideology = communist + value = 0.2 + } + } + modifier = { + factor = 1.7 + upper_house = { + ideology = communist + value = 0.25 + } + } + modifier = { + factor = 1.8 + upper_house = { + ideology = communist + value = 0.3 + } + } + modifier = { + factor = 1.9 + upper_house = { + ideology = communist + value = 0.4 + } } - } - modifier = { - factor = 1.1 - average_militancy = 5 } } - + option = { - name = "EVTOPTA4402" - random_country = { - limit = { - NOT = { - trade_policy = free_trade + name = "EVT443030OPTB" + add_country_modifier = { name = small_country_draft duration = 30 } + end_military_access = FROM + leave_alliance = FROM + + FROM = { country_event = { id = 443031 days = 2 } } + + add_country_modifier = { name = no_freedom duration = 2920 } + + capital_scope = { any_pop = { ideology = { factor = -0.1 value = communist } } } + + random_pop = { limit = { pop_majority_ideology = communist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = communist } } + 33 = { ideology = { factor = -0.15 value = communist } } + 33 = { ideology = { factor = -0.2 value = communist } } + } + } + + random_pop = { limit = { pop_majority_ideology = communist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = communist } } + 33 = { ideology = { factor = -0.15 value = communist } } + 33 = { ideology = { factor = -0.2 value = communist } } + } + } + + random_pop = { limit = { pop_majority_ideology = communist } + random_list = { + 34 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + 33 = { reduce_pop = 0.96 } + } + random_list = { + 34 = { ideology = { factor = 0.1 value = conservative } } + 33 = { ideology = { factor = 0.2 value = conservative } } + 33 = { ideology = { factor = 0.3 value = conservative } } + } + random_list = { + 34 = { ideology = { factor = -0.1 value = communist } } + 33 = { ideology = { factor = -0.15 value = communist } } + 33 = { ideology = { factor = -0.2 value = communist } } } - neighbour = THIS } - relation = { - who = THIS - value = 30 + + ai_chance = { + factor = 70 + modifier = { + factor = 1.6 + NOT = { in_sphere = FROM } } } } - - option = { - name = "EVTOPTB4402" - prestige = 5 - } } - - -# Local Business Fails +#communist Government Coup Puppets - Overlords responds to failed coup country_event = { - id = 4403 - title = "EVTNAME4403" - desc = "EVTDESC4403" - picture = "Bankruptcy" - - trigger = { - civilized = yes - economic_policy = interventionism - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.8 - } - } - modifier = { - factor = 1.5 - middle_strata_life_needs = 0.9 - } - } - - option = { - name = "EVTOPTA4403" - treasury = -100 - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB4403" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = 1 - } - } - } -} + id = 443031 + title = "EVTNAME443031" + desc = "EVTDESC443031" + picture = "failed_revolution" -# State Capitalism -country_event = { - id = 4404 - title = "EVTNAME4404" - desc = "EVTDESC4404" - picture = "Poor" - - trigger = { - civilized = yes - economic_policy = state_capitalism - NOT = { - poor_strata_everyday_needs = 0.8 - } - has_pop_type = capitalists - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.1 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - } - - option = { - name = "EVTOPTA4404" - bureaucrats = { - militancy = -2 - } - } - - option = { - name = "EVTOPTB4404" - capitalists = { - militancy = -2 - } - } -} + is_triggered_only = yes -#Planned Economy -country_event = { - id = 4405 - title = "EVTNAME4405" - desc = "EVTDESC4405" - picture = "Administration" - - trigger = { - civilized = yes - economic_policy = planned_economy - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.4 - NOT = { - average_consciousness = 7 - } - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - } - - option = { - name = "EVTOPTA4405" - bureaucrats = { - militancy = 3 - } - } - - option = { - name = "EVTOPTB4405" - ammunition = -10 - small_arms = -10 - artillery = -5 - canned_food = -15 - } -} + option = { + name = "EVT443027OPTA" + release_vassal = FROM + relation = { who = FROM value = -400 } + diplomatic_influence = { who = FROM value = -400 } + end_military_access = FROM + leave_alliance = FROM + casus_belli = { target = FROM type = install_communism_make_puppet months = 24 } + ai_chance = { factor = 100 } + } -#Yellow Journalism -country_event = { - id = 4406 - title = "EVTNAME4406" - desc = "EVTDESC4406" - picture = "news" - - trigger = { - civilized = yes - war_policy = jingoism - press_rights = free_press - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.7 - war = yes - } - modifier = { - factor = 1.5 - war_exhaustion = 4 - } - } - - option = { - name = "EVTOPTA4406" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - } - - option = { - name = "EVTOPTB4406" - prestige = 10 - } -} + option = { + name = "EVT443027OPTC" + relation = { who = FROM value = -50 } + ai_chance = { factor = 0 } + } -#Recruitment Drive -country_event = { - id = 4407 - title = "EVTNAME4407" - desc = "EVTDESC4407" - picture = "Recruits" - - trigger = { - civilized = yes - war_policy = pro_military - war_exhaustion = 1 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.4 - war_exhaustion = 5 - } - modifier = { - factor = 0.9 - war = yes - } - modifier = { - factor = 1.1 - average_militancy = 7 - } - } - - option = { - name = "EVTOPTA4407" - war_exhaustion = -3 - } - - option = { - name = "EVTOPTB4407" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - } } -# Curtailing Military Spending +#Communist/Fascist Puppet Rebels against non Communist/Fascist Government - Set UP country_event = { - id = 4408 - title = "EVTNAME4408" - desc = "EVTDESC4408" - picture = "Artillery" - - trigger = { - civilized = yes - war_policy = anti_military - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.1 - war = yes - } - modifier = { - factor = 0.8 - war_exhaustion = 7 - } - } - - option = { - name = "EVTOPTA4408" - any_pop = { - dominant_issue = { - value = anti_military - factor = 0.05 - } - } - } - - option = { - name = "EVTOPTB4408" - prestige = 5 - } -} + id = 443032 + title = "EVTNAME443032" + desc = "EVTDESC443032" + picture = "fascist_march" -# Pacifist Parliament -country_event = { - id = 4409 - title = "EVTNAME4409" - desc = "EVTDESC4409" - picture = "Administration" - - trigger = { - civilized = yes - war_policy = pacifism - OR = { - pacifism = 10 - anti_military = 15 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.1 - jingoism = 10 - } - modifier = { - factor = 1.1 - pro_military = 10 - } - modifier = { - factor = 0.5 - pacifism = 30 - } - } - - option = { - name = "EVTOPTA4409" - any_pop = { - dominant_issue = { - value = pacifism - factor = 0.05 - } - } - } - - option = { - name = "EVTOPTB4409" - any_pop = { - militancy = -1 - } - } -} + trigger = { + is_vassal = yes + war = no + OR = { + AND = { + government = fascist_dictatorship + overlord = { NOT = { government = fascist_dictatorship } } + NOT = { truce_with = THIS } + } + AND = { + government = proletarian_dictatorship + overlord = { NOT = { government = proletarian_dictatorship } } + NOT = { truce_with = THIS } + } + AND = { + government = bourgeois_dictatorship + overlord = { NOT = { government = bourgeois_dictatorship } } + NOT = { truce_with = THIS } + } + } + } -#God is Dead! -country_event = { - id = 4410 - title = "EVTNAME4410" - desc = "EVTDESC4410" - picture = "god" - - trigger = { - civilized = yes - religious_policy = pro_atheism - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - pro_atheism = 10 - } - modifier = { - factor = 1.5 - moralism = 20 - } - } - - option = { - name = "EVTOPTA4410" - clergymen = { scaled_militancy = { factor = 5 issue = moralism } } - poor_strata = { militancy = 0.5 } - } - - option = { - name = "EVTOPTB4410" - any_pop = { - dominant_issue = { - value = pro_atheism - factor = 0.1 - } - } - } -} + mean_time_to_happen = { + months = 6 -#Secular Policies -country_event = { - id = 4411 - title = "EVTNAME4411" - desc = "EVTDESC4411" - picture = "Administration" - - trigger = { - civilized = yes - religious_policy = secularized - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - NOT = { - plurality = 15 - } - } - } - - option = { - name = "EVTOPTA4411" - random_state = { - limit = { NOT = { is_colonial = yes } } - clergymen = { limit = { is_state_religion = yes } scaled_militancy = { factor = 7 issue = moralism } } - poor_strata = { militancy = 1 } - } - } - - option = { - name = "EVTOPTB4411" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - issue = secularized - factor = 4 - } - } - } - } -} + modifier = { + factor = 0.5 + OR = { + overlord = { war = yes } + overlord = { has_recently_lost_war = yes } + } + } + } -#Pluralist Peace -country_event = { - id = 4412 - title = "EVTNAME4412" - desc = "EVTDESC4412" - picture = "Prosper" - - trigger = { - civilized = yes - religious_policy = pluralism - average_militancy = 6 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.8 - average_militancy = 7 - } - modifier = { - factor = 1.3 - consciousness = 7 - } - } - - option = { - name = "EVTOPTA4412" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB4412" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - militancy = -1 - consciousness = -1 - } - } - } + option = { + name = "EVT443032OPTA" + add_country_modifier = { name = small_country_draft duration = 30 } + overlord = { + release_vassal = THIS + end_military_access = THIS + leave_alliance = THIS + relation = { who = THIS value = -400 } + diplomatic_influence = { who = THIS value = -400 } + country_event = { id = 443033 days = 10 } + } + } } -#Moralist Resurgence +#Communist/Fascist Puppet Rebels against non Communist/Fascist Government - Overlord Answer country_event = { - id = 4413 - title = "EVTNAME4413" - desc = "EVTDESC4413" - picture = "Prosper" - - trigger = { - civilized = yes - religious_policy = moralism - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - moralism = 5 - } - modifier = { - factor = 1.1 - NOT = { - moralism = 5 - } - } - } - - option = { - name = "EVTOPTA4413" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = moralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB4413" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - issue = moralism - factor = -2 - } - } - } - } -} + id = 443033 + title = "EVTNAME443033" + desc = "EVTDESC443033" + picture = "communist_congress" -# Protectionist Lobby -country_event = { - id = 4414 - title = "EVTNAME4414" - desc = "EVTDESC4414" - picture = "Merchants" - - trigger = { - civilized = yes - protectionism = 15 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.8 - unemployment = 0.3 - } - modifier = { - factor = 1.5 - NOT = { - unemployment = 0.1 - } - } - } - - option = { - name = "EVTOPTA4414" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - factor = 0.1 - value = protectionism - } - } - } - } - - option = { - name = "EVTOPTB4414" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - factor = 0.1 - value = free_trade - } - } - } - } -} + is_triggered_only = yes -#Free Trade & Repeal Society -country_event = { - id = 4415 - title = "EVTNAME4415" - desc = "EVTDESC4415" - picture = "market" - - trigger = { - civilized = yes - trade_policy = protectionism - protectionism = 10 - free_trade = 10 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.8 - unemployment = 0.1 - } - modifier = { - factor = 1.1 - NOT = { - average_militancy = 6 - } - } - } - - option = { - name = "EVTOPTA4415" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - issue = free_trade - factor = 2 - } - } - } - } - - option = { - name = "EVTOPTB4415" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = free_trade - factor = 0.1 - } - scaled_militancy = { - issue = free_trade - factor = -1 - } - } - } - } -} + option = { + name = "EVT443027OPTA" + casus_belli = { target = FROM type = install_democracy_make_puppet months = 24 } + ai_chance = { factor = 90 } + } -# Free Trade & Morals -country_event = { - id = 4416 - title = "EVTNAME4416" - desc = "EVTDESC4416" - picture = "market" - - trigger = { - civilized = yes - economic_policy = laissez_faire - laissez_faire = 10 - moralism = 10 - upper_house = { - ideology = liberal - value = 0.2 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.8 - moralism = 15 - } - modifier = { - factor = 1.2 - pluralism = 10 - } - } - - option = { - name = "EVTOPTA4416" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - issue = moralism - factor = -2 - } - dominant_issue = { - value = free_trade - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB4416" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = moralism - factor = 0.1 - } - } - } - upper_house = { - ideology = conservative - value = 0.1 - } - } -} -# Moralism & War -country_event = { - id = 4417 - title = "EVTNAME4417" - desc = "EVTDESC4417" - picture = "supportwar" - - trigger = { - civilized = yes - OR = { - pro_military = 10 - jingoism = 10 - } - moralism = 10 - religious_policy = moralism - war_exhaustion = 2 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.3 - war = yes - } - modifier = { - factor = 1.5 - pacifism = 15 - } - } - - option = { - name = "EVTOPTA4417" - war_exhaustion = -2 - } - - option = { - name = "EVTOPTB4417" - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - } + option = { + name = "EVT443027OPTC" + ai_chance = { factor = 10 } + } } -# Conservatives Push for a Ban +#Mobilization during peace time ends in pops pissed country_event = { - id = 4418 - title = "EVTNAME4418" - desc = "EVTDESC4418" - picture = "Upperhouse" - - trigger = { - civilized = yes - public_meetings = yes_meeting - average_militancy = 6 - upper_house = { - ideology = conservative - value = 0.3 - } - } - - mean_time_to_happen = { - months = 1600 - modifier = { - factor = 0.8 - num_of_revolts = 3 - } - modifier = { - factor = 0.9 - is_ideology_enabled = socialist - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA4418" - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - } - } - - option = { - name = "EVTOPTB4418" - political_reform = no_meeting - any_pop = { - militancy = 4 - scaled_militancy = { - ideology = conservative - factor = -8 - } - } - } -} + id = 443034 + title = "EVTNAME443034" + desc = "EVTDESC443034" + picture = "conscription_marching" -#Bread Queues -country_event = { - id = 4419 - title = "EVTNAME4419" - desc = "EVTDESC4419" - picture = "Poor" - - trigger = { - civilized = yes - OR = { - economic_policy = state_capitalism - economic_policy = planned_economy - } - public_meetings = yes_meeting - NOT = { - poor_strata_life_needs = 0.9 - } - canned_food = 5 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.7 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 1.1 - NOT = { - average_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA4419" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - poor_strata = { - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB4419" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - bureaucrats = { - militancy = 4 - } - } - } - - option = { - name = "EVTOPTC4419" - canned_food = -5 - } -} + trigger = { + is_mobilised = yes + war = no + NOT = { has_country_modifier = peacetime_mobilization } + ai = no + military_score = 5 + OR = { + military_score = 10 + NOT = { any_core = { country_units_in_province = REB } } + } + } -# Cabinet discusses War -country_event = { - id = 4420 - title = "EVTNAME4420" - desc = "EVTDESC4420" - picture = "greatpowers" - - trigger = { - civilized = yes - upper_house_composition = party_appointed - war_policy = jingoism - prestige = 20 - average_militancy = 6 - any_neighbor_country = { - NOT = { truce_with = THIS } - number_of_states = 2 - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - war = no - } - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.4 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA4420" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.1 - } - militancy = 1 - } - } - } - - option = { - name = "EVTOPTB4420" - random_country = { - limit = { neighbour = THIS number_of_states = 2 } - add_casus_belli = { - target = THIS - type = acquire_state - months = 12 - } - } - } -} + mean_time_to_happen = { + months = 6 -# Liberals Protest Harassment -country_event = { - id = 4421 - title = "EVTNAME4421" - desc = "EVTDESC4421" - picture = "Harassment" - - trigger = { - civilized = yes - political_parties = harassment - NOT = { vote_franschise = none_voting } - public_meetings = yes_meeting - NOT = { - ruling_party_ideology = conservative - upper_house = { - ideology = conservative - value = 0.4 - } - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - political_reform_want = 0.3 - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 4 - } - } - } - - option = { - name = "EVTOPTA4421" - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } - } - - option = { - name = "EVTOPTB4421" - political_reform = gerrymandering - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - } - } -} + modifier = { factor = 1.5 is_secondary_power = yes is_greater_power = no } + modifier = { factor = 2 is_secondary_power = no is_greater_power = no } + modifier = { factor = 0.5 constructing_cb_progress = 0.1 } + modifier = { + factor = 2 + NOT = { badboy = 0.5 } + any_neighbor_country = { NOT = { relation = { who = THIS value = 0 } } casus_belli = THIS } + } + } -# Trade Union Reform -country_event = { - id = 4422 - title = "EVTNAME4422" - desc = "EVTDESC4422" - picture = "strike" - - trigger = { - civilized = yes - pacifism = 7.5 - trade_unions = all_trade_unions - is_ideology_enabled = socialist - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.9 - pacifism = 15 - } - - modifier = { - factor = 0.9 - war = yes - } - - modifier = { - factor = 0.9 - war_exhaustion = 5 - } - - modifier = { - factor = 1.2 - NOT = { - average_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA4422" - political_reform = non_socialist - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 4 - } - } - } - - option = { - name = "EVTOPTB4422" - war_exhaustion = 3 - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - any_pop = { - dominant_issue = { - value = pacifism - factor = 0.4 - } - ideology = { - value = socialist - factor = 0.3 - } - } - } - } -} + option = { + name = "EVT443034OPTA" + random_owned = { limit = { owner = { is_greater_power = yes } } + owner = { + add_country_modifier = { name = peacetime_mobilization duration = 365 } -# Censorship Bureau Overworked -country_event = { - id = 4423 - title = "EVTNAME4423" - desc = "EVTDESC4423" - picture = "Clerks" - - trigger = { - civilized = yes - press_rights = censored_press - free_press = 5 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.8 - average_consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { - average_militancy = 5 - } - } - } - - option = { - name = "EVTOPTA4423" - any_pop = { - consciousness = 1 - } - random_state = { - limit = { - NOT = { - is_colonial = yes - } - } - bureaucrats = { - militancy = 3 - } - } - } - - option = { - name = "EVTOPTB4423" - any_pop = { - consciousness = 2 - dominant_issue = { - value = free_press - factor = 0.2 - } - } - } -} + war_exhaustion = 10 + any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } -# Freemarketeering Criticized -country_event = { - id = 4424 - title = "EVTNAME4424" - desc = "EVTDESC4424" - picture = "Upperhouse" - - trigger = { - civilized = yes - unemployment = 0.1 - NOT = { - poor_strata_life_needs = 0.9 - } - economic_policy = laissez_faire - interventionism = 5 - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 1.2 - NOT = { - interventionism = 10 - } - } - } - - option = { - name = "EVTOPTA4424" - rich_strata = { - consciousness = 4 - militancy = 2 - } - } - - option = { - name = "EVTOPTB4424" - any_pop = { - scaled_militancy = { - issue = interventionism - factor = 3 - } - } - } -} + any_country = { + limit = { neighbour = THIS NOT = { relation = { who = THIS value = -50 } alliance_with = THIS casus_belli = THIS in_sphere = THIS } } + casus_belli = { target = THIS type = cut_down_to_size months = 12 } + } -#Newspaper Publishes Blasphemy -country_event = { - id = 4425 - title = "EVTNAME4425" - desc = "EVTDESC4425" - picture = "news" - - trigger = { - civilized = yes - OR = { - religious_policy = pluralism - religious_policy = moralism - } - press_rights = free_press - average_consciousness = 6 - literacy = 0.6 - secularized = 5 - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.8 - moralism = 15 - } - modifier = { - factor = 0.8 - secularized = 15 - } - modifier = { - factor = 1.2 - NOT = { - average_consciousness = 7 - } - } - } - - option = { - name = "EVTOPTA4425" - political_reform = censored_press - any_pop = { - scaled_militancy = { - issue = secularized - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - } - } - - option = { - name = "EVTOPTB4425" - any_pop = { - scaled_militancy = { - issue = moralism - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - } - } -} + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -75 } } + any_country = { limit = { is_secondary_power = yes } relation = { who = THIS value = -50 } } -#Pressure for reform -country_event = { - id = 4430 - title = "EVTNAME4430" - desc = "EVTDESC4430" - picture = "Upperhouse" - - trigger = { - civilized = yes - upper_house_composition = party_appointed - political_reform_want = 0.15 - } - - mean_time_to_happen = { - months = 400 - - modifier = { - factor = 0.9 - political_reform_want = 0.2 - } - modifier = { - factor = 0.9 - political_reform_want = 0.25 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - - modifier = { - factor = 1.5 - NOT = { - literacy = 0.4 - } - } - } - - option = { - name = "EVTOPTA4430" - political_reform = appointed - any_pop = { - militancy = -1 - consciousness = 2 - } - } - - option = { - name = "EVTOPTB4430" - any_pop = { - militancy = 2 - } - } -} + any_country = { + limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { in_sphere = THIS } NOT = { alliance_with = THIS } } + any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } + relation = { who = THIS value = -100 } + } -#The Communists kick out the bourgeoisie -country_event = { - id = 4431 - title = "EVTNAME4431" - desc = "EVTDESC4431" - picture = "workers_revolution" - - trigger = { - government = proletarian_dictatorship - ruling_party_ideology = communist - OR = { - has_pop_type = capitalists - has_pop_type = aristocrats - } - NOT = { has_country_flag = rich_loving_communists } - } - - mean_time_to_happen = { months = 60 } - - option = { - name = "EVTOPTA4431" - add_tax_relative_income = 0.4 - any_pop = { limit = { type = capitalists } - militancy = 9 consciousness = 9 money = -200 pop_type = craftsmen - } - any_pop = { limit = { type = aristocrats } money = -10000 } - any_owned = { - limit = { has_pop_type = labourers } - any_pop = { - limit = { type = aristocrats } - militancy = 9 - consciousness = 9 - money = -200 - pop_type = labourers - } - } - any_owned = { - limit = { has_pop_type = farmers } - any_pop = { - limit = { type = aristocrats } - militancy = 9 - consciousness = 9 - money = -200 - pop_type = farmers - } - } - nationalize = yes - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTB4431" - badboy = 1 - add_tax_relative_income = 0.8 - any_pop = { limit = { type = capitalists } money = -500 reduce_pop = 0.0 } - any_pop = { limit = { type = aristocrats } money = -500 reduce_pop = 0.0 } - any_pop = { militancy = -2 } - nationalize = yes - ai_chance = { factor = 20 } - } - - option = { - name = "EVTOPTC4431" - set_country_flag = rich_loving_communists - any_pop = { - scaled_militancy = { - ideology = communist - factor = 7 - } - } - ai_chance = { factor = 10 } - } -} + any_country = { + limit = { neighbour = THIS NOT = { vassal_of = THIS } alliance_with = THIS } + any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } + relation = { who = THIS value = -25 } + } + } + } -#Genocide - Set Up - Who -country_event = { - id = 4433 - title = "EVTNAME4433" - desc = "EVTDESC4433" - picture = "boer_war_camps" - - is_triggered_only = yes - - option = { - name = "EVTOPTA4433" #Religion - random_owned = { limit = { owner = { NOT = { has_country_flag = animists_run } } } owner = { set_country_flag = animists_run } } - set_country_flag = interning_religions - } - - option = { - name = "EVTOPTB4433" #Culture - random_owned = { limit = { owner = { NOT = { has_country_flag = animists_run } } } owner = { set_country_flag = animists_run } } - set_country_flag = interning_cultures - } -} + random_owned = { limit = { owner = { is_greater_power = no is_secondary_power = yes } } + owner = { + add_country_modifier = { name = peacetime_mobilization duration = 365 } -#Genocide - Set Up - Where -country_event = { - id = 4434 - title = "EVTNAME4434" - desc = "EVTDESC4434" - picture = "boer_war_camps" - - is_triggered_only = yes - - option = { - name = "EVTOPTA4434" #Colonial Only - set_country_flag = interning_on_colonies - } - - option = { - name = "EVTOPTB4434" #Non-Colonial Only - set_country_flag = interning_on_homeland - } - - option = { - name = "EVTOPTC4434" #Everywhere - set_country_flag = interning_everywhere - change_variable = { which = slowdown_point value = 1 } - } - -} + war_exhaustion = 10 + any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } -#Fascist Government Coup Puppets - Set Up -country_event = { - id = 443024 - title = "EVTNAME443024" - desc = "EVTDESC443024" - picture = "fascist_march" - - trigger = { - is_vassal = yes - NOT = { government = fascist_dictatorship } - overlord = { - government = fascist_dictatorship - NOT = { truce_with = THIS } - } - civilized = yes - NOT = { has_country_modifier = no_freedom } - } - - mean_time_to_happen = { - months = 36 - - modifier = { - factor = 0.5 - OR = { - overlord = { war = yes } - overlord = { has_recently_lost_war = yes } - } - } - } - - option = { - name = "EVT443024OPTA" - overlord = { country_event = 443025 } - } - -} + any_country = { + limit = { neighbour = THIS NOT = { relation = { who = THIS value = -50 } alliance_with = THIS casus_belli = THIS } } + casus_belli = { target = THIS type = cut_down_to_size months = 12 } + } -#Fascist Government Coup Puppets - Overlords responds -country_event = { - id = 443025 - title = "EVTNAME443025" - desc = "EVTDESC443025" - picture = "fascist_hq" - - is_triggered_only = yes - - option = { - name = "EVT443025OPTA" - FROM = { country_event = { id = 443026 days = 2 } } - any_greater_power = { limit = { NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -25 } } - any_country = { limit = { government = proletarian_dictatorship } relation = { who = THIS value = -100 } } - any_country = { limit = { is_our_vassal = THIS NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -100 } } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT443025OPTB" - release_vassal = FROM - leave_alliance = FROM - relation = { who = FROM value = 100 } - ai_chance = { factor = 0.05 } - } - -} - -#Fascist Government Coup Puppets - The coup attempt -country_event = { - id = 443026 - title = "EVTNAME443026" - desc = "EVTDESC443026" - picture = "storming_palace" - - is_triggered_only = yes - - option = { #success! - name = "EVT443026OPTA" - prestige_factor = -0.25 - government = fascist_dictatorship - ruling_party_ideology = fascist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = primary_culture_only - political_reform = mandatory_service - clr_country_flag = theocratic_government - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - set_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - create_alliance = FROM - relation = { who = FROM value = 200 } - FROM = { diplomatic_influence = { who = THIS value = 100 } } - any_country = { limit = { NOT = { government = fascist_dictatorship } } relation = { who = THIS value = -100 } } - any_greater_power = { limit = { NOT = { government = fascist_dictatorship } } diplomatic_influence = { who = THIS value = -100 } } - - ai_chance = { - factor = 30 - modifier = { - factor = 0.1 - OR = { - FROM = { has_recently_lost_war = yes } - FROM = { NOT = { military_score = 100 } } - } - } - modifier = { - factor = 0.1 - NOT = { in_sphere = FROM } - } - modifier = { - factor = 1.4 - upper_house = { - ideology = fascist - value = 0.1 - } - } - modifier = { - factor = 1.5 - upper_house = { - ideology = fascist - value = 0.15 - } - } - modifier = { - factor = 1.6 - upper_house = { - ideology = fascist - value = 0.2 - } - } - modifier = { - factor = 1.7 - upper_house = { - ideology = fascist - value = 0.25 - } - } - modifier = { - factor = 1.8 - upper_house = { - ideology = fascist - value = 0.3 - } - } - modifier = { - factor = 1.9 - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - - option = { - name = "EVT443026OPTB" - add_country_modifier = { name = small_country_draft duration = 30 } - - end_military_access = FROM - leave_alliance = FROM - - FROM = { country_event = { id = 443027 days = 2 } } - - add_country_modifier = { - name = no_freedom - duration = 2920 - } - - capital_scope = { any_pop = { ideology = { factor = -0.1 value = fascist } } } - - random_pop = { limit = { pop_majority_ideology = fascist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = fascist } } - 33 = { ideology = { factor = -0.15 value = fascist } } - 33 = { ideology = { factor = -0.2 value = fascist } } - } - } - - random_pop = { limit = { pop_majority_ideology = fascist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = fascist } } - 33 = { ideology = { factor = -0.15 value = fascist } } - 33 = { ideology = { factor = -0.2 value = fascist } } - } - } - - random_pop = { limit = { pop_majority_ideology = fascist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = fascist } } - 33 = { ideology = { factor = -0.15 value = fascist } } - 33 = { ideology = { factor = -0.2 value = fascist } } - } - } - - ai_chance = { - factor = 70 - modifier = { - factor = 1.6 - NOT = { in_sphere = FROM } - } - } - } - } + any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -25 } } -#Fascist Government Coup Puppets - Overlords responds to failed coup -country_event = { - id = 443027 - title = "EVTNAME443027" - desc = "EVTDESC443027" - picture = "failed_revolution" - - is_triggered_only = yes - - option = { - name = "EVT443027OPTA" - release_vassal = FROM - relation = { who = FROM value = -400 } - diplomatic_influence = { who = FROM value = -400 } - end_military_access = FROM - leave_alliance = FROM - casus_belli = { target = FROM type = install_fascism_make_puppet months = 24 } - - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT443027OPTC" - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -400 } - release_vassal = FROM - end_military_access = FROM - leave_alliance = FROM - ai_chance = { factor = 0.05 } - } -} + any_country = { + limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { alliance_with = THIS } } + any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } + relation = { who = THIS value = -75 } + } -#Communist Government Coup Puppets - Set Up -country_event = { - id = 443028 - title = "EVTNAME443028" - desc = "EVTDESC443028" - picture = "communist_rally" - - trigger = { - is_vassal = yes - civilized = yes - NOT = { government = proletarian_dictatorship } - overlord = { - government = proletarian_dictatorship - NOT = { truce_with = THIS } - NOT = { has_country_modifier = no_freedom } - } - } - - mean_time_to_happen = { - months = 20 - - modifier = { - factor = 0.5 - OR = { - overlord = { war = yes } - overlord = { has_recently_lost_war = yes } - } - } - } - - option = { - name = "EVT443024OPTA" - overlord = { country_event = 443029 } - } -} + any_country = { + limit = { neighbour = THIS NOT = { vassal_of = THIS } alliance_with = THIS } + any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } + relation = { who = THIS value = -25 } + } + } + } -#Communist Government Coup Puppets - Overlords decides on coup -country_event = { - id = 443029 - title = "EVTNAME443029" - desc = "EVTDESC443029" - picture = "communist_congress" - - is_triggered_only = yes - - option = { - name = "EVT443025OPTA" - FROM = { country_event = { id = 443030 days = 2 } } - any_greater_power = { limit = { NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -25 } } - any_country = { limit = { government = fascist_dictatorship } relation = { who = THIS value = -100 } } - any_country = { limit = { is_our_vassal = THIS NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -100 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT443025OPTB" - release_vassal = FROM - leave_alliance = FROM - relation = { who = FROM value = 100 } - ai_chance = { factor = 0 } - } -} - -#Communist Government Coup Puppets - The coup attempt -country_event = { - id = 443030 - title = "EVTNAME443030" - desc = "EVTDESC443030" - picture = "storming_palace_communists" - - is_triggered_only = yes - - option = { - name = "EVT443030OPTA" - prestige_factor = -0.25 - government = proletarian_dictatorship - ruling_party_ideology = communist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = no_slavery - political_reform = debtors_prisons - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - set_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = theocratic_government - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - create_alliance = FROM - relation = { who = FROM value = 200 } - FROM = { diplomatic_influence = { who = THIS value = 100 } } - any_country = { limit = { NOT = { government = proletarian_dictatorship } } relation = { who = THIS value = -100 } } - any_greater_power = { limit = { NOT = { government = proletarian_dictatorship } } diplomatic_influence = { who = THIS value = -100 } } - - ai_chance = { - factor = 30 - modifier = { - factor = 0.1 - OR = { - FROM = { has_recently_lost_war = yes } - FROM = { NOT = { military_score = 100 } } - } - } - modifier = { - factor = 0.1 - NOT = { in_sphere = FROM } - } - modifier = { - factor = 1.4 - upper_house = { - ideology = communist - value = 0.1 - } - } - modifier = { - factor = 1.5 - upper_house = { - ideology = communist - value = 0.15 - } - } - modifier = { - factor = 1.6 - upper_house = { - ideology = communist - value = 0.2 - } - } - modifier = { - factor = 1.7 - upper_house = { - ideology = communist - value = 0.25 - } - } - modifier = { - factor = 1.8 - upper_house = { - ideology = communist - value = 0.3 - } - } - modifier = { - factor = 1.9 - upper_house = { - ideology = communist - value = 0.4 - } - } - } - } - - option = { - name = "EVT443030OPTB" - add_country_modifier = { name = small_country_draft duration = 30 } - end_military_access = FROM - leave_alliance = FROM - - FROM = { country_event = { id = 443031 days = 2 } } - - add_country_modifier = { name = no_freedom duration = 2920 } - - capital_scope = { any_pop = { ideology = { factor = -0.1 value = communist } } } - - random_pop = { limit = { pop_majority_ideology = communist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = communist } } - 33 = { ideology = { factor = -0.15 value = communist } } - 33 = { ideology = { factor = -0.2 value = communist } } - } - } - - random_pop = { limit = { pop_majority_ideology = communist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = communist } } - 33 = { ideology = { factor = -0.15 value = communist } } - 33 = { ideology = { factor = -0.2 value = communist } } - } - } - - random_pop = { limit = { pop_majority_ideology = communist } - random_list = { - 34 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - 33 = { reduce_pop = 0.96 } - } - random_list = { - 34 = { ideology = { factor = 0.1 value = conservative } } - 33 = { ideology = { factor = 0.2 value = conservative } } - 33 = { ideology = { factor = 0.3 value = conservative } } - } - random_list = { - 34 = { ideology = { factor = -0.1 value = communist } } - 33 = { ideology = { factor = -0.15 value = communist } } - 33 = { ideology = { factor = -0.2 value = communist } } - } - } - - ai_chance = { - factor = 70 - modifier = { - factor = 1.6 - NOT = { in_sphere = FROM } - } - } - } -} + random_owned = { limit = { owner = { is_greater_power = no is_secondary_power = no } } + owner = { + add_country_modifier = { name = peacetime_mobilization duration = 182 } -#communist Government Coup Puppets - Overlords responds to failed coup -country_event = { - id = 443031 - title = "EVTNAME443031" - desc = "EVTDESC443031" - picture = "failed_revolution" - - is_triggered_only = yes - - option = { - name = "EVT443027OPTA" - release_vassal = FROM - relation = { who = FROM value = -400 } - diplomatic_influence = { who = FROM value = -400 } - end_military_access = FROM - leave_alliance = FROM - casus_belli = { target = FROM type = install_communism_make_puppet months = 24 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT443027OPTC" - relation = { who = FROM value = -50 } - ai_chance = { factor = 0 } - } - -} - -#Communist/Fascist Puppet Rebels against non Communist/Fascist Government - Set UP -country_event = { - id = 443032 - title = "EVTNAME443032" - desc = "EVTDESC443032" - picture = "fascist_march" - - trigger = { - is_vassal = yes - war = no - OR = { - AND = { - government = fascist_dictatorship - overlord = { NOT = { government = fascist_dictatorship } } - NOT = { truce_with = THIS } - } - AND = { - government = proletarian_dictatorship - overlord = { NOT = { government = proletarian_dictatorship } } - NOT = { truce_with = THIS } - } - AND = { - government = bourgeois_dictatorship - overlord = { NOT = { government = bourgeois_dictatorship } } - NOT = { truce_with = THIS } - } - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.5 - OR = { - overlord = { war = yes } - overlord = { has_recently_lost_war = yes } - } - } - } - - option = { - name = "EVT443032OPTA" - add_country_modifier = { name = small_country_draft duration = 30 } - overlord = { - release_vassal = THIS - end_military_access = THIS - leave_alliance = THIS - relation = { who = THIS value = -400 } - diplomatic_influence = { who = THIS value = -400 } - country_event = { id = 443033 days = 10 } - } - } -} - -#Communist/Fascist Puppet Rebels against non Communist/Fascist Government - Overlord Answer -country_event = { - id = 443033 - title = "EVTNAME443033" - desc = "EVTDESC443033" - picture = "communist_congress" - - is_triggered_only = yes - - option = { - name = "EVT443027OPTA" - casus_belli = { target = FROM type = install_democracy_make_puppet months = 24 } - ai_chance = { factor = 90 } - } - - - option = { - name = "EVT443027OPTC" - ai_chance = { factor = 10 } - } -} + war_exhaustion = 10 + any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } -#Mobilization during peace time ends in pops pissed -country_event = { - id = 443034 - title = "EVTNAME443034" - desc = "EVTDESC443034" - picture = "conscription_marching" - - trigger = { - is_mobilised = yes - war = no - NOT = { has_country_modifier = peacetime_mobilization } - ai = no - military_score = 5 - OR = { - military_score = 10 - NOT = { any_core = { country_units_in_province = REB } } - } - } - - mean_time_to_happen = { - months = 6 - - modifier = { factor = 1.5 is_secondary_power = yes is_greater_power = no } - modifier = { factor = 2 is_secondary_power = no is_greater_power = no } - modifier = { factor = 0.5 constructing_cb_progress = 0.1 } - modifier = { - factor = 2 - NOT = { badboy = 0.5 } - any_neighbor_country = { NOT = { relation = { who = THIS value = 0 } } casus_belli = THIS } - } - } - - option = { - name = "EVT443034OPTA" - random_owned = { limit = { owner = { is_greater_power = yes } } - owner = { - add_country_modifier = { name = peacetime_mobilization duration = 365 } - - war_exhaustion = 10 - any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } - - any_country = { - limit = { neighbour = THIS NOT = { relation = { who = THIS value = -50 } alliance_with = THIS casus_belli = THIS in_sphere = THIS } } - casus_belli = { target = THIS type = cut_down_to_size months = 12 } - } - - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -75 } } - any_country = { limit = { is_secondary_power = yes } relation = { who = THIS value = -50 } } - - any_country = { - limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { in_sphere = THIS } NOT = { alliance_with = THIS } } - any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } - relation = { who = THIS value = -100 } - } - - any_country = { - limit = { neighbour = THIS NOT = { vassal_of = THIS } alliance_with = THIS } - any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } - relation = { who = THIS value = -25 } - } - } - } - - random_owned = { limit = { owner = { is_greater_power = no is_secondary_power = yes } } - owner = { - add_country_modifier = { name = peacetime_mobilization duration = 365 } - - war_exhaustion = 10 - any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } - - any_country = { - limit = { neighbour = THIS NOT = { relation = { who = THIS value = -50 } alliance_with = THIS casus_belli = THIS } } - casus_belli = { target = THIS type = cut_down_to_size months = 12 } - } - - any_country = { limit = { is_greater_power = yes } relation = { who = THIS value = -25 } } - - any_country = { - limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { alliance_with = THIS } } - any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } - relation = { who = THIS value = -75 } - } - - any_country = { - limit = { neighbour = THIS NOT = { vassal_of = THIS } alliance_with = THIS } - any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } - relation = { who = THIS value = -25 } - } - } - } - - random_owned = { limit = { owner = { is_greater_power = no is_secondary_power = no } } - owner = { - add_country_modifier = { name = peacetime_mobilization duration = 182 } - - war_exhaustion = 10 - any_pop = { dominant_issue = { value = pacifism factor = 0.1 } } - - - any_country = { - limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { alliance_with = THIS } NOT = { is_greater_power = yes } } - any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } - relation = { who = THIS value = -100 } - } - } - } - - } + + any_country = { + limit = { neighbour = THIS NOT = { vassal_of = THIS } NOT = { alliance_with = THIS } NOT = { is_greater_power = yes } } + any_pop = { dominant_issue = { value = jingoism factor = 0.05 } } + relation = { who = THIS value = -100 } + } + } + } + + } } #Enslaving the Serfs country_event = { - id = 443035 - title = "EVTNAME443035" - desc = "EVTDESC443035" - picture = "convict_labor" - - is_triggered_only = yes - - option = { - name = "EVT443035OPTA" #Country Only - country_event = 443036 - } - - option = { - name = "EVT443035OPTB" #Colonial Only - country_event = 443037 - } - - option = { - name = "EVT443035OPTC" #Both - country_event = 443038 - } + id = 443035 + title = "EVTNAME443035" + desc = "EVTDESC443035" + picture = "convict_labor" + + is_triggered_only = yes + + option = { + name = "EVT443035OPTA" #Country Only + country_event = 443036 + } + + option = { + name = "EVT443035OPTB" #Colonial Only + country_event = 443037 + } + + option = { + name = "EVT443035OPTC" #Both + country_event = 443038 + } } #Enslaving the Serfs - Country Only country_event = { - id = 443036 - title = "EVTNAME443036" - desc = "EVTDESC443036" - picture = "convict_labor" - - is_triggered_only = yes - - option = { - name = "EVT443036OPTA" #Everyone - political_reform = peonage - any_owned = { - limit = { - is_colonial = no - is_overseas = no - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } militancy = 9 consciousness = 9 pop_type = slaves } - state_scope = { is_slave = yes } - } - } - - option = { - name = "EVT443036OPTB" #Minorities only - political_reform = peonage - any_owned = { - limit = { - is_colonial = no - is_overseas = no - has_pop_type = serfs - } - any_pop = { - limit = { - type = serfs - is_primary_culture = no - is_accepted_culture = no - } - militancy = 9 - consciousness = 9 - pop_type = slaves - location = { state_scope = { is_slave = yes } } - } - } - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } + id = 443036 + title = "EVTNAME443036" + desc = "EVTDESC443036" + picture = "convict_labor" + + is_triggered_only = yes + + option = { + name = "EVT443036OPTA" #Everyone + political_reform = peonage + any_owned = { + limit = { + is_colonial = no + is_overseas = no + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } militancy = 9 consciousness = 9 pop_type = slaves } + state_scope = { is_slave = yes } + } + } + + option = { + name = "EVT443036OPTB" #Minorities only + political_reform = peonage + any_owned = { + limit = { + is_colonial = no + is_overseas = no + has_pop_type = serfs + } + any_pop = { + limit = { + type = serfs + is_primary_culture = no + is_accepted_culture = no + } + militancy = 9 + consciousness = 9 + pop_type = slaves + location = { state_scope = { is_slave = yes } } + } + } + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } } #Enslaving the Serfs - Colonial Only country_event = { - id = 443037 - title = "EVTNAME443037" - desc = "EVTDESC443037" - picture = "convict_labor" - - is_triggered_only = yes - - option = { - name = "EVT443036OPTA" #Everyone - political_reform = peonage - any_owned = { - limit = { - is_colonial = yes - is_overseas = yes - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } militancy = 9 consciousness = 9 pop_type = slaves } - state_scope = { is_slave = yes } - } - } - - option = { - name = "EVT443036OPTB" #Minorities only - political_reform = peonage - any_owned = { - limit = { - is_colonial = yes - is_overseas = yes - has_pop_type = serfs - } - any_pop = { - limit = { - type = serfs - is_primary_culture = no - is_accepted_culture = no - } - militancy = 9 - consciousness = 9 - pop_type = slaves - location = { state_scope = { is_slave = yes } } - } - } - - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } + id = 443037 + title = "EVTNAME443037" + desc = "EVTDESC443037" + picture = "convict_labor" + + is_triggered_only = yes + + option = { + name = "EVT443036OPTA" #Everyone + political_reform = peonage + any_owned = { + limit = { + is_colonial = yes + is_overseas = yes + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } militancy = 9 consciousness = 9 pop_type = slaves } + state_scope = { is_slave = yes } + } + } + + option = { + name = "EVT443036OPTB" #Minorities only + political_reform = peonage + any_owned = { + limit = { + is_colonial = yes + is_overseas = yes + has_pop_type = serfs + } + any_pop = { + limit = { + type = serfs + is_primary_culture = no + is_accepted_culture = no + } + militancy = 9 + consciousness = 9 + pop_type = slaves + location = { state_scope = { is_slave = yes } } + } + } + + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } } #Enslaving the Serfs - Everywhere country_event = { - id = 443038 - title = "EVTNAME443038" - desc = "EVTDESC443038" - picture = "convict_labor" - - is_triggered_only = yes - - option = { - name = "EVT443036OPTA" #Everyone - political_reform = peonage - any_owned = { - limit = { has_pop_type = serfs } - any_pop = { - limit = { type = serfs } - militancy = 9 - consciousness = 9 - pop_type = slaves - } - state_scope = { is_slave = yes } - } - } - - option = { - name = "EVT443036OPTB" #Minorities only - political_reform = peonage - any_pop = { - limit = { - type = serfs - is_primary_culture = no - is_accepted_culture = no - } - militancy = 9 - consciousness = 9 - pop_type = slaves - location = { state_scope = { is_slave = yes } } - } - - any_owned = { - limit = { - has_pop_type = labourers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = labourers } - } - any_owned = { - limit = { - has_pop_type = farmers - has_pop_type = serfs - } - any_pop = { limit = { type = serfs } pop_type = farmers } - } - } + id = 443038 + title = "EVTNAME443038" + desc = "EVTDESC443038" + picture = "convict_labor" + + is_triggered_only = yes + + option = { + name = "EVT443036OPTA" #Everyone + political_reform = peonage + any_owned = { + limit = { has_pop_type = serfs } + any_pop = { + limit = { type = serfs } + militancy = 9 + consciousness = 9 + pop_type = slaves + } + state_scope = { is_slave = yes } + } + } + + option = { + name = "EVT443036OPTB" #Minorities only + political_reform = peonage + any_pop = { + limit = { + type = serfs + is_primary_culture = no + is_accepted_culture = no + } + militancy = 9 + consciousness = 9 + pop_type = slaves + location = { state_scope = { is_slave = yes } } + } + + any_owned = { + limit = { + has_pop_type = labourers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = labourers } + } + any_owned = { + limit = { + has_pop_type = farmers + has_pop_type = serfs + } + any_pop = { limit = { type = serfs } pop_type = farmers } + } + } } #National Awakening - Removing old accepted cultures country_event = { - id = 443039 - title = "EVTNAME443039" - desc = "EVTDESC443039" - picture = "crisis_revolution_enabled" - - allow_multiple_instances = yes - - is_triggered_only = yes - - option = { - name = "EVT443039OPTA" - random_country = { limit = { tag = FROM primary_culture = ukrainian } - THIS = { remove_accepted_culture = ukrainian } - } - random_country = { limit = { tag = FROM primary_culture = byelorussian } - THIS = { remove_accepted_culture = byelorussian } - } - random_country = { limit = { tag = FROM primary_culture = alaskan } - THIS = { remove_accepted_culture = alaskan } - } - } + id = 443039 + title = "EVTNAME443039" + desc = "EVTDESC443039" + picture = "crisis_revolution_enabled" + + allow_multiple_instances = yes + + is_triggered_only = yes + + option = { + name = "EVT443039OPTA" + random_country = { limit = { tag = FROM primary_culture = ukrainian } + THIS = { remove_accepted_culture = ukrainian } + } + random_country = { limit = { tag = FROM primary_culture = byelorussian } + THIS = { remove_accepted_culture = byelorussian } + } + random_country = { limit = { tag = FROM primary_culture = alaskan } + THIS = { remove_accepted_culture = alaskan } + } + } } #End of State of Emergency country_event = { - id = 443040 - title = "EVTNAME443040" - desc = "EVTDESC443040" - picture = "crisis_revolution_enabled" - - trigger = { - has_country_flag = state_of_emergency - NOT = { has_country_modifier = state_of_emergency_modifier } - } - - option = { - name = "EVT443040OPTA" - clr_country_flag = state_of_emergency - any_pop = { militancy = 4 consciousness = 7 } - random_owned = { limit = { owner = { has_country_flag = return_to_yes_meeting } } - owner = { political_reform = yes_meeting clr_country_flag = return_to_yes_meeting } - } - - random_owned = { limit = { owner = { has_country_flag = return_to_censored_press } } - owner = { political_reform = censored_press clr_country_flag = return_to_censored_press } - } - - random_owned = { limit = { owner = { has_country_flag = return_to_free_press } } - owner = { political_reform = free_press clr_country_flag = return_to_free_press } - } - } + id = 443040 + title = "EVTNAME443040" + desc = "EVTDESC443040" + picture = "crisis_revolution_enabled" + + trigger = { + has_country_flag = state_of_emergency + NOT = { has_country_modifier = state_of_emergency_modifier } + } + + option = { + name = "EVT443040OPTA" + clr_country_flag = state_of_emergency + any_pop = { militancy = 4 consciousness = 7 } + random_owned = { limit = { owner = { has_country_flag = return_to_yes_meeting } } + owner = { political_reform = yes_meeting clr_country_flag = return_to_yes_meeting } + } + + random_owned = { limit = { owner = { has_country_flag = return_to_censored_press } } + owner = { political_reform = censored_press clr_country_flag = return_to_censored_press } + } + + random_owned = { limit = { owner = { has_country_flag = return_to_free_press } } + owner = { political_reform = free_press clr_country_flag = return_to_free_press } + } + } } diff --git a/HPM/events/Population_eff.txt b/HPM/events/Population_eff.txt index 5476bec3..8f70ccf0 100644 --- a/HPM/events/Population_eff.txt +++ b/HPM/events/Population_eff.txt @@ -1,8551 +1,8551 @@ #Graves Discovered in $PROVINCENAME$ - Province has majority province_event = { - id = 169000 - title = "EVTNAME169000" - desc = "EVTDESC169000" - - trigger = { - owner = { has_country_modifier = interment_camps } - NOT = { has_province_modifier = mass_graves } - owned_by = THIS - controlled_by = THIS - #Scopes - Places - OR = { - AND = { - owner = { has_country_flag = interning_on_colonies } - is_colonial = yes - } - AND = { - owner = { has_country_flag = interning_on_homeland } - is_colonial = no - } - owner = { has_country_flag = interning_everywhere } - } - #Scopes - People - OR = { - #Cultural - AND = { - owner = { has_country_flag = interning_african_diaspora_cultures } - any_pop = { - is_culture_group = african_diaspora_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_central_african } - any_pop = { - is_culture_group = central_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_east_african } - any_pop = { - is_culture_group = east_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_southern_african } - any_pop = { - is_culture_group = southern_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_finnougric } - any_pop = { - is_culture_group = finnougric - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_west_african } - any_pop = { - is_culture_group = west_african - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_pan_albanian } - any_pop = { - is_culture_group = pan_albanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_latin_american_cultures } - any_pop = { - is_culture_group = latin_american_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_native_american } - any_pop = { - is_culture_group = native_american - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_american_cultures } - any_pop = { - is_culture_group = american_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_arab } - any_pop = { - is_culture_group = arab - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_east_asian } - any_pop = { - is_culture_group = east_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_central_asian } - any_pop = { - is_culture_group = central_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_far_east_asian } - any_pop = { - is_culture_group = far_east_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_southeast_asian } - any_pop = { - is_culture_group = southeast_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_baltic } - any_pop = { - is_culture_group = baltic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_beneluxian } - any_pop = { - is_culture_group = beneluxian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_british } - any_pop = { - is_culture_group = british - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_caucasian } - any_pop = { - is_culture_group = caucasian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_czecho_slovak_culture_group } - any_pop = { - is_culture_group = czecho_slovak_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_neo_european_cultures } - any_pop = { - is_culture_group = neo_european_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_french } - any_pop = { - is_culture_group = french - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_germanics } - any_pop = { - is_culture_group = germanic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_hungarian_culture_group } - any_pop = { - is_culture_group = hungarian_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_iberian } - any_pop = { - is_culture_group = iberian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_south_asian } - any_pop = { - is_culture_group = south_asian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_indo_iranian } - any_pop = { - is_culture_group = indo_iranian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_iranian_turanian } - any_pop = { - is_culture_group = iranian_turanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_italian } - any_pop = { - is_culture_group = italian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_jewish_cultures } - any_pop = { - is_culture_group = jewish_cultures - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_levantine } - any_pop = { - is_culture_group = levantine - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_oceanic } - any_pop = { - is_culture_group = oceanic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_pan_romanian } - any_pop = { - is_culture_group = pan_romanian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_scandinavian } - any_pop = { - is_culture_group = scandinavian - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_east_slavic } - any_pop = { - is_culture_group = east_slavic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_south_slavic } - any_pop = { - is_culture_group = south_slavic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_polish_culture_group } - any_pop = { - is_culture_group = polish_culture_group - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_pan_swiss } - any_pop = { - is_culture_group = pan_swiss - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_turko_semitic } - any_pop = { - is_culture_group = turko_semitic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - - #Religions - AND = { - owner = { has_country_flag = interning_catholics } - any_pop = { - has_pop_religion = catholic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_protestants } - any_pop = { - has_pop_religion = protestant - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_mormons } - any_pop = { - has_pop_religion = mormon - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_orthodoxies } - any_pop = { - has_pop_religion = orthodox - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_coptics } - any_pop = { - has_pop_religion = coptic - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_sunnis } - any_pop = { - has_pop_religion = sunni - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_shiites } - any_pop = { - has_pop_religion = shiite - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_ibadis } - any_pop = { - has_pop_religion = ibadi - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_druzi } - any_pop = { - has_pop_religion = druze - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_jewish } - any_pop = { - has_pop_religion = jewish - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_yazidis } - any_pop = { - has_pop_religion = yazidi - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_gelugpas } - any_pop = { - has_pop_religion = gelugpa - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_mahayanas } - any_pop = { - has_pop_religion = mahayana - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_theravadas } - any_pop = { - has_pop_religion = theravada - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_hindus } - any_pop = { - has_pop_religion = hindu - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_shintos } - any_pop = { - has_pop_religion = shinto - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_sikhs } - any_pop = { - has_pop_religion = sikh - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - AND = { - owner = { has_country_flag = interning_animists } - any_pop = { - has_pop_religion = animist - NOT = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - #State Requirements - OR = { - #High - Level 1 - State primary/accepted majority - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - #Medium - Level 2 - State NOT primary/accepted majority, any province in the state HAS primary/accepted majority - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - #Low - Level 3 - State NOT primary/accepted majority, NO province in state HAS primary/accepted majority (if no pops present at all, need soldiers to be eligible) - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.8 - is_core = THIS - } - modifier = { - factor = 0.8 - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - modifier = { - factor = 0.8 - OR = { - AND = { - owner = { ruling_party_ideology = anarcho_liberal } - state_scope = { pop_majority_ideology = anarcho_liberal } - } - AND = { - owner = { ruling_party_ideology = reactionary } - state_scope = { pop_majority_ideology = reactionary } - } - AND = { - owner = { ruling_party_ideology = fascist } - state_scope = { pop_majority_ideology = fascist } - } - AND = { - owner = { ruling_party_ideology = communist } - state_scope = { pop_majority_ideology = communist } - } - } - } - modifier = { - factor = 0.9 - owner = { military_spending = 0.95 } - } - modifier = { - factor = 0.9 - owner = { administration_spending = 0.95 } - } - modifier = { - factor = 0.9 - owner = { machine_guns = 1 } - } - modifier = { - factor = 0.9 - owner = { electricity = 1 } - } - modifier = { - factor = 0.9 - owner = { psychoanalysis = 1 } - } - modifier = { - factor = 0.8 - owner = { invention = gas_attack_capability } - } - modifier = { - factor = 0.8 - owner = { invention = the_police_state } - } - modifier = { - factor = 0.7 - owner = { great_war_experience = 1 } - } - modifier = { - factor = 0.9 - country_units_in_province = THIS - } - #190% - modifier = { - factor = 0.8 - owner = { check_variable = { which = evidence_count value = 2 } } - } - modifier = { - factor = 0.8 - owner = { check_variable = { which = evidence_count value = 4 } } - } - modifier = { - factor = 0.8 - owner = { check_variable = { which = evidence_count value = 6 } } - } - modifier = { - factor = 0.8 - owner = { check_variable = { which = evidence_count value = 8 } } - } - modifier = { - factor = 0.8 - owner = { check_variable = { which = evidence_count value = 10 } } - } - #300% - modifier = { - factor = 0.5 - owner = { has_country_modifier = totalitarian_system } - } - #350% - ###Special - modifier = { - factor = 0.9 - has_building = railroad - owner = { steel_railroad = 1 } - } - modifier = { - factor = 0.7 - state_scope = { pop_majority_religion = animist } - owner = { has_country_flag = interning_animists } - } - modifier = { - factor = 1.3 - owner = { check_variable = { which = slowdown_point value = 4 } } - } - modifier = { - factor = 1.3 - owner = { check_variable = { which = slowdown_point value = 6 } } - } - modifier = { - factor = 1.3 - owner = { check_variable = { which = slowdown_point value = 8 } } - } - modifier = { - factor = 1.3 - owner = { check_variable = { which = slowdown_point value = 10 } } - } - modifier = { - factor = 1.3 - owner = { check_variable = { which = slowdown_point value = 12 } } - } - #150 - modifier = { - factor = 1.4 - owner = { check_variable = { which = slowdown_point value = 14 } } - } - modifier = { - factor = 1.4 - owner = { check_variable = { which = slowdown_point value = 16 } } - } - modifier = { - factor = 1.4 - owner = { check_variable = { which = slowdown_point value = 18 } } - } - modifier = { - factor = 1.4 - owner = { check_variable = { which = slowdown_point value = 20 } } - } - modifier = { - factor = 1.5 - owner = { check_variable = { which = slowdown_point value = 22 } } - } - #-360% - modifier = { - factor = 0.8 - owner = { NOT = { military_spending = 0.5 } } - } - modifier = { - factor = 0.8 - owner = { NOT = { administration_spending = 0.5 } } - } - modifier = { - factor = 1.2 - state_scope = { - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - modifier = { - factor = 1.4 - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - any_pop = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - } - } - - } - - option = { - name = "EVT169000OPTA" - owner = { - random_owned = { - limit = { - owner = { has_country_modifier = evidence_of_massacre2 } - } - owner = { remove_country_modifier = evidence_of_massacre2 } - } - } - owner = { - add_country_modifier = { name = evidence_of_massacre2 duration = 1095 } - } - state_scope = { - any_owned = { - limit = { has_national_minority = yes } - add_province_modifier = { name = mass_graves duration = 730 } - } - } - - - ##############Central African - random_pop = {#Killing in a majority state - limit = { - is_culture_group = central_african - location = { - owner = { has_country_flag = interning_central_african } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_african - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = central_african - location = { - owner = { has_country_flag = interning_central_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_african - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = central_african - location = { - owner = { has_country_flag = interning_central_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_african - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############African Diaspora Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = african_diaspora_cultures - location = { - owner = { has_country_flag = interning_african_diaspora_cultures } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = african_diaspora_cultures - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = african_diaspora_cultures - location = { - owner = { has_country_flag = interning_african_diaspora_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = african_diaspora_cultures - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = african_diaspora_cultures - location = { - owner = { has_country_flag = interning_african_diaspora_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = african_diaspora_cultures - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############East African Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = east_african - location = { - owner = { has_country_flag = interning_east_african } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_african - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = east_african - location = { - owner = { has_country_flag = interning_east_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_african - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = east_african - location = { - owner = { has_country_flag = interning_east_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_african - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Southern African Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = southern_african - location = { - owner = { has_country_flag = interning_southern_african } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southern_african - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = southern_african - location = { - owner = { has_country_flag = interning_southern_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southern_african - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = southern_african - location = { - owner = { has_country_flag = interning_southern_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southern_african - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############West African Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = west_african - location = { - owner = { has_country_flag = interning_west_african } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = west_african - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = west_african - location = { - owner = { has_country_flag = interning_west_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = west_african - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = west_african - location = { - owner = { has_country_flag = interning_west_african } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = west_african - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Albanian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = pan_albanian - location = { - owner = { has_country_flag = interning_pan_albanian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_albanian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = pan_albanian - location = { - owner = { has_country_flag = interning_pan_albanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_albanian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = pan_albanian - location = { - owner = { has_country_flag = interning_pan_albanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_albanian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Latin American Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = latin_american_cultures - location = { - owner = { has_country_flag = interning_latin_american_cultures } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = latin_american_cultures - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = latin_american_cultures - location = { - owner = { has_country_flag = interning_latin_american_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = latin_american_cultures - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = latin_american_cultures - location = { - owner = { has_country_flag = interning_latin_american_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = latin_american_cultures - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Native American Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = native_american - location = { - owner = { has_country_flag = interning_native_american } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = native_american - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = native_american - location = { - owner = { has_country_flag = interning_native_american } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = native_american - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = native_american - location = { - owner = { has_country_flag = interning_native_american } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = native_american - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############American Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = american_cultures - location = { - owner = { has_country_flag = interning_american_cultures } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = american_cultures - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = american_cultures - location = { - owner = { has_country_flag = interning_american_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = american_cultures - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = american_cultures - location = { - owner = { has_country_flag = interning_american_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = american_cultures - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Arab Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = arab - location = { - owner = { has_country_flag = interning_arab } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = arab - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = arab - location = { - owner = { has_country_flag = interning_arab } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = arab - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = arab - location = { - owner = { has_country_flag = interning_arab } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = arab - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############East Asian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = east_asian - location = { - owner = { has_country_flag = interning_east_asian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_asian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = east_asian - location = { - owner = { has_country_flag = interning_east_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_asian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = east_asian - location = { - owner = { has_country_flag = interning_east_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_asian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Central Asian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = central_asian - location = { - owner = { has_country_flag = interning_central_asian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_asian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = central_asian - location = { - owner = { has_country_flag = interning_central_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_asian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = central_asian - location = { - owner = { has_country_flag = interning_central_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = central_asian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Southeast Asian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = southeast_asian - location = { - owner = { has_country_flag = interning_southeast_asian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southeast_asian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = southeast_asian - location = { - owner = { has_country_flag = interning_southeast_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southeast_asian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = southeast_asian - location = { - owner = { has_country_flag = interning_southeast_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = southeast_asian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Baltic Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = baltic - location = { - owner = { has_country_flag = interning_baltic } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = baltic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = baltic - location = { - owner = { has_country_flag = interning_baltic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = baltic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = baltic - location = { - owner = { has_country_flag = interning_baltic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = baltic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############beneluxian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = beneluxian - location = { - owner = { has_country_flag = interning_beneluxian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = beneluxian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = beneluxian - location = { - owner = { has_country_flag = interning_beneluxian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = beneluxian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = beneluxian - location = { - owner = { has_country_flag = interning_beneluxian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = beneluxian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############british Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = british - location = { - owner = { has_country_flag = interning_british } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = british - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = british - location = { - owner = { has_country_flag = interning_british } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = british - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = british - location = { - owner = { has_country_flag = interning_british } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = british - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############caucasian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = caucasian - location = { - owner = { has_country_flag = interning_caucasian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = caucasian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = caucasian - location = { - owner = { has_country_flag = interning_caucasian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = caucasian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = caucasian - location = { - owner = { has_country_flag = interning_caucasian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = caucasian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Czecho-slovak Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = czecho_slovak_culture_group - location = { - owner = { has_country_flag = interning_czecho_slovak_culture_group } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = czecho_slovak_culture_group - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = czecho_slovak_culture_group - location = { - owner = { has_country_flag = interning_czecho_slovak_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = czecho_slovak_culture_group - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = czecho_slovak_culture_group - location = { - owner = { has_country_flag = interning_czecho_slovak_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = czecho_slovak_culture_group - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Neo European Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = neo_european_cultures - location = { - owner = { has_country_flag = interning_neo_european_cultures } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = neo_european_cultures - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = neo_european_cultures - location = { - owner = { has_country_flag = interning_neo_european_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = neo_european_cultures - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = neo_european_cultures - location = { - owner = { has_country_flag = interning_neo_european_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = neo_european_cultures - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############French Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = french - location = { - owner = { has_country_flag = interning_french } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = french - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = french - location = { - owner = { has_country_flag = interning_french } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = french - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = french - location = { - owner = { has_country_flag = interning_french } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = french - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Germanic Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = germanic - location = { - owner = { has_country_flag = interning_germanics } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = germanic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = germanic - location = { - owner = { has_country_flag = interning_germanics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = germanic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = germanic - location = { - owner = { has_country_flag = interning_germanics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = germanic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Hungarian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = hungarian_culture_group - location = { - owner = { has_country_flag = interning_hungarian_culture_group } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = hungarian_culture_group - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = hungarian_culture_group - location = { - owner = { has_country_flag = interning_hungarian_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = hungarian_culture_group - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = hungarian_culture_group - location = { - owner = { has_country_flag = interning_hungarian_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = hungarian_culture_group - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Iberian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = iberian - location = { - owner = { has_country_flag = interning_iberian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iberian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = iberian - location = { - owner = { has_country_flag = interning_iberian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iberian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = iberian - location = { - owner = { has_country_flag = interning_iberian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iberian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############South Asian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = south_asian - location = { - owner = { has_country_flag = interning_south_asian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_asian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = south_asian - location = { - owner = { has_country_flag = interning_south_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_asian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = south_asian - location = { - owner = { has_country_flag = interning_south_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_asian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Indo-Iranian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = indo_iranian - location = { - owner = { has_country_flag = interning_indo_iranian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = indo_iranian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = indo_iranian - location = { - owner = { has_country_flag = interning_indo_iranian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = indo_iranian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = indo_iranian - location = { - owner = { has_country_flag = interning_indo_iranian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = indo_iranian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Iranian-Turanian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = iranian_turanian - location = { - owner = { has_country_flag = interning_iranian_turanian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iranian_turanian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = iranian_turanian - location = { - owner = { has_country_flag = interning_iranian_turanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iranian_turanian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = iranian_turanian - location = { - owner = { has_country_flag = interning_iranian_turanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = iranian_turanian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Italian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = italian - location = { - owner = { has_country_flag = interning_italian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = italian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = italian - location = { - owner = { has_country_flag = interning_italian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = italian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = italian - location = { - owner = { has_country_flag = interning_italian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = italian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Jewish Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = jewish_cultures - location = { - owner = { has_country_flag = interning_jewish_cultures } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = jewish_cultures - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = jewish_cultures - location = { - owner = { has_country_flag = interning_jewish_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = jewish_cultures - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = jewish_cultures - location = { - owner = { has_country_flag = interning_jewish_cultures } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = jewish_cultures - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Greco-Caucasian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = levantine - location = { - owner = { has_country_flag = interning_levantine } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = levantine - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = levantine - location = { - owner = { has_country_flag = interning_levantine } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = levantine - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = levantine - location = { - owner = { has_country_flag = interning_levantine } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = levantine - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Pacific Islander Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = oceanic - location = { - owner = { has_country_flag = interning_oceanic } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = oceanic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = oceanic - location = { - owner = { has_country_flag = interning_oceanic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = oceanic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = oceanic - location = { - owner = { has_country_flag = interning_oceanic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = oceanic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Romanian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = pan_romanian - location = { - owner = { has_country_flag = interning_pan_romanian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_romanian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = pan_romanian - location = { - owner = { has_country_flag = interning_pan_romanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_romanian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = pan_romanian - location = { - owner = { has_country_flag = interning_pan_romanian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_romanian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Scandinavian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = scandinavian - location = { - owner = { has_country_flag = interning_scandinavian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = scandinavian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = scandinavian - location = { - owner = { has_country_flag = interning_scandinavian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = scandinavian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = scandinavian - location = { - owner = { has_country_flag = interning_scandinavian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = scandinavian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - - ##############Finno-Ugric Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = finnougric - location = { - owner = { has_country_flag = interning_finnougric } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = finnougric - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = finnougric - location = { - owner = { has_country_flag = interning_finnougric } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = finnougric - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = finnougric - location = { - owner = { has_country_flag = interning_finnougric } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = finnougric - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Far East Asian Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = far_east_asian - location = { - owner = { has_country_flag = interning_far_east_asian } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = far_east_asian - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = far_east_asian - location = { - owner = { has_country_flag = interning_far_east_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = far_east_asian - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = far_east_asian - location = { - owner = { has_country_flag = interning_far_east_asian } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = far_east_asian - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############East Slavic Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = east_slavic - location = { - owner = { has_country_flag = interning_east_slavic } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_slavic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = east_slavic - location = { - owner = { has_country_flag = interning_east_slavic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_slavic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = east_slavic - location = { - owner = { has_country_flag = interning_east_slavic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = east_slavic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############South Slavic Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = south_slavic - location = { - owner = { has_country_flag = interning_south_slavic } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_slavic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = south_slavic - location = { - owner = { has_country_flag = interning_south_slavic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_slavic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = south_slavic - location = { - owner = { has_country_flag = interning_south_slavic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = south_slavic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Polish Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = polish_culture_group - location = { - owner = { has_country_flag = interning_polish_culture_group } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = polish_culture_group - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = polish_culture_group - location = { - owner = { has_country_flag = interning_polish_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = polish_culture_group - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = polish_culture_group - location = { - owner = { has_country_flag = interning_polish_culture_group } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = polish_culture_group - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - - ##############Swiss Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = pan_swiss - location = { - owner = { has_country_flag = interning_pan_swiss } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_swiss - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = pan_swiss - location = { - owner = { has_country_flag = interning_pan_swiss } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_swiss - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = pan_swiss - location = { - owner = { has_country_flag = interning_pan_swiss } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = pan_swiss - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Turkish Cultures - random_pop = {#Killing in a majority state - limit = { - is_culture_group = turko_semitic - location = { - owner = { has_country_flag = interning_turko_semitic } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - has_national_minority = yes - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = turko_semitic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - is_culture_group = turko_semitic - location = { - owner = { has_country_flag = interning_turko_semitic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = turko_semitic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - is_culture_group = turko_semitic - location = { - owner = { has_country_flag = interning_turko_semitic } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - is_culture_group = turko_semitic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##########Religions - ##############Catholic Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = catholic - location = { - owner = { has_country_flag = interning_catholics } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = catholic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = catholic - location = { - owner = { has_country_flag = interning_catholics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = catholic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = catholic - location = { - owner = { has_country_flag = interning_catholics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = catholic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Protestant Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = protestant - location = { - owner = { has_country_flag = interning_protestants } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = protestant - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = protestant - location = { - owner = { has_country_flag = interning_protestants } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = protestant - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = protestant - location = { - owner = { has_country_flag = interning_protestants } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = protestant - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Mormon Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = mormon - location = { - owner = { has_country_flag = interning_mormons } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mormon - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = mormon - location = { - owner = { has_country_flag = interning_mormons } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mormon - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = mormon - location = { - owner = { has_country_flag = interning_mormons } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mormon - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Orthodox Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = orthodox - location = { - owner = { has_country_flag = interning_orthodoxies } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = orthodox - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = orthodox - location = { - owner = { has_country_flag = interning_orthodoxies } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = orthodox - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = orthodox - location = { - owner = { has_country_flag = interning_orthodoxies } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = orthodox - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Coptic Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = coptic - location = { - owner = { has_country_flag = interning_coptics } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = coptic - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = coptic - location = { - owner = { has_country_flag = interning_coptics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = coptic - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = coptic - location = { - owner = { has_country_flag = interning_coptics } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = coptic - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Sunni Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = sunni - location = { - owner = { has_country_flag = interning_sunnis } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sunni - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = sunni - location = { - owner = { has_country_flag = interning_sunnis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sunni - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = sunni - location = { - owner = { has_country_flag = interning_sunnis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sunni - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Shiite Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = shiite - location = { - owner = { has_country_flag = interning_shiites } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shiite - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = shiite - location = { - owner = { has_country_flag = interning_shiites } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shiite - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = shiite - location = { - owner = { has_country_flag = interning_shiites } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shiite - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Ibadi Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = ibadi - location = { - owner = { has_country_flag = interning_ibadis } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = ibadi - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = ibadi - location = { - owner = { has_country_flag = interning_ibadis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = ibadi - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = ibadi - location = { - owner = { has_country_flag = interning_ibadis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = ibadi - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Druze Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = druze - location = { - owner = { has_country_flag = interning_druzi } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = druze - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = druze - location = { - owner = { has_country_flag = interning_druzi } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = druze - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = druze - location = { - owner = { has_country_flag = interning_druzi } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = druze - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Jewish Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = jewish - location = { - owner = { has_country_flag = interning_jewish } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = jewish - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = jewish - location = { - owner = { has_country_flag = interning_jewish } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = jewish - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = jewish - location = { - owner = { has_country_flag = interning_jewish } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = jewish - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Yazidi Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = yazidi - location = { - owner = { has_country_flag = interning_yazidis } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = yazidi - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = yazidi - location = { - owner = { has_country_flag = interning_yazidis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = yazidi - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = yazidi - location = { - owner = { has_country_flag = interning_yazidis } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = yazidi - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Gelugpa Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = gelugpa - location = { - owner = { has_country_flag = interning_gelugpas } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = gelugpa - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = gelugpa - location = { - owner = { has_country_flag = interning_gelugpas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = gelugpa - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = gelugpa - location = { - owner = { has_country_flag = interning_gelugpas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = gelugpa - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Mahayana Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = mahayana - location = { - owner = { has_country_flag = interning_mahayanas } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mahayana - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = mahayana - location = { - owner = { has_country_flag = interning_mahayanas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mahayana - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = mahayana - location = { - owner = { has_country_flag = interning_mahayanas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = mahayana - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Theravada Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = theravada - location = { - owner = { has_country_flag = interning_theravadas } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = theravada - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = theravada - location = { - owner = { has_country_flag = interning_theravadas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = theravada - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = theravada - location = { - owner = { has_country_flag = interning_theravadas } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = theravada - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Hindu Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = hindu - location = { - owner = { has_country_flag = interning_hindus } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = hindu - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = hindu - location = { - owner = { has_country_flag = interning_hindus } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = hindu - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = hindu - location = { - owner = { has_country_flag = interning_hindus } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = hindu - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Shinto Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = shinto - location = { - owner = { has_country_flag = interning_shintos } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shinto - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = shinto - location = { - owner = { has_country_flag = interning_shintos } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shinto - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = shinto - location = { - owner = { has_country_flag = interning_shintos } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = shinto - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Sikh Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = sikh - location = { - owner = { has_country_flag = interning_sikhs } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sikh - } - reduce_pop = 0.35 - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - random = { - chance = 30 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = sikh - location = { - owner = { has_country_flag = interning_sikhs } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sikh - } - reduce_pop = 0.65 - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - random = { - chance = 20 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = sikh - location = { - owner = { has_country_flag = interning_sikhs } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = sikh - } - reduce_pop = 0.85 - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - random = { - chance = 10 - reduce_pop = 0.9 - } - } - } - } - } - - ##############Animist Religion - random_pop = {#Killing in a majority state - limit = { - has_pop_religion = animist - location = { - owner = { has_country_flag = interning_animists } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = animist - } - reduce_pop = 0.35 - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a minority state - random_pop = { - limit = { - has_pop_religion = animist - location = { - owner = { has_country_flag = interning_animists } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = animist - } - reduce_pop = 0.55 - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - } - } - } - } - - #Killing in a no-presence state - random_pop = { - limit = { - has_pop_religion = animist - location = { - owner = { has_country_flag = interning_animists } - state_scope = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - any_owned_province = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - } - } - } - location = { - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - has_pop_religion = animist - } - reduce_pop = 0.75 - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - random = { - chance = 50 - reduce_pop = 0.9 - } - } - } - } - } - owner = { - random = { - chance = 20 - change_variable = { which = evidence_count value = 1 } - } - } - # - } + id = 169000 + title = "EVTNAME169000" + desc = "EVTDESC169000" + + trigger = { + owner = { has_country_modifier = interment_camps } + NOT = { has_province_modifier = mass_graves } + owned_by = THIS + controlled_by = THIS + #Scopes - Places + OR = { + AND = { + owner = { has_country_flag = interning_on_colonies } + is_colonial = yes + } + AND = { + owner = { has_country_flag = interning_on_homeland } + is_colonial = no + } + owner = { has_country_flag = interning_everywhere } + } + #Scopes - People + OR = { + #Cultural + AND = { + owner = { has_country_flag = interning_african_diaspora_cultures } + any_pop = { + is_culture_group = african_diaspora_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_central_african } + any_pop = { + is_culture_group = central_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_east_african } + any_pop = { + is_culture_group = east_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_southern_african } + any_pop = { + is_culture_group = southern_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_finnougric } + any_pop = { + is_culture_group = finnougric + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_west_african } + any_pop = { + is_culture_group = west_african + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_pan_albanian } + any_pop = { + is_culture_group = pan_albanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_latin_american_cultures } + any_pop = { + is_culture_group = latin_american_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_native_american } + any_pop = { + is_culture_group = native_american + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_american_cultures } + any_pop = { + is_culture_group = american_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_arab } + any_pop = { + is_culture_group = arab + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_east_asian } + any_pop = { + is_culture_group = east_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_central_asian } + any_pop = { + is_culture_group = central_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_far_east_asian } + any_pop = { + is_culture_group = far_east_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_southeast_asian } + any_pop = { + is_culture_group = southeast_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_baltic } + any_pop = { + is_culture_group = baltic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_beneluxian } + any_pop = { + is_culture_group = beneluxian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_british } + any_pop = { + is_culture_group = british + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_caucasian } + any_pop = { + is_culture_group = caucasian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_czecho_slovak_culture_group } + any_pop = { + is_culture_group = czecho_slovak_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_neo_european_cultures } + any_pop = { + is_culture_group = neo_european_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_french } + any_pop = { + is_culture_group = french + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_germanics } + any_pop = { + is_culture_group = germanic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_hungarian_culture_group } + any_pop = { + is_culture_group = hungarian_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_iberian } + any_pop = { + is_culture_group = iberian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_south_asian } + any_pop = { + is_culture_group = south_asian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_indo_iranian } + any_pop = { + is_culture_group = indo_iranian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_iranian_turanian } + any_pop = { + is_culture_group = iranian_turanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_italian } + any_pop = { + is_culture_group = italian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_jewish_cultures } + any_pop = { + is_culture_group = jewish_cultures + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_levantine } + any_pop = { + is_culture_group = levantine + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_oceanic } + any_pop = { + is_culture_group = oceanic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_pan_romanian } + any_pop = { + is_culture_group = pan_romanian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_scandinavian } + any_pop = { + is_culture_group = scandinavian + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_east_slavic } + any_pop = { + is_culture_group = east_slavic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_south_slavic } + any_pop = { + is_culture_group = south_slavic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_polish_culture_group } + any_pop = { + is_culture_group = polish_culture_group + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_pan_swiss } + any_pop = { + is_culture_group = pan_swiss + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_turko_semitic } + any_pop = { + is_culture_group = turko_semitic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + + #Religions + AND = { + owner = { has_country_flag = interning_catholics } + any_pop = { + has_pop_religion = catholic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_protestants } + any_pop = { + has_pop_religion = protestant + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_mormons } + any_pop = { + has_pop_religion = mormon + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_orthodoxies } + any_pop = { + has_pop_religion = orthodox + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_coptics } + any_pop = { + has_pop_religion = coptic + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_sunnis } + any_pop = { + has_pop_religion = sunni + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_shiites } + any_pop = { + has_pop_religion = shiite + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_ibadis } + any_pop = { + has_pop_religion = ibadi + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_druzi } + any_pop = { + has_pop_religion = druze + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_jewish } + any_pop = { + has_pop_religion = jewish + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_yazidis } + any_pop = { + has_pop_religion = yazidi + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_gelugpas } + any_pop = { + has_pop_religion = gelugpa + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_mahayanas } + any_pop = { + has_pop_religion = mahayana + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_theravadas } + any_pop = { + has_pop_religion = theravada + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_hindus } + any_pop = { + has_pop_religion = hindu + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_shintos } + any_pop = { + has_pop_religion = shinto + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_sikhs } + any_pop = { + has_pop_religion = sikh + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + AND = { + owner = { has_country_flag = interning_animists } + any_pop = { + has_pop_religion = animist + NOT = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + #State Requirements + OR = { + #High - Level 1 - State primary/accepted majority + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + #Medium - Level 2 - State NOT primary/accepted majority, any province in the state HAS primary/accepted majority + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + #Low - Level 3 - State NOT primary/accepted majority, NO province in state HAS primary/accepted majority (if no pops present at all, need soldiers to be eligible) + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.8 + is_core = THIS + } + modifier = { + factor = 0.8 + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + modifier = { + factor = 0.8 + OR = { + AND = { + owner = { ruling_party_ideology = anarcho_liberal } + state_scope = { pop_majority_ideology = anarcho_liberal } + } + AND = { + owner = { ruling_party_ideology = reactionary } + state_scope = { pop_majority_ideology = reactionary } + } + AND = { + owner = { ruling_party_ideology = fascist } + state_scope = { pop_majority_ideology = fascist } + } + AND = { + owner = { ruling_party_ideology = communist } + state_scope = { pop_majority_ideology = communist } + } + } + } + modifier = { + factor = 0.9 + owner = { military_spending = 0.95 } + } + modifier = { + factor = 0.9 + owner = { administration_spending = 0.95 } + } + modifier = { + factor = 0.9 + owner = { machine_guns = 1 } + } + modifier = { + factor = 0.9 + owner = { electricity = 1 } + } + modifier = { + factor = 0.9 + owner = { psychoanalysis = 1 } + } + modifier = { + factor = 0.8 + owner = { invention = gas_attack_capability } + } + modifier = { + factor = 0.8 + owner = { invention = the_police_state } + } + modifier = { + factor = 0.7 + owner = { great_war_experience = 1 } + } + modifier = { + factor = 0.9 + country_units_in_province = THIS + } + #190% + modifier = { + factor = 0.8 + owner = { check_variable = { which = evidence_count value = 2 } } + } + modifier = { + factor = 0.8 + owner = { check_variable = { which = evidence_count value = 4 } } + } + modifier = { + factor = 0.8 + owner = { check_variable = { which = evidence_count value = 6 } } + } + modifier = { + factor = 0.8 + owner = { check_variable = { which = evidence_count value = 8 } } + } + modifier = { + factor = 0.8 + owner = { check_variable = { which = evidence_count value = 10 } } + } + #300% + modifier = { + factor = 0.5 + owner = { has_country_modifier = totalitarian_system } + } + #350% + ###Special + modifier = { + factor = 0.9 + has_building = railroad + owner = { steel_railroad = 1 } + } + modifier = { + factor = 0.7 + state_scope = { pop_majority_religion = animist } + owner = { has_country_flag = interning_animists } + } + modifier = { + factor = 1.3 + owner = { check_variable = { which = slowdown_point value = 4 } } + } + modifier = { + factor = 1.3 + owner = { check_variable = { which = slowdown_point value = 6 } } + } + modifier = { + factor = 1.3 + owner = { check_variable = { which = slowdown_point value = 8 } } + } + modifier = { + factor = 1.3 + owner = { check_variable = { which = slowdown_point value = 10 } } + } + modifier = { + factor = 1.3 + owner = { check_variable = { which = slowdown_point value = 12 } } + } + #150 + modifier = { + factor = 1.4 + owner = { check_variable = { which = slowdown_point value = 14 } } + } + modifier = { + factor = 1.4 + owner = { check_variable = { which = slowdown_point value = 16 } } + } + modifier = { + factor = 1.4 + owner = { check_variable = { which = slowdown_point value = 18 } } + } + modifier = { + factor = 1.4 + owner = { check_variable = { which = slowdown_point value = 20 } } + } + modifier = { + factor = 1.5 + owner = { check_variable = { which = slowdown_point value = 22 } } + } + #-360% + modifier = { + factor = 0.8 + owner = { NOT = { military_spending = 0.5 } } + } + modifier = { + factor = 0.8 + owner = { NOT = { administration_spending = 0.5 } } + } + modifier = { + factor = 1.2 + state_scope = { + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + modifier = { + factor = 1.4 + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + any_pop = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + } + } + + } + + option = { + name = "EVT169000OPTA" + owner = { + random_owned = { + limit = { + owner = { has_country_modifier = evidence_of_massacre2 } + } + owner = { remove_country_modifier = evidence_of_massacre2 } + } + } + owner = { + add_country_modifier = { name = evidence_of_massacre2 duration = 1095 } + } + state_scope = { + any_owned = { + limit = { has_national_minority = yes } + add_province_modifier = { name = mass_graves duration = 730 } + } + } + + + ##############Central African + random_pop = {#Killing in a majority state + limit = { + is_culture_group = central_african + location = { + owner = { has_country_flag = interning_central_african } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_african + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = central_african + location = { + owner = { has_country_flag = interning_central_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_african + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = central_african + location = { + owner = { has_country_flag = interning_central_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_african + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############African Diaspora Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = african_diaspora_cultures + location = { + owner = { has_country_flag = interning_african_diaspora_cultures } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = african_diaspora_cultures + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = african_diaspora_cultures + location = { + owner = { has_country_flag = interning_african_diaspora_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = african_diaspora_cultures + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = african_diaspora_cultures + location = { + owner = { has_country_flag = interning_african_diaspora_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = african_diaspora_cultures + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############East African Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = east_african + location = { + owner = { has_country_flag = interning_east_african } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_african + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = east_african + location = { + owner = { has_country_flag = interning_east_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_african + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = east_african + location = { + owner = { has_country_flag = interning_east_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_african + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Southern African Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = southern_african + location = { + owner = { has_country_flag = interning_southern_african } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southern_african + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = southern_african + location = { + owner = { has_country_flag = interning_southern_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southern_african + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = southern_african + location = { + owner = { has_country_flag = interning_southern_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southern_african + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############West African Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = west_african + location = { + owner = { has_country_flag = interning_west_african } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = west_african + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = west_african + location = { + owner = { has_country_flag = interning_west_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = west_african + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = west_african + location = { + owner = { has_country_flag = interning_west_african } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = west_african + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Albanian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = pan_albanian + location = { + owner = { has_country_flag = interning_pan_albanian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_albanian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = pan_albanian + location = { + owner = { has_country_flag = interning_pan_albanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_albanian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = pan_albanian + location = { + owner = { has_country_flag = interning_pan_albanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_albanian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Latin American Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = latin_american_cultures + location = { + owner = { has_country_flag = interning_latin_american_cultures } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = latin_american_cultures + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = latin_american_cultures + location = { + owner = { has_country_flag = interning_latin_american_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = latin_american_cultures + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = latin_american_cultures + location = { + owner = { has_country_flag = interning_latin_american_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = latin_american_cultures + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Native American Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = native_american + location = { + owner = { has_country_flag = interning_native_american } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = native_american + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = native_american + location = { + owner = { has_country_flag = interning_native_american } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = native_american + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = native_american + location = { + owner = { has_country_flag = interning_native_american } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = native_american + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############American Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = american_cultures + location = { + owner = { has_country_flag = interning_american_cultures } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = american_cultures + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = american_cultures + location = { + owner = { has_country_flag = interning_american_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = american_cultures + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = american_cultures + location = { + owner = { has_country_flag = interning_american_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = american_cultures + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Arab Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = arab + location = { + owner = { has_country_flag = interning_arab } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = arab + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = arab + location = { + owner = { has_country_flag = interning_arab } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = arab + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = arab + location = { + owner = { has_country_flag = interning_arab } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = arab + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############East Asian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = east_asian + location = { + owner = { has_country_flag = interning_east_asian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_asian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = east_asian + location = { + owner = { has_country_flag = interning_east_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_asian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = east_asian + location = { + owner = { has_country_flag = interning_east_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_asian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Central Asian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = central_asian + location = { + owner = { has_country_flag = interning_central_asian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_asian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = central_asian + location = { + owner = { has_country_flag = interning_central_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_asian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = central_asian + location = { + owner = { has_country_flag = interning_central_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = central_asian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Southeast Asian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = southeast_asian + location = { + owner = { has_country_flag = interning_southeast_asian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southeast_asian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = southeast_asian + location = { + owner = { has_country_flag = interning_southeast_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southeast_asian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = southeast_asian + location = { + owner = { has_country_flag = interning_southeast_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = southeast_asian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Baltic Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = baltic + location = { + owner = { has_country_flag = interning_baltic } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = baltic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = baltic + location = { + owner = { has_country_flag = interning_baltic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = baltic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = baltic + location = { + owner = { has_country_flag = interning_baltic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = baltic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############beneluxian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = beneluxian + location = { + owner = { has_country_flag = interning_beneluxian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = beneluxian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = beneluxian + location = { + owner = { has_country_flag = interning_beneluxian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = beneluxian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = beneluxian + location = { + owner = { has_country_flag = interning_beneluxian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = beneluxian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############british Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = british + location = { + owner = { has_country_flag = interning_british } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = british + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = british + location = { + owner = { has_country_flag = interning_british } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = british + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = british + location = { + owner = { has_country_flag = interning_british } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = british + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############caucasian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = caucasian + location = { + owner = { has_country_flag = interning_caucasian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = caucasian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = caucasian + location = { + owner = { has_country_flag = interning_caucasian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = caucasian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = caucasian + location = { + owner = { has_country_flag = interning_caucasian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = caucasian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Czecho-slovak Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = czecho_slovak_culture_group + location = { + owner = { has_country_flag = interning_czecho_slovak_culture_group } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = czecho_slovak_culture_group + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = czecho_slovak_culture_group + location = { + owner = { has_country_flag = interning_czecho_slovak_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = czecho_slovak_culture_group + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = czecho_slovak_culture_group + location = { + owner = { has_country_flag = interning_czecho_slovak_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = czecho_slovak_culture_group + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Neo European Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = neo_european_cultures + location = { + owner = { has_country_flag = interning_neo_european_cultures } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = neo_european_cultures + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = neo_european_cultures + location = { + owner = { has_country_flag = interning_neo_european_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = neo_european_cultures + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = neo_european_cultures + location = { + owner = { has_country_flag = interning_neo_european_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = neo_european_cultures + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############French Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = french + location = { + owner = { has_country_flag = interning_french } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = french + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = french + location = { + owner = { has_country_flag = interning_french } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = french + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = french + location = { + owner = { has_country_flag = interning_french } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = french + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Germanic Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = germanic + location = { + owner = { has_country_flag = interning_germanics } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = germanic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = germanic + location = { + owner = { has_country_flag = interning_germanics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = germanic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = germanic + location = { + owner = { has_country_flag = interning_germanics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = germanic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Hungarian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = hungarian_culture_group + location = { + owner = { has_country_flag = interning_hungarian_culture_group } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = hungarian_culture_group + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = hungarian_culture_group + location = { + owner = { has_country_flag = interning_hungarian_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = hungarian_culture_group + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = hungarian_culture_group + location = { + owner = { has_country_flag = interning_hungarian_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = hungarian_culture_group + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Iberian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = iberian + location = { + owner = { has_country_flag = interning_iberian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iberian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = iberian + location = { + owner = { has_country_flag = interning_iberian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iberian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = iberian + location = { + owner = { has_country_flag = interning_iberian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iberian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############South Asian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = south_asian + location = { + owner = { has_country_flag = interning_south_asian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_asian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = south_asian + location = { + owner = { has_country_flag = interning_south_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_asian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = south_asian + location = { + owner = { has_country_flag = interning_south_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_asian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Indo-Iranian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = indo_iranian + location = { + owner = { has_country_flag = interning_indo_iranian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = indo_iranian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = indo_iranian + location = { + owner = { has_country_flag = interning_indo_iranian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = indo_iranian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = indo_iranian + location = { + owner = { has_country_flag = interning_indo_iranian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = indo_iranian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Iranian-Turanian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = iranian_turanian + location = { + owner = { has_country_flag = interning_iranian_turanian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iranian_turanian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = iranian_turanian + location = { + owner = { has_country_flag = interning_iranian_turanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iranian_turanian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = iranian_turanian + location = { + owner = { has_country_flag = interning_iranian_turanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = iranian_turanian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Italian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = italian + location = { + owner = { has_country_flag = interning_italian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = italian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = italian + location = { + owner = { has_country_flag = interning_italian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = italian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = italian + location = { + owner = { has_country_flag = interning_italian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = italian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Jewish Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = jewish_cultures + location = { + owner = { has_country_flag = interning_jewish_cultures } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = jewish_cultures + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = jewish_cultures + location = { + owner = { has_country_flag = interning_jewish_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = jewish_cultures + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = jewish_cultures + location = { + owner = { has_country_flag = interning_jewish_cultures } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = jewish_cultures + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Greco-Caucasian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = levantine + location = { + owner = { has_country_flag = interning_levantine } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = levantine + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = levantine + location = { + owner = { has_country_flag = interning_levantine } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = levantine + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = levantine + location = { + owner = { has_country_flag = interning_levantine } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = levantine + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Pacific Islander Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = oceanic + location = { + owner = { has_country_flag = interning_oceanic } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = oceanic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = oceanic + location = { + owner = { has_country_flag = interning_oceanic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = oceanic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = oceanic + location = { + owner = { has_country_flag = interning_oceanic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = oceanic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Romanian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = pan_romanian + location = { + owner = { has_country_flag = interning_pan_romanian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_romanian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = pan_romanian + location = { + owner = { has_country_flag = interning_pan_romanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_romanian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = pan_romanian + location = { + owner = { has_country_flag = interning_pan_romanian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_romanian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Scandinavian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = scandinavian + location = { + owner = { has_country_flag = interning_scandinavian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = scandinavian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = scandinavian + location = { + owner = { has_country_flag = interning_scandinavian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = scandinavian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = scandinavian + location = { + owner = { has_country_flag = interning_scandinavian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = scandinavian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + + ##############Finno-Ugric Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = finnougric + location = { + owner = { has_country_flag = interning_finnougric } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = finnougric + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = finnougric + location = { + owner = { has_country_flag = interning_finnougric } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = finnougric + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = finnougric + location = { + owner = { has_country_flag = interning_finnougric } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = finnougric + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Far East Asian Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = far_east_asian + location = { + owner = { has_country_flag = interning_far_east_asian } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = far_east_asian + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = far_east_asian + location = { + owner = { has_country_flag = interning_far_east_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = far_east_asian + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = far_east_asian + location = { + owner = { has_country_flag = interning_far_east_asian } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = far_east_asian + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############East Slavic Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = east_slavic + location = { + owner = { has_country_flag = interning_east_slavic } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_slavic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = east_slavic + location = { + owner = { has_country_flag = interning_east_slavic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_slavic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = east_slavic + location = { + owner = { has_country_flag = interning_east_slavic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = east_slavic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############South Slavic Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = south_slavic + location = { + owner = { has_country_flag = interning_south_slavic } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_slavic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = south_slavic + location = { + owner = { has_country_flag = interning_south_slavic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_slavic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = south_slavic + location = { + owner = { has_country_flag = interning_south_slavic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = south_slavic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Polish Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = polish_culture_group + location = { + owner = { has_country_flag = interning_polish_culture_group } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = polish_culture_group + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = polish_culture_group + location = { + owner = { has_country_flag = interning_polish_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = polish_culture_group + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = polish_culture_group + location = { + owner = { has_country_flag = interning_polish_culture_group } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = polish_culture_group + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + + ##############Swiss Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = pan_swiss + location = { + owner = { has_country_flag = interning_pan_swiss } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_swiss + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = pan_swiss + location = { + owner = { has_country_flag = interning_pan_swiss } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_swiss + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = pan_swiss + location = { + owner = { has_country_flag = interning_pan_swiss } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = pan_swiss + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Turkish Cultures + random_pop = {#Killing in a majority state + limit = { + is_culture_group = turko_semitic + location = { + owner = { has_country_flag = interning_turko_semitic } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + has_national_minority = yes + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = turko_semitic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + is_culture_group = turko_semitic + location = { + owner = { has_country_flag = interning_turko_semitic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = turko_semitic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + is_culture_group = turko_semitic + location = { + owner = { has_country_flag = interning_turko_semitic } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + is_culture_group = turko_semitic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##########Religions + ##############Catholic Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = catholic + location = { + owner = { has_country_flag = interning_catholics } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = catholic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = catholic + location = { + owner = { has_country_flag = interning_catholics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = catholic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = catholic + location = { + owner = { has_country_flag = interning_catholics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = catholic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Protestant Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = protestant + location = { + owner = { has_country_flag = interning_protestants } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = protestant + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = protestant + location = { + owner = { has_country_flag = interning_protestants } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = protestant + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = protestant + location = { + owner = { has_country_flag = interning_protestants } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = protestant + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Mormon Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = mormon + location = { + owner = { has_country_flag = interning_mormons } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mormon + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = mormon + location = { + owner = { has_country_flag = interning_mormons } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mormon + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = mormon + location = { + owner = { has_country_flag = interning_mormons } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mormon + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Orthodox Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = orthodox + location = { + owner = { has_country_flag = interning_orthodoxies } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = orthodox + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = orthodox + location = { + owner = { has_country_flag = interning_orthodoxies } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = orthodox + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = orthodox + location = { + owner = { has_country_flag = interning_orthodoxies } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = orthodox + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Coptic Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = coptic + location = { + owner = { has_country_flag = interning_coptics } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = coptic + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = coptic + location = { + owner = { has_country_flag = interning_coptics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = coptic + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = coptic + location = { + owner = { has_country_flag = interning_coptics } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = coptic + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Sunni Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = sunni + location = { + owner = { has_country_flag = interning_sunnis } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sunni + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = sunni + location = { + owner = { has_country_flag = interning_sunnis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sunni + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = sunni + location = { + owner = { has_country_flag = interning_sunnis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sunni + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Shiite Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = shiite + location = { + owner = { has_country_flag = interning_shiites } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shiite + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = shiite + location = { + owner = { has_country_flag = interning_shiites } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shiite + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = shiite + location = { + owner = { has_country_flag = interning_shiites } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shiite + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Ibadi Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = ibadi + location = { + owner = { has_country_flag = interning_ibadis } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = ibadi + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = ibadi + location = { + owner = { has_country_flag = interning_ibadis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = ibadi + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = ibadi + location = { + owner = { has_country_flag = interning_ibadis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = ibadi + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Druze Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = druze + location = { + owner = { has_country_flag = interning_druzi } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = druze + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = druze + location = { + owner = { has_country_flag = interning_druzi } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = druze + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = druze + location = { + owner = { has_country_flag = interning_druzi } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = druze + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Jewish Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = jewish + location = { + owner = { has_country_flag = interning_jewish } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = jewish + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = jewish + location = { + owner = { has_country_flag = interning_jewish } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = jewish + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = jewish + location = { + owner = { has_country_flag = interning_jewish } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = jewish + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Yazidi Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = yazidi + location = { + owner = { has_country_flag = interning_yazidis } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = yazidi + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = yazidi + location = { + owner = { has_country_flag = interning_yazidis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = yazidi + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = yazidi + location = { + owner = { has_country_flag = interning_yazidis } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = yazidi + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Gelugpa Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = gelugpa + location = { + owner = { has_country_flag = interning_gelugpas } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = gelugpa + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = gelugpa + location = { + owner = { has_country_flag = interning_gelugpas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = gelugpa + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = gelugpa + location = { + owner = { has_country_flag = interning_gelugpas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = gelugpa + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Mahayana Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = mahayana + location = { + owner = { has_country_flag = interning_mahayanas } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mahayana + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = mahayana + location = { + owner = { has_country_flag = interning_mahayanas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mahayana + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = mahayana + location = { + owner = { has_country_flag = interning_mahayanas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = mahayana + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Theravada Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = theravada + location = { + owner = { has_country_flag = interning_theravadas } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = theravada + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = theravada + location = { + owner = { has_country_flag = interning_theravadas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = theravada + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = theravada + location = { + owner = { has_country_flag = interning_theravadas } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = theravada + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Hindu Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = hindu + location = { + owner = { has_country_flag = interning_hindus } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = hindu + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = hindu + location = { + owner = { has_country_flag = interning_hindus } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = hindu + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = hindu + location = { + owner = { has_country_flag = interning_hindus } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = hindu + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Shinto Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = shinto + location = { + owner = { has_country_flag = interning_shintos } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shinto + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = shinto + location = { + owner = { has_country_flag = interning_shintos } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shinto + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = shinto + location = { + owner = { has_country_flag = interning_shintos } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = shinto + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Sikh Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = sikh + location = { + owner = { has_country_flag = interning_sikhs } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sikh + } + reduce_pop = 0.35 + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + random = { + chance = 30 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = sikh + location = { + owner = { has_country_flag = interning_sikhs } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sikh + } + reduce_pop = 0.65 + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + random = { + chance = 20 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = sikh + location = { + owner = { has_country_flag = interning_sikhs } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = sikh + } + reduce_pop = 0.85 + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + random = { + chance = 10 + reduce_pop = 0.9 + } + } + } + } + } + + ##############Animist Religion + random_pop = {#Killing in a majority state + limit = { + has_pop_religion = animist + location = { + owner = { has_country_flag = interning_animists } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = animist + } + reduce_pop = 0.35 + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a minority state + random_pop = { + limit = { + has_pop_religion = animist + location = { + owner = { has_country_flag = interning_animists } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = animist + } + reduce_pop = 0.55 + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + } + } + } + } + + #Killing in a no-presence state + random_pop = { + limit = { + has_pop_religion = animist + location = { + owner = { has_country_flag = interning_animists } + state_scope = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + any_owned_province = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + } + } + } + location = { + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + has_pop_religion = animist + } + reduce_pop = 0.75 + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + random = { + chance = 50 + reduce_pop = 0.9 + } + } + } + } + } + owner = { + random = { + chance = 20 + change_variable = { which = evidence_count value = 1 } + } + } + # + } } #Word gets out country_event = { - id = 169001 - title = "EVTNAME169001" - desc = "EVTDESC169001" - news = yes - news_desc_long = "EVTDESC169001_NEWS_LONG" - news_desc_medium = "EVTDESC169001_NEWS_MEDIUM" - news_desc_short = "EVTDESC169001_NEWS_SHORT" - picture = "armenian_grave" - - trigger = { - NOT = { has_country_modifier = evidence_of_massacre } - any_owned_province = { has_province_modifier = mass_graves } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 0.8 - check_variable = { which = evidence_count value = 2 } - } - modifier = { - factor = 0.8 - check_variable = { which = evidence_count value = 4 } - } - modifier = { - factor = 0.8 - check_variable = { which = evidence_count value = 6 } - } - modifier = { - factor = 0.8 - check_variable = { which = evidence_count value = 8 } - } - modifier = { - factor = 0.8 - check_variable = { which = evidence_count value = 10 } - } - modifier = { - factor = 0.75 - press_rights = free_press - } - modifier = { - factor = 0.75 - badboy = 0.75 - } - modifier = { - factor = 1.1 - border_policy = closed_borders - } - modifier = { - factor = 1.25 - has_country_modifier = totalitarian_system - } - modifier = { - factor = 1.25 - press_rights = state_press - } - } - - option = { - name = "EVT169001OPTA" - add_country_modifier = { name = evidence_of_massacre duration = 730 } - random_owned = { - limit = { owner = { NOT = { prestige = 100 } } } - owner = { prestige = -25 } - } - random_owned = { - limit = { owner = { prestige = 100 } } - owner = { prestige_factor = -0.25 } - } - any_country = { - limit = { - exists = yes - neighbour = THIS - } - relation = { who = THIS value = -50 } - } - any_country = { - limit = { - exists = yes - NOT = { alliance_with = THIS } - OR = { - is_greater_power = yes - any_core = { owned_by = THIS } - } - } - relation = { who = THIS value = -100 } - casus_belli = { target = THIS type = cut_down_to_size months = 48 } - } - - badboy = 1 - random = { - chance = 50 - badboy = 1 - } - random = { - chance = 25 - badboy = 1 - } - random = { - chance = 10 - badboy = 1 - } - } + id = 169001 + title = "EVTNAME169001" + desc = "EVTDESC169001" + news = yes + news_desc_long = "EVTDESC169001_NEWS_LONG" + news_desc_medium = "EVTDESC169001_NEWS_MEDIUM" + news_desc_short = "EVTDESC169001_NEWS_SHORT" + picture = "armenian_grave" + + trigger = { + NOT = { has_country_modifier = evidence_of_massacre } + any_owned_province = { has_province_modifier = mass_graves } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 0.8 + check_variable = { which = evidence_count value = 2 } + } + modifier = { + factor = 0.8 + check_variable = { which = evidence_count value = 4 } + } + modifier = { + factor = 0.8 + check_variable = { which = evidence_count value = 6 } + } + modifier = { + factor = 0.8 + check_variable = { which = evidence_count value = 8 } + } + modifier = { + factor = 0.8 + check_variable = { which = evidence_count value = 10 } + } + modifier = { + factor = 0.75 + press_rights = free_press + } + modifier = { + factor = 0.75 + badboy = 0.75 + } + modifier = { + factor = 1.1 + border_policy = closed_borders + } + modifier = { + factor = 1.25 + has_country_modifier = totalitarian_system + } + modifier = { + factor = 1.25 + press_rights = state_press + } + } + + option = { + name = "EVT169001OPTA" + add_country_modifier = { name = evidence_of_massacre duration = 730 } + random_owned = { + limit = { owner = { NOT = { prestige = 100 } } } + owner = { prestige = -25 } + } + random_owned = { + limit = { owner = { prestige = 100 } } + owner = { prestige_factor = -0.25 } + } + any_country = { + limit = { + exists = yes + neighbour = THIS + } + relation = { who = THIS value = -50 } + } + any_country = { + limit = { + exists = yes + NOT = { alliance_with = THIS } + OR = { + is_greater_power = yes + any_core = { owned_by = THIS } + } + } + relation = { who = THIS value = -100 } + casus_belli = { target = THIS type = cut_down_to_size months = 48 } + } + + badboy = 1 + random = { + chance = 50 + badboy = 1 + } + random = { + chance = 25 + badboy = 1 + } + random = { + chance = 10 + badboy = 1 + } + } } #Forced end country_event = { - id = 169002 - title = "EVTNAME169002" - desc = "EVTDESC169002" - picture = "armenian_grave" - - trigger = { - has_country_modifier = interment_camps - OR = { - has_recently_lost_war = yes - has_country_modifier = national_confusion - NOT = { vote_franschise = none_voting } - NOT = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - } - - mean_time_to_happen = { - days = 1 - - } - - option = { - name = "EVT169002OPTA" - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + id = 169002 + title = "EVTNAME169002" + desc = "EVTDESC169002" + picture = "armenian_grave" + + trigger = { + has_country_modifier = interment_camps + OR = { + has_recently_lost_war = yes + has_country_modifier = national_confusion + NOT = { vote_franschise = none_voting } + NOT = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + } + + mean_time_to_happen = { + days = 1 + + } + + option = { + name = "EVT169002OPTA" + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } diff --git a/HPM/events/RGOChangeEvents.txt b/HPM/events/RGOChangeEvents.txt index e9ff8c8d..6d3d8401 100644 --- a/HPM/events/RGOChangeEvents.txt +++ b/HPM/events/RGOChangeEvents.txt @@ -1,6566 +1,6566 @@ ############################################# -# # -# Discovering New Mines # -# # +# # +# Discovering New Mines # +# # ############################################# province_event = { - id = 199005 - title = "EVTNAME199005" #Prospector Strikes Coal! - desc = "EVTDESC199005" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - NOT = { - trade_goods = coal - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = hills - terrain = dryhills - terrain = mountain - terrain = montane_tundra - terrain = mining_district - terrain = new_world_mountain - terrain = new_world_montane_tundra - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 1.5 - OR = { - terrain = montane_tundra - terrain = montane_forest - } - } - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = coal - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199005 + title = "EVTNAME199005" #Prospector Strikes Coal! + desc = "EVTDESC199005" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + NOT = { + trade_goods = coal + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = hills + terrain = dryhills + terrain = mountain + terrain = montane_tundra + terrain = mining_district + terrain = new_world_mountain + terrain = new_world_montane_tundra + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 1.5 + OR = { + terrain = montane_tundra + terrain = montane_forest + } + } + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = coal + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199007 - title = "EVTNAME199007" #Prospector Strikes Iron! - desc = "EVTDESC199007" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - NOT = { - trade_goods = iron - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = hills - terrain = dryhills - terrain = mountain - terrain = montane_tundra - terrain = mining_district - terrain = new_world_mountain - terrain = new_world_montane_tundra - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 1.5 - OR = { - terrain = montane_tundra - terrain = montane_forest - } - } - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = iron - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199007 + title = "EVTNAME199007" #Prospector Strikes Iron! + desc = "EVTDESC199007" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + NOT = { + trade_goods = iron + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = hills + terrain = dryhills + terrain = mountain + terrain = montane_tundra + terrain = mining_district + terrain = new_world_mountain + terrain = new_world_montane_tundra + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 1.5 + OR = { + terrain = montane_tundra + terrain = montane_forest + } + } + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = iron + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199009 - title = "EVTNAME199009" #Prospector Strikes Sulphur! - desc = "EVTDESC199009" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - NOT = { - trade_goods = sulphur - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = hills - terrain = dryhills - terrain = mountain - terrain = montane_tundra - terrain = mining_district - terrain = new_world_mountain - terrain = new_world_montane_tundra - } - } - - mean_time_to_happen = { - months = 3000 - modifier = { - factor = 1.5 - OR = { - terrain = montane_tundra - terrain = montane_forest - } - } - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = sulphur - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199009 + title = "EVTNAME199009" #Prospector Strikes Sulphur! + desc = "EVTDESC199009" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + NOT = { + trade_goods = sulphur + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = hills + terrain = dryhills + terrain = mountain + terrain = montane_tundra + terrain = mining_district + terrain = new_world_mountain + terrain = new_world_montane_tundra + } + } + + mean_time_to_happen = { + months = 3000 + modifier = { + factor = 1.5 + OR = { + terrain = montane_tundra + terrain = montane_forest + } + } + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = sulphur + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } ############################################# -# # -# Cash Crops # -# # +# # +# Cash Crops # +# # ############################################# province_event = { - id = 199015 - title = "EVTNAME199015" #Cash Crops - Cotton - desc = "EVTDESC199015" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = cotton - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = cotton - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = cotton - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = cotton - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = farmlands - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = cotton - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199015 + title = "EVTNAME199015" #Cash Crops - Cotton + desc = "EVTDESC199015" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = cotton + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = cotton + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = cotton + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = cotton + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = farmlands + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = cotton + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199016 - title = "EVTNAME199015" #Cash Crops - Tea - desc = "EVTDESC199016" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = tea - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - any_neighbor_province = { trade_goods = tea } - OR = { - continent = asia - continent = oceania - continent = africa - } - OR = { - terrain = farmlands - terrain = mountain - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = tea - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199016 + title = "EVTNAME199015" #Cash Crops - Tea + desc = "EVTDESC199016" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = tea + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + any_neighbor_province = { trade_goods = tea } + OR = { + continent = asia + continent = oceania + continent = africa + } + OR = { + terrain = farmlands + terrain = mountain + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = tea + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199018 - title = "EVTNAME199015" #Cash Crops - Wool - desc = "EVTDESC199018" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = wool - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = wool - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = wool - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = wool - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - terrain = desert - terrain = new_world_desert - } - } - - mean_time_to_happen = { - months = 4000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = wool - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199018 + title = "EVTNAME199015" #Cash Crops - Wool + desc = "EVTDESC199018" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = wool + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = wool + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = wool + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = wool + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + terrain = desert + terrain = new_world_desert + } + } + + mean_time_to_happen = { + months = 4000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = wool + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199019 - title = "EVTNAME199015" #Cash Crops - Fruit - desc = "EVTDESC199019" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = fruit - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = fruit - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = fruit - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = fruit - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - terrain = farmlands - terrain = marsh - terrain = forest - terrain = jungle - terrain = new_world_jungle - terrain = montane_forest - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = fruit - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199019 + title = "EVTNAME199015" #Cash Crops - Fruit + desc = "EVTDESC199019" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = fruit + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = fruit + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = fruit + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = fruit + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + terrain = farmlands + terrain = marsh + terrain = forest + terrain = jungle + terrain = new_world_jungle + terrain = montane_forest + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = fruit + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199020 - title = "EVTNAME199015" #Cash Crops - Tobacco - desc = "EVTDESC199020" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = tobacco - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = tobacco - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = tobacco - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = tobacco - continent = europe - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - terrain = farmlands - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = tobacco - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199020 + title = "EVTNAME199015" #Cash Crops - Tobacco + desc = "EVTDESC199020" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = tobacco + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = tobacco + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = tobacco + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = tobacco + continent = europe + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + terrain = farmlands + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = tobacco + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199021 - title = "EVTNAME199015" #Cash Crops - Coffee - desc = "EVTDESC199021" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = coffee - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = coffee - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = coffee - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = coffee - continent = europe - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = mountain - terrain = montane_forest - terrain = hills - terrain = dryhills - terrain = farmlands - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = coffee - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199021 + title = "EVTNAME199015" #Cash Crops - Coffee + desc = "EVTDESC199021" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = coffee + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = coffee + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = coffee + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = coffee + continent = europe + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = mountain + terrain = montane_forest + terrain = hills + terrain = dryhills + terrain = farmlands + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = coffee + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199022 - title = "EVTNAME199015" #Cash Crops - Silk - desc = "EVTDESC199022" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - continent = asia - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = silk - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = silk - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = silk - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = silk - continent = europe - continent = north_america - continent = south_america - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = jungle - AND = { - terrain = farmlands - OR = { - is_core = CHI - is_core = HND - } - } - } - } - - mean_time_to_happen = { - months = 4000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199022OPTA" - trade_goods = silk - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199022 + title = "EVTNAME199015" #Cash Crops - Silk + desc = "EVTDESC199022" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + continent = asia + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = silk + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = silk + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = silk + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = silk + continent = europe + continent = north_america + continent = south_america + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = jungle + AND = { + terrain = farmlands + OR = { + is_core = CHI + is_core = HND + } + } + } + } + + mean_time_to_happen = { + months = 4000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199022OPTA" + trade_goods = silk + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } ############################################# -# # -# Traditional Farming # -# # +# # +# Traditional Farming # +# # ############################################# province_event = { - id = 199030 - title = "EVTNAME199030" #Fisheries in $PROVINCENAME$ - desc = "EVTDESC199030" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = fish - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = fish - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = fish - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = fish - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - is_coastal = yes - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199030OPTA" - trade_goods = fish - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199030 + title = "EVTNAME199030" #Fisheries in $PROVINCENAME$ + desc = "EVTDESC199030" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = fish + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = fish + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = fish + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = fish + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + is_coastal = yes + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199030OPTA" + trade_goods = fish + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199031 - title = "EVTNAME199031" #Lumberyards in $PROVINCENAME$ - desc = "EVTDESC199031" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = timber - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = timber - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = timber - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - NOT = { - trade_goods = timber - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = forest - terrain = montane_forest - terrain = boreal - terrain = hills - terrain = jungle - terrain = new_world_jungle - terrain = new_world_boreal - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199032OPTA" - trade_goods = timber - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199031 + title = "EVTNAME199031" #Lumberyards in $PROVINCENAME$ + desc = "EVTDESC199031" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = timber + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = timber + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = timber + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + NOT = { + trade_goods = timber + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = forest + terrain = montane_forest + terrain = boreal + terrain = hills + terrain = jungle + terrain = new_world_jungle + terrain = new_world_boreal + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199032OPTA" + trade_goods = timber + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199032 - title = "EVTNAME199032" #Tropical Lumberyards in $PROVINCENAME$ - desc = "EVTDESC199032" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = tropical_wood - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = tropical_wood - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = tropical_wood - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - NOT = { - trade_goods = tropical_wood - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = jungle - terrain = montane_forest - terrain = new_world_jungle - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199032OPTA" - trade_goods = tropical_wood - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199032 + title = "EVTNAME199032" #Tropical Lumberyards in $PROVINCENAME$ + desc = "EVTDESC199032" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = tropical_wood + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = tropical_wood + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = tropical_wood + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + NOT = { + trade_goods = tropical_wood + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = jungle + terrain = montane_forest + terrain = new_world_jungle + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199032OPTA" + trade_goods = tropical_wood + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199033 - title = "EVTNAME199033" #Ranches in $PROVINCENAME$ - desc = "EVTDESC199033" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = cattle - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = cattle - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = cattle - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = cattle - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199033OPTA" - trade_goods = cattle - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199033 + title = "EVTNAME199033" #Ranches in $PROVINCENAME$ + desc = "EVTDESC199033" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = cattle + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = cattle + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = cattle + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = cattle + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199033OPTA" + trade_goods = cattle + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } province_event = { - id = 199034 - title = "EVTNAME199034" #Grain Farms in $PROVINCENAME$ - desc = "EVTDESC199034" - - trigger = { - owned_by = THIS - controlled_by = THIS - province_control_days = 1095 - owner = { - war = no - year = 1850 - OR = { - any_owned_province = { - trade_goods = grain - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = grain - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = grain - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - NOT = { - trade_goods = grain - has_province_modifier = switched_production - } - OR = { - AND = { - unemployment_by_type = { type = farmers value = 0.5 } - has_pop_type = farmers - work_available = { worker = farmers } - } - AND = { - unemployment_by_type = { type = labourers value = 0.5 } - has_pop_type = labourers - work_available = { worker = labourers } - } - } - OR = { - terrain = plains - terrain = savanna - terrain = dryhills - terrain = steppe - terrain = hills - terrain = semidesert - terrain = new_world_semidesert - terrain = new_world_plains - terrain = farmlands - } - } - - mean_time_to_happen = { - months = 2000 - modifier = { - factor = 0.001 - NOT = { trade_goods = cotton } - NOT = { trade_goods = dye } - NOT = { trade_goods = wool } - NOT = { trade_goods = silk } - NOT = { trade_goods = coal } - NOT = { trade_goods = sulphur } - NOT = { trade_goods = iron } - NOT = { trade_goods = timber } - NOT = { trade_goods = tropical_wood } - NOT = { trade_goods = rubber } - NOT = { trade_goods = oil } - NOT = { trade_goods = precious_metal } - NOT = { trade_goods = precious_goods } - NOT = { trade_goods = cattle } - NOT = { trade_goods = fish } - NOT = { trade_goods = fruit } - NOT = { trade_goods = grain } - NOT = { trade_goods = tobacco } - NOT = { trade_goods = tea } - NOT = { trade_goods = coffee } - NOT = { trade_goods = opium } - } - } - - option = { - name = "EVT199034OPTA" - trade_goods = grain - add_province_modifier = { - name = switched_production - duration = 1825 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT199034OPTB" - ai_chance = { factor = 0 } - } + id = 199034 + title = "EVTNAME199034" #Grain Farms in $PROVINCENAME$ + desc = "EVTDESC199034" + + trigger = { + owned_by = THIS + controlled_by = THIS + province_control_days = 1095 + owner = { + war = no + year = 1850 + OR = { + any_owned_province = { + trade_goods = grain + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = grain + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = grain + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + NOT = { + trade_goods = grain + has_province_modifier = switched_production + } + OR = { + AND = { + unemployment_by_type = { type = farmers value = 0.5 } + has_pop_type = farmers + work_available = { worker = farmers } + } + AND = { + unemployment_by_type = { type = labourers value = 0.5 } + has_pop_type = labourers + work_available = { worker = labourers } + } + } + OR = { + terrain = plains + terrain = savanna + terrain = dryhills + terrain = steppe + terrain = hills + terrain = semidesert + terrain = new_world_semidesert + terrain = new_world_plains + terrain = farmlands + } + } + + mean_time_to_happen = { + months = 2000 + modifier = { + factor = 0.001 + NOT = { trade_goods = cotton } + NOT = { trade_goods = dye } + NOT = { trade_goods = wool } + NOT = { trade_goods = silk } + NOT = { trade_goods = coal } + NOT = { trade_goods = sulphur } + NOT = { trade_goods = iron } + NOT = { trade_goods = timber } + NOT = { trade_goods = tropical_wood } + NOT = { trade_goods = rubber } + NOT = { trade_goods = oil } + NOT = { trade_goods = precious_metal } + NOT = { trade_goods = precious_goods } + NOT = { trade_goods = cattle } + NOT = { trade_goods = fish } + NOT = { trade_goods = fruit } + NOT = { trade_goods = grain } + NOT = { trade_goods = tobacco } + NOT = { trade_goods = tea } + NOT = { trade_goods = coffee } + NOT = { trade_goods = opium } + } + } + + option = { + name = "EVT199034OPTA" + trade_goods = grain + add_province_modifier = { + name = switched_production + duration = 1825 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT199034OPTB" + ai_chance = { factor = 0 } + } } #Coal Found / Discovered province_event = { - id = 199035 - title = "EVTNAME199036" - desc = "EVTDESC199036" - - trigger = { - owned_by = THIS - controlled_by = THIS - owner = { - OR = { - civilized = yes - tag = KOR - tag = QNG - tag = TPG - tag = CHI - } - } - OR = { - province_id = 2102 #Qwa-Qwa/Winburg - province_id = 2109 #Ga-Riba/Lydenburg - province_id = 2105 #Ga-Rankuwa/Pretoria - province_id = 1664 #Kumamoto, Japan - province_id = 1661 #Nagasaki, Japan - AND = { - year = 1915 - OR = { - province_id = 1490 #Lanzhou - province_id = 1526 #Baoqing - province_id = 1250 #Bhagalpur - province_id = 1255 #Rajshahi - } - } - AND = { - year = 1900 - OR = { - province_id = 2334 #Punta Arenas - province_id = 2332 #Osorno - province_id = 1408 #Padang (Ombilin) - province_id = 1399 #Palembang (Bukit Asam) - province_id = 2481 #Swan Hill - province_id = 2472 #Eden - province_id = 2470 #Port Macquaire Australia - province_id = 2471 #Bathurst - province_id = 2473 #Wagga Wagga - province_id = 2483 #Brisbane - province_id = 280 #Newcastle on Tyne - province_id = 1582 #Longan - China - province_id = 2062 #Shangzhou - China - #province_id = 1561 #Yenan - China - } - } - AND = { - year = 1880 - OR = { - province_id = 2147 #Ciudad Acuna - province_id = 2152 #Monclova - province_id = 2155 #Torreon - province_id = 2255 #Barranquilla (El Cerrejón mines) - province_id = 2399 #Rio Gallegos (Río Turbio mines) - province_id = 2561 #Siegburg - province_id = 595 #Nuremberg (Waldenburg) - province_id = 598 #Bayreuth (Waldenburg) - province_id = 2484 #Gladstone - province_id = 1532 #Guihua - China - province_id = 1253 #Bardwan - India - province_id = 1573 #Fenzhou - China - 800k - province_id = 1575 #Pingyang - China - 800k - } - } - AND = { - year = 1870 - OR = { - province_id = 232 #New York - province_id = 2099 #King's William Town - province_id = 2098 #Port Rex - province_id = 2101 #Bloemfontein - province_id = 2103 #Philoppolis - province_id = 2104 #Thaba Bosiu - province_id = 2100 #Port St. Johns - province_id = 2114 #Mbabane - province_id = 2113 #Richard's bay - province_id = 2112 #Emnambithi/Ladysmith - province_id = 2111 #Durban - province_id = 717 #Kalisz - province_id = 701 #Gniezno - province_id = 699 #Posen - province_id = 1619 #Pyongyang - province_id = 1047 #Azov - province_id = 1045 #Migulinskaya - province_id = 1423 #Banjarmasin - province_id = 216 #Roanoke - province_id = 215 #Staunton - province_id = 2556 #Asheville (Coal Glen) - province_id = 171 #South Bend - province_id = 172 #Fort Wayne - province_id = 195 #Montgomery - province_id = 166 #Peoria - province_id = 151 #Des Moines - province_id = 152 #Oskaloosa - province_id = 108 #Grand Junction - province_id = 109 #Aspen - province_id = 99 #Moab - province_id = 110 #Rock Springs - province_id = 953 #Stanislavov - province_id = 714 #Tarnow - province_id = 704 #Nowy Sacz - } - } - AND = { - year = 1850 - OR = { - province_id = 221 #Hagerstown - province_id = 224 #Scranton - province_id = 179 #Columbus - province_id = 182 #Cincinati - province_id = 180 #Sandusky - province_id = 2565 #Cebu - } - } - } - NOT = { trade_goods = coal } - NOT = { has_province_modifier = switched_production } - - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = coal - NOT = { unemployment_by_type = { value = 0.01 type = labourers } } - } - } - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.5 - year = 1880 - } - modifier = { - factor = 0.5 - year = 1890 - } - modifier = { - factor = 0.5 - year = 1900 - } - modifier = { - factor = 0.5 - year = 1905 - } - modifier = { - factor = 10 - province_id = 1399 - NOT = { year = 1914 } - } - modifier = { - factor = 2 - owner = { civilized = no } - } - } - - option = { - name = "EVTOPTA199035" - trade_goods = coal - add_province_modifier = { name = switched_production duration = 365 } - } + id = 199035 + title = "EVTNAME199036" + desc = "EVTDESC199036" + + trigger = { + owned_by = THIS + controlled_by = THIS + owner = { + OR = { + civilized = yes + tag = KOR + tag = QNG + tag = TPG + tag = CHI + } + } + OR = { + province_id = 2102 #Qwa-Qwa/Winburg + province_id = 2109 #Ga-Riba/Lydenburg + province_id = 2105 #Ga-Rankuwa/Pretoria + province_id = 1664 #Kumamoto, Japan + province_id = 1661 #Nagasaki, Japan + AND = { + year = 1915 + OR = { + province_id = 1490 #Lanzhou + province_id = 1526 #Baoqing + province_id = 1250 #Bhagalpur + province_id = 1255 #Rajshahi + } + } + AND = { + year = 1900 + OR = { + province_id = 2334 #Punta Arenas + province_id = 2332 #Osorno + province_id = 1408 #Padang (Ombilin) + province_id = 1399 #Palembang (Bukit Asam) + province_id = 2481 #Swan Hill + province_id = 2472 #Eden + province_id = 2470 #Port Macquaire Australia + province_id = 2471 #Bathurst + province_id = 2473 #Wagga Wagga + province_id = 2483 #Brisbane + province_id = 280 #Newcastle on Tyne + province_id = 1582 #Longan - China + province_id = 2062 #Shangzhou - China + #province_id = 1561 #Yenan - China + } + } + AND = { + year = 1880 + OR = { + province_id = 2147 #Ciudad Acuna + province_id = 2152 #Monclova + province_id = 2155 #Torreon + province_id = 2255 #Barranquilla (El Cerrejón mines) + province_id = 2399 #Rio Gallegos (Río Turbio mines) + province_id = 2561 #Siegburg + province_id = 595 #Nuremberg (Waldenburg) + province_id = 598 #Bayreuth (Waldenburg) + province_id = 2484 #Gladstone + province_id = 1532 #Guihua - China + province_id = 1253 #Bardwan - India + province_id = 1573 #Fenzhou - China - 800k + province_id = 1575 #Pingyang - China - 800k + } + } + AND = { + year = 1870 + OR = { + province_id = 232 #New York + province_id = 2099 #King's William Town + province_id = 2098 #Port Rex + province_id = 2101 #Bloemfontein + province_id = 2103 #Philoppolis + province_id = 2104 #Thaba Bosiu + province_id = 2100 #Port St. Johns + province_id = 2114 #Mbabane + province_id = 2113 #Richard's bay + province_id = 2112 #Emnambithi/Ladysmith + province_id = 2111 #Durban + province_id = 717 #Kalisz + province_id = 701 #Gniezno + province_id = 699 #Posen + province_id = 1619 #Pyongyang + province_id = 1047 #Azov + province_id = 1045 #Migulinskaya + province_id = 1423 #Banjarmasin + province_id = 216 #Roanoke + province_id = 215 #Staunton + province_id = 2556 #Asheville (Coal Glen) + province_id = 171 #South Bend + province_id = 172 #Fort Wayne + province_id = 195 #Montgomery + province_id = 166 #Peoria + province_id = 151 #Des Moines + province_id = 152 #Oskaloosa + province_id = 108 #Grand Junction + province_id = 109 #Aspen + province_id = 99 #Moab + province_id = 110 #Rock Springs + province_id = 953 #Stanislavov + province_id = 714 #Tarnow + province_id = 704 #Nowy Sacz + } + } + AND = { + year = 1850 + OR = { + province_id = 221 #Hagerstown + province_id = 224 #Scranton + province_id = 179 #Columbus + province_id = 182 #Cincinati + province_id = 180 #Sandusky + province_id = 2565 #Cebu + } + } + } + NOT = { trade_goods = coal } + NOT = { has_province_modifier = switched_production } + + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = coal + NOT = { unemployment_by_type = { value = 0.01 type = labourers } } + } + } + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.5 + year = 1880 + } + modifier = { + factor = 0.5 + year = 1890 + } + modifier = { + factor = 0.5 + year = 1900 + } + modifier = { + factor = 0.5 + year = 1905 + } + modifier = { + factor = 10 + province_id = 1399 + NOT = { year = 1914 } + } + modifier = { + factor = 2 + owner = { civilized = no } + } + } + + option = { + name = "EVTOPTA199035" + trade_goods = coal + add_province_modifier = { name = switched_production duration = 365 } + } } #Iron found province_event = { - id = 199036 - title = "EVTNAME199035" - desc = "EVTDESC199035" - - trigger = { - owned_by = THIS - controlled_by = THIS - year = 1860 - OR = { - owner = { civilized = yes } - AND = { - owner = { - OR = { - tag = QNG - tag = CHI - tag = TPG - tag = KOR - } - } - year = 1920 - } - } - OR = { - AND = { - OR = { - province_id = 478 #Santander, Spain - province_id = 479 #Burgos, Spain - province_id = 492 #Bilbao, Spain - province_id = 299 #Plymouth, UK - province_id = 276 #Holyhead, UK - province_id = 304 #Isle of Man, UK - } - year = 1865 - } - AND = { - OR = { - province_id = 1702 #Setif - province_id = 1629 #Wonsan - province_id = 958 #Kiev - #province_id = 2270 #Maracaibo - Venezuela - province_id = 971 #Krivoy Rog - province_id = 961 #Cherkassy - province_id = 1270 #Gwalior, after 1880 - province_id = 682 #Breslau, after 1890 - province_id = 706 #Warsaw, Poland, after 1875 - province_id = 1689 #Melilla - province_id = 1688 #Ajdir - province_id = 1681 #Wazzan - ##France - province_id = 434 - province_id = 418 - province_id = 428 - province_id = 411 - #Madagascar - province_id = 2115 - } - year = 1882 - } - AND = { - OR = { - province_id = 2108 #Nylstroom - province_id = 2110 #Hoedspruit - province_id = 1727 #Gafsa - province_id = 1630 #Kangnung - province_id = 1522 #Wuchang - province_id = 1397 #Sandakan - province_id = 1303 #Goa - province_id = 1528 #Yuezhou - province_id = 2492 #Port Lincoln - province_id = 2494 #Port Augusta - province_id = 2495 #Oodnadatta - province_id = 2475 #Broken Hill - province_id = 2489 #Long Reach - province_id = 2487 #Townsville - province_id = 2482 #Tasmania - } - year = 1900 - } - province_id = 1404 #Palak Pinang - Belitung Island - province_id = 513 #Granada, Spain - province_id = 712 #Lodz, Poland, after 1850 - province_id = 412 #Metz, after 1860 - #province_id = 1613 #Chengde - province_id = 1620 #Chonchon, China - province_id = 1708 #Constantine (Mokta el Hadid mine) - province_id = 1707 #Mascara (Remchi mine) - province_id = 1679 #Amami, Japan - province_id = 1671 #Akita, Japan - province_id = 1642 #Hakodate, Japan - province_id = 1507 #Zhenyuan, China - } - NOT = { trade_goods = iron } - NOT = { has_province_modifier = switched_production } - - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = iron - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.75 - year = 1910 - } - modifier = { - factor = 0.5 - year = 1915 - } - modifier = { - factor = 0.5 - year = 1920 - } - } - - option = { - name = "EVTOPTA199035" - trade_goods = iron - add_province_modifier = { name = switched_production duration = 365 } - owner = { - random_owned = { - limit = { province_id = 1631 NOT = { trade_goods = silk } } #Wonju - trade_goods = silk - add_province_modifier = { name = switched_production duration = 365 } - } - random_owned = { - limit = { province_id = 1624 NOT = { trade_goods = tea } } #Hanseong - trade_goods = tea - add_province_modifier = { name = switched_production duration = 365 } - } - random_owned = { - limit = { province_id = 1636 NOT = { trade_goods = tea } } #Taejon - trade_goods = tea - add_province_modifier = { name = switched_production duration = 365 } - } - } - } + id = 199036 + title = "EVTNAME199035" + desc = "EVTDESC199035" + + trigger = { + owned_by = THIS + controlled_by = THIS + year = 1860 + OR = { + owner = { civilized = yes } + AND = { + owner = { + OR = { + tag = QNG + tag = CHI + tag = TPG + tag = KOR + } + } + year = 1920 + } + } + OR = { + AND = { + OR = { + province_id = 478 #Santander, Spain + province_id = 479 #Burgos, Spain + province_id = 492 #Bilbao, Spain + province_id = 299 #Plymouth, UK + province_id = 276 #Holyhead, UK + province_id = 304 #Isle of Man, UK + } + year = 1865 + } + AND = { + OR = { + province_id = 1702 #Setif + province_id = 1629 #Wonsan + province_id = 958 #Kiev + #province_id = 2270 #Maracaibo - Venezuela + province_id = 971 #Krivoy Rog + province_id = 961 #Cherkassy + province_id = 1270 #Gwalior, after 1880 + province_id = 682 #Breslau, after 1890 + province_id = 706 #Warsaw, Poland, after 1875 + province_id = 1689 #Melilla + province_id = 1688 #Ajdir + province_id = 1681 #Wazzan + ##France + province_id = 434 + province_id = 418 + province_id = 428 + province_id = 411 + #Madagascar + province_id = 2115 + } + year = 1882 + } + AND = { + OR = { + province_id = 2108 #Nylstroom + province_id = 2110 #Hoedspruit + province_id = 1727 #Gafsa + province_id = 1630 #Kangnung + province_id = 1522 #Wuchang + province_id = 1397 #Sandakan + province_id = 1303 #Goa + province_id = 1528 #Yuezhou + province_id = 2492 #Port Lincoln + province_id = 2494 #Port Augusta + province_id = 2495 #Oodnadatta + province_id = 2475 #Broken Hill + province_id = 2489 #Long Reach + province_id = 2487 #Townsville + province_id = 2482 #Tasmania + } + year = 1900 + } + province_id = 1404 #Palak Pinang - Belitung Island + province_id = 513 #Granada, Spain + province_id = 712 #Lodz, Poland, after 1850 + province_id = 412 #Metz, after 1860 + #province_id = 1613 #Chengde + province_id = 1620 #Chonchon, China + province_id = 1708 #Constantine (Mokta el Hadid mine) + province_id = 1707 #Mascara (Remchi mine) + province_id = 1679 #Amami, Japan + province_id = 1671 #Akita, Japan + province_id = 1642 #Hakodate, Japan + province_id = 1507 #Zhenyuan, China + } + NOT = { trade_goods = iron } + NOT = { has_province_modifier = switched_production } + + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = iron + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.75 + year = 1910 + } + modifier = { + factor = 0.5 + year = 1915 + } + modifier = { + factor = 0.5 + year = 1920 + } + } + + option = { + name = "EVTOPTA199035" + trade_goods = iron + add_province_modifier = { name = switched_production duration = 365 } + owner = { + random_owned = { + limit = { province_id = 1631 NOT = { trade_goods = silk } } #Wonju + trade_goods = silk + add_province_modifier = { name = switched_production duration = 365 } + } + random_owned = { + limit = { province_id = 1624 NOT = { trade_goods = tea } } #Hanseong + trade_goods = tea + add_province_modifier = { name = switched_production duration = 365 } + } + random_owned = { + limit = { province_id = 1636 NOT = { trade_goods = tea } } #Taejon + trade_goods = tea + add_province_modifier = { name = switched_production duration = 365 } + } + } + } } - + #Sulphur/Phosphate found province_event = { - id = 199037 - title = "EVTNAME199037" - desc = "EVTDESC199037" - - trigger = { - owned_by = THIS - controlled_by = THIS - year = 1840 - owner = { civilized = yes } - OR = { - province_id = 486 #Ipswich - province_id = 1670 #Morioka, Japan - AND = { - OR = { - province_id = 486 #Caceres - province_id = 311 #Kragero - province_id = 413 #Verdun - } - year = 1850 - } - AND = { - OR = { - province_id = 743 #Ravenna (Cesena)(Sulphur) - province_id = 456 #Montauban (Quercy) - } - year = 1860 - } - AND = { - OR = { - province_id = 462 #Rodez (Aveyron) - #province_id = 394 #Charleroi - province_id = 1690 #Marrakesh - province_id = 1686 #Fez - province_id = 1682 #Meknes - province_id = 1692 #Huribka - } - year = 1872 - } - AND = { - OR = { - province_id = 402 #Amiens (Somme) - province_id = 200 #Tampa - province_id = 1729 #Tozeur - province_id = 2406 #Penghu - province_id = 1426 #Pontianak - } - year = 1890 - } - } - NOT = { trade_goods = sulphur } - NOT = { has_province_modifier = switched_production } - - owner = { - war = no - OR = { - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = sulphur - NOT = { unemployment_by_type = { value = 0.05 type = labourers } } - } - } - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 36 - } - - option = { - name = "EVTOPTA199037" - trade_goods = sulphur - add_province_modifier = { name = switched_production duration = 365 } - } + id = 199037 + title = "EVTNAME199037" + desc = "EVTDESC199037" + + trigger = { + owned_by = THIS + controlled_by = THIS + year = 1840 + owner = { civilized = yes } + OR = { + province_id = 486 #Ipswich + province_id = 1670 #Morioka, Japan + AND = { + OR = { + province_id = 486 #Caceres + province_id = 311 #Kragero + province_id = 413 #Verdun + } + year = 1850 + } + AND = { + OR = { + province_id = 743 #Ravenna (Cesena)(Sulphur) + province_id = 456 #Montauban (Quercy) + } + year = 1860 + } + AND = { + OR = { + province_id = 462 #Rodez (Aveyron) + #province_id = 394 #Charleroi + province_id = 1690 #Marrakesh + province_id = 1686 #Fez + province_id = 1682 #Meknes + province_id = 1692 #Huribka + } + year = 1872 + } + AND = { + OR = { + province_id = 402 #Amiens (Somme) + province_id = 200 #Tampa + province_id = 1729 #Tozeur + province_id = 2406 #Penghu + province_id = 1426 #Pontianak + } + year = 1890 + } + } + NOT = { trade_goods = sulphur } + NOT = { has_province_modifier = switched_production } + + owner = { + war = no + OR = { + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = sulphur + NOT = { unemployment_by_type = { value = 0.05 type = labourers } } + } + } + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 36 + } + + option = { + name = "EVTOPTA199037" + trade_goods = sulphur + add_province_modifier = { name = switched_production duration = 365 } + } } #Nigeria Colonial Production country_event = { - id = 199038 - title = "EVTNAME199038" - desc = "EVTDESC199038" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199038" #Historical Option - 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) - 1949 = { trade_goods = coal } #Hadejia - 1942 = { trade_goods = iron } #Bauchi - 1934 = { trade_goods = rubber } #Calabar - 1928 = { trade_goods = rubber } #Benin - 1933 = { trade_goods = rubber } #Awka - 1932 = { trade_goods = tropical_wood } #Bonny - random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos - 1927 = { trade_goods = tropical_wood } #Ilorin - 1926 = { trade_goods = tropical_wood } #Ife - 1924 = { trade_goods = tropical_wood } #Abeokuta - 1940 = { trade_goods = cotton } #Bida - 1951 = { trade_goods = cotton } #Kuka - 1950 = { trade_goods = cotton } #Yola - 1944 = { trade_goods = cotton } #Gombe - 1939 = { trade_goods = cotton } #Zaria - 1948 = { trade_goods = cotton } #Sokoto - 1937 = { trade_goods = coffee } #Wukari - 1936 = { trade_goods = coffee } #Nsukka - 1945 = { trade_goods = tobacco } #Kano - - ai_chance = { factor = 70 } - } - #Oil Production #Sources: COAL PRODUCTION AND UTILIZATION TRENDS IN NIGERIA by Olayinka I. Ogunsola - option = { - name = "EVTOPTB199038" - 1934 = { trade_goods = oil } #Calabar - 1932 = { trade_goods = oil } #Bonny - 1931 = { trade_goods = oil } #Warri - 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) - 1949 = { trade_goods = coal } #Hadejia (representing some of the Bauchi deposits) - 1928 = { trade_goods = coal } #Benin - 1933 = { trade_goods = coal } #Awka - 1943 = { trade_goods = coal } #Jos - 1942 = { trade_goods = iron } #Bauchi - 1930 = { trade_goods = iron } #Idah (Itakpe in Kogi State) - 1948 = { trade_goods = sulphur } #Sokoto deposits - ####Other RGOs - random_owned = { limit = { province_id = 1923 NOT = { trade_goods = rubber } } trade_goods = rubber } #Lagos - 1927 = { trade_goods = fruit } #Ilorin - 1926 = { trade_goods = tropical_wood } #Ife - 1924 = { trade_goods = cattle } #Abeokuta - 1940 = { trade_goods = cotton } #Bida - 1951 = { trade_goods = fish } #Kuka - 1950 = { trade_goods = cotton } #Yola - 1944 = { trade_goods = cotton } #Gombe - 1939 = { trade_goods = fruit } #Zaria - 1937 = { trade_goods = coffee } #Wukari - 1936 = { trade_goods = grain } #Nsukka - 1945 = { trade_goods = fruit } #Kano - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { owner = { money = 200000 } } - owner = { treasury = -200000 } - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = iron - trade_goods = oil - trade_goods = coal - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = iron - trade_goods = oil - trade_goods = coal - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - - } - option = { - name = "EVTOPTC199038" #Cotton and Tobacco Industry - 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) - 1942 = { trade_goods = iron } #Bauchi - 1933 = { trade_goods = rubber } #Awka - 1932 = { trade_goods = tropical_wood } #Bonny - random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos - 1926 = { trade_goods = tropical_wood } #Ife - 1927 = { trade_goods = cotton } #Ilorin - 1940 = { trade_goods = cotton } #Bida - 1951 = { trade_goods = cotton } #Kuka - 1950 = { trade_goods = cotton } #Yola - 1944 = { trade_goods = cotton } #Gombe - 1939 = { trade_goods = cotton } #Zaria - 1948 = { trade_goods = cotton } #Sokoto - 1949 = { trade_goods = cotton } #Hadejia - 1930 = { trade_goods = cotton } #Idah - 1937 = { trade_goods = coffee } #Wukari - 1936 = { trade_goods = coffee } #Nsukka - 1945 = { trade_goods = tobacco } #Kano - 1947 = { trade_goods = tobacco } #Katsina - 1952 = { trade_goods = tobacco } #Nguru - #Other RGOs - 1924 = { trade_goods = cattle } #Abeokuta - 1928 = { trade_goods = cattle } #Benin - 1934 = { trade_goods = fish } #Calabar - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTD199038" #Coffee - 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) - 1949 = { trade_goods = coal } #Hadejia - 1942 = { trade_goods = iron } #Bauchi - 1934 = { trade_goods = rubber } #Calabar - 1928 = { trade_goods = rubber } #Benin - 1933 = { trade_goods = rubber } #Awka - 1932 = { trade_goods = tropical_wood } #Bonny - random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos - 1927 = { trade_goods = tropical_wood } #Ilorin - 1926 = { trade_goods = tropical_wood } #Ife - 1924 = { trade_goods = tropical_wood } #Abeokuta - 1951 = { trade_goods = cotton } #Kuka - 1948 = { trade_goods = cotton } #Sokoto - 1940 = { trade_goods = coffee } #Bida - 1950 = { trade_goods = coffee } #Yola - 1944 = { trade_goods = coffee } #Gombe - 1939 = { trade_goods = coffee } #Zaria - 1937 = { trade_goods = coffee } #Wukari - 1936 = { trade_goods = coffee } #Nsukka - 1945 = { trade_goods = tobacco } #Kano - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = NGR } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199038 + title = "EVTNAME199038" + desc = "EVTDESC199038" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199038" #Historical Option + 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) + 1949 = { trade_goods = coal } #Hadejia + 1942 = { trade_goods = iron } #Bauchi + 1934 = { trade_goods = rubber } #Calabar + 1928 = { trade_goods = rubber } #Benin + 1933 = { trade_goods = rubber } #Awka + 1932 = { trade_goods = tropical_wood } #Bonny + random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos + 1927 = { trade_goods = tropical_wood } #Ilorin + 1926 = { trade_goods = tropical_wood } #Ife + 1924 = { trade_goods = tropical_wood } #Abeokuta + 1940 = { trade_goods = cotton } #Bida + 1951 = { trade_goods = cotton } #Kuka + 1950 = { trade_goods = cotton } #Yola + 1944 = { trade_goods = cotton } #Gombe + 1939 = { trade_goods = cotton } #Zaria + 1948 = { trade_goods = cotton } #Sokoto + 1937 = { trade_goods = coffee } #Wukari + 1936 = { trade_goods = coffee } #Nsukka + 1945 = { trade_goods = tobacco } #Kano + + ai_chance = { factor = 70 } + } + #Oil Production #Sources: COAL PRODUCTION AND UTILIZATION TRENDS IN NIGERIA by Olayinka I. Ogunsola + option = { + name = "EVTOPTB199038" + 1934 = { trade_goods = oil } #Calabar + 1932 = { trade_goods = oil } #Bonny + 1931 = { trade_goods = oil } #Warri + 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) + 1949 = { trade_goods = coal } #Hadejia (representing some of the Bauchi deposits) + 1928 = { trade_goods = coal } #Benin + 1933 = { trade_goods = coal } #Awka + 1943 = { trade_goods = coal } #Jos + 1942 = { trade_goods = iron } #Bauchi + 1930 = { trade_goods = iron } #Idah (Itakpe in Kogi State) + 1948 = { trade_goods = sulphur } #Sokoto deposits + ####Other RGOs + random_owned = { limit = { province_id = 1923 NOT = { trade_goods = rubber } } trade_goods = rubber } #Lagos + 1927 = { trade_goods = fruit } #Ilorin + 1926 = { trade_goods = tropical_wood } #Ife + 1924 = { trade_goods = cattle } #Abeokuta + 1940 = { trade_goods = cotton } #Bida + 1951 = { trade_goods = fish } #Kuka + 1950 = { trade_goods = cotton } #Yola + 1944 = { trade_goods = cotton } #Gombe + 1939 = { trade_goods = fruit } #Zaria + 1937 = { trade_goods = coffee } #Wukari + 1936 = { trade_goods = grain } #Nsukka + 1945 = { trade_goods = fruit } #Kano + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { owner = { money = 200000 } } + owner = { treasury = -200000 } + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = iron + trade_goods = oil + trade_goods = coal + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = iron + trade_goods = oil + trade_goods = coal + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + + } + option = { + name = "EVTOPTC199038" #Cotton and Tobacco Industry + 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) + 1942 = { trade_goods = iron } #Bauchi + 1933 = { trade_goods = rubber } #Awka + 1932 = { trade_goods = tropical_wood } #Bonny + random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos + 1926 = { trade_goods = tropical_wood } #Ife + 1927 = { trade_goods = cotton } #Ilorin + 1940 = { trade_goods = cotton } #Bida + 1951 = { trade_goods = cotton } #Kuka + 1950 = { trade_goods = cotton } #Yola + 1944 = { trade_goods = cotton } #Gombe + 1939 = { trade_goods = cotton } #Zaria + 1948 = { trade_goods = cotton } #Sokoto + 1949 = { trade_goods = cotton } #Hadejia + 1930 = { trade_goods = cotton } #Idah + 1937 = { trade_goods = coffee } #Wukari + 1936 = { trade_goods = coffee } #Nsukka + 1945 = { trade_goods = tobacco } #Kano + 1947 = { trade_goods = tobacco } #Katsina + 1952 = { trade_goods = tobacco } #Nguru + #Other RGOs + 1924 = { trade_goods = cattle } #Abeokuta + 1928 = { trade_goods = cattle } #Benin + 1934 = { trade_goods = fish } #Calabar + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTD199038" #Coffee + 1935 = { trade_goods = coal } #Aruchukwu (representing Enugu) + 1949 = { trade_goods = coal } #Hadejia + 1942 = { trade_goods = iron } #Bauchi + 1934 = { trade_goods = rubber } #Calabar + 1928 = { trade_goods = rubber } #Benin + 1933 = { trade_goods = rubber } #Awka + 1932 = { trade_goods = tropical_wood } #Bonny + random_owned = { limit = { province_id = 1923 NOT = { trade_goods = tropical_wood } } trade_goods = tropical_wood } #Lagos + 1927 = { trade_goods = tropical_wood } #Ilorin + 1926 = { trade_goods = tropical_wood } #Ife + 1924 = { trade_goods = tropical_wood } #Abeokuta + 1951 = { trade_goods = cotton } #Kuka + 1948 = { trade_goods = cotton } #Sokoto + 1940 = { trade_goods = coffee } #Bida + 1950 = { trade_goods = coffee } #Yola + 1944 = { trade_goods = coffee } #Gombe + 1939 = { trade_goods = coffee } #Zaria + 1937 = { trade_goods = coffee } #Wukari + 1936 = { trade_goods = coffee } #Nsukka + 1945 = { trade_goods = tobacco } #Kano + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = NGR } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Togo Colonial Production country_event = { - id = 199039 - title = "EVTNAME199039" - desc = "EVTDESC199039" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1914 = { trade_goods = coffee } #Lome - 1917 = { trade_goods = coffee } #Atakpame - 1918 = { trade_goods = cotton } #Sokode - random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199039" #Cotton Industry - 1914 = { trade_goods = cotton } #Lome - 1917 = { trade_goods = cotton } #Atakpame - 1918 = { trade_goods = cotton } #Sokode - random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = cotton } #Ho - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTC199039" #Coffee - 1914 = { trade_goods = coffee } #Lome - 1917 = { trade_goods = coffee } #Atakpame - 1918 = { trade_goods = coffee } #Sokode - random_owned = { limit = { province_id = 1916 } trade_goods = coffee } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = TOG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199039 + title = "EVTNAME199039" + desc = "EVTDESC199039" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1914 = { trade_goods = coffee } #Lome + 1917 = { trade_goods = coffee } #Atakpame + 1918 = { trade_goods = cotton } #Sokode + random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199039" #Cotton Industry + 1914 = { trade_goods = cotton } #Lome + 1917 = { trade_goods = cotton } #Atakpame + 1918 = { trade_goods = cotton } #Sokode + random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = cotton } #Ho + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTC199039" #Coffee + 1914 = { trade_goods = coffee } #Lome + 1917 = { trade_goods = coffee } #Atakpame + 1918 = { trade_goods = coffee } #Sokode + random_owned = { limit = { province_id = 1916 } trade_goods = coffee } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = TOG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Ivory Coast Colonial Production country_event = { - id = 199040 - title = "EVTNAME199040" - desc = "EVTDESC199040" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1895 = { trade_goods = coffee } #Bouake - 1897 = { trade_goods = coffee } #Akoupe - 1900 = { trade_goods = cotton } #Odienne - 1898 = { trade_goods = cotton } #Kong - 1899 = { trade_goods = rubber } #Bondouku - 1896 = { trade_goods = coffee } #Man - 1893 = { trade_goods = coffee } - 1892 = { trade_goods = coffee } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTB199039" #Cotton Industry - 1896 = { trade_goods = cotton } #Man - 1895 = { trade_goods = cotton } #Daloa - 1897 = { trade_goods = cotton } #Akoupe - 1900 = { trade_goods = cotton } #Odienne - 1898 = { trade_goods = cotton } #Kong - 1899 = { trade_goods = rubber } #Bondouku - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTC199040" #Wood - 1896 = { trade_goods = tropical_wood } #Man - 1895 = { trade_goods = tropical_wood } #Daloa - 1897 = { trade_goods = tropical_wood } #Akoupe - 1900 = { trade_goods = cotton } #Odienne - 1898 = { trade_goods = rubber } #Kong - 1899 = { trade_goods = rubber } #Bondouku - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = tropical_wood - trade_goods = rubber - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = tropical_wood - trade_goods = rubber - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199040" #tobacco - 1892 = { trade_goods = tobacco } - 1893 = { trade_goods = tobacco } - 1894 = { trade_goods = tobacco } - 1900 = { trade_goods = cotton } #Odienne - 1898 = { trade_goods = cotton } #Kong - 1899 = { trade_goods = rubber } #Bondouku - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = cotton - trade_goods = tobacco - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = cotton - trade_goods = tobacco - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = IVC } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199040 + title = "EVTNAME199040" + desc = "EVTDESC199040" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1895 = { trade_goods = coffee } #Bouake + 1897 = { trade_goods = coffee } #Akoupe + 1900 = { trade_goods = cotton } #Odienne + 1898 = { trade_goods = cotton } #Kong + 1899 = { trade_goods = rubber } #Bondouku + 1896 = { trade_goods = coffee } #Man + 1893 = { trade_goods = coffee } + 1892 = { trade_goods = coffee } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTB199039" #Cotton Industry + 1896 = { trade_goods = cotton } #Man + 1895 = { trade_goods = cotton } #Daloa + 1897 = { trade_goods = cotton } #Akoupe + 1900 = { trade_goods = cotton } #Odienne + 1898 = { trade_goods = cotton } #Kong + 1899 = { trade_goods = rubber } #Bondouku + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTC199040" #Wood + 1896 = { trade_goods = tropical_wood } #Man + 1895 = { trade_goods = tropical_wood } #Daloa + 1897 = { trade_goods = tropical_wood } #Akoupe + 1900 = { trade_goods = cotton } #Odienne + 1898 = { trade_goods = rubber } #Kong + 1899 = { trade_goods = rubber } #Bondouku + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = tropical_wood + trade_goods = rubber + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = tropical_wood + trade_goods = rubber + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199040" #tobacco + 1892 = { trade_goods = tobacco } + 1893 = { trade_goods = tobacco } + 1894 = { trade_goods = tobacco } + 1900 = { trade_goods = cotton } #Odienne + 1898 = { trade_goods = cotton } #Kong + 1899 = { trade_goods = rubber } #Bondouku + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = cotton + trade_goods = tobacco + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = cotton + trade_goods = tobacco + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = IVC } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Sierra Leone Colonial Production country_event = { - id = 199041 - title = "EVTNAME199041" - desc = "EVTDESC199041" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1884 = { trade_goods = coffee } #Freetown - 1885 = { trade_goods = coffee } #Falaba - 1886 = { trade_goods = grain } #Bo - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTB199039" #Cotton Industry - 1884 = { trade_goods = cotton } #Freetown - 1885 = { trade_goods = cotton } #Falaba - 1886 = { trade_goods = grain } #Bo - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTC199041" #mixed - 1884 = { trade_goods = coffee } #Freetown - 1885 = { trade_goods = coffee } #Falaba - 1886 = { trade_goods = cotton } #Bo - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199041" #Mineral - 1884 = { trade_goods = coffee } #Freetown - 1885 = { trade_goods = precious_goods } #Falaba - 1886 = { trade_goods = iron } #Bo - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = SLE } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199041 + title = "EVTNAME199041" + desc = "EVTDESC199041" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1884 = { trade_goods = coffee } #Freetown + 1885 = { trade_goods = coffee } #Falaba + 1886 = { trade_goods = grain } #Bo + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTB199039" #Cotton Industry + 1884 = { trade_goods = cotton } #Freetown + 1885 = { trade_goods = cotton } #Falaba + 1886 = { trade_goods = grain } #Bo + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTC199041" #mixed + 1884 = { trade_goods = coffee } #Freetown + 1885 = { trade_goods = coffee } #Falaba + 1886 = { trade_goods = cotton } #Bo + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199041" #Mineral + 1884 = { trade_goods = coffee } #Freetown + 1885 = { trade_goods = precious_goods } #Falaba + 1886 = { trade_goods = iron } #Bo + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = SLE } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Guinea Colonial Production country_event = { - id = 199042 - title = "EVTNAME199042" - desc = "EVTDESC199042" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1883 = { trade_goods = rubber } #Beyla - 1882 = { trade_goods = rubber } #Kankan - 1880 = { trade_goods = rubber } #Timbo - 1879 = { trade_goods = fruit } #Boffa/Conakry - 1881 = { trade_goods = precious_metal } #Dinguiraye - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 1883 = { trade_goods = coffee } #Beyla - 1882 = { trade_goods = coffee } #Kankan - 1880 = { trade_goods = coffee } #Timbo - 1879 = { trade_goods = fruit } #Boffa/Conakry - 1881 = { trade_goods = precious_metal } #Dinguiraye - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTC199041" #Mixed Option - 1883 = { trade_goods = coffee } #Beyla - 1882 = { trade_goods = coffee } #Kankan - 1880 = { trade_goods = cotton } #Timbo - 1879 = { trade_goods = fruit } #Boffa/Conakry - 1881 = { trade_goods = precious_metal } #Dinguiraye - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = GNE } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199042 + title = "EVTNAME199042" + desc = "EVTDESC199042" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1883 = { trade_goods = rubber } #Beyla + 1882 = { trade_goods = rubber } #Kankan + 1880 = { trade_goods = rubber } #Timbo + 1879 = { trade_goods = fruit } #Boffa/Conakry + 1881 = { trade_goods = precious_metal } #Dinguiraye + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #Coffee Option + 1883 = { trade_goods = coffee } #Beyla + 1882 = { trade_goods = coffee } #Kankan + 1880 = { trade_goods = coffee } #Timbo + 1879 = { trade_goods = fruit } #Boffa/Conakry + 1881 = { trade_goods = precious_metal } #Dinguiraye + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTC199041" #Mixed Option + 1883 = { trade_goods = coffee } #Beyla + 1882 = { trade_goods = coffee } #Kankan + 1880 = { trade_goods = cotton } #Timbo + 1879 = { trade_goods = fruit } #Boffa/Conakry + 1881 = { trade_goods = precious_metal } #Dinguiraye + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = GNE } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Senegal Colonial Production country_event = { - id = 199043 - title = "EVTNAME199043" - desc = "EVTDESC199043" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1791 = { trade_goods = cotton } - 1792 = { trade_goods = cotton } - 1793 = { trade_goods = cotton } - 1788 = { trade_goods = cotton } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 1791 = { trade_goods = coffee } - 1792 = { trade_goods = coffee } - 1793 = { trade_goods = coffee } - 1788 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - option = { - name = "EVTOPTC199041" #Mixed Option - 1791 = { trade_goods = cotton } - 1792 = { trade_goods = coffee } - 1793 = { trade_goods = tobacco } - 1788 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = coffee - trade_goods = cotton - } - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = SNG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199043 + title = "EVTNAME199043" + desc = "EVTDESC199043" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1791 = { trade_goods = cotton } + 1792 = { trade_goods = cotton } + 1793 = { trade_goods = cotton } + 1788 = { trade_goods = cotton } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #Coffee Option + 1791 = { trade_goods = coffee } + 1792 = { trade_goods = coffee } + 1793 = { trade_goods = coffee } + 1788 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + option = { + name = "EVTOPTC199041" #Mixed Option + 1791 = { trade_goods = cotton } + 1792 = { trade_goods = coffee } + 1793 = { trade_goods = tobacco } + 1788 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = coffee + trade_goods = cotton + } + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = SNG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Niger Colonial Production country_event = { - id = 199044 - title = "EVTNAME199044" - desc = "EVTDESC199044" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1809 = { trade_goods = grain } #Say - 1810 = { trade_goods = cotton } #Dosso - 1811 = { trade_goods = cotton } #Maradi - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199044" #Cattle Option - 1812 = { trade_goods = wool } - 1817 = { trade_goods = wool } - 1816 = { trade_goods = cattle } - 1815 = { trade_goods = cattle } - 1811 = { trade_goods = cattle } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cattle - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = wool - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = NIG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199044 + title = "EVTNAME199044" + desc = "EVTDESC199044" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1809 = { trade_goods = grain } #Say + 1810 = { trade_goods = cotton } #Dosso + 1811 = { trade_goods = cotton } #Maradi + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199044" #Cattle Option + 1812 = { trade_goods = wool } + 1817 = { trade_goods = wool } + 1816 = { trade_goods = cattle } + 1815 = { trade_goods = cattle } + 1811 = { trade_goods = cattle } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cattle + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = wool + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = NIG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Chad Colonial Production country_event = { - id = 199045 - title = "EVTNAME199045" - desc = "EVTDESC199045" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1819 = { trade_goods = cotton } - 1818 = { trade_goods = cotton } - 1820 = { trade_goods = cotton } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 1819 = { trade_goods = coffee } - 1818 = { trade_goods = coffee } - 1820 = { trade_goods = coffee } - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199050" #tobacco Option - 1819 = { trade_goods = cotton } - 1818 = { trade_goods = cotton } - 1820 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CHD } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199045 + title = "EVTNAME199045" + desc = "EVTDESC199045" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1819 = { trade_goods = cotton } + 1818 = { trade_goods = cotton } + 1820 = { trade_goods = cotton } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #Coffee Option + 1819 = { trade_goods = coffee } + 1818 = { trade_goods = coffee } + 1820 = { trade_goods = coffee } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199050" #tobacco Option + 1819 = { trade_goods = cotton } + 1818 = { trade_goods = cotton } + 1820 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CHD } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Cameroon Colonial Production country_event = { - id = 199046 - title = "EVTNAME199046" - desc = "EVTDESC199046" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1958 = { trade_goods = coffee } - 1964 = { trade_goods = cotton } - 1963 = { trade_goods = cotton } - 1960 = { trade_goods = coffee } - 1961 = { trade_goods = coffee } - 1957 = { trade_goods = coffee } - 1956 = { trade_goods = coffee } - 1962 = { trade_goods = rubber } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 1958 = { trade_goods = coffee } - 1964 = { trade_goods = coffee } - 1963 = { trade_goods = coffee } - 1960 = { trade_goods = coffee } - 1961 = { trade_goods = coffee } - 1957 = { trade_goods = coffee } - 1956 = { trade_goods = coffee } - 1962 = { trade_goods = rubber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTB199046" #Mixed Industry - 1958 = { trade_goods = coffee } - 1964 = { trade_goods = cotton } - 1963 = { trade_goods = cotton } - 1960 = { trade_goods = cotton } - 1961 = { trade_goods = coffee } - 1956 = { trade_goods = rubber } - 1959 = { trade_goods = rubber } - 1962 = { trade_goods = rubber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - - any_neighbor_country = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CMR } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199046 + title = "EVTNAME199046" + desc = "EVTDESC199046" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1958 = { trade_goods = coffee } + 1964 = { trade_goods = cotton } + 1963 = { trade_goods = cotton } + 1960 = { trade_goods = coffee } + 1961 = { trade_goods = coffee } + 1957 = { trade_goods = coffee } + 1956 = { trade_goods = coffee } + 1962 = { trade_goods = rubber } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #Coffee Option + 1958 = { trade_goods = coffee } + 1964 = { trade_goods = coffee } + 1963 = { trade_goods = coffee } + 1960 = { trade_goods = coffee } + 1961 = { trade_goods = coffee } + 1957 = { trade_goods = coffee } + 1956 = { trade_goods = coffee } + 1962 = { trade_goods = rubber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTB199046" #Mixed Industry + 1958 = { trade_goods = coffee } + 1964 = { trade_goods = cotton } + 1963 = { trade_goods = cotton } + 1960 = { trade_goods = cotton } + 1961 = { trade_goods = coffee } + 1956 = { trade_goods = rubber } + 1959 = { trade_goods = rubber } + 1962 = { trade_goods = rubber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + + any_neighbor_country = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CMR } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Gabon Colonial Production country_event = { - id = 199047 - title = "EVTNAME199047" - desc = "EVTDESC199047" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1975 = { trade_goods = rubber } - 1976 = { trade_goods = rubber } - 1972 = { trade_goods = precious_goods } #Ivory - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199047" #Fruit Option - 1975 = { trade_goods = fruit } - 1976 = { trade_goods = fruit } - 1972 = { trade_goods = precious_goods } #Ivory - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = fruit - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = fruit - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = NIG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199047 + title = "EVTNAME199047" + desc = "EVTDESC199047" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1975 = { trade_goods = rubber } + 1976 = { trade_goods = rubber } + 1972 = { trade_goods = precious_goods } #Ivory + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199047" #Fruit Option + 1975 = { trade_goods = fruit } + 1976 = { trade_goods = fruit } + 1972 = { trade_goods = precious_goods } #Ivory + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = fruit + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = fruit + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = NIG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Congo Colonial Production country_event = { - id = 199048 - title = "EVTNAME199048" - desc = "EVTDESC199048" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1980 = { trade_goods = rubber } - 1977 = { trade_goods = coffee } #Brazzaville - 1978 = { trade_goods = tropical_wood } - 2624 = { trade_goods = coffee } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 1980 = { trade_goods = tropical_wood } - 1977 = { trade_goods = coffee } #Brazzaville - 1978 = { trade_goods = coffee } - 2624 = { trade_goods = coffee } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199048" #Rubber - 1980 = { trade_goods = rubber } - 1977 = { trade_goods = tropical_wood } #Brazzaville - 1978 = { trade_goods = tropical_wood } - 2624 = { trade_goods = rubber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - OR = { - trade_goods = tropical_wood - trade_goods = rubber - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - OR = { - trade_goods = tropical_wood - trade_goods = rubber - } - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CGO } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199048 + title = "EVTNAME199048" + desc = "EVTDESC199048" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1980 = { trade_goods = rubber } + 1977 = { trade_goods = coffee } #Brazzaville + 1978 = { trade_goods = tropical_wood } + 2624 = { trade_goods = coffee } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #Coffee Option + 1980 = { trade_goods = tropical_wood } + 1977 = { trade_goods = coffee } #Brazzaville + 1978 = { trade_goods = coffee } + 2624 = { trade_goods = coffee } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199048" #Rubber + 1980 = { trade_goods = rubber } + 1977 = { trade_goods = tropical_wood } #Brazzaville + 1978 = { trade_goods = tropical_wood } + 2624 = { trade_goods = rubber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + OR = { + trade_goods = tropical_wood + trade_goods = rubber + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + OR = { + trade_goods = tropical_wood + trade_goods = rubber + } + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CGO } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Zaire Colonial Production country_event = { - id = 199049 - title = "EVTNAME199049" - desc = "EVTDESC199049" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1995 = { trade_goods = cotton } - 1985 = { trade_goods = rubber } - 1986 = { trade_goods = rubber } - 1996 = { trade_goods = rubber } - 1992 = { trade_goods = rubber } - 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville - 1991 = { trade_goods = precious_metal } - 1984 = { trade_goods = precious_metal } - #End of default goods - 1997 = { trade_goods = coffee } - 1990 = { trade_goods = coffee } - 1998 = { trade_goods = tea } - 1983 = { trade_goods = tropical_wood } - 1994 = { trade_goods = fruit } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199049" #Coffee and Cotton Option - - 1995 = { trade_goods = cotton } - 1985 = { trade_goods = rubber } - 1986 = { trade_goods = rubber } - 1996 = { trade_goods = rubber } - 1992 = { trade_goods = rubber } - 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville - 1991 = { trade_goods = precious_metal } - 1984 = { trade_goods = precious_metal } - #End of default goods - 1997 = { trade_goods = coffee } - 1990 = { trade_goods = coffee } - 1998 = { trade_goods = coffee } - 1983 = { trade_goods = cotton } - 1993 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199049" #Tea and Tropical Wood Option - - 1995 = { trade_goods = cotton } - 1985 = { trade_goods = rubber } - 1986 = { trade_goods = rubber } - 1996 = { trade_goods = rubber } - 1992 = { trade_goods = rubber } - 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville - 1991 = { trade_goods = precious_metal } - 1984 = { trade_goods = precious_metal } - #End of default goods - 1997 = { trade_goods = tea } - 1990 = { trade_goods = tea } - 1998 = { trade_goods = tea } - 1983 = { trade_goods = tropical_wood } - 1993 = { trade_goods = tropical_wood } - 1994 = { trade_goods = tropical_wood } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CNG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199049 + title = "EVTNAME199049" + desc = "EVTDESC199049" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1995 = { trade_goods = cotton } + 1985 = { trade_goods = rubber } + 1986 = { trade_goods = rubber } + 1996 = { trade_goods = rubber } + 1992 = { trade_goods = rubber } + 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville + 1991 = { trade_goods = precious_metal } + 1984 = { trade_goods = precious_metal } + #End of default goods + 1997 = { trade_goods = coffee } + 1990 = { trade_goods = coffee } + 1998 = { trade_goods = tea } + 1983 = { trade_goods = tropical_wood } + 1994 = { trade_goods = fruit } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199049" #Coffee and Cotton Option + + 1995 = { trade_goods = cotton } + 1985 = { trade_goods = rubber } + 1986 = { trade_goods = rubber } + 1996 = { trade_goods = rubber } + 1992 = { trade_goods = rubber } + 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville + 1991 = { trade_goods = precious_metal } + 1984 = { trade_goods = precious_metal } + #End of default goods + 1997 = { trade_goods = coffee } + 1990 = { trade_goods = coffee } + 1998 = { trade_goods = coffee } + 1983 = { trade_goods = cotton } + 1993 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199049" #Tea and Tropical Wood Option + + 1995 = { trade_goods = cotton } + 1985 = { trade_goods = rubber } + 1986 = { trade_goods = rubber } + 1996 = { trade_goods = rubber } + 1992 = { trade_goods = rubber } + 1982 = { trade_goods = precious_goods } #Ivory in Leopoldville + 1991 = { trade_goods = precious_metal } + 1984 = { trade_goods = precious_metal } + #End of default goods + 1997 = { trade_goods = tea } + 1990 = { trade_goods = tea } + 1998 = { trade_goods = tea } + 1983 = { trade_goods = tropical_wood } + 1993 = { trade_goods = tropical_wood } + 1994 = { trade_goods = tropical_wood } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CNG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Zambia Colonial Production country_event = { - id = 199050 - title = "EVTNAME199050" - desc = "EVTDESC199050" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 790 = { trade_goods = iron } - 2014 = { trade_goods = iron } - 2017 = { trade_goods = grain } - - 2018 = { trade_goods = tobacco } - 2016 = { trade_goods = cotton } - - 2015 = { trade_goods = tobacco } - 2012 = { trade_goods = cotton } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTB199050" #Coffee and Coal Option - 790 = { trade_goods = iron } - 2014 = { trade_goods = iron } - 2017 = { trade_goods = grain } - - 2018 = { trade_goods = coffee } - 2016 = { trade_goods = coffee } - - 2015 = { trade_goods = coal } - 2012 = { trade_goods = cotton } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - 790 = { trade_goods = iron } - 2014 = { trade_goods = iron } - 2017 = { trade_goods = grain } - - 2018 = { trade_goods = cotton } - 2016 = { trade_goods = cotton } - - 2015 = { trade_goods = cotton } - 2012 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #Tobacco Option - 790 = { trade_goods = iron } - 2014 = { trade_goods = iron } - 2017 = { trade_goods = grain } - - 2018 = { trade_goods = tobacco } - 2016 = { trade_goods = tobacco } - - 2015 = { trade_goods = tobacco } - 2012 = { trade_goods = tobacco } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = ZAM } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + id = 199050 + title = "EVTNAME199050" + desc = "EVTDESC199050" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 790 = { trade_goods = iron } + 2014 = { trade_goods = iron } + 2017 = { trade_goods = grain } + + 2018 = { trade_goods = tobacco } + 2016 = { trade_goods = cotton } + + 2015 = { trade_goods = tobacco } + 2012 = { trade_goods = cotton } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTB199050" #Coffee and Coal Option + 790 = { trade_goods = iron } + 2014 = { trade_goods = iron } + 2017 = { trade_goods = grain } + + 2018 = { trade_goods = coffee } + 2016 = { trade_goods = coffee } + + 2015 = { trade_goods = coal } + 2012 = { trade_goods = cotton } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + 790 = { trade_goods = iron } + 2014 = { trade_goods = iron } + 2017 = { trade_goods = grain } + + 2018 = { trade_goods = cotton } + 2016 = { trade_goods = cotton } + + 2015 = { trade_goods = cotton } + 2012 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #Tobacco Option + 790 = { trade_goods = iron } + 2014 = { trade_goods = iron } + 2017 = { trade_goods = grain } + + 2018 = { trade_goods = tobacco } + 2016 = { trade_goods = tobacco } + + 2015 = { trade_goods = tobacco } + 2012 = { trade_goods = tobacco } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = ZAM } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Kenya Colonial Production country_event = { - id = 199051 - title = "EVTNAME199051" - desc = "EVTDESC199051" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 2026 = { trade_goods = tea } - 2028 = { trade_goods = tea } - 2033 = { trade_goods = tea } - 2027 = { trade_goods = tea } - - 2024 = { trade_goods = coffee } - 2032 = { trade_goods = coffee } - - 2029 = { trade_goods = cotton } - 2030 = { trade_goods = cotton } - - 2031 = { trade_goods = cattle } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTC199039" #Coffee Option - 2028 = { trade_goods = tea } - 2026 = { trade_goods = coffee } - 2033 = { trade_goods = coffee } - 2027 = { trade_goods = coffee } - - 2024 = { trade_goods = coffee } - 2032 = { trade_goods = coffee } - - 2029 = { trade_goods = cotton } - 2030 = { trade_goods = cotton } - - 2031 = { trade_goods = cattle } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199051" #tea Option - 2028 = { trade_goods = tea } - 2026 = { trade_goods = tea } - 2033 = { trade_goods = tea } - 2027 = { trade_goods = tea } - - 2024 = { trade_goods = tea } - 2032 = { trade_goods = tea } - - 2029 = { trade_goods = cotton } - 2030 = { trade_goods = cotton } - - 2031 = { trade_goods = cattle } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #Tobacco Option - 2028 = { trade_goods = tobacco } - 2026 = { trade_goods = tobacco } - 2033 = { trade_goods = tobacco } - 2032 = { trade_goods = tobacco } - - 2024 = { trade_goods = coffee } - 2027 = { trade_goods = tea } - - 2029 = { trade_goods = cotton } - 2030 = { trade_goods = cotton } - - 2031 = { trade_goods = cattle } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = KNY } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + id = 199051 + title = "EVTNAME199051" + desc = "EVTDESC199051" + picture = "colonial_nigeria" -#Tanzania Colonial Production -country_event = { - id = 199052 - title = "EVTNAME199052" - desc = "EVTDESC199052" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 2046 = { trade_goods = coffee } - 2042 = { trade_goods = tea } - 2040 = { trade_goods = tea } - - 2044 = { trade_goods = coffee } - 2047 = { trade_goods = coffee } - 2037 = { trade_goods = coffee } - - 2043 = { trade_goods = cotton } - 2045 = { trade_goods = cotton } - 2036 = { trade_goods = cotton } - - 2041 = { trade_goods = fruit } - 2039 = { trade_goods = fruit } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199052" #Coffee and tobacco Option - 2046 = { trade_goods = coffee } - 2042 = { trade_goods = coffee } - 2040 = { trade_goods = coffee } - - 2044 = { trade_goods = coffee } - 2047 = { trade_goods = coffee } - 2037 = { trade_goods = coffee } - - 2043 = { trade_goods = tobacco } - 2045 = { trade_goods = tobacco } - 2036 = { trade_goods = tobacco } - - 2041 = { trade_goods = fruit } - 2039 = { trade_goods = fruit } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199051" #tea Option - 2046 = { trade_goods = tea } - 2042 = { trade_goods = tea } - 2040 = { trade_goods = tea } - - 2044 = { trade_goods = tea } - 2047 = { trade_goods = coffee } - 2037 = { trade_goods = coffee } - - 2043 = { trade_goods = cotton } - 2045 = { trade_goods = cotton } - 2036 = { trade_goods = cotton } - - 2041 = { trade_goods = fruit } - 2039 = { trade_goods = fruit } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = TNZ } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + is_triggered_only = yes -#Mali Colonial Production -country_event = { - id = 199053 - title = "EVTNAME199053" - desc = "EVTDESC199053" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 1797 = { trade_goods = cotton } #Kita - 1794 = { trade_goods = cotton } #Bamako - 1798 = { trade_goods = cotton } #Bougouni - 1799 = { trade_goods = cotton } #Sikasso - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTD199053" #tobacco Option - 1797 = { trade_goods = tobacco } #Kita - 1794 = { trade_goods = tobacco } #Bamako - 1798 = { trade_goods = cotton } #Bougouni - 1799 = { trade_goods = cotton } #Sikasso - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199053" #coffee Option - 1797 = { trade_goods = coffee } #Kita - 1794 = { trade_goods = coffee } #Bamako - 1798 = { trade_goods = cotton } #Bougouni - 1799 = { trade_goods = cotton } #Sikasso - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = MLI } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + option = { + name = "EVTOPTA199039" #Historical Option + 2026 = { trade_goods = tea } + 2028 = { trade_goods = tea } + 2033 = { trade_goods = tea } + 2027 = { trade_goods = tea } -#Ubangi-Shari/CAR Colonial Production -country_event = { - id = 199054 - title = "EVTNAME199054" - desc = "EVTDESC199054" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1965 = { trade_goods = rubber } - 1970 = { trade_goods = rubber } - - 1969 = { trade_goods = precious_goods } #Ivory - - 1968 = { trade_goods = coffee } - 1971 = { trade_goods = coffee } - - 1967 = { trade_goods = cotton } - 1966 = { trade_goods = cotton } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTE199053" #Coffee Option - 1965 = { trade_goods = rubber } - 1970 = { trade_goods = rubber } - - 1969 = { trade_goods = precious_goods } #Ivory - - 1968 = { trade_goods = coffee } - 1971 = { trade_goods = coffee } - 1967 = { trade_goods = coffee } - 1966 = { trade_goods = coffee } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - 1965 = { trade_goods = rubber } - 1970 = { trade_goods = rubber } - - 1969 = { trade_goods = precious_goods } #Ivory - - 1968 = { trade_goods = cotton } - 1971 = { trade_goods = cotton } - 1967 = { trade_goods = cotton } - 1966 = { trade_goods = cotton } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CAR } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2024 = { trade_goods = coffee } + 2032 = { trade_goods = coffee } -#Nyasaland Colonial Production -country_event = { - id = 199055 - title = "EVTNAME199055" - desc = "EVTDESC199055" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2067 = { trade_goods = tea } - 2066 = { trade_goods = tobacco } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTE199053" #Coffee Option - 2067 = { trade_goods = coffee } - 2066 = { trade_goods = coffee } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - 2067 = { trade_goods = cotton } - 2066 = { trade_goods = cotton } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199051" #Tea Option - 2067 = { trade_goods = tea } - 2066 = { trade_goods = tea } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = MLW } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2029 = { trade_goods = cotton } + 2030 = { trade_goods = cotton } -#Angola Colonial Production -country_event = { - id = 199056 - title = "EVTNAME199056" - desc = "EVTDESC199056" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - 2008 = { trade_goods = iron } - 2000 = { trade_goods = tropical_wood } - - 2002 = { trade_goods = coffee } - 2001 = { trade_goods = coffee } - 2003 = { trade_goods = coffee } - 2005 = { trade_goods = cotton } - 2009 = { trade_goods = tobacco } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - 2008 = { trade_goods = iron } - 2000 = { trade_goods = tropical_wood } - - 2001 = { trade_goods = coffee } - 2002 = { trade_goods = cotton } - 2003 = { trade_goods = cotton } - 2005 = { trade_goods = cotton } - 2009 = { trade_goods = tobacco } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - 2008 = { trade_goods = iron } - 2000 = { trade_goods = tropical_wood } - - 2001 = { trade_goods = coffee } - 2002 = { trade_goods = tobacco } - 2003 = { trade_goods = tobacco } - 2005 = { trade_goods = tobacco } - 2009 = { trade_goods = tobacco } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = ANG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2031 = { trade_goods = cattle } -#Mozambique Colonial Production -country_event = { - id = 199057 - title = "EVTNAME199057" - desc = "EVTDESC199057" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2054 = { trade_goods = coal } - - 2581 = { trade_goods = tea } - 2063 = { trade_goods = tea } - 2065 = { trade_goods = tea } - - 2061 = { trade_goods = cotton } - 2059 = { trade_goods = cotton } - - 2058 = { trade_goods = tobacco } - 2053 = { trade_goods = tobacco } - - 2052 = { trade_goods = coffee } - 2051 = { trade_goods = coffee } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - 2054 = { trade_goods = coal } - - 2581 = { trade_goods = cotton } - 2063 = { trade_goods = cotton } - 2065 = { trade_goods = cotton } - - 2061 = { trade_goods = cotton } - 2059 = { trade_goods = cotton } - - 2058 = { trade_goods = tobacco } - 2053 = { trade_goods = tobacco } - - 2052 = { trade_goods = coffee } - 2051 = { trade_goods = coffee } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 2054 = { trade_goods = coal } - - 2581 = { trade_goods = tea } - 2063 = { trade_goods = tea } - 2065 = { trade_goods = tea } - - 2061 = { trade_goods = tobacco } - 2059 = { trade_goods = tobacco } - - 2058 = { trade_goods = tobacco } - 2053 = { trade_goods = tobacco } - - 2052 = { trade_goods = coffee } - 2051 = { trade_goods = coffee } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199039" #coffee Option - - 2054 = { trade_goods = coal } - - 2581 = { trade_goods = tea } - 2063 = { trade_goods = tea } - - 2061 = { trade_goods = cotton } - 2059 = { trade_goods = cotton } - - 2065 = { trade_goods = coffee } - - 2058 = { trade_goods = coffee } - 2053 = { trade_goods = coffee } - - 2052 = { trade_goods = coffee } - 2051 = { trade_goods = coffee } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = MOZ } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + ai_chance = { factor = 70 } + } -#Uganda Colonial Production -country_event = { - id = 199058 - title = "EVTNAME199058" - desc = "EVTDESC199058" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2023 = { trade_goods = cotton } - 2019 = { trade_goods = cotton } - 2020 = { trade_goods = cotton } - 2022 = { trade_goods = cotton } - - 2021 = { trade_goods = coffee } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTC199051" #Tea Option - 2023 = { trade_goods = cotton } - 2019 = { trade_goods = tea } - 2020 = { trade_goods = tea } - 2022 = { trade_goods = tea } - - 2021 = { trade_goods = tea } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 2023 = { trade_goods = cotton } - 2019 = { trade_goods = tobacco } - 2020 = { trade_goods = tobacco } - 2022 = { trade_goods = tobacco } - - 2021 = { trade_goods = tobacco } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199039" #coffee Option - - 2023 = { trade_goods = cotton } - 2019 = { trade_goods = coffee } - 2020 = { trade_goods = coffee } - 2022 = { trade_goods = coffee } - - 2021 = { trade_goods = coffee } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = BUG } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + option = { + name = "EVTOPTC199039" #Coffee Option + 2028 = { trade_goods = tea } + 2026 = { trade_goods = coffee } + 2033 = { trade_goods = coffee } + 2027 = { trade_goods = coffee } -#Botswana Colonial Production -country_event = { - id = 199059 - title = "EVTNAME199059" - desc = "EVTDESC199059" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2075 = { trade_goods = precious_metal } #Francistown gold - - 2074 = { trade_goods = tobacco } - 2076 = { trade_goods = cattle } - 2077 = { trade_goods = cattle } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199050" #cotton Option - 2075 = { trade_goods = precious_metal } #Francistown gold - - 2074 = { trade_goods = cotton } - 2076 = { trade_goods = cattle } - 2077 = { trade_goods = cattle } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199047" #fruit Option - - 2075 = { trade_goods = precious_metal } #Francistown gold - - 2074 = { trade_goods = fruit } - 2076 = { trade_goods = cattle } - 2077 = { trade_goods = cattle } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = fruit - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = fruit - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = TSW } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2024 = { trade_goods = coffee } + 2032 = { trade_goods = coffee } -#Sudan Colonial Production -country_event = { - id = 199060 - title = "EVTNAME199060" - desc = "EVTDESC199060" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1839 = { trade_goods = tobacco } - 1827 = { trade_goods = cotton } - 1830 = { trade_goods = cotton } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199060" #cotton Option - - 1836 = { trade_goods = precious_metal } - - 1832 = { trade_goods = cotton } - 1827 = { trade_goods = cotton } - 1830 = { trade_goods = cotton } - 1840 = { trade_goods = cotton } - 1831 = { trade_goods = cotton } - 1828 = { trade_goods = cotton } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199060" #coffee Option - - 1836 = { trade_goods = precious_metal } - - 1832 = { trade_goods = coffee } - 1827 = { trade_goods = coffee } - 1830 = { trade_goods = coffee } - 1840 = { trade_goods = coffee } - 1831 = { trade_goods = coffee } - 1828 = { trade_goods = coffee } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199060" #tobacco Option - - 1836 = { trade_goods = precious_metal } - - 1832 = { trade_goods = tobacco } - 1827 = { trade_goods = tobacco } - 1830 = { trade_goods = tobacco } - 1840 = { trade_goods = tobacco } - 1831 = { trade_goods = tobacco } - 1828 = { trade_goods = tobacco } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = SUD } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2029 = { trade_goods = cotton } + 2030 = { trade_goods = cotton } -#Ghana Colonial Production -country_event = { - id = 199061 - title = "EVTNAME199061" - desc = "EVTDESC199061" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) - 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) - 1907 = { trade_goods = coffee } #Accra - 1911 = { trade_goods = coffee } #Kintampo - 1912 = { trade_goods = coffee } #Wa - 1913 = { trade_goods = cotton } #Tamale - - random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho - - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199050" #cotton Option - - 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) - 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) - 1907 = { trade_goods = coffee } #Accra - 1911 = { trade_goods = cotton } #Kintampo - 1912 = { trade_goods = cotton } #Wa - 1913 = { trade_goods = cotton } #Tamale - - - random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) - 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) - 1907 = { trade_goods = coffee } #Accra - 1911 = { trade_goods = tobacco } #Kintampo - 1912 = { trade_goods = tobacco } #Wa - 1913 = { trade_goods = tobacco } #Tamale - - random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi - random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = GHN } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2031 = { trade_goods = cattle } -#Burkina Faso/Upper Volta Colonial Production -country_event = { - id = 199062 - title = "EVTNAME199062" - desc = "EVTDESC199062" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1906 = { trade_goods = cotton } #Orodaro - 1901 = { trade_goods = cotton } #Wagadugu - 1904 = { trade_goods = cotton } #Fada Ngourma - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #coffee Option - - - 1906 = { trade_goods = coffee } #Orodaro - 1901 = { trade_goods = coffee } #Wagadugu - 1904 = { trade_goods = coffee } #Fada Ngourma - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1906 = { trade_goods = tobacco } #Orodaro - 1901 = { trade_goods = tobacco } #Wagadugu - 1904 = { trade_goods = tobacco } #Fada Ngourma - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = BKF } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } -#Dahomey/Benin Production -country_event = { - id = 199063 - title = "EVTNAME199063" - desc = "EVTDESC199063" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1920 = { trade_goods = cotton } - 1922 = { trade_goods = tropical_wood } - 1921 = { trade_goods = tropical_wood } - 1919 = { trade_goods = fruit } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTC199039" #coffee Option - - - 1920 = { trade_goods = coffee } - 1922 = { trade_goods = tropical_wood } - 1921 = { trade_goods = tropical_wood } - 1919 = { trade_goods = fruit } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1920 = { trade_goods = tobacco } - 1922 = { trade_goods = tropical_wood } - 1921 = { trade_goods = tropical_wood } - 1919 = { trade_goods = fruit } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = DAH } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + option = { + name = "EVTOPTC199051" #tea Option + 2028 = { trade_goods = tea } + 2026 = { trade_goods = tea } + 2033 = { trade_goods = tea } + 2027 = { trade_goods = tea } -#Indonesia Production -country_event = { - id = 199064 - title = "EVTNAME199064" - desc = "EVTDESC199064" - picture = "colonial_east_asia" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1427 = { trade_goods = iron } #Kota Waringin - - 1406 = { trade_goods = rubber } - 1398 = { trade_goods = rubber } - 1560 = { trade_goods = rubber } - - - 1430 = { trade_goods = coffee } - 1431 = { trade_goods = coffee } - 1434 = { trade_goods = coffee } - 1449 = { trade_goods = coffee } - 1428 = { trade_goods = coffee } - - 1435 = { trade_goods = cotton } - - 1405 = { trade_goods = tea } - 1409 = { trade_goods = tea } - - 1400 = { trade_goods = tobacco } #Inderagiri - 1410 = { trade_goods = tobacco } - 1403 = { trade_goods = timber } - - 1454 = { trade_goods = tropical_wood } - 1453 = { trade_goods = tropical_wood } - - 1429 = { trade_goods = sulphur } - 1425 = { trade_goods = timber } - - ai_chance = { factor = 60 } - } - - option = { - name = "EVTOPTB199064" #Coal Option - - 1427 = { trade_goods = coal } #Kota Waringin - - 1410 = { trade_goods = coal } - 1404 = { trade_goods = coal } - - 1406 = { trade_goods = rubber } - 1398 = { trade_goods = rubber } - 1560 = { trade_goods = rubber } - - 1430 = { trade_goods = coffee } - 1431 = { trade_goods = coffee } - 1434 = { trade_goods = coffee } - 1428 = { trade_goods = coffee } - 1449 = { trade_goods = coffee } - - 1405 = { trade_goods = tea } - 1409 = { trade_goods = tea } - - 1435 = { trade_goods = cotton } - - 1400 = { trade_goods = tobacco } #Inderagiri - - 1454 = { trade_goods = tropical_wood } - 1453 = { trade_goods = tropical_wood } - 1403 = { trade_goods = timber } - - 1429 = { trade_goods = sulphur } - 1425 = { trade_goods = timber } - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 200 } } - } - random_owned = { - limit = { owner = { money = 200000 } } - owner = { treasury = -200000 } - } - - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1427 = { trade_goods = iron } #Kota Waringin - - 1406 = { trade_goods = rubber } - 1398 = { trade_goods = rubber } - 1560 = { trade_goods = rubber } - - 1410 = { trade_goods = tobacco } - 1403 = { trade_goods = timber } - - 1430 = { trade_goods = tobacco } - 1431 = { trade_goods = tobacco } - 1434 = { trade_goods = tobacco } - 1400 = { trade_goods = tobacco } #Inderagiri - - 1435 = { trade_goods = cotton } - - 1449 = { trade_goods = coffee } - 1428 = { trade_goods = coffee } - - 1454 = { trade_goods = tropical_wood } - 1453 = { trade_goods = tropical_wood } - - 1429 = { trade_goods = sulphur } - 1425 = { trade_goods = timber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199051" #tea Option - - 1427 = { trade_goods = iron } #Kota Waringin - - 1406 = { trade_goods = rubber } - 1398 = { trade_goods = rubber } - 1560 = { trade_goods = rubber } - - 1410 = { trade_goods = tobacco } - 1403 = { trade_goods = timber } - - 1430 = { trade_goods = tea } - 1431 = { trade_goods = tea } - 1434 = { trade_goods = tea } - 1405 = { trade_goods = tea } - 1409 = { trade_goods = tea } - 1400 = { trade_goods = tea } #Inderagiri - - 1435 = { trade_goods = cotton } - - 1449 = { trade_goods = coffee } - 1428 = { trade_goods = coffee } - - 1454 = { trade_goods = tropical_wood } - 1453 = { trade_goods = tropical_wood } - - 1429 = { trade_goods = sulphur } - 1425 = { trade_goods = timber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = INO } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2024 = { trade_goods = tea } + 2032 = { trade_goods = tea } -# Guine-Bissau Production -country_event = { - id = 199065 - title = "EVTNAME199065" - desc = "EVTDESC199065" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1877 = { trade_goods = rubber } - 1878 = { trade_goods = timber } - - ai_chance = { factor = 70 } - } - - option = { - name = "EVTOPTC199039" #coffee Option - - 1877 = { trade_goods = coffee } - 1878 = { trade_goods = coffee } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1877 = { trade_goods = tobacco } - 1878 = { trade_goods = tobacco } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199065" #Forestry Option - - 1877 = { trade_goods = rubber } - 1878 = { trade_goods = tropical_wood } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = GBU } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2029 = { trade_goods = cotton } + 2030 = { trade_goods = cotton } -# Madagascar Production -country_event = { - id = 199066 - title = "EVTNAME199066" - desc = "EVTDESC199066" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2121 = { trade_goods = coffee } - - 2118 = { trade_goods = tropical_wood } - 2119 = { trade_goods = tropical_wood } - - 2122 = { trade_goods = cotton } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199049" #cotton Option - - 2121 = { trade_goods = cotton } - - 2118 = { trade_goods = tropical_wood } - 2119 = { trade_goods = tropical_wood } - - 2122 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 2121 = { trade_goods = tobacco } - - 2118 = { trade_goods = tropical_wood } - 2119 = { trade_goods = tropical_wood } - - 2122 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = MAD } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2031 = { trade_goods = cattle } -# Zimbabwe Production -country_event = { - id = 199067 - title = "EVTNAME199067" - desc = "EVTDESC199067" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 2071 = { trade_goods = iron } - 2073 = { trade_goods = coal } - - 2072 = { trade_goods = coal } - - 2069 = { trade_goods = coffee } - 2070 = { trade_goods = tobacco } - - random_owned = { - limit = { - province_id = 2068 - NOT = { trade_goods = precious_metal } - } - trade_goods = tobacco - } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199049" #cotton Option - - 2071 = { trade_goods = iron } - 2073 = { trade_goods = coal } - - 2072 = { trade_goods = coal } - - 2070 = { trade_goods = cotton } - 2069 = { trade_goods = cotton } - random_owned = { - limit = { - province_id = 2068 - NOT = { trade_goods = precious_metal } - } - trade_goods = tobacco - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 2071 = { trade_goods = iron } - 2073 = { trade_goods = coal } - - 2072 = { trade_goods = coal } - - 2069 = { trade_goods = tobacco } - 2070 = { trade_goods = tobacco } - - random_owned = { - limit = { - province_id = 2068 - NOT = { trade_goods = precious_metal } - } - trade_goods = tobacco - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = ZBW } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } -# Rwanda-Burundi Production -country_event = { - id = 199068 - title = "EVTNAME199068" - desc = "EVTDESC199068" - picture = "colonial_nigeria" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - random_owned = { - limit = { province_id = 2034 } - trade_goods = coffee - } - - random_owned = { - limit = { province_id = 2035 } - trade_goods = cotton - } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199068" #Tea Option - - random_owned = { - limit = { province_id = 2034 } - trade_goods = tea - } - - random_owned = { - limit = { province_id = 2035 } - trade_goods = tobacco - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199068" #Forestry Option - - random_owned = { - limit = { province_id = 2034 } - trade_goods = rubber - } - - random_owned = { - limit = { province_id = 2035 } - trade_goods = tropical_wood - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { - OR = { - is_core = BRD - is_core = RWA - } - } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + option = { + name = "EVTOPTD199050" #Tobacco Option + 2028 = { trade_goods = tobacco } + 2026 = { trade_goods = tobacco } + 2033 = { trade_goods = tobacco } + 2032 = { trade_goods = tobacco } -#Malay/Malaysia Production -country_event = { - id = 199069 - title = "EVTNAME199069" - desc = "EVTDESC199069" - picture = "colonial_east_asia" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1394 = { trade_goods = coffee } - 1395 = { trade_goods = timber } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199068" #Tea Option - - 1394 = { trade_goods = tea } - 1395 = { trade_goods = tea } - 1388 = { trade_goods = tobacco } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199068" #Forestry Option - - 1394 = { trade_goods = tropical_wood } - 1395 = { trade_goods = timber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199038" #Coffee - 1394 = { trade_goods = coffee } - 1395 = { trade_goods = coffee } - 1388 = { trade_goods = coffee } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = MLY } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2024 = { trade_goods = coffee } + 2027 = { trade_goods = tea } -#Laos Production -country_event = { - id = 199070 - title = "EVTNAME199070" - desc = "EVTDESC199070" - picture = "colonial_east_asia" - - is_triggered_only = yes - - immediate = { set_global_flag = rgo_change_in_laos } - - option = { - name = "EVTOPTA199039" #Historical Option - - 1356 = { trade_goods = tropical_wood } - 1357 = { trade_goods = coffee } - 1363 = { trade_goods = tea } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199068" #Tea Option - - 1356 = { trade_goods = tea } - 1357 = { trade_goods = tea } - 1363 = { trade_goods = tobacco } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199068" #Forestry Option - - 1356 = { trade_goods = tropical_wood } - 1357 = { trade_goods = tropical_wood } - 1363 = { trade_goods = rubber } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tropical_wood - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_neighbor_country = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = rubber - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199038" #Coffee - 1356 = { trade_goods = coffee } - 1357 = { trade_goods = coffee } - 1363 = { trade_goods = cotton } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = LXA } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2029 = { trade_goods = cotton } + 2030 = { trade_goods = cotton } -#Cambodia Production -country_event = { - id = 199071 - title = "EVTNAME199071" - desc = "EVTDESC199071" - picture = "colonial_east_asia" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1366 = { trade_goods = tropical_wood } - random_owned = { - limit = { - province_id = 1367 - NOT = { trade_goods = rubber } - } - trade_goods = tropical_wood - } - random_owned = { - limit = { - province_id = 1364 - NOT = { trade_goods = rubber } - } - trade_goods = tropical_wood - } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199068" #Tea Option - - 1366 = { trade_goods = tea } - random_owned = { - limit = { - province_id = 1367 - NOT = { trade_goods = rubber } - } - trade_goods = tea - } - random_owned = { - limit = { - province_id = 1364 - NOT = { trade_goods = rubber } - } - trade_goods = tropical_wood - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199050" #tobacco Option - - 1366 = { trade_goods = tobacco } - - random_owned = { - limit = { - province_id = 1367 - NOT = { trade_goods = rubber } - } - trade_goods = tobacco - } - random_owned = { - limit = { - province_id = 1364 - NOT = { trade_goods = rubber } - } - trade_goods = tropical_wood - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tobacco - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199038" #Coffee - 1366 = { trade_goods = coffee } - - random_owned = { - limit = { - province_id = 1367 - NOT = { trade_goods = rubber } - } - trade_goods = coffee - } - random_owned = { - limit = { - province_id = 1364 - NOT = { trade_goods = rubber } - } - trade_goods = tropical_wood - } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = CAM } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } -} + 2031 = { trade_goods = cattle } -#Vietnam/Dai Nam Production -country_event = { - id = 199072 - title = "EVTNAME199072" - desc = "EVTDESC199072" - picture = "colonial_east_asia" - - is_triggered_only = yes - - option = { - name = "EVTOPTA199039" #Historical Option - - 1380 = { trade_goods = coffee } - 1381 = { trade_goods = coffee } - 1375 = { trade_goods = coffee } - 1378 = { trade_goods = tea } - 1377 = { trade_goods = tea } - 1379 = { trade_goods = tea } - 1372 = { trade_goods = coal } - 1371 = { trade_goods = iron } - 1374 = { trade_goods = tropical_wood } - - - ai_chance = { factor = 80 } - } - - option = { - name = "EVTOPTB199068" #Tea Option - - 1380 = { trade_goods = coffee } - 1381 = { trade_goods = tea } - 1375 = { trade_goods = tea } - 1378 = { trade_goods = tea } - 1377 = { trade_goods = tea } - 1379 = { trade_goods = tea } - 1372 = { trade_goods = coal } - 1371 = { trade_goods = iron } - 1374 = { trade_goods = tropical_wood } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = tea - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTC199050" #Cotton Option - - 1380 = { trade_goods = coffee } - 1381 = { trade_goods = cotton } - 1375 = { trade_goods = cotton } - 1378 = { trade_goods = cotton } - 1377 = { trade_goods = cotton } - 1379 = { trade_goods = tea } - 1372 = { trade_goods = coal } - 1371 = { trade_goods = iron } - 1374 = { trade_goods = tropical_wood } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = labourers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = cotton - unemployment_by_type = { value = 0.05 type = labourers } - } - } - } - } - } - } - - option = { - name = "EVTOPTD199038" #Coffee - 1380 = { trade_goods = coffee } - 1381 = { trade_goods = coffee } - 1375 = { trade_goods = coffee } - 1378 = { trade_goods = coffee } - 1377 = { trade_goods = coffee } - 1379 = { trade_goods = tea } - 1372 = { trade_goods = coal } - 1371 = { trade_goods = iron } - 1374 = { trade_goods = tropical_wood } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - any_neighbor_country = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - any_greater_power = { - any_owned_province = { - trade_goods = coffee - unemployment_by_type = { value = 0.05 type = farmers } - } - } - } - } - } - } - - option = { - name = "EVTOPTE199038" #Leave it as is - any_owned = { - limit = { is_core = DAI } - any_pop = { - militancy = -3 - consciousness = 1 - } - } - ai_chance = { factor = 0 } - } + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = KNY } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Tanzania Colonial Production +country_event = { + id = 199052 + title = "EVTNAME199052" + desc = "EVTDESC199052" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 2046 = { trade_goods = coffee } + 2042 = { trade_goods = tea } + 2040 = { trade_goods = tea } + + 2044 = { trade_goods = coffee } + 2047 = { trade_goods = coffee } + 2037 = { trade_goods = coffee } + + 2043 = { trade_goods = cotton } + 2045 = { trade_goods = cotton } + 2036 = { trade_goods = cotton } + + 2041 = { trade_goods = fruit } + 2039 = { trade_goods = fruit } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199052" #Coffee and tobacco Option + 2046 = { trade_goods = coffee } + 2042 = { trade_goods = coffee } + 2040 = { trade_goods = coffee } + + 2044 = { trade_goods = coffee } + 2047 = { trade_goods = coffee } + 2037 = { trade_goods = coffee } + + 2043 = { trade_goods = tobacco } + 2045 = { trade_goods = tobacco } + 2036 = { trade_goods = tobacco } + + 2041 = { trade_goods = fruit } + 2039 = { trade_goods = fruit } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199051" #tea Option + 2046 = { trade_goods = tea } + 2042 = { trade_goods = tea } + 2040 = { trade_goods = tea } + + 2044 = { trade_goods = tea } + 2047 = { trade_goods = coffee } + 2037 = { trade_goods = coffee } + + 2043 = { trade_goods = cotton } + 2045 = { trade_goods = cotton } + 2036 = { trade_goods = cotton } + + 2041 = { trade_goods = fruit } + 2039 = { trade_goods = fruit } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = TNZ } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Mali Colonial Production +country_event = { + id = 199053 + title = "EVTNAME199053" + desc = "EVTDESC199053" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 1797 = { trade_goods = cotton } #Kita + 1794 = { trade_goods = cotton } #Bamako + 1798 = { trade_goods = cotton } #Bougouni + 1799 = { trade_goods = cotton } #Sikasso + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTD199053" #tobacco Option + 1797 = { trade_goods = tobacco } #Kita + 1794 = { trade_goods = tobacco } #Bamako + 1798 = { trade_goods = cotton } #Bougouni + 1799 = { trade_goods = cotton } #Sikasso + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199053" #coffee Option + 1797 = { trade_goods = coffee } #Kita + 1794 = { trade_goods = coffee } #Bamako + 1798 = { trade_goods = cotton } #Bougouni + 1799 = { trade_goods = cotton } #Sikasso + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = MLI } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Ubangi-Shari/CAR Colonial Production +country_event = { + id = 199054 + title = "EVTNAME199054" + desc = "EVTDESC199054" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1965 = { trade_goods = rubber } + 1970 = { trade_goods = rubber } + + 1969 = { trade_goods = precious_goods } #Ivory + + 1968 = { trade_goods = coffee } + 1971 = { trade_goods = coffee } + + 1967 = { trade_goods = cotton } + 1966 = { trade_goods = cotton } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTE199053" #Coffee Option + 1965 = { trade_goods = rubber } + 1970 = { trade_goods = rubber } + + 1969 = { trade_goods = precious_goods } #Ivory + + 1968 = { trade_goods = coffee } + 1971 = { trade_goods = coffee } + 1967 = { trade_goods = coffee } + 1966 = { trade_goods = coffee } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + 1965 = { trade_goods = rubber } + 1970 = { trade_goods = rubber } + + 1969 = { trade_goods = precious_goods } #Ivory + + 1968 = { trade_goods = cotton } + 1971 = { trade_goods = cotton } + 1967 = { trade_goods = cotton } + 1966 = { trade_goods = cotton } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CAR } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Nyasaland Colonial Production +country_event = { + id = 199055 + title = "EVTNAME199055" + desc = "EVTDESC199055" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2067 = { trade_goods = tea } + 2066 = { trade_goods = tobacco } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTE199053" #Coffee Option + 2067 = { trade_goods = coffee } + 2066 = { trade_goods = coffee } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + 2067 = { trade_goods = cotton } + 2066 = { trade_goods = cotton } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199051" #Tea Option + 2067 = { trade_goods = tea } + 2066 = { trade_goods = tea } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = MLW } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Angola Colonial Production +country_event = { + id = 199056 + title = "EVTNAME199056" + desc = "EVTDESC199056" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + 2008 = { trade_goods = iron } + 2000 = { trade_goods = tropical_wood } + + 2002 = { trade_goods = coffee } + 2001 = { trade_goods = coffee } + 2003 = { trade_goods = coffee } + 2005 = { trade_goods = cotton } + 2009 = { trade_goods = tobacco } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + 2008 = { trade_goods = iron } + 2000 = { trade_goods = tropical_wood } + + 2001 = { trade_goods = coffee } + 2002 = { trade_goods = cotton } + 2003 = { trade_goods = cotton } + 2005 = { trade_goods = cotton } + 2009 = { trade_goods = tobacco } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + 2008 = { trade_goods = iron } + 2000 = { trade_goods = tropical_wood } + + 2001 = { trade_goods = coffee } + 2002 = { trade_goods = tobacco } + 2003 = { trade_goods = tobacco } + 2005 = { trade_goods = tobacco } + 2009 = { trade_goods = tobacco } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = ANG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Mozambique Colonial Production +country_event = { + id = 199057 + title = "EVTNAME199057" + desc = "EVTDESC199057" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2054 = { trade_goods = coal } + + 2581 = { trade_goods = tea } + 2063 = { trade_goods = tea } + 2065 = { trade_goods = tea } + + 2061 = { trade_goods = cotton } + 2059 = { trade_goods = cotton } + + 2058 = { trade_goods = tobacco } + 2053 = { trade_goods = tobacco } + + 2052 = { trade_goods = coffee } + 2051 = { trade_goods = coffee } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + 2054 = { trade_goods = coal } + + 2581 = { trade_goods = cotton } + 2063 = { trade_goods = cotton } + 2065 = { trade_goods = cotton } + + 2061 = { trade_goods = cotton } + 2059 = { trade_goods = cotton } + + 2058 = { trade_goods = tobacco } + 2053 = { trade_goods = tobacco } + + 2052 = { trade_goods = coffee } + 2051 = { trade_goods = coffee } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 2054 = { trade_goods = coal } + + 2581 = { trade_goods = tea } + 2063 = { trade_goods = tea } + 2065 = { trade_goods = tea } + + 2061 = { trade_goods = tobacco } + 2059 = { trade_goods = tobacco } + + 2058 = { trade_goods = tobacco } + 2053 = { trade_goods = tobacco } + + 2052 = { trade_goods = coffee } + 2051 = { trade_goods = coffee } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199039" #coffee Option + + 2054 = { trade_goods = coal } + + 2581 = { trade_goods = tea } + 2063 = { trade_goods = tea } + + 2061 = { trade_goods = cotton } + 2059 = { trade_goods = cotton } + + 2065 = { trade_goods = coffee } + + 2058 = { trade_goods = coffee } + 2053 = { trade_goods = coffee } + + 2052 = { trade_goods = coffee } + 2051 = { trade_goods = coffee } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = MOZ } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Uganda Colonial Production +country_event = { + id = 199058 + title = "EVTNAME199058" + desc = "EVTDESC199058" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2023 = { trade_goods = cotton } + 2019 = { trade_goods = cotton } + 2020 = { trade_goods = cotton } + 2022 = { trade_goods = cotton } + + 2021 = { trade_goods = coffee } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTC199051" #Tea Option + 2023 = { trade_goods = cotton } + 2019 = { trade_goods = tea } + 2020 = { trade_goods = tea } + 2022 = { trade_goods = tea } + + 2021 = { trade_goods = tea } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 2023 = { trade_goods = cotton } + 2019 = { trade_goods = tobacco } + 2020 = { trade_goods = tobacco } + 2022 = { trade_goods = tobacco } + + 2021 = { trade_goods = tobacco } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199039" #coffee Option + + 2023 = { trade_goods = cotton } + 2019 = { trade_goods = coffee } + 2020 = { trade_goods = coffee } + 2022 = { trade_goods = coffee } + + 2021 = { trade_goods = coffee } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = BUG } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Botswana Colonial Production +country_event = { + id = 199059 + title = "EVTNAME199059" + desc = "EVTDESC199059" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2075 = { trade_goods = precious_metal } #Francistown gold + + 2074 = { trade_goods = tobacco } + 2076 = { trade_goods = cattle } + 2077 = { trade_goods = cattle } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199050" #cotton Option + 2075 = { trade_goods = precious_metal } #Francistown gold + + 2074 = { trade_goods = cotton } + 2076 = { trade_goods = cattle } + 2077 = { trade_goods = cattle } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199047" #fruit Option + + 2075 = { trade_goods = precious_metal } #Francistown gold + + 2074 = { trade_goods = fruit } + 2076 = { trade_goods = cattle } + 2077 = { trade_goods = cattle } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = fruit + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = fruit + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = TSW } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Sudan Colonial Production +country_event = { + id = 199060 + title = "EVTNAME199060" + desc = "EVTDESC199060" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1839 = { trade_goods = tobacco } + 1827 = { trade_goods = cotton } + 1830 = { trade_goods = cotton } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199060" #cotton Option + + 1836 = { trade_goods = precious_metal } + + 1832 = { trade_goods = cotton } + 1827 = { trade_goods = cotton } + 1830 = { trade_goods = cotton } + 1840 = { trade_goods = cotton } + 1831 = { trade_goods = cotton } + 1828 = { trade_goods = cotton } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199060" #coffee Option + + 1836 = { trade_goods = precious_metal } + + 1832 = { trade_goods = coffee } + 1827 = { trade_goods = coffee } + 1830 = { trade_goods = coffee } + 1840 = { trade_goods = coffee } + 1831 = { trade_goods = coffee } + 1828 = { trade_goods = coffee } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199060" #tobacco Option + + 1836 = { trade_goods = precious_metal } + + 1832 = { trade_goods = tobacco } + 1827 = { trade_goods = tobacco } + 1830 = { trade_goods = tobacco } + 1840 = { trade_goods = tobacco } + 1831 = { trade_goods = tobacco } + 1828 = { trade_goods = tobacco } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = SUD } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Ghana Colonial Production +country_event = { + id = 199061 + title = "EVTNAME199061" + desc = "EVTDESC199061" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) + 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) + 1907 = { trade_goods = coffee } #Accra + 1911 = { trade_goods = coffee } #Kintampo + 1912 = { trade_goods = coffee } #Wa + 1913 = { trade_goods = cotton } #Tamale + + random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho + + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199050" #cotton Option + + 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) + 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) + 1907 = { trade_goods = coffee } #Accra + 1911 = { trade_goods = cotton } #Kintampo + 1912 = { trade_goods = cotton } #Wa + 1913 = { trade_goods = cotton } #Tamale + + + random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1909 = { trade_goods = precious_metal } #Sekondi (Tarkwa Mine) + 1910 = { trade_goods = precious_metal } #Kumai (Obuasi Mine) + 1907 = { trade_goods = coffee } #Accra + 1911 = { trade_goods = tobacco } #Kintampo + 1912 = { trade_goods = tobacco } #Wa + 1913 = { trade_goods = tobacco } #Tamale + + random_owned = { limit = { province_id = 1916 } trade_goods = cotton } #Yendi + random_owned = { limit = { province_id = 1915 } trade_goods = coffee } #Ho + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = GHN } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Burkina Faso/Upper Volta Colonial Production +country_event = { + id = 199062 + title = "EVTNAME199062" + desc = "EVTDESC199062" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1906 = { trade_goods = cotton } #Orodaro + 1901 = { trade_goods = cotton } #Wagadugu + 1904 = { trade_goods = cotton } #Fada Ngourma + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #coffee Option + + + 1906 = { trade_goods = coffee } #Orodaro + 1901 = { trade_goods = coffee } #Wagadugu + 1904 = { trade_goods = coffee } #Fada Ngourma + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1906 = { trade_goods = tobacco } #Orodaro + 1901 = { trade_goods = tobacco } #Wagadugu + 1904 = { trade_goods = tobacco } #Fada Ngourma + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = BKF } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Dahomey/Benin Production +country_event = { + id = 199063 + title = "EVTNAME199063" + desc = "EVTDESC199063" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1920 = { trade_goods = cotton } + 1922 = { trade_goods = tropical_wood } + 1921 = { trade_goods = tropical_wood } + 1919 = { trade_goods = fruit } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTC199039" #coffee Option + + + 1920 = { trade_goods = coffee } + 1922 = { trade_goods = tropical_wood } + 1921 = { trade_goods = tropical_wood } + 1919 = { trade_goods = fruit } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1920 = { trade_goods = tobacco } + 1922 = { trade_goods = tropical_wood } + 1921 = { trade_goods = tropical_wood } + 1919 = { trade_goods = fruit } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = DAH } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Indonesia Production +country_event = { + id = 199064 + title = "EVTNAME199064" + desc = "EVTDESC199064" + picture = "colonial_east_asia" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1427 = { trade_goods = iron } #Kota Waringin + + 1406 = { trade_goods = rubber } + 1398 = { trade_goods = rubber } + 1560 = { trade_goods = rubber } + + + 1430 = { trade_goods = coffee } + 1431 = { trade_goods = coffee } + 1434 = { trade_goods = coffee } + 1449 = { trade_goods = coffee } + 1428 = { trade_goods = coffee } + + 1435 = { trade_goods = cotton } + + 1405 = { trade_goods = tea } + 1409 = { trade_goods = tea } + + 1400 = { trade_goods = tobacco } #Inderagiri + 1410 = { trade_goods = tobacco } + 1403 = { trade_goods = timber } + + 1454 = { trade_goods = tropical_wood } + 1453 = { trade_goods = tropical_wood } + + 1429 = { trade_goods = sulphur } + 1425 = { trade_goods = timber } + + ai_chance = { factor = 60 } + } + + option = { + name = "EVTOPTB199064" #Coal Option + + 1427 = { trade_goods = coal } #Kota Waringin + + 1410 = { trade_goods = coal } + 1404 = { trade_goods = coal } + + 1406 = { trade_goods = rubber } + 1398 = { trade_goods = rubber } + 1560 = { trade_goods = rubber } + + 1430 = { trade_goods = coffee } + 1431 = { trade_goods = coffee } + 1434 = { trade_goods = coffee } + 1428 = { trade_goods = coffee } + 1449 = { trade_goods = coffee } + + 1405 = { trade_goods = tea } + 1409 = { trade_goods = tea } + + 1435 = { trade_goods = cotton } + + 1400 = { trade_goods = tobacco } #Inderagiri + + 1454 = { trade_goods = tropical_wood } + 1453 = { trade_goods = tropical_wood } + 1403 = { trade_goods = timber } + + 1429 = { trade_goods = sulphur } + 1425 = { trade_goods = timber } + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 200 } } + } + random_owned = { + limit = { owner = { money = 200000 } } + owner = { treasury = -200000 } + } + + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1427 = { trade_goods = iron } #Kota Waringin + + 1406 = { trade_goods = rubber } + 1398 = { trade_goods = rubber } + 1560 = { trade_goods = rubber } + + 1410 = { trade_goods = tobacco } + 1403 = { trade_goods = timber } + + 1430 = { trade_goods = tobacco } + 1431 = { trade_goods = tobacco } + 1434 = { trade_goods = tobacco } + 1400 = { trade_goods = tobacco } #Inderagiri + + 1435 = { trade_goods = cotton } + + 1449 = { trade_goods = coffee } + 1428 = { trade_goods = coffee } + + 1454 = { trade_goods = tropical_wood } + 1453 = { trade_goods = tropical_wood } + + 1429 = { trade_goods = sulphur } + 1425 = { trade_goods = timber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199051" #tea Option + + 1427 = { trade_goods = iron } #Kota Waringin + + 1406 = { trade_goods = rubber } + 1398 = { trade_goods = rubber } + 1560 = { trade_goods = rubber } + + 1410 = { trade_goods = tobacco } + 1403 = { trade_goods = timber } + + 1430 = { trade_goods = tea } + 1431 = { trade_goods = tea } + 1434 = { trade_goods = tea } + 1405 = { trade_goods = tea } + 1409 = { trade_goods = tea } + 1400 = { trade_goods = tea } #Inderagiri + + 1435 = { trade_goods = cotton } + + 1449 = { trade_goods = coffee } + 1428 = { trade_goods = coffee } + + 1454 = { trade_goods = tropical_wood } + 1453 = { trade_goods = tropical_wood } + + 1429 = { trade_goods = sulphur } + 1425 = { trade_goods = timber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = INO } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +# Guine-Bissau Production +country_event = { + id = 199065 + title = "EVTNAME199065" + desc = "EVTDESC199065" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1877 = { trade_goods = rubber } + 1878 = { trade_goods = timber } + + ai_chance = { factor = 70 } + } + + option = { + name = "EVTOPTC199039" #coffee Option + + 1877 = { trade_goods = coffee } + 1878 = { trade_goods = coffee } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1877 = { trade_goods = tobacco } + 1878 = { trade_goods = tobacco } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199065" #Forestry Option + + 1877 = { trade_goods = rubber } + 1878 = { trade_goods = tropical_wood } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = GBU } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +# Madagascar Production +country_event = { + id = 199066 + title = "EVTNAME199066" + desc = "EVTDESC199066" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2121 = { trade_goods = coffee } + + 2118 = { trade_goods = tropical_wood } + 2119 = { trade_goods = tropical_wood } + + 2122 = { trade_goods = cotton } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199049" #cotton Option + + 2121 = { trade_goods = cotton } + + 2118 = { trade_goods = tropical_wood } + 2119 = { trade_goods = tropical_wood } + + 2122 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 2121 = { trade_goods = tobacco } + + 2118 = { trade_goods = tropical_wood } + 2119 = { trade_goods = tropical_wood } + + 2122 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = MAD } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +# Zimbabwe Production +country_event = { + id = 199067 + title = "EVTNAME199067" + desc = "EVTDESC199067" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 2071 = { trade_goods = iron } + 2073 = { trade_goods = coal } + + 2072 = { trade_goods = coal } + + 2069 = { trade_goods = coffee } + 2070 = { trade_goods = tobacco } + + random_owned = { + limit = { + province_id = 2068 + NOT = { trade_goods = precious_metal } + } + trade_goods = tobacco + } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199049" #cotton Option + + 2071 = { trade_goods = iron } + 2073 = { trade_goods = coal } + + 2072 = { trade_goods = coal } + + 2070 = { trade_goods = cotton } + 2069 = { trade_goods = cotton } + random_owned = { + limit = { + province_id = 2068 + NOT = { trade_goods = precious_metal } + } + trade_goods = tobacco + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 2071 = { trade_goods = iron } + 2073 = { trade_goods = coal } + + 2072 = { trade_goods = coal } + + 2069 = { trade_goods = tobacco } + 2070 = { trade_goods = tobacco } + + random_owned = { + limit = { + province_id = 2068 + NOT = { trade_goods = precious_metal } + } + trade_goods = tobacco + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = ZBW } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +# Rwanda-Burundi Production +country_event = { + id = 199068 + title = "EVTNAME199068" + desc = "EVTDESC199068" + picture = "colonial_nigeria" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + random_owned = { + limit = { province_id = 2034 } + trade_goods = coffee + } + + random_owned = { + limit = { province_id = 2035 } + trade_goods = cotton + } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199068" #Tea Option + + random_owned = { + limit = { province_id = 2034 } + trade_goods = tea + } + + random_owned = { + limit = { province_id = 2035 } + trade_goods = tobacco + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199068" #Forestry Option + + random_owned = { + limit = { province_id = 2034 } + trade_goods = rubber + } + + random_owned = { + limit = { province_id = 2035 } + trade_goods = tropical_wood + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { + OR = { + is_core = BRD + is_core = RWA + } + } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Malay/Malaysia Production +country_event = { + id = 199069 + title = "EVTNAME199069" + desc = "EVTDESC199069" + picture = "colonial_east_asia" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1394 = { trade_goods = coffee } + 1395 = { trade_goods = timber } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199068" #Tea Option + + 1394 = { trade_goods = tea } + 1395 = { trade_goods = tea } + 1388 = { trade_goods = tobacco } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199068" #Forestry Option + + 1394 = { trade_goods = tropical_wood } + 1395 = { trade_goods = timber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199038" #Coffee + 1394 = { trade_goods = coffee } + 1395 = { trade_goods = coffee } + 1388 = { trade_goods = coffee } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = MLY } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Laos Production +country_event = { + id = 199070 + title = "EVTNAME199070" + desc = "EVTDESC199070" + picture = "colonial_east_asia" + + is_triggered_only = yes + + immediate = { set_global_flag = rgo_change_in_laos } + + option = { + name = "EVTOPTA199039" #Historical Option + + 1356 = { trade_goods = tropical_wood } + 1357 = { trade_goods = coffee } + 1363 = { trade_goods = tea } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199068" #Tea Option + + 1356 = { trade_goods = tea } + 1357 = { trade_goods = tea } + 1363 = { trade_goods = tobacco } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199068" #Forestry Option + + 1356 = { trade_goods = tropical_wood } + 1357 = { trade_goods = tropical_wood } + 1363 = { trade_goods = rubber } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tropical_wood + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_neighbor_country = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = rubber + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199038" #Coffee + 1356 = { trade_goods = coffee } + 1357 = { trade_goods = coffee } + 1363 = { trade_goods = cotton } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = LXA } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Cambodia Production +country_event = { + id = 199071 + title = "EVTNAME199071" + desc = "EVTDESC199071" + picture = "colonial_east_asia" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1366 = { trade_goods = tropical_wood } + random_owned = { + limit = { + province_id = 1367 + NOT = { trade_goods = rubber } + } + trade_goods = tropical_wood + } + random_owned = { + limit = { + province_id = 1364 + NOT = { trade_goods = rubber } + } + trade_goods = tropical_wood + } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199068" #Tea Option + + 1366 = { trade_goods = tea } + random_owned = { + limit = { + province_id = 1367 + NOT = { trade_goods = rubber } + } + trade_goods = tea + } + random_owned = { + limit = { + province_id = 1364 + NOT = { trade_goods = rubber } + } + trade_goods = tropical_wood + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199050" #tobacco Option + + 1366 = { trade_goods = tobacco } + + random_owned = { + limit = { + province_id = 1367 + NOT = { trade_goods = rubber } + } + trade_goods = tobacco + } + random_owned = { + limit = { + province_id = 1364 + NOT = { trade_goods = rubber } + } + trade_goods = tropical_wood + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tobacco + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199038" #Coffee + 1366 = { trade_goods = coffee } + + random_owned = { + limit = { + province_id = 1367 + NOT = { trade_goods = rubber } + } + trade_goods = coffee + } + random_owned = { + limit = { + province_id = 1364 + NOT = { trade_goods = rubber } + } + trade_goods = tropical_wood + } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = CAM } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } +} + +#Vietnam/Dai Nam Production +country_event = { + id = 199072 + title = "EVTNAME199072" + desc = "EVTDESC199072" + picture = "colonial_east_asia" + + is_triggered_only = yes + + option = { + name = "EVTOPTA199039" #Historical Option + + 1380 = { trade_goods = coffee } + 1381 = { trade_goods = coffee } + 1375 = { trade_goods = coffee } + 1378 = { trade_goods = tea } + 1377 = { trade_goods = tea } + 1379 = { trade_goods = tea } + 1372 = { trade_goods = coal } + 1371 = { trade_goods = iron } + 1374 = { trade_goods = tropical_wood } + + + ai_chance = { factor = 80 } + } + + option = { + name = "EVTOPTB199068" #Tea Option + + 1380 = { trade_goods = coffee } + 1381 = { trade_goods = tea } + 1375 = { trade_goods = tea } + 1378 = { trade_goods = tea } + 1377 = { trade_goods = tea } + 1379 = { trade_goods = tea } + 1372 = { trade_goods = coal } + 1371 = { trade_goods = iron } + 1374 = { trade_goods = tropical_wood } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = tea + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTC199050" #Cotton Option + + 1380 = { trade_goods = coffee } + 1381 = { trade_goods = cotton } + 1375 = { trade_goods = cotton } + 1378 = { trade_goods = cotton } + 1377 = { trade_goods = cotton } + 1379 = { trade_goods = tea } + 1372 = { trade_goods = coal } + 1371 = { trade_goods = iron } + 1374 = { trade_goods = tropical_wood } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = labourers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = cotton + unemployment_by_type = { value = 0.05 type = labourers } + } + } + } + } + } + } + + option = { + name = "EVTOPTD199038" #Coffee + 1380 = { trade_goods = coffee } + 1381 = { trade_goods = coffee } + 1375 = { trade_goods = coffee } + 1378 = { trade_goods = coffee } + 1377 = { trade_goods = coffee } + 1379 = { trade_goods = tea } + 1372 = { trade_goods = coal } + 1371 = { trade_goods = iron } + 1374 = { trade_goods = tropical_wood } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + any_neighbor_country = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + any_greater_power = { + any_owned_province = { + trade_goods = coffee + unemployment_by_type = { value = 0.05 type = farmers } + } + } + } + } + } + } + + option = { + name = "EVTOPTE199038" #Leave it as is + any_owned = { + limit = { is_core = DAI } + any_pop = { + militancy = -3 + consciousness = 1 + } + } + ai_chance = { factor = 0 } + } } #Tea spread province_event = { - id = 199073 - title = "EVTNAME199073" - desc = "EVTDESC199073" - - trigger = { - owned_by = THIS - controlled_by = THIS - NOT = { trade_goods = tea } - NOT = { has_province_modifier = switched_production } - owner = { - QNG = { war = no } - war = no - OR = { - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - any_neighbor_country = { - war = no - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - any_greater_power = { - war = no - any_owned_province = { - trade_goods = tea - NOT = { unemployment_by_type = { value = 0.01 type = farmers } } - } - } - } - } - - OR = { - province_id = 1648 #Toyama, Japan - province_id = 1657 #Kyoto, Japan - province_id = 1655 #Osaka, Japan - province_id = 1667 #Tokushima, Japan - AND = { - year = 1855 - OR = { - province_id = 2566 - province_id = 1304 - province_id = 1319 - province_id = 1316 - province_id = 1302 - province_id = 1261 - province_id = 1262 - province_id = 1628 - province_id = 2640 - province_id = 1624 - province_id = 1222 - province_id = 1231 - province_id = 1228 - province_id = 1225 - province_id = 1246 - province_id = 1300 - province_id = 1306 - province_id = 1307 - province_id = 1295 - province_id = 1233 - province_id = 1635 - province_id = 1632 - province_id = 1636 - province_id = 1252 - province_id = 1511 #Zhengzhou - } - } - AND = { - year = 1870 - OR = { - province_id = 1297 - province_id = 1266 - province_id = 1290 - province_id = 1593 - province_id = 1248 - province_id = 1318 - province_id = 1350 - province_id = 1359 - province_id = 1407 - province_id = 1301 - province_id = 1278 - province_id = 1274 - province_id = 1327 - province_id = 1236 - province_id = 1569 - province_id = 1502 - province_id = 1662 - province_id = 1565 - province_id = 1540 - province_id = 1547 - province_id = 1474 - province_id = 1524 - province_id = 1541 #Tongzhou - province_id = 1471 #Chizhou - province_id = 1473 #Huizhou - province_id = 1509 #Anshun - } - } - - AND = { - year = 1890 - OR = { - province_id = 1311 - province_id = 1317 - province_id = 1303 - province_id = 1326 - province_id = 1308 - province_id = 1312 - province_id = 1537 - province_id = 1541 - province_id = 1507 #Zhenyuan - China - province_id = 1503 #Guilin - } - } - - AND = { - year = 1910 - OR = { - province_id = 1258 - province_id = 1259 - province_id = 1260 - province_id = 1328 - province_id = 1486 #Tingzhou - province_id = 1482 #Fuzhou - } - } - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 3 - civilized = no - } - } - allow_multiple_instances = no - - option = { - name = "EVTOPTA199073" - trade_goods = tea - add_province_modifier = { name = switched_production duration = 1825 } - } + id = 199073 + title = "EVTNAME199073" + desc = "EVTDESC199073" + + trigger = { + owned_by = THIS + controlled_by = THIS + NOT = { trade_goods = tea } + NOT = { has_province_modifier = switched_production } + owner = { + QNG = { war = no } + war = no + OR = { + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + any_neighbor_country = { + war = no + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + any_greater_power = { + war = no + any_owned_province = { + trade_goods = tea + NOT = { unemployment_by_type = { value = 0.01 type = farmers } } + } + } + } + } + + OR = { + province_id = 1648 #Toyama, Japan + province_id = 1657 #Kyoto, Japan + province_id = 1655 #Osaka, Japan + province_id = 1667 #Tokushima, Japan + AND = { + year = 1855 + OR = { + province_id = 2566 + province_id = 1304 + province_id = 1319 + province_id = 1316 + province_id = 1302 + province_id = 1261 + province_id = 1262 + province_id = 1628 + province_id = 2640 + province_id = 1624 + province_id = 1222 + province_id = 1231 + province_id = 1228 + province_id = 1225 + province_id = 1246 + province_id = 1300 + province_id = 1306 + province_id = 1307 + province_id = 1295 + province_id = 1233 + province_id = 1635 + province_id = 1632 + province_id = 1636 + province_id = 1252 + province_id = 1511 #Zhengzhou + } + } + AND = { + year = 1870 + OR = { + province_id = 1297 + province_id = 1266 + province_id = 1290 + province_id = 1593 + province_id = 1248 + province_id = 1318 + province_id = 1350 + province_id = 1359 + province_id = 1407 + province_id = 1301 + province_id = 1278 + province_id = 1274 + province_id = 1327 + province_id = 1236 + province_id = 1569 + province_id = 1502 + province_id = 1662 + province_id = 1565 + province_id = 1540 + province_id = 1547 + province_id = 1474 + province_id = 1524 + province_id = 1541 #Tongzhou + province_id = 1471 #Chizhou + province_id = 1473 #Huizhou + province_id = 1509 #Anshun + } + } + + AND = { + year = 1890 + OR = { + province_id = 1311 + province_id = 1317 + province_id = 1303 + province_id = 1326 + province_id = 1308 + province_id = 1312 + province_id = 1537 + province_id = 1541 + province_id = 1507 #Zhenyuan - China + province_id = 1503 #Guilin + } + } + + AND = { + year = 1910 + OR = { + province_id = 1258 + province_id = 1259 + province_id = 1260 + province_id = 1328 + province_id = 1486 #Tingzhou + province_id = 1482 #Fuzhou + } + } + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 3 + civilized = no + } + } + allow_multiple_instances = no + + option = { + name = "EVTOPTA199073" + trade_goods = tea + add_province_modifier = { name = switched_production duration = 1825 } + } } diff --git a/HPM/events/RGOSpreadEvents.txt b/HPM/events/RGOSpreadEvents.txt index 15ae8616..40f3ebcc 100644 --- a/HPM/events/RGOSpreadEvents.txt +++ b/HPM/events/RGOSpreadEvents.txt @@ -1,1967 +1,1967 @@ # Tractors province_event = { - id = 29900 - title = "EVTNAME29900" - desc = "EVTDESC29900" - - trigger = { - owner = { invention = tractors } - NOT = { has_province_modifier = local_tractors } - NOT = { - state_scope = { is_slave = yes } - unemployment_by_type = { value = 0.03 type = farmers } - } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - - mean_time_to_happen = { - months = 700 - - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = local_tractors } - } - - modifier = { - factor = 0.75 - any_pop = { - type = aristocrats #used to be farmers - cash_reserves = 200 - location = { NOT = { is_overseas = yes } } - } - } - - modifier = { - factor = 0.7 - is_capital = yes - NOT = { is_colonial = yes } - } - - modifier = { - factor = 0.8 - terrain = farmlands - NOT = { is_colonial = yes } - } - - modifier = { - factor = 0.9 - literacy = 0.9 - } - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 1.5 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 3 - NOT = { literacy = 0.25 } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 30 } } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 25 } } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 20 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 15 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 10 } } - } - - modifier = { - factor = 0.95 - average_consciousness = 6 - } - - modifier = { - factor = 0.95 - average_consciousness = 7 - } - - modifier = { - factor = 0.95 - average_consciousness = 8 - } - - modifier = { - factor = 1.1 - average_militancy = 5 - } - - modifier = { - factor = 1.2 - average_militancy = 6 - } - - modifier = { - factor = 1.3 - average_militancy = 7 - } - - modifier = { - factor = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 2 - state_scope = { has_pop_type = serfs } - } - - modifier = { - factor = 4 - is_overseas = yes - } - } - - option = { - name = "EVTOPTA29900" - state_scope = { - any_owned = { - limit = { - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - add_province_modifier = { name = local_tractors duration = -1 } - } - } - - owner = { - random_owned = { - limit = { - owner = { - number_of_states = 10 - literacy = 0.7 - } - any_neighbor_province = { - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - NOT = { - has_province_modifier = local_tractors - is_overseas = yes - is_colonial = yes - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - state_scope = { - any_owned = { - limit = { - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - add_province_modifier = { name = local_tractors duration = -1 } - } - } - } - } - - - random_country = { - limit = { - tag = THIS - number_of_states = 20 - any_owned_province = { - NOT = { - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - NOT = { - state_scope = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - state_scope = { literacy = 0.7 } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.7 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - any_owned_province = { - NOT = { - is_overseas = yes - is_colonial = yes - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - state_scope = { - any_owned = { - limit = { - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - add_province_modifier = { name = local_tractors duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 30 - any_owned_province = { - NOT = { - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - NOT = { - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - state_scope = { literacy = 0.7 } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.7 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - any_owned_province = { - NOT = { - is_overseas = yes - is_colonial = yes - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - state_scope = { - any_owned = { - limit = { - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - add_province_modifier = { name = local_tractors duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 40 - any_owned_province = { - NOT = { - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - NOT = { - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - state_scope = { literacy = 0.7 } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.7 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - any_owned_province = { - NOT = { - is_overseas = yes - is_colonial = yes - has_province_modifier = local_tractors - unemployment_by_type = { value = 0.03 type = farmers } - } - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - } - state_scope = { - any_owned = { - limit = { - OR = { - terrain = plains - terrain = steppe - terrain = savanna - terrain = forest - terrain = hills - terrain = dryhills - terrain = farmlands - terrain = mountain - terrain = urban - terrain = new_world_plains - terrain = new_world_mountain - } - OR = { - trade_goods = tobacco - trade_goods = tea - trade_goods = coffee - trade_goods = grain - trade_goods = opium - trade_goods = cotton - trade_goods = fruit - trade_goods = fish - } - } - add_province_modifier = { name = local_tractors duration = -1 } - } - } - } - } - } - } + id = 29900 + title = "EVTNAME29900" + desc = "EVTDESC29900" + + trigger = { + owner = { invention = tractors } + NOT = { has_province_modifier = local_tractors } + NOT = { + state_scope = { is_slave = yes } + unemployment_by_type = { value = 0.03 type = farmers } + } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + + mean_time_to_happen = { + months = 700 + + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = local_tractors } + } + + modifier = { + factor = 0.75 + any_pop = { + type = aristocrats #used to be farmers + cash_reserves = 200 + location = { NOT = { is_overseas = yes } } + } + } + + modifier = { + factor = 0.7 + is_capital = yes + NOT = { is_colonial = yes } + } + + modifier = { + factor = 0.8 + terrain = farmlands + NOT = { is_colonial = yes } + } + + modifier = { + factor = 0.9 + literacy = 0.9 + } + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 1.5 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 3 + NOT = { literacy = 0.25 } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 30 } } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 25 } } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 20 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 15 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 10 } } + } + + modifier = { + factor = 0.95 + average_consciousness = 6 + } + + modifier = { + factor = 0.95 + average_consciousness = 7 + } + + modifier = { + factor = 0.95 + average_consciousness = 8 + } + + modifier = { + factor = 1.1 + average_militancy = 5 + } + + modifier = { + factor = 1.2 + average_militancy = 6 + } + + modifier = { + factor = 1.3 + average_militancy = 7 + } + + modifier = { + factor = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 2 + state_scope = { has_pop_type = serfs } + } + + modifier = { + factor = 4 + is_overseas = yes + } + } + + option = { + name = "EVTOPTA29900" + state_scope = { + any_owned = { + limit = { + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + add_province_modifier = { name = local_tractors duration = -1 } + } + } + + owner = { + random_owned = { + limit = { + owner = { + number_of_states = 10 + literacy = 0.7 + } + any_neighbor_province = { + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + NOT = { + has_province_modifier = local_tractors + is_overseas = yes + is_colonial = yes + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + state_scope = { + any_owned = { + limit = { + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + add_province_modifier = { name = local_tractors duration = -1 } + } + } + } + } + + + random_country = { + limit = { + tag = THIS + number_of_states = 20 + any_owned_province = { + NOT = { + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + NOT = { + state_scope = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + state_scope = { literacy = 0.7 } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.7 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + any_owned_province = { + NOT = { + is_overseas = yes + is_colonial = yes + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + state_scope = { + any_owned = { + limit = { + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + add_province_modifier = { name = local_tractors duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 30 + any_owned_province = { + NOT = { + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + NOT = { + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + state_scope = { literacy = 0.7 } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.7 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + any_owned_province = { + NOT = { + is_overseas = yes + is_colonial = yes + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + state_scope = { + any_owned = { + limit = { + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + add_province_modifier = { name = local_tractors duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 40 + any_owned_province = { + NOT = { + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + NOT = { + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + state_scope = { literacy = 0.7 } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.7 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + any_owned_province = { + NOT = { + is_overseas = yes + is_colonial = yes + has_province_modifier = local_tractors + unemployment_by_type = { value = 0.03 type = farmers } + } + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + } + state_scope = { + any_owned = { + limit = { + OR = { + terrain = plains + terrain = steppe + terrain = savanna + terrain = forest + terrain = hills + terrain = dryhills + terrain = farmlands + terrain = mountain + terrain = urban + terrain = new_world_plains + terrain = new_world_mountain + } + OR = { + trade_goods = tobacco + trade_goods = tea + trade_goods = coffee + trade_goods = grain + trade_goods = opium + trade_goods = cotton + trade_goods = fruit + trade_goods = fish + } + } + add_province_modifier = { name = local_tractors duration = -1 } + } + } + } + } + } + } } # Machine Tools - Mechanized Mining and dynamite province_event = { - id = 29904 - title = "EVTNAME29904" - desc = "EVTDESC29904" - - trigger = { - NOT = { has_province_modifier = local_nitroglycerin_and_machine_tools } - owner = { - invention = machine_tools - invention = dynamite - } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { - state_scope = { is_slave = yes } - unemployment_by_type = { value = 0.03 type = labourers } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - - mean_time_to_happen = { - months = 700 - - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = local_nitroglycerin_and_machine_tools } - } - - modifier = { - factor = 0.7 - is_capital = yes - } - - modifier = { - factor = 0.75 - any_pop = { - type = aristocrats #used to be farmers - cash_reserves = 200 - location = { NOT = { is_overseas = yes } } - } - } - - modifier = { - factor = 0.9 - literacy = 0.9 - } - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 1.5 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 3 - NOT = { literacy = 0.25 } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 30 } } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 25 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 20 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 15 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 10 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 5 } } - } - - modifier = { - factor = 0.95 - average_consciousness = 6 - } - - modifier = { - factor = 0.95 - average_consciousness = 7 - } - - modifier = { - factor = 0.95 - average_consciousness = 8 - } - - modifier = { - factor = 1.1 - average_militancy = 5 - } - - modifier = { - factor = 1.2 - average_militancy = 6 - } - - modifier = { - factor = 1.3 - average_militancy = 7 - } - - modifier = { - factor = 2 - state_scope = { has_pop_type = serfs } - } - - modifier = { - factor = 8 - state_scope = { is_colonial = yes} - } - - modifier = { - factor = 4 - is_overseas = yes - } - } - - option = { - name = "EVTOPTA29903" - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - - owner = { - random_owned = { - limit = { - owner = { - number_of_states = 10 - literacy = 0.7 - } - any_neighbor_province = { has_province_modifier = local_nitroglycerin_and_machine_tools } - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - is_overseas = yes - is_colonial = yes - unemployment_by_type = { value = 0.03 type = labourers } - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 10 - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - is_overseas = yes - is_colonial = yes - unemployment_by_type = { value = 0.03 type = labourers } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 20 - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - is_overseas = yes - is_colonial = yes - unemployment_by_type = { value = 0.03 type = labourers } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 30 - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - has_province_modifier = local_nitroglycerin_and_machine_tools - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 40 - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - literacy = 0.5 - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - has_province_modifier = local_nitroglycerin_and_machine_tools - unemployment_by_type = { value = 0.03 type = labourers } - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = oil - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } - } - } - } - } - } - } + id = 29904 + title = "EVTNAME29904" + desc = "EVTDESC29904" + + trigger = { + NOT = { has_province_modifier = local_nitroglycerin_and_machine_tools } + owner = { + invention = machine_tools + invention = dynamite + } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { + state_scope = { is_slave = yes } + unemployment_by_type = { value = 0.03 type = labourers } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + + mean_time_to_happen = { + months = 700 + + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = local_nitroglycerin_and_machine_tools } + } + + modifier = { + factor = 0.7 + is_capital = yes + } + + modifier = { + factor = 0.75 + any_pop = { + type = aristocrats #used to be farmers + cash_reserves = 200 + location = { NOT = { is_overseas = yes } } + } + } + + modifier = { + factor = 0.9 + literacy = 0.9 + } + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 1.5 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 3 + NOT = { literacy = 0.25 } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 30 } } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 25 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 20 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 15 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 10 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 5 } } + } + + modifier = { + factor = 0.95 + average_consciousness = 6 + } + + modifier = { + factor = 0.95 + average_consciousness = 7 + } + + modifier = { + factor = 0.95 + average_consciousness = 8 + } + + modifier = { + factor = 1.1 + average_militancy = 5 + } + + modifier = { + factor = 1.2 + average_militancy = 6 + } + + modifier = { + factor = 1.3 + average_militancy = 7 + } + + modifier = { + factor = 2 + state_scope = { has_pop_type = serfs } + } + + modifier = { + factor = 8 + state_scope = { is_colonial = yes} + } + + modifier = { + factor = 4 + is_overseas = yes + } + } + + option = { + name = "EVTOPTA29903" + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + + owner = { + random_owned = { + limit = { + owner = { + number_of_states = 10 + literacy = 0.7 + } + any_neighbor_province = { has_province_modifier = local_nitroglycerin_and_machine_tools } + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + is_overseas = yes + is_colonial = yes + unemployment_by_type = { value = 0.03 type = labourers } + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 10 + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + is_overseas = yes + is_colonial = yes + unemployment_by_type = { value = 0.03 type = labourers } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 20 + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + is_overseas = yes + is_colonial = yes + unemployment_by_type = { value = 0.03 type = labourers } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 30 + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + has_province_modifier = local_nitroglycerin_and_machine_tools + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 40 + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + literacy = 0.5 + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + has_province_modifier = local_nitroglycerin_and_machine_tools + unemployment_by_type = { value = 0.03 type = labourers } + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = oil + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_nitroglycerin_and_machine_tools duration = -1 } + } + } + } + } + } + } } # Distribution Channels province_event = { - id = 29903 - title = "EVTNAME29903" - desc = "EVTDESC29903" - - trigger = { - NOT = { has_province_modifier = local_distribution_channels_und_electricity } - owner = { - invention = distribution_channels - invention = electrical_lighting - } - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 700 - - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = local_distribution_channels_und_electricity } - } - - modifier = { - factor = 0.7 - is_capital = yes - } - - modifier = { - factor = 0.75 - state_scope = { - any_pop = { - type = capitalists - cash_reserves = 1000 - } - } - } - - modifier = { - factor = 0.9 - literacy = 0.9 - } - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 1.5 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 3 - NOT = { literacy = 0.25 } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 30 } } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 25 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 20 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 15 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 10 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 5 } } - } - - modifier = { - factor = 0.95 - average_consciousness = 6 - } - - modifier = { - factor = 0.95 - average_consciousness = 7 - } - - modifier = { - factor = 0.95 - average_consciousness = 8 - } - - modifier = { - factor = 1.1 - average_militancy = 5 - } - - modifier = { - factor = 1.2 - average_militancy = 6 - } - - modifier = { - factor = 1.3 - average_militancy = 7 - } - - modifier = { - factor = 2 - state_scope = { has_pop_type = serfs } - } - - modifier = { - factor = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 4 - is_overseas = yes - } - } - - option = { - name = "EVTOPTA29903" - state_scope = { - any_owned = { - add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } - } - } - - - owner = { - random_owned = { - limit = { - owner = { - number_of_states = 10 - literacy = 0.7 - } - any_neighbor_province = { has_province_modifier = local_distribution_channels_und_electricity } - NOT = { - has_province_modifier = local_distribution_channels_und_electricity - is_overseas = yes - is_colonial = yes - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - } - state_scope = { - any_owned = { - add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 10 - any_owned_province = { - NOT = { has_province_modifier = local_distribution_channels_und_electricity } - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - state_scope = { literacy = 0.7 } - } - } - random = { - chance = 50 - random_state = { - limit = { - NOT = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - any_owned_province = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - has_province_modifier = local_distribution_channels_und_electricity - is_overseas = yes - is_colonial = yes - } - } - literacy = 0.7 - } - state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 20 - any_owned_province = { - NOT = { has_province_modifier = local_distribution_channels_und_electricity } - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - state_scope = { literacy = 0.7 } - } - } - random = { - chance = 50 - random_state = { - limit = { - NOT = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - any_owned_province = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - has_province_modifier = local_distribution_channels_und_electricity - is_overseas = yes - is_colonial = yes - } - } - literacy = 0.7 - } - state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 30 - any_owned_province = { - NOT = { has_province_modifier = local_distribution_channels_und_electricity } - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - state_scope = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - state_scope = { literacy = 0.7 } - } - } - random = { - chance = 50 - random_state = { - limit = { - NOT = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - any_owned_province = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - has_province_modifier = local_distribution_channels_und_electricity - is_overseas = yes - is_colonial = yes - } - } - literacy = 0.7 - } - state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 40 - any_owned_province = { - NOT = { has_province_modifier = local_distribution_channels_und_electricity } - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - NOT = { - state_scope = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - } - } - state_scope = { literacy = 0.7 } - } - } - random = { - chance = 50 - random_state = { - limit = { - NOT = { - is_slave = yes - has_pop_type = serfs - any_owned_province = { NOT = { controlled_by = THIS } } - any_owned_province = { - unemployment_by_type = { value = 0.03 type = labourers } - unemployment_by_type = { value = 0.03 type = farmers } - has_province_modifier = local_distribution_channels_und_electricity - is_overseas = yes - is_colonial = yes - } - } - literacy = 0.7 - } - state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } - } - } - } - - } + id = 29903 + title = "EVTNAME29903" + desc = "EVTDESC29903" + + trigger = { + NOT = { has_province_modifier = local_distribution_channels_und_electricity } + owner = { + invention = distribution_channels + invention = electrical_lighting + } + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 700 + + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = local_distribution_channels_und_electricity } + } + + modifier = { + factor = 0.7 + is_capital = yes + } + + modifier = { + factor = 0.75 + state_scope = { + any_pop = { + type = capitalists + cash_reserves = 1000 + } + } + } + + modifier = { + factor = 0.9 + literacy = 0.9 + } + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 1.5 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 3 + NOT = { literacy = 0.25 } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 30 } } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 25 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 20 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 15 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 10 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 5 } } + } + + modifier = { + factor = 0.95 + average_consciousness = 6 + } + + modifier = { + factor = 0.95 + average_consciousness = 7 + } + + modifier = { + factor = 0.95 + average_consciousness = 8 + } + + modifier = { + factor = 1.1 + average_militancy = 5 + } + + modifier = { + factor = 1.2 + average_militancy = 6 + } + + modifier = { + factor = 1.3 + average_militancy = 7 + } + + modifier = { + factor = 2 + state_scope = { has_pop_type = serfs } + } + + modifier = { + factor = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 4 + is_overseas = yes + } + } + + option = { + name = "EVTOPTA29903" + state_scope = { + any_owned = { + add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } + } + } + + + owner = { + random_owned = { + limit = { + owner = { + number_of_states = 10 + literacy = 0.7 + } + any_neighbor_province = { has_province_modifier = local_distribution_channels_und_electricity } + NOT = { + has_province_modifier = local_distribution_channels_und_electricity + is_overseas = yes + is_colonial = yes + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + } + state_scope = { + any_owned = { + add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 10 + any_owned_province = { + NOT = { has_province_modifier = local_distribution_channels_und_electricity } + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + state_scope = { literacy = 0.7 } + } + } + random = { + chance = 50 + random_state = { + limit = { + NOT = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + any_owned_province = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + has_province_modifier = local_distribution_channels_und_electricity + is_overseas = yes + is_colonial = yes + } + } + literacy = 0.7 + } + state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 20 + any_owned_province = { + NOT = { has_province_modifier = local_distribution_channels_und_electricity } + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + state_scope = { literacy = 0.7 } + } + } + random = { + chance = 50 + random_state = { + limit = { + NOT = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + any_owned_province = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + has_province_modifier = local_distribution_channels_und_electricity + is_overseas = yes + is_colonial = yes + } + } + literacy = 0.7 + } + state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 30 + any_owned_province = { + NOT = { has_province_modifier = local_distribution_channels_und_electricity } + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + state_scope = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + state_scope = { literacy = 0.7 } + } + } + random = { + chance = 50 + random_state = { + limit = { + NOT = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + any_owned_province = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + has_province_modifier = local_distribution_channels_und_electricity + is_overseas = yes + is_colonial = yes + } + } + literacy = 0.7 + } + state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 40 + any_owned_province = { + NOT = { has_province_modifier = local_distribution_channels_und_electricity } + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + NOT = { + state_scope = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + } + } + state_scope = { literacy = 0.7 } + } + } + random = { + chance = 50 + random_state = { + limit = { + NOT = { + is_slave = yes + has_pop_type = serfs + any_owned_province = { NOT = { controlled_by = THIS } } + any_owned_province = { + unemployment_by_type = { value = 0.03 type = labourers } + unemployment_by_type = { value = 0.03 type = farmers } + has_province_modifier = local_distribution_channels_und_electricity + is_overseas = yes + is_colonial = yes + } + } + literacy = 0.7 + } + state_scope = { any_owned = { add_province_modifier = { name = local_distribution_channels_und_electricity duration = -1 } } } + } + } + } + + } } # Machine Tools - Mechanized Mining and dynamite province_event = { - id = 29901 - title = "EVTNAME29901" - desc = "EVTDESC29901" - - trigger = { - NOT = { has_province_modifier = local_conveyors_and_excavators } - owner = { - invention = electric_rolling_techniques - combustion_engine = 1 - } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - state_scope = { is_slave = yes } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - - mean_time_to_happen = { - months = 600 - - modifier = { - factor = 0.75 - any_neighbor_province = { has_province_modifier = local_conveyors_and_excavators } - } - - modifier = { - factor = 0.7 - is_capital = yes - } - - modifier = { - factor = 0.75 - any_pop = { - type = aristocrats #used to be farmers - cash_reserves = 200 - location = { NOT = { is_overseas = yes } } - } - } - - modifier = { - factor = 0.9 - literacy = 0.9 - } - modifier = { - factor = 0.9 - literacy = 0.8 - } - modifier = { - factor = 0.9 - literacy = 0.7 - } - modifier = { - factor = 0.9 - literacy = 0.6 - } - modifier = { - factor = 1.5 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 3 - NOT = { literacy = 0.25 } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 30 } } - } - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 25 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 20 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 15 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 10 } } - } - - modifier = { - factor = 0.95 - owner = { NOT = { num_of_cities = 5 } } - } - - modifier = { - factor = 0.95 - average_consciousness = 6 - } - - modifier = { - factor = 0.95 - average_consciousness = 7 - } - - modifier = { - factor = 0.95 - average_consciousness = 8 - } - - modifier = { - factor = 1.1 - average_militancy = 5 - } - - modifier = { - factor = 1.2 - average_militancy = 6 - } - - modifier = { - factor = 1.3 - average_militancy = 7 - } - - modifier = { - factor = 2 - state_scope = { has_pop_type = serfs } - } - - modifier = { - factor = 8 - state_scope = { is_colonial = yes} - } - - modifier = { - factor = 4 - is_overseas = yes - } - } - - option = { - name = "EVTOPTA29903" - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - - owner = { - random_owned = { - limit = { - owner = { - number_of_states = 10 - literacy = 0.7 - } - any_neighbor_province = { has_province_modifier = local_conveyors_and_excavators } - NOT = { - has_province_modifier = local_conveyors_and_excavators - is_overseas = yes - is_colonial = yes - unemployment_by_type = { value = 0.03 type = labourers } - state_scope = { - is_slave = yes - has_pop_type = serfs - } - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 10 - any_owned_province = { - NOT = { - has_province_modifier = local_conveyors_and_excavators - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - has_province_modifier = local_conveyors_and_excavators - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 20 - any_owned_province = { - NOT = { - has_province_modifier = local_conveyors_and_excavators - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - has_province_modifier = local_conveyors_and_excavators - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 30 - any_owned_province = { - NOT = { - has_province_modifier = local_conveyors_and_excavators - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - has_province_modifier = local_conveyors_and_excavators - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - } - } - } - - random_country = { - limit = { - tag = THIS - number_of_states = 40 - any_owned_province = { - NOT = { - has_province_modifier = local_conveyors_and_excavators - unemployment_by_type = { value = 0.03 type = labourers } - } - state_scope = { - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - literacy = 0.5 - NOT = { - has_pop_type = serfs - is_slave = yes - } - } - NOT = { is_overseas = yes } - NOT = { is_colonial = yes } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - random = { - chance = 50 - random_state = { - limit = { - literacy = 0.5 - NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } - NOT = { - is_slave = yes - has_pop_type = serfs - } - any_owned_province = { - NOT = { - unemployment_by_type = { value = 0.03 type = labourers } - has_province_modifier = local_conveyors_and_excavators - is_overseas = yes - is_colonial = yes - } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - } - state_scope = { - any_owned = { - limit = { - NOT = { has_province_modifier = treaty_port } - OR = { - trade_goods = coal - trade_goods = iron - trade_goods = precious_metal - trade_goods = sulphur - } - } - add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } - } - } - } - } - } - } + id = 29901 + title = "EVTNAME29901" + desc = "EVTDESC29901" + + trigger = { + NOT = { has_province_modifier = local_conveyors_and_excavators } + owner = { + invention = electric_rolling_techniques + combustion_engine = 1 + } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + state_scope = { is_slave = yes } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + + mean_time_to_happen = { + months = 600 + + modifier = { + factor = 0.75 + any_neighbor_province = { has_province_modifier = local_conveyors_and_excavators } + } + + modifier = { + factor = 0.7 + is_capital = yes + } + + modifier = { + factor = 0.75 + any_pop = { + type = aristocrats #used to be farmers + cash_reserves = 200 + location = { NOT = { is_overseas = yes } } + } + } + + modifier = { + factor = 0.9 + literacy = 0.9 + } + modifier = { + factor = 0.9 + literacy = 0.8 + } + modifier = { + factor = 0.9 + literacy = 0.7 + } + modifier = { + factor = 0.9 + literacy = 0.6 + } + modifier = { + factor = 1.5 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 3 + NOT = { literacy = 0.25 } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 30 } } + } + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 25 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 20 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 15 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 10 } } + } + + modifier = { + factor = 0.95 + owner = { NOT = { num_of_cities = 5 } } + } + + modifier = { + factor = 0.95 + average_consciousness = 6 + } + + modifier = { + factor = 0.95 + average_consciousness = 7 + } + + modifier = { + factor = 0.95 + average_consciousness = 8 + } + + modifier = { + factor = 1.1 + average_militancy = 5 + } + + modifier = { + factor = 1.2 + average_militancy = 6 + } + + modifier = { + factor = 1.3 + average_militancy = 7 + } + + modifier = { + factor = 2 + state_scope = { has_pop_type = serfs } + } + + modifier = { + factor = 8 + state_scope = { is_colonial = yes} + } + + modifier = { + factor = 4 + is_overseas = yes + } + } + + option = { + name = "EVTOPTA29903" + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + + owner = { + random_owned = { + limit = { + owner = { + number_of_states = 10 + literacy = 0.7 + } + any_neighbor_province = { has_province_modifier = local_conveyors_and_excavators } + NOT = { + has_province_modifier = local_conveyors_and_excavators + is_overseas = yes + is_colonial = yes + unemployment_by_type = { value = 0.03 type = labourers } + state_scope = { + is_slave = yes + has_pop_type = serfs + } + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 10 + any_owned_province = { + NOT = { + has_province_modifier = local_conveyors_and_excavators + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + NOT = { state_scope = { any_owned_province = { NOT = { controlled_by = THIS } } } } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + has_province_modifier = local_conveyors_and_excavators + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 20 + any_owned_province = { + NOT = { + has_province_modifier = local_conveyors_and_excavators + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + has_province_modifier = local_conveyors_and_excavators + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 30 + any_owned_province = { + NOT = { + has_province_modifier = local_conveyors_and_excavators + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + has_province_modifier = local_conveyors_and_excavators + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + } + } + } + + random_country = { + limit = { + tag = THIS + number_of_states = 40 + any_owned_province = { + NOT = { + has_province_modifier = local_conveyors_and_excavators + unemployment_by_type = { value = 0.03 type = labourers } + } + state_scope = { + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + literacy = 0.5 + NOT = { + has_pop_type = serfs + is_slave = yes + } + } + NOT = { is_overseas = yes } + NOT = { is_colonial = yes } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + random = { + chance = 50 + random_state = { + limit = { + literacy = 0.5 + NOT = { any_owned_province = { NOT = { controlled_by = THIS } } } + NOT = { + is_slave = yes + has_pop_type = serfs + } + any_owned_province = { + NOT = { + unemployment_by_type = { value = 0.03 type = labourers } + has_province_modifier = local_conveyors_and_excavators + is_overseas = yes + is_colonial = yes + } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + } + state_scope = { + any_owned = { + limit = { + NOT = { has_province_modifier = treaty_port } + OR = { + trade_goods = coal + trade_goods = iron + trade_goods = precious_metal + trade_goods = sulphur + } + } + add_province_modifier = { name = local_conveyors_and_excavators duration = -1 } + } + } + } + } + } + } } diff --git a/HPM/events/RUSFlavor.txt b/HPM/events/RUSFlavor.txt index 586a14fe..6b61509c 100644 --- a/HPM/events/RUSFlavor.txt +++ b/HPM/events/RUSFlavor.txt @@ -1,3009 +1,3008 @@ country_event = { - id = 32500 - title = "EVTNAME32500" - desc = "EVTDESC32500" - picture = "Pushkin" - news = yes - news_desc_long = "EVTDESC32500_NEWS_LONG" - news_desc_medium = "EVTDESC32500_NEWS_MEDIUM" - news_desc_short = "EVTDESC32500_NEWS_SHORT" - - trigger = { - tag = RUS - year = 1837 - war = no - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - option = { - name = "EVTOPTA32500" - prestige = 3 - } + id = 32500 + title = "EVTNAME32500" + desc = "EVTDESC32500" + picture = "Pushkin" + news = yes + news_desc_long = "EVTDESC32500_NEWS_LONG" + news_desc_medium = "EVTDESC32500_NEWS_MEDIUM" + news_desc_short = "EVTDESC32500_NEWS_SHORT" + + trigger = { + tag = RUS + year = 1837 + war = no + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + option = { + name = "EVTOPTA32500" + prestige = 3 + } } country_event = { - id = 32502 - - trigger = { - tag = RUS - year = 1849 - war = no - NOT = { - year = 1852 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1850 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1851 - } - } - - title = "EVTNAME32502" - desc = "EVTDESC32502" - picture = "Execution" - - option = { - name = "EVTOPTA32502" - plurality = -2 - capitalists = { - consciousness = -1 - } - aristocrats = { - consciousness = -1 - } - bureaucrats = { - consciousness = -1 - } - } + id = 32502 + + trigger = { + tag = RUS + year = 1849 + war = no + NOT = { + year = 1852 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1850 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1851 + } + } + + title = "EVTNAME32502" + desc = "EVTDESC32502" + picture = "Execution" + + option = { + name = "EVTOPTA32502" + plurality = -2 + capitalists = { + consciousness = -1 + } + aristocrats = { + consciousness = -1 + } + bureaucrats = { + consciousness = -1 + } + } } country_event = { - id = 32503 - - trigger = { - tag = RUS - year = 1852 - NOT = { - year = 1855 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1853 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1854 - } - } - - title = "EVTNAME32503" - desc = "EVTDESC32503" - picture = "hermitage" - - option = { - name = "EVTOPTA32503" - prestige = 5 - } + id = 32503 + + trigger = { + tag = RUS + year = 1852 + NOT = { + year = 1855 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1853 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1854 + } + } + + title = "EVTNAME32503" + desc = "EVTDESC32503" + picture = "hermitage" + + option = { + name = "EVTOPTA32503" + prestige = 5 + } } country_event = { - id = 32504 - - trigger = { - tag = RUS - year = 1874 - NOT = { - year = 1877 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1875 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1876 - } - } - - title = "EVTNAME32504" - desc = "EVTDESC32504" - picture = "Godunov" - - option = { - name = "EVTOPTA32504" - prestige = 5 - any_pop = { - limit = { has_pop_culture = russian } - consciousness = 1 - } - } + id = 32504 + + trigger = { + tag = RUS + year = 1874 + NOT = { + year = 1877 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1875 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1876 + } + } + + title = "EVTNAME32504" + desc = "EVTDESC32504" + picture = "Godunov" + + option = { + name = "EVTOPTA32504" + prestige = 5 + any_pop = { + limit = { has_pop_culture = russian } + consciousness = 1 + } + } } country_event = { - id = 32505 - news = yes - news_desc_long = "EVTDESC32505_NEWS_LONG" - news_desc_medium = "EVTDESC32505_NEWS_MEDIUM" - news_desc_short = "EVTDESC32505_NEWS_SHORT" - - trigger = { - tag = RUS - year = 1880 - NOT = { - year = 1883 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1881 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1882 - } - } - - title = "EVTNAME32505" - desc = "EVTDESC32505" - picture = "Dostoevsky" - - option = { - name = "EVTOPTA32505" - prestige = 5 - any_pop = { - limit = { has_pop_culture = russian } - consciousness = 1 - } - } + id = 32505 + news = yes + news_desc_long = "EVTDESC32505_NEWS_LONG" + news_desc_medium = "EVTDESC32505_NEWS_MEDIUM" + news_desc_short = "EVTDESC32505_NEWS_SHORT" + + trigger = { + tag = RUS + year = 1880 + NOT = { + year = 1883 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1881 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1882 + } + } + + title = "EVTNAME32505" + desc = "EVTDESC32505" + picture = "Dostoevsky" + + option = { + name = "EVTOPTA32505" + prestige = 5 + any_pop = { + limit = { has_pop_culture = russian } + consciousness = 1 + } + } } country_event = { - id = 32506 - trigger = { - tag = RUS - year = 1837 - experimental_railroad = 1 - 994 = { - has_building = railroad - } - NOT = { - year = 1850 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1842 - } - } - - title = "EVTNAME32506" - desc = "EVTDESC32506" - picture = "train" - - option = { - name = "EVTOPTA32506" - prestige = 2 - } + id = 32506 + trigger = { + tag = RUS + year = 1837 + experimental_railroad = 1 + 994 = { + has_building = railroad + } + NOT = { + year = 1850 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1842 + } + } + + title = "EVTNAME32506" + desc = "EVTDESC32506" + picture = "train" + + option = { + name = "EVTOPTA32506" + prestige = 2 + } } country_event = { - id = 32508 - - trigger = { - tag = RUS - year = 1899 - NOT = { - year = 1902 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1900 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1901 - } - } - - title = "EVTNAME32508" - desc = "EVTDESC32508" - picture = "theatre" - - option = { - name = "EVTOPTA32508" - prestige = 5 - } + id = 32508 + + trigger = { + tag = RUS + year = 1899 + NOT = { + year = 1902 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1900 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1901 + } + } + + title = "EVTNAME32508" + desc = "EVTDESC32508" + picture = "theatre" + + option = { + name = "EVTOPTA32508" + prestige = 5 + } } # Alaska Purchase 1/3 country_event = { - id = 32509 - title = "EVTNAME32509_NEW" #the Alaskan Purchase - desc = "EVTDESC32509_NEW" - picture = "alaska" - - trigger = { - RUS = { - war = no - any_owned_province = { region = USA_1 } - } - NOT = { - has_global_flag = alaska_purchase_process_global - has_global_flag = alaska_purchase_completed - has_country_flag = refused_alaska - any_owned_province = { is_core = RUS } - truce_with = RUS - } - OR = { - tag = USA - tag = CAN - relation = { who = RUS value = 0 } - alliance_with = RUS - } - is_greater_power = yes - war = no - nationalism_n_imperialism = 1 - has_country_flag = alaska_purchase_interest - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.5 - tag = USA - } - modifier = { - factor = 0.8 - alliance_with = RUS - } - modifier = { - factor = 0.8 - relation = { who = RUS value = 100 } - } - modifier = { - factor = 1.2 - NOT = { relation = { who = RUS value = 50 } } - } - modifier = { - factor = 0.1 - year = 1870 - } - } - - immediate = { - set_global_flag = alaska_purchase_process_global - } - - option = { - name = "EVT32509OPTA" - RUS = { country_event = 32510 } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT32509OPTB" - clr_country_flag = alaska_purchase_interest - set_country_flag = refused_alaska - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - tag = USA - tag = CAN - } - } - } - } + id = 32509 + title = "EVTNAME32509_NEW" #the Alaskan Purchase + desc = "EVTDESC32509_NEW" + picture = "alaska" + + trigger = { + RUS = { + war = no + any_owned_province = { region = USA_1 } + } + NOT = { + has_global_flag = alaska_purchase_process_global + has_global_flag = alaska_purchase_completed + has_country_flag = refused_alaska + any_owned_province = { is_core = RUS } + truce_with = RUS + } + OR = { + tag = USA + tag = CAN + relation = { who = RUS value = 0 } + alliance_with = RUS + } + is_greater_power = yes + war = no + nationalism_n_imperialism = 1 + has_country_flag = alaska_purchase_interest + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.5 + tag = USA + } + modifier = { + factor = 0.8 + alliance_with = RUS + } + modifier = { + factor = 0.8 + relation = { who = RUS value = 100 } + } + modifier = { + factor = 1.2 + NOT = { relation = { who = RUS value = 50 } } + } + modifier = { + factor = 0.1 + year = 1870 + } + } + + immediate = { + set_global_flag = alaska_purchase_process_global + } + + option = { + name = "EVT32509OPTA" + RUS = { country_event = 32510 } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT32509OPTB" + clr_country_flag = alaska_purchase_interest + set_country_flag = refused_alaska + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + tag = USA + tag = CAN + } + } + } + } } #the Alaskan Purchase country_event = { - id = 32510 - title = "EVTNAME32510_NEW" - desc = "EVTDESC32510_NEW" - picture = "alaska" - - is_triggered_only = yes - - option = { - name = "EVT32510OPTA" - set_global_flag = alaska_purchase_completed - prestige = 10 - treasury = 100000 - USA_1 = { remove_core = RUS } - FROM = { - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - country_event = 32511 - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT32510OPTB" - clr_global_flag = alaska_purchase_process_global - FROM = { - clr_country_flag = alaska_purchase_interest - country_event = 32514 - } - any_country = { - limit = { - NOT = { tag = RUS } - NOT = { has_country_flag = refused_alaska } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - any_owned_province = { - OR = { - region = MEX_85 - region = USA_78 - region = USA_81 - region = CAN_13 - region = JAP_1088 - } - } - } - set_country_flag = alaska_purchase_interest - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - FROM = { - OR = { - tag = USA - tag = CAN - } - } - } - } - } - - option = { - name = "EVT32510OPTC" - prestige = -10 - USA_1 = { add_core = RUS } - ai_chance = { - factor = 0 - } - } + id = 32510 + title = "EVTNAME32510_NEW" + desc = "EVTDESC32510_NEW" + picture = "alaska" + + is_triggered_only = yes + + option = { + name = "EVT32510OPTA" + set_global_flag = alaska_purchase_completed + prestige = 10 + treasury = 100000 + USA_1 = { remove_core = RUS } + FROM = { + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + country_event = 32511 + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT32510OPTB" + clr_global_flag = alaska_purchase_process_global + FROM = { + clr_country_flag = alaska_purchase_interest + country_event = 32514 + } + any_country = { + limit = { + NOT = { tag = RUS } + NOT = { has_country_flag = refused_alaska } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + any_owned_province = { + OR = { + region = MEX_85 + region = USA_78 + region = USA_81 + region = CAN_13 + region = JAP_1088 + } + } + } + set_country_flag = alaska_purchase_interest + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + FROM = { + OR = { + tag = USA + tag = CAN + } + } + } + } + } + + option = { + name = "EVT32510OPTC" + prestige = -10 + USA_1 = { add_core = RUS } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 32511 - title = "EVTNAME32511" - desc = "EVTDESC32511" - news = yes - news_title = "EVTNAME32511_NEWS_TITLE" - news_desc_long = "EVTDESC32511_NEWS_LONG" - news_desc_medium = "EVTDESC32511_NEWS_MEDIUM" - news_desc_short = "EVTDESC32511_NEWS_SHORT" - picture = "alaska" - - is_triggered_only = yes - - option = { - name = "EVT32511OPTA" - prestige = 10 - USA_1 = { add_core = THIS } - random_owned = { - limit = { - owner = { - OR = { - is_culture_group = american_cultures - is_culture_group = neo_european_cultures - is_culture_group = latin_american_cultures - } - } - } - LSK = { primary_culture = THIS } - } - - random_owned = { - limit = { owner = { is_culture_group = british } } - LSK = { primary_culture = anglo_canadian } - } - FROM = { - remove_accepted_culture = alaskan - any_owned = { - limit = { continent = north_america } - secede_province = THIS - } - } - - random_owned = { limit = { owner = { NOT = { primary_culture = japanese } } } - owner = { - 1 = { change_province_name = "Sitka" } - 2 = { change_province_name = "Juneau" } - 3 = { change_province_name = "Kenai" } - 4 = { change_province_name = "Kodiak" } - 2599 = { change_province_name = "Fairbanks" } - 2630 = { change_province_name = "Tok" } - } - } - - random_owned = { limit = { owner = { primary_culture = japanese } } - owner = { - 1 = { change_province_name = "Shitoka" } - 2 = { change_province_name = "Juno" } - 3 = { change_province_name = "Ankarejji" } - 4 = { change_province_name = "Yakutato" } - 5 = { change_province_name = "Yunirasuka" } - 2631 = { change_province_name = "Beseru" } - 2599 = { change_province_name = "Feabankusu" } - 2630 = { change_province_name = "Howaitohosu" } - 1 = { state_scope = { change_region_name = "Arasuka" } } - } - } - - LSK = { - clr_country_flag = sunni_country - clr_country_flag = shiite_country - clr_country_flag = ibadi_country - clr_country_flag = catholic_country - clr_country_flag = protestant_country - clr_country_flag = mormon_country - clr_country_flag = orthodox_country - clr_country_flag = coptic_country - clr_country_flag = jewish_country - clr_country_flag = yazidi_country - clr_country_flag = mahayana_country - clr_country_flag = gelugpa_country - clr_country_flag = theravada_country - clr_country_flag = hindu_country - clr_country_flag = shinto_country - clr_country_flag = sikh_country - clr_country_flag = animist_country - } - - random_owned = { limit = { owner = { has_country_flag = catholic_country } } LSK = { religion = catholic set_country_flag = catholic_country } } - random_owned = { - limit = { owner = { has_country_flag = protestant_country } } - LSK = { religion = protestant set_country_flag = protestant_country } - } - random_owned = { limit = { owner = { has_country_flag = orthodox_country } } LSK = { religion = orthodox set_country_flag = orthodox_country } } - random_owned = { limit = { owner = { has_country_flag = mormon_country } } LSK = { religion = mormon set_country_flag = mormon_country } } - random_owned = { limit = { owner = { has_country_flag = coptic_country } } LSK = { religion = coptic set_country_flag = coptic_country } } - random_owned = { limit = { owner = { has_country_flag = sunni_country } } LSK = { religion = sunni set_country_flag = sunni_country } } - random_owned = { limit = { owner = { has_country_flag = shiite_country } } LSK = { religion = shiite set_country_flag = shiite_country } } - random_owned = { limit = { owner = { has_country_flag = shinto_country } } LSK = { religion = shinto set_country_flag = shinto_country } } - random_owned = { limit = { owner = { has_country_flag = mahayana_country } } LSK = { religion = mahayana set_country_flag = mahayana_country } } - random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } LSK = { religion = gelugpa set_country_flag = gelugpa_country } } - random_owned = { limit = { owner = { has_country_flag = theravada_country } } LSK = { religion = theravada set_country_flag = theravada_country } } - random_owned = { limit = { owner = { has_country_flag = hindu_country } } LSK = { religion = hindu set_country_flag = hindu_country } } - random_owned = { limit = { owner = { has_country_flag = sikh_country } } LSK = { religion = sikh set_country_flag = sikh_country } } - random_owned = { limit = { owner = { has_country_flag = jewish_country } } LSK = { religion = jewish set_country_flag = jewish_country } } - random_owned = { limit = { owner = { has_country_flag = ibadi_country } } LSK = { religion = ibadi set_country_flag = ibadi_country } } - random_owned = { limit = { owner = { has_country_flag = yazidi_country } } LSK = { religion = yazidi set_country_flag = yazidi_country } } - } + id = 32511 + title = "EVTNAME32511" + desc = "EVTDESC32511" + news = yes + news_title = "EVTNAME32511_NEWS_TITLE" + news_desc_long = "EVTDESC32511_NEWS_LONG" + news_desc_medium = "EVTDESC32511_NEWS_MEDIUM" + news_desc_short = "EVTDESC32511_NEWS_SHORT" + picture = "alaska" + + is_triggered_only = yes + + option = { + name = "EVT32511OPTA" + prestige = 10 + USA_1 = { add_core = THIS } + random_owned = { + limit = { + owner = { + OR = { + is_culture_group = american_cultures + is_culture_group = neo_european_cultures + is_culture_group = latin_american_cultures + } + } + } + LSK = { primary_culture = THIS } + } + + random_owned = { + limit = { owner = { is_culture_group = british } } + LSK = { primary_culture = anglo_canadian } + } + FROM = { + remove_accepted_culture = alaskan + any_owned = { + limit = { continent = north_america } + secede_province = THIS + } + } + + random_owned = { limit = { owner = { NOT = { primary_culture = japanese } } } + owner = { + 1 = { change_province_name = "Sitka" } + 2 = { change_province_name = "Juneau" } + 3 = { change_province_name = "Kenai" } + 4 = { change_province_name = "Kodiak" } + 2599 = { change_province_name = "Fairbanks" } + 2630 = { change_province_name = "Tok" } + } + } + + random_owned = { limit = { owner = { primary_culture = japanese } } + owner = { + 1 = { change_province_name = "Shitoka" } + 2 = { change_province_name = "Juno" } + 3 = { change_province_name = "Ankarejji" } + 4 = { change_province_name = "Yakutato" } + 5 = { change_province_name = "Yunirasuka" } + 2631 = { change_province_name = "Beseru" } + 2599 = { change_province_name = "Feabankusu" } + 2630 = { change_province_name = "Howaitohosu" } + 1 = { state_scope = { change_region_name = "Arasuka" } } + } + } + + LSK = { + clr_country_flag = sunni_country + clr_country_flag = shiite_country + clr_country_flag = ibadi_country + clr_country_flag = catholic_country + clr_country_flag = protestant_country + clr_country_flag = mormon_country + clr_country_flag = orthodox_country + clr_country_flag = coptic_country + clr_country_flag = jewish_country + clr_country_flag = yazidi_country + clr_country_flag = mahayana_country + clr_country_flag = gelugpa_country + clr_country_flag = theravada_country + clr_country_flag = hindu_country + clr_country_flag = shinto_country + clr_country_flag = sikh_country + clr_country_flag = animist_country + } + + random_owned = { limit = { owner = { has_country_flag = catholic_country } } LSK = { religion = catholic set_country_flag = catholic_country } } + random_owned = { + limit = { owner = { has_country_flag = protestant_country } } + LSK = { religion = protestant set_country_flag = protestant_country } + } + random_owned = { limit = { owner = { has_country_flag = orthodox_country } } LSK = { religion = orthodox set_country_flag = orthodox_country } } + random_owned = { limit = { owner = { has_country_flag = mormon_country } } LSK = { religion = mormon set_country_flag = mormon_country } } + random_owned = { limit = { owner = { has_country_flag = coptic_country } } LSK = { religion = coptic set_country_flag = coptic_country } } + random_owned = { limit = { owner = { has_country_flag = sunni_country } } LSK = { religion = sunni set_country_flag = sunni_country } } + random_owned = { limit = { owner = { has_country_flag = shiite_country } } LSK = { religion = shiite set_country_flag = shiite_country } } + random_owned = { limit = { owner = { has_country_flag = shinto_country } } LSK = { religion = shinto set_country_flag = shinto_country } } + random_owned = { limit = { owner = { has_country_flag = mahayana_country } } LSK = { religion = mahayana set_country_flag = mahayana_country } } + random_owned = { limit = { owner = { has_country_flag = gelugpa_country } } LSK = { religion = gelugpa set_country_flag = gelugpa_country } } + random_owned = { limit = { owner = { has_country_flag = theravada_country } } LSK = { religion = theravada set_country_flag = theravada_country } } + random_owned = { limit = { owner = { has_country_flag = hindu_country } } LSK = { religion = hindu set_country_flag = hindu_country } } + random_owned = { limit = { owner = { has_country_flag = sikh_country } } LSK = { religion = sikh set_country_flag = sikh_country } } + random_owned = { limit = { owner = { has_country_flag = jewish_country } } LSK = { religion = jewish set_country_flag = jewish_country } } + random_owned = { limit = { owner = { has_country_flag = ibadi_country } } LSK = { religion = ibadi set_country_flag = ibadi_country } } + random_owned = { limit = { owner = { has_country_flag = yazidi_country } } LSK = { religion = yazidi set_country_flag = yazidi_country } } + } } country_event = { - id = 32514 - title = "EVTNAME32514" - desc = "EVTDESC32514" - picture = "alaska" - - is_triggered_only = yes - - option = { - name = "EVT32514OPTA" - prestige = -5 - treasury = 250000 - relation = { who = RUS value = -25 } - } + id = 32514 + title = "EVTNAME32514" + desc = "EVTDESC32514" + picture = "alaska" + + is_triggered_only = yes + + option = { + name = "EVT32514OPTA" + prestige = -5 + treasury = 250000 + relation = { who = RUS value = -25 } + } } #Peking Convention country_event = { - id = 80101 - title = "EVTNAME80101" - desc = "EVTDESC80101" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80101OPTA" - prestige = 10 - relation = { who = FROM value = 50 } - } + id = 80101 + title = "EVTNAME80101" + desc = "EVTDESC80101" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80101OPTA" + prestige = 10 + relation = { who = FROM value = 50 } + } } country_event = { - id = 80102 - title = "EVTNAME80102" - desc = "EVTDESC80102" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80102OPTA" - prestige = -10 - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -100 } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 30 - } - } + id = 80102 + title = "EVTNAME80102" + desc = "EVTDESC80102" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80102OPTA" + prestige = -10 + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -100 } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 30 + } + } } country_event = { - id = 80103 - title = "EVTNAME80103" #The Amban's Demand - Qing vassals to hand over territory to Russia - desc = "EVTDESC80103" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80103OPTA" - prestige = -5 - any_pop = { militancy = 3 } - any_owned = { - limit = { is_core = RUS } - secede_province = RUS - } - 1613 = { add_core = MCK } - #random_owned = { limit = { owner = { ai = yes } } owner = { annex_to = FROM } } - any_owned = { limit = { is_core = MCK } add_province_modifier = { name = nationalist_agitation duration = 365 } } - any_owned = { - limit = { - is_core = MCK - NOT = { is_core = RUS } - } - add_core = QNG - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.25 - NOT = { in_sphere = RUS } - part_of_sphere = yes - } - } - } - - option = { - name = "EVT80103OPTB" - prestige = 5 - any_pop = { militancy = -6 } - leave_alliance = FROM - relation = { who = RUS value = -100 } - FROM = { country_event = 80104 } - ai_chance = { - factor = 5 - modifier = { - factor = 2 - FROM = { war = yes } - } - modifier = { - factor = 2 - any_greater_power = { war_with = FROM } - } - modifier = { - factor = 0 - in_sphere = RUS - } - modifier = { - factor = 0.05 - NOT = { in_sphere = RUS } - part_of_sphere = yes - } - } - } + id = 80103 + title = "EVTNAME80103" #The Amban's Demand - Qing vassals to hand over territory to Russia + desc = "EVTDESC80103" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80103OPTA" + prestige = -5 + any_pop = { militancy = 3 } + any_owned = { + limit = { is_core = RUS } + secede_province = RUS + } + 1613 = { add_core = MCK } + #random_owned = { limit = { owner = { ai = yes } } owner = { annex_to = FROM } } + any_owned = { limit = { is_core = MCK } add_province_modifier = { name = nationalist_agitation duration = 365 } } + any_owned = { + limit = { + is_core = MCK + NOT = { is_core = RUS } + } + add_core = QNG + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.25 + NOT = { in_sphere = RUS } + part_of_sphere = yes + } + } + } + + option = { + name = "EVT80103OPTB" + prestige = 5 + any_pop = { militancy = -6 } + leave_alliance = FROM + relation = { who = RUS value = -100 } + FROM = { country_event = 80104 } + ai_chance = { + factor = 5 + modifier = { + factor = 2 + FROM = { war = yes } + } + modifier = { + factor = 2 + any_greater_power = { war_with = FROM } + } + modifier = { + factor = 0 + in_sphere = RUS + } + modifier = { + factor = 0.05 + NOT = { in_sphere = RUS } + part_of_sphere = yes + } + } + } } country_event = { - id = 80104 - title = "EVTNAME80104" - desc = "EVTDESC80104" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT80104OPTA" - prestige = -10 - release_vassal = FROM - relation = { who = FROM value = -100 } - } + id = 80104 + title = "EVTNAME80104" + desc = "EVTDESC80104" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT80104OPTA" + prestige = -10 + release_vassal = FROM + relation = { who = FROM value = -100 } + } } country_event = { - id = 80110 - title = "EVTNAME80110" #The Convention of Peking - desc = "EVTDESC80110" - news = yes - news_desc_long = "EVTDESC80110_NEWS_LONG" - news_desc_medium = "EVTDESC80110_NEWS_MEDIUM" - news_desc_short = "EVTDESC80110_NEWS_SHORT" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80110OPTA" - RUS = { country_event = 80101 } - any_country = { - limit = { - OR = { - vassal_of = THIS - substate_of = THIS - } - any_owned_province = { is_core = RUS } - } - country_event = 80103 - } - any_owned = { - limit = { is_core = RUS } - secede_province = RUS - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.75 - NOT = { relation = { who = RUS value = -50 } } - } - } - } - - option = { - name = "EVT80110OPTB" - prestige = 10 - RUS = { country_event = 80102 } - relation = { who = FROM value = -300 } - random_country = { - limit = { - substate_of = THIS - primary_culture = manchu - capital = 1555 - } - annex_to = THIS - } - - 1613 = { add_core = MCK } - any_owned = { limit = { is_core = MCK } add_province_modifier = { name = nationalist_agitation duration = 365 } } - any_owned = { limit = { is_core = MCK } add_core = QNG } - - ai_chance = { - factor = 20 - modifier = { - factor = 1.1 - NOT = { war_exhaustion = 25 } - 1082 = { owner = { part_of_sphere = no } } - } - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0 - national_provinces_occupied = 0.25 - } - modifier = { - factor = 0.5 - war_exhaustion = 25 - } - } - } + id = 80110 + title = "EVTNAME80110" #The Convention of Peking + desc = "EVTDESC80110" + news = yes + news_desc_long = "EVTDESC80110_NEWS_LONG" + news_desc_medium = "EVTDESC80110_NEWS_MEDIUM" + news_desc_short = "EVTDESC80110_NEWS_SHORT" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80110OPTA" + RUS = { country_event = 80101 } + any_country = { + limit = { + OR = { + vassal_of = THIS + substate_of = THIS + } + any_owned_province = { is_core = RUS } + } + country_event = 80103 + } + any_owned = { + limit = { is_core = RUS } + secede_province = RUS + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.75 + NOT = { relation = { who = RUS value = -50 } } + } + } + } + + option = { + name = "EVT80110OPTB" + prestige = 10 + RUS = { country_event = 80102 } + relation = { who = FROM value = -300 } + random_country = { + limit = { + substate_of = THIS + primary_culture = manchu + capital = 1555 + } + annex_to = THIS + } + + 1613 = { add_core = MCK } + any_owned = { limit = { is_core = MCK } add_province_modifier = { name = nationalist_agitation duration = 365 } } + any_owned = { limit = { is_core = MCK } add_core = QNG } + + ai_chance = { + factor = 20 + modifier = { + factor = 1.1 + NOT = { war_exhaustion = 25 } + 1082 = { owner = { part_of_sphere = no } } + } + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0 + national_provinces_occupied = 0.25 + } + modifier = { + factor = 0.5 + war_exhaustion = 25 + } + } + } } #Mongolian Protectorate country_event = { - id = 80115 - title = "EVTNAME80115" - desc = "EVTDESC80115" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80115OPTA" - prestige = -5 - any_owned = { - limit = { is_core = RUS } - secede_province = RUS - } - create_alliance = FROM - FROM = { - create_vassal = THIS - relation = { who = THIS value = 100 } - diplomatic_influence = { who = THIS value = 100 } - } - random_country = { - limit = { - OR = { - tag = QNG - tag = CHI - tag = KMT - tag = TPG - } - exists = yes - neighbour = THIS - } - casus_belli = { - target = RUS - type = release_puppet - months = 60 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVT80115OPTB" - prestige = 5 - any_pop = { militancy = -3 } - RUS = { country_event = 80116 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - in_sphere = FROM - } - } - } + id = 80115 + title = "EVTNAME80115" + desc = "EVTDESC80115" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80115OPTA" + prestige = -5 + any_owned = { + limit = { is_core = RUS } + secede_province = RUS + } + create_alliance = FROM + FROM = { + create_vassal = THIS + relation = { who = THIS value = 100 } + diplomatic_influence = { who = THIS value = 100 } + } + random_country = { + limit = { + OR = { + tag = QNG + tag = CHI + tag = KMT + tag = TPG + } + exists = yes + neighbour = THIS + } + casus_belli = { + target = RUS + type = release_puppet + months = 60 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVT80115OPTB" + prestige = 5 + any_pop = { militancy = -3 } + RUS = { country_event = 80116 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + in_sphere = FROM + } + } + } } country_event = { - id = 80116 - title = "EVTNAME80116" - desc = "EVTDESC80116" - picture = "asian_administration" - - is_triggered_only = yes - - option = { - name = "EVT80116OPTA" - prestige = -5 - leave_alliance = FROM - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -100 } - random_country = { - limit = { - tag = FROM - number_of_states = 2 - civilized = yes - } - add_casus_belli = { - target = THIS - type = acquire_state - months = 24 - } - } - random_country = { - limit = { - tag = FROM - number_of_states = 2 - civilized = no - NOT = { has_global_flag = berlin_conference } - } - add_casus_belli = { - target = THIS - type = demand_concession_NI_casus_belli - months = 24 - } - } - random_country = { - limit = { - tag = FROM - number_of_states = 2 - civilized = no - has_global_flag = berlin_conference - } - add_casus_belli = { - target = THIS - type = demand_concession_BC_casus_belli - months = 24 - } - } - random_country = { - limit = { - tag = FROM - NOT = { number_of_states = 2 } - civilized = yes - } - add_casus_belli = { - target = THIS - type = conquest - months = 24 - } - } - random_country = { - limit = { - tag = FROM - NOT = { number_of_states = 2 } - civilized = no - NOT = { has_global_flag = berlin_conference } - } - add_casus_belli = { - target = THIS - type = establish_protectorate_NI_casus_belli - months = 24 - } - } - random_country = { - limit = { - tag = FROM - NOT = { number_of_states = 2 } - civilized = no - has_global_flag = berlin_conference - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 24 - } - } - } + id = 80116 + title = "EVTNAME80116" + desc = "EVTDESC80116" + picture = "asian_administration" + + is_triggered_only = yes + + option = { + name = "EVT80116OPTA" + prestige = -5 + leave_alliance = FROM + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -100 } + random_country = { + limit = { + tag = FROM + number_of_states = 2 + civilized = yes + } + add_casus_belli = { + target = THIS + type = acquire_state + months = 24 + } + } + random_country = { + limit = { + tag = FROM + number_of_states = 2 + civilized = no + NOT = { has_global_flag = berlin_conference } + } + add_casus_belli = { + target = THIS + type = demand_concession_NI_casus_belli + months = 24 + } + } + random_country = { + limit = { + tag = FROM + number_of_states = 2 + civilized = no + has_global_flag = berlin_conference + } + add_casus_belli = { + target = THIS + type = demand_concession_BC_casus_belli + months = 24 + } + } + random_country = { + limit = { + tag = FROM + NOT = { number_of_states = 2 } + civilized = yes + } + add_casus_belli = { + target = THIS + type = conquest + months = 24 + } + } + random_country = { + limit = { + tag = FROM + NOT = { number_of_states = 2 } + civilized = no + NOT = { has_global_flag = berlin_conference } + } + add_casus_belli = { + target = THIS + type = establish_protectorate_NI_casus_belli + months = 24 + } + } + random_country = { + limit = { + tag = FROM + NOT = { number_of_states = 2 } + civilized = no + has_global_flag = berlin_conference + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 24 + } + } + } } country_event = { - id = 32512 - title = "EVTNAME32512" #Intervention in Hungary? - desc = "EVTDESC32512" - picture = "deliberation" - - fire_only_once = yes - - trigger = { - tag = RUS - war = no - has_global_flag = hungarian_revolution_occurred - exists = HUN - NOT = { truce_with = HUN } - AUS = { - NOT = { has_country_flag = austria_let_hungary_go } - NOT = { truce_with = RUS } - war_with = HUN - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 3 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - AUS = { - any_owned_province = { controlled_by = HUN } - } - } - } - - option = { - name = "EVT32512OPTA" - prestige = 5 - casus_belli = { - target = HUN - type = cut_down_to_size - months = 12 - } - war = { - target = HUN - attacker_goal = { - casus_belli = cut_down_to_size - } - } - military_access = AUS - random_owned = { - limit = { - owner = { ai = yes } - AUS = { ai = yes } - } - owner = { - relation = { - who = AUS - value = 300 - } - } - } - random_owned = { - limit = { - OR = { - owner = { ai = no } - AUS = { ai = no } - } - } - owner = { - relation = { - who = AUS - value = 100 - } - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - HUN = { national_provinces_occupied = .25 } - } - modifier = { - factor = 0.5 - NOT = { - relation = { who = AUS value = 0 } - } - } - } - } - - option = { - name = "EVT32512OPTB" - any_owned = { - limit = { - NOT = { has_province_modifier = nationalist_agitation } - any_core = { - OR = { - primary_culture = polish - primary_culture = lithuanian - primary_culture = estonian - primary_culture = latvian - } - exists = no - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - is_primary_culture = no - location = { - any_core = { - NOT = { primary_culture = russian } - } - } - } - militancy = 4 - consciousness = 2 - } - ai_chance = { - factor = 20 - modifier = { - factor = 4 - HUN = { national_provinces_occupied = .25 } - } - modifier = { - factor = 2 - NOT = { - relation = { who = AUS value = 50 } - } - } - modifier = { - factor = 2 - NOT = { - relation = { who = AUS value = 0 } - } - } - modifier = { - factor = 0.25 - relation = { who = AUS value = 50 } - } - } - } + id = 32512 + title = "EVTNAME32512" #Intervention in Hungary? + desc = "EVTDESC32512" + picture = "deliberation" + + fire_only_once = yes + + trigger = { + tag = RUS + war = no + has_global_flag = hungarian_revolution_occurred + exists = HUN + NOT = { truce_with = HUN } + AUS = { + NOT = { has_country_flag = austria_let_hungary_go } + NOT = { truce_with = RUS } + war_with = HUN + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 3 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + AUS = { + any_owned_province = { controlled_by = HUN } + } + } + } + + option = { + name = "EVT32512OPTA" + prestige = 5 + casus_belli = { + target = HUN + type = cut_down_to_size + months = 12 + } + war = { + target = HUN + attacker_goal = { + casus_belli = cut_down_to_size + } + } + military_access = AUS + random_owned = { + limit = { + owner = { ai = yes } + AUS = { ai = yes } + } + owner = { + relation = { + who = AUS + value = 300 + } + } + } + random_owned = { + limit = { + OR = { + owner = { ai = no } + AUS = { ai = no } + } + } + owner = { + relation = { + who = AUS + value = 100 + } + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + HUN = { national_provinces_occupied = .25 } + } + modifier = { + factor = 0.5 + NOT = { + relation = { who = AUS value = 0 } + } + } + } + } + + option = { + name = "EVT32512OPTB" + any_owned = { + limit = { + NOT = { has_province_modifier = nationalist_agitation } + any_core = { + OR = { + primary_culture = polish + primary_culture = lithuanian + primary_culture = estonian + primary_culture = latvian + } + exists = no + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + is_primary_culture = no + location = { + any_core = { + NOT = { primary_culture = russian } + } + } + } + militancy = 4 + consciousness = 2 + } + ai_chance = { + factor = 20 + modifier = { + factor = 4 + HUN = { national_provinces_occupied = .25 } + } + modifier = { + factor = 2 + NOT = { + relation = { who = AUS value = 50 } + } + } + modifier = { + factor = 2 + NOT = { + relation = { who = AUS value = 0 } + } + } + modifier = { + factor = 0.25 + relation = { who = AUS value = 50 } + } + } + } } #Treaty of Tartu country_event = { - id = 32515 - title = "EVTNAME32515" #the Treaty of Tartu - desc = "EVTDESC32515" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT32515OPTA" - prestige = 10 - badboy = -3 - relation = { who = FIN value = 100 } - any_country = { - limit = { is_sphere_leader_of = FIN } - diplomatic_influence = { who = FIN value = -100 } - relation = { who = THIS value = -25 } - } - diplomatic_influence = { who = FIN value = 200 } - 339 = { remove_core = RUS } - 982 = { - remove_core = RUS - add_core = FIN - secede_province = FIN - } - ai_chance = { - factor = 85 - modifier = { factor = 100 badboy = 0.15 } - } - } - - option = { - name = "EVT32515OPTB" - badboy = 3 - FROM = { country_event = 32516 } - ai_chance = { - factor = 15 - modifier = { factor = 0 badboy = 0.8 } - } - } + id = 32515 + title = "EVTNAME32515" #the Treaty of Tartu + desc = "EVTDESC32515" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT32515OPTA" + prestige = 10 + badboy = -3 + relation = { who = FIN value = 100 } + any_country = { + limit = { is_sphere_leader_of = FIN } + diplomatic_influence = { who = FIN value = -100 } + relation = { who = THIS value = -25 } + } + diplomatic_influence = { who = FIN value = 200 } + 339 = { remove_core = RUS } + 982 = { + remove_core = RUS + add_core = FIN + secede_province = FIN + } + ai_chance = { + factor = 85 + modifier = { factor = 100 badboy = 0.15 } + } + } + + option = { + name = "EVT32515OPTB" + badboy = 3 + FROM = { country_event = 32516 } + ai_chance = { + factor = 15 + modifier = { factor = 0 badboy = 0.8 } + } + } } country_event = { - id = 32516 - title = "EVTNAME32516" #Russia Has Refused - desc = "EVTDESC32516" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT32516OPTA" - prestige = -20 - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.1 - value = jingoism - } - militancy = 3 - } - 339 = { secede_province = RUS - change_province_name = "Vyborg" - } - } - - option = { - name = "EVT32516OPTB" - prestige = 5 - any_country = { - limit = { - OR = { - is_culture_group = scandinavian - truce_with = RUS - NOT = { - relation = { who = RUS value = -50 } - } - } - } - relation = { who = FIN value = 100 } - } - - } + id = 32516 + title = "EVTNAME32516" #Russia Has Refused + desc = "EVTDESC32516" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT32516OPTA" + prestige = -20 + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.1 + value = jingoism + } + militancy = 3 + } + 339 = { secede_province = RUS + change_province_name = "Vyborg" + } + } + + option = { + name = "EVT32516OPTB" + prestige = 5 + any_country = { + limit = { + OR = { + is_culture_group = scandinavian + truce_with = RUS + NOT = { + relation = { who = RUS value = -50 } + } + } + } + relation = { who = FIN value = 100 } + } + + } } country_event = { - - id = 32520 - title = "EVTNAME32520" #The Eastern Islands - desc = "EVTDESC32520" - picture = "Southpole3" - - trigger = { - tag = RUS - war = no - year = 1845 - OR = { - AND = { - owns = 1072 #Okhotsk - 1086 = { empty = yes } #Pogobi - } - AND = { - owns = 1074 #Petropavlovsk - 1088 = { empty = yes } #Shumshu - } - } - } - - mean_time_to_happen = { months = 60 } - - option = { - name = "EVT32520OPTA" - random_owned = { - limit = { - 1086 = { empty = no } - 1088 = { empty = yes } - 1074 = { owned_by = THIS } - } - 1088 = { - secede_province = THIS - any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } - } - } - random_owned = { - limit = { - 1086 = { empty = yes } - 1072 = { owned_by = THIS } - } - 1086 = { - secede_province = THIS - add_core = THIS - any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } - } - } - } + + id = 32520 + title = "EVTNAME32520" #The Eastern Islands + desc = "EVTDESC32520" + picture = "Southpole3" + + trigger = { + tag = RUS + war = no + year = 1845 + OR = { + AND = { + owns = 1072 #Okhotsk + 1086 = { empty = yes } #Pogobi + } + AND = { + owns = 1074 #Petropavlovsk + 1088 = { empty = yes } #Shumshu + } + } + } + + mean_time_to_happen = { months = 60 } + + option = { + name = "EVT32520OPTA" + random_owned = { + limit = { + 1086 = { empty = no } + 1088 = { empty = yes } + 1074 = { owned_by = THIS } + } + 1088 = { + secede_province = THIS + any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } + } + } + random_owned = { + limit = { + 1086 = { empty = yes } + 1072 = { owned_by = THIS } + } + 1086 = { + secede_province = THIS + add_core = THIS + any_pop = { limit = { NOT = { is_primary_culture = yes } } literacy = -0.99 } + } + } + } } country_event = { - id = 32521 - title = "EVTNAME32521" #Treaty of Shimoda - desc = "EVTDESC32521" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVTOPTA32521" - relation = { who = FROM value = 100 } - random_owned = { - limit = { - owner = { is_greater_power = no } - } - FROM = { diplomatic_influence = { who = THIS value = 50 } } - } - } + id = 32521 + title = "EVTNAME32521" #Treaty of Shimoda + desc = "EVTDESC32521" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVTOPTA32521" + relation = { who = FROM value = 100 } + random_owned = { + limit = { + owner = { is_greater_power = no } + } + FROM = { diplomatic_influence = { who = THIS value = 50 } } + } + } } country_event = { - id = 32522 - title = "EVTNAME32522" #Trouble in Sakhalin (Russia Proposal) - desc = "EVTDESC32522" - picture = "kurils" - - trigger = { - tag = RUS - war = no - owns = 1086 #Pogobi - owns = 1088 #Shumshu - 1087 = { #Otomari - owner = { - primary_culture = japanese - civilized = yes - NOT = { war_with = THIS } - NOT = { truce_with = THIS } - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - NOT = { year = 1865 } - } - modifier = { - factor = 0.5 - year = 1875 - } - modifier = { - factor = 0.5 - year = 1880 - } - - } - - option = { #Proposal A - name = "EV32522OPTA" - badboy = -2 - random_country = { - limit = { - owns = 1087 #Otomari - } - country_event = 32523 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 2 - is_disarmed = yes - } - modifier = { - factor = 2 - badboy = 0.2 - } - modifier = { - factor = 2 - badboy = 0.4 - } - modifier = { - factor = 2 - badboy = 0.6 - } - modifier = { - factor = 2 - badboy = 20 - } - } - } - - option = { #Proposal B - name = "EV32522OPTB" - treasury = -20000 - random_country = { - limit = { - owns = 1087 #Otomari - } - country_event = 32524 - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - NOT = { money = 20000 } - } - } - } - - option = { #Proposal C - name = "EV32522OPTC" - badboy = 3 - random_country = { - limit = { - owns = 1087 #Ootomari - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - country_event = 32525 - } - ai_chance = { - factor = 10 - modifier = { - factor = 3 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0 - is_disarmed = yes - } - modifier = { - factor = 2 - NOT = { badboy = 0.2 } - } - modifier = { - factor = 0 - badboy = 0.4 - } - modifier = { - factor = 2 - 1087 = { - owner = { in_sphere = THIS } - } - } - modifier = { - factor = 0.5 - any_greater_power = { - NOT = { tag = THIS } - OR = { - is_sphere_leader_of = TKG - is_sphere_leader_of = JAP - } - } - } - } - } + id = 32522 + title = "EVTNAME32522" #Trouble in Sakhalin (Russia Proposal) + desc = "EVTDESC32522" + picture = "kurils" + + trigger = { + tag = RUS + war = no + owns = 1086 #Pogobi + owns = 1088 #Shumshu + 1087 = { #Otomari + owner = { + primary_culture = japanese + civilized = yes + NOT = { war_with = THIS } + NOT = { truce_with = THIS } + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + NOT = { year = 1865 } + } + modifier = { + factor = 0.5 + year = 1875 + } + modifier = { + factor = 0.5 + year = 1880 + } + + } + + option = { #Proposal A + name = "EV32522OPTA" + badboy = -2 + random_country = { + limit = { + owns = 1087 #Otomari + } + country_event = 32523 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 2 + is_disarmed = yes + } + modifier = { + factor = 2 + badboy = 0.2 + } + modifier = { + factor = 2 + badboy = 0.4 + } + modifier = { + factor = 2 + badboy = 0.6 + } + modifier = { + factor = 2 + badboy = 20 + } + } + } + + option = { #Proposal B + name = "EV32522OPTB" + treasury = -20000 + random_country = { + limit = { + owns = 1087 #Otomari + } + country_event = 32524 + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + NOT = { money = 20000 } + } + } + } + + option = { #Proposal C + name = "EV32522OPTC" + badboy = 3 + random_country = { + limit = { + owns = 1087 #Ootomari + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + country_event = 32525 + } + ai_chance = { + factor = 10 + modifier = { + factor = 3 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0 + is_disarmed = yes + } + modifier = { + factor = 2 + NOT = { badboy = 0.2 } + } + modifier = { + factor = 0 + badboy = 0.4 + } + modifier = { + factor = 2 + 1087 = { + owner = { in_sphere = THIS } + } + } + modifier = { + factor = 0.5 + any_greater_power = { + NOT = { tag = THIS } + OR = { + is_sphere_leader_of = TKG + is_sphere_leader_of = JAP + } + } + } + } + } } country_event = { - id = 32523 - title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response A) - desc = "EVTDESC32523" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVT32523OPTA" - prestige = 5 - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - relation = { who = FROM value = 50 } - FROM = { - prestige = 5 - country_event = 32527 - } - } + id = 32523 + title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response A) + desc = "EVTDESC32523" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVT32523OPTA" + prestige = 5 + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + relation = { who = FROM value = 50 } + FROM = { + prestige = 5 + country_event = 32527 + } + } } country_event = { - id = 32524 - title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response B) - desc = "EVTDESC32524" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVT32524OPTA" - 1088 = { #Shumshu - remove_core = RUS - change_province_name = "Shumushu" - secede_province = THIS - } - 1087 = { #Otomari - remove_core = THIS - change_province_name = "Korsakov" - secede_province = FROM - } - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - treasury = 20000 - FROM = { - prestige = 10 - country_event = 32527 - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 1.5 - in_sphere = FROM - } - } - } - - option = { - name = "EVT32524OPTB" - prestige = 5 - relation = { who = FROM value = -50 } - random_country = { - limit = { - tag = FROM - is_greater_power = yes - THIS = { is_greater_power = no } - } - diplomatic_influence = { who = THIS value = -50 } - } - FROM = { - treasury = 20000 - country_event = 32526 - } - ai_chance = { - factor = 10 - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } + id = 32524 + title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response B) + desc = "EVTDESC32524" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVT32524OPTA" + 1088 = { #Shumshu + remove_core = RUS + change_province_name = "Shumushu" + secede_province = THIS + } + 1087 = { #Otomari + remove_core = THIS + change_province_name = "Korsakov" + secede_province = FROM + } + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + treasury = 20000 + FROM = { + prestige = 10 + country_event = 32527 + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 1.5 + in_sphere = FROM + } + } + } + + option = { + name = "EVT32524OPTB" + prestige = 5 + relation = { who = FROM value = -50 } + random_country = { + limit = { + tag = FROM + is_greater_power = yes + THIS = { is_greater_power = no } + } + diplomatic_influence = { who = THIS value = -50 } + } + FROM = { + treasury = 20000 + country_event = 32526 + } + ai_chance = { + factor = 10 + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } } country_event = { - id = 32525 - title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response C) - desc = "EVTDESC32525" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVT32525OPTA" - prestige_factor = -0.1 - 1087 = { #Otomari - remove_core = THIS - change_province_name = "Korsakov" - secede_province = FROM - } - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - relation = { who = FROM value = -50 } - random_country = { - limit = { - tag = FROM - is_greater_power = yes - THIS = { is_greater_power = no } - } - diplomatic_influence = { who = THIS value = -100 } - } - FROM = { - prestige = 15 - country_event = 32527 - } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 1.5 - in_sphere = FROM - } - } - } - - option = { - name = "EVT32525OPTB" - prestige = 5 - relation = { who = FROM value = -50 } - random_country = { - limit = { - tag = FROM - is_greater_power = yes - THIS = { is_greater_power = no } - } - diplomatic_influence = { who = THIS value = -100 } - } - FROM = { - country_event = 32526 - } - ai_chance = { - factor = 60 - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } + id = 32525 + title = "EVTNAME32522" #Trouble in Sakhalin (Japan Response C) + desc = "EVTDESC32525" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVT32525OPTA" + prestige_factor = -0.1 + 1087 = { #Otomari + remove_core = THIS + change_province_name = "Korsakov" + secede_province = FROM + } + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + relation = { who = FROM value = -50 } + random_country = { + limit = { + tag = FROM + is_greater_power = yes + THIS = { is_greater_power = no } + } + diplomatic_influence = { who = THIS value = -100 } + } + FROM = { + prestige = 15 + country_event = 32527 + } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 1.5 + in_sphere = FROM + } + } + } + + option = { + name = "EVT32525OPTB" + prestige = 5 + relation = { who = FROM value = -50 } + random_country = { + limit = { + tag = FROM + is_greater_power = yes + THIS = { is_greater_power = no } + } + diplomatic_influence = { who = THIS value = -100 } + } + FROM = { + country_event = 32526 + } + ai_chance = { + factor = 60 + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } } country_event = { - id = 32526 - title = "EVTNAME32526" #Trouble in Sakhalin (Russia Response) - desc = "EVTDESC32526" - picture = "kurils" - - is_triggered_only = yes - - option = { - name = "EVT32526OPTA" - prestige_factor = -0.1 - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - FROM = { country_event = 32527 } - ai_chance = { - factor = 50 - modifier = { - factor = 0.25 - war_policy = jingoism - } - modifier = { - factor = 1.5 - relation = { who = FROM value = 0 } - } - modifier = { - factor = 3 - any_greater_power = { war_with = THIS } - } - } - } - - option = { - name = "EVT32526OPTB" - badboy = 5 - set_country_flag = fought_for_sakhalin - random_country = { - limit = { - tag = FROM - in_sphere = THIS - } - THIS = { diplomatic_influence = { who = FROM value = -200 } } - } - leave_alliance = FROM - casus_belli = { - type = humiliate - target = FROM - months = 60 - } - war = { - target = FROM - attacker_goal = { - casus_belli = acquire_any_state - state_province_id = 1087 #Otomari - } - } - random_owned = { - limit = { - province_id = 1086 #Pogobi - is_colonial = yes - } - FROM = { - casus_belli = { - type = place_in_the_sun - target = THIS - months = 60 - } - casus_belli = { - type = humiliate - target = THIS - months = 60 - } - } - } - - random_owned = { - limit = { - province_id = 1086 #Pogobi - is_colonial = no - } - FROM = { - casus_belli = { - type = acquire_state - target = THIS - months = 60 - } - casus_belli = { - type = humiliate - target = THIS - months = 60 - } - } - } - - ai_chance = { - factor = 50 - modifier = { - factor = 2 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0 - is_disarmed = yes - } - modifier = { - factor = 0.75 - war_exhaustion = 20 - } - modifier = { - factor = 0.75 - badboy = 0.4 - } - modifier = { - factor = 0.5 - badboy = 0.6 - } - modifier = { - factor = 0 - badboy = 0.8 - } - modifier = { - factor = 0.25 - any_greater_power = { - NOT = { tag = THIS } - is_sphere_leader_of = FROM - } - } - } - } + id = 32526 + title = "EVTNAME32526" #Trouble in Sakhalin (Russia Response) + desc = "EVTDESC32526" + picture = "kurils" + + is_triggered_only = yes + + option = { + name = "EVT32526OPTA" + prestige_factor = -0.1 + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + FROM = { country_event = 32527 } + ai_chance = { + factor = 50 + modifier = { + factor = 0.25 + war_policy = jingoism + } + modifier = { + factor = 1.5 + relation = { who = FROM value = 0 } + } + modifier = { + factor = 3 + any_greater_power = { war_with = THIS } + } + } + } + + option = { + name = "EVT32526OPTB" + badboy = 5 + set_country_flag = fought_for_sakhalin + random_country = { + limit = { + tag = FROM + in_sphere = THIS + } + THIS = { diplomatic_influence = { who = FROM value = -200 } } + } + leave_alliance = FROM + casus_belli = { + type = humiliate + target = FROM + months = 60 + } + war = { + target = FROM + attacker_goal = { + casus_belli = acquire_any_state + state_province_id = 1087 #Otomari + } + } + random_owned = { + limit = { + province_id = 1086 #Pogobi + is_colonial = yes + } + FROM = { + casus_belli = { + type = place_in_the_sun + target = THIS + months = 60 + } + casus_belli = { + type = humiliate + target = THIS + months = 60 + } + } + } + + random_owned = { + limit = { + province_id = 1086 #Pogobi + is_colonial = no + } + FROM = { + casus_belli = { + type = acquire_state + target = THIS + months = 60 + } + casus_belli = { + type = humiliate + target = THIS + months = 60 + } + } + } + + ai_chance = { + factor = 50 + modifier = { + factor = 2 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0 + is_disarmed = yes + } + modifier = { + factor = 0.75 + war_exhaustion = 20 + } + modifier = { + factor = 0.75 + badboy = 0.4 + } + modifier = { + factor = 0.5 + badboy = 0.6 + } + modifier = { + factor = 0 + badboy = 0.8 + } + modifier = { + factor = 0.25 + any_greater_power = { + NOT = { tag = THIS } + is_sphere_leader_of = FROM + } + } + } + } } country_event = { - id = 32527 - title = "EVTNAME32527" #Treaty of Saint Petersburg (Peace) - desc = "EVTDESC32527" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT32527OPTA" - relation = { who = FROM value = 50 } - random_country = { - limit = { - tag = FROM - is_greater_power = no - THIS = { is_greater_power = yes } - } - THIS = { diplomatic_influence = { who = FROM value = 50 } } - } - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - } + id = 32527 + title = "EVTNAME32527" #Treaty of Saint Petersburg (Peace) + desc = "EVTDESC32527" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT32527OPTA" + relation = { who = FROM value = 50 } + random_country = { + limit = { + tag = FROM + is_greater_power = no + THIS = { is_greater_power = yes } + } + THIS = { diplomatic_influence = { who = FROM value = 50 } } + } + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + } } country_event = { - - id = 32528 - title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Loses War) - desc = "EVTDESC32528" - picture = "treaty" - - trigger = { - tag = RUS - has_country_flag = fought_for_sakhalin - 1087 = { #Otomari - owner = { - NOT = { tag = THIS } - primary_culture = japanese - truce_with = THIS - } - } - } - - mean_time_to_happen = { - days = 7 - } - - fire_only_once = yes - - option = { - name = "EVT32528OPTA" - prestige_factor = -0.2 - clr_country_flag = fought_for_sakhalin - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - random_country = { - limit = { - owns = 1087 #Otomari - } - country_event = 32529 - } - } + + id = 32528 + title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Loses War) + desc = "EVTDESC32528" + picture = "treaty" + + trigger = { + tag = RUS + has_country_flag = fought_for_sakhalin + 1087 = { #Otomari + owner = { + NOT = { tag = THIS } + primary_culture = japanese + truce_with = THIS + } + } + } + + mean_time_to_happen = { + days = 7 + } + + fire_only_once = yes + + option = { + name = "EVT32528OPTA" + prestige_factor = -0.2 + clr_country_flag = fought_for_sakhalin + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + random_country = { + limit = { + owns = 1087 #Otomari + } + country_event = 32529 + } + } } country_event = { - - id = 32529 - title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Loses War For Japan) - desc = "EVTDESC32529" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT32529OPTA" - prestige = 20 - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - } + + id = 32529 + title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Loses War For Japan) + desc = "EVTDESC32529" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT32529OPTA" + prestige = 20 + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + } } country_event = { - - id = 32530 - title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Wins War) - desc = "EVTDESC32530" - picture = "treaty" - - trigger = { - tag = RUS - has_country_flag = fought_for_sakhalin - owns = 1087 #Otomari - owns = 1089 #Etorofu - OR = { - JAP = { - exists = yes - truce_with = THIS - } - TKG = { - exists = yes - truce_with = THIS - } - } - } - - mean_time_to_happen = { - days = 7 - } - - fire_only_once = yes - - option = { - name = "EVT32530OPTA" - prestige = 20 - clr_country_flag = fought_for_sakhalin - any_owned = { - limit = { - region = JAP_1086 - } - add_core = THIS - } - 1087 = { change_province_name = "Korsakov" } - 1089 = { change_province_name = "Iturup" } - 2832 = { change_province_name = "Tatar Strait" } - any_country = { - limit = { - OR = { - tag = JAP - tag = TKG - } - truce_with = THIS - } - country_event = 32531 - } - } + + id = 32530 + title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Wins War) + desc = "EVTDESC32530" + picture = "treaty" + + trigger = { + tag = RUS + has_country_flag = fought_for_sakhalin + owns = 1087 #Otomari + owns = 1089 #Etorofu + OR = { + JAP = { + exists = yes + truce_with = THIS + } + TKG = { + exists = yes + truce_with = THIS + } + } + } + + mean_time_to_happen = { + days = 7 + } + + fire_only_once = yes + + option = { + name = "EVT32530OPTA" + prestige = 20 + clr_country_flag = fought_for_sakhalin + any_owned = { + limit = { + region = JAP_1086 + } + add_core = THIS + } + 1087 = { change_province_name = "Korsakov" } + 1089 = { change_province_name = "Iturup" } + 2832 = { change_province_name = "Tatar Strait" } + any_country = { + limit = { + OR = { + tag = JAP + tag = TKG + } + truce_with = THIS + } + country_event = 32531 + } + } } country_event = { - - id = 32531 - title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Wins War For Japan) - desc = "EVTDESC32531" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT32528OPTA" - prestige_factor = -0.1 - } + + id = 32531 + title = "EVTNAME32527" #Treaty of Saint Petersburg (Russia Wins War For Japan) + desc = "EVTDESC32531" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT32528OPTA" + prestige_factor = -0.1 + } } country_event = { - - id = 32532 - title = "EVTNAME32532" #Russia expels the chinese from Outer Manchuria - desc = "EVTDESC32532" - picture = "vladivostok_manchu" - - trigger = { - has_country_flag = country_trying_to_expel_the_manchus - owns = 1082 - owns = 1083 - owns = 1084 - NOT = { has_global_flag = manchus_expelled_primorye } - has_global_flag = trying_to_expel_the_manchus - } - - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.8 - CHI_1082 = { any_owned_province = { country_units_in_province = THIS } } - } - } - - option = { - name = "EVT32532OPTA" - set_global_flag = manchus_expelled_primorye - clr_global_flag = trying_to_expel_the_manchus - clr_country_flag = country_trying_to_expel_the_manchus - prestige = 5 - 1082 = { - - poor_strata = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - random_list = { - 34 = { reduce_pop = 0.9 } - 33 = { reduce_pop = 0.8 } - 33 = { reduce_pop = 0.7 } - } - move_pop = 1554 - } - - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - militancy = 7 - consciousness = 9 - } - - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - OR = { - pop_type = artisans - pop_type = clergymen - pop_type = bureaucrats - } - } - pop_type = labourers - } - add_province_modifier = { name = population_resettlement duration = 2190 } - remove_province_modifier = nationalist_agitation - } - - 1083 = { - poor_strata = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - random_list = { - 34 = { reduce_pop = 0.9 } - 33 = { reduce_pop = 0.8 } - 33 = { reduce_pop = 0.7 } - } - move_pop = 1554 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - militancy = 7 - consciousness = 9 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - OR = { - pop_type = artisans - pop_type = clergymen - pop_type = bureaucrats - } - } - pop_type = labourers - } - add_province_modifier = { name = population_resettlement duration = 1460 } - remove_province_modifier = nationalist_agitation - } - - 1084 = { poor_strata = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - random_list = { - 34 = { reduce_pop = 0.9 } - 33 = { reduce_pop = 0.8 } - 33 = { reduce_pop = 0.7 } - } - move_pop = 1553 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - militancy = 7 - consciousness = 9 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - OR = { - pop_type = artisans - pop_type = clergymen - pop_type = bureaucrats - } - } - pop_type = labourers - } - add_province_modifier = { name = population_resettlement duration = 1460 } - remove_province_modifier = nationalist_agitation - } - - 1085 = { poor_strata = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - random_list = { - 34 = { reduce_pop = 0.9 } - 33 = { reduce_pop = 0.8 } - 33 = { reduce_pop = 0.7 } - } - move_pop = 1553 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - militancy = 7 - consciousness = 9 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - OR = { - pop_type = artisans - pop_type = clergymen - pop_type = bureaucrats - } - } - pop_type = farmers - } - add_province_modifier = { name = population_resettlement duration = 1460 } - remove_province_modifier = nationalist_agitation - } - - 2617 = { poor_strata = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - random_list = { - 34 = { reduce_pop = 0.9 } - 33 = { reduce_pop = 0.8 } - 33 = { reduce_pop = 0.7 } - } - move_pop = 1553 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - } - militancy = 7 - consciousness = 9 - } - any_pop = { - limit = { - OR = { - has_pop_culture = manchu - has_pop_culture = beifaren - has_pop_culture = nanfaren - } - OR = { - pop_type = artisans - pop_type = clergymen - pop_type = bureaucrats - } - } - pop_type = labourers - } - add_province_modifier = { name = population_resettlement duration = 1460 } - remove_province_modifier = nationalist_agitation - } - } + + id = 32532 + title = "EVTNAME32532" #Russia expels the chinese from Outer Manchuria + desc = "EVTDESC32532" + picture = "vladivostok_manchu" + + trigger = { + has_country_flag = country_trying_to_expel_the_manchus + owns = 1082 + owns = 1083 + owns = 1084 + NOT = { has_global_flag = manchus_expelled_primorye } + has_global_flag = trying_to_expel_the_manchus + } + + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.8 + CHI_1082 = { any_owned_province = { country_units_in_province = THIS } } + } + } + + option = { + name = "EVT32532OPTA" + set_global_flag = manchus_expelled_primorye + clr_global_flag = trying_to_expel_the_manchus + clr_country_flag = country_trying_to_expel_the_manchus + prestige = 5 + 1082 = { + + poor_strata = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + random_list = { + 34 = { reduce_pop = 0.9 } + 33 = { reduce_pop = 0.8 } + 33 = { reduce_pop = 0.7 } + } + move_pop = 1554 + } + + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + militancy = 7 + consciousness = 9 + } + + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + OR = { + pop_type = artisans + pop_type = clergymen + pop_type = bureaucrats + } + } + pop_type = labourers + } + add_province_modifier = { name = population_resettlement duration = 2190 } + remove_province_modifier = nationalist_agitation + } + + 1083 = { + poor_strata = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + random_list = { + 34 = { reduce_pop = 0.9 } + 33 = { reduce_pop = 0.8 } + 33 = { reduce_pop = 0.7 } + } + move_pop = 1554 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + militancy = 7 + consciousness = 9 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + OR = { + pop_type = artisans + pop_type = clergymen + pop_type = bureaucrats + } + } + pop_type = labourers + } + add_province_modifier = { name = population_resettlement duration = 1460 } + remove_province_modifier = nationalist_agitation + } + + 1084 = { poor_strata = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + random_list = { + 34 = { reduce_pop = 0.9 } + 33 = { reduce_pop = 0.8 } + 33 = { reduce_pop = 0.7 } + } + move_pop = 1553 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + militancy = 7 + consciousness = 9 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + OR = { + pop_type = artisans + pop_type = clergymen + pop_type = bureaucrats + } + } + pop_type = labourers + } + add_province_modifier = { name = population_resettlement duration = 1460 } + remove_province_modifier = nationalist_agitation + } + + 1085 = { poor_strata = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + random_list = { + 34 = { reduce_pop = 0.9 } + 33 = { reduce_pop = 0.8 } + 33 = { reduce_pop = 0.7 } + } + move_pop = 1553 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + militancy = 7 + consciousness = 9 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + OR = { + pop_type = artisans + pop_type = clergymen + pop_type = bureaucrats + } + } + pop_type = farmers + } + add_province_modifier = { name = population_resettlement duration = 1460 } + remove_province_modifier = nationalist_agitation + } + + 2617 = { poor_strata = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + random_list = { + 34 = { reduce_pop = 0.9 } + 33 = { reduce_pop = 0.8 } + 33 = { reduce_pop = 0.7 } + } + move_pop = 1553 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + } + militancy = 7 + consciousness = 9 + } + any_pop = { + limit = { + OR = { + has_pop_culture = manchu + has_pop_culture = beifaren + has_pop_culture = nanfaren + } + OR = { + pop_type = artisans + pop_type = clergymen + pop_type = bureaucrats + } + } + pop_type = labourers + } + add_province_modifier = { name = population_resettlement duration = 1460 } + remove_province_modifier = nationalist_agitation + } + } } -country_event = { - - id = 32533 - title = "EVTNAME32533" #Russia fails to expels the chinese from Outer Manchuria - desc = "EVTDESC32533" - picture = "ambush_army" - - trigger = { - has_country_flag = country_trying_to_expel_the_manchus - owns = 1082 - owns = 1083 - owns = 1084 - NOT = { has_global_flag = manchus_expelled_primorye } - has_global_flag = trying_to_expel_the_manchus - } - - mean_time_to_happen = { months = 80 } - - option = { - name = "EVT32533OPTA" - clr_country_flag = country_trying_to_expel_the_manchus - clr_global_flag = trying_to_expel_the_manchus - prestige = -2 - CHI_1082 = { any_pop = { limit = { is_primary_culture = yes } reduce_pop = 0.99 } } - } +country_event = { + + id = 32533 + title = "EVTNAME32533" #Russia fails to expels the chinese from Outer Manchuria + desc = "EVTDESC32533" + picture = "ambush_army" + + trigger = { + has_country_flag = country_trying_to_expel_the_manchus + owns = 1082 + owns = 1083 + owns = 1084 + NOT = { has_global_flag = manchus_expelled_primorye } + has_global_flag = trying_to_expel_the_manchus + } + + mean_time_to_happen = { months = 80 } + + option = { + name = "EVT32533OPTA" + clr_country_flag = country_trying_to_expel_the_manchus + clr_global_flag = trying_to_expel_the_manchus + prestige = -2 + CHI_1082 = { any_pop = { limit = { is_primary_culture = yes } reduce_pop = 0.99 } } + } } #Finland is not a russia puppet anymore and selects a new government country_event = { - - id = 32534 - title = "EVTNAME32534" - desc = "EVTDESC32534" - picture = "finnish_diet" - - trigger = { - tag = FIN - is_vassal = no - war = no - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 3 } - - option = { - name = "EVT32534OPTA" - government = hms_government - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = yes } - } - owner = { SWE = { country_event = 325462 } } - } - - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = no } - SCA = { - exists = yes - any_owned_province = { is_core = SWE } - } - } - owner = { SCA = { country_event = 325462 } } - } - - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = no } - SCA = { exists = no } - } - owner = { - any_owned = { - limit = { - is_core = FIN - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - } - remove_core = SWE - remove_core = SCA - } - } - } - ai_chance = { factor = 20 } - } - - option = { - name = "EVT32534OPTB" - government = democracy - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = yes } - } - owner = { SWE = { country_event = 325462 } } - } - - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = no } - SCA = { - exists = yes - any_owned_province = { is_core = SWE } - } - } - owner = { SCA = { country_event = 325462 } } - } - - random_owned = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - is_core = SWE - SWE = { exists = no } - SCA = { exists = no } - } - owner = { - any_owned = { - limit = { - is_core = FIN - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - } - remove_core = SWE - remove_core = SCA - } - } - } - ai_chance = { factor = 80 } - } + + id = 32534 + title = "EVTNAME32534" + desc = "EVTDESC32534" + picture = "finnish_diet" + + trigger = { + tag = FIN + is_vassal = no + war = no + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 3 } + + option = { + name = "EVT32534OPTA" + government = hms_government + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = yes } + } + owner = { SWE = { country_event = 325462 } } + } + + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = no } + SCA = { + exists = yes + any_owned_province = { is_core = SWE } + } + } + owner = { SCA = { country_event = 325462 } } + } + + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = no } + SCA = { exists = no } + } + owner = { + any_owned = { + limit = { + is_core = FIN + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + } + remove_core = SWE + remove_core = SCA + } + } + } + ai_chance = { factor = 20 } + } + + option = { + name = "EVT32534OPTB" + government = democracy + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = yes } + } + owner = { SWE = { country_event = 325462 } } + } + + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = no } + SCA = { + exists = yes + any_owned_province = { is_core = SWE } + } + } + owner = { SCA = { country_event = 325462 } } + } + + random_owned = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + is_core = SWE + SWE = { exists = no } + SCA = { exists = no } + } + owner = { + any_owned = { + limit = { + is_core = FIN + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + } + remove_core = SWE + remove_core = SCA + } + } + } + ai_chance = { factor = 80 } + } } #1841 Rebellion in Guria province_event = { - - id = 32535 - title = "EVTNAME32535" - desc = "EVTDESC32535" - - trigger = { - NOT = { owner = { tag = TUR } } - is_core = GEO - year = 1840 - OR = { - average_consciousness = 4 - average_militancy = 2 - } - NOT = { year = 1860 } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32535OPTA" - any_pop = { - limit = { has_pop_culture = georgian } - militancy = 7 - reduce_pop = 0.99 - } - } + + id = 32535 + title = "EVTNAME32535" + desc = "EVTDESC32535" + + trigger = { + NOT = { owner = { tag = TUR } } + is_core = GEO + year = 1840 + OR = { + average_consciousness = 4 + average_militancy = 2 + } + NOT = { year = 1860 } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32535OPTA" + any_pop = { + limit = { has_pop_culture = georgian } + militancy = 7 + reduce_pop = 0.99 + } + } } #Renaming central asia and removing cores country_event = { - - id = 32536 - title = "EVTNAME32536" - desc = "EVTDESC32536" - picture = "storm_of_samarkand" - - trigger = { - tag = RUS - owns = 1186 - owns = 1187 - owns = 1188 - owns = 1193 - owns = 2606 - owns = 1190 - owns = 1192 - owns = 1194 - owns = 2612 - } - - fire_only_once = yes - - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32536OPTA" - 2606 = { change_province_name = "Zhambyl" remove_core = RUS } - 1193 = { change_province_name = "Perovsk" remove_core = RUS } - 1188 = { change_province_name = "Taldy-Kurgan" remove_core = RUS } - 1186 = { change_province_name = "Verniy" remove_core = RUS } - 1187 = { change_province_name = "Semipalatinsk" remove_core = RUS } - 1190 = { remove_core = RUS } - 1194 = { remove_core = RUS change_province_name = "Fort Alexandrovsky" } - 1192 = { remove_core = RUS } - 2612 = { remove_core = RUS } - 1186 = { state_scope = { change_region_name = "Semireche" } } - } + + id = 32536 + title = "EVTNAME32536" + desc = "EVTDESC32536" + picture = "storm_of_samarkand" + + trigger = { + tag = RUS + owns = 1186 + owns = 1187 + owns = 1188 + owns = 1193 + owns = 2606 + owns = 1190 + owns = 1192 + owns = 1194 + owns = 2612 + } + + fire_only_once = yes + + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32536OPTA" + 2606 = { change_province_name = "Zhambyl" remove_core = RUS } + 1193 = { change_province_name = "Perovsk" remove_core = RUS } + 1188 = { change_province_name = "Taldy-Kurgan" remove_core = RUS } + 1186 = { change_province_name = "Verniy" remove_core = RUS } + 1187 = { change_province_name = "Semipalatinsk" remove_core = RUS } + 1190 = { remove_core = RUS } + 1194 = { remove_core = RUS change_province_name = "Fort Alexandrovsky" } + 1192 = { remove_core = RUS } + 2612 = { remove_core = RUS } + 1186 = { state_scope = { change_region_name = "Semireche" } } + } } #Mysticism in Russia country_event = { - - id = 32537 - title = "EVTNAME32537" - desc = "EVTDESC32537" - picture = "mysticism_in_russia" - - trigger = { - tag = RUS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - year = 1870 - average_consciousness = 3 - average_militancy = 1 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 200 - - modifier = { - factor = 0.9 - year = 1875 - } - - modifier = { - factor = 0.6 - year = 1885 - } - modifier = { - factor = 0.1 - year = 1895 - } - } - - option = { - name = "EVT32537OPTA" - any_pop = { - militancy = -1 - consciousness = -6 - dominant_issue = { - value = moralism - factor = 0.1 - } - } - random = { chance = 75 set_country_flag = come_see_me_grigori } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT32537OPTB" - any_pop = { - militancy = 1 - consciousness = 6 - dominant_issue = { - value = pluralism - factor = 0.1 - } - } - random = { chance = 25 set_country_flag = come_see_me_grigori } - ai_chance = { factor = 20 } - } + + id = 32537 + title = "EVTNAME32537" + desc = "EVTDESC32537" + picture = "mysticism_in_russia" + + trigger = { + tag = RUS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + year = 1870 + average_consciousness = 3 + average_militancy = 1 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 200 + + modifier = { + factor = 0.9 + year = 1875 + } + + modifier = { + factor = 0.6 + year = 1885 + } + modifier = { + factor = 0.1 + year = 1895 + } + } + + option = { + name = "EVT32537OPTA" + any_pop = { + militancy = -1 + consciousness = -6 + dominant_issue = { + value = moralism + factor = 0.1 + } + } + random = { chance = 75 set_country_flag = come_see_me_grigori } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT32537OPTB" + any_pop = { + militancy = 1 + consciousness = 6 + dominant_issue = { + value = pluralism + factor = 0.1 + } + } + random = { chance = 25 set_country_flag = come_see_me_grigori } + ai_chance = { factor = 20 } + } } #The Rise of Grigori country_event = { - - id = 32538 - title = "EVTNAME32538" - desc = "EVTDESC32538" - picture = "orthodox_priests" - - trigger = { - tag = RUS - has_country_flag = come_see_me_grigori - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - year = 1900 - } - - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32538OPTA" - set_country_flag = grigori_arrived - clr_country_flag = come_see_me_grigori - clr_country_flag = grigori_is_here - any_pop = { limit = { strata = rich } consciousness = -2 militancy = -1 } - } + + id = 32538 + title = "EVTNAME32538" + desc = "EVTDESC32538" + picture = "orthodox_priests" + + trigger = { + tag = RUS + has_country_flag = come_see_me_grigori + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + year = 1900 + } + + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32538OPTA" + set_country_flag = grigori_arrived + clr_country_flag = come_see_me_grigori + clr_country_flag = grigori_is_here + any_pop = { limit = { strata = rich } consciousness = -2 militancy = -1 } + } } #Grigori influence on court country_event = { - - id = 32539 - title = "EVTNAME32539" - desc = "EVTDESC32539" - picture = "grigori_in_court" - - trigger = { - tag = RUS - has_country_flag = grigori_arrived - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { year = 1930 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 36 } - - option = { - name = "EVT32539OPTA" - clr_country_flag = grigori_arrived - set_country_flag = grigori_in_power - any_pop = { limit = { strata = rich } consciousness = 3 } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT32539OPTB" - clr_country_flag = grigori_arrived - random_list = { - 50 = { set_country_flag = grigori_in_power } - 50 = { set_country_flag = grigori_will_be_exiled } - } - } + + id = 32539 + title = "EVTNAME32539" + desc = "EVTDESC32539" + picture = "grigori_in_court" + + trigger = { + tag = RUS + has_country_flag = grigori_arrived + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { year = 1930 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 36 } + + option = { + name = "EVT32539OPTA" + clr_country_flag = grigori_arrived + set_country_flag = grigori_in_power + any_pop = { limit = { strata = rich } consciousness = 3 } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT32539OPTB" + clr_country_flag = grigori_arrived + random_list = { + 50 = { set_country_flag = grigori_in_power } + 50 = { set_country_flag = grigori_will_be_exiled } + } + } } #Grigori exiled country_event = { - - id = 32540 - title = "EVTNAME32540" - desc = "EVTDESC32540" - picture = "look_into_my_eyes_child" - - trigger = { - tag = RUS - has_country_flag = grigori_will_be_exiled - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32540OPTA" - set_country_flag = grigori_exiled - clr_country_flag = grigori_arrived - clr_country_flag = grigori_will_be_exiled - prestige = -2 - } + + id = 32540 + title = "EVTNAME32540" + desc = "EVTDESC32540" + picture = "look_into_my_eyes_child" + + trigger = { + tag = RUS + has_country_flag = grigori_will_be_exiled + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32540OPTA" + set_country_flag = grigori_exiled + clr_country_flag = grigori_arrived + clr_country_flag = grigori_will_be_exiled + prestige = -2 + } } #Grigori Assumes Power country_event = { - - id = 32541 - title = "EVTNAME32541" - desc = "EVTDESC32541" - picture = "grigori_cartoons" - - trigger = { - tag = RUS - has_country_flag = grigori_in_power - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - war = yes - war_exhaustion = 5 - NOT = { year = 1930 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVT32541OPTA" - set_country_flag = tsar_in_the_front - clr_country_flag = grigori_in_power - war_exhaustion = -5 - } + + id = 32541 + title = "EVTNAME32541" + desc = "EVTDESC32541" + picture = "grigori_cartoons" + + trigger = { + tag = RUS + has_country_flag = grigori_in_power + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + war = yes + war_exhaustion = 5 + NOT = { year = 1930 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVT32541OPTA" + set_country_flag = tsar_in_the_front + clr_country_flag = grigori_in_power + war_exhaustion = -5 + } } #The Telegram country_event = { - - id = 32542 - title = "EVTNAME32542" - desc = "EVTDESC32542" - picture = "look_into_my_eyes_child" - - trigger = { - tag = RUS - has_country_flag = tsar_in_the_front - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { year = 1930 } - war = yes - } - - fire_only_once = yes - - mean_time_to_happen = { months = 4 } - - option = { - name = "EVT32542OPTA" - random_list = { - 50 = { set_country_flag = rasputin_killed_by_nobles } - 25 = { set_country_flag = rasputin_killed_by_peasants } - 25 = { set_country_flag = rasputin_survived } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT32542OPTB" - random_list = { - 50 = { set_country_flag = rasputin_killed_by_peasants } - 25 = { set_country_flag = rasputin_killed_by_nobles } - 25 = { set_country_flag = rasputin_survived } - } - } + + id = 32542 + title = "EVTNAME32542" + desc = "EVTDESC32542" + picture = "look_into_my_eyes_child" + + trigger = { + tag = RUS + has_country_flag = tsar_in_the_front + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { year = 1930 } + war = yes + } + + fire_only_once = yes + + mean_time_to_happen = { months = 4 } + + option = { + name = "EVT32542OPTA" + random_list = { + 50 = { set_country_flag = rasputin_killed_by_nobles } + 25 = { set_country_flag = rasputin_killed_by_peasants } + 25 = { set_country_flag = rasputin_survived } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT32542OPTB" + random_list = { + 50 = { set_country_flag = rasputin_killed_by_peasants } + 25 = { set_country_flag = rasputin_killed_by_nobles } + 25 = { set_country_flag = rasputin_survived } + } + } } #Killed by Nobles country_event = { - - id = 32543 - title = "EVTNAME32543" - desc = "EVTDESC32543" - picture = "yusupov_palace" - - trigger = { - tag = RUS - has_country_flag = rasputin_killed_by_nobles - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { year = 1930 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT32543OPTA" - clr_country_flag = rasputin_killed_by_nobles - set_global_flag = rasputing_prophecy - any_pop = { consciousness = -2 militancy = 1 } - war_exhaustion = 20 - } + + id = 32543 + title = "EVTNAME32543" + desc = "EVTDESC32543" + picture = "yusupov_palace" + + trigger = { + tag = RUS + has_country_flag = rasputin_killed_by_nobles + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { year = 1930 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT32543OPTA" + clr_country_flag = rasputin_killed_by_nobles + set_global_flag = rasputing_prophecy + any_pop = { consciousness = -2 militancy = 1 } + war_exhaustion = 20 + } } #Killed by Peasants country_event = { - - id = 32544 - title = "EVTNAME32544" - desc = "EVTDESC32544" - picture = "grigori_blessing" - - trigger = { - tag = RUS - has_country_flag = rasputin_killed_by_peasants - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - average_militancy = 1 - NOT = { year = 1930 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT32543OPTA" - clr_country_flag = rasputin_killed_by_peasants - any_pop = { limit = { pop_majority_ideology = communist } reduce_pop = 0.95 militancy = 7 } - any_pop = { - consciousness = 2 - militancy = -1 - - ideology = { - factor = -0.2 - value = communist - } - - ideology = { - factor = 0.2 - value = conservative - } - } - - } + + id = 32544 + title = "EVTNAME32544" + desc = "EVTDESC32544" + picture = "grigori_blessing" + + trigger = { + tag = RUS + has_country_flag = rasputin_killed_by_peasants + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + average_militancy = 1 + NOT = { year = 1930 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT32543OPTA" + clr_country_flag = rasputin_killed_by_peasants + any_pop = { limit = { pop_majority_ideology = communist } reduce_pop = 0.95 militancy = 7 } + any_pop = { + consciousness = 2 + militancy = -1 + + ideology = { + factor = -0.2 + value = communist + } + + ideology = { + factor = 0.2 + value = conservative + } + } + + } } #Survived country_event = { - - id = 32545 - title = "EVTNAME32545" - desc = "EVTDESC32545" - picture = "grigori_hospital" - - trigger = { - tag = RUS - has_country_flag = rasputin_survived - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { year = 1930 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVT32545OPTA" - clr_country_flag = rasputin_survived - any_pop = { consciousness = -1 militancy = -1 } - } + + id = 32545 + title = "EVTNAME32545" + desc = "EVTDESC32545" + picture = "grigori_hospital" + + trigger = { + tag = RUS + has_country_flag = rasputin_survived + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { year = 1930 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVT32545OPTA" + clr_country_flag = rasputin_survived + any_pop = { consciousness = -1 militancy = -1 } + } } #Integration of Finland country_event = { - - id = 325460 - title = "EVTNAME325460" - desc = "EVTDESC325460" - picture = "february_manifesto_russia" - - is_triggered_only = yes - - option = { - name = "EVT325460OPTA" - any_owned = { add_province_modifier = { name = nationalist_agitation duration = 1825 } } - random_country = { - limit = { - tag = FROM - primary_culture = russian - } - FIN = { - any_pop = { - limit = { - OR = { - has_pop_culture = finnish - has_pop_culture = swedish - } - } - militancy = 2 - consciousness = 3 - } - } - } - random_country = { - limit = { - tag = FROM - is_culture_group = scandinavian - } - FIN = { - any_pop = { - limit = { has_pop_culture = finnish } - militancy = 2 - consciousness = 3 - } - } - } - FROM = { inherit = THIS } - ai_chance = { - factor = 90 - modifier = { - factor = 0.3 - NOT = { in_sphere = FROM } - part_of_sphere = yes - } - } - } - - option = { - name = "EVT325460OPTB" - relation = { who = FROM value = -400 } - FROM = { - diplomatic_influence = { who = FIN value = -400 } - end_military_access = FIN - leave_alliance = FIN - release_vassal = FIN - } - add_country_modifier = { name = small_country_draft duration = 720 } - political_reform = mandatory_service - set_country_flag = annex_to_master - FROM = { - casus_belli = { - target = FIN - type = make_puppet - months = 12 - } - war = { - target = FIN - attacker_goal = { casus_belli = make_puppet } - defender_goal = { casus_belli = status_quo } - call_ally = yes - } - } - - ai_chance = { - factor = 10 - modifier = { - factor = 1.7 - NOT = { in_sphere = FROM } - part_of_sphere = yes - } - } - } + + id = 325460 + title = "EVTNAME325460" + desc = "EVTDESC325460" + picture = "february_manifesto_russia" + + is_triggered_only = yes + + option = { + name = "EVT325460OPTA" + any_owned = { add_province_modifier = { name = nationalist_agitation duration = 1825 } } + random_country = { + limit = { + tag = FROM + primary_culture = russian + } + FIN = { + any_pop = { + limit = { + OR = { + has_pop_culture = finnish + has_pop_culture = swedish + } + } + militancy = 2 + consciousness = 3 + } + } + } + random_country = { + limit = { + tag = FROM + is_culture_group = scandinavian + } + FIN = { + any_pop = { + limit = { has_pop_culture = finnish } + militancy = 2 + consciousness = 3 + } + } + } + FROM = { inherit = THIS } + ai_chance = { + factor = 90 + modifier = { + factor = 0.3 + NOT = { in_sphere = FROM } + part_of_sphere = yes + } + } + } + + option = { + name = "EVT325460OPTB" + relation = { who = FROM value = -400 } + FROM = { + diplomatic_influence = { who = FIN value = -400 } + end_military_access = FIN + leave_alliance = FIN + release_vassal = FIN + } + add_country_modifier = { name = small_country_draft duration = 720 } + political_reform = mandatory_service + set_country_flag = annex_to_master + FROM = { + casus_belli = { + target = FIN + type = make_puppet + months = 12 + } + war = { + target = FIN + attacker_goal = { casus_belli = make_puppet } + defender_goal = { casus_belli = status_quo } + call_ally = yes + } + } + + ai_chance = { + factor = 10 + modifier = { + factor = 1.7 + NOT = { in_sphere = FROM } + part_of_sphere = yes + } + } + } } #Russian-$COUNTRY$ Agreement over Afghanistan country_event = { - - id = 325461 - title = "EVTNAME325461" - desc = "EVTDESC325461" - picture = "february_manifesto_russia" - - is_triggered_only = yes - - option = { - name = "EVT325461OPTA" - 1208 = { remove_core = AFG } - random_owned = { - limit = { owner = { owns = 1208 } } - owner = { random_country = { limit = { tag = FROM owns = 1207 } 1208 = { secede_province = THIS } } } - } - random_country = { limit = { is_sphere_leader_of = THIS NOT = { tag = FROM } } relation = { who = FROM value = 50 } } - relation = { who = FROM value = 50 } - - ai_chance = { - factor = 90 - modifier = { - factor = 0.7 - NOT = { in_sphere = RUS } - part_of_sphere = yes - } - } - } - - option = { - name = "EVT325461OPTB" - relation = { who = FROM value = -100 } - add_casus_belli = { target = FROM type = cut_down_to_size months = 40 } - - ai_chance = { - factor = 10 - modifier = { - factor = 0 - OR = { - vassal_of = FROM - in_sphere = FROM - } - } - } - } + + id = 325461 + title = "EVTNAME325461" + desc = "EVTDESC325461" + picture = "february_manifesto_russia" + + is_triggered_only = yes + + option = { + name = "EVT325461OPTA" + 1208 = { remove_core = AFG } + random_owned = { + limit = { owner = { owns = 1208 } } + owner = { random_country = { limit = { tag = FROM owns = 1207 } 1208 = { secede_province = THIS } } } + } + random_country = { limit = { is_sphere_leader_of = THIS NOT = { tag = FROM } } relation = { who = FROM value = 50 } } + relation = { who = FROM value = 50 } + + ai_chance = { + factor = 90 + modifier = { + factor = 0.7 + NOT = { in_sphere = RUS } + part_of_sphere = yes + } + } + } + + option = { + name = "EVT325461OPTB" + relation = { who = FROM value = -100 } + add_casus_belli = { target = FROM type = cut_down_to_size months = 40 } + + ai_chance = { + factor = 10 + modifier = { + factor = 0 + OR = { + vassal_of = FROM + in_sphere = FROM + } + } + } + } } #Sweden's last chance to keep cores in Finland country_event = { - - id = 325462 - title = "EVTNAME325462" - desc = "EVTDESC325462" - picture = "finnish_diet" - - is_triggered_only = yes - - option = { - name = "EVT325462OPTA" - badboy = -1 - relation = { who = FIN value = 50 } - SWE = { set_country_flag = Conceded_Finland } - FIN = { - all_core = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - } - remove_core = THIS - remove_core = SWE - } - } - - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT325462OPTB" - badboy = 2 - relation = { who = RUS value = -100 } - FIN = { - all_core = { - limit = { - OR = { - region = RUS_343 - region = RUS_345 - region = RUS_336 - region = RUS_339 - } - } - add_core = THIS - add_core = SWE - } - } - - ai_chance = { - factor = 10 - modifier = { - factor = 4 - is_greater_power = yes - } - modifier = { - factor = 0.5 - FROM = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - } - } -} + id = 325462 + title = "EVTNAME325462" + desc = "EVTDESC325462" + picture = "finnish_diet" + + is_triggered_only = yes + + option = { + name = "EVT325462OPTA" + badboy = -1 + relation = { who = FIN value = 50 } + SWE = { set_country_flag = Conceded_Finland } + FIN = { + all_core = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + } + remove_core = THIS + remove_core = SWE + } + } + + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT325462OPTB" + badboy = 2 + relation = { who = RUS value = -100 } + FIN = { + all_core = { + limit = { + OR = { + region = RUS_343 + region = RUS_345 + region = RUS_336 + region = RUS_339 + } + } + add_core = THIS + add_core = SWE + } + } + + ai_chance = { + factor = 10 + modifier = { + factor = 4 + is_greater_power = yes + } + modifier = { + factor = 0.5 + FROM = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + } + } +} diff --git a/HPM/events/ReformJealousy.txt b/HPM/events/ReformJealousy.txt index 78340093..03115b40 100644 --- a/HPM/events/ReformJealousy.txt +++ b/HPM/events/ReformJealousy.txt @@ -1,351 +1,351 @@ country_event = { - - id = 90100 - - trigger = { - ai = no - OR = { - press_rights = state_press - press_rights = censored_press - } - consciousness = 5 - literacy = 0.40 - free_press = 10 - any_neighbor_country = { - press_rights = free_press - } - NOT = { - OR = { - has_country_flag = free_press_noway - has_country_flag = free_press_promised - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90100" - desc = "EVTDESC90100" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90100" - any_pop = { - dominant_issue = { - factor = 0.1 - value = free_press - } - } - set_country_flag = free_press_promised - add_country_modifier = { - name = "free_press_promised" - duration = 1825 - } - } - option = { - name = "EVTOPTB90100" - scaled_militancy = { - issue = free_press - factor = 2 - } - set_country_flag = free_press_noway - } + + id = 90100 + + trigger = { + ai = no + OR = { + press_rights = state_press + press_rights = censored_press + } + consciousness = 5 + literacy = 0.40 + free_press = 10 + any_neighbor_country = { + press_rights = free_press + } + NOT = { + OR = { + has_country_flag = free_press_noway + has_country_flag = free_press_promised + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90100" + desc = "EVTDESC90100" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90100" + any_pop = { + dominant_issue = { + factor = 0.1 + value = free_press + } + } + set_country_flag = free_press_promised + add_country_modifier = { + name = "free_press_promised" + duration = 1825 + } + } + option = { + name = "EVTOPTB90100" + scaled_militancy = { + issue = free_press + factor = 2 + } + set_country_flag = free_press_noway + } } country_event = { - - id = 90101 - - trigger = { - OR = { - press_rights = state_press - press_rights = censored_press - } - consciousness = 5 - literacy = 0.40 - has_country_flag = free_press_promised - NOT = { has_country_modifier = free_press_promised } - NOT = { government = proletarian_dictatorship } - NOT = { government = fascist_dictatorship } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90101" - desc = "EVTDESC90101" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90101" - scaled_militancy = { - issue = free_press - factor = 4 - } - } - - option = { - name = "EVTOPTB90101" - clr_country_flag = free_press_promised - scaled_militancy = { - issue = free_press - factor = 9 - } - add_country_modifier = { - name = backed_down_on_promise - duration = 1460 - - } - } + + id = 90101 + + trigger = { + OR = { + press_rights = state_press + press_rights = censored_press + } + consciousness = 5 + literacy = 0.40 + has_country_flag = free_press_promised + NOT = { has_country_modifier = free_press_promised } + NOT = { government = proletarian_dictatorship } + NOT = { government = fascist_dictatorship } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90101" + desc = "EVTDESC90101" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90101" + scaled_militancy = { + issue = free_press + factor = 4 + } + } + + option = { + name = "EVTOPTB90101" + clr_country_flag = free_press_promised + scaled_militancy = { + issue = free_press + factor = 9 + } + add_country_modifier = { + name = backed_down_on_promise + duration = 1460 + + } + } } country_event = { - - id = 90102 - - trigger = { - ai = no - public_meetings = no_meeting - consciousness = 5 - literacy = 0.40 - yes_meeting = 10 - any_neighbor_country = { - public_meetings = yes_meeting - } - NOT = { - OR = { - has_country_flag = yes_meeting_noway - has_country_flag = yes_meeting_promised - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90102" - desc = "EVTDESC90102" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90100" - any_pop = { - dominant_issue = { - factor = 0.1 - value = yes_meeting - } - } - set_country_flag = free_press_promised - add_country_modifier = { - name = "yes_meeting_promised" - duration = 1825 - } - } - option = { - name = "EVTOPTB90100" - scaled_militancy = { - issue = yes_meeting - factor = 2 - } - set_country_flag = yes_meeting_noway - } + + id = 90102 + + trigger = { + ai = no + public_meetings = no_meeting + consciousness = 5 + literacy = 0.40 + yes_meeting = 10 + any_neighbor_country = { + public_meetings = yes_meeting + } + NOT = { + OR = { + has_country_flag = yes_meeting_noway + has_country_flag = yes_meeting_promised + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90102" + desc = "EVTDESC90102" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90100" + any_pop = { + dominant_issue = { + factor = 0.1 + value = yes_meeting + } + } + set_country_flag = free_press_promised + add_country_modifier = { + name = "yes_meeting_promised" + duration = 1825 + } + } + option = { + name = "EVTOPTB90100" + scaled_militancy = { + issue = yes_meeting + factor = 2 + } + set_country_flag = yes_meeting_noway + } } country_event = { - - id = 90103 - - trigger = { - public_meetings = no_meeting - consciousness = 5 - literacy = 0.40 - has_country_flag = yes_meeting_promised - NOT = { has_country_modifier = yes_meeting_promised } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90101" - desc = "EVTDESC90103" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90103" - scaled_militancy = { - issue = yes_meeting - factor = 4 - } - } - - option = { - name = "EVTOPTB90101" - clr_country_flag = yes_meeting_promised - scaled_militancy = { - issue = yes_meeting - factor = 9 - } - add_country_modifier = { - name = backed_down_on_promise - duration = 1460 - - } - } + + id = 90103 + + trigger = { + public_meetings = no_meeting + consciousness = 5 + literacy = 0.40 + has_country_flag = yes_meeting_promised + NOT = { has_country_modifier = yes_meeting_promised } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90101" + desc = "EVTDESC90103" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90103" + scaled_militancy = { + issue = yes_meeting + factor = 4 + } + } + + option = { + name = "EVTOPTB90101" + clr_country_flag = yes_meeting_promised + scaled_militancy = { + issue = yes_meeting + factor = 9 + } + add_country_modifier = { + name = backed_down_on_promise + duration = 1460 + + } + } } country_event = { - - id = 90104 - - trigger = { - ai = no - trade_unions = no_trade_unions - consciousness = 5 - literacy = 0.40 - OR = { - state_controlled = 10 - non_socialist = 10 - all_trade_unions = 10 - } - any_neighbor_country = { - OR = { - trade_unions = state_controlled - trade_unions = non_socialist - trade_unions = all_trade_unions - } - } - NOT = { - OR = { - has_country_flag = trade_unions_noway - has_country_flag = trade_unions_promised - } - } - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90104" - desc = "EVTDESC90104" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90100" - any_pop = { - dominant_issue = { - factor = 0.1 - value = state_controlled - } - } - any_pop = { - dominant_issue = { - factor = 0.15 - value = non_socialist - } - } - any_pop = { - dominant_issue = { - factor = 0.2 - value = all_trade_unions - } - } - set_country_flag = trade_unions_promised - add_country_modifier = { - name = "trade_unions_promised" - duration = 1825 - } - } - option = { - name = "EVTOPTB90100" - scaled_militancy = { - issue = all_trade_unions - factor = 2 - } - set_country_flag = trade_unions_noway - } + + id = 90104 + + trigger = { + ai = no + trade_unions = no_trade_unions + consciousness = 5 + literacy = 0.40 + OR = { + state_controlled = 10 + non_socialist = 10 + all_trade_unions = 10 + } + any_neighbor_country = { + OR = { + trade_unions = state_controlled + trade_unions = non_socialist + trade_unions = all_trade_unions + } + } + NOT = { + OR = { + has_country_flag = trade_unions_noway + has_country_flag = trade_unions_promised + } + } + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90104" + desc = "EVTDESC90104" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90100" + any_pop = { + dominant_issue = { + factor = 0.1 + value = state_controlled + } + } + any_pop = { + dominant_issue = { + factor = 0.15 + value = non_socialist + } + } + any_pop = { + dominant_issue = { + factor = 0.2 + value = all_trade_unions + } + } + set_country_flag = trade_unions_promised + add_country_modifier = { + name = "trade_unions_promised" + duration = 1825 + } + } + option = { + name = "EVTOPTB90100" + scaled_militancy = { + issue = all_trade_unions + factor = 2 + } + set_country_flag = trade_unions_noway + } } country_event = { - - id = 90105 - - trigger = { - trade_unions = no_trade_unions - consciousness = 5 - literacy = 0.40 - has_country_flag = trade_unions_promised - NOT = { has_country_modifier = trade_unions_promised} - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 - year = 1865 - } - } - - title = "EVTNAME90101" - desc = "EVTDESC90105" - picture = "Demonstration" - - - option = { - name = "EVTOPTA90105" - scaled_militancy = { - issue = all_trade_unions - factor = 4 - } - } - - option = { - name = "EVTOPTB90101" - clr_country_flag = trade_unions_promised - scaled_militancy = { - issue = all_trade_unions - factor = 9 - } - add_country_modifier = { - name = backed_down_on_promise - duration = 1460 - - } - } -} \ No newline at end of file + + id = 90105 + + trigger = { + trade_unions = no_trade_unions + consciousness = 5 + literacy = 0.40 + has_country_flag = trade_unions_promised + NOT = { has_country_modifier = trade_unions_promised} + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 + year = 1865 + } + } + + title = "EVTNAME90101" + desc = "EVTDESC90105" + picture = "Demonstration" + + + option = { + name = "EVTOPTA90105" + scaled_militancy = { + issue = all_trade_unions + factor = 4 + } + } + + option = { + name = "EVTOPTB90101" + clr_country_flag = trade_unions_promised + scaled_militancy = { + issue = all_trade_unions + factor = 9 + } + add_country_modifier = { + name = backed_down_on_promise + duration = 1460 + + } + } +} diff --git a/HPM/events/Revolution_Event.txt b/HPM/events/Revolution_Event.txt index bf1ea796..607fca80 100644 --- a/HPM/events/Revolution_Event.txt +++ b/HPM/events/Revolution_Event.txt @@ -1,4642 +1,4642 @@ ### Events 800050-800056 & 800147-800152 used ################################################################################# -# # -# These events deal with new governments after a revolution # -# # +# # +# These events deal with new governments after a revolution # +# # ################################################################################# country_event = { - id = 800050 + id = 800050 - is_triggered_only = yes + is_triggered_only = yes - title = "EVTNAME800050" #The New Regime - Reactionary - desc = "EVTDESC800050" - picture = "Danishgovernment" + title = "EVTNAME800050" #The New Regime - Reactionary + desc = "EVTDESC800050" + picture = "Danishgovernment" - option = { - name = "EVT800050OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = reactionary } - } - } - any_pop = { - limit = { pop_majority_ideology = reactionary } - ideology = { factor = 0.1 value = reactionary } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -8 - } - scaled_militancy = { - ideology = conservative - factor = -4 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - neighbour = THIS - NOT = { - government = absolute_monarchy - government = presidential_dictatorship - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - any_country = { - limit = { - is_greater_power = yes - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = reactionary - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + option = { + name = "EVT800050OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = reactionary } + } + } + any_pop = { + limit = { pop_majority_ideology = reactionary } + ideology = { factor = 0.1 value = reactionary } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -8 + } + scaled_militancy = { + ideology = conservative + factor = -4 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + neighbour = THIS + NOT = { + government = absolute_monarchy + government = presidential_dictatorship + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + any_country = { + limit = { + is_greater_power = yes + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = reactionary + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 800051 + id = 800051 + + is_triggered_only = yes + + title = "EVTNAME800051" #The New Regime - Fascist + desc = "EVTDESC800051" + picture = "Fascist" + + option = { + name = "EVT800051OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + remove_country_modifier = freedom_of_religion + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + set_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = paramilitaries_outlawed + clr_country_flag = rebels_in_capital + + random_owned = { + limit = { owner = { primary_culture = british accepted_culture = irish } } + owner = { remove_accepted_culture = irish } + } + + random_owned = { + limit = { owner = { primary_culture = dutch accepted_culture = flemish } } + owner = { remove_accepted_culture = flemish } + } - is_triggered_only = yes + random_owned = { + limit = { owner = { primary_culture = dutch accepted_culture = boer } } + owner = { remove_accepted_culture = boer } + } - title = "EVTNAME800051" #The New Regime - Fascist - desc = "EVTDESC800051" - picture = "Fascist" + random_owned = { + limit = { owner = { is_culture_group = germanic accepted_culture = ashkenazi } } + owner = { remove_accepted_culture = ashkenazi } + } - option = { - name = "EVT800051OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - remove_country_modifier = freedom_of_religion - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - set_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = paramilitaries_outlawed - clr_country_flag = rebels_in_capital - - random_owned = { - limit = { owner = { primary_culture = british accepted_culture = irish } } - owner = { remove_accepted_culture = irish } - } - - random_owned = { - limit = { owner = { primary_culture = dutch accepted_culture = flemish } } - owner = { remove_accepted_culture = flemish } - } - - random_owned = { - limit = { owner = { primary_culture = dutch accepted_culture = boer } } - owner = { remove_accepted_culture = boer } - } - - random_owned = { - limit = { owner = { is_culture_group = germanic accepted_culture = ashkenazi } } - owner = { remove_accepted_culture = ashkenazi } - } - - random_owned = { - limit = { owner = { tag = XIN } } - owner = { remove_accepted_culture = uighur } - } - - random_owned = { - limit = { - owner = { - NOT = { ruling_party_ideology = fascist } - } - } - owner = { ruling_party_ideology = reactionary } - } - capital_scope = { - any_pop = { - limit = { is_primary_culture = yes } - ideology = { factor = 0.1 value = fascist } - } - } - any_pop = { - limit = { pop_majority_ideology = fascist } - ideology = { factor = 0.1 value = fascist } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -2 - } - scaled_militancy = { - ideology = fascist - factor = -8 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = socialist - factor = 2 - } - scaled_militancy = { - ideology = communist - factor = 4 - } - } - any_owned = { - remove_province_modifier = black_shirts - remove_province_modifier = fascist_welfare - remove_province_modifier = free_corps - remove_province_modifier = beer_hall_putsch - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - random_country = { - limit = { - is_culture_group = THIS - government = fascist_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - relation = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - neighbour = THIS - civilized = yes - NOT = { government = fascist_dictatorship } - } - any_pop = { - scaled_militancy = { - ideology = fascist - factor = 5 - } - } - } - any_country = { - limit = { - OR = { - government = democracy - government = hms_government - government = proletarian_dictatorship - } - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -200 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = democracy - government = hms_government - } - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - government = fascist_dictatorship - NOT = { - has_country_flag = former_overlord - has_country_flag = former_sphere_leader - } - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - OR = { - government = democracy - government = hms_government - government = proletarian_dictatorship - } - is_greater_power = no - NOT = { - has_country_flag = former_overlord - has_country_flag = former_sphere_leader - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = democracy - government = hms_government - } - } - NOT = { - has_country_flag = former_overlord - has_country_flag = former_sphere_leader - } - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - change_variable = { - which = successful_fascist_rebellions - value = 1 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = fascist - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + random_owned = { + limit = { owner = { tag = XIN } } + owner = { remove_accepted_culture = uighur } + } + + random_owned = { + limit = { + owner = { + NOT = { ruling_party_ideology = fascist } + } + } + owner = { ruling_party_ideology = reactionary } + } + capital_scope = { + any_pop = { + limit = { is_primary_culture = yes } + ideology = { factor = 0.1 value = fascist } + } + } + any_pop = { + limit = { pop_majority_ideology = fascist } + ideology = { factor = 0.1 value = fascist } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -2 + } + scaled_militancy = { + ideology = fascist + factor = -8 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = socialist + factor = 2 + } + scaled_militancy = { + ideology = communist + factor = 4 + } + } + any_owned = { + remove_province_modifier = black_shirts + remove_province_modifier = fascist_welfare + remove_province_modifier = free_corps + remove_province_modifier = beer_hall_putsch + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + random_country = { + limit = { + is_culture_group = THIS + government = fascist_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + relation = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + neighbour = THIS + civilized = yes + NOT = { government = fascist_dictatorship } + } + any_pop = { + scaled_militancy = { + ideology = fascist + factor = 5 + } + } + } + any_country = { + limit = { + OR = { + government = democracy + government = hms_government + government = proletarian_dictatorship + } + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -200 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = democracy + government = hms_government + } + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + government = fascist_dictatorship + NOT = { + has_country_flag = former_overlord + has_country_flag = former_sphere_leader + } + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + OR = { + government = democracy + government = hms_government + government = proletarian_dictatorship + } + is_greater_power = no + NOT = { + has_country_flag = former_overlord + has_country_flag = former_sphere_leader + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = democracy + government = hms_government + } + } + NOT = { + has_country_flag = former_overlord + has_country_flag = former_sphere_leader + } + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + change_variable = { + which = successful_fascist_rebellions + value = 1 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = fascist + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 800052 + id = 800052 + + is_triggered_only = yes - is_triggered_only = yes + title = "EVTNAME800052" # The New Regime - Communist + desc = "EVTDESC800052" + picture = "Celebration" - title = "EVTNAME800052" # The New Regime - Communist - desc = "EVTDESC800052" - picture = "Celebration" + option = { + name = "EVT800052OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } - option = { - name = "EVT800052OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - set_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - random_owned = { - limit = { - owner = { - NOT = { ruling_party_ideology = communist } - } - } - owner = { ruling_party_ideology = socialist } - } - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = communist } - } - } - any_pop = { - limit = { pop_majority_ideology = communist } - ideology = { factor = 0.1 value = communist } - } - any_pop = { - scaled_militancy = { - ideology = fascist - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - scaled_militancy = { - ideology = socialist - factor = -4 - } - scaled_militancy = { - ideology = communist - factor = -8 - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - random_country = { - limit = { - OR = { - neighbour = THIS - is_culture_group = THIS - } - government = proletarian_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - any_country = { - limit = { - neighbour = THIS - civilized = yes - NOT = { government = proletarian_dictatorship } - } - any_pop = { - scaled_militancy = { - ideology = communist - factor = 5 - } - } - } - any_country = { - limit = { - NOT = { - government = proletarian_dictatorship - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -200 - } - } - any_country = { - limit = { - government = proletarian_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - NOT = { government = proletarian_dictatorship } - is_greater_power = no - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - any_country = { - change_variable = { - which = successful_communist_rebellions - value = 1 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = communist - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + set_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + random_owned = { + limit = { + owner = { + NOT = { ruling_party_ideology = communist } + } + } + owner = { ruling_party_ideology = socialist } + } + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = communist } + } + } + any_pop = { + limit = { pop_majority_ideology = communist } + ideology = { factor = 0.1 value = communist } + } + any_pop = { + scaled_militancy = { + ideology = fascist + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + scaled_militancy = { + ideology = socialist + factor = -4 + } + scaled_militancy = { + ideology = communist + factor = -8 + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + random_country = { + limit = { + OR = { + neighbour = THIS + is_culture_group = THIS + } + government = proletarian_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + any_country = { + limit = { + neighbour = THIS + civilized = yes + NOT = { government = proletarian_dictatorship } + } + any_pop = { + scaled_militancy = { + ideology = communist + factor = 5 + } + } + } + any_country = { + limit = { + NOT = { + government = proletarian_dictatorship + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -200 + } + } + any_country = { + limit = { + government = proletarian_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + NOT = { government = proletarian_dictatorship } + is_greater_power = no + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + any_country = { + change_variable = { + which = successful_communist_rebellions + value = 1 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = communist + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 800053 + id = 800053 - is_triggered_only = yes + is_triggered_only = yes - title = "EVTNAME800053" # The New Regime - Anarcho-Liberal - desc = "EVTDESC800053" - picture = "Revolution" + title = "EVTNAME800053" # The New Regime - Anarcho-Liberal + desc = "EVTDESC800053" + picture = "Revolution" - option = { - name = "EVT800053OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - political_reform = open_borders - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - set_country_flag = anarcho_liberal_gov - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - remove_country_modifier = fight_the_power - random_owned = { - limit = { - owner = { - NOT = { ruling_party_ideology = anarcho_liberal } - } - } - owner = { ruling_party_ideology = liberal } - } - capital_scope = { - any_pop = { - limit = { literacy = 0.4 } - ideology = { factor = 0.1 value = anarcho_liberal } - } - } - any_pop = { - limit = { pop_majority_ideology = anarcho_liberal } - ideology = { factor = 0.1 value = anarcho_liberal } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = fascist - factor = -2 - } - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -8 - } - scaled_militancy = { - ideology = socialist - factor = 2 - } - scaled_militancy = { - ideology = communist - factor = 4 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - neighbour = THIS - civilized = yes - NOT = { - OR = { - ruling_party_ideology = anarcho_liberal - government = democracy - } - } - } - any_pop = { - scaled_militancy = { - ideology = anarcho_liberal - factor = 5 - } - } - } - any_country = { - limit = { - government = proletarian_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -50 - } - } - any_country = { - limit = { - NOT = { - OR = { - ruling_party_ideology = anarcho_liberal - government = proletarian_dictatorship - } - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - ruling_party_ideology = anarcho_liberal - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - government = proletarian_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = proletarian_dictatorship - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = liberal - } - has_country_flag = former_overlord - } - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = anarcho_liberal - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + option = { + name = "EVT800053OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + political_reform = open_borders + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + set_country_flag = anarcho_liberal_gov + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + remove_country_modifier = fight_the_power + random_owned = { + limit = { + owner = { + NOT = { ruling_party_ideology = anarcho_liberal } + } + } + owner = { ruling_party_ideology = liberal } + } + capital_scope = { + any_pop = { + limit = { literacy = 0.4 } + ideology = { factor = 0.1 value = anarcho_liberal } + } + } + any_pop = { + limit = { pop_majority_ideology = anarcho_liberal } + ideology = { factor = 0.1 value = anarcho_liberal } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = fascist + factor = -2 + } + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -8 + } + scaled_militancy = { + ideology = socialist + factor = 2 + } + scaled_militancy = { + ideology = communist + factor = 4 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + neighbour = THIS + civilized = yes + NOT = { + OR = { + ruling_party_ideology = anarcho_liberal + government = democracy + } + } + } + any_pop = { + scaled_militancy = { + ideology = anarcho_liberal + factor = 5 + } + } + } + any_country = { + limit = { + government = proletarian_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -50 + } + } + any_country = { + limit = { + NOT = { + OR = { + ruling_party_ideology = anarcho_liberal + government = proletarian_dictatorship + } + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + ruling_party_ideology = anarcho_liberal + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + government = proletarian_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = proletarian_dictatorship + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = liberal + } + has_country_flag = former_overlord + } + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = anarcho_liberal + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - id = 800054 + id = 800054 + + is_triggered_only = yes - is_triggered_only = yes + title = "EVTNAME800054" # The New Regime - Jacobins + desc = "EVTDESC800054" + picture = "Prosper" - title = "EVTNAME800054" # The New Regime - Jacobins - desc = "EVTDESC800054" - picture = "Prosper" + option = { + name = "EVT800054OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } - option = { - name = "EVT800054OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { has_country_modifier = santa_ana_rule } } - owner = { remove_country_modifier = santa_ana_rule } - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = liberal_revolution_fired - clr_country_flag = liberal_revolution_in_progress - set_country_flag = had_liberal_revolution - clr_country_flag = rebels_in_capital - remove_country_modifier = fight_the_power - capital_scope = { - any_pop = { - limit = { literacy = 0.2 } - ideology = { factor = 0.1 value = liberal } - } - } - any_pop = { - limit = { - literacy = 0.2 - pop_majority_ideology = liberal - } - ideology = { factor = 0.1 value = liberal } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = conservative - factor = -2 - } - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - any_owned = { - remove_province_modifier = liberal_agitation - } - remove_country_modifier = springtime_of_nations - remove_country_modifier = global_liberal_agitation - random_owned = { - limit = { - owner = { - tag = FRA - NOT = { has_country_flag = 2nd_republic } - OR = { - has_country_modifier = springtime_of_nations - has_country_modifier = global_liberal_agitation - } - } - } - owner = { set_country_flag = 2nd_republic } - } - random_owned = { - limit = { - owner = { tag = TUR } - } - owner = { - remove_accepted_culture = kurdish - any_pop = { - limit = { - OR = { - has_pop_culture = kurdish - has_pop_culture = armenian - } - } - militancy = 5 - } - any_owned = { - limit = { - OR = { - is_core = KDS - is_core = ARM - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - random_country = { - limit = { - OR = { - government = democracy - government = hms_government - } - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = 50 - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - civilized = yes - neighbour = THIS - NOT = { - OR = { - government = democracy - government = hms_government - } - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 5 - } - } - } - any_country = { - limit = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -50 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = democracy - government = hms_government - } - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - NOT = { has_country_flag = former_overlord } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - any_country = { - limit = { - OR = { - government = democracy - government = hms_government - } - NOT = { has_country_flag = former_overlord } - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - government = democracy - government = hms_government - } - has_country_flag = former_overlord - } - is_greater_power = no - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = liberal - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { has_country_modifier = santa_ana_rule } } + owner = { remove_country_modifier = santa_ana_rule } + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = liberal_revolution_fired + clr_country_flag = liberal_revolution_in_progress + set_country_flag = had_liberal_revolution + clr_country_flag = rebels_in_capital + remove_country_modifier = fight_the_power + capital_scope = { + any_pop = { + limit = { literacy = 0.2 } + ideology = { factor = 0.1 value = liberal } + } + } + any_pop = { + limit = { + literacy = 0.2 + pop_majority_ideology = liberal + } + ideology = { factor = 0.1 value = liberal } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = conservative + factor = -2 + } + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + any_owned = { + remove_province_modifier = liberal_agitation + } + remove_country_modifier = springtime_of_nations + remove_country_modifier = global_liberal_agitation + random_owned = { + limit = { + owner = { + tag = FRA + NOT = { has_country_flag = 2nd_republic } + OR = { + has_country_modifier = springtime_of_nations + has_country_modifier = global_liberal_agitation + } + } + } + owner = { set_country_flag = 2nd_republic } + } + random_owned = { + limit = { + owner = { tag = TUR } + } + owner = { + remove_accepted_culture = kurdish + any_pop = { + limit = { + OR = { + has_pop_culture = kurdish + has_pop_culture = armenian + } + } + militancy = 5 + } + any_owned = { + limit = { + OR = { + is_core = KDS + is_core = ARM + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + random_country = { + limit = { + OR = { + government = democracy + government = hms_government + } + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = 50 + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + civilized = yes + neighbour = THIS + NOT = { + OR = { + government = democracy + government = hms_government + } + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 5 + } + } + } + any_country = { + limit = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -50 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = democracy + government = hms_government + } + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + NOT = { has_country_flag = former_overlord } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + any_country = { + limit = { + OR = { + government = democracy + government = hms_government + } + NOT = { has_country_flag = former_overlord } + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + government = democracy + government = hms_government + } + has_country_flag = former_overlord + } + is_greater_power = no + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = liberal + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } country_event = { - - id = 810055 - - is_triggered_only = yes - - title = "EVTNAME810055" #$COUNTRY_ADJ$ Independence! - desc = "EVTDESC810055" - picture = "unite" - - option = { - name = "EVT810055OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - any_pop = { - militancy = -6 - } - any_owned = { - limit = { is_core = THIS } - remove_province_modifier = nationalist_agitation - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } + + id = 810055 + + is_triggered_only = yes + + title = "EVTNAME810055" #$COUNTRY_ADJ$ Independence! + desc = "EVTDESC810055" + picture = "unite" + + option = { + name = "EVT810055OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + any_pop = { + militancy = -6 + } + any_owned = { + limit = { is_core = THIS } + remove_province_modifier = nationalist_agitation + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } } country_event = { - id = 810056 + id = 810056 - is_triggered_only = yes + is_triggered_only = yes - title = "EVTNAME810056" # The New Regime - Socialists - desc = "EVTDESC810056" - picture = "Prosper" + title = "EVTNAME810056" # The New Regime - Socialists + desc = "EVTDESC810056" + picture = "Prosper" - option = { - name = "EVT810056OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - random_owned = { - limit = { owner = { NOT = { border_policy = open_borders } } } - owner = { political_reform = open_borders } - } - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - random_owned = { - limit = { - owner = { - NOT = { ruling_party_ideology = socialist } - } - } - owner = { ruling_party_ideology = liberal } - } - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = socialist } - } - } - any_pop = { - limit = { - pop_majority_ideology = socialist - } - ideology = { factor = 0.1 value = socialist } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 2 - } - scaled_militancy = { - ideology = conservative - factor = -4 - } - scaled_militancy = { - ideology = liberal - factor = -2 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - scaled_militancy = { - ideology = fascist - factor = 4 - } - scaled_militancy = { - ideology = socialist - factor = -8 - } - scaled_militancy = { - ideology = communist - factor = -4 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - random_country = { - limit = { - OR = { - government = democracy - government = hms_government - } - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - ruling_party_ideology = socialist - } - diplomatic_influence = { - who = THIS - value = 50 - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - neighbour = THIS - NOT = { - OR = { - government = democracy - government = hms_government - government = proletarian_dictatorship - ruling_party_ideology = socialist - } - } - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 3 - } - } - } - any_country = { - limit = { - government = fascist_dictatorship - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -50 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = fascist_dictatorship - government = democracy - government = hms_government - } - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - is_greater_power = yes - } - diplomatic_influence = { - who = THIS - value = -25 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - government = fascist_dictatorship - NOT = { has_country_flag = former_overlord } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - } - any_country = { - limit = { - OR = { - government = democracy - government = hms_government - } - NOT = { has_country_flag = former_overlord } - ruling_party_ideology = socialist - } - relation = { - who = THIS - value = 50 - } - } - any_country = { - limit = { - NOT = { - OR = { - government = fascist_dictatorship - government = democracy - government = hms_government - } - has_country_flag = former_overlord - } - is_greater_power = no - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - ruling_party_ideology = socialist - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - #Genocide Cleanup - ##Set Up Timer based on time the thing ran - random_owned = { - limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 2 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 4 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 6 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 8 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } - } - random_owned = { - limit = { owner = { check_variable = { which = evidence_count value = 10 } } } - owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years - } - ##Clean Variables - set_variable = { which = evidence_count value = 0 } - set_variable = { which = slowdown_point value = 0 } - #Delete Modifiers - random_owned = { - limit = { owner = { has_country_modifier = interment_camps } } - owner = { remove_country_modifier = interment_camps } - } - #Delete Block - clr_country_flag = government_busy_with_something - #Flag for pops - clr_country_flag = internment_camps_open - #Place - clr_country_flag = interning_on_colonies - clr_country_flag = interning_on_homeland - clr_country_flag = interning_everywhere - #Who - clr_country_flag = interning_cultures - clr_country_flag = interning_religions - #Specific religions - clr_country_flag = interning_catholics - clr_country_flag = interning_protestants - clr_country_flag = interning_mormons - clr_country_flag = interning_orthodoxies - clr_country_flag = interning_coptics - clr_country_flag = interning_sunnis - clr_country_flag = interning_shiites - clr_country_flag = interning_ibadis - clr_country_flag = interning_druzi - clr_country_flag = interning_jewish - clr_country_flag = interning_yazidis - clr_country_flag = interning_mahayanas - clr_country_flag = interning_gelugpas - clr_country_flag = interning_theravadas - clr_country_flag = interning_hindus - clr_country_flag = interning_shintos - clr_country_flag = interning_sikhs - clr_country_flag = interning_animists - #Specific Cultures - clr_country_flag = interning_germanics - clr_country_flag = interning_jewish_cultures - clr_country_flag = interning_beneluxian - clr_country_flag = interning_pan_swiss - clr_country_flag = interning_scandinavian - clr_country_flag = interning_british - clr_country_flag = interning_italian - clr_country_flag = interning_iberian - clr_country_flag = interning_french - clr_country_flag = interning_south_slavic - clr_country_flag = interning_pan_albanian - clr_country_flag = interning_pan_romanian - clr_country_flag = interning_hungarian_culture_group - clr_country_flag = interning_polish_culture_group - clr_country_flag = interning_czecho_slovak_culture_group - clr_country_flag = interning_east_slavic - clr_country_flag = interning_baltic - clr_country_flag = interning_levantine - clr_country_flag = interning_turko_semitic - clr_country_flag = interning_caucasian - clr_country_flag = interning_arab - clr_country_flag = interning_iranian_turanian - clr_country_flag = interning_central_asian - clr_country_flag = interning_south_asian - clr_country_flag = interning_indo_iranian - clr_country_flag = interning_southeast_asian - clr_country_flag = interning_east_asian - clr_country_flag = interning_far_east_asian - clr_country_flag = interning_oceanic - clr_country_flag = interning_native_american - clr_country_flag = interning_american_cultures - clr_country_flag = interning_neo_european_cultures - clr_country_flag = interning_latin_american_cultures - clr_country_flag = interning_african_diaspora_cultures - clr_country_flag = interning_west_african - clr_country_flag = interning_central_african - clr_country_flag = interning_east_african - clr_country_flag = interning_southern_african - clr_country_flag = interning_finnougric - clr_country_flag = animists_run - ## - } + option = { + name = "EVT810056OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + random_owned = { + limit = { owner = { NOT = { border_policy = open_borders } } } + owner = { political_reform = open_borders } + } + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + random_owned = { + limit = { + owner = { + NOT = { ruling_party_ideology = socialist } + } + } + owner = { ruling_party_ideology = liberal } + } + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = socialist } + } + } + any_pop = { + limit = { + pop_majority_ideology = socialist + } + ideology = { factor = 0.1 value = socialist } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 2 + } + scaled_militancy = { + ideology = conservative + factor = -4 + } + scaled_militancy = { + ideology = liberal + factor = -2 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + scaled_militancy = { + ideology = fascist + factor = 4 + } + scaled_militancy = { + ideology = socialist + factor = -8 + } + scaled_militancy = { + ideology = communist + factor = -4 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + random_country = { + limit = { + OR = { + government = democracy + government = hms_government + } + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + ruling_party_ideology = socialist + } + diplomatic_influence = { + who = THIS + value = 50 + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + neighbour = THIS + NOT = { + OR = { + government = democracy + government = hms_government + government = proletarian_dictatorship + ruling_party_ideology = socialist + } + } + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 3 + } + } + } + any_country = { + limit = { + government = fascist_dictatorship + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -50 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = fascist_dictatorship + government = democracy + government = hms_government + } + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + is_greater_power = yes + } + diplomatic_influence = { + who = THIS + value = -25 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + government = fascist_dictatorship + NOT = { has_country_flag = former_overlord } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + } + any_country = { + limit = { + OR = { + government = democracy + government = hms_government + } + NOT = { has_country_flag = former_overlord } + ruling_party_ideology = socialist + } + relation = { + who = THIS + value = 50 + } + } + any_country = { + limit = { + NOT = { + OR = { + government = fascist_dictatorship + government = democracy + government = hms_government + } + has_country_flag = former_overlord + } + is_greater_power = no + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + ruling_party_ideology = socialist + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + #Genocide Cleanup + ##Set Up Timer based on time the thing ran + random_owned = { + limit = { owner = { NOT = { check_variable = { which = evidence_count value = 2 } } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1460 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 2 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 1825 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 4 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2190 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 6 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2555 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 8 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 2920 } } + } + random_owned = { + limit = { owner = { check_variable = { which = evidence_count value = 10 } } } + owner = { add_country_modifier = { name = law_changed_by_force duration = 3285 } } #9 years + } + ##Clean Variables + set_variable = { which = evidence_count value = 0 } + set_variable = { which = slowdown_point value = 0 } + #Delete Modifiers + random_owned = { + limit = { owner = { has_country_modifier = interment_camps } } + owner = { remove_country_modifier = interment_camps } + } + #Delete Block + clr_country_flag = government_busy_with_something + #Flag for pops + clr_country_flag = internment_camps_open + #Place + clr_country_flag = interning_on_colonies + clr_country_flag = interning_on_homeland + clr_country_flag = interning_everywhere + #Who + clr_country_flag = interning_cultures + clr_country_flag = interning_religions + #Specific religions + clr_country_flag = interning_catholics + clr_country_flag = interning_protestants + clr_country_flag = interning_mormons + clr_country_flag = interning_orthodoxies + clr_country_flag = interning_coptics + clr_country_flag = interning_sunnis + clr_country_flag = interning_shiites + clr_country_flag = interning_ibadis + clr_country_flag = interning_druzi + clr_country_flag = interning_jewish + clr_country_flag = interning_yazidis + clr_country_flag = interning_mahayanas + clr_country_flag = interning_gelugpas + clr_country_flag = interning_theravadas + clr_country_flag = interning_hindus + clr_country_flag = interning_shintos + clr_country_flag = interning_sikhs + clr_country_flag = interning_animists + #Specific Cultures + clr_country_flag = interning_germanics + clr_country_flag = interning_jewish_cultures + clr_country_flag = interning_beneluxian + clr_country_flag = interning_pan_swiss + clr_country_flag = interning_scandinavian + clr_country_flag = interning_british + clr_country_flag = interning_italian + clr_country_flag = interning_iberian + clr_country_flag = interning_french + clr_country_flag = interning_south_slavic + clr_country_flag = interning_pan_albanian + clr_country_flag = interning_pan_romanian + clr_country_flag = interning_hungarian_culture_group + clr_country_flag = interning_polish_culture_group + clr_country_flag = interning_czecho_slovak_culture_group + clr_country_flag = interning_east_slavic + clr_country_flag = interning_baltic + clr_country_flag = interning_levantine + clr_country_flag = interning_turko_semitic + clr_country_flag = interning_caucasian + clr_country_flag = interning_arab + clr_country_flag = interning_iranian_turanian + clr_country_flag = interning_central_asian + clr_country_flag = interning_south_asian + clr_country_flag = interning_indo_iranian + clr_country_flag = interning_southeast_asian + clr_country_flag = interning_east_asian + clr_country_flag = interning_far_east_asian + clr_country_flag = interning_oceanic + clr_country_flag = interning_native_american + clr_country_flag = interning_american_cultures + clr_country_flag = interning_neo_european_cultures + clr_country_flag = interning_latin_american_cultures + clr_country_flag = interning_african_diaspora_cultures + clr_country_flag = interning_west_african + clr_country_flag = interning_central_african + clr_country_flag = interning_east_african + clr_country_flag = interning_southern_african + clr_country_flag = interning_finnougric + clr_country_flag = animists_run + ## + } } #The Colonial Regime Overthrown! - REDO country_event = { - - id = 810057 - - is_triggered_only = yes - - title = "EVTNAME810057" - desc = "EVTDESC810057" - picture = "unite" - - option = { - name = "EVT810055OPTA" - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = conservative - } - } - owner = { set_country_flag = conservative_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = liberal - } - } - owner = { set_country_flag = liberal_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = reactionary - } - } - owner = { set_country_flag = reactionary_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = socialist - } - } - owner = { set_country_flag = socialist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = communist - } - } - owner = { set_country_flag = communist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = fascist - } - } - owner = { set_country_flag = fascist_party_in_power } - } - random_owned = { - limit = { - owner = { - OR = { - government = prussian_constitutionalism - government = hms_government - } - ruling_party_ideology = anarcho_liberal - } - } - owner = { set_country_flag = anarcho_liberal_party_in_power } - } - - random_owned = { - limit = { - owner = { - has_country_modifier = regency_government - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - owner = { remove_country_modifier = regency_government } - } - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - clr_country_flag = post_colonial_country - random_owned = { - limit = { owner = { tag = MLI } } - owner = { primary_culture = fulbe } - } - random_owned = { - limit = { owner = { tag = BUG } } - owner = { primary_culture = baganda } - } - random_owned = { - limit = { - owner = { - OR = { - tag = CGO - tag = CNG - tag = ANG - } - } - } - owner = { primary_culture = bakongo } - } - random_owned = { - limit = { owner = { tag = CHD } } - owner = { primary_culture = sara } - } - random_owned = { - limit = { owner = { tag = CAR } } - owner = { primary_culture = ubangian } - } - random_owned = { - limit = { owner = { tag = GAB } } - owner = { primary_culture = fang } - } - random_owned = { - limit = { owner = { tag = CMR } } - owner = { primary_culture = forest_bantu } - } - random_owned = { - limit = { owner = { tag = INO } } - owner = { primary_culture = javan } - } - random_owned = { - limit = { owner = { tag = IVC } } - owner = { primary_culture = dyula } - } - random_owned = { - limit = { - owner = { tag = KNY } - } - owner = { primary_culture = kikuyu } - } - random_owned = { - limit = { - owner = { tag = LBY } - } - owner = { primary_culture = maghrebi } - } - random_owned = { - limit = { - owner = { tag = MOZ } - } - owner = { primary_culture = shona } - } - random_owned = { - limit = { - owner = { tag = NGR } - } - owner = { primary_culture = yoruba } - } - random_owned = { - limit = { - owner = { tag = NIG } - } - owner = { primary_culture = hausa } - } - random_owned = { - limit = { owner = { tag = GNE } } - owner = { primary_culture = fulbe } - } - random_owned = { - limit = { - owner = { tag = SNG } - } - owner = { primary_culture = wolof } - } - random_owned = { - limit = { - owner = { tag = TNZ } - } - owner = { primary_culture = swahili } - } - random_owned = { - limit = { - owner = { tag = TOG } - } - owner = { primary_culture = ewe } - } - random_owned = { - limit = { - owner = { tag = BKF } - } - owner = { primary_culture = mossi } - } - random_owned = { - limit = { - owner = { tag = TSW } - } - owner = { primary_culture = tswana } - } - random_owned = { - limit = { - owner = { tag = ZAM } - } - owner = { primary_culture = lunda } - } - random_owned = { - limit = { - owner = { tag = SLE } - } - owner = { primary_culture = western_nigritic } - } - random_owned = { - limit = { owner = { tag = GNE } } - owner = { primary_culture = mande } - } - random_owned = { - limit = { owner = { tag = GMB } } - owner = { primary_culture = mande } - } - random_owned = { - limit = { - owner = { tag = NZL } - } - owner = { - all_core = { add_core = AOT } - change_tag = AOT - primary_culture = maori - add_accepted_culture = british - relation = { who = ENG value = -200 } - relation = { who = AST value = -200 } - add_casus_belli = { - target = ENG - type = free_peoples - months = 250 - } - add_casus_belli = { - target = AST - type = free_peoples - months = 250 - } - } - ENG_2513 = { - remove_core = NZL - add_core = SNZ - } - } - random_owned = { - limit = { - owner = { tag = SAF } - } - owner = { - primary_culture = khoisan - add_accepted_culture = sotho - add_accepted_culture = xhosa - add_accepted_culture = zulu - add_accepted_culture = nguni - } - } - any_pop = { - militancy = -6 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - NOT = { - OR = { - is_culture_group = arab - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - } - } - } - consciousness = 10 - militancy = 3 - } - any_owned = { - limit = { is_core = THIS } - remove_province_modifier = nationalist_agitation - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - alliance_with = THIS - NOT = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } + + id = 810057 + + is_triggered_only = yes + + title = "EVTNAME810057" + desc = "EVTDESC810057" + picture = "unite" + + option = { + name = "EVT810055OPTA" + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = conservative + } + } + owner = { set_country_flag = conservative_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = liberal + } + } + owner = { set_country_flag = liberal_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = reactionary + } + } + owner = { set_country_flag = reactionary_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = socialist + } + } + owner = { set_country_flag = socialist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = communist + } + } + owner = { set_country_flag = communist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = fascist + } + } + owner = { set_country_flag = fascist_party_in_power } + } + random_owned = { + limit = { + owner = { + OR = { + government = prussian_constitutionalism + government = hms_government + } + ruling_party_ideology = anarcho_liberal + } + } + owner = { set_country_flag = anarcho_liberal_party_in_power } + } + + random_owned = { + limit = { + owner = { + has_country_modifier = regency_government + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + owner = { remove_country_modifier = regency_government } + } + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + clr_country_flag = post_colonial_country + random_owned = { + limit = { owner = { tag = MLI } } + owner = { primary_culture = fulbe } + } + random_owned = { + limit = { owner = { tag = BUG } } + owner = { primary_culture = baganda } + } + random_owned = { + limit = { + owner = { + OR = { + tag = CGO + tag = CNG + tag = ANG + } + } + } + owner = { primary_culture = bakongo } + } + random_owned = { + limit = { owner = { tag = CHD } } + owner = { primary_culture = sara } + } + random_owned = { + limit = { owner = { tag = CAR } } + owner = { primary_culture = ubangian } + } + random_owned = { + limit = { owner = { tag = GAB } } + owner = { primary_culture = fang } + } + random_owned = { + limit = { owner = { tag = CMR } } + owner = { primary_culture = forest_bantu } + } + random_owned = { + limit = { owner = { tag = INO } } + owner = { primary_culture = javan } + } + random_owned = { + limit = { owner = { tag = IVC } } + owner = { primary_culture = dyula } + } + random_owned = { + limit = { + owner = { tag = KNY } + } + owner = { primary_culture = kikuyu } + } + random_owned = { + limit = { + owner = { tag = LBY } + } + owner = { primary_culture = maghrebi } + } + random_owned = { + limit = { + owner = { tag = MOZ } + } + owner = { primary_culture = shona } + } + random_owned = { + limit = { + owner = { tag = NGR } + } + owner = { primary_culture = yoruba } + } + random_owned = { + limit = { + owner = { tag = NIG } + } + owner = { primary_culture = hausa } + } + random_owned = { + limit = { owner = { tag = GNE } } + owner = { primary_culture = fulbe } + } + random_owned = { + limit = { + owner = { tag = SNG } + } + owner = { primary_culture = wolof } + } + random_owned = { + limit = { + owner = { tag = TNZ } + } + owner = { primary_culture = swahili } + } + random_owned = { + limit = { + owner = { tag = TOG } + } + owner = { primary_culture = ewe } + } + random_owned = { + limit = { + owner = { tag = BKF } + } + owner = { primary_culture = mossi } + } + random_owned = { + limit = { + owner = { tag = TSW } + } + owner = { primary_culture = tswana } + } + random_owned = { + limit = { + owner = { tag = ZAM } + } + owner = { primary_culture = lunda } + } + random_owned = { + limit = { + owner = { tag = SLE } + } + owner = { primary_culture = western_nigritic } + } + random_owned = { + limit = { owner = { tag = GNE } } + owner = { primary_culture = mande } + } + random_owned = { + limit = { owner = { tag = GMB } } + owner = { primary_culture = mande } + } + random_owned = { + limit = { + owner = { tag = NZL } + } + owner = { + all_core = { add_core = AOT } + change_tag = AOT + primary_culture = maori + add_accepted_culture = british + relation = { who = ENG value = -200 } + relation = { who = AST value = -200 } + add_casus_belli = { + target = ENG + type = free_peoples + months = 250 + } + add_casus_belli = { + target = AST + type = free_peoples + months = 250 + } + } + ENG_2513 = { + remove_core = NZL + add_core = SNZ + } + } + random_owned = { + limit = { + owner = { tag = SAF } + } + owner = { + primary_culture = khoisan + add_accepted_culture = sotho + add_accepted_culture = xhosa + add_accepted_culture = zulu + add_accepted_culture = nguni + } + } + any_pop = { + militancy = -6 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + NOT = { + OR = { + is_culture_group = arab + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + } + } + } + consciousness = 10 + militancy = 3 + } + any_owned = { + limit = { is_core = THIS } + remove_province_modifier = nationalist_agitation + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + alliance_with = THIS + NOT = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } } country_event = { - id = 800147 - title = "EVTNAME800147" #Sepoys Victorious - desc = "EVTDESC800147" - picture = "rebellion" + id = 800147 + title = "EVTNAME800147" #Sepoys Victorious + desc = "EVTDESC800147" + picture = "rebellion" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800147OPTA" - prestige_factor = -0.25 - any_pop = { - limit = { - location = { is_core = HND } - } - militancy = -4 - } - any_country = { - limit = { - OR = { - tag = MUG - tag = BUN - tag = MEW - tag = AWA - tag = GWA - } - exists = yes - } - country_event = 800148 - } - any_country = { - limit = { - OR = { - tag = MUG - tag = BUN - tag = MEW - tag = AWA - tag = GWA - } - any_core = { owned_by = THIS } - exists = no - } - add_casus_belli = { - target = THIS - type = make_puppet - months = 240 - } - country_event = 97124 - } - } + option = { + name = "EVT800147OPTA" + prestige_factor = -0.25 + any_pop = { + limit = { + location = { is_core = HND } + } + militancy = -4 + } + any_country = { + limit = { + OR = { + tag = MUG + tag = BUN + tag = MEW + tag = AWA + tag = GWA + } + exists = yes + } + country_event = 800148 + } + any_country = { + limit = { + OR = { + tag = MUG + tag = BUN + tag = MEW + tag = AWA + tag = GWA + } + any_core = { owned_by = THIS } + exists = no + } + add_casus_belli = { + target = THIS + type = make_puppet + months = 240 + } + country_event = 97124 + } + } } country_event = { - id = 800148 - title = "EVTNAME800148" # Response in Indian Minors to Sepoy Rebellion - desc = "EVTDESC800148" - picture = "rebellion" + id = 800148 + title = "EVTNAME800148" # Response in Indian Minors to Sepoy Rebellion + desc = "EVTDESC800148" + picture = "rebellion" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800148OPTA" - any_pop = { - militancy = -4 - } - relation = { - who = FROM - value = -200 - } - leave_alliance = FROM - random_owned = { - limit = { - owner = { is_vassal = yes } - } - owner = { release_vassal = THIS } - } - random_owned = { - limit = { - owner = { civilized = yes } - } - FROM = { - any_owned = { - limit = { is_core = THIS } - secede_province = THIS - } - } - } - random_owned = { - limit = { - owner = { civilized = no } - } - FROM = { release_vassal = THIS } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - } + option = { + name = "EVT800148OPTA" + any_pop = { + militancy = -4 + } + relation = { + who = FROM + value = -200 + } + leave_alliance = FROM + random_owned = { + limit = { + owner = { is_vassal = yes } + } + owner = { release_vassal = THIS } + } + random_owned = { + limit = { + owner = { civilized = yes } + } + FROM = { + any_owned = { + limit = { is_core = THIS } + secede_province = THIS + } + } + } + random_owned = { + limit = { + owner = { civilized = no } + } + FROM = { release_vassal = THIS } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + } - } + } } country_event = { - id = 800149 - title = "EVTNAME800149" #Unciv Reactionaries Victorious - desc = "EVTDESC800149" - picture = "unite" + id = 800149 + title = "EVTNAME800149" #Unciv Reactionaries Victorious + desc = "EVTDESC800149" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVT800149OPTA" + clr_country_flag = wants_to_unify + clr_country_flag = does_not_want_to_unify + clr_country_flag = rebels_in_capital + set_country_flag = angry_rioters_victorious + ruling_party_ideology = reactionary + + random = { + chance = 50 + years_of_research = -3 + } + + random = { + chance = 30 + years_of_research = -3 + } + + random = { + chance = 20 + years_of_research = -3 + } - is_triggered_only = yes + random = { + chance = 10 + years_of_research = -3 + } - option = { - name = "EVT800149OPTA" - clr_country_flag = wants_to_unify - clr_country_flag = does_not_want_to_unify - clr_country_flag = rebels_in_capital - set_country_flag = angry_rioters_victorious - ruling_party_ideology = reactionary - - random = { - chance = 50 - years_of_research = -3 - } - - random = { - chance = 30 - years_of_research = -3 - } - - random = { - chance = 20 - years_of_research = -3 - } - - random = { - chance = 10 - years_of_research = -3 - } - - random = { - chance = 30 - remove_random_economic_reforms = 1 - } - - random = { - chance = 20 - remove_random_economic_reforms = 1 - } - - random = { - chance = 10 - remove_random_economic_reforms = 1 - } - - random_list = { - 20 = { - add_country_modifier = { name = reactionary_demands duration = 1825 } - } - 20 = { - add_country_modifier = { name = reactionary_demands duration = 1460 } - } - 20 = { - add_country_modifier = { name = reactionary_demands duration = 1095 } - } - 20 = { - add_country_modifier = { name = reactionary_demands duration = 730 } - } - 20 = { - add_country_modifier = { name = reactionary_demands duration = 365 } - } - } - - any_pop = { - ideology = { factor = 0.1 value = conservative } - militancy = -8 - } - random_owned = { - limit = { - owner = { - civilized = no - has_country_modifier = western_influences - } - } - owner = { - remove_country_modifier = western_influences - add_country_modifier = { - name = uncivilized_isolationism - duration = -1 - } - } - } - random_owned = { - limit = { owner = { NOT = { border_policy = closed_borders } } } - owner = { political_reform = closed_borders } - } - random_owned = { - limit = { owner = { has_country_modifier = educational_reform } } - owner = { remove_country_modifier = educational_reform } - } - random_owned = { - limit = { owner = { has_country_modifier = legation_quarter } } - owner = { remove_country_modifier = legation_quarter } - } - random_owned = { - limit = { - owner = { - civilized = no - any_owned_province = { - OR = { - has_province_modifier = peasant_revolt - has_province_modifier = western_presence - has_province_modifier = foreign_smugglers - has_province_modifier = foreign_trading_post - has_province_modifier = local_opium_habit - has_province_modifier = extraterritoriality_granted - } - } - } - } - owner = { - any_owned = { - remove_province_modifier = peasant_revolt - remove_province_modifier = western_presence - remove_province_modifier = foreign_smugglers - remove_province_modifier = foreign_trading_post - remove_province_modifier = local_opium_habit - remove_province_modifier = extraterritoriality_granted - } - } - } - random_owned = { - limit = { owner = { has_country_modifier = western_presence_research } } - owner = { remove_country_modifier = western_presence_research } - } - random_owned = { - limit = { owner = { has_country_modifier = european_military_mission } } - owner = { remove_country_modifier = european_military_mission } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - THIS = { is_substate = no } - } - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_sphere_leader - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { - is_our_vassal = THIS - THIS = { is_substate = no } - } - release_vassal = THIS - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -50 - } - set_country_flag = former_overlord - country_event = 800055 - } - any_country = { - limit = { - is_greater_power = yes - NOT = { - has_country_flag = former_sphere_leader - has_country_flag = former_overlord - } - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -25 - } - } - any_country = { - limit = { - neighbour = THIS - civilized = no - has_country_modifier = western_influences - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 3 - } - } - } - - any_country = { - limit = { - civilized = yes - alliance_with = THIS - } - relation = { who = THIS value = -100 } - leave_alliance = THIS - } - } + random = { + chance = 30 + remove_random_economic_reforms = 1 + } + + random = { + chance = 20 + remove_random_economic_reforms = 1 + } + + random = { + chance = 10 + remove_random_economic_reforms = 1 + } + + random_list = { + 20 = { + add_country_modifier = { name = reactionary_demands duration = 1825 } + } + 20 = { + add_country_modifier = { name = reactionary_demands duration = 1460 } + } + 20 = { + add_country_modifier = { name = reactionary_demands duration = 1095 } + } + 20 = { + add_country_modifier = { name = reactionary_demands duration = 730 } + } + 20 = { + add_country_modifier = { name = reactionary_demands duration = 365 } + } + } + + any_pop = { + ideology = { factor = 0.1 value = conservative } + militancy = -8 + } + random_owned = { + limit = { + owner = { + civilized = no + has_country_modifier = western_influences + } + } + owner = { + remove_country_modifier = western_influences + add_country_modifier = { + name = uncivilized_isolationism + duration = -1 + } + } + } + random_owned = { + limit = { owner = { NOT = { border_policy = closed_borders } } } + owner = { political_reform = closed_borders } + } + random_owned = { + limit = { owner = { has_country_modifier = educational_reform } } + owner = { remove_country_modifier = educational_reform } + } + random_owned = { + limit = { owner = { has_country_modifier = legation_quarter } } + owner = { remove_country_modifier = legation_quarter } + } + random_owned = { + limit = { + owner = { + civilized = no + any_owned_province = { + OR = { + has_province_modifier = peasant_revolt + has_province_modifier = western_presence + has_province_modifier = foreign_smugglers + has_province_modifier = foreign_trading_post + has_province_modifier = local_opium_habit + has_province_modifier = extraterritoriality_granted + } + } + } + } + owner = { + any_owned = { + remove_province_modifier = peasant_revolt + remove_province_modifier = western_presence + remove_province_modifier = foreign_smugglers + remove_province_modifier = foreign_trading_post + remove_province_modifier = local_opium_habit + remove_province_modifier = extraterritoriality_granted + } + } + } + random_owned = { + limit = { owner = { has_country_modifier = western_presence_research } } + owner = { remove_country_modifier = western_presence_research } + } + random_owned = { + limit = { owner = { has_country_modifier = european_military_mission } } + owner = { remove_country_modifier = european_military_mission } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + THIS = { is_substate = no } + } + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_sphere_leader + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { + is_our_vassal = THIS + THIS = { is_substate = no } + } + release_vassal = THIS + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -50 + } + set_country_flag = former_overlord + country_event = 800055 + } + any_country = { + limit = { + is_greater_power = yes + NOT = { + has_country_flag = former_sphere_leader + has_country_flag = former_overlord + } + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -25 + } + } + any_country = { + limit = { + neighbour = THIS + civilized = no + has_country_modifier = western_influences + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 3 + } + } + } + + any_country = { + limit = { + civilized = yes + alliance_with = THIS + } + relation = { who = THIS value = -100 } + leave_alliance = THIS + } + } } country_event = { - id = 97700 - title = "EVTNAME800151" #$COUNTRY_ADJ$ Patriots - desc = "EVTDESC97700" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT97700OPTA" - random_country = { - limit = { - tag = FROM - any_owned_province = { - OR = { - NOT = { has_province_modifier = patriot_uprising } - NOT = { is_core = THIS } - } - } - } - relation = { - who = THIS - value = -100 - } - casus_belli = { - target = THIS - type = humiliate - months = 36 - } - casus_belli = { - target = THIS - type = acquire_state - months = 36 - } - any_state = { - limit = { - any_owned_province = { - has_province_modifier = patriot_uprising - is_core = THIS - } - } - any_owned = { - limit = { is_core = THIS } - any_pop = { militancy = -4 } - secede_province = THIS - change_controller = THIS - } - } - } - random_country = { - limit = { - tag = FROM - NOT = { - any_owned_province = { - OR = { - NOT = { has_province_modifier = patriot_uprising } - NOT = { is_core = THIS } - } - } - } - } - sphere_owner = { - casus_belli = { - target = THIS - type = free_peoples - months = 75 - } - } - any_pop = { militancy = -4 } - any_owned = { change_controller = THIS } - annex_to = THIS - } - ai_chance = { - factor = 100 - } - } - option = { - name = "EVT97700OPTB" - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - } - FROM = { - relation = { - who = THIS - value = 20 - } - any_owned = { - limit = { - has_province_modifier = patriot_uprising - is_core = THIS - } - remove_province_modifier = patriot_uprising - any_pop = { militancy = -8 } - } - } - ai_chance = { - factor = 0 - } - } + id = 97700 + title = "EVTNAME800151" #$COUNTRY_ADJ$ Patriots + desc = "EVTDESC97700" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT97700OPTA" + random_country = { + limit = { + tag = FROM + any_owned_province = { + OR = { + NOT = { has_province_modifier = patriot_uprising } + NOT = { is_core = THIS } + } + } + } + relation = { + who = THIS + value = -100 + } + casus_belli = { + target = THIS + type = humiliate + months = 36 + } + casus_belli = { + target = THIS + type = acquire_state + months = 36 + } + any_state = { + limit = { + any_owned_province = { + has_province_modifier = patriot_uprising + is_core = THIS + } + } + any_owned = { + limit = { is_core = THIS } + any_pop = { militancy = -4 } + secede_province = THIS + change_controller = THIS + } + } + } + random_country = { + limit = { + tag = FROM + NOT = { + any_owned_province = { + OR = { + NOT = { has_province_modifier = patriot_uprising } + NOT = { is_core = THIS } + } + } + } + } + sphere_owner = { + casus_belli = { + target = THIS + type = free_peoples + months = 75 + } + } + any_pop = { militancy = -4 } + any_owned = { change_controller = THIS } + annex_to = THIS + } + ai_chance = { + factor = 100 + } + } + option = { + name = "EVT97700OPTB" + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + } + FROM = { + relation = { + who = THIS + value = 20 + } + any_owned = { + limit = { + has_province_modifier = patriot_uprising + is_core = THIS + } + remove_province_modifier = patriot_uprising + any_pop = { militancy = -8 } + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 800151 #$COUNTRY_ADJ$ Patriots (Annexation Event) - title = "EVTNAME800151" - desc = "EVTDESC800151" - picture = "rebellion" + id = 800151 #$COUNTRY_ADJ$ Patriots (Annexation Event) + title = "EVTNAME800151" + desc = "EVTDESC800151" + picture = "rebellion" - trigger = { - any_neighbor_country = { - any_owned_province = { - has_province_modifier = patriot_uprising - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - } + trigger = { + any_neighbor_country = { + any_owned_province = { + has_province_modifier = patriot_uprising + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + } - mean_time_to_happen = { - days = 1 - } + mean_time_to_happen = { + days = 1 + } - option = { - name = "EVT97700OPTA" - random_country = { - limit = { - neighbour = THIS - any_owned_province = { - has_province_modifier = patriot_uprising - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - relation = { - who = THIS - value = -50 - } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - any_neighbor_country = { - limit = { - any_owned_province = { - OR = { - NOT = { has_province_modifier = patriot_uprising } - NOT = { is_core = THIS } - NOT = { controlled_by = REB } - } - } - } - any_state = { - limit = { - any_owned_province = { - has_province_modifier = patriot_uprising - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - } - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - any_owned = { - limit = { is_core = THIS } - remove_province_modifier = patriot_uprising - any_pop = { - militancy = -4 - } - secede_province = THIS - change_controller = THIS - } - } - } - any_neighbor_country = { - limit = { - NOT = { - any_owned_province = { - OR = { - NOT = { has_province_modifier = patriot_uprising } - NOT = { is_core = THIS } - NOT = { controlled_by = REB } - } - } - } - } - sphere_owner = { - casus_belli = { - target = THIS - type = free_peoples - months = 75 - } - } - any_pop = { militancy = -4 } - any_owned = { change_controller = THIS } - annex_to = THIS - } - ai_chance = { - factor = 100 - } - } - option = { - name = "EVT97700OPTB" - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - } - random_country = { - limit = { - neighbour = THIS - any_owned_province = { - has_province_modifier = patriot_uprising - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - relation = { - who = THIS - value = 20 - } - } - any_neighbor_country = { - any_owned = { - limit = { - has_province_modifier = patriot_uprising - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - remove_province_modifier = patriot_uprising - any_pop = { - militancy = -8 - } - } - } - ai_chance = { - factor = 0 - } - } -} + option = { + name = "EVT97700OPTA" + random_country = { + limit = { + neighbour = THIS + any_owned_province = { + has_province_modifier = patriot_uprising + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + relation = { + who = THIS + value = -50 + } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + any_neighbor_country = { + limit = { + any_owned_province = { + OR = { + NOT = { has_province_modifier = patriot_uprising } + NOT = { is_core = THIS } + NOT = { controlled_by = REB } + } + } + } + any_state = { + limit = { + any_owned_province = { + has_province_modifier = patriot_uprising + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + } + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + any_owned = { + limit = { is_core = THIS } + remove_province_modifier = patriot_uprising + any_pop = { + militancy = -4 + } + secede_province = THIS + change_controller = THIS + } + } + } + any_neighbor_country = { + limit = { + NOT = { + any_owned_province = { + OR = { + NOT = { has_province_modifier = patriot_uprising } + NOT = { is_core = THIS } + NOT = { controlled_by = REB } + } + } + } + } + sphere_owner = { + casus_belli = { + target = THIS + type = free_peoples + months = 75 + } + } + any_pop = { militancy = -4 } + any_owned = { change_controller = THIS } + annex_to = THIS + } + ai_chance = { + factor = 100 + } + } + option = { + name = "EVT97700OPTB" + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + } + random_country = { + limit = { + neighbour = THIS + any_owned_province = { + has_province_modifier = patriot_uprising + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + relation = { + who = THIS + value = 20 + } + } + any_neighbor_country = { + any_owned = { + limit = { + has_province_modifier = patriot_uprising + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + remove_province_modifier = patriot_uprising + any_pop = { + militancy = -8 + } + } + } + ai_chance = { + factor = 0 + } + } +} country_event = { - id = 800152 #Provinces Under Control (Clean-Up Event) - title = "EVTNAME800152" - desc = "EVTDESC800152" - picture = "administration" + id = 800152 #Provinces Under Control (Clean-Up Event) + title = "EVTNAME800152" + desc = "EVTDESC800152" + picture = "administration" - trigger = { - war = no - any_owned_province = { - controlled_by = THIS - has_province_modifier = patriot_uprising - } - NOT = { num_of_revolts = 1 } - } + trigger = { + war = no + any_owned_province = { + controlled_by = THIS + has_province_modifier = patriot_uprising + } + NOT = { num_of_revolts = 1 } + } - mean_time_to_happen = { - months = 1 - } + mean_time_to_happen = { + months = 1 + } - option = { - name = "EVT800152OPTA" - any_owned = { - limit = { - controlled_by = THIS - has_province_modifier = patriot_uprising - } - remove_province_modifier = patriot_uprising - } - } + option = { + name = "EVT800152OPTA" + any_owned = { + limit = { + controlled_by = THIS + has_province_modifier = patriot_uprising + } + remove_province_modifier = patriot_uprising + } + } } country_event = { - id = 800055 + id = 800055 + + is_triggered_only = yes - is_triggered_only = yes + title = "EVTNAME800055" # Response to rebellion in a vassal + desc = "EVTDESC800055" + picture = "Unite" - title = "EVTNAME800055" # Response to rebellion in a vassal - desc = "EVTDESC800055" - picture = "Unite" + option = { + name = "EVT800055OPTA" + badboy = -1 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + relation = { + who = FROM + value = 50 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + culture_has_union_tag = yes + FROM = { is_culture_group = THIS } + } + modifier = { + factor = 1.25 + badboy = 0.4 + } + modifier = { + factor = 1.5 + is_greater_power = no + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.25 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.75 + OR = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + } + } - option = { - name = "EVT800055OPTA" - badboy = -1 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - relation = { - who = FROM - value = 50 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - culture_has_union_tag = yes - FROM = { is_culture_group = THIS } - } - modifier = { - factor = 1.25 - badboy = 0.4 - } - modifier = { - factor = 1.5 - is_greater_power = no - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.25 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.75 - OR = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - } - } + option = { + name = "EVT800055OPTB" + clr_country_flag = former_overlord + relation = { + who = FROM + value = 25 + } + diplomatic_influence = { + who = FROM + value = 50 + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + culture_has_union_tag = yes + FROM = { is_culture_group = THIS } + } + modifier = { + factor = 0 + is_greater_power = no + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.25 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + } - option = { - name = "EVT800055OPTB" - clr_country_flag = former_overlord - relation = { - who = FROM - value = 25 - } - diplomatic_influence = { - who = FROM - value = 50 - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - culture_has_union_tag = yes - FROM = { is_culture_group = THIS } - } - modifier = { - factor = 0 - is_greater_power = no - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.25 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - } - - } - option = { - name = "EVT800055OPTC" - clr_country_flag = former_overlord - badboy = 2 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - relation = { - who = FROM - value = -200 - } - diplomatic_influence = { - who = FROM - value = -100 - } - leave_alliance = FROM - casus_belli = { - target = FROM - type = make_puppet - months = 60 - } - random_owned = { - limit = { - owner = { - OR = { - neighbour = FROM - is_greater_power = yes - } - ai = yes - } - } - owner = { - war = { - target = FROM - attacker_goal = { - casus_belli = make_puppet - } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.75 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 1.25 - OR = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 2 - FROM = { brigades_compare = 0.2 } - } - modifier = { - factor = 0.5 - NOT = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 0.1 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0 - badboy = 0.92 - } - } - } + } + option = { + name = "EVT800055OPTC" + clr_country_flag = former_overlord + badboy = 2 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + relation = { + who = FROM + value = -200 + } + diplomatic_influence = { + who = FROM + value = -100 + } + leave_alliance = FROM + casus_belli = { + target = FROM + type = make_puppet + months = 60 + } + random_owned = { + limit = { + owner = { + OR = { + neighbour = FROM + is_greater_power = yes + } + ai = yes + } + } + owner = { + war = { + target = FROM + attacker_goal = { + casus_belli = make_puppet + } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.75 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 1.25 + OR = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 2 + FROM = { brigades_compare = 0.2 } + } + modifier = { + factor = 0.5 + NOT = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 0.1 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0 + badboy = 0.92 + } + } + } } country_event = { - id = 800056 + id = 800056 - title = "EVTNAME800056" # Response to losing a sphere that isn't your vassal - desc = "EVTDESC800056" - picture = "Unite" + title = "EVTNAME800056" # Response to losing a sphere that isn't your vassal + desc = "EVTDESC800056" + picture = "Unite" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800056OPTA" - clr_country_flag = former_sphere_leader - prestige = -5 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - relation = { - who = FROM - value = 50 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0 - OR = { - tag = AUS - tag = FRA - } - FROM = { is_culture_group = italian } - } - modifier = { - factor = 0 - culture_has_union_tag = yes - FROM = { is_culture_group = THIS } - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.25 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 0.75 - OR = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 1.25 - NOT = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - } - } - option = { - name = "EVT800056OPTB" - clr_country_flag = former_sphere_leader - badboy = 1 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - relation = { - who = FROM - value = -200 - } - leave_alliance = FROM - casus_belli = { - target = FROM - type = add_to_sphere - months = 60 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 24 - } - random_country = { - limit = { - is_sphere_leader_of = FROM - NOT = { tag = THIS } - } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 24 - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.75 - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = proletarian_dictatorship - government = presidential_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - } - } - modifier = { - factor = 1.25 - OR = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 0.75 - NOT = { - neighbour = FROM - FROM = { - any_neighbor_country = { - OR = { - vassal_of = THIS - substate_of = THIS - in_sphere = THIS - } - } - } - } - } - modifier = { - factor = 2 - FROM = { number_of_states = 2 } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } + option = { + name = "EVT800056OPTA" + clr_country_flag = former_sphere_leader + prestige = -5 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + relation = { + who = FROM + value = 50 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + OR = { + tag = AUS + tag = FRA + } + FROM = { is_culture_group = italian } + } + modifier = { + factor = 0 + culture_has_union_tag = yes + FROM = { is_culture_group = THIS } + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.25 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 0.75 + OR = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 1.25 + NOT = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + } + } + option = { + name = "EVT800056OPTB" + clr_country_flag = former_sphere_leader + badboy = 1 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + relation = { + who = FROM + value = -200 + } + leave_alliance = FROM + casus_belli = { + target = FROM + type = add_to_sphere + months = 60 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 24 + } + random_country = { + limit = { + is_sphere_leader_of = FROM + NOT = { tag = THIS } + } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 24 + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.75 + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = proletarian_dictatorship + government = presidential_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + } + } + modifier = { + factor = 1.25 + OR = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 0.75 + NOT = { + neighbour = FROM + FROM = { + any_neighbor_country = { + OR = { + vassal_of = THIS + substate_of = THIS + in_sphere = THIS + } + } + } + } + } + modifier = { + factor = 2 + FROM = { number_of_states = 2 } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } } country_event = { - id = 97562 - title = "EVTNAME97562" #$CAPITAL$ Burns - desc = "EVTDESC97562" - picture = "rebellion" - - trigger = { - war = yes - is_greater_power = no - war_exhaustion = 50 - part_of_sphere = yes - any_owned_province = { - is_capital = yes - NOT = { controlled_by = REB } - NOT = { controlled_by = THIS } - province_control_days = 120 - } - OR = { - national_provinces_occupied = .50 - revolt_percentage = .50 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.9 - OR = { - national_provinces_occupied = .70 - revolt_percentage = .70 - } - } - modifier = { - factor = 0.9 - OR = { - national_provinces_occupied = .80 - revolt_percentage = .80 - } - } - modifier = { - factor = 0.9 - OR = { - national_provinces_occupied = .90 - revolt_percentage = .90 - } - } - modifier = { - factor = 0.9 - OR = { - national_provinces_occupied = 1.00 - revolt_percentage = 1.00 - } - } - } - - option = { - name = "EVT97562OPTA" - prestige = -25 - random_country = { - limit = { - is_sphere_leader_of = THIS - } - diplomatic_influence = { - who = THIS - value = -100 - } - relation = { - who = THIS - value = -50 - } - casus_belli = { - target = THIS - type = add_to_sphere - months = 60 - } - } - } + id = 97562 + title = "EVTNAME97562" #$CAPITAL$ Burns + desc = "EVTDESC97562" + picture = "rebellion" + + trigger = { + war = yes + is_greater_power = no + war_exhaustion = 50 + part_of_sphere = yes + any_owned_province = { + is_capital = yes + NOT = { controlled_by = REB } + NOT = { controlled_by = THIS } + province_control_days = 120 + } + OR = { + national_provinces_occupied = .50 + revolt_percentage = .50 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.9 + OR = { + national_provinces_occupied = .70 + revolt_percentage = .70 + } + } + modifier = { + factor = 0.9 + OR = { + national_provinces_occupied = .80 + revolt_percentage = .80 + } + } + modifier = { + factor = 0.9 + OR = { + national_provinces_occupied = .90 + revolt_percentage = .90 + } + } + modifier = { + factor = 0.9 + OR = { + national_provinces_occupied = 1.00 + revolt_percentage = 1.00 + } + } + } + + option = { + name = "EVT97562OPTA" + prestige = -25 + random_country = { + limit = { + is_sphere_leader_of = THIS + } + diplomatic_influence = { + who = THIS + value = -100 + } + relation = { + who = THIS + value = -50 + } + casus_belli = { + target = THIS + type = add_to_sphere + months = 60 + } + } + } } #Notifying a sphere-owner if rebels are going to win country_event = { - id = 97565 - title = "EVTNAME97565" - desc = "EVTDESC97565" - - trigger = { - ai = yes - war = no - is_greater_power = no - OR = { - part_of_sphere = yes - is_vassal = yes - } - OR = { - revolt_percentage = 0.75 - any_owned_province = { - is_capital = yes - controlled_by_rebels = yes - } - } - NOT = { has_country_flag = called_for_help } - } - - mean_time_to_happen = { - days = 30 - modifier = { - factor = 0.5 - capital_scope = { controlled_by_rebels = yes } - } - } - - option = { - name = "EVT97562OPTA" - set_country_flag = called_for_help - any_country = { - limit = { - is_our_vassal = THIS - is_sphere_leader_of = THIS - } - country_event = 97566 - } - } + id = 97565 + title = "EVTNAME97565" + desc = "EVTDESC97565" + + trigger = { + ai = yes + war = no + is_greater_power = no + OR = { + part_of_sphere = yes + is_vassal = yes + } + OR = { + revolt_percentage = 0.75 + any_owned_province = { + is_capital = yes + controlled_by_rebels = yes + } + } + NOT = { has_country_flag = called_for_help } + } + + mean_time_to_happen = { + days = 30 + modifier = { + factor = 0.5 + capital_scope = { controlled_by_rebels = yes } + } + } + + option = { + name = "EVT97562OPTA" + set_country_flag = called_for_help + any_country = { + limit = { + is_our_vassal = THIS + is_sphere_leader_of = THIS + } + country_event = 97566 + } + } } country_event = { - id = 97566 - title = "EVTNAME97566" #Trouble in $FROMCOUNTRY$ - desc = "EVTDESC97566" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT97566OPTA" - create_alliance = FROM - military_access = FROM - relation = { who = FROM value = 25 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT97566OPTB" - relation = { who = FROM value = -50 } - ai_chance = { - factor = 0 - } - } + id = 97566 + title = "EVTNAME97566" #Trouble in $FROMCOUNTRY$ + desc = "EVTDESC97566" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT97566OPTA" + create_alliance = FROM + military_access = FROM + relation = { who = FROM value = 25 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT97566OPTB" + relation = { who = FROM value = -50 } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 97567 - title = "EVTNAME97567" - desc = "EVTDESC97567" - - trigger = { - ai = yes - NOT = { revolt_percentage = 0.50 } - NOT = { - any_owned_province = { - is_capital = yes - controlled_by_rebels = yes - } - } - has_country_flag = called_for_help - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT800152OPTA" - clr_country_flag = called_for_help - } + id = 97567 + title = "EVTNAME97567" + desc = "EVTDESC97567" + + trigger = { + ai = yes + NOT = { revolt_percentage = 0.50 } + NOT = { + any_owned_province = { + is_capital = yes + controlled_by_rebels = yes + } + } + has_country_flag = called_for_help + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT800152OPTA" + clr_country_flag = called_for_help + } } province_event = { - id = 97570 - title = "EVTNAME97570" #Native Unrest in $STATENAME$ - desc = "EVTDESC97570" - - trigger = { - owner = { - war = no - has_country_flag = post_colonial_country - NOT = { - is_culture_group = arab - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - is_culture_group = southeast_asian - primary_culture = maori - } - } - any_pop = { - OR = { - is_culture_group = arab - is_culture_group = west_african - is_culture_group = central_african - is_culture_group = east_african - is_culture_group = southern_african - is_culture_group = southeast_asian - has_pop_culture = maori - } - } - controlled_by = THIS - NOT = { - average_militancy = 6 - is_primary_culture = yes - has_province_modifier = peasant_revolt - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 0.75 - any_neighbor_province = { - owned_by = THIS - has_province_modifier = peasant_revolt - } - } - modifier = { - factor = 0.5 - any_neighbor_province = { - owned_by = THIS - OR = { - country_units_in_province = REB - controlled_by = REB - } - } - } - } - - option = { - name = "EVT97570OPTA" - add_province_modifier = { - name = peasant_revolt - duration = 730 - } - state_scope = { - any_pop = { - limit = { is_primary_culture = no } - consciousness = 4 - militancy = 4 - } - } - } + id = 97570 + title = "EVTNAME97570" #Native Unrest in $STATENAME$ + desc = "EVTDESC97570" + + trigger = { + owner = { + war = no + has_country_flag = post_colonial_country + NOT = { + is_culture_group = arab + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + is_culture_group = southeast_asian + primary_culture = maori + } + } + any_pop = { + OR = { + is_culture_group = arab + is_culture_group = west_african + is_culture_group = central_african + is_culture_group = east_african + is_culture_group = southern_african + is_culture_group = southeast_asian + has_pop_culture = maori + } + } + controlled_by = THIS + NOT = { + average_militancy = 6 + is_primary_culture = yes + has_province_modifier = peasant_revolt + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 0.75 + any_neighbor_province = { + owned_by = THIS + has_province_modifier = peasant_revolt + } + } + modifier = { + factor = 0.5 + any_neighbor_province = { + owned_by = THIS + OR = { + country_units_in_province = REB + controlled_by = REB + } + } + } + } + + option = { + name = "EVT97570OPTA" + add_province_modifier = { + name = peasant_revolt + duration = 730 + } + state_scope = { + any_pop = { + limit = { is_primary_culture = no } + consciousness = 4 + militancy = 4 + } + } + } } # Independence event for Indian minors country_event = { - - id = 97124 - title = "EVTNAME97124" - desc = "EVTDESC97124" - is_triggered_only = yes + id = 97124 + title = "EVTNAME97124" + desc = "EVTDESC97124" + + is_triggered_only = yes - option = { - name = "EVTOPTA96031" #Great - FROM = { release_vassal = THIS } - random_country = { - limit = { - is_greater_power = yes - is_culture_group = south_asian - } - relation = { who = THIS value = 100 } - diplomatic_influence = { who = THIS value = 200 } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { tag = FROM } - NOT = { any_greater_power = { is_culture_group = south_asian } } - neighbour = THIS - } - diplomatic_influence = { who = THIS value = 100 } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { tag = FROM } - NOT = { any_greater_power = { is_culture_group = south_asian } } - NOT = { any_greater_power = { neighbour = THIS } } - any_owned_province = { continent = asia } - } - diplomatic_influence = { who = THIS value = 50 } - } - FROM = { - diplomatic_influence = { - who = THIS - value = -200 - } - relation = { - who = THIS - value = -200 - } - } - random_owned = { - limit = { - owner = { - civilized = no - } - } - } - random_owned = { - limit = { - owner = { - civilized = no - NOT = { has_global_flag = indian_call_to_union } - OR = { - tag = MAH - tag = MUG - tag = BNG - } - } - } - } - } -} \ No newline at end of file + option = { + name = "EVTOPTA96031" #Great + FROM = { release_vassal = THIS } + random_country = { + limit = { + is_greater_power = yes + is_culture_group = south_asian + } + relation = { who = THIS value = 100 } + diplomatic_influence = { who = THIS value = 200 } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { tag = FROM } + NOT = { any_greater_power = { is_culture_group = south_asian } } + neighbour = THIS + } + diplomatic_influence = { who = THIS value = 100 } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { tag = FROM } + NOT = { any_greater_power = { is_culture_group = south_asian } } + NOT = { any_greater_power = { neighbour = THIS } } + any_owned_province = { continent = asia } + } + diplomatic_influence = { who = THIS value = 50 } + } + FROM = { + diplomatic_influence = { + who = THIS + value = -200 + } + relation = { + who = THIS + value = -200 + } + } + random_owned = { + limit = { + owner = { + civilized = no + } + } + } + random_owned = { + limit = { + owner = { + civilized = no + NOT = { has_global_flag = indian_call_to_union } + OR = { + tag = MAH + tag = MUG + tag = BNG + } + } + } + } + } +} diff --git a/HPM/events/Revolution_Nationalism_Event.txt b/HPM/events/Revolution_Nationalism_Event.txt index ed954960..32bcd6c0 100644 --- a/HPM/events/Revolution_Nationalism_Event.txt +++ b/HPM/events/Revolution_Nationalism_Event.txt @@ -1,895 +1,895 @@ ################################################################################# -# # -# Supporting Patriots living in your cores within a neighboring country # -# # +# # +# Supporting Patriots living in your cores within a neighboring country # +# # ################################################################################# country_event = { - id = 800100 - title = "EVTNAME800100" # Funding Patriots? - desc = "EVTDESC800100" - picture = "recruits" - - trigger = { - war = no - is_vassal = no - is_disarmed = no - civilized = yes - money = 25000 - nationalism_n_imperialism = 1 - OR = { - war_policy = jingoism - war_policy = pro_military - } - any_neighbor_country = { - any_owned_province = { - is_core = THIS - NOT = { has_province_modifier = nationalist_agitation } - any_neighbor_province = { owned_by = THIS } - } - NOT = { - is_sphere_leader_of = THIS - is_cultural_union = THIS - alliance_with = THIS - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 100 - } - } - } - } + id = 800100 + title = "EVTNAME800100" # Funding Patriots? + desc = "EVTDESC800100" + picture = "recruits" - mean_time_to_happen = { - months = 90 - modifier = { - factor = 0.6 - invention = terrorism - } - modifier = { - factor = 0.8 - invention = separatism - } - modifier = { - factor = 1.2 - OR = { - government = democracy - government = hms_government - } - } - modifier = { - factor = 0.8 - government = fascist_dictatorship - } - modifier = { - factor = 1.5 - NOT = { invention = national_fraternity } - } - modifier = { - factor = 1.2 - militancy = 2 - } - modifier = { - factor = 1.5 - militancy = 4 - } - modifier = { - factor = 2 - militancy = 6 - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = no - } - modifier = { - factor = 0.6 - any_neighbor_country = { - any_owned_province = { - is_core = THIS - NOT = { has_province_modifier = nationalist_agitation } - any_neighbor_province = { owned_by = THIS } - } - NOT = { - relation = { who = THIS value = -100 } - } - } - } - } + trigger = { + war = no + is_vassal = no + is_disarmed = no + civilized = yes + money = 25000 + nationalism_n_imperialism = 1 + OR = { + war_policy = jingoism + war_policy = pro_military + } + any_neighbor_country = { + any_owned_province = { + is_core = THIS + NOT = { has_province_modifier = nationalist_agitation } + any_neighbor_province = { owned_by = THIS } + } + NOT = { + is_sphere_leader_of = THIS + is_cultural_union = THIS + alliance_with = THIS + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 100 + } + } + } + } - option = { - name = "EVT800100OPTA" - treasury = -50000 - random_country = { - limit = { - neighbour = THIS - any_owned_province = { - is_core = THIS - any_neighbor_province = { owned_by = THIS } - NOT = { has_province_modifier = nationalist_agitation } - } - NOT = { - is_sphere_leader_of = THIS - is_cultural_union = THIS - alliance_with = THIS - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 100 - } - } - } - any_owned = { - limit = { - is_core = THIS - any_neighbor_province = { owned_by = THIS } - } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - location = { is_core = THIS } - is_primary_culture = no - is_accepted_culture = no - } - militancy = 5 - } - relation = { - who = THIS - value = -50 - } - random = { - chance = 25 - country_event = 800101 #Discovered - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 0.5 - badboy = 0.8 - } - modifier = { - factor = 0.5 - war_policy = pro_military - } - } - } - option = { - name = "EVT800100OPTB" - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - factor = 2 - issue = jingoism - } - scaled_militancy = { - factor = 2 - ideology = reactionary - } - } - ai_chance = { - factor = 40 - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 1.25 - militancy = 6 - } - modifier = { - factor = 1.5 - badboy = 0.8 - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } + mean_time_to_happen = { + months = 90 + modifier = { + factor = 0.6 + invention = terrorism + } + modifier = { + factor = 0.8 + invention = separatism + } + modifier = { + factor = 1.2 + OR = { + government = democracy + government = hms_government + } + } + modifier = { + factor = 0.8 + government = fascist_dictatorship + } + modifier = { + factor = 1.5 + NOT = { invention = national_fraternity } + } + modifier = { + factor = 1.2 + militancy = 2 + } + modifier = { + factor = 1.5 + militancy = 4 + } + modifier = { + factor = 2 + militancy = 6 + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = no + } + modifier = { + factor = 0.6 + any_neighbor_country = { + any_owned_province = { + is_core = THIS + NOT = { has_province_modifier = nationalist_agitation } + any_neighbor_province = { owned_by = THIS } + } + NOT = { + relation = { who = THIS value = -100 } + } + } + } + } + + option = { + name = "EVT800100OPTA" + treasury = -50000 + random_country = { + limit = { + neighbour = THIS + any_owned_province = { + is_core = THIS + any_neighbor_province = { owned_by = THIS } + NOT = { has_province_modifier = nationalist_agitation } + } + NOT = { + is_sphere_leader_of = THIS + is_cultural_union = THIS + alliance_with = THIS + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 100 + } + } + } + any_owned = { + limit = { + is_core = THIS + any_neighbor_province = { owned_by = THIS } + } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + location = { is_core = THIS } + is_primary_culture = no + is_accepted_culture = no + } + militancy = 5 + } + relation = { + who = THIS + value = -50 + } + random = { + chance = 25 + country_event = 800101 #Discovered + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 0.5 + badboy = 0.8 + } + modifier = { + factor = 0.5 + war_policy = pro_military + } + } + } + option = { + name = "EVT800100OPTB" + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + factor = 2 + issue = jingoism + } + scaled_militancy = { + factor = 2 + ideology = reactionary + } + } + ai_chance = { + factor = 40 + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 1.25 + militancy = 6 + } + modifier = { + factor = 1.5 + badboy = 0.8 + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } } country_event = { - id = 800101 - title = "EVTNAME800101" # Notification that neighbour is supporting dissent - desc = "EVTDESC800101" - picture = "arrested" + id = 800101 + title = "EVTNAME800101" # Notification that neighbour is supporting dissent + desc = "EVTDESC800101" + picture = "arrested" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800101OPTA" - relation = { - who = FROM - value = -50 - } - casus_belli = { - target = FROM - type = cut_down_to_size - months = 12 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - random_country = { - limit = { - tag = FROM - part_of_sphere = no - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 12 - } - } - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = jingoism - } - scaled_militancy = { - factor = -2 - issue = jingoism - } - } - FROM = { country_event = 800102 } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - is_greater_power = no - FROM = { is_greater_power = yes } - } - modifier = { - factor = 0.75 - militancy = 2 - } - modifier = { - factor = 0.75 - militancy = 4 - } - modifier = { - factor = 0.75 - militancy = 6 - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - } - } - option = { - name = "EVT800101OPTB" - prestige = -5 - any_pop = { - limit = { is_primary_culture = yes } - scaled_militancy = { - factor = 1 - issue = jingoism - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 1.5 - is_greater_power = no - FROM = { is_greater_power = yes } - } - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 1.25 - militancy = 6 - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - } - } + option = { + name = "EVT800101OPTA" + relation = { + who = FROM + value = -50 + } + casus_belli = { + target = FROM + type = cut_down_to_size + months = 12 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + random_country = { + limit = { + tag = FROM + part_of_sphere = no + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 12 + } + } + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = jingoism + } + scaled_militancy = { + factor = -2 + issue = jingoism + } + } + FROM = { country_event = 800102 } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + is_greater_power = no + FROM = { is_greater_power = yes } + } + modifier = { + factor = 0.75 + militancy = 2 + } + modifier = { + factor = 0.75 + militancy = 4 + } + modifier = { + factor = 0.75 + militancy = 6 + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + } + } + option = { + name = "EVT800101OPTB" + prestige = -5 + any_pop = { + limit = { is_primary_culture = yes } + scaled_militancy = { + factor = 1 + issue = jingoism + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 1.5 + is_greater_power = no + FROM = { is_greater_power = yes } + } + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 1.25 + militancy = 6 + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + } + } } country_event = { - id = 800102 - title = "EVTNAME800102" # We Have Been Discovered - desc = "EVTDESC800102" - picture = "arrested" + id = 800102 + title = "EVTNAME800102" # We Have Been Discovered + desc = "EVTDESC800102" + picture = "arrested" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800102OPTA" - badboy = 2 - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = FROM - value = -50 - } - } - } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } + option = { + name = "EVT800102OPTA" + badboy = 2 + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = FROM + value = -50 + } + } + } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } } ######################################################################################### -# # -# Events returning a colony's independence if it's under rebel control for too long # -# # +# # +# Events returning a colony's independence if it's under rebel control for too long # +# # ######################################################################################### province_event = { - id = 97175 - title = "EVTNAME97175" #Chaos in $STATENAME$ - desc = "EVTDESC97175" - news = yes - news_desc_long = "EVTDESC97175_NEWS_LONG" - news_desc_medium = "EVTDESC97175_NEWS_MEDIUM" - news_desc_short = "EVTDESC97175_NEWS_SHORT" - - trigger = { - OR = { - is_colonial = yes - is_overseas = yes - } - state_scope = { - NOT = { - any_owned_province = { - OR = { - NOT = { controlled_by = REB } - country_units_in_province = THIS - } - } - } - } - NOT = { has_province_modifier = colonial_chaos } - NOT = { has_province_modifier = partisan_occupation } - } - - mean_time_to_happen = { - months = 18 - } - - option = { - name = "EVT97175OPTA" - owner = { prestige = -10 } - state_scope = { - any_owned = { - limit = { - is_colonial = yes - controlled_by = REB - NOT = { country_units_in_province = THIS } - } - add_province_modifier = { - name = colonial_chaos - duration = -1 - } - } - } - } + id = 97175 + title = "EVTNAME97175" #Chaos in $STATENAME$ + desc = "EVTDESC97175" + news = yes + news_desc_long = "EVTDESC97175_NEWS_LONG" + news_desc_medium = "EVTDESC97175_NEWS_MEDIUM" + news_desc_short = "EVTDESC97175_NEWS_SHORT" + + trigger = { + OR = { + is_colonial = yes + is_overseas = yes + } + state_scope = { + NOT = { + any_owned_province = { + OR = { + NOT = { controlled_by = REB } + country_units_in_province = THIS + } + } + } + } + NOT = { has_province_modifier = colonial_chaos } + NOT = { has_province_modifier = partisan_occupation } + } + + mean_time_to_happen = { + months = 18 + } + + option = { + name = "EVT97175OPTA" + owner = { prestige = -10 } + state_scope = { + any_owned = { + limit = { + is_colonial = yes + controlled_by = REB + NOT = { country_units_in_province = THIS } + } + add_province_modifier = { + name = colonial_chaos + duration = -1 + } + } + } + } } country_event = { - id = 97180 #Annexation Event - title = "EVTNAME97180" #Return of Our Lands - desc = "EVTDESC97180" - picture = "rebellion" + id = 97180 #Annexation Event + title = "EVTNAME97180" #Return of Our Lands + desc = "EVTDESC97180" + picture = "rebellion" - trigger = { - civilized = no - is_vassal = no - any_neighbor_country = { - any_owned_province = { - has_province_modifier = colonial_chaos - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - port = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - } + trigger = { + civilized = no + is_vassal = no + any_neighbor_country = { + any_owned_province = { + has_province_modifier = colonial_chaos + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + port = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + } - mean_time_to_happen = { - days = 1 - } + mean_time_to_happen = { + days = 1 + } - option = { - name = "EVT97180OPTA" - random_country = { - limit = { - neighbour = THIS - any_owned_province = { - has_province_modifier = colonial_chaos - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - prestige = -20 - leave_alliance = THIS - relation = { who = THIS value = -100 } - diplomatic_influence = { who = THIS value = -100 } - casus_belli = { - target = THIS - type = humiliate - months = 12 - } - } - any_neighbor_country = { - any_state = { - limit = { - any_owned_province = { - has_province_modifier = colonial_chaos - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - } - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - any_owned = { - limit = { is_core = THIS } - remove_province_modifier = colonial_chaos - any_pop = { - militancy = -4 - } - secede_province = THIS - change_controller = THIS - } - } - } - ai_chance = { - factor = 100 - } - } - option = { - name = "EVT97180OPTB" - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - } - random_country = { - limit = { - neighbour = THIS - any_owned_province = { - has_province_modifier = colonial_chaos - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - } - relation = { - who = THIS - value = 20 - } - } - any_neighbor_country = { - any_owned = { - limit = { - has_province_modifier = colonial_chaos - controlled_by = REB - province_control_days = 90 - is_core = THIS - OR = { - AND = { - is_coastal = yes - province_control_days = 120 - } - any_neighbor_province = { - owned_by = THIS - } - } - state_scope = { - NOT = { - any_owned_province = { - is_core = THIS - NOT = { controlled_by = REB } - } - } - } - } - remove_province_modifier = colonial_chaos - any_pop = { - militancy = -8 - } - } - } - ai_chance = { - factor = 0 - } - } -} + option = { + name = "EVT97180OPTA" + random_country = { + limit = { + neighbour = THIS + any_owned_province = { + has_province_modifier = colonial_chaos + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + prestige = -20 + leave_alliance = THIS + relation = { who = THIS value = -100 } + diplomatic_influence = { who = THIS value = -100 } + casus_belli = { + target = THIS + type = humiliate + months = 12 + } + } + any_neighbor_country = { + any_state = { + limit = { + any_owned_province = { + has_province_modifier = colonial_chaos + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + } + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + any_owned = { + limit = { is_core = THIS } + remove_province_modifier = colonial_chaos + any_pop = { + militancy = -4 + } + secede_province = THIS + change_controller = THIS + } + } + } + ai_chance = { + factor = 100 + } + } + option = { + name = "EVT97180OPTB" + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + } + random_country = { + limit = { + neighbour = THIS + any_owned_province = { + has_province_modifier = colonial_chaos + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + } + relation = { + who = THIS + value = 20 + } + } + any_neighbor_country = { + any_owned = { + limit = { + has_province_modifier = colonial_chaos + controlled_by = REB + province_control_days = 90 + is_core = THIS + OR = { + AND = { + is_coastal = yes + province_control_days = 120 + } + any_neighbor_province = { + owned_by = THIS + } + } + state_scope = { + NOT = { + any_owned_province = { + is_core = THIS + NOT = { controlled_by = REB } + } + } + } + } + remove_province_modifier = colonial_chaos + any_pop = { + militancy = -8 + } + } + } + ai_chance = { + factor = 0 + } + } +} province_event = { - id = 97181 - title = "EVTNAME97181" #Colonial Uprising in $STATENAME$ - desc = "EVTDESC97181" - - trigger = { - OR = { - is_colonial = yes - is_overseas = yes - } - controlled_by = REB - state_scope = { - NOT = { - any_owned_province = { - country_units_in_province = THIS - } - } - } - has_province_modifier = colonial_chaos - any_core = { - NOT = { is_primary_culture = THIS } - is_cultural_union = no - exists = no - } - NOT = { - any_core = { - NOT = { is_primary_culture = THIS } - is_cultural_union = no - civilized = no - exists = yes - } - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT97181OPTA" - owner = { prestige = -20 } - state_scope = { - any_owned = { - limit = { - OR = { - is_colonial = yes - is_overseas = yes - } - controlled_by = REB - NOT = { country_units_in_province = THIS } - has_province_modifier = colonial_chaos - } - add_province_modifier = { - name = loss_of_control - duration = 5 - } - } - } - any_country = { - limit = { - any_core = { - owned_by = THIS - has_province_modifier = loss_of_control - } - is_cultural_union = no - exists = no - } - country_event = 97182 - } - } + id = 97181 + title = "EVTNAME97181" #Colonial Uprising in $STATENAME$ + desc = "EVTDESC97181" + + trigger = { + OR = { + is_colonial = yes + is_overseas = yes + } + controlled_by = REB + state_scope = { + NOT = { + any_owned_province = { + country_units_in_province = THIS + } + } + } + has_province_modifier = colonial_chaos + any_core = { + NOT = { is_primary_culture = THIS } + is_cultural_union = no + exists = no + } + NOT = { + any_core = { + NOT = { is_primary_culture = THIS } + is_cultural_union = no + civilized = no + exists = yes + } + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT97181OPTA" + owner = { prestige = -20 } + state_scope = { + any_owned = { + limit = { + OR = { + is_colonial = yes + is_overseas = yes + } + controlled_by = REB + NOT = { country_units_in_province = THIS } + has_province_modifier = colonial_chaos + } + add_province_modifier = { + name = loss_of_control + duration = 5 + } + } + } + any_country = { + limit = { + any_core = { + owned_by = THIS + has_province_modifier = loss_of_control + } + is_cultural_union = no + exists = no + } + country_event = 97182 + } + } } country_event = { - id = 97182 - title = "EVTNAME97182" - desc = "EVTDESC97182" - - is_triggered_only = yes - - option = { - name = "EVTDESC97182" - FROM = { - any_owned = { - limit = { - is_core = THIS - has_province_modifier = loss_of_control - } - secede_province = THIS - } - } - add_casus_belli = { - target = FROM - type = humiliate - months = 24 - } - random_owned = { - limit = { - FROM = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - owner = { - civilized = no - NOT = { number_of_states = 12 } - } - } - owner = { - add_casus_belli = { - target = FROM - type = establish_protectorate_BC_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - FROM = { - nationalism_n_imperialism = 1 - has_global_flag = berlin_conference - } - owner = { - civilized = no - number_of_states = 12 - } - } - owner = { - add_casus_belli = { - target = FROM - type = demand_concession_BC_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - FROM = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - owner = { - civilized = no - NOT = { number_of_states = 7 } - NOT = { capital_scope = { continent = africa } } - } - } - owner = { - add_casus_belli = { - target = FROM - type = establish_protectorate_NI_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - FROM = { - nationalism_n_imperialism = 1 - NOT = { has_global_flag = berlin_conference } - } - owner = { - civilized = no - number_of_states = 7 - NOT = { capital_scope = { continent = africa } } - } - } - owner = { - add_casus_belli = { - target = FROM - type = demand_concession_NI_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - FROM = { - OR = { - NOT = { nationalism_n_imperialism = 1 } - THIS = { capital_scope = { continent = africa } } - } - NOT = { has_global_flag = berlin_conference } - } - owner = { - civilized = no - NOT = { number_of_states = 2 } - } - } - owner = { - add_casus_belli = { - target = FROM - type = establish_protectorate_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - FROM = { - OR = { - NOT = { nationalism_n_imperialism = 1 } - THIS = { capital_scope = { continent = africa } } - } - NOT = { has_global_flag = berlin_conference } - } - owner = { - civilized = no - number_of_states = 2 - } - } - owner = { - add_casus_belli = { - target = FROM - type = demand_concession_casus_belli - months = 60 - } - } - } - random_owned = { - limit = { - owner = { - civilized = yes - NOT = { number_of_states = 2 } - } - } - owner = { - add_casus_belli = { - target = FROM - type = conquest - months = 60 - } - } - } - random_owned = { - limit = { - owner = { - civilized = yes - number_of_states = 2 - } - } - owner = { - add_casus_belli = { - target = FROM - type = acquire_state - months = 60 - } - } - } - } + id = 97182 + title = "EVTNAME97182" + desc = "EVTDESC97182" + + is_triggered_only = yes + + option = { + name = "EVTDESC97182" + FROM = { + any_owned = { + limit = { + is_core = THIS + has_province_modifier = loss_of_control + } + secede_province = THIS + } + } + add_casus_belli = { + target = FROM + type = humiliate + months = 24 + } + random_owned = { + limit = { + FROM = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + owner = { + civilized = no + NOT = { number_of_states = 12 } + } + } + owner = { + add_casus_belli = { + target = FROM + type = establish_protectorate_BC_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + FROM = { + nationalism_n_imperialism = 1 + has_global_flag = berlin_conference + } + owner = { + civilized = no + number_of_states = 12 + } + } + owner = { + add_casus_belli = { + target = FROM + type = demand_concession_BC_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + FROM = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + owner = { + civilized = no + NOT = { number_of_states = 7 } + NOT = { capital_scope = { continent = africa } } + } + } + owner = { + add_casus_belli = { + target = FROM + type = establish_protectorate_NI_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + FROM = { + nationalism_n_imperialism = 1 + NOT = { has_global_flag = berlin_conference } + } + owner = { + civilized = no + number_of_states = 7 + NOT = { capital_scope = { continent = africa } } + } + } + owner = { + add_casus_belli = { + target = FROM + type = demand_concession_NI_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + FROM = { + OR = { + NOT = { nationalism_n_imperialism = 1 } + THIS = { capital_scope = { continent = africa } } + } + NOT = { has_global_flag = berlin_conference } + } + owner = { + civilized = no + NOT = { number_of_states = 2 } + } + } + owner = { + add_casus_belli = { + target = FROM + type = establish_protectorate_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + FROM = { + OR = { + NOT = { nationalism_n_imperialism = 1 } + THIS = { capital_scope = { continent = africa } } + } + NOT = { has_global_flag = berlin_conference } + } + owner = { + civilized = no + number_of_states = 2 + } + } + owner = { + add_casus_belli = { + target = FROM + type = demand_concession_casus_belli + months = 60 + } + } + } + random_owned = { + limit = { + owner = { + civilized = yes + NOT = { number_of_states = 2 } + } + } + owner = { + add_casus_belli = { + target = FROM + type = conquest + months = 60 + } + } + } + random_owned = { + limit = { + owner = { + civilized = yes + number_of_states = 2 + } + } + owner = { + add_casus_belli = { + target = FROM + type = acquire_state + months = 60 + } + } + } + } } province_event = { - id = 97185 - title = "EVTNAME97185" - desc = "EVTDESC97185" - - trigger = { - OR = { - is_colonial = yes - is_overseas = yes - } - has_province_modifier = colonial_chaos - controlled_by = THIS - state_scope = { - NOT = { - any_owned_province = { - controlled_by = REB - } - } - } - } - - mean_time_to_happen = { days = 1 } - - option = { - name = "EVT97185OPTA" - state_scope = { - any_owned = { - limit = { - OR = { - is_colonial = yes - is_overseas = yes - } - controlled_by = THIS - has_province_modifier = colonial_chaos - } - remove_province_modifier = colonial_chaos - } - } - } -} \ No newline at end of file + id = 97185 + title = "EVTNAME97185" + desc = "EVTDESC97185" + + trigger = { + OR = { + is_colonial = yes + is_overseas = yes + } + has_province_modifier = colonial_chaos + controlled_by = THIS + state_scope = { + NOT = { + any_owned_province = { + controlled_by = REB + } + } + } + } + + mean_time_to_happen = { days = 1 } + + option = { + name = "EVT97185OPTA" + state_scope = { + any_owned = { + limit = { + OR = { + is_colonial = yes + is_overseas = yes + } + controlled_by = THIS + has_province_modifier = colonial_chaos + } + remove_province_modifier = colonial_chaos + } + } + } +} diff --git a/HPM/events/Revolution_Relations_Event.txt b/HPM/events/Revolution_Relations_Event.txt index 6cdec7a2..71069148 100644 --- a/HPM/events/Revolution_Relations_Event.txt +++ b/HPM/events/Revolution_Relations_Event.txt @@ -1,2996 +1,2996 @@ ############################################################################# -# # -# These events deal with neighboring countries of similar ideologies # -# gaining closer relations with each other # -# # +# # +# These events deal with neighboring countries of similar ideologies # +# gaining closer relations with each other # +# # ############################################################################# country_event = { - - id = 800066 - title = "EVTNAME800066" # Communist Agenda For GP's only - desc = "EVTDESC800066" - picture = "propaganda" - - trigger = { - is_greater_power = yes - government = proletarian_dictatorship - any_neighbor_country = { - is_greater_power = no - government = proletarian_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { is_core = THIS } - relation = { who = THIS value = 150 } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = dogma_of_mass_action - } - modifier = { - factor = 1.25 - NOT = { invention = dogma_of_mass_action } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - is_greater_power = no - government = proletarian_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { is_core = THIS } - relation = { who = THIS value = 150 } - } - } - country_event = 800067 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800066 + title = "EVTNAME800066" # Communist Agenda For GP's only + desc = "EVTDESC800066" + picture = "propaganda" + + trigger = { + is_greater_power = yes + government = proletarian_dictatorship + any_neighbor_country = { + is_greater_power = no + government = proletarian_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { is_core = THIS } + relation = { who = THIS value = 150 } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = dogma_of_mass_action + } + modifier = { + factor = 1.25 + NOT = { invention = dogma_of_mass_action } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + is_greater_power = no + government = proletarian_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { is_core = THIS } + relation = { who = THIS value = 150 } + } + } + country_event = 800067 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800067 - title = "EVTNAME800067" # Diplomatic Envoy response - desc = "EVTDESC800067" - picture = "Administration" - - is_triggered_only = yes - - option = { - name = "EVT800067OPTA" - FROM = { prestige = 5 } - relation = { who = FROM value = 100 } - create_alliance = FROM - random_country = { - limit = { is_sphere_leader_of = THIS } - diplomatic_influence = { - who = THIS - value = -50 - } - } - FROM = { - diplomatic_influence = { who = THIS value = 50 } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.75 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0 - FROM = { - any_owned_province = { - is_core = THIS - } - } - } - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - } - option = { - name = "EVT800067OPTB" - relation = { - who = FROM - value = -25 - } - FROM = { prestige = -5 } - ai_chance = { - factor = 25 - modifier = { - factor = 1.25 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.25 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } + + id = 800067 + title = "EVTNAME800067" # Diplomatic Envoy response + desc = "EVTDESC800067" + picture = "Administration" + + is_triggered_only = yes + + option = { + name = "EVT800067OPTA" + FROM = { prestige = 5 } + relation = { who = FROM value = 100 } + create_alliance = FROM + random_country = { + limit = { is_sphere_leader_of = THIS } + diplomatic_influence = { + who = THIS + value = -50 + } + } + FROM = { + diplomatic_influence = { who = THIS value = 50 } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.75 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0 + FROM = { + any_owned_province = { + is_core = THIS + } + } + } + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + } + option = { + name = "EVT800067OPTB" + relation = { + who = FROM + value = -25 + } + FROM = { prestige = -5 } + ai_chance = { + factor = 25 + modifier = { + factor = 1.25 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.25 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } } country_event = { - - id = 800068 - title = "EVTNAME800068" # Communist Agenda - For Minors only - desc = "EVTDESC800068" - picture = "propaganda" - - trigger = { - government = proletarian_dictatorship - is_greater_power = no - is_vassal = no - any_neighbor_country = { - government = proletarian_dictatorship - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = dogma_of_mass_action - } - modifier = { - factor = 1.25 - NOT = { invention = dogma_of_mass_action } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - neighbour = THIS - government = proletarian_dictatorship - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800068 + title = "EVTNAME800068" # Communist Agenda - For Minors only + desc = "EVTDESC800068" + picture = "propaganda" + + trigger = { + government = proletarian_dictatorship + is_greater_power = no + is_vassal = no + any_neighbor_country = { + government = proletarian_dictatorship + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = dogma_of_mass_action + } + modifier = { + factor = 1.25 + NOT = { invention = dogma_of_mass_action } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + neighbour = THIS + government = proletarian_dictatorship + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800069 - title = "EVTNAME800069" # Fascist Agenda - For GP's only - desc = "EVTDESC800069" - picture = "meeting3" - - trigger = { - government = fascist_dictatorship - is_greater_power = yes - any_neighbor_country = { - is_greater_power = no - government = fascist_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = the_doctrine_of_fascism - } - modifier = { - factor = 1.25 - NOT = { invention = the_doctrine_of_fascism } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - is_greater_power = no - government = fascist_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - country_event = 800067 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800069 + title = "EVTNAME800069" # Fascist Agenda - For GP's only + desc = "EVTDESC800069" + picture = "meeting3" + + trigger = { + government = fascist_dictatorship + is_greater_power = yes + any_neighbor_country = { + is_greater_power = no + government = fascist_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = the_doctrine_of_fascism + } + modifier = { + factor = 1.25 + NOT = { invention = the_doctrine_of_fascism } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + is_greater_power = no + government = fascist_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + country_event = 800067 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800070 - title = "EVTNAME800070" # Fascist Agenda - For Minors only - desc = "EVTDESC800070" - picture = "meeting3" - - trigger = { - government = fascist_dictatorship - is_greater_power = no - is_vassal = no - any_neighbor_country = { - government = fascist_dictatorship - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = the_doctrine_of_fascism - } - modifier = { - factor = 1.25 - NOT = { invention = the_doctrine_of_fascism } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - neighbour = THIS - is_vassal = no - OR = { - government = fascist_dictatorship - ruling_party_ideology = fascist - } - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800070 + title = "EVTNAME800070" # Fascist Agenda - For Minors only + desc = "EVTDESC800070" + picture = "meeting3" + + trigger = { + government = fascist_dictatorship + is_greater_power = no + is_vassal = no + any_neighbor_country = { + government = fascist_dictatorship + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = the_doctrine_of_fascism + } + modifier = { + factor = 1.25 + NOT = { invention = the_doctrine_of_fascism } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + neighbour = THIS + is_vassal = no + OR = { + government = fascist_dictatorship + ruling_party_ideology = fascist + } + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800071 - title = "EVTNAME800071" # Anarcho-Liberal Agenda - For GP's only - desc = "EVTDESC800071" - picture = "meeting3" - - trigger = { - government = bourgeois_dictatorship - is_greater_power = yes - any_neighbor_country = { - is_greater_power = no - government = bourgeois_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = political_science - } - modifier = { - factor = 1.25 - NOT = { invention = political_science } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - is_greater_power = no - government = bourgeois_dictatorship - is_vassal = no - NOT = { - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - country_event = 800067 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800071 + title = "EVTNAME800071" # Anarcho-Liberal Agenda - For GP's only + desc = "EVTDESC800071" + picture = "meeting3" + + trigger = { + government = bourgeois_dictatorship + is_greater_power = yes + any_neighbor_country = { + is_greater_power = no + government = bourgeois_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = political_science + } + modifier = { + factor = 1.25 + NOT = { invention = political_science } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + is_greater_power = no + government = bourgeois_dictatorship + is_vassal = no + NOT = { + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + country_event = 800067 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800072 - title = "EVTNAME800072" # Anarcho-Liberal Agenda - For Minors only - desc = "EVTDESC800072" - picture = "meeting3" - - trigger = { - government = bourgeois_dictatorship - is_greater_power = no - is_vassal = no - any_neighbor_country = { - government = bourgeois_dictatorship - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = political_science - } - modifier = { - factor = 1.25 - NOT = { invention = political_science } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - neighbour = THIS - is_vassal = no - OR = { - government = bourgeois_dictatorship - ruling_party_ideology = anarcho_liberal - } - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800072 + title = "EVTNAME800072" # Anarcho-Liberal Agenda - For Minors only + desc = "EVTDESC800072" + picture = "meeting3" + + trigger = { + government = bourgeois_dictatorship + is_greater_power = no + is_vassal = no + any_neighbor_country = { + government = bourgeois_dictatorship + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = political_science + } + modifier = { + factor = 1.25 + NOT = { invention = political_science } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + neighbour = THIS + is_vassal = no + OR = { + government = bourgeois_dictatorship + ruling_party_ideology = anarcho_liberal + } + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800073 - title = "EVTNAME800073" # Democratic Agenda - For GP's only - desc = "EVTDESC800073" - picture = "JulyColumn" - - trigger = { - is_ideology_enabled = fascist - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - } - is_greater_power = yes - any_neighbor_country = { - is_greater_power = no - is_vassal = no - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = mass_advertising - } - modifier = { - factor = 1.25 - NOT = { invention = mass_advertising } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - is_greater_power = no - is_vassal = no - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - in_sphere = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 150 - } - } - } - country_event = 800067 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800073 + title = "EVTNAME800073" # Democratic Agenda - For GP's only + desc = "EVTDESC800073" + picture = "JulyColumn" + + trigger = { + is_ideology_enabled = fascist + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + } + is_greater_power = yes + any_neighbor_country = { + is_greater_power = no + is_vassal = no + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = mass_advertising + } + modifier = { + factor = 1.25 + NOT = { invention = mass_advertising } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + is_greater_power = no + is_vassal = no + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + in_sphere = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 150 + } + } + } + country_event = 800067 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800074 - title = "EVTNAME800074" # Democratic Agenda - For Minors only - desc = "EVTDESC800074" - picture = "JulyColumn" - - trigger = { - is_ideology_enabled = fascist - OR = { - government = democracy - government = hms_government - } - is_vassal = no - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - } - is_greater_power = no - any_neighbor_country = { - is_vassal = no - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = political_science - } - modifier = { - factor = 1.25 - NOT = { invention = political_science } - } - } - - option = { - name = "EVT880130OPTA" - random_country = { - limit = { - neighbour = THIS - is_vassal = no - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - relation = { - who = THIS - value = 50 - } - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - ai_chance = { - factor = 5 - } - } + + id = 800074 + title = "EVTNAME800074" # Democratic Agenda - For Minors only + desc = "EVTDESC800074" + picture = "JulyColumn" + + trigger = { + is_ideology_enabled = fascist + OR = { + government = democracy + government = hms_government + } + is_vassal = no + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + } + is_greater_power = no + any_neighbor_country = { + is_vassal = no + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = political_science + } + modifier = { + factor = 1.25 + NOT = { invention = political_science } + } + } + + option = { + name = "EVT880130OPTA" + random_country = { + limit = { + neighbour = THIS + is_vassal = no + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + relation = { + who = THIS + value = 50 + } + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + ai_chance = { + factor = 5 + } + } } ############################################################# -# # -# These events deal with GP's of similar ideologies # -# having a summit to improve relations # -# # +# # +# These events deal with GP's of similar ideologies # +# having a summit to improve relations # +# # ############################################################# country_event = { - - id = 800075 - title = "EVTNAME800075" # Communist Summit - For GP's only - desc = "EVTDESC800075" - picture = "treaty" - - trigger = { - government = proletarian_dictatorship - is_greater_power = yes - any_greater_power = { - government = proletarian_dictatorship - NOT = { - tag = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = dogma_of_mass_action - } - modifier = { - factor = 1.25 - NOT = { invention = dogma_of_mass_action } - } - } - - option = { - name = "EVT800075OPTA" - random_country = { - limit = { - is_greater_power = yes - government = proletarian_dictatorship - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - country_event = 800076 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - prestige = -5 - ai_chance = { - factor = 5 - } - } + + id = 800075 + title = "EVTNAME800075" # Communist Summit - For GP's only + desc = "EVTDESC800075" + picture = "treaty" + + trigger = { + government = proletarian_dictatorship + is_greater_power = yes + any_greater_power = { + government = proletarian_dictatorship + NOT = { + tag = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = dogma_of_mass_action + } + modifier = { + factor = 1.25 + NOT = { invention = dogma_of_mass_action } + } + } + + option = { + name = "EVT800075OPTA" + random_country = { + limit = { + is_greater_power = yes + government = proletarian_dictatorship + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + country_event = 800076 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + prestige = -5 + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800076 - title = "EVTNAME800076" # Summit Request response - desc = "EVTDESC800076" - picture = "treaty" - - is_triggered_only = yes - - - option = { - name = "EVT800076OPTA" - FROM = { country_event = 800077 } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - } - } - option = { - name = "EVT800076OPTB" - FROM = { country_event = 800078 } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - } - option = { - name = "EVT800076OPTC" - prestige = -5 - FROM = { country_event = 800080 } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 2 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 1.25 - militancy = 6 - } - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - } - } + + id = 800076 + title = "EVTNAME800076" # Summit Request response + desc = "EVTDESC800076" + picture = "treaty" + + is_triggered_only = yes + + + option = { + name = "EVT800076OPTA" + FROM = { country_event = 800077 } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + } + } + option = { + name = "EVT800076OPTB" + FROM = { country_event = 800078 } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + } + option = { + name = "EVT800076OPTC" + prestige = -5 + FROM = { country_event = 800080 } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 2 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 1.25 + militancy = 6 + } + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + } + } } country_event = { - id = 800077 - title = "EVTNAME800077" # Summit Result = Positive - desc = "EVTDESC800077" - news = yes - news_title = "EVTNAME800077_NEWS_TITLE" - news_desc_long = "EVTDESC800077_NEWS_LONG" - news_desc_medium = "EVTDESC800077_NEWS_MEDIUM" - news_desc_short = "EVTDESC800077_NEWS_SHORT" - picture = "greatpowers" - - is_triggered_only = yes - major = yes - - option = { - name = "EVT800077OPTA" - prestige = 20 - create_alliance = FROM - relation = { - who = FROM - value = 100 - } - } + id = 800077 + title = "EVTNAME800077" # Summit Result = Positive + desc = "EVTDESC800077" + news = yes + news_title = "EVTNAME800077_NEWS_TITLE" + news_desc_long = "EVTDESC800077_NEWS_LONG" + news_desc_medium = "EVTDESC800077_NEWS_MEDIUM" + news_desc_short = "EVTDESC800077_NEWS_SHORT" + picture = "greatpowers" + + is_triggered_only = yes + major = yes + + option = { + name = "EVT800077OPTA" + prestige = 20 + create_alliance = FROM + relation = { + who = FROM + value = 100 + } + } } country_event = { - id = 800078 - title = "EVTNAME800078" # Summit Result = Small Progress - desc = "EVTDESC800078" - news = yes - news_title = "EVTNAME800077_NEWS_TITLE" - news_desc_long = "EVTDESC800078_NEWS_LONG" - news_desc_medium = "EVTDESC800078_NEWS_MEDIUM" - news_desc_short = "EVTDESC800078_NEWS_SHORT" - picture = "greatpowers" - - is_triggered_only = yes - major = yes - - option = { - name = "EVT800078OPTA" - prestige = 5 - relation = { - who = FROM - value = 25 - } - } + id = 800078 + title = "EVTNAME800078" # Summit Result = Small Progress + desc = "EVTDESC800078" + news = yes + news_title = "EVTNAME800077_NEWS_TITLE" + news_desc_long = "EVTDESC800078_NEWS_LONG" + news_desc_medium = "EVTDESC800078_NEWS_MEDIUM" + news_desc_short = "EVTDESC800078_NEWS_SHORT" + picture = "greatpowers" + + is_triggered_only = yes + major = yes + + option = { + name = "EVT800078OPTA" + prestige = 5 + relation = { + who = FROM + value = 25 + } + } } country_event = { - id = 800080 - title = "EVTNAME800080" # Summit Result = Refused - desc = "EVTDESC800080" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT800080OPTA" - prestige = -5 - relation = { - who = FROM - value = -25 - } - } + id = 800080 + title = "EVTNAME800080" # Summit Result = Refused + desc = "EVTDESC800080" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT800080OPTA" + prestige = -5 + relation = { + who = FROM + value = -25 + } + } } country_event = { - - id = 800081 - title = "EVTNAME800081" # Fascist Summit - For GP's only - desc = "EVTDESC800081" - picture = "treaty" - - trigger = { - government = fascist_dictatorship - is_greater_power = yes - any_greater_power = { - government = fascist_dictatorship - NOT = { - tag = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = the_doctrine_of_fascism - } - modifier = { - factor = 1.25 - NOT = { invention = the_doctrine_of_fascism } - } - } - - option = { - name = "EVT800075OPTA" - random_country = { - limit = { - is_greater_power = yes - government = fascist_dictatorship - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - country_event = 800076 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - prestige = -5 - ai_chance = { - factor = 5 - } - } + + id = 800081 + title = "EVTNAME800081" # Fascist Summit - For GP's only + desc = "EVTDESC800081" + picture = "treaty" + + trigger = { + government = fascist_dictatorship + is_greater_power = yes + any_greater_power = { + government = fascist_dictatorship + NOT = { + tag = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 30 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = the_doctrine_of_fascism + } + modifier = { + factor = 1.25 + NOT = { invention = the_doctrine_of_fascism } + } + } + + option = { + name = "EVT800075OPTA" + random_country = { + limit = { + is_greater_power = yes + government = fascist_dictatorship + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + country_event = 800076 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + prestige = -5 + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800082 - title = "EVTNAME800082" # Anarcho-Liberal Summit - For GP's only - desc = "EVTDESC800082" - picture = "treaty" - - trigger = { - government = bourgeois_dictatorship - is_greater_power = yes - any_greater_power = { - government = bourgeois_dictatorship - NOT = { - tag = THIS - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.75 - invention = political_science - } - modifier = { - factor = 1.25 - NOT = { invention = political_science } - } - } - - option = { - name = "EVT800075OPTA" - random_country = { - limit = { - is_greater_power = yes - government = bourgeois_dictatorship - NOT = { - war_with = THIS - truce_with = THIS - any_owned_province = { - is_core = THIS - } - relation = { - who = THIS - value = 175 - } - } - } - country_event = 800076 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - prestige = -5 - ai_chance = { - factor = 5 - } - } + + id = 800082 + title = "EVTNAME800082" # Anarcho-Liberal Summit - For GP's only + desc = "EVTDESC800082" + picture = "treaty" + + trigger = { + government = bourgeois_dictatorship + is_greater_power = yes + any_greater_power = { + government = bourgeois_dictatorship + NOT = { + tag = THIS + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.75 + invention = political_science + } + modifier = { + factor = 1.25 + NOT = { invention = political_science } + } + } + + option = { + name = "EVT800075OPTA" + random_country = { + limit = { + is_greater_power = yes + government = bourgeois_dictatorship + NOT = { + war_with = THIS + truce_with = THIS + any_owned_province = { + is_core = THIS + } + relation = { + who = THIS + value = 175 + } + } + } + country_event = 800076 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + prestige = -5 + ai_chance = { + factor = 5 + } + } } country_event = { - - id = 800083 - title = "EVTNAME800083" # Democracy Summit - For GP's only - desc = "EVTDESC800083" - picture = "treaty" - - trigger = { - OR = { - government = democracy - government = hms_government - } - is_greater_power = yes - is_ideology_enabled = fascist - is_ideology_enabled = communist - any_greater_power = { - OR = { - government = democracy - government = hms_government - } - NOT = { - tag = THIS - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 175 - } - } - } - } - mean_time_to_happen = { - months = 240 - modifier = { - factor = 1.25 - militancy = 4 - } - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 0.9 - invention = mass_advertising - } - modifier = { - factor = 1.25 - NOT = { invention = mass_advertising } - } - } - - option = { - name = "EVT800075OPTA" - random_country = { - limit = { - is_greater_power = yes - OR = { - government = democracy - government = hms_government - } - NOT = { - OR = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - ruling_party_ideology = anarcho_liberal - ruling_party_ideology = reactionary - } - war_with = THIS - truce_with = THIS - relation = { - who = THIS - value = 175 - } - } - } - country_event = 800076 - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT800066OPTB" - prestige = -5 - ai_chance = { - factor = 5 - } - } + + id = 800083 + title = "EVTNAME800083" # Democracy Summit - For GP's only + desc = "EVTDESC800083" + picture = "treaty" + + trigger = { + OR = { + government = democracy + government = hms_government + } + is_greater_power = yes + is_ideology_enabled = fascist + is_ideology_enabled = communist + any_greater_power = { + OR = { + government = democracy + government = hms_government + } + NOT = { + tag = THIS + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 175 + } + } + } + } + mean_time_to_happen = { + months = 240 + modifier = { + factor = 1.25 + militancy = 4 + } + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 0.9 + invention = mass_advertising + } + modifier = { + factor = 1.25 + NOT = { invention = mass_advertising } + } + } + + option = { + name = "EVT800075OPTA" + random_country = { + limit = { + is_greater_power = yes + OR = { + government = democracy + government = hms_government + } + NOT = { + OR = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + ruling_party_ideology = anarcho_liberal + ruling_party_ideology = reactionary + } + war_with = THIS + truce_with = THIS + relation = { + who = THIS + value = 175 + } + } + } + country_event = 800076 + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT800066OPTB" + prestige = -5 + ai_chance = { + factor = 5 + } + } } ############################################################# -# # -# These events involve diplomatic incidents between # -# opposing ideologies that will reduce relations # -# # +# # +# These events involve diplomatic incidents between # +# opposing ideologies that will reduce relations # +# # ############################################################# country_event = { - - id = 800084 - title = "EVTNAME800084" # Diplomatic Incident Between GP's - Communism - desc = "EVTDESC800084" - picture = "propaganda" - - trigger = { - government = proletarian_dictatorship - is_greater_power = yes - any_greater_power = { - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { who = THIS value = -150 } - } - } - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - } - option = { - name = "EVT800084OPTA" - prestige = -10 - any_pop = { - scaled_militancy = { - factor = 2 - ideology = communist - } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800088 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.75 - militancy = 3 - } - } - } - option = { - name = "EVT800084OPTB" - prestige = 10 - any_pop = { - scaled_militancy = { - factor = -2 - ideology = communist - } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800089 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 1.25 - militancy = 3 - } - } - } + + id = 800084 + title = "EVTNAME800084" # Diplomatic Incident Between GP's - Communism + desc = "EVTDESC800084" + picture = "propaganda" + + trigger = { + government = proletarian_dictatorship + is_greater_power = yes + any_greater_power = { + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { who = THIS value = -150 } + } + } + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + } + option = { + name = "EVT800084OPTA" + prestige = -10 + any_pop = { + scaled_militancy = { + factor = 2 + ideology = communist + } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800088 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.75 + militancy = 3 + } + } + } + option = { + name = "EVT800084OPTB" + prestige = 10 + any_pop = { + scaled_militancy = { + factor = -2 + ideology = communist + } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800089 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 1.25 + militancy = 3 + } + } + } } country_event = { - id = 800085 - title = "EVTNAME800085" # Diplomatic Incident Between GP's - Fascism - desc = "EVTDESC800085" - picture = "propaganda" - - trigger = { - government = fascist_dictatorship - is_greater_power = yes - any_greater_power = { - NOT = { ruling_party_ideology = fascist } - NOT = { government = fascist_dictatorship } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { who = THIS value = -150 } - } - } - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - } - option = { - name = "EVT800084OPTA" - prestige = -10 - any_pop = { - scaled_militancy = { - factor = 2 - ideology = fascist - } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { ruling_party_ideology = fascist } - NOT = { government = fascist_dictatorship } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800088 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.75 - militancy = 3 - } - } - } - option = { - name = "EVT800084OPTB" - prestige = 10 - any_pop = { - scaled_militancy = { - factor = -2 - ideology = fascist - } - } - random_country = { - limit = { - is_greater_power = yes - NOT = { ruling_party_ideology = fascist } - NOT = { government = fascist_dictatorship } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800089 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 1.25 - militancy = 3 - } - } - } + id = 800085 + title = "EVTNAME800085" # Diplomatic Incident Between GP's - Fascism + desc = "EVTDESC800085" + picture = "propaganda" + + trigger = { + government = fascist_dictatorship + is_greater_power = yes + any_greater_power = { + NOT = { ruling_party_ideology = fascist } + NOT = { government = fascist_dictatorship } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { who = THIS value = -150 } + } + } + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + } + option = { + name = "EVT800084OPTA" + prestige = -10 + any_pop = { + scaled_militancy = { + factor = 2 + ideology = fascist + } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { ruling_party_ideology = fascist } + NOT = { government = fascist_dictatorship } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800088 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.75 + militancy = 3 + } + } + } + option = { + name = "EVT800084OPTB" + prestige = 10 + any_pop = { + scaled_militancy = { + factor = -2 + ideology = fascist + } + } + random_country = { + limit = { + is_greater_power = yes + NOT = { ruling_party_ideology = fascist } + NOT = { government = fascist_dictatorship } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800089 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 1.25 + militancy = 3 + } + } + } } country_event = { - id = 800086 - title = "EVTNAME800086" # Diplomatic Incident Between GP's - Anarcho-Liberalism - desc = "EVTDESC800086" - picture = "propaganda" - - trigger = { - government = bourgeois_dictatorship - is_greater_power = yes - any_greater_power = { - OR = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - } - option = { - name = "EVT800084OPTA" - prestige = -10 - any_pop = { - scaled_militancy = { - factor = 2 - ideology = anarcho_liberal - } - } - random_country = { - limit = { - is_greater_power = yes - OR = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800088 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.75 - militancy = 3 - } - } - } - option = { - name = "EVT800084OPTB" - prestige = 10 - any_pop = { - scaled_militancy = { - factor = -2 - ideology = anarcho_liberal - } - } - random_country = { - limit = { - is_greater_power = yes - OR = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800089 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 1.25 - militancy = 3 - } - } - } + id = 800086 + title = "EVTNAME800086" # Diplomatic Incident Between GP's - Anarcho-Liberalism + desc = "EVTDESC800086" + picture = "propaganda" + + trigger = { + government = bourgeois_dictatorship + is_greater_power = yes + any_greater_power = { + OR = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + } + option = { + name = "EVT800084OPTA" + prestige = -10 + any_pop = { + scaled_militancy = { + factor = 2 + ideology = anarcho_liberal + } + } + random_country = { + limit = { + is_greater_power = yes + OR = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800088 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.75 + militancy = 3 + } + } + } + option = { + name = "EVT800084OPTB" + prestige = 10 + any_pop = { + scaled_militancy = { + factor = -2 + ideology = anarcho_liberal + } + } + random_country = { + limit = { + is_greater_power = yes + OR = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800089 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 1.25 + militancy = 3 + } + } + } } country_event = { - - id = 800087 - title = "EVTNAME800087" # Diplomatic Incident Between GP's - Democracy - desc = "EVTDESC800087" - picture = "propaganda" - - trigger = { - OR = { - government = democracy - government = hms_government - } - NOT = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - } - is_greater_power = yes - any_greater_power = { - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - } - option = { - name = "EVT800084OPTA" - prestige = -10 - any_pop = { - scaled_militancy = { - factor = -2 - issue = pacifism - } - } - random_country = { - limit = { - is_greater_power = yes - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800088 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war = yes - } - modifier = { - factor = 0.75 - militancy = 3 - } - } - } - option = { - name = "EVT800084OPTB" - prestige = 10 - any_pop = { - scaled_militancy = { - factor = -2 - issue = jingoism - } - } - random_country = { - limit = { - is_greater_power = yes - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800089 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war = yes - } - modifier = { - factor = 1.25 - militancy = 3 - } - } - } + + id = 800087 + title = "EVTNAME800087" # Diplomatic Incident Between GP's - Democracy + desc = "EVTDESC800087" + picture = "propaganda" + + trigger = { + OR = { + government = democracy + government = hms_government + } + NOT = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + } + is_greater_power = yes + any_greater_power = { + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + } + option = { + name = "EVT800084OPTA" + prestige = -10 + any_pop = { + scaled_militancy = { + factor = -2 + issue = pacifism + } + } + random_country = { + limit = { + is_greater_power = yes + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800088 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war = yes + } + modifier = { + factor = 0.75 + militancy = 3 + } + } + } + option = { + name = "EVT800084OPTB" + prestige = 10 + any_pop = { + scaled_militancy = { + factor = -2 + issue = jingoism + } + } + random_country = { + limit = { + is_greater_power = yes + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800089 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war = yes + } + modifier = { + factor = 1.25 + militancy = 3 + } + } + } } country_event = { - - id = 800088 - title = "EVTNAME800088" # Diplomatic Incident - Response to Conciliation - desc = "EVTDESC800088" - picture = "propaganda" - - is_triggered_only = yes - - option = { - name = "EVT800088OPTA" - prestige = 10 - badboy = 2 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - leave_alliance = FROM - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - random_country = { - limit = { - tag = FROM - THIS = { - OR = { - government = democracy - government = hms_government - } - } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_democracy - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { government = proletarian_dictatorship } - NOT = { government = proletarian_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_communism - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { government = fascist_dictatorship } - NOT = { government = fascist_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_fascism - months = 12 - } - } - relation = { - who = FROM - value = -100 - } - FROM = { country_event = 800090 } - ai_chance = { - factor = 35 - modifier = { - factor = 1.5 - FROM = { - any_owned_province = { - is_core = THIS - } - } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 100 - } - } - } - } - option = { - name = "EVT800088OPTB" - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - relation = { - who = FROM - value = -25 - } - FROM = { country_event = 800091 } - ai_chance = { - factor = 65 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - is_greater_power = no - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - } - } + + id = 800088 + title = "EVTNAME800088" # Diplomatic Incident - Response to Conciliation + desc = "EVTDESC800088" + picture = "propaganda" + + is_triggered_only = yes + + option = { + name = "EVT800088OPTA" + prestige = 10 + badboy = 2 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + leave_alliance = FROM + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + random_country = { + limit = { + tag = FROM + THIS = { + OR = { + government = democracy + government = hms_government + } + } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_democracy + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { government = proletarian_dictatorship } + NOT = { government = proletarian_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_communism + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { government = fascist_dictatorship } + NOT = { government = fascist_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_fascism + months = 12 + } + } + relation = { + who = FROM + value = -100 + } + FROM = { country_event = 800090 } + ai_chance = { + factor = 35 + modifier = { + factor = 1.5 + FROM = { + any_owned_province = { + is_core = THIS + } + } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 100 + } + } + } + } + option = { + name = "EVT800088OPTB" + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + relation = { + who = FROM + value = -25 + } + FROM = { country_event = 800091 } + ai_chance = { + factor = 65 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + is_greater_power = no + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + } + } } country_event = { - - id = 800089 - title = "EVTNAME800089" # Diplomatic Incident - Response to Insult - desc = "EVTDESC800089" - picture = "propaganda" - - is_triggered_only = yes - - option = { - name = "EVT800089OPTA" - prestige = 10 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = -2 - } - } - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - random_country = { - limit = { - tag = FROM - THIS = { - OR = { - government = democracy - government = hms_government - } - } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_democracy - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { government = proletarian_dictatorship } - NOT = { government = proletarian_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_communism - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { government = fascist_dictatorship } - NOT = { government = fascist_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_fascism - months = 12 - } - } - FROM = { country_event = 800092 } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - FROM = { - any_owned_province = { - is_core = THIS - } - } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 100 - } - } - } - } - option = { - name = "EVT800089OPTB" - prestige = -10 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 2 - } - } - leave_alliance = FROM - relation = { - who = FROM - value = -50 - } - FROM = { country_event = 800093 } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - is_greater_power = no - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - } - } + + id = 800089 + title = "EVTNAME800089" # Diplomatic Incident - Response to Insult + desc = "EVTDESC800089" + picture = "propaganda" + + is_triggered_only = yes + + option = { + name = "EVT800089OPTA" + prestige = 10 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = -2 + } + } + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + random_country = { + limit = { + tag = FROM + THIS = { + OR = { + government = democracy + government = hms_government + } + } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_democracy + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { government = proletarian_dictatorship } + NOT = { government = proletarian_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_communism + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { government = fascist_dictatorship } + NOT = { government = fascist_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_fascism + months = 12 + } + } + FROM = { country_event = 800092 } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + FROM = { + any_owned_province = { + is_core = THIS + } + } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 100 + } + } + } + } + option = { + name = "EVT800089OPTB" + prestige = -10 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 2 + } + } + leave_alliance = FROM + relation = { + who = FROM + value = -50 + } + FROM = { country_event = 800093 } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + is_greater_power = no + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + } + } } country_event = { - id = 800090 - title = "EVTNAME800090" # GP Furious Even After Apology - desc = "EVTDESC800090" - news = yes - news_title = "EVTNAME800090_NEWS_TITLE" - news_desc_long = "EVTDESC800090_NEWS_LONG" - news_desc_medium = "EVTDESC800090_NEWS_MEDIUM" - news_desc_short = "EVTDESC800090_NEWS_SHORT" - picture = "propaganda" - - is_triggered_only = yes - - option = { - name = "EVT800090OPTA" - } + id = 800090 + title = "EVTNAME800090" # GP Furious Even After Apology + desc = "EVTDESC800090" + news = yes + news_title = "EVTNAME800090_NEWS_TITLE" + news_desc_long = "EVTDESC800090_NEWS_LONG" + news_desc_medium = "EVTDESC800090_NEWS_MEDIUM" + news_desc_short = "EVTDESC800090_NEWS_SHORT" + picture = "propaganda" + + is_triggered_only = yes + + option = { + name = "EVT800090OPTA" + } } country_event = { - id = 800091 - title = "EVTNAME800091" # GP Accepts Apology - desc = "EVTDESC800091" - news = yes - news_title = "EVTNAME800091_NEWS_TITLE" - news_desc_long = "EVTDESC800091_NEWS_LONG" - news_desc_medium = "EVTDESC800091_NEWS_MEDIUM" - news_desc_short = "EVTDESC800091_NEWS_SHORT" - picture = "propaganda" - - is_triggered_only = yes - - option = { - name = "EVT800091OPTA" - } + id = 800091 + title = "EVTNAME800091" # GP Accepts Apology + desc = "EVTDESC800091" + news = yes + news_title = "EVTNAME800091_NEWS_TITLE" + news_desc_long = "EVTDESC800091_NEWS_LONG" + news_desc_medium = "EVTDESC800091_NEWS_MEDIUM" + news_desc_short = "EVTDESC800091_NEWS_SHORT" + picture = "propaganda" + + is_triggered_only = yes + + option = { + name = "EVT800091OPTA" + } } country_event = { - id = 800092 - title = "EVTNAME800092" # GP Enraged By Incident - desc = "EVTDESC800092" - news = yes - news_desc_long = "EVTDESC800092_NEWS_LONG" - news_desc_medium = "EVTDESC800092_NEWS_MEDIUM" - news_desc_short = "EVTDESC800092_NEWS_SHORT" - picture = "propaganda" + id = 800092 + title = "EVTNAME800092" # GP Enraged By Incident + desc = "EVTDESC800092" + news = yes + news_desc_long = "EVTDESC800092_NEWS_LONG" + news_desc_medium = "EVTDESC800092_NEWS_MEDIUM" + news_desc_short = "EVTDESC800092_NEWS_SHORT" + picture = "propaganda" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800092OPTA" - } + option = { + name = "EVT800092OPTA" + } } country_event = { - id = 800093 - title = "EVTNAME800093" # GP Backs Down - desc = "EVTDESC800093" - news = yes - news_desc_long = "EVTDESC800093_NEWS_LONG" - news_desc_medium = "EVTDESC800093_NEWS_MEDIUM" - news_desc_short = "EVTDESC800093_NEWS_SHORT" - picture = "propaganda" + id = 800093 + title = "EVTNAME800093" # GP Backs Down + desc = "EVTDESC800093" + news = yes + news_desc_long = "EVTDESC800093_NEWS_LONG" + news_desc_medium = "EVTDESC800093_NEWS_MEDIUM" + news_desc_short = "EVTDESC800093_NEWS_SHORT" + picture = "propaganda" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800093OPTA" - } + option = { + name = "EVT800093OPTA" + } } country_event = { - - id = 800094 - title = "EVTNAME800094" # Diplomatic Incident For Minors - Communism - desc = "EVTDESC800094" - picture = "propaganda" - - trigger = { - government = proletarian_dictatorship - is_vassal = no - any_neighbor_country = { - is_vassal = no - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - modifier = { - factor = 2 - is_secondary_power = no - } - } - option = { - name = "EVT800094OPTA" - prestige = -5 - random_country = { - limit = { - neighbour = THIS - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800098 - } - } + + id = 800094 + title = "EVTNAME800094" # Diplomatic Incident For Minors - Communism + desc = "EVTDESC800094" + picture = "propaganda" + + trigger = { + government = proletarian_dictatorship + is_vassal = no + any_neighbor_country = { + is_vassal = no + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + modifier = { + factor = 2 + is_secondary_power = no + } + } + option = { + name = "EVT800094OPTA" + prestige = -5 + random_country = { + limit = { + neighbour = THIS + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800098 + } + } } country_event = { - - id = 800095 - title = "EVTNAME800095" # Diplomatic Incident For Minors - Fascism - desc = "EVTDESC800095" - picture = "propaganda" - - trigger = { - government = fascist_dictatorship - is_vassal = no - any_neighbor_country = { - NOT = { ruling_party_ideology = fascist } - NOT = { government = fascist_dictatorship } - is_vassal = no - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - modifier = { - factor = 2 - is_secondary_power = no - } - } - option = { - name = "EVT800094OPTA" - prestige = -5 - random_country = { - limit = { - neighbour = THIS - NOT = { ruling_party_ideology = fascist } - NOT = { government = fascist_dictatorship } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -50 - } - } - country_event = 800098 - } - } + + id = 800095 + title = "EVTNAME800095" # Diplomatic Incident For Minors - Fascism + desc = "EVTDESC800095" + picture = "propaganda" + + trigger = { + government = fascist_dictatorship + is_vassal = no + any_neighbor_country = { + NOT = { ruling_party_ideology = fascist } + NOT = { government = fascist_dictatorship } + is_vassal = no + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + modifier = { + factor = 2 + is_secondary_power = no + } + } + option = { + name = "EVT800094OPTA" + prestige = -5 + random_country = { + limit = { + neighbour = THIS + NOT = { ruling_party_ideology = fascist } + NOT = { government = fascist_dictatorship } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -50 + } + } + country_event = 800098 + } + } } country_event = { - - id = 800096 - title = "EVTNAME800096" # Diplomatic Incident For Minors - Anarcho-Liberalism - desc = "EVTDESC800096" - picture = "propaganda" - - trigger = { - government = bourgeois_dictatorship - is_vassal = no - any_neighbor_country = { - is_vassal = no - OR = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 80 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - modifier = { - factor = 2 - is_secondary_power = no - } - } - option = { - name = "EVT800094OPTA" - prestige = -5 - random_country = { - limit = { - neighbour = THIS - OR = { - government = proletarian_dictatorship - ruling_party_ideology = communist - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800098 - } - } + + id = 800096 + title = "EVTNAME800096" # Diplomatic Incident For Minors - Anarcho-Liberalism + desc = "EVTDESC800096" + picture = "propaganda" + + trigger = { + government = bourgeois_dictatorship + is_vassal = no + any_neighbor_country = { + is_vassal = no + OR = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 80 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + modifier = { + factor = 2 + is_secondary_power = no + } + } + option = { + name = "EVT800094OPTA" + prestige = -5 + random_country = { + limit = { + neighbour = THIS + OR = { + government = proletarian_dictatorship + ruling_party_ideology = communist + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800098 + } + } } country_event = { - - id = 800097 - title = "EVTNAME800097" # Diplomatic Incident For Minors - Democracy - desc = "EVTDESC800097" - picture = "propaganda" - - trigger = { - war = no - OR = { - government = democracy - government = hms_government - } - NOT = { - ruling_party_ideology = communist - ruling_party_ideology = fascist - } - is_vassal = no - any_neighbor_country = { - is_vassal = no - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - } - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.75 - war_policy = jingoism - } - modifier = { - factor = 0.9 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 2 - war_policy = pro_military - } - modifier = { - factor = 0.9 - militancy = 3 - } - modifier = { - factor = 0.9 - militancy = 4 - } - modifier = { - factor = 0.9 - militancy = 5 - } - modifier = { - factor = 2 - is_secondary_power = no - } - } - option = { - name = "EVT800094OPTA" - prestige = -5 - random_country = { - limit = { - neighbour = THIS - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = -150 - } - } - country_event = 800098 - } - ai_chance = { factor = 100 } - } - - - option = { - name = "EVT800094OPTB" - prestige = -20 - random_country = { - limit = { - neighbour = THIS - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - NOT = { - war_with = THIS - truce_with = THIS - } - relation = { - who = THIS - value = 10 - } - } - } - ai_chance = { factor = 0 } - } - + + id = 800097 + title = "EVTNAME800097" # Diplomatic Incident For Minors - Democracy + desc = "EVTDESC800097" + picture = "propaganda" + + trigger = { + war = no + OR = { + government = democracy + government = hms_government + } + NOT = { + ruling_party_ideology = communist + ruling_party_ideology = fascist + } + is_vassal = no + any_neighbor_country = { + is_vassal = no + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + } + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.75 + war_policy = jingoism + } + modifier = { + factor = 0.9 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 2 + war_policy = pro_military + } + modifier = { + factor = 0.9 + militancy = 3 + } + modifier = { + factor = 0.9 + militancy = 4 + } + modifier = { + factor = 0.9 + militancy = 5 + } + modifier = { + factor = 2 + is_secondary_power = no + } + } + option = { + name = "EVT800094OPTA" + prestige = -5 + random_country = { + limit = { + neighbour = THIS + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = -150 + } + } + country_event = 800098 + } + ai_chance = { factor = 100 } + } + + + option = { + name = "EVT800094OPTB" + prestige = -20 + random_country = { + limit = { + neighbour = THIS + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + NOT = { + war_with = THIS + truce_with = THIS + } + relation = { + who = THIS + value = 10 + } + } + } + ai_chance = { factor = 0 } + } + } country_event = { - id = 800098 - title = "EVTNAME800098" # Response to Incident - Minor - desc = "EVTDESC800098" - picture = "propaganda" - - is_triggered_only = yes - - option = { - name = "EVT880130OPTA" - prestige = 5 - badboy = 2 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 2 - } - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - random_country = { - limit = { - tag = FROM - THIS = { is_greater_power = yes } - THIS = { - OR = { - government = democracy - government = hms_government - } - } - OR = { - government = fascist_dictatorship - government = proletarian_dictatorship - } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_democracy - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { is_greater_power = yes } - THIS = { government = proletarian_dictatorship } - NOT = { government = proletarian_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_communism - months = 12 - } - } - random_country = { - limit = { - tag = FROM - THIS = { is_greater_power = yes } - THIS = { government = fascist_dictatorship } - NOT = { government = fascist_dictatorship } - has_global_flag = great_wars_enabled - neighbour = THIS - } - add_casus_belli = { - target = THIS - type = install_fascism - months = 12 - } - } - leave_alliance = FROM - relation = { - who = FROM - value = -100 - } - diplomatic_influence = { - who = FROM - value = -100 - } - ai_chance = { - factor = 35 - modifier = { - factor = 1.5 - FROM = { - any_owned_province = { - is_core = THIS - } - } - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.8 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 0 - badboy = 0.7 - } - modifier = { - factor = 1.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 0.5 - relation = { - who = FROM - value = 100 - } - } - } - } - option = { - name = "EVT800098OPTA" - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 1 - } - } - leave_alliance = FROM - relation = { - who = FROM - value = -50 - } - diplomatic_influence = { - who = FROM - value = -25 - } - ai_chance = { - factor = 65 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 100 - badboy = 0.7 - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.2 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.5 - is_greater_power = no - } - modifier = { - factor = 0.5 - NOT = { - relation = { - who = FROM - value = 0 - } - } - } - modifier = { - factor = 1.5 - relation = { - who = FROM - value = 100 - } - } - } - } -} \ No newline at end of file + id = 800098 + title = "EVTNAME800098" # Response to Incident - Minor + desc = "EVTDESC800098" + picture = "propaganda" + + is_triggered_only = yes + + option = { + name = "EVT880130OPTA" + prestige = 5 + badboy = 2 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 2 + } + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + random_country = { + limit = { + tag = FROM + THIS = { is_greater_power = yes } + THIS = { + OR = { + government = democracy + government = hms_government + } + } + OR = { + government = fascist_dictatorship + government = proletarian_dictatorship + } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_democracy + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { is_greater_power = yes } + THIS = { government = proletarian_dictatorship } + NOT = { government = proletarian_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_communism + months = 12 + } + } + random_country = { + limit = { + tag = FROM + THIS = { is_greater_power = yes } + THIS = { government = fascist_dictatorship } + NOT = { government = fascist_dictatorship } + has_global_flag = great_wars_enabled + neighbour = THIS + } + add_casus_belli = { + target = THIS + type = install_fascism + months = 12 + } + } + leave_alliance = FROM + relation = { + who = FROM + value = -100 + } + diplomatic_influence = { + who = FROM + value = -100 + } + ai_chance = { + factor = 35 + modifier = { + factor = 1.5 + FROM = { + any_owned_province = { + is_core = THIS + } + } + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.8 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 0 + badboy = 0.7 + } + modifier = { + factor = 1.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 0.5 + relation = { + who = FROM + value = 100 + } + } + } + } + option = { + name = "EVT800098OPTA" + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 1 + } + } + leave_alliance = FROM + relation = { + who = FROM + value = -50 + } + diplomatic_influence = { + who = FROM + value = -25 + } + ai_chance = { + factor = 65 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 100 + badboy = 0.7 + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.2 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.5 + is_greater_power = no + } + modifier = { + factor = 0.5 + NOT = { + relation = { + who = FROM + value = 0 + } + } + } + modifier = { + factor = 1.5 + relation = { + who = FROM + value = 100 + } + } + } + } +} diff --git a/HPM/events/Revolution_Spread_Event.txt b/HPM/events/Revolution_Spread_Event.txt index 07754cc0..fba75bf5 100644 --- a/HPM/events/Revolution_Spread_Event.txt +++ b/HPM/events/Revolution_Spread_Event.txt @@ -1,739 +1,739 @@ ################################################################################# -# # -# These events deal with ideologies spreading to neighboring countries # -# # +# # +# These events deal with ideologies spreading to neighboring countries # +# # ################################################################################# country_event = { - - id = 800060 - title = "EVTNAME800060" # Spread of Communism - desc = "EVTDESC800060" - picture = "propaganda" - trigger = { - war = no - money = 20000 - government = proletarian_dictatorship - any_neighbor_country = { - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - alliance_with = THIS - } - militancy = 1 - } - } - mean_time_to_happen = { - months = 60 - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.5 - militancy = 4 - } - modifier = { - factor = 2 - militancy = 6 - } - modifier = { - factor = 0.75 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = yes - } - modifier = { - factor = 3 - is_greater_power = no - is_secondary_power = no - } - } + id = 800060 + title = "EVTNAME800060" # Spread of Communism + desc = "EVTDESC800060" + picture = "propaganda" - option = { - name = "EVT800060OPTA" - money = -10000 - random_owned = { - limit = { - any_neighbor_province = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - alliance_with = THIS - } - militancy = 1 - } - } - } - random_neighbor_province = { - limit = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = proletarian_dictatorship - ruling_party_ideology = communist - alliance_with = THIS - } - militancy = 1 - } - } - state_scope = { - middle_strata = { - militancy = 2 - ideology = { - factor = 0.1 - value = communist - } - } - poor_strata = { - militancy = 3 - ideology = { - factor = 0.2 - value = communist - } - } - } - owner = { - random = { - chance = 50 - country_event = 800065 #Discovered - } - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 0.3 - badboy = 0.8 - } - } - } - option = { - name = "EVT800060OPTB" - prestige = -5 - ai_chance = { - factor = 25 - modifier = { - factor = 2 - is_greater_power = no - } - modifier = { - factor = 3 - badboy = 0.8 - } - } - } + trigger = { + war = no + money = 20000 + government = proletarian_dictatorship + any_neighbor_country = { + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + alliance_with = THIS + } + militancy = 1 + } + } + mean_time_to_happen = { + months = 60 + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.5 + militancy = 4 + } + modifier = { + factor = 2 + militancy = 6 + } + modifier = { + factor = 0.75 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = yes + } + modifier = { + factor = 3 + is_greater_power = no + is_secondary_power = no + } + } + + option = { + name = "EVT800060OPTA" + money = -10000 + random_owned = { + limit = { + any_neighbor_province = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + alliance_with = THIS + } + militancy = 1 + } + } + } + random_neighbor_province = { + limit = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = proletarian_dictatorship + ruling_party_ideology = communist + alliance_with = THIS + } + militancy = 1 + } + } + state_scope = { + middle_strata = { + militancy = 2 + ideology = { + factor = 0.1 + value = communist + } + } + poor_strata = { + militancy = 3 + ideology = { + factor = 0.2 + value = communist + } + } + } + owner = { + random = { + chance = 50 + country_event = 800065 #Discovered + } + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 0.3 + badboy = 0.8 + } + } + } + option = { + name = "EVT800060OPTB" + prestige = -5 + ai_chance = { + factor = 25 + modifier = { + factor = 2 + is_greater_power = no + } + modifier = { + factor = 3 + badboy = 0.8 + } + } + } } country_event = { - - id = 800061 - title = "EVTNAME800061" # Spread of Fascism - desc = "EVTDESC800061" - picture = "Fascist" - trigger = { - war = no - money = 20000 - government = fascist_dictatorship - any_neighbor_country = { - NOT = { - government = fascist_dictatorship - ruling_party_ideology = fascist - alliance_with = THIS - } - militancy = 1 - } - } - mean_time_to_happen = { - months = 80 - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.5 - militancy = 4 - } - modifier = { - factor = 2 - militancy = 6 - } - modifier = { - factor = 0.75 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = yes - } - modifier = { - factor = 3 - is_greater_power = no - is_secondary_power = no - } - } + id = 800061 + title = "EVTNAME800061" # Spread of Fascism + desc = "EVTDESC800061" + picture = "Fascist" + + trigger = { + war = no + money = 20000 + government = fascist_dictatorship + any_neighbor_country = { + NOT = { + government = fascist_dictatorship + ruling_party_ideology = fascist + alliance_with = THIS + } + militancy = 1 + } + } + mean_time_to_happen = { + months = 80 + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.5 + militancy = 4 + } + modifier = { + factor = 2 + militancy = 6 + } + modifier = { + factor = 0.75 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = yes + } + modifier = { + factor = 3 + is_greater_power = no + is_secondary_power = no + } + } - option = { - name = "EVT800060OPTA" - money = -10000 - random_owned = { - limit = { - any_neighbor_province = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = fascist_dictatorship - ruling_party_ideology = fascist - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - } - random_neighbor_province = { - limit = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = fascist_dictatorship - ruling_party_ideology = fascist - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - state_scope = { - middle_strata = { - militancy = 2 - ideology = { - factor = 0.1 - value = fascist - } - } - rich_strata = { - militancy = 3 - ideology = { - factor = 0.2 - value = fascist - } - } - } - owner = { - random = { - chance = 50 - country_event = 800065 #Discovered - } - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 0.3 - badboy = 0.8 - } - } - } - option = { - name = "EVT800060OPTB" - prestige = -5 - ai_chance = { - factor = 25 - modifier = { - factor = 2 - is_greater_power = no - } - modifier = { - factor = 3 - badboy = 0.8 - } - } - } + option = { + name = "EVT800060OPTA" + money = -10000 + random_owned = { + limit = { + any_neighbor_province = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = fascist_dictatorship + ruling_party_ideology = fascist + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + } + random_neighbor_province = { + limit = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = fascist_dictatorship + ruling_party_ideology = fascist + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + state_scope = { + middle_strata = { + militancy = 2 + ideology = { + factor = 0.1 + value = fascist + } + } + rich_strata = { + militancy = 3 + ideology = { + factor = 0.2 + value = fascist + } + } + } + owner = { + random = { + chance = 50 + country_event = 800065 #Discovered + } + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 0.3 + badboy = 0.8 + } + } + } + option = { + name = "EVT800060OPTB" + prestige = -5 + ai_chance = { + factor = 25 + modifier = { + factor = 2 + is_greater_power = no + } + modifier = { + factor = 3 + badboy = 0.8 + } + } + } } country_event = { - - id = 800062 - title = "EVTNAME800062" # Spread of Anarcho-Liberalism - desc = "EVTDESC800062" - picture = "AnarchoLiberals" - trigger = { - war = no - money = 20000 - government = bourgeois_dictatorship - any_neighbor_country = { - NOT = { - government = bourgeois_dictatorship - ruling_party_ideology = anarcho_liberal - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } + id = 800062 + title = "EVTNAME800062" # Spread of Anarcho-Liberalism + desc = "EVTDESC800062" + picture = "AnarchoLiberals" + + trigger = { + war = no + money = 20000 + government = bourgeois_dictatorship + any_neighbor_country = { + NOT = { + government = bourgeois_dictatorship + ruling_party_ideology = anarcho_liberal + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } - mean_time_to_happen = { - months = 100 - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.5 - militancy = 4 - } - modifier = { - factor = 2 - militancy = 6 - } - modifier = { - factor = 0.75 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = yes - } - modifier = { - factor = 3 - is_greater_power = no - is_secondary_power = no - } - } + mean_time_to_happen = { + months = 100 + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.5 + militancy = 4 + } + modifier = { + factor = 2 + militancy = 6 + } + modifier = { + factor = 0.75 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = yes + } + modifier = { + factor = 3 + is_greater_power = no + is_secondary_power = no + } + } - option = { - name = "EVT800060OPTA" - money = -10000 - random_owned = { - limit = { - any_neighbor_province = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = bourgeois_dictatorship - ruling_party_ideology = anarcho_liberal - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - } - random_neighbor_province = { - limit = { - NOT = { owned_by = THIS } - owner = { - NOT = { - government = bourgeois_dictatorship - ruling_party_ideology = anarcho_liberal - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - state_scope = { - any_pop = { - limit = { literacy = 0.40 } - militancy = 3 - ideology = { - factor = 0.2 - value = anarcho_liberal - } - } - } - owner = { - random = { - chance = 50 - country_event = 800065 #Discovered - } - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 0.3 - badboy = 0.8 - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.1 - war_policy = pacifism - } - } - } - option = { - name = "EVT800060OPTB" - prestige = -5 - ai_chance = { - factor = 25 - modifier = { - factor = 2 - is_greater_power = no - } - modifier = { - factor = 3 - badboy = 0.8 - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 1.9 - war_policy = pacifism - } - } - } + option = { + name = "EVT800060OPTA" + money = -10000 + random_owned = { + limit = { + any_neighbor_province = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = bourgeois_dictatorship + ruling_party_ideology = anarcho_liberal + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + } + random_neighbor_province = { + limit = { + NOT = { owned_by = THIS } + owner = { + NOT = { + government = bourgeois_dictatorship + ruling_party_ideology = anarcho_liberal + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + state_scope = { + any_pop = { + limit = { literacy = 0.40 } + militancy = 3 + ideology = { + factor = 0.2 + value = anarcho_liberal + } + } + } + owner = { + random = { + chance = 50 + country_event = 800065 #Discovered + } + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 0.3 + badboy = 0.8 + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.1 + war_policy = pacifism + } + } + } + option = { + name = "EVT800060OPTB" + prestige = -5 + ai_chance = { + factor = 25 + modifier = { + factor = 2 + is_greater_power = no + } + modifier = { + factor = 3 + badboy = 0.8 + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 1.9 + war_policy = pacifism + } + } + } } country_event = { - - id = 800063 - title = "EVTNAME800063" # Spread of Democracy - desc = "EVTDESC800063" - picture = "JulyColumn" - trigger = { - war = no - money = 20000 - OR = { - government = democracy - government = hms_government - } - is_ideology_enabled = fascist - is_ideology_enabled = communist - any_neighbor_country = { - NOT = { - OR = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - relation = { - who = THIS - value = 40 - } - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } + id = 800063 + title = "EVTNAME800063" # Spread of Democracy + desc = "EVTDESC800063" + picture = "JulyColumn" - mean_time_to_happen = { - months = 80 - modifier = { - factor = 1.25 - militancy = 2 - } - modifier = { - factor = 1.5 - militancy = 4 - } - modifier = { - factor = 2 - militancy = 6 - } - modifier = { - factor = 0.75 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 1.5 - is_greater_power = no - is_secondary_power = yes - } - modifier = { - factor = 3 - is_greater_power = no - is_secondary_power = no - } - } + trigger = { + war = no + money = 20000 + OR = { + government = democracy + government = hms_government + } + is_ideology_enabled = fascist + is_ideology_enabled = communist + any_neighbor_country = { + NOT = { + OR = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + relation = { + who = THIS + value = 40 + } + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } - option = { - name = "EVT800060OPTA" - money = -10000 - random_owned = { - limit = { - any_neighbor_province = { - NOT = { owned_by = THIS } - owner = { - NOT = { - OR = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - relation = { - who = THIS - value = 40 - } - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - } - random_neighbor_province = { - limit = { - NOT = { owned_by = THIS } - owner = { - NOT = { - OR = { - government = democracy - government = hms_government - government = prussian_constitutionalism - } - relation = { - who = THIS - value = 40 - } - alliance_with = THIS - } - civilized = yes - militancy = 1 - } - } - state_scope = { - any_pop = { - limit = { literacy = 0.20 } - militancy = 3 - ideology = { - factor = 0.2 - value = liberal - } - } - } - owner = { - random = { - chance = 50 - country_event = 800065 #Discovered - } - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 0.3 - badboy = 0.8 - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0.1 - war_policy = pacifism - } - } - } - option = { - name = "EVT800060OPTB" - prestige = -5 - ai_chance = { - factor = 50 - modifier = { - factor = 2 - is_greater_power = no - } - modifier = { - factor = 3 - badboy = 0.8 - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.8 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 1.9 - war_policy = pacifism - } - } - } + mean_time_to_happen = { + months = 80 + modifier = { + factor = 1.25 + militancy = 2 + } + modifier = { + factor = 1.5 + militancy = 4 + } + modifier = { + factor = 2 + militancy = 6 + } + modifier = { + factor = 0.75 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 1.5 + is_greater_power = no + is_secondary_power = yes + } + modifier = { + factor = 3 + is_greater_power = no + is_secondary_power = no + } + } + + option = { + name = "EVT800060OPTA" + money = -10000 + random_owned = { + limit = { + any_neighbor_province = { + NOT = { owned_by = THIS } + owner = { + NOT = { + OR = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + relation = { + who = THIS + value = 40 + } + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + } + random_neighbor_province = { + limit = { + NOT = { owned_by = THIS } + owner = { + NOT = { + OR = { + government = democracy + government = hms_government + government = prussian_constitutionalism + } + relation = { + who = THIS + value = 40 + } + alliance_with = THIS + } + civilized = yes + militancy = 1 + } + } + state_scope = { + any_pop = { + limit = { literacy = 0.20 } + militancy = 3 + ideology = { + factor = 0.2 + value = liberal + } + } + } + owner = { + random = { + chance = 50 + country_event = 800065 #Discovered + } + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 0.3 + badboy = 0.8 + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0.1 + war_policy = pacifism + } + } + } + option = { + name = "EVT800060OPTB" + prestige = -5 + ai_chance = { + factor = 50 + modifier = { + factor = 2 + is_greater_power = no + } + modifier = { + factor = 3 + badboy = 0.8 + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.8 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 1.9 + war_policy = pacifism + } + } + } } country_event = { - id = 800064 - title = "EVTNAME800064" # Notification that the ideology spread was discovered - desc = "EVTDESC800064" - picture = "arrested" + id = 800064 + title = "EVTNAME800064" # Notification that the ideology spread was discovered + desc = "EVTDESC800064" + picture = "arrested" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT800064OPTA" - } + option = { + name = "EVT800064OPTA" + } } country_event = { - - id = 800065 - title = "EVTNAME800065" # Diplomatic Incident -- caused when spread of ideology is discovered - desc = "EVTDESC800065" - news = yes - news_desc_long = "EVTDESC800065_NEWS_LONG" - news_desc_medium = "EVTDESC800065_NEWS_MEDIUM" - news_desc_short = "EVTDESC800065_NEWS_SHORT" - picture = "deliberation" - is_triggered_only = yes + id = 800065 + title = "EVTNAME800065" # Diplomatic Incident -- caused when spread of ideology is discovered + desc = "EVTDESC800065" + news = yes + news_desc_long = "EVTDESC800065_NEWS_LONG" + news_desc_medium = "EVTDESC800065_NEWS_MEDIUM" + news_desc_short = "EVTDESC800065_NEWS_SHORT" + picture = "deliberation" + + is_triggered_only = yes - option = { - name = "EVT800065OPTA" - relation = { - who = FROM - value = -100 - } - leave_alliance = FROM - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - FROM = { - badboy = 2 - country_event = 800064 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - is_greater_power = no - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.2 - war_policy = pro_military - } - modifier = { - factor = 0.5 - FROM = { is_greater_power = yes } - is_greater_power = no - } - } - } - option = { - name = "EVT800065OPTB" - leave_alliance = FROM - relation = { - who = FROM - value = -50 - } - FROM = { - badboy = 1 - country_event = 800064 - } - ai_chance = { - factor = 30 - modifier = { - factor = 1.5 - FROM = { is_greater_power = yes } - is_greater_power = no - } - modifier = { - factor = 0.5 - is_greater_power = yes - } - } - } - option = { - name = "EVT800065OPTC" - prestige = -5 - relation = { - who = FROM - value = -25 - } - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - FROM = { is_greater_power = yes } - is_greater_power = no - } - modifier = { - factor = 0.25 - is_greater_power = yes - } - modifier = { - factor = 2 - war_policy = pacifism - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - } - } -} \ No newline at end of file + option = { + name = "EVT800065OPTA" + relation = { + who = FROM + value = -100 + } + leave_alliance = FROM + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + FROM = { + badboy = 2 + country_event = 800064 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + is_greater_power = no + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.2 + war_policy = pro_military + } + modifier = { + factor = 0.5 + FROM = { is_greater_power = yes } + is_greater_power = no + } + } + } + option = { + name = "EVT800065OPTB" + leave_alliance = FROM + relation = { + who = FROM + value = -50 + } + FROM = { + badboy = 1 + country_event = 800064 + } + ai_chance = { + factor = 30 + modifier = { + factor = 1.5 + FROM = { is_greater_power = yes } + is_greater_power = no + } + modifier = { + factor = 0.5 + is_greater_power = yes + } + } + } + option = { + name = "EVT800065OPTC" + prestige = -5 + relation = { + who = FROM + value = -25 + } + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + FROM = { is_greater_power = yes } + is_greater_power = no + } + modifier = { + factor = 0.25 + is_greater_power = yes + } + modifier = { + factor = 2 + war_policy = pacifism + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + } + } +} diff --git a/HPM/events/SPAFlavor.txt b/HPM/events/SPAFlavor.txt index eb757c99..cc0d99be 100644 --- a/HPM/events/SPAFlavor.txt +++ b/HPM/events/SPAFlavor.txt @@ -1,4556 +1,4555 @@ country_event = { - id = 37700 - news = yes - news_desc_long = "EVTDESC37700_NEWS_LONG" - news_desc_medium = "EVTDESC37700_NEWS_MEDIUM" - news_desc_short = "EVTDESC37700_NEWS_SHORT" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1837 - NOT = { year = 1840 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME37700" - desc = "EVTDESC37700" - picture = "Upperhouse" - - option = { - name = "EVTOPTA37700" - clergymen = { - scaled_militancy = { - factor = -2 - ideology = conservative - } - } - clergymen = { - scaled_militancy = { - factor = -3 - ideology = reactionary - } - } - aristocrats = { - scaled_militancy = { - factor = -2 - ideology = conservative - } - } - aristocrats = { - scaled_militancy = { - factor = -3 - ideology = reactionary - } - } - } - - option = { - name = "EVTOPTB37700" - clergymen = { - scaled_militancy = { - factor = 2 - ideology = conservative - } - } - clergymen = { - scaled_militancy = { - factor = 3 - ideology = reactionary - } - } - clergymen = { - scaled_consciousness = { - factor = 2 - ideology = conservative - } - } - clergymen = { - scaled_consciousness = { - factor = 3 - ideology = reactionary - } - } - aristocrats = { - scaled_militancy = { - factor = 2 - ideology = conservative - } - } - aristocrats = { - scaled_militancy = { - factor = 3 - ideology = reactionary - } - } - aristocrats = { - scaled_consciousness = { - factor = 2 - ideology = conservative - } - } - aristocrats = { - scaled_consciousness = { - factor = 3 - ideology = reactionary - } - } - } + id = 37700 + news = yes + news_desc_long = "EVTDESC37700_NEWS_LONG" + news_desc_medium = "EVTDESC37700_NEWS_MEDIUM" + news_desc_short = "EVTDESC37700_NEWS_SHORT" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1837 + NOT = { year = 1840 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME37700" + desc = "EVTDESC37700" + picture = "Upperhouse" + + option = { + name = "EVTOPTA37700" + clergymen = { + scaled_militancy = { + factor = -2 + ideology = conservative + } + } + clergymen = { + scaled_militancy = { + factor = -3 + ideology = reactionary + } + } + aristocrats = { + scaled_militancy = { + factor = -2 + ideology = conservative + } + } + aristocrats = { + scaled_militancy = { + factor = -3 + ideology = reactionary + } + } + } + + option = { + name = "EVTOPTB37700" + clergymen = { + scaled_militancy = { + factor = 2 + ideology = conservative + } + } + clergymen = { + scaled_militancy = { + factor = 3 + ideology = reactionary + } + } + clergymen = { + scaled_consciousness = { + factor = 2 + ideology = conservative + } + } + clergymen = { + scaled_consciousness = { + factor = 3 + ideology = reactionary + } + } + aristocrats = { + scaled_militancy = { + factor = 2 + ideology = conservative + } + } + aristocrats = { + scaled_militancy = { + factor = 3 + ideology = reactionary + } + } + aristocrats = { + scaled_consciousness = { + factor = 2 + ideology = conservative + } + } + aristocrats = { + scaled_consciousness = { + factor = 3 + ideology = reactionary + } + } + } } country_event = { - id = 37701 - news = yes - news_desc_long = "EVTDESC37701_NEWS_LONG" - news_desc_medium = "EVTDESC37701_NEWS_MEDIUM" - news_desc_short = "EVTDESC37701_NEWS_SHORT" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1851 - owns = 2209 #Havana - NOT = { - year = 1854 - war_with = USA - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1852 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1853 - } - } - - title = "EVTNAME37701" - desc = "EVTDESC37701" - picture = "Execution" - - option = { - name = "EVTOPTA37701" - relation = { who = USA value = -50 } - } + id = 37701 + news = yes + news_desc_long = "EVTDESC37701_NEWS_LONG" + news_desc_medium = "EVTDESC37701_NEWS_MEDIUM" + news_desc_short = "EVTDESC37701_NEWS_SHORT" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1851 + owns = 2209 #Havana + NOT = { + year = 1854 + war_with = USA + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1852 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1853 + } + } + + title = "EVTNAME37701" + desc = "EVTDESC37701" + picture = "Execution" + + option = { + name = "EVTOPTA37701" + relation = { who = USA value = -50 } + } } country_event = { - id = 37702 - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1851 - owns = 2209 #Havana - NOT = { - year = 1885 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1886 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - title = "EVTNAME37702" - desc = "EVTDESC37702" - picture = "Cubanrebels" - - option = { - name = "EVTOPTA37702" - relation = { who = USA value = -75 } - SPA_2209 = { - any_pop = { - limit = { - has_pop_culture = caribeno - } - militancy = 3 - } - any_pop = { - limit = { - has_pop_culture = afro_caribeno - } - militancy = 3 - } - any_pop = { - limit = { - has_pop_culture = caribeno - } - consciousness = 3 - } - any_pop = { - limit = { - has_pop_culture = afro_caribeno - } - consciousness = 3 - } - } - } + id = 37702 + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1851 + owns = 2209 #Havana + NOT = { + year = 1885 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1886 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + title = "EVTNAME37702" + desc = "EVTDESC37702" + picture = "Cubanrebels" + + option = { + name = "EVTOPTA37702" + relation = { who = USA value = -75 } + SPA_2209 = { + any_pop = { + limit = { + has_pop_culture = caribeno + } + militancy = 3 + } + any_pop = { + limit = { + has_pop_culture = afro_caribeno + } + militancy = 3 + } + any_pop = { + limit = { + has_pop_culture = caribeno + } + consciousness = 3 + } + any_pop = { + limit = { + has_pop_culture = afro_caribeno + } + consciousness = 3 + } + } + } } country_event = { - id = 37706 - news = yes - news_desc_long = "EVTDESC37706_NEWS_LONG" - news_desc_medium = "EVTDESC37706_NEWS_MEDIUM" - news_desc_short = "EVTDESC37706_NEWS_SHORT" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1907 - expressionism = 1 - NOT = { - year = 1915 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1908 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1910 - } - } - - title = "EVTNAME37706" - desc = "EVTDESC37706" - picture = "picaso" - - option = { - name = "EVTOPTA37706" - prestige = 10 - } + id = 37706 + news = yes + news_desc_long = "EVTDESC37706_NEWS_LONG" + news_desc_medium = "EVTDESC37706_NEWS_MEDIUM" + news_desc_short = "EVTDESC37706_NEWS_SHORT" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1907 + expressionism = 1 + NOT = { + year = 1915 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1908 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1910 + } + } + + title = "EVTNAME37706" + desc = "EVTDESC37706" + picture = "picaso" + + option = { + name = "EVTOPTA37706" + prestige = 10 + } } #Madoz's Confiscations country_event = { - id = 37707 - title = "EVTNAME37707" - desc = "EVTDESC37707" - picture = "charity_home_spain" - - trigger = { - OR = { - tag = SPA - tag = SPC - } - year = 1854 - government = hms_government - NOT = { year = 1858 } - NOT = { money = 30000 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1855 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1856 - } - } - - option = { - name = "EVTOPTA37707" - treasury = 10000 - farmers = { militancy = 2 consciousness = 2 } - } - - option = { - name = "EVTOPTB37707" - aristocrats = { scaled_militancy = { factor = 2 ideology = conservative } } - aristocrats = { scaled_militancy = { factor = 3 ideology = reactionary } } - aristocrats = { scaled_consciousness = { factor = 2 ideology = conservative } } - aristocrats = { scaled_consciousness = { factor = 3 ideology = reactionary } } - } - - option = { - name = "EVTOPTC37707" - treasury = 10000 - aristocrats = { militancy = 3 consciousness = 4 money = -100 } - capitalists = { militancy = 3 consciousness = 4 money = -100 } - } + id = 37707 + title = "EVTNAME37707" + desc = "EVTDESC37707" + picture = "charity_home_spain" + + trigger = { + OR = { + tag = SPA + tag = SPC + } + year = 1854 + government = hms_government + NOT = { year = 1858 } + NOT = { money = 30000 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1855 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1856 + } + } + + option = { + name = "EVTOPTA37707" + treasury = 10000 + farmers = { militancy = 2 consciousness = 2 } + } + + option = { + name = "EVTOPTB37707" + aristocrats = { scaled_militancy = { factor = 2 ideology = conservative } } + aristocrats = { scaled_militancy = { factor = 3 ideology = reactionary } } + aristocrats = { scaled_consciousness = { factor = 2 ideology = conservative } } + aristocrats = { scaled_consciousness = { factor = 3 ideology = reactionary } } + } + + option = { + name = "EVTOPTC37707" + treasury = 10000 + aristocrats = { militancy = 3 consciousness = 4 money = -100 } + capitalists = { militancy = 3 consciousness = 4 money = -100 } + } } #La Guardia Civil - Redundant considering it is established through decision #country_event = { # -# id = 37708 -# title = "EVTNAME37708" -# desc = "EVTDESC37708" -# picture = "Administration" -# -# trigger = { -# OR = { -# tag = SPA -# tag = SPC -# } -# year = 1842 -# NOT = { year = 1846 } -# } -# -# fire_only_once = yes +# id = 37708 +# title = "EVTNAME37708" +# desc = "EVTDESC37708" +# picture = "Administration" +# +# trigger = { +# OR = { +# tag = SPA +# tag = SPC +# } +# year = 1842 +# NOT = { year = 1846 } +# } +# +# fire_only_once = yes # -# mean_time_to_happen = { -# months = 5 +# mean_time_to_happen = { +# months = 5 # -# modifier = { -# factor = 0.75 #increase likelihood to happen -# year = 1855 -# } +# modifier = { +# factor = 0.75 #increase likelihood to happen +# year = 1855 +# } # -# modifier = { -# factor = 0.95 #increase likelihood to happen -# year = 1856 -# } -# } -# option = { -# name = "EVTOPTA37708" -# officers = { militancy = 1 consciousness = 1 } -# soldiers = { militancy = 1 consciousness = 1 } -# artisans = { militancy = -1 consciousness = -1 } -# craftsmen = { militancy = -1 consciousness = -1 } -# } +# modifier = { +# factor = 0.95 #increase likelihood to happen +# year = 1856 +# } +# } +# option = { +# name = "EVTOPTA37708" +# officers = { militancy = 1 consciousness = 1 } +# soldiers = { militancy = 1 consciousness = 1 } +# artisans = { militancy = -1 consciousness = -1 } +# craftsmen = { militancy = -1 consciousness = -1 } +# } # -# option = { -# name = "EVTOPTB37708" -# officers = { militancy = -1 consciousness = -1 } -# soldiers = { militancy = -1 consciousness = -1 } -# artisans = { militancy = 1 consciousness = 1 } -# craftsmen = { militancy = 1 consciousness = 1 } -# } +# option = { +# name = "EVTOPTB37708" +# officers = { militancy = -1 consciousness = -1 } +# soldiers = { militancy = -1 consciousness = -1 } +# artisans = { militancy = 1 consciousness = 1 } +# craftsmen = { militancy = 1 consciousness = 1 } +# } #} #Carlist/Christino War Events country_event = { - id = 37710 - title = "EVTNAME37710" #Carlism Prevails - desc = "EVTDESC37710" - picture = "carlists" - - is_triggered_only = yes - - option = { - name = "EVT37710OPTA" - prestige = -25 - set_country_flag = carlism_prevails - remove_country_modifier = la_guardia_civil - - - add_country_modifier = { - name = national_confusion - duration = 365 - } - set_variable = { - which = carlist_provinces - value = 0 - } - set_variable = { - which = christino_provinces - value = 0 - } - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = reactionary } - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = reactionary - } - } - ideology = { factor = 0.1 value = reactionary } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -8 - } - scaled_militancy = { - ideology = conservative - factor = -3 - } - scaled_militancy = { - ideology = liberal - factor = 8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 3 - } - } - any_owned = { - remove_province_modifier = carlist_sympathies - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - leave_alliance = THIS - country_event = 800055 - } - random_country = { - limit = { - tag = SIC - government = absolute_monarchy - } - relation = { - who = THIS - value = 100 - } - THIS = { - diplomatic_influence = { - who = SIC - value = 100 - } - } - } - any_country = { - limit = { - neighbour = THIS - NOT = { government = absolute_monarchy } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - } - } + id = 37710 + title = "EVTNAME37710" #Carlism Prevails + desc = "EVTDESC37710" + picture = "carlists" + + is_triggered_only = yes + + option = { + name = "EVT37710OPTA" + prestige = -25 + set_country_flag = carlism_prevails + remove_country_modifier = la_guardia_civil + + + add_country_modifier = { + name = national_confusion + duration = 365 + } + set_variable = { + which = carlist_provinces + value = 0 + } + set_variable = { + which = christino_provinces + value = 0 + } + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = reactionary } + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = reactionary + } + } + ideology = { factor = 0.1 value = reactionary } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -8 + } + scaled_militancy = { + ideology = conservative + factor = -3 + } + scaled_militancy = { + ideology = liberal + factor = 8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 3 + } + } + any_owned = { + remove_province_modifier = carlist_sympathies + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + leave_alliance = THIS + country_event = 800055 + } + random_country = { + limit = { + tag = SIC + government = absolute_monarchy + } + relation = { + who = THIS + value = 100 + } + THIS = { + diplomatic_influence = { + who = SIC + value = 100 + } + } + } + any_country = { + limit = { + neighbour = THIS + NOT = { government = absolute_monarchy } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + } + } } country_event = { - id = 37711 - title = "EVTNAME37711" #The Carlist War - desc = "EVTDESC37711" - picture = "carlists" - news = yes - news_title = "EVTNAME37711_NEWS_TITLE" - news_desc_long = "EVTDESC37711_NEWS_LONG" - news_desc_medium = "EVTDESC37711_NEWS_MEDIUM" - news_desc_short = "EVTDESC37711_NEWS_SHORT" - - fire_only_once = yes - - trigger = { - tag = SPA - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT37711OPTA" - set_country_flag = carlist_war - any_owned = { - limit = { - OR = { - controlled_by = REB - region = SPA_474 - province_id = 477 - province_id = 480 - province_id = 495 - province_id = 485 - province_id = 509 - } - } - any_pop = { - ideology = { - value = conservative - factor = 0.6 - } - ideology = { - value = reactionary - factor = 0.3 - } - } - } - any_owned = { - limit = { - OR = { - province_id = 492 - province_id = 493 - province_id = 497 - province_id = 499 - province_id = 500 - province_id = 501 - } - } - add_province_modifier = { - name = carlist_sympathies - duration = -1 - } - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - } - } - militancy = 5 - consciousness = 5 - ideology = { - value = reactionary - factor = 0.3 - } - } - } - set_variable = { - which = carlist_provinces - value = 6 - } - define_general = { - name = "Baldomero Espartero" - personality = unflinching - background = natural_born_leader - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT37711OPTB" - any_owned = { - limit = { - OR = { - controlled_by = REB - region = SPA_474 - province_id = 477 - province_id = 480 - province_id = 495 - province_id = 485 - province_id = 509 - } - } - any_pop = { - ideology = { - value = conservative - factor = 0.6 - } - ideology = { - value = reactionary - factor = 0.3 - } - } - } - all_core = { - remove_core = SPA - add_core = SPC - } - change_tag = SPC - government = absolute_monarchy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_owned = { - limit = { controlled_by = REB } - change_controller = THIS - any_pop = { - militancy = -8 - ideology = { - value = reactionary - factor = 0.3 - } - } - } - set_variable = { - which = christino_provinces - value = 5 - } - any_owned = { - limit = { - OR = { - province_id = 510 #Cordoba - province_id = 513 #Grenada - province_id = 491 #Ciudad Real - province_id = 506 #Cartagena - province_id = 516 #Jaen - } - } - add_province_modifier = { - name = christino_sympathies - duration = -1 - } - state_scope = { - any_pop = { - ideology = { - value = liberal - factor = 0.30 - } - scaled_militancy = { - ideology = liberal - factor = 8 - } - } - } - } - define_general = { - name = "Tomás de Zumalacárregui" - personality = deeply_religious - background = innovative_tactician - } - country_event = 37710 - ai_chance = { - factor = 0 - } - } + id = 37711 + title = "EVTNAME37711" #The Carlist War + desc = "EVTDESC37711" + picture = "carlists" + news = yes + news_title = "EVTNAME37711_NEWS_TITLE" + news_desc_long = "EVTDESC37711_NEWS_LONG" + news_desc_medium = "EVTDESC37711_NEWS_MEDIUM" + news_desc_short = "EVTDESC37711_NEWS_SHORT" + + fire_only_once = yes + + trigger = { + tag = SPA + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT37711OPTA" + set_country_flag = carlist_war + any_owned = { + limit = { + OR = { + controlled_by = REB + region = SPA_474 + province_id = 477 + province_id = 480 + province_id = 495 + province_id = 485 + province_id = 509 + } + } + any_pop = { + ideology = { + value = conservative + factor = 0.6 + } + ideology = { + value = reactionary + factor = 0.3 + } + } + } + any_owned = { + limit = { + OR = { + province_id = 492 + province_id = 493 + province_id = 497 + province_id = 499 + province_id = 500 + province_id = 501 + } + } + add_province_modifier = { + name = carlist_sympathies + duration = -1 + } + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + } + } + militancy = 5 + consciousness = 5 + ideology = { + value = reactionary + factor = 0.3 + } + } + } + set_variable = { + which = carlist_provinces + value = 6 + } + define_general = { + name = "Baldomero Espartero" + personality = unflinching + background = natural_born_leader + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT37711OPTB" + any_owned = { + limit = { + OR = { + controlled_by = REB + region = SPA_474 + province_id = 477 + province_id = 480 + province_id = 495 + province_id = 485 + province_id = 509 + } + } + any_pop = { + ideology = { + value = conservative + factor = 0.6 + } + ideology = { + value = reactionary + factor = 0.3 + } + } + } + all_core = { + remove_core = SPA + add_core = SPC + } + change_tag = SPC + government = absolute_monarchy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_owned = { + limit = { controlled_by = REB } + change_controller = THIS + any_pop = { + militancy = -8 + ideology = { + value = reactionary + factor = 0.3 + } + } + } + set_variable = { + which = christino_provinces + value = 5 + } + any_owned = { + limit = { + OR = { + province_id = 510 #Cordoba + province_id = 513 #Grenada + province_id = 491 #Ciudad Real + province_id = 506 #Cartagena + province_id = 516 #Jaen + } + } + add_province_modifier = { + name = christino_sympathies + duration = -1 + } + state_scope = { + any_pop = { + ideology = { + value = liberal + factor = 0.30 + } + scaled_militancy = { + ideology = liberal + factor = 8 + } + } + } + } + define_general = { + name = "Tomás de Zumalacárregui" + personality = deeply_religious + background = innovative_tactician + } + country_event = 37710 + ai_chance = { + factor = 0 + } + } } country_event = { - id = 37712 - title = "EVTNAME37712" #The Carlists Defeated! - desc = "EVTDESC37712" - picture = "carlist_defeat" - - trigger = { - tag = SPA - has_country_flag = carlist_war - NOT = { any_core = { country_units_in_province = REB } } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT37712OPTA" - clr_country_flag = carlist_war - random_owned = { - limit = { owner = { has_country_flag = 2nd_carlist_war NOT = { has_country_flag = 3rd_carlist_war } } } - owner = { set_country_flag = 3rd_carlist_war } - } - random_owned = { - limit = { owner = { has_country_flag = 1st_carlist_war NOT = { has_country_flag = 2nd_carlist_war } } } - owner = { set_country_flag = 2nd_carlist_war } - } - random_owned = { limit = { owner = { NOT = { has_country_flag = 1st_carlist_war } } } owner = { set_country_flag = 1st_carlist_war } } - remove_accepted_culture = basque - any_owned = { - remove_province_modifier = carlist_sympathies - } - set_variable = { - which = carlist_provinces - value = 0 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 4 - } - } - } + id = 37712 + title = "EVTNAME37712" #The Carlists Defeated! + desc = "EVTDESC37712" + picture = "carlist_defeat" + + trigger = { + tag = SPA + has_country_flag = carlist_war + NOT = { any_core = { country_units_in_province = REB } } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT37712OPTA" + clr_country_flag = carlist_war + random_owned = { + limit = { owner = { has_country_flag = 2nd_carlist_war NOT = { has_country_flag = 3rd_carlist_war } } } + owner = { set_country_flag = 3rd_carlist_war } + } + random_owned = { + limit = { owner = { has_country_flag = 1st_carlist_war NOT = { has_country_flag = 2nd_carlist_war } } } + owner = { set_country_flag = 2nd_carlist_war } + } + random_owned = { limit = { owner = { NOT = { has_country_flag = 1st_carlist_war } } } owner = { set_country_flag = 1st_carlist_war } } + remove_accepted_culture = basque + any_owned = { + remove_province_modifier = carlist_sympathies + } + set_variable = { + which = carlist_provinces + value = 0 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 4 + } + } + } } country_event = { - id = 37713 - title = "EVTNAME37713" #Return of the Carlists - desc = "EVTDESC37713" - news = yes - news_desc_long = "EVTDESC37713_NEWS_LONG" - news_desc_medium = "EVTDESC37713_NEWS_MEDIUM" - news_desc_short = "EVTDESC37713_NEWS_SHORT" - picture = "carlists" - - trigger = { - tag = SPA - NOT = { has_global_flag = carlists_pacified } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - NOT = { - any_owned_province = { has_province_modifier = carlist_sympathies } - } - any_owned_province = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - region = SPA_492 - AND = { - reactionary = 25 - NOT = { region = SPA_487 } - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - reactionary = 25 - } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - reactionary = 25 - } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - reactionary = 25 - } - average_militancy = 5 - } - } - modifier = { - factor = 0.5 - any_owned_province = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - reactionary = 25 - } - average_militancy = 6 - } - } - modifier = { - factor = 0.4 - OR = { - has_country_flag = king_leopold_rules - has_country_flag = king_amadeo_rules - has_country_flag = first_spanish_republic - } - } - modifier = { - factor = 3 - has_country_modifier = spanish_restoration - } - modifier = { - factor = 1.5 - has_country_flag = 1st_carlist_war - } - modifier = { - factor = 1.5 - has_country_flag = 2nd_carlist_war - } - modifier = { - factor = 1.5 - has_country_flag = 3rd_carlist_war - } - } - - immediate = { - change_variable = { - which = carlist_provinces - value = 1 - } - } - - option = { - name = "EVT37713OPTA" - prestige = -2 - random_owned = { - limit = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - region = SPA_492 - AND = { - reactionary = 25 - NOT = { region = SPA_487 } - } - } - } - add_province_modifier = { - name = carlist_sympathies - duration = -1 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - } - } - } - - option = { - name = "EVT37713OPTB" - random_owned = { - limit = { - is_colonial = no - is_core = THIS - OR = { - culture = basque - culture = catalan - region = SPA_492 - AND = { - reactionary = 25 - NOT = { region = SPA_487 } - } - } - } - add_province_modifier = { - name = carlist_sympathies - duration = -1 - } - any_pop = { - ideology = { - value = reactionary - factor = 0.3 - } - } - state_scope = { - any_pop = { - ideology = { - value = reactionary - factor = 0.1 - } - } - } - } - } + id = 37713 + title = "EVTNAME37713" #Return of the Carlists + desc = "EVTDESC37713" + news = yes + news_desc_long = "EVTDESC37713_NEWS_LONG" + news_desc_medium = "EVTDESC37713_NEWS_MEDIUM" + news_desc_short = "EVTDESC37713_NEWS_SHORT" + picture = "carlists" + + trigger = { + tag = SPA + NOT = { has_global_flag = carlists_pacified } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + NOT = { + any_owned_province = { has_province_modifier = carlist_sympathies } + } + any_owned_province = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + region = SPA_492 + AND = { + reactionary = 25 + NOT = { region = SPA_487 } + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + reactionary = 25 + } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + reactionary = 25 + } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + reactionary = 25 + } + average_militancy = 5 + } + } + modifier = { + factor = 0.5 + any_owned_province = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + reactionary = 25 + } + average_militancy = 6 + } + } + modifier = { + factor = 0.4 + OR = { + has_country_flag = king_leopold_rules + has_country_flag = king_amadeo_rules + has_country_flag = first_spanish_republic + } + } + modifier = { + factor = 3 + has_country_modifier = spanish_restoration + } + modifier = { + factor = 1.5 + has_country_flag = 1st_carlist_war + } + modifier = { + factor = 1.5 + has_country_flag = 2nd_carlist_war + } + modifier = { + factor = 1.5 + has_country_flag = 3rd_carlist_war + } + } + + immediate = { + change_variable = { + which = carlist_provinces + value = 1 + } + } + + option = { + name = "EVT37713OPTA" + prestige = -2 + random_owned = { + limit = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + region = SPA_492 + AND = { + reactionary = 25 + NOT = { region = SPA_487 } + } + } + } + add_province_modifier = { + name = carlist_sympathies + duration = -1 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + } + } + } + + option = { + name = "EVT37713OPTB" + random_owned = { + limit = { + is_colonial = no + is_core = THIS + OR = { + culture = basque + culture = catalan + region = SPA_492 + AND = { + reactionary = 25 + NOT = { region = SPA_487 } + } + } + } + add_province_modifier = { + name = carlist_sympathies + duration = -1 + } + any_pop = { + ideology = { + value = reactionary + factor = 0.3 + } + } + state_scope = { + any_pop = { + ideology = { + value = reactionary + factor = 0.1 + } + } + } + } + } } province_event = { - id = 37743 - title = "EVTNAME37743" #Carlist Propaganda - desc = "EVTDESC37743" - - trigger = { - owner = { - tag = SPA - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - NOT = { has_global_flag = carlists_pacified } - any_neighbor_province = { has_province_modifier = carlist_sympathies } - NOT = { has_province_modifier = carlist_sympathies } - NOT = { region = SPA_487 } - is_core = SPA - is_colonial = no - controlled_by = SPA - NOT = { reactionary = 30 } - any_pop = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - AND = { - is_culture_group = iberian - has_pop_religion = catholic - militancy = 3 - } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - OR = { - culture = basque - culture = catalan - } - } - modifier = { - factor = 2.5 - owner = { - check_variable = { - which = carlist_provinces - value = 9 - } - } - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0.8 - reactionary = 30 - } - modifier = { - factor = 0.8 - reactionary = 40 - } - modifier = { - factor = 0.8 - reactionary = 50 - } - modifier = { - factor = 1.2 - liberal = 20 - } - modifier = { - factor = 1.2 - liberal = 30 - } - modifier = { - factor = 1.2 - liberal = 40 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 0.7 - average_militancy = 6 - } - modifier = { - factor = 0.8 - owner = { - OR = { - has_country_flag = king_leopold_rules - has_country_flag = king_amadeo_rules - has_country_flag = first_spanish_republic - } - } - } - modifier = { - factor = 3 - owner = { has_country_modifier = spanish_restoration } - } - modifier = { - factor = 0.2 - owner = { has_country_flag = carlist_war } - } - } - - option = { - name = "EVT37743OPTA" - owner = { prestige = -2 } - random_pop = { - limit = { - OR = { - culture = basque - culture = catalan - militancy = 3 - } - } - reduce_pop = 0.99 - militancy = 6 - } - poor_strata = { - limit = { is_culture_group = iberian } - militancy = 4 - consciousness = 2 - ideology = { - value = reactionary - factor = 0.05 - } - } - } - - option = { - name = "EVT37743OPTB" - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - AND = { - is_culture_group = iberian - has_pop_religion = catholic - militancy = 3 - } - } - } - ideology = { - value = reactionary - factor = 0.2 - } - } - state_scope = { - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - AND = { - is_culture_group = iberian - has_pop_religion = catholic - militancy = 3 - } - } - } - consciousness = 2 - ideology = { - value = reactionary - factor = 0.1 - } - } - } - } + id = 37743 + title = "EVTNAME37743" #Carlist Propaganda + desc = "EVTDESC37743" + + trigger = { + owner = { + tag = SPA + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + NOT = { has_global_flag = carlists_pacified } + any_neighbor_province = { has_province_modifier = carlist_sympathies } + NOT = { has_province_modifier = carlist_sympathies } + NOT = { region = SPA_487 } + is_core = SPA + is_colonial = no + controlled_by = SPA + NOT = { reactionary = 30 } + any_pop = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + AND = { + is_culture_group = iberian + has_pop_religion = catholic + militancy = 3 + } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + OR = { + culture = basque + culture = catalan + } + } + modifier = { + factor = 2.5 + owner = { + check_variable = { + which = carlist_provinces + value = 9 + } + } + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0.8 + reactionary = 30 + } + modifier = { + factor = 0.8 + reactionary = 40 + } + modifier = { + factor = 0.8 + reactionary = 50 + } + modifier = { + factor = 1.2 + liberal = 20 + } + modifier = { + factor = 1.2 + liberal = 30 + } + modifier = { + factor = 1.2 + liberal = 40 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 0.7 + average_militancy = 6 + } + modifier = { + factor = 0.8 + owner = { + OR = { + has_country_flag = king_leopold_rules + has_country_flag = king_amadeo_rules + has_country_flag = first_spanish_republic + } + } + } + modifier = { + factor = 3 + owner = { has_country_modifier = spanish_restoration } + } + modifier = { + factor = 0.2 + owner = { has_country_flag = carlist_war } + } + } + + option = { + name = "EVT37743OPTA" + owner = { prestige = -2 } + random_pop = { + limit = { + OR = { + culture = basque + culture = catalan + militancy = 3 + } + } + reduce_pop = 0.99 + militancy = 6 + } + poor_strata = { + limit = { is_culture_group = iberian } + militancy = 4 + consciousness = 2 + ideology = { + value = reactionary + factor = 0.05 + } + } + } + + option = { + name = "EVT37743OPTB" + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + AND = { + is_culture_group = iberian + has_pop_religion = catholic + militancy = 3 + } + } + } + ideology = { + value = reactionary + factor = 0.2 + } + } + state_scope = { + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + AND = { + is_culture_group = iberian + has_pop_religion = catholic + militancy = 3 + } + } + } + consciousness = 2 + ideology = { + value = reactionary + factor = 0.1 + } + } + } + } } - + province_event = { - id = 37714 - title = "EVTNAME37714" #Carlist Sympathies - desc = "EVTDESC37714" - - trigger = { - NOT = { has_global_flag = carlists_pacified } - owner = { - tag = SPA - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - NOT = { - check_variable = { - which = carlist_provinces - value = 10 - } - } - } - any_neighbor_province = { has_province_modifier = carlist_sympathies } - NOT = { has_province_modifier = carlist_sympathies } - is_core = SPA - is_colonial = no - controlled_by = SPA - OR = { - reactionary = 30 - AND = { - reactionary = 20 - average_militancy = 4 - } - AND = { - culture = basque - average_militancy = 4 - } - AND = { - culture = catalan - average_militancy = 4 - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 2 - owner = { has_country_modifier = rebel_cell_discovered } - } - modifier = { - factor = 1.5 - owner = { - check_variable = { - which = carlist_provinces - value = 5 - } - } - } - modifier = { - factor = 2 - owner = { - check_variable = { - which = carlist_provinces - value = 8 - } - } - } - modifier = { - factor = 0.8 - owner = { - NOT = { - check_variable = { - which = carlist_provinces - value = 3 - } - } - } - } - modifier = { - factor = 0.8 - OR = { - culture = basque - culture = catalan - } - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 0.8 - reactionary = 30 - } - modifier = { - factor = 0.8 - reactionary = 40 - } - modifier = { - factor = 0.8 - reactionary = 50 - } - modifier = { - factor = 1.2 - liberal = 20 - } - modifier = { - factor = 1.2 - liberal = 30 - } - modifier = { - factor = 1.2 - liberal = 40 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 0.7 - average_militancy = 6 - } - modifier = { - factor = 0.8 - owner = { - OR = { - has_country_flag = king_leopold_rules - has_country_flag = king_amadeo_rules - has_country_flag = first_spanish_republic - } - } - } - modifier = { - factor = 3 - owner = { has_country_modifier = spanish_restoration } - } - modifier = { - factor = 0.2 - owner = { has_country_flag = carlist_war } - } - } - - option = { - name = "EVT37714OPTA" - add_province_modifier = { - name = carlist_sympathies - duration = -1 - } - owner = { - change_variable = { - which = carlist_provinces - value = 1 - } - } - } + id = 37714 + title = "EVTNAME37714" #Carlist Sympathies + desc = "EVTDESC37714" + + trigger = { + NOT = { has_global_flag = carlists_pacified } + owner = { + tag = SPA + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + NOT = { + check_variable = { + which = carlist_provinces + value = 10 + } + } + } + any_neighbor_province = { has_province_modifier = carlist_sympathies } + NOT = { has_province_modifier = carlist_sympathies } + is_core = SPA + is_colonial = no + controlled_by = SPA + OR = { + reactionary = 30 + AND = { + reactionary = 20 + average_militancy = 4 + } + AND = { + culture = basque + average_militancy = 4 + } + AND = { + culture = catalan + average_militancy = 4 + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 2 + owner = { has_country_modifier = rebel_cell_discovered } + } + modifier = { + factor = 1.5 + owner = { + check_variable = { + which = carlist_provinces + value = 5 + } + } + } + modifier = { + factor = 2 + owner = { + check_variable = { + which = carlist_provinces + value = 8 + } + } + } + modifier = { + factor = 0.8 + owner = { + NOT = { + check_variable = { + which = carlist_provinces + value = 3 + } + } + } + } + modifier = { + factor = 0.8 + OR = { + culture = basque + culture = catalan + } + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 0.8 + reactionary = 30 + } + modifier = { + factor = 0.8 + reactionary = 40 + } + modifier = { + factor = 0.8 + reactionary = 50 + } + modifier = { + factor = 1.2 + liberal = 20 + } + modifier = { + factor = 1.2 + liberal = 30 + } + modifier = { + factor = 1.2 + liberal = 40 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 0.7 + average_militancy = 6 + } + modifier = { + factor = 0.8 + owner = { + OR = { + has_country_flag = king_leopold_rules + has_country_flag = king_amadeo_rules + has_country_flag = first_spanish_republic + } + } + } + modifier = { + factor = 3 + owner = { has_country_modifier = spanish_restoration } + } + modifier = { + factor = 0.2 + owner = { has_country_flag = carlist_war } + } + } + + option = { + name = "EVT37714OPTA" + add_province_modifier = { + name = carlist_sympathies + duration = -1 + } + owner = { + change_variable = { + which = carlist_provinces + value = 1 + } + } + } } province_event = { - id = 37715 - title = "EVTNAME37715" #Carlist Cell Discovered! - desc = "EVTDESC37715" - - trigger = { - owner = { tag = SPA } - has_province_modifier = carlist_sympathies - controlled_by = SPA - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - owner = { has_country_modifier = rebel_cell_discovered } - } - modifier = { - factor = 0.8 - owner = { - check_variable = { - which = carlist_provinces - value = 5 - } - } - } - modifier = { - factor = 0.8 - owner = { - check_variable = { - which = carlist_provinces - value = 8 - } - } - } - modifier = { - factor = 2 - culture = basque - } - modifier = { - factor = 1.2 - culture = catalan - } - modifier = { - factor = 3 - NOT = { - any_neighbor_province = { - is_core = SPA - NOT = { has_province_modifier = carlist_sympathies } - } - } - } - modifier = { - factor = 0.8 - liberal = 20 - } - modifier = { - factor = 0.8 - liberal = 30 - } - modifier = { - factor = 0.8 - liberal = 40 - } - modifier = { - factor = 1.2 - reactionary = 20 - } - modifier = { - factor = 1.2 - reactionary = 30 - } - modifier = { - factor = 1.2 - reactionary = 40 - } - modifier = { - factor = 1.2 - reactionary = 50 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 0.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.5 - country_units_in_province = SPA - } - modifier = { - factor = 0.4 - owner = { has_country_flag = carlist_war } - } - modifier = { - factor = 0.4 - owner = { has_country_modifier = spanish_restoration } - } - } - - option = { - name = "EVT37715OPTA" - remove_province_modifier = carlist_sympathies - any_pop = { - militancy = -5 - } - owner = { - add_country_modifier = { - name = rebel_cell_discovered - duration = 180 - } - change_variable = { - which = carlist_provinces - value = -1 - } - } - } -} + id = 37715 + title = "EVTNAME37715" #Carlist Cell Discovered! + desc = "EVTDESC37715" + + trigger = { + owner = { tag = SPA } + has_province_modifier = carlist_sympathies + controlled_by = SPA + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + owner = { has_country_modifier = rebel_cell_discovered } + } + modifier = { + factor = 0.8 + owner = { + check_variable = { + which = carlist_provinces + value = 5 + } + } + } + modifier = { + factor = 0.8 + owner = { + check_variable = { + which = carlist_provinces + value = 8 + } + } + } + modifier = { + factor = 2 + culture = basque + } + modifier = { + factor = 1.2 + culture = catalan + } + modifier = { + factor = 3 + NOT = { + any_neighbor_province = { + is_core = SPA + NOT = { has_province_modifier = carlist_sympathies } + } + } + } + modifier = { + factor = 0.8 + liberal = 20 + } + modifier = { + factor = 0.8 + liberal = 30 + } + modifier = { + factor = 0.8 + liberal = 40 + } + modifier = { + factor = 1.2 + reactionary = 20 + } + modifier = { + factor = 1.2 + reactionary = 30 + } + modifier = { + factor = 1.2 + reactionary = 40 + } + modifier = { + factor = 1.2 + reactionary = 50 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 0.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.5 + country_units_in_province = SPA + } + modifier = { + factor = 0.4 + owner = { has_country_flag = carlist_war } + } + modifier = { + factor = 0.4 + owner = { has_country_modifier = spanish_restoration } + } + } + + option = { + name = "EVT37715OPTA" + remove_province_modifier = carlist_sympathies + any_pop = { + militancy = -5 + } + owner = { + add_country_modifier = { + name = rebel_cell_discovered + duration = 180 + } + change_variable = { + which = carlist_provinces + value = -1 + } + } + } +} country_event = { - id = 37716 - title = "EVTNAME37716" #The Christinos Prevail! - desc = "EVTDESC37716" - picture = "carlists" - - is_triggered_only = yes - - option = { - name = "EVT37716OPTA" - prestige = -25 - clr_country_flag = carlism_prevails - - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_owned = { - remove_province_modifier = christino_sympathies - } - capital_scope = { - any_pop = { - ideology = { factor = 0.1 value = liberal } - } - } - set_variable = { - which = carlist_provinces - value = 0 - } - set_variable = { - which = christino_provinces - value = 0 - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -4 - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - leave_alliance = THIS - country_event = 800056 - } - random_country = { - limit = { is_our_vassal = THIS } - leave_alliance = THIS - country_event = 800055 - } - } + id = 37716 + title = "EVTNAME37716" #The Christinos Prevail! + desc = "EVTDESC37716" + picture = "carlists" + + is_triggered_only = yes + + option = { + name = "EVT37716OPTA" + prestige = -25 + clr_country_flag = carlism_prevails + + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_owned = { + remove_province_modifier = christino_sympathies + } + capital_scope = { + any_pop = { + ideology = { factor = 0.1 value = liberal } + } + } + set_variable = { + which = carlist_provinces + value = 0 + } + set_variable = { + which = christino_provinces + value = 0 + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -4 + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + leave_alliance = THIS + country_event = 800056 + } + random_country = { + limit = { is_our_vassal = THIS } + leave_alliance = THIS + country_event = 800055 + } + } } country_event = { - id = 37717 - title = "EVTNAME37717" #Rise of the Christinos - desc = "EVTDESC37717" - news = yes - news_desc_long = "EVTDESC37717_NEWS_LONG" - news_desc_medium = "EVTDESC37717_NEWS_MEDIUM" - news_desc_short = "EVTDESC37717_NEWS_SHORT" - picture = "carlists" - - trigger = { - tag = SPC - NOT = { has_global_flag = carlists_pacified } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - any_owned_province = { has_province_modifier = christino_sympathies } - } - any_owned_province = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - average_militancy = 3 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - average_militancy = 4 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - average_militancy = 6 - } - } - modifier = { - factor = 0.5 - any_neighbor_country = { has_country_modifier = global_liberal_agitation } - } - modifier = { - factor = 0.2 - any_neighbor_country = { has_country_modifier = springtime_of_nations } - } - } - - immediate = { - change_variable = { - which = christino_provinces - value = 1 - } - } - - option = { - name = "EVT37717OPTA" - prestige = -2 - random_owned = { - limit = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - } - add_province_modifier = { - name = christino_sympathies - duration = -1 - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 6 - } - } - } - } - - option = { - name = "EVT37717OPTB" - random_owned = { - limit = { - is_colonial = no - is_core = THIS - NOT = { culture = basque } - NOT = { culture = catalan } - liberal = 20 - NOT = { region = SPA_487 } - } - add_province_modifier = { - name = christino_sympathies - duration = -1 - } - any_pop = { - ideology = { - value = liberal - factor = 0.2 - } - } - state_scope = { - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - } - } - } + id = 37717 + title = "EVTNAME37717" #Rise of the Christinos + desc = "EVTDESC37717" + news = yes + news_desc_long = "EVTDESC37717_NEWS_LONG" + news_desc_medium = "EVTDESC37717_NEWS_MEDIUM" + news_desc_short = "EVTDESC37717_NEWS_SHORT" + picture = "carlists" + + trigger = { + tag = SPC + NOT = { has_global_flag = carlists_pacified } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + any_owned_province = { has_province_modifier = christino_sympathies } + } + any_owned_province = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + average_militancy = 3 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + average_militancy = 4 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + average_militancy = 6 + } + } + modifier = { + factor = 0.5 + any_neighbor_country = { has_country_modifier = global_liberal_agitation } + } + modifier = { + factor = 0.2 + any_neighbor_country = { has_country_modifier = springtime_of_nations } + } + } + + immediate = { + change_variable = { + which = christino_provinces + value = 1 + } + } + + option = { + name = "EVT37717OPTA" + prestige = -2 + random_owned = { + limit = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + } + add_province_modifier = { + name = christino_sympathies + duration = -1 + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 6 + } + } + } + } + + option = { + name = "EVT37717OPTB" + random_owned = { + limit = { + is_colonial = no + is_core = THIS + NOT = { culture = basque } + NOT = { culture = catalan } + liberal = 20 + NOT = { region = SPA_487 } + } + add_province_modifier = { + name = christino_sympathies + duration = -1 + } + any_pop = { + ideology = { + value = liberal + factor = 0.2 + } + } + state_scope = { + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + } + } + } } province_event = { - id = 37744 - title = "EVTNAME37744" #Christino Propaganda - desc = "EVTDESC37744" - - trigger = { - NOT = { has_global_flag = carlists_pacified } - owner = { - tag = SPC - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - any_neighbor_province = { has_province_modifier = carlist_sympathies } - NOT = { has_province_modifier = carlist_sympathies } - NOT = { region = SPA_487 } - is_core = SPC - is_colonial = no - controlled_by = SPC - NOT = { liberal = 30 } - any_pop = { - NOT = { culture = basque } - NOT = { culture = catalan } - is_culture_group = iberian - OR = { - consciousness = 6 - militancy = 3 - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 2.5 - owner = { - check_variable = { - which = christino_provinces - value = 9 - } - } - } - modifier = { - factor = 1.2 - reactionary = 20 - } - modifier = { - factor = 1.4 - reactionary = 30 - } - modifier = { - factor = 1.5 - reactionary = 40 - } - modifier = { - factor = 0.8 - liberal = 30 - } - modifier = { - factor = 0.8 - liberal = 40 - } - modifier = { - factor = 0.8 - liberal = 50 - } - modifier = { - factor = 0.8 - anarcho_liberal = 10 - } - modifier = { - factor = 0.8 - anarcho_liberal = 20 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 0.7 - average_militancy = 6 - } - } - - option = { - name = "EVT37744OPTA" - owner = { prestige = -2 } - random_pop = { - limit = { - NOT = { culture = basque } - NOT = { culture = catalan } - is_culture_group = iberian - OR = { - consciousness = 6 - militancy = 3 - } - } - reduce_pop = 0.99 - militancy = 6 - } - poor_strata = { - limit = { is_culture_group = iberian } - militancy = 4 - consciousness = 2 - ideology = { - value = liberal - factor = 0.05 - } - } - } - - option = { - name = "EVT37744OPTB" - any_pop = { - limit = { - NOT = { culture = basque } - NOT = { culture = catalan } - is_culture_group = iberian - OR = { - consciousness = 6 - militancy = 3 - } - } - ideology = { - value = liberal - factor = 0.2 - } - } - state_scope = { - any_pop = { - limit = { - NOT = { culture = basque } - NOT = { culture = catalan } - is_culture_group = iberian - OR = { - consciousness = 6 - militancy = 3 - } - } - consciousness = 2 - ideology = { - value = liberal - factor = 0.1 - } - } - } - } + id = 37744 + title = "EVTNAME37744" #Christino Propaganda + desc = "EVTDESC37744" + + trigger = { + NOT = { has_global_flag = carlists_pacified } + owner = { + tag = SPC + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + any_neighbor_province = { has_province_modifier = carlist_sympathies } + NOT = { has_province_modifier = carlist_sympathies } + NOT = { region = SPA_487 } + is_core = SPC + is_colonial = no + controlled_by = SPC + NOT = { liberal = 30 } + any_pop = { + NOT = { culture = basque } + NOT = { culture = catalan } + is_culture_group = iberian + OR = { + consciousness = 6 + militancy = 3 + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 2.5 + owner = { + check_variable = { + which = christino_provinces + value = 9 + } + } + } + modifier = { + factor = 1.2 + reactionary = 20 + } + modifier = { + factor = 1.4 + reactionary = 30 + } + modifier = { + factor = 1.5 + reactionary = 40 + } + modifier = { + factor = 0.8 + liberal = 30 + } + modifier = { + factor = 0.8 + liberal = 40 + } + modifier = { + factor = 0.8 + liberal = 50 + } + modifier = { + factor = 0.8 + anarcho_liberal = 10 + } + modifier = { + factor = 0.8 + anarcho_liberal = 20 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 0.7 + average_militancy = 6 + } + } + + option = { + name = "EVT37744OPTA" + owner = { prestige = -2 } + random_pop = { + limit = { + NOT = { culture = basque } + NOT = { culture = catalan } + is_culture_group = iberian + OR = { + consciousness = 6 + militancy = 3 + } + } + reduce_pop = 0.99 + militancy = 6 + } + poor_strata = { + limit = { is_culture_group = iberian } + militancy = 4 + consciousness = 2 + ideology = { + value = liberal + factor = 0.05 + } + } + } + + option = { + name = "EVT37744OPTB" + any_pop = { + limit = { + NOT = { culture = basque } + NOT = { culture = catalan } + is_culture_group = iberian + OR = { + consciousness = 6 + militancy = 3 + } + } + ideology = { + value = liberal + factor = 0.2 + } + } + state_scope = { + any_pop = { + limit = { + NOT = { culture = basque } + NOT = { culture = catalan } + is_culture_group = iberian + OR = { + consciousness = 6 + militancy = 3 + } + } + consciousness = 2 + ideology = { + value = liberal + factor = 0.1 + } + } + } + } } province_event = { - id = 37718 - title = "EVTNAME37718" #Christino Sympathies - desc = "EVTDESC37718" - - trigger = { - NOT = { has_global_flag = carlists_pacified } - owner = { - tag = SPC - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - check_variable = { - which = christino_provinces - value = 10 - } - } - } - any_neighbor_province = { has_province_modifier = christino_sympathies } - NOT = { has_province_modifier = christino_sympathies } - is_core = SPC - is_colonial = no - NOT = { culture = basque } - NOT = { culture = catalan } - controlled_by = SPC - OR = { - liberal = 30 - AND = { - liberal = 20 - average_militancy = 4 - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 2 - owner = { has_country_modifier = rebel_cell_discovered } - } - modifier = { - factor = 1.5 - owner = { - check_variable = { - which = christino_provinces - value = 5 - } - } - } - modifier = { - factor = 2 - owner = { - check_variable = { - which = christino_provinces - value = 8 - } - } - } - modifier = { - factor = 0.8 - owner = { - NOT = { - check_variable = { - which = christino_provinces - value = 3 - } - } - } - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 1.2 - reactionary = 20 - } - modifier = { - factor = 1.4 - reactionary = 30 - } - modifier = { - factor = 1.5 - reactionary = 40 - } - modifier = { - factor = 0.8 - liberal = 30 - } - modifier = { - factor = 0.8 - liberal = 40 - } - modifier = { - factor = 0.8 - liberal = 50 - } - modifier = { - factor = 0.8 - anarcho_liberal = 10 - } - modifier = { - factor = 0.8 - anarcho_liberal = 20 - } - modifier = { - factor = 0.9 - average_militancy = 2 - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 0.7 - average_militancy = 6 - } - } - - option = { - name = "EVT37718OPTA" - add_province_modifier = { - name = christino_sympathies - duration = -1 - } - owner = { - change_variable = { - which = christino_provinces - value = 1 - } - } - } + id = 37718 + title = "EVTNAME37718" #Christino Sympathies + desc = "EVTDESC37718" + + trigger = { + NOT = { has_global_flag = carlists_pacified } + owner = { + tag = SPC + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + check_variable = { + which = christino_provinces + value = 10 + } + } + } + any_neighbor_province = { has_province_modifier = christino_sympathies } + NOT = { has_province_modifier = christino_sympathies } + is_core = SPC + is_colonial = no + NOT = { culture = basque } + NOT = { culture = catalan } + controlled_by = SPC + OR = { + liberal = 30 + AND = { + liberal = 20 + average_militancy = 4 + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 2 + owner = { has_country_modifier = rebel_cell_discovered } + } + modifier = { + factor = 1.5 + owner = { + check_variable = { + which = christino_provinces + value = 5 + } + } + } + modifier = { + factor = 2 + owner = { + check_variable = { + which = christino_provinces + value = 8 + } + } + } + modifier = { + factor = 0.8 + owner = { + NOT = { + check_variable = { + which = christino_provinces + value = 3 + } + } + } + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 1.2 + reactionary = 20 + } + modifier = { + factor = 1.4 + reactionary = 30 + } + modifier = { + factor = 1.5 + reactionary = 40 + } + modifier = { + factor = 0.8 + liberal = 30 + } + modifier = { + factor = 0.8 + liberal = 40 + } + modifier = { + factor = 0.8 + liberal = 50 + } + modifier = { + factor = 0.8 + anarcho_liberal = 10 + } + modifier = { + factor = 0.8 + anarcho_liberal = 20 + } + modifier = { + factor = 0.9 + average_militancy = 2 + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 0.7 + average_militancy = 6 + } + } + + option = { + name = "EVT37718OPTA" + add_province_modifier = { + name = christino_sympathies + duration = -1 + } + owner = { + change_variable = { + which = christino_provinces + value = 1 + } + } + } } province_event = { - id = 37719 - title = "EVTNAME37719" #Christino Cell Discovered! - desc = "EVTDESC37719" - - trigger = { - owner = { tag = SPC } - has_province_modifier = christino_sympathies - controlled_by = SPC - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - owner = { has_country_modifier = rebel_cell_discovered } - } - modifier = { - factor = 0.8 - owner = { - check_variable = { - which = christino_provinces - value = 5 - } - } - } - modifier = { - factor = 0.8 - owner = { - check_variable = { - which = christino_provinces - value = 8 - } - } - } - - modifier = { - factor = 0.8 - country_units_in_province = THIS - } - - modifier = { - factor = 3 - NOT = { - any_neighbor_province = { - is_core = SPC - NOT = { has_province_modifier = christino_sympathies } - } - } - } - modifier = { - factor = 1.2 - liberal = 20 - } - modifier = { - factor = 1.2 - liberal = 30 - } - modifier = { - factor = 1.2 - liberal = 40 - } - modifier = { - factor = 1.2 - liberal = 50 - } - modifier = { - factor = 0.8 - reactionary = 10 - } - modifier = { - factor = 0.8 - reactionary = 20 - } - modifier = { - factor = 0.8 - reactionary = 30 - } - modifier = { - factor = 0.8 - reactionary = 40 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.2 - average_militancy = 5 - } - modifier = { - factor = 1.2 - average_militancy = 6 - } - modifier = { - factor = 0.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.5 - country_units_in_province = SPC - } - } - - option = { - name = "EVT37719OPTA" - remove_province_modifier = christino_sympathies - any_pop = { - militancy = -5 - } - owner = { - add_country_modifier = { - name = rebel_cell_discovered - duration = 180 - } - change_variable = { - which = christino_provinces - value = -1 - } - } - } + id = 37719 + title = "EVTNAME37719" #Christino Cell Discovered! + desc = "EVTDESC37719" + + trigger = { + owner = { tag = SPC } + has_province_modifier = christino_sympathies + controlled_by = SPC + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + owner = { has_country_modifier = rebel_cell_discovered } + } + modifier = { + factor = 0.8 + owner = { + check_variable = { + which = christino_provinces + value = 5 + } + } + } + modifier = { + factor = 0.8 + owner = { + check_variable = { + which = christino_provinces + value = 8 + } + } + } + + modifier = { + factor = 0.8 + country_units_in_province = THIS + } + + modifier = { + factor = 3 + NOT = { + any_neighbor_province = { + is_core = SPC + NOT = { has_province_modifier = christino_sympathies } + } + } + } + modifier = { + factor = 1.2 + liberal = 20 + } + modifier = { + factor = 1.2 + liberal = 30 + } + modifier = { + factor = 1.2 + liberal = 40 + } + modifier = { + factor = 1.2 + liberal = 50 + } + modifier = { + factor = 0.8 + reactionary = 10 + } + modifier = { + factor = 0.8 + reactionary = 20 + } + modifier = { + factor = 0.8 + reactionary = 30 + } + modifier = { + factor = 0.8 + reactionary = 40 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.2 + average_militancy = 5 + } + modifier = { + factor = 1.2 + average_militancy = 6 + } + modifier = { + factor = 0.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.5 + country_units_in_province = SPC + } + } + + option = { + name = "EVT37719OPTA" + remove_province_modifier = christino_sympathies + any_pop = { + militancy = -5 + } + owner = { + add_country_modifier = { + name = rebel_cell_discovered + duration = 180 + } + change_variable = { + which = christino_provinces + value = -1 + } + } + } } # Glorious Revolution Events country_event = { - id = 37720 - title = "EVTNAME37720" #The Glorious Revolution - desc = "EVTDESC37720" - news = yes - news_desc_long = "EVTDESC37720_NEWS_LONG" - news_desc_medium = "EVTDESC37720_NEWS_MEDIUM" - news_desc_short = "EVTDESC37720_NEWS_SHORT" - picture = "spanish_glorious_revolution" - major = yes - - trigger = { - tag = SPA - year = 1865 - OR = { - government = hms_government - government = prussian_constitutionalism - } - NOT = { has_global_flag = carlists_pacified } - OR = { - has_recently_lost_war = yes - any_core = { NOT = { owned_by = THIS } } - is_greater_power = no - NOT = { owns = 2209 } - NOT = { owns = 1455 } - average_militancy = 3 - any_core = { country_units_in_province = REB } - } - NOT = { has_global_flag = spain_glorious_revolution } - } - - immediate = { set_global_flag = spain_glorious_revolution } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT37720OPTA" - set_country_flag = king_amadeo_rules - - add_country_modifier = { - name = national_instability - duration = 1095 - } - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - set_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - prestige = 5 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -4 - } - scaled_consciousness = { - ideology = liberal - factor = -2 - } - } - FRA = { country_event = 37721 } - ai_chance = { - factor = 65 - } - } - option = { - name = "EVT37720OPTB" - set_country_flag = king_leopold_rules - - add_country_modifier = { - name = national_instability - duration = 1095 - } - ruling_party_ideology = conservative - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - prestige = 5 - random_country = { - limit = { - is_sphere_leader_of = SPA - NOT = { owns = 549 } - SPA = { is_greater_power = no } - } - diplomatic_influence = { - who = SPA - value = -100 - } - } - random_country = { - limit = { - owns = 549 - is_greater_power = yes - is_culture_group = germanic - SPA = { is_greater_power = no } - } - diplomatic_influence = { - who = SPA - value = 200 - } - } - random_country = { - limit = { - owns = 549 - is_greater_power = yes - is_culture_group = germanic - } - relation = { - who = SPA - value = 100 - } - } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = -4 - } - scaled_consciousness = { - ideology = conservative - factor = -2 - } - } - FRA = { country_event = 37722 } - ai_chance = { - factor = 20 - } - } - option = { - name = "EVT37720OPTC" - set_country_flag = king_alfonso_rules - add_country_modifier = { - name = national_instability - duration = 1095 - } - ruling_party_ideology = conservative - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - } - any_owned = { - limit = { - OR = { - culture = basque - culture = catalan - reactionary = 15 - } - } - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - } - FRA = { country_event = 37721 } - ai_chance = { - factor = 10 - } - } - option = { - name = "EVT37720OPTD" - set_country_flag = first_spanish_republic - add_country_modifier = { - name = national_instability - duration = 1095 - } - prestige = -20 - government = democracy - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - election = yes - random_owned = { - limit = { - owner = { - NOT = { - vote_franschise = universal_voting - vote_franschise = universal_weighted_voting - } - } - } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - } - } - } - owner = { political_reform = gerrymandering } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -2 - } - } - ai_chance = { - factor = 5 - } - } + id = 37720 + title = "EVTNAME37720" #The Glorious Revolution + desc = "EVTDESC37720" + news = yes + news_desc_long = "EVTDESC37720_NEWS_LONG" + news_desc_medium = "EVTDESC37720_NEWS_MEDIUM" + news_desc_short = "EVTDESC37720_NEWS_SHORT" + picture = "spanish_glorious_revolution" + major = yes + + trigger = { + tag = SPA + year = 1865 + OR = { + government = hms_government + government = prussian_constitutionalism + } + NOT = { has_global_flag = carlists_pacified } + OR = { + has_recently_lost_war = yes + any_core = { NOT = { owned_by = THIS } } + is_greater_power = no + NOT = { owns = 2209 } + NOT = { owns = 1455 } + average_militancy = 3 + any_core = { country_units_in_province = REB } + } + NOT = { has_global_flag = spain_glorious_revolution } + } + + immediate = { set_global_flag = spain_glorious_revolution } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT37720OPTA" + set_country_flag = king_amadeo_rules + + add_country_modifier = { + name = national_instability + duration = 1095 + } + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + set_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + prestige = 5 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -4 + } + scaled_consciousness = { + ideology = liberal + factor = -2 + } + } + FRA = { country_event = 37721 } + ai_chance = { + factor = 65 + } + } + option = { + name = "EVT37720OPTB" + set_country_flag = king_leopold_rules + + add_country_modifier = { + name = national_instability + duration = 1095 + } + ruling_party_ideology = conservative + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + prestige = 5 + random_country = { + limit = { + is_sphere_leader_of = SPA + NOT = { owns = 549 } + SPA = { is_greater_power = no } + } + diplomatic_influence = { + who = SPA + value = -100 + } + } + random_country = { + limit = { + owns = 549 + is_greater_power = yes + is_culture_group = germanic + SPA = { is_greater_power = no } + } + diplomatic_influence = { + who = SPA + value = 200 + } + } + random_country = { + limit = { + owns = 549 + is_greater_power = yes + is_culture_group = germanic + } + relation = { + who = SPA + value = 100 + } + } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = -4 + } + scaled_consciousness = { + ideology = conservative + factor = -2 + } + } + FRA = { country_event = 37722 } + ai_chance = { + factor = 20 + } + } + option = { + name = "EVT37720OPTC" + set_country_flag = king_alfonso_rules + add_country_modifier = { + name = national_instability + duration = 1095 + } + ruling_party_ideology = conservative + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + } + any_owned = { + limit = { + OR = { + culture = basque + culture = catalan + reactionary = 15 + } + } + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + } + FRA = { country_event = 37721 } + ai_chance = { + factor = 10 + } + } + option = { + name = "EVT37720OPTD" + set_country_flag = first_spanish_republic + add_country_modifier = { + name = national_instability + duration = 1095 + } + prestige = -20 + government = democracy + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + election = yes + random_owned = { + limit = { + owner = { + NOT = { + vote_franschise = universal_voting + vote_franschise = universal_weighted_voting + } + } + } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + } + } + } + owner = { political_reform = gerrymandering } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -2 + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 37721 - title = "EVTNAME37721" #The Spanish Succession - desc = "EVTDESC37721" - picture = "leopold_von_hohenzollern" - - is_triggered_only = yes - - option = { - name = "EVT37721OPTA" - prestige = 5 - random_country = { - limit = { - owns = 549 - is_greater_power = yes - is_culture_group = germanic - } - relation = { - who = THIS - value = -100 - } - } - } + id = 37721 + title = "EVTNAME37721" #The Spanish Succession + desc = "EVTDESC37721" + picture = "leopold_von_hohenzollern" + + is_triggered_only = yes + + option = { + name = "EVT37721OPTA" + prestige = 5 + random_country = { + limit = { + owns = 549 + is_greater_power = yes + is_culture_group = germanic + } + relation = { + who = THIS + value = -100 + } + } + } } country_event = { - id = 37722 - title = "EVTNAME37722" #King Leopold of Spain - desc = "EVTDESC37722" - picture = "leopold_von_hohenzollern" - - is_triggered_only = yes - - option = { - name = "EVT37722OPTA" - badboy = 1 - random_country = { - limit = { - owns = 549 - is_greater_power = yes - is_culture_group = germanic - is_sphere_leader_of = FROM - } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 12 - } - relation = { - who = THIS - value = -100 - } - leave_alliance = THIS - } - casus_belli = { - target = FROM - type = humiliate - months = 12 - } - relation = { who = FROM value = -200 } - random_owned = { - limit = { - FROM = { is_greater_power = no } - } - owner = { - diplomatic_influence = { who = FROM value = -100 } - } - } - leave_alliance = FROM - ai_chance = { - factor = 70 - } - } - option = { - name = "EVT37722OPTB" - prestige = -10 - random_country = { - limit = { - owns = 549 - is_greater_power = yes - is_culture_group = germanic - } - relation = { - who = THIS - value = -100 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - war = no - } - modifier = { - factor = 1.5 - any_greater_power = { war_with = THIS } - } - } - } + id = 37722 + title = "EVTNAME37722" #King Leopold of Spain + desc = "EVTDESC37722" + picture = "leopold_von_hohenzollern" + + is_triggered_only = yes + + option = { + name = "EVT37722OPTA" + badboy = 1 + random_country = { + limit = { + owns = 549 + is_greater_power = yes + is_culture_group = germanic + is_sphere_leader_of = FROM + } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 12 + } + relation = { + who = THIS + value = -100 + } + leave_alliance = THIS + } + casus_belli = { + target = FROM + type = humiliate + months = 12 + } + relation = { who = FROM value = -200 } + random_owned = { + limit = { + FROM = { is_greater_power = no } + } + owner = { + diplomatic_influence = { who = FROM value = -100 } + } + } + leave_alliance = FROM + ai_chance = { + factor = 70 + } + } + option = { + name = "EVT37722OPTB" + prestige = -10 + random_country = { + limit = { + owns = 549 + is_greater_power = yes + is_culture_group = germanic + } + relation = { + who = THIS + value = -100 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + war = no + } + modifier = { + factor = 1.5 + any_greater_power = { war_with = THIS } + } + } + } } country_event = { - id = 37725 - title = "EVTNAME37725" #King Leopold Assassinated! - desc = "EVTDESC37725" - news = yes - news_desc_long = "EVTDESC37725_NEWS_LONG" - news_desc_medium = "EVTDESC37725_NEWS_MEDIUM" - news_desc_short = "EVTDESC37725_NEWS_SHORT" - picture = "Assassination" - major = yes - - trigger = { - tag = SPA - has_country_flag = king_leopold_rules - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - AND = { - war_with = FRA - average_militancy = 3 - } - average_militancy = 4 - any_core = { country_units_in_province = REB } - AND = { - has_recently_lost_war = yes - average_militancy = 3 - } - } - NOT = { year = 1890 } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 4 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - } - - immediate = { clr_country_flag = king_leopold_rules } - - option = { - name = "EVT37725OPTA" - set_country_flag = first_spanish_republic - add_country_modifier = { - name = national_instability - duration = 1095 - } - government = democracy - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - election = yes - random_owned = { - limit = { - owner = { - NOT = { - vote_franschise = universal_voting - vote_franschise = universal_weighted_voting - } - } - } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - } - } - } - owner = { political_reform = gerrymandering } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -2 - } - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT37725OPTB" - set_country_flag = king_alfonso_rules - - add_country_modifier = { - name = national_instability - duration = 1095 - } - ruling_party_ideology = conservative - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - } - any_owned = { - limit = { - OR = { - culture = basque - culture = catalan - reactionary = 15 - } - } - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - } - ai_chance = { - factor = 20 - } - } + id = 37725 + title = "EVTNAME37725" #King Leopold Assassinated! + desc = "EVTDESC37725" + news = yes + news_desc_long = "EVTDESC37725_NEWS_LONG" + news_desc_medium = "EVTDESC37725_NEWS_MEDIUM" + news_desc_short = "EVTDESC37725_NEWS_SHORT" + picture = "Assassination" + major = yes + + trigger = { + tag = SPA + has_country_flag = king_leopold_rules + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + AND = { + war_with = FRA + average_militancy = 3 + } + average_militancy = 4 + any_core = { country_units_in_province = REB } + AND = { + has_recently_lost_war = yes + average_militancy = 3 + } + } + NOT = { year = 1890 } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 4 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + } + + immediate = { clr_country_flag = king_leopold_rules } + + option = { + name = "EVT37725OPTA" + set_country_flag = first_spanish_republic + add_country_modifier = { + name = national_instability + duration = 1095 + } + government = democracy + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + election = yes + random_owned = { + limit = { + owner = { + NOT = { + vote_franschise = universal_voting + vote_franschise = universal_weighted_voting + } + } + } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + } + } + } + owner = { political_reform = gerrymandering } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -2 + } + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT37725OPTB" + set_country_flag = king_alfonso_rules + + add_country_modifier = { + name = national_instability + duration = 1095 + } + ruling_party_ideology = conservative + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + } + any_owned = { + limit = { + OR = { + culture = basque + culture = catalan + reactionary = 15 + } + } + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 37730 - title = "EVTNAME37730" #The Abdication of Amadeo - desc = "EVTDESC37730" - news = yes - news_desc_long = "EVTDESC37730_NEWS_LONG" - news_desc_medium = "EVTDESC37730_NEWS_MEDIUM" - news_desc_short = "EVTDESC37730_NEWS_SHORT" - picture = "amadeo_of_savoy" - major = yes - - trigger = { - tag = SPA - has_country_flag = king_amadeo_rules - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - average_militancy = 3 - any_core = { country_units_in_province = REB } - has_recently_lost_war = yes - } - NOT = { year = 1890 } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 4 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - } - - immediate = { clr_country_flag = king_amadeo_rules } - - option = { - name = "EVT37730OPTA" - set_country_flag = first_spanish_republic - add_country_modifier = { - name = national_instability - duration = 1095 - } - government = democracy - ruling_party_ideology = liberal - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - election = yes - random_owned = { - limit = { - owner = { - NOT = { - vote_franschise = universal_voting - vote_franschise = universal_weighted_voting - } - } - } - owner = { political_reform = universal_weighted_voting } - } - random_owned = { - limit = { - owner = { - OR = { - political_parties = underground_parties - political_parties = harassment - } - } - } - owner = { political_reform = gerrymandering } - } - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_militancy = { - ideology = conservative - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = -2 - } - } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVT37730OPTB" - set_country_flag = king_alfonso_rules - add_country_modifier = { - name = national_instability - duration = 1095 - } - ruling_party_ideology = conservative - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = reactionary - factor = 8 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - } - any_owned = { - limit = { - OR = { - culture = basque - culture = catalan - reactionary = 15 - } - } - add_province_modifier = { - name = peasant_revolt - duration = 1095 - } - } - ai_chance = { - factor = 20 - } - } + id = 37730 + title = "EVTNAME37730" #The Abdication of Amadeo + desc = "EVTDESC37730" + news = yes + news_desc_long = "EVTDESC37730_NEWS_LONG" + news_desc_medium = "EVTDESC37730_NEWS_MEDIUM" + news_desc_short = "EVTDESC37730_NEWS_SHORT" + picture = "amadeo_of_savoy" + major = yes + + trigger = { + tag = SPA + has_country_flag = king_amadeo_rules + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + average_militancy = 3 + any_core = { country_units_in_province = REB } + has_recently_lost_war = yes + } + NOT = { year = 1890 } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 4 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + } + + immediate = { clr_country_flag = king_amadeo_rules } + + option = { + name = "EVT37730OPTA" + set_country_flag = first_spanish_republic + add_country_modifier = { + name = national_instability + duration = 1095 + } + government = democracy + ruling_party_ideology = liberal + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + election = yes + random_owned = { + limit = { + owner = { + NOT = { + vote_franschise = universal_voting + vote_franschise = universal_weighted_voting + } + } + } + owner = { political_reform = universal_weighted_voting } + } + random_owned = { + limit = { + owner = { + OR = { + political_parties = underground_parties + political_parties = harassment + } + } + } + owner = { political_reform = gerrymandering } + } + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_militancy = { + ideology = conservative + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = -2 + } + } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVT37730OPTB" + set_country_flag = king_alfonso_rules + add_country_modifier = { + name = national_instability + duration = 1095 + } + ruling_party_ideology = conservative + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = reactionary + factor = 8 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + } + any_owned = { + limit = { + OR = { + culture = basque + culture = catalan + reactionary = 15 + } + } + add_province_modifier = { + name = peasant_revolt + duration = 1095 + } + } + ai_chance = { + factor = 20 + } + } } country_event = { - id = 37735 - title = "EVTNAME37735" #A Return to Bourbon Rule - desc = "EVTDESC37735" - news = yes - news_desc_long = "EVTDESC37735" - news_desc_medium = "EVTDESC37735_NEWS_MEDIUM" - news_desc_short = "EVTDESC37735_NEWS_SHORT" - picture = "alfonso_xii_bourbon" - - fire_only_once = yes - - trigger = { - tag = SPA - has_global_flag = spain_glorious_revolution - government = democracy - OR = { - 487 = { NOT = { controlled_by = THIS } } - average_militancy = 4 - any_core = { country_units_in_province = REB } - } - NOT = { year = 1900 } - } - - immediate = { clr_country_flag = first_spanish_republic } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 4 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - modifier = { - factor = 0.1 - 487 = { NOT = { controlled_by = THIS } } - } - } - - option = { - name = "EVT37735OPTA" - set_country_flag = king_alfonso_rules - remove_country_modifier = national_instability - add_country_modifier = { - name = national_confusion - duration = 365 - } - prestige = 5 - government = hms_government - ruling_party_ideology = conservative - clr_country_flag = election_started - set_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - any_pop = { - scaled_militancy = { - ideology = conservative - factor = -6 - } - scaled_consciousness = { - ideology = conservative - factor = -3 - } - scaled_militancy = { - ideology = liberal - factor = -3 - } - } - } - - option = { - name = "EVT37735OPTB" - remove_country_modifier = national_instability - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 6 - } - scaled_militancy = { - ideology = conservative - factor = 1 - } - scaled_militancy = { - ideology = liberal - factor = -3 - } - } - } + id = 37735 + title = "EVTNAME37735" #A Return to Bourbon Rule + desc = "EVTDESC37735" + news = yes + news_desc_long = "EVTDESC37735" + news_desc_medium = "EVTDESC37735_NEWS_MEDIUM" + news_desc_short = "EVTDESC37735_NEWS_SHORT" + picture = "alfonso_xii_bourbon" + + fire_only_once = yes + + trigger = { + tag = SPA + has_global_flag = spain_glorious_revolution + government = democracy + OR = { + 487 = { NOT = { controlled_by = THIS } } + average_militancy = 4 + any_core = { country_units_in_province = REB } + } + NOT = { year = 1900 } + } + + immediate = { clr_country_flag = first_spanish_republic } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 4 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + modifier = { + factor = 0.1 + 487 = { NOT = { controlled_by = THIS } } + } + } + + option = { + name = "EVT37735OPTA" + set_country_flag = king_alfonso_rules + remove_country_modifier = national_instability + add_country_modifier = { + name = national_confusion + duration = 365 + } + prestige = 5 + government = hms_government + ruling_party_ideology = conservative + clr_country_flag = election_started + set_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + any_pop = { + scaled_militancy = { + ideology = conservative + factor = -6 + } + scaled_consciousness = { + ideology = conservative + factor = -3 + } + scaled_militancy = { + ideology = liberal + factor = -3 + } + } + } + + option = { + name = "EVT37735OPTB" + remove_country_modifier = national_instability + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 6 + } + scaled_militancy = { + ideology = conservative + factor = 1 + } + scaled_militancy = { + ideology = liberal + factor = -3 + } + } + } } #Treaty of Paris, if USA is winning the war with Spain country_event = { - id = 37740 - title = "EVTNAME37740" #The American Demand - desc = "EVTDESC37750" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37740OPTA" - USA = { end_war = THIS } - money = 1000000 - prestige = -40 - random_owned = { - limit = { - province_id = 2209 - NOT = { exists = CUB } - } - owner = { release = CUB } - } - random_country = { - limit = { - tag = CUB - vassal_of = THIS - } - THIS = { release_vassal = CUB } - } - CUB = { - any_pop = { militancy = -6 } - } - random_owned = { - limit = { province_id = 2222 } - secede_province = USA - } - random_country = { - limit = { - tag = PRI - vassal_of = THIS - } - FROM = { create_vassal = PRI } - } - any_owned = { - limit = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - province_id = 2517 - } - } - secede_province = USA - } - random_country = { - limit = { - tag = PHL - vassal_of = THIS - } - FROM = { create_vassal = PHL } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 4 - } - FROM = { country_event = 37741 } - any_country = { - limit = { - alliance_with = USA - war_with = THIS - } - end_war = THIS - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT37740OPTB" - war_exhaustion = 10 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -4 - } - FROM = { country_event = 37742 } - ai_chance = { - factor = 5 - } - } + id = 37740 + title = "EVTNAME37740" #The American Demand + desc = "EVTDESC37750" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37740OPTA" + USA = { end_war = THIS } + money = 1000000 + prestige = -40 + random_owned = { + limit = { + province_id = 2209 + NOT = { exists = CUB } + } + owner = { release = CUB } + } + random_country = { + limit = { + tag = CUB + vassal_of = THIS + } + THIS = { release_vassal = CUB } + } + CUB = { + any_pop = { militancy = -6 } + } + random_owned = { + limit = { province_id = 2222 } + secede_province = USA + } + random_country = { + limit = { + tag = PRI + vassal_of = THIS + } + FROM = { create_vassal = PRI } + } + any_owned = { + limit = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + province_id = 2517 + } + } + secede_province = USA + } + random_country = { + limit = { + tag = PHL + vassal_of = THIS + } + FROM = { create_vassal = PHL } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 4 + } + FROM = { country_event = 37741 } + any_country = { + limit = { + alliance_with = USA + war_with = THIS + } + end_war = THIS + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT37740OPTB" + war_exhaustion = 10 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -4 + } + FROM = { country_event = 37742 } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 37741 - title = "EVTNAME37741" #Spain Has Agreed - desc = "EVTDESC37741" - news = yes - news_desc_long = "EVTDESC37741_NEWS_LONG" - news_desc_medium = "EVTDESC37741_NEWS_MEDIUM" - news_desc_short = "EVTDESC37741_NEWS_SHORT" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37741OPTA" - prestige = 40 - money = -1000000 - relation = { - who = FROM - value = 200 - } - relation = { - who = CUB - value = 200 - } - diplomatic_influence = { - who = CUB - value = 200 - } - } + id = 37741 + title = "EVTNAME37741" #Spain Has Agreed + desc = "EVTDESC37741" + news = yes + news_desc_long = "EVTDESC37741_NEWS_LONG" + news_desc_medium = "EVTDESC37741_NEWS_MEDIUM" + news_desc_short = "EVTDESC37741_NEWS_SHORT" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37741OPTA" + prestige = 40 + money = -1000000 + relation = { + who = FROM + value = 200 + } + relation = { + who = CUB + value = 200 + } + diplomatic_influence = { + who = CUB + value = 200 + } + } } country_event = { - id = 37742 - title = "EVTNAME37742" #Spain Has Refused - desc = "EVTDESC37742" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37742OPTA" - war_exhaustion = -20 - random_country = { - limit = { - tag = FROM - owns = 2209 - } - any_pop = { - limit = { - location = { is_core = CUB } - } - militancy = 6 - } - } - random_country = { - limit = { - tag = CUB - vassal_of = FROM - } - any_pop = { militancy = 6 } - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.05 - } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT37742OPTB" - badboy = 5 - FROM = { - any_owned = { - limit = { - OR = { - region = SPA_2209 - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - province_id = 2517 - province_id = 2222 - } - } - add_core = USA - } - } - random_country = { - limit = { - tag = FROM - OR = { - is_our_vassal = PHL - is_our_vassal = CUB - is_our_vassal = PRI - } - } - add_casus_belli = { - target = THIS - type = release_puppet - months = 240 - } - } - random_country = { - limit = { - tag = FROM - owns = 2209 - } - any_pop = { - limit = { - location = { is_core = CUB } - } - militancy = 6 - } - } - random_country = { - limit = { - tag = CUB - vassal_of = FROM - } - any_pop = { militancy = 6 } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - badboy = 0.8 - } - } - } + id = 37742 + title = "EVTNAME37742" #Spain Has Refused + desc = "EVTDESC37742" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37742OPTA" + war_exhaustion = -20 + random_country = { + limit = { + tag = FROM + owns = 2209 + } + any_pop = { + limit = { + location = { is_core = CUB } + } + militancy = 6 + } + } + random_country = { + limit = { + tag = CUB + vassal_of = FROM + } + any_pop = { militancy = 6 } + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.05 + } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT37742OPTB" + badboy = 5 + FROM = { + any_owned = { + limit = { + OR = { + region = SPA_2209 + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + province_id = 2517 + province_id = 2222 + } + } + add_core = USA + } + } + random_country = { + limit = { + tag = FROM + OR = { + is_our_vassal = PHL + is_our_vassal = CUB + is_our_vassal = PRI + } + } + add_casus_belli = { + target = THIS + type = release_puppet + months = 240 + } + } + random_country = { + limit = { + tag = FROM + owns = 2209 + } + any_pop = { + limit = { + location = { is_core = CUB } + } + militancy = 6 + } + } + random_country = { + limit = { + tag = CUB + vassal_of = FROM + } + any_pop = { militancy = 6 } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + badboy = 0.8 + } + } + } } #Treaty of Paris, if USA wins the war country_event = { - id = 37750 - title = "EVTNAME37740" ##The American Demand - desc = "EVTDESC37750" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT37750OPTA" - money = 1000000 - prestige = -40 - random_owned = { - limit = { province_id = 2222 } - secede_province = USA - } - random_country = { - limit = { - tag = PRI - vassal_of = THIS - } - FROM = { create_vassal = PRI } - } - any_owned = { - limit = { - OR = { - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - province_id = 2517 - } - } - secede_province = USA - } - random_country = { - limit = { - tag = PHL - vassal_of = THIS - } - FROM = { create_vassal = PHL } - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 4 - } - FROM = { country_event = 37741 } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT37750OPTB" - war_exhaustion = 10 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -4 - } - FROM = { country_event = 37742 } - ai_chance = { - factor = 5 - } - } + id = 37750 + title = "EVTNAME37740" ##The American Demand + desc = "EVTDESC37750" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT37750OPTA" + money = 1000000 + prestige = -40 + random_owned = { + limit = { province_id = 2222 } + secede_province = USA + } + random_country = { + limit = { + tag = PRI + vassal_of = THIS + } + FROM = { create_vassal = PRI } + } + any_owned = { + limit = { + OR = { + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + province_id = 2517 + } + } + secede_province = USA + } + random_country = { + limit = { + tag = PHL + vassal_of = THIS + } + FROM = { create_vassal = PHL } + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 4 + } + FROM = { country_event = 37741 } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT37750OPTB" + war_exhaustion = 10 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -4 + } + FROM = { country_event = 37742 } + ai_chance = { + factor = 5 + } + } } #If the USA loses the Spanish-American War country_event = { - id = 37751 - title = "EVTNAME37751" #We Have Lost The War - desc = "EVTDESC37751" - picture = "senate_debate" - - trigger = { - tag = USA - OR = { - truce_with = SPA - truce_with = SPC - } - has_global_flag = spanish_american_war - NOT = { - has_country_flag = treaty_of_paris_1898 - war_with = SPA - war_with = SPC - } - SPA = { - OR = { - exists = no - owns = 2209 - is_our_vassal = CUB - } - } - SPC = { - OR = { - exists = no - owns = 2209 - is_our_vassal = CUB - } - } - } - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT37751OPTA" - set_country_flag = treaty_of_paris_1898 - prestige = -30 - any_pop = { - scaled_militancy = { - issue = jingoism - factor = 5 - } - dominant_issue = { - value = pacifism - factor = 0.20 - } - } - ai_chance = { - factor = 60 - modifier = { - factor = 1.5 - war_policy = pro_military - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = pacifism - } - } - } - - option = { - name = "EVT37751OPTB" - set_country_flag = treaty_of_paris_1898 - prestige = -30 - badboy = 10 - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - any_owned = { - limit = { - OR = { - region = SPA_2209 - region = SPA_1455 - region = SPA_1459 - region = SPA_1463 - province_id = 2517 - province_id = 2222 - } - } - add_core = USA - } - } - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - OR = { - is_our_vassal = PHL - is_our_vassal = CUB - is_our_vassal = PRI - } - } - add_casus_belli = { - target = THIS - type = release_puppet - months = 240 - } - } - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - owns = 2209 - } - any_pop = { - limit = { - location = { is_core = CUB } - } - militancy = 6 - } - } - random_country = { - limit = { - tag = CUB - OR = { - vassal_of = SPA - vassal_of = SPC - } - } - any_pop = { militancy = 6 } - } - any_pop = { - consciousness = -4 - dominant_issue = { - value = jingoism - factor = 0.25 - } - } - any_country = { - limit = { - capital_scope = { continent = europe } - any_owned_province = { is_colonial = yes } - NOT = { in_sphere = THIS } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 300 - } - add_casus_belli = { - target = THIS - type = free_peoples - months = 300 - } - casus_belli = { - target = THIS - type = humiliate - months = 300 - } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 300 - } - } - ai_chance = { - factor = 40 - modifier = { - factor = 0.5 - war_policy = pro_military - } - modifier = { - factor = 1.5 - war_policy = anti_military - } - modifier = { - factor = 0 - war_policy = jingoism - } - modifier = { - factor = 0 - badboy = 0.6 - OR = { - government = democracy - government = hms_government - } - } - } - } + id = 37751 + title = "EVTNAME37751" #We Have Lost The War + desc = "EVTDESC37751" + picture = "senate_debate" + + trigger = { + tag = USA + OR = { + truce_with = SPA + truce_with = SPC + } + has_global_flag = spanish_american_war + NOT = { + has_country_flag = treaty_of_paris_1898 + war_with = SPA + war_with = SPC + } + SPA = { + OR = { + exists = no + owns = 2209 + is_our_vassal = CUB + } + } + SPC = { + OR = { + exists = no + owns = 2209 + is_our_vassal = CUB + } + } + } + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT37751OPTA" + set_country_flag = treaty_of_paris_1898 + prestige = -30 + any_pop = { + scaled_militancy = { + issue = jingoism + factor = 5 + } + dominant_issue = { + value = pacifism + factor = 0.20 + } + } + ai_chance = { + factor = 60 + modifier = { + factor = 1.5 + war_policy = pro_military + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = pacifism + } + } + } + + option = { + name = "EVT37751OPTB" + set_country_flag = treaty_of_paris_1898 + prestige = -30 + badboy = 10 + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + any_owned = { + limit = { + OR = { + region = SPA_2209 + region = SPA_1455 + region = SPA_1459 + region = SPA_1463 + province_id = 2517 + province_id = 2222 + } + } + add_core = USA + } + } + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + OR = { + is_our_vassal = PHL + is_our_vassal = CUB + is_our_vassal = PRI + } + } + add_casus_belli = { + target = THIS + type = release_puppet + months = 240 + } + } + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + owns = 2209 + } + any_pop = { + limit = { + location = { is_core = CUB } + } + militancy = 6 + } + } + random_country = { + limit = { + tag = CUB + OR = { + vassal_of = SPA + vassal_of = SPC + } + } + any_pop = { militancy = 6 } + } + any_pop = { + consciousness = -4 + dominant_issue = { + value = jingoism + factor = 0.25 + } + } + any_country = { + limit = { + capital_scope = { continent = europe } + any_owned_province = { is_colonial = yes } + NOT = { in_sphere = THIS } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 300 + } + add_casus_belli = { + target = THIS + type = free_peoples + months = 300 + } + casus_belli = { + target = THIS + type = humiliate + months = 300 + } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 300 + } + } + ai_chance = { + factor = 40 + modifier = { + factor = 0.5 + war_policy = pro_military + } + modifier = { + factor = 1.5 + war_policy = anti_military + } + modifier = { + factor = 0 + war_policy = jingoism + } + modifier = { + factor = 0 + badboy = 0.6 + OR = { + government = democracy + government = hms_government + } + } + } + } } - + #events regarding the Chincha Islands War country_event = { - id = 97150 - title = "EVTNAME97150" #The Talambó Incident - desc = "EVTDESC97150" - picture = "arrested" - - trigger = { - capital_scope = { continent = south_america } - owns = 2297 - war = no - is_disarmed = no - is_vassal = no - year = 1863 - NOT = { has_global_flag = talambo_incident_happened } - SPA = { - OR = { - exists = no - AND = { - war = no - is_greater_power = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - SPC = { - OR = { - exists = no - AND = { - war = no - is_greater_power = yes - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } - - mean_time_to_happen = { - months = 12 - } - - immediate = { - set_global_flag = talambo_incident_happened - } - - option = { - name = "EVT97150OPTA" - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - country_event = 97151 - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = 6 - } - ai_chance = { - factor = 5 - } - } - - option = { - name = "EVT97150OPTB" - random_country = { - limit = { - OR = { - tag = SPA - tag = SPC - } - exists = yes - } - country_event = 97152 - } - any_pop = { - limit = { is_primary_culture = yes } - militancy = -3 - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - ai_chance = { - factor = 95 - } - } + id = 97150 + title = "EVTNAME97150" #The Talambó Incident + desc = "EVTDESC97150" + picture = "arrested" + + trigger = { + capital_scope = { continent = south_america } + owns = 2297 + war = no + is_disarmed = no + is_vassal = no + year = 1863 + NOT = { has_global_flag = talambo_incident_happened } + SPA = { + OR = { + exists = no + AND = { + war = no + is_greater_power = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + SPC = { + OR = { + exists = no + AND = { + war = no + is_greater_power = yes + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } + + mean_time_to_happen = { + months = 12 + } + + immediate = { + set_global_flag = talambo_incident_happened + } + + option = { + name = "EVT97150OPTA" + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + country_event = 97151 + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = 6 + } + ai_chance = { + factor = 5 + } + } + + option = { + name = "EVT97150OPTB" + random_country = { + limit = { + OR = { + tag = SPA + tag = SPC + } + exists = yes + } + country_event = 97152 + } + any_pop = { + limit = { is_primary_culture = yes } + militancy = -3 + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + ai_chance = { + factor = 95 + } + } } country_event = { - id = 97151 - title = "EVTNAME97150" #The Talambó Incident - Peru Apologizes - desc = "EVTDESC97151" - news = yes - news_desc_long = "EVTDESC97151_NEWS_LONG" - news_desc_medium = "EVTDESC97151_NEWS_MEDIUM" - news_desc_short = "EVTDESC97151_NEWS_SHORT" - picture = "arrested" - - is_triggered_only = yes - - option = { - name = "EVT97151OPTA" - prestige = 5 - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 2 - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - ai_chance = { - factor = 0.95 - modifier = { - factor = 0.1 - tag = SPC - } - } - } - - option = { - name = "EVT97151OPTB" - set_country_flag = restore_the_spanish_empire - prestige = -10 - diplomatic_influence = { who = FROM value = -200 } - FROM = { set_country_flag = resisting_spanish_rule } - any_country = { - limit = { - OR = { - primary_culture = north_andean - primary_culture = south_andean - primary_culture = platinean - } - } - set_country_flag = resisting_spanish_rule - relation = { who = FROM value = -100 } - relation = { who = THIS value = 50 } - } - war = { - target = FROM - attacker_goal = { - casus_belli = make_puppet - } - } - ai_chance = { - factor = 0.05 - } - } + id = 97151 + title = "EVTNAME97150" #The Talambó Incident - Peru Apologizes + desc = "EVTDESC97151" + news = yes + news_desc_long = "EVTDESC97151_NEWS_LONG" + news_desc_medium = "EVTDESC97151_NEWS_MEDIUM" + news_desc_short = "EVTDESC97151_NEWS_SHORT" + picture = "arrested" + + is_triggered_only = yes + + option = { + name = "EVT97151OPTA" + prestige = 5 + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 2 + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + ai_chance = { + factor = 0.95 + modifier = { + factor = 0.1 + tag = SPC + } + } + } + + option = { + name = "EVT97151OPTB" + set_country_flag = restore_the_spanish_empire + prestige = -10 + diplomatic_influence = { who = FROM value = -200 } + FROM = { set_country_flag = resisting_spanish_rule } + any_country = { + limit = { + OR = { + primary_culture = north_andean + primary_culture = south_andean + primary_culture = platinean + } + } + set_country_flag = resisting_spanish_rule + relation = { who = FROM value = -100 } + relation = { who = THIS value = 50 } + } + war = { + target = FROM + attacker_goal = { + casus_belli = make_puppet + } + } + ai_chance = { + factor = 0.05 + } + } } country_event = { - id = 97152 - title = "EVTNAME97150" #The Talambó Incident - Peru Refuses to Apologize - desc = "EVTDESC97152" - news = yes - news_desc_long = "EVTDESC97152_NEWS_LONG" - news_desc_medium = "EVTDESC97152_NEWS_MEDIUM" - news_desc_short = "EVTDESC97152_NEWS_SHORT" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT97152OPTA" - prestige = -25 - badboy = -2 - any_pop = { - limit = { is_primary_culture = yes } - militancy = 2 - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - ai_chance = { - factor = 40 - modifier = { - factor = 0.1 - tag = SPC - } - } - } - - option = { - name = "EVT97152OPTB" - set_country_flag = restore_the_spanish_empire - prestige = -25 - badboy = 2 - diplomatic_influence = { who = FROM value = -200 } - FROM = { set_country_flag = resisting_spanish_rule } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - any_country = { - limit = { - OR = { - primary_culture = north_andean - primary_culture = south_andean - primary_culture = platinean - } - } - set_country_flag = resisting_spanish_rule - relation = { who = FROM value = -100 } - relation = { who = THIS value = 50 } - } - casus_belli = { - target = FROM - type = make_puppet - months = 30 - } - ai_chance = { factor = 60 } - } + id = 97152 + title = "EVTNAME97150" #The Talambó Incident - Peru Refuses to Apologize + desc = "EVTDESC97152" + news = yes + news_desc_long = "EVTDESC97152_NEWS_LONG" + news_desc_medium = "EVTDESC97152_NEWS_MEDIUM" + news_desc_short = "EVTDESC97152_NEWS_SHORT" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT97152OPTA" + prestige = -25 + badboy = -2 + any_pop = { + limit = { is_primary_culture = yes } + militancy = 2 + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + ai_chance = { + factor = 40 + modifier = { + factor = 0.1 + tag = SPC + } + } + } + + option = { + name = "EVT97152OPTB" + set_country_flag = restore_the_spanish_empire + prestige = -25 + badboy = 2 + diplomatic_influence = { who = FROM value = -200 } + FROM = { set_country_flag = resisting_spanish_rule } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + any_country = { + limit = { + OR = { + primary_culture = north_andean + primary_culture = south_andean + primary_culture = platinean + } + } + set_country_flag = resisting_spanish_rule + relation = { who = FROM value = -100 } + relation = { who = THIS value = 50 } + } + casus_belli = { + target = FROM + type = make_puppet + months = 30 + } + ai_chance = { factor = 60 } + } } country_event = { - id = 97155 - title = "EVTNAME97155" #Submitting to Spain - desc = "EVTDESC97155" - picture = "treaty" - - trigger = { - has_country_flag = resisting_spanish_rule - war = no - OR = { - vassal_of = SPA - vassal_of = SPC - } - NOT = { has_country_flag = submitting_to_the_spanish } - } - - mean_time_to_happen = { - days = 3 - } - - immediate = { - set_country_flag = submitting_to_the_spanish - } - - option = { - name = "EVT97155OPTA" - clr_country_flag = resisting_spanish_rule - prestige = -10 - random_country = { - limit = { has_country_flag = restore_the_spanish_empire } - country_event = 97156 - } - } + id = 97155 + title = "EVTNAME97155" #Submitting to Spain + desc = "EVTDESC97155" + picture = "treaty" + + trigger = { + has_country_flag = resisting_spanish_rule + war = no + OR = { + vassal_of = SPA + vassal_of = SPC + } + NOT = { has_country_flag = submitting_to_the_spanish } + } + + mean_time_to_happen = { + days = 3 + } + + immediate = { + set_country_flag = submitting_to_the_spanish + } + + option = { + name = "EVT97155OPTA" + clr_country_flag = resisting_spanish_rule + prestige = -10 + random_country = { + limit = { has_country_flag = restore_the_spanish_empire } + country_event = 97156 + } + } } country_event = { - id = 97156 - title = "EVTNAME97156" #Peru Submits - desc = "EVTDESC97156" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97156OPTA" - clr_country_flag = restore_the_spanish_empire - release_vassal = FROM - random_country = { - limit = { is_sphere_leader_of = FROM } - diplomatic_influence = { who = FROM value = -200 } - } - relation = { who = FROM value = 100 } - diplomatic_influence = { who = FROM value = 200 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - tag = SPC - } - } - } - - option = { - name = "EVT97156OPTB" - prestige = 10 - random_country = { - limit = { is_sphere_leader_of = FROM } - diplomatic_influence = { who = FROM value = -200 } - } - relation = { who = FROM value = 200 } - diplomatic_influence = { who = FROM value = 400 } - ai_chance = { - factor = 75 - } - } + id = 97156 + title = "EVTNAME97156" #Peru Submits + desc = "EVTDESC97156" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97156OPTA" + clr_country_flag = restore_the_spanish_empire + release_vassal = FROM + random_country = { + limit = { is_sphere_leader_of = FROM } + diplomatic_influence = { who = FROM value = -200 } + } + relation = { who = FROM value = 100 } + diplomatic_influence = { who = FROM value = 200 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + tag = SPC + } + } + } + + option = { + name = "EVT97156OPTB" + prestige = 10 + random_country = { + limit = { is_sphere_leader_of = FROM } + diplomatic_influence = { who = FROM value = -200 } + } + relation = { who = FROM value = 200 } + diplomatic_influence = { who = FROM value = 400 } + ai_chance = { + factor = 75 + } + } } country_event = { - id = 97160 - title = "EVTNAME97160" #The Return of the Imperialists - desc = "EVTDESC97160" - picture = "administration" - - trigger = { - has_country_flag = resisting_spanish_rule - war = no - NOT = { any_core = { country_units_in_province = REB } } - NOT = { has_country_flag = protested_the_spanish } - any_neighbor_country = { - has_country_flag = resisting_spanish_rule - OR = { - war_with = SPA - war_with = SPC - } - } - } - - mean_time_to_happen = { - months = 1 - } - - immediate = { - set_country_flag = protested_the_spanish - } - - option = { - name = "EVT97160OPTA" - prestige = -5 - any_pop = { - limit = { is_primary_culture = yes } - militancy = 3 - dominant_issue = { - factor = 0.05 - value = pacifism - } - } - any_neighbor_country = { - limit = { has_country_flag = resisting_spanish_rule } - relation = { who = THIS value = -50 } - } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT97160OPTB" - prestige = 5 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -3 - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - any_neighbor_country = { - limit = { has_country_flag = resisting_spanish_rule } - relation = { who = THIS value = 50 } - } - random_country = { - limit = { has_country_flag = restore_the_spanish_empire } - country_event = 97161 - } - ai_chance = { - factor = 75 - } - } + id = 97160 + title = "EVTNAME97160" #The Return of the Imperialists + desc = "EVTDESC97160" + picture = "administration" + + trigger = { + has_country_flag = resisting_spanish_rule + war = no + NOT = { any_core = { country_units_in_province = REB } } + NOT = { has_country_flag = protested_the_spanish } + any_neighbor_country = { + has_country_flag = resisting_spanish_rule + OR = { + war_with = SPA + war_with = SPC + } + } + } + + mean_time_to_happen = { + months = 1 + } + + immediate = { + set_country_flag = protested_the_spanish + } + + option = { + name = "EVT97160OPTA" + prestige = -5 + any_pop = { + limit = { is_primary_culture = yes } + militancy = 3 + dominant_issue = { + factor = 0.05 + value = pacifism + } + } + any_neighbor_country = { + limit = { has_country_flag = resisting_spanish_rule } + relation = { who = THIS value = -50 } + } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT97160OPTB" + prestige = 5 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -3 + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + any_neighbor_country = { + limit = { has_country_flag = resisting_spanish_rule } + relation = { who = THIS value = 50 } + } + random_country = { + limit = { has_country_flag = restore_the_spanish_empire } + country_event = 97161 + } + ai_chance = { + factor = 75 + } + } } country_event = { - id = 97161 - title = "EVTNAME97161" #Protest to Spain - desc = "EVTDESC97161" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT97161OPTA" #So be it. - diplomatic_influence = { who = FROM value = -200 } - relation = { who = FROM value = -200 } - casus_belli = { - target = FROM - type = make_puppet - months = 120 - } - } + id = 97161 + title = "EVTNAME97161" #Protest to Spain + desc = "EVTDESC97161" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT97161OPTA" #So be it. + diplomatic_influence = { who = FROM value = -200 } + relation = { who = FROM value = -200 } + casus_belli = { + target = FROM + type = make_puppet + months = 120 + } + } } country_event = { - id = 97165 - title = "EVTNAME97165" #Appeal to America? - desc = "EVTDESC97165" - picture = "administration" - - trigger = { - has_country_flag = resisting_spanish_rule - OR = { - war = no - war_with = SPC - war_with = SPA - } - OR = { - any_neighbor_country = { - OR = { - vassal_of = SPC - vassal_of = SPA - tag = SPA - tag = SPC - } - } - AND = { - OR = { - SPA = { has_country_flag = restore_the_spanish_empire } - SPC = { has_country_flag = restore_the_spanish_empire } - } - OR = { - war_with = SPC - war_with = SPA - } - } - } - NOT = { has_country_flag = appealed_to_americans } - USA = { - war = no - is_greater_power = yes - relation = { who = THIS value = 0 } - NOT = { - alliance_with = THIS - is_sphere_leader_of = THIS - truce_with = THIS - } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.1 - war = yes - } - } - - immediate = { - set_country_flag = appealed_to_americans - } - - option = { - name = "EVT97165OPTA" - prestige = 5 - any_pop = { - limit = { is_primary_culture = yes } - militancy = -3 - dominant_issue = { - factor = 0.10 - value = pro_military - } - } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT97165OPTB" - prestige = -5 - USA = { country_event = 97166 } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - war = yes - NOT = { - any_greater_power = { war_with = THIS } - } - } - } - } + id = 97165 + title = "EVTNAME97165" #Appeal to America? + desc = "EVTDESC97165" + picture = "administration" + + trigger = { + has_country_flag = resisting_spanish_rule + OR = { + war = no + war_with = SPC + war_with = SPA + } + OR = { + any_neighbor_country = { + OR = { + vassal_of = SPC + vassal_of = SPA + tag = SPA + tag = SPC + } + } + AND = { + OR = { + SPA = { has_country_flag = restore_the_spanish_empire } + SPC = { has_country_flag = restore_the_spanish_empire } + } + OR = { + war_with = SPC + war_with = SPA + } + } + } + NOT = { has_country_flag = appealed_to_americans } + USA = { + war = no + is_greater_power = yes + relation = { who = THIS value = 0 } + NOT = { + alliance_with = THIS + is_sphere_leader_of = THIS + truce_with = THIS + } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.1 + war = yes + } + } + + immediate = { + set_country_flag = appealed_to_americans + } + + option = { + name = "EVT97165OPTA" + prestige = 5 + any_pop = { + limit = { is_primary_culture = yes } + militancy = -3 + dominant_issue = { + factor = 0.10 + value = pro_military + } + } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT97165OPTB" + prestige = -5 + USA = { country_event = 97166 } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + war = yes + NOT = { + any_greater_power = { war_with = THIS } + } + } + } + } } country_event = { - id = 97166 - title = "EVTNAME97166" #Request for Aid - desc = "EVTDESC97166" - picture = "treaty" - - is_triggered_only = yes - - option = { - name = "EVT97166OPTA" - prestige = -10 - relation = { who = FROM value = -50 } - diplomatic_influence = { who = FROM value = -50 } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT97166OPTB" - create_alliance = FROM - relation = { who = FROM value = 200 } - random_country = { - limit = { - is_sphere_leader_of = FROM - NOT = { tag = THIS } - } - diplomatic_influence = { who = FROM value = -100 } - relation = { who = THIS value = -50 } - } - diplomatic_influence = { who = FROM value = 200 } - random_country = { - limit = { - tag = SPA - has_country_flag = restore_the_spanish_empire - is_greater_power = no - } - THIS = { - diplomatic_influence = { who = SPA value = -100 } - } - } - random_country = { - limit = { - tag = SPC - has_country_flag = restore_the_spanish_empire - is_greater_power = no - } - THIS = { - diplomatic_influence = { who = SPC value = -100 } - } - } - random_country = { - limit = { has_country_flag = restore_the_spanish_empire } - leave_alliance = THIS - relation = { who = THIS value = -100 } - add_casus_belli = { - target = THIS - type = free_peoples - months = 24 - } - add_casus_belli = { - target = THIS - type = release_puppet - months = 24 - } - } - ai_chance = { - factor = 90 - } - } + id = 97166 + title = "EVTNAME97166" #Request for Aid + desc = "EVTDESC97166" + picture = "treaty" + + is_triggered_only = yes + + option = { + name = "EVT97166OPTA" + prestige = -10 + relation = { who = FROM value = -50 } + diplomatic_influence = { who = FROM value = -50 } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT97166OPTB" + create_alliance = FROM + relation = { who = FROM value = 200 } + random_country = { + limit = { + is_sphere_leader_of = FROM + NOT = { tag = THIS } + } + diplomatic_influence = { who = FROM value = -100 } + relation = { who = THIS value = -50 } + } + diplomatic_influence = { who = FROM value = 200 } + random_country = { + limit = { + tag = SPA + has_country_flag = restore_the_spanish_empire + is_greater_power = no + } + THIS = { + diplomatic_influence = { who = SPA value = -100 } + } + } + random_country = { + limit = { + tag = SPC + has_country_flag = restore_the_spanish_empire + is_greater_power = no + } + THIS = { + diplomatic_influence = { who = SPC value = -100 } + } + } + random_country = { + limit = { has_country_flag = restore_the_spanish_empire } + leave_alliance = THIS + relation = { who = THIS value = -100 } + add_casus_belli = { + target = THIS + type = free_peoples + months = 24 + } + add_casus_belli = { + target = THIS + type = release_puppet + months = 24 + } + } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 97167 - title = "EVTNAME97167" #Beginning of the Hispano-Moroccan War - desc = "EVTDESC97167" - picture = "spanish_moroccan_war" - - fire_only_once = yes - - trigger = { - OR = { - tag = SPA - tag = SPC - } - owns = 1689 - OR = { - government = hms_government - government = absolute_monarchy - government = prussian_constitutionalism - } - MOR = { - NOT = { has_leader = "Sultan Abd al-Rahman" } - owns = 1695 - exists = yes - ai = yes - civilized = no - } - NOT = { - truce_with = THIS - owns = 1695 } - } - - mean_time_to_happen = { days = 30 } - - option = { - name = "EVT97167OPTA" - prestige = -2 - random_country = { - limit = { is_sphere_leader_of = MOR } - diplomatic_influence = { who = MOR value = -300 } - relation = { who = MOR value = -300 } - leave_alliance = MOR - casus_belli = { - target = MOR - type = add_to_sphere - months = 120 - } - } - MOR = { define_general = { - name = "Sultan Muhammad IV" - personality = coolminded - background = aristocrat - } - } - relation = { - who = MOR - value = -300 - } - diplomatic_influence = { - who = MOR - value = -200 - } - casus_belli = { target = MOR type = treaty_port_casus_belli months = 40 } - 1689 = { - add_province_modifier = { name = nationalist_agitation duration = 365 } - any_pop = { - random_list = { - 34 = { } - 33 = { } - 33 = { reduce_pop = 0.99 } - } - } - } - ai_chance = { - factor = 0.05 - modifier = { - factor = 100 - MOR = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - } - } - option = { - name = "EVT97167OPTB" - prestige = -2 - random_country = { limit = { is_sphere_leader_of = MOR } - diplomatic_influence = { who = MOR value = -300 } - relation = { who = MOR value = -300 } - leave_alliance = MOR - casus_belli = { - target = MOR - type = add_to_sphere - months = 120 - } - } - diplomatic_influence = { - who = MOR - value = -300 - } - MOR = { define_general = { - name = "Sultan Muhammad IV" - personality = coolminded - background = aristocrat - } - } - 1689 = { add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - any_pop = { - random_list = { - 34 = { reduce_pop = 0.99 } - 33 = { reduce_pop = 0.98 } - 33 = { reduce_pop = 0.97 } - } } - } - ai_chance = { - factor = 0.01 - } - } - - option = { - name = "EVT98641OPTB" - prestige = -2 - random_country = { limit = { is_sphere_leader_of = MOR } - diplomatic_influence = { who = MOR value = -300 } - relation = { who = MOR value = -300 } - leave_alliance = MOR - casus_belli = { - target = MOR - type = add_to_sphere - months = 120 - } - } - MOR = { define_general = { - name = "Sultan Muhammad IV" - personality = coolminded - background = aristocrat - } - } - relation = { - who = MOR - value = -300 - } - diplomatic_influence = { - who = MOR - value = -300 - } - casus_belli = { - target = MOR - type = humiliate - months = 100 - } - war = { - target = MOR - attacker_goal = { casus_belli = treaty_port_casus_belli } - defender_goal = { - casus_belli = acquire_core_state - state_province_id = 1689 - } - } - 1689 = { add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - any_pop = { - random_list = { - 34 = { } - 33 = { } - 33 = { reduce_pop = 0.99 } - } - } - } - ai_chance = { - factor = 0.94 - modifier = { - factor = 0 - MOR = { - part_of_sphere = yes - NOT = { in_sphere = THIS } - } - } - } - } - } - - + id = 97167 + title = "EVTNAME97167" #Beginning of the Hispano-Moroccan War + desc = "EVTDESC97167" + picture = "spanish_moroccan_war" + + fire_only_once = yes + + trigger = { + OR = { + tag = SPA + tag = SPC + } + owns = 1689 + OR = { + government = hms_government + government = absolute_monarchy + government = prussian_constitutionalism + } + MOR = { + NOT = { has_leader = "Sultan Abd al-Rahman" } + owns = 1695 + exists = yes + ai = yes + civilized = no + } + NOT = { + truce_with = THIS + owns = 1695 } + } + + mean_time_to_happen = { days = 30 } + + option = { + name = "EVT97167OPTA" + prestige = -2 + random_country = { + limit = { is_sphere_leader_of = MOR } + diplomatic_influence = { who = MOR value = -300 } + relation = { who = MOR value = -300 } + leave_alliance = MOR + casus_belli = { + target = MOR + type = add_to_sphere + months = 120 + } + } + MOR = { define_general = { + name = "Sultan Muhammad IV" + personality = coolminded + background = aristocrat + } + } + relation = { + who = MOR + value = -300 + } + diplomatic_influence = { + who = MOR + value = -200 + } + casus_belli = { target = MOR type = treaty_port_casus_belli months = 40 } + 1689 = { + add_province_modifier = { name = nationalist_agitation duration = 365 } + any_pop = { + random_list = { + 34 = { } + 33 = { } + 33 = { reduce_pop = 0.99 } + } + } + } + ai_chance = { + factor = 0.05 + modifier = { + factor = 100 + MOR = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + } + } + option = { + name = "EVT97167OPTB" + prestige = -2 + random_country = { limit = { is_sphere_leader_of = MOR } + diplomatic_influence = { who = MOR value = -300 } + relation = { who = MOR value = -300 } + leave_alliance = MOR + casus_belli = { + target = MOR + type = add_to_sphere + months = 120 + } + } + diplomatic_influence = { + who = MOR + value = -300 + } + MOR = { define_general = { + name = "Sultan Muhammad IV" + personality = coolminded + background = aristocrat + } + } + 1689 = { add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + any_pop = { + random_list = { + 34 = { reduce_pop = 0.99 } + 33 = { reduce_pop = 0.98 } + 33 = { reduce_pop = 0.97 } + } } + } + ai_chance = { + factor = 0.01 + } + } + + option = { + name = "EVT98641OPTB" + prestige = -2 + random_country = { limit = { is_sphere_leader_of = MOR } + diplomatic_influence = { who = MOR value = -300 } + relation = { who = MOR value = -300 } + leave_alliance = MOR + casus_belli = { + target = MOR + type = add_to_sphere + months = 120 + } + } + MOR = { define_general = { + name = "Sultan Muhammad IV" + personality = coolminded + background = aristocrat + } + } + relation = { + who = MOR + value = -300 + } + diplomatic_influence = { + who = MOR + value = -300 + } + casus_belli = { + target = MOR + type = humiliate + months = 100 + } + war = { + target = MOR + attacker_goal = { casus_belli = treaty_port_casus_belli } + defender_goal = { + casus_belli = acquire_core_state + state_province_id = 1689 + } + } + 1689 = { add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + any_pop = { + random_list = { + 34 = { } + 33 = { } + 33 = { reduce_pop = 0.99 } + } + } + } + ai_chance = { + factor = 0.94 + modifier = { + factor = 0 + MOR = { + part_of_sphere = yes + NOT = { in_sphere = THIS } + } + } + } + } + } + + country_event = { - id = 971700 - title = "EVTNAME971700" #The Moroccan Question - desc = "EVTDESC971700" - picture = "tangier_photo" - - is_triggered_only = yes - - option = { - name = "EVT971700OPTA" #Agree - badboy = -1 - relation = { who = FROM value = 50 } - FROM = { country_event = 971710 } - ai_chance = { - factor = 80 - modifier = { - factor = 40 - NOT = { relation = { who = FROM value = 0 } } - } - modifier = { - factor = 90 - FROM = { is_greater_power = yes } - } - - modifier = { - factor = 90 - alliance_with = FROM - } - - modifier = { - factor = 90 - is_sphere_leader_of = FROM - } - } - } - option = { - name = "EVT971700OPTB" - relation = { who = FROM value = -150 } - FROM = { - leave_alliance = THIS - end_military_access = THIS - casus_belli = { - target = THIS - type = take_from_sphere - months = 36 - } - casus_belli = { - target = THIS - type = humiliate - months = 36 - } - } - random_country = { - limit = { is_greater_power = yes } - relation = { who = THIS value = -75 } - casus_belli = { - target = THIS - type = cut_down_to_size - months = 36 - } - } - diplomatic_influence = { who = FROM value = -400 } - ai_chance = { - factor = 20 - modifier = { - factor = 10 - FROM = { is_greater_power = yes } - } - } - } - } - + id = 971700 + title = "EVTNAME971700" #The Moroccan Question + desc = "EVTDESC971700" + picture = "tangier_photo" + + is_triggered_only = yes + + option = { + name = "EVT971700OPTA" #Agree + badboy = -1 + relation = { who = FROM value = 50 } + FROM = { country_event = 971710 } + ai_chance = { + factor = 80 + modifier = { + factor = 40 + NOT = { relation = { who = FROM value = 0 } } + } + modifier = { + factor = 90 + FROM = { is_greater_power = yes } + } + + modifier = { + factor = 90 + alliance_with = FROM + } + + modifier = { + factor = 90 + is_sphere_leader_of = FROM + } + } + } + option = { + name = "EVT971700OPTB" + relation = { who = FROM value = -150 } + FROM = { + leave_alliance = THIS + end_military_access = THIS + casus_belli = { + target = THIS + type = take_from_sphere + months = 36 + } + casus_belli = { + target = THIS + type = humiliate + months = 36 + } + } + random_country = { + limit = { is_greater_power = yes } + relation = { who = THIS value = -75 } + casus_belli = { + target = THIS + type = cut_down_to_size + months = 36 + } + } + diplomatic_influence = { who = FROM value = -400 } + ai_chance = { + factor = 20 + modifier = { + factor = 10 + FROM = { is_greater_power = yes } + } + } + } + } + country_event = { - id = 971710 - title = "EVTNAME971710" #The Partition of Morocco - desc = "EVTDESC971710" - picture = "carlistas_en_miranda" - - is_triggered_only = yes - - immediate = { - FROM = { inherit = MOR } - any_owned = { limit = { is_core = MOR NOT = { province_id = 1689 province_id = 2590 region = MOR_1696 } } secede_province = FROM } - } - - option = { - name = "EVT971710OPTA" - FROM = { - any_owned = { - limit = { - OR = { - province_id = 1686 - province_id = 1687 - province_id = 1688 - province_id = 1695 - } - } - secede_province = THIS - } - any_owned = { limit = { province_id = 1686 } secede_province = MOR } - } - 1696 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } - 1773 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } - 1774 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } - MOR = { - civilized = yes - nationalvalue = nv_autocracy - capital = 1686 - government = hms_government - prestige = -50 - tech_school = developing_tech_school - } - FROM = { - create_vassal = MOR - create_alliance = MOR - diplomatic_influence = { who = MOR value = 400 } - relation = { who = MOR value = 400 } - } - diplomatic_influence = { who = MOR value = 50 } - } + id = 971710 + title = "EVTNAME971710" #The Partition of Morocco + desc = "EVTDESC971710" + picture = "carlistas_en_miranda" + + is_triggered_only = yes + + immediate = { + FROM = { inherit = MOR } + any_owned = { limit = { is_core = MOR NOT = { province_id = 1689 province_id = 2590 region = MOR_1696 } } secede_province = FROM } + } + + option = { + name = "EVT971710OPTA" + FROM = { + any_owned = { + limit = { + OR = { + province_id = 1686 + province_id = 1687 + province_id = 1688 + province_id = 1695 + } + } + secede_province = THIS + } + any_owned = { limit = { province_id = 1686 } secede_province = MOR } + } + 1696 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } + 1773 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } + 1774 = { secede_province = THIS add_core = MOR any_pop = { literacy = -0.99 } } + MOR = { + civilized = yes + nationalvalue = nv_autocracy + capital = 1686 + government = hms_government + prestige = -50 + tech_school = developing_tech_school + } + FROM = { + create_vassal = MOR + create_alliance = MOR + diplomatic_influence = { who = MOR value = 400 } + relation = { who = MOR value = 400 } + } + diplomatic_influence = { who = MOR value = 50 } + } } #End of the carlists/christinos country_event = { - id = 971711 - title = "EVTNAME971711" - desc = "EVTDESC971711" - picture = "carlistas_en_miranda" - - trigger = { - has_country_flag = fueros_abolished - OR = { - has_global_flag = spain_glorious_revolution - year = 1880 - } - NOT = { has_global_flag = carlists_pacified } - OR = { - tag = SPA - tag = SPC - } - } - - fire_only_once = yes - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT971711OPTA" - set_global_flag = carlists_pacified - remove_accepted_culture = catalan - remove_accepted_culture = basque - any_owned = { - remove_province_modifier = carlist_sympathies - remove_province_modifier = christino_sympathies - remove_province_modifier = rebel_cell_discovered - } - any_pop = { - limit = { has_pop_culture = spanish } - militancy = -4 - } - any_pop = { - limit = { - OR = { - has_pop_culture = basque - has_pop_culture = catalan - } - } - consciousness = 9 - militancy = -4 - } - } + id = 971711 + title = "EVTNAME971711" + desc = "EVTDESC971711" + picture = "carlistas_en_miranda" + + trigger = { + has_country_flag = fueros_abolished + OR = { + has_global_flag = spain_glorious_revolution + year = 1880 + } + NOT = { has_global_flag = carlists_pacified } + OR = { + tag = SPA + tag = SPC + } + } + + fire_only_once = yes + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT971711OPTA" + set_global_flag = carlists_pacified + remove_accepted_culture = catalan + remove_accepted_culture = basque + any_owned = { + remove_province_modifier = carlist_sympathies + remove_province_modifier = christino_sympathies + remove_province_modifier = rebel_cell_discovered + } + any_pop = { + limit = { has_pop_culture = spanish } + militancy = -4 + } + any_pop = { + limit = { + OR = { + has_pop_culture = basque + has_pop_culture = catalan + } + } + consciousness = 9 + militancy = -4 + } + } } #Silver Fever country_event = { - id = 971712 - title = "EVTNAME971712" - desc = "EVTDESC971712" - picture = "goldrush" - - trigger = { - year = 1838 - 515 = { - owned_by = THIS - NOT = { trade_goods = precious_metal } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT971712OPTA" - 515 = { - trade_goods = precious_metal - add_province_modifier = { name = silver_mine duration = -1 } - } - } + id = 971712 + title = "EVTNAME971712" + desc = "EVTDESC971712" + picture = "goldrush" + + trigger = { + year = 1838 + 515 = { + owned_by = THIS + NOT = { trade_goods = precious_metal } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT971712OPTA" + 515 = { + trade_goods = precious_metal + add_province_modifier = { name = silver_mine duration = -1 } + } + } } #The End of the Silver Fever country_event = { - id = 971713 - title = "EVTNAME971713" - desc = "EVTDESC971713" - picture = "goldrush" - - trigger = { - year = 1898 - 515 = { - owned_by = THIS - trade_goods = precious_metal - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 48 - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - } - - option = { - name = "EVT971713OPTA" - 515 = { - trade_goods = fish - remove_province_modifier = silver_mine - } - } + id = 971713 + title = "EVTNAME971713" + desc = "EVTDESC971713" + picture = "goldrush" + + trigger = { + year = 1898 + 515 = { + owned_by = THIS + trade_goods = precious_metal + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 48 + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + } + + option = { + name = "EVT971713OPTA" + 515 = { + trade_goods = fish + remove_province_modifier = silver_mine + } + } } #The Falangist Doctrine country_event = { - id = 971714 - title = "EVTNAME971714" - desc = "EVTDESC971714" - picture = "carlistas_en_miranda" - - is_triggered_only = yes - - option = { - name = "EVT971714OPTA" #Gibraltar only - badboy = 3 - 517 = { add_core = THIS } - ai_chance = { factor = 60 } - } - - option = { - name = "EVT971714OPTB" #Gibraltar and France - badboy = 10 - 517 = { add_core = THIS } - 460 = { add_core = THIS } - 457 = { add_core = THIS } - 464 = { add_core = THIS } - - ai_chance = { factor = 30 } - } - - option = { - name = "EVT971714OPTC" #Gibraltar and Portugal - badboy = 25 - 517 = { add_core = THIS } - - random_country = { - limit = { - tag = POR - exists = yes - vassal_of = THIS - } - annex_to = THIS - } - - random_country = { - limit = { - tag = POR - exists = yes - is_vassal = yes - NOT = { vassal_of = THIS } - } - overlord = { - release = POR - casus_belli = { - target = THIS - type = cut_down_to_size - months = 48 - } - casus_belli = { - target = POR - type = make_puppet - months = 48 - } - } - THIS = { diplomatic_influence = { who = POR value = -400 } } - set_country_flag = annex_to_master - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -400 } - add_casus_belli = { - target = THIS - type = make_puppet - months = 48 - } - THIS = { - war = { - target = POR - attacker_goal = { casus_belli = make_puppet } - } - } - } - - random_country = { - limit = { - tag = POR - exists = yes - is_vassal = no - } - THIS = { diplomatic_influence = { who = POR value = -400 } } - set_country_flag = annex_to_master - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -400 } - add_casus_belli = { - target = THIS - type = make_puppet - months = 48 - } - THIS = { - war = { - target = POR - attacker_goal = { casus_belli = make_puppet } - } - } - } - ai_chance = { factor = 7 } - } - - option = { - name = "EVT971714OPTD" #Everything and Portugal - badboy = 30 - 517 = { add_core = THIS } - 460 = { add_core = THIS } - 457 = { add_core = THIS } - 464 = { add_core = THIS } - - random_country = { - limit = { - tag = POR - exists = yes - vassal_of = THIS - } - annex_to = THIS - } - - random_country = { - limit = { - tag = POR - exists = yes - is_vassal = yes - NOT = { vassal_of = THIS } - } - overlord = { - release = POR - casus_belli = { - target = THIS - type = cut_down_to_size - months = 48 - } - casus_belli = { - target = POR - type = make_puppet - months = 48 - } - } - THIS = { diplomatic_influence = { who = POR value = -400 } } - set_country_flag = annex_to_master - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -400 } - add_casus_belli = { - target = THIS - type = make_puppet - months = 48 - } - THIS = { - war = { - target = POR - attacker_goal = { casus_belli = make_puppet } - } - } - } - - random_country = { - limit = { - tag = POR - exists = yes - is_vassal = no - } - THIS = { diplomatic_influence = { who = POR value = -400 } } - set_country_flag = annex_to_master - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -400 } - add_casus_belli = { - target = THIS - type = make_puppet - months = 48 - } - THIS = { - war = { - target = POR - attacker_goal = { casus_belli = make_puppet } - } - } - } - - ai_chance = { factor = 3 } - } -} + id = 971714 + title = "EVTNAME971714" + desc = "EVTDESC971714" + picture = "carlistas_en_miranda" + + is_triggered_only = yes + option = { + name = "EVT971714OPTA" #Gibraltar only + badboy = 3 + 517 = { add_core = THIS } + ai_chance = { factor = 60 } + } + + option = { + name = "EVT971714OPTB" #Gibraltar and France + badboy = 10 + 517 = { add_core = THIS } + 460 = { add_core = THIS } + 457 = { add_core = THIS } + 464 = { add_core = THIS } + + ai_chance = { factor = 30 } + } + + option = { + name = "EVT971714OPTC" #Gibraltar and Portugal + badboy = 25 + 517 = { add_core = THIS } + + random_country = { + limit = { + tag = POR + exists = yes + vassal_of = THIS + } + annex_to = THIS + } + + random_country = { + limit = { + tag = POR + exists = yes + is_vassal = yes + NOT = { vassal_of = THIS } + } + overlord = { + release = POR + casus_belli = { + target = THIS + type = cut_down_to_size + months = 48 + } + casus_belli = { + target = POR + type = make_puppet + months = 48 + } + } + THIS = { diplomatic_influence = { who = POR value = -400 } } + set_country_flag = annex_to_master + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -400 } + add_casus_belli = { + target = THIS + type = make_puppet + months = 48 + } + THIS = { + war = { + target = POR + attacker_goal = { casus_belli = make_puppet } + } + } + } + + random_country = { + limit = { + tag = POR + exists = yes + is_vassal = no + } + THIS = { diplomatic_influence = { who = POR value = -400 } } + set_country_flag = annex_to_master + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -400 } + add_casus_belli = { + target = THIS + type = make_puppet + months = 48 + } + THIS = { + war = { + target = POR + attacker_goal = { casus_belli = make_puppet } + } + } + } + ai_chance = { factor = 7 } + } + + option = { + name = "EVT971714OPTD" #Everything and Portugal + badboy = 30 + 517 = { add_core = THIS } + 460 = { add_core = THIS } + 457 = { add_core = THIS } + 464 = { add_core = THIS } + + random_country = { + limit = { + tag = POR + exists = yes + vassal_of = THIS + } + annex_to = THIS + } + + random_country = { + limit = { + tag = POR + exists = yes + is_vassal = yes + NOT = { vassal_of = THIS } + } + overlord = { + release = POR + casus_belli = { + target = THIS + type = cut_down_to_size + months = 48 + } + casus_belli = { + target = POR + type = make_puppet + months = 48 + } + } + THIS = { diplomatic_influence = { who = POR value = -400 } } + set_country_flag = annex_to_master + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -400 } + add_casus_belli = { + target = THIS + type = make_puppet + months = 48 + } + THIS = { + war = { + target = POR + attacker_goal = { casus_belli = make_puppet } + } + } + } + + random_country = { + limit = { + tag = POR + exists = yes + is_vassal = no + } + THIS = { diplomatic_influence = { who = POR value = -400 } } + set_country_flag = annex_to_master + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -400 } + add_casus_belli = { + target = THIS + type = make_puppet + months = 48 + } + THIS = { + war = { + target = POR + attacker_goal = { casus_belli = make_puppet } + } + } + } + + ai_chance = { factor = 3 } + } +} diff --git a/HPM/events/SWEFlavor.txt b/HPM/events/SWEFlavor.txt index aa4d8e6a..a917b137 100644 --- a/HPM/events/SWEFlavor.txt +++ b/HPM/events/SWEFlavor.txt @@ -1,1152 +1,1151 @@ country_event = { - id = 36600 - news = yes - news_desc_long = "EVTDESC36600_NEWS_LONG" - news_desc_medium = "EVTDESC36600_NEWS_MEDIUM" - news_desc_short = "EVTDESC36600_NEWS_SHORT" - - trigger = { - tag = SWE - year = 1838 - NOT = { - year = 1841 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME36600" - desc = "EVTDESC36600" - picture = "Lind" - - option = { - name = "EVTOPTA36600" - prestige = 2 - } + id = 36600 + news = yes + news_desc_long = "EVTDESC36600_NEWS_LONG" + news_desc_medium = "EVTDESC36600_NEWS_MEDIUM" + news_desc_short = "EVTDESC36600_NEWS_SHORT" + + trigger = { + tag = SWE + year = 1838 + NOT = { + year = 1841 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME36600" + desc = "EVTDESC36600" + picture = "Lind" + + option = { + name = "EVTOPTA36600" + prestige = 2 + } } country_event = { - id = 36601 - - trigger = { - tag = SWE - year = 1842 - NOT = { - year = 1845 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1843 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1844 - } - } - - title = "EVTNAME36601" - desc = "EVTDESC36601" - picture = "School" - - option = { - name = "EVTOPTA36601" - prestige = 1 - social_reform = low_schools - } + id = 36601 + + trigger = { + tag = SWE + year = 1842 + NOT = { + year = 1845 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1843 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1844 + } + } + + title = "EVTNAME36601" + desc = "EVTDESC36601" + picture = "School" + + option = { + name = "EVTOPTA36601" + prestige = 1 + social_reform = low_schools + } } country_event = { - id = 36602 - - trigger = { - tag = SWE - year = 1836 - NOT = { - year = 1839 - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - } - - title = "EVTNAME36602" - desc = "EVTDESC36602" - picture = "Aftonbladet" - - option = { - name = "EVTOPTA36602" - any_pop = { - scaled_consciousness = { + id = 36602 + + trigger = { + tag = SWE + year = 1836 + NOT = { + year = 1839 + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + } + + title = "EVTNAME36602" + desc = "EVTDESC36602" + picture = "Aftonbladet" + + option = { + name = "EVTOPTA36602" + any_pop = { + scaled_consciousness = { factor = 1 - ideology = liberal - } - } - } + ideology = liberal + } + } + } } province_event = { - id = 36603 - - trigger = { - province_id = 322 #stockholm - owned_by = SWE - owner = { government = absolute_monarchy } - year = 1848 - NOT = { - year = 1852 - poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1849 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1850 - } - } - - title = "EVTNAME36603" - desc = "EVTDESC36603" - picture = "Riot" - - option = { - name = "EVTOPTA36603" - any_pop = { - militancy = 1 - } - } + id = 36603 + + trigger = { + province_id = 322 #stockholm + owned_by = SWE + owner = { government = absolute_monarchy } + year = 1848 + NOT = { + year = 1852 + poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1849 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1850 + } + } + + title = "EVTNAME36603" + desc = "EVTDESC36603" + picture = "Riot" + + option = { + name = "EVTOPTA36603" + any_pop = { + militancy = 1 + } + } } country_event = { - id = 36604 - - trigger = { - tag = SWE - invention = bessemer_steel - year = 1856 - NOT = { - year = 1862 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1858 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1859 - } - } - - title = "EVTNAME36604" - desc = "EVTDESC36604" - picture = "iron" - - option = { - name = "EVTOPTA36604" - prestige = 1 - } + id = 36604 + + trigger = { + tag = SWE + invention = bessemer_steel + year = 1856 + NOT = { + year = 1862 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1858 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1859 + } + } + + title = "EVTNAME36604" + desc = "EVTDESC36604" + picture = "iron" + + option = { + name = "EVTOPTA36604" + prestige = 1 + } } country_event = { - id = 36608 - - trigger = { - tag = SWE - exists = NOR - year = 1865 - NOT = { - year = 1875 - } - 329 = { - has_building = railroad - } - 316 = { - has_building = railroad - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1867 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1870 - } - } - - title = "EVTNAME36608" - desc = "EVTDESC36608" - picture = "railroad" - - option = { - name = "EVTOPTA36608" - relation = { who = NOR value = 20 } - } + id = 36608 + + trigger = { + tag = SWE + exists = NOR + year = 1865 + NOT = { + year = 1875 + } + 329 = { + has_building = railroad + } + 316 = { + has_building = railroad + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1867 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1870 + } + } + + title = "EVTNAME36608" + desc = "EVTDESC36608" + picture = "railroad" + + option = { + name = "EVTOPTA36608" + relation = { who = NOR value = 20 } + } } country_event = { - id = 36610 - - trigger = { - tag = SWE - year = 1879 - NOT = { - year = 1882 - poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1879 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1880 - } - } - - title = "EVTNAME36610" - desc = "EVTDESC36610" - picture = "Strike" - - option = { - name = "EVTOPTA36610" - craftsmen = { - militancy = 1 - } - artisans = { - militancy = 1 - } - labourers = { - militancy = 1 - } - } + id = 36610 + + trigger = { + tag = SWE + year = 1879 + NOT = { + year = 1882 + poor_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1879 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1880 + } + } + + title = "EVTNAME36610" + desc = "EVTDESC36610" + picture = "Strike" + + option = { + name = "EVTOPTA36610" + craftsmen = { + militancy = 1 + } + artisans = { + militancy = 1 + } + labourers = { + militancy = 1 + } + } } country_event = { - id = 36611 - news = yes - news_desc_long = "EVTDESC36611_NEWS_LONG" - news_desc_medium = "EVTDESC36611_NEWS_MEDIUM" - news_desc_short = "EVTDESC36611_NEWS_SHORT" - - trigger = { - tag = SWE - year = 1879 - realism = 1 - NOT = { - year = 1882 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1880 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1881 - } - } - - title = "EVTNAME36611" - desc = "EVTDESC36611" - picture = "Strindberg" - - option = { - name = "EVTOPTA36611" - prestige = 2 - } + id = 36611 + news = yes + news_desc_long = "EVTDESC36611_NEWS_LONG" + news_desc_medium = "EVTDESC36611_NEWS_MEDIUM" + news_desc_short = "EVTDESC36611_NEWS_SHORT" + + trigger = { + tag = SWE + year = 1879 + realism = 1 + NOT = { + year = 1882 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1880 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1881 + } + } + + title = "EVTNAME36611" + desc = "EVTDESC36611" + picture = "Strindberg" + + option = { + name = "EVTOPTA36611" + prestige = 2 + } } #Boden Fortress country_event = { - id = 36612 - - trigger = { - tag = SWE - owns = 321 - year = 1900 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - } - - title = "EVTNAME36612" - desc = "EVTDESC36612" - picture = "Boden" - - option = { - name = "EVTOPTA36611" - 321 = { fort = 1 } - treasury = -500 - } + id = 36612 + + trigger = { + tag = SWE + owns = 321 + year = 1900 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + } + + title = "EVTNAME36612" + desc = "EVTDESC36612" + picture = "Boden" + + option = { + name = "EVTOPTA36611" + 321 = { fort = 1 } + treasury = -500 + } } country_event = { - id = 36614 - - trigger = { - tag = SWE - year = 1839 - romanticism = 1 - NOT = { - year = 1842 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1840 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1841 - } - } - - title = "EVTNAME36614" - desc = "EVTDESC36614" - picture = "Almqvist" - - option = { - name = "EVTOPTA36614" - prestige = 2 - any_pop = { - scaled_consciousness = { - factor = 1 - ideology = liberal - } - } - } + id = 36614 + + trigger = { + tag = SWE + year = 1839 + romanticism = 1 + NOT = { + year = 1842 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1840 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1841 + } + } + + title = "EVTNAME36614" + desc = "EVTDESC36614" + picture = "Almqvist" + + option = { + name = "EVTOPTA36614" + prestige = 2 + any_pop = { + scaled_consciousness = { + factor = 1 + ideology = liberal + } + } + } } country_event = { - id = 36615 - - trigger = { - tag = SWE - year = 1882 - NOT = { - year = 1889 - poor_strata_life_needs = 0.95 #will not fire if poor are getting 95%+ life needs - middle_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1884 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - title = "EVTNAME36615" - desc = "EVTDESC36615" - picture = "emigration" - - option = { - name = "EVTOPTA36615" - prestige = 2 - farmers = { - consciousness = 1 - } - labourers = { - consciousness = 1 - } - craftsmen = { - consciousness = 1 - } - artisans = { - consciousness = 1 - } - clerks = { - consciousness = 1 - } - } + id = 36615 + + trigger = { + tag = SWE + year = 1882 + NOT = { + year = 1889 + poor_strata_life_needs = 0.95 #will not fire if poor are getting 95%+ life needs + middle_strata_everyday_needs = 0.75 #will not fire if poor are getting 75%+ everyday needs + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1884 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + title = "EVTNAME36615" + desc = "EVTDESC36615" + picture = "emigration" + + option = { + name = "EVTOPTA36615" + prestige = 2 + farmers = { + consciousness = 1 + } + labourers = { + consciousness = 1 + } + craftsmen = { + consciousness = 1 + } + artisans = { + consciousness = 1 + } + clerks = { + consciousness = 1 + } + } } country_event = { - id = 36617 - - trigger = { - tag = SWE - year = 1838 - NOT = { - year = 1842 - exists = NOR - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME36617" - desc = "EVTDESC36617" - picture = "norwayflag" - - option = { - name = "EVTOPTA36617" - prestige = -5 - any_pop = { - limit = { - has_pop_culture = swedish - } - consciousness = 1 - } - } - - option = { - name = "EVTOPTB36617" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = norwegian - } - consciousness = 2 - } - } + id = 36617 + + trigger = { + tag = SWE + year = 1838 + NOT = { + year = 1842 + exists = NOR + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME36617" + desc = "EVTDESC36617" + picture = "norwayflag" + + option = { + name = "EVTOPTA36617" + prestige = -5 + any_pop = { + limit = { + has_pop_culture = swedish + } + consciousness = 1 + } + } + + option = { + name = "EVTOPTB36617" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = norwegian + } + consciousness = 2 + } + } } country_event = { - id = 36618 #parallel to NOR36400 - - trigger = { - tag = SWE - year = 1895 - impressionism = 1 - NOT = { - year = 1904 - exists = NOR - has_global_flag = Munch - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1898 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1902 - } - } - - title = "EVTNAME36400" - desc = "EVTDESC36400" - picture = "munch" - - option = { - name = "EVTOPTA36400" - prestige = 3 - any_pop = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - aristocrats = { - consciousness = 1 #additional con due to "shock" to refined tastes - } - set_global_flag = Munch - } + id = 36618 #parallel to NOR36400 + + trigger = { + tag = SWE + year = 1895 + impressionism = 1 + NOT = { + year = 1904 + exists = NOR + has_global_flag = Munch + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1898 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1902 + } + } + + title = "EVTNAME36400" + desc = "EVTDESC36400" + picture = "munch" + + option = { + name = "EVTOPTA36400" + prestige = 3 + any_pop = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + aristocrats = { + consciousness = 1 #additional con due to "shock" to refined tastes + } + set_global_flag = Munch + } } country_event = { - id = 36619 #parallel to NOR36401 - - trigger = { - tag = SWE - year = 1890 - NOT = { - year = 1894 - exists = NOR - has_global_flag = Aasen - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1891 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1893 - } - } - - title = "EVTNAME36401" - desc = "EVTDESC36401" - picture = "Aasen" - - option = { - name = "EVTOPTA36401" - any_pop = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - set_global_flag = Aasen - } + id = 36619 #parallel to NOR36401 + + trigger = { + tag = SWE + year = 1890 + NOT = { + year = 1894 + exists = NOR + has_global_flag = Aasen + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1891 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1893 + } + } + + title = "EVTNAME36401" + desc = "EVTDESC36401" + picture = "Aasen" + + option = { + name = "EVTOPTA36401" + any_pop = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + set_global_flag = Aasen + } } country_event = { - id = 36620 #parallel to NOR36402 - - trigger = { - tag = SWE - year = 1880 - NOT = { - year = 1885 - exists = NOR - has_global_flag = Ibsen - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1881 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1883 - } - } - - title = "EVTNAME36402" - desc = "EVTDESC36402" - picture = "Greatfour" - - option = { - name = "EVTOPTA36402" - prestige = 5 - any_pop = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - set_global_flag = Ibsen - } + id = 36620 #parallel to NOR36402 + + trigger = { + tag = SWE + year = 1880 + NOT = { + year = 1885 + exists = NOR + has_global_flag = Ibsen + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1881 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1883 + } + } + + title = "EVTNAME36402" + desc = "EVTDESC36402" + picture = "Greatfour" + + option = { + name = "EVTOPTA36402" + prestige = 5 + any_pop = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + set_global_flag = Ibsen + } } country_event = { - id = 36621 #parallel to NOR36405 - - trigger = { - tag = SWE - year = 1850 - NOT = { - year = 1853 - exists = NOR - has_global_flag = Thrane - } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1851 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1852 - } - } - - title = "EVTNAME36405" - desc = "EVTDESC36405" - picture = "Thrane" - - option = { - name = "EVTOPTA36405" - prestige = 5 - labourers = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - farmers = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - artisans = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - craftsmen = { - limit = { - has_pop_culture = norwegian - } - consciousness = 1 - } - set_global_flag = Thrane - } + id = 36621 #parallel to NOR36405 + + trigger = { + tag = SWE + year = 1850 + NOT = { + year = 1853 + exists = NOR + has_global_flag = Thrane + } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1851 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1852 + } + } + + title = "EVTNAME36405" + desc = "EVTDESC36405" + picture = "Thrane" + + option = { + name = "EVTOPTA36405" + prestige = 5 + labourers = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + farmers = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + artisans = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + craftsmen = { + limit = { + has_pop_culture = norwegian + } + consciousness = 1 + } + set_global_flag = Thrane + } } country_event = { - id = 36622 #see DAN36223 for parallel event - - trigger = { - tag = SWE - year = 1856 - war = no - NOT = { - year = 1859 - has_global_flag = SCAStudent - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1857 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1858 - } - } - - title = "EVTNAME36622" - desc = "EVTDESC36622" - picture = "Scandinavia" - - option = { - name = "EVTOPTA36622" - set_global_flag = SCAStudent - prestige = 1 - relation = { who = PRU value = -50 } - relation = { who = NGF value = -50 } - relation = { who = SGF value = -50 } - relation = { who = RUS value = -50 } - relation = { who = GER value = -50 } - relation = { who = DEN value = 75 } - any_pop = { - scaled_consciousness = { - factor = 2 - ideology = liberal - } - } - } + id = 36622 #see DAN36223 for parallel event + + trigger = { + tag = SWE + year = 1856 + war = no + NOT = { + year = 1859 + has_global_flag = SCAStudent + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1857 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1858 + } + } + + title = "EVTNAME36622" + desc = "EVTDESC36622" + picture = "Scandinavia" + + option = { + name = "EVTOPTA36622" + set_global_flag = SCAStudent + prestige = 1 + relation = { who = PRU value = -50 } + relation = { who = NGF value = -50 } + relation = { who = SGF value = -50 } + relation = { who = RUS value = -50 } + relation = { who = GER value = -50 } + relation = { who = DEN value = 75 } + any_pop = { + scaled_consciousness = { + factor = 2 + ideology = liberal + } + } + } } country_event = { - id = 36623 #St Barths referendum - Main Event - title = "EVTNAME36623" - desc = "EVTDESC36623" - picture = "uk_seizes_lagos" - - is_triggered_only = yes - - option = { - name = "EVTOPTA36623" - random_list = { - 70 = { country_event = 36625 } - 30 = { country_event = 36626 } - } - ai_chance = { factor = 0.7 } - } - - option = { - name = "EVTOPTB36623" - 3246 = { secede_province = FRA } - 3246 = { remove_core = THIS } - relation = { who = FROM value = 50 } - treasury = 50000 - FROM = { - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - } - ai_chance = { - factor = 0.1 - modifier = { - factor = 9 - in_sphere = FRA - } - } - } - - option = { - name = "EVTOPTC36623" - ENG = { country_event = 36624 } - 3246 = { remove_core = THIS } - relation = { who = FRA value = -100 } - ai_chance = { - factor = 0.1 - modifier = { - factor = 0 - OR = { - ENG = { exists = no } - ENG = { is_greater_power = no } - } - } - - modifier = { - factor = 0.5 - relation = { who = ENG value = 190 } - ENG = { is_greater_power = yes } - is_greater_power = no - } - - modifier = { - factor = 0.8 - in_sphere = ENG - } - } - } - - option = { - name = "EVTOPTD36623" - NET = { country_event = 36624 } - 3246 = { remove_core = THIS } - relation = { who = FRA value = -100 } - ai_chance = { - factor = 0.05 - modifier = { - factor = 0 - OR = { - NET = { exists = no } - NET = { is_greater_power = no } - } - } - modifier = { - factor = 0.5 - relation = { who = NET value = 190 } - NET = { is_greater_power = yes } - is_greater_power = no - } - - modifier = { - factor = 0.8 - in_sphere = NET - } - } - } - - option = { - name = "EVTOPTE36623" - FRA = { country_event = 36627 } - relation = { who = FROM value = -200 } - badboy = 1 - ai_chance = { - factor = 0.05 - modifier = { - factor = 0.8 - is_greater_power = yes - } - - modifier = { - factor = 0 - is_greater_power = no - } - } - } + id = 36623 #St Barths referendum - Main Event + title = "EVTNAME36623" + desc = "EVTDESC36623" + picture = "uk_seizes_lagos" + + is_triggered_only = yes + + option = { + name = "EVTOPTA36623" + random_list = { + 70 = { country_event = 36625 } + 30 = { country_event = 36626 } + } + ai_chance = { factor = 0.7 } + } + + option = { + name = "EVTOPTB36623" + 3246 = { secede_province = FRA } + 3246 = { remove_core = THIS } + relation = { who = FROM value = 50 } + treasury = 50000 + FROM = { + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + } + ai_chance = { + factor = 0.1 + modifier = { + factor = 9 + in_sphere = FRA + } + } + } + + option = { + name = "EVTOPTC36623" + ENG = { country_event = 36624 } + 3246 = { remove_core = THIS } + relation = { who = FRA value = -100 } + ai_chance = { + factor = 0.1 + modifier = { + factor = 0 + OR = { + ENG = { exists = no } + ENG = { is_greater_power = no } + } + } + + modifier = { + factor = 0.5 + relation = { who = ENG value = 190 } + ENG = { is_greater_power = yes } + is_greater_power = no + } + + modifier = { + factor = 0.8 + in_sphere = ENG + } + } + } + + option = { + name = "EVTOPTD36623" + NET = { country_event = 36624 } + 3246 = { remove_core = THIS } + relation = { who = FRA value = -100 } + ai_chance = { + factor = 0.05 + modifier = { + factor = 0 + OR = { + NET = { exists = no } + NET = { is_greater_power = no } + } + } + modifier = { + factor = 0.5 + relation = { who = NET value = 190 } + NET = { is_greater_power = yes } + is_greater_power = no + } + + modifier = { + factor = 0.8 + in_sphere = NET + } + } + } + + option = { + name = "EVTOPTE36623" + FRA = { country_event = 36627 } + relation = { who = FROM value = -200 } + badboy = 1 + ai_chance = { + factor = 0.05 + modifier = { + factor = 0.8 + is_greater_power = yes + } + + modifier = { + factor = 0 + is_greater_power = no + } + } + } } country_event = { - id = 36624 #St Barths referendum - another GP decide on what to do - title = "EVTNAME36624" - desc = "EVTDESC36624" - picture = "uk_seizes_lagos" - - is_triggered_only = yes - - option = { - name = "EVTOPTA36624" - 3246 = { secede_province = THIS } - FRA = { country_event = 36627 } - relation = { who = FRA value = -200 } - relation = { who = FROM value = 100 } - FROM = { - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - } - FROM = { treasury = 50000 } - ai_chance = { - factor = 0.9 - modifier = { - factor = 0 - NOT = { money = 50000 } - } - } - } - - option = { - name = "EVTOPTB36624" - FROM = { - random_list = { - 70 = { country_event = 36625 } - 30 = { country_event = 36626 } - } - } - ai_chance = { - factor = 0.1 - modifier = { - factor = 100 - NOT = { money = 50000 } - } - } - } + id = 36624 #St Barths referendum - another GP decide on what to do + title = "EVTNAME36624" + desc = "EVTDESC36624" + picture = "uk_seizes_lagos" + + is_triggered_only = yes + + option = { + name = "EVTOPTA36624" + 3246 = { secede_province = THIS } + FRA = { country_event = 36627 } + relation = { who = FRA value = -200 } + relation = { who = FROM value = 100 } + FROM = { + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + } + FROM = { treasury = 50000 } + ai_chance = { + factor = 0.9 + modifier = { + factor = 0 + NOT = { money = 50000 } + } + } + } + + option = { + name = "EVTOPTB36624" + FROM = { + random_list = { + 70 = { country_event = 36625 } + 30 = { country_event = 36626 } + } + } + ai_chance = { + factor = 0.1 + modifier = { + factor = 100 + NOT = { money = 50000 } + } + } + } } country_event = { - id = 36625 #St Barths referendum - France Wins - title = "EVTNAME36625" - desc = "EVTDESC36625" - picture = "election_polls" - - is_triggered_only = yes - - option = { - name = "EVTOPTA36625" - 3246 = { secede_province = FRA } - 3246 = { remove_core = THIS } - relation = { who = FRA value = 50 } - FRA = { - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTB36625" - badboy = 2 - FRA = { country_event = 36627 relation = { who = THIS value = -150 } } - ai_chance = { factor = 0 } - } + id = 36625 #St Barths referendum - France Wins + title = "EVTNAME36625" + desc = "EVTDESC36625" + picture = "election_polls" + + is_triggered_only = yes + + option = { + name = "EVTOPTA36625" + 3246 = { secede_province = FRA } + 3246 = { remove_core = THIS } + relation = { who = FRA value = 50 } + FRA = { + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTB36625" + badboy = 2 + FRA = { country_event = 36627 relation = { who = THIS value = -150 } } + ai_chance = { factor = 0 } + } } country_event = { - id = 36626 #St Barths referendum - France Loses - title = "EVTNAME36625" - desc = "EVTDESC36626" - picture = "election_polls" - - is_triggered_only = yes - - option = { - name = "EVTOPTB36626" - 3246 = { secede_province = FRA any_pop = { militancy = 4 } } - 3246 = { remove_core = THIS } - prestige = -10 - relation = { who = FRA value = 150 } - FRA = { - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - } - ai_chance = { factor = 0.2 } - } - - option = { - name = "EVTOPTA36625" - FRA = { country_event = 36627 } - ai_chance = { factor = 0.8 } - } + id = 36626 #St Barths referendum - France Loses + title = "EVTNAME36625" + desc = "EVTDESC36626" + picture = "election_polls" + + is_triggered_only = yes + + option = { + name = "EVTOPTB36626" + 3246 = { secede_province = FRA any_pop = { militancy = 4 } } + 3246 = { remove_core = THIS } + prestige = -10 + relation = { who = FRA value = 150 } + FRA = { + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + } + ai_chance = { factor = 0.2 } + } + + option = { + name = "EVTOPTA36625" + FRA = { country_event = 36627 } + ai_chance = { factor = 0.8 } + } } country_event = { - id = 36627 #St Barths referendum - French response on losing it - title = "EVTNAME36627" - desc = "EVTDESC36627" - picture = "uk_seizes_lagos" - - is_triggered_only = yes - - option = { - name = "EVTOPTA36627" - random_country = { - limit = { - owns = 3246 - 3246 = { is_colonial = yes } - } - add_casus_belli = { - target = FRA - type = place_in_the_sun - months = 60 - } - } - - random_country = { - limit = { - owns = 3246 - 3246 = { is_colonial = no } - } - add_casus_belli = { - target = FRA - type = acquire_state - months = 60 - } - } - relation = { who = FROM value = -200 } - diplomatic_influence = { who = FROM value = -100 } - badboy = 1 - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVTOPTB36627" - prestige = -5 - ai_chance = { - factor = 0.1 - modifier = { - factor = 0.7 - is_greater_power = no - } - } - } + id = 36627 #St Barths referendum - French response on losing it + title = "EVTNAME36627" + desc = "EVTDESC36627" + picture = "uk_seizes_lagos" + + is_triggered_only = yes + + option = { + name = "EVTOPTA36627" + random_country = { + limit = { + owns = 3246 + 3246 = { is_colonial = yes } + } + add_casus_belli = { + target = FRA + type = place_in_the_sun + months = 60 + } + } + + random_country = { + limit = { + owns = 3246 + 3246 = { is_colonial = no } + } + add_casus_belli = { + target = FRA + type = acquire_state + months = 60 + } + } + relation = { who = FROM value = -200 } + diplomatic_influence = { who = FROM value = -100 } + badboy = 1 + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVTOPTB36627" + prestige = -5 + ai_chance = { + factor = 0.1 + modifier = { + factor = 0.7 + is_greater_power = no + } + } + } } - diff --git a/HPM/events/SWIhist.txt b/HPM/events/SWIhist.txt index 70f49827..8336fea0 100644 --- a/HPM/events/SWIhist.txt +++ b/HPM/events/SWIhist.txt @@ -1,87 +1,196 @@ country_event = { - id = 500058 - title = "EVTNAME500058" #Infamy on the skies - desc = "EVTDESC500058" - picture = "bad_badboy" - major = yes - - trigger = { - ai = no - badboy = 2 - civilized = yes - has_country_modifier = kinda_bad_badboy - NOT = { has_country_modifier = bad_badboy } - NOT = { has_country_modifier = uncivilized_isolationism } - } - - mean_time_to_happen = { months = 4 } + id = 500058 + title = "EVTNAME500058" #Infamy on the skies + desc = "EVTDESC500058" + picture = "bad_badboy" + major = yes - option = { - name = "EVTOPT500058A" - remove_country_modifier = kinda_bad_badboy - add_country_modifier = { name = bad_badboy duration = 7300 } - any_greater_power = { - leave_alliance = THIS - relation = { who = THIS value = -400 } - casus_belli = { target = THIS type = cut_down_to_size months = 36 } - casus_belli = { target = THIS type = dismantle_cb months = 36 } - } - any_country = { - limit = { - NOT = { - OR = { - vassal_of = THIS - in_sphere = THIS - } - } - } - relation = { who = THIS value = -100 } - casus_belli = { target = THIS type = cut_down_to_size months = 24 } - } - } + trigger = { + ai = no + badboy = 2 + civilized = yes + has_country_modifier = kinda_bad_badboy + NOT = { has_country_modifier = bad_badboy } + NOT = { has_country_modifier = uncivilized_isolationism } + } + + mean_time_to_happen = { months = 4 } + + option = { + name = "EVTOPT500058A" + remove_country_modifier = kinda_bad_badboy + add_country_modifier = { name = bad_badboy duration = 7300 } + any_greater_power = { + leave_alliance = THIS + relation = { who = THIS value = -400 } + casus_belli = { target = THIS type = cut_down_to_size months = 36 } + casus_belli = { target = THIS type = dismantle_cb months = 36 } + } + any_country = { + limit = { + NOT = { + OR = { + vassal_of = THIS + in_sphere = THIS + } + } + } + relation = { who = THIS value = -100 } + casus_belli = { target = THIS type = cut_down_to_size months = 24 } + } + } +} + +country_event = { + id = 500059 + title = "EVTNAME500059" #Infamy too high + desc = "EVTDESC500059" + picture = "bad_badboy" + + trigger = { + NOT = { has_country_modifier = uncivilized_isolationism } + ai = no + badboy = 1.3 + NOT = { + OR = { + has_country_modifier = kinda_bad_badboy + has_country_modifier = bad_badboy + } + } + } + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPT500059A" + add_country_modifier = { + name = kinda_bad_badboy + duration = 1825 + } + any_greater_power = { + casus_belli = { + target = THIS + type = humiliate + months = 60 + } + casus_belli = { + target = THIS + type = free_peoples + months = 12 + } + relation = { + who = THIS + value = -100 + } + } + } } country_event = { - id = 500059 - title = "EVTNAME500059" #Infamy too high - desc = "EVTDESC500059" - picture = "bad_badboy" - - trigger = { - NOT = { has_country_modifier = uncivilized_isolationism } - ai = no - badboy = 1.3 - NOT = { - OR = { - has_country_modifier = kinda_bad_badboy - has_country_modifier = bad_badboy - } - } - } - - mean_time_to_happen = { months = 1 } - option = { - name = "EVTOPT500059A" - add_country_modifier = { - name = kinda_bad_badboy - duration = 1825 - } - any_greater_power = { - casus_belli = { - target = THIS - type = humiliate - months = 60 - } - casus_belli = { - target = THIS - type = free_peoples - months = 12 - } - relation = { - who = THIS - value = -100 - } - } - } + id = 31320 + title = "EVTNAME31320" #Vorarlberg/GP decides + desc = "EVTDESC31320" + picture = "vorarlberg" + + is_triggered_only = yes + + option = { + name = "EVTOPT31320A" + FROM = { set_country_flag = vorarlberg_referendum } + random_country = { + limit = { tag = SWI } + set_country_flag = voralberg_annexation + country_event = { id = 31321 days = 1 } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0.25 + NOT = { alliance_with = SWI } + NOT = { is_sphere_leader_of = SWI } + OR = { + primary_culture = north_italian + primary_culture = south_italian + } + } + } + } + option = { + name = "EVTOPT31320B" + FROM = { set_country_flag = vorarlberg_referendum } + random_country = { + limit = { tag = SWI } + country_event = { id = 31321 days = 1 } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + OR = { + alliance_with = SWI + is_sphere_leader_of = SWI + } + } + modifier = { + factor = 4 + NOT = { alliance_with = SWI } + NOT = { is_sphere_leader_of = SWI } + OR = { + primary_culture = north_italian + primary_culture = south_italian + } + } + } + } +} + +country_event = { + + id = 31321 + title = "EVTNAME31320" #Vorarlberg/Switzerland decides + desc = "EVTDESC31321" + picture = "vorarlberg" + + is_triggered_only = yes + + option = { + name = "EVTOPT31321A" + 614 = { + add_core = SWI + secede_province = THIS + any_pop = { limit = { has_pop_culture = south_german } consciousness = -1 } + any_pop = { limit = { has_pop_culture = south_german } militancy = -1 } + } + any_pop = { limit = { has_pop_religion = protestant } consciousness = 3 } + any_pop = { limit = { has_pop_religion = catholic } consciousness = -2 } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + has_country_flag = voralberg_annexation + } + modifier = { + factor = 0.25 + NOT = { has_country_flag = voralberg_annexation } + } + } + } + option = { + name = "EVTOPT31321B" + prestige = -10 + 614 = { + any_pop = { limit = { has_pop_culture = south_german } militancy = 1 } + any_pop = { limit = { has_pop_culture = south_german } consciousness = 5 } + } + any_pop = { limit = { has_pop_religion = protestant } consciousness = -2 } + any_pop = { limit = { has_pop_religion = catholic } consciousness = 3 } + ai_chance = { + factor = 50 + modifier = { + factor = 0 + NOT = { has_country_modifier = neutrality_modifier } + } + } + } } diff --git a/HPM/events/Scandinavia.txt b/HPM/events/Scandinavia.txt index 46512739..3d79ea80 100644 --- a/HPM/events/Scandinavia.txt +++ b/HPM/events/Scandinavia.txt @@ -1,452 +1,452 @@ country_event = { - id = 49501 - title = "EVTNAME49501" #Reforming the Kalmar Union - desc = "EVTDESC49501" - picture = "danishgovernment" - is_triggered_only = yes - - option = { - name = "EVTOPTA49501" #Agree - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { tag = FROM } - } - diplomatic_influence = { - who = THIS - value = -100 - } - } - FROM = { - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - create_alliance = FROM - add_country_modifier = { - name = kalmar_union - duration = -1 - } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - has_country_flag = greater_finland - } - modifier = { - factor = 0.5 - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - modifier = { - factor = 0.5 - FROM = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - } - } - } + id = 49501 + title = "EVTNAME49501" #Reforming the Kalmar Union + desc = "EVTDESC49501" + picture = "danishgovernment" + is_triggered_only = yes - option = { - name = "EVTOPTB49501" #Refuse - set_country_flag = refused_kalmar_union - - FROM = { - relation = { - who = THIS - value = -50 - } - diplomatic_influence = { - who = THIS - value = -50 - } - country_event = 49502 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - } - } + option = { + name = "EVTOPTA49501" #Agree + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { tag = FROM } + } + diplomatic_influence = { + who = THIS + value = -100 + } + } + FROM = { + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + create_alliance = FROM + add_country_modifier = { + name = kalmar_union + duration = -1 + } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + has_country_flag = greater_finland + } + modifier = { + factor = 0.5 + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + modifier = { + factor = 0.5 + FROM = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + } + } + } + + option = { + name = "EVTOPTB49501" #Refuse + set_country_flag = refused_kalmar_union + + FROM = { + relation = { + who = THIS + value = -50 + } + diplomatic_influence = { + who = THIS + value = -50 + } + country_event = 49502 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + } + } } country_event = { - id = 49502 - title = "EVTNAME49502" #Refused! - desc = "EVTDESC49502" - picture = "danishgovernment" - - is_triggered_only = yes - option = { - name = "EVTOPTA49502" #Let them go - leave_alliance = FROM - end_military_access = FROM - any_country = { - limit = { - exists = yes - vassal_of = FROM - in_sphere = THIS - } - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -50 } - set_country_flag = failed_unification_remove_from_sphere - } - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } + id = 49502 + title = "EVTNAME49502" #Refused! + desc = "EVTDESC49502" + picture = "danishgovernment" - option = { - name = "EVTOPTB49502" #Conquer them - badboy = 4 - any_country = { - limit = { - exists = yes - vassal_of = FROM - in_sphere = THIS - } - leave_alliance = THIS - end_military_access = THIS - relation = { who = THIS value = -50 } - set_country_flag = failed_unification_remove_from_sphere - } - any_pop = { - scaled_militancy = { - issue = pacifism - factor = 4 - } - } - random_country = { - limit = { - tag = FROM - vassal_of = THIS - } - THIS = { release_vassal = FROM } - } - leave_alliance = FROM - relation = { - who = FROM - value = -200 - } - diplomatic_influence = { - who = FROM - value = -200 - } - war = { - target = FROM - attacker_goal = { - casus_belli = conquest_any - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 0 - badboy = 0.84 - } - modifier = { - factor = 0 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - } - } + is_triggered_only = yes + option = { + name = "EVTOPTA49502" #Let them go + leave_alliance = FROM + end_military_access = FROM + any_country = { + limit = { + exists = yes + vassal_of = FROM + in_sphere = THIS + } + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -50 } + set_country_flag = failed_unification_remove_from_sphere + } + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } + + option = { + name = "EVTOPTB49502" #Conquer them + badboy = 4 + any_country = { + limit = { + exists = yes + vassal_of = FROM + in_sphere = THIS + } + leave_alliance = THIS + end_military_access = THIS + relation = { who = THIS value = -50 } + set_country_flag = failed_unification_remove_from_sphere + } + any_pop = { + scaled_militancy = { + issue = pacifism + factor = 4 + } + } + random_country = { + limit = { + tag = FROM + vassal_of = THIS + } + THIS = { release_vassal = FROM } + } + leave_alliance = FROM + relation = { + who = FROM + value = -200 + } + diplomatic_influence = { + who = FROM + value = -200 + } + war = { + target = FROM + attacker_goal = { + casus_belli = conquest_any + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 0 + badboy = 0.84 + } + modifier = { + factor = 0 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + } + } } country_event = { - id = 49503 - title = "EVTNAME49503" #Form a Customs Union? - desc = "EVTDESC49503" - picture = "danishgovernment" + id = 49503 + title = "EVTNAME49503" #Form a Customs Union? + desc = "EVTDESC49503" + picture = "danishgovernment" - is_triggered_only = yes - option = { - name = "EVTOPTA49503" #Agree - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { tag = FROM } - } - diplomatic_influence = { - who = THIS - value = -100 - } - } - FROM = { - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 50 - } - } - add_country_modifier = { - name = customs_union - duration = -1 - } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - has_country_flag = greater_finland - } - modifier = { - factor = 0.5 - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - modifier = { - factor = 0.5 - FROM = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - } - } - } + is_triggered_only = yes + option = { + name = "EVTOPTA49503" #Agree + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { tag = FROM } + } + diplomatic_influence = { + who = THIS + value = -100 + } + } + FROM = { + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 50 + } + } + add_country_modifier = { + name = customs_union + duration = -1 + } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + has_country_flag = greater_finland + } + modifier = { + factor = 0.5 + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + modifier = { + factor = 0.5 + FROM = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + } + } + } - option = { - name = "EVTOPTB49503" #Refuse - set_country_flag = refused_kalmar_union - remove_country_modifier = kalmar_union - remove_country_modifier = customs_union - FROM = { - relation = { - who = THIS - value = -50 - } - diplomatic_influence = { - who = THIS - value = -50 - } - country_event = 49502 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 3 - NOT = { - relation = { who = FROM value = 100 } - } - } - } - } + option = { + name = "EVTOPTB49503" #Refuse + set_country_flag = refused_kalmar_union + remove_country_modifier = kalmar_union + remove_country_modifier = customs_union + FROM = { + relation = { + who = THIS + value = -50 + } + diplomatic_influence = { + who = THIS + value = -50 + } + country_event = 49502 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 3 + NOT = { + relation = { who = FROM value = 100 } + } + } + } + } } country_event = { - id = 49504 - title = "EVTNAME49504" #Form a Political Union? - desc = "EVTDESC49504" - picture = "danishgovernment" + id = 49504 + title = "EVTNAME49504" #Form a Political Union? + desc = "EVTDESC49504" + picture = "danishgovernment" - is_triggered_only = yes - option = { - name = "EVTOPTA49504" #Agree - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { tag = FROM } - } - diplomatic_influence = { - who = THIS - value = -100 - } - } - FROM = { - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 200 - } - } - any_country = { - limit = { - exists = yes - vassal_of = THIS - } - } - random_owned = { - limit = { - owner = { - OR = { - tag = DEN - tag = NOR - tag = SWE - } - } - } - owner = { - any_owned = { - limit = { - OR = { - is_colonial = no - continent = europe - } - is_core = THIS - NOT = { region = DEN_251 } - } - add_core = SCA - } - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0 - has_country_flag = greater_finland - } - modifier = { - factor = 0.5 - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - modifier = { - factor = 0.5 - FROM = { - NOT = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - } - } - } - } + is_triggered_only = yes + option = { + name = "EVTOPTA49504" #Agree + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { tag = FROM } + } + diplomatic_influence = { + who = THIS + value = -100 + } + } + FROM = { + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 200 + } + } + any_country = { + limit = { + exists = yes + vassal_of = THIS + } + } + random_owned = { + limit = { + owner = { + OR = { + tag = DEN + tag = NOR + tag = SWE + } + } + } + owner = { + any_owned = { + limit = { + OR = { + is_colonial = no + continent = europe + } + is_core = THIS + NOT = { region = DEN_251 } + } + add_core = SCA + } + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0 + has_country_flag = greater_finland + } + modifier = { + factor = 0.5 + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + modifier = { + factor = 0.5 + FROM = { + NOT = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + } + } + } + } - option = { - name = "EVTOPTB49504" #Refuse - set_country_flag = refused_kalmar_union - remove_country_modifier = kalmar_union - remove_country_modifier = customs_union - FROM = { - relation = { - who = THIS - value = -100 - } - diplomatic_influence = { - who = THIS - value = -200 - } - country_event = 49502 - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.5 - in_sphere = FROM - } - modifier = { - factor = 0 - vassal_of = FROM - } - modifier = { - factor = 0 - overlord = { has_country_modifier = kalmar_union } - } - modifier = { - factor = 3 - NOT = { - relation = { who = FROM value = 100 } - } - } - } - } + option = { + name = "EVTOPTB49504" #Refuse + set_country_flag = refused_kalmar_union + remove_country_modifier = kalmar_union + remove_country_modifier = customs_union + FROM = { + relation = { + who = THIS + value = -100 + } + diplomatic_influence = { + who = THIS + value = -200 + } + country_event = 49502 + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.5 + in_sphere = FROM + } + modifier = { + factor = 0 + vassal_of = FROM + } + modifier = { + factor = 0 + overlord = { has_country_modifier = kalmar_union } + } + modifier = { + factor = 3 + NOT = { + relation = { who = FROM value = 100 } + } + } + } + } } country_event = { - id = 49509 + id = 49509 - title = "EVTNAME49509" #Leadership of Kalmar changes hands - desc = "EVTDESC49509" - picture = "danishgovernment" + title = "EVTNAME49509" #Leadership of Kalmar changes hands + desc = "EVTDESC49509" + picture = "danishgovernment" - is_triggered_only = yes - option = { - name = "EVT49509OPTA" - FROM = { - relation = { - who = THIS - value = 100 - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - create_alliance = FROM - remove_country_modifier = leader_of_kalmar - add_country_modifier = { - name = kalmar_union - duration = -1 - } - } -} \ No newline at end of file + is_triggered_only = yes + option = { + name = "EVT49509OPTA" + FROM = { + relation = { + who = THIS + value = 100 + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + create_alliance = FROM + remove_country_modifier = leader_of_kalmar + add_country_modifier = { + name = kalmar_union + duration = -1 + } + } +} diff --git a/HPM/events/Schleswig-Holstein.txt b/HPM/events/Schleswig-Holstein.txt index 08336415..4c472884 100644 --- a/HPM/events/Schleswig-Holstein.txt +++ b/HPM/events/Schleswig-Holstein.txt @@ -1,702 +1,702 @@ country_event = { - id = 90050 # The Annexation of Schleswig - - title = "EVTNAME90050" - desc = "EVTDESC90050" - picture = "danishgovernment" - - trigger = { - OR = { - tag = DEN - AND = { - tag = SCA - owns = 368 - owns = 2557 - } - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - war = no - exists = SWH - year = 1848 - NOT = { has_country_flag = annex_schleswig_holstein } - SWH = { - owns = 370 - owns = 371 - vassal_of = THIS - } - } - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT90050OPTA" - set_country_flag = annex_schleswig_holstein - 370 = { add_core = DEN } - 371 = { add_core = DEN } - random_owned = { - limit = { owner = { tag = SCA } } - owner = { - 370 = { add_core = SCA } - 371 = { add_core = SCA } - } - } - SWH = { country_event = 90051 } - any_pop = { - limit = { has_pop_culture = danish } - militancy = -2 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } + id = 90050 # The Annexation of Schleswig + + title = "EVTNAME90050" + desc = "EVTDESC90050" + picture = "danishgovernment" + + trigger = { + OR = { + tag = DEN + AND = { + tag = SCA + owns = 368 + owns = 2557 + } + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + war = no + exists = SWH + year = 1848 + NOT = { has_country_flag = annex_schleswig_holstein } + SWH = { + owns = 370 + owns = 371 + vassal_of = THIS + } + } + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT90050OPTA" + set_country_flag = annex_schleswig_holstein + 370 = { add_core = DEN } + 371 = { add_core = DEN } + random_owned = { + limit = { owner = { tag = SCA } } + owner = { + 370 = { add_core = SCA } + 371 = { add_core = SCA } + } + } + SWH = { country_event = 90051 } + any_pop = { + limit = { has_pop_culture = danish } + militancy = -2 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } } country_event = { - id = 900500 - title = "EVTNAME900500" - desc = "EVTDESC900500" - picture = "administration" - - trigger = { - NOT = { is_culture_group = germanic } - war_with = SWH - OR = { - AND = { - alliance_with = AUS - AUS = { NOT = { war_with = SWH } } - } - AND = { - alliance_with = KUK - KUK = { NOT = { war_with = SWH } } - } - AND = { - alliance_with = PRU - PRU = { NOT = { war_with = SWH } } - } - } - } - - mean_time_to_happen = { - days = 5 - } - - option = { - name = "EVT900500OPTA" - any_country = { - limit = { - is_culture_group = germanic - alliance_with = THIS - NOT = { war_with = SWH } - } - leave_alliance = THIS - relation = { who = THIS value = -50 } - } - } + id = 900500 + title = "EVTNAME900500" + desc = "EVTDESC900500" + picture = "administration" + + trigger = { + NOT = { is_culture_group = germanic } + war_with = SWH + OR = { + AND = { + alliance_with = AUS + AUS = { NOT = { war_with = SWH } } + } + AND = { + alliance_with = KUK + KUK = { NOT = { war_with = SWH } } + } + AND = { + alliance_with = PRU + PRU = { NOT = { war_with = SWH } } + } + } + } + + mean_time_to_happen = { + days = 5 + } + + option = { + name = "EVT900500OPTA" + any_country = { + limit = { + is_culture_group = germanic + alliance_with = THIS + NOT = { war_with = SWH } + } + leave_alliance = THIS + relation = { who = THIS value = -50 } + } + } } country_event = { - id = 90051 # Response from Schleswig-Holstein - - title = "EVTNAME90051" - desc = "EVTDESC90051" - picture = "danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVT90051OPTA" - FROM = { - release_vassal = SWH - country_event = 90054 - } - any_pop = { - limit = { has_pop_culture = danish } - militancy = 4 - consciousness = 2 - } - any_pop = { - limit = { has_pop_culture = north_german } - militancy = -2 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - } + id = 90051 # Response from Schleswig-Holstein + + title = "EVTNAME90051" + desc = "EVTDESC90051" + picture = "danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVT90051OPTA" + FROM = { + release_vassal = SWH + country_event = 90054 + } + any_pop = { + limit = { has_pop_culture = danish } + militancy = 4 + consciousness = 2 + } + any_pop = { + limit = { has_pop_culture = north_german } + militancy = -2 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + } } country_event = { - id = 90052 # Schleswig-Holstein Under Our Control - - title = "EVTNAME90052" - desc = "EVTDESC90052" - picture = "tropper_1849" - - trigger = { - OR = { - tag = DEN - AND = { - tag = SCA - owns = 368 - owns = 2557 - } - } - war = no - has_country_flag = annex_schleswig_holstein - owns = 369 - owns = 371 - } - - fire_only_once = yes - - mean_time_to_happen = { - days = 3 - } - - option = { - name = "EVT90052OPTA" - set_country_flag = schleswig_holstein_restored - prestige = 10 - badboy = -3 - release_vassal = SWH - create_alliance = SWH - any_country = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = SWH value = 50 } - } - ai_chance = { - factor = 85 - } - } - option = { - name = "EVT90052OPTB" - badboy = 2 - SWH = { all_core = { remove_core = SWH } } - SCH = { all_core = { remove_core = SCH } } - 371 = { remove_core = GER } - release = HOL - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { - who = THIS - value = -20 - } - } - any_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - } - diplomatic_influence = { who = HOL value = 100 } - } - any_country = { - limit = { capital_scope = { continent = europe } } - relation = { who = HOL value = 50 } - } - ai_chance = { - factor = 10 - } - } - option = { - name = "EVT90052OPTC" - prestige = -10 - badboy = 5 - any_pop = { - limit = { has_pop_culture = north_german } - militancy = 3 - } - any_country = { - limit = { - is_greater_power = yes - capital_scope = { continent = europe } - } - relation = { - who = THIS - value = -40 - } - } - any_country = { - limit = { - is_culture_group = germanic - is_greater_power = yes - } - leave_alliance = THIS - casus_belli = { - target = THIS - type = free_peoples - months = 240 - } - } - ai_chance = { - factor = 5 - } - } + id = 90052 # Schleswig-Holstein Under Our Control + + title = "EVTNAME90052" + desc = "EVTDESC90052" + picture = "tropper_1849" + + trigger = { + OR = { + tag = DEN + AND = { + tag = SCA + owns = 368 + owns = 2557 + } + } + war = no + has_country_flag = annex_schleswig_holstein + owns = 369 + owns = 371 + } + + fire_only_once = yes + + mean_time_to_happen = { + days = 3 + } + + option = { + name = "EVT90052OPTA" + set_country_flag = schleswig_holstein_restored + prestige = 10 + badboy = -3 + release_vassal = SWH + create_alliance = SWH + any_country = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = SWH value = 50 } + } + ai_chance = { + factor = 85 + } + } + option = { + name = "EVT90052OPTB" + badboy = 2 + SWH = { all_core = { remove_core = SWH } } + SCH = { all_core = { remove_core = SCH } } + 371 = { remove_core = GER } + release = HOL + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { + who = THIS + value = -20 + } + } + any_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + } + diplomatic_influence = { who = HOL value = 100 } + } + any_country = { + limit = { capital_scope = { continent = europe } } + relation = { who = HOL value = 50 } + } + ai_chance = { + factor = 10 + } + } + option = { + name = "EVT90052OPTC" + prestige = -10 + badboy = 5 + any_pop = { + limit = { has_pop_culture = north_german } + militancy = 3 + } + any_country = { + limit = { + is_greater_power = yes + capital_scope = { continent = europe } + } + relation = { + who = THIS + value = -40 + } + } + any_country = { + limit = { + is_culture_group = germanic + is_greater_power = yes + } + leave_alliance = THIS + casus_belli = { + target = THIS + type = free_peoples + months = 240 + } + } + ai_chance = { + factor = 5 + } + } } country_event = { - id = 90053 # The November Constitution - - title = "EVTNAME90053" - desc = "EVTDESC90053" - news = yes - news_desc_long = "EVTDESC90053_NEWS_LONG" - news_desc_medium = "EVTDESC90053_NEWS_MEDIUM" - news_desc_short = "EVTDESC90053_NEWS_SHORT" - picture = "danishgovernment" - - trigger = { - OR = { - tag = DEN - AND = { - tag = SCA - owns = 368 - owns = 2557 - } - } - OR = { - government = prussian_constitutionalism - government = hms_government - } - war = no - exists = SWH - year = 1863 - has_country_flag = schleswig_holstein_restored - SWH = { - owns = 370 - owns = 371 - vassal_of = THIS - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT90053OPTA" - badboy = 3 - inherit = SWH - SWH = { - all_core = { remove_core = SWH } - } - release = HOL - any_country = { - limit = { primary_culture = north_german } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - } - any_country = { - limit = { - primary_culture = north_german - is_greater_power = yes - } - diplomatic_influence = { who = HOL value = 100 } - } - any_country = { - limit = { capital_scope = { continent = europe } } - relation = { who = HOL value = 50 } - } - any_country = { - limit = { - capital_scope = { continent = europe } - } - relation = { who = HOL value = 50 } - } - ai_chance = { - factor = 75 - } - } - option = { - name = "EVT90053OPTB" - release_vassal = SWH - any_pop = { - militancy = 6 - consciousness = 3 - } - ai_chance = { - factor = 25 - } - } + id = 90053 # The November Constitution + + title = "EVTNAME90053" + desc = "EVTDESC90053" + news = yes + news_desc_long = "EVTDESC90053_NEWS_LONG" + news_desc_medium = "EVTDESC90053_NEWS_MEDIUM" + news_desc_short = "EVTDESC90053_NEWS_SHORT" + picture = "danishgovernment" + + trigger = { + OR = { + tag = DEN + AND = { + tag = SCA + owns = 368 + owns = 2557 + } + } + OR = { + government = prussian_constitutionalism + government = hms_government + } + war = no + exists = SWH + year = 1863 + has_country_flag = schleswig_holstein_restored + SWH = { + owns = 370 + owns = 371 + vassal_of = THIS + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT90053OPTA" + badboy = 3 + inherit = SWH + SWH = { + all_core = { remove_core = SWH } + } + release = HOL + any_country = { + limit = { primary_culture = north_german } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + } + any_country = { + limit = { + primary_culture = north_german + is_greater_power = yes + } + diplomatic_influence = { who = HOL value = 100 } + } + any_country = { + limit = { capital_scope = { continent = europe } } + relation = { who = HOL value = 50 } + } + any_country = { + limit = { + capital_scope = { continent = europe } + } + relation = { who = HOL value = 50 } + } + ai_chance = { + factor = 75 + } + } + option = { + name = "EVT90053OPTB" + release_vassal = SWH + any_pop = { + militancy = 6 + consciousness = 3 + } + ai_chance = { + factor = 25 + } + } } country_event = { - id = 90054 # Schleswig-Holstein Rebellion - - title = "EVTNAME90054" - desc = "EVTDESC90054" - news = yes - news_title = "EVTNAME90054_NEWS_TITLE" - news_desc_long = "EVTDESC90054_NEWS_LONG" - news_desc_medium = "EVTDESC90054_NEWS_MEDIUM" - news_desc_short = "EVTDESC90054_NEWS_SHORT" - - major = yes - picture = "danishgovernment" - is_triggered_only = yes - - option = { - name = "EVT90054OPTA" - prestige = -5 - badboy = 2 - leave_alliance = SWH - relation = { - who = SWH - value = -100 - } - any_country = { - limit = { primary_culture = north_german } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - } - war = { - target = SWH - attacker_goal = { - casus_belli = annex_core_country - } - defender_goal = { - casus_belli = status_quo - } - call_ally = no - } - ai_chance = { - factor = 95 - } - } - option = { - name = "EVT90054OPTB" - prestige = -20 - badboy = -2 - any_pop = { - militancy = 4 - consciousness = 2 - } - ai_chance = { - factor = 5 - } - } + id = 90054 # Schleswig-Holstein Rebellion + + title = "EVTNAME90054" + desc = "EVTDESC90054" + news = yes + news_title = "EVTNAME90054_NEWS_TITLE" + news_desc_long = "EVTDESC90054_NEWS_LONG" + news_desc_medium = "EVTDESC90054_NEWS_MEDIUM" + news_desc_short = "EVTDESC90054_NEWS_SHORT" + + major = yes + picture = "danishgovernment" + is_triggered_only = yes + + option = { + name = "EVT90054OPTA" + prestige = -5 + badboy = 2 + leave_alliance = SWH + relation = { + who = SWH + value = -100 + } + any_country = { + limit = { primary_culture = north_german } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + } + war = { + target = SWH + attacker_goal = { + casus_belli = annex_core_country + } + defender_goal = { + casus_belli = status_quo + } + call_ally = no + } + ai_chance = { + factor = 95 + } + } + option = { + name = "EVT90054OPTB" + prestige = -20 + badboy = -2 + any_pop = { + militancy = 4 + consciousness = 2 + } + ai_chance = { + factor = 5 + } + } } -# Resolving the Schleswig-Holstein Question +# Resolving the Schleswig-Holstein Question country_event = { - id = 90055 - - title = "EVTNAME90054" - desc = "EVTDESC90055" - news = yes - news_desc_long = "EVTDESC90055_NEWS_LONG" - news_desc_medium = "EVTDESC90055_NEWS_MEDIUM" - news_desc_short = "EVTDESC90055_NEWS_SHORT" - picture = "tropper_1849" - - trigger = { - NOT = { tag = GER } - primary_culture = north_german - is_greater_power = yes - OR = { - nationalism_n_imperialism = 1 - tag = PRU - } - war = no - OR = { - AND = { - owns = 370 - owns = 371 - NOT = { tag = SWH } - NOT = { tag = HOL } - } - SWH = { - owns = 370 - owns = 371 - is_vassal = no - in_sphere = THIS - war = no - } - HOL = { - owns = 370 - owns = 371 - is_vassal = no - in_sphere = THIS - war = no - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 1 - } - - - option = { - name = "EVT90055OPTA" - 370 = { remove_core = DEN } - 371 = { remove_core = DEN } - random_country = { - limit = { tag = SCA exists = yes } - 370 = { remove_core = SCA } - 371 = { remove_core = SCA } - } - prestige = 10 - badboy = -5 - any_country = { - limit = { - primary_culture = north_german - is_greater_power = no - exists = yes - is_vassal = no - } - country_event = 90057 - } - any_country = { - limit = { - is_culture_group = germanic - is_greater_power = yes - exists = yes - NOT = { tag = THIS } - } - country_event = 90056 - } - } + id = 90055 + + title = "EVTNAME90054" + desc = "EVTDESC90055" + news = yes + news_desc_long = "EVTDESC90055_NEWS_LONG" + news_desc_medium = "EVTDESC90055_NEWS_MEDIUM" + news_desc_short = "EVTDESC90055_NEWS_SHORT" + picture = "tropper_1849" + + trigger = { + NOT = { tag = GER } + primary_culture = north_german + is_greater_power = yes + OR = { + nationalism_n_imperialism = 1 + tag = PRU + } + war = no + OR = { + AND = { + owns = 370 + owns = 371 + NOT = { tag = SWH } + NOT = { tag = HOL } + } + SWH = { + owns = 370 + owns = 371 + is_vassal = no + in_sphere = THIS + war = no + } + HOL = { + owns = 370 + owns = 371 + is_vassal = no + in_sphere = THIS + war = no + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 1 + } + + + option = { + name = "EVT90055OPTA" + 370 = { remove_core = DEN } + 371 = { remove_core = DEN } + random_country = { + limit = { tag = SCA exists = yes } + 370 = { remove_core = SCA } + 371 = { remove_core = SCA } + } + prestige = 10 + badboy = -5 + any_country = { + limit = { + primary_culture = north_german + is_greater_power = no + exists = yes + is_vassal = no + } + country_event = 90057 + } + any_country = { + limit = { + is_culture_group = germanic + is_greater_power = yes + exists = yes + NOT = { tag = THIS } + } + country_event = 90056 + } + } } country_event = { - id = 90056 # Austrian Response + id = 90056 # Austrian Response - title = "EVTNAME90054" - desc = "EVTDESC90056" - picture = "danishgovernment" + title = "EVTNAME90054" + desc = "EVTDESC90056" + picture = "danishgovernment" - is_triggered_only = yes + is_triggered_only = yes - option = { - name = "EVT90056OPTA" - prestige = -20 - leave_alliance = FROM - relation = { - who = FROM - value = -100 - } - } + option = { + name = "EVT90056OPTA" + prestige = -20 + leave_alliance = FROM + relation = { + who = FROM + value = -100 + } + } } country_event = { - id = 90057 # Minors Response - - title = "EVTNAME90057" - desc = "EVTDESC90057" - picture = "danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVT90057OPTA" - random_country = { - limit = { - is_sphere_leader_of = THIS - is_culture_group = germanic - NOT = { tag = FROM } - } - casus_belli = { - target = FROM - type = take_from_sphere - months = 240 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_culture_group = germanic } - } - relation = { - who = FROM - value = -25 - } - diplomatic_influence = { - who = THIS - value = -100 - } - } - any_country = { - limit = { - is_culture_group = germanic - is_greater_power = yes - NOT = { tag = FROM } - } - leave_alliance = THIS - diplomatic_influence = { - who = THIS - value = -200 - } - } - FROM = { - relation = { - who = THIS - value = 200 - } - diplomatic_influence = { - who = THIS - value = 100 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.1 - tag = SAX - } - modifier = { - factor = 0.5 - any_core = { owned_by = FROM } - } - modifier = { - factor = 0.75 - any_greater_power = { - is_culture_group = germanic - neighbour = THIS - } - } - } - } - option = { - name = "EVT90057OPTB" - random_owned = { - limit = { - owner = { part_of_sphere = no } - } - FROM = { - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - casus_belli = { - target = THIS - type = add_to_sphere - months = 240 - } - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - is_culture_group = germanic - NOT = { tag = FROM } - } - add_casus_belli = { - target = FROM - type = take_from_sphere - months = 240 - } - } - random_country = { - limit = { - is_sphere_leader_of = THIS - NOT = { is_culture_group = germanic } - } - add_casus_belli = { - target = FROM - type = take_from_sphere - months = 12 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - in_sphere = FROM - } - modifier = { - factor = 2 - any_greater_power = { - is_culture_group = germanic - neighbour = THIS - } - } - } - } + id = 90057 # Minors Response + + title = "EVTNAME90057" + desc = "EVTDESC90057" + picture = "danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVT90057OPTA" + random_country = { + limit = { + is_sphere_leader_of = THIS + is_culture_group = germanic + NOT = { tag = FROM } + } + casus_belli = { + target = FROM + type = take_from_sphere + months = 240 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_culture_group = germanic } + } + relation = { + who = FROM + value = -25 + } + diplomatic_influence = { + who = THIS + value = -100 + } + } + any_country = { + limit = { + is_culture_group = germanic + is_greater_power = yes + NOT = { tag = FROM } + } + leave_alliance = THIS + diplomatic_influence = { + who = THIS + value = -200 + } + } + FROM = { + relation = { + who = THIS + value = 200 + } + diplomatic_influence = { + who = THIS + value = 100 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.1 + tag = SAX + } + modifier = { + factor = 0.5 + any_core = { owned_by = FROM } + } + modifier = { + factor = 0.75 + any_greater_power = { + is_culture_group = germanic + neighbour = THIS + } + } + } + } + option = { + name = "EVT90057OPTB" + random_owned = { + limit = { + owner = { part_of_sphere = no } + } + FROM = { + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + casus_belli = { + target = THIS + type = add_to_sphere + months = 240 + } + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + is_culture_group = germanic + NOT = { tag = FROM } + } + add_casus_belli = { + target = FROM + type = take_from_sphere + months = 240 + } + } + random_country = { + limit = { + is_sphere_leader_of = THIS + NOT = { is_culture_group = germanic } + } + add_casus_belli = { + target = FROM + type = take_from_sphere + months = 12 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + in_sphere = FROM + } + modifier = { + factor = 2 + any_greater_power = { + is_culture_group = germanic + neighbour = THIS + } + } + } + } } # Sweden Replies to Schleswig-Holstein War country_event = { - id = 90058 - - title = "EVTNAME90058" - desc = "EVTDESC90058" - picture = "danishgovernment" - - trigger = { - tag = SWE - exists = yes - DEN = { - war_with = SWH - war_countries = { - alliance_with = SWH - is_culture_group = germanic - NOT = { tag = SWH } - } - } - } - - mean_time_to_happen = { months = 1 } - - fire_only_once = yes - - option = { - name = "EVT90058OPTA" - create_alliance = DEN - prestige = 5 - relation = { who = DEN value = 50 } - DEN = { country_event = 96001 } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { relation = { who = DEN value = 0 } } - } - } - } - - option = { - name = "EVT90058OPTB" - prestige = -10 - relation = { who = DEN value = -100 } - ai_chance = { - factor = 80 - modifier = { - factor = 0.2 - relation = { who = DEN value = 180 } - } - } - } + id = 90058 + + title = "EVTNAME90058" + desc = "EVTDESC90058" + picture = "danishgovernment" + + trigger = { + tag = SWE + exists = yes + DEN = { + war_with = SWH + war_countries = { + alliance_with = SWH + is_culture_group = germanic + NOT = { tag = SWH } + } + } + } + + mean_time_to_happen = { months = 1 } + + fire_only_once = yes + + option = { + name = "EVT90058OPTA" + create_alliance = DEN + prestige = 5 + relation = { who = DEN value = 50 } + DEN = { country_event = 96001 } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { relation = { who = DEN value = 0 } } + } + } + } + + option = { + name = "EVT90058OPTB" + prestige = -10 + relation = { who = DEN value = -100 } + ai_chance = { + factor = 80 + modifier = { + factor = 0.2 + relation = { who = DEN value = 180 } + } + } + } } diff --git a/HPM/events/Scramble for Africa.txt b/HPM/events/Scramble for Africa.txt index fbc9cb4f..573ccf0a 100644 --- a/HPM/events/Scramble for Africa.txt +++ b/HPM/events/Scramble for Africa.txt @@ -1,1626 +1,1625 @@ #Events from 955182 to 955200 used in Congo.txt ################################################################################################################# -# # -# Events for the Berlin Conference and Annexation of African Minors # -# # +# # +# Events for the Berlin Conference and Annexation of African Minors # +# # ################################################################################################################# country_event = { - - id = 95500 - title = "EVTNAME95500" #The Berlin Conference - desc = "EVTDESC95500" - news = yes - news_desc_long = "EVTDESC95500_NEWS_LONG" - news_desc_medium = "EVTDESC95500_NEWS_MEDIUM" - news_desc_short = "EVTDESC95500_NEWS_SHORT" - picture = "scramble_for_africa" - major = yes - - trigger = { - OR = { - is_greater_power = yes - AND = { - colonial_nation = yes - any_owned_province = { continent = africa } - } - } - capital_scope = { continent = europe } - NOT = { tag = TUR } - NOT = { tag = RUS } - invention = prophylaxis_against_malaria - invention = mission_to_civilize - invention = colonial_negotiations - NOT = { has_global_flag = berlin_conference } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.8 - capital = 549 - } - } - - option = { - name = "EVT95500OPTA" - set_global_flag = berlin_conference - prestige = 25 - TUR = { relation = { who = EGY value = 100 } } - any_country = { - limit = { - OR = { - owns = 2071 #Zimbabwe - owns = 1884 #Sierra Leone - owns = 1887 #Liberia - owns = 2038 #Tanzania - owns = 1779 #Shingit, Mauritania - } - } - country_event = { id = 955203 days = 0 } - } - - random_owned = { - limit = { - owner = { - OR = { - owns = 2071 #Zimbabwe - owns = 1884 #Sierra Leone - owns = 1887 #Liberia - owns = 2038 #Tanzania - owns = 1779 #Shingit, Mauritania - } - } - } - owner = { country_event = { id = 955203 days = 0 } } - } - } + + id = 95500 + title = "EVTNAME95500" #The Berlin Conference + desc = "EVTDESC95500" + news = yes + news_desc_long = "EVTDESC95500_NEWS_LONG" + news_desc_medium = "EVTDESC95500_NEWS_MEDIUM" + news_desc_short = "EVTDESC95500_NEWS_SHORT" + picture = "scramble_for_africa" + major = yes + + trigger = { + OR = { + is_greater_power = yes + AND = { + colonial_nation = yes + any_owned_province = { continent = africa } + } + } + capital_scope = { continent = europe } + NOT = { tag = TUR } + NOT = { tag = RUS } + invention = prophylaxis_against_malaria + invention = mission_to_civilize + invention = colonial_negotiations + NOT = { has_global_flag = berlin_conference } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.8 + capital = 549 + } + } + + option = { + name = "EVT95500OPTA" + set_global_flag = berlin_conference + prestige = 25 + TUR = { relation = { who = EGY value = 100 } } + any_country = { + limit = { + OR = { + owns = 2071 #Zimbabwe + owns = 1884 #Sierra Leone + owns = 1887 #Liberia + owns = 2038 #Tanzania + owns = 1779 #Shingit, Mauritania + } + } + country_event = { id = 955203 days = 0 } + } + + random_owned = { + limit = { + owner = { + OR = { + owns = 2071 #Zimbabwe + owns = 1884 #Sierra Leone + owns = 1887 #Liberia + owns = 2038 #Tanzania + owns = 1779 #Shingit, Mauritania + } + } + } + owner = { country_event = { id = 955203 days = 0 } } + } + } } country_event = { - - id = 95502 - title = "EVTNAME95502" #The Age of Colonialism - desc = "EVTDESC95502" - picture = "scramble_for_africa" - - trigger = { - civilized = no - capital_scope = { continent = africa } - has_global_flag = berlin_conference - NOT = { has_country_flag = delay_unciv_annexation } - NOT = { has_country_flag = reaction_to_berlin_conference } - NOT = { tag = MOR } - NOT = { tag = TUN } - NOT = { tag = ALD } - NOT = { tag = TRI } - NOT = { tag = EGY } - NOT = { tag = LIB } - } - - mean_time_to_happen = { - days = 5 - } - - option = { - name = "EVT95502OPTA" - set_country_flag = reaction_to_berlin_conference - any_country = { - limit = { - civilized = yes - OR = { - is_greater_power = yes - is_secondary_power = yes - colonial_nation = yes - } - capital_scope = { continent = europe } - } - leave_alliance = THIS - relation = { - who = THIS - value = -200 - } - } - } + + id = 95502 + title = "EVTNAME95502" #The Age of Colonialism + desc = "EVTDESC95502" + picture = "scramble_for_africa" + + trigger = { + civilized = no + capital_scope = { continent = africa } + has_global_flag = berlin_conference + NOT = { has_country_flag = delay_unciv_annexation } + NOT = { has_country_flag = reaction_to_berlin_conference } + NOT = { tag = MOR } + NOT = { tag = TUN } + NOT = { tag = ALD } + NOT = { tag = TRI } + NOT = { tag = EGY } + NOT = { tag = LIB } + } + + mean_time_to_happen = { + days = 5 + } + + option = { + name = "EVT95502OPTA" + set_country_flag = reaction_to_berlin_conference + any_country = { + limit = { + civilized = yes + OR = { + is_greater_power = yes + is_secondary_power = yes + colonial_nation = yes + } + capital_scope = { continent = europe } + } + leave_alliance = THIS + relation = { + who = THIS + value = -200 + } + } + } } #Canditate for Removal country_event = { - id = 95503 - title = "EVTNAME95503" #the Modern Age - desc = "EVTDESC95503" - picture = "zulu" - - trigger = { - war = no - civilized = no - capital_scope = { continent = africa } - NOT = { has_global_flag = berlin_conference } - NOT = { has_country_flag = africa_in_the_modern_age } - any_owned_province = { - OR = { - port = yes - any_neighbor_province = { owner = { civilized = yes } } - any_neighbor_province = { owner = { has_country_modifier = western_influences } } - } - } - NOT = { tag = MOR } - NOT = { tag = TUN } - NOT = { tag = ALD } - NOT = { tag = TRI } - NOT = { tag = EGY } - NOT = { tag = LIB } - NOT = { tag = OMA } - NOT = { tag = CYR } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT95503OPTA" - set_country_flag = africa_in_the_modern_age - any_country = { - limit = { - civilized = yes - NOT = { relation = { who = THIS value = 25 } } - capital_scope = { continent = europe } - } - relation = { who = THIS value = 50 } - } - } + id = 95503 + title = "EVTNAME95503" #the Modern Age + desc = "EVTDESC95503" + picture = "zulu" + + trigger = { + war = no + civilized = no + capital_scope = { continent = africa } + NOT = { has_global_flag = berlin_conference } + NOT = { has_country_flag = africa_in_the_modern_age } + any_owned_province = { + OR = { + port = yes + any_neighbor_province = { owner = { civilized = yes } } + any_neighbor_province = { owner = { has_country_modifier = western_influences } } + } + } + NOT = { tag = MOR } + NOT = { tag = TUN } + NOT = { tag = ALD } + NOT = { tag = TRI } + NOT = { tag = EGY } + NOT = { tag = LIB } + NOT = { tag = OMA } + NOT = { tag = CYR } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT95503OPTA" + set_country_flag = africa_in_the_modern_age + any_country = { + limit = { + civilized = yes + NOT = { relation = { who = THIS value = 25 } } + capital_scope = { continent = europe } + } + relation = { who = THIS value = 50 } + } + } } country_event = { - - id = 95504 - title = "EVTNAME95504" #Sahel Jihad - desc = "EVTDESC95504" - picture = "arab_revolt" - - trigger = { - primary_culture = fulbe - war = no - civilized = no - is_disarmed = no - OR = { - government = absolute_monarchy - government = theocracy - } - NOT = { - num_of_revolts = 1 - has_recently_lost_war = yes - } - any_neighbor_country = { - civilized = no - NOT = { has_country_flag = sunni_country } - NOT = { truce_with = THIS } - any_owned_province = { - OR = { - province_id = 1786 - province_id = 1789 - province_id = 1794 - province_id = 1800 - province_id = 1804 - province_id = 1808 - province_id = 1878 - province_id = 1880 - } - } - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - } - - option = { - name = "EVT95504OPTA" - any_pop = { - limit = { has_pop_religion = sunni } - militancy = -3 - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - random_country = { - limit = { - neighbour = THIS - civilized = no - NOT = { truce_with = THIS } - any_owned_province = { - OR = { - province_id = 1786 - province_id = 1789 - province_id = 1794 - province_id = 1800 - province_id = 1804 - province_id = 1808 - province_id = 1878 - province_id = 1880 - } - } - } - leave_alliance = THIS - relation = { who = THIS value = -100 } - add_casus_belli = { - target = THIS - type = sahel_jihad_cb - months = 24 - } - } - } + + id = 95504 + title = "EVTNAME95504" #Sahel Jihad + desc = "EVTDESC95504" + picture = "arab_revolt" + + trigger = { + primary_culture = fulbe + war = no + civilized = no + is_disarmed = no + OR = { + government = absolute_monarchy + government = theocracy + } + NOT = { + num_of_revolts = 1 + has_recently_lost_war = yes + } + any_neighbor_country = { + civilized = no + NOT = { has_country_flag = sunni_country } + NOT = { truce_with = THIS } + any_owned_province = { + OR = { + province_id = 1786 + province_id = 1789 + province_id = 1794 + province_id = 1800 + province_id = 1804 + province_id = 1808 + province_id = 1878 + province_id = 1880 + } + } + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + } + + option = { + name = "EVT95504OPTA" + any_pop = { + limit = { has_pop_religion = sunni } + militancy = -3 + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + random_country = { + limit = { + neighbour = THIS + civilized = no + NOT = { truce_with = THIS } + any_owned_province = { + OR = { + province_id = 1786 + province_id = 1789 + province_id = 1794 + province_id = 1800 + province_id = 1804 + province_id = 1808 + province_id = 1878 + province_id = 1880 + } + } + } + leave_alliance = THIS + relation = { who = THIS value = -100 } + add_casus_belli = { + target = THIS + type = sahel_jihad_cb + months = 24 + } + } + } } country_event = { - id = 95505 - title = "EVTNAME95505" #Imperialism Comes to $COUNTRY$ - desc = "EVTDESC95505" - picture = "scramble_for_africa" - - trigger = { - has_global_flag = berlin_conference - NOT = { tag = ETH } - OR = { - capital_scope = { continent = africa } - tag = LHJ - tag = FDL - tag = KTH - tag = MHR - } - civilized = no - is_vassal = no - part_of_sphere = yes - war = no - OR = { - any_owned_province = { port = yes } - sphere_owner = { neighbour = THIS } - } - sphere_owner = { - war = no - is_disarmed = no - capital_scope = { continent = europe } - OR = { - NOT = { tag = RUS } - neighbour = THIS - } - nationalism_n_imperialism = 1 - } - NOT = { - has_country_flag = refused_protectorate - has_country_flag = post_colonial_country - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 10 - has_country_flag = delay_unciv_annexation - NOT = { year = 1890 } - } - modifier = { - factor = 0.5 - year = 1890 - } - modifier = { - factor = 0.5 - year = 1900 - } - modifier = { - factor = 0.01 - OR = { - tag = EGY - tag = TUN - tag = MOR - } - } - modifier = { - factor = 5 - tag = EGY - sphere_owner = { tag = TUR } - } - } - - option = { - name = "EVT95505OPTA" - sphere_owner = { country_event = 95506 } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - number_of_states = 3 - } - modifier = { - factor = 0.5 - total_amount_of_divisions = 6 - } - modifier = { - factor = 0.5 - total_amount_of_divisions = 12 - } - modifier = { - factor = 2 - NOT = { civilization_progress = 0.5 } - } - } - } - - option = { - name = "EVT95505OPTB" - prestige = 10 - any_greater_power = { - limit = { - NOT = { is_sphere_leader_of = THIS } - diplomatic_influence = { who = THIS value = -100 } - } - } - sphere_owner = { - prestige = -10 - leave_alliance = THIS - diplomatic_influence = { who = THIS value = -300 } - country_event = 95507 - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - number_of_states = 3 - } - modifier = { - factor = 2 - number_of_states = 5 - } - modifier = { - factor = 3 - tag = ETH - } - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 3 } - } - modifier = { - factor = 0.5 - NOT = { total_amount_of_divisions = 6 } - } - } - } + id = 95505 + title = "EVTNAME95505" #Imperialism Comes to $COUNTRY$ + desc = "EVTDESC95505" + picture = "scramble_for_africa" + + trigger = { + has_global_flag = berlin_conference + NOT = { tag = ETH } + OR = { + capital_scope = { continent = africa } + tag = LHJ + tag = FDL + tag = KTH + tag = MHR + } + civilized = no + is_vassal = no + part_of_sphere = yes + war = no + OR = { + any_owned_province = { port = yes } + sphere_owner = { neighbour = THIS } + } + sphere_owner = { + war = no + is_disarmed = no + capital_scope = { continent = europe } + OR = { + NOT = { tag = RUS } + neighbour = THIS + } + nationalism_n_imperialism = 1 + } + NOT = { + has_country_flag = refused_protectorate + has_country_flag = post_colonial_country + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 10 + has_country_flag = delay_unciv_annexation + NOT = { year = 1890 } + } + modifier = { + factor = 0.5 + year = 1890 + } + modifier = { + factor = 0.5 + year = 1900 + } + modifier = { + factor = 0.01 + OR = { + tag = EGY + tag = TUN + tag = MOR + } + } + modifier = { + factor = 5 + tag = EGY + sphere_owner = { tag = TUR } + } + } + + option = { + name = "EVT95505OPTA" + sphere_owner = { country_event = 95506 } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + number_of_states = 3 + } + modifier = { + factor = 0.5 + total_amount_of_divisions = 6 + } + modifier = { + factor = 0.5 + total_amount_of_divisions = 12 + } + modifier = { + factor = 2 + NOT = { civilization_progress = 0.5 } + } + } + } + + option = { + name = "EVT95505OPTB" + prestige = 10 + any_greater_power = { + limit = { + NOT = { is_sphere_leader_of = THIS } + diplomatic_influence = { who = THIS value = -100 } + } + } + sphere_owner = { + prestige = -10 + leave_alliance = THIS + diplomatic_influence = { who = THIS value = -300 } + country_event = 95507 + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + number_of_states = 3 + } + modifier = { + factor = 2 + number_of_states = 5 + } + modifier = { + factor = 3 + tag = ETH + } + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 3 } + } + modifier = { + factor = 0.5 + NOT = { total_amount_of_divisions = 6 } + } + } + } } country_event = { - id = 95506 - title = "EVTNAME95506" #The $FROMCOUNTRY_ADJ$ Protectorate - desc = "EVTDESC95506" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT95506OPTA" - FROM = { set_country_flag = refused_protectorate } - badboy = -2 - relation = { who = FROM value = 50 } - ai_chance = { - factor = 2 - modifier = { - factor = 0 - NOT = { badboy = 0.92 } - } - } - } - - option = { - name = "EVT95506OPTB" - badboy = 2 - prestige = 5 - inherit = FROM - ai_chance = { - factor = 98 - modifier = { - factor = 0 - badboy = 0.92 - } - } - } + id = 95506 + title = "EVTNAME95506" #The $FROMCOUNTRY_ADJ$ Protectorate + desc = "EVTDESC95506" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT95506OPTA" + FROM = { set_country_flag = refused_protectorate } + badboy = -2 + relation = { who = FROM value = 50 } + ai_chance = { + factor = 2 + modifier = { + factor = 0 + NOT = { badboy = 0.92 } + } + } + } + + option = { + name = "EVT95506OPTB" + badboy = 2 + prestige = 5 + inherit = FROM + ai_chance = { + factor = 98 + modifier = { + factor = 0 + badboy = 0.92 + } + } + } } country_event = { - id = 95507 - title = "EVTNAME95507" #Nationals Expelled - desc = "EVTDESC95507" - news = yes - news_title = "EVTNAME95507_NEWS_TITLE" - news_desc_long = "EVTDESC95507_NEWS_LONG" - news_desc_medium = "EVTDESC95507_NEWS_MEDIUM" - news_desc_short = "EVTDESC95507_NEWS_SHORT" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT95507OPTA" - relation = { who = FROM value = -200 } - random_owned = { - limit = { - owner = { has_global_flag = berlin_conference } - } - owner = { - casus_belli = { - target = FROM - type = establish_protectorate_BC_casus_belli - months = 60 - } - war = { - target = FROM - attacker_goal = { - casus_belli = establish_protectorate_BC_casus_belli - } - } - } - } - random_owned = { - limit = { - owner = { NOT = { has_global_flag = berlin_conference } } - } - owner = { - casus_belli = { - target = FROM - type = establish_protectorate_casus_belli - months = 60 - } - war = { - target = FROM - attacker_goal = { - casus_belli = establish_protectorate_casus_belli - } - } - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - } - } - - option = { - name = "EVT95507OPTB" - prestige = -25 - relation = { who = FROM value = 50 } - ai_chance = { - factor = 10 - modifier = { - factor = 5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0 - war_policy = jingoism - } - modifier = { - factor = 0.5 - war_policy = pro_military - } - } - } + id = 95507 + title = "EVTNAME95507" #Nationals Expelled + desc = "EVTDESC95507" + news = yes + news_title = "EVTNAME95507_NEWS_TITLE" + news_desc_long = "EVTDESC95507_NEWS_LONG" + news_desc_medium = "EVTDESC95507_NEWS_MEDIUM" + news_desc_short = "EVTDESC95507_NEWS_SHORT" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT95507OPTA" + relation = { who = FROM value = -200 } + random_owned = { + limit = { + owner = { has_global_flag = berlin_conference } + } + owner = { + casus_belli = { + target = FROM + type = establish_protectorate_BC_casus_belli + months = 60 + } + war = { + target = FROM + attacker_goal = { + casus_belli = establish_protectorate_BC_casus_belli + } + } + } + } + random_owned = { + limit = { + owner = { NOT = { has_global_flag = berlin_conference } } + } + owner = { + casus_belli = { + target = FROM + type = establish_protectorate_casus_belli + months = 60 + } + war = { + target = FROM + attacker_goal = { + casus_belli = establish_protectorate_casus_belli + } + } + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + } + } + + option = { + name = "EVT95507OPTB" + prestige = -25 + relation = { who = FROM value = 50 } + ai_chance = { + factor = 10 + modifier = { + factor = 5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0 + war_policy = jingoism + } + modifier = { + factor = 0.5 + war_policy = pro_military + } + } + } } country_event = { - - id = 95508 - title = "EVTNAME95508" #The Sale of Assab - desc = "EVTDESC95508" - picture = "scramble_for_africa" - - trigger = { - civilized = yes - is_vassal = no - has_global_flag = berlin_conference - capital_scope = { continent = europe } - any_owned_province = { has_building = naval_base } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - NOT = { - war_policy = pacifism - has_country_flag = sale_of_assab - has_global_flag = assab_sold - tag = RUS - tag = TUR - } - 1851 = { - owner = { - civilized = no - war = no - NOT = { truce_with = THIS } - } - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 1.5 - is_secondary_power = yes - NOT = { tag = ITA } - } - modifier = { - factor = 0.5 - NOT = { - any_owned_province = { continent = africa } - } - } - modifier = { - factor = 1.5 - any_owned_province = { continent = africa } - } - modifier = { - factor = 0.5 - tag = ITA - } - } - - immediate = { - set_country_flag = sale_of_assab - } - - option = { - name = "EVT95508OPTA" - badboy = 2 - 1851 = { - owner = { country_event = 95509 } - } - 1851 = { secede_province = THIS } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - is_secondary_power = yes - } - modifier = { - factor = 0.5 - any_owned_province = { continent = africa } - } - modifier = { - factor = 0 - badboy = 0.92 - } - } - } - - option = { - name = "EVT95508OPTB" - badboy = -1 - 1851 = { - owner = { - relation = { who = THIS value = 50 } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 2 - any_owned_province = { continent = africa } - } - modifier = { - factor = 0 - tag = ITA - } - } - } + + id = 95508 + title = "EVTNAME95508" #The Sale of Assab + desc = "EVTDESC95508" + picture = "scramble_for_africa" + + trigger = { + civilized = yes + is_vassal = no + has_global_flag = berlin_conference + capital_scope = { continent = europe } + any_owned_province = { has_building = naval_base } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + NOT = { + war_policy = pacifism + has_country_flag = sale_of_assab + has_global_flag = assab_sold + tag = RUS + tag = TUR + } + 1851 = { + owner = { + civilized = no + war = no + NOT = { truce_with = THIS } + } + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 1.5 + is_secondary_power = yes + NOT = { tag = ITA } + } + modifier = { + factor = 0.5 + NOT = { + any_owned_province = { continent = africa } + } + } + modifier = { + factor = 1.5 + any_owned_province = { continent = africa } + } + modifier = { + factor = 0.5 + tag = ITA + } + } + + immediate = { + set_country_flag = sale_of_assab + } + + option = { + name = "EVT95508OPTA" + badboy = 2 + 1851 = { + owner = { country_event = 95509 } + } + 1851 = { secede_province = THIS } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + is_secondary_power = yes + } + modifier = { + factor = 0.5 + any_owned_province = { continent = africa } + } + modifier = { + factor = 0 + badboy = 0.92 + } + } + } + + option = { + name = "EVT95508OPTB" + badboy = -1 + 1851 = { + owner = { + relation = { who = THIS value = 50 } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 2 + any_owned_province = { continent = africa } + } + modifier = { + factor = 0 + tag = ITA + } + } + } } country_event = { - - id = 95509 - title = "EVTNAME95508" #The Sale of Assab - Owner - desc = "EVTDESC95509" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT95509OPTA" - set_global_flag = assab_sold - relation = { who = FROM value = -50 } - leave_alliance = FROM - casus_belli = { - target = FROM - type = place_in_the_sun - months = 240 - } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = THIS value = -100 } - } - } + + id = 95509 + title = "EVTNAME95508" #The Sale of Assab - Owner + desc = "EVTDESC95509" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT95509OPTA" + set_global_flag = assab_sold + relation = { who = FROM value = -50 } + leave_alliance = FROM + casus_belli = { + target = FROM + type = place_in_the_sun + months = 240 + } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = THIS value = -100 } + } + } } country_event = { - id = 95510 - title = "EVTNAME95510" #Rebellion in Eritrea - desc = "EVTDESC95510" - picture = "rebellion" - - fire_only_once = yes - - trigger = { - tag = EGY - civilized = no - OR = { - war = no - war_with = SUD - } - ETH = { - exists = yes - any_owned_province = { - any_neighbor_province = { region = ENG_1848 } - } - } - OR = { - owns = 1848 - owns = 1849 - owns = 1850 - owns = 1851 - } - 1833 = { - OR = { - NOT = { owned_by = THIS } - average_militancy = 4 - AND = { - controlled_by = REB - province_control_days = 60 - } - } - } - 1836 = { - OR = { - NOT = { owned_by = THIS } - average_militancy = 4 - AND = { - controlled_by = REB - province_control_days = 60 - } - } - } - 1829 = { - OR = { - NOT = { owned_by = THIS } - average_militancy = 4 - AND = { - controlled_by = REB - province_control_days = 60 - } - } - } - } - - mean_time_to_happen = { - months = 1 - } - - - option = { - prestige = 3 - name = "EVT95510OPTA" - any_owned = { - limit = { region = ENG_1848 } - secede_province = ETH - } - relation = { who = ETH value = -100 } - leave_alliance = ETH - casus_belli = { - target = ETH - type = acquire_state - months = 24 - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT95510OPTB" - prestige = -3 - any_owned = { - limit = { region = ENG_1848 } - secede_province = ETH - } - relation = { who = ETH value = 100 } - ai_chance = { factor = 100 } - } + id = 95510 + title = "EVTNAME95510" #Rebellion in Eritrea + desc = "EVTDESC95510" + picture = "rebellion" + + fire_only_once = yes + + trigger = { + tag = EGY + civilized = no + OR = { + war = no + war_with = SUD + } + ETH = { + exists = yes + any_owned_province = { + any_neighbor_province = { region = ENG_1848 } + } + } + OR = { + owns = 1848 + owns = 1849 + owns = 1850 + owns = 1851 + } + 1833 = { + OR = { + NOT = { owned_by = THIS } + average_militancy = 4 + AND = { + controlled_by = REB + province_control_days = 60 + } + } + } + 1836 = { + OR = { + NOT = { owned_by = THIS } + average_militancy = 4 + AND = { + controlled_by = REB + province_control_days = 60 + } + } + } + 1829 = { + OR = { + NOT = { owned_by = THIS } + average_militancy = 4 + AND = { + controlled_by = REB + province_control_days = 60 + } + } + } + } + + mean_time_to_happen = { + months = 1 + } + + + option = { + prestige = 3 + name = "EVT95510OPTA" + any_owned = { + limit = { region = ENG_1848 } + secede_province = ETH + } + relation = { who = ETH value = -100 } + leave_alliance = ETH + casus_belli = { + target = ETH + type = acquire_state + months = 24 + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT95510OPTB" + prestige = -3 + any_owned = { + limit = { region = ENG_1848 } + secede_province = ETH + } + relation = { who = ETH value = 100 } + ai_chance = { factor = 100 } + } } country_event = { - id = 95511 - title = "EVTNAME95511" - desc = "EVTDESC95511" - picture = "scramble_for_africa" - - trigger = { - has_global_flag = berlin_conference - capital_scope = { continent = europe } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - total_amount_of_ships = 20 - total_amount_of_divisions = 10 - nationalism_n_imperialism = 1 - invention = mission_to_civilize - invention = colonial_negotiations - OR = { - war_policy = jingoism - war_policy = pro_military - } - war = no - ai = yes - is_disarmed = no - is_vassal = no - any_owned_province = { port = yes } - NOT = { - average_militancy = 4 - num_of_revolts = 1 - war_exhaustion = 10 - any_owned_province = { continent = africa } - has_country_modifier = punitive_effects - has_country_modifier = neutrality_modifier - year = 1900 - tag = RUS - } - } - - mean_time_to_happen = { - months = 24 - } - - option = { - name = "EVT95511OPTA" - random_country = { - limit = { - ai = yes - capital_scope = { continent = africa } - civilized = no - war = no - is_vassal = no - part_of_sphere = no - NOT = { alliance_with = THIS } - NOT = { brigades_compare = 1 } - any_owned_province = { port = yes } - } - add_casus_belli = { - target = THIS - type = establish_protectorate_BC_casus_belli - months = 60 - } - country_event = 95514 - } - random_country = { - limit = { - civilized = yes - is_vassal = no - any_owned_province = { - is_colonial = yes - continent = africa - } - NOT = { - relation = { who = THIS value = -50 } - truce_with = THIS - in_sphere = THIS - alliance_with = THIS - } - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 60 - } - } - } + id = 95511 + title = "EVTNAME95511" + desc = "EVTDESC95511" + picture = "scramble_for_africa" + + trigger = { + has_global_flag = berlin_conference + capital_scope = { continent = europe } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + total_amount_of_ships = 20 + total_amount_of_divisions = 10 + nationalism_n_imperialism = 1 + invention = mission_to_civilize + invention = colonial_negotiations + OR = { + war_policy = jingoism + war_policy = pro_military + } + war = no + ai = yes + is_disarmed = no + is_vassal = no + any_owned_province = { port = yes } + NOT = { + average_militancy = 4 + num_of_revolts = 1 + war_exhaustion = 10 + any_owned_province = { continent = africa } + has_country_modifier = punitive_effects + has_country_modifier = neutrality_modifier + year = 1900 + tag = RUS + } + } + + mean_time_to_happen = { + months = 24 + } + + option = { + name = "EVT95511OPTA" + random_country = { + limit = { + ai = yes + capital_scope = { continent = africa } + civilized = no + war = no + is_vassal = no + part_of_sphere = no + NOT = { alliance_with = THIS } + NOT = { brigades_compare = 1 } + any_owned_province = { port = yes } + } + add_casus_belli = { + target = THIS + type = establish_protectorate_BC_casus_belli + months = 60 + } + country_event = 95514 + } + random_country = { + limit = { + civilized = yes + is_vassal = no + any_owned_province = { + is_colonial = yes + continent = africa + } + NOT = { + relation = { who = THIS value = -50 } + truce_with = THIS + in_sphere = THIS + alliance_with = THIS + } + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 60 + } + } + } } country_event = { - id = 95514 - title = "EVTNAME95514" - desc = "EVTDESC95514" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT95514OPTA" - FROM = { - relation = { who = THIS value = -200 } - war = { - target = THIS - attacker_goal = { - casus_belli = establish_protectorate_BC_casus_belli - } - } - } - } + id = 95514 + title = "EVTNAME95514" + desc = "EVTDESC95514" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT95514OPTA" + FROM = { + relation = { who = THIS value = -200 } + war = { + target = THIS + attacker_goal = { + casus_belli = establish_protectorate_BC_casus_belli + } + } + } + } } #Annexation of Sudan - Hegemony over the Nile country_event = { - id = 955177 - title = "EVTNAME955177" - desc = "EVTDESC955177" - picture = "sudan_question" - - trigger = { - war = no - is_sphere_leader_of = EGY - capital_scope = { continent = europe } - NOT = { - tag = TUR - tag = RUS - exists = SUD - } - has_global_flag = berlin_conference - has_global_flag = mahdist_uprising - EGY = { - exists = yes - any_owned_province = { - is_core = SUD - has_province_modifier = fundamentalist_sympathies - } - any_owned_province = { - region = EGY_1834 - } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 8 } - - option = { - name = "EVT955177OPTA" - EGY = { country_event = 955178 } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT955177OPTB" - prestige = -5 - ai_chance = { factor = 0 } - } + id = 955177 + title = "EVTNAME955177" + desc = "EVTDESC955177" + picture = "sudan_question" + + trigger = { + war = no + is_sphere_leader_of = EGY + capital_scope = { continent = europe } + NOT = { + tag = TUR + tag = RUS + exists = SUD + } + has_global_flag = berlin_conference + has_global_flag = mahdist_uprising + EGY = { + exists = yes + any_owned_province = { + is_core = SUD + has_province_modifier = fundamentalist_sympathies + } + any_owned_province = { + region = EGY_1834 + } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 8 } + + option = { + name = "EVT955177OPTA" + EGY = { country_event = 955178 } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT955177OPTB" + prestige = -5 + ai_chance = { factor = 0 } + } } #Egypt Answer country_event = { - id = 955178 - title = "EVTNAME955178" - desc = "EVTDESC955178" - picture = "sudan_question" - - is_triggered_only = yes - - option = { - name = "EVT955178OPTA" - prestige = -5 - FROM = { country_event = 955179 } - ai_chance = { factor = 0.75 } - } - - option = { - name = "EVT955178OPTB" - prestige = 5 - FROM = { country_event = 955180 } - set_country_flag = surrender_sudan_on_lose - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - is_vassal = yes - } - } - } + id = 955178 + title = "EVTNAME955178" + desc = "EVTDESC955178" + picture = "sudan_question" + + is_triggered_only = yes + + option = { + name = "EVT955178OPTA" + prestige = -5 + FROM = { country_event = 955179 } + ai_chance = { factor = 0.75 } + } + + option = { + name = "EVT955178OPTB" + prestige = 5 + FROM = { country_event = 955180 } + set_country_flag = surrender_sudan_on_lose + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + is_vassal = yes + } + } + } } #Egypt Accepts country_event = { - id = 955179 - title = "EVTNAME955179" - desc = "EVTDESC955179" - picture = "sudan_question" - - is_triggered_only = yes - - option = { - name = "EVT955179OPTA" - prestige = 5 - SUD = { - all_core = { - remove_core = DAR - remove_core = SHK - any_pop = { - militancy = 7 - consciousness = 4 - } - } - } - - 1834 = { add_core = EGY } - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - FROM = { - money = 50000 - any_owned = { - limit = { - OR = { - is_core = SUD - is_core = ETH - } - } - secede_province = THIS - } - } - relation = { who = EGY value = 100 } - } + id = 955179 + title = "EVTNAME955179" + desc = "EVTDESC955179" + picture = "sudan_question" + + is_triggered_only = yes + + option = { + name = "EVT955179OPTA" + prestige = 5 + SUD = { + all_core = { + remove_core = DAR + remove_core = SHK + any_pop = { + militancy = 7 + consciousness = 4 + } + } + } + + 1834 = { add_core = EGY } + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + FROM = { + money = 50000 + any_owned = { + limit = { + OR = { + is_core = SUD + is_core = ETH + } + } + secede_province = THIS + } + } + relation = { who = EGY value = 100 } + } } #Egypt Refuses country_event = { - id = 955180 - title = "EVTNAME955180" - desc = "EVTDESC955180" - picture = "sudan_question" - - is_triggered_only = yes - - option = { - name = "EVT955180OPTA" - relation = { who = FROM value = -400 } - diplomatic_influence = { who = FROM value = -400 } - SUD = { - civilized = no - government = theocracy - set_country_flag = theocratic_government - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - political_reform = primary_culture_only - political_reform = mandatory_service - - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - all_core = { - remove_core = DAR - remove_core = SHK - } - } - casus_belli = { - target = FROM - type = add_to_sphere - months = 30 - } - war = { - target = FROM - attacker_goal = { - casus_belli = add_to_sphere - } - } - } + id = 955180 + title = "EVTNAME955180" + desc = "EVTDESC955180" + picture = "sudan_question" + + is_triggered_only = yes + + option = { + name = "EVT955180OPTA" + relation = { who = FROM value = -400 } + diplomatic_influence = { who = FROM value = -400 } + SUD = { + civilized = no + government = theocracy + set_country_flag = theocratic_government + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = primary_culture_only + political_reform = mandatory_service + + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + all_core = { + remove_core = DAR + remove_core = SHK + } + } + casus_belli = { + target = FROM + type = add_to_sphere + months = 30 + } + war = { + target = FROM + attacker_goal = { + casus_belli = add_to_sphere + } + } + } } #The Gabu Exchange country_event = { - id = 955181 - title = "EVTNAME955181" - desc = "EVTDESC955181" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955181OPTA" - relation = { who = FROM value = 50 } - random_owned = { - limit = { province_id = 1792 } - secede_province = FROM - } - random_country = { - limit = { - tag = FROM - owns = 1878 - } - random_owned = { - limit = { province_id = 1878 } - secede_province = THIS - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 0.5 - is_greater_power = yes - } - } - } - - option = { - name = "EVT955181OPTB" - relation = { who = FROM value = -150 } - casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - add_casus_belli = { - target = THIS - type = place_in_the_sun - months = 30 - } - ai_chance = { - factor = 5 - modifier = { - factor = 4 - NOT = { relation = { who = FROM value = 0 } } - } - } - } + id = 955181 + title = "EVTNAME955181" + desc = "EVTDESC955181" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT955181OPTA" + relation = { who = FROM value = 50 } + random_owned = { + limit = { province_id = 1792 } + secede_province = FROM + } + random_country = { + limit = { + tag = FROM + owns = 1878 + } + random_owned = { + limit = { province_id = 1878 } + secede_province = THIS + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 0.5 + is_greater_power = yes + } + } + } + + option = { + name = "EVT955181OPTB" + relation = { who = FROM value = -150 } + casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + add_casus_belli = { + target = THIS + type = place_in_the_sun + months = 30 + } + ai_chance = { + factor = 5 + modifier = { + factor = 4 + NOT = { relation = { who = FROM value = 0 } } + } + } + } } #The Conquest of Luhonono country_event = { - id = 955200 - title = "EVTNAME955200" - desc = "EVTDESC955200" - picture = "mfecane" - - trigger = { - tag = ENG - owns = 2076 - 2082 = { empty = no } - 2081 = { empty = yes } - invention = the_dark_continent - } - - fire_only_once = yes - - mean_time_to_happen = { months = 2 } - - option = { - name = "EVT955200OPTA" - 2081 = { secede_province = THIS any_pop = { literacy = -0.99 } } - } + id = 955200 + title = "EVTNAME955200" + desc = "EVTDESC955200" + picture = "mfecane" + + trigger = { + tag = ENG + owns = 2076 + 2082 = { empty = no } + 2081 = { empty = yes } + invention = the_dark_continent + } + + fire_only_once = yes + + mean_time_to_happen = { months = 2 } + + option = { + name = "EVT955200OPTA" + 2081 = { secede_province = THIS any_pop = { literacy = -0.99 } } + } } #Caprivi strip purchase country_event = { - id = 955201 - title = "EVTNAME955201" - desc = "EVTDESC955201" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955201OPTA" - treasury = 100000 - random_country = { - limit = { tag = FROM } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - } - relation = { who = FROM value = 25 } - 2081 = { secede_province = FROM add_core = NMB } - ai_chance = { - factor = 0.5 - modifier = { factor = 1.1 relation = { who = FROM value = 50 } } - modifier = { factor = 1.1 relation = { who = FROM value = 100 } } - modifier = { factor = 1.1 relation = { who = FROM value = 150 } } - modifier = { factor = 1.2 relation = { who = FROM value = 199 } } - modifier = { factor = 10 in_sphere = THIS } - } - } - - option = { - name = "EVT955201OPTB" - relation = { who = FROM value = -50 } - ai_chance = { - factor = 0.5 - modifier = { factor = 1.1 NOT = { relation = { who = FROM value = 0 } } } - modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -50 } } } - modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -100 } } } - modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -199 } } } - } - } + id = 955201 + title = "EVTNAME955201" + desc = "EVTDESC955201" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT955201OPTA" + treasury = 100000 + random_country = { + limit = { tag = FROM } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + } + relation = { who = FROM value = 25 } + 2081 = { secede_province = FROM add_core = NMB } + ai_chance = { + factor = 0.5 + modifier = { factor = 1.1 relation = { who = FROM value = 50 } } + modifier = { factor = 1.1 relation = { who = FROM value = 100 } } + modifier = { factor = 1.1 relation = { who = FROM value = 150 } } + modifier = { factor = 1.2 relation = { who = FROM value = 199 } } + modifier = { factor = 10 in_sphere = THIS } + } + } + + option = { + name = "EVT955201OPTB" + relation = { who = FROM value = -50 } + ai_chance = { + factor = 0.5 + modifier = { factor = 1.1 NOT = { relation = { who = FROM value = 0 } } } + modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -50 } } } + modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -100 } } } + modifier = { factor = 1.2 NOT = { relation = { who = FROM value = -199 } } } + } + } } #The Ziguinchor Purchase country_event = { - id = 955202 - title = "EVTNAME955181" - desc = "EVTDESC955202" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955181OPTA" - relation = { who = FROM value = 50 } - treasury = 200000 - random_owned = { - limit = { province_id = 1792 } - secede_province = FROM - } - - random_country = { - limit = { - tag = FROM - has_country_flag = paying_for_senegal - } - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 200 } } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 200 } } - } - - random_owned = { - limit = { owner = { money = 200000 } } - owner = { treasury = -200000 } - } - clr_country_flag = paying_for_senegal - } - - ai_chance = { - factor = 95 - modifier = { - factor = 0.5 - is_greater_power = yes - } - } - } - - option = { - name = "EVT955181OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - add_casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - ai_chance = { - factor = 5 - modifier = { - factor = 4 - NOT = { relation = { who = FROM value = 0 } } - } - } - } + id = 955202 + title = "EVTNAME955181" + desc = "EVTDESC955202" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT955181OPTA" + relation = { who = FROM value = 50 } + treasury = 200000 + random_owned = { + limit = { province_id = 1792 } + secede_province = FROM + } + + random_country = { + limit = { + tag = FROM + has_country_flag = paying_for_senegal + } + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 200 } } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 200 } } + } + + random_owned = { + limit = { owner = { money = 200000 } } + owner = { treasury = -200000 } + } + clr_country_flag = paying_for_senegal + } + + ai_chance = { + factor = 95 + modifier = { + factor = 0.5 + is_greater_power = yes + } + } + } + + option = { + name = "EVT955181OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + add_casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + ai_chance = { + factor = 5 + modifier = { + factor = 4 + NOT = { relation = { who = FROM value = 0 } } + } + } + } } #The Scramble Awards country_event = { - id = 955203 - title = "EVTNAME955203" - desc = "EVTDESC955203" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955203OPTA" - - random_owned = { - limit = { - province_id = 2038 - 2039 = { empty = yes } - } - - owner = { - 2039 = { - secede_province = THIS - add_core = ZAN - life_rating = 25 - any_pop = { literacy = -0.99 } - } - } - } - - random_owned = { - limit = { - province_id = 2071 - 2069 = { empty = yes } - 2073 = { empty = yes } - } - - owner = { - 2069 = { - secede_province = THIS - add_core = MAT - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - } - 2073 = { - secede_province = THIS - add_core = MAT - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } - } - } - } - - random_owned = { - limit = { - province_id = 1884 - 1885 = { empty = yes } - 1886 = { empty = yes } - } - - owner = { - 1885 = { - secede_province = THIS - life_rating = 25 - any_pop = { literacy = -0.99 } - } - 1886 = { - secede_province = THIS - life_rating = 25 - any_pop = { literacy = -0.99 } - } - } - } - - random_owned = { - limit = { - province_id = 1887 - 1889 = { empty = yes } - 1890 = { empty = yes } - 1891 = { empty = yes } - } - - owner = { - LIB = { political_reform = culture_voting_only } - 1889 = { - trade_goods = coffee - secede_province = THIS - add_core = LIB - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } - } - 1890 = { - trade_goods = coffee - secede_province = THIS - add_core = LIB - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } - } - 1891 = { - secede_province = THIS - add_core = LIB - life_rating = 25 - any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } - } - } - } - } + id = 955203 + title = "EVTNAME955203" + desc = "EVTDESC955203" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT955203OPTA" + + random_owned = { + limit = { + province_id = 2038 + 2039 = { empty = yes } + } + + owner = { + 2039 = { + secede_province = THIS + add_core = ZAN + life_rating = 25 + any_pop = { literacy = -0.99 } + } + } + } + + random_owned = { + limit = { + province_id = 2071 + 2069 = { empty = yes } + 2073 = { empty = yes } + } + + owner = { + 2069 = { + secede_province = THIS + add_core = MAT + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + } + 2073 = { + secede_province = THIS + add_core = MAT + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = boer } } literacy = -0.99 } + } + } + } + + random_owned = { + limit = { + province_id = 1884 + 1885 = { empty = yes } + 1886 = { empty = yes } + } + + owner = { + 1885 = { + secede_province = THIS + life_rating = 25 + any_pop = { literacy = -0.99 } + } + 1886 = { + secede_province = THIS + life_rating = 25 + any_pop = { literacy = -0.99 } + } + } + } + + random_owned = { + limit = { + province_id = 1887 + 1889 = { empty = yes } + 1890 = { empty = yes } + 1891 = { empty = yes } + } + + owner = { + LIB = { social_reform = culture_voting_only } + 1889 = { + trade_goods = coffee + secede_province = THIS + add_core = LIB + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } + } + 1890 = { + trade_goods = coffee + secede_province = THIS + add_core = LIB + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } + } + 1891 = { + secede_province = THIS + add_core = LIB + life_rating = 25 + any_pop = { limit = { NOT = { has_pop_culture = afro_american } } literacy = -0.99 } + } + } + } + } } #Buying Gabu country_event = { - id = 955204 - title = "EVTNAME955204" - desc = "EVTDESC955204" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955181OPTA" - relation = { who = FROM value = 50 } - treasury = 200000 - random_owned = { - limit = { province_id = 1878 } - secede_province = FROM - } - - random_country = { - limit = { - tag = FROM - has_country_flag = paying_for_senegal - } - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 200 } } - } - - random_owned = { - limit = { - owner = { - NOT = { money = 200000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 200 } } - } - - random_owned = { - limit = { owner = { money = 200000 } } - owner = { treasury = -200000 } - } - clr_country_flag = paying_for_senegal - } - - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT955181OPTB" - relation = { who = FROM value = -150 } - badboy = 1 - casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - add_casus_belli = { - target = FROM - type = place_in_the_sun - months = 30 - } - ai_chance = { - factor = 5 - modifier = { - factor = 4 - NOT = { relation = { who = FROM value = 0 } } - } - } - } + id = 955204 + title = "EVTNAME955204" + desc = "EVTDESC955204" + picture = "scramble_for_africa" + + is_triggered_only = yes + + option = { + name = "EVT955181OPTA" + relation = { who = FROM value = 50 } + treasury = 200000 + random_owned = { + limit = { province_id = 1878 } + secede_province = FROM + } + + random_country = { + limit = { + tag = FROM + has_country_flag = paying_for_senegal + } + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 200 } } + } + + random_owned = { + limit = { + owner = { + NOT = { money = 200000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 200 } } + } + + random_owned = { + limit = { owner = { money = 200000 } } + owner = { treasury = -200000 } + } + clr_country_flag = paying_for_senegal + } + + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT955181OPTB" + relation = { who = FROM value = -150 } + badboy = 1 + casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + add_casus_belli = { + target = FROM + type = place_in_the_sun + months = 30 + } + ai_chance = { + factor = 5 + modifier = { + factor = 4 + NOT = { relation = { who = FROM value = 0 } } + } + } + } } #Conquering Eritrea - Uncivs province_event = { - id = 955205 - title = "EVTNAME955205" - desc = "EVTDESC955205" - picture = "scramble_for_africa" - - trigger = { - region = ENG_1848 - owner = { - war = no - civilized = yes - owns = 1851 - capital_scope = { continent = europe } - has_global_flag = berlin_conference - } - any_neighbor_province = { - region = ENG_1848 - owner = { - civilized = no - war = no - } - OR = { - average_militancy = 3 - owner = { in_sphere = THIS } - } - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.25 - owner = { invention = the_dark_continent } - } - modifier = { - factor = 0.5 - year = 1885 - } - } - - option = { - name = "EVT955205OPTA" - random_neighbor_province = { - limit = { - region = ENG_1848 - owner = { - civilized = no - war = no - } - OR = { - average_militancy = 3 - owner = { in_sphere = THIS } - } - } - owner = { relation = { who = THIS value = -25 } } - secede_province = THIS - } - } + id = 955205 + title = "EVTNAME955205" + desc = "EVTDESC955205" + picture = "scramble_for_africa" + + trigger = { + region = ENG_1848 + owner = { + war = no + civilized = yes + owns = 1851 + capital_scope = { continent = europe } + has_global_flag = berlin_conference + } + any_neighbor_province = { + region = ENG_1848 + owner = { + civilized = no + war = no + } + OR = { + average_militancy = 3 + owner = { in_sphere = THIS } + } + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.25 + owner = { invention = the_dark_continent } + } + modifier = { + factor = 0.5 + year = 1885 + } + } + + option = { + name = "EVT955205OPTA" + random_neighbor_province = { + limit = { + region = ENG_1848 + owner = { + civilized = no + war = no + } + OR = { + average_militancy = 3 + owner = { in_sphere = THIS } + } + } + owner = { relation = { who = THIS value = -25 } } + secede_province = THIS + } + } } #Transferring Massawa - Civs country_event = { - id = 955206 - title = "EVTNAME955206" - desc = "EVTDESC955206" - picture = "scramble_for_africa" - - trigger = { - war = no - any_owned_province = { region = ENG_1848 } - has_global_flag = berlin_conference - civilized = yes - NOT = { owns = 1851 } - NOT = { has_country_flag = not_giving_eritrea } - any_neighbor_country = { - capital_scope = { continent = europe } - owns = 1851 - civilized = yes - war = no - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - invention = the_dark_continent - } - modifier = { - factor = 0.5 - year = 1885 - } - } - - option = { - name = "EVT955206OPTA" - badboy = -2 - any_neighbor_country = { - limit = { - owns = 1851 - civilized = yes - } - relation = { who = THIS value = 25 } - country_event = 955207 - } - ai_chance = { factor = 80 } - } - - option = { - name = "EVT955206OPTB" - badboy = 2 - set_country_flag = not_giving_eritrea - any_neighbor_country = { - limit = { - owns = 1851 - civilized = yes - } - relation = { who = THIS value = -50 } - casus_belli = { - target = THIS - type = place_in_the_sun - months = 48 - } - } - ai_chance = { factor = 20 } - } + id = 955206 + title = "EVTNAME955206" + desc = "EVTDESC955206" + picture = "scramble_for_africa" + + trigger = { + war = no + any_owned_province = { region = ENG_1848 } + has_global_flag = berlin_conference + civilized = yes + NOT = { owns = 1851 } + NOT = { has_country_flag = not_giving_eritrea } + any_neighbor_country = { + capital_scope = { continent = europe } + owns = 1851 + civilized = yes + war = no + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + invention = the_dark_continent + } + modifier = { + factor = 0.5 + year = 1885 + } + } + + option = { + name = "EVT955206OPTA" + badboy = -2 + any_neighbor_country = { + limit = { + owns = 1851 + civilized = yes + } + relation = { who = THIS value = 25 } + country_event = 955207 + } + ai_chance = { factor = 80 } + } + + option = { + name = "EVT955206OPTB" + badboy = 2 + set_country_flag = not_giving_eritrea + any_neighbor_country = { + limit = { + owns = 1851 + civilized = yes + } + relation = { who = THIS value = -50 } + casus_belli = { + target = THIS + type = place_in_the_sun + months = 48 + } + } + ai_chance = { factor = 20 } + } } #Transferring Massawa - Assab owner gets the answer country_event = { - id = 955207 - title = "EVTNAME955207" - desc = "EVTDESC955207" - picture = "scramble_for_africa" - - is_triggered_only = yes - - option = { - name = "EVT955205OPTA" - FROM = { - any_owned = { - limit = { region = ENG_1848 } - secede_province = THIS - } - } - } -} + id = 955207 + title = "EVTNAME955207" + desc = "EVTDESC955207" + picture = "scramble_for_africa" + + is_triggered_only = yes + option = { + name = "EVT955205OPTA" + FROM = { + any_owned = { + limit = { region = ENG_1848 } + secede_province = THIS + } + } + } +} diff --git a/HPM/events/Second ACW.txt b/HPM/events/Second ACW.txt index a661c3b4..7e10af14 100644 --- a/HPM/events/Second ACW.txt +++ b/HPM/events/Second ACW.txt @@ -1,2655 +1,2655 @@ ### Events 95260-95320 used ######################################################### -# # -# Events for the Second American Civil War # -# # +# # +# Events for the Second American Civil War # +# # ######################################################### country_event = { - id = 95260 - title = "EVTNAME95260" #The Disunited States - desc = "EVTDESC95260" - news = yes - news_desc_long = "EVTDESC95260_NEWS_LONG" - news_desc_medium = "EVTDESC95260_NEWS_MEDIUM" - news_desc_short = "EVTDESC95260_NEWS_SHORT" - picture = "Demonstration" - - major = yes - trigger = { - tag = USA - war = no - NOT = { government = democracy } - NOT = { has_global_flag = disunited_states } - NOT = { has_country_modifier = begin_disunited_states } - has_global_flag = american_civil_war_has_happened - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.8 - vote_franschise = none_voting - } - modifier = { - factor = 1.2 - NOT = { vote_franschise = none_voting } - } - modifier = { - factor = 1.5 - national_provinces_occupied = .01 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - } - - option = { - name = "EVT95260OPTA" - set_global_flag = disunited_states - set_global_flag = second_american_civil_war - add_country_modifier = { - name = begin_disunited_states - duration = 3650 - } - any_pop = { - limit = { - location = { is_core = USA } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - pop_majority_ideology = liberal - liberal = 30 - anarcho_liberal = 20 - } - } - ideology = { factor = 0.3 value = liberal } - consciousness = 5 - } - random_state = { - limit = { - any_owned_province = { is_core = USA } - NOT = { any_owned_province = { is_capital = yes } } - liberal = 30 - } - any_owned = { - add_province_modifier = { - name = sons_of_liberty - duration = 365 - } - } - } - } + id = 95260 + title = "EVTNAME95260" #The Disunited States + desc = "EVTDESC95260" + news = yes + news_desc_long = "EVTDESC95260_NEWS_LONG" + news_desc_medium = "EVTDESC95260_NEWS_MEDIUM" + news_desc_short = "EVTDESC95260_NEWS_SHORT" + picture = "Demonstration" + + major = yes + trigger = { + tag = USA + war = no + NOT = { government = democracy } + NOT = { has_global_flag = disunited_states } + NOT = { has_country_modifier = begin_disunited_states } + has_global_flag = american_civil_war_has_happened + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.8 + vote_franschise = none_voting + } + modifier = { + factor = 1.2 + NOT = { vote_franschise = none_voting } + } + modifier = { + factor = 1.5 + national_provinces_occupied = .01 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + } + + option = { + name = "EVT95260OPTA" + set_global_flag = disunited_states + set_global_flag = second_american_civil_war + add_country_modifier = { + name = begin_disunited_states + duration = 3650 + } + any_pop = { + limit = { + location = { is_core = USA } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + pop_majority_ideology = liberal + liberal = 30 + anarcho_liberal = 20 + } + } + ideology = { factor = 0.3 value = liberal } + consciousness = 5 + } + random_state = { + limit = { + any_owned_province = { is_core = USA } + NOT = { any_owned_province = { is_capital = yes } } + liberal = 30 + } + any_owned = { + add_province_modifier = { + name = sons_of_liberty + duration = 365 + } + } + } + } } province_event = { - id = 95261 - title = "EVTNAME95261" #Sons of Liberty - desc = "EVTDESC95261" - - trigger = { - owner = { - tag = USA - has_global_flag = disunited_states - has_country_modifier = begin_disunited_states - } - NOT = { has_province_modifier = sons_of_liberty } - OR = { - average_consciousness = 7 - average_militancy = 4 - controlled_by_rebels = yes - } - OR = { - controlled_by_rebels = yes - liberal = 30 - anarcho_liberal = 20 - AND = { - liberal = 20 - OR = { - any_neighbor_province = { has_province_modifier = sons_of_liberty } - any_neighbor_province = { - NOT = { owned_by = USA } - NOT = { owned_by = ENG } - NOT = { owned_by = CAN } - NOT = { owned_by = MEX } - } - } - } - } - is_core = USA - is_colonial = no - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.8 - any_neighbor_province = { has_province_modifier = sons_of_liberty } - } - modifier = { - factor = 1.2 - NOT = { any_neighbor_province = { has_province_modifier = sons_of_liberty } } - } - modifier = { - factor = 1.5 - NOT = { liberal = 40 } - } - modifier = { - factor = 1.2 - NOT = { - state_scope = { average_militancy = 2 } - } - } - modifier = { - factor = 0.9 - state_scope = { average_militancy = 3 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 4 } - } - modifier = { - factor = 0.1 - controlled_by_rebels = yes - } - modifier = { - factor = 3 - state_scope = { - any_owned_province = { - country_units_in_province = USA - } - } - } - modifier = { - factor = 0.5 - any_neighbor_province = { - NOT = { owned_by = USA } - NOT = { owned_by = ENG } - NOT = { owned_by = CAN } - NOT = { owned_by = MEX } - } - } - modifier = { - factor = 2 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95261OPTA" - state_scope = { - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - any_owned = { - add_province_modifier = { - name = sons_of_liberty - duration = 365 - } - } - } - } - - option = { - name = "EVT95261OPTB" - state_scope = { - any_owned = { - add_province_modifier = { - name = sons_of_liberty - duration = 1095 - } - } - } - } + id = 95261 + title = "EVTNAME95261" #Sons of Liberty + desc = "EVTDESC95261" + + trigger = { + owner = { + tag = USA + has_global_flag = disunited_states + has_country_modifier = begin_disunited_states + } + NOT = { has_province_modifier = sons_of_liberty } + OR = { + average_consciousness = 7 + average_militancy = 4 + controlled_by_rebels = yes + } + OR = { + controlled_by_rebels = yes + liberal = 30 + anarcho_liberal = 20 + AND = { + liberal = 20 + OR = { + any_neighbor_province = { has_province_modifier = sons_of_liberty } + any_neighbor_province = { + NOT = { owned_by = USA } + NOT = { owned_by = ENG } + NOT = { owned_by = CAN } + NOT = { owned_by = MEX } + } + } + } + } + is_core = USA + is_colonial = no + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.8 + any_neighbor_province = { has_province_modifier = sons_of_liberty } + } + modifier = { + factor = 1.2 + NOT = { any_neighbor_province = { has_province_modifier = sons_of_liberty } } + } + modifier = { + factor = 1.5 + NOT = { liberal = 40 } + } + modifier = { + factor = 1.2 + NOT = { + state_scope = { average_militancy = 2 } + } + } + modifier = { + factor = 0.9 + state_scope = { average_militancy = 3 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 4 } + } + modifier = { + factor = 0.1 + controlled_by_rebels = yes + } + modifier = { + factor = 3 + state_scope = { + any_owned_province = { + country_units_in_province = USA + } + } + } + modifier = { + factor = 0.5 + any_neighbor_province = { + NOT = { owned_by = USA } + NOT = { owned_by = ENG } + NOT = { owned_by = CAN } + NOT = { owned_by = MEX } + } + } + modifier = { + factor = 2 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95261OPTA" + state_scope = { + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + any_owned = { + add_province_modifier = { + name = sons_of_liberty + duration = 365 + } + } + } + } + + option = { + name = "EVT95261OPTB" + state_scope = { + any_owned = { + add_province_modifier = { + name = sons_of_liberty + duration = 1095 + } + } + } + } } country_event = { - - id = 95262 - title = "EVTNAME95262" #The Union Reborn - desc = "EVTDESC95262" - picture = "Celebration" - - trigger = { - tag = USA - government = democracy - has_global_flag = disunited_states - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT95262OPTA" - clr_global_flag = disunited_states - remove_country_modifier = begin_disunited_states - any_owned = { - limit = { has_province_modifier = sons_of_liberty } - remove_province_modifier = sons_of_liberty - } - any_pop = { - limit = { - location = { is_core = USA } - } - scaled_militancy = { - ideology = liberal - factor = -6 - } - } - } + + id = 95262 + title = "EVTNAME95262" #The Union Reborn + desc = "EVTDESC95262" + picture = "Celebration" + + trigger = { + tag = USA + government = democracy + has_global_flag = disunited_states + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT95262OPTA" + clr_global_flag = disunited_states + remove_country_modifier = begin_disunited_states + any_owned = { + limit = { has_province_modifier = sons_of_liberty } + remove_province_modifier = sons_of_liberty + } + any_pop = { + limit = { + location = { is_core = USA } + } + scaled_militancy = { + ideology = liberal + factor = -6 + } + } + } } #FSA country_event = { - id = 95265 - title = "EVTNAME95265" #The Philadelphia Convention - desc = "EVTDESC95265" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 223 - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - FSA = { exists = yes } - has_country_flag = FSA_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 223 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 223 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 223 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 223 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 223 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = FSA_created - prestige = -25 - USA_168 = { add_core = FSA } #Illinois - USA_170 = { add_core = FSA } #Indiana - USA_151 = { add_core = FSA } #Iowa - USA_185 = { add_core = FSA } #Kentucky - USA_219 = { add_core = FSA } #Maryland - USA_176 = { add_core = FSA } #Michigan - USA_148 = { add_core = FSA } #Missouri - USA_158 = { add_core = FSA } #Minnesota - USA_232 = { add_core = FSA } #New York - USA_231 = { add_core = FSA } #New Jersey - USA_178 = { add_core = FSA } #Ohio - USA_223 = { add_core = FSA } #Pennsylvania - USA_218 = { add_core = FSA } #West Virginia - USA_162 = { add_core = FSA } #Wisconsin - any_state = { - limit = { - NOT = { - any_owned_province = { is_capital = yes } - } - any_owned_province = { - is_core = FSA - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = FSA - } - } - FSA = { - capital = 223 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = FSA value = -200 } - diplomatic_influence = { who = FSA value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95265 + title = "EVTNAME95265" #The Philadelphia Convention + desc = "EVTDESC95265" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 223 + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + FSA = { exists = yes } + has_country_flag = FSA_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 223 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 223 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 223 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 223 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 223 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = FSA_created + prestige = -25 + USA_168 = { add_core = FSA } #Illinois + USA_170 = { add_core = FSA } #Indiana + USA_151 = { add_core = FSA } #Iowa + USA_185 = { add_core = FSA } #Kentucky + USA_219 = { add_core = FSA } #Maryland + USA_176 = { add_core = FSA } #Michigan + USA_148 = { add_core = FSA } #Missouri + USA_158 = { add_core = FSA } #Minnesota + USA_232 = { add_core = FSA } #New York + USA_231 = { add_core = FSA } #New Jersey + USA_178 = { add_core = FSA } #Ohio + USA_223 = { add_core = FSA } #Pennsylvania + USA_218 = { add_core = FSA } #West Virginia + USA_162 = { add_core = FSA } #Wisconsin + any_state = { + limit = { + NOT = { + any_owned_province = { is_capital = yes } + } + any_owned_province = { + is_core = FSA + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = FSA + } + } + FSA = { + capital = 223 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = FSA value = -200 } + diplomatic_influence = { who = FSA value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95266 - title = "EVTNAME95266" #Congress of $STATENAME$ - FSA - desc = "EVTDESC95266" - - trigger = { - owned_by = USA - is_core = FSA - is_colonial = no - state_scope = { - NOT = { - any_owned_province = { is_capital = yes } - } - } - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - FSA = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - CSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = FSA } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = FSA - } - } - } + id = 95266 + title = "EVTNAME95266" #Congress of $STATENAME$ - FSA + desc = "EVTDESC95266" + + trigger = { + owned_by = USA + is_core = FSA + is_colonial = no + state_scope = { + NOT = { + any_owned_province = { is_capital = yes } + } + } + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + FSA = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + CSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = FSA } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = FSA + } + } + } } #CSA country_event = { - id = 95267 - title = "EVTNAME95267" #The New Confederacy - desc = "EVTDESC95267" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 60 - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - CSA = { exists = yes } - has_country_flag = CSA_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 60 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 60 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 60 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 60 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 60 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = CSA_created - prestige = -25 - USA_196 = { add_core = CSA } #Alabama - USA_144 = { add_core = CSA } #Arkansas - USA_200 = { add_core = CSA } #Florida - USA_201 = { add_core = CSA } #Georgia - USA_185 = { add_core = CSA } #Kentucky - USA_139 = { add_core = CSA } #Louisiana - USA_219 = { add_core = CSA } #Maryland - USA_194 = { add_core = CSA } #Mississippi - USA_2556 = { add_core = CSA } #North Carolina - USA_205 = { add_core = CSA } #South Carolina - USA_188 = { add_core = CSA } #Tennessee - USA_211 = { add_core = CSA } #Virginia - USA_218 = { add_core = CSA } #West Virginia - any_state = { - limit = { - NOT = { - any_owned_province = { is_capital = yes } - } - any_owned_province = { - is_core = CSA - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = CSA - } - } - CSA = { - capital = 60 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = CSA value = -200 } - diplomatic_influence = { who = CSA value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95267 + title = "EVTNAME95267" #The New Confederacy + desc = "EVTDESC95267" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 60 + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + CSA = { exists = yes } + has_country_flag = CSA_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 60 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 60 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 60 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 60 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 60 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = CSA_created + prestige = -25 + USA_196 = { add_core = CSA } #Alabama + USA_144 = { add_core = CSA } #Arkansas + USA_200 = { add_core = CSA } #Florida + USA_201 = { add_core = CSA } #Georgia + USA_185 = { add_core = CSA } #Kentucky + USA_139 = { add_core = CSA } #Louisiana + USA_219 = { add_core = CSA } #Maryland + USA_194 = { add_core = CSA } #Mississippi + USA_2556 = { add_core = CSA } #North Carolina + USA_205 = { add_core = CSA } #South Carolina + USA_188 = { add_core = CSA } #Tennessee + USA_211 = { add_core = CSA } #Virginia + USA_218 = { add_core = CSA } #West Virginia + any_state = { + limit = { + NOT = { + any_owned_province = { is_capital = yes } + } + any_owned_province = { + is_core = CSA + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = CSA + } + } + CSA = { + capital = 60 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = CSA value = -200 } + diplomatic_influence = { who = CSA value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95268 - title = "EVTNAME95266" #Congress of $STATENAME$ - CSA - desc = "EVTDESC95268" - - trigger = { - owned_by = USA - is_core = CSA - is_colonial = no - state_scope = { - NOT = { - any_owned_province = { is_capital = yes } - } - } - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - CSA = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = CSA } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = CSA - } - } - } + id = 95268 + title = "EVTNAME95266" #Congress of $STATENAME$ - CSA + desc = "EVTDESC95268" + + trigger = { + owned_by = USA + is_core = CSA + is_colonial = no + state_scope = { + NOT = { + any_owned_province = { is_capital = yes } + } + } + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + CSA = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = CSA } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = CSA + } + } + } } #Oregon country_event = { - id = 95269 - title = "EVTNAME95269" #The Secession of Oregon - desc = "EVTDESC95269" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 81 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - UOR = { exists = yes } - has_country_flag = UOR_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 81 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 81 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 81 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 81 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 81 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = UOR_created - prestige = -25 - USA_78 = { add_core = UOR } #Washington - USA_81 = { add_core = UOR } #Oregon - USA_91 = { add_core = UOR } #Idaho - random_owned = { - limit = { region = CAN_13 } #Columbia - state_scope = { add_core = UOR } - } - any_state = { - limit = { - any_owned_province = { - is_core = UOR - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = UOR - } - } - UOR = { - capital = 81 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = UOR value = -200 } - diplomatic_influence = { who = UOR value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95269 + title = "EVTNAME95269" #The Secession of Oregon + desc = "EVTDESC95269" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 81 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + UOR = { exists = yes } + has_country_flag = UOR_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 81 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 81 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 81 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 81 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 81 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = UOR_created + prestige = -25 + USA_78 = { add_core = UOR } #Washington + USA_81 = { add_core = UOR } #Oregon + USA_91 = { add_core = UOR } #Idaho + random_owned = { + limit = { region = CAN_13 } #Columbia + state_scope = { add_core = UOR } + } + any_state = { + limit = { + any_owned_province = { + is_core = UOR + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = UOR + } + } + UOR = { + capital = 81 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = UOR value = -200 } + diplomatic_influence = { who = UOR value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95270 - title = "EVTNAME95266" #Congress of $STATENAME$ - Oregon - desc = "EVTDESC95270" - - trigger = { - owned_by = USA - is_core = UOR - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - UOR = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = UOR } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = UOR - } - } - } + id = 95270 + title = "EVTNAME95266" #Congress of $STATENAME$ - Oregon + desc = "EVTDESC95270" + + trigger = { + owned_by = USA + is_core = UOR + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + UOR = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = UOR } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = UOR + } + } + } } #Colorado Republic country_event = { - id = 95271 - title = "EVTNAME95271" #The Colorado Convention - desc = "EVTDESC95271" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 106 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - UNB = { exists = yes } - has_country_flag = UNB_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 106 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 106 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 106 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 106 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 106 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = UNB_created - prestige = -25 - USA_106 = { add_core = UNB } #Colorado - USA_126 = { add_core = UNB } #Kansas - USA_124 = { add_core = UNB } #Nebraska - MEX_103 = { add_core = UNB } #New Mexico - USA_129 = { add_core = UNB } #Oklahoma - any_state = { - limit = { - any_owned_province = { - is_core = UNB - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = UNB - } - } - UNB = { - capital = 106 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = UNB value = -200 } - diplomatic_influence = { who = UNB value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95271 + title = "EVTNAME95271" #The Colorado Convention + desc = "EVTDESC95271" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 106 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + UNB = { exists = yes } + has_country_flag = UNB_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 106 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 106 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 106 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 106 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 106 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = UNB_created + prestige = -25 + USA_106 = { add_core = UNB } #Colorado + USA_126 = { add_core = UNB } #Kansas + USA_124 = { add_core = UNB } #Nebraska + MEX_103 = { add_core = UNB } #New Mexico + USA_129 = { add_core = UNB } #Oklahoma + any_state = { + limit = { + any_owned_province = { + is_core = UNB + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = UNB + } + } + UNB = { + capital = 106 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = UNB value = -200 } + diplomatic_influence = { who = UNB value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95272 - title = "EVTNAME95266" #Congress of $STATENAME$ - Colorado Republic - desc = "EVTDESC95272" - - trigger = { - owned_by = USA - is_core = UNB - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - UNB = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - CSA = { exists = yes } - FSA = { exists = yes } - UIL = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = UNB } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = UNB - } - } - } + id = 95272 + title = "EVTNAME95266" #Congress of $STATENAME$ - Colorado Republic + desc = "EVTDESC95272" + + trigger = { + owned_by = USA + is_core = UNB + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + UNB = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + CSA = { exists = yes } + FSA = { exists = yes } + UIL = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = UNB } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = UNB + } + } + } } #New American Alliance country_event = { - id = 95273 - title = "EVTNAME95273" #The Chicago Convention - desc = "EVTDESC95273" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 163 - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - UIL = { exists = yes } - has_country_flag = UIL_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 163 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 163 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 163 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 163 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 163 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = UIL_created - prestige = -25 - USA_168 = { add_core = UIL } #Illinois - USA_151 = { add_core = UIL } #Iowa - USA_176 = { add_core = UIL } #Michigan - USA_148 = { add_core = UIL } #Missouri - USA_158 = { add_core = UIL } #Minnesota - USA_162 = { add_core = UIL } #Wisconsin - any_state = { - limit = { - any_owned_province = { - is_core = UIL - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = UIL - } - } - UIL = { - capital = 163 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = UIL value = -200 } - diplomatic_influence = { who = UIL value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95273 + title = "EVTNAME95273" #The Chicago Convention + desc = "EVTDESC95273" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 163 + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + UIL = { exists = yes } + has_country_flag = UIL_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 163 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 163 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 163 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 163 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 163 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = UIL_created + prestige = -25 + USA_168 = { add_core = UIL } #Illinois + USA_151 = { add_core = UIL } #Iowa + USA_176 = { add_core = UIL } #Michigan + USA_148 = { add_core = UIL } #Missouri + USA_158 = { add_core = UIL } #Minnesota + USA_162 = { add_core = UIL } #Wisconsin + any_state = { + limit = { + any_owned_province = { + is_core = UIL + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = UIL + } + } + UIL = { + capital = 163 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = UIL value = -200 } + diplomatic_influence = { who = UIL value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95274 - title = "EVTNAME95266" #Congress of $STATENAME$ - New American Alliance - desc = "EVTDESC95274" - - trigger = { - owned_by = USA - is_core = UIL - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - UIL = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - CSA = { exists = yes } - FSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - DAK = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = UIL } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = UIL - } - } - } + id = 95274 + title = "EVTNAME95266" #Congress of $STATENAME$ - New American Alliance + desc = "EVTDESC95274" + + trigger = { + owned_by = USA + is_core = UIL + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + UIL = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + CSA = { exists = yes } + FSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + DAK = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = UIL } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = UIL + } + } + } } #Dakota Republic country_event = { - id = 95275 - title = "EVTNAME95275" #The Dakota Republic - desc = "EVTDESC95275" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 122 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - DAK = { exists = yes } - has_country_flag = DAK_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 122 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 122 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 122 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 122 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 122 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = DAK_created - prestige = -25 - USA_121 = { add_core = DAK } #South Dakota - USA_118 = { add_core = DAK } #North Dakota - USA_116 = { add_core = DAK } #Montana - USA_124 = { add_core = DAK } #Nebraska - USA_111 = { add_core = DAK } #Wyoming - any_state = { - limit = { - any_owned_province = { - is_core = DAK - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - } - any_owned = { - change_controller = THIS - secede_province = DAK - } - } - DAK = { - capital = 122 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = DAK value = -200 } - diplomatic_influence = { who = DAK value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95275 + title = "EVTNAME95275" #The Dakota Republic + desc = "EVTDESC95275" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 122 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + DAK = { exists = yes } + has_country_flag = DAK_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 122 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 122 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 122 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 122 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 122 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = DAK_created + prestige = -25 + USA_121 = { add_core = DAK } #South Dakota + USA_118 = { add_core = DAK } #North Dakota + USA_116 = { add_core = DAK } #Montana + USA_124 = { add_core = DAK } #Nebraska + USA_111 = { add_core = DAK } #Wyoming + any_state = { + limit = { + any_owned_province = { + is_core = DAK + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + } + any_owned = { + change_controller = THIS + secede_province = DAK + } + } + DAK = { + capital = 122 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = DAK value = -200 } + diplomatic_influence = { who = DAK value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } province_event = { - id = 95276 - title = "EVTNAME95266" #Congress of $STATENAME$ - Dakota Republic - desc = "EVTDESC95276" - - trigger = { - owned_by = USA - is_core = DAK - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - DAK = { - exists = yes - NOT = { - num_of_revolts = 1 - is_disarmed = yes - truce_with = USA - } - OR = { - war = no - NOT = { national_provinces_occupied = .25 } - } - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.8 - state_scope = { average_militancy = 5 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 6 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 7 } - } - modifier = { - factor = 0.8 - state_scope = { average_militancy = 8 } - } - modifier = { - factor = 0.5 - OR = { - CSA = { exists = yes } - FSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - UNM = { exists = yes } - } - } - modifier = { - factor = 2 - owner = { government = democracy } - } - modifier = { - factor = 1.5 - owner = { government = hms_government } - } - } - - option = { - name = "EVT95266OPTA" - state_scope = { - any_owned = { - limit = { is_core = DAK } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - change_controller = THIS - secede_province = DAK - } - } - } + id = 95276 + title = "EVTNAME95266" #Congress of $STATENAME$ - Dakota Republic + desc = "EVTDESC95276" + + trigger = { + owned_by = USA + is_core = DAK + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + DAK = { + exists = yes + NOT = { + num_of_revolts = 1 + is_disarmed = yes + truce_with = USA + } + OR = { + war = no + NOT = { national_provinces_occupied = .25 } + } + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.8 + state_scope = { average_militancy = 5 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 6 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 7 } + } + modifier = { + factor = 0.8 + state_scope = { average_militancy = 8 } + } + modifier = { + factor = 0.5 + OR = { + CSA = { exists = yes } + FSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + UNM = { exists = yes } + } + } + modifier = { + factor = 2 + owner = { government = democracy } + } + modifier = { + factor = 1.5 + owner = { government = hms_government } + } + } + + option = { + name = "EVT95266OPTA" + state_scope = { + any_owned = { + limit = { is_core = DAK } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + change_controller = THIS + secede_province = DAK + } + } + } } #Pueblo Republic country_event = { - id = 95277 - title = "EVTNAME95277" #The Pueblo Republic - desc = "EVTDESC95277" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 100 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - UNM = { exists = yes } - has_country_flag = UNM_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 100 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 100 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 100 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 100 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 100 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = UNM_created - prestige = -25 - MEX_100 = { add_core = UNM } #Arizona - MEX_103 = { add_core = UNM } #New Mexico - any_owned = { - limit = { - OR = { - region = MEX_100 - region = MEX_103 - } - } - change_controller = THIS - secede_province = UNM - } - UNM = { - capital = 100 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = UNM value = -200 } - diplomatic_influence = { who = UNM value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95277 + title = "EVTNAME95277" #The Pueblo Republic + desc = "EVTDESC95277" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 100 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + UNM = { exists = yes } + has_country_flag = UNM_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 100 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 100 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 100 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 100 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 100 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = UNM_created + prestige = -25 + MEX_100 = { add_core = UNM } #Arizona + MEX_103 = { add_core = UNM } #New Mexico + any_owned = { + limit = { + OR = { + region = MEX_100 + region = MEX_103 + } + } + change_controller = THIS + secede_province = UNM + } + UNM = { + capital = 100 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = UNM value = -200 } + diplomatic_influence = { who = UNM value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #Deseret country_event = { - id = 95278 - title = "EVTNAME95278" #The Mormon Convention - desc = "EVTDESC95278" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 97 - is_core = DES - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - DES = { exists = yes } - has_country_flag = DES_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 97 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 97 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 97 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 97 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 97 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = DES_created - prestige = -25 - any_owned = { - limit = { - OR = { - region = MEX_97 #Utah - region = MEX_94 #Nevada - } - } - change_controller = THIS - secede_province = DES - } - DES = { - set_country_flag = usstatehood_we_have_applied - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 97 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = DES value = -200 } - diplomatic_influence = { who = DES value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95278 + title = "EVTNAME95278" #The Mormon Convention + desc = "EVTDESC95278" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 97 + is_core = DES + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + DES = { exists = yes } + has_country_flag = DES_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 97 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 97 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 97 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 97 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 97 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = DES_created + prestige = -25 + any_owned = { + limit = { + OR = { + region = MEX_97 #Utah + region = MEX_94 #Nevada + } + } + change_controller = THIS + secede_province = DES + } + DES = { + set_country_flag = usstatehood_we_have_applied + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 97 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = DES value = -200 } + diplomatic_influence = { who = DES value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #California country_event = { - id = 95279 - title = "EVTNAME95279" #The Convention of San Francisco - desc = "EVTDESC95279" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 84 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - CAL = { exists = yes } - has_country_flag = CAL_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 84 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 84 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 84 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 84 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 84 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = CAL_created - prestige = -25 - any_owned = { - limit = { - region = MEX_85 #California - } - change_controller = THIS - secede_province = CAL - } - CAL = { - set_country_flag = usstatehood_we_have_applied - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 84 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = CAL value = -200 } - diplomatic_influence = { who = CAL value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95279 + title = "EVTNAME95279" #The Convention of San Francisco + desc = "EVTDESC95279" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 84 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + CAL = { exists = yes } + has_country_flag = CAL_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 84 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 84 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 84 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 84 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 84 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = CAL_created + prestige = -25 + any_owned = { + limit = { + region = MEX_85 #California + } + change_controller = THIS + secede_province = CAL + } + CAL = { + set_country_flag = usstatehood_we_have_applied + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 84 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = CAL value = -200 } + diplomatic_influence = { who = CAL value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #Texas country_event = { - id = 95280 - title = "EVTNAME95280" #The Texan Secession - desc = "EVTDESC95280" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 133 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - TEX = { exists = yes } - has_country_flag = TEX_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 133 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 133 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 133 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 133 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 133 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = TEX_created - prestige = -25 - any_owned = { - limit = { - region = TEX_132 #Texas - } - change_controller = THIS - secede_province = TEX - } - TEX = { - set_country_flag = usstatehood_we_have_applied - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 133 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = TEX value = -200 } - diplomatic_influence = { who = TEX value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95280 + title = "EVTNAME95280" #The Texan Secession + desc = "EVTDESC95280" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 133 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + TEX = { exists = yes } + has_country_flag = TEX_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 133 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 133 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 133 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 133 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 133 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = TEX_created + prestige = -25 + any_owned = { + limit = { + region = TEX_132 #Texas + } + change_controller = THIS + secede_province = TEX + } + TEX = { + set_country_flag = usstatehood_we_have_applied + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 133 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = TEX value = -200 } + diplomatic_influence = { who = TEX value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #New England country_event = { - id = 95281 - title = "EVTNAME95281" #The Convention of Boston - desc = "EVTDESC95281" - major = yes - - trigger = { - tag = USA - any_owned_province = { - province_id = 243 - is_colonial = no - OR = { - AND = { - controlled_by = REB - province_control_days = 120 - NOT = { country_units_in_province = USA } - } - AND = { - has_province_modifier = sons_of_liberty - OR = { - controlled_by = REB - average_militancy = 8 - } - state_scope = { - OR = { - liberal = 30 - anarcho_liberal = 20 - } - average_militancy = 4 - } - } - } - } - NOT = { - NEN = { exists = yes } - has_country_flag = NEN_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 243 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 243 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 243 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 243 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 243 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = NEN_created - prestige = -25 - any_owned = { - limit = { - is_core = NEN - } - change_controller = THIS - secede_province = NEN - } - NEN = { - set_country_flag = usstatehood_we_have_applied - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 243 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = NEN value = -200 } - diplomatic_influence = { who = NEN value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95281 + title = "EVTNAME95281" #The Convention of Boston + desc = "EVTDESC95281" + major = yes + + trigger = { + tag = USA + any_owned_province = { + province_id = 243 + is_colonial = no + OR = { + AND = { + controlled_by = REB + province_control_days = 120 + NOT = { country_units_in_province = USA } + } + AND = { + has_province_modifier = sons_of_liberty + OR = { + controlled_by = REB + average_militancy = 8 + } + state_scope = { + OR = { + liberal = 30 + anarcho_liberal = 20 + } + average_militancy = 4 + } + } + } + } + NOT = { + NEN = { exists = yes } + has_country_flag = NEN_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 243 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 243 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 243 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 243 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 243 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = NEN_created + prestige = -25 + any_owned = { + limit = { + is_core = NEN + } + change_controller = THIS + secede_province = NEN + } + NEN = { + set_country_flag = usstatehood_we_have_applied + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 243 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = NEN value = -200 } + diplomatic_influence = { who = NEN value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #Alaska country_event = { - id = 95282 - title = "EVTNAME95282" #The Alaskan Convention - desc = "EVTDESC95282" - major = yes - - trigger = { - tag = USA - 3 = { - owned_by = THIS - is_colonial = no - } - NOT = { owns = 6 } - NOT = { owns = 13 } - NOT = { owns = 18 } - NOT = { owns = 78 } - NOT = { owns = 81 } - NOT = { owns = 84 } - NOT = { - LSK = { exists = yes } - has_country_flag = LSK_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 3 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 3 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 3 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 3 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 3 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = LSK_created - prestige = -25 - USA_1 = { remove_core = USA } - any_owned = { - limit = { is_core = LSK } - change_controller = THIS - secede_province = LSK - } - LSK = { - set_country_flag = usstatehood_we_have_applied - primary_culture = yankee - add_accepted_culture = dixie - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 3 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = LSK value = -200 } - diplomatic_influence = { who = LSK value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 95282 + title = "EVTNAME95282" #The Alaskan Convention + desc = "EVTDESC95282" + major = yes + + trigger = { + tag = USA + 3 = { + owned_by = THIS + is_colonial = no + } + NOT = { owns = 6 } + NOT = { owns = 13 } + NOT = { owns = 18 } + NOT = { owns = 78 } + NOT = { owns = 81 } + NOT = { owns = 84 } + NOT = { + LSK = { exists = yes } + has_country_flag = LSK_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 3 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 3 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 3 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 3 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 3 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = LSK_created + prestige = -25 + USA_1 = { remove_core = USA } + any_owned = { + limit = { is_core = LSK } + change_controller = THIS + secede_province = LSK + } + LSK = { + set_country_flag = usstatehood_we_have_applied + primary_culture = yankee + add_accepted_culture = dixie + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 3 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = LSK value = -200 } + diplomatic_influence = { who = LSK value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } #Hawaii country_event = { - id = 95283 - title = "EVTNAME95283" #The Honolulu Convention - desc = "EVTDESC95283" - major = yes - - trigger = { - tag = USA - 658 = { - owned_by = THIS - is_colonial = no - } - NOT = { owns = 1 } - NOT = { owns = 13 } - NOT = { owns = 78 } - NOT = { owns = 81 } - NOT = { owns = 84 } - NOT = { - HAW = { exists = yes } - has_country_flag = HAW_created - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.1 - 658 = { controlled_by = REB } - } - modifier = { - factor = 0.8 - 658 = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 0.8 - 658 = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 0.8 - 658 = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 0.8 - 658 = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.5 - OR = { - FSA = { exists = yes } - CSA = { exists = yes } - UNB = { exists = yes } - NEN = { exists = yes } - UIL = { exists = yes } - UOR = { exists = yes } - CAL = { exists = yes } - TEX = { exists = yes } - DAK = { exists = yes } - } - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1.5 - government = hms_government - } - } - - option = { - name = "EVT95260OPTA" - set_country_flag = HAW_created - prestige = -25 - HAW_658 = { remove_core = USA } - HAW = { civilized = yes } - any_owned = { - limit = { region = HAW_658 } - change_controller = THIS - secede_province = HAW - } - HAW = { - set_country_flag = usstatehood_we_have_applied - primary_culture = yankee - add_accepted_culture = polynesian - government = democracy - ruling_party_ideology = liberal - political_reform = universal_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = non_socialist - political_reform = secret_ballots - capital = 658 - leadership = 40 - any_pop = { - scaled_militancy = { - ideology = liberal - factor = -8 - } - } - } - relation = { who = HAW value = -200 } - diplomatic_influence = { who = HAW value = -200 } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } -} \ No newline at end of file + id = 95283 + title = "EVTNAME95283" #The Honolulu Convention + desc = "EVTDESC95283" + major = yes + + trigger = { + tag = USA + 658 = { + owned_by = THIS + is_colonial = no + } + NOT = { owns = 1 } + NOT = { owns = 13 } + NOT = { owns = 78 } + NOT = { owns = 81 } + NOT = { owns = 84 } + NOT = { + HAW = { exists = yes } + has_country_flag = HAW_created + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.1 + 658 = { controlled_by = REB } + } + modifier = { + factor = 0.8 + 658 = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 0.8 + 658 = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 0.8 + 658 = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 0.8 + 658 = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.5 + OR = { + FSA = { exists = yes } + CSA = { exists = yes } + UNB = { exists = yes } + NEN = { exists = yes } + UIL = { exists = yes } + UOR = { exists = yes } + CAL = { exists = yes } + TEX = { exists = yes } + DAK = { exists = yes } + } + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1.5 + government = hms_government + } + } + + option = { + name = "EVT95260OPTA" + set_country_flag = HAW_created + prestige = -25 + HAW_658 = { remove_core = USA } + HAW = { civilized = yes } + any_owned = { + limit = { region = HAW_658 } + change_controller = THIS + secede_province = HAW + } + HAW = { + set_country_flag = usstatehood_we_have_applied + primary_culture = yankee + add_accepted_culture = polynesian + government = democracy + ruling_party_ideology = liberal + political_reform = universal_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = non_socialist + political_reform = secret_ballots + capital = 658 + leadership = 40 + any_pop = { + scaled_militancy = { + ideology = liberal + factor = -8 + } + } + } + relation = { who = HAW value = -200 } + diplomatic_influence = { who = HAW value = -200 } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } +} diff --git a/HPM/events/Sepoy rebellion.txt b/HPM/events/Sepoy rebellion.txt index b5cdea74..61f33a33 100644 --- a/HPM/events/Sepoy rebellion.txt +++ b/HPM/events/Sepoy rebellion.txt @@ -1,203 +1,202 @@ - country_event = { - id = 90040 # Sepoy Rebellion - - title = "EVTNAME90040" - desc = "EVTDESC90040" - news = yes - news_desc_long = "EVTDESC90040_NEWS_LONG" - news_desc_medium = "EVTDESC90040_NEWS_MEDIUM" - news_desc_short = "EVTDESC90040_NEWS_SHORT" - picture = "sepoy" - - trigger = { - OR = { - tag = ENG - tag = ENL - } - NOT = { has_global_flag = eic_spawned } - year = 1857 - OR = { - owns = 1236 #Delhi - owns = 1251 #Calcutta - owns = 1304 #Madras - owns = 1297 #Bombay - owns = 1247 #Patna - owns = 1227 #Lahore - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - } - - option = { - name = "EVT90040OPTA" - set_country_flag = sepoy_rebellion - any_owned = { - limit = { is_core = HND } - random_list = { - 40 = { - poor_strata = { - limit = { - is_culture_group = south_asian - } - militancy = 6 - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - 40 = { - poor_strata = { - limit = { - is_culture_group = south_asian - } - militancy = 3 - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - 20 = { - } - } - } - } + id = 90040 # Sepoy Rebellion + + title = "EVTNAME90040" + desc = "EVTDESC90040" + news = yes + news_desc_long = "EVTDESC90040_NEWS_LONG" + news_desc_medium = "EVTDESC90040_NEWS_MEDIUM" + news_desc_short = "EVTDESC90040_NEWS_SHORT" + picture = "sepoy" + + trigger = { + OR = { + tag = ENG + tag = ENL + } + NOT = { has_global_flag = eic_spawned } + year = 1857 + OR = { + owns = 1236 #Delhi + owns = 1251 #Calcutta + owns = 1304 #Madras + owns = 1297 #Bombay + owns = 1247 #Patna + owns = 1227 #Lahore + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + } + + option = { + name = "EVT90040OPTA" + set_country_flag = sepoy_rebellion + any_owned = { + limit = { is_core = HND } + random_list = { + 40 = { + poor_strata = { + limit = { + is_culture_group = south_asian + } + militancy = 6 + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + 40 = { + poor_strata = { + limit = { + is_culture_group = south_asian + } + militancy = 3 + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + 20 = { + } + } + } + } } #Mughal declare Independence country_event = { - id = 900041 - title = "EVTNAME900041" - desc = "EVTDESC900041" - picture = "sepoy" - - is_triggered_only = yes - - option = { - name = "EVT900041OPTA" - relation = { who = FROM value = -150 } - any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } - militancy = 9 - } - } - - any_owned = { limit = { is_core = HND } - any_pop = { limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - } - } - militancy = 6 - } - } - - any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } - militancy = 3 - } - } - casus_belli ={ - target = FROM - type = conquest_any - months = 36 - } - ai_chance = { - factor = 0 - modifier = { - factor = 100 - MUG = { ai = no } - } - } - } - - option = { - name = "EVT900041OPTB" - prestige = -10 - relation = { who = FROM value = -50 } - any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } - militancy = 9 - } - } - - any_owned = { limit = { is_core = HND } any_pop = { limit = { has_pop_religion = sunni } - militancy = 6 - } - } - - any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } - militancy = 3 - } - } - casus_belli ={ - target = FROM - type = conquest_any - months = 36 - } - ai_chance = { factor = 0 } - } - - option = { - name = "EVT900041OPTC" - prestige = -30 - relation = { who = FROM value = 50 } - any_owned = { limit = { is_core = MUG } secede_province = MUG } - ai_chance = { factor = 0.05 } - } - - option = { - name = "EVT900041OPTD" - relation = { who = FROM value = -150 } - any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } - militancy = 9 - } - } - - any_owned = { limit = { is_core = HND } - any_pop = { limit = { - OR = { - has_pop_religion = sunni - has_pop_religion = shiite - } - } - militancy = 6 - } - } - - any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } - militancy = 3 - } - } - casus_belli ={ - target = FROM - type = establish_protectorate_casus_belli - months = 36 - } - - war = { - target = MUG - attacker_goal = { - casus_belli = conquest_any - } - defender_goal = { - casus_belli = status_quo - } + id = 900041 + title = "EVTNAME900041" + desc = "EVTDESC900041" + picture = "sepoy" + + is_triggered_only = yes + + option = { + name = "EVT900041OPTA" + relation = { who = FROM value = -150 } + any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } + militancy = 9 + } + } + + any_owned = { limit = { is_core = HND } + any_pop = { limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + } + } + militancy = 6 + } + } + + any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } + militancy = 3 + } + } + casus_belli ={ + target = FROM + type = conquest_any + months = 36 + } + ai_chance = { + factor = 0 + modifier = { + factor = 100 + MUG = { ai = no } + } + } + } + + option = { + name = "EVT900041OPTB" + prestige = -10 + relation = { who = FROM value = -50 } + any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } + militancy = 9 + } + } + + any_owned = { limit = { is_core = HND } any_pop = { limit = { has_pop_religion = sunni } + militancy = 6 + } + } + + any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } + militancy = 3 + } + } + casus_belli ={ + target = FROM + type = conquest_any + months = 36 + } + ai_chance = { factor = 0 } + } + + option = { + name = "EVT900041OPTC" + prestige = -30 + relation = { who = FROM value = 50 } + any_owned = { limit = { is_core = MUG } secede_province = MUG } + ai_chance = { factor = 0.05 } + } + + option = { + name = "EVT900041OPTD" + relation = { who = FROM value = -150 } + any_owned = { limit = { is_core = MUG } any_pop = { limit = { has_pop_religion = sunni } + militancy = 9 + } + } + + any_owned = { limit = { is_core = HND } + any_pop = { limit = { + OR = { + has_pop_religion = sunni + has_pop_religion = shiite + } + } + militancy = 6 + } + } + + any_owned = { limit = { is_core = MUG } any_pop = { limit = { NOT = { has_pop_religion = sunni } } + militancy = 3 + } + } + casus_belli ={ + target = FROM + type = establish_protectorate_casus_belli + months = 36 + } + + war = { + target = MUG + attacker_goal = { + casus_belli = conquest_any + } + defender_goal = { + casus_belli = status_quo + } call_ally = yes - } - - ai_chance = { - factor = 100 - modifier = { - factor = 0 - MUG = { ai = no } - } - } - } - } + } + + ai_chance = { + factor = 100 + modifier = { + factor = 0 + MUG = { ai = no } + } + } + } + } diff --git a/HPM/events/SibirFlavor.txt b/HPM/events/SibirFlavor.txt index 51cd4741..7e864ebb 100644 --- a/HPM/events/SibirFlavor.txt +++ b/HPM/events/SibirFlavor.txt @@ -1,324 +1,323 @@ country_event = { - id = 5001001 - title = "EVTNAME5001001" - desc = "EVTDESC5001001" - picture = "bagdadrailway" - - trigger = { - tag = RUS - war = no - has_country_flag = build_the_tsr - owns = 1059 - owns = 2686 - NOT = { - has_country_flag = build_the_tsr1 - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT44355OPTA" - set_country_flag = build_the_tsr1 - random_list = { - 33 = { treasury = -10000 } - 33 = { treasury = -5000 } - 33 = { treasury = -1000 } - } - any_owned = { - limit = { - OR = { - province_id = 2658 - province_id = 1061 - province_id = 1064 - province_id = 2686 - } - can_build_in_province = { - building = railroad - limit_to_world_greatest_level = yes - } - } - infrastructure = 1 - } - 2686 = { - change_province_name = "Novonikolayevsk" - add_province_modifier = { - name = gateway_to_harbor - duration = 365 - } - } - } + id = 5001001 + title = "EVTNAME5001001" + desc = "EVTDESC5001001" + picture = "bagdadrailway" + + trigger = { + tag = RUS + war = no + has_country_flag = build_the_tsr + owns = 1059 + owns = 2686 + NOT = { + has_country_flag = build_the_tsr1 + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT44355OPTA" + set_country_flag = build_the_tsr1 + random_list = { + 33 = { treasury = -10000 } + 33 = { treasury = -5000 } + 33 = { treasury = -1000 } + } + any_owned = { + limit = { + OR = { + province_id = 2658 + province_id = 1061 + province_id = 1064 + province_id = 2686 + } + can_build_in_province = { + building = railroad + limit_to_world_greatest_level = yes + } + } + infrastructure = 1 + } + 2686 = { + change_province_name = "Novonikolayevsk" + add_province_modifier = { + name = gateway_to_harbor + duration = 365 + } + } + } } country_event = { - id = 5001002 - title = "EVTNAME5001002" - desc = "EVTDESC5001002" - picture = "bagdadrailway" - - trigger = { - tag = RUS - war = no - has_country_flag = build_the_tsr1 - owns = 2686 - owns = 1075 - NOT = { - has_country_flag = build_the_tsr2 - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - - mean_time_to_happen = { - months = 18 - } - - option = { - name = "EVT44355OPTA" - set_country_flag = build_the_tsr2 - random_list = { - 33={ treasury = -10000 } - 33={ treasury = -5000 } - 33={ treasury = -1000 } - } - any_owned = { - limit = { - OR = { - province_id = 2698 - province_id = 1077 - province_id = 2701 - province_id = 1076 - province_id = 1075 - } - can_build_in_province = { - building = railroad - limit_to_world_greatest_level = yes - } - } - infrastructure = 1 - } - 1077 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 365 - } - } - } + id = 5001002 + title = "EVTNAME5001002" + desc = "EVTDESC5001002" + picture = "bagdadrailway" + + trigger = { + tag = RUS + war = no + has_country_flag = build_the_tsr1 + owns = 2686 + owns = 1075 + NOT = { + has_country_flag = build_the_tsr2 + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + + mean_time_to_happen = { + months = 18 + } + + option = { + name = "EVT44355OPTA" + set_country_flag = build_the_tsr2 + random_list = { + 33={ treasury = -10000 } + 33={ treasury = -5000 } + 33={ treasury = -1000 } + } + any_owned = { + limit = { + OR = { + province_id = 2698 + province_id = 1077 + province_id = 2701 + province_id = 1076 + province_id = 1075 + } + can_build_in_province = { + building = railroad + limit_to_world_greatest_level = yes + } + } + infrastructure = 1 + } + 1077 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 365 + } + } + } } country_event = { - id = 5001003 - title = "EVTNAME5001003" - desc = "EVTDESC5001003" - picture = "bagdadrailway" - - trigger = { - tag = RUS - war = no - has_country_flag = build_the_tsr2 - owns = 1075 - owns = 1078 - NOT = { - has_country_flag = build_the_tsr3 - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - - mean_time_to_happen = { - months = 4 - } - - option = { - name = "EVT44355OPTA" - set_country_flag = build_the_tsr3 - random_list = { - 33={ treasury = -10000 } - 33={ treasury = -5000 } - 33={ treasury = -1000 } - } - any_owned = { - limit = { - OR = { - province_id = 1078 - province_id = 2670 - } - can_build_in_province = { - building = railroad - limit_to_world_greatest_level = yes - } - } - infrastructure = 1 - } - 1078 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 365 - } - } - } + id = 5001003 + title = "EVTNAME5001003" + desc = "EVTDESC5001003" + picture = "bagdadrailway" + + trigger = { + tag = RUS + war = no + has_country_flag = build_the_tsr2 + owns = 1075 + owns = 1078 + NOT = { + has_country_flag = build_the_tsr3 + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + + mean_time_to_happen = { + months = 4 + } + + option = { + name = "EVT44355OPTA" + set_country_flag = build_the_tsr3 + random_list = { + 33={ treasury = -10000 } + 33={ treasury = -5000 } + 33={ treasury = -1000 } + } + any_owned = { + limit = { + OR = { + province_id = 1078 + province_id = 2670 + } + can_build_in_province = { + building = railroad + limit_to_world_greatest_level = yes + } + } + infrastructure = 1 + } + 1078 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 365 + } + } + } } country_event = { - id = 5001004 - title = "EVTNAME5001004" - desc = "EVTDESC5001004" - picture = "bagdadrailway" - - trigger = { - tag = RUS - war = no - has_country_flag = build_the_tsr3 - owns = 1082 - owns = 1078 - NOT = { - has_country_flag = build_the_tsr4 - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - - mean_time_to_happen = { - months = 20 - } - - option = { - name = "EVT44355OPTA" - set_country_flag = build_the_tsr4 - random_list = { - 33={ treasury = -10000 } - 33={ treasury = -5000 } - 33={ treasury = -1000 } - } - prestige = 30 - any_owned = { - limit = { - OR = { - province_id = 1081 - province_id = 2670 - province_id = 2697 - province_id = 1085 - province_id = 2617 - } - can_build_in_province = { - building = railroad - limit_to_world_greatest_level = yes - } - } - infrastructure = 1 - } - 1083 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 365 - } - } - 1082 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 1825 - } - } - } + id = 5001004 + title = "EVTNAME5001004" + desc = "EVTDESC5001004" + picture = "bagdadrailway" + + trigger = { + tag = RUS + war = no + has_country_flag = build_the_tsr3 + owns = 1082 + owns = 1078 + NOT = { + has_country_flag = build_the_tsr4 + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + + mean_time_to_happen = { + months = 20 + } + + option = { + name = "EVT44355OPTA" + set_country_flag = build_the_tsr4 + random_list = { + 33={ treasury = -10000 } + 33={ treasury = -5000 } + 33={ treasury = -1000 } + } + prestige = 30 + any_owned = { + limit = { + OR = { + province_id = 1081 + province_id = 2670 + province_id = 2697 + province_id = 1085 + province_id = 2617 + } + can_build_in_province = { + building = railroad + limit_to_world_greatest_level = yes + } + } + infrastructure = 1 + } + 1083 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 365 + } + } + 1082 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 1825 + } + } + } } country_event = { - id = 5001005 - title = "EVTNAME5001005" - desc = "EVTDESC5001005" - picture = "bagdadrailway" - - trigger = { - tag = RUS - war = no - has_country_flag = build_the_manchurian_railway - owns = 1481 - owns = 1082 - NOT = { - has_country_flag = build_the_manchurian_railway1 - has_country_modifier = in_bankrupcy - has_country_modifier = generalised_debt_default - } - } - - mean_time_to_happen = { - months = 10 - } - - option = { - name = "EVT44355OPTA" - set_country_flag = build_the_manchurian_railway1 - diplomatic_influence = { who = MCK value = 50 } - random_country = { - limit = { - owns = 1554 - } - country_event = 5001006 - } - random_list = { - 33={ treasury = -3000 } - 33={ treasury = -2000 } - 33={ treasury = 500 } - } - 1479 = { - infrastructure = 1 - } - 1555 = { - infrastructure = 1 - } - 1554 = { - infrastructure = 1 - } - 1552 = { - infrastructure = 1 - } - 1002 = { - infrastructure = 1 - } - 1079 = { - infrastructure = 1 - } - 1481 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 1825 - } - } - 1082 = { - add_province_modifier = { - name = gateway_to_harbor - duration = 1825 - } - } - } + id = 5001005 + title = "EVTNAME5001005" + desc = "EVTDESC5001005" + picture = "bagdadrailway" + + trigger = { + tag = RUS + war = no + has_country_flag = build_the_manchurian_railway + owns = 1481 + owns = 1082 + NOT = { + has_country_flag = build_the_manchurian_railway1 + has_country_modifier = in_bankrupcy + has_country_modifier = generalised_debt_default + } + } + + mean_time_to_happen = { + months = 10 + } + + option = { + name = "EVT44355OPTA" + set_country_flag = build_the_manchurian_railway1 + diplomatic_influence = { who = MCK value = 50 } + random_country = { + limit = { + owns = 1554 + } + country_event = 5001006 + } + random_list = { + 33={ treasury = -3000 } + 33={ treasury = -2000 } + 33={ treasury = 500 } + } + 1479 = { + infrastructure = 1 + } + 1555 = { + infrastructure = 1 + } + 1554 = { + infrastructure = 1 + } + 1552 = { + infrastructure = 1 + } + 1002 = { + infrastructure = 1 + } + 1079 = { + infrastructure = 1 + } + 1481 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 1825 + } + } + 1082 = { + add_province_modifier = { + name = gateway_to_harbor + duration = 1825 + } + } + } } country_event = { - id = 5001006 - title = "EVTNAME5001006" - desc = "EVTDESC5001006" - picture = "bagdadrailway" - - is_triggered_only = yes - - option = { - name = "EVT5001006OPTA" - random_list = { - 50={ treasury = 5000 } - 50={ treasury = 2000 } - } - 1554 = { - change_province_name = "Harbin" - add_province_modifier = { - name = gateway_to_harbor - duration = 365 - } - } - } -} + id = 5001006 + title = "EVTNAME5001006" + desc = "EVTDESC5001006" + picture = "bagdadrailway" + is_triggered_only = yes + + option = { + name = "EVT5001006OPTA" + random_list = { + 50={ treasury = 5000 } + 50={ treasury = 2000 } + } + 1554 = { + change_province_name = "Harbin" + add_province_modifier = { + name = gateway_to_harbor + duration = 365 + } + } + } +} diff --git a/HPM/events/Socialism_Facism.txt b/HPM/events/Socialism_Facism.txt index e2ee0980..d35811c5 100644 --- a/HPM/events/Socialism_Facism.txt +++ b/HPM/events/Socialism_Facism.txt @@ -8,4399 +8,4397 @@ #Labor Union province_event = { - id = 17500 - title = "EVTNAME17500" - desc = "EVTDESC17500" - picture = "Revolution" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - is_colonial = no - OR = { - has_pop_type = artisans - has_pop_type = clerks - has_pop_type = craftsmen - has_pop_type = labourers - } - NOT = { has_province_modifier = labor_union } - owner = { - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.2 - owner = { NOT = { nationalvalue = nv_equality } } - } - modifier = { - factor = 1.5 - NOT = { socialist = 5 } - } - modifier = { - factor = 0.9 - socialist = 10 - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 1.5 - NOT = { any_pop = { social_reform_want = 0.05 } } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - owner = { economic_policy = laissez_faire } - } - modifier = { - factor = 2 - owner = { war = yes } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA17500" - state_scope = { - any_owned = { - add_province_modifier = { - name = labor_union - duration = -1 - } - } - artisans = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 3 - } - clerks = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 3 - } - labourers = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 3 - } - craftsmen = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 3 - } - } - ai_chance = { factor = 75 } - } - - option = { - name = "EVTOPTB17500" - artisans = { - reduce_pop = 0.95 - militancy = 3 - } - clerks = { - reduce_pop = 0.95 - militancy = 3 - } - labourers = { - reduce_pop = 0.95 - militancy = 3 - } - craftsmen = { - reduce_pop = 0.95 - militancy = 3 - } - } + id = 17500 + title = "EVTNAME17500" + desc = "EVTDESC17500" + picture = "Revolution" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + is_colonial = no + OR = { + has_pop_type = artisans + has_pop_type = clerks + has_pop_type = craftsmen + has_pop_type = labourers + } + NOT = { has_province_modifier = labor_union } + owner = { + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.2 + owner = { NOT = { nationalvalue = nv_equality } } + } + modifier = { + factor = 1.5 + NOT = { socialist = 5 } + } + modifier = { + factor = 0.9 + socialist = 10 + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 1.5 + NOT = { any_pop = { social_reform_want = 0.05 } } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + owner = { economic_policy = laissez_faire } + } + modifier = { + factor = 2 + owner = { war = yes } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA17500" + state_scope = { + any_owned = { + add_province_modifier = { + name = labor_union + duration = -1 + } + } + artisans = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 3 + } + clerks = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 3 + } + labourers = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 3 + } + craftsmen = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 3 + } + } + ai_chance = { factor = 75 } + } + + option = { + name = "EVTOPTB17500" + artisans = { + reduce_pop = 0.95 + militancy = 3 + } + clerks = { + reduce_pop = 0.95 + militancy = 3 + } + labourers = { + reduce_pop = 0.95 + militancy = 3 + } + craftsmen = { + reduce_pop = 0.95 + militancy = 3 + } + } } # Demonstration Turned Sour country_event = { - id = 17510 - title = "EVTNAME17510" - desc = "EVTDESC17510" - picture = "Revolution" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - socialist = 5 - any_state = { - is_colonial = no - OR = { - has_pop_type = labourers - has_pop_type = craftsmen - } - } - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - NOT = { - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 375 - modifier = { - factor = 1.2 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.9 - socialist = 10 - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 1.5 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - - modifier = { - factor = 1.2 - NOT = { nationalvalue = nv_equality } - } - - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - } - - option = { - name = "EVTOPTA17510" - random_state = { - limit = { - is_colonial = no - OR = { - has_pop_type = craftsmen - has_pop_type = labourers - } - } - craftsmen = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 2 - } - labourers = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 2 - } - rich_strata = { - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB17510" - random_state = { - limit = { - is_colonial = no - OR = { - has_pop_type = craftsmen - has_pop_type = labourers - } - } - rich_strata = { - ideology = { - value = socialist - factor = -0.2 - } - ideology = { - value = reactionary - factor = 0.2 - } - consciousness = -4 - } - craftsmen = { - militancy = 2 - } - labourers = { - militancy = 2 - } - } - } + id = 17510 + title = "EVTNAME17510" + desc = "EVTDESC17510" + picture = "Revolution" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + socialist = 5 + any_state = { + is_colonial = no + OR = { + has_pop_type = labourers + has_pop_type = craftsmen + } + } + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + NOT = { + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 375 + modifier = { + factor = 1.2 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.9 + socialist = 10 + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 1.5 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + + modifier = { + factor = 1.2 + NOT = { nationalvalue = nv_equality } + } + + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + } + + option = { + name = "EVTOPTA17510" + random_state = { + limit = { + is_colonial = no + OR = { + has_pop_type = craftsmen + has_pop_type = labourers + } + } + craftsmen = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 2 + } + labourers = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 2 + } + rich_strata = { + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB17510" + random_state = { + limit = { + is_colonial = no + OR = { + has_pop_type = craftsmen + has_pop_type = labourers + } + } + rich_strata = { + ideology = { + value = socialist + factor = -0.2 + } + ideology = { + value = reactionary + factor = 0.2 + } + consciousness = -4 + } + craftsmen = { + militancy = 2 + } + labourers = { + militancy = 2 + } + } + } } #Sabotage province_event = { - id = 17520 - title = "EVTNAME17520" - desc = "EVTDESC17520" - picture = "Factoryattack" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - socialist = 10 - owner = { - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - NOT = { - ruling_party_ideology = socialist - } - } - NOT = { - has_province_modifier = militant_trade_union - has_province_modifier = worker_union - } - state_scope = { - has_pop_type = craftsmen - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 1.2 - owner = { NOT = { nationalvalue = nv_equality } } - } - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 1.5 - NOT = { any_pop = { social_reform_want = 0.05 } } - } - modifier = { - factor = 0.9 - any_pop = {social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.1 - owner = { economic_policy = laissez_faire } - } - modifier = { - factor = 2 - owner = { war = yes } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA17520" - state_scope = { - any_owned = { - add_province_modifier = { - name = militant_trade_union - duration = 3650 - } - } - craftsmen = { - militancy = 2 - } - labourers = { - militancy = 2 - } - rich_strata = { - militancy = -2 - consciousness = -4 - ideology = { - value = socialist - factor = -0.2 - } - } - } - - } - - option = { - name = "EVTOPTB17520" - state_scope = { - any_owned = { - add_province_modifier = { - name = worker_union - duration = 3650 - } - } - craftsmen = { - militancy = -2 - consciousness = 2 - } - labourers = { - militancy = -2 - consciousness = 2 - } - rich_strata = { - militancy = 4 - } - } - } + id = 17520 + title = "EVTNAME17520" + desc = "EVTDESC17520" + picture = "Factoryattack" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + socialist = 10 + owner = { + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + NOT = { + ruling_party_ideology = socialist + } + } + NOT = { + has_province_modifier = militant_trade_union + has_province_modifier = worker_union + } + state_scope = { + has_pop_type = craftsmen + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 1.2 + owner = { NOT = { nationalvalue = nv_equality } } + } + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 1.5 + NOT = { any_pop = { social_reform_want = 0.05 } } + } + modifier = { + factor = 0.9 + any_pop = {social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.1 + owner = { economic_policy = laissez_faire } + } + modifier = { + factor = 2 + owner = { war = yes } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA17520" + state_scope = { + any_owned = { + add_province_modifier = { + name = militant_trade_union + duration = 3650 + } + } + craftsmen = { + militancy = 2 + } + labourers = { + militancy = 2 + } + rich_strata = { + militancy = -2 + consciousness = -4 + ideology = { + value = socialist + factor = -0.2 + } + } + } + + } + + option = { + name = "EVTOPTB17520" + state_scope = { + any_owned = { + add_province_modifier = { + name = worker_union + duration = 3650 + } + } + craftsmen = { + militancy = -2 + consciousness = 2 + } + labourers = { + militancy = -2 + consciousness = 2 + } + rich_strata = { + militancy = 4 + } + } + } } #Bloody Strike country_event = { - id = 17530 - title = "EVTNAME17530" - desc = "EVTDESC17530" - picture = "Strike" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - socialist = 15 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - NOT = { - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 375 - modifier = { - factor = 3 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.7 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.5 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 1.2 - NOT = { socialist = 20 } - } - modifier = { - factor = 0.9 - socialist = 10 - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 1.5 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - NOT = { nationalvalue = nv_equality } - } - modifier = { - factor = 1.2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17530" - random_state = { - limit = { is_colonial = no } - poor_strata = { - ideology = { - value = conservative - factor = 0.1 - } - militancy = -2 - } - any_owned = { - add_province_modifier = { - name = strike_solution - duration = 365 - } - } - } - } - - option = { - name = "EVTOPTB17530" - random_state = { - limit = { is_colonial = no } - poor_strata = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 2 - } - any_owned = { - add_province_modifier = { - name = strike_solution - duration = 180 - } - } - } - } + id = 17530 + title = "EVTNAME17530" + desc = "EVTDESC17530" + picture = "Strike" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + socialist = 15 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + NOT = { + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 375 + modifier = { + factor = 3 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.7 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.5 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 1.2 + NOT = { socialist = 20 } + } + modifier = { + factor = 0.9 + socialist = 10 + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 1.5 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + NOT = { nationalvalue = nv_equality } + } + modifier = { + factor = 1.2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17530" + random_state = { + limit = { is_colonial = no } + poor_strata = { + ideology = { + value = conservative + factor = 0.1 + } + militancy = -2 + } + any_owned = { + add_province_modifier = { + name = strike_solution + duration = 365 + } + } + } + } + + option = { + name = "EVTOPTB17530" + random_state = { + limit = { is_colonial = no } + poor_strata = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 2 + } + any_owned = { + add_province_modifier = { + name = strike_solution + duration = 180 + } + } + } + } } #Sympathy Strike province_event = { - id = 17540 - title = "EVTNAME17540" - desc = "EVTDESC17540" - picture = "Strike" - - trigger = { - is_ideology_enabled = socialist - is_colonial = no - civilized = yes - socialist = 10 - owner = { - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - NOT = { - ruling_party_ideology = socialist - } - } - OR = { - has_pop_type = artisans - has_pop_type = clerks - has_pop_type = craftsmen - has_pop_type = labourers - } - NOT = { has_province_modifier = province_strike } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - has_province_modifier = labor_union - } - modifier = { - factor = 0.7 - has_province_modifier = militant_trade_union - } - modifier = { - factor = 1.5 - has_province_modifier = worker_union - } - modifier = { - factor = 2 - NOT = { - has_province_modifier = labor_union - has_province_modifier = militant_trade_union - has_province_modifier = worker_union - } - } - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.8 - NOT = { poor_strata_everyday_needs = 0.7 } - } - modifier = { - factor = 0.7 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 1.5 - NOT = { any_pop = { social_reform_want = 0.05 } } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.1 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - owner = { - NOT = { nationalvalue = nv_equality } - } - } - - modifier = { - factor = 1.3 - owner = { economic_policy = laissez_faire } - } - modifier = { - factor = 2 - owner = { war = yes } - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVTOPTA17540" - state_scope = { - any_owned = { - add_province_modifier = { - name = province_strike - duration = 365 - } - } - any_pop = { - limit = { - OR = { - type = artisans - type = clerks - type = labourers - type = craftsmen - } - } - ideology = { - value = socialist - factor = 0.15 - } - consciousness = 3 - } - } - - } - - option = { - name = "EVTOPTB17540" - state_scope = { - any_owned = { - add_province_modifier = { - name = province_strike - duration = 120 - } - } - any_pop = { - limit = { - OR = { - type = artisans - type = clerks - type = labourers - type = craftsmen - } - } - ideology = { - value = socialist - factor = 0.05 - } - militancy = 3 - } - } - } + id = 17540 + title = "EVTNAME17540" + desc = "EVTDESC17540" + picture = "Strike" + + trigger = { + is_ideology_enabled = socialist + is_colonial = no + civilized = yes + socialist = 10 + owner = { + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + NOT = { + ruling_party_ideology = socialist + } + } + OR = { + has_pop_type = artisans + has_pop_type = clerks + has_pop_type = craftsmen + has_pop_type = labourers + } + NOT = { has_province_modifier = province_strike } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + has_province_modifier = labor_union + } + modifier = { + factor = 0.7 + has_province_modifier = militant_trade_union + } + modifier = { + factor = 1.5 + has_province_modifier = worker_union + } + modifier = { + factor = 2 + NOT = { + has_province_modifier = labor_union + has_province_modifier = militant_trade_union + has_province_modifier = worker_union + } + } + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.8 + NOT = { poor_strata_everyday_needs = 0.7 } + } + modifier = { + factor = 0.7 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 1.5 + NOT = { any_pop = { social_reform_want = 0.05 } } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.1 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + owner = { + NOT = { nationalvalue = nv_equality } + } + } + + modifier = { + factor = 1.3 + owner = { economic_policy = laissez_faire } + } + modifier = { + factor = 2 + owner = { war = yes } + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVTOPTA17540" + state_scope = { + any_owned = { + add_province_modifier = { + name = province_strike + duration = 365 + } + } + any_pop = { + limit = { + OR = { + type = artisans + type = clerks + type = labourers + type = craftsmen + } + } + ideology = { + value = socialist + factor = 0.15 + } + consciousness = 3 + } + } + + } + + option = { + name = "EVTOPTB17540" + state_scope = { + any_owned = { + add_province_modifier = { + name = province_strike + duration = 120 + } + } + any_pop = { + limit = { + OR = { + type = artisans + type = clerks + type = labourers + type = craftsmen + } + } + ideology = { + value = socialist + factor = 0.05 + } + militancy = 3 + } + } + } } # Socialist Newspaper country_event = { - id = 17550 - title = "EVTNAME17550" - desc = "EVTDESC17550" - picture = "Workers" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - trade_unions = non_socialist - trade_unions = all_trade_unions - } - press_rights = free_press - socialist = 5 - NOT = { - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.8 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 1.2 - NOT = { socialist = 5 } - } - modifier = { - factor = 0.9 - socialist = 5 - } - modifier = { - factor = 0.9 - socialist = 10 - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 1.5 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - NOT = { nationalvalue = nv_equality } - } - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17550" - rich_strata = { - consciousness = 1 - ideology = { - value = socialist - factor = 0.05 - } - } - } - - option = { - name = "EVTOPTB17550" - poor_strata = { - consciousness = 1 - militancy = 1 - ideology = { - value = socialist - factor = 0.05 - } - } - } + id = 17550 + title = "EVTNAME17550" + desc = "EVTDESC17550" + picture = "Workers" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + trade_unions = non_socialist + trade_unions = all_trade_unions + } + press_rights = free_press + socialist = 5 + NOT = { + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.8 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 1.2 + NOT = { socialist = 5 } + } + modifier = { + factor = 0.9 + socialist = 5 + } + modifier = { + factor = 0.9 + socialist = 10 + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 1.5 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + NOT = { nationalvalue = nv_equality } + } + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17550" + rich_strata = { + consciousness = 1 + ideology = { + value = socialist + factor = 0.05 + } + } + } + + option = { + name = "EVTOPTB17550" + poor_strata = { + consciousness = 1 + militancy = 1 + ideology = { + value = socialist + factor = 0.05 + } + } + } } #May Day country_event = { - id = 17560 - title = "EVTNAME17560" - desc = "EVTDESC17560" - news = yes - news_desc_long = "EVTDESC17560_NEWS_LONG" - news_desc_medium = "EVTDESC17560_NEWS_MEDIUM" - news_desc_short = "EVTDESC17560_NEWS_SHORT" - picture = "Unite" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - year = 1886 - socialist = 10 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - public_meetings = yes_meeting - any_state = { - is_colonial = no - socialist = 10 - } - NOT = { - ruling_party_ideology = socialist - any_owned_province = { has_province_modifier = may_day } - } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 1.2 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.8 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 1.2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - NOT = { nationalvalue = nv_equality } - } - - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17560" - random_state = { - limit = { - is_colonial = no - socialist = 10 - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 3 - } - } - - } - } - - option = { - name = "EVTOPTB17560" - random_state = { - limit = { - is_colonial = no - socialist = 10 - } - any_pop = { - scaled_consciousness = { - ideology = socialist - factor = 3 - } - } - any_owned = { - add_province_modifier = { - name = may_day - duration = 365 - } - } - } - } + id = 17560 + title = "EVTNAME17560" + desc = "EVTDESC17560" + news = yes + news_desc_long = "EVTDESC17560_NEWS_LONG" + news_desc_medium = "EVTDESC17560_NEWS_MEDIUM" + news_desc_short = "EVTDESC17560_NEWS_SHORT" + picture = "Unite" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + year = 1886 + socialist = 10 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + public_meetings = yes_meeting + any_state = { + is_colonial = no + socialist = 10 + } + NOT = { + ruling_party_ideology = socialist + any_owned_province = { has_province_modifier = may_day } + } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 1.2 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.8 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 1.2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + NOT = { nationalvalue = nv_equality } + } + + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17560" + random_state = { + limit = { + is_colonial = no + socialist = 10 + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 3 + } + } + + } + } + + option = { + name = "EVTOPTB17560" + random_state = { + limit = { + is_colonial = no + socialist = 10 + } + any_pop = { + scaled_consciousness = { + ideology = socialist + factor = 3 + } + } + any_owned = { + add_province_modifier = { + name = may_day + duration = 365 + } + } + } + } } #Forward! country_event = { - id = 17570 - title = "EVTNAME17570" - desc = "EVTDESC17570" - picture = "Unite" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - socialist = 5 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - press_rights = free_press - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 1.2 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.8 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 1.2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.25 - NOT = { nationalvalue = nv_equality } - } - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17570" - random_state = { - limit = { - is_colonial = no - } - labourers = { - ideology = { - value = socialist - factor = 0.2 - } - } - craftsmen = { - ideology = { - value = socialist - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB17570" - random_state = { - limit = { - is_colonial = no - } - poor_strata = { - ideology = { - value = socialist - factor = 0.1 - } - } - } - } + id = 17570 + title = "EVTNAME17570" + desc = "EVTDESC17570" + picture = "Unite" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + socialist = 5 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + press_rights = free_press + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 1.2 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.8 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 1.2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.25 + NOT = { nationalvalue = nv_equality } + } + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17570" + random_state = { + limit = { + is_colonial = no + } + labourers = { + ideology = { + value = socialist + factor = 0.2 + } + } + craftsmen = { + ideology = { + value = socialist + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB17570" + random_state = { + limit = { + is_colonial = no + } + poor_strata = { + ideology = { + value = socialist + factor = 0.1 + } + } + } + } } #Union Busting country_event = { - id = 17580 - title = "EVTNAME17580" - desc = "EVTDESC17580" - picture = "Spies" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - OR = { - has_province_modifier = labor_union - has_province_modifier = militant_trade_union - has_province_modifier = worker_union - has_province_modifier = province_strike - } - } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 0.8 - any_owned_province = { - has_province_modifier = province_strike - } - } - modifier = { - factor = 0.7 - any_owned_province = { - has_province_modifier = militant_trade_union - } - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.9 - socialist = 5 - } - modifier = { - factor = 0.9 - socialist = 10 - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 1.2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.25 - NOT = { nationalvalue = nv_equality } - } - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17580" - random_state = { - limit = { - any_owned_province = { - OR = { - has_province_modifier = labor_union - has_province_modifier = militant_trade_union - has_province_modifier = worker_union - has_province_modifier = province_strike - } - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - } - rich_strata = { - militancy = -4 - ideology = { - value = socialist - factor = -0.2 - } - ideology = { - value = reactionary - factor = 0.2 - } - } - any_pop = { - scaled_consciousness = { - ideology = socialist - factor = -2 - } - scaled_militancy = { - ideology = socialist - factor = 4 - } - } - } - } - - option = { - name = "EVTOPTB17580" - random_owned = { - limit = { - OR = { - has_province_modifier = labor_union - has_province_modifier = militant_trade_union - has_province_modifier = worker_union - } - } - state_scope = { - rich_strata = { - militancy = 2 - consciousness = 2 - } - any_pop = { - ideology = { - value = socialist - factor = 0.1 - } - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - } - } - } + id = 17580 + title = "EVTNAME17580" + desc = "EVTDESC17580" + picture = "Spies" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + OR = { + has_province_modifier = labor_union + has_province_modifier = militant_trade_union + has_province_modifier = worker_union + has_province_modifier = province_strike + } + } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 0.8 + any_owned_province = { + has_province_modifier = province_strike + } + } + modifier = { + factor = 0.7 + any_owned_province = { + has_province_modifier = militant_trade_union + } + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.9 + socialist = 5 + } + modifier = { + factor = 0.9 + socialist = 10 + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 1.2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.25 + NOT = { nationalvalue = nv_equality } + } + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17580" + random_state = { + limit = { + any_owned_province = { + OR = { + has_province_modifier = labor_union + has_province_modifier = militant_trade_union + has_province_modifier = worker_union + has_province_modifier = province_strike + } + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + } + rich_strata = { + militancy = -4 + ideology = { + value = socialist + factor = -0.2 + } + ideology = { + value = reactionary + factor = 0.2 + } + } + any_pop = { + scaled_consciousness = { + ideology = socialist + factor = -2 + } + scaled_militancy = { + ideology = socialist + factor = 4 + } + } + } + } + + option = { + name = "EVTOPTB17580" + random_owned = { + limit = { + OR = { + has_province_modifier = labor_union + has_province_modifier = militant_trade_union + has_province_modifier = worker_union + } + } + state_scope = { + rich_strata = { + militancy = 2 + consciousness = 2 + } + any_pop = { + ideology = { + value = socialist + factor = 0.1 + } + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + } + } + } } - + # Lockout country_event = { - id = 17590 - title = "EVTNAME17590" - desc = "EVTDESC17590" - picture = "Strike" - - trigger = { - is_ideology_enabled = socialist - civilized = yes - socialist = 5 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_state = { - has_building = factory - } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.9 } - } - modifier = { - factor = 0.8 - NOT = { poor_strata_everyday_needs = 0.8 } - } - modifier = { - factor = 0.9 - socialist = 15 - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 1.5 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.05 - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - nationalvalue = nv_equality - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - NOT = { - ruling_party_ideology = socialist - ruling_party_ideology = communist - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_autocracy - NOT = { - ruling_party_ideology = socialist - ruling_party_ideology = communist - } - } - modifier = { - factor = 1.1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.2 - trade_unions = state_controlled - } - modifier = { - factor = 0.9 - trade_unions = all_trade_unions - } - modifier = { - factor = 3 - trade_unions = no_trade_unions - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 3 - } - } - } - - option = { - name = "EVTOPTA17590" - random_state = { - limit = { has_building = factory } - craftsmen = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 1 - militancy = 2 - } - labourers = { - ideology = { - value = socialist - factor = 0.1 - } - consciousness = 1 - militancy = 2 - } - rich_strata = { - consciousness = -2 - militancy = -2 - } - } - } - - option = { - name = "EVTOPTB17590" - random_state = { - limit = { has_building = factory } - craftsmen = { - consciousness = -1 - militancy = -2 - } - labourers = { - consciousness = -1 - militancy = -2 - } - rich_strata = { - ideology = { - value = socialist - factor = -0.2 - } - ideology = { - value = reactionary - factor = 0.2 - } - militancy = 2 - } - } - } + id = 17590 + title = "EVTNAME17590" + desc = "EVTDESC17590" + picture = "Strike" + + trigger = { + is_ideology_enabled = socialist + civilized = yes + socialist = 5 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_state = { + has_building = factory + } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.9 } + } + modifier = { + factor = 0.8 + NOT = { poor_strata_everyday_needs = 0.8 } + } + modifier = { + factor = 0.9 + socialist = 15 + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 1.5 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.05 + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + nationalvalue = nv_equality + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + NOT = { + ruling_party_ideology = socialist + ruling_party_ideology = communist + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_autocracy + NOT = { + ruling_party_ideology = socialist + ruling_party_ideology = communist + } + } + modifier = { + factor = 1.1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.2 + trade_unions = state_controlled + } + modifier = { + factor = 0.9 + trade_unions = all_trade_unions + } + modifier = { + factor = 3 + trade_unions = no_trade_unions + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 3 + } + } + } + + option = { + name = "EVTOPTA17590" + random_state = { + limit = { has_building = factory } + craftsmen = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 1 + militancy = 2 + } + labourers = { + ideology = { + value = socialist + factor = 0.1 + } + consciousness = 1 + militancy = 2 + } + rich_strata = { + consciousness = -2 + militancy = -2 + } + } + } + + option = { + name = "EVTOPTB17590" + random_state = { + limit = { has_building = factory } + craftsmen = { + consciousness = -1 + militancy = -2 + } + labourers = { + consciousness = -1 + militancy = -2 + } + rich_strata = { + ideology = { + value = socialist + factor = -0.2 + } + ideology = { + value = reactionary + factor = 0.2 + } + militancy = 2 + } + } + } } ########################################################################### -# -#Fascism -# -# Event IDs 17600 - 17700 are reserved for this. DO NOT CHANGE. -# +# +#Fascism +# +# Event IDs 17600 - 17700 are reserved for this. DO NOT CHANGE. +# ########################################################################### #Black Flags country_event = { - id = 17600 - title = "EVTNAME17600" - desc = "EVTDESC17600" - picture = "Celebration" - - trigger = { - is_ideology_enabled = fascist - socialist = 5 - NOT = { fascist = 5 } - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - any_core = { - empty = no - NOT = { owned_by = THIS } - } - has_recently_lost_war = yes - is_disarmed = yes - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - nationalvalue = nv_liberty - } - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_tradition - nationalvalue = nv_autocracy - nationalvalue = nv_order - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_fascist_rebellions - value = 20 - } - } - } - - option = { - name = "EVTOPTA17600" - random_state = { - limit = { - is_colonial = no - any_owned_province = { is_primary_culture = yes } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.1 - } - scaled_militancy = { - ideology = fascist - factor = 3 - } - } - } - } - - option = { - name = "EVTOPTB17600" - random_state = { - limit = { - is_colonial = no - any_owned_province = { is_primary_culture = yes } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = reactionary - factor = 0.10 - } - ideology = { - value = fascist - factor = 0.05 - } - scaled_militancy = { - ideology = fascist - factor = 2 - } - } - } - } + id = 17600 + title = "EVTNAME17600" + desc = "EVTDESC17600" + picture = "Celebration" + + trigger = { + is_ideology_enabled = fascist + socialist = 5 + NOT = { fascist = 5 } + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + any_core = { + empty = no + NOT = { owned_by = THIS } + } + has_recently_lost_war = yes + is_disarmed = yes + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + nationalvalue = nv_liberty + } + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_tradition + nationalvalue = nv_autocracy + nationalvalue = nv_order + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_fascist_rebellions + value = 20 + } + } + } + + option = { + name = "EVTOPTA17600" + random_state = { + limit = { + is_colonial = no + any_owned_province = { is_primary_culture = yes } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.1 + } + scaled_militancy = { + ideology = fascist + factor = 3 + } + } + } + } + + option = { + name = "EVTOPTB17600" + random_state = { + limit = { + is_colonial = no + any_owned_province = { is_primary_culture = yes } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = reactionary + factor = 0.10 + } + ideology = { + value = fascist + factor = 0.05 + } + scaled_militancy = { + ideology = fascist + factor = 2 + } + } + } + } } #Blackshirts country_event = { - id = 17610 - title = "EVTNAME17610" - desc = "EVTDESC17610" - news = yes - news_desc_long = "EVTDESC17610_NEWS_LONG" - news_desc_medium = "EVTDESC17610_NEWS_MEDIUM" - news_desc_short = "EVTDESC17610_NEWS_SHORT" - picture = "Fascist" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - public_meetings = yes_meeting - NOT = { has_country_flag = paramilitaries_outlawed } - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - any_core = { - empty = no - NOT = { owned_by = THIS } - } - has_recently_lost_war = yes - is_disarmed = yes - } - any_owned_province = { - is_colonial = no - is_primary_culture = yes - fascist = 5 - NOT = { has_province_modifier = black_shirts } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - nationalvalue = nv_liberty - } - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 5 - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - } - - option = { - name = "EVTOPTA17610" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - NOT = { has_province_modifier = black_shirts } - is_primary_culture = yes - fascist = 5 - } - } - any_pop = { - scaled_militancy = { - ideology = fascist - factor = 5 - } - } - } - } - - option = { - name = "EVTOPTB17610" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - NOT = { has_province_modifier = black_shirts } - is_primary_culture = yes - fascist = 5 - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.05 - } - } - any_owned = { - limit = { - is_primary_culture = yes - fascist = 5 - } - add_province_modifier = { - name = black_shirts - duration = 1095 - } - } - } - } + id = 17610 + title = "EVTNAME17610" + desc = "EVTDESC17610" + news = yes + news_desc_long = "EVTDESC17610_NEWS_LONG" + news_desc_medium = "EVTDESC17610_NEWS_MEDIUM" + news_desc_short = "EVTDESC17610_NEWS_SHORT" + picture = "Fascist" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + public_meetings = yes_meeting + NOT = { has_country_flag = paramilitaries_outlawed } + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + any_core = { + empty = no + NOT = { owned_by = THIS } + } + has_recently_lost_war = yes + is_disarmed = yes + } + any_owned_province = { + is_colonial = no + is_primary_culture = yes + fascist = 5 + NOT = { has_province_modifier = black_shirts } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + nationalvalue = nv_liberty + } + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 5 + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + } + + option = { + name = "EVTOPTA17610" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + NOT = { has_province_modifier = black_shirts } + is_primary_culture = yes + fascist = 5 + } + } + any_pop = { + scaled_militancy = { + ideology = fascist + factor = 5 + } + } + } + } + + option = { + name = "EVTOPTB17610" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + NOT = { has_province_modifier = black_shirts } + is_primary_culture = yes + fascist = 5 + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.05 + } + } + any_owned = { + limit = { + is_primary_culture = yes + fascist = 5 + } + add_province_modifier = { + name = black_shirts + duration = 1095 + } + } + } + } } #Fascist Soup-Kitchens country_event = { - id = 17620 - title = "EVTNAME17620" - desc = "EVTDESC17620" - picture = "Poor" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - is_colonial = no - fascist = 5 - is_primary_culture = yes - NOT = { has_province_modifier = fascist_welfare } - OR = { - unemployment = 0.2 - NOT = { poor_strata_life_needs = 0.9 } - } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - nationalvalue = nv_liberty - } - - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - } - - option = { - name = "EVTOPTA17620" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - fascist = 5 - is_primary_culture = yes - NOT = { has_province_modifier = fascist_welfare } - OR = { - unemployment = 0.1 - NOT = { poor_strata_life_needs = 0.9 } - } - } - } - poor_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - consciousness = 1 - militancy = 1 - ideology = { - value = fascist - factor = 0.05 - } - } - any_owned = { - limit = { is_primary_culture = yes } - add_province_modifier = { - name = fascist_welfare - duration = 365 - } - } - } - } - - option = { - name = "EVTOPTB17620" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - fascist = 5 - is_primary_culture = yes - NOT = { has_province_modifier = fascist_welfare } - OR = { - unemployment = 0.1 - NOT = { poor_strata_life_needs = 0.9 } - } - } - } - poor_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 4 - consciousness = 2 - } - } - } + id = 17620 + title = "EVTNAME17620" + desc = "EVTDESC17620" + picture = "Poor" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + is_colonial = no + fascist = 5 + is_primary_culture = yes + NOT = { has_province_modifier = fascist_welfare } + OR = { + unemployment = 0.2 + NOT = { poor_strata_life_needs = 0.9 } + } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + nationalvalue = nv_liberty + } + + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + } + + option = { + name = "EVTOPTA17620" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + fascist = 5 + is_primary_culture = yes + NOT = { has_province_modifier = fascist_welfare } + OR = { + unemployment = 0.1 + NOT = { poor_strata_life_needs = 0.9 } + } + } + } + poor_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + consciousness = 1 + militancy = 1 + ideology = { + value = fascist + factor = 0.05 + } + } + any_owned = { + limit = { is_primary_culture = yes } + add_province_modifier = { + name = fascist_welfare + duration = 365 + } + } + } + } + + option = { + name = "EVTOPTB17620" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + fascist = 5 + is_primary_culture = yes + NOT = { has_province_modifier = fascist_welfare } + OR = { + unemployment = 0.1 + NOT = { poor_strata_life_needs = 0.9 } + } + } + } + poor_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 4 + consciousness = 2 + } + } + } } #March on capital country_event = { - id = 17630 - title = "EVTNAME17630" - desc = "EVTDESC17630" - news = yes - news_desc_long = "EVTDESC17630_NEWS_LONG" - news_desc_medium = "EVTDESC17630_NEWS_MEDIUM" - news_desc_short = "EVTDESC17630_NEWS_SHORT" - major = yes - picture = "Fascist" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - capital_scope = { fascist = 30 } - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - NOT = { has_country_flag = march_on_capital } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - average_militancy = 3 - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.8 - average_militancy = 5 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 2 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_fascist_rebellions - value = 5 - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - } - - immediate = { - set_country_flag = march_on_capital - } - - option = { - name = "EVTOPTA17630" - any_pop = { - limit = { pop_majority_ideology = fascist } - reduce_pop = 0.85 - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.1 - } - scaled_militancy = { - ideology = fascist - factor = 8 - } - } - ai_chance = { - factor = 75 - } - } - - option = { - name = "EVTOPTB17630" - government = fascist_dictatorship - ruling_party_ideology = fascist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - prestige = -25 - - add_country_modifier = { - name = national_confusion - duration = 365 - } - country_event = 800051 - ai_chance = { - factor = 25 - modifier = { - factor = 0.5 - NOT = { fascist = 40 } - } - modifier = { - factor = 0.5 - NOT = { fascist = 50 } - } - modifier = { - factor = 0.5 - NOT = { fascist = 60 } - } - modifier = { - factor = 1.5 - fascist = 60 - } - modifier = { - factor = 1.5 - fascist = 70 - } - } - } + id = 17630 + title = "EVTNAME17630" + desc = "EVTDESC17630" + news = yes + news_desc_long = "EVTDESC17630_NEWS_LONG" + news_desc_medium = "EVTDESC17630_NEWS_MEDIUM" + news_desc_short = "EVTDESC17630_NEWS_SHORT" + major = yes + picture = "Fascist" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + capital_scope = { fascist = 30 } + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + NOT = { has_country_flag = march_on_capital } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + average_militancy = 3 + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.8 + average_militancy = 5 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 2 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_fascist_rebellions + value = 5 + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + } + + immediate = { + set_country_flag = march_on_capital + } + + option = { + name = "EVTOPTA17630" + any_pop = { + limit = { pop_majority_ideology = fascist } + reduce_pop = 0.85 + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.1 + } + scaled_militancy = { + ideology = fascist + factor = 8 + } + } + ai_chance = { + factor = 75 + } + } + + option = { + name = "EVTOPTB17630" + government = fascist_dictatorship + ruling_party_ideology = fascist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + prestige = -25 + + add_country_modifier = { + name = national_confusion + duration = 365 + } + country_event = 800051 + ai_chance = { + factor = 25 + modifier = { + factor = 0.5 + NOT = { fascist = 40 } + } + modifier = { + factor = 0.5 + NOT = { fascist = 50 } + } + modifier = { + factor = 0.5 + NOT = { fascist = 60 } + } + modifier = { + factor = 1.5 + fascist = 60 + } + modifier = { + factor = 1.5 + fascist = 70 + } + } + } } #Free Corps country_event = { - id = 17640 - title = "EVTNAME17640" - desc = "EVTDESC17640" - picture = "Oldsoldiers" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - war = no - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - OR = { - any_core = { - empty = no - NOT = { owned_by = THIS } - } - has_recently_lost_war = yes - is_disarmed = yes - war_exhaustion = 20 - } - any_owned_province = { - is_colonial = no - has_pop_type = soldiers - is_primary_culture = yes - NOT = { has_province_modifier = free_corps } - } - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 0.9 - nationalvalue = nv_order - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 5 - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - } - - option = { - name = "EVTOPTA17640" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - has_pop_type = soldiers - NOT = { has_province_modifier = free_corps } - } - } - soldiers = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.2 - } - scaled_militancy = { - ideology = fascist - factor = 2 - } - } - } - } - - option = { - name = "EVTOPTB17640" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - has_pop_type = soldiers - NOT = { has_province_modifier = free_corps } - } - } - soldiers = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - militancy = 4 - consciousness = 4 - } - any_owned = { - limit = { is_primary_culture = yes } - add_province_modifier = { - name = free_corps - duration = 730 - } - } - } - } + id = 17640 + title = "EVTNAME17640" + desc = "EVTDESC17640" + picture = "Oldsoldiers" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + war = no + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + OR = { + any_core = { + empty = no + NOT = { owned_by = THIS } + } + has_recently_lost_war = yes + is_disarmed = yes + war_exhaustion = 20 + } + any_owned_province = { + is_colonial = no + has_pop_type = soldiers + is_primary_culture = yes + NOT = { has_province_modifier = free_corps } + } + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 0.9 + nationalvalue = nv_order + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 5 + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + } + + option = { + name = "EVTOPTA17640" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + has_pop_type = soldiers + NOT = { has_province_modifier = free_corps } + } + } + soldiers = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.2 + } + scaled_militancy = { + ideology = fascist + factor = 2 + } + } + } + } + + option = { + name = "EVTOPTB17640" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + has_pop_type = soldiers + NOT = { has_province_modifier = free_corps } + } + } + soldiers = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + militancy = 4 + consciousness = 4 + } + any_owned = { + limit = { is_primary_culture = yes } + add_province_modifier = { + name = free_corps + duration = 730 + } + } + } + } } # Fascist Newspaper country_event = { - id = 17650 - title = "EVTNAME17650" - desc = "EVTDESC17650" - picture = "propaganda" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - press_rights = free_press - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - fascist = 5 - OR = { - any_core = { - empty = no - NOT = { owned_by = THIS } - } - has_recently_lost_war = yes - is_disarmed = yes - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_order - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - } - - option = { - name = "EVTOPTA17650" - random_state = { - limit = { - is_colonial = no - any_owned_province = { is_primary_culture = yes } - } - poor_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.05 - } - militancy = 1 - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB17650" - random_state = { - limit = { - is_colonial = no - any_owned_province = { is_primary_culture = yes } - } - middle_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.1 - } - militancy = 1 - consciousness = 1 - } - } - } + id = 17650 + title = "EVTNAME17650" + desc = "EVTDESC17650" + picture = "propaganda" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + press_rights = free_press + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + fascist = 5 + OR = { + any_core = { + empty = no + NOT = { owned_by = THIS } + } + has_recently_lost_war = yes + is_disarmed = yes + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_order + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + } + + option = { + name = "EVTOPTA17650" + random_state = { + limit = { + is_colonial = no + any_owned_province = { is_primary_culture = yes } + } + poor_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.05 + } + militancy = 1 + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB17650" + random_state = { + limit = { + is_colonial = no + any_owned_province = { is_primary_culture = yes } + } + middle_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.1 + } + militancy = 1 + consciousness = 1 + } + } + } } #The Blackshirt Massacre country_event = { - id = 17660 - title = "EVTNAME17660" - desc = "EVTDESC17660" - picture = "Riot" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - has_province_modifier = black_shirts - NOT = { has_province_modifier = the_massacre } - fascist = 15 - liberal = 5 - average_militancy = 4 - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.7 - average_militancy = 3 - } - modifier = { - factor = 0.6 - average_militancy = 4 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - nationalvalue = nv_order - } - } - } - - option = { - name = "EVTOPTA17660" - random_state = { - limit = { - any_owned_province = { - has_province_modifier = black_shirts - NOT = { has_province_modifier = the_massacre } - fascist = 15 - liberal = 5 - average_militancy = 4 - } - } - any_pop = { - limit = { pop_majority_ideology = fascist } - reduce_pop = 0.95 - } - any_pop = { - militancy = -4 - consciousness = 3 - } - any_owned = { - remove_province_modifier = black_shirts - add_province_modifier = { - name = the_massacre - duration = 180 - } - } - } - } - - option = { - name = "EVTOPTB17660" - random_state = { - limit = { - any_owned_province = { - has_province_modifier = black_shirts - NOT = { has_province_modifier = the_massacre } - fascist = 15 - liberal = 5 - average_militancy = 4 - } - } - any_pop = { - ideology = { - value = liberal - factor = 0.2 - } - consciousness = -1 - militancy = 3 - } - any_owned = { - add_province_modifier = { - name = the_massacre - duration = 180 - } - } - } - } + id = 17660 + title = "EVTNAME17660" + desc = "EVTDESC17660" + picture = "Riot" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + has_province_modifier = black_shirts + NOT = { has_province_modifier = the_massacre } + fascist = 15 + liberal = 5 + average_militancy = 4 + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.7 + average_militancy = 3 + } + modifier = { + factor = 0.6 + average_militancy = 4 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + nationalvalue = nv_order + } + } + } + + option = { + name = "EVTOPTA17660" + random_state = { + limit = { + any_owned_province = { + has_province_modifier = black_shirts + NOT = { has_province_modifier = the_massacre } + fascist = 15 + liberal = 5 + average_militancy = 4 + } + } + any_pop = { + limit = { pop_majority_ideology = fascist } + reduce_pop = 0.95 + } + any_pop = { + militancy = -4 + consciousness = 3 + } + any_owned = { + remove_province_modifier = black_shirts + add_province_modifier = { + name = the_massacre + duration = 180 + } + } + } + } + + option = { + name = "EVTOPTB17660" + random_state = { + limit = { + any_owned_province = { + has_province_modifier = black_shirts + NOT = { has_province_modifier = the_massacre } + fascist = 15 + liberal = 5 + average_militancy = 4 + } + } + any_pop = { + ideology = { + value = liberal + factor = 0.2 + } + consciousness = -1 + militancy = 3 + } + any_owned = { + add_province_modifier = { + name = the_massacre + duration = 180 + } + } + } + } } #Anti-Minority Agitation country_event = { - id = 17670 - title = "EVTNAME17670" - desc = "EVTDESC17670" - picture = "propaganda" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - fascist = 10 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - has_national_minority = yes - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.8 - any_owned_province = { - is_primary_culture = no - is_accepted_culture = no - } - } - modifier = { - factor = 0.7 - any_state = { - is_primary_culture = no - is_accepted_culture = no - } - } - - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 0.9 - nationalvalue = nv_order - } - - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 20 - } - } - } - - option = { - name = "EVTOPTA17670" - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.03 - } - scaled_militancy = { - ideology = fascist - factor = 3 - } - } - } - - option = { - name = "EVTOPTB17670" - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - location = { - is_colonial = no - } - } - militancy = 2 - consciousness = 2 - } - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - dominant_issue = { - value = residency - factor = 0.15 - } - ideology = { - value = fascist - factor = 0.05 - } - } - } + id = 17670 + title = "EVTNAME17670" + desc = "EVTDESC17670" + picture = "propaganda" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + fascist = 10 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + has_national_minority = yes + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.8 + any_owned_province = { + is_primary_culture = no + is_accepted_culture = no + } + } + modifier = { + factor = 0.7 + any_state = { + is_primary_culture = no + is_accepted_culture = no + } + } + + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 0.9 + nationalvalue = nv_order + } + + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 20 + } + } + } + + option = { + name = "EVTOPTA17670" + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.03 + } + scaled_militancy = { + ideology = fascist + factor = 3 + } + } + } + + option = { + name = "EVTOPTB17670" + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + location = { + is_colonial = no + } + } + militancy = 2 + consciousness = 2 + } + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + dominant_issue = { + value = residency + factor = 0.15 + } + ideology = { + value = fascist + factor = 0.05 + } + } + } } #Fascist March country_event = { - id = 17680 - title = "EVTNAME17680" - desc = "EVTDESC17680" - news = yes - news_desc_long = "EVTDESC17680_NEWS_LONG" - news_desc_medium = "EVTDESC17680_NEWS_MEDIUM" - news_desc_short = "EVTDESC17680_NEWS_SHORT" - picture = "Parade" - - trigger = { - is_ideology_enabled = fascist - NOT = { - has_country_flag = paramilitaries_outlawed - } - civilized = yes - fascist = 10 - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - has_province_modifier = black_shirts - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - nationalvalue = nv_order - } - } - - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 5 - } - } - modifier = { - factor = 2 - check_variable = { - which = successful_fascist_rebellions - value = 10 - } - } - } - - option = { - name = "EVTOPTA17680" - random_state = { - any_owned = { - limit = { - is_colonial = no - is_primary_culture = yes - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.2 - } - militancy = 3 - consciousness = 3 - } - } - } - } - - option = { - name = "EVTOPTB17680" - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = fascist - factor = 10 - } - } - any_owned = { - remove_province_modifier = black_shirts - } - set_country_flag = paramilitaries_outlawed - } + id = 17680 + title = "EVTNAME17680" + desc = "EVTDESC17680" + news = yes + news_desc_long = "EVTDESC17680_NEWS_LONG" + news_desc_medium = "EVTDESC17680_NEWS_MEDIUM" + news_desc_short = "EVTDESC17680_NEWS_SHORT" + picture = "Parade" + + trigger = { + is_ideology_enabled = fascist + NOT = { + has_country_flag = paramilitaries_outlawed + } + civilized = yes + fascist = 10 + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + has_province_modifier = black_shirts + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + nationalvalue = nv_order + } + } + + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 5 + } + } + modifier = { + factor = 2 + check_variable = { + which = successful_fascist_rebellions + value = 10 + } + } + } + + option = { + name = "EVTOPTA17680" + random_state = { + any_owned = { + limit = { + is_colonial = no + is_primary_culture = yes + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.2 + } + militancy = 3 + consciousness = 3 + } + } + } + } + + option = { + name = "EVTOPTB17680" + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = fascist + factor = 10 + } + } + any_owned = { + remove_province_modifier = black_shirts + } + set_country_flag = paramilitaries_outlawed + } } #Beer Hall Putsch country_event = { - id = 17690 - title = "EVTNAME17690" - desc = "EVTDESC17690" - picture = "Policeaction" - - trigger = { - is_ideology_enabled = fascist - civilized = yes - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - is_colonial = no - is_primary_culture = yes - fascist = 25 - average_militancy = 2 - NOT = { has_province_modifier = beer_hall_putsch } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - nationalvalue = nv_order - } - } - } - - option = { - name = "EVTOPTA17690" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - fascist = 25 - average_militancy = 2 - NOT = { has_province_modifier = beer_hall_putsch } - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.1 - } - scaled_militancy = { - ideology = fascist - factor = 10 - } - } - any_owned = { - limit = { is_primary_culture = yes } - add_province_modifier = { - name = beer_hall_putsch - duration = 180 - } - } - } - } - - option = { - name = "EVTOPTB17690" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - fascist = 25 - average_militancy = 2 - NOT = { has_province_modifier = beer_hall_putsch } - } - } - any_pop = { - limit = { - militancy = 3 - is_primary_culture = yes - } - reduce_pop = 0.95 - militancy = -2 - ideology = { - value = fascist - factor = 0.3 - } - } - any_owned = { - limit = { is_primary_culture = yes } - add_province_modifier = { - name = beer_hall_putsch - duration = 180 - } - } - } - } + id = 17690 + title = "EVTNAME17690" + desc = "EVTDESC17690" + picture = "Policeaction" + + trigger = { + is_ideology_enabled = fascist + civilized = yes + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + is_colonial = no + is_primary_culture = yes + fascist = 25 + average_militancy = 2 + NOT = { has_province_modifier = beer_hall_putsch } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + nationalvalue = nv_order + } + } + } + + option = { + name = "EVTOPTA17690" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + fascist = 25 + average_militancy = 2 + NOT = { has_province_modifier = beer_hall_putsch } + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.1 + } + scaled_militancy = { + ideology = fascist + factor = 10 + } + } + any_owned = { + limit = { is_primary_culture = yes } + add_province_modifier = { + name = beer_hall_putsch + duration = 180 + } + } + } + } + + option = { + name = "EVTOPTB17690" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + fascist = 25 + average_militancy = 2 + NOT = { has_province_modifier = beer_hall_putsch } + } + } + any_pop = { + limit = { + militancy = 3 + is_primary_culture = yes + } + reduce_pop = 0.95 + militancy = -2 + ideology = { + value = fascist + factor = 0.3 + } + } + any_owned = { + limit = { is_primary_culture = yes } + add_province_modifier = { + name = beer_hall_putsch + duration = 180 + } + } + } + } } #Fascist Trade Union country_event = { - id = 17700 - title = "EVTNAME17700" - desc = "EVTDESC17700" - picture = "Strike" - - trigger = { - is_ideology_enabled = fascist - is_ideology_enabled = socialist - civilized = yes - NOT = { trade_unions = no_trade_unions } - OR = { - government = prussian_constitutionalism - government = democracy - government = hms_government - government = absolute_monarchy - } - any_owned_province = { - is_colonial = no - is_primary_culture = yes - fascist = 10 - NOT = { has_province_modifier = militant_trade_union } - } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 0.9 - revanchism = 0.01 - } - modifier = { - factor = 0.9 - revanchism = 0.05 - } - modifier = { - factor = 0.7 - revanchism = 0.1 - } - modifier = { - factor = 0.6 - revanchism = 0.2 - } - modifier = { - factor = 0.5 - revanchism = 0.3 - } - modifier = { - factor = 0.8 - great_war_experience = 1 - } - modifier = { - factor = 0.8 - mass_politics = 1 - } - modifier = { - factor = 0.8 - anti__rationalism = 1 - } - modifier = { - factor = 0.8 - social_alienation = 1 - } - modifier = { - factor = 0.8 - has_recently_lost_war = yes - } - modifier = { - factor = 0.8 - any_core = { - empty = no - NOT = { owned_by = THIS } - } - } - modifier = { - factor = 0.8 - is_disarmed = yes - } - modifier = { - factor = 0.8 - is_vassal = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 1.5 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 0.9 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - nationalvalue = nv_order - } - } - } - - option = { - name = "EVTOPTA17700" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - fascist = 10 - NOT = { has_province_modifier = militant_trade_union } - } - } - poor_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = socialist - factor = 0.1 - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - scaled_militancy = { - ideology = fascist - factor = 8 - } - } - } - } - - option = { - name = "EVTOPTB17700" - random_state = { - limit = { - is_colonial = no - any_owned_province = { - is_primary_culture = yes - fascist = 10 - NOT = { has_province_modifier = militant_trade_union } - } - } - poor_strata = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = fascist - factor = 0.05 - } - } - any_owned = { - limit = { is_primary_culture = yes } - add_province_modifier = { - name = militant_trade_union - duration = 3650 - } - } - } - } + id = 17700 + title = "EVTNAME17700" + desc = "EVTDESC17700" + picture = "Strike" + + trigger = { + is_ideology_enabled = fascist + is_ideology_enabled = socialist + civilized = yes + NOT = { trade_unions = no_trade_unions } + OR = { + government = prussian_constitutionalism + government = democracy + government = hms_government + government = absolute_monarchy + } + any_owned_province = { + is_colonial = no + is_primary_culture = yes + fascist = 10 + NOT = { has_province_modifier = militant_trade_union } + } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 0.9 + revanchism = 0.01 + } + modifier = { + factor = 0.9 + revanchism = 0.05 + } + modifier = { + factor = 0.7 + revanchism = 0.1 + } + modifier = { + factor = 0.6 + revanchism = 0.2 + } + modifier = { + factor = 0.5 + revanchism = 0.3 + } + modifier = { + factor = 0.8 + great_war_experience = 1 + } + modifier = { + factor = 0.8 + mass_politics = 1 + } + modifier = { + factor = 0.8 + anti__rationalism = 1 + } + modifier = { + factor = 0.8 + social_alienation = 1 + } + modifier = { + factor = 0.8 + has_recently_lost_war = yes + } + modifier = { + factor = 0.8 + any_core = { + empty = no + NOT = { owned_by = THIS } + } + } + modifier = { + factor = 0.8 + is_disarmed = yes + } + modifier = { + factor = 0.8 + is_vassal = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 1.5 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 0.9 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + nationalvalue = nv_order + } + } + } + + option = { + name = "EVTOPTA17700" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + fascist = 10 + NOT = { has_province_modifier = militant_trade_union } + } + } + poor_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = socialist + factor = 0.1 + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + scaled_militancy = { + ideology = fascist + factor = 8 + } + } + } + } + + option = { + name = "EVTOPTB17700" + random_state = { + limit = { + is_colonial = no + any_owned_province = { + is_primary_culture = yes + fascist = 10 + NOT = { has_province_modifier = militant_trade_union } + } + } + poor_strata = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = fascist + factor = 0.05 + } + } + any_owned = { + limit = { is_primary_culture = yes } + add_province_modifier = { + name = militant_trade_union + duration = 3650 + } + } + } + } } ########################################################################### -# -# Communism -# -# Event IDs 17710 - 17730 are reserved for this. DO NOT CHANGE. -# +# +# Communism +# +# Event IDs 17710 - 17730 are reserved for this. DO NOT CHANGE. +# ########################################################################### #Communist Propaganda country_event = { - id = 17710 - title = "EVTNAME17710" - desc = "EVTDESC17710" - picture = "communist_crowd" - - trigger = { - is_ideology_enabled = communist - civilized = yes - any_owned_province = { - is_colonial = no - communist = 5 - OR = { - has_pop_type = artisans - has_pop_type = craftsmen - has_pop_type = labourers - } - } - NOT = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.2 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 0.9 - communist = 5 - } - modifier = { - factor = 0.9 - communist = 10 - } - modifier = { - factor = 2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 1.5 - NOT = { social_reform_want = 0.1 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - social_reform_want = 0.15 - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 5 - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 10 - } - } - modifier = { - factor = 0.8 - any_neighbor_country = { - government = proletarian_dictatorship - } - } - } - - option = { - name = "EVT17710OPTA" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - OR = { - has_pop_type = artisans - has_pop_type = craftsmen - has_pop_type = labourers - } - } - random_pop = { - limit = { - OR = { - socialist = 20 - communist = 5 - } - } - reduce_pop = 0.95 - militancy = 6 - consciousness = 4 - } - state_scope = { - any_pop = { - limit = { - OR = { - type = artisans - type = labourers - type = craftsmen - } - } - scaled_militancy = { - ideology = socialist - factor = 4 - } - } - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - average_militancy = 4 - } - } - } - - option = { - name = "EVT17710OPTB" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - OR = { - has_pop_type = artisans - has_pop_type = craftsmen - has_pop_type = labourers - } - } - state_scope = { - any_pop = { - limit = { - OR = { - type = artisans - type = labourers - type = craftsmen - } - } - ideology = { - value = communist - factor = 0.1 - } - consciousness = 3 - } - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - government = absolute_monarchy - } - } - } + id = 17710 + title = "EVTNAME17710" + desc = "EVTDESC17710" + picture = "communist_crowd" + + trigger = { + is_ideology_enabled = communist + civilized = yes + any_owned_province = { + is_colonial = no + communist = 5 + OR = { + has_pop_type = artisans + has_pop_type = craftsmen + has_pop_type = labourers + } + } + NOT = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.2 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 0.9 + communist = 5 + } + modifier = { + factor = 0.9 + communist = 10 + } + modifier = { + factor = 2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 1.5 + NOT = { social_reform_want = 0.1 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + social_reform_want = 0.15 + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 5 + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 10 + } + } + modifier = { + factor = 0.8 + any_neighbor_country = { + government = proletarian_dictatorship + } + } + } + + option = { + name = "EVT17710OPTA" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + OR = { + has_pop_type = artisans + has_pop_type = craftsmen + has_pop_type = labourers + } + } + random_pop = { + limit = { + OR = { + socialist = 20 + communist = 5 + } + } + reduce_pop = 0.95 + militancy = 6 + consciousness = 4 + } + state_scope = { + any_pop = { + limit = { + OR = { + type = artisans + type = labourers + type = craftsmen + } + } + scaled_militancy = { + ideology = socialist + factor = 4 + } + } + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + average_militancy = 4 + } + } + } + + option = { + name = "EVT17710OPTB" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + OR = { + has_pop_type = artisans + has_pop_type = craftsmen + has_pop_type = labourers + } + } + state_scope = { + any_pop = { + limit = { + OR = { + type = artisans + type = labourers + type = craftsmen + } + } + ideology = { + value = communist + factor = 0.1 + } + consciousness = 3 + } + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + government = absolute_monarchy + } + } + } } #The Common Man country_event = { - id = 17715 - title = "EVTNAME17715" #The Common Man - desc = "EVTDESC17715" - picture = "communist_crowd" - - trigger = { - is_ideology_enabled = communist - civilized = yes - any_owned_province = { - is_colonial = no - communist = 5 - } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = presidential_dictatorship - government = bourgeois_dictatorship - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.2 - poor_strata_everyday_needs = 1.0 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.3 } - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 0.9 - communist = 5 - } - modifier = { - factor = 0.9 - communist = 10 - } - modifier = { - factor = 2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - social_reform_want = 0.15 - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.75 - government = absolute_monarchy - } - modifier = { - factor = 1.25 - government = prussian_constitutionalism - } - - modifier = { - factor = 0.9 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 5 - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 10 - } - } - modifier = { - factor = 0.8 - any_neighbor_country = { - government = proletarian_dictatorship - } - } - } - - option = { - name = "EVT17715OPTA" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - } - random_pop = { - limit = { socialist = 20 } - reduce_pop = 0.95 - militancy = 2 - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 3 - } - scaled_militancy = { - ideology = communist - factor = 6 - } - } - } - } - - option = { - name = "EVT17715OPTB" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - } - poor_strata = { - ideology = { - value = communist - factor = 0.1 - } - } - any_pop = { - scaled_consciousness = { - ideology = socialist - factor = 3 - } - scaled_militancy = { - ideology = communist - factor = 3 - } - } - state_scope = { - poor_strata = { - ideology = { - value = communist - factor = 0.05 - } - } - } - } - } + id = 17715 + title = "EVTNAME17715" #The Common Man + desc = "EVTDESC17715" + picture = "communist_crowd" + + trigger = { + is_ideology_enabled = communist + civilized = yes + any_owned_province = { + is_colonial = no + communist = 5 + } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = presidential_dictatorship + government = bourgeois_dictatorship + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.2 + poor_strata_everyday_needs = 1.0 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.3 } + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 0.9 + communist = 5 + } + modifier = { + factor = 0.9 + communist = 10 + } + modifier = { + factor = 2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + social_reform_want = 0.15 + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.75 + government = absolute_monarchy + } + modifier = { + factor = 1.25 + government = prussian_constitutionalism + } + + modifier = { + factor = 0.9 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 5 + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 10 + } + } + modifier = { + factor = 0.8 + any_neighbor_country = { + government = proletarian_dictatorship + } + } + } + + option = { + name = "EVT17715OPTA" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + } + random_pop = { + limit = { socialist = 20 } + reduce_pop = 0.95 + militancy = 2 + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 3 + } + scaled_militancy = { + ideology = communist + factor = 6 + } + } + } + } + + option = { + name = "EVT17715OPTB" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + } + poor_strata = { + ideology = { + value = communist + factor = 0.1 + } + } + any_pop = { + scaled_consciousness = { + ideology = socialist + factor = 3 + } + scaled_militancy = { + ideology = communist + factor = 3 + } + } + state_scope = { + poor_strata = { + ideology = { + value = communist + factor = 0.05 + } + } + } + } + } } #Communist Riot country_event = { - id = 17720 - title = "EVTNAME17720" - desc = "EVTDESC17720" - picture = "communist_riot" - - trigger = { - is_ideology_enabled = communist - civilized = yes - any_owned_province = { - is_colonial = no - communist = 5 - OR = { - has_pop_type = artisans - has_pop_type = craftsmen - has_pop_type = labourers - } - average_militancy = 4 - } - NOT = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = no - communist = 5 - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = no - communist = 5 - average_militancy = 6 - } - } - modifier = { - factor = 0.9 - any_owned_province = { - is_colonial = no - communist = 5 - average_militancy = 7 - } - } - modifier = { - factor = 0.9 - socialist = 20 - } - modifier = { - factor = 0.9 - communist = 5 - } - modifier = { - factor = 0.9 - communist = 10 - } - modifier = { - factor = 2 - NOT = { social_reform_want = 0.05 } - } - modifier = { - factor = 0.9 - social_reform_want = 0.1 - } - modifier = { - factor = 0.9 - social_reform_want = 0.15 - } - modifier = { - factor = 0.9 - social_reform_want = 0.2 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 5 - } - } - modifier = { - factor = 1.5 - check_variable = { - which = successful_communist_rebellions - value = 10 - } - } - modifier = { - factor = 0.8 - any_neighbor_country = { - government = proletarian_dictatorship - } - } - } - - option = { - name = "EVT17720OPTA" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - OR = { - has_pop_type = artisans - has_pop_type = clerks - has_pop_type = craftsmen - has_pop_type = labourers - } - average_militancy = 4 - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = 3 - } - scaled_militancy = { - ideology = communist - factor = 6 - } - } - } - } - - option = { - name = "EVT17720OPTB" - random_owned = { - limit = { - is_colonial = no - socialist = 20 - OR = { - has_pop_type = artisans - has_pop_type = clerks - has_pop_type = craftsmen - has_pop_type = labourers - } - average_militancy = 4 - } - state_scope = { - poor_strata = { - ideology = { - value = communist - factor = 0.1 - } - consciousness = 3 - } - any_pop = { - scaled_militancy = { - ideology = socialist - factor = -2 - } - } - } - } - } + id = 17720 + title = "EVTNAME17720" + desc = "EVTDESC17720" + picture = "communist_riot" + + trigger = { + is_ideology_enabled = communist + civilized = yes + any_owned_province = { + is_colonial = no + communist = 5 + OR = { + has_pop_type = artisans + has_pop_type = craftsmen + has_pop_type = labourers + } + average_militancy = 4 + } + NOT = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = no + communist = 5 + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = no + communist = 5 + average_militancy = 6 + } + } + modifier = { + factor = 0.9 + any_owned_province = { + is_colonial = no + communist = 5 + average_militancy = 7 + } + } + modifier = { + factor = 0.9 + socialist = 20 + } + modifier = { + factor = 0.9 + communist = 5 + } + modifier = { + factor = 0.9 + communist = 10 + } + modifier = { + factor = 2 + NOT = { social_reform_want = 0.05 } + } + modifier = { + factor = 0.9 + social_reform_want = 0.1 + } + modifier = { + factor = 0.9 + social_reform_want = 0.15 + } + modifier = { + factor = 0.9 + social_reform_want = 0.2 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 5 + } + } + modifier = { + factor = 1.5 + check_variable = { + which = successful_communist_rebellions + value = 10 + } + } + modifier = { + factor = 0.8 + any_neighbor_country = { + government = proletarian_dictatorship + } + } + } + + option = { + name = "EVT17720OPTA" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + OR = { + has_pop_type = artisans + has_pop_type = clerks + has_pop_type = craftsmen + has_pop_type = labourers + } + average_militancy = 4 + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = 3 + } + scaled_militancy = { + ideology = communist + factor = 6 + } + } + } + } + + option = { + name = "EVT17720OPTB" + random_owned = { + limit = { + is_colonial = no + socialist = 20 + OR = { + has_pop_type = artisans + has_pop_type = clerks + has_pop_type = craftsmen + has_pop_type = labourers + } + average_militancy = 4 + } + state_scope = { + poor_strata = { + ideology = { + value = communist + factor = 0.1 + } + consciousness = 3 + } + any_pop = { + scaled_militancy = { + ideology = socialist + factor = -2 + } + } + } + } + } } #Communists in $PROVINCENAME$ province_event = { - id = 17730 - title = "EVTNAME17730" - desc = "EVTDESC17730" - - trigger = { - is_ideology_enabled = communist - is_colonial = no - NOT = { controlled_by = REB } - OR = { - AND = { - socialist = 30 - communist = 5 - } - communist = 10 - } - OR = { - has_pop_type = artisans - has_pop_type = craftsmen - has_pop_type = labourers - } - OR = { - average_militancy = 6 - has_province_modifier = militant_trade_union - has_province_modifier = province_strike - NOT = { poor_strata_life_needs = 0.7 } - } - owner = { - NOT = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - civilized = yes - public_meetings = yes_meeting - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.5 - OR = { - has_province_modifier = militant_trade_union - has_province_modifier = province_strike - } - } - modifier = { - factor = 1.5 - NOT = { socialist = 10 } - } - modifier = { - factor = 1.5 - NOT = { communist = 5 } - } - modifier = { - factor = 0.9 - communist = 15 - } - modifier = { - factor = 0.9 - communist = 20 - } - modifier = { - factor = 0.8 - communist = 25 - } - modifier = { - factor = 2 - NOT = { any_pop = { social_reform_want = 0.05 } } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.1 } - } - modifier = { - factor = 0.9 - any_pop = { social_reform_want = 0.2 } - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 1.5 - NOT = { average_consciousness = 3 } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 1.2 - owner = { economic_policy = laissez_faire } - } - modifier = { - factor = 2 - owner = { war = yes } - } - modifier = { - factor = 1.5 - owner = { - check_variable = { - which = successful_communist_rebellions - value = 10 - } - } - } - modifier = { - factor = 0.8 - any_neighbor_province = { - owner = { government = proletarian_dictatorship } - } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 50 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 45 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 40 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 35 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 30 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 25 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 20 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 15 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 10 } - } - modifier = { - factor = 1.5 - owner = { num_of_cities = 5 } - } - } - - option = { - name = "EVT17730OPTA" - random_pop = { - limit = { - strata = poor - OR = { - socialist = 20 - communist = 10 - } - } - reduce_pop = 0.98 - militancy = 4 - } - poor_strata = { - militancy = 2 - } - rich_strata = { - ideology = { - value = socialist - factor = -0.1 - } - ideology = { - value = communist - factor = -0.2 - } - ideology = { - value = reactionary - factor = 0.2 - } - militancy = -3 - consciousness = -3 - } - } - - option = { - name = "EVT17730OPTB" - state_scope = { - any_pop = { - limit = { - OR = { - type = artisans - type = clerks - type = labourers - type = craftsmen - } - } - ideology = { - value = communist - factor = 0.1 - } - scaled_consciousness = { - ideology = communist - factor = 4 - } - } - rich_strata = { - militancy = 3 - } - } - } -} + id = 17730 + title = "EVTNAME17730" + desc = "EVTDESC17730" + + trigger = { + is_ideology_enabled = communist + is_colonial = no + NOT = { controlled_by = REB } + OR = { + AND = { + socialist = 30 + communist = 5 + } + communist = 10 + } + OR = { + has_pop_type = artisans + has_pop_type = craftsmen + has_pop_type = labourers + } + OR = { + average_militancy = 6 + has_province_modifier = militant_trade_union + has_province_modifier = province_strike + NOT = { poor_strata_life_needs = 0.7 } + } + owner = { + NOT = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + civilized = yes + public_meetings = yes_meeting + } + } - \ No newline at end of file + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.5 + OR = { + has_province_modifier = militant_trade_union + has_province_modifier = province_strike + } + } + modifier = { + factor = 1.5 + NOT = { socialist = 10 } + } + modifier = { + factor = 1.5 + NOT = { communist = 5 } + } + modifier = { + factor = 0.9 + communist = 15 + } + modifier = { + factor = 0.9 + communist = 20 + } + modifier = { + factor = 0.8 + communist = 25 + } + modifier = { + factor = 2 + NOT = { any_pop = { social_reform_want = 0.05 } } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.1 } + } + modifier = { + factor = 0.9 + any_pop = { social_reform_want = 0.2 } + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 1.5 + NOT = { average_consciousness = 3 } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 1.2 + owner = { economic_policy = laissez_faire } + } + modifier = { + factor = 2 + owner = { war = yes } + } + modifier = { + factor = 1.5 + owner = { + check_variable = { + which = successful_communist_rebellions + value = 10 + } + } + } + modifier = { + factor = 0.8 + any_neighbor_province = { + owner = { government = proletarian_dictatorship } + } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 50 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 45 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 40 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 35 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 30 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 25 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 20 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 15 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 10 } + } + modifier = { + factor = 1.5 + owner = { num_of_cities = 5 } + } + } + + option = { + name = "EVT17730OPTA" + random_pop = { + limit = { + strata = poor + OR = { + socialist = 20 + communist = 10 + } + } + reduce_pop = 0.98 + militancy = 4 + } + poor_strata = { + militancy = 2 + } + rich_strata = { + ideology = { + value = socialist + factor = -0.1 + } + ideology = { + value = communist + factor = -0.2 + } + ideology = { + value = reactionary + factor = 0.2 + } + militancy = -3 + consciousness = -3 + } + } + + option = { + name = "EVT17730OPTB" + state_scope = { + any_pop = { + limit = { + OR = { + type = artisans + type = clerks + type = labourers + type = craftsmen + } + } + ideology = { + value = communist + factor = 0.1 + } + scaled_consciousness = { + ideology = communist + factor = 4 + } + } + rich_strata = { + militancy = 3 + } + } + } +} diff --git a/HPM/events/South America.txt b/HPM/events/South America.txt index 1442fcf1..1cbf931c 100644 --- a/HPM/events/South America.txt +++ b/HPM/events/South America.txt @@ -1,1059 +1,1058 @@ ######################################################### -# # -# South American Events # -# # +# # +# South American Events # +# # ######################################################### country_event = { - id = 46303 - title = "EVTNAME46303" #War of the Farrapos - desc = "EVTDESC46303" - picture = "rebellion" - - trigger = { - tag = BRZ - owns = 2463 - NOT = { year = 1845 } - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT46303OPTA" - any_pop = { - limit = { - location = { is_core = RGS } - has_pop_culture = brazilian - } - militancy = 6 - consciousness = 3 - } - any_owned = { - limit = { is_core = RGS } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - } + id = 46303 + title = "EVTNAME46303" #War of the Farrapos + desc = "EVTDESC46303" + picture = "rebellion" + + trigger = { + tag = BRZ + owns = 2463 + NOT = { year = 1845 } + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT46303OPTA" + any_pop = { + limit = { + location = { is_core = RGS } + has_pop_culture = brazilian + } + militancy = 6 + consciousness = 3 + } + any_owned = { + limit = { is_core = RGS } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + } } #The Peru-Bolivian Confederation country_event = { - id = 97050 - title = "EVTNAME97050" - desc = "EVTDESC97050" - picture = "deliberation" - - trigger = { - exists = yes - OR = { - AND = { - tag = CHL - PBC = { owns = 2305 } - } - AND = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - PBC = { owns = 2370 } - OR = { - CHL = { has_country_flag = fight_the_PBC } - CHL = { has_country_flag = peace_with_the_PBC } - CHL = { war_with = PBC } - } - } - } - war = no - neighbour = PBC - NOT = { - num_of_revolts = 1 - truce_with = PBC - has_country_flag = fight_the_PBC - has_country_flag = peace_with_the_PBC - PBC = { has_country_flag = the_confederation_is_legitime } - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - PBC = { war = yes } - } - } - - option = { - name = "EVT97050OPTA" - set_country_flag = fight_the_PBC - leave_alliance = PBC - add_country_modifier = { - name = caudillo_leaders - duration = 545 - } - 1714 = { add_core = ARC } - 2370 = { add_core = ARC } - 2315 = { add_core = ARC } - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - random_owned = { - limit = { owner = { tag = CHL } } - owner = { - casus_belli = { - target = PEU - type = war_reparations - months = 24 - } - casus_belli = { - target = PBC - type = cut_down_to_size - months = 24 - } - war = { - target = PBC - attacker_goal = { casus_belli = cut_down_to_size } - defender_goal = { casus_belli = war_reparations } - #call_ally = yes - } - } - } - random_owned = { - limit = { - owner = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - } - } - owner = { - war = { - target = PBC - attacker_goal = { - casus_belli = acquire_core_state - state_province_id = 2370 - } - call_ally = yes - } - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT97050OPTB" - set_country_flag = peace_with_the_PBC - prestige = -3 - random_owned = { - limit = { - owner = { - OR = { - tag = ARG - tag = ARC - tag = LPL - } - } - } - } - relation = { - who = PBC - value = 100 - } - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - scaled_militancy = { - issue = jingoism - factor = 4 - } - } - ai_chance = { - factor = 10 - modifier = { - factor = 0.25 - tag = CHL - } - } - } + id = 97050 + title = "EVTNAME97050" + desc = "EVTDESC97050" + picture = "deliberation" + + trigger = { + exists = yes + OR = { + AND = { + tag = CHL + PBC = { owns = 2305 } + } + AND = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + PBC = { owns = 2370 } + OR = { + CHL = { has_country_flag = fight_the_PBC } + CHL = { has_country_flag = peace_with_the_PBC } + CHL = { war_with = PBC } + } + } + } + war = no + neighbour = PBC + NOT = { + num_of_revolts = 1 + truce_with = PBC + has_country_flag = fight_the_PBC + has_country_flag = peace_with_the_PBC + PBC = { has_country_flag = the_confederation_is_legitime } + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + PBC = { war = yes } + } + } + + option = { + name = "EVT97050OPTA" + set_country_flag = fight_the_PBC + leave_alliance = PBC + add_country_modifier = { + name = caudillo_leaders + duration = 545 + } + 1714 = { add_core = ARC } + 2370 = { add_core = ARC } + 2315 = { add_core = ARC } + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + random_owned = { + limit = { owner = { tag = CHL } } + owner = { + casus_belli = { + target = PEU + type = war_reparations + months = 24 + } + casus_belli = { + target = PBC + type = cut_down_to_size + months = 24 + } + war = { + target = PBC + attacker_goal = { casus_belli = cut_down_to_size } + defender_goal = { casus_belli = war_reparations } + #call_ally = yes + } + } + } + random_owned = { + limit = { + owner = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + } + } + owner = { + war = { + target = PBC + attacker_goal = { + casus_belli = acquire_core_state + state_province_id = 2370 + } + call_ally = yes + } + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT97050OPTB" + set_country_flag = peace_with_the_PBC + prestige = -3 + random_owned = { + limit = { + owner = { + OR = { + tag = ARG + tag = ARC + tag = LPL + } + } + } + } + relation = { + who = PBC + value = 100 + } + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + scaled_militancy = { + issue = jingoism + factor = 4 + } + } + ai_chance = { + factor = 10 + modifier = { + factor = 0.25 + tag = CHL + } + } + } } #End of the Confederation? country_event = { - id = 97055 - title = "EVTNAME97055" - desc = "EVTDESC97055" - news = yes - news_title = "EVTNAME97055_NEWS_TITLE" - news_desc_long = "EVTDESC97055_NEWS_LONG" - news_desc_medium = "EVTDESC97055_NEWS_MEDIUM" - news_desc_short = "EVTDESC97055_NEWS_SHORT" - picture = "demonstration" - major = yes - - fire_only_once = yes - - trigger = { - tag = PBC - war = no - has_recently_lost_war = yes - OR = { - AND = { - has_recently_lost_war = yes - truce_with = CHL - NOT = { owns = 2370 } - } - AND = { - exists = PEU - NOT = { is_our_vassal = PEU } - is_our_vassal = SPU - } - is_disarmed = yes - } - NOT = { has_country_flag = end_of_the_confederation } - } - - mean_time_to_happen = { - months = 2 - } - - immediate = { - set_country_flag = end_of_the_confederation - } - - option = { - name = "EVT97055OPTA" - prestige = -5 - badboy = -2 - random_country = { - limit = { - tag = PEU - vassal_of = PBC - } - set_global_flag = first_pbc_fell - THIS = { release_vassal = PEU } - } - random_country = { - limit = { - tag = SPU - vassal_of = PBC - } - THIS = { release_vassal = SPU } - } - random_owned = { - limit = { - province_id = 2295 - NOT = { exists = PEU } - } - owner = { release = PEU } - } - random_owned = { - limit = { - province_id = 2304 - NOT = { exists = SPU } - } - owner = { release = SPU } - } - PBC = { - all_core = { remove_core = PBC } - } - random_owned = { - limit = { province_id = 2313 } - owner = { capital = 2313 } - } - change_tag = BOL - PRG = { relation = { who = BOL value = -300 } } - any_country = { - limit = { - exists = yes - OR = { - tag = CHL - tag = ARG - tag = ARC - tag = LPL - tag = PEU - tag = BRZ - } - } - relation = { who = BOL value = 300 } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - NOT = { owns = 2295 } - } - } - } - - option = { - name = "EVT97055OPTB" - badboy = 2 - all_core = { - limit = { is_core = PEU } - remove_core = PBC - } - any_owned = { - limit = { is_core = PEU } - any_pop = { militancy = 6 } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - random_country = { - limit = { - tag = PEU - vassal_of = PBC - } - THIS = { - release_vassal = PEU - leave_alliance = PEU - war = { - target = PEU - attacker_goal = { - casus_belli = annex_core_country - } - call_ally = yes - } - } - } - random_country = { - limit = { - tag = SPU - vassal_of = PBC - } - THIS = { - release_vassal = SPU - leave_alliance = SPU - war = { - target = SPU - attacker_goal = { - casus_belli = annex_core_country - } - call_ally = yes - } - } - } - ai_chance = { - factor = 50 - modifier = { - factor = 1.5 - owns = 2295 - } - modifier = { - factor = 0 - NOT = { total_amount_of_divisions = 1 } - } - } - } + id = 97055 + title = "EVTNAME97055" + desc = "EVTDESC97055" + news = yes + news_title = "EVTNAME97055_NEWS_TITLE" + news_desc_long = "EVTDESC97055_NEWS_LONG" + news_desc_medium = "EVTDESC97055_NEWS_MEDIUM" + news_desc_short = "EVTDESC97055_NEWS_SHORT" + picture = "demonstration" + major = yes + + fire_only_once = yes + + trigger = { + tag = PBC + war = no + has_recently_lost_war = yes + OR = { + AND = { + has_recently_lost_war = yes + truce_with = CHL + NOT = { owns = 2370 } + } + AND = { + exists = PEU + NOT = { is_our_vassal = PEU } + is_our_vassal = SPU + } + is_disarmed = yes + } + NOT = { has_country_flag = end_of_the_confederation } + } + + mean_time_to_happen = { + months = 2 + } + + immediate = { + set_country_flag = end_of_the_confederation + } + + option = { + name = "EVT97055OPTA" + prestige = -5 + badboy = -2 + random_country = { + limit = { + tag = PEU + vassal_of = PBC + } + set_global_flag = first_pbc_fell + THIS = { release_vassal = PEU } + } + random_country = { + limit = { + tag = SPU + vassal_of = PBC + } + THIS = { release_vassal = SPU } + } + random_owned = { + limit = { + province_id = 2295 + NOT = { exists = PEU } + } + owner = { release = PEU } + } + random_owned = { + limit = { + province_id = 2304 + NOT = { exists = SPU } + } + owner = { release = SPU } + } + PBC = { + all_core = { remove_core = PBC } + } + random_owned = { + limit = { province_id = 2313 } + owner = { capital = 2313 } + } + change_tag = BOL + PRG = { relation = { who = BOL value = -300 } } + any_country = { + limit = { + exists = yes + OR = { + tag = CHL + tag = ARG + tag = ARC + tag = LPL + tag = PEU + tag = BRZ + } + } + relation = { who = BOL value = 300 } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + NOT = { owns = 2295 } + } + } + } + + option = { + name = "EVT97055OPTB" + badboy = 2 + all_core = { + limit = { is_core = PEU } + remove_core = PBC + } + any_owned = { + limit = { is_core = PEU } + any_pop = { militancy = 6 } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + random_country = { + limit = { + tag = PEU + vassal_of = PBC + } + THIS = { + release_vassal = PEU + leave_alliance = PEU + war = { + target = PEU + attacker_goal = { + casus_belli = annex_core_country + } + call_ally = yes + } + } + } + random_country = { + limit = { + tag = SPU + vassal_of = PBC + } + THIS = { + release_vassal = SPU + leave_alliance = SPU + war = { + target = SPU + attacker_goal = { + casus_belli = annex_core_country + } + call_ally = yes + } + } + } + ai_chance = { + factor = 50 + modifier = { + factor = 1.5 + owns = 2295 + } + modifier = { + factor = 0 + NOT = { total_amount_of_divisions = 1 } + } + } + } } country_event = { - id = 97066 - title = "EVTNAME97066" #The Blancos Have Surrendered - desc = "EVTDESC97066" - picture = "unite" - - is_triggered_only = yes - - option = { - name = "EVTOPT97066A" - prestige = 10 - end_war = URU - create_alliance = URU - relation = { - who = URU - value = 400 - } - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { - who = URU - value = 200 - } - } - } - } + id = 97066 + title = "EVTNAME97066" #The Blancos Have Surrendered + desc = "EVTDESC97066" + picture = "unite" + + is_triggered_only = yes + + option = { + name = "EVTOPT97066A" + prestige = 10 + end_war = URU + create_alliance = URU + relation = { + who = URU + value = 400 + } + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { + who = URU + value = 200 + } + } + } + } } country_event = { - id = 97070 - title = "EVTNAME97070" #La Carta de la Esclavitud - desc = "EVTDESC97070" - news = yes - news_title = "EVTNAME97070_NEWS_TITLE" - news_desc_long = "EVTDESC97070_NEWS_LONG" - news_desc_medium = "EVTDESC97070_NEWS_MEDIUM" - news_desc_short = "EVTDESC97070_NEWS_SHORT" - picture = "carta_esclavitud_ecu" - - fire_only_once = yes - - trigger = { - tag = ECU - government = democracy - year = 1842 - election = yes - NOT = { year = 1860 } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPT97070A" #Flores will step down. - ruling_party_ideology = liberal - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 9 - } - scaled_militancy = { - ideology = conservative - factor = 3 - } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVTOPT97070B" #We must keep order in Ecuador. - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = underground_parties - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 9 - } - } - ai_chance = { - factor = 90 - } - } + id = 97070 + title = "EVTNAME97070" #La Carta de la Esclavitud + desc = "EVTDESC97070" + news = yes + news_title = "EVTNAME97070_NEWS_TITLE" + news_desc_long = "EVTDESC97070_NEWS_LONG" + news_desc_medium = "EVTDESC97070_NEWS_MEDIUM" + news_desc_short = "EVTDESC97070_NEWS_SHORT" + picture = "carta_esclavitud_ecu" + + fire_only_once = yes + + trigger = { + tag = ECU + government = democracy + year = 1842 + election = yes + NOT = { year = 1860 } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPT97070A" #Flores will step down. + ruling_party_ideology = liberal + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 9 + } + scaled_militancy = { + ideology = conservative + factor = 3 + } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVTOPT97070B" #We must keep order in Ecuador. + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = underground_parties + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 9 + } + } + ai_chance = { + factor = 90 + } + } } country_event = { - id = 97075 - title = "EVTNAME97075" #The Era of Conservatism - desc = "EVTDESC97075" - news = yes - news_title = "EVTNAME97070_NEWS_TITLE" - news_desc_long = "EVTDESC97075_NEWS_LONG" - news_desc_medium = "EVTDESC97075_NEWS_MEDIUM" - news_desc_short = "EVTDESC97075_NEWS_SHORT" - picture = "garcia_moreno" - - fire_only_once = yes - - trigger = { - tag = ECU - government = democracy - year = 1860 - NOT = { year = 1885 } - OR = { - num_of_revolts = 1 - average_militancy = 4 - has_recently_lost_war = yes - } - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVTOPT97075A" #Hail El Presidente! - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = state_controlled - political_reform = underground_parties - - add_country_modifier = { - name = national_confusion - duration = 365 - } - any_pop = { - ideology = { factor = 0.1 value = conservative } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = -4 - } - scaled_militancy = { - ideology = conservative - factor = -8 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 4 - } - } - any_owned = { - remove_province_modifier = labor_union - remove_province_modifier = militant_trade_union - remove_province_modifier = worker_union - remove_province_modifier = strike_solution - remove_province_modifier = province_strike - remove_province_modifier = may_day - } - - } + id = 97075 + title = "EVTNAME97075" #The Era of Conservatism + desc = "EVTDESC97075" + news = yes + news_title = "EVTNAME97070_NEWS_TITLE" + news_desc_long = "EVTDESC97075_NEWS_LONG" + news_desc_medium = "EVTDESC97075_NEWS_MEDIUM" + news_desc_short = "EVTDESC97075_NEWS_SHORT" + picture = "garcia_moreno" + + fire_only_once = yes + + trigger = { + tag = ECU + government = democracy + year = 1860 + NOT = { year = 1885 } + OR = { + num_of_revolts = 1 + average_militancy = 4 + has_recently_lost_war = yes + } + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVTOPT97075A" #Hail El Presidente! + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = state_controlled + political_reform = underground_parties + + add_country_modifier = { + name = national_confusion + duration = 365 + } + any_pop = { + ideology = { factor = 0.1 value = conservative } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = -4 + } + scaled_militancy = { + ideology = conservative + factor = -8 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 4 + } + } + any_owned = { + remove_province_modifier = labor_union + remove_province_modifier = militant_trade_union + remove_province_modifier = worker_union + remove_province_modifier = strike_solution + remove_province_modifier = province_strike + remove_province_modifier = may_day + } + + } } country_event = { - id = 97076 - title = "EVTNAME97076" #Settling Tarauaca - desc = "EVTDESC97076" - picture = "BurkeandWills" - - trigger = { - war = no - 2549 = { - empty = yes - is_core = THIS - } - OR = { - owns = 2404 - owns = 2321 - owns = 2301 - owns = 2300 - } - OR = { - revolution_n_counterrevolution = 1 - machine_guns = 1 - year = 1890 - } - NOT = { has_country_flag = ignoring_tarauaca } - NOT = { has_country_modifier = in_bankrupcy } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 2 - NOT = { medicine = 1 } - } - modifier = { - factor = 0.5 - OR = { - machine_guns = 1 - revolution_n_counterrevolution = 1 - } - } - modifier = { - factor = 0.5 - year = 1895 - } - modifier = { - factor = 0.5 - year = 1900 - } - } - - option = { - name = "EVTOPT97076A" #We will settle the Amazon. - prestige = 16 - treasury = -25000 - 2549 = { - secede_province = THIS - any_pop = { literacy = -0.99 } - life_rating = 6 - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVTOPT97076B" #Ignore Tarauaca. It's not worth it. - set_country_flag = ignoring_tarauaca - prestige = -2 - ai_chance = { - factor = 10 - modifier = { - factor = 0 - tag = BRZ - } - } - } + id = 97076 + title = "EVTNAME97076" #Settling Tarauaca + desc = "EVTDESC97076" + picture = "BurkeandWills" + + trigger = { + war = no + 2549 = { + empty = yes + is_core = THIS + } + OR = { + owns = 2404 + owns = 2321 + owns = 2301 + owns = 2300 + } + OR = { + revolution_n_counterrevolution = 1 + machine_guns = 1 + year = 1890 + } + NOT = { has_country_flag = ignoring_tarauaca } + NOT = { has_country_modifier = in_bankrupcy } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 2 + NOT = { medicine = 1 } + } + modifier = { + factor = 0.5 + OR = { + machine_guns = 1 + revolution_n_counterrevolution = 1 + } + } + modifier = { + factor = 0.5 + year = 1895 + } + modifier = { + factor = 0.5 + year = 1900 + } + } + + option = { + name = "EVTOPT97076A" #We will settle the Amazon. + prestige = 16 + treasury = -25000 + 2549 = { + secede_province = THIS + any_pop = { literacy = -0.99 } + life_rating = 6 + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVTOPT97076B" #Ignore Tarauaca. It's not worth it. + set_country_flag = ignoring_tarauaca + prestige = -2 + ai_chance = { + factor = 10 + modifier = { + factor = 0 + tag = BRZ + } + } + } } country_event = { - id = 97051 - title = "EVTNAME97051" #Renaming Sucre - desc = "EVTDESC97051" - picture = "sucre" - - fire_only_once = yes - - trigger = { - tag = BOL - is_vassal = no - year = 1838 - owns = 2313 - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVT970501PTA" - 2313 = { change_province_name = "Sucre" } - } - } + id = 97051 + title = "EVTNAME97051" #Renaming Sucre + desc = "EVTDESC97051" + picture = "sucre" + + fire_only_once = yes + + trigger = { + tag = BOL + is_vassal = no + year = 1838 + owns = 2313 + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVT970501PTA" + 2313 = { change_province_name = "Sucre" } + } + } country_event = { - id = 4661006 - title = "EVTNAME4661006" #Bolivia - Argentina border Agreement - desc = "EVTDESC4661006" - picture = "pbc_argentina_border_treaty" - - fire_only_once = yes - - trigger = { - war = no - OR = { - tag = BOL - tag = PBC - } - OR = { - ARC = { - war = no - owns = 2370 #Cochinoca - owns = 2315 #Tarija - } - ARG = { - war = no - owns = 2370 #Cochinoca - owns = 2315 #Tarija - } - } - owns = 2318 - owns = 2313 - } - - mean_time_to_happen = { days = 15 } - - - option = { - name = "EVTOPT4661006A" - 2315 = { owner = { country_event = 4661007 } } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPT4661006B" - ai_chance = { factor = 0 } - } - } - + id = 4661006 + title = "EVTNAME4661006" #Bolivia - Argentina border Agreement + desc = "EVTDESC4661006" + picture = "pbc_argentina_border_treaty" + + fire_only_once = yes + + trigger = { + war = no + OR = { + tag = BOL + tag = PBC + } + OR = { + ARC = { + war = no + owns = 2370 #Cochinoca + owns = 2315 #Tarija + } + ARG = { + war = no + owns = 2370 #Cochinoca + owns = 2315 #Tarija + } + } + owns = 2318 + owns = 2313 + } + + mean_time_to_happen = { days = 15 } + + + option = { + name = "EVTOPT4661006A" + 2315 = { owner = { country_event = 4661007 } } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPT4661006B" + ai_chance = { factor = 0 } + } + } + country_event = { - id = 4661007 - title = "EVTNAME4661006" #Bolivia - Argentina border Agreement - desc = "EVTDESC4661007" - picture = "pbc_argentina_border_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPT4661007A" - badboy = -2 - war_exhaustion = -10 - any_owned = { - limit = { OR = { is_core = BOL is_core = PBC } } - remove_province_modifier = integration_refusal - remove_province_modifier = core_integration - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - remove_province_modifier = national_assimilation_complete - } - 2369 = { remove_core = BOL remove_core = PBC } - 2370 = { remove_core = BOL remove_core = PBC } - 2371 = { remove_core = BOL remove_core = PBC } - 1714 = { remove_core = BOL remove_core = PBC } - 2315 = { remove_core = ARC remove_core = ARG remove_core = THIS } - FROM = { country_event = 4661008 } - relation = { who = BOL value = 25 } - FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } - - ai_chance = { factor = 0.98 } - } - - option = { - name = "EVTOPT4661007B" - badboy = 5 - 2315 = { add_core = ARC } - relation = { - who = FROM - value = -300 - } - ai_chance = { factor = 0.02 } - } - } - + id = 4661007 + title = "EVTNAME4661006" #Bolivia - Argentina border Agreement + desc = "EVTDESC4661007" + picture = "pbc_argentina_border_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPT4661007A" + badboy = -2 + war_exhaustion = -10 + any_owned = { + limit = { OR = { is_core = BOL is_core = PBC } } + remove_province_modifier = integration_refusal + remove_province_modifier = core_integration + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + remove_province_modifier = national_assimilation_complete + } + 2369 = { remove_core = BOL remove_core = PBC } + 2370 = { remove_core = BOL remove_core = PBC } + 2371 = { remove_core = BOL remove_core = PBC } + 1714 = { remove_core = BOL remove_core = PBC } + 2315 = { remove_core = ARC remove_core = ARG remove_core = THIS } + FROM = { country_event = 4661008 } + relation = { who = BOL value = 25 } + FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } + + ai_chance = { factor = 0.98 } + } + + option = { + name = "EVTOPT4661007B" + badboy = 5 + 2315 = { add_core = ARC } + relation = { + who = FROM + value = -300 + } + ai_chance = { factor = 0.02 } + } + } + country_event = { - id = 4661008 - title = "EVTNAME4661008" #Argentina Agrees - desc = "EVTDESC4661008" - picture = "pbc_argentina_border_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPT4661008A" - any_owned = { - limit = { is_core = FROM } - remove_province_modifier = integration_refusal - remove_province_modifier = core_integration - remove_province_modifier = national_assimilation - remove_province_modifier = national_assimilation_rejection - remove_province_modifier = national_assimilation_acceptance - remove_province_modifier = national_assimilation_complete - } - FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } - } - } + id = 4661008 + title = "EVTNAME4661008" #Argentina Agrees + desc = "EVTDESC4661008" + picture = "pbc_argentina_border_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPT4661008A" + any_owned = { + limit = { is_core = FROM } + remove_province_modifier = integration_refusal + remove_province_modifier = core_integration + remove_province_modifier = national_assimilation + remove_province_modifier = national_assimilation_rejection + remove_province_modifier = national_assimilation_acceptance + remove_province_modifier = national_assimilation_complete + } + FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } + } + } #PBC picks a Capital country_event = { - id = 4661009 - title = "EVTNAME33042" - desc = "EVTDESC33042" - picture = "sucre" - - trigger = { - tag = PBC - owns = 2295 #Lima - owns = 2302 #Cusco - owns = 2578 #Tacna - owns = 2313 #Sucre - owns = 2310 #La Paz - SPU = { exists = no } - PEU = { exists = no } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 2 } - - option = { - name = "EVT4661009OPTA" #Lima - capital_scope = { any_pop = { consciousness = 2 } } - 2295 = { any_pop = { militancy = -1 } } - capital = 2295 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT4661009OPTB" #Cusco - capital_scope = { any_pop = { consciousness = 2 } } - 2302 = { any_pop = { militancy = -1 } } - capital = 2302 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT4661009OPTC" #Tacna - capital_scope = { any_pop = { consciousness = 2 } } - 2578 = { any_pop = { militancy = -1 } change_province_name = "New Tacna" } - capital = 2578 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT4661009OPTD" #Sucre - capital_scope = { any_pop = { consciousness = 2 } } - 2313 = { any_pop = { militancy = -1 } } - capital = 2313 - ai_chance = { factor = 2 } - } - - option = { - name = "EVT33042OPTE" #Don't change - ai_chance = { factor = 90 } - } + id = 4661009 + title = "EVTNAME33042" + desc = "EVTDESC33042" + picture = "sucre" + + trigger = { + tag = PBC + owns = 2295 #Lima + owns = 2302 #Cusco + owns = 2578 #Tacna + owns = 2313 #Sucre + owns = 2310 #La Paz + SPU = { exists = no } + PEU = { exists = no } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 2 } + + option = { + name = "EVT4661009OPTA" #Lima + capital_scope = { any_pop = { consciousness = 2 } } + 2295 = { any_pop = { militancy = -1 } } + capital = 2295 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT4661009OPTB" #Cusco + capital_scope = { any_pop = { consciousness = 2 } } + 2302 = { any_pop = { militancy = -1 } } + capital = 2302 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT4661009OPTC" #Tacna + capital_scope = { any_pop = { consciousness = 2 } } + 2578 = { any_pop = { militancy = -1 } change_province_name = "New Tacna" } + capital = 2578 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT4661009OPTD" #Sucre + capital_scope = { any_pop = { consciousness = 2 } } + 2313 = { any_pop = { militancy = -1 } } + capital = 2313 + ai_chance = { factor = 2 } + } + + option = { + name = "EVT33042OPTE" #Don't change + ai_chance = { factor = 90 } + } } #García Ortiz-Mangabeira Treaty country_event = { - id = 46610100 - title = "EVTNAME46610100" - desc = "EVTDESC46610100" - picture = "map_of_colombia" - - is_triggered_only = yes - - option = { - name = "EVT46610100OPTA" #We agree - badboy = -5 - 2401 = { add_core = BRZ } - 2401 = { remove_core = THIS } - 2401 = { remove_core = CLM } - 2401 = { secede_province = BRZ } - relation = { who = BRZ value = 300 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVT46610100OPTB" #No - badboy = 1 - 2401 = { add_core = BRZ } - relation = { who = BRZ value = -400 } - ai_chance = { - factor = 10 - modifier = { factor = 1.5 is_greater_power = yes } - modifier = { factor = 0 OR = { in_sphere = FROM vassal_of = FROM } } - modifier = { factor = 0 badboy = 0.95 } - } - } + id = 46610100 + title = "EVTNAME46610100" + desc = "EVTDESC46610100" + picture = "map_of_colombia" + + is_triggered_only = yes + + option = { + name = "EVT46610100OPTA" #We agree + badboy = -5 + 2401 = { add_core = BRZ } + 2401 = { remove_core = THIS } + 2401 = { remove_core = CLM } + 2401 = { secede_province = BRZ } + relation = { who = BRZ value = 300 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVT46610100OPTB" #No + badboy = 1 + 2401 = { add_core = BRZ } + relation = { who = BRZ value = -400 } + ai_chance = { + factor = 10 + modifier = { factor = 1.5 is_greater_power = yes } + modifier = { factor = 0 OR = { in_sphere = FROM vassal_of = FROM } } + modifier = { factor = 0 badboy = 0.95 } + } + } } #Treaty of Petropolis country_event = { - id = 46610101 - title = "EVTNAME46610101" - desc = "EVTDESC46610101" - picture = "treaty_of_petropolis" - - is_triggered_only = yes - - option = { - name = "EVT46610101OPTA" #We agree - set_country_flag = signed_treaty_of_petropolis - badboy = -2 - 2549 = { remove_core = THIS } - relation = { who = FROM value = 300 } - treasury = 1000000 - random_owned = { - limit = { is_core = THIS can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } } - infrastructure = 1 - } - - ai_chance = { factor = 80 } - } - - option = { - name = "EVT46610101OPTB" #No - badboy = 1 - relation = { who = BRZ value = -200 } - ai_chance = { - factor = 20 - modifier = { factor = 1.5 is_greater_power = yes } - modifier = { factor = 1.8 tag = BRZ } - modifier = { factor = 0 OR = { in_sphere = FROM vassal_of = FROM } } - modifier = { factor = 0 badboy = 0.95 } - } - } + id = 46610101 + title = "EVTNAME46610101" + desc = "EVTDESC46610101" + picture = "treaty_of_petropolis" + + is_triggered_only = yes + + option = { + name = "EVT46610101OPTA" #We agree + set_country_flag = signed_treaty_of_petropolis + badboy = -2 + 2549 = { remove_core = THIS } + relation = { who = FROM value = 300 } + treasury = 1000000 + random_owned = { + limit = { is_core = THIS can_build_in_province = { building = railroad limit_to_world_greatest_level = yes } } + infrastructure = 1 + } + + ai_chance = { factor = 80 } + } + + option = { + name = "EVT46610101OPTB" #No + badboy = 1 + relation = { who = BRZ value = -200 } + ai_chance = { + factor = 20 + modifier = { factor = 1.5 is_greater_power = yes } + modifier = { factor = 1.8 tag = BRZ } + modifier = { factor = 0 OR = { in_sphere = FROM vassal_of = FROM } } + modifier = { factor = 0 badboy = 0.95 } + } + } } #Chile-Bolivia Treaty of Peace and Friendship country_event = { - id = 46610102 - title = "EVTNAME46610102" - desc = "EVTDESC46610102" - picture = "chile_peru_bolivia_treaty" - - is_triggered_only = yes - - option = { - name = "EVT46610102OPTA" #We agree - badboy = -2 - treasury = 30000 - FROM = { - random_owned = { - limit = { - owner = { - NOT = { money = 60000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 60 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 60000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 60 } } - } - random_owned = { - limit = { owner = { money = 60000 } } - owner = { treasury = -60000 } - } - } - random_owned = { - limit = { - owner = { - has_country_flag = treaty_of_peace_and_friendship_bolivia - OR = { - tag = PBC - tag = BOL - } - } - } - 2309 = { remove_core = THIS remove_core = BOL } - 2305 = { remove_core = THIS remove_core = BOL } - } - - random_owned = { - limit = { - owner = { - has_country_flag = treaty_of_peace_and_friendship_bolivia - tag = CHL - } - } - 2309 = { remove_core = THIS } - 2305 = { remove_core = THIS } - } - - random_owned = { - limit = { - owner = { - has_country_flag = treaty_of_lima_1929 - OR = { - tag = PBC - tag = PEU - } - } - } - 2308 = { remove_core = THIS remove_core = PEU } - 2307 = { remove_core = THIS remove_core = PEU } - } - - random_owned = { - limit = { - owner = { - has_country_flag = treaty_of_lima_1929 - tag = CHL - } - } - 2308 = { remove_core = THIS } - 2307 = { remove_core = THIS } - 2578 = { remove_core = THIS } - } - - any_owned = { limit = { NOT = { is_core = THIS } } secede_province = FROM } - FROM = { any_owned = { limit = { NOT = { is_core = FROM } } secede_province = THIS } } - relation = { who = FROM value = 200 } - - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - war_policy = jingoism - } - modifier = { - factor = 0.8 - FROM = { brigades_compare = 2 } - } - modifier = { - factor = 1.25 - any_owned_province = { is_core = FROM } - } - } - } - - option = { - name = "EVT46610102OPTB" #No - badboy = 1 - relation = { who = FROM value = -200 } - ai_chance = { - factor = 10 - } - } + id = 46610102 + title = "EVTNAME46610102" + desc = "EVTDESC46610102" + picture = "chile_peru_bolivia_treaty" + + is_triggered_only = yes + + option = { + name = "EVT46610102OPTA" #We agree + badboy = -2 + treasury = 30000 + FROM = { + random_owned = { + limit = { + owner = { + NOT = { money = 60000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 60 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 60000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 60 } } + } + random_owned = { + limit = { owner = { money = 60000 } } + owner = { treasury = -60000 } + } + } + random_owned = { + limit = { + owner = { + has_country_flag = treaty_of_peace_and_friendship_bolivia + OR = { + tag = PBC + tag = BOL + } + } + } + 2309 = { remove_core = THIS remove_core = BOL } + 2305 = { remove_core = THIS remove_core = BOL } + } + + random_owned = { + limit = { + owner = { + has_country_flag = treaty_of_peace_and_friendship_bolivia + tag = CHL + } + } + 2309 = { remove_core = THIS } + 2305 = { remove_core = THIS } + } + + random_owned = { + limit = { + owner = { + has_country_flag = treaty_of_lima_1929 + OR = { + tag = PBC + tag = PEU + } + } + } + 2308 = { remove_core = THIS remove_core = PEU } + 2307 = { remove_core = THIS remove_core = PEU } + } + + random_owned = { + limit = { + owner = { + has_country_flag = treaty_of_lima_1929 + tag = CHL + } + } + 2308 = { remove_core = THIS } + 2307 = { remove_core = THIS } + 2578 = { remove_core = THIS } + } + + any_owned = { limit = { NOT = { is_core = THIS } } secede_province = FROM } + FROM = { any_owned = { limit = { NOT = { is_core = FROM } } secede_province = THIS } } + relation = { who = FROM value = 200 } + + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + war_policy = jingoism + } + modifier = { + factor = 0.8 + FROM = { brigades_compare = 2 } + } + modifier = { + factor = 1.25 + any_owned_province = { is_core = FROM } + } + } + } + + option = { + name = "EVT46610102OPTB" #No + badboy = 1 + relation = { who = FROM value = -200 } + ai_chance = { + factor = 10 + } + } } #Tacna/Arica Compromise country_event = { - id = 46610103 - title = "EVTNAME46610103" - desc = "EVTDESC46610103" - picture = "chile_peru_bolivia_treaty" - - is_triggered_only = yes - - immediate = { CHL = { random_owned = { limit = { province_id = 2578 } secede_province = THIS } } } - - option = { - name = "EVT46610103OPTA" #The territory is Peru's - prestige = 2 - 2578 = { secede_province = PEU remove_core = CHL } - relation = { who = CHL value = -25 } - relation = { who = PEU value = 50 } - ai_chance = { - factor = 80 - modifier = { - factor = 0.5 - relation = { who = CHL value = 150 } - } - modifier = { - factor = 0.5 - PEU = { NOT = { in_sphere = THIS } } - } - } - } - - option = { - name = "EVT46610103OPTB" #The territory is Chile's - prestige = 2 - 2578 = { secede_province = CHL remove_core = PEU } - relation = { who = PEU value = -25 } - relation = { who = CHL value = 50 } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - relation = { who = PEU value = 150 } - } - modifier = { - factor = 0.5 - PEU = { NOT = { in_sphere = THIS } } - } - } - } + id = 46610103 + title = "EVTNAME46610103" + desc = "EVTDESC46610103" + picture = "chile_peru_bolivia_treaty" + + is_triggered_only = yes + + immediate = { CHL = { random_owned = { limit = { province_id = 2578 } secede_province = THIS } } } + + option = { + name = "EVT46610103OPTA" #The territory is Peru's + prestige = 2 + 2578 = { secede_province = PEU remove_core = CHL } + relation = { who = CHL value = -25 } + relation = { who = PEU value = 50 } + ai_chance = { + factor = 80 + modifier = { + factor = 0.5 + relation = { who = CHL value = 150 } + } + modifier = { + factor = 0.5 + PEU = { NOT = { in_sphere = THIS } } + } + } + } + + option = { + name = "EVT46610103OPTB" #The territory is Chile's + prestige = 2 + 2578 = { secede_province = CHL remove_core = PEU } + relation = { who = PEU value = -25 } + relation = { who = CHL value = 50 } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + relation = { who = PEU value = 150 } + } + modifier = { + factor = 0.5 + PEU = { NOT = { in_sphere = THIS } } + } + } + } } - diff --git a/HPM/events/SuffragetteMovements.txt b/HPM/events/SuffragetteMovements.txt index 4b1cf0f3..d21a8edf 100644 --- a/HPM/events/SuffragetteMovements.txt +++ b/HPM/events/SuffragetteMovements.txt @@ -1,6 +1,6 @@ ########################################################################### # -#Suffragette Movements +#Suffragette Movements # # Event IDs 17000 are reserved for this. DO NOT CHANGE. # @@ -8,1937 +8,1937 @@ # Suffragette Movements country_event = { - id = 17000 - title = "EVTNAME17000" - desc = "EVTDESC17000" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17000" - poor_strata = { - militancy = 2 - } - } - - option = { - name = "EVTOPTB17000" - poor_strata = { - consciousness = 2 - } - upper_house = { - ideology = liberal - value = 0.05 - } - } + id = 17000 + title = "EVTNAME17000" + desc = "EVTDESC17000" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17000" + poor_strata = { + militancy = 2 + } + } + + option = { + name = "EVTOPTB17000" + poor_strata = { + consciousness = 2 + } + upper_house = { + ideology = liberal + value = 0.05 + } + } } # Women's Parliaments country_event = { - id = 17010 - title = "EVTNAME17010" - desc = "EVTDESC17010" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - NOT = { has_country_modifier = female_suffrage } - - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17010" - prestige = -5 - capital_scope = { - poor_strata = { - consciousness = 4 - militancy = 2 - } - } - } - - option = { - name = "EVTOPTB17010" - prestige = 5 - any_pop = { - consciousness = 1 - ideology = { - value = liberal - factor = 0.05 - } - } - } + id = 17010 + title = "EVTNAME17010" + desc = "EVTDESC17010" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + NOT = { has_country_modifier = female_suffrage } + + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17010" + prestige = -5 + capital_scope = { + poor_strata = { + consciousness = 4 + militancy = 2 + } + } + } + + option = { + name = "EVTOPTB17010" + prestige = 5 + any_pop = { + consciousness = 1 + ideology = { + value = liberal + factor = 0.05 + } + } + } } # Anti-Slavery Convention country_event = { - id = 17020 - title = "EVTNAME17020" - desc = "EVTDESC17020" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - slavery = no_slavery - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17020" - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 1 - } - } - - option = { - name = "EVTOPTB17020" - any_pop = { - consciousness = 0.5 - militancy = 1 - } - } + id = 17020 + title = "EVTNAME17020" + desc = "EVTDESC17020" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + slavery = no_slavery + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17020" + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 1 + } + } + + option = { + name = "EVTOPTB17020" + any_pop = { + consciousness = 0.5 + militancy = 1 + } + } } # Working Women country_event = { - id = 17030 - title = "EVTNAME17030" - desc = "EVTDESC17030" - picture = "Womensrights" - - trigger = { - war = yes - war_exhaustion = 4 - is_mobilised = yes - year = 1900 - civilized = yes - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 70 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17030" - war_exhaustion = -3 - any_pop = { - consciousness = 1 - } - } - - option = { - name = "EVTOPTB17030" - any_pop = { - consciousness = 1 - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - } + id = 17030 + title = "EVTNAME17030" + desc = "EVTDESC17030" + picture = "Womensrights" + + trigger = { + war = yes + war_exhaustion = 4 + is_mobilised = yes + year = 1900 + civilized = yes + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 70 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17030" + war_exhaustion = -3 + any_pop = { + consciousness = 1 + } + } + + option = { + name = "EVTOPTB17030" + any_pop = { + consciousness = 1 + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + } } # Suffrage News country_event = { - id = 17040 - title = "EVTNAME17040" - desc = "EVTDESC17040" - picture = "Womensrights" - - trigger = { - year = 1890 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17040" - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - consciousness = 0.5 - } - } - - option = { - name = "EVTOPTB17040" - prestige = 4 - soldiers = { - militancy = -0.3 - ideology = { - value = conservative - factor = 0.05 - } - } - } + id = 17040 + title = "EVTNAME17040" + desc = "EVTDESC17040" + picture = "Womensrights" + + trigger = { + year = 1890 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17040" + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + consciousness = 0.5 + } + } + + option = { + name = "EVTOPTB17040" + prestige = 4 + soldiers = { + militancy = -0.3 + ideology = { + value = conservative + factor = 0.05 + } + } + } } # The Mud March country_event = { - id = 17050 - title = "EVTNAME17050" - desc = "EVTDESC17050" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - public_meetings = yes_meeting - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { - capital_scope = { continent = oceania } - tag = TUR - } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 250 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17050" - any_pop = { - consciousness = 0.5 - } - ai_chance = { - factor = 34 - } - } - - option = { - name = "EVTOPTB17050" - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - } - ai_chance = { - factor = 33 - } - } - - option = { - name = "EVTOPTC17050" - political_reform = no_meeting - any_pop = { - militancy = 4 - consciousness = 2 - } - ai_chance = { - factor = 33 - - modifier = { - factor = 0 - NOT = { - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - } - } - } + id = 17050 + title = "EVTNAME17050" + desc = "EVTDESC17050" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + public_meetings = yes_meeting + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { + capital_scope = { continent = oceania } + tag = TUR + } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 250 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17050" + any_pop = { + consciousness = 0.5 + } + ai_chance = { + factor = 34 + } + } + + option = { + name = "EVTOPTB17050" + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + } + ai_chance = { + factor = 33 + } + } + + option = { + name = "EVTOPTC17050" + political_reform = no_meeting + any_pop = { + militancy = 4 + consciousness = 2 + } + ai_chance = { + factor = 33 + + modifier = { + factor = 0 + NOT = { + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + } + } + } } # Slim Picketings country_event = { - id = 17060 - title = "EVTNAME17060" - desc = "EVTDESC17060" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 175 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17060" - random_state = { - limit = { - is_colonial = no - } - poor_strata = { - militancy = 3 - } - } - } - - option = { - name = "EVTOPTB17060" - random_state = { - limit = { - is_colonial = no - } - poor_strata = { - consciousness = 2 - } - } - } + id = 17060 + title = "EVTNAME17060" + desc = "EVTDESC17060" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 175 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17060" + random_state = { + limit = { + is_colonial = no + } + poor_strata = { + militancy = 3 + } + } + } + + option = { + name = "EVTOPTB17060" + random_state = { + limit = { + is_colonial = no + } + poor_strata = { + consciousness = 2 + } + } + } } # Suffragettes & Suffragists country_event = { - id = 17070 - title = "EVTNAME17070" - desc = "EVTDESC17070" - picture = "Womensrights" - - - trigger = { - year = 1870 - civilized = yes - is_ideology_enabled = socialist - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 175 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17070" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - ideology = { - value = conservative - factor = 0.1 - } - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB17070" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - ideology = { - value = reactionary - factor = 0.1 - } - consciousness = -1 - } - } - } + id = 17070 + title = "EVTNAME17070" + desc = "EVTDESC17070" + picture = "Womensrights" + + + trigger = { + year = 1870 + civilized = yes + is_ideology_enabled = socialist + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 175 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17070" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + ideology = { + value = conservative + factor = 0.1 + } + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB17070" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + ideology = { + value = reactionary + factor = 0.1 + } + consciousness = -1 + } + } + } } #Campaign for Married Woman's Property Act country_event = { - id = 17080 - title = "EVTNAME17080" - desc = "EVTDESC17080" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 175 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17080" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - consciousness = 1 - ideology = { - value = liberal - factor = 0.20 - } - } - } - } - - option = { - name = "EVTOPTB17080" - any_pop = { - consciousness = 0.2 - ideology = { - value = liberal - factor = 0.02 - } - } - } + id = 17080 + title = "EVTNAME17080" + desc = "EVTDESC17080" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 175 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17080" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + consciousness = 1 + ideology = { + value = liberal + factor = 0.20 + } + } + } + } + + option = { + name = "EVTOPTB17080" + any_pop = { + consciousness = 0.2 + ideology = { + value = liberal + factor = 0.02 + } + } + } } # Leaflet Campaign country_event = { - id = 17090 - title = "EVTNAME17090" - desc = "EVTDESC17090" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 175 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17090" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - ideology = { - value = reactionary - factor = 0.1 - } - consciousness = -1 - } - } - } - - option = { - name = "EVTOPTB17090" - upper_house = { - ideology = liberal - value = 0.1 - } - } + id = 17090 + title = "EVTNAME17090" + desc = "EVTDESC17090" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 175 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17090" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + ideology = { + value = reactionary + factor = 0.1 + } + consciousness = -1 + } + } + } + + option = { + name = "EVTOPTB17090" + upper_house = { + ideology = liberal + value = 0.1 + } + } } # Education for Women country_event = { - id = 17100 - title = "EVTNAME17100" - desc = "EVTDESC17100" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 175 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17100" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_consciousness = { - factor = 3 - ideology = liberal - } - } - } - } - - option = { - name = "EVTOPTB17100" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - factor = 3 - ideology = conservative - } - } - } - } + id = 17100 + title = "EVTNAME17100" + desc = "EVTDESC17100" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 175 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17100" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_consciousness = { + factor = 3 + ideology = liberal + } + } + } + } + + option = { + name = "EVTOPTB17100" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + factor = 3 + ideology = conservative + } + } + } + } } # The Second Sex country_event = { - id = 17110 - title = "EVTNAME17110" - desc = "EVTDESC17110" - picture = "Womensrights" - - trigger = { - year = 1900 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 360 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17110" - prestige = 5 - any_pop = { - ideology = { - factor = 0.03 - value = liberal - } - consciousness = 1 - } - } - - option = { - name = "EVTOPTB17110" - prestige = -5 - any_pop = { - consciousness = -0.5 - } - } + id = 17110 + title = "EVTNAME17110" + desc = "EVTDESC17110" + picture = "Womensrights" + + trigger = { + year = 1900 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 360 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17110" + prestige = 5 + any_pop = { + ideology = { + factor = 0.03 + value = liberal + } + consciousness = 1 + } + } + + option = { + name = "EVTOPTB17110" + prestige = -5 + any_pop = { + consciousness = -0.5 + } + } } # Women's Right to Vote country_event = { - id = 17120 - title = "EVTNAME17120" - desc = "EVTDESC17120" - picture = "Womensrights" - - trigger = { - year = 1870 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 220 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17120" - upper_house = { - ideology = liberal - value = 0.15 - } - } - - option = { - name = "EVTOPTB17120" - any_pop = { - ideology = { - value = liberal - factor = 0.1 - } - consciousness = 1 - } - } + id = 17120 + title = "EVTNAME17120" + desc = "EVTDESC17120" + picture = "Womensrights" + + trigger = { + year = 1870 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 220 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17120" + upper_house = { + ideology = liberal + value = 0.15 + } + } + + option = { + name = "EVTOPTB17120" + any_pop = { + ideology = { + value = liberal + factor = 0.1 + } + consciousness = 1 + } + } } #Lawless Suffragettes country_event = { - id = 17130 - title = "EVTNAME17130" - desc = "EVTDESC17130" - picture = "Womensrights" - - trigger = { - year = 1890 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 900 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.5 - anti__rationalism = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17130" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - consciousness = 1 - } - } - } + id = 17130 + title = "EVTNAME17130" + desc = "EVTDESC17130" + picture = "Womensrights" + + trigger = { + year = 1890 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 900 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.5 + anti__rationalism = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17130" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + consciousness = 1 + } + } + } } #Hunger Strike country_event = { - id = 17140 - title = "EVTNAME17140" - desc = "EVTDESC17140" - picture = "Womensrights" - - trigger = { - year = 1890 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.5 - anti__rationalism = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17140" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } - } - - option = { - name = "EVTOPTB17140" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 3 - } - } - } - } + id = 17140 + title = "EVTNAME17140" + desc = "EVTDESC17140" + picture = "Womensrights" + + trigger = { + year = 1890 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.5 + anti__rationalism = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17140" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } + } + + option = { + name = "EVTOPTB17140" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 3 + } + } + } + } } #Cat and Mouse Act country_event = { - id = 17150 - title = "EVTNAME17150" - desc = "EVTDESC17150" - picture = "Womensrights" - - trigger = { - year = 1890 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.5 - anti__rationalism = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17150" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - militancy = 4 - } - } - } - - option = { - name = "EVTOPTB17150" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - scaled_consciousness = { - ideology = liberal - factor = 5 - } - } - } - } + id = 17150 + title = "EVTNAME17150" + desc = "EVTDESC17150" + picture = "Womensrights" + + trigger = { + year = 1890 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.5 + anti__rationalism = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17150" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + militancy = 4 + } + } + } + + option = { + name = "EVTOPTB17150" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + scaled_consciousness = { + ideology = liberal + factor = 5 + } + } + } + } } - + #Study Circle country_event = { - id = 17160 - title = "EVTNAME17160" - desc = "EVTDESC17160" - picture = "Womensrights" - - trigger = { - year = 1890 - civilized = yes - literacy = 0.7 - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - - NOT = { capital_scope = { continent = oceania } tag = TUR } - NOT = { has_country_modifier = female_suffrage } - } - - mean_time_to_happen = { - months = 350 - modifier = { - factor = 0.5 - social_science = 1 - } - modifier = { - factor = 0.5 - social_alienation = 1 - } - modifier = { - factor = 0.5 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 0.5 - anti__rationalism = 1 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 0.9 - political_reform_want = 0.05 - } - modifier = { - factor = 0.9 - political_reform_want = 0.1 - } - modifier = { - factor = 0.9 - political_reform_want = 0.15 - } - modifier = { - factor = 0.9 - public_meetings = yes_meeting - } - } - - option = { - name = "EVTOPTA17160" - prestige = 5 - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 1 - } - } - } - - option = { - name = "EVTOPTB17160" - prestige = -5 - any_pop = { - consciousness = -1 - } - } + id = 17160 + title = "EVTNAME17160" + desc = "EVTDESC17160" + picture = "Womensrights" + + trigger = { + year = 1890 + civilized = yes + literacy = 0.7 + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + + NOT = { capital_scope = { continent = oceania } tag = TUR } + NOT = { has_country_modifier = female_suffrage } + } + + mean_time_to_happen = { + months = 350 + modifier = { + factor = 0.5 + social_science = 1 + } + modifier = { + factor = 0.5 + social_alienation = 1 + } + modifier = { + factor = 0.5 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 0.5 + anti__rationalism = 1 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 0.9 + political_reform_want = 0.05 + } + modifier = { + factor = 0.9 + political_reform_want = 0.1 + } + modifier = { + factor = 0.9 + political_reform_want = 0.15 + } + modifier = { + factor = 0.9 + public_meetings = yes_meeting + } + } + + option = { + name = "EVTOPTA17160" + prestige = 5 + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 1 + } + } + } + + option = { + name = "EVTOPTB17160" + prestige = -5 + any_pop = { + consciousness = -1 + } + } } # Women's Suffrage country_event = { - id = 17170 - title = "EVTNAME17170" - desc = "EVTDESC17170" - picture = "Womensrights" - - trigger = { - has_country_modifier = female_suffrage - civilized = yes - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - # All forms of government that have elections - } - OR = { - vote_franschise = wealth_voting - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 3 - } - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 4 - } - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 5 - } - } - modifier = { - factor = 0.8 - is_greater_power = yes - } - } - - option = { - name = "EVTOPTA17170" - random_state = { - limit = { - is_colonial = no - average_militancy = 2 - } - any_pop = { - militancy = -1 - } - } - } - - option = { - name = "EVTOPTB17170" - random_country = { - limit = { - NOT = { tag = THIS } - NOT = { has_country_modifier = female_suffrage } - NOT = { capital_scope = { continent = oceania } tag = TUR } - OR = { - capital_scope = { continent = europe } - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - capital_scope = { continent = australia_new_zealand } - } - } - prestige = -1 - } - prestige = 5 - } -} \ No newline at end of file + id = 17170 + title = "EVTNAME17170" + desc = "EVTDESC17170" + picture = "Womensrights" + + trigger = { + has_country_modifier = female_suffrage + civilized = yes + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + # All forms of government that have elections + } + OR = { + vote_franschise = wealth_voting + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 3 + } + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 4 + } + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 5 + } + } + modifier = { + factor = 0.8 + is_greater_power = yes + } + } + + option = { + name = "EVTOPTA17170" + random_state = { + limit = { + is_colonial = no + average_militancy = 2 + } + any_pop = { + militancy = -1 + } + } + } + + option = { + name = "EVTOPTB17170" + random_country = { + limit = { + NOT = { tag = THIS } + NOT = { has_country_modifier = female_suffrage } + NOT = { capital_scope = { continent = oceania } tag = TUR } + OR = { + capital_scope = { continent = europe } + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + capital_scope = { continent = australia_new_zealand } + } + } + prestige = -1 + } + prestige = 5 + } +} diff --git a/HPM/events/TURFlavor.txt b/HPM/events/TURFlavor.txt index 17c3b28c..c2036e24 100644 --- a/HPM/events/TURFlavor.txt +++ b/HPM/events/TURFlavor.txt @@ -1,144 +1,144 @@ #Discovery of Troy country_event = { - id = 31100 - title = "EVTNAME31100" - desc = "EVTDESC31100" - news = yes - news_desc_long = "EVTDESC31100_NEWS_LONG" - news_desc_medium = "EVTDESC31100_NEWS_MEDIUM" - news_desc_short = "EVTDESC31100_NEWS_SHORT" - picture = "troy" - - trigger = { - has_country_flag = search_for_the_aegean_civilizations - year = 1872 - } - - fire_only_once = yes - allow_multiple_instances = no - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1873 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1874 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - is_greater_power = yes - } - - modifier = { - factor = 0.95 #increase likelihood to happen - education_spending = 0.7 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - education_spending = 0.8 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - education_spending = 0.9 - } - } - - option = { - name = "EVTOPTA31100" - set_global_flag = troy_discovered - prestige = 25 - } + id = 31100 + title = "EVTNAME31100" + desc = "EVTDESC31100" + news = yes + news_desc_long = "EVTDESC31100_NEWS_LONG" + news_desc_medium = "EVTDESC31100_NEWS_MEDIUM" + news_desc_short = "EVTDESC31100_NEWS_SHORT" + picture = "troy" + + trigger = { + has_country_flag = search_for_the_aegean_civilizations + year = 1872 + } + + fire_only_once = yes + allow_multiple_instances = no + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1873 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1874 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + is_greater_power = yes + } + + modifier = { + factor = 0.95 #increase likelihood to happen + education_spending = 0.7 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + education_spending = 0.8 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + education_spending = 0.9 + } + } + + option = { + name = "EVTOPTA31100" + set_global_flag = troy_discovered + prestige = 25 + } } country_event = { - id = 31101 #setup by GER33005 - trigger = { - tag = TUR - war = no - year = 1903 - owns = 926 #Baghdad - is_vassal = no - has_global_flag = BerlinBaghdadRail - OR = { - government = absolute_monarchy - government = hms_government - } - NOT = { - year = 1910 - alliance_with = ENG - alliance_with = FRA - alliance_with = RUS - alliance_with = GER - has_country_flag = BerlinBaghdadRail - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1904 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1908 - } - } - - title = "EVTNAME33005" - desc = "EVTDESC33005" - picture = "bagdadrailway" - - option = { - name = "EVTOPTA31101" - prestige = 10 - set_country_flag = BerlinBaghdadRail - relation = { who = GER value = 100 } - relation = { who = ENG value = -75 } - relation = { who = RUS value = -75 } - } + id = 31101 #setup by GER33005 + trigger = { + tag = TUR + war = no + year = 1903 + owns = 926 #Baghdad + is_vassal = no + has_global_flag = BerlinBaghdadRail + OR = { + government = absolute_monarchy + government = hms_government + } + NOT = { + year = 1910 + alliance_with = ENG + alliance_with = FRA + alliance_with = RUS + alliance_with = GER + has_country_flag = BerlinBaghdadRail + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1904 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1908 + } + } + + title = "EVTNAME33005" + desc = "EVTDESC33005" + picture = "bagdadrailway" + + option = { + name = "EVTOPTA31101" + prestige = 10 + set_country_flag = BerlinBaghdadRail + relation = { who = GER value = 100 } + relation = { who = ENG value = -75 } + relation = { who = RUS value = -75 } + } } country_event = { - - id = 31102 # Flight to Ankara - candidate for decision - - trigger = { - tag = TUR - NOT = { is_greater_power = yes } - capital = 860 - NOT = { owns = 817 } - NOT = { owns = 816 } - NOT = { owns = 830 } - owns = 876 - - } - - mean_time_to_happen = { - months = 1 - } - - title = "EVTNAME31102" #Flight from Istanbul - desc = "EVTDESC31102" #Our position in Istanbul is no longer secure. We should move our government to a safer place. - picture = "administration" - - option = { - name = "EVTOPTA31102" #We have been ultimately driven from Europe... - prestige = -10 - capital = 876 - } -} \ No newline at end of file + + id = 31102 # Flight to Ankara - candidate for decision + + trigger = { + tag = TUR + NOT = { is_greater_power = yes } + capital = 860 + NOT = { owns = 817 } + NOT = { owns = 816 } + NOT = { owns = 830 } + owns = 876 + + } + + mean_time_to_happen = { + months = 1 + } + + title = "EVTNAME31102" #Flight from Istanbul + desc = "EVTDESC31102" #Our position in Istanbul is no longer secure. We should move our government to a safer place. + picture = "administration" + + option = { + name = "EVTOPTA31102" #We have been ultimately driven from Europe... + prestige = -10 + capital = 876 + } +} diff --git a/HPM/events/Taiping.txt b/HPM/events/Taiping.txt index b5dea0e7..22276707 100644 --- a/HPM/events/Taiping.txt +++ b/HPM/events/Taiping.txt @@ -1,2120 +1,2120 @@ ######################################################### -# # -# Events for the Taiping Rebellion in China # -# # +# # +# Events for the Taiping Rebellion in China # +# # ######################################################### #Main Rebellion Event country_event = { - id = 160001 - title = "EVTNAME160001" #The Taiping Rebellion - desc = "EVTDESC160001" - picture = "taiping_attack" - news = yes - news_desc_long = "EVTDESC160001_NEWS_LONG" - news_desc_medium = "EVTDESC160001_NEWS_MEDIUM" - news_desc_short = "EVTDESC160001_NEWS_SHORT" - major = yes - - - - trigger = { - tag = QNG - NOT = { has_global_flag = taiping_has_happened } - has_global_flag = hong - has_global_flag = yang - has_country_modifier = the_female_shortage - check_variable = { - which = taiping_provinces - value = 2 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 20 - NOT = { year = 1845 } - } - modifier = { - factor = 10 - year = 1845 - NOT = { year = 1850 } - } - modifier = { - factor = 0.5 - year = 1855 - NOT = { year = 1860 } - } - modifier = { - factor = 0.1 - year = 1860 - } - modifier = { - factor = 5 - NOT = { - check_variable = { - which = taiping_provinces - value = 4 - } - } - } - } - - option = { - name = "EVT160001OPTA" - remove_country_modifier = the_female_shortage - any_owned = { - remove_province_modifier = christian_pamphlets - remove_province_modifier = christian_repression - } - - any_owned = { - limit = { - is_core = TPG - not = { province_id = 1616 } - } - secede_province = TPG - } - capital = 1616 - any_pop = { - limit = { - OR = { - has_pop_culture = nanfaren - has_pop_culture = zhuang - has_pop_culture = yue - has_pop_religion = sunni - has_pop_religion = protestant - } - } - militancy = 3 - } - any_owned = { - limit = { - OR = { - is_core = GXI - is_core = XBI - is_core = GNG - region = CHI_1559 - } - } - add_province_modifier = { - name = anti_manchu_sentiment - duration = 730 - } - } - any_country = { - limit = { substate_of = THIS } - any_pop = { - limit = { - OR = { - has_pop_culture = nanfaren - has_pop_culture = zhuang - has_pop_culture = yue - has_pop_religion = sunni - has_pop_religion = protestant - } - } - militancy = 4 - } - any_owned = { - limit = { - OR = { - is_core = GXI - is_core = XBI - is_core = GNG - region = CHI_1559 - } - } - add_province_modifier = { - name = anti_manchu_sentiment - duration = 730 - } - } - } - war = { - target = TPG - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - } - set_global_flag = taiping_has_happened - - TPG = { - capital = 2221 - any_pop = { - consciousness = -5 - militancy = -5 - } - - add_country_modifier = { name = fanatic_army duration = 1825 } - - define_general = { - name = "Li Xiucheng" - personality = stout - background = innovative_tactician - } - - define_general = { - name = "Feng Yunshan" - personality = spirited - background = gifted_administrator - } - - define_general = { - name = "Xiao Chaogui" - personality = deeply_religious - background = incompetent - } - - define_general = { - name = "Shi Dakai" - personality = audacious - background = expert_raider - } - } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - TPG = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - TPG = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - TPG = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - TPG = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - TPG = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - TPG = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - TPG = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - TPG = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - TPG = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - TPG = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - TPG = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - TPG = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - TPG = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - TPG = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - TPG = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - TPG = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - TPG = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - ai_chance = { factor = 100 } - } - - option = { - name = "EVT160001OPTB" - remove_country_modifier = the_female_shortage - any_owned = { - remove_province_modifier = christian_pamphlets - remove_province_modifier = christian_repression - } - - any_owned = { - limit = { - is_core = TPG - not = { province_id = 1616 } - } - secede_province = TPG - } - - capital = 1616 - any_pop = { - limit = { - OR = { - has_pop_culture = nanfaren - has_pop_culture = zhuang - has_pop_culture = yue - has_pop_religion = sunni - has_pop_religion = protestant - } - } - militancy = 3 - } - any_owned = { - limit = { - OR = { - is_core = GXI - is_core = XBI - is_core = GNG - region = CHI_1559 - } - } - add_province_modifier = { - name = anti_manchu_sentiment - duration = 730 - } - } - any_country = { - limit = { substate_of = THIS } - any_pop = { - limit = { - OR = { - has_pop_culture = nanfaren - has_pop_culture = zhuang - has_pop_culture = yue - has_pop_religion = sunni - has_pop_religion = protestant - } - } - militancy = 4 - } - any_owned = { - limit = { - OR = { - is_core = GXI - is_core = XBI - is_core = GNG - region = CHI_1559 - } - } - add_province_modifier = { - name = anti_manchu_sentiment - duration = 730 - } - } - } - war = { - target = TPG - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - } - set_global_flag = taiping_has_happened - - TPG = { - capital = 2221 - any_pop = { - consciousness = -5 - militancy = -5 - } - - add_country_modifier = { name = fanatic_army duration = 1825 } - - define_general = { - name = "Li Xiucheng" - personality = stout - background = innovative_tactician - } - - define_general = { - name = "Feng Yunshan" - personality = spirited - background = gifted_administrator - } - - define_general = { - name = "Xiao Chaogui" - personality = deeply_religious - background = incompetent - } - - define_general = { - name = "Shi Dakai" - personality = audacious - background = expert_raider - } - } - - random_owned = { - limit = { owner = { land_reform = yes_land_reform } } - TPG = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { admin_reform = yes_admin_reform } } - TPG = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { finance_reform = yes_finance_reform } } - TPG = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { finance_reform = finance_reform_two } } - TPG = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { monetary_reform = yes_monetary_reform } } - TPG = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { monetary_reform = monetary_reform_two } } - TPG = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { education_reform = yes_education_reform } } - TPG = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { research_reform = yes_research_reform } } - TPG = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { foreign_training = yes_foreign_training } } - TPG = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { foreign_weapons = yes_foreign_weapons } } - TPG = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { foreign_officers = yes_foreign_officers } } - TPG = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { army_schools = yes_army_schools } } - TPG = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } - TPG = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { naval_schools = yes_naval_schools } } - TPG = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { foreign_navies = yes_foreign_navies } } - TPG = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { western_shipyards = yes_western_shipyards } } - TPG = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { foreign_artillery = yes_foreign_artillery } } - TPG = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - change_tag_no_core_switch = TPG - - ai_chance = { factor = 0 } - } + id = 160001 + title = "EVTNAME160001" #The Taiping Rebellion + desc = "EVTDESC160001" + picture = "taiping_attack" + news = yes + news_desc_long = "EVTDESC160001_NEWS_LONG" + news_desc_medium = "EVTDESC160001_NEWS_MEDIUM" + news_desc_short = "EVTDESC160001_NEWS_SHORT" + major = yes + + + + trigger = { + tag = QNG + NOT = { has_global_flag = taiping_has_happened } + has_global_flag = hong + has_global_flag = yang + has_country_modifier = the_female_shortage + check_variable = { + which = taiping_provinces + value = 2 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 20 + NOT = { year = 1845 } + } + modifier = { + factor = 10 + year = 1845 + NOT = { year = 1850 } + } + modifier = { + factor = 0.5 + year = 1855 + NOT = { year = 1860 } + } + modifier = { + factor = 0.1 + year = 1860 + } + modifier = { + factor = 5 + NOT = { + check_variable = { + which = taiping_provinces + value = 4 + } + } + } + } + + option = { + name = "EVT160001OPTA" + remove_country_modifier = the_female_shortage + any_owned = { + remove_province_modifier = christian_pamphlets + remove_province_modifier = christian_repression + } + + any_owned = { + limit = { + is_core = TPG + not = { province_id = 1616 } + } + secede_province = TPG + } + capital = 1616 + any_pop = { + limit = { + OR = { + has_pop_culture = nanfaren + has_pop_culture = zhuang + has_pop_culture = yue + has_pop_religion = sunni + has_pop_religion = protestant + } + } + militancy = 3 + } + any_owned = { + limit = { + OR = { + is_core = GXI + is_core = XBI + is_core = GNG + region = CHI_1559 + } + } + add_province_modifier = { + name = anti_manchu_sentiment + duration = 730 + } + } + any_country = { + limit = { substate_of = THIS } + any_pop = { + limit = { + OR = { + has_pop_culture = nanfaren + has_pop_culture = zhuang + has_pop_culture = yue + has_pop_religion = sunni + has_pop_religion = protestant + } + } + militancy = 4 + } + any_owned = { + limit = { + OR = { + is_core = GXI + is_core = XBI + is_core = GNG + region = CHI_1559 + } + } + add_province_modifier = { + name = anti_manchu_sentiment + duration = 730 + } + } + } + war = { + target = TPG + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + } + set_global_flag = taiping_has_happened + + TPG = { + capital = 2221 + any_pop = { + consciousness = -5 + militancy = -5 + } + + add_country_modifier = { name = fanatic_army duration = 1825 } + + define_general = { + name = "Li Xiucheng" + personality = stout + background = innovative_tactician + } + + define_general = { + name = "Feng Yunshan" + personality = spirited + background = gifted_administrator + } + + define_general = { + name = "Xiao Chaogui" + personality = deeply_religious + background = incompetent + } + + define_general = { + name = "Shi Dakai" + personality = audacious + background = expert_raider + } + } + + random_owned = { + limit = { owner = { land_reform = yes_land_reform } } + TPG = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { owner = { admin_reform = yes_admin_reform } } + TPG = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { owner = { finance_reform = yes_finance_reform } } + TPG = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { owner = { finance_reform = finance_reform_two } } + TPG = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { owner = { monetary_reform = yes_monetary_reform } } + TPG = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { owner = { monetary_reform = monetary_reform_two } } + TPG = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { owner = { education_reform = yes_education_reform } } + TPG = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { owner = { research_reform = yes_research_reform } } + TPG = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { owner = { foreign_training = yes_foreign_training } } + TPG = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { owner = { foreign_weapons = yes_foreign_weapons } } + TPG = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { owner = { foreign_officers = yes_foreign_officers } } + TPG = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { owner = { army_schools = yes_army_schools } } + TPG = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } + TPG = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { owner = { naval_schools = yes_naval_schools } } + TPG = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { owner = { foreign_navies = yes_foreign_navies } } + TPG = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { owner = { western_shipyards = yes_western_shipyards } } + TPG = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { owner = { foreign_artillery = yes_foreign_artillery } } + TPG = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + ai_chance = { factor = 100 } + } + + option = { + name = "EVT160001OPTB" + remove_country_modifier = the_female_shortage + any_owned = { + remove_province_modifier = christian_pamphlets + remove_province_modifier = christian_repression + } + + any_owned = { + limit = { + is_core = TPG + not = { province_id = 1616 } + } + secede_province = TPG + } + + capital = 1616 + any_pop = { + limit = { + OR = { + has_pop_culture = nanfaren + has_pop_culture = zhuang + has_pop_culture = yue + has_pop_religion = sunni + has_pop_religion = protestant + } + } + militancy = 3 + } + any_owned = { + limit = { + OR = { + is_core = GXI + is_core = XBI + is_core = GNG + region = CHI_1559 + } + } + add_province_modifier = { + name = anti_manchu_sentiment + duration = 730 + } + } + any_country = { + limit = { substate_of = THIS } + any_pop = { + limit = { + OR = { + has_pop_culture = nanfaren + has_pop_culture = zhuang + has_pop_culture = yue + has_pop_religion = sunni + has_pop_religion = protestant + } + } + militancy = 4 + } + any_owned = { + limit = { + OR = { + is_core = GXI + is_core = XBI + is_core = GNG + region = CHI_1559 + } + } + add_province_modifier = { + name = anti_manchu_sentiment + duration = 730 + } + } + } + war = { + target = TPG + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + } + set_global_flag = taiping_has_happened + + TPG = { + capital = 2221 + any_pop = { + consciousness = -5 + militancy = -5 + } + + add_country_modifier = { name = fanatic_army duration = 1825 } + + define_general = { + name = "Li Xiucheng" + personality = stout + background = innovative_tactician + } + + define_general = { + name = "Feng Yunshan" + personality = spirited + background = gifted_administrator + } + + define_general = { + name = "Xiao Chaogui" + personality = deeply_religious + background = incompetent + } + + define_general = { + name = "Shi Dakai" + personality = audacious + background = expert_raider + } + } + + random_owned = { + limit = { owner = { land_reform = yes_land_reform } } + TPG = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { owner = { admin_reform = yes_admin_reform } } + TPG = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { owner = { finance_reform = yes_finance_reform } } + TPG = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { owner = { finance_reform = finance_reform_two } } + TPG = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { owner = { monetary_reform = yes_monetary_reform } } + TPG = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { owner = { monetary_reform = monetary_reform_two } } + TPG = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { owner = { education_reform = yes_education_reform } } + TPG = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { owner = { research_reform = yes_research_reform } } + TPG = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { owner = { foreign_training = yes_foreign_training } } + TPG = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { owner = { foreign_weapons = yes_foreign_weapons } } + TPG = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { owner = { foreign_officers = yes_foreign_officers } } + TPG = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { owner = { army_schools = yes_army_schools } } + TPG = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { owner = { foreign_naval_officers = yes_foreign_naval_officers } } + TPG = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { owner = { naval_schools = yes_naval_schools } } + TPG = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { owner = { foreign_navies = yes_foreign_navies } } + TPG = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { owner = { western_shipyards = yes_western_shipyards } } + TPG = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { owner = { foreign_artillery = yes_foreign_artillery } } + TPG = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + change_tag_no_core_switch = TPG + + ai_chance = { factor = 0 } + } } #If the Taiping Rebellion is Defeated country_event = { - id = 160002 - title = "EVTNAME160002" #Taiping Rebellion Defeated - desc = "EVTDESC160002" - picture = "taiping_defeated" - - trigger = { - has_global_flag = taiping_has_happened - tag = QNG - NOT = { exists = TPG } - NOT = { has_global_flag = taiping_has_been_defeated } - } - - mean_time_to_happen = { days = 1 } - - immediate = { - any_pop = { - ideology = { - factor = 0.6 - value = conservative - } - ideology = { - factor = 0.2 - value = reactionary - } - ideology = { - factor = -0.1 - value = liberal - } - } - any_country = { limit = { vassal_of = THIS } - any_pop = { - ideology = { - factor = 0.5 - value = conservative - } - ideology = { - factor = -0.1 - value = liberal - } - } - } - } - - option = { - name = "EVT160002OPTA" - set_global_flag = taiping_has_been_defeated - prestige = 10 - any_owned = { - limit = { is_core = TPG } - any_pop = { - militancy = -6 - reduce_pop = 0.90 - } - } - TPG = { all_core = { remove_core = TPG } } - } + id = 160002 + title = "EVTNAME160002" #Taiping Rebellion Defeated + desc = "EVTDESC160002" + picture = "taiping_defeated" + + trigger = { + has_global_flag = taiping_has_happened + tag = QNG + NOT = { exists = TPG } + NOT = { has_global_flag = taiping_has_been_defeated } + } + + mean_time_to_happen = { days = 1 } + + immediate = { + any_pop = { + ideology = { + factor = 0.6 + value = conservative + } + ideology = { + factor = 0.2 + value = reactionary + } + ideology = { + factor = -0.1 + value = liberal + } + } + any_country = { limit = { vassal_of = THIS } + any_pop = { + ideology = { + factor = 0.5 + value = conservative + } + ideology = { + factor = -0.1 + value = liberal + } + } + } + } + + option = { + name = "EVT160002OPTA" + set_global_flag = taiping_has_been_defeated + prestige = 10 + any_owned = { + limit = { is_core = TPG } + any_pop = { + militancy = -6 + reduce_pop = 0.90 + } + } + TPG = { all_core = { remove_core = TPG } } + } } #If the Qing have a truce with Taiping country_event = { - id = 160003 - title = "EVTNAME160003" #Truce With the Taiping - desc = "EVTDESC160003" - picture = "hong_xiuquan" - - fire_only_once = yes - - trigger = { - has_global_flag = taiping_has_happened - tag = QNG - exists = TPG - truce_with = TPG - } - - mean_time_to_happen = { - months = 1 - } - - option = { - name = "EVT160003OPTA" - set_global_flag = truce_with_taiping - prestige = -10 - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = manchu - tag = CHI - } - exists = no - } - } - add_province_modifier = { name = nationalist_agitation duration = 365 } - } - any_pop = { - limit = { - is_primary_culture = no - location = { - any_core = { - NOT = { primary_culture = manchu } - } - } - } - militancy = 1 - consciousness = 2 - } - } + id = 160003 + title = "EVTNAME160003" #Truce With the Taiping + desc = "EVTDESC160003" + picture = "hong_xiuquan" + + fire_only_once = yes + + trigger = { + has_global_flag = taiping_has_happened + tag = QNG + exists = TPG + truce_with = TPG + } + + mean_time_to_happen = { + months = 1 + } + + option = { + name = "EVT160003OPTA" + set_global_flag = truce_with_taiping + prestige = -10 + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = manchu + tag = CHI + } + exists = no + } + } + add_province_modifier = { name = nationalist_agitation duration = 365 } + } + any_pop = { + limit = { + is_primary_culture = no + location = { + any_core = { + NOT = { primary_culture = manchu } + } + } + } + militancy = 1 + consciousness = 2 + } + } } country_event = { - id = 160004 - title = "EVTNAME160004" #Truce With the Manchu - desc = "EVTDESC160004" - picture = "hong_xiuquan" - - fire_only_once = yes - - trigger = { - has_global_flag = taiping_has_happened - tag = TPG - exists = QNG - truce_with = QNG - } - - mean_time_to_happen = { - months = 1 - } - option = { - name = "EVT160004OPTA" - any_owned = { - limit = { is_core = CHI } - add_core = TPG - } - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = nanfaren - tag = CHI - } - exists = no - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - any_pop = { - limit = { is_primary_culture = no } - militancy = 1 - consciousness = 2 - } - } + id = 160004 + title = "EVTNAME160004" #Truce With the Manchu + desc = "EVTDESC160004" + picture = "hong_xiuquan" + + fire_only_once = yes + + trigger = { + has_global_flag = taiping_has_happened + tag = TPG + exists = QNG + truce_with = QNG + } + + mean_time_to_happen = { + months = 1 + } + option = { + name = "EVT160004OPTA" + any_owned = { + limit = { is_core = CHI } + add_core = TPG + } + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = nanfaren + tag = CHI + } + exists = no + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + any_pop = { + limit = { is_primary_culture = no } + militancy = 1 + consciousness = 2 + } + } } #Resuming the War against Taiping country_event = { - id = 160006 - title = "EVTNAME160006" - desc = "EVTDESC160006" - picture = "taiping_attack" - - trigger = { - tag = QNG - war = no - has_global_flag = truce_with_taiping - exists = TPG - NOT = { num_of_revolts = 1 } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 2 - TPG = { brigades_compare = 1 } - } - modifier = { - factor = 2 - TPG = { brigades_compare = 2 } - } - } - - option = { - name = "EVT160006OPTA" - prestige = 5 - leadership = 20 - war_exhaustion = -20 - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - poor_strata = { militancy = 3 } - add_country_modifier = { - name = taiping_draft - duration = 90 - } - random_country = { - limit = { - is_sphere_leader_of = TPG - is_sphere_leader_of = QNG - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = TPG - is_sphere_leader_of = QNG - } - diplomatic_influence = { who = THIS value = -100 } - } - war = { - target = TPG - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - call_ally = yes - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT160006OPTB" - prestige = -5 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = -3 - } - scaled_militancy = { - issue = jingoism - factor = 3 - } - } - ai_chance = { - factor = 5 - } - } + id = 160006 + title = "EVTNAME160006" + desc = "EVTDESC160006" + picture = "taiping_attack" + + trigger = { + tag = QNG + war = no + has_global_flag = truce_with_taiping + exists = TPG + NOT = { num_of_revolts = 1 } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 2 + TPG = { brigades_compare = 1 } + } + modifier = { + factor = 2 + TPG = { brigades_compare = 2 } + } + } + + option = { + name = "EVT160006OPTA" + prestige = 5 + leadership = 20 + war_exhaustion = -20 + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + poor_strata = { militancy = 3 } + add_country_modifier = { + name = taiping_draft + duration = 90 + } + random_country = { + limit = { + is_sphere_leader_of = TPG + is_sphere_leader_of = QNG + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = TPG + is_sphere_leader_of = QNG + } + diplomatic_influence = { who = THIS value = -100 } + } + war = { + target = TPG + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + call_ally = yes + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT160006OPTB" + prestige = -5 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = -3 + } + scaled_militancy = { + issue = jingoism + factor = 3 + } + } + ai_chance = { + factor = 5 + } + } } #Resuming the War against Qing Empire country_event = { - id = 160007 - title = "EVTNAME160007" - desc = "EVTDESC160007" - picture = "taiping_attack" - - trigger = { - tag = TPG - war = no - has_global_flag = truce_with_taiping - exists = QNG - NOT = { - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 2 - QNG = { brigades_compare = 1 } - } - modifier = { - factor = 2 - QNG = { brigades_compare = 2 } - } - } - - option = { - name = "EVT160006OPTA" - prestige = 5 - leadership = 20 - war_exhaustion = -20 - any_pop = { - dominant_issue = { - factor = 0.05 - value = jingoism - } - } - random_country = { - limit = { - is_sphere_leader_of = TPG - is_sphere_leader_of = QNG - } - diplomatic_influence = { who = THIS value = -100 } - } - random_country = { - limit = { - tag = QNG - is_sphere_leader_of = TPG - } - diplomatic_influence = { who = THIS value = -100 } - } - war = { - target = QNG - attacker_goal = { - casus_belli = civil_war - } - defender_goal = { - casus_belli = civil_war - } - call_ally = yes - } - ai_chance = { - factor = 95 - } - } - - option = { - name = "EVT160007OPTB" - prestige = -5 - any_pop = { - scaled_militancy = { - issue = pacifism - factor = -3 - } - scaled_militancy = { - issue = jingoism - factor = 3 - } - } - ai_chance = { - factor = 5 - } - } + id = 160007 + title = "EVTNAME160007" + desc = "EVTDESC160007" + picture = "taiping_attack" + + trigger = { + tag = TPG + war = no + has_global_flag = truce_with_taiping + exists = QNG + NOT = { + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 2 + QNG = { brigades_compare = 1 } + } + modifier = { + factor = 2 + QNG = { brigades_compare = 2 } + } + } + + option = { + name = "EVT160006OPTA" + prestige = 5 + leadership = 20 + war_exhaustion = -20 + any_pop = { + dominant_issue = { + factor = 0.05 + value = jingoism + } + } + random_country = { + limit = { + is_sphere_leader_of = TPG + is_sphere_leader_of = QNG + } + diplomatic_influence = { who = THIS value = -100 } + } + random_country = { + limit = { + tag = QNG + is_sphere_leader_of = TPG + } + diplomatic_influence = { who = THIS value = -100 } + } + war = { + target = QNG + attacker_goal = { + casus_belli = civil_war + } + defender_goal = { + casus_belli = civil_war + } + call_ally = yes + } + ai_chance = { + factor = 95 + } + } + + option = { + name = "EVT160007OPTB" + prestige = -5 + any_pop = { + scaled_militancy = { + issue = pacifism + factor = -3 + } + scaled_militancy = { + issue = jingoism + factor = 3 + } + } + ai_chance = { + factor = 5 + } + } } #Taiping Victory event country_event = { - id = 160008 - title = "EVTNAME160008" #The Taiping Are Victorious! - desc = "EVTDESC160008" - news = yes - news_desc_long = "EVTDESC160008_NEWS_LONG" - news_desc_medium = "EVTDESC160008_NEWS_MEDIUM" - news_desc_short = "EVTDESC160008_NEWS_SHORT" - picture = "taiping" - - trigger = { - has_global_flag = taiping_has_happened - tag = TPG - NOT = { exists = QNG } - NOT = { has_global_flag = taiping_victorious } - } - - mean_time_to_happen = { - months = 1 - } - option = { - name = "EVT160002OPTA" - set_global_flag = taiping_victorious - prestige = 10 - any_pop = { - limit = { has_pop_culture = manchu } - reduce_pop = 0.90 - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 1 - consciousness = 3 - } - random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } - MCK = { random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } } - random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } - CHI_1479 = { add_core = MCK } - CHI_1552 = { add_core = MCK } - 1533 = { add_core = MCK } - CHI_1468 = { - remove_core = CHI - remove_core = TPG - } - CHI_1465 = { - remove_core = CHI - remove_core = TPG - } - QNG = { - all_core = { remove_core = QNG } - } - random_country = { - limit = { - tag = MGL - vassal_of = THIS - } - relation = { who = THIS value = 100 } - THIS = { release_vassal = MGL } - } - random_owned = { - limit = { - province_id = 1465 - NOT = { exists = MGL } - } - owner = { - any_owned = { - limit = { - is_core = MGL - NOT = { region = CHI_1532 } - } - secede_province = MGL - } - relation = { who = MGL value = 100 } - } - } - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = nanfaren - tag = CHI - } - exists = no - } - } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - - any_owned = { - limit = { NOT = { is_core = CHI } } - add_province_modifier = { - name = nationalist_agitation - duration = 3650 - } - } - } + id = 160008 + title = "EVTNAME160008" #The Taiping Are Victorious! + desc = "EVTDESC160008" + news = yes + news_desc_long = "EVTDESC160008_NEWS_LONG" + news_desc_medium = "EVTDESC160008_NEWS_MEDIUM" + news_desc_short = "EVTDESC160008_NEWS_SHORT" + picture = "taiping" + + trigger = { + has_global_flag = taiping_has_happened + tag = TPG + NOT = { exists = QNG } + NOT = { has_global_flag = taiping_victorious } + } + + mean_time_to_happen = { + months = 1 + } + option = { + name = "EVT160002OPTA" + set_global_flag = taiping_victorious + prestige = 10 + any_pop = { + limit = { has_pop_culture = manchu } + reduce_pop = 0.90 + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 1 + consciousness = 3 + } + random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } + MCK = { random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } } + random_owned = { limit = { region = CHI_1082 } CHI_1082 = { add_core = MCK } } + CHI_1479 = { add_core = MCK } + CHI_1552 = { add_core = MCK } + 1533 = { add_core = MCK } + CHI_1468 = { + remove_core = CHI + remove_core = TPG + } + CHI_1465 = { + remove_core = CHI + remove_core = TPG + } + QNG = { + all_core = { remove_core = QNG } + } + random_country = { + limit = { + tag = MGL + vassal_of = THIS + } + relation = { who = THIS value = 100 } + THIS = { release_vassal = MGL } + } + random_owned = { + limit = { + province_id = 1465 + NOT = { exists = MGL } + } + owner = { + any_owned = { + limit = { + is_core = MGL + NOT = { region = CHI_1532 } + } + secede_province = MGL + } + relation = { who = MGL value = 100 } + } + } + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = nanfaren + tag = CHI + } + exists = no + } + } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + + any_owned = { + limit = { NOT = { is_core = CHI } } + add_province_modifier = { + name = nationalist_agitation + duration = 3650 + } + } + } } #The Heavenly Kingdom - Setup Event country_event = { - id = 160009 - title = "EVTNAME160009" - desc = "EVTDESC160009" - picture = "taiping" - - is_triggered_only = yes - - option = { - name = "EVT160003OPTA" - set_country_flag = heavenly_kingdom - set_variable = { - which = taiping_provinces - value = 0 - } - 2221 = { - any_pop = { - limit = { is_primary_culture = no } - militancy = 3 - consciousness = 2 - } - } - } + id = 160009 + title = "EVTNAME160009" + desc = "EVTDESC160009" + picture = "taiping" + + is_triggered_only = yes + + option = { + name = "EVT160003OPTA" + set_country_flag = heavenly_kingdom + set_variable = { + which = taiping_provinces + value = 0 + } + 2221 = { + any_pop = { + limit = { is_primary_culture = no } + militancy = 3 + consciousness = 2 + } + } + } } # The Shortage of Women country_event = { - id = 160011 - title = "EVTNAME160011" #The Female Shortage - desc = "EVTDESC160011" - picture = "shortage_of_women" - - trigger = { - OR = { - tag = QNG - tag = TPG - } - NOT = { - has_country_modifier = the_female_shortage - has_global_flag = taiping_has_happened - } - year = 1840 - } - - mean_time_to_happen = { - months = 18 - } - - option = { - name = "EVTOPTA16001" - add_country_modifier = { - name = the_female_shortage - duration = -1 - } - } + id = 160011 + title = "EVTNAME160011" #The Female Shortage + desc = "EVTDESC160011" + picture = "shortage_of_women" + + trigger = { + OR = { + tag = QNG + tag = TPG + } + NOT = { + has_country_modifier = the_female_shortage + has_global_flag = taiping_has_happened + } + year = 1840 + } + + mean_time_to_happen = { + months = 18 + } + + option = { + name = "EVTOPTA16001" + add_country_modifier = { + name = the_female_shortage + duration = -1 + } + } } -#Christian Pamphlets +#Christian Pamphlets province_event = { - id = 160012 - title = "EVTNAME160012" #Taiping Missionaries in $STATENAME$ - desc = "EVTDESC160012" - - trigger = { - owner = { - has_country_flag = heavenly_kingdom - tag = QNG - } - is_core = CHI - controlled_by = QNG - any_neighbor_province = { is_core = TPG } - NOT = { - is_core = QNG - is_core = TPG - has_province_modifier = christian_pamphlets - has_province_modifier = christian_repression - has_global_flag = taiping_has_happened - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 0.7 - has_province_modifier = anti_manchu_sentiment - } - modifier = { - factor = 0.7 - has_province_modifier = local_opium_habit - } - modifier = { - factor = 0.7 - has_province_modifier = western_presence - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_smugglers - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_trading_post - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = european_military_mission } - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = legation_quarter } - } - modifier = { - factor = 0.8 - has_global_flag = yang - } - modifier = { - factor = 0.8 - has_global_flag = hong - } - modifier = { - factor = 0.7 - has_province_modifier = kettler_denkmal - } - modifier = { - factor = 0.7 - any_neighbor_province = { has_province_modifier = christian_pamphlets } - } - modifier = { - factor = 3 - NOT = { culture = nanfaren } - } - } - - option = { - name = "EVT160012OPTA" - any_pop = { - limit = { is_primary_culture = no } - militancy = 10 - reduce_pop = 0.98 - } - state_scope = { - any_owned = { - limit = { NOT = { is_core = TPG } } - add_province_modifier = { - name = christian_repression - duration = -1 - } - } - } - ai_chance = { - factor = 25 - } - } - - option = { - name = "EVT160012OPTB" - state_scope = { - any_owned = { - limit = { NOT = { is_core = TPG } } - add_province_modifier = { - name = christian_pamphlets - duration = -1 - } - } - } - ai_chance = { - factor = 75 - } - } + id = 160012 + title = "EVTNAME160012" #Taiping Missionaries in $STATENAME$ + desc = "EVTDESC160012" + + trigger = { + owner = { + has_country_flag = heavenly_kingdom + tag = QNG + } + is_core = CHI + controlled_by = QNG + any_neighbor_province = { is_core = TPG } + NOT = { + is_core = QNG + is_core = TPG + has_province_modifier = christian_pamphlets + has_province_modifier = christian_repression + has_global_flag = taiping_has_happened + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 0.7 + has_province_modifier = anti_manchu_sentiment + } + modifier = { + factor = 0.7 + has_province_modifier = local_opium_habit + } + modifier = { + factor = 0.7 + has_province_modifier = western_presence + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_smugglers + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_trading_post + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = european_military_mission } + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = legation_quarter } + } + modifier = { + factor = 0.8 + has_global_flag = yang + } + modifier = { + factor = 0.8 + has_global_flag = hong + } + modifier = { + factor = 0.7 + has_province_modifier = kettler_denkmal + } + modifier = { + factor = 0.7 + any_neighbor_province = { has_province_modifier = christian_pamphlets } + } + modifier = { + factor = 3 + NOT = { culture = nanfaren } + } + } + + option = { + name = "EVT160012OPTA" + any_pop = { + limit = { is_primary_culture = no } + militancy = 10 + reduce_pop = 0.98 + } + state_scope = { + any_owned = { + limit = { NOT = { is_core = TPG } } + add_province_modifier = { + name = christian_repression + duration = -1 + } + } + } + ai_chance = { + factor = 25 + } + } + + option = { + name = "EVT160012OPTB" + state_scope = { + any_owned = { + limit = { NOT = { is_core = TPG } } + add_province_modifier = { + name = christian_pamphlets + duration = -1 + } + } + } + ai_chance = { + factor = 75 + } + } } #Anti-Manchu feeling province_event = { - id = 160013 - title = "EVTNAME160013" #Anti-Manchu Sentiment - desc = "EVTDESC160013" - - trigger = { - owner = { - has_country_flag = heavenly_kingdom - tag = QNG - } - is_core = CHI - controlled_by = QNG - any_neighbor_province = { is_core = TPG } - NOT = { - is_core = QNG - is_core = TPG - has_province_modifier = anti_manchu_sentiment - has_global_flag = taiping_has_happened - } - } - - mean_time_to_happen = { - months = 180 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.7 - average_consciousness = 4 - } - modifier = { - factor = 0.5 - has_province_modifier = christian_repression - } - modifier = { - factor = 0.7 - has_province_modifier = local_opium_habit - } - modifier = { - factor = 0.7 - has_province_modifier = western_presence - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_smugglers - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_trading_post - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = european_military_mission } - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = legation_quarter } - } - modifier = { - factor = 0.7 - has_province_modifier = kettler_denkmal - } - modifier = { - factor = 0.4 - has_province_modifier = christian_pamphlets - } - modifier = { - factor = 0.7 - any_neighbor_province = { has_province_modifier = christian_pamphlets } - } - } - - option = { - name = "EVT160013OPTA" - state_scope = { - any_owned = { - limit = { NOT = { is_core = TPG } } - add_province_modifier = { - name = anti_manchu_sentiment - duration = 1825 - } - } - any_pop = { - limit = { is_primary_culture = no } - consciousness = 4 - } - } - } + id = 160013 + title = "EVTNAME160013" #Anti-Manchu Sentiment + desc = "EVTDESC160013" + + trigger = { + owner = { + has_country_flag = heavenly_kingdom + tag = QNG + } + is_core = CHI + controlled_by = QNG + any_neighbor_province = { is_core = TPG } + NOT = { + is_core = QNG + is_core = TPG + has_province_modifier = anti_manchu_sentiment + has_global_flag = taiping_has_happened + } + } + + mean_time_to_happen = { + months = 180 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.7 + average_consciousness = 4 + } + modifier = { + factor = 0.5 + has_province_modifier = christian_repression + } + modifier = { + factor = 0.7 + has_province_modifier = local_opium_habit + } + modifier = { + factor = 0.7 + has_province_modifier = western_presence + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_smugglers + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_trading_post + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = european_military_mission } + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = legation_quarter } + } + modifier = { + factor = 0.7 + has_province_modifier = kettler_denkmal + } + modifier = { + factor = 0.4 + has_province_modifier = christian_pamphlets + } + modifier = { + factor = 0.7 + any_neighbor_province = { has_province_modifier = christian_pamphlets } + } + } + + option = { + name = "EVT160013OPTA" + state_scope = { + any_owned = { + limit = { NOT = { is_core = TPG } } + add_province_modifier = { + name = anti_manchu_sentiment + duration = 1825 + } + } + any_pop = { + limit = { is_primary_culture = no } + consciousness = 4 + } + } + } } #Hong Xiuquan country_event = { - id = 160015 - title = "EVTNAME164504" - desc = "EVTDESC164504" - picture = "hong_xiuquan" - - trigger = { - tag = QNG - year = 1840 - has_country_flag = heavenly_kingdom - NOT = { has_global_flag = hong } - check_variable = { - which = taiping_provinces - value = 1 - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - year = 1845 - } - modifier = { - factor = 0.7 - check_variable = { - which = taiping_provinces - value = 2 - } - } - modifier = { - factor = 0.7 - check_variable = { - which = taiping_provinces - value = 3 - } - } - } - - option = { - name = "EVT160015OPTA" - set_global_flag = hong - any_pop = { - limit = { - is_primary_culture = no - NOT = { has_pop_culture = beifaren } - } - consciousness = 2 - } - } + id = 160015 + title = "EVTNAME164504" + desc = "EVTDESC164504" + picture = "hong_xiuquan" + + trigger = { + tag = QNG + year = 1840 + has_country_flag = heavenly_kingdom + NOT = { has_global_flag = hong } + check_variable = { + which = taiping_provinces + value = 1 + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + year = 1845 + } + modifier = { + factor = 0.7 + check_variable = { + which = taiping_provinces + value = 2 + } + } + modifier = { + factor = 0.7 + check_variable = { + which = taiping_provinces + value = 3 + } + } + } + + option = { + name = "EVT160015OPTA" + set_global_flag = hong + any_pop = { + limit = { + is_primary_culture = no + NOT = { has_pop_culture = beifaren } + } + consciousness = 2 + } + } } #Yang Xiuqing country_event = { - id = 160016 - title = "EVTNAME160016" - desc = "EVTDESC160016" - picture = "yang_xiuqing" - - trigger = { - tag = QNG - year = 1845 - has_country_flag = heavenly_kingdom - has_global_flag = hong - NOT = { has_global_flag = yang } - check_variable = { - which = taiping_provinces - value = 2 - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - year = 1847 - } - modifier = { - factor = 0.7 - check_variable = { - which = taiping_provinces - value = 2 - } - } - modifier = { - factor = 0.7 - check_variable = { - which = taiping_provinces - value = 3 - } - } - modifier = { - factor = 0.6 - check_variable = { - which = taiping_provinces - value = 4 - } - } - modifier = { - factor = 0.5 - check_variable = { - which = taiping_provinces - value = 5 - } - } - } - - option = { - name = "EVT160015OPTA" - set_global_flag = yang - any_pop = { - limit = { - is_primary_culture = no - NOT = { has_pop_culture = beifaren } - } - consciousness = 2 - militancy = 2 - } - } + id = 160016 + title = "EVTNAME160016" + desc = "EVTDESC160016" + picture = "yang_xiuqing" + + trigger = { + tag = QNG + year = 1845 + has_country_flag = heavenly_kingdom + has_global_flag = hong + NOT = { has_global_flag = yang } + check_variable = { + which = taiping_provinces + value = 2 + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + year = 1847 + } + modifier = { + factor = 0.7 + check_variable = { + which = taiping_provinces + value = 2 + } + } + modifier = { + factor = 0.7 + check_variable = { + which = taiping_provinces + value = 3 + } + } + modifier = { + factor = 0.6 + check_variable = { + which = taiping_provinces + value = 4 + } + } + modifier = { + factor = 0.5 + check_variable = { + which = taiping_provinces + value = 5 + } + } + } + + option = { + name = "EVT160015OPTA" + set_global_flag = yang + any_pop = { + limit = { + is_primary_culture = no + NOT = { has_pop_culture = beifaren } + } + consciousness = 2 + militancy = 2 + } + } } province_event = { - id = 160017 - title = "EVTNAME160017" #Pro-Christian Riots in $STATENAME$! - desc = "EVTDESC160017" - - trigger = { - owner = { tag = QNG } - is_core = TPG - NOT = { - has_global_flag = taiping_has_happened - average_militancy = 6 - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.9 - average_consciousness = 4 - } - modifier = { - factor = 0.7 - has_province_modifier = local_opium_habit - } - modifier = { - factor = 0.7 - has_province_modifier = western_presence - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_smugglers - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_trading_post - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = european_military_mission } - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = legation_quarter } - } - modifier = { - factor = 0.7 - has_province_modifier = kettler_denkmal - } - modifier = { - factor = 3 - NOT = { culture = nanfaren } - } - } - - option = { - name = "EVT160017OPTA" - owner = { prestige = -2 } - state_scope = { - any_pop = { - limit = { - location = { is_core = TPG } - } - militancy = 10 - } - } - } + id = 160017 + title = "EVTNAME160017" #Pro-Christian Riots in $STATENAME$! + desc = "EVTDESC160017" + + trigger = { + owner = { tag = QNG } + is_core = TPG + NOT = { + has_global_flag = taiping_has_happened + average_militancy = 6 + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.9 + average_consciousness = 4 + } + modifier = { + factor = 0.7 + has_province_modifier = local_opium_habit + } + modifier = { + factor = 0.7 + has_province_modifier = western_presence + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_smugglers + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_trading_post + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = european_military_mission } + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = legation_quarter } + } + modifier = { + factor = 0.7 + has_province_modifier = kettler_denkmal + } + modifier = { + factor = 3 + NOT = { culture = nanfaren } + } + } + + option = { + name = "EVT160017OPTA" + owner = { prestige = -2 } + state_scope = { + any_pop = { + limit = { + location = { is_core = TPG } + } + militancy = 10 + } + } + } } #Secessionist Sentiments province_event = { - id = 160020 - title = "EVTNAME160020" #The Taiping Sect Spreads! - desc = "EVTDESC160020" - - trigger = { - owner = { - tag = QNG - has_country_flag = heavenly_kingdom - NOT = { has_global_flag = taiping_has_happened } - } - NOT = { - is_core = TPG - is_core = QNG - is_core = TIB - is_core = XBI - is_core = MGL - region = CHI_1616 - region = CHI_1612 - region = CHI_1572 - region = CHI_1559 - } - is_core = CHI - is_primary_culture = no - average_consciousness = 4 - any_neighbor_province = { is_core = TPG } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.5 - owner = { - NOT = { - check_variable = { - which = taiping_provinces - value = 3 - } - } - } - } - modifier = { - factor = 1.5 - owner = { - check_variable = { - which = taiping_provinces - value = 6 - } - } - } - modifier = { - factor = 2 - owner = { - check_variable = { - which = taiping_provinces - value = 9 - } - } - } - modifier = { - factor = 2.5 - owner = { - check_variable = { - which = taiping_provinces - value = 12 - } - } - } - modifier = { - factor = 0.7 - average_consciousness = 6 - } - modifier = { - factor = 0.7 - average_consciousness = 8 - } - modifier = { - factor = 0.7 - has_province_modifier = western_presence - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_smugglers - } - modifier = { - factor = 0.7 - has_province_modifier = foreign_trading_post - } - modifier = { - factor = 0.7 - has_province_modifier = local_opium_habit - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = european_military_mission } - } - modifier = { - factor = 0.9 - owner = { has_country_modifier = legation_quarter } - } - modifier = { - factor = 0.7 - has_province_modifier = kettler_denkmal - } - modifier = { - factor = 3 - NOT = { culture = nanfaren } - } - } - - option = { - name = "EVT160020OPTA" - state_scope = { - any_owned = { - limit = { NOT = { is_core = TPG } } - remove_province_modifier = christian_pamphlets - remove_province_modifier = christian_repression - add_core = TPG - } - } - owner = { - change_variable = { - which = taiping_provinces - value = 1 - } - } - } + id = 160020 + title = "EVTNAME160020" #The Taiping Sect Spreads! + desc = "EVTDESC160020" + + trigger = { + owner = { + tag = QNG + has_country_flag = heavenly_kingdom + NOT = { has_global_flag = taiping_has_happened } + } + NOT = { + is_core = TPG + is_core = QNG + is_core = TIB + is_core = XBI + is_core = MGL + region = CHI_1616 + region = CHI_1612 + region = CHI_1572 + region = CHI_1559 + } + is_core = CHI + is_primary_culture = no + average_consciousness = 4 + any_neighbor_province = { is_core = TPG } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.5 + owner = { + NOT = { + check_variable = { + which = taiping_provinces + value = 3 + } + } + } + } + modifier = { + factor = 1.5 + owner = { + check_variable = { + which = taiping_provinces + value = 6 + } + } + } + modifier = { + factor = 2 + owner = { + check_variable = { + which = taiping_provinces + value = 9 + } + } + } + modifier = { + factor = 2.5 + owner = { + check_variable = { + which = taiping_provinces + value = 12 + } + } + } + modifier = { + factor = 0.7 + average_consciousness = 6 + } + modifier = { + factor = 0.7 + average_consciousness = 8 + } + modifier = { + factor = 0.7 + has_province_modifier = western_presence + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_smugglers + } + modifier = { + factor = 0.7 + has_province_modifier = foreign_trading_post + } + modifier = { + factor = 0.7 + has_province_modifier = local_opium_habit + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = european_military_mission } + } + modifier = { + factor = 0.9 + owner = { has_country_modifier = legation_quarter } + } + modifier = { + factor = 0.7 + has_province_modifier = kettler_denkmal + } + modifier = { + factor = 3 + NOT = { culture = nanfaren } + } + } + + option = { + name = "EVT160020OPTA" + state_scope = { + any_owned = { + limit = { NOT = { is_core = TPG } } + remove_province_modifier = christian_pamphlets + remove_province_modifier = christian_repression + add_core = TPG + } + } + owner = { + change_variable = { + which = taiping_provinces + value = 1 + } + } + } } country_event = { - id = 160025 - title = "EVTNAME160025" #The Death of Hong Xiuquan - desc = "EVTDESC160025" - news = yes - news_desc_long = "EVTDESC160025_NEWS_LONG" - news_desc_medium = "EVTDESC160025_NEWS_MEDIUM" - news_desc_short = "EVTDESC160025_NEWS_SHORT" - picture = "hong_xiuquan" - major = yes - - fire_only_once = yes - - trigger = { - tag = TPG - civilized = no - government = theocracy - has_global_flag = taiping_victorious - war = no - } - - mean_time_to_happen = { - months = 120 - } - - option = { - name = "EVT160025OPTA" - government = absolute_monarchy - clr_country_flag = communist_gov - set_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - clr_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = theocratic_government - add_country_modifier = { - name = national_confusion - duration = 1825 - } - rich_strata = { militancy = 6 } - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = nanfaren - tag = CHI - } - exists = no - } - } - remove_province_modifier = nationalist_agitation - add_province_modifier = { - name = nationalist_agitation - duration = 600 - } - } - - any_owned = { - limit = { NOT = { is_core = CHI } } - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = liberal - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 4 - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - consciousness = 3 - } - ai_chance = { - factor = 50 - } - } - - option = { - name = "EVT160025OPTC" - add_country_modifier = { - name = national_confusion - duration = 1095 - } - prestige = 20 - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = liberal - factor = 0.05 - } - ideology = { - value = reactionary - factor = -0.10 - } - } - any_pop = { - scaled_militancy = { - ideology = reactionary - factor = 9 - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 8 - consciousness = 4 - } - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = nanfaren - tag = CHI - } - exists = no - } - } - remove_province_modifier = nationalist_agitation - add_province_modifier = { - name = nationalist_agitation - duration = 2920 - } - } - government = presidential_dictatorship - ruling_party_ideology = conservative - clr_country_flag = communist_gov - clr_country_flag = absolute_monarchy_gov - clr_country_flag = semi_constitutional_monarchy_gov - clr_country_flag = constitutional_monarchy_gov - clr_country_flag = democracy_gov - set_country_flag = presidential_dictatorship_gov - clr_country_flag = fascist_gov - clr_country_flag = anarcho_liberal_gov - clr_country_flag = theocratic_government - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - - ai_chance = { - factor = 30 - modifier = { - factor = 0.5 - QNG = { exists = no } - } - } - } - - option = { - name = "EVT160025OPTD" - add_country_modifier = { - name = national_confusion - duration = 1095 - } - rich_strata = { militancy = 6 } - any_owned = { - limit = { - any_core = { - NOT = { - primary_culture = nanfaren - tag = CHI - } - exists = no - } - } - remove_province_modifier = nationalist_agitation - add_province_modifier = { - name = nationalist_agitation - duration = 1095 - } - } - any_pop = { - limit = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - ideology = { - value = reactionary - factor = 0.05 - } - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - consciousness = 3 - } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - QNG = { exists = no } - } - } - } + id = 160025 + title = "EVTNAME160025" #The Death of Hong Xiuquan + desc = "EVTDESC160025" + news = yes + news_desc_long = "EVTDESC160025_NEWS_LONG" + news_desc_medium = "EVTDESC160025_NEWS_MEDIUM" + news_desc_short = "EVTDESC160025_NEWS_SHORT" + picture = "hong_xiuquan" + major = yes + + fire_only_once = yes + + trigger = { + tag = TPG + civilized = no + government = theocracy + has_global_flag = taiping_victorious + war = no + } + + mean_time_to_happen = { + months = 120 + } + + option = { + name = "EVT160025OPTA" + government = absolute_monarchy + clr_country_flag = communist_gov + set_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + clr_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = theocratic_government + add_country_modifier = { + name = national_confusion + duration = 1825 + } + rich_strata = { militancy = 6 } + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = nanfaren + tag = CHI + } + exists = no + } + } + remove_province_modifier = nationalist_agitation + add_province_modifier = { + name = nationalist_agitation + duration = 600 + } + } + + any_owned = { + limit = { NOT = { is_core = CHI } } + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = liberal + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 4 + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + consciousness = 3 + } + ai_chance = { + factor = 50 + } + } + + option = { + name = "EVT160025OPTC" + add_country_modifier = { + name = national_confusion + duration = 1095 + } + prestige = 20 + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = liberal + factor = 0.05 + } + ideology = { + value = reactionary + factor = -0.10 + } + } + any_pop = { + scaled_militancy = { + ideology = reactionary + factor = 9 + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 8 + consciousness = 4 + } + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = nanfaren + tag = CHI + } + exists = no + } + } + remove_province_modifier = nationalist_agitation + add_province_modifier = { + name = nationalist_agitation + duration = 2920 + } + } + government = presidential_dictatorship + ruling_party_ideology = conservative + clr_country_flag = communist_gov + clr_country_flag = absolute_monarchy_gov + clr_country_flag = semi_constitutional_monarchy_gov + clr_country_flag = constitutional_monarchy_gov + clr_country_flag = democracy_gov + set_country_flag = presidential_dictatorship_gov + clr_country_flag = fascist_gov + clr_country_flag = anarcho_liberal_gov + clr_country_flag = theocratic_government + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + + ai_chance = { + factor = 30 + modifier = { + factor = 0.5 + QNG = { exists = no } + } + } + } + + option = { + name = "EVT160025OPTD" + add_country_modifier = { + name = national_confusion + duration = 1095 + } + rich_strata = { militancy = 6 } + any_owned = { + limit = { + any_core = { + NOT = { + primary_culture = nanfaren + tag = CHI + } + exists = no + } + } + remove_province_modifier = nationalist_agitation + add_province_modifier = { + name = nationalist_agitation + duration = 1095 + } + } + any_pop = { + limit = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + ideology = { + value = reactionary + factor = 0.05 + } + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + consciousness = 3 + } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + QNG = { exists = no } + } + } + } } - + country_event = { - id = 160026 - title = "EVTNAME160026" #Retreat to Formosa - desc = "EVTDESC160026" - news = yes - news_desc_long = "EVTDESC160026_NEWS_LONG" - news_desc_medium = "EVTDESC160026_NEWS_MEDIUM" - news_desc_short = "EVTDESC160026_NEWS_SHORT" - picture = "panthay_rebellion" - major = yes - - trigger = { - NOT = { tag = KMT } - is_culture_group = east_asian - war = yes - 1485 = { - is_capital = no - owned_by = THIS - controlled_by = THIS - } - 2562 = { - is_capital = no - owned_by = THIS - controlled_by = THIS - } - 2406 = { - is_capital = no - owned_by = THIS - controlled_by = THIS - } - 2681 = { - is_capital = no - owned_by = THIS - controlled_by = THIS - } - NOT = { - any_owned_province = { - NOT = { province_id = 1485 } - NOT = { province_id = 2562 } - NOT = { province_id = 2406 } - NOT = { province_id = 2681 } - OR = { - controlled_by = THIS - controlled_by = REB - } - } - } - NOT = { - exists = TAI - has_global_flag = retreated_to_taiwan - } - } - - mean_time_to_happen = { - days = 7 - } - - option = { - name = "EVT160026OPTA" - clr_country_flag = kuomintang_faction - clr_country_flag = neutral_faction - clr_country_flag = communist_faction - clr_country_flag = beiyang_faction - set_global_flag = retreated_to_taiwan - 1485 = { - add_core = TAI - secede_province = TAI - fort = 3 - } - 2562 = { - add_core = TAI - secede_province = TAI - fort = 3 - } - 2406 = { - add_core = TAI - secede_province = TAI - fort = 3 - } - 2681 = { - add_core = TAI - secede_province = TAI - fort = 3 - } - capital_scope = { - aristocrats = { - limit = { is_primary_culture = yes } - money = 2000 - reduce_pop = 0.5 - move_pop = 2681 - } - bureaucrats = { - limit = { is_primary_culture = yes } - money = 300 - reduce_pop = 0.5 - move_pop = 2681 - } - officers = { - limit = { is_primary_culture = yes } - money = 300 - reduce_pop = 0.5 - move_pop = 2681 - } - soldiers = { - limit = { is_primary_culture = yes } - money = 100 - reduce_pop = 0.5 - move_pop = 2681 - } - } - - random_owned = { - limit = { owner = { civilized = no land_reform = yes_land_reform } } - TAI = { economic_reform = yes_land_reform } - } - - random_owned = { - limit = { owner = { civilized = no admin_reform = yes_admin_reform } } - TAI = { economic_reform = yes_admin_reform } - } - - random_owned = { - limit = { owner = { civilized = no finance_reform = yes_finance_reform } } - TAI = { economic_reform = yes_finance_reform } - } - - random_owned = { - limit = { owner = { civilized = no finance_reform = finance_reform_two } } - TAI = { economic_reform = finance_reform_two } - } - - random_owned = { - limit = { owner = { civilized = no monetary_reform = yes_monetary_reform } } - TAI = { economic_reform = yes_monetary_reform } - } - - random_owned = { - limit = { owner = { civilized = no monetary_reform = monetary_reform_two } } - TAI = { economic_reform = monetary_reform_two activate_technology = no_standard } - } - - random_owned = { - limit = { owner = { civilized = no education_reform = yes_education_reform } } - TAI = { economic_reform = yes_education_reform } - } - - random_owned = { - limit = { owner = { civilized = no research_reform = yes_research_reform } } - TAI = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } - } - - random_owned = { - limit = { owner = { civilized = no foreign_training = yes_foreign_training } } - TAI = { military_reform = yes_foreign_training } - } - - random_owned = { - limit = { owner = { civilized = no foreign_weapons = yes_foreign_weapons } } - TAI = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } - } - - random_owned = { - limit = { owner = { civilized = no foreign_officers = yes_foreign_officers } } - TAI = { military_reform = yes_foreign_officers activate_technology = military_staff_system } - } - - random_owned = { - limit = { owner = { civilized = no army_schools = yes_army_schools } } - TAI = { military_reform = yes_army_schools } - } - - random_owned = { - limit = { owner = { civilized = no foreign_naval_officers = yes_foreign_naval_officers } } - TAI = { military_reform = yes_foreign_naval_officers } - } - - random_owned = { - limit = { owner = { civilized = no naval_schools = yes_naval_schools } } - TAI = { military_reform = yes_naval_schools } - } - - random_owned = { - limit = { owner = { civilized = no foreign_navies = yes_foreign_navies } } - TAI = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } - } - - random_owned = { - limit = { owner = { civilized = no western_shipyards = yes_western_shipyards } } - TAI = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } - } - - random_owned = { - limit = { owner = { civilized = no foreign_artillery = yes_foreign_artillery } } - TAI = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = yes_slavery } } - TAI = { political_reform = yes_slavery } - } - - random_owned = { - limit = { owner = { civilized = no slavery = freedom_of_womb } } - TAI = { political_reform = freedom_of_womb } - } - - random_owned = { - limit = { owner = { civilized = no slavery = no_slavery } } - TAI = { political_reform = no_slavery } - } - - random_owned = { - limit = { - owner = { government = absolute_monarchy } - } - TAI = { - government = absolute_monarchy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - random_owned = { - limit = { - owner = { government = theocracy } - } - TAI = { - government = theocracy - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - random_owned = { - limit = { - owner = { government = prussian_constitutionalism } - } - TAI = { - government = prussian_constitutionalism - ruling_party_ideology = reactionary - political_reform = landed_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - random_owned = { - limit = { - owner = { government = hms_government } - } - TAI = { - government = hms_government - } - } - random_owned = { - limit = { - owner = { government = presidential_dictatorship } - } - TAI = { - government = presidential_dictatorship - ruling_party_ideology = reactionary - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - random_owned = { - limit = { - owner = { government = fascist_dictatorship } - } - TAI = { - government = fascist_dictatorship - ruling_party_ideology = fascist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - random_owned = { - limit = { - owner = { government = proletarian_dictatorship } - } - TAI = { - government = proletarian_dictatorship - ruling_party_ideology = communist - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = state_controlled - political_reform = underground_parties - social_reform = good_minimum_wage - social_reform = eight_hours - social_reform = good_subsidies - social_reform = good_pensions - social_reform = good_health_care - clr_country_flag = election_started - clr_country_flag = conservative_party_in_power - clr_country_flag = liberal_party_in_power - clr_country_flag = reactionary_party_in_power - clr_country_flag = socialist_party_in_power - clr_country_flag = communist_party_in_power - clr_country_flag = fascist_party_in_power - clr_country_flag = anarcho_liberal_party_in_power - } - } - TAI = { - capital = 2681 - money = 100000 - leadership = 40 - primary_culture = THIS - add_accepted_culture = min - } - any_country = { - limit = { war_with = TAI } - end_war = TAI - } - change_tag_no_core_switch = TAI - } -} \ No newline at end of file + id = 160026 + title = "EVTNAME160026" #Retreat to Formosa + desc = "EVTDESC160026" + news = yes + news_desc_long = "EVTDESC160026_NEWS_LONG" + news_desc_medium = "EVTDESC160026_NEWS_MEDIUM" + news_desc_short = "EVTDESC160026_NEWS_SHORT" + picture = "panthay_rebellion" + major = yes + + trigger = { + NOT = { tag = KMT } + is_culture_group = east_asian + war = yes + 1485 = { + is_capital = no + owned_by = THIS + controlled_by = THIS + } + 2562 = { + is_capital = no + owned_by = THIS + controlled_by = THIS + } + 2406 = { + is_capital = no + owned_by = THIS + controlled_by = THIS + } + 2681 = { + is_capital = no + owned_by = THIS + controlled_by = THIS + } + NOT = { + any_owned_province = { + NOT = { province_id = 1485 } + NOT = { province_id = 2562 } + NOT = { province_id = 2406 } + NOT = { province_id = 2681 } + OR = { + controlled_by = THIS + controlled_by = REB + } + } + } + NOT = { + exists = TAI + has_global_flag = retreated_to_taiwan + } + } + + mean_time_to_happen = { + days = 7 + } + + option = { + name = "EVT160026OPTA" + clr_country_flag = kuomintang_faction + clr_country_flag = neutral_faction + clr_country_flag = communist_faction + clr_country_flag = beiyang_faction + set_global_flag = retreated_to_taiwan + 1485 = { + add_core = TAI + secede_province = TAI + fort = 3 + } + 2562 = { + add_core = TAI + secede_province = TAI + fort = 3 + } + 2406 = { + add_core = TAI + secede_province = TAI + fort = 3 + } + 2681 = { + add_core = TAI + secede_province = TAI + fort = 3 + } + capital_scope = { + aristocrats = { + limit = { is_primary_culture = yes } + money = 2000 + reduce_pop = 0.5 + move_pop = 2681 + } + bureaucrats = { + limit = { is_primary_culture = yes } + money = 300 + reduce_pop = 0.5 + move_pop = 2681 + } + officers = { + limit = { is_primary_culture = yes } + money = 300 + reduce_pop = 0.5 + move_pop = 2681 + } + soldiers = { + limit = { is_primary_culture = yes } + money = 100 + reduce_pop = 0.5 + move_pop = 2681 + } + } + + random_owned = { + limit = { owner = { civilized = no land_reform = yes_land_reform } } + TAI = { economic_reform = yes_land_reform } + } + + random_owned = { + limit = { owner = { civilized = no admin_reform = yes_admin_reform } } + TAI = { economic_reform = yes_admin_reform } + } + + random_owned = { + limit = { owner = { civilized = no finance_reform = yes_finance_reform } } + TAI = { economic_reform = yes_finance_reform } + } + + random_owned = { + limit = { owner = { civilized = no finance_reform = finance_reform_two } } + TAI = { economic_reform = finance_reform_two } + } + + random_owned = { + limit = { owner = { civilized = no monetary_reform = yes_monetary_reform } } + TAI = { economic_reform = yes_monetary_reform } + } + + random_owned = { + limit = { owner = { civilized = no monetary_reform = monetary_reform_two } } + TAI = { economic_reform = monetary_reform_two activate_technology = no_standard } + } + + random_owned = { + limit = { owner = { civilized = no education_reform = yes_education_reform } } + TAI = { economic_reform = yes_education_reform } + } + + random_owned = { + limit = { owner = { civilized = no research_reform = yes_research_reform } } + TAI = { economic_reform = yes_research_reform activate_technology = late_enlightenment_philosophy } + } + + random_owned = { + limit = { owner = { civilized = no foreign_training = yes_foreign_training } } + TAI = { military_reform = yes_foreign_training } + } + + random_owned = { + limit = { owner = { civilized = no foreign_weapons = yes_foreign_weapons } } + TAI = { military_reform = yes_foreign_weapons activate_technology = flintlock_rifles } + } + + random_owned = { + limit = { owner = { civilized = no foreign_officers = yes_foreign_officers } } + TAI = { military_reform = yes_foreign_officers activate_technology = military_staff_system } + } + + random_owned = { + limit = { owner = { civilized = no army_schools = yes_army_schools } } + TAI = { military_reform = yes_army_schools } + } + + random_owned = { + limit = { owner = { civilized = no foreign_naval_officers = yes_foreign_naval_officers } } + TAI = { military_reform = yes_foreign_naval_officers } + } + + random_owned = { + limit = { owner = { civilized = no naval_schools = yes_naval_schools } } + TAI = { military_reform = yes_naval_schools } + } + + random_owned = { + limit = { owner = { civilized = no foreign_navies = yes_foreign_navies } } + TAI = { military_reform = yes_foreign_navies activate_technology = clipper_design activate_technology = steamers } + } + + random_owned = { + limit = { owner = { civilized = no western_shipyards = yes_western_shipyards } } + TAI = { military_reform = yes_western_shipyards activate_technology = post_nelsonian_thought } + } + + random_owned = { + limit = { owner = { civilized = no foreign_artillery = yes_foreign_artillery } } + TAI = { military_reform = yes_foreign_artillery activate_technology = bronze_muzzle_loaded_artillery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = yes_slavery } } + TAI = { political_reform = yes_slavery } + } + + random_owned = { + limit = { owner = { civilized = no slavery = freedom_of_womb } } + TAI = { political_reform = freedom_of_womb } + } + + random_owned = { + limit = { owner = { civilized = no slavery = no_slavery } } + TAI = { political_reform = no_slavery } + } + + random_owned = { + limit = { + owner = { government = absolute_monarchy } + } + TAI = { + government = absolute_monarchy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + random_owned = { + limit = { + owner = { government = theocracy } + } + TAI = { + government = theocracy + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + random_owned = { + limit = { + owner = { government = prussian_constitutionalism } + } + TAI = { + government = prussian_constitutionalism + ruling_party_ideology = reactionary + political_reform = landed_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + random_owned = { + limit = { + owner = { government = hms_government } + } + TAI = { + government = hms_government + } + } + random_owned = { + limit = { + owner = { government = presidential_dictatorship } + } + TAI = { + government = presidential_dictatorship + ruling_party_ideology = reactionary + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + random_owned = { + limit = { + owner = { government = fascist_dictatorship } + } + TAI = { + government = fascist_dictatorship + ruling_party_ideology = fascist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + random_owned = { + limit = { + owner = { government = proletarian_dictatorship } + } + TAI = { + government = proletarian_dictatorship + ruling_party_ideology = communist + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = state_controlled + political_reform = underground_parties + social_reform = good_minimum_wage + social_reform = eight_hours + social_reform = good_subsidies + social_reform = good_pensions + social_reform = good_health_care + clr_country_flag = election_started + clr_country_flag = conservative_party_in_power + clr_country_flag = liberal_party_in_power + clr_country_flag = reactionary_party_in_power + clr_country_flag = socialist_party_in_power + clr_country_flag = communist_party_in_power + clr_country_flag = fascist_party_in_power + clr_country_flag = anarcho_liberal_party_in_power + } + } + TAI = { + capital = 2681 + money = 100000 + leadership = 40 + primary_culture = THIS + add_accepted_culture = min + } + any_country = { + limit = { war_with = TAI } + end_war = TAI + } + change_tag_no_core_switch = TAI + } +} diff --git a/HPM/events/TemperanceLeague.txt b/HPM/events/TemperanceLeague.txt index 320b1dcb..4f1494b1 100644 --- a/HPM/events/TemperanceLeague.txt +++ b/HPM/events/TemperanceLeague.txt @@ -1,861 +1,861 @@ #Temperance League country_event = { - id = 100 - title = "EVTNAME100" - desc = "EVTDESC100" - picture = "TemperanceLeague" - - trigger = { - civilized = yes - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - } - NOT = { - has_country_modifier = libertine_culture - has_country_modifier = temperance_league - poor_strata_everyday_needs = 0.8 - } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.7 - } - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.6 - } - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.5 - } - } - modifier = { - factor = 0.9 - liquor = 50 - } - modifier = { - factor = 0.5 - is_culture_group = american_cultures - } - modifier = { - factor = 0.9 - moralism = 10 - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.1 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA100" - add_country_modifier = { - name = libertine_culture - duration = -1 - } - } - - option = { - name = "EVTOPTB100" - add_country_modifier = { - name = temperance_league - duration = -1 - } - } + id = 100 + title = "EVTNAME100" + desc = "EVTDESC100" + picture = "TemperanceLeague" + + trigger = { + civilized = yes + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + } + NOT = { + has_country_modifier = libertine_culture + has_country_modifier = temperance_league + poor_strata_everyday_needs = 0.8 + } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.7 + } + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.6 + } + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.5 + } + } + modifier = { + factor = 0.9 + liquor = 50 + } + modifier = { + factor = 0.5 + is_culture_group = american_cultures + } + modifier = { + factor = 0.9 + moralism = 10 + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.1 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA100" + add_country_modifier = { + name = libertine_culture + duration = -1 + } + } + + option = { + name = "EVTOPTB100" + add_country_modifier = { + name = temperance_league + duration = -1 + } + } } #Beer Hall Opening country_event = { - id = 110 - title = "EVTNAME110" - desc = "EVTDESC110" - picture = "Prohibition" - - trigger = { - civilized = yes - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - } - NOT = { - has_country_modifier = liquor_prohibition - poor_strata_everyday_needs = 0.5 - } - any_owned_province = { - NOT = { has_province_modifier = beer_halls } - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 1.5 - has_country_modifier = temperance_league - } - modifier = { - factor = 0.8 - has_country_modifier = libertine_culture - } - } - - option = { - name = "EVTOPTA110" - random_owned = { - limit = { - is_colonial = no - } - add_province_modifier = { - name = beer_halls - duration = -1 - } - } - } - - option = { - name = "EVTOPTB110" - random_state = { - limit = { - is_colonial = no - } - poor_strata = { - militancy = 1 - } - } - } + id = 110 + title = "EVTNAME110" + desc = "EVTDESC110" + picture = "Prohibition" + + trigger = { + civilized = yes + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + } + NOT = { + has_country_modifier = liquor_prohibition + poor_strata_everyday_needs = 0.5 + } + any_owned_province = { + NOT = { has_province_modifier = beer_halls } + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 1.5 + has_country_modifier = temperance_league + } + modifier = { + factor = 0.8 + has_country_modifier = libertine_culture + } + } + + option = { + name = "EVTOPTA110" + random_owned = { + limit = { + is_colonial = no + } + add_province_modifier = { + name = beer_halls + duration = -1 + } + } + } + + option = { + name = "EVTOPTB110" + random_state = { + limit = { + is_colonial = no + } + poor_strata = { + militancy = 1 + } + } + } } #Drunken Riots province_event = { - id = 120 - title = "EVTNAME120" - desc = "EVTDESC120" - - trigger = { - has_province_modifier = beer_halls - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = libertine_culture } - } - } - - option = { - name = "EVTOPTA120" - poor_strata = { - militancy = 2 - consciousness = -1 - } - } + id = 120 + title = "EVTNAME120" + desc = "EVTDESC120" + + trigger = { + has_province_modifier = beer_halls + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = libertine_culture } + } + } + + option = { + name = "EVTOPTA120" + poor_strata = { + militancy = 2 + consciousness = -1 + } + } } -#Poverty & Destitution +#Poverty & Destitution province_event = { - id = 130 - title = "EVTNAME130" - desc = "EVTDESC130" - - trigger = { - has_province_modifier = beer_halls - state_scope = { - any_owned_province = { - NOT = { - has_province_modifier = destitution_and_poverty - } - } - } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.9 - NOT = { - poor_strata_everyday_needs = 0.9 - } - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.8 - owner = { has_country_modifier = libertine_culture } - } - } - - option = { - name = "EVTOPTA130" - remove_province_modifier = beer_halls - state_scope = { - any_pop = { - militancy = 3 - } - } - } - - option = { - name = "EVTOPTB130" - state_scope = { - random_owned = { - limit = { - NOT = { - has_province_modifier = destitution_and_poverty - } - } - add_province_modifier = { - name = destitution_and_poverty - duration = 3650 - } - } - } - } + id = 130 + title = "EVTNAME130" + desc = "EVTDESC130" + + trigger = { + has_province_modifier = beer_halls + state_scope = { + any_owned_province = { + NOT = { + has_province_modifier = destitution_and_poverty + } + } + } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.9 + NOT = { + poor_strata_everyday_needs = 0.9 + } + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.8 + owner = { has_country_modifier = libertine_culture } + } + } + + option = { + name = "EVTOPTA130" + remove_province_modifier = beer_halls + state_scope = { + any_pop = { + militancy = 3 + } + } + } + + option = { + name = "EVTOPTB130" + state_scope = { + random_owned = { + limit = { + NOT = { + has_province_modifier = destitution_and_poverty + } + } + add_province_modifier = { + name = destitution_and_poverty + duration = 3650 + } + } + } + } } #Saloon Picketed province_event = { - id = 140 - title = "EVTNAME140" - desc = "EVTDESC140" - - trigger = { - has_province_modifier = beer_halls - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - owner = { - has_country_modifier = temperance_league - } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - average_militancy = 5 - } - } - modifier = { - factor = 0.9 - state_scope = { - any_owned_province = { - has_province_modifier = destitution_and_poverty - } - } - } - modifier = { - factor = 1.5 - owner = { - has_country_modifier = libertine_culture - } - } - - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA140" - remove_province_modifier = beer_halls - poor_strata = { - militancy = 1 - consciousness = 1 - } - middle_strata = { - militancy = -1 - } - } - - option = { - name = "EVTOPTB140" - middle_strata = { - consciousness = 2 - militancy = 1 - dominant_issue = { - value = moralism - factor = 0.2 - } - } - poor_strata = { - militancy = -1 - } - } + id = 140 + title = "EVTNAME140" + desc = "EVTDESC140" + + trigger = { + has_province_modifier = beer_halls + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + owner = { + has_country_modifier = temperance_league + } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + average_militancy = 5 + } + } + modifier = { + factor = 0.9 + state_scope = { + any_owned_province = { + has_province_modifier = destitution_and_poverty + } + } + } + modifier = { + factor = 1.5 + owner = { + has_country_modifier = libertine_culture + } + } + + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA140" + remove_province_modifier = beer_halls + poor_strata = { + militancy = 1 + consciousness = 1 + } + middle_strata = { + militancy = -1 + } + } + + option = { + name = "EVTOPTB140" + middle_strata = { + consciousness = 2 + militancy = 1 + dominant_issue = { + value = moralism + factor = 0.2 + } + } + poor_strata = { + militancy = -1 + } + } } #Religious Temperance country_event = { - id = 150 - title = "EVTNAME150" - desc = "EVTDESC150" - picture = "god" - - trigger = { - civilized = yes - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - } - moralism = 10 - conservative = 20 - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.8 - moralism = 0.15 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - modifier = { - factor = 0.9 - religious_policy = moralism - } - } - - option = { - name = "EVTOPTA150" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - dominant_issue = { - value = moralism - factor = 0.2 - } - } - } - } - - option = { - name = "EVTOPTB150" - random_state = { - limit = { - is_colonial = no - } - any_pop = { - consciousness = 1 - } - } - } + id = 150 + title = "EVTNAME150" + desc = "EVTDESC150" + picture = "god" + + trigger = { + civilized = yes + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + } + moralism = 10 + conservative = 20 + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.8 + moralism = 0.15 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + modifier = { + factor = 0.9 + religious_policy = moralism + } + } + + option = { + name = "EVTOPTA150" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + dominant_issue = { + value = moralism + factor = 0.2 + } + } + } + } + + option = { + name = "EVTOPTB150" + random_state = { + limit = { + is_colonial = no + } + any_pop = { + consciousness = 1 + } + } + } } - + #Licensing Act country_event = { - id = 160 - title = "EVTNAME160" - desc = "EVTDESC160" - picture = "liquor" - - trigger = { - civilized = yes - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - } - has_country_modifier = temperance_league - NOT = { has_country_modifier = liquor_prohibition } - } - - mean_time_to_happen = { - months = 150 - modifier = { - factor = 0.9 - moralism = 0.2 - } - modifier = { - factor = 0.9 - conservative = 50 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA160" - random_state = { - limit = { is_colonial = no } - any_owned = { - remove_province_modifier = beer_halls - } - poor_strata = { - militancy = 0.5 - } - middle_strata = { - militancy = -1 - } - rich_strata = { - militancy = 0.5 - } - } - } - - option = { - name = "EVTOPTB160" - random_state = { - limit = { is_colonial = no } - poor_strata = { - militancy = -0.5 - } - middle_strata = { - militancy = 1 - } - rich_strata = { - militancy = -0.5 - } - } - } + id = 160 + title = "EVTNAME160" + desc = "EVTDESC160" + picture = "liquor" + + trigger = { + civilized = yes + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + } + has_country_modifier = temperance_league + NOT = { has_country_modifier = liquor_prohibition } + } + + mean_time_to_happen = { + months = 150 + modifier = { + factor = 0.9 + moralism = 0.2 + } + modifier = { + factor = 0.9 + conservative = 50 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA160" + random_state = { + limit = { is_colonial = no } + any_owned = { + remove_province_modifier = beer_halls + } + poor_strata = { + militancy = 0.5 + } + middle_strata = { + militancy = -1 + } + rich_strata = { + militancy = 0.5 + } + } + } + + option = { + name = "EVTOPTB160" + random_state = { + limit = { is_colonial = no } + poor_strata = { + militancy = -0.5 + } + middle_strata = { + militancy = 1 + } + rich_strata = { + militancy = -0.5 + } + } + } } # Temperance & Labour country_event = { - id = 170 - title = "EVTNAME170" - desc = "EVTDESC170" - picture = "Demonstration" - - trigger = { - civilized = yes - OR = { - has_country_flag = catholic_country - has_country_flag = protestant_country - } - socialist = 20 - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - militancy = 5 - } - } - modifier = { - factor = 0.8 - socialist = 50 - } - modifier = { - factor = 1.5 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA170" - random_state = { - limit = { is_colonial = no } - poor_strata = { - militancy = -1 - consciousness = 2 - } - middle_strata = { - consciousness = 1 - } - } - } - - option = { - name = "EVTOPTB170" - random_state = { - limit = { is_colonial = no } - poor_strata = { - militancy = 2 - consciousness = -1 - } - middle_strata = { - consciousness = 1 - } - } - } + id = 170 + title = "EVTNAME170" + desc = "EVTDESC170" + picture = "Demonstration" + + trigger = { + civilized = yes + OR = { + has_country_flag = catholic_country + has_country_flag = protestant_country + } + socialist = 20 + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + militancy = 5 + } + } + modifier = { + factor = 0.8 + socialist = 50 + } + modifier = { + factor = 1.5 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA170" + random_state = { + limit = { is_colonial = no } + poor_strata = { + militancy = -1 + consciousness = 2 + } + middle_strata = { + consciousness = 1 + } + } + } + + option = { + name = "EVTOPTB170" + random_state = { + limit = { is_colonial = no } + poor_strata = { + militancy = 2 + consciousness = -1 + } + middle_strata = { + consciousness = 1 + } + } + } } # Gin Runners & Moonshine country_event = { - id = 180 - title = "EVTNAME180" - desc = "EVTDESC180" - picture = "Spies" - - trigger = { - has_country_modifier = liquor_prohibition - } - - mean_time_to_happen = { - months = 100 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - NOT = { - average_consciousness = 5 - } - } - } - - option = { - name = "EVTOPTA180" - random_state = { - limit = { is_colonial = no } - any_owned = { - add_crime = mafia - } - } - } - - option = { - name = "EVTOPTB180" - random_state = { - limit = { is_colonial = no } - any_pop = { - militancy = 1 - } - } - } + id = 180 + title = "EVTNAME180" + desc = "EVTDESC180" + picture = "Spies" + + trigger = { + has_country_modifier = liquor_prohibition + } + + mean_time_to_happen = { + months = 100 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + NOT = { + average_consciousness = 5 + } + } + } + + option = { + name = "EVTOPTA180" + random_state = { + limit = { is_colonial = no } + any_owned = { + add_crime = mafia + } + } + } + + option = { + name = "EVTOPTB180" + random_state = { + limit = { is_colonial = no } + any_pop = { + militancy = 1 + } + } + } } #The Push For Liquor Prohibition country_event = { - id = 185 - title = "EVTNAME185" - desc = "EVTDESC185" - picture = "TemperanceLeague" - - trigger = { - has_country_modifier = temperance_league - biologism = 1 - NOT = { - liberal = 40 - has_country_modifier = liquor_prohibition - has_country_flag = prohibition_repealed - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 0.8 - any_owned_province = { has_province_modifier = beer_halls } - } - modifier = { - factor = 0.8 - any_owned_province = { has_province_modifier = destitution_and_poverty } - } - modifier = { - factor = 1.2 - liberal = 20 - } - modifier = { - factor = 1.2 - liberal = 30 - } - } - - option = { - name = "EVT185OPTA" - any_pop = { - dominant_issue = { - value = moralism - factor = 0.05 - } - } - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - value = moralism - factor = 0.2 - } - ideology = { - value = conservative - factor = 0.2 - } - } - } - - } - - option = { - name = "EVT185OPTB" - random_state = { - limit = { is_colonial = no } - any_pop = { - dominant_issue = { - value = moralism - factor = 0.1 - } - ideology = { - value = conservative - factor = 0.1 - } - scaled_consciousness = { - issue = moralism - factor = 4 - } - scaled_militancy = { - issue = moralism - factor = 4 - } - } - } - } + id = 185 + title = "EVTNAME185" + desc = "EVTDESC185" + picture = "TemperanceLeague" + + trigger = { + has_country_modifier = temperance_league + biologism = 1 + NOT = { + liberal = 40 + has_country_modifier = liquor_prohibition + has_country_flag = prohibition_repealed + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 0.8 + any_owned_province = { has_province_modifier = beer_halls } + } + modifier = { + factor = 0.8 + any_owned_province = { has_province_modifier = destitution_and_poverty } + } + modifier = { + factor = 1.2 + liberal = 20 + } + modifier = { + factor = 1.2 + liberal = 30 + } + } + + option = { + name = "EVT185OPTA" + any_pop = { + dominant_issue = { + value = moralism + factor = 0.05 + } + } + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + value = moralism + factor = 0.2 + } + ideology = { + value = conservative + factor = 0.2 + } + } + } + + } + + option = { + name = "EVT185OPTB" + random_state = { + limit = { is_colonial = no } + any_pop = { + dominant_issue = { + value = moralism + factor = 0.1 + } + ideology = { + value = conservative + factor = 0.1 + } + scaled_consciousness = { + issue = moralism + factor = 4 + } + scaled_militancy = { + issue = moralism + factor = 4 + } + } + } + } } #Libertines country_event = { - id = 186 - title = "EVTNAME186" - desc = "EVTDESC186" - picture = "TemperanceLeague" - - trigger = { - has_country_modifier = libertine_culture - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 0.8 - any_owned_province = { has_province_modifier = beer_halls } - } - modifier = { - factor = 0.8 - any_owned_province = { has_province_modifier = destitution_and_poverty } - } - modifier = { - factor = 1.2 - liberal = 20 - } - modifier = { - factor = 1.2 - liberal = 30 - } - modifier = { - factor = 1.2 - liberal = 40 - } - modifier = { - factor = 0.8 - moralism = 5 - } - modifier = { - factor = 0.8 - moralism = 10 - } - modifier = { - factor = 0.8 - moralism = 20 - } - } - - option = { - name = "EVT186OPTA" - any_pop = { - limit = { - location = { is_colonial = no } - } - scaled_consciousness = { - issue = moralism - factor = 4 - } - scaled_militancy = { - issue = moralism - factor = 4 - } - } - } - - option = { - name = "EVT186OPTB" - remove_country_modifier = libertine_culture - any_pop = { - limit = { - location = { is_colonial = no } - } - dominant_issue = { - value = moralism - factor = 0.1 - } - scaled_consciousness = { - issue = moralism - factor = -4 - } - } - } + id = 186 + title = "EVTNAME186" + desc = "EVTDESC186" + picture = "TemperanceLeague" + + trigger = { + has_country_modifier = libertine_culture + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 0.8 + any_owned_province = { has_province_modifier = beer_halls } + } + modifier = { + factor = 0.8 + any_owned_province = { has_province_modifier = destitution_and_poverty } + } + modifier = { + factor = 1.2 + liberal = 20 + } + modifier = { + factor = 1.2 + liberal = 30 + } + modifier = { + factor = 1.2 + liberal = 40 + } + modifier = { + factor = 0.8 + moralism = 5 + } + modifier = { + factor = 0.8 + moralism = 10 + } + modifier = { + factor = 0.8 + moralism = 20 + } + } + + option = { + name = "EVT186OPTA" + any_pop = { + limit = { + location = { is_colonial = no } + } + scaled_consciousness = { + issue = moralism + factor = 4 + } + scaled_militancy = { + issue = moralism + factor = 4 + } + } + } + + option = { + name = "EVT186OPTB" + remove_country_modifier = libertine_culture + any_pop = { + limit = { + location = { is_colonial = no } + } + dominant_issue = { + value = moralism + factor = 0.1 + } + scaled_consciousness = { + issue = moralism + factor = -4 + } + } + } } #Viticultural Association country_event = { - id = 190 - title = "EVTNAME190" - desc = "EVTDESC190" - picture = "meeting3" - - trigger = { - has_country_modifier = temperance_league - liberal = 20 - any_owned_province = { - is_colonial = no - NOT = { has_province_modifier = beer_halls } - } - } - - mean_time_to_happen = { - months = 200 - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 0.9 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 0.9 - poor_strata_everyday_needs = 0.9 - } - modifier = { - factor = 0.9 - liberal = 30 - } - modifier = { - factor = 0.9 - liberal = 40 - } - } - - option = { - name = "EVTOPTA190" - remove_country_modifier = temperance_league - random_owned = { - limit = { - is_colonial = no - NOT = { has_province_modifier = beer_halls } - } - add_province_modifier = { - name = beer_halls - duration = -1 - } - } - } - option = { - name = "EVTOPTB190" - random_owned = { - limit = { - is_colonial = no - NOT = { has_province_modifier = beer_halls } - } - state_scope = { - any_pop = { - scaled_militancy = { - factor = 3 - ideology = liberal - } - } - } - } - } -} \ No newline at end of file + id = 190 + title = "EVTNAME190" + desc = "EVTDESC190" + picture = "meeting3" + + trigger = { + has_country_modifier = temperance_league + liberal = 20 + any_owned_province = { + is_colonial = no + NOT = { has_province_modifier = beer_halls } + } + } + + mean_time_to_happen = { + months = 200 + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 0.9 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 0.9 + poor_strata_everyday_needs = 0.9 + } + modifier = { + factor = 0.9 + liberal = 30 + } + modifier = { + factor = 0.9 + liberal = 40 + } + } + + option = { + name = "EVTOPTA190" + remove_country_modifier = temperance_league + random_owned = { + limit = { + is_colonial = no + NOT = { has_province_modifier = beer_halls } + } + add_province_modifier = { + name = beer_halls + duration = -1 + } + } + } + option = { + name = "EVTOPTB190" + random_owned = { + limit = { + is_colonial = no + NOT = { has_province_modifier = beer_halls } + } + state_scope = { + any_pop = { + scaled_militancy = { + factor = 3 + ideology = liberal + } + } + } + } + } +} diff --git a/HPM/events/TheGreatGame.txt b/HPM/events/TheGreatGame.txt index 00325aed..620440b1 100644 --- a/HPM/events/TheGreatGame.txt +++ b/HPM/events/TheGreatGame.txt @@ -3,1313 +3,1313 @@ ############################################################################# country_event = { - id = 95610 - title = "EVTNAME95610" #The Great Game - UK - desc = "EVTDESC95610" - picture = "greatpowers" - - trigger = { - tag = ENG - is_disarmed = no - is_greater_power = yes - RUS = { is_greater_power = yes } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - SIN = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KAL = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - MAK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - AND = { - AFG = { - exists = yes - civilized = no - is_vassal = no - neighbour = ENG - neighbour = RUS - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - MAK = { - OR = { - exists = no - is_vassal = yes - } - } - KAL = { - OR = { - exists = no - is_vassal = yes - } - } - SIN = { - OR = { - exists = no - is_vassal = yes - } - } - CRL = { - OR = { - exists = no - is_vassal = yes - } - } - KAS = { - OR = { - exists = no - is_vassal = yes - } - } - } - KAS = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KOK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KHI = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - BUK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - PNJ = { - has_country_flag = ranjit_singh_dead - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - CRL = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - } - NOT = { - any_greater_power = { war_with = THIS } - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - war_policy = pacifism - has_global_flag = british_dismantled - casus_belli = SIN - casus_belli = KAL - casus_belli = MAK - casus_belli = AFG - casus_belli = KAS - casus_belli = KOK - casus_belli = KHI - casus_belli = BUK - casus_belli = CRL - war_with = SIN - war_with = KAL - war_with = MAK - war_with = AFG - war_with = KAS - war_with = KOK - war_with = KHI - war_with = BUK - war_with = CRL - } - } - - mean_time_to_happen = { - months = 40 - modifier = { - factor = 1.5 - ai = no - } - modifier = { - factor = 0.75 - ideological_thought = 1 - } - modifier = { - factor = 0.75 - state_n_government = 1 - } - modifier = { - factor = 0.5 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVT95610OPTA" - badboy = 1 - random_country = { - limit = { - exists = yes - civilized = no - is_vassal = no - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = KAS - tag = KOK - tag = KHI - tag = BUK - tag = CRL - AND = { - tag = AFG - neighbour = RUS - neighbour = ENG - MAK = { - OR = { - exists = no - is_vassal = yes - } - } - KAL = { - OR = { - exists = no - is_vassal = yes - } - } - SIN = { - OR = { - exists = no - is_vassal = yes - } - } - CRL = { - OR = { - exists = no - is_vassal = yes - } - } - KAS = { - OR = { - exists = no - is_vassal = yes - } - } - } - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = great_game_cb - months = 36 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - badboy = 0.96 - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - } - } - - option = { - name = "EVT95610OPTB" - prestige = -5 - any_neighbor_country = { - limit = { - exists = yes - civilized = no - is_vassal = no - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = KAS - tag = KOK - tag = KHI - tag = BUK - AND = { - tag = AFG - neighbour = RUS - neighbour = ENG - MAK = { - OR = { - exists = no - is_vassal = yes - } - } - KAL = { - OR = { - exists = no - is_vassal = yes - } - } - SIN = { - OR = { - exists = no - is_vassal = yes - } - } - CRL = { - OR = { - exists = no - is_vassal = yes - } - } - KAS = { - OR = { - exists = no - is_vassal = yes - } - } - } - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - OR = { - neighbour = ENG - any_neighbor_country = { vassal_of = ENG } - } - } - relation = { - who = THIS - value = 25 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war = yes - war_countries = { civilized = yes } - } - } - } - - option = { - name = "EVT95610OPTC" - prestige = -10 - set_country_flag = no_more_great_game - ai_chance = { - factor = 0 - } - } + id = 95610 + title = "EVTNAME95610" #The Great Game - UK + desc = "EVTDESC95610" + picture = "greatpowers" + + trigger = { + tag = ENG + is_disarmed = no + is_greater_power = yes + RUS = { is_greater_power = yes } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + SIN = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KAL = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + MAK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + AND = { + AFG = { + exists = yes + civilized = no + is_vassal = no + neighbour = ENG + neighbour = RUS + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + MAK = { + OR = { + exists = no + is_vassal = yes + } + } + KAL = { + OR = { + exists = no + is_vassal = yes + } + } + SIN = { + OR = { + exists = no + is_vassal = yes + } + } + CRL = { + OR = { + exists = no + is_vassal = yes + } + } + KAS = { + OR = { + exists = no + is_vassal = yes + } + } + } + KAS = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KOK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KHI = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + BUK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + PNJ = { + has_country_flag = ranjit_singh_dead + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + CRL = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + } + NOT = { + any_greater_power = { war_with = THIS } + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + war_policy = pacifism + has_global_flag = british_dismantled + casus_belli = SIN + casus_belli = KAL + casus_belli = MAK + casus_belli = AFG + casus_belli = KAS + casus_belli = KOK + casus_belli = KHI + casus_belli = BUK + casus_belli = CRL + war_with = SIN + war_with = KAL + war_with = MAK + war_with = AFG + war_with = KAS + war_with = KOK + war_with = KHI + war_with = BUK + war_with = CRL + } + } + + mean_time_to_happen = { + months = 40 + modifier = { + factor = 1.5 + ai = no + } + modifier = { + factor = 0.75 + ideological_thought = 1 + } + modifier = { + factor = 0.75 + state_n_government = 1 + } + modifier = { + factor = 0.5 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVT95610OPTA" + badboy = 1 + random_country = { + limit = { + exists = yes + civilized = no + is_vassal = no + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = KAS + tag = KOK + tag = KHI + tag = BUK + tag = CRL + AND = { + tag = AFG + neighbour = RUS + neighbour = ENG + MAK = { + OR = { + exists = no + is_vassal = yes + } + } + KAL = { + OR = { + exists = no + is_vassal = yes + } + } + SIN = { + OR = { + exists = no + is_vassal = yes + } + } + CRL = { + OR = { + exists = no + is_vassal = yes + } + } + KAS = { + OR = { + exists = no + is_vassal = yes + } + } + } + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = great_game_cb + months = 36 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + badboy = 0.96 + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + } + } + + option = { + name = "EVT95610OPTB" + prestige = -5 + any_neighbor_country = { + limit = { + exists = yes + civilized = no + is_vassal = no + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = KAS + tag = KOK + tag = KHI + tag = BUK + AND = { + tag = AFG + neighbour = RUS + neighbour = ENG + MAK = { + OR = { + exists = no + is_vassal = yes + } + } + KAL = { + OR = { + exists = no + is_vassal = yes + } + } + SIN = { + OR = { + exists = no + is_vassal = yes + } + } + CRL = { + OR = { + exists = no + is_vassal = yes + } + } + KAS = { + OR = { + exists = no + is_vassal = yes + } + } + } + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + OR = { + neighbour = ENG + any_neighbor_country = { vassal_of = ENG } + } + } + relation = { + who = THIS + value = 25 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war = yes + war_countries = { civilized = yes } + } + } + } + + option = { + name = "EVT95610OPTC" + prestige = -10 + set_country_flag = no_more_great_game + ai_chance = { + factor = 0 + } + } } country_event = { - id = 95611 - title = "EVTNAME95610" #The Great Game - Russia - desc = "EVTDESC95611" - picture = "greatpowers" - - trigger = { - tag = RUS - is_disarmed = no - is_greater_power = yes - ENG = { is_greater_power = yes } - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - OR = { - SIN = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KAZ = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - BDK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KAL = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - MAK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - AND = { - AFG = { - exists = yes - civilized = no - is_vassal = no - neighbour = ENG - neighbour = RUS - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KAZ = { - OR = { - exists = no - is_vassal = yes - } - } - KOK = { - OR = { - exists = no - is_vassal = yes - } - } - BDK = { - OR = { - exists = no - is_vassal = yes - } - } - BUK = { - OR = { - exists = no - is_vassal = yes - } - } - KHI = { - OR = { - exists = no - is_vassal = yes - } - } - } - KAS = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KOK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - KHI = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - BUK = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - PNJ = { - has_country_flag = ranjit_singh_dead - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - CRL = { - exists = yes - civilized = no - is_vassal = no - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - } - } - NOT = { - any_greater_power = { war_with = THIS } - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - war_policy = pacifism - has_global_flag = british_dismantled - casus_belli = SIN - casus_belli = KAL - casus_belli = MAK - casus_belli = AFG - casus_belli = KAS - casus_belli = KOK - casus_belli = KHI - casus_belli = BUK - casus_belli = PNJ - casus_belli = CRL - casus_belli = KAZ - casus_belli = BDK - war_with = SIN - war_with = KAL - war_with = MAK - war_with = AFG - war_with = KAS - war_with = KOK - war_with = KHI - war_with = BUK - war_with = CRL - war_with = KAZ - war_with = BDK - } - } - - mean_time_to_happen = { - months = 30 - modifier = { - factor = 1.5 - ai = no - } - modifier = { - factor = 0.8 - ideological_thought = 1 - } - modifier = { - factor = 0.7 - state_n_government = 1 - } - modifier = { - factor = 0.4 - nationalism_n_imperialism = 1 - } - } - - option = { - name = "EVT95610OPTA" - badboy = 1 - random_country = { - limit = { - exists = yes - civilized = no - is_vassal = no - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = KAS - tag = KOK - tag = KHI - tag = BUK - tag = CRL - tag = KAZ - tag = BDK - AND = { - tag = AFG - neighbour = RUS - neighbour = ENG - BUK = { - OR = { - exists = no - is_vassal = yes - } - } - KHI = { - OR = { - exists = no - is_vassal = yes - } - } - KOK = { - OR = { - exists = no - is_vassal = yes - } - } - BDK = { - OR = { - exists = no - is_vassal = yes - } - } - KAZ = { - OR = { - exists = no - is_vassal = yes - } - } - } - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - } - leave_alliance = THIS - relation = { - who = THIS - value = -100 - } - add_casus_belli = { - target = THIS - type = great_game_cb - months = 36 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 0 - badboy = 0.96 - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - } - } - - option = { - name = "EVT95610OPTB" - prestige = -5 - any_neighbor_country = { - limit = { - exists = yes - civilized = no - is_vassal = no - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = KAS - tag = KOK - tag = KHI - tag = BUK - tag = CRL - tag = KAZ - tag = BDK - AND = { - tag = AFG - neighbour = RUS - neighbour = ENG - BUK = { - OR = { - exists = no - is_vassal = yes - } - } - KHI = { - OR = { - exists = no - is_vassal = yes - } - } - KOK = { - OR = { - exists = no - is_vassal = yes - } - } - BDK = { - OR = { - exists = no - is_vassal = yes - } - } - KAZ = { - OR = { - exists = no - is_vassal = yes - } - } - } - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - NOT = { - has_country_modifier = border_incident - in_sphere = THIS - truce_with = THIS - } - OR = { - neighbour = RUS - any_neighbor_country = { vassal_of = RUS } - } - } - relation = { - who = THIS - value = 25 - } - } - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 1.5 - war = yes - } - } - } - - option = { - name = "EVT95610OPTC" - prestige = -10 - set_country_flag = no_more_great_game - ai_chance = { - factor = 0 - } - } + id = 95611 + title = "EVTNAME95610" #The Great Game - Russia + desc = "EVTDESC95611" + picture = "greatpowers" + + trigger = { + tag = RUS + is_disarmed = no + is_greater_power = yes + ENG = { is_greater_power = yes } + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + OR = { + SIN = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KAZ = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + BDK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KAL = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + MAK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + AND = { + AFG = { + exists = yes + civilized = no + is_vassal = no + neighbour = ENG + neighbour = RUS + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KAZ = { + OR = { + exists = no + is_vassal = yes + } + } + KOK = { + OR = { + exists = no + is_vassal = yes + } + } + BDK = { + OR = { + exists = no + is_vassal = yes + } + } + BUK = { + OR = { + exists = no + is_vassal = yes + } + } + KHI = { + OR = { + exists = no + is_vassal = yes + } + } + } + KAS = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KOK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + KHI = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + BUK = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + PNJ = { + has_country_flag = ranjit_singh_dead + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + CRL = { + exists = yes + civilized = no + is_vassal = no + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + } + } + NOT = { + any_greater_power = { war_with = THIS } + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + war_policy = pacifism + has_global_flag = british_dismantled + casus_belli = SIN + casus_belli = KAL + casus_belli = MAK + casus_belli = AFG + casus_belli = KAS + casus_belli = KOK + casus_belli = KHI + casus_belli = BUK + casus_belli = PNJ + casus_belli = CRL + casus_belli = KAZ + casus_belli = BDK + war_with = SIN + war_with = KAL + war_with = MAK + war_with = AFG + war_with = KAS + war_with = KOK + war_with = KHI + war_with = BUK + war_with = CRL + war_with = KAZ + war_with = BDK + } + } + + mean_time_to_happen = { + months = 28 + modifier = { + factor = 1.5 + ai = no + } + modifier = { + factor = 0.8 + ideological_thought = 1 + } + modifier = { + factor = 0.7 + state_n_government = 1 + } + modifier = { + factor = 0.4 + nationalism_n_imperialism = 1 + } + } + + option = { + name = "EVT95610OPTA" + badboy = 1 + random_country = { + limit = { + exists = yes + civilized = no + is_vassal = no + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = KAS + tag = KOK + tag = KHI + tag = BUK + tag = CRL + tag = KAZ + tag = BDK + AND = { + tag = AFG + neighbour = RUS + neighbour = ENG + BUK = { + OR = { + exists = no + is_vassal = yes + } + } + KHI = { + OR = { + exists = no + is_vassal = yes + } + } + KOK = { + OR = { + exists = no + is_vassal = yes + } + } + BDK = { + OR = { + exists = no + is_vassal = yes + } + } + KAZ = { + OR = { + exists = no + is_vassal = yes + } + } + } + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + } + leave_alliance = THIS + relation = { + who = THIS + value = -100 + } + add_casus_belli = { + target = THIS + type = great_game_cb + months = 36 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 0 + badboy = 0.96 + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + } + } + + option = { + name = "EVT95610OPTB" + prestige = -5 + any_neighbor_country = { + limit = { + exists = yes + civilized = no + is_vassal = no + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = KAS + tag = KOK + tag = KHI + tag = BUK + tag = CRL + tag = KAZ + tag = BDK + AND = { + tag = AFG + neighbour = RUS + neighbour = ENG + BUK = { + OR = { + exists = no + is_vassal = yes + } + } + KHI = { + OR = { + exists = no + is_vassal = yes + } + } + KOK = { + OR = { + exists = no + is_vassal = yes + } + } + BDK = { + OR = { + exists = no + is_vassal = yes + } + } + KAZ = { + OR = { + exists = no + is_vassal = yes + } + } + } + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + NOT = { + has_country_modifier = border_incident + in_sphere = THIS + truce_with = THIS + } + OR = { + neighbour = RUS + any_neighbor_country = { vassal_of = RUS } + } + } + relation = { + who = THIS + value = 25 + } + } + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 1.5 + war = yes + } + } + } + + option = { + name = "EVT95610OPTC" + prestige = -10 + set_country_flag = no_more_great_game + ai_chance = { + factor = 0 + } + } } # Border Incident for countries targeted by the Great Game country_event = { - id = 95612 - title = "EVTNAME95612" #The Great Game Comes to $COUNTRY$ - desc = "EVTDESC95612" - picture = "rebellion" - - trigger = { - OR = { - tag = SIN - tag = KAL - tag = MAK - tag = AFG - tag = KAS - tag = KOK - tag = KHI - tag = BUK - tag = CRL - tag = KAZ - tag = BDK - AND = { - tag = PNJ - has_country_flag = ranjit_singh_dead - } - } - war = no - civilized = no - is_vassal = no - - ENG = { is_greater_power = yes } - RUS = { is_greater_power = yes } - NOT = { - has_global_flag = british_dismantled - has_country_modifier = border_incident - } - OR = { - neighbour = ENG - neighbour = RUS - any_neighbor_country = { vassal_of = ENG } - any_neighbor_country = { vassal_of = RUS } - } - OR = { - RUS = { - is_disarmed = no - casus_belli = THIS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - relation = { who = THIS value = 100 } - is_sphere_leader_of = THIS - alliance_with = THIS - truce_with = THIS - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - war_policy = pacifism - } - } - ENG = { - is_disarmed = no - casus_belli = THIS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - relation = { who = THIS value = 100 } - is_sphere_leader_of = THIS - truce_with = THIS - alliance_with = THIS - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - war_policy = pacifism - } - } - } - } - - mean_time_to_happen = { - months = 50 - modifier = { - factor = 0.8 - civilization_progress = 0.5 - } - modifier = { - factor = 0.8 - civilization_progress = 0.75 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 1.5 - part_of_sphere = yes - } - modifier = { - factor = 1.2 - any_greater_power = { alliance_with = THIS } - } - modifier = { - factor = 1.2 - NOT = { neighbour = RUS } - } - modifier = { - factor = 0.8 - neighbour = RUS - neighbour = ENG - } - modifier = { - factor = 4 - tag = AFG - } - modifier = { - factor = 0.75 - OR = { - tag = SIN - tag = MAK - tag = KAL - } - } - } - - option = { - name = "EVT95612OPTA" - random_country = { - limit = { - OR = { - tag = ENG - tag = RUS - } - is_disarmed = no - casus_belli = THIS - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - NOT = { - relation = { who = THIS value = 50 } - is_sphere_leader_of = THIS - alliance_with = THIS - truce_with = THIS - has_country_flag = no_more_great_game - has_country_modifier = punitive_effects - war_policy = pacifism - } - } - country_event = 95613 - } - add_country_modifier = { - name = "border_incident" - duration = 1825 - } - } + id = 95612 + title = "EVTNAME95612" #The Great Game Comes to $COUNTRY$ + desc = "EVTDESC95612" + picture = "rebellion" + + trigger = { + OR = { + tag = SIN + tag = KAL + tag = MAK + tag = AFG + tag = KAS + tag = KOK + tag = KHI + tag = BUK + tag = CRL + tag = KAZ + tag = BDK + AND = { + tag = PNJ + has_country_flag = ranjit_singh_dead + } + } + war = no + civilized = no + is_vassal = no + + ENG = { is_greater_power = yes } + RUS = { is_greater_power = yes } + NOT = { + has_global_flag = british_dismantled + has_country_modifier = border_incident + } + OR = { + neighbour = ENG + neighbour = RUS + any_neighbor_country = { vassal_of = ENG } + any_neighbor_country = { vassal_of = RUS } + } + OR = { + RUS = { + is_disarmed = no + casus_belli = THIS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + relation = { who = THIS value = 100 } + is_sphere_leader_of = THIS + alliance_with = THIS + truce_with = THIS + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + war_policy = pacifism + } + } + ENG = { + is_disarmed = no + casus_belli = THIS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + relation = { who = THIS value = 100 } + is_sphere_leader_of = THIS + truce_with = THIS + alliance_with = THIS + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + war_policy = pacifism + } + } + } + } + + mean_time_to_happen = { + months = 50 + modifier = { + factor = 0.8 + civilization_progress = 0.5 + } + modifier = { + factor = 0.8 + civilization_progress = 0.75 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 1.5 + part_of_sphere = yes + } + modifier = { + factor = 1.2 + any_greater_power = { alliance_with = THIS } + } + modifier = { + factor = 1.2 + NOT = { neighbour = RUS } + } + modifier = { + factor = 0.8 + neighbour = RUS + neighbour = ENG + } + modifier = { + factor = 4 + tag = AFG + } + modifier = { + factor = 0.75 + OR = { + tag = SIN + tag = MAK + tag = KAL + } + } + } + + option = { + name = "EVT95612OPTA" + random_country = { + limit = { + OR = { + tag = ENG + tag = RUS + } + is_disarmed = no + casus_belli = THIS + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + NOT = { + relation = { who = THIS value = 50 } + is_sphere_leader_of = THIS + alliance_with = THIS + truce_with = THIS + has_country_flag = no_more_great_game + has_country_modifier = punitive_effects + war_policy = pacifism + } + } + country_event = 95613 + } + add_country_modifier = { + name = "border_incident" + duration = 1825 + } + } } country_event = { - id = 95613 - title = "EVTNAME95613" #Border Incident - desc = "EVTDESC95613" - news = yes - news_desc_long = "EVTDESC95613_NEWS_LONG" - news_desc_medium = "EVTDESC95613_NEWS_MEDIUM" - news_desc_short = "EVTDESC95613_NEWS_SHORT" - picture = "rebellion" - - is_triggered_only = yes - - option = { - name = "EVT95613OPTA" - casus_belli = { - target = FROM - type = great_game_cb - months = 12 - } - #random_owned = { - # limit = { - # owner = { NOT = { nationalism_n_imperialism = 1 } } - # FROM = { number_of_states = 2 } - # FROM = { NOT = { tag = AFG } } - # } - # owner = { - # casus_belli = { - # target = FROM - # type = demand_concession_casus_belli - # months = 12 - # } - # } - #} - #random_owned = { - # limit = { - # owner = { - # nationalism_n_imperialism = 1 - # NOT = { has_global_flag = berlin_conference } - # } - # FROM = { number_of_states = 2 } - # FROM = { NOT = { tag = AFG } } - # } - # owner = { - # casus_belli = { - # target = FROM - # type = demand_concession_NI_casus_belli - # months = 12 - # } - # } - #} - #random_owned = { - # limit = { - # owner = { - # nationalism_n_imperialism = 1 - # has_global_flag = berlin_conference - # } - # FROM = { number_of_states = 2 } - # FROM = { NOT = { tag = AFG } } - # } - # owner = { - # casus_belli = { - # target = FROM - # type = demand_concession_BC_casus_belli - # months = 12 - # } - # } - #} - war = { - target = FROM - attacker_goal = { - casus_belli = great_game_cb - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0.5 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 1.5 - neighbour = FROM - } - modifier = { - factor = 1.25 - war = no - } - } - } - - option = { - name = "EVT95613OPTB" - prestige = -10 - FROM = { country_event = 95614 } - ai_chance = { - factor = 25 - modifier = { - factor = 0 - FROM = { any_owned_province = { is_core = HND } } - tag = ENG - } - modifier = { - factor = 2 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - modifier = { - factor = 2 - NOT = { neighbour = FROM } - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - } - } + id = 95613 + title = "EVTNAME95613" #Border Incident + desc = "EVTDESC95613" + news = yes + news_desc_long = "EVTDESC95613_NEWS_LONG" + news_desc_medium = "EVTDESC95613_NEWS_MEDIUM" + news_desc_short = "EVTDESC95613_NEWS_SHORT" + picture = "rebellion" + + is_triggered_only = yes + + option = { + name = "EVT95613OPTA" + casus_belli = { + target = FROM + type = great_game_cb + months = 12 + } + #random_owned = { + # limit = { + # owner = { NOT = { nationalism_n_imperialism = 1 } } + # FROM = { number_of_states = 2 } + # FROM = { NOT = { tag = AFG } } + # } + # owner = { + # casus_belli = { + # target = FROM + # type = demand_concession_casus_belli + # months = 12 + # } + # } + #} + #random_owned = { + # limit = { + # owner = { + # nationalism_n_imperialism = 1 + # NOT = { has_global_flag = berlin_conference } + # } + # FROM = { number_of_states = 2 } + # FROM = { NOT = { tag = AFG } } + # } + # owner = { + # casus_belli = { + # target = FROM + # type = demand_concession_NI_casus_belli + # months = 12 + # } + # } + #} + #random_owned = { + # limit = { + # owner = { + # nationalism_n_imperialism = 1 + # has_global_flag = berlin_conference + # } + # FROM = { number_of_states = 2 } + # FROM = { NOT = { tag = AFG } } + # } + # owner = { + # casus_belli = { + # target = FROM + # type = demand_concession_BC_casus_belli + # months = 12 + # } + # } + #} + war = { + target = FROM + attacker_goal = { + casus_belli = great_game_cb + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0.5 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 1.5 + neighbour = FROM + } + modifier = { + factor = 1.25 + war = no + } + } + } + + option = { + name = "EVT95613OPTB" + prestige = -10 + FROM = { country_event = 95614 } + ai_chance = { + factor = 25 + modifier = { + factor = 0 + FROM = { any_owned_province = { is_core = HND } } + tag = ENG + } + modifier = { + factor = 2 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + modifier = { + factor = 2 + NOT = { neighbour = FROM } + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + } + } } country_event = { - id = 95614 - title = "EVTNAME95614" #Peace With $FROMCOUNTRY$ - desc = "EVTDESC95614" - picture = "india" - - is_triggered_only = yes - - option = { - name = "EVT95614OPTA" - prestige = 2 - relation = { who = FROM value = 50 } - } + id = 95614 + title = "EVTNAME95614" #Peace With $FROMCOUNTRY$ + desc = "EVTDESC95614" + picture = "india" + + is_triggered_only = yes + + option = { + name = "EVT95614OPTA" + prestige = 2 + relation = { who = FROM value = 50 } + } } # Russian absorption of vassals (to match Doctrine of Lapse) country_event = { - id = 95615 - title = "EVTNAME95615" - desc = "EVTDESC95615" - picture = "Rebellion" - - trigger = { - vassal_of = RUS - ai = yes - civilized = no - OR = { - primary_culture = uzbek - primary_culture = kirgiz - primary_culture = turkmen - primary_culture = tajik - primary_culture = kazak - } - NOT = { has_country_flag = no_russian_doctrine } - overlord = { - is_disarmed = no - has_recently_lost_war = no - } - } - - mean_time_to_happen = { - months = 400 - modifier = { - factor = 2 - NOT = { average_militancy = 1 } - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { average_militancy = 3 } - } - modifier = { - factor = 0.8 - average_militancy = 4 - } - modifier = { - factor = 0.7 - average_militancy = 5 - } - modifier = { - factor = 0.6 - average_militancy = 6 - } - modifier = { - factor = 0.5 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - revolt_percentage = 0.25 - } - modifier = { - factor = 0.1 - NOT = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - modifier = { - factor = 0.5 - overlord = { revolution_n_counterrevolution = 1 } - } - modifier = { - factor = 0.1 - has_country_modifier = regency_government - } - } - - option = { - name = "EVT95615OPTA" - tech_school = developing_tech_school - set_country_flag = no_russian_doctrine - any_pop = { - limit = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - militancy = 4 - consciousness = 1 - } - RUS = { country_event = 95616 } - } + id = 95615 + title = "EVTNAME95615" + desc = "EVTDESC95615" + picture = "Rebellion" + + trigger = { + vassal_of = RUS + ai = yes + civilized = no + OR = { + primary_culture = uzbek + primary_culture = kirgiz + primary_culture = turkmen + primary_culture = tajik + primary_culture = kazak + } + NOT = { has_country_flag = no_russian_doctrine } + overlord = { + is_disarmed = no + has_recently_lost_war = no + } + } + + mean_time_to_happen = { + months = 400 + modifier = { + factor = 2 + NOT = { average_militancy = 1 } + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { average_militancy = 3 } + } + modifier = { + factor = 0.8 + average_militancy = 4 + } + modifier = { + factor = 0.7 + average_militancy = 5 + } + modifier = { + factor = 0.6 + average_militancy = 6 + } + modifier = { + factor = 0.5 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + revolt_percentage = 0.25 + } + modifier = { + factor = 0.1 + NOT = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + modifier = { + factor = 0.5 + overlord = { revolution_n_counterrevolution = 1 } + } + modifier = { + factor = 0.1 + has_country_modifier = regency_government + } + } + + option = { + name = "EVT95615OPTA" + tech_school = developing_tech_school + set_country_flag = no_russian_doctrine + any_pop = { + limit = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + militancy = 4 + consciousness = 1 + } + RUS = { country_event = 95616 } + } } country_event = { - id = 95616 - title = "EVTNAME95616" #The $FROMCOUNTRY_ADJ$ Doctrine - desc = "EVTDESC95616" - news = yes - news_desc_long = "EVTDESC95616_NEWS_LONG" - news_desc_medium = "EVTDESC95616_NEWS_MEDIUM" - news_desc_short = "EVTDESC95616_NEWS_SHORT" - picture = "Rebellion" - - is_triggered_only = yes - - option = { - name = "EVT95616OPTA" - prestige = 5 - inherit = FROM - ai_chance = { factor = 100 } - } - - option = { - name = "EVT95616OPTB" - prestige = -2 - FROM = { - #set_country_flag = no_russian_doctrine - any_pop = { militancy = -2 } - } - ai_chance = { factor = 0 } - } + id = 95616 + title = "EVTNAME95616" #The $FROMCOUNTRY_ADJ$ Doctrine + desc = "EVTDESC95616" + news = yes + news_desc_long = "EVTDESC95616_NEWS_LONG" + news_desc_medium = "EVTDESC95616_NEWS_MEDIUM" + news_desc_short = "EVTDESC95616_NEWS_SHORT" + picture = "Rebellion" + + is_triggered_only = yes + + option = { + name = "EVT95616OPTA" + prestige = 5 + inherit = FROM + ai_chance = { factor = 100 } + } + + option = { + name = "EVT95616OPTB" + prestige = -2 + FROM = { + #set_country_flag = no_russian_doctrine + any_pop = { militancy = -2 } + } + ai_chance = { factor = 0 } + } } diff --git a/HPM/events/Turkestan.txt b/HPM/events/Turkestan.txt index 91438a6c..527724af 100644 --- a/HPM/events/Turkestan.txt +++ b/HPM/events/Turkestan.txt @@ -1,494 +1,493 @@ ######################################################### -# # -# Events for Turkestan & Turkic states # -# # +# # +# Events for Turkestan & Turkic states # +# # ######################################################### #Organizing Turkmenistan country_event = { - - id = 32548 - title = "EVTNAME32548" - desc = "EVTDESC32546" - picture = "central_asian_tribes" - - trigger = { - civilized = yes - NOT = { is_culture_group = iranian_turanian } - NOT = { exists = TKM } - OR = { - nationalism_n_imperialism = 1 - year = 1870 - great_wars_enabled = yes - } - owns = 1204 - owns = 1205 - owns = 1206 - owns = 1196 - owns = 686 - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT32546OPTA" - set_global_flag = turkmenistan_created - 1205 = { change_province_name = "Krasnovodsk" } - 1206 = { change_province_name = "Türkmenabat" } - 1196 = { change_province_name = "Dashoguz" } - any_pop = { limit = { has_pop_culture = turkmen } militancy = -1 consciousness = -2 } - TKM = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - all_core = { - remove_core = KHI - remove_core = PER - remove_core = BUK - remove_core = RUS - add_province_modifier = { name = baby_boom duration = 365 } - add_province_modifier = { name = nationalist_agitation duration = 200 } - } - } - } + + id = 32548 + title = "EVTNAME32548" + desc = "EVTDESC32546" + picture = "central_asian_tribes" + + trigger = { + civilized = yes + NOT = { is_culture_group = iranian_turanian } + NOT = { exists = TKM } + OR = { + nationalism_n_imperialism = 1 + year = 1870 + great_wars_enabled = yes + } + owns = 1204 + owns = 1205 + owns = 1206 + owns = 1196 + owns = 686 + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT32546OPTA" + set_global_flag = turkmenistan_created + 1205 = { change_province_name = "Krasnovodsk" } + 1206 = { change_province_name = "Türkmenabat" } + 1196 = { change_province_name = "Dashoguz" } + any_pop = { limit = { has_pop_culture = turkmen } militancy = -1 consciousness = -2 } + TKM = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + all_core = { + remove_core = KHI + remove_core = PER + remove_core = BUK + remove_core = RUS + add_province_modifier = { name = baby_boom duration = 365 } + add_province_modifier = { name = nationalist_agitation duration = 200 } + } + } + } } #Organizing Kazakhstan country_event = { - - id = 325500 - title = "EVTNAME325500" - desc = "EVTDESC32546" - picture = "central_asian_tribes" - - trigger = { - NOT = { is_culture_group = iranian_turanian } - NOT = { exists = KAZ } - KAZ = { all_core = { owned_by = THIS } } - OR = { - nationalism_n_imperialism = 1 - year = 1870 - great_wars_enabled = yes - } - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT32546OPTA" - RUS_1185 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } - RUS_1184 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } - RUS_1182 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } - 1186 = { life_rating = 5 } - 1185 = { life_rating = 5 } - 1193 = { life_rating = 5 } - - KAZ = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - all_core = { - add_province_modifier = { name = baby_boom duration = 183 } - add_province_modifier = { name = nationalist_agitation duration = 200 } - } - } - } + + id = 325500 + title = "EVTNAME325500" + desc = "EVTDESC32546" + picture = "central_asian_tribes" + + trigger = { + NOT = { is_culture_group = iranian_turanian } + NOT = { exists = KAZ } + KAZ = { all_core = { owned_by = THIS } } + OR = { + nationalism_n_imperialism = 1 + year = 1870 + great_wars_enabled = yes + } + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT32546OPTA" + RUS_1185 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } + RUS_1184 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } + RUS_1182 = { add_core = KAZ remove_core = KHI remove_core = KOK remove_core = BUK remove_core = RUS } + 1186 = { life_rating = 5 } + 1185 = { life_rating = 5 } + 1193 = { life_rating = 5 } + + KAZ = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + all_core = { + add_province_modifier = { name = baby_boom duration = 183 } + add_province_modifier = { name = nationalist_agitation duration = 200 } + } + } + } } #Organizing Uzbekistan country_event = { - - id = 32549 - title = "EVTNAME32549" - desc = "EVTDESC32546" - picture = "central_asian_tribes" - - trigger = { - is_greater_power = yes - NOT = { is_culture_group = iranian_turanian } - NOT = { exists = UZB } - OR = { - nationalism_n_imperialism = 1 - year = 1870 - great_wars_enabled = yes - } - owns = 1191 - owns = 1195 - owns = 1198 - owns = 1199 - owns = 1200 - owns = 1192 - owns = 1202 - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { months = 24 } - - option = { - name = "EVT32546OPTA" - set_global_flag = uzbekistan_created - KHI_1191 = { add_core = UZB } - random_country = { - limit = { tag = BUK exists = no } - BUK = { all_core = { remove_core = BUK } } - } - random_country = { - limit = { tag = KHI exists = no } - KHI = { all_core = { remove_core = KHI } } - } - random_country = { - limit = { tag = TKM exists = no } - TKM = { civilized = yes } - } - UZB = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - all_core = { - remove_core = KHI - remove_core = KOK - remove_core = BUK - remove_core = RUS - add_province_modifier = { name = baby_boom duration = 365 } - add_province_modifier = { name = nationalist_agitation duration = 200 } - } - } - } + + id = 32549 + title = "EVTNAME32549" + desc = "EVTDESC32546" + picture = "central_asian_tribes" + + trigger = { + is_greater_power = yes + NOT = { is_culture_group = iranian_turanian } + NOT = { exists = UZB } + OR = { + nationalism_n_imperialism = 1 + year = 1870 + great_wars_enabled = yes + } + owns = 1191 + owns = 1195 + owns = 1198 + owns = 1199 + owns = 1200 + owns = 1192 + owns = 1202 + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { months = 24 } + + option = { + name = "EVT32546OPTA" + set_global_flag = uzbekistan_created + KHI_1191 = { add_core = UZB } + random_country = { + limit = { tag = BUK exists = no } + BUK = { all_core = { remove_core = BUK } } + } + random_country = { + limit = { tag = KHI exists = no } + KHI = { all_core = { remove_core = KHI } } + } + random_country = { + limit = { tag = TKM exists = no } + TKM = { civilized = yes } + } + UZB = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + all_core = { + remove_core = KHI + remove_core = KOK + remove_core = BUK + remove_core = RUS + add_province_modifier = { name = baby_boom duration = 365 } + add_province_modifier = { name = nationalist_agitation duration = 200 } + } + } + } } country_event = { - - id = 95206 - - title = "EVTNAME95206" #Reclaiming Uzbek Lands - desc = "EVTDESC95206" - picture = "arab_revolt" - - trigger = { - OR = { - tag = KHI - tag = BUK - } - post_napoleonic_thought = 1 - any_neighbor_country = { - any_owned_province = { culture = uzbek } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.1 - any_neighbor_country = { - war = yes - any_owned_province = { culture = uzbek } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - - } - } - modifier = { - factor = 1.5 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - NOT = { total_amount_of_divisions = 4 } - } - } - - option = { - name = "EVT95206OPTA" - random_country = { - limit = { - neighbour = THIS - any_owned_province = { culture = uzbek } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - number_of_states = 2 - } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - add_casus_belli = { - target = THIS - type = acquire_state - months = 12 - } - } - random_country = { - limit = { - neighbour = THIS - any_owned_province = { culture = uzbek } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - NOT = { number_of_states = 2 } - } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - add_casus_belli = { - target = THIS - type = conquest - months = 12 - } - } - } -} + + id = 95206 + + title = "EVTNAME95206" #Reclaiming Uzbek Lands + desc = "EVTDESC95206" + picture = "arab_revolt" + + trigger = { + OR = { + tag = KHI + tag = BUK + } + post_napoleonic_thought = 1 + any_neighbor_country = { + any_owned_province = { culture = uzbek } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.1 + any_neighbor_country = { + war = yes + any_owned_province = { culture = uzbek } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + + } + } + modifier = { + factor = 1.5 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + NOT = { total_amount_of_divisions = 4 } + } + } + + option = { + name = "EVT95206OPTA" + random_country = { + limit = { + neighbour = THIS + any_owned_province = { culture = uzbek } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + number_of_states = 2 + } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + add_casus_belli = { + target = THIS + type = acquire_state + months = 12 + } + } + random_country = { + limit = { + neighbour = THIS + any_owned_province = { culture = uzbek } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + NOT = { number_of_states = 2 } + } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + add_casus_belli = { + target = THIS + type = conquest + months = 12 + } + } + } +} #Organizing Tajikistan country_event = { - - id = 32546 - title = "EVTNAME32546" - desc = "EVTDESC32546" - picture = "central_asian_tribes" - - trigger = { - NOT = { is_culture_group = iranian_turanian } - NOT = { exists = TAJ } - civilized = yes - OR = { - nationalism_n_imperialism = 1 - great_wars_enabled = yes - } - owns = 1208 - owns = 1207 - owns = 1201 - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32546OPTA" - 1201 = { add_core = TAJ } - 1208 = { add_core = TAJ } - 1207 = { - add_core = TAJ - change_province_name = "Dushanbe" - } - TAJ = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - all_core = { - remove_core = KOK - remove_core = RUS - remove_core = BUK - remove_core = BDK - add_province_modifier = { name = baby_boom duration = 365 } - add_province_modifier = { name = nationalist_agitation duration = 200 } - } - } - } + + id = 32546 + title = "EVTNAME32546" + desc = "EVTDESC32546" + picture = "central_asian_tribes" + + trigger = { + NOT = { is_culture_group = iranian_turanian } + NOT = { exists = TAJ } + civilized = yes + OR = { + nationalism_n_imperialism = 1 + great_wars_enabled = yes + } + owns = 1208 + owns = 1207 + owns = 1201 + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32546OPTA" + 1201 = { add_core = TAJ } + 1208 = { add_core = TAJ } + 1207 = { + add_core = TAJ + change_province_name = "Dushanbe" + } + TAJ = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + all_core = { + remove_core = KOK + remove_core = RUS + remove_core = BUK + remove_core = BDK + add_province_modifier = { name = baby_boom duration = 365 } + add_province_modifier = { name = nationalist_agitation duration = 200 } + } + } + } } #Organizing Kyrgyzstan country_event = { - - id = 32547 - title = "EVTNAME32547" - desc = "EVTDESC32546" - picture = "central_asian_tribes" - - trigger = { - is_greater_power = yes - NOT = { is_culture_group = iranian_turanian } - NOT = { exists = KYR } - OR = { - nationalism_n_imperialism = 1 - year = 1870 - great_wars_enabled = yes - } - owns = 1189 - owns = 1190 - owns = 1203 - war = no - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT32546OPTA" - set_global_flag = kyrgyzstan_created - 1189 = { add_core = KYR } - 1190 = { add_core = KYR } - 1203 = { add_core = KYR } - KYR = { - tech_school = developing_tech_school - nationalvalue = nv_autocracy - all_core = { - remove_core = KOK - remove_core = RUS - remove_core = BUK - add_province_modifier = { name = baby_boom duration = 365 } - add_province_modifier = { name = nationalist_agitation duration = 200 } - } - } - } + + id = 32547 + title = "EVTNAME32547" + desc = "EVTDESC32546" + picture = "central_asian_tribes" + + trigger = { + is_greater_power = yes + NOT = { is_culture_group = iranian_turanian } + NOT = { exists = KYR } + OR = { + nationalism_n_imperialism = 1 + year = 1870 + great_wars_enabled = yes + } + owns = 1189 + owns = 1190 + owns = 1203 + war = no + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT32546OPTA" + set_global_flag = kyrgyzstan_created + 1189 = { add_core = KYR } + 1190 = { add_core = KYR } + 1203 = { add_core = KYR } + KYR = { + tech_school = developing_tech_school + nationalvalue = nv_autocracy + all_core = { + remove_core = KOK + remove_core = RUS + remove_core = BUK + add_province_modifier = { name = baby_boom duration = 365 } + add_province_modifier = { name = nationalist_agitation duration = 200 } + } + } + } } country_event = { - - id = 95216 - - title = "EVTNAME95216" #Reclaiming Kyrgyz Lands - desc = "EVTDESC95216" - picture = "arab_revolt" - - trigger = { - tag = KOK - post_napoleonic_thought = 1 - any_neighbor_country = { - any_owned_province = { culture = kirgiz } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.1 - any_neighbor_country = { - war = yes - any_owned_province = { culture = kirgiz } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - - } - } - modifier = { - factor = 1.5 - has_recently_lost_war = yes - } - modifier = { - factor = 1.5 - NOT = { total_amount_of_divisions = 4 } - } - } - - option = { - name = "EVT95206OPTA" - random_country = { - limit = { - neighbour = THIS - any_owned_province = { culture = kirgiz } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - number_of_states = 2 - } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - add_casus_belli = { - target = THIS - type = acquire_state - months = 12 - } - } - random_country = { - limit = { - neighbour = THIS - any_owned_province = { culture = kirgiz } - OR = { - AND = { - civilized = no - THIS = { civilized = no } - } - AND = { - civilized = yes - THIS = { civilized = yes } - } - } - NOT = { number_of_states = 2 } - } - leave_alliance = THIS - relation = { - who = THIS - value = -50 - } - add_casus_belli = { - target = THIS - type = conquest - months = 12 - } - } - } -} + id = 95216 + + title = "EVTNAME95216" #Reclaiming Kyrgyz Lands + desc = "EVTDESC95216" + picture = "arab_revolt" + + trigger = { + tag = KOK + post_napoleonic_thought = 1 + any_neighbor_country = { + any_owned_province = { culture = kirgiz } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.1 + any_neighbor_country = { + war = yes + any_owned_province = { culture = kirgiz } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + + } + } + modifier = { + factor = 1.5 + has_recently_lost_war = yes + } + modifier = { + factor = 1.5 + NOT = { total_amount_of_divisions = 4 } + } + } + + option = { + name = "EVT95206OPTA" + random_country = { + limit = { + neighbour = THIS + any_owned_province = { culture = kirgiz } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + number_of_states = 2 + } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + add_casus_belli = { + target = THIS + type = acquire_state + months = 12 + } + } + random_country = { + limit = { + neighbour = THIS + any_owned_province = { culture = kirgiz } + OR = { + AND = { + civilized = no + THIS = { civilized = no } + } + AND = { + civilized = yes + THIS = { civilized = yes } + } + } + NOT = { number_of_states = 2 } + } + leave_alliance = THIS + relation = { + who = THIS + value = -50 + } + add_casus_belli = { + target = THIS + type = conquest + months = 12 + } + } + } +} diff --git a/HPM/events/URUhist.txt b/HPM/events/URUhist.txt index 9ca76674..f4762de7 100644 --- a/HPM/events/URUhist.txt +++ b/HPM/events/URUhist.txt @@ -1,1438 +1,1438 @@ country_event = { - id = 600057 - title = "EVTNAME600057" #Colorados won - desc = "EVTDESC600057" - picture = "33orientals" - - is_triggered_only = yes - - option = { - name = "EVTOPT600057A" - set_country_flag = colorado_victory - political_reform = wealth_weighted_voting - political_reform = population_equal_weight - ruling_party_ideology = liberal - ARC = { country_event = 600058 } - 2344 = { - remove_province_modifier = colorado_sympathies - add_province_modifier = { name = rivera_reforms duration = 365 } - any_pop = { - militancy = -9 - consciousness = -9 - ideology = { factor = 0.4 value = liberal } - ideology = { factor = -0.4 value = reactionary } - } - } - - any_owned = { - limit = { NOT = { province_id = 2344 } } - any_pop = { - ideology = { factor = 0.6 value = liberal } - ideology = { factor = -0.2 value = reactionary } - } - } - - relation = { - who = BRZ - value = 150 - } - - relation = { - who = ARC - value = -150 - } - - relation = { - who = FRA - value = 100 - } - - relation = { - who = ENG - value = 100 - } - relation = { - who = PRG - value = -200 - } - treasury = 1500 - small_arms = 20 - ammunition = 20 - canned_food = 20 - election = yes - neutrality = yes - } - } - + id = 600057 + title = "EVTNAME600057" #Colorados won + desc = "EVTDESC600057" + picture = "33orientals" + + is_triggered_only = yes + + option = { + name = "EVTOPT600057A" + set_country_flag = colorado_victory + political_reform = wealth_weighted_voting + political_reform = population_equal_weight + ruling_party_ideology = liberal + ARC = { country_event = 600058 } + 2344 = { + remove_province_modifier = colorado_sympathies + add_province_modifier = { name = rivera_reforms duration = 365 } + any_pop = { + militancy = -9 + consciousness = -9 + ideology = { factor = 0.4 value = liberal } + ideology = { factor = -0.4 value = reactionary } + } + } + + any_owned = { + limit = { NOT = { province_id = 2344 } } + any_pop = { + ideology = { factor = 0.6 value = liberal } + ideology = { factor = -0.2 value = reactionary } + } + } + + relation = { + who = BRZ + value = 150 + } + + relation = { + who = ARC + value = -150 + } + + relation = { + who = FRA + value = 100 + } + + relation = { + who = ENG + value = 100 + } + relation = { + who = PRG + value = -200 + } + treasury = 1500 + small_arms = 20 + ammunition = 20 + canned_food = 20 + election = yes + neutrality = yes + } + } + country_event = { - id = 600058 - title = "EVTNAME600058" #Rosas Answer - desc = "EVTDESC600058" - picture = "33orientals" - - is_triggered_only = yes - - option = { - name = "EVTOPT600058A" #Rivera is a usurper - URU = { set_country_flag = oribe_is_true_president } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPT600058B" #Rivera is the legitimate president - URU = { set_country_flag = rivera_is_true_president } - any_pop = { - scaled_consciousness = { - factor = 6 - ideology = liberal - } - scaled_militancy = { - factor = 4 - ideology = liberal - } - } - ai_chance = { - factor = 0 - } - } + id = 600058 + title = "EVTNAME600058" #Rosas Answer + desc = "EVTDESC600058" + picture = "33orientals" + + is_triggered_only = yes + + option = { + name = "EVTOPT600058A" #Rivera is a usurper + URU = { set_country_flag = oribe_is_true_president } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPT600058B" #Rivera is the legitimate president + URU = { set_country_flag = rivera_is_true_president } + any_pop = { + scaled_consciousness = { + factor = 6 + ideology = liberal + } + scaled_militancy = { + factor = 4 + ideology = liberal + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 600059 - title = "EVTNAME600059" #Colorado Agitation - desc = "EVTDESC600059" - picture = "33orientals" - - trigger = { - NOT = { year = 1860 } - tag = URU - year = 1835 - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - OR = { - upper_house_composition = party_appointed - upper_house_composition = appointed - voting_system = first_past_the_post - } - NOT = { - OR = { - any_owned_province = { has_province_modifier = colorado_sympathies } - has_country_flag = colorado_rule - ruling_party_ideology = liberal - } - } - } - - mean_time_to_happen = { days = 15 } - - option = { - name = "EVTOPT600059A" - 2344 = { add_province_modifier = { name = colorado_sympathies duration = 1000 } } - } - } + id = 600059 + title = "EVTNAME600059" #Colorado Agitation + desc = "EVTDESC600059" + picture = "33orientals" + + trigger = { + NOT = { year = 1860 } + tag = URU + year = 1835 + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + OR = { + upper_house_composition = party_appointed + upper_house_composition = appointed + voting_system = first_past_the_post + } + NOT = { + OR = { + any_owned_province = { has_province_modifier = colorado_sympathies } + has_country_flag = colorado_rule + ruling_party_ideology = liberal + } + } + } + + mean_time_to_happen = { days = 15 } + + option = { + name = "EVTOPT600059A" + 2344 = { add_province_modifier = { name = colorado_sympathies duration = 1000 } } + } + } country_event = { - id = 600060 - title = "EVTNAME600060" #Blanco Agitation - desc = "EVTDESC600060" - picture = "gritoasencio" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - tag = URU - year = 1840 - ruling_party_ideology = liberal - election = no - OR = { - upper_house_composition = party_appointed - upper_house_composition = appointed - voting_system = first_past_the_post - } - NOT = { - OR = { - any_owned_province = { has_province_modifier = blanco_sympathies } - has_country_flag = blanco_rule - has_country_flag = blanco_struggle - ruling_party_ideology = conservative - ruling_party_ideology = reactionary - } - } - } - - mean_time_to_happen = { days = 15 } - - option = { - name = "EVTOPT600060A" - set_country_flag = blanco_struggle - random_list = { - 70 = { - 2346 = { - add_province_modifier = { - name = blanco_sympathies - duration = 3285 - } - } - } - - 15 = { - 2346 = { - add_province_modifier = { - name = blanco_sympathies - duration = 2920 - } - } - } - 15 = { - 2346 = { - add_province_modifier = { - name = blanco_sympathies - duration = 4015 - } - } - } - } - - random_list = { - 70 = { - 2347 = { - add_province_modifier = { - name = blanco_sympathies - duration = 3285 - } - } - } - - 15 = { - 2347 = { - add_province_modifier = { - name = blanco_sympathies - duration = 2920 - } - } - } - 15 = { - 2347 = { - add_province_modifier = { - name = blanco_sympathies - duration = 4015 - } - } - } - } - - random_list = { - 70 = { - 2345 = { - add_province_modifier = { - name = blanco_sympathies - duration = 3285 - } - } - } - - 15 = { - 2345 = { - add_province_modifier = { - name = blanco_sympathies - duration = 2920 - } - } - } - 15 = { - 2345 = { - add_province_modifier = { - name = blanco_sympathies - duration = 4015 - } - } - } - } - } - } + id = 600060 + title = "EVTNAME600060" #Blanco Agitation + desc = "EVTDESC600060" + picture = "gritoasencio" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + tag = URU + year = 1840 + ruling_party_ideology = liberal + election = no + OR = { + upper_house_composition = party_appointed + upper_house_composition = appointed + voting_system = first_past_the_post + } + NOT = { + OR = { + any_owned_province = { has_province_modifier = blanco_sympathies } + has_country_flag = blanco_rule + has_country_flag = blanco_struggle + ruling_party_ideology = conservative + ruling_party_ideology = reactionary + } + } + } + + mean_time_to_happen = { days = 15 } + + option = { + name = "EVTOPT600060A" + set_country_flag = blanco_struggle + random_list = { + 70 = { + 2346 = { + add_province_modifier = { + name = blanco_sympathies + duration = 3285 + } + } + } + + 15 = { + 2346 = { + add_province_modifier = { + name = blanco_sympathies + duration = 2920 + } + } + } + 15 = { + 2346 = { + add_province_modifier = { + name = blanco_sympathies + duration = 4015 + } + } + } + } + + random_list = { + 70 = { + 2347 = { + add_province_modifier = { + name = blanco_sympathies + duration = 3285 + } + } + } + + 15 = { + 2347 = { + add_province_modifier = { + name = blanco_sympathies + duration = 2920 + } + } + } + 15 = { + 2347 = { + add_province_modifier = { + name = blanco_sympathies + duration = 4015 + } + } + } + } + + random_list = { + 70 = { + 2345 = { + add_province_modifier = { + name = blanco_sympathies + duration = 3285 + } + } + } + + 15 = { + 2345 = { + add_province_modifier = { + name = blanco_sympathies + duration = 2920 + } + } + } + 15 = { + 2345 = { + add_province_modifier = { + name = blanco_sympathies + duration = 4015 + } + } + } + } + } + } country_event = { - id = 6000061 - title = "EVTNAME6000061" #Incite Corrientes rebellion - desc = "EVTDESC6000061" - picture = "rosistas" - - fire_only_once = yes - - trigger = { - CRT = { exists = yes war = no } - NOT = { year = 1860 } - tag = URU - OR = { - has_country_flag = oribe_is_true_president - has_country_flag = rivera_is_true_president - } - NOT = { - has_country_flag = incite_rebellion - has_country_flag = rivera_backed_down - } - } - - mean_time_to_happen = { days = 15 } - - option = { - name = "EVTOPT6000061A" - CRT = { country_event = 600062 } - set_country_flag = incite_rebellion - ai_chance = { - factor = 0.99 - } - } - option = { - name = "EVTOPT600061B" - set_country_flag = rivera_backed_down - ARC = { set_country_flag = rivera_backed_down } - ai_chance = { - factor = 0.01 - } - } + id = 6000061 + title = "EVTNAME6000061" #Incite Corrientes rebellion + desc = "EVTDESC6000061" + picture = "rosistas" + + fire_only_once = yes + + trigger = { + CRT = { exists = yes war = no } + NOT = { year = 1860 } + tag = URU + OR = { + has_country_flag = oribe_is_true_president + has_country_flag = rivera_is_true_president + } + NOT = { + has_country_flag = incite_rebellion + has_country_flag = rivera_backed_down + } + } + + mean_time_to_happen = { days = 15 } + + option = { + name = "EVTOPT6000061A" + CRT = { country_event = 600062 } + set_country_flag = incite_rebellion + ai_chance = { + factor = 0.99 + } + } + option = { + name = "EVTOPT600061B" + set_country_flag = rivera_backed_down + ARC = { set_country_flag = rivera_backed_down } + ai_chance = { + factor = 0.01 + } + } } country_event = { - id = 600062 - title = "EVTNAME600062" #Corrientes gets Uruguay support - desc = "EVTDESC600062" - picture = "rosistas" - - - is_triggered_only = yes - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600062A" - any_country = { - limit = { - war_with = THIS - } - end_war = THIS - } - add_country_modifier = { name = small_country_draft duration = 30 } - add_country_modifier = { name = unrecognized_country duration = 3650 } - relation = { who = ARC value = -400 } - relation = { who = ENT value = -400 } - URU = { - set_country_flag = corrientes_is_ready_for_war - clr_country_flag = incite_rebellion - } - } + id = 600062 + title = "EVTNAME600062" #Corrientes gets Uruguay support + desc = "EVTDESC600062" + picture = "rosistas" + + + is_triggered_only = yes + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600062A" + any_country = { + limit = { + war_with = THIS + } + end_war = THIS + } + add_country_modifier = { name = small_country_draft duration = 30 } + add_country_modifier = { name = unrecognized_country duration = 3650 } + relation = { who = ARC value = -400 } + relation = { who = ENT value = -400 } + URU = { + set_country_flag = corrientes_is_ready_for_war + clr_country_flag = incite_rebellion + } + } } country_event = { - id = 600063 - title = "EVTNAME600063" #Rivera declares war on Rosas - desc = "EVTDESC600063" - picture = "guerra_grande" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - exists = ARC - tag = URU - election = no - ruling_party_ideology = liberal - OR = { - has_country_flag = corrientes_is_ready_for_war - has_country_flag = rivera_is_true_president - has_country_flag = oribe_is_true_president - } - } - - mean_time_to_happen = { months = 6 } - - immediate = { ARC = { release_vassal = CRT } } - - option = { - name = "EVTOPT600063A" #TO WAR - random_country = { - limit = { - exists = yes - tag = CRT - } - create_alliance = URU - relation = { - who = URU - value = 400 - } - } - set_country_flag = war_on_rosas - clr_country_flag = corrientes_is_ready_for_war - clr_country_flag = oribe_is_true_president - - CRT = { set_country_flag = annex_to_master } - ARC = { - country_event = 600065 - casus_belli = { - target = CRT - type = make_puppet - months = 12 - } - war = { - target = CRT - attacker_goal = { casus_belli = make_puppet } - defender_goal = { casus_belli = status_quo } - call_ally = no - } - } - - add_country_modifier = { - name = small_country_draft - duration = 30 - } - - war = { - target = ARC - attacker_goal = { casus_belli = humiliate } - defender_goal = { casus_belli = humiliate } - call_ally = yes - } - - ENG = { - casus_belli = { - target = ARC - type = humiliate - months = 6 - } - } - FRA = { - casus_belli = { - target = ARC - type = humiliate - months = 6 - } - } - ai_chance = { - factor = 0.5 - } - } - option = { - name = "EVTOPT600063B" #back down from war - random_country = { - limit = { - exists = yes - tag = CRT - } - country_event = 600064 - } - clr_country_flag = corrientes_is_ready_for_war - clr_country_flag = rivera_is_true_president - clr_country_flag = oribe_is_true_president - prestige = -10 - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 9 - } - scaled_militancy = { - ideology = reactionary - factor = 9 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - } - CRT = { set_country_flag = rivera_backed_down } - ai_chance = { - factor = 0.01 - } - } - - option = { - name = "EVTOPT600063C" #bid our time - random_country = { - limit = { - exists = yes - tag = CRT - } - create_alliance = URU - relation = { who = URU value = 400 } - } - clr_country_flag = corrientes_is_ready_for_war - clr_country_flag = rivera_is_true_president - clr_country_flag = oribe_is_true_president - set_country_flag = war_on_rosas - any_pop = { - scaled_militancy = { - ideology = conservative - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = liberal - factor = 1 - } - } - casus_belli = { - target = ARC - type = humiliate - months = 36 - } - ai_chance = { - factor = 0.4 - } - } - } - + id = 600063 + title = "EVTNAME600063" #Rivera declares war on Rosas + desc = "EVTDESC600063" + picture = "guerra_grande" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + exists = ARC + tag = URU + election = no + ruling_party_ideology = liberal + OR = { + has_country_flag = corrientes_is_ready_for_war + has_country_flag = rivera_is_true_president + has_country_flag = oribe_is_true_president + } + } + + mean_time_to_happen = { months = 6 } + + immediate = { ARC = { release_vassal = CRT } } + + option = { + name = "EVTOPT600063A" #TO WAR + random_country = { + limit = { + exists = yes + tag = CRT + } + create_alliance = URU + relation = { + who = URU + value = 400 + } + } + set_country_flag = war_on_rosas + clr_country_flag = corrientes_is_ready_for_war + clr_country_flag = oribe_is_true_president + + CRT = { set_country_flag = annex_to_master } + ARC = { + country_event = 600065 + casus_belli = { + target = CRT + type = make_puppet + months = 12 + } + war = { + target = CRT + attacker_goal = { casus_belli = make_puppet } + defender_goal = { casus_belli = status_quo } + call_ally = no + } + } + + add_country_modifier = { + name = small_country_draft + duration = 30 + } + + war = { + target = ARC + attacker_goal = { casus_belli = humiliate } + defender_goal = { casus_belli = humiliate } + call_ally = yes + } + + ENG = { + casus_belli = { + target = ARC + type = humiliate + months = 6 + } + } + FRA = { + casus_belli = { + target = ARC + type = humiliate + months = 6 + } + } + ai_chance = { + factor = 0.5 + } + } + option = { + name = "EVTOPT600063B" #back down from war + random_country = { + limit = { + exists = yes + tag = CRT + } + country_event = 600064 + } + clr_country_flag = corrientes_is_ready_for_war + clr_country_flag = rivera_is_true_president + clr_country_flag = oribe_is_true_president + prestige = -10 + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 9 + } + scaled_militancy = { + ideology = reactionary + factor = 9 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + } + CRT = { set_country_flag = rivera_backed_down } + ai_chance = { + factor = 0.01 + } + } + + option = { + name = "EVTOPT600063C" #bid our time + random_country = { + limit = { + exists = yes + tag = CRT + } + create_alliance = URU + relation = { who = URU value = 400 } + } + clr_country_flag = corrientes_is_ready_for_war + clr_country_flag = rivera_is_true_president + clr_country_flag = oribe_is_true_president + set_country_flag = war_on_rosas + any_pop = { + scaled_militancy = { + ideology = conservative + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = liberal + factor = 1 + } + } + casus_belli = { + target = ARC + type = humiliate + months = 36 + } + ai_chance = { + factor = 0.4 + } + } + } + country_event = { - id = 600064 - title = "EVTNAME600064" #Rivera backs down - desc = "EVTDESC600064" - picture = "rosistas" - - is_triggered_only = yes - - fire_only_once = yes - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600064A" - any_country = { - limit = { - war_with = THIS - } - end_war = THIS - } - ARC = { - release_vassal = CRT - casus_belli = { - target = CRT - type = make_puppet - months = 12 - } - } - set_country_flag = annex_to_master - casus_belli = { - target = ARC - type = cut_down_to_size - months = 12 - } - war = { - target = ARC - attacker_goal = { casus_belli = cut_down_to_size } - defender_goal = { casus_belli = make_puppet } - } - ai_chance = { factor = 0.6 } - } - - option = { - name = "EVTOPT600064B" - any_country = { - limit = { - war_with = THIS - } - end_war = THIS - } - ARC = { inherit = THIS } - - ai_chance = { - factor = 0.4 - } - } + id = 600064 + title = "EVTNAME600064" #Rivera backs down + desc = "EVTDESC600064" + picture = "rosistas" + + is_triggered_only = yes + + fire_only_once = yes + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600064A" + any_country = { + limit = { + war_with = THIS + } + end_war = THIS + } + ARC = { + release_vassal = CRT + casus_belli = { + target = CRT + type = make_puppet + months = 12 + } + } + set_country_flag = annex_to_master + casus_belli = { + target = ARC + type = cut_down_to_size + months = 12 + } + war = { + target = ARC + attacker_goal = { casus_belli = cut_down_to_size } + defender_goal = { casus_belli = make_puppet } + } + ai_chance = { factor = 0.6 } + } + + option = { + name = "EVTOPT600064B" + any_country = { + limit = { + war_with = THIS + } + end_war = THIS + } + ARC = { inherit = THIS } + + ai_chance = { + factor = 0.4 + } + } } - + country_event = { - id = 600065 - title = "EVTNAME600065" #Rosas receives the declaration of war - desc = "EVTDESC600065" - picture = "guerra_grande" - - is_triggered_only = yes - - fire_only_once = yes - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600065A" - add_country_modifier = { - name = small_country_draft - duration = 30 - } - } + id = 600065 + title = "EVTNAME600065" #Rosas receives the declaration of war + desc = "EVTDESC600065" + picture = "guerra_grande" + + is_triggered_only = yes + + fire_only_once = yes + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600065A" + add_country_modifier = { + name = small_country_draft + duration = 30 + } + } } - + country_event = { - id = 600066 - title = "EVTNAME600066" #Italians offer help - desc = "EVTDESC600066" - picture = "garibaldi_montevideo" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - tag = URU - ruling_party_ideology = liberal - has_country_flag = war_on_rosas - war_with = ARC - ARC = { government = presidential_dictatorship } - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPT600066A" - political_reform = no_slavery - set_country_flag = garibaldi_italian_legion - ai_chance = { - factor = 0.99 - } - } - - option = { - name = "EVTOPT600066B" - set_country_flag = refused_garibaldi - ai_chance = { - factor = 0 - } - } + id = 600066 + title = "EVTNAME600066" #Italians offer help + desc = "EVTDESC600066" + picture = "garibaldi_montevideo" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + tag = URU + ruling_party_ideology = liberal + has_country_flag = war_on_rosas + war_with = ARC + ARC = { government = presidential_dictatorship } + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPT600066A" + political_reform = no_slavery + set_country_flag = garibaldi_italian_legion + ai_chance = { + factor = 0.99 + } + } + + option = { + name = "EVTOPT600066B" + set_country_flag = refused_garibaldi + ai_chance = { + factor = 0 + } + } } - + country_event = { - id = 600067 - title = "EVTNAME600067" #Montevideo fort is built - desc = "EVTDESC600067" - picture = "garibaldi_montevideo" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - tag = URU - ruling_party_ideology = liberal - has_country_flag = colorado_rule - has_country_flag = war_on_rosas - has_country_flag = garibaldi_italian_legion - NOT = { has_country_flag = fort_built_garibaldi } - NOT = { has_country_flag = refused_garibaldi } - war_with = ARC - } - - mean_time_to_happen = { months = 3 } - - option = { - name = "EVTOPT600067A" - 2344 = { fort = 2 } - set_country_flag = fort_built_garibaldi - } + id = 600067 + title = "EVTNAME600067" #Montevideo fort is built + desc = "EVTDESC600067" + picture = "garibaldi_montevideo" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + tag = URU + ruling_party_ideology = liberal + has_country_flag = colorado_rule + has_country_flag = war_on_rosas + has_country_flag = garibaldi_italian_legion + NOT = { has_country_flag = fort_built_garibaldi } + NOT = { has_country_flag = refused_garibaldi } + war_with = ARC + } + + mean_time_to_happen = { months = 3 } + + option = { + name = "EVTOPT600067A" + 2344 = { fort = 2 } + set_country_flag = fort_built_garibaldi + } } - + country_event = { - id = 600068 - title = "EVTNAME600068" #Garibaldi raids a province - desc = "EVTDESC600068" - picture = "garibaldi_raid" - - trigger = { - NOT = { year = 1860 } - tag = URU - ruling_party_ideology = liberal - has_country_flag = colorado_rule - has_country_flag = war_on_rosas - has_country_flag = garibaldi_italian_legion - war_with = ARC - any_owned_province = { NOT = { controlled_by = URU } } - NOT = { has_country_flag = refused_garibaldi } - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVTOPT600068A" - random_owned = { - limit = { NOT = { controlled_by = URU } } - change_controller = URU - } - } - } + id = 600068 + title = "EVTNAME600068" #Garibaldi raids a province + desc = "EVTDESC600068" + picture = "garibaldi_raid" + + trigger = { + NOT = { year = 1860 } + tag = URU + ruling_party_ideology = liberal + has_country_flag = colorado_rule + has_country_flag = war_on_rosas + has_country_flag = garibaldi_italian_legion + war_with = ARC + any_owned_province = { NOT = { controlled_by = URU } } + NOT = { has_country_flag = refused_garibaldi } + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVTOPT600068A" + random_owned = { + limit = { NOT = { controlled_by = URU } } + change_controller = URU + } + } + } country_event = { - id = 600069 - title = "EVTNAME600069" #The fall of the Blancos - desc = "EVTDESC600069" - picture = "gritoasencio" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - tag = URU - year = 1844 - ruling_party_ideology = liberal - has_country_flag = blanco_struggle - has_country_flag = colorado_rule - NOT = { any_owned_province = { has_province_modifier = blanco_sympathies } } - } - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVTOPT600069A" - clr_country_flag = blanco_struggle - URU = { any_pop = { militancy = -1 } } - } - } - + id = 600069 + title = "EVTNAME600069" #The fall of the Blancos + desc = "EVTDESC600069" + picture = "gritoasencio" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + tag = URU + year = 1844 + ruling_party_ideology = liberal + has_country_flag = blanco_struggle + has_country_flag = colorado_rule + NOT = { any_owned_province = { has_province_modifier = blanco_sympathies } } + } + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVTOPT600069A" + clr_country_flag = blanco_struggle + URU = { any_pop = { militancy = -1 } } + } + } + country_event = { - id = 600070 - title = "EVTNAME600070" #Ask brazil help - desc = "EVTDESC600070" - picture = "guerra_grande" - - fire_only_once = yes - - trigger = { - NOT = { year = 1860 } - tag = URU - year = 1848 - BRZ = { war = no - neighbour = URU } - ruling_party_ideology = liberal - has_country_flag = colorado_rule - has_country_flag = war_on_rosas - war_with = ARC - URU = { relation = { who = BRZ value = 50 } } - NOT = { total_amount_of_divisions = 2 } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600070A" - BRZ = { country_event = 600071 - set_country_flag = interfere_with_uruguay } - ai_chance = { - factor = 0.99 - } - } - - option = { - name = "EVTOPT600070B" - war_exhaustion = 20 - any_pop = { - consciousness = 2 - militancy = 1 - } - ai_chance = { - factor = 0 - } - } - } + id = 600070 + title = "EVTNAME600070" #Ask brazil help + desc = "EVTDESC600070" + picture = "guerra_grande" + + fire_only_once = yes + + trigger = { + NOT = { year = 1860 } + tag = URU + year = 1848 + BRZ = { war = no + neighbour = URU } + ruling_party_ideology = liberal + has_country_flag = colorado_rule + has_country_flag = war_on_rosas + war_with = ARC + URU = { relation = { who = BRZ value = 50 } } + NOT = { total_amount_of_divisions = 2 } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600070A" + BRZ = { country_event = 600071 + set_country_flag = interfere_with_uruguay } + ai_chance = { + factor = 0.99 + } + } + + option = { + name = "EVTOPT600070B" + war_exhaustion = 20 + any_pop = { + consciousness = 2 + militancy = 1 + } + ai_chance = { + factor = 0 + } + } + } country_event = { - id = 600071 - title = "EVTNAME600071" #Brazil answers for the uruguayan call - desc = "EVTDESC600071" - picture = "guerra_grande" - - is_triggered_only = yes - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600071A" - BRZ = { set_country_flag = interfere_with_uruguay } - create_alliance = URU - relation = { - who = FROM - value = 200 - } - ai_chance = { - factor = 0.99 - } - } - - option = { - name = "EVTOPT600071B" - clr_country_flag = interfere_with_uruguay - relation = { - who = FROM - value = -50 - } - ai_chance = { - factor = 0 - } - } - } - - + id = 600071 + title = "EVTNAME600071" #Brazil answers for the uruguayan call + desc = "EVTDESC600071" + picture = "guerra_grande" + + is_triggered_only = yes + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600071A" + BRZ = { set_country_flag = interfere_with_uruguay } + create_alliance = URU + relation = { + who = FROM + value = 200 + } + ai_chance = { + factor = 0.99 + } + } + + option = { + name = "EVTOPT600071B" + clr_country_flag = interfere_with_uruguay + relation = { + who = FROM + value = -50 + } + ai_chance = { + factor = 0 + } + } + } + + country_event = { - id = 600072 - title = "EVTNAME600072" #Uruguay parties share power - desc = "EVTDESC600072" - picture = "33orientals" - - fire_only_once = yes - - trigger = { - tag = URU - government = democracy - year = 1870 - OR = { - voting_system = first_past_the_post - voting_system = jefferson_method - } - NOT = { - OR = { - has_country_flag = sharing_power - has_country_flag = refuse_to_share_power - } - } - } - - mean_time_to_happen = { months = 5 } - - option = { - name = "EVTOPT600072A" - any_pop = { - militancy = -9 - consciousness = -9 - ideology = { - factor = 0.4 - value = liberal - } - ideology = { - factor = -0.3 - value = reactionary - } - } - treasury = -1500 - 2345 = { rich_strata = { money = 500 } } - 2346 = { rich_strata = { money = 500 } } - 2347 = { rich_strata = { money = 500 } } - 2344 = { rich_strata = { ideology = { factor = 0.3 value = liberal } } } - clr_country_flag = colorado_rule - clr_country_flag = blanco_rule - clr_country_flag = war_on_rosas - clr_country_flag = garibaldi_italian_legion - set_country_flag = sharing_power - political_reform = proportional_representation - political_reform = secret_ballots - political_reform = population_equal_weight - ai_chance = { - factor = 0.99 - } - } - - option = { - name = "EVTOPT600072B" - set_country_flag = uruguay_refuse_to_share_power - clr_country_flag = garibaldi_italian_legion - any_pop = { - consciousness = 6 - militancy = 4 - } - - ai_chance = { - factor = 0 - } - } - } - + id = 600072 + title = "EVTNAME600072" #Uruguay parties share power + desc = "EVTDESC600072" + picture = "33orientals" + + fire_only_once = yes + + trigger = { + tag = URU + government = democracy + year = 1870 + OR = { + voting_system = first_past_the_post + voting_system = jefferson_method + } + NOT = { + OR = { + has_country_flag = sharing_power + has_country_flag = refuse_to_share_power + } + } + } + + mean_time_to_happen = { months = 5 } + + option = { + name = "EVTOPT600072A" + any_pop = { + militancy = -9 + consciousness = -9 + ideology = { + factor = 0.4 + value = liberal + } + ideology = { + factor = -0.3 + value = reactionary + } + } + treasury = -1500 + 2345 = { rich_strata = { money = 500 } } + 2346 = { rich_strata = { money = 500 } } + 2347 = { rich_strata = { money = 500 } } + 2344 = { rich_strata = { ideology = { factor = 0.3 value = liberal } } } + clr_country_flag = colorado_rule + clr_country_flag = blanco_rule + clr_country_flag = war_on_rosas + clr_country_flag = garibaldi_italian_legion + set_country_flag = sharing_power + political_reform = proportional_representation + political_reform = secret_ballots + political_reform = population_equal_weight + ai_chance = { + factor = 0.99 + } + } + + option = { + name = "EVTOPT600072B" + set_country_flag = uruguay_refuse_to_share_power + clr_country_flag = garibaldi_italian_legion + any_pop = { + consciousness = 6 + militancy = 4 + } + + ai_chance = { + factor = 0 + } + } + } + country_event = { - id = 600073 - title = "EVTNAME600073" #Uruguay parties share power without event - desc = "EVTDESC600073" - picture = "33orientals" - - fire_only_once = yes - - trigger = { - tag = URU - government = democracy - voting_system = proportional_representation - NOT = { - AND = { - OR = { - upper_house_composition = party_appointed - upper_house_composition = appointed - } - OR = { - political_parties = underground_parties - political_parties = harassment - political_parties = gerrymandering - } - OR = { - has_country_flag = sharing_power - has_country_flag = refuse_to_share_power - } - } - } - } - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPT600073A" - any_pop = { - militancy = -9 - consciousness = -9 - ideology = { - factor = 0.4 - value = liberal - } - ideology = { - factor = -0.3 - value = reactionary - } - } - clr_country_flag = colorado_rule - clr_country_flag = blanco_rule - clr_country_flag = war_on_rosas - clr_country_flag = garibaldi_italian_legion - set_country_flag = sharing_power - } - } - + id = 600073 + title = "EVTNAME600073" #Uruguay parties share power without event + desc = "EVTDESC600073" + picture = "33orientals" + + fire_only_once = yes + + trigger = { + tag = URU + government = democracy + voting_system = proportional_representation + NOT = { + AND = { + OR = { + upper_house_composition = party_appointed + upper_house_composition = appointed + } + OR = { + political_parties = underground_parties + political_parties = harassment + political_parties = gerrymandering + } + OR = { + has_country_flag = sharing_power + has_country_flag = refuse_to_share_power + } + } + } + } + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPT600073A" + any_pop = { + militancy = -9 + consciousness = -9 + ideology = { + factor = 0.4 + value = liberal + } + ideology = { + factor = -0.3 + value = reactionary + } + } + clr_country_flag = colorado_rule + clr_country_flag = blanco_rule + clr_country_flag = war_on_rosas + clr_country_flag = garibaldi_italian_legion + set_country_flag = sharing_power + } + } + country_event = { - id = 600074 - title = "EVTNAME600074" #Argentina defeats Uruguay - desc = "EVTDESC600074" - picture = "montevideo_uruguay" - - fire_only_once = yes - - trigger = { - war = no - tag = ARC - truce_with = URU - NOT = { war_with = URU } - URU = { - has_recently_lost_war = yes - has_country_flag = oribe_is_true_president - has_country_flag = war_on_rosas - has_country_flag = garibaldi_italian_legion - } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600074A" - #prestige = 1 - URU = { - any_country = { leave_alliance = URU } - set_country_flag = blanco_rule - clr_country_flag = oribe_is_true_president - clr_country_flag = war_on_rosas - clr_country_flag = garibaldi_italian_legion - ruling_party_ideology = conservative - relation = { who = THIS value = 400 } - relation = { who = BRZ value = -400 } - any_pop = { - scaled_consciousness = { - factor = 9 - ideology = liberal - } - scaled_militancy = { - factor = 5 - ideology = liberal - } - scaled_consciousness = { - factor = -9 - ideology = conservative - } - scaled_militancy = { - factor = -5 - ideology = conservative - } - } - } - ai_chance = { - factor = 0.99 - } - } - - option = { - name = "EVTOPT600074B" - #prestige = 3 - URU = { - any_country = { leave_alliance = URU } - set_country_flag = blanco_rule - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = war_on_rosas - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - create_alliance = THIS - relation = { - who = THIS - value = 400 - } - relation = { - who = BRZ - value = -400 - } - any_pop = { - scaled_consciousness = { - factor = 9 - ideology = liberal - } - scaled_militancy = { - factor = 8 - ideology = liberal - } - scaled_consciousness = { - factor = 4 - ideology = conservative - } - scaled_militancy = { - factor = 1 - ideology = conservative - } - } - } - ai_chance = { - factor = 0.01 - } - } - - option = { - name = "EVTOPT600074C" - badboy = 3 - #prestige = 5 - any_country = { - relation = { - who = THIS - value = -100 - } - } - casus_belli ={ - target = URU - type = make_puppet - months = 72 - } - URU = { - relation = { - who = BRZ - value = -400 - } - any_country = { - leave_alliance = URU - relation = { - who = URU - value = -200 - } - } - set_country_flag = blanco_rule - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = war_on_rosas - government = presidential_dictatorship - ruling_party_ideology = conservative - political_reform = none_voting - political_reform = party_appointed - political_reform = no_meeting - political_reform = state_press - political_reform = no_trade_unions - political_reform = underground_parties - any_pop = { - scaled_consciousness = { - factor = 9 - ideology = liberal - } - scaled_militancy = { - factor = 5 - ideology = liberal - } - scaled_consciousness = { - factor = 8 - ideology = conservative - } - scaled_militancy = { - factor = 3 - ideology = conservative - } - } - } - ai_chance = { - factor = 0 - } - } - option = { - name = "EVTOPT600074D" - #prestige = 3 - badboy = -1 - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = rivera_is_true_president - clr_country_flag = war_on_rosas - } - } + id = 600074 + title = "EVTNAME600074" #Argentina defeats Uruguay + desc = "EVTDESC600074" + picture = "montevideo_uruguay" + + fire_only_once = yes + + trigger = { + war = no + tag = ARC + truce_with = URU + NOT = { war_with = URU } + URU = { + has_recently_lost_war = yes + has_country_flag = oribe_is_true_president + has_country_flag = war_on_rosas + has_country_flag = garibaldi_italian_legion + } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600074A" + #prestige = 1 + URU = { + any_country = { leave_alliance = URU } + set_country_flag = blanco_rule + clr_country_flag = oribe_is_true_president + clr_country_flag = war_on_rosas + clr_country_flag = garibaldi_italian_legion + ruling_party_ideology = conservative + relation = { who = THIS value = 400 } + relation = { who = BRZ value = -400 } + any_pop = { + scaled_consciousness = { + factor = 9 + ideology = liberal + } + scaled_militancy = { + factor = 5 + ideology = liberal + } + scaled_consciousness = { + factor = -9 + ideology = conservative + } + scaled_militancy = { + factor = -5 + ideology = conservative + } + } + } + ai_chance = { + factor = 0.99 + } + } + + option = { + name = "EVTOPT600074B" + #prestige = 3 + URU = { + any_country = { leave_alliance = URU } + set_country_flag = blanco_rule + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = war_on_rosas + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + create_alliance = THIS + relation = { + who = THIS + value = 400 + } + relation = { + who = BRZ + value = -400 + } + any_pop = { + scaled_consciousness = { + factor = 9 + ideology = liberal + } + scaled_militancy = { + factor = 8 + ideology = liberal + } + scaled_consciousness = { + factor = 4 + ideology = conservative + } + scaled_militancy = { + factor = 1 + ideology = conservative + } + } + } + ai_chance = { + factor = 0.01 + } + } + + option = { + name = "EVTOPT600074C" + badboy = 3 + #prestige = 5 + any_country = { + relation = { + who = THIS + value = -100 + } + } + casus_belli ={ + target = URU + type = make_puppet + months = 72 + } + URU = { + relation = { + who = BRZ + value = -400 + } + any_country = { + leave_alliance = URU + relation = { + who = URU + value = -200 + } + } + set_country_flag = blanco_rule + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = war_on_rosas + government = presidential_dictatorship + ruling_party_ideology = conservative + political_reform = none_voting + political_reform = party_appointed + political_reform = no_meeting + political_reform = state_press + political_reform = no_trade_unions + political_reform = underground_parties + any_pop = { + scaled_consciousness = { + factor = 9 + ideology = liberal + } + scaled_militancy = { + factor = 5 + ideology = liberal + } + scaled_consciousness = { + factor = 8 + ideology = conservative + } + scaled_militancy = { + factor = 3 + ideology = conservative + } + } + } + ai_chance = { + factor = 0 + } + } + option = { + name = "EVTOPT600074D" + #prestige = 3 + badboy = -1 + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = rivera_is_true_president + clr_country_flag = war_on_rosas + } + } country_event = { - id = 600075 - title = "EVTNAME600075" #Uruguay defeats Argentina - desc = "EVTDESC600075" - picture = "montevideo_uruguay" - - fire_only_once = yes - - trigger = { - war = no - tag = URU - truce_with = ARC - has_country_flag = war_on_rosas - has_country_flag = garibaldi_italian_legion - OR = { - has_country_flag = oribe_is_true_president - has_country_flag = rivera_is_true_president - } - NOT = { war_with = ARC } - ARC = { - exists = yes - has_recently_lost_war = yes - } - NOT = { year = 1860 } - } - - mean_time_to_happen = { days = 5 } - - immediate = { - any_country = { - limit = { exists = yes } - end_war = ARC - end_war = CRT - end_war = ENT - } - any_pop = { - ideology = { - factor = 0.3 - value = liberal - } - } - } - - option = { - name = "EVTOPT600075A" - prestige = 10 - treasury = 10000 - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = rivera_is_true_president - clr_country_flag = war_on_rosas - relation = { - who = ARC - value = 400 - } - any_pop = { - scaled_consciousness = { - factor = -4 - ideology = liberal - } - scaled_militancy = { - factor = -6 - ideology = liberal - } - scaled_consciousness = { - factor = -4 - ideology = conservative - } - scaled_militancy = { - factor = -2 - ideology = conservative - } - } - ARC = { - treasury = -10000 - prestige = -20 - inherit = CRT - inherit = ENT - government = democracy - ruling_party_ideology = liberal - political_reform = no_slavery - political_reform = landed_voting - political_reform = population_equal_weight - political_reform = yes_meeting - political_reform = free_press - political_reform = state_controlled - political_reform = gerrymandering - any_owned = { - limit = { is_core = SBA } - any_pop = { - consciousness = 9 - militancy = 9 - } - } - all_core = { - remove_core = ARC - remove_core = CRT - remove_core = ENT - remove_core = SBA - add_core = ARG - } - change_tag = ARG - ARG = { nationalvalue = nv_liberty } - } - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVTOPT600075B" - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = rivera_is_true_president - clr_country_flag = war_on_rosas - ai_chance = { - factor = 0.1 - } - } + id = 600075 + title = "EVTNAME600075" #Uruguay defeats Argentina + desc = "EVTDESC600075" + picture = "montevideo_uruguay" + + fire_only_once = yes + + trigger = { + war = no + tag = URU + truce_with = ARC + has_country_flag = war_on_rosas + has_country_flag = garibaldi_italian_legion + OR = { + has_country_flag = oribe_is_true_president + has_country_flag = rivera_is_true_president + } + NOT = { war_with = ARC } + ARC = { + exists = yes + has_recently_lost_war = yes + } + NOT = { year = 1860 } + } + + mean_time_to_happen = { days = 5 } + + immediate = { + any_country = { + limit = { exists = yes } + end_war = ARC + end_war = CRT + end_war = ENT + } + any_pop = { + ideology = { + factor = 0.3 + value = liberal + } + } + } + + option = { + name = "EVTOPT600075A" + prestige = 10 + treasury = 10000 + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = rivera_is_true_president + clr_country_flag = war_on_rosas + relation = { + who = ARC + value = 400 + } + any_pop = { + scaled_consciousness = { + factor = -4 + ideology = liberal + } + scaled_militancy = { + factor = -6 + ideology = liberal + } + scaled_consciousness = { + factor = -4 + ideology = conservative + } + scaled_militancy = { + factor = -2 + ideology = conservative + } + } + ARC = { + treasury = -10000 + prestige = -20 + inherit = CRT + inherit = ENT + government = democracy + ruling_party_ideology = liberal + political_reform = no_slavery + political_reform = landed_voting + political_reform = population_equal_weight + political_reform = yes_meeting + political_reform = free_press + political_reform = state_controlled + political_reform = gerrymandering + any_owned = { + limit = { is_core = SBA } + any_pop = { + consciousness = 9 + militancy = 9 + } + } + all_core = { + remove_core = ARC + remove_core = CRT + remove_core = ENT + remove_core = SBA + add_core = ARG + } + change_tag = ARG + ARG = { nationalvalue = nv_liberty } + } + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVTOPT600075B" + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = rivera_is_true_president + clr_country_flag = war_on_rosas + ai_chance = { + factor = 0.1 + } + } } - + country_event = { - id = 600076 - title = "EVTNAME600076" #The War between argentina and uruguay ends in a stalemate - desc = "EVTDESC600076" - picture = "montevideo_uruguay" - - fire_only_once = yes - - trigger = { - war = no - tag = URU - truce_with = ARC - has_country_flag = war_on_rosas - has_country_flag = garibaldi_italian_legion - OR = { - has_country_flag = oribe_is_true_president - has_country_flag = rivera_is_true_president - } - NOT = { war_with = ARC } - NOT = { - has_recently_lost_war = yes - ARC = { has_recently_lost_war = yes } - } - NOT = { year = 1860 } - } - - mean_time_to_happen = { days = 5 } - - option = { - name = "EVTOPT600076A" - clr_country_flag = garibaldi_italian_legion - clr_country_flag = oribe_is_true_president - clr_country_flag = rivera_is_true_president - clr_country_flag = war_on_rosas - } + id = 600076 + title = "EVTNAME600076" #The War between argentina and uruguay ends in a stalemate + desc = "EVTDESC600076" + picture = "montevideo_uruguay" + + fire_only_once = yes + + trigger = { + war = no + tag = URU + truce_with = ARC + has_country_flag = war_on_rosas + has_country_flag = garibaldi_italian_legion + OR = { + has_country_flag = oribe_is_true_president + has_country_flag = rivera_is_true_president + } + NOT = { war_with = ARC } + NOT = { + has_recently_lost_war = yes + ARC = { has_recently_lost_war = yes } + } + NOT = { year = 1860 } + } + + mean_time_to_happen = { days = 5 } + + option = { + name = "EVTOPT600076A" + clr_country_flag = garibaldi_italian_legion + clr_country_flag = oribe_is_true_president + clr_country_flag = rivera_is_true_president + clr_country_flag = war_on_rosas + } } - - + + country_event = { - id = 97060 - title = "EVTNAME97060" #The Uruguayan Crisis - desc = "EVTDESC97060" - news = yes - news_desc_long = "EVTDESC97060_NEWS_LONG" - news_desc_medium = "EVTDESC97060_NEWS_MEDIUM" - news_desc_short = "EVTDESC97060_NEWS_SHORT" - picture = "brazil_court" - - fire_only_once = yes - - trigger = { - tag = BRZ - war = no - neighbour = URU - year = 1864 - has_country_flag = interfere_with_uruguay - URU = { ruling_party_ideology = conservative } - NOT = { - truce_with = URU - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 6 - modifier = { - factor = 0.8 - year = 1865 - } - modifier = { - factor = 0.8 - year = 1866 - } - modifier = { - factor = 0.5 - year = 1868 - } - } - - option = { - name = "EVT97060OPTA" - set_country_flag = sent_uruguayan_ultimatum - badboy = 2 - URU = { country_event = 97061 } - ai_chance = { - factor = 80 - } - } - option = { - name = "EVT97060OPTB" - prestige = -5 - badboy = -2 - ai_chance = { - factor = 20 - modifier = { - factor = 0.5 - is_secondary_power = yes - } - modifier = { - factor = 0 - is_greater_power = yes - } - } - } + id = 97060 + title = "EVTNAME97060" #The Uruguayan Crisis + desc = "EVTDESC97060" + news = yes + news_desc_long = "EVTDESC97060_NEWS_LONG" + news_desc_medium = "EVTDESC97060_NEWS_MEDIUM" + news_desc_short = "EVTDESC97060_NEWS_SHORT" + picture = "brazil_court" + + fire_only_once = yes + + trigger = { + tag = BRZ + war = no + neighbour = URU + year = 1864 + has_country_flag = interfere_with_uruguay + URU = { ruling_party_ideology = conservative } + NOT = { + truce_with = URU + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 6 + modifier = { + factor = 0.8 + year = 1865 + } + modifier = { + factor = 0.8 + year = 1866 + } + modifier = { + factor = 0.5 + year = 1868 + } + } + + option = { + name = "EVT97060OPTA" + set_country_flag = sent_uruguayan_ultimatum + badboy = 2 + URU = { country_event = 97061 } + ai_chance = { + factor = 80 + } + } + option = { + name = "EVT97060OPTB" + prestige = -5 + badboy = -2 + ai_chance = { + factor = 20 + modifier = { + factor = 0.5 + is_secondary_power = yes + } + modifier = { + factor = 0 + is_greater_power = yes + } + } + } } country_event = { - id = 97061 - title = "EVTNAME97061" #The Brazilian Ultimatum - desc = "EVTDESC97061" - picture = "brazil_court" - - is_triggered_only = yes - - option = { - name = "EVT97061OPTA" - BRZ = { country_event = 97062 } - relation = { - who = BRZ - value = -100 - } - leave_alliance = BRZ - ai_chance = { - factor = 90 - } - } - option = { - name = "EVT97061OPTB" - prestige = -5 - ruling_party_ideology = liberal - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = conservative - factor = 4 - } - } - create_alliance = BRZ - relation = { - who = BRZ - value = 400 - } - ai_chance = { - factor = 10 - } - } + id = 97061 + title = "EVTNAME97061" #The Brazilian Ultimatum + desc = "EVTDESC97061" + picture = "brazil_court" + + is_triggered_only = yes + + option = { + name = "EVT97061OPTA" + BRZ = { country_event = 97062 } + relation = { + who = BRZ + value = -100 + } + leave_alliance = BRZ + ai_chance = { + factor = 90 + } + } + option = { + name = "EVT97061OPTB" + prestige = -5 + ruling_party_ideology = liberal + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = conservative + factor = 4 + } + } + create_alliance = BRZ + relation = { + who = BRZ + value = 400 + } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97062 - title = "EVTNAME97062" #Uruguay Rejects the Ultimatum - desc = "EVTDESC97062" - picture = "brazil_court" - - is_triggered_only = yes - - option = { - name = "EVT97062OPTA" - badboy = 2 - casus_belli = { - target = URU - type = humiliate - months = 12 - } - war = { - target = URU - attacker_goal = { - casus_belli = humiliate - } - } - URU = { set_country_flag = war_with_brazil } - ai_chance = { - factor = 0.95 - } - } - option = { - name = "EVT97062OPTB" - prestige = -10 - ai_chance = { - factor = 0.05 - } - } + id = 97062 + title = "EVTNAME97062" #Uruguay Rejects the Ultimatum + desc = "EVTDESC97062" + picture = "brazil_court" + + is_triggered_only = yes + + option = { + name = "EVT97062OPTA" + badboy = 2 + casus_belli = { + target = URU + type = humiliate + months = 12 + } + war = { + target = URU + attacker_goal = { + casus_belli = humiliate + } + } + URU = { set_country_flag = war_with_brazil } + ai_chance = { + factor = 0.95 + } + } + option = { + name = "EVT97062OPTB" + prestige = -10 + ai_chance = { + factor = 0.05 + } + } } country_event = { - id = 97065 - title = "EVTNAME97065" #Uruguay Submits - desc = "EVTDESC97065" - picture = "brazil_court" - - trigger = { - tag = URU - has_country_flag = war_with_brazil - ruling_party_ideology = conservative - OR = { - AND = { - has_recently_lost_war = yes - truce_with = BRZ - } - any_owned_province = { - is_capital = yes - controlled_by = BRZ - } - } - } - - mean_time_to_happen = { - days = 1 - } - - option = { - name = "EVT97065OPTA" - clr_country_flag = war_with_brazil - random_country = { - limit = { - tag = BRZ - war_with = URU - } - country_event = 97066 - } - ruling_party_ideology = liberal - any_pop = { - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = conservative - factor = 4 - } - } - } + id = 97065 + title = "EVTNAME97065" #Uruguay Submits + desc = "EVTDESC97065" + picture = "brazil_court" + + trigger = { + tag = URU + has_country_flag = war_with_brazil + ruling_party_ideology = conservative + OR = { + AND = { + has_recently_lost_war = yes + truce_with = BRZ + } + any_owned_province = { + is_capital = yes + controlled_by = BRZ + } + } + } + + mean_time_to_happen = { + days = 1 + } + + option = { + name = "EVT97065OPTA" + clr_country_flag = war_with_brazil + random_country = { + limit = { + tag = BRZ + war_with = URU + } + country_event = 97066 + } + ruling_party_ideology = liberal + any_pop = { + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = conservative + factor = 4 + } + } + } } diff --git a/HPM/events/USAFlavor.txt b/HPM/events/USAFlavor.txt index afd746b6..3f2c0380 100644 --- a/HPM/events/USAFlavor.txt +++ b/HPM/events/USAFlavor.txt @@ -1,2426 +1,2425 @@ country_event = { - id = 44100 - title = "EVTNAME44100" - desc = "EVTDESC44100" - picture = "HuckleberryFinn" - news = yes - news_desc_long = "EVTDESC44100_NEWS_LONG" - news_desc_medium = "EVTDESC44100_NEWS_MEDIUM" - news_desc_short = "EVTDESC44100_NEWS_SHORT" - - trigger = { - tag = USA - year = 1885 - NOT = { year = 1888 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1886 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - option = { - name = "EVTOPTA44100" - prestige = 5 - } + id = 44100 + title = "EVTNAME44100" + desc = "EVTDESC44100" + picture = "HuckleberryFinn" + news = yes + news_desc_long = "EVTDESC44100_NEWS_LONG" + news_desc_medium = "EVTDESC44100_NEWS_MEDIUM" + news_desc_short = "EVTDESC44100_NEWS_SHORT" + + trigger = { + tag = USA + year = 1885 + NOT = { year = 1888 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1886 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + option = { + name = "EVTOPTA44100" + prestige = 5 + } } country_event = { - id = 44101 - title = "EVTNAME44101" - desc = "EVTDESC44101" - picture = "speedrecord" - news = yes - news_desc_long = "EVTDESC44101_NEWS_LONG" - news_desc_medium = "EVTDESC44101_NEWS_MEDIUM" - news_desc_short = "EVTDESC44101_NEWS_SHORT" - - trigger = { - tag = USA - year = 1893 - NOT = { year = 1896 } - - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1886 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - option = { - name = "EVTOPTA44101" - prestige = 3 - } + id = 44101 + title = "EVTNAME44101" + desc = "EVTDESC44101" + picture = "speedrecord" + news = yes + news_desc_long = "EVTDESC44101_NEWS_LONG" + news_desc_medium = "EVTDESC44101_NEWS_MEDIUM" + news_desc_short = "EVTDESC44101_NEWS_SHORT" + + trigger = { + tag = USA + year = 1893 + NOT = { year = 1896 } + + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1886 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + option = { + name = "EVTOPTA44101" + prestige = 3 + } } country_event = { - id = 44102 - title = "EVTNAME44102" - desc = "EVTDESC44102" - picture = "CrossofGold" - news = yes - news_desc_long = "EVTDESC44102_NEWS_LONG" - news_desc_medium = "EVTDESC44102_NEWS_MEDIUM" - news_desc_short = "EVTDESC44102_NEWS_SHORT" - - trigger = { - tag = USA - government = democracy - invention = double_standard - year = 1895 - NOT = { year = 1898 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1896 - } - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1897 - } - } - - option = { - name = "EVTOPTA44102" - plurality = 3 - any_pop = { consciousness = 1 } - } + id = 44102 + title = "EVTNAME44102" + desc = "EVTDESC44102" + picture = "CrossofGold" + news = yes + news_desc_long = "EVTDESC44102_NEWS_LONG" + news_desc_medium = "EVTDESC44102_NEWS_MEDIUM" + news_desc_short = "EVTDESC44102_NEWS_SHORT" + + trigger = { + tag = USA + government = democracy + invention = double_standard + year = 1895 + NOT = { year = 1898 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1896 + } + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1897 + } + } + + option = { + name = "EVTOPTA44102" + plurality = 3 + any_pop = { consciousness = 1 } + } } country_event = { - id = 44103 - title = "EVTNAME44103" - desc = "EVTDESC44103" - picture = "HMS_Resolute" - news = yes - news_desc_long = "EVTDESC44103_NEWS_LONG" - news_desc_medium = "EVTDESC44103_NEWS_MEDIUM" - news_desc_short = "EVTDESC44103_NEWS_SHORT" - - trigger = { - tag = USA - year = 1856 - war = no - NOT = { year = 1859 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1857 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1858 - } - } - - option = { - name = "EVTOPTA44103" - prestige = 3 - relation = { who = ENG value = 100 } - } + id = 44103 + title = "EVTNAME44103" + desc = "EVTDESC44103" + picture = "HMS_Resolute" + news = yes + news_desc_long = "EVTDESC44103_NEWS_LONG" + news_desc_medium = "EVTDESC44103_NEWS_MEDIUM" + news_desc_short = "EVTDESC44103_NEWS_SHORT" + + trigger = { + tag = USA + year = 1856 + war = no + NOT = { year = 1859 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1857 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1858 + } + } + + option = { + name = "EVTOPTA44103" + prestige = 3 + relation = { who = ENG value = 100 } + } } country_event = { - id = 44104 - title = "EVTNAME44104" - desc = "EVTDESC44104" - picture = "HoraceMann" - news = yes - news_desc_long = "EVTDESC44104_NEWS_LONG" - news_desc_medium = "EVTDESC44104_NEWS_MEDIUM" - news_desc_short = "EVTDESC44104_NEWS_SHORT" - - trigger = { - tag = USA - government = democracy - year = 1838 - NOT = { year = 1852 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 10 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1839 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1840 - } - } - - option = { - name = "EVTOPTA44104" - prestige = 2 - plurality = 1 - years_of_research = 0.5 - any_pop = { consciousness = -1 } - ai_chance = { factor = 0.1 } - } - - option = { - name = "EVTOPTB44104" - social_reform = low_schools - ai_chance = { factor = 0.9 } - } + id = 44104 + title = "EVTNAME44104" + desc = "EVTDESC44104" + picture = "HoraceMann" + news = yes + news_desc_long = "EVTDESC44104_NEWS_LONG" + news_desc_medium = "EVTDESC44104_NEWS_MEDIUM" + news_desc_short = "EVTDESC44104_NEWS_SHORT" + + trigger = { + tag = USA + government = democracy + year = 1838 + NOT = { year = 1852 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 10 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1839 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1840 + } + } + + option = { + name = "EVTOPTA44104" + prestige = 2 + plurality = 1 + years_of_research = 0.5 + any_pop = { consciousness = -1 } + ai_chance = { factor = 0.1 } + } + + option = { + name = "EVTOPTB44104" + social_reform = low_schools + ai_chance = { factor = 0.9 } + } } country_event = { - id = 44105 - news = yes - news_desc_long = "EVTDESC44105_NEWS_LONG" - news_desc_medium = "EVTDESC44105_NEWS_MEDIUM" - news_desc_short = "EVTDESC44105_NEWS_SHORT" - - trigger = { - tag = USA - year = 1846 - NOT = { year = 1849 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME44105" - desc = "EVTDESC44105" - picture = "Smithsonian" - - option = { - name = "EVTOPTA44105" - prestige = 5 - years_of_research = 0.5 - } + id = 44105 + news = yes + news_desc_long = "EVTDESC44105_NEWS_LONG" + news_desc_medium = "EVTDESC44105_NEWS_MEDIUM" + news_desc_short = "EVTDESC44105_NEWS_SHORT" + + trigger = { + tag = USA + year = 1846 + NOT = { year = 1849 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME44105" + desc = "EVTDESC44105" + picture = "Smithsonian" + + option = { + name = "EVTOPTA44105" + prestige = 5 + years_of_research = 0.5 + } } country_event = { - id = 44106 - news = yes - news_desc_long = "EVTDESC44106_NEWS_LONG" - news_desc_medium = "EVTDESC44106_NEWS_MEDIUM" - news_desc_short = "EVTDESC44106_NEWS_SHORT" - - trigger = { - tag = USA - year = 1841 - NOT = { - year = 1844 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1842 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1843 - } - } - - title = "EVTNAME44106" - desc = "EVTDESC44106" - picture = "Emerson" - - option = { - name = "EVTOPTA44106" - prestige = 2 - any_pop = { - dominant_issue = { - factor = 0.10 - value = moralism - } - } - } + id = 44106 + news = yes + news_desc_long = "EVTDESC44106_NEWS_LONG" + news_desc_medium = "EVTDESC44106_NEWS_MEDIUM" + news_desc_short = "EVTDESC44106_NEWS_SHORT" + + trigger = { + tag = USA + year = 1841 + NOT = { + year = 1844 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1842 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1843 + } + } + + title = "EVTNAME44106" + desc = "EVTDESC44106" + picture = "Emerson" + + option = { + name = "EVTOPTA44106" + prestige = 2 + any_pop = { + dominant_issue = { + factor = 0.10 + value = moralism + } + } + } } country_event = { - id = 44107 - news = yes - news_desc_long = "EVTDESC44107_NEWS_LONG" - news_desc_medium = "EVTDESC44107_NEWS_MEDIUM" - news_desc_short = "EVTDESC44107_NEWS_SHORT" - - trigger = { - tag = USA - government = democracy - year = 1861 - NOT = { - year = 1864 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1862 - } - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1863 - } - } - - title = "EVTNAME44107" - desc = "EVTDESC44107" - picture = "CommonLaw" - - option = { - name = "EVTOPTA44107" - prestige = 1 - plurality = 2 - } + id = 44107 + news = yes + news_desc_long = "EVTDESC44107_NEWS_LONG" + news_desc_medium = "EVTDESC44107_NEWS_MEDIUM" + news_desc_short = "EVTDESC44107_NEWS_SHORT" + + trigger = { + tag = USA + government = democracy + year = 1861 + NOT = { + year = 1864 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1862 + } + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1863 + } + } + + title = "EVTNAME44107" + desc = "EVTDESC44107" + picture = "CommonLaw" + + option = { + name = "EVTOPTA44107" + prestige = 1 + plurality = 2 + } } country_event = { - id = 44108 - news = yes - news_desc_long = "EVTDESC44108_NEWS_LONG" - news_desc_medium = "EVTDESC44108_NEWS_MEDIUM" - news_desc_short = "EVTDESC44108_NEWS_SHORT" - - trigger = { - tag = USA - year = 1885 - has_global_flag = american_civil_war_has_happened - NOT = { - exists = CSA - year = 1888 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1886 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1887 - } - } - - title = "EVTNAME44108" - desc = "EVTDESC44108" - picture = "Grant" - - option = { - name = "EVTOPTA44108" - prestige = 1 - } + id = 44108 + news = yes + news_desc_long = "EVTDESC44108_NEWS_LONG" + news_desc_medium = "EVTDESC44108_NEWS_MEDIUM" + news_desc_short = "EVTDESC44108_NEWS_SHORT" + + trigger = { + tag = USA + year = 1885 + has_global_flag = american_civil_war_has_happened + NOT = { + exists = CSA + year = 1888 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1886 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1887 + } + } + + title = "EVTNAME44108" + desc = "EVTDESC44108" + picture = "Grant" + + option = { + name = "EVTOPTA44108" + prestige = 1 + } } country_event = { - id = 44109 - news = yes - news_desc_long = "EVTDESC44109_NEWS_LONG" - news_desc_medium = "EVTDESC44109_NEWS_MEDIUM" - news_desc_short = "EVTDESC44109_NEWS_SHORT" - - trigger = { - tag = USA - year = 1890 - is_greater_power = yes - NOT = { - exists = CSA - year = 1893 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1891 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1892 - } - } - - title = "EVTNAME44109" - desc = "EVTDESC44109" - picture = "SeaPower" - - option = { - name = "EVTOPTA44109" - prestige = 2 - } + id = 44109 + news = yes + news_desc_long = "EVTDESC44109_NEWS_LONG" + news_desc_medium = "EVTDESC44109_NEWS_MEDIUM" + news_desc_short = "EVTDESC44109_NEWS_SHORT" + + trigger = { + tag = USA + year = 1890 + is_greater_power = yes + NOT = { + exists = CSA + year = 1893 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1891 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1892 + } + } + + title = "EVTNAME44109" + desc = "EVTDESC44109" + picture = "SeaPower" + + option = { + name = "EVTOPTA44109" + prestige = 2 + } } country_event = { - id = 44110 - news = yes - news_desc_long = "EVTDESC44110_NEWS_LONG" - news_desc_medium = "EVTDESC44110_NEWS_MEDIUM" - news_desc_short = "EVTDESC44110_NEWS_SHORT" - - trigger = { - tag = USA - year = 1916 - government = democracy - is_greater_power = yes - war = yes - NOT = { - exists = CSA - year = 1930 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1917 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1920 - } - } - - title = "EVTNAME44110" - desc = "EVTDESC44110" - picture = "Spies" - - option = { - name = "EVTOPTA44110" - prestige = -10 - any_pop = { - militancy = -2 - consciousness = -2 - } - political_reform = censored_press - political_reform = non_socialist - plurality = -10 - } - - - option = { - name = "EVTOPTB44110" - prestige = 25 - political_reform = free_press - political_reform = all_trade_unions - plurality = 10 - craftsmen = { - ideology = { - factor = 0.15 - value = socialist - } - } - labourers = { - ideology = { - factor = 0.20 - value = socialist - } - } - soldiers = { - ideology = { - factor = 0.05 - value = socialist - } - } - } + id = 44110 + news = yes + news_desc_long = "EVTDESC44110_NEWS_LONG" + news_desc_medium = "EVTDESC44110_NEWS_MEDIUM" + news_desc_short = "EVTDESC44110_NEWS_SHORT" + + trigger = { + tag = USA + year = 1916 + government = democracy + is_greater_power = yes + war = yes + NOT = { + exists = CSA + year = 1930 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1917 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1920 + } + } + + title = "EVTNAME44110" + desc = "EVTDESC44110" + picture = "Spies" + + option = { + name = "EVTOPTA44110" + prestige = -10 + any_pop = { + militancy = -2 + consciousness = -2 + } + political_reform = censored_press + political_reform = non_socialist + plurality = -10 + } + + + option = { + name = "EVTOPTB44110" + prestige = 25 + political_reform = free_press + political_reform = all_trade_unions + plurality = 10 + craftsmen = { + ideology = { + factor = 0.15 + value = socialist + } + } + labourers = { + ideology = { + factor = 0.20 + value = socialist + } + } + soldiers = { + ideology = { + factor = 0.05 + value = socialist + } + } + } } country_event = { - id = 44111 - news = yes - news_desc_long = "EVTDESC44111_NEWS_LONG" - news_desc_medium = "EVTDESC44111_NEWS_MEDIUM" - news_desc_short = "EVTDESC44111_NEWS_SHORT" - - trigger = { - tag = USA - year = 1865 - war = no - NOT = { - year = 1868 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1866 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1867 - } - } - - title = "EVTNAME44111" - desc = "EVTDESC44111" - picture = "pinkertons" - - option = { - name = "EVTOPTA44111" - prestige = 1 - - } + id = 44111 + news = yes + news_desc_long = "EVTDESC44111_NEWS_LONG" + news_desc_medium = "EVTDESC44111_NEWS_MEDIUM" + news_desc_short = "EVTDESC44111_NEWS_SHORT" + + trigger = { + tag = USA + year = 1865 + war = no + NOT = { + year = 1868 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1866 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1867 + } + } + + title = "EVTNAME44111" + desc = "EVTDESC44111" + picture = "pinkertons" + + option = { + name = "EVTOPTA44111" + prestige = 1 + + } } country_event = { - id = 44112 - news = yes - news_desc_long = "EVTDESC44112_NEWS_LONG" - news_desc_medium = "EVTDESC44112_NEWS_MEDIUM" - news_desc_short = "EVTDESC44112_NEWS_SHORT" - - trigger = { - tag = USA - year = 1876 - war = no - NOT = { - year = 1880 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1877 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1878 - } - } - - title = "EVTNAME44112" - desc = "EVTDESC44112" - picture = "baseball" - - option = { - name = "EVTOPTA44112" - prestige = 1 - farmers = { - consciousness = -1 - } - labourers = { - consciousness = -1 - } - soldiers = { - consciousness = -1 - } - artisans = { - consciousness = -1 - } - craftsmen = { - consciousness = -1 - } - clerks = { - consciousness = -1 - } - clergymen = { - consciousness = -1 - } - } + id = 44112 + news = yes + news_desc_long = "EVTDESC44112_NEWS_LONG" + news_desc_medium = "EVTDESC44112_NEWS_MEDIUM" + news_desc_short = "EVTDESC44112_NEWS_SHORT" + + trigger = { + tag = USA + year = 1876 + war = no + NOT = { + year = 1880 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1877 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1878 + } + } + + title = "EVTNAME44112" + desc = "EVTDESC44112" + picture = "baseball" + + option = { + name = "EVTOPTA44112" + prestige = 1 + farmers = { + consciousness = -1 + } + labourers = { + consciousness = -1 + } + soldiers = { + consciousness = -1 + } + artisans = { + consciousness = -1 + } + craftsmen = { + consciousness = -1 + } + clerks = { + consciousness = -1 + } + clergymen = { + consciousness = -1 + } + } } country_event = { - id = 44113 - news = yes - news_desc_long = "EVTDESC44113_NEWS_LONG" - news_desc_medium = "EVTDESC44113_NEWS_MEDIUM" - news_desc_short = "EVTDESC44113_NEWS_SHORT" - - trigger = { - tag = USA - year = 1871 - owns = 163 #Chicago - NOT = { - year = 1874 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1872 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1873 - } - } - - title = "EVTNAME44113" - desc = "EVTDESC44113" - picture = "chicagofire" - - option = { - name = "EVTOPTA44113" - treasury = -25 - } + id = 44113 + news = yes + news_desc_long = "EVTDESC44113_NEWS_LONG" + news_desc_medium = "EVTDESC44113_NEWS_MEDIUM" + news_desc_short = "EVTDESC44113_NEWS_SHORT" + + trigger = { + tag = USA + year = 1871 + owns = 163 #Chicago + NOT = { + year = 1874 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1872 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1873 + } + } + + title = "EVTNAME44113" + desc = "EVTDESC44113" + picture = "chicagofire" + + option = { + name = "EVTOPTA44113" + treasury = -25 + } } country_event = { - id = 44114 - news = yes - news_desc_long = "EVTDESC44114_NEWS_LONG" - news_desc_medium = "EVTDESC44114_NEWS_MEDIUM" - news_desc_short = "EVTDESC44114_NEWS_SHORT" - - trigger = { - tag = USA - year = 1881 - owns = 102 #S Arizona - NOT = { - year = 1884 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1882 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1883 - } - } - - title = "EVTNAME44114" - desc = "EVTDESC44114" - picture = "WyattEarp" - - option = { - name = "EVTOPTA44114" - prestige = 1 - } + id = 44114 + news = yes + news_desc_long = "EVTDESC44114_NEWS_LONG" + news_desc_medium = "EVTDESC44114_NEWS_MEDIUM" + news_desc_short = "EVTDESC44114_NEWS_SHORT" + + trigger = { + tag = USA + year = 1881 + owns = 102 #S Arizona + NOT = { + year = 1884 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1882 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1883 + } + } + + title = "EVTNAME44114" + desc = "EVTDESC44114" + picture = "WyattEarp" + + option = { + name = "EVTOPTA44114" + prestige = 1 + } } country_event = { - id = 44115 - - trigger = { - tag = USA - year = 1846 - NOT = { - year = 1850 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1847 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1848 - } - } - - title = "EVTNAME44115" - desc = "EVTDESC44115" - picture = "baseball" - - option = { - name = "EVTOPTA44114" - prestige = 3 - } + id = 44115 + + trigger = { + tag = USA + year = 1846 + NOT = { + year = 1850 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1847 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1848 + } + } + + title = "EVTNAME44115" + desc = "EVTDESC44115" + picture = "baseball" + + option = { + name = "EVTOPTA44114" + prestige = 3 + } } #Second Great Awakening country_event = { - id = 44116 - news = yes - news_desc_long = "EVTDESC44116_NEWS_LONG" - news_desc_medium = "EVTDESC44116_NEWS_MEDIUM" - news_desc_short = "EVTDESC44116_NEWS_SHORT" - - trigger = { - tag = USA - year = 1836 - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1837 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1838 - } - } - - title = "EVTNAME44116" - desc = "EVTDESC44116" - picture = "secondawakening" - - option = { - name = "EVTOPTA44116" - any_pop = { consciousness = 0.3 } - farmers = { - limit = { is_state_religion = yes } - dominant_issue = { - factor = 0.40 - value = moralism - } - } - labourers = { - limit = { is_state_religion = yes } - dominant_issue = { - factor = 0.40 - value = moralism - } - } - soldiers = { - limit = { is_state_religion = yes } - dominant_issue = { - factor = 0.25 - value = moralism - } - } - artisans = { - limit = { is_state_religion = yes } - dominant_issue = { - factor = 0.30 - value = moralism - } - } - } + id = 44116 + news = yes + news_desc_long = "EVTDESC44116_NEWS_LONG" + news_desc_medium = "EVTDESC44116_NEWS_MEDIUM" + news_desc_short = "EVTDESC44116_NEWS_SHORT" + + trigger = { + tag = USA + year = 1836 + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1837 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1838 + } + } + + title = "EVTNAME44116" + desc = "EVTDESC44116" + picture = "secondawakening" + + option = { + name = "EVTOPTA44116" + any_pop = { consciousness = 0.3 } + farmers = { + limit = { is_state_religion = yes } + dominant_issue = { + factor = 0.40 + value = moralism + } + } + labourers = { + limit = { is_state_religion = yes } + dominant_issue = { + factor = 0.40 + value = moralism + } + } + soldiers = { + limit = { is_state_religion = yes } + dominant_issue = { + factor = 0.25 + value = moralism + } + } + artisans = { + limit = { is_state_religion = yes } + dominant_issue = { + factor = 0.30 + value = moralism + } + } + } } country_event = { - id = 44117 - news = yes - news_desc_long = "EVTDESC44117_NEWS_LONG" - news_desc_medium = "EVTDESC44117_NEWS_MEDIUM" - news_desc_short = "EVTDESC44117_NEWS_SHORT" - - trigger = { - tag = USA - year = 1837 - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME44117" - desc = "EVTDESC44117" - picture = "christ" - - option = { - name = "EVTOPTA44117" - any_pop = { - scaled_consciousness = { - factor = 1 - ideology = liberal - } - } - } + id = 44117 + news = yes + news_desc_long = "EVTDESC44117_NEWS_LONG" + news_desc_medium = "EVTDESC44117_NEWS_MEDIUM" + news_desc_short = "EVTDESC44117_NEWS_SHORT" + + trigger = { + tag = USA + year = 1837 + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME44117" + desc = "EVTDESC44117" + picture = "christ" + + option = { + name = "EVTOPTA44117" + any_pop = { + scaled_consciousness = { + factor = 1 + ideology = liberal + } + } + } } country_event = { - id = 44118 - news = yes - news_desc_long = "EVTDESC44118_NEWS_LONG" - news_desc_medium = "EVTDESC44118_NEWS_MEDIUM" - news_desc_short = "EVTDESC44118_NEWS_SHORT" - - trigger = { - tag = USA - year = 1837 - NOT = { - year = 1840 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1838 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1839 - } - } - - title = "EVTNAME44118" - desc = "EVTDESC44118" - picture = "charity" - - option = { - name = "EVTOPTA44118" - plurality = 1 - farmers = { - militancy = -1 - } - labourers = { - militancy = -1 - } - soldiers = { - militancy = -1 - } - artisans = { - militancy = -1 - } - } + id = 44118 + news = yes + news_desc_long = "EVTDESC44118_NEWS_LONG" + news_desc_medium = "EVTDESC44118_NEWS_MEDIUM" + news_desc_short = "EVTDESC44118_NEWS_SHORT" + + trigger = { + tag = USA + year = 1837 + NOT = { + year = 1840 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1838 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1839 + } + } + + title = "EVTNAME44118" + desc = "EVTDESC44118" + picture = "charity" + + option = { + name = "EVTOPTA44118" + plurality = 1 + farmers = { + militancy = -1 + } + labourers = { + militancy = -1 + } + soldiers = { + militancy = -1 + } + artisans = { + militancy = -1 + } + } } country_event = { - id = 44119 - news = yes - news_desc_long = "EVTDESC44119_NEWS_LONG" - news_desc_medium = "EVTDESC44119_NEWS_MEDIUM" - news_desc_short = "EVTDESC44119_NEWS_SHORT" - - trigger = { - tag = USA - year = 1848 - NOT = { - year = 1852 - } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 5 - - modifier = { - factor = 0.75 #increase likelihood to happen - year = 1849 - } - - - modifier = { - factor = 0.95 #increase likelihood to happen - year = 1850 - } - } - - title = "EVTNAME44119" - desc = "EVTDESC44119" - picture = "JJHughes" - - option = { - name = "EVTOPTA44119" - any_pop = { - limit = { - has_pop_religion = catholic - } - consciousness = 1 - } - } + id = 44119 + news = yes + news_desc_long = "EVTDESC44119_NEWS_LONG" + news_desc_medium = "EVTDESC44119_NEWS_MEDIUM" + news_desc_short = "EVTDESC44119_NEWS_SHORT" + + trigger = { + tag = USA + year = 1848 + NOT = { + year = 1852 + } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 5 + + modifier = { + factor = 0.75 #increase likelihood to happen + year = 1849 + } + + + modifier = { + factor = 0.95 #increase likelihood to happen + year = 1850 + } + } + + title = "EVTNAME44119" + desc = "EVTDESC44119" + picture = "JJHughes" + + option = { + name = "EVTOPTA44119" + any_pop = { + limit = { + has_pop_religion = catholic + } + consciousness = 1 + } + } } # Moral Crusaders country_event = { - id = 44120 - title = "EVTNAME44120" - desc = "EVTDESC44120" - picture = "saloon" - news = yes - news_desc_long = "EVTDESC44120_NEWS_LONG" - news_desc_medium = "EVTDESC44120_NEWS_MEDIUM" - news_desc_short = "EVTDESC44120_NEWS_SHORT" - - trigger = { - tag = USA - any_state = { moralism = 5 } - year = 1838 - NOT = { year = 1900 } - } - - fire_only_once = no - - mean_time_to_happen = { - months = 70 - - modifier = { - factor = 0.9 #increase likelihood to happen - year = 1885 - } - - - modifier = { - factor = 0.9 #increase likelihood to happen - year = 1910 - } - } - - option = { - name = "EVTOPTA44120" - random_state = { - limit = { moralism = 5 } - any_pop = { - limit = { has_pop_religion = protestant } - consciousness = 1 - dominant_issue = { factor = 0.04 value = moralism } - dominant_issue = { factor = 0.06 value = secularized } - } - } - - random = { - chance = 99 - random_state = { - limit = { moralism = 5 } - any_pop = { - limit = { has_pop_religion = protestant } - consciousness = 1 - dominant_issue = { factor = 0.04 value = moralism } - dominant_issue = { factor = 0.06 value = secularized } - } - } - } - - random = { - chance = 99 - random_state = { - limit = { moralism = 5 } - any_pop = { - limit = { has_pop_religion = protestant } - consciousness = 1 - dominant_issue = { factor = 0.04 value = moralism } - dominant_issue = { factor = 0.06 value = secularized } - } - } - } - } + id = 44120 + title = "EVTNAME44120" + desc = "EVTDESC44120" + picture = "saloon" + news = yes + news_desc_long = "EVTDESC44120_NEWS_LONG" + news_desc_medium = "EVTDESC44120_NEWS_MEDIUM" + news_desc_short = "EVTDESC44120_NEWS_SHORT" + + trigger = { + tag = USA + any_state = { moralism = 5 } + year = 1838 + NOT = { year = 1900 } + } + + fire_only_once = no + + mean_time_to_happen = { + months = 70 + + modifier = { + factor = 0.9 #increase likelihood to happen + year = 1885 + } + + + modifier = { + factor = 0.9 #increase likelihood to happen + year = 1910 + } + } + + option = { + name = "EVTOPTA44120" + random_state = { + limit = { moralism = 5 } + any_pop = { + limit = { has_pop_religion = protestant } + consciousness = 1 + dominant_issue = { factor = 0.04 value = moralism } + dominant_issue = { factor = 0.06 value = secularized } + } + } + + random = { + chance = 99 + random_state = { + limit = { moralism = 5 } + any_pop = { + limit = { has_pop_religion = protestant } + consciousness = 1 + dominant_issue = { factor = 0.04 value = moralism } + dominant_issue = { factor = 0.06 value = secularized } + } + } + } + + random = { + chance = 99 + random_state = { + limit = { moralism = 5 } + any_pop = { + limit = { has_pop_religion = protestant } + consciousness = 1 + dominant_issue = { factor = 0.04 value = moralism } + dominant_issue = { factor = 0.06 value = secularized } + } + } + } + } } country_event = { - id = 44121 - news = yes - news_desc_long = "EVTDESC44121_NEWS_LONG" - news_desc_medium = "EVTDESC44121_NEWS_MEDIUM" - news_desc_short = "EVTDESC44121_NEWS_SHORT" - - trigger = { - tag = USA - year = 1838 - NOT = { year = 1842 } - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 6 - - modifier = { - factor = 0.25 #increase likelihood to happen - year = 1839 - } - - - modifier = { - factor = 0.25 #increase likelihood to happen - year = 1840 - } - } - - title = "EVTNAME44121" - desc = "EVTDESC44121" - picture = "christ" - - option = { - name = "EVTOPTA44121" - any_pop = { - limit = { - has_pop_culture = afro_american - } - consciousness = 1 - } - } + id = 44121 + news = yes + news_desc_long = "EVTDESC44121_NEWS_LONG" + news_desc_medium = "EVTDESC44121_NEWS_MEDIUM" + news_desc_short = "EVTDESC44121_NEWS_SHORT" + + trigger = { + tag = USA + year = 1838 + NOT = { year = 1842 } + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 6 + + modifier = { + factor = 0.25 #increase likelihood to happen + year = 1839 + } + + + modifier = { + factor = 0.25 #increase likelihood to happen + year = 1840 + } + } + + title = "EVTNAME44121" + desc = "EVTDESC44121" + picture = "christ" + + option = { + name = "EVTOPTA44121" + any_pop = { + limit = { + has_pop_culture = afro_american + } + consciousness = 1 + } + } } #Great Migration of 1843 to Oregon country_event = { - id = 44123 - title = "EVTNAME44123" - desc = "EVTDESC44123" - picture = "1843_GreatMigration" - - trigger = { - tag = USA - year = 1841 - 81 = { empty = yes } - 82 = { empty = yes } - 83 = { empty = yes } - owns = 91 - owns = 92 - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.5 #increase likelihood to happen - year = 1843 - } - } - - option = { - name = "EVTOPTA44123" - 81 = { - change_province_name = "Portland" - life_rating = 15 - secede_province = THIS - random_list = { - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } - } - } - - 82 = { - change_province_name = "Baker City" - life_rating = 15 - secede_province = THIS - random_list = { - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } - } - } - 83 = { - change_province_name = "Eugene" - life_rating = 15 - secede_province = THIS - random_list = { - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } - 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } - } - } - } + id = 44123 + title = "EVTNAME44123" + desc = "EVTDESC44123" + picture = "1843_GreatMigration" + + trigger = { + tag = USA + year = 1841 + 81 = { empty = yes } + 82 = { empty = yes } + 83 = { empty = yes } + owns = 91 + owns = 92 + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.5 #increase likelihood to happen + year = 1843 + } + } + + option = { + name = "EVTOPTA44123" + 81 = { + change_province_name = "Portland" + life_rating = 15 + secede_province = THIS + random_list = { + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } + } + } + + 82 = { + change_province_name = "Baker City" + life_rating = 15 + secede_province = THIS + random_list = { + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } + } + } + 83 = { + change_province_name = "Eugene" + life_rating = 15 + secede_province = THIS + random_list = { + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 2.5 } } + 33 = { any_pop = { limit = { has_pop_culture = yankee } reduce_pop = 3 } } + } + } + } } - + #Child Labor Laws country_event = { - id = 44124 - title = "EVTNAME44124" - desc = "EVTDESC44124" - picture = "prussian_child_labor_act" - - trigger = { - tag = USA - year = 1841 - child_labor = child_labor_legal - } - - fire_only_once = yes - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.8 #increase likelihood to happen - year = 1842 - } - } - - option = { - name = "EVTOPTA44124" - social_reform = child_labor_restricted - ai_chance = { factor = 1 } - } - - option = { - name = "EVTOPTB44124" - prestige = 30 - any_pop = { - limit = { - OR = { - has_pop_culture = yankee - has_pop_culture = dixie - } - } - militancy = 3 - } - ai_chance = { - factor = 0 - } - } + id = 44124 + title = "EVTNAME44124" + desc = "EVTDESC44124" + picture = "prussian_child_labor_act" + + trigger = { + tag = USA + year = 1841 + child_labor = child_labor_legal + } + + fire_only_once = yes + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.8 #increase likelihood to happen + year = 1842 + } + } + + option = { + name = "EVTOPTA44124" + social_reform = child_labor_restricted + ai_chance = { factor = 1 } + } + + option = { + name = "EVTOPTB44124" + prestige = 30 + any_pop = { + limit = { + OR = { + has_pop_culture = yankee + has_pop_culture = dixie + } + } + militancy = 3 + } + ai_chance = { + factor = 0 + } + } } #Founding Seattle - Candidate for removal and integration? country_event = { - id = 441255 - title = "EVTNAME441255" - desc = "EVTDESC441255" - picture = "seattle_1870" - - trigger = { - tag = USA - owns = 78 - owns = 79 - } - - fire_only_once = yes - - mean_time_to_happen = { days = 10 } - - option = { - name = "EVTOPTA441255" - prestige = 2 - 78 = { change_province_name = "Seattle" life_rating = 3 } - 79 = { change_province_name = "Olympia" } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTB441255" - ai_chance = { factor = 0 } - } + id = 441255 + title = "EVTNAME441255" + desc = "EVTDESC441255" + picture = "seattle_1870" + + trigger = { + tag = USA + owns = 78 + owns = 79 + } + + fire_only_once = yes + + mean_time_to_happen = { days = 10 } + + option = { + name = "EVTOPTA441255" + prestige = 2 + 78 = { change_province_name = "Seattle" life_rating = 3 } + 79 = { change_province_name = "Olympia" } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTB441255" + ai_chance = { factor = 0 } + } } #Independence of Liberia country_event = { - id = 441266 - title = "EVTNAME441266" - desc = "EVTDESC441266" - picture = "guinea_coast" - - trigger = { - tag = USA - war = no - owns = 1887 - owns = 1888 - year = 1846 - } - - fire_only_once = yes - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVTOPTA441266" - 1887 = { add_core = LIB } - 1888 = { add_core = LIB } - LIB = { civilized = no } - LIB = { all_core = { remove_core = USA } } - release = LIB - relation = { who = LIB value = 400 } - diplomatic_influence = { who = LIB value = 400 } - LIB = { - civilized = yes - capital = 1887 - election = yes - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVTOPTC441266" - 1887 = { add_core = LIB } - 1888 = { add_core = LIB } - LIB = { civilized = no } - LIB = { all_core = { remove_core = USA } } - release = LIB - relation = { who = LIB value = 400 } - diplomatic_influence = { who = LIB value = 400 } - LIB = { - capital = 1887 - election = yes - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - change_tag_no_core_switch = LIB - ai_chance = { factor = 0 } - } - - option = { - name = "EVTOPTB441266" - treasury = -200000 - 1887 = { add_core = LIB } - 1888 = { add_core = LIB } - LIB = { all_core = { remove_core = USA } } - any_owned = { - limit = { is_core = LIB } - add_province_modifier = { name = nationalist_agitation duration = 1095 } - any_pop = { militancy = 5 consciousness = 7 } - } - - ai_chance = { factor = 0 } - } + id = 441266 + title = "EVTNAME441266" + desc = "EVTDESC441266" + picture = "guinea_coast" + + trigger = { + tag = USA + war = no + owns = 1887 + owns = 1888 + year = 1846 + } + + fire_only_once = yes + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVTOPTA441266" + 1887 = { add_core = LIB } + 1888 = { add_core = LIB } + LIB = { civilized = no } + LIB = { all_core = { remove_core = USA } } + release = LIB + relation = { who = LIB value = 400 } + diplomatic_influence = { who = LIB value = 400 } + LIB = { + civilized = yes + capital = 1887 + election = yes + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVTOPTC441266" + 1887 = { add_core = LIB } + 1888 = { add_core = LIB } + LIB = { civilized = no } + LIB = { all_core = { remove_core = USA } } + release = LIB + relation = { who = LIB value = 400 } + diplomatic_influence = { who = LIB value = 400 } + LIB = { + capital = 1887 + election = yes + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + change_tag_no_core_switch = LIB + ai_chance = { factor = 0 } + } + + option = { + name = "EVTOPTB441266" + treasury = -200000 + 1887 = { add_core = LIB } + 1888 = { add_core = LIB } + LIB = { all_core = { remove_core = USA } } + any_owned = { + limit = { is_core = LIB } + add_province_modifier = { name = nationalist_agitation duration = 1095 } + any_pop = { militancy = 5 consciousness = 7 } + } + + ai_chance = { factor = 0 } + } } #End of homesteading country_event = { - id = 441267 - title = "EVTNAME441267" - desc = "EVTDESC441267" - picture = "homesteading" - - trigger = { - tag = USA - has_country_modifier = the_homestead_act - OR = { - AND = { - NOT = { ruling_party_ideology = liberal } - NOT = { government = democracy } - } - NOT = { number_of_states = 3 } - NOT = { num_of_ports = 1 } - } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 1 } - - option = { - name = "EVTOPTA441267" - remove_country_modifier = the_homestead_act - } + id = 441267 + title = "EVTNAME441267" + desc = "EVTDESC441267" + picture = "homesteading" + + trigger = { + tag = USA + has_country_modifier = the_homestead_act + OR = { + AND = { + NOT = { ruling_party_ideology = liberal } + NOT = { government = democracy } + } + NOT = { number_of_states = 3 } + NOT = { num_of_ports = 1 } + } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 1 } + + option = { + name = "EVTOPTA441267" + remove_country_modifier = the_homestead_act + } } #36 Parallel or Fight country_event = { - id = 441268 - title = "EVTNAME441268" - desc = "EVTDESC441268" - picture = "36_parallel" - - is_triggered_only = yes - - option = { - name = "EVTOPTA441268" - any_owned = { limit = { is_core = CSA } - secede_province = CSA - remove_core = THIS - } - relation = { who = CSA value = 200 } - ai_chance = { - factor = 0 - modifier = { - factor = 20 - CSA = { brigades_compare = 2 } - } - modifier = { - factor = 80 - THIS = { in_sphere = CSA } - } - } - } - - option = { - name = "EVTOPTB441268" - relation = { who = CSA value = -400 } - CSA = { diplomatic_influence = { - who = THIS - value = -400 - } - } - ai_chance = { - factor = 80 - modifier = { - factor = 60 - FROM = { brigades_compare = 1.5 } - } - } - } + id = 441268 + title = "EVTNAME441268" + desc = "EVTDESC441268" + picture = "36_parallel" + + is_triggered_only = yes + + option = { + name = "EVTOPTA441268" + any_owned = { limit = { is_core = CSA } + secede_province = CSA + remove_core = THIS + } + relation = { who = CSA value = 200 } + ai_chance = { + factor = 0 + modifier = { + factor = 20 + CSA = { brigades_compare = 2 } + } + modifier = { + factor = 80 + THIS = { in_sphere = CSA } + } + } + } + + option = { + name = "EVTOPTB441268" + relation = { who = CSA value = -400 } + CSA = { diplomatic_influence = { + who = THIS + value = -400 + } + } + ai_chance = { + factor = 80 + modifier = { + factor = 60 + FROM = { brigades_compare = 1.5 } + } + } + } } #From Whitehorse and Down country_event = { - id = 441290 - title = "EVTNAME441295" - desc = "EVTDESC441290" - picture = "administration" - - trigger = { - tag = USA - owns = 1 - invention = manifest_destiny - COL = { all_core = { owned_by = USA } } - ENG = { owns = 17 } - } - - fire_only_once = yes - - mean_time_to_happen = { months = 6 } - - option = { - name = "EVT441290OPTA" - ENG = { country_event = 441295 } - relation = { who = ENG value = -100 } - badboy = 3 - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT441290OPTB" - relation = { who = ENG value = 50 } - prestige = -10 - ai_chance = { - factor = 10 - } - } + id = 441290 + title = "EVTNAME441295" + desc = "EVTDESC441290" + picture = "administration" + + trigger = { + tag = USA + owns = 1 + invention = manifest_destiny + COL = { all_core = { owned_by = USA } } + ENG = { owns = 17 } + } + + fire_only_once = yes + + mean_time_to_happen = { months = 6 } + + option = { + name = "EVT441290OPTA" + ENG = { country_event = 441295 } + relation = { who = ENG value = -100 } + badboy = 3 + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT441290OPTB" + relation = { who = ENG value = 50 } + prestige = -10 + ai_chance = { + factor = 10 + } + } } country_event = { - id = 441295 - title = "EVTNAME441295" - desc = "EVTDESC441295" - picture = "alaska" - - is_triggered_only = yes - - fire_only_once = yes - - option = { - name = "EVT441295OPTA" - 6 = { - add_core = USA - add_core = LSK - remove_core = RPL - remove_core = CAN - secede_province = USA - } - 17 = { - add_core = USA - add_core = LSK - remove_core = RPL - remove_core = CAN - secede_province = USA - } - relation = { who = USA value = 20 } - prestige = -20 - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT441295OPTB" - relation = { who = USA value = -200 } - USA = { - add_casus_belli = { - target = ENG - type = place_in_the_sun - months = 12 - } - } - prestige = 15 - ai_chance = { - factor = 10 - } - } + id = 441295 + title = "EVTNAME441295" + desc = "EVTDESC441295" + picture = "alaska" + + is_triggered_only = yes + + fire_only_once = yes + + option = { + name = "EVT441295OPTA" + 6 = { + add_core = USA + add_core = LSK + remove_core = RPL + remove_core = CAN + secede_province = USA + } + 17 = { + add_core = USA + add_core = LSK + remove_core = RPL + remove_core = CAN + secede_province = USA + } + relation = { who = USA value = 20 } + prestige = -20 + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT441295OPTB" + relation = { who = USA value = -200 } + USA = { + add_casus_belli = { + target = ENG + type = place_in_the_sun + months = 12 + } + } + prestige = 15 + ai_chance = { + factor = 10 + } + } } #Abolition Post-Civil War - The Abolition of Slavery #country_event = { -# id = 16452 -# title = "EVTNAME16452" -# desc = "EVTDESC16452" -# picture = "abraham_speech" -# -# trigger = { -# tag = USA -# has_global_flag = american_civil_war_has_happened -# NOT = { war_with = CSA } -# OR = { -# slavery = yes_slavery -# slavery = freedom_of_womb -# } -# } -# -# fire_only_once = yes -# -# mean_time_to_happen = { days = 5 } -# -# option = { -# name = "EVTOPTA16452" -# political_reform = no_slavery -# any_pop = { -# ideology = { -# factor = 0.1 -# value = liberal -# } -# scaled_consciousness = { -# factor = 3 -# issue = yes_slavery -# } -# scaled_militancy = { -# factor = 2 -# issue = yes_slavery -# } -# } -# ai_chance = { factor = 100 } -# } -# -# option = { -# name = "EVTOPTB16452" -# any_pop = { -# scaled_consciousness = { -# factor = 9 -# issue = no_slavery -# } -# scaled_militancy = { -# factor = 8 -# issue = no_slavery -# } -# } -# ai_chance = { factor = 0 } -# } -# } - - +# id = 16452 +# title = "EVTNAME16452" +# desc = "EVTDESC16452" +# picture = "abraham_speech" +# +# trigger = { +# tag = USA +# has_global_flag = american_civil_war_has_happened +# NOT = { war_with = CSA } +# OR = { +# slavery = yes_slavery +# slavery = freedom_of_womb +# } +# } +# +# fire_only_once = yes +# +# mean_time_to_happen = { days = 5 } +# +# option = { +# name = "EVTOPTA16452" +# political_reform = no_slavery +# any_pop = { +# ideology = { +# factor = 0.1 +# value = liberal +# } +# scaled_consciousness = { +# factor = 3 +# issue = yes_slavery +# } +# scaled_militancy = { +# factor = 2 +# issue = yes_slavery +# } +# } +# ai_chance = { factor = 100 } +# } +# +# option = { +# name = "EVTOPTB16452" +# any_pop = { +# scaled_consciousness = { +# factor = 9 +# issue = no_slavery +# } +# scaled_militancy = { +# factor = 8 +# issue = no_slavery +# } +# } +# ai_chance = { factor = 0 } +# } +# } + + #Gadsden Purchase country_event = { - id = 16453 - title = "EVTNAME16453" - desc = "EVTDESC16453" - picture = "gadsden_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16453" #Sell everything they want - FROM = { country_event = 16454 } - ai_chance = { - factor = 5 - modifier = { - factor = 1.1 - relation = { who = FROM value = 180 } - } - modifier = { - factor = 0 - is_greater_power = yes - } - } - } - - option = { - name = "EVTOPTB16453" #Sell only historical borders - FROM = { country_event = 16455 } - ai_chance = { factor = 90 } - } - - option = { - name = "EVTOPTC16453" #We will not sell anything - FROM = { country_event = 16456 } - ai_chance = { - factor = 5 - modifier = { - factor = 1.2 - NOT = { relation = { who = FROM value = -50 } } - } - modifier = { - factor = 1.8 - is_greater_power = yes - } - modifier = { - factor = 8.0 - USA = { any_owned_province = { is_core = MEX } ai = no } - } - } - } + id = 16453 + title = "EVTNAME16453" + desc = "EVTDESC16453" + picture = "gadsden_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16453" #Sell everything they want + FROM = { country_event = 16454 } + ai_chance = { + factor = 5 + modifier = { + factor = 1.1 + relation = { who = FROM value = 180 } + } + modifier = { + factor = 0 + is_greater_power = yes + } + } + } + + option = { + name = "EVTOPTB16453" #Sell only historical borders + FROM = { country_event = 16455 } + ai_chance = { factor = 90 } + } + + option = { + name = "EVTOPTC16453" #We will not sell anything + FROM = { country_event = 16456 } + ai_chance = { + factor = 5 + modifier = { + factor = 1.2 + NOT = { relation = { who = FROM value = -50 } } + } + modifier = { + factor = 1.8 + is_greater_power = yes + } + modifier = { + factor = 8.0 + USA = { any_owned_province = { is_core = MEX } ai = no } + } + } + } } #Gadsden Purchase - Mexico Agrees to sell everything country_event = { - id = 16454 - title = "EVTNAME16454" - desc = "EVTDESC16454" - picture = "gadsden_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16454" #Alright, let's buy everything - FROM = { treasury = 100000 any_pop = { militancy = 2 consciousness = 3 } } - - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 100000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 100 } } - } - random_owned = { - limit = { owner = { money = 100000 } } - owner = { treasury = -100000 } - } - - 102 = { add_core = THIS add_core = CAL remove_core = MEX } - 2662 = { add_core = THIS add_core = CAL remove_core = MEX } - 2139 = { add_core = THIS add_core = CAL remove_core = MEX } - 2138 = { add_core = THIS add_core = CAL remove_core = MEX } - random_owned = { - limit = { - province_id = 100 - is_core = CSA - } - 102 = { add_core = CSA } - } - - random_owned = { - limit = { - province_id = 2148 - is_core = CSA - } - 2662 = { add_core = CSA } - } - - random_owned = { - limit = { - province_id = 90 - is_core = CSA - } - 2139 = { add_core = CSA } - 2138 = { add_core = CSA } - } - - FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } - random_owned = { limit = { owner = { NOT = { slavery = no_slavery } } } MEX_2138 = { is_slave = yes } } - relation = { who = FROM value = 150 } - any_pop = { - scaled_consciousness = { - factor = 2 - ideology = liberal - } - scaled_militancy = { - factor = 1 - ideology = liberal - } - scaled_consciousness = { - factor = 2 - ideology = reactionary - } - scaled_militancy = { - factor = 1 - ideology = reactionary - } - } - ai_chance = { - factor = 20 - } - } - - option = { - name = "EVTOPTB16454" #We don't have the money, buy only the historical stuff - FROM = { treasury = 50000 any_pop = { militancy = 1 consciousness = 1 } } - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - - 102 = { add_core = THIS secede_province = THIS remove_core = MEX } - 2662 = { add_core = THIS secede_province = THIS remove_core = MEX } - - random_owned = { - limit = { - province_id = 100 - is_core = CSA - } - 102 = { add_core = CSA } - } - - random_owned = { - limit = { - province_id = 2148 - is_core = CSA - } - 2662 = { add_core = CSA } - } - - relation = { who = FROM value = 50 } - ai_chance = { - factor = 80 - } - } - - option = { - name = "EVTOPTC16454" #We are broke, don't buy anything - FROM = { country_event = 16457 } - ai_chance = { - factor = 0 - } - } + id = 16454 + title = "EVTNAME16454" + desc = "EVTDESC16454" + picture = "gadsden_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16454" #Alright, let's buy everything + FROM = { treasury = 100000 any_pop = { militancy = 2 consciousness = 3 } } + + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 100000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 100 } } + } + random_owned = { + limit = { owner = { money = 100000 } } + owner = { treasury = -100000 } + } + + 102 = { add_core = THIS add_core = CAL remove_core = MEX } + 2662 = { add_core = THIS add_core = CAL remove_core = MEX } + 2139 = { add_core = THIS add_core = CAL remove_core = MEX } + 2138 = { add_core = THIS add_core = CAL remove_core = MEX } + random_owned = { + limit = { + province_id = 100 + is_core = CSA + } + 102 = { add_core = CSA } + } + + random_owned = { + limit = { + province_id = 2148 + is_core = CSA + } + 2662 = { add_core = CSA } + } + + random_owned = { + limit = { + province_id = 90 + is_core = CSA + } + 2139 = { add_core = CSA } + 2138 = { add_core = CSA } + } + + FROM = { any_owned = { limit = { is_core = THIS } secede_province = THIS } } + random_owned = { limit = { owner = { NOT = { slavery = no_slavery } } } MEX_2138 = { is_slave = yes } } + relation = { who = FROM value = 150 } + any_pop = { + scaled_consciousness = { + factor = 2 + ideology = liberal + } + scaled_militancy = { + factor = 1 + ideology = liberal + } + scaled_consciousness = { + factor = 2 + ideology = reactionary + } + scaled_militancy = { + factor = 1 + ideology = reactionary + } + } + ai_chance = { + factor = 20 + } + } + + option = { + name = "EVTOPTB16454" #We don't have the money, buy only the historical stuff + FROM = { treasury = 50000 any_pop = { militancy = 1 consciousness = 1 } } + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + + 102 = { add_core = THIS secede_province = THIS remove_core = MEX } + 2662 = { add_core = THIS secede_province = THIS remove_core = MEX } + + random_owned = { + limit = { + province_id = 100 + is_core = CSA + } + 102 = { add_core = CSA } + } + + random_owned = { + limit = { + province_id = 2148 + is_core = CSA + } + 2662 = { add_core = CSA } + } + + relation = { who = FROM value = 50 } + ai_chance = { + factor = 80 + } + } + + option = { + name = "EVTOPTC16454" #We are broke, don't buy anything + FROM = { country_event = 16457 } + ai_chance = { + factor = 0 + } + } } #Gadsden Purchase - Mexico Agrees to historical purchase country_event = { - id = 16455 - title = "EVTNAME16455" - desc = "EVTDESC16455" - picture = "gadsden_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16455" #Done - FROM = { treasury = 50000 any_pop = { militancy = 1 consciousness = 1 } } - - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 50000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 50 } } - } - random_owned = { - limit = { owner = { money = 50000 } } - owner = { treasury = -50000 } - } - 102 = { add_core = THIS secede_province = THIS remove_core = MEX } - 2662 = { add_core = THIS secede_province = THIS remove_core = MEX } - - random_owned = { - limit = { - province_id = 100 - is_core = CSA - } - 102 = { add_core = CSA } - } - - random_owned = { - limit = { - province_id = 2148 - is_core = CSA - } - 2662 = { add_core = CSA } - } - - relation = { who = FROM value = 150 } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVTOPTB16455" #We are broke, don't buy anything - FROM = { country_event = 16457 } - ai_chance = { - factor = 0 - } - } + id = 16455 + title = "EVTNAME16455" + desc = "EVTDESC16455" + picture = "gadsden_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16455" #Done + FROM = { treasury = 50000 any_pop = { militancy = 1 consciousness = 1 } } + + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 50000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 50 } } + } + random_owned = { + limit = { owner = { money = 50000 } } + owner = { treasury = -50000 } + } + 102 = { add_core = THIS secede_province = THIS remove_core = MEX } + 2662 = { add_core = THIS secede_province = THIS remove_core = MEX } + + random_owned = { + limit = { + province_id = 100 + is_core = CSA + } + 102 = { add_core = CSA } + } + + random_owned = { + limit = { + province_id = 2148 + is_core = CSA + } + 2662 = { add_core = CSA } + } + + relation = { who = FROM value = 150 } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVTOPTB16455" #We are broke, don't buy anything + FROM = { country_event = 16457 } + ai_chance = { + factor = 0 + } + } } #Gadsden Purchase - We will not sell anything country_event = { - id = 16456 - title = "EVTNAME16456" - desc = "EVTDESC16456" - picture = "gadsden_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16456" #We will have what we want - one way or another - badboy = 10 - prestige = -5 - 102 = { add_core = THIS } - 2662 = { add_core = THIS } - - random_owned = { - limit = { - province_id = 100 - is_core = CSA - } - 102 = { add_core = CSA } - } - - random_owned = { - limit = { - province_id = 2148 - is_core = CSA - } - 2662 = { add_core = CSA } - } - - relation = { who = FROM value = -100 } - diplomatic_influence = { who = FROM value = -200 } - ai_chance = { - factor = 90 - modifier = { - factor = 50 - is_greater_power = no - } - } - } - - option = { - name = "EVTOPTB16456" #Let it go - relation = { who = FROM value = -25 } - ai_chance = { - factor = 5 - modifier = { - factor = 50 - is_greater_power = no - } - } - } - - - option = { - name = "EVTOPTC16456" #Pay reparations - badboy = -1 - - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - FROM = { treasury = 10000 } - relation = { who = FROM value = 50 } - ai_chance = { - factor = 5 - modifier = { - factor = 50 - is_greater_power = no - } - } - } + id = 16456 + title = "EVTNAME16456" + desc = "EVTDESC16456" + picture = "gadsden_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16456" #We will have what we want - one way or another + badboy = 10 + prestige = -5 + 102 = { add_core = THIS } + 2662 = { add_core = THIS } + + random_owned = { + limit = { + province_id = 100 + is_core = CSA + } + 102 = { add_core = CSA } + } + + random_owned = { + limit = { + province_id = 2148 + is_core = CSA + } + 2662 = { add_core = CSA } + } + + relation = { who = FROM value = -100 } + diplomatic_influence = { who = FROM value = -200 } + ai_chance = { + factor = 90 + modifier = { + factor = 50 + is_greater_power = no + } + } + } + + option = { + name = "EVTOPTB16456" #Let it go + relation = { who = FROM value = -25 } + ai_chance = { + factor = 5 + modifier = { + factor = 50 + is_greater_power = no + } + } + } + + + option = { + name = "EVTOPTC16456" #Pay reparations + badboy = -1 + + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + FROM = { treasury = 10000 } + relation = { who = FROM value = 50 } + ai_chance = { + factor = 5 + modifier = { + factor = 50 + is_greater_power = no + } + } + } } #Gadsden Purchase - USA breaks negotiations country_event = { - id = 16457 - title = "EVTNAME16457" - desc = "EVTDESC16457" - picture = "gadsden_treaty" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16457" - relation = { who = FROM value = -10 } - } + id = 16457 + title = "EVTNAME16457" + desc = "EVTDESC16457" + picture = "gadsden_treaty" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16457" + relation = { who = FROM value = -10 } + } } #Guantanamo Lease country_event = { - id = 16458 - title = "EVTNAME16458" - desc = "EVTDESC16458" - picture = "Danishgovernment" - - is_triggered_only = yes - - option = { - name = "EVTOPTA16458" - 44 = { secede_province = FROM } - relation = { who = FROM value = 50 } - FROM = { diplomatic_influence = { who = THIS value = 100 } } - FROM = { treasury = -10000 } - treasury = 100000 - ai_chance = { factor = 0.9 } - } - - option = { - name = "EVTOPTB16458" - prestige = 5 - relation = { who = FROM value = -400 } - 44 = { remove_core = THIS } - - random_owned = { - limit = { owner = { NOT = { number_of_states = 2 } owns = 2209 } } - owner = { add_casus_belli = { target = FROM type = conquest months = 36 } } - } - - random_owned = { - limit = { owner = { number_of_states = 2 owns = 2209 capital = 2209 } } - owner = { add_casus_belli = { target = FROM type = cut_down_to_size months = 36 } } - } - - random_owned = { - limit = { owner = { 2209 = { owned_by = THIS state_scope = { is_colonial = yes } } } } - owner = { add_casus_belli = { target = FROM type = place_in_the_sun months = 36 } } - } - - ai_chance = { - factor = 0.1 - modifier = { - factor = 0.7 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = reactionary - ruling_party_ideology = communist - } - } - } - } + id = 16458 + title = "EVTNAME16458" + desc = "EVTDESC16458" + picture = "Danishgovernment" + + is_triggered_only = yes + + option = { + name = "EVTOPTA16458" + 44 = { secede_province = FROM } + relation = { who = FROM value = 50 } + FROM = { diplomatic_influence = { who = THIS value = 100 } } + FROM = { treasury = -10000 } + treasury = 100000 + ai_chance = { factor = 0.9 } + } + + option = { + name = "EVTOPTB16458" + prestige = 5 + relation = { who = FROM value = -400 } + 44 = { remove_core = THIS } + + random_owned = { + limit = { owner = { NOT = { number_of_states = 2 } owns = 2209 } } + owner = { add_casus_belli = { target = FROM type = conquest months = 36 } } + } + + random_owned = { + limit = { owner = { number_of_states = 2 owns = 2209 capital = 2209 } } + owner = { add_casus_belli = { target = FROM type = cut_down_to_size months = 36 } } + } + + random_owned = { + limit = { owner = { 2209 = { owned_by = THIS state_scope = { is_colonial = yes } } } } + owner = { add_casus_belli = { target = FROM type = place_in_the_sun months = 36 } } + } + + ai_chance = { + factor = 0.1 + modifier = { + factor = 0.7 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = reactionary + ruling_party_ideology = communist + } + } + } + } } #Dust Bowl country_event = { - id = 16459 - title = "EVTNAME16459" - desc = "EVTDESC16459" - picture = "dust_bowl" - - trigger = { - year = 1929 - any_owned_province = { - has_province_modifier = local_tractors - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 128 - province_id = 103 - } - } - } - - fire_only_once = yes - - allow_multiple_instances = no - - mean_time_to_happen = { months = 12 } - - option = { - name = "EVTOPTA16459" - random_list = { - 50 = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - province_id = 133 - province_id = 43 - province_id = 130 - province_id = 126 - province_id = 125 - province_id = 2662 - province_id = 123 - province_id = 124 - province_id = 138 - province_id = 137 - } - } - add_province_modifier = { name = dust_bowl duration = 1825 } - } - any_country = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - province_id = 133 - province_id = 43 - province_id = 130 - province_id = 126 - province_id = 125 - province_id = 2662 - province_id = 123 - province_id = 124 - province_id = 138 - province_id = 137 - } - } - add_province_modifier = { name = dust_bowl duration = 1825 } - } - } - } - - 50 = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - province_id = 133 - province_id = 43 - province_id = 130 - province_id = 126 - province_id = 125 - province_id = 2662 - province_id = 123 - province_id = 124 - province_id = 138 - province_id = 137 - } - } - add_province_modifier = { name = dust_bowl duration = 1460 } - } - - any_country = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - province_id = 133 - province_id = 43 - province_id = 130 - province_id = 126 - province_id = 125 - province_id = 2662 - province_id = 123 - province_id = 124 - province_id = 138 - province_id = 137 - } - } - add_province_modifier = { name = dust_bowl duration = 1460 } - } - } - } - } - - ai_chance = { - factor = 0.2 - modifier = { - factor = 0 - money = 200000 - } - modifier = { - factor = 100 - NOT = { money = 200000 } - } - } - } - - option = { - name = "EVTOPTB16459" - treasury = -200000 - random_list = { - 34 = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 1460 } - } - any_country = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 1460 } - } - } - } - 33 = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 1095 } - } - - any_country = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 1095 } - } - } - } - 33 = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 730 } - } - - any_country = { - any_owned = { - limit = { - OR = { - province_id = 135 - province_id = 136 - province_id = 129 - province_id = 105 - province_id = 2148 - province_id = 103 - province_id = 106 - province_id = 127 - province_id = 128 - province_id = 131 - province_id = 134 - } - } - add_province_modifier = { name = dust_bowl duration = 730 } - } - } - } - } - ai_chance = { - factor = 0.8 - modifier = { - factor = 0 - NOT = { money = 200000 } - } - } - } + id = 16459 + title = "EVTNAME16459" + desc = "EVTDESC16459" + picture = "dust_bowl" + + trigger = { + year = 1929 + any_owned_province = { + has_province_modifier = local_tractors + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 128 + province_id = 103 + } + } + } + + fire_only_once = yes + + allow_multiple_instances = no + + mean_time_to_happen = { months = 12 } + + option = { + name = "EVTOPTA16459" + random_list = { + 50 = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + province_id = 133 + province_id = 43 + province_id = 130 + province_id = 126 + province_id = 125 + province_id = 2662 + province_id = 123 + province_id = 124 + province_id = 138 + province_id = 137 + } + } + add_province_modifier = { name = dust_bowl duration = 1825 } + } + any_country = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + province_id = 133 + province_id = 43 + province_id = 130 + province_id = 126 + province_id = 125 + province_id = 2662 + province_id = 123 + province_id = 124 + province_id = 138 + province_id = 137 + } + } + add_province_modifier = { name = dust_bowl duration = 1825 } + } + } + } + + 50 = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + province_id = 133 + province_id = 43 + province_id = 130 + province_id = 126 + province_id = 125 + province_id = 2662 + province_id = 123 + province_id = 124 + province_id = 138 + province_id = 137 + } + } + add_province_modifier = { name = dust_bowl duration = 1460 } + } + + any_country = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + province_id = 133 + province_id = 43 + province_id = 130 + province_id = 126 + province_id = 125 + province_id = 2662 + province_id = 123 + province_id = 124 + province_id = 138 + province_id = 137 + } + } + add_province_modifier = { name = dust_bowl duration = 1460 } + } + } + } + } + + ai_chance = { + factor = 0.2 + modifier = { + factor = 0 + money = 200000 + } + modifier = { + factor = 100 + NOT = { money = 200000 } + } + } + } + + option = { + name = "EVTOPTB16459" + treasury = -200000 + random_list = { + 34 = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 1460 } + } + any_country = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 1460 } + } + } + } + 33 = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 1095 } + } + + any_country = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 1095 } + } + } + } + 33 = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 730 } + } + + any_country = { + any_owned = { + limit = { + OR = { + province_id = 135 + province_id = 136 + province_id = 129 + province_id = 105 + province_id = 2148 + province_id = 103 + province_id = 106 + province_id = 127 + province_id = 128 + province_id = 131 + province_id = 134 + } + } + add_province_modifier = { name = dust_bowl duration = 730 } + } + } + } + } + ai_chance = { + factor = 0.8 + modifier = { + factor = 0 + NOT = { money = 200000 } + } + } + } } #Back to Africa Act province_event = { - id = 16460 - title = "EVTNAME16460" - desc = "EVTDESC16460" - - trigger = { - NOT = { continent = africa } - is_core = THIS - any_pop = { is_culture_group = african_diaspora_cultures } - owner = { has_country_modifier = forceful_back_to_africa } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 1400 - - modifier = { - factor = 0.5 - NOT = { any_neighbor_province = { any_pop = { is_culture_group = african_diaspora_cultures } } } - } - } - - option = { - name = "EVTOPTB16460" - random_pop = { - limit = { - type = slaves - is_culture_group = african_diaspora_cultures - } - random_list = { - 50 = { move_pop = 1887 } - 50 = { move_pop = 1888 } - } - } - - random_pop = { - limit = { - NOT = { type = slaves } - is_culture_group = african_diaspora_cultures - } - random = { - chance = 50 - move_pop = 1887 - } - } - - random_pop = { - limit = { - NOT = { type = slaves } - is_culture_group = african_diaspora_cultures - } - random = { - chance = 50 - move_pop = 1887 - } - } - - random_pop = { - limit = { - NOT = { type = slaves } - is_culture_group = african_diaspora_cultures - } - random = { - chance = 50 - move_pop = 1888 - } - } - - random_pop = { - limit = { - NOT = { type = slaves } - is_culture_group = african_diaspora_cultures - } - random = { - chance = 50 - move_pop = 1888 - } - } - - owner = { - random_owned = { - limit = { - province_id = 1887 - state_scope = { is_slave = no } - has_pop_type = slaves - } - any_pop = { limit = { type = slaves } pop_type = farmers } - } - - random_owned = { - limit = { - province_id = 1888 - state_scope = { is_slave = no } - has_pop_type = slaves - } - any_pop = { limit = { type = slaves } pop_type = farmers } - } - } - } + id = 16460 + title = "EVTNAME16460" + desc = "EVTDESC16460" + + trigger = { + NOT = { continent = africa } + is_core = THIS + any_pop = { is_culture_group = african_diaspora_cultures } + owner = { has_country_modifier = forceful_back_to_africa } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 1400 + + modifier = { + factor = 0.5 + NOT = { any_neighbor_province = { any_pop = { is_culture_group = african_diaspora_cultures } } } + } + } + + option = { + name = "EVTOPTB16460" + random_pop = { + limit = { + type = slaves + is_culture_group = african_diaspora_cultures + } + random_list = { + 50 = { move_pop = 1887 } + 50 = { move_pop = 1888 } + } + } + + random_pop = { + limit = { + NOT = { type = slaves } + is_culture_group = african_diaspora_cultures + } + random = { + chance = 50 + move_pop = 1887 + } + } + + random_pop = { + limit = { + NOT = { type = slaves } + is_culture_group = african_diaspora_cultures + } + random = { + chance = 50 + move_pop = 1887 + } + } + + random_pop = { + limit = { + NOT = { type = slaves } + is_culture_group = african_diaspora_cultures + } + random = { + chance = 50 + move_pop = 1888 + } + } + + random_pop = { + limit = { + NOT = { type = slaves } + is_culture_group = african_diaspora_cultures + } + random = { + chance = 50 + move_pop = 1888 + } + } + + owner = { + random_owned = { + limit = { + province_id = 1887 + state_scope = { is_slave = no } + has_pop_type = slaves + } + any_pop = { limit = { type = slaves } pop_type = farmers } + } + + random_owned = { + limit = { + province_id = 1888 + state_scope = { is_slave = no } + has_pop_type = slaves + } + any_pop = { limit = { type = slaves } pop_type = farmers } + } + } + } } #No More Africans country_event = { - id = 16461 - title = "EVTNAME16461" - desc = "EVTDESC16461" - picture = "american_colonization_society" - - trigger = { - has_country_modifier = forceful_back_to_africa - NOT = { - any_owned_province = { - is_core = THIS - any_pop = { is_culture_group = african_diaspora_cultures } - } - } - } - - allow_multiple_instances = no - - mean_time_to_happen = { - months = 1500 - } - - option = { - name = "EVTOPTB16461" - remove_country_modifier = forceful_back_to_africa - add_country_modifier = { name = law_changed_by_force duration = 1825 } - } + id = 16461 + title = "EVTNAME16461" + desc = "EVTDESC16461" + picture = "american_colonization_society" + + trigger = { + has_country_modifier = forceful_back_to_africa + NOT = { + any_owned_province = { + is_core = THIS + any_pop = { is_culture_group = african_diaspora_cultures } + } + } + } + + allow_multiple_instances = no + + mean_time_to_happen = { + months = 1500 + } + + option = { + name = "EVTOPTB16461" + remove_country_modifier = forceful_back_to_africa + add_country_modifier = { name = law_changed_by_force duration = 1825 } + } } - diff --git a/HPM/events/USCA.txt b/HPM/events/USCA.txt index 030d1949..dfb7331b 100644 --- a/HPM/events/USCA.txt +++ b/HPM/events/USCA.txt @@ -1,1510 +1,1510 @@ country_event = { - id = 97550 - title = "EVTNAME97550" #The Federal Republic - desc = "EVTDESC97550" - news = yes - news_title = "EVTNAME97550_NEWS_TITLE" - news_desc_long = "EVTDESC97550_NEWS_LONG" - news_desc_medium = "EVTDESC97550_NEWS_MEDIUM" - news_desc_short = "EVTDESC97550_NEWS_SHORT" - picture = "mexico_soldiers" - - is_triggered_only = yes - - option = { - name = "EVT975521OPTA" - any_owned = { - limit = { - OR = { - is_core = NIC - is_core = HON - is_core = COS - is_core = ELS - is_core = LOS - } - } - add_province_modifier = { - name = peasant_revolt - duration = 1460 - } - any_pop = { - ideology = { - value = conservative - factor = 0.5 - } - ideology = { - value = liberal - factor = 0.3 - } - } - } - } + id = 97550 + title = "EVTNAME97550" #The Federal Republic + desc = "EVTDESC97550" + news = yes + news_title = "EVTNAME97550_NEWS_TITLE" + news_desc_long = "EVTDESC97550_NEWS_LONG" + news_desc_medium = "EVTDESC97550_NEWS_MEDIUM" + news_desc_short = "EVTDESC97550_NEWS_SHORT" + picture = "mexico_soldiers" + + is_triggered_only = yes + + option = { + name = "EVT975521OPTA" + any_owned = { + limit = { + OR = { + is_core = NIC + is_core = HON + is_core = COS + is_core = ELS + is_core = LOS + } + } + add_province_modifier = { + name = peasant_revolt + duration = 1460 + } + any_pop = { + ideology = { + value = conservative + factor = 0.5 + } + ideology = { + value = liberal + factor = 0.3 + } + } + } + } } country_event = { - id = 97551 - title = "EVTNAME97551" #Costa Rica Declares Independence - desc = "EVTDESC97551" - picture = "frc_costa_rica" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - owns = 2201 - NOT = { - has_country_flag = costa_rica_independence - exists = COS - } - OR = { - exists = NIC - any_owned_province = { - province_id = 2201 - controlled_by_rebels = yes - province_control_days = 60 - NOT = { country_units_in_province = UCA } - } - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 24 - has_global_flag = the_usca_has_failed - } - } - - option = { - name = "EVT975521OPTA" - set_country_flag = costa_rica_independence - prestige = -5 - any_owned = { - limit = { is_core = COS } - secede_province = COS - } - COS = { - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - capital = 2201 - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - } + id = 97551 + title = "EVTNAME97551" #Costa Rica Declares Independence + desc = "EVTDESC97551" + picture = "frc_costa_rica" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + owns = 2201 + NOT = { + has_country_flag = costa_rica_independence + exists = COS + } + OR = { + exists = NIC + any_owned_province = { + province_id = 2201 + controlled_by_rebels = yes + province_control_days = 60 + NOT = { country_units_in_province = UCA } + } + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 24 + has_global_flag = the_usca_has_failed + } + } + + option = { + name = "EVT975521OPTA" + set_country_flag = costa_rica_independence + prestige = -5 + any_owned = { + limit = { is_core = COS } + secede_province = COS + } + COS = { + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + capital = 2201 + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + } } country_event = { - id = 97552 - title = "EVTNAME97552" #Nicaragua Declares Independence - desc = "EVTDESC97552" - picture = "frc_nicaragua" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - owns = 2197 - NOT = { - has_country_flag = nicaragua_independence - exists = NIC - } - OR = { - exists = HON - any_owned_province = { - province_id = 2197 - controlled_by_rebels = yes - province_control_days = 60 - NOT = { country_units_in_province = UCA } - } - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 24 - has_global_flag = the_usca_has_failed - } - } - - option = { - name = "EVT975521OPTA" - set_country_flag = nicaragua_independence - prestige = -5 - any_owned = { - limit = { is_core = NIC } - secede_province = NIC - } - NIC = { - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - capital = 2197 - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - } + id = 97552 + title = "EVTNAME97552" #Nicaragua Declares Independence + desc = "EVTDESC97552" + picture = "frc_nicaragua" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + owns = 2197 + NOT = { + has_country_flag = nicaragua_independence + exists = NIC + } + OR = { + exists = HON + any_owned_province = { + province_id = 2197 + controlled_by_rebels = yes + province_control_days = 60 + NOT = { country_units_in_province = UCA } + } + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 24 + has_global_flag = the_usca_has_failed + } + } + + option = { + name = "EVT975521OPTA" + set_country_flag = nicaragua_independence + prestige = -5 + any_owned = { + limit = { is_core = NIC } + secede_province = NIC + } + NIC = { + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + capital = 2197 + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + } } country_event = { - id = 975521 - title = "EVTNAME975521" #Honduras Declares Independence - desc = "EVTDESC975521" - picture = "frc_honduras" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - owns = 2193 - NOT = { - has_country_flag = honduras_independence - exists = HON - } - any_owned_province = { - province_id = 2193 - controlled_by_rebels = yes - province_control_days = 60 - NOT = { country_units_in_province = UCA } - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 24 - has_global_flag = the_usca_has_failed - } - } - - option = { - name = "EVT975521OPTA" - set_country_flag = honduras_independence - prestige = -5 - any_owned = { - limit = { is_core = HON } - secede_province = HON - } - 2193 = { change_province_name = "Tegucigalpa" } - HON = { - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - capital = 2193 - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - } + id = 975521 + title = "EVTNAME975521" #Honduras Declares Independence + desc = "EVTDESC975521" + picture = "frc_honduras" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + owns = 2193 + NOT = { + has_country_flag = honduras_independence + exists = HON + } + any_owned_province = { + province_id = 2193 + controlled_by_rebels = yes + province_control_days = 60 + NOT = { country_units_in_province = UCA } + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 24 + has_global_flag = the_usca_has_failed + } + } + + option = { + name = "EVT975521OPTA" + set_country_flag = honduras_independence + prestige = -5 + any_owned = { + limit = { is_core = HON } + secede_province = HON + } + 2193 = { change_province_name = "Tegucigalpa" } + HON = { + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + capital = 2193 + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + } } country_event = { - id = 975522 - title = "EVTNAME975522" #El Salvador Declares Independence - desc = "EVTDESC975522" - picture = "frc_salvador" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - owns = 2191 - NOT = { - has_country_flag = el_salvador_independence - exists = ELS - } - any_owned_province = { - province_id = 2191 - controlled_by_rebels = yes - province_control_days = 60 - NOT = { country_units_in_province = UCA } - } - } - - mean_time_to_happen = { - months = 1 - modifier = { - factor = 24 - has_global_flag = the_usca_has_failed - } - } - - option = { - name = "EVT975521OPTA" - set_country_flag = el_salvador_independence - prestige = -5 - any_owned = { - limit = { is_core = ELS } - secede_province = ELS - } - ELS = { - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - capital = 2191 - add_country_modifier = { name = unrecognized_country duration = 3650 } - } - } + id = 975522 + title = "EVTNAME975522" #El Salvador Declares Independence + desc = "EVTDESC975522" + picture = "frc_salvador" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + owns = 2191 + NOT = { + has_country_flag = el_salvador_independence + exists = ELS + } + any_owned_province = { + province_id = 2191 + controlled_by_rebels = yes + province_control_days = 60 + NOT = { country_units_in_province = UCA } + } + } + + mean_time_to_happen = { + months = 1 + modifier = { + factor = 24 + has_global_flag = the_usca_has_failed + } + } + + option = { + name = "EVT975521OPTA" + set_country_flag = el_salvador_independence + prestige = -5 + any_owned = { + limit = { is_core = ELS } + secede_province = ELS + } + ELS = { + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + capital = 2191 + add_country_modifier = { name = unrecognized_country duration = 3650 } + } + } } country_event = { - id = 97553 - title = "EVTNAME97553" #Order Restored in El Salvador - desc = "EVTDESC97553" - picture = "frc_salvador" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - 2191 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2192 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97556OPTA" - prestige = 2 - 2191 = { add_core = UCA } - 2192 = { add_core = UCA } - } + id = 97553 + title = "EVTNAME97553" #Order Restored in El Salvador + desc = "EVTDESC97553" + picture = "frc_salvador" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + 2191 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2192 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97556OPTA" + prestige = 2 + 2191 = { add_core = UCA } + 2192 = { add_core = UCA } + } } country_event = { - id = 97554 - title = "EVTNAME97554" #Order Restored in Honduras - desc = "EVTDESC97554" - picture = "frc_honduras" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - 2193 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2194 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2195 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2196 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97556OPTA" - prestige = 5 - 2193 = { add_core = UCA } - 2194 = { add_core = UCA } - 2195 = { add_core = UCA } - 2196 = { add_core = UCA } - } + id = 97554 + title = "EVTNAME97554" #Order Restored in Honduras + desc = "EVTDESC97554" + picture = "frc_honduras" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + 2193 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2194 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2195 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2196 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97556OPTA" + prestige = 5 + 2193 = { add_core = UCA } + 2194 = { add_core = UCA } + 2195 = { add_core = UCA } + 2196 = { add_core = UCA } + } } country_event = { - id = 97555 - title = "EVTNAME97555" #Order Restored in Nicaragua - desc = "EVTDESC97555" - picture = "frc_nicaragua" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - 2197 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2198 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2199 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97556OPTA" - prestige = 5 - 2197 = { add_core = UCA } - 2198 = { add_core = UCA } - 2199 = { add_core = UCA } - 2200 = { add_core = UCA } - } + id = 97555 + title = "EVTNAME97555" #Order Restored in Nicaragua + desc = "EVTDESC97555" + picture = "frc_nicaragua" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + 2197 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2198 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2199 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97556OPTA" + prestige = 5 + 2197 = { add_core = UCA } + 2198 = { add_core = UCA } + 2199 = { add_core = UCA } + 2200 = { add_core = UCA } + } } country_event = { - id = 97556 - title = "EVTNAME97556" #Order Restored in Costa Rica - desc = "EVTDESC97556" - picture = "frc_costa_rica" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - war = no - 2201 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2202 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - 2203 = { - NOT = { is_core = UCA } - owned_by = THIS - controlled_by = THIS - NOT = { average_militancy = 2 } - } - } - - mean_time_to_happen = { - months = 3 - } - - option = { - name = "EVT97556OPTA" - prestige = 2 - 2201 = { add_core = UCA } - 2202 = { add_core = UCA } - 2203 = { add_core = UCA } - } + id = 97556 + title = "EVTNAME97556" #Order Restored in Costa Rica + desc = "EVTDESC97556" + picture = "frc_costa_rica" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + war = no + 2201 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2202 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + 2203 = { + NOT = { is_core = UCA } + owned_by = THIS + controlled_by = THIS + NOT = { average_militancy = 2 } + } + } + + mean_time_to_happen = { + months = 3 + } + + option = { + name = "EVT97556OPTA" + prestige = 2 + 2201 = { add_core = UCA } + 2202 = { add_core = UCA } + 2203 = { add_core = UCA } + } } country_event = { - id = 97557 - title = "EVTNAME97557" - desc = "EVTDESC97557" - picture = "frc_salvador" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - exists = ELS - any_owned_province = { - OR = { - is_core = HON - is_core = NIC - is_core = COS - } - } - NOT = { year = 1840 } - NOT = { has_global_flag = the_usca_has_failed } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT975610OPTA" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = HON - is_core = NIC - is_core = COS - } - } - } - militancy = 9 - } - prestige = 2 - relation = { who = ELS value = -50 } - ELS = { - all_core = { add_core = UCA } - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - exists = HON - } - modifier = { - factor = 0.8 - exists = NIC - } - modifier = { - factor = 0.8 - exists = COS - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - } - } - - option = { - name = "EVT975610OPTB" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = HON - is_core = NIC - is_core = COS - } - } - } - militancy = 9 - } - prestige = -2 - relation = { who = ELS value = 25 } - ai_chance = { - factor = 10 - } - } + id = 97557 + title = "EVTNAME97557" + desc = "EVTDESC97557" + picture = "frc_salvador" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + exists = ELS + any_owned_province = { + OR = { + is_core = HON + is_core = NIC + is_core = COS + } + } + NOT = { year = 1840 } + NOT = { has_global_flag = the_usca_has_failed } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT975610OPTA" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = HON + is_core = NIC + is_core = COS + } + } + } + militancy = 9 + } + prestige = 2 + relation = { who = ELS value = -50 } + ELS = { + all_core = { add_core = UCA } + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + exists = HON + } + modifier = { + factor = 0.8 + exists = NIC + } + modifier = { + factor = 0.8 + exists = COS + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + } + } + + option = { + name = "EVT975610OPTB" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = HON + is_core = NIC + is_core = COS + } + } + } + militancy = 9 + } + prestige = -2 + relation = { who = ELS value = 25 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97558 - title = "EVTNAME97558" - desc = "EVTDESC97558" - picture = "frc_honduras" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - exists = HON - any_owned_province = { - OR = { - is_core = ELS - is_core = NIC - is_core = COS - } - } - NOT = { year = 1840 } - NOT = { has_global_flag = the_usca_has_failed } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT975610OPTA" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = NIC - is_core = COS - } - } - } - militancy = 9 - } - prestige = 2 - relation = { who = HON value = -50 } - HON = { - all_core = { add_core = UCA } - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - exists = ELS - } - modifier = { - factor = 0.8 - exists = NIC - } - modifier = { - factor = 0.8 - exists = COS - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - } - } - - option = { - name = "EVT975610OPTB" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = NIC - is_core = COS - } - } - } - militancy = 9 - } - prestige = -2 - relation = { who = HON value = 25 } - ai_chance = { - factor = 10 - } - } + id = 97558 + title = "EVTNAME97558" + desc = "EVTDESC97558" + picture = "frc_honduras" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + exists = HON + any_owned_province = { + OR = { + is_core = ELS + is_core = NIC + is_core = COS + } + } + NOT = { year = 1840 } + NOT = { has_global_flag = the_usca_has_failed } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT975610OPTA" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = NIC + is_core = COS + } + } + } + militancy = 9 + } + prestige = 2 + relation = { who = HON value = -50 } + HON = { + all_core = { add_core = UCA } + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + exists = ELS + } + modifier = { + factor = 0.8 + exists = NIC + } + modifier = { + factor = 0.8 + exists = COS + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + } + } + + option = { + name = "EVT975610OPTB" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = NIC + is_core = COS + } + } + } + militancy = 9 + } + prestige = -2 + relation = { who = HON value = 25 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97559 - title = "EVTNAME97559" - desc = "EVTDESC97559" - picture = "frc_nicaragua" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - NOT = { has_country_flag = nicaragua_independence } - exists = NIC - any_owned_province = { - OR = { - is_core = ELS - is_core = HON - is_core = COS - } - } - NOT = { year = 1840 } - NOT = { has_global_flag = the_usca_has_failed } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT975610OPTA" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = HON - is_core = COS - } - } - } - militancy = 9 - } - prestige = 2 - relation = { who = NIC value = -50 } - NIC = { - all_core = { add_core = UCA } - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - exists = ELS - } - modifier = { - factor = 0.8 - exists = HON - } - modifier = { - factor = 0.8 - exists = COS - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - } - } - - option = { - name = "EVT975610OPTB" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = HON - is_core = COS - } - } - } - militancy = 9 - } - prestige = -2 - relation = { who = NIC value = 25 } - ai_chance = { - factor = 10 - } - } + id = 97559 + title = "EVTNAME97559" + desc = "EVTDESC97559" + picture = "frc_nicaragua" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + NOT = { has_country_flag = nicaragua_independence } + exists = NIC + any_owned_province = { + OR = { + is_core = ELS + is_core = HON + is_core = COS + } + } + NOT = { year = 1840 } + NOT = { has_global_flag = the_usca_has_failed } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT975610OPTA" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = HON + is_core = COS + } + } + } + militancy = 9 + } + prestige = 2 + relation = { who = NIC value = -50 } + NIC = { + all_core = { add_core = UCA } + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + exists = ELS + } + modifier = { + factor = 0.8 + exists = HON + } + modifier = { + factor = 0.8 + exists = COS + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + } + } + + option = { + name = "EVT975610OPTB" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = HON + is_core = COS + } + } + } + militancy = 9 + } + prestige = -2 + relation = { who = NIC value = 25 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 975610 - title = "EVTNAME975610" - desc = "EVTDESC975610" - picture = "frc_costa_rica" - - fire_only_once = yes - - trigger = { - tag = UCA - exists = yes - NOT = { has_country_flag = costa_rica_independence } - exists = COS - any_owned_province = { - OR = { - is_core = ELS - is_core = HON - is_core = NIC - } - } - NOT = { year = 1840 } - NOT = { has_global_flag = the_usca_has_failed } - } - - mean_time_to_happen = { - days = 10 - } - - option = { - name = "EVT975610OPTA" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = HON - is_core = NIC - } - } - } - militancy = 9 - } - prestige = 2 - relation = { who = COS value = -50 } - COS = { - all_core = { add_core = UCA } - casus_belli = { - target = UCA - type = free_peoples - months = 30 - } - } - ai_chance = { - factor = 90 - modifier = { - factor = 0.8 - exists = ELS - } - modifier = { - factor = 0.8 - exists = HON - } - modifier = { - factor = 0.8 - exists = NIC - } - modifier = { - factor = 0.5 - num_of_revolts = 5 - } - } - } - - option = { - name = "EVT975610OPTB" - any_pop = { - limit = { - is_primary_culture = yes - location = { - OR = { - is_core = ELS - is_core = HON - is_core = NIC - } - } - } - militancy = 9 - } - prestige = -2 - relation = { who = COS value = 25 } - ai_chance = { - factor = 10 - } - } + id = 975610 + title = "EVTNAME975610" + desc = "EVTDESC975610" + picture = "frc_costa_rica" + + fire_only_once = yes + + trigger = { + tag = UCA + exists = yes + NOT = { has_country_flag = costa_rica_independence } + exists = COS + any_owned_province = { + OR = { + is_core = ELS + is_core = HON + is_core = NIC + } + } + NOT = { year = 1840 } + NOT = { has_global_flag = the_usca_has_failed } + } + + mean_time_to_happen = { + days = 10 + } + + option = { + name = "EVT975610OPTA" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = HON + is_core = NIC + } + } + } + militancy = 9 + } + prestige = 2 + relation = { who = COS value = -50 } + COS = { + all_core = { add_core = UCA } + casus_belli = { + target = UCA + type = free_peoples + months = 30 + } + } + ai_chance = { + factor = 90 + modifier = { + factor = 0.8 + exists = ELS + } + modifier = { + factor = 0.8 + exists = HON + } + modifier = { + factor = 0.8 + exists = NIC + } + modifier = { + factor = 0.5 + num_of_revolts = 5 + } + } + } + + option = { + name = "EVT975610OPTB" + any_pop = { + limit = { + is_primary_culture = yes + location = { + OR = { + is_core = ELS + is_core = HON + is_core = NIC + } + } + } + militancy = 9 + } + prestige = -2 + relation = { who = COS value = 25 } + ai_chance = { + factor = 10 + } + } } country_event = { - id = 97560 - title = "EVTNAME97560" #End of the Republic? - desc = "EVTDESC97560" - news = yes - news_title = "EVTNAME97560_NEWS_TITLE" - news_desc_long = "EVTDESC97560_NEWS_LONG" - news_desc_medium = "EVTDESC97560_NEWS_MEDIUM" - news_desc_short = "EVTDESC97560_NEWS_SHORT" - picture = "mexico_soldiers" - major = yes - - trigger = { - tag = UCA - exists = yes - war = no - OR = { - exists = ELS - exists = HON - exists = NIC - exists = COS - } - NOT = { - has_global_flag = the_usca_has_failed - is_greater_power = yes - is_secondary_power = yes - } - year = 1838 - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.75 - exists = ELS - } - modifier = { - factor = 0.75 - exists = HON - } - modifier = { - factor = 0.75 - exists = NIC - } - modifier = { - factor = 0.75 - exists = COS - } - modifier = { - factor = 0.5 - year = 1839 - } - modifier = { - factor = 0.5 - year = 1840 - } - } - - immediate = { - set_global_flag = the_usca_has_failed - } - - option = { - name = "EVT97560OPTA" - set_country_flag = usca_civil_war - random_owned = { - limit = { - province_id = 2191 - ELS = { exists = no } - } - owner = { release = ELS } - ELS = { capital = 2191 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2193 - HON = { exists = no } - } - owner = { release = HON } - HON = { capital = 2193 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2197 - NIC = { exists = no } - } - owner = { release = NIC } - NIC = { capital = 2197 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2201 - COS = { exists = no } - } - owner = { release = COS } - COS = { capital = 2201 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2187 - LOS = { exists = no } - } - owner = { release = LOS } - LOS = { capital = 2187 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2183 - YUC = { exists = no } - } - owner = { release = YUC } - YUC = { capital = 2183 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - add_country_modifier = { - name = small_country_draft - duration = 30 - } - any_country = { - limit = { - OR = { - tag = NIC - tag = ELS - tag = COS - tag = HON - tag = LOS - } - } - all_core = { add_core = UCA } - add_country_modifier = { - name = small_country_draft - duration = 30 - } - } - war = { - target = NIC - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - war = { - target = ELS - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - war = { - target = COS - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - war = { - target = HON - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - war = { - target = LOS - attacker_goal = { - casus_belli = civil_war - } - - defender_goal = { - casus_belli = status_quo - } - } - any_pop = { - militancy = -5 - consciousness = -5 - } - - relation = { who = ELS value = -100 } - relation = { who = HON value = -100 } - relation = { who = NIC value = -100 } - relation = { who = COS value = -100 } - relation = { who = LOS value = -100 } - any_country = { - limit = { is_greater_power = yes } - diplomatic_influence = { who = LOS value = -400 } - relation = { who = LOS value = -400 } - } - - any_country = { relation = { who = LOS value = -400 } } - relation = { who = LOS value = -400 } - - ai_chance = { factor = 20 } - } - - option = { - name = "EVT97560OPTB" - prestige = 5 - random_owned = { - limit = { - province_id = 2191 - ELS = { exists = no } - } - owner = { release = ELS } - ELS = { capital = 2191 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2193 - HON = { exists = no } - } - owner = { release = HON } - HON = { capital = 2193 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2197 - NIC = { exists = no } - } - owner = { release = NIC } - NIC = { capital = 2197 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2201 - COS = { exists = no } - } - owner = { release = COS } - COS = { capital = 2201 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2187 - LOS = { exists = no } - } - owner = { release = LOS } - LOS = { capital = 2187 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - random_owned = { - limit = { - province_id = 2183 - YUC = { exists = no } - } - owner = { release = YUC } - YUC = { capital = 2183 add_country_modifier = { name = unrecognized_country duration = 3650 } } - } - all_core = { remove_core = UCA } - change_tag = GUA - GUA = { capital = 2186 add_country_modifier = { name = unrecognized_country duration = 3650 } } - relation = { who = LOS value = -150 } - relation = { who = ELS value = 50 } - relation = { who = HON value = 50 } - relation = { who = NIC value = 50 } - relation = { who = COS value = 50 } - relation = { who = MEX value = -50 } - any_pop = { - militancy = -5 - consciousness = -5 - } - any_greater_power = { - diplomatic_influence = { who = THIS value = -200 } - leave_alliance = THIS - } - ai_chance = { factor = 80 } - } + id = 97560 + title = "EVTNAME97560" #End of the Republic? + desc = "EVTDESC97560" + news = yes + news_title = "EVTNAME97560_NEWS_TITLE" + news_desc_long = "EVTDESC97560_NEWS_LONG" + news_desc_medium = "EVTDESC97560_NEWS_MEDIUM" + news_desc_short = "EVTDESC97560_NEWS_SHORT" + picture = "mexico_soldiers" + major = yes + + trigger = { + tag = UCA + exists = yes + war = no + OR = { + exists = ELS + exists = HON + exists = NIC + exists = COS + } + NOT = { + has_global_flag = the_usca_has_failed + is_greater_power = yes + is_secondary_power = yes + } + year = 1838 + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.75 + exists = ELS + } + modifier = { + factor = 0.75 + exists = HON + } + modifier = { + factor = 0.75 + exists = NIC + } + modifier = { + factor = 0.75 + exists = COS + } + modifier = { + factor = 0.5 + year = 1839 + } + modifier = { + factor = 0.5 + year = 1840 + } + } + + immediate = { + set_global_flag = the_usca_has_failed + } + + option = { + name = "EVT97560OPTA" + set_country_flag = usca_civil_war + random_owned = { + limit = { + province_id = 2191 + ELS = { exists = no } + } + owner = { release = ELS } + ELS = { capital = 2191 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2193 + HON = { exists = no } + } + owner = { release = HON } + HON = { capital = 2193 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2197 + NIC = { exists = no } + } + owner = { release = NIC } + NIC = { capital = 2197 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2201 + COS = { exists = no } + } + owner = { release = COS } + COS = { capital = 2201 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2187 + LOS = { exists = no } + } + owner = { release = LOS } + LOS = { capital = 2187 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2183 + YUC = { exists = no } + } + owner = { release = YUC } + YUC = { capital = 2183 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + add_country_modifier = { + name = small_country_draft + duration = 30 + } + any_country = { + limit = { + OR = { + tag = NIC + tag = ELS + tag = COS + tag = HON + tag = LOS + } + } + all_core = { add_core = UCA } + add_country_modifier = { + name = small_country_draft + duration = 30 + } + } + war = { + target = NIC + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + war = { + target = ELS + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + war = { + target = COS + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + war = { + target = HON + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + war = { + target = LOS + attacker_goal = { + casus_belli = civil_war + } + + defender_goal = { + casus_belli = status_quo + } + } + any_pop = { + militancy = -5 + consciousness = -5 + } + + relation = { who = ELS value = -100 } + relation = { who = HON value = -100 } + relation = { who = NIC value = -100 } + relation = { who = COS value = -100 } + relation = { who = LOS value = -100 } + any_country = { + limit = { is_greater_power = yes } + diplomatic_influence = { who = LOS value = -400 } + relation = { who = LOS value = -400 } + } + + any_country = { relation = { who = LOS value = -400 } } + relation = { who = LOS value = -400 } + + ai_chance = { factor = 20 } + } + + option = { + name = "EVT97560OPTB" + prestige = 5 + random_owned = { + limit = { + province_id = 2191 + ELS = { exists = no } + } + owner = { release = ELS } + ELS = { capital = 2191 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2193 + HON = { exists = no } + } + owner = { release = HON } + HON = { capital = 2193 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2197 + NIC = { exists = no } + } + owner = { release = NIC } + NIC = { capital = 2197 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2201 + COS = { exists = no } + } + owner = { release = COS } + COS = { capital = 2201 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2187 + LOS = { exists = no } + } + owner = { release = LOS } + LOS = { capital = 2187 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + random_owned = { + limit = { + province_id = 2183 + YUC = { exists = no } + } + owner = { release = YUC } + YUC = { capital = 2183 add_country_modifier = { name = unrecognized_country duration = 3650 } } + } + all_core = { remove_core = UCA } + change_tag = GUA + GUA = { capital = 2186 add_country_modifier = { name = unrecognized_country duration = 3650 } } + relation = { who = LOS value = -150 } + relation = { who = ELS value = 50 } + relation = { who = HON value = 50 } + relation = { who = NIC value = 50 } + relation = { who = COS value = 50 } + relation = { who = MEX value = -50 } + any_pop = { + militancy = -5 + consciousness = -5 + } + any_greater_power = { + diplomatic_influence = { who = THIS value = -200 } + leave_alliance = THIS + } + ai_chance = { factor = 80 } + } } #End a civil war that has gone on too long country_event = { - id = 975600 - title = "EVTNAME975600" - desc = "EVTDESC975600" - - trigger = { - tag = UCA - exists = yes - ai = yes - OR = { - war_with = ELS - war_with = HON - war_with = NIC - war_with = COS - war_with = LOS - } - has_country_flag = usca_civil_war - OR = { - NOT = { total_amount_of_divisions = 1 } - AND = { - war_with = ELS - ELS = { - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - } - AND = { - war_with = HON - HON = { - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - } - AND = { - war_with = NIC - NIC = { - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - } - AND = { - war_with = LOS - LOS = { - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - } - AND = { - war_with = COS - COS = { - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - } - } - } - - mean_time_to_happen = { - months = 12 - } - - option = { - name = "EVT975600OPTA" - any_country = { - limit = { - OR = { - tag = ELS - tag = HON - tag = NIC - tag = COS - tag = LOS - } - ai = yes - war_with = THIS - NOT = { - any_owned_province = { controlled_by = THIS } - any_owned_province = { country_units_in_province = UCA } - } - } - end_war = THIS - } - } + id = 975600 + title = "EVTNAME975600" + desc = "EVTDESC975600" + + trigger = { + tag = UCA + exists = yes + ai = yes + OR = { + war_with = ELS + war_with = HON + war_with = NIC + war_with = COS + war_with = LOS + } + has_country_flag = usca_civil_war + OR = { + NOT = { total_amount_of_divisions = 1 } + AND = { + war_with = ELS + ELS = { + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + } + AND = { + war_with = HON + HON = { + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + } + AND = { + war_with = NIC + NIC = { + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + } + AND = { + war_with = LOS + LOS = { + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + } + AND = { + war_with = COS + COS = { + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + } + } + } + + mean_time_to_happen = { + months = 12 + } + + option = { + name = "EVT975600OPTA" + any_country = { + limit = { + OR = { + tag = ELS + tag = HON + tag = NIC + tag = COS + tag = LOS + } + ai = yes + war_with = THIS + NOT = { + any_owned_province = { controlled_by = THIS } + any_owned_province = { country_units_in_province = UCA } + } + } + end_war = THIS + } + } } - + # Apply for USCA Statehood country_event = { - id = 16401 - title = "EVTNAME16401" - desc = "EVTDESC16401" - news = yes - news_title = "EVTNAME16401_NEWS_TITLE" - news_desc_long = "EVTDESC16401_NEWS_LONG" - news_desc_medium = "EVTDESC16401_NEWS_MEDIUM" - news_desc_short = "EVTDESC16401_NEWS_SHORT" - picture = "deliberation" - - is_triggered_only = yes - major = yes - - option = { - name = "EVT16401OPTA" - prestige = 5 - FROM = { - all_core = { add_core = UCA } - } - random_owned = { - limit = { - FROM = { tag = YUC } - } - owner = { add_accepted_culture = mayan } - } - inherit = FROM - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT16401OPTB" - relation = { - who = FROM - value = -100 - } - ai_chance = { - factor = 0 - } - } + id = 16401 + title = "EVTNAME16401" + desc = "EVTDESC16401" + news = yes + news_title = "EVTNAME16401_NEWS_TITLE" + news_desc_long = "EVTDESC16401_NEWS_LONG" + news_desc_medium = "EVTDESC16401_NEWS_MEDIUM" + news_desc_short = "EVTDESC16401_NEWS_SHORT" + picture = "deliberation" + + is_triggered_only = yes + major = yes + + option = { + name = "EVT16401OPTA" + prestige = 5 + FROM = { + all_core = { add_core = UCA } + } + random_owned = { + limit = { + FROM = { tag = YUC } + } + owner = { add_accepted_culture = mayan } + } + inherit = FROM + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT16401OPTB" + relation = { + who = FROM + value = -100 + } + ai_chance = { + factor = 0 + } + } } # Belize Purchase 1/3 country_event = { - id = 32550 - title = "EVTNAME32550" - desc = "EVTDESC32550" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT32550OPTA" - money = 50000 - 2190 = { remove_core = THIS } - FROM = { country_event = 32551 } - ai_chance = { - factor = 60 - modifier = { - factor = 0.8 - is_greater_power = no - } - modifier = { - factor = 0.7 - alliance_with = FROM - } - modifier = { - factor = 0.7 - relation = { who = FROM value = 150 } - } - } - } - - option = { - name = "EVT32550OPTB" - FROM = { country_event = 32552 } - ai_chance = { - factor = 40 - modifier = { - factor = 0.2 - is_greater_power = no - } - - modifier = { - factor = 0.6 - FROM = { is_greater_power = no } - } - modifier = { - factor = 0.1 - NOT = { relation = { who = FROM value = 0 } } - } - } - } + id = 32550 + title = "EVTNAME32550" + desc = "EVTDESC32550" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT32550OPTA" + money = 50000 + 2190 = { remove_core = THIS } + FROM = { country_event = 32551 } + ai_chance = { + factor = 60 + modifier = { + factor = 0.8 + is_greater_power = no + } + modifier = { + factor = 0.7 + alliance_with = FROM + } + modifier = { + factor = 0.7 + relation = { who = FROM value = 150 } + } + } + } + + option = { + name = "EVT32550OPTB" + FROM = { country_event = 32552 } + ai_chance = { + factor = 40 + modifier = { + factor = 0.2 + is_greater_power = no + } + + modifier = { + factor = 0.6 + FROM = { is_greater_power = no } + } + modifier = { + factor = 0.1 + NOT = { relation = { who = FROM value = 0 } } + } + } + } } # Belize Purchase 2/3 country_event = { - id = 32551 - title = "EVTNAME32551" - desc = "EVTDESC32551" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT32551OPTA" - prestige = 5 - money = -50000 - 2190 = { secede_province = THIS } - relation = { who = FROM value = 50 } - any_pop = { consciousness = -1 } - } + id = 32551 + title = "EVTNAME32551" + desc = "EVTDESC32551" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT32551OPTA" + prestige = 5 + money = -50000 + 2190 = { secede_province = THIS } + relation = { who = FROM value = 50 } + any_pop = { consciousness = -1 } + } } # Belize Purchae 3/3 country_event = { - id = 32552 - title = "EVTNAME32552" - desc = "EVTDESC32552" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT32552OPTA" - relation = { who = FROM value = -100 } - } + id = 32552 + title = "EVTNAME32552" + desc = "EVTDESC32552" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT32552OPTA" + relation = { who = FROM value = -100 } + } } #Moskito Coast Crisis / Nicaragua Crisis of 1895 country_event = { - id = 32553 - title = "EVTNAME32553" - desc = "EVTDESC32553" - picture = "moskito_coast" - - is_triggered_only = yes - - option = { - name = "EVT32553OPTA" #Demand monetary compensation - 2200 = { secede_province = FROM } - FROM = { country_event = 32554 } - ai_chance = { factor = 60 } - } - - option = { - name = "EVT32553OPTB" #Demand the territory back - 2200 = { secede_province = FROM } - FROM = { country_event = 32555 } - ai_chance = { - factor = 30 - modifier = { - factor = 80 - FROM = { is_greater_power = no } - } - } - } - - option = { - name = "EVT32553OPTC" #Let the territory go - 2200 = { secede_province = FROM } - relation = { who = FROM value = 50 } - prestige = -5 - ai_chance = { - factor = 10 - modifier = { - factor = 80 - is_greater_power = no - } - } - } + id = 32553 + title = "EVTNAME32553" + desc = "EVTDESC32553" + picture = "moskito_coast" + + is_triggered_only = yes + + option = { + name = "EVT32553OPTA" #Demand monetary compensation + 2200 = { secede_province = FROM } + FROM = { country_event = 32554 } + ai_chance = { factor = 60 } + } + + option = { + name = "EVT32553OPTB" #Demand the territory back + 2200 = { secede_province = FROM } + FROM = { country_event = 32555 } + ai_chance = { + factor = 30 + modifier = { + factor = 80 + FROM = { is_greater_power = no } + } + } + } + + option = { + name = "EVT32553OPTC" #Let the territory go + 2200 = { secede_province = FROM } + relation = { who = FROM value = 50 } + prestige = -5 + ai_chance = { + factor = 10 + modifier = { + factor = 80 + is_greater_power = no + } + } + } } #FROMCOUNTRY asks for reparations for Moskito country_event = { - id = 32554 - title = "EVTNAME32554" - desc = "EVTDESC32554" - picture = "moskito_coast" - - is_triggered_only = yes - - option = { - name = "EVT32554OPTA" #Pay up - treasury = -50000 - FROM = { treasury = 50000 } - ai_chance = { - factor = 20 - modifier = { - factor = 0 - NOT = { money = 51000 } - } - } - } - - option = { - name = "EVT32554OPTB" #Refuse to pay - relation = { who = FROM value = -100 } - FROM = { - casus_belli = { - target = THIS - type = cut_down_to_size - months = 30 - } - } - any_greater_power = { limit = { capital_scope = { continent = north_america } } relation = { who = FROM value = -50 } } - ai_chance = { - factor = 80 - modifier = { - factor = 100 - NOT = { money = 51000 } - } - } - } + id = 32554 + title = "EVTNAME32554" + desc = "EVTDESC32554" + picture = "moskito_coast" + + is_triggered_only = yes + + option = { + name = "EVT32554OPTA" #Pay up + treasury = -50000 + FROM = { treasury = 50000 } + ai_chance = { + factor = 20 + modifier = { + factor = 0 + NOT = { money = 51000 } + } + } + } + + option = { + name = "EVT32554OPTB" #Refuse to pay + relation = { who = FROM value = -100 } + FROM = { + casus_belli = { + target = THIS + type = cut_down_to_size + months = 30 + } + } + any_greater_power = { limit = { capital_scope = { continent = north_america } } relation = { who = FROM value = -50 } } + ai_chance = { + factor = 80 + modifier = { + factor = 100 + NOT = { money = 51000 } + } + } + } } #FROMCOUNTRY demands the Moskito back country_event = { - id = 32555 - title = "EVTNAME32555" - desc = "EVTDESC32555" - picture = "moskito_coast" - - is_triggered_only = yes - - option = { - name = "EVT32555OPTA" #They will have to fight for it - relation = { who = FROM value = -100 } - FROM = { - set_country_flag = bluefields_will_be_ours - casus_belli = { - target = THIS - type = cut_down_to_size - months = 60 - } - } - ai_chance = { factor = 0.95 } - } - - option = { - name = "EVT32555OPTB" #Give up our territory - prestige = -20 - 2200 = { secede_province = FROM } - ai_chance = { factor = 0.05 } - } + id = 32555 + title = "EVTNAME32555" + desc = "EVTDESC32555" + picture = "moskito_coast" + + is_triggered_only = yes + + option = { + name = "EVT32555OPTA" #They will have to fight for it + relation = { who = FROM value = -100 } + FROM = { + set_country_flag = bluefields_will_be_ours + casus_belli = { + target = THIS + type = cut_down_to_size + months = 60 + } + } + ai_chance = { factor = 0.95 } + } + + option = { + name = "EVT32555OPTB" #Give up our territory + prestige = -20 + 2200 = { secede_province = FROM } + ai_chance = { factor = 0.05 } + } } #Integration of Los Altos country_event = { - id = 32556 - title = "EVTNAME32555" - desc = "EVTDESC32555" - picture = "moskito_coast" - - trigger = { - ai = yes - exists = yes - war = no - is_vassal = no - is_disarmed = no - NOT = { war_policy = pacifism } - any_owned_province = { country_units_in_province = THIS } - LOS = { - ai = yes - exists = yes - any_owned_province = { is_core = THIS } - NOT = { truce_with = THIS } - is_vassal = no - part_of_sphere = no - } - tag = GUA - year = 1840 - NOT = { year = 1890 } - } - - mean_time_to_happen = { days = 30 } - - option = { - name = "EVT32555OPTA" - relation = { who = LOS value = -400 } - diplomatic_influence = { who = LOS value = -400 } - any_country = { - limit = { NOT = { neighbour = LOS } } - relation = { who = LOS value = -400 } - diplomatic_influence = { who = LOS value = -50 } - } - any_country = { - limit = { alliance_with = THIS } - relation = { who = LOS value = -400 } - diplomatic_influence = { who = LOS value = -400 } - } - random_country = { - limit = { tag = LOS number_of_states = 2 } - war = { - target = GUA - attacker_goal = { casus_belli = humiliate } - defender_goal = { casus_belli = acquire_core_state state_province_id = 2187 } - } - } - random_country = { - limit = { tag = LOS NOT = { number_of_states = 2 } } - war = { target = GUA attacker_goal = { casus_belli = humiliate } defender_goal = { casus_belli = annex_core_country } } - } - } + id = 32556 + title = "EVTNAME32555" + desc = "EVTDESC32555" + picture = "moskito_coast" + + trigger = { + ai = yes + exists = yes + war = no + is_vassal = no + is_disarmed = no + NOT = { war_policy = pacifism } + any_owned_province = { country_units_in_province = THIS } + LOS = { + ai = yes + exists = yes + any_owned_province = { is_core = THIS } + NOT = { truce_with = THIS } + is_vassal = no + part_of_sphere = no + } + tag = GUA + year = 1840 + NOT = { year = 1890 } + } + + mean_time_to_happen = { days = 30 } + + option = { + name = "EVT32555OPTA" + relation = { who = LOS value = -400 } + diplomatic_influence = { who = LOS value = -400 } + any_country = { + limit = { NOT = { neighbour = LOS } } + relation = { who = LOS value = -400 } + diplomatic_influence = { who = LOS value = -50 } + } + any_country = { + limit = { alliance_with = THIS } + relation = { who = LOS value = -400 } + diplomatic_influence = { who = LOS value = -400 } + } + random_country = { + limit = { tag = LOS number_of_states = 2 } + war = { + target = GUA + attacker_goal = { casus_belli = humiliate } + defender_goal = { casus_belli = acquire_core_state state_province_id = 2187 } + } + } + random_country = { + limit = { tag = LOS NOT = { number_of_states = 2 } } + war = { target = GUA attacker_goal = { casus_belli = humiliate } defender_goal = { casus_belli = annex_core_country } } + } + } } diff --git a/HPM/events/UpperHouse.txt b/HPM/events/UpperHouse.txt index 80b47437..27a85d55 100644 --- a/HPM/events/UpperHouse.txt +++ b/HPM/events/UpperHouse.txt @@ -1,2607 +1,2607 @@ country_event = { - id = 18000 - title = "EVTNAME18000" - desc = "EVTDESC18000" - picture = "Upperhouse" - - trigger = { - civilized = yes - is_ideology_enabled = socialist - upper_house = { - ideology = liberal - value = 0.5 - } - social_reform_want = 0.15 - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18000" - upper_house = { - ideology = socialist - value = 0.10 - } - } - - option = { - name = "EVTOPTB18000" - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 3 - } - } - } + id = 18000 + title = "EVTNAME18000" + desc = "EVTDESC18000" + picture = "Upperhouse" + + trigger = { + civilized = yes + is_ideology_enabled = socialist + upper_house = { + ideology = liberal + value = 0.5 + } + social_reform_want = 0.15 + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18000" + upper_house = { + ideology = socialist + value = 0.10 + } + } + + option = { + name = "EVTOPTB18000" + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 3 + } + } + } } country_event = { - id = 18010 - title = "EVTNAME18010" - desc = "EVTDESC18010" - picture = "Upperhouse" - - trigger = { - civilized = yes - upper_house = { - ideology = socialist - value = 0.5 - } - political_reform_want = 0.15 - } - - mean_time_to_happen = { - months = 150 - } - - option = { - name = "EVTOPTA18010" - upper_house = { - ideology = liberal - value = 0.05 - } - upper_house = { - ideology = conservative - value = 0.02 - } - } - - option = { - name = "EVTOPTB18010" - upper_house = { - ideology = conservative - value = 0.05 - } - upper_house = { - ideology = liberal - value = 0.02 - } - } + id = 18010 + title = "EVTNAME18010" + desc = "EVTDESC18010" + picture = "Upperhouse" + + trigger = { + civilized = yes + upper_house = { + ideology = socialist + value = 0.5 + } + political_reform_want = 0.15 + } + + mean_time_to_happen = { + months = 150 + } + + option = { + name = "EVTOPTA18010" + upper_house = { + ideology = liberal + value = 0.05 + } + upper_house = { + ideology = conservative + value = 0.02 + } + } + + option = { + name = "EVTOPTB18010" + upper_house = { + ideology = conservative + value = 0.05 + } + upper_house = { + ideology = liberal + value = 0.02 + } + } } country_event = { - id = 18020 - title = "EVTNAME18020" - desc = "EVTDESC18020" - picture = "Upperhouse" - - trigger = { - civilized = yes - universal_voting = 10 - NOT = { - vote_franschise = universal_voting - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18020" - upper_house = { - ideology = liberal - value = 0.1 - } - } - - option = { - name = "EVTOPTB18020" - upper_house = { - ideology = liberal - value = 0.2 - } - any_pop = { - scaled_militancy = { - ideology = liberal - factor = 0.5 - } - } - } + id = 18020 + title = "EVTNAME18020" + desc = "EVTDESC18020" + picture = "Upperhouse" + + trigger = { + civilized = yes + universal_voting = 10 + NOT = { + vote_franschise = universal_voting + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18020" + upper_house = { + ideology = liberal + value = 0.1 + } + } + + option = { + name = "EVTOPTB18020" + upper_house = { + ideology = liberal + value = 0.2 + } + any_pop = { + scaled_militancy = { + ideology = liberal + factor = 0.5 + } + } + } } country_event = { - id = 18030 - title = "EVTNAME18030" - desc = "EVTDESC18030" - picture = "Upperhouse" - - trigger = { - civilized = yes - yes_meeting = 10 - NOT = { - public_meetings = yes_meeting - upper_house = { - ideology = liberal - value = 0.1 - } - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18030" - upper_house = { - ideology = liberal - value = 0.1 - } - } - - option = { - name = "EVTOPTB18030" - upper_house = { - ideology = liberal - value = 0.05 - } - } + id = 18030 + title = "EVTNAME18030" + desc = "EVTDESC18030" + picture = "Upperhouse" + + trigger = { + civilized = yes + yes_meeting = 10 + NOT = { + public_meetings = yes_meeting + upper_house = { + ideology = liberal + value = 0.1 + } + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18030" + upper_house = { + ideology = liberal + value = 0.1 + } + } + + option = { + name = "EVTOPTB18030" + upper_house = { + ideology = liberal + value = 0.05 + } + } } country_event = { - id = 18040 - title = "EVTNAME18040" - desc = "EVTDESC18040" - picture = "Upperhouse" - - trigger = { - civilized = yes - is_ideology_enabled = socialist - political_reform_want = 0.1 - average_militancy = 4 - NOT = { - upper_house = { - ideology = socialist - value = 0.1 - } - trade_unions = all_trade_unions - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18040" - upper_house = { - ideology = socialist - value = 0.2 - } - } - - option = { - name = "EVTOPTB18040" - upper_house = { - ideology = socialist - value = 0.1 - } - scaled_militancy = { - issue = all_trade_unions - factor = 3 - } - scaled_militancy = { - issue = state_controlled - factor = 3 - } - scaled_militancy = { - issue = non_socialist - factor = 3 - } - } + id = 18040 + title = "EVTNAME18040" + desc = "EVTDESC18040" + picture = "Upperhouse" + + trigger = { + civilized = yes + is_ideology_enabled = socialist + political_reform_want = 0.1 + average_militancy = 4 + NOT = { + upper_house = { + ideology = socialist + value = 0.1 + } + trade_unions = all_trade_unions + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18040" + upper_house = { + ideology = socialist + value = 0.2 + } + } + + option = { + name = "EVTOPTB18040" + upper_house = { + ideology = socialist + value = 0.1 + } + scaled_militancy = { + issue = all_trade_unions + factor = 3 + } + scaled_militancy = { + issue = state_controlled + factor = 3 + } + scaled_militancy = { + issue = non_socialist + factor = 3 + } + } } country_event = { - id = 18050 - title = "EVTNAME18050" - desc = "EVTDESC18050" - picture = "Upperhouse" - - trigger = { - civilized = yes - political_reform_want = 0.1 - NOT = { upper_house_composition = party_appointed } - NOT = { - press_rights = free_press - upper_house = { - ideology = liberal - value = 0.5 - } - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18050" - upper_house = { - ideology = liberal - value = 0.2 - } - } - - option = { - name = "EVTOPTB18050" - upper_house = { - ideology = liberal - value = 0.1 - } - } + id = 18050 + title = "EVTNAME18050" + desc = "EVTDESC18050" + picture = "Upperhouse" + + trigger = { + civilized = yes + political_reform_want = 0.1 + NOT = { upper_house_composition = party_appointed } + NOT = { + press_rights = free_press + upper_house = { + ideology = liberal + value = 0.5 + } + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18050" + upper_house = { + ideology = liberal + value = 0.2 + } + } + + option = { + name = "EVTOPTB18050" + upper_house = { + ideology = liberal + value = 0.1 + } + } } country_event = { - id = 18060 - title = "EVTNAME18060" - desc = "EVTDESC18060" - picture = "Upperhouse" - - trigger = { - civilized = yes - NOT = { - upper_house = { - ideology = reactionary - value = 0.1 - } - } - upper_house = { - ideology = liberal - value = 0.3 - } - upper_house = { - ideology = socialist - value = 0.1 - } - } - - mean_time_to_happen = { - months = 200 - } - - option = { - name = "EVTOPTA18050" - upper_house = { - ideology = reactionary - value = 0.05 - } - } - - option = { - name = "EVTOPTB18050" - upper_house = { - ideology = reactionary - value = 0.1 - } - } + id = 18060 + title = "EVTNAME18060" + desc = "EVTDESC18060" + picture = "Upperhouse" + + trigger = { + civilized = yes + NOT = { + upper_house = { + ideology = reactionary + value = 0.1 + } + } + upper_house = { + ideology = liberal + value = 0.3 + } + upper_house = { + ideology = socialist + value = 0.1 + } + } + + mean_time_to_happen = { + months = 200 + } + + option = { + name = "EVTOPTA18050" + upper_house = { + ideology = reactionary + value = 0.05 + } + } + + option = { + name = "EVTOPTB18050" + upper_house = { + ideology = reactionary + value = 0.1 + } + } } country_event = { - id = 18070 - title = "EVTNAME18070" - desc = "EVTDESC18070" - picture = "Upperhouse" - - trigger = { - civilized = yes - NOT = { - upper_house_composition = party_appointed - } - ruling_party_ideology = reactionary - upper_house = { - ideology = reactionary - value = 0.3 - } - } - - mean_time_to_happen = { - months = 300 - } - - option = { - name = "EVTOPTA18070" - political_reform = party_appointed - any_pop = { - militancy = 3 - } - } - - option = { - name = "EVTOPTB18070" - upper_house = { - ideology = liberal - value = 0.3 - } - } + id = 18070 + title = "EVTNAME18070" + desc = "EVTDESC18070" + picture = "Upperhouse" + + trigger = { + civilized = yes + NOT = { + upper_house_composition = party_appointed + } + ruling_party_ideology = reactionary + upper_house = { + ideology = reactionary + value = 0.3 + } + } + + mean_time_to_happen = { + months = 300 + } + + option = { + name = "EVTOPTA18070" + political_reform = party_appointed + any_pop = { + militancy = 3 + } + } + + option = { + name = "EVTOPTB18070" + upper_house = { + ideology = liberal + value = 0.3 + } + } } country_event = { - id = 18080 - title = "EVTNAME18080" - desc = "EVTDESC18080" - picture = "Upperhouse" - - trigger = { - civilized = yes - social_reform_want = 0.2 - NOT = { wage_reform = good_minimum_wage } - upper_house = { - ideology = socialist - value = 0.2 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18080" - upper_house = { - ideology = socialist - value = 0.3 - } - } - - option = { - name = "EVTOPTB18080" - any_pop = { - militancy = 2 - } - } + id = 18080 + title = "EVTNAME18080" + desc = "EVTDESC18080" + picture = "Upperhouse" + + trigger = { + civilized = yes + social_reform_want = 0.2 + NOT = { wage_reform = good_minimum_wage } + upper_house = { + ideology = socialist + value = 0.2 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18080" + upper_house = { + ideology = socialist + value = 0.3 + } + } + + option = { + name = "EVTOPTB18080" + any_pop = { + militancy = 2 + } + } } country_event = { - id = 18090 - title = "EVTNAME18090" - desc = "EVTDESC18090" - picture = "Upperhouse" - - trigger = { - civilized = yes - political_reform_want = 0.15 - average_militancy = 4 - upper_house = { - ideology = liberal - value = 0.3 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18090" - upper_house = { - ideology = liberal - value = 0.45 - } - } - - option = { - name = "EVTOPTB18090" - any_pop = { - militancy = 1 - } - } + id = 18090 + title = "EVTNAME18090" + desc = "EVTDESC18090" + picture = "Upperhouse" + + trigger = { + civilized = yes + political_reform_want = 0.15 + average_militancy = 4 + upper_house = { + ideology = liberal + value = 0.3 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18090" + upper_house = { + ideology = liberal + value = 0.45 + } + } + + option = { + name = "EVTOPTB18090" + any_pop = { + militancy = 1 + } + } } country_event = { - id = 18100 - title = "EVTNAME18100" - desc = "EVTDESC18100" - picture = "Upperhouse" - - trigger = { - civilized = yes - is_greater_power = yes - social_reform_want = 0.15 - health_care = no_health_care - has_country_flag = medicine_invented - NOT = { average_militancy = 5 } - war = no - OR = { - literacy = 0.3 - average_consciousness = 5 - } - OR = { - upper_house = { ideology = liberal value = 0.3 } - upper_house = { ideology = socialist value = 0.2 } - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18100" - any_pop = { - dominant_issue = { - value = trinket_health_care - factor = 0.2 - } - militancy = 1 - } - ai_chance = { factor = 25 } - } - - option = { - name = "EVTOPTB18100" - social_reform = trinket_health_care - scaled_militancy = { - ideology = conservative - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 3 - } - ai_chance = { factor = 75 } - } + id = 18100 + title = "EVTNAME18100" + desc = "EVTDESC18100" + picture = "Upperhouse" + + trigger = { + civilized = yes + is_greater_power = yes + social_reform_want = 0.15 + health_care = no_health_care + has_country_flag = medicine_invented + NOT = { average_militancy = 5 } + war = no + OR = { + literacy = 0.3 + average_consciousness = 5 + } + OR = { + upper_house = { ideology = liberal value = 0.3 } + upper_house = { ideology = socialist value = 0.2 } + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18100" + any_pop = { + dominant_issue = { + value = trinket_health_care + factor = 0.2 + } + militancy = 1 + } + ai_chance = { factor = 25 } + } + + option = { + name = "EVTOPTB18100" + social_reform = trinket_health_care + scaled_militancy = { + ideology = conservative + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 3 + } + ai_chance = { factor = 75 } + } } country_event = { - id = 18110 - title = "EVTNAME18110" - desc = "EVTDESC18110" - picture = "Upperhouse" - - trigger = { - civilized = yes - unemployment_subsidies = no_subsidies - social_reform_want = 0.1 - average_militancy = 4 - upper_house = { - ideology = conservative - value = 0.1 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18110" - social_reform = trinket_subsidies - any_pop = { - militancy = -1 - } - scaled_militancy = { - ideology = liberal - factor = 2 - } - } - - option = { - name = "EVTOPTB18110" - scaled_militancy = { - issue = trinket_subsidies - factor = 8 - } - } + id = 18110 + title = "EVTNAME18110" + desc = "EVTDESC18110" + picture = "Upperhouse" + + trigger = { + civilized = yes + unemployment_subsidies = no_subsidies + social_reform_want = 0.1 + average_militancy = 4 + upper_house = { + ideology = conservative + value = 0.1 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18110" + social_reform = trinket_subsidies + any_pop = { + militancy = -1 + } + scaled_militancy = { + ideology = liberal + factor = 2 + } + } + + option = { + name = "EVTOPTB18110" + scaled_militancy = { + issue = trinket_subsidies + factor = 8 + } + } } country_event = { - id = 18120 - title = "EVTNAME18120" - desc = "EVTDESC18120" - picture = "Upperhouse" - - trigger = { - civilized = yes - average_militancy = 5 - upper_house = { - ideology = conservative - value = 0.4 - } - NOT = { - ruling_party_ideology = conservative - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18120" - upper_house = { - ideology = conservative - value = 0.5 - } - } - - option = { - name = "EVTOPTB18120" - prestige = -5 - any_pop = { - militancy = 1 - } - } + id = 18120 + title = "EVTNAME18120" + desc = "EVTDESC18120" + picture = "Upperhouse" + + trigger = { + civilized = yes + average_militancy = 5 + upper_house = { + ideology = conservative + value = 0.4 + } + NOT = { + ruling_party_ideology = conservative + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18120" + upper_house = { + ideology = conservative + value = 0.5 + } + } + + option = { + name = "EVTOPTB18120" + prestige = -5 + any_pop = { + militancy = 1 + } + } } #Red Winds country_event = { - id = 18130 - title = "EVTNAME18130" - desc = "EVTDESC18130" - picture = "Upperhouse" - - trigger = { - civilized = yes - average_militancy = 2 - ruling_party_ideology = socialist - NOT = { - upper_house = { - ideology = socialist - value = 0.5 - } - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18130" - upper_house = { - ideology = socialist - value = 0.5 - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = anarcho_liberal - factor = 3 - } - } - random_owned = { - limit = { - owner = { is_ideology_enabled = fascist } - } - owner = { - any_pop = { - limit = { location = { is_colonial = no } } - scaled_militancy = { - ideology = fascist - factor = 3 - } - } - } - } - } - - option = { - name = "EVTOPTB18130" - upper_house = { - ideology = socialist - value = -0.2 - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = socialist - factor = 4 - } - } - } + id = 18130 + title = "EVTNAME18130" + desc = "EVTDESC18130" + picture = "Upperhouse" + + trigger = { + civilized = yes + average_militancy = 2 + ruling_party_ideology = socialist + NOT = { + upper_house = { + ideology = socialist + value = 0.5 + } + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18130" + upper_house = { + ideology = socialist + value = 0.5 + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = anarcho_liberal + factor = 3 + } + } + random_owned = { + limit = { + owner = { is_ideology_enabled = fascist } + } + owner = { + any_pop = { + limit = { location = { is_colonial = no } } + scaled_militancy = { + ideology = fascist + factor = 3 + } + } + } + } + } + + option = { + name = "EVTOPTB18130" + upper_house = { + ideology = socialist + value = -0.2 + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = socialist + factor = 4 + } + } + } } country_event = { - id = 18140 - title = "EVTNAME18140" - desc = "EVTDESC18140" - picture = "Upperhouse" - - trigger = { - civilized = yes - upper_house = { - ideology = fascist - value = 0.1 - } - NOT = { - upper_house = { - ideology = fascist - value = 0.4 - } - } - average_militancy = 4 - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18140" - upper_house = { - ideology = fascist - value = 0.2 - } - } - - option = { - name = "EVTOPTB18140" - scaled_militancy = { - ideology = fascist - factor = 4 - } - } + id = 18140 + title = "EVTNAME18140" + desc = "EVTDESC18140" + picture = "Upperhouse" + + trigger = { + civilized = yes + upper_house = { + ideology = fascist + value = 0.1 + } + NOT = { + upper_house = { + ideology = fascist + value = 0.4 + } + } + average_militancy = 4 + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18140" + upper_house = { + ideology = fascist + value = 0.2 + } + } + + option = { + name = "EVTOPTB18140" + scaled_militancy = { + ideology = fascist + factor = 4 + } + } } country_event = { - id = 18150 - title = "EVTNAME18150" - desc = "EVTDESC18150" - picture = "Upperhouse" - - trigger = { - civilized = yes - vote_franschise = none_voting - average_militancy = 5 - NOT = { - ruling_party_ideology = liberal - upper_house = { - ideology = liberal - value = 0.2 - } - } - upper_house = { - ideology = liberal - value = 0.01 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18150" - any_pop = { - militancy = 1 - } - } - - option = { - name = "EVTOPTB18150" - upper_house = { - ideology = liberal - value = 0.1 - } - } + id = 18150 + title = "EVTNAME18150" + desc = "EVTDESC18150" + picture = "Upperhouse" + + trigger = { + civilized = yes + vote_franschise = none_voting + average_militancy = 5 + NOT = { + ruling_party_ideology = liberal + upper_house = { + ideology = liberal + value = 0.2 + } + } + upper_house = { + ideology = liberal + value = 0.01 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18150" + any_pop = { + militancy = 1 + } + } + + option = { + name = "EVTOPTB18150" + upper_house = { + ideology = liberal + value = 0.1 + } + } } country_event = { - id = 18160 - title = "EVTNAME18160" - desc = "EVTDESC18160" - picture = "Upperhouse" - - trigger = { - civilized = yes - average_militancy = 2 - upper_house = { - ideology = liberal - value = 0.3 - } - NOT = { - ruling_party_ideology = liberal - } - OR = { - social_reform_want = 0.1 - political_reform_want = 0.1 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18150" - any_pop = { - consciousness = 1 - } - } - - option = { - name = "EVTOPTB18150" - any_pop = { - militancy = 1 - } - } + id = 18160 + title = "EVTNAME18160" + desc = "EVTDESC18160" + picture = "Upperhouse" + + trigger = { + civilized = yes + average_militancy = 2 + upper_house = { + ideology = liberal + value = 0.3 + } + NOT = { + ruling_party_ideology = liberal + } + OR = { + social_reform_want = 0.1 + political_reform_want = 0.1 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18150" + any_pop = { + consciousness = 1 + } + } + + option = { + name = "EVTOPTB18150" + any_pop = { + militancy = 1 + } + } } country_event = { - id = 18170 - title = "EVTNAME18170" - desc = "EVTDESC18170" - picture = "Upperhouse" - - trigger = { - civilized = yes - average_militancy = 3 - upper_house = { - ideology = socialist - value = 0.2 - } - not = { - ruling_party_ideology = socialist - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18170" - any_pop = { - militancy = -1 - } - upper_house = { - ideology = socialist - value = 0.3 - } - } - - option = { - name = "EVTOPTB18170" - scaled_militancy = { - ideology = socialist - factor = 3 - } - } + id = 18170 + title = "EVTNAME18170" + desc = "EVTDESC18170" + picture = "Upperhouse" + + trigger = { + civilized = yes + average_militancy = 3 + upper_house = { + ideology = socialist + value = 0.2 + } + not = { + ruling_party_ideology = socialist + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18170" + any_pop = { + militancy = -1 + } + upper_house = { + ideology = socialist + value = 0.3 + } + } + + option = { + name = "EVTOPTB18170" + scaled_militancy = { + ideology = socialist + factor = 3 + } + } } country_event = { - id = 18180 - title = "EVTNAME18180" - desc = "EVTDESC18180" - picture = "Upperhouse" - - trigger = { - civilized = yes - average_consciousness = 3 - upper_house = { - ideology = conservative - value = 0.1 - } - ruling_party_ideology = conservative - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18180" - any_pop = { - consciousness = -1 - } - } - - option = { - name = "EVTOPTB18180" - any_pop = { - militancy = -1 - } - } + id = 18180 + title = "EVTNAME18180" + desc = "EVTDESC18180" + picture = "Upperhouse" + + trigger = { + civilized = yes + average_consciousness = 3 + upper_house = { + ideology = conservative + value = 0.1 + } + ruling_party_ideology = conservative + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18180" + any_pop = { + consciousness = -1 + } + } + + option = { + name = "EVTOPTB18180" + any_pop = { + militancy = -1 + } + } } country_event = { - id = 18190 - title = "EVTNAME18190" - desc = "EVTDESC18190" - picture = "Upperhouse" - - trigger = { - civilized = yes - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - social_reform_want = 0.1 - political_reform_want = 0.1 - } - jingoism = 10 - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18190" - any_pop = { - consciousness = -1 - } - any_pop = { - dominant_issue = { - value = jingoism - factor = 0.1 - } - } - } - - option = { - name = "EVTOPTB18190" - any_pop = { - militancy = 1 - } - prestige = 5 - } + id = 18190 + title = "EVTNAME18190" + desc = "EVTDESC18190" + picture = "Upperhouse" + + trigger = { + civilized = yes + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + social_reform_want = 0.1 + political_reform_want = 0.1 + } + jingoism = 10 + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18190" + any_pop = { + consciousness = -1 + } + any_pop = { + dominant_issue = { + value = jingoism + factor = 0.1 + } + } + } + + option = { + name = "EVTOPTB18190" + any_pop = { + militancy = 1 + } + prestige = 5 + } } country_event = { - id = 18200 - title = "EVTNAME18200" - desc = "EVTDESC18200" - picture = "Upperhouse" - - trigger = { - civilized = yes - upper_house = { - ideology = anarcho_liberal - value = 0.05 - } - } - - mean_time_to_happen = { - months = 100 - } - - option = { - name = "EVTOPTA18200" - any_pop = { - dominant_issue = { - value = laissez_faire - factor = 0.1 - } - } - } - - option = { - name = "EVTOPTB18200" - any_pop = { - scaled_militancy = { - ideology = anarcho_liberal - factor = 3 - } - } - } + id = 18200 + title = "EVTNAME18200" + desc = "EVTDESC18200" + picture = "Upperhouse" + + trigger = { + civilized = yes + upper_house = { + ideology = anarcho_liberal + value = 0.05 + } + } + + mean_time_to_happen = { + months = 100 + } + + option = { + name = "EVTOPTA18200" + any_pop = { + dominant_issue = { + value = laissez_faire + factor = 0.1 + } + } + } + + option = { + name = "EVTOPTB18200" + any_pop = { + scaled_militancy = { + ideology = anarcho_liberal + factor = 3 + } + } + } } #events for reactionary UH to roll back reforms country_event = { - id = 18210 - title = "EVTNAME18210" #The Right to Vote - desc = "EVTDESC18210" - picture = "senate_debate" - - trigger = { - NOT = { has_country_flag = cutoff_reactionary_UH_1 } - NOT = { election = yes } - civilized = yes - war = no - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - AND = { - upper_house = { - ideology = reactionary - value = 0.4 - } - OR = { - upper_house = { - ideology = communist - value = 0.1 - } - upper_house = { - ideology = fascist - value = 0.1 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.3 - } - OR = { - upper_house = { - ideology = communist - value = 0.2 - } - upper_house = { - ideology = fascist - value = 0.2 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.2 - } - OR = { - upper_house = { - ideology = communist - value = 0.3 - } - upper_house = { - ideology = fascist - value = 0.3 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - upper_house = { - ideology = communist - value = 0.4 - } - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - OR = { - vote_franschise = universal_voting - vote_franschise = universal_weighted_voting - vote_franschise = wealth_voting - vote_franschise = wealth_weighted_voting - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 5 - ai = no - has_country_flag = reactionary_UH_1 - } - modifier = { - factor = 3 - vote_franschise = universal_voting - } - modifier = { - factor = 2 - vote_franschise = universal_weighted_voting - } - modifier = { - factor = 1.5 - vote_franschise = wealth_voting - } - modifier = { - factor = 0.5 - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - } - } - modifier = { - factor = 0.5 - OR = { - has_country_modifier = springtime_of_nations - has_country_modifier = global_liberal_agitation - } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18210OPTA" - set_country_flag = reactionary_UH_1 - upper_house = { - ideology = conservative - value = 0.25 - } - random_owned = { - limit = { - owner = { vote_franschise = wealth_weighted_voting } - } - owner = { - political_reform = landed_voting - rich_strata = { - limit = { location = { is_colonial = no } } - consciousness = -5 - militancy = -5 - } - middle_strata = { - limit = { location = { is_colonial = no } } - consciousness = 4 - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - poor_strata = { consciousness = 2 } - } - } - random_owned = { - limit = { - owner = { vote_franschise = wealth_voting } - } - owner = { - political_reform = wealth_weighted_voting - rich_strata = { - limit = { location = { is_colonial = no } } - consciousness = -5 - militancy = -5 - } - middle_strata = { - limit = { location = { is_colonial = no } } - consciousness = 4 - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - poor_strata = { consciousness = 2 } - } - } - random_owned = { - limit = { - owner = { vote_franschise = universal_weighted_voting } - } - owner = { - political_reform = wealth_voting - rich_strata = { - limit = { location = { is_colonial = no } } - consciousness = -5 - militancy = -5 - } - middle_strata = { - limit = { location = { is_colonial = no } } - consciousness = -2 - militancy = -2 - } - poor_strata = { - limit = { location = { is_colonial = no } } - consciousness = 4 - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } - } - random_owned = { - limit = { - owner = { vote_franschise = universal_voting } - } - owner = { - political_reform = universal_weighted_voting - rich_strata = { - limit = { location = { is_colonial = no } } - consciousness = -5 - militancy = -5 - } - middle_strata = { - limit = { location = { is_colonial = no } } - consciousness = -3 - militancy = -3 - } - poor_strata = { - limit = { location = { is_colonial = no } } - consciousness = 4 - ideology = { - value = liberal - factor = 0.05 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT18210OPTB" - set_country_flag = reactionary_UH_1 - upper_house = { - ideology = reactionary - value = 0.25 - } - rich_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.2 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - } - middle_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.1 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - random_owned = { - limit = { - owner = { vote_franschise = wealth_weighted_voting } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = landed_voting - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { vote_franschise = wealth_voting } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = wealth_weighted_voting - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { vote_franschise = universal_weighted_voting } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = wealth_voting - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { vote_franschise = universal_voting } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = universal_weighted_voting - factor = 0.25 - } - } - } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT18210OPTC" - set_country_flag = cutoff_reactionary_UH_1 - upper_house = { - ideology = reactionary - value = 0.25 - } - rich_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.2 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - } - middle_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.1 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - ai_chance = { - factor = 0 - } - } + id = 18210 + title = "EVTNAME18210" #The Right to Vote + desc = "EVTDESC18210" + picture = "senate_debate" + + trigger = { + NOT = { has_country_flag = cutoff_reactionary_UH_1 } + NOT = { election = yes } + civilized = yes + war = no + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + AND = { + upper_house = { + ideology = reactionary + value = 0.4 + } + OR = { + upper_house = { + ideology = communist + value = 0.1 + } + upper_house = { + ideology = fascist + value = 0.1 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.3 + } + OR = { + upper_house = { + ideology = communist + value = 0.2 + } + upper_house = { + ideology = fascist + value = 0.2 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.2 + } + OR = { + upper_house = { + ideology = communist + value = 0.3 + } + upper_house = { + ideology = fascist + value = 0.3 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + upper_house = { + ideology = communist + value = 0.4 + } + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } + OR = { + vote_franschise = universal_voting + vote_franschise = universal_weighted_voting + vote_franschise = wealth_voting + vote_franschise = wealth_weighted_voting + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 5 + ai = no + has_country_flag = reactionary_UH_1 + } + modifier = { + factor = 3 + vote_franschise = universal_voting + } + modifier = { + factor = 2 + vote_franschise = universal_weighted_voting + } + modifier = { + factor = 1.5 + vote_franschise = wealth_voting + } + modifier = { + factor = 0.5 + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + } + } + modifier = { + factor = 0.5 + OR = { + has_country_modifier = springtime_of_nations + has_country_modifier = global_liberal_agitation + } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18210OPTA" + set_country_flag = reactionary_UH_1 + upper_house = { + ideology = conservative + value = 0.25 + } + random_owned = { + limit = { + owner = { vote_franschise = wealth_weighted_voting } + } + owner = { + political_reform = landed_voting + rich_strata = { + limit = { location = { is_colonial = no } } + consciousness = -5 + militancy = -5 + } + middle_strata = { + limit = { location = { is_colonial = no } } + consciousness = 4 + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + poor_strata = { consciousness = 2 } + } + } + random_owned = { + limit = { + owner = { vote_franschise = wealth_voting } + } + owner = { + political_reform = wealth_weighted_voting + rich_strata = { + limit = { location = { is_colonial = no } } + consciousness = -5 + militancy = -5 + } + middle_strata = { + limit = { location = { is_colonial = no } } + consciousness = 4 + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + poor_strata = { consciousness = 2 } + } + } + random_owned = { + limit = { + owner = { vote_franschise = universal_weighted_voting } + } + owner = { + political_reform = wealth_voting + rich_strata = { + limit = { location = { is_colonial = no } } + consciousness = -5 + militancy = -5 + } + middle_strata = { + limit = { location = { is_colonial = no } } + consciousness = -2 + militancy = -2 + } + poor_strata = { + limit = { location = { is_colonial = no } } + consciousness = 4 + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } + } + random_owned = { + limit = { + owner = { vote_franschise = universal_voting } + } + owner = { + political_reform = universal_weighted_voting + rich_strata = { + limit = { location = { is_colonial = no } } + consciousness = -5 + militancy = -5 + } + middle_strata = { + limit = { location = { is_colonial = no } } + consciousness = -3 + militancy = -3 + } + poor_strata = { + limit = { location = { is_colonial = no } } + consciousness = 4 + ideology = { + value = liberal + factor = 0.05 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT18210OPTB" + set_country_flag = reactionary_UH_1 + upper_house = { + ideology = reactionary + value = 0.25 + } + rich_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.2 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + } + middle_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.1 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + random_owned = { + limit = { + owner = { vote_franschise = wealth_weighted_voting } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = landed_voting + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { vote_franschise = wealth_voting } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = wealth_weighted_voting + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { vote_franschise = universal_weighted_voting } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = wealth_voting + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { vote_franschise = universal_voting } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = universal_weighted_voting + factor = 0.25 + } + } + } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT18210OPTC" + set_country_flag = cutoff_reactionary_UH_1 + upper_house = { + ideology = reactionary + value = 0.25 + } + rich_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.2 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + } + middle_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.1 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 18215 - title = "EVTNAME18215" #Party Loyalty? - desc = "EVTDESC18215" - picture = "senate_debate" - - trigger = { - civilized = yes - upper_house_composition = appointed - NOT = { election = yes } - NOT = { has_country_flag = no_party_appointed_rollback } - OR = { - ruling_party_ideology = reactionary - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - OR = { - government = proletarian_dictatorship - government = presidential_dictatorship - government = fascist_dictatorship - } - war = no - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - AND = { - upper_house = { - ideology = reactionary - value = 0.4 - } - OR = { - upper_house = { - ideology = communist - value = 0.1 - } - upper_house = { - ideology = fascist - value = 0.1 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.3 - } - OR = { - upper_house = { - ideology = communist - value = 0.2 - } - upper_house = { - ideology = fascist - value = 0.2 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.2 - } - OR = { - upper_house = { - ideology = communist - value = 0.3 - } - upper_house = { - ideology = fascist - value = 0.3 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - upper_house = { - ideology = communist - value = 0.4 - } - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - } - - mean_time_to_happen = { - months = 24 - modifier = { - factor = 0.5 - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - } - } - modifier = { - factor = 5 - ai = no - has_country_flag = reactionary_UH_2 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18215OPTA" - set_country_flag = reactionary_UH_2 - upper_house = { - ideology = conservative - value = 0.25 - } - political_reform = party_appointed - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - random_owned = { - limit = { - owner = { ruling_party_ideology = reactionary } - } - owner = { - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = -4 - } - scaled_militancy = { - ideology = reactionary - factor = -4 - } - } - } - } - random_owned = { - limit = { - owner = { ruling_party_ideology = communist } - } - owner = { - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = communist - factor = -4 - } - scaled_militancy = { - ideology = communist - factor = -4 - } - } - } - } - random_owned = { - limit = { - owner = { ruling_party_ideology = fascist } - } - owner = { - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = fascist - factor = -4 - } - scaled_militancy = { - ideology = fascist - factor = -4 - } - } - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT18215OPTB" - set_country_flag = reactionary_UH_2 - set_country_flag = no_party_appointed_rollback - upper_house = { - ideology = reactionary - value = 0.25 - } - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - consciousness = 3 - dominant_issue = { - value = party_appointed - factor = 0.25 - } - } - ai_chance = { - factor = 0 - } - } + id = 18215 + title = "EVTNAME18215" #Party Loyalty? + desc = "EVTDESC18215" + picture = "senate_debate" + + trigger = { + civilized = yes + upper_house_composition = appointed + NOT = { election = yes } + NOT = { has_country_flag = no_party_appointed_rollback } + OR = { + ruling_party_ideology = reactionary + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + OR = { + government = proletarian_dictatorship + government = presidential_dictatorship + government = fascist_dictatorship + } + war = no + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + AND = { + upper_house = { + ideology = reactionary + value = 0.4 + } + OR = { + upper_house = { + ideology = communist + value = 0.1 + } + upper_house = { + ideology = fascist + value = 0.1 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.3 + } + OR = { + upper_house = { + ideology = communist + value = 0.2 + } + upper_house = { + ideology = fascist + value = 0.2 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.2 + } + OR = { + upper_house = { + ideology = communist + value = 0.3 + } + upper_house = { + ideology = fascist + value = 0.3 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + upper_house = { + ideology = communist + value = 0.4 + } + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } + } + + mean_time_to_happen = { + months = 24 + modifier = { + factor = 0.5 + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + } + } + modifier = { + factor = 5 + ai = no + has_country_flag = reactionary_UH_2 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18215OPTA" + set_country_flag = reactionary_UH_2 + upper_house = { + ideology = conservative + value = 0.25 + } + political_reform = party_appointed + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + random_owned = { + limit = { + owner = { ruling_party_ideology = reactionary } + } + owner = { + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = -4 + } + scaled_militancy = { + ideology = reactionary + factor = -4 + } + } + } + } + random_owned = { + limit = { + owner = { ruling_party_ideology = communist } + } + owner = { + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = communist + factor = -4 + } + scaled_militancy = { + ideology = communist + factor = -4 + } + } + } + } + random_owned = { + limit = { + owner = { ruling_party_ideology = fascist } + } + owner = { + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = fascist + factor = -4 + } + scaled_militancy = { + ideology = fascist + factor = -4 + } + } + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT18215OPTB" + set_country_flag = reactionary_UH_2 + set_country_flag = no_party_appointed_rollback + upper_house = { + ideology = reactionary + value = 0.25 + } + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + consciousness = 3 + dominant_issue = { + value = party_appointed + factor = 0.25 + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 18220 - title = "EVTNAME18220" #The Right to Information - desc = "EVTDESC18220" - picture = "senate_debate" - - trigger = { - NOT = { has_country_flag = cutoff_reactionary_UH_3 } - civilized = yes - OR = { - press_rights = free_press - press_rights = censored_press - } - war = no - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - AND = { - upper_house = { - ideology = reactionary - value = 0.4 - } - OR = { - upper_house = { - ideology = communist - value = 0.1 - } - upper_house = { - ideology = fascist - value = 0.1 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.3 - } - OR = { - upper_house = { - ideology = communist - value = 0.2 - } - upper_house = { - ideology = fascist - value = 0.2 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.2 - } - OR = { - upper_house = { - ideology = communist - value = 0.3 - } - upper_house = { - ideology = fascist - value = 0.3 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - upper_house = { - ideology = communist - value = 0.4 - } - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - OR = { - average_consciousness = 5 - average_militancy = 3 - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 1.5 - press_rights = free_press - } - modifier = { - factor = 5 - ai = no - has_country_flag = reactionary_UH_3 - } - modifier = { - factor = 0.5 - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - } - } - modifier = { - factor = 0.5 - OR = { - has_country_modifier = springtime_of_nations - has_country_modifier = global_liberal_agitation - } - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.75 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18210OPTA" - set_country_flag = reactionary_UH_3 - upper_house = { - ideology = conservative - value = 0.25 - } - random_owned = { - limit = { - owner = { press_rights = free_press } - } - owner = { - political_reform = censored_press - } - } - random_owned = { - limit = { - owner = { press_rights = censored_press } - } - owner = { - political_reform = state_press - } - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = -3 - } - scaled_consciousness = { - ideology = communist - factor = -3 - } - scaled_consciousness = { - ideology = fascist - factor = -3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT18210OPTB" - set_country_flag = reactionary_UH_3 - upper_house = { - ideology = reactionary - value = 0.25 - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_consciousness = { - ideology = communist - factor = 3 - } - scaled_consciousness = { - ideology = fascist - factor = 3 - } - } - random_owned = { - limit = { - owner = { press_rights = free_press } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = censored_press - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { press_rights = censored_press } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = state_press - factor = 0.25 - } - } - } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT18210OPTC" - set_country_flag = cutoff_reactionary_UH_3 - upper_house = { - ideology = reactionary - value = 0.25 - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = 3 - } - scaled_militancy = { - ideology = reactionary - factor = 3 - } - scaled_consciousness = { - ideology = communist - factor = 3 - } - scaled_consciousness = { - ideology = fascist - factor = 3 - } - } - ai_chance = { - factor = 0 - } - } + id = 18220 + title = "EVTNAME18220" #The Right to Information + desc = "EVTDESC18220" + picture = "senate_debate" + + trigger = { + NOT = { has_country_flag = cutoff_reactionary_UH_3 } + civilized = yes + OR = { + press_rights = free_press + press_rights = censored_press + } + war = no + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + AND = { + upper_house = { + ideology = reactionary + value = 0.4 + } + OR = { + upper_house = { + ideology = communist + value = 0.1 + } + upper_house = { + ideology = fascist + value = 0.1 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.3 + } + OR = { + upper_house = { + ideology = communist + value = 0.2 + } + upper_house = { + ideology = fascist + value = 0.2 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.2 + } + OR = { + upper_house = { + ideology = communist + value = 0.3 + } + upper_house = { + ideology = fascist + value = 0.3 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + upper_house = { + ideology = communist + value = 0.4 + } + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } + OR = { + average_consciousness = 5 + average_militancy = 3 + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 1.5 + press_rights = free_press + } + modifier = { + factor = 5 + ai = no + has_country_flag = reactionary_UH_3 + } + modifier = { + factor = 0.5 + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + } + } + modifier = { + factor = 0.5 + OR = { + has_country_modifier = springtime_of_nations + has_country_modifier = global_liberal_agitation + } + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.75 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18210OPTA" + set_country_flag = reactionary_UH_3 + upper_house = { + ideology = conservative + value = 0.25 + } + random_owned = { + limit = { + owner = { press_rights = free_press } + } + owner = { + political_reform = censored_press + } + } + random_owned = { + limit = { + owner = { press_rights = censored_press } + } + owner = { + political_reform = state_press + } + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = -3 + } + scaled_consciousness = { + ideology = communist + factor = -3 + } + scaled_consciousness = { + ideology = fascist + factor = -3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT18210OPTB" + set_country_flag = reactionary_UH_3 + upper_house = { + ideology = reactionary + value = 0.25 + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_consciousness = { + ideology = communist + factor = 3 + } + scaled_consciousness = { + ideology = fascist + factor = 3 + } + } + random_owned = { + limit = { + owner = { press_rights = free_press } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = censored_press + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { press_rights = censored_press } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = state_press + factor = 0.25 + } + } + } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT18210OPTC" + set_country_flag = cutoff_reactionary_UH_3 + upper_house = { + ideology = reactionary + value = 0.25 + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = 3 + } + scaled_militancy = { + ideology = reactionary + factor = 3 + } + scaled_consciousness = { + ideology = communist + factor = 3 + } + scaled_consciousness = { + ideology = fascist + factor = 3 + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 18225 - title = "EVTNAME18225" #The Right to Gather - desc = "EVTDESC18225" - picture = "senate_debate" - - trigger = { - civilized = yes - public_meetings = yes_meeting - war = no - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - AND = { - upper_house = { - ideology = reactionary - value = 0.4 - } - OR = { - upper_house = { - ideology = communist - value = 0.1 - } - upper_house = { - ideology = fascist - value = 0.1 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.3 - } - OR = { - upper_house = { - ideology = communist - value = 0.2 - } - upper_house = { - ideology = fascist - value = 0.2 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.2 - } - OR = { - upper_house = { - ideology = communist - value = 0.3 - } - upper_house = { - ideology = fascist - value = 0.3 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - upper_house = { - ideology = communist - value = 0.4 - } - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - OR = { - average_consciousness = 5 - average_militancy = 3 - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 0.5 - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - } - } - modifier = { - factor = 5 - ai = no - has_country_flag = reactionary_UH_4 - } - modifier = { - factor = 0.5 - OR = { - has_country_modifier = springtime_of_nations - has_country_modifier = global_liberal_agitation - } - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.9 - average_militancy = 4 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.75 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18225OPTA" - set_country_flag = reactionary_UH_4 - upper_house = { - ideology = conservative - value = 0.25 - } - political_reform = no_meeting - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = -3 - } - scaled_consciousness = { - ideology = communist - factor = -3 - } - scaled_consciousness = { - ideology = fascist - factor = -3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - ai_chance = { - factor = 100 - } - } - - option = { - name = "EVT18225OPTB" - set_country_flag = reactionary_UH_4 - upper_house = { - ideology = reactionary - value = 0.25 - } - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - consciousness = 3 - dominant_issue = { - value = no_meeting - factor = 0.25 - } - } - ai_chance = { - factor = 0 - } - } + id = 18225 + title = "EVTNAME18225" #The Right to Gather + desc = "EVTDESC18225" + picture = "senate_debate" + + trigger = { + civilized = yes + public_meetings = yes_meeting + war = no + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + AND = { + upper_house = { + ideology = reactionary + value = 0.4 + } + OR = { + upper_house = { + ideology = communist + value = 0.1 + } + upper_house = { + ideology = fascist + value = 0.1 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.3 + } + OR = { + upper_house = { + ideology = communist + value = 0.2 + } + upper_house = { + ideology = fascist + value = 0.2 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.2 + } + OR = { + upper_house = { + ideology = communist + value = 0.3 + } + upper_house = { + ideology = fascist + value = 0.3 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + upper_house = { + ideology = communist + value = 0.4 + } + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } + OR = { + average_consciousness = 5 + average_militancy = 3 + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 0.5 + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + } + } + modifier = { + factor = 5 + ai = no + has_country_flag = reactionary_UH_4 + } + modifier = { + factor = 0.5 + OR = { + has_country_modifier = springtime_of_nations + has_country_modifier = global_liberal_agitation + } + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.9 + average_militancy = 4 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.75 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18225OPTA" + set_country_flag = reactionary_UH_4 + upper_house = { + ideology = conservative + value = 0.25 + } + political_reform = no_meeting + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = -3 + } + scaled_consciousness = { + ideology = communist + factor = -3 + } + scaled_consciousness = { + ideology = fascist + factor = -3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + ai_chance = { + factor = 100 + } + } + + option = { + name = "EVT18225OPTB" + set_country_flag = reactionary_UH_4 + upper_house = { + ideology = reactionary + value = 0.25 + } + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + consciousness = 3 + dominant_issue = { + value = no_meeting + factor = 0.25 + } + } + ai_chance = { + factor = 0 + } + } } country_event = { - id = 18230 - title = "EVTNAME18230" #Rights of the Opposition - desc = "EVTDESC18230" - picture = "senate_debate" - - trigger = { - NOT = { has_country_flag = cutoff_reactionary_UH_5 } - NOT = { election = yes } - civilized = yes - war = no - OR = { - political_parties = secret_ballots - political_parties = non_secret_ballots - political_parties = gerrymandering - political_parties = harassment - } - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - AND = { - upper_house = { - ideology = reactionary - value = 0.4 - } - OR = { - upper_house = { - ideology = communist - value = 0.1 - } - upper_house = { - ideology = fascist - value = 0.1 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.3 - } - OR = { - upper_house = { - ideology = communist - value = 0.2 - } - upper_house = { - ideology = fascist - value = 0.2 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.2 - } - OR = { - upper_house = { - ideology = communist - value = 0.3 - } - upper_house = { - ideology = fascist - value = 0.3 - } - } - } - AND = { - upper_house = { - ideology = reactionary - value = 0.1 - } - OR = { - upper_house = { - ideology = communist - value = 0.4 - } - upper_house = { - ideology = fascist - value = 0.4 - } - } - } - } - } - - mean_time_to_happen = { - months = 120 - modifier = { - factor = 2 - political_parties = secret_ballots - } - modifier = { - factor = 1.5 - political_parties = non_secret_ballots - } - modifier = { - factor = 5 - ai = no - has_country_flag = reactionary_UH_5 - } - modifier = { - factor = 0.5 - OR = { - upper_house = { - ideology = reactionary - value = 0.5 - } - upper_house = { - ideology = communist - value = 0.5 - } - upper_house = { - ideology = fascist - value = 0.5 - } - } - } - modifier = { - factor = 0.5 - OR = { - has_country_modifier = springtime_of_nations - has_country_modifier = global_liberal_agitation - } - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.9 - average_consciousness = 7 - } - modifier = { - factor = 0.9 - average_consciousness = 8 - } - modifier = { - factor = 0.9 - average_consciousness = 9 - } - modifier = { - factor = 1.2 - average_militancy = 2 - } - modifier = { - factor = 1.2 - average_militancy = 3 - } - modifier = { - factor = 1.2 - average_militancy = 4 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - } - - option = { - name = "EVT18210OPTA" - set_country_flag = reactionary_UH_5 - upper_house = { - ideology = conservative - value = 0.25 - } - random_owned = { - limit = { - owner = { political_parties = harassment } - } - owner = { - political_reform = underground_parties - } - } - random_owned = { - limit = { - owner = { political_parties = gerrymandering } - } - owner = { - political_reform = harassment - } - } - random_owned = { - limit = { - owner = { political_parties = non_secret_ballots } - } - owner = { - political_reform = gerrymandering - } - } - random_owned = { - limit = { - owner = { political_parties = secret_ballots } - } - owner = { - political_reform = non_secret_ballots - } - } - any_pop = { - limit = { location = { is_colonial = no } } - scaled_consciousness = { - ideology = reactionary - factor = -3 - } - scaled_consciousness = { - ideology = communist - factor = -3 - } - scaled_consciousness = { - ideology = fascist - factor = -3 - } - scaled_consciousness = { - ideology = liberal - factor = 4 - } - scaled_militancy = { - ideology = liberal - factor = 4 - } - } - ai_chance = { - factor = 90 - } - } - - option = { - name = "EVT18210OPTB" - set_country_flag = reactionary_UH_5 - upper_house = { - ideology = reactionary - value = 0.25 - } - rich_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.2 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - } - middle_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.1 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - random_owned = { - limit = { - owner = { political_parties = secret_ballots } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = non_secret_ballots - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { political_parties = non_secret_ballots } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = gerrymandering - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { political_parties = gerrymandering } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = harassment - factor = 0.25 - } - } - } - } - random_owned = { - limit = { - owner = { political_parties = harassment } - } - owner = { - any_pop = { - limit = { - location = { is_colonial = no } - OR = { - strata = rich - strata = middle - } - } - dominant_issue = { - value = underground_parties - factor = 0.25 - } - } - } - } - ai_chance = { - factor = 10 - } - } - - option = { - name = "EVT18210OPTC" - set_country_flag = cutoff_reactionary_UH_5 - upper_house = { - ideology = reactionary - value = 0.25 - } - rich_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.3 - } - scaled_consciousness = { - ideology = reactionary - factor = 4 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - middle_strata = { - limit = { location = { is_colonial = no } } - ideology = { - value = reactionary - factor = 0.2 - } - scaled_consciousness = { - ideology = reactionary - factor = 2 - } - scaled_militancy = { - ideology = reactionary - factor = 2 - } - } - ai_chance = { - factor = 0 - } - } -} \ No newline at end of file + id = 18230 + title = "EVTNAME18230" #Rights of the Opposition + desc = "EVTDESC18230" + picture = "senate_debate" + + trigger = { + NOT = { has_country_flag = cutoff_reactionary_UH_5 } + NOT = { election = yes } + civilized = yes + war = no + OR = { + political_parties = secret_ballots + political_parties = non_secret_ballots + political_parties = gerrymandering + political_parties = harassment + } + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + AND = { + upper_house = { + ideology = reactionary + value = 0.4 + } + OR = { + upper_house = { + ideology = communist + value = 0.1 + } + upper_house = { + ideology = fascist + value = 0.1 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.3 + } + OR = { + upper_house = { + ideology = communist + value = 0.2 + } + upper_house = { + ideology = fascist + value = 0.2 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.2 + } + OR = { + upper_house = { + ideology = communist + value = 0.3 + } + upper_house = { + ideology = fascist + value = 0.3 + } + } + } + AND = { + upper_house = { + ideology = reactionary + value = 0.1 + } + OR = { + upper_house = { + ideology = communist + value = 0.4 + } + upper_house = { + ideology = fascist + value = 0.4 + } + } + } + } + } + + mean_time_to_happen = { + months = 120 + modifier = { + factor = 2 + political_parties = secret_ballots + } + modifier = { + factor = 1.5 + political_parties = non_secret_ballots + } + modifier = { + factor = 5 + ai = no + has_country_flag = reactionary_UH_5 + } + modifier = { + factor = 0.5 + OR = { + upper_house = { + ideology = reactionary + value = 0.5 + } + upper_house = { + ideology = communist + value = 0.5 + } + upper_house = { + ideology = fascist + value = 0.5 + } + } + } + modifier = { + factor = 0.5 + OR = { + has_country_modifier = springtime_of_nations + has_country_modifier = global_liberal_agitation + } + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.9 + average_consciousness = 7 + } + modifier = { + factor = 0.9 + average_consciousness = 8 + } + modifier = { + factor = 0.9 + average_consciousness = 9 + } + modifier = { + factor = 1.2 + average_militancy = 2 + } + modifier = { + factor = 1.2 + average_militancy = 3 + } + modifier = { + factor = 1.2 + average_militancy = 4 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + } + + option = { + name = "EVT18210OPTA" + set_country_flag = reactionary_UH_5 + upper_house = { + ideology = conservative + value = 0.25 + } + random_owned = { + limit = { + owner = { political_parties = harassment } + } + owner = { + political_reform = underground_parties + } + } + random_owned = { + limit = { + owner = { political_parties = gerrymandering } + } + owner = { + political_reform = harassment + } + } + random_owned = { + limit = { + owner = { political_parties = non_secret_ballots } + } + owner = { + political_reform = gerrymandering + } + } + random_owned = { + limit = { + owner = { political_parties = secret_ballots } + } + owner = { + political_reform = non_secret_ballots + } + } + any_pop = { + limit = { location = { is_colonial = no } } + scaled_consciousness = { + ideology = reactionary + factor = -3 + } + scaled_consciousness = { + ideology = communist + factor = -3 + } + scaled_consciousness = { + ideology = fascist + factor = -3 + } + scaled_consciousness = { + ideology = liberal + factor = 4 + } + scaled_militancy = { + ideology = liberal + factor = 4 + } + } + ai_chance = { + factor = 90 + } + } + + option = { + name = "EVT18210OPTB" + set_country_flag = reactionary_UH_5 + upper_house = { + ideology = reactionary + value = 0.25 + } + rich_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.2 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + } + middle_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.1 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + random_owned = { + limit = { + owner = { political_parties = secret_ballots } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = non_secret_ballots + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { political_parties = non_secret_ballots } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = gerrymandering + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { political_parties = gerrymandering } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = harassment + factor = 0.25 + } + } + } + } + random_owned = { + limit = { + owner = { political_parties = harassment } + } + owner = { + any_pop = { + limit = { + location = { is_colonial = no } + OR = { + strata = rich + strata = middle + } + } + dominant_issue = { + value = underground_parties + factor = 0.25 + } + } + } + } + ai_chance = { + factor = 10 + } + } + + option = { + name = "EVT18210OPTC" + set_country_flag = cutoff_reactionary_UH_5 + upper_house = { + ideology = reactionary + value = 0.25 + } + rich_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.3 + } + scaled_consciousness = { + ideology = reactionary + factor = 4 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + middle_strata = { + limit = { location = { is_colonial = no } } + ideology = { + value = reactionary + factor = 0.2 + } + scaled_consciousness = { + ideology = reactionary + factor = 2 + } + scaled_militancy = { + ideology = reactionary + factor = 2 + } + } + ai_chance = { + factor = 0 + } + } +} diff --git a/HPM/events/VNZHist.txt b/HPM/events/VNZHist.txt index a3b186e3..1e75dbf3 100644 --- a/HPM/events/VNZHist.txt +++ b/HPM/events/VNZHist.txt @@ -1,120 +1,120 @@ country_event = { - id = 50009 - title = "EVTNAME50009" - desc = "EVTDESC50009" - picture = "ccastro" + id = 50009 + title = "EVTNAME50009" + desc = "EVTDESC50009" + picture = "ccastro" - trigger = { - tag = VNZ - year = 1899 - government = democracy - any_pop = { - strata = rich - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = reactionary - } - } - } + trigger = { + tag = VNZ + year = 1899 + government = democracy + any_pop = { + strata = rich + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = reactionary + } + } + } - fire_only_once = yes - mean_time_to_happen = {days = 60} - - option = { - name = "EVTNAME50009OPTA" - government = presidential_dictatorship - political_reform = none_voting - political_reform = party_appointed - political_reform = state_controlled - political_reform = harassment - ruling_party_ideology = conservative + fire_only_once = yes + mean_time_to_happen = {days = 60} - any_owned = { - limit = { - is_colonial = no - } - any_pop = { - scaled_militancy = { - factor = 3 - ideology = liberal - } - scaled_consciousness = { - factor = 6 - ideology = liberal - } - } - } - ai_chance = { - factor = 50 - modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 60} - modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 70} - modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 90} - modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 70} - modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 90} - modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 40} - modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 30} - modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 20} - } - } - - option = { - name = "EVTNAME50009OPTB" - any_owned = { - limit = { - OR = { - pop_majority_ideology = conservative - pop_majority_ideology = reactionary - } - } - soldiers = { - scaled_militancy = { - factor = 5 - ideology = conservative - } - scaled_consciousness = { - factor = 6 - ideology = conservative - } - scaled_militancy = { - factor = 7 - ideology = reactionary - } - scaled_consciousness = { - factor = 8 - ideology = reactionary - } - } - - rich_strata = { - scaled_militancy = { - factor = 6 - ideology = conservative - } - scaled_consciousness = { - factor = 7 - ideology = conservative - } - scaled_militancy = { - factor = 8 - ideology = reactionary - } - scaled_consciousness = { - factor = 9 - ideology = reactionary - } - } - } - ai_chance = { - factor = 40 - modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 30} - modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 20} - modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 10} - modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 20} - modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 10} - modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 50} - modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 60} - modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 70} - } - } -} \ No newline at end of file + option = { + name = "EVTNAME50009OPTA" + government = presidential_dictatorship + political_reform = none_voting + political_reform = party_appointed + political_reform = state_controlled + political_reform = harassment + ruling_party_ideology = conservative + + any_owned = { + limit = { + is_colonial = no + } + any_pop = { + scaled_militancy = { + factor = 3 + ideology = liberal + } + scaled_consciousness = { + factor = 6 + ideology = liberal + } + } + } + ai_chance = { + factor = 50 + modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 60} + modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 70} + modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 90} + modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 70} + modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 90} + modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 40} + modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 30} + modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 20} + } + } + + option = { + name = "EVTNAME50009OPTB" + any_owned = { + limit = { + OR = { + pop_majority_ideology = conservative + pop_majority_ideology = reactionary + } + } + soldiers = { + scaled_militancy = { + factor = 5 + ideology = conservative + } + scaled_consciousness = { + factor = 6 + ideology = conservative + } + scaled_militancy = { + factor = 7 + ideology = reactionary + } + scaled_consciousness = { + factor = 8 + ideology = reactionary + } + } + + rich_strata = { + scaled_militancy = { + factor = 6 + ideology = conservative + } + scaled_consciousness = { + factor = 7 + ideology = conservative + } + scaled_militancy = { + factor = 8 + ideology = reactionary + } + scaled_consciousness = { + factor = 9 + ideology = reactionary + } + } + } + ai_chance = { + factor = 40 + modifier = { upper_house = { ideology = conservative value = 0.6 } factor = 30} + modifier = { upper_house = { ideology = conservative value = 0.7 } factor = 20} + modifier = { upper_house = { ideology = conservative value = 0.8 } factor = 10} + modifier = { upper_house = { ideology = reactionary value = 0.6 } factor = 20} + modifier = { upper_house = { ideology = reactionary value = 0.75 } factor = 10} + modifier = { upper_house = { ideology = liberal value = 0.6 } factor = 50} + modifier = { upper_house = { ideology = liberal value = 0.7 } factor = 60} + modifier = { upper_house = { ideology = liberal value = 0.8 } factor = 70} + } + } +} diff --git a/HPM/events/VassalRebellion.txt b/HPM/events/VassalRebellion.txt index bd40229d..201e516b 100644 --- a/HPM/events/VassalRebellion.txt +++ b/HPM/events/VassalRebellion.txt @@ -1,854 +1,854 @@ ################################################################################################################# -# # -# Vassal Rebellion Events # -# # +# # +# Vassal Rebellion Events # +# # ################################################################################################################# #Peaceful Independence Request country_event = { - id = 98600 - title = "EVTNAME98600" - desc = "EVTDESC98600" - picture = "Demonstration" - - trigger = { - war = no - is_vassal = yes - civilized = yes - OR = { - nationalism_n_imperialism = 1 - year = 1900 - } - has_global_flag = liberal_revolution_should_now_fire - NOT = { - has_country_flag = refused_independence_request - any_greater_power = { - is_sphere_leader_of = THIS - is_our_vassal = THIS - } - } - OR = { - any_greater_power = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - average_consciousness = 5 - average_militancy = 3 - num_of_revolts = 1 - } - } - - mean_time_to_happen = { - months = 240 - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 0.5 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 3 - } - modifier = { - factor = 0.5 - average_consciousness = 5 - } - modifier = { - factor = 50 - NOT = { average_consciousness = 1 } - } - modifier = { - factor = 1.2 - war_exhaustion = 10 - } - modifier = { - factor = 1.5 - war_exhaustion = 10 - } - modifier = { - factor = 0.5 - overlord = { - NOT = { brigades_compare = 2 } - } - } - modifier = { - factor = 0.5 - overlord = { - NOT = { brigades_compare = 1 } - } - } - modifier = { - factor = 5 - OR = { - primary_culture = anglo_canadian - primary_culture = british - } - vassal_of = ENG - ai = yes - } - modifier = { - factor = 5 - tag = LUX - ai = yes - } - } - - option = { - name = "EVT98600OPTA" - random_country = { - limit = { is_our_vassal = THIS } - country_event = 98605 - } - ai_chance = { - factor = 70 - } - } - - option = { - name = "EVT98600OPTB" - prestige = -5 - any_pop = { - limit = { is_primary_culture = yes } - militancy = 2 - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - OR = { - any_greater_power = { - is_sphere_leader_of = THIS - NOT = { is_our_vassal = THIS } - } - average_militancy = 3 - num_of_revolts = 1 - } - } - } - } + id = 98600 + title = "EVTNAME98600" + desc = "EVTDESC98600" + picture = "Demonstration" + + trigger = { + war = no + is_vassal = yes + civilized = yes + OR = { + nationalism_n_imperialism = 1 + year = 1900 + } + has_global_flag = liberal_revolution_should_now_fire + NOT = { + has_country_flag = refused_independence_request + any_greater_power = { + is_sphere_leader_of = THIS + is_our_vassal = THIS + } + } + OR = { + any_greater_power = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + average_consciousness = 5 + average_militancy = 3 + num_of_revolts = 1 + } + } + + mean_time_to_happen = { + months = 240 + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 0.5 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 3 + } + modifier = { + factor = 0.5 + average_consciousness = 5 + } + modifier = { + factor = 50 + NOT = { average_consciousness = 1 } + } + modifier = { + factor = 1.2 + war_exhaustion = 10 + } + modifier = { + factor = 1.5 + war_exhaustion = 10 + } + modifier = { + factor = 0.5 + overlord = { + NOT = { brigades_compare = 2 } + } + } + modifier = { + factor = 0.5 + overlord = { + NOT = { brigades_compare = 1 } + } + } + modifier = { + factor = 5 + OR = { + primary_culture = anglo_canadian + primary_culture = british + } + vassal_of = ENG + ai = yes + } + modifier = { + factor = 5 + tag = LUX + ai = yes + } + } + + option = { + name = "EVT98600OPTA" + random_country = { + limit = { is_our_vassal = THIS } + country_event = 98605 + } + ai_chance = { + factor = 70 + } + } + + option = { + name = "EVT98600OPTB" + prestige = -5 + any_pop = { + limit = { is_primary_culture = yes } + militancy = 2 + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + OR = { + any_greater_power = { + is_sphere_leader_of = THIS + NOT = { is_our_vassal = THIS } + } + average_militancy = 3 + num_of_revolts = 1 + } + } + } + } } country_event = { - id = 98605 - title = "EVTNAME98605" - desc = "EVTDESC98605" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT98605OPTA" - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { who = FROM value = 100 } - } - } - release_vassal = FROM - create_alliance = FROM - relation = { who = FROM value = 200 } - FROM = { country_event = 98607 } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_colonial = no } - } - dominant_issue = { - factor = 0.05 - value = pacifism - } - scaled_consciousness = { - issue = jingoism - factor = 4 - } - } - ai_chance = { - factor = 30 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - modifier = { - factor = 1.2 - militancy = 3 - } - modifier = { - factor = 1.2 - militancy = 5 - } - } - } - - option = { - name = "EVT98605OPTB" - random_owned = { - limit = { - owner = { is_greater_power = yes } - } - owner = { - diplomatic_influence = { who = FROM value = -100 } - } - } - FROM = { country_event = 98606 } - any_pop = { - limit = { - is_primary_culture = yes - location = { is_colonial = no } - } - dominant_issue = { - factor = 0.05 - value = jingoism - } - scaled_consciousness = { - issue = pacifism - factor = 4 - } - } - ai_chance = { - factor = 70 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 1.5 - war_policy = jingoism - } - modifier = { - factor = 1.25 - war_policy = pro_military - } - modifier = { - factor = 0.75 - war_policy = anti_military - } - modifier = { - factor = 0.5 - war_policy = pacifism - } - modifier = { - factor = 0.8 - militancy = 3 - } - modifier = { - factor = 0.8 - militancy = 5 - } - } - } + id = 98605 + title = "EVTNAME98605" + desc = "EVTDESC98605" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT98605OPTA" + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { who = FROM value = 100 } + } + } + release_vassal = FROM + create_alliance = FROM + relation = { who = FROM value = 200 } + FROM = { country_event = 98607 } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_colonial = no } + } + dominant_issue = { + factor = 0.05 + value = pacifism + } + scaled_consciousness = { + issue = jingoism + factor = 4 + } + } + ai_chance = { + factor = 30 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + modifier = { + factor = 1.2 + militancy = 3 + } + modifier = { + factor = 1.2 + militancy = 5 + } + } + } + + option = { + name = "EVT98605OPTB" + random_owned = { + limit = { + owner = { is_greater_power = yes } + } + owner = { + diplomatic_influence = { who = FROM value = -100 } + } + } + FROM = { country_event = 98606 } + any_pop = { + limit = { + is_primary_culture = yes + location = { is_colonial = no } + } + dominant_issue = { + factor = 0.05 + value = jingoism + } + scaled_consciousness = { + issue = pacifism + factor = 4 + } + } + ai_chance = { + factor = 70 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 1.5 + war_policy = jingoism + } + modifier = { + factor = 1.25 + war_policy = pro_military + } + modifier = { + factor = 0.75 + war_policy = anti_military + } + modifier = { + factor = 0.5 + war_policy = pacifism + } + modifier = { + factor = 0.8 + militancy = 3 + } + modifier = { + factor = 0.8 + militancy = 5 + } + } + } } #Request Refused country_event = { - id = 98606 - title = "EVTNAME98606" - desc = "EVTDESC98606" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT98606OPTA" - set_country_flag = refused_independence_request - prestige = -10 - relation = { who = FROM value = -100 } - any_pop = { - limit = { is_primary_culture = yes } - dominant_issue = { - factor = 0.05 - value = jingoism - } - militancy = 3 - } - } + id = 98606 + title = "EVTNAME98606" + desc = "EVTDESC98606" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT98606OPTA" + set_country_flag = refused_independence_request + prestige = -10 + relation = { who = FROM value = -100 } + any_pop = { + limit = { is_primary_culture = yes } + dominant_issue = { + factor = 0.05 + value = jingoism + } + militancy = 3 + } + } } #Request Granted country_event = { - id = 98607 - title = "EVTNAME98607" - desc = "EVTDESC98607" - news = yes - news_desc_long = "EVTDESC98607_NEWS_LONG" - news_desc_medium = "EVTDESC98607_NEWS_MEDIUM" - news_desc_short = "EVTDESC98607_NEWS_SHORT" - picture = "unite" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT98607OPTA" - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -6 - } - } + id = 98607 + title = "EVTNAME98607" + desc = "EVTDESC98607" + news = yes + news_desc_long = "EVTDESC98607_NEWS_LONG" + news_desc_medium = "EVTDESC98607_NEWS_MEDIUM" + news_desc_short = "EVTDESC98607_NEWS_SHORT" + picture = "unite" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT98607OPTA" + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -6 + } + } } #Independence Through Threat of War country_event = { - id = 98608 - title = "EVTNAME98607" - desc = "EVTDESC98608" - news = yes - news_desc_long = "EVTDESC98608_NEWS_LONG" - news_desc_medium = "EVTDESC98608_NEWS_MEDIUM" - news_desc_short = "EVTDESC98608_NEWS_SHORT" - picture = "unite" - major = yes - - is_triggered_only = yes - - option = { - name = "EVT98607OPTA" - relation = { who = FROM value = -100 } - leave_alliance = FROM - any_pop = { - limit = { is_primary_culture = yes } - consciousness = -3 - militancy = -6 - } - } + id = 98608 + title = "EVTNAME98607" + desc = "EVTDESC98608" + news = yes + news_desc_long = "EVTDESC98608_NEWS_LONG" + news_desc_medium = "EVTDESC98608_NEWS_MEDIUM" + news_desc_short = "EVTDESC98608_NEWS_SHORT" + picture = "unite" + major = yes + + is_triggered_only = yes + + option = { + name = "EVT98607OPTA" + relation = { who = FROM value = -100 } + leave_alliance = FROM + any_pop = { + limit = { is_primary_culture = yes } + consciousness = -3 + militancy = -6 + } + } } #War of Independence Chain country_event = { - id = 98610 - title = "EVTNAME98610" - desc = "EVTDESC98610" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT98610OPTA" - FROM = { - war = { - target = THIS - attacker_goal = { - casus_belli = become_independent - } - call_ally = yes - } - } - ai_chance = { - factor = 95 - modifier = { - factor = 1.75 - government = absolute_monarchy - } - modifier = { - factor = 0.5 - government = democracy - } - modifier = { - factor = 0.8 - war = yes - } - modifier = { - factor = 0.8 - any_greater_power = { war_with = THIS } - } - modifier = { - factor = 0.8 - war_exhaustion = 10 - } - modifier = { - factor = 0.8 - war_exhaustion = 20 - } - modifier = { - factor = 0.8 - war_exhaustion = 30 - } - modifier = { - factor = 0.8 - num_of_revolts = 1 - } - modifier = { - factor = 0.5 - any_owned_province = { - NOT = { controlled_by = THIS } - NOT = { controlled_by = REB } - } - } - } - } - - option = { - name = "EVT98610OPTB" - release_vassal = FROM - casus_belli = { - target = FROM - type = humiliate - months = 36 - } - random_country = { - limit = { - tag = FROM - part_of_sphere = no - } - add_casus_belli = { - target = THIS - type = add_to_sphere - months = 36 - } - } - random_country = { - limit = { - is_sphere_leader_of = FROM - NOT = { tag = THIS } - } - relation = { who = THIS value = -50 } - add_casus_belli = { - target = THIS - type = take_from_sphere - months = 36 - } - } - FROM = { country_event = 98608 } - ai_chance = { - factor = 5 - modifier = { - factor = 0 - OR = { - government = proletarian_dictatorship - government = bourgeois_dictatorship - government = fascist_dictatorship - government = presidential_dictatorship - } - } - modifier = { - factor = 0.25 - government = absolute_monarchy - } - modifier = { - factor = 1.5 - government = democracy - } - modifier = { - factor = 2 - war = yes - } - modifier = { - factor = 2 - war_exhaustion = 20 - } - modifier = { - factor = 2 - num_of_revolts = 1 - } - modifier = { - factor = 2 - any_owned_province = { - NOT = { controlled_by = THIS } - NOT = { controlled_by = REB } - } - } - } - } + id = 98610 + title = "EVTNAME98610" + desc = "EVTDESC98610" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT98610OPTA" + FROM = { + war = { + target = THIS + attacker_goal = { + casus_belli = become_independent + } + call_ally = yes + } + } + ai_chance = { + factor = 95 + modifier = { + factor = 1.75 + government = absolute_monarchy + } + modifier = { + factor = 0.5 + government = democracy + } + modifier = { + factor = 0.8 + war = yes + } + modifier = { + factor = 0.8 + any_greater_power = { war_with = THIS } + } + modifier = { + factor = 0.8 + war_exhaustion = 10 + } + modifier = { + factor = 0.8 + war_exhaustion = 20 + } + modifier = { + factor = 0.8 + war_exhaustion = 30 + } + modifier = { + factor = 0.8 + num_of_revolts = 1 + } + modifier = { + factor = 0.5 + any_owned_province = { + NOT = { controlled_by = THIS } + NOT = { controlled_by = REB } + } + } + } + } + + option = { + name = "EVT98610OPTB" + release_vassal = FROM + casus_belli = { + target = FROM + type = humiliate + months = 36 + } + random_country = { + limit = { + tag = FROM + part_of_sphere = no + } + add_casus_belli = { + target = THIS + type = add_to_sphere + months = 36 + } + } + random_country = { + limit = { + is_sphere_leader_of = FROM + NOT = { tag = THIS } + } + relation = { who = THIS value = -50 } + add_casus_belli = { + target = THIS + type = take_from_sphere + months = 36 + } + } + FROM = { country_event = 98608 } + ai_chance = { + factor = 5 + modifier = { + factor = 0 + OR = { + government = proletarian_dictatorship + government = bourgeois_dictatorship + government = fascist_dictatorship + government = presidential_dictatorship + } + } + modifier = { + factor = 0.25 + government = absolute_monarchy + } + modifier = { + factor = 1.5 + government = democracy + } + modifier = { + factor = 2 + war = yes + } + modifier = { + factor = 2 + war_exhaustion = 20 + } + modifier = { + factor = 2 + num_of_revolts = 1 + } + modifier = { + factor = 2 + any_owned_province = { + NOT = { controlled_by = THIS } + NOT = { controlled_by = REB } + } + } + } + } } #Vassals will find allies country_event = { - id = 98611 - title = "EVTNAME98611" #Must We Fight Alone? - desc = "EVTDESC98611" - picture = "deliberation" - - trigger = { - war = no - is_vassal = yes - has_country_flag = refused_independence_request - overlord = { brigades_compare = 1 } - any_greater_power = { - OR = { - neighbour = THIS - is_sphere_leader_of = THIS - } - NOT = { - is_our_vassal = THIS - war_exhaustion = 10 - war = yes - } - } - OR = { - average_consciousness = 5 - average_militancy = 3 - } - total_amount_of_divisions = 3 - NOT = { - badboy = 0.88 - war_exhaustion = 10 - num_of_revolts = 1 - has_country_modifier = no_freedom - has_country_flag = sought_independence_allies - } - } - - mean_time_to_happen = { - months = 60 - modifier = { - factor = 0.5 - overlord = { NOT = { brigades_compare = 3 } } - } - modifier = { - factor = 0.5 - overlord = { revolt_percentage = 0.1 } - } - modifier = { - factor = 0.5 - overlord = { revolt_percentage = 0.2 } - } - modifier = { - factor = 0.5 - overlord = { revolt_percentage = 0.3 } - } - modifier = { - factor = 0.9 - overlord = { war_exhaustion = 10 } - } - modifier = { - factor = 0.9 - overlord = { war_exhaustion = 20 } - } - modifier = { - factor = 0.9 - overlord = { war_exhaustion = 30 } - } - modifier = { - factor = 0.5 - overlord = { war = yes } - } - } - - option = { - name = "EVT98611OPTA" - set_country_flag = sought_independence_allies - badboy = 3 - any_greater_power = { - limit = { - OR = { - neighbour = THIS - is_sphere_leader_of = THIS - } - NOT = { - is_our_vassal = THIS - war_exhaustion = 10 - war = yes - } - } - country_event = 98612 - } - ai_chance = { factor = 100 } - } - - option = { - name = "EVT98611OPTB" - set_country_flag = sought_independence_allies - ai_chance = { factor = 0 } - } + id = 98611 + title = "EVTNAME98611" #Must We Fight Alone? + desc = "EVTDESC98611" + picture = "deliberation" + + trigger = { + war = no + is_vassal = yes + has_country_flag = refused_independence_request + overlord = { brigades_compare = 1 } + any_greater_power = { + OR = { + neighbour = THIS + is_sphere_leader_of = THIS + } + NOT = { + is_our_vassal = THIS + war_exhaustion = 10 + war = yes + } + } + OR = { + average_consciousness = 5 + average_militancy = 3 + } + total_amount_of_divisions = 3 + NOT = { + badboy = 0.88 + war_exhaustion = 10 + num_of_revolts = 1 + has_country_modifier = no_freedom + has_country_flag = sought_independence_allies + } + } + + mean_time_to_happen = { + months = 60 + modifier = { + factor = 0.5 + overlord = { NOT = { brigades_compare = 3 } } + } + modifier = { + factor = 0.5 + overlord = { revolt_percentage = 0.1 } + } + modifier = { + factor = 0.5 + overlord = { revolt_percentage = 0.2 } + } + modifier = { + factor = 0.5 + overlord = { revolt_percentage = 0.3 } + } + modifier = { + factor = 0.9 + overlord = { war_exhaustion = 10 } + } + modifier = { + factor = 0.9 + overlord = { war_exhaustion = 20 } + } + modifier = { + factor = 0.9 + overlord = { war_exhaustion = 30 } + } + modifier = { + factor = 0.5 + overlord = { war = yes } + } + } + + option = { + name = "EVT98611OPTA" + set_country_flag = sought_independence_allies + badboy = 3 + any_greater_power = { + limit = { + OR = { + neighbour = THIS + is_sphere_leader_of = THIS + } + NOT = { + is_our_vassal = THIS + war_exhaustion = 10 + war = yes + } + } + country_event = 98612 + } + ai_chance = { factor = 100 } + } + + option = { + name = "EVT98611OPTB" + set_country_flag = sought_independence_allies + ai_chance = { factor = 0 } + } } country_event = { - id = 98612 - title = "EVTNAME98612" #$FROMCOUNTRY_ADJ$ Independence? - desc = "EVTDESC98612" - picture = "deliberation" - - is_triggered_only = yes - - option = { - name = "EVT98612OPTA" - prestige = 10 - diplomatic_influence = { who = FROM value = 100 } - FROM = { - create_alliance = THIS - relation = { who = THIS value = 200 } - overlord = { - relation = { who = THIS value = -50 } - leave_alliance = THIS - } - } - random_country = { - limit = { - tag = FROM - ai = no - } - country_event = 98613 - } - ai_chance = { - factor = 50 - modifier = { - factor = 0.5 - FROM = { - overlord = { brigades_compare = 2 } - } - } - modifier = { - factor = 1.5 - FROM = { - overlord = { brigades_compare = 0.5 } - } - } - modifier = { - factor = 3 - FROM = { - overlord = { - any_owned_province = { is_core = THIS } - } - } - } - modifier = { - factor = 0.5 - NOT = { neighbour = FROM } - FROM = { - overlord = { NOT = { neighbour = THIS } } - } - } - modifier = { - factor = 1.25 - FROM = { neighbour = THIS } - } - modifier = { - factor = 0.1 - FROM = { - any_owned_province = { is_core = THIS } - } - } - modifier = { - factor = 0.1 - FROM = { - overlord = { - OR = { - relation = { who = THIS value = 100 } - alliance_with = THIS - in_sphere = THIS - } - } - } - } - modifier = { - factor = 0.25 - war_policy = pacifism - } - modifier = { - factor = 0.5 - war_policy = anti_military - } - modifier = { - factor = 1.5 - revolt_percentage = .05 - } - modifier = { - factor = 0.5 - is_disarmed = yes - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - FROM = { - overlord = { - OR = { - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - } - } - modifier = { - factor = 1.5 - government = proletarian_dictatorship - FROM = { - overlord = { government = fascist_dictatorship } - } - } - modifier = { - factor = 1.5 - government = fascist_dictatorship - FROM = { - overlord = { government = proletarian_dictatorship } - } - } - } - } - - option = { - name = "EVT98612OPTB" - prestige = -10 - relation = { who = FROM value = -25 } - diplomatic_influence = { who = FROM value = -100 } - random_country = { - limit = { is_our_vassal = FROM } - relation = { who = THIS value = 25 } - } - random_country = { - limit = { - tag = FROM - ai = no - } - country_event = 98614 - } - ai_chance = { - factor = 50 - modifier = { - factor = 2 - FROM = { - overlord = { brigades_compare = 2 } - } - } - modifier = { - factor = 1.5 - FROM = { - overlord = { brigades_compare = 0.5 } - } - } - modifier = { - factor = 0.75 - FROM = { - overlord = { - NOT = { - relation = { who = THIS value = 0 } - } - } - } - } - modifier = { - factor = 0.5 - FROM = { - overlord = { - NOT = { - relation = { who = THIS value = -100 } - } - } - } - } - modifier = { - factor = 0 - FROM = { - overlord = { war_with = THIS } - } - } - modifier = { - factor = 0 - is_sphere_leader_of = FROM - } - modifier = { - factor = 0.5 - war_policy = pro_military - } - modifier = { - factor = 0.25 - war_policy = jingoism - } - modifier = { - factor = 1.5 - OR = { - government = democracy - government = hms_government - } - NOT = { ruling_party_ideology = communist } - FROM = { - overlord = { government = proletarian_dictatorship } - } - } - modifier = { - factor = 2 - OR = { - government = democracy - government = hms_government - } - NOT = { ruling_party_ideology = fascist } - FROM = { - overlord = { government = fascist_dictatorship } - } - } - modifier = { - factor = 2 - government = fascist_dictatorship - FROM = { - overlord = { - OR = { - government = democracy - government = hms_government - } - } - } - } - } - } + id = 98612 + title = "EVTNAME98612" #$FROMCOUNTRY_ADJ$ Independence? + desc = "EVTDESC98612" + picture = "deliberation" + + is_triggered_only = yes + + option = { + name = "EVT98612OPTA" + prestige = 10 + diplomatic_influence = { who = FROM value = 100 } + FROM = { + create_alliance = THIS + relation = { who = THIS value = 200 } + overlord = { + relation = { who = THIS value = -50 } + leave_alliance = THIS + } + } + random_country = { + limit = { + tag = FROM + ai = no + } + country_event = 98613 + } + ai_chance = { + factor = 50 + modifier = { + factor = 0.5 + FROM = { + overlord = { brigades_compare = 2 } + } + } + modifier = { + factor = 1.5 + FROM = { + overlord = { brigades_compare = 0.5 } + } + } + modifier = { + factor = 3 + FROM = { + overlord = { + any_owned_province = { is_core = THIS } + } + } + } + modifier = { + factor = 0.5 + NOT = { neighbour = FROM } + FROM = { + overlord = { NOT = { neighbour = THIS } } + } + } + modifier = { + factor = 1.25 + FROM = { neighbour = THIS } + } + modifier = { + factor = 0.1 + FROM = { + any_owned_province = { is_core = THIS } + } + } + modifier = { + factor = 0.1 + FROM = { + overlord = { + OR = { + relation = { who = THIS value = 100 } + alliance_with = THIS + in_sphere = THIS + } + } + } + } + modifier = { + factor = 0.25 + war_policy = pacifism + } + modifier = { + factor = 0.5 + war_policy = anti_military + } + modifier = { + factor = 1.5 + revolt_percentage = .05 + } + modifier = { + factor = 0.5 + is_disarmed = yes + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + FROM = { + overlord = { + OR = { + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + } + } + modifier = { + factor = 1.5 + government = proletarian_dictatorship + FROM = { + overlord = { government = fascist_dictatorship } + } + } + modifier = { + factor = 1.5 + government = fascist_dictatorship + FROM = { + overlord = { government = proletarian_dictatorship } + } + } + } + } + + option = { + name = "EVT98612OPTB" + prestige = -10 + relation = { who = FROM value = -25 } + diplomatic_influence = { who = FROM value = -100 } + random_country = { + limit = { is_our_vassal = FROM } + relation = { who = THIS value = 25 } + } + random_country = { + limit = { + tag = FROM + ai = no + } + country_event = 98614 + } + ai_chance = { + factor = 50 + modifier = { + factor = 2 + FROM = { + overlord = { brigades_compare = 2 } + } + } + modifier = { + factor = 1.5 + FROM = { + overlord = { brigades_compare = 0.5 } + } + } + modifier = { + factor = 0.75 + FROM = { + overlord = { + NOT = { + relation = { who = THIS value = 0 } + } + } + } + } + modifier = { + factor = 0.5 + FROM = { + overlord = { + NOT = { + relation = { who = THIS value = -100 } + } + } + } + } + modifier = { + factor = 0 + FROM = { + overlord = { war_with = THIS } + } + } + modifier = { + factor = 0 + is_sphere_leader_of = FROM + } + modifier = { + factor = 0.5 + war_policy = pro_military + } + modifier = { + factor = 0.25 + war_policy = jingoism + } + modifier = { + factor = 1.5 + OR = { + government = democracy + government = hms_government + } + NOT = { ruling_party_ideology = communist } + FROM = { + overlord = { government = proletarian_dictatorship } + } + } + modifier = { + factor = 2 + OR = { + government = democracy + government = hms_government + } + NOT = { ruling_party_ideology = fascist } + FROM = { + overlord = { government = fascist_dictatorship } + } + } + modifier = { + factor = 2 + government = fascist_dictatorship + FROM = { + overlord = { + OR = { + government = democracy + government = hms_government + } + } + } + } + } + } } country_event = { - id = 98613 - title = "EVTNAME98613" - desc = "EVTDESC98613" - news = yes - news_title = "EVTNAME98613_NEWS_TITLE" - news_desc_long = "EVTDESC98613_NEWS_LONG" - news_desc_medium = "EVTDESC98613_NEWS_MEDIUM" - news_desc_short = "EVTDESC98613_NEWS_SHORT" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT98613OPTA" - } + id = 98613 + title = "EVTNAME98613" + desc = "EVTDESC98613" + news = yes + news_title = "EVTNAME98613_NEWS_TITLE" + news_desc_long = "EVTDESC98613_NEWS_LONG" + news_desc_medium = "EVTDESC98613_NEWS_MEDIUM" + news_desc_short = "EVTDESC98613_NEWS_SHORT" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT98613OPTA" + } } country_event = { - id = 98614 - title = "EVTNAME98614" - desc = "EVTDESC98614" - picture = "administration" - - is_triggered_only = yes - - option = { - name = "EVT98614OPTA" - } + id = 98614 + title = "EVTNAME98614" + desc = "EVTDESC98614" + picture = "administration" + + is_triggered_only = yes + + option = { + name = "EVT98614OPTA" + } } diff --git a/HPM/events/WorkPlaceEvents.txt b/HPM/events/WorkPlaceEvents.txt index d7fc12b0..77f1267b 100644 --- a/HPM/events/WorkPlaceEvents.txt +++ b/HPM/events/WorkPlaceEvents.txt @@ -1,1387 +1,1387 @@ # --- Coal --- # Mine accident country_event = { - id = 12000 - title = "EVTNAME12000" - desc = "EVTDESC12000" - picture = "Mining" - - trigger = { - any_state = { - is_colonial = no - any_owned_province = { - has_pop_type = capitalists - produces = coal - } - } - } - - mean_time_to_happen = { - months = 500 - - modifier = { - factor = 0.9 - safety_regulations = trinket_safety - } - modifier = { - factor = 2 - safety_regulations = low_safety - } - modifier = { - factor = 6 - safety_regulations = acceptable_safety - } - modifier = { - factor = 8 - safety_regulations = good_safety - } - } - - option = { - name = "EVTOPTA12000" - random_owned = { - limit = { - state_scope = { - produces = coal - has_pop_type = capitalists - } - } - state_scope = { - bureaucrats = { consciousness = 1 } - capitalists = { consciousness = 1 } - clerks = { consciousness = 1 } - } - } - } - option = { - name = "EVTOPTB12000" - labourers = { consciousness = 0.5 } - } + id = 12000 + title = "EVTNAME12000" + desc = "EVTDESC12000" + picture = "Mining" + + trigger = { + any_state = { + is_colonial = no + any_owned_province = { + has_pop_type = capitalists + produces = coal + } + } + } + + mean_time_to_happen = { + months = 500 + + modifier = { + factor = 0.9 + safety_regulations = trinket_safety + } + modifier = { + factor = 2 + safety_regulations = low_safety + } + modifier = { + factor = 6 + safety_regulations = acceptable_safety + } + modifier = { + factor = 8 + safety_regulations = good_safety + } + } + + option = { + name = "EVTOPTA12000" + random_owned = { + limit = { + state_scope = { + produces = coal + has_pop_type = capitalists + } + } + state_scope = { + bureaucrats = { consciousness = 1 } + capitalists = { consciousness = 1 } + clerks = { consciousness = 1 } + } + } + } + option = { + name = "EVTOPTB12000" + labourers = { consciousness = 0.5 } + } } # Parlimentary Inquiry country_event = { - id = 12010 - title = "EVTNAME12010" - desc = "EVTDESC12010" - picture = "Mining" - - trigger = { - any_owned_province = { - produces = coal - is_colonial = no - } - plurality = 30 - civilized = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = democracy - } - child_labor = child_labor_legal - OR = { - safety_regulations = trinket_safety - safety_regulations = no_safety - } - } - - mean_time_to_happen = { - months = 600 - modifier = { - factor = 0.8 - plurality = 30 - } - modifier = { - factor = 0.9 - plurality = 35 - } - modifier = { - factor = 1.5 - NOT = { plurality = 30 } - } - } - - option = { - name = "EVTOPTA12010" - add_country_modifier = { name = conservative_reaction duration = 1825 } - social_reform = low_safety - } - - option = { - name = "EVTOPTB12010" - add_country_modifier = { name = liberal_reaction duration = 2500 } - } + id = 12010 + title = "EVTNAME12010" + desc = "EVTDESC12010" + picture = "Mining" + + trigger = { + any_owned_province = { + produces = coal + is_colonial = no + } + plurality = 30 + civilized = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = democracy + } + child_labor = child_labor_legal + OR = { + safety_regulations = trinket_safety + safety_regulations = no_safety + } + } + + mean_time_to_happen = { + months = 600 + modifier = { + factor = 0.8 + plurality = 30 + } + modifier = { + factor = 0.9 + plurality = 35 + } + modifier = { + factor = 1.5 + NOT = { plurality = 30 } + } + } + + option = { + name = "EVTOPTA12010" + add_country_modifier = { name = conservative_reaction duration = 1825 } + social_reform = low_safety + } + + option = { + name = "EVTOPTB12010" + add_country_modifier = { name = liberal_reaction duration = 2500 } + } } #The Girl in The Coal Mine country_event = { - id = 12020 - title = "EVTNAME12020" - desc = "EVTDESC12020" - picture = "Childlabor" - - trigger = { - press_rights = free_press - child_labor = child_labor_legal - civilized = yes - any_owned_province = { - trade_goods = coal - is_colonial = no - } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - average_militancy = 3 - } - modifier = { - factor = 1.2 - NOT = { average_consciousness = 4 } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA12020" - add_country_modifier = { name = national_tragedy duration = 365 } - } + id = 12020 + title = "EVTNAME12020" + desc = "EVTDESC12020" + picture = "Childlabor" + + trigger = { + press_rights = free_press + child_labor = child_labor_legal + civilized = yes + any_owned_province = { + trade_goods = coal + is_colonial = no + } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + average_militancy = 3 + } + modifier = { + factor = 1.2 + NOT = { average_consciousness = 4 } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA12020" + add_country_modifier = { name = national_tragedy duration = 365 } + } } # Production Shortfalls country_event = { - id = 12030 - title = "EVTNAME12030" - desc = "EVTDESC12030" - picture = "Factoryattack" - - trigger = { - ammunition = 50 - economic_policy = laissez_faire - any_state = { has_building = ammunition_factory } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.5 - poor_strata_life_needs = 0.9 - } - } - - option = { - name = "EVTOPTA12030" - ammunition = -50 - } - - option = { - name = "EVTOPTB12030" - any_pop = { militancy = 1 } - } + id = 12030 + title = "EVTNAME12030" + desc = "EVTDESC12030" + picture = "Factoryattack" + + trigger = { + ammunition = 50 + economic_policy = laissez_faire + any_state = { has_building = ammunition_factory } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.5 + poor_strata_life_needs = 0.9 + } + } + + option = { + name = "EVTOPTA12030" + ammunition = -50 + } + + option = { + name = "EVTOPTB12030" + any_pop = { militancy = 1 } + } } # Factory Stinks! province_event = { - id = 12040 - title = "EVTNAME12040" - desc = "EVTDESC12040" - - trigger = { - has_pop_type = capitalists - has_building = fertilizer_factory - NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } - owner = { NOT = { has_global_flag = workplace_events_disabled } } - } - - mean_time_to_happen = { - months = 1800 - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { - poor_strata_life_needs = 0.9 - } - } - modifier = { - factor = 0.8 - poor_strata_everyday_needs = 0.9 - } - } - - option = { - name = "EVTOPTA12040" - state_scope = { any_pop = { consciousness = 0.5 } } - owner = { fertilizer = 10 } - } - - option = { - name = "EVTOPTB12040" - state_scope = { capitalists = { consciousness = 1 militancy = 1 } } - } + id = 12040 + title = "EVTNAME12040" + desc = "EVTDESC12040" + + trigger = { + has_pop_type = capitalists + has_building = fertilizer_factory + NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } + owner = { NOT = { has_global_flag = workplace_events_disabled } } + } + + mean_time_to_happen = { + months = 1800 + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { + poor_strata_life_needs = 0.9 + } + } + modifier = { + factor = 0.8 + poor_strata_everyday_needs = 0.9 + } + } + + option = { + name = "EVTOPTA12040" + state_scope = { any_pop = { consciousness = 0.5 } } + owner = { fertilizer = 10 } + } + + option = { + name = "EVTOPTB12040" + state_scope = { capitalists = { consciousness = 1 militancy = 1 } } + } } # Tea Weighing Station Robbed country_event = { - id = 12050 - title = "EVTNAME12050" - desc = "EVTDESC12050" - picture = "tea_weighing_station" - - trigger = { - produces = tea - #state_scope = { has_pop_type = bureaucrats } - tea = 40 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 0.9 - average_militancy = 7 - } - modifier = { - factor = 0.9 - NOT ={ poor_strata_life_needs = 0.9 } - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 5 } - } - } - - option = { - name = "EVTOPTA12050" - tea = -40 - } - - option = { - name = "EVTOPTB12050" - random_province = { - limit = { trade_goods = tea } - state_scope = { farmers = { militancy = 1.5 } } - } - } - - option = { - name = "EVTOPTC12050" - random_province = { - limit = { trade_goods = tea } - state_scope = { bureaucrats = { militancy = 3 } } - } - } + id = 12050 + title = "EVTNAME12050" + desc = "EVTDESC12050" + picture = "tea_weighing_station" + + trigger = { + produces = tea + #state_scope = { has_pop_type = bureaucrats } + tea = 40 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 0.9 + average_militancy = 7 + } + modifier = { + factor = 0.9 + NOT ={ poor_strata_life_needs = 0.9 } + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 5 } + } + } + + option = { + name = "EVTOPTA12050" + tea = -40 + } + + option = { + name = "EVTOPTB12050" + random_province = { + limit = { trade_goods = tea } + state_scope = { farmers = { militancy = 1.5 } } + } + } + + option = { + name = "EVTOPTC12050" + random_province = { + limit = { trade_goods = tea } + state_scope = { bureaucrats = { militancy = 3 } } + } + } } # Feed the Hungry Soldiers country_event = { - id = 12060 - title = "EVTNAME12060" - desc = "EVTDESC12060" - picture = "soldiers_eating" - - trigger = { - war = yes - any_owned_province = { - has_building = canned_food_factory - NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } - } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.9 - war_exhaustion = 4 - } - modifier = { - factor = 1.1 - NOT = { war_exhaustion = 1 } - } - modifier = { - factor = 0.9 - NOT = { average_militancy = 5 } - } - } - - option = { - name = "EVTOPTA12060" - soldiers = { militancy = -2 } - } - - option = { - name = "EVTOPTB12060" - war_exhaustion = -5 - } + id = 12060 + title = "EVTNAME12060" + desc = "EVTDESC12060" + picture = "soldiers_eating" + + trigger = { + war = yes + any_owned_province = { + has_building = canned_food_factory + NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } + } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.9 + war_exhaustion = 4 + } + modifier = { + factor = 1.1 + NOT = { war_exhaustion = 1 } + } + modifier = { + factor = 0.9 + NOT = { average_militancy = 5 } + } + } + + option = { + name = "EVTOPTA12060" + soldiers = { militancy = -2 } + } + + option = { + name = "EVTOPTB12060" + war_exhaustion = -5 + } } # Old Canned Food country_event = { - id = 12070 - title = "EVTNAME12070" - desc = "EVTDESC12070" - picture = "old_canned_food" - - trigger = { - any_owned_province = { - has_building = canned_food_factory - NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } - } - canned_food = 15 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 0.9 - average_militancy = 6 - } - modifier = { - factor = 1.5 - average_consciousness = 6 - } - } - - option = { - name = "EVTOPTA12070" - money = 1000 - } - option = { - name = "EVTOPTB12070" - canned_food = -15 - poor_strata = { militancy = -1 } - } + id = 12070 + title = "EVTNAME12070" + desc = "EVTDESC12070" + picture = "old_canned_food" + + trigger = { + any_owned_province = { + has_building = canned_food_factory + NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } + } + canned_food = 15 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 0.9 + average_militancy = 6 + } + modifier = { + factor = 1.5 + average_consciousness = 6 + } + } + + option = { + name = "EVTOPTA12070" + money = 1000 + } + option = { + name = "EVTOPTB12070" + canned_food = -15 + poor_strata = { militancy = -1 } + } } # Bovine Fever country_event = { - id = 12080 - title = "EVTNAME12080" - desc = "EVTDESC12080" - picture = "cattle_picture" - - trigger = { - produces = cattle - cattle = 10 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.7 - cattle = 500 - } - modifier = { - factor = 0.8 - NOT = { poor_strata_life_needs = 0.9 } - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA12080" - cattle = -10 - } - - option = { - name = "EVTOPTB12080" - farmers = { militancy = 1 } - } + id = 12080 + title = "EVTNAME12080" + desc = "EVTDESC12080" + picture = "cattle_picture" + + trigger = { + produces = cattle + cattle = 10 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.7 + cattle = 500 + } + modifier = { + factor = 0.8 + NOT = { poor_strata_life_needs = 0.9 } + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA12080" + cattle = -10 + } + + option = { + name = "EVTOPTB12080" + farmers = { militancy = 1 } + } } # Death In The Silk Fields country_event = { - id = 12090 - title = "EVTNAME12090" - desc = "EVTDESC12090" - picture = "silk_fields" - - trigger = { - any_owned_province = { - trade_goods = silk - NOT = { has_province_modifier = silk_famine } - } - silk = 10 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - NOT = { poor_strata_everyday_needs = 0.5 } - } - modifier = { - factor = 1.5 - poor_strata_everyday_needs = 0.9 - } - } - - option = { - name = "EVTOPTA12090" - random_owned = { - limit = { trade_goods = silk } - state_scope = { - any_owned = { - limit = { trade_goods = silk } - any_pop = { militancy = 1 } - add_province_modifier = { name = silk_famine duration = 1500 } - } - } - } - ai_chance = { factor = 0.1 } - } - - option = { - name = "EVTOPTB12090" - silk = -10 - treasury = -1000 - random_owned = { - limit = { trade_goods = silk } - state_scope = { - any_owned = { - limit = { trade_goods = silk } - add_province_modifier = { name = silk_famine duration = 750 } - } - } - } - ai_chance = { - factor = 0.9 - modifier = { factor = 0 NOT = { money = 1000 } } - } - } + id = 12090 + title = "EVTNAME12090" + desc = "EVTDESC12090" + picture = "silk_fields" + + trigger = { + any_owned_province = { + trade_goods = silk + NOT = { has_province_modifier = silk_famine } + } + silk = 10 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + NOT = { poor_strata_everyday_needs = 0.5 } + } + modifier = { + factor = 1.5 + poor_strata_everyday_needs = 0.9 + } + } + + option = { + name = "EVTOPTA12090" + random_owned = { + limit = { trade_goods = silk } + state_scope = { + any_owned = { + limit = { trade_goods = silk } + any_pop = { militancy = 1 } + add_province_modifier = { name = silk_famine duration = 1500 } + } + } + } + ai_chance = { factor = 0.1 } + } + + option = { + name = "EVTOPTB12090" + silk = -10 + treasury = -1000 + random_owned = { + limit = { trade_goods = silk } + state_scope = { + any_owned = { + limit = { trade_goods = silk } + add_province_modifier = { name = silk_famine duration = 750 } + } + } + } + ai_chance = { + factor = 0.9 + modifier = { factor = 0 NOT = { money = 1000 } } + } + } } # A Cure! country_event = { - id = 12100 - title = "EVTNAME12100" - desc = "EVTDESC12100" - picture = "silk_fields" - - trigger = { - any_owned_province = { - has_province_modifier = silk_famine - } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 500 - modifier = { - factor = 0.8 - poor_strata_everyday_needs = 0.8 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 0.9 - civilized = yes - } - } - - option = { - name = "EVTOPTA12100" - random_owned = { - limit = { has_province_modifier = silk_famine } - state_scope = { - any_owned = { remove_province_modifier = silk_famine } - any_pop = { militancy = -1 } - } - } - ai_chance = { factor = 0.1 } - } - - option = { - name = "EVTOPTB12100" - treasury = -1000 - any_owned = { - limit = { has_province_modifier = silk_famine } - remove_province_modifier = silk_famine - } - ai_chance = { - factor = 0.9 - modifier = { factor = 0 NOT = { money = 1000 } } - } - } + id = 12100 + title = "EVTNAME12100" + desc = "EVTDESC12100" + picture = "silk_fields" + + trigger = { + any_owned_province = { + has_province_modifier = silk_famine + } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 500 + modifier = { + factor = 0.8 + poor_strata_everyday_needs = 0.8 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 0.9 + civilized = yes + } + } + + option = { + name = "EVTOPTA12100" + random_owned = { + limit = { has_province_modifier = silk_famine } + state_scope = { + any_owned = { remove_province_modifier = silk_famine } + any_pop = { militancy = -1 } + } + } + ai_chance = { factor = 0.1 } + } + + option = { + name = "EVTOPTB12100" + treasury = -1000 + any_owned = { + limit = { has_province_modifier = silk_famine } + remove_province_modifier = silk_famine + } + ai_chance = { + factor = 0.9 + modifier = { factor = 0 NOT = { money = 1000 } } + } + } } # In Them Old Cotton Fields country_event = { - id = 12110 - title = "EVTNAME12110" - desc = "EVTDESC12110" - picture = "cotton_fields" - - trigger = { - produces = cotton - civilized = yes - cotton = 10 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - - modifier = { - factor = 1.5 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA12110" - prestige = 1 - farmers = { - consciousness = 0.5 - militancy = -1 - } - } - - option = { - name = "EVTOPTB12110" - prestige = 2 - cotton = -10 - random_country = { - limit = { civilized = yes NOT = { tag = THIS } neighbour = THIS } - cotton = 10 - relation = { who = THIS value = 15 } - } - } + id = 12110 + title = "EVTNAME12110" + desc = "EVTDESC12110" + picture = "cotton_fields" + + trigger = { + produces = cotton + civilized = yes + cotton = 10 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + + modifier = { + factor = 1.5 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA12110" + prestige = 1 + farmers = { + consciousness = 0.5 + militancy = -1 + } + } + + option = { + name = "EVTOPTB12110" + prestige = 2 + cotton = -10 + random_country = { + limit = { civilized = yes NOT = { tag = THIS } neighbour = THIS } + cotton = 10 + relation = { who = THIS value = 15 } + } + } } # Blood & Iron Mine # province_event = { - # id = 12120 - # title = "EVTNAME12120" - # desc = "EVTDESC12120" - - # trigger = { - # OR = { - # produces = iron - # produces = coal - # } - # NOT = { has_province_modifier = blood_and_iron_mine } - # owner = { - # #NOT = { has_global_flag = workplace_events_disabled } - # civilized = yes - # OR = { - # advanced_metallurgy = 1 - # year = 1900 - # } - # OR = { - # any_owned_province = { - # trade_goods = iron - # unemployment_by_type = { value = 0.05 type = labourers } - # } - # any_neighbor_country = { - # any_owned_province = { - # trade_goods = iron - # unemployment_by_type = { value = 0.05 type = labourers } - # } - # } - # any_greater_power = { - # any_owned_province = { - # trade_goods = iron - # unemployment_by_type = { value = 0.05 type = labourers } - # } - # } - # } - # } - # } - - # mean_time_to_happen = { - # months = 1200 - # modifier = { - # factor = 0.9 - # NOT = { average_militancy = 5 } - # } - # modifier = { - # factor = 1.5 - # owner = { is_greater_power = no } - # } - # } - - # option = { - # name = "EVTOPTA12120" - # state_scope = { - # any_owned = { - # limit = { - # OR = { - # trade_goods = iron - # trade_goods = coal - # } - # } - # add_province_modifier = { name = blood_and_iron_mine duration = 9125 } - # } - # } - # ai_chance = { factor = 90 } - # } - - # option = { - # name = "EVTOPTB12120" - # state_scope = { labourers = { militancy = -1 } } - # ai_chance = { factor = 10 } - # } + # id = 12120 + # title = "EVTNAME12120" + # desc = "EVTDESC12120" + + # trigger = { + # OR = { + # produces = iron + # produces = coal + # } + # NOT = { has_province_modifier = blood_and_iron_mine } + # owner = { + # #NOT = { has_global_flag = workplace_events_disabled } + # civilized = yes + # OR = { + # advanced_metallurgy = 1 + # year = 1900 + # } + # OR = { + # any_owned_province = { + # trade_goods = iron + # unemployment_by_type = { value = 0.05 type = labourers } + # } + # any_neighbor_country = { + # any_owned_province = { + # trade_goods = iron + # unemployment_by_type = { value = 0.05 type = labourers } + # } + # } + # any_greater_power = { + # any_owned_province = { + # trade_goods = iron + # unemployment_by_type = { value = 0.05 type = labourers } + # } + # } + # } + # } + # } + + # mean_time_to_happen = { + # months = 1200 + # modifier = { + # factor = 0.9 + # NOT = { average_militancy = 5 } + # } + # modifier = { + # factor = 1.5 + # owner = { is_greater_power = no } + # } + # } + + # option = { + # name = "EVTOPTA12120" + # state_scope = { + # any_owned = { + # limit = { + # OR = { + # trade_goods = iron + # trade_goods = coal + # } + # } + # add_province_modifier = { name = blood_and_iron_mine duration = 9125 } + # } + # } + # ai_chance = { factor = 90 } + # } + + # option = { + # name = "EVTOPTB12120" + # state_scope = { labourers = { militancy = -1 } } + # ai_chance = { factor = 10 } + # } # } # Cottage Industry country_event = { - id = 12130 - title = "EVTNAME12130" - desc = "EVTDESC12130" - picture = "Elderly" - - trigger = { - produces = wool - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - economic_policy = laissez_faire - } - modifier = { - factor = 1.5 - NOT = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA12130" - regular_clothes = 15 - any_pop = { militancy = -0.5 } - } - - option = { - name = "EVTOPTB12130" - luxury_clothes = 5 - any_pop = { consciousness = -0.5 } - } + id = 12130 + title = "EVTNAME12130" + desc = "EVTDESC12130" + picture = "Elderly" + + trigger = { + produces = wool + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + economic_policy = laissez_faire + } + modifier = { + factor = 1.5 + NOT = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA12130" + regular_clothes = 15 + any_pop = { militancy = -0.5 } + } + + option = { + name = "EVTOPTB12130" + luxury_clothes = 5 + any_pop = { consciousness = -0.5 } + } } # Clippings country_event = { - id = 12140 - title = "EVTNAME12140" - desc = "EVTDESC12140" - picture = "americascup" - - trigger = { - civilized = yes - any_owned_province = { - has_building = clipper_shipyard - NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } - } - NOT = { has_country_modifier = naval_school } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA12140" - any_pop = { militancy = -0.5 } - prestige = 3 - } - - option = { - name = "EVTOPTB12140" - add_country_modifier = { name = naval_school duration = 7300 } - } + id = 12140 + title = "EVTNAME12140" + desc = "EVTDESC12140" + picture = "americascup" + + trigger = { + civilized = yes + any_owned_province = { + has_building = clipper_shipyard + NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } + } + NOT = { has_country_modifier = naval_school } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA12140" + any_pop = { militancy = -0.5 } + prestige = 3 + } + + option = { + name = "EVTOPTB12140" + add_country_modifier = { name = naval_school duration = 7300 } + } } # Boiler Explodes! country_event = { - id = 12150 - title = "EVTNAME12150" - desc = "EVTDESC12150" - picture = "sinkingship" - - trigger = { - any_owned_province = { has_building = steamer_shipyard } - steamer_convoy = 5 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 1.3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 1.5 - safety_regulations = good_safety - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - } - - option = { - name = "EVTOPTA12150" - any_pop = { militancy = 0.5 } - } - option = { - name = "EVTOPTB12150" - steamer_convoy = -5 - } + id = 12150 + title = "EVTNAME12150" + desc = "EVTDESC12150" + picture = "sinkingship" + + trigger = { + any_owned_province = { has_building = steamer_shipyard } + steamer_convoy = 5 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 1.3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 1.5 + safety_regulations = good_safety + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + } + + option = { + name = "EVTOPTA12150" + any_pop = { militancy = 0.5 } + } + option = { + name = "EVTOPTB12150" + steamer_convoy = -5 + } } # Standard $PROVINCENAME$ Cement country_event = { - id = 12160 - title = "EVTNAME12160" - desc = "EVTDESC12160" - picture = "iron" - - trigger = { - any_owned_province = { - has_building = cement_factory - } - has_pop_type = capitalists - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 1.8 - OR = { - work_hours = no_work_hour_limit - work_hours = fourteen_hours - } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - } - } - - option = { - name = "EVTOPTA12160" - craftsmen = { militancy = -1 } - } - - option = { - name = "EVTOPTB12160" - money = 5000 - capitalists = { money = 300 } - } + id = 12160 + title = "EVTNAME12160" + desc = "EVTDESC12160" + picture = "iron" + + trigger = { + any_owned_province = { + has_building = cement_factory + } + has_pop_type = capitalists + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 1.8 + OR = { + work_hours = no_work_hour_limit + work_hours = fourteen_hours + } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + } + } + + option = { + name = "EVTOPTA12160" + craftsmen = { militancy = -1 } + } + + option = { + name = "EVTOPTB12160" + money = 5000 + capitalists = { money = 300 } + } } # Dyeworks Accident country_event = { - id = 12170 - title = "EVTNAME12170" - desc = "EVTDESC12170" - picture = "Christiansborgs" - - trigger = { - any_state = { has_building = dye_factory } - dye = 15 - NOT = { - safety_regulations = acceptable_safety - safety_regulations = good_safety - } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 1.5 - NOT = { - OR = { - safety_regulations = no_safety - safety_regulations = trinket_safety - } - } - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.1 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA12170" - dye = -15 - poor_strata = { militancy = -0.5 } - } - - option = { - name = "EVTOPTB12170" - #dye = 15 - poor_strata = { militancy = 1 } - rich_strata = { militancy = -0.5 } - } + id = 12170 + title = "EVTNAME12170" + desc = "EVTDESC12170" + picture = "Christiansborgs" + + trigger = { + any_state = { has_building = dye_factory } + dye = 15 + NOT = { + safety_regulations = acceptable_safety + safety_regulations = good_safety + } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 1.5 + NOT = { + OR = { + safety_regulations = no_safety + safety_regulations = trinket_safety + } + } + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.1 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA12170" + dye = -15 + poor_strata = { militancy = -0.5 } + } + + option = { + name = "EVTOPTB12170" + #dye = 15 + poor_strata = { militancy = 1 } + rich_strata = { militancy = -0.5 } + } } # Cistern Explodes country_event = { - id = 12180 - title = "EVTNAME12180" - desc = "EVTDESC12180" - picture = "pumpjack" - - trigger = { - any_state = { has_building = fuel_refinery } - fuel = 30 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 1.5 - safety_regulations = good_safety - } - modifier = { - factor = 1.3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 0.9 - safety_regulations = no_safety - } - } - - option = { - name = "EVTOPTA12180" - fuel = -15 - any_pop = { militancy = 1 } - } - - option = { - name = "EVTOPTB12180" - fuel = -30 - } + id = 12180 + title = "EVTNAME12180" + desc = "EVTDESC12180" + picture = "pumpjack" + + trigger = { + any_state = { has_building = fuel_refinery } + fuel = 30 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 1.5 + safety_regulations = good_safety + } + modifier = { + factor = 1.3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 0.9 + safety_regulations = no_safety + } + } + + option = { + name = "EVTOPTA12180" + fuel = -15 + any_pop = { militancy = 1 } + } + + option = { + name = "EVTOPTB12180" + fuel = -30 + } } #Overproduction at the Refinery country_event = { - id = 12190 - title = "EVTNAME12190" - desc = "EVTDESC12190" - picture = "pumpjack" - - trigger = { - any_owned_province = { - has_building = fuel_refinery - NOT = { unemployment_by_type = { type = labourers value = 0.05 } } - } - OR = { - safety_regulations = no_safety - safety_regulations = trinket_safety - } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 0.8 - NOT = { average_militancy = 5 } - } - } - - option = { - name = "EVTOPTA12190" - fuel = 20 - treasury = -5000 - ai_chance = { - factor = 25 - modifier = { - factor = 0 - NOT = { money = 5000 } - } - } - } - - option = { - name = "EVTOPTB12190" - any_pop = { militancy = -0.5 } - ai_chance = { factor = 75 } - } + id = 12190 + title = "EVTNAME12190" + desc = "EVTDESC12190" + picture = "pumpjack" + + trigger = { + any_owned_province = { + has_building = fuel_refinery + NOT = { unemployment_by_type = { type = labourers value = 0.05 } } + } + OR = { + safety_regulations = no_safety + safety_regulations = trinket_safety + } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 0.8 + NOT = { average_militancy = 5 } + } + } + + option = { + name = "EVTOPTA12190" + fuel = 20 + treasury = -5000 + ai_chance = { + factor = 25 + modifier = { + factor = 0 + NOT = { money = 5000 } + } + } + } + + option = { + name = "EVTOPTB12190" + any_pop = { militancy = -0.5 } + ai_chance = { factor = 75 } + } } # Tragedy at the Mine country_event = { - id = 12200 - title = "EVTNAME12200" - desc = "EVTDESC12200" - picture = "mining" - - trigger = { - produces = iron - has_pop_type = capitalists - NOT = { safety_regulations = acceptable_safety } - NOT = { safety_regulations = good_safety } - } - - mean_time_to_happen = { - months = 800 - modifier = { - factor = 0.9 - safety_regulations = no_safety - } - modifier = { - factor = 0.9 - economic_policy = planned_economy - } - modifier = { - factor = 1.2 - economic_policy = laissez_faire - } - } - - option = { - name = "EVTOPTA12200" - labourers = { militancy = 2 } - } - - option = { - name = "EVTOPTB12200" - iron = -15 - capitalists = { militancy = 4 } - } + id = 12200 + title = "EVTNAME12200" + desc = "EVTDESC12200" + picture = "mining" + + trigger = { + produces = iron + has_pop_type = capitalists + NOT = { safety_regulations = acceptable_safety } + NOT = { safety_regulations = good_safety } + } + + mean_time_to_happen = { + months = 800 + modifier = { + factor = 0.9 + safety_regulations = no_safety + } + modifier = { + factor = 0.9 + economic_policy = planned_economy + } + modifier = { + factor = 1.2 + economic_policy = laissez_faire + } + } + + option = { + name = "EVTOPTA12200" + labourers = { militancy = 2 } + } + + option = { + name = "EVTOPTB12200" + iron = -15 + capitalists = { militancy = 4 } + } } # The Old Man and The Sea country_event = { - id = 12210 - title = "EVTNAME12210" - desc = "EVTDESC12210" - picture = "Thermopylae" - - trigger = { - num_of_ports = 10 - any_owned_province = { - trade_goods = fish - NOT = { unemployment_by_type = { type = farmers value = 0.05 } } - } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9} - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA12210" - fish = 40 - } - option = { - name = "EVTOPTB12210" - poor_strata = { militancy = -0.5 } - } + id = 12210 + title = "EVTNAME12210" + desc = "EVTDESC12210" + picture = "Thermopylae" + + trigger = { + num_of_ports = 10 + any_owned_province = { + trade_goods = fish + NOT = { unemployment_by_type = { type = farmers value = 0.05 } } + } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9} + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA12210" + fish = 40 + } + option = { + name = "EVTOPTB12210" + poor_strata = { militancy = -0.5 } + } } # All Tea in $COUNTRY$ country_event = { - id = 12220 - title = "EVTNAME12220" - desc = "EVTDESC12220" - picture = "tea_plantation" - - trigger = { - produces = tea - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9} - } - modifier = { - factor = 1.5 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - } - - option = { - name = "EVTOPTA12220" - tea = 20 - } - - option = { - name = "EVTOPTB12220" - poor_strata = { - militancy = -1 - consciousness = -1 - } - } - - option = { - name = "EVTOPTC12220" - random_owned = { - limit = { has_pop_type = aristocrats produces = tea owner = { NOT = { government = proletarian_dictatorship } } } - state_scope = { aristocrats = { money = 100 } } - } - random_owned = { - limit = { produces = tea owner = { government = proletarian_dictatorship } } - state_scope = { any_pop = { money = 10 } } - } - } + id = 12220 + title = "EVTNAME12220" + desc = "EVTDESC12220" + picture = "tea_plantation" + + trigger = { + produces = tea + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9} + } + modifier = { + factor = 1.5 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + } + + option = { + name = "EVTOPTA12220" + tea = 20 + } + + option = { + name = "EVTOPTB12220" + poor_strata = { + militancy = -1 + consciousness = -1 + } + } + + option = { + name = "EVTOPTC12220" + random_owned = { + limit = { has_pop_type = aristocrats produces = tea owner = { NOT = { government = proletarian_dictatorship } } } + state_scope = { aristocrats = { money = 100 } } + } + random_owned = { + limit = { produces = tea owner = { government = proletarian_dictatorship } } + state_scope = { any_pop = { money = 10 } } + } + } } # Radio $PROVINCENAME$ country_event = { - id = 12230 - title = "EVTNAME12230" - desc = "EVTDESC12230" - picture = "Solvay" - - trigger = { - radio = 5 - war = yes - any_state = { has_building = radio_factory } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1200 - modifier = { - factor = 0.8 - radio = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 6 - } - modifier = { - factor = 0.8 - poor_strata_life_needs = 0.9 - } - modifier = { - factor = 1.5 - economic_policy = laissez_faire - } - } - - option = { - name = "EVTOPTA12230" - random_state = { - limit = { has_building = radio_factory } - any_pop = { militancy = 2 consciousness = 2 } - } - } - - option = { - name = "EVTOPTB12230" - random_state = { - limit = { has_building = radio_factory } - any_pop = { militancy = -2 consciousness = -2 } - } - radio = -5 - } + id = 12230 + title = "EVTNAME12230" + desc = "EVTDESC12230" + picture = "Solvay" + + trigger = { + radio = 5 + war = yes + any_state = { has_building = radio_factory } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1200 + modifier = { + factor = 0.8 + radio = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 6 + } + modifier = { + factor = 0.8 + poor_strata_life_needs = 0.9 + } + modifier = { + factor = 1.5 + economic_policy = laissez_faire + } + } + + option = { + name = "EVTOPTA12230" + random_state = { + limit = { has_building = radio_factory } + any_pop = { militancy = 2 consciousness = 2 } + } + } + + option = { + name = "EVTOPTB12230" + random_state = { + limit = { has_building = radio_factory } + any_pop = { militancy = -2 consciousness = -2 } + } + radio = -5 + } } #The drunk fool country_event = { - id = 12240 - title = "EVTNAME12240" - desc = "EVTDESC12240" - picture = "Prohibition" - - trigger = { - any_owned_province = { - OR = { - has_building = winery - has_building = liquor_distillery - } - NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } - } - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.5 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - religious_policy = moralism - } - modifier = { - factor = 0.9 - NOT = { poor_strata_life_needs = 0.9 } - } - } - - option = { - name = "EVTOPTA12240" - wine = 15 - liquor = 5 - middle_strata = { militancy = 3 } - } - - option = { - name = "EVTOPTB12240" - rich_strata = { militancy = 1 } - } + id = 12240 + title = "EVTNAME12240" + desc = "EVTDESC12240" + picture = "Prohibition" + + trigger = { + any_owned_province = { + OR = { + has_building = winery + has_building = liquor_distillery + } + NOT = { unemployment_by_type = { type = craftsmen value = 0.05 } } + } + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.5 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + religious_policy = moralism + } + modifier = { + factor = 0.9 + NOT = { poor_strata_life_needs = 0.9 } + } + } + + option = { + name = "EVTOPTA12240" + wine = 15 + liquor = 5 + middle_strata = { militancy = 3 } + } + + option = { + name = "EVTOPTB12240" + rich_strata = { militancy = 1 } + } } # Explosives Explode province_event = { - id = 12250 - title = "EVTNAME12250" - desc = "EVTDESC12250" - - trigger = { - state_scope = { has_building = explosives_factory } - is_capital = no - owner = { - NOT = { - safety_regulations = acceptable_safety - safety_regulations = good_safety - } - } - } - - mean_time_to_happen = { - months = 1400 - modifier = { - factor = 0.9 - middle_strata_everyday_needs = 0.9 - } - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 1.3 - owner = { safety_regulations = trinket_safety } - } - } - - option = { - name = "EVTOPTA12250" - poor_strata = { reduce_pop = 0.98 militancy = 1 } - } - - option = { - name = "EVTOPTB12250" - rich_strata = { reduce_pop = 0.99 } - poor_strata = { reduce_pop = 0.99 } - } - - option = { - name = "EVTOPTC12250" - rich_strata = { reduce_pop = 0.98 militancy = 1 } - } + id = 12250 + title = "EVTNAME12250" + desc = "EVTDESC12250" + + trigger = { + state_scope = { has_building = explosives_factory } + is_capital = no + owner = { + NOT = { + safety_regulations = acceptable_safety + safety_regulations = good_safety + } + } + } + + mean_time_to_happen = { + months = 1400 + modifier = { + factor = 0.9 + middle_strata_everyday_needs = 0.9 + } + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 1.3 + owner = { safety_regulations = trinket_safety } + } + } + + option = { + name = "EVTOPTA12250" + poor_strata = { reduce_pop = 0.98 militancy = 1 } + } + + option = { + name = "EVTOPTB12250" + rich_strata = { reduce_pop = 0.99 } + poor_strata = { reduce_pop = 0.99 } + } + + option = { + name = "EVTOPTC12250" + rich_strata = { reduce_pop = 0.98 militancy = 1 } + } } #Elegant furniture country_event = { - id = 12260 - title = "EVTNAME12260" - desc = "EVTDESC12260" - picture = "Pushkin" - - trigger = { - any_state = { has_building = luxury_furniture_factory } - luxury_furniture = 10 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - poor_strata_everyday_needs = 0.9 - factor = 0.8 - } - modifier = { - middle_strata_everyday_needs = 0.9 - factor = 0.8 - } - modifier = { - factor = 1.5 - NOT = { poor_strata_life_needs = 0.8 } - } - } - option = { - name = "EVTOPTA12260" - luxury_furniture = -10 - furniture = -10 - prestige = 2 - bureaucrats = { militancy = -0.5 consciousness = -0.5 } - } - - option = { - name = "EVTOPTB12260" - prestige = -5 - bureaucrats = { militancy = 1 consciousness = 1} - poor_strata = { militancy = -0.5 consciousness = -0.5 } - } + id = 12260 + title = "EVTNAME12260" + desc = "EVTDESC12260" + picture = "Pushkin" + + trigger = { + any_state = { has_building = luxury_furniture_factory } + luxury_furniture = 10 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + poor_strata_everyday_needs = 0.9 + factor = 0.8 + } + modifier = { + middle_strata_everyday_needs = 0.9 + factor = 0.8 + } + modifier = { + factor = 1.5 + NOT = { poor_strata_life_needs = 0.8 } + } + } + option = { + name = "EVTOPTA12260" + luxury_furniture = -10 + furniture = -10 + prestige = 2 + bureaucrats = { militancy = -0.5 consciousness = -0.5 } + } + + option = { + name = "EVTOPTB12260" + prestige = -5 + bureaucrats = { militancy = 1 consciousness = 1} + poor_strata = { militancy = -0.5 consciousness = -0.5 } + } } # Fashion Fails country_event = { - id = 12270 - title = "EVTNAME12270" - desc = "EVTDESC12270" - picture = "SaxeCoburgGotha" - - trigger = { - any_state = { has_building = luxury_clothes_factory } - luxury_clothes = 30 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - } - - option = { - name = "EVTOPTA12270" - luxury_clothes = -30 - regular_clothes = 30 - } - - option = { - name = "EVTOPTB12270" - prestige = -5 - } - - option = { - name = "EVTOPTC12270" - capitalists = { militancy = 0.5 } - clerks = { militancy = 0.5 } - } + id = 12270 + title = "EVTNAME12270" + desc = "EVTDESC12270" + picture = "SaxeCoburgGotha" + + trigger = { + any_state = { has_building = luxury_clothes_factory } + luxury_clothes = 30 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + } + + option = { + name = "EVTOPTA12270" + luxury_clothes = -30 + regular_clothes = 30 + } + + option = { + name = "EVTOPTB12270" + prestige = -5 + } + + option = { + name = "EVTOPTC12270" + capitalists = { militancy = 0.5 } + clerks = { militancy = 0.5 } + } } # Fashion Plates country_event = { - id = 12280 - title = "EVTNAME12280" - desc = "EVTDESC12280" - picture = "SaxeCoburgGotha" - - trigger = { - any_state = { has_building = regular_clothes_factory } - regular_clothes = 30 - NOT = { has_global_flag = workplace_events_disabled } - } - - mean_time_to_happen = { - months = 1000 - modifier = { - factor = 0.9 - average_militancy = 5 - } - modifier = { - factor = 0.9 - average_consciousness = 5 - } - modifier = { - factor = 1.5 - NOT = { average_militancy = 5 } - } - } - - option = { - name = "EVTOPTA12280" - regular_clothes = -30 - } - - option = { - name = "EVTOPTB12280" - poor_strata = { - militancy = 0.5 - consciousness = 0.5 - } - } + id = 12280 + title = "EVTNAME12280" + desc = "EVTDESC12280" + picture = "SaxeCoburgGotha" + + trigger = { + any_state = { has_building = regular_clothes_factory } + regular_clothes = 30 + NOT = { has_global_flag = workplace_events_disabled } + } + + mean_time_to_happen = { + months = 1000 + modifier = { + factor = 0.9 + average_militancy = 5 + } + modifier = { + factor = 0.9 + average_consciousness = 5 + } + modifier = { + factor = 1.5 + NOT = { average_militancy = 5 } + } + } + + option = { + name = "EVTOPTA12280" + regular_clothes = -30 + } + + option = { + name = "EVTOPTB12280" + poor_strata = { + militancy = 0.5 + consciousness = 0.5 + } + } } diff --git a/HPM/events/WorldFairs.txt b/HPM/events/WorldFairs.txt index 8fb51794..2dc177b2 100644 --- a/HPM/events/WorldFairs.txt +++ b/HPM/events/WorldFairs.txt @@ -1,342 +1,341 @@ - country_event = { - id = 30000 - - trigger = { - year = 1849 - not = { year = 1935 } - not = { has_global_flag = PlanWorldFair } - war = no - civilized = yes - or = { - industrial_score = 500 # limit to major non-western economies if not a GP - and = { - is_greater_power = yes # nation is a great power - industrial_score = 200 - } - } - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.8 - year = 1870 - } - - modifier = { - factor = 0.01 - tag = FRA - invention = bessemer_steel - NOT = { has_country_flag = the_eiffel_tower_was_built } - } - - modifier = { - factor = 0.8 - year = 1890 - } - modifier = { - factor = 0.8 - year = 1910 - } - } - - title = "EVTNAME30000" - desc = "EVTDESC30000" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30000" # let's organize it - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - check_variable = { which = owed_cash_money value = 9 } - } - } - owner = { change_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { - owner = { - NOT = { money = 10000 } - NOT = { check_variable = { which = owed_cash_money value = 1 } } - } - } - owner = { set_variable = { which = owed_cash_money value = 10 } } - } - random_owned = { - limit = { owner = { money = 10000 } } - owner = { treasury = -10000 } - } - set_global_flag = PlanWorldFair - set_country_flag = world_fair_planner - } - option = { - name = "EVTOPTB30000" # maybe another time - prestige = -5 - } + id = 30000 + + trigger = { + year = 1849 + not = { year = 1935 } + not = { has_global_flag = PlanWorldFair } + war = no + civilized = yes + or = { + industrial_score = 500 # limit to major non-western economies if not a GP + and = { + is_greater_power = yes # nation is a great power + industrial_score = 200 + } + } + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.8 + year = 1870 + } + + modifier = { + factor = 0.01 + tag = FRA + invention = bessemer_steel + NOT = { has_country_flag = the_eiffel_tower_was_built } + } + + modifier = { + factor = 0.8 + year = 1890 + } + modifier = { + factor = 0.8 + year = 1910 + } + } + + title = "EVTNAME30000" + desc = "EVTDESC30000" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30000" # let's organize it + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + check_variable = { which = owed_cash_money value = 9 } + } + } + owner = { change_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { + owner = { + NOT = { money = 10000 } + NOT = { check_variable = { which = owed_cash_money value = 1 } } + } + } + owner = { set_variable = { which = owed_cash_money value = 10 } } + } + random_owned = { + limit = { owner = { money = 10000 } } + owner = { treasury = -10000 } + } + set_global_flag = PlanWorldFair + set_country_flag = world_fair_planner + } + option = { + name = "EVTOPTB30000" # maybe another time + prestige = -5 + } } country_event = { - id = 30001 # hold world fair - - trigger = { - has_global_flag = PlanWorldFair - has_country_flag = world_fair_planner - year = 1849 - not = { - year = 1935 - } - war = no - civilized = yes - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.2 - year = 1855 - } - modifier = { - factor = 0.25 - year = 1870 - } - modifier = { - factor = 0.50 - year = 1885 - } - modifier = { - factor = 0.65 - year = 1890 - } - modifier = { - factor = 0.85 - year = 1900 - } - } - - title = "EVTNAME30001" - desc = "EVTDESC30001" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30001" # hold the fair - prestige = 20 - clr_country_flag = world_fair_planner - clr_global_flag = PlanWorldFair - } + id = 30001 # hold world fair + + trigger = { + has_global_flag = PlanWorldFair + has_country_flag = world_fair_planner + year = 1849 + not = { + year = 1935 + } + war = no + civilized = yes + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.2 + year = 1855 + } + modifier = { + factor = 0.25 + year = 1870 + } + modifier = { + factor = 0.50 + year = 1885 + } + modifier = { + factor = 0.65 + year = 1890 + } + modifier = { + factor = 0.85 + year = 1900 + } + } + + title = "EVTNAME30001" + desc = "EVTDESC30001" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30001" # hold the fair + prestige = 20 + clr_country_flag = world_fair_planner + clr_global_flag = PlanWorldFair + } } country_event = { - id = 30002 - - trigger = { - year = 1849 - not = { year = 1935 } - not = { has_global_flag = PlanRegionalFair } - not = { has_country_flag = regionalfairplanner } - war = no - civilized = yes - or = { - industrial_score = 75 # limit to major non-western economies if not a GP - and = { - is_greater_power = yes # nation is a great power - industrial_score = 50 - } - } - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.8 - year = 1870 - } - modifier = { - factor = 0.8 - year = 1890 - } - modifier = { - factor = 0.8 - year = 1910 - } - } - - title = "EVTNAME30002" - desc = "EVTDESC30002" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30000" # let's organize it - money = -25000 - set_global_flag = PlanRegionalFair - set_country_flag = regionalfairplanner - ai_chance = { - factor = 100 - modifier = { factor = 0 NOT = { money = 25000 } } - } - } - - option = { - name = "EVTOPTB30000" # maybe another time - prestige = -5 - ai_chance = { - factor = 0.01 - modifier = { factor = 100 NOT = { money = 25000 } } - modifier = { factor = 0 money = 25000 } - } - } + id = 30002 + + trigger = { + year = 1849 + not = { year = 1935 } + not = { has_global_flag = PlanRegionalFair } + not = { has_country_flag = regionalfairplanner } + war = no + civilized = yes + or = { + industrial_score = 75 # limit to major non-western economies if not a GP + and = { + is_greater_power = yes # nation is a great power + industrial_score = 50 + } + } + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.8 + year = 1870 + } + modifier = { + factor = 0.8 + year = 1890 + } + modifier = { + factor = 0.8 + year = 1910 + } + } + + title = "EVTNAME30002" + desc = "EVTDESC30002" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30000" # let's organize it + money = -25000 + set_global_flag = PlanRegionalFair + set_country_flag = regionalfairplanner + ai_chance = { + factor = 100 + modifier = { factor = 0 NOT = { money = 25000 } } + } + } + + option = { + name = "EVTOPTB30000" # maybe another time + prestige = -5 + ai_chance = { + factor = 0.01 + modifier = { factor = 100 NOT = { money = 25000 } } + modifier = { factor = 0 money = 25000 } + } + } } country_event = { - id = 30003 # hold regional fair - - trigger = { - has_global_flag = PlanRegionalFair - has_country_flag = regionalfairplanner - year = 1849 - not = { year = 1935 } - war = no - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.2 - year = 1855 - } - modifier = { - factor = 0.25 - year = 1870 - } - modifier = { - factor = 0.50 - year = 1885 - } - modifier = { - factor = 0.65 - year = 1890 - } - modifier = { - factor = 0.85 - year = 1900 - } - } - - title = "EVTNAME30003" - desc = "EVTDESC30003" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30003" # hold the fair - prestige = 10 - clr_global_flag = PlanRegionalFair - clr_country_flag = regionalfairplanner - } + id = 30003 # hold regional fair + + trigger = { + has_global_flag = PlanRegionalFair + has_country_flag = regionalfairplanner + year = 1849 + not = { year = 1935 } + war = no + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.2 + year = 1855 + } + modifier = { + factor = 0.25 + year = 1870 + } + modifier = { + factor = 0.50 + year = 1885 + } + modifier = { + factor = 0.65 + year = 1890 + } + modifier = { + factor = 0.85 + year = 1900 + } + } + + title = "EVTNAME30003" + desc = "EVTDESC30003" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30003" # hold the fair + prestige = 10 + clr_global_flag = PlanRegionalFair + clr_country_flag = regionalfairplanner + } } country_event = { - id = 30004 - - trigger = { - year = 1880 - not = { year = 1935 } - not = { has_global_flag = PlanColonialFair } - not = { has_country_flag = colonialfairplanner } - war = no - colonial_nation = yes - civilized = yes - industrial_score = 50 - } - - mean_time_to_happen = { - months = 800 - - modifier = { - factor = 0.8 - year = 1870 - } - modifier = { - factor = 0.8 - year = 1890 - } - modifier = { - factor = 0.8 - year = 1910 - } - } - - title = "EVTNAME30004" - desc = "EVTDESC30004" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30000" # let's organize it - money = -500 - set_global_flag = PlanColonialFair - set_country_flag = colonialfairplanner - } - option = { - name = "EVTOPTB30000" # maybe another time - prestige = -5 - } + id = 30004 + + trigger = { + year = 1880 + not = { year = 1935 } + not = { has_global_flag = PlanColonialFair } + not = { has_country_flag = colonialfairplanner } + war = no + colonial_nation = yes + civilized = yes + industrial_score = 50 + } + + mean_time_to_happen = { + months = 800 + + modifier = { + factor = 0.8 + year = 1870 + } + modifier = { + factor = 0.8 + year = 1890 + } + modifier = { + factor = 0.8 + year = 1910 + } + } + + title = "EVTNAME30004" + desc = "EVTDESC30004" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30000" # let's organize it + money = -500 + set_global_flag = PlanColonialFair + set_country_flag = colonialfairplanner + } + option = { + name = "EVTOPTB30000" # maybe another time + prestige = -5 + } } country_event = { - id = 30005 # hold colonial fair - - trigger = { - has_global_flag = PlanColonialFair - has_country_flag = colonialfairplanner - year = 1882 - not = { year = 1935 } - war = no - } - - mean_time_to_happen = { - months = 12 - - modifier = { - factor = 0.2 - year = 1885 - } - modifier = { - factor = 0.25 - year = 1890 - } - modifier = { - factor = 0.50 - year = 1895 - } - modifier = { - factor = 0.65 - year = 1900 - } - modifier = { - factor = 0.85 - year = 1905 - } - } - - title = "EVTNAME30005" - desc = "EVTDESC30005" - picture = "Worldsfair" - - option = { - name = "EVTOPTA30005" # hold the fair - prestige = 15 - clr_global_flag = PlanColonialFair - clr_country_flag = colonialfairplanner - } + id = 30005 # hold colonial fair + + trigger = { + has_global_flag = PlanColonialFair + has_country_flag = colonialfairplanner + year = 1882 + not = { year = 1935 } + war = no + } + + mean_time_to_happen = { + months = 12 + + modifier = { + factor = 0.2 + year = 1885 + } + modifier = { + factor = 0.25 + year = 1890 + } + modifier = { + factor = 0.50 + year = 1895 + } + modifier = { + factor = 0.65 + year = 1900 + } + modifier = { + factor = 0.85 + year = 1905 + } + } + + title = "EVTNAME30005" + desc = "EVTDESC30005" + picture = "Worldsfair" + + option = { + name = "EVTOPTA30005" # hold the fair + prestige = 15 + clr_global_flag = PlanColonialFair + clr_country_flag = colonialfairplanner + } } diff --git a/HPM/events/crises.txt b/HPM/events/crises.txt index 2553569f..25463fce 100644 --- a/HPM/events/crises.txt +++ b/HPM/events/crises.txt @@ -1,683 +1,683 @@ # prompts you to declare interest for a starting crisis country_event = { - id = 20000 - title = "EVTNAME20000" - desc = "EVTDESC20000" - picture = "crisis" - - is_triggered_only = yes - - option = { - name = "EVTOPTA20000" # declare interest - add_crisis_interest = yes - any_country = { - limit = { - involved_in_crisis = yes - OR = { - is_greater_power = no - exists = no - } - } - add_country_modifier = { - name = recent_crisis - duration = 3650 - } - } - ai_chance = { - factor = 100 - } - } - option = { - name = "EVTOPTB20000" # decline - prestige_factor = -0.2 - ai_chance = { - factor = 0 - } - } + id = 20000 + title = "EVTNAME20000" + desc = "EVTDESC20000" + picture = "crisis" + + is_triggered_only = yes + + option = { + name = "EVTOPTA20000" # declare interest + add_crisis_interest = yes + any_country = { + limit = { + involved_in_crisis = yes + OR = { + is_greater_power = no + exists = no + } + } + add_country_modifier = { + name = recent_crisis + duration = 3650 + } + } + ai_chance = { + factor = 100 + } + } + option = { + name = "EVTOPTB20000" # decline + prestige_factor = -0.2 + ai_chance = { + factor = 0 + } + } } province_event = { - id = 20100 - title = "EVTNAME20100" #Flashpoint event for GPs - desc = "EVTDESC20100" - picture = "crisis" - trigger = { - has_global_flag = revolution_n_counter_researched - owner = { is_greater_power = yes } - state_scope = { - has_flashpoint = yes - flashpoint_tension = 5 - NOT = { flashpoint_tension = 90 } - } - } - - mean_time_to_happen = { - months = 250 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20100" # - ai_chance = { - factor = 95 - } - state_scope = { - flashpoint_tension = 10 - } - } - option = { - name = "EVTOPTB20100" # - ai_chance = { - factor = 5 - } - - owner = { prestige_factor = -0.15 } - } + id = 20100 + title = "EVTNAME20100" #Flashpoint event for GPs + desc = "EVTDESC20100" + picture = "crisis" + trigger = { + has_global_flag = revolution_n_counter_researched + owner = { is_greater_power = yes } + state_scope = { + has_flashpoint = yes + flashpoint_tension = 5 + NOT = { flashpoint_tension = 90 } + } + } + + mean_time_to_happen = { + months = 250 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20100" # + ai_chance = { + factor = 95 + } + state_scope = { + flashpoint_tension = 10 + } + } + option = { + name = "EVTOPTB20100" # + ai_chance = { + factor = 5 + } + + owner = { prestige_factor = -0.15 } + } } province_event = { - id = 20101 - title = "EVTNAME20101" #Flashpoint event for others - desc = "EVTDESC20101" - picture = "crisis" - - trigger = { - has_global_flag = revolution_n_counter_researched - owner = { is_greater_power = no } - state_scope = { - has_flashpoint = yes - flashpoint_tension = 5 - NOT = { flashpoint_tension = 90 } - } - } - - mean_time_to_happen = { - months = 250 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20101" # - ai_chance = { - factor = 70 - } - state_scope = { - flashpoint_tension = 10 - } - } - option = { - name = "EVTOPTB20101" # decline - ai_chance = { - factor = 30 - } - - owner = { prestige_factor = -0.1 } - } + id = 20101 + title = "EVTNAME20101" #Flashpoint event for others + desc = "EVTDESC20101" + picture = "crisis" + + trigger = { + has_global_flag = revolution_n_counter_researched + owner = { is_greater_power = no } + state_scope = { + has_flashpoint = yes + flashpoint_tension = 5 + NOT = { flashpoint_tension = 90 } + } + } + + mean_time_to_happen = { + months = 250 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20101" # + ai_chance = { + factor = 70 + } + state_scope = { + flashpoint_tension = 10 + } + } + option = { + name = "EVTOPTB20101" # decline + ai_chance = { + factor = 30 + } + + owner = { prestige_factor = -0.1 } + } } country_event = { - id = 20102 - title = "EVTNAME20102" #Claim Crisis GP - desc = "EVTDESC20102" - picture = "crisis" - trigger = { - crisis_exist = yes - involved_in_crisis = yes - is_greater_power = yes - is_claim_crisis = yes - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20102" # - ai_chance = { - factor = 95 - } - add_crisis_temperature = 10 - } - option = { - name = "EVTOPTB20102" # - ai_chance = { - factor = 5 - } - - prestige_factor = -0.15 - } + id = 20102 + title = "EVTNAME20102" #Claim Crisis GP + desc = "EVTDESC20102" + picture = "crisis" + trigger = { + crisis_exist = yes + involved_in_crisis = yes + is_greater_power = yes + is_claim_crisis = yes + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20102" # + ai_chance = { + factor = 95 + } + add_crisis_temperature = 10 + } + option = { + name = "EVTOPTB20102" # + ai_chance = { + factor = 5 + } + + prestige_factor = -0.15 + } } country_event = { - id = 20103 - title = "EVTNAME20103" #Liberation Crisis GP - desc = "EVTDESC20103" - picture = "crisis" - trigger = { - crisis_exist = yes - involved_in_crisis = yes - is_greater_power = yes - is_liberation_crisis = yes - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20103" # - ai_chance = { - factor = 95 - } - add_crisis_temperature = 10 - } - option = { - name = "EVTOPTB20103" # - ai_chance = { - factor = 5 - } - - prestige_factor = -0.15 - } + id = 20103 + title = "EVTNAME20103" #Liberation Crisis GP + desc = "EVTDESC20103" + picture = "crisis" + trigger = { + crisis_exist = yes + involved_in_crisis = yes + is_greater_power = yes + is_liberation_crisis = yes + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20103" # + ai_chance = { + factor = 95 + } + add_crisis_temperature = 10 + } + option = { + name = "EVTOPTB20103" # + ai_chance = { + factor = 5 + } + + prestige_factor = -0.15 + } } country_event = { - id = 20104 - title = "EVTNAME20104" #Claim Crisis non GP, e.g target - desc = "EVTDESC20104" - picture = "crisis" - trigger = { - crisis_exist = yes - involved_in_crisis = yes - is_greater_power = no - is_claim_crisis = yes - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20104" # - ai_chance = { - factor = 70 - } - add_crisis_temperature = 5 - } - option = { - name = "EVTOPTB20104" # decline - ai_chance = { - factor = 30 - } - - # - } + id = 20104 + title = "EVTNAME20104" #Claim Crisis non GP, e.g target + desc = "EVTDESC20104" + picture = "crisis" + trigger = { + crisis_exist = yes + involved_in_crisis = yes + is_greater_power = no + is_claim_crisis = yes + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20104" # + ai_chance = { + factor = 70 + } + add_crisis_temperature = 5 + } + option = { + name = "EVTOPTB20104" # decline + ai_chance = { + factor = 30 + } + + # + } } country_event = { - id = 20105 - title = "EVTNAME20105" #Liberation Crisis non GP - desc = "EVTDESC20105" - picture = "crisis" - - trigger = { - crisis_exist = yes - involved_in_crisis = yes - is_greater_power = no - is_liberation_crisis = yes - } - - mean_time_to_happen = { - months = 24 - - modifier = { - factor = 0.5 - war_policy = jingoism - } - modifier = { - factor = 0.75 - war_policy = pro_military - } - modifier = { - factor = 1.25 - war_policy = anti_military - } - modifier = { - factor = 1.5 - war_policy = pacifism - } - } - - option = { - name = "EVTOPTA20105" # - ai_chance = { - factor = 70 - } - add_crisis_temperature = 5 - } - option = { - name = "EVTOPTB20105" # decline - ai_chance = { - factor = 30 - } - - # - } + id = 20105 + title = "EVTNAME20105" #Liberation Crisis non GP + desc = "EVTDESC20105" + picture = "crisis" + + trigger = { + crisis_exist = yes + involved_in_crisis = yes + is_greater_power = no + is_liberation_crisis = yes + } + + mean_time_to_happen = { + months = 24 + + modifier = { + factor = 0.5 + war_policy = jingoism + } + modifier = { + factor = 0.75 + war_policy = pro_military + } + modifier = { + factor = 1.25 + war_policy = anti_military + } + modifier = { + factor = 1.5 + war_policy = pacifism + } + } + + option = { + name = "EVTOPTA20105" # + ai_chance = { + factor = 70 + } + add_crisis_temperature = 5 + } + option = { + name = "EVTOPTB20105" # decline + ai_chance = { + factor = 30 + } + + # + } } ############################################################# -# # -# New Crisis Events # -# # +# # +# New Crisis Events # +# # ############################################################# #Crisis prevention for Native states province_event = { - id = 20110 - title = "EVTNAME20110" #Natives in $STATENAME$ - desc = "EVTDESC20110" - - trigger = { - owner = { - crisis_exist = no - NOT = { is_culture_group = native_american } - NOT = { year = 1900 } - has_global_flag = revolution_n_counter_researched - } - any_core = { - is_culture_group = native_american - exists = no - } - state_scope = { - has_flashpoint = yes - flashpoint_tension = 50 - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 75 } - } - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 90 } - } - } - - option = { - name = "EVT20110OPTA" - owner = { - badboy = 2 - plurality = -2 - } - state_scope = { - flashpoint_tension = -75 - any_pop = { - limit = { is_culture_group = native_american } - reduce_pop = 0.95 - militancy = -4 - consciousness = -4 - } - } - ai_chance = { - factor = 75 - modifier = { - factor = 0 - owner = { badboy = 0.92 } - } - } - } - - option = { - name = "EVT20110OPTB" - owner = { - prestige_factor = -0.1 - plurality = 1 - any_pop = { - limit = { is_primary_culture = yes } - consciousness = 1 - } - } - state_scope = { - flashpoint_tension = -50 - any_pop = { - limit = { is_culture_group = native_american } - militancy = -2 - consciousness = -2 - } - } - ai_chance = { - factor = 25 - modifier = { - factor = 0.1 - owner = { - OR = { - government = presidential_dictatorship - government = bourgeois_dictatorship - government = proletarian_dictatorship - government = fascist_dictatorship - } - } - } - modifier = { - factor = 0 - owner = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - } - } - } - modifier = { - factor = 0.5 - owner = { citizenship_policy = residency } - } - modifier = { - factor = 2 - owner = { citizenship_policy = full_citizenship } - } - } - } + id = 20110 + title = "EVTNAME20110" #Natives in $STATENAME$ + desc = "EVTDESC20110" + + trigger = { + owner = { + crisis_exist = no + NOT = { is_culture_group = native_american } + NOT = { year = 1900 } + has_global_flag = revolution_n_counter_researched + } + any_core = { + is_culture_group = native_american + exists = no + } + state_scope = { + has_flashpoint = yes + flashpoint_tension = 50 + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 75 } + } + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 90 } + } + } + + option = { + name = "EVT20110OPTA" + owner = { + badboy = 2 + plurality = -2 + } + state_scope = { + flashpoint_tension = -75 + any_pop = { + limit = { is_culture_group = native_american } + reduce_pop = 0.95 + militancy = -4 + consciousness = -4 + } + } + ai_chance = { + factor = 75 + modifier = { + factor = 0 + owner = { badboy = 0.92 } + } + } + } + + option = { + name = "EVT20110OPTB" + owner = { + prestige_factor = -0.1 + plurality = 1 + any_pop = { + limit = { is_primary_culture = yes } + consciousness = 1 + } + } + state_scope = { + flashpoint_tension = -50 + any_pop = { + limit = { is_culture_group = native_american } + militancy = -2 + consciousness = -2 + } + } + ai_chance = { + factor = 25 + modifier = { + factor = 0.1 + owner = { + OR = { + government = presidential_dictatorship + government = bourgeois_dictatorship + government = proletarian_dictatorship + government = fascist_dictatorship + } + } + } + modifier = { + factor = 0 + owner = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + } + } + } + modifier = { + factor = 0.5 + owner = { citizenship_policy = residency } + } + modifier = { + factor = 2 + owner = { citizenship_policy = full_citizenship } + } + } + } } #preventing crises over uncivilized cores province_event = { - id = 20111 - title = "EVTNAME20111" #Trouble in $STATENAME$ - desc = "EVTDESC20111" - - trigger = { - owner = { - crisis_exist = no - has_global_flag = revolution_n_counter_researched - } - state_scope = { - has_flashpoint = yes - flashpoint_tension = 50 - } - NOT = { - any_core = { - ai = yes - civilized = yes - NOT = { tag = THIS } - NOT = { has_country_flag = post_colonial_country } - OR = { - is_cultural_union = no - exists = yes - } - } - } - } - - mean_time_to_happen = { - months = 36 - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 75 } - } - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 90 } - } - } - - option = { - name = "EVT20111OPTA" - state_scope = { - flashpoint_tension = -50 - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - consciousness = 2 - } - } - } + id = 20111 + title = "EVTNAME20111" #Trouble in $STATENAME$ + desc = "EVTDESC20111" + + trigger = { + owner = { + crisis_exist = no + has_global_flag = revolution_n_counter_researched + } + state_scope = { + has_flashpoint = yes + flashpoint_tension = 50 + } + NOT = { + any_core = { + ai = yes + civilized = yes + NOT = { tag = THIS } + NOT = { has_country_flag = post_colonial_country } + OR = { + is_cultural_union = no + exists = yes + } + } + } + } + + mean_time_to_happen = { + months = 36 + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 75 } + } + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 90 } + } + } + + option = { + name = "EVT20111OPTA" + state_scope = { + flashpoint_tension = -50 + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + consciousness = 2 + } + } + } } #preventing crises for countries which have had a recent crisis province_event = { - id = 20112 - title = "EVTNAME20112" #Long Memories - desc = "EVTDESC20112" - - trigger = { - owner = { - crisis_exist = no - has_global_flag = revolution_n_counter_researched - } - state_scope = { - has_flashpoint = yes - flashpoint_tension = 50 - } - any_core = { - NOT = { tag = THIS } - has_country_modifier = recent_crisis - } - } - - mean_time_to_happen = { - months = 12 - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 75 } - } - modifier = { - factor = 0.5 - state_scope = { flashpoint_tension = 90 } - } - } - - option = { - name = "EVT20112OPTA" - state_scope = { - flashpoint_tension = -50 - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - consciousness = 2 - } - } - } + id = 20112 + title = "EVTNAME20112" #Long Memories + desc = "EVTDESC20112" + + trigger = { + owner = { + crisis_exist = no + has_global_flag = revolution_n_counter_researched + } + state_scope = { + has_flashpoint = yes + flashpoint_tension = 50 + } + any_core = { + NOT = { tag = THIS } + has_country_modifier = recent_crisis + } + } + + mean_time_to_happen = { + months = 12 + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 75 } + } + modifier = { + factor = 0.5 + state_scope = { flashpoint_tension = 90 } + } + } + + option = { + name = "EVT20112OPTA" + state_scope = { + flashpoint_tension = -50 + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + consciousness = 2 + } + } + } } #adding tension for high-infamy owners of lands without their cores province_event = { - id = 20115 - title = "EVTNAME20115" #Incident in $STATENAME$ - desc = "EVTDESC20115" - - trigger = { - is_colonial = no - is_primary_culture = no - is_accepted_culture = no - NOT = { is_core = THIS } - NOT = { has_province_modifier = nationalist_agitation } - controlled_by = THIS - owner = { - civilized = yes - crisis_exist = no - badboy = 0.6 - has_global_flag = revolution_n_counter_researched - } - state_scope = { - has_flashpoint = yes - NOT = { flashpoint_tension = 80 } - } - any_core = { - civilized = yes - NOT = { - tag = THIS - is_culture_group = THIS - has_country_modifier = recent_crisis - has_country_flag = post_colonial_country - } - OR = { - is_cultural_union = no - exists = yes - } - } - } - - mean_time_to_happen = { - months = 300 - modifier = { - factor = 2 - NOT = { average_militancy = 3 } - } - modifier = { - factor = 0.8 - average_militancy = 6 - } - modifier = { - factor = 0.9 - owner = { badboy = 0.8 } - } - modifier = { - factor = 0.8 - owner = { badboy = 1 } - } - modifier = { - factor = 0.8 - owner = { badboy = 1.5 } - } - modifier = { - factor = 0.8 - owner = { badboy = 2 } - } - } - - option = { - name = "EVT20115OPTA" - owner = { prestige = -5 } - state_scope = { - flashpoint_tension = 20 - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 2 - consciousness = 4 - } - any_owned = { - limit = { NOT = { is_core = THIS } } - add_province_modifier = { - name = nationalist_agitation - duration = 365 - } - } - } - } - - option = { - name = "EVT20115OPTB" - add_crime = terrorist_cells - state_scope = { - any_pop = { - limit = { - is_primary_culture = no - is_accepted_culture = no - } - militancy = 4 - consciousness = 2 - } - any_owned = { - limit = { NOT = { is_core = THIS } } - add_province_modifier = { - name = nationalist_agitation - duration = 730 - } - } - } - } + id = 20115 + title = "EVTNAME20115" #Incident in $STATENAME$ + desc = "EVTDESC20115" + + trigger = { + is_colonial = no + is_primary_culture = no + is_accepted_culture = no + NOT = { is_core = THIS } + NOT = { has_province_modifier = nationalist_agitation } + controlled_by = THIS + owner = { + civilized = yes + crisis_exist = no + badboy = 0.6 + has_global_flag = revolution_n_counter_researched + } + state_scope = { + has_flashpoint = yes + NOT = { flashpoint_tension = 80 } + } + any_core = { + civilized = yes + NOT = { + tag = THIS + is_culture_group = THIS + has_country_modifier = recent_crisis + has_country_flag = post_colonial_country + } + OR = { + is_cultural_union = no + exists = yes + } + } + } + + mean_time_to_happen = { + months = 300 + modifier = { + factor = 2 + NOT = { average_militancy = 3 } + } + modifier = { + factor = 0.8 + average_militancy = 6 + } + modifier = { + factor = 0.9 + owner = { badboy = 0.8 } + } + modifier = { + factor = 0.8 + owner = { badboy = 1 } + } + modifier = { + factor = 0.8 + owner = { badboy = 1.5 } + } + modifier = { + factor = 0.8 + owner = { badboy = 2 } + } + } + + option = { + name = "EVT20115OPTA" + owner = { prestige = -5 } + state_scope = { + flashpoint_tension = 20 + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 2 + consciousness = 4 + } + any_owned = { + limit = { NOT = { is_core = THIS } } + add_province_modifier = { + name = nationalist_agitation + duration = 365 + } + } + } + } + + option = { + name = "EVT20115OPTB" + add_crime = terrorist_cells + state_scope = { + any_pop = { + limit = { + is_primary_culture = no + is_accepted_culture = no + } + militancy = 4 + consciousness = 2 + } + any_owned = { + limit = { NOT = { is_core = THIS } } + add_province_modifier = { + name = nationalist_agitation + duration = 730 + } + } + } + } } diff --git a/HPM/gfx/interface/eveneed_progress1.tga b/HPM/gfx/interface/eveneed_progress1.tga new file mode 100644 index 00000000..aac055c4 Binary files /dev/null and b/HPM/gfx/interface/eveneed_progress1.tga differ diff --git a/HPM/gfx/interface/liferating_progress1.tga b/HPM/gfx/interface/liferating_progress1.tga new file mode 100644 index 00000000..f11c2c66 Binary files /dev/null and b/HPM/gfx/interface/liferating_progress1.tga differ diff --git a/HPM/gfx/interface/liferating_progress2.tga b/HPM/gfx/interface/liferating_progress2.tga new file mode 100644 index 00000000..17a8720b Binary files /dev/null and b/HPM/gfx/interface/liferating_progress2.tga differ diff --git a/HPM/gfx/interface/luxneed_progress1.tga b/HPM/gfx/interface/luxneed_progress1.tga new file mode 100644 index 00000000..3c6a55d1 Binary files /dev/null and b/HPM/gfx/interface/luxneed_progress1.tga differ diff --git a/HPM/gfx/interface/luxneed_progress2.tga b/HPM/gfx/interface/luxneed_progress2.tga new file mode 100644 index 00000000..92bd44ec Binary files /dev/null and b/HPM/gfx/interface/luxneed_progress2.tga differ diff --git a/HPM/gfx/interface/movement_strip_political.dds b/HPM/gfx/interface/movement_strip_political.dds index d3327c2b..bd3b5f4e 100644 Binary files a/HPM/gfx/interface/movement_strip_political.dds and b/HPM/gfx/interface/movement_strip_political.dds differ diff --git a/HPM/gfx/interface/movement_strip_social.dds b/HPM/gfx/interface/movement_strip_social.dds index 99740bd6..72191304 100644 Binary files a/HPM/gfx/interface/movement_strip_social.dds and b/HPM/gfx/interface/movement_strip_social.dds differ diff --git a/HPM/gfx/pictures/decisions/claim_vorarlberg.dds b/HPM/gfx/pictures/decisions/claim_vorarlberg.dds new file mode 100644 index 00000000..0179a878 Binary files /dev/null and b/HPM/gfx/pictures/decisions/claim_vorarlberg.dds differ diff --git a/HPM/gfx/pictures/events/vorarlberg.tga b/HPM/gfx/pictures/events/vorarlberg.tga new file mode 100644 index 00000000..56645991 Binary files /dev/null and b/HPM/gfx/pictures/events/vorarlberg.tga differ diff --git a/HPM/history/countries/ABK - Abkhazia.txt b/HPM/history/countries/ABK - Abkhazia.txt index b6474cf8..928caab7 100644 --- a/HPM/history/countries/ABK - Abkhazia.txt +++ b/HPM/history/countries/ABK - Abkhazia.txt @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -40,13 +40,13 @@ set_country_flag = orthodox_country ruling_party = ABK_conservative upper_house = { - fascist = 0 - liberal = 15 - conservative = 68 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 15 + conservative = 68 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } decision = abkhazia_1836_setup @@ -68,13 +68,13 @@ nonstate_consciousness = 0 1861.1.1 = { # Technologies - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - no_standard = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - piston_steam_engine = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + no_standard = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + piston_steam_engine = 1 #Inventions } diff --git a/HPM/history/countries/ABU - Abu Dhabi.txt b/HPM/history/countries/ABU - Abu Dhabi.txt index aff3c810..b32bfe75 100644 --- a/HPM/history/countries/ABU - Abu Dhabi.txt +++ b/HPM/history/countries/ABU - Abu Dhabi.txt @@ -1,76 +1,76 @@ -capital = 1167 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = ABU_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 75 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ABU_oob.txt" -1861.1.1 = { - oob = "/1861/ABU_oob.txt" - foreign_weapons = yes_foreign_weapons - - # Technologies - flintlock_rifles = 1 -} - +capital = 1167 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = ABU_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 75 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ABU_oob.txt" +1861.1.1 = { + oob = "/1861/ABU_oob.txt" + foreign_weapons = yes_foreign_weapons + + # Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/AFG - Afghanistan.txt b/HPM/history/countries/AFG - Afghanistan.txt index 82ec0496..781b2cc8 100644 --- a/HPM/history/countries/AFG - Afghanistan.txt +++ b/HPM/history/countries/AFG - Afghanistan.txt @@ -1,73 +1,74 @@ -capital = 1209 -primary_culture = pashtun -culture = tajik -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = AFG_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "AFG_oob.txt" -1861.1.1 = { - oob = "/1861/AFG_oob.txt" -} - -1861.1.1 = { - #Military Reforms - military_constructions = yes_military_constructions -} +capital = 1209 +primary_culture = pashtun +culture = tajik +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = AFG_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "AFG_oob.txt" +1861.1.1 = { + oob = "/1861/AFG_oob.txt" +} + +1861.1.1 = { + #Military Reforms + military_constructions = yes_military_constructions +} diff --git a/HPM/history/countries/AGC - Angoche.txt b/HPM/history/countries/AGC - Angoche.txt index 816d0c0f..8d7c670e 100644 --- a/HPM/history/countries/AGC - Angoche.txt +++ b/HPM/history/countries/AGC - Angoche.txt @@ -1,59 +1,60 @@ -capital = 2061 -primary_culture = swahili -culture = makua -culture = yao -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = AGC_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 60 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "AGC_oob.txt" -1861.1.1 = { - oob = "/1861/AGC_oob.txt" -} +capital = 2061 +primary_culture = swahili +culture = makua +culture = yao +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = AGC_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 60 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "AGC_oob.txt" +1861.1.1 = { + oob = "/1861/AGC_oob.txt" +} diff --git a/HPM/history/countries/AKH - Astrakhan.txt b/HPM/history/countries/AKH - Astrakhan.txt index b3f16b41..c9593908 100644 --- a/HPM/history/countries/AKH - Astrakhan.txt +++ b/HPM/history/countries/AKH - Astrakhan.txt @@ -1,46 +1,47 @@ -capital = 1036 -primary_culture = tatar -religion = sunni -government = hms_government -plurality = 0.02 -nationalvalue = nv_order -literacy = 0.1 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = AKH_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1036 +primary_culture = tatar +religion = sunni +government = hms_government +plurality = 0.02 +nationalvalue = nv_order +literacy = 0.1 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = AKH_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/ALB - Albania.txt b/HPM/history/countries/ALB - Albania.txt index cd8d7a4b..46806f69 100644 --- a/HPM/history/countries/ALB - Albania.txt +++ b/HPM/history/countries/ALB - Albania.txt @@ -1,47 +1,48 @@ -capital = 849 -primary_culture = albanian -religion = sunni -government = absolute_monarchy -plurality = 0.4 -nationalvalue = nv_order -literacy = 0.15 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = ALB_conservative_2 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 849 +primary_culture = albanian +religion = sunni +government = absolute_monarchy +plurality = 0.4 +nationalvalue = nv_order +literacy = 0.15 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = ALB_conservative_2 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/ALD - Aldjazair.txt b/HPM/history/countries/ALD - Aldjazair.txt index edf456ff..16c5e6c1 100644 --- a/HPM/history/countries/ALD - Aldjazair.txt +++ b/HPM/history/countries/ALD - Aldjazair.txt @@ -1,84 +1,85 @@ -capital = 1707 -primary_culture = maghrebi -culture = berber -culture = tuareg -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = ALD_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 75 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ALD_oob.txt" - -1861.1.1 = { - - # Political reforms - slavery = no_slavery - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - army_schools = yes_army_schools - - # Technologies - military_staff_system = 1 - flintlock_rifles = 1 - - # Inventions - -} \ No newline at end of file +capital = 1707 +primary_culture = maghrebi +culture = berber +culture = tuareg +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = ALD_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 75 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ALD_oob.txt" + +1861.1.1 = { + + # Political reforms + slavery = no_slavery + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + army_schools = yes_army_schools + + # Technologies + military_staff_system = 1 + flintlock_rifles = 1 + + # Inventions + +} diff --git a/HPM/history/countries/ALS - Elsass.txt b/HPM/history/countries/ALS - Elsass.txt index e1546b5d..d42bbf43 100644 --- a/HPM/history/countries/ALS - Elsass.txt +++ b/HPM/history/countries/ALS - Elsass.txt @@ -1,48 +1,49 @@ -capital = 409 -primary_culture = south_german -culture = north_german -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.8 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 409 +primary_culture = south_german +culture = north_german +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.8 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = ALS_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 55 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +ruling_party = ALS_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 55 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ALT - Altai Republic.txt b/HPM/history/countries/ALT - Altai Republic.txt index e7f4b4a4..26231842 100644 --- a/HPM/history/countries/ALT - Altai Republic.txt +++ b/HPM/history/countries/ALT - Altai Republic.txt @@ -36,13 +36,13 @@ border_policy = open_borders ruling_party = ALT_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = sunni_country diff --git a/HPM/history/countries/ANG - Angola.txt b/HPM/history/countries/ANG - Angola.txt index 227a2f86..e1ab0864 100644 --- a/HPM/history/countries/ANG - Angola.txt +++ b/HPM/history/countries/ANG - Angola.txt @@ -1,53 +1,54 @@ -capital = 1999 -primary_culture = bakongo -culture = ovimbundu -culture = kavango -culture = lunda -culture = herero -culture = chokwe -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.13 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1999 +primary_culture = bakongo +culture = ovimbundu +culture = kavango +culture = lunda +culture = herero +culture = chokwe +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.13 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = post_colonial_country - -ruling_party = ANG_communist -upper_house = { - fascist = 0 - liberal = 18 - conservative = 69 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +set_country_flag = post_colonial_country + +ruling_party = ANG_communist +upper_house = { + fascist = 0 + liberal = 18 + conservative = 69 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ANH - Anhalt.txt b/HPM/history/countries/ANH - Anhalt.txt index 4a3756c3..bee93634 100644 --- a/HPM/history/countries/ANH - Anhalt.txt +++ b/HPM/history/countries/ANH - Anhalt.txt @@ -1,164 +1,165 @@ -capital = 555 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 555 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = ANH_conservative_2 -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -## Western - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "ANH_oob.txt" -1861.1.1 = { - oob = "/1861/ANH_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = ANH_conservative_2 +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +## Western + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "ANH_oob.txt" +1861.1.1 = { + oob = "/1861/ANH_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + + +#Inventions +} diff --git a/HPM/history/countries/AOT - Aotearoa.txt b/HPM/history/countries/AOT - Aotearoa.txt index d46449a4..e43b7f9b 100644 --- a/HPM/history/countries/AOT - Aotearoa.txt +++ b/HPM/history/countries/AOT - Aotearoa.txt @@ -1,54 +1,55 @@ -capital = 2571 # Tauranga -primary_culture = maori -religion = animist -government = absolute_monarchy -plurality = 0.18 -nationalvalue = nv_equality -literacy = 0.1 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2571 # Tauranga +primary_culture = maori +religion = animist +government = absolute_monarchy +plurality = 0.18 +nationalvalue = nv_equality +literacy = 0.1 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = AOT_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 75 - reactionary = 8 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies -flintlock_rifles = 1 - -# Inventions +set_country_flag = animist_country + +ruling_party = AOT_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 75 + reactionary = 8 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies +flintlock_rifles = 1 + +# Inventions diff --git a/HPM/history/countries/ARA - Arabia.txt b/HPM/history/countries/ARA - Arabia.txt index 37c888cf..83e3d0ab 100644 --- a/HPM/history/countries/ARA - Arabia.txt +++ b/HPM/history/countries/ARA - Arabia.txt @@ -1,120 +1,121 @@ -capital = 1157 -primary_culture = bedouin -culture = mashriqi -religion = sunni -government = absolute_monarchy -plurality = 0.1 -nationalvalue = nv_order -literacy = 0.4 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = ARA_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 75 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies -#Army - Army Doctrine -post_napoleonic_thought = 1 -strategic_mobility = 1 -point_defense_system = 1 -#Army - Light Armament -flintlock_rifles = 1 -muzzle_loaded_rifles = 1 -breech_loaded_rifles = 1 -#Army - Heavy Armament -bronze_muzzle_loaded_artillery = 1 -iron_muzzle_loaded_artillery = 1 -iron_breech_loaded_artillery = 1 -#Army - Military Science -military_staff_system = 1 -military_plans = 1 -military_statistics = 1 -#Army - Army Leadership -army_command_principle = 1 -army_professionalism = 1 -army_decision_making = 1 -#Navy - Naval Doctrine -post_nelsonian_thought = 1 -battleship_column_doctrine = 1 -#Navy - Ship Construction -clipper_design = 1 -steamers = 1 -#Navy - Naval Engineering -naval_design_bureaus = 1 -#Navy - Naval Science -alphabetic_flag_signaling = 1 -#Navy - Naval Leadership -the_command_principle = 1 -#Commerce - Financial Institutions -private_banks = 1 -stock_exchange = 1 -#Commerce - Monetary System -no_standard = 1 -ad_hoc_money_bill_printing = 1 -#Commerce - Economic Thought and Critique -early_classical_theory_and_critique = 1 -late_classical_theory = 1 -#Commerce - Market Functionality -freedom_of_trade = 1 -market_structure = 1 -#Commerce - Organization -guild_based_production = 1 -#Culture - Aesthetics -classicism_n_early_romanticism = 1 -#Culture - Philosophy -late_enlightenment_philosophy = 1 -#Culture - Social Thought -malthusian_thought = 1 -#Culture - Political Thought -enlightenment_thought = 1 -ideological_thought = 1 -state_n_government = 1 -#Culture - Psychology -introspectionism = 1 -#Industry - Power -piston_steam_engine = 1 -high_pressure_steam_engine = 1 -#Industry - Mechanization -mechanical_production = 1 -interchangeable_parts = 1 -#Industry - Metallurgy -hot_blast = 1 -#Industry - Infrastructure -experimental_railroad = 1 -#Industry - Chemistry and Electricity -basic_chemistry = 1 -medicine = 1 +capital = 1157 +primary_culture = bedouin +culture = mashriqi +religion = sunni +government = absolute_monarchy +plurality = 0.1 +nationalvalue = nv_order +literacy = 0.4 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = ARA_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 75 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies +#Army - Army Doctrine +post_napoleonic_thought = 1 +strategic_mobility = 1 +point_defense_system = 1 +#Army - Light Armament +flintlock_rifles = 1 +muzzle_loaded_rifles = 1 +breech_loaded_rifles = 1 +#Army - Heavy Armament +bronze_muzzle_loaded_artillery = 1 +iron_muzzle_loaded_artillery = 1 +iron_breech_loaded_artillery = 1 +#Army - Military Science +military_staff_system = 1 +military_plans = 1 +military_statistics = 1 +#Army - Army Leadership +army_command_principle = 1 +army_professionalism = 1 +army_decision_making = 1 +#Navy - Naval Doctrine +post_nelsonian_thought = 1 +battleship_column_doctrine = 1 +#Navy - Ship Construction +clipper_design = 1 +steamers = 1 +#Navy - Naval Engineering +naval_design_bureaus = 1 +#Navy - Naval Science +alphabetic_flag_signaling = 1 +#Navy - Naval Leadership +the_command_principle = 1 +#Commerce - Financial Institutions +private_banks = 1 +stock_exchange = 1 +#Commerce - Monetary System +no_standard = 1 +ad_hoc_money_bill_printing = 1 +#Commerce - Economic Thought and Critique +early_classical_theory_and_critique = 1 +late_classical_theory = 1 +#Commerce - Market Functionality +freedom_of_trade = 1 +market_structure = 1 +#Commerce - Organization +guild_based_production = 1 +#Culture - Aesthetics +classicism_n_early_romanticism = 1 +#Culture - Philosophy +late_enlightenment_philosophy = 1 +#Culture - Social Thought +malthusian_thought = 1 +#Culture - Political Thought +enlightenment_thought = 1 +ideological_thought = 1 +state_n_government = 1 +#Culture - Psychology +introspectionism = 1 +#Industry - Power +piston_steam_engine = 1 +high_pressure_steam_engine = 1 +#Industry - Mechanization +mechanical_production = 1 +interchangeable_parts = 1 +#Industry - Metallurgy +hot_blast = 1 +#Industry - Infrastructure +experimental_railroad = 1 +#Industry - Chemistry and Electricity +basic_chemistry = 1 +medicine = 1 diff --git a/HPM/history/countries/ARC - Argentine Conf.txt b/HPM/history/countries/ARC - Argentine Conf.txt index 07f742da..8797109e 100644 --- a/HPM/history/countries/ARC - Argentine Conf.txt +++ b/HPM/history/countries/ARC - Argentine Conf.txt @@ -1,76 +1,76 @@ -capital = 2348 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_equality -literacy = 0.13 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2348 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_equality +literacy = 0.13 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ARG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "ARC_oob.txt" - +set_country_flag = catholic_country + +ruling_party = ARG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "ARC_oob.txt" diff --git a/HPM/history/countries/ARG - Argentina.txt b/HPM/history/countries/ARG - Argentina.txt index e2de241b..178cdc8e 100644 --- a/HPM/history/countries/ARG - Argentina.txt +++ b/HPM/history/countries/ARG - Argentina.txt @@ -1,166 +1,167 @@ -capital = 2348 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_liberty -literacy = 0.12 -non_state_culture_literacy = 0.02 -civilized = yes -prestige = 5 - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# Political reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2348 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_liberty +literacy = 0.12 +non_state_culture_literacy = 0.02 +civilized = yes +prestige = 5 + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# Political reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ARG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "ARG_oob.txt" -1861.1.1 = { - oob = "/1861/ARG_oob.txt" -} -1861.1.1 = { -capital = 2348 -primary_culture = platinean -religion = catholic -government = democracy -plurality = 60 -nationalvalue = nv_order -literacy = 0.17 -non_state_culture_literacy = 0.02 -prestige = 12 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -ruling_party = ARG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = ARG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "ARG_oob.txt" +1861.1.1 = { + oob = "/1861/ARG_oob.txt" +} +1861.1.1 = { +capital = 2348 +primary_culture = platinean +religion = catholic +government = democracy +plurality = 60 +nationalvalue = nv_order +literacy = 0.17 +non_state_culture_literacy = 0.02 +prestige = 12 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +ruling_party = ARG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/ARM - Armenia.txt b/HPM/history/countries/ARM - Armenia.txt index e2c12252..d2e9bcee 100644 --- a/HPM/history/countries/ARM - Armenia.txt +++ b/HPM/history/countries/ARM - Armenia.txt @@ -1,54 +1,55 @@ -capital = 1098 -primary_culture = armenian -religion = coptic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1098 +primary_culture = armenian +religion = coptic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = ARM_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 75 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = coptic_country + +ruling_party = ARM_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 75 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/ARO - Aro.txt b/HPM/history/countries/ARO - Aro.txt index fc467bfc..9e39577c 100644 --- a/HPM/history/countries/ARO - Aro.txt +++ b/HPM/history/countries/ARO - Aro.txt @@ -1,75 +1,76 @@ -capital = 1935 -primary_culture = ibo -culture = tiv -culture = ibibio -culture = edo -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1935 +primary_culture = ibo +culture = tiv +culture = ibibio +culture = edo +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = ARO_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ARO_oob.txt" -1861.1.1 = { - oob = "/1861/ARO_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = ARO_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ARO_oob.txt" +1861.1.1 = { + oob = "/1861/ARO_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/ARU - Arab Union.txt b/HPM/history/countries/ARU - Arab Union.txt index d0429b3f..65273e5e 100644 --- a/HPM/history/countries/ARU - Arab Union.txt +++ b/HPM/history/countries/ARU - Arab Union.txt @@ -1,50 +1,51 @@ -capital = 926 -primary_culture = mashriqi -culture = bedouin -culture = misri -religion = sunni -government = absolute_monarchy -plurality = 0.2 -nationalvalue = nv_autocracy -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = ARA_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 926 +primary_culture = mashriqi +culture = bedouin +culture = misri +religion = sunni +government = absolute_monarchy +plurality = 0.2 +nationalvalue = nv_autocracy +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = ARA_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/ASH - Ashanti.txt b/HPM/history/countries/ASH - Ashanti.txt index b8a1a78c..3c3aea85 100644 --- a/HPM/history/countries/ASH - Ashanti.txt +++ b/HPM/history/countries/ASH - Ashanti.txt @@ -1,74 +1,75 @@ -capital = 1911 -primary_culture = akan -culture = gur -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1911 +primary_culture = akan +culture = gur +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = ASH_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 60 - reactionary = 40 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#foreign_weapons = yes_foreign_weapons -# Technologies -#flintlock_rifles = 1 - - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ASH_oob.txt" -1861.1.1 = { - oob = "/1861/ASH_oob.txt" -} -1861.1.1 = { - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = ASH_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 60 + reactionary = 40 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#foreign_weapons = yes_foreign_weapons +# Technologies +#flintlock_rifles = 1 + + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ASH_oob.txt" +1861.1.1 = { + oob = "/1861/ASH_oob.txt" +} +1861.1.1 = { + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +} diff --git a/HPM/history/countries/ASM - Assam.txt b/HPM/history/countries/ASM - Assam.txt index 3d3aae94..f38c8e9d 100644 --- a/HPM/history/countries/ASM - Assam.txt +++ b/HPM/history/countries/ASM - Assam.txt @@ -1,54 +1,54 @@ -capital = 1258 -primary_culture = assamese -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1258 +primary_culture = assamese +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = ASM_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = ASM_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/AST - Australia.txt b/HPM/history/countries/AST - Australia.txt index b73e4068..a24c35ea 100644 --- a/HPM/history/countries/AST - Australia.txt +++ b/HPM/history/countries/AST - Australia.txt @@ -1,55 +1,56 @@ -capital = 2476 -primary_culture = australian -religion = protestant -government = hms_government -plurality = 0.98 -nationalvalue = nv_order -literacy = 0.7 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = trinket_safety -health_care = trinket_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2476 +primary_culture = australian +religion = protestant +government = hms_government +plurality = 0.98 +nationalvalue = nv_order +literacy = 0.7 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = trinket_safety +health_care = trinket_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = AST_liberal_2 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 50 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = AST_liberal_2 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 50 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/ASY - Assyria.txt b/HPM/history/countries/ASY - Assyria.txt index 2962e85f..2fc8c423 100644 --- a/HPM/history/countries/ASY - Assyria.txt +++ b/HPM/history/countries/ASY - Assyria.txt @@ -1,49 +1,50 @@ -capital = 913 -primary_culture = assyrian -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.06 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 913 +primary_culture = assyrian +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.06 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ARM_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school +set_country_flag = catholic_country + +ruling_party = ARM_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school diff --git a/HPM/history/countries/ATC - Antillean Conf.txt b/HPM/history/countries/ATC - Antillean Conf.txt index e91f0c79..9fa6fd7a 100644 --- a/HPM/history/countries/ATC - Antillean Conf.txt +++ b/HPM/history/countries/ATC - Antillean Conf.txt @@ -1,49 +1,50 @@ -capital = 2209 -primary_culture = caribeno -religion = catholic -government = presidential_dictatorship -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2209 +primary_culture = caribeno +religion = catholic +government = presidential_dictatorship +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = DOM_liberal -upper_house = { - fascist = 0 - liberal = 59 - conservative = 29 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = DOM_liberal +upper_house = { + fascist = 0 + liberal = 59 + conservative = 29 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/ATJ - Atjeh.txt b/HPM/history/countries/ATJ - Atjeh.txt index f5779f47..f0b5af06 100644 --- a/HPM/history/countries/ATJ - Atjeh.txt +++ b/HPM/history/countries/ATJ - Atjeh.txt @@ -1,65 +1,66 @@ -capital = 1405 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = ATJ_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -oob = "ATJ_oob.txt" -1861.1.1 = { - oob = "/1861/ATJ_oob.txt" -} +capital = 1405 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = ATJ_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +oob = "ATJ_oob.txt" +1861.1.1 = { + oob = "/1861/ATJ_oob.txt" +} diff --git a/HPM/history/countries/ATR - Asturias.txt b/HPM/history/countries/ATR - Asturias.txt index 45126f25..d9ede946 100644 --- a/HPM/history/countries/ATR - Asturias.txt +++ b/HPM/history/countries/ATR - Asturias.txt @@ -1,49 +1,50 @@ -capital = 475 -primary_culture = spanish -culture = basque -religion = catholic -government = hms_government -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.13 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 475 +primary_culture = spanish +culture = basque +religion = catholic +government = hms_government +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.13 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ATR_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = ATR_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/AUS - Austria.txt b/HPM/history/countries/AUS - Austria.txt index 46cf5ca0..557da42a 100644 --- a/HPM/history/countries/AUS - Austria.txt +++ b/HPM/history/countries/AUS - Austria.txt @@ -1,169 +1,170 @@ -capital = 619 -primary_culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 10.0 -nationalvalue = nv_autocracy -literacy = 0.45 -civilized = yes - -#GreaterPowers = prestige -prestige = 100 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 619 +primary_culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 10.0 +nationalvalue = nv_autocracy +literacy = 0.45 +civilized = yes + +#GreaterPowers = prestige +prestige = 100 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -decision = AUS_setup_1836 - -ruling_party = AUS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 61 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 1 -nonstate_consciousness = 3 - -schools = army_tech_school - -foreign_investment = { - BAV = 7500 - WUR = 5000 - BAD = 5000 -} - -oob = "AUS_oob.txt" -1861.1.1 = { - oob = "/1861/AUS_oob.txt" - prestige = 110 -} -1861.1.1 = { - ruling_party = AUS_conservative_3 - plurality = 60 - literacy = 0.60 - non_state_culture_literacy = 0.15 - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +decision = AUS_setup_1836 + +ruling_party = AUS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 61 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 1 +nonstate_consciousness = 3 + +schools = army_tech_school + +foreign_investment = { + BAV = 7500 + WUR = 5000 + BAD = 5000 +} + +oob = "AUS_oob.txt" +1861.1.1 = { + oob = "/1861/AUS_oob.txt" + prestige = 110 +} +1861.1.1 = { + ruling_party = AUS_conservative_3 + plurality = 60 + literacy = 0.60 + non_state_culture_literacy = 0.15 + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/AWA - Awadh.txt b/HPM/history/countries/AWA - Awadh.txt index 315ec336..55b3eef0 100644 --- a/HPM/history/countries/AWA - Awadh.txt +++ b/HPM/history/countries/AWA - Awadh.txt @@ -1,52 +1,53 @@ -capital = 1244 -primary_culture = avadhi -religion = shiite -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -non_state_culture_literacy = 0.01 - -ruling_party = AWA_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "AWA_oob.txt" - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -set_country_flag = shiite_country +capital = 1244 +primary_culture = avadhi +religion = shiite +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +non_state_culture_literacy = 0.01 + +ruling_party = AWA_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "AWA_oob.txt" + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +set_country_flag = shiite_country diff --git a/HPM/history/countries/AWS - Awsa.txt b/HPM/history/countries/AWS - Awsa.txt index ab152fe4..49a622eb 100644 --- a/HPM/history/countries/AWS - Awsa.txt +++ b/HPM/history/countries/AWS - Awsa.txt @@ -1,61 +1,62 @@ -capital = 1851 -primary_culture = afar -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = AWS_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "AWS_oob.txt" -1861.1.1 = { - oob = "/1861/AWS_oob.txt" -} +capital = 1851 +primary_culture = afar +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = AWS_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "AWS_oob.txt" +1861.1.1 = { + oob = "/1861/AWS_oob.txt" +} diff --git a/HPM/history/countries/AZA - Azande.txt b/HPM/history/countries/AZA - Azande.txt index 206cd1ce..0e43a2cb 100644 --- a/HPM/history/countries/AZA - Azande.txt +++ b/HPM/history/countries/AZA - Azande.txt @@ -1,49 +1,50 @@ -capital = 1998 -primary_culture = azande -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.03 - - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1998 +primary_culture = azande +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.03 + + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = AZA_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system +set_country_flag = animist_country + +ruling_party = AZA_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/AZB - Azerbaijan.txt b/HPM/history/countries/AZB - Azerbaijan.txt index 3a644311..1b198805 100644 --- a/HPM/history/countries/AZB - Azerbaijan.txt +++ b/HPM/history/countries/AZB - Azerbaijan.txt @@ -1,117 +1,118 @@ -capital = 1102 -primary_culture = azerbaijani -culture = turkish -religion = sunni -government = democracy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.28 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = AZB_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 1 - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - basic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions -} +capital = 1102 +primary_culture = azerbaijani +culture = turkish +religion = sunni +government = democracy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.28 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = AZB_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 1 + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + basic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/BAB - Babylonia.txt b/HPM/history/countries/BAB - Babylonia.txt index 1ae69bf0..0f5d174c 100644 --- a/HPM/history/countries/BAB - Babylonia.txt +++ b/HPM/history/countries/BAB - Babylonia.txt @@ -24,7 +24,7 @@ work_hours = fourteen_hours safety_regulations = trinket_safety health_care = trinket_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -38,13 +38,13 @@ border_policy = open_borders ruling_party = BAB_conservative last_election = 1834.1.1 upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = sunni_country @@ -66,13 +66,13 @@ nonstate_consciousness = 1 1861.1.1 = { # Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - no_standard = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + no_standard = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 #Inventions } diff --git a/HPM/history/countries/BAD - Baden.txt b/HPM/history/countries/BAD - Baden.txt index 841b3b77..ed63761b 100644 --- a/HPM/history/countries/BAD - Baden.txt +++ b/HPM/history/countries/BAD - Baden.txt @@ -1,153 +1,154 @@ -capital = 586 -primary_culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 586 +primary_culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BAD_conservative_2 -upper_house = { - fascist = 0 - liberal = 32 - conservative = 58 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "BAD_oob.txt" -1861.1.1 = { - oob = "/1861/BAD_oob.txt" - plurality = 60 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = BAD_conservative_2 +upper_house = { + fascist = 0 + liberal = 32 + conservative = 58 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "BAD_oob.txt" +1861.1.1 = { + oob = "/1861/BAD_oob.txt" + plurality = 60 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/BAH - Bahia.txt b/HPM/history/countries/BAH - Bahia.txt index 38172abe..e85a5274 100644 --- a/HPM/history/countries/BAH - Bahia.txt +++ b/HPM/history/countries/BAH - Bahia.txt @@ -1,51 +1,52 @@ -capital = 2436 -primary_culture = brazilian -culture = afro_brazilian -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.08 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2436 +primary_culture = brazilian +culture = afro_brazilian +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.08 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BAH_conservative -last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = BAH_conservative +last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/BAL - Bali.txt b/HPM/history/countries/BAL - Bali.txt index c9a5eb71..abba5ce4 100644 --- a/HPM/history/countries/BAL - Bali.txt +++ b/HPM/history/countries/BAL - Bali.txt @@ -1,73 +1,71 @@ -capital = 1438 -primary_culture = malay -culture = moluccan -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1438 +primary_culture = malay +culture = moluccan +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BAL_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 75 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = BAL_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 75 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes #modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "BAL_oob.txt" -1861.1.1 = { - oob = "/1861/BAL_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - - - +#big_sail_support = yes + +oob = "BAL_oob.txt" +1861.1.1 = { + oob = "/1861/BAL_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BAN - Banat.txt b/HPM/history/countries/BAN - Banat.txt index 6feaa4a5..3a860f50 100644 --- a/HPM/history/countries/BAN - Banat.txt +++ b/HPM/history/countries/BAN - Banat.txt @@ -1,48 +1,49 @@ -capital = 652 -primary_culture = south_german -culture = hungarian -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 652 +primary_culture = south_german +culture = hungarian +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BAN_liberal -upper_house = { - fascist = 0 - liberal = 45 - conservative = 49 - reactionary = 6 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = BAN_liberal +upper_house = { + fascist = 0 + liberal = 45 + conservative = 49 + reactionary = 6 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BAS - Bastar.txt b/HPM/history/countries/BAS - Bastar.txt index 287d4e63..db3fa46c 100644 --- a/HPM/history/countries/BAS - Bastar.txt +++ b/HPM/history/countries/BAS - Bastar.txt @@ -1,85 +1,86 @@ -capital = 1279 -primary_culture = telegu -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1279 +primary_culture = telegu +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BAS_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = BAS_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BAS_oob.txt" -1861.1.1 = { - oob = "/1861/BAS_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 -} -1861.1.1 = { - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BAS_oob.txt" +1861.1.1 = { + oob = "/1861/BAS_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 +} +1861.1.1 = { + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + # Inventions #bottling_process = yes - -} \ No newline at end of file + +} diff --git a/HPM/history/countries/BAV - Bavaria.txt b/HPM/history/countries/BAV - Bavaria.txt index 7216d4c6..508ee997 100644 --- a/HPM/history/countries/BAV - Bavaria.txt +++ b/HPM/history/countries/BAV - Bavaria.txt @@ -1,155 +1,156 @@ -capital = 599 -primary_culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 15.0 -nationalvalue = nv_order -literacy = 0.7 -civilized = yes -prestige = 6 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 599 +primary_culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 15.0 +nationalvalue = nv_order +literacy = 0.7 +civilized = yes +prestige = 6 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BAY_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -schools = industrial_tech_school - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "BAV_oob.txt" -1861.1.1 = { - oob = "/1861/BAV_oob.txt" -} -1861.1.1 = { - -plurality = 60 - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = BAY_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +schools = industrial_tech_school + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "BAV_oob.txt" +1861.1.1 = { + oob = "/1861/BAV_oob.txt" +} +1861.1.1 = { + +plurality = 60 + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/BDK - Badakhshan.txt b/HPM/history/countries/BDK - Badakhshan.txt index f6a94226..357f264d 100644 --- a/HPM/history/countries/BDK - Badakhshan.txt +++ b/HPM/history/countries/BDK - Badakhshan.txt @@ -1,68 +1,68 @@ -capital = 1210 -primary_culture = uzbek -culture = tajik -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = BUK_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BDK_oob.txt" -1861.1.1 = { - oob = "/1861/BUK_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - +capital = 1210 +primary_culture = uzbek +culture = tajik +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = BUK_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BDK_oob.txt" +1861.1.1 = { + oob = "/1861/BUK_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BDN - Bahdinan.txt b/HPM/history/countries/BDN - Bahdinan.txt index b01ec307..64593e27 100644 --- a/HPM/history/countries/BDN - Bahdinan.txt +++ b/HPM/history/countries/BDN - Bahdinan.txt @@ -1,63 +1,63 @@ -capital = 892 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "BDN_oob.txt" - +capital = 892 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "BDN_oob.txt" diff --git a/HPM/history/countries/BEL - Belgium.txt b/HPM/history/countries/BEL - Belgium.txt index 9cf28e0f..ad7d693c 100644 --- a/HPM/history/countries/BEL - Belgium.txt +++ b/HPM/history/countries/BEL - Belgium.txt @@ -1,168 +1,169 @@ -capital = 387 -primary_culture = wallonian -culture = flemish -culture = picard -religion = catholic -government = hms_government -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.45 -non_state_culture_literacy = 0.5 #Germans/Dutch -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = fourteen_hours -safety_regulations = trinket_safety -health_care = trinket_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 387 +primary_culture = wallonian +culture = flemish +culture = picard +religion = catholic +government = hms_government +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.45 +non_state_culture_literacy = 0.5 #Germans/Dutch +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = fourteen_hours +safety_regulations = trinket_safety +health_care = trinket_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BEL_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -experimental_railroad = 1 -high_pressure_steam_engine = 1 -interchangeable_parts = 1 - -#Inventions - -# Starting Consciousness -consciousness = 4 -nonstate_consciousness = 2 - -oob = "BEL_oob.txt" -1861.1.1 = { - oob = "/1861/BEL_oob.txt" - plurality = 60 - literacy = 0.65 - non_state_culture_literacy = 0.65 -} -1861.1.1 = { -ruling_party = BEL_liberal - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = BEL_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +experimental_railroad = 1 +high_pressure_steam_engine = 1 +interchangeable_parts = 1 + +#Inventions + +# Starting Consciousness +consciousness = 4 +nonstate_consciousness = 2 + +oob = "BEL_oob.txt" +1861.1.1 = { + oob = "/1861/BEL_oob.txt" + plurality = 60 + literacy = 0.65 + non_state_culture_literacy = 0.65 +} +1861.1.1 = { +ruling_party = BEL_liberal + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/BEN - Benin.txt b/HPM/history/countries/BEN - Benin.txt index eb65f2e2..5f30c58a 100644 --- a/HPM/history/countries/BEN - Benin.txt +++ b/HPM/history/countries/BEN - Benin.txt @@ -1,65 +1,66 @@ -capital = 1928 -primary_culture = edo -culture = east_kwa -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1928 +primary_culture = edo +culture = east_kwa +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = BEN_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BEN_oob.txt" -1861.1.1 = { - oob = "/1861/BEN_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = BEN_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BEN_oob.txt" +1861.1.1 = { + oob = "/1861/BEN_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BER - Beroda.txt b/HPM/history/countries/BER - Beroda.txt index e909f863..8aa21595 100644 --- a/HPM/history/countries/BER - Beroda.txt +++ b/HPM/history/countries/BER - Beroda.txt @@ -1,85 +1,86 @@ -capital = 1295 -primary_culture = gujarati -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1295 +primary_culture = gujarati +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BER_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = BER_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BER_oob.txt" -1861.1.1 = { - oob = "/1861/BER_oob.txt" -} -1861.1.1 = { - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} \ No newline at end of file +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BER_oob.txt" +1861.1.1 = { + oob = "/1861/BER_oob.txt" +} +1861.1.1 = { + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/BHO - Bhopal.txt b/HPM/history/countries/BHO - Bhopal.txt index 169dd764..1f33ce8f 100644 --- a/HPM/history/countries/BHO - Bhopal.txt +++ b/HPM/history/countries/BHO - Bhopal.txt @@ -1,83 +1,84 @@ -capital = 1272 -primary_culture = marathi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1272 +primary_culture = marathi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BHO_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = BHO_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BHO_oob.txt" -1861.1.1 = { - oob = "/1861/BHO_oob.txt" -} -1861.1.1 = { - literacy = 0.10 - non_state_culture_literacy = 0.10 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 -} \ No newline at end of file +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BHO_oob.txt" +1861.1.1 = { + oob = "/1861/BHO_oob.txt" +} +1861.1.1 = { + literacy = 0.10 + non_state_culture_literacy = 0.10 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 +} diff --git a/HPM/history/countries/BHP - Bahawalpur.txt b/HPM/history/countries/BHP - Bahawalpur.txt index b9cfb66b..a850ea76 100644 --- a/HPM/history/countries/BHP - Bahawalpur.txt +++ b/HPM/history/countries/BHP - Bahawalpur.txt @@ -1,57 +1,58 @@ -capital = 1231 -primary_culture = panjabi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SIN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 +capital = 1231 +primary_culture = panjabi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SIN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/BHR - Bahrain.txt b/HPM/history/countries/BHR - Bahrain.txt index 2626a7bb..fa101722 100644 --- a/HPM/history/countries/BHR - Bahrain.txt +++ b/HPM/history/countries/BHR - Bahrain.txt @@ -1,68 +1,69 @@ -capital = 1162 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = BHR_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BHR_oob.txt" -1861.1.1 = { - oob = "/1861/BHR_oob.txt" -} +capital = 1162 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = BHR_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BHR_oob.txt" +1861.1.1 = { + oob = "/1861/BHR_oob.txt" +} diff --git a/HPM/history/countries/BHT - Bohtan.txt b/HPM/history/countries/BHT - Bohtan.txt index 07dccab8..cf1044f2 100644 --- a/HPM/history/countries/BHT - Bohtan.txt +++ b/HPM/history/countries/BHT - Bohtan.txt @@ -1,63 +1,63 @@ -capital = 2414 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "BHT_oob.txt" - +capital = 2414 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "BHT_oob.txt" diff --git a/HPM/history/countries/BHU - Bhutan.txt b/HPM/history/countries/BHU - Bhutan.txt index c6ba3b68..4b4e95d4 100644 --- a/HPM/history/countries/BHU - Bhutan.txt +++ b/HPM/history/countries/BHU - Bhutan.txt @@ -1,76 +1,77 @@ -capital = 1329 -primary_culture = tibetan -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1329 +primary_culture = tibetan +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = closed_borders -set_country_flag = gelugpa_country - -ruling_party = BHU_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 74 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = gelugpa_country + +ruling_party = BHU_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 74 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "BHU_oob.txt" -1861.1.1 = { - oob = "/1861/BHU_oob.txt" -} -1861.1.1 = { - - literacy = 0.04 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 - -} \ No newline at end of file +#big_sail_support = yes + +oob = "BHU_oob.txt" +1861.1.1 = { + oob = "/1861/BHU_oob.txt" +} +1861.1.1 = { + + literacy = 0.04 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/BIH - Bihar.txt b/HPM/history/countries/BIH - Bihar.txt index 8494959c..953f4b62 100644 --- a/HPM/history/countries/BIH - Bihar.txt +++ b/HPM/history/countries/BIH - Bihar.txt @@ -1,54 +1,55 @@ -capital = 1247 -primary_culture = bihari -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 -non_state_culture_literacy = 0.05 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1247 +primary_culture = bihari +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 +non_state_culture_literacy = 0.05 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -ruling_party = BIH_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +#big_sail_support = yes + +ruling_party = BIH_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BIK - Bikaner.txt b/HPM/history/countries/BIK - Bikaner.txt index 27b8646a..7918c4d0 100644 --- a/HPM/history/countries/BIK - Bikaner.txt +++ b/HPM/history/countries/BIK - Bikaner.txt @@ -1,80 +1,81 @@ -capital = 1267 -primary_culture = rajput -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1267 +primary_culture = rajput +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BIK_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = BIK_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BIK_oob.txt" -1861.1.1 = { - oob = "/1861/BIK_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BIK_oob.txt" +1861.1.1 = { + oob = "/1861/BIK_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 +} diff --git a/HPM/history/countries/BKF - Burkina Faso.txt b/HPM/history/countries/BKF - Burkina Faso.txt index 15f8d0ba..5bbdd51b 100644 --- a/HPM/history/countries/BKF - Burkina Faso.txt +++ b/HPM/history/countries/BKF - Burkina Faso.txt @@ -43,18 +43,17 @@ set_country_flag = sunni_country set_country_flag = post_colonial_country govt_flag = { - government = presidential_dictatorship - flag = theocracy + government = presidential_dictatorship + flag = theocracy } ruling_party = BKF_communist upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - diff --git a/HPM/history/countries/BKV - Bukovina.txt b/HPM/history/countries/BKV - Bukovina.txt index f746ff92..42f89c66 100644 --- a/HPM/history/countries/BKV - Bukovina.txt +++ b/HPM/history/countries/BKV - Bukovina.txt @@ -1,48 +1,49 @@ -capital = 662 -primary_culture = romanian -culture = ukrainian -religion = orthodox -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 662 +primary_culture = romanian +culture = ukrainian +religion = orthodox +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = MOL_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 59 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = MOL_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 59 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BLC - Baluchistan.txt b/HPM/history/countries/BLC - Baluchistan.txt index 5baca54d..fa74ced3 100644 --- a/HPM/history/countries/BLC - Baluchistan.txt +++ b/HPM/history/countries/BLC - Baluchistan.txt @@ -1,47 +1,48 @@ -capital = 1222 -primary_culture = baluchi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KAL_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1222 +primary_culture = baluchi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KAL_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/BLZ - Belize.txt b/HPM/history/countries/BLZ - Belize.txt index 23645509..62b346d6 100644 --- a/HPM/history/countries/BLZ - Belize.txt +++ b/HPM/history/countries/BLZ - Belize.txt @@ -1,48 +1,49 @@ -capital = 2190 -primary_culture = central_american -religion = protestant -government = democracy -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.55 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2190 +primary_culture = central_american +religion = protestant +government = democracy +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.55 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country -set_country_flag = new_world_nation - -ruling_party = JAM_liberal -upper_house = { - fascist = 0 - liberal = 55 - conservative = 24 - reactionary = 15 - anarcho_liberal = 6 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country +set_country_flag = new_world_nation + +ruling_party = JAM_liberal +upper_house = { + fascist = 0 + liberal = 55 + conservative = 24 + reactionary = 15 + anarcho_liberal = 6 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BNB - Baban.txt b/HPM/history/countries/BNB - Baban.txt index 13c2c6b5..9e8515da 100644 --- a/HPM/history/countries/BNB - Baban.txt +++ b/HPM/history/countries/BNB - Baban.txt @@ -1,62 +1,63 @@ -capital = 925 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "BNB_oob.txt" +capital = 925 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "BNB_oob.txt" diff --git a/HPM/history/countries/BNG - Bengal.txt b/HPM/history/countries/BNG - Bengal.txt index fd66ea08..c579a2ee 100644 --- a/HPM/history/countries/BNG - Bengal.txt +++ b/HPM/history/countries/BNG - Bengal.txt @@ -1,54 +1,55 @@ -capital = 1251 -primary_culture = bengali -culture = bihari -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1251 +primary_culture = bengali +culture = bihari +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -ruling_party = BNG_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +#big_sail_support = yes + +ruling_party = BNG_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BOH - Bohemia.txt b/HPM/history/countries/BOH - Bohemia.txt index 6ed7fc2d..d81e9b85 100644 --- a/HPM/history/countries/BOH - Bohemia.txt +++ b/HPM/history/countries/BOH - Bohemia.txt @@ -1,53 +1,54 @@ -capital = 625 -primary_culture = czech -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.7 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 625 +primary_culture = czech +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.7 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BOH_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = BOH_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/BOL - Bolivia.txt b/HPM/history/countries/BOL - Bolivia.txt index 8ff1a7a9..2654067c 100644 --- a/HPM/history/countries/BOL - Bolivia.txt +++ b/HPM/history/countries/BOL - Bolivia.txt @@ -1,121 +1,122 @@ -capital = 2313 -primary_culture = south_andean -religion = catholic -government = presidential_dictatorship -plurality = 15.0 -nationalvalue = nv_equality -literacy = 0.09 -non_state_culture_literacy = 0.09 -civilized = yes -prestige = 1 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2313 +primary_culture = south_andean +religion = catholic +government = presidential_dictatorship +plurality = 15.0 +nationalvalue = nv_equality +literacy = 0.09 +non_state_culture_literacy = 0.09 +civilized = yes +prestige = 1 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BOL_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 55 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -#post_napoleonic_thought = 1 -#flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -#post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "BOL_oob.txt" -1861.1.1 = { - oob = "/1861/BOL_oob.txt" - plurality = 50 - literacy = 0.10 - non_state_culture_literacy = 0.09 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = BOL_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 55 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +#post_napoleonic_thought = 1 +#flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +#post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "BOL_oob.txt" +1861.1.1 = { + oob = "/1861/BOL_oob.txt" + plurality = 50 + literacy = 0.10 + non_state_culture_literacy = 0.09 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions + +} diff --git a/HPM/history/countries/BOS - Bosnia.txt b/HPM/history/countries/BOS - Bosnia.txt index 8f90160d..a298f025 100644 --- a/HPM/history/countries/BOS - Bosnia.txt +++ b/HPM/history/countries/BOS - Bosnia.txt @@ -1,53 +1,54 @@ -capital = 783 -primary_culture = bosniak -religion = sunni -government = absolute_monarchy -plurality = 0.08 -nationalvalue = nv_order -literacy = 0.2 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = BOS_conservative -upper_house = { - fascist = 0 - liberal = 24 - conservative = 65 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -1861.1.1 = { -# Technologies - -#Inventions -} +capital = 783 +primary_culture = bosniak +religion = sunni +government = absolute_monarchy +plurality = 0.08 +nationalvalue = nv_order +literacy = 0.2 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = BOS_conservative +upper_house = { + fascist = 0 + liberal = 24 + conservative = 65 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/BRA - Braunschweig.txt b/HPM/history/countries/BRA - Braunschweig.txt index 152ab576..78323ef9 100644 --- a/HPM/history/countries/BRA - Braunschweig.txt +++ b/HPM/history/countries/BRA - Braunschweig.txt @@ -1,182 +1,183 @@ -capital = 536 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 536 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = BRA_conservative_2 -upper_house = { - fascist = 0 - liberal = 29 - conservative = 55 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "BRA_oob.txt" -1861.1.1 = { - oob = "/1861/BRA_oob.txt" - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - naval_statistics = 1 - the_command_principle = 1 - -#Inventions - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - building_station_shipyards = yes - vaccination = yes - genetics_heredity = yes - pitts_threshing_machine = yes - combat_medicine = yes - clinical_thermometers_and_binaural_stethoscopes = yes - pressure_chambers_for_thorax_surgery = yes - mechanical_saw = yes - sharp_n_roberts_power_loom = yes - mechanized_slaughtering_block = yes - mechanical_precision_saw = yes - whitney_n_colts_standardized_small_arms = yes - dobby_loom = yes - machine_tools = yes - prophylaxis_against_malaria = yes - northrop_power_loom = yes - chemotherapy = yes - coke = yes - aerial_bacteria_and_antiseptic_principle = yes - jiggs = yes - pit_coal = yes - hegelian_idealism = yes - proto_existentialism = yes - advanced_ore_roasting_processes = yes - advanced_ore_grinding_processes = yes - food_packing_system = yes - neokantian_idealism = yes - precision_work = yes - work_specialization = yes - hussey_n_mccormicks_reaping_machine = yes - advanced_ore_smelting_processes = yes - integral_distillery_process = yes - bessemer_steel = yes - martin_steel = yes - night_training = yes - work_control_and_hierarchy = yes - thomas_steel = yes - army_academic_training = yes - enemy_plotting_cards = yes - hit_evaluation_reports = yes - naval_strike_success_criterium = yes - army_societal_status = yes - catalytic_fermentative_process = yes -} +set_country_flag = protestant_country + +ruling_party = BRA_conservative_2 +upper_house = { + fascist = 0 + liberal = 29 + conservative = 55 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "BRA_oob.txt" +1861.1.1 = { + oob = "/1861/BRA_oob.txt" + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + naval_statistics = 1 + the_command_principle = 1 + +#Inventions + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + building_station_shipyards = yes + vaccination = yes + genetics_heredity = yes + pitts_threshing_machine = yes + combat_medicine = yes + clinical_thermometers_and_binaural_stethoscopes = yes + pressure_chambers_for_thorax_surgery = yes + mechanical_saw = yes + sharp_n_roberts_power_loom = yes + mechanized_slaughtering_block = yes + mechanical_precision_saw = yes + whitney_n_colts_standardized_small_arms = yes + dobby_loom = yes + machine_tools = yes + prophylaxis_against_malaria = yes + northrop_power_loom = yes + chemotherapy = yes + coke = yes + aerial_bacteria_and_antiseptic_principle = yes + jiggs = yes + pit_coal = yes + hegelian_idealism = yes + proto_existentialism = yes + advanced_ore_roasting_processes = yes + advanced_ore_grinding_processes = yes + food_packing_system = yes + neokantian_idealism = yes + precision_work = yes + work_specialization = yes + hussey_n_mccormicks_reaping_machine = yes + advanced_ore_smelting_processes = yes + integral_distillery_process = yes + bessemer_steel = yes + martin_steel = yes + night_training = yes + work_control_and_hierarchy = yes + thomas_steel = yes + army_academic_training = yes + enemy_plotting_cards = yes + hit_evaluation_reports = yes + naval_strike_success_criterium = yes + army_societal_status = yes + catalytic_fermentative_process = yes +} diff --git a/HPM/history/countries/BRD - Urundi.txt b/HPM/history/countries/BRD - Urundi.txt index bd5fc1b2..24ff8e2d 100644 --- a/HPM/history/countries/BRD - Urundi.txt +++ b/HPM/history/countries/BRD - Urundi.txt @@ -1,59 +1,60 @@ -capital = 2035 -#primary_culture = rundi -primary_culture = ruanda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2035 +#primary_culture = rundi +primary_culture = ruanda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = BRD_reactionary -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BRD_oob.txt" -1861.1.1 = { - oob = "/1861/BRD_oob.txt" -} +set_country_flag = animist_country + +ruling_party = BRD_reactionary +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BRD_oob.txt" +1861.1.1 = { + oob = "/1861/BRD_oob.txt" +} diff --git a/HPM/history/countries/BRE - Bremen.txt b/HPM/history/countries/BRE - Bremen.txt index bbb861c4..6fac4015 100644 --- a/HPM/history/countries/BRE - Bremen.txt +++ b/HPM/history/countries/BRE - Bremen.txt @@ -1,174 +1,175 @@ -capital = 539 -primary_culture = north_german -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.8 -non_state_culture_literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 539 +primary_culture = north_german +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.8 +non_state_culture_literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = BRE_reactionary -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "BRE_oob.txt" -1861.1.1 = { - oob = "/1861/BRE_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { - -# Political reforms - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = censored_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = non_secret_ballots - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - semi_automatization = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = BRE_reactionary +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "BRE_oob.txt" +1861.1.1 = { + oob = "/1861/BRE_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { + +# Political reforms + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = censored_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = non_secret_ballots + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + semi_automatization = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/BRT - Brittany.txt b/HPM/history/countries/BRT - Brittany.txt index 8fdd6039..61044b61 100644 --- a/HPM/history/countries/BRT - Brittany.txt +++ b/HPM/history/countries/BRT - Brittany.txt @@ -1,48 +1,49 @@ -capital = 424 -primary_culture = breton -religion = catholic -government = democracy -plurality = 0.1 -nationalvalue = nv_equality -literacy = 0.48 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 424 +primary_culture = breton +religion = catholic +government = democracy +plurality = 0.1 +nationalvalue = nv_equality +literacy = 0.48 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BRT_liberal -upper_house = { - fascist = 0 - liberal = 49 - conservative = 39 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = BRT_liberal +upper_house = { + fascist = 0 + liberal = 49 + conservative = 39 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BRU - Brunei.txt b/HPM/history/countries/BRU - Brunei.txt index d1b5662f..6f844442 100644 --- a/HPM/history/countries/BRU - Brunei.txt +++ b/HPM/history/countries/BRU - Brunei.txt @@ -1,74 +1,75 @@ -capital = 1393 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = BRU_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 75 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - -oob = "BRU_oob.txt" -1861.1.1 = { - oob = "/1861/BRU_oob.txt" - literacy = 0.06 - non_state_culture_literacy = 0.03 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +capital = 1393 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = BRU_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 75 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + +oob = "BRU_oob.txt" +1861.1.1 = { + oob = "/1861/BRU_oob.txt" + literacy = 0.06 + non_state_culture_literacy = 0.03 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BRY - Buryatia.txt b/HPM/history/countries/BRY - Buryatia.txt index 9d860987..bef47db0 100644 --- a/HPM/history/countries/BRY - Buryatia.txt +++ b/HPM/history/countries/BRY - Buryatia.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -39,11 +39,11 @@ set_country_flag = gelugpa_country ruling_party = BRY_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } diff --git a/HPM/history/countries/BRZ - Brazil.txt b/HPM/history/countries/BRZ - Brazil.txt index 863bb2b2..ca958d2a 100644 --- a/HPM/history/countries/BRZ - Brazil.txt +++ b/HPM/history/countries/BRZ - Brazil.txt @@ -1,138 +1,139 @@ -capital = 2447 -primary_culture = brazilian -religion = catholic -government = hms_government -plurality = 15.0 -nationalvalue = nv_equality -literacy = 0.07 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2447 +primary_culture = brazilian +religion = catholic +government = hms_government +plurality = 15.0 +nationalvalue = nv_equality +literacy = 0.07 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BRZ_conservative -last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -decision = BRZ_1836_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -mechanical_production = 1 -piston_steam_engine = 1 -clipper_design = 1 - -# Inventions - -#Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "BRZ_oob.txt" -1861.1.1 = { - oob = "/1861/BRZ_oob.txt" - literacy = 0.14 - non_state_culture_literacy = 0.05 -} -1861.1.1 = { -set_country_flag = interfere_with_uruguay -plurality = 60 - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = BRZ_conservative +last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +decision = BRZ_1836_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +mechanical_production = 1 +piston_steam_engine = 1 +clipper_design = 1 + +# Inventions + +#Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "BRZ_oob.txt" +1861.1.1 = { + oob = "/1861/BRZ_oob.txt" + literacy = 0.14 + non_state_culture_literacy = 0.05 +} +1861.1.1 = { +set_country_flag = interfere_with_uruguay +plurality = 60 + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/BSH - Basotho.txt b/HPM/history/countries/BSH - Basotho.txt index b1fd06f0..4c57c21c 100644 --- a/HPM/history/countries/BSH - Basotho.txt +++ b/HPM/history/countries/BSH - Basotho.txt @@ -1,69 +1,70 @@ -capital = 2104 -primary_culture = sotho -culture = nguni -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2104 +primary_culture = sotho +culture = nguni +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = BSH_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BSH_oob.txt" -1861.1.1 = { - oob = "/1861/BSH_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = BSH_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BSH_oob.txt" +1861.1.1 = { + oob = "/1861/BSH_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/BSQ - Basqueland.txt b/HPM/history/countries/BSQ - Basqueland.txt index 724924fc..9462359b 100644 --- a/HPM/history/countries/BSQ - Basqueland.txt +++ b/HPM/history/countries/BSQ - Basqueland.txt @@ -1,48 +1,49 @@ -capital = 492 -primary_culture = basque -religion = catholic -government = democracy -plurality = 0.1 -nationalvalue = nv_order -literacy = 0.48 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 492 +primary_culture = basque +religion = catholic +government = democracy +plurality = 0.1 +nationalvalue = nv_order +literacy = 0.48 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BSQ_liberal -upper_house = { - fascist = 1 - liberal = 49 - conservative = 39 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = BSQ_liberal +upper_house = { + fascist = 1 + liberal = 49 + conservative = 39 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BTL - Bitlis.txt b/HPM/history/countries/BTL - Bitlis.txt index 5a2891b5..b7c9110f 100644 --- a/HPM/history/countries/BTL - Bitlis.txt +++ b/HPM/history/countries/BTL - Bitlis.txt @@ -1,62 +1,63 @@ -capital = 891 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "BTL_oob.txt" +capital = 891 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "BTL_oob.txt" diff --git a/HPM/history/countries/BUG - Buganda.txt b/HPM/history/countries/BUG - Buganda.txt index 9f03b3fd..a23f4be9 100644 --- a/HPM/history/countries/BUG - Buganda.txt +++ b/HPM/history/countries/BUG - Buganda.txt @@ -1,62 +1,63 @@ -capital = 2019 -primary_culture = baganda -culture = luo -culture = lacustrine_bantu -culture = nilotic -culture = ruanda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2019 +primary_culture = baganda +culture = luo +culture = lacustrine_bantu +culture = nilotic +culture = ruanda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = BUG_socialist -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = post_colonial_country - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BUG_oob.txt" -1861.1.1 = { - oob = "/1861/BUG_oob.txt" -} +set_country_flag = animist_country + +ruling_party = BUG_socialist +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = post_colonial_country + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BUG_oob.txt" +1861.1.1 = { + oob = "/1861/BUG_oob.txt" +} diff --git a/HPM/history/countries/BUK - Bukkhara.txt b/HPM/history/countries/BUK - Bukkhara.txt index 1b5ceefc..2f2f9fe7 100644 --- a/HPM/history/countries/BUK - Bukkhara.txt +++ b/HPM/history/countries/BUK - Bukkhara.txt @@ -1,67 +1,67 @@ -capital = 1198 -primary_culture = uzbek -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = BUK_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "BUK_oob.txt" -1861.1.1 = { - oob = "/1861/BUK_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - +capital = 1198 +primary_culture = uzbek +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = BUK_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "BUK_oob.txt" +1861.1.1 = { + oob = "/1861/BUK_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BUL - Bulgaria.txt b/HPM/history/countries/BUL - Bulgaria.txt index 4b09a50f..2d5a878c 100644 --- a/HPM/history/countries/BUL - Bulgaria.txt +++ b/HPM/history/countries/BUL - Bulgaria.txt @@ -1,47 +1,48 @@ -capital = 809 -primary_culture = bulgarian -religion = orthodox -government = hms_government -plurality = 0.08 -nationalvalue = nv_order -literacy = 0.4 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 809 +primary_culture = bulgarian +religion = orthodox +government = hms_government +plurality = 0.08 +nationalvalue = nv_order +literacy = 0.4 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = BUL_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = BUL_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BUN - Bundelkhand.txt b/HPM/history/countries/BUN - Bundelkhand.txt index 42e1d383..22ea85de 100644 --- a/HPM/history/countries/BUN - Bundelkhand.txt +++ b/HPM/history/countries/BUN - Bundelkhand.txt @@ -1,82 +1,83 @@ -capital = 1274 -primary_culture = kanauji -culture = avadhi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1274 +primary_culture = kanauji +culture = avadhi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BUN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = BUN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - - -oob = "BUN_oob.txt" -1861.1.1 = { - oob = "/1861/BUN_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 -} \ No newline at end of file +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + + +oob = "BUN_oob.txt" +1861.1.1 = { + oob = "/1861/BUN_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 +} diff --git a/HPM/history/countries/BUR - Burma.txt b/HPM/history/countries/BUR - Burma.txt index fd829743..9d22a781 100644 --- a/HPM/history/countries/BUR - Burma.txt +++ b/HPM/history/countries/BUR - Burma.txt @@ -1,82 +1,82 @@ -capital = 1334 -primary_culture = burmese -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1334 +primary_culture = burmese +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = BUR_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -#Military Reforms -foreign_weapons = yes_foreign_weapons - -#Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -oob = "BUR_oob.txt" -1861.1.1 = { - oob = "/1861/BUR_oob.txt" - literacy = 0.07 - non_state_culture_literacy = 0.04 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - +set_country_flag = theravada_country + +ruling_party = BUR_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +#Military Reforms +foreign_weapons = yes_foreign_weapons + +#Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +oob = "BUR_oob.txt" +1861.1.1 = { + oob = "/1861/BUR_oob.txt" + literacy = 0.07 + non_state_culture_literacy = 0.04 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/BYE - Belarus.txt b/HPM/history/countries/BYE - Belarus.txt index bb48dbb5..29c22129 100644 --- a/HPM/history/countries/BYE - Belarus.txt +++ b/HPM/history/countries/BYE - Belarus.txt @@ -1,50 +1,49 @@ -capital = 718 -primary_culture = byelorussian -religion = orthodox -government = democracy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 718 +primary_culture = byelorussian +religion = orthodox +government = democracy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = BYE_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 40 - reactionary = 12 - anarcho_liberal = 12 - socialist = 0 - communist = 0 -} - - +set_country_flag = orthodox_country + +ruling_party = BYE_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 40 + reactionary = 12 + anarcho_liberal = 12 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/BYZ - Byzantium.txt b/HPM/history/countries/BYZ - Byzantium.txt index 86f6f8fa..870ca592 100644 --- a/HPM/history/countries/BYZ - Byzantium.txt +++ b/HPM/history/countries/BYZ - Byzantium.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -39,13 +39,13 @@ set_country_flag = orthodox_country ruling_party = BYZ_conservative upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } 1861.1.1 = { diff --git a/HPM/history/countries/CAL - Californian Republic.txt b/HPM/history/countries/CAL - Californian Republic.txt index 5b2c35b0..4919c104 100644 --- a/HPM/history/countries/CAL - Californian Republic.txt +++ b/HPM/history/countries/CAL - Californian Republic.txt @@ -1,55 +1,56 @@ -capital = 104 # Sonoma -primary_culture = yankee -religion = protestant -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 104 # Sonoma +primary_culture = yankee +religion = protestant +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = CAL_liberal -upper_house = { - fascist = 0 - liberal = 59 - conservative = 33 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = CAL_liberal +upper_house = { + fascist = 0 + liberal = 59 + conservative = 33 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/CAM - Cambodia.txt b/HPM/history/countries/CAM - Cambodia.txt index 41282edf..29d0d38b 100644 --- a/HPM/history/countries/CAM - Cambodia.txt +++ b/HPM/history/countries/CAM - Cambodia.txt @@ -1,80 +1,81 @@ -capital = 1364 -primary_culture = khmer -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1364 +primary_culture = khmer +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = CAM_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - -# Technologies - +set_country_flag = theravada_country + +ruling_party = CAM_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + +# Technologies + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CAM_oob.txt" -1861.1.1 = { - oob = "/1861/CAM_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CAM_oob.txt" +1861.1.1 = { + oob = "/1861/CAM_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/CAN - Canada.txt b/HPM/history/countries/CAN - Canada.txt index 1065d07c..15ffd476 100644 --- a/HPM/history/countries/CAN - Canada.txt +++ b/HPM/history/countries/CAN - Canada.txt @@ -1,51 +1,52 @@ -capital = 57 -primary_culture = anglo_canadian -#culture = british -culture = french_canadian -religion = protestant -government = hms_government -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = trinket_safety -health_care = trinket_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_restricted citizens_rights = culture_voting_only +capital = 57 +primary_culture = anglo_canadian +#culture = british +culture = french_canadian +religion = protestant +government = hms_government +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = trinket_safety +health_care = trinket_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_restricted +citizens_rights = culture_voting_only border_policy = quota_immigration -set_country_flag = protestant_country - -ruling_party = CAN_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 50 - reactionary = 8 - anarcho_liberal = 7 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = CAN_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 50 + reactionary = 8 + anarcho_liberal = 7 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/CAR - Central African Republic.txt b/HPM/history/countries/CAR - Central African Republic.txt index 8004b759..819a8ada 100644 --- a/HPM/history/countries/CAR - Central African Republic.txt +++ b/HPM/history/countries/CAR - Central African Republic.txt @@ -1,53 +1,53 @@ -capital = 1965 -primary_culture = ubangian -culture = azande -culture = sara -culture = fur -culture = fulbe -religion = animist -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1965 +primary_culture = ubangian +culture = azande +culture = sara +culture = fur +culture = fulbe +religion = animist +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -set_country_flag = post_colonial_country - -ruling_party = CAR_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = animist_country + +set_country_flag = post_colonial_country + +ruling_party = CAR_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CAT - Catalonia.txt b/HPM/history/countries/CAT - Catalonia.txt index 3255f63a..90123834 100644 --- a/HPM/history/countries/CAT - Catalonia.txt +++ b/HPM/history/countries/CAT - Catalonia.txt @@ -1,54 +1,55 @@ -capital = 498 -primary_culture = catalan -culture = spanish -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.13 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 498 +primary_culture = catalan +culture = spanish +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.13 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CAT_conservative -upper_house = { - fascist = 0 - liberal = 23 - conservative = 58 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = CAT_conservative +upper_house = { + fascist = 0 + liberal = 23 + conservative = 58 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/CEQ - Equador Confederation.txt b/HPM/history/countries/CEQ - Equador Confederation.txt index 80117923..5bb21d1e 100644 --- a/HPM/history/countries/CEQ - Equador Confederation.txt +++ b/HPM/history/countries/CEQ - Equador Confederation.txt @@ -40,13 +40,13 @@ set_country_flag = catholic_country ruling_party = CEQ_conservative last_election = 1835.1.1 upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = new_world_nation diff --git a/HPM/history/countries/CGO - Congo-Brazzaville.txt b/HPM/history/countries/CGO - Congo-Brazzaville.txt index c45bfd9c..a081ae06 100644 --- a/HPM/history/countries/CGO - Congo-Brazzaville.txt +++ b/HPM/history/countries/CGO - Congo-Brazzaville.txt @@ -1,50 +1,50 @@ -capital = 1977 -primary_culture = bakongo -culture = forest_bantu -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1977 +primary_culture = bakongo +culture = forest_bantu +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = post_colonial_country - -ruling_party = CGO_communist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +set_country_flag = post_colonial_country + +ruling_party = CGO_communist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CHD - Chad.txt b/HPM/history/countries/CHD - Chad.txt index 5e7012b9..caee6244 100644 --- a/HPM/history/countries/CHD - Chad.txt +++ b/HPM/history/countries/CHD - Chad.txt @@ -1,54 +1,54 @@ -capital = 1818 -primary_culture = sara -culture = bedouin -culture = teda -culture = kanuri -culture = baguirmi -culture = fur -culture = ubangian -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = sunni_country -set_country_flag = post_colonial_country - -ruling_party = CHD_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 1818 +primary_culture = sara +culture = bedouin +culture = teda +culture = kanuri +culture = baguirmi +culture = fur +culture = ubangian +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = sunni_country +set_country_flag = post_colonial_country + +ruling_party = CHD_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CHE - Cherokee.txt b/HPM/history/countries/CHE - Cherokee.txt index 92d8f654..e676d478 100644 --- a/HPM/history/countries/CHE - Cherokee.txt +++ b/HPM/history/countries/CHE - Cherokee.txt @@ -1,47 +1,48 @@ -capital = 143 -primary_culture = cherokee -religion = protestant -government = democracy -plurality = 5.0 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - -ruling_party = CHE_conservative -upper_house = { - fascist = 0 - liberal = 26 - conservative = 62 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 143 +primary_culture = cherokee +religion = protestant +government = democracy +plurality = 5.0 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + +ruling_party = CHE_conservative +upper_house = { + fascist = 0 + liberal = 26 + conservative = 62 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/CHI - China.txt b/HPM/history/countries/CHI - China.txt index a88cce37..bca1a31e 100644 --- a/HPM/history/countries/CHI - China.txt +++ b/HPM/history/countries/CHI - China.txt @@ -1,95 +1,96 @@ -capital = 1616 -primary_culture = beifaren -culture = nanfaren -culture = manchu -culture = hakka -culture = miao -culture = min -culture = zhuang -culture = yue -culture = yi -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_autocracy -literacy = 0.08 -non_state_culture_literacy = 0.02 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = all_voting_pops +capital = 1616 +primary_culture = beifaren +culture = nanfaren +culture = manchu +culture = hakka +culture = miao +culture = min +culture = zhuang +culture = yue +culture = yi +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_autocracy +literacy = 0.08 +non_state_culture_literacy = 0.02 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = all_voting_pops border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = CHI_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 75 - reactionary = 25 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies - +set_country_flag = mahayana_country + +ruling_party = CHI_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 75 + reactionary = 25 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CHI_oob.txt" -1861.1.1 = { - oob = "/1861/CHI_oob.txt" -} -1861.1.1 = { - -set_country_flag = has_lost_mandate -set_global_flag = kowloon_incident -set_global_flag = taiping_has_happened -decision = clear_out_the_manchu_elite - -foreign_weapons = yes_foreign_weapons -foreign_officers = yes_foreign_officers -army_schools = yes_army_schools -admin_reform = yes_admin_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 -military_staff_system = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CHI_oob.txt" +1861.1.1 = { + oob = "/1861/CHI_oob.txt" +} +1861.1.1 = { + +set_country_flag = has_lost_mandate +set_global_flag = kowloon_incident +set_global_flag = taiping_has_happened +decision = clear_out_the_manchu_elite + +foreign_weapons = yes_foreign_weapons +foreign_officers = yes_foreign_officers +army_schools = yes_army_schools +admin_reform = yes_admin_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 +military_staff_system = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/CHK - Champasak.txt b/HPM/history/countries/CHK - Champasak.txt index 09dea3a4..196fc29f 100644 --- a/HPM/history/countries/CHK - Champasak.txt +++ b/HPM/history/countries/CHK - Champasak.txt @@ -1,66 +1,67 @@ -capital = 1362 -primary_culture = lao -religion = theravada -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1362 +primary_culture = lao +religion = theravada +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = CHK_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 78 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CHK_oob.txt" - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - +set_country_flag = theravada_country + +ruling_party = CHK_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 78 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CHK_oob.txt" + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes diff --git a/HPM/history/countries/CHL - Chile.txt b/HPM/history/countries/CHL - Chile.txt index 9482cfc7..23c7ec1c 100644 --- a/HPM/history/countries/CHL - Chile.txt +++ b/HPM/history/countries/CHL - Chile.txt @@ -1,142 +1,143 @@ -capital = 2324 -primary_culture = south_andean -religion = catholic -government = democracy -plurality = 20.0 -nationalvalue = nv_liberty -literacy = 0.12 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2324 +primary_culture = south_andean +religion = catholic +government = democracy +plurality = 20.0 +nationalvalue = nv_liberty +literacy = 0.12 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CHL_conservative -last_election = 1831.1.1 -upper_house = { - fascist = 0 - liberal = 29 - conservative = 52 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -military_staff_system = 1 -clipper_design = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -decision = CHL_1836_setup - -oob = "CHL_oob.txt" -1861.1.1 = { - oob = "/1861/CHL_oob.txt" - plurality = 60 - literacy = 0.21 - non_state_culture_literacy = 0.02 -} -1861.1.1 = { - - ruling_party = CHL_conservative_3 - set_country_flag = occupation_of_araucania - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = CHL_conservative +last_election = 1831.1.1 +upper_house = { + fascist = 0 + liberal = 29 + conservative = 52 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +military_staff_system = 1 +clipper_design = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +decision = CHL_1836_setup + +oob = "CHL_oob.txt" +1861.1.1 = { + oob = "/1861/CHL_oob.txt" + plurality = 60 + literacy = 0.21 + non_state_culture_literacy = 0.02 +} +1861.1.1 = { + + ruling_party = CHL_conservative_3 + set_country_flag = occupation_of_araucania + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/CHO - Choshu.txt b/HPM/history/countries/CHO - Choshu.txt index adcb7f25..64da6f4b 100644 --- a/HPM/history/countries/CHO - Choshu.txt +++ b/HPM/history/countries/CHO - Choshu.txt @@ -1,96 +1,97 @@ -capital = 1640 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 2 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1640 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 2 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 48 - reactionary = 35 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = tozama_daimyo - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 48 + reactionary = 35 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = tozama_daimyo + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CHO_oob.txt" -1861.1.1 = { - oob = "/1861/CHO_oob.txt" - set_country_flag = angered_by_bakufu -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_training = yes_foreign_training -foreign_navies = yes_foreign_navies -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CHO_oob.txt" +1861.1.1 = { + oob = "/1861/CHO_oob.txt" + set_country_flag = angered_by_bakufu +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_training = yes_foreign_training +foreign_navies = yes_foreign_navies +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions -#bottling_process = yes - -} +#bottling_process = yes + +} diff --git a/HPM/history/countries/CHP - Chiapas.txt b/HPM/history/countries/CHP - Chiapas.txt index b406a978..59100b53 100644 --- a/HPM/history/countries/CHP - Chiapas.txt +++ b/HPM/history/countries/CHP - Chiapas.txt @@ -1,50 +1,51 @@ -capital = 2181 -primary_culture = mexican -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.09 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2181 +primary_culture = mexican +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.09 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CHP_liberal -last_election = 1835.2.14 -upper_house = { - fascist = 0 - liberal = 55 - conservative = 26 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = CHP_liberal +last_election = 1835.2.14 +upper_house = { + fascist = 0 + liberal = 55 + conservative = 26 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/CHY - Chechnya.txt b/HPM/history/countries/CHY - Chechnya.txt index d4d75c8d..9f2b5f73 100644 --- a/HPM/history/countries/CHY - Chechnya.txt +++ b/HPM/history/countries/CHY - Chechnya.txt @@ -1,60 +1,61 @@ -capital = 1055 #Grozny -primary_culture = chechen -culture = circassian -culture = dagestani -religion = sunni -government = absolute_monarchy -plurality = 10 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons -foreign_artillery = yes_foreign_artillery - - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -ruling_party = CHY_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +capital = 1055 #Grozny +primary_culture = chechen +culture = circassian +culture = dagestani +religion = sunni +government = absolute_monarchy +plurality = 10 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons +foreign_artillery = yes_foreign_artillery + + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +ruling_party = CHY_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CIR - Circassia.txt b/HPM/history/countries/CIR - Circassia.txt index d537156b..f8edf82a 100644 --- a/HPM/history/countries/CIR - Circassia.txt +++ b/HPM/history/countries/CIR - Circassia.txt @@ -1,68 +1,69 @@ -capital = 1051 -primary_culture = circassian -culture = chechen -culture = dagestani -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -prestige = 5 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CIR_oob.txt" - -set_country_flag = sunni_country - -decision = caucasus_muslims_1836_setup - -foreign_weapons = yes_foreign_weapons -foreign_artillery = yes_foreign_artillery - - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -ruling_party = CIR_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +capital = 1051 +primary_culture = circassian +culture = chechen +culture = dagestani +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +prestige = 5 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CIR_oob.txt" + +set_country_flag = sunni_country + +decision = caucasus_muslims_1836_setup + +foreign_weapons = yes_foreign_weapons +foreign_artillery = yes_foreign_artillery + + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +ruling_party = CIR_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CLA - Calabar.txt b/HPM/history/countries/CLA - Calabar.txt index e855935a..eafbadd1 100644 --- a/HPM/history/countries/CLA - Calabar.txt +++ b/HPM/history/countries/CLA - Calabar.txt @@ -1,65 +1,66 @@ -capital = 1934 -primary_culture = ibibio -culture = tiv -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1934 +primary_culture = ibibio +culture = tiv +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = CLA_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CLA_oob.txt" -1861.1.1 = { - oob = "/1861/CLA_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = CLA_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CLA_oob.txt" +1861.1.1 = { + oob = "/1861/CLA_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/CLC - Cilicia.txt b/HPM/history/countries/CLC - Cilicia.txt index 9eff3af0..3c9f00d5 100644 --- a/HPM/history/countries/CLC - Cilicia.txt +++ b/HPM/history/countries/CLC - Cilicia.txt @@ -1,48 +1,48 @@ -capital = 894 -primary_culture = armenian -religion = coptic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 894 +primary_culture = armenian +religion = coptic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = ARM_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 75 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = coptic_country + +ruling_party = ARM_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 75 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CLM - Colombia.txt b/HPM/history/countries/CLM - Colombia.txt index d4822198..45c27ab6 100644 --- a/HPM/history/countries/CLM - Colombia.txt +++ b/HPM/history/countries/CLM - Colombia.txt @@ -1,129 +1,130 @@ -capital = 2247 -primary_culture = north_andean -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.06 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2247 +primary_culture = north_andean +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.06 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CLM_liberal -last_election = 1832.3.10 -upper_house = { - fascist = 0 - liberal = 32 - conservative = 51 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = CLM_1836_setup -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "CLM_oob.txt" - -1861.1.1 = { - oob = "/1861/CLM_oob.txt" -} -1861.1.1 = { - -plurality = 50 -literacy = 0.13 -non_state_culture_literacy = 0.05 - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = CLM_liberal +last_election = 1832.3.10 +upper_house = { + fascist = 0 + liberal = 32 + conservative = 51 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = CLM_1836_setup +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "CLM_oob.txt" + +1861.1.1 = { + oob = "/1861/CLM_oob.txt" +} +1861.1.1 = { + +plurality = 50 +literacy = 0.13 +non_state_culture_literacy = 0.05 + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/CMR - Cameroon.txt b/HPM/history/countries/CMR - Cameroon.txt index ed654cbf..fb738c3b 100644 --- a/HPM/history/countries/CMR - Cameroon.txt +++ b/HPM/history/countries/CMR - Cameroon.txt @@ -1,59 +1,59 @@ -capital = 1959 -primary_culture = forest_bantu -culture = tiv -culture = fang -culture = fulbe -culture = hausa -culture = baguirmi -culture = ubangian -culture = bedouin -culture = ibibio -culture = sara -culture = kanuri -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1959 +primary_culture = forest_bantu +culture = tiv +culture = fang +culture = fulbe +culture = hausa +culture = baguirmi +culture = ubangian +culture = bedouin +culture = ibibio +culture = sara +culture = kanuri +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = CMR_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = CMR_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CMS - Comoros.txt b/HPM/history/countries/CMS - Comoros.txt index b8070202..c87122e4 100644 --- a/HPM/history/countries/CMS - Comoros.txt +++ b/HPM/history/countries/CMS - Comoros.txt @@ -1,48 +1,48 @@ -capital = 2123 -primary_culture = kilombero -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = post_colonial_country -set_country_flag = sunni_country - -ruling_party = BUG_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 2123 +primary_culture = kilombero +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = post_colonial_country +set_country_flag = sunni_country + +ruling_party = BUG_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CNG - Congo Free State.txt b/HPM/history/countries/CNG - Congo Free State.txt index 7c512b78..4febf9f0 100644 --- a/HPM/history/countries/CNG - Congo Free State.txt +++ b/HPM/history/countries/CNG - Congo Free State.txt @@ -50,20 +50,20 @@ set_country_flag = catholic_country set_country_flag = post_colonial_country govt_flag = { - government = presidential_dictatorship - flag = theocracy + government = presidential_dictatorship + flag = theocracy } ruling_party = CNG_reactionary upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } # Technologies diff --git a/HPM/history/countries/COB - Saxe.txt b/HPM/history/countries/COB - Saxe.txt index f0e372a6..8b19e0f3 100644 --- a/HPM/history/countries/COB - Saxe.txt +++ b/HPM/history/countries/COB - Saxe.txt @@ -1,164 +1,165 @@ -capital = 562 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 562 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = COB_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "COB_oob.txt" -1861.1.1 = { - oob = "/1861/COB_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - semi_automatization = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = COB_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "COB_oob.txt" +1861.1.1 = { + oob = "/1861/COB_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + semi_automatization = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/COL - Columbia.txt b/HPM/history/countries/COL - Columbia.txt index 622cbc0e..b8775e4b 100644 --- a/HPM/history/countries/COL - Columbia.txt +++ b/HPM/history/countries/COL - Columbia.txt @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,13 +40,13 @@ set_country_flag = protestant_country ruling_party = COL_conservative upper_house = { - fascist = 0 - liberal = 37 - conservative = 53 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 37 + conservative = 53 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = new_world_nation diff --git a/HPM/history/countries/COS - Costa Rica.txt b/HPM/history/countries/COS - Costa Rica.txt index 0082821f..516aed3a 100644 --- a/HPM/history/countries/COS - Costa Rica.txt +++ b/HPM/history/countries/COS - Costa Rica.txt @@ -1,102 +1,103 @@ -capital = 2201 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2201 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = COS_conservative -upper_house = { - fascist = 0 - liberal = 27 - conservative = 50 - reactionary = 6 - anarcho_liberal = 5 - socialist = 12 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { - oob = "/1861/COS_oob.txt" - plurality = 60 - literacy = 0.25 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = COS_conservative +upper_house = { + fascist = 0 + liberal = 27 + conservative = 50 + reactionary = 6 + anarcho_liberal = 5 + socialist = 12 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { + oob = "/1861/COS_oob.txt" + plurality = 60 + literacy = 0.25 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/CPL - Congress Poland.txt b/HPM/history/countries/CPL - Congress Poland.txt index a1e4fa33..fd40a75e 100644 --- a/HPM/history/countries/CPL - Congress Poland.txt +++ b/HPM/history/countries/CPL - Congress Poland.txt @@ -1,68 +1,68 @@ -capital = 706 -primary_culture = polish -religion = catholic -government = absolute_monarchy -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 706 +primary_culture = polish +religion = catholic +government = absolute_monarchy +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = POL_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -guild_based_production = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - +set_country_flag = catholic_country + +ruling_party = POL_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +guild_based_production = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 diff --git a/HPM/history/countries/CRE - Crete.txt b/HPM/history/countries/CRE - Crete.txt index ececcfec..57163ead 100644 --- a/HPM/history/countries/CRE - Crete.txt +++ b/HPM/history/countries/CRE - Crete.txt @@ -1,49 +1,49 @@ -capital = 848 -primary_culture = greek -religion = orthodox -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.22 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 848 +primary_culture = greek +religion = orthodox +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.22 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = CRE_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = orthodox_country + +ruling_party = CRE_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CRI - Crimea.txt b/HPM/history/countries/CRI - Crimea.txt index 0ad4ccdf..c1a72a01 100644 --- a/HPM/history/countries/CRI - Crimea.txt +++ b/HPM/history/countries/CRI - Crimea.txt @@ -1,45 +1,46 @@ -capital = 967 -primary_culture = tatar -religion = sunni -government = absolute_monarchy -plurality = 0.02 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -ruling_party = CRI_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders +capital = 967 +primary_culture = tatar +religion = sunni +government = absolute_monarchy +plurality = 0.02 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +ruling_party = CRI_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders diff --git a/HPM/history/countries/CRL - Chitral.txt b/HPM/history/countries/CRL - Chitral.txt index 7d7206f7..6efc9ad2 100644 --- a/HPM/history/countries/CRL - Chitral.txt +++ b/HPM/history/countries/CRL - Chitral.txt @@ -1,59 +1,60 @@ -capital = 1223 -primary_culture = pashtun -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SIN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} -set_country_flag = sunni_country -oob = "CRL_oob.txt" - - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 +capital = 1223 +primary_culture = pashtun +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SIN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} +set_country_flag = sunni_country +oob = "CRL_oob.txt" + + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 diff --git a/HPM/history/countries/CRO - Croatia.txt b/HPM/history/countries/CRO - Croatia.txt index d317409f..90c2f638 100644 --- a/HPM/history/countries/CRO - Croatia.txt +++ b/HPM/history/countries/CRO - Croatia.txt @@ -1,53 +1,54 @@ -capital = 771 -primary_culture = croat -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.2 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 771 +primary_culture = croat +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.2 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CRO_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 65 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = CRO_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 65 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/CRS - Corsica.txt b/HPM/history/countries/CRS - Corsica.txt index c1b30ef4..21daae02 100644 --- a/HPM/history/countries/CRS - Corsica.txt +++ b/HPM/history/countries/CRS - Corsica.txt @@ -1,49 +1,50 @@ -capital = 473 -primary_culture = north_italian -culture = french -religion = catholic -government = democracy -plurality = 0.1 -nationalvalue = nv_equality -literacy = 0.48 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 473 +primary_culture = north_italian +culture = french +religion = catholic +government = democracy +plurality = 0.1 +nationalvalue = nv_equality +literacy = 0.48 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CRS_liberal -upper_house = { - fascist = 1 - liberal = 49 - conservative = 39 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = CRS_liberal +upper_house = { + fascist = 1 + liberal = 49 + conservative = 39 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CRT - Corrientes.txt b/HPM/history/countries/CRT - Corrientes.txt index 54e3b290..528a63b4 100644 --- a/HPM/history/countries/CRT - Corrientes.txt +++ b/HPM/history/countries/CRT - Corrientes.txt @@ -1,77 +1,77 @@ -capital = 2356 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_order -literacy = 0.13 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 2 -is_releasable_vassal = no - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2356 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_order +literacy = 0.13 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 2 +is_releasable_vassal = no + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -oob = "CRT_oob.txt" - -ruling_party = ENT_conservative_2 -upper_house = { - fascist = 0 - liberal = 31 - conservative = 54 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - +set_country_flag = catholic_country + +oob = "CRT_oob.txt" + +ruling_party = ENT_conservative_2 +upper_house = { + fascist = 0 + liberal = 31 + conservative = 54 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/CSA - CSA.txt b/HPM/history/countries/CSA - CSA.txt index dd539afc..6c878b68 100644 --- a/HPM/history/countries/CSA - CSA.txt +++ b/HPM/history/countries/CSA - CSA.txt @@ -63,65 +63,65 @@ late_classical_theory = 1 market_structure = 1 #Inventions - cotton_gin = yes - authoritarianism = yes - hierarchical_order = yes - traditionalism = yes - political_religion = yes - paternalism = yes - multitude_of_financial_instruments = yes - insurance_companies = yes - regulated_buying_and_selling_of_stocks = yes - silver_standard = yes - decimal_monetary_system = yes - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - long_range_fire_tactic = yes - speedy_maneuvering_tactic = yes - building_station_shipyards = yes - mechanized_fishing_vessels = yes - steamer_automatic_construction_plants = yes - steamer_transports = yes - commerce_raiders = yes - aerial_bacteria_and_antiseptic_principle = yes - clinical_thermometers_and_binaural_stethoscopes = yes - prophylaxis_against_malaria = yes - genetics_heredity = yes - combat_medicine = yes - vaccination = yes - chemotherapy = yes - mechanical_precision_saw = yes - mechanized_slaughtering_block = yes - sharp_n_roberts_power_loom = yes - telegraph_coordination = yes - dobby_loom = yes - pitts_threshing_machine = yes - polypoly_structure = yes - northrop_power_loom = yes - mechanical_saw = yes - mobilization_time_tables = yes - - pressure_chambers_for_thorax_surgery = yes - work_classification = yes - personnel_category_tables = yes - oligopoly_structure = yes - hussey_n_mccormicks_reaping_machine = yes - work_specialization = yes - optical_rangefinders = yes - work_control_and_hierarchy = yes - enemy_plotting_cards = yes - target_hit_profile_analysis = yes - integral_distillery_process = yes - precision_work = yes - gyrostabilized_fire_control = yes - machine_tools = yes - whitney_n_colts_standardized_small_arms = yes - food_packing_system = yes + cotton_gin = yes + authoritarianism = yes + hierarchical_order = yes + traditionalism = yes + political_religion = yes + paternalism = yes + multitude_of_financial_instruments = yes + insurance_companies = yes + regulated_buying_and_selling_of_stocks = yes + silver_standard = yes + decimal_monetary_system = yes + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + long_range_fire_tactic = yes + speedy_maneuvering_tactic = yes + building_station_shipyards = yes + mechanized_fishing_vessels = yes + steamer_automatic_construction_plants = yes + steamer_transports = yes + commerce_raiders = yes + aerial_bacteria_and_antiseptic_principle = yes + clinical_thermometers_and_binaural_stethoscopes = yes + prophylaxis_against_malaria = yes + genetics_heredity = yes + combat_medicine = yes + vaccination = yes + chemotherapy = yes + mechanical_precision_saw = yes + mechanized_slaughtering_block = yes + sharp_n_roberts_power_loom = yes + telegraph_coordination = yes + dobby_loom = yes + pitts_threshing_machine = yes + polypoly_structure = yes + northrop_power_loom = yes + mechanical_saw = yes + mobilization_time_tables = yes + + pressure_chambers_for_thorax_surgery = yes + work_classification = yes + personnel_category_tables = yes + oligopoly_structure = yes + hussey_n_mccormicks_reaping_machine = yes + work_specialization = yes + optical_rangefinders = yes + work_control_and_hierarchy = yes + enemy_plotting_cards = yes + target_hit_profile_analysis = yes + integral_distillery_process = yes + precision_work = yes + gyrostabilized_fire_control = yes + machine_tools = yes + whitney_n_colts_standardized_small_arms = yes + food_packing_system = yes # Political reforms @@ -140,7 +140,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -155,18 +155,18 @@ set_country_flag = protestant_country ruling_party = CSA_conservative upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } 1861.1.1 = { - oob = "/1861/CSA_oob.txt" - set_country_flag = 1861CSAstart + oob = "/1861/CSA_oob.txt" + set_country_flag = 1861CSAstart } 1861.1.1 = { @@ -175,72 +175,72 @@ literacy = 0.55 non_state_culture_literacy = 0.10 # Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - weapon_platforms = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - semi_automatization = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + weapon_platforms = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + semi_automatization = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 #Inventions } diff --git a/HPM/history/countries/CUB - Cuba.txt b/HPM/history/countries/CUB - Cuba.txt index c088bb2c..25af51cd 100644 --- a/HPM/history/countries/CUB - Cuba.txt +++ b/HPM/history/countries/CUB - Cuba.txt @@ -1,50 +1,50 @@ -capital = 2209 -primary_culture = caribeno -religion = catholic -government = presidential_dictatorship -plurality = 0.5 -nationalvalue = nv_order -literacy = 0.17 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2209 +primary_culture = caribeno +religion = catholic +government = presidential_dictatorship +plurality = 0.5 +nationalvalue = nv_order +literacy = 0.17 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = new_world_nation - -ruling_party = CUB_conservative_3 -upper_house = { - fascist = 0 - liberal = 26 - conservative = 48 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +set_country_flag = new_world_nation + +ruling_party = CUB_conservative_3 +upper_house = { + fascist = 0 + liberal = 26 + conservative = 48 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/CYP - Cyprus.txt b/HPM/history/countries/CYP - Cyprus.txt index 55aed2d5..d58f7adb 100644 --- a/HPM/history/countries/CYP - Cyprus.txt +++ b/HPM/history/countries/CYP - Cyprus.txt @@ -1,55 +1,56 @@ -capital = 855 -primary_culture = greek -culture = turkish -religion = orthodox -government = democracy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.04 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 855 +primary_culture = greek +culture = turkish +religion = orthodox +government = democracy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.04 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = CYP_conservative -upper_house = { - fascist = 0 - liberal = 21 - conservative = 68 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = CYP_conservative +upper_house = { + fascist = 0 + liberal = 21 + conservative = 68 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/CYR - Cyrenaica.txt b/HPM/history/countries/CYR - Cyrenaica.txt index 9b4f96a3..ad67a3cf 100644 --- a/HPM/history/countries/CYR - Cyrenaica.txt +++ b/HPM/history/countries/CYR - Cyrenaica.txt @@ -1,52 +1,53 @@ -capital = 1735 -primary_culture = maghrebi -culture = bedouin -culture = teda -culture = berber -culture = tuareg -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = CYR_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 72 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons +capital = 1735 +primary_culture = maghrebi +culture = bedouin +culture = teda +culture = berber +culture = tuareg +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = CYR_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 72 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons diff --git a/HPM/history/countries/CZH - Czechoslovakia.txt b/HPM/history/countries/CZH - Czechoslovakia.txt index 700677ad..2b207005 100644 --- a/HPM/history/countries/CZH - Czechoslovakia.txt +++ b/HPM/history/countries/CZH - Czechoslovakia.txt @@ -1,112 +1,113 @@ -capital = 625 -primary_culture = czech -culture = slovak -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.28 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 625 +primary_culture = czech +culture = slovak +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.28 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CZH_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 4 -nonstate_consciousness = 2 - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - basic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = CZH_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 4 +nonstate_consciousness = 2 + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + basic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/D01.txt b/HPM/history/countries/D01.txt index dd17b8f4..db373397 100644 --- a/HPM/history/countries/D01.txt +++ b/HPM/history/countries/D01.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -34,13 +34,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -48,4 +48,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D02.txt b/HPM/history/countries/D02.txt index dd17b8f4..db373397 100644 --- a/HPM/history/countries/D02.txt +++ b/HPM/history/countries/D02.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -34,13 +34,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -48,4 +48,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D03.txt b/HPM/history/countries/D03.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D03.txt +++ b/HPM/history/countries/D03.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D04.txt b/HPM/history/countries/D04.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D04.txt +++ b/HPM/history/countries/D04.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D05.txt b/HPM/history/countries/D05.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D05.txt +++ b/HPM/history/countries/D05.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D06.txt b/HPM/history/countries/D06.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D06.txt +++ b/HPM/history/countries/D06.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D07.txt b/HPM/history/countries/D07.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D07.txt +++ b/HPM/history/countries/D07.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D08.txt b/HPM/history/countries/D08.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D08.txt +++ b/HPM/history/countries/D08.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D09.txt b/HPM/history/countries/D09.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D09.txt +++ b/HPM/history/countries/D09.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D10.txt b/HPM/history/countries/D10.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D10.txt +++ b/HPM/history/countries/D10.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D11.txt b/HPM/history/countries/D11.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D11.txt +++ b/HPM/history/countries/D11.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D12.txt b/HPM/history/countries/D12.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D12.txt +++ b/HPM/history/countries/D12.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D13.txt b/HPM/history/countries/D13.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D13.txt +++ b/HPM/history/countries/D13.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D14.txt b/HPM/history/countries/D14.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D14.txt +++ b/HPM/history/countries/D14.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D15.txt b/HPM/history/countries/D15.txt index 62d3085b..1f0256c8 100644 --- a/HPM/history/countries/D15.txt +++ b/HPM/history/countries/D15.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D16.txt b/HPM/history/countries/D16.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D16.txt +++ b/HPM/history/countries/D16.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D17.txt b/HPM/history/countries/D17.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D17.txt +++ b/HPM/history/countries/D17.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D18.txt b/HPM/history/countries/D18.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D18.txt +++ b/HPM/history/countries/D18.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D19.txt b/HPM/history/countries/D19.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D19.txt +++ b/HPM/history/countries/D19.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D20.txt b/HPM/history/countries/D20.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D20.txt +++ b/HPM/history/countries/D20.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D21.txt b/HPM/history/countries/D21.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D21.txt +++ b/HPM/history/countries/D21.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D22.txt b/HPM/history/countries/D22.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D22.txt +++ b/HPM/history/countries/D22.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D23.txt b/HPM/history/countries/D23.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D23.txt +++ b/HPM/history/countries/D23.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D24.txt b/HPM/history/countries/D24.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D24.txt +++ b/HPM/history/countries/D24.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D25.txt b/HPM/history/countries/D25.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D25.txt +++ b/HPM/history/countries/D25.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D26.txt b/HPM/history/countries/D26.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D26.txt +++ b/HPM/history/countries/D26.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D27.txt b/HPM/history/countries/D27.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D27.txt +++ b/HPM/history/countries/D27.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D28.txt b/HPM/history/countries/D28.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D28.txt +++ b/HPM/history/countries/D28.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D29.txt b/HPM/history/countries/D29.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D29.txt +++ b/HPM/history/countries/D29.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D30.txt b/HPM/history/countries/D30.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D30.txt +++ b/HPM/history/countries/D30.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D31.txt b/HPM/history/countries/D31.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D31.txt +++ b/HPM/history/countries/D31.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D32.txt b/HPM/history/countries/D32.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D32.txt +++ b/HPM/history/countries/D32.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D33.txt b/HPM/history/countries/D33.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D33.txt +++ b/HPM/history/countries/D33.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D34.txt b/HPM/history/countries/D34.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D34.txt +++ b/HPM/history/countries/D34.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D35.txt b/HPM/history/countries/D35.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D35.txt +++ b/HPM/history/countries/D35.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D36.txt b/HPM/history/countries/D36.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D36.txt +++ b/HPM/history/countries/D36.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D37.txt b/HPM/history/countries/D37.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D37.txt +++ b/HPM/history/countries/D37.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D38.txt b/HPM/history/countries/D38.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D38.txt +++ b/HPM/history/countries/D38.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D39.txt b/HPM/history/countries/D39.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D39.txt +++ b/HPM/history/countries/D39.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D40.txt b/HPM/history/countries/D40.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D40.txt +++ b/HPM/history/countries/D40.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D41.txt b/HPM/history/countries/D41.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D41.txt +++ b/HPM/history/countries/D41.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D42.txt b/HPM/history/countries/D42.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D42.txt +++ b/HPM/history/countries/D42.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D43.txt b/HPM/history/countries/D43.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D43.txt +++ b/HPM/history/countries/D43.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D44.txt b/HPM/history/countries/D44.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D44.txt +++ b/HPM/history/countries/D44.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D45.txt b/HPM/history/countries/D45.txt index 2dcb8c88..1f0256c8 100644 --- a/HPM/history/countries/D45.txt +++ b/HPM/history/countries/D45.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -33,13 +33,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -47,4 +47,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/D46.txt b/HPM/history/countries/D46.txt index 02f29707..8880b8ca 100644 --- a/HPM/history/countries/D46.txt +++ b/HPM/history/countries/D46.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,13 +40,11 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - - diff --git a/HPM/history/countries/D47.txt b/HPM/history/countries/D47.txt index 02f29707..8880b8ca 100644 --- a/HPM/history/countries/D47.txt +++ b/HPM/history/countries/D47.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,13 +40,11 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - - diff --git a/HPM/history/countries/D48.txt b/HPM/history/countries/D48.txt index 02f29707..8880b8ca 100644 --- a/HPM/history/countries/D48.txt +++ b/HPM/history/countries/D48.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,13 +40,11 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - - diff --git a/HPM/history/countries/D49.txt b/HPM/history/countries/D49.txt index 02f29707..8880b8ca 100644 --- a/HPM/history/countries/D49.txt +++ b/HPM/history/countries/D49.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,13 +40,11 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - - diff --git a/HPM/history/countries/D50.txt b/HPM/history/countries/D50.txt index dd17b8f4..db373397 100644 --- a/HPM/history/countries/D50.txt +++ b/HPM/history/countries/D50.txt @@ -1,4 +1,4 @@ -#capital = +#capital = primary_culture = british religion = protestant government = absolute_monarchy @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools border_policy = open_borders @@ -34,13 +34,13 @@ set_country_flag = protestant_country ruling_party = dominion_conservative upper_house = { # inherit - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } #New Reforms conscription = two_year_draft @@ -48,4 +48,3 @@ debt_law = serfdom penal_system = capital_punishment child_labor = child_labor_legal citizens_rights = primary_culture_only - diff --git a/HPM/history/countries/DAG - Dagestan.txt b/HPM/history/countries/DAG - Dagestan.txt index 79f2a178..c4d589f3 100644 --- a/HPM/history/countries/DAG - Dagestan.txt +++ b/HPM/history/countries/DAG - Dagestan.txt @@ -1,69 +1,70 @@ -capital = 1053 #Gunib(Mahachkala) -primary_culture = dagestani -culture = azerbaijani -culture = chechen -culture = circassian -religion = sunni -government = theocracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = DAG_conservative -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = theocratic_government -set_country_flag = sunni_country - -oob = "DAG_oob.txt" - -decision = caucasus_muslims_1836_setup - -foreign_weapons = yes_foreign_weapons -foreign_artillery = yes_foreign_artillery - - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +capital = 1053 #Gunib(Mahachkala) +primary_culture = dagestani +culture = azerbaijani +culture = chechen +culture = circassian +religion = sunni +government = theocracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = DAG_conservative +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = theocratic_government +set_country_flag = sunni_country + +oob = "DAG_oob.txt" + +decision = caucasus_muslims_1836_setup + +foreign_weapons = yes_foreign_weapons +foreign_artillery = yes_foreign_artillery + + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/DAH - Dahomey.txt b/HPM/history/countries/DAH - Dahomey.txt index 39931891..ca40cd56 100644 --- a/HPM/history/countries/DAH - Dahomey.txt +++ b/HPM/history/countries/DAH - Dahomey.txt @@ -1,67 +1,68 @@ -capital = 1920 -primary_culture = fon -culture = east_kwa -culture = yoruba -culture = gur -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1920 +primary_culture = fon +culture = east_kwa +culture = yoruba +culture = gur +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = DAH_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "DAH_oob.txt" -1861.1.1 = { - oob = "/1861/DAH_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = DAH_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "DAH_oob.txt" +1861.1.1 = { + oob = "/1861/DAH_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/DAI - Dai Viet.txt b/HPM/history/countries/DAI - Dai Viet.txt index e8ea4990..f301fb5f 100644 --- a/HPM/history/countries/DAI - Dai Viet.txt +++ b/HPM/history/countries/DAI - Dai Viet.txt @@ -1,90 +1,91 @@ -capital = 1369 -primary_culture = vietnamese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1369 +primary_culture = vietnamese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = mahayana_country - -ruling_party = DAI_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 72 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = DAI_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 72 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 6 - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -oob = "DAI_oob.txt" -1861.1.1 = { - oob = "/1861/DAI_oob.txt" - literacy = 0.08 - non_state_culture_literacy = 0.04 - - foreign_weapons = yes_foreign_weapons - military_constructions = yes_military_constructions - admin_reform = yes_admin_reform - - # Technologies - flintlock_rifles = 1 - post_napoleonic_thought = 1 - - # Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 6 + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +oob = "DAI_oob.txt" +1861.1.1 = { + oob = "/1861/DAI_oob.txt" + literacy = 0.08 + non_state_culture_literacy = 0.04 + + foreign_weapons = yes_foreign_weapons + military_constructions = yes_military_constructions + admin_reform = yes_admin_reform + + # Technologies + flintlock_rifles = 1 + post_napoleonic_thought = 1 + + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/DAK - Dakota.txt b/HPM/history/countries/DAK - Dakota.txt index fd3dcab0..20b87f52 100644 --- a/HPM/history/countries/DAK - Dakota.txt +++ b/HPM/history/countries/DAK - Dakota.txt @@ -1,52 +1,53 @@ -capital = 119 -primary_culture = yankee -culture = dakota -culture = native_american_minor -religion = protestant -government = democracy -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 119 +primary_culture = yankee +culture = dakota +culture = native_american_minor +religion = protestant +government = democracy +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = DAK_conservative -upper_house = { - fascist = 0 - liberal = 32 - conservative = 60 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = DAK_conservative +upper_house = { + fascist = 0 + liberal = 32 + conservative = 60 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/DAM - Damagaram.txt b/HPM/history/countries/DAM - Damagaram.txt index 53ff146a..032d728f 100644 --- a/HPM/history/countries/DAM - Damagaram.txt +++ b/HPM/history/countries/DAM - Damagaram.txt @@ -1,64 +1,65 @@ -capital = 1815 -primary_culture = hausa -culture = tuareg -culture = fulbe -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = DAM_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 70 - reactionary = 30 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "DAM_oob.txt" -1861.1.1 = { - oob = "/1861/DAM_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1815 +primary_culture = hausa +culture = tuareg +culture = fulbe +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = DAM_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 70 + reactionary = 30 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "DAM_oob.txt" +1861.1.1 = { + oob = "/1861/DAM_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/DAR - Darfur.txt b/HPM/history/countries/DAR - Darfur.txt index bd7e8be1..ec900717 100644 --- a/HPM/history/countries/DAR - Darfur.txt +++ b/HPM/history/countries/DAR - Darfur.txt @@ -1,61 +1,62 @@ -capital = 1841 -primary_culture = fur -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools -border_policy = open_borders - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only - -ruling_party = DAR_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 80 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "DAR_oob.txt" -1861.1.1 = { - oob = "/1861/DAR_oob.txt" -} +capital = 1841 +primary_culture = fur +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools +border_policy = open_borders + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only + +ruling_party = DAR_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 80 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "DAR_oob.txt" +1861.1.1 = { + oob = "/1861/DAR_oob.txt" +} diff --git a/HPM/history/countries/DEN - Denmark.txt b/HPM/history/countries/DEN - Denmark.txt index 755e83a3..4d8bba72 100644 --- a/HPM/history/countries/DEN - Denmark.txt +++ b/HPM/history/countries/DEN - Denmark.txt @@ -1,193 +1,194 @@ -capital = 372 -primary_culture = danish -culture = icelandic -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -non_state_culture_literacy = 0.02 -civilized = yes -prestige = 10 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 372 +primary_culture = danish +culture = icelandic +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +non_state_culture_literacy = 0.02 +civilized = yes +prestige = 10 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = DAN_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 70 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = 1836_denmark_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions -#corvettes = yes -commerce_raiders = yes -steamer_transports = yes - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "DEN_oob.txt" - -1850.1.1 = { -decision = danmarks_riges_grundlov -} - -1861.1.1 = { - oob = "/1861/DEN_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.7 #Germans - - set_country_flag = annex_schleswig_holstein - set_country_flag = schleswig_holstein_restored - ruling_party = DAN_liberal_2 - - # Political reforms - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = landed_voting - public_meetings = yes_meeting - press_rights = free_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = underground_parties - - # Social Reforms - wage_reform = no_minimum_wage - work_hours = no_work_hour_limit - safety_regulations = no_safety - health_care = low_health_care - unemployment_subsidies = low_subsidies - pensions = no_pensions - school_reforms = low_schools - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = DAN_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 70 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = 1836_denmark_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions +#corvettes = yes +commerce_raiders = yes +steamer_transports = yes + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "DEN_oob.txt" + +1850.1.1 = { +decision = danmarks_riges_grundlov +} + +1861.1.1 = { + oob = "/1861/DEN_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.7 #Germans + + set_country_flag = annex_schleswig_holstein + set_country_flag = schleswig_holstein_restored + ruling_party = DAN_liberal_2 + + # Political reforms + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = landed_voting + public_meetings = yes_meeting + press_rights = free_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = underground_parties + + # Social Reforms + wage_reform = no_minimum_wage + work_hours = no_work_hour_limit + safety_regulations = no_safety + health_care = low_health_care + unemployment_subsidies = low_subsidies + pensions = no_pensions + school_reforms = low_schools + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/DES - Deseret.txt b/HPM/history/countries/DES - Deseret.txt index 42e1ea65..2ea1bf97 100644 --- a/HPM/history/countries/DES - Deseret.txt +++ b/HPM/history/countries/DES - Deseret.txt @@ -1,94 +1,95 @@ -capital = 97 -primary_culture = yankee -culture = dixie -religion = mormon -government = theocracy -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -set_country_flag = theocratic_government -set_country_flag = new_world_nation -set_country_flag = mormon_country - -ruling_party = DES_reactionary -upper_house = { - fascist = 0 - liberal = 15 - conservative = 20 - reactionary = 63 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -stock_exchange = 1 -no_standard = 1 -ad_hoc_money_bill_printing = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -battleship_column_doctrine = 1 -steamers = 1 -experimental_railroad = 1 - -#Inventions -#corvettes = yes -traditionalism = yes -political_religion = yes -paternalism = yes - -1861.1.1 = { -# Technologies - -#Inventions -} +capital = 97 +primary_culture = yankee +culture = dixie +religion = mormon +government = theocracy +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +set_country_flag = theocratic_government +set_country_flag = new_world_nation +set_country_flag = mormon_country + +ruling_party = DES_reactionary +upper_house = { + fascist = 0 + liberal = 15 + conservative = 20 + reactionary = 63 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +stock_exchange = 1 +no_standard = 1 +ad_hoc_money_bill_printing = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +battleship_column_doctrine = 1 +steamers = 1 +experimental_railroad = 1 + +#Inventions +#corvettes = yes +traditionalism = yes +political_religion = yes +paternalism = yes + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/DJA - Jambi.txt b/HPM/history/countries/DJA - Jambi.txt index 9f5dd446..757e47d2 100644 --- a/HPM/history/countries/DJA - Jambi.txt +++ b/HPM/history/countries/DJA - Jambi.txt @@ -1,51 +1,52 @@ -capital = 1398 -primary_culture = malay -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -oob = "DJA_oob.txt" - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 +capital = 1398 +primary_culture = malay +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +oob = "DJA_oob.txt" + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 diff --git a/HPM/history/countries/DLM - Dalmatia.txt b/HPM/history/countries/DLM - Dalmatia.txt index 955ac34e..b90bbee8 100644 --- a/HPM/history/countries/DLM - Dalmatia.txt +++ b/HPM/history/countries/DLM - Dalmatia.txt @@ -1,49 +1,49 @@ -capital = 781 -primary_culture = croat -culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.2 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 781 +primary_culture = croat +culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.2 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CRO_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 65 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = CRO_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 65 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/DNB - Danubian Federation.txt b/HPM/history/countries/DNB - Danubian Federation.txt index f24b821d..dc97a7af 100644 --- a/HPM/history/countries/DNB - Danubian Federation.txt +++ b/HPM/history/countries/DNB - Danubian Federation.txt @@ -1,55 +1,55 @@ -capital = 619 -primary_culture = south_german -culture = hungarian -culture = slovak -culture = czech -culture = romanian -culture = croat -culture = slovene -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.25 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 619 +primary_culture = south_german +culture = hungarian +culture = slovak +culture = czech +culture = romanian +culture = croat +culture = slovene +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.25 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = AUS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 61 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = AUS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 61 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/DND - Dendi.txt b/HPM/history/countries/DND - Dendi.txt index 3f30acfc..d8909a80 100644 --- a/HPM/history/countries/DND - Dendi.txt +++ b/HPM/history/countries/DND - Dendi.txt @@ -1,66 +1,67 @@ -capital = 1808 -primary_culture = songhai -culture = tuareg -culture = gur -culture = dyula -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = DND_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 41 - reactionary = 43 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -#set_country_flag = lacking_writing_system -#foreign_weapons = yes_foreign_weapons -# Technologies -#flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "DND_oob.txt" -1861.1.1 = { - oob = "/1861/DND_oob.txt" -} +capital = 1808 +primary_culture = songhai +culture = tuareg +culture = gur +culture = dyula +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = DND_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 41 + reactionary = 43 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +#set_country_flag = lacking_writing_system +#foreign_weapons = yes_foreign_weapons +# Technologies +#flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "DND_oob.txt" +1861.1.1 = { + oob = "/1861/DND_oob.txt" +} diff --git a/HPM/history/countries/DOM - Dominican Republic.txt b/HPM/history/countries/DOM - Dominican Republic.txt index 01f09cd8..716fe489 100644 --- a/HPM/history/countries/DOM - Dominican Republic.txt +++ b/HPM/history/countries/DOM - Dominican Republic.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -39,13 +39,13 @@ set_country_flag = catholic_country ruling_party = DOM_conservative_3 upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } schools = developing_tech_school @@ -60,7 +60,7 @@ consciousness = 2 nonstate_consciousness = 0 1861.1.1 = { - oob = "/1861/DOM_oob.txt" - plurality = 50 - literacy = 0.17 + oob = "/1861/DOM_oob.txt" + plurality = 50 + literacy = 0.17 } diff --git a/HPM/history/countries/DON - Cossackia.txt b/HPM/history/countries/DON - Cossackia.txt index 32197408..5a693566 100644 --- a/HPM/history/countries/DON - Cossackia.txt +++ b/HPM/history/countries/DON - Cossackia.txt @@ -1,47 +1,48 @@ -capital = 1047 -primary_culture = ukrainian -religion = orthodox -government = absolute_monarchy -plurality = 0.02 -nationalvalue = nv_order -literacy = 0.15 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1047 +primary_culture = ukrainian +religion = orthodox +government = absolute_monarchy +plurality = 0.02 +nationalvalue = nv_order +literacy = 0.15 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = DON_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = DON_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/DRA - Dravidistan.txt b/HPM/history/countries/DRA - Dravidistan.txt index c59a8f5f..fff7374f 100644 --- a/HPM/history/countries/DRA - Dravidistan.txt +++ b/HPM/history/countries/DRA - Dravidistan.txt @@ -1,56 +1,57 @@ -capital = 1304 -primary_culture = tamil -culture = kannada -culture = telegu -culture = malayalam -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1304 +primary_culture = tamil +culture = kannada +culture = telegu +culture = malayalam +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = KRN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = KRN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/DUR - Durrani Empire.txt b/HPM/history/countries/DUR - Durrani Empire.txt index 00d8efd6..c8ec0668 100644 --- a/HPM/history/countries/DUR - Durrani Empire.txt +++ b/HPM/history/countries/DUR - Durrani Empire.txt @@ -1,50 +1,51 @@ -capital = 1215 -primary_culture = pashtun -culture = uzbek -culture = panjabi -culture = sindi -culture = baluchi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.2 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = AFG_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1215 +primary_culture = pashtun +culture = uzbek +culture = panjabi +culture = sindi +culture = baluchi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.2 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = AFG_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/DZG - Danzig.txt b/HPM/history/countries/DZG - Danzig.txt index 7069653c..8552d853 100644 --- a/HPM/history/countries/DZG - Danzig.txt +++ b/HPM/history/countries/DZG - Danzig.txt @@ -1,54 +1,55 @@ -capital = 690 -primary_culture = north_german -culture = polish -religion = protestant -government = democracy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.65 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 690 +primary_culture = north_german +culture = polish +religion = protestant +government = democracy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.65 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = DZG_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = DZG_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/ECU - Ecuador.txt b/HPM/history/countries/ECU - Ecuador.txt index e899d21e..7ae966b1 100644 --- a/HPM/history/countries/ECU - Ecuador.txt +++ b/HPM/history/countries/ECU - Ecuador.txt @@ -1,128 +1,129 @@ -capital = 2279 -primary_culture = north_andean -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.1 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2279 +primary_culture = north_andean +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.1 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ECU_conservative -last_election = 1834.8.8 -upper_house = { - fascist = 0 - liberal = 39 - conservative = 48 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -#post_napoleonic_thought = 1 -#flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -#post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -decision = ECU_1836_setup - -oob = "ECU_oob.txt" -1861.1.1 = { - oob = "/1861/ECU_oob.txt" - plurality = 60 - literacy = 0.11 - non_state_culture_literacy = 0.05 -} -1861.1.1 = { -ruling_party = ECU_conservative - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = ECU_conservative +last_election = 1834.8.8 +upper_house = { + fascist = 0 + liberal = 39 + conservative = 48 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +#post_napoleonic_thought = 1 +#flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +#post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +decision = ECU_1836_setup + +oob = "ECU_oob.txt" +1861.1.1 = { + oob = "/1861/ECU_oob.txt" + plurality = 60 + literacy = 0.11 + non_state_culture_literacy = 0.05 +} +1861.1.1 = { +ruling_party = ECU_conservative + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/EGY - Egypt.txt b/HPM/history/countries/EGY - Egypt.txt index 278f1c35..70cdeb5d 100644 --- a/HPM/history/countries/EGY - Egypt.txt +++ b/HPM/history/countries/EGY - Egypt.txt @@ -38,13 +38,13 @@ border_policy = open_borders ruling_party = EGY_conservative upper_house = { - fascist = 0 - liberal = 10 - conservative = 72 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 10 + conservative = 72 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } decision = EGY_1836_setup @@ -75,10 +75,10 @@ nonstate_consciousness = 0 oob = "EGY_oob.txt" 1861.1.1 = { - oob = "/1861/EGY_oob.txt" - prestige = 5 - literacy = 0.10 - non_state_culture_literacy = 0.05 + oob = "/1861/EGY_oob.txt" + prestige = 5 + literacy = 0.10 + non_state_culture_literacy = 0.05 } 1861.1.1 = { diff --git a/HPM/history/countries/EIC - East India Company.txt b/HPM/history/countries/EIC - East India Company.txt index 21b7b17a..d4f28b72 100644 --- a/HPM/history/countries/EIC - East India Company.txt +++ b/HPM/history/countries/EIC - East India Company.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -39,13 +39,13 @@ citizens_rights = primary_culture_only ruling_party = ENG_reactionary upper_house = { - fascist = 0 - liberal = 33 - conservative = 33 - reactionary = 34 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 33 + conservative = 33 + reactionary = 34 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } schools = developing_tech_school @@ -69,4 +69,3 @@ hot_blast = 1 market_structure = 1 # Inventions - diff --git a/HPM/history/countries/ELS - El Salvador.txt b/HPM/history/countries/ELS - El Salvador.txt index 20f28d7d..043a20d2 100644 --- a/HPM/history/countries/ELS - El Salvador.txt +++ b/HPM/history/countries/ELS - El Salvador.txt @@ -1,96 +1,97 @@ -capital = 2191 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.17 -non_state_culture_literacy = 0.05 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2191 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.17 +non_state_culture_literacy = 0.05 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ELS_conservative -upper_house = { - fascist = 0 - liberal = 53 - conservative = 35 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { - oob = "/1861/ELS_oob.txt" - plurality = 50 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = ELS_conservative +upper_house = { + fascist = 0 + liberal = 53 + conservative = 35 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { + oob = "/1861/ELS_oob.txt" + plurality = 50 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/ENG - United Kingdom.txt b/HPM/history/countries/ENG - United Kingdom.txt index 0fdb0282..279f902f 100644 --- a/HPM/history/countries/ENG - United Kingdom.txt +++ b/HPM/history/countries/ENG - United Kingdom.txt @@ -1,232 +1,233 @@ -capital = 300 -primary_culture = british -culture = anglo_canadian -culture = australian -religion = protestant -government = hms_government -plurality = 30 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - -#GreaterPowers = prestige -prestige = 130 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = trinket_safety -health_care = no_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = colonial_transportation -child_labor = child_labor_restricted citizens_rights = primary_culture_only +capital = 300 +primary_culture = british +culture = anglo_canadian +culture = australian +religion = protestant +government = hms_government +plurality = 30 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + +#GreaterPowers = prestige +prestige = 130 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = trinket_safety +health_care = no_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = colonial_transportation +child_labor = child_labor_restricted +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -steamers = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -experimental_railroad = 1 -basic_chemistry = 1 -interchangeable_parts = 1 -battleship_column_doctrine = 1 -naval_professionalism = 1 -fire_control_systems = 1 -stock_exchange = 1 -ad_hoc_money_bill_printing = 1 -late_classical_theory = 1 -high_pressure_steam_engine = 1 - -# Inventions -#corvettes = yes -precision_work = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -ruling_party = ENG_liberal -last_election = 1835.2.19 -upper_house = { - fascist = 0 - liberal = 12 - conservative = 83 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = naval_tech_school - -decision = literacy_ENG - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -foreign_investment = { - BEL = 20000 - POR = 60000 - DEN = 2000 -} - -oob = "ENG_oob.txt" - -1861.1.1 = { - oob = "/1861/ENG_oob.txt" - ruling_party = ENG_liberal_2 - prestige = 165 - plurality = 65 - literacy = 0.70 - non_state_culture_literacy = 0.15 - decision = crown_empress_of_india - decision = repeal_the_corn_laws - decision = webster_ashburton_treaty - set_country_flag = treaty_of_nanking - set_global_flag = kowloon_incident - set_country_flag = annexation_of_natal - set_global_flag = orange_river_sovereignty - set_global_flag = transvaal_sovereignty - set_country_flag = lagos_slave_trade - set_country_flag = lord_durhams_report - set_country_flag = great_irish_famine - set_country_flag = no_help_for_the_irish - set_country_flag = young_irish - set_country_flag = mediated_belgian_independence - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = trinket_wage -work_hours = fourteen_hours -safety_regulations = trinket_safety -health_care = low_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = low_schools - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - weapon_platforms = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - business_regulations = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - functionalism = 1 - biologism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = protestant_country + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +steamers = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +experimental_railroad = 1 +basic_chemistry = 1 +interchangeable_parts = 1 +battleship_column_doctrine = 1 +naval_professionalism = 1 +fire_control_systems = 1 +stock_exchange = 1 +ad_hoc_money_bill_printing = 1 +late_classical_theory = 1 +high_pressure_steam_engine = 1 + +# Inventions +#corvettes = yes +precision_work = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +ruling_party = ENG_liberal +last_election = 1835.2.19 +upper_house = { + fascist = 0 + liberal = 12 + conservative = 83 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = naval_tech_school + +decision = literacy_ENG + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +foreign_investment = { + BEL = 20000 + POR = 60000 + DEN = 2000 +} + +oob = "ENG_oob.txt" + +1861.1.1 = { + oob = "/1861/ENG_oob.txt" + ruling_party = ENG_liberal_2 + prestige = 165 + plurality = 65 + literacy = 0.70 + non_state_culture_literacy = 0.15 + decision = crown_empress_of_india + decision = repeal_the_corn_laws + decision = webster_ashburton_treaty + set_country_flag = treaty_of_nanking + set_global_flag = kowloon_incident + set_country_flag = annexation_of_natal + set_global_flag = orange_river_sovereignty + set_global_flag = transvaal_sovereignty + set_country_flag = lagos_slave_trade + set_country_flag = lord_durhams_report + set_country_flag = great_irish_famine + set_country_flag = no_help_for_the_irish + set_country_flag = young_irish + set_country_flag = mediated_belgian_independence + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = trinket_wage +work_hours = fourteen_hours +safety_regulations = trinket_safety +health_care = low_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = low_schools + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + weapon_platforms = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + business_regulations = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + functionalism = 1 + biologism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/ENL - England.txt b/HPM/history/countries/ENL - England.txt index 6b6a1949..33a13aac 100644 --- a/HPM/history/countries/ENL - England.txt +++ b/HPM/history/countries/ENL - England.txt @@ -1,56 +1,55 @@ -capital = 300 -primary_culture = british -religion = protestant -government = hms_government -plurality = 5 -nationalvalue = nv_order -literacy = 0.55 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = trinket_safety -health_care = trinket_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 300 +primary_culture = british +religion = protestant +government = hms_government +plurality = 5 +nationalvalue = nv_order +literacy = 0.55 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = trinket_safety +health_care = trinket_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = ENG_liberal -last_election = 1835.2.6 -upper_house = { - fascist = 0 - liberal = 12 - conservative = 83 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - - +set_country_flag = protestant_country + +ruling_party = ENG_liberal +last_election = 1835.2.6 +upper_house = { + fascist = 0 + liberal = 12 + conservative = 83 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} diff --git a/HPM/history/countries/ENT - Entre Rios.txt b/HPM/history/countries/ENT - Entre Rios.txt index 7ed5cb8e..751eafb5 100644 --- a/HPM/history/countries/ENT - Entre Rios.txt +++ b/HPM/history/countries/ENT - Entre Rios.txt @@ -1,76 +1,77 @@ -capital = 2360 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_order -literacy = 0.13 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 2 -is_releasable_vassal = no - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2360 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_order +literacy = 0.13 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 2 +is_releasable_vassal = no + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ENT_conservative_2 -upper_house = { - fascist = 0 - liberal = 31 - conservative = 54 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "ENT_oob.txt" +set_country_flag = catholic_country + +ruling_party = ENT_conservative_2 +upper_house = { + fascist = 0 + liberal = 31 + conservative = 54 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "ENT_oob.txt" diff --git a/HPM/history/countries/EQG - Equatorial Guinea.txt b/HPM/history/countries/EQG - Equatorial Guinea.txt index 7dd109d0..703132ca 100644 --- a/HPM/history/countries/EQG - Equatorial Guinea.txt +++ b/HPM/history/countries/EQG - Equatorial Guinea.txt @@ -1,60 +1,61 @@ -capital = 1955 -primary_culture = forest_bantu -culture = fang -culture = ibo -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1955 +primary_culture = forest_bantu +culture = fang +culture = ibo +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = EQG_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 +set_country_flag = animist_country + +ruling_party = EQG_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/EST - Estonia.txt b/HPM/history/countries/EST - Estonia.txt index 33a15c31..09ee3aa5 100644 --- a/HPM/history/countries/EST - Estonia.txt +++ b/HPM/history/countries/EST - Estonia.txt @@ -1,48 +1,48 @@ -capital = 349 -primary_culture = estonian -religion = protestant -government = absolute_monarchy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 349 +primary_culture = estonian +religion = protestant +government = absolute_monarchy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = EST_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +ruling_party = EST_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ETH - Ethiopia.txt b/HPM/history/countries/ETH - Ethiopia.txt index 6b01f4a5..8926c31c 100644 --- a/HPM/history/countries/ETH - Ethiopia.txt +++ b/HPM/history/countries/ETH - Ethiopia.txt @@ -1,76 +1,77 @@ -capital = 1859 -primary_culture = amhara -culture = tigray -culture = oromo -culture = cushitic -religion = coptic -government = absolute_monarchy -plurality = 5.0 -nationalvalue = nv_tradition -literacy = 0.07 -is_releasable_vassal = no - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1859 +primary_culture = amhara +culture = tigray +culture = oromo +culture = cushitic +religion = coptic +government = absolute_monarchy +plurality = 5.0 +nationalvalue = nv_tradition +literacy = 0.07 +is_releasable_vassal = no + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = ETH_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = coptic_country + +ruling_party = ETH_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -schools = developing_tech_school - -1861.1.1 = { - oob = "/1861/ETH_oob.txt" - #set_global_flag = is_negusa_nagast - literacy = 0.10 - non_state_culture_literacy = 0.05 - - foreign_weapons = yes_foreign_weapons - foreign_training = yes_foreign_training - admin_reform = yes_admin_reform - - # Technologies - flintlock_rifles = 1 - -} +#big_sail_support = yes + +schools = developing_tech_school + +1861.1.1 = { + oob = "/1861/ETH_oob.txt" + #set_global_flag = is_negusa_nagast + literacy = 0.10 + non_state_culture_literacy = 0.05 + + foreign_weapons = yes_foreign_weapons + foreign_training = yes_foreign_training + admin_reform = yes_admin_reform + + # Technologies + flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/EZO - EzoRep.txt b/HPM/history/countries/EZO - EzoRep.txt index ddd3aabd..bf01bfbf 100644 --- a/HPM/history/countries/EZO - EzoRep.txt +++ b/HPM/history/countries/EZO - EzoRep.txt @@ -1,64 +1,64 @@ -capital = 1642 -primary_culture = japanese -culture = ainu -religion = shinto -government = democracy -plurality = 10 -nationalvalue = nv_autocracy -literacy = 0.6 -non_state_culture_literacy = 0.30 -civilized = yes -prestige = 2 - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = proportional_representation -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = shinto_country - -ruling_party = EZO_reactionary -upper_house = { - fascist = 0 - liberal = 18 - conservative = 21 - reactionary = 61 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -} - +capital = 1642 +primary_culture = japanese +culture = ainu +religion = shinto +government = democracy +plurality = 10 +nationalvalue = nv_autocracy +literacy = 0.6 +non_state_culture_literacy = 0.30 +civilized = yes +prestige = 2 + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = proportional_representation +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = shinto_country + +ruling_party = EZO_reactionary +upper_house = { + fascist = 0 + liberal = 18 + conservative = 21 + reactionary = 61 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/FDL - Fadhli.txt b/HPM/history/countries/FDL - Fadhli.txt index a8702a68..d8b7af35 100644 --- a/HPM/history/countries/FDL - Fadhli.txt +++ b/HPM/history/countries/FDL - Fadhli.txt @@ -1,64 +1,65 @@ -capital = 1176 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 80 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "FDL_oob.txt" +capital = 1176 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 80 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "FDL_oob.txt" diff --git a/HPM/history/countries/FIJ - Fiji.txt b/HPM/history/countries/FIJ - Fiji.txt index 543131aa..c0ddbf13 100644 --- a/HPM/history/countries/FIJ - Fiji.txt +++ b/HPM/history/countries/FIJ - Fiji.txt @@ -1,55 +1,56 @@ -capital = 2454 -primary_culture = melanesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2454 +primary_culture = melanesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = FSM_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country + +ruling_party = FSM_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/FIN - Finland.txt b/HPM/history/countries/FIN - Finland.txt index 72a0d96a..e4c0f666 100644 --- a/HPM/history/countries/FIN - Finland.txt +++ b/HPM/history/countries/FIN - Finland.txt @@ -27,7 +27,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -42,13 +42,13 @@ set_country_flag = protestant_country ruling_party = FIN_conservative upper_house = { - fascist = 0 - liberal = 0 - conservative = 80 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 0 + conservative = 80 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } decision = FIN_1836_setup @@ -79,4 +79,3 @@ mechanical_production = 1 hot_blast = 1 basic_chemistry = 1 piston_steam_engine = 1 - diff --git a/HPM/history/countries/FIU - Fiume.txt b/HPM/history/countries/FIU - Fiume.txt index c8e4e8f3..41903cac 100644 --- a/HPM/history/countries/FIU - Fiume.txt +++ b/HPM/history/countries/FIU - Fiume.txt @@ -1,54 +1,55 @@ -capital = 778 -primary_culture = north_italian -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_equality -literacy = 0.4 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 778 +primary_culture = north_italian +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_equality +literacy = 0.4 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = FIU_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 70 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = FIU_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 70 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/FJN - Fujian.txt b/HPM/history/countries/FJN - Fujian.txt index de04a3a6..f47f1008 100644 --- a/HPM/history/countries/FJN - Fujian.txt +++ b/HPM/history/countries/FJN - Fujian.txt @@ -1,85 +1,85 @@ -capital = 1482 -primary_culture = min -culture = nanfaren -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1482 +primary_culture = min +culture = nanfaren +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = FJN_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 90 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -foreign_officers = yes_foreign_officers - -# Technologies -flintlock_rifles = 1 -military_staff_system = 1 - +set_country_flag = mahayana_country + +ruling_party = FJN_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 90 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +foreign_officers = yes_foreign_officers + +# Technologies +flintlock_rifles = 1 +military_staff_system = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -} - +#big_sail_support = yes + +} diff --git a/HPM/history/countries/FLA - Flanders.txt b/HPM/history/countries/FLA - Flanders.txt index 739ca376..039bd482 100644 --- a/HPM/history/countries/FLA - Flanders.txt +++ b/HPM/history/countries/FLA - Flanders.txt @@ -1,49 +1,49 @@ -capital = 387 -primary_culture = flemish -culture = dutch -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_liberty -literacy = 0.28 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 387 +primary_culture = flemish +culture = dutch +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_liberty +literacy = 0.28 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = FLA_conservative -upper_house = { - fascist = 0 - liberal = 18 - conservative = 65 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = FLA_conservative +upper_house = { + fascist = 0 + liberal = 18 + conservative = 65 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/FRA - France.txt b/HPM/history/countries/FRA - France.txt index 2d1b3023..bdb16d97 100644 --- a/HPM/history/countries/FRA - France.txt +++ b/HPM/history/countries/FRA - France.txt @@ -1,230 +1,231 @@ -capital = 425 -primary_culture = french -culture = french_canadian -culture = picard -culture = breton -religion = catholic -government = hms_government -plurality = 25 -nationalvalue = nv_liberty -literacy = 0.50 -non_state_culture_literacy = 0.01 -civilized = yes - -#GreaterPowers = prestige -prestige = 120 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 425 +primary_culture = french +culture = french_canadian +culture = picard +culture = breton +religion = catholic +government = hms_government +plurality = 25 +nationalvalue = nv_liberty +literacy = 0.50 +non_state_culture_literacy = 0.01 +civilized = yes + +#GreaterPowers = prestige +prestige = 120 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -battleship_column_doctrine = 1 -clipper_design = 1 -steamers = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -experimental_railroad = 1 -basic_chemistry = 1 -stock_exchange = 1 -ad_hoc_money_bill_printing = 1 -romanticism = 1 -interchangeable_parts = 1 -high_pressure_steam_engine = 1 -late_classical_theory = 1 - -# Inventions -secularization = yes -social_conscience = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -ruling_party = FRA_conservative -last_election = 1834.6.21 -upper_house = { - fascist = 0 - liberal = 12 - conservative = 70 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = hms_government - flag = presidential_dictatorship -} - -schools = culture_tech_school -decision = france_1836_setup - -oob = "FRA_oob.txt" - -foreign_investment = { - PAP = 6000 - SAR = 4000 -} - -1861.1.1 = { - oob = "/1861/FRA_oob.txt" - prestige = 140 - plurality = 65 - literacy = 0.65 - non_state_culture_literacy = 0.15 - - - decision = support_french_foreign_legion - set_country_flag = cochinchina_campaign - set_country_flag = claimed_authority_over_holy_land - set_global_flag = liberal_revolutions_should_now_fire - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = state_controlled -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = twelve_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -ruling_party = FRA_reactionary -government = presidential_dictatorship -upper_house = { - fascist = 0 - liberal = 30 - conservative = 25 - reactionary = 45 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} \ No newline at end of file +set_country_flag = catholic_country + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +battleship_column_doctrine = 1 +clipper_design = 1 +steamers = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +experimental_railroad = 1 +basic_chemistry = 1 +stock_exchange = 1 +ad_hoc_money_bill_printing = 1 +romanticism = 1 +interchangeable_parts = 1 +high_pressure_steam_engine = 1 +late_classical_theory = 1 + +# Inventions +secularization = yes +social_conscience = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +ruling_party = FRA_conservative +last_election = 1834.6.21 +upper_house = { + fascist = 0 + liberal = 12 + conservative = 70 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = hms_government + flag = presidential_dictatorship +} + +schools = culture_tech_school +decision = france_1836_setup + +oob = "FRA_oob.txt" + +foreign_investment = { + PAP = 6000 + SAR = 4000 +} + +1861.1.1 = { + oob = "/1861/FRA_oob.txt" + prestige = 140 + plurality = 65 + literacy = 0.65 + non_state_culture_literacy = 0.15 + + + decision = support_french_foreign_legion + set_country_flag = cochinchina_campaign + set_country_flag = claimed_authority_over_holy_land + set_global_flag = liberal_revolutions_should_now_fire + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = state_controlled +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = twelve_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +ruling_party = FRA_reactionary +government = presidential_dictatorship +upper_house = { + fascist = 0 + liberal = 30 + conservative = 25 + reactionary = 45 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/FRM - Frankfurt am Main.txt b/HPM/history/countries/FRM - Frankfurt am Main.txt index 9fd47b8c..6c7c7b70 100644 --- a/HPM/history/countries/FRM - Frankfurt am Main.txt +++ b/HPM/history/countries/FRM - Frankfurt am Main.txt @@ -1,173 +1,174 @@ -capital = 564 -primary_culture = north_german -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.8 -non_state_culture_literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 564 +primary_culture = north_german +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.8 +non_state_culture_literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = FRM_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "FRM_oob.txt" -1861.1.1 = { - oob = "/1861/FRM_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Political reforms - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = censored_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = non_secret_ballots - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = FRM_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "FRM_oob.txt" +1861.1.1 = { + oob = "/1861/FRM_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Political reforms + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = censored_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = non_secret_ballots + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/FRO - Faroe.txt b/HPM/history/countries/FRO - Faroe.txt index 486a901a..d4337559 100644 --- a/HPM/history/countries/FRO - Faroe.txt +++ b/HPM/history/countries/FRO - Faroe.txt @@ -1,55 +1,56 @@ -capital = 253 -primary_culture = icelandic -religion = protestant -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.87 -civilized = yes -is_releasable_vassal = no - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 253 +primary_culture = icelandic +religion = protestant +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.87 +civilized = yes +is_releasable_vassal = no + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = FRO_liberal -upper_house = { - fascist = 0 - liberal = 65 - conservative = 25 - reactionary = 5 - anarcho_liberal = 2 - socialist = 3 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = FRO_liberal +upper_house = { + fascist = 0 + liberal = 65 + conservative = 25 + reactionary = 5 + anarcho_liberal = 2 + socialist = 3 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/FSA - Free States of America.txt b/HPM/history/countries/FSA - Free States of America.txt index 62873c5e..a89f3a21 100644 --- a/HPM/history/countries/FSA - Free States of America.txt +++ b/HPM/history/countries/FSA - Free States of America.txt @@ -1,50 +1,51 @@ -capital = 223 -primary_culture = yankee -culture = afro_american -religion = protestant -government = democracy -plurality = 5.0 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 223 +primary_culture = yankee +culture = afro_american +religion = protestant +government = democracy +plurality = 5.0 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = USA_liberal -upper_house = { - fascist = 0 - liberal = 50 - conservative = 40 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = USA_liberal +upper_house = { + fascist = 0 + liberal = 50 + conservative = 40 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/GAB - Gabon.txt b/HPM/history/countries/GAB - Gabon.txt index 81a7b2d6..14cf464a 100644 --- a/HPM/history/countries/GAB - Gabon.txt +++ b/HPM/history/countries/GAB - Gabon.txt @@ -1,50 +1,50 @@ -capital = 1972 -primary_culture = fang -culture = forest_bantu -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1972 +primary_culture = fang +culture = forest_bantu +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = post_colonial_country - -ruling_party = GAB_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +set_country_flag = post_colonial_country + +ruling_party = GAB_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GAZ - Gaza.txt b/HPM/history/countries/GAZ - Gaza.txt index 798e6b53..f38bc8b8 100644 --- a/HPM/history/countries/GAZ - Gaza.txt +++ b/HPM/history/countries/GAZ - Gaza.txt @@ -1,61 +1,62 @@ -capital = 2058 -primary_culture = nguni -culture = tonga -culture = sena -culture = southern_bantu -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2058 +primary_culture = nguni +culture = tonga +culture = sena +culture = southern_bantu +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = GAZ_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "GAZ_oob.txt" -1861.1.1 = { - oob = "/1861/GAZ_oob.txt" -} +set_country_flag = animist_country + +ruling_party = GAZ_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "GAZ_oob.txt" +1861.1.1 = { + oob = "/1861/GAZ_oob.txt" +} diff --git a/HPM/history/countries/GBU - Gabu.txt b/HPM/history/countries/GBU - Gabu.txt index ba3d509b..18ff9c1a 100644 --- a/HPM/history/countries/GBU - Gabu.txt +++ b/HPM/history/countries/GBU - Gabu.txt @@ -1,65 +1,66 @@ -capital = 1878 -primary_culture = western_nigritic -culture = mande -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1878 +primary_culture = western_nigritic +culture = mande +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = GBU_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 50 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "GBU_oob.txt" -1861.1.1 = { - oob = "/1861/GBU_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = GBU_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 50 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "GBU_oob.txt" +1861.1.1 = { + oob = "/1861/GBU_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/GCO - Gran Colombia.txt b/HPM/history/countries/GCO - Gran Colombia.txt index c2aa83da..1cd9b66a 100644 --- a/HPM/history/countries/GCO - Gran Colombia.txt +++ b/HPM/history/countries/GCO - Gran Colombia.txt @@ -1,51 +1,52 @@ -capital = 2247 -primary_culture = north_andean -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.12 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2247 +primary_culture = north_andean +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.12 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = GCO_liberal -last_election = 1832.3.10 -upper_house = { - fascist = 0 - liberal = 52 - conservative = 31 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = GCO_liberal +last_election = 1832.3.10 +upper_house = { + fascist = 0 + liberal = 52 + conservative = 31 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/GEL - Geledi.txt b/HPM/history/countries/GEL - Geledi.txt index c2929408..0626f8ae 100644 --- a/HPM/history/countries/GEL - Geledi.txt +++ b/HPM/history/countries/GEL - Geledi.txt @@ -1,64 +1,65 @@ -capital = 1868 -primary_culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = GEL_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = sunni_country - -oob = "GEL_oob.txt" -1861.1.1 = { - oob = "/1861/GEL_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1868 +primary_culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = GEL_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = sunni_country + +oob = "GEL_oob.txt" +1861.1.1 = { + oob = "/1861/GEL_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/GEO - Georgia.txt b/HPM/history/countries/GEO - Georgia.txt index fd27d214..14386d4c 100644 --- a/HPM/history/countries/GEO - Georgia.txt +++ b/HPM/history/countries/GEO - Georgia.txt @@ -1,75 +1,76 @@ -capital = 1090 -primary_culture = georgian -religion = orthodox -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1090 +primary_culture = georgian +religion = orthodox +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = GEO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 68 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -piston_steam_engine = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { -# Technologies - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - no_standard = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - piston_steam_engine = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = GEO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 68 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +piston_steam_engine = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { +# Technologies + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + no_standard = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + piston_steam_engine = 1 + +#Inventions +} diff --git a/HPM/history/countries/GER - Germany.txt b/HPM/history/countries/GER - Germany.txt index b2a15310..8ffa6981 100644 --- a/HPM/history/countries/GER - Germany.txt +++ b/HPM/history/countries/GER - Germany.txt @@ -1,53 +1,52 @@ -capital = 549 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 0.15 -nationalvalue = nv_order -literacy = 0.87 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = twelve_hours -safety_regulations = good_safety -health_care = good_health_care -unemployment_subsidies = low_subsidies -pensions = good_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 549 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 0.15 +nationalvalue = nv_order +literacy = 0.87 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = twelve_hours +safety_regulations = good_safety +health_care = good_health_care +unemployment_subsidies = low_subsidies +pensions = good_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = GER_conservative -upper_house = { - fascist = 0 - liberal = 55 - conservative = 25 - reactionary = 5 - anarcho_liberal = 5 - socialist = 5 - communist = 5 -} - -schools = army_tech_school - - +set_country_flag = protestant_country + +ruling_party = GER_conservative +upper_house = { + fascist = 0 + liberal = 55 + conservative = 25 + reactionary = 5 + anarcho_liberal = 5 + socialist = 5 + communist = 5 +} + +schools = army_tech_school diff --git a/HPM/history/countries/GHN - Ghana.txt b/HPM/history/countries/GHN - Ghana.txt index 133fcb65..ce205106 100644 --- a/HPM/history/countries/GHN - Ghana.txt +++ b/HPM/history/countries/GHN - Ghana.txt @@ -1,70 +1,71 @@ -capital = 1911 -primary_culture = akan -culture = gur -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1911 +primary_culture = akan +culture = gur +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders - -ruling_party = ASH2_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 60 - reactionary = 40 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -#foreign_weapons = yes_foreign_weapons -# Technologies -#flintlock_rifles = 1 - - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ASH_oob.txt" -1861.1.1 = { - oob = "/1861/ASH_oob.txt" -} -1861.1.1 = { - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -} \ No newline at end of file + +ruling_party = ASH2_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 60 + reactionary = 40 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +#foreign_weapons = yes_foreign_weapons +# Technologies +#flintlock_rifles = 1 + + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ASH_oob.txt" +1861.1.1 = { + oob = "/1861/ASH_oob.txt" +} +1861.1.1 = { + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +} diff --git a/HPM/history/countries/GLC - Galicia.txt b/HPM/history/countries/GLC - Galicia.txt index 5e41d68e..742c20ef 100644 --- a/HPM/history/countries/GLC - Galicia.txt +++ b/HPM/history/countries/GLC - Galicia.txt @@ -1,48 +1,49 @@ -capital = 474 -primary_culture = spanish -religion = catholic -government = hms_government -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.13 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 474 +primary_culture = spanish +religion = catholic +government = hms_government +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.13 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = GLC_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = GLC_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GLM - Galicia-Lodomeria.txt b/HPM/history/countries/GLM - Galicia-Lodomeria.txt index ae72542e..a06d1a0f 100644 --- a/HPM/history/countries/GLM - Galicia-Lodomeria.txt +++ b/HPM/history/countries/GLM - Galicia-Lodomeria.txt @@ -1,48 +1,49 @@ -capital = 702 -primary_culture = polish -religion = catholic -government = hms_government -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 702 +primary_culture = polish +religion = catholic +government = hms_government +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = POL_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 40 - reactionary = 12 - anarcho_liberal = 12 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = POL_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 40 + reactionary = 12 + anarcho_liberal = 12 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GMB - Gambia.txt b/HPM/history/countries/GMB - Gambia.txt index e871bcad..4e0aae7d 100644 --- a/HPM/history/countries/GMB - Gambia.txt +++ b/HPM/history/countries/GMB - Gambia.txt @@ -1,52 +1,52 @@ -capital = 1785 -primary_culture = mande -culture = fulbe -culture = wolof -culture = western_nigritic -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1785 +primary_culture = mande +culture = fulbe +culture = wolof +culture = western_nigritic +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = GMB_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = GMB_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GMJ - Guominjun.txt b/HPM/history/countries/GMJ - Guominjun.txt index 497b4666..2545bf1e 100644 --- a/HPM/history/countries/GMJ - Guominjun.txt +++ b/HPM/history/countries/GMJ - Guominjun.txt @@ -1,47 +1,48 @@ -capital = 1559 -primary_culture = beifaren -religion = protestant -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -set_country_flag = protestant_country - -ruling_party = GMJ_socialist -upper_house = { - fascist = 0 - liberal = 5 - conservative = 40 - reactionary = 5 - anarcho_liberal = 0 - socialist = 40 - communist = 10 -} +capital = 1559 +primary_culture = beifaren +religion = protestant +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +set_country_flag = protestant_country + +ruling_party = GMJ_socialist +upper_house = { + fascist = 0 + liberal = 5 + conservative = 40 + reactionary = 5 + anarcho_liberal = 0 + socialist = 40 + communist = 10 +} diff --git a/HPM/history/countries/GNE - Guinea.txt b/HPM/history/countries/GNE - Guinea.txt index da7190bc..411c4909 100644 --- a/HPM/history/countries/GNE - Guinea.txt +++ b/HPM/history/countries/GNE - Guinea.txt @@ -1,51 +1,51 @@ -capital = 1879 -primary_culture = mande -culture = fulbe -culture = western_nigritic -culture = dyula -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = sunni_country -set_country_flag = post_colonial_country - -ruling_party = GNE_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 1879 +primary_culture = mande +culture = fulbe +culture = western_nigritic +culture = dyula +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = sunni_country +set_country_flag = post_colonial_country + +ruling_party = GNE_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GNG - Guangdong.txt b/HPM/history/countries/GNG - Guangdong.txt index 28c1e0dd..ac0f482c 100644 --- a/HPM/history/countries/GNG - Guangdong.txt +++ b/HPM/history/countries/GNG - Guangdong.txt @@ -1,87 +1,88 @@ -capital = 1493 -primary_culture = yue -culture = nanfaren -culture = hakka -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1493 +primary_culture = yue +culture = nanfaren +culture = hakka +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = GNG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = GNG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 0 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -admin_reform = yes_admin_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 0 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +admin_reform = yes_admin_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes - -} \ No newline at end of file + +} diff --git a/HPM/history/countries/GON - Gonder.txt b/HPM/history/countries/GON - Gonder.txt index 37dce56c..66a0eda1 100644 --- a/HPM/history/countries/GON - Gonder.txt +++ b/HPM/history/countries/GON - Gonder.txt @@ -1,67 +1,68 @@ -capital = 1852 -primary_culture = amhara -culture = tigray -culture = oromo -culture = cushitic -religion = coptic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1852 +primary_culture = amhara +culture = tigray +culture = oromo +culture = cushitic +religion = coptic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = GON_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 40 - reactionary = 50 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -oob = "GON_oob.txt" - - -# Technologies - +set_country_flag = coptic_country + +ruling_party = GON_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 40 + reactionary = 50 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +oob = "GON_oob.txt" + + +# Technologies + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/GRE - Greece.txt b/HPM/history/countries/GRE - Greece.txt index 2f5ab095..b1369658 100644 --- a/HPM/history/countries/GRE - Greece.txt +++ b/HPM/history/countries/GRE - Greece.txt @@ -1,150 +1,151 @@ -capital = 834 -primary_culture = greek -religion = orthodox -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.08 -civilized = yes -prestige = 4 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 834 +primary_culture = greek +religion = orthodox +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.08 +civilized = yes +prestige = 4 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = GRE_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = GRE_1836_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "GRE_oob.txt" -1861.1.1 = { - oob = "/1861/GRE_oob.txt" - - - government = prussian_constitutionalism - plurality = 50 - literacy = 0.27 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = GRE_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = GRE_1836_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "GRE_oob.txt" +1861.1.1 = { + oob = "/1861/GRE_oob.txt" + + + government = prussian_constitutionalism + plurality = 50 + literacy = 0.27 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/GRN - Greenland.txt b/HPM/history/countries/GRN - Greenland.txt index 32a7981b..a2c0d8ae 100644 --- a/HPM/history/countries/GRN - Greenland.txt +++ b/HPM/history/countries/GRN - Greenland.txt @@ -1,49 +1,50 @@ -capital = 251 -primary_culture = danish -culture = inuit -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -non_state_culture_literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = low_health_care -unemployment_subsidies = low_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 251 +primary_culture = danish +culture = inuit +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +non_state_culture_literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = low_health_care +unemployment_subsidies = low_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = DAN_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 70 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +ruling_party = DAN_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 70 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GUA - Guatemala.txt b/HPM/history/countries/GUA - Guatemala.txt index eab62e00..65bcae36 100644 --- a/HPM/history/countries/GUA - Guatemala.txt +++ b/HPM/history/countries/GUA - Guatemala.txt @@ -1,98 +1,99 @@ -capital = 2186 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2186 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = GUA_conservative -upper_house = { - fascist = 0 - liberal = 38 - conservative = 36 - reactionary = 26 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { - oob = "/1861/GUA_oob.txt" - plurality = 50 -} -1861.1.1 = { - -set_global_flag = the_usca_has_failed -set_country_flag = new_world_nation - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = GUA_conservative +upper_house = { + fascist = 0 + liberal = 38 + conservative = 36 + reactionary = 26 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { + oob = "/1861/GUA_oob.txt" + plurality = 50 +} +1861.1.1 = { + +set_global_flag = the_usca_has_failed +set_country_flag = new_world_nation + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/GUY - Guyana.txt b/HPM/history/countries/GUY - Guyana.txt index 74f95171..8ffb4998 100644 --- a/HPM/history/countries/GUY - Guyana.txt +++ b/HPM/history/countries/GUY - Guyana.txt @@ -1,52 +1,53 @@ -capital = 2240 -primary_culture = afro_caribbean -culture = afro_antillean -culture = amazonian -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.08 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2240 +primary_culture = afro_caribbean +culture = afro_antillean +culture = amazonian +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.08 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = new_world_nation - -ruling_party = GUY_conservative -last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +set_country_flag = new_world_nation + +ruling_party = GUY_conservative +last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/GWA - Gwalior.txt b/HPM/history/countries/GWA - Gwalior.txt index 561964e5..73fb3f6d 100644 --- a/HPM/history/countries/GWA - Gwalior.txt +++ b/HPM/history/countries/GWA - Gwalior.txt @@ -1,84 +1,85 @@ -capital = 1270 -primary_culture = marathi -culture = avadhi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1270 +primary_culture = marathi +culture = avadhi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = GWA_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = GWA_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "GWA_oob.txt" -1861.1.1 = { - oob = "/1861/GWA_oob.txt" -} -1861.1.1 = { - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "GWA_oob.txt" +1861.1.1 = { + oob = "/1861/GWA_oob.txt" +} +1861.1.1 = { + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/GXI - Guangxi Clique.txt b/HPM/history/countries/GXI - Guangxi Clique.txt index 613358f8..dc2d8755 100644 --- a/HPM/history/countries/GXI - Guangxi Clique.txt +++ b/HPM/history/countries/GXI - Guangxi Clique.txt @@ -1,91 +1,92 @@ -capital = 1502 -primary_culture = zhuang -culture = yue -culture = nanfaren -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1502 +primary_culture = zhuang +culture = yue +culture = nanfaren +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = GXI_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - - - -1861.1.1 = { - - literacy = 0.07 - non_state_culture_literacy = 0.04 - - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - # Technologies - flintlock_rifles = 1 - military_staff_system = 1 - - # Inventions +set_country_flag = mahayana_country + +ruling_party = GXI_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + + + +1861.1.1 = { + + literacy = 0.07 + non_state_culture_literacy = 0.04 + + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + # Technologies + flintlock_rifles = 1 + military_staff_system = 1 + + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -} +#big_sail_support = yes + +} diff --git a/HPM/history/countries/HAI - Haiti.txt b/HPM/history/countries/HAI - Haiti.txt index d4caf2bc..a78b75c9 100644 --- a/HPM/history/countries/HAI - Haiti.txt +++ b/HPM/history/countries/HAI - Haiti.txt @@ -1,134 +1,134 @@ -capital = 2213 -primary_culture = afro_antillean -culture = afro_caribeno -religion = catholic -government = presidential_dictatorship -plurality = 10 -nationalvalue = nv_equality -literacy = 0.02 -non_state_culture_literacy = 0.05 -civilized = yes -prestige = 0 - -# Political reforms -slavery = no_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2213 +primary_culture = afro_antillean +culture = afro_caribeno +religion = catholic +government = presidential_dictatorship +plurality = 10 +nationalvalue = nv_equality +literacy = 0.02 +non_state_culture_literacy = 0.05 +civilized = yes +prestige = 0 + +# Political reforms +slavery = no_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country -set_country_flag = new_world_nation -set_country_flag = slave_revolution - -ruling_party = HAI_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school - -# Technologies - -# Inventions -#bottling_process = yes +set_country_flag = catholic_country +set_country_flag = new_world_nation +set_country_flag = slave_revolution + +ruling_party = HAI_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school + +# Technologies + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "HAI_oob.txt" -1861.1.1 = { - oob = "/1861/HAI_oob.txt" - plurality = 50 - literacy = 0.08 -} -1861.1.1 = { - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = none_voting - public_meetings = no_meeting - press_rights = state_press - trade_unions = no_trade_unions - voting_system = jefferson_method - political_parties = underground_parties - - # Social Reforms - wage_reform = no_minimum_wage - work_hours = no_work_hour_limit - safety_regulations = no_safety - health_care = no_health_care - unemployment_subsidies = no_subsidies - pensions = no_pensions - school_reforms = no_schools - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} - +#big_sail_support = yes + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "HAI_oob.txt" +1861.1.1 = { + oob = "/1861/HAI_oob.txt" + plurality = 50 + literacy = 0.08 +} +1861.1.1 = { + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = none_voting + public_meetings = no_meeting + press_rights = state_press + trade_unions = no_trade_unions + voting_system = jefferson_method + political_parties = underground_parties + + # Social Reforms + wage_reform = no_minimum_wage + work_hours = no_work_hour_limit + safety_regulations = no_safety + health_care = no_health_care + unemployment_subsidies = no_subsidies + pensions = no_pensions + school_reforms = no_schools + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/HAL - Hail.txt b/HPM/history/countries/HAL - Hail.txt index 0f7d9655..d5d910b2 100644 --- a/HPM/history/countries/HAL - Hail.txt +++ b/HPM/history/countries/HAL - Hail.txt @@ -1,68 +1,68 @@ -capital = 1160 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = HAL_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "HAL_oob.txt" -1861.1.1 = { - oob = "/1861/HAL_oob.txt" -} - +capital = 1160 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = HAL_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "HAL_oob.txt" +1861.1.1 = { + oob = "/1861/HAL_oob.txt" +} diff --git a/HPM/history/countries/HAM - Hamburg.txt b/HPM/history/countries/HAM - Hamburg.txt index 0d69aee8..1f4698a7 100644 --- a/HPM/history/countries/HAM - Hamburg.txt +++ b/HPM/history/countries/HAM - Hamburg.txt @@ -1,173 +1,174 @@ -capital = 528 -primary_culture = north_german -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.8 -non_state_culture_literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 528 +primary_culture = north_german +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.8 +non_state_culture_literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAM_conservative_2 -upper_house = { - fascist = 0 - liberal = 26 - conservative = 59 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "HAM_oob.txt" -1861.1.1 = { - oob = "/1861/HAM_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Political reforms - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = censored_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = non_secret_ballots - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = HAM_conservative_2 +upper_house = { + fascist = 0 + liberal = 26 + conservative = 59 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "HAM_oob.txt" +1861.1.1 = { + oob = "/1861/HAM_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Political reforms + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = censored_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = non_secret_ballots + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HAN - Hannover.txt b/HPM/history/countries/HAN - Hannover.txt index 837be407..17a04ad9 100644 --- a/HPM/history/countries/HAN - Hannover.txt +++ b/HPM/history/countries/HAN - Hannover.txt @@ -1,163 +1,164 @@ -capital = 534 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 534 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country -set_country_flag = exempt_from_vassal_contribution - -ruling_party = HAN_conservative_2 -upper_house = { - fascist = 0 - liberal = 37 - conservative = 58 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "HAN_oob.txt" -1861.1.1 = { - oob = "/1861/HAN_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country +set_country_flag = exempt_from_vassal_contribution + +ruling_party = HAN_conservative_2 +upper_house = { + fascist = 0 + liberal = 37 + conservative = 58 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "HAN_oob.txt" +1861.1.1 = { + oob = "/1861/HAN_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HAR - Harar.txt b/HPM/history/countries/HAR - Harar.txt index 3d6737e4..b2dfd695 100644 --- a/HPM/history/countries/HAR - Harar.txt +++ b/HPM/history/countries/HAR - Harar.txt @@ -1,59 +1,59 @@ -capital = 1865 -primary_culture = harari -culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = HAR_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "HAR_oob.txt" -1861.1.1 = { - oob = "/1861/HAR_oob.txt" -} - +capital = 1865 +primary_culture = harari +culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = HAR_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "HAR_oob.txt" +1861.1.1 = { + oob = "/1861/HAR_oob.txt" +} diff --git a/HPM/history/countries/HAW - Hawaii.txt b/HPM/history/countries/HAW - Hawaii.txt index 1e6a75f4..e47160e7 100644 --- a/HPM/history/countries/HAW - Hawaii.txt +++ b/HPM/history/countries/HAW - Hawaii.txt @@ -1,75 +1,76 @@ -capital = 658 -primary_culture = polynesian -culture = yankee -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 658 +primary_culture = polynesian +culture = yankee +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "HAW_oob.txt" -1861.1.1 = { - - literacy = 0.83 - - #Economic Reforms - land_reform = yes_land_reform - admin_reform = yes_admin_reform - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - piston_steam_engine = 1 - flintlock_rifles = 1 -} +#big_sail_support = yes + +oob = "HAW_oob.txt" +1861.1.1 = { + + literacy = 0.83 + + #Economic Reforms + land_reform = yes_land_reform + admin_reform = yes_admin_reform + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + piston_steam_engine = 1 + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/HBY - Hobyo.txt b/HPM/history/countries/HBY - Hobyo.txt index 5f4ed57b..579c3e14 100644 --- a/HPM/history/countries/HBY - Hobyo.txt +++ b/HPM/history/countries/HBY - Hobyo.txt @@ -1,57 +1,57 @@ -capital = 1871 -primary_culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MAJ_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - +capital = 1871 +primary_culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MAJ_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/HDJ - Hedjaz.txt b/HPM/history/countries/HDJ - Hedjaz.txt index 23927e0c..979ef181 100644 --- a/HPM/history/countries/HDJ - Hedjaz.txt +++ b/HPM/history/countries/HDJ - Hedjaz.txt @@ -1,77 +1,77 @@ -capital = 1152 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = HEJ_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "HDJ_oob.txt" -1861.1.1 = { - oob = "/1861/HDJ_oob.txt" - literacy = 0.13 - non_state_culture_literacy = 0.04 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - +capital = 1152 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = HEJ_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "HDJ_oob.txt" +1861.1.1 = { + oob = "/1861/HDJ_oob.txt" + literacy = 0.13 + non_state_culture_literacy = 0.04 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/HEK - HesseKassel.txt b/HPM/history/countries/HEK - HesseKassel.txt index fa1b8e83..e1db3a89 100644 --- a/HPM/history/countries/HEK - HesseKassel.txt +++ b/HPM/history/countries/HEK - HesseKassel.txt @@ -1,164 +1,165 @@ -capital = 566 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 566 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HEK_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "HEK_oob.txt" -1861.1.1 = { - oob = "/1861/HEK_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = HEK_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "HEK_oob.txt" +1861.1.1 = { + oob = "/1861/HEK_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HES - HesseDarmstadt.txt b/HPM/history/countries/HES - HesseDarmstadt.txt index 0ebee8eb..3782938d 100644 --- a/HPM/history/countries/HES - HesseDarmstadt.txt +++ b/HPM/history/countries/HES - HesseDarmstadt.txt @@ -1,163 +1,164 @@ -capital = 2560 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2560 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HED_reactionary -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "HES_oob.txt" -1861.1.1 = { - oob = "/1861/HES_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = HED_reactionary +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "HES_oob.txt" +1861.1.1 = { + oob = "/1861/HES_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HND - India.txt b/HPM/history/countries/HND - India.txt index 1ffe159c..d62157ae 100644 --- a/HPM/history/countries/HND - India.txt +++ b/HPM/history/countries/HND - India.txt @@ -1,68 +1,69 @@ -capital = 1251 -primary_culture = marathi -culture = avadhi -culture = bihari -culture = tamil -culture = kanauji -culture = rajput -culture = bengali -culture = panjabi -culture = kashmiri -culture = manipuri -culture = assamese -culture = oriya -religion = hindu -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.02 - -ruling_party = HND_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1251 +primary_culture = marathi +culture = avadhi +culture = bihari +culture = tamil +culture = kanauji +culture = rajput +culture = bengali +culture = panjabi +culture = kashmiri +culture = manipuri +culture = assamese +culture = oriya +religion = hindu +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.02 + +ruling_party = HND_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = hindu_country - -schools = developing_tech_school - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +schools = developing_tech_school + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/HNN - Hunan.txt b/HPM/history/countries/HNN - Hunan.txt index 9841ccc8..3bd85a32 100644 --- a/HPM/history/countries/HNN - Hunan.txt +++ b/HPM/history/countries/HNN - Hunan.txt @@ -1,54 +1,55 @@ -capital = 1524 -primary_culture = nanfaren -religion = mahayana -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1524 +primary_culture = nanfaren +religion = mahayana +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = HNN_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 50 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 20 -} - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = HNN_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 50 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 20 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/HOL - Holstein.txt b/HPM/history/countries/HOL - Holstein.txt index 0c105b61..777b454f 100644 --- a/HPM/history/countries/HOL - Holstein.txt +++ b/HPM/history/countries/HOL - Holstein.txt @@ -1,162 +1,163 @@ -capital = 369 -primary_culture = north_german -culture = danish -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 369 +primary_culture = north_german +culture = danish +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HLS_conservative_2 -upper_house = { - fascist = 0 - liberal = 19 - conservative = 63 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "HOL_oob.txt" -1861.1.1 = { - oob = "/1861/HOL_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = HLS_conservative_2 +upper_house = { + fascist = 0 + liberal = 19 + conservative = 63 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "HOL_oob.txt" +1861.1.1 = { + oob = "/1861/HOL_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HON - Honduras.txt b/HPM/history/countries/HON - Honduras.txt index 727d2a2f..99aec280 100644 --- a/HPM/history/countries/HON - Honduras.txt +++ b/HPM/history/countries/HON - Honduras.txt @@ -1,117 +1,118 @@ -capital = 2193 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 25.1 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2193 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 25.1 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = HON_conservative -upper_house = { - fascist = 0 - liberal = 53 - conservative = 29 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 -1861.1.1 = { - oob = "/1861/HON_oob.txt" - plurality = 50 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = HON_conservative +upper_house = { + fascist = 0 + liberal = 53 + conservative = 29 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 +1861.1.1 = { + oob = "/1861/HON_oob.txt" + plurality = 50 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions + +} diff --git a/HPM/history/countries/HTY - Hatay.txt b/HPM/history/countries/HTY - Hatay.txt index d7e9cc2e..c7df8670 100644 --- a/HPM/history/countries/HTY - Hatay.txt +++ b/HPM/history/countries/HTY - Hatay.txt @@ -1,75 +1,76 @@ -capital = 900 -primary_culture = turkish -religion = sunni -government = absolute_monarchy -plurality = 5.0 -nationalvalue = nv_autocracy -literacy = 0.03 -non_state_culture_literacy = 0.01 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -ruling_party = TUR_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = unreleasable_country - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 -clipper_design = 1 - -# Inventions - -#Starting Consciousness -consciousness = 1 -nonstate_consciousness = 0 - -schools = developing_tech_school +capital = 900 +primary_culture = turkish +religion = sunni +government = absolute_monarchy +plurality = 5.0 +nationalvalue = nv_autocracy +literacy = 0.03 +non_state_culture_literacy = 0.01 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +ruling_party = TUR_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = unreleasable_country + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 +clipper_design = 1 + +# Inventions + +#Starting Consciousness +consciousness = 1 +nonstate_consciousness = 0 + +schools = developing_tech_school diff --git a/HPM/history/countries/HUI - Anhui.txt b/HPM/history/countries/HUI - Anhui.txt index a0f94ea3..2f546bb1 100644 --- a/HPM/history/countries/HUI - Anhui.txt +++ b/HPM/history/countries/HUI - Anhui.txt @@ -1,59 +1,60 @@ -capital = 1474 -primary_culture = beifaren -religion = mahayana -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1474 +primary_culture = beifaren +religion = mahayana +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = HUI_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 30 - reactionary = 60 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = HUI_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 30 + reactionary = 60 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/HUN - Hungary.txt b/HPM/history/countries/HUN - Hungary.txt index 67459a6d..3feffca0 100644 --- a/HPM/history/countries/HUN - Hungary.txt +++ b/HPM/history/countries/HUN - Hungary.txt @@ -1,48 +1,48 @@ -capital = 641 -primary_culture = hungarian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.25 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 641 +primary_culture = hungarian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.25 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = HUN_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 58 - reactionary = 12 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = HUN_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 58 + reactionary = 12 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/HYD - Hyderabad.txt b/HPM/history/countries/HYD - Hyderabad.txt index acd650ed..f21526fd 100644 --- a/HPM/history/countries/HYD - Hyderabad.txt +++ b/HPM/history/countries/HYD - Hyderabad.txt @@ -1,80 +1,81 @@ -capital = 1283 -primary_culture = avadhi -culture = marathi -culture = telegu -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = HYD_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "HYD_oob.txt" -1861.1.1 = { - oob = "/1861/HYD_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - army_schools = yes_army_schools - - # Technologies - military_staff_system = 1 - flintlock_rifles = 1 - - # Inventions - -} +capital = 1283 +primary_culture = avadhi +culture = marathi +culture = telegu +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = HYD_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "HYD_oob.txt" +1861.1.1 = { + oob = "/1861/HYD_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + army_schools = yes_army_schools + + # Technologies + military_staff_system = 1 + flintlock_rifles = 1 + + # Inventions + +} diff --git a/HPM/history/countries/IBR - Iberia.txt b/HPM/history/countries/IBR - Iberia.txt index 02054ebf..a1d8a9f4 100644 --- a/HPM/history/countries/IBR - Iberia.txt +++ b/HPM/history/countries/IBR - Iberia.txt @@ -26,7 +26,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -42,16 +42,16 @@ set_country_flag = catholic_country ruling_party = SPA_conservative last_election = 1834.1.1 upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } govt_flag = { - government = hms_government - flag = democracy + government = hms_government + flag = democracy } diff --git a/HPM/history/countries/ICL - Iceland.txt b/HPM/history/countries/ICL - Iceland.txt index c41b34af..2c3a80be 100644 --- a/HPM/history/countries/ICL - Iceland.txt +++ b/HPM/history/countries/ICL - Iceland.txt @@ -1,54 +1,55 @@ -capital = 252 -primary_culture = icelandic -religion = protestant -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.87 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 252 +primary_culture = icelandic +religion = protestant +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.87 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = ICL_liberal -upper_house = { - fascist = 0 - liberal = 65 - conservative = 25 - reactionary = 5 - anarcho_liberal = 2 - socialist = 3 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = ICL_liberal +upper_house = { + fascist = 0 + liberal = 65 + conservative = 25 + reactionary = 5 + anarcho_liberal = 2 + socialist = 3 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/IND - Indore.txt b/HPM/history/countries/IND - Indore.txt index 7511894b..fd0f50bf 100644 --- a/HPM/history/countries/IND - Indore.txt +++ b/HPM/history/countries/IND - Indore.txt @@ -1,81 +1,82 @@ -capital = 1271 -primary_culture = marathi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1271 +primary_culture = marathi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = IND_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = IND_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "IND_oob.txt" -1861.1.1 = { - oob = "/1861/IND_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "IND_oob.txt" +1861.1.1 = { + oob = "/1861/IND_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/INO - Indonesia.txt b/HPM/history/countries/INO - Indonesia.txt index ea9ac663..3d4e7664 100644 --- a/HPM/history/countries/INO - Indonesia.txt +++ b/HPM/history/countries/INO - Indonesia.txt @@ -1,48 +1,49 @@ -capital = 1413 -primary_culture = javan -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.03 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -schools = developing_tech_school -set_country_flag = sunni_country - -ruling_party = INO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} \ No newline at end of file +capital = 1413 +primary_culture = javan +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.03 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +schools = developing_tech_school +set_country_flag = sunni_country + +ruling_party = INO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ION - Ionian Islands.txt b/HPM/history/countries/ION - Ionian Islands.txt index f89f2038..f7670eed 100644 --- a/HPM/history/countries/ION - Ionian Islands.txt +++ b/HPM/history/countries/ION - Ionian Islands.txt @@ -1,149 +1,150 @@ -capital = 826 -primary_culture = greek -culture = british -culture = north_italian -religion = orthodox -government = hms_government -plurality = 10.0 -nationalvalue = nv_productivity -literacy = 0.08 -civilized = yes -prestige = 1 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 826 +primary_culture = greek +culture = british +culture = north_italian +religion = orthodox +government = hms_government +plurality = 10.0 +nationalvalue = nv_productivity +literacy = 0.08 +civilized = yes +prestige = 1 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = ION_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 58 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "ION_oob.txt" -1861.1.1 = { - plurality = 60 - literacy = 0.27 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions - pitts_threshing_machine = yes - northrop_power_loom = yes - mechanical_saw = yes - mechanized_slaughtering_block = yes - dobby_loom = yes - hussey_n_mccormicks_reaping_machine = yes - speedy_maneuvering_tactic = yes - long_range_fire_tactic = yes - sharp_n_roberts_power_loom = yes - mechanical_precision_saw = yes - hegelian_idealism = yes - proto_existentialism = yes - precision_work = yes - food_packing_system = yes - integral_distillery_process = yes - jiggs = yes - whitney_n_colts_standardized_small_arms = yes - neokantian_idealism = yes - machine_tools = yes - work_control_and_hierarchy = yes - work_classification = yes -} +set_country_flag = orthodox_country + +ruling_party = ION_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 58 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "ION_oob.txt" +1861.1.1 = { + plurality = 60 + literacy = 0.27 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions + pitts_threshing_machine = yes + northrop_power_loom = yes + mechanical_saw = yes + mechanized_slaughtering_block = yes + dobby_loom = yes + hussey_n_mccormicks_reaping_machine = yes + speedy_maneuvering_tactic = yes + long_range_fire_tactic = yes + sharp_n_roberts_power_loom = yes + mechanical_precision_saw = yes + hegelian_idealism = yes + proto_existentialism = yes + precision_work = yes + food_packing_system = yes + integral_distillery_process = yes + jiggs = yes + whitney_n_colts_standardized_small_arms = yes + neokantian_idealism = yes + machine_tools = yes + work_control_and_hierarchy = yes + work_classification = yes +} diff --git a/HPM/history/countries/IRE - Ireland.txt b/HPM/history/countries/IRE - Ireland.txt index e0764727..031e6646 100644 --- a/HPM/history/countries/IRE - Ireland.txt +++ b/HPM/history/countries/IRE - Ireland.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -39,13 +39,13 @@ set_country_flag = catholic_country ruling_party = IRE_conservative upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } 1861.1.1 = { diff --git a/HPM/history/countries/IRQ - Iraq.txt b/HPM/history/countries/IRQ - Iraq.txt index b6194434..999f42e5 100644 --- a/HPM/history/countries/IRQ - Iraq.txt +++ b/HPM/history/countries/IRQ - Iraq.txt @@ -1,58 +1,57 @@ -capital = 926 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.28 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = IRQ_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -schools = developing_tech_school - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - - +capital = 926 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.28 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = IRQ_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +schools = developing_tech_school + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/ISR - Israel.txt b/HPM/history/countries/ISR - Israel.txt index 651639de..a072bedd 100644 --- a/HPM/history/countries/ISR - Israel.txt +++ b/HPM/history/countries/ISR - Israel.txt @@ -1,230 +1,231 @@ -capital = 919 -primary_culture = ashkenazi -culture = sephardic -religion = jewish -government = democracy -plurality = 0.15 -nationalvalue = nv_productivity -literacy = 0.87 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = jewish_country - -ruling_party = ISR_liberal -upper_house = { - fascist = 0 - liberal = 35 - conservative = 45 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -steamers = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -experimental_railroad = 1 -basic_chemistry = 1 -high_pressure_steam_engine = 1 -interchangeable_parts = 1 -battleship_column_doctrine = 1 -naval_professionalism = 1 -stock_exchange = 1 -ad_hoc_money_bill_printing = 1 -private_bank_money_bill_printing = 1 -late_classical_theory = 1 -market_structure = 1 - -# Inventions -#corvettes = yes -commerce_raiders = yes -precision_work = yes - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - business_regulations = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - weapon_platforms = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - iron_steamers = 1 - early_railroad = 1 - -#Inventions - ironclads = yes - monitors = yes - precision_work = yes - multitude_of_financial_instruments = yes - insurance_companies = yes - regulated_buying_and_selling_of_stocks = yes - silver_standard = yes - decimal_monetary_system = yes - double_standard = yes - fixed_intramonetary_exchange_rates = yes - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - john_elliot_cairnes = yes - robert_torrens = yes - john_stuart_mill = yes - polypoly_structure = yes - oligopoly_structure = yes - monopoly_structure = yes - sharp_n_roberts_power_loom = yes - dobby_loom = yes - northrop_power_loom = yes - mechanical_saw = yes - mechanical_precision_saw = yes - hussey_n_mccormicks_reaping_machine = yes - pitts_threshing_machine = yes - mechanized_slaughtering_block = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - long_range_fire_tactic = yes - speedy_maneuvering_tactic = yes - building_station_shipyards = yes - mechanized_fishing_vessels = yes - steamer_automatic_construction_plants = yes - steamer_transports = yes - commerce_raiders = yes - academic_training = yes - combat_station_training = yes - societal_status = yes - combat_medicine = yes - vaccination = yes - chemotherapy = yes - genetics_heredity = yes - gyrostabilized_fire_control = yes - optical_rangefinders = yes - prophylaxis_against_malaria = yes - pressure_chambers_for_thorax_surgery = yes - clinical_thermometers_and_binaural_stethoscopes = yes - aerial_bacteria_and_antiseptic_principle = yes - field_fortifications = yes - signal_detachments = yes - proto_existentialism = yes - railroad_transport_groups = yes - trademark = yes - patent = yes - joint_stock_company = yes - field_training = yes - armour_piercing_exploding_projectiles = yes - army_societal_status = yes - hegelian_idealism = yes - armoured_turrets = yes - nitroglycerin = yes - artificial_fertilizers = yes - limited_partnership_company = yes - army_academic_training = yes - chemical_wood_pulp_process = yes - rubber_vulcanization = yes - staff_command_support = yes - catalytic_fermentative_process = yes - flexible_firepower = yes - liquidation_of_assets = yes - synchronized_heavy_support = yes - armour_piercing_projectiles = yes - pit_coal = yes - coke = yes - advanced_ore_roasting_processes = yes - advanced_ore_grinding_processes = yes - advanced_ore_smelting_processes = yes - bessemer_steel = yes -} +capital = 919 +primary_culture = ashkenazi +culture = sephardic +religion = jewish +government = democracy +plurality = 0.15 +nationalvalue = nv_productivity +literacy = 0.87 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = jewish_country + +ruling_party = ISR_liberal +upper_house = { + fascist = 0 + liberal = 35 + conservative = 45 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +steamers = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +experimental_railroad = 1 +basic_chemistry = 1 +high_pressure_steam_engine = 1 +interchangeable_parts = 1 +battleship_column_doctrine = 1 +naval_professionalism = 1 +stock_exchange = 1 +ad_hoc_money_bill_printing = 1 +private_bank_money_bill_printing = 1 +late_classical_theory = 1 +market_structure = 1 + +# Inventions +#corvettes = yes +commerce_raiders = yes +precision_work = yes + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + business_regulations = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + weapon_platforms = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + iron_steamers = 1 + early_railroad = 1 + +#Inventions + ironclads = yes + monitors = yes + precision_work = yes + multitude_of_financial_instruments = yes + insurance_companies = yes + regulated_buying_and_selling_of_stocks = yes + silver_standard = yes + decimal_monetary_system = yes + double_standard = yes + fixed_intramonetary_exchange_rates = yes + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + john_elliot_cairnes = yes + robert_torrens = yes + john_stuart_mill = yes + polypoly_structure = yes + oligopoly_structure = yes + monopoly_structure = yes + sharp_n_roberts_power_loom = yes + dobby_loom = yes + northrop_power_loom = yes + mechanical_saw = yes + mechanical_precision_saw = yes + hussey_n_mccormicks_reaping_machine = yes + pitts_threshing_machine = yes + mechanized_slaughtering_block = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + long_range_fire_tactic = yes + speedy_maneuvering_tactic = yes + building_station_shipyards = yes + mechanized_fishing_vessels = yes + steamer_automatic_construction_plants = yes + steamer_transports = yes + commerce_raiders = yes + academic_training = yes + combat_station_training = yes + societal_status = yes + combat_medicine = yes + vaccination = yes + chemotherapy = yes + genetics_heredity = yes + gyrostabilized_fire_control = yes + optical_rangefinders = yes + prophylaxis_against_malaria = yes + pressure_chambers_for_thorax_surgery = yes + clinical_thermometers_and_binaural_stethoscopes = yes + aerial_bacteria_and_antiseptic_principle = yes + field_fortifications = yes + signal_detachments = yes + proto_existentialism = yes + railroad_transport_groups = yes + trademark = yes + patent = yes + joint_stock_company = yes + field_training = yes + armour_piercing_exploding_projectiles = yes + army_societal_status = yes + hegelian_idealism = yes + armoured_turrets = yes + nitroglycerin = yes + artificial_fertilizers = yes + limited_partnership_company = yes + army_academic_training = yes + chemical_wood_pulp_process = yes + rubber_vulcanization = yes + staff_command_support = yes + catalytic_fermentative_process = yes + flexible_firepower = yes + liquidation_of_assets = yes + synchronized_heavy_support = yes + armour_piercing_projectiles = yes + pit_coal = yes + coke = yes + advanced_ore_roasting_processes = yes + advanced_ore_grinding_processes = yes + advanced_ore_smelting_processes = yes + bessemer_steel = yes +} diff --git a/HPM/history/countries/ITA - Italy.txt b/HPM/history/countries/ITA - Italy.txt index 1a895376..6ed1ab8f 100644 --- a/HPM/history/countries/ITA - Italy.txt +++ b/HPM/history/countries/ITA - Italy.txt @@ -1,125 +1,126 @@ -capital = 749 -primary_culture = north_italian -culture = south_italian -religion = catholic -government = hms_government -plurality = 0.12 -nationalvalue = nv_order -literacy = 0.28 -non_state_culture_literacy = 0.15 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 749 +primary_culture = north_italian +culture = south_italian +religion = catholic +government = hms_government +plurality = 0.12 +nationalvalue = nv_order +literacy = 0.28 +non_state_culture_literacy = 0.15 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ITA_conservative -upper_house = { - fascist = 0 - liberal = 50 - conservative = 20 - reactionary = 5 - anarcho_liberal = 10 - socialist = 15 - communist = 0 -} - -1861.1.1 = { - oob = "/1861/ITA_oob.txt" -} - -1861.1.1 = { - prestige = 75 - plurality = 60 - literacy = 0.32 - non_state_culture_literacy = 0.20 - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = ITA_conservative +upper_house = { + fascist = 0 + liberal = 50 + conservative = 20 + reactionary = 5 + anarcho_liberal = 10 + socialist = 15 + communist = 0 +} + +1861.1.1 = { + oob = "/1861/ITA_oob.txt" +} + +1861.1.1 = { + prestige = 75 + plurality = 60 + literacy = 0.32 + non_state_culture_literacy = 0.20 + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/IVC - Ivory Coast.txt b/HPM/history/countries/IVC - Ivory Coast.txt index 9f39da31..e444600f 100644 --- a/HPM/history/countries/IVC - Ivory Coast.txt +++ b/HPM/history/countries/IVC - Ivory Coast.txt @@ -1,54 +1,54 @@ -capital = 1892 -primary_culture = dyula -culture = akan -culture = senufo -culture = kru -culture = mande -culture = western_nigritic -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1892 +primary_culture = dyula +culture = akan +culture = senufo +culture = kru +culture = mande +culture = western_nigritic +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = IVC_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = IVC_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/IZH - Ingria.txt b/HPM/history/countries/IZH - Ingria.txt index 54b7341b..d7d5f422 100644 --- a/HPM/history/countries/IZH - Ingria.txt +++ b/HPM/history/countries/IZH - Ingria.txt @@ -40,11 +40,11 @@ set_country_flag = orthodox_country ruling_party = RUS_liberal upper_house = { - fascist = 0 - liberal = 20 - conservative = 40 - reactionary = 2 - anarcho_liberal = 3 - socialist = 35 - communist = 0 + fascist = 0 + liberal = 20 + conservative = 40 + reactionary = 2 + anarcho_liberal = 3 + socialist = 35 + communist = 0 } diff --git a/HPM/history/countries/JAI - Jaipur.txt b/HPM/history/countries/JAI - Jaipur.txt index d7aa7fa0..ed615c09 100644 --- a/HPM/history/countries/JAI - Jaipur.txt +++ b/HPM/history/countries/JAI - Jaipur.txt @@ -1,81 +1,82 @@ -capital = 1268 -primary_culture = rajput -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1268 +primary_culture = rajput +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = JAI_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = JAI_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "JAI_oob.txt" -1861.1.1 = { - oob = "/1861/JAI_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "JAI_oob.txt" +1861.1.1 = { + oob = "/1861/JAI_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/JAL - Jallon.txt b/HPM/history/countries/JAL - Jallon.txt index eb8bd2c9..0d91ee61 100644 --- a/HPM/history/countries/JAL - Jallon.txt +++ b/HPM/history/countries/JAL - Jallon.txt @@ -1,65 +1,66 @@ -capital = 1880 -primary_culture = fulbe -culture = mande -culture = dyula -culture = western_nigritic -religion = sunni -government = theocracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAL_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 21 - reactionary = 63 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "JAL_oob.txt" -1861.1.1 = { - oob = "/1861/JAL_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1880 +primary_culture = fulbe +culture = mande +culture = dyula +culture = western_nigritic +religion = sunni +government = theocracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAL_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 21 + reactionary = 63 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "JAL_oob.txt" +1861.1.1 = { + oob = "/1861/JAL_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/JAM - Jamaica.txt b/HPM/history/countries/JAM - Jamaica.txt index e82abd80..67e718ab 100644 --- a/HPM/history/countries/JAM - Jamaica.txt +++ b/HPM/history/countries/JAM - Jamaica.txt @@ -1,54 +1,55 @@ -capital = 2217 -primary_culture = afro_caribbean -religion = protestant -government = hms_government -plurality = 0.1 -nationalvalue = nv_equality -literacy = 0.15 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2217 +primary_culture = afro_caribbean +religion = protestant +government = hms_government +plurality = 0.1 +nationalvalue = nv_equality +literacy = 0.15 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = JAM_liberal -upper_house = { - fascist = 0 - liberal = 59 - conservative = 29 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} +set_country_flag = protestant_country + +ruling_party = JAM_liberal +upper_house = { + fascist = 0 + liberal = 59 + conservative = 29 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} diff --git a/HPM/history/countries/JAP - Japan.txt b/HPM/history/countries/JAP - Japan.txt index a26a932d..d4669e42 100644 --- a/HPM/history/countries/JAP - Japan.txt +++ b/HPM/history/countries/JAP - Japan.txt @@ -1,96 +1,97 @@ -capital = 1657 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 3 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1657 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 3 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country -set_country_flag = exempt_from_vassal_contribution - -ruling_party = JAP_reactionary -upper_house = { - fascist = 0 - liberal = 17 - conservative = 35 - reactionary = 48 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - +set_country_flag = mahayana_country +set_country_flag = exempt_from_vassal_contribution + +ruling_party = JAP_reactionary +upper_house = { + fascist = 0 + liberal = 17 + conservative = 35 + reactionary = 48 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "JAP_oob.txt" -1861.1.1 = { - oob = "/1861/JAP_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_training = yes_foreign_training -foreign_navies = yes_foreign_navies -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "JAP_oob.txt" +1861.1.1 = { + oob = "/1861/JAP_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_training = yes_foreign_training +foreign_navies = yes_foreign_navies +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/JAS - Jaisalmer.txt b/HPM/history/countries/JAS - Jaisalmer.txt index 0d6e734a..f1fabea1 100644 --- a/HPM/history/countries/JAS - Jaisalmer.txt +++ b/HPM/history/countries/JAS - Jaisalmer.txt @@ -1,81 +1,82 @@ -capital = 1265 -primary_culture = rajput -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1265 +primary_culture = rajput +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = JAS_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = JAS_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "JAS_oob.txt" -1861.1.1 = { - oob = "/1861/JAS_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "JAS_oob.txt" +1861.1.1 = { + oob = "/1861/JAS_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/JAV - Java.txt b/HPM/history/countries/JAV - Java.txt index 9231a561..c5925a4a 100644 --- a/HPM/history/countries/JAV - Java.txt +++ b/HPM/history/countries/JAV - Java.txt @@ -1,53 +1,54 @@ -capital = 1416 -primary_culture = javan -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -set_country_flag = sunni_country +capital = 1416 +primary_culture = javan +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +set_country_flag = sunni_country diff --git a/HPM/history/countries/JOD - Jodhpur.txt b/HPM/history/countries/JOD - Jodhpur.txt index a72eaea4..b88d326f 100644 --- a/HPM/history/countries/JOD - Jodhpur.txt +++ b/HPM/history/countries/JOD - Jodhpur.txt @@ -1,82 +1,83 @@ -capital = 1266 -primary_culture = rajput -culture = marathi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1266 +primary_culture = rajput +culture = marathi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = JOD_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = JOD_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "JOD_oob.txt" -1861.1.1 = { - oob = "/1861/JOD_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "JOD_oob.txt" +1861.1.1 = { + oob = "/1861/JOD_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/JOH - Johore.txt b/HPM/history/countries/JOH - Johore.txt index 36ace318..272130ff 100644 --- a/HPM/history/countries/JOH - Johore.txt +++ b/HPM/history/countries/JOH - Johore.txt @@ -1,82 +1,83 @@ -capital = 1385 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JOH_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - -oob = "JOH_oob.txt" -1861.1.1 = { - oob = "/1861/JOH_oob.txt" -} -1861.1.1 = { - literacy = 0.05 - non_state_culture_literacy = 0.02 - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -# Inventions - -} +capital = 1385 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JOH_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + +oob = "JOH_oob.txt" +1861.1.1 = { + oob = "/1861/JOH_oob.txt" +} +1861.1.1 = { + literacy = 0.05 + non_state_culture_literacy = 0.02 + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/JOR - Jordan.txt b/HPM/history/countries/JOR - Jordan.txt index 0779a3b8..0015149a 100644 --- a/HPM/history/countries/JOR - Jordan.txt +++ b/HPM/history/countries/JOR - Jordan.txt @@ -1,55 +1,55 @@ -capital = 908 -primary_culture = bedouin -culture = mashriqi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.08 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JOR_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - +capital = 908 +primary_culture = bedouin +culture = mashriqi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.08 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JOR_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/KAF - Kaffa.txt b/HPM/history/countries/KAF - Kaffa.txt index a01ae150..bc22973b 100644 --- a/HPM/history/countries/KAF - Kaffa.txt +++ b/HPM/history/countries/KAF - Kaffa.txt @@ -1,59 +1,60 @@ -capital = 1862 -primary_culture = kefficho -culture = cushitic -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1862 +primary_culture = kefficho +culture = cushitic +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = KAF_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KAF_oob.txt" -1861.1.1 = { - oob = "/1861/KAF_oob.txt" -} +set_country_flag = animist_country + +ruling_party = KAF_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KAF_oob.txt" +1861.1.1 = { + oob = "/1861/KAF_oob.txt" +} diff --git a/HPM/history/countries/KAG - Kaga.txt b/HPM/history/countries/KAG - Kaga.txt index cd1c983c..4bf2c646 100644 --- a/HPM/history/countries/KAG - Kaga.txt +++ b/HPM/history/countries/KAG - Kaga.txt @@ -1,93 +1,94 @@ -capital = 1646 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 2 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1646 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 2 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 48 - reactionary = 35 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = fudai_daimyo - - -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 48 + reactionary = 35 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = fudai_daimyo + + +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KAG_oob.txt" -1861.1.1 = { - oob = "/1861/KAG_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_navies = yes_foreign_navies -naval_schools = yes_naval_schools -land_reform = yes_land_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KAG_oob.txt" +1861.1.1 = { + oob = "/1861/KAG_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_navies = yes_foreign_navies +naval_schools = yes_naval_schools +land_reform = yes_land_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/KAL - Kalat.txt b/HPM/history/countries/KAL - Kalat.txt index 29c97890..f2f7256e 100644 --- a/HPM/history/countries/KAL - Kalat.txt +++ b/HPM/history/countries/KAL - Kalat.txt @@ -1,69 +1,70 @@ -capital = 1221 -primary_culture = baluchi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KAL_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KAL_oob.txt" -1861.1.1 = { - oob = "/1861/KAL_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +capital = 1221 +primary_culture = baluchi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KAL_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KAL_oob.txt" +1861.1.1 = { + oob = "/1861/KAL_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KAM - Kamchatka.txt b/HPM/history/countries/KAM - Kamchatka.txt index 1037d68a..d267c99b 100644 --- a/HPM/history/countries/KAM - Kamchatka.txt +++ b/HPM/history/countries/KAM - Kamchatka.txt @@ -41,11 +41,11 @@ set_country_flag = orthodox_country ruling_party = KAM_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } diff --git a/HPM/history/countries/KAR - Karen.txt b/HPM/history/countries/KAR - Karen.txt index 666a88ed..6995ae44 100644 --- a/HPM/history/countries/KAR - Karen.txt +++ b/HPM/history/countries/KAR - Karen.txt @@ -1,80 +1,80 @@ -capital = 1343 -primary_culture = karen -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 -non_state_culture_literacy = 0.02 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1343 +primary_culture = karen +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 +non_state_culture_literacy = 0.02 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = BUR_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -#Military Reforms -foreign_weapons = yes_foreign_weapons - -#Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = theravada_country + +ruling_party = BUR_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +#Military Reforms +foreign_weapons = yes_foreign_weapons + +#Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "BUR_oob.txt" -1861.1.1 = { - oob = "/1861/BUR_oob.txt" - literacy = 0.07 - non_state_culture_literacy = 0.04 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} - +#big_sail_support = yes + +oob = "BUR_oob.txt" +1861.1.1 = { + oob = "/1861/BUR_oob.txt" + literacy = 0.07 + non_state_culture_literacy = 0.04 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KAS - Kashmir.txt b/HPM/history/countries/KAS - Kashmir.txt index 0d6aa72d..e2b52b49 100644 --- a/HPM/history/countries/KAS - Kashmir.txt +++ b/HPM/history/countries/KAS - Kashmir.txt @@ -1,64 +1,64 @@ -capital = 1225 -primary_culture = kashmiri -culture = tibetan -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -ruling_party = KAS_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +capital = 1225 +primary_culture = kashmiri +culture = tibetan +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +ruling_party = KAS_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "KAS_oob.txt" -1861.1.1 = { - oob = "/1861/KAS_oob.txt" -} - - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +#big_sail_support = yes + +oob = "KAS_oob.txt" +1861.1.1 = { + oob = "/1861/KAS_oob.txt" +} + + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - +set_country_flag = hindu_country diff --git a/HPM/history/countries/KAZ - Kazakhstan.txt b/HPM/history/countries/KAZ - Kazakhstan.txt index 26fcc42a..dc3dacb2 100644 --- a/HPM/history/countries/KAZ - Kazakhstan.txt +++ b/HPM/history/countries/KAZ - Kazakhstan.txt @@ -1,54 +1,54 @@ -capital = 1181 -primary_culture = kazak -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KAZ_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = sunni_country - -oob = "KAZ_oob.txt" - +capital = 1181 +primary_culture = kazak +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KAZ_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = sunni_country + +oob = "KAZ_oob.txt" diff --git a/HPM/history/countries/KBO - Kanem-Bornu.txt b/HPM/history/countries/KBO - Kanem-Bornu.txt index 9a6eab91..f1424e4e 100644 --- a/HPM/history/countries/KBO - Kanem-Bornu.txt +++ b/HPM/history/countries/KBO - Kanem-Bornu.txt @@ -1,66 +1,67 @@ -capital = 1951 -primary_culture = kanuri -culture = hausa -culture = bedouin -culture = fulbe -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KBO_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 80 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KBO_oob.txt" -1861.1.1 = { - oob = "/1861/KBO_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1951 +primary_culture = kanuri +culture = hausa +culture = bedouin +culture = fulbe +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KBO_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 80 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KBO_oob.txt" +1861.1.1 = { + oob = "/1861/KBO_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KCH - Kachin.txt b/HPM/history/countries/KCH - Kachin.txt index 8d823560..cb4f0308 100644 --- a/HPM/history/countries/KCH - Kachin.txt +++ b/HPM/history/countries/KCH - Kachin.txt @@ -1,49 +1,50 @@ -capital = 1314 -primary_culture = kachin -culture = shan -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1314 +primary_culture = kachin +culture = shan +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -set_country_flag = lacking_writing_system - -ruling_party = SHA_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = animist_country + +set_country_flag = lacking_writing_system + +ruling_party = SHA_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/KDS - Kurdistan.txt b/HPM/history/countries/KDS - Kurdistan.txt index c5877c03..4e7d7a2a 100644 --- a/HPM/history/countries/KDS - Kurdistan.txt +++ b/HPM/history/countries/KDS - Kurdistan.txt @@ -1,62 +1,61 @@ -capital = 893 -primary_culture = kurdish -culture = turkish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.15 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -schools = developing_tech_school - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - - +capital = 893 +primary_culture = kurdish +culture = turkish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.15 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +schools = developing_tech_school + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/KHI - Khiva.txt b/HPM/history/countries/KHI - Khiva.txt index f2ca9ff3..eef40f68 100644 --- a/HPM/history/countries/KHI - Khiva.txt +++ b/HPM/history/countries/KHI - Khiva.txt @@ -1,69 +1,70 @@ -capital = 1191 -primary_culture = uzbek -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KHI_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 78 - reactionary = 6 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KHI_oob.txt" -1861.1.1 = { - oob = "/1861/KHI_oob.txt" - literacy = 0.06 - non_state_culture_literacy = 0.03 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +capital = 1191 +primary_culture = uzbek +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KHI_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 78 + reactionary = 6 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KHI_oob.txt" +1861.1.1 = { + oob = "/1861/KHI_oob.txt" + literacy = 0.06 + non_state_culture_literacy = 0.03 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KLM - Kalimantan.txt b/HPM/history/countries/KLM - Kalimantan.txt index 3b7d8172..77feb4ea 100644 --- a/HPM/history/countries/KLM - Kalimantan.txt +++ b/HPM/history/countries/KLM - Kalimantan.txt @@ -1,61 +1,59 @@ -capital = 1423 -primary_culture = malay -culture = asian_minor -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = lacking_writing_system - -# Technologies - - -oob = "KLM_oob.txt" -1861.1.1 = { - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} - - - +capital = 1423 +primary_culture = malay +culture = asian_minor +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = lacking_writing_system + +# Technologies + + +oob = "KLM_oob.txt" +1861.1.1 = { + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KMK - Kalmykia.txt b/HPM/history/countries/KMK - Kalmykia.txt index a87bc9a0..128e1dd5 100644 --- a/HPM/history/countries/KMK - Kalmykia.txt +++ b/HPM/history/countries/KMK - Kalmykia.txt @@ -1,53 +1,54 @@ -capital = 1041 -primary_culture = mongol -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.28 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1041 +primary_culture = mongol +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.28 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = gelugpa_country - -ruling_party = KMK_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = gelugpa_country + +ruling_party = KMK_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/KML - Kumul.txt b/HPM/history/countries/KML - Kumul.txt index 868e1864..2a1340d3 100644 --- a/HPM/history/countries/KML - Kumul.txt +++ b/HPM/history/countries/KML - Kumul.txt @@ -1,55 +1,56 @@ -capital = 1599 -primary_culture = uighur -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -ruling_party = KML_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 68 - reactionary = 32 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 +capital = 1599 +primary_culture = uighur +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +ruling_party = KML_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 68 + reactionary = 32 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/KMT - Nationalist China.txt b/HPM/history/countries/KMT - Nationalist China.txt index f4781dd8..a312bca0 100644 --- a/HPM/history/countries/KMT - Nationalist China.txt +++ b/HPM/history/countries/KMT - Nationalist China.txt @@ -1,61 +1,62 @@ -capital = 1616 -primary_culture = nanfaren -culture = beifaren -religion = mahayana -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.05 -non_state_culture_literacy = 0 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1616 +primary_culture = nanfaren +culture = beifaren +religion = mahayana +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.05 +non_state_culture_literacy = 0 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = KMT_liberal_2 -upper_house = { - fascist = 0 - liberal = 40 - conservative = 30 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 25 -} - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = KMT_liberal_2 +upper_house = { + fascist = 0 + liberal = 40 + conservative = 30 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 25 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 +#big_sail_support = yes + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 diff --git a/HPM/history/countries/KNG - Kong.txt b/HPM/history/countries/KNG - Kong.txt index 49608d0e..31867c5b 100644 --- a/HPM/history/countries/KNG - Kong.txt +++ b/HPM/history/countries/KNG - Kong.txt @@ -1,67 +1,68 @@ -capital = 1898 -primary_culture = dyula -culture = senufo -culture = mande -culture = western_nigritic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KNG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 40 - reactionary = 40 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system -set_country_flag = sunni_country - -# Technologies - - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KNG_oob.txt" -1861.1.1 = { - oob = "/1861/KNG_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1898 +primary_culture = dyula +culture = senufo +culture = mande +culture = western_nigritic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KNG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 40 + reactionary = 40 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system +set_country_flag = sunni_country + +# Technologies + + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KNG_oob.txt" +1861.1.1 = { + oob = "/1861/KNG_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KNY - Kenya.txt b/HPM/history/countries/KNY - Kenya.txt index 64ce7f22..0a4a4969 100644 --- a/HPM/history/countries/KNY - Kenya.txt +++ b/HPM/history/countries/KNY - Kenya.txt @@ -1,55 +1,55 @@ -capital = 2024 -primary_culture = kikuyu -culture = swahili -culture = luo -culture = maasai -culture = nilotic -culture = lacustrine_bantu -culture = cushitic -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2024 +primary_culture = kikuyu +culture = swahili +culture = luo +culture = maasai +culture = nilotic +culture = lacustrine_bantu +culture = cushitic +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = KNY_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = KNY_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/KOK - Kokand.txt b/HPM/history/countries/KOK - Kokand.txt index 8a613235..220ad894 100644 --- a/HPM/history/countries/KOK - Kokand.txt +++ b/HPM/history/countries/KOK - Kokand.txt @@ -1,70 +1,71 @@ -capital = 1202 -primary_culture = kirgiz -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KOK_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 68 - reactionary = 22 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KOK_oob.txt" -1861.1.1 = { - oob = "/1861/KOK_oob.txt" - literacy = 0.06 - non_state_culture_literacy = 0.03 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +capital = 1202 +primary_culture = kirgiz +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KOK_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 68 + reactionary = 22 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KOK_oob.txt" +1861.1.1 = { + oob = "/1861/KOK_oob.txt" + literacy = 0.06 + non_state_culture_literacy = 0.03 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KON - Kongo.txt b/HPM/history/countries/KON - Kongo.txt index 8cae1ee7..05c5a8d6 100644 --- a/HPM/history/countries/KON - Kongo.txt +++ b/HPM/history/countries/KON - Kongo.txt @@ -1,66 +1,67 @@ -capital = 2001 -primary_culture = bakongo -culture = kavango -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2001 +primary_culture = bakongo +culture = kavango +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = KON_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system -set_country_flag = delay_unciv_annexation - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KON_oob.txt" -1861.1.1 = { - oob = "/1861/KON_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = catholic_country + +ruling_party = KON_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system +set_country_flag = delay_unciv_annexation + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KON_oob.txt" +1861.1.1 = { + oob = "/1861/KON_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KOR - Korea.txt b/HPM/history/countries/KOR - Korea.txt index ac4f9308..61c7db02 100644 --- a/HPM/history/countries/KOR - Korea.txt +++ b/HPM/history/countries/KOR - Korea.txt @@ -1,88 +1,88 @@ -capital = 1624 -primary_culture = korean -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0.01 -prestige = 1 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1624 +primary_culture = korean +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0.01 +prestige = 1 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = KOR_conservative_2 -upper_house = { - fascist = 0 - liberal = 18 - conservative = 21 - reactionary = 61 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - - -foreign_weapons = yes_foreign_weapons -land_reform = yes_land_reform - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = KOR_conservative_2 +upper_house = { + fascist = 0 + liberal = 18 + conservative = 21 + reactionary = 61 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + + +foreign_weapons = yes_foreign_weapons +land_reform = yes_land_reform + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -oob = "KOR_oob.txt" -1861.1.1 = { - oob = "/1861/KOR_oob.txt" - literacy = 0.09 - non_state_culture_literacy = 0.05 - - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - admin_reform = yes_admin_reform - land_reform = yes_land_reform - - # Technologies - flintlock_rifles = 1 - military_staff_system = 1 -} - +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +oob = "KOR_oob.txt" +1861.1.1 = { + oob = "/1861/KOR_oob.txt" + literacy = 0.09 + non_state_culture_literacy = 0.05 + + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + admin_reform = yes_admin_reform + land_reform = yes_land_reform + + # Technologies + flintlock_rifles = 1 + military_staff_system = 1 +} diff --git a/HPM/history/countries/KRA - Krakow.txt b/HPM/history/countries/KRA - Krakow.txt index 58f40813..8b33b90e 100644 --- a/HPM/history/countries/KRA - Krakow.txt +++ b/HPM/history/countries/KRA - Krakow.txt @@ -1,74 +1,75 @@ -capital = 703 -primary_culture = polish -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_productivity -literacy = 0.6 -non_state_culture_literacy = 0.4 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 703 +primary_culture = polish +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_productivity +literacy = 0.6 +non_state_culture_literacy = 0.4 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = KRA_conservative -last_election = 1836.1.1 -upper_house = { - fascist = 0 - liberal = 27 - conservative = 65 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = culture_tech_school - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 +set_country_flag = catholic_country + +ruling_party = KRA_conservative +last_election = 1836.1.1 +upper_house = { + fascist = 0 + liberal = 27 + conservative = 65 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = culture_tech_school + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/KRL - Karelia.txt b/HPM/history/countries/KRL - Karelia.txt index 77d642ed..13fa8fea 100644 --- a/HPM/history/countries/KRL - Karelia.txt +++ b/HPM/history/countries/KRL - Karelia.txt @@ -41,11 +41,11 @@ set_country_flag = orthodox_country ruling_party = KRL_conservative upper_house = { - fascist = 0 - liberal = 20 - conservative = 40 - reactionary = 2 - anarcho_liberal = 3 - socialist = 35 - communist = 0 + fascist = 0 + liberal = 20 + conservative = 40 + reactionary = 2 + anarcho_liberal = 3 + socialist = 35 + communist = 0 } diff --git a/HPM/history/countries/KRN - Karnatak.txt b/HPM/history/countries/KRN - Karnatak.txt index 079a8bb9..abfe75e5 100644 --- a/HPM/history/countries/KRN - Karnatak.txt +++ b/HPM/history/countries/KRN - Karnatak.txt @@ -1,47 +1,48 @@ -capital = 1304 -primary_culture = tamil -culture = kannada -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KRN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1304 +primary_culture = tamil +culture = kannada +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KRN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/KTH - Kathiri.txt b/HPM/history/countries/KTH - Kathiri.txt index e72d246a..643bd497 100644 --- a/HPM/history/countries/KTH - Kathiri.txt +++ b/HPM/history/countries/KTH - Kathiri.txt @@ -1,65 +1,66 @@ -capital = 1173 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 80 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KTH_oob.txt" +capital = 1173 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 80 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KTH_oob.txt" diff --git a/HPM/history/countries/KTI - Kutai.txt b/HPM/history/countries/KTI - Kutai.txt index a9930a0f..c5704e1d 100644 --- a/HPM/history/countries/KTI - Kutai.txt +++ b/HPM/history/countries/KTI - Kutai.txt @@ -1,63 +1,64 @@ -capital = 1429 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KTI_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KTI_oob.txt" -1861.1.1 = { - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1429 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KTI_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KTI_oob.txt" +1861.1.1 = { + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KUB - Kuba.txt b/HPM/history/countries/KUB - Kuba.txt index 0e887136..7af0219f 100644 --- a/HPM/history/countries/KUB - Kuba.txt +++ b/HPM/history/countries/KUB - Kuba.txt @@ -1,58 +1,59 @@ -capital = 1984 -primary_culture = kuba -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1984 +primary_culture = kuba +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = KUB_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KUB_oob.txt" -1861.1.1 = { - oob = "/1861/KUB_oob.txt" -} +set_country_flag = animist_country + +ruling_party = KUB_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KUB_oob.txt" +1861.1.1 = { + oob = "/1861/KUB_oob.txt" +} diff --git a/HPM/history/countries/KUK - Austria-Hungary.txt b/HPM/history/countries/KUK - Austria-Hungary.txt index 42b7fbe9..85efd51c 100644 --- a/HPM/history/countries/KUK - Austria-Hungary.txt +++ b/HPM/history/countries/KUK - Austria-Hungary.txt @@ -1,54 +1,55 @@ -capital = 619 -primary_culture = south_german -culture = hungarian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_autocracy -literacy = 0.25 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 619 +primary_culture = south_german +culture = hungarian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_autocracy +literacy = 0.25 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = AUS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 61 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = AUS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 61 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/KUT - Kutch.txt b/HPM/history/countries/KUT - Kutch.txt index 2cbe2a59..0dcecd88 100644 --- a/HPM/history/countries/KUT - Kutch.txt +++ b/HPM/history/countries/KUT - Kutch.txt @@ -1,77 +1,78 @@ -capital = 1293 -primary_culture = gujarati -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KUT_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KUT_oob.txt" -1861.1.1 = { - oob = "/1861/KUT_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +capital = 1293 +primary_culture = gujarati +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KUT_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KUT_oob.txt" +1861.1.1 = { + oob = "/1861/KUT_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/KWT - Kuwait.txt b/HPM/history/countries/KWT - Kuwait.txt index 1c890edd..511a64e4 100644 --- a/HPM/history/countries/KWT - Kuwait.txt +++ b/HPM/history/countries/KWT - Kuwait.txt @@ -1,62 +1,62 @@ -capital = 935 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.28 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = IRQ_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -schools = developing_tech_school - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - +capital = 935 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.28 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = IRQ_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +schools = developing_tech_school + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/KYR - Kyrgyzstan.txt b/HPM/history/countries/KYR - Kyrgyzstan.txt index 588efea1..d6245972 100644 --- a/HPM/history/countries/KYR - Kyrgyzstan.txt +++ b/HPM/history/countries/KYR - Kyrgyzstan.txt @@ -1,46 +1,47 @@ -capital = 1189 -primary_culture = kirgiz -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = KYR_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 68 - reactionary = 22 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1189 +primary_culture = kirgiz +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = KYR_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 68 + reactionary = 22 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/KZB - Kazembe.txt b/HPM/history/countries/KZB - Kazembe.txt index 50421d78..122aac78 100644 --- a/HPM/history/countries/KZB - Kazembe.txt +++ b/HPM/history/countries/KZB - Kazembe.txt @@ -1,58 +1,59 @@ -capital = 2016 -primary_culture = lunda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2016 +primary_culture = lunda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = KZB_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "KZB_oob.txt" -1861.1.1 = { - oob = "/1861/KZB_oob.txt" -} +set_country_flag = animist_country + +ruling_party = KZB_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "KZB_oob.txt" +1861.1.1 = { + oob = "/1861/KZB_oob.txt" +} diff --git a/HPM/history/countries/LAD - Ladakh.txt b/HPM/history/countries/LAD - Ladakh.txt index a4a89a89..f05e71de 100644 --- a/HPM/history/countries/LAD - Ladakh.txt +++ b/HPM/history/countries/LAD - Ladakh.txt @@ -1,57 +1,58 @@ -capital = 1226 -primary_culture = tibetan -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 - -ruling_party = LAD_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LAD_oob.txt" - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1226 +primary_culture = tibetan +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 + +ruling_party = LAD_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LAD_oob.txt" + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = gelugpa_country - -# Inventions -#bottling_process = yes +set_country_flag = gelugpa_country + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/LAN - Lanfang.txt b/HPM/history/countries/LAN - Lanfang.txt index 09a03cd5..fc52ddbf 100644 --- a/HPM/history/countries/LAN - Lanfang.txt +++ b/HPM/history/countries/LAN - Lanfang.txt @@ -1,68 +1,69 @@ -capital = 1426 -primary_culture = yue -religion = mahayana -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1426 +primary_culture = yue +religion = mahayana +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = mahayana_country - -ruling_party = LAN_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 70 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - +set_country_flag = mahayana_country + +ruling_party = LAN_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 70 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LAN_oob.txt" -1861.1.1 = { - oob = "/1861/LAN_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LAN_oob.txt" +1861.1.1 = { + oob = "/1861/LAN_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/LAT - Latvia.txt b/HPM/history/countries/LAT - Latvia.txt index f5e2c54e..032aefec 100644 --- a/HPM/history/countries/LAT - Latvia.txt +++ b/HPM/history/countries/LAT - Latvia.txt @@ -1,49 +1,49 @@ -capital = 354 -primary_culture = latvian -religion = protestant -government = absolute_monarchy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 354 +primary_culture = latvian +religion = protestant +government = absolute_monarchy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = LIV_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +ruling_party = LIV_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/LBA - Luba.txt b/HPM/history/countries/LBA - Luba.txt index 2e98d8fa..236b0abf 100644 --- a/HPM/history/countries/LBA - Luba.txt +++ b/HPM/history/countries/LBA - Luba.txt @@ -1,58 +1,59 @@ -capital = 1986 -primary_culture = luba -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1986 +primary_culture = luba +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = LBA_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LBA_oob.txt" -1861.1.1 = { - oob = "/1861/LBA_oob.txt" -} +set_country_flag = animist_country + +ruling_party = LBA_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LBA_oob.txt" +1861.1.1 = { + oob = "/1861/LBA_oob.txt" +} diff --git a/HPM/history/countries/LBG - Limburg.txt b/HPM/history/countries/LBG - Limburg.txt index 88be94d6..42d33406 100644 --- a/HPM/history/countries/LBG - Limburg.txt +++ b/HPM/history/countries/LBG - Limburg.txt @@ -1,78 +1,79 @@ -capital = 381 -primary_culture = dutch -culture = flemish -culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 30 -nationalvalue = nv_liberty -literacy = 0.60 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 381 +primary_culture = dutch +culture = flemish +culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 30 +nationalvalue = nv_liberty +literacy = 0.60 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HOL_conservative -upper_house = { - fascist = 0 - liberal = 1 - conservative = 90 - reactionary = 1 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -stock_exchange = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions +set_country_flag = protestant_country + +ruling_party = HOL_conservative +upper_house = { + fascist = 0 + liberal = 1 + conservative = 90 + reactionary = 1 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +stock_exchange = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions diff --git a/HPM/history/countries/LBN - Lebanon.txt b/HPM/history/countries/LBN - Lebanon.txt index b48739d6..3a7a7e0e 100644 --- a/HPM/history/countries/LBN - Lebanon.txt +++ b/HPM/history/countries/LBN - Lebanon.txt @@ -1,49 +1,49 @@ -capital = 913 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.06 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = LBN_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - +capital = 913 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.06 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = LBN_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/LBY - Libya.txt b/HPM/history/countries/LBY - Libya.txt index 210f1a0a..8679440f 100644 --- a/HPM/history/countries/LBY - Libya.txt +++ b/HPM/history/countries/LBY - Libya.txt @@ -1,51 +1,51 @@ -capital = 1741 -primary_culture = maghrebi -culture = bedouin -culture = tuareg -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_autocracy -literacy = 0.03 -non_state_culture_literacy = 0 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = post_colonial_country -set_country_flag = sunni_country - -ruling_party = CYR_conservative -upper_house = { - fascist = 0 - liberal = 22 - conservative = 63 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 1741 +primary_culture = maghrebi +culture = bedouin +culture = tuareg +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_autocracy +literacy = 0.03 +non_state_culture_literacy = 0 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = post_colonial_country +set_country_flag = sunni_country + +ruling_party = CYR_conservative +upper_house = { + fascist = 0 + liberal = 22 + conservative = 63 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/LHJ - Lahej.txt b/HPM/history/countries/LHJ - Lahej.txt index b8efab05..70476a29 100644 --- a/HPM/history/countries/LHJ - Lahej.txt +++ b/HPM/history/countries/LHJ - Lahej.txt @@ -1,65 +1,66 @@ -capital = 1412 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 70 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LHJ_oob.txt" +capital = 1412 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 70 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LHJ_oob.txt" diff --git a/HPM/history/countries/LIB - Liberia.txt b/HPM/history/countries/LIB - Liberia.txt index 2f944d2b..4081f365 100644 --- a/HPM/history/countries/LIB - Liberia.txt +++ b/HPM/history/countries/LIB - Liberia.txt @@ -1,75 +1,76 @@ -capital = 1887 -primary_culture = afro_american -culture = kru -culture = mande -culture = western_nigritic -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.12 -non_state_culture_literacy = 0.01 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1887 +primary_culture = afro_american +culture = kru +culture = mande +culture = western_nigritic +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.12 +non_state_culture_literacy = 0.01 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = LIB_conservative - -upper_house = { - fascist = 0 - liberal = 22 - conservative = 62 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school - -# Technologies -flintlock_rifles = 1 -post_napoleonic_thought = 1 -bronze_muzzle_loaded_artillery = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - oob = "/1861/LIB_oob.txt" -} +set_country_flag = protestant_country + +ruling_party = LIB_conservative + +upper_house = { + fascist = 0 + liberal = 22 + conservative = 62 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school + +# Technologies +flintlock_rifles = 1 +post_napoleonic_thought = 1 +bronze_muzzle_loaded_artillery = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + oob = "/1861/LIB_oob.txt" +} diff --git a/HPM/history/countries/LIP - Lippe.txt b/HPM/history/countries/LIP - Lippe.txt index f38eab94..a453b0f5 100644 --- a/HPM/history/countries/LIP - Lippe.txt +++ b/HPM/history/countries/LIP - Lippe.txt @@ -1,163 +1,164 @@ -capital = 585 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 585 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = LIP_conservative_2 -upper_house = { - fascist = 0 - liberal = 30 - conservative = 48 - reactionary = 22 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "LIP_oob.txt" -1861.1.1 = { - oob = "/1861/LIP_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = LIP_conservative_2 +upper_house = { + fascist = 0 + liberal = 30 + conservative = 48 + reactionary = 22 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "LIP_oob.txt" +1861.1.1 = { + oob = "/1861/LIP_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/LIT - Lithuania.txt b/HPM/history/countries/LIT - Lithuania.txt index 9a34b643..3bdfc6d2 100644 --- a/HPM/history/countries/LIT - Lithuania.txt +++ b/HPM/history/countries/LIT - Lithuania.txt @@ -1,54 +1,55 @@ -capital = 360 -primary_culture = lithuanian -religion = catholic -government = absolute_monarchy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 360 +primary_culture = lithuanian +religion = catholic +government = absolute_monarchy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = LIT_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = LIT_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/LOA - Loango.txt b/HPM/history/countries/LOA - Loango.txt index 6245560e..20071be2 100644 --- a/HPM/history/countries/LOA - Loango.txt +++ b/HPM/history/countries/LOA - Loango.txt @@ -1,64 +1,65 @@ -capital = 2624 -primary_culture = bakongo -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2624 +primary_culture = bakongo +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = LOA_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LOA_oob.txt" -1861.1.1 = { - oob = "/1861/LOA_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = LOA_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LOA_oob.txt" +1861.1.1 = { + oob = "/1861/LOA_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/LOM - Lombardia.txt b/HPM/history/countries/LOM - Lombardia.txt index 4828038d..0b8921a6 100644 --- a/HPM/history/countries/LOM - Lombardia.txt +++ b/HPM/history/countries/LOM - Lombardia.txt @@ -1,55 +1,56 @@ -capital = 726 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.4 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 726 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.4 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = LOM_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 60 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = LOM_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 60 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/LOR - Lorraine.txt b/HPM/history/countries/LOR - Lorraine.txt index 4cdd3759..3ff7f106 100644 --- a/HPM/history/countries/LOR - Lorraine.txt +++ b/HPM/history/countries/LOR - Lorraine.txt @@ -1,48 +1,49 @@ -capital = 411 -primary_culture = french -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.8 -civilized = yes -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 411 +primary_culture = french +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.8 +civilized = yes +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = FRA_liberal -upper_house = { - fascist = 0 - liberal = 30 - conservative = 55 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = FRA_liberal +upper_house = { + fascist = 0 + liberal = 30 + conservative = 55 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/LOS - Los Altos.txt b/HPM/history/countries/LOS - Los Altos.txt index 5b70ac16..8cf34d5c 100644 --- a/HPM/history/countries/LOS - Los Altos.txt +++ b/HPM/history/countries/LOS - Los Altos.txt @@ -1,52 +1,53 @@ -capital = 2187 -primary_culture = central_american -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.09 -civilized = yes -prestige = 1 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2187 +primary_culture = central_american +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.09 +civilized = yes +prestige = 1 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = LOS_liberal -last_election = 1835.2.14 -upper_house = { - fascist = 0 - liberal = 55 - conservative = 26 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = LOS_liberal +last_election = 1835.2.14 +upper_house = { + fascist = 0 + liberal = 55 + conservative = 26 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/LPL - La Plata.txt b/HPM/history/countries/LPL - La Plata.txt index e8d4cafc..741e10b8 100644 --- a/HPM/history/countries/LPL - La Plata.txt +++ b/HPM/history/countries/LPL - La Plata.txt @@ -1,49 +1,50 @@ -capital = 2348 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.12 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2348 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.12 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ARG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = ARG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/LSK - Alaska.txt b/HPM/history/countries/LSK - Alaska.txt index 39ad9a78..1a068646 100644 --- a/HPM/history/countries/LSK - Alaska.txt +++ b/HPM/history/countries/LSK - Alaska.txt @@ -1,54 +1,54 @@ -capital = 1 -primary_culture = alaskan -religion = orthodox -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1 +primary_culture = alaskan +religion = orthodox +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = orthodox_country -set_country_flag = new_world_nation - -ruling_party = LSK_conservative -upper_house = { - fascist = 0 - liberal = 37 - conservative = 53 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - +set_country_flag = orthodox_country +set_country_flag = new_world_nation + +ruling_party = LSK_conservative +upper_house = { + fascist = 0 + liberal = 37 + conservative = 53 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} diff --git a/HPM/history/countries/LUA - Luang Prabang.txt b/HPM/history/countries/LUA - Luang Prabang.txt index cdc2175c..a2d02619 100644 --- a/HPM/history/countries/LUA - Luang Prabang.txt +++ b/HPM/history/countries/LUA - Luang Prabang.txt @@ -1,77 +1,78 @@ -capital = 1356 -primary_culture = lao -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1356 +primary_culture = lao +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = LUA_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 49 - reactionary = 35 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - +set_country_flag = theravada_country + +ruling_party = LUA_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 49 + reactionary = 35 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LUA_oob.txt" -1861.1.1 = { - oob = "/1861/LUA_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.02 - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 - - #Military Reforms - foreign_training = yes_foreign_training - - #Technologies -} +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LUA_oob.txt" +1861.1.1 = { + oob = "/1861/LUA_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.02 + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 + + #Military Reforms + foreign_training = yes_foreign_training + + #Technologies +} diff --git a/HPM/history/countries/LUB - Lubeck.txt b/HPM/history/countries/LUB - Lubeck.txt index e77d97e9..e8748b27 100644 --- a/HPM/history/countries/LUB - Lubeck.txt +++ b/HPM/history/countries/LUB - Lubeck.txt @@ -1,174 +1,175 @@ -capital = 530 -primary_culture = north_german -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.8 -non_state_culture_literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 530 +primary_culture = north_german +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.8 +non_state_culture_literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = LUB_conservative_2 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "LUB_oob.txt" -1861.1.1 = { - oob = "/1861/LUB_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Political reforms - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = censored_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = non_secret_ballots - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = LUB_conservative_2 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "LUB_oob.txt" +1861.1.1 = { + oob = "/1861/LUB_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Political reforms + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = censored_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = non_secret_ballots + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/LUC - Lucca.txt b/HPM/history/countries/LUC - Lucca.txt index a7414cc6..82b05f61 100644 --- a/HPM/history/countries/LUC - Lucca.txt +++ b/HPM/history/countries/LUC - Lucca.txt @@ -1,138 +1,139 @@ -capital = 746 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.20 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 746 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.20 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = LUC_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 70 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "LUC_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - regenerative_furnaces = 1 - basic_chemistry = 1 - medicine = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - building_station_shipyards = yes - - - - sharp_n_roberts_power_loom = yes - mechanical_saw = yes - pitts_threshing_machine = yes - mechanized_slaughtering_block = yes - coke = yes - mechanical_precision_saw = yes - northrop_power_loom = yes - pit_coal = yes -} +set_country_flag = catholic_country + +ruling_party = LUC_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 70 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "LUC_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + regenerative_furnaces = 1 + basic_chemistry = 1 + medicine = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + building_station_shipyards = yes + + + + sharp_n_roberts_power_loom = yes + mechanical_saw = yes + pitts_threshing_machine = yes + mechanized_slaughtering_block = yes + coke = yes + mechanical_precision_saw = yes + northrop_power_loom = yes + pit_coal = yes +} diff --git a/HPM/history/countries/LUN - Lunda.txt b/HPM/history/countries/LUN - Lunda.txt index f4f231d8..f5b196ba 100644 --- a/HPM/history/countries/LUN - Lunda.txt +++ b/HPM/history/countries/LUN - Lunda.txt @@ -1,58 +1,59 @@ -capital = 1988 -primary_culture = lunda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1988 +primary_culture = lunda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = LUN_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "LUN_oob.txt" -1861.1.1 = { - oob = "/1861/LUN_oob.txt" -} +set_country_flag = animist_country + +ruling_party = LUN_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "LUN_oob.txt" +1861.1.1 = { + oob = "/1861/LUN_oob.txt" +} diff --git a/HPM/history/countries/LUX - Luxemburg.txt b/HPM/history/countries/LUX - Luxemburg.txt index b8553153..2a9e8531 100644 --- a/HPM/history/countries/LUX - Luxemburg.txt +++ b/HPM/history/countries/LUX - Luxemburg.txt @@ -1,161 +1,162 @@ -capital = 397 -primary_culture = north_german -culture = french -religion = catholic -government = absolute_monarchy -plurality = 25.2 -nationalvalue = nv_liberty -literacy = 0.45 -civilized = yes -prestige = 1 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = fourteen_hours -safety_regulations = low_safety -health_care = low_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 397 +primary_culture = north_german +culture = french +religion = catholic +government = absolute_monarchy +plurality = 25.2 +nationalvalue = nv_liberty +literacy = 0.45 +civilized = yes +prestige = 1 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = fourteen_hours +safety_regulations = low_safety +health_care = low_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = LUX_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 65 - reactionary = 5 - anarcho_liberal = 5 - socialist = 5 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -1861.1.1 = { - oob = "/1861/LUX_oob.txt" - plurality = 60 - literacy = 0.80 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = LUX_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 65 + reactionary = 5 + anarcho_liberal = 5 + socialist = 5 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +1861.1.1 = { + oob = "/1861/LUX_oob.txt" + plurality = 60 + literacy = 0.80 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/LUZ - Luzica.txt b/HPM/history/countries/LUZ - Luzica.txt index e750bf67..85600860 100644 --- a/HPM/history/countries/LUZ - Luzica.txt +++ b/HPM/history/countries/LUZ - Luzica.txt @@ -1,49 +1,50 @@ -capital = 552 -primary_culture = western_slavic -culture = polish -culture = czech -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 552 +primary_culture = western_slavic +culture = polish +culture = czech +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = LUZ_conservative -upper_house = { - fascist = 0 - liberal = 33 - conservative = 57 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +ruling_party = LUZ_conservative +upper_house = { + fascist = 0 + liberal = 33 + conservative = 57 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/LXA - Lan Xang.txt b/HPM/history/countries/LXA - Lan Xang.txt index aa01c1b1..9ad06829 100644 --- a/HPM/history/countries/LXA - Lan Xang.txt +++ b/HPM/history/countries/LXA - Lan Xang.txt @@ -1,56 +1,57 @@ -capital = 1356 -primary_culture = lao -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1356 +primary_culture = lao +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = LUA_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 78 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes +set_country_flag = theravada_country + +ruling_party = LUA_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 78 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes diff --git a/HPM/history/countries/MAD - Madagascar.txt b/HPM/history/countries/MAD - Madagascar.txt index 28e2a3f2..362127df 100644 --- a/HPM/history/countries/MAD - Madagascar.txt +++ b/HPM/history/countries/MAD - Madagascar.txt @@ -1,72 +1,73 @@ -capital = 2115 -primary_culture = malagasy -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2115 +primary_culture = malagasy +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = MAD_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 79 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = animist_country + +ruling_party = MAD_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 79 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "MAD_oob.txt" -1861.1.1 = { - oob = "/1861/MAD_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.02 - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 -} +#big_sail_support = yes + +oob = "MAD_oob.txt" +1861.1.1 = { + oob = "/1861/MAD_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.02 + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/MAH - Maharashtra.txt b/HPM/history/countries/MAH - Maharashtra.txt index a302cd9a..e06430b9 100644 --- a/HPM/history/countries/MAH - Maharashtra.txt +++ b/HPM/history/countries/MAH - Maharashtra.txt @@ -1,63 +1,64 @@ -capital = 1299 -primary_culture = marathi -culture = sindi -culture = kannada -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1299 +primary_culture = marathi +culture = sindi +culture = kannada +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = MAH_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 +set_country_flag = hindu_country + +ruling_party = MAH_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 diff --git a/HPM/history/countries/MAJ - Majeerteen.txt b/HPM/history/countries/MAJ - Majeerteen.txt index 1a4d630f..36a91c89 100644 --- a/HPM/history/countries/MAJ - Majeerteen.txt +++ b/HPM/history/countries/MAJ - Majeerteen.txt @@ -1,63 +1,64 @@ -capital = 1872 -primary_culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MAJ_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MAJ_oob.txt" -1861.1.1 = { - oob = "/1861/MAJ_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1872 +primary_culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MAJ_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MAJ_oob.txt" +1861.1.1 = { + oob = "/1861/MAJ_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/MAK - Makran.txt b/HPM/history/countries/MAK - Makran.txt index 3c0f91f4..c43d9e6c 100644 --- a/HPM/history/countries/MAK - Makran.txt +++ b/HPM/history/countries/MAK - Makran.txt @@ -1,72 +1,73 @@ -capital = 1222 -primary_culture = baluchi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MAK_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Technologies -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MAK_oob.txt" -1861.1.1 = { - oob = "/1861/MAK_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.02 - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1222 +primary_culture = baluchi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MAK_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Technologies +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MAK_oob.txt" +1861.1.1 = { + oob = "/1861/MAK_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.02 + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/MAL - Maluku.txt b/HPM/history/countries/MAL - Maluku.txt index 6ed20a62..b8995997 100644 --- a/HPM/history/countries/MAL - Maluku.txt +++ b/HPM/history/countries/MAL - Maluku.txt @@ -1,49 +1,50 @@ -capital = 1448 -primary_culture = moluccan -culture = melanesian -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = lacking_writing_system +capital = 1448 +primary_culture = moluccan +culture = melanesian +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/MAS - Massina.txt b/HPM/history/countries/MAS - Massina.txt index b2950aca..68963785 100644 --- a/HPM/history/countries/MAS - Massina.txt +++ b/HPM/history/countries/MAS - Massina.txt @@ -1,66 +1,67 @@ -capital = 1804 -primary_culture = fulbe -culture = tuareg -culture = mande -culture = gur -culture = senufo -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MAS_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 21 - reactionary = 63 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MAS_oob.txt" -1861.1.1 = { - oob = "/1861/MAS_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1804 +primary_culture = fulbe +culture = tuareg +culture = mande +culture = gur +culture = senufo +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MAS_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 21 + reactionary = 63 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MAS_oob.txt" +1861.1.1 = { + oob = "/1861/MAS_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/MAT - Matabele.txt b/HPM/history/countries/MAT - Matabele.txt index 9d6de039..169615dd 100644 --- a/HPM/history/countries/MAT - Matabele.txt +++ b/HPM/history/countries/MAT - Matabele.txt @@ -1,63 +1,64 @@ -capital = 2108 -primary_culture = nguni -culture = tswana -culture = shona -culture = sotho -culture = southern_bantu -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2108 +primary_culture = nguni +culture = tswana +culture = shona +culture = sotho +culture = southern_bantu +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = MAT_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MAT_oob.txt" -1861.1.1 = { - oob = "/1861/MAT_oob.txt" - capital = 2071 -} +set_country_flag = animist_country + +ruling_party = MAT_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MAT_oob.txt" +1861.1.1 = { + oob = "/1861/MAT_oob.txt" + capital = 2071 +} diff --git a/HPM/history/countries/MCD - Macedonia.txt b/HPM/history/countries/MCD - Macedonia.txt index a6540b10..f03d1bfc 100644 --- a/HPM/history/countries/MCD - Macedonia.txt +++ b/HPM/history/countries/MCD - Macedonia.txt @@ -1,47 +1,48 @@ -capital = 806 -primary_culture = bulgarian -religion = orthodox -government = democracy -plurality = 0.08 -nationalvalue = nv_order -literacy = 0.4 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 806 +primary_culture = bulgarian +religion = orthodox +government = democracy +plurality = 0.08 +nationalvalue = nv_order +literacy = 0.4 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = BUL_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = BUL_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/MCK - Manchukuo.txt b/HPM/history/countries/MCK - Manchukuo.txt index c2d494e4..dbf0463a 100644 --- a/HPM/history/countries/MCK - Manchukuo.txt +++ b/HPM/history/countries/MCK - Manchukuo.txt @@ -1,85 +1,85 @@ -capital = 1555 -primary_culture = manchu -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -prestige = 1 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1555 +primary_culture = manchu +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +prestige = 1 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = MCK_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -land_reform = yes_land_reform -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MCK_oob.txt" -1861.1.1 = { - literacy = 0.07 - non_state_culture_literacy = 0.04 - - foreign_weapons = yes_foreign_weapons - army_schools = yes_army_schools - admin_reform = yes_admin_reform - finance_reform = yes_finance_reform - - # Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -# Inventions - -} - +set_country_flag = mahayana_country + +ruling_party = MCK_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +land_reform = yes_land_reform +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MCK_oob.txt" +1861.1.1 = { + literacy = 0.07 + non_state_culture_literacy = 0.04 + + foreign_weapons = yes_foreign_weapons + army_schools = yes_army_schools + admin_reform = yes_admin_reform + finance_reform = yes_finance_reform + + # Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +# Inventions + +} diff --git a/HPM/history/countries/MDV - Moldova.txt b/HPM/history/countries/MDV - Moldova.txt index 8bcc1ef2..d60a43e0 100644 --- a/HPM/history/countries/MDV - Moldova.txt +++ b/HPM/history/countries/MDV - Moldova.txt @@ -1,74 +1,74 @@ -capital = 676 -primary_culture = romanian -religion = orthodox -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.1 -civilized = yes -prestige = 5 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 676 +primary_culture = romanian +religion = orthodox +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.1 +civilized = yes +prestige = 5 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = MOL_reactionary -upper_house = { - fascist = 0 - liberal = 20 - conservative = 21 - reactionary = 59 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "MOL_oob.txt" - +set_country_flag = orthodox_country + +ruling_party = MOL_reactionary +upper_house = { + fascist = 0 + liberal = 20 + conservative = 21 + reactionary = 59 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "MOL_oob.txt" diff --git a/HPM/history/countries/MEC - Mecklenburg.txt b/HPM/history/countries/MEC - Mecklenburg.txt index fda71927..e2f651b7 100644 --- a/HPM/history/countries/MEC - Mecklenburg.txt +++ b/HPM/history/countries/MEC - Mecklenburg.txt @@ -1,163 +1,164 @@ -capital = 544 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 544 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = MEC_conservative_2 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "MEC_oob.txt" -1861.1.1 = { - oob = "/1861/MEC_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = MEC_conservative_2 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "MEC_oob.txt" +1861.1.1 = { + oob = "/1861/MEC_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/MEI - Saxe.txt b/HPM/history/countries/MEI - Saxe.txt index 1ce6dd9b..e9801baf 100644 --- a/HPM/history/countries/MEI - Saxe.txt +++ b/HPM/history/countries/MEI - Saxe.txt @@ -1,163 +1,164 @@ -capital = 563 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 563 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = MEI_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "MEI_oob.txt" -1861.1.1 = { - oob = "/1861/MEI_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = MEI_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "MEI_oob.txt" +1861.1.1 = { + oob = "/1861/MEI_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/MEW - Mewar.txt b/HPM/history/countries/MEW - Mewar.txt index d46d6709..43e04c53 100644 --- a/HPM/history/countries/MEW - Mewar.txt +++ b/HPM/history/countries/MEW - Mewar.txt @@ -1,81 +1,82 @@ -capital = 1269 -primary_culture = rajput -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1269 +primary_culture = rajput +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = MEW_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = MEW_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MEW_oob.txt" -1861.1.1 = { - oob = "/1861/MEW_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 - -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MEW_oob.txt" +1861.1.1 = { + oob = "/1861/MEW_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 + +} diff --git a/HPM/history/countries/MEX - Mexico.txt b/HPM/history/countries/MEX - Mexico.txt index e70a6276..19ffe580 100644 --- a/HPM/history/countries/MEX - Mexico.txt +++ b/HPM/history/countries/MEX - Mexico.txt @@ -1,144 +1,145 @@ -capital = 2172 -primary_culture = mexican -religion = catholic -government = presidential_dictatorship -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.03 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2172 +primary_culture = mexican +religion = catholic +government = presidential_dictatorship +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.03 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = MEX_conservative -last_election = 1835.1.28 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 63 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 -clipper_design = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "MEX_oob.txt" -1861.1.1 = { - oob = "/1861/MEX_oob.txt" - - # Political reforms - slavery = no_slavery - upper_house_composition = state_equal_weight - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = free_press - trade_unions = no_trade_unions - voting_system = first_past_the_post - political_parties = non_secret_ballots - - plurality = 60 - government = democracy - ruling_party = MEX_liberal - literacy = 0.225 - non_state_culture_literacy = 0.10 - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = MEX_conservative +last_election = 1835.1.28 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 63 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 +clipper_design = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "MEX_oob.txt" +1861.1.1 = { + oob = "/1861/MEX_oob.txt" + + # Political reforms + slavery = no_slavery + upper_house_composition = state_equal_weight + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = free_press + trade_unions = no_trade_unions + voting_system = first_past_the_post + political_parties = non_secret_ballots + + plurality = 60 + government = democracy + ruling_party = MEX_liberal + literacy = 0.225 + non_state_culture_literacy = 0.10 + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/MGH - Maghreb.txt b/HPM/history/countries/MGH - Maghreb.txt index b5d394b8..721782de 100644 --- a/HPM/history/countries/MGH - Maghreb.txt +++ b/HPM/history/countries/MGH - Maghreb.txt @@ -24,7 +24,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -37,13 +37,13 @@ border_policy = open_borders ruling_party = MOR_conservative upper_house = { - fascist = 0 - liberal = 14 - conservative = 60 - reactionary = 26 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 14 + conservative = 60 + reactionary = 26 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = sunni_country diff --git a/HPM/history/countries/MGL - Mongolia.txt b/HPM/history/countries/MGL - Mongolia.txt index f38d0382..d83dc4ff 100644 --- a/HPM/history/countries/MGL - Mongolia.txt +++ b/HPM/history/countries/MGL - Mongolia.txt @@ -1,77 +1,77 @@ -capital = 1468 -primary_culture = mongol -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 #Chinese -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1468 +primary_culture = mongol +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 #Chinese +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = gelugpa_country - -ruling_party = MGL_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 1 - -1861.1.1 = { - literacy = 0.04 - non_state_culture_literacy = 0.07 #Chinese - - #Military Reforms - foreign_training = yes_foreign_training -} - +set_country_flag = gelugpa_country + +ruling_party = MGL_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 1 + +1861.1.1 = { + literacy = 0.04 + non_state_culture_literacy = 0.07 #Chinese + + #Military Reforms + foreign_training = yes_foreign_training +} diff --git a/HPM/history/countries/MHR - Mahra.txt b/HPM/history/countries/MHR - Mahra.txt index 5f32e27e..eb02e1a3 100644 --- a/HPM/history/countries/MHR - Mahra.txt +++ b/HPM/history/countries/MHR - Mahra.txt @@ -1,65 +1,66 @@ -capital = 1175 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 80 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MHR_oob.txt" +capital = 1175 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 80 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MHR_oob.txt" diff --git a/HPM/history/countries/MKN - Mukriyan.txt b/HPM/history/countries/MKN - Mukriyan.txt index b6d3c3d9..d1f94b81 100644 --- a/HPM/history/countries/MKN - Mukriyan.txt +++ b/HPM/history/countries/MKN - Mukriyan.txt @@ -1,63 +1,64 @@ -capital = 1111 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "MKN_oob.txt" +capital = 1111 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "MKN_oob.txt" diff --git a/HPM/history/countries/MLD - Maldives.txt b/HPM/history/countries/MLD - Maldives.txt index a31d39b5..0df59479 100644 --- a/HPM/history/countries/MLD - Maldives.txt +++ b/HPM/history/countries/MLD - Maldives.txt @@ -1,46 +1,47 @@ -capital = 1325 -primary_culture = asian_minor -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SRI_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1325 +primary_culture = asian_minor +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SRI_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/MLI - Mali.txt b/HPM/history/countries/MLI - Mali.txt index 506e6253..b2710523 100644 --- a/HPM/history/countries/MLI - Mali.txt +++ b/HPM/history/countries/MLI - Mali.txt @@ -1,5 +1,5 @@ capital = 1803 -primary_culture = fulbe +primary_culture = fulbe culture = bambara culture = mande culture = songhai @@ -45,12 +45,11 @@ set_country_flag = post_colonial_country ruling_party = MLI_conservative upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } - diff --git a/HPM/history/countries/MLT - Malta.txt b/HPM/history/countries/MLT - Malta.txt index d5550a3c..77ade8b7 100644 --- a/HPM/history/countries/MLT - Malta.txt +++ b/HPM/history/countries/MLT - Malta.txt @@ -1,48 +1,49 @@ -capital = 854 -primary_culture = maltese -religion = catholic -government = hms_government -plurality = 0.12 -nationalvalue = nv_order -literacy = 0.28 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 854 +primary_culture = maltese +religion = catholic +government = hms_government +plurality = 0.12 +nationalvalue = nv_order +literacy = 0.28 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = MLT_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 50 - reactionary = 5 - anarcho_liberal = 10 - socialist = 15 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = MLT_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 50 + reactionary = 5 + anarcho_liberal = 10 + socialist = 15 + communist = 0 +} diff --git a/HPM/history/countries/MLW - Malawi.txt b/HPM/history/countries/MLW - Malawi.txt index b9f56cd4..2f5a6c7c 100644 --- a/HPM/history/countries/MLW - Malawi.txt +++ b/HPM/history/countries/MLW - Malawi.txt @@ -1,52 +1,52 @@ -capital = 2067 -primary_culture = chewa -culture = lomwe -culture = lunda -culture = yao -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2067 +primary_culture = chewa +culture = lomwe +culture = lunda +culture = yao +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = MLW_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = MLW_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/MLY - Malaya.txt b/HPM/history/countries/MLY - Malaya.txt index 9aa45416..5240c6f3 100644 --- a/HPM/history/countries/MLY - Malaya.txt +++ b/HPM/history/countries/MLY - Malaya.txt @@ -1,53 +1,53 @@ -capital = 1387 -primary_culture = malay -culture = yue -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.03 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = INO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -govt_flag = { - government = hms_government - flag = theocracy -} - +capital = 1387 +primary_culture = malay +culture = yue +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.03 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = INO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +govt_flag = { + government = hms_government + flag = theocracy +} diff --git a/HPM/history/countries/MNG - Mongo.txt b/HPM/history/countries/MNG - Mongo.txt index 1252051a..3be7ef55 100644 --- a/HPM/history/countries/MNG - Mongo.txt +++ b/HPM/history/countries/MNG - Mongo.txt @@ -1,49 +1,50 @@ -capital = 1992 -primary_culture = mongo -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1992 +primary_culture = mongo +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = MNG_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system +set_country_flag = animist_country + +ruling_party = MNG_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/MNP - Manipur.txt b/HPM/history/countries/MNP - Manipur.txt index 4bb3ee12..7b8e70fd 100644 --- a/HPM/history/countries/MNP - Manipur.txt +++ b/HPM/history/countries/MNP - Manipur.txt @@ -1,54 +1,54 @@ -capital = 1259 -primary_culture = manipuri -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1259 +primary_culture = manipuri +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = ASM_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = ASM_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/MOD - Modena.txt b/HPM/history/countries/MOD - Modena.txt index b488afd6..7db00d11 100644 --- a/HPM/history/countries/MOD - Modena.txt +++ b/HPM/history/countries/MOD - Modena.txt @@ -1,143 +1,144 @@ -capital = 739 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.20 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 739 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.20 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = MOD_reactionary -upper_house = { - fascist = 0 - liberal = 22 - conservative = 60 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "MOD_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - regenerative_furnaces = 1 - basic_chemistry = 1 - medicine = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - building_station_shipyards = yes - vaccination = yes - genetics_heredity = yes - clinical_thermometers_and_binaural_stethoscopes = yes - pressure_chambers_for_thorax_surgery = yes - prophylaxis_against_malaria = yes - chemotherapy = yes - pitts_threshing_machine = yes - hussey_n_mccormicks_reaping_machine = yes - aerial_bacteria_and_antiseptic_principle = yes - combat_medicine = yes - sharp_n_roberts_power_loom = yes - mechanical_saw = yes - mechanical_precision_saw = yes - dobby_loom = yes - coke = yes - mechanized_slaughtering_block = yes - northrop_power_loom = yes -} +set_country_flag = catholic_country + +ruling_party = MOD_reactionary +upper_house = { + fascist = 0 + liberal = 22 + conservative = 60 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "MOD_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + regenerative_furnaces = 1 + basic_chemistry = 1 + medicine = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + building_station_shipyards = yes + vaccination = yes + genetics_heredity = yes + clinical_thermometers_and_binaural_stethoscopes = yes + pressure_chambers_for_thorax_surgery = yes + prophylaxis_against_malaria = yes + chemotherapy = yes + pitts_threshing_machine = yes + hussey_n_mccormicks_reaping_machine = yes + aerial_bacteria_and_antiseptic_principle = yes + combat_medicine = yes + sharp_n_roberts_power_loom = yes + mechanical_saw = yes + mechanical_precision_saw = yes + dobby_loom = yes + coke = yes + mechanized_slaughtering_block = yes + northrop_power_loom = yes +} diff --git a/HPM/history/countries/MOL - Moldavia.txt b/HPM/history/countries/MOL - Moldavia.txt index fc8c2a1a..c607ceb2 100644 --- a/HPM/history/countries/MOL - Moldavia.txt +++ b/HPM/history/countries/MOL - Moldavia.txt @@ -1,101 +1,102 @@ -capital = 670 -primary_culture = romanian -religion = orthodox -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.04 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 4 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 670 +primary_culture = romanian +religion = orthodox +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.04 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 4 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = MOL_liberal -upper_house = { - fascist = 0 - liberal = 35 - conservative = 34 - reactionary = 31 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "MOL_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - enlightenment_thought = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - experimental_railroad = 1 - post_nelsonian_thought = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = MOL_liberal +upper_house = { + fascist = 0 + liberal = 35 + conservative = 34 + reactionary = 31 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "MOL_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + enlightenment_thought = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + experimental_railroad = 1 + post_nelsonian_thought = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/MON - Montenegro.txt b/HPM/history/countries/MON - Montenegro.txt index 4cca18ce..fa71df6d 100644 --- a/HPM/history/countries/MON - Montenegro.txt +++ b/HPM/history/countries/MON - Montenegro.txt @@ -1,127 +1,128 @@ -capital = 2583 -primary_culture = serb -religion = orthodox -government = theocracy -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.04 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 4 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2583 +primary_culture = serb +religion = orthodox +government = theocracy +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.04 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 4 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = MON_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 58 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -set_country_flag = theocratic_government - - -oob = "MON_oob.txt" -1861.1.1 = { - oob = "/1861/MON_oob.txt" - plurality = 50 - literacy = 0.17 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = MON_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 58 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +set_country_flag = theocratic_government + + +oob = "MON_oob.txt" +1861.1.1 = { + oob = "/1861/MON_oob.txt" + plurality = 50 + literacy = 0.17 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/MOR - Morocco.txt b/HPM/history/countries/MOR - Morocco.txt index 76f940f2..379ece3c 100644 --- a/HPM/history/countries/MOR - Morocco.txt +++ b/HPM/history/countries/MOR - Morocco.txt @@ -1,93 +1,94 @@ -capital = 1680 -primary_culture = maghrebi -culture = berber -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MOR_conservative -upper_house = { - fascist = 0 - liberal = 14 - conservative = 60 - reactionary = 26 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -govt_flag = { - government = hms_government - flag = theocracy -} - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MOR_oob.txt" -1861.1.1 = { - oob = "/1861/MOR_oob.txt" - literacy = 0.12 - non_state_culture_literacy = 0.05 - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - army_schools = yes_army_schools - finance_reform = finance_reform_two - education_reform = yes_education_reform - - # Technologies - military_staff_system = 1 - flintlock_rifles = 1 - - # Inventions - -} +capital = 1680 +primary_culture = maghrebi +culture = berber +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MOR_conservative +upper_house = { + fascist = 0 + liberal = 14 + conservative = 60 + reactionary = 26 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +govt_flag = { + government = hms_government + flag = theocracy +} + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MOR_oob.txt" +1861.1.1 = { + oob = "/1861/MOR_oob.txt" + literacy = 0.12 + non_state_culture_literacy = 0.05 + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + army_schools = yes_army_schools + finance_reform = finance_reform_two + education_reform = yes_education_reform + + # Technologies + military_staff_system = 1 + flintlock_rifles = 1 + + # Inventions + +} diff --git a/HPM/history/countries/MOS - Mossi.txt b/HPM/history/countries/MOS - Mossi.txt index 3dde66b9..32c29614 100644 --- a/HPM/history/countries/MOS - Mossi.txt +++ b/HPM/history/countries/MOS - Mossi.txt @@ -1,67 +1,68 @@ -capital = 1901 -primary_culture = mossi -culture = gur -culture = mande -culture = senufo -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1901 +primary_culture = mossi +culture = gur +culture = mande +culture = senufo +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = MOS_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 60 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MOS_oob.txt" -1861.1.1 = { - oob = "/1861/MOS_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = MOS_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 60 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MOS_oob.txt" +1861.1.1 = { + oob = "/1861/MOS_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/MOZ - Mozambique.txt b/HPM/history/countries/MOZ - Mozambique.txt index cd2d9f13..65d0a3c0 100644 --- a/HPM/history/countries/MOZ - Mozambique.txt +++ b/HPM/history/countries/MOZ - Mozambique.txt @@ -1,56 +1,57 @@ -capital = 2049 -primary_culture = shona -culture = makua -culture = yao -culture = tonga -culture = nguni -culture = sena -culture = nyasa -culture = southern_bantu -culture = swahili -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.13 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2049 +primary_culture = shona +culture = makua +culture = yao +culture = tonga +culture = nguni +culture = sena +culture = nyasa +culture = southern_bantu +culture = swahili +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.13 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = post_colonial_country - -ruling_party = MOZ_communist -upper_house = { - fascist = 0 - liberal = 18 - conservative = 69 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +set_country_flag = post_colonial_country + +ruling_party = MOZ_communist +upper_house = { + fascist = 0 + liberal = 18 + conservative = 69 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/MRU - Maritime Union.txt b/HPM/history/countries/MRU - Maritime Union.txt index 0b66ebf5..7e5eaa61 100644 --- a/HPM/history/countries/MRU - Maritime Union.txt +++ b/HPM/history/countries/MRU - Maritime Union.txt @@ -1,51 +1,51 @@ -capital = 71 -primary_culture = anglo_canadian -culture = french_canadian -religion = protestant -government = hms_government -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 71 +primary_culture = anglo_canadian +culture = french_canadian +religion = protestant +government = hms_government +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = CAN_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 50 - reactionary = 8 - anarcho_liberal = 7 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - +set_country_flag = protestant_country + +ruling_party = CAN_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 50 + reactionary = 8 + anarcho_liberal = 7 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/MTC - Metis Confederacy.txt b/HPM/history/countries/MTC - Metis Confederacy.txt index 9d1648a1..d11dea3f 100644 --- a/HPM/history/countries/MTC - Metis Confederacy.txt +++ b/HPM/history/countries/MTC - Metis Confederacy.txt @@ -1,50 +1,51 @@ -capital = 37 -primary_culture = metis -religion = catholic -government = democracy -plurality = 5.0 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 37 +primary_culture = metis +religion = catholic +government = democracy +plurality = 5.0 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = CAN_conservative -upper_house = { - fascist = 0 - liberal = 32 - conservative = 60 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = CAN_conservative +upper_house = { + fascist = 0 + liberal = 32 + conservative = 60 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/MUG - Mughalistan.txt b/HPM/history/countries/MUG - Mughalistan.txt index 74c44d14..83cd8508 100644 --- a/HPM/history/countries/MUG - Mughalistan.txt +++ b/HPM/history/countries/MUG - Mughalistan.txt @@ -1,57 +1,58 @@ -capital = 1236 -primary_culture = panjabi -culture = avadhi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -ruling_party = MUG_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 75 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -set_country_flag = sunni_country - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 +capital = 1236 +primary_culture = panjabi +culture = avadhi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +ruling_party = MUG_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 75 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +set_country_flag = sunni_country + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/MYS - Mysore.txt b/HPM/history/countries/MYS - Mysore.txt index cd0268a6..55256b63 100644 --- a/HPM/history/countries/MYS - Mysore.txt +++ b/HPM/history/countries/MYS - Mysore.txt @@ -1,85 +1,86 @@ -capital = 1313 -primary_culture = kannada -culture = gujarati -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1313 +primary_culture = kannada +culture = gujarati +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = MYS_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - +set_country_flag = hindu_country + +ruling_party = MYS_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "MYS_oob.txt" -1861.1.1 = { - oob = "/1861/MYS_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 - military_staff_system = 1 -} +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "MYS_oob.txt" +1861.1.1 = { + oob = "/1861/MYS_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 + military_staff_system = 1 +} diff --git a/HPM/history/countries/NAG - Nagpur.txt b/HPM/history/countries/NAG - Nagpur.txt index 43b84273..10245250 100644 --- a/HPM/history/countries/NAG - Nagpur.txt +++ b/HPM/history/countries/NAG - Nagpur.txt @@ -1,82 +1,83 @@ -capital = 1277 -primary_culture = marathi -culture = avadhi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1277 +primary_culture = marathi +culture = avadhi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = NAG_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = hindu_country + +ruling_party = NAG_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "NAG_oob.txt" -1861.1.1 = { - literacy = 0.08 - non_state_culture_literacy = 0.04 - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - - # Technologies - military_staff_system = 1 - flintlock_rifles = 1 - - # Inventions +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "NAG_oob.txt" +1861.1.1 = { + literacy = 0.08 + non_state_culture_literacy = 0.04 + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + + # Technologies + military_staff_system = 1 + flintlock_rifles = 1 + + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/NAL - Natalia.txt b/HPM/history/countries/NAL - Natalia.txt index 1b18e649..a6602f39 100644 --- a/HPM/history/countries/NAL - Natalia.txt +++ b/HPM/history/countries/NAL - Natalia.txt @@ -1,90 +1,91 @@ -capital = 2111 -primary_culture = boer -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.25 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2111 +primary_culture = boer +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.25 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = NAL_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 65 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - enlightenment_thought = 1 - piston_steam_engine = 1 - mechanical_production = 1 - post_nelsonian_thought = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = NAL_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 65 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + enlightenment_thought = 1 + piston_steam_engine = 1 + mechanical_production = 1 + post_nelsonian_thought = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/NAS - Nassau.txt b/HPM/history/countries/NAS - Nassau.txt index 326045bb..5f0d4c35 100644 --- a/HPM/history/countries/NAS - Nassau.txt +++ b/HPM/history/countries/NAS - Nassau.txt @@ -1,164 +1,165 @@ -capital = 570 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -non_state_culture_literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 570 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +non_state_culture_literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = NAS_conservative_2 -upper_house = { - fascist = 0 - liberal = 30 - conservative = 55 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "NAS_oob.txt" -1861.1.1 = { - oob = "/1861/NAS_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = NAS_conservative_2 +upper_house = { + fascist = 0 + liberal = 30 + conservative = 55 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "NAS_oob.txt" +1861.1.1 = { + oob = "/1861/NAS_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/NEH - Neuchatel Canton.txt b/HPM/history/countries/NEH - Neuchatel Canton.txt index ffc3e252..ff22d168 100644 --- a/HPM/history/countries/NEH - Neuchatel Canton.txt +++ b/HPM/history/countries/NEH - Neuchatel Canton.txt @@ -1,82 +1,82 @@ -capital = 608 -primary_culture = swiss -religion = protestant -government = hms_government -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = incarceration -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 608 +primary_culture = swiss +religion = protestant +government = hms_government +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = incarceration +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SWI_conservative -#last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -#Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - +set_country_flag = protestant_country + +ruling_party = SWI_conservative +#last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +#Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 diff --git a/HPM/history/countries/NEJ - Nejd.txt b/HPM/history/countries/NEJ - Nejd.txt index 3bd5ff9a..fd92079d 100644 --- a/HPM/history/countries/NEJ - Nejd.txt +++ b/HPM/history/countries/NEJ - Nejd.txt @@ -1,66 +1,67 @@ -capital = 1157 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = NEJ_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "NEJ_oob.txt" -1861.1.1 = { - oob = "/1861/NEJ_oob.txt" - literacy = 0.11 - non_state_culture_literacy = 0.04 -} +capital = 1157 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = NEJ_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "NEJ_oob.txt" +1861.1.1 = { + oob = "/1861/NEJ_oob.txt" + literacy = 0.11 + non_state_culture_literacy = 0.04 +} diff --git a/HPM/history/countries/NEN - New England.txt b/HPM/history/countries/NEN - New England.txt index 5ca80167..b4915981 100644 --- a/HPM/history/countries/NEN - New England.txt +++ b/HPM/history/countries/NEN - New England.txt @@ -1,56 +1,57 @@ -capital = 243 -primary_culture = yankee -religion = protestant -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 243 +primary_culture = yankee +religion = protestant +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = NEN_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 61 - reactionary = 4 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = NEN_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 61 + reactionary = 4 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/NEP - Nepal.txt b/HPM/history/countries/NEP - Nepal.txt index 18825472..65c8f5c1 100644 --- a/HPM/history/countries/NEP - Nepal.txt +++ b/HPM/history/countries/NEP - Nepal.txt @@ -1,72 +1,73 @@ -capital = 1326 -primary_culture = nepali -culture = tibetan -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1326 +primary_culture = nepali +culture = tibetan +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NEP_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = NEP_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "NEP_oob.txt" -1861.1.1 = { - oob = "/1861/NEP_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.02 -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "NEP_oob.txt" +1861.1.1 = { + oob = "/1861/NEP_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.02 +} diff --git a/HPM/history/countries/NET - Netherlands.txt b/HPM/history/countries/NET - Netherlands.txt index 84ecc459..b9668c67 100644 --- a/HPM/history/countries/NET - Netherlands.txt +++ b/HPM/history/countries/NET - Netherlands.txt @@ -1,185 +1,186 @@ -capital = 375 -primary_culture = dutch -religion = protestant -government = prussian_constitutionalism -plurality = 30 -nationalvalue = nv_productivity -literacy = 0.70 -civilized = yes - -#GreaterPowers = prestige -prestige = 10 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 375 +primary_culture = dutch +religion = protestant +government = prussian_constitutionalism +plurality = 30 +nationalvalue = nv_productivity +literacy = 0.70 +civilized = yes + +#GreaterPowers = prestige +prestige = 10 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HOL_conservative -upper_house = { - fascist = 0 - liberal = 22 - conservative = 73 - reactionary = 1 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = literacy_NET - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -stock_exchange = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "NET_oob.txt" - -1861.1.1 = { - oob = "/1861/NET_oob.txt" - set_country_flag = signed_treaty_of_london -} -1861.1.1 = { -government = prussian_constitutionalism -ruling_party = HOL_liberal -plurality = 60 -literacy = 0.82 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = acceptable_schools - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = HOL_conservative +upper_house = { + fascist = 0 + liberal = 22 + conservative = 73 + reactionary = 1 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = literacy_NET + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +stock_exchange = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "NET_oob.txt" + +1861.1.1 = { + oob = "/1861/NET_oob.txt" + set_country_flag = signed_treaty_of_london +} +1861.1.1 = { +government = prussian_constitutionalism +ruling_party = HOL_liberal +plurality = 60 +literacy = 0.82 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = acceptable_schools + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/NEW - Newfoundland.txt b/HPM/history/countries/NEW - Newfoundland.txt index f5b9318f..db5a1c50 100644 --- a/HPM/history/countries/NEW - Newfoundland.txt +++ b/HPM/history/countries/NEW - Newfoundland.txt @@ -1,57 +1,58 @@ -capital = 74 -primary_culture = anglo_canadian -culture = french_canadian -religion = catholic -government = democracy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 74 +primary_culture = anglo_canadian +culture = french_canadian +religion = catholic +government = democracy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = NEW_conservative -upper_house = { - fascist = 0 - liberal = 38 - conservative = 47 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = NEW_conservative +upper_house = { + fascist = 0 + liberal = 38 + conservative = 47 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/NGF - North German Fed.txt b/HPM/history/countries/NGF - North German Fed.txt index 0b7e2759..b8deab06 100644 --- a/HPM/history/countries/NGF - North German Fed.txt +++ b/HPM/history/countries/NGF - North German Fed.txt @@ -1,50 +1,50 @@ -capital = 549 -primary_culture = north_german -culture = south_german -religion = protestant -government = prussian_constitutionalism -plurality = 0.15 -nationalvalue = nv_order -literacy = 0.87 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = twelve_hours -safety_regulations = good_safety -health_care = good_health_care -unemployment_subsidies = low_subsidies -pensions = good_pensions -school_reforms = no_schools - -#New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 549 +primary_culture = north_german +culture = south_german +religion = protestant +government = prussian_constitutionalism +plurality = 0.15 +nationalvalue = nv_order +literacy = 0.87 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = twelve_hours +safety_regulations = good_safety +health_care = good_health_care +unemployment_subsidies = low_subsidies +pensions = good_pensions +school_reforms = no_schools + +#New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = NGF_liberal -upper_house = { - fascist = 0 - liberal = 55 - conservative = 28 - reactionary = 5 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +ruling_party = NGF_liberal +upper_house = { + fascist = 0 + liberal = 55 + conservative = 28 + reactionary = 5 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/NGR - Nigeria.txt b/HPM/history/countries/NGR - Nigeria.txt index 05f2001f..38aa1385 100644 --- a/HPM/history/countries/NGR - Nigeria.txt +++ b/HPM/history/countries/NGR - Nigeria.txt @@ -1,58 +1,58 @@ -capital = 1923 -primary_culture = yoruba -culture = hausa -culture = ibo -culture = fulbe -culture = kanuri -culture = itsekari -culture = edo -culture = east_kwa -culture = tiv -culture = ibibio -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1923 +primary_culture = yoruba +culture = hausa +culture = ibo +culture = fulbe +culture = kanuri +culture = itsekari +culture = edo +culture = east_kwa +culture = tiv +culture = ibibio +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = NGR_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = NGR_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/NIC - Nicaragua.txt b/HPM/history/countries/NIC - Nicaragua.txt index fefa5d1d..23343645 100644 --- a/HPM/history/countries/NIC - Nicaragua.txt +++ b/HPM/history/countries/NIC - Nicaragua.txt @@ -1,98 +1,99 @@ -capital = 2199 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.17 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2199 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.17 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = NIC_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 48 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { - oob = "/1861/NIC_oob.txt" - plurality = 50 - capital = 2197 #Managua 1852 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} \ No newline at end of file +set_country_flag = catholic_country + +ruling_party = NIC_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 48 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { + oob = "/1861/NIC_oob.txt" + plurality = 50 + capital = 2197 #Managua 1852 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/NIG - Niger.txt b/HPM/history/countries/NIG - Niger.txt index 8a708a51..75be77a2 100644 --- a/HPM/history/countries/NIG - Niger.txt +++ b/HPM/history/countries/NIG - Niger.txt @@ -1,56 +1,56 @@ -capital = 1812 -primary_culture = hausa -culture = songhai -culture = fulbe -culture = tuareg -culture = kanuri -culture = dyula -culture = teda -culture = gur -culture = baguirmi -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.04 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = sunni_country -set_country_flag = post_colonial_country - -ruling_party = NIG_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 1812 +primary_culture = hausa +culture = songhai +culture = fulbe +culture = tuareg +culture = kanuri +culture = dyula +culture = teda +culture = gur +culture = baguirmi +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.04 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = sunni_country +set_country_flag = post_colonial_country + +ruling_party = NIG_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/NMB - Namibia.txt b/HPM/history/countries/NMB - Namibia.txt index b7473cb3..2e923d75 100644 --- a/HPM/history/countries/NMB - Namibia.txt +++ b/HPM/history/countries/NMB - Namibia.txt @@ -1,53 +1,54 @@ -capital = 2078 -primary_culture = khoisan -culture = herero -culture = tswana -culture = kavango -culture = lunda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2078 +primary_culture = khoisan +culture = herero +culture = tswana +culture = kavango +culture = lunda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = NMB_communist -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} -set_country_flag = lacking_writing_system +set_country_flag = animist_country + +ruling_party = NMB_communist +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/NOR - Norway.txt b/HPM/history/countries/NOR - Norway.txt index 7cdbd6ce..bf96ff0c 100644 --- a/HPM/history/countries/NOR - Norway.txt +++ b/HPM/history/countries/NOR - Norway.txt @@ -1,174 +1,175 @@ -capital = 313 -primary_culture = norwegian -religion = protestant -government = hms_government -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 313 +primary_culture = norwegian +religion = protestant +government = hms_government +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = NOR_conservative -last_election = 1833.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -#Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -# Starting Consciousness -consciousness = 1 -nonstate_consciousness = 0 - -schools = industrial_tech_school - -1861.1.1 = { - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} \ No newline at end of file +set_country_flag = protestant_country + +ruling_party = NOR_conservative +last_election = 1833.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +#Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +# Starting Consciousness +consciousness = 1 +nonstate_consciousness = 0 + +schools = industrial_tech_school + +1861.1.1 = { + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/NYE - North Yemen.txt b/HPM/history/countries/NYE - North Yemen.txt index af3f72ac..405f825a 100644 --- a/HPM/history/countries/NYE - North Yemen.txt +++ b/HPM/history/countries/NYE - North Yemen.txt @@ -1,78 +1,79 @@ -capital = 1178 -primary_culture = mashriqi -culture = bedouin -religion = shiite -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_reactionary -upper_house = { - fascist = 0 - liberal = 15 - conservative = 60 - reactionary = 25 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = fascist_dictatorship -} - -set_country_flag = shiite_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "NYE_oob.txt" -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -} +capital = 1178 +primary_culture = mashriqi +culture = bedouin +religion = shiite +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_reactionary +upper_house = { + fascist = 0 + liberal = 15 + conservative = 60 + reactionary = 25 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = fascist_dictatorship +} + +set_country_flag = shiite_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "NYE_oob.txt" +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/NZL - New Zealand.txt b/HPM/history/countries/NZL - New Zealand.txt index 5afe0a9e..d4fc43dc 100644 --- a/HPM/history/countries/NZL - New Zealand.txt +++ b/HPM/history/countries/NZL - New Zealand.txt @@ -24,7 +24,7 @@ work_hours = ten_hours safety_regulations = low_safety health_care = low_health_care unemployment_subsidies = low_subsidies -pensions = low_pensions +pensions = low_pensions school_reforms = no_schools #New Reforms @@ -39,13 +39,13 @@ set_country_flag = protestant_country ruling_party = NWZ_conservative upper_house = { - fascist = 0 - liberal = 30 - conservative = 60 - reactionary = 5 - anarcho_liberal = 5 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 30 + conservative = 60 + reactionary = 5 + anarcho_liberal = 5 + socialist = 0 + communist = 0 } set_country_flag = new_world_nation diff --git a/HPM/history/countries/OCC - Occitania.txt b/HPM/history/countries/OCC - Occitania.txt index 71720c8d..143de0ea 100644 --- a/HPM/history/countries/OCC - Occitania.txt +++ b/HPM/history/countries/OCC - Occitania.txt @@ -25,7 +25,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -40,11 +40,11 @@ set_country_flag = catholic_country ruling_party = OCC_liberal upper_house = { - fascist = 1 - liberal = 49 - conservative = 39 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 1 + liberal = 49 + conservative = 39 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } diff --git a/HPM/history/countries/OLD - Oldenburg.txt b/HPM/history/countries/OLD - Oldenburg.txt index 9b09b30d..4502f478 100644 --- a/HPM/history/countries/OLD - Oldenburg.txt +++ b/HPM/history/countries/OLD - Oldenburg.txt @@ -1,162 +1,163 @@ -capital = 540 -primary_culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 540 +primary_culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = OLD_conservative_2 -upper_house = { - fascist = 0 - liberal = 33 - conservative = 55 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "OLD_oob.txt" -1861.1.1 = { - oob = "/1861/OLD_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = OLD_conservative_2 +upper_house = { + fascist = 0 + liberal = 33 + conservative = 55 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "OLD_oob.txt" +1861.1.1 = { + oob = "/1861/OLD_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/OMA - Oman.txt b/HPM/history/countries/OMA - Oman.txt index 2290975d..09943f19 100644 --- a/HPM/history/countries/OMA - Oman.txt +++ b/HPM/history/countries/OMA - Oman.txt @@ -1,71 +1,72 @@ -capital = 1166 -primary_culture = bedouin -religion = ibadi -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = OMA_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 58 - reactionary = 29 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = ibadi_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "OMA_oob.txt" -1861.1.1 = { - oob = "/1861/OMA_oob.txt" - literacy = 0.13 - non_state_culture_literacy = 0.06 -} +capital = 1166 +primary_culture = bedouin +religion = ibadi +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = OMA_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 58 + reactionary = 29 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = ibadi_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "OMA_oob.txt" +1861.1.1 = { + oob = "/1861/OMA_oob.txt" + literacy = 0.13 + non_state_culture_literacy = 0.06 +} diff --git a/HPM/history/countries/ORA - Oranje.txt b/HPM/history/countries/ORA - Oranje.txt index cbd4dcf6..3c3af075 100644 --- a/HPM/history/countries/ORA - Oranje.txt +++ b/HPM/history/countries/ORA - Oranje.txt @@ -1,144 +1,145 @@ -capital = 2101 -primary_culture = boer -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.35 -non_state_culture_literacy = 0.05 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2101 +primary_culture = boer +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.35 +non_state_culture_literacy = 0.05 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = ORA_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 65 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "ORA_oob.txt" -1861.1.1 = { - oob = "/1861/ORA_oob.txt" - plurality = 60 - literacy = 0.40 - non_state_culture_literacy = 0.05 - set_country_flag = had_orange_river_convention -} -1861.1.1 = { - - # Political reforms - slavery = yes_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = free_press - trade_unions = non_socialist - voting_system = first_past_the_post - political_parties = secret_ballots - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = ORA_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 65 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "ORA_oob.txt" +1861.1.1 = { + oob = "/1861/ORA_oob.txt" + plurality = 60 + literacy = 0.40 + non_state_culture_literacy = 0.05 + set_country_flag = had_orange_river_convention +} +1861.1.1 = { + + # Political reforms + slavery = yes_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = free_press + trade_unions = non_socialist + voting_system = first_past_the_post + political_parties = secret_ballots + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/ORI - Orissa.txt b/HPM/history/countries/ORI - Orissa.txt index 83698779..1f491187 100644 --- a/HPM/history/countries/ORI - Orissa.txt +++ b/HPM/history/countries/ORI - Orissa.txt @@ -1,79 +1,79 @@ -capital = 1261 -primary_culture = oriya -culture = marathi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1261 +primary_culture = oriya +culture = marathi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = ORI_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = ORI_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ORI_oob.txt" -1861.1.1 = { - oob = "/1861/ORI_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Military Reforms - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - - #Technologies - flintlock_rifles = 1 -} - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ORI_oob.txt" +1861.1.1 = { + oob = "/1861/ORI_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Military Reforms + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + + #Technologies + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/OYO - Oyo.txt b/HPM/history/countries/OYO - Oyo.txt index aaea2e3f..bf97d84c 100644 --- a/HPM/history/countries/OYO - Oyo.txt +++ b/HPM/history/countries/OYO - Oyo.txt @@ -1,65 +1,66 @@ -capital = 1926 -primary_culture = yoruba -culture = fon -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1926 +primary_culture = yoruba +culture = fon +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = OYO_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "OYO_oob.txt" -1861.1.1 = { - oob = "/1861/OYO_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = OYO_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "OYO_oob.txt" +1861.1.1 = { + oob = "/1861/OYO_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/PAK - Pakistan.txt b/HPM/history/countries/PAK - Pakistan.txt index dc3f4a06..1accd697 100644 --- a/HPM/history/countries/PAK - Pakistan.txt +++ b/HPM/history/countries/PAK - Pakistan.txt @@ -1,60 +1,61 @@ -capital = 1288 -primary_culture = panjabi -culture = baluchi -culture = pashtun -culture = sindi -culture = kashmiri -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = state_controlled -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = PAK_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 +capital = 1288 +primary_culture = panjabi +culture = baluchi +culture = pashtun +culture = sindi +culture = kashmiri +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = state_controlled +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = PAK_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 diff --git a/HPM/history/countries/PAP - Papal States.txt b/HPM/history/countries/PAP - Papal States.txt index dea6c88f..88e83b7f 100644 --- a/HPM/history/countries/PAP - Papal States.txt +++ b/HPM/history/countries/PAP - Papal States.txt @@ -1,158 +1,159 @@ -capital = 749 -primary_culture = south_italian -culture = north_italian -religion = catholic -government = theocracy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.15 -non_state_culture_literacy = 0.2 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 749 +primary_culture = south_italian +culture = north_italian +religion = catholic +government = theocracy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.15 +non_state_culture_literacy = 0.2 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = theocratic_government - -ruling_party = PAP_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 70 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = PAP_1836_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "PAP_oob.txt" - -1858.6.23 = { - decision = the_case_of_edgardo_mortara -} - -1861.1.1 = { - plurality = 60 -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = catholic_country + +set_country_flag = theocratic_government + +ruling_party = PAP_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 70 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = PAP_1836_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "PAP_oob.txt" + +1858.6.23 = { + decision = the_case_of_edgardo_mortara +} + +1861.1.1 = { + plurality = 60 +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/PAR - Parma.txt b/HPM/history/countries/PAR - Parma.txt index ffa085bc..88d8e6b1 100644 --- a/HPM/history/countries/PAR - Parma.txt +++ b/HPM/history/countries/PAR - Parma.txt @@ -1,134 +1,135 @@ -capital = 738 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.20 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 738 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.20 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PAR_reactionary -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "PAR_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - building_station_shipyards = yes - clinical_thermometers_and_binaural_stethoscopes = yes - genetics_heredity = yes - prophylaxis_against_malaria = yes - pressure_chambers_for_thorax_surgery = yes - work_classification = yes - chemotherapy = yes - work_specialization = yes -} +set_country_flag = catholic_country + +ruling_party = PAR_reactionary +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "PAR_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + building_station_shipyards = yes + clinical_thermometers_and_binaural_stethoscopes = yes + genetics_heredity = yes + prophylaxis_against_malaria = yes + pressure_chambers_for_thorax_surgery = yes + work_classification = yes + chemotherapy = yes + work_specialization = yes +} diff --git a/HPM/history/countries/PBC - Peru-Bolivian Confederation.txt b/HPM/history/countries/PBC - Peru-Bolivian Confederation.txt index 30ec343f..b91a3798 100644 --- a/HPM/history/countries/PBC - Peru-Bolivian Confederation.txt +++ b/HPM/history/countries/PBC - Peru-Bolivian Confederation.txt @@ -1,77 +1,77 @@ -capital = 2310 -primary_culture = south_andean -religion = catholic -government = presidential_dictatorship -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.05 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2310 +primary_culture = south_andean +religion = catholic +government = presidential_dictatorship +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.05 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PEU_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 57 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -decision = BOL_1836_setup - -# Technologies -#post_napoleonic_thought = 1 -#flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -#post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "PBC_oob.txt" - +set_country_flag = catholic_country + +ruling_party = PEU_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 57 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +decision = BOL_1836_setup + +# Technologies +#post_napoleonic_thought = 1 +#flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +#post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "PBC_oob.txt" diff --git a/HPM/history/countries/PER - Persia.txt b/HPM/history/countries/PER - Persia.txt index 64c0b010..688bb043 100644 --- a/HPM/history/countries/PER - Persia.txt +++ b/HPM/history/countries/PER - Persia.txt @@ -1,87 +1,88 @@ -capital = 1121 -primary_culture = persian -culture = azerbaijani -religion = shiite -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = PER_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 60 - reactionary = 28 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = persia_1836_setup -set_country_flag = shiite_country - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "PER_oob.txt" -1861.1.1 = { - oob = "/1861/PER_oob.txt" - literacy = 0.12 - non_state_culture_literacy = 0.06 - - foreign_training = yes_foreign_training - foreign_weapons = yes_foreign_weapons - foreign_officers = yes_foreign_officers - finance_reform = yes_finance_reform - education_reform = yes_education_reform - - # Technologies - military_staff_system = 1 - flintlock_rifles = 1 - - # Inventions - -} +capital = 1121 +primary_culture = persian +culture = azerbaijani +religion = shiite +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = PER_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 60 + reactionary = 28 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = persia_1836_setup +set_country_flag = shiite_country + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "PER_oob.txt" +1861.1.1 = { + oob = "/1861/PER_oob.txt" + literacy = 0.12 + non_state_culture_literacy = 0.06 + + foreign_training = yes_foreign_training + foreign_weapons = yes_foreign_weapons + foreign_officers = yes_foreign_officers + finance_reform = yes_finance_reform + education_reform = yes_education_reform + + # Technologies + military_staff_system = 1 + flintlock_rifles = 1 + + # Inventions + +} diff --git a/HPM/history/countries/PEU - Peru.txt b/HPM/history/countries/PEU - Peru.txt index f961ee89..f43aad57 100644 --- a/HPM/history/countries/PEU - Peru.txt +++ b/HPM/history/countries/PEU - Peru.txt @@ -1,127 +1,128 @@ -capital = 2295 -primary_culture = south_andean -religion = catholic -government = presidential_dictatorship -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.09 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 2 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2295 +primary_culture = south_andean +religion = catholic +government = presidential_dictatorship +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.09 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 2 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PEU_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 57 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = PEU_1836_setup - -set_country_flag = new_world_nation - -# Technologies -#post_napoleonic_thought = 1 -#flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -#post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "PEU_oob.txt" -1861.1.1 = { - oob = "/1861/PEU_oob.txt" - set_country_flag = peru_reunited -} -1861.1.1 = { - -plurality = 50 -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = PEU_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 57 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = PEU_1836_setup + +set_country_flag = new_world_nation + +# Technologies +#post_napoleonic_thought = 1 +#flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +#post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "PEU_oob.txt" +1861.1.1 = { + oob = "/1861/PEU_oob.txt" + set_country_flag = peru_reunited +} +1861.1.1 = { + +plurality = 50 +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/PGG - Pingnan Guo.txt b/HPM/history/countries/PGG - Pingnan Guo.txt index 27237acc..c3799308 100644 --- a/HPM/history/countries/PGG - Pingnan Guo.txt +++ b/HPM/history/countries/PGG - Pingnan Guo.txt @@ -1,64 +1,64 @@ -capital = 1602 -primary_culture = nanfaren -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = closed_borders - -ruling_party = PGG_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 90 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = sunni_country - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} - +capital = 1602 +primary_culture = nanfaren +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = closed_borders + +ruling_party = PGG_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 90 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = sunni_country + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/PHG - Pahang.txt b/HPM/history/countries/PHG - Pahang.txt index a4a93d65..9137f7c2 100644 --- a/HPM/history/countries/PHG - Pahang.txt +++ b/HPM/history/countries/PHG - Pahang.txt @@ -1,76 +1,77 @@ -capital = 1390 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JOH_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "PHG_oob.txt" -1861.1.1 = { - oob = "/1861/PHG_oob.txt" -} -1861.1.1 = { - literacy = 0.05 - non_state_culture_literacy = 0.02 - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -# Inventions - -} +capital = 1390 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JOH_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "PHG_oob.txt" +1861.1.1 = { + oob = "/1861/PHG_oob.txt" +} +1861.1.1 = { + literacy = 0.05 + non_state_culture_literacy = 0.02 + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/PHL - Philippines.txt b/HPM/history/countries/PHL - Philippines.txt index 3b388934..ab40be11 100644 --- a/HPM/history/countries/PHL - Philippines.txt +++ b/HPM/history/countries/PHL - Philippines.txt @@ -1,98 +1,99 @@ -capital = 1455 -primary_culture = filipino -culture = asian_minor -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_equality -literacy = 0.28 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1455 +primary_culture = filipino +culture = asian_minor +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_equality +literacy = 0.28 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PHL_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 4 -nonstate_consciousness = 2 - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - basic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = PHL_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 4 +nonstate_consciousness = 2 + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + basic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/PLC - Polish-Lithuanian Commonwealth.txt b/HPM/history/countries/PLC - Polish-Lithuanian Commonwealth.txt index 636e31b2..643372e3 100644 --- a/HPM/history/countries/PLC - Polish-Lithuanian Commonwealth.txt +++ b/HPM/history/countries/PLC - Polish-Lithuanian Commonwealth.txt @@ -1,51 +1,50 @@ -capital = 703 #Krakow -primary_culture = polish -culture = lithuanian -religion = catholic -government = hms_government -plurality = 0.5 -nationalvalue = nv_equality -literacy = 0.5 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 703 #Krakow +primary_culture = polish +culture = lithuanian +religion = catholic +government = hms_government +plurality = 0.5 +nationalvalue = nv_equality +literacy = 0.5 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PLC_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 40 - reactionary = 25 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - - +set_country_flag = catholic_country + +ruling_party = PLC_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 40 + reactionary = 25 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/PLS - Palestine.txt b/HPM/history/countries/PLS - Palestine.txt index b96017cb..b31d2e12 100644 --- a/HPM/history/countries/PLS - Palestine.txt +++ b/HPM/history/countries/PLS - Palestine.txt @@ -1,48 +1,49 @@ -capital = 917 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.08 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = PLS_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 917 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.08 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = PLS_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/PML - Pomerelia.txt b/HPM/history/countries/PML - Pomerelia.txt index 3be5cc70..1d0dbfb6 100644 --- a/HPM/history/countries/PML - Pomerelia.txt +++ b/HPM/history/countries/PML - Pomerelia.txt @@ -1,52 +1,53 @@ -capital = 694 -primary_culture = polish -religion = catholic -government = hms_government -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 694 +primary_culture = polish +religion = catholic +government = hms_government +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -govt_flag = { - government = hms_government - flag = democracy -} - -ruling_party = POL_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 40 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +govt_flag = { + government = hms_government + flag = democracy +} + +ruling_party = POL_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 40 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/PNB - Pernambuco.txt b/HPM/history/countries/PNB - Pernambuco.txt index 2d97e07e..727fd25f 100644 --- a/HPM/history/countries/PNB - Pernambuco.txt +++ b/HPM/history/countries/PNB - Pernambuco.txt @@ -1,51 +1,52 @@ -capital = 2432 -primary_culture = brazilian -culture = afro_brazilian -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.08 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2432 +primary_culture = brazilian +culture = afro_brazilian +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.08 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = BAH_conservative -last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = BAH_conservative +last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/PNJ - Panjab.txt b/HPM/history/countries/PNJ - Panjab.txt index 6773b5f2..f758c064 100644 --- a/HPM/history/countries/PNJ - Panjab.txt +++ b/HPM/history/countries/PNJ - Panjab.txt @@ -1,73 +1,74 @@ -capital = 1227 -primary_culture = panjabi -religion = sikh -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -ruling_party = PNJ_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -oob = "PAN_oob.txt" -1861.1.1 = { - literacy = 0.12 - non_state_culture_literacy = 0.05 - - army_schools = yes_army_schools - foreign_officers = yes_foreign_officers -} - - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -set_country_flag = sikh_country +capital = 1227 +primary_culture = panjabi +religion = sikh +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +ruling_party = PNJ_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +oob = "PAN_oob.txt" +1861.1.1 = { + literacy = 0.12 + non_state_culture_literacy = 0.05 + + army_schools = yes_army_schools + foreign_officers = yes_foreign_officers +} + + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +set_country_flag = sikh_country diff --git a/HPM/history/countries/PNK - Pontianak.txt b/HPM/history/countries/PNK - Pontianak.txt index 06cb5028..7d4adaf8 100644 --- a/HPM/history/countries/PNK - Pontianak.txt +++ b/HPM/history/countries/PNK - Pontianak.txt @@ -1,55 +1,56 @@ -capital = 1426 -primary_culture = malay -culture = asian_minor -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = PNK_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -1861.1.1 = { - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1426 +primary_culture = malay +culture = asian_minor +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = PNK_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +1861.1.1 = { + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/PNM - Panama.txt b/HPM/history/countries/PNM - Panama.txt index 0c9c8f6d..eaabc5a9 100644 --- a/HPM/history/countries/PNM - Panama.txt +++ b/HPM/history/countries/PNM - Panama.txt @@ -1,56 +1,57 @@ -capital = 2204 -primary_culture = central_american -religion = catholic -government = presidential_dictatorship -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.25 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2204 +primary_culture = central_american +religion = catholic +government = presidential_dictatorship +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.25 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PNM_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 12 - anarcho_liberal = 3 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = PNM_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 12 + anarcho_liberal = 3 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/PNT - Pontus.txt b/HPM/history/countries/PNT - Pontus.txt index dc7bd2a0..51f0eae4 100644 --- a/HPM/history/countries/PNT - Pontus.txt +++ b/HPM/history/countries/PNT - Pontus.txt @@ -1,49 +1,50 @@ -capital = 882 -primary_culture = greek -religion = orthodox -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.22 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 882 +primary_culture = greek +religion = orthodox +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.22 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country -set_country_flag = unreleasable_country - -ruling_party = GRE_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country +set_country_flag = unreleasable_country + +ruling_party = GRE_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/POL - Poland.txt b/HPM/history/countries/POL - Poland.txt index 76e5ab30..41e7c04d 100644 --- a/HPM/history/countries/POL - Poland.txt +++ b/HPM/history/countries/POL - Poland.txt @@ -1,48 +1,48 @@ -capital = 706 -primary_culture = polish -religion = catholic -government = democracy -plurality = 0.2 -nationalvalue = nv_order -literacy = 0.6 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 706 +primary_culture = polish +religion = catholic +government = democracy +plurality = 0.2 +nationalvalue = nv_order +literacy = 0.6 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = POL_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 40 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = POL_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 40 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/POR - Portugal.txt b/HPM/history/countries/POR - Portugal.txt index c82ad4fb..cc4f456a 100644 --- a/HPM/history/countries/POR - Portugal.txt +++ b/HPM/history/countries/POR - Portugal.txt @@ -1,172 +1,173 @@ -capital = 521 -primary_culture = portuguese -religion = catholic -government = hms_government -plurality = 25.0 -nationalvalue = nv_productivity -literacy = 0.1 -non_state_culture_literacy = 0.02 -civilized = yes -prestige = 10 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 521 +primary_culture = portuguese +religion = catholic +government = hms_government +plurality = 25.0 +nationalvalue = nv_productivity +literacy = 0.1 +non_state_culture_literacy = 0.02 +civilized = yes +prestige = 10 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = POR_liberal -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 18 - conservative = 69 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = literacy_POR - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -#mechanical_production = 1 -hot_blast = 1 -#basic_chemistry = 1 -stock_exchange = 1 -ad_hoc_money_bill_printing = 1 -late_classical_theory = 1 - -#Inventions -#corvettes = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "POR_oob.txt" -1861.1.1 = { - oob = "/1861/POR_oob.txt" - set_country_flag = flores_sale - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = non_socialist -voting_system = jefferson_method -political_parties = gerrymandering - -ruling_party = POR_liberal_2 -plurality = 60 -prestige = 20 -literacy = 0.17 -non_state_culture_literacy = 0.08 - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = POR_liberal +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 18 + conservative = 69 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = literacy_POR + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +#mechanical_production = 1 +hot_blast = 1 +#basic_chemistry = 1 +stock_exchange = 1 +ad_hoc_money_bill_printing = 1 +late_classical_theory = 1 + +#Inventions +#corvettes = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "POR_oob.txt" +1861.1.1 = { + oob = "/1861/POR_oob.txt" + set_country_flag = flores_sale + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = non_socialist +voting_system = jefferson_method +political_parties = gerrymandering + +ruling_party = POR_liberal_2 +plurality = 60 +prestige = 20 +literacy = 0.17 +non_state_culture_literacy = 0.08 + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/PPG - Papua New Guinea.txt b/HPM/history/countries/PPG - Papua New Guinea.txt index 291d64ca..a4ab401e 100644 --- a/HPM/history/countries/PPG - Papua New Guinea.txt +++ b/HPM/history/countries/PPG - Papua New Guinea.txt @@ -1,54 +1,54 @@ -capital = 2528 -primary_culture = melanesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2528 +primary_culture = melanesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/PRG - Paraguay.txt b/HPM/history/countries/PRG - Paraguay.txt index 69745cb7..ff358a65 100644 --- a/HPM/history/countries/PRG - Paraguay.txt +++ b/HPM/history/countries/PRG - Paraguay.txt @@ -1,118 +1,119 @@ -capital = 2339 -primary_culture = platinean -culture = guarani -religion = catholic -government = presidential_dictatorship -plurality = 5.0 -nationalvalue = nv_equality -literacy = 0.11 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 2 - - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2339 +primary_culture = platinean +culture = guarani +religion = catholic +government = presidential_dictatorship +plurality = 5.0 +nationalvalue = nv_equality +literacy = 0.11 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 2 + + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PRG_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -set_country_flag = isolationist -# Inventions - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "PRG_oob.txt" -1861.1.1 = { - oob = "/1861/PRG_oob.txt" - -# Technologies - set_country_flag = carlos_lopez_dictator - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = PRG_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +set_country_flag = isolationist +# Inventions + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "PRG_oob.txt" +1861.1.1 = { + oob = "/1861/PRG_oob.txt" + +# Technologies + set_country_flag = carlos_lopez_dictator + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/PRI - Puerto Rico.txt b/HPM/history/countries/PRI - Puerto Rico.txt index 1385d665..7eacce42 100644 --- a/HPM/history/countries/PRI - Puerto Rico.txt +++ b/HPM/history/countries/PRI - Puerto Rico.txt @@ -1,50 +1,51 @@ -capital = 2222 -primary_culture = caribeno -religion = catholic -government = democracy -plurality = 0.3 -nationalvalue = nv_liberty -literacy = 0.15 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2222 +primary_culture = caribeno +religion = catholic +government = democracy +plurality = 0.3 +nationalvalue = nv_liberty +literacy = 0.15 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = new_world_nation - -ruling_party = PRI_liberal -upper_house = { - fascist = 1 - liberal = 49 - conservative = 39 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +set_country_flag = new_world_nation + +ruling_party = PRI_liberal +upper_house = { + fascist = 1 + liberal = 49 + conservative = 39 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/PRK - Perak.txt b/HPM/history/countries/PRK - Perak.txt index 41000ec7..e418c5ff 100644 --- a/HPM/history/countries/PRK - Perak.txt +++ b/HPM/history/countries/PRK - Perak.txt @@ -1,76 +1,77 @@ -capital = 2575 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JOH_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "PRK_oob.txt" -1861.1.1 = { - oob = "/1861/PRK_oob.txt" -} -1861.1.1 = { - literacy = 0.05 - non_state_culture_literacy = 0.02 - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -# Inventions - -} +capital = 2575 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JOH_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "PRK_oob.txt" +1861.1.1 = { + oob = "/1861/PRK_oob.txt" +} +1861.1.1 = { + literacy = 0.05 + non_state_culture_literacy = 0.02 + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/PRU - Prussia.txt b/HPM/history/countries/PRU - Prussia.txt index ac4375db..caf32b6d 100644 --- a/HPM/history/countries/PRU - Prussia.txt +++ b/HPM/history/countries/PRU - Prussia.txt @@ -1,206 +1,207 @@ -capital = 549 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.80 -non_state_culture_literacy = 0.25 -civilized = yes -is_releasable_vassal = no - - -#GreaterPowers = prestige -prestige = 80 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 549 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.80 +non_state_culture_literacy = 0.25 +civilized = yes +is_releasable_vassal = no + + +#GreaterPowers = prestige +prestige = 80 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country -set_country_flag = claiming_neuchatel -set_country_flag = prussian_germany - -decision = literacy_PRU - -ruling_party = PRU_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -army_professionalism = 1 -interchangeable_parts = 1 -romanticism = 1 -high_pressure_steam_engine = 1 - -#Inventions - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 1 - -schools = army_tech_school - -foreign_investment = { - NEH = 10000 - SGM = 10000 - OLD = 10000 - MEC = 7500 - SAX = 7500 - HAN = 10000 - SIC = 2000 -} - -oob = "PRU_oob.txt" -1861.1.1 = { - oob = "/1861/PRU_oob.txt" - prestige = 120 - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = state_controlled -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = low_safety -health_care = low_health_care -unemployment_subsidies = low_subsidies -pensions = low_pensions -school_reforms = acceptable_schools - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = protestant_country +set_country_flag = claiming_neuchatel +set_country_flag = prussian_germany + +decision = literacy_PRU + +ruling_party = PRU_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +army_professionalism = 1 +interchangeable_parts = 1 +romanticism = 1 +high_pressure_steam_engine = 1 + +#Inventions + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 1 + +schools = army_tech_school + +foreign_investment = { + NEH = 10000 + SGM = 10000 + OLD = 10000 + MEC = 7500 + SAX = 7500 + HAN = 10000 + SIC = 2000 +} + +oob = "PRU_oob.txt" +1861.1.1 = { + oob = "/1861/PRU_oob.txt" + prestige = 120 + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = state_controlled +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = low_safety +health_care = low_health_care +unemployment_subsidies = low_subsidies +pensions = low_pensions +school_reforms = acceptable_schools + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/PTG - Patagonia.txt b/HPM/history/countries/PTG - Patagonia.txt index 46b101fc..81f6469f 100644 --- a/HPM/history/countries/PTG - Patagonia.txt +++ b/HPM/history/countries/PTG - Patagonia.txt @@ -1,50 +1,51 @@ -capital = 2329 -primary_culture = patagonian -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.05 -non_state_culture_literacy = 0.15 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2329 +primary_culture = patagonian +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.05 +non_state_culture_literacy = 0.15 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = animist_country - -set_country_flag = new_world_nation - -ruling_party = PTG_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 55 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = animist_country + +set_country_flag = new_world_nation + +ruling_party = PTG_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 55 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/PZN - Poznan.txt b/HPM/history/countries/PZN - Poznan.txt index 2af95ef7..b41ff301 100644 --- a/HPM/history/countries/PZN - Poznan.txt +++ b/HPM/history/countries/PZN - Poznan.txt @@ -1,48 +1,49 @@ -capital = 699 -primary_culture = polish -religion = catholic -government = hms_government -plurality = 0.2 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 699 +primary_culture = polish +religion = catholic +government = hms_government +plurality = 0.2 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = POL_conservative -upper_house = { - fascist = 0 - liberal = 36 - conservative = 40 - reactionary = 12 - anarcho_liberal = 12 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = POL_conservative +upper_house = { + fascist = 0 + liberal = 36 + conservative = 40 + reactionary = 12 + anarcho_liberal = 12 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/QAT - Qatar.txt b/HPM/history/countries/QAT - Qatar.txt index e61e810b..7cde5b8c 100644 --- a/HPM/history/countries/QAT - Qatar.txt +++ b/HPM/history/countries/QAT - Qatar.txt @@ -1,69 +1,69 @@ -capital = 116 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = BHR_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 78 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "QAT_oob.txt" - -1861.1.1 = { - oob = "/1861/BHR_oob.txt" -} - +capital = 116 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = BHR_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 78 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "QAT_oob.txt" + +1861.1.1 = { + oob = "/1861/BHR_oob.txt" +} diff --git a/HPM/history/countries/QNG - Qing.txt b/HPM/history/countries/QNG - Qing.txt index 0608c616..7a92a1c9 100644 --- a/HPM/history/countries/QNG - Qing.txt +++ b/HPM/history/countries/QNG - Qing.txt @@ -1,80 +1,81 @@ -capital = 1616 -primary_culture = manchu -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.05 -non_state_culture_literacy = 0.04 -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1616 +primary_culture = manchu +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.05 +non_state_culture_literacy = 0.04 +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = CHI_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 75 - reactionary = 25 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons -admin_reform = yes_admin_reform - -# Technologies -flintlock_rifles = 1 - -# Technologies - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = CHI_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 75 + reactionary = 25 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons +admin_reform = yes_admin_reform + +# Technologies +flintlock_rifles = 1 + +# Technologies + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "CHI_oob.txt" -1861.1.1 = { - oob = "/1861/CHI_oob.txt" -} -1861.1.1 = { -# Inventions - set_global_flag = taiping_has_happened - set_global_flag = hong - set_global_flag = yang - decision = clear_out_the_manchu_elite -} +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "CHI_oob.txt" +1861.1.1 = { + oob = "/1861/CHI_oob.txt" +} +1861.1.1 = { +# Inventions + set_global_flag = taiping_has_happened + set_global_flag = hong + set_global_flag = yang + decision = clear_out_the_manchu_elite +} diff --git a/HPM/history/countries/QUE - Quebec.txt b/HPM/history/countries/QUE - Quebec.txt index 8b4e8018..7b8d2b1e 100644 --- a/HPM/history/countries/QUE - Quebec.txt +++ b/HPM/history/countries/QUE - Quebec.txt @@ -1,53 +1,53 @@ -capital = 65 -primary_culture = french_canadian -culture = anglo_canadian -religion = catholic -government = hms_government -plurality = 0.2 -nationalvalue = nv_equality -literacy = 0.6 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 65 +primary_culture = french_canadian +culture = anglo_canadian +religion = catholic +government = hms_government +plurality = 0.2 +nationalvalue = nv_equality +literacy = 0.6 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - - -ruling_party = QUE_conservative -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 5 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - +set_country_flag = catholic_country + + +ruling_party = QUE_conservative +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 5 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/RAJ - Rajputana.txt b/HPM/history/countries/RAJ - Rajputana.txt index 3763e802..9d8cd93d 100644 --- a/HPM/history/countries/RAJ - Rajputana.txt +++ b/HPM/history/countries/RAJ - Rajputana.txt @@ -1,53 +1,54 @@ -capital = 1268 -primary_culture = rajput -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1268 +primary_culture = rajput +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = BIK_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +ruling_party = BIK_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/RDL - Ardalan.txt b/HPM/history/countries/RDL - Ardalan.txt index 50095dd5..78ca5304 100644 --- a/HPM/history/countries/RDL - Ardalan.txt +++ b/HPM/history/countries/RDL - Ardalan.txt @@ -1,62 +1,63 @@ -capital = 1118 -primary_culture = kurdish -religion = shiite -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = shiite_country -decision = kurdish_1836_setup - -consciousness = 0 -nonstate_consciousness = 0 - - -foreign_weapons = yes_foreign_weapons -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - -oob = "RDL_oob.txt" +capital = 1118 +primary_culture = kurdish +religion = shiite +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = shiite_country +decision = kurdish_1836_setup + +consciousness = 0 +nonstate_consciousness = 0 + + +foreign_weapons = yes_foreign_weapons +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + +oob = "RDL_oob.txt" diff --git a/HPM/history/countries/REB - Rebels.txt b/HPM/history/countries/REB - Rebels.txt index 43c9f75b..15ffe92d 100644 --- a/HPM/history/countries/REB - Rebels.txt +++ b/HPM/history/countries/REB - Rebels.txt @@ -1,5 +1,5 @@ oob = "REB_oob.txt" 1861.1.1 = { - oob = "/1861/REB_oob.txt" -} \ No newline at end of file + oob = "/1861/REB_oob.txt" +} diff --git a/HPM/history/countries/RGR - Rio Grande.txt b/HPM/history/countries/RGR - Rio Grande.txt index 6e1603e0..9ca412ad 100644 --- a/HPM/history/countries/RGR - Rio Grande.txt +++ b/HPM/history/countries/RGR - Rio Grande.txt @@ -1,49 +1,50 @@ -capital = 138 -primary_culture = mexican -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 138 +primary_culture = mexican +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = RGR_liberal -upper_house = { - fascist = 0 - liberal = 54 - conservative = 31 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = RGR_liberal +upper_house = { + fascist = 0 + liberal = 54 + conservative = 31 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/RGS - Rio Grande do Sul.txt b/HPM/history/countries/RGS - Rio Grande do Sul.txt index de790ac7..ff587e9f 100644 --- a/HPM/history/countries/RGS - Rio Grande do Sul.txt +++ b/HPM/history/countries/RGS - Rio Grande do Sul.txt @@ -1,76 +1,77 @@ -capital = 2463 -primary_culture = brazilian -culture = platinean -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.1 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 2 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2463 +primary_culture = brazilian +culture = platinean +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.1 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 2 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = RGS_conservative -upper_house = { - fascist = 0 - liberal = 31 - conservative = 54 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "RGS_oob.txt" \ No newline at end of file +set_country_flag = catholic_country + +ruling_party = RGS_conservative +upper_house = { + fascist = 0 + liberal = 31 + conservative = 54 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "RGS_oob.txt" diff --git a/HPM/history/countries/RHI - Rhineland.txt b/HPM/history/countries/RHI - Rhineland.txt index 0ce53b0e..8e645415 100644 --- a/HPM/history/countries/RHI - Rhineland.txt +++ b/HPM/history/countries/RHI - Rhineland.txt @@ -1,49 +1,50 @@ -capital = 576 -primary_culture = north_german -culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 576 +primary_culture = north_german +culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = RHI_conservative_2 -upper_house = { - fascist = 0 - liberal = 30 - conservative = 55 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = RHI_conservative_2 +upper_house = { + fascist = 0 + liberal = 30 + conservative = 55 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/RHO - Southern Rhodesia.txt b/HPM/history/countries/RHO - Southern Rhodesia.txt index 58b2ad20..eb429f34 100644 --- a/HPM/history/countries/RHO - Southern Rhodesia.txt +++ b/HPM/history/countries/RHO - Southern Rhodesia.txt @@ -1,60 +1,61 @@ -capital = 2068 -primary_culture = british -culture = boer -religion = protestant -government = hms_government -plurality = 0.6 -nationalvalue = nv_order -literacy = 0.2 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = ten_hours -safety_regulations = low_safety -health_care = no_health_care -unemployment_subsidies = trinket_subsidies -pensions = trinket_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2068 +primary_culture = british +culture = boer +religion = protestant +government = hms_government +plurality = 0.6 +nationalvalue = nv_order +literacy = 0.2 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = ten_hours +safety_regulations = low_safety +health_care = no_health_care +unemployment_subsidies = trinket_subsidies +pensions = trinket_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -govt_flag = { - government = presidential_dictatorship - flag = absolute_monarchy -} - -ruling_party = RHO_conservative -upper_house = { - fascist = 0 - liberal = 14 - conservative = 77 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +govt_flag = { + government = presidential_dictatorship + flag = absolute_monarchy +} + +ruling_party = RHO_conservative +upper_house = { + fascist = 0 + liberal = 14 + conservative = 77 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/RMG - Romagna.txt b/HPM/history/countries/RMG - Romagna.txt index 5227f1ef..e9f5c108 100644 --- a/HPM/history/countries/RMG - Romagna.txt +++ b/HPM/history/countries/RMG - Romagna.txt @@ -1,48 +1,48 @@ -capital = 741 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.45 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 741 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.45 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = MOD_reactionary -upper_house = { - fascist = 0 - liberal = 22 - conservative = 60 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = MOD_reactionary +upper_house = { + fascist = 0 + liberal = 22 + conservative = 60 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ROM - Romania.txt b/HPM/history/countries/ROM - Romania.txt index 42b169e2..057a1dbf 100644 --- a/HPM/history/countries/ROM - Romania.txt +++ b/HPM/history/countries/ROM - Romania.txt @@ -1,107 +1,108 @@ -capital = 664 -primary_culture = romanian -religion = orthodox -government = hms_government -plurality = 0.08 -nationalvalue = nv_autocracy -literacy = 0.21 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 664 +primary_culture = romanian +religion = orthodox +government = hms_government +plurality = 0.08 +nationalvalue = nv_autocracy +literacy = 0.21 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = ROM_liberal -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 5 - anarcho_liberal = 5 - socialist = 5 - communist = 0 -} - -1861.1.1 = { - oob = "/1861/ROM_oob.txt" - plurality = 60 - prestige = 10 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = ROM_liberal +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 5 + anarcho_liberal = 5 + socialist = 5 + communist = 0 +} + +1861.1.1 = { + oob = "/1861/ROM_oob.txt" + plurality = 60 + prestige = 10 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/RPL - Rupert's Land.txt b/HPM/history/countries/RPL - Rupert's Land.txt index 0bb29d4c..3c1dd781 100644 --- a/HPM/history/countries/RPL - Rupert's Land.txt +++ b/HPM/history/countries/RPL - Rupert's Land.txt @@ -1,55 +1,56 @@ -capital = 36 -primary_culture = anglo_canadian -culture = metis -religion = protestant -government = hms_government -plurality = 5.0 -nationalvalue = nv_order -literacy = 0.17 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 36 +primary_culture = anglo_canadian +culture = metis +religion = protestant +government = hms_government +plurality = 5.0 +nationalvalue = nv_order +literacy = 0.17 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = CAN_conservative -upper_house = { - fascist = 0 - liberal = 32 - conservative = 60 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -govt_flag = { - government = hms_government - flag = democracy -} +set_country_flag = protestant_country + +ruling_party = CAN_conservative +upper_house = { + fascist = 0 + liberal = 32 + conservative = 60 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +govt_flag = { + government = hms_government + flag = democracy +} diff --git a/HPM/history/countries/RUS - Russia.txt b/HPM/history/countries/RUS - Russia.txt index 20a59ce7..5beebaa7 100644 --- a/HPM/history/countries/RUS - Russia.txt +++ b/HPM/history/countries/RUS - Russia.txt @@ -1,193 +1,194 @@ -capital = 994 -primary_culture = russian -culture = byelorussian -culture = ukrainian -culture = ugrian -culture = alaskan -religion = orthodox -government = absolute_monarchy -plurality = 5.0 -nationalvalue = nv_autocracy -literacy = 0.04 -non_state_culture_literacy = 0.01 -civilized = yes - -set_country_flag = serfdom_not_abolished - -#GreaterPowers = prestige -prestige = 120 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -set_country_flag = orthodox_country - -ruling_party = RUS_conservative -upper_house = { - fascist = 0 - liberal = 19 - conservative = 60 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = RUS_setup_1836 - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -guild_based_production = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -piston_steam_engine = 1 -#hot_blast = 1 - -#Inventions -#corvettes = yes - -# Starting Consciousness -consciousness = 1 -nonstate_consciousness = 1 - -schools = culture_tech_school - -govt_flag = { - government = hms_government - flag = theocracy -} - -oob = "RUS_oob.txt" -1861.1.1 = { - oob = "/1861/RUS_oob.txt" -} -1861.1.1 = { - - set_country_flag = crimean_war - set_global_flag = treaty_of_paris_1856 - set_country_flag = eastern_christians_up_in_here_yall - set_country_flag = peking_convention - set_country_flag = shimoda_treaty - set_global_flag = 2nd_caucasian_war - decision = russian_vladivostok - ruling_party = RUS_reactionary - plurality = 60 - literacy = 0.15 - non_state_culture_literacy = 0.1 - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - - slavery = no_slavery - upper_house_composition = appointed - vote_franschise = none_voting - public_meetings = no_meeting - press_rights = state_press - trade_unions = no_trade_unions - voting_system = jefferson_method - political_parties = underground_parties - - wage_reform = no_minimum_wage - work_hours = no_work_hour_limit - safety_regulations = no_safety - health_care = trinket_health_care - unemployment_subsidies = no_subsidies - pensions = no_pensions - school_reforms = no_schools - -} +capital = 994 +primary_culture = russian +culture = byelorussian +culture = ukrainian +culture = ugrian +culture = alaskan +religion = orthodox +government = absolute_monarchy +plurality = 5.0 +nationalvalue = nv_autocracy +literacy = 0.04 +non_state_culture_literacy = 0.01 +civilized = yes + +set_country_flag = serfdom_not_abolished + +#GreaterPowers = prestige +prestige = 120 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +set_country_flag = orthodox_country + +ruling_party = RUS_conservative +upper_house = { + fascist = 0 + liberal = 19 + conservative = 60 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = RUS_setup_1836 + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +guild_based_production = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +piston_steam_engine = 1 +#hot_blast = 1 + +#Inventions +#corvettes = yes + +# Starting Consciousness +consciousness = 1 +nonstate_consciousness = 1 + +schools = culture_tech_school + +govt_flag = { + government = hms_government + flag = theocracy +} + +oob = "RUS_oob.txt" +1861.1.1 = { + oob = "/1861/RUS_oob.txt" +} +1861.1.1 = { + + set_country_flag = crimean_war + set_global_flag = treaty_of_paris_1856 + set_country_flag = eastern_christians_up_in_here_yall + set_country_flag = peking_convention + set_country_flag = shimoda_treaty + set_global_flag = 2nd_caucasian_war + decision = russian_vladivostok + ruling_party = RUS_reactionary + plurality = 60 + literacy = 0.15 + non_state_culture_literacy = 0.1 + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + + slavery = no_slavery + upper_house_composition = appointed + vote_franschise = none_voting + public_meetings = no_meeting + press_rights = state_press + trade_unions = no_trade_unions + voting_system = jefferson_method + political_parties = underground_parties + + wage_reform = no_minimum_wage + work_hours = no_work_hour_limit + safety_regulations = no_safety + health_care = trinket_health_care + unemployment_subsidies = no_subsidies + pensions = no_pensions + school_reforms = no_schools + +} diff --git a/HPM/history/countries/RUT - Ruthenia.txt b/HPM/history/countries/RUT - Ruthenia.txt index 184f1577..d8841108 100644 --- a/HPM/history/countries/RUT - Ruthenia.txt +++ b/HPM/history/countries/RUT - Ruthenia.txt @@ -1,48 +1,49 @@ -capital = 702 -primary_culture = ukrainian -religion = orthodox -government = absolute_monarchy -plurality = 0.02 -nationalvalue = nv_autocracy -literacy = 0.15 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 702 +primary_culture = ukrainian +religion = orthodox +government = absolute_monarchy +plurality = 0.02 +nationalvalue = nv_autocracy +literacy = 0.15 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = RUT_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 68 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = RUT_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 68 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/RWA - Ruanda.txt b/HPM/history/countries/RWA - Ruanda.txt index 708169ab..7474b4ed 100644 --- a/HPM/history/countries/RWA - Ruanda.txt +++ b/HPM/history/countries/RWA - Ruanda.txt @@ -1,58 +1,59 @@ -capital = 2034 -primary_culture = ruanda -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2034 +primary_culture = ruanda +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = RWA_reactionary -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "RWA_oob.txt" -1861.1.1 = { - oob = "/1861/RWA_oob.txt" -} +set_country_flag = animist_country + +ruling_party = RWA_reactionary +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "RWA_oob.txt" +1861.1.1 = { + oob = "/1861/RWA_oob.txt" +} diff --git a/HPM/history/countries/RYU - Ryukyu.txt b/HPM/history/countries/RYU - Ryukyu.txt index 6014c9d7..a07385c8 100644 --- a/HPM/history/countries/RYU - Ryukyu.txt +++ b/HPM/history/countries/RYU - Ryukyu.txt @@ -1,81 +1,82 @@ -capital = 1678 -primary_culture = japanese -culture = nanfaren -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.06 -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1678 +primary_culture = japanese +culture = nanfaren +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.06 +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = mahayana_country - -ruling_party = RYU_reactionary -upper_house = { - fascist = 0 - liberal = 18 - conservative = 21 - reactionary = 61 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons -education_reform = yes_education_reform -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +ruling_party = RYU_reactionary +upper_house = { + fascist = 0 + liberal = 18 + conservative = 21 + reactionary = 61 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons +education_reform = yes_education_reform +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "RYU_oob.txt" -1861.1.1 = { - oob = "/1861/RYU_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -land_reform = yes_land_reform -education_reform = yes_education_reform - -# Technologies -flintlock_rifles = 1 - -} \ No newline at end of file +#big_sail_support = yes + +oob = "RYU_oob.txt" +1861.1.1 = { + oob = "/1861/RYU_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +land_reform = yes_land_reform +education_reform = yes_education_reform + +# Technologies +flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/SAF - South Africa.txt b/HPM/history/countries/SAF - South Africa.txt index b293eae1..dfdd5183 100644 --- a/HPM/history/countries/SAF - South Africa.txt +++ b/HPM/history/countries/SAF - South Africa.txt @@ -1,53 +1,53 @@ -capital = 2087 -primary_culture = boer -culture = british -religion = protestant -government = hms_government -plurality = 0.6 -nationalvalue = nv_productivity -literacy = 0.2 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = ten_hours -safety_regulations = low_safety -health_care = no_health_care -unemployment_subsidies = trinket_subsidies -pensions = trinket_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2087 +primary_culture = boer +culture = british +religion = protestant +government = hms_government +plurality = 0.6 +nationalvalue = nv_productivity +literacy = 0.2 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = ten_hours +safety_regulations = low_safety +health_care = no_health_care +unemployment_subsidies = trinket_subsidies +pensions = trinket_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SAF_conservative_2 -upper_house = { - fascist = 0 - liberal = 14 - conservative = 77 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = developing_tech_school -set_country_flag = post_colonial_country - +set_country_flag = protestant_country + +ruling_party = SAF_conservative_2 +upper_house = { + fascist = 0 + liberal = 14 + conservative = 77 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = developing_tech_school +set_country_flag = post_colonial_country diff --git a/HPM/history/countries/SAK - Siak.txt b/HPM/history/countries/SAK - Siak.txt index ddb25ab9..edd1748e 100644 --- a/HPM/history/countries/SAK - Siak.txt +++ b/HPM/history/countries/SAK - Siak.txt @@ -1,61 +1,62 @@ -capital = 1401 -primary_culture = malay -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Technologies - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 -oob = "SAK_oob.txt" -1861.1.1 = { - oob = "/1861/SAK_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1401 +primary_culture = malay +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Technologies + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 +oob = "SAK_oob.txt" +1861.1.1 = { + oob = "/1861/SAK_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/SAR - Sardinia.txt b/HPM/history/countries/SAR - Sardinia.txt index acd2350c..37f96392 100644 --- a/HPM/history/countries/SAR - Sardinia.txt +++ b/HPM/history/countries/SAR - Sardinia.txt @@ -1,95 +1,96 @@ -capital = 720 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.45 -non_state_culture_literacy = 0.1 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = all_voting_pops +capital = 720 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.45 +non_state_culture_literacy = 0.1 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = all_voting_pops border_policy = open_borders -set_country_flag = catholic_country -set_country_flag = sardinian_italy - -ruling_party = SAR_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = SAR_1836_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -high_pressure_steam_engine = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -schools = army_tech_school - -oob = "SAR_oob.txt" - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country +set_country_flag = sardinian_italy + +ruling_party = SAR_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = SAR_1836_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +high_pressure_steam_engine = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +schools = army_tech_school + +oob = "SAR_oob.txt" + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SAT - Satsuma.txt b/HPM/history/countries/SAT - Satsuma.txt index 69fbf7db..c2cc4b59 100644 --- a/HPM/history/countries/SAT - Satsuma.txt +++ b/HPM/history/countries/SAT - Satsuma.txt @@ -1,96 +1,97 @@ -capital = 1662 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 2 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1662 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 2 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 48 - reactionary = 35 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = tozama_daimyo - - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 48 + reactionary = 35 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = tozama_daimyo + + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SAT_oob.txt" -1861.1.1 = { - oob = "/1861/SAT_oob.txt" - set_country_flag = angered_by_bakufu -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_training = yes_foreign_training -foreign_navies = yes_foreign_navies -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SAT_oob.txt" +1861.1.1 = { + oob = "/1861/SAT_oob.txt" + set_country_flag = angered_by_bakufu +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_training = yes_foreign_training +foreign_navies = yes_foreign_navies +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/SAX - Saxony.txt b/HPM/history/countries/SAX - Saxony.txt index f9ddf9fa..f3115046 100644 --- a/HPM/history/countries/SAX - Saxony.txt +++ b/HPM/history/countries/SAX - Saxony.txt @@ -1,163 +1,164 @@ -capital = 558 -primary_culture = north_german -culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 558 +primary_culture = north_german +culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SAX_conservative_2 -upper_house = { - fascist = 0 - liberal = 33 - conservative = 57 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "SAX_oob.txt" -1861.1.1 = { - oob = "/1861/SAX_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = SAX_conservative_2 +upper_house = { + fascist = 0 + liberal = 33 + conservative = 57 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "SAX_oob.txt" +1861.1.1 = { + oob = "/1861/SAX_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/SBA - Buenos Aires.txt b/HPM/history/countries/SBA - Buenos Aires.txt index 7f752e6f..d79adff5 100644 --- a/HPM/history/countries/SBA - Buenos Aires.txt +++ b/HPM/history/countries/SBA - Buenos Aires.txt @@ -1,75 +1,75 @@ -capital = 2348 -primary_culture = platinean -religion = catholic -government = presidential_dictatorship -plurality = 20.0 -nationalvalue = nv_order -literacy = 0.12 -non_state_culture_literacy = 0.02 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2348 +primary_culture = platinean +religion = catholic +government = presidential_dictatorship +plurality = 20.0 +nationalvalue = nv_order +literacy = 0.12 +non_state_culture_literacy = 0.02 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = ARG_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 70 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "SBA_oob.txt" - +set_country_flag = catholic_country + +ruling_party = ARG_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 70 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "SBA_oob.txt" diff --git a/HPM/history/countries/SCA - Scandinavia.txt b/HPM/history/countries/SCA - Scandinavia.txt index ead91e58..cde760fa 100644 --- a/HPM/history/countries/SCA - Scandinavia.txt +++ b/HPM/history/countries/SCA - Scandinavia.txt @@ -1,57 +1,58 @@ -capital = 322 -primary_culture = swedish -culture = finnish -culture = norwegian -culture = danish -religion = protestant -government = hms_government -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 322 +primary_culture = swedish +culture = finnish +culture = norwegian +culture = danish +religion = protestant +government = hms_government +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SCA_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 5 - anarcho_liberal = 10 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = SCA_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 5 + anarcho_liberal = 10 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SCH - Schleswig.txt b/HPM/history/countries/SCH - Schleswig.txt index e3536646..8f6e595d 100644 --- a/HPM/history/countries/SCH - Schleswig.txt +++ b/HPM/history/countries/SCH - Schleswig.txt @@ -1,55 +1,56 @@ -capital = 369 -primary_culture = danish -culture = north_german -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 369 +primary_culture = danish +culture = north_german +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SCH_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 65 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = SCH_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 65 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SCO - Scotland.txt b/HPM/history/countries/SCO - Scotland.txt index ab2fcc91..616cc04d 100644 --- a/HPM/history/countries/SCO - Scotland.txt +++ b/HPM/history/countries/SCO - Scotland.txt @@ -1,60 +1,61 @@ -capital = 269 -primary_culture = scottish -religion = protestant -government = hms_government -plurality = 0.1 -nationalvalue = nv_order -literacy = 0.55 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = trinket_safety -health_care = trinket_health_care -unemployment_subsidies = trinket_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 269 +primary_culture = scottish +religion = protestant +government = hms_government +plurality = 0.1 +nationalvalue = nv_order +literacy = 0.55 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = trinket_safety +health_care = trinket_health_care +unemployment_subsidies = trinket_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SCO_liberal -upper_house = { - fascist = 0 - liberal = 59 - conservative = 29 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = absolute_monarchy - flag = theocracy -} - - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = SCO_liberal +upper_house = { + fascist = 0 + liberal = 59 + conservative = 29 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = absolute_monarchy + flag = theocracy +} + + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SEG - Segu.txt b/HPM/history/countries/SEG - Segu.txt index 88d4eefe..d1c5c3f0 100644 --- a/HPM/history/countries/SEG - Segu.txt +++ b/HPM/history/countries/SEG - Segu.txt @@ -1,65 +1,66 @@ -capital = 1800 -primary_culture = bambara -culture = mande -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1800 +primary_culture = bambara +culture = mande +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = SEG_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 60 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SEG_oob.txt" -1861.1.1 = { - oob = "/1861/SEG_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = SEG_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 60 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SEG_oob.txt" +1861.1.1 = { + oob = "/1861/SEG_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/SEN - Sendai.txt b/HPM/history/countries/SEN - Sendai.txt index 33f4d910..34b322f5 100644 --- a/HPM/history/countries/SEN - Sendai.txt +++ b/HPM/history/countries/SEN - Sendai.txt @@ -1,93 +1,94 @@ -capital = 1668 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 2 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1668 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 2 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_reactionary -upper_house = { - fascist = 0 - liberal = 17 - conservative = 35 - reactionary = 48 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = fudai_daimyo - - -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_reactionary +upper_house = { + fascist = 0 + liberal = 17 + conservative = 35 + reactionary = 48 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = fudai_daimyo + + +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SEN_oob.txt" -1861.1.1 = { - oob = "/1861/SEN_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_navies = yes_foreign_navies -naval_schools = yes_naval_schools -land_reform = yes_land_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SEN_oob.txt" +1861.1.1 = { + oob = "/1861/SEN_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_navies = yes_foreign_navies +naval_schools = yes_naval_schools +land_reform = yes_land_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/SER - Serbia.txt b/HPM/history/countries/SER - Serbia.txt index 2cc6db2d..c2b7e121 100644 --- a/HPM/history/countries/SER - Serbia.txt +++ b/HPM/history/countries/SER - Serbia.txt @@ -1,128 +1,129 @@ -capital = 796 -primary_culture = serb -religion = orthodox -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.03 -non_state_culture_literacy = 0.03 -civilized = yes -prestige = 4 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 796 +primary_culture = serb +religion = orthodox +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.03 +non_state_culture_literacy = 0.03 +civilized = yes +prestige = 4 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = SER_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 65 - reactionary = 6 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "SER_oob.txt" -1861.1.1 = { - oob = "/1861/SER_oob.txt" -} -1861.1.1 = { -ruling_party = SER_conservative_2 -plurality = 50 -literacy = 0.17 - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = SER_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 65 + reactionary = 6 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "SER_oob.txt" +1861.1.1 = { + oob = "/1861/SER_oob.txt" +} +1861.1.1 = { +ruling_party = SER_conservative_2 +plurality = 50 +literacy = 0.17 + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/SGF - South German Fed.txt b/HPM/history/countries/SGF - South German Fed.txt index a8f8628e..e5ac34c2 100644 --- a/HPM/history/countries/SGF - South German Fed.txt +++ b/HPM/history/countries/SGF - South German Fed.txt @@ -1,55 +1,56 @@ -capital = 599 -primary_culture = south_german -culture = north_german -religion = catholic -government = democracy -plurality = 0.15 -nationalvalue = nv_order -literacy = 0.87 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = twelve_hours -safety_regulations = good_safety -health_care = good_health_care -unemployment_subsidies = low_subsidies -pensions = good_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 599 +primary_culture = south_german +culture = north_german +religion = catholic +government = democracy +plurality = 0.15 +nationalvalue = nv_order +literacy = 0.87 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = twelve_hours +safety_regulations = good_safety +health_care = good_health_care +unemployment_subsidies = low_subsidies +pensions = good_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SGF_liberal -upper_house = { - fascist = 0 - liberal = 55 - conservative = 28 - reactionary = 5 - anarcho_liberal = 5 - socialist = 5 - communist = 2 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = SGF_liberal +upper_house = { + fascist = 0 + liberal = 55 + conservative = 28 + reactionary = 5 + anarcho_liberal = 5 + socialist = 5 + communist = 2 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SGM - Sigmaringen-Hohe.txt b/HPM/history/countries/SGM - Sigmaringen-Hohe.txt index 82d0f918..1708f176 100644 --- a/HPM/history/countries/SGM - Sigmaringen-Hohe.txt +++ b/HPM/history/countries/SGM - Sigmaringen-Hohe.txt @@ -1,86 +1,86 @@ -capital = 594 -primary_culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.6 -non_state_culture_literacy = 0.25 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -#New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 594 +primary_culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.6 +non_state_culture_literacy = 0.25 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +#New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PRU_conservative_2 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -army_professionalism = 1 -interchangeable_parts = 1 -romanticism = 1 -#regenerative_furnaces = 1 - -#Inventions - -# Starting Consciousness -consciousness = 1 -nonstate_consciousness = 1 - +set_country_flag = catholic_country + +ruling_party = PRU_conservative_2 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +army_professionalism = 1 +interchangeable_parts = 1 +romanticism = 1 +#regenerative_furnaces = 1 + +#Inventions + +# Starting Consciousness +consciousness = 1 +nonstate_consciousness = 1 diff --git a/HPM/history/countries/SHA - Shan.txt b/HPM/history/countries/SHA - Shan.txt index cbaddf71..23e6d39e 100644 --- a/HPM/history/countries/SHA - Shan.txt +++ b/HPM/history/countries/SHA - Shan.txt @@ -1,55 +1,56 @@ -capital = 1338 -primary_culture = shan -culture = thai -culture = kachin -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1338 +primary_culture = shan +culture = thai +culture = kachin +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = SHA_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 77 - reactionary = 11 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = theravada_country + +ruling_party = SHA_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 77 + reactionary = 11 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/SHI - Shimla.txt b/HPM/history/countries/SHI - Shimla.txt index 41fbf42c..287d68a7 100644 --- a/HPM/history/countries/SHI - Shimla.txt +++ b/HPM/history/countries/SHI - Shimla.txt @@ -1,53 +1,54 @@ -capital = 1235 -primary_culture = nepali -culture = panjabi -culture = marathi -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -ruling_party = SHI_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1235 +primary_culture = nepali +culture = panjabi +culture = marathi +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +ruling_party = SHI_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -# Inventions -#bottling_process = yes +set_country_flag = hindu_country + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/SHK - Shilluk.txt b/HPM/history/countries/SHK - Shilluk.txt index 52178187..fc90167f 100644 --- a/HPM/history/countries/SHK - Shilluk.txt +++ b/HPM/history/countries/SHK - Shilluk.txt @@ -1,61 +1,62 @@ -capital = 1832 -primary_culture = luo -culture = dinka -culture = nuer -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1832 +primary_culture = luo +culture = dinka +culture = nuer +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = SHK_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 70 - reactionary = 30 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SHK_oob.txt" +set_country_flag = animist_country + +ruling_party = SHK_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 70 + reactionary = 30 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SHK_oob.txt" diff --git a/HPM/history/countries/SHO - Shona.txt b/HPM/history/countries/SHO - Shona.txt index 31794bd8..81427fc3 100644 --- a/HPM/history/countries/SHO - Shona.txt +++ b/HPM/history/countries/SHO - Shona.txt @@ -1,50 +1,51 @@ -capital = 2070 -primary_culture = shona -culture = sena -culture = nyasa -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2070 +primary_culture = shona +culture = sena +culture = nyasa +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = SHO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} -set_country_flag = lacking_writing_system +set_country_flag = animist_country + +ruling_party = SHO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/SHW - Shewa.txt b/HPM/history/countries/SHW - Shewa.txt index a250c20c..5ecfb93a 100644 --- a/HPM/history/countries/SHW - Shewa.txt +++ b/HPM/history/countries/SHW - Shewa.txt @@ -1,64 +1,65 @@ -capital = 1859 -primary_culture = oromo -culture = cushitic -religion = coptic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1859 +primary_culture = oromo +culture = cushitic +religion = coptic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = SHW_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - +set_country_flag = coptic_country + +ruling_party = SHW_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SHW_oob.txt" +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SHW_oob.txt" diff --git a/HPM/history/countries/SIA - Siam.txt b/HPM/history/countries/SIA - Siam.txt index 4ef38a4c..c3f8036f 100644 --- a/HPM/history/countries/SIA - Siam.txt +++ b/HPM/history/countries/SIA - Siam.txt @@ -1,87 +1,88 @@ -capital = 1346 -primary_culture = thai -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1346 +primary_culture = thai +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -ruling_party = SIA_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 69 - reactionary = 19 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 6 - -# Inventions -#bottling_process = yes +set_country_flag = theravada_country + +ruling_party = SIA_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 69 + reactionary = 19 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 6 + +# Inventions +#bottling_process = yes modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -oob = "SIA_oob.txt" -1861.1.1 = { - oob = "/1861/SIA_oob.txt" - literacy = 0.10 - non_state_culture_literacy = 0.05 - - #Economic Reforms - land_reform = yes_land_reform - education_reform = yes_education_reform - - #Military Reforms - foreign_officers = yes_foreign_officers - - #Technologies - freedom_of_trade = 1 - military_staff_system = 1 -} - -govt_flag = { - government = hms_government - flag = theocracy -} +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +oob = "SIA_oob.txt" +1861.1.1 = { + oob = "/1861/SIA_oob.txt" + literacy = 0.10 + non_state_culture_literacy = 0.05 + + #Economic Reforms + land_reform = yes_land_reform + education_reform = yes_education_reform + + #Military Reforms + foreign_officers = yes_foreign_officers + + #Technologies + freedom_of_trade = 1 + military_staff_system = 1 +} + +govt_flag = { + government = hms_government + flag = theocracy +} diff --git a/HPM/history/countries/SIB - Siberian Republic.txt b/HPM/history/countries/SIB - Siberian Republic.txt index 0fa41998..6fbc7d0b 100644 --- a/HPM/history/countries/SIB - Siberian Republic.txt +++ b/HPM/history/countries/SIB - Siberian Republic.txt @@ -41,11 +41,11 @@ set_country_flag = orthodox_country ruling_party = SIB_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } diff --git a/HPM/history/countries/SIC - Two Sicilies.txt b/HPM/history/countries/SIC - Two Sicilies.txt index 80a3cb84..40b32e9f 100644 --- a/HPM/history/countries/SIC - Two Sicilies.txt +++ b/HPM/history/countries/SIC - Two Sicilies.txt @@ -1,79 +1,80 @@ -capital = 754 -primary_culture = south_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.1 -non_state_culture_literacy = 0.05 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 754 +primary_culture = south_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.1 +non_state_culture_literacy = 0.05 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SIC_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 85 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -mechanical_production = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 - -oob = "SIC_oob.txt" +set_country_flag = catholic_country + +ruling_party = SIC_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 85 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +mechanical_production = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 + +oob = "SIC_oob.txt" diff --git a/HPM/history/countries/SID - Sidama.txt b/HPM/history/countries/SID - Sidama.txt index 6036dc08..7a323a3b 100644 --- a/HPM/history/countries/SID - Sidama.txt +++ b/HPM/history/countries/SID - Sidama.txt @@ -1,59 +1,59 @@ -capital = 1864 -primary_culture = cushitic -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1864 +primary_culture = cushitic +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = SID_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 69 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SID_oob.txt" -1861.1.1 = { - oob = "/1861/SID_oob.txt" -} - +set_country_flag = animist_country + +ruling_party = SID_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 69 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SID_oob.txt" +1861.1.1 = { + oob = "/1861/SID_oob.txt" +} diff --git a/HPM/history/countries/SIE - Siebenburgen.txt b/HPM/history/countries/SIE - Siebenburgen.txt index 7be12080..8fbfe3fb 100644 --- a/HPM/history/countries/SIE - Siebenburgen.txt +++ b/HPM/history/countries/SIE - Siebenburgen.txt @@ -1,49 +1,50 @@ -capital = 657 -primary_culture = romanian -culture = hungarian -religion = orthodox -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.1 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 657 +primary_culture = romanian +culture = hungarian +religion = orthodox +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.1 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = SIE_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = orthodox_country + +ruling_party = SIE_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SIK - Sikkim.txt b/HPM/history/countries/SIK - Sikkim.txt index 22ec2047..de61364d 100644 --- a/HPM/history/countries/SIK - Sikkim.txt +++ b/HPM/history/countries/SIK - Sikkim.txt @@ -1,70 +1,71 @@ -capital = 1328 -primary_culture = tibetan -culture = asian_minor -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1328 +primary_culture = tibetan +culture = asian_minor +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = gelugpa_country - -ruling_party = SIK_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = gelugpa_country + +ruling_party = SIK_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "SIK_oob.txt" -1861.1.1 = { - oob = "/1861/SIK_oob.txt" -} +#big_sail_support = yes + +oob = "SIK_oob.txt" +1861.1.1 = { + oob = "/1861/SIK_oob.txt" +} diff --git a/HPM/history/countries/SIN - Sind.txt b/HPM/history/countries/SIN - Sind.txt index 017ead88..3e8a8555 100644 --- a/HPM/history/countries/SIN - Sind.txt +++ b/HPM/history/countries/SIN - Sind.txt @@ -1,66 +1,66 @@ -capital = 1288 -primary_culture = sindi -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SIN_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SIN_oob.txt" - +capital = 1288 +primary_culture = sindi +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SIN_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SIN_oob.txt" diff --git a/HPM/history/countries/SLE - Sierra Leone.txt b/HPM/history/countries/SLE - Sierra Leone.txt index fd8d7301..ed923eb8 100644 --- a/HPM/history/countries/SLE - Sierra Leone.txt +++ b/HPM/history/countries/SLE - Sierra Leone.txt @@ -1,50 +1,50 @@ -capital = 1884 -primary_culture = western_nigritic -culture = mande -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1884 +primary_culture = western_nigritic +culture = mande +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = SLE_communist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = SLE_communist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SLG - Selangor.txt b/HPM/history/countries/SLG - Selangor.txt index 1fcc138c..99fb7e4f 100644 --- a/HPM/history/countries/SLG - Selangor.txt +++ b/HPM/history/countries/SLG - Selangor.txt @@ -1,76 +1,77 @@ -capital = 1387 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JOH_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 75 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SLG_oob.txt" -1861.1.1 = { - oob = "/1861/SLG_oob.txt" -} -1861.1.1 = { - literacy = 0.05 - non_state_culture_literacy = 0.02 - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -# Inventions - -} +capital = 1387 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JOH_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 75 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SLG_oob.txt" +1861.1.1 = { + oob = "/1861/SLG_oob.txt" +} +1861.1.1 = { + literacy = 0.05 + non_state_culture_literacy = 0.02 + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/SLO - Slovenia.txt b/HPM/history/countries/SLO - Slovenia.txt index 66ac7fca..dc2a30f5 100644 --- a/HPM/history/countries/SLO - Slovenia.txt +++ b/HPM/history/countries/SLO - Slovenia.txt @@ -1,48 +1,49 @@ -capital = 768 -primary_culture = slovene -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_liberty -literacy = 0.35 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 768 +primary_culture = slovene +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_liberty +literacy = 0.35 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SLO_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 65 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = SLO_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 65 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SLS - Silesia.txt b/HPM/history/countries/SLS - Silesia.txt index 6849b6bb..10d00851 100644 --- a/HPM/history/countries/SLS - Silesia.txt +++ b/HPM/history/countries/SLS - Silesia.txt @@ -1,48 +1,49 @@ -capital = 682 -primary_culture = polish -culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 682 +primary_culture = polish +culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SLS_conservative_2 -upper_house = { - fascist = 0 - liberal = 33 - conservative = 57 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} \ No newline at end of file +set_country_flag = catholic_country + +ruling_party = SLS_conservative_2 +upper_house = { + fascist = 0 + liberal = 33 + conservative = 57 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SLV - Slovakia.txt b/HPM/history/countries/SLV - Slovakia.txt index 75370e0a..d66bd48a 100644 --- a/HPM/history/countries/SLV - Slovakia.txt +++ b/HPM/history/countries/SLV - Slovakia.txt @@ -1,55 +1,56 @@ -capital = 633 -primary_culture = slovak -culture = czech -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_order -literacy = 0.65 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 633 +primary_culture = slovak +culture = czech +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_order +literacy = 0.65 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SLV_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = SLV_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/SLW - Sulawesi.txt b/HPM/history/countries/SLW - Sulawesi.txt index 0100e327..98ea2fd2 100644 --- a/HPM/history/countries/SLW - Sulawesi.txt +++ b/HPM/history/countries/SLW - Sulawesi.txt @@ -1,60 +1,61 @@ -capital = 1430 -primary_culture = moluccan -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = lacking_writing_system - -# Technologies - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 -oob = "SLW_oob.txt" -1861.1.1 = { - oob = "/1861/SLW_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1430 +primary_culture = moluccan +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = lacking_writing_system + +# Technologies + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 +oob = "SLW_oob.txt" +1861.1.1 = { + oob = "/1861/SLW_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/SMO - Samoa.txt b/HPM/history/countries/SMO - Samoa.txt index 3bf79bce..1c16dc0d 100644 --- a/HPM/history/countries/SMO - Samoa.txt +++ b/HPM/history/countries/SMO - Samoa.txt @@ -1,54 +1,54 @@ -capital = 2543 -primary_culture = polynesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2543 +primary_culture = polynesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/SNG - Senegal.txt b/HPM/history/countries/SNG - Senegal.txt index ea23050a..da271d82 100644 --- a/HPM/history/countries/SNG - Senegal.txt +++ b/HPM/history/countries/SNG - Senegal.txt @@ -1,51 +1,51 @@ -capital = 1783 -primary_culture = wolof -culture = fulbe -culture = western_nigritic -culture = bambara -religion = sunni -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -set_country_flag = sunni_country -set_country_flag = post_colonial_country - -ruling_party = SNG_socialist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +capital = 1783 +primary_culture = wolof +culture = fulbe +culture = western_nigritic +culture = bambara +religion = sunni +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +set_country_flag = sunni_country +set_country_flag = post_colonial_country + +ruling_party = SNG_socialist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SNZ - South Island.txt b/HPM/history/countries/SNZ - South Island.txt index 44dc9261..de708de9 100644 --- a/HPM/history/countries/SNZ - South Island.txt +++ b/HPM/history/countries/SNZ - South Island.txt @@ -1,50 +1,51 @@ -capital = 2513 # Dunedin -primary_culture = australian -religion = protestant -government = hms_government -plurality = 0.88 -nationalvalue = nv_liberty -literacy = 0.5 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = low_minimum_wage -work_hours = ten_hours -safety_regulations = low_safety -health_care = low_health_care -unemployment_subsidies = low_subsidies -pensions = low_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2513 # Dunedin +primary_culture = australian +religion = protestant +government = hms_government +plurality = 0.88 +nationalvalue = nv_liberty +literacy = 0.5 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = low_minimum_wage +work_hours = ten_hours +safety_regulations = low_safety +health_care = low_health_care +unemployment_subsidies = low_subsidies +pensions = low_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SNZ_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 60 - reactionary = 5 - anarcho_liberal = 5 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = SNZ_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 60 + reactionary = 5 + anarcho_liberal = 5 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/SOK - Sokoto.txt b/HPM/history/countries/SOK - Sokoto.txt index 51739912..9772a165 100644 --- a/HPM/history/countries/SOK - Sokoto.txt +++ b/HPM/history/countries/SOK - Sokoto.txt @@ -1,68 +1,69 @@ -capital = 1948 -primary_culture = fulbe -culture = hausa -culture = east_kwa -culture = tiv -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SOK_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SOK_oob.txt" -1861.1.1 = { - oob = "/1861/SOK_oob.txt" - literacy = 0.05 - non_state_culture_literacy = 0.04 - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1948 +primary_culture = fulbe +culture = hausa +culture = east_kwa +culture = tiv +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SOK_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SOK_oob.txt" +1861.1.1 = { + oob = "/1861/SOK_oob.txt" + literacy = 0.05 + non_state_culture_literacy = 0.04 + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/SOM - Somalia.txt b/HPM/history/countries/SOM - Somalia.txt index 3746d479..fd20ba58 100644 --- a/HPM/history/countries/SOM - Somalia.txt +++ b/HPM/history/countries/SOM - Somalia.txt @@ -1,47 +1,48 @@ -capital = 1868 -primary_culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SOM_socialist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1868 +primary_culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SOM_socialist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/SON - Sonora.txt b/HPM/history/countries/SON - Sonora.txt index 82af05d1..d0e075ff 100644 --- a/HPM/history/countries/SON - Sonora.txt +++ b/HPM/history/countries/SON - Sonora.txt @@ -1,47 +1,48 @@ -capital = 2137 -primary_culture = mexican -religion = catholic -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2137 +primary_culture = mexican +religion = catholic +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SON_liberal -upper_house = { - fascist = 0 - liberal = 54 - conservative = 31 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = SON_liberal +upper_house = { + fascist = 0 + liberal = 54 + conservative = 31 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SPA - Spain.txt b/HPM/history/countries/SPA - Spain.txt index 2b962222..1dfc4db5 100644 --- a/HPM/history/countries/SPA - Spain.txt +++ b/HPM/history/countries/SPA - Spain.txt @@ -1,191 +1,192 @@ -capital = 487 -primary_culture = spanish -culture = catalan -culture = basque -religion = catholic -government = hms_government -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.13 -non_state_culture_literacy = 0.1 -civilized = yes - - -#GreaterPowers = prestige -prestige = 70 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 487 +primary_culture = spanish +culture = catalan +culture = basque +religion = catholic +government = hms_government +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.13 +non_state_culture_literacy = 0.1 +civilized = yes + + +#GreaterPowers = prestige +prestige = 70 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SPA_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = literacy_SPA - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions -#corvettes = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "SPA_oob.txt" - -1837.1.1 = { - decision = confiscations_of_mendizabal -} - -1844.5.13 = { - decision = establish_la_guardia_civil -} -1861.1.1 = { - oob = "/1861/SPA_oob.txt" - -plurality = 60 -literacy = 0.30 -non_state_culture_literacy = 0.15 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = non_socialist -voting_system = first_past_the_post -political_parties = non_secret_ballots - -ruling_party = SPA_conservative_2 - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - raider_group_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = SPA_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = literacy_SPA + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions +#corvettes = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "SPA_oob.txt" + +1837.1.1 = { + decision = confiscations_of_mendizabal +} + +1844.5.13 = { + decision = establish_la_guardia_civil +} +1861.1.1 = { + oob = "/1861/SPA_oob.txt" + +plurality = 60 +literacy = 0.30 +non_state_culture_literacy = 0.15 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = non_socialist +voting_system = first_past_the_post +political_parties = non_secret_ballots + +ruling_party = SPA_conservative_2 + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + raider_group_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/SPC - Carlist Spain.txt b/HPM/history/countries/SPC - Carlist Spain.txt index 4e7cea06..bc46c232 100644 --- a/HPM/history/countries/SPC - Carlist Spain.txt +++ b/HPM/history/countries/SPC - Carlist Spain.txt @@ -1,89 +1,89 @@ -capital = 487 -primary_culture = spanish -culture = catalan -culture = basque -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_autocracy -literacy = 0.13 -non_state_culture_literacy = 0.1 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 487 +primary_culture = spanish +culture = catalan +culture = basque +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_autocracy +literacy = 0.13 +non_state_culture_literacy = 0.1 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SPA_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 40 - reactionary = 45 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions -#corvettes = yes - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - +set_country_flag = catholic_country + +ruling_party = SPA_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 40 + reactionary = 45 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions +#corvettes = yes + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 diff --git a/HPM/history/countries/SPU - South Peru.txt b/HPM/history/countries/SPU - South Peru.txt index 4f3bf2d7..2b6d37c7 100644 --- a/HPM/history/countries/SPU - South Peru.txt +++ b/HPM/history/countries/SPU - South Peru.txt @@ -1,74 +1,75 @@ -capital = 2578 -primary_culture = south_andean -religion = catholic -government = presidential_dictatorship -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.09 -non_state_culture_literacy = 0.02 -civilized = yes -prestige = 2 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2578 +primary_culture = south_andean +religion = catholic +government = presidential_dictatorship +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.09 +non_state_culture_literacy = 0.02 +civilized = yes +prestige = 2 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = PEU_conservative -upper_house = { - fascist = 0 - liberal = 29 - conservative = 57 - reactionary = 14 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -#post_napoleonic_thought = 1 -#flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -#post_nelsonian_thought = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "SPU_oob.txt" +set_country_flag = catholic_country + +ruling_party = PEU_conservative +upper_house = { + fascist = 0 + liberal = 29 + conservative = 57 + reactionary = 14 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +#post_napoleonic_thought = 1 +#flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +#post_nelsonian_thought = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "SPU_oob.txt" diff --git a/HPM/history/countries/SRD - Sardinia.txt b/HPM/history/countries/SRD - Sardinia.txt index f436ede6..6b1d32a2 100644 --- a/HPM/history/countries/SRD - Sardinia.txt +++ b/HPM/history/countries/SRD - Sardinia.txt @@ -1,48 +1,49 @@ -capital = 765 -primary_culture = south_italian -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.45 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 765 +primary_culture = south_italian +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.45 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SAR_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = catholic_country + +ruling_party = SAR_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/SRI - Sri Lanka.txt b/HPM/history/countries/SRI - Sri Lanka.txt index 62611bd6..3fc9b993 100644 --- a/HPM/history/countries/SRI - Sri Lanka.txt +++ b/HPM/history/countries/SRI - Sri Lanka.txt @@ -1,55 +1,56 @@ -capital = 1321 -primary_culture = sinhala -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1321 +primary_culture = sinhala +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -schools = developing_tech_school - -ruling_party = SRI_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = theravada_country + +schools = developing_tech_school + +ruling_party = SRI_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/SRN - Soran.txt b/HPM/history/countries/SRN - Soran.txt index 44c2e510..85712b45 100644 --- a/HPM/history/countries/SRN - Soran.txt +++ b/HPM/history/countries/SRN - Soran.txt @@ -1,48 +1,48 @@ -capital = 924 -primary_culture = kurdish -religion = sunni -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = KDS_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - +capital = 924 +primary_culture = kurdish +religion = sunni +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = KDS_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/SUA - Suazi.txt b/HPM/history/countries/SUA - Suazi.txt index f94ee8b2..d39d6fec 100644 --- a/HPM/history/countries/SUA - Suazi.txt +++ b/HPM/history/countries/SUA - Suazi.txt @@ -1,69 +1,70 @@ -capital = 2114 -primary_culture = nguni -culture = zulu -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2114 +primary_culture = nguni +culture = zulu +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = SUA_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "SUA_oob.txt" -1861.1.1 = { - oob = "/1861/SUA_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} \ No newline at end of file +set_country_flag = animist_country + +ruling_party = SUA_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "SUA_oob.txt" +1861.1.1 = { + oob = "/1861/SUA_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/SUD - Sudan.txt b/HPM/history/countries/SUD - Sudan.txt index 0cae5cb9..f1a7a568 100644 --- a/HPM/history/countries/SUD - Sudan.txt +++ b/HPM/history/countries/SUD - Sudan.txt @@ -1,69 +1,70 @@ -capital = 1827 -primary_culture = sudanese -culture = nilotic -culture = bedouin -culture = fur -culture = dinka -culture = luo -culture = nuer -culture = azande -culture = beja -culture = nuba -culture = teda -culture = ubangian -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SUD_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 72 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - -# Inventions - -small_arms_production = yes -ammunition_production = yes +capital = 1827 +primary_culture = sudanese +culture = nilotic +culture = bedouin +culture = fur +culture = dinka +culture = luo +culture = nuer +culture = azande +culture = beja +culture = nuba +culture = teda +culture = ubangian +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SUD_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 72 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + +# Inventions + +small_arms_production = yes +ammunition_production = yes diff --git a/HPM/history/countries/SUL - Sulu.txt b/HPM/history/countries/SUL - Sulu.txt index 6b91df0c..a3092c11 100644 --- a/HPM/history/countries/SUL - Sulu.txt +++ b/HPM/history/countries/SUL - Sulu.txt @@ -1,64 +1,65 @@ -capital = 1464 -primary_culture = malay -culture = filipino -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SUL_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -set_country_flag = sunni_country - -oob = "SUL_oob.txt" -1861.1.1 = { - oob = "/1861/SUL_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1464 +primary_culture = malay +culture = filipino +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SUL_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +set_country_flag = sunni_country + +oob = "SUL_oob.txt" +1861.1.1 = { + oob = "/1861/SUL_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/SVY - Savoy.txt b/HPM/history/countries/SVY - Savoy.txt index 511a90d1..5c8291b8 100644 --- a/HPM/history/countries/SVY - Savoy.txt +++ b/HPM/history/countries/SVY - Savoy.txt @@ -1,52 +1,52 @@ -capital = 720 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.45 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 720 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.45 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country -set_country_flag = sardinian_italy - -ruling_party = SAR_reactionary -upper_house = { - fascist = 0 - liberal = 20 - conservative = 70 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -schools = army_tech_school - +set_country_flag = catholic_country +set_country_flag = sardinian_italy + +ruling_party = SAR_reactionary +upper_house = { + fascist = 0 + liberal = 20 + conservative = 70 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +schools = army_tech_school diff --git a/HPM/history/countries/SWE - Sweden.txt b/HPM/history/countries/SWE - Sweden.txt index d9f32c8a..28a13936 100644 --- a/HPM/history/countries/SWE - Sweden.txt +++ b/HPM/history/countries/SWE - Sweden.txt @@ -1,188 +1,189 @@ -capital = 322 -primary_culture = swedish -culture = finnish -culture = norwegian -religion = protestant -government = hms_government -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 10 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = proportional_representation -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 322 +primary_culture = swedish +culture = finnish +culture = norwegian +religion = protestant +government = hms_government +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 10 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = proportional_representation +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SWE_conservative -last_election = 1833.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 60 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -#Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions -#corvettes = yes - -# Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -schools = industrial_tech_school - -oob = "SWE_oob.txt" - -1850.1.1 = { -decision = pass_folkskolereformen -} - -1861.1.1 = { - oob = "/1861/SWE_oob.txt" - plurality = 60 - literacy = 0.95 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = SWE_conservative +last_election = 1833.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 60 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +#Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions +#corvettes = yes + +# Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +schools = industrial_tech_school + +oob = "SWE_oob.txt" + +1850.1.1 = { +decision = pass_folkskolereformen +} + +1861.1.1 = { + oob = "/1861/SWE_oob.txt" + plurality = 60 + literacy = 0.95 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/SWH - Schleswig-Holstein.txt b/HPM/history/countries/SWH - Schleswig-Holstein.txt index bcafe59c..6e58f71b 100644 --- a/HPM/history/countries/SWH - Schleswig-Holstein.txt +++ b/HPM/history/countries/SWH - Schleswig-Holstein.txt @@ -1,181 +1,182 @@ -capital = 369 -primary_culture = north_german -culture = danish -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -non_state_culture_literacy = 0.4 -civilized = yes -prestige = 5 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 369 +primary_culture = north_german +culture = danish +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +non_state_culture_literacy = 0.4 +civilized = yes +prestige = 5 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SWH_conservative_2 -upper_house = { - fascist = 0 - liberal = 19 - conservative = 63 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "SWH_oob.txt" -1861.1.1 = { - oob = "/1861/SWH_oob.txt" - literacy = 0.9 - non_state_culture_literacy = 0.45 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = low_health_care -unemployment_subsidies = low_subsidies -pensions = no_pensions -school_reforms = low_schools - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} \ No newline at end of file +set_country_flag = protestant_country + +ruling_party = SWH_conservative_2 +upper_house = { + fascist = 0 + liberal = 19 + conservative = 63 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "SWH_oob.txt" +1861.1.1 = { + oob = "/1861/SWH_oob.txt" + literacy = 0.9 + non_state_culture_literacy = 0.45 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = low_health_care +unemployment_subsidies = low_subsidies +pensions = no_pensions +school_reforms = low_schools + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/SWI - Switzerland.txt b/HPM/history/countries/SWI - Switzerland.txt index 68adcac2..d46ed177 100644 --- a/HPM/history/countries/SWI - Switzerland.txt +++ b/HPM/history/countries/SWI - Switzerland.txt @@ -1,171 +1,172 @@ -capital = 605 -primary_culture = swiss -religion = protestant -government = democracy -plurality = 40.0 -nationalvalue = nv_liberty -literacy = 0.8 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = debtors_prisons -penal_system = incarceration -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 605 +primary_culture = swiss +religion = protestant +government = democracy +plurality = 40.0 +nationalvalue = nv_liberty +literacy = 0.8 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = debtors_prisons +penal_system = incarceration +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = SWI_conservative -last_election = 1835.1.1 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 65 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -#Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -high_pressure_steam_engine = 1 - -#Inventions -authoritarianism = yes -hierarchical_order = yes -traditionalism = yes -political_religion = yes -paternalism = yes - -schools = industrial_tech_school - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "SWI_oob.txt" -decision = declare_neutrality - -1861.1.1 = { - oob = "/1861/SWI_oob.txt" - plurality = 60 - literacy = 0.90 -} -1861.1.1 = { -ruling_party = SWI_liberal - - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - business_regulations = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = SWI_conservative +last_election = 1835.1.1 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 65 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +#Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +high_pressure_steam_engine = 1 + +#Inventions +authoritarianism = yes +hierarchical_order = yes +traditionalism = yes +political_religion = yes +paternalism = yes + +schools = industrial_tech_school + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "SWI_oob.txt" +decision = declare_neutrality + +1861.1.1 = { + oob = "/1861/SWI_oob.txt" + plurality = 60 + literacy = 0.90 +} +1861.1.1 = { +ruling_party = SWI_liberal + + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + business_regulations = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions +} diff --git a/HPM/history/countries/SWK - Sarawak.txt b/HPM/history/countries/SWK - Sarawak.txt index 9668b5ca..23d404ab 100644 --- a/HPM/history/countries/SWK - Sarawak.txt +++ b/HPM/history/countries/SWK - Sarawak.txt @@ -1,62 +1,63 @@ -capital = 1394 -primary_culture = malay -culture = yue -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SWK_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 75 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -1861.1.1 = { - oob = "/1861/SWK_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} \ No newline at end of file +capital = 1394 +primary_culture = malay +culture = yue +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SWK_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 75 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +1861.1.1 = { + oob = "/1861/SWK_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/SXI - Shanxi.txt b/HPM/history/countries/SXI - Shanxi.txt index 39c9a266..dedf3ad5 100644 --- a/HPM/history/countries/SXI - Shanxi.txt +++ b/HPM/history/countries/SXI - Shanxi.txt @@ -1,57 +1,58 @@ -capital = 1576 -primary_culture = beifaren -religion = mahayana -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.04 -non_state_culture_literacy = 0.02 - -ruling_party = SXI_reactionary -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1576 +primary_culture = beifaren +religion = mahayana +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.04 +non_state_culture_literacy = 0.02 + +ruling_party = SXI_reactionary +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -# Inventions -#bottling_process = yes +set_country_flag = mahayana_country + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/SYC - Sicily.txt b/HPM/history/countries/SYC - Sicily.txt index e20f0290..99d03ce0 100644 --- a/HPM/history/countries/SYC - Sicily.txt +++ b/HPM/history/countries/SYC - Sicily.txt @@ -1,84 +1,84 @@ -capital = 762 -primary_culture = south_italian -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.25 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = population_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 762 +primary_culture = south_italian +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.25 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = population_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = SIC_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 85 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "SIC_oob.txt" - +set_country_flag = catholic_country + +ruling_party = SIC_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 85 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "SIC_oob.txt" diff --git a/HPM/history/countries/SYR - Syria.txt b/HPM/history/countries/SYR - Syria.txt index 8bcae0fd..efe81320 100644 --- a/HPM/history/countries/SYR - Syria.txt +++ b/HPM/history/countries/SYR - Syria.txt @@ -1,58 +1,57 @@ -capital = 902 -primary_culture = mashriqi -culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.08 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SYR_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -schools = developing_tech_school - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - - +capital = 902 +primary_culture = mashriqi +culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.08 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SYR_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +schools = developing_tech_school + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 diff --git a/HPM/history/countries/SZC - Sichuan.txt b/HPM/history/countries/SZC - Sichuan.txt index f71898bb..c69fedf8 100644 --- a/HPM/history/countries/SZC - Sichuan.txt +++ b/HPM/history/countries/SZC - Sichuan.txt @@ -1,73 +1,74 @@ -capital = 1578 -primary_culture = nanfaren -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1578 +primary_culture = nanfaren +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = SZC_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 30 - reactionary = 30 - anarcho_liberal = 0 - socialist = 10 - communist = 20 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = SZC_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 30 + reactionary = 30 + anarcho_liberal = 0 + socialist = 10 + communist = 20 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -} \ No newline at end of file +#big_sail_support = yes + +} diff --git a/HPM/history/countries/TAI - Taiwan.txt b/HPM/history/countries/TAI - Taiwan.txt index ba0c7888..1e2ef1ee 100644 --- a/HPM/history/countries/TAI - Taiwan.txt +++ b/HPM/history/countries/TAI - Taiwan.txt @@ -1,56 +1,57 @@ -capital = 2681 -primary_culture = min -culture = nanfaren -religion = mahayana -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2681 +primary_culture = min +culture = nanfaren +religion = mahayana +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = TAI_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 90 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes +set_country_flag = mahayana_country + +ruling_party = TAI_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 90 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes diff --git a/HPM/history/countries/TAJ - Tajikstan.txt b/HPM/history/countries/TAJ - Tajikstan.txt index c809cdf3..f3ceaa82 100644 --- a/HPM/history/countries/TAJ - Tajikstan.txt +++ b/HPM/history/countries/TAJ - Tajikstan.txt @@ -1,46 +1,47 @@ -capital = 1207 -primary_culture = tajik -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TAJ_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 68 - reactionary = 22 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1207 +primary_culture = tajik +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TAJ_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 68 + reactionary = 22 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/TAR - Tatarstan.txt b/HPM/history/countries/TAR - Tatarstan.txt index 32daf3cb..bdccc7e3 100644 --- a/HPM/history/countries/TAR - Tatarstan.txt +++ b/HPM/history/countries/TAR - Tatarstan.txt @@ -1,47 +1,48 @@ -capital = 1030 -primary_culture = tatar -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TAR_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1030 +primary_culture = tatar +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TAR_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/TCA - Transcaucasia.txt b/HPM/history/countries/TCA - Transcaucasia.txt index b0d17b85..209ed227 100644 --- a/HPM/history/countries/TCA - Transcaucasia.txt +++ b/HPM/history/countries/TCA - Transcaucasia.txt @@ -1,81 +1,81 @@ -capital = 1090 -primary_culture = georgian -culture = armenian -culture = russian -religion = orthodox -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_autocracy -literacy = 0.04 -non_state_culture_literacy = 0.02 -civilized = yes -prestige = 4 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = all_voting_pops +capital = 1090 +primary_culture = georgian +culture = armenian +culture = russian +religion = orthodox +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_autocracy +literacy = 0.04 +non_state_culture_literacy = 0.02 +civilized = yes +prestige = 4 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = all_voting_pops border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = GEO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 68 - reactionary = 17 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = transcaucasia_1836_setup - -oob = "TCA_oob.txt" - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -guild_based_production = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -piston_steam_engine = 1 - +set_country_flag = orthodox_country + +ruling_party = GEO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 68 + reactionary = 17 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = transcaucasia_1836_setup + +oob = "TCA_oob.txt" + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +guild_based_production = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +piston_steam_engine = 1 diff --git a/HPM/history/countries/TEX - Texas.txt b/HPM/history/countries/TEX - Texas.txt index bea83f74..78cae6e2 100644 --- a/HPM/history/countries/TEX - Texas.txt +++ b/HPM/history/countries/TEX - Texas.txt @@ -1,120 +1,121 @@ -capital = 133 -primary_culture = texan -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.70 -non_state_culture_literacy = 0.15 -civilized = yes -prestige = 3 - - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 133 +primary_culture = texan +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.70 +non_state_culture_literacy = 0.15 +civilized = yes +prestige = 3 + + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = TEX_liberal -last_election = 1836.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 57 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 -fire_control_systems = 1 -naval_professionalism = 1 - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "TEX_oob.txt" - -set_country_flag = new_world_nation - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - basic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = TEX_liberal +last_election = 1836.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 57 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 +fire_control_systems = 1 +naval_professionalism = 1 + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "TEX_oob.txt" + +set_country_flag = new_world_nation + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + basic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/TGA - Tonga.txt b/HPM/history/countries/TGA - Tonga.txt index 9d9ac775..67549d2e 100644 --- a/HPM/history/countries/TGA - Tonga.txt +++ b/HPM/history/countries/TGA - Tonga.txt @@ -1,54 +1,54 @@ -capital = 2540 -primary_culture = polynesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2540 +primary_culture = polynesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/TIB - Tibet.txt b/HPM/history/countries/TIB - Tibet.txt index 9be5343a..f529d578 100644 --- a/HPM/history/countries/TIB - Tibet.txt +++ b/HPM/history/countries/TIB - Tibet.txt @@ -1,74 +1,75 @@ -capital = 1587 -primary_culture = tibetan -religion = gelugpa -government = theocracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1587 +primary_culture = tibetan +religion = gelugpa +government = theocracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = gelugpa_country - -ruling_party = TIB_conservative -upper_house = { - fascist = 0 - liberal = 9 - conservative = 75 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = theocratic_government - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -# Inventions -#bottling_process = yes +set_country_flag = gelugpa_country + +ruling_party = TIB_conservative +upper_house = { + fascist = 0 + liberal = 9 + conservative = 75 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = theocratic_government + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -oob = "TIB_oob.txt" -1861.1.1 = { - oob = "/1861/TIB_oob.txt" - literacy = 0.04 - non_state_culture_literacy = 0.07 #Chinese - - #Military Reforms - foreign_weapons = yes_foreign_weapons - - #Technologies - flintlock_rifles = 1 - -} +#big_sail_support = yes + +oob = "TIB_oob.txt" +1861.1.1 = { + oob = "/1861/TIB_oob.txt" + literacy = 0.04 + non_state_culture_literacy = 0.07 #Chinese + + #Military Reforms + foreign_weapons = yes_foreign_weapons + + #Technologies + flintlock_rifles = 1 + +} diff --git a/HPM/history/countries/TIG - Tigray.txt b/HPM/history/countries/TIG - Tigray.txt index 617651fd..e35f2f92 100644 --- a/HPM/history/countries/TIG - Tigray.txt +++ b/HPM/history/countries/TIG - Tigray.txt @@ -1,67 +1,67 @@ -capital = 1857 -primary_culture = tigray -culture = amhara -culture = cushitic -culture = nilotic -religion = coptic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1857 +primary_culture = tigray +culture = amhara +culture = cushitic +culture = nilotic +religion = coptic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = coptic_country - -ruling_party = TIG_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 72 - reactionary = 18 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies - +set_country_flag = coptic_country + +ruling_party = TIG_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 72 + reactionary = 18 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TIG_oob.txt" - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TIG_oob.txt" diff --git a/HPM/history/countries/TKG - Shogunate Japan.txt b/HPM/history/countries/TKG - Shogunate Japan.txt index 957fe6fb..d5c1845b 100644 --- a/HPM/history/countries/TKG - Shogunate Japan.txt +++ b/HPM/history/countries/TKG - Shogunate Japan.txt @@ -1,97 +1,98 @@ -capital = 1649 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -non_state_culture_literacy = 0.04 -prestige = 2 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1649 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +non_state_culture_literacy = 0.04 +prestige = 2 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_reactionary -upper_house = { - fascist = 0 - liberal = 17 - conservative = 35 - reactionary = 48 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -land_reform = yes_land_reform -foreign_weapons = yes_foreign_weapons -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_reactionary +upper_house = { + fascist = 0 + liberal = 17 + conservative = 35 + reactionary = 48 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +land_reform = yes_land_reform +foreign_weapons = yes_foreign_weapons +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TKG_oob.txt" -1861.1.1 = { - oob = "/1861/TKG_oob.txt" - set_country_flag = caved_to_commodore_perry - set_country_flag = consulted_fudai - set_global_flag = iemochi_shogun - set_country_flag = sakuradamon_incident - set_country_flag = ansei_purge -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_navies = yes_foreign_navies -naval_schools = yes_naval_schools -land_reform = yes_land_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TKG_oob.txt" +1861.1.1 = { + oob = "/1861/TKG_oob.txt" + set_country_flag = caved_to_commodore_perry + set_country_flag = consulted_fudai + set_global_flag = iemochi_shogun + set_country_flag = sakuradamon_incident + set_country_flag = ansei_purge +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_navies = yes_foreign_navies +naval_schools = yes_naval_schools +land_reform = yes_land_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/TKM - Turkmenistan.txt b/HPM/history/countries/TKM - Turkmenistan.txt index 1758c391..178ae7e9 100644 --- a/HPM/history/countries/TKM - Turkmenistan.txt +++ b/HPM/history/countries/TKM - Turkmenistan.txt @@ -1,46 +1,47 @@ -capital = 1204 -primary_culture = turkmen -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TKM_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 68 - reactionary = 22 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1204 +primary_culture = turkmen +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TKM_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 68 + reactionary = 22 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/TKS - Turkestan.txt b/HPM/history/countries/TKS - Turkestan.txt index cb22f1cf..a439fa4c 100644 --- a/HPM/history/countries/TKS - Turkestan.txt +++ b/HPM/history/countries/TKS - Turkestan.txt @@ -1,51 +1,51 @@ -capital = 1195 -primary_culture = uzbek -culture = turkmen -culture = kirgiz -culture = kazak -culture = uighur -culture = tajik -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = TKS_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} -set_country_flag = sunni_country - +capital = 1195 +primary_culture = uzbek +culture = turkmen +culture = kirgiz +culture = kazak +culture = uighur +culture = tajik +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = TKS_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} +set_country_flag = sunni_country diff --git a/HPM/history/countries/TMR - Timor.txt b/HPM/history/countries/TMR - Timor.txt index d3a0a858..5abd4c9e 100644 --- a/HPM/history/countries/TMR - Timor.txt +++ b/HPM/history/countries/TMR - Timor.txt @@ -1,54 +1,55 @@ -capital = 1446 -primary_culture = melanesian -culture = moluccan -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 1446 +primary_culture = melanesian +culture = moluccan +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = JAV_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = catholic_country + +ruling_party = JAV_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes +#big_sail_support = yes diff --git a/HPM/history/countries/TMT - Tuamotu.txt b/HPM/history/countries/TMT - Tuamotu.txt index 544d4341..bbf67103 100644 --- a/HPM/history/countries/TMT - Tuamotu.txt +++ b/HPM/history/countries/TMT - Tuamotu.txt @@ -1,56 +1,56 @@ -capital = 3319 -primary_culture = polynesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 -is_releasable_vassal = no - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 3319 +primary_culture = polynesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 +is_releasable_vassal = no + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country -set_country_flag = cant_use_decisions - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes +set_country_flag = protestant_country +set_country_flag = cant_use_decisions + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - +#big_sail_support = yes diff --git a/HPM/history/countries/TNT - Tannu Tuva.txt b/HPM/history/countries/TNT - Tannu Tuva.txt index 9531bcb9..8b79c521 100644 --- a/HPM/history/countries/TNT - Tannu Tuva.txt +++ b/HPM/history/countries/TNT - Tannu Tuva.txt @@ -1,55 +1,56 @@ -capital = 1469 -primary_culture = tatar -culture = mongol -religion = gelugpa -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1469 +primary_culture = tatar +culture = mongol +religion = gelugpa +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = gelugpa_country - -ruling_party = TNT_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 +set_country_flag = gelugpa_country + +ruling_party = TNT_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 diff --git a/HPM/history/countries/TNZ - Tanzania.txt b/HPM/history/countries/TNZ - Tanzania.txt index f0fb3b6d..4d5384f1 100644 --- a/HPM/history/countries/TNZ - Tanzania.txt +++ b/HPM/history/countries/TNZ - Tanzania.txt @@ -1,58 +1,58 @@ -capital = 2036 -primary_culture = swahili -culture = kilombero -culture = unyamwezi -culture = yao -culture = nyasa -culture = sukuma -culture = maasai -culture = makua -culture = luo -culture = lacustrine_bantu -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2036 +primary_culture = swahili +culture = kilombero +culture = unyamwezi +culture = yao +culture = nyasa +culture = sukuma +culture = maasai +culture = makua +culture = luo +culture = lacustrine_bantu +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = TNZ_communist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = TNZ_communist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/TOG - Togo.txt b/HPM/history/countries/TOG - Togo.txt index b6ae1757..4000aa76 100644 --- a/HPM/history/countries/TOG - Togo.txt +++ b/HPM/history/countries/TOG - Togo.txt @@ -1,52 +1,52 @@ -capital = 1914 -primary_culture = ewe -culture = east_kwa -culture = fon -culture = gur -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1914 +primary_culture = ewe +culture = east_kwa +culture = fon +culture = gur +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -set_country_flag = post_colonial_country - -ruling_party = TOG_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +set_country_flag = post_colonial_country + +ruling_party = TOG_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/TOO - Tooro.txt b/HPM/history/countries/TOO - Tooro.txt index ca8c3b57..6729b826 100644 --- a/HPM/history/countries/TOO - Tooro.txt +++ b/HPM/history/countries/TOO - Tooro.txt @@ -1,62 +1,63 @@ -capital = 1789 -primary_culture = fulbe -religion = sunni -government = theocracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TOO_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 61 - reactionary = 23 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TOO_oob.txt" -1861.1.1 = { - oob = "/1861/TOO_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1789 +primary_culture = fulbe +religion = sunni +government = theocracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TOO_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 61 + reactionary = 23 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TOO_oob.txt" +1861.1.1 = { + oob = "/1861/TOO_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/TOS - Tosa.txt b/HPM/history/countries/TOS - Tosa.txt index 6f988afb..105532c1 100644 --- a/HPM/history/countries/TOS - Tosa.txt +++ b/HPM/history/countries/TOS - Tosa.txt @@ -1,99 +1,100 @@ -capital = 1665 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.40 -prestige = 2 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1665 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.40 +prestige = 2 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_conservative -upper_house = { - fascist = 0 - liberal = 17 - conservative = 48 - reactionary = 35 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = tozama_daimyo - - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes - +set_country_flag = mahayana_country + +ruling_party = NIP_conservative +upper_house = { + fascist = 0 + liberal = 17 + conservative = 48 + reactionary = 35 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = tozama_daimyo + + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TOS_oob.txt" -1861.1.1 = { - oob = "/1861/TOS_oob.txt" - set_country_flag = angered_by_bakufu -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_training = yes_foreign_training -foreign_navies = yes_foreign_navies -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TOS_oob.txt" +1861.1.1 = { + oob = "/1861/TOS_oob.txt" + set_country_flag = angered_by_bakufu +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_training = yes_foreign_training +foreign_navies = yes_foreign_navies +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions -#bottling_process = yes - -} +#bottling_process = yes + +} diff --git a/HPM/history/countries/TOU - Toucouleur.txt b/HPM/history/countries/TOU - Toucouleur.txt index bf0cd646..97d4e66c 100644 --- a/HPM/history/countries/TOU - Toucouleur.txt +++ b/HPM/history/countries/TOU - Toucouleur.txt @@ -1,60 +1,61 @@ -capital = 1800 -primary_culture = fulbe -culture = bambara -culture = songhai -culture = tuareg -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = SOK_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 21 - reactionary = 63 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions - -} \ No newline at end of file +capital = 1800 +primary_culture = fulbe +culture = bambara +culture = songhai +culture = tuareg +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = SOK_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 21 + reactionary = 63 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/TPG - Taiping.txt b/HPM/history/countries/TPG - Taiping.txt index 51cf72ed..0e437b38 100644 --- a/HPM/history/countries/TPG - Taiping.txt +++ b/HPM/history/countries/TPG - Taiping.txt @@ -1,70 +1,71 @@ -capital = 2221 -primary_culture = nanfaren -culture = beifaren -religion = protestant -government = theocracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 -non_state_culture_literacy = 0.01 -is_releasable_vassal = no - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = closed_borders - -ruling_party = TPG_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 25 - reactionary = 75 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = protestant_country -set_country_flag = theocratic_government - - +capital = 2221 +primary_culture = nanfaren +culture = beifaren +religion = protestant +government = theocracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 +non_state_culture_literacy = 0.01 +is_releasable_vassal = no + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = closed_borders + +ruling_party = TPG_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 25 + reactionary = 75 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = protestant_country +set_country_flag = theocratic_government + + # Inventions #bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - oob = "/1861/TPG_oob.txt" - literacy = 0.07 - non_state_culture_literacy = 0.04 - set_country_flag = theocratic_government -} +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + oob = "/1861/TPG_oob.txt" + literacy = 0.07 + non_state_culture_literacy = 0.04 + set_country_flag = theocratic_government +} diff --git a/HPM/history/countries/TRA - Travancore.txt b/HPM/history/countries/TRA - Travancore.txt index a45b8e63..f883a45f 100644 --- a/HPM/history/countries/TRA - Travancore.txt +++ b/HPM/history/countries/TRA - Travancore.txt @@ -1,85 +1,86 @@ -capital = 1319 -primary_culture = malayalam -religion = hindu -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1319 +primary_culture = malayalam +religion = hindu +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = hindu_country - -ruling_party = TRA_conservative -upper_house = { - fascist = 0 - liberal = 11 - conservative = 73 - reactionary = 16 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_artillery = yes_foreign_artillery -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 - +set_country_flag = hindu_country + +ruling_party = TRA_conservative +upper_house = { + fascist = 0 + liberal = 11 + conservative = 73 + reactionary = 16 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_artillery = yes_foreign_artillery +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TRA_oob.txt" -1861.1.1 = { - oob = "/1861/TRA_oob.txt" -} -1861.1.1 = { - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TRA_oob.txt" +1861.1.1 = { + oob = "/1861/TRA_oob.txt" +} +1861.1.1 = { + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/TRE - Trieste.txt b/HPM/history/countries/TRE - Trieste.txt index 9687a652..79363764 100644 --- a/HPM/history/countries/TRE - Trieste.txt +++ b/HPM/history/countries/TRE - Trieste.txt @@ -1,53 +1,54 @@ -capital = 736 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.25 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 736 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.25 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = TRE_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 70 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = TRE_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 70 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/TRI - Tripoli.txt b/HPM/history/countries/TRI - Tripoli.txt index 780fc3c7..6b5ea587 100644 --- a/HPM/history/countries/TRI - Tripoli.txt +++ b/HPM/history/countries/TRI - Tripoli.txt @@ -1,69 +1,70 @@ -capital = 1731 -primary_culture = maghrebi -culture = berber -culture = bedouin -culture = tuareg -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only -border_policy = open_borders - -ruling_party = CYR_conservative -upper_house = { - fascist = 0 - liberal = 22 - conservative = 63 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TRI_oob.txt" +capital = 1731 +primary_culture = maghrebi +culture = berber +culture = bedouin +culture = tuareg +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only +border_policy = open_borders + +ruling_party = CYR_conservative +upper_house = { + fascist = 0 + liberal = 22 + conservative = 63 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TRI_oob.txt" diff --git a/HPM/history/countries/TRN - Transvaal.txt b/HPM/history/countries/TRN - Transvaal.txt index 307577ae..f3eec179 100644 --- a/HPM/history/countries/TRN - Transvaal.txt +++ b/HPM/history/countries/TRN - Transvaal.txt @@ -1,143 +1,144 @@ -capital = 2105 -primary_culture = boer -religion = protestant -government = democracy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.35 -non_state_culture_literacy = 0.05 -civilized = yes -is_releasable_vassal = no - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2105 +primary_culture = boer +religion = protestant +government = democracy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.35 +non_state_culture_literacy = 0.05 +civilized = yes +is_releasable_vassal = no + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = TRN_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 75 - reactionary = 9 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "TRN_oob.txt" -1861.1.1 = { - oob = "/1861/TRN_oob.txt" - plurality = 60 - literacy = 0.40 - non_state_culture_literacy = 0.05 - set_country_flag = had_sand_river_convention -} -1861.1.1 = { - - # Political reforms - slavery = yes_slavery - upper_house_composition = appointed - vote_franschise = wealth_voting - public_meetings = yes_meeting - press_rights = free_press - trade_unions = non_socialist - voting_system = first_past_the_post - political_parties = secret_ballots - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = protestant_country + +ruling_party = TRN_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 75 + reactionary = 9 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "TRN_oob.txt" +1861.1.1 = { + oob = "/1861/TRN_oob.txt" + plurality = 60 + literacy = 0.40 + non_state_culture_literacy = 0.05 + set_country_flag = had_sand_river_convention +} +1861.1.1 = { + + # Political reforms + slavery = yes_slavery + upper_house_composition = appointed + vote_franschise = wealth_voting + public_meetings = yes_meeting + press_rights = free_press + trade_unions = non_socialist + voting_system = first_past_the_post + political_parties = secret_ballots + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/TRZ - Trarza.txt b/HPM/history/countries/TRZ - Trarza.txt index 371abc67..9e3fe344 100644 --- a/HPM/history/countries/TRZ - Trarza.txt +++ b/HPM/history/countries/TRZ - Trarza.txt @@ -1,65 +1,65 @@ -capital = 1775 -primary_culture = maures -culture = berber -culture = bedouin -culture = fulbe -culture = wolof -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TRZ_conservative -upper_house = { - fascist = 0 - liberal = 20 - conservative = 60 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TRZ_oob.txt" -1861.1.1 = { - oob = "/1861/TRZ_oob.txt" -} - +capital = 1775 +primary_culture = maures +culture = berber +culture = bedouin +culture = fulbe +culture = wolof +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TRZ_conservative +upper_house = { + fascist = 0 + liberal = 20 + conservative = 60 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TRZ_oob.txt" +1861.1.1 = { + oob = "/1861/TRZ_oob.txt" +} diff --git a/HPM/history/countries/TSW - Botswana.txt b/HPM/history/countries/TSW - Botswana.txt index c993642b..fb04a5fb 100644 --- a/HPM/history/countries/TSW - Botswana.txt +++ b/HPM/history/countries/TSW - Botswana.txt @@ -1,52 +1,53 @@ -capital = 2074 -primary_culture = tswana -culture = nguni -culture = herero -culture = khoisan -religion = animist -government = democracy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2074 +primary_culture = tswana +culture = nguni +culture = herero +culture = khoisan +religion = animist +government = democracy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = TSW_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} -set_country_flag = lacking_writing_system +set_country_flag = animist_country + +ruling_party = TSW_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} +set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/TTB - Trinidad & Tobago.txt b/HPM/history/countries/TTB - Trinidad & Tobago.txt index b7858c61..7b4bcb2e 100644 --- a/HPM/history/countries/TTB - Trinidad & Tobago.txt +++ b/HPM/history/countries/TTB - Trinidad & Tobago.txt @@ -1,49 +1,50 @@ -capital = 2237 -primary_culture = afro_caribbean -religion = protestant -government = hms_government -plurality = 0.1 -nationalvalue = nv_order -literacy = 0.15 -civilized = yes - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2237 +primary_culture = afro_caribbean +religion = protestant +government = hms_government +plurality = 0.1 +nationalvalue = nv_order +literacy = 0.15 +civilized = yes + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = new_world_nation - -ruling_party = TTB_liberal -upper_house = { - fascist = 0 - liberal = 59 - conservative = 29 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +set_country_flag = new_world_nation + +ruling_party = TTB_liberal +upper_house = { + fascist = 0 + liberal = 59 + conservative = 29 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/TUN - Tunis.txt b/HPM/history/countries/TUN - Tunis.txt index e36b4970..505468a6 100644 --- a/HPM/history/countries/TUN - Tunis.txt +++ b/HPM/history/countries/TUN - Tunis.txt @@ -1,87 +1,88 @@ -capital = 1725 -primary_culture = maghrebi -culture = berber -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = TUN_conservative -upper_house = { - fascist = 0 - liberal = 26 - conservative = 61 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "TUN_oob.txt" -1861.1.1 = { - oob = "/1861/TUN_oob.txt" -} -1861.1.1 = { - -# Political reforms -slavery = no_slavery - -foreign_training = yes_foreign_training -foreign_weapons = yes_foreign_weapons -foreign_officers = yes_foreign_officers -finance_reform = yes_finance_reform - -# Technologies -military_staff_system = 1 -flintlock_rifles = 1 - -# Inventions - -} +capital = 1725 +primary_culture = maghrebi +culture = berber +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = TUN_conservative +upper_house = { + fascist = 0 + liberal = 26 + conservative = 61 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "TUN_oob.txt" +1861.1.1 = { + oob = "/1861/TUN_oob.txt" +} +1861.1.1 = { + +# Political reforms +slavery = no_slavery + +foreign_training = yes_foreign_training +foreign_weapons = yes_foreign_weapons +foreign_officers = yes_foreign_officers +finance_reform = yes_finance_reform + +# Technologies +military_staff_system = 1 +flintlock_rifles = 1 + +# Inventions + +} diff --git a/HPM/history/countries/TUR - Ottoman Empire.txt b/HPM/history/countries/TUR - Ottoman Empire.txt index 5368358f..a04f56fa 100644 --- a/HPM/history/countries/TUR - Ottoman Empire.txt +++ b/HPM/history/countries/TUR - Ottoman Empire.txt @@ -1,136 +1,137 @@ -capital = 860 -primary_culture = turkish -religion = sunni -government = absolute_monarchy -plurality = 5.0 -nationalvalue = nv_autocracy -literacy = 0.03 -non_state_culture_literacy = 0.01 -civilized = yes - -#GreaterPowers = prestige -prestige = 70 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = mandatory_service -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -ruling_party = TUR_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = christian_oppression -set_country_flag = istanbul_not_renamed - -decision = ottoman_1836_setup - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -#mechanical_production = 1 -clipper_design = 1 -malthusian_thought = 1 -basic_chemistry = 1 - -# Inventions - -#Starting Consciousness -consciousness = 1 -nonstate_consciousness = 0 - -oob = "TUR_oob.txt" -1861.1.1 = { - oob = "/1861/TUR_oob.txt" - prestige = 85 - plurality = 50 - literacy = 0.25 - non_state_culture_literacy = 0.15 -} -1861.1.1 = { -ruling_party = TUR_conservative - -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - malthusian_thought = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +capital = 860 +primary_culture = turkish +religion = sunni +government = absolute_monarchy +plurality = 5.0 +nationalvalue = nv_autocracy +literacy = 0.03 +non_state_culture_literacy = 0.01 +civilized = yes + +#GreaterPowers = prestige +prestige = 70 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = mandatory_service +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +ruling_party = TUR_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = christian_oppression +set_country_flag = istanbul_not_renamed + +decision = ottoman_1836_setup + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +#mechanical_production = 1 +clipper_design = 1 +malthusian_thought = 1 +basic_chemistry = 1 + +# Inventions + +#Starting Consciousness +consciousness = 1 +nonstate_consciousness = 0 + +oob = "TUR_oob.txt" +1861.1.1 = { + oob = "/1861/TUR_oob.txt" + prestige = 85 + plurality = 50 + literacy = 0.25 + non_state_culture_literacy = 0.15 +} +1861.1.1 = { +ruling_party = TUR_conservative + +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + malthusian_thought = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/TUS - Tuscany.txt b/HPM/history/countries/TUS - Tuscany.txt index 3fe6ed49..a142dafe 100644 --- a/HPM/history/countries/TUS - Tuscany.txt +++ b/HPM/history/countries/TUS - Tuscany.txt @@ -1,135 +1,136 @@ -capital = 744 -primary_culture = north_italian -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.20 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 744 +primary_culture = north_italian +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.20 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = TUS_reactionary -upper_house = { - fascist = 0 - liberal = 0 - conservative = 85 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "TUS_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - basic_chemistry = 1 - medicine = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions - john_ramsay_mcculloch = yes - nassau_william_sr = yes - #james_mill = yes - ammunition_production = yes - small_arms_production = yes - explosives_production = yes - artillery_production = yes - building_station_shipyards = yes - oligopoly_structure = yes - monopoly_structure = yes - northrop_power_loom = yes - mechanical_saw = yes - sharp_n_roberts_power_loom = yes - pitts_threshing_machine = yes - dobby_loom = yes - work_control_and_hierarchy = yes - hussey_n_mccormicks_reaping_machine = yes -} +set_country_flag = catholic_country + +ruling_party = TUS_reactionary +upper_house = { + fascist = 0 + liberal = 0 + conservative = 85 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "TUS_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + basic_chemistry = 1 + medicine = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions + john_ramsay_mcculloch = yes + nassau_william_sr = yes + #james_mill = yes + ammunition_production = yes + small_arms_production = yes + explosives_production = yes + artillery_production = yes + building_station_shipyards = yes + oligopoly_structure = yes + monopoly_structure = yes + northrop_power_loom = yes + mechanical_saw = yes + sharp_n_roberts_power_loom = yes + pitts_threshing_machine = yes + dobby_loom = yes + work_control_and_hierarchy = yes + hussey_n_mccormicks_reaping_machine = yes +} diff --git a/HPM/history/countries/UBD - United Baltic Provinces.txt b/HPM/history/countries/UBD - United Baltic Provinces.txt index 6c358f82..8827913e 100644 --- a/HPM/history/countries/UBD - United Baltic Provinces.txt +++ b/HPM/history/countries/UBD - United Baltic Provinces.txt @@ -1,78 +1,78 @@ -capital = 354 -primary_culture = north_german -culture = latvian -culture = estonian -culture = russian -religion = protestant -government = absolute_monarchy -plurality = 0 -nationalvalue = nv_order -literacy = 0.5 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 354 +primary_culture = north_german +culture = latvian +culture = estonian +culture = russian +religion = protestant +government = absolute_monarchy +plurality = 0 +nationalvalue = nv_order +literacy = 0.5 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = UBD_conservative -upper_house = { - fascist = 0 - liberal = 25 - conservative = 60 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = ubd_substate -decision = UBD_1836_setup - -oob = "UBD_oob.txt" - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -guild_based_production = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - +set_country_flag = protestant_country + +ruling_party = UBD_conservative +upper_house = { + fascist = 0 + liberal = 25 + conservative = 60 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = ubd_substate +decision = UBD_1836_setup + +oob = "UBD_oob.txt" + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +guild_based_production = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 diff --git a/HPM/history/countries/UCA - United States of Central America.txt b/HPM/history/countries/UCA - United States of Central America.txt index b54ffb9c..ed9a347b 100644 --- a/HPM/history/countries/UCA - United States of Central America.txt +++ b/HPM/history/countries/UCA - United States of Central America.txt @@ -1,121 +1,122 @@ -capital = 2191 -primary_culture = central_american -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.095 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2191 +primary_culture = central_american +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.095 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = UCA_liberal -last_election = 1835.2.14 -upper_house = { - fascist = 0 - liberal = 25 - conservative = 31 - reactionary = 44 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = FRCA_1836_setup -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "UCA_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - enlightenment_thought = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - post_nelsonian_thought = 1 - the_command_principle = 1 - -#Inventions - dobby_loom = yes - pitts_threshing_machine = yes - mechanized_slaughtering_block = yes - northrop_power_loom = yes - mechanical_precision_saw = yes - precision_work = yes - mechanical_saw = yes - machine_tools = yes - whitney_n_colts_standardized_small_arms = yes - integral_distillery_process = yes - hegelian_idealism = yes - sharp_n_roberts_power_loom = yes - proto_existentialism = yes - food_packing_system = yes - neokantian_idealism = yes - hussey_n_mccormicks_reaping_machine = yes -} +set_country_flag = catholic_country + +ruling_party = UCA_liberal +last_election = 1835.2.14 +upper_house = { + fascist = 0 + liberal = 25 + conservative = 31 + reactionary = 44 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = FRCA_1836_setup +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "UCA_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + enlightenment_thought = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + post_nelsonian_thought = 1 + the_command_principle = 1 + +#Inventions + dobby_loom = yes + pitts_threshing_machine = yes + mechanized_slaughtering_block = yes + northrop_power_loom = yes + mechanical_precision_saw = yes + precision_work = yes + mechanical_saw = yes + machine_tools = yes + whitney_n_colts_standardized_small_arms = yes + integral_distillery_process = yes + hegelian_idealism = yes + sharp_n_roberts_power_loom = yes + proto_existentialism = yes + food_packing_system = yes + neokantian_idealism = yes + hussey_n_mccormicks_reaping_machine = yes +} diff --git a/HPM/history/countries/UIL - Illinois.txt b/HPM/history/countries/UIL - Illinois.txt index ee46ee51..6e7a2745 100644 --- a/HPM/history/countries/UIL - Illinois.txt +++ b/HPM/history/countries/UIL - Illinois.txt @@ -1,51 +1,52 @@ -capital = 167 -primary_culture = yankee -culture = dixie -religion = protestant -government = democracy -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 167 +primary_culture = yankee +culture = dixie +religion = protestant +government = democracy +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = new_world_nation - -ruling_party = UIL_conservative -upper_house = { - fascist = 0 - liberal = 18 - conservative = 78 - reactionary = 4 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +set_country_flag = new_world_nation + +ruling_party = UIL_conservative +upper_house = { + fascist = 0 + liberal = 18 + conservative = 78 + reactionary = 4 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/UKR - Ukraine.txt b/HPM/history/countries/UKR - Ukraine.txt index 76275e57..d58189ff 100644 --- a/HPM/history/countries/UKR - Ukraine.txt +++ b/HPM/history/countries/UKR - Ukraine.txt @@ -1,60 +1,61 @@ -capital = 958 -primary_culture = ukrainian -culture = ugrian -religion = orthodox -government = absolute_monarchy -plurality = 0.02 -nationalvalue = nv_autocracy -literacy = 0.15 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 958 +primary_culture = ukrainian +culture = ugrian +religion = orthodox +government = absolute_monarchy +plurality = 0.02 +nationalvalue = nv_autocracy +literacy = 0.15 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = UKR_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = UKR_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/UNB - Nebraska.txt b/HPM/history/countries/UNB - Nebraska.txt index 7f528624..d356b241 100644 --- a/HPM/history/countries/UNB - Nebraska.txt +++ b/HPM/history/countries/UNB - Nebraska.txt @@ -1,51 +1,52 @@ -capital = 123 -primary_culture = yankee -culture = dixie -religion = protestant -government = democracy -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = universal_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 123 +primary_culture = yankee +culture = dixie +religion = protestant +government = democracy +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = universal_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = UNB_conservative -upper_house = { - fascist = 0 - liberal = 18 - conservative = 78 - reactionary = 4 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = UNB_conservative +upper_house = { + fascist = 0 + liberal = 18 + conservative = 78 + reactionary = 4 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/UNM - New Mexico.txt b/HPM/history/countries/UNM - New Mexico.txt index 578d6b85..9ffeb09d 100644 --- a/HPM/history/countries/UNM - New Mexico.txt +++ b/HPM/history/countries/UNM - New Mexico.txt @@ -1,53 +1,54 @@ -capital = 100 -primary_culture = dixie -culture = texan -culture = mexican -religion = protestant -government = democracy -plurality = 0.1 -nationalvalue = nv_liberty -literacy = 0.50 -civilized = yes - - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 100 +primary_culture = dixie +culture = texan +culture = mexican +religion = protestant +government = democracy +plurality = 0.1 +nationalvalue = nv_liberty +literacy = 0.50 +civilized = yes + + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = UNM_liberal -last_election = 1836.1.1 -upper_house = { - fascist = 0 - liberal = 55 - conservative = 37 - reactionary = 8 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = UNM_liberal +last_election = 1836.1.1 +upper_house = { + fascist = 0 + liberal = 55 + conservative = 37 + reactionary = 8 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/UOR - Oregon.txt b/HPM/history/countries/UOR - Oregon.txt index 2ae6590e..7d85d8c9 100644 --- a/HPM/history/countries/UOR - Oregon.txt +++ b/HPM/history/countries/UOR - Oregon.txt @@ -1,52 +1,53 @@ -capital = 81 -primary_culture = yankee -culture = dixie -religion = protestant -government = democracy -plurality = 0.5 -nationalvalue = nv_liberty -literacy = 0.6 -civilized = yes -prestige = 1 - - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = all_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = ten_hours -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = low_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 81 +primary_culture = yankee +culture = dixie +religion = protestant +government = democracy +plurality = 0.5 +nationalvalue = nv_liberty +literacy = 0.6 +civilized = yes +prestige = 1 + + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = all_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = ten_hours +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = low_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = UOR_conservative -upper_house = { - fascist = 0 - liberal = 37 - conservative = 53 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = protestant_country + +ruling_party = UOR_conservative +upper_house = { + fascist = 0 + liberal = 37 + conservative = 53 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/URA - Ural Republic.txt b/HPM/history/countries/URA - Ural Republic.txt index 94708987..3490be12 100644 --- a/HPM/history/countries/URA - Ural Republic.txt +++ b/HPM/history/countries/URA - Ural Republic.txt @@ -27,7 +27,7 @@ work_hours = ten_hours safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -42,11 +42,11 @@ set_country_flag = orthodox_country ruling_party = URA_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } diff --git a/HPM/history/countries/URU - Uruguay.txt b/HPM/history/countries/URU - Uruguay.txt index 2131702d..bdb5f87c 100644 --- a/HPM/history/countries/URU - Uruguay.txt +++ b/HPM/history/countries/URU - Uruguay.txt @@ -1,146 +1,147 @@ -capital = 2344 -primary_culture = platinean -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_liberty -literacy = 0.15 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = freedom_of_womb -upper_house_composition = appointed -vote_franschise = wealth_weighted_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = four_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2344 +primary_culture = platinean +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_liberty +literacy = 0.15 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = freedom_of_womb +upper_house_composition = appointed +vote_franschise = wealth_weighted_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = four_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = URU_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 60 - reactionary = 40 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -decision = URU_1836_setup -set_country_flag = blanco_rule -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 4 -nonstate_consciousness = 0 - -oob = "URU_oob.txt" -1861.1.1 = { - oob = "/1861/URU_oob.txt" - plurality = 60 - literacy = 0.17 - non_state_culture_literacy = 0.1 -} -1861.1.1 = { - -government = democracy -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = gerrymandering - -ruling_party = URU_conservative_2 - -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = URU_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 60 + reactionary = 40 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +decision = URU_1836_setup +set_country_flag = blanco_rule +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 4 +nonstate_consciousness = 0 + +oob = "URU_oob.txt" +1861.1.1 = { + oob = "/1861/URU_oob.txt" + plurality = 60 + literacy = 0.17 + non_state_culture_literacy = 0.1 +} +1861.1.1 = { + +government = democracy +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = gerrymandering + +ruling_party = URU_conservative_2 + +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/USA - USA.txt b/HPM/history/countries/USA - USA.txt index b9d6d9b9..1927dad7 100644 --- a/HPM/history/countries/USA - USA.txt +++ b/HPM/history/countries/USA - USA.txt @@ -29,7 +29,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools # New Reforms @@ -46,13 +46,13 @@ set_country_flag = new_world_nation ruling_party = USA_conservative last_election = 1832.5.3 upper_house = { - fascist = 0 - liberal = 37 - conservative = 60 - reactionary = 3 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 37 + conservative = 60 + reactionary = 3 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } # Technologies @@ -105,7 +105,7 @@ decision = USA_1836_setup oob = "USA_oob.txt" foreign_investment = { - HAW = 5000 + HAW = 5000 } 1838.1.1 = { @@ -137,17 +137,17 @@ decision = corwin_amendment } 1861.1.1 = { - oob = "/1861/USA_oob.txt" - set_global_flag = american_civil_war_has_happened - set_country_flag = treaty_of_guadalupe_hidalgo - set_country_flag = oregon_treaty - clr_country_flag = the_slavery_debate - - ruling_party = USA_liberal - plurality = 60 - prestige = 40 - literacy = 0.75 - non_state_culture_literacy = 0.15 + oob = "/1861/USA_oob.txt" + set_global_flag = american_civil_war_has_happened + set_country_flag = treaty_of_guadalupe_hidalgo + set_country_flag = oregon_treaty + clr_country_flag = the_slavery_debate + + ruling_party = USA_liberal + plurality = 60 + prestige = 40 + literacy = 0.75 + non_state_culture_literacy = 0.15 # Political reforms slavery = yes_slavery @@ -165,77 +165,77 @@ work_hours = ten_hours safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = low_schools # Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - iron_steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - weapon_platforms = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - naval_professionalism = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - private_bank_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - drilling_and_blasting = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + iron_steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + weapon_platforms = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + naval_professionalism = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + private_bank_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + drilling_and_blasting = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 #Inventions } diff --git a/HPM/history/countries/UTI - Utility Tag.txt b/HPM/history/countries/UTI - Utility Tag.txt index 8ad30c23..4de665d9 100644 --- a/HPM/history/countries/UTI - Utility Tag.txt +++ b/HPM/history/countries/UTI - Utility Tag.txt @@ -26,7 +26,7 @@ work_hours = no_work_hour_limit safety_regulations = no_safety health_care = no_health_care unemployment_subsidies = no_subsidies -pensions = no_pensions +pensions = no_pensions school_reforms = no_schools #New Reforms @@ -41,13 +41,13 @@ citizens_rights = primary_culture_only ruling_party = ENG_reactionary upper_house = { - fascist = 0 - liberal = 33 - conservative = 33 - reactionary = 34 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 33 + conservative = 33 + reactionary = 34 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } # Technologies @@ -71,7 +71,7 @@ market_structure = 1 # Inventions #1861.1.1 = { -# oob = "/1861/HUD_oob.txt" +# oob = "/1861/HUD_oob.txt" #} 1861.1.1 = { # Technologies diff --git a/HPM/history/countries/UYG - Uyghurstan.txt b/HPM/history/countries/UYG - Uyghurstan.txt index ab656f0d..8a3207a8 100644 --- a/HPM/history/countries/UYG - Uyghurstan.txt +++ b/HPM/history/countries/UYG - Uyghurstan.txt @@ -1,54 +1,54 @@ -capital = 1594 -primary_culture = uighur -culture = tajik -culture = kazak -culture = kirgiz -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = UYG_conservative -upper_house = { - fascist = 0 - liberal = 5 - conservative = 68 - reactionary = 27 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +capital = 1594 +primary_culture = uighur +culture = tajik +culture = kazak +culture = kirgiz +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = UYG_conservative +upper_house = { + fascist = 0 + liberal = 5 + conservative = 68 + reactionary = 27 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 diff --git a/HPM/history/countries/UZB - Uzbekistan.txt b/HPM/history/countries/UZB - Uzbekistan.txt index 14e55c4b..9a206cce 100644 --- a/HPM/history/countries/UZB - Uzbekistan.txt +++ b/HPM/history/countries/UZB - Uzbekistan.txt @@ -1,46 +1,47 @@ -capital = 1195 -primary_culture = uzbek -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = UZB_conservative -upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country +capital = 1195 +primary_culture = uzbek +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = UZB_conservative +upper_house = { + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country diff --git a/HPM/history/countries/VEN - Venice.txt b/HPM/history/countries/VEN - Venice.txt index fb2cf02e..fd94b495 100644 --- a/HPM/history/countries/VEN - Venice.txt +++ b/HPM/history/countries/VEN - Venice.txt @@ -1,54 +1,55 @@ -capital = 729 -primary_culture = north_italian -religion = catholic -government = democracy -plurality = 0.1 -nationalvalue = nv_productivity -literacy = 0.4 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -#New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 729 +primary_culture = north_italian +religion = catholic +government = democracy +plurality = 0.1 +nationalvalue = nv_productivity +literacy = 0.4 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +#New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = VEN_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 60 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -1861.1.1 = { -# Technologies - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = VEN_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 60 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +1861.1.1 = { +# Technologies + +#Inventions +} diff --git a/HPM/history/countries/VNZ - Venezuela.txt b/HPM/history/countries/VNZ - Venezuela.txt index a7015369..2aba83ec 100644 --- a/HPM/history/countries/VNZ - Venezuela.txt +++ b/HPM/history/countries/VNZ - Venezuela.txt @@ -1,126 +1,127 @@ -capital = 2264 -primary_culture = north_andean -religion = catholic -government = democracy -plurality = 25.0 -nationalvalue = nv_equality -literacy = 0.05 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 3 - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = landed_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2264 +primary_culture = north_andean +religion = catholic +government = democracy +plurality = 25.0 +nationalvalue = nv_equality +literacy = 0.05 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 3 + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = landed_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = VNZ_conservative -last_election = 1835.8.20 -upper_house = { - fascist = 0 - liberal = 29 - conservative = 61 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "VNZ_oob.txt" - -1861.1.1 = { - oob = "/1861/VNZ_oob.txt" - plurality = 50 - literacy = 0.12 - non_state_culture_literacy = 0.05 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - - private_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - introspectionism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - experimental_railroad = 1 - basic_chemistry = 1 - medicine = 1 - -#Inventions -} +set_country_flag = catholic_country + +ruling_party = VNZ_conservative +last_election = 1835.8.20 +upper_house = { + fascist = 0 + liberal = 29 + conservative = 61 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "VNZ_oob.txt" + +1861.1.1 = { + oob = "/1861/VNZ_oob.txt" + plurality = 50 + literacy = 0.12 + non_state_culture_literacy = 0.05 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + + private_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + introspectionism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + experimental_railroad = 1 + basic_chemistry = 1 + medicine = 1 + +#Inventions +} diff --git a/HPM/history/countries/VTU - Vanuatu.txt b/HPM/history/countries/VTU - Vanuatu.txt index 9d506d28..a99c92d4 100644 --- a/HPM/history/countries/VTU - Vanuatu.txt +++ b/HPM/history/countries/VTU - Vanuatu.txt @@ -1,55 +1,55 @@ -capital = 2535 -primary_culture = melanesian -religion = protestant -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2535 +primary_culture = melanesian +religion = protestant +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = HAW_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Inventions -#bottling_process = yes - -govt_flag = { - government = bourgeois_dictatorship - flag = theocracy -} - +set_country_flag = protestant_country + +ruling_party = HAW_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Inventions +#bottling_process = yes + +govt_flag = { + government = bourgeois_dictatorship + flag = theocracy +} diff --git a/HPM/history/countries/WAD - Wadai.txt b/HPM/history/countries/WAD - Wadai.txt index 598bf27d..797bc026 100644 --- a/HPM/history/countries/WAD - Wadai.txt +++ b/HPM/history/countries/WAD - Wadai.txt @@ -1,63 +1,64 @@ -capital = 1821 -primary_culture = fur -culture = teda -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = WAD_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 70 - reactionary = 30 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "WAD_oob.txt" -1861.1.1 = { - oob = "/1861/WAD_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1821 +primary_culture = fur +culture = teda +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = WAD_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 70 + reactionary = 30 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "WAD_oob.txt" +1861.1.1 = { + oob = "/1861/WAD_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/WAL - Wallachia.txt b/HPM/history/countries/WAL - Wallachia.txt index 24739ba0..7a6ce3f5 100644 --- a/HPM/history/countries/WAL - Wallachia.txt +++ b/HPM/history/countries/WAL - Wallachia.txt @@ -1,101 +1,102 @@ -capital = 664 -primary_culture = romanian -religion = orthodox -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.04 -non_state_culture_literacy = 0.01 -civilized = yes -prestige = 4 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 664 +primary_culture = romanian +religion = orthodox +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.04 +non_state_culture_literacy = 0.01 +civilized = yes +prestige = 4 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = WAL_reactionary -upper_house = { - fascist = 0 - liberal = 20 - conservative = 21 - reactionary = 59 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -the_command_principle = 1 -private_banks = 1 -no_standard = 1 -guild_based_production = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -enlightenment_thought = 1 -piston_steam_engine = 1 -mechanical_production = 1 - -# Inventions - -#Starting Consciousness -consciousness = 2 -nonstate_consciousness = 0 - -oob = "WAL_oob.txt" - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - freedom_of_trade = 1 - guild_based_production = 1 - organized_factories = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - enlightenment_thought = 1 - piston_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - post_nelsonian_thought = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = WAL_reactionary +upper_house = { + fascist = 0 + liberal = 20 + conservative = 21 + reactionary = 59 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +the_command_principle = 1 +private_banks = 1 +no_standard = 1 +guild_based_production = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +enlightenment_thought = 1 +piston_steam_engine = 1 +mechanical_production = 1 + +# Inventions + +#Starting Consciousness +consciousness = 2 +nonstate_consciousness = 0 + +oob = "WAL_oob.txt" + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + freedom_of_trade = 1 + guild_based_production = 1 + organized_factories = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + enlightenment_thought = 1 + piston_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + post_nelsonian_thought = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/WEI - Saxe.txt b/HPM/history/countries/WEI - Saxe.txt index d46c7ab1..44d9208e 100644 --- a/HPM/history/countries/WEI - Saxe.txt +++ b/HPM/history/countries/WEI - Saxe.txt @@ -1,164 +1,165 @@ -capital = 561 -primary_culture = north_german -culture = south_german -religion = protestant -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 561 +primary_culture = north_german +culture = south_german +religion = protestant +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = WEI_reactionary -upper_house = { - fascist = 0 - liberal = 27 - conservative = 19 - reactionary = 54 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "WEI_oob.txt" -1861.1.1 = { - oob = "/1861/WEI_oob.txt" - plurality = 60 - literacy = 0.90 - non_state_culture_literacy = 0.45 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - point_defense_system = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - breech_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - iron_breech_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - army_decision_making = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - business_banks = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - organized_factories = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - empiricism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - nationalism_n_imperialism = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - compound_steam_engines = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - regenerative_furnaces = 1 - hot_blast = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = protestant_country + +ruling_party = WEI_reactionary +upper_house = { + fascist = 0 + liberal = 27 + conservative = 19 + reactionary = 54 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "WEI_oob.txt" +1861.1.1 = { + oob = "/1861/WEI_oob.txt" + plurality = 60 + literacy = 0.90 + non_state_culture_literacy = 0.45 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + point_defense_system = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + breech_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + iron_breech_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + army_decision_making = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + business_banks = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + organized_factories = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + empiricism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + nationalism_n_imperialism = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + compound_steam_engines = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + regenerative_furnaces = 1 + hot_blast = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/WES - Westfalen.txt b/HPM/history/countries/WES - Westfalen.txt index 7670d159..ecbf565c 100644 --- a/HPM/history/countries/WES - Westfalen.txt +++ b/HPM/history/countries/WES - Westfalen.txt @@ -1,49 +1,50 @@ -capital = 581 -primary_culture = north_german -culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 1 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 581 +primary_culture = north_german +culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 1 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = WES_conservative_2 -upper_house = { - fascist = 0 - liberal = 30 - conservative = 55 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} \ No newline at end of file +set_country_flag = catholic_country + +ruling_party = WES_conservative_2 +upper_house = { + fascist = 0 + liberal = 30 + conservative = 55 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/WHA - Wales.txt b/HPM/history/countries/WHA - Wales.txt index 5bc984c8..ce981674 100644 --- a/HPM/history/countries/WHA - Wales.txt +++ b/HPM/history/countries/WHA - Wales.txt @@ -1,48 +1,49 @@ -capital = 273 -primary_culture = british -religion = protestant -government = hms_government -plurality = 0.1 -nationalvalue = nv_order -literacy = 0.55 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = censored_press -trade_unions = non_socialist -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 273 +primary_culture = british +religion = protestant +government = hms_government +plurality = 0.1 +nationalvalue = nv_order +literacy = 0.55 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = censored_press +trade_unions = non_socialist +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = protestant_country - -ruling_party = WHA_liberal -upper_house = { - fascist = 1 - liberal = 59 - conservative = 29 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} +set_country_flag = protestant_country + +ruling_party = WHA_liberal +upper_house = { + fascist = 1 + liberal = 59 + conservative = 29 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/WIA - Wiang Chhan.txt b/HPM/history/countries/WIA - Wiang Chhan.txt index b7fc5bd9..e8bd8668 100644 --- a/HPM/history/countries/WIA - Wiang Chhan.txt +++ b/HPM/history/countries/WIA - Wiang Chhan.txt @@ -1,53 +1,54 @@ -capital = 1357 -primary_culture = lao -religion = theravada -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.02 - -ruling_party = WIA_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 78 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1357 +primary_culture = lao +religion = theravada +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.02 + +ruling_party = WIA_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 78 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = theravada_country - -# Inventions -#bottling_process = yes -modern_winemaking = yes -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes +set_country_flag = theravada_country + +# Inventions +#bottling_process = yes +modern_winemaking = yes +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes diff --git a/HPM/history/countries/WLL - Wallonia.txt b/HPM/history/countries/WLL - Wallonia.txt index 6a11e7a8..f07f3632 100644 --- a/HPM/history/countries/WLL - Wallonia.txt +++ b/HPM/history/countries/WLL - Wallonia.txt @@ -1,50 +1,50 @@ -capital = 392 -primary_culture = wallonian -culture = picard -religion = catholic -government = absolute_monarchy -plurality = 0.05 -nationalvalue = nv_equality -literacy = 0.28 -civilized = yes - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 392 +primary_culture = wallonian +culture = picard +religion = catholic +government = absolute_monarchy +plurality = 0.05 +nationalvalue = nv_equality +literacy = 0.28 +civilized = yes + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = WLL_conservative -upper_house = { - fascist = 0 - liberal = 28 - conservative = 59 - reactionary = 13 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = catholic_country + +ruling_party = WLL_conservative +upper_house = { + fascist = 0 + liberal = 28 + conservative = 59 + reactionary = 13 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/WOL - Wolof.txt b/HPM/history/countries/WOL - Wolof.txt index 5fd1d2d5..bd510373 100644 --- a/HPM/history/countries/WOL - Wolof.txt +++ b/HPM/history/countries/WOL - Wolof.txt @@ -1,63 +1,64 @@ -capital = 1786 -primary_culture = wolof -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = WOL_conservative -upper_house = { - fascist = 0 - liberal = 16 - conservative = 61 - reactionary = 23 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "WOL_oob.txt" -1861.1.1 = { - oob = "/1861/WOL_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1786 +primary_culture = wolof +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = WOL_conservative +upper_house = { + fascist = 0 + liberal = 16 + conservative = 61 + reactionary = 23 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "WOL_oob.txt" +1861.1.1 = { + oob = "/1861/WOL_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/WRI - Warri.txt b/HPM/history/countries/WRI - Warri.txt index 3164d881..519c6d9e 100644 --- a/HPM/history/countries/WRI - Warri.txt +++ b/HPM/history/countries/WRI - Warri.txt @@ -1,64 +1,65 @@ -capital = 1931 -primary_culture = itsekari -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1931 +primary_culture = itsekari +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = WRI_conservative -upper_house = { - fascist = 0 - liberal = 30 - conservative = 50 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "WAR_oob.txt" -1861.1.1 = { - oob = "/1861/WAR_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = WRI_conservative +upper_house = { + fascist = 0 + liberal = 30 + conservative = 50 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "WAR_oob.txt" +1861.1.1 = { + oob = "/1861/WAR_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/WRL - Warsangali.txt b/HPM/history/countries/WRL - Warsangali.txt index ee267d1a..2f17b2bf 100644 --- a/HPM/history/countries/WRL - Warsangali.txt +++ b/HPM/history/countries/WRL - Warsangali.txt @@ -1,63 +1,64 @@ -capital = 1873 -primary_culture = somali -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = MAJ_conservative -upper_house = { - fascist = 0 - liberal = 10 - conservative = 70 - reactionary = 20 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country - -# Technologies - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "WRL_oob.txt" -1861.1.1 = { - oob = "/1861/MAJ_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +capital = 1873 +primary_culture = somali +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = MAJ_conservative +upper_house = { + fascist = 0 + liberal = 10 + conservative = 70 + reactionary = 20 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country + +# Technologies + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "WRL_oob.txt" +1861.1.1 = { + oob = "/1861/MAJ_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/WUR - Wurttemberg.txt b/HPM/history/countries/WUR - Wurttemberg.txt index 41658f83..c5a050fe 100644 --- a/HPM/history/countries/WUR - Wurttemberg.txt +++ b/HPM/history/countries/WUR - Wurttemberg.txt @@ -1,153 +1,154 @@ -capital = 589 -primary_culture = south_german -religion = catholic -government = absolute_monarchy -plurality = 25.0 -nationalvalue = nv_order -literacy = 0.8 -civilized = yes -prestige = 5 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = two_year_draft -debt_law = debtors_prisons -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 589 +primary_culture = south_german +religion = catholic +government = absolute_monarchy +plurality = 25.0 +nationalvalue = nv_order +literacy = 0.8 +civilized = yes +prestige = 5 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = two_year_draft +debt_law = debtors_prisons +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = WUR_reactionary -upper_house = { - fascist = 0 - liberal = 27 - conservative = 16 - reactionary = 57 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 3 -nonstate_consciousness = 1 - -oob = "WUR_oob.txt" -1861.1.1 = { - oob = "/1861/WUR_oob.txt" - plurality = 60 -} -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - strategic_mobility = 1 - flintlock_rifles = 1 - muzzle_loaded_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - iron_muzzle_loaded_artillery = 1 - military_staff_system = 1 - military_plans = 1 - military_statistics = 1 - army_command_principle = 1 - army_professionalism = 1 - - post_nelsonian_thought = 1 - battleship_column_doctrine = 1 - clipper_design = 1 - steamers = 1 - naval_design_bureaus = 1 - fire_control_systems = 1 - alphabetic_flag_signaling = 1 - naval_plans = 1 - the_command_principle = 1 - - private_banks = 1 - stock_exchange = 1 - no_standard = 1 - ad_hoc_money_bill_printing = 1 - early_classical_theory_and_critique = 1 - late_classical_theory = 1 - freedom_of_trade = 1 - market_structure = 1 - guild_based_production = 1 - - classicism_n_early_romanticism = 1 - romanticism = 1 - realism = 1 - late_enlightenment_philosophy = 1 - idealism = 1 - malthusian_thought = 1 - positivism = 1 - enlightenment_thought = 1 - ideological_thought = 1 - state_n_government = 1 - introspectionism = 1 - associationism = 1 - phenomenalism = 1 - - piston_steam_engine = 1 - high_pressure_steam_engine = 1 - mechanical_production = 1 - interchangeable_parts = 1 - semi_automatization = 1 - hot_blast = 1 - regenerative_furnaces = 1 - experimental_railroad = 1 - early_railroad = 1 - iron_railroad = 1 - basic_chemistry = 1 - medicine = 1 - inorganic_chemistry = 1 - -#Inventions - -} +set_country_flag = catholic_country + +ruling_party = WUR_reactionary +upper_house = { + fascist = 0 + liberal = 27 + conservative = 16 + reactionary = 57 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 3 +nonstate_consciousness = 1 + +oob = "WUR_oob.txt" +1861.1.1 = { + oob = "/1861/WUR_oob.txt" + plurality = 60 +} +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + strategic_mobility = 1 + flintlock_rifles = 1 + muzzle_loaded_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + iron_muzzle_loaded_artillery = 1 + military_staff_system = 1 + military_plans = 1 + military_statistics = 1 + army_command_principle = 1 + army_professionalism = 1 + + post_nelsonian_thought = 1 + battleship_column_doctrine = 1 + clipper_design = 1 + steamers = 1 + naval_design_bureaus = 1 + fire_control_systems = 1 + alphabetic_flag_signaling = 1 + naval_plans = 1 + the_command_principle = 1 + + private_banks = 1 + stock_exchange = 1 + no_standard = 1 + ad_hoc_money_bill_printing = 1 + early_classical_theory_and_critique = 1 + late_classical_theory = 1 + freedom_of_trade = 1 + market_structure = 1 + guild_based_production = 1 + + classicism_n_early_romanticism = 1 + romanticism = 1 + realism = 1 + late_enlightenment_philosophy = 1 + idealism = 1 + malthusian_thought = 1 + positivism = 1 + enlightenment_thought = 1 + ideological_thought = 1 + state_n_government = 1 + introspectionism = 1 + associationism = 1 + phenomenalism = 1 + + piston_steam_engine = 1 + high_pressure_steam_engine = 1 + mechanical_production = 1 + interchangeable_parts = 1 + semi_automatization = 1 + hot_blast = 1 + regenerative_furnaces = 1 + experimental_railroad = 1 + early_railroad = 1 + iron_railroad = 1 + basic_chemistry = 1 + medicine = 1 + inorganic_chemistry = 1 + +#Inventions + +} diff --git a/HPM/history/countries/XBI - Xibei San Ma.txt b/HPM/history/countries/XBI - Xibei San Ma.txt index f111a37b..dcfdcdc2 100644 --- a/HPM/history/countries/XBI - Xibei San Ma.txt +++ b/HPM/history/countries/XBI - Xibei San Ma.txt @@ -1,71 +1,72 @@ -capital = 1557 -primary_culture = beifaren -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = closed_borders - -ruling_party = XBI_reactionary_2 -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -foreign_officers = yes_foreign_officers - -# Technologies -flintlock_rifles = 1 -military_staff_system = 1 - -# Inventions - -} +capital = 1557 +primary_culture = beifaren +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = closed_borders + +ruling_party = XBI_reactionary_2 +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +foreign_officers = yes_foreign_officers + +# Technologies +flintlock_rifles = 1 +military_staff_system = 1 + +# Inventions + +} diff --git a/HPM/history/countries/XHO - Xhosa.txt b/HPM/history/countries/XHO - Xhosa.txt index 46b12ec2..fd36fe25 100644 --- a/HPM/history/countries/XHO - Xhosa.txt +++ b/HPM/history/countries/XHO - Xhosa.txt @@ -1,66 +1,67 @@ -capital = 2100 -primary_culture = xhosa -culture = nguni -culture = khoisan -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = party_appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2100 +primary_culture = xhosa +culture = nguni +culture = khoisan +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = party_appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = XHO_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 70 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -#Technologies - -#Inventions - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "XHO_oob.txt" -1861.1.1 = { - oob = "/1861/XHO_oob.txt" - foreign_weapons = yes_foreign_weapons - flintlock_rifles = 1 -} +set_country_flag = animist_country + +ruling_party = XHO_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 70 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +#Technologies + +#Inventions + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "XHO_oob.txt" +1861.1.1 = { + oob = "/1861/XHO_oob.txt" + foreign_weapons = yes_foreign_weapons + flintlock_rifles = 1 +} diff --git a/HPM/history/countries/XIN - Xinjiang.txt b/HPM/history/countries/XIN - Xinjiang.txt index 2a02cdfa..f659786a 100644 --- a/HPM/history/countries/XIN - Xinjiang.txt +++ b/HPM/history/countries/XIN - Xinjiang.txt @@ -1,72 +1,73 @@ -capital = 1600 -primary_culture = beifaren -culture = uighur -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1600 +primary_culture = beifaren +culture = uighur +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = XIN_reactionary_2 -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = XIN_reactionary_2 +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -} +#big_sail_support = yes + +} diff --git a/HPM/history/countries/YAK - Yakutia-Sakha.txt b/HPM/history/countries/YAK - Yakutia-Sakha.txt index 56e09630..a5aa03db 100644 --- a/HPM/history/countries/YAK - Yakutia-Sakha.txt +++ b/HPM/history/countries/YAK - Yakutia-Sakha.txt @@ -38,13 +38,13 @@ set_country_flag = animist_country ruling_party = YAK_conservative upper_house = { - fascist = 0 - liberal = 13 - conservative = 77 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 + fascist = 0 + liberal = 13 + conservative = 77 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 } set_country_flag = lacking_writing_system diff --git a/HPM/history/countries/YEM - Yemen.txt b/HPM/history/countries/YEM - Yemen.txt index 129696f2..84511cfb 100644 --- a/HPM/history/countries/YEM - Yemen.txt +++ b/HPM/history/countries/YEM - Yemen.txt @@ -1,70 +1,70 @@ -capital = 1178 -primary_culture = bedouin -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.03 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders - -ruling_party = YEM_conservative -upper_house = { - fascist = 0 - liberal = 15 - conservative = 80 - reactionary = 5 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = sunni_country -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes -ammunition_production = yes -#big_sail_ships = yes -#sail_ships_transport = yes -#big_sail_support = yes - -# Inventions - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "YEM_oob.txt" -1861.1.1 = { - oob = "/1861/YEM_oob.txt" -} - +capital = 1178 +primary_culture = bedouin +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.03 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders + +ruling_party = YEM_conservative +upper_house = { + fascist = 0 + liberal = 15 + conservative = 80 + reactionary = 5 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = sunni_country +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes +ammunition_production = yes +#big_sail_ships = yes +#sail_ships_transport = yes +#big_sail_support = yes + +# Inventions + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "YEM_oob.txt" +1861.1.1 = { + oob = "/1861/YEM_oob.txt" +} diff --git a/HPM/history/countries/YNN - Yunnan.txt b/HPM/history/countries/YNN - Yunnan.txt index c5faa335..428cb810 100644 --- a/HPM/history/countries/YNN - Yunnan.txt +++ b/HPM/history/countries/YNN - Yunnan.txt @@ -1,76 +1,76 @@ -capital = 1602 -primary_culture = nanfaren -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = serfdom -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1602 +primary_culture = nanfaren +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = serfdom +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = YNN_reactionary_2 -upper_house = { - fascist = 0 - liberal = 10 - conservative = 0 - reactionary = 100 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - - -foreign_weapons = yes_foreign_weapons -flintlock_rifles = 1 - - -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons - -# Technologies -flintlock_rifles = 1 - +set_country_flag = mahayana_country + +ruling_party = YNN_reactionary_2 +upper_house = { + fascist = 0 + liberal = 10 + conservative = 0 + reactionary = 100 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} + + +foreign_weapons = yes_foreign_weapons +flintlock_rifles = 1 + + +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons + +# Technologies +flintlock_rifles = 1 + # Inventions #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -} - +#big_sail_support = yes + +} diff --git a/HPM/history/countries/YUC - Yucatan.txt b/HPM/history/countries/YUC - Yucatan.txt index 0460d918..cf73fa27 100644 --- a/HPM/history/countries/YUC - Yucatan.txt +++ b/HPM/history/countries/YUC - Yucatan.txt @@ -1,50 +1,51 @@ -capital = 2183 -primary_culture = mayan -culture = mexican -religion = catholic -government = democracy -plurality = 0.0 -nationalvalue = nv_liberty -literacy = 0.1 -civilized = yes - -# Political reforms -slavery = yes_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 2183 +primary_culture = mayan +culture = mexican +religion = catholic +government = democracy +plurality = 0.0 +nationalvalue = nv_liberty +literacy = 0.1 +civilized = yes + +# Political reforms +slavery = yes_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = catholic_country - -ruling_party = YUC_liberal -upper_house = { - fascist = 0 - liberal = 54 - conservative = 31 - reactionary = 15 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = new_world_nation +set_country_flag = catholic_country + +ruling_party = YUC_liberal +upper_house = { + fascist = 0 + liberal = 54 + conservative = 31 + reactionary = 15 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = new_world_nation diff --git a/HPM/history/countries/YUG - Yugoslavia.txt b/HPM/history/countries/YUG - Yugoslavia.txt index c484ff89..ce8bbc04 100644 --- a/HPM/history/countries/YUG - Yugoslavia.txt +++ b/HPM/history/countries/YUG - Yugoslavia.txt @@ -1,113 +1,114 @@ -capital = 794 -primary_culture = serb -culture = croat -culture = slovene -religion = orthodox -government = hms_government -plurality = 25.0 -nationalvalue = nv_autocracy -literacy = 0.28 -civilized = yes -prestige = 10 - -# Political reforms -slavery = no_slavery -upper_house_composition = state_equal_weight -vote_franschise = wealth_voting -public_meetings = yes_meeting -press_rights = free_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = non_secret_ballots - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = one_year_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = culture_voting_only +capital = 794 +primary_culture = serb +culture = croat +culture = slovene +religion = orthodox +government = hms_government +plurality = 25.0 +nationalvalue = nv_autocracy +literacy = 0.28 +civilized = yes +prestige = 10 + +# Political reforms +slavery = no_slavery +upper_house_composition = state_equal_weight +vote_franschise = wealth_voting +public_meetings = yes_meeting +press_rights = free_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = non_secret_ballots + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = one_year_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = culture_voting_only border_policy = open_borders -set_country_flag = orthodox_country - -ruling_party = YUG_conservative -last_election = 1834.1.1 -upper_house = { - fascist = 0 - liberal = 35 - conservative = 55 - reactionary = 10 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -# Technologies -post_napoleonic_thought = 1 -flintlock_rifles = 1 -bronze_muzzle_loaded_artillery = 1 -military_staff_system = 1 -army_command_principle = 1 -post_nelsonian_thought = 1 -clipper_design = 1 -naval_design_bureaus = 1 -alphabetic_flag_signaling = 1 -the_command_principle = 1 -classicism_n_early_romanticism = 1 -late_enlightenment_philosophy = 1 -malthusian_thought = 1 -enlightenment_thought = 1 -introspectionism = 1 -private_banks = 1 -no_standard = 1 -early_classical_theory_and_critique = 1 -freedom_of_trade = 1 -guild_based_production = 1 -piston_steam_engine = 1 -mechanical_production = 1 -hot_blast = 1 -basic_chemistry = 1 - -#Inventions - -# Starting Consciousness -consciousness = 4 -nonstate_consciousness = 2 - -1861.1.1 = { -# Technologies - post_napoleonic_thought = 1 - flintlock_rifles = 1 - bronze_muzzle_loaded_artillery = 1 - military_staff_system = 1 - army_command_principle = 1 - private_banks = 1 - no_standard = 1 - early_classical_theory_and_critique = 1 - freedom_of_trade = 1 - guild_based_production = 1 - classicism_n_early_romanticism = 1 - late_enlightenment_philosophy = 1 - malthusian_thought = 1 - enlightenment_thought = 1 - introspectionism = 1 - piston_steam_engine = 1 - mechanical_production = 1 - hot_blast = 1 - basic_chemistry = 1 - post_nelsonian_thought = 1 - clipper_design = 1 - naval_design_bureaus = 1 - alphabetic_flag_signaling = 1 - the_command_principle = 1 - -#Inventions -} +set_country_flag = orthodox_country + +ruling_party = YUG_conservative +last_election = 1834.1.1 +upper_house = { + fascist = 0 + liberal = 35 + conservative = 55 + reactionary = 10 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +# Technologies +post_napoleonic_thought = 1 +flintlock_rifles = 1 +bronze_muzzle_loaded_artillery = 1 +military_staff_system = 1 +army_command_principle = 1 +post_nelsonian_thought = 1 +clipper_design = 1 +naval_design_bureaus = 1 +alphabetic_flag_signaling = 1 +the_command_principle = 1 +classicism_n_early_romanticism = 1 +late_enlightenment_philosophy = 1 +malthusian_thought = 1 +enlightenment_thought = 1 +introspectionism = 1 +private_banks = 1 +no_standard = 1 +early_classical_theory_and_critique = 1 +freedom_of_trade = 1 +guild_based_production = 1 +piston_steam_engine = 1 +mechanical_production = 1 +hot_blast = 1 +basic_chemistry = 1 + +#Inventions + +# Starting Consciousness +consciousness = 4 +nonstate_consciousness = 2 + +1861.1.1 = { +# Technologies + post_napoleonic_thought = 1 + flintlock_rifles = 1 + bronze_muzzle_loaded_artillery = 1 + military_staff_system = 1 + army_command_principle = 1 + private_banks = 1 + no_standard = 1 + early_classical_theory_and_critique = 1 + freedom_of_trade = 1 + guild_based_production = 1 + classicism_n_early_romanticism = 1 + late_enlightenment_philosophy = 1 + malthusian_thought = 1 + enlightenment_thought = 1 + introspectionism = 1 + piston_steam_engine = 1 + mechanical_production = 1 + hot_blast = 1 + basic_chemistry = 1 + post_nelsonian_thought = 1 + clipper_design = 1 + naval_design_bureaus = 1 + alphabetic_flag_signaling = 1 + the_command_principle = 1 + +#Inventions +} diff --git a/HPM/history/countries/YZW - Yonezawa.txt b/HPM/history/countries/YZW - Yonezawa.txt index 4e56e631..32b75280 100644 --- a/HPM/history/countries/YZW - Yonezawa.txt +++ b/HPM/history/countries/YZW - Yonezawa.txt @@ -1,93 +1,94 @@ -capital = 1673 -primary_culture = japanese -religion = mahayana -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.30 -prestige = 2 - - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 1673 +primary_culture = japanese +religion = mahayana +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.30 +prestige = 2 + + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = closed_borders -set_country_flag = mahayana_country - -ruling_party = NIP_reactionary -upper_house = { - fascist = 0 - liberal = 17 - conservative = 35 - reactionary = 48 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = fudai_daimyo - - -land_reform = yes_land_reform -education_reform = yes_education_reform -finance_reform = yes_finance_reform - -# Technologies -flintlock_rifles = 1 - -# Inventions -small_arms_production = yes +set_country_flag = mahayana_country + +ruling_party = NIP_reactionary +upper_house = { + fascist = 0 + liberal = 17 + conservative = 35 + reactionary = 48 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = fudai_daimyo + + +land_reform = yes_land_reform +education_reform = yes_education_reform +finance_reform = yes_finance_reform + +# Technologies +flintlock_rifles = 1 + +# Inventions +small_arms_production = yes ammunition_production = yes #bottling_process = yes modern_winemaking = yes #big_sail_ships = yes #sail_ships_transport = yes -#big_sail_support = yes - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "YZW_oob.txt" -1861.1.1 = { - oob = "/1861/YZW_oob.txt" -} -1861.1.1 = { - -foreign_weapons = yes_foreign_weapons -army_schools = yes_army_schools -foreign_navies = yes_foreign_navies -naval_schools = yes_naval_schools -land_reform = yes_land_reform -finance_reform = finance_reform_two - -# Technologies -flintlock_rifles = 1 -post_nelsonian_thought = 1 - +#big_sail_support = yes + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "YZW_oob.txt" +1861.1.1 = { + oob = "/1861/YZW_oob.txt" +} +1861.1.1 = { + +foreign_weapons = yes_foreign_weapons +army_schools = yes_army_schools +foreign_navies = yes_foreign_navies +naval_schools = yes_naval_schools +land_reform = yes_land_reform +finance_reform = finance_reform_two + +# Technologies +flintlock_rifles = 1 +post_nelsonian_thought = 1 + # Inventions #bottling_process = yes - -} + +} diff --git a/HPM/history/countries/ZAM - Zambia.txt b/HPM/history/countries/ZAM - Zambia.txt index 8b3ec964..cf8c43f7 100644 --- a/HPM/history/countries/ZAM - Zambia.txt +++ b/HPM/history/countries/ZAM - Zambia.txt @@ -1,54 +1,54 @@ -capital = 2012 -primary_culture = lunda -culture = south_forest_bantu -culture = nyasa -culture = kavango -culture = nguni -culture = sena -religion = protestant -government = democracy -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2012 +primary_culture = lunda +culture = south_forest_bantu +culture = nyasa +culture = kavango +culture = nguni +culture = sena +religion = protestant +government = democracy +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = protestant_country - -set_country_flag = post_colonial_country - -ruling_party = ZAM_communist -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - +set_country_flag = protestant_country + +set_country_flag = post_colonial_country + +ruling_party = ZAM_communist +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} diff --git a/HPM/history/countries/ZAN - Zanzibar.txt b/HPM/history/countries/ZAN - Zanzibar.txt index 4f1cd3ce..921984bd 100644 --- a/HPM/history/countries/ZAN - Zanzibar.txt +++ b/HPM/history/countries/ZAN - Zanzibar.txt @@ -1,58 +1,59 @@ -capital = 2048 -primary_culture = swahili -culture = kilombero -culture = yao -culture = sukuma -culture = kikuyu -culture = cushitic -religion = sunni -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 - -ruling_party = ZAN_conservative -upper_house = { - fascist = 0 - liberal = 12 - conservative = 76 - reactionary = 12 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = delay_unciv_annexation -set_country_flag = sunni_country - -#Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -1861.1.1 = { - oob = "/1861/ZAN_oob.txt" -} - -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only -border_policy = open_borders +capital = 2048 +primary_culture = swahili +culture = kilombero +culture = yao +culture = sukuma +culture = kikuyu +culture = cushitic +religion = sunni +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 + +ruling_party = ZAN_conservative +upper_house = { + fascist = 0 + liberal = 12 + conservative = 76 + reactionary = 12 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = delay_unciv_annexation +set_country_flag = sunni_country + +#Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +1861.1.1 = { + oob = "/1861/ZAN_oob.txt" +} + +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only +border_policy = open_borders diff --git a/HPM/history/countries/ZBW - Zimbabwe.txt b/HPM/history/countries/ZBW - Zimbabwe.txt index 5f0cc34c..8a35ce1b 100644 --- a/HPM/history/countries/ZBW - Zimbabwe.txt +++ b/HPM/history/countries/ZBW - Zimbabwe.txt @@ -1,55 +1,55 @@ -capital = 2068 -primary_culture = shona -culture = nguni -religion = animist -government = presidential_dictatorship -plurality = 0.0 -nationalvalue = nv_order -literacy = 0.01 - -# Political reforms -slavery = no_slavery -upper_house_composition = appointed -vote_franschise = landed_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = first_past_the_post -political_parties = harassment - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2068 +primary_culture = shona +culture = nguni +religion = animist +government = presidential_dictatorship +plurality = 0.0 +nationalvalue = nv_order +literacy = 0.01 + +# Political reforms +slavery = no_slavery +upper_house_composition = appointed +vote_franschise = landed_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = first_past_the_post +political_parties = harassment + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -set_country_flag = post_colonial_country - -ruling_party = ZBW_reactionary -upper_house = { - fascist = 0 - liberal = 16 - conservative = 63 - reactionary = 21 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -govt_flag = { - government = presidential_dictatorship - flag = theocracy -} - +set_country_flag = animist_country + +set_country_flag = post_colonial_country + +ruling_party = ZBW_reactionary +upper_house = { + fascist = 0 + liberal = 16 + conservative = 63 + reactionary = 21 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +govt_flag = { + government = presidential_dictatorship + flag = theocracy +} diff --git a/HPM/history/countries/ZUL - Zulu.txt b/HPM/history/countries/ZUL - Zulu.txt index 902997f8..5c674597 100644 --- a/HPM/history/countries/ZUL - Zulu.txt +++ b/HPM/history/countries/ZUL - Zulu.txt @@ -1,61 +1,62 @@ -capital = 2113 -primary_culture = zulu -culture = nguni -culture = sotho -religion = animist -government = absolute_monarchy -plurality = 0.0 -nationalvalue = nv_tradition -literacy = 0.01 -non_state_culture_literacy = 0.01 - -# Political reforms -slavery = yes_slavery -upper_house_composition = appointed -vote_franschise = none_voting -public_meetings = no_meeting -press_rights = state_press -trade_unions = no_trade_unions -voting_system = jefferson_method -political_parties = underground_parties - -# Social Reforms -wage_reform = no_minimum_wage -work_hours = no_work_hour_limit -safety_regulations = no_safety -health_care = no_health_care -unemployment_subsidies = no_subsidies -pensions = no_pensions -school_reforms = no_schools - -# New Reforms -conscription = no_draft -debt_law = peonage -penal_system = capital_punishment -child_labor = child_labor_legal citizens_rights = primary_culture_only +capital = 2113 +primary_culture = zulu +culture = nguni +culture = sotho +religion = animist +government = absolute_monarchy +plurality = 0.0 +nationalvalue = nv_tradition +literacy = 0.01 +non_state_culture_literacy = 0.01 + +# Political reforms +slavery = yes_slavery +upper_house_composition = appointed +vote_franschise = none_voting +public_meetings = no_meeting +press_rights = state_press +trade_unions = no_trade_unions +voting_system = jefferson_method +political_parties = underground_parties + +# Social Reforms +wage_reform = no_minimum_wage +work_hours = no_work_hour_limit +safety_regulations = no_safety +health_care = no_health_care +unemployment_subsidies = no_subsidies +pensions = no_pensions +school_reforms = no_schools + +# New Reforms +conscription = no_draft +debt_law = peonage +penal_system = capital_punishment +child_labor = child_labor_legal +citizens_rights = primary_culture_only border_policy = open_borders -set_country_flag = animist_country - -ruling_party = ZUL_conservative -upper_house = { - fascist = 0 - liberal = 0 - conservative = 100 - reactionary = 0 - anarcho_liberal = 0 - socialist = 0 - communist = 0 -} - -set_country_flag = lacking_writing_system - -# Starting Consciousness -consciousness = 0 -nonstate_consciousness = 0 - -oob = "ZUL_oob.txt" -1861.1.1 = { - oob = "/1861/ZUL_oob.txt" - set_country_flag = attack_the_laagers -} +set_country_flag = animist_country + +ruling_party = ZUL_conservative +upper_house = { + fascist = 0 + liberal = 0 + conservative = 100 + reactionary = 0 + anarcho_liberal = 0 + socialist = 0 + communist = 0 +} + +set_country_flag = lacking_writing_system + +# Starting Consciousness +consciousness = 0 +nonstate_consciousness = 0 + +oob = "ZUL_oob.txt" +1861.1.1 = { + oob = "/1861/ZUL_oob.txt" + set_country_flag = attack_the_laagers +} diff --git a/HPM/history/diplomacy/Alliances.txt b/HPM/history/diplomacy/Alliances.txt index acb7dc6e..d7ac0e13 100644 --- a/HPM/history/diplomacy/Alliances.txt +++ b/HPM/history/diplomacy/Alliances.txt @@ -1,274 +1,273 @@ #South German Alliances alliance = { - first = BAV - second = BAD - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = BAV + second = BAD + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = BAV - second = WUR - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = BAV + second = WUR + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = BAD - second = WUR - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = BAD + second = WUR + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = AUS - second = SAX - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = AUS + second = SAX + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = AUS - second = BAD - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = AUS + second = BAD + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = AUS - second = BAV - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = AUS + second = BAV + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } alliance = { - first = AUS - second = WUR - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = AUS + second = WUR + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } #Anglo-Portuguese Alliance alliance = { - first = ENG - second = POR - start_date = 1836.1.1 #1386.9.5 - end_date = 1936.1.1 + first = ENG + second = POR + start_date = 1836.1.1 #1386.9.5 + end_date = 1936.1.1 } #Treaty of Hunkar Iskelesi - Russian-Ottoman Alliance alliance = { - first = TUR - second = RUS - start_date = 1833.8.8 - end_date = 1840.1.1 + first = TUR + second = RUS + start_date = 1833.8.8 + end_date = 1840.1.1 } #Circassia and Caucasian Imamate alliance = { - first = SWI - second = NEH - start_date = 1815.1.1 - end_date = 1857.1.1 + first = SWI + second = NEH + start_date = 1815.1.1 + end_date = 1857.1.1 } #Circassia and Caucasian Imamate alliance = { - first = CIR - second = DAG - start_date = 1835.1.1 - end_date = 1838.1.1 + first = CIR + second = DAG + start_date = 1835.1.1 + end_date = 1838.1.1 } - + #Moroccan-Algerian alliance = { - first = MOR - second = ALD - start_date = 1835.1.1 - end_date = 1838.1.1 - } + first = MOR + second = ALD + start_date = 1835.1.1 + end_date = 1838.1.1 + } #########UK and Puppets alliance = { - first = ENG - second = ABU - start_date = 1835.1.1 - end_date = 1936.1.1 - } + first = ENG + second = ABU + start_date = 1835.1.1 + end_date = 1936.1.1 + } alliance = { - first = ENG - second = BHP - start_date = 1835.1.1 - end_date = 1936.1.1 - } + first = ENG + second = BHP + start_date = 1835.1.1 + end_date = 1936.1.1 + } #########Prussia and their allies alliance = { - first = PRU - second = SGM - start_date = 1835.1.1 - end_date = 1870.1.1 + first = PRU + second = SGM + start_date = 1835.1.1 + end_date = 1870.1.1 } alliance = { - first = PRU - second = MEC - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = HAM - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = LUB - start_date = 1835.1.1 - end_date = 1867.1.1 - } - -alliance = { - first = PRU - second = ANH - start_date = 1835.1.1 - end_date = 1867.1.1 - } + first = PRU + second = MEC + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = HAM + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = LUB + start_date = 1835.1.1 + end_date = 1867.1.1 + } + +alliance = { + first = PRU + second = ANH + start_date = 1835.1.1 + end_date = 1867.1.1 + } alliance = { - first = PRU - second = BRE - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = BRA - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = COB - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = FRM - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = HEK - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = HES - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = LIP - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = MEI - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = NAS - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = OLD - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = PRU - second = WEI - start_date = 1835.1.1 - end_date = 1867.1.1 - } + first = PRU + second = BRE + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = BRA + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = COB + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = FRM + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = HEK + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = HES + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = LIP + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = MEI + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = NAS + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = OLD + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = PRU + second = WEI + start_date = 1835.1.1 + end_date = 1867.1.1 + } #Austria/Sphereling alliance = { - first = AUS - second = MOD - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = AUS - second = PAR - start_date = 1835.1.1 - end_date = 1867.1.1 - } -alliance = { - first = AUS - second = TUS - start_date = 1835.1.1 - end_date = 1867.1.1 - } + first = AUS + second = MOD + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = AUS + second = PAR + start_date = 1835.1.1 + end_date = 1867.1.1 + } +alliance = { + first = AUS + second = TUS + start_date = 1835.1.1 + end_date = 1867.1.1 + } #Russia/Montenegro alliance = { - first = RUS - second = MON - start_date = 1835.1.1 - end_date = 1911.1.1 + first = RUS + second = MON + start_date = 1835.1.1 + end_date = 1911.1.1 } #Russia/Transcaucasia alliance = { - first = RUS - second = TCA - start_date = 1835.1.1 - end_date = 1881.1.1 + first = RUS + second = TCA + start_date = 1835.1.1 + end_date = 1881.1.1 } #France/Papal States alliance = { - first = FRA - second = PAP - start_date = 1835.1.1 - end_date = 1861.1.1 + first = FRA + second = PAP + start_date = 1835.1.1 + end_date = 1861.1.1 } #China/Lanfang # alliance = { - # first = QNG - # second = LAN - # start_date = 1835.1.1 - # end_date = 1911.1.1 + # first = QNG + # second = LAN + # start_date = 1835.1.1 + # end_date = 1911.1.1 # } alliance = { - first = QNG - second = KML - start_date = 1835.1.1 - end_date = 1936.1.1 - } - -alliance = { - first = QNG - second = TNT - start_date = 1835.1.1 - end_date = 1936.1.1 - } + first = QNG + second = KML + start_date = 1835.1.1 + end_date = 1936.1.1 + } + +alliance = { + first = QNG + second = TNT + start_date = 1835.1.1 + end_date = 1936.1.1 + } #Siam/Champassak alliance = { - first = SIA - second = CHK - start_date = 1835.1.1 - end_date = 1911.1.1 + first = SIA + second = CHK + start_date = 1835.1.1 + end_date = 1911.1.1 } - diff --git a/HPM/history/diplomacy/Japan.txt b/HPM/history/diplomacy/Japan.txt index 5128d3a7..0ecdfe8b 100644 --- a/HPM/history/diplomacy/Japan.txt +++ b/HPM/history/diplomacy/Japan.txt @@ -1,43 +1,43 @@ #Tokugawa substates substate = { - first = TKG - second = SEN - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = SEN + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = YZW - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = YZW + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = KAG - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = KAG + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = TOS - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = TOS + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = CHO - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = CHO + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = SAT - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = SAT + start_date = 1836.1.1 + end_date = 1937.1.1 } substate = { - first = TKG - second = JAP - start_date = 1836.1.1 - end_date = 1937.1.1 + first = TKG + second = JAP + start_date = 1836.1.1 + end_date = 1937.1.1 } diff --git a/HPM/history/diplomacy/Peru-Bolivia.txt b/HPM/history/diplomacy/Peru-Bolivia.txt index cd6cea54..07b1290d 100644 --- a/HPM/history/diplomacy/Peru-Bolivia.txt +++ b/HPM/history/diplomacy/Peru-Bolivia.txt @@ -1,13 +1,13 @@ # PBC vassal = { - first = PBC - second = PEU - start_date = 1836.1.1 - end_date = 1838.1.1 + first = PBC + second = PEU + start_date = 1836.1.1 + end_date = 1838.1.1 } vassal = { - first = PBC - second = SPU - start_date = 1836.1.1 - end_date = 1838.1.1 + first = PBC + second = SPU + start_date = 1836.1.1 + end_date = 1838.1.1 } diff --git a/HPM/history/diplomacy/PuppetStates.txt b/HPM/history/diplomacy/PuppetStates.txt index 12cdd51d..dccb8db5 100644 --- a/HPM/history/diplomacy/PuppetStates.txt +++ b/HPM/history/diplomacy/PuppetStates.txt @@ -1,240 +1,240 @@ #Prussia - Sigmaringen vassal = { - first = PRU - second = SGM - start_date = 1836.1.1 - end_date = 1870.1.1 + first = PRU + second = SGM + start_date = 1836.1.1 + end_date = 1870.1.1 } #Switzerland - Neuchatel vassal = { - first = SWI - second = NEH - start_date = 1836.1.1 - end_date = 1870.1.1 + first = SWI + second = NEH + start_date = 1836.1.1 + end_date = 1870.1.1 } #Bahrain - Qatar vassal = { - first = BHR - second = QAT - start_date = 1836.1.1 - end_date = 1868.1.1 + first = BHR + second = QAT + start_date = 1836.1.1 + end_date = 1868.1.1 } #Persia - Mukriyan vassal = { - first = PER - second = MKN - start_date = 1836.1.1 - end_date = 1844.1.1 + first = PER + second = MKN + start_date = 1836.1.1 + end_date = 1844.1.1 } #Persia - Ardalan vassal = { - first = PER - second = RDL - start_date = 1836.1.1 - end_date = 1844.1.1 + first = PER + second = RDL + start_date = 1836.1.1 + end_date = 1844.1.1 } #Ottoman - Baban vassal = { - first = TUR - second = BNB - start_date = 1836.1.1 - end_date = 1844.1.1 + first = TUR + second = BNB + start_date = 1836.1.1 + end_date = 1844.1.1 } #Ottoman - Bitlis vassal = { - first = TUR - second = BTL - start_date = 1836.1.1 - end_date = 1844.1.1 + first = TUR + second = BTL + start_date = 1836.1.1 + end_date = 1844.1.1 } #Ottoman - Bahdinan vassal = { - first = TUR - second = BDN - start_date = 1836.1.1 - end_date = 1844.1.1 + first = TUR + second = BDN + start_date = 1836.1.1 + end_date = 1844.1.1 } #Ottoman - Bhotan vassal = { - first = TUR - second = BHT - start_date = 1836.1.1 - end_date = 1844.1.1 + first = TUR + second = BHT + start_date = 1836.1.1 + end_date = 1844.1.1 } #Netherlands-Tidore Sultanate vassal = { - first = NET - second = MAL - start_date = 1836.1.1 - end_date = 1936.1.1 + first = NET + second = MAL + start_date = 1836.1.1 + end_date = 1936.1.1 } #Netherlands-Yogyakarta/Surakarta Sultanate vassal = { - first = NET - second = JAV - start_date = 1836.1.1 - end_date = 1936.1.1 + first = NET + second = JAV + start_date = 1836.1.1 + end_date = 1936.1.1 } #Netherlands-Siak Sultanate vassal = { - first = NET - second = SAK - start_date = 1836.1.1 - end_date = 1936.1.1 + first = NET + second = SAK + start_date = 1836.1.1 + end_date = 1936.1.1 } #Netherlands-Siak Sultanate vassal = { - first = NET - second = DJA - start_date = 1836.1.1 - end_date = 1936.1.1 + first = NET + second = DJA + start_date = 1836.1.1 + end_date = 1936.1.1 } #Russia-Finland vassal = { - first = RUS - second = FIN - start_date = 1836.1.1 - end_date = 1863.1.1 + first = RUS + second = FIN + start_date = 1836.1.1 + end_date = 1863.1.1 } ##Sokoto - Adamawa Emirate #vassal = { -# first = SOK -# second = ADW -# start_date = 1808.1.1 -# end_date = 1936.1.1 +# first = SOK +# second = ADW +# start_date = 1808.1.1 +# end_date = 1936.1.1 #} ##Wadai - Baguirmi #vassal = { -# first = WAD -# second = BRM -# start_date = 1808.1.1 -# end_date = 1936.1.1 +# first = WAD +# second = BRM +# start_date = 1808.1.1 +# end_date = 1936.1.1 #} ##Substates of the Argentine Confederation substate = { - first = ARC - second = ENT - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ARC + second = ENT + start_date = 1836.1.1 + end_date = 1936.1.1 } substate = { - first = ARC - second = CRT - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ARC + second = CRT + start_date = 1836.1.1 + end_date = 1936.1.1 } # Denmark-Schleswig-Holstein vassal = { - first = DEN - second = SWH - start_date = 1836.1.1 - end_date = 1864.10.30 + first = DEN + second = SWH + start_date = 1836.1.1 + end_date = 1864.10.30 } # United Kingdom-Hanover vassal = { - first = ENG - second = HAN - start_date = 1836.1.1 - end_date = 1837.1.1 + first = ENG + second = HAN + start_date = 1836.1.1 + end_date = 1837.1.1 } # United Kingdom-Ionian Islands vassal = { - first = ENG - second = ION - start_date = 1836.1.1 - end_date = 1864.1.1 + first = ENG + second = ION + start_date = 1836.1.1 + end_date = 1864.1.1 } # Sweden-Norway vassal = { - first = SWE - second = NOR - start_date = 1836.1.1 - end_date = 1905.1.1 + first = SWE + second = NOR + start_date = 1836.1.1 + end_date = 1905.1.1 } #Russia - Transcaucasia Namestnik substate = { - first = RUS - second = TCA - start_date = 1836.1.1 - end_date = 1881.1.1 + first = RUS + second = TCA + start_date = 1836.1.1 + end_date = 1881.1.1 } #Russia - Baltic Governorate substate = { - first = RUS - second = UBD - start_date = 1836.1.1 - end_date = 1881.1.1 + first = RUS + second = UBD + start_date = 1836.1.1 + end_date = 1881.1.1 } #Russia - Abkhazia vassal = { - first = RUS - second = ABK - start_date = 1836.1.1 - end_date = 1865.1.1 + first = RUS + second = ABK + start_date = 1836.1.1 + end_date = 1865.1.1 } #Ottoman Empire-Wallachia vassal = { - first = TUR - second = WAL - start_date = 1836.1.1 - end_date = 1859.1.24 # Reunification of Wallachia and Moldavia + first = TUR + second = WAL + start_date = 1836.1.1 + end_date = 1859.1.24 # Reunification of Wallachia and Moldavia } # Ottoman Empire-Moldavia vassal = { - first = TUR - second = MOL - start_date = 1836.1.1 - end_date = 1859.1.24 # Reunification of Wallachia and Moldavia + first = TUR + second = MOL + start_date = 1836.1.1 + end_date = 1859.1.24 # Reunification of Wallachia and Moldavia } # Ottoman Empire-Tunisia vassal = { - first = TUR - second = TUN - start_date = 1836.1.1 - end_date = 1881.1.24 # French annexation due to bankruptcy + first = TUR + second = TUN + start_date = 1836.1.1 + end_date = 1881.1.24 # French annexation due to bankruptcy } # Ottoman Empire-Egypt vassal = { - first = TUR - second = EGY - start_date = 1836.1.1 - end_date = 1840.7.1 # the Oriental Crisis + first = TUR + second = EGY + start_date = 1836.1.1 + end_date = 1840.7.1 # the Oriental Crisis } # Egypt-Hedjaz vassal = { - first = EGY - second = HDJ - start_date = 1836.1.1 - end_date = 1840.7.1 + first = EGY + second = HDJ + start_date = 1836.1.1 + end_date = 1840.7.1 } ####################### @@ -243,298 +243,298 @@ vassal = { # United Kingdom-Mughal vassal = { - first = ENG - second = MUG - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = MUG + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Bahawalpur vassal = { - first = ENG - second = BHP - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BHP + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Awadh vassal = { - first = ENG - second = AWA - start_date = 1801.1.1 - end_date = 1936.1.1 + first = ENG + second = AWA + start_date = 1801.1.1 + end_date = 1936.1.1 } # United Kingdom-Bastar vassal = { - first = ENG - second = BAS - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BAS + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Beroda vassal = { - first = ENG - second = BER - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BER + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Bikaner vassal = { - first = ENG - second = BIK - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BIK + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Bhopal vassal = { - first = ENG - second = BHO - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BHO + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Bundelkhand vassal = { - first = ENG - second = BUN - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = BUN + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Gwalior vassal = { - first = ENG - second = GWA - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = GWA + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Hyderabad vassal = { - first = ENG - second = HYD - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = HYD + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Indore vassal = { - first = ENG - second = IND - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = IND + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Jaipur vassal = { - first = ENG - second = JAI - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = JAI + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Jaisalmer vassal = { - first = ENG - second = JAS - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = JAS + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Jodhpur vassal = { - first = ENG - second = JOD - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = JOD + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Kutch vassal = { - first = ENG - second = KUT - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = KUT + start_date = 1836.1.1 + end_date = 1936.1.1 } #vassal = { -# first = PAN -# second = KAS -# start_date = 1780.1.1 -# end_date = 1936.1.1 +# first = PAN +# second = KAS +# start_date = 1780.1.1 +# end_date = 1936.1.1 #} # United Kingdom-Mewar vassal = { - first = ENG - second = MEW - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = MEW + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Mysore vassal = { - first = ENG - second = MYS - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = MYS + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Nagpur vassal = { - first = ENG - second = NAG - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = NAG + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Orissa vassal = { - first = ENG - second = ORI - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = ORI + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Travancore vassal = { - first = ENG - second = TRA - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = TRA + start_date = 1836.1.1 + end_date = 1936.1.1 } # United Kingdom-Maharashtra vassal = { - first = ENG - second = MAH - start_date = 1836.1.1 - end_date = 1936.1.1 + first = ENG + second = MAH + start_date = 1836.1.1 + end_date = 1936.1.1 } # Dai Nam-Cambodia vassal = { - first = DAI - second = CAM - start_date = 1836.1.1 - end_date = 1863.1.1 + first = DAI + second = CAM + start_date = 1836.1.1 + end_date = 1863.1.1 } ##########################China #China - Qinghai substate = { - first = QNG - second = XBI - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = XBI + start_date = 1836.1.1 + end_date = 1936.1.1 } #China - Xinjiang substate = { - first = QNG - second = XIN - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = XIN + start_date = 1836.1.1 + end_date = 1936.1.1 } #China - Kashgaria vassal = { - first = QNG - second = KML - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = KML + start_date = 1836.1.1 + end_date = 1936.1.1 } #China - Tannu Tuva vassal = { - first = QNG - second = TNT - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = TNT + start_date = 1836.1.1 + end_date = 1936.1.1 } #China - Yunnan substate = { - first = QNG - second = YNN - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = YNN + start_date = 1836.1.1 + end_date = 1936.1.1 } #China - Manchuria substate = { - first = QNG - second = MCK - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = MCK + start_date = 1836.1.1 + end_date = 1936.1.1 } #China/Mongolia vassal = { - first = QNG - second = MGL - start_date = 1836.1.1 - end_date = 1936.1.1 + first = QNG + second = MGL + start_date = 1836.1.1 + end_date = 1936.1.1 } # China/Tibet. vassal = { - first = QNG - second = TIB - start_date = 1836.1.1 - end_date = 1912.1.1 + first = QNG + second = TIB + start_date = 1836.1.1 + end_date = 1912.1.1 } #China/Korea vassal = { - first = QNG - second = KOR - start_date = 1836.1.1 - end_date = 1876.1.1 + first = QNG + second = KOR + start_date = 1836.1.1 + end_date = 1876.1.1 } #########1861 # Siam - Cambodia vassal = { - first = SIA - second = CAM - start_date = 1861.1.1 - end_date = 1936.1.1 + first = SIA + second = CAM + start_date = 1861.1.1 + end_date = 1936.1.1 } -# Siam - Champasak +# Siam - Champasak vassal = { - first = SIA - second = CHK - start_date = 1836.1.1 - end_date = 1936.1.1 + first = SIA + second = CHK + start_date = 1836.1.1 + end_date = 1936.1.1 } # UK - KAS vassal = { - first = ENG - second = KAS - start_date = 1861.1.1 - end_date = 1936.1.1 + first = ENG + second = KAS + start_date = 1861.1.1 + end_date = 1936.1.1 } -# # OE - Romania +# # OE - Romania # vassal = { - # first = TUR - # second = ROM - # start_date = 1861.1.1 - # end_date = 1936.1.1 + # first = TUR + # second = ROM + # start_date = 1861.1.1 + # end_date = 1936.1.1 # } -# # OE - Hejaz +# # OE - Hejaz # vassal = { - # first = TUR - # second = HDJ - # start_date = 1861.1.1 - # end_date = 1936.1.1 + # first = TUR + # second = HDJ + # start_date = 1861.1.1 + # end_date = 1936.1.1 # } diff --git a/HPM/history/diplomacy/Unions.txt b/HPM/history/diplomacy/Unions.txt index 20f78ba8..5c1b1047 100644 --- a/HPM/history/diplomacy/Unions.txt +++ b/HPM/history/diplomacy/Unions.txt @@ -1,15 +1,15 @@ # Denmark-Schleswig-Holstein (Frederick VI, Christian VIII, Frederick VII) union = { - first = DEN - second = SWH - start_date = 1460.3.2 - end_date = 1863.11.15 + first = DEN + second = SWH + start_date = 1460.3.2 + end_date = 1863.11.15 } # United Kingdom-Hanover (George III, George IV, William IV) union = { - first = ENG - second = HAN - start_date = 1814.10.12 - end_date = 1837.6.20 + first = ENG + second = HAN + start_date = 1814.10.12 + end_date = 1837.6.20 } diff --git a/HPM/history/pops/1836.1.1/Afghanistan.txt b/HPM/history/pops/1836.1.1/Afghanistan.txt index e37fadc7..9b417cc0 100644 --- a/HPM/history/pops/1836.1.1/Afghanistan.txt +++ b/HPM/history/pops/1836.1.1/Afghanistan.txt @@ -2,903 +2,902 @@ #under the rule of Afghanistan in 1836 #Kabul (996000/249000 POPS) 1209 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 2750 - } - - bureaucrats = { - culture = pashtun - religion = sunni - size = 825 - } - - officers = { - culture = pashtun - religion = sunni - size = 625 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 1375 - } - - artisans = { - culture = pashtun - religion = sunni - size = 5400 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 2000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 100025 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 2000 - } - - officers = { - culture = tajik - religion = sunni - size = 350 - } - - clergymen = { - culture = tajik - religion = sunni - size = 975 - } - - artisans = { - culture = tajik - religion = sunni - size = 4900 - } - - soldiers = { - culture = tajik - religion = sunni - size = 1000 - } - - farmers = { - culture = tajik - religion = sunni - size = 82775 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 250 - } - - clergymen = { - culture = hazara - religion = shiite - size = 138 - } - - artisans = { - culture = hazara - religion = shiite - size = 800 - } - - soldiers = { - culture = hazara - religion = shiite - size = 150 - } - - farmers = { - culture = hazara - religion = shiite - size = 80662 - } - - slaves = { - culture = panjabi - religion = sikh - size = 14500 - } - - slaves = { - culture = uzbek - religion = sunni - size = 27500 - } - - slaves = { - culture = hazara - religion = sunni - size = 18000 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 2750 + } + + bureaucrats = { + culture = pashtun + religion = sunni + size = 825 + } + + officers = { + culture = pashtun + religion = sunni + size = 625 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 1375 + } + + artisans = { + culture = pashtun + religion = sunni + size = 5400 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 2000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 100025 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 2000 + } + + officers = { + culture = tajik + religion = sunni + size = 350 + } + + clergymen = { + culture = tajik + religion = sunni + size = 975 + } + + artisans = { + culture = tajik + religion = sunni + size = 4900 + } + + soldiers = { + culture = tajik + religion = sunni + size = 1000 + } + + farmers = { + culture = tajik + religion = sunni + size = 82775 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 250 + } + + clergymen = { + culture = hazara + religion = shiite + size = 138 + } + + artisans = { + culture = hazara + religion = shiite + size = 800 + } + + soldiers = { + culture = hazara + religion = shiite + size = 150 + } + + farmers = { + culture = hazara + religion = shiite + size = 80662 + } + + slaves = { + culture = panjabi + religion = sikh + size = 14500 + } + + slaves = { + culture = uzbek + religion = sunni + size = 27500 + } + + slaves = { + culture = hazara + religion = sunni + size = 18000 + } } #Balkh (516000/129000 POPS) 1211 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1600 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 813 - } - - artisans = { - culture = pashtun - religion = sunni - size = 1650 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 825 - } - - farmers = { - culture = pashtun - religion = sunni - size = 50112 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 750 - } - - clergymen = { - culture = tajik - religion = sunni - size = 388 - } - - artisans = { - culture = tajik - religion = sunni - size = 1900 - } - - soldiers = { - culture = tajik - religion = sunni - size = 375 - } - - farmers = { - culture = tajik - religion = sunni - size = 34587 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 150 - } - - clergymen = { - culture = hazara - religion = shiite - size = 88 - } - - artisans = { - culture = hazara - religion = shiite - size = 500 - } - - soldiers = { - culture = hazara - religion = shiite - size = 100 - } - - farmers = { - culture = hazara - religion = shiite - size = 6162 - } - - slaves = { - culture = pashtun - religion = sunni - size = 15000 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1600 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 813 + } + + artisans = { + culture = pashtun + religion = sunni + size = 1650 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 825 + } + + farmers = { + culture = pashtun + religion = sunni + size = 50112 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 750 + } + + clergymen = { + culture = tajik + religion = sunni + size = 388 + } + + artisans = { + culture = tajik + religion = sunni + size = 1900 + } + + soldiers = { + culture = tajik + religion = sunni + size = 375 + } + + farmers = { + culture = tajik + religion = sunni + size = 34587 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 150 + } + + clergymen = { + culture = hazara + religion = shiite + size = 88 + } + + artisans = { + culture = hazara + religion = shiite + size = 500 + } + + soldiers = { + culture = hazara + religion = shiite + size = 100 + } + + farmers = { + culture = hazara + religion = shiite + size = 6162 + } + + slaves = { + culture = pashtun + religion = sunni + size = 15000 + } } #Herat (324000/81000 POPS) 1212 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 825 - } - - bureaucrats = { - culture = pashtun - religion = sunni - size = 375 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 375 - } - - artisans = { - culture = pashtun - religion = sunni - size = 2050 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 1000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 34650 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 50 - } - - clergymen = { - culture = tajik - religion = sunni - size = 238 - } - - soldiers = { - culture = tajik - religion = sunni - size = 1000 - } - - farmers = { - culture = tajik - religion = sunni - size = 14912 - } - - aristocrats = { - culture = persian - religion = sunni - size = 700 - } - - clergymen = { - culture = persian - religion = sunni - size = 200 - } - - artisans = { - culture = persian - religion = sunni - size = 2000 - } - - soldiers = { - culture = persian - religion = sunni - size = 3000 - } - - farmers = { - culture = persian - religion = sunni - size = 15000 - } - - slaves = { - culture = uzbek - religion = sunni - size = 6500 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 825 + } + + bureaucrats = { + culture = pashtun + religion = sunni + size = 375 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 375 + } + + artisans = { + culture = pashtun + religion = sunni + size = 2050 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 1000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 34650 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 50 + } + + clergymen = { + culture = tajik + religion = sunni + size = 238 + } + + soldiers = { + culture = tajik + religion = sunni + size = 1000 + } + + farmers = { + culture = tajik + religion = sunni + size = 14912 + } + + aristocrats = { + culture = persian + religion = sunni + size = 700 + } + + clergymen = { + culture = persian + religion = sunni + size = 200 + } + + artisans = { + culture = persian + religion = sunni + size = 2000 + } + + soldiers = { + culture = persian + religion = sunni + size = 3000 + } + + farmers = { + culture = persian + religion = sunni + size = 15000 + } + + slaves = { + culture = uzbek + religion = sunni + size = 6500 + } } #Bamyan (412000/103000 POPS) 1213 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 163 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 87 - } - - artisans = { - culture = pashtun - religion = sunni - size = 425 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 500 - } - - farmers = { - culture = pashtun - religion = sunni - size = 27325 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 250 - } - - clergymen = { - culture = tajik - religion = sunni - size = 138 - } - - artisans = { - culture = tajik - religion = sunni - size = 700 - } - - soldiers = { - culture = tajik - religion = sunni - size = 1000 - } - - farmers = { - culture = tajik - religion = sunni - size = 11912 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 525 - } - - clergymen = { - culture = hazara - religion = shiite - size = 250 - } - - artisans = { - culture = hazara - religion = shiite - size = 513 - } - - soldiers = { - culture = hazara - religion = shiite - size = 1100 - } - - farmers = { - culture = hazara - religion = shiite - size = 24613 - } - - aristocrats = { - culture = hazara - religion = sunni - size = 175 - } - - clergymen = { - culture = hazara - religion = sunni - size = 94 - } - - artisans = { - culture = hazara - religion = sunni - size = 425 - } - - soldiers = { - culture = hazara - religion = sunni - size = 500 - } - - farmers = { - culture = hazara - religion = sunni - size = 6306 - } - - slaves = { - culture = uzbek - religion = sunni - size = 8500 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 163 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 87 + } + + artisans = { + culture = pashtun + religion = sunni + size = 425 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 500 + } + + farmers = { + culture = pashtun + religion = sunni + size = 27325 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 250 + } + + clergymen = { + culture = tajik + religion = sunni + size = 138 + } + + artisans = { + culture = tajik + religion = sunni + size = 700 + } + + soldiers = { + culture = tajik + religion = sunni + size = 1000 + } + + farmers = { + culture = tajik + religion = sunni + size = 11912 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 525 + } + + clergymen = { + culture = hazara + religion = shiite + size = 250 + } + + artisans = { + culture = hazara + religion = shiite + size = 513 + } + + soldiers = { + culture = hazara + religion = shiite + size = 1100 + } + + farmers = { + culture = hazara + religion = shiite + size = 24613 + } + + aristocrats = { + culture = hazara + religion = sunni + size = 175 + } + + clergymen = { + culture = hazara + religion = sunni + size = 94 + } + + artisans = { + culture = hazara + religion = sunni + size = 425 + } + + soldiers = { + culture = hazara + religion = sunni + size = 500 + } + + farmers = { + culture = hazara + religion = sunni + size = 6306 + } + + slaves = { + culture = uzbek + religion = sunni + size = 8500 + } } #Farrah (464000/116000 POPS) 1214 = { - aristocrats = { - culture = persian - religion = sunni - size = 550 - } - - clergymen = { - culture = persian - religion = sunni - size = 288 - } - - artisans = { - culture = persian - religion = sunni - size = 1400 - } - - soldiers = { - culture = persian - religion = sunni - size = 1000 - } - - farmers = { - culture = persian - religion = sunni - size = 20762 - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 1725 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 875 - } - - artisans = { - culture = pashtun - religion = sunni - size = 4400 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 1000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 70000 - } - - slaves = { - culture = persian - religion = sunni - size = 24000 - } + aristocrats = { + culture = persian + religion = sunni + size = 550 + } + + clergymen = { + culture = persian + religion = sunni + size = 288 + } + + artisans = { + culture = persian + religion = sunni + size = 1400 + } + + soldiers = { + culture = persian + religion = sunni + size = 1000 + } + + farmers = { + culture = persian + religion = sunni + size = 20762 + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 1725 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 875 + } + + artisans = { + culture = pashtun + religion = sunni + size = 4400 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 1000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 70000 + } + + slaves = { + culture = persian + religion = sunni + size = 24000 + } } #Kandahar (368000/92000 POPS) 1215 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1600 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 838 - } - - artisans = { - culture = pashtun - religion = sunni - size = 4050 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 2000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 72712 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 175 - } - - clergymen = { - culture = hazara - religion = shiite - size = 100 - } - - artisans = { - culture = hazara - religion = shiite - size = 525 - } - - soldiers = { - culture = hazara - religion = shiite - size = 100 - } - - farmers = { - culture = hazara - religion = shiite - size = 8100 - } - - slaves = { - culture = hazara - religion = sunni - size = 3000 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1600 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 838 + } + + artisans = { + culture = pashtun + religion = sunni + size = 4050 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 2000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 72712 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 175 + } + + clergymen = { + culture = hazara + religion = shiite + size = 100 + } + + artisans = { + culture = hazara + religion = shiite + size = 525 + } + + soldiers = { + culture = hazara + religion = shiite + size = 100 + } + + farmers = { + culture = hazara + religion = shiite + size = 8100 + } + + slaves = { + culture = hazara + religion = sunni + size = 3000 + } } #Jalalabad (268000/67000 POPS) 1216 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1300 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 675 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3350 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 1000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 57985 - } - - slaves = { - culture = panjabi - religion = sikh - size = 3700 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1300 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 675 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3350 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 1000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 57985 + } + + slaves = { + culture = panjabi + religion = sikh + size = 3700 + } } #Ghazni (324000/81000 POPS) 1217 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1350 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 688 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3400 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 675 - } - - farmers = { - culture = pashtun - religion = sunni - size = 61887 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 200 - } - - clergymen = { - culture = hazara - religion = shiite - size = 113 - } - - artisans = { - culture = hazara - religion = shiite - size = 650 - } - - soldiers = { - culture = hazara - religion = shiite - size = 125 - } - - farmers = { - culture = hazara - religion = shiite - size = 11912 - } - - slaves = { - culture = hazara - religion = sunni - size = 3300 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1350 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 688 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3400 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 675 + } + + farmers = { + culture = pashtun + religion = sunni + size = 61887 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 200 + } + + clergymen = { + culture = hazara + religion = shiite + size = 113 + } + + artisans = { + culture = hazara + religion = shiite + size = 650 + } + + soldiers = { + culture = hazara + religion = shiite + size = 125 + } + + farmers = { + culture = hazara + religion = shiite + size = 11912 + } + + slaves = { + culture = hazara + religion = sunni + size = 3300 + } } #Badakhshan Region (340000) #under the rule of Afghanistan in 1836 #Faizabad (340000/85000 POPS) 1210 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 125 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 100 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 300 - } - - artisans = { - culture = uzbek - religion = sunni - size = 350 - } - - officers = { - culture = uzbek - religion = sunni - size = 100 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 1000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 5512 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 1650 - } - - clergymen = { - culture = tajik - religion = sunni - size = 775 - } - - artisans = { - culture = tajik - religion = sunni - size = 3750 - } - - officers = { - culture = tajik - religion = sunni - size = 100 - } - - soldiers = { - culture = tajik - religion = sunni - size = 4000 - } - - farmers = { - culture = tajik - religion = sunni - size = 62825 - } - - slaves = { - culture = tajik - religion = sunni - size = 6000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 125 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 100 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 300 + } + + artisans = { + culture = uzbek + religion = sunni + size = 350 + } + + officers = { + culture = uzbek + religion = sunni + size = 100 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 1000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 5512 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 1650 + } + + clergymen = { + culture = tajik + religion = sunni + size = 775 + } + + artisans = { + culture = tajik + religion = sunni + size = 3750 + } + + officers = { + culture = tajik + religion = sunni + size = 100 + } + + soldiers = { + culture = tajik + religion = sunni + size = 4000 + } + + farmers = { + culture = tajik + religion = sunni + size = 62825 + } + + slaves = { + culture = tajik + religion = sunni + size = 6000 + } } #Former South Gerorgia 2133 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 163 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 87 - } - - artisans = { - culture = pashtun - religion = sunni - size = 425 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 500 - } - - farmers = { - culture = pashtun - religion = sunni - size = 7325 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 525 - } - - clergymen = { - culture = hazara - religion = shiite - size = 250 - } - - artisans = { - culture = hazara - religion = shiite - size = 350 - } - - soldiers = { - culture = hazara - religion = shiite - size = 1263 - } - - farmers = { - culture = hazara - religion = shiite - size = 24613 - } - - aristocrats = { - culture = hazara - religion = sunni - size = 175 - } - - clergymen = { - culture = hazara - religion = sunni - size = 94 - } - - artisans = { - culture = hazara - religion = sunni - size = 425 - } - - soldiers = { - culture = hazara - religion = sunni - size = 500 - } - - farmers = { - culture = hazara - religion = sunni - size = 6306 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 163 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 87 + } + + artisans = { + culture = pashtun + religion = sunni + size = 425 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 500 + } + + farmers = { + culture = pashtun + religion = sunni + size = 7325 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 525 + } + + clergymen = { + culture = hazara + religion = shiite + size = 250 + } + + artisans = { + culture = hazara + religion = shiite + size = 350 + } + + soldiers = { + culture = hazara + religion = shiite + size = 1263 + } + + farmers = { + culture = hazara + religion = shiite + size = 24613 + } + + aristocrats = { + culture = hazara + religion = sunni + size = 175 + } + + clergymen = { + culture = hazara + religion = sunni + size = 94 + } + + artisans = { + culture = hazara + religion = sunni + size = 425 + } + + soldiers = { + culture = hazara + religion = sunni + size = 500 + } + + farmers = { + culture = hazara + religion = sunni + size = 6306 + } } - diff --git a/HPM/history/pops/1836.1.1/Albania.txt b/HPM/history/pops/1836.1.1/Albania.txt index b280a0ae..74de2fd3 100644 --- a/HPM/history/pops/1836.1.1/Albania.txt +++ b/HPM/history/pops/1836.1.1/Albania.txt @@ -1,238 +1,238 @@ 849 = { - aristocrats = { - culture = albanian - religion = sunni - size = 614 - } - bureaucrats = { - culture = albanian - religion = sunni - size = 143 - } - officers = { - culture = albanian - religion = sunni - size = 122 - } - clergymen = { - culture = albanian - religion = sunni - size = 256 - } - artisans = { - culture = albanian - religion = sunni - size = 1310 - } - soldiers = { - culture = albanian - religion = sunni - size = 819 - } - farmers = { - culture = albanian - religion = sunni - size = 40947 - } - clergymen = { - culture = albanian - religion = orthodox - size = 100 - } - farmers = { - culture = albanian - religion = orthodox - size = 4065 - } - - ######Jews - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = albanian + religion = sunni + size = 614 + } + bureaucrats = { + culture = albanian + religion = sunni + size = 143 + } + officers = { + culture = albanian + religion = sunni + size = 122 + } + clergymen = { + culture = albanian + religion = sunni + size = 256 + } + artisans = { + culture = albanian + religion = sunni + size = 1310 + } + soldiers = { + culture = albanian + religion = sunni + size = 819 + } + farmers = { + culture = albanian + religion = sunni + size = 40947 + } + clergymen = { + culture = albanian + religion = orthodox + size = 100 + } + farmers = { + culture = albanian + religion = orthodox + size = 4065 + } + + ######Jews + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } 850 = { - aristocrats = { - culture = albanian - religion = sunni - size = 880 - } - clergymen = { - culture = albanian - religion = sunni - size = 307 - } - artisans = { - culture = albanian - religion = sunni - size = 1556 - } - soldiers = { - culture = albanian - religion = sunni - size = 819 - } - farmers = { - culture = albanian - religion = sunni - size = 30566 - } - clergymen = { - culture = albanian - religion = catholic - size = 100 - } - artisans = { - culture = albanian - religion = catholic - size = 430 - } - farmers = { - culture = albanian - religion = catholic - size = 10127 - } + aristocrats = { + culture = albanian + religion = sunni + size = 880 + } + clergymen = { + culture = albanian + religion = sunni + size = 307 + } + artisans = { + culture = albanian + religion = sunni + size = 1556 + } + soldiers = { + culture = albanian + religion = sunni + size = 819 + } + farmers = { + culture = albanian + religion = sunni + size = 30566 + } + clergymen = { + culture = albanian + religion = catholic + size = 100 + } + artisans = { + culture = albanian + religion = catholic + size = 430 + } + farmers = { + culture = albanian + religion = catholic + size = 10127 + } } 851 = { - aristocrats = { - culture = albanian - religion = sunni - size = 245 - } - clergymen = { - culture = albanian - religion = sunni - size = 100 - } - artisans = { - culture = albanian - religion = sunni - size = 491 - } - soldiers = { - culture = albanian - religion = sunni - size = 450 - } - farmers = { - culture = albanian - religion = sunni - size = 5632 - } - clergymen = { - culture = albanian - religion = catholic - size = 100 - } - farmers = { - culture = albanian - religion = catholic - size = 2355 - } + aristocrats = { + culture = albanian + religion = sunni + size = 245 + } + clergymen = { + culture = albanian + religion = sunni + size = 100 + } + artisans = { + culture = albanian + religion = sunni + size = 491 + } + soldiers = { + culture = albanian + religion = sunni + size = 450 + } + farmers = { + culture = albanian + religion = sunni + size = 5632 + } + clergymen = { + culture = albanian + religion = catholic + size = 100 + } + farmers = { + culture = albanian + religion = catholic + size = 2355 + } } 852 = { - aristocrats = { - culture = albanian - religion = sunni - size = 573 - } - clergymen = { - culture = albanian - religion = sunni - size = 256 - } - artisans = { - culture = albanian - religion = sunni - size = 1331 - } - soldiers = { - culture = albanian - religion = sunni - size = 286 - } - farmers = { - culture = albanian - religion = sunni - size = 10947 - } - clergymen = { - culture = albanian - religion = orthodox - size = 143 - } - farmers = { - culture = albanian - religion = orthodox - size = 2232 - } + aristocrats = { + culture = albanian + religion = sunni + size = 573 + } + clergymen = { + culture = albanian + religion = sunni + size = 256 + } + artisans = { + culture = albanian + religion = sunni + size = 1331 + } + soldiers = { + culture = albanian + religion = sunni + size = 286 + } + farmers = { + culture = albanian + religion = sunni + size = 10947 + } + clergymen = { + culture = albanian + religion = orthodox + size = 143 + } + farmers = { + culture = albanian + religion = orthodox + size = 2232 + } } 853 = { - aristocrats = { - culture = albanian - religion = sunni - size = 307 - } - clergymen = { - culture = albanian - religion = sunni - size = 102 - } - soldiers = { - culture = albanian - religion = sunni - size = 450 - } - artisans = { - culture = albanian - religion = sunni - size = 122 - } - farmers = { - culture = albanian - religion = sunni - size = 9246 - } - soldiers = { - culture = albanian - religion = orthodox - size = 100 - } - clergymen = { - culture = albanian - religion = orthodox - size = 100 - } - artisans = { - culture = albanian - religion = orthodox - size = 100 - } - farmers = { - culture = albanian - religion = orthodox - size = 3379 - } - soldiers = { - culture = greek - religion = orthodox - size = 122 - } - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - artisans = { - culture = greek - religion = orthodox - size = 245 - } - farmers = { - culture = greek - religion = orthodox - size = 1799 - } + aristocrats = { + culture = albanian + religion = sunni + size = 307 + } + clergymen = { + culture = albanian + religion = sunni + size = 102 + } + soldiers = { + culture = albanian + religion = sunni + size = 450 + } + artisans = { + culture = albanian + religion = sunni + size = 122 + } + farmers = { + culture = albanian + religion = sunni + size = 9246 + } + soldiers = { + culture = albanian + religion = orthodox + size = 100 + } + clergymen = { + culture = albanian + religion = orthodox + size = 100 + } + artisans = { + culture = albanian + religion = orthodox + size = 100 + } + farmers = { + culture = albanian + religion = orthodox + size = 3379 + } + soldiers = { + culture = greek + religion = orthodox + size = 122 + } + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + artisans = { + culture = greek + religion = orthodox + size = 245 + } + farmers = { + culture = greek + religion = orthodox + size = 1799 + } } diff --git a/HPM/history/pops/1836.1.1/Algeria.txt b/HPM/history/pops/1836.1.1/Algeria.txt index 94369728..7c1a77e6 100644 --- a/HPM/history/pops/1836.1.1/Algeria.txt +++ b/HPM/history/pops/1836.1.1/Algeria.txt @@ -2,1520 +2,1520 @@ #Ruled by France 1836 #Algiers (280000/70000 POPS) 1700 = { - aristocrats = { - culture = french - religion = catholic - size = 100 - } - - bureaucrats = { - culture = french - religion = catholic - size = 150 - } - - clergymen = { - culture = french - religion = catholic - size = 25 - } - - artisans = { - culture = french - religion = catholic - size = 1500 - } - - soldiers = { - culture = french - religion = catholic - size = 2000 - } - - farmers = { - culture = french - religion = catholic - size = 225 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 300 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 4500 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 500 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 54200 - } - - clergymen = { - culture = berber - religion = sunni - size = 25 - } - - - soldiers = { - culture = berber - religion = sunni - size = 200 - } - - farmers = { - culture = berber - religion = sunni - size = 4675 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 500 - } - - farmers = { - culture = sephardic - religion = jewish - size = 600 - } - ######## + aristocrats = { + culture = french + religion = catholic + size = 100 + } + + bureaucrats = { + culture = french + religion = catholic + size = 150 + } + + clergymen = { + culture = french + religion = catholic + size = 25 + } + + artisans = { + culture = french + religion = catholic + size = 1500 + } + + soldiers = { + culture = french + religion = catholic + size = 2000 + } + + farmers = { + culture = french + religion = catholic + size = 225 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 300 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 4500 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 500 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 54200 + } + + clergymen = { + culture = berber + religion = sunni + size = 25 + } + + + soldiers = { + culture = berber + religion = sunni + size = 200 + } + + farmers = { + culture = berber + religion = sunni + size = 4675 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 500 + } + + farmers = { + culture = sephardic + religion = jewish + size = 600 + } + ######## } #Ruled by Aljaziar 1836 #Bougie (448000/112000 POPS) 1701 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 1100 - } - - officers = { - culture = maghrebi - religion = sunni - size = 200 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 200 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 875 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 4350 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 77375 - } - - aristocrats = { - culture = berber - religion = sunni - size = 300 - } - - officers = { - culture = berber - religion = sunni - size = 75 - } - - clergymen = { - culture = berber - religion = sunni - size = 250 - } - - artisans = { - culture = berber - religion = sunni - size = 1350 - } - - soldiers = { - culture = berber - religion = sunni - size = 350 - } - - farmers = { - culture = berber - religion = sunni - size = 20675 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 5000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 1100 + } + + officers = { + culture = maghrebi + religion = sunni + size = 200 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 200 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 875 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 4350 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 77375 + } + + aristocrats = { + culture = berber + religion = sunni + size = 300 + } + + officers = { + culture = berber + religion = sunni + size = 75 + } + + clergymen = { + culture = berber + religion = sunni + size = 250 + } + + artisans = { + culture = berber + religion = sunni + size = 1350 + } + + soldiers = { + culture = berber + religion = sunni + size = 350 + } + + farmers = { + culture = berber + religion = sunni + size = 20675 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 5000 + } } #Setif (240000/60000 POPS) 1702 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 600 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 500 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2400 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 3000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 3000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 2000 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 80500 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - clergymen = { - culture = berber - religion = sunni - size = 200 - } - - soldiers = { - culture = berber - religion = sunni - size = 1600 - } - - farmers = { - culture = berber - religion = sunni - size = 12000 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 6000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 600 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 500 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2400 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 3000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 3000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 2000 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 80500 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + clergymen = { + culture = berber + religion = sunni + size = 200 + } + + soldiers = { + culture = berber + religion = sunni + size = 1600 + } + + farmers = { + culture = berber + religion = sunni + size = 12000 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 6000 + } } #Medea (168000/42000 POPS) 1703 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 300 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 200 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 2200 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 17500 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - clergymen = { - culture = berber - religion = sunni - size = 400 - } - - artisans = { - culture = berber - religion = sunni - size = 2200 - } - - soldiers = { - culture = berber - religion = sunni - size = 2200 - } - - farmers = { - culture = berber - religion = sunni - size = 38500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 300 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 200 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 2200 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 17500 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + clergymen = { + culture = berber + religion = sunni + size = 400 + } + + artisans = { + culture = berber + religion = sunni + size = 2200 + } + + soldiers = { + culture = berber + religion = sunni + size = 2200 + } + + farmers = { + culture = berber + religion = sunni + size = 38500 + } } #Oranais Region (577600) #French in 1836 : #Oran (108000/27000 POPS) 1704 = { - aristocrats = { - culture = french - religion = catholic - size = 50 - } - - bureaucrats = { - culture = french - religion = catholic - size = 50 - } - - clergymen = { - culture = french - religion = catholic - size = 25 - } - - artisans = { - culture = french - religion = catholic - size = 800 - } - - soldiers = { - culture = french - religion = catholic - size = 875 - } - - farmers = { - culture = french - religion = catholic - size = 200 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 200 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 19600 - } - - clergymen = { - culture = berber - religion = sunni - size = 25 - } - - soldiers = { - culture = berber - religion = sunni - size = 125 - } - - farmers = { - culture = berber - religion = sunni - size = 2600 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 380 - } - - farmers = { - culture = sephardic - religion = jewish - size = 480 - } - ######## + aristocrats = { + culture = french + religion = catholic + size = 50 + } + + bureaucrats = { + culture = french + religion = catholic + size = 50 + } + + clergymen = { + culture = french + religion = catholic + size = 25 + } + + artisans = { + culture = french + religion = catholic + size = 800 + } + + soldiers = { + culture = french + religion = catholic + size = 875 + } + + farmers = { + culture = french + religion = catholic + size = 200 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 200 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 19600 + } + + clergymen = { + culture = berber + religion = sunni + size = 25 + } + + soldiers = { + culture = berber + religion = sunni + size = 125 + } + + farmers = { + culture = berber + religion = sunni + size = 2600 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 380 + } + + farmers = { + culture = sephardic + religion = jewish + size = 480 + } + ######## } #Aljazair-ruled in 1836 : #Tilimsan - Tlemcen (221600/55400 POPS) 1705 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 500 - } - - officers = { - culture = maghrebi - religion = sunni - size = 100 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 500 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 3000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1000 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 53550 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - officers = { - culture = berber - religion = sunni - size = 100 - } - - clergymen = { - culture = berber - religion = sunni - size = 200 - } - - - soldiers = { - culture = berber - religion = sunni - size = 1000 - } - - farmers = { - culture = berber - religion = sunni - size = 12500 - } - - ######Jews - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## - - slaves = { - culture = forest_bantu - religion = animist - size = 8000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 500 + } + + officers = { + culture = maghrebi + religion = sunni + size = 100 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 500 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 3000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1000 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 53550 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + officers = { + culture = berber + religion = sunni + size = 100 + } + + clergymen = { + culture = berber + religion = sunni + size = 200 + } + + + soldiers = { + culture = berber + religion = sunni + size = 1000 + } + + farmers = { + culture = berber + religion = sunni + size = 12500 + } + + ######Jews + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## + + slaves = { + culture = forest_bantu + religion = animist + size = 8000 + } } #Mustaghanim (188000/47000 POPS) 1706 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 300 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 300 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1500 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 350 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 27550 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - clergymen = { - culture = berber - religion = sunni - size = 175 - } - - artisans = { - culture = berber - religion = sunni - size = 850 - } - - soldiers = { - culture = berber - religion = sunni - size = 200 - } - - farmers = { - culture = berber - religion = sunni - size = 12575 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 300 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 300 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1500 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 350 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 27550 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + clergymen = { + culture = berber + religion = sunni + size = 175 + } + + artisans = { + culture = berber + religion = sunni + size = 850 + } + + soldiers = { + culture = berber + religion = sunni + size = 200 + } + + farmers = { + culture = berber + religion = sunni + size = 12575 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Mascara (60000/15000 POPS) 1707 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 3000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 800 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 6425 - } - - aristocrats = { - culture = berber - religion = sunni - size = 75 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - soldiers = { - culture = berber - religion = sunni - size = 1000 - } - - farmers = { - culture = berber - religion = sunni - size = 10425 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 3000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 800 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 6425 + } + + aristocrats = { + culture = berber + religion = sunni + size = 75 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + soldiers = { + culture = berber + religion = sunni + size = 1000 + } + + farmers = { + culture = berber + religion = sunni + size = 10425 + } } #Constantinois Region (344000) #Ruled by France 1836 #Bone (68000/17000 POPS) 1709 = { - aristocrats = { - culture = french - religion = catholic - size = 25 - } - - bureaucrats = { - culture = french - religion = catholic - size = 50 - } - - clergymen = { - culture = french - religion = catholic - size = 625 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 200 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 600 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 150 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 11200 - } - - clergymen = { - culture = berber - religion = sunni - size = 10 - } - - - soldiers = { - culture = berber - religion = sunni - size = 65 - } - - farmers = { - culture = berber - religion = sunni - size = 925 - } + aristocrats = { + culture = french + religion = catholic + size = 25 + } + + bureaucrats = { + culture = french + religion = catholic + size = 50 + } + + clergymen = { + culture = french + religion = catholic + size = 625 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 200 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 600 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 150 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 11200 + } + + clergymen = { + culture = berber + religion = sunni + size = 10 + } + + + soldiers = { + culture = berber + religion = sunni + size = 65 + } + + farmers = { + culture = berber + religion = sunni + size = 925 + } } #Ruled by Aljazair 1836 #Constantine (176000/44000 POPS) 1708 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 250 - } - - officers = { - culture = maghrebi - religion = sunni - size = 50 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 213 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 2200 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 25312 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - officers = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 200 - } - - artisans = { - culture = berber - religion = sunni - size = 2025 - } - - soldiers = { - culture = berber - religion = sunni - size = 2200 - } - - farmers = { - culture = berber - religion = sunni - size = 25550 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 300 - } - ######## + aristocrats = { + culture = maghrebi + religion = sunni + size = 250 + } + + officers = { + culture = maghrebi + religion = sunni + size = 50 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 213 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 2200 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 25312 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + officers = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 200 + } + + artisans = { + culture = berber + religion = sunni + size = 2025 + } + + soldiers = { + culture = berber + religion = sunni + size = 2200 + } + + farmers = { + culture = berber + religion = sunni + size = 25550 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 300 + } + ######## } #Biskra (100000/25000 POPS) 1710 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 150 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 150 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 750 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 12950 - } - - aristocrats = { - culture = berber - religion = sunni - size = 100 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 500 - } - - soldiers = { - culture = berber - religion = sunni - size = 100 - } - - farmers = { - culture = berber - religion = sunni - size = 9200 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 150 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 150 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 750 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 12950 + } + + aristocrats = { + culture = berber + religion = sunni + size = 100 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 500 + } + + soldiers = { + culture = berber + religion = sunni + size = 100 + } + + farmers = { + culture = berber + religion = sunni + size = 9200 + } } #Wargla Region (152000) #uncolonized in 1836 #Ouargla (36000/9000 POPS) 1711 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 265 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 30 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2730 - } - - aristocrats = { - culture = berber - religion = sunni - size = 30 - } - - clergymen = { - culture = berber - religion = sunni - size = 70 - } - - - soldiers = { - culture = berber - religion = sunni - size = 200 - } - - farmers = { - culture = berber - religion = sunni - size = 3700 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 65 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1900 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 265 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 30 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2730 + } + + aristocrats = { + culture = berber + religion = sunni + size = 30 + } + + clergymen = { + culture = berber + religion = sunni + size = 70 + } + + + soldiers = { + culture = berber + religion = sunni + size = 200 + } + + farmers = { + culture = berber + religion = sunni + size = 3700 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 65 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1900 + } } #Tuggurt (12000/3000 POPS) 1712 = { - aristocrats = { - culture = berber - religion = sunni - size = 20 - } - - clergymen = { - culture = berber - religion = sunni - size = 30 - } - - soldiers = { - culture = berber - religion = sunni - size = 100 - } - - farmers = { - culture = berber - religion = sunni - size = 1850 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 10 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 20 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 70 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 900 - } + aristocrats = { + culture = berber + religion = sunni + size = 20 + } + + clergymen = { + culture = berber + religion = sunni + size = 30 + } + + soldiers = { + culture = berber + religion = sunni + size = 100 + } + + farmers = { + culture = berber + religion = sunni + size = 1850 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 10 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 20 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 70 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 900 + } } #Laghwat (104000/26000 POPS) 1713 = { - aristocrats = { - culture = berber - religion = sunni - size = 100 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 6500 - } - - soldiers = { - culture = berber - religion = sunni - size = 1100 - } - - farmers = { - culture = berber - religion = sunni - size = 11000 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 125 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 550 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 150 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 9050 - } - - aristocrats = { - culture = maghrebi - religion = shiite - size = 20 - } - - clergymen = { - culture = maghrebi - religion = shiite - size = 40 - } - - artisans = { - culture = maghrebi - religion = shiite - size = 100 - } - - soldiers = { - culture = maghrebi - religion = shiite - size = 40 - } - - farmers = { - culture = maghrebi - religion = shiite - size = 1800 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2500 - } + aristocrats = { + culture = berber + religion = sunni + size = 100 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 6500 + } + + soldiers = { + culture = berber + religion = sunni + size = 1100 + } + + farmers = { + culture = berber + religion = sunni + size = 11000 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 125 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 550 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 150 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 9050 + } + + aristocrats = { + culture = maghrebi + religion = shiite + size = 20 + } + + clergymen = { + culture = maghrebi + religion = shiite + size = 40 + } + + artisans = { + culture = maghrebi + religion = shiite + size = 100 + } + + soldiers = { + culture = maghrebi + religion = shiite + size = 40 + } + + farmers = { + culture = maghrebi + religion = shiite + size = 1800 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2500 + } } #Jibal Bashar Region (128000) #uncolonized in 1836 #Naama (92000/23000 POPS) 1715 = { - aristocrats = { - culture = berber - religion = sunni - size = 100 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 600 - } - - soldiers = { - culture = berber - religion = sunni - size = 1100 - } - - farmers = { - culture = berber - religion = sunni - size = 10200 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 550 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 125 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10100 - } + aristocrats = { + culture = berber + religion = sunni + size = 100 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 600 + } + + soldiers = { + culture = berber + religion = sunni + size = 1100 + } + + farmers = { + culture = berber + religion = sunni + size = 10200 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 550 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 125 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10100 + } } #Tindouf (8000/2000 POPS) 1716 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 65 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1900 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 65 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1900 + } } #Chenachene (8000/2000 POPS) 1717 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15 - } - - - soldiers = { - culture = tuareg - religion = sunni - size = 65 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1900 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15 + } + + + soldiers = { + culture = tuareg + religion = sunni + size = 65 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1900 + } } #Tuat Region (32000) #uncolonized in 1836 #Tuat (8000/2000 POPS) 1718 = { - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 20 - } - - - soldiers = { - culture = berber - religion = sunni - size = 1100 - } - - farmers = { - culture = berber - religion = sunni - size = 850 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 50 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 30 - } - - - soldiers = { - culture = tuareg - religion = sunni - size = 85 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3800 - } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 20 + } + + + soldiers = { + culture = berber + religion = sunni + size = 1100 + } + + farmers = { + culture = berber + religion = sunni + size = 850 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 50 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 30 + } + + + soldiers = { + culture = tuareg + religion = sunni + size = 85 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3800 + } } #Illizi (8000/2000 POPS) 1719 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15 - } - - - soldiers = { - culture = tuareg - religion = sunni - size = 60 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1900 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15 + } + + + soldiers = { + culture = tuareg + religion = sunni + size = 60 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1900 + } } #Timimoun (16000/4000 POPS) 1720 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 45 - } - - - soldiers = { - culture = tuareg - religion = sunni - size = 1215 - } - - farmers = { - culture = tuareg - religion = sunni - size = 4700 - } - - aristocrats = { - culture = berber - religion = sunni - size = 10 - } - - clergymen = { - culture = berber - religion = sunni - size = 15 - } - - soldiers = { - culture = berber - religion = sunni - size = 55 - } - - farmers = { - culture = berber - religion = sunni - size = 920 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 20 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 40 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 130 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1810 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 45 + } + + + soldiers = { + culture = tuareg + religion = sunni + size = 1215 + } + + farmers = { + culture = tuareg + religion = sunni + size = 4700 + } + + aristocrats = { + culture = berber + religion = sunni + size = 10 + } + + clergymen = { + culture = berber + religion = sunni + size = 15 + } + + soldiers = { + culture = berber + religion = sunni + size = 55 + } + + farmers = { + culture = berber + religion = sunni + size = 920 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 20 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 40 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 130 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1810 + } } #Hoggar Region (40000) #uncolonized in 1836 #In Guezzam (8000/2000 POPS) 1721 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15 - } - - - soldiers = { - culture = tuareg - religion = sunni - size = 65 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1900 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15 + } + + + soldiers = { + culture = tuareg + religion = sunni + size = 65 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1900 + } } #Tin Zawatene (16000/4000 POPS) 1722 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 50 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 50 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3800 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 50 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 50 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3800 + } } diff --git a/HPM/history/pops/1836.1.1/Angola.txt b/HPM/history/pops/1836.1.1/Angola.txt index eeab646d..d83aaa0e 100644 --- a/HPM/history/pops/1836.1.1/Angola.txt +++ b/HPM/history/pops/1836.1.1/Angola.txt @@ -2,345 +2,345 @@ #Ruled by Portugal in 1836 #Luanda (164000/41000 POPS) 1999 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 150 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 50 - } - - artisans = { - culture = portuguese - religion = catholic - size = 500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - aristocrats = { - culture = bakongo - religion = catholic - size = 50 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 150 - } - - artisans = { - culture = bakongo - religion = catholic - size = 3000 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 250 - } - - farmers = { - culture = bakongo - religion = catholic - size = 11550 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 100 - } - - clergymen = { - culture = bakongo - religion = animist - size = 100 - } - - artisans = { - culture = bakongo - religion = animist - size = 500 - } - - soldiers = { - culture = bakongo - religion = animist - size = 100 - } - - farmers = { - culture = bakongo - religion = animist - size = 40200 - } - - slaves = { - culture = bakongo - religion = animist - size = 2000 - } - - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 100 - } - - artisans = { - culture = kavango - religion = animist - size = 100 - } - - soldiers = { - culture = kavango - religion = animist - size = 100 - } - - farmers = { - culture = kavango - religion = animist - size = 8600 - } - - slaves = { - culture = kavango - religion = animist - size = 2000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 150 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 50 + } + + artisans = { + culture = portuguese + religion = catholic + size = 500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + aristocrats = { + culture = bakongo + religion = catholic + size = 50 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 150 + } + + artisans = { + culture = bakongo + religion = catholic + size = 3000 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 250 + } + + farmers = { + culture = bakongo + religion = catholic + size = 11550 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 100 + } + + clergymen = { + culture = bakongo + religion = animist + size = 100 + } + + artisans = { + culture = bakongo + religion = animist + size = 500 + } + + soldiers = { + culture = bakongo + religion = animist + size = 100 + } + + farmers = { + culture = bakongo + religion = animist + size = 40200 + } + + slaves = { + culture = bakongo + religion = animist + size = 2000 + } + + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 100 + } + + artisans = { + culture = kavango + religion = animist + size = 100 + } + + soldiers = { + culture = kavango + religion = animist + size = 100 + } + + farmers = { + culture = kavango + religion = animist + size = 8600 + } + + slaves = { + culture = kavango + religion = animist + size = 2000 + } } #uncolonized in 1836 #2001 - Mbanza (180000/45000 POPS) 2001 = { - aristocrats = { - culture = bakongo - religion = catholic - size = 100 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 50 - } - - artisans = { - culture = bakongo - religion = catholic - size = 400 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 100 - } - - farmers = { - culture = bakongo - religion = catholic - size = 7350 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 200 - } - - clergymen = { - culture = bakongo - religion = animist - size = 150 - } - - artisans = { - culture = bakongo - religion = animist - size = 1100 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1200 - } - - farmers = { - culture = bakongo - religion = animist - size = 12450 - } - - slaves = { - culture = bakongo - religion = animist - size = 4000 - } - - aristocrats = { - culture = kavango - religion = animist - size = 200 - } - - clergymen = { - culture = kavango - religion = animist - size = 150 - } - - artisans = { - culture = kavango - religion = animist - size = 700 - } - - soldiers = { - culture = kavango - religion = animist - size = 200 - } - - farmers = { - culture = kavango - religion = animist - size = 13250 - } - - slaves = { - culture = kavango - religion = animist - size = 3500 - } + aristocrats = { + culture = bakongo + religion = catholic + size = 100 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 50 + } + + artisans = { + culture = bakongo + religion = catholic + size = 400 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 100 + } + + farmers = { + culture = bakongo + religion = catholic + size = 7350 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 200 + } + + clergymen = { + culture = bakongo + religion = animist + size = 150 + } + + artisans = { + culture = bakongo + religion = animist + size = 1100 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1200 + } + + farmers = { + culture = bakongo + religion = animist + size = 12450 + } + + slaves = { + culture = bakongo + religion = animist + size = 4000 + } + + aristocrats = { + culture = kavango + religion = animist + size = 200 + } + + clergymen = { + culture = kavango + religion = animist + size = 150 + } + + artisans = { + culture = kavango + religion = animist + size = 700 + } + + soldiers = { + culture = kavango + religion = animist + size = 200 + } + + farmers = { + culture = kavango + religion = animist + size = 13250 + } + + slaves = { + culture = kavango + religion = animist + size = 3500 + } } #Quibala (120000/30000 POPS) 2002 = { - aristocrats = { - culture = kavango - religion = animist - size = 300 - } - - clergymen = { - culture = kavango - religion = animist - size = 250 - } - - artisans = { - culture = kavango - religion = animist - size = 1200 - } - - soldiers = { - culture = kavango - religion = animist - size = 300 - } - - farmers = { - culture = kavango - religion = animist - size = 21950 - } - - slaves = { - culture = kavango - religion = animist - size = 6000 - } + aristocrats = { + culture = kavango + religion = animist + size = 300 + } + + clergymen = { + culture = kavango + religion = animist + size = 250 + } + + artisans = { + culture = kavango + religion = animist + size = 1200 + } + + soldiers = { + culture = kavango + religion = animist + size = 300 + } + + farmers = { + culture = kavango + religion = animist + size = 21950 + } + + slaves = { + culture = kavango + religion = animist + size = 6000 + } } -#Congo Region (116000) #see Congo-Zaire.txt for balance of region +#Congo Region (116000) #see Congo-Zaire.txt for balance of region #uncolonized in 1836/tradepost for Portugal -#Cabinda (116000/29000 POPS) +#Cabinda (116000/29000 POPS) 2000 = { - aristocrats = { - culture = bakongo - religion = animist - size = 125 - } - - clergymen = { - culture = bakongo - religion = animist - size = 75 - } - - artisans = { - culture = bakongo - religion = animist - size = 350 - } - - soldiers = { - culture = bakongo - religion = animist - size = 75 - } - - farmers = { - culture = bakongo - religion = animist - size = 6375 - } - - slaves = { - culture = bakongo - religion = animist - size = 5000 - } - - aristocrats = { - culture = bakongo - religion = catholic - size = 425 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 225 - } - - artisans = { - culture = bakongo - religion = catholic - size = 900 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 225 - } - - farmers = { - culture = bakongo - religion = catholic - size = 15225 - } + aristocrats = { + culture = bakongo + religion = animist + size = 125 + } + + clergymen = { + culture = bakongo + religion = animist + size = 75 + } + + artisans = { + culture = bakongo + religion = animist + size = 350 + } + + soldiers = { + culture = bakongo + religion = animist + size = 75 + } + + farmers = { + culture = bakongo + religion = animist + size = 6375 + } + + slaves = { + culture = bakongo + religion = animist + size = 5000 + } + + aristocrats = { + culture = bakongo + religion = catholic + size = 425 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 225 + } + + artisans = { + culture = bakongo + religion = catholic + size = 900 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 225 + } + + farmers = { + culture = bakongo + religion = catholic + size = 15225 + } } @@ -348,566 +348,566 @@ #Uncolonized in 1836 #Benguela (116000/29000 POPS) 2003 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 300 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 300 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 1500 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 300 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 20800 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 5800 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 300 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 300 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 1500 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 300 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 20800 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 5800 + } } #Mocamedes (116000/29000 POPS) 2004 = { - aristocrats = { - culture = herero - religion = animist - size = 300 - } - - clergymen = { - culture = herero - religion = animist - size = 600 - } - - artisans = { - culture = herero - religion = animist - size = 750 - } - - soldiers = { - culture = herero - religion = animist - size = 300 - } - - farmers = { - culture = herero - religion = animist - size = 21250 - } - - slaves = { - culture = khoisan - religion = animist - size = 5800 - } + aristocrats = { + culture = herero + religion = animist + size = 300 + } + + clergymen = { + culture = herero + religion = animist + size = 600 + } + + artisans = { + culture = herero + religion = animist + size = 750 + } + + soldiers = { + culture = herero + religion = animist + size = 300 + } + + farmers = { + culture = herero + religion = animist + size = 21250 + } + + slaves = { + culture = khoisan + religion = animist + size = 5800 + } } #Huambo (208000/52000 POPS) 2005 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 600 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 550 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 2600 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 600 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 36650 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 10000 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 600 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 550 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 2600 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 600 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 36650 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 10000 + } } #Angola - Bihe (264000) #Uncolonized in 1836 #Kuito (148000/37000 POPS) 2006 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 350 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 350 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 1800 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 400 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 26700 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 7500 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 350 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 350 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 1800 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 400 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 26700 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 7500 + } } #Mavinga (80000/20000 POPS) 2007 = { - aristocrats = { - culture = lunda - religion = animist - size = 50 - } - - clergymen = { - culture = lunda - religion = animist - size = 75 - } - - artisans = { - culture = lunda - religion = animist - size = 75 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 2400 - } - - slaves = { - culture = lunda - religion = animist - size = 1350 - } - - aristocrats = { - culture = kavango - religion = animist - size = 175 - } - - clergymen = { - culture = kavango - religion = animist - size = 175 - } - - artisans = { - culture = kavango - religion = animist - size = 800 - } - - soldiers = { - culture = kavango - religion = animist - size = 200 - } - - farmers = { - culture = kavango - religion = animist - size = 11450 - } - - slaves = { - culture = chokwe - religion = animist - size = 3200 - } + aristocrats = { + culture = lunda + religion = animist + size = 50 + } + + clergymen = { + culture = lunda + religion = animist + size = 75 + } + + artisans = { + culture = lunda + religion = animist + size = 75 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 2400 + } + + slaves = { + culture = lunda + religion = animist + size = 1350 + } + + aristocrats = { + culture = kavango + religion = animist + size = 175 + } + + clergymen = { + culture = kavango + religion = animist + size = 175 + } + + artisans = { + culture = kavango + religion = animist + size = 800 + } + + soldiers = { + culture = kavango + religion = animist + size = 200 + } + + farmers = { + culture = kavango + religion = animist + size = 11450 + } + + slaves = { + culture = chokwe + religion = animist + size = 3200 + } } #Ondjiva (36000/9000 POPS) 2008 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 30 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 60 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 75 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 30 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 2205 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 600 - } - - aristocrats = { - culture = kavango - religion = animist - size = 50 - } - - clergymen = { - culture = kavango - religion = animist - size = 75 - } - - artisans = { - culture = kavango - religion = animist - size = 300 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 4275 - } - - slaves = { - culture = khoisan - religion = animist - size = 1250 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 30 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 60 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 75 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 30 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 2205 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 600 + } + + aristocrats = { + culture = kavango + religion = animist + size = 50 + } + + clergymen = { + culture = kavango + religion = animist + size = 75 + } + + artisans = { + culture = kavango + religion = animist + size = 300 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 4275 + } + + slaves = { + culture = khoisan + religion = animist + size = 1250 + } } #Angola - Kwango (232000) #Uncolonized in 1836 #Malanje (44000/11000 POPS) 2009 = { - aristocrats = { - culture = kavango - religion = animist - size = 75 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 250 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 4350 - } - - slaves = { - culture = kavango - religion = animist - size = 1200 - } - - aristocrats = { - culture = ovimbundu - religion = animist - size = 30 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 60 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 75 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 60 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 2175 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 600 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 25 - } - - clergymen = { - culture = bakongo - religion = animist - size = 50 - } - - artisans = { - culture = bakongo - religion = animist - size = 100 - } - - soldiers = { - culture = bakongo - religion = animist - size = 25 - } - - farmers = { - culture = bakongo - religion = animist - size = 1400 - } - - slaves = { - culture = bakongo - religion = animist - size = 400 - } + aristocrats = { + culture = kavango + religion = animist + size = 75 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 250 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 4350 + } + + slaves = { + culture = kavango + religion = animist + size = 1200 + } + + aristocrats = { + culture = ovimbundu + religion = animist + size = 30 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 60 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 75 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 60 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 2175 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 600 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 25 + } + + clergymen = { + culture = bakongo + religion = animist + size = 50 + } + + artisans = { + culture = bakongo + religion = animist + size = 100 + } + + soldiers = { + culture = bakongo + religion = animist + size = 25 + } + + farmers = { + culture = bakongo + religion = animist + size = 1400 + } + + slaves = { + culture = bakongo + religion = animist + size = 400 + } } #Saurimo (112000/28000 POPS) 2010 = { - aristocrats = { - culture = chokwe - religion = animist - size = 250 - } - - clergymen = { - culture = chokwe - religion = animist - size = 250 - } - - artisans = { - culture = chokwe - religion = animist - size = 1250 - } - - soldiers = { - culture = chokwe - religion = animist - size = 250 - } - - farmers = { - culture = chokwe - religion = animist - size = 8000 - } - - slaves = { - culture = chokwe - religion = animist - size = 8000 - } - - aristocrats = { - culture = lunda - religion = animist - size = 50 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 200 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 10850 - } - - slaves = { - culture = kavango - religion = animist - size = 800 - } + aristocrats = { + culture = chokwe + religion = animist + size = 250 + } + + clergymen = { + culture = chokwe + religion = animist + size = 250 + } + + artisans = { + culture = chokwe + religion = animist + size = 1250 + } + + soldiers = { + culture = chokwe + religion = animist + size = 250 + } + + farmers = { + culture = chokwe + religion = animist + size = 8000 + } + + slaves = { + culture = chokwe + religion = animist + size = 8000 + } + + aristocrats = { + culture = lunda + religion = animist + size = 50 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 200 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 10850 + } + + slaves = { + culture = kavango + religion = animist + size = 800 + } } #Kubanda (76000/19000 POPS) 2011 = { - aristocrats = { - culture = lunda - religion = animist - size = 150 - } - - clergymen = { - culture = lunda - religion = animist - size = 125 - } - - artisans = { - culture = lunda - religion = animist - size = 750 - } - - soldiers = { - culture = lunda - religion = animist - size = 150 - } - - farmers = { - culture = lunda - religion = animist - size = 8125 - } - - slaves = { - culture = lunda - religion = animist - size = 4700 - } - - aristocrats = { - culture = chokwe - religion = animist - size = 50 - } - - clergymen = { - culture = chokwe - religion = animist - size = 50 - } - - artisans = { - culture = chokwe - religion = animist - size = 250 - } - - soldiers = { - culture = chokwe - religion = animist - size = 50 - } - - farmers = { - culture = chokwe - religion = animist - size = 3600 - } - - slaves = { - culture = kavango - religion = animist - size = 1100 - } + aristocrats = { + culture = lunda + religion = animist + size = 150 + } + + clergymen = { + culture = lunda + religion = animist + size = 125 + } + + artisans = { + culture = lunda + religion = animist + size = 750 + } + + soldiers = { + culture = lunda + religion = animist + size = 150 + } + + farmers = { + culture = lunda + religion = animist + size = 8125 + } + + slaves = { + culture = lunda + religion = animist + size = 4700 + } + + aristocrats = { + culture = chokwe + religion = animist + size = 50 + } + + clergymen = { + culture = chokwe + religion = animist + size = 50 + } + + artisans = { + culture = chokwe + religion = animist + size = 250 + } + + soldiers = { + culture = chokwe + religion = animist + size = 50 + } + + farmers = { + culture = chokwe + religion = animist + size = 3600 + } + + slaves = { + culture = kavango + religion = animist + size = 1100 + } } diff --git a/HPM/history/pops/1836.1.1/Argentina.txt b/HPM/history/pops/1836.1.1/Argentina.txt index 4d4a784d..2a8f2136 100644 --- a/HPM/history/pops/1836.1.1/Argentina.txt +++ b/HPM/history/pops/1836.1.1/Argentina.txt @@ -2,1954 +2,1954 @@ #Under rule of Argentina 1836 #Buenos Aires (132000/33000 POPS) 2348 = { - aristocrats = { - culture = platinean - religion = catholic - size = 1625 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 500 - } - - officers = { - culture = platinean - religion = catholic - size = 75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 375 - } - - artisans = { - culture = platinean - religion = catholic - size = 15000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 6000 - } - - farmers = { - culture = platinean - religion = catholic - size = 105825 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 3000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 1625 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 500 + } + + officers = { + culture = platinean + religion = catholic + size = 75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 375 + } + + artisans = { + culture = platinean + religion = catholic + size = 15000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 6000 + } + + farmers = { + culture = platinean + religion = catholic + size = 105825 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 3000 + } } #Junin (56000/14000 POPS) 2349 = { - aristocrats = { - culture = platinean - religion = catholic - size = 275 - } - - clergymen = { - culture = platinean - religion = catholic - size = 175 - } - - artisans = { - culture = platinean - religion = catholic - size = 5100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 4000 - } - - farmers = { - culture = platinean - religion = catholic - size = 25550 - } + aristocrats = { + culture = platinean + religion = catholic + size = 275 + } + + clergymen = { + culture = platinean + religion = catholic + size = 175 + } + + artisans = { + culture = platinean + religion = catholic + size = 5100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 4000 + } + + farmers = { + culture = platinean + religion = catholic + size = 25550 + } } #Azul (12000/3000 POPS) 2350 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - - farmers = { - culture = platinean - religion = catholic - size = 15700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + + farmers = { + culture = platinean + religion = catholic + size = 15700 + } } #La Plata (4000/1000 POPS) 2351 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 19000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 19000 + } } #Mar del Plata (12000/3000 POPS) 2352 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 20700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 20700 + } } #Under loose authority of Argentina 1836 #Trenque Lanquen (12000/9000 POPS) 2353 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Bahia Blanca (24000/6000 POPS) 2354 = { - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 2725 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 2725 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Carmen (20000/5000 POPS) 2355 = { - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1875 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - - farmers = { - culture = patagonian - religion = animist - size = 5700 - } + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1875 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + + farmers = { + culture = patagonian + religion = animist + size = 5700 + } } #Corrientes Region (164000) #Under rule of Argentina 1836 #Corrientes (96000/24000 POPS) 2356 = { - aristocrats = { - culture = platinean - religion = catholic - size = 450 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 800 - } - - officers = { - culture = platinean - religion = catholic - size = 35 - } - - clergymen = { - culture = platinean - religion = catholic - size = 225 - } - - artisans = { - culture = platinean - religion = catholic - size = 3000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 3000 - } - - farmers = { - culture = platinean - religion = catholic - size = 45015 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - farmers = { - culture = guarani - religion = animist - size = 22750 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 5000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 450 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 800 + } + + officers = { + culture = platinean + religion = catholic + size = 35 + } + + clergymen = { + culture = platinean + religion = catholic + size = 225 + } + + artisans = { + culture = platinean + religion = catholic + size = 3000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 3000 + } + + farmers = { + culture = platinean + religion = catholic + size = 45015 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + farmers = { + culture = guarani + religion = animist + size = 22750 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 5000 + } } #Curuzu Cuatia (16000/4000 POPS) 2357 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2500 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1825 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2500 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1825 + } } #Santo Tomas (28000/7000 POPS) 2358 = { - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 1875 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1825 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 1875 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1825 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } #Colon (8000/2000 POPS) 2359 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 1900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 1900 + } } #Parana (16000/4000 POPS) 2360 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 2000 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_caribeno - religion = animist - size = 500 - } - - soldiers = { - culture = guarani - religion = animist - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 36825 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 2000 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_caribeno + religion = animist + size = 500 + } + + soldiers = { + culture = guarani + religion = animist + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 36825 + } } #Santa Fe Region (72000) #Under rule of Argentina 1836 #Santa Esperitu (8000/2000 POPS) 2361 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 10800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 10800 + } } #Reconquista (56000/14000 POPS) 2362 = { - aristocrats = { - culture = platinean - religion = catholic - size = 275 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 300 - } - - officers = { - culture = platinean - religion = catholic - size = 20 - } - - clergymen = { - culture = platinean - religion = catholic - size = 175 - } - - artisans = { - culture = platinean - religion = catholic - size = 4000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 150 - } - - farmers = { - culture = platinean - religion = catholic - size = 14350 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 3000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 275 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 300 + } + + officers = { + culture = platinean + religion = catholic + size = 20 + } + + clergymen = { + culture = platinean + religion = catholic + size = 175 + } + + artisans = { + culture = platinean + religion = catholic + size = 4000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 150 + } + + farmers = { + culture = platinean + religion = catholic + size = 14350 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 3000 + } } #Rosario (8000/2000 POPS) 2363 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #Chaco Region (76000) #see Paraguay.txt for balance of region #Under loose authority of Argentina 1836 #Resistencia (16000/4000 POPS) 2364 = { - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 2 - } - - clergymen = { - culture = platinean - religion = catholic - size = 23 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1200 - } + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 2 + } + + clergymen = { + culture = platinean + religion = catholic + size = 23 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1200 + } } #Villa Angela (16000/4000 POPS) 2365 = { - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Under loose authority of Paraguay 1836 #Formosa (24000/6000 POPS) #now part of Argentina 2366 = { - aristocrats = { - culture = guarani - religion = catholic - size = 75 - } - - clergymen = { - culture = guarani - religion = catholic - size = 75 - } - - soldiers = { - culture = guarani - religion = catholic - size = 500 - } - - labourers = { - culture = guarani - religion = animist - size = 2300 - } - - labourers = { - culture = guarani - religion = catholic - size = 1075 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 2 - } - - clergymen = { - culture = platinean - religion = catholic - size = 23 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - labourers = { - culture = platinean - religion = catholic - size = 500 - } - - slaves = { - culture = guarani - religion = animist - size = 800 - } + aristocrats = { + culture = guarani + religion = catholic + size = 75 + } + + clergymen = { + culture = guarani + religion = catholic + size = 75 + } + + soldiers = { + culture = guarani + religion = catholic + size = 500 + } + + labourers = { + culture = guarani + religion = animist + size = 2300 + } + + labourers = { + culture = guarani + religion = catholic + size = 1075 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 2 + } + + clergymen = { + culture = platinean + religion = catholic + size = 23 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + labourers = { + culture = platinean + religion = catholic + size = 500 + } + + slaves = { + culture = guarani + religion = animist + size = 800 + } } #Xolotas (20000/5000 POPS) #now part of Argentina 2367 = { - aristocrats = { - culture = guarani - religion = catholic - size = 75 - } - - clergymen = { - culture = guarani - religion = catholic - size = 75 - } - - soldiers = { - culture = guarani - religion = catholic - size = 550 - } - - labourers = { - culture = guarani - religion = animist - size = 4075 - } + aristocrats = { + culture = guarani + religion = catholic + size = 75 + } + + clergymen = { + culture = guarani + religion = catholic + size = 75 + } + + soldiers = { + culture = guarani + religion = catholic + size = 550 + } + + labourers = { + culture = guarani + religion = animist + size = 4075 + } } #Salta Region (36000) #Under rule of Argentina 1836 #Santa Rosa - Former Bechar (20000/5000 POPS) 1714 = { - aristocrats = { - culture = platinean - religion = catholic - size = 5 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 10 - } - - artisans = { - culture = platinean - religion = catholic - size = 10 - } - - soldiers = { - culture = platinean - religion = catholic - size = 60 - } - - farmers = { - culture = platinean - religion = catholic - size = 300 - } - - farmers = { - culture = south_andean - religion = catholic - size = 200 - } + aristocrats = { + culture = platinean + religion = catholic + size = 5 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 10 + } + + artisans = { + culture = platinean + religion = catholic + size = 10 + } + + soldiers = { + culture = platinean + religion = catholic + size = 60 + } + + farmers = { + culture = platinean + religion = catholic + size = 300 + } + + farmers = { + culture = south_andean + religion = catholic + size = 200 + } } #Salta (16000/4000 POPS) 2368 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 15 - } - - officers = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 1000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 1600 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 15 + } + + officers = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 1000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 1600 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #Jujuy (8000/2000 POPS) 2369 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 1100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 1100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Cochinoca (4000/1000 POPS) 2370 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 10 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 10 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Equia (4000/1000 POPS) 2371 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 10 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 10 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Rivadavia (4000/1000 POPS) 2372 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 10 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 10 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Tucuman Region (36000) #Under rule of Argentina 1836 #Tucuman (20000/5000 POPS) 2373 = { - aristocrats = { - culture = platinean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 15 - } - - officers = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 100 - } - - artisans = { - culture = platinean - religion = catholic - size = 1500 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 4225 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 2000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 15 + } + + officers = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 100 + } + + artisans = { + culture = platinean + religion = catholic + size = 1500 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 4225 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 2000 + } } #Catamarca (12000/3000 POPS) 2374 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 2000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 2000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1000 + } } #Vinchina (4000/1000 POPS) 2375 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 10 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 10 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Santiago del Estero Region (40000) #Under rule of Argentina 1836 #Santiago del Estero (16000/4000 POPS) 2376 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 10 - } - - officers = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 3005 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 10 + } + + officers = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 3005 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #Anatuya (16000/4000 POPS) 2377 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } #Mailin (8000/2000 POPS) 2378 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #Cordoba Region (136000) #Under rule of Argentina 1836 #Cordoba de Argentina (84000/21000 POPS) 2379 = { - aristocrats = { - culture = platinean - religion = catholic - size = 425 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 40 - } - - officers = { - culture = platinean - religion = catholic - size = 500 - } - - clergymen = { - culture = platinean - religion = catholic - size = 200 - } - - artisans = { - culture = platinean - religion = catholic - size = 1000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 5000 - } - - farmers = { - culture = platinean - religion = catholic - size = 76300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 7000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 425 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 40 + } + + officers = { + culture = platinean + religion = catholic + size = 500 + } + + clergymen = { + culture = platinean + religion = catholic + size = 200 + } + + artisans = { + culture = platinean + religion = catholic + size = 1000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 5000 + } + + farmers = { + culture = platinean + religion = catholic + size = 76300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 7000 + } } #Villa Nueva (8000/2000 POPS) 2380 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #Rio Cuarto (8000/2000 POPS) 2381 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #San Luis (8000/2000 POPS) 2383 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #Under the loose rule of Argentina 1836 #Renanco (20000/5000 POPS) 2382 = { - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1825 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - soldiers = { - culture = patagonian - religion = animist - size = 175 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1825 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + soldiers = { + culture = patagonian + religion = animist + size = 175 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Mercedes (8000/2000 POPS) 2384 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 5 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 5 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #La Rioja Region (40000) #Under rule of Argentina 1836 #La Rioja (16000/4000 POPS) 2385 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 15 - } - - officers = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 250 - } - - farmers = { - culture = platinean - religion = catholic - size = 3000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 15 + } + + officers = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 250 + } + + farmers = { + culture = platinean + religion = catholic + size = 3000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 700 + } } #Santa Rita (8000/2000 POPS) 2386 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #San Juan de la Frontera (12000/3000 POPS) 2387 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 2000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 2000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #Calingasta (4000/1000 POPS) 2388 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - - soldiers = { - culture = platinean - religion = catholic - size = 60 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + + soldiers = { + culture = platinean + religion = catholic + size = 60 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } } #Mendoza Region (32000) #Under rule of Argentina 1836 #Mendoza (12000/3000 POPS) 2389 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 5 - } - - officers = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 200 - } - - farmers = { - culture = platinean - religion = catholic - size = 2060 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 5 + } + + officers = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 200 + } + + farmers = { + culture = platinean + religion = catholic + size = 2060 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #San Rafael (8000/2000 POPS) 2390 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 125 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 125 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } } #Under the loose rule of Argentina 1836 #Neuquen (12000/3000 POPS) 2391 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 125 - } - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 125 + } + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Rio Negro-La Pampa Region (52000) #Under the loose rule of Argentina 1836 #Viedma (12000/3000 POPS) 2392 = { - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - soldiers = { - culture = patagonian - religion = animist - size = 175 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + soldiers = { + culture = patagonian + religion = animist + size = 175 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Telen (12000/3000 POPS) 2393 = { - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - soldiers = { - culture = patagonian - religion = animist - size = 175 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + soldiers = { + culture = patagonian + religion = animist + size = 175 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Bariloche (16000/4000 POPS) 2394 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - soldiers = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 75 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 250 - } - - farmers = { - culture = patagonian - religion = animist - size = 3675 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + soldiers = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 75 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 250 + } + + farmers = { + culture = patagonian + religion = animist + size = 3675 + } } #Curaco (12000/3000 POPS) 2395 = { - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - soldiers = { - culture = patagonian - religion = animist - size = 175 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + soldiers = { + culture = patagonian + religion = animist + size = 175 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Patagonia Region (20000) #Under the loose rule of Argentina 1836 #Rawson (4000/1000 POPS) 2396 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 65 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 65 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Esquel (4000/1000 POPS) 2397 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 65 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 65 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Puerto Deseado (4000/1000 POPS) 2398 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 65 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 65 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Rio Gallegos (4000/1000 POPS) 2399 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 65 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 65 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Rio Grande (4000/1000 POPS) 2400 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - soldiers = { - culture = patagonian - religion = animist - size = 65 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + soldiers = { + culture = patagonian + religion = animist + size = 65 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Paraguay Region (16000) #see Paraguay.txt & Brazil.txt for balance of region #Under loose authority of Paraguay 1836 #Posadas (16000/4000 POPS) #now part of Argentina 2554 = { - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - soldiers = { - culture = guarani - religion = animist - size = 175 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + soldiers = { + culture = guarani + religion = animist + size = 175 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Armenia.txt b/HPM/history/pops/1836.1.1/Armenia.txt index d5bc4fdc..eea47278 100644 --- a/HPM/history/pops/1836.1.1/Armenia.txt +++ b/HPM/history/pops/1836.1.1/Armenia.txt @@ -2,299 +2,299 @@ #under the rule of Russia in 1836 #Erivan (128000/32000 POPS) 1098 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - soldiers = { - culture = russian - religion = orthodox - size = 75 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 175 - } - - bureaucrats = { - culture = armenian - religion = coptic - size = 25 - } - - officers = { - culture = armenian - religion = coptic - size = 50 - } - - clergymen = { - culture = armenian - religion = coptic - size = 125 - } - - soldiers = { - culture = armenian - religion = coptic - size = 125 - } - - farmers = { - culture = armenian - religion = coptic - size = 11850 - } - - farmers = { - culture = sephardic - religion = jewish - size = 200 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 200 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 100 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 550 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 100 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 10050 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 25 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 25 - } - - farmers = { - culture = kurdish - religion = sunni - size = 1850 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 1000 - } - - farmers = { - culture = assyrian - religion = catholic - size = 300 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + soldiers = { + culture = russian + religion = orthodox + size = 75 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 175 + } + + bureaucrats = { + culture = armenian + religion = coptic + size = 25 + } + + officers = { + culture = armenian + religion = coptic + size = 50 + } + + clergymen = { + culture = armenian + religion = coptic + size = 125 + } + + soldiers = { + culture = armenian + religion = coptic + size = 125 + } + + farmers = { + culture = armenian + religion = coptic + size = 11850 + } + + farmers = { + culture = sephardic + religion = jewish + size = 200 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 200 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 100 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 550 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 100 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 10050 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 25 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 25 + } + + farmers = { + culture = kurdish + religion = sunni + size = 1850 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 1000 + } + + farmers = { + culture = assyrian + religion = catholic + size = 300 + } } #Gyumri (68000/17000 POPS) 1099 = { - aristocrats = { - culture = armenian - religion = coptic - size = 300 - } - - clergymen = { - culture = armenian - religion = coptic - size = 175 - } - - artisans = { - culture = armenian - religion = coptic - size = 800 - } - - soldiers = { - culture = armenian - religion = coptic - size = 175 - } - - farmers = { - culture = armenian - religion = coptic - size = 14750 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 10 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 15 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 10 - } - - farmers = { - culture = georgian - religion = orthodox - size = 925 - } - - farmers = { - culture = greek - religion = orthodox - size = 325 - } - + aristocrats = { + culture = armenian + religion = coptic + size = 300 + } + + clergymen = { + culture = armenian + religion = coptic + size = 175 + } + + artisans = { + culture = armenian + religion = coptic + size = 800 + } + + soldiers = { + culture = armenian + religion = coptic + size = 175 + } + + farmers = { + culture = armenian + religion = coptic + size = 14750 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 10 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 15 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 10 + } + + farmers = { + culture = georgian + religion = orthodox + size = 925 + } + + farmers = { + culture = greek + religion = orthodox + size = 325 + } + } #Kapan (44000/11000 POPS) 1100 = { - aristocrats = { - culture = armenian - religion = coptic - size = 125 - } - - clergymen = { - culture = armenian - religion = coptic - size = 75 - } - - artisans = { - culture = armenian - religion = coptic - size = 400 - } - - soldiers = { - culture = armenian - religion = coptic - size = 75 - } - - farmers = { - culture = armenian - religion = coptic - size = 7325 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 25 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 25 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2775 - } + aristocrats = { + culture = armenian + religion = coptic + size = 125 + } + + clergymen = { + culture = armenian + religion = coptic + size = 75 + } + + artisans = { + culture = armenian + religion = coptic + size = 400 + } + + soldiers = { + culture = armenian + religion = coptic + size = 75 + } + + farmers = { + culture = armenian + religion = coptic + size = 7325 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 25 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 25 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2775 + } } -#Nakhichevan (60000/15000 POPS) #now part of Azerbaijan +#Nakhichevan (60000/15000 POPS) #now part of Azerbaijan 1101 = { - aristocrats = { - culture = armenian - religion = coptic - size = 125 - } - - clergymen = { - culture = armenian - religion = coptic - size = 175 - } - - artisans = { - culture = armenian - religion = coptic - size = 450 - } - - soldiers = { - culture = armenian - religion = coptic - size = 100 - } - - farmers = { - culture = armenian - religion = coptic - size = 8250 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 100 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 75 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 50 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 4500 - } + aristocrats = { + culture = armenian + religion = coptic + size = 125 + } + + clergymen = { + culture = armenian + religion = coptic + size = 175 + } + + artisans = { + culture = armenian + religion = coptic + size = 450 + } + + soldiers = { + culture = armenian + religion = coptic + size = 100 + } + + farmers = { + culture = armenian + religion = coptic + size = 8250 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 100 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 75 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 50 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 4500 + } } diff --git a/HPM/history/pops/1836.1.1/Australia.txt b/HPM/history/pops/1836.1.1/Australia.txt index d65d15f1..2dc6995d 100644 --- a/HPM/history/pops/1836.1.1/Australia.txt +++ b/HPM/history/pops/1836.1.1/Australia.txt @@ -2,1859 +2,1859 @@ #Ruled by Britain 1836 #Sydney (64000/16000 POPS) 2468 = { - aristocrats = { - culture = australian - religion = protestant - size = 50 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 35 - } - - clergymen = { - culture = australian - religion = protestant - size = 65 - } - - officers = { - culture = australian - religion = protestant - size = 25 - } - - artisans = { - culture = australian - religion = protestant - size = 100 - } - - soldiers = { - culture = australian - religion = protestant - size = 100 - } - - farmers = { - culture = australian - religion = protestant - size = 200 - } - - artisans = { - culture = british - religion = protestant - size = 3000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = australian - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 4300 - } - - clergymen = { - culture = irish - religion = catholic - size = 25 - } - - farmers = { - culture = irish - religion = catholic - size = 2975 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 175 - } - - farmers = { - culture = aborigine - religion = animist - size = 2800 - } + aristocrats = { + culture = australian + religion = protestant + size = 50 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 35 + } + + clergymen = { + culture = australian + religion = protestant + size = 65 + } + + officers = { + culture = australian + religion = protestant + size = 25 + } + + artisans = { + culture = australian + religion = protestant + size = 100 + } + + soldiers = { + culture = australian + religion = protestant + size = 100 + } + + farmers = { + culture = australian + religion = protestant + size = 200 + } + + artisans = { + culture = british + religion = protestant + size = 3000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = australian + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 4300 + } + + clergymen = { + culture = irish + religion = catholic + size = 25 + } + + farmers = { + culture = irish + religion = catholic + size = 2975 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 175 + } + + farmers = { + culture = aborigine + religion = animist + size = 2800 + } } #Newcastle (16000/4000 POPS) 2469 = { - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 1445 - } - - clergymen = { - culture = australian - religion = protestant - size = 25 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = australian - religion = protestant - size = 50 - } - - farmers = { - culture = australian - religion = protestant - size = 100 - } - - clergymen = { - culture = irish - religion = catholic - size = 10 - } - - - farmers = { - culture = irish - religion = catholic - size = 1100 - } - - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - soldiers = { - culture = aborigine - religion = animist - size = 265 - } - - farmers = { - culture = aborigine - religion = animist - size = 925 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 1445 + } + + clergymen = { + culture = australian + religion = protestant + size = 25 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = australian + religion = protestant + size = 50 + } + + farmers = { + culture = australian + religion = protestant + size = 100 + } + + clergymen = { + culture = irish + religion = catholic + size = 10 + } + + + farmers = { + culture = irish + religion = catholic + size = 1100 + } + + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + soldiers = { + culture = aborigine + religion = animist + size = 265 + } + + farmers = { + culture = aborigine + religion = animist + size = 925 + } } #Port Macquarie (12000/3000 POPS) 2470 = { - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 700 - } - - clergymen = { - culture = australian - religion = protestant - size = 10 - } - - artisans = { - culture = australian - religion = protestant - size = 20 - } - - soldiers = { - culture = australian - religion = protestant - size = 10 - } - - farmers = { - culture = australian - religion = protestant - size = 160 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 125 - } - - farmers = { - culture = aborigine - religion = animist - size = 1800 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 700 + } + + clergymen = { + culture = australian + religion = protestant + size = 10 + } + + artisans = { + culture = australian + religion = protestant + size = 20 + } + + soldiers = { + culture = australian + religion = protestant + size = 10 + } + + farmers = { + culture = australian + religion = protestant + size = 160 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 125 + } + + farmers = { + culture = aborigine + religion = animist + size = 1800 + } } #Eden (12000/3000 POPS) 2472 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 65 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 1625 - } - - clergymen = { - culture = australian - religion = protestant - size = 25 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = australian - religion = protestant - size = 50 - } - - farmers = { - culture = australian - religion = protestant - size = 100 - } - + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 65 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 1625 + } + + clergymen = { + culture = australian + religion = protestant + size = 25 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = australian + religion = protestant + size = 50 + } + + farmers = { + culture = australian + religion = protestant + size = 100 + } + } #Wagga Wagga (12000/3000 POPS) 2473 = { - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = australian - religion = protestant - size = 900 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1850 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = australian + religion = protestant + size = 900 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1850 + } } #uncolonized in 1836 #Ophir - Bathurst (8000/2000 POPS) 2471 = { - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 150 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 150 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Moree (8000/2000 POPS) 2474 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1850 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1850 + } } #Broken Hill (12000/3000 POPS) 2475 = { - aristocrats = { - culture = aborigine - religion = animist - size = 50 - } - - clergymen = { - culture = aborigine - religion = animist - size = 75 - } - - soldiers = { - culture = aborigine - religion = animist - size = 175 - } - - farmers = { - culture = aborigine - religion = animist - size = 2700 - } + aristocrats = { + culture = aborigine + religion = animist + size = 50 + } + + clergymen = { + culture = aborigine + religion = animist + size = 75 + } + + soldiers = { + culture = aborigine + religion = animist + size = 175 + } + + farmers = { + culture = aborigine + religion = animist + size = 2700 + } } #Victoria Region - 44000 #uncolonized in 1836 #Melbourne (12000/3000 POPS) 2476 = { - aristocrats = { - culture = australian - religion = protestant - size = 10 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 5 - } - - clergymen = { - culture = australian - religion = protestant - size = 5 - } - - officers = { - culture = australian - religion = protestant - size = 5 - } - - artisans = { - culture = australian - religion = protestant - size = 10 - } - - soldiers = { - culture = australian - religion = protestant - size = 10 - } - - farmers = { - culture = australian - religion = protestant - size = 50 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 55 - } - - soldiers = { - culture = aborigine - religion = animist - size = 175 - } - - farmers = { - culture = aborigine - religion = animist - size = 2775 - } - + aristocrats = { + culture = australian + religion = protestant + size = 10 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 5 + } + + clergymen = { + culture = australian + religion = protestant + size = 5 + } + + officers = { + culture = australian + religion = protestant + size = 5 + } + + artisans = { + culture = australian + religion = protestant + size = 10 + } + + soldiers = { + culture = australian + religion = protestant + size = 10 + } + + farmers = { + culture = australian + religion = protestant + size = 50 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 55 + } + + soldiers = { + culture = aborigine + religion = animist + size = 175 + } + + farmers = { + culture = aborigine + religion = animist + size = 2775 + } + } #Warnambool (8000/2000 POPS) 2477 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1850 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1850 + } } #Ballarat (8000/2000 POPS) 2478 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Sale (8000/2000 POPS) 2479 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Beechworth (4000/1000 POPS) 2480 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Swan Hill (4000/1000 POPS) 2481 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Tasmania Region (36000) #ruled by Britain 1836 #Hobart (36000/9000 POPS) 2482 = { - bureaucrats = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 8675 - } - - clergymen = { - culture = australian - religion = protestant - size = 10 - } - - artisans = { - culture = australian - religion = protestant - size = 20 - } - - soldiers = { - culture = australian - religion = protestant - size = 10 - } - - farmers = { - culture = australian - religion = protestant - size = 60 - } + bureaucrats = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 8675 + } + + clergymen = { + culture = australian + religion = protestant + size = 10 + } + + artisans = { + culture = australian + religion = protestant + size = 20 + } + + soldiers = { + culture = australian + religion = protestant + size = 10 + } + + farmers = { + culture = australian + religion = protestant + size = 60 + } } #Queensland Region : 64000 #ruled by Britain 1836 #2483 - Brisbane (12000/3000 POPS) 2483 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 190 - } - - aristocrats = { - culture = australian - religion = protestant - size = 10 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 5 - } - - officers = { - culture = australian - religion = protestant - size = 10 - } - - clergymen = { - culture = australian - religion = protestant - size = 25 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = australian - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 875 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 190 + } + + aristocrats = { + culture = australian + religion = protestant + size = 10 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 5 + } + + officers = { + culture = australian + religion = protestant + size = 10 + } + + clergymen = { + culture = australian + religion = protestant + size = 25 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = australian + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 875 + } } #uncolonized in 1836 #Gladstone (8000/2000 POPS) 2484 = { - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1850 - } + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1850 + } } #Clermont (4000/1000 POPS) 2485 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Toowoomba (8000/2000 POPS) 2486 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Townsville (8000/2000 POPS) 2487 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Cooktown (10000/2500 POPS) 2488 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 2400 - } - - farmers = { - culture = melanesian - religion = animist - size = 1200 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 2400 + } + + farmers = { + culture = melanesian + religion = animist + size = 1200 + } } #Longreach (4000/1000 POPS) 2489 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 950 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 950 + } } #Charleville (4000/1000 POPS) 2490 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Normanton (6000/1500 POPS) 2604 = { - aristocrats = { - culture = aborigine - religion = animist - size = 15 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 90 - } - - farmers = { - culture = aborigine - religion = animist - size = 1370 - } + aristocrats = { + culture = aborigine + religion = animist + size = 15 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 90 + } + + farmers = { + culture = aborigine + religion = animist + size = 1370 + } } #South Australia Region - 32000 #uncolonized in 1836 #Adelaide (12000/3000 POPS) 2491 = { - aristocrats = { - culture = australian - religion = protestant - size = 2 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 2 - } - - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - officers = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - farmers = { - culture = british - religion = protestant - size = 20 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 50 - } - - clergymen = { - culture = aborigine - religion = animist - size = 75 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 2900 - } + aristocrats = { + culture = australian + religion = protestant + size = 2 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 2 + } + + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + officers = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + farmers = { + culture = british + religion = protestant + size = 20 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 50 + } + + clergymen = { + culture = aborigine + religion = animist + size = 75 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 2900 + } } #Port Lincoln (4000/1000 POPS) 2492 = { - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Robe (4000/1000 POPS) 2493 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Port Augusta (4000/1000 POPS) 2494 = { - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Oodnadatta (4000/1000 POPS) 2495 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Tarcoola (4000/1000 POPS) 2496 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Western Australia Region : 71000 #ruled by Britain 1836 #Perth (23000/5750 POPS) 2497 = { - clergymen = { - culture = australian - religion = protestant - size = 15 - } - - soldiers = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 630 - } - - aristocrats = { - culture = australian - religion = protestant - size = 5 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 3 - } - - officers = { - culture = australian - religion = protestant - size = 5 - } - - artisans = { - culture = australian - religion = protestant - size = 10 - } - - clergymen = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 10 - } - - farmers = { - culture = australian - religion = protestant - size = 10 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 75 - } - - clergymen = { - culture = aborigine - religion = animist - size = 125 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 50 - } - - farmers = { - culture = aborigine - religion = animist - size = 4750 - } + clergymen = { + culture = australian + religion = protestant + size = 15 + } + + soldiers = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 630 + } + + aristocrats = { + culture = australian + religion = protestant + size = 5 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 3 + } + + officers = { + culture = australian + religion = protestant + size = 5 + } + + artisans = { + culture = australian + religion = protestant + size = 10 + } + + clergymen = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 10 + } + + farmers = { + culture = australian + religion = protestant + size = 10 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 75 + } + + clergymen = { + culture = aborigine + religion = animist + size = 125 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 50 + } + + farmers = { + culture = aborigine + religion = animist + size = 4750 + } } #Kojonup - Albany (12000/3000 POPS) 2498 = { - aristocrats = { - culture = australian - religion = protestant - size = 3 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 2 - } - - clergymen = { - culture = australian - religion = protestant - size = 5 - } - - officers = { - culture = australian - religion = protestant - size = 5 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 50 - } - - clergymen = { - culture = aborigine - religion = animist - size = 75 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 2700 - } + aristocrats = { + culture = australian + religion = protestant + size = 3 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 2 + } + + clergymen = { + culture = australian + religion = protestant + size = 5 + } + + officers = { + culture = australian + religion = protestant + size = 5 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 50 + } + + clergymen = { + culture = aborigine + religion = animist + size = 75 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 2700 + } } #Geraldton (8000/2000 POPS) 2499 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1850 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1850 + } } #Kalgoorlie (4000/1000 POPS) 2500 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Broome (8000/2000 POPS) 2501 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Dampier (2000/500 POPS) 2502 = { - aristocrats = { - culture = aborigine - religion = animist - size = 5 - } - - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - soldiers = { - culture = aborigine - religion = animist - size = 10 - } - - farmers = { - culture = aborigine - religion = animist - size = 450 - } + aristocrats = { + culture = aborigine + religion = animist + size = 5 + } + + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + soldiers = { + culture = aborigine + religion = animist + size = 10 + } + + farmers = { + culture = aborigine + religion = animist + size = 450 + } } #Laverton (2800/700 POPS) 2503 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - soldiers = { - culture = aborigine - religion = animist - size = 10 - } - - farmers = { - culture = aborigine - religion = animist - size = 630 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + soldiers = { + culture = aborigine + religion = animist + size = 10 + } + + farmers = { + culture = aborigine + religion = animist + size = 630 + } } #Esperance (4000/1000 POPS) 2504 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size = 15 - } - - farmers = { - culture = aborigine - religion = animist - size = 900 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size = 15 + } + + farmers = { + culture = aborigine + religion = animist + size = 900 + } } #Halls Creek (2000/500 POPS) 2601 = { - aristocrats = { - culture = aborigine - religion = animist - size = 5 - } - - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - soldiers = { - culture = aborigine - religion = animist - size = 5 - } - - farmers = { - culture = aborigine - religion = animist - size = 450 - } + aristocrats = { + culture = aborigine + religion = animist + size = 5 + } + + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + soldiers = { + culture = aborigine + religion = animist + size = 5 + } + + farmers = { + culture = aborigine + religion = animist + size = 450 + } } #Roebourne (2000/500 POPS) 2602 = { - aristocrats = { - culture = aborigine - religion = animist - size = 5 - } - - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - soldiers = { - culture = aborigine - religion = animist - size = 5 - } - - farmers = { - culture = aborigine - religion = animist - size = 450 - } + aristocrats = { + culture = aborigine + religion = animist + size = 5 + } + + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + soldiers = { + culture = aborigine + religion = animist + size = 5 + } + + farmers = { + culture = aborigine + religion = animist + size = 450 + } } #Wiluna (3200/800 POPS) 2605 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - soldiers = { - culture = aborigine - religion = animist - size = 10 - } - - farmers = { - culture = aborigine - religion = animist - size = 725 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + soldiers = { + culture = aborigine + religion = animist + size = 10 + } + + farmers = { + culture = aborigine + religion = animist + size = 725 + } } #Northern Australia Region (32000) #uncolonized in 1836 #Palmerston - Port Essington (20000/5000 POPS) 2505 = { - aristocrats = { - culture = australian - religion = protestant - size = 2 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 2 - } - - clergymen = { - culture = australian - religion = protestant - size = 3 - } - - officers = { - culture = australian - religion = protestant - size = 3 - } - - artisans = { - culture = australian - religion = protestant - size = 5 - } - - soldiers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = australian - religion = protestant - size = 20 - } - - aristocrats = { - culture = aborigine - religion = animist - size = 75 - } - - clergymen = { - culture = aborigine - religion = animist - size = 125 - } - - soldiers = { - culture = aborigine - religion = animist - size = 50 - } - - farmers = { - culture = aborigine - religion = animist - size = 4500 - } + aristocrats = { + culture = australian + religion = protestant + size = 2 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 2 + } + + clergymen = { + culture = australian + religion = protestant + size = 3 + } + + officers = { + culture = australian + religion = protestant + size = 3 + } + + artisans = { + culture = australian + religion = protestant + size = 5 + } + + soldiers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = australian + religion = protestant + size = 20 + } + + aristocrats = { + culture = aborigine + religion = animist + size = 75 + } + + clergymen = { + culture = aborigine + religion = animist + size = 125 + } + + soldiers = { + culture = aborigine + religion = animist + size = 50 + } + + farmers = { + culture = aborigine + religion = animist + size = 4500 + } } #Tennant Creek (8000/2000 POPS) 2506 = { - aristocrats = { - culture = aborigine - religion = animist - size = 25 - } - - clergymen = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 1750 - } + aristocrats = { + culture = aborigine + religion = animist + size = 25 + } + + clergymen = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 1750 + } } #Alice Springs (2800/700 POPS) 2507 = { - aristocrats = { - culture = aborigine - religion = animist - size = 10 - } - - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - soldiers = { - culture = aborigine - religion = animist - size = 10 - } - - farmers = { - culture = aborigine - religion = animist - size = 630 - } + aristocrats = { + culture = aborigine + religion = animist + size = 10 + } + + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + soldiers = { + culture = aborigine + religion = animist + size = 10 + } + + farmers = { + culture = aborigine + religion = animist + size = 630 + } } #Lajamanu (1200/300 POPS) 2603 = { - aristocrats = { - culture = aborigine - religion = animist - size = 2 - } - - clergymen = { - culture = aborigine - religion = animist - size = 3 - } - - soldiers = { - culture = aborigine - religion = animist - size = 5 - } - - farmers = { - culture = aborigine - religion = animist - size = 275 - } + aristocrats = { + culture = aborigine + religion = animist + size = 2 + } + + clergymen = { + culture = aborigine + religion = animist + size = 3 + } + + soldiers = { + culture = aborigine + religion = animist + size = 5 + } + + farmers = { + culture = aborigine + religion = animist + size = 275 + } } #Norfolk Island Region (1000) #Ruled by Britain 1836 #Norfolk Island (1000/250 POPS) 2508 = { - clergymen = { - culture = australian - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 235 - } - -} \ No newline at end of file + clergymen = { + culture = australian + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 235 + } + +} diff --git a/HPM/history/pops/1836.1.1/Austria.txt b/HPM/history/pops/1836.1.1/Austria.txt index e13bc7b7..825b3563 100644 --- a/HPM/history/pops/1836.1.1/Austria.txt +++ b/HPM/history/pops/1836.1.1/Austria.txt @@ -1,734 +1,734 @@ #Tirol Region (556000) #see Italy.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Innsbruck (236000/59000 POPS) 612 = { - aristocrats = { - culture = south_german - religion = catholic - size = 750 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1375 - } - - officers = { - culture = south_german - religion = catholic - size = 1250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 550 - } - - artisans = { - culture = south_german - religion = catholic - size = 2750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 50325 - } + aristocrats = { + culture = south_german + religion = catholic + size = 750 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1375 + } + + officers = { + culture = south_german + religion = catholic + size = 1250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 550 + } + + artisans = { + culture = south_german + religion = catholic + size = 2750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 50325 + } } #Salzburg (136000/34000 POPS) 613 = { - aristocrats = { - culture = south_german - religion = catholic - size = 450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 650 - } - - artisans = { - culture = south_german - religion = catholic - size = 3250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 24975 - } + aristocrats = { + culture = south_german + religion = catholic + size = 450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 650 + } + + artisans = { + culture = south_german + religion = catholic + size = 3250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 24975 + } } #Bregenz (132000/33000 POPS) 614 = { - aristocrats = { - culture = south_german - religion = catholic - size = 400 - } - - clergymen = { - culture = south_german - religion = catholic - size = 300 - } - - artisans = { - culture = south_german - religion = catholic - size = 1500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 24700 - } + aristocrats = { + culture = south_german + religion = catholic + size = 400 + } + + clergymen = { + culture = south_german + religion = catholic + size = 300 + } + + artisans = { + culture = south_german + religion = catholic + size = 1500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 24700 + } } #Lienz (52000/13000 POPS) 615 = { - aristocrats = { - culture = south_german - religion = catholic - size = 175 - } - - clergymen = { - culture = south_german - religion = catholic - size = 125 - } - - artisans = { - culture = south_german - religion = catholic - size = 600 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1125 - } - - farmers = { - culture = south_german - religion = catholic - size = 11975 - } + aristocrats = { + culture = south_german + religion = catholic + size = 175 + } + + clergymen = { + culture = south_german + religion = catholic + size = 125 + } + + artisans = { + culture = south_german + religion = catholic + size = 600 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1125 + } + + farmers = { + culture = south_german + religion = catholic + size = 11975 + } } #Carinthia-Styria Region (736000) #see Slovenia.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Graz (380000/95000 POPS) 616 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1550 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1425 - } - - officers = { - culture = south_german - religion = catholic - size = 275 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1025 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 2050 - } - - farmers = { - culture = south_german - religion = catholic - size = 70675 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1550 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1425 + } + + officers = { + culture = south_german + religion = catholic + size = 275 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1025 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 2050 + } + + farmers = { + culture = south_german + religion = catholic + size = 60675 + } } #Judenburg (168000/42000 POPS) 617 = { - aristocrats = { - culture = south_german - religion = catholic - size = 700 - } - - clergymen = { - culture = south_german - religion = catholic - size = 450 - } - - artisans = { - culture = south_german - religion = catholic - size = 2250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1050 - } - - farmers = { - culture = south_german - religion = catholic - size = 35150 - } + aristocrats = { + culture = south_german + religion = catholic + size = 700 + } + + clergymen = { + culture = south_german + religion = catholic + size = 450 + } + + artisans = { + culture = south_german + religion = catholic + size = 2250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1050 + } + + farmers = { + culture = south_german + religion = catholic + size = 45150 + } } #Klagenfurt (188000/47000 POPS) 618 = { - aristocrats = { - culture = south_german - religion = catholic - size = 450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 325 - } - - artisans = { - culture = south_german - religion = catholic - size = 1550 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 25675 - } - - clergymen = { - culture = slovene - religion = catholic - size = 175 - } - - artisans = { - culture = slovene - religion = catholic - size = 950 - } - - soldiers = { - culture = slovene - religion = catholic - size = 1200 - } - - farmers = { - culture = slovene - religion = catholic - size = 16675 - } + aristocrats = { + culture = south_german + religion = catholic + size = 450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 325 + } + + artisans = { + culture = south_german + religion = catholic + size = 1550 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 35675 + } + + clergymen = { + culture = slovene + religion = catholic + size = 175 + } + + artisans = { + culture = slovene + religion = catholic + size = 950 + } + + soldiers = { + culture = slovene + religion = catholic + size = 1200 + } + + farmers = { + culture = slovene + religion = catholic + size = 16675 + } } -#Austria Region (2000000) -#under the rule of Austria in 1836 +#Austria Region (2000000) +#under the rule of Austria in 1836 #Vienna (1084000/271000 POPS) 619 = { - aristocrats = { - culture = south_german - religion = catholic - size = 4250 - } - - capitalists = { - culture = south_german - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 3100 - } - - officers = { - culture = south_german - religion = catholic - size = 600 - } - - clergymen = { - culture = south_german - religion = catholic - size = 2750 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 4500 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 2750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - farmers = { - culture = south_german - religion = catholic - size = 186250 - } - - ####Czechs - aristocrats = { - culture = czech - religion = catholic - size = 100 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - craftsmen = { - culture = czech - religion = catholic - size = 1100 - } - - artisans = { - culture = czech - religion = catholic - size = 3650 - } - - farmers = { - culture = czech - religion = catholic - size = 1000 - } - ##### - - ####Hungarians - aristocrats = { - culture = hungarian - religion = catholic - size = 100 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 300 - } - - artisans = { - culture = hungarian - religion = catholic - size = 300 - } - - farmers = { - culture = hungarian - religion = catholic - size = 100 - } - - #### - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 200 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 4250 + } + + capitalists = { + culture = south_german + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 3100 + } + + officers = { + culture = south_german + religion = catholic + size = 600 + } + + clergymen = { + culture = south_german + religion = catholic + size = 2750 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 4500 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 2750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + farmers = { + culture = south_german + religion = catholic + size = 186250 + } + + ####Czechs + aristocrats = { + culture = czech + religion = catholic + size = 100 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + craftsmen = { + culture = czech + religion = catholic + size = 1100 + } + + artisans = { + culture = czech + religion = catholic + size = 3650 + } + + farmers = { + culture = czech + religion = catholic + size = 1000 + } + ##### + + ####Hungarians + aristocrats = { + culture = hungarian + religion = catholic + size = 100 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 300 + } + + artisans = { + culture = hungarian + religion = catholic + size = 300 + } + + farmers = { + culture = hungarian + religion = catholic + size = 100 + } + + #### + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 200 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Sankt Polten (88000/22000 POPS) 620 = { - aristocrats = { - culture = south_german - religion = catholic - size = 375 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 600 - } - - clergymen = { - culture = south_german - religion = catholic - size = 250 - } - - artisans = { - culture = south_german - religion = catholic - size = 1200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 250 - } - - farmers = { - culture = south_german - religion = catholic - size = 19925 - } + aristocrats = { + culture = south_german + religion = catholic + size = 375 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 600 + } + + clergymen = { + culture = south_german + religion = catholic + size = 250 + } + + artisans = { + culture = south_german + religion = catholic + size = 1200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 250 + } + + farmers = { + culture = south_german + religion = catholic + size = 19925 + } } #Krems (240000/60000 POPS) 621 = { - aristocrats = { - culture = south_german - religion = catholic - size = 925 - } - - clergymen = { - culture = south_german - religion = catholic - size = 625 - } - - artisans = { - culture = south_german - religion = catholic - size = 3100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 2650 - } - - farmers = { - culture = south_german - religion = catholic - size = 50700 - } + aristocrats = { + culture = south_german + religion = catholic + size = 925 + } + + clergymen = { + culture = south_german + religion = catholic + size = 625 + } + + artisans = { + culture = south_german + religion = catholic + size = 3100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 2650 + } + + farmers = { + culture = south_german + religion = catholic + size = 50700 + } } #Linz (588000/147000 POPS) 622 = { - aristocrats = { - culture = south_german - religion = catholic - size = 2300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 3200 - } - - artisans = { - culture = south_german - religion = catholic - size = 7650 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1550 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - farmers = { - culture = south_german - religion = catholic - size = 115900 - } + aristocrats = { + culture = south_german + religion = catholic + size = 2300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 3200 + } + + artisans = { + culture = south_german + religion = catholic + size = 7650 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1550 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + farmers = { + culture = south_german + religion = catholic + size = 105900 + } } #Odenburg Region (196000) #see Hungary.txt for balance of region #under the rule of Austria in 1836 #Eisenstadt (196000/49000 POPS) 624 = { - aristocrats = { - culture = south_german - religion = catholic - size = 700 - } - - clergymen = { - culture = south_german - religion = catholic - size = 475 - } - - artisans = { - culture = south_german - religion = catholic - size = 2350 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 2100 - } - - farmers = { - culture = south_german - religion = catholic - size = 40075 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 60 - } - - artisans = { - culture = hungarian - religion = catholic - size = 150 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1025 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2665 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 35 - } - - artisans = { - culture = hungarian - religion = protestant - size = 150 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 1025 - } - - farmers = { - culture = hungarian - religion = protestant - size = 1790 - } + aristocrats = { + culture = south_german + religion = catholic + size = 700 + } + + clergymen = { + culture = south_german + religion = catholic + size = 475 + } + + artisans = { + culture = south_german + religion = catholic + size = 2350 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 2100 + } + + farmers = { + culture = south_german + religion = catholic + size = 40075 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 60 + } + + artisans = { + culture = hungarian + religion = catholic + size = 150 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1025 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2665 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 35 + } + + artisans = { + culture = hungarian + religion = protestant + size = 150 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 1025 + } + + farmers = { + culture = hungarian + religion = protestant + size = 1790 + } } diff --git a/HPM/history/pops/1836.1.1/Azerbaijan.txt b/HPM/history/pops/1836.1.1/Azerbaijan.txt index 1c4af403..108b2554 100644 --- a/HPM/history/pops/1836.1.1/Azerbaijan.txt +++ b/HPM/history/pops/1836.1.1/Azerbaijan.txt @@ -2,464 +2,464 @@ #under the rule of Russia in 1836 #Baku (76000/19000 POPS) 1102 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 40 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - artisans = { - culture = russian - religion = orthodox - size = 15 - } - - soldiers = { - culture = russian - religion = orthodox - size = 40 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 125 - } - - bureaucrats = { - culture = azerbaijani - religion = sunni - size = 15 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 50 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 300 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 60 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 5350 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 175 - } - - bureaucrats = { - culture = azerbaijani - religion = shiite - size = 5 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 110 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 600 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 125 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 10985 - } - - clergymen = { - culture = armenian - religion = coptic - size = 10 - } - - artisans = { - culture = armenian - religion = coptic - size = 740 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 40 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + artisans = { + culture = russian + religion = orthodox + size = 15 + } + + soldiers = { + culture = russian + religion = orthodox + size = 40 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 125 + } + + bureaucrats = { + culture = azerbaijani + religion = sunni + size = 15 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 50 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 300 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 60 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 5350 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 175 + } + + bureaucrats = { + culture = azerbaijani + religion = shiite + size = 5 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 110 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 600 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 125 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 10985 + } + + clergymen = { + culture = armenian + religion = coptic + size = 10 + } + + artisans = { + culture = armenian + religion = coptic + size = 740 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Siyazen (56000/14000 POPS) 1103 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 50 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 50 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 150 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2725 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 125 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 350 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 75 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 6400 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 75 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 100 - } - - artisans = { - culture = dagestani - religion = sunni - size = 100 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 100 - } - - farmers = { - culture = dagestani - religion = sunni - size = 3600 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 50 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 50 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 150 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2725 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 125 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 350 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 75 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 6400 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 75 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 100 + } + + artisans = { + culture = dagestani + religion = sunni + size = 100 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 100 + } + + farmers = { + culture = dagestani + religion = sunni + size = 3600 + } } #Sheki (24000/6000 POPS) 1104 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 30 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 45 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 100 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 1800 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 20 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 20 - } - - artisans = { - culture = georgian - religion = orthodox - size = 50 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 10 - } - - farmers = { - culture = georgian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 50 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 100 - } - - artisans = { - culture = dagestani - religion = sunni - size = 150 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 100 - } - - farmers = { - culture = dagestani - religion = sunni - size = 2600 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 30 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 45 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 100 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 1800 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 20 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 20 + } + + artisans = { + culture = georgian + religion = orthodox + size = 50 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 10 + } + + farmers = { + culture = georgian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 50 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 100 + } + + artisans = { + culture = dagestani + religion = sunni + size = 150 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 100 + } + + farmers = { + culture = dagestani + religion = sunni + size = 2600 + } } #Ganja (68000/17000 POPS) 1105 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 225 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 500 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 100 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 9100 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 75 - } - - clergymen = { - culture = armenian - religion = coptic - size = 75 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - soldiers = { - culture = armenian - religion = coptic - size = 75 - } - - farmers = { - culture = armenian - religion = coptic - size = 6425 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 225 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 500 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 100 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 9100 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 75 + } + + clergymen = { + culture = armenian + religion = coptic + size = 75 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + soldiers = { + culture = armenian + religion = coptic + size = 75 + } + + farmers = { + culture = armenian + religion = coptic + size = 6425 + } } #Agdam (60000/15000 POPS) 1106 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 150 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 75 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 450 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 100 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 8225 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 100 - } - - clergymen = { - culture = armenian - religion = coptic - size = 50 - } - - artisans = { - culture = armenian - religion = coptic - size = 300 - } - - soldiers = { - culture = armenian - religion = coptic - size = 75 - } - - farmers = { - culture = armenian - religion = coptic - size = 5475 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 150 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 75 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 450 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 100 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 8225 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 100 + } + + clergymen = { + culture = armenian + religion = coptic + size = 50 + } + + artisans = { + culture = armenian + religion = coptic + size = 300 + } + + soldiers = { + culture = armenian + religion = coptic + size = 75 + } + + farmers = { + culture = armenian + religion = coptic + size = 5475 + } } #Lankaran (56000/14000 POPS) 1107 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 225 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 125 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 700 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 150 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 12800 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 225 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 125 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 700 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 150 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 12800 + } } diff --git a/HPM/history/pops/1836.1.1/Bahamas.txt b/HPM/history/pops/1836.1.1/Bahamas.txt index ff90483f..6702580c 100644 --- a/HPM/history/pops/1836.1.1/Bahamas.txt +++ b/HPM/history/pops/1836.1.1/Bahamas.txt @@ -2,90 +2,90 @@ #Ruled by Britain 1836 #The Bahamas (20000/5000 POPS) 2219 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 4050 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 4050 + } - aristocrats = { - culture = british - religion = protestant - size = 15 - } + aristocrats = { + culture = british + religion = protestant + size = 15 + } - bureaucrats = { - culture = british - religion = protestant - size = 5 - } + bureaucrats = { + culture = british + religion = protestant + size = 5 + } - clergymen = { - culture = british - religion = protestant - size = 15 - } + clergymen = { + culture = british + religion = protestant + size = 15 + } - artisans = { - culture = british - religion = protestant - size = 150 - } + artisans = { + culture = british + religion = protestant + size = 150 + } - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - farmers = { - culture = british - religion = protestant - size = 540 - } + farmers = { + culture = british + religion = protestant + size = 540 + } } #Turks & Caicos Islands (3000/750 POPS) #still a British colony 2220 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 550 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 550 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1836.1.1/Belarus.txt b/HPM/history/pops/1836.1.1/Belarus.txt index b562b56a..7d335adb 100644 --- a/HPM/history/pops/1836.1.1/Belarus.txt +++ b/HPM/history/pops/1836.1.1/Belarus.txt @@ -3,1705 +3,1705 @@ #Grodno (288000/72000 POPS) 936 = { - aristocrats = { - culture = byelorussian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = byelorussian - religion = orthodox - size = 200 - } - - officers = { - culture = byelorussian - religion = orthodox - size = 100 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 425 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 550 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 3200 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 30025 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1750 - } - - officers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 1250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - serfs = { - culture = polish - religion = catholic - size = 15550 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 125 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 700 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 150 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 13025 - } - - clergymen = { - culture = lithuanian - religion = orthodox - size = 100 - } - - officers = { - culture = lithuanian - religion = orthodox - size = 100 - } - - artisans = { - culture = lithuanian - religion = orthodox - size = 200 - } - - soldiers = { - culture = lithuanian - religion = orthodox - size = 100 - } - - farmers = { - culture = lithuanian - religion = orthodox - size = 4700 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8575 - } + aristocrats = { + culture = byelorussian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = byelorussian + religion = orthodox + size = 200 + } + + officers = { + culture = byelorussian + religion = orthodox + size = 100 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 425 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 550 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 3200 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 30025 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1750 + } + + officers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 1250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + serfs = { + culture = polish + religion = catholic + size = 15550 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 125 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 700 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 150 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 13025 + } + + clergymen = { + culture = lithuanian + religion = orthodox + size = 100 + } + + officers = { + culture = lithuanian + religion = orthodox + size = 100 + } + + artisans = { + culture = lithuanian + religion = orthodox + size = 200 + } + + soldiers = { + culture = lithuanian + religion = orthodox + size = 100 + } + + farmers = { + culture = lithuanian + religion = orthodox + size = 4700 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8575 + } } #Brest-Litovsk (324000/81000 POPS) 937 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 125 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 400 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 3100 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 12375 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1950 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 450 - } - - officers = { - culture = polish - religion = catholic - size = 175 - } - - clergymen = { - culture = polish - religion = catholic - size = 150 - } - - artisans = { - culture = polish - religion = catholic - size = 2200 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - serfs = { - culture = polish - religion = catholic - size = 24050 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 125 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 400 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 100 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 14925 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 300 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 7525 - } - - soldiers = { - culture = tatar - religion = sunni - size = 300 - } - - farmers = { - culture = tatar - religion = sunni - size = 1500 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1200 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 9500 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 125 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 400 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 3100 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 12375 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1950 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 450 + } + + officers = { + culture = polish + religion = catholic + size = 175 + } + + clergymen = { + culture = polish + religion = catholic + size = 150 + } + + artisans = { + culture = polish + religion = catholic + size = 2200 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + serfs = { + culture = polish + religion = catholic + size = 24050 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 125 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 400 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 100 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 14925 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 300 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 7525 + } + + soldiers = { + culture = tatar + religion = sunni + size = 300 + } + + farmers = { + culture = tatar + religion = sunni + size = 1500 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1200 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 9500 + } } #Pinsk (276000/69000 POPS) 940 = { - aristocrats = { - culture = byelorussian - religion = orthodox - size = 1000 - } - - officers = { - culture = byelorussian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = byelorussian - religion = orthodox - size = 100 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 450 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1200 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 3200 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 43000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 500 - } - - officers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 150 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - aristocrats = { - culture = ukrainian - religion = orthodox - size = 100 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 400 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 150 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 14300 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6125 - } + aristocrats = { + culture = byelorussian + religion = orthodox + size = 1000 + } + + officers = { + culture = byelorussian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = byelorussian + religion = orthodox + size = 100 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 450 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1200 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 3200 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 43000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 500 + } + + officers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 150 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + aristocrats = { + culture = ukrainian + religion = orthodox + size = 100 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 400 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 150 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 14300 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6125 + } } #Byelorussia Region (1364000) #under the rule of Russia in 1836 #Minsk (468000/117000 POPS) 718 = { - aristocrats = { - culture = byelorussian - religion = orthodox - size = 500 - } - - bureaucrats = { - culture = byelorussian - religion = orthodox - size = 350 - } - - officers = { - culture = byelorussian - religion = orthodox - size = 100 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 1050 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 4200 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 6100 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 35900 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2500 - } - - officers = { - culture = polish - religion = catholic - size = 200 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 100 - } - - aristocrats = { - culture = lithuanian - religion = catholic - size = 100 - } - - officers = { - culture = lithuanian - religion = catholic - size = 100 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 100 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 100 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 910 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - officers = { - culture = russian - religion = orthodox - size = 175 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 975 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 125 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12225 - } + aristocrats = { + culture = byelorussian + religion = orthodox + size = 500 + } + + bureaucrats = { + culture = byelorussian + religion = orthodox + size = 350 + } + + officers = { + culture = byelorussian + religion = orthodox + size = 100 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 1050 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 4200 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 6100 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 35900 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2500 + } + + officers = { + culture = polish + religion = catholic + size = 200 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 100 + } + + aristocrats = { + culture = lithuanian + religion = catholic + size = 100 + } + + officers = { + culture = lithuanian + religion = catholic + size = 100 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 100 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 100 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 910 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + officers = { + culture = russian + religion = orthodox + size = 175 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 975 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 125 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12225 + } } #Lida (192000/48000 POPS) 938 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 200 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 800 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 250 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 15875 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1200 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 400 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 5250 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 100 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 450 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 2100 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 14250 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6125 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 200 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 800 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 250 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 15875 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1200 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 400 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 5250 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 100 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 450 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 2100 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 14250 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6125 + } } #Baranovichi (196000/49000 POPS) 939 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 350 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1400 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 2200 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 42050 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1200 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 200 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - serfs = { - culture = polish - religion = catholic - size = 1475 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 100 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 250 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 100 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 4625 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4275 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 350 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1400 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 2200 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 42050 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1200 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 200 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + serfs = { + culture = polish + religion = catholic + size = 1475 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 100 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 250 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 100 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 4625 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4275 + } } #Slutsk (204000/51000 POPS) 941 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 400 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1550 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 2200 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 38425 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1200 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6125 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 400 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1550 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 2200 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 38425 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1200 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6125 + } } #Mozyr (308000/77000 POPS) 942 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 400 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1950 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 475 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 22725 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 20000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1500 - } - - clergymen = { - culture = polish - religion = catholic - size = 50 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3875 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 225 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 900 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 250 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 23325 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 400 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1950 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 475 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 22725 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 20000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1500 + } + + clergymen = { + culture = polish + religion = catholic + size = 50 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3875 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 225 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 900 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 250 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 23325 + } } -#Smolensk Region (392000) #see Russia.txt for balance of region +#Smolensk Region (392000) #see Russia.txt for balance of region #under the rule of Russia in 1836 -#Orsha (392000/98000 POPS) #now part of Belarus +#Orsha (392000/98000 POPS) #now part of Belarus 944 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2000 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1000 - } - - serfs = { - culture = russian - religion = orthodox - size = 3450 - } - - aristocrats = { - culture = byelorussian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = byelorussian - religion = orthodox - size = 100 - } - - officers = { - culture = byelorussian - religion = orthodox - size = 100 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 800 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3150 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 4000 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 75700 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5625 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2000 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1000 + } + + serfs = { + culture = russian + religion = orthodox + size = 3450 + } + + aristocrats = { + culture = byelorussian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = byelorussian + religion = orthodox + size = 100 + } + + officers = { + culture = byelorussian + religion = orthodox + size = 100 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 800 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3150 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 4000 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 75700 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5625 + } } #Vitebsk Region (2028000) #under the rule of Russia in 1836 #Vitebsk (272000/68000 POPS) 945 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 500 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 2750 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1000 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 59825 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 900 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 200 - } - - officers = { - culture = russian - religion = orthodox - size = 350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 50 - } - - farmers = { - culture = russian - religion = orthodox - size = 3200 - } - - aristocrats = { - culture = polish - religion = catholic - size = 500 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 150 - } - - officers = { - culture = polish - religion = catholic - size = 200 - } - - clergymen = { - culture = polish - religion = catholic - size = 50 - } - - soldiers = { - culture = polish - religion = catholic - size = 25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6350 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 500 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 2750 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1000 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 59825 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 900 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 200 + } + + officers = { + culture = russian + religion = orthodox + size = 350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 50 + } + + farmers = { + culture = russian + religion = orthodox + size = 3200 + } + + aristocrats = { + culture = polish + religion = catholic + size = 500 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 150 + } + + officers = { + culture = polish + religion = catholic + size = 200 + } + + clergymen = { + culture = polish + religion = catholic + size = 50 + } + + soldiers = { + culture = polish + religion = catholic + size = 25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6350 + } } #Polotsk (628000/157000 POPS) 946 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 1225 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 4850 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 6100 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 44200 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 70000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1500 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 175 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 16125 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 1800 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2850 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 100 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 250 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 4625 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 1225 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 4850 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 6100 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 44200 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 70000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1500 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 175 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 16125 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 1800 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2850 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 100 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 250 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 4625 + } } #Pastavy (348000/87000 POPS) 947 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 550 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 2000 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 600 - } - - serfs = { - culture = lithuanian - religion = catholic - size = 55850 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 125 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 600 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 4150 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 10125 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1800 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 850 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8325 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 550 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 2000 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 600 + } + + serfs = { + culture = lithuanian + religion = catholic + size = 55850 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 125 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 600 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 4150 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 10125 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1800 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 850 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8325 + } } #Mogilev (392000/98000 POPS) 948 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 775 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3150 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1000 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 79250 - } - - aristocrats = { - culture = polish - religion = catholic - size = 600 - } - - clergymen = { - culture = polish - religion = catholic - size = 50 - } - - artisans = { - culture = polish - religion = catholic - size = 200 - } - - soldiers = { - culture = polish - religion = catholic - size = 25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 1400 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 300 - } - - soldiers = { - culture = russian - religion = orthodox - size = 50 - } - - serfs = { - culture = russian - religion = orthodox - size = 3175 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6600 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 775 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3150 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1000 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 79250 + } + + aristocrats = { + culture = polish + religion = catholic + size = 600 + } + + clergymen = { + culture = polish + religion = catholic + size = 50 + } + + artisans = { + culture = polish + religion = catholic + size = 200 + } + + soldiers = { + culture = polish + religion = catholic + size = 25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 1400 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 300 + } + + soldiers = { + culture = russian + religion = orthodox + size = 50 + } + + serfs = { + culture = russian + religion = orthodox + size = 3175 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6600 + } } #Gomel (388000/97000 POPS) 949 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 780 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1000 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 26840 - } - - serfs = { - culture = byelorussian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2000 - } - - clergymen = { - culture = polish - religion = catholic - size = 75 - } - - artisans = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 50 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11225 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 780 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1000 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 26840 + } + + serfs = { + culture = byelorussian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2000 + } + + clergymen = { + culture = polish + religion = catholic + size = 75 + } + + artisans = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 50 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11225 + } } diff --git a/HPM/history/pops/1836.1.1/Belgium.txt b/HPM/history/pops/1836.1.1/Belgium.txt index 47c3297a..fd3b2efe 100644 --- a/HPM/history/pops/1836.1.1/Belgium.txt +++ b/HPM/history/pops/1836.1.1/Belgium.txt @@ -1,846 +1,846 @@ #Flanders Region (2558000) #Brussels (772000/193000 POPS) 387 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 300 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 600 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1025 - } - ######## - - aristocrats = { - culture = flemish - religion = catholic - size = 1500 - } - - officers = { - culture = flemish - religion = catholic - size = 200 - } - - bureaucrats = { - culture = flemish - religion = catholic - size = 400 - } - - clergymen = { - culture = flemish - religion = catholic - size = 625 - } - - capitalists = { - culture = flemish - religion = catholic - size = 100 - } - - clerks = { - culture = flemish - religion = catholic - size = 2150 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 5000 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - soldiers = { - culture = flemish - religion = catholic - size = 3000 - } - - labourers = { - culture = flemish - religion = catholic - size = 50725 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 300 - } - - officers = { - culture = wallonian - religion = catholic - size = 450 - } - - bureaucrats = { - culture = wallonian - religion = catholic - size = 800 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 250 - } - - capitalists = { - culture = wallonian - religion = catholic - size = 150 - } - - clerks = { - culture = wallonian - religion = catholic - size = 300 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 10000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 7300 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 1100 - } - - labourers = { - culture = wallonian - religion = catholic - size = 5650 - } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 300 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 600 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1025 + } + ######## + + aristocrats = { + culture = flemish + religion = catholic + size = 1500 + } + + officers = { + culture = flemish + religion = catholic + size = 200 + } + + bureaucrats = { + culture = flemish + religion = catholic + size = 400 + } + + clergymen = { + culture = flemish + religion = catholic + size = 625 + } + + capitalists = { + culture = flemish + religion = catholic + size = 100 + } + + clerks = { + culture = flemish + religion = catholic + size = 2150 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 5000 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + soldiers = { + culture = flemish + religion = catholic + size = 3000 + } + + labourers = { + culture = flemish + religion = catholic + size = 50725 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 300 + } + + officers = { + culture = wallonian + religion = catholic + size = 450 + } + + bureaucrats = { + culture = wallonian + religion = catholic + size = 800 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 250 + } + + capitalists = { + culture = wallonian + religion = catholic + size = 150 + } + + clerks = { + culture = wallonian + religion = catholic + size = 300 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 10000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 7300 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 1100 + } + + labourers = { + culture = wallonian + religion = catholic + size = 5650 + } } #Bruges (456000/114000 POPS) 388 = { - aristocrats = { - culture = flemish - religion = catholic - size = 1150 - } - - clergymen = { - culture = flemish - religion = catholic - size = 625 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - artisans = { - culture = flemish - religion = catholic - size = 1100 - } - - soldiers = { - culture = flemish - religion = catholic - size = 1700 - } - - farmers = { - culture = flemish - religion = catholic - size = 100525 - } + aristocrats = { + culture = flemish + religion = catholic + size = 1150 + } + + clergymen = { + culture = flemish + religion = catholic + size = 625 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + artisans = { + culture = flemish + religion = catholic + size = 1100 + } + + soldiers = { + culture = flemish + religion = catholic + size = 1700 + } + + farmers = { + culture = flemish + religion = catholic + size = 100525 + } } #Ghent (704000/176000 POPS) 389 = { - aristocrats = { - culture = flemish - religion = catholic - size = 1750 - } - - clergymen = { - culture = flemish - religion = catholic - size = 1250 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - artisans = { - culture = flemish - religion = catholic - size = 6000 - } - - soldiers = { - culture = flemish - religion = catholic - size = 2250 - } - - farmers = { - culture = flemish - religion = catholic - size = 149750 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 100 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1900 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 100 - } - - farmers = { - culture = wallonian - religion = catholic - size = 3000 - } + aristocrats = { + culture = flemish + religion = catholic + size = 1750 + } + + clergymen = { + culture = flemish + religion = catholic + size = 1250 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + artisans = { + culture = flemish + religion = catholic + size = 6000 + } + + soldiers = { + culture = flemish + religion = catholic + size = 2250 + } + + farmers = { + culture = flemish + religion = catholic + size = 149750 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 100 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1900 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 100 + } + + farmers = { + culture = wallonian + religion = catholic + size = 3000 + } } #Antwerp (354000/88500 POPS) 390 = { - - aristocrats = { - culture = flemish - religion = catholic - size = 825 - } - - clergymen = { - culture = flemish - religion = catholic - size = 575 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 500 - } - - artisans = { - culture = flemish - religion = catholic - size = 3100 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - soldiers = { - culture = flemish - religion = catholic - size = 1400 - } - - farmers = { - culture = flemish - religion = catholic - size = 67700 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 100 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1000 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 100 - } - - farmers = { - culture = wallonian - religion = catholic - size = 1925 - } - - ######Jews - craftsmen = { - culture = ashkenazi - religion = jewish - size = 300 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + + aristocrats = { + culture = flemish + religion = catholic + size = 825 + } + + clergymen = { + culture = flemish + religion = catholic + size = 575 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 500 + } + + artisans = { + culture = flemish + religion = catholic + size = 3100 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + soldiers = { + culture = flemish + religion = catholic + size = 1400 + } + + farmers = { + culture = flemish + religion = catholic + size = 67700 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 100 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1000 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 100 + } + + farmers = { + culture = wallonian + religion = catholic + size = 1925 + } + + ######Jews + craftsmen = { + culture = ashkenazi + religion = jewish + size = 300 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } #Hasselt (272000/68000 POPS) 391 = { - aristocrats = { - culture = flemish - religion = catholic - size = 650 - } - - clergymen = { - culture = flemish - religion = catholic - size = 475 - } - - artisans = { - culture = flemish - religion = catholic - size = 3700 - } - - soldiers = { - culture = flemish - religion = catholic - size = 1100 - } - - farmers = { - culture = flemish - religion = catholic - size = 62175 - } + aristocrats = { + culture = flemish + religion = catholic + size = 650 + } + + clergymen = { + culture = flemish + religion = catholic + size = 475 + } + + artisans = { + culture = flemish + religion = catholic + size = 3700 + } + + soldiers = { + culture = flemish + religion = catholic + size = 1100 + } + + farmers = { + culture = flemish + religion = catholic + size = 62175 + } } #Wallonia Region (1432000) #Namur (388000/97000 POPS) 392 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 850 - } - - officers = { - culture = wallonian - religion = catholic - size = 350 - } - - bureaucrats = { - culture = wallonian - religion = catholic - size = 500 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 550 - } - - capitalists = { - culture = wallonian - religion = catholic - size = 150 - } - - clerks = { - culture = wallonian - religion = catholic - size = 2000 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 14000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1300 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 4000 - } - - labourers = { - culture = wallonian - religion = catholic - size = 41200 - } - - clergymen = { - culture = flemish - religion = catholic - size = 150 - } - - artisans = { - culture = flemish - religion = catholic - size = 3000 - } - - soldiers = { - culture = flemish - religion = catholic - size = 125 - } - - labourers = { - culture = flemish - religion = catholic - size = 7825 - } - - clergymen = { - culture = dutch - religion = protestant - size = 75 - } - - farmers = { - culture = dutch - religion = protestant - size = 15925 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 850 + } + + officers = { + culture = wallonian + religion = catholic + size = 350 + } + + bureaucrats = { + culture = wallonian + religion = catholic + size = 500 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 550 + } + + capitalists = { + culture = wallonian + religion = catholic + size = 150 + } + + clerks = { + culture = wallonian + religion = catholic + size = 2000 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 14000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1300 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 4000 + } + + labourers = { + culture = wallonian + religion = catholic + size = 41200 + } + + clergymen = { + culture = flemish + religion = catholic + size = 150 + } + + artisans = { + culture = flemish + religion = catholic + size = 3000 + } + + soldiers = { + culture = flemish + religion = catholic + size = 125 + } + + labourers = { + culture = flemish + religion = catholic + size = 7825 + } + + clergymen = { + culture = dutch + religion = protestant + size = 75 + } + + farmers = { + culture = dutch + religion = protestant + size = 15925 + } } #Tournai (292000/73000 POPS) 393 = { - clergymen = { - culture = flemish - religion = catholic - size = 100 - } - - artisans = { - culture = flemish - religion = catholic - size = 1100 - } - - soldiers = { - culture = flemish - religion = catholic - size = 100 - } - - farmers = { - culture = flemish - religion = catholic - size = 8800 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 700 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 300 - } - - clerks = { - culture = wallonian - religion = catholic - size = 100 - } - - - artisans = { - culture = wallonian - religion = catholic - size = 2200 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 1100 - } - - farmers = { - culture = wallonian - religion = catholic - size = 56075 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 125 - } - - artisans = { - culture = picard - religion = catholic - size = 500 - } - - farmers = { - culture = picard - religion = catholic - size = 12000 - } + clergymen = { + culture = flemish + religion = catholic + size = 100 + } + + artisans = { + culture = flemish + religion = catholic + size = 1100 + } + + soldiers = { + culture = flemish + religion = catholic + size = 100 + } + + farmers = { + culture = flemish + religion = catholic + size = 8800 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 700 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 300 + } + + clerks = { + culture = wallonian + religion = catholic + size = 100 + } + + + artisans = { + culture = wallonian + religion = catholic + size = 2200 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 1100 + } + + farmers = { + culture = wallonian + religion = catholic + size = 56075 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 125 + } + + artisans = { + culture = picard + religion = catholic + size = 500 + } + + farmers = { + culture = picard + religion = catholic + size = 12000 + } } #Charleroi (396000/99000 POPS) 394 = { - clergymen = { - culture = flemish - religion = catholic - size = 100 - } - - artisans = { - culture = flemish - religion = catholic - size = 1500 - } - - soldiers = { - culture = flemish - religion = catholic - size = 125 - } - - farmers = { - culture = flemish - religion = catholic - size = 10275 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 900 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 575 - } - - artisans = { - culture = wallonian - religion = catholic - size = 3800 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 16000 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 1100 - } - - farmers = { - culture = wallonian - religion = catholic - size = 64725 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + clergymen = { + culture = flemish + religion = catholic + size = 100 + } + + artisans = { + culture = flemish + religion = catholic + size = 1500 + } + + soldiers = { + culture = flemish + religion = catholic + size = 125 + } + + farmers = { + culture = flemish + religion = catholic + size = 10275 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 900 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 575 + } + + artisans = { + culture = wallonian + religion = catholic + size = 3800 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 16000 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 1100 + } + + farmers = { + culture = wallonian + religion = catholic + size = 64725 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Liege (212000/53000 POPS) 395 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 750 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 500 - } - - clerks = { - culture = wallonian - religion = catholic - size = 100 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 3000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1200 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 3100 - } - - farmers = { - culture = wallonian - religion = catholic - size = 17800 - } - - farmers = { - culture = north_german - religion = protestant - size = 1250 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 750 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 500 + } + + clerks = { + culture = wallonian + religion = catholic + size = 100 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 3000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1200 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 3100 + } + + farmers = { + culture = wallonian + religion = catholic + size = 17800 + } + + farmers = { + culture = north_german + religion = protestant + size = 1250 + } } #Spa - Eupen-Malmedy (144000/36000 POPS) 396 = { - aristocrats = { - culture = north_german - religion = catholic - size = 50 - } - - clergymen = { - culture = north_german - religion = catholic - size = 200 - } - - artisans = { - culture = north_german - religion = catholic - size = 450 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1200 - } - - farmers = { - culture = north_german - religion = catholic - size = 8375 - } - - artisans = { - culture = wallonian - religion = catholic - size = 300 - } - - farmers = { - culture = wallonian - religion = catholic - size = 2175 - } + aristocrats = { + culture = north_german + religion = catholic + size = 50 + } + + clergymen = { + culture = north_german + religion = catholic + size = 200 + } + + artisans = { + culture = north_german + religion = catholic + size = 450 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1200 + } + + farmers = { + culture = north_german + religion = catholic + size = 8375 + } + + artisans = { + culture = wallonian + religion = catholic + size = 300 + } + + farmers = { + culture = wallonian + religion = catholic + size = 2175 + } } #Luxembourg Region (172000) #Arlon (172000/43000 POPS) 398 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 450 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 225 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1350 - } - - soldiers = { - culture = wallonian - religion = catholic - size = 1100 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 6000 - } - - farmers = { - culture = wallonian - religion = catholic - size = 20425 - } - - artisans = { - culture = french - religion = catholic - size = 250 - } - - farmers = { - culture = french - religion = catholic - size = 4200 - } - - artisans = { - culture = north_german - religion = protestant - size = 600 - } - - farmers = { - culture = north_german - religion = protestant - size = 8500 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 450 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 225 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1350 + } + + soldiers = { + culture = wallonian + religion = catholic + size = 1100 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 6000 + } + + farmers = { + culture = wallonian + religion = catholic + size = 20425 + } + + artisans = { + culture = french + religion = catholic + size = 250 + } + + farmers = { + culture = french + religion = catholic + size = 4200 + } + + artisans = { + culture = north_german + religion = protestant + size = 600 + } + + farmers = { + culture = north_german + religion = protestant + size = 8500 + } } diff --git a/HPM/history/pops/1836.1.1/Belize.txt b/HPM/history/pops/1836.1.1/Belize.txt index 9fb57401..1c941732 100644 --- a/HPM/history/pops/1836.1.1/Belize.txt +++ b/HPM/history/pops/1836.1.1/Belize.txt @@ -3,58 +3,58 @@ #Belize (7200/1800 POPS) 2190 = { - aristocrats = { - culture = central_american - religion = catholic - size = 40 - } - - officers = { - culture = central_american - religion = catholic - size = 2 - } - - artisans = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = central_american - religion = catholic - size = 15 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - soldiers = { - culture = central_american - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 400 - } - - farmers = { - culture = central_american - religion = catholic - size = 1058 - } - - farmers = { - culture = mayan - religion = catholic - size = 250 - } - -} \ No newline at end of file + aristocrats = { + culture = central_american + religion = catholic + size = 40 + } + + officers = { + culture = central_american + religion = catholic + size = 2 + } + + artisans = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = central_american + religion = catholic + size = 15 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + soldiers = { + culture = central_american + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 400 + } + + farmers = { + culture = central_american + religion = catholic + size = 1058 + } + + farmers = { + culture = mayan + religion = catholic + size = 250 + } + +} diff --git a/HPM/history/pops/1836.1.1/Benin.txt b/HPM/history/pops/1836.1.1/Benin.txt index eaaa2a17..e682667e 100644 --- a/HPM/history/pops/1836.1.1/Benin.txt +++ b/HPM/history/pops/1836.1.1/Benin.txt @@ -2,372 +2,372 @@ #under the rule of Dahomey in 1836 #Cotonou (544000/136000 POPS) 1919 = { - aristocrats = { - culture = fon - religion = animist - size = 1950 - } - - clergymen = { - culture = fon - religion = animist - size = 1100 - } - - artisans = { - culture = fon - religion = animist - size = 4100 - } - - soldiers = { - culture = fon - religion = animist - size = 1000 - } - - farmers = { - culture = fon - religion = animist - size = 59950 - } - - slaves = { - culture = fon - religion = animist - size = 4000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 550 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 300 - } - - artisans = { - culture = east_kwa - religion = animist - size = 1500 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 300 - } - - farmers = { - culture = east_kwa - religion = animist - size = 27350 - } - - slaves = { - culture = east_kwa - religion = animist - size = 26000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 50 - } - - clergymen = { - culture = yoruba - religion = animist - size = 100 - } - - artisans = { - culture = yoruba - religion = animist - size = 200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 50 - } - - farmers = { - culture = yoruba - religion = animist - size = 3600 - } - - slaves = { - culture = yoruba - religion = animist - size = 4000 - } + aristocrats = { + culture = fon + religion = animist + size = 1950 + } + + clergymen = { + culture = fon + religion = animist + size = 1100 + } + + artisans = { + culture = fon + religion = animist + size = 4100 + } + + soldiers = { + culture = fon + religion = animist + size = 1000 + } + + farmers = { + culture = fon + religion = animist + size = 59950 + } + + slaves = { + culture = fon + religion = animist + size = 4000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 550 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 300 + } + + artisans = { + culture = east_kwa + religion = animist + size = 1500 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 300 + } + + farmers = { + culture = east_kwa + religion = animist + size = 27350 + } + + slaves = { + culture = east_kwa + religion = animist + size = 26000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 50 + } + + clergymen = { + culture = yoruba + religion = animist + size = 100 + } + + artisans = { + culture = yoruba + religion = animist + size = 200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 50 + } + + farmers = { + culture = yoruba + religion = animist + size = 3600 + } + + slaves = { + culture = yoruba + religion = animist + size = 4000 + } } #Abomey (480000/120000 POPS) 1920 = { - aristocrats = { - culture = fon - religion = animist - size = 2100 - } - - bureaucrats = { - culture = fon - religion = animist - size = 100 - } - - officers = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 1100 - } - - artisans = { - culture = fon - religion = animist - size = 4250 - } - - soldiers = { - culture = fon - religion = animist - size = 3000 - } - - soldiers = { - culture = fon - religion = animist - size = 100 - } - - farmers = { - culture = fon - religion = animist - size = 83250 - } - - slaves = { - culture = fon - religion = animist - size = 8000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 100 - } - - clergymen = { - culture = yoruba - religion = animist - size = 100 - } - - artisans = { - culture = yoruba - religion = animist - size = 400 - } - - soldiers = { - culture = yoruba - religion = animist - size = 100 - } - - farmers = { - culture = yoruba - religion = animist - size = 7300 - } - - slaves = { - culture = yoruba - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 300 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 50 - } - - farmers = { - culture = east_kwa - religion = animist - size = 5400 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = fon + religion = animist + size = 2100 + } + + bureaucrats = { + culture = fon + religion = animist + size = 100 + } + + officers = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 1100 + } + + artisans = { + culture = fon + religion = animist + size = 4250 + } + + soldiers = { + culture = fon + religion = animist + size = 3000 + } + + soldiers = { + culture = fon + religion = animist + size = 100 + } + + farmers = { + culture = fon + religion = animist + size = 83250 + } + + slaves = { + culture = fon + religion = animist + size = 8000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 100 + } + + clergymen = { + culture = yoruba + religion = animist + size = 100 + } + + artisans = { + culture = yoruba + religion = animist + size = 400 + } + + soldiers = { + culture = yoruba + religion = animist + size = 100 + } + + farmers = { + culture = yoruba + religion = animist + size = 7300 + } + + slaves = { + culture = yoruba + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 300 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 50 + } + + farmers = { + culture = east_kwa + religion = animist + size = 5400 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } -#Borgu Region (76000) #see Nigeria.txt for balance of region +#Borgu Region (76000) #see Nigeria.txt for balance of region #ruled by Sokoto in 1836 #Nikki (48000/12000 POPS) 1921 = { - aristocrats = { - culture = gur - religion = animist - size = 50 - } - - clergymen = { - culture = gur - religion = animist - size = 75 - } - - artisans = { - culture = gur - religion = animist - size = 150 - } - - soldiers = { - culture = gur - religion = animist - size = 100 - } - - farmers = { - culture = gur - religion = animist - size = 2700 - } - - slaves = { - culture = yoruba - religion = animist - size = 1100 - } - - aristocrats = { - culture = east_kwa - religion = sunni - size = 175 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 100 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 375 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 100 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 7250 - } + aristocrats = { + culture = gur + religion = animist + size = 50 + } + + clergymen = { + culture = gur + religion = animist + size = 75 + } + + artisans = { + culture = gur + religion = animist + size = 150 + } + + soldiers = { + culture = gur + religion = animist + size = 100 + } + + farmers = { + culture = gur + religion = animist + size = 2700 + } + + slaves = { + culture = yoruba + religion = animist + size = 1100 + } + + aristocrats = { + culture = east_kwa + religion = sunni + size = 175 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 100 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 375 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 100 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 7250 + } } #Jugu (28000/7000 POPS) 1922 = { - aristocrats = { - culture = gur - religion = animist - size = 100 - } - - clergymen = { - culture = gur - religion = animist - size = 100 - } - - artisans = { - culture = gur - religion = animist - size = 250 - } - - soldiers = { - culture = gur - religion = animist - size = 100 - } - - farmers = { - culture = gur - religion = animist - size = 4575 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1800 - } + aristocrats = { + culture = gur + religion = animist + size = 100 + } + + clergymen = { + culture = gur + religion = animist + size = 100 + } + + artisans = { + culture = gur + religion = animist + size = 250 + } + + soldiers = { + culture = gur + religion = animist + size = 100 + } + + farmers = { + culture = gur + religion = animist + size = 4575 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1800 + } } diff --git a/HPM/history/pops/1836.1.1/Bermuda.txt b/HPM/history/pops/1836.1.1/Bermuda.txt index 132733a9..ed051c3b 100644 --- a/HPM/history/pops/1836.1.1/Bermuda.txt +++ b/HPM/history/pops/1836.1.1/Bermuda.txt @@ -1,65 +1,65 @@ -#Bermuda Region - 9000 +#Bermuda Region - 9000 #Ruled by Britain 1836 #Bermuda (9000/2250 POPS) 203 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 15 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 15 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 25 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 25 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 1110 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 1110 + } - aristocrats = { - culture = british - religion = protestant - size = 25 - } + aristocrats = { + culture = british + religion = protestant + size = 25 + } - bureaucrats = { - culture = british - religion = protestant - size = 5 - } + bureaucrats = { + culture = british + religion = protestant + size = 5 + } - clergymen = { - culture = british - religion = protestant - size = 25 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } - artisans = { - culture = british - religion = protestant - size = 150 - } + artisans = { + culture = british + religion = protestant + size = 150 + } - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - farmers = { - culture = british - religion = protestant - size = 780 - } + farmers = { + culture = british + religion = protestant + size = 780 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1836.1.1/Bhutan.txt b/HPM/history/pops/1836.1.1/Bhutan.txt index 7f7b8e3d..2eb30156 100644 --- a/HPM/history/pops/1836.1.1/Bhutan.txt +++ b/HPM/history/pops/1836.1.1/Bhutan.txt @@ -1,83 +1,83 @@ #Himalaya Region (56000) #see Nepal.txt and India.txt for balance of region -#under the rule of Bhutan in 1836 -#Thimpu (136000/34000 POPS) +#under the rule of Bhutan in 1836 +#Thimpu (136000/34000 POPS) 1329 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 575 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 575 + } - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 80 - } + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 80 + } - officers = { - culture = tibetan - religion = gelugpa - size = 25 - } + officers = { + culture = tibetan + religion = gelugpa + size = 25 + } - clergymen = { - culture = tibetan - religion = gelugpa - size = 300 - } + clergymen = { + culture = tibetan + religion = gelugpa + size = 300 + } - artisans = { - culture = tibetan - religion = gelugpa - size = 1500 - } + artisans = { + culture = tibetan + religion = gelugpa + size = 1500 + } - soldiers = { - culture = tibetan - religion = gelugpa - size = 1100 - } + soldiers = { + culture = tibetan + religion = gelugpa + size = 1100 + } - farmers = { - culture = tibetan - religion = gelugpa - size = 24575 - } + farmers = { + culture = tibetan + religion = gelugpa + size = 24575 + } - aristocrats = { - culture = nepali - religion = hindu - size = 50 - } + aristocrats = { + culture = nepali + religion = hindu + size = 50 + } - clergymen = { - culture = nepali - religion = hindu - size = 75 - } + clergymen = { + culture = nepali + religion = hindu + size = 75 + } - artisans = { - culture = nepali - religion = hindu - size = 200 - } + artisans = { + culture = nepali + religion = hindu + size = 200 + } - soldiers = { - culture = nepali - religion = hindu - size = 25 - } + soldiers = { + culture = nepali + religion = hindu + size = 25 + } - serfs = { - culture = nepali - religion = hindu - size = 3650 - } + serfs = { + culture = nepali + religion = hindu + size = 3650 + } - slaves = { - culture = assamese - religion = hindu - size = 7000 - } + slaves = { + culture = assamese + religion = hindu + size = 7000 + } } diff --git a/HPM/history/pops/1836.1.1/Bolivia.txt b/HPM/history/pops/1836.1.1/Bolivia.txt index 9a3425ea..d861ee32 100644 --- a/HPM/history/pops/1836.1.1/Bolivia.txt +++ b/HPM/history/pops/1836.1.1/Bolivia.txt @@ -2,776 +2,776 @@ #Ruled by Bolivia 1836 #La Paz (392000/98000 POPS) 2310 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 400 - } - - officers = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 650 - } - - artisans = { - culture = south_andean - religion = catholic - size = 5825 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 19000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 300 - } - - artisans = { - culture = aimara - religion = catholic - size = 2525 - } - - farmers = { - culture = aimara - religion = catholic - size = 64175 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 150 - } - - soldiers = { - culture = quechua - religion = catholic - size = 50 - } - - farmers = { - culture = quechua - religion = catholic - size = 2775 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 400 + } + + officers = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 650 + } + + artisans = { + culture = south_andean + religion = catholic + size = 5825 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 19000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 300 + } + + artisans = { + culture = aimara + religion = catholic + size = 2525 + } + + farmers = { + culture = aimara + religion = catholic + size = 64175 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 150 + } + + soldiers = { + culture = quechua + religion = catholic + size = 50 + } + + farmers = { + culture = quechua + religion = catholic + size = 2775 + } } #Cochabamba (352000/88000 POPS) 2311 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1700 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 550 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 18600 - } - - clergymen = { - culture = quechua - religion = catholic - size = 300 - } - - artisans = { - culture = quechua - religion = catholic - size = 3250 - } - - farmers = { - culture = quechua - religion = catholic - size = 61500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1700 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 550 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 18600 + } + + clergymen = { + culture = quechua + religion = catholic + size = 300 + } + + artisans = { + culture = quechua + religion = catholic + size = 3250 + } + + farmers = { + culture = quechua + religion = catholic + size = 61500 + } } #Oruro (40000/10000 POPS) 2312 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 50 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2525 - } - - clergymen = { - culture = aimara - religion = catholic - size = 75 - } - - artisans = { - culture = aimara - religion = catholic - size = 350 - } - - farmers = { - culture = aimara - religion = catholic - size = 6575 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 50 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2525 + } + + clergymen = { + culture = aimara + religion = catholic + size = 75 + } + + artisans = { + culture = aimara + religion = catholic + size = 350 + } + + farmers = { + culture = aimara + religion = catholic + size = 6575 + } } #Chuquisaca Region (288000) #Ruled by Bolivia 1836 #Chuquisaca (116000/29000 POPS) 2313 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 600 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 75 - } - - officers = { - culture = south_andean - religion = catholic - size = 75 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1050 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3825 - } - - clergymen = { - culture = quechua - religion = catholic - size = 125 - } - - artisans = { - culture = quechua - religion = catholic - size = 1200 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1050 - } - - farmers = { - culture = quechua - religion = catholic - size = 23325 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 600 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 75 + } + + officers = { + culture = south_andean + religion = catholic + size = 75 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1050 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3825 + } + + clergymen = { + culture = quechua + religion = catholic + size = 125 + } + + artisans = { + culture = quechua + religion = catholic + size = 1200 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1050 + } + + farmers = { + culture = quechua + religion = catholic + size = 23325 + } } #Potosi (120000/30000 POPS) 2314 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 625 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2050 - } - - clergymen = { - culture = aimara - religion = catholic - size = 125 - } - - artisans = { - culture = aimara - religion = catholic - size = 1350 - } - - farmers = { - culture = aimara - religion = catholic - size = 25525 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 625 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2050 + } + + clergymen = { + culture = aimara + religion = catholic + size = 125 + } + + artisans = { + culture = aimara + religion = catholic + size = 1350 + } + + farmers = { + culture = aimara + religion = catholic + size = 25525 + } } #Tarija (52000/13000 POPS) 2315 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 575 - } - - clergymen = { - culture = quechua - religion = catholic - size = 50 - } - - artisans = { - culture = quechua - religion = catholic - size = 600 - } - - soldiers = { - culture = quechua - religion = catholic - size = 125 - } - - farmers = { - culture = quechua - religion = catholic - size = 11225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 575 + } + + clergymen = { + culture = quechua + religion = catholic + size = 50 + } + + artisans = { + culture = quechua + religion = catholic + size = 600 + } + + soldiers = { + culture = quechua + religion = catholic + size = 125 + } + + farmers = { + culture = quechua + religion = catholic + size = 11225 + } } #Santa Cruz Region (48000) #Ruled by Bolivia 1836 #Santa Cruz (16000/4000 POPS) 2316 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 5 - } - - officers = { - culture = south_andean - religion = catholic - size = 10 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 735 - } - - clergymen = { - culture = guarani - religion = animist - size = 25 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 2775 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 5 + } + + officers = { + culture = south_andean + religion = catholic + size = 10 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 735 + } + + clergymen = { + culture = guarani + religion = animist + size = 25 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 2775 + } } #San Ignacio (20000/5000 POPS) 2317 = { - clergymen = { - culture = south_andean - religion = catholic - size = 25 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 100 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1800 - } - - aristocrats = { - culture = guarani - religion = animist - size = 25 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 100 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 1800 - } + clergymen = { + culture = south_andean + religion = catholic + size = 25 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 100 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1800 + } + + aristocrats = { + culture = guarani + religion = animist + size = 25 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 100 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 1800 + } } #Robore (12000/3000 POPS) 2318 = { - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } #Beni Region (116000) #see Brazil.txt for balance of region #Ruled by Bolivia 1836 #Santa Ana (76000/19000 POPS) 2319 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 25 - } - - officers = { - culture = south_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 50 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2400 - } - - clergymen = { - culture = quechua - religion = catholic - size = 50 - } - - artisans = { - culture = quechua - religion = catholic - size = 500 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 9350 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 300 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 5475 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 25 + } + + officers = { + culture = south_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 50 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2400 + } + + clergymen = { + culture = quechua + religion = catholic + size = 50 + } + + artisans = { + culture = quechua + religion = catholic + size = 500 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 9350 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 300 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 5475 + } } #Riberalta (12000/3000 POPS) 2320 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Cobija (28000/7000 POPS) 2321 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 775 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 150 - } - - soldiers = { - culture = quechua - religion = catholic - size = 50 - } - - farmers = { - culture = quechua - religion = catholic - size = 2775 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 775 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 150 + } + + soldiers = { + culture = quechua + religion = catholic + size = 50 + } + + farmers = { + culture = quechua + religion = catholic + size = 2775 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Bosnia.txt b/HPM/history/pops/1836.1.1/Bosnia.txt index fa855fca..3a60e0d0 100644 --- a/HPM/history/pops/1836.1.1/Bosnia.txt +++ b/HPM/history/pops/1836.1.1/Bosnia.txt @@ -2,612 +2,612 @@ #under the rule of Ottoman Empire in 1836 #Sarajevo (148000/37000 POPS) 783 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 650 - } - - bureaucrats = { - culture = bosniak - religion = sunni - size = 275 - } - - officers = { - culture = bosniak - religion = sunni - size = 225 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 1200 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 4000 - } - - farmers = { - culture = bosniak - religion = sunni - size = 34775 - } - - aristocrats = { - culture = serb - religion = orthodox - size = 100 - } - - officers = { - culture = serb - religion = orthodox - size = 100 - } - - soldiers = { - culture = serb - religion = orthodox - size = 250 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 1550 - } - - farmers = { - culture = serb - religion = orthodox - size = 9000 - } - - aristocrats = { - culture = croat - religion = catholic - size = 100 - } - - officers = { - culture = croat - religion = catholic - size = 100 - } - - soldiers = { - culture = croat - religion = catholic - size = 200 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 475 - } - - farmers = { - culture = croat - religion = catholic - size = 3050 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 200 - } - - farmers = { - culture = sephardic - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = bosniak + religion = sunni + size = 650 + } + + bureaucrats = { + culture = bosniak + religion = sunni + size = 275 + } + + officers = { + culture = bosniak + religion = sunni + size = 225 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 1200 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 4000 + } + + farmers = { + culture = bosniak + religion = sunni + size = 34775 + } + + aristocrats = { + culture = serb + religion = orthodox + size = 100 + } + + officers = { + culture = serb + religion = orthodox + size = 100 + } + + soldiers = { + culture = serb + religion = orthodox + size = 250 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 1550 + } + + farmers = { + culture = serb + religion = orthodox + size = 9000 + } + + aristocrats = { + culture = croat + religion = catholic + size = 100 + } + + officers = { + culture = croat + religion = catholic + size = 100 + } + + soldiers = { + culture = croat + religion = catholic + size = 200 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 475 + } + + farmers = { + culture = croat + religion = catholic + size = 3050 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 200 + } + + farmers = { + culture = sephardic + religion = jewish + size = 200 + } + ######## } #Bihac (100000/25000 POPS) 784 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 400 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 750 - } - - farmers = { - culture = bosniak - religion = sunni - size = 16675 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 300 - } - - farmers = { - culture = serb - religion = orthodox - size = 3525 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 200 - } - - farmers = { - culture = croat - religion = catholic - size = 2650 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 400 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 750 + } + + farmers = { + culture = bosniak + religion = sunni + size = 16675 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 300 + } + + farmers = { + culture = serb + religion = orthodox + size = 3525 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 200 + } + + farmers = { + culture = croat + religion = catholic + size = 2650 + } } #Banja Luka (116000/29000 POPS) 785 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 500 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 800 - } - - farmers = { - culture = bosniak - religion = sunni - size = 4500 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 500 - } - - farmers = { - culture = serb - religion = orthodox - size = 18300 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 150 - } - - farmers = { - culture = croat - religion = catholic - size = 3675 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 500 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 800 + } + + farmers = { + culture = bosniak + religion = sunni + size = 4500 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 500 + } + + farmers = { + culture = serb + religion = orthodox + size = 18300 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 150 + } + + farmers = { + culture = croat + religion = catholic + size = 3675 + } } #Tuzla (168000/42000 POPS) 786 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 700 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 1150 - } - - farmers = { - culture = bosniak - religion = sunni - size = 19975 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 700 - } - - farmers = { - culture = serb - religion = orthodox - size = 19125 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 250 - } - - farmers = { - culture = croat - religion = catholic - size = 4675 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 700 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 1150 + } + + farmers = { + culture = bosniak + religion = sunni + size = 19975 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 700 + } + + farmers = { + culture = serb + religion = orthodox + size = 19125 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 250 + } + + farmers = { + culture = croat + religion = catholic + size = 4675 + } } #Foca (92000/23000 POPS) 787 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 400 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 600 - } - - farmers = { - culture = bosniak - religion = sunni - size = 5925 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 500 - } - - farmers = { - culture = serb - religion = orthodox - size = 15300 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 400 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 600 + } + + farmers = { + culture = bosniak + religion = sunni + size = 5925 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 500 + } + + farmers = { + culture = serb + religion = orthodox + size = 15300 + } } #Mostar (104000/26000 POPS) 788 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 450 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 600 - } - - farmers = { - culture = bosniak - religion = sunni - size = 3900 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 500 - } - - farmers = { - culture = croat - religion = catholic - size = 14375 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 200 - } - - farmers = { - culture = serb - religion = orthodox - size = 5750 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 450 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 600 + } + + farmers = { + culture = bosniak + religion = sunni + size = 3900 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 500 + } + + farmers = { + culture = croat + religion = catholic + size = 14375 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 200 + } + + farmers = { + culture = serb + religion = orthodox + size = 5750 + } } #Livno (136000/34000 POPS) 789 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 350 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 250 - } - - farmers = { - culture = bosniak - religion = sunni - size = 1200 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 800 - } - - farmers = { - culture = croat - religion = catholic - size = 14000 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 600 - } - - farmers = { - culture = serb - religion = orthodox - size = 16300 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 350 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 250 + } + + farmers = { + culture = bosniak + religion = sunni + size = 1200 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 800 + } + + farmers = { + culture = croat + religion = catholic + size = 14000 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 600 + } + + farmers = { + culture = serb + religion = orthodox + size = 16300 + } } diff --git a/HPM/history/pops/1836.1.1/Botswana.txt b/HPM/history/pops/1836.1.1/Botswana.txt index 23c31a27..24f9d882 100644 --- a/HPM/history/pops/1836.1.1/Botswana.txt +++ b/HPM/history/pops/1836.1.1/Botswana.txt @@ -1,254 +1,254 @@ -#Bechuanaland Region (76000) #see South Africa.txt for balance of region +#Bechuanaland Region (76000) #see South Africa.txt for balance of region #uncolonized in 1836/dominated by the Tswana in 1836 -#Gaborone (28000/7000 POPS) +#Gaborone (28000/7000 POPS) 2074 = { - aristocrats = { - culture = tswana - religion = animist - size = 125 - } - - clergymen = { - culture = tswana - religion = animist - size = 75 - } - - artisans = { - culture = tswana - religion = animist - size = 350 - } - - soldiers = { - culture = tswana - religion = animist - size = 75 - } - - farmers = { - culture = tswana - religion = animist - size = 6375 - } + aristocrats = { + culture = tswana + religion = animist + size = 125 + } + + clergymen = { + culture = tswana + religion = animist + size = 75 + } + + artisans = { + culture = tswana + religion = animist + size = 350 + } + + soldiers = { + culture = tswana + religion = animist + size = 75 + } + + farmers = { + culture = tswana + religion = animist + size = 6375 + } } -#Nokaneng (12000/3000 POPS) +#Nokaneng (12000/3000 POPS) 2076 = { - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size = 10 - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } - - aristocrats = { - culture = herero - religion = animist - size = 25 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 100 - } - - soldiers = { - culture = herero - religion = animist - size = 25 - } - - farmers = { - culture = herero - religion = animist - size = 1800 - } + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size = 10 + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } + + aristocrats = { + culture = herero + religion = animist + size = 25 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 100 + } + + soldiers = { + culture = herero + religion = animist + size = 25 + } + + farmers = { + culture = herero + religion = animist + size = 1800 + } } -#Tshabong (12000/3000 POPS) +#Tshabong (12000/3000 POPS) 2077 = { - aristocrats = { - culture = tswana - religion = animist - size = 25 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 100 - } - - soldiers = { - culture = tswana - religion = animist - size = 25 - } - - farmers = { - culture = tswana - religion = animist - size = 1800 - } - - aristocrats = { - culture = khoisan - religion = animist - size = 15 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - soldiers = { - culture = khoisan - religion = animist - size = 10 - } - - farmers = { - culture = khoisan - religion = animist - size = 900 - } + aristocrats = { + culture = tswana + religion = animist + size = 25 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 100 + } + + soldiers = { + culture = tswana + religion = animist + size = 25 + } + + farmers = { + culture = tswana + religion = animist + size = 1800 + } + + aristocrats = { + culture = khoisan + religion = animist + size = 15 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + soldiers = { + culture = khoisan + religion = animist + size = 10 + } + + farmers = { + culture = khoisan + religion = animist + size = 900 + } } -#Mochidi (16000/4000 POPS) +#Mochidi (16000/4000 POPS) 2574 = { - aristocrats = { - culture = tswana - religion = animist - size = 50 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 200 - } - - soldiers = { - culture = tswana - religion = animist - size = 50 - } - - farmers = { - culture = tswana - religion = animist - size = 3650 - } + aristocrats = { + culture = tswana + religion = animist + size = 50 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 200 + } + + soldiers = { + culture = tswana + religion = animist + size = 50 + } + + farmers = { + culture = tswana + religion = animist + size = 3650 + } } #under the rule of Matabele in 1836 -#Serowe (16000/4000 POPS) +#Serowe (16000/4000 POPS) 2075 = { - aristocrats = { - culture = nguni - religion = animist - size = 30 - } - - clergymen = { - culture = nguni - religion = animist - size = 30 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size = 40 - } - - farmers = { - culture = nguni - religion = animist - size = 1800 - } - - aristocrats = { - culture = tswana - religion = animist - size = 30 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 100 - } - - soldiers = { - culture = tswana - religion = animist - size = 20 - } - - farmers = { - culture = tswana - religion = animist - size = 1800 - } + aristocrats = { + culture = nguni + religion = animist + size = 30 + } + + clergymen = { + culture = nguni + religion = animist + size = 30 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size = 40 + } + + farmers = { + culture = nguni + religion = animist + size = 1800 + } + + aristocrats = { + culture = tswana + religion = animist + size = 30 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 100 + } + + soldiers = { + culture = tswana + religion = animist + size = 20 + } + + farmers = { + culture = tswana + religion = animist + size = 1800 + } } diff --git a/HPM/history/pops/1836.1.1/Brazil.txt b/HPM/history/pops/1836.1.1/Brazil.txt index 582d57a3..34308522 100644 --- a/HPM/history/pops/1836.1.1/Brazil.txt +++ b/HPM/history/pops/1836.1.1/Brazil.txt @@ -2,4368 +2,4368 @@ #Under loose authority of Colombia 1836 #Marabitanas (12000/3000 POPS) #now part of Brazil 2401 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2925 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 5 - } - - artisans = { - culture = north_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2925 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 5 + } + + artisans = { + culture = north_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20 + } } #Amazonas Region (80000) #Under rule of Brazil 1836 #Manaus (40000/10000 POPS) 2402 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 200 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 10 - } - - officers = { - culture = brazilian - religion = catholic - size = 10 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = amazonian - religion = catholic - size = 200 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 3455 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 300 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 5525 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 200 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 10 + } + + officers = { + culture = brazilian + religion = catholic + size = 10 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = amazonian + religion = catholic + size = 200 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 3455 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 300 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 5525 + } } #Under loose authority of Brazil 1836 #Cachoeira (8000/2000 POPS) 2403 = { - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } #Tefe (4000/1000 POPS) 2404 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 975 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 975 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } #Borba (12000/3000 POPS) 2405 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2875 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2875 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } #Tabatinga (4000/1000 POPS) 2407 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 975 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 975 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } #Oriximina (8000/2000 POPS) 2408 = { - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } -#Forte Sao Joaquim (4000/1000 POPS) #now Roraima state Brazil +#Forte Sao Joaquim (4000/1000 POPS) #now Roraima state Brazil 2532 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 975 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 975 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } } #Para Region (128000) #Under rule of Brazil 1836 #Belem (60000/15000 POPS) 2410 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 250 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 25 - } - - officers = { - culture = brazilian - religion = catholic - size = 25 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 325 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 7175 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1150 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 250 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 25 + } + + officers = { + culture = brazilian + religion = catholic + size = 25 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 325 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 7175 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1150 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Santarem (20000/5000 POPS) 2411 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 5 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 100 - } - - soldiers = { - culture = amazonian - religion = catholic - size = 175 - } - - farmers = { - culture = amazonian - religion = catholic - size = 1750 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 400 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 600 - } - - farmers = { - culture = amazonian - religion = animist - size = 1975 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 5 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 100 + } + + soldiers = { + culture = amazonian + religion = catholic + size = 175 + } + + farmers = { + culture = amazonian + religion = catholic + size = 1750 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 400 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 600 + } + + farmers = { + culture = amazonian + religion = animist + size = 1975 + } } #Under loose authority of Brazil 1836 #Obidos (8000/2000 POPS) 2412 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = amazonian - religion = catholic - size = 50 - } - - soldiers = { - culture = amazonian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = amazonian + religion = catholic + size = 50 + } + + soldiers = { + culture = amazonian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } #Cachimbo (12000/3000 POPS) 2413 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 100 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1800 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 100 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1800 + } } #Macapa (8000/2000 POPS) 2415 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 5 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = french - religion = catholic - size = 105 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 105 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 30 - } - - farmers = { - culture = amazonian - religion = animist - size = 1960 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 5 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = french + religion = catholic + size = 105 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 105 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 30 + } + + farmers = { + culture = amazonian + religion = animist + size = 1960 + } } #Altamira (12000/3000 POPS) 2600 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 5 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 5 - } - - artisans = { - culture = brazilian - religion = catholic - size = 5 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 5 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20 - } - - farmers = { - culture = amazonian - religion = catholic - size = 975 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 5 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 5 + } + + artisans = { + culture = brazilian + religion = catholic + size = 5 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 5 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20 + } + + farmers = { + culture = amazonian + religion = catholic + size = 975 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } } #Mato Grosso Region (108000) #Under the rule of Brazil 1836 #Dourados (44000/11000 POPS) 2416 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 225 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 10 - } - - officers = { - culture = brazilian - religion = catholic - size = 15 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5400 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4650 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 225 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 10 + } + + officers = { + culture = brazilian + religion = catholic + size = 15 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5400 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4650 + } } #Under loose authority of Brazil 1836 #Vila Bela (28000/7000 POPS) 2417 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = amazonian - religion = catholic - size = 100 - } - - soldiers = { - culture = amazonian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1825 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 75 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 250 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 4575 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = amazonian + religion = catholic + size = 100 + } + + soldiers = { + culture = amazonian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1825 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 75 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 250 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 4575 + } } #Cuiaba (28000/7000 POPS) 2418 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } - - aristocrats = { - culture = guarani - religion = animist - size = 75 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4575 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } + + aristocrats = { + culture = guarani + religion = animist + size = 75 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4575 + } } #Corumba (8000/2000 POPS) 2419 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } #Paraguay Region (20000) #see Paraguay.txt & Argentina.txt for balance of region #Under loose authority of Paraguay 1836 #Igautemi (20000/5000 POPS) #now part of Brazil 2420 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 100 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1825 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 100 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1825 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } #Goias Region (64000) #Under the rule of Brazil 1836 #Vila Boa (44000/11000 POPS) 2421 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 225 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 10 - } - - officers = { - culture = brazilian - religion = catholic - size = 15 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5350 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1650 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 225 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 10 + } + + officers = { + culture = brazilian + religion = catholic + size = 15 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5350 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1650 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3000 + } } #Under loose authority of Brazil 1836 #Aganja (8000/2000 POPS) 2422 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } #Palmas (12000/3000 POPS) 2423 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 100 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1800 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 100 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1800 + } } #Maranhao Region (412000) #Under the rule of Brazil 1836 #Sao Luis (160000/40000 POPS) 2424 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 825 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 125 - } - - officers = { - culture = brazilian - religion = catholic - size = 100 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 325 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = brazilian - religion = catholic - size = 22375 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 9000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 825 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 125 + } + + officers = { + culture = brazilian + religion = catholic + size = 100 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 325 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = brazilian + religion = catholic + size = 22375 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 9000 + } } #Chapada (48000/12000 POPS) 2425 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 250 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 8125 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 25 - } - - artisans = { - culture = tupinamba - religion = animist - size = 150 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 25 - } - - farmers = { - culture = tupinamba - religion = animist - size = 2750 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 250 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 8125 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 25 + } + + artisans = { + culture = tupinamba + religion = animist + size = 150 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 25 + } + + farmers = { + culture = tupinamba + religion = animist + size = 2750 + } } #Teresina (160000/40000 POPS) 2426 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 825 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 875 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 19000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 900 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5850 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 825 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 875 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 19000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 900 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5850 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10000 + } } #Oieras (44000/11000 POPS) 2427 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 225 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9075 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 10 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 10 - } - - farmers = { - culture = tupinamba - religion = animist - size = 930 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 225 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9075 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 10 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 10 + } + + farmers = { + culture = tupinamba + religion = animist + size = 930 + } } #Paraiba Region (456000) #Under the rule of Brazil 1836 #Paraiba (92000/23000 POPS) 2428 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 475 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 725 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 16425 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1650 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 475 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 725 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 16425 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1650 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3000 + } } #Fortaleza (180000/45000 POPS) 2429 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 925 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 150 - } - - officers = { - culture = brazilian - religion = catholic - size = 125 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2150 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 23250 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 850 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 925 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 150 + } + + officers = { + culture = brazilian + religion = catholic + size = 125 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2150 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 23250 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 850 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10000 + } } #Crato (52000/13000 POPS) 2430 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 275 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 325 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 7225 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1650 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 275 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 325 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 7225 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1650 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3000 + } } #Natal (132000/33000 POPS) 2431 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 675 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 250 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2750 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = brazilian - religion = catholic - size = 14025 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 9000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 675 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 250 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2750 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = brazilian + religion = catholic + size = 14025 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 9000 + } } #Pernambuco Region (516000) #Under the rule of Brazil 1836 #Recife (164000/41000 POPS) 2432 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 825 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 200 - } - - officers = { - culture = brazilian - religion = catholic - size = 150 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 325 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = brazilian - religion = catholic - size = 21150 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 3000 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3750 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 20000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 825 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 200 + } + + officers = { + culture = brazilian + religion = catholic + size = 150 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 325 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = brazilian + religion = catholic + size = 21150 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 3000 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3750 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 20000 + } } #Cabreibo (80000/20000 POPS) 2433 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 425 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = brazilian - religion = catholic - size = 325 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 7025 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 600 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4225 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 7000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 425 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = brazilian + religion = catholic + size = 325 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 7025 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 600 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4225 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 7000 + } } #Maceio (152000/38000 POPS) 2434 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 775 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 900 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 19025 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 800 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4950 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 775 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 900 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 19025 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 800 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4950 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10000 + } } #Aracaju (120000/30000 POPS) 2435 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 625 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 225 - } - - artisans = { - culture = brazilian - religion = catholic - size = 700 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 15275 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4175 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 8000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 625 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 225 + } + + artisans = { + culture = brazilian + religion = catholic + size = 700 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 15275 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4175 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 8000 + } } #Bahia Region (896000) #Under the rule of Brazil 1836 #Salvador de Bahia (356000/89000 POPS) 2436 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1800 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 350 - } - - officers = { - culture = brazilian - religion = catholic - size = 250 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 750 - } - - artisans = { - culture = brazilian - religion = catholic - size = 10000 - } - - artisans = { - culture = brazilian - religion = catholic - size = 10000 - } - - artisans = { - culture = brazilian - religion = catholic - size = 7000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 27850 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 5500 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6050 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 18000 - } - - slaves = { - culture = afro_brazilian - religion = sunni - size = 7000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1800 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 350 + } + + officers = { + culture = brazilian + religion = catholic + size = 250 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 750 + } + + artisans = { + culture = brazilian + religion = catholic + size = 10000 + } + + artisans = { + culture = brazilian + religion = catholic + size = 10000 + } + + artisans = { + culture = brazilian + religion = catholic + size = 7000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 27850 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 5500 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6050 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 18000 + } + + slaves = { + culture = afro_brazilian + religion = sunni + size = 7000 + } } #Juazeiro (180000/45000 POPS) 2437 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 925 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = brazilian - religion = catholic - size = 16825 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1300 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 275 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 8300 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 925 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = brazilian + religion = catholic + size = 16825 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1300 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 275 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 8300 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16000 + } } #Vila do Barra (140000/35000 POPS) 2438 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 725 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 275 - } - - artisans = { - culture = brazilian - religion = catholic - size = 800 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = brazilian - religion = catholic - size = 18000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 9000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 725 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 275 + } + + artisans = { + culture = brazilian + religion = catholic + size = 800 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = brazilian + religion = catholic + size = 18000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 9000 + } } #Porto Seguro (120000/30000 POPS) 2439 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 625 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 225 - } - - artisans = { - culture = brazilian - religion = catholic - size = 700 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 10275 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4175 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 23000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 625 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 225 + } + + artisans = { + culture = brazilian + religion = catholic + size = 700 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 10275 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4175 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 23000 + } } #Vitoria da Conquista (100000/25000 POPS) 2440 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 525 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 175 - } - - artisans = { - culture = brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 7725 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 700 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5575 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 18500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 525 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 175 + } + + artisans = { + culture = brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 7725 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 700 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5575 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 18500 + } } #Minas Gerais Region (716000) #Under the rule of Brazil 1836 #Ouro Preto (232000/58000 POPS) 2441 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1175 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 300 - } - - officers = { - culture = brazilian - religion = catholic - size = 225 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 475 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 31675 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 225 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 9125 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 23000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1175 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 300 + } + + officers = { + culture = brazilian + religion = catholic + size = 225 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 475 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 31675 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 225 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 9125 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 23000 + } } #Sabara (104000/26000 POPS) 2442 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 525 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 525 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 13200 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4175 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 18000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 525 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 525 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 13200 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4175 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 18000 + } } #Januaria (100000/25000 POPS) 2443 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 550 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 175 - } - - artisans = { - culture = brazilian - religion = catholic - size = 400 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 8775 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 9000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 550 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 175 + } + + artisans = { + culture = brazilian + religion = catholic + size = 400 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 8775 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 9000 + } } #Paracatu (80000/20000 POPS) 2444 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 425 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9650 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 5500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 425 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9650 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 5500 + } } #Uberaba (68000/17000 POPS) 2445 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 350 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = brazilian - religion = catholic - size = 275 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 6175 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3350 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 6000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 350 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = brazilian + religion = catholic + size = 275 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 6175 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3350 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 6000 + } } #Sao Joao del Rey (132000/33000 POPS) 2446 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 675 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 225 - } - - artisans = { - culture = brazilian - religion = catholic - size = 525 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 11500 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6700 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 12000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 675 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 225 + } + + artisans = { + culture = brazilian + religion = catholic + size = 525 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 11500 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6700 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 12000 + } } #Rio de Janeiro Region (976000) #Under the rule of Brazil 1836 #Rio de Janeiro (696000/174000 POPS) 2447 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 2650 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 450 - } - - officers = { - culture = brazilian - religion = catholic - size = 250 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 1600 - } - - artisans = { - culture = brazilian - religion = catholic - size = 10000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 3000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 3000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 3000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2000 - } - - farmers = { - culture = brazilian - religion = catholic - size = 129050 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 2350 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 9200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 88000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 2650 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 450 + } + + officers = { + culture = brazilian + religion = catholic + size = 250 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 1600 + } + + artisans = { + culture = brazilian + religion = catholic + size = 10000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 3000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 3000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 3000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2000 + } + + farmers = { + culture = brazilian + religion = catholic + size = 129050 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 2350 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 9200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 88000 + } } #Campos (160000/40000 POPS) 2448 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 850 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 800 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = brazilian - religion = catholic - size = 17850 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 8100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 12000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 850 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 800 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = brazilian + religion = catholic + size = 17850 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 8100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 12000 + } } #Vitoria (120000/30000 POPS) 2449 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 625 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 225 - } - - artisans = { - culture = brazilian - religion = catholic - size = 725 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 16250 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 600 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4225 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 17000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 625 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 225 + } + + artisans = { + culture = brazilian + religion = catholic + size = 725 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 16250 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 600 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4225 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 17000 + } } #Sao Paulo Region (580000) #Under the rule of Brazil 1836 #Sorocaba (8000/2000 POPS) 2306 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 300 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 400 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9100 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 300 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 400 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9100 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2500 + } } #Sao Paulo (252000/63000 POPS) 2450 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1275 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 125 - } - - officers = { - culture = brazilian - religion = catholic - size = 150 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 550 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1925 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 42900 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 39000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1275 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 125 + } + + officers = { + culture = brazilian + religion = catholic + size = 150 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 550 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1925 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 42900 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 39000 + } } #Santos (132000/33000 POPS) 2451 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 675 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 275 - } - - artisans = { - culture = brazilian - religion = catholic - size = 925 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20875 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3350 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 675 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 275 + } + + artisans = { + culture = brazilian + religion = catholic + size = 925 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20875 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3350 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16000 + } } #Campiras (64000/16000 POPS) 2452 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 325 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = brazilian - religion = catholic - size = 400 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9050 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2075 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 325 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = brazilian + religion = catholic + size = 400 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9050 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2075 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3500 + } } #Assis (52000/14000 POPS) 2453 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - aristocrats = { - culture = tupinamba - religion = animist - size = 10 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 25 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 15 - } - - farmers = { - culture = tupinamba - religion = animist - size = 900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + aristocrats = { + culture = tupinamba + religion = animist + size = 10 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 25 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 15 + } + + farmers = { + culture = tupinamba + religion = animist + size = 900 + } } #Iguape (64000/16000 POPS) 2455 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 325 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 125 - } - - artisans = { - culture = brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9975 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1700 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 8000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 325 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 125 + } + + artisans = { + culture = brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9975 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1700 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 8000 + } } #Araraquara (8000/2000 POPS) 2456 = { - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - aristocrats = { - culture = tupinamba - religion = animist - size = 10 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 25 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 15 - } - - farmers = { - culture = tupinamba - religion = animist - size = 900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + aristocrats = { + culture = tupinamba + religion = animist + size = 10 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 25 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 15 + } + + farmers = { + culture = tupinamba + religion = animist + size = 900 + } } #Parana Region (512000) #Under the rule of Brazil 1836 #Curitiba (172000/43000 POPS) 2457 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 875 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 200 - } - - officers = { - culture = brazilian - religion = catholic - size = 125 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 400 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1525 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 33875 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1700 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 13000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 875 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 200 + } + + officers = { + culture = brazilian + religion = catholic + size = 125 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 400 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1525 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 33875 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1700 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 13000 + } } #Garapuava (40000/10000 POPS) 2458 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 200 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5400 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1250 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1750 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 25 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 15 - } - - farmers = { - culture = tupinamba - religion = animist - size = 910 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 200 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5400 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1250 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1750 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 25 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 15 + } + + farmers = { + culture = tupinamba + religion = animist + size = 910 + } } #Lajes (60000/15000 POPS) 2459 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 225 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5375 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - aristocrats = { - culture = guarani - religion = animist - size = 75 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4575 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 225 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5375 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + aristocrats = { + culture = guarani + religion = animist + size = 75 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4575 + } } #Castro (72000/18000 POPS) 2460 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 375 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = brazilian - religion = catholic - size = 525 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 11825 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 25 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 15 - } - - farmers = { - culture = tupinamba - religion = animist - size = 910 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 375 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = brazilian + religion = catholic + size = 525 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 11825 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 25 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 15 + } + + farmers = { + culture = tupinamba + religion = animist + size = 910 + } } #Desterro (88000/22000 POPS) 2461 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 450 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 14525 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2075 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 450 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 14525 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2075 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3500 + } } #Sao Miguel (80000/20000 POPS) 2462 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 425 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = brazilian - religion = catholic - size = 525 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = brazilian - religion = catholic - size = 11775 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 350 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 4000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 425 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = brazilian + religion = catholic + size = 525 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = brazilian + religion = catholic + size = 11775 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 350 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 4000 + } } #Sao Pedro Region (532000) #Under the rule of Brazil 1836 #Porto Alegre (224000/56000 POPS) 2463 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1025 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 300 - } - - officers = { - culture = brazilian - religion = catholic - size = 225 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 550 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2725 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 3000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2000 - } - - farmers = { - culture = brazilian - religion = catholic - size = 32575 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4175 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 8000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1025 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 300 + } + + officers = { + culture = brazilian + religion = catholic + size = 225 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 550 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2725 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 3000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2000 + } + + farmers = { + culture = brazilian + religion = catholic + size = 32575 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4175 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 8000 + } } #Sao Pedro (44000/11000 POPS) 2464 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 225 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 300 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2400 - } - - farmers = { - culture = brazilian - religion = catholic - size = 4000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 225 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 300 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2400 + } + + farmers = { + culture = brazilian + religion = catholic + size = 4000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2500 + } } #Passo Fundo (112000/28000 POPS) 2465 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 575 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 250 - } - - artisans = { - culture = brazilian - religion = catholic - size = 725 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2450 - } - - farmers = { - culture = brazilian - religion = catholic - size = 14000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1700 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3000 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4650 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 575 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 250 + } + + artisans = { + culture = brazilian + religion = catholic + size = 725 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2450 + } + + farmers = { + culture = brazilian + religion = catholic + size = 14000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1700 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3000 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4650 + } } #Santa Maria (88000/22000 POPS) 2466 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 450 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2700 - } - - farmers = { - culture = brazilian - religion = catholic - size = 12000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2075 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 450 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2700 + } + + farmers = { + culture = brazilian + religion = catholic + size = 12000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2075 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3500 + } } #Alegrete (64000/16000 POPS) 2467 = { - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1725 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2000 - } - - aristocrats = { - culture = guarani - religion = animist - size = 75 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4575 - } + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1725 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2000 + } + + aristocrats = { + culture = guarani + religion = animist + size = 75 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4575 + } } #Beni Region (32000) #see Bolivia.txt for balance of region #Under loose authority of Bolivia 1836 #Tarauaca (16000/4000 POPS) #now part of Brazil - Acre State 2549 = { - aristocrats = { - culture = amazonian - religion = animist - size = 75 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 200 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 3625 - } + aristocrats = { + culture = amazonian + religion = animist + size = 75 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 200 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 3625 + } } #Forte do Principe (16000/4000 POPS) #now part of Brazil - Rondonia State 2550 = { - clergymen = { - culture = amazonian - religion = catholic - size = 25 - } - - artisans = { - culture = amazonian - religion = catholic - size = 50 - } - - soldiers = { - culture = amazonian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + clergymen = { + culture = amazonian + religion = catholic + size = 25 + } + + artisans = { + culture = amazonian + religion = catholic + size = 50 + } + + soldiers = { + culture = amazonian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Bulgaria.txt b/HPM/history/pops/1836.1.1/Bulgaria.txt index 9957eea1..24054c6e 100644 --- a/HPM/history/pops/1836.1.1/Bulgaria.txt +++ b/HPM/history/pops/1836.1.1/Bulgaria.txt @@ -1,1276 +1,1276 @@ -#Macedonia Region (192000) #see Greece.txt and Macedonia.txt for balance of region -#under the rule of Ottoman Empire in 1836 -#Petrich (192000/48000 POPS) #now part of Bulgaria +#Macedonia Region (192000) #see Greece.txt and Macedonia.txt for balance of region +#under the rule of Ottoman Empire in 1836 +#Petrich (192000/48000 POPS) #now part of Bulgaria 808 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 200 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1500 - } - - farmers = { - culture = turkish - religion = sunni - size = 10600 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 625 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 900 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 28075 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 300 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 300 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 300 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 4100 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 300 - } - - farmers = { - culture = greek - religion = orthodox - size = 500 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 200 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1500 + } + + farmers = { + culture = turkish + religion = sunni + size = 10600 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 625 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 900 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 28075 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 300 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 300 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 300 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 4100 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 300 + } + + farmers = { + culture = greek + religion = orthodox + size = 500 + } } #Bulgaria Region (1132000) #under the rule of Ottoman Empire in 1836 #Sofia (260000/65000 POPS) 809 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1450 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 400 - } - - officers = { - culture = turkish - religion = sunni - size = 300 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 2500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 500 - } - - farmers = { - culture = turkish - religion = sunni - size = 7383 - } - - aristocrats = { - culture = bulgarian - religion = sunni - size = 100 - } - - officers = { - culture = bulgarian - religion = sunni - size = 100 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 600 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 500 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 500 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 5442 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 150 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 110 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 375 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2400 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 2000 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 48425 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 110 - } - - officers = { - culture = greek - religion = orthodox - size = 110 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 200 - } - - farmers = { - culture = greek - religion = orthodox - size = 500 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 200 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1000 - } - - farmers = { - culture = sephardic - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 1450 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 400 + } + + officers = { + culture = turkish + religion = sunni + size = 300 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 2500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 500 + } + + farmers = { + culture = turkish + religion = sunni + size = 7383 + } + + aristocrats = { + culture = bulgarian + religion = sunni + size = 100 + } + + officers = { + culture = bulgarian + religion = sunni + size = 100 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 600 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 500 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 500 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 5442 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 150 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 110 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 375 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2400 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 2000 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 48425 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 110 + } + + officers = { + culture = greek + religion = orthodox + size = 110 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 200 + } + + farmers = { + culture = greek + religion = orthodox + size = 500 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 200 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1000 + } + + farmers = { + culture = sephardic + religion = jewish + size = 500 + } + ######## } #Vidin (124000/31000 POPS) 810 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 800 - } - - soldiers = { - culture = turkish - religion = sunni - size = 500 - } - - farmers = { - culture = turkish - religion = sunni - size = 1125 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 500 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 800 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 500 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 10125 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 150 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 500 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 500 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 36150 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 110 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 110 - } - - artisans = { - culture = romanian - religion = orthodox - size = 500 - } - - farmers = { - culture = romanian - religion = orthodox - size = 1280 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 200 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 800 + } + + soldiers = { + culture = turkish + religion = sunni + size = 500 + } + + farmers = { + culture = turkish + religion = sunni + size = 1125 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 500 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 800 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 500 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 10125 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 150 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 500 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 500 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 36150 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 110 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 110 + } + + artisans = { + culture = romanian + religion = orthodox + size = 500 + } + + farmers = { + culture = romanian + religion = orthodox + size = 1280 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 200 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Ruse (188000/47000 POPS) 811 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1050 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 850 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = turkish - religion = sunni - size = 3250 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 100 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 250 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 250 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 1500 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 750 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 46050 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 250 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 1050 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 850 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = turkish + religion = sunni + size = 3250 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 100 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 250 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 250 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 1500 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 750 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 46050 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 250 + } + ######## } #Pleven (196000/49000 POPS) 812 = { - aristocrats = { - culture = turkish - religion = sunni - size = 875 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1350 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = turkish - religion = sunni - size = 3939 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 200 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 500 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 300 - } - - farmers = { - culture = turkish - religion = sunni - size = 1736 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 500 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 1100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 47650 - } + aristocrats = { + culture = turkish + religion = sunni + size = 875 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1350 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = turkish + religion = sunni + size = 3939 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 200 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 500 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 300 + } + + farmers = { + culture = turkish + religion = sunni + size = 1736 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 500 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 1100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 47650 + } } #Shumen (144000/36000 POPS) 813 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 950 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 5275 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 250 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 500 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 250 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 3000 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 500 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 750 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 42700 - } + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 950 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 5275 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 250 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 500 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 250 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 3000 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 500 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 750 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 42700 + } } #Varna (220000/55000 POPS) 814 = { - aristocrats = { - culture = turkish - religion = sunni - size = 700 - } - - clergymen = { - culture = turkish - religion = sunni - size = 175 - } - - artisans = { - culture = turkish - religion = sunni - size = 2100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2000 - } - - farmers = { - culture = turkish - religion = sunni - size = 6425 - } - - aristocrats = { - culture = bulgarian - religion = sunni - size = 700 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 300 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 500 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 500 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 4000 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 400 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 1900 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 35875 - } + aristocrats = { + culture = turkish + religion = sunni + size = 700 + } + + clergymen = { + culture = turkish + religion = sunni + size = 175 + } + + artisans = { + culture = turkish + religion = sunni + size = 2100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2000 + } + + farmers = { + culture = turkish + religion = sunni + size = 6425 + } + + aristocrats = { + culture = bulgarian + religion = sunni + size = 700 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 300 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 500 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 500 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 4000 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 400 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 1900 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 35875 + } } #Rumelia Region (396000) #under the rule of Ottoman Empire in 1836 #Plovdiv (120000/30000 POPS) 815 = { - aristocrats = { - culture = turkish - religion = sunni - size = 800 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 550 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 275 - } - - farmers = { - culture = turkish - religion = sunni - size = 6425 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 400 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 200 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 800 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 600 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 33475 - } - - aristocrats = { - culture = bulgarian - religion = sunni - size = 300 - } - - officers = { - culture = bulgarian - religion = sunni - size = 100 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 300 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 200 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 300 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 9700 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 600 - } - - farmers = { - culture = greek - religion = orthodox - size = 2200 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 250 - } - - farmers = { - culture = sephardic - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 800 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 550 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 275 + } + + farmers = { + culture = turkish + religion = sunni + size = 6425 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 400 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 200 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 800 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 600 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 33475 + } + + aristocrats = { + culture = bulgarian + religion = sunni + size = 300 + } + + officers = { + culture = bulgarian + religion = sunni + size = 100 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 300 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 200 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 300 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 9700 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 600 + } + + farmers = { + culture = greek + religion = orthodox + size = 2200 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 250 + } + + farmers = { + culture = sephardic + religion = jewish + size = 200 + } + ######## } #Stara Zagora (80000/20000 POPS) 816 = { - aristocrats = { - culture = turkish - religion = sunni - size = 325 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 4900 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 200 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 175 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 450 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 225 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 31475 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 300 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 300 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 500 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 4850 - } + aristocrats = { + culture = turkish + religion = sunni + size = 325 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 4900 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 200 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 175 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 450 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 225 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 31475 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 300 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 300 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 500 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 4850 + } } #Burgas (196000/49000 POPS) 817 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 900 - } - - soldiers = { - culture = turkish - religion = sunni - size = 450 - } - - farmers = { - culture = turkish - religion = sunni - size = 8425 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 110 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 110 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 500 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 550 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 550 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 25275 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 200 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 200 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 300 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 5675 - } - - farmers = { - culture = circassian - religion = sunni - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 900 - } - - farmers = { - culture = greek - religion = orthodox - size = 4950 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 900 + } + + soldiers = { + culture = turkish + religion = sunni + size = 450 + } + + farmers = { + culture = turkish + religion = sunni + size = 8425 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 110 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 110 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 500 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 550 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 550 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 25275 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 200 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 200 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 300 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 5675 + } + + farmers = { + culture = circassian + religion = sunni + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 900 + } + + farmers = { + culture = greek + religion = orthodox + size = 4950 + } } -#Dobruja Region (84000) #see Romania.txt for balance of Region -#under the rule of the Ottoman Empire in 1836 -#Silistre (84000/21000 POPS) #now part of Bulgaria +#Dobruja Region (84000) #see Romania.txt for balance of Region +#under the rule of the Ottoman Empire in 1836 +#Silistre (84000/21000 POPS) #now part of Bulgaria 818 = { - aristocrats = { - culture = bulgarian - religion = orthodox - size = 500 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 450 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 24250 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 750 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 200 - } - - farmers = { - culture = romanian - religion = orthodox - size = 19625 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 400 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 450 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 4100 - } - - aristocrats = { - culture = bulgarian - religion = sunni - size = 400 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 100 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 450 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 1100 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 4100 - } -} \ No newline at end of file + aristocrats = { + culture = bulgarian + religion = orthodox + size = 500 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 450 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 24250 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 750 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 200 + } + + farmers = { + culture = romanian + religion = orthodox + size = 19625 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 400 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 450 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 4100 + } + + aristocrats = { + culture = bulgarian + religion = sunni + size = 400 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 100 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 450 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 1100 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 4100 + } +} diff --git a/HPM/history/pops/1836.1.1/Burkina.txt b/HPM/history/pops/1836.1.1/Burkina.txt index 8e6ec50f..29b6c191 100644 --- a/HPM/history/pops/1836.1.1/Burkina.txt +++ b/HPM/history/pops/1836.1.1/Burkina.txt @@ -2,508 +2,508 @@ #under the rule of Mossi in 1836 #Wagadugu (440000/110000 POPS) 1901 = { - aristocrats = { - culture = mossi - religion = animist - size = 2200 - } - - bureaucrats = { - culture = mossi - religion = animist - size = 400 - } - - officers = { - culture = mossi - religion = animist - size = 200 - } - - clergymen = { - culture = mossi - religion = animist - size = 1125 - } - - artisans = { - culture = mossi - religion = animist - size = 5500 - } - - soldiers = { - culture = mossi - religion = animist - size = 2150 - } - - farmers = { - culture = mossi - religion = animist - size = 66825 - } - - slaves = { - culture = mossi - religion = animist - size = 32000 - } + aristocrats = { + culture = mossi + religion = animist + size = 2200 + } + + bureaucrats = { + culture = mossi + religion = animist + size = 400 + } + + officers = { + culture = mossi + religion = animist + size = 200 + } + + clergymen = { + culture = mossi + religion = animist + size = 1125 + } + + artisans = { + culture = mossi + religion = animist + size = 5500 + } + + soldiers = { + culture = mossi + religion = animist + size = 2150 + } + + farmers = { + culture = mossi + religion = animist + size = 66825 + } + + slaves = { + culture = mossi + religion = animist + size = 32000 + } } #Wahiguya (332000/83000 POPS) 1902 = { - aristocrats = { - culture = mossi - religion = animist - size = 950 - } - - clergymen = { - culture = mossi - religion = animist - size = 525 - } - - artisans = { - culture = mossi - religion = animist - size = 2500 - } - - soldiers = { - culture = mossi - religion = animist - size = 1500 - } - - farmers = { - culture = mossi - religion = animist - size = 26525 - } - - slaves = { - culture = mossi - religion = animist - size = 10000 - } - - aristocrats = { - culture = gur - religion = animist - size = 650 - } - - clergymen = { - culture = gur - religion = animist - size = 325 - } - - artisans = { - culture = gur - religion = animist - size = 1650 - } - - soldiers = { - culture = gur - religion = animist - size = 325 - } - - farmers = { - culture = gur - religion = animist - size = 30050 - } - - slaves = { - culture = gur - religion = animist - size = 8000 - } + aristocrats = { + culture = mossi + religion = animist + size = 950 + } + + clergymen = { + culture = mossi + religion = animist + size = 525 + } + + artisans = { + culture = mossi + religion = animist + size = 2500 + } + + soldiers = { + culture = mossi + religion = animist + size = 1500 + } + + farmers = { + culture = mossi + religion = animist + size = 26525 + } + + slaves = { + culture = mossi + religion = animist + size = 10000 + } + + aristocrats = { + culture = gur + religion = animist + size = 650 + } + + clergymen = { + culture = gur + religion = animist + size = 325 + } + + artisans = { + culture = gur + religion = animist + size = 1650 + } + + soldiers = { + culture = gur + religion = animist + size = 325 + } + + farmers = { + culture = gur + religion = animist + size = 30050 + } + + slaves = { + culture = gur + religion = animist + size = 8000 + } } #Dori (268000/67000 POPS) 1903 = { - aristocrats = { - culture = mossi - religion = animist - size = 650 - } - - clergymen = { - culture = mossi - religion = animist - size = 350 - } - - artisans = { - culture = mossi - religion = animist - size = 1350 - } - - soldiers = { - culture = mossi - religion = animist - size = 1350 - } - - farmers = { - culture = mossi - religion = animist - size = 15300 - } - - slaves = { - culture = mossi - religion = animist - size = 3000 - } - - aristocrats = { - culture = gur - religion = animist - size = 650 - } - - clergymen = { - culture = gur - religion = animist - size = 350 - } - - artisans = { - culture = gur - religion = animist - size = 1700 - } - - soldiers = { - culture = gur - religion = animist - size = 350 - } - - farmers = { - culture = gur - religion = animist - size = 30950 - } - - slaves = { - culture = gur - religion = animist - size = 12000 - } + aristocrats = { + culture = mossi + religion = animist + size = 650 + } + + clergymen = { + culture = mossi + religion = animist + size = 350 + } + + artisans = { + culture = mossi + religion = animist + size = 1350 + } + + soldiers = { + culture = mossi + religion = animist + size = 1350 + } + + farmers = { + culture = mossi + religion = animist + size = 15300 + } + + slaves = { + culture = mossi + religion = animist + size = 3000 + } + + aristocrats = { + culture = gur + religion = animist + size = 650 + } + + clergymen = { + culture = gur + religion = animist + size = 350 + } + + artisans = { + culture = gur + religion = animist + size = 1700 + } + + soldiers = { + culture = gur + religion = animist + size = 350 + } + + farmers = { + culture = gur + religion = animist + size = 30950 + } + + slaves = { + culture = gur + religion = animist + size = 12000 + } } #Fada Ngoura (172000/43000 POPS) 1904 = { - aristocrats = { - culture = mossi - religion = animist - size = 250 - } - - clergymen = { - culture = mossi - religion = animist - size = 150 - } - - artisans = { - culture = mossi - religion = animist - size = 700 - } - - soldiers = { - culture = mossi - religion = animist - size = 150 - } - - farmers = { - culture = mossi - religion = animist - size = 12750 - } - - slaves = { - culture = mossi - religion = animist - size = 7000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 300 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19700 - } + aristocrats = { + culture = mossi + religion = animist + size = 250 + } + + clergymen = { + culture = mossi + religion = animist + size = 150 + } + + artisans = { + culture = mossi + religion = animist + size = 700 + } + + soldiers = { + culture = mossi + religion = animist + size = 150 + } + + farmers = { + culture = mossi + religion = animist + size = 12750 + } + + slaves = { + culture = mossi + religion = animist + size = 7000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 300 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19700 + } } #Worodugu Region (320000) #uncolonized in 1836/ruled by the Bobo Dioulasso Emirate 1836 #Bobo Dioulasso (140000/35000 POPS) 1905 = { - aristocrats = { - culture = dyula - religion = sunni - size = 50 - } - - bureaucrats = { - culture = dyula - religion = sunni - size = 25 - } - - officers = { - culture = dyula - religion = sunni - size = 50 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 125 - } - - soldiers = { - culture = dyula - religion = sunni - size = 25 - } - - farmers = { - culture = dyula - religion = sunni - size = 1650 - } - - aristocrats = { - culture = mande - religion = sunni - size = 450 - } - - clergymen = { - culture = mande - religion = sunni - size = 250 - } - - artisans = { - culture = mande - religion = sunni - size = 1100 - } - - soldiers = { - culture = mande - religion = sunni - size = 250 - } - - farmers = { - culture = mande - religion = sunni - size = 19550 - } - - aristocrats = { - culture = mossi - religion = animist - size = 125 - } - - clergymen = { - culture = mossi - religion = animist - size = 75 - } - - artisans = { - culture = mossi - religion = animist - size = 350 - } - - soldiers = { - culture = mossi - religion = animist - size = 75 - } - - farmers = { - culture = mossi - religion = animist - size = 6375 - } - - slaves = { - culture = mossi - religion = animist - size = 5000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 50 + } + + bureaucrats = { + culture = dyula + religion = sunni + size = 25 + } + + officers = { + culture = dyula + religion = sunni + size = 50 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 125 + } + + soldiers = { + culture = dyula + religion = sunni + size = 25 + } + + farmers = { + culture = dyula + religion = sunni + size = 1650 + } + + aristocrats = { + culture = mande + religion = sunni + size = 450 + } + + clergymen = { + culture = mande + religion = sunni + size = 250 + } + + artisans = { + culture = mande + religion = sunni + size = 1100 + } + + soldiers = { + culture = mande + religion = sunni + size = 250 + } + + farmers = { + culture = mande + religion = sunni + size = 19550 + } + + aristocrats = { + culture = mossi + religion = animist + size = 125 + } + + clergymen = { + culture = mossi + religion = animist + size = 75 + } + + artisans = { + culture = mossi + religion = animist + size = 350 + } + + soldiers = { + culture = mossi + religion = animist + size = 75 + } + + farmers = { + culture = mossi + religion = animist + size = 6375 + } + + slaves = { + culture = mossi + religion = animist + size = 5000 + } } #Orodaro (360000/90000 POPS) 1906 = { - aristocrats = { - culture = dyula - religion = sunni - size = 150 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 350 - } - - soldiers = { - culture = dyula - religion = sunni - size = 2100 - } - - farmers = { - culture = dyula - religion = sunni - size = 3300 - } - - aristocrats = { - culture = mande - religion = animist - size = 550 - } - - clergymen = { - culture = mande - religion = animist - size = 300 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 300 - } - - farmers = { - culture = mande - religion = animist - size = 15750 - } - - aristocrats = { - culture = bambara - religion = animist - size = 750 - } - - clergymen = { - culture = bambara - religion = animist - size = 400 - } - - artisans = { - culture = bambara - religion = animist - size = 2000 - } - - soldiers = { - culture = bambara - religion = animist - size = 400 - } - - farmers = { - culture = bambara - religion = animist - size = 36450 - } - - aristocrats = { - culture = gur - religion = animist - size = 250 - } - - clergymen = { - culture = gur - religion = animist - size = 150 - } - - artisans = { - culture = gur - religion = animist - size = 700 - } - - soldiers = { - culture = gur - religion = animist - size = 150 - } - - farmers = { - culture = gur - religion = animist - size = 12750 - } - - slaves = { - culture = senufo - religion = animist - size = 12000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 150 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 350 + } + + soldiers = { + culture = dyula + religion = sunni + size = 2100 + } + + farmers = { + culture = dyula + religion = sunni + size = 3300 + } + + aristocrats = { + culture = mande + religion = animist + size = 550 + } + + clergymen = { + culture = mande + religion = animist + size = 300 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 300 + } + + farmers = { + culture = mande + religion = animist + size = 15750 + } + + aristocrats = { + culture = bambara + religion = animist + size = 750 + } + + clergymen = { + culture = bambara + religion = animist + size = 400 + } + + artisans = { + culture = bambara + religion = animist + size = 2000 + } + + soldiers = { + culture = bambara + religion = animist + size = 400 + } + + farmers = { + culture = bambara + religion = animist + size = 36450 + } + + aristocrats = { + culture = gur + religion = animist + size = 250 + } + + clergymen = { + culture = gur + religion = animist + size = 150 + } + + artisans = { + culture = gur + religion = animist + size = 700 + } + + soldiers = { + culture = gur + religion = animist + size = 150 + } + + farmers = { + culture = gur + religion = animist + size = 12750 + } + + slaves = { + culture = senufo + religion = animist + size = 12000 + } } diff --git a/HPM/history/pops/1836.1.1/Burma.txt b/HPM/history/pops/1836.1.1/Burma.txt index ba6d5a4c..b262e90c 100644 --- a/HPM/history/pops/1836.1.1/Burma.txt +++ b/HPM/history/pops/1836.1.1/Burma.txt @@ -2,1310 +2,1309 @@ #Under rule of Burma 1836 #Rangoon (344000/86000 POPS) 1330 = { - aristocrats = { - culture = karen - religion = theravada - size = 200 - } - - clergymen = { - culture = karen - religion = theravada - size = 250 - } - - artisans = { - culture = karen - religion = theravada - size = 1200 - } - - soldiers = { - culture = karen - religion = theravada - size = 250 - } - - farmers = { - culture = karen - religion = theravada - size = 12000 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 100 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 150 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = theravada - size = 150 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 500 - } - - clergymen = { - culture = burmese - religion = theravada - size = 475 - } - - artisans = { - culture = burmese - religion = theravada - size = 2350 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 38700 - } - - slaves = { - culture = karen - religion = theravada - size = 10000 - } + aristocrats = { + culture = karen + religion = theravada + size = 200 + } + + clergymen = { + culture = karen + religion = theravada + size = 250 + } + + artisans = { + culture = karen + religion = theravada + size = 1200 + } + + soldiers = { + culture = karen + religion = theravada + size = 250 + } + + farmers = { + culture = karen + religion = theravada + size = 12000 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 100 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 150 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = theravada + size = 150 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 500 + } + + clergymen = { + culture = burmese + religion = theravada + size = 475 + } + + artisans = { + culture = burmese + religion = theravada + size = 2350 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 38700 + } + + slaves = { + culture = karen + religion = theravada + size = 10000 + } } #Bassein (124000/31000 POPS) 1331 = { - aristocrats = { - culture = burmese - religion = theravada - size = 300 - } - - clergymen = { - culture = burmese - religion = theravada - size = 275 - } - - artisans = { - culture = burmese - religion = theravada - size = 1350 - } - - soldiers = { - culture = burmese - religion = theravada - size = 300 - } - - farmers = { - culture = burmese - religion = theravada - size = 24775 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 25 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 75 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 200 - } - - soldiers = { - culture = asian_minor - religion = theravada - size = 50 - } + aristocrats = { + culture = burmese + religion = theravada + size = 300 + } + + clergymen = { + culture = burmese + religion = theravada + size = 275 + } + + artisans = { + culture = burmese + religion = theravada + size = 1350 + } + + soldiers = { + culture = burmese + religion = theravada + size = 300 + } + + farmers = { + culture = burmese + religion = theravada + size = 24775 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 25 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 75 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 200 + } + + soldiers = { + culture = asian_minor + religion = theravada + size = 50 + } } #Pegu (560000/140000 POPS) 1332 = { - aristocrats = { - culture = karen - religion = theravada - size = 400 - } - - clergymen = { - culture = karen - religion = theravada - size = 500 - } - - artisans = { - culture = karen - religion = theravada - size = 2400 - } - - soldiers = { - culture = karen - religion = theravada - size = 500 - } - - farmers = { - culture = karen - religion = theravada - size = 24200 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 100 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 150 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 850 - } - - soldiers = { - culture = asian_minor - religion = theravada - size = 150 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 850 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 600 - } - - officers = { - culture = burmese - religion = theravada - size = 400 - } - - clergymen = { - culture = burmese - religion = theravada - size = 800 - } - - artisans = { - culture = burmese - religion = theravada - size = 4000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 67300 - } - - slaves = { - culture = karen - religion = theravada - size = 20000 - } + aristocrats = { + culture = karen + religion = theravada + size = 400 + } + + clergymen = { + culture = karen + religion = theravada + size = 500 + } + + artisans = { + culture = karen + religion = theravada + size = 2400 + } + + soldiers = { + culture = karen + religion = theravada + size = 500 + } + + farmers = { + culture = karen + religion = theravada + size = 24200 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 100 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 150 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 850 + } + + soldiers = { + culture = asian_minor + religion = theravada + size = 150 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 850 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 600 + } + + officers = { + culture = burmese + religion = theravada + size = 400 + } + + clergymen = { + culture = burmese + religion = theravada + size = 800 + } + + artisans = { + culture = burmese + religion = theravada + size = 4000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 67300 + } + + slaves = { + culture = karen + religion = theravada + size = 20000 + } } #Toungoo (308000/77000 POPS) 1333 = { - aristocrats = { - culture = karen - religion = theravada - size = 300 - } - - clergymen = { - culture = karen - religion = theravada - size = 325 - } - - artisans = { - culture = karen - religion = theravada - size = 1600 - } - - soldiers = { - culture = karen - religion = theravada - size = 350 - } - - farmers = { - culture = karen - religion = theravada - size = 29425 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 500 - } - - clergymen = { - culture = burmese - religion = theravada - size = 500 - } - - artisans = { - culture = burmese - religion = theravada - size = 2250 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 38750 - } + aristocrats = { + culture = karen + religion = theravada + size = 300 + } + + clergymen = { + culture = karen + religion = theravada + size = 325 + } + + artisans = { + culture = karen + religion = theravada + size = 1600 + } + + soldiers = { + culture = karen + religion = theravada + size = 350 + } + + farmers = { + culture = karen + religion = theravada + size = 29425 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 500 + } + + clergymen = { + culture = burmese + religion = theravada + size = 500 + } + + artisans = { + culture = burmese + religion = theravada + size = 2250 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 38750 + } } #Kyaukse Region (1072000) #Under rule of Burma in 1836 #Ava (240000/70000 POPS) 1334 = { - aristocrats = { - culture = burmese - religion = theravada - size = 500 - } - - clergymen = { - culture = burmese - religion = theravada - size = 500 - } - - artisans = { - culture = burmese - religion = theravada - size = 2400 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 39600 - } - - aristocrats = { - culture = kachin - religion = animist - size = 50 - } - - clergymen = { - culture = kachin - religion = animist - size = 50 - } - - artisans = { - culture = kachin - religion = animist - size = 250 - } - - soldiers = { - culture = kachin - religion = animist - size = 50 - } - - slaves = { - culture = kachin - religion = animist - size = 5600 - } - - aristocrats = { - culture = shan - religion = theravada - size = 75 - } - - clergymen = { - culture = shan - religion = theravada - size = 75 - } - - artisans = { - culture = shan - religion = theravada - size = 350 - } - - soldiers = { - culture = shan - religion = theravada - size = 75 - } - - farmers = { - culture = shan - religion = theravada - size = 6425 - } + aristocrats = { + culture = burmese + religion = theravada + size = 500 + } + + clergymen = { + culture = burmese + religion = theravada + size = 500 + } + + artisans = { + culture = burmese + religion = theravada + size = 2400 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 39600 + } + + aristocrats = { + culture = kachin + religion = animist + size = 50 + } + + clergymen = { + culture = kachin + religion = animist + size = 50 + } + + artisans = { + culture = kachin + religion = animist + size = 250 + } + + soldiers = { + culture = kachin + religion = animist + size = 50 + } + + slaves = { + culture = kachin + religion = animist + size = 5600 + } + + aristocrats = { + culture = shan + religion = theravada + size = 75 + } + + clergymen = { + culture = shan + religion = theravada + size = 75 + } + + artisans = { + culture = shan + religion = theravada + size = 350 + } + + soldiers = { + culture = shan + religion = theravada + size = 75 + } + + farmers = { + culture = shan + religion = theravada + size = 6425 + } } #Kyaukse (472000/118000 POPS) 1335 = { - aristocrats = { - culture = burmese - religion = theravada - size = 1150 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 425 - } - - officers = { - culture = burmese - religion = theravada - size = 300 - } - - clergymen = { - culture = burmese - religion = theravada - size = 1125 - } - - artisans = { - culture = burmese - religion = theravada - size = 5500 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 100500 - } - - aristocrats = { - culture = shan - religion = theravada - size = 50 - } - - clergymen = { - culture = shan - religion = theravada - size = 50 - } - - artisans = { - culture = shan - religion = theravada - size = 250 - } - - soldiers = { - culture = shan - religion = theravada - size = 50 - } - - slaves = { - culture = shan - religion = theravada - size = 4600 - } + aristocrats = { + culture = burmese + religion = theravada + size = 1150 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 425 + } + + officers = { + culture = burmese + religion = theravada + size = 300 + } + + clergymen = { + culture = burmese + religion = theravada + size = 1125 + } + + artisans = { + culture = burmese + religion = theravada + size = 5500 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 100500 + } + + aristocrats = { + culture = shan + religion = theravada + size = 50 + } + + clergymen = { + culture = shan + religion = theravada + size = 50 + } + + artisans = { + culture = shan + religion = theravada + size = 250 + } + + soldiers = { + culture = shan + religion = theravada + size = 50 + } + + slaves = { + culture = shan + religion = theravada + size = 4600 + } } #Magwe (120000/30000 POPS) 1336 = { - aristocrats = { - culture = burmese - religion = theravada - size = 325 - } - - clergymen = { - culture = burmese - religion = theravada - size = 300 - } - - artisans = { - culture = burmese - religion = theravada - size = 1500 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1100 - } - - farmers = { - culture = burmese - religion = theravada - size = 26875 - } + aristocrats = { + culture = burmese + religion = theravada + size = 325 + } + + clergymen = { + culture = burmese + religion = theravada + size = 300 + } + + artisans = { + culture = burmese + religion = theravada + size = 1500 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1100 + } + + farmers = { + culture = burmese + religion = theravada + size = 26875 + } } #Prome (240000/60000 POPS) 1337 = { - aristocrats = { - culture = burmese - religion = theravada - size = 625 - } - - clergymen = { - culture = burmese - religion = theravada - size = 625 - } - - artisans = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1100 - } - - farmers = { - culture = burmese - religion = theravada - size = 54850 - } + aristocrats = { + culture = burmese + religion = theravada + size = 625 + } + + clergymen = { + culture = burmese + religion = theravada + size = 625 + } + + artisans = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1100 + } + + farmers = { + culture = burmese + religion = theravada + size = 54850 + } } #Shan Region (680000) #Under Burma rule 1836 #Taunggye (416000/104000 POPS) 1338 = { - aristocrats = { - culture = shan - religion = theravada - size = 900 - } - - bureaucrats = { - culture = shan - religion = theravada - size = 225 - } - - officers = { - culture = shan - religion = theravada - size = 175 - } - - clergymen = { - culture = shan - religion = theravada - size = 850 - } - - artisans = { - culture = shan - religion = theravada - size = 4250 - } - - soldiers = { - culture = shan - religion = theravada - size = 850 - } - - farmers = { - culture = shan - religion = theravada - size = 61750 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 150 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 100 - } - - officers = { - culture = burmese - religion = theravada - size = 25 - } - - clergymen = { - culture = burmese - religion = theravada - size = 200 - } - - artisans = { - culture = burmese - religion = theravada - size = 1100 - } - - soldiers = { - culture = burmese - religion = theravada - size = 225 - } - - farmers = { - culture = burmese - religion = theravada - size = 18300 - } - - slaves = { - culture = thai - religion = theravada - size = 15000 - } + aristocrats = { + culture = shan + religion = theravada + size = 900 + } + + bureaucrats = { + culture = shan + religion = theravada + size = 225 + } + + officers = { + culture = shan + religion = theravada + size = 175 + } + + clergymen = { + culture = shan + religion = theravada + size = 850 + } + + artisans = { + culture = shan + religion = theravada + size = 4250 + } + + soldiers = { + culture = shan + religion = theravada + size = 850 + } + + farmers = { + culture = shan + religion = theravada + size = 61750 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 150 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 100 + } + + officers = { + culture = burmese + religion = theravada + size = 25 + } + + clergymen = { + culture = burmese + religion = theravada + size = 200 + } + + artisans = { + culture = burmese + religion = theravada + size = 1100 + } + + soldiers = { + culture = burmese + religion = theravada + size = 225 + } + + farmers = { + culture = burmese + religion = theravada + size = 18300 + } + + slaves = { + culture = thai + religion = theravada + size = 15000 + } } #Lashio (264000/66000 POPS) 1340 = { - aristocrats = { - culture = shan - religion = theravada - size = 500 - } - - clergymen = { - culture = shan - religion = theravada - size = 500 - } - - artisans = { - culture = shan - religion = theravada - size = 2500 - } - - soldiers = { - culture = shan - religion = theravada - size = 500 - } - - farmers = { - culture = shan - religion = theravada - size = 46000 - } - - aristocrats = { - culture = kachin - religion = animist - size = 100 - } - - clergymen = { - culture = kachin - religion = animist - size = 100 - } - - artisans = { - culture = kachin - religion = animist - size = 550 - } - - soldiers = { - culture = kachin - religion = animist - size = 150 - } - - farmers = { - culture = kachin - religion = animist - size = 10100 - } - - clergymen = { - culture = burmese - religion = theravada - size = 75 - } - - artisans = { - culture = burmese - religion = theravada - size = 350 - } - - soldiers = { - culture = burmese - religion = theravada - size = 100 - } - - farmers = { - culture = burmese - religion = theravada - size = 6475 - } - - slaves = { - culture = lao - religion = theravada - size = 7000 - } + aristocrats = { + culture = shan + religion = theravada + size = 500 + } + + clergymen = { + culture = shan + religion = theravada + size = 500 + } + + artisans = { + culture = shan + religion = theravada + size = 2500 + } + + soldiers = { + culture = shan + religion = theravada + size = 500 + } + + farmers = { + culture = shan + religion = theravada + size = 46000 + } + + aristocrats = { + culture = kachin + religion = animist + size = 100 + } + + clergymen = { + culture = kachin + religion = animist + size = 100 + } + + artisans = { + culture = kachin + religion = animist + size = 550 + } + + soldiers = { + culture = kachin + religion = animist + size = 150 + } + + farmers = { + culture = kachin + religion = animist + size = 10100 + } + + clergymen = { + culture = burmese + religion = theravada + size = 75 + } + + artisans = { + culture = burmese + religion = theravada + size = 350 + } + + soldiers = { + culture = burmese + religion = theravada + size = 100 + } + + farmers = { + culture = burmese + religion = theravada + size = 6475 + } + + slaves = { + culture = lao + religion = theravada + size = 7000 + } } #Kachin Region (868000) #Under rule of Burma 1836 #Haka (288000/72000 POPS) 1339 = { - aristocrats = { - culture = burmese - religion = theravada - size = 50 - } - - clergymen = { - culture = burmese - religion = theravada - size = 50 - } - - artisans = { - culture = burmese - religion = theravada - size = 250 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1100 - } - - farmers = { - culture = burmese - religion = theravada - size = 3650 - } - - aristocrats = { - culture = asian_minor #Chin - religion = animist - size = 500 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 500 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3000 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 500 - } - - aristocrats = { - culture = kachin - religion = animist - size = 75 - } - - clergymen = { - culture = kachin - religion = animist - size = 350 - } - - artisans = { - culture = kachin - religion = animist - size = 800 - } - - soldiers = { - culture = kachin - religion = animist - size = 200 - } - - farmers = { - culture = kachin - religion = animist - size = 15575 - } + aristocrats = { + culture = burmese + religion = theravada + size = 50 + } + + clergymen = { + culture = burmese + religion = theravada + size = 50 + } + + artisans = { + culture = burmese + religion = theravada + size = 250 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1100 + } + + farmers = { + culture = burmese + religion = theravada + size = 3650 + } + + aristocrats = { + culture = asian_minor #Chin + religion = animist + size = 500 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 500 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3000 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 500 + } + + aristocrats = { + culture = kachin + religion = animist + size = 75 + } + + clergymen = { + culture = kachin + religion = animist + size = 350 + } + + artisans = { + culture = kachin + religion = animist + size = 800 + } + + soldiers = { + culture = kachin + religion = animist + size = 200 + } + + farmers = { + culture = kachin + religion = animist + size = 15575 + } } #Putao (216000/54000 POPS) 1341 = { - aristocrats = { - culture = kachin - religion = animist - size = 550 - } - - clergymen = { - culture = kachin - religion = animist - size = 550 - } - - artisans = { - culture = kachin - religion = animist - size = 2500 - } - - soldiers = { - culture = kachin - religion = animist - size = 550 - } - - farmers = { - culture = kachin - religion = animist - size = 49850 - } + aristocrats = { + culture = kachin + religion = animist + size = 550 + } + + clergymen = { + culture = kachin + religion = animist + size = 550 + } + + artisans = { + culture = kachin + religion = animist + size = 2500 + } + + soldiers = { + culture = kachin + religion = animist + size = 550 + } + + farmers = { + culture = kachin + religion = animist + size = 49850 + } } #Myitkyina (364000/91000 POPS) 1342 = { - aristocrats = { - culture = kachin - religion = animist - size = 400 - } - - clergymen = { - culture = kachin - religion = animist - size = 400 - } - - artisans = { - culture = kachin - religion = animist - size = 2000 - } - - soldiers = { - culture = kachin - religion = animist - size = 400 - } - - farmers = { - culture = kachin - religion = animist - size = 37800 - } - - aristocrats = { - culture = shan - religion = theravada - size = 250 - } - - clergymen = { - culture = shan - religion = theravada - size = 250 - } - - artisans = { - culture = shan - religion = theravada - size = 1200 - } - - soldiers = { - culture = shan - religion = theravada - size = 250 - } - - farmers = { - culture = shan - religion = theravada - size = 21050 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 300 - } - - clergymen = { - culture = burmese - religion = theravada - size = 300 - } - - artisans = { - culture = burmese - religion = theravada - size = 1350 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 100 - } - - soldiers = { - culture = burmese - religion = theravada - size = 3000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 1000 - } - - farmers = { - culture = burmese - religion = theravada - size = 20950 - } - - slaves = { - culture = asian_minor - religion = animist - size = 10000 - } + aristocrats = { + culture = kachin + religion = animist + size = 400 + } + + clergymen = { + culture = kachin + religion = animist + size = 400 + } + + artisans = { + culture = kachin + religion = animist + size = 2000 + } + + soldiers = { + culture = kachin + religion = animist + size = 400 + } + + farmers = { + culture = kachin + religion = animist + size = 37800 + } + + aristocrats = { + culture = shan + religion = theravada + size = 250 + } + + clergymen = { + culture = shan + religion = theravada + size = 250 + } + + artisans = { + culture = shan + religion = theravada + size = 1200 + } + + soldiers = { + culture = shan + religion = theravada + size = 250 + } + + farmers = { + culture = shan + religion = theravada + size = 21050 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 300 + } + + clergymen = { + culture = burmese + religion = theravada + size = 300 + } + + artisans = { + culture = burmese + religion = theravada + size = 1350 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 100 + } + + soldiers = { + culture = burmese + religion = theravada + size = 3000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 1000 + } + + farmers = { + culture = burmese + religion = theravada + size = 20950 + } + + slaves = { + culture = asian_minor + religion = animist + size = 10000 + } } #Tenasserim Region - 604000 #Under rule of Britain 1836 #Moulmein (272000/68000 POPS) 1343 = { - aristocrats = { - culture = karen - religion = theravada - size = 400 - } - - clergymen = { - culture = karen - religion = theravada - size = 350 - } - - artisans = { - culture = karen - religion = theravada - size = 1100 - } - - soldiers = { - culture = karen - religion = theravada - size = 300 - } - - farmers = { - culture = karen - religion = theravada - size = 30650 - } - - farmers = { - culture = karen - religion = protestant - size = 300 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 200 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 375 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 1375 - } - - soldiers = { - culture = asian_minor - religion = theravada - size = 250 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 100 - } - - clergymen = { - culture = burmese - religion = theravada - size = 75 - } - - artisans = { - culture = burmese - religion = theravada - size = 1500 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 100 - } - - soldiers = { - culture = burmese - religion = theravada - size = 150 - } - - farmers = { - culture = burmese - religion = theravada - size = 5075 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25 - } + aristocrats = { + culture = karen + religion = theravada + size = 400 + } + + clergymen = { + culture = karen + religion = theravada + size = 350 + } + + artisans = { + culture = karen + religion = theravada + size = 1100 + } + + soldiers = { + culture = karen + religion = theravada + size = 300 + } + + farmers = { + culture = karen + religion = theravada + size = 30650 + } + + farmers = { + culture = karen + religion = protestant + size = 300 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 200 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 375 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 1375 + } + + soldiers = { + culture = asian_minor + religion = theravada + size = 250 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 100 + } + + clergymen = { + culture = burmese + religion = theravada + size = 75 + } + + artisans = { + culture = burmese + religion = theravada + size = 1500 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 100 + } + + soldiers = { + culture = burmese + religion = theravada + size = 150 + } + + farmers = { + culture = burmese + religion = theravada + size = 5075 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25 + } } #Mergui (332000/83000 POPS) 1344 = { - aristocrats = { - culture = karen - religion = theravada - size = 400 - } - - clergymen = { - culture = karen - religion = theravada - size = 375 - } - - artisans = { - culture = karen - religion = theravada - size = 1100 - } - - soldiers = { - culture = karen - religion = theravada - size = 400 - } - - farmers = { - culture = karen - religion = theravada - size = 34525 - } - - farmers = { - culture = karen - religion = protestant - size = 300 - } - - aristocrats = { - culture = thai - religion = theravada - size = 100 - } - - clergymen = { - culture = thai - religion = theravada - size = 200 - } - - artisans = { - culture = thai - religion = theravada - size = 1250 - } - - soldiers = { - culture = thai - religion = theravada - size = 200 - } - - farmers = { - culture = thai - religion = theravada - size = 17250 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 350 - } - - clergymen = { - culture = burmese - religion = theravada - size = 300 - } - - artisans = { - culture = burmese - religion = theravada - size = 2000 - } - - soldiers = { - culture = burmese - religion = theravada - size = 300 - } - - farmers = { - culture = burmese - religion = theravada - size = 23050 - } - - farmers = { - culture = malay - religion = sunni - size = 1000 - } + aristocrats = { + culture = karen + religion = theravada + size = 400 + } + + clergymen = { + culture = karen + religion = theravada + size = 375 + } + + artisans = { + culture = karen + religion = theravada + size = 1100 + } + + soldiers = { + culture = karen + religion = theravada + size = 400 + } + + farmers = { + culture = karen + religion = theravada + size = 34525 + } + + farmers = { + culture = karen + religion = protestant + size = 300 + } + + aristocrats = { + culture = thai + religion = theravada + size = 100 + } + + clergymen = { + culture = thai + religion = theravada + size = 200 + } + + artisans = { + culture = thai + religion = theravada + size = 1250 + } + + soldiers = { + culture = thai + religion = theravada + size = 200 + } + + farmers = { + culture = thai + religion = theravada + size = 17250 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 350 + } + + clergymen = { + culture = burmese + religion = theravada + size = 300 + } + + artisans = { + culture = burmese + religion = theravada + size = 2000 + } + + soldiers = { + culture = burmese + religion = theravada + size = 300 + } + + farmers = { + culture = burmese + religion = theravada + size = 23050 + } + + farmers = { + culture = malay + religion = sunni + size = 1000 + } } #Arakan Region : 176000 #Under rule of Britain 1836 #Sittwe (176000/44000 POPS) 1345 = { - bureaucrats = { - culture = british - religion = protestant - size = 10 - } - - aristocrats = { - culture = burmese - religion = sunni - size = 100 - } - - clergymen = { - culture = burmese - religion = sunni - size = 125 - } - - artisans = { - culture = burmese - religion = sunni - size = 2750 - } - - soldiers = { - culture = burmese - religion = sunni - size = 150 - } - - farmers = { - culture = burmese - religion = sunni - size = 14875 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 250 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 50 - } - - clergymen = { - culture = burmese - religion = theravada - size = 375 - } - - artisans = { - culture = burmese - religion = theravada - size = 6250 - } - - soldiers = { - culture = burmese - religion = theravada - size = 250 - } - - farmers = { - culture = burmese - religion = theravada - size = 15825 - } - - clergymen = { - culture = asian_minor #Chin - religion = animist - size = 25 - } - - farmers = { - culture = asian_minor - religion = animist - size = 950 - } - - clergymen = { - culture = bengali - religion = sunni - size = 50 - } - - farmers = { - culture = bengali - religion = sunni - size = 1950 - } + bureaucrats = { + culture = british + religion = protestant + size = 10 + } + + aristocrats = { + culture = burmese + religion = sunni + size = 100 + } + + clergymen = { + culture = burmese + religion = sunni + size = 125 + } + + artisans = { + culture = burmese + religion = sunni + size = 2750 + } + + soldiers = { + culture = burmese + religion = sunni + size = 150 + } + + farmers = { + culture = burmese + religion = sunni + size = 14875 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 250 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 50 + } + + clergymen = { + culture = burmese + religion = theravada + size = 375 + } + + artisans = { + culture = burmese + religion = theravada + size = 6250 + } + + soldiers = { + culture = burmese + religion = theravada + size = 250 + } + + farmers = { + culture = burmese + religion = theravada + size = 15825 + } + + clergymen = { + culture = asian_minor #Chin + religion = animist + size = 25 + } + + farmers = { + culture = asian_minor + religion = animist + size = 950 + } + + clergymen = { + culture = bengali + religion = sunni + size = 50 + } + + farmers = { + culture = bengali + religion = sunni + size = 1950 + } } - diff --git a/HPM/history/pops/1836.1.1/Cambodia.txt b/HPM/history/pops/1836.1.1/Cambodia.txt index edd03778..ca1a9e76 100644 --- a/HPM/history/pops/1836.1.1/Cambodia.txt +++ b/HPM/history/pops/1836.1.1/Cambodia.txt @@ -2,305 +2,305 @@ #under the rule of Cambodia in 1836 #Phnom Penh (468000/117000 POPS) 1364 = { - aristocrats = { - culture = khmer - religion = theravada - size = 2000 - } - - bureaucrats = { - culture = khmer - religion = theravada - size = 150 - } - - officers = { - culture = khmer - religion = theravada - size = 200 - } - - clergymen = { - culture = khmer - religion = theravada - size = 1125 - } - - artisans = { - culture = khmer - religion = theravada - size = 5500 - } - - soldiers = { - culture = khmer - religion = theravada - size = 3000 - } - - soldiers = { - culture = khmer - religion = theravada - size = 1000 - } - - farmers = { - culture = khmer - religion = theravada - size = 93025 - } - - slaves = { - culture = khmer - religion = theravada - size = 9000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1250 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 2675 - } + aristocrats = { + culture = khmer + religion = theravada + size = 2000 + } + + bureaucrats = { + culture = khmer + religion = theravada + size = 150 + } + + officers = { + culture = khmer + religion = theravada + size = 200 + } + + clergymen = { + culture = khmer + religion = theravada + size = 1125 + } + + artisans = { + culture = khmer + religion = theravada + size = 5500 + } + + soldiers = { + culture = khmer + religion = theravada + size = 3000 + } + + soldiers = { + culture = khmer + religion = theravada + size = 1000 + } + + farmers = { + culture = khmer + religion = theravada + size = 93025 + } + + slaves = { + culture = khmer + religion = theravada + size = 9000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1250 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 2675 + } } #Kampot (160000/40000 POPS) 1367 = { - aristocrats = { - culture = khmer - religion = theravada - size = 725 - } - - clergymen = { - culture = khmer - religion = theravada - size = 375 - } - - artisans = { - culture = khmer - religion = theravada - size = 1750 - } - - soldiers = { - culture = khmer - religion = theravada - size = 1100 - } - - farmers = { - culture = khmer - religion = theravada - size = 34150 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 1475 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 3000 - } + aristocrats = { + culture = khmer + religion = theravada + size = 725 + } + + clergymen = { + culture = khmer + religion = theravada + size = 375 + } + + artisans = { + culture = khmer + religion = theravada + size = 1750 + } + + soldiers = { + culture = khmer + religion = theravada + size = 1100 + } + + farmers = { + culture = khmer + religion = theravada + size = 34150 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 1475 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 3000 + } } #Stongtreng (84000/21000 POPS) - Asian Minors represent the muslim Champa 1368 = { - aristocrats = { - culture = khmer - religion = theravada - size = 300 - } - - clergymen = { - culture = khmer - religion = theravada - size = 175 - } - - artisans = { - culture = khmer - religion = theravada - size = 900 - } - - soldiers = { - culture = khmer - religion = theravada - size = 175 - } - - farmers = { - culture = khmer - religion = theravada - size = 16450 - } - - aristocrats = { - culture = vietnamese - religion = mahayana - size = 50 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 50 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 125 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 25 - } - - farmers = { - culture = asian_minor - religion = mahayana - size = 2750 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2000 - } + aristocrats = { + culture = khmer + religion = theravada + size = 300 + } + + clergymen = { + culture = khmer + religion = theravada + size = 175 + } + + artisans = { + culture = khmer + religion = theravada + size = 900 + } + + soldiers = { + culture = khmer + religion = theravada + size = 175 + } + + farmers = { + culture = khmer + religion = theravada + size = 16450 + } + + aristocrats = { + culture = vietnamese + religion = mahayana + size = 50 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 50 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 125 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 25 + } + + farmers = { + culture = asian_minor + religion = mahayana + size = 2750 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2000 + } } #under the rule of Siam in 1836 #Battambang (152000/48000 POPS) 1366 = { - aristocrats = { - culture = thai - religion = theravada - size = 25 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 50 - } - - officers = { - culture = thai - religion = theravada - size = 75 - } - - clergymen = { - culture = thai - religion = theravada - size = 25 - } - - artisans = { - culture = thai - religion = theravada - size = 50 - } - - soldiers = { - culture = thai - religion = theravada - size = 50 - } - - farmers = { - culture = thai - religion = theravada - size = 725 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 750 - } - - clergymen = { - culture = khmer - religion = theravada - size = 400 - } - - artisans = { - culture = khmer - religion = theravada - size = 2000 - } - - soldiers = { - culture = khmer - religion = theravada - size = 425 - } - - farmers = { - culture = khmer - religion = theravada - size = 39425 - } - - slaves = { - culture = khmer - religion = theravada - size = 3100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 50 - } - - farmers = { - culture = yue - religion = mahayana - size = 2150 - } + aristocrats = { + culture = thai + religion = theravada + size = 25 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 50 + } + + officers = { + culture = thai + religion = theravada + size = 75 + } + + clergymen = { + culture = thai + religion = theravada + size = 25 + } + + artisans = { + culture = thai + religion = theravada + size = 50 + } + + soldiers = { + culture = thai + religion = theravada + size = 50 + } + + farmers = { + culture = thai + religion = theravada + size = 725 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 750 + } + + clergymen = { + culture = khmer + religion = theravada + size = 400 + } + + artisans = { + culture = khmer + religion = theravada + size = 2000 + } + + soldiers = { + culture = khmer + religion = theravada + size = 425 + } + + farmers = { + culture = khmer + religion = theravada + size = 39425 + } + + slaves = { + culture = khmer + religion = theravada + size = 3100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 50 + } + + farmers = { + culture = yue + religion = mahayana + size = 2150 + } } diff --git a/HPM/history/pops/1836.1.1/Cameroun.txt b/HPM/history/pops/1836.1.1/Cameroun.txt index 470562b9..b142e4c5 100644 --- a/HPM/history/pops/1836.1.1/Cameroun.txt +++ b/HPM/history/pops/1836.1.1/Cameroun.txt @@ -2,603 +2,603 @@ #uncolonized in 1836/ruled by the Kings of Duala #Douala (328000/82000 POPS) 1956 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 1675 - } - - officers = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 825 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 3300 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 825 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 61225 - } - - slaves = { - culture = fang - religion = animist - size = 14000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 1675 + } + + officers = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 825 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 3300 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 825 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 61225 + } + + slaves = { + culture = fang + religion = animist + size = 14000 + } } #Buea (224000/56000 POPS) 1957 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 1075 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 550 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 2250 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 550 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 39575 - } - - slaves = { - culture = fang - religion = animist - size = 12000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 1075 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 550 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 2250 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 550 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 39575 + } + + slaves = { + culture = fang + religion = animist + size = 12000 + } } #Kribi (176000/44000 POPS) 1958 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 500 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 250 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 1050 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 275 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 20925 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 3000 - } - - aristocrats = { - culture = fang - religion = animist - size = 325 - } - - clergymen = { - culture = fang - religion = animist - size = 175 - } - - artisans = { - culture = fang - religion = animist - size = 725 - } - - soldiers = { - culture = fang - religion = animist - size = 175 - } - - farmers = { - culture = fang - religion = animist - size = 11600 - } - - slaves = { - culture = fang - religion = animist - size = 5000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 500 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 250 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 1050 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 275 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 20925 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 3000 + } + + aristocrats = { + culture = fang + religion = animist + size = 325 + } + + clergymen = { + culture = fang + religion = animist + size = 175 + } + + artisans = { + culture = fang + religion = animist + size = 725 + } + + soldiers = { + culture = fang + religion = animist + size = 175 + } + + farmers = { + culture = fang + religion = animist + size = 11600 + } + + slaves = { + culture = fang + religion = animist + size = 5000 + } } #Sanaga-Kadei Region (940000) #uncolonized in 1836 #Yaounde (344000/86000 POPS) 1959 = { - aristocrats = { - culture = fang - religion = animist - size = 525 - } - - clergymen = { - culture = fang - religion = animist - size = 275 - } - - artisans = { - culture = fang - religion = animist - size = 1125 - } - - soldiers = { - culture = fang - religion = animist - size = 275 - } - - farmers = { - culture = fang - religion = animist - size = 16800 - } - - slaves = { - culture = fang - religion = animist - size = 9000 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 1150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 575 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 2325 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 600 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 39350 - } - - slaves = { - culture = tiv - religion = animist - size = 14000 - } + aristocrats = { + culture = fang + religion = animist + size = 525 + } + + clergymen = { + culture = fang + religion = animist + size = 275 + } + + artisans = { + culture = fang + religion = animist + size = 1125 + } + + soldiers = { + culture = fang + religion = animist + size = 275 + } + + farmers = { + culture = fang + religion = animist + size = 16800 + } + + slaves = { + culture = fang + religion = animist + size = 9000 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 1150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 575 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 2325 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 600 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 39350 + } + + slaves = { + culture = tiv + religion = animist + size = 14000 + } } #Bafoussam (276000/69000 POPS) 1960 = { - aristocrats = { - culture = tiv - religion = sunni - size = 1375 - } - - clergymen = { - culture = tiv - religion = sunni - size = 700 - } - - artisans = { - culture = tiv - religion = sunni - size = 2775 - } - - soldiers = { - culture = tiv - religion = sunni - size = 700 - } - - farmers = { - culture = tiv - religion = sunni - size = 44450 - } - - slaves = { - culture = tiv - religion = animist - size = 19000 - } + aristocrats = { + culture = tiv + religion = sunni + size = 1375 + } + + clergymen = { + culture = tiv + religion = sunni + size = 700 + } + + artisans = { + culture = tiv + religion = sunni + size = 2775 + } + + soldiers = { + culture = tiv + religion = sunni + size = 700 + } + + farmers = { + culture = tiv + religion = sunni + size = 44450 + } + + slaves = { + culture = tiv + religion = animist + size = 19000 + } } #Bertoua (320000/80000 POPS) 1962 = { - aristocrats = { - culture = fang - religion = animist - size = 1225 - } - - clergymen = { - culture = fang - religion = animist - size = 625 - } - - artisans = { - culture = fang - religion = animist - size = 2500 - } - - soldiers = { - culture = fang - religion = animist - size = 625 - } - - farmers = { - culture = fang - religion = animist - size = 34025 - } - - slaves = { - culture = fang - religion = animist - size = 17000 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 325 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 175 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 725 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 175 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 10600 - } - - slaves = { - culture = ubangian - religion = animist - size = 6000 - } + aristocrats = { + culture = fang + religion = animist + size = 1225 + } + + clergymen = { + culture = fang + religion = animist + size = 625 + } + + artisans = { + culture = fang + religion = animist + size = 2500 + } + + soldiers = { + culture = fang + religion = animist + size = 625 + } + + farmers = { + culture = fang + religion = animist + size = 34025 + } + + slaves = { + culture = fang + religion = animist + size = 17000 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 325 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 175 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 725 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 175 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 10600 + } + + slaves = { + culture = ubangian + religion = animist + size = 6000 + } } -#Kwararafa Region (372000) #see Nigeria.txt for balance of region +#Kwararafa Region (372000) #see Nigeria.txt for balance of region #uncolonized in 1836 #Bamenda (372000/93000 POPS) #now part of Cameroun 1961 = { - aristocrats = { - culture = tiv - religion = animist - size = 1850 - } - - clergymen = { - culture = tiv - religion = animist - size = 950 - } - - artisans = { - culture = tiv - religion = animist - size = 3725 - } - - soldiers = { - culture = tiv - religion = animist - size = 950 - } - - farmers = { - culture = tiv - religion = animist - size = 75575 - } - - slaves = { - culture = ibibio - religion = animist - size = 10000 - } + aristocrats = { + culture = tiv + religion = animist + size = 1850 + } + + clergymen = { + culture = tiv + religion = animist + size = 950 + } + + artisans = { + culture = tiv + religion = animist + size = 3725 + } + + soldiers = { + culture = tiv + religion = animist + size = 950 + } + + farmers = { + culture = tiv + religion = animist + size = 75575 + } + + slaves = { + culture = ibibio + religion = animist + size = 10000 + } } -#Adamawa Region (268000) #see Nigeria.txt for balance of region +#Adamawa Region (268000) #see Nigeria.txt for balance of region #under the rule of Sokoto 1836 #Ngaoundere (160000/40000 POPS) #now part of Cameroun 1963 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 25 - } - - officers = { - culture = fulbe - religion = sunni - size = 75 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 275 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19825 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 275 - } - - clergymen = { - culture = ubangian - religion = animist - size = 150 - } - - artisans = { - culture = ubangian - religion = animist - size = 575 - } - - soldiers = { - culture = ubangian - religion = animist - size = 150 - } - - farmers = { - culture = ubangian - religion = animist - size = 12850 - } - - slaves = { - culture = tiv - religion = animist - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 25 + } + + officers = { + culture = fulbe + religion = sunni + size = 75 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 275 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19825 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 275 + } + + clergymen = { + culture = ubangian + religion = animist + size = 150 + } + + artisans = { + culture = ubangian + religion = animist + size = 575 + } + + soldiers = { + culture = ubangian + religion = animist + size = 150 + } + + farmers = { + culture = ubangian + religion = animist + size = 12850 + } + + slaves = { + culture = tiv + religion = animist + size = 4000 + } } #under rule of Kanem-Borno in 1836 #Maroua (433600/108400 POPS) #now part of Cameroun 1964 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 700 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 800 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 400 - } - - farmers = { - culture = fulbe - religion = sunni - size = 27400 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 200 - } - - clergymen = { - culture = hausa - religion = sunni - size = 200 - } - - artisans = { - culture = hausa - religion = sunni - size = 800 - } - - soldiers = { - culture = hausa - religion = sunni - size = 200 - } - - farmers = { - culture = hausa - religion = sunni - size = 20600 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 300 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 200 - } - - farmers = { - culture = bedouin - religion = sunni - size = 18300 - } - - aristocrats = { - culture = baguirmi - religion = animist - size = 700 - } - - clergymen = { - culture = baguirmi - religion = animist - size = 400 - } - - artisans = { - culture = baguirmi - religion = animist - size = 1800 - } - - soldiers = { - culture = baguirmi - religion = animist - size = 400 - } - - farmers = { - culture = baguirmi - religion = animist - size = 23100 - } - - slaves = { - culture = kanuri - religion = sunni - size = 6000 - } - - slaves = { - culture = sara - religion = sunni - size = 6000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 700 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 800 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 400 + } + + farmers = { + culture = fulbe + religion = sunni + size = 27400 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 200 + } + + clergymen = { + culture = hausa + religion = sunni + size = 200 + } + + artisans = { + culture = hausa + religion = sunni + size = 800 + } + + soldiers = { + culture = hausa + religion = sunni + size = 200 + } + + farmers = { + culture = hausa + religion = sunni + size = 20600 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 300 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 200 + } + + farmers = { + culture = bedouin + religion = sunni + size = 18300 + } + + aristocrats = { + culture = baguirmi + religion = animist + size = 700 + } + + clergymen = { + culture = baguirmi + religion = animist + size = 400 + } + + artisans = { + culture = baguirmi + religion = animist + size = 1800 + } + + soldiers = { + culture = baguirmi + religion = animist + size = 400 + } + + farmers = { + culture = baguirmi + religion = animist + size = 23100 + } + + slaves = { + culture = kanuri + religion = sunni + size = 6000 + } + + slaves = { + culture = sara + religion = sunni + size = 6000 + } } diff --git a/HPM/history/pops/1836.1.1/Canada.txt b/HPM/history/pops/1836.1.1/Canada.txt index c70584f7..359fcab9 100644 --- a/HPM/history/pops/1836.1.1/Canada.txt +++ b/HPM/history/pops/1836.1.1/Canada.txt @@ -2,1562 +2,1562 @@ #uncolonized in 1836 #Whitehorse (4000/1000 POPS) 6 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Dawson (4000/1000 POPS) 7 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 20 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 30 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 20 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 30 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Northwest Territories & Keewatin Regions - 28000 #uncolonized in 1836 #Fort Simpson (2400/600 POPS) 9 = { - aristocrats = { - culture = cree - religion = animist - size = 15 - } - - clergymen = { - culture = cree - religion = animist - size = 20 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 520 - } - - soldiers = { - culture = inuit - religion = animist - size = 30 - } - - farmers = { - culture = inuit - religion = animist - size = 720 - } + aristocrats = { + culture = cree + religion = animist + size = 15 + } + + clergymen = { + culture = cree + religion = animist + size = 20 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 520 + } + + soldiers = { + culture = inuit + religion = animist + size = 30 + } + + farmers = { + culture = inuit + religion = animist + size = 720 + } } #Echo Bay (4000/1000 POPS) 11 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 500 - } - - farmers = { - culture = inuit - religion = animist - size = 150 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 500 + } + + farmers = { + culture = inuit + religion = animist + size = 150 + } } #Fort Resolution (2000/500 POPS) 2596 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } - - farmers = { - culture = inuit - religion = animist - size = 500 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } + + farmers = { + culture = inuit + religion = animist + size = 500 + } } #Fort Liard (1600/400 POPS) 2598 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 35 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 70 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 20 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1260 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 35 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 70 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 20 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1260 + } } #Whale Cove (2800/700 POPS) 2595 = { - aristocrats = { - culture = french_canadian - religion = catholic - size = 2 - } - - aristocrats = { - culture = cree - religion = protestant - size = 5 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = inuit - religion = animist - size = 1135 - } + aristocrats = { + culture = french_canadian + religion = catholic + size = 2 + } + + aristocrats = { + culture = cree + religion = protestant + size = 5 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = inuit + religion = animist + size = 1135 + } } #British Columbia Region : 64000 #uncolonized in 1836 #Vancouver (12000/3000 POPS) 13 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2460 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2460 + } } #Vancouver Island (8000/2000 POPS) 14 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - aristocrats = { - culture = native_american_minor - religion = catholic - size = 50 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2130 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + aristocrats = { + culture = native_american_minor + religion = catholic + size = 50 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2130 + } } #Prince Rupert (8000/2000 POPS) 15 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 3115 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 3115 + } } #Glenora (4000/1000 POPS) 16 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 990 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 990 + } } #Atlin (4000/1000 POPS) 17 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } } #Fort St John (2400/600 POPS) 18 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 520 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 520 + } } #Prince George (8000/2000 POPS) 19 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Kelowna (8000/2000 POPS) 20 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Vernon (8000/2000 POPS) 21 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Fort Nelson (1600/400 POPS) 2629 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 20 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 5 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 360 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 20 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 5 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 360 + } } #Alberta Region: 64000 #uncolonized in 1836 #Edmonton (16000/4000 POPS) 22 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } - - farmers = { - culture = cree - religion = animist - size = 1000 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } + + farmers = { + culture = cree + religion = animist + size = 1000 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Athabaska Landing (4800/1200 POPS) 23 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 20 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 60 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1080 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 20 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 60 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1080 + } } #Jasper (4000/1000 POPS) 24 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 445 - } - - farmers = { - culture = metis - religion = catholic - size = 1615 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 445 + } + + farmers = { + culture = metis + religion = catholic + size = 1615 + } } #Banff (4000/1000 POPS) 25 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1500 - } - - farmers = { - culture = cree - religion = animist - size = 380 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1500 + } + + farmers = { + culture = cree + religion = animist + size = 380 + } } #Calgary (8000/2000 POPS) 26 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 580 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1030 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 580 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1030 + } } #Edmonton - Denwood (8000/2000 POPS) 27 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 2 - } - - aristocrats = { - culture = metis - religion = catholic - size = 5 - } - - aristocrats = { - culture = cree - religion = catholic - size = 20 - } - - aristocrats = { - culture = native_american_minor - religion = catholic - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 710 - } - - farmers = { - culture = metis - religion = catholic - size = 185 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 2 + } + + aristocrats = { + culture = metis + religion = catholic + size = 5 + } + + aristocrats = { + culture = cree + religion = catholic + size = 20 + } + + aristocrats = { + culture = native_american_minor + religion = catholic + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 710 + } + + farmers = { + culture = metis + religion = catholic + size = 185 + } } #Fort MacLeod (8000/2000 POPS) 28 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = cree - religion = catholic - size = 1000 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 665 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = cree + religion = catholic + size = 1000 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 665 + } } #Fort Vermillion (3200/800 POPS) 2597 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 40 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 715 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 40 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 715 + } } #Saskatchewan Region : 44000 #uncolonized in 1836 #Regina (12000/3000 POPS) 30 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 2 - } - - aristocrats = { - culture = metis - religion = catholic - size = 5 - } - - aristocrats = { - culture = cree - religion = catholic - size = 20 - } - - aristocrats = { - culture = native_american_minor - religion = catholic - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 2 + } + + aristocrats = { + culture = metis + religion = catholic + size = 5 + } + + aristocrats = { + culture = cree + religion = catholic + size = 20 + } + + aristocrats = { + culture = native_american_minor + religion = catholic + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } } #Stanley (4000/1000 POPS) 31 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Prince Albert (8000/2000 POPS) 32 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Asquith (8000/2000 POPS) 33 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } - - farmers = { - culture = cree - religion = animist - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } + + farmers = { + culture = cree + religion = animist + size = 1000 + } } #Saskatoon (8000/2000 POPS) 34 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } - - farmers = { - culture = cree - religion = animist - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } + + farmers = { + culture = cree + religion = animist + size = 1000 + } } #Maple Creek (4000/1000 POPS) 35 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 950 - } - - farmers = { - culture = metis - religion = catholic - size = 655 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 950 + } + + farmers = { + culture = metis + religion = catholic + size = 655 + } } #Manitoba Region : 52000 #uncolonized in 1836 #Winnipeg (12000/3000 POPS) 36 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } - - farmers = { - culture = metis - religion = protestant - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } + + farmers = { + culture = metis + religion = protestant + size = 1000 + } } #Churchill (4000/1000 POPS) 37 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - farmers = { - culture = inuit - religion = animist - size = 240 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + farmers = { + culture = inuit + religion = animist + size = 240 + } } #Indian Lakes (4000/1000 POPS) 38 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 500 - } - - farmers = { - culture = inuit - religion = animist - size = 400 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 500 + } + + farmers = { + culture = inuit + religion = animist + size = 400 + } } #Norway House (8000/2000 POPS) 39 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size = 15 - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size = 15 + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Dauphin (8000/2000 POPS) 40 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 1000 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 1000 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } } #Brandon (8000/2000 POPS) 41 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } } #Pembina (8000/2000 POPS) 42 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 2 - } - - aristocrats = { - culture = metis - religion = catholic - size = 5 - } - - aristocrats = { - culture = cree - religion = catholic - size = 20 - } - - aristocrats = { - culture = native_american_minor - religion = catholic - size = 20 - } - - aristocrats = { - culture = inuit - religion = catholic - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 2 + } + + aristocrats = { + culture = metis + religion = catholic + size = 5 + } + + aristocrats = { + culture = cree + religion = catholic + size = 20 + } + + aristocrats = { + culture = native_american_minor + religion = catholic + size = 20 + } + + aristocrats = { + culture = inuit + religion = catholic + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } } #Ontario Region : 448000 @@ -1565,1570 +1565,1570 @@ #Fort Severn (2800/700 POPS) 47 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 700 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 700 + } } #Fort Albany (6400/1600 POPS) 48 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 1600 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 1600 + } } #Dryden (12000/3000 POPS) 49 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 2 - } - - aristocrats = { - culture = metis - religion = catholic - size = 5 - } - - aristocrats = { - culture = cree - religion = catholic - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 2 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 1950 - } - - farmers = { - culture = metis - religion = catholic - size = 1000 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 2 + } + + aristocrats = { + culture = metis + religion = catholic + size = 5 + } + + aristocrats = { + culture = cree + religion = catholic + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 2 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 1950 + } + + farmers = { + culture = metis + religion = catholic + size = 1000 + } } #Thunder Bay (8000/2000 POPS) 50 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 20 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 935 - } - - farmers = { - culture = cree - religion = animist - size = 565 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 20 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 935 + } + + farmers = { + culture = cree + religion = animist + size = 565 + } } #Sault Ste Marie (8000/2000 POPS) 51 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 20 - } - - farmers = { - culture = cree - religion = animist - size = 1000 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 20 + } + + farmers = { + culture = cree + religion = animist + size = 1000 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } } #Sudbury (8000/2000 POPS) 52 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 20 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = cree - religion = animist - size = 2000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 20 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = cree + religion = animist + size = 2000 + } } #Barrie (4000/1000 POPS) 53 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 990 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 990 + } } #Pickle Lake (1200/3000 POPS) 2594 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 500 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 500 + } } #ruled by Britain in 1836 #Toronto (172000/43000 POPS) 46 = { - aristocrats = { - culture = french_canadian - religion = catholic - size = 30 - } - - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 30 - } - - aristocrats = { - culture = native_american_minor - religion = protestant - size = 15 - } - - aristocrats = { - culture = cree - religion = protestant - size = 15 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 2500 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 1100 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 39000 - } + aristocrats = { + culture = french_canadian + religion = catholic + size = 30 + } + + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 30 + } + + aristocrats = { + culture = native_american_minor + religion = protestant + size = 15 + } + + aristocrats = { + culture = cree + religion = protestant + size = 15 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 2500 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 1100 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 39000 + } } #Windsor (36000/9000 POPS) 54 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 500 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - labourers = { - culture = anglo_canadian - religion = protestant - size = 8350 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 500 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + labourers = { + culture = anglo_canadian + religion = protestant + size = 8350 + } } #Hamilton (68000/17000 POPS) 55 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1100 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 200 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15700 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1100 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 200 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15700 + } } #Kingston (72000/18000 POPS) 56 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 150 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1750 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 175 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 13925 - } - - clergymen = { - culture = french_canadian - religion = protestant - size = 25 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 250 - } - - soldiers = { - culture = french_canadian - religion = protestant - size = 25 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1700 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 150 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1750 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 175 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 13925 + } + + clergymen = { + culture = french_canadian + religion = protestant + size = 25 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 250 + } + + soldiers = { + culture = french_canadian + religion = protestant + size = 25 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1700 + } } #Ottawa (44000/11000 POPS) 57 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 300 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 6550 - } - - clergymen = { - culture = french_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = french_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3700 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 300 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 6550 + } + + clergymen = { + culture = french_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = french_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3700 + } } #Quebec Region : 676000 #uncolonized in 1836 #Nitchequon (2800/700 POPS) 59 = { - aristocrats = { - culture = cree - religion = animist - size = 15 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 60 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 1075 - } + aristocrats = { + culture = cree + religion = animist + size = 15 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 60 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 1075 + } } #Erik Cove (2400/600 POPS) 2592 = { - aristocrats = { - culture = french_canadian - religion = catholic - size = 5 - } - - aristocrats = { - culture = cree - religion = catholic - size = 20 - } - - aristocrats = { - culture = inuit - religion = catholic - size = 20 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 5 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 5 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 5 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 800 - } - - farmers = { - culture = cree - religion = animist - size = 400 - } + aristocrats = { + culture = french_canadian + religion = catholic + size = 5 + } + + aristocrats = { + culture = cree + religion = catholic + size = 20 + } + + aristocrats = { + culture = inuit + religion = catholic + size = 20 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 5 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 5 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 5 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 800 + } + + farmers = { + culture = cree + religion = animist + size = 400 + } } #Port Harrison (2400/600 POPS) 2626 = { - aristocrats = { - culture = inuit - religion = animist - size = 10 - } - - clergymen = { - culture = inuit - religion = animist - size = 20 - } - - artisans = { - culture = inuit - religion = animist - size = 40 - } - - soldiers = { - culture = inuit - religion = animist - size = 20 - } - - farmers = { - culture = inuit - religion = animist - size = 600 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 20 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - soldiers = { - culture = cree - religion = animist - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 500 - } + aristocrats = { + culture = inuit + religion = animist + size = 10 + } + + clergymen = { + culture = inuit + religion = animist + size = 20 + } + + artisans = { + culture = inuit + religion = animist + size = 40 + } + + soldiers = { + culture = inuit + religion = animist + size = 20 + } + + farmers = { + culture = inuit + religion = animist + size = 600 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 20 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + soldiers = { + culture = cree + religion = animist + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 500 + } } #Fort George (1600/400 POPS) 2593 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 5 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 5 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 5 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 560 - } - - farmers = { - culture = inuit - religion = animist - size = 390 - } + clergymen = { + culture = french_canadian + religion = catholic + size = 5 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 5 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 5 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 560 + } + + farmers = { + culture = inuit + religion = animist + size = 390 + } } #ruled by Britain in 1836 #58 - Montreal (248000/62000 POPS) 58 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 30 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 200 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 125 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 13425 - } - - aristocrats = { - culture = french_canadian - religion = catholic - size = 30 - } - - bureaucrats = { - culture = french_canadian - religion = catholic - size = 100 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 500 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 6000 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 400 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 36000 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 30 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 200 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 125 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 13425 + } + + aristocrats = { + culture = french_canadian + religion = catholic + size = 30 + } + + bureaucrats = { + culture = french_canadian + religion = catholic + size = 100 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 500 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 6000 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 400 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 36000 + } } #Chicoutimi (11200/2800 POPS) 61 = { - aristocrats = { - culture = cree - religion = animist - size = 15 - } - - clergymen = { - culture = cree - religion = animist - size = 20 - } - - artisans = { - culture = cree - religion = animist - size = 40 - } - - soldiers = { - culture = cree - religion = animist - size = 10 - } - - farmers = { - culture = cree - religion = animist - size = 715 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 100 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 25 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1825 - } + aristocrats = { + culture = cree + religion = animist + size = 15 + } + + clergymen = { + culture = cree + religion = animist + size = 20 + } + + artisans = { + culture = cree + religion = animist + size = 40 + } + + soldiers = { + culture = cree + religion = animist + size = 10 + } + + farmers = { + culture = cree + religion = animist + size = 715 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 100 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 25 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1825 + } } #Sept-Iles (8000/2000 POPS) 62 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 25 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 50 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 10 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 915 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 25 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 50 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 10 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 915 + } } #Temiscaming (16000/4000 POPS) 63 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 75 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 150 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 25 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 2750 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 75 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 150 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 25 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 2750 + } } #Trois-Rivieres (68000/17000 POPS) 64 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 175 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 1100 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 150 - } - - labourers = { - culture = french_canadian - religion = catholic - size = 15675 - } + clergymen = { + culture = french_canadian + religion = catholic + size = 175 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 1100 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 150 + } + + labourers = { + culture = french_canadian + religion = catholic + size = 15675 + } } #Quebec City (188000/47000 POPS) 65 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 500 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 5000 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 500 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 41000 - } + clergymen = { + culture = french_canadian + religion = catholic + size = 500 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 5000 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 500 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 41000 + } } #Sherbrooke (68000/17000 POPS) 66 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 400 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 4450 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 250 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 700 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 150 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 10900 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 400 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 4450 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 250 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 700 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 150 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 10900 + } } #Riviere du Loup (56000/14000 POPS) 67 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 150 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 750 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 150 - } - - labourers = { - culture = french_canadian - religion = catholic - size = 4500 - } + clergymen = { + culture = french_canadian + religion = catholic + size = 150 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 750 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 150 + } + + labourers = { + culture = french_canadian + religion = catholic + size = 4500 + } } #New Brunswick Region : 148000 #Ruled by Britain 1836 #Fredericton (84000/21000 POPS) 68 = { - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 75 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 275 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 750 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 150 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 17000 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 150 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 350 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 10650 - } + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 75 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 275 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 750 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 150 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 17000 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 150 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 350 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 10650 + } } #Bathurst (64000/16000 POPS) 69 = { - artisans = { - culture = anglo_canadian - religion = protestant - size = 491 - } - artisans = { - culture = french_canadian - religion = catholic - size = 63 - } - clergymen = { - culture = anglo_canadian - religion = protestant - size = 30 - - } - farmers = { - culture = french_canadian - religion = catholic - size = 4660 - } - farmers = { - culture = anglo_canadian - religion = protestant - size = 1053 - - } - farmers = { - culture = yankee - religion = protestant - size = 2501 - } + artisans = { + culture = anglo_canadian + religion = protestant + size = 491 + } + artisans = { + culture = french_canadian + religion = catholic + size = 63 + } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 30 + + } + farmers = { + culture = french_canadian + religion = catholic + size = 4660 + } + farmers = { + culture = anglo_canadian + religion = protestant + size = 1053 + + } + farmers = { + culture = yankee + religion = protestant + size = 2501 + } } #Prince Edward Island Region : 32000 #Ruled by Britain 1836 #Prince Edward Island (32000/8000 POPS) 70 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1500 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 6350 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1500 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 6350 + } } #Canada - Nova Scotia Region : 147000 #Ruled by Britain 1836 #Halifax (83000/20750 POPS) 71 = { - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 4000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 200 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 14600 - } - - labourers = { - culture = french_canadian - religion = catholic - size = 1100 - } - - labourers = { - culture = afro_american - religion = protestant - size = 750 - } + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 4000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 200 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 14600 + } + + labourers = { + culture = french_canadian + religion = catholic + size = 1100 + } + + labourers = { + culture = afro_american + religion = protestant + size = 750 + } } #Truro (44000/11000 POPS) 72 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 750 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 125 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 9075 - } - - labourers = { - culture = french_canadian - religion = catholic - size = 1100 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 750 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 125 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 9075 + } + + labourers = { + culture = french_canadian + religion = catholic + size = 1100 + } } #Cape Breton Island (20000/5000 POPS) 73 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 4650 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 4650 + } } #Newfoundland Region - 84000 #Ruled by Britain in 1836 #Saint John's (52000/13000 POPS) 74 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 75 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 2000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 2525 - } - - aristocrats = { - culture = french_canadian - religion = catholic - size = 50 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 50 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 50 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 100 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = irish - religion = catholic - size = 6900 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 75 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 2000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 2525 + } + + aristocrats = { + culture = french_canadian + religion = catholic + size = 50 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 50 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 50 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 100 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = irish + religion = catholic + size = 6900 + } } #Millertown/Port-Aux-basques (24000/6000 POPS) 75 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 75 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 4425 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 800 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 50 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 50 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 50 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 75 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 4425 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 800 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 50 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 50 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 50 + } } #Hopedale (2000/500 POPS) 76 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 700 - } - - farmers = { - culture = cree - religion = animist - size = 450 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 700 + } + + farmers = { + culture = cree + religion = animist + size = 450 + } } #Cartwright (6000/1500 POPS) 2625 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 1070 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 1070 + } } #St Pierre & Miquelon (2000) #Ruled by France 1836 #Saint Pierre (2000/500 POPS) 77 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 4 - } - - clergymen = { - culture = french - religion = catholic - size = 1 - } - - artisans = { - culture = basque - religion = catholic - size = 45 - } - - labourers = { - culture = breton - religion = catholic - size = 40 - } - - labourers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - -} \ No newline at end of file + clergymen = { + culture = french_canadian + religion = catholic + size = 4 + } + + clergymen = { + culture = french + religion = catholic + size = 1 + } + + artisans = { + culture = basque + religion = catholic + size = 45 + } + + labourers = { + culture = breton + religion = catholic + size = 40 + } + + labourers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + +} diff --git a/HPM/history/pops/1836.1.1/Cape Verde.txt b/HPM/history/pops/1836.1.1/Cape Verde.txt index c8fda3a6..6265b0ea 100644 --- a/HPM/history/pops/1836.1.1/Cape Verde.txt +++ b/HPM/history/pops/1836.1.1/Cape Verde.txt @@ -1,71 +1,71 @@ -#Cape Verde Region (76000) +#Cape Verde Region (76000) #Ruled by Portugal 1836 #Cape Verde (76000/19000 POPS) 1876 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - officers = { - culture = portuguese - religion = catholic - size = 100 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } + officers = { + culture = portuguese + religion = catholic + size = 100 + } - artisans = { - culture = portuguese - religion = catholic - size = 100 - } + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } + artisans = { + culture = portuguese + religion = catholic + size = 100 + } - farmers = { - culture = portuguese - religion = catholic - size = 100 - } + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } - clergymen = { - culture = kreol - religion = catholic - size = 150 - } + farmers = { + culture = portuguese + religion = catholic + size = 100 + } - artisans = { - culture = kreol - religion = catholic - size = 700 - } + clergymen = { + culture = kreol + religion = catholic + size = 150 + } - soldiers = { - culture = kreol - religion = catholic - size = 150 - } + artisans = { + culture = kreol + religion = catholic + size = 700 + } - farmers = { - culture = kreol - religion = catholic - size = 13500 - } + soldiers = { + culture = kreol + religion = catholic + size = 150 + } - slaves = { - culture = kreol - religion = catholic - size = 4000 - } + farmers = { + culture = kreol + religion = catholic + size = 13500 + } + + slaves = { + culture = kreol + religion = catholic + size = 4000 + } } diff --git a/HPM/history/pops/1836.1.1/Central Africa.txt b/HPM/history/pops/1836.1.1/Central Africa.txt index 28c62ecb..a27e3a1b 100644 --- a/HPM/history/pops/1836.1.1/Central Africa.txt +++ b/HPM/history/pops/1836.1.1/Central Africa.txt @@ -2,417 +2,417 @@ #uncolonized in 1836 #Bangui (104000/26000 POPS) 1965 = { - aristocrats = { - culture = ubangian - religion = animist - size = 500 - } - - clergymen = { - culture = ubangian - religion = animist - size = 250 - } - - artisans = { - culture = ubangian - religion = animist - size = 1300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 275 - } - - farmers = { - culture = ubangian - religion = animist - size = 23675 - } + aristocrats = { + culture = ubangian + religion = animist + size = 500 + } + + clergymen = { + culture = ubangian + religion = animist + size = 250 + } + + artisans = { + culture = ubangian + religion = animist + size = 1300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 275 + } + + farmers = { + culture = ubangian + religion = animist + size = 23675 + } } #Nola (40000/10000 POPS) 1966 = { - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 500 - } - - soldiers = { - culture = ubangian - religion = animist - size = 100 - } - - farmers = { - culture = ubangian - religion = animist - size = 9125 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 500 - } - + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 500 + } + + soldiers = { + culture = ubangian + religion = animist + size = 100 + } + + farmers = { + culture = ubangian + religion = animist + size = 9125 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 500 + } + } #uncolonized in 1836/under influence of Baguirmi #Bouar (28000/7000 POPS) 1967 = { - aristocrats = { - culture = ubangian - religion = animist - size = 125 - } - - clergymen = { - culture = ubangian - religion = animist - size = 75 - } - - artisans = { - culture = ubangian - religion = animist - size = 350 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 6375 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 900 - } + aristocrats = { + culture = ubangian + religion = animist + size = 125 + } + + clergymen = { + culture = ubangian + religion = animist + size = 75 + } + + artisans = { + culture = ubangian + religion = animist + size = 350 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 6375 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 900 + } } #Bossangoa (56000/14000 POPS) 1968 = { - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 500 - } - - soldiers = { - culture = ubangian - religion = animist - size = 100 - } - - farmers = { - culture = ubangian - religion = animist - size = 9125 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 100 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 100 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 900 - } - - aristocrats = { - culture = sara - religion = animist - size = 100 - } - - clergymen = { - culture = sara - religion = animist - size = 100 - } - - artisans = { - culture = sara - religion = animist - size = 150 - } - - soldiers = { - culture = sara - religion = animist - size = 100 - } - - farmers = { - culture = sara - religion = animist - size = 2700 - } + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 500 + } + + soldiers = { + culture = ubangian + religion = animist + size = 100 + } + + farmers = { + culture = ubangian + religion = animist + size = 9125 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 100 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 100 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 900 + } + + aristocrats = { + culture = sara + religion = animist + size = 100 + } + + clergymen = { + culture = sara + religion = animist + size = 100 + } + + artisans = { + culture = sara + religion = animist + size = 150 + } + + soldiers = { + culture = sara + religion = animist + size = 100 + } + + farmers = { + culture = sara + religion = animist + size = 2700 + } } #Dar Banda Region (128000) #uncolonized in 1836/under influence of Azande #Zemio (44000/11000 POPS) 1969 = { - aristocrats = { - culture = azande - religion = animist - size = 100 - } - - clergymen = { - culture = azande - religion = animist - size = 50 - } - - artisans = { - culture = azande - religion = animist - size = 300 - } - - soldiers = { - culture = azande - religion = animist - size = 75 - } - - farmers = { - culture = azande - religion = animist - size = 5475 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 50 - } - - artisans = { - culture = ubangian - religion = animist - size = 250 - } - - soldiers = { - culture = ubangian - religion = animist - size = 50 - } - - farmers = { - culture = ubangian - religion = animist - size = 4575 - } + aristocrats = { + culture = azande + religion = animist + size = 100 + } + + clergymen = { + culture = azande + religion = animist + size = 50 + } + + artisans = { + culture = azande + religion = animist + size = 300 + } + + soldiers = { + culture = azande + religion = animist + size = 75 + } + + farmers = { + culture = azande + religion = animist + size = 5475 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 50 + } + + artisans = { + culture = ubangian + religion = animist + size = 250 + } + + soldiers = { + culture = ubangian + religion = animist + size = 50 + } + + farmers = { + culture = ubangian + religion = animist + size = 4575 + } } #Bangassou (56000/14000 POPS) 1970 = { - aristocrats = { - culture = azande - religion = animist - size = 100 - } - - clergymen = { - culture = azande - religion = animist - size = 100 - } - - artisans = { - culture = azande - religion = animist - size = 100 - } - - soldiers = { - culture = azande - religion = animist - size = 100 - } - - farmers = { - culture = azande - religion = animist - size = 900 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 225 - } - - clergymen = { - culture = ubangian - religion = animist - size = 150 - } - - artisans = { - culture = ubangian - religion = animist - size = 650 - } - - soldiers = { - culture = ubangian - religion = animist - size = 150 - } - - farmers = { - culture = ubangian - religion = animist - size = 11875 - } + aristocrats = { + culture = azande + religion = animist + size = 100 + } + + clergymen = { + culture = azande + religion = animist + size = 100 + } + + artisans = { + culture = azande + religion = animist + size = 100 + } + + soldiers = { + culture = azande + religion = animist + size = 100 + } + + farmers = { + culture = azande + religion = animist + size = 900 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 225 + } + + clergymen = { + culture = ubangian + religion = animist + size = 150 + } + + artisans = { + culture = ubangian + religion = animist + size = 650 + } + + soldiers = { + culture = ubangian + religion = animist + size = 150 + } + + farmers = { + culture = ubangian + religion = animist + size = 11875 + } } #uncolonized in 1836/under influence of Wadai #Ndele (28000/7000 POPS) 1971 = { - aristocrats = { - culture = fur - religion = sunni - size = 100 - } - - clergymen = { - culture = fur - religion = sunni - size = 100 - } - - artisans = { - culture = fur - religion = sunni - size = 100 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 900 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 100 - } - - clergymen = { - culture = ubangian - religion = animist - size = 50 - } - - artisans = { - culture = ubangian - religion = animist - size = 300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 5475 - } + aristocrats = { + culture = fur + religion = sunni + size = 100 + } + + clergymen = { + culture = fur + religion = sunni + size = 100 + } + + artisans = { + culture = fur + religion = sunni + size = 100 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 900 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 100 + } + + clergymen = { + culture = ubangian + religion = animist + size = 50 + } + + artisans = { + culture = ubangian + religion = animist + size = 300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 5475 + } } diff --git a/HPM/history/pops/1836.1.1/Ceylon.txt b/HPM/history/pops/1836.1.1/Ceylon.txt index 67645aaa..588cf085 100644 --- a/HPM/history/pops/1836.1.1/Ceylon.txt +++ b/HPM/history/pops/1836.1.1/Ceylon.txt @@ -2,510 +2,510 @@ #Under rule of Britain 1836 #Colombo (400000/100000 POPS) 1321 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 3900 - } - - bureaucrats = { - culture = sinhala - religion = theravada - size = 150 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 750 - } - - artisans = { - culture = sinhala - religion = theravada - size = 800 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 750 - } - - farmers = { - culture = sinhala - religion = theravada - size = 64650 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 125 - } - - bureaucrats = { - culture = tamil - religion = hindu - size = 100 - } - - clergymen = { - culture = tamil - religion = hindu - size = 125 - } - - artisans = { - culture = tamil - religion = hindu - size = 750 - } - - soldiers = { - culture = tamil - religion = hindu - size = 100 - } - - labourers = { - culture = tamil - religion = hindu - size = 9800 - } - - clergymen = { - culture = sinhala - religion = catholic - size = 50 - } - - artisans = { - culture = sinhala - religion = catholic - size = 500 - } - - soldiers = { - culture = sinhala - religion = catholic - size = 50 - } - - labourers = { - culture = sinhala - religion = catholic - size = 6400 - } - - clergymen = { - culture = sinhala - religion = protestant - size = 25 - } - - artisans = { - culture = sinhala - religion = protestant - size = 750 - } - - soldiers = { - culture = sinhala - religion = protestant - size = 25 - } - - labourers = { - culture = sinhala - religion = protestant - size = 1200 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - labourers = { - culture = mashriqi - religion = sunni - size = 3375 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 25 - } - - artisans = { - culture = malay - religion = sunni - size = 1100 - } - - soldiers = { - culture = malay - religion = sunni - size = 50 - } - - farmers = { - culture = malay - religion = sunni - size = 1900 - } - - aristocrats = { - culture = british - religion = protestant - size = 25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - artisans = { - culture = british - religion = protestant - size = 1100 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 675 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 3900 + } + + bureaucrats = { + culture = sinhala + religion = theravada + size = 150 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 750 + } + + artisans = { + culture = sinhala + religion = theravada + size = 800 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 750 + } + + farmers = { + culture = sinhala + religion = theravada + size = 64650 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 125 + } + + bureaucrats = { + culture = tamil + religion = hindu + size = 100 + } + + clergymen = { + culture = tamil + religion = hindu + size = 125 + } + + artisans = { + culture = tamil + religion = hindu + size = 750 + } + + soldiers = { + culture = tamil + religion = hindu + size = 100 + } + + labourers = { + culture = tamil + religion = hindu + size = 9800 + } + + clergymen = { + culture = sinhala + religion = catholic + size = 50 + } + + artisans = { + culture = sinhala + religion = catholic + size = 500 + } + + soldiers = { + culture = sinhala + religion = catholic + size = 50 + } + + labourers = { + culture = sinhala + religion = catholic + size = 6400 + } + + clergymen = { + culture = sinhala + religion = protestant + size = 25 + } + + artisans = { + culture = sinhala + religion = protestant + size = 750 + } + + soldiers = { + culture = sinhala + religion = protestant + size = 25 + } + + labourers = { + culture = sinhala + religion = protestant + size = 1200 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + labourers = { + culture = mashriqi + religion = sunni + size = 3375 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 25 + } + + artisans = { + culture = malay + religion = sunni + size = 1100 + } + + soldiers = { + culture = malay + religion = sunni + size = 50 + } + + farmers = { + culture = malay + religion = sunni + size = 1900 + } + + aristocrats = { + culture = british + religion = protestant + size = 25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + artisans = { + culture = british + religion = protestant + size = 1100 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 675 + } } #Jaffna (288000/72000 POPS) 1322 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 500 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 500 - } - - artisans = { - culture = sinhala - religion = theravada - size = 4000 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 500 - } - - farmers = { - culture = sinhala - religion = theravada - size = 42500 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 250 - } - - clergymen = { - culture = tamil - religion = hindu - size = 250 - } - - artisans = { - culture = tamil - religion = hindu - size = 2000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 500 - } - - labourers = { - culture = tamil - religion = hindu - size = 21000 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 500 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 500 + } + + artisans = { + culture = sinhala + religion = theravada + size = 4000 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 500 + } + + farmers = { + culture = sinhala + religion = theravada + size = 42500 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 250 + } + + clergymen = { + culture = tamil + religion = hindu + size = 250 + } + + artisans = { + culture = tamil + religion = hindu + size = 2000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 500 + } + + labourers = { + culture = tamil + religion = hindu + size = 21000 + } } #Kandy (304000/76000 POPS) 1323 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 750 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 750 - } - - artisans = { - culture = sinhala - religion = theravada - size = 4000 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 750 - } - - farmers = { - culture = sinhala - religion = theravada - size = 69250 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 750 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 750 + } + + artisans = { + culture = sinhala + religion = theravada + size = 4000 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 750 + } + + farmers = { + culture = sinhala + religion = theravada + size = 69250 + } } #Trincomalee (208000/52000 POPS) 1324 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 250 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 225 - } - - artisans = { - culture = sinhala - religion = theravada - size = 500 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 200 - } - - farmers = { - culture = sinhala - religion = theravada - size = 19825 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 250 - } - - clergymen = { - culture = tamil - religion = hindu - size = 250 - } - - artisans = { - culture = tamil - religion = hindu - size = 500 - } - - soldiers = { - culture = tamil - religion = hindu - size = 250 - } - - labourers = { - culture = tamil - religion = hindu - size = 22750 - } - - clergymen = { - culture = sinhala - religion = protestant - size = 25 - } - - artisans = { - culture = sinhala - religion = protestant - size = 250 - } - - soldiers = { - culture = sinhala - religion = protestant - size = 25 - } - - labourers = { - culture = sinhala - religion = protestant - size = 700 - } - - clergymen = { - culture = sinhala - religion = catholic - size = 50 - } - - artisans = { - culture = sinhala - religion = catholic - size = 500 - } - - soldiers = { - culture = sinhala - religion = catholic - size = 25 - } - - labourers = { - culture = sinhala - religion = catholic - size = 1475 - } - - clergymen = { - culture = malay - religion = sunni - size = 25 - } - - artisans = { - culture = malay - religion = sunni - size = 250 - } - - soldiers = { - culture = malay - religion = sunni - size = 50 - } - - labourers = { - culture = malay - religion = sunni - size = 675 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 750 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - labourers = { - culture = mashriqi - religion = sunni - size = 2150 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 250 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 225 + } + + artisans = { + culture = sinhala + religion = theravada + size = 500 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 200 + } + + farmers = { + culture = sinhala + religion = theravada + size = 19825 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 250 + } + + clergymen = { + culture = tamil + religion = hindu + size = 250 + } + + artisans = { + culture = tamil + religion = hindu + size = 500 + } + + soldiers = { + culture = tamil + religion = hindu + size = 250 + } + + labourers = { + culture = tamil + religion = hindu + size = 22750 + } + + clergymen = { + culture = sinhala + religion = protestant + size = 25 + } + + artisans = { + culture = sinhala + religion = protestant + size = 250 + } + + soldiers = { + culture = sinhala + religion = protestant + size = 25 + } + + labourers = { + culture = sinhala + religion = protestant + size = 700 + } + + clergymen = { + culture = sinhala + religion = catholic + size = 50 + } + + artisans = { + culture = sinhala + religion = catholic + size = 500 + } + + soldiers = { + culture = sinhala + religion = catholic + size = 25 + } + + labourers = { + culture = sinhala + religion = catholic + size = 1475 + } + + clergymen = { + culture = malay + religion = sunni + size = 25 + } + + artisans = { + culture = malay + religion = sunni + size = 250 + } + + soldiers = { + culture = malay + religion = sunni + size = 50 + } + + labourers = { + culture = malay + religion = sunni + size = 675 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 750 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + labourers = { + culture = mashriqi + religion = sunni + size = 2150 + } } #Maldives (24000/6000 POPS) #now independent 1325 = { - aristocrats = { - culture = asian_minor - religion = sunni - size = 50 - } - - clergymen = { - culture = asian_minor - religion = sunni - size = 50 - } - - artisans = { - culture = asian_minor - religion = sunni - size = 500 - } - - soldiers = { - culture = asian_minor - religion = sunni - size = 75 - } - - farmers = { - culture = asian_minor - religion = sunni - size = 5325 - } + aristocrats = { + culture = asian_minor + religion = sunni + size = 50 + } + + clergymen = { + culture = asian_minor + religion = sunni + size = 50 + } + + artisans = { + culture = asian_minor + religion = sunni + size = 500 + } + + soldiers = { + culture = asian_minor + religion = sunni + size = 75 + } + + farmers = { + culture = asian_minor + religion = sunni + size = 5325 + } } diff --git a/HPM/history/pops/1836.1.1/Chad.txt b/HPM/history/pops/1836.1.1/Chad.txt index ee66be12..155d33d8 100644 --- a/HPM/history/pops/1836.1.1/Chad.txt +++ b/HPM/history/pops/1836.1.1/Chad.txt @@ -3,790 +3,790 @@ #under the rule of Kanem-Bornu in 1836 #Massenya (320000/80000 POPS) 1818 = { - aristocrats = { - culture = sara - religion = sunni - size = 200 - } - - bureaucrats = { - culture = sara - religion = sunni - size = 100 - } - - officers = { - culture = sara - religion = sunni - size = 100 - } - - clergymen = { - culture = sara - religion = sunni - size = 100 - } - - artisans = { - culture = sara - religion = sunni - size = 500 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = sara - religion = sunni - size = 10000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 200 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - officers = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 13458 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 200 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 500 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 500 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 9000 - } - - slaves = { - culture = baguirmi - religion = animist - size = 700 - } + aristocrats = { + culture = sara + religion = sunni + size = 200 + } + + bureaucrats = { + culture = sara + religion = sunni + size = 100 + } + + officers = { + culture = sara + religion = sunni + size = 100 + } + + clergymen = { + culture = sara + religion = sunni + size = 100 + } + + artisans = { + culture = sara + religion = sunni + size = 500 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = sara + religion = sunni + size = 10000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 200 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + officers = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 13458 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 200 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 500 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 500 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 9000 + } + + slaves = { + culture = baguirmi + religion = animist + size = 700 + } } #Moundou (48000/12000 POPS) 1819 = { - aristocrats = { - culture = sara - religion = sunni - size = 100 - } - - clergymen = { - culture = sara - religion = sunni - size = 100 - } - - artisans = { - culture = sara - religion = sunni - size = 400 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = sara - religion = sunni - size = 8000 - } - - aristocrats = { - culture = kanuri - religion = sunni - size = 200 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 100 - } - - artisans = { - culture = kanuri - religion = sunni - size = 500 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 11000 - } - - aristocrats = { - culture = sara - religion = animist - size = 600 - } - - bureaucrats = { - culture = sara - religion = animist - size = 300 - } - - clergymen = { - culture = sara - religion = animist - size = 200 - } - - artisans = { - culture = sara - religion = animist - size = 2000 - } - - soldiers = { - culture = sara - religion = animist - size = 3000 - } - - farmers = { - culture = sara - religion = animist - size = 30566 - } - - slaves = { - culture = sara - religion = animist - size = 4000 - } - - slaves = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = sara + religion = sunni + size = 100 + } + + clergymen = { + culture = sara + religion = sunni + size = 100 + } + + artisans = { + culture = sara + religion = sunni + size = 400 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = sara + religion = sunni + size = 8000 + } + + aristocrats = { + culture = kanuri + religion = sunni + size = 200 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 100 + } + + artisans = { + culture = kanuri + religion = sunni + size = 500 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 11000 + } + + aristocrats = { + culture = sara + religion = animist + size = 600 + } + + bureaucrats = { + culture = sara + religion = animist + size = 300 + } + + clergymen = { + culture = sara + religion = animist + size = 200 + } + + artisans = { + culture = sara + religion = animist + size = 2000 + } + + soldiers = { + culture = sara + religion = animist + size = 3000 + } + + farmers = { + culture = sara + religion = animist + size = 30566 + } + + slaves = { + culture = sara + religion = animist + size = 4000 + } + + slaves = { + culture = ubangian + religion = animist + size = 2000 + } } #Bongor (36000/9000 POPS) 1820 = { - aristocrats = { - culture = sara - religion = animist - size = 300 - } - - bureaucrats = { - culture = sara - religion = animist - size = 100 - } - - clergymen = { - culture = sara - religion = animist - size = 200 - } - - artisans = { - culture = sara - religion = animist - size = 1000 - } - - soldiers = { - culture = sara - religion = animist - size = 2000 - } - - farmers = { - culture = sara - religion = animist - size = 30000 - } - - aristocrats = { - culture = sara - religion = sunni - size = 125 - } - - clergymen = { - culture = sara - religion = sunni - size = 200 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3000 - } - - farmers = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = sara + religion = animist + size = 300 + } + + bureaucrats = { + culture = sara + religion = animist + size = 100 + } + + clergymen = { + culture = sara + religion = animist + size = 200 + } + + artisans = { + culture = sara + religion = animist + size = 1000 + } + + soldiers = { + culture = sara + religion = animist + size = 2000 + } + + farmers = { + culture = sara + religion = animist + size = 30000 + } + + aristocrats = { + culture = sara + religion = sunni + size = 125 + } + + clergymen = { + culture = sara + religion = sunni + size = 200 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3000 + } + + farmers = { + culture = ubangian + religion = animist + size = 2000 + } } #Wadai Region (488000) #under the rule of Wadai in 1836 #Abeche (136000/34000 POPS) 1821 = { - aristocrats = { - culture = fur - religion = sunni - size = 100 - } - - bureaucrats = { - culture = fur - religion = sunni - size = 50 - } - - officers = { - culture = fur - religion = sunni - size = 50 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 100 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 550 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - officers = { - culture = baguirmi - religion = sunni - size = 50 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 100 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 100 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 550 - } - - aristocrats = { - culture = teda - religion = sunni - size = 300 - } - - bureaucrats = { - culture = teda - religion = sunni - size = 100 - } - - clergymen = { - culture = teda - religion = sunni - size = 100 - } - - artisans = { - culture = teda - religion = sunni - size = 500 - } - - soldiers = { - culture = teda - religion = sunni - size = 1000 - } - - farmers = { - culture = teda - religion = sunni - size = 20183 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 300 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7000 - } - - slaves = { - culture = baguirmi - religion = animist - size = 300 - } + aristocrats = { + culture = fur + religion = sunni + size = 100 + } + + bureaucrats = { + culture = fur + religion = sunni + size = 50 + } + + officers = { + culture = fur + religion = sunni + size = 50 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 100 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 550 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + officers = { + culture = baguirmi + religion = sunni + size = 50 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 100 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 100 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 550 + } + + aristocrats = { + culture = teda + religion = sunni + size = 300 + } + + bureaucrats = { + culture = teda + religion = sunni + size = 100 + } + + clergymen = { + culture = teda + religion = sunni + size = 100 + } + + artisans = { + culture = teda + religion = sunni + size = 500 + } + + soldiers = { + culture = teda + religion = sunni + size = 1000 + } + + farmers = { + culture = teda + religion = sunni + size = 20183 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 300 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7000 + } + + slaves = { + culture = baguirmi + religion = animist + size = 300 + } } #Am Timan (168000/42000 POPS) 1822 = { - slaves = { - culture = ubangian - religion = animist - size = 1900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7300 - } + slaves = { + culture = ubangian + religion = animist + size = 1900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7300 + } } #Mongo (184000/46000 POPS) 1823 = { - aristocrats = { - culture = fur - religion = sunni - size = 200 - } - - clergymen = { - culture = fur - religion = sunni - size = 350 - } - - artisans = { - culture = fur - religion = sunni - size = 500 - } - - soldiers = { - culture = fur - religion = sunni - size = 1000 - } - - farmers = { - culture = fur - religion = sunni - size = 5000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7269 - } - - - aristocrats = { - culture = baguirmi - religion = sunni - size = 300 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - bureaucrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 1500 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 1000 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 7246 - } - - slaves = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = fur + religion = sunni + size = 200 + } + + clergymen = { + culture = fur + religion = sunni + size = 350 + } + + artisans = { + culture = fur + religion = sunni + size = 500 + } + + soldiers = { + culture = fur + religion = sunni + size = 1000 + } + + farmers = { + culture = fur + religion = sunni + size = 5000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7269 + } + + + aristocrats = { + culture = baguirmi + religion = sunni + size = 300 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + bureaucrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 1500 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 1000 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 7246 + } + + slaves = { + culture = ubangian + religion = animist + size = 2000 + } } #Kanem Region (288000) #under the rule of Kanem-Bornu in 1836 #Mao (149453/37362 POPS) 1824 = { - aristocrats = { - culture = teda - religion = sunni - size = 300 - } - - clergymen = { - culture = teda - religion = sunni - size = 200 - } - - artisans = { - culture = teda - religion = sunni - size = 200 - } - - soldiers = { - culture = teda - religion = sunni - size = 300 - } - - farmers = { - culture = teda - religion = sunni - size = 9216 - } - - aristocrats = { - culture = kanuri - religion = sunni - size = 100 - } - - bureaucrats = { - culture = kanuri - religion = sunni - size = 100 - } - - officers = { - culture = kanuri - religion = sunni - size = 100 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 100 - } - - artisans = { - culture = kanuri - religion = sunni - size = 200 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 200 - } - - farmers = { - culture = kanuri - religion = sunni - size = 15010 - } - - slaves = { - culture = baguirmi - religion = animist - size = 1300 - } + aristocrats = { + culture = teda + religion = sunni + size = 300 + } + + clergymen = { + culture = teda + religion = sunni + size = 200 + } + + artisans = { + culture = teda + religion = sunni + size = 200 + } + + soldiers = { + culture = teda + religion = sunni + size = 300 + } + + farmers = { + culture = teda + religion = sunni + size = 9216 + } + + aristocrats = { + culture = kanuri + religion = sunni + size = 100 + } + + bureaucrats = { + culture = kanuri + religion = sunni + size = 100 + } + + officers = { + culture = kanuri + religion = sunni + size = 100 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 100 + } + + artisans = { + culture = kanuri + religion = sunni + size = 200 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 200 + } + + farmers = { + culture = kanuri + religion = sunni + size = 15010 + } + + slaves = { + culture = baguirmi + religion = animist + size = 1300 + } } #Zouar (72000/18000 POPS) 1825 = { - aristocrats = { - culture = teda - religion = sunni - size = 50 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - soldiers = { - culture = teda - religion = sunni - size = 100 - } - - farmers = { - culture = teda - religion = sunni - size = 1380 - } + aristocrats = { + culture = teda + religion = sunni + size = 50 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + soldiers = { + culture = teda + religion = sunni + size = 100 + } + + farmers = { + culture = teda + religion = sunni + size = 1380 + } } #under the rule of Wadai in 1836 #Faya (56000/14000 POPS) 1826 = { - aristocrats = { - culture = teda - religion = sunni - size = 50 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - soldiers = { - culture = teda - religion = sunni - size = 100 - } - - farmers = { - culture = teda - religion = sunni - size = 1080 - } - - farmers = { - culture = bedouin - religion = sunni - size = 300 - } + aristocrats = { + culture = teda + religion = sunni + size = 50 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + soldiers = { + culture = teda + religion = sunni + size = 100 + } + + farmers = { + culture = teda + religion = sunni + size = 1080 + } + + farmers = { + culture = bedouin + religion = sunni + size = 300 + } } diff --git a/HPM/history/pops/1836.1.1/Chile.txt b/HPM/history/pops/1836.1.1/Chile.txt index 9bd8749b..bc7af96c 100644 --- a/HPM/history/pops/1836.1.1/Chile.txt +++ b/HPM/history/pops/1836.1.1/Chile.txt @@ -2,876 +2,876 @@ #Ruled by Bolivia 1836 #Antofagasta (80000/20000 POPS) 2305 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 425 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 25 - } - - officers = { - culture = south_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 400 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 75 - } - - farmers = { - culture = south_andean - religion = catholic - size = 6900 - } - - clergymen = { - culture = aimara - religion = catholic - size = 50 - } - - artisans = { - culture = aimara - religion = catholic - size = 600 - } - - soldiers = { - culture = aimara - religion = catholic - size = 125 - } - - farmers = { - culture = aimara - religion = catholic - size = 11225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 425 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 25 + } + + officers = { + culture = south_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 400 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 75 + } + + farmers = { + culture = south_andean + religion = catholic + size = 6900 + } + + clergymen = { + culture = aimara + religion = catholic + size = 50 + } + + artisans = { + culture = aimara + religion = catholic + size = 600 + } + + soldiers = { + culture = aimara + religion = catholic + size = 125 + } + + farmers = { + culture = aimara + religion = catholic + size = 11225 + } } #Calama (32000/8000 POPS) 2309 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 50 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2575 - } - - clergymen = { - culture = aimara - religion = catholic - size = 50 - } - - artisans = { - culture = aimara - religion = catholic - size = 250 - } - - soldiers = { - culture = aimara - religion = catholic - size = 50 - } - - farmers = { - culture = aimara - religion = catholic - size = 4700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 50 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2575 + } + + clergymen = { + culture = aimara + religion = catholic + size = 50 + } + + artisans = { + culture = aimara + religion = catholic + size = 250 + } + + soldiers = { + culture = aimara + religion = catholic + size = 50 + } + + farmers = { + culture = aimara + religion = catholic + size = 4700 + } } #Ruled by Peru 1836 #Iquique (32000/8000 POPS) 2307 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1650 - } - - clergymen = { - culture = aimara - religion = catholic - size = 50 - } - - artisans = { - culture = aimara - religion = catholic - size = 300 - } - - soldiers = { - culture = aimara - religion = catholic - size = 75 - } - - farmers = { - culture = aimara - religion = catholic - size = 5575 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1650 + } + + clergymen = { + culture = aimara + religion = catholic + size = 50 + } + + artisans = { + culture = aimara + religion = catholic + size = 300 + } + + soldiers = { + culture = aimara + religion = catholic + size = 75 + } + + farmers = { + culture = aimara + religion = catholic + size = 5575 + } } #Arica (20000/5000 POPS) 2308 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 10 - } - - farmers = { - culture = south_andean - religion = catholic - size = 740 - } - - clergymen = { - culture = aimara - religion = catholic - size = 25 - } - - artisans = { - culture = aimara - religion = catholic - size = 200 - } - - soldiers = { - culture = aimara - religion = catholic - size = 50 - } - - farmers = { - culture = aimara - religion = catholic - size = 3725 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 10 + } + + farmers = { + culture = south_andean + religion = catholic + size = 740 + } + + clergymen = { + culture = aimara + religion = catholic + size = 25 + } + + artisans = { + culture = aimara + religion = catholic + size = 200 + } + + soldiers = { + culture = aimara + religion = catholic + size = 50 + } + + farmers = { + culture = aimara + religion = catholic + size = 3725 + } } #Chile Norte Region (116000) #Ruled by Chile 1836 #Copiapo (52000/13000 POPS) 2322 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 650 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 21825 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 650 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 21825 + } } #La Serena (64000/16000 POPS) 2323 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 350 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 100 - } - - officers = { - culture = south_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 800 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 175 - } - - farmers = { - culture = south_andean - religion = catholic - size = 18450 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 350 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 100 + } + + officers = { + culture = south_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 800 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 175 + } + + farmers = { + culture = south_andean + religion = catholic + size = 18450 + } } #Valle Central Region (640000) #Ruled by Chile 1836 #Santiago (420000/105000 POPS) 2324 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 2200 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 500 - } - - officers = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 1050 - } - - artisans = { - culture = south_andean - religion = catholic - size = 10000 - } - - artisans = { - culture = south_andean - religion = catholic - size = 7500 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 7000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 89775 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 2200 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 500 + } + + officers = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 1050 + } + + artisans = { + culture = south_andean + religion = catholic + size = 10000 + } + + artisans = { + culture = south_andean + religion = catholic + size = 7500 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 7000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 89775 + } } #Valparaiso (128000/32000 POPS) 2325 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 675 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 325 - } - - artisans = { - culture = south_andean - religion = catholic - size = 10000 - } - - artisans = { - culture = south_andean - religion = catholic - size = 2000 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 23000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 675 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 325 + } + + artisans = { + culture = south_andean + religion = catholic + size = 10000 + } + + artisans = { + culture = south_andean + religion = catholic + size = 2000 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 23000 + } } #Vina del Mar (72000/18000 POPS) 2326 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 900 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 15550 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 900 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 15550 + } } #Talca (20000/5000 POPS) 2327 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 50 - } - - farmers = { - culture = south_andean - religion = catholic - size = 4525 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 50 + } + + farmers = { + culture = south_andean + religion = catholic + size = 4525 + } } #Bio-Bio Region (232000) #Ruled by Chile 1836 #Valdivia (92000/23000 POPS) 2328 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 350 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 50 - } - - officers = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 850 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14550 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 100 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 300 - } - - soldiers = { - culture = patagonian - religion = animist - size = 75 - } - - farmers = { - culture = patagonian - religion = animist - size = 5475 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 350 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 50 + } + + officers = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 850 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14550 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 100 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 300 + } + + soldiers = { + culture = patagonian + religion = animist + size = 75 + } + + farmers = { + culture = patagonian + religion = animist + size = 5475 + } } #Temuco (36000/9000 POPS) 2329 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 50 - } - - farmers = { - culture = south_andean - religion = catholic - size = 4525 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 200 - } - - soldiers = { - culture = patagonian - religion = animist - size = 50 - } - - farmers = { - culture = patagonian - religion = animist - size = 3625 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 50 + } + + farmers = { + culture = south_andean + religion = catholic + size = 4525 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 200 + } + + soldiers = { + culture = patagonian + religion = animist + size = 50 + } + + farmers = { + culture = patagonian + religion = animist + size = 3625 + } } #Cauquenes (68000/17000 POPS) 2330 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 850 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14650 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 850 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14650 + } } #Chillan (36000/9000 POPS) 2331 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 350 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 75 - } - - farmers = { - culture = south_andean - religion = catholic - size = 6325 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 350 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 75 + } + + farmers = { + culture = south_andean + religion = catholic + size = 6325 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Magellanes Region (92000) #Ruled by Chile 1836 #Osorno (68000/17000 POPS) 2332 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 15 - } - - officers = { - culture = south_andean - religion = catholic - size = 10 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 650 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 11800 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 75 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 200 - } - - soldiers = { - culture = patagonian - religion = animist - size = 50 - } - - farmers = { - culture = patagonian - religion = animist - size = 3600 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 15 + } + + officers = { + culture = south_andean + religion = catholic + size = 10 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 650 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 11800 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 75 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 200 + } + + soldiers = { + culture = patagonian + religion = animist + size = 50 + } + + farmers = { + culture = patagonian + religion = animist + size = 3600 + } } #uncolonized/claimed by Chile 1836 #Puerto Aisen (12000/3000 POPS) 2333 = { - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Punta Arenas (8000/2000 POPS) 2334 = { - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Porvenir (4000/1000 POPS) 2335 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1836.1.1/China.txt b/HPM/history/pops/1836.1.1/China.txt index 1432aaa2..8d0e10ae 100644 --- a/HPM/history/pops/1836.1.1/China.txt +++ b/HPM/history/pops/1836.1.1/China.txt @@ -2,13373 +2,13372 @@ #under the rule of China in 1836 #Anqing (5472000/1368000 POPS) 1470 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 22000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 10750 - } - - officers = { - culture = beifaren - religion = mahayana - size = 7600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11375 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 6500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 945725 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 100000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8950 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 900 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 162900 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 425 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 225 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1050 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 225 - } - - farmers = { - culture = beifaren - religion = sunni - size = 19075 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 250 - } - - officers = { - culture = manchu - religion = mahayana - size = 150 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 250 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 22000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 10750 + } + + officers = { + culture = beifaren + religion = mahayana + size = 7600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11375 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 6500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 945725 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 100000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8950 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 900 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 162900 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 425 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 225 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1050 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 225 + } + + farmers = { + culture = beifaren + religion = sunni + size = 19075 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 250 + } + + officers = { + culture = manchu + religion = mahayana + size = 150 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 250 + } } #Chizhou (5088000/1272000 POPS) 1471 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 23750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 12000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 900 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1080950 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 850 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4200 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 850 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 76450 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 23750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 12000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 900 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1080950 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 850 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4200 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 850 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 76450 + } } #Fengyang (2224000/556000 POPS) 1472 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 450 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 495100 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 200 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 125 - } - - artisans = { - culture = beifaren - religion = sunni - size = 600 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 125 - } - - farmers = { - culture = beifaren - religion = sunni - size = 10950 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 450 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 495100 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 200 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 125 + } + + artisans = { + culture = beifaren + religion = sunni + size = 600 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 125 + } + + farmers = { + culture = beifaren + religion = sunni + size = 10950 + } } #Huizhou (4476000/1119000 POPS) 1473 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 21000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 10775 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 50 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2800 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 980575 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 825 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 425 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2525 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 425 - } - - farmers = { - culture = beifaren - religion = sunni - size = 37800 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 21000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 10775 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 50 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2800 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 980575 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 825 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 425 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2525 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 425 + } + + farmers = { + culture = beifaren + religion = sunni + size = 37800 + } } #Luzhou (4484000/1121000 POPS) 1474 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 22100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11125 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 708275 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 250 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 125 - } - - artisans = { - culture = beifaren - religion = sunni - size = 650 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 125 - } - - farmers = { - culture = beifaren - religion = sunni - size = 11850 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 22100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11125 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 708275 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 250 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 125 + } + + artisans = { + culture = beifaren + religion = sunni + size = 650 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 125 + } + + farmers = { + culture = beifaren + religion = sunni + size = 11850 + } } #Ningguo (4312000/1078000 POPS) 1475 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 21500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 10800 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2800 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 480900 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 21500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 10800 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2800 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 480900 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } } #Sizhou (2688000/672000 POPS) 1476 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 13425 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6725 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 3600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 725 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 611525 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 13425 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6725 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 3600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 725 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 611525 + } } #Taiping (4180000/1045000 POPS) 1477 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 20900 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 7000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 10500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 35250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10450 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 500900 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 400000 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 50000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 20900 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 7000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 10500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 35250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10450 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 500900 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 400000 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 50000 + } } #Yingzhou (2320000/580000 POPS) 1478 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 11250 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5875 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 800 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 528075 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 11250 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5875 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 800 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 528075 + } } #Fengtian Region (2888000) #under the rule of China in 1836 #Mukden (2128000/532000 POPS) 1479 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 3000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 1000 - } - - officers = { - culture = manchu - religion = mahayana - size = 750 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 1250 - } - - artisans = { - culture = manchu - religion = mahayana - size = 5000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 6750 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 120 - } - - artisans = { - culture = korean - religion = mahayana - size = 200 - } - - soldiers = { - culture = korean - religion = mahayana - size = 200 - } - - slaves = { - culture = korean - religion = mahayana - size = 1600 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 1025 - } - - officers = { - culture = beifaren - religion = mahayana - size = 135 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 225 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1325 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 115100 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 29125 - } - - slaves = { - culture = mongol - religion = gelugpa - size = 2225 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 3000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 1000 + } + + officers = { + culture = manchu + religion = mahayana + size = 750 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 1250 + } + + artisans = { + culture = manchu + religion = mahayana + size = 5000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 6750 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 120 + } + + artisans = { + culture = korean + religion = mahayana + size = 200 + } + + soldiers = { + culture = korean + religion = mahayana + size = 200 + } + + slaves = { + culture = korean + religion = mahayana + size = 1600 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 1025 + } + + officers = { + culture = beifaren + religion = mahayana + size = 135 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 225 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1325 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 115100 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 29125 + } + + slaves = { + culture = mongol + religion = gelugpa + size = 2225 + } } #Jinzhou (680000/170000 POPS) 1480 = { - clergymen = { - culture = manchu - religion = mahayana - size = 300 - } - - artisans = { - culture = manchu - religion = mahayana - size = 600 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1225 - } - - farmers = { - culture = manchu - religion = mahayana - size = 19275 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 150 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 150 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 122750 - } - - slaves = { - culture = mongol - religion = gelugpa - size = 10720 - } + clergymen = { + culture = manchu + religion = mahayana + size = 300 + } + + artisans = { + culture = manchu + religion = mahayana + size = 600 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1225 + } + + farmers = { + culture = manchu + religion = mahayana + size = 19275 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 150 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 150 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 122750 + } + + slaves = { + culture = mongol + religion = gelugpa + size = 10720 + } } #Port Arthur (80000/15000 POPS) 1481 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 250 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 150 - } - - artisans = { - culture = manchu - religion = mahayana - size = 750 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 150 - } - - farmers = { - culture = manchu - religion = mahayana - size = 13700 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 50 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 4550 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 250 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 150 + } + + artisans = { + culture = manchu + religion = mahayana + size = 750 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 150 + } + + farmers = { + culture = manchu + religion = mahayana + size = 13700 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 50 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 4550 + } } #Fujian Region (20728000) #under the rule of China in 1836 #Fuzhou (4208000/1052000 POPS) 1482 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 6700 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4350 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 4000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3375 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6850 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2175 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 298100 - } - - aristocrats = { - culture = miao - religion = animist - size = 600 - } - - clergymen = { - culture = miao - religion = animist - size = 300 - } - - artisans = { - culture = miao - religion = animist - size = 1500 - } - - soldiers = { - culture = miao - religion = animist - size = 300 - } - - farmers = { - culture = miao - religion = animist - size = 27300 - } - - aristocrats = { - culture = min - religion = mahayana - size = 13500 - } - - clergymen = { - culture = min - religion = mahayana - size = 6800 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 3950 - } - - soldiers = { - culture = min - religion = mahayana - size = 3000 - } - - soldiers = { - culture = min - religion = mahayana - size = 500 - } - - farmers = { - culture = min - religion = mahayana - size = 308250 - } - - slaves = { - culture = min - religion = mahayana - size = 200000 - } - - serfs = { - culture = min - religion = mahayana - size = 80000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 675 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 350 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1800 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 350 - } - - farmers = { - culture = hakka - religion = mahayana - size = 32825 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 200 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 6700 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4350 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 4000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3375 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6850 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2175 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 298100 + } + + aristocrats = { + culture = miao + religion = animist + size = 600 + } + + clergymen = { + culture = miao + religion = animist + size = 300 + } + + artisans = { + culture = miao + religion = animist + size = 1500 + } + + soldiers = { + culture = miao + religion = animist + size = 300 + } + + farmers = { + culture = miao + religion = animist + size = 27300 + } + + aristocrats = { + culture = min + religion = mahayana + size = 13500 + } + + clergymen = { + culture = min + religion = mahayana + size = 6800 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 3950 + } + + soldiers = { + culture = min + religion = mahayana + size = 3000 + } + + soldiers = { + culture = min + religion = mahayana + size = 500 + } + + farmers = { + culture = min + religion = mahayana + size = 308250 + } + + slaves = { + culture = min + religion = mahayana + size = 200000 + } + + serfs = { + culture = min + religion = mahayana + size = 80000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 675 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 350 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1800 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 350 + } + + farmers = { + culture = hakka + religion = mahayana + size = 32825 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 200 + } } #Jianning (2520000/630000POPS) 1483 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1950 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 9700 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1950 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 176600 - } - - aristocrats = { - culture = miao - religion = animist - size = 500 - } - - clergymen = { - culture = miao - religion = animist - size = 250 - } - - artisans = { - culture = miao - religion = animist - size = 650 - } - - soldiers = { - culture = miao - religion = animist - size = 250 - } - - farmers = { - culture = miao - religion = animist - size = 22750 - } - - aristocrats = { - culture = min - religion = mahayana - size = 8200 - } - - clergymen = { - culture = min - religion = mahayana - size = 4100 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 550 - } - - soldiers = { - culture = min - religion = mahayana - size = 2125 - } - - farmers = { - culture = min - religion = mahayana - size = 374025 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1950 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 9700 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1950 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 176600 + } + + aristocrats = { + culture = miao + religion = animist + size = 500 + } + + clergymen = { + culture = miao + religion = animist + size = 250 + } + + artisans = { + culture = miao + religion = animist + size = 650 + } + + soldiers = { + culture = miao + religion = animist + size = 250 + } + + farmers = { + culture = miao + religion = animist + size = 22750 + } + + aristocrats = { + culture = min + religion = mahayana + size = 8200 + } + + clergymen = { + culture = min + religion = mahayana + size = 4100 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 550 + } + + soldiers = { + culture = min + religion = mahayana + size = 2125 + } + + farmers = { + culture = min + religion = mahayana + size = 374025 + } } #Quanzhou (2804000/701000 POPS) 1484 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4700 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2375 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 216625 - } - - aristocrats = { - culture = min - religion = mahayana - size = 8700 - } - - clergymen = { - culture = min - religion = mahayana - size = 4375 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 1800 - } - - soldiers = { - culture = min - religion = mahayana - size = 2400 - } - - farmers = { - culture = min - religion = mahayana - size = 396725 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4700 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2375 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 216625 + } + + aristocrats = { + culture = min + religion = mahayana + size = 8700 + } + + clergymen = { + culture = min + religion = mahayana + size = 4375 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 1800 + } + + soldiers = { + culture = min + religion = mahayana + size = 2400 + } + + farmers = { + culture = min + religion = mahayana + size = 396725 + } } #Tingzhou (6064000/1516000 POPS) 1486 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1975 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 9800 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1950 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 178375 - } - - aristocrats = { - culture = min - religion = mahayana - size = 16000 - } - - clergymen = { - culture = min - religion = mahayana - size = 8125 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 11000 - } - - artisans = { - culture = min - religion = mahayana - size = 600 - } - - soldiers = { - culture = min - religion = mahayana - size = 3000 - } - - soldiers = { - culture = min - religion = mahayana - size = 1100 - } - - farmers = { - culture = min - religion = mahayana - size = 739175 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 11000 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 5100 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 5400 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 3000 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 100 - } - - farmers = { - culture = hakka - religion = mahayana - size = 462400 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1975 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 9800 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1950 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 178375 + } + + aristocrats = { + culture = min + religion = mahayana + size = 16000 + } + + clergymen = { + culture = min + religion = mahayana + size = 8125 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 11000 + } + + artisans = { + culture = min + religion = mahayana + size = 600 + } + + soldiers = { + culture = min + religion = mahayana + size = 3000 + } + + soldiers = { + culture = min + religion = mahayana + size = 1100 + } + + farmers = { + culture = min + religion = mahayana + size = 739175 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 11000 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 5100 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 5400 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 3000 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 100 + } + + farmers = { + culture = hakka + religion = mahayana + size = 462400 + } } #Zhangzhou (5132000/1283000 POPS) 1487 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2400 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 216450 - } - - aristocrats = { - culture = min - religion = mahayana - size = 2050 - } - - clergymen = { - culture = min - religion = mahayana - size = 1050 - } - - artisans = { - culture = min - religion = mahayana - size = 5225 - } - - soldiers = { - culture = min - religion = mahayana - size = 1050 - } - - farmers = { - culture = min - religion = mahayana - size = 95125 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2400 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 216450 + } + + aristocrats = { + culture = min + religion = mahayana + size = 2050 + } + + clergymen = { + culture = min + religion = mahayana + size = 1050 + } + + artisans = { + culture = min + religion = mahayana + size = 5225 + } + + soldiers = { + culture = min + religion = mahayana + size = 1050 + } + + farmers = { + culture = min + religion = mahayana + size = 95125 + } } #Gansu Region (16020000) #under the rule of China in 1836 #Gansu Jiayuguan(6048000/1512000 POPS) 1488 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 4250 - } - - officers = { - culture = beifaren - religion = mahayana - size = 3750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9625 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7950 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 864225 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 125 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 400 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - serfs = { - culture = kazak - religion = sunni - size = 7325 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1325 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 675 - } - - artisans = { - culture = beifaren - religion = sunni - size = 3350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 675 - } - - farmers = { - culture = beifaren - religion = sunni - size = 60975 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 9500 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 4800 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 11000 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 11000 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 4000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 3000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1800 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 334900 - } - - serfs = { - culture = mongol - religion = gelugpa - size = 100000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 350 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 4250 + } + + officers = { + culture = beifaren + religion = mahayana + size = 3750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9625 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7950 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 864225 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 125 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 400 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + serfs = { + culture = kazak + religion = sunni + size = 7325 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1325 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 675 + } + + artisans = { + culture = beifaren + religion = sunni + size = 3350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 675 + } + + farmers = { + culture = beifaren + religion = sunni + size = 60975 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 9500 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 4800 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 11000 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 11000 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 4000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 3000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1800 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 334900 + } + + serfs = { + culture = mongol + religion = gelugpa + size = 100000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 350 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Gongchang (2256000/554000 POPS) 1489 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 555500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 250 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 150 - } - - artisans = { - culture = beifaren - religion = sunni - size = 700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 12750 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 555500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 250 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 150 + } + + artisans = { + culture = beifaren + religion = sunni + size = 700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 12750 + } } #Lanzhou (3592000/898000 POPS) 1490 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 13500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4900 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 635600 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 250 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 275 - } - - farmers = { - culture = beifaren - religion = sunni - size = 24600 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 50 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 200 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 3650 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 3350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1700 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 8450 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1700 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 153800 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 13500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4900 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 635600 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 250 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 275 + } + + farmers = { + culture = beifaren + religion = sunni + size = 24600 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 50 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 200 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 3650 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 3350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1700 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 8450 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1700 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 153800 + } } #Ningxia (956000/239000 POPS) 1491 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 3000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1525 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1525 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 58350 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 50000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 350 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 200 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 200 - } - - farmers = { - culture = beifaren - religion = sunni - size = 18250 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 1300 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 675 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 3350 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 675 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 60975 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 3000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1525 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1525 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 58350 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 50000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 350 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 200 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 200 + } + + farmers = { + culture = beifaren + religion = sunni + size = 18250 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 1300 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 675 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 3350 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 675 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 60975 + } } #Pingliang (3168000/792000 POPS) 1492 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15300 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7650 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1675 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 397075 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 250 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1300 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 275 - } - - farmers = { - culture = beifaren - religion = sunni - size = 23675 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15300 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7650 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1675 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 397075 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 250 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1300 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 275 + } + + farmers = { + culture = beifaren + religion = sunni + size = 23675 + } } #Guangdong Region (21706000) #under the rule of China in 1836 #Canton (4532000/1133000 POPS) 1493 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4250 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4050 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 5250 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7250 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 22250 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 48400 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 100000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 1050 - } - - clergymen = { - culture = zhuang - religion = animist - size = 550 - } - - artisans = { - culture = zhuang - religion = animist - size = 2700 - } - - soldiers = { - culture = zhuang - religion = animist - size = 550 - } - - farmers = { - culture = zhuang - religion = animist - size = 20000 - } - - serfs = { - culture = zhuang - religion = animist - size = 49400 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 725 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 375 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1850 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 375 - } - - farmers = { - culture = hakka - religion = mahayana - size = 33675 - } - - aristocrats = { - culture = miao - religion = animist - size = 3250 - } - - clergymen = { - culture = miao - religion = animist - size = 1650 - } - - artisans = { - culture = miao - religion = animist - size = 8200 - } - - soldiers = { - culture = miao - religion = animist - size = 1650 - } - - farmers = { - culture = miao - religion = animist - size = 129250 - } - - aristocrats = { - culture = min - religion = mahayana - size = 300 - } - - clergymen = { - culture = min - religion = mahayana - size = 150 - } - - artisans = { - culture = min - religion = mahayana - size = 800 - } - - soldiers = { - culture = min - religion = mahayana - size = 175 - } - - farmers = { - culture = min - religion = mahayana - size = 14575 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 12500 - } - - clergymen = { - culture = yue - religion = mahayana - size = 6375 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 9950 - } - - soldiers = { - culture = yue - religion = mahayana - size = 3000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 400 - } - - farmers = { - culture = yue - religion = mahayana - size = 201775 - } - - slaves = { - culture = yue - religion = mahayana - size = 300000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 500 - } - - officers = { - culture = manchu - religion = mahayana - size = 300 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4250 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4050 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 5250 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7250 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 22250 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 48400 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 100000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 1050 + } + + clergymen = { + culture = zhuang + religion = animist + size = 550 + } + + artisans = { + culture = zhuang + religion = animist + size = 2700 + } + + soldiers = { + culture = zhuang + religion = animist + size = 550 + } + + farmers = { + culture = zhuang + religion = animist + size = 20000 + } + + serfs = { + culture = zhuang + religion = animist + size = 49400 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 725 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 375 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1850 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 375 + } + + farmers = { + culture = hakka + religion = mahayana + size = 33675 + } + + aristocrats = { + culture = miao + religion = animist + size = 3250 + } + + clergymen = { + culture = miao + religion = animist + size = 1650 + } + + artisans = { + culture = miao + religion = animist + size = 8200 + } + + soldiers = { + culture = miao + religion = animist + size = 1650 + } + + farmers = { + culture = miao + religion = animist + size = 129250 + } + + aristocrats = { + culture = min + religion = mahayana + size = 300 + } + + clergymen = { + culture = min + religion = mahayana + size = 150 + } + + artisans = { + culture = min + religion = mahayana + size = 800 + } + + soldiers = { + culture = min + religion = mahayana + size = 175 + } + + farmers = { + culture = min + religion = mahayana + size = 14575 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 12500 + } + + clergymen = { + culture = yue + religion = mahayana + size = 6375 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 9950 + } + + soldiers = { + culture = yue + religion = mahayana + size = 3000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 400 + } + + farmers = { + culture = yue + religion = mahayana + size = 201775 + } + + slaves = { + culture = yue + religion = mahayana + size = 300000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 500 + } + + officers = { + culture = manchu + religion = mahayana + size = 300 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Chaozhou (3600000/900000 POPS) 1494 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3725 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8650 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 750 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 339475 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 275 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1400 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 275 - } - - farmers = { - culture = hakka - religion = mahayana - size = 25550 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 9750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 500 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 5000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 3000 - } - - farmers = { - culture = yue - religion = mahayana - size = 449750 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3725 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8650 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 750 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 339475 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 275 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1400 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 275 + } + + farmers = { + culture = hakka + religion = mahayana + size = 25550 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 9750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 500 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 5000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 3000 + } + + farmers = { + culture = yue + religion = mahayana + size = 449750 + } } #Gaozhou (3788000/947000 POPS) 1495 = { - aristocrats = { - culture = min - religion = mahayana - size = 350 - } - - clergymen = { - culture = min - religion = mahayana - size = 200 - } - - artisans = { - culture = min - religion = mahayana - size = 950 - } - - soldiers = { - culture = min - religion = mahayana - size = 200 - } - - farmers = { - culture = min - religion = mahayana - size = 17300 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 18000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 9125 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 4000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 4300 - } - - farmers = { - culture = yue - religion = mahayana - size = 424950 - } - - slaves = { - culture = yue - religion = mahayana - size = 400000 - } + aristocrats = { + culture = min + religion = mahayana + size = 350 + } + + clergymen = { + culture = min + religion = mahayana + size = 200 + } + + artisans = { + culture = min + religion = mahayana + size = 950 + } + + soldiers = { + culture = min + religion = mahayana + size = 200 + } + + farmers = { + culture = min + religion = mahayana + size = 17300 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 18000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 9125 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 4000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 4300 + } + + farmers = { + culture = yue + religion = mahayana + size = 424950 + } + + slaves = { + culture = yue + religion = mahayana + size = 400000 + } } #Kwangchowan (Former Augmagsalik and also called Isortoq) (23625 POPS) 2632 = { - clergymen = { - culture = yue - religion = mahayana - size = 125 - } - - artisans = { - culture = yue - religion = mahayana - size = 2500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1000 - } - - farmers = { - culture = yue - religion = mahayana - size = 20000 - } + clergymen = { + culture = yue + religion = mahayana + size = 125 + } + + artisans = { + culture = yue + religion = mahayana + size = 2500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1000 + } + + farmers = { + culture = yue + religion = mahayana + size = 20000 + } } #Hong Kong (6000/1500 POPS) 1496 = { - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 75 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 1375 - } + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 75 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 1375 + } } #Waizao (2200000/550000 POPS) 1497 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8050 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 825 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 146525 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 925 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 475 - } - - artisans = { - culture = hakka - religion = mahayana - size = 4850 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 975 - } - - farmers = { - culture = hakka - religion = mahayana - size = 89775 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 5825 - } - - clergymen = { - culture = yue - religion = mahayana - size = 2925 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 4600 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1925 - } - - farmers = { - culture = yue - religion = mahayana - size = 265725 - } -} -#Hainan (3424000/856000 POPS) #asian_minor = li + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8050 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 825 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 146525 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 925 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 475 + } + + artisans = { + culture = hakka + religion = mahayana + size = 4850 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 975 + } + + farmers = { + culture = hakka + religion = mahayana + size = 89775 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 5825 + } + + clergymen = { + culture = yue + religion = mahayana + size = 2925 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 4600 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1925 + } + + farmers = { + culture = yue + religion = mahayana + size = 265725 + } +} +#Hainan (3424000/856000 POPS) #asian_minor = li 1499 = { - aristocrats = { - culture = min - religion = mahayana - size = 3700 - } - - clergymen = { - culture = min - religion = mahayana - size = 1850 - } - - artisans = { - culture = min - religion = mahayana - size = 9300 - } - - soldiers = { - culture = min - religion = mahayana - size = 975 - } - - farmers = { - culture = min - religion = mahayana - size = 169275 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 12325 - } - - clergymen = { - culture = yue - religion = mahayana - size = 6175 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 950 - } - - soldiers = { - culture = yue - religion = mahayana - size = 3000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 200 - } - - farmers = { - culture = yue - religion = mahayana - size = 263350 - } - - slaves = { - culture = yue - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 500 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2550 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 525 - } - - serfs = { - culture = asian_minor - religion = animist - size = 46425 - } + aristocrats = { + culture = min + religion = mahayana + size = 3700 + } + + clergymen = { + culture = min + religion = mahayana + size = 1850 + } + + artisans = { + culture = min + religion = mahayana + size = 9300 + } + + soldiers = { + culture = min + religion = mahayana + size = 975 + } + + farmers = { + culture = min + religion = mahayana + size = 169275 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 12325 + } + + clergymen = { + culture = yue + religion = mahayana + size = 6175 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 950 + } + + soldiers = { + culture = yue + religion = mahayana + size = 3000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 200 + } + + farmers = { + culture = yue + religion = mahayana + size = 263350 + } + + slaves = { + culture = yue + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 500 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2550 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 525 + } + + serfs = { + culture = asian_minor + religion = animist + size = 46425 + } } #Shaozhou (2384000/596000 POPS) 1500 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2325 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1175 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 107400 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 5500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 2775 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 3800 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1750 - } - - farmers = { - culture = hakka - religion = mahayana - size = 251175 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 4000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 2025 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 100 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1000 - } - - farmers = { - culture = yue - religion = mahayana - size = 183875 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2325 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1175 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 107400 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 5500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 2775 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 3800 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1750 + } + + farmers = { + culture = hakka + religion = mahayana + size = 251175 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 4000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 2025 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 100 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1000 + } + + farmers = { + culture = yue + religion = mahayana + size = 183875 + } } #Zhaoqing (1772000/443000 POPS) 1501 = { - aristocrats = { - culture = yue - religion = mahayana - size = 8800 - } - - clergymen = { - culture = yue - religion = mahayana - size = 4450 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 2150 - } - - soldiers = { - culture = yue - religion = mahayana - size = 2450 - } - - farmers = { - culture = yue - religion = mahayana - size = 203150 - } - - slaves = { - culture = yue - religion = mahayana - size = 200000 - } + aristocrats = { + culture = yue + religion = mahayana + size = 8800 + } + + clergymen = { + culture = yue + religion = mahayana + size = 4450 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 2150 + } + + soldiers = { + culture = yue + religion = mahayana + size = 2450 + } + + farmers = { + culture = yue + religion = mahayana + size = 203150 + } + + slaves = { + culture = yue + religion = mahayana + size = 200000 + } } #Ruled by Portugal in 1836 -#Macao (22000/5500 POPS) +#Macao (22000/5500 POPS) 1498 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - officers = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 100 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 110 - } - - aristocrats = { - culture = yue - religion = catholic - size = 100 - } - - officers = { - culture = yue - religion = catholic - size = 100 - } - - clergymen = { - culture = yue - religion = catholic - size = 100 - } - - artisans = { - culture = yue - religion = catholic - size = 935 - } - - soldiers = { - culture = yue - religion = catholic - size = 100 - } - - farmers = { - culture = yue - religion = catholic - size = 250 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 100 - } - - officers = { - culture = yue - religion = mahayana - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 100 - } - - artisans = { - culture = yue - religion = mahayana - size = 200 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 5700 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 250 - } - - slaves = { - culture = hakka - religion = mahayana - size = 200 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } + + officers = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 100 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 110 + } + + aristocrats = { + culture = yue + religion = catholic + size = 100 + } + + officers = { + culture = yue + religion = catholic + size = 100 + } + + clergymen = { + culture = yue + religion = catholic + size = 100 + } + + artisans = { + culture = yue + religion = catholic + size = 935 + } + + soldiers = { + culture = yue + religion = catholic + size = 100 + } + + farmers = { + culture = yue + religion = catholic + size = 250 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 100 + } + + officers = { + culture = yue + religion = mahayana + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 100 + } + + artisans = { + culture = yue + religion = mahayana + size = 200 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 5700 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 250 + } + + slaves = { + culture = hakka + religion = mahayana + size = 200 + } } #Guangxi Region (8572000) #under the rule of China in 1836 #Nanning (2480000/620000 POPS) 1502 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1825 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 1350 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 2150 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 925 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 925 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 79850 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 7850 - } - - clergymen = { - culture = zhuang - religion = animist - size = 3950 - } - - artisans = { - culture = zhuang - religion = animist - size = 11000 - } - - artisans = { - culture = zhuang - religion = animist - size = 9700 - } - - soldiers = { - culture = zhuang - religion = animist - size = 2950 - } - - slaves = { - culture = zhuang - religion = animist - size = 258550 - } - - farmers = { - culture = zhuang - religion = animist - size = 100000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2450 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1250 - } - - artisans = { - culture = yue - religion = mahayana - size = 3250 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1250 - } - - farmers = { - culture = yue - religion = mahayana - size = 112800 - } - - aristocrats = { - culture = miao - religion = animist - size = 200 - } - - clergymen = { - culture = miao - religion = animist - size = 100 - } - - artisans = { - culture = miao - religion = animist - size = 500 - } - - soldiers = { - culture = miao - religion = animist - size = 100 - } - - farmers = { - culture = miao - religion = animist - size = 9100 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 75 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 150 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1825 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 1350 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 2150 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 925 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 925 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 79850 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 7850 + } + + clergymen = { + culture = zhuang + religion = animist + size = 3950 + } + + artisans = { + culture = zhuang + religion = animist + size = 11000 + } + + artisans = { + culture = zhuang + religion = animist + size = 9700 + } + + soldiers = { + culture = zhuang + religion = animist + size = 2950 + } + + slaves = { + culture = zhuang + religion = animist + size = 258550 + } + + farmers = { + culture = zhuang + religion = animist + size = 100000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2450 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1250 + } + + artisans = { + culture = yue + religion = mahayana + size = 3250 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1250 + } + + farmers = { + culture = yue + religion = mahayana + size = 112800 + } + + aristocrats = { + culture = miao + religion = animist + size = 200 + } + + clergymen = { + culture = miao + religion = animist + size = 100 + } + + artisans = { + culture = miao + religion = animist + size = 500 + } + + soldiers = { + culture = miao + religion = animist + size = 100 + } + + farmers = { + culture = miao + religion = animist + size = 9100 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 75 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 150 + } } #Guilin (4668000/1167000 POPS) 1503 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3050 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2625 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 237525 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 10500 - } - - clergymen = { - culture = zhuang - religion = animist - size = 5300 - } - - artisans = { - culture = zhuang - religion = animist - size = 11000 - } - - artisans = { - culture = zhuang - religion = animist - size = 11000 - } - - artisans = { - culture = zhuang - religion = animist - size = 6550 - } - - soldiers = { - culture = zhuang - religion = animist - size = 3325 - } - - farmers = { - culture = zhuang - religion = animist - size = 373325 - } - - farmers = { - culture = zhuang - religion = protestant - size = 10000 - } - - serfs = { - culture = zhuang - religion = animist - size = 100000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 6175 - } - - clergymen = { - culture = yue - religion = mahayana - size = 3125 - } - - artisans = { - culture = yue - religion = mahayana - size = 11000 - } - - artisans = { - culture = yue - religion = mahayana - size = 5600 - } - - soldiers = { - culture = yue - religion = mahayana - size = 3000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 125 - } - - farmers = { - culture = yue - religion = mahayana - size = 282975 - } - - farmers = { - culture = yue - religion = protestant - size = 1000 - } - - aristocrats = { - culture = miao - religion = animist - size = 1175 - } - - clergymen = { - culture = miao - religion = animist - size = 625 - } - - artisans = { - culture = miao - religion = animist - size = 3150 - } - - soldiers = { - culture = miao - religion = animist - size = 625 - } - - farmers = { - culture = miao - religion = animist - size = 58225 - } - - farmers = { - culture = miao - religion = protestant - size = 1000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3050 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2625 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 237525 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 10500 + } + + clergymen = { + culture = zhuang + religion = animist + size = 5300 + } + + artisans = { + culture = zhuang + religion = animist + size = 11000 + } + + artisans = { + culture = zhuang + religion = animist + size = 11000 + } + + artisans = { + culture = zhuang + religion = animist + size = 6550 + } + + soldiers = { + culture = zhuang + religion = animist + size = 3325 + } + + farmers = { + culture = zhuang + religion = animist + size = 373325 + } + + farmers = { + culture = zhuang + religion = protestant + size = 10000 + } + + serfs = { + culture = zhuang + religion = animist + size = 100000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 6175 + } + + clergymen = { + culture = yue + religion = mahayana + size = 3125 + } + + artisans = { + culture = yue + religion = mahayana + size = 11000 + } + + artisans = { + culture = yue + religion = mahayana + size = 5600 + } + + soldiers = { + culture = yue + religion = mahayana + size = 3000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 125 + } + + farmers = { + culture = yue + religion = mahayana + size = 282975 + } + + farmers = { + culture = yue + religion = protestant + size = 1000 + } + + aristocrats = { + culture = miao + religion = animist + size = 1175 + } + + clergymen = { + culture = miao + religion = animist + size = 625 + } + + artisans = { + culture = miao + religion = animist + size = 3150 + } + + soldiers = { + culture = miao + religion = animist + size = 625 + } + + farmers = { + culture = miao + religion = animist + size = 58225 + } + + farmers = { + culture = miao + religion = protestant + size = 1000 + } } #Pangle (1424000/356000 POPS) 1504 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 800 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 72900 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 3100 - } - - clergymen = { - culture = zhuang - religion = animist - size = 1600 - } - - artisans = { - culture = zhuang - religion = animist - size = 7900 - } - - soldiers = { - culture = zhuang - religion = animist - size = 800 - } - - farmers = { - culture = zhuang - religion = animist - size = 143800 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2275 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1175 - } - - artisans = { - culture = yue - religion = mahayana - size = 5850 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1175 - } - - farmers = { - culture = yue - religion = mahayana - size = 106525 - } - - aristocrats = { - culture = miao - religion = animist - size = 20 - } - - clergymen = { - culture = miao - religion = animist - size = 20 - } - - artisans = { - culture = miao - religion = animist - size = 50 - } - - soldiers = { - culture = miao - religion = animist - size = 10 - } - - farmers = { - culture = miao - religion = animist - size = 900 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 800 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 72900 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 3100 + } + + clergymen = { + culture = zhuang + religion = animist + size = 1600 + } + + artisans = { + culture = zhuang + religion = animist + size = 7900 + } + + soldiers = { + culture = zhuang + religion = animist + size = 800 + } + + farmers = { + culture = zhuang + religion = animist + size = 143800 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2275 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1175 + } + + artisans = { + culture = yue + religion = mahayana + size = 5850 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1175 + } + + farmers = { + culture = yue + religion = mahayana + size = 106525 + } + + aristocrats = { + culture = miao + religion = animist + size = 20 + } + + clergymen = { + culture = miao + religion = animist + size = 20 + } + + artisans = { + culture = miao + religion = animist + size = 50 + } + + soldiers = { + culture = miao + religion = animist + size = 10 + } + + farmers = { + culture = miao + religion = animist + size = 900 + } } #Guizhou Region (5516000) #under the rule of China in 1836 #Guiyang (1156000/289000 POPS) 1505 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5275 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 575 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 1350 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2675 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2575 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 241025 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 100 - } - - clergymen = { - culture = zhuang - religion = animist - size = 500 - } - - artisans = { - culture = zhuang - religion = animist - size = 250 - } - - soldiers = { - culture = zhuang - religion = animist - size = 50 - } - - farmers = { - culture = zhuang - religion = animist - size = 4550 - } - - aristocrats = { - culture = yi - religion = animist - size = 50 - } - - clergymen = { - culture = yi - religion = animist - size = 50 - } - - artisans = { - culture = yi - religion = animist - size = 100 - } - - soldiers = { - culture = yi - religion = animist - size = 25 - } - - farmers = { - culture = yi - religion = animist - size = 1775 - } - - aristocrats = { - culture = miao - religion = animist - size = 300 - } - - clergymen = { - culture = miao - religion = animist - size = 150 - } - - artisans = { - culture = miao - religion = animist - size = 750 - } - - soldiers = { - culture = miao - religion = animist - size = 150 - } - - farmers = { - culture = miao - religion = animist - size = 13650 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5275 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 575 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 1350 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2675 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2575 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 241025 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 100 + } + + clergymen = { + culture = zhuang + religion = animist + size = 500 + } + + artisans = { + culture = zhuang + religion = animist + size = 250 + } + + soldiers = { + culture = zhuang + religion = animist + size = 50 + } + + farmers = { + culture = zhuang + religion = animist + size = 4550 + } + + aristocrats = { + culture = yi + religion = animist + size = 50 + } + + clergymen = { + culture = yi + religion = animist + size = 50 + } + + artisans = { + culture = yi + religion = animist + size = 100 + } + + soldiers = { + culture = yi + religion = animist + size = 25 + } + + farmers = { + culture = yi + religion = animist + size = 1775 + } + + aristocrats = { + culture = miao + religion = animist + size = 300 + } + + clergymen = { + culture = miao + religion = animist + size = 150 + } + + artisans = { + culture = miao + religion = animist + size = 750 + } + + soldiers = { + culture = miao + religion = animist + size = 150 + } + + farmers = { + culture = miao + religion = animist + size = 13650 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 100 + } } #Anshun (1876000/469000 POPS) 1506 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 273500 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 2400 - } - - clergymen = { - culture = zhuang - religion = animist - size = 1225 - } - - artisans = { - culture = zhuang - religion = animist - size = 6100 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1225 - } - - farmers = { - culture = zhuang - religion = animist - size = 111050 - } - - aristocrats = { - culture = yi - religion = animist - size = 750 - } - - clergymen = { - culture = yi - religion = animist - size = 400 - } - - artisans = { - culture = yi - religion = animist - size = 1950 - } - - soldiers = { - culture = yi - religion = animist - size = 400 - } - - serfs = { - culture = yi - religion = animist - size = 35500 - } - - aristocrats = { - culture = miao - religion = animist - size = 125 - } - - clergymen = { - culture = miao - religion = animist - size = 125 - } - - artisans = { - culture = miao - religion = animist - size = 400 - } - - soldiers = { - culture = miao - religion = animist - size = 75 - } - - farmers = { - culture = miao - religion = animist - size = 7375 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 273500 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 2400 + } + + clergymen = { + culture = zhuang + religion = animist + size = 1225 + } + + artisans = { + culture = zhuang + religion = animist + size = 6100 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1225 + } + + farmers = { + culture = zhuang + religion = animist + size = 111050 + } + + aristocrats = { + culture = yi + religion = animist + size = 750 + } + + clergymen = { + culture = yi + religion = animist + size = 400 + } + + artisans = { + culture = yi + religion = animist + size = 1950 + } + + soldiers = { + culture = yi + religion = animist + size = 400 + } + + serfs = { + culture = yi + religion = animist + size = 35500 + } + + aristocrats = { + culture = miao + religion = animist + size = 125 + } + + clergymen = { + culture = miao + religion = animist + size = 125 + } + + artisans = { + culture = miao + religion = animist + size = 400 + } + + soldiers = { + culture = miao + religion = animist + size = 75 + } + + farmers = { + culture = miao + religion = animist + size = 7375 + } } #Zhenyuan (2484000/621000 POPS) 1507 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4550 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2550 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 214150 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 200000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 2250 - } - - clergymen = { - culture = zhuang - religion = animist - size = 1150 - } - - artisans = { - culture = zhuang - religion = animist - size = 5700 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1150 - } - - farmers = { - culture = zhuang - religion = animist - size = 103750 - } - - aristocrats = { - culture = miao - religion = animist - size = 1100 - } - - clergymen = { - culture = miao - religion = animist - size = 525 - } - - artisans = { - culture = miao - religion = animist - size = 2575 - } - - soldiers = { - culture = miao - religion = animist - size = 525 - } - - farmers = { - culture = miao - religion = animist - size = 47375 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4550 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2550 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 214150 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 200000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 2250 + } + + clergymen = { + culture = zhuang + religion = animist + size = 1150 + } + + artisans = { + culture = zhuang + religion = animist + size = 5700 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1150 + } + + farmers = { + culture = zhuang + religion = animist + size = 103750 + } + + aristocrats = { + culture = miao + religion = animist + size = 1100 + } + + clergymen = { + culture = miao + religion = animist + size = 525 + } + + artisans = { + culture = miao + religion = animist + size = 2575 + } + + soldiers = { + culture = miao + religion = animist + size = 525 + } + + farmers = { + culture = miao + religion = animist + size = 47375 + } } #Henan Region (28372000) #under the rule of China in 1836 #Kaifeng (3872000/968000 POPS) 1508 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18250 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 5000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 6850 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9175 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 49650 - } - - - soldiers = { - culture = beifaren - religion = mahayana - size = 5150 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 357525 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 400000 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 60000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1050 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 550 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2750 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 550 - } - - farmers = { - culture = beifaren - religion = sunni - size = 49600 - } - - clergymen = { - culture = beifaren - religion = jewish - size = 5 - } - - artisans = { - culture = beifaren - religion = jewish - size = 495 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 250 - } - - officers = { - culture = manchu - religion = mahayana - size = 150 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18250 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 5000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 6850 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9175 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 49650 + } + + + soldiers = { + culture = beifaren + religion = mahayana + size = 5150 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 357525 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 400000 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 60000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1050 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 550 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2750 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 550 + } + + farmers = { + culture = beifaren + religion = sunni + size = 49600 + } + + clergymen = { + culture = beifaren + religion = jewish + size = 5 + } + + artisans = { + culture = beifaren + religion = jewish + size = 495 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 250 + } + + officers = { + culture = manchu + religion = mahayana + size = 150 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Guide (3248000/812000 POPS) 1509 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15400 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7750 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1750 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 704350 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 750 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1900 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 375 - } - - farmers = { - culture = beifaren - religion = sunni - size = 34575 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15400 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7750 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1750 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 704350 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 750 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1900 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 375 + } + + farmers = { + culture = beifaren + religion = sunni + size = 34575 + } } #Henan (3304000/826000 POPS) 1510 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7875 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9325 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1875 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 416425 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 750 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1950 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 400 - } - - farmers = { - culture = beifaren - religion = sunni - size = 35500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7875 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9325 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1875 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 416425 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 750 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1950 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 400 + } + + farmers = { + culture = beifaren + religion = sunni + size = 35500 + } } #Huaiqing (4524000/1131000 POPS) 1511 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 21500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 10775 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 3825 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2775 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 980125 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1050 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 550 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 550 - } - - farmers = { - culture = beifaren - religion = sunni - size = 49050 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 21500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 10775 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 3825 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2775 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 980125 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1050 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 550 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 550 + } + + farmers = { + culture = beifaren + religion = sunni + size = 49050 + } } #Chenzhou (3268000/817000 POPS) 1512 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15250 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7875 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1800 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 710075 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 725 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 375 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1850 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 375 - } - - farmers = { - culture = beifaren - religion = sunni - size = 33675 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15250 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7875 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1800 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 710075 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 725 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 375 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1850 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 375 + } + + farmers = { + culture = beifaren + religion = sunni + size = 33675 + } } #Nanyang (3100000/775000 POPS) 1513 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7750 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1750 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 305750 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 400000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7750 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1750 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 305750 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 400000 + } } #Runing (2936000/734000 POPS) 1514 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 14600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7375 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1350 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 667975 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 14600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7375 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1350 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 667975 + } } #Weihui (4120000/1030000 POPS) 1515 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 20000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 6000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 10300 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2300 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 877900 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 60000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 20000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 6000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 10300 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2300 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 877900 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 60000 + } } #Hubei Region (27740000) #under the rule of China in 1836 #Hanyang (3352000/838000 POPS) 1516 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6600 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 6275 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 714650 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 400 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1050 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 225 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 21225 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 325 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 175 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 850 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 175 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 15475 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 350 - } - - officers = { - culture = manchu - religion = mahayana - size = 125 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6600 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 6275 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 714650 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 400 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1050 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 225 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 21225 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 325 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 175 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 850 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 175 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 15475 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 350 + } + + officers = { + culture = manchu + religion = mahayana + size = 125 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Dean (4128000/1032000 POPS) 1517 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 20500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10325 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1575 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2325 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 849275 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 90000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 20500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10325 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1575 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2325 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 849275 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 90000 + } } #Huangzhou (3312000/828000 POPS) 1518 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 9500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1950 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 723800 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 325 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 175 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 850 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 175 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 15475 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 300 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 150 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 800 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 175 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 14575 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 9500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1950 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 723800 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 325 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 175 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 850 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 175 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 15475 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 300 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 150 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 800 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 175 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 14575 + } } #Anlu (3328000/832000 POPS) 1519 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1750 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 702750 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 825 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 425 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2100 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 425 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 38225 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 325 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 175 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 900 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 200 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 16400 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1750 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 702750 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 825 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 425 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2100 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 425 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 38225 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 325 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 175 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 900 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 200 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 16400 + } } #Jingzhou (3264000/816000 POPS) 1520 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 729000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 300 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 150 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 800 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 175 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 14575 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 729000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 300 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 150 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 800 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 175 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 14575 + } } #Shinan (3244000/811000 POPS) 1521 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1750 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 705750 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 650 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 350 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 350 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 31900 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 20 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 50 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 10 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 900 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1750 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 705750 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 650 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 350 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 350 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 31900 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 20 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 50 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 10 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 900 + } } #Wuchang (3324000/831000 POPS) 1522 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 16000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 455700 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 20 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 50 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 10 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 900 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 16000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 455700 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 20 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 50 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 10 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 900 + } } #Xiangyang (3788000/947000 POPS) 1523 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1025 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 270475 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 400000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 60000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1450 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1450 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 131050 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 20 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 50 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 10 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 900 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1025 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 270475 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 400000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 60000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1450 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1450 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 131050 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 20 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 50 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 10 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 900 + } } #Hunan Region (20584000) #under the rule of China in 1836 #Changsha (4120000/1030000 POPS) 1524 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 20475 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 5050 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10275 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2275 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 344225 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 500000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 80000 - } - - aristocrats = { - culture = miao - religion = animist - size = 25 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 150 - } - - soldiers = { - culture = miao - religion = animist - size = 25 - } - - farmers = { - culture = miao - religion = animist - size = 2750 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 200 - } - - officers = { - culture = manchu - religion = mahayana - size = 100 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 750 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 20475 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 5050 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10275 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2275 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 344225 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 500000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 80000 + } + + aristocrats = { + culture = miao + religion = animist + size = 25 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 150 + } + + soldiers = { + culture = miao + religion = animist + size = 25 + } + + farmers = { + culture = miao + religion = animist + size = 2750 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 200 + } + + officers = { + culture = manchu + religion = mahayana + size = 100 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 750 + } } #Changde (1616000/404000 POPS) 1525 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3650 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8250 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 650 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 368650 - } - - aristocrats = { - culture = miao - religion = animist - size = 750 - } - - clergymen = { - culture = miao - religion = animist - size = 400 - } - - artisans = { - culture = miao - religion = animist - size = 1950 - } - - soldiers = { - culture = miao - religion = animist - size = 400 - } - - farmers = { - culture = miao - religion = animist - size = 35500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3650 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8250 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 650 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 368650 + } + + aristocrats = { + culture = miao + religion = animist + size = 750 + } + + clergymen = { + culture = miao + religion = animist + size = 400 + } + + artisans = { + culture = miao + religion = animist + size = 1950 + } + + soldiers = { + culture = miao + religion = animist + size = 400 + } + + farmers = { + culture = miao + religion = animist + size = 35500 + } } #Baoqing (3852000/963000 POPS) 1526 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 16500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1400 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 404600 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 300000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 60000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2400 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1250 - } - - artisans = { - culture = yue - religion = mahayana - size = 6150 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1250 - } - - farmers = { - culture = yue - religion = mahayana - size = 111950 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 16500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1400 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 404600 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 300000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 60000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2400 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1250 + } + + artisans = { + culture = yue + religion = mahayana + size = 6150 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1250 + } + + farmers = { + culture = yue + religion = mahayana + size = 111950 + } } #Hengzhou (3796000/949000 POPS) 1527 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 16800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8450 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2300 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1475 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 769975 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1050 - } - - artisans = { - culture = yue - religion = mahayana - size = 5150 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1050 - } - - farmers = { - culture = yue - religion = mahayana - size = 93750 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 16800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8450 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2300 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1475 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 769975 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1050 + } + + artisans = { + culture = yue + religion = mahayana + size = 5150 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1050 + } + + farmers = { + culture = yue + religion = mahayana + size = 93750 + } } #Yuezhou (1192000/298000 POPS) 1528 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4850 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2450 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2450 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 222050 - } - - aristocrats = { - culture = miao - religion = animist - size = 1050 - } - - clergymen = { - culture = miao - religion = animist - size = 550 - } - - artisans = { - culture = miao - religion = animist - size = 2700 - } - - soldiers = { - culture = miao - religion = animist - size = 550 - } - - farmers = { - culture = miao - religion = animist - size = 49150 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4850 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2450 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2450 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 222050 + } + + aristocrats = { + culture = miao + religion = animist + size = 1050 + } + + clergymen = { + culture = miao + religion = animist + size = 550 + } + + artisans = { + culture = miao + religion = animist + size = 2700 + } + + soldiers = { + culture = miao + religion = animist + size = 550 + } + + farmers = { + culture = miao + religion = animist + size = 49150 + } } #Yongshun (3028000/757000 POPS) 1529 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7575 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7850 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1600 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 688975 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7575 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7850 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1600 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 688975 + } } #Yongzhou (2980000/745000 POPS) 1530 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 12500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1400 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 300 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 571500 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2300 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1175 - } - - artisans = { - culture = yue - religion = mahayana - size = 5850 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1175 - } - - farmers = { - culture = yue - religion = mahayana - size = 106500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 12500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1400 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 300 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 571500 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2300 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1175 + } + + artisans = { + culture = yue + religion = mahayana + size = 5850 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1175 + } + + farmers = { + culture = yue + religion = mahayana + size = 106500 + } } #Inner Mongolia Region (1176000) #under the rule of China in 1836 #Guihua Tumed (436000/109000 POPS) 1532 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 2000 - } - - bureaucrats = { - culture = mongol - religion = gelugpa - size = 225 - } - - officers = { - culture = mongol - religion = gelugpa - size = 225 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1050 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 4200 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1050 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 85250 - } - - serfs = { - culture = mongol - religion = gelugpa - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 75 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 200 - } - - farmers = { - culture = beifaren - religion = gelugpa - size = 3625 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25 - } - - officers = { - culture = manchu - religion = mahayana - size = 75 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 2000 + } + + bureaucrats = { + culture = mongol + religion = gelugpa + size = 225 + } + + officers = { + culture = mongol + religion = gelugpa + size = 225 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1050 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 4200 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1050 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 85250 + } + + serfs = { + culture = mongol + religion = gelugpa + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 75 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 200 + } + + farmers = { + culture = beifaren + religion = gelugpa + size = 3625 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25 + } + + officers = { + culture = manchu + religion = mahayana + size = 75 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Jirim Chuulghan (152000/38000 POPS) 1533 = { - clergymen = { - culture = mongol - religion = gelugpa - size = 325 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1375 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 3000 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 90650 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 70650 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 10875 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 200 - } - - artisans = { - culture = manchu - religion = mahayana - size = 300 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } - - farmers = { - culture = manchu - religion = mahayana - size = 3650 - } + clergymen = { + culture = mongol + religion = gelugpa + size = 325 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1375 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 3000 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 90650 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 70650 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 10875 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 200 + } + + artisans = { + culture = manchu + religion = mahayana + size = 300 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } + + farmers = { + culture = manchu + religion = mahayana + size = 3650 + } } #Ulaan Chab Chuulghan (132000/33000 POPS) 1534 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 325 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1650 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1100 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 29375 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 325 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1650 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1100 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 29375 + } } #Yeke Juu Chuulghan (456000/114000 POPS) 1535 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 2225 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1125 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 5600 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1125 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 101925 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 25 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 100 - } - - farmers = { - culture = beifaren - religion = gelugpa - size = 1875 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 2225 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1125 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 5600 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1125 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 101925 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 25 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 100 + } + + farmers = { + culture = beifaren + religion = gelugpa + size = 1875 + } } #Jiangsu Region (37612000) #under the rule of China in 1836 #Nanjing (3432000/858000 POPS) 2221 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6850 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 5950 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 250 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 442800 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 5000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 6750 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 2375 - } - - officers = { - culture = beifaren - religion = mahayana - size = 3050 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 3325 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 350 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 284325 - } - - farmers = { - culture = beifaren - religion = protestant - size = 2000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 275 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6850 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 5950 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 250 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 442800 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 5000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 6750 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 2375 + } + + officers = { + culture = beifaren + religion = mahayana + size = 3050 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 3325 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 350 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 284325 + } + + farmers = { + culture = beifaren + religion = protestant + size = 2000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 275 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Huaian (3148000/787000 POPS) 1536 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1050 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 575 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 550 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 50075 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 14600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7325 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1325 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 666150 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1050 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 575 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 550 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 50075 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 14600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7325 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1325 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 666150 + } } #Changzhou (6124000/1531000 POPS) 1537 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 26725 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 13400 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6850 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 23000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 31375 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 561650 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 600000 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 5000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1950 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1950 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 175550 - } - - farmers = { - culture = beifaren - religion = protestant - size = 1000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 26725 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 13400 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6850 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 23000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 31375 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 561650 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 600000 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 5000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1950 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1950 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 175550 + } + + farmers = { + culture = beifaren + religion = protestant + size = 1000 + } } #Shanghai (268000/71000 POPS) 1538 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 675 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 675 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 69500 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 675 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 675 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 69500 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 500 + } } #Suzhou (4968000/1242000 POPS) 1539 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 21225 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10650 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2625 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 966400 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3550 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1825 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1800 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 163825 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 21225 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10650 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2625 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 966400 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3550 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1825 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1800 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 163825 + } } #Taicangzhou (5528000/1382000 POPS) 1540 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 22150 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 7400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 11075 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 60400 - } - - - soldiers = { - culture = nanfaren - religion = mahayana - size = 50075 - } - - - farmers = { - culture = nanfaren - religion = mahayana - size = 894300 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 70000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 5450 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2750 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 3700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2750 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 249350 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 22150 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 7400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 11075 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 60400 + } + + + soldiers = { + culture = nanfaren + religion = mahayana + size = 50075 + } + + + farmers = { + culture = nanfaren + religion = mahayana + size = 894300 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 70000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 5450 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2750 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 3700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2750 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 249350 + } } #Tongzhou (5520000/1380000 POPS) 1541 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 25750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 12925 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 23000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 20900 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 633925 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 500000 - } - - - aristocrats = { - culture = beifaren - religion = mahayana - size = 1750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 925 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 900 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 81925 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 25750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 12925 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 23000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 20900 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 633925 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 500000 + } + + + aristocrats = { + culture = beifaren + religion = mahayana + size = 1750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 925 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 900 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 81925 + } } #Xuzhou (2156000/539000 POPS) 1542 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2350 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5950 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 108250 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 8350 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 4225 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1100 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2200 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 382225 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2350 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5950 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 108250 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 8350 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 4225 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1100 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2200 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 382225 + } } #Yangzhou (3348000/837000 POPS) 1543 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1125 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1125 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 101950 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 14000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1250 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 660000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1125 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1125 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 101950 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 14000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1250 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 660000 + } } #Zhenjiang (3120000/790000 POPS) 1544 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11650 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 3400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5875 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 9250 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 850 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 501375 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 1000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 4050 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2075 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2050 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 185575 - } - - farmers = { - culture = beifaren - religion = protestant - size = 1000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11650 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 3400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5875 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 9250 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 850 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 501375 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 1000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 4050 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2075 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2050 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 185575 + } + + farmers = { + culture = beifaren + religion = protestant + size = 1000 + } } #Jiangxi Region (25864000) #under the rule of China in 1836 #Nanchang (2776000/694000 POPS) 1545 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4325 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 4900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5050 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2025 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 451175 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3100 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 1625 - } - - officers = { - culture = beifaren - religion = mahayana - size = 1425 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1550 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7800 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1575 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 140075 - } - - aristocrats = { - culture = miao - religion = animist - size = 25 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 100 - } - - soldiers = { - culture = miao - religion = animist - size = 25 - } - - farmers = { - culture = miao - religion = animist - size = 1800 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 700 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 375 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1750 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 350 - } - - farmers = { - culture = hakka - religion = mahayana - size = 31825 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 200 - } - - officers = { - culture = manchu - religion = mahayana - size = 175 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4325 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 4900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5050 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2025 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 451175 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3100 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 1625 + } + + officers = { + culture = beifaren + religion = mahayana + size = 1425 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1550 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7800 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1575 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 140075 + } + + aristocrats = { + culture = miao + religion = animist + size = 25 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 100 + } + + soldiers = { + culture = miao + religion = animist + size = 25 + } + + farmers = { + culture = miao + religion = animist + size = 1800 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 700 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 375 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1750 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 350 + } + + farmers = { + culture = hakka + religion = mahayana + size = 31825 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 200 + } + + officers = { + culture = manchu + religion = mahayana + size = 175 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Guangxin (2960000/740000 POPS) 1546 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 10500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6300 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 275 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 478675 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3025 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1525 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1525 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 138325 - } - - aristocrats = { - culture = miao - religion = animist - size = 1225 - } - - clergymen = { - culture = miao - religion = animist - size = 625 - } - - artisans = { - culture = miao - religion = animist - size = 3100 - } - - soldiers = { - culture = miao - religion = animist - size = 625 - } - - farmers = { - culture = miao - religion = animist - size = 56425 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 10500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6300 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 275 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 478675 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3025 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1525 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1525 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 138325 + } + + aristocrats = { + culture = miao + religion = animist + size = 1225 + } + + clergymen = { + culture = miao + religion = animist + size = 625 + } + + artisans = { + culture = miao + religion = animist + size = 3100 + } + + soldiers = { + culture = miao + religion = animist + size = 625 + } + + farmers = { + culture = miao + religion = animist + size = 56425 + } } #Jian (6692000/1673000 POPS) 1547 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 31500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 5600 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8900 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 7000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 30800 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 429000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 21900 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 11000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 4750 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 3000 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 2950 - } - - farmers = { - culture = hakka - religion = mahayana - size = 896400 - } - - serfs = { - culture = hakka - religion = mahayana - size = 100000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 31500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 5600 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8900 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 7000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 30800 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 429000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 21900 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 11000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 4750 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 3000 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 2950 + } + + farmers = { + culture = hakka + religion = mahayana + size = 896400 + } + + serfs = { + culture = hakka + religion = mahayana + size = 100000 + } } #Jianchang (1656000/414000 POPS) 1548 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2900 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4400 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2900 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 262050 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 2500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 1250 - } - - artisans = { - culture = hakka - religion = mahayana - size = 6300 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1275 - } - - farmers = { - culture = hakka - religion = mahayana - size = 114675 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2900 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4400 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2900 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 262050 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 2500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 1250 + } + + artisans = { + culture = hakka + religion = mahayana + size = 6300 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1275 + } + + farmers = { + culture = hakka + religion = mahayana + size = 114675 + } } #Jiujiang (3924000/981000 POPS) 1549 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15100 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7550 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 40800 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 4575 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 207975 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 400000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 80000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3825 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1925 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9650 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1950 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 75650 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 100000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 625 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 325 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1600 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 325 - } - - farmers = { - culture = hakka - religion = mahayana - size = 29775 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15100 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7550 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 40800 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 4575 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 207975 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 400000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 80000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3825 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1925 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9650 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1950 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 75650 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 100000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 625 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 325 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1600 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 325 + } + + farmers = { + culture = hakka + religion = mahayana + size = 29775 + } } #Ganzhou (4940000/1235000 POPS) 1550 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 23500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 11750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8800 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 775 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 870175 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 200000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 1150 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 600 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 2950 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 600 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 53700 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 23500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 11750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8800 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 775 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 870175 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 200000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 1150 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 600 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 2950 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 600 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 53700 + } } #Raozhou (2916000/729000 POPS) 1551 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 800 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 526000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7550 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1525 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 137425 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 800 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 526000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7550 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1525 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 137425 + } } #Manchuria Region (6764000) #under the rule of China in 1836 #Qiqihar (2784700/696175 POPS) 1552 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 3750 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 300 - } - - officers = { - culture = manchu - religion = mahayana - size = 300 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 500 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } - - labourers = { - culture = manchu - religion = mahayana - size = 4100 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 3000 - } - - labourers = { - culture = mongol - religion = gelugpa - size = 60000 - } - - slaves = { - culture = mongol - religion = gelugpa - size = 10000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 1750 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 100 - } - - officers = { - culture = beifaren - religion = mahayana - size = 100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 5650 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 3750 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 300 + } + + officers = { + culture = manchu + religion = mahayana + size = 300 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 500 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } + + labourers = { + culture = manchu + religion = mahayana + size = 4100 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 3000 + } + + labourers = { + culture = mongol + religion = gelugpa + size = 60000 + } + + slaves = { + culture = mongol + religion = gelugpa + size = 10000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 1750 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 100 + } + + officers = { + culture = beifaren + religion = mahayana + size = 100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 5650 + } } #Aigun (1524000/381000 POPS) 1553 = { - clergymen = { - culture = manchu - religion = mahayana - size = 300 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1900 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - labourers = { - culture = manchu - religion = mahayana - size = 43950 - } - - farmers = { - culture = siberian - religion = animist - size = 200 - } - - slaves = { - culture = siberian - religion = animist - size = 700 - } + clergymen = { + culture = manchu + religion = mahayana + size = 300 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1900 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + labourers = { + culture = manchu + religion = mahayana + size = 43950 + } + + farmers = { + culture = siberian + religion = animist + size = 200 + } + + slaves = { + culture = siberian + religion = animist + size = 700 + } } #Ninguta (1068000/267000 POPS) 1554 = { - clergymen = { - culture = manchu - religion = mahayana - size = 400 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 2300 - } - - labourers = { - culture = manchu - religion = mahayana - size = 40400 - } - - labourers = { - culture = beifaren - religion = mahayana - size = 20000 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 5000 - } - - slaves = { - culture = korean - religion = mahayana - size = 800 - } + clergymen = { + culture = manchu + religion = mahayana + size = 400 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 2300 + } + + labourers = { + culture = manchu + religion = mahayana + size = 40400 + } + + labourers = { + culture = beifaren + religion = mahayana + size = 20000 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 5000 + } + + slaves = { + culture = korean + religion = mahayana + size = 800 + } } #Jilin (1136000/284000 POPS) 1555 = { - clergymen = { - culture = manchu - religion = mahayana - size = 850 - } - - artisans = { - culture = manchu - religion = mahayana - size = 700 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - labourers = { - culture = manchu - religion = mahayana - size = 27550 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 450 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 900 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 60000 - } - - slaves = { - culture = korean - religion = mahayana - size = 1450 - } + clergymen = { + culture = manchu + religion = mahayana + size = 850 + } + + artisans = { + culture = manchu + religion = mahayana + size = 700 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + labourers = { + culture = manchu + religion = mahayana + size = 27550 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 450 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 900 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 60000 + } + + slaves = { + culture = korean + religion = mahayana + size = 1450 + } } #Manzhouli (251300/62825 POPS) 1002 = { - clergymen = { - culture = manchu - religion = mahayana - size = 225 - } - - artisans = { - culture = manchu - religion = mahayana - size = 750 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } - - farmers = { - culture = manchu - religion = mahayana - size = 5800 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 25000 - } - - farmers = { - culture = siberian - religion = animist - size = 120 - } - - slaves = { - culture = siberian - religion = animist - size = 500 - } + clergymen = { + culture = manchu + religion = mahayana + size = 225 + } + + artisans = { + culture = manchu + religion = mahayana + size = 750 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } + + farmers = { + culture = manchu + religion = mahayana + size = 5800 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 25000 + } + + farmers = { + culture = siberian + religion = animist + size = 120 + } + + slaves = { + culture = siberian + religion = animist + size = 500 + } } #Qinghai Region (1248000) #under the rule of China in 1836 #Makhai (452000/113000 POPS) 1556 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1000 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 4550 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 925 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 27200 - } - - slaves = { - culture = tibetan - religion = gelugpa - size = 40000 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 1800 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 300 - } - - bureaucrats = { - culture = beifaren - religion = sunni - size = 400 - } - - - soldiers = { - culture = beifaren - religion = sunni - size = 600 - } - - farmers = { - culture = beifaren - religion = sunni - size = 1800 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1000 - } - - officers = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 900 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 900 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 16400 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 100 - } - - serfs = { - culture = tibetan - religion = gelugpa - size = 10000 - } - - serfs = { - culture = mongol - religion = gelugpa - size = 5000 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1000 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 4550 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 925 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 27200 + } + + slaves = { + culture = tibetan + religion = gelugpa + size = 40000 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 1800 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 300 + } + + bureaucrats = { + culture = beifaren + religion = sunni + size = 400 + } + + + soldiers = { + culture = beifaren + religion = sunni + size = 600 + } + + farmers = { + culture = beifaren + religion = sunni + size = 1800 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1000 + } + + officers = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 900 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 900 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 16400 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 100 + } + + serfs = { + culture = tibetan + religion = gelugpa + size = 10000 + } + + serfs = { + culture = mongol + religion = gelugpa + size = 5000 + } } #Balekungomi (364000/91000 POPS) 1557 = { - aristocrats = { - culture = beifaren - religion = sunni - size = 1000 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 500 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 750 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 3800 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 775 - } - - labourers = { - culture = tibetan - religion = gelugpa - size = 63175 - } - - aristocrats = { - culture = kazak - religion = animist - size = 250 - } - - clergymen = { - culture = kazak - religion = animist - size = 150 - } - - artisans = { - culture = kazak - religion = animist - size = 700 - } - - soldiers = { - culture = kazak - religion = animist - size = 150 - } - - labourers = { - culture = kazak - religion = animist - size = 12750 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 20 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 20 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 50 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 10 - } - - labourers = { - culture = mongol - religion = gelugpa - size = 900 - } - - serfs = { - culture = tibetan - religion = gelugpa - size = 7000 - } + aristocrats = { + culture = beifaren + religion = sunni + size = 1000 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 500 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 750 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 3800 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 775 + } + + labourers = { + culture = tibetan + religion = gelugpa + size = 63175 + } + + aristocrats = { + culture = kazak + religion = animist + size = 250 + } + + clergymen = { + culture = kazak + religion = animist + size = 150 + } + + artisans = { + culture = kazak + religion = animist + size = 700 + } + + soldiers = { + culture = kazak + religion = animist + size = 150 + } + + labourers = { + culture = kazak + religion = animist + size = 12750 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 20 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 20 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 50 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 10 + } + + labourers = { + culture = mongol + religion = gelugpa + size = 900 + } + + serfs = { + culture = tibetan + religion = gelugpa + size = 7000 + } } #Kegudo (432000/108000 POPS) 1558 = { - aristocrats = { - culture = beifaren - religion = sunni - size = 700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 6000 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 400 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 400 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1900 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 400 - } - - slaves = { - culture = tibetan - religion = gelugpa - size = 28600 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 225 - } - - clergymen = { - culture = kazak - religion = sunni - size = 125 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 10925 - } - - aristocrats = { - culture = kazak - religion = animist - size = 200 - } - - clergymen = { - culture = kazak - religion = animist - size = 100 - } - - artisans = { - culture = kazak - religion = animist - size = 550 - } - - soldiers = { - culture = kazak - religion = animist - size = 125 - } - - farmers = { - culture = kazak - religion = animist - size = 10025 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 925 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 475 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2350 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 475 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 35775 - } - - serfs = { - culture = mongol - religion = gelugpa - size = 8000 - } + aristocrats = { + culture = beifaren + religion = sunni + size = 700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 6000 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 400 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 400 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1900 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 400 + } + + slaves = { + culture = tibetan + religion = gelugpa + size = 28600 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 225 + } + + clergymen = { + culture = kazak + religion = sunni + size = 125 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 10925 + } + + aristocrats = { + culture = kazak + religion = animist + size = 200 + } + + clergymen = { + culture = kazak + religion = animist + size = 100 + } + + artisans = { + culture = kazak + religion = animist + size = 550 + } + + soldiers = { + culture = kazak + religion = animist + size = 125 + } + + farmers = { + culture = kazak + religion = animist + size = 10025 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 925 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 475 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2350 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 475 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 35775 + } + + serfs = { + culture = mongol + religion = gelugpa + size = 8000 + } } #Shaanxi Region (9100000) #under the rule of China in 1836 #Xian (3168000/792000 POPS) 1559 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 1850 - } - - officers = { - culture = beifaren - religion = mahayana - size = 2200 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 385300 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 300000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 800 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 425 - } - - farmers = { - culture = beifaren - religion = sunni - size = 38225 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 75 - } - - officers = { - culture = manchu - religion = mahayana - size = 75 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 1850 + } + + officers = { + culture = beifaren + religion = mahayana + size = 2200 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 385300 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 300000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 800 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 425 + } + + farmers = { + culture = beifaren + religion = sunni + size = 38225 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 75 + } + + officers = { + culture = manchu + religion = mahayana + size = 75 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Yenan (1088000/272000 POPS) 1561 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 5050 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2550 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2550 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 231150 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 325 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 175 - } - - artisans = { - culture = beifaren - religion = sunni - size = 900 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 200 - } - - farmers = { - culture = beifaren - religion = sunni - size = 16400 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 5050 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2550 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2550 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 231150 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 325 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 175 + } + + artisans = { + culture = beifaren + religion = sunni + size = 900 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 200 + } + + farmers = { + culture = beifaren + religion = sunni + size = 16400 + } } #Hanzhong (3492000/873000 POPS) 1562 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 3900 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 900 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 353050 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 825 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 425 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2150 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 450 - } - - farmers = { - culture = beifaren - religion = sunni - size = 39150 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8825 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4425 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2425 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 352225 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 50000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 3900 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 900 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 353050 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 825 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 425 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2150 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 450 + } + + farmers = { + culture = beifaren + religion = sunni + size = 39150 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8825 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4425 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2425 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 352225 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 50000 + } } #Shangzhou (1352000/338000 POPS) 2062 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 6325 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 3175 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5900 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 200 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 289400 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 375 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 200 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 200 - } - - farmers = { - culture = beifaren - religion = sunni - size = 18225 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 6325 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 3175 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5900 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 200 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 289400 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 375 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 200 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 200 + } + + farmers = { + culture = beifaren + religion = sunni + size = 18225 + } } #Shandong Region (28572000) #under the rule of China in 1836 #Jinan (5916000/1479000 POPS) 1563 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 28100 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 6700 - } - - officers = { - culture = beifaren - religion = mahayana - size = 6900 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 14100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1165600 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 100000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1400 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 700 - } - - artisans = { - culture = beifaren - religion = sunni - size = 3550 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 725 - } - - farmers = { - culture = beifaren - religion = sunni - size = 64625 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 300 - } - - officers = { - culture = manchu - religion = mahayana - size = 300 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 28100 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 6700 + } + + officers = { + culture = beifaren + religion = mahayana + size = 6900 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 14100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1165600 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 100000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1400 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 700 + } + + artisans = { + culture = beifaren + religion = sunni + size = 3550 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 725 + } + + farmers = { + culture = beifaren + religion = sunni + size = 64625 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 300 + } + + officers = { + culture = manchu + religion = mahayana + size = 300 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1500 + } } #Caozhou (3704000/926000 POPS) 1564 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9250 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2275 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 842948 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9250 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2275 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 842948 + } } #Laizhou (3636000/909000 POPS) 1565 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18150 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 4800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 49450 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 400200 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 400000 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 30000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18150 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 4800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 49450 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 400200 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 400000 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 30000 + } } #Qingdao (24000/6000 POPS) 1566 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 75 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 5475 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 75 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 5475 + } } #Qingzhou (3936000/984000 POPS) 1567 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19650 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9850 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2850 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 395450 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19650 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9850 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2850 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 395450 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } } #Taian (3688000/922000 POPS) 1568 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18425 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9225 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6100 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2225 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 339025 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18425 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9225 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6100 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2225 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 339025 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } } #Weihaiwei (28000/7000 POPS) 1569 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 125 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 75 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 350 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 75 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 6375 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 125 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 75 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 350 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 75 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 6375 + } } #Wuling (3696000/924000 POPS) 1570 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18450 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9250 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2250 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 340850 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18450 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9250 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2250 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 340850 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } } #Yizhou (3944000/986000 POPS) 1571 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9850 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2875 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 397275 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9850 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2875 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 397275 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } } #Shanxi Region (15220000) #under the rule of China in 1836 #Taiyuan (4436000/1109000 POPS) 1572 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 21800 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 3250 - } - - officers = { - culture = beifaren - religion = mahayana - size = 3700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 59750 - } - - - soldiers = { - culture = beifaren - religion = mahayana - size = 5950 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 408950 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 500000 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 80000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 250 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 150 - } - - artisans = { - culture = beifaren - religion = sunni - size = 700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 12750 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 100 - } - - officers = { - culture = manchu - religion = mahayana - size = 125 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 375 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 21800 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 3250 + } + + officers = { + culture = beifaren + religion = mahayana + size = 3700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 59750 + } + + + soldiers = { + culture = beifaren + religion = mahayana + size = 5950 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 408950 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 500000 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 80000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 250 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 150 + } + + artisans = { + culture = beifaren + religion = sunni + size = 700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 12750 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 100 + } + + officers = { + culture = manchu + religion = mahayana + size = 125 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 375 + } } #Fenzhou (3412000/853000 POPS) 1573 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 16850 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 8450 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2450 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 768050 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 150 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 450 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 100 - } - - farmers = { - culture = beifaren - religion = sunni - size = 8200 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 16850 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 8450 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2450 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 768050 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 150 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 450 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 100 + } + + farmers = { + culture = beifaren + religion = sunni + size = 8200 + } } #Luan (3748000/937000 POPS) 1574 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18550 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9300 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6450 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2300 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 845400 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 150 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 400 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 75 - } - - farmers = { - culture = beifaren - religion = sunni - size = 7300 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18550 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9300 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6450 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2300 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 845400 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 150 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 400 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 75 + } + + farmers = { + culture = beifaren + religion = sunni + size = 7300 + } } #Pingyang (3392000/848000 POPS) 1575 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 16800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 8400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2050 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1425 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 765325 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 125 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 75 - } - - farmers = { - culture = beifaren - religion = sunni - size = 6375 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 16800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 8400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2050 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1425 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 765325 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 125 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 75 + } + + farmers = { + culture = beifaren + religion = sunni + size = 6375 + } } #Datong (232000/58000 POPS) 1576 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 1100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 550 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2800 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 575 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 50975 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 25 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 50 - } - - artisans = { - culture = beifaren - religion = sunni - size = 100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 25 - } - - farmers = { - culture = beifaren - religion = sunni - size = 1800 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 1100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 550 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2800 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 575 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 50975 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 25 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 50 + } + + artisans = { + culture = beifaren + religion = sunni + size = 100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 25 + } + + farmers = { + culture = beifaren + religion = sunni + size = 1800 + } } #Sichuan Region (34604000) #under the rule of China in 1836 #Chongqing (3836000/959000 POPS) 1577 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 19150 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 9600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7950 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2600 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 872700 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 19150 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 9600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7950 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2600 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 872700 + } } #Chengdu (2312000/578000 POPS) 1578 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11550 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6125 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 8550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2800 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 474150 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 125 - } - - officers = { - culture = manchu - religion = mahayana - size = 150 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 750 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11550 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6125 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 8550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2800 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 474150 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 125 + } + + officers = { + culture = manchu + religion = mahayana + size = 150 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 750 + } } #Baotung (4268000/1067000 POPS) 1579 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 21225 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6700 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10675 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 32675 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 517675 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 500000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 21225 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6700 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10675 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 32675 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 517675 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 500000 + } } #Jiading (4080000/1020000 POPS) 1580 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 254100 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 200000 - } - - aristocrats = { - culture = yi - religion = animist - size = 7300 - } - - clergymen = { - culture = yi - religion = animist - size = 3750 - } - - artisans = { - culture = yi - religion = animist - size = 11000 - } - - artisans = { - culture = yi - religion = animist - size = 8500 - } - - soldiers = { - culture = yi - religion = animist - size = 2700 - } - - farmers = { - culture = yi - religion = animist - size = 136750 - } - - slaves = { - culture = yi - religion = animist - size = 150000 - } - - serfs = { - culture = yi - religion = animist - size = 60000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2200 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5550 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1125 - } - - farmers = { - culture = asian_minor - religion = animist - size = 101025 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 800 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 400 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 2000 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 400 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 36400 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 254100 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 200000 + } + + aristocrats = { + culture = yi + religion = animist + size = 7300 + } + + clergymen = { + culture = yi + religion = animist + size = 3750 + } + + artisans = { + culture = yi + religion = animist + size = 11000 + } + + artisans = { + culture = yi + religion = animist + size = 8500 + } + + soldiers = { + culture = yi + religion = animist + size = 2700 + } + + farmers = { + culture = yi + religion = animist + size = 136750 + } + + slaves = { + culture = yi + religion = animist + size = 150000 + } + + serfs = { + culture = yi + religion = animist + size = 60000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2200 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5550 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1125 + } + + farmers = { + culture = asian_minor + religion = animist + size = 101025 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 800 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 400 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 2000 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 400 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 36400 + } } #Kuizhou (4292000/1073000 POPS) 1581 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 21400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3650 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2750 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 976450 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 21400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3650 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2750 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 976450 + } } #Longan (2796000/699000 POPS) 1582 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5550 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7650 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2550 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 503250 - } - - aristocrats = { - culture = yi - religion = animist - size = 25 - } - - clergymen = { - culture = yi - religion = animist - size = 50 - } - - artisans = { - culture = yi - religion = animist - size = 100 - } - - soldiers = { - culture = yi - religion = animist - size = 25 - } - - farmers = { - culture = yi - religion = animist - size = 1800 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2000 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1050 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1050 - } - - farmers = { - culture = asian_minor - religion = animist - size = 95650 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 750 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 400 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1950 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 400 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 35500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5550 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7650 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2550 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 503250 + } + + aristocrats = { + culture = yi + religion = animist + size = 25 + } + + clergymen = { + culture = yi + religion = animist + size = 50 + } + + artisans = { + culture = yi + religion = animist + size = 100 + } + + soldiers = { + culture = yi + religion = animist + size = 25 + } + + farmers = { + culture = yi + religion = animist + size = 1800 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2000 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1050 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1050 + } + + farmers = { + culture = asian_minor + religion = animist + size = 95650 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 750 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 400 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1950 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 400 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 35500 + } } #Shunqing (4580000/1145000 POPS) 1583 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 22900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 11500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7250 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 450 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 904190 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 100000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 22900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 11500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7250 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 450 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 904190 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 100000 + } } #Tongchuan (3024000/756000 POPS) 1584 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15100 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7575 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7800 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1600 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 307925 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 380000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15100 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7575 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7800 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1600 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 307925 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 380000 + } } #Yibin (2888000/722000 POPS) 1585 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1450 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 390400 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5450 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 99200 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3650 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1850 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 9200 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1850 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 167400 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1450 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 390400 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5450 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 99200 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3650 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1850 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 9200 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1850 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 167400 + } } #Yazhou (2528000/632000 POPS) 1586 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9025 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4525 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2525 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 411325 - } - - aristocrats = { - culture = yi - religion = animist - size = 125 - } - - clergymen = { - culture = yi - religion = animist - size = 75 - } - - artisans = { - culture = yi - religion = animist - size = 400 - } - - soldiers = { - culture = yi - religion = animist - size = 75 - } - - serfs = { - culture = yi - religion = animist - size = 7325 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 450 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - serfs = { - culture = asian_minor - religion = animist - size = 8200 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3250 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1625 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 8150 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1625 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 148350 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9025 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4525 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2525 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 411325 + } + + aristocrats = { + culture = yi + religion = animist + size = 125 + } + + clergymen = { + culture = yi + religion = animist + size = 75 + } + + artisans = { + culture = yi + religion = animist + size = 400 + } + + soldiers = { + culture = yi + religion = animist + size = 75 + } + + serfs = { + culture = yi + religion = animist + size = 7325 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 450 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + serfs = { + culture = asian_minor + religion = animist + size = 8200 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3250 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1625 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 8150 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1625 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 148350 + } } #Yunnan Region (5652000) #under the rule of China in 1836 #Kunming (3016000/754000 POPS) 1601 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 13500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 2675 - } - - officers = { - culture = nanfaren - religion = sunni - size = 1375 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3800 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 775 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 412825 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 200 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 1100 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 11000 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 500 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 189100 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 300 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - serfs = { - culture = asian_minor - religion = animist - size = 5475 - } - - aristocrats = { - culture = miao - religion = animist - size = 200 - } - - clergymen = { - culture = miao - religion = animist - size = 100 - } - - artisans = { - culture = miao - religion = animist - size = 500 - } - - soldiers = { - culture = miao - religion = animist - size = 100 - } - - farmers = { - culture = miao - religion = animist - size = 9000 - } - - aristocrats = { - culture = yi - religion = animist - size = 1125 - } - - clergymen = { - culture = yi - religion = animist - size = 525 - } - - artisans = { - culture = yi - religion = animist - size = 2600 - } - - soldiers = { - culture = yi - religion = animist - size = 525 - } - - farmers = { - culture = yi - religion = animist - size = 37325 - } - - serfs = { - culture = yi - religion = animist - size = 10000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 250 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 13500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 2675 + } + + officers = { + culture = nanfaren + religion = sunni + size = 1375 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3800 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 775 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 412825 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 200 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 1100 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 11000 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 500 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 189100 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 300 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + serfs = { + culture = asian_minor + religion = animist + size = 5475 + } + + aristocrats = { + culture = miao + religion = animist + size = 200 + } + + clergymen = { + culture = miao + religion = animist + size = 100 + } + + artisans = { + culture = miao + religion = animist + size = 500 + } + + soldiers = { + culture = miao + religion = animist + size = 100 + } + + farmers = { + culture = miao + religion = animist + size = 9000 + } + + aristocrats = { + culture = yi + religion = animist + size = 1125 + } + + clergymen = { + culture = yi + religion = animist + size = 525 + } + + artisans = { + culture = yi + religion = animist + size = 2600 + } + + soldiers = { + culture = yi + religion = animist + size = 525 + } + + farmers = { + culture = yi + religion = animist + size = 37325 + } + + serfs = { + culture = yi + religion = animist + size = 10000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 250 + } } #Dali (1216000/304000 POPS) 1602 = { - aristocrats = { - culture = nanfaren - religion = sunni - size = 125 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 75 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 350 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 575 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 26375 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 5400 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 2750 - } - - artisans = { - culture = asian_minor - religion = animist - size = 11000 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 2700 - } - - farmers = { - culture = asian_minor - religion = animist - size = 220650 - } - - aristocrats = { - culture = yi - religion = animist - size = 525 - } - - clergymen = { - culture = yi - religion = animist - size = 275 - } - - artisans = { - culture = yi - religion = animist - size = 1350 - } - - soldiers = { - culture = yi - religion = animist - size = 275 - } - - farmers = { - culture = yi - religion = animist - size = 24575 - } - - serfs = { - culture = yi - religion = animist - size = 24575 - } + aristocrats = { + culture = nanfaren + religion = sunni + size = 125 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 75 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 350 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 575 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 26375 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 5400 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 2750 + } + + artisans = { + culture = asian_minor + religion = animist + size = 11000 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 2700 + } + + farmers = { + culture = asian_minor + religion = animist + size = 220650 + } + + aristocrats = { + culture = yi + religion = animist + size = 525 + } + + clergymen = { + culture = yi + religion = animist + size = 275 + } + + artisans = { + culture = yi + religion = animist + size = 1350 + } + + soldiers = { + culture = yi + religion = animist + size = 275 + } + + farmers = { + culture = yi + religion = animist + size = 24575 + } + + serfs = { + culture = yi + religion = animist + size = 24575 + } } #Puer (1420000/355000 POPS) 1603 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4500 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 1100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 60100 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 50 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 350 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 1200 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 43650 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1700 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 900 - } - - artisans = { - culture = asian_minor - religion = animist - size = 4400 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 900 - } - - farmers = { - culture = asian_minor - religion = animist - size = 55100 - } - - aristocrats = { - culture = miao - religion = animist - size = 50 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 200 - } - - soldiers = { - culture = miao - religion = animist - size = 50 - } - - farmers = { - culture = miao - religion = animist - size = 3650 - } - - aristocrats = { - culture = yi - religion = animist - size = 625 - } - - clergymen = { - culture = yi - religion = animist - size = 325 - } - - artisans = { - culture = yi - religion = animist - size = 1600 - } - - soldiers = { - culture = yi - religion = animist - size = 325 - } - - farmers = { - culture = yi - religion = animist - size = 29175 - } - - serfs = { - culture = yi - religion = animist - size = 25000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2275 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1175 - } - - artisans = { - culture = yue - religion = mahayana - size = 5850 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1175 - } - - farmers = { - culture = yue - religion = mahayana - size = 106525 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4500 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 1100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 60100 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 50 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 350 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 1200 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 43650 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1700 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 900 + } + + artisans = { + culture = asian_minor + religion = animist + size = 4400 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 900 + } + + farmers = { + culture = asian_minor + religion = animist + size = 55100 + } + + aristocrats = { + culture = miao + religion = animist + size = 50 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 200 + } + + soldiers = { + culture = miao + religion = animist + size = 50 + } + + farmers = { + culture = miao + religion = animist + size = 3650 + } + + aristocrats = { + culture = yi + religion = animist + size = 625 + } + + clergymen = { + culture = yi + religion = animist + size = 325 + } + + artisans = { + culture = yi + religion = animist + size = 1600 + } + + soldiers = { + culture = yi + religion = animist + size = 325 + } + + farmers = { + culture = yi + religion = animist + size = 29175 + } + + serfs = { + culture = yi + religion = animist + size = 25000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2275 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1175 + } + + artisans = { + culture = yue + religion = mahayana + size = 5850 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1175 + } + + farmers = { + culture = yue + religion = mahayana + size = 106525 + } } #Zhejiang Region (9948000) #under the rule of China in 1836 #Hangzhou (1688000/422000 POPS) 1604 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 5450 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 1550 - } - - officers = { - culture = beifaren - religion = mahayana - size = 2475 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2750 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2750 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 199450 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1000 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 10000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2725 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1375 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7450 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1375 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 104075 - } - - aristocrats = { - culture = miao - religion = animist - size = 50 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 200 - } - - soldiers = { - culture = miao - religion = animist - size = 50 - } - - farmers = { - culture = miao - religion = animist - size = 3650 - } - - aristocrats = { - culture = min - religion = animist - size = 125 - } - - clergymen = { - culture = min - religion = animist - size = 75 - } - - artisans = { - culture = min - religion = animist - size = 350 - } - - soldiers = { - culture = min - religion = animist - size = 75 - } - - farmers = { - culture = min - religion = animist - size = 6375 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 75 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 5450 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 1550 + } + + officers = { + culture = beifaren + religion = mahayana + size = 2475 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2750 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2750 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 199450 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1000 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 10000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2725 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1375 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7450 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1375 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 104075 + } + + aristocrats = { + culture = miao + religion = animist + size = 50 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 200 + } + + soldiers = { + culture = miao + religion = animist + size = 50 + } + + farmers = { + culture = miao + religion = animist + size = 3650 + } + + aristocrats = { + culture = min + religion = animist + size = 125 + } + + clergymen = { + culture = min + religion = animist + size = 75 + } + + artisans = { + culture = min + religion = animist + size = 350 + } + + soldiers = { + culture = min + religion = animist + size = 75 + } + + farmers = { + culture = min + religion = animist + size = 6375 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 75 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Huzhou (376000/94000 POPS) 1605 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 725 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 375 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1850 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 375 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 33675 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1125 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 575 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2850 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 575 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 51675 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 200 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 725 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 375 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1850 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 375 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 33675 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1125 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 575 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2850 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 575 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 51675 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 200 + } } #Jiaxing (344000/86000 POPS) 1606 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 950 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 475 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 43175 - } - - farmers = { - culture = beifaren - religion = protestant - size = 500 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 725 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 375 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 375 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 34525 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 100 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 950 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 475 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 43175 + } + + farmers = { + culture = beifaren + religion = protestant + size = 500 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 725 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 375 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 375 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 34525 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 100 + } } #Jinhua (2064000/516000 POPS) 1607 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8375 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 2700 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4200 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1050 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2250 - } - - labourers = { - culture = nanfaren - religion = mahayana - size = 253125 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 100000 - } - - serfs = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - aristocrats = { - culture = miao - religion = animist - size = 250 - } - - clergymen = { - culture = miao - religion = animist - size = 150 - } - - artisans = { - culture = miao - religion = animist - size = 700 - } - - soldiers = { - culture = miao - religion = animist - size = 150 - } - - farmers = { - culture = miao - religion = animist - size = 12750 - } - - aristocrats = { - culture = min - religion = animist - size = 1600 - } - - clergymen = { - culture = min - religion = animist - size = 800 - } - - artisans = { - culture = min - religion = animist - size = 4050 - } - - soldiers = { - culture = min - religion = animist - size = 825 - } - - farmers = { - culture = min - religion = animist - size = 73725 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8375 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 2700 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4200 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1050 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2250 + } + + labourers = { + culture = nanfaren + religion = mahayana + size = 253125 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 100000 + } + + serfs = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + aristocrats = { + culture = miao + religion = animist + size = 250 + } + + clergymen = { + culture = miao + religion = animist + size = 150 + } + + artisans = { + culture = miao + religion = animist + size = 700 + } + + soldiers = { + culture = miao + religion = animist + size = 150 + } + + farmers = { + culture = miao + religion = animist + size = 12750 + } + + aristocrats = { + culture = min + religion = animist + size = 1600 + } + + clergymen = { + culture = min + religion = animist + size = 800 + } + + artisans = { + culture = min + religion = animist + size = 4050 + } + + soldiers = { + culture = min + religion = animist + size = 825 + } + + farmers = { + culture = min + religion = animist + size = 73725 + } } #Ningbo (1156000/289000 POPS) 1608 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 3325 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1675 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8350 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1675 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 151475 - } - - farmers = { - culture = beifaren - religion = protestant - size = 500 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2425 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1225 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1225 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 109525 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 500 - } - + aristocrats = { + culture = beifaren + religion = mahayana + size = 3325 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1675 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8350 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1675 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 151475 + } + + farmers = { + culture = beifaren + religion = protestant + size = 500 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2425 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1225 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1225 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 109525 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 500 + } + } #Shaoxing (872000/218000 POPS) 1609 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 1725 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 875 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 900 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 80100 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1325 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 65025 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 50000 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 3000 - } - + aristocrats = { + culture = beifaren + religion = mahayana + size = 1725 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 875 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 900 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 80100 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1325 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 65025 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 50000 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 3000 + } + } #Taizhou (1684000/421000 POPS) 1610 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4200 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1050 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2225 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 383125 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4200 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1050 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2225 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 383125 + } } #Wenzhou (1764000/ 441000 POPS) 1611 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8350 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4225 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 382225 - } - - aristocrats = { - culture = miao - religion = animist - size = 400 - } - - clergymen = { - culture = miao - religion = animist - size = 200 - } - - artisans = { - culture = miao - religion = animist - size = 1050 - } - - soldiers = { - culture = miao - religion = animist - size = 225 - } - - farmers = { - culture = miao - religion = animist - size = 19125 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8350 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4225 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 382225 + } + + aristocrats = { + culture = miao + religion = animist + size = 400 + } + + clergymen = { + culture = miao + religion = animist + size = 200 + } + + artisans = { + culture = miao + religion = animist + size = 1050 + } + + soldiers = { + culture = miao + religion = animist + size = 225 + } + + farmers = { + culture = miao + religion = animist + size = 19125 + } } #Zhili Region (34868000) #under the rule of China in 1836 #Beijing - Baoding (4956000/1239000 POPS) 1612 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 24050 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 9100 - } - - officers = { - culture = beifaren - religion = mahayana - size = 6000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 12050 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 114000 - } - - - soldiers = { - culture = beifaren - religion = mahayana - size = 6550 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 908650 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 90000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 850 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 450 - } - - artisans = { - culture = beifaren - religion = sunni - size = 11000 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 450 - } - - farmers = { - culture = beifaren - religion = sunni - size = 31250 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 24050 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 9100 + } + + officers = { + culture = beifaren + religion = mahayana + size = 6000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 12050 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 114000 + } + + + soldiers = { + culture = beifaren + religion = mahayana + size = 6550 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 908650 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 90000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 850 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 450 + } + + artisans = { + culture = beifaren + religion = sunni + size = 11000 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 450 + } + + farmers = { + culture = beifaren + religion = sunni + size = 31250 + } } #Chengde (6420000/1605000 POPS) 1613 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 21750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 13000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9550 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1400800 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 250 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 150 - } - - artisans = { - culture = beifaren - religion = sunni - size = 700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 12750 - } - - aristocrats = { - culture = manchu - religion = mahayana - size = 11000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 550 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 3000 - } - - artisans = { - culture = manchu - religion = mahayana - size = 11000 - } - - artisans = { - culture = manchu - religion = mahayana - size = 11000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 900 - } - - farmers = { - culture = manchu - religion = mahayana - size = 47000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 21750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 13000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9550 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1400800 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 250 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 150 + } + + artisans = { + culture = beifaren + religion = sunni + size = 700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 12750 + } + + aristocrats = { + culture = manchu + religion = mahayana + size = 11000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 550 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 3000 + } + + artisans = { + culture = manchu + religion = mahayana + size = 11000 + } + + artisans = { + culture = manchu + religion = mahayana + size = 11000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 900 + } + + farmers = { + culture = manchu + religion = mahayana + size = 47000 + } } #Daming (3364000/841000 POPS) 1614 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 16800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 8400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2050 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1425 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 365325 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 400000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 16800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 8400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2050 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1425 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 365325 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 400000 + } } #Jizhou (4496000/1124000 POPS) 1615 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 22450 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11250 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 250 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1022850 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 22450 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11250 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 250 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1022850 + } } #Shuntian (4428000/1107000 POPS) 1616 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19075 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11075 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5350 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 75 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 607425 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 400000 - } - - aristocrats = { - culture = manchu - religion = mahayana - size = 5000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 10250 - } - - officers = { - culture = manchu - religion = mahayana - size = 3500 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 500 - } - - artisans = { - culture = manchu - religion = mahayana - size = 11000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 10750 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19075 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11075 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5350 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 75 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 607425 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 400000 + } + + aristocrats = { + culture = manchu + religion = mahayana + size = 5000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 10250 + } + + officers = { + culture = manchu + religion = mahayana + size = 3500 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 500 + } + + artisans = { + culture = manchu + religion = mahayana + size = 11000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 10750 + } } #Tianjin (5964000/1491000 POPS) 1617 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 29025 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 14525 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 79600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 7525 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1221325 - } - - serfs = { - culture = beifaren - religion = mahayana - size = 100000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 750 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1950 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 400 - } - - farmers = { - culture = beifaren - religion = sunni - size = 35500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 29025 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 14525 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 79600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 7525 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1221325 + } + + serfs = { + culture = beifaren + religion = mahayana + size = 100000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 750 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1950 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 400 + } + + farmers = { + culture = beifaren + religion = sunni + size = 35500 + } } #Zhongding (5240000/1310000 POPS) 1618 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 26150 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 13125 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 600 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1192125 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 26150 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 13125 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 600 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1192125 + } } - diff --git a/HPM/history/pops/1836.1.1/Christmas-Cocos.txt b/HPM/history/pops/1836.1.1/Christmas-Cocos.txt index 97d642ce..7004f5a2 100644 --- a/HPM/history/pops/1836.1.1/Christmas-Cocos.txt +++ b/HPM/history/pops/1836.1.1/Christmas-Cocos.txt @@ -1,10 +1,10 @@ -#Christmas-Cocos Region (560) +#Christmas-Cocos Region (560) #uncolonized in 1836 -#Christmas Island (60/15POPS) +#Christmas Island (60/15POPS) 2244 = { - farmers = { - culture = malay - religion = sunni - size = 15 - } + farmers = { + culture = malay + religion = sunni + size = 15 + } } diff --git a/HPM/history/pops/1836.1.1/Colombia.txt b/HPM/history/pops/1836.1.1/Colombia.txt index 5a58cbcf..94f156f3 100644 --- a/HPM/history/pops/1836.1.1/Colombia.txt +++ b/HPM/history/pops/1836.1.1/Colombia.txt @@ -2,1194 +2,1194 @@ #Ruled by Colombia 1836 #Bogota (240000/60000 POPS) 2247 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1250 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 225 - } - - officers = { - culture = north_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 525 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2600 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 76875 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2475 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1250 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 200 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 50 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 3700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1250 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 225 + } + + officers = { + culture = north_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 525 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2600 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 76875 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2475 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1250 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 200 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 50 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 3700 + } } #Ibaque (88000/22000 POPS) 2248 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 950 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 200 - } - - farmers = { - culture = north_andean - religion = catholic - size = 17200 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 680 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 25 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 1850 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 950 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 200 + } + + farmers = { + culture = north_andean + religion = catholic + size = 17200 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 680 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 25 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 1850 + } } #Tunja (56000/14000 POPS) 2249 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 300 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 8050 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 250 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 50 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 4700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 300 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 8050 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 250 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 50 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 4700 + } } #Manizales (116000/29000 POPS) 2250 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 625 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 26650 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 625 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 26650 + } } #Cucuta (84000/21000 POPS) 2251 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 150 - } - - artisans = { - culture = north_andean - religion = catholic - size = 800 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 175 - } - - farmers = { - culture = north_andean - religion = catholic - size = 14525 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 250 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 50 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 4650 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 150 + } + + artisans = { + culture = north_andean + religion = catholic + size = 800 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 175 + } + + farmers = { + culture = north_andean + religion = catholic + size = 14525 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 250 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 50 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 4650 + } } #Antioquia Region (452000) #Ruled by Colombia 1836 #Medellin (128000/32000 POPS) 2252 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 150 - } - - officers = { - culture = north_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 56875 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 400 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 5475 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 8000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 25 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 2800 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 150 + } + + officers = { + culture = north_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 56875 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 400 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 5475 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 8000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 25 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 2800 + } } #Quibdo (48000/12000 POPS) 2253 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 250 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 50 - } - - artisans = { - culture = north_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 4400 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 350 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 5000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 250 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 50 + } + + artisans = { + culture = north_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 4400 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 350 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 5000 + } } #Cartagena de Indias (144000/36000 POPS) 2254 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 700 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 650 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 10575 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1050 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 15675 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 4000 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 25 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 100 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 25 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 1850 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 700 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 650 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 10575 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1050 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 15675 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 4000 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 25 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 100 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 25 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 1850 + } } #Barranquilla (132000/33000 POPS) 2255 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 650 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 35725 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 900 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 14800 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 3000 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 50 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 930 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 650 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 35725 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 900 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 14800 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 3000 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 50 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 930 + } } #Ruled by Colombia 1836 #Cauca Region (300000) #Cali (92000/23000 POPS) 2256 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 475 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 100 - } - - officers = { - culture = north_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 175 - } - - artisans = { - culture = north_andean - religion = catholic - size = 850 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 14300 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 750 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2775 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 475 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 100 + } + + officers = { + culture = north_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 175 + } + + artisans = { + culture = north_andean + religion = catholic + size = 850 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 14300 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 750 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2775 + } } #Popayan (68000/17000 POPS) 2257 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 550 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 125 - } - - farmers = { - culture = north_andean - religion = catholic - size = 9875 - } - - clergymen = { - culture = quechua - religion = catholic - size = 75 - } - - artisans = { - culture = quechua - religion = catholic - size = 300 - } - - soldiers = { - culture = quechua - religion = catholic - size = 75 - } - - farmers = { - culture = quechua - religion = catholic - size = 5550 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 550 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 125 + } + + farmers = { + culture = north_andean + religion = catholic + size = 9875 + } + + clergymen = { + culture = quechua + religion = catholic + size = 75 + } + + artisans = { + culture = quechua + religion = catholic + size = 300 + } + + soldiers = { + culture = quechua + religion = catholic + size = 75 + } + + farmers = { + culture = quechua + religion = catholic + size = 5550 + } } #Buenaventura (60000/15000 POPS) 2258 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3100 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1800 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 5000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3100 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1800 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 5000 + } } #Pasto (80000/20000 POPS) 2259 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 425 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 7925 - } - - clergymen = { - culture = quechua - religion = catholic - size = 50 - } - - artisans = { - culture = quechua - religion = catholic - size = 550 - } - - soldiers = { - culture = quechua - religion = catholic - size = 125 - } - - farmers = { - culture = quechua - religion = catholic - size = 10275 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 425 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 7925 + } + + clergymen = { + culture = quechua + religion = catholic + size = 50 + } + + artisans = { + culture = quechua + religion = catholic + size = 550 + } + + soldiers = { + culture = quechua + religion = catholic + size = 125 + } + + farmers = { + culture = quechua + religion = catholic + size = 10275 + } } #Rio Negro Region (128000) #see Brazil.txt for balance of region #Ruled by Colombia 1836 #San Jose del Guaviare (36000/9000 POPS) 2260 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 75 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 25 - } - - farmers = { - culture = north_andean - religion = catholic - size = 2675 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 300 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 5475 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 75 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 25 + } + + farmers = { + culture = north_andean + religion = catholic + size = 2675 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 300 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 5475 + } } #Obando (20000/5000 POPS) 2261 = { - aristocrats = { - culture = amazonian - religion = animist - size = 75 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 4875 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 5 - } - - artisans = { - culture = north_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 75 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 4875 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 5 + } + + artisans = { + culture = north_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20 + } } #Casanare (60000/15000 POPS) 2262 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 125 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 25 - } - - officers = { - culture = north_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 200 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 125 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 400 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 7325 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1550 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1250 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 125 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 25 + } + + officers = { + culture = north_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 200 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 125 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 400 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 7325 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1550 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1250 + } } #El Encanto (12000/3000 POPS) 2263 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2925 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 5 - } - - artisans = { - culture = north_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2925 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 5 + } + + artisans = { + culture = north_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20 + } } diff --git a/HPM/history/pops/1836.1.1/Comoros.txt b/HPM/history/pops/1836.1.1/Comoros.txt index 3ace36c1..1a173d64 100644 --- a/HPM/history/pops/1836.1.1/Comoros.txt +++ b/HPM/history/pops/1836.1.1/Comoros.txt @@ -1,109 +1,109 @@ -#Comoro Islands Region (64000) +#Comoro Islands Region (64000) #uncolonized in 1836/dominated by sultan of Anjouan -#Comoro Islands (56000/14000 POPS) +#Comoro Islands (56000/14000 POPS) 2123 = { - aristocrats = { - culture = kilombero - religion = sunni - size = 150 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 50 - } - - artisans = { - culture = kilombero - religion = sunni - size = 325 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 1100 - } - - farmers = { - culture = kilombero - religion = sunni - size = 3425 - } - - aristocrats = { - culture = kilombero - religion = sunni - size = 100 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 50 - } - - artisans = { - culture = kilombero - religion = sunni - size = 300 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 50 - } - - farmers = { - culture = kilombero - religion = sunni - size = 8219 - } - - slaves = { - culture = kilombero - religion = animist - size = 281 - } + aristocrats = { + culture = kilombero + religion = sunni + size = 150 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 50 + } + + artisans = { + culture = kilombero + religion = sunni + size = 325 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 1100 + } + + farmers = { + culture = kilombero + religion = sunni + size = 3425 + } + + aristocrats = { + culture = kilombero + religion = sunni + size = 100 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 50 + } + + artisans = { + culture = kilombero + religion = sunni + size = 300 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 50 + } + + farmers = { + culture = kilombero + religion = sunni + size = 8219 + } + + slaves = { + culture = kilombero + religion = animist + size = 281 + } } -#Mayotte (8000/2000 POPS) +#Mayotte (8000/2000 POPS) 2124 = { - aristocrats = { - culture = kilombero - religion = sunni - size = 15 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 25 - } - - artisans = { - culture = kilombero - religion = sunni - size = 50 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 10 - } - - farmers = { - culture = kilombero - religion = sunni - size = 500 - } - - slaves = { - culture = kilombero - religion = animist - size = 250 - } + aristocrats = { + culture = kilombero + religion = sunni + size = 15 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 25 + } + + artisans = { + culture = kilombero + religion = sunni + size = 50 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 10 + } + + farmers = { + culture = kilombero + religion = sunni + size = 500 + } + + slaves = { + culture = kilombero + religion = animist + size = 250 + } } diff --git a/HPM/history/pops/1836.1.1/Congo-Zaire.txt b/HPM/history/pops/1836.1.1/Congo-Zaire.txt index f7797e80..2dbc7a50 100644 --- a/HPM/history/pops/1836.1.1/Congo-Zaire.txt +++ b/HPM/history/pops/1836.1.1/Congo-Zaire.txt @@ -2,980 +2,980 @@ ##under the rule of Kongo in 1836 #Kinshasa (1408000/352000 POPS) 1982 = { - aristocrats = { - culture = bakongo - religion = animist - size = 6175 - } - - bureaucrats = { - culture = bakongo - religion = animist - size = 700 - } - - clergymen = { - culture = bakongo - religion = animist - size = 3575 - } - - artisans = { - culture = bakongo - religion = animist - size = 10000 - } - - artisans = { - culture = bakongo - religion = animist - size = 4025 - } - - soldiers = { - culture = bakongo - religion = animist - size = 3000 - } - - soldiers = { - culture = bakongo - religion = animist - size = 575 - } - - farmers = { - culture = bakongo - religion = animist - size = 446950 - } - - slaves = { - culture = bakongo - religion = animist - size = 77000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 6175 + } + + bureaucrats = { + culture = bakongo + religion = animist + size = 700 + } + + clergymen = { + culture = bakongo + religion = animist + size = 3575 + } + + artisans = { + culture = bakongo + religion = animist + size = 10000 + } + + artisans = { + culture = bakongo + religion = animist + size = 4025 + } + + soldiers = { + culture = bakongo + religion = animist + size = 3000 + } + + soldiers = { + culture = bakongo + religion = animist + size = 575 + } + + farmers = { + culture = bakongo + religion = animist + size = 446950 + } + + slaves = { + culture = bakongo + religion = animist + size = 77000 + } } #Boma (396000/99000 POPS) 1983 = { - aristocrats = { - culture = bakongo - religion = animist - size = 640 - } - - clergymen = { - culture = bakongo - religion = animist - size = 365 - } - - artisans = { - culture = bakongo - religion = animist - size = 1375 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1100 - } - - farmers = { - culture = bakongo - religion = animist - size = 349250 - } - - slaves = { - culture = bakongo - religion = animist - size = 10000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 640 + } + + clergymen = { + culture = bakongo + religion = animist + size = 365 + } + + artisans = { + culture = bakongo + religion = animist + size = 1375 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1100 + } + + farmers = { + culture = bakongo + religion = animist + size = 349250 + } + + slaves = { + culture = bakongo + religion = animist + size = 10000 + } } #Kasai Region (5456000) #under the rule of Kuba in 1836 #Kananga (2024000/506000 POPS) 1984 = { - aristocrats = { - culture = lunda - religion = animist - size = 275 - } - - clergymen = { - culture = lunda - religion = animist - size = 180 - } - - artisans = { - culture = lunda - religion = animist - size = 730 - } - - soldiers = { - culture = lunda - religion = animist - size = 550 - } - - farmers = { - culture = lunda - religion = animist - size = 8875 - } - - aristocrats = { - culture = kuba - religion = animist - size = 2290 - } - - clergymen = { - culture = kuba - religion = animist - size = 1465 - } - - artisans = { - culture = kuba - religion = animist - size = 6050 - } - - soldiers = { - culture = kuba - religion = animist - size = 3000 - } - - soldiers = { - culture = kuba - religion = animist - size = 1675 - } - - farmers = { - culture = kuba - religion = animist - size = 132660 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 40300 - } + aristocrats = { + culture = lunda + religion = animist + size = 275 + } + + clergymen = { + culture = lunda + religion = animist + size = 180 + } + + artisans = { + culture = lunda + religion = animist + size = 730 + } + + soldiers = { + culture = lunda + religion = animist + size = 550 + } + + farmers = { + culture = lunda + religion = animist + size = 8875 + } + + aristocrats = { + culture = kuba + religion = animist + size = 2290 + } + + clergymen = { + culture = kuba + religion = animist + size = 1465 + } + + artisans = { + culture = kuba + religion = animist + size = 6050 + } + + soldiers = { + culture = kuba + religion = animist + size = 3000 + } + + soldiers = { + culture = kuba + religion = animist + size = 1675 + } + + farmers = { + culture = kuba + religion = animist + size = 132660 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 40300 + } } #Kumbana (1364000/341000 POPS) 1985 = { - aristocrats = { - culture = lunda - religion = animist - size = 1100 - } - - clergymen = { - culture = lunda - religion = animist - size = 550 - } - - artisans = { - culture = lunda - religion = animist - size = 2380 - } - - soldiers = { - culture = lunda - religion = animist - size = 1925 - } - - farmers = { - culture = lunda - religion = animist - size = 86660 - } - - aristocrats = { - culture = chokwe - religion = animist - size = 1100 - } - - clergymen = { - culture = chokwe - religion = animist - size = 550 - } - - artisans = { - culture = chokwe - religion = animist - size = 2750 - } - - soldiers = { - culture = chokwe - religion = animist - size = 1650 - } - - farmers = { - culture = chokwe - religion = animist - size = 100140 - } - - slaves = { - culture = kavango - religion = animist - size = 17300 - } + aristocrats = { + culture = lunda + religion = animist + size = 1100 + } + + clergymen = { + culture = lunda + religion = animist + size = 550 + } + + artisans = { + culture = lunda + religion = animist + size = 2380 + } + + soldiers = { + culture = lunda + religion = animist + size = 1925 + } + + farmers = { + culture = lunda + religion = animist + size = 86660 + } + + aristocrats = { + culture = chokwe + religion = animist + size = 1100 + } + + clergymen = { + culture = chokwe + religion = animist + size = 550 + } + + artisans = { + culture = chokwe + religion = animist + size = 2750 + } + + soldiers = { + culture = chokwe + religion = animist + size = 1650 + } + + farmers = { + culture = chokwe + religion = animist + size = 100140 + } + + slaves = { + culture = kavango + religion = animist + size = 17300 + } } #under the rule of Luba in 1836 #Lusambo (2068000/517000 POPS) 1986 = { - aristocrats = { - culture = luba - religion = animist - size = 1100 - } - - clergymen = { - culture = luba - religion = animist - size = 550 - } - - artisans = { - culture = luba - religion = animist - size = 2380 - } - - soldiers = { - culture = luba - religion = animist - size = 1925 - } - - farmers = { - culture = luba - religion = animist - size = 31990 - } - - aristocrats = { - culture = kuba - religion = animist - size = 2200 - } - - clergymen = { - culture = kuba - religion = animist - size = 1100 - } - - artisans = { - culture = kuba - religion = animist - size = 5680 - } - - soldiers = { - culture = kuba - religion = animist - size = 1575 - } - - farmers = { - culture = kuba - religion = animist - size = 103490 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 22000 - } + aristocrats = { + culture = luba + religion = animist + size = 1100 + } + + clergymen = { + culture = luba + religion = animist + size = 550 + } + + artisans = { + culture = luba + religion = animist + size = 2380 + } + + soldiers = { + culture = luba + religion = animist + size = 1925 + } + + farmers = { + culture = luba + religion = animist + size = 31990 + } + + aristocrats = { + culture = kuba + religion = animist + size = 2200 + } + + clergymen = { + culture = kuba + religion = animist + size = 1100 + } + + artisans = { + culture = kuba + religion = animist + size = 5680 + } + + soldiers = { + culture = kuba + religion = animist + size = 1575 + } + + farmers = { + culture = kuba + religion = animist + size = 103490 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 22000 + } } #Katanga Region (9156400) #under the rule of Kazembe in 1836 #Bunkeya (4888400/1222100 POPS) 1987 = { - aristocrats = { - culture = lunda - religion = animist - size = 7150 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 75 - } - - officers = { - culture = lunda - religion = animist - size = 290 - } - - clergymen = { - culture = lunda - religion = animist - size = 3575 - } - - artisans = { - culture = lunda - religion = animist - size = 10000 - } - - artisans = { - culture = lunda - religion = animist - size = 4390 - } - - soldiers = { - culture = lunda - religion = animist - size = 3000 - } - - soldiers = { - culture = lunda - religion = animist - size = 1030 - } - - farmers = { - culture = lunda - religion = animist - size = 307180 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 920 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 460 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 2380 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 1375 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 83450 - } - - slaves = { - culture = chokwe - religion = animist - size = 33000 - } + aristocrats = { + culture = lunda + religion = animist + size = 7150 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 75 + } + + officers = { + culture = lunda + religion = animist + size = 290 + } + + clergymen = { + culture = lunda + religion = animist + size = 3575 + } + + artisans = { + culture = lunda + religion = animist + size = 10000 + } + + artisans = { + culture = lunda + religion = animist + size = 4390 + } + + soldiers = { + culture = lunda + religion = animist + size = 3000 + } + + soldiers = { + culture = lunda + religion = animist + size = 1030 + } + + farmers = { + culture = lunda + religion = animist + size = 307180 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 920 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 460 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 2380 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 1375 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 83450 + } + + slaves = { + culture = chokwe + religion = animist + size = 33000 + } } #under the rule of Luba in 1836 #Mussumba (1188000/297000 POPS) 1988 = { - aristocrats = { - culture = lunda - religion = animist - size = 1100 - } - - clergymen = { - culture = lunda - religion = animist - size = 640 - } - - artisans = { - culture = lunda - religion = animist - size = 2475 - } - - soldiers = { - culture = lunda - religion = animist - size = 1925 - } - - farmers = { - culture = lunda - religion = animist - size = 65475 - } - - aristocrats = { - culture = luba - religion = animist - size = 640 - } - - clergymen = { - culture = luba - religion = animist - size = 370 - } - - artisans = { - culture = luba - religion = animist - size = 1830 - } - - soldiers = { - culture = luba - religion = animist - size = 1100 - } - - farmers = { - culture = luba - religion = animist - size = 83460 - } - - slaves = { - culture = chokwe - religion = animist - size = 42000 - } + aristocrats = { + culture = lunda + religion = animist + size = 1100 + } + + clergymen = { + culture = lunda + religion = animist + size = 640 + } + + artisans = { + culture = lunda + religion = animist + size = 2475 + } + + soldiers = { + culture = lunda + religion = animist + size = 1925 + } + + farmers = { + culture = lunda + religion = animist + size = 65475 + } + + aristocrats = { + culture = luba + religion = animist + size = 640 + } + + clergymen = { + culture = luba + religion = animist + size = 370 + } + + artisans = { + culture = luba + religion = animist + size = 1830 + } + + soldiers = { + culture = luba + religion = animist + size = 1100 + } + + farmers = { + culture = luba + religion = animist + size = 83460 + } + + slaves = { + culture = chokwe + religion = animist + size = 42000 + } } #under the rule of Luba in 1836 #Munza (3080000/770000 POPS) 1989 = { - aristocrats = { - culture = luba - religion = animist - size = 4030 - } - - clergymen = { - culture = luba - religion = animist - size = 1830 - } - - artisans = { - culture = luba - religion = animist - size = 7520 - } - - soldiers = { - culture = luba - religion = animist - size = 2775 - } - - farmers = { - culture = luba - religion = animist - size = 144390 - } - - aristocrats = { - culture = kingwana - religion = sunni - size = 1280 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 730 - } - - artisans = { - culture = kingwana - religion = sunni - size = 3480 - } - - soldiers = { - culture = kingwana - religion = animist - size = 2200 - } - - farmers = { - culture = kingwana - religion = animist - size = 43070 - } - - slaves = { - culture = kingwana - religion = animist - size = 47670 - } + aristocrats = { + culture = luba + religion = animist + size = 4030 + } + + clergymen = { + culture = luba + religion = animist + size = 1830 + } + + artisans = { + culture = luba + religion = animist + size = 7520 + } + + soldiers = { + culture = luba + religion = animist + size = 2775 + } + + farmers = { + culture = luba + religion = animist + size = 144390 + } + + aristocrats = { + culture = kingwana + religion = sunni + size = 1280 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 730 + } + + artisans = { + culture = kingwana + religion = sunni + size = 3480 + } + + soldiers = { + culture = kingwana + religion = animist + size = 2200 + } + + farmers = { + culture = kingwana + religion = animist + size = 43070 + } + + slaves = { + culture = kingwana + religion = animist + size = 47670 + } } #Maniema Region (3304400) #under the rule of Luba in 1836 #Nyangwe (1144000/286000 POPS) 1990 = { - aristocrats = { - culture = luba - religion = animist - size = 825 - } - - clergymen = { - culture = luba - religion = animist - size = 460 - } - - artisans = { - culture = luba - religion = animist - size = 1925 - } - - soldiers = { - culture = luba - religion = animist - size = 1375 - } - - farmers = { - culture = luba - religion = animist - size = 49330 - } - - aristocrats = { - culture = kingwana - religion = sunni - size = 920 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 460 - } - - artisans = { - culture = kingwana - religion = sunni - size = 2380 - } - - soldiers = { - culture = kingwana - religion = animist - size = 1375 - } - - farmers = { - culture = kingwana - religion = animist - size = 83450 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 64670 - } + aristocrats = { + culture = luba + religion = animist + size = 825 + } + + clergymen = { + culture = luba + religion = animist + size = 460 + } + + artisans = { + culture = luba + religion = animist + size = 1925 + } + + soldiers = { + culture = luba + religion = animist + size = 1375 + } + + farmers = { + culture = luba + religion = animist + size = 49330 + } + + aristocrats = { + culture = kingwana + religion = sunni + size = 920 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 460 + } + + artisans = { + culture = kingwana + religion = sunni + size = 2380 + } + + soldiers = { + culture = kingwana + religion = animist + size = 1375 + } + + farmers = { + culture = kingwana + religion = animist + size = 83450 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 64670 + } } #Uvira (836000/209000 POPS) 1991 = { - aristocrats = { - culture = kingwana - religion = sunni - size = 1375 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 730 - } - - artisans = { - culture = kingwana - religion = sunni - size = 2840 - } - - soldiers = { - culture = kingwana - religion = sunni - size = 2200 - } - - farmers = { - culture = kingwana - religion = sunni - size = 449320 - } - - farmers = { - culture = ruanda - religion = animist - size = 89320 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 14670 - } + aristocrats = { + culture = kingwana + religion = sunni + size = 1375 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 730 + } + + artisans = { + culture = kingwana + religion = sunni + size = 2840 + } + + soldiers = { + culture = kingwana + religion = sunni + size = 2200 + } + + farmers = { + culture = kingwana + religion = sunni + size = 449320 + } + + farmers = { + culture = ruanda + religion = animist + size = 89320 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 14670 + } } #Basoko (1324400/331100 POPS) 1992 = { - aristocrats = { - culture = mongo - religion = animist - size = 2110 - } - - clergymen = { - culture = mongo - religion = animist - size = 1100 - } - - artisans = { - culture = mongo - religion = animist - size = 4400 - } - - soldiers = { - culture = mongo - religion = animist - size = 1100 - } - - farmers = { - culture = mongo - religion = animist - size = 145990 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 25670 - } + aristocrats = { + culture = mongo + religion = animist + size = 2110 + } + + clergymen = { + culture = mongo + religion = animist + size = 1100 + } + + artisans = { + culture = mongo + religion = animist + size = 4400 + } + + soldiers = { + culture = mongo + religion = animist + size = 1100 + } + + farmers = { + culture = mongo + religion = animist + size = 145990 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 25670 + } } #Equateur Region (2552000) #uncolonized in 1836 #Irebu (660000/165000 POPS) 1993 = { - aristocrats = { - culture = mongo - religion = animist - size = 1100 - } - - clergymen = { - culture = mongo - religion = animist - size = 550 - } - - artisans = { - culture = mongo - religion = animist - size = 2200 - } - - soldiers = { - culture = mongo - religion = animist - size = 1650 - } - - farmers = { - culture = mongo - religion = animist - size = 169690 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 10000 - } + aristocrats = { + culture = mongo + religion = animist + size = 1100 + } + + clergymen = { + culture = mongo + religion = animist + size = 550 + } + + artisans = { + culture = mongo + religion = animist + size = 2200 + } + + soldiers = { + culture = mongo + religion = animist + size = 1650 + } + + farmers = { + culture = mongo + religion = animist + size = 169690 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 10000 + } } #Nsheng (660000/165000 POPS) 1994 = { - aristocrats = { - culture = kuba - religion = animist - size = 1100 - } - - clergymen = { - culture = kuba - religion = animist - size = 550 - } - - artisans = { - culture = kuba - religion = animist - size = 2200 - } - - soldiers = { - culture = kuba - religion = animist - size = 1650 - } - - farmers = { - culture = kuba - religion = animist - size = 169690 - } - - farmers = { - culture = mongo - religion = animist - size = 60000 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 10000 - } + aristocrats = { + culture = kuba + religion = animist + size = 1100 + } + + clergymen = { + culture = kuba + religion = animist + size = 550 + } + + artisans = { + culture = kuba + religion = animist + size = 2200 + } + + soldiers = { + culture = kuba + religion = animist + size = 1650 + } + + farmers = { + culture = kuba + religion = animist + size = 169690 + } + + farmers = { + culture = mongo + religion = animist + size = 60000 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 10000 + } } #Gemena (1232000/308000 POPS) 1995 = { - aristocrats = { - culture = mongo - religion = animist - size = 2000 - } - - clergymen = { - culture = mongo - religion = animist - size = 1100 - } - - artisans = { - culture = mongo - religion = animist - size = 4125 - } - - soldiers = { - culture = mongo - religion = animist - size = 1100 - } - - farmers = { - culture = mongo - religion = animist - size = 149750 - } - - slaves = { - culture = ubangian - religion = animist - size = 14670 - } + aristocrats = { + culture = mongo + religion = animist + size = 2000 + } + + clergymen = { + culture = mongo + religion = animist + size = 1100 + } + + artisans = { + culture = mongo + religion = animist + size = 4125 + } + + soldiers = { + culture = mongo + religion = animist + size = 1100 + } + + farmers = { + culture = mongo + religion = animist + size = 149750 + } + + slaves = { + culture = ubangian + religion = animist + size = 14670 + } } #Ituri-Uele Region (3740000) #uncolonized in 1836/dominated by Luba #Kisangani (1716000/429000 POPS) 1996 = { - aristocrats = { - culture = lendu - religion = animist - size = 2840 - } - - clergymen = { - culture = lendu - religion = animist - size = 1470 - } - - artisans = { - culture = lendu - religion = animist - size = 5775 - } - - soldiers = { - culture = lendu - religion = animist - size = 1470 - } - - farmers = { - culture = lendu - religion = animist - size = 132120 - } - - slaves = { - culture = kingwana - religion = animist - size = 49330 - } + aristocrats = { + culture = lendu + religion = animist + size = 2840 + } + + clergymen = { + culture = lendu + religion = animist + size = 1470 + } + + artisans = { + culture = lendu + religion = animist + size = 5775 + } + + soldiers = { + culture = lendu + religion = animist + size = 1470 + } + + farmers = { + culture = lendu + religion = animist + size = 132120 + } + + slaves = { + culture = kingwana + religion = animist + size = 49330 + } } #uncolonized in 1836/under the domination of the Azande #Mungbane (836000/209000 POPS) 1997 = { - aristocrats = { - culture = azande - religion = animist - size = 640 - } - - clergymen = { - culture = azande - religion = animist - size = 370 - } - - artisans = { - culture = azande - religion = animist - size = 1375 - } - - soldiers = { - culture = azande - religion = animist - size = 1100 - } - - farmers = { - culture = azande - religion = animist - size = 32920 - } - - aristocrats = { - culture = lendu - religion = animist - size = 640 - } - - clergymen = { - culture = lendu - religion = animist - size = 370 - } - - artisans = { - culture = lendu - religion = animist - size = 1830 - } - - soldiers = { - culture = lendu - religion = animist - size = 1100 - } - - farmers = { - culture = lendu - religion = animist - size = 193460 - } - - farmers = { - culture = luo - religion = animist - size = 35345 - } - - farmers = { - culture = ruanda - religion = animist - size = 27435 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 7330 - } + aristocrats = { + culture = azande + religion = animist + size = 640 + } + + clergymen = { + culture = azande + religion = animist + size = 370 + } + + artisans = { + culture = azande + religion = animist + size = 1375 + } + + soldiers = { + culture = azande + religion = animist + size = 1100 + } + + farmers = { + culture = azande + religion = animist + size = 32920 + } + + aristocrats = { + culture = lendu + religion = animist + size = 640 + } + + clergymen = { + culture = lendu + religion = animist + size = 370 + } + + artisans = { + culture = lendu + religion = animist + size = 1830 + } + + soldiers = { + culture = lendu + religion = animist + size = 1100 + } + + farmers = { + culture = lendu + religion = animist + size = 193460 + } + + farmers = { + culture = luo + religion = animist + size = 35345 + } + + farmers = { + culture = ruanda + religion = animist + size = 27435 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 7330 + } } #Baramo (1188000/297000 POPS) 1998 = { - aristocrats = { - culture = azande - religion = animist - size = 1925 - } - - clergymen = { - culture = azande - religion = animist - size = 1100 - } - - artisans = { - culture = azande - religion = animist - size = 4950 - } - - soldiers = { - culture = azande - religion = animist - size = 3000 - } - - soldiers = { - culture = azande - religion = animist - size = 100 - } - - farmers = { - culture = azande - religion = animist - size = 180110 - } - - farmers = { - culture = luo - religion = animist - size = 10000 - } + aristocrats = { + culture = azande + religion = animist + size = 1925 + } + + clergymen = { + culture = azande + religion = animist + size = 1100 + } + + artisans = { + culture = azande + religion = animist + size = 4950 + } + + soldiers = { + culture = azande + religion = animist + size = 3000 + } + + soldiers = { + culture = azande + religion = animist + size = 100 + } + + farmers = { + culture = azande + religion = animist + size = 180110 + } + + farmers = { + culture = luo + religion = animist + size = 10000 + } } diff --git a/HPM/history/pops/1836.1.1/Congo.txt b/HPM/history/pops/1836.1.1/Congo.txt index 948221d6..4b750be3 100644 --- a/HPM/history/pops/1836.1.1/Congo.txt +++ b/HPM/history/pops/1836.1.1/Congo.txt @@ -2,160 +2,160 @@ #under the rule of Loango in 1836 #Nkuna (400000/100000 POPS) 1977 = { - aristocrats = { - culture = bakongo - religion = animist - size = 1750 - } - - clergymen = { - culture = bakongo - religion = animist - size = 1100 - } - - artisans = { - culture = bakongo - religion = animist - size = 4000 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1000 - } - - farmers = { - culture = bakongo - religion = animist - size = 72250 - } - - slaves = { - culture = bakongo - religion = animist - size = 20000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 1750 + } + + clergymen = { + culture = bakongo + religion = animist + size = 1100 + } + + artisans = { + culture = bakongo + religion = animist + size = 4000 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1000 + } + + farmers = { + culture = bakongo + religion = animist + size = 72250 + } + + slaves = { + culture = bakongo + religion = animist + size = 20000 + } } #Madingou (160000/40000 POPS) 1978 = { - aristocrats = { - culture = bakongo - religion = animist - size = 750 - } - - clergymen = { - culture = bakongo - religion = animist - size = 500 - } - - artisans = { - culture = bakongo - religion = animist - size = 1750 - } - - soldiers = { - culture = bakongo - religion = animist - size = 500 - } - - farmers = { - culture = bakongo - religion = animist - size = 26500 - } - - slaves = { - culture = bakongo - religion = animist - size = 10000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 750 + } + + clergymen = { + culture = bakongo + religion = animist + size = 500 + } + + artisans = { + culture = bakongo + religion = animist + size = 1750 + } + + soldiers = { + culture = bakongo + religion = animist + size = 500 + } + + farmers = { + culture = bakongo + religion = animist + size = 26500 + } + + slaves = { + culture = bakongo + religion = animist + size = 10000 + } } #Loango (320000/80000 POPS) 2624 = { - aristocrats = { - culture = bakongo - religion = animist - size = 1500 - } - - bureaucrats = { - culture = bakongo - religion = animist - size = 400 - } - - clergymen = { - culture = bakongo - religion = animist - size = 750 - } - - artisans = { - culture = bakongo - religion = animist - size = 3250 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1000 - } - - farmers = { - culture = bakongo - religion = animist - size = 53500 - } - - slaves = { - culture = bakongo - religion = animist - size = 20000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 1500 + } + + bureaucrats = { + culture = bakongo + religion = animist + size = 400 + } + + clergymen = { + culture = bakongo + religion = animist + size = 750 + } + + artisans = { + culture = bakongo + religion = animist + size = 3250 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1000 + } + + farmers = { + culture = bakongo + religion = animist + size = 53500 + } + + slaves = { + culture = bakongo + religion = animist + size = 20000 + } } -#uncolonized in 1836 +#uncolonized in 1836 #Djambala (28000/7000 POPS) 1980 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 275 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 175 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 750 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 175 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 13675 - } - - slaves = { - culture = ubangian - religion = animist - size = 500 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 275 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 175 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 750 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 175 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 13675 + } + + slaves = { + culture = ubangian + religion = animist + size = 500 + } } diff --git a/HPM/history/pops/1836.1.1/Costa Rica.txt b/HPM/history/pops/1836.1.1/Costa Rica.txt index 0edefdac..83bfda01 100644 --- a/HPM/history/pops/1836.1.1/Costa Rica.txt +++ b/HPM/history/pops/1836.1.1/Costa Rica.txt @@ -2,126 +2,126 @@ #Ruled by Central America 1836 #San Jose (52000/13000 POPS) 2201 = { - aristocrats = { - culture = central_american - religion = catholic - size = 300 - militancy = 9 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 50 - } - - officers = { - culture = central_american - religion = catholic - size = 25 - militancy = 9 - } - - clergymen = { - culture = central_american - religion = catholic - size = 125 - militancy = 9 - } - - artisans = { - culture = central_american - religion = catholic - size = 650 - } - - soldiers = { - culture = central_american - religion = catholic - size = 525 - - militancy = 9 - } - - farmers = { - culture = central_american - religion = catholic - size = 11725 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 300 + militancy = 9 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 50 + } + + officers = { + culture = central_american + religion = catholic + size = 25 + militancy = 9 + } + + clergymen = { + culture = central_american + religion = catholic + size = 125 + militancy = 9 + } + + artisans = { + culture = central_american + religion = catholic + size = 650 + } + + soldiers = { + culture = central_american + religion = catholic + size = 525 + + militancy = 9 + } + + farmers = { + culture = central_american + religion = catholic + size = 11725 + militancy = 5 + } } #Liberia (20000/5000 POPS) 2202 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - militancy = 9 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - militancy = 9 - } - - artisans = { - culture = central_american - religion = catholic - size = 250 - } - - soldiers = { - culture = central_american - religion = catholic - size = 50 - - militancy = 9 - } - - farmers = { - culture = central_american - religion = catholic - size = 4500 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + militancy = 9 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + militancy = 9 + } + + artisans = { + culture = central_american + religion = catholic + size = 250 + } + + soldiers = { + culture = central_american + religion = catholic + size = 50 + + militancy = 9 + } + + farmers = { + culture = central_american + religion = catholic + size = 4500 + militancy = 5 + } } #Limon (12000/3000 POPS) 2203 = { - aristocrats = { - culture = central_american - religion = catholic - size = 75 - militancy = 9 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - militancy = 9 - } - - artisans = { - culture = central_american - religion = catholic - size = 150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 25 - - militancy = 9 - } - - farmers = { - culture = central_american - religion = catholic - size = 2700 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 75 + militancy = 9 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + militancy = 9 + } + + artisans = { + culture = central_american + religion = catholic + size = 150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 25 + + militancy = 9 + } + + farmers = { + culture = central_american + religion = catholic + size = 2700 + militancy = 5 + } } diff --git a/HPM/history/pops/1836.1.1/Croatia.txt b/HPM/history/pops/1836.1.1/Croatia.txt index 23ea20b0..9f37c07a 100644 --- a/HPM/history/pops/1836.1.1/Croatia.txt +++ b/HPM/history/pops/1836.1.1/Croatia.txt @@ -1,1218 +1,1218 @@ #Friuli-Istria Region (188000) #see Italy.txt for balance of region #under the rule of Austria in 1836 -#Pola (188000/47000 POPS) #now part of Croatia +#Pola (188000/47000 POPS) #now part of Croatia 770 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 750 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 200 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1450 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 225 - } - - farmers = { - culture = north_italian - religion = catholic - size = 20875 - } - - clergymen = { - culture = croat - religion = catholic - size = 225 - } - - artisans = { - culture = croat - religion = catholic - size = 900 - } - - soldiers = { - culture = croat - religion = catholic - size = 250 - } - - farmers = { - culture = croat - religion = catholic - size = 20625 - } - - farmers = { - culture = gypsy - religion = catholic - size = 300 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 750 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 200 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1450 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 225 + } + + farmers = { + culture = north_italian + religion = catholic + size = 20875 + } + + clergymen = { + culture = croat + religion = catholic + size = 225 + } + + artisans = { + culture = croat + religion = catholic + size = 900 + } + + soldiers = { + culture = croat + religion = catholic + size = 250 + } + + farmers = { + culture = croat + religion = catholic + size = 20625 + } + + farmers = { + culture = gypsy + religion = catholic + size = 300 + } } #Croatia Region (870000) #under the rule of Austria in 1836 #Zagreb (224000/56000 POPS) 771 = { - aristocrats = { - culture = croat - religion = catholic - size = 450 - } - - bureaucrats = { - culture = croat - religion = catholic - size = 250 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 500 - } - - officers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 450 - } - - artisans = { - culture = croat - religion = catholic - size = 2500 - } - - soldiers = { - culture = croat - religion = catholic - size = 1100 - } - - farmers = { - culture = croat - religion = catholic - size = 28050 - } - - farmers = { - culture = croat - religion = sunni - size = 300 - } - - serfs = { - culture = gypsy - religion = catholic - size = 1000 - } - - serfs = { - culture = croat - religion = catholic - size = 12000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 700 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 100 - } - - officers = { - culture = hungarian - religion = catholic - size = 150 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 700 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 3250 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 50 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 300 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 6500 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = croat + religion = catholic + size = 450 + } + + bureaucrats = { + culture = croat + religion = catholic + size = 250 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 500 + } + + officers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 450 + } + + artisans = { + culture = croat + religion = catholic + size = 2500 + } + + soldiers = { + culture = croat + religion = catholic + size = 1100 + } + + farmers = { + culture = croat + religion = catholic + size = 43050 + } + + farmers = { + culture = croat + religion = sunni + size = 300 + } + + serfs = { + culture = gypsy + religion = catholic + size = 1000 + } + + serfs = { + culture = croat + religion = catholic + size = 12000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 700 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 100 + } + + officers = { + culture = hungarian + religion = catholic + size = 150 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 700 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 3250 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 50 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 300 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 6500 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } #Sisak (116000/29000 POPS) 772 = { - aristocrats = { - culture = croat - religion = catholic - size = 350 - } - - clergymen = { - culture = croat - religion = catholic - size = 175 - } - - artisans = { - culture = croat - religion = catholic - size = 900 - } - - soldiers = { - culture = croat - religion = catholic - size = 175 - } - - farmers = { - culture = croat - religion = catholic - size = 16300 - } - - farmers = { - culture = croat - religion = sunni - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 550 - } - - soldiers = { - culture = serb - religion = orthodox - size = 125 - } - - serfs = { - culture = serb - religion = orthodox - size = 10225 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = croat + religion = catholic + size = 350 + } + + clergymen = { + culture = croat + religion = catholic + size = 175 + } + + artisans = { + culture = croat + religion = catholic + size = 900 + } + + soldiers = { + culture = croat + religion = catholic + size = 175 + } + + farmers = { + culture = croat + religion = catholic + size = 16300 + } + + farmers = { + culture = croat + religion = sunni + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 550 + } + + soldiers = { + culture = serb + religion = orthodox + size = 125 + } + + serfs = { + culture = serb + religion = orthodox + size = 10225 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Karlovac (184000/46000 POPS) 773 = { - aristocrats = { - culture = croat - religion = catholic - size = 550 - } - - clergymen = { - culture = croat - religion = catholic - size = 350 - } - - artisans = { - culture = croat - religion = catholic - size = 1700 - } - - soldiers = { - culture = croat - religion = catholic - size = 1100 - } - - farmers = { - culture = croat - religion = catholic - size = 34400 - } - - clergymen = { - culture = serb - religion = orthodox - size = 125 - } - - artisans = { - culture = serb - religion = orthodox - size = 600 - } - - soldiers = { - culture = serb - religion = orthodox - size = 150 - } - - serfs = { - culture = serb - religion = orthodox - size = 2125 - } + aristocrats = { + culture = croat + religion = catholic + size = 550 + } + + clergymen = { + culture = croat + religion = catholic + size = 350 + } + + artisans = { + culture = croat + religion = catholic + size = 1700 + } + + soldiers = { + culture = croat + religion = catholic + size = 1100 + } + + farmers = { + culture = croat + religion = catholic + size = 29400 + } + + clergymen = { + culture = serb + religion = orthodox + size = 125 + } + + artisans = { + culture = serb + religion = orthodox + size = 600 + } + + soldiers = { + culture = serb + religion = orthodox + size = 150 + } + + serfs = { + culture = serb + religion = orthodox + size = 2125 + } } #Senj (96000/24000 POPS) 774 = { - aristocrats = { - culture = croat - religion = catholic - size = 275 - } - - clergymen = { - culture = croat - religion = catholic - size = 125 - } - - bureaucrats = { - culture = croat - religion = catholic - size = 200 - } - - artisans = { - culture = croat - religion = catholic - size = 650 - } - - soldiers = { - culture = croat - religion = catholic - size = 125 - } - - farmers = { - culture = croat - religion = catholic - size = 11325 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 550 - } - - soldiers = { - culture = serb - religion = orthodox - size = 125 - } - - serfs = { - culture = serb - religion = orthodox - size = 10225 - } + aristocrats = { + culture = croat + religion = catholic + size = 275 + } + + clergymen = { + culture = croat + religion = catholic + size = 125 + } + + bureaucrats = { + culture = croat + religion = catholic + size = 200 + } + + artisans = { + culture = croat + religion = catholic + size = 650 + } + + soldiers = { + culture = croat + religion = catholic + size = 125 + } + + farmers = { + culture = croat + religion = catholic + size = 11325 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 550 + } + + soldiers = { + culture = serb + religion = orthodox + size = 125 + } + + serfs = { + culture = serb + religion = orthodox + size = 10225 + } } #Varadzin (68000/17000 POPS) 775 = { - aristocrats = { - culture = croat - religion = catholic - size = 200 - } - - clergymen = { - culture = croat - religion = catholic - size = 175 - } - - artisans = { - culture = croat - religion = catholic - size = 850 - } - - soldiers = { - culture = croat - religion = catholic - size = 175 - } - - farmers = { - culture = croat - religion = catholic - size = 10600 - } - - serfs = { - culture = croat - religion = catholic - size = 5000 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = croat + religion = catholic + size = 200 + } + + clergymen = { + culture = croat + religion = catholic + size = 175 + } + + artisans = { + culture = croat + religion = catholic + size = 850 + } + + soldiers = { + culture = croat + religion = catholic + size = 175 + } + + farmers = { + culture = croat + religion = catholic + size = 10600 + } + + serfs = { + culture = croat + religion = catholic + size = 5000 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Bjelovar (52000/13000 POPS) 776 = { - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 150 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 2675 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 250 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - serfs = { - culture = serb - religion = orthodox - size = 4625 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 250 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 4650 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 150 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 2675 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 250 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + serfs = { + culture = serb + religion = orthodox + size = 4625 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 250 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 4650 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Pozega (80000/20000 POPS) 777 = { - aristocrats = { - culture = croat - religion = catholic - size = 225 - } - - clergymen = { - culture = croat - religion = catholic - size = 200 - } - - artisans = { - culture = croat - religion = catholic - size = 1100 - } - - soldiers = { - culture = croat - religion = catholic - size = 200 - } - - farmers = { - culture = croat - religion = catholic - size = 10275 - } - - farmers = { - culture = croat - religion = sunni - size = 100 - } - - serfs = { - culture = croat - religion = catholic - size = 8000 - } + aristocrats = { + culture = croat + religion = catholic + size = 225 + } + + clergymen = { + culture = croat + religion = catholic + size = 200 + } + + artisans = { + culture = croat + religion = catholic + size = 1100 + } + + soldiers = { + culture = croat + religion = catholic + size = 200 + } + + farmers = { + culture = croat + religion = catholic + size = 10275 + } + + farmers = { + culture = croat + religion = sunni + size = 100 + } + + serfs = { + culture = croat + religion = catholic + size = 8000 + } } #Fiume (52000/13000 POPS) 778 = { - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 1200 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 4700 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1300 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 4425 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 250 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 700 - } + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 1200 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 4700 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1300 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 4425 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 250 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 700 + } } #Baranya Region (180000) #see Hungary.txt for balance of Region -#under the rule of Austria in 1836 -#Osijek (180000/45000 POPS) +#under the rule of Austria in 1836 +#Osijek (180000/45000 POPS) 779 = { - clergymen = { - culture = croat - religion = catholic - size = 250 - } - - artisans = { - culture = croat - religion = catholic - size = 1300 - } - - soldiers = { - culture = croat - religion = catholic - size = 275 - } - - farmers = { - culture = croat - religion = catholic - size = 29775 - } - - serfs = { - culture = gypsy - religion = catholic - size = 400 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 350 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - serfs = { - culture = serb - religion = orthodox - size = 1500 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 550 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 300 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2025 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 350 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 350 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 2300 - } + clergymen = { + culture = croat + religion = catholic + size = 250 + } + + artisans = { + culture = croat + religion = catholic + size = 1300 + } + + soldiers = { + culture = croat + religion = catholic + size = 275 + } + + farmers = { + culture = croat + religion = catholic + size = 19775 + } + + serfs = { + culture = gypsy + religion = catholic + size = 400 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 350 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + serfs = { + culture = serb + religion = orthodox + size = 1500 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 550 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 300 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2025 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 350 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 350 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 2300 + } } -#Dalmatia Region (320000) #see Montenegro.txt for balance of region +#Dalmatia Region (320000) #see Montenegro.txt for balance of region #under the rule of Austria in 1836 #Split (140000/35000 POPS) 780 = { - aristocrats = { - culture = croat - religion = catholic - size = 400 - } - - clergymen = { - culture = croat - religion = catholic - size = 350 - } - - artisans = { - culture = croat - religion = catholic - size = 2000 - } - - soldiers = { - culture = croat - religion = catholic - size = 350 - } - - farmers = { - culture = croat - religion = catholic - size = 23250 - } - - farmers = { - culture = croat - religion = sunni - size = 100 - } - - serfs = { - culture = gypsy - religion = catholic - size = 1000 - } - - serfs = { - culture = croat - religion = catholic - size = 10000 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 450 - } + aristocrats = { + culture = croat + religion = catholic + size = 400 + } + + clergymen = { + culture = croat + religion = catholic + size = 350 + } + + artisans = { + culture = croat + religion = catholic + size = 2000 + } + + soldiers = { + culture = croat + religion = catholic + size = 350 + } + + farmers = { + culture = croat + religion = catholic + size = 23250 + } + + farmers = { + culture = croat + religion = sunni + size = 100 + } + + serfs = { + culture = gypsy + religion = catholic + size = 1000 + } + + serfs = { + culture = croat + religion = catholic + size = 10000 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 450 + } } #Zadar (128000/32000 POPS) 781 = { - aristocrats = { - culture = croat - religion = catholic - size = 250 - } - - bureaucrats = { - culture = croat - religion = catholic - size = 100 - } - - officers = { - culture = croat - religion = catholic - size = 75 - } - - clergymen = { - culture = croat - religion = catholic - size = 225 - } - - artisans = { - culture = croat - religion = catholic - size = 600 - } - - soldiers = { - culture = croat - religion = catholic - size = 225 - } - - farmers = { - culture = croat - religion = catholic - size = 20525 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 75 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 700 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 2125 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 300 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - serfs = { - culture = serb - religion = orthodox - size = 6550 - } + aristocrats = { + culture = croat + religion = catholic + size = 250 + } + + bureaucrats = { + culture = croat + religion = catholic + size = 100 + } + + officers = { + culture = croat + religion = catholic + size = 75 + } + + clergymen = { + culture = croat + religion = catholic + size = 225 + } + + artisans = { + culture = croat + religion = catholic + size = 600 + } + + soldiers = { + culture = croat + religion = catholic + size = 225 + } + + farmers = { + culture = croat + religion = catholic + size = 20525 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 75 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 700 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 2125 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 300 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + serfs = { + culture = serb + religion = orthodox + size = 6550 + } } #Dubrovnik (52000/13000 POPS) 782 = { - aristocrats = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 500 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 9125 - } - - farmers = { - culture = croat - religion = sunni - size = 100 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 400 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 100 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - serfs = { - culture = serb - religion = orthodox - size = 1825 - } + aristocrats = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 500 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 9125 + } + + farmers = { + culture = croat + religion = sunni + size = 100 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 400 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 100 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + serfs = { + culture = serb + religion = orthodox + size = 1825 + } } -#Banat-Bacska Region (104000) #See Serbia.txt and Romania.txt for balance of region -#under the rule of Austria in 1836 +#Banat-Bacska Region (104000) #See Serbia.txt and Romania.txt for balance of region +#under the rule of Austria in 1836 #Vukovar (104000/26000 POPS) #part of Croatia today 793 = { - clergymen = { - culture = croat - religion = catholic - size = 150 - } - - artisans = { - culture = croat - religion = catholic - size = 800 - } - - soldiers = { - culture = croat - religion = catholic - size = 175 - } - - farmers = { - culture = croat - religion = catholic - size = 10775 - } - - serfs = { - culture = croat - religion = catholic - size = 4000 - } - - farmers = { - culture = croat - religion = sunni - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 350 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - farmers = { - culture = serb - religion = orthodox - size = 7475 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1785 - } + clergymen = { + culture = croat + religion = catholic + size = 150 + } + + artisans = { + culture = croat + religion = catholic + size = 800 + } + + soldiers = { + culture = croat + religion = catholic + size = 175 + } + + farmers = { + culture = croat + religion = catholic + size = 10775 + } + + serfs = { + culture = croat + religion = catholic + size = 4000 + } + + farmers = { + culture = croat + religion = sunni + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 350 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + farmers = { + culture = serb + religion = orthodox + size = 7475 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1785 + } } diff --git a/HPM/history/pops/1836.1.1/Cuba.txt b/HPM/history/pops/1836.1.1/Cuba.txt index 1300252d..4314b99d 100644 --- a/HPM/history/pops/1836.1.1/Cuba.txt +++ b/HPM/history/pops/1836.1.1/Cuba.txt @@ -2,308 +2,307 @@ #Ruled by Spain in 1836 #Havana (388000/97000 POPS) 2209 = { - aristocrats = { - culture = spanish - religion = catholic - size = 350 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 300 - } - - clergymen = { - culture = spanish - religion = catholic - size = 325 - } - - artisans = { - culture = spanish - religion = catholic - size = 4325 - } - - soldiers = { - culture = spanish - religion = catholic - size = 200 - } - - aristocrats = { - culture = caribeno - religion = catholic - size = 3103 - } - - bureaucrats = { - culture = caribeno - religion = catholic - size = 50 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 175 - } - - artisans = { - culture = caribeno - religion = catholic - size = 10000 - } - - artisans = { - culture = caribeno - religion = catholic - size = 4000 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 1100 - } - - farmers = { - culture = caribeno - religion = catholic - size = 28625 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 6000 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2500 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 38000 - } + aristocrats = { + culture = spanish + religion = catholic + size = 350 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 300 + } + + clergymen = { + culture = spanish + religion = catholic + size = 325 + } + + artisans = { + culture = spanish + religion = catholic + size = 4325 + } + + soldiers = { + culture = spanish + religion = catholic + size = 200 + } + + aristocrats = { + culture = caribeno + religion = catholic + size = 3103 + } + + bureaucrats = { + culture = caribeno + religion = catholic + size = 50 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 175 + } + + artisans = { + culture = caribeno + religion = catholic + size = 10000 + } + + artisans = { + culture = caribeno + religion = catholic + size = 4000 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 1100 + } + + farmers = { + culture = caribeno + religion = catholic + size = 28625 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 6000 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2500 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 38000 + } } #Jagua (252000/63000 POPS) 2210 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 600 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 375 - } - - artisans = { - culture = caribeno - religion = catholic - size = 1200 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 250 - } - - farmers = { - culture = caribeno - religion = catholic - size = 21575 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2000 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 11850 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 25000 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 600 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 375 + } + + artisans = { + culture = caribeno + religion = catholic + size = 1200 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 250 + } + + farmers = { + culture = caribeno + religion = catholic + size = 21575 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2000 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 11850 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 25000 + } } #Camaguey (168000/42000 POPS) 2211 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 450 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 400 - } - - artisans = { - culture = caribeno - religion = catholic - size = 3500 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = caribeno - religion = catholic - size = 8500 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 300 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2200 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 25000 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 450 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 400 + } + + artisans = { + culture = caribeno + religion = catholic + size = 3500 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = caribeno + religion = catholic + size = 8500 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 300 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2200 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 25000 + } } #Santiago de Cuba (128000/32000 POPS) 2212 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 200 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 175 - } - - artisans = { - culture = caribeno - religion = catholic - size = 3500 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = caribeno - religion = catholic - size = 8975 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 14000 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 200 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 175 + } + + artisans = { + culture = caribeno + religion = catholic + size = 3500 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = caribeno + religion = catholic + size = 8975 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 14000 + } } #Baker/Repulse Bay/ Echo Bay - Now Guantanamo Bay (5036/1259 POPS) 44 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 5 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 10 - } - - artisans = { - culture = caribeno - religion = catholic - size = 25 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = caribeno - religion = catholic - size = 240 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 879 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 5 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 10 + } + + artisans = { + culture = caribeno + religion = catholic + size = 25 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = caribeno + religion = catholic + size = 240 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 879 + } } - diff --git a/HPM/history/pops/1836.1.1/Cyprus.txt b/HPM/history/pops/1836.1.1/Cyprus.txt index 1b623846..f5122725 100644 --- a/HPM/history/pops/1836.1.1/Cyprus.txt +++ b/HPM/history/pops/1836.1.1/Cyprus.txt @@ -1,201 +1,201 @@ #Cyprus Region (152000) -#under the rule of Ottoman Empire in 1836 +#under the rule of Ottoman Empire in 1836 #Nicosia (64000/16000 POPS) 855 = { - aristocrats = { - culture = turkish - religion = sunni - size = 275 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 50 - } - - officers = { - culture = turkish - religion = sunni - size = 110 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 2875 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 750 - } - - farmers = { - culture = greek - religion = orthodox - size = 10150 - } - - slaves = { - culture = greek - religion = orthodox - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 275 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 50 + } + + officers = { + culture = turkish + religion = sunni + size = 110 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 2875 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 750 + } + + farmers = { + culture = greek + religion = orthodox + size = 10150 + } + + slaves = { + culture = greek + religion = orthodox + size = 1000 + } } #Limassol (44000/11000 POPS) 856 = { - aristocrats = { - culture = turkish - religion = sunni - size = 200 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 300 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 1350 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 8425 - } + aristocrats = { + culture = turkish + religion = sunni + size = 200 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 300 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 1350 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 8425 + } } #Famagusta (44000/11000 POPS) 857 = { - aristocrats = { - culture = turkish - religion = sunni - size = 200 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 2500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 7425 - } + aristocrats = { + culture = turkish + religion = sunni + size = 200 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 2500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 7425 + } } diff --git a/HPM/history/pops/1836.1.1/Czechia.txt b/HPM/history/pops/1836.1.1/Czechia.txt index 8010a6a3..f8e1f670 100644 --- a/HPM/history/pops/1836.1.1/Czechia.txt +++ b/HPM/history/pops/1836.1.1/Czechia.txt @@ -1,1121 +1,1121 @@ -#Bohemia Region (4136000) -#under the rule of Austria in 1836 +#Bohemia Region (4136000) +#under the rule of Austria in 1836 #Prague (1726800/425200 POPS) 625 = { - aristocrats = { - culture = czech - religion = catholic - size = 3600 - } - - capitalists = { - culture = czech - religion = catholic - size = 50 - } - - bureaucrats = { - culture = czech - religion = catholic - size = 400 - } - - officers = { - culture = czech - religion = catholic - size = 250 - } - - clergymen = { - culture = czech - religion = catholic - size = 3025 - } - - artisans = { - culture = czech - religion = catholic - size = 9000 - } - - craftsmen = { - culture = czech - religion = catholic - size = 300 - } - - artisans = { - culture = czech - religion = catholic - size = 8200 - } - - soldiers = { - culture = czech - religion = catholic - size = 3000 - } - - soldiers = { - culture = czech - religion = catholic - size = 750 - } - - farmers = { - culture = czech - religion = catholic - size = 310000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 11000 - } - - serfs = { - culture = czech - religion = catholic - size = 129000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 3500 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1550 - } - - officers = { - culture = south_german - religion = catholic - size = 800 - } - - clergymen = { - culture = south_german - religion = catholic - size = 275 - } - - artisans = { - culture = south_german - religion = catholic - size = 7700 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 300 - } - - soldiers = { - culture = south_german - religion = catholic - size = 300 - } - - farmers = { - culture = south_german - religion = catholic - size = 5775 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 200 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1250 - } + aristocrats = { + culture = czech + religion = catholic + size = 3600 + } + + capitalists = { + culture = czech + religion = catholic + size = 50 + } + + bureaucrats = { + culture = czech + religion = catholic + size = 400 + } + + officers = { + culture = czech + religion = catholic + size = 250 + } + + clergymen = { + culture = czech + religion = catholic + size = 3025 + } + + artisans = { + culture = czech + religion = catholic + size = 9000 + } + + craftsmen = { + culture = czech + religion = catholic + size = 300 + } + + artisans = { + culture = czech + religion = catholic + size = 8200 + } + + soldiers = { + culture = czech + religion = catholic + size = 3000 + } + + soldiers = { + culture = czech + religion = catholic + size = 750 + } + + farmers = { + culture = czech + religion = catholic + size = 310000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 11000 + } + + serfs = { + culture = czech + religion = catholic + size = 129000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 3500 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1550 + } + + officers = { + culture = south_german + religion = catholic + size = 800 + } + + clergymen = { + culture = south_german + religion = catholic + size = 275 + } + + artisans = { + culture = south_german + religion = catholic + size = 7700 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 300 + } + + soldiers = { + culture = south_german + religion = catholic + size = 300 + } + + farmers = { + culture = south_german + religion = catholic + size = 5775 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 200 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1250 + } } #Hradec Kralove (441600/110400 POPS) 626 = { - clergymen = { - culture = czech - religion = catholic - size = 1100 - } - - artisans = { - culture = czech - religion = catholic - size = 4450 - } - - craftsmen = { - culture = czech - religion = catholic - size = 100 - } - - soldiers = { - culture = czech - religion = catholic - size = 1100 - } - - farmers = { - culture = czech - religion = catholic - size = 62950 - } - - serfs = { - culture = czech - religion = catholic - size = 30000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 800 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 900 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 350 - } - - farmers = { - culture = south_german - religion = catholic - size = 6700 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 625 - } + clergymen = { + culture = czech + religion = catholic + size = 1100 + } + + artisans = { + culture = czech + religion = catholic + size = 4450 + } + + craftsmen = { + culture = czech + religion = catholic + size = 100 + } + + soldiers = { + culture = czech + religion = catholic + size = 1100 + } + + farmers = { + culture = czech + religion = catholic + size = 62950 + } + + serfs = { + culture = czech + religion = catholic + size = 30000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 800 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 900 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 350 + } + + farmers = { + culture = south_german + religion = catholic + size = 6700 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 625 + } } #Karlsbad (579200/144800 POPS) 627 = { - clergymen = { - culture = czech - religion = catholic - size = 300 - } - - artisans = { - culture = czech - religion = catholic - size = 350 - } - - soldiers = { - culture = czech - religion = catholic - size = 250 - } - - craftsmen = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 5800 - } - - serfs = { - culture = czech - religion = catholic - size = 10000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1250 - } - - artisans = { - culture = south_german - religion = catholic - size = 6250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1250 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 114850 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } + clergymen = { + culture = czech + religion = catholic + size = 300 + } + + artisans = { + culture = czech + religion = catholic + size = 350 + } + + soldiers = { + culture = czech + religion = catholic + size = 250 + } + + craftsmen = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 5800 + } + + serfs = { + culture = czech + religion = catholic + size = 10000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1250 + } + + artisans = { + culture = south_german + religion = catholic + size = 6250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1250 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 114850 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } } #Aussig (317600/79400 POPS) 628 = { - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 500 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - craftsmen = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 1000 - } - - serfs = { - culture = czech - religion = catholic - size = 7225 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 850 - } - - clergymen = { - culture = south_german - religion = catholic - size = 675 - } - - artisans = { - culture = south_german - religion = catholic - size = 3250 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1200 - } - - farmers = { - culture = south_german - religion = catholic - size = 63825 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 500 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + craftsmen = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 1000 + } + + serfs = { + culture = czech + religion = catholic + size = 7225 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 850 + } + + clergymen = { + culture = south_german + religion = catholic + size = 675 + } + + artisans = { + culture = south_german + religion = catholic + size = 3250 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1200 + } + + farmers = { + culture = south_german + religion = catholic + size = 63825 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Pilsen (490400/122600 POPS) 629 = { - capitalists = { - culture = czech - religion = catholic - size = 50 - } - - clergymen = { - culture = czech - religion = catholic - size = 1600 - } - - artisans = { - culture = czech - religion = catholic - size = 2900 - } - - craftsmen = { - culture = czech - religion = catholic - size = 100 - } - - soldiers = { - culture = czech - religion = catholic - size = 1100 - } - - farmers = { - culture = czech - religion = catholic - size = 16000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 2100 - } - - serfs = { - culture = czech - religion = catholic - size = 16000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 2100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 650 - } - - artisans = { - culture = south_german - religion = catholic - size = 6150 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 650 - } - - farmers = { - culture = south_german - religion = catholic - size = 64850 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1825 - } + capitalists = { + culture = czech + religion = catholic + size = 50 + } + + clergymen = { + culture = czech + religion = catholic + size = 1600 + } + + artisans = { + culture = czech + religion = catholic + size = 2900 + } + + craftsmen = { + culture = czech + religion = catholic + size = 100 + } + + soldiers = { + culture = czech + religion = catholic + size = 1100 + } + + farmers = { + culture = czech + religion = catholic + size = 16000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 2100 + } + + serfs = { + culture = czech + religion = catholic + size = 16000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 2100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 650 + } + + artisans = { + culture = south_german + religion = catholic + size = 6150 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 650 + } + + farmers = { + culture = south_german + religion = catholic + size = 64850 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1825 + } } #Budejovice (405600/101400 POPS) 630 = { - aristocrats = { - culture = czech - religion = catholic - size = 1000 - } - - clergymen = { - culture = czech - religion = catholic - size = 400 - } - - artisans = { - culture = czech - religion = catholic - size = 1250 - } - - craftsmen = { - culture = czech - religion = catholic - size = 300 - } - - soldiers = { - culture = czech - religion = catholic - size = 550 - } - - bureaucrats = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 4000 - } - - serfs = { - culture = czech - religion = catholic - size = 10100 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1400 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 825 - } - - artisans = { - culture = south_german - religion = catholic - size = 5500 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 71075 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1325 - } + aristocrats = { + culture = czech + religion = catholic + size = 1000 + } + + clergymen = { + culture = czech + religion = catholic + size = 400 + } + + artisans = { + culture = czech + religion = catholic + size = 1250 + } + + craftsmen = { + culture = czech + religion = catholic + size = 300 + } + + soldiers = { + culture = czech + religion = catholic + size = 550 + } + + bureaucrats = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 4000 + } + + serfs = { + culture = czech + religion = catholic + size = 10100 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1400 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 825 + } + + artisans = { + culture = south_german + religion = catholic + size = 5500 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 71075 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1325 + } } -#Moravia Region (1476000) -#under the rule of Austria in 1836 +#Moravia Region (1476000) +#under the rule of Austria in 1836 #Brno (1094000/273500 POPS) 631 = { - bureaucrats = { - culture = czech - religion = catholic - size = 250 - } - - officers = { - culture = czech - religion = catholic - size = 125 - } - - clergymen = { - culture = czech - religion = catholic - size = 2025 - } - - artisans = { - culture = czech - religion = catholic - size = 17450 - } - - craftsmen = { - culture = czech - religion = catholic - size = 100 - } - - soldiers = { - culture = czech - religion = catholic - size = 2100 - } - - farmers = { - culture = czech - religion = catholic - size = 158000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 3550 - } - - serfs = { - culture = czech - religion = catholic - size = 53000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1300 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 350 - } - - officers = { - culture = south_german - religion = catholic - size = 250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 475 - } - - artisans = { - culture = south_german - religion = catholic - size = 3900 - } - - soldiers = { - culture = south_german - religion = catholic - size = 700 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 32925 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1900 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1370 - } + bureaucrats = { + culture = czech + religion = catholic + size = 250 + } + + officers = { + culture = czech + religion = catholic + size = 125 + } + + clergymen = { + culture = czech + religion = catholic + size = 2025 + } + + artisans = { + culture = czech + religion = catholic + size = 17450 + } + + craftsmen = { + culture = czech + religion = catholic + size = 100 + } + + soldiers = { + culture = czech + religion = catholic + size = 2100 + } + + farmers = { + culture = czech + religion = catholic + size = 158000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 3550 + } + + serfs = { + culture = czech + religion = catholic + size = 53000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1300 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 350 + } + + officers = { + culture = south_german + religion = catholic + size = 250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 475 + } + + artisans = { + culture = south_german + religion = catholic + size = 3900 + } + + soldiers = { + culture = south_german + religion = catholic + size = 700 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 32925 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1900 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1370 + } } #Olomouc (372800/93200 POPS) 632 = { - clergymen = { - culture = czech - religion = catholic - size = 350 - } - - artisans = { - culture = czech - religion = catholic - size = 700 - } - - soldiers = { - culture = czech - religion = catholic - size = 550 - } - - farmers = { - culture = czech - religion = catholic - size = 20700 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 2250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 500 - } - - artisans = { - culture = south_german - religion = catholic - size = 4300 - } - - soldiers = { - culture = south_german - religion = catholic - size = 300 - } - - serfs = { - culture = south_german - religion = catholic - size = 26850 - } - - farmers = { - culture = south_german - religion = catholic - size = 31000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1225 - } + clergymen = { + culture = czech + religion = catholic + size = 350 + } + + artisans = { + culture = czech + religion = catholic + size = 700 + } + + soldiers = { + culture = czech + religion = catholic + size = 550 + } + + farmers = { + culture = czech + religion = catholic + size = 20700 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 2250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 500 + } + + artisans = { + culture = south_german + religion = catholic + size = 4300 + } + + soldiers = { + culture = south_german + religion = catholic + size = 300 + } + + serfs = { + culture = south_german + religion = catholic + size = 26850 + } + + farmers = { + culture = south_german + religion = catholic + size = 31000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1225 + } } #Silesia Region (220000) #see Poland.txt for balance of region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Troppau (104000/26000 POPS) 688 = { - bureaucrats = { - culture = czech - religion = catholic - size = 40 - } - - officers = { - culture = czech - religion = catholic - size = 100 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 450 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - serfs = { - culture = czech - religion = catholic - size = 5385 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 250 - } - - officers = { - culture = south_german - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 140 - } - - clergymen = { - culture = south_german - religion = catholic - size = 200 - } - - artisans = { - culture = south_german - religion = catholic - size = 1550 - } - - soldiers = { - culture = south_german - religion = catholic - size = 200 - } - - farmers = { - culture = south_german - religion = catholic - size = 17610 - } + bureaucrats = { + culture = czech + religion = catholic + size = 40 + } + + officers = { + culture = czech + religion = catholic + size = 100 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 450 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + serfs = { + culture = czech + religion = catholic + size = 5385 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 250 + } + + officers = { + culture = south_german + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 140 + } + + clergymen = { + culture = south_german + religion = catholic + size = 200 + } + + artisans = { + culture = south_german + religion = catholic + size = 1550 + } + + soldiers = { + culture = south_german + religion = catholic + size = 200 + } + + farmers = { + culture = south_german + religion = catholic + size = 17610 + } } #Teschen (116000/29000 POPS) 689 = { - clergymen = { - culture = czech - religion = catholic - size = 125 - } - - artisans = { - culture = czech - religion = catholic - size = 700 - } - - soldiers = { - culture = czech - religion = catholic - size = 125 - } - - farmers = { - culture = czech - religion = catholic - size = 13050 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 955 - } - - aristocrats = { - culture = polish - religion = catholic - size = 350 - } - - clergymen = { - culture = polish - religion = catholic - size = 150 - } - - artisans = { - culture = polish - religion = catholic - size = 700 - } - - soldiers = { - culture = polish - religion = catholic - size = 150 - } - - serfs = { - culture = polish - religion = catholic - size = 12650 - } + clergymen = { + culture = czech + religion = catholic + size = 125 + } + + artisans = { + culture = czech + religion = catholic + size = 700 + } + + soldiers = { + culture = czech + religion = catholic + size = 125 + } + + farmers = { + culture = czech + religion = catholic + size = 13050 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 955 + } + + aristocrats = { + culture = polish + religion = catholic + size = 350 + } + + clergymen = { + culture = polish + religion = catholic + size = 150 + } + + artisans = { + culture = polish + religion = catholic + size = 700 + } + + soldiers = { + culture = polish + religion = catholic + size = 150 + } + + serfs = { + culture = polish + religion = catholic + size = 12650 + } } diff --git a/HPM/history/pops/1836.1.1/Denmark.txt b/HPM/history/pops/1836.1.1/Denmark.txt index 63713fd3..b8969c8e 100644 --- a/HPM/history/pops/1836.1.1/Denmark.txt +++ b/HPM/history/pops/1836.1.1/Denmark.txt @@ -1,444 +1,444 @@ #Faroe Islands Region (7000) #Torshavn (7000/1750 POPS) 253 = { - bureaucrats = { - culture = icelandic - religion = protestant - size = 15 - } - - clergymen = { - culture = icelandic - religion = protestant - size = 75 - } - - artisans = { - culture = icelandic - religion = protestant - size = 135 - } - - farmers = { - culture = icelandic - religion = protestant - size = 1575 - } + bureaucrats = { + culture = icelandic + religion = protestant + size = 15 + } + + clergymen = { + culture = icelandic + religion = protestant + size = 75 + } + + artisans = { + culture = icelandic + religion = protestant + size = 135 + } + + farmers = { + culture = icelandic + religion = protestant + size = 1575 + } } #Jutland Region : 548000 #Aarhus (248000/62000 POPS) 366 = { - aristocrats = { - culture = danish - religion = protestant - size = 500 - } - - bureaucrats = { - culture = danish - religion = protestant - size = 350 - } - - officers = { - culture = danish - religion = protestant - size = 200 - } - - clergymen = { - culture = danish - religion = protestant - size = 375 - } - - artisans = { - culture = danish - religion = protestant - size = 10000 - } - - soldiers = { - culture = danish - religion = protestant - size = 2500 - } - - farmers = { - culture = danish - religion = protestant - size = 48075 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 226 - } + aristocrats = { + culture = danish + religion = protestant + size = 500 + } + + bureaucrats = { + culture = danish + religion = protestant + size = 350 + } + + officers = { + culture = danish + religion = protestant + size = 200 + } + + clergymen = { + culture = danish + religion = protestant + size = 375 + } + + artisans = { + culture = danish + religion = protestant + size = 10000 + } + + soldiers = { + culture = danish + religion = protestant + size = 2500 + } + + farmers = { + culture = danish + religion = protestant + size = 48075 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 226 + } } #Alborg (152000/38000 POPS) #5k farmers moved to 2557 367 = { - aristocrats = { - culture = danish - religion = protestant - size = 250 - } - - clergymen = { - culture = danish - religion = protestant - size = 250 - } - - artisans = { - culture = danish - religion = protestant - size = 7000 - } - - soldiers = { - culture = danish - religion = protestant - size = 1100 - } - - farmers = { - culture = danish - religion = protestant - size = 14500 - } + aristocrats = { + culture = danish + religion = protestant + size = 250 + } + + clergymen = { + culture = danish + religion = protestant + size = 250 + } + + artisans = { + culture = danish + religion = protestant + size = 7000 + } + + soldiers = { + culture = danish + religion = protestant + size = 1100 + } + + farmers = { + culture = danish + religion = protestant + size = 14500 + } } #Ribe (148000/37000 POPS) #1k moved to 2557 #10k moved to 2557 368 = { - aristocrats = { - culture = danish - religion = protestant - size = 250 - } - - clergymen = { - culture = danish - religion = protestant - size = 250 - } - - artisans = { - culture = danish - religion = protestant - size = 1100 - } - - soldiers = { - culture = danish - religion = protestant - size = 1100 - } - - farmers = { - culture = danish - religion = protestant - size = 23400 - } + aristocrats = { + culture = danish + religion = protestant + size = 250 + } + + clergymen = { + culture = danish + religion = protestant + size = 250 + } + + artisans = { + culture = danish + religion = protestant + size = 1100 + } + + soldiers = { + culture = danish + religion = protestant + size = 1100 + } + + farmers = { + culture = danish + religion = protestant + size = 23400 + } } # Esbjerg (Pops moved from Aalborg) 2557 = { - artisans = { - culture = danish - religion = protestant - size = 1100 - } - clergymen = { - culture = danish - religion = protestant - size = 125 - } - soldiers = { - culture = danish - religion = protestant - size = 1100 - } - aristocrats = { - culture = danish - religion = protestant - size = 250 - } - farmers = { - culture = danish - religion = protestant - size = 23550 - } + artisans = { + culture = danish + religion = protestant + size = 1100 + } + clergymen = { + culture = danish + religion = protestant + size = 125 + } + soldiers = { + culture = danish + religion = protestant + size = 1100 + } + aristocrats = { + culture = danish + religion = protestant + size = 250 + } + farmers = { + culture = danish + religion = protestant + size = 23550 + } } - - + + #Schleswig Region : 336000 #Flensburg (236000/59000 POPS) 370 = { - bureaucrats = { - culture = danish - religion = protestant - size = 100 - } - - clergymen = { - culture = danish - religion = protestant - size = 125 - } - - artisans = { - culture = danish - religion = protestant - size = 5500 - } - - soldiers = { - culture = danish - religion = protestant - size = 250 - } - - farmers = { - culture = danish - religion = protestant - size = 10025 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 650 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = protestant - size = 150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 250 - } - - artisans = { - culture = north_german - religion = protestant - size = 2500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 38850 - } + bureaucrats = { + culture = danish + religion = protestant + size = 100 + } + + clergymen = { + culture = danish + religion = protestant + size = 125 + } + + artisans = { + culture = danish + religion = protestant + size = 5500 + } + + soldiers = { + culture = danish + religion = protestant + size = 250 + } + + farmers = { + culture = danish + religion = protestant + size = 10025 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 650 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = protestant + size = 150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 250 + } + + artisans = { + culture = north_german + religion = protestant + size = 2500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 38850 + } } #Aabenra (100000/25000 POPS) 371 = { - clergymen = { - culture = danish - religion = protestant - size = 125 - } - - artisans = { - culture = danish - religion = protestant - size = 1100 - } - - soldiers = { - culture = danish - religion = protestant - size = 250 - } - - farmers = { - culture = danish - religion = protestant - size = 16625 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 50 - } - - farmers = { - culture = north_german - religion = protestant - size = 6550 - } + clergymen = { + culture = danish + religion = protestant + size = 125 + } + + artisans = { + culture = danish + religion = protestant + size = 1100 + } + + soldiers = { + culture = danish + religion = protestant + size = 250 + } + + farmers = { + culture = danish + religion = protestant + size = 16625 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 50 + } + + farmers = { + culture = north_german + religion = protestant + size = 6550 + } } #Archipelago Region : 616000 #Copenhagen (392000/98000 POPS) 372 = { - aristocrats = { - culture = danish - religion = protestant - size = 1550 - } - - bureaucrats = { - culture = danish - religion = protestant - size = 500 - } - - officers = { - culture = danish - religion = protestant - size = 500 - } - - clergymen = { - culture = danish - religion = protestant - size = 750 - } - - artisans = { - culture = danish - religion = protestant - size = 10000 - } - - artisans = { - culture = danish - religion = protestant - size = 10000 - } - - artisans = { - culture = danish - religion = protestant - size = 6000 - } - - soldiers = { - culture = danish - religion = protestant - size = 3000 - } - - soldiers = { - culture = danish - religion = protestant - size = 1000 - } - - farmers = { - culture = danish - religion = protestant - size = 64000 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 858 - } - - artisans = { - culture = north_german - religion = protestant - size = 1100 - } + aristocrats = { + culture = danish + religion = protestant + size = 1550 + } + + bureaucrats = { + culture = danish + religion = protestant + size = 500 + } + + officers = { + culture = danish + religion = protestant + size = 500 + } + + clergymen = { + culture = danish + religion = protestant + size = 750 + } + + artisans = { + culture = danish + religion = protestant + size = 10000 + } + + artisans = { + culture = danish + religion = protestant + size = 10000 + } + + artisans = { + culture = danish + religion = protestant + size = 6000 + } + + soldiers = { + culture = danish + religion = protestant + size = 3000 + } + + soldiers = { + culture = danish + religion = protestant + size = 1000 + } + + farmers = { + culture = danish + religion = protestant + size = 64000 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 858 + } + + artisans = { + culture = north_german + religion = protestant + size = 1100 + } } #Odense (208000/52000 POPS) 373 = { - aristocrats = { - culture = danish - religion = protestant - size = 500 - } - - clergymen = { - culture = danish - religion = protestant - size = 250 - } - - artisans = { - culture = danish - religion = protestant - size = 3000 - } - - soldiers = { - culture = danish - religion = protestant - size = 2000 - } - - farmers = { - culture = danish - religion = protestant - size = 46250 - } + aristocrats = { + culture = danish + religion = protestant + size = 500 + } + + clergymen = { + culture = danish + religion = protestant + size = 250 + } + + artisans = { + culture = danish + religion = protestant + size = 3000 + } + + soldiers = { + culture = danish + religion = protestant + size = 2000 + } + + farmers = { + culture = danish + religion = protestant + size = 46250 + } } #Bornholm (16000/4000 POPS) 374 = { - clergymen = { - culture = danish - religion = protestant - size = 50 - } - - artisans = { - culture = danish - religion = protestant - size = 400 - } - - soldiers = { - culture = danish - religion = protestant - size = 50 - } - - farmers = { - culture = danish - religion = protestant - size = 3500 - } + clergymen = { + culture = danish + religion = protestant + size = 50 + } + + artisans = { + culture = danish + religion = protestant + size = 400 + } + + soldiers = { + culture = danish + religion = protestant + size = 50 + } + + farmers = { + culture = danish + religion = protestant + size = 3500 + } } diff --git a/HPM/history/pops/1836.1.1/Dominican Republic.txt b/HPM/history/pops/1836.1.1/Dominican Republic.txt index 07264abc..ccc6a5c5 100644 --- a/HPM/history/pops/1836.1.1/Dominican Republic.txt +++ b/HPM/history/pops/1836.1.1/Dominican Republic.txt @@ -2,120 +2,120 @@ #Ruled by Haiti 1836 #Santo Domingo (68000/17000 POPS) #now part of Dominican Republic 2214 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 700 - } - - bureaucrats = { - culture = caribeno - religion = catholic - size = 25 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = caribeno - religion = catholic - size = 350 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 75 - } - - farmers = { - culture = caribeno - religion = catholic - size = 62375 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 45350 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 700 + } + + bureaucrats = { + culture = caribeno + religion = catholic + size = 25 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = caribeno + religion = catholic + size = 350 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 75 + } + + farmers = { + culture = caribeno + religion = catholic + size = 62375 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 45350 + } } #La Vega (56000/15000 POPS) #now part of Dominican Republic 2216 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 550 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = caribeno - religion = catholic - size = 400 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = caribeno - religion = catholic - size = 30175 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 300 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 19575 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 550 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = caribeno + religion = catholic + size = 400 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = caribeno + religion = catholic + size = 30175 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 300 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 19575 + } } diff --git a/HPM/history/pops/1836.1.1/Ecuador.txt b/HPM/history/pops/1836.1.1/Ecuador.txt index 3eb9256f..c4d3f89a 100644 --- a/HPM/history/pops/1836.1.1/Ecuador.txt +++ b/HPM/history/pops/1836.1.1/Ecuador.txt @@ -2,446 +2,446 @@ #Ruled by Ecuador 1836 #Quito (304000/76000 POPS) 2279 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 200 - } - - officers = { - culture = north_andean - religion = catholic - size = 150 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 600 - } - - artisans = { - culture = north_andean - religion = catholic - size = 300 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20600 - } - - clergymen = { - culture = quechua - religion = catholic - size = 175 - } - - artisans = { - culture = quechua - religion = catholic - size = 4100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1100 - } - - farmers = { - culture = quechua - religion = catholic - size = 36725 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 7000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 200 + } + + officers = { + culture = north_andean + religion = catholic + size = 150 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 600 + } + + artisans = { + culture = north_andean + religion = catholic + size = 300 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20600 + } + + clergymen = { + culture = quechua + religion = catholic + size = 175 + } + + artisans = { + culture = quechua + religion = catholic + size = 4100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1100 + } + + farmers = { + culture = quechua + religion = catholic + size = 36725 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 7000 + } } #Zamora (176000/44000 POPS) 2283 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 900 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 7275 - } - - clergymen = { - culture = quechua - religion = catholic - size = 175 - } - - artisans = { - culture = quechua - religion = catholic - size = 1750 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1100 - } - - farmers = { - culture = quechua - religion = catholic - size = 31775 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 900 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 7275 + } + + clergymen = { + culture = quechua + religion = catholic + size = 175 + } + + artisans = { + culture = quechua + religion = catholic + size = 1750 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1100 + } + + farmers = { + culture = quechua + religion = catholic + size = 31775 + } } #Tena (32000/8000 POPS) 2284 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 2625 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 25 - } - - farmers = { - culture = quechua - religion = catholic - size = 1850 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 2625 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 25 + } + + farmers = { + culture = quechua + religion = catholic + size = 1850 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Guayaquil Region (328000) #Ruled by Ecuador 1836 #Guayaquil (80000/20000 POPS) 2280 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 100 - } - - officers = { - culture = north_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 175 - } - - artisans = { - culture = north_andean - religion = catholic - size = 850 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 175 - } - - farmers = { - culture = north_andean - religion = catholic - size = 15150 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1800 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 100 + } + + officers = { + culture = north_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 175 + } + + artisans = { + culture = north_andean + religion = catholic + size = 850 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 175 + } + + farmers = { + culture = north_andean + religion = catholic + size = 15150 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1800 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #Esmereldas / Esmeraldas(88000/22000 POPS) 2281 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 175 - } - - artisans = { - culture = north_andean - religion = catholic - size = 350 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 75 - } - - farmers = { - culture = north_andean - religion = catholic - size = 5800 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 750 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 5025 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 4000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 175 + } + + artisans = { + culture = north_andean + religion = catholic + size = 350 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 75 + } + + farmers = { + culture = north_andean + religion = catholic + size = 5800 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 750 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 5025 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 4000 + } } #Loja (160000/40000 POPS) 2282 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 825 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 750 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 150 - } - - farmers = { - culture = north_andean - religion = catholic - size = 13000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 1250 - } - - soldiers = { - culture = quechua - religion = catholic - size = 250 - } - - farmers = { - culture = quechua - religion = catholic - size = 23400 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 825 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 750 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 150 + } + + farmers = { + culture = north_andean + religion = catholic + size = 13000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 1250 + } + + soldiers = { + culture = quechua + religion = catholic + size = 250 + } + + farmers = { + culture = quechua + religion = catholic + size = 23400 + } } #Galapagos Region (300) #Ruled by Ecuador 1836 #Galapagos (300/75 POPS) 2285 = { - bureaucrats = { - culture = north_andean - religion = catholic - size = 1 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 1 - } - - artisans = { - culture = north_andean - religion = catholic - size = 3 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 25 - } - - farmers = { - culture = north_andean - religion = catholic - size = 45 - } + bureaucrats = { + culture = north_andean + religion = catholic + size = 1 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 1 + } + + artisans = { + culture = north_andean + religion = catholic + size = 3 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 25 + } + + farmers = { + culture = north_andean + religion = catholic + size = 45 + } } diff --git a/HPM/history/pops/1836.1.1/Egypt.txt b/HPM/history/pops/1836.1.1/Egypt.txt index 276b8800..fe04daa3 100644 --- a/HPM/history/pops/1836.1.1/Egypt.txt +++ b/HPM/history/pops/1836.1.1/Egypt.txt @@ -2,1740 +2,1740 @@ #under the rule of Egypt in 1836 #Cairo (1004600/251150 POPS) 1745 = { - aristocrats = { - culture = circassian - religion = sunni - size = 750 - } - - bureaucrats = { - culture = circassian - religion = sunni - size = 1450 - } - - officers = { - culture = circassian - religion = sunni - size = 450 - } - - artisans = { - culture = circassian - religion = sunni - size = 1250 - } - - artisans = { - culture = circassian - religion = sunni - size = 10000 - } - - soldiers = { - culture = circassian - religion = sunni - size = 1250 - } - - aristocrats = { - culture = misri - religion = sunni - size = 2600 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 125 - } - - officers = { - culture = misri - religion = sunni - size = 200 - } - - clergymen = { - culture = misri - religion = sunni - size = 325 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 500 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 4000 - } - - farmers = { - culture = misri - religion = sunni - size = 146000 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 25 - } - - clergymen = { - culture = misri - religion = coptic - size = 175 - } - - artisans = { - culture = misri - religion = coptic - size = 10000 - } - - artisans = { - culture = misri - religion = coptic - size = 8000 - } - - farmers = { - culture = misri - religion = coptic - size = 26800 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25 - } - - artisans = { - culture = greek - religion = orthodox - size = 2950 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1225 - } - - slaves = { - culture = nilotic - religion = animist - size = 9000 - } - - slaves = { - culture = greek - religion = orthodox - size = 1025 - } + aristocrats = { + culture = circassian + religion = sunni + size = 750 + } + + bureaucrats = { + culture = circassian + religion = sunni + size = 1450 + } + + officers = { + culture = circassian + religion = sunni + size = 450 + } + + artisans = { + culture = circassian + religion = sunni + size = 1250 + } + + artisans = { + culture = circassian + religion = sunni + size = 10000 + } + + soldiers = { + culture = circassian + religion = sunni + size = 1250 + } + + aristocrats = { + culture = misri + religion = sunni + size = 2600 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 125 + } + + officers = { + culture = misri + religion = sunni + size = 200 + } + + clergymen = { + culture = misri + religion = sunni + size = 325 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 500 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 4000 + } + + farmers = { + culture = misri + religion = sunni + size = 146000 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 25 + } + + clergymen = { + culture = misri + religion = coptic + size = 175 + } + + artisans = { + culture = misri + religion = coptic + size = 10000 + } + + artisans = { + culture = misri + religion = coptic + size = 8000 + } + + farmers = { + culture = misri + religion = coptic + size = 26800 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25 + } + + artisans = { + culture = greek + religion = orthodox + size = 2950 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1225 + } + + slaves = { + culture = nilotic + religion = animist + size = 9000 + } + + slaves = { + culture = greek + religion = orthodox + size = 1025 + } } #Dumyat (402600/100650 POPS) 1746 = { - aristocrats = { - culture = circassian - religion = sunni - size = 500 - } - - artisans = { - culture = circassian - religion = sunni - size = 10000 - } - - artisans = { - culture = circassian - religion = sunni - size = 5575 - } - - soldiers = { - culture = circassian - religion = sunni - size = 75 - } - - aristocrats = { - culture = misri - religion = sunni - size = 1500 - } - - clergymen = { - culture = misri - religion = sunni - size = 462 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 1800 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 100 - } - - farmers = { - culture = misri - religion = sunni - size = 79238 - } - - clergymen = { - culture = misri - religion = coptic - size = 25 - } - - artisans = { - culture = misri - religion = coptic - size = 150 - } - - farmers = { - culture = misri - religion = coptic - size = 2825 - } + aristocrats = { + culture = circassian + religion = sunni + size = 500 + } + + artisans = { + culture = circassian + religion = sunni + size = 10000 + } + + artisans = { + culture = circassian + religion = sunni + size = 5575 + } + + soldiers = { + culture = circassian + religion = sunni + size = 75 + } + + aristocrats = { + culture = misri + religion = sunni + size = 1500 + } + + clergymen = { + culture = misri + religion = sunni + size = 462 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 1800 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 100 + } + + farmers = { + culture = misri + religion = sunni + size = 79238 + } + + clergymen = { + culture = misri + religion = coptic + size = 25 + } + + artisans = { + culture = misri + religion = coptic + size = 150 + } + + farmers = { + culture = misri + religion = coptic + size = 2825 + } } #Tanta (341600/85400 POPS) 1747 = { - aristocrats = { - culture = circassian - religion = sunni - size = 750 - } - - artisans = { - culture = circassian - religion = sunni - size = 5575 - } - - soldiers = { - culture = circassian - religion = sunni - size = 75 - } - - aristocrats = { - culture = misri - religion = sunni - size = 850 - } - - clergymen = { - culture = misri - religion = sunni - size = 425 - } - - artisans = { - culture = misri - religion = sunni - size = 4100 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 75625 - } - - clergymen = { - culture = misri - religion = coptic - size = 25 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1875 - } + aristocrats = { + culture = circassian + religion = sunni + size = 750 + } + + artisans = { + culture = circassian + religion = sunni + size = 5575 + } + + soldiers = { + culture = circassian + religion = sunni + size = 75 + } + + aristocrats = { + culture = misri + religion = sunni + size = 850 + } + + clergymen = { + culture = misri + religion = sunni + size = 425 + } + + artisans = { + culture = misri + religion = sunni + size = 4100 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 75625 + } + + clergymen = { + culture = misri + religion = coptic + size = 25 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1875 + } } #Mansura (256200/64050 POPS) 1748 = { - aristocrats = { - culture = circassian - religion = sunni - size = 600 - } - - artisans = { - culture = circassian - religion = sunni - size = 2400 - } - - soldiers = { - culture = circassian - religion = sunni - size = 50 - } - - aristocrats = { - culture = misri - religion = sunni - size = 700 - } - - clergymen = { - culture = misri - religion = sunni - size = 300 - } - - artisans = { - culture = misri - religion = sunni - size = 3050 - } - - soldiers = { - culture = misri - religion = sunni - size = 2100 - } - - farmers = { - culture = misri - religion = sunni - size = 54700 - } - - clergymen = { - culture = misri - religion = coptic - size = 25 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1875 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = circassian + religion = sunni + size = 600 + } + + artisans = { + culture = circassian + religion = sunni + size = 2400 + } + + soldiers = { + culture = circassian + religion = sunni + size = 50 + } + + aristocrats = { + culture = misri + religion = sunni + size = 700 + } + + clergymen = { + culture = misri + religion = sunni + size = 300 + } + + artisans = { + culture = misri + religion = sunni + size = 3050 + } + + soldiers = { + culture = misri + religion = sunni + size = 2100 + } + + farmers = { + culture = misri + religion = sunni + size = 54700 + } + + clergymen = { + culture = misri + religion = coptic + size = 25 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1875 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Ziqaziq (272600/68150 POPS) 1749 = { - aristocrats = { - culture = circassian - religion = sunni - size = 650 - } - - artisans = { - culture = circassian - religion = sunni - size = 425 - } - - soldiers = { - culture = circassian - religion = sunni - size = 75 - } - - aristocrats = { - culture = misri - religion = sunni - size = 700 - } - - clergymen = { - culture = misri - religion = sunni - size = 325 - } - - artisans = { - culture = misri - religion = sunni - size = 5250 - } - - soldiers = { - culture = misri - religion = sunni - size = 2100 - } - - farmers = { - culture = misri - religion = sunni - size = 49625 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1850 - } + aristocrats = { + culture = circassian + religion = sunni + size = 650 + } + + artisans = { + culture = circassian + religion = sunni + size = 425 + } + + soldiers = { + culture = circassian + religion = sunni + size = 75 + } + + aristocrats = { + culture = misri + religion = sunni + size = 700 + } + + clergymen = { + culture = misri + religion = sunni + size = 325 + } + + artisans = { + culture = misri + religion = sunni + size = 5250 + } + + soldiers = { + culture = misri + religion = sunni + size = 2100 + } + + farmers = { + culture = misri + religion = sunni + size = 49625 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1850 + } } #Giza (386400/96600 POPS) 1750 = { - aristocrats = { - culture = circassian - religion = sunni - size = 950 - } - - artisans = { - culture = circassian - religion = sunni - size = 550 - } - - soldiers = { - culture = circassian - religion = sunni - size = 100 - } - - aristocrats = { - culture = misri - religion = sunni - size = 1100 - } - - clergymen = { - culture = misri - religion = sunni - size = 400 - } - - artisans = { - culture = misri - religion = sunni - size = 4050 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 74820 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 150 - } - - farmers = { - culture = misri - religion = coptic - size = 2800 - } + aristocrats = { + culture = circassian + religion = sunni + size = 950 + } + + artisans = { + culture = circassian + religion = sunni + size = 550 + } + + soldiers = { + culture = circassian + religion = sunni + size = 100 + } + + aristocrats = { + culture = misri + religion = sunni + size = 1100 + } + + clergymen = { + culture = misri + religion = sunni + size = 400 + } + + artisans = { + culture = misri + religion = sunni + size = 4050 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 74820 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 150 + } + + farmers = { + culture = misri + religion = coptic + size = 2800 + } } #Alexandria Region (736000) #under the rule of Egypt in 1836 #Alexandria (640000/160000 POPS) 1751 = { - aristocrats = { - culture = misri - religion = sunni - size = 2750 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 1150 - } - - officers = { - culture = misri - religion = sunni - size = 200 - } - - clergymen = { - culture = misri - religion = sunni - size = 425 - } - - artisans = { - culture = misri - religion = sunni - size = 10000 - } - - artisans = { - culture = misri - religion = sunni - size = 750 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 3000 - } - - soldiers = { - culture = misri - religion = sunni - size = 1000 - } - - farmers = { - culture = misri - religion = sunni - size = 116725 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 25 - } - - clergymen = { - culture = misri - religion = coptic - size = 125 - } - - artisans = { - culture = misri - religion = coptic - size = 750 - } - - farmers = { - culture = misri - religion = coptic - size = 12125 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 990 - } - - clergymen = { - culture = greek - religion = orthodox - size = 50 - } - - artisans = { - culture = greek - religion = orthodox - size = 1950 - } - - slaves = { - culture = nilotic - religion = animist - size = 6000 - } + aristocrats = { + culture = misri + religion = sunni + size = 2750 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 1150 + } + + officers = { + culture = misri + religion = sunni + size = 200 + } + + clergymen = { + culture = misri + religion = sunni + size = 425 + } + + artisans = { + culture = misri + religion = sunni + size = 10000 + } + + artisans = { + culture = misri + religion = sunni + size = 750 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 3000 + } + + soldiers = { + culture = misri + religion = sunni + size = 1000 + } + + farmers = { + culture = misri + religion = sunni + size = 116725 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 25 + } + + clergymen = { + culture = misri + religion = coptic + size = 125 + } + + artisans = { + culture = misri + religion = coptic + size = 750 + } + + farmers = { + culture = misri + religion = coptic + size = 12125 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 990 + } + + clergymen = { + culture = greek + religion = orthodox + size = 50 + } + + artisans = { + culture = greek + religion = orthodox + size = 1950 + } + + slaves = { + culture = nilotic + religion = animist + size = 6000 + } } #Matruh (60000/15000 POPS) 1752 = { - aristocrats = { - culture = misri - religion = sunni - size = 225 - } - - clergymen = { - culture = misri - religion = sunni - size = 125 - } - - artisans = { - culture = misri - religion = sunni - size = 600 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 10150 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } + aristocrats = { + culture = misri + religion = sunni + size = 225 + } + + clergymen = { + culture = misri + religion = sunni + size = 125 + } + + artisans = { + culture = misri + religion = sunni + size = 600 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 10150 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } } #Sidi Barrani (20000/5000 POPS) 1753 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4575 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4575 + } } #Siwa (16000/4000 POPS) 1754 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } } #Sinai Region (100000) #under the rule of Egypt in 1836 #Suez (72000/18000 POPS) 1755 = { - aristocrats = { - culture = misri - religion = sunni - size = 350 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 10 - } - - officers = { - culture = misri - religion = sunni - size = 25 - } - - clergymen = { - culture = misri - religion = sunni - size = 175 - } - - artisans = { - culture = misri - religion = sunni - size = 1900 - } - - soldiers = { - culture = misri - religion = sunni - size = 200 - } - - farmers = { - culture = misri - religion = sunni - size = 16340 - } + aristocrats = { + culture = misri + religion = sunni + size = 350 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 10 + } + + officers = { + culture = misri + religion = sunni + size = 25 + } + + clergymen = { + culture = misri + religion = sunni + size = 175 + } + + artisans = { + culture = misri + religion = sunni + size = 1900 + } + + soldiers = { + culture = misri + religion = sunni + size = 200 + } + + farmers = { + culture = misri + religion = sunni + size = 16340 + } } #Al Arish (16000/4000 POPS) 1756 = { - aristocrats = { - culture = misri - religion = sunni - size = 25 - } - - clergymen = { - culture = misri - religion = sunni - size = 50 - } - - artisans = { - culture = misri - religion = sunni - size = 1100 - } - - soldiers = { - culture = misri - religion = sunni - size = 25 - } - - farmers = { - culture = misri - religion = sunni - size = 1800 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1800 - } + aristocrats = { + culture = misri + religion = sunni + size = 25 + } + + clergymen = { + culture = misri + religion = sunni + size = 50 + } + + artisans = { + culture = misri + religion = sunni + size = 1100 + } + + soldiers = { + culture = misri + religion = sunni + size = 25 + } + + farmers = { + culture = misri + religion = sunni + size = 1800 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1800 + } } #Sharm al Shaykh (12000/3000 POPS) 1757 = { - aristocrats = { - culture = misri - religion = sunni - size = 15 - } - - clergymen = { - culture = misri - religion = sunni - size = 25 - } - - artisans = { - culture = misri - religion = sunni - size = 250 - } - - soldiers = { - culture = misri - religion = sunni - size = 10 - } - - farmers = { - culture = misri - religion = sunni - size = 900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5800 - } + aristocrats = { + culture = misri + religion = sunni + size = 15 + } + + clergymen = { + culture = misri + religion = sunni + size = 25 + } + + artisans = { + culture = misri + religion = sunni + size = 250 + } + + soldiers = { + culture = misri + religion = sunni + size = 10 + } + + farmers = { + culture = misri + religion = sunni + size = 900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5800 + } } #Hariga Region (56000) #uncolonized in 1836 #Farafra (8000/2000 POPS) 1758 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1800 + } } #Bawiti (12000/3000 POPS) 1759 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } } #Mut (20000/5000 POPS) 1760 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4575 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4575 + } } #Baris (16000/4000 POPS) 1761 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } } #Vostani Region (672000) #under the rule of Egypt in 1836 #Asyut (196000/49000 POPS) 1762 = { - aristocrats = { - culture = misri - religion = sunni - size = 625 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 110 - } - - officers = { - culture = misri - religion = sunni - size = 175 - } - - clergymen = { - culture = misri - religion = sunni - size = 150 - } - - artisans = { - culture = misri - religion = sunni - size = 2550 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 37390 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 15 - } - - clergymen = { - culture = misri - religion = coptic - size = 150 - } - - artisans = { - culture = misri - religion = coptic - size = 900 - } - - farmers = { - culture = misri - religion = coptic - size = 20935 - } + aristocrats = { + culture = misri + religion = sunni + size = 625 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 110 + } + + officers = { + culture = misri + religion = sunni + size = 175 + } + + clergymen = { + culture = misri + religion = sunni + size = 150 + } + + artisans = { + culture = misri + religion = sunni + size = 2550 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 37390 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 15 + } + + clergymen = { + culture = misri + religion = coptic + size = 150 + } + + artisans = { + culture = misri + religion = coptic + size = 900 + } + + farmers = { + culture = misri + religion = coptic + size = 20935 + } } #Bani Suwayf (76000/19000 OPS) } 1763 = { - aristocrats = { - culture = misri - religion = sunni - size = 275 - } - - clergymen = { - culture = misri - religion = sunni - size = 150 - } - - artisans = { - culture = misri - religion = sunni - size = 2800 - } - - soldiers = { - culture = misri - religion = sunni - size = 200 - } - - farmers = { - culture = misri - religion = sunni - size = 15575 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 150 - } - - farmers = { - culture = misri - religion = coptic - size = 2800 - } + aristocrats = { + culture = misri + religion = sunni + size = 275 + } + + clergymen = { + culture = misri + religion = sunni + size = 150 + } + + artisans = { + culture = misri + religion = sunni + size = 2800 + } + + soldiers = { + culture = misri + religion = sunni + size = 200 + } + + farmers = { + culture = misri + religion = sunni + size = 15575 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 150 + } + + farmers = { + culture = misri + religion = coptic + size = 2800 + } } #Minya (104000/26000 POPS) 1764 = { - aristocrats = { - culture = misri - religion = sunni - size = 375 - } - - clergymen = { - culture = misri - religion = sunni - size = 100 - } - - artisans = { - culture = misri - religion = sunni - size = 1550 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 18325 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 250 - } - - farmers = { - culture = misri - religion = coptic - size = 4800 - } + aristocrats = { + culture = misri + religion = sunni + size = 375 + } + + clergymen = { + culture = misri + religion = sunni + size = 100 + } + + artisans = { + culture = misri + religion = sunni + size = 1550 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 18325 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 250 + } + + farmers = { + culture = misri + religion = coptic + size = 4800 + } } #Fayyum (192000/48000 POPS) 1765 = { - aristocrats = { - culture = misri - religion = sunni - size = 800 - } - - clergymen = { - culture = misri - religion = sunni - size = 425 - } - - artisans = { - culture = misri - religion = sunni - size = 2100 - } - - soldiers = { - culture = misri - religion = sunni - size = 1100 - } - - farmers = { - culture = misri - religion = sunni - size = 37675 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 300 - } - - farmers = { - culture = misri - religion = coptic - size = 5650 - } + aristocrats = { + culture = misri + religion = sunni + size = 800 + } + + clergymen = { + culture = misri + religion = sunni + size = 425 + } + + artisans = { + culture = misri + religion = sunni + size = 2100 + } + + soldiers = { + culture = misri + religion = sunni + size = 1100 + } + + farmers = { + culture = misri + religion = sunni + size = 37675 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 300 + } + + farmers = { + culture = misri + religion = coptic + size = 5650 + } } #Suhaj (96000/24000 POPS) 2559 = { - aristocrats = { - culture = misri - religion = sunni - size = 400 - } - - clergymen = { - culture = misri - religion = sunni - size = 225 - } - - artisans = { - culture = misri - religion = sunni - size = 1100 - } - - soldiers = { - culture = misri - religion = sunni - size = 250 - } - - farmers = { - culture = misri - religion = sunni - size = 20025 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1850 - } + aristocrats = { + culture = misri + religion = sunni + size = 400 + } + + clergymen = { + culture = misri + religion = sunni + size = 225 + } + + artisans = { + culture = misri + religion = sunni + size = 1100 + } + + soldiers = { + culture = misri + religion = sunni + size = 250 + } + + farmers = { + culture = misri + religion = sunni + size = 20025 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1850 + } } #Said Region (244000) #under the rule of Egypt in 1836 #Aswan (48000/12000 POPS) 1766 = { - aristocrats = { - culture = misri - religion = sunni - size = 175 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 45 - } - - officers = { - culture = misri - religion = sunni - size = 75 - } - - clergymen = { - culture = misri - religion = sunni - size = 100 - } - - artisans = { - culture = misri - religion = sunni - size = 500 - } - - soldiers = { - culture = misri - religion = sunni - size = 125 - } - - farmers = { - culture = misri - religion = sunni - size = 8980 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 5 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1850 - } + aristocrats = { + culture = misri + religion = sunni + size = 175 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 45 + } + + officers = { + culture = misri + religion = sunni + size = 75 + } + + clergymen = { + culture = misri + religion = sunni + size = 100 + } + + artisans = { + culture = misri + religion = sunni + size = 500 + } + + soldiers = { + culture = misri + religion = sunni + size = 125 + } + + farmers = { + culture = misri + religion = sunni + size = 8980 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 5 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1850 + } } #Luxor (68000/17000 POPS) 1767 = { - aristocrats = { - culture = misri - religion = sunni - size = 225 - } - - clergymen = { - culture = misri - religion = sunni - size = 125 - } - - artisans = { - culture = misri - religion = sunni - size = 600 - } - - soldiers = { - culture = misri - religion = sunni - size = 175 - } - - farmers = { - culture = misri - religion = sunni - size = 10875 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 250 - } - - farmers = { - culture = misri - religion = coptic - size = 4700 - } + aristocrats = { + culture = misri + religion = sunni + size = 225 + } + + clergymen = { + culture = misri + religion = sunni + size = 125 + } + + artisans = { + culture = misri + religion = sunni + size = 600 + } + + soldiers = { + culture = misri + religion = sunni + size = 175 + } + + farmers = { + culture = misri + religion = sunni + size = 10875 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 250 + } + + farmers = { + culture = misri + religion = coptic + size = 4700 + } } #Idfu (76000/19000 POPS) 1768 = { - aristocrats = { - culture = misri - religion = sunni - size = 300 - } - - clergymen = { - culture = misri - religion = sunni - size = 175 - } - - artisans = { - culture = misri - religion = sunni - size = 850 - } - - soldiers = { - culture = misri - religion = sunni - size = 200 - } - - farmers = { - culture = misri - religion = sunni - size = 15475 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1850 - } + aristocrats = { + culture = misri + religion = sunni + size = 300 + } + + clergymen = { + culture = misri + religion = sunni + size = 175 + } + + artisans = { + culture = misri + religion = sunni + size = 850 + } + + soldiers = { + culture = misri + religion = sunni + size = 200 + } + + farmers = { + culture = misri + religion = sunni + size = 15475 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1850 + } } #Qina (52000/13000 POPS) 1769 = { - aristocrats = { - culture = misri - religion = sunni - size = 200 - } - - clergymen = { - culture = misri - religion = sunni - size = 100 - } - - artisans = { - culture = misri - religion = sunni - size = 550 - } - - soldiers = { - culture = misri - religion = sunni - size = 150 - } - - farmers = { - culture = misri - religion = sunni - size = 10000 - } - - clergymen = { - culture = misri - religion = coptic - size = 50 - } - - artisans = { - culture = misri - religion = coptic - size = 100 - } - - farmers = { - culture = misri - religion = coptic - size = 1850 - } + aristocrats = { + culture = misri + religion = sunni + size = 200 + } + + clergymen = { + culture = misri + religion = sunni + size = 100 + } + + artisans = { + culture = misri + religion = sunni + size = 550 + } + + soldiers = { + culture = misri + religion = sunni + size = 150 + } + + farmers = { + culture = misri + religion = sunni + size = 10000 + } + + clergymen = { + culture = misri + religion = coptic + size = 50 + } + + artisans = { + culture = misri + religion = coptic + size = 100 + } + + farmers = { + culture = misri + religion = coptic + size = 1850 + } } -#Red Sea Region (44000) #see Sudan.txt for balance of the region +#Red Sea Region (44000) #see Sudan.txt for balance of the region #under the rule of Egypt in 1836 #Qusayr (12000/3000 POPS) 1770 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } } #Marsa Alam (20000/5000 POPS) 1771 = { - aristocrats = { - culture = misri - religion = sunni - size = 15 - } - - clergymen = { - culture = misri - religion = sunni - size = 25 - } - - artisans = { - culture = misri - religion = sunni - size = 50 - } - - soldiers = { - culture = misri - religion = sunni - size = 10 - } - - farmers = { - culture = misri - religion = sunni - size = 900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } + aristocrats = { + culture = misri + religion = sunni + size = 15 + } + + clergymen = { + culture = misri + religion = sunni + size = 25 + } + + artisans = { + culture = misri + religion = sunni + size = 50 + } + + soldiers = { + culture = misri + religion = sunni + size = 10 + } + + farmers = { + culture = misri + religion = sunni + size = 900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } } #Ras Gharib (12000/3000 POPS) 1772 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Equatorial Guinea.txt b/HPM/history/pops/1836.1.1/Equatorial Guinea.txt index 368230f4..99c8b58c 100644 --- a/HPM/history/pops/1836.1.1/Equatorial Guinea.txt +++ b/HPM/history/pops/1836.1.1/Equatorial Guinea.txt @@ -3,150 +3,150 @@ #Fernando Po (11000/2750 POPS) 1955 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 10 - } - - officers = { - culture = forest_bantu - religion = animist - size = 20 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 20 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 120 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 50 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 530 - } - - aristocrats = { - culture = ibo - religion = animist - size = 10 - } - - officers = { - culture = ibo - religion = animist - size = 20 - } - - clergymen = { - culture = ibo - religion = animist - size = 20 - } - - artisans = { - culture = ibo - religion = animist - size = 120 - } - - soldiers = { - culture = ibo - religion = animist - size = 50 - } - - farmers = { - culture = ibo - religion = animist - size = 700 - } - - slaves = { - culture = kru - religion = animist - size = 630 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 10 + } + + officers = { + culture = forest_bantu + religion = animist + size = 20 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 20 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 120 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 50 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 530 + } + + aristocrats = { + culture = ibo + religion = animist + size = 10 + } + + officers = { + culture = ibo + religion = animist + size = 20 + } + + clergymen = { + culture = ibo + religion = animist + size = 20 + } + + artisans = { + culture = ibo + religion = animist + size = 120 + } + + soldiers = { + culture = ibo + religion = animist + size = 50 + } + + farmers = { + culture = ibo + religion = animist + size = 700 + } + + slaves = { + culture = kru + religion = animist + size = 630 + } } #uncolonized in 1836 -#Bata (132000/33000 POPS) +#Bata (132000/33000 POPS) 1973 = { - aristocrats = { - culture = fang - religion = animist - size = 350 - } - - clergymen = { - culture = fang - religion = animist - size = 300 - } - - artisans = { - culture = fang - religion = animist - size = 1500 - } - - soldiers = { - culture = fang - religion = animist - size = 350 - } - - farmers = { - culture = fang - religion = animist - size = 31500 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 100 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 1000 - } - - slaves = { - culture = ibo - religion = animist - size = 500 - } + aristocrats = { + culture = fang + religion = animist + size = 350 + } + + clergymen = { + culture = fang + religion = animist + size = 300 + } + + artisans = { + culture = fang + religion = animist + size = 1500 + } + + soldiers = { + culture = fang + religion = animist + size = 350 + } + + farmers = { + culture = fang + religion = animist + size = 31500 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 100 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 1000 + } + + slaves = { + culture = ibo + religion = animist + size = 500 + } } diff --git a/HPM/history/pops/1836.1.1/Eritrea.txt b/HPM/history/pops/1836.1.1/Eritrea.txt index d3c86127..544f1510 100644 --- a/HPM/history/pops/1836.1.1/Eritrea.txt +++ b/HPM/history/pops/1836.1.1/Eritrea.txt @@ -1,264 +1,264 @@ -#Eritrea Region (180000) -#under the rule of Egypt in 1836 -#Massawa (28000/7000 POPS) +#Eritrea Region (180000) +#under the rule of Egypt in 1836 +#Massawa (28000/7000 POPS) 1849 = { - aristocrats = { - culture = tigray - religion = sunni - size = 50 - } - - clergymen = { - culture = tigray - religion = sunni - size = 75 - } - - artisans = { - culture = tigray - religion = sunni - size = 150 - } - - soldiers = { - culture = tigray - religion = sunni - size = 25 - } - - farmers = { - culture = tigray - religion = sunni - size = 2700 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 5 - } - - soldiers = { - culture = misri - religion = sunni - size = 20 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } + aristocrats = { + culture = tigray + religion = sunni + size = 50 + } + + clergymen = { + culture = tigray + religion = sunni + size = 75 + } + + artisans = { + culture = tigray + religion = sunni + size = 150 + } + + soldiers = { + culture = tigray + religion = sunni + size = 25 + } + + farmers = { + culture = tigray + religion = sunni + size = 2700 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 5 + } + + soldiers = { + culture = misri + religion = sunni + size = 20 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } } -#Assab (44000/11000 POPS) +#Assab (44000/11000 POPS) 1851 = { - aristocrats = { - culture = tigray - religion = sunni - size = 125 - } - - clergymen = { - culture = tigray - religion = sunni - size = 75 - } - - artisans = { - culture = tigray - religion = sunni - size = 350 - } - - soldiers = { - culture = tigray - religion = sunni - size = 75 - } - - farmers = { - culture = tigray - religion = sunni - size = 6375 - } - - aristocrats = { - culture = afar - religion = sunni - size = 75 - } - - clergymen = { - culture = afar - religion = sunni - size = 75 - } - - artisans = { - culture = afar - religion = sunni - size = 200 - } - - soldiers = { - culture = afar - religion = sunni - size = 50 - } - - farmers = { - culture = afar - religion = sunni - size = 3600 - } + aristocrats = { + culture = tigray + religion = sunni + size = 125 + } + + clergymen = { + culture = tigray + religion = sunni + size = 75 + } + + artisans = { + culture = tigray + religion = sunni + size = 350 + } + + soldiers = { + culture = tigray + religion = sunni + size = 75 + } + + farmers = { + culture = tigray + religion = sunni + size = 6375 + } + + aristocrats = { + culture = afar + religion = sunni + size = 75 + } + + clergymen = { + culture = afar + religion = sunni + size = 75 + } + + artisans = { + culture = afar + religion = sunni + size = 200 + } + + soldiers = { + culture = afar + religion = sunni + size = 50 + } + + farmers = { + culture = afar + religion = sunni + size = 3600 + } } -#under the rule of Ethiopia in 1836 -#Asmara (80000/20000 POPS) +#under the rule of Ethiopia in 1836 +#Asmara (80000/20000 POPS) 1848 = { - aristocrats = { - culture = tigray - religion = coptic - size = 225 - } - - bureaucrats = { - culture = tigray - religion = coptic - size = 15 - } - - officers = { - culture = tigray - religion = coptic - size = 25 - } - - clergymen = { - culture = tigray - religion = coptic - size = 125 - } - - artisans = { - culture = tigray - religion = coptic - size = 600 - } - - soldiers = { - culture = tigray - religion = coptic - size = 125 - } - - farmers = { - culture = tigray - religion = coptic - size = 9825 - } - - aristocrats = { - culture = tigray - religion = sunni - size = 150 - } - - clergymen = { - culture = tigray - religion = sunni - size = 75 - } - - artisans = { - culture = tigray - religion = sunni - size = 400 - } - - soldiers = { - culture = tigray - religion = sunni - size = 75 - } - - farmers = { - culture = tigray - religion = sunni - size = 8800 - } - - slaves = { - culture = cushitic - religion = sunni - size = 500 - } + aristocrats = { + culture = tigray + religion = coptic + size = 225 + } + + bureaucrats = { + culture = tigray + religion = coptic + size = 15 + } + + officers = { + culture = tigray + religion = coptic + size = 25 + } + + clergymen = { + culture = tigray + religion = coptic + size = 125 + } + + artisans = { + culture = tigray + religion = coptic + size = 600 + } + + soldiers = { + culture = tigray + religion = coptic + size = 125 + } + + farmers = { + culture = tigray + religion = coptic + size = 9825 + } + + aristocrats = { + culture = tigray + religion = sunni + size = 150 + } + + clergymen = { + culture = tigray + religion = sunni + size = 75 + } + + artisans = { + culture = tigray + religion = sunni + size = 400 + } + + soldiers = { + culture = tigray + religion = sunni + size = 75 + } + + farmers = { + culture = tigray + religion = sunni + size = 8800 + } + + slaves = { + culture = cushitic + religion = sunni + size = 500 + } } -#Akordat (28000/7000 POPS) +#Akordat (28000/7000 POPS) 1850 = { - aristocrats = { - culture = tigray - religion = coptic - size = 125 - } - - clergymen = { - culture = tigray - religion = coptic - size = 75 - } - - artisans = { - culture = tigray - religion = coptic - size = 350 - } - - soldiers = { - culture = tigray - religion = coptic - size = 75 - } - - farmers = { - culture = tigray - religion = coptic - size = 6375 - } - - slaves = { - culture = cushitic - religion = sunni - size = 500 - } - - slaves = { - culture = nilotic - religion = animist - size = 500 - } + aristocrats = { + culture = tigray + religion = coptic + size = 125 + } + + clergymen = { + culture = tigray + religion = coptic + size = 75 + } + + artisans = { + culture = tigray + religion = coptic + size = 350 + } + + soldiers = { + culture = tigray + religion = coptic + size = 75 + } + + farmers = { + culture = tigray + religion = coptic + size = 6375 + } + + slaves = { + culture = cushitic + religion = sunni + size = 500 + } + + slaves = { + culture = nilotic + religion = animist + size = 500 + } } diff --git a/HPM/history/pops/1836.1.1/Estonia.txt b/HPM/history/pops/1836.1.1/Estonia.txt index caeaa66a..d28b713c 100644 --- a/HPM/history/pops/1836.1.1/Estonia.txt +++ b/HPM/history/pops/1836.1.1/Estonia.txt @@ -1,424 +1,424 @@ - #Estonia Region (436000) -#under the rule of Russia in 1836 -#Tallinn/Reval (160000/40000 POPS) + #Estonia Region (436000) +#under the rule of Russia in 1836 +#Tallinn/Reval (160000/40000 POPS) 349 = { - aristocrats = { - culture = estonian - religion = protestant - size = 100 - } - - officers = { - culture = estonian - religion = protestant - size = 100 - } - - clergymen = { - culture = estonian - religion = protestant - size = 325 - } - - artisans = { - culture = estonian - religion = protestant - size = 750 - } - - soldiers = { - culture = estonian - religion = protestant - size = 1600 - } - - farmers = { - culture = estonian - religion = protestant - size = 34425 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 375 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 75 - } - - officers = { - culture = north_german - religion = protestant - size = 125 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 825 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 100 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 100 - } - - officers = { - culture = swedish - religion = protestant - size = 100 - } - - artisans = { - culture = swedish - religion = protestant - size = 300 - } - - soldiers = { - culture = swedish - religion = protestant - size = 100 - } - - farmers = { - culture = swedish - religion = protestant - size = 400 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 425 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 175 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 100 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = estonian + religion = protestant + size = 100 + } + + officers = { + culture = estonian + religion = protestant + size = 100 + } + + clergymen = { + culture = estonian + religion = protestant + size = 325 + } + + artisans = { + culture = estonian + religion = protestant + size = 750 + } + + soldiers = { + culture = estonian + religion = protestant + size = 1600 + } + + farmers = { + culture = estonian + religion = protestant + size = 34425 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 375 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 75 + } + + officers = { + culture = north_german + religion = protestant + size = 125 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 825 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 100 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 100 + } + + officers = { + culture = swedish + religion = protestant + size = 100 + } + + artisans = { + culture = swedish + religion = protestant + size = 300 + } + + soldiers = { + culture = swedish + religion = protestant + size = 100 + } + + farmers = { + culture = swedish + religion = protestant + size = 400 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 425 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 175 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 100 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#Narva (184000/46000 POPS) +#Narva (184000/46000 POPS) 350 = { - clergymen = { - culture = estonian - religion = protestant - size = 425 - } - - artisans = { - culture = estonian - religion = protestant - size = 2300 - } - - soldiers = { - culture = estonian - religion = protestant - size = 1450 - } - - farmers = { - culture = estonian - religion = protestant - size = 39825 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 800 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1100 - } + clergymen = { + culture = estonian + religion = protestant + size = 425 + } + + artisans = { + culture = estonian + religion = protestant + size = 2300 + } + + soldiers = { + culture = estonian + religion = protestant + size = 1450 + } + + farmers = { + culture = estonian + religion = protestant + size = 39825 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 800 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1100 + } } -#Parnu (92000/23000 POPS) +#Parnu (92000/23000 POPS) 351 = { - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 550 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = estonian - religion = protestant - size = 400 - } - - artisans = { - culture = estonian - religion = protestant - size = 600 - } - - soldiers = { - culture = estonian - religion = protestant - size = 200 - } - - farmers = { - culture = estonian - religion = protestant - size = 20800 - } + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 550 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = estonian + religion = protestant + size = 400 + } + + artisans = { + culture = estonian + religion = protestant + size = 600 + } + + soldiers = { + culture = estonian + religion = protestant + size = 200 + } + + farmers = { + culture = estonian + religion = protestant + size = 20800 + } } -#Tartu/Dorpat (156000/39000 POPS) +#Tartu/Dorpat (156000/39000 POPS) 352 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 550 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = estonian - religion = protestant - size = 350 - } - - artisans = { - culture = estonian - religion = protestant - size = 1300 - } - - soldiers = { - culture = estonian - religion = protestant - size = 350 - } - - farmers = { - culture = estonian - religion = protestant - size = 34500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1325 - } + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 550 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = estonian + religion = protestant + size = 350 + } + + artisans = { + culture = estonian + religion = protestant + size = 1300 + } + + soldiers = { + culture = estonian + religion = protestant + size = 350 + } + + farmers = { + culture = estonian + religion = protestant + size = 34500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1325 + } } -#Kuressaare (16000/4000 POPS) +#Kuressaare (16000/4000 POPS) 353 = { - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = estonian - religion = protestant - size = 100 - } - - artisans = { - culture = estonian - religion = protestant - size = 100 - } - - soldiers = { - culture = estonian - religion = protestant - size = 100 - } - - farmers = { - culture = estonian - religion = protestant - size = 3225 - } + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = estonian + religion = protestant + size = 100 + } + + artisans = { + culture = estonian + religion = protestant + size = 100 + } + + soldiers = { + culture = estonian + religion = protestant + size = 100 + } + + farmers = { + culture = estonian + religion = protestant + size = 3225 + } } diff --git a/HPM/history/pops/1836.1.1/Ethiopia.txt b/HPM/history/pops/1836.1.1/Ethiopia.txt index 625a7c84..e02ebffd 100644 --- a/HPM/history/pops/1836.1.1/Ethiopia.txt +++ b/HPM/history/pops/1836.1.1/Ethiopia.txt @@ -2,1514 +2,1514 @@ #under the rule of Ethiopia in 1836 #Gonder (632000/158000 POPS) 1852 = { - aristocrats = { - culture = amhara - religion = coptic - size = 2100 - } - - bureaucrats = { - culture = amhara - religion = coptic - size = 455 - } - - officers = { - culture = amhara - religion = coptic - size = 420 - } - - clergymen = { - culture = amhara - religion = coptic - size = 1155 - } - - artisans = { - culture = amhara - religion = coptic - size = 5650 - } - - soldiers = { - culture = amhara - religion = coptic - size = 5020 - } - - farmers = { - culture = amhara - religion = coptic - size = 90000 - } - - slaves = { - culture = amhara - religion = coptic - size = 11200 - } - - aristocrats = { - culture = amhara - religion = jewish - size = 100 - } - - officers = { - culture = amhara - religion = jewish - size = 105 - } - - clergymen = { - culture = amhara - religion = jewish - size = 105 - } - - artisans = { - culture = amhara - religion = jewish - size = 350 - } - - soldiers = { - culture = amhara - religion = jewish - size = 1100 - } - - farmers = { - culture = amhara - religion = jewish - size = 7630 - } - - aristocrats = { - culture = tigray - religion = coptic - size = 775 - } - - officers = { - culture = tigray - religion = coptic - size = 100 - } - - clergymen = { - culture = tigray - religion = coptic - size = 100 - } - - artisans = { - culture = tigray - religion = coptic - size = 650 - } - - soldiers = { - culture = tigray - religion = coptic - size = 1100 - } - - farmers = { - culture = tigray - religion = coptic - size = 32300 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 775 - } - - officers = { - culture = oromo - religion = coptic - size = 100 - } - - clergymen = { - culture = oromo - religion = coptic - size = 100 - } - - artisans = { - culture = oromo - religion = coptic - size = 650 - } - - soldiers = { - culture = oromo - religion = coptic - size = 1100 - } - - farmers = { - culture = oromo - religion = coptic - size = 2300 - } - - slaves = { - culture = oromo - religion = sunni - size = 3800 - } + aristocrats = { + culture = amhara + religion = coptic + size = 2100 + } + + bureaucrats = { + culture = amhara + religion = coptic + size = 455 + } + + officers = { + culture = amhara + religion = coptic + size = 420 + } + + clergymen = { + culture = amhara + religion = coptic + size = 1155 + } + + artisans = { + culture = amhara + religion = coptic + size = 5650 + } + + soldiers = { + culture = amhara + religion = coptic + size = 5020 + } + + farmers = { + culture = amhara + religion = coptic + size = 90000 + } + + slaves = { + culture = amhara + religion = coptic + size = 11200 + } + + aristocrats = { + culture = amhara + religion = jewish + size = 100 + } + + officers = { + culture = amhara + religion = jewish + size = 105 + } + + clergymen = { + culture = amhara + religion = jewish + size = 105 + } + + artisans = { + culture = amhara + religion = jewish + size = 350 + } + + soldiers = { + culture = amhara + religion = jewish + size = 1100 + } + + farmers = { + culture = amhara + religion = jewish + size = 7630 + } + + aristocrats = { + culture = tigray + religion = coptic + size = 775 + } + + officers = { + culture = tigray + religion = coptic + size = 100 + } + + clergymen = { + culture = tigray + religion = coptic + size = 100 + } + + artisans = { + culture = tigray + religion = coptic + size = 650 + } + + soldiers = { + culture = tigray + religion = coptic + size = 1100 + } + + farmers = { + culture = tigray + religion = coptic + size = 32300 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 775 + } + + officers = { + culture = oromo + religion = coptic + size = 100 + } + + clergymen = { + culture = oromo + religion = coptic + size = 100 + } + + artisans = { + culture = oromo + religion = coptic + size = 650 + } + + soldiers = { + culture = oromo + religion = coptic + size = 1100 + } + + farmers = { + culture = oromo + religion = coptic + size = 2300 + } + + slaves = { + culture = oromo + religion = sunni + size = 3800 + } } #Debre Tabor (656000/164000 POPS) 1853 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1400 - } - - clergymen = { - culture = amhara - religion = coptic - size = 700 - } - - artisans = { - culture = amhara - religion = coptic - size = 2900 - } - - soldiers = { - culture = amhara - religion = coptic - size = 5000 - } - - farmers = { - culture = amhara - religion = coptic - size = 113500 - } - - slaves = { - culture = amhara - religion = coptic - size = 10000 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 800 - } - - clergymen = { - culture = oromo - religion = coptic - size = 440 - } - - artisans = { - culture = oromo - religion = coptic - size = 4810 - } - - farmers = { - culture = oromo - religion = coptic - size = 7750 - } - - slaves = { - culture = oromo - religion = animist - size = 16700 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1400 + } + + clergymen = { + culture = amhara + religion = coptic + size = 700 + } + + artisans = { + culture = amhara + religion = coptic + size = 2900 + } + + soldiers = { + culture = amhara + religion = coptic + size = 5000 + } + + farmers = { + culture = amhara + religion = coptic + size = 113500 + } + + slaves = { + culture = amhara + religion = coptic + size = 10000 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 800 + } + + clergymen = { + culture = oromo + religion = coptic + size = 440 + } + + artisans = { + culture = oromo + religion = coptic + size = 4810 + } + + farmers = { + culture = oromo + religion = coptic + size = 7750 + } + + slaves = { + culture = oromo + religion = animist + size = 16700 + } } #Matamma (652000/163000 POPS) 1854 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1425 - } - - clergymen = { - culture = amhara - religion = coptic - size = 735 - } - - artisans = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 2240 - } - - farmers = { - culture = amhara - religion = coptic - size = 110000 - } - - slaves = { - culture = amhara - religion = coptic - size = 5600 - } - - aristocrats = { - culture = amhara - religion = jewish - size = 145 - } - - clergymen = { - culture = amhara - religion = jewish - size = 110 - } - - artisans = { - culture = amhara - religion = jewish - size = 800 - } - - soldiers = { - culture = amhara - religion = jewish - size = 145 - } - - farmers = { - culture = amhara - religion = jewish - size = 11800 - } - - aristocrats = { - culture = luo - religion = animist - size = 1470 - } - - clergymen = { - culture = luo - religion = animist - size = 170 - } - - artisans = { - culture = luo - religion = animist - size = 3150 - } - - soldiers = { - culture = luo - religion = animist - size = 770 - } - - farmers = { - culture = luo - religion = animist - size = 15840 - } - - slaves = { - culture = luo - religion = animist - size = 5600 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1425 + } + + clergymen = { + culture = amhara + religion = coptic + size = 735 + } + + artisans = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 2240 + } + + farmers = { + culture = amhara + religion = coptic + size = 110000 + } + + slaves = { + culture = amhara + religion = coptic + size = 5600 + } + + aristocrats = { + culture = amhara + religion = jewish + size = 145 + } + + clergymen = { + culture = amhara + religion = jewish + size = 110 + } + + artisans = { + culture = amhara + religion = jewish + size = 800 + } + + soldiers = { + culture = amhara + religion = jewish + size = 145 + } + + farmers = { + culture = amhara + religion = jewish + size = 11800 + } + + aristocrats = { + culture = luo + religion = animist + size = 1470 + } + + clergymen = { + culture = luo + religion = animist + size = 170 + } + + artisans = { + culture = luo + religion = animist + size = 3150 + } + + soldiers = { + culture = luo + religion = animist + size = 770 + } + + farmers = { + culture = luo + religion = animist + size = 15840 + } + + slaves = { + culture = luo + religion = animist + size = 5600 + } } #Debre Markos (1100000/275000 POPS) 1855 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1450 - } - - clergymen = { - culture = amhara - religion = coptic - size = 760 - } - - artisans = { - culture = amhara - religion = coptic - size = 3050 - } - - soldiers = { - culture = amhara - religion = coptic - size = 1740 - } - - farmers = { - culture = amhara - religion = coptic - size = 184500 - } - - slaves = { - culture = amhara - religion = coptic - size = 7000 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 1900 - } - - clergymen = { - culture = oromo - religion = coptic - size = 500 - } - - artisans = { - culture = oromo - religion = animist - size = 8000 - } - - soldiers = { - culture = oromo - religion = coptic - size = 3000 - } - - soldiers = { - culture = oromo - religion = coptic - size = 1300 - } - - farmers = { - culture = oromo - religion = coptic - size = 50000 - } - - slaves = { - culture = oromo - religion = animist - size = 9800 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1450 + } + + clergymen = { + culture = amhara + religion = coptic + size = 760 + } + + artisans = { + culture = amhara + religion = coptic + size = 3050 + } + + soldiers = { + culture = amhara + religion = coptic + size = 1740 + } + + farmers = { + culture = amhara + religion = coptic + size = 184500 + } + + slaves = { + culture = amhara + religion = coptic + size = 7000 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 1900 + } + + clergymen = { + culture = oromo + religion = coptic + size = 500 + } + + artisans = { + culture = oromo + religion = animist + size = 8000 + } + + soldiers = { + culture = oromo + religion = coptic + size = 3000 + } + + soldiers = { + culture = oromo + religion = coptic + size = 1300 + } + + farmers = { + culture = oromo + religion = coptic + size = 50000 + } + + slaves = { + culture = oromo + religion = animist + size = 9800 + } } #Tigray Region (316000) #under the rule of Ethiopia in 1836 #Aksum (196000/49000 POPS) 1856 = { - aristocrats = { - culture = tigray - religion = coptic - size = 800 - } - - bureaucrats = { - culture = tigray - religion = coptic - size = 75 - } - - officers = { - culture = tigray - religion = coptic - size = 70 - } - - clergymen = { - culture = tigray - religion = coptic - size = 420 - } - - artisans = { - culture = tigray - religion = coptic - size = 1750 - } - - soldiers = { - culture = tigray - religion = coptic - size = 2400 - } - - farmers = { - culture = tigray - religion = coptic - size = 62485 - } - - slaves = { - culture = tigray - religion = coptic - size = 7000 - } - - aristocrats = { - culture = amhara - religion = coptic - size = 100 - } - - officers = { - culture = amhara - religion = coptic - size = 100 - } - - clergymen = { - culture = amhara - religion = coptic - size = 100 - } - - artisans = { - culture = amhara - religion = coptic - size = 280 - } - - soldiers = { - culture = amhara - religion = coptic - size = 100 - } - - farmers = { - culture = amhara - religion = coptic - size = 2075 - } - - slaves = { - culture = nilotic - religion = animist - size = 1400 - } + aristocrats = { + culture = tigray + religion = coptic + size = 800 + } + + bureaucrats = { + culture = tigray + religion = coptic + size = 75 + } + + officers = { + culture = tigray + religion = coptic + size = 70 + } + + clergymen = { + culture = tigray + religion = coptic + size = 420 + } + + artisans = { + culture = tigray + religion = coptic + size = 1750 + } + + soldiers = { + culture = tigray + religion = coptic + size = 2400 + } + + farmers = { + culture = tigray + religion = coptic + size = 62485 + } + + slaves = { + culture = tigray + religion = coptic + size = 7000 + } + + aristocrats = { + culture = amhara + religion = coptic + size = 100 + } + + officers = { + culture = amhara + religion = coptic + size = 100 + } + + clergymen = { + culture = amhara + religion = coptic + size = 100 + } + + artisans = { + culture = amhara + religion = coptic + size = 280 + } + + soldiers = { + culture = amhara + religion = coptic + size = 100 + } + + farmers = { + culture = amhara + religion = coptic + size = 2075 + } + + slaves = { + culture = nilotic + religion = animist + size = 1400 + } } #Antalo (180000/45000 POPS) 1857 = { - aristocrats = { - culture = amhara - religion = coptic - size = 700 - } - - clergymen = { - culture = amhara - religion = coptic - size = 350 - } - - artisans = { - culture = amhara - religion = coptic - size = 1500 - } - - soldiers = { - culture = amhara - religion = coptic - size = 2400 - } - - farmers = { - culture = amhara - religion = coptic - size = 24550 - } - - slaves = { - culture = oromo - religion = sunni - size = 22000 - } - - aristocrats = { - culture = tigray - religion = coptic - size = 140 - } - - clergymen = { - culture = tigray - religion = coptic - size = 110 - } - - artisans = { - culture = tigray - religion = coptic - size = 425 - } - - soldiers = { - culture = tigray - religion = coptic - size = 100 - } - - farmers = { - culture = tigray - religion = coptic - size = 22750 - } + aristocrats = { + culture = amhara + religion = coptic + size = 700 + } + + clergymen = { + culture = amhara + religion = coptic + size = 350 + } + + artisans = { + culture = amhara + religion = coptic + size = 1500 + } + + soldiers = { + culture = amhara + religion = coptic + size = 2400 + } + + farmers = { + culture = amhara + religion = coptic + size = 24550 + } + + slaves = { + culture = oromo + religion = sunni + size = 22000 + } + + aristocrats = { + culture = tigray + religion = coptic + size = 140 + } + + clergymen = { + culture = tigray + religion = coptic + size = 110 + } + + artisans = { + culture = tigray + religion = coptic + size = 425 + } + + soldiers = { + culture = tigray + religion = coptic + size = 100 + } + + farmers = { + culture = tigray + religion = coptic + size = 22750 + } } #Awsa (68000/17000 POPS) 1858 = { - aristocrats = { - culture = afar - religion = sunni - size = 315 - } - - clergymen = { - culture = afar - religion = sunni - size = 175 - } - - artisans = { - culture = afar - religion = sunni - size = 700 - } - - soldiers = { - culture = afar - religion = sunni - size = 175 - } - - farmers = { - culture = afar - religion = sunni - size = 12635 - } - - slaves = { - culture = cushitic - religion = animist - size = 3000 - } + aristocrats = { + culture = afar + religion = sunni + size = 315 + } + + clergymen = { + culture = afar + religion = sunni + size = 175 + } + + artisans = { + culture = afar + religion = sunni + size = 700 + } + + soldiers = { + culture = afar + religion = sunni + size = 175 + } + + farmers = { + culture = afar + religion = sunni + size = 12635 + } + + slaves = { + culture = cushitic + religion = animist + size = 3000 + } } #Shoa Region (2068000) #under the rule of Ethiopia in 1836 #Ankober (1236000/309000 POPS) 1859 = { - aristocrats = { - culture = amhara - religion = coptic - size = 11175 - } - - bureaucrats = { - culture = amhara - religion = coptic - size = 665 - } - - officers = { - culture = amhara - religion = coptic - size = 660 - } - - clergymen = { - culture = amhara - religion = coptic - size = 5700 - } - - artisans = { - culture = amhara - religion = coptic - size = 10000 - } - - artisans = { - culture = amhara - religion = coptic - size = 10000 - } - - artisans = { - culture = amhara - religion = coptic - size = 2800 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - farmers = { - culture = amhara - religion = coptic - size = 62400 - } - - slaves = { - culture = amhara - religion = coptic - size = 21600 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 3225 - } - - bureaucrats = { - culture = oromo - religion = coptic - size = 180 - } - - officers = { - culture = oromo - religion = coptic - size = 600 - } - - clergymen = { - culture = oromo - religion = coptic - size = 1730 - } - - artisans = { - culture = oromo - religion = coptic - size = 6900 - } - - soldiers = { - culture = oromo - religion = coptic - size = 2065 - } - - farmers = { - culture = oromo - religion = coptic - size = 110000 - } - - slaves = { - culture = oromo - religion = sunni - size = 57300 - } - - aristocrats = { - culture = harari - religion = sunni - size = 275 - } - - clergymen = { - culture = harari - religion = sunni - size = 100 - } - - artisans = { - culture = harari - religion = sunni - size = 800 - } - - soldiers = { - culture = harari - religion = sunni - size = 1250 - } - - farmers = { - culture = harari - religion = coptic - size = 20000 - } - - aristocrats = { - culture = harari - religion = coptic - size = 275 - } - - clergymen = { - culture = harari - religion = coptic - size = 100 - } - - artisans = { - culture = harari - religion = coptic - size = 800 - } - - soldiers = { - culture = harari - religion = coptic - size = 1250 - } - - farmers = { - culture = harari - religion = coptic - size = 20000 - } - + aristocrats = { + culture = amhara + religion = coptic + size = 11175 + } + + bureaucrats = { + culture = amhara + religion = coptic + size = 665 + } + + officers = { + culture = amhara + religion = coptic + size = 660 + } + + clergymen = { + culture = amhara + religion = coptic + size = 5700 + } + + artisans = { + culture = amhara + religion = coptic + size = 10000 + } + + artisans = { + culture = amhara + religion = coptic + size = 10000 + } + + artisans = { + culture = amhara + religion = coptic + size = 2800 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + farmers = { + culture = amhara + religion = coptic + size = 62400 + } + + slaves = { + culture = amhara + religion = coptic + size = 21600 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 3225 + } + + bureaucrats = { + culture = oromo + religion = coptic + size = 180 + } + + officers = { + culture = oromo + religion = coptic + size = 600 + } + + clergymen = { + culture = oromo + religion = coptic + size = 1730 + } + + artisans = { + culture = oromo + religion = coptic + size = 6900 + } + + soldiers = { + culture = oromo + religion = coptic + size = 2065 + } + + farmers = { + culture = oromo + religion = coptic + size = 110000 + } + + slaves = { + culture = oromo + religion = sunni + size = 57300 + } + + aristocrats = { + culture = harari + religion = sunni + size = 275 + } + + clergymen = { + culture = harari + religion = sunni + size = 100 + } + + artisans = { + culture = harari + religion = sunni + size = 800 + } + + soldiers = { + culture = harari + religion = sunni + size = 1250 + } + + farmers = { + culture = harari + religion = coptic + size = 20000 + } + + aristocrats = { + culture = harari + religion = coptic + size = 275 + } + + clergymen = { + culture = harari + religion = coptic + size = 100 + } + + artisans = { + culture = harari + religion = coptic + size = 800 + } + + soldiers = { + culture = harari + religion = coptic + size = 1250 + } + + farmers = { + culture = harari + religion = coptic + size = 20000 + } + } #Awasa (448000/115000 POPS) 1860 = { - aristocrats = { - culture = oromo - religion = sunni - size = 1325 - } - - clergymen = { - culture = oromo - religion = sunni - size = 675 - } - - artisans = { - culture = oromo - religion = sunni - size = 2725 - } - - farmers = { - culture = oromo - religion = sunni - size = 53300 - } - - slaves = { - culture = oromo - religion = animist - size = 10000 - } - - aristocrats = { - culture = oromo #From here on they were amhara and coptic - religion = sunni - size = 925 - } - - clergymen = { - culture = oromo - religion = sunni - size = 475 - } - - artisans = { - culture = oromo - religion = sunni - size = 1900 - } - - soldiers = { - culture = oromo - religion = sunni - size = 475 - } - - farmers = { - culture = oromo - religion = sunni - size = 43225 - } + aristocrats = { + culture = oromo + religion = sunni + size = 1325 + } + + clergymen = { + culture = oromo + religion = sunni + size = 675 + } + + artisans = { + culture = oromo + religion = sunni + size = 2725 + } + + farmers = { + culture = oromo + religion = sunni + size = 53300 + } + + slaves = { + culture = oromo + religion = animist + size = 10000 + } + + aristocrats = { + culture = oromo #From here on they were amhara and coptic + religion = sunni + size = 925 + } + + clergymen = { + culture = oromo + religion = sunni + size = 475 + } + + artisans = { + culture = oromo + religion = sunni + size = 1900 + } + + soldiers = { + culture = oromo + religion = sunni + size = 475 + } + + farmers = { + culture = oromo + religion = sunni + size = 43225 + } } #Aselia (384000/96000 POPS) 1861 = { - aristocrats = { - culture = oromo - religion = sunni - size = 1250 - } - - clergymen = { - culture = oromo - religion = sunni - size = 150 - } - - artisans = { - culture = oromo - religion = sunni - size = 2650 - } - - soldiers = { - culture = oromo - religion = sunni - size = 450 - } - - farmers = { - culture = oromo - religion = sunni - size = 50500 - } - - slaves = { - culture = oromo - religion = sunni - size = 10000 - } - - #From here on they were amhara and coptic - aristocrats = { - culture = oromo - religion = sunni - size = 600 - } - - clergymen = { - culture = oromo - religion = sunni - size = 300 - } - - artisans = { - culture = oromo - religion = sunni - size = 1250 - } - - soldiers = { - culture = oromo - religion = sunni - size = 325 - } - - farmers = { - culture = oromo - religion = sunni - size = 26525 - } - - slaves = { - culture = oromo - religion = sunni - size = 2000 - } + aristocrats = { + culture = oromo + religion = sunni + size = 1250 + } + + clergymen = { + culture = oromo + religion = sunni + size = 150 + } + + artisans = { + culture = oromo + religion = sunni + size = 2650 + } + + soldiers = { + culture = oromo + religion = sunni + size = 450 + } + + farmers = { + culture = oromo + religion = sunni + size = 50500 + } + + slaves = { + culture = oromo + religion = sunni + size = 10000 + } + + #From here on they were amhara and coptic + aristocrats = { + culture = oromo + religion = sunni + size = 600 + } + + clergymen = { + culture = oromo + religion = sunni + size = 300 + } + + artisans = { + culture = oromo + religion = sunni + size = 1250 + } + + soldiers = { + culture = oromo + religion = sunni + size = 325 + } + + farmers = { + culture = oromo + religion = sunni + size = 26525 + } + + slaves = { + culture = oromo + religion = sunni + size = 2000 + } } #Sidamo-Welega Region (1628000) #under the "rule" of Ethiopia in 1836 #Bonga (516000/129000 POPS) 1862 = { - aristocrats = { - culture = kefficho - religion = animist - size = 1000 - } - - officers = { - culture = kefficho - religion = animist - size = 100 - } - - clergymen = { - culture = kefficho - religion = animist - size = 100 - } - - soldiers = { - culture = kefficho - religion = animist - size = 2000 - } - - farmers = { - culture = kefficho - religion = animist - size = 10100 - } - - aristocrats = { - culture = kefficho - religion = coptic - size = 840 - } - - officers = { - culture = kefficho - religion = coptic - size = 100 - } - - clergymen = { - culture = kefficho - religion = coptic - size = 100 - } - - soldiers = { - culture = kefficho - religion = coptic - size = 2000 - } - - farmers = { - culture = kefficho - religion = coptic - size = 7000 - } - - aristocrats = { - culture = cushitic #sidama - religion = animist - size = 4225 - } - - clergymen = { - culture = cushitic #sidama - religion = animist - size = 625 - } - - artisans = { - culture = cushitic #sidama - religion = animist - size = 5350 - } - - soldiers = { - culture = cushitic #sidama - religion = animist - size = 1500 - } - - farmers = { - culture = cushitic #sidama - religion = animist - size = 106500 - } - - slaves = { - culture = cushitic - religion = animist - size = 8200 - } - - aristocrats = { - culture = luo - religion = animist - size = 1300 - } - - clergymen = { - culture = luo - religion = animist - size = 100 - } - - soldiers = { - culture = luo - religion = animist - size = 500 - } - - artisans = { - culture = luo - religion = animist - size = 2000 - } - - farmers = { - culture = luo - religion = animist - size = 42500 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 500 - } - - officers = { - culture = oromo - religion = sunni - size = 100 - } - - clergymen = { - culture = oromo - religion = sunni - size = 100 - } - - soldiers = { - culture = oromo - religion = sunni - size = 2000 - } - - farmers = { - culture = oromo - religion = sunni - size = 47300 - } - - aristocrats = { - culture = amhara - religion = coptic - size = 100 - } - - clergymen = { - culture = amhara - religion = coptic - size = 100 - } - - artisans = { - culture = amhara - religion = coptic - size = 500 - } - - soldiers = { - culture = amhara - religion = coptic - size = 500 - } - - farmers = { - culture = amhara - religion = coptic - size = 8000 - } + aristocrats = { + culture = kefficho + religion = animist + size = 1000 + } + + officers = { + culture = kefficho + religion = animist + size = 100 + } + + clergymen = { + culture = kefficho + religion = animist + size = 100 + } + + soldiers = { + culture = kefficho + religion = animist + size = 2000 + } + + farmers = { + culture = kefficho + religion = animist + size = 10100 + } + + aristocrats = { + culture = kefficho + religion = coptic + size = 840 + } + + officers = { + culture = kefficho + religion = coptic + size = 100 + } + + clergymen = { + culture = kefficho + religion = coptic + size = 100 + } + + soldiers = { + culture = kefficho + religion = coptic + size = 2000 + } + + farmers = { + culture = kefficho + religion = coptic + size = 7000 + } + + aristocrats = { + culture = cushitic #sidama + religion = animist + size = 4225 + } + + clergymen = { + culture = cushitic #sidama + religion = animist + size = 625 + } + + artisans = { + culture = cushitic #sidama + religion = animist + size = 5350 + } + + soldiers = { + culture = cushitic #sidama + religion = animist + size = 1500 + } + + farmers = { + culture = cushitic #sidama + religion = animist + size = 106500 + } + + slaves = { + culture = cushitic + religion = animist + size = 8200 + } + + aristocrats = { + culture = luo + religion = animist + size = 1300 + } + + clergymen = { + culture = luo + religion = animist + size = 100 + } + + soldiers = { + culture = luo + religion = animist + size = 500 + } + + artisans = { + culture = luo + religion = animist + size = 2000 + } + + farmers = { + culture = luo + religion = animist + size = 42500 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 500 + } + + officers = { + culture = oromo + religion = sunni + size = 100 + } + + clergymen = { + culture = oromo + religion = sunni + size = 100 + } + + soldiers = { + culture = oromo + religion = sunni + size = 2000 + } + + farmers = { + culture = oromo + religion = sunni + size = 47300 + } + + aristocrats = { + culture = amhara + religion = coptic + size = 100 + } + + clergymen = { + culture = amhara + religion = coptic + size = 100 + } + + artisans = { + culture = amhara + religion = coptic + size = 500 + } + + soldiers = { + culture = amhara + religion = coptic + size = 500 + } + + farmers = { + culture = amhara + religion = coptic + size = 8000 + } } #Asosa (756000/189000 POPS) 1863 = { - aristocrats = { - culture = amhara - religion = coptic - size = 200 - } - - clergymen = { - culture = amhara - religion = coptic - size = 310 - } - - artisans = { - culture = amhara - religion = coptic - size = 1200 - } - - soldiers = { - culture = amhara - religion = coptic - size = 1100 - } - farmers = { - culture = amhara - religion = coptic - size = 20850 - } - - slaves = { - culture = amhara - religion = coptic - size = 6000 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 1650 - } - - clergymen = { - culture = oromo - religion = sunni - size = 835 - } - - artisans = { - culture = oromo - religion = sunni - size = 3350 - } - - soldiers = { - culture = oromo - religion = sunni - size = 240 - } - - farmers = { - culture = oromo - religion = sunni - size = 57500 - } - - slaves = { - culture = oromo - religion = sunni - size = 49425 - } - - clergymen = { - culture = cushitic - religion = animist - size = 435 - } - - farmers = { - culture = cushitic - religion = animist - size = 41000 - } + aristocrats = { + culture = amhara + religion = coptic + size = 200 + } + + clergymen = { + culture = amhara + religion = coptic + size = 310 + } + + artisans = { + culture = amhara + religion = coptic + size = 1200 + } + + soldiers = { + culture = amhara + religion = coptic + size = 1100 + } + farmers = { + culture = amhara + religion = coptic + size = 20850 + } + + slaves = { + culture = amhara + religion = coptic + size = 6000 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 1650 + } + + clergymen = { + culture = oromo + religion = sunni + size = 835 + } + + artisans = { + culture = oromo + religion = sunni + size = 3350 + } + + soldiers = { + culture = oromo + religion = sunni + size = 240 + } + + farmers = { + culture = oromo + religion = sunni + size = 57500 + } + + slaves = { + culture = oromo + religion = sunni + size = 49425 + } + + clergymen = { + culture = cushitic + religion = animist + size = 435 + } + + farmers = { + culture = cushitic + religion = animist + size = 41000 + } } #Negele (720000/180000 POPS) 1864 = { - aristocrats = { - culture = oromo - religion = sunni - size = 875 - } - - clergymen = { - culture = oromo - religion = sunni - size = 450 - } - - artisans = { - culture = oromo - religion = sunni - size = 1850 - } - - soldiers = { - culture = oromo - religion = sunni - size = 450 - } - - farmers = { - culture = oromo - religion = sunni - size = 35375 - } - - slaves = { - culture = oromo - religion = sunni - size = 27000 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 500 - } - - clergymen = { - culture = cushitic - religion = animist - size = 275 - } - - artisans = { - culture = cushitic - religion = animist - size = 1075 - } - - soldiers = { - culture = cushitic - religion = animist - size = 275 - } - - farmers = { - culture = cushitic - religion = animist - size = 9875 - } - - slaves = { - culture = cushitic - religion = animist - size = 7000 - } + aristocrats = { + culture = oromo + religion = sunni + size = 875 + } + + clergymen = { + culture = oromo + religion = sunni + size = 450 + } + + artisans = { + culture = oromo + religion = sunni + size = 1850 + } + + soldiers = { + culture = oromo + religion = sunni + size = 450 + } + + farmers = { + culture = oromo + religion = sunni + size = 35375 + } + + slaves = { + culture = oromo + religion = sunni + size = 27000 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 500 + } + + clergymen = { + culture = cushitic + religion = animist + size = 275 + } + + artisans = { + culture = cushitic + religion = animist + size = 1075 + } + + soldiers = { + culture = cushitic + religion = animist + size = 275 + } + + farmers = { + culture = cushitic + religion = animist + size = 9875 + } + + slaves = { + culture = cushitic + religion = animist + size = 7000 + } } #Ogaden Region (786000) #under the "rule" of Ethiopia in 1836 #Harer (384000/96000 POPS) 1865 = { - aristocrats = { - culture = harari - religion = sunni - size = 910 - } - - bureaucrats = { - culture = harari - religion = sunni - size = 25 - } - - officers = { - culture = harari - religion = sunni - size = 25 - } - - clergymen = { - culture = harari - religion = sunni - size = 285 - } - - artisans = { - culture = harari - religion = sunni - size = 1900 - } - - soldiers = { - culture = harari - religion = sunni - size = 1100 - } - - farmers = { - culture = harari - religion = sunni - size = 39215 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 300 - } - - clergymen = { - culture = oromo - religion = sunni - size = 165 - } - - artisans = { - culture = oromo - religion = sunni - size = 700 - } - - soldiers = { - culture = oromo - religion = sunni - size = 1170 - } - - farmers = { - culture = oromo - religion = sunni - size = 11665 - } - - slaves = { - culture = cushitic - religion = animist - size = 2200 - } - - aristocrats = { - culture = somali - religion = sunni - size = 950 - } - - clergymen = { - culture = somali - religion = sunni - size = 475 - } - - artisans = { - culture = somali - religion = sunni - size = 2400 - } - - soldiers = { - culture = somali - religion = sunni - size = 175 - } - - farmers = { - culture = somali - religion = sunni - size = 32800 - } + aristocrats = { + culture = harari + religion = sunni + size = 910 + } + + bureaucrats = { + culture = harari + religion = sunni + size = 25 + } + + officers = { + culture = harari + religion = sunni + size = 25 + } + + clergymen = { + culture = harari + religion = sunni + size = 285 + } + + artisans = { + culture = harari + religion = sunni + size = 1900 + } + + soldiers = { + culture = harari + religion = sunni + size = 1100 + } + + farmers = { + culture = harari + religion = sunni + size = 39215 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 300 + } + + clergymen = { + culture = oromo + religion = sunni + size = 165 + } + + artisans = { + culture = oromo + religion = sunni + size = 700 + } + + soldiers = { + culture = oromo + religion = sunni + size = 1170 + } + + farmers = { + culture = oromo + religion = sunni + size = 11665 + } + + slaves = { + culture = cushitic + religion = animist + size = 2200 + } + + aristocrats = { + culture = somali + religion = sunni + size = 950 + } + + clergymen = { + culture = somali + religion = sunni + size = 475 + } + + artisans = { + culture = somali + religion = sunni + size = 2400 + } + + soldiers = { + culture = somali + religion = sunni + size = 175 + } + + farmers = { + culture = somali + religion = sunni + size = 32800 + } } #uncolonized in 1836 #Goba (296000/74000 POPS) 1866 = { - aristocrats = { - culture = oromo - religion = sunni - size = 625 - } - - clergymen = { - culture = oromo - religion = sunni - size = 325 - } - - artisans = { - culture = oromo - religion = sunni - size = 1600 - } - - soldiers = { - culture = oromo - religion = sunni - size = 1050 - } - - farmers = { - culture = oromo - religion = sunni - size = 38500 - } - - slaves = { - culture = cushitic - religion = animist - size = 5000 - } - + aristocrats = { + culture = oromo + religion = sunni + size = 625 + } + + clergymen = { + culture = oromo + religion = sunni + size = 325 + } + + artisans = { + culture = oromo + religion = sunni + size = 1600 + } + + soldiers = { + culture = oromo + religion = sunni + size = 1050 + } + + farmers = { + culture = oromo + religion = sunni + size = 38500 + } + + slaves = { + culture = cushitic + religion = animist + size = 5000 + } + } #Werder (328000/82000 POPS) 1867 = { - clergymen = { - culture = oromo - religion = sunni - size = 150 - } - - artisans = { - culture = oromo - religion = sunni - size = 750 - } - - soldiers = { - culture = oromo - religion = sunni - size = 150 - } - - farmers = { - culture = oromo - religion = sunni - size = 13675 - } - - aristocrats = { - culture = somali - religion = sunni - size = 1575 - } - - clergymen = { - culture = somali - religion = sunni - size = 100 - } - - soldiers = { - culture = somali - religion = sunni - size = 1150 - } - - artisans = { - culture = somali - religion = sunni - size = 3425 - } - - farmers = { - culture = somali - religion = sunni - size = 50625 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + clergymen = { + culture = oromo + religion = sunni + size = 150 + } + + artisans = { + culture = oromo + religion = sunni + size = 750 + } + + soldiers = { + culture = oromo + religion = sunni + size = 150 + } + + farmers = { + culture = oromo + religion = sunni + size = 13675 + } + + aristocrats = { + culture = somali + religion = sunni + size = 1575 + } + + clergymen = { + culture = somali + religion = sunni + size = 100 + } + + soldiers = { + culture = somali + religion = sunni + size = 1150 + } + + artisans = { + culture = somali + religion = sunni + size = 3425 + } + + farmers = { + culture = somali + religion = sunni + size = 50625 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } diff --git a/HPM/history/pops/1836.1.1/Falkland Islands.txt b/HPM/history/pops/1836.1.1/Falkland Islands.txt index 39dd2558..8b991ed2 100644 --- a/HPM/history/pops/1836.1.1/Falkland Islands.txt +++ b/HPM/history/pops/1836.1.1/Falkland Islands.txt @@ -2,15 +2,15 @@ #Ruled by Britain 1836 #Falkland Islands (300/75 POPS) 2131 = { - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - farmers = { - culture = british - religion = protestant - size = 50 - } + farmers = { + culture = british + religion = protestant + size = 50 + } } diff --git a/HPM/history/pops/1836.1.1/Fiji.txt b/HPM/history/pops/1836.1.1/Fiji.txt index d7fcbc0e..2e3cf068 100644 --- a/HPM/history/pops/1836.1.1/Fiji.txt +++ b/HPM/history/pops/1836.1.1/Fiji.txt @@ -1,67 +1,66 @@ -#Eastern Melanesia (96000) +#Eastern Melanesia (96000) #uncolonized in 1836 #ruled by the King of Fiji} -#Fiji (88000/22000 POPS) +#Fiji (88000/22000 POPS) 2454 = { - aristocrats = { - culture = melanesian - religion = animist - size = 425 - } + aristocrats = { + culture = melanesian + religion = animist + size = 425 + } - clergymen = { - culture = melanesian - religion = animist - size = 225 - } + clergymen = { + culture = melanesian + religion = animist + size = 225 + } - artisans = { - culture = melanesian - religion = animist - size = 1100 - } + artisans = { + culture = melanesian + religion = animist + size = 1100 + } - soldiers = { - culture = melanesian - religion = animist - size = 225 - } + soldiers = { + culture = melanesian + religion = animist + size = 225 + } - farmers = { - culture = melanesian - religion = animist - size = 20025 - } + farmers = { + culture = melanesian + religion = animist + size = 20025 + } } -#Lomaji (8000/2000 POPS) +#Lomaji (8000/2000 POPS) 2520 = { - aristocrats = { - culture = melanesian - religion = animist - size = 25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 25 + } - clergymen = { - culture = melanesian - religion = animist - size = 50 - } + clergymen = { + culture = melanesian + religion = animist + size = 50 + } - artisans = { - culture = melanesian - religion = animist - size = 100 - } + artisans = { + culture = melanesian + religion = animist + size = 100 + } - soldiers = { - culture = melanesian - religion = animist - size = 25 - } + soldiers = { + culture = melanesian + religion = animist + size = 25 + } - farmers = { - culture = melanesian - religion = animist - size = 1800 - } + farmers = { + culture = melanesian + religion = animist + size = 1800 + } } - diff --git a/HPM/history/pops/1836.1.1/Finland.txt b/HPM/history/pops/1836.1.1/Finland.txt index a799bc5a..ad50c516 100644 --- a/HPM/history/pops/1836.1.1/Finland.txt +++ b/HPM/history/pops/1836.1.1/Finland.txt @@ -2,682 +2,682 @@ #under the rule of Russia in 1836 #Oulu (64000/16000 POPS) 336 = { - bureaucrats = { - culture = finnish - religion = protestant - size = 150 - } - - officers = { - culture = finnish - religion = protestant - size = 25 - } - - clergymen = { - culture = finnish - religion = protestant - size = 150 - } - - artisans = { - culture = finnish - religion = protestant - size = 800 - } - - soldiers = { - culture = finnish - religion = protestant - size = 150 - } - - farmers = { - culture = finnish - religion = protestant - size = 14725 - } + bureaucrats = { + culture = finnish + religion = protestant + size = 150 + } + + officers = { + culture = finnish + religion = protestant + size = 25 + } + + clergymen = { + culture = finnish + religion = protestant + size = 150 + } + + artisans = { + culture = finnish + religion = protestant + size = 800 + } + + soldiers = { + culture = finnish + religion = protestant + size = 150 + } + + farmers = { + culture = finnish + religion = protestant + size = 14725 + } } #Kajaani (16000/4000 POPS) 337 = { - clergymen = { - culture = finnish - religion = protestant - size = 50 - } - - artisans = { - culture = finnish - religion = protestant - size = 200 - } - - soldiers = { - culture = finnish - religion = protestant - size = 25 - } - - farmers = { - culture = finnish - religion = protestant - size = 3725 - } + clergymen = { + culture = finnish + religion = protestant + size = 50 + } + + artisans = { + culture = finnish + religion = protestant + size = 200 + } + + soldiers = { + culture = finnish + religion = protestant + size = 25 + } + + farmers = { + culture = finnish + religion = protestant + size = 3725 + } } #Tornio (40000/10000 POPS) 338 = { - clergymen = { - culture = finnish - religion = protestant - size = 100 - } - - artisans = { - culture = finnish - religion = protestant - size = 475 - } - - soldiers = { - culture = finnish - religion = protestant - size = 100 - } - - farmers = { - culture = finnish - religion = protestant - size = 8425 - } - - farmers = { - culture = sami - religion = protestant - size = 1075 - } + clergymen = { + culture = finnish + religion = protestant + size = 100 + } + + artisans = { + culture = finnish + religion = protestant + size = 475 + } + + soldiers = { + culture = finnish + religion = protestant + size = 100 + } + + farmers = { + culture = finnish + religion = protestant + size = 8425 + } + + farmers = { + culture = sami + religion = protestant + size = 1075 + } } #Karelia Region (524000) #under the rule of Russia in 1836 #Viipuri (192000/48000 POPS) #now part of Russia 339 = { - bureaucrats = { - culture = finnish - religion = protestant - size = 50 - } - - officers = { - culture = finnish - religion = protestant - size = 100 - } - - clergymen = { - culture = finnish - religion = protestant - size = 400 - } - - artisans = { - culture = finnish - religion = protestant - size = 2150 - } - - soldiers = { - culture = finnish - religion = protestant - size = 400 - } - - farmers = { - culture = finnish - religion = protestant - size = 42700 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 50 - } - - artisans = { - culture = finnish - religion = orthodox - size = 250 - } - - soldiers = { - culture = finnish - religion = orthodox - size = 50 - } - - farmers = { - culture = finnish - religion = orthodox - size = 4650 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 150 - } - - officers = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } + bureaucrats = { + culture = finnish + religion = protestant + size = 50 + } + + officers = { + culture = finnish + religion = protestant + size = 100 + } + + clergymen = { + culture = finnish + religion = protestant + size = 400 + } + + artisans = { + culture = finnish + religion = protestant + size = 2150 + } + + soldiers = { + culture = finnish + religion = protestant + size = 400 + } + + farmers = { + culture = finnish + religion = protestant + size = 42700 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 50 + } + + artisans = { + culture = finnish + religion = orthodox + size = 250 + } + + soldiers = { + culture = finnish + religion = orthodox + size = 50 + } + + farmers = { + culture = finnish + religion = orthodox + size = 4650 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 150 + } + + officers = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } } #Kotka (64000/16000 POPS) 340 = { - clergymen = { - culture = finnish - religion = protestant - size = 125 - } - - artisans = { - culture = finnish - religion = protestant - size = 750 - } - - soldiers = { - culture = finnish - religion = protestant - size = 150 - } - - farmers = { - culture = finnish - religion = protestant - size = 13975 - } - - clergymen = { - culture = swedish - religion = protestant - size = 15 - } - - artisans = { - culture = swedish - religion = protestant - size = 50 - } - - soldiers = { - culture = swedish - religion = protestant - size = 10 - } - - farmers = { - culture = swedish - religion = protestant - size = 925 - } + clergymen = { + culture = finnish + religion = protestant + size = 125 + } + + artisans = { + culture = finnish + religion = protestant + size = 750 + } + + soldiers = { + culture = finnish + religion = protestant + size = 150 + } + + farmers = { + culture = finnish + religion = protestant + size = 13975 + } + + clergymen = { + culture = swedish + religion = protestant + size = 15 + } + + artisans = { + culture = swedish + religion = protestant + size = 50 + } + + soldiers = { + culture = swedish + religion = protestant + size = 10 + } + + farmers = { + culture = swedish + religion = protestant + size = 925 + } } #Mikkeli (116000/29000 POPS) 341 = { - clergymen = { - culture = finnish - religion = protestant - size = 275 - } - - artisans = { - culture = finnish - religion = protestant - size = 1450 - } - - soldiers = { - culture = finnish - religion = protestant - size = 275 - } - - farmers = { - culture = finnish - religion = protestant - size = 27025 - } + clergymen = { + culture = finnish + religion = protestant + size = 275 + } + + artisans = { + culture = finnish + religion = protestant + size = 1450 + } + + soldiers = { + culture = finnish + religion = protestant + size = 275 + } + + farmers = { + culture = finnish + religion = protestant + size = 27025 + } } #Kuopio (152000/38000 POPS) 342 = { - clergymen = { - culture = finnish - religion = protestant - size = 350 - } - - artisans = { - culture = finnish - religion = protestant - size = 1850 - } - - soldiers = { - culture = finnish - religion = protestant - size = 350 - } - - farmers = { - culture = finnish - religion = protestant - size = 34425 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 15 - } - - artisans = { - culture = finnish - religion = orthodox - size = 50 - } - - soldiers = { - culture = finnish - religion = orthodox - size = 10 - } - - farmers = { - culture = finnish - religion = orthodox - size = 925 - } + clergymen = { + culture = finnish + religion = protestant + size = 350 + } + + artisans = { + culture = finnish + religion = protestant + size = 1850 + } + + soldiers = { + culture = finnish + religion = protestant + size = 350 + } + + farmers = { + culture = finnish + religion = protestant + size = 34425 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 15 + } + + artisans = { + culture = finnish + religion = orthodox + size = 50 + } + + soldiers = { + culture = finnish + religion = orthodox + size = 10 + } + + farmers = { + culture = finnish + religion = orthodox + size = 925 + } } #Finland Region (812000) #under the rule of Russia in 1836 #Helsinki (132000/33000 POPS) 343 = { - officers = { - culture = finnish - religion = protestant - size = 50 - } - - bureaucrats = { - culture = finnish - religion = protestant - size = 150 - } - - clergymen = { - culture = finnish - religion = protestant - size = 150 - } - - artisans = { - culture = finnish - religion = protestant - size = 2250 - } - - soldiers = { - culture = finnish - religion = protestant - size = 1100 - } - - farmers = { - culture = finnish - religion = protestant - size = 19400 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 350 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 225 - } - - officers = { - culture = swedish - religion = protestant - size = 150 - } - - clergymen = { - culture = swedish - religion = protestant - size = 100 - } - - artisans = { - culture = swedish - religion = protestant - size = 1750 - } - - soldiers = { - culture = swedish - religion = protestant - size = 100 - } - - farmers = { - culture = swedish - religion = protestant - size = 7325 - } + officers = { + culture = finnish + religion = protestant + size = 50 + } + + bureaucrats = { + culture = finnish + religion = protestant + size = 150 + } + + clergymen = { + culture = finnish + religion = protestant + size = 150 + } + + artisans = { + culture = finnish + religion = protestant + size = 2250 + } + + soldiers = { + culture = finnish + religion = protestant + size = 1100 + } + + farmers = { + culture = finnish + religion = protestant + size = 19400 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 350 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 225 + } + + officers = { + culture = swedish + religion = protestant + size = 150 + } + + clergymen = { + culture = swedish + religion = protestant + size = 100 + } + + artisans = { + culture = swedish + religion = protestant + size = 1750 + } + + soldiers = { + culture = swedish + religion = protestant + size = 100 + } + + farmers = { + culture = swedish + religion = protestant + size = 7325 + } } #Hameenlinna (44000/11000 POPS) 344 = { - clergymen = { - culture = finnish - religion = protestant - size = 50 - } - - artisans = { - culture = finnish - religion = protestant - size = 500 - } - - soldiers = { - culture = finnish - religion = protestant - size = 100 - } - - farmers = { - culture = finnish - religion = protestant - size = 9350 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 75 - } - - clergymen = { - culture = swedish - religion = protestant - size = 25 - } - - artisans = { - culture = swedish - religion = protestant - size = 75 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25 - } - - farmers = { - culture = swedish - religion = protestant - size = 800 - } + clergymen = { + culture = finnish + religion = protestant + size = 50 + } + + artisans = { + culture = finnish + religion = protestant + size = 500 + } + + soldiers = { + culture = finnish + religion = protestant + size = 100 + } + + farmers = { + culture = finnish + religion = protestant + size = 9350 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 75 + } + + clergymen = { + culture = swedish + religion = protestant + size = 25 + } + + artisans = { + culture = swedish + religion = protestant + size = 75 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25 + } + + farmers = { + culture = swedish + religion = protestant + size = 800 + } } #Turku (280000/70000 POPS) 345 = { - clergymen = { - culture = finnish - religion = protestant - size = 575 - } - - artisans = { - culture = finnish - religion = protestant - size = 2950 - } - - soldiers = { - culture = finnish - religion = protestant - size = 1100 - } - - farmers = { - culture = finnish - religion = protestant - size = 54475 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 950 - } - - clergymen = { - culture = swedish - religion = protestant - size = 100 - } - - artisans = { - culture = swedish - religion = protestant - size = 550 - } - - soldiers = { - culture = swedish - religion = protestant - size = 125 - } - - farmers = { - culture = swedish - religion = protestant - size = 10225 - } + clergymen = { + culture = finnish + religion = protestant + size = 575 + } + + artisans = { + culture = finnish + religion = protestant + size = 2950 + } + + soldiers = { + culture = finnish + religion = protestant + size = 1100 + } + + farmers = { + culture = finnish + religion = protestant + size = 54475 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 950 + } + + clergymen = { + culture = swedish + religion = protestant + size = 100 + } + + artisans = { + culture = swedish + religion = protestant + size = 550 + } + + soldiers = { + culture = swedish + religion = protestant + size = 125 + } + + farmers = { + culture = swedish + religion = protestant + size = 10225 + } } #Vaasa (272000/68000 POPS) 346 = { - clergymen = { - culture = finnish - religion = protestant - size = 475 - } - - artisans = { - culture = finnish - religion = protestant - size = 2600 - } - - soldiers = { - culture = finnish - religion = protestant - size = 1100 - } - - farmers = { - culture = finnish - religion = protestant - size = 47925 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 1100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 150 - } - - artisans = { - culture = swedish - religion = protestant - size = 1100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 175 - } - - farmers = { - culture = swedish - religion = protestant - size = 13675 - } + clergymen = { + culture = finnish + religion = protestant + size = 475 + } + + artisans = { + culture = finnish + religion = protestant + size = 2600 + } + + soldiers = { + culture = finnish + religion = protestant + size = 1100 + } + + farmers = { + culture = finnish + religion = protestant + size = 47925 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 1100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 150 + } + + artisans = { + culture = swedish + religion = protestant + size = 1100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 175 + } + + farmers = { + culture = swedish + religion = protestant + size = 13675 + } } #Tampere (84000/21000 POPS) 347 = { - clergymen = { - culture = finnish - religion = protestant - size = 150 - } - - artisans = { - culture = finnish - religion = protestant - size = 1100 - } - - soldiers = { - culture = finnish - religion = protestant - size = 200 - } - - farmers = { - culture = finnish - religion = protestant - size = 18650 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 25 - } - - artisans = { - culture = swedish - religion = protestant - size = 100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25 - } - - farmers = { - culture = swedish - religion = protestant - size = 600 - } + clergymen = { + culture = finnish + religion = protestant + size = 150 + } + + artisans = { + culture = finnish + religion = protestant + size = 1100 + } + + soldiers = { + culture = finnish + religion = protestant + size = 200 + } + + farmers = { + culture = finnish + religion = protestant + size = 18650 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 25 + } + + artisans = { + culture = swedish + religion = protestant + size = 100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25 + } + + farmers = { + culture = swedish + religion = protestant + size = 600 + } } #Svealand Region (11000) #under the rule of Russia in 1836 #Aland Islands (11000 POPS) 348 = { - clergymen = { - culture = swedish - religion = protestant - size = 35 - } - - artisans = { - culture = swedish - religion = protestant - size = 150 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25 - } - - farmers = { - culture = swedish - religion = protestant - size = 2390 - } - - clergymen = { - culture = finnish - religion = protestant - size = 5 - } - - artisans = { - culture = finnish - religion = protestant - size = 10 - } - - soldiers = { - culture = finnish - religion = protestant - size = 5 - } - - farmers = { - culture = finnish - religion = protestant - size = 130 - } + clergymen = { + culture = swedish + religion = protestant + size = 35 + } + + artisans = { + culture = swedish + religion = protestant + size = 150 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25 + } + + farmers = { + culture = swedish + religion = protestant + size = 2390 + } + + clergymen = { + culture = finnish + religion = protestant + size = 5 + } + + artisans = { + culture = finnish + religion = protestant + size = 10 + } + + soldiers = { + culture = finnish + religion = protestant + size = 5 + } + + farmers = { + culture = finnish + religion = protestant + size = 130 + } } diff --git a/HPM/history/pops/1836.1.1/France.txt b/HPM/history/pops/1836.1.1/France.txt index 7352194c..ef4403ef 100644 --- a/HPM/history/pops/1836.1.1/France.txt +++ b/HPM/history/pops/1836.1.1/France.txt @@ -1,3799 +1,3798 @@ #Picardy Region (2388000) #Lille (620000/155000 POPS) 399 = { - aristocrats = { - culture = french - religion = catholic - size = 1400 - } - - officers = { - culture = picard - religion = catholic - size = 750 - } - - bureaucrats = { - culture = picard - religion = catholic - size = 1750 - } - - clergymen = { - culture = picard - religion = catholic - size = 1500 - } - - artisans = { - culture = picard - religion = catholic - size = 10000 - } - - artisans = { - culture = picard - religion = catholic - size = 7000 - } - - soldiers = { - culture = picard - religion = catholic - size = 3000 - } - - soldiers = { - culture = picard - religion = catholic - size = 3000 - } - - soldiers = { - culture = picard - religion = catholic - size = 3000 - } - - soldiers = { - culture = picard - religion = catholic - size = 3000 - } - - soldiers = { - culture = picard - religion = catholic - size = 3000 - } - - labourers = { - culture = picard - religion = catholic - size = 120500 - } + aristocrats = { + culture = french + religion = catholic + size = 1400 + } + + officers = { + culture = picard + religion = catholic + size = 750 + } + + bureaucrats = { + culture = picard + religion = catholic + size = 1750 + } + + clergymen = { + culture = picard + religion = catholic + size = 1500 + } + + artisans = { + culture = picard + religion = catholic + size = 10000 + } + + artisans = { + culture = picard + religion = catholic + size = 7000 + } + + soldiers = { + culture = picard + religion = catholic + size = 3000 + } + + soldiers = { + culture = picard + religion = catholic + size = 3000 + } + + soldiers = { + culture = picard + religion = catholic + size = 3000 + } + + soldiers = { + culture = picard + religion = catholic + size = 3000 + } + + soldiers = { + culture = picard + religion = catholic + size = 3000 + } + + labourers = { + culture = picard + religion = catholic + size = 120500 + } } #Dunkirk (396000/99000 POPS) 400 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = picard - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = picard - religion = catholic - size = 63550 - } - - artisans = { - culture = flemish - religion = catholic - size = 2500 - } - - soldiers = { - culture = flemish - religion = catholic - size = 300 - } - - farmers = { - culture = flemish - religion = catholic - size = 15000 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = picard + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = picard + religion = catholic + size = 63550 + } + + artisans = { + culture = flemish + religion = catholic + size = 2500 + } + + soldiers = { + culture = flemish + religion = catholic + size = 300 + } + + farmers = { + culture = flemish + religion = catholic + size = 15000 + } } #Arras (428000/107000 POPS) 401 = { - aristocrats = { - culture = french - religion = catholic - size = 850 - } - - clergymen = { - culture = french - religion = catholic - size = 925 - } - - artisans = { - culture = picard - religion = catholic - size = 5750 - } - - soldiers = { - culture = french - religion = catholic - size = 1150 - } - - farmers = { - culture = french - religion = catholic - size = 60200 - } - - farmers = { - culture = picard - religion = catholic - size = 30125 - } + aristocrats = { + culture = french + religion = catholic + size = 850 + } + + clergymen = { + culture = french + religion = catholic + size = 925 + } + + artisans = { + culture = picard + religion = catholic + size = 5750 + } + + soldiers = { + culture = french + religion = catholic + size = 1150 + } + + farmers = { + culture = french + religion = catholic + size = 60200 + } + + farmers = { + culture = picard + religion = catholic + size = 30125 + } } #Amiens (552000/138000 POPS) 402 = { - aristocrats = { - culture = french - religion = catholic - size = 1250 - } - - clergymen = { - culture = picard - religion = catholic - size = 1175 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = picard - religion = catholic - size = 1100 - } - - soldiers = { - culture = french - religion = catholic - size = 1500 - } - - farmers = { - culture = french - religion = catholic - size = 102875 - } - - farmers = { - culture = picard - religion = catholic - size = 13075 - } + aristocrats = { + culture = french + religion = catholic + size = 1250 + } + + clergymen = { + culture = picard + religion = catholic + size = 1175 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = picard + religion = catholic + size = 1100 + } + + soldiers = { + culture = french + religion = catholic + size = 1500 + } + + farmers = { + culture = french + religion = catholic + size = 102875 + } + + farmers = { + culture = picard + religion = catholic + size = 13075 + } } #Beauvais (392000/98000 POPS) 2570 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } - - clergymen = { - culture = french - religion = catholic - size = 500 - } - - clergymen = { - culture = picard - religion = catholic - size = 200 - } - - artisans = { - culture = picard - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 80450 - } - - farmers = { - culture = picard - religion = catholic - size = 9450 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } + + clergymen = { + culture = french + religion = catholic + size = 500 + } + + clergymen = { + culture = picard + religion = catholic + size = 200 + } + + artisans = { + culture = picard + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 80450 + } + + farmers = { + culture = picard + religion = catholic + size = 9450 + } } #Ardennes Region (1116000) #Laon (528000/132000 POPS) 403 = { - aristocrats = { - culture = french - religion = catholic - size = 1050 - } - - officers = { - culture = french - religion = catholic - size = 350 - } - - bureaucrats = { - culture = french - religion = catholic - size = 750 - } - - clergymen = { - culture = french - religion = catholic - size = 1125 - } - - artisans = { - culture = french - religion = catholic - size = 6500 - } - - soldiers = { - culture = french - religion = catholic - size = 1500 - } - - farmers = { - culture = french - religion = catholic - size = 120725 - } + aristocrats = { + culture = french + religion = catholic + size = 1050 + } + + officers = { + culture = french + religion = catholic + size = 350 + } + + bureaucrats = { + culture = french + religion = catholic + size = 750 + } + + clergymen = { + culture = french + religion = catholic + size = 1125 + } + + artisans = { + culture = french + religion = catholic + size = 6500 + } + + soldiers = { + culture = french + religion = catholic + size = 1500 + } + + farmers = { + culture = french + religion = catholic + size = 120725 + } } #Cambrai (280000/70000 POPS) 404 = { - aristocrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 500 - } - - artisans = { - culture = french - religion = catholic - size = 3500 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 64400 - } + aristocrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 500 + } + + artisans = { + culture = french + religion = catholic + size = 3500 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 64400 + } } #Charleville (308000/77000 POPS) 405 = { - aristocrats = { - culture = french - religion = catholic - size = 850 - } - - clergymen = { - culture = french - religion = catholic - size = 656 - } - - artisans = { - culture = french - religion = protestant - size = 4250 - } - - soldiers = { - culture = french - religion = catholic - size = 937 - } - - farmers = { - culture = french - religion = catholic - size = 89556 - } + aristocrats = { + culture = french + religion = catholic + size = 850 + } + + clergymen = { + culture = french + religion = catholic + size = 656 + } + + artisans = { + culture = french + religion = protestant + size = 4250 + } + + soldiers = { + culture = french + religion = catholic + size = 937 + } + + farmers = { + culture = french + religion = catholic + size = 89556 + } } #Champagne Region (856000) #Troyes (252000/63000 POPS) 406 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } - - officers = { - culture = french - religion = catholic - size = 300 - } - - bureaucrats = { - culture = french - religion = catholic - size = 750 - } - - clergymen = { - culture = french - religion = catholic - size = 550 - } - - artisans = { - culture = french - religion = catholic - size = 3750 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 55900 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } + + officers = { + culture = french + religion = catholic + size = 300 + } + + bureaucrats = { + culture = french + religion = catholic + size = 750 + } + + clergymen = { + culture = french + religion = catholic + size = 550 + } + + artisans = { + culture = french + religion = catholic + size = 3750 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 55900 + } } #Chaumont (256000/64000 POPS) 407 = { - aristocrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 400 - } - - artisans = { - culture = french - religion = catholic - size = 3250 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 98750 - } + aristocrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 400 + } + + artisans = { + culture = french + religion = catholic + size = 3250 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 98750 + } } #Chalons (348000/87000 POPS) 408 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 650 - } - - artisans = { - culture = french - religion = catholic - size = 5850 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 78700 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 650 + } + + artisans = { + culture = french + religion = catholic + size = 5850 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 78700 + } } #Alsace Region (976000 POPS) #Strasbourg (552000/138000 POPS) 409 = { - aristocrats = { - culture = south_german - religion = catholic - size = 300 - } - - officers = { - culture = south_german - religion = catholic - size = 60 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 375 - } - - artisans = { - culture = south_german - religion = catholic - size = 5500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 350 - } - - farmers = { - culture = south_german - religion = catholic - size = 36165 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 400 - } - - officers = { - culture = south_german - religion = protestant - size = 60 - } - - bureaucrats = { - culture = south_german - religion = protestant - size = 200 - } - - clergymen = { - culture = south_german - religion = protestant - size = 400 - } - - artisans = { - culture = south_german - religion = protestant - size = 6000 - } - - soldiers = { - culture = south_german - religion = protestant - size = 400 - } - - farmers = { - culture = south_german - religion = protestant - size = 42040 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 775 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## - - aristocrats = { - culture = french - religion = catholic - size = 250 - } - - officers = { - culture = french - religion = catholic - size = 80 - } - - bureaucrats = { - culture = french - religion = catholic - size = 150 - } - - clergymen = { - culture = french - religion = catholic - size = 250 - } - - artisans = { - culture = french - religion = catholic - size = 3500 - } - - soldiers = { - culture = french - religion = catholic - size = 275 - } - - farmers = { - culture = french - religion = protestant - size = 24495 - } + aristocrats = { + culture = south_german + religion = catholic + size = 300 + } + + officers = { + culture = south_german + religion = catholic + size = 60 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 375 + } + + artisans = { + culture = south_german + religion = catholic + size = 5500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 350 + } + + farmers = { + culture = south_german + religion = catholic + size = 36165 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 400 + } + + officers = { + culture = south_german + religion = protestant + size = 60 + } + + bureaucrats = { + culture = south_german + religion = protestant + size = 200 + } + + clergymen = { + culture = south_german + religion = protestant + size = 400 + } + + artisans = { + culture = south_german + religion = protestant + size = 6000 + } + + soldiers = { + culture = south_german + religion = protestant + size = 400 + } + + farmers = { + culture = south_german + religion = protestant + size = 42040 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 775 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## + + aristocrats = { + culture = french + religion = catholic + size = 250 + } + + officers = { + culture = french + religion = catholic + size = 80 + } + + bureaucrats = { + culture = french + religion = catholic + size = 150 + } + + clergymen = { + culture = french + religion = catholic + size = 250 + } + + artisans = { + culture = french + religion = catholic + size = 3500 + } + + soldiers = { + culture = french + religion = catholic + size = 275 + } + + farmers = { + culture = french + religion = protestant + size = 24495 + } } #Mulhausen (424000/106000 POPS) 410 = { - aristocrats = { - culture = south_german - religion = catholic - size = 300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 300 - } - - artisans = { - culture = south_german - religion = catholic - size = 1500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 300 - } - - farmers = { - culture = south_german - religion = catholic - size = 27600 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 350 - } - - clergymen = { - culture = south_german - religion = protestant - size = 375 - } - - artisans = { - culture = south_german - religion = protestant - size = 2500 - } - - soldiers = { - culture = south_german - religion = protestant - size = 400 - } - - farmers = { - culture = south_german - religion = protestant - size = 41375 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 600 - } - ######## - - aristocrats = { - culture = french - religion = catholic - size = 250 - } - - clergymen = { - culture = french - religion = catholic - size = 300 - } - - artisans = { - culture = french - religion = catholic - size = 1500 - } - - soldiers = { - culture = french - religion = catholic - size = 350 - } - - farmers = { - culture = french - religion = protestant - size = 27600 - } + aristocrats = { + culture = south_german + religion = catholic + size = 300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 300 + } + + artisans = { + culture = south_german + religion = catholic + size = 1500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 300 + } + + farmers = { + culture = south_german + religion = catholic + size = 27600 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 350 + } + + clergymen = { + culture = south_german + religion = protestant + size = 375 + } + + artisans = { + culture = south_german + religion = protestant + size = 2500 + } + + soldiers = { + culture = south_german + religion = protestant + size = 400 + } + + farmers = { + culture = south_german + religion = protestant + size = 41375 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 600 + } + ######## + + aristocrats = { + culture = french + religion = catholic + size = 250 + } + + clergymen = { + culture = french + religion = catholic + size = 300 + } + + artisans = { + culture = french + religion = catholic + size = 1500 + } + + soldiers = { + culture = french + religion = catholic + size = 350 + } + + farmers = { + culture = french + religion = protestant + size = 27600 + } } #Lorraine Region (1584000) #Nancy (432000/108000 POPS) 411 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - officers = { - culture = french - religion = catholic - size = 400 - } - - bureaucrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = catholic - size = 7450 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 74600 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 175 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 1250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 500 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 275 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + officers = { + culture = french + religion = catholic + size = 400 + } + + bureaucrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = catholic + size = 7450 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 74600 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 175 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 1250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 500 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 275 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## } #Metz (420000/105000 POPS) 412 = { - aristocrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 425 - } - - artisans = { - culture = french - religion = catholic - size = 6000 - } - - soldiers = { - culture = french - religion = catholic - size = 650 - } - - farmers = { - culture = french - religion = protestant - size = 60825 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 50 - } - - clergymen = { - culture = south_german - religion = protestant - size = 75 - } - - artisans = { - culture = south_german - religion = protestant - size = 3500 - } - - soldiers = { - culture = south_german - religion = protestant - size = 100 - } - - farmers = { - culture = south_german - religion = protestant - size = 6275 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 450 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 850 - } - - ##### - - aristocrats = { - culture = south_german - religion = catholic - size = 250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 275 - } - - artisans = { - culture = south_german - religion = catholic - size = 2500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 200 - } - - farmers = { - culture = south_german - religion = catholic - size = 27775 - } + aristocrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 425 + } + + artisans = { + culture = french + religion = catholic + size = 6000 + } + + soldiers = { + culture = french + religion = catholic + size = 650 + } + + farmers = { + culture = french + religion = protestant + size = 60825 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 50 + } + + clergymen = { + culture = south_german + religion = protestant + size = 75 + } + + artisans = { + culture = south_german + religion = protestant + size = 3500 + } + + soldiers = { + culture = south_german + religion = protestant + size = 100 + } + + farmers = { + culture = south_german + religion = protestant + size = 6275 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 450 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 850 + } + + ##### + + aristocrats = { + culture = south_german + religion = catholic + size = 250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 275 + } + + artisans = { + culture = south_german + religion = catholic + size = 2500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 200 + } + + farmers = { + culture = south_german + religion = catholic + size = 27775 + } } #Verdun (320000/80000 POPS) 413 = { - aristocrats = { - culture = french - religion = catholic - size = 450 - } - - clergymen = { - culture = french - religion = catholic - size = 319 - } - - artisans = { - culture = french - religion = protestant - size = 1500 - } - - soldiers = { - culture = french - religion = catholic - size = 751 - } - - farmers = { - culture = french - religion = catholic - size = 54919 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 1525 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - labourers = { - culture = south_german - religion = catholic - size = 1400 - } + aristocrats = { + culture = french + religion = catholic + size = 450 + } + + clergymen = { + culture = french + religion = catholic + size = 319 + } + + artisans = { + culture = french + religion = protestant + size = 1500 + } + + soldiers = { + culture = french + religion = catholic + size = 751 + } + + farmers = { + culture = french + religion = catholic + size = 54919 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 1525 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + labourers = { + culture = south_german + religion = catholic + size = 1400 + } } #Epinal (412000/103000 POPS) 414 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 900 - } - - artisans = { - culture = french - religion = catholic - size = 3750 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - labourers = { - culture = french - religion = catholic - size = 74450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 1225 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - labourers = { - culture = south_german - religion = catholic - size = 700 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 900 + } + + artisans = { + culture = french + religion = catholic + size = 3750 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + labourers = { + culture = french + religion = catholic + size = 74450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 1225 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + labourers = { + culture = south_german + religion = catholic + size = 700 + } } #Normandy Region (2670000) #Rouen (716000/179000 POPS) 415 = { - aristocrats = { - culture = french - religion = catholic - size = 1600 - } - - officers = { - culture = french - religion = catholic - size = 750 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1650 - } - - clergymen = { - culture = french - religion = catholic - size = 1550 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 2000 - } - - farmers = { - culture = french - religion = catholic - size = 146550 - } + aristocrats = { + culture = french + religion = catholic + size = 1600 + } + + officers = { + culture = french + religion = catholic + size = 750 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1650 + } + + clergymen = { + culture = french + religion = catholic + size = 1550 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 2000 + } + + farmers = { + culture = french + religion = catholic + size = 146550 + } } #Evreux (424000/106000 POPS) 416 = { - aristocrats = { - culture = french - religion = catholic - size = 1050 - } - - clergymen = { - culture = french - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = catholic - size = 5250 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 97750 - } + aristocrats = { + culture = french + religion = catholic + size = 1050 + } + + clergymen = { + culture = french + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = catholic + size = 5250 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 97750 + } } #Alencon (442000/110500 POPS) 417 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - capitalists = { - culture = french - religion = catholic - size = 400 - } - - clergymen = { - culture = french - religion = catholic - size = 900 - } - - artisans = { - culture = french - religion = catholic - size = 5100 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 1200 - } - - farmers = { - culture = french - religion = catholic - size = 98800 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + capitalists = { + culture = french + religion = catholic + size = 400 + } + + clergymen = { + culture = french + religion = catholic + size = 900 + } + + artisans = { + culture = french + religion = catholic + size = 5100 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 1200 + } + + farmers = { + culture = french + religion = catholic + size = 98800 + } } #Caen (1088000/272000 POPS) 418 = { - aristocrats = { - culture = french - religion = catholic - size = 2650 - } - - clergymen = { - culture = french - religion = catholic - size = 2550 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 3500 - } - - soldiers = { - culture = french - religion = catholic - size = 2750 - } - - farmers = { - culture = french - religion = catholic - size = 150550 - } + aristocrats = { + culture = french + religion = catholic + size = 2650 + } + + clergymen = { + culture = french + religion = catholic + size = 2550 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 3500 + } + + soldiers = { + culture = french + religion = catholic + size = 2750 + } + + farmers = { + culture = french + religion = catholic + size = 150550 + } } #Brittany Region (2616000) #Brest (552000/138000 POPS) 420 = { - aristocrats = { - culture = breton - religion = catholic - size = 1350 - } - - aristocrats = { - culture = french - religion = catholic - size = 3000 - } - - officers = { - culture = french - religion = catholic - size = 750 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1550 - } - - clergymen = { - culture = french - religion = catholic - size = 100 - } - - artisans = { - culture = french - religion = catholic - size = 500 - } - - soldiers = { - culture = french - religion = catholic - size = 400 - } - - farmers = { - culture = french - religion = catholic - size = 5000 - } - - clergymen = { - culture = breton - religion = catholic - size = 1050 - } - - artisans = { - culture = breton - religion = catholic - size = 9500 - } - - artisans = { - culture = breton - religion = catholic - size = 6000 - } - - soldiers = { - culture = breton - religion = catholic - size = 1000 - } - - farmers = { - culture = breton - religion = catholic - size = 110800 - } + aristocrats = { + culture = breton + religion = catholic + size = 1350 + } + + aristocrats = { + culture = french + religion = catholic + size = 3000 + } + + officers = { + culture = french + religion = catholic + size = 750 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1550 + } + + clergymen = { + culture = french + religion = catholic + size = 100 + } + + artisans = { + culture = french + religion = catholic + size = 500 + } + + soldiers = { + culture = french + religion = catholic + size = 400 + } + + farmers = { + culture = french + religion = catholic + size = 5000 + } + + clergymen = { + culture = breton + religion = catholic + size = 1050 + } + + artisans = { + culture = breton + religion = catholic + size = 9500 + } + + artisans = { + culture = breton + religion = catholic + size = 6000 + } + + soldiers = { + culture = breton + religion = catholic + size = 1000 + } + + farmers = { + culture = breton + religion = catholic + size = 110800 + } } #St Brieuc (604000/151000 POPS) 421 = { - clergymen = { - culture = french - religion = catholic - size = 200 - } - - artisans = { - culture = french - religion = catholic - size = 500 - } - - soldiers = { - culture = french - religion = catholic - size = 400 - } - - farmers = { - culture = french - religion = catholic - size = 5000 - } - - aristocrats = { - culture = french - religion = catholic - size = 1200 - } - - clergymen = { - culture = breton - religion = catholic - size = 1100 - } - - artisans = { - culture = breton - religion = catholic - size = 7000 - } - - soldiers = { - culture = breton - religion = catholic - size = 1100 - } - - farmers = { - culture = breton - religion = catholic - size = 134500 - } + clergymen = { + culture = french + religion = catholic + size = 200 + } + + artisans = { + culture = french + religion = catholic + size = 500 + } + + soldiers = { + culture = french + religion = catholic + size = 400 + } + + farmers = { + culture = french + religion = catholic + size = 5000 + } + + aristocrats = { + culture = french + religion = catholic + size = 1200 + } + + clergymen = { + culture = breton + religion = catholic + size = 1100 + } + + artisans = { + culture = breton + religion = catholic + size = 7000 + } + + soldiers = { + culture = breton + religion = catholic + size = 1100 + } + + farmers = { + culture = breton + religion = catholic + size = 134500 + } } #Vannes (436000/109000 POPS) 422 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 100 - } - - artisans = { - culture = french - religion = catholic - size = 1000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 10000 - } - - clergymen = { - culture = breton - religion = catholic - size = 800 - } - - artisans = { - culture = breton - religion = catholic - size = 4400 - } - - soldiers = { - culture = breton - religion = catholic - size = 100 - } - - farmers = { - culture = breton - religion = catholic - size = 90700 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 100 + } + + artisans = { + culture = french + religion = catholic + size = 1000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 10000 + } + + clergymen = { + culture = breton + religion = catholic + size = 800 + } + + artisans = { + culture = breton + religion = catholic + size = 4400 + } + + soldiers = { + culture = breton + religion = catholic + size = 100 + } + + farmers = { + culture = breton + religion = catholic + size = 90700 + } } #Nantes (476000/119000 POPS) 423 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 1000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - soldiers = { - culture = french - religion = catholic - size = 1250 - } - - labourers = { - culture = french - religion = catholic - size = 20650 - } - - labourers = { - culture = breton - religion = catholic - size = 20450 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 1000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + soldiers = { + culture = french + religion = catholic + size = 1250 + } + + labourers = { + culture = french + religion = catholic + size = 20650 + } + + labourers = { + culture = breton + religion = catholic + size = 20450 + } } #Rennes (548000/137000 POPS) 424 = { - aristocrats = { - culture = french - religion = catholic - size = 1400 - } - - clergymen = { - culture = french - religion = catholic - size = 1150 - } - - artisans = { - culture = french - religion = catholic - size = 9000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 24050 - } - - soldiers = { - culture = breton - religion = catholic - size = 400 - } - - farmers = { - culture = breton - religion = catholic - size = 100000 - } + aristocrats = { + culture = french + religion = catholic + size = 1400 + } + + clergymen = { + culture = french + religion = catholic + size = 1150 + } + + artisans = { + culture = french + religion = catholic + size = 9000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 24050 + } + + soldiers = { + culture = breton + religion = catholic + size = 400 + } + + farmers = { + culture = breton + religion = catholic + size = 100000 + } } #Ile De France Region (2132000) #Paris (1520000/380000 POPS) 425 = { - aristocrats = { - culture = french - religion = catholic - size = 3000 - } - - officers = { - culture = french - religion = catholic - size = 800 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1500 - } - - clergymen = { - culture = french - religion = catholic - size = 4000 - } - - capitalists = { - culture = french - religion = catholic - size = 200 - } - - clerks = { - culture = french - religion = catholic - size = 1500 - } - - craftsmen = { - culture = french - religion = catholic - size = 13500 - } - - artisans = { - culture = french - religion = catholic - size = 55400 - } - - soldiers = { - culture = french - religion = catholic - size = 4000 - } - - farmers = { - culture = french - religion = catholic - size = 222200 - } - - ####Jews - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 500 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 200 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 500 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 350 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5000 - } + aristocrats = { + culture = french + religion = catholic + size = 3000 + } + + officers = { + culture = french + religion = catholic + size = 800 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1500 + } + + clergymen = { + culture = french + religion = catholic + size = 4000 + } + + capitalists = { + culture = french + religion = catholic + size = 200 + } + + clerks = { + culture = french + religion = catholic + size = 1500 + } + + craftsmen = { + culture = french + religion = catholic + size = 13500 + } + + artisans = { + culture = french + religion = catholic + size = 55400 + } + + soldiers = { + culture = french + religion = catholic + size = 4000 + } + + farmers = { + culture = french + religion = catholic + size = 222200 + } + + ####Jews + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 500 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 200 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 500 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 350 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5000 + } } #Chartres (284000/71000 POPS) 426 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 525 - } - - artisans = { - culture = french - religion = catholic - size = 19100 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 79675 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 525 + } + + artisans = { + culture = french + religion = catholic + size = 19100 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 79675 + } } #Melun (328000/82000 POPS) 427 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 600 - } - - artisans = { - culture = french - religion = catholic - size = 19100 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 90500 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 600 + } + + artisans = { + culture = french + religion = catholic + size = 19100 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 90500 + } } #Burgundy Region (1872000) #Dijon (384000/96000 POPS) 428 = { - aristocrats = { - culture = french - religion = catholic - size = 900 - } - - officers = { - culture = french - religion = catholic - size = 500 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 750 - } - - artisans = { - culture = french - religion = catholic - size = 8000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 83850 - } + aristocrats = { + culture = french + religion = catholic + size = 900 + } + + officers = { + culture = french + religion = catholic + size = 500 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 750 + } + + artisans = { + culture = french + religion = catholic + size = 8000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 83850 + } } #Auxerre (356000/89000 POPS) 429 = { - aristocrats = { - culture = french - religion = catholic - size = 900 - } - - clergymen = { - culture = french - religion = catholic - size = 700 - } - - artisans = { - culture = french - religion = catholic - size = 4500 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 82900 - } + aristocrats = { + culture = french + religion = catholic + size = 900 + } + + clergymen = { + culture = french + religion = catholic + size = 700 + } + + artisans = { + culture = french + religion = catholic + size = 4500 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 82900 + } } #Moulins (596000/149000 POPS) 430 = { - aristocrats = { - culture = french - religion = catholic - size = 1400 - } - - clergymen = { - culture = french - religion = catholic - size = 1275 - } - - artisans = { - culture = french - religion = catholic - size = 7450 - } - - soldiers = { - culture = french - religion = catholic - size = 1500 - } - - farmers = { - culture = french - religion = catholic - size = 137575 - } + aristocrats = { + culture = french + religion = catholic + size = 1400 + } + + clergymen = { + culture = french + religion = catholic + size = 1275 + } + + artisans = { + culture = french + religion = catholic + size = 7450 + } + + soldiers = { + culture = french + religion = catholic + size = 1500 + } + + farmers = { + culture = french + religion = catholic + size = 137575 + } } #Macon (536000/134000 POPS) 431 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 900 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 126000 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 900 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 126000 + } } #Franche Comte Region (914000) #Besancon (600000/150000 POPS) 432 = { - aristocrats = { - culture = french - religion = catholic - size = 1400 - } - - officers = { - culture = french - religion = catholic - size = 250 - } - - bureaucrats = { - culture = french - religion = catholic - size = 550 - } - - clergymen = { - culture = french - religion = catholic - size = 1250 - } - - artisans = { - culture = french - religion = catholic - size = 8000 - } - - soldiers = { - culture = french - religion = catholic - size = 1500 - } - - farmers = { - culture = french - religion = catholic - size = 137050 - } + aristocrats = { + culture = french + religion = catholic + size = 1400 + } + + officers = { + culture = french + religion = catholic + size = 250 + } + + bureaucrats = { + culture = french + religion = catholic + size = 550 + } + + clergymen = { + culture = french + religion = catholic + size = 1250 + } + + artisans = { + culture = french + religion = catholic + size = 8000 + } + + soldiers = { + culture = french + religion = catholic + size = 1500 + } + + farmers = { + culture = french + religion = catholic + size = 137050 + } } #Lons (314000/78500 POPS) 433 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 400 - } - - artisans = { - culture = french - religion = catholic - size = 4000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 72400 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 400 + } + + artisans = { + culture = french + religion = catholic + size = 4000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 72400 + } } #Pays de la Loire Region (1948800) #Angers (782000/195500 POPS) 434 = { - aristocrats = { - culture = french - religion = catholic - size = 1900 - } - - officers = { - culture = french - religion = catholic - size = 500 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1200 - } - - clergymen = { - culture = french - religion = catholic - size = 1000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 1100 - } - - soldiers = { - culture = french - religion = catholic - size = 2000 - } - - labourers = { - culture = french - religion = catholic - size = 77900 - } + aristocrats = { + culture = french + religion = catholic + size = 1900 + } + + officers = { + culture = french + religion = catholic + size = 500 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1200 + } + + clergymen = { + culture = french + religion = catholic + size = 1000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 1100 + } + + soldiers = { + culture = french + religion = catholic + size = 2000 + } + + labourers = { + culture = french + religion = catholic + size = 77900 + } } #Laval (358000/89500 POPS) 435 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 550 - } - - artisans = { - culture = french - religion = catholic - size = 4500 - } - - soldiers = { - culture = french - religion = catholic - size = 900 - } - - farmers = { - culture = french - religion = catholic - size = 82750 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 550 + } + + artisans = { + culture = french + religion = catholic + size = 4500 + } + + soldiers = { + culture = french + religion = catholic + size = 900 + } + + farmers = { + culture = french + religion = catholic + size = 82750 + } } #Le Mans (464000/116000 POPS) 436 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 600 - } - - artisans = { - culture = french - religion = catholic - size = 6000 - } - - soldiers = { - culture = french - religion = catholic - size = 1200 - } - - farmers = { - culture = french - religion = catholic - size = 107100 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 600 + } + + artisans = { + culture = french + religion = catholic + size = 6000 + } + + soldiers = { + culture = french + religion = catholic + size = 1200 + } + + farmers = { + culture = french + religion = catholic + size = 107100 + } } #La Roche (344000/86000 POPS) 437 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 450 - } - - artisans = { - culture = french - religion = catholic - size = 4000 - } - - soldiers = { - culture = french - religion = catholic - size = 900 - } - - labourers = { - culture = french - religion = catholic - size = 79850 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 450 + } + + artisans = { + culture = french + religion = catholic + size = 4000 + } + + soldiers = { + culture = french + religion = catholic + size = 900 + } + + labourers = { + culture = french + religion = catholic + size = 79850 + } } #Val de Loire Region (1120000) #Orleans (312000/78000 POPS) 438 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - officers = { - culture = french - religion = catholic - size = 300 - } - - bureaucrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 550 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 1500 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 63350 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + officers = { + culture = french + religion = catholic + size = 300 + } + + bureaucrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 550 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 1500 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 63350 + } } #Bourges (264400/66100 POPS) 439 = { - aristocrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 450 - } - - artisans = { - culture = french - religion = catholic - size = 6000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 58250 - } + aristocrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 450 + } + + artisans = { + culture = french + religion = catholic + size = 6000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 58250 + } } #Blois (243600/60900 POPS) 440 = { - aristocrats = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = french - religion = catholic - size = 300 - } - - artisans = { - culture = french - religion = catholic - size = 4500 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 54500 - } + aristocrats = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = french + religion = catholic + size = 300 + } + + artisans = { + culture = french + religion = catholic + size = 4500 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 54500 + } } #Tours (300000/75000 POPS) 441 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } - - clergymen = { - culture = french - religion = catholic - size = 450 - } - - artisans = { - culture = french - religion = catholic - size = 8000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 64800 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } + + clergymen = { + culture = french + religion = catholic + size = 450 + } + + artisans = { + culture = french + religion = catholic + size = 8000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 64800 + } } #Poitou Region (1106000) #La Rochelle (454000/113500 POPS) 442 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - officers = { - culture = french - religion = catholic - size = 300 - } - - bureaucrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 825 - } - - artisans = { - culture = french - religion = catholic - size = 5500 - } - - soldiers = { - culture = french - religion = catholic - size = 1150 - } - - farmers = { - culture = french - religion = catholic - size = 103925 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + officers = { + culture = french + religion = catholic + size = 300 + } + + bureaucrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 825 + } + + artisans = { + culture = french + religion = catholic + size = 5500 + } + + soldiers = { + culture = french + religion = catholic + size = 1150 + } + + farmers = { + culture = french + religion = catholic + size = 103925 + } } #Poitiers (288000/72000 POPS) 443 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 425 - } - - artisans = { - culture = french - religion = catholic - size = 6500 - } - - soldiers = { - culture = french - religion = catholic - size = 750 - } - - farmers = { - culture = french - religion = catholic - size = 63625 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 425 + } + + artisans = { + culture = french + religion = catholic + size = 6500 + } + + soldiers = { + culture = french + religion = catholic + size = 750 + } + + farmers = { + culture = french + religion = catholic + size = 63625 + } } #Angouleme (364000/91000 POPS) 444 = { - aristocrats = { - culture = french - religion = catholic - size = 900 - } - - clergymen = { - culture = french - religion = catholic - size = 600 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 83500 - } + aristocrats = { + culture = french + religion = catholic + size = 900 + } + + clergymen = { + culture = french + religion = catholic + size = 600 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 83500 + } } #Limousin Region (1596000) #Limoges (288000/72000 POPS) 445 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - officers = { - culture = french - religion = catholic - size = 450 - } - - bureaucrats = { - culture = french - religion = catholic - size = 950 - } - - clergymen = { - culture = french - religion = catholic - size = 400 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - soldiers = { - culture = french - religion = catholic - size = 750 - } - - farmers = { - culture = french - religion = catholic - size = 58750 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + officers = { + culture = french + religion = catholic + size = 450 + } + + bureaucrats = { + culture = french + religion = catholic + size = 950 + } + + clergymen = { + culture = french + religion = catholic + size = 400 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + soldiers = { + culture = french + religion = catholic + size = 750 + } + + farmers = { + culture = french + religion = catholic + size = 58750 + } } #Chateauroux (520000/130000 POPS) 446 = { - aristocrats = { - culture = french - religion = catholic - size = 1300 - } - - clergymen = { - culture = french - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = catholic - size = 6500 - } - - soldiers = { - culture = french - religion = catholic - size = 1350 - } - - farmers = { - culture = french - religion = catholic - size = 121000 - } + aristocrats = { + culture = french + religion = catholic + size = 1300 + } + + clergymen = { + culture = french + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = catholic + size = 6500 + } + + soldiers = { + culture = french + religion = catholic + size = 1350 + } + + farmers = { + culture = french + religion = catholic + size = 121000 + } } #Tulle (788000/197000 POPS) 447 = { - aristocrats = { - culture = french - religion = catholic - size = 1900 - } - - clergymen = { - culture = french - religion = catholic - size = 1500 - } - - artisans = { - culture = french - religion = catholic - size = 7500 - } - - soldiers = { - culture = french - religion = catholic - size = 2000 - } - - farmers = { - culture = french - religion = catholic - size = 134100 - } + aristocrats = { + culture = french + religion = catholic + size = 1900 + } + + clergymen = { + culture = french + religion = catholic + size = 1500 + } + + artisans = { + culture = french + religion = catholic + size = 7500 + } + + soldiers = { + culture = french + religion = catholic + size = 2000 + } + + farmers = { + culture = french + religion = catholic + size = 134100 + } } #Auvergne Region (1418000) #Clermont-Ferrand (728000/182000 POPS) 448 = { - aristocrats = { - culture = french - religion = catholic - size = 1750 - } - - officers = { - culture = french - religion = catholic - size = 400 - } - - bureaucrats = { - culture = french - religion = catholic - size = 850 - } - - clergymen = { - culture = french - religion = catholic - size = 1250 - } - - artisans = { - culture = french - religion = catholic - size = 7000 - } + aristocrats = { + culture = french + religion = catholic + size = 1750 + } + + officers = { + culture = french + religion = catholic + size = 400 + } + + bureaucrats = { + culture = french + religion = catholic + size = 850 + } + + clergymen = { + culture = french + religion = catholic + size = 1250 + } + + artisans = { + culture = french + religion = catholic + size = 7000 + } artisans = { - culture = french - religion = catholic - size = 2000 - } - - soldiers = { - culture = french - religion = catholic - size = 1850 - } - - farmers = { - culture = french - religion = catholic - size = 31200 - } + culture = french + religion = catholic + size = 2000 + } + + soldiers = { + culture = french + religion = catholic + size = 1850 + } + + farmers = { + culture = french + religion = catholic + size = 31200 + } farmers = { - culture = french - religion = catholic - size = 85700 - } + culture = french + religion = catholic + size = 85700 + } } #Aurillac (404000/101000 POPS) 449 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 750 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 50050 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 750 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 50050 + } farmers = { - culture = french - religion = catholic - size = 42350 - } + culture = french + religion = catholic + size = 42350 + } } #Cahors (286000/71500 POPS) 450 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 425 - } - - artisans = { - culture = french - religion = catholic - size = 3500 - } - - soldiers = { - culture = french - religion = catholic - size = 750 - } - - farmers = { - culture = french - religion = catholic - size = 40825 - } - - farmers = { - culture = french - religion = catholic - size = 33125 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 425 + } + + artisans = { + culture = french + religion = catholic + size = 3500 + } + + soldiers = { + culture = french + religion = catholic + size = 750 + } + + farmers = { + culture = french + religion = catholic + size = 40825 + } + + farmers = { + culture = french + religion = catholic + size = 33125 + } } #Lyonnais-Dauphine Region (2588000) #Lyon (824000/206000 POPS) 451 = { - aristocrats = { - culture = french - religion = catholic - size = 2000 - } - - officers = { - culture = french - religion = catholic - size = 700 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1650 - } - - capitalists = { - culture = french - religion = catholic - size = 50 - } - - clerks = { - culture = french - religion = catholic - size = 350 - } - - craftsmen = { - culture = french - religion = catholic - size = 6500 - } - - clergymen = { - culture = french - religion = catholic - size = 1500 - } - - artisans = { - culture = french - religion = catholic - size = 26500 - } - - soldiers = { - culture = french - religion = catholic - size = 2100 - } - - farmers = { - culture = french - religion = catholic - size = 103600 - } - - #####Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 250 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2800 - } + aristocrats = { + culture = french + religion = catholic + size = 2000 + } + + officers = { + culture = french + religion = catholic + size = 700 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1650 + } + + capitalists = { + culture = french + religion = catholic + size = 50 + } + + clerks = { + culture = french + religion = catholic + size = 350 + } + + craftsmen = { + culture = french + religion = catholic + size = 6500 + } + + clergymen = { + culture = french + religion = catholic + size = 1500 + } + + artisans = { + culture = french + religion = catholic + size = 26500 + } + + soldiers = { + culture = french + religion = catholic + size = 2100 + } + + farmers = { + culture = french + religion = catholic + size = 103600 + } + + #####Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 250 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2800 + } } #St Etienne (412000/103000 POPS) 452 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 825 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - craftsmen = { - culture = french - religion = catholic - size = 9000 - } - - soldiers = { - culture = french - religion = catholic - size = 1150 - } - - farmers = { - culture = french - religion = catholic - size = 50725 - } - - farmers = { - culture = french - religion = catholic - size = 35025 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 825 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + craftsmen = { + culture = french + religion = catholic + size = 9000 + } + + soldiers = { + culture = french + religion = catholic + size = 1150 + } + + farmers = { + culture = french + religion = catholic + size = 50725 + } + + farmers = { + culture = french + religion = catholic + size = 35025 + } } #Valence (656000/164000 POPS) 453 = { - aristocrats = { - culture = french - religion = catholic - size = 1600 - } - - clergymen = { - culture = french - religion = catholic - size = 1150 - } - - artisans = { - culture = french - religion = catholic - size = 8000 - } - - soldiers = { - culture = french - religion = catholic - size = 1650 - } - - farmers = { - culture = french - religion = catholic - size = 81100 - } + aristocrats = { + culture = french + religion = catholic + size = 1600 + } + + clergymen = { + culture = french + religion = catholic + size = 1150 + } + + artisans = { + culture = french + religion = catholic + size = 8000 + } + + soldiers = { + culture = french + religion = catholic + size = 1650 + } + + farmers = { + culture = french + religion = catholic + size = 81100 + } farmers = { - culture = french - religion = catholic - size = 70600 - } + culture = french + religion = catholic + size = 70600 + } } #Grenoble (696000/174000 POPS) 454 = { - aristocrats = { - culture = french - religion = catholic - size = 1700 - } - - clergymen = { - culture = french - religion = catholic - size = 1250 - } - - artisans = { - culture = french - religion = catholic - size = 4500 - } + aristocrats = { + culture = french + religion = catholic + size = 1700 + } + + clergymen = { + culture = french + religion = catholic + size = 1250 + } + + artisans = { + culture = french + religion = catholic + size = 4500 + } artisans = { - culture = french - religion = catholic - size = 4000 - } - - soldiers = { - culture = french - religion = catholic - size = 1750 - } - - farmers = { - culture = french - religion = catholic - size = 70300 - } + culture = french + religion = catholic + size = 4000 + } + + soldiers = { + culture = french + religion = catholic + size = 1750 + } + + farmers = { + culture = french + religion = catholic + size = 70300 + } farmers = { - culture = french - religion = catholic - size = 90800 - } + culture = french + religion = catholic + size = 90800 + } } #Midi Region (1604000) #Toulouse (672000/168000 POPS) 455 = { - aristocrats = { - culture = french - religion = catholic - size = 1600 - } - - officers = { - culture = french - religion = catholic - size = 350 - } - - bureaucrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 1200 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 5000 - } - - soldiers = { - culture = french - religion = catholic - size = 1750 - } - - farmers = { - culture = french - religion = catholic - size = 20000 - } - - farmers = { - culture = french - religion = catholic - size = 72300 - } + aristocrats = { + culture = french + religion = catholic + size = 1600 + } + + officers = { + culture = french + religion = catholic + size = 350 + } + + bureaucrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 1200 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 5000 + } + + soldiers = { + culture = french + religion = catholic + size = 1750 + } + + farmers = { + culture = french + religion = catholic + size = 20000 + } + + farmers = { + culture = french + religion = catholic + size = 72300 + } } #Montauban (584000/146000 POPS) 456 = { - aristocrats = { - culture = french - religion = catholic - size = 1400 - } - - clergymen = { - culture = french - religion = catholic - size = 1050 - } - - artisans = { - culture = french - religion = catholic - size = 7500 - } - - soldiers = { - culture = french - religion = catholic - size = 1500 - } - - farmers = { - culture = french - religion = catholic - size = 74150 - } - - farmers = { - culture = french - religion = catholic - size = 60400 - } + aristocrats = { + culture = french + religion = catholic + size = 1400 + } + + clergymen = { + culture = french + religion = catholic + size = 1050 + } + + artisans = { + culture = french + religion = catholic + size = 7500 + } + + soldiers = { + culture = french + religion = catholic + size = 1500 + } + + farmers = { + culture = french + religion = catholic + size = 74150 + } + + farmers = { + culture = french + religion = catholic + size = 60400 + } } #Foix (348000/87000 POPS) 457 = { - aristocrats = { - culture = french - religion = catholic - size = 800 - } - - clergymen = { - culture = french - religion = catholic - size = 450 - } - - artisans = { - culture = french - religion = catholic - size = 4000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 80750 - } + aristocrats = { + culture = french + religion = catholic + size = 800 + } + + clergymen = { + culture = french + religion = catholic + size = 450 + } + + artisans = { + culture = french + religion = catholic + size = 4000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 80750 + } } #Aquitaine Region (1864000) #Bordeaux (632000/158000 POPS) 458 = { - aristocrats = { - culture = french - religion = catholic - size = 1500 - } - - officers = { - culture = french - religion = catholic - size = 500 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 1200 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 1100 - } - - soldiers = { - culture = french - religion = catholic - size = 1600 - } - - farmers = { - culture = french - religion = catholic - size = 80910 - } - - farmers = { - culture = french - religion = catholic - size = 30510 - } + aristocrats = { + culture = french + religion = catholic + size = 1500 + } + + officers = { + culture = french + religion = catholic + size = 500 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 1200 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 1100 + } + + soldiers = { + culture = french + religion = catholic + size = 1600 + } + + farmers = { + culture = french + religion = catholic + size = 80910 + } + + farmers = { + culture = french + religion = catholic + size = 30510 + } } #Mont de Marsan (556000/139000 POPS) 459 = { - aristocrats = { - culture = french - religion = catholic - size = 1350 - } - - clergymen = { - culture = french - religion = catholic - size = 1075 - } - - artisans = { - culture = french - religion = catholic - size = 7000 - } - - soldiers = { - culture = french - religion = catholic - size = 1400 - } - - farmers = { - culture = french - religion = catholic - size = 80675 - } + aristocrats = { + culture = french + religion = catholic + size = 1350 + } + + clergymen = { + culture = french + religion = catholic + size = 1075 + } + + artisans = { + culture = french + religion = catholic + size = 7000 + } + + soldiers = { + culture = french + religion = catholic + size = 1400 + } + + farmers = { + culture = french + religion = catholic + size = 80675 + } farmers = { - culture = french - religion = catholic - size = 40975 - } + culture = french + religion = catholic + size = 40975 + } } #Pau (676000/169000 POPS) 460 = { - aristocrats = { - culture = french - religion = catholic - size = 1200 - } - - clergymen = { - culture = french - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = catholic - size = 3000 - } - - artisans = { - culture = french - religion = catholic - size = 3000 - } - - soldiers = { - culture = french - religion = catholic - size = 1250 - } - - farmers = { - culture = french - religion = catholic - size = 64700 - } - - farmers = { - culture = french - religion = catholic - size = 10000 - } - - aristocrats = { - culture = basque - religion = catholic - size = 400 - } - - clergymen = { - culture = basque - religion = catholic - size = 350 - } - - artisans = { - culture = basque - religion = catholic - size = 2500 - } - - soldiers = { - culture = basque - religion = catholic - size = 450 - } - - farmers = { - culture = basque - religion = catholic - size = 31300 - } + aristocrats = { + culture = french + religion = catholic + size = 1200 + } + + clergymen = { + culture = french + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = catholic + size = 3000 + } + + artisans = { + culture = french + religion = catholic + size = 3000 + } + + soldiers = { + culture = french + religion = catholic + size = 1250 + } + + farmers = { + culture = french + religion = catholic + size = 64700 + } + + farmers = { + culture = french + religion = catholic + size = 10000 + } + + aristocrats = { + culture = basque + religion = catholic + size = 400 + } + + clergymen = { + culture = basque + religion = catholic + size = 350 + } + + artisans = { + culture = basque + religion = catholic + size = 2500 + } + + soldiers = { + culture = basque + religion = catholic + size = 450 + } + + farmers = { + culture = basque + religion = catholic + size = 31300 + } } #Languedoc Region (1668000) #Montpellier (724000/181000) 461 = { - aristocrats = { - culture = french - religion = catholic - size = 1800 - } - - officers = { - culture = french - religion = catholic - size = 450 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1100 - } - - clergymen = { - culture = french - religion = catholic - size = 1300 - } - - artisans = { - culture = french - religion = catholic - size = 11100 - } - - soldiers = { - culture = french - religion = catholic - size = 1800 - } - - farmers = { - culture = french - religion = catholic - size = 123650 - } + aristocrats = { + culture = french + religion = catholic + size = 1800 + } + + officers = { + culture = french + religion = catholic + size = 450 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1100 + } + + clergymen = { + culture = french + religion = catholic + size = 1300 + } + + artisans = { + culture = french + religion = catholic + size = 11100 + } + + soldiers = { + culture = french + religion = catholic + size = 1800 + } + + farmers = { + culture = french + religion = catholic + size = 123650 + } } #Rodez (504000/126000 POPS) 462 = { - aristocrats = { - culture = french - religion = catholic - size = 1200 - } - - clergymen = { - culture = french - religion = catholic - size = 850 - } - - artisans = { - culture = french - religion = protestant - size = 6500 - } - - soldiers = { - culture = french - religion = catholic - size = 1300 - } - - farmers = { - culture = french - religion = catholic - size = 116150 - } + aristocrats = { + culture = french + religion = catholic + size = 1200 + } + + clergymen = { + culture = french + religion = catholic + size = 850 + } + + artisans = { + culture = french + religion = protestant + size = 6500 + } + + soldiers = { + culture = french + religion = catholic + size = 1300 + } + + farmers = { + culture = french + religion = catholic + size = 116150 + } } #Carcassone (276000/69000 POPS) 463 = { - aristocrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 450 - } - - artisans = { - culture = french - religion = catholic - size = 4500 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 30000 - } - - farmers = { - culture = french - religion = catholic - size = 32350 - } + aristocrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 450 + } + + artisans = { + culture = french + religion = catholic + size = 4500 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 30000 + } + + farmers = { + culture = french + religion = catholic + size = 32350 + } } #Perpignan (164000/41000 POPS) 464 = { - aristocrats = { - culture = french - religion = catholic - size = 100 - } - - clergymen = { - culture = french - religion = catholic - size = 75 - } - - artisans = { - culture = french - religion = catholic - size = 1250 - } - - soldiers = { - culture = french - religion = catholic - size = 150 - } - - farmers = { - culture = french - religion = catholic - size = 11425 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 200 - } - - clergymen = { - culture = catalan - religion = catholic - size = 175 - } - - artisans = { - culture = catalan - religion = catholic - size = 2250 - } - - soldiers = { - culture = catalan - religion = catholic - size = 250 - } - - farmers = { - culture = catalan - religion = catholic - size = 25075 - } + aristocrats = { + culture = french + religion = catholic + size = 100 + } + + clergymen = { + culture = french + religion = catholic + size = 75 + } + + artisans = { + culture = french + religion = catholic + size = 1250 + } + + soldiers = { + culture = french + religion = catholic + size = 150 + } + + farmers = { + culture = french + religion = catholic + size = 11425 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 200 + } + + clergymen = { + culture = catalan + religion = catholic + size = 175 + } + + artisans = { + culture = catalan + religion = catholic + size = 2250 + } + + soldiers = { + culture = catalan + religion = catholic + size = 250 + } + + farmers = { + culture = catalan + religion = catholic + size = 25075 + } } #Savoy Region (486800) ##Sardinian until 1860 #Annecy (258400/64600 POPS) 465 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 600 - } - - officers = { - culture = north_italian - religion = catholic - size = 100 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 200 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 350 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3250 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 28100 - } - - farmers = { - culture = french - religion = catholic - size = 27800 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 600 + } + + officers = { + culture = north_italian + religion = catholic + size = 100 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 200 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 350 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3250 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 28100 + } + + farmers = { + culture = french + religion = catholic + size = 27800 + } } #Chambery (228400/57100 POPS) 466 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 550 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 375 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2800 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 26375 - } - - farmers = { - culture = french - religion = catholic - size = 26175 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 550 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 375 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2800 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 26375 + } + + farmers = { + culture = french + religion = catholic + size = 26175 + } } #Provence Region (1268400) #Marseilles (384800/96200 POPS) 467 = { - aristocrats = { - culture = french - religion = catholic - size = 900 - } - - officers = { - culture = french - religion = catholic - size = 300 - } - - bureaucrats = { - culture = french - religion = catholic - size = 700 - } - - clergymen = { - culture = french - religion = catholic - size = 500 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - artisans = { - culture = french - religion = catholic - size = 10000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 30400 - } - - farmers = { - culture = french - religion = catholic - size = 22400 - } + aristocrats = { + culture = french + religion = catholic + size = 900 + } + + officers = { + culture = french + religion = catholic + size = 300 + } + + bureaucrats = { + culture = french + religion = catholic + size = 700 + } + + clergymen = { + culture = french + religion = catholic + size = 500 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + artisans = { + culture = french + religion = catholic + size = 10000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 30400 + } + + farmers = { + culture = french + religion = catholic + size = 22400 + } } #Avignon (243600/60900 POPS) 468 = { - aristocrats = { - culture = french - religion = catholic - size = 650 - } - - clergymen = { - culture = french - religion = catholic - size = 325 - } - - artisans = { - culture = french - religion = catholic - size = 8000 - } - - soldiers = { - culture = french - religion = catholic - size = 600 - } - - farmers = { - culture = french - religion = catholic - size = 25625 - } - - farmers = { - culture = french - religion = catholic - size = 20300 - } + aristocrats = { + culture = french + religion = catholic + size = 650 + } + + clergymen = { + culture = french + religion = catholic + size = 325 + } + + artisans = { + culture = french + religion = catholic + size = 8000 + } + + soldiers = { + culture = french + religion = catholic + size = 600 + } + + farmers = { + culture = french + religion = catholic + size = 25625 + } + + farmers = { + culture = french + religion = catholic + size = 20300 + } } #Digne (113200/31000 POPS) 469 = { - aristocrats = { - culture = french - religion = catholic - size = 250 - } - - clergymen = { - culture = french - religion = catholic - size = 100 - } - - artisans = { - culture = french - religion = catholic - size = 1500 - } - - soldiers = { - culture = french - religion = catholic - size = 350 - } - - farmers = { - culture = french - religion = catholic - size = 18900 - } - - farmers = { - culture = french - religion = catholic - size = 10000 - } + aristocrats = { + culture = french + religion = catholic + size = 250 + } + + clergymen = { + culture = french + religion = catholic + size = 100 + } + + artisans = { + culture = french + religion = catholic + size = 1500 + } + + soldiers = { + culture = french + religion = catholic + size = 350 + } + + farmers = { + culture = french + religion = catholic + size = 18900 + } + + farmers = { + culture = french + religion = catholic + size = 10000 + } } #Toulon (224000/56000 POPS) 470 = { - aristocrats = { - culture = french - religion = catholic - size = 500 - } - - clergymen = { - culture = french - religion = catholic - size = 250 - } - - artisans = { - culture = french - religion = catholic - size = 6000 - } - - artisans = { - culture = french - religion = catholic - size = 7000 - } - - soldiers = { - culture = french - religion = catholic - size = 1000 - } - - farmers = { - culture = french - religion = catholic - size = 20950 - } - - farmers = { - culture = french - religion = catholic - size = 20300 - } + aristocrats = { + culture = french + religion = catholic + size = 500 + } + + clergymen = { + culture = french + religion = catholic + size = 250 + } + + artisans = { + culture = french + religion = catholic + size = 6000 + } + + artisans = { + culture = french + religion = catholic + size = 7000 + } + + soldiers = { + culture = french + religion = catholic + size = 1000 + } + + farmers = { + culture = french + religion = catholic + size = 20950 + } + + farmers = { + culture = french + religion = catholic + size = 20300 + } } #Frejus (132000/33000 POPS) 471 = { - aristocrats = { - culture = french - religion = catholic - size = 300 - } - - clergymen = { - culture = french - religion = catholic - size = 150 - } - - artisans = { - culture = french - religion = catholic - size = 1600 - } - - soldiers = { - culture = french - religion = catholic - size = 350 - } - - farmers = { - culture = french - religion = catholic - size = 20000 - } - - farmers = { - culture = french - religion = catholic - size = 10600 - } + aristocrats = { + culture = french + religion = catholic + size = 300 + } + + clergymen = { + culture = french + religion = catholic + size = 150 + } + + artisans = { + culture = french + religion = catholic + size = 1600 + } + + soldiers = { + culture = french + religion = catholic + size = 350 + } + + farmers = { + culture = french + religion = catholic + size = 20000 + } + + farmers = { + culture = french + religion = catholic + size = 10600 + } } #Nice (Sardinian until 1860) (170800/42700 POPS) 472 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 450 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 225 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 19025 - } - - farmers = { - culture = french - religion = catholic - size = 18825 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 450 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 225 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 19025 + } + + farmers = { + culture = french + religion = catholic + size = 18825 + } } #Corsica Region (210000) #Corsica (210000/52500 POPS) 473 = { - aristocrats = { - culture = french - religion = catholic - size = 400 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 150 - } - - officers = { - culture = french - religion = catholic - size = 50 - } - - bureaucrats = { - culture = french - religion = catholic - size = 100 - } - - clergymen = { - culture = french - religion = catholic - size = 200 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1500 - } - - artisans = { - culture = french - religion = catholic - size = 1100 - } - - soldiers = { - culture = french - religion = catholic - size = 1100 - } - - farmers = { - culture = french - religion = catholic - size = 4800 - } - - farmers = { - culture = north_italian - religion = catholic - size = 43300 - } + aristocrats = { + culture = french + religion = catholic + size = 400 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 150 + } + + officers = { + culture = french + religion = catholic + size = 50 + } + + bureaucrats = { + culture = french + religion = catholic + size = 100 + } + + clergymen = { + culture = french + religion = catholic + size = 200 + } -} + artisans = { + culture = north_italian + religion = catholic + size = 1500 + } + artisans = { + culture = french + religion = catholic + size = 1100 + } + + soldiers = { + culture = french + religion = catholic + size = 1100 + } + + farmers = { + culture = french + religion = catholic + size = 4800 + } + + farmers = { + culture = north_italian + religion = catholic + size = 43300 + } + +} diff --git a/HPM/history/pops/1836.1.1/French Antillies.txt b/HPM/history/pops/1836.1.1/French Antillies.txt index 7b3cb1df..3b5676fc 100644 --- a/HPM/history/pops/1836.1.1/French Antillies.txt +++ b/HPM/history/pops/1836.1.1/French Antillies.txt @@ -2,167 +2,167 @@ #Ruled by France 1836 #Martinique (190800/27450 POPS) 2228 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } - - bureaucrats = { - culture = french - religion = catholic - size = 100 - } - - clergymen = { - culture = french - religion = catholic - size = 50 - } - - artisans = { - culture = french - religion = catholic - size = 900 - } - - soldiers = { - culture = french - religion = catholic - size = 250 - } - - farmers = { - culture = french - religion = catholic - size = 400 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 125 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 1250 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 250 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 3400 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 20000 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } + + bureaucrats = { + culture = french + religion = catholic + size = 100 + } + + clergymen = { + culture = french + religion = catholic + size = 50 + } + + artisans = { + culture = french + religion = catholic + size = 900 + } + + soldiers = { + culture = french + religion = catholic + size = 250 + } + + farmers = { + culture = french + religion = catholic + size = 400 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 125 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 1250 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 250 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 3400 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 20000 + } } #Guadeloupe (128400/32100 POPS) 2230 = { - aristocrats = { - culture = french - religion = catholic - size = 850 - } - - clergymen = { - culture = french - religion = catholic - size = 50 - } - - artisans = { - culture = french - religion = catholic - size = 1300 - } - - soldiers = { - culture = french - religion = catholic - size = 300 - } - - farmers = { - culture = french - religion = catholic - size = 600 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 150 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 1500 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 300 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 3050 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 24000 - } + aristocrats = { + culture = french + religion = catholic + size = 850 + } + + clergymen = { + culture = french + religion = catholic + size = 50 + } + + artisans = { + culture = french + religion = catholic + size = 1300 + } + + soldiers = { + culture = french + religion = catholic + size = 300 + } + + farmers = { + culture = french + religion = catholic + size = 600 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 150 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 1500 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 300 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 3050 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 24000 + } } #Marigot - Former Baffin Island (4000/1000 POPS) 45 = { - - aristocrats = { - culture = french - religion = catholic - size = 10 - } - - clergymen = { - culture = french - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribbean - religion = catholic - size = 55 - } - - farmers = { - culture = french - religion = catholic - size = 500 - } - - slaves = { - culture = afro_caribbean - religion = catholic - size = 120 - } + + aristocrats = { + culture = french + religion = catholic + size = 10 + } + + clergymen = { + culture = french + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribbean + religion = catholic + size = 55 + } + + farmers = { + culture = french + religion = catholic + size = 500 + } + + slaves = { + culture = afro_caribbean + religion = catholic + size = 120 + } } diff --git a/HPM/history/pops/1836.1.1/French Guiana.txt b/HPM/history/pops/1836.1.1/French Guiana.txt index 74973e54..2164312e 100644 --- a/HPM/history/pops/1836.1.1/French Guiana.txt +++ b/HPM/history/pops/1836.1.1/French Guiana.txt @@ -2,132 +2,132 @@ #Ruled by France 1836 #Cayenne (17000/4250 POPS) 2241 = { - aristocrats = { - culture = french - religion = catholic - size = 150 - } - - bureaucrats = { - culture = french - religion = catholic - size = 10 - } - - clergymen = { - culture = french - religion = catholic - size = 10 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - soldiers = { - culture = french - religion = catholic - size = 50 - } - - farmers = { - culture = french - religion = catholic - size = 80 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 150 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 25 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 50 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 425 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 2950 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 2 - } - - clergymen = { - culture = amazonian - religion = animist - size = 3 - } - - artisans = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 5 - } - - farmers = { - culture = amazonian - religion = animist - size = 230 - } + aristocrats = { + culture = french + religion = catholic + size = 150 + } + + bureaucrats = { + culture = french + religion = catholic + size = 10 + } + + clergymen = { + culture = french + religion = catholic + size = 10 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + soldiers = { + culture = french + religion = catholic + size = 50 + } + + farmers = { + culture = french + religion = catholic + size = 80 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 150 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 25 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 50 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 425 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 2950 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 2 + } + + clergymen = { + culture = amazonian + religion = animist + size = 3 + } + + artisans = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 5 + } + + farmers = { + culture = amazonian + religion = animist + size = 230 + } } #Maripasoula (3000/750 POPS) 2246 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 15 - } - - artisans = { - culture = amazonian - religion = animist - size = 35 - } - - soldiers = { - culture = amazonian - religion = animist - size = 10 - } - - farmers = { - culture = amazonian - religion = animist - size = 680 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 15 + } + + artisans = { + culture = amazonian + religion = animist + size = 35 + } + + soldiers = { + culture = amazonian + religion = animist + size = 10 + } + + farmers = { + culture = amazonian + religion = animist + size = 680 + } } diff --git a/HPM/history/pops/1836.1.1/Gabon.txt b/HPM/history/pops/1836.1.1/Gabon.txt index ce4fcce4..4459debb 100644 --- a/HPM/history/pops/1836.1.1/Gabon.txt +++ b/HPM/history/pops/1836.1.1/Gabon.txt @@ -1,192 +1,192 @@ -#Gabon Region (180000) #see Gulf of Guinea.txt for balance of region +#Gabon Region (180000) #see Gulf of Guinea.txt for balance of region #uncolonized in 1836/under the influence of Teke -#Libreville (48000/12000 POPS) +#Libreville (48000/12000 POPS) 1972 = { - aristocrats = { - culture = fang - religion = animist - size = 50 - } - - clergymen = { - culture = fang - religion = animist - size = 75 - } - - artisans = { - culture = fang - religion = animist - size = 150 - } - - soldiers = { - culture = fang - religion = animist - size = 25 - } - - farmers = { - culture = fang - religion = animist - size = 2700 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 450 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 8200 - } + aristocrats = { + culture = fang + religion = animist + size = 50 + } + + clergymen = { + culture = fang + religion = animist + size = 75 + } + + artisans = { + culture = fang + religion = animist + size = 150 + } + + soldiers = { + culture = fang + religion = animist + size = 25 + } + + farmers = { + culture = fang + religion = animist + size = 2700 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 450 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 8200 + } } -#Mayumbe (32000/8000 POPS) +#Mayumbe (32000/8000 POPS) 1974 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 75 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 400 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 75 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 7300 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 75 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 400 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 75 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 7300 + } } -#Moanda (28000/7000 POPS) +#Moanda (28000/7000 POPS) 1975 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 125 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 75 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 350 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 75 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 6375 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 125 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 75 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 350 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 75 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 6375 + } } #uncolonized in 1836 -#Makokou (72000/18000 POPS) +#Makokou (72000/18000 POPS) 1976 = { - aristocrats = { - culture = fang - religion = animist - size = 150 - } - - clergymen = { - culture = fang - religion = animist - size = 75 - } - - artisans = { - culture = fang - religion = animist - size = 400 - } - - soldiers = { - culture = fang - religion = animist - size = 75 - } - - farmers = { - culture = fang - religion = animist - size = 7300 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 175 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 500 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 9125 - } + aristocrats = { + culture = fang + religion = animist + size = 150 + } + + clergymen = { + culture = fang + religion = animist + size = 75 + } + + artisans = { + culture = fang + religion = animist + size = 400 + } + + soldiers = { + culture = fang + religion = animist + size = 75 + } + + farmers = { + culture = fang + religion = animist + size = 7300 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 175 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 500 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 9125 + } } diff --git a/HPM/history/pops/1836.1.1/Georgia.txt b/HPM/history/pops/1836.1.1/Georgia.txt index fd532779..30cac6df 100644 --- a/HPM/history/pops/1836.1.1/Georgia.txt +++ b/HPM/history/pops/1836.1.1/Georgia.txt @@ -1,667 +1,667 @@ -#Gruzhia Region (644000) -#under the rule of Russia in 1836 +#Gruzhia Region (644000) +#under the rule of Russia in 1836 #Tblisi (232000/58000 POPS) #circassian-orthodox = Ossetian 1090 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 250 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 1100 - } - - bureaucrats = { - culture = georgian - religion = orthodox - size = 50 - } - - officers = { - culture = georgian - religion = orthodox - size = 175 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 475 - } - - artisans = { - culture = armenian - religion = coptic - size = 725 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 1100 - } - - serfs = { - culture = georgian - religion = orthodox - size = 40625 - } - - farmers = { - culture = georgian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 25 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 25 - } - - artisans = { - culture = circassian - religion = orthodox - size = 150 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 25 - } - - farmers = { - culture = circassian - religion = orthodox - size = 2775 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 50 - } - - clergymen = { - culture = armenian - religion = coptic - size = 50 - } - - artisans = { - culture = armenian - religion = coptic - size = 450 - } - - soldiers = { - culture = armenian - religion = coptic - size = 50 - } - - farmers = { - culture = armenian - religion = coptic - size = 2400 - } - - farmers = { - culture = greek - religion = orthodox - size = 4000 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 25 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 50 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 150 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2750 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 690 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 250 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 1100 + } + + bureaucrats = { + culture = georgian + religion = orthodox + size = 50 + } + + officers = { + culture = georgian + religion = orthodox + size = 175 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 475 + } + + artisans = { + culture = armenian + religion = coptic + size = 725 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 1100 + } + + serfs = { + culture = georgian + religion = orthodox + size = 40625 + } + + farmers = { + culture = georgian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 25 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 25 + } + + artisans = { + culture = circassian + religion = orthodox + size = 150 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 25 + } + + farmers = { + culture = circassian + religion = orthodox + size = 2775 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 50 + } + + clergymen = { + culture = armenian + religion = coptic + size = 50 + } + + artisans = { + culture = armenian + religion = coptic + size = 450 + } + + soldiers = { + culture = armenian + religion = coptic + size = 50 + } + + farmers = { + culture = armenian + religion = coptic + size = 2400 + } + + farmers = { + culture = greek + religion = orthodox + size = 4000 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 25 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 50 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 150 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2750 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 690 + } } #Pasanauri (76000/19000 POPS) 1091 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 200 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 500 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 100 - } - - serfs = { - culture = georgian - religion = orthodox - size = 9100 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 100 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 50 - } - - artisans = { - culture = circassian - religion = orthodox - size = 300 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 50 - } - - farmers = { - culture = circassian - religion = orthodox - size = 5500 - } - - farmers = { - culture = chechen - religion = sunni - size = 500 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 50 - } - - clergymen = { - culture = armenian - religion = coptic - size = 50 - } - - artisans = { - culture = armenian - religion = coptic - size = 150 - } - - soldiers = { - culture = armenian - religion = coptic - size = 50 - } - - farmers = { - culture = armenian - religion = coptic - size = 2700 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 200 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 500 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 100 + } + + serfs = { + culture = georgian + religion = orthodox + size = 9100 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 100 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 50 + } + + artisans = { + culture = circassian + religion = orthodox + size = 300 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 50 + } + + farmers = { + culture = circassian + religion = orthodox + size = 5500 + } + + farmers = { + culture = chechen + religion = sunni + size = 500 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 50 + } + + clergymen = { + culture = armenian + religion = coptic + size = 50 + } + + artisans = { + culture = armenian + religion = coptic + size = 150 + } + + soldiers = { + culture = armenian + religion = coptic + size = 50 + } + + farmers = { + culture = armenian + religion = coptic + size = 2700 + } } #Kutaisi (120000/30000 POPS) 1092 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 550 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 300 - } - - artisans = { - culture = georgian - religion = orthodox - size = 1300 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 300 - } - - serfs = { - culture = georgian - religion = orthodox - size = 27300 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 550 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 300 + } + + artisans = { + culture = georgian + religion = orthodox + size = 1300 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 300 + } + + serfs = { + culture = georgian + religion = orthodox + size = 27300 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Akhaltsikhle (40000/10000 POPS) 1093 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 50 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 75 - } - - artisans = { - culture = georgian - religion = orthodox - size = 200 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 50 - } - - serfs = { - culture = georgian - religion = orthodox - size = 3625 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 100 - } - - clergymen = { - culture = armenian - religion = coptic - size = 50 - } - - artisans = { - culture = armenian - religion = coptic - size = 250 - } - - soldiers = { - culture = armenian - religion = coptic - size = 50 - } - - farmers = { - culture = armenian - religion = coptic - size = 4550 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 20 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 20 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 50 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 10 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 900 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 50 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 75 + } + + artisans = { + culture = georgian + religion = orthodox + size = 200 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 50 + } + + serfs = { + culture = georgian + religion = orthodox + size = 3625 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 100 + } + + clergymen = { + culture = armenian + religion = coptic + size = 50 + } + + artisans = { + culture = armenian + religion = coptic + size = 250 + } + + soldiers = { + culture = armenian + religion = coptic + size = 50 + } + + farmers = { + culture = armenian + religion = coptic + size = 4550 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 20 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 20 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 50 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 10 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 900 + } } #Poti (104000/26000 POPS) 1094 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 500 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 250 - } - - artisans = { - culture = georgian - religion = orthodox - size = 1300 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 275 - } - - farmers = { - culture = greek - religion = orthodox - size = 3500 - } - - serfs = { - culture = georgian - religion = orthodox - size = 20675 - } - - farmers = { - culture = georgian - religion = orthodox - size = 3000 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 500 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 250 + } + + artisans = { + culture = georgian + religion = orthodox + size = 1300 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 275 + } + + farmers = { + culture = greek + religion = orthodox + size = 3500 + } + + serfs = { + culture = georgian + religion = orthodox + size = 20675 + } + + farmers = { + culture = georgian + religion = orthodox + size = 3000 + } } #Sukhumi (72000/18000 POPS) #circassian = abkhaz 1095 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 75 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 75 - } - - artisans = { - culture = georgian - religion = orthodox - size = 200 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 50 - } - - farmers = { - culture = georgian - religion = orthodox - size = 17600 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 150 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 75 - } - - artisans = { - culture = circassian - religion = orthodox - size = 450 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = circassian - religion = orthodox - size = 28225 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 100 - } - - clergymen = { - culture = circassian - religion = sunni - size = 50 - } - - artisans = { - culture = circassian - religion = sunni - size = 250 - } - - soldiers = { - culture = circassian - religion = sunni - size = 50 - } - - farmers = { - culture = circassian - religion = sunni - size = 20550 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 75 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 75 + } + + artisans = { + culture = georgian + religion = orthodox + size = 200 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 50 + } + + farmers = { + culture = georgian + religion = orthodox + size = 17600 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 150 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 75 + } + + artisans = { + culture = circassian + religion = orthodox + size = 450 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = circassian + religion = orthodox + size = 28225 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 100 + } + + clergymen = { + culture = circassian + religion = sunni + size = 50 + } + + artisans = { + culture = circassian + religion = sunni + size = 250 + } + + soldiers = { + culture = circassian + religion = sunni + size = 50 + } + + farmers = { + culture = circassian + religion = sunni + size = 20550 + } } -#Kars Region (76000) #see Turkey.txt for balance of region -#under the rule of Ottoman Empire in 1836 +#Kars Region (76000) #see Turkey.txt for balance of region +#under the rule of Ottoman Empire in 1836 #Batum (76000/19000 POPS) #now part of Georgia 1096 = { - aristocrats = { - culture = turkish - religion = sunni - size = 50 - } - - clergymen = { - culture = turkish - religion = sunni - size = 110 - } - - artisans = { - culture = turkish - religion = sunni - size = 150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 110 - } - - farmers = { - culture = turkish - religion = sunni - size = 2725 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 110 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 110 - } - - artisans = { - culture = georgian - religion = orthodox - size = 200 - } - - farmers = { - culture = georgian - religion = orthodox - size = 3725 - } - - soldiers = { - culture = greek - religion = orthodox - size = 110 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 110 - } - - farmers = { - culture = greek - religion = orthodox - size = 1000 - } - - aristocrats = { - culture = georgian - religion = sunni - size = 200 - } - - clergymen = { - culture = georgian - religion = sunni - size = 125 - } - - artisans = { - culture = georgian - religion = sunni - size = 600 - } - - soldiers = { - culture = georgian - religion = sunni - size = 125 - } - - farmers = { - culture = georgian - religion = sunni - size = 11250 - } + aristocrats = { + culture = turkish + religion = sunni + size = 50 + } + + clergymen = { + culture = turkish + religion = sunni + size = 110 + } + + artisans = { + culture = turkish + religion = sunni + size = 150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 110 + } + + farmers = { + culture = turkish + religion = sunni + size = 2725 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 110 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 110 + } + + artisans = { + culture = georgian + religion = orthodox + size = 200 + } + + farmers = { + culture = georgian + religion = orthodox + size = 3725 + } + + soldiers = { + culture = greek + religion = orthodox + size = 110 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 110 + } + + farmers = { + culture = greek + religion = orthodox + size = 1000 + } + + aristocrats = { + culture = georgian + religion = sunni + size = 200 + } + + clergymen = { + culture = georgian + religion = sunni + size = 125 + } + + artisans = { + culture = georgian + religion = sunni + size = 600 + } + + soldiers = { + culture = georgian + religion = sunni + size = 125 + } + + farmers = { + culture = georgian + religion = sunni + size = 11250 + } } diff --git a/HPM/history/pops/1836.1.1/Germany.txt b/HPM/history/pops/1836.1.1/Germany.txt index 42548aa6..cbcbff69 100644 --- a/HPM/history/pops/1836.1.1/Germany.txt +++ b/HPM/history/pops/1836.1.1/Germany.txt @@ -2,5731 +2,5712 @@ #Under rule of Holstein 1836 #Kiel (256000/64000 POPS) 369 = { - aristocrats = { - culture = north_german - religion = protestant - size = 600 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 175 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 575 - } - - artisans = { - culture = north_german - religion = protestant - size = 2400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 48650 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 1700 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## - - clergymen = { - culture = danish - religion = protestant - size = 100 - } - - artisans = { - culture = danish - religion = protestant - size = 200 - } - - soldiers = { - culture = danish - religion = protestant - size = 100 - } - - farmers = { - culture = danish - religion = protestant - size = 4600 - } + aristocrats = { + culture = north_german + religion = protestant + size = 600 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 175 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 575 + } + + artisans = { + culture = north_german + religion = protestant + size = 2400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 48650 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 1700 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## + + clergymen = { + culture = danish + religion = protestant + size = 100 + } + + artisans = { + culture = danish + religion = protestant + size = 200 + } + + soldiers = { + culture = danish + religion = protestant + size = 100 + } + + farmers = { + culture = danish + religion = protestant + size = 4600 + } } #Lauenburg (148000/37000 POPS) 529 = { - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 375 - } - - artisans = { - culture = north_german - religion = protestant - size = 1825 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 33500 - } + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 375 + } + + artisans = { + culture = north_german + religion = protestant + size = 1825 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 33500 + } } #Lower Elbe Region (557600) #Under rule of Hamburg 1836 #Hamburg (150000/37500 POPS) 528 = { - aristocrats = { - culture = north_german - religion = protestant - size = 400 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 375 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 625 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000 - } - - artisans = { - culture = north_german - religion = protestant - size = 6000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1050 - } - - farmers = { - culture = north_german - religion = protestant - size = 16310 - } - - farmers = { - culture = north_german - religion = catholic - size = 765 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 400 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 375 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 625 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000 + } + + artisans = { + culture = north_german + religion = protestant + size = 6000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1050 + } + + farmers = { + culture = north_german + religion = protestant + size = 16310 + } + + farmers = { + culture = north_german + religion = catholic + size = 765 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } + ######## } #Under rule of Hannover 1836 (396000) #Stade (216000/54000 POPS) 531 = { - aristocrats = { - culture = north_german - religion = protestant - size = 550 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 50 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 2750 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 48050 - } + aristocrats = { + culture = north_german + religion = protestant + size = 550 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 50 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 2750 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 48050 + } } #Lunenburg (180000/45000 POPS) 532 = { - aristocrats = { - culture = north_german - religion = protestant - size = 450 - } - - clergymen = { - culture = north_german - religion = protestant - size = 4500 - } - - artisans = { - culture = north_german - religion = protestant - size = 2250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 45900 - } + aristocrats = { + culture = north_german + religion = protestant + size = 450 + } + + clergymen = { + culture = north_german + religion = protestant + size = 4500 + } + + artisans = { + culture = north_german + religion = protestant + size = 2250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 45900 + } } #Under rule of Britain 1836 #Heligoland (1600/400 POPS) 533 = { - farmers = { - culture = north_german - religion = protestant - size = 400 - } + farmers = { + culture = north_german + religion = protestant + size = 400 + } } #Mecklenburg Region (614000) -#under the Rule of Lubeck 1836 +#under the Rule of Lubeck 1836 #Lubeck (46503/11626 POPS) 530 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 116 - } - - officers = { - culture = north_german - religion = protestant - size = 22 - } - - clergymen = { - culture = north_german - religion = protestant - size = 230 - } - - artisans = { - culture = north_german - religion = protestant - size = 6976 - } - - soldiers = { - culture = north_german - religion = protestant - size = 406 - } - - farmers = { - culture = north_german - religion = protestant - size = 3476 - } - - farmers = { - culture = north_german - religion = catholic - size = 100 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 116 + } + + officers = { + culture = north_german + religion = protestant + size = 22 + } + + clergymen = { + culture = north_german + religion = protestant + size = 230 + } + + artisans = { + culture = north_german + religion = protestant + size = 6976 + } + + soldiers = { + culture = north_german + religion = protestant + size = 406 + } + + farmers = { + culture = north_german + religion = protestant + size = 3476 + } + + farmers = { + culture = north_german + religion = catholic + size = 100 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#under the Rule of Mecklenburg 1836 +#under the Rule of Mecklenburg 1836 #Schwerin (484000/121000 POPS) 544 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1225 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 275 - } - - officers = { - culture = north_german - religion = protestant - size = 150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1200 - } - - artisans = { - culture = north_german - religion = protestant - size = 6000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1250 - } - - farmers = { - culture = north_german - religion = protestant - size = 109800 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1225 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 275 + } + + officers = { + culture = north_german + religion = protestant + size = 150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1200 + } + + artisans = { + culture = north_german + religion = protestant + size = 6000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1250 + } + + farmers = { + culture = north_german + religion = protestant + size = 109800 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## } #Neustrelitz (90000/22500 POPS) 545 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 225 - } - - artisans = { - culture = north_german - religion = protestant - size = 1125 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 19950 - } + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 225 + } + + artisans = { + culture = north_german + religion = protestant + size = 1125 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 19950 + } } #Hannover Region (1288000) #under the rule of Hannover 1836 #Hannover (420000/105000 POPS) 534 = { - aristocrats = { - culture = north_german - religion = protestant - size = 750 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 500 - } - - officers = { - culture = north_german - religion = protestant - size = 300 - } - - clergymen = { - culture = north_german - religion = protestant - size = 875 - } - - artisans = { - culture = north_german - religion = protestant - size = 5250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3000 - } - - farmers = { - culture = north_german - religion = protestant - size = 89325 - } - - clergymen = { - culture = north_german - religion = catholic - size = 75 - } - - artisans = { - culture = north_german - religion = catholic - size = 200 - } - - soldiers = { - culture = north_german - religion = catholic - size = 50 - } - - farmers = { - culture = north_german - religion = catholic - size = 3675 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 750 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 500 + } + + officers = { + culture = north_german + religion = protestant + size = 300 + } + + clergymen = { + culture = north_german + religion = protestant + size = 875 + } + + artisans = { + culture = north_german + religion = protestant + size = 5250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3000 + } + + farmers = { + culture = north_german + religion = protestant + size = 89325 + } + + clergymen = { + culture = north_german + religion = catholic + size = 75 + } + + artisans = { + culture = north_german + religion = catholic + size = 200 + } + + soldiers = { + culture = north_german + religion = catholic + size = 50 + } + + farmers = { + culture = north_german + religion = catholic + size = 3675 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } #Nienburg (276000/64000 POPS) 535 = { - aristocrats = { - culture = north_german - religion = protestant - size = 550 - } - - clergymen = { - culture = north_german - religion = protestant - size = 625 - } - - artisans = { - culture = north_german - religion = protestant - size = 3250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 57575 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 550 + } + + clergymen = { + culture = north_german + religion = protestant + size = 625 + } + + artisans = { + culture = north_german + religion = protestant + size = 3250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 57575 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## } #Gottingen (180000/45000 POPS) 537 = { - aristocrats = { - culture = north_german - religion = protestant - size = 400 - } - - clergymen = { - culture = north_german - religion = protestant - size = 425 - } - - artisans = { - culture = north_german - religion = protestant - size = 2250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 40925 - } + aristocrats = { + culture = north_german + religion = protestant + size = 400 + } + + clergymen = { + culture = north_german + religion = protestant + size = 425 + } + + artisans = { + culture = north_german + religion = protestant + size = 2250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 40925 + } } #Osnabruck (220000/55000 POPS) 538 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 250 - } - - artisans = { - culture = north_german - religion = protestant - size = 2250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 300 - } - - farmers = { - culture = north_german - religion = protestant - size = 26950 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 200 - } - - clergymen = { - culture = north_german - religion = catholic - size = 250 - } - - artisans = { - culture = north_german - religion = catholic - size = 1750 - } - - soldiers = { - culture = north_german - religion = catholic - size = 250 - } - - farmers = { - culture = north_german - religion = catholic - size = 22550 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 250 + } + + artisans = { + culture = north_german + religion = protestant + size = 2250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 300 + } + + farmers = { + culture = north_german + religion = protestant + size = 26950 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 200 + } + + clergymen = { + culture = north_german + religion = catholic + size = 250 + } + + artisans = { + culture = north_german + religion = catholic + size = 1750 + } + + soldiers = { + culture = north_german + religion = catholic + size = 250 + } + + farmers = { + culture = north_german + religion = catholic + size = 22550 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #under the rule of Brunswick 1836 #Brunswick (264000/66000 POPS) 536 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = protestant - size = 75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450 - } - - artisans = { - culture = north_german - religion = protestant - size = 8500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 53375 - } - - clergymen = { - culture = north_german - religion = catholic - size = 25 - } - - soldiers = { - culture = north_german - religion = catholic - size = 15 - } - - farmers = { - culture = north_german - religion = catholic - size = 960 - } + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = protestant + size = 75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450 + } + + artisans = { + culture = north_german + religion = protestant + size = 8500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 53375 + } + + clergymen = { + culture = north_german + religion = catholic + size = 25 + } + + soldiers = { + culture = north_german + religion = catholic + size = 15 + } + + farmers = { + culture = north_german + religion = catholic + size = 960 + } } #East Frisia Region (496000) #under the rule of Bremen 1836 #Bremen (52000/13000 POPS) 539 = { - aristocrats = { - culture = north_german - religion = protestant - size = 150 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 130 - } - - officers = { - culture = north_german - religion = protestant - size = 26 - } - - clergymen = { - culture = north_german - religion = protestant - size = 260 - } - - artisans = { - culture = north_german - religion = protestant - size = 7319 - } - - soldiers = { - culture = north_german - religion = protestant - size = 485 - } - - farmers = { - culture = north_german - religion = protestant - size = 4255 - } - - farmers = { - culture = north_german - religion = catholic - size = 375 - } + aristocrats = { + culture = north_german + religion = protestant + size = 150 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 130 + } + + officers = { + culture = north_german + religion = protestant + size = 26 + } + + clergymen = { + culture = north_german + religion = protestant + size = 260 + } + + artisans = { + culture = north_german + religion = protestant + size = 7319 + } + + soldiers = { + culture = north_german + religion = protestant + size = 485 + } + + farmers = { + culture = north_german + religion = protestant + size = 4255 + } + + farmers = { + culture = north_german + religion = catholic + size = 375 + } } -#under the rule of Oldenburg 1836 +#under the rule of Oldenburg 1836 #Oldenburg (184000/46000 POPS) 540 = { - aristocrats = { - culture = north_german - religion = protestant - size = 400 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 125 - } - - officers = { - culture = north_german - religion = protestant - size = 75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 425 - } - - artisans = { - culture = north_german - religion = protestant - size = 2200 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 38800 - } - - clergymen = { - culture = north_german - religion = catholic - size = 40 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 1860 - } + aristocrats = { + culture = north_german + religion = protestant + size = 400 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 125 + } + + officers = { + culture = north_german + religion = protestant + size = 75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 425 + } + + artisans = { + culture = north_german + religion = protestant + size = 2200 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 38800 + } + + clergymen = { + culture = north_german + religion = catholic + size = 40 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 1860 + } } #Cloppenburg (84000/21000 POPS) 541 = { - aristocrats = { - culture = north_german - religion = protestant - size = 125 - } - - clergymen = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 650 - } - - soldiers = { - culture = north_german - religion = protestant - size = 125 - } - - farmers = { - culture = north_german - religion = protestant - size = 11975 - } - - clergymen = { - culture = north_german - religion = catholic - size = 75 - } - - artisans = { - culture = north_german - religion = catholic - size = 400 - } - - soldiers = { - culture = north_german - religion = catholic - size = 75 - } - - artisans = { - culture = north_german - religion = catholic - size = 7450 - } + aristocrats = { + culture = north_german + religion = protestant + size = 125 + } + + clergymen = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 650 + } + + soldiers = { + culture = north_german + religion = protestant + size = 125 + } + + farmers = { + culture = north_german + religion = protestant + size = 11975 + } + + clergymen = { + culture = north_german + religion = catholic + size = 75 + } + + artisans = { + culture = north_german + religion = catholic + size = 400 + } + + soldiers = { + culture = north_german + religion = catholic + size = 75 + } + + artisans = { + culture = north_german + religion = catholic + size = 7450 + } } #under the rule of Hannover 1836 #Lingen (80000/20000 POPS) 542 = { - aristocrats = { - culture = north_german - religion = protestant - size = 150 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 75 - } - - officers = { - culture = north_german - religion = protestant - size = 25 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 88 - } - - farmers = { - culture = north_german - religion = protestant - size = 8075 - } - - clergymen = { - culture = north_german - religion = catholic - size = 65 - } - - artisans = { - culture = north_german - religion = catholic - size = 150 - } - - soldiers = { - culture = north_german - religion = catholic - size = 25 - } - - farmers = { - culture = north_german - religion = catholic - size = 2260 - } + aristocrats = { + culture = north_german + religion = protestant + size = 150 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 75 + } + + officers = { + culture = north_german + religion = protestant + size = 25 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 88 + } + + farmers = { + culture = north_german + religion = protestant + size = 8075 + } + + clergymen = { + culture = north_german + religion = catholic + size = 65 + } + + artisans = { + culture = north_german + religion = catholic + size = 150 + } + + soldiers = { + culture = north_german + religion = catholic + size = 25 + } + + farmers = { + culture = north_german + religion = catholic + size = 2260 + } } #Emden (84000/21000 POPS) 543 = { - aristocrats = { - culture = north_german - religion = protestant - size = 30 - } - - clergymen = { - culture = north_german - religion = protestant - size = 70 - } - - artisans = { - culture = north_german - religion = protestant - size = 400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 50 - } - - farmers = { - culture = north_german - religion = protestant - size = 3450 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 150 - } - - clergymen = { - culture = north_german - religion = catholic - size = 175 - } - - artisans = { - culture = north_german - religion = catholic - size = 1600 - } - - soldiers = { - culture = north_german - religion = catholic - size = 150 - } - - farmers = { - culture = north_german - religion = catholic - size = 14925 - } + aristocrats = { + culture = north_german + religion = protestant + size = 30 + } + + clergymen = { + culture = north_german + religion = protestant + size = 70 + } + + artisans = { + culture = north_german + religion = protestant + size = 400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 50 + } + + farmers = { + culture = north_german + religion = protestant + size = 3450 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 150 + } + + clergymen = { + culture = north_german + religion = catholic + size = 175 + } + + artisans = { + culture = north_german + religion = catholic + size = 1600 + } + + soldiers = { + culture = north_german + religion = catholic + size = 150 + } + + farmers = { + culture = north_german + religion = catholic + size = 14925 + } } #Pomerania Region (289000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Swinemunde (132000/33000 POPS) 547 = { - aristocrats = { - culture = north_german - religion = protestant - size = 300 - } - - clergymen = { - culture = north_german - religion = protestant - size = 325 - } - - artisans = { - culture = north_german - religion = protestant - size = 1650 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 29725 - } + aristocrats = { + culture = north_german + religion = protestant + size = 300 + } + + clergymen = { + culture = north_german + religion = protestant + size = 325 + } + + artisans = { + culture = north_german + religion = protestant + size = 1650 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 29725 + } } #Stralsund (157000/39250 POPS) 548 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 200 - } - - artisans = { - culture = north_german - religion = protestant - size = 2350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 20250 - } - - clergymen = { - culture = north_german - religion = catholic - size = 150 - } - - artisans = { - culture = north_german - religion = catholic - size = 1400 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 12450 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 200 + } + + artisans = { + culture = north_german + religion = protestant + size = 2350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 20250 + } + + clergymen = { + culture = north_german + religion = catholic + size = 150 + } + + artisans = { + culture = north_german + religion = catholic + size = 1400 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 12450 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Brandenburg Region (1628000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Berlin (772000/193000 POPS) 549 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1750 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 2700 - } - - officers = { - culture = north_german - religion = protestant - size = 1200 - } - - capitalists = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1550 - } - - clerks = { - culture = north_german - religion = protestant - size = 600 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 16525 - } - - artisans = { - culture = north_german - religion = protestant - size = 40000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 5000 - } - - farmers = { - culture = north_german - religion = protestant - size = 106300 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 150 - } - - artisans = { - culture = north_german - religion = catholic - size = 1350 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 3400 - } - - ######Jews - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6000 - } - ######## - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - craftsmen = { - culture = polish - religion = catholic - size = 150 - } - - artisans = { - culture = polish - religion = catholic - size = 1850 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 2900 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1750 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 2700 + } + + officers = { + culture = north_german + religion = protestant + size = 1200 + } + + capitalists = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1550 + } + + clerks = { + culture = north_german + religion = protestant + size = 600 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 16525 + } + + artisans = { + culture = north_german + religion = protestant + size = 40000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 5000 + } + + farmers = { + culture = north_german + religion = protestant + size = 106300 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 150 + } + + artisans = { + culture = north_german + religion = catholic + size = 1350 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 3400 + } + + ######Jews + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6000 + } + ######## + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + craftsmen = { + culture = polish + religion = catholic + size = 150 + } + + artisans = { + culture = polish + religion = catholic + size = 1850 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 2900 + } } #Prenzlau (280000/70000 POPS) 550 = { - aristocrats = { - culture = north_german - religion = protestant - size = 700 - } - - clergymen = { - culture = north_german - religion = protestant - size = 675 - } - - artisans = { - culture = north_german - religion = protestant - size = 3500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2400 - } - - farmers = { - culture = north_german - religion = protestant - size = 62500 - } + aristocrats = { + culture = north_german + religion = protestant + size = 700 + } + + clergymen = { + culture = north_german + religion = protestant + size = 675 + } + + artisans = { + culture = north_german + religion = protestant + size = 3500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2400 + } + + farmers = { + culture = north_german + religion = protestant + size = 62500 + } } #Pritzwalk (232000/58000 POPS) 551 = { - aristocrats = { - culture = north_german - religion = protestant - size = 550 - } - - clergymen = { - culture = north_german - religion = protestant - size = 575 - } - - artisans = { - culture = north_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 51875 - } + aristocrats = { + culture = north_german + religion = protestant + size = 550 + } + + clergymen = { + culture = north_german + religion = protestant + size = 575 + } + + artisans = { + culture = north_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 51875 + } } #Cottbus (344000/86000 POPS) 552 = { - aristocrats = { - culture = north_german - religion = protestant - size = 750 - } - - clergymen = { - culture = north_german - religion = protestant - size = 400 - } - - clergymen = { - culture = western_slavic - religion = protestant - size = 300 - } - - artisans = { - culture = north_german - religion = protestant - size = 3000 - } - - artisans = { - culture = north_german - religion = catholic - size = 1300 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 20000 - } - - farmers = { - culture = western_slavic - religion = protestant - size = 50000 - } - - clergymen = { - culture = western_slavic - religion = catholic - size = 100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 50 - } - - farmers = { - culture = western_slavic - religion = catholic - size = 7100 - } + aristocrats = { + culture = north_german + religion = protestant + size = 750 + } + + clergymen = { + culture = north_german + religion = protestant + size = 400 + } + + clergymen = { + culture = western_slavic + religion = protestant + size = 300 + } + + artisans = { + culture = north_german + religion = protestant + size = 3000 + } + + artisans = { + culture = north_german + religion = catholic + size = 1300 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 20000 + } + + farmers = { + culture = western_slavic + religion = protestant + size = 50000 + } + + clergymen = { + culture = western_slavic + religion = catholic + size = 100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 50 + } + + farmers = { + culture = western_slavic + religion = catholic + size = 7100 + } } -#Anhalt Region (1527000) -#under the rule of Prussia 1836 +#Anhalt Region (1527000) +#under the rule of Prussia 1836 #Magdeburg (577200/144300 POPS) 553 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1200 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1400 - } - - officers = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1125 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 103025 - } - - clergymen = { - culture = north_german - religion = catholic - size = 250 - } - - artisans = { - culture = north_german - religion = catholic - size = 1750 - } - - soldiers = { - culture = north_german - religion = catholic - size = 250 - } - - farmers = { - culture = north_german - religion = catholic - size = 22750 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1200 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1400 + } + + officers = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1125 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 103025 + } + + clergymen = { + culture = north_german + religion = catholic + size = 250 + } + + artisans = { + culture = north_german + religion = catholic + size = 1750 + } + + soldiers = { + culture = north_german + religion = catholic + size = 250 + } + + farmers = { + culture = north_german + religion = catholic + size = 22750 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Erfurt (220800/55200 POPS) 554 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 400 - } - - artisans = { - culture = north_german - religion = protestant - size = 3350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 39750 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 750 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 9050 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 400 + } + + artisans = { + culture = north_german + religion = protestant + size = 3350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 39750 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 750 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 9050 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## } #Halle (445000/111250 POPS) 556 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 925 - } - - artisans = { - culture = north_german - religion = protestant - size = 5000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 91925 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 575 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 10225 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 925 + } + + artisans = { + culture = north_german + religion = protestant + size = 5000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 91925 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 575 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 10225 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Stendal (140000/35000 POPS) 557 = { - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 325 - } - - artisans = { - culture = north_german - religion = protestant - size = 1750 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 31575 - } + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 325 + } + + artisans = { + culture = north_german + religion = protestant + size = 1750 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 31575 + } } #under the rule of Anhalt 1836 #Dessau (144000/36000 POPS) 555 = { - aristocrats = { - culture = north_german - religion = protestant - size = 325 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 70 - } - - officers = { - culture = north_german - religion = protestant - size = 25 - } - - clergymen = { - culture = north_german - religion = protestant - size = 325 - } - - artisans = { - culture = north_german - religion = protestant - size = 1900 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 31355 - } - - clergymen = { - culture = north_german - religion = catholic - size = 20 - } - - artisans = { - culture = north_german - religion = catholic - size = 50 - } - - soldiers = { - culture = north_german - religion = catholic - size = 10 - } - - farmers = { - culture = north_german - religion = catholic - size = 920 - } + aristocrats = { + culture = north_german + religion = protestant + size = 325 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 70 + } + + officers = { + culture = north_german + religion = protestant + size = 25 + } + + clergymen = { + culture = north_german + religion = protestant + size = 325 + } + + artisans = { + culture = north_german + religion = protestant + size = 1900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 31355 + } + + clergymen = { + culture = north_german + religion = catholic + size = 20 + } + + artisans = { + culture = north_german + religion = catholic + size = 50 + } + + soldiers = { + culture = north_german + religion = catholic + size = 10 + } + + farmers = { + culture = north_german + religion = catholic + size = 920 + } } -#Saxony Region (1379000) -#under the rule of Saxony 1836 -#Dresden (679000/169750 POPS) +#Saxony Region (1379000) +#under the rule of Saxony 1836 +#Dresden (806380/201595 POPS) 558 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1600 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 700 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - capitalists = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1625 - } - - clerks = { - culture = north_german - religion = protestant - size = 100 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 925 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000 - } - - artisans = { - culture = north_german - religion = protestant - size = 250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1650 - } - - farmers = { - culture = north_german - religion = protestant - size = 147105 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 925 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 3900 - } - - clerks = { - culture = north_german - religion = protestant - size = 100 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 150 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1905 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 825 + } + + officers = { + culture = north_german + religion = protestant + size = 135 + } + + capitalists = { + culture = north_german + religion = protestant + size = 135 + } + + clergymen = { + culture = north_german + religion = protestant + size = 2055 + } + + clerks = { + culture = north_german + religion = protestant + size = 135 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 1290 + } + + artisans = { + culture = north_german + religion = protestant + size = 12925 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2090 + } + + labourers = { + culture = north_german + religion = protestant + size = 172630 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 100 + } + + officers = { + culture = north_german + religion = catholic + size = 100 + } + + capitalists = { + culture = north_german + religion = catholic + size = 100 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 1000 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + labourers = { + culture = north_german + religion = catholic + size = 5470 + } + + clerks = { + culture = north_german + religion = catholic + size = 100 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } } -#Leipzig (420000/105000 POPS) +#Leipzig (494440/123610 POPS) 559 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1100 - } - - clerks = { - culture = north_german - religion = protestant - size = 100 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 875 - } - - artisans = { - culture = north_german - religion = protestant - size = 9050 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1100 - } - - farmers = { - culture = north_german - religion = protestant - size = 90800 - } - - clerks = { - culture = north_german - religion = protestant - size = 100 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 100 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1300 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1315 + } + + clerks = { + culture = north_german + religion = protestant + size = 135 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 1405 + } + + artisans = { + culture = north_german + religion = protestant + size = 10580 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1315 + } + + labourers = { + culture = north_german + religion = protestant + size = 107560 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + labourers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#Chemnitz (280000/70000 POPS) +#Chemnitz (330080/82520 POPS) 560 = { - aristocrats = { - culture = north_german - religion = protestant - size = 800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 625 - } - - artisans = { - culture = north_german - religion = protestant - size = 5000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 62575 - } + aristocrats = { + culture = north_german + religion = protestant + size = 945 + } + + clergymen = { + culture = north_german + religion = protestant + size = 740 + } + + artisans = { + culture = north_german + religion = protestant + size = 5900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1180 + } + + labourers = { + culture = north_german + religion = protestant + size = 73755 + } } -#Thuringia Region (865000) -#under the rule of Saxe-Weimar 1836 +#Thuringia Region (865000) +#under the rule of Saxe-Weimar 1836 #Weimar (365000/91250 POPS) 561 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 150 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 875 - } - - artisans = { - culture = north_german - religion = protestant - size = 4250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 83625 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 150 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 875 + } + + artisans = { + culture = north_german + religion = protestant + size = 4250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 83625 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } -#under the rule of Saxe-Coburg 1836 +#under the rule of Saxe-Coburg 1836 #Gotha (292000/73000 POPS) 562 = { - aristocrats = { - culture = north_german - religion = protestant - size = 725 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 125 - } - - officers = { - culture = north_german - religion = protestant - size = 75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 675 - } - - artisans = { - culture = north_german - religion = protestant - size = 3650 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 66750 - } + aristocrats = { + culture = north_german + religion = protestant + size = 725 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 125 + } + + officers = { + culture = north_german + religion = protestant + size = 75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 675 + } + + artisans = { + culture = north_german + religion = protestant + size = 3650 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 66750 + } } -#under the rule of Saxe-Meiningen 1836 +#under the rule of Saxe-Meiningen 1836 #Meiningen (208000/52000 POPS) 563 = { - aristocrats = { - culture = north_german - religion = protestant - size = 510 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 90 - } - - officers = { - culture = north_german - religion = protestant - size = 50 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 2600 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 47350 - } + aristocrats = { + culture = north_german + religion = protestant + size = 510 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 90 + } + + officers = { + culture = north_german + religion = protestant + size = 50 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 2600 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 47350 + } } -#Hesse Region (1719600) -#under the rule of Frankfurt 1836 +#Hesse Region (1719600) +#under the rule of Frankfurt 1836 #Frankfurt-am-Main (44000/16000 POPS) 564 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 135 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 138 - } - - artisans = { - culture = north_german - religion = protestant - size = 8175 - } - - soldiers = { - culture = north_german - religion = protestant - size = 475 - } - - farmers = { - culture = north_german - religion = protestant - size = 1550 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 900 - } - - farmers = { - culture = north_german - religion = catholic - size = 500 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 135 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 138 + } + + artisans = { + culture = north_german + religion = protestant + size = 8175 + } + + soldiers = { + culture = north_german + religion = protestant + size = 475 + } + + farmers = { + culture = north_german + religion = protestant + size = 1550 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 900 + } + + farmers = { + culture = north_german + religion = catholic + size = 500 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } -#under the rule of Nassau 1836 +#under the rule of Nassau 1836 #Wiesbaden (402400/100600 POPS) 565 = { - aristocrats = { - culture = north_german - religion = protestant - size = 475 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 175 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450 - } - - artisans = { - culture = north_german - religion = protestant - size = 3300 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3000 - } - - farmers = { - culture = north_german - religion = protestant - size = 42500 - } - - clergymen = { - culture = north_german - religion = catholic - size = 525 - } - - artisans = { - culture = north_german - religion = catholic - size = 1650 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 40306 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 600 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 475 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 175 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450 + } + + artisans = { + culture = north_german + religion = protestant + size = 3300 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3000 + } + + farmers = { + culture = north_german + religion = protestant + size = 42500 + } + + clergymen = { + culture = north_german + religion = catholic + size = 525 + } + + artisans = { + culture = north_german + religion = catholic + size = 1650 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 40306 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 600 + } + ######## } -#under the rule of Hesse-Kassel 1836 +#under the rule of Hesse-Kassel 1836 #Kassel (445200/111300 POPS) 566 = { - aristocrats = { - culture = north_german - religion = protestant - size = 875 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 325 - } - - officers = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 875 - } - - artisans = { - culture = north_german - religion = protestant - size = 4500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 78225 - } - - clergymen = { - culture = north_german - religion = catholic - size = 225 - } - - artisans = { - culture = north_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 200 - } - - farmers = { - culture = north_german - religion = catholic - size = 20475 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 875 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 325 + } + + officers = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 875 + } + + artisans = { + culture = north_german + religion = protestant + size = 4500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 78225 + } + + clergymen = { + culture = north_german + religion = catholic + size = 225 + } + + artisans = { + culture = north_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 200 + } + + farmers = { + culture = north_german + religion = catholic + size = 20475 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Fulda (248000/62000 POPS) 568 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 2600 - } - - soldiers = { - culture = north_german - religion = protestant - size = 550 - } - - farmers = { - culture = north_german - religion = protestant - size = 46850 - } - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 500 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 10300 - } + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 2600 + } + + soldiers = { + culture = north_german + religion = protestant + size = 550 + } + + farmers = { + culture = north_german + religion = protestant + size = 46850 + } + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 500 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 10300 + } } -#under the rule of Hesse-Darmstadt 1836 +#under the rule of Hesse-Darmstadt 1836 #Giessen (200000/50000 POPS) 567 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 2500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 46000 - } + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 2500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 46000 + } } #Darmstadt (360000/90000 POPS) 2560 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 400 - } - - officers = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 3600 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 47300 - } - - clergymen = { - culture = north_german - religion = catholic - size = 375 - } - - artisans = { - culture = north_german - religion = catholic - size = 2400 - } - - soldiers = { - culture = north_german - religion = catholic - size = 350 - } - - farmers = { - culture = north_german - religion = catholic - size = 33875 - } + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 400 + } + + officers = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 3600 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 47300 + } + + clergymen = { + culture = north_german + religion = catholic + size = 375 + } + + artisans = { + culture = north_german + religion = catholic + size = 2400 + } + + soldiers = { + culture = north_german + religion = catholic + size = 350 + } + + farmers = { + culture = north_german + religion = catholic + size = 33875 + } } -#Palatinate-Moselle Region (1815200) -#under the rule of Baden 1836 +#Palatinate-Moselle Region (1815200) +#under the rule of Baden 1836 #Mannheim (261000/65250 POPS) 569 = { - aristocrats = { - culture = south_german - religion = catholic - size = 200 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 13750 - } - - clergymen = { - culture = south_german - religion = protestant - size = 400 - } - - artisans = { - culture = south_german - religion = protestant - size = 2500 - } - - soldiers = { - culture = south_german - religion = protestant - size = 500 - } - - farmers = { - culture = south_german - religion = protestant - size = 46600 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 200 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 13750 + } + + clergymen = { + culture = south_german + religion = protestant + size = 400 + } + + artisans = { + culture = south_german + religion = protestant + size = 2500 + } + + soldiers = { + culture = south_german + religion = protestant + size = 500 + } + + farmers = { + culture = south_german + religion = protestant + size = 46600 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#under the rule of Hesse-Darmstadt 1836 +#under the rule of Hesse-Darmstadt 1836 #Mainz (242200/60550 POPS) 570 = { - aristocrats = { - culture = north_german - religion = protestant - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 500 - } - - artisans = { - culture = north_german - religion = protestant - size = 5900 - } - - soldiers = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 42600 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 8700 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 500 + } + + artisans = { + culture = north_german + religion = protestant + size = 5900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 42600 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 8700 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#under the rule of Bavaria 1836 +#under the rule of Bavaria 1836 #Kaiserslautern (556000/139000 POPS) 571 = { - aristocrats = { - culture = south_german - religion = catholic - size = 650 - } - - clergymen = { - culture = south_german - religion = catholic - size = 650 - } - - artisans = { - culture = south_german - religion = catholic - size = 3100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 57400 - } - - clergymen = { - culture = south_german - religion = protestant - size = 700 - } - - artisans = { - culture = south_german - religion = protestant - size = 3800 - } - - soldiers = { - culture = south_german - religion = protestant - size = 750 - } - - farmers = { - culture = south_german - religion = protestant - size = 70750 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 650 + } + + clergymen = { + culture = south_german + religion = catholic + size = 650 + } + + artisans = { + culture = south_german + religion = catholic + size = 3100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 57400 + } + + clergymen = { + culture = south_german + religion = protestant + size = 700 + } + + artisans = { + culture = south_german + religion = protestant + size = 3800 + } + + soldiers = { + culture = south_german + religion = protestant + size = 750 + } + + farmers = { + culture = south_german + religion = protestant + size = 70750 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#under the rule of Prussia 1836 +#under the rule of Prussia 1836 #Trier (220000/55000 POPS) 572 = { - aristocrats = { - culture = north_german - religion = protestant - size = 300 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 850 - } - - officers = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 250 - } - - artisans = { - culture = north_german - religion = protestant - size = 1350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 275 - } - - farmers = { - culture = north_german - religion = protestant - size = 23775 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 250 - } - - clergymen = { - culture = north_german - religion = catholic - size = 275 - } - - artisans = { - culture = north_german - religion = catholic - size = 1400 - } - - soldiers = { - culture = north_german - religion = catholic - size = 275 - } - - farmers = { - culture = north_german - religion = catholic - size = 25800 - } + aristocrats = { + culture = north_german + religion = protestant + size = 300 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 850 + } + + officers = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 250 + } + + artisans = { + culture = north_german + religion = protestant + size = 1350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 275 + } + + farmers = { + culture = north_german + religion = protestant + size = 23775 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 250 + } + + clergymen = { + culture = north_german + religion = catholic + size = 275 + } + + artisans = { + culture = north_german + religion = catholic + size = 1400 + } + + soldiers = { + culture = north_german + religion = catholic + size = 275 + } + + farmers = { + culture = north_german + religion = catholic + size = 25800 + } } #Saarbrucken (308000/77000 POPS) 573 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 225 - } - - artisans = { - culture = north_german - religion = protestant - size = 1250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 250 - } - - farmers = { - culture = north_german - religion = protestant - size = 22025 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 450 - } - - clergymen = { - culture = north_german - religion = catholic - size = 550 - } - - artisans = { - culture = north_german - religion = catholic - size = 2600 - } - - soldiers = { - culture = north_german - religion = catholic - size = 500 - } - - farmers = { - culture = north_german - religion = catholic - size = 46900 - } - - clergymen = { - culture = french - religion = catholic - size = 25 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = french - religion = catholic - size = 1875 - } + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 225 + } + + artisans = { + culture = north_german + religion = protestant + size = 1250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 250 + } + + farmers = { + culture = north_german + religion = protestant + size = 22025 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 450 + } + + clergymen = { + culture = north_german + religion = catholic + size = 550 + } + + artisans = { + culture = north_german + religion = catholic + size = 2600 + } + + soldiers = { + culture = north_german + religion = catholic + size = 500 + } + + farmers = { + culture = north_german + religion = catholic + size = 46900 + } + + clergymen = { + culture = french + religion = catholic + size = 25 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = french + religion = catholic + size = 1875 + } } #Kreuznach (228000/57000 POPS) 574 = { - aristocrats = { - culture = north_german - religion = protestant - size = 300 - } - - clergymen = { - culture = north_german - religion = protestant - size = 275 - } - - artisans = { - culture = north_german - religion = protestant - size = 1500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 350 - } - - farmers = { - culture = north_german - religion = protestant - size = 27575 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 250 - } - - clergymen = { - culture = north_german - religion = catholic - size = 275 - } - - artisans = { - culture = north_german - religion = catholic - size = 1350 - } - - soldiers = { - culture = north_german - religion = catholic - size = 250 - } - - farmers = { - culture = north_german - religion = catholic - size = 24875 - } + aristocrats = { + culture = north_german + religion = protestant + size = 300 + } + + clergymen = { + culture = north_german + religion = protestant + size = 275 + } + + artisans = { + culture = north_german + religion = protestant + size = 1500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 350 + } + + farmers = { + culture = north_german + religion = protestant + size = 27575 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 250 + } + + clergymen = { + culture = north_german + religion = catholic + size = 275 + } + + artisans = { + culture = north_german + religion = catholic + size = 1350 + } + + soldiers = { + culture = north_german + religion = catholic + size = 250 + } + + farmers = { + culture = north_german + religion = catholic + size = 24875 + } } -#Rhineland Region (1908000) -#under the rule of Prussia in 1836 +#Rhineland Region (1908000) +#under the rule of Prussia in 1836 #Cologne (484000/121000 POPS) 575 = { - aristocrats = { - culture = north_german - religion = catholic - size = 1200 - } - - bureaucrats = { - culture = north_german - religion = catholic - size = 2100 - } - - capitalists = { - culture = north_german - religion = catholic - size = 100 - } - - capitalists = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = catholic - size = 500 - } - - clergymen = { - culture = north_german - religion = catholic - size = 1225 - } - - clerks = { - culture = north_german - religion = catholic - size = 2125 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 16500 - } - - artisans = { - culture = north_german - religion = catholic - size = 6000 - } - - artisans = { - culture = north_german - religion = catholic - size = 3625 - } - - soldiers = { - culture = north_german - religion = catholic - size = 3000 - } - - farmers = { - culture = north_german - religion = catholic - size = 85210 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = north_german + religion = catholic + size = 1200 + } + + bureaucrats = { + culture = north_german + religion = catholic + size = 2100 + } + + capitalists = { + culture = north_german + religion = catholic + size = 100 + } + + capitalists = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = catholic + size = 500 + } + + clergymen = { + culture = north_german + religion = catholic + size = 1225 + } + + clerks = { + culture = north_german + religion = catholic + size = 2125 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 16500 + } + + artisans = { + culture = north_german + religion = catholic + size = 6000 + } + + artisans = { + culture = north_german + religion = catholic + size = 3625 + } + + soldiers = { + culture = north_german + religion = catholic + size = 3000 + } + + farmers = { + culture = north_german + religion = catholic + size = 85210 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Aachen (400000/100000 POPS) 576 = { - aristocrats = { - culture = north_german - religion = catholic - size = 1100 - } - - clergymen = { - culture = north_german - religion = catholic - size = 850 - } - - artisans = { - culture = north_german - religion = catholic - size = 4500 - } - - soldiers = { - culture = north_german - religion = catholic - size = 2000 - } - - farmers = { - culture = north_german - religion = catholic - size = 90450 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 10 - } - - farmers = { - culture = wallonian - religion = catholic - size = 990 - } + aristocrats = { + culture = north_german + religion = catholic + size = 1100 + } + + clergymen = { + culture = north_german + religion = catholic + size = 850 + } + + artisans = { + culture = north_german + religion = catholic + size = 4500 + } + + soldiers = { + culture = north_german + religion = catholic + size = 2000 + } + + farmers = { + culture = north_german + religion = catholic + size = 90450 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 10 + } + + farmers = { + culture = wallonian + religion = catholic + size = 990 + } } #Kleves (356000/89000 POPS) 577 = { - aristocrats = { - culture = north_german - religion = catholic - size = 800 - } - - clergymen = { - culture = north_german - religion = catholic - size = 800 - } - - artisans = { - culture = north_german - religion = catholic - size = 4000 - } - - soldiers = { - culture = north_german - religion = catholic - size = 2000 - } - - farmers = { - culture = north_german - religion = catholic - size = 72400 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 450 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 8275 - } + aristocrats = { + culture = north_german + religion = catholic + size = 800 + } + + clergymen = { + culture = north_german + religion = catholic + size = 800 + } + + artisans = { + culture = north_german + religion = catholic + size = 4000 + } + + soldiers = { + culture = north_german + religion = catholic + size = 2000 + } + + farmers = { + culture = north_german + religion = catholic + size = 72400 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 450 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 8275 + } } #Dusseldorf (364000/91000 POPS) 578 = { - aristocrats = { - culture = north_german - religion = catholic - size = 700 - } - - capitalists = { - culture = north_german - religion = catholic - size = 100 - } - - capitalists = { - culture = north_german - religion = protestant - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = north_german - religion = catholic - size = 675 - } - - artisans = { - culture = north_german - religion = catholic - size = 4200 - } - - soldiers = { - culture = north_german - religion = catholic - size = 2000 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 5000 - } - - farmers = { - culture = north_german - religion = catholic - size = 57425 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 200 - } - - artisans = { - culture = north_german - religion = protestant - size = 1100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 5000 - } - - farmers = { - culture = north_german - religion = protestant - size = 14500 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = catholic + size = 700 + } + + capitalists = { + culture = north_german + religion = catholic + size = 100 + } + + capitalists = { + culture = north_german + religion = protestant + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = north_german + religion = catholic + size = 675 + } + + artisans = { + culture = north_german + religion = catholic + size = 4200 + } + + soldiers = { + culture = north_german + religion = catholic + size = 2000 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 5000 + } + + farmers = { + culture = north_german + religion = catholic + size = 57425 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 200 + } + + artisans = { + culture = north_german + religion = protestant + size = 1100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 5000 + } + + farmers = { + culture = north_german + religion = protestant + size = 14500 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Koblenz (200000/50000 POPS) 579 = { - clergymen = { - culture = north_german - religion = catholic - size = 75 - } - - artisans = { - culture = north_german - religion = catholic - size = 200 - } - - soldiers = { - culture = north_german - religion = catholic - size = 25 - } - - farmers = { - culture = north_german - religion = catholic - size = 3700 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 450 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450 - } - - artisans = { - culture = north_german - religion = protestant - size = 2350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 42250 - } + clergymen = { + culture = north_german + religion = catholic + size = 75 + } + + artisans = { + culture = north_german + religion = catholic + size = 200 + } + + soldiers = { + culture = north_german + religion = catholic + size = 25 + } + + farmers = { + culture = north_german + religion = catholic + size = 3700 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 450 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450 + } + + artisans = { + culture = north_german + religion = protestant + size = 2350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 42250 + } } #Siegburg (104000/26000 POPS) 2561 = { - aristocrats = { - culture = north_german - religion = catholic - size = 200 - } - - clergymen = { - culture = north_german - religion = catholic - size = 200 - } - - artisans = { - culture = north_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 17600 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 50 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 325 - } - - soldiers = { - culture = north_german - religion = protestant - size = 75 - } - - farmers = { - culture = north_german - religion = protestant - size = 5500 - } + aristocrats = { + culture = north_german + religion = catholic + size = 200 + } + + clergymen = { + culture = north_german + religion = catholic + size = 200 + } + + artisans = { + culture = north_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 17600 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 50 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 325 + } + + soldiers = { + culture = north_german + religion = protestant + size = 75 + } + + farmers = { + culture = north_german + religion = protestant + size = 5500 + } } -#Westphalia Region (1390000) -#under the rule of Prussia in 1836 +#Westphalia Region (1390000) +#under the rule of Prussia in 1836 #Dortmund (380000/95000 POPS) 580 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - capitalists = { - culture = north_german - religion = catholic - size = 100 - } - - capitalists = { - culture = north_german - religion = protestant - size = 100 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 100 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 700 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 275 - } - - artisans = { - culture = north_german - religion = protestant - size = 1400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 4000 - } - - farmers = { - culture = north_german - religion = protestant - size = 20725 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 625 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 325 - } - - clergymen = { - culture = north_german - religion = catholic - size = 675 - } - - artisans = { - culture = north_german - religion = catholic - size = 3300 - } - - soldiers = { - culture = north_german - religion = catholic - size = 2000 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 4000 - } - - farmers = { - culture = north_german - religion = catholic - size = 55475 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + capitalists = { + culture = north_german + religion = catholic + size = 100 + } + + capitalists = { + culture = north_german + religion = protestant + size = 100 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 100 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 700 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 275 + } + + artisans = { + culture = north_german + religion = protestant + size = 1400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 4000 + } + + farmers = { + culture = north_german + religion = protestant + size = 20725 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 625 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 325 + } + + clergymen = { + culture = north_german + religion = catholic + size = 675 + } + + artisans = { + culture = north_german + religion = catholic + size = 3300 + } + + soldiers = { + culture = north_german + religion = catholic + size = 2000 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 4000 + } + + farmers = { + culture = north_german + religion = catholic + size = 55475 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Munster (464000/116000 POPS) 581 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 175 - } - - artisans = { - culture = north_german - religion = protestant - size = 1100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 14625 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 900 - } - - clergymen = { - culture = north_german - religion = catholic - size = 1100 - } - - artisans = { - culture = north_german - religion = catholic - size = 4850 - } - - soldiers = { - culture = north_german - religion = catholic - size = 3000 - } - - farmers = { - culture = north_german - religion = catholic - size = 87250 - } + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 175 + } + + artisans = { + culture = north_german + religion = protestant + size = 1100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 14625 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 900 + } + + clergymen = { + culture = north_german + religion = catholic + size = 1100 + } + + artisans = { + culture = north_german + religion = catholic + size = 4850 + } + + soldiers = { + culture = north_german + religion = catholic + size = 3000 + } + + farmers = { + culture = north_german + religion = catholic + size = 87250 + } } #Minden (216000/54000 POPS) 582 = { - aristocrats = { - culture = north_german - religion = protestant - size = 300 - } - - clergymen = { - culture = north_german - religion = protestant - size = 375 - } - - artisans = { - culture = north_german - religion = protestant - size = 1700 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 31025 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 200 - } - - clergymen = { - culture = north_german - religion = catholic - size = 200 - } - - artisans = { - culture = north_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 17600 - } + aristocrats = { + culture = north_german + religion = protestant + size = 300 + } + + clergymen = { + culture = north_german + religion = protestant + size = 375 + } + + artisans = { + culture = north_german + religion = protestant + size = 1700 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 31025 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 200 + } + + clergymen = { + culture = north_german + religion = catholic + size = 200 + } + + artisans = { + culture = north_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 17600 + } } #Siegen (104000/26000 POPS) 583 = { - aristocrats = { - culture = north_german - religion = protestant - size = 150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 1100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 150 - } - - farmers = { - culture = north_german - religion = protestant - size = 12475 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 100 - } - - clergymen = { - culture = north_german - religion = catholic - size = 125 - } - - artisans = { - culture = north_german - religion = catholic - size = 900 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 10775 - } + aristocrats = { + culture = north_german + religion = protestant + size = 150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 1100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 150 + } + + farmers = { + culture = north_german + religion = protestant + size = 12475 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 100 + } + + clergymen = { + culture = north_german + religion = catholic + size = 125 + } + + artisans = { + culture = north_german + religion = catholic + size = 900 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 10775 + } } #Korbach (128000/32000 POPS) 584 = { - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 175 - } - - artisans = { - culture = north_german - religion = protestant - size = 950 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 16675 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 100 - } - - clergymen = { - culture = north_german - religion = catholic - size = 125 - } - - artisans = { - culture = north_german - religion = catholic - size = 650 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 11125 - } + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 175 + } + + artisans = { + culture = north_german + religion = protestant + size = 950 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 16675 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 100 + } + + clergymen = { + culture = north_german + religion = catholic + size = 125 + } + + artisans = { + culture = north_german + religion = catholic + size = 650 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 11125 + } } -#under the rule of Lippe in 1836 +#under the rule of Lippe in 1836 #Detmold (98000/24500 POPS) 585 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 50 - } - - officers = { - culture = north_german - religion = protestant - size = 25 - } - - clergymen = { - culture = north_german - religion = protestant - size = 225 - } - - artisans = { - culture = north_german - religion = protestant - size = 1150 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 20810 - } - - clergymen = { - culture = north_german - religion = catholic - size = 20 - } - - farmers = { - culture = north_german - religion = catholic - size = 980 - } + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 50 + } + + officers = { + culture = north_german + religion = protestant + size = 25 + } + + clergymen = { + culture = north_german + religion = protestant + size = 225 + } + + artisans = { + culture = north_german + religion = protestant + size = 1150 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 20810 + } + + clergymen = { + culture = north_german + religion = catholic + size = 20 + } + + farmers = { + culture = north_german + religion = catholic + size = 980 + } } -#Baden Region (1040000) -#under the rule of Baden in 1836 +#Baden Region (1040000) +#under the rule of Baden in 1836 #Karlsruhe (632000/158000 POPS) 586 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1600 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 700 - } - - officers = { - culture = south_german - religion = catholic - size = 350 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1500 - } - - artisans = { - culture = south_german - religion = catholic - size = 7650 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1550 - } - - farmers = { - culture = south_german - religion = catholic - size = 139650 - } - - clergymen = { - culture = south_german - religion = protestant - size = 100 - } - - artisans = { - culture = south_german - religion = protestant - size = 250 - } - - soldiers = { - culture = south_german - religion = protestant - size = 100 - } - - farmers = { - culture = south_german - religion = protestant - size = 4400 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 1600 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 700 + } + + officers = { + culture = south_german + religion = catholic + size = 350 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1500 + } + + artisans = { + culture = south_german + religion = catholic + size = 7650 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1550 + } + + farmers = { + culture = south_german + religion = catholic + size = 139650 + } + + clergymen = { + culture = south_german + religion = protestant + size = 100 + } + + artisans = { + culture = south_german + religion = protestant + size = 250 + } + + soldiers = { + culture = south_german + religion = protestant + size = 100 + } + + farmers = { + culture = south_german + religion = protestant + size = 4400 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## } #Freiburg (244000/61000 POPS) 587 = { - aristocrats = { - culture = south_german - religion = catholic - size = 600 - } - - clergymen = { - culture = south_german - religion = catholic - size = 575 - } - - artisans = { - culture = south_german - religion = catholic - size = 2850 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 51975 - } - - clergymen = { - culture = south_german - religion = protestant - size = 75 - } - - artisans = { - culture = south_german - religion = protestant - size = 200 - } - - soldiers = { - culture = south_german - religion = protestant - size = 25 - } - - farmers = { - culture = south_german - religion = protestant - size = 3700 - } + aristocrats = { + culture = south_german + religion = catholic + size = 600 + } + + clergymen = { + culture = south_german + religion = catholic + size = 575 + } + + artisans = { + culture = south_german + religion = catholic + size = 2850 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 51975 + } + + clergymen = { + culture = south_german + religion = protestant + size = 75 + } + + artisans = { + culture = south_german + religion = protestant + size = 200 + } + + soldiers = { + culture = south_german + religion = protestant + size = 25 + } + + farmers = { + culture = south_german + religion = protestant + size = 3700 + } } #Konstanz (164000/41000 POPS) 588 = { - aristocrats = { - culture = south_german - religion = catholic - size = 350 - } - - clergymen = { - culture = south_german - religion = catholic - size = 375 - } - - artisans = { - culture = south_german - religion = catholic - size = 1850 - } - - soldiers = { - culture = south_german - religion = catholic - size = 400 - } - - farmers = { - culture = south_german - religion = catholic - size = 34025 - } - - clergymen = { - culture = south_german - religion = protestant - size = 75 - } - - artisans = { - culture = south_german - religion = protestant - size = 200 - } - - soldiers = { - culture = south_german - religion = protestant - size = 25 - } - - farmers = { - culture = south_german - religion = protestant - size = 3700 - } + aristocrats = { + culture = south_german + religion = catholic + size = 350 + } + + clergymen = { + culture = south_german + religion = catholic + size = 375 + } + + artisans = { + culture = south_german + religion = catholic + size = 1850 + } + + soldiers = { + culture = south_german + religion = catholic + size = 400 + } + + farmers = { + culture = south_german + religion = catholic + size = 34025 + } + + clergymen = { + culture = south_german + religion = protestant + size = 75 + } + + artisans = { + culture = south_german + religion = protestant + size = 200 + } + + soldiers = { + culture = south_german + religion = protestant + size = 25 + } + + farmers = { + culture = south_german + religion = protestant + size = 3700 + } } -#Wurttemburg Region (1308000) -#under the rule of Wurttemburg in 1836 +#Wurttemburg Region (1308000) +#under the rule of Wurttemburg in 1836 #Stuttgart (676000/169000 POPS) 589 = { - aristocrats = { - culture = south_german - religion = protestant - size = 1500 - } - - bureaucrats = { - culture = south_german - religion = protestant - size = 850 - } - - officers = { - culture = south_german - religion = protestant - size = 450 - } - - clergymen = { - culture = south_german - religion = protestant - size = 1500 - } - - artisans = { - culture = south_german - religion = protestant - size = 9500 - } - - soldiers = { - culture = south_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = south_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = south_german - religion = protestant - size = 1000 - } - - farmers = { - culture = south_german - religion = protestant - size = 131200 - } - - clergymen = { - culture = south_german - religion = catholic - size = 175 - } - - artisans = { - culture = south_german - religion = catholic - size = 1500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 15175 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = south_german + religion = protestant + size = 1500 + } + + bureaucrats = { + culture = south_german + religion = protestant + size = 850 + } + + officers = { + culture = south_german + religion = protestant + size = 450 + } + + clergymen = { + culture = south_german + religion = protestant + size = 1500 + } + + artisans = { + culture = south_german + religion = protestant + size = 9500 + } + + soldiers = { + culture = south_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = south_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = south_german + religion = protestant + size = 1000 + } + + farmers = { + culture = south_german + religion = protestant + size = 131200 + } + + clergymen = { + culture = south_german + religion = catholic + size = 175 + } + + artisans = { + culture = south_german + religion = catholic + size = 1500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 15175 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Heilbronn (340000/85000 POPS) 590 = { - aristocrats = { - culture = south_german - religion = protestant - size = 850 - } - - clergymen = { - culture = south_german - religion = protestant - size = 825 - } - - artisans = { - culture = south_german - religion = protestant - size = 4250 - } - - soldiers = { - culture = south_german - religion = protestant - size = 850 - } - - farmers = { - culture = south_german - religion = protestant - size = 79225 - } + aristocrats = { + culture = south_german + religion = protestant + size = 850 + } + + clergymen = { + culture = south_german + religion = protestant + size = 825 + } + + artisans = { + culture = south_german + religion = protestant + size = 4250 + } + + soldiers = { + culture = south_german + religion = protestant + size = 850 + } + + farmers = { + culture = south_german + religion = protestant + size = 79225 + } } #Tubingen (292000/73000 POPS) 591 = { - aristocrats = { - culture = south_german - religion = protestant - size = 400 - } - - clergymen = { - culture = south_german - religion = protestant - size = 375 - } - - artisans = { - culture = south_german - religion = protestant - size = 1900 - } - - soldiers = { - culture = south_german - religion = protestant - size = 400 - } - - farmers = { - culture = south_german - religion = protestant - size = 36925 - } - clergymen = { - culture = south_german - religion = catholic - size = 325 - } - - artisans = { - culture = south_german - religion = catholic - size = 1750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 300 - } - - farmers = { - culture = south_german - religion = catholic - size = 30625 - } + aristocrats = { + culture = south_german + religion = protestant + size = 400 + } + + clergymen = { + culture = south_german + religion = protestant + size = 375 + } + + artisans = { + culture = south_german + religion = protestant + size = 1900 + } + + soldiers = { + culture = south_german + religion = protestant + size = 400 + } + + farmers = { + culture = south_german + religion = protestant + size = 36925 + } + clergymen = { + culture = south_german + religion = catholic + size = 325 + } + + artisans = { + culture = south_german + religion = catholic + size = 1750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 300 + } + + farmers = { + culture = south_german + religion = catholic + size = 30625 + } } -#Swabia Region (833000) -#under the rule of Bavaria in 1836 +#Swabia Region (833000) +#under the rule of Bavaria in 1836 #Augsburg (364000/91000 POPS) 592 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1050 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 77950 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1050 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 77950 + } } -#under the rule of Wurttemburg in 1836 +#under the rule of Wurttemburg in 1836 #Ulm (408000/102000 POPS) 593 = { - clergymen = { - culture = south_german - religion = protestant - size = 100 - } - - artisans = { - culture = south_german - religion = protestant - size = 550 - } - - soldiers = { - culture = south_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = south_german - religion = protestant - size = 1000 - } - - farmers = { - culture = south_german - religion = protestant - size = 6350 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 900 - } - - clergymen = { - culture = south_german - religion = catholic - size = 925 - } - - artisans = { - culture = south_german - religion = catholic - size = 4550 - } - - soldiers = { - culture = south_german - religion = catholic - size = 900 - } - - farmers = { - culture = south_german - religion = catholic - size = 83750 - } + clergymen = { + culture = south_german + religion = protestant + size = 100 + } + + artisans = { + culture = south_german + religion = protestant + size = 550 + } + + soldiers = { + culture = south_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = south_german + religion = protestant + size = 1000 + } + + farmers = { + culture = south_german + religion = protestant + size = 6350 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 900 + } + + clergymen = { + culture = south_german + religion = catholic + size = 925 + } + + artisans = { + culture = south_german + religion = catholic + size = 4550 + } + + soldiers = { + culture = south_german + religion = catholic + size = 900 + } + + farmers = { + culture = south_german + religion = catholic + size = 83750 + } } -#under the rule of Prussia in 1836 +#under the rule of Prussia in 1836 #Sigmaringen (61000/15250 POPS) 594 = { - aristocrats = { - culture = south_german - religion = catholic - size = 150 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 20 - } - - officers = { - culture = south_german - religion = catholic - size = 15 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 775 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 13140 - } + aristocrats = { + culture = south_german + religion = catholic + size = 150 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 20 + } + + officers = { + culture = south_german + religion = catholic + size = 15 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 775 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 13140 + } } -#Franconia Region (1876000) -#under the rule of Bavaria in 1836 +#Franconia Region (1876000) +#under the rule of Bavaria in 1836 #Nuremburg (904000/226000 POPS) 595 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1350 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1050 - } - - officers = { - culture = south_german - religion = catholic - size = 450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1125 - } - - artisans = { - culture = south_german - religion = catholic - size = 4500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 2000 - } - - farmers = { - culture = south_german - religion = catholic - size = 93375 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 1450 - } - - clergymen = { - culture = south_german - religion = protestant - size = 1375 - } - - artisans = { - culture = south_german - religion = protestant - size = 5500 - } - - soldiers = { - culture = south_german - religion = protestant - size = 1500 - } - - farmers = { - culture = south_german - religion = protestant - size = 111275 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 1350 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1050 + } + + officers = { + culture = south_german + religion = catholic + size = 450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1125 + } + + artisans = { + culture = south_german + religion = catholic + size = 4500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 2000 + } + + farmers = { + culture = south_german + religion = catholic + size = 93375 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 1450 + } + + clergymen = { + culture = south_german + religion = protestant + size = 1375 + } + + artisans = { + culture = south_german + religion = protestant + size = 5500 + } + + soldiers = { + culture = south_german + religion = protestant + size = 1500 + } + + farmers = { + culture = south_german + religion = protestant + size = 111275 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## } #Aschaffenburg (136000/34000 POPS) 596 = { - aristocrats = { - culture = south_german - religion = catholic - size = 350 - } - - clergymen = { - culture = south_german - religion = catholic - size = 350 - } - - artisans = { - culture = south_german - religion = catholic - size = 1750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 350 - } - - farmers = { - culture = south_german - religion = catholic - size = 31200 - } + aristocrats = { + culture = south_german + religion = catholic + size = 350 + } + + clergymen = { + culture = south_german + religion = catholic + size = 350 + } + + artisans = { + culture = south_german + religion = catholic + size = 1750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 350 + } + + farmers = { + culture = south_german + religion = catholic + size = 31200 + } } #Wurzburg (300000/75000 POPS) 597 = { - aristocrats = { - culture = south_german - religion = catholic - size = 750 - } - - clergymen = { - culture = south_german - religion = catholic - size = 750 - } - - artisans = { - culture = south_german - religion = catholic - size = 7000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 65500 - } + aristocrats = { + culture = south_german + religion = catholic + size = 750 + } + + clergymen = { + culture = south_german + religion = catholic + size = 750 + } + + artisans = { + culture = south_german + religion = catholic + size = 7000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 65500 + } } #Bayreuth (536000/134000 POPS) 598 = { - aristocrats = { - culture = south_german - religion = catholic - size = 550 - } - - clergymen = { - culture = south_german - religion = catholic - size = 550 - } - - artisans = { - culture = south_german - religion = catholic - size = 2500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 600 - } - - farmers = { - culture = south_german - religion = catholic - size = 45800 - } - - clergymen = { - culture = south_german - religion = protestant - size = 900 - } - - artisans = { - culture = south_german - religion = protestant - size = 4900 - } - - soldiers = { - culture = south_german - religion = protestant - size = 900 - } - - farmers = { - culture = south_german - religion = protestant - size = 77300 - } + aristocrats = { + culture = south_german + religion = catholic + size = 550 + } + + clergymen = { + culture = south_german + religion = catholic + size = 550 + } + + artisans = { + culture = south_german + religion = catholic + size = 2500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 600 + } + + farmers = { + culture = south_german + religion = catholic + size = 45800 + } + + clergymen = { + culture = south_german + religion = protestant + size = 900 + } + + artisans = { + culture = south_german + religion = protestant + size = 4900 + } + + soldiers = { + culture = south_german + religion = protestant + size = 900 + } + + farmers = { + culture = south_german + religion = protestant + size = 77300 + } } -#Bavaria Region (1536000) -#under the rule of Bavaria in 1836 +#Bavaria Region (1536000) +#under the rule of Bavaria in 1836 #Munich (960000/220000 POPS) 599 = { - aristocrats = { - culture = south_german - religion = catholic - size = 2100 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 800 - } - - officers = { - culture = south_german - religion = catholic - size = 400 - } - - clergymen = { - culture = south_german - religion = catholic - size = 2050 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 3000 - } - - farmers = { - culture = south_german - religion = catholic - size = 175650 - } - - clergymen = { - culture = south_german - religion = protestant - size = 125 - } - - artisans = { - culture = south_german - religion = protestant - size = 2000 - } - - soldiers = { - culture = south_german - religion = protestant - size = 150 - } - - farmers = { - culture = south_german - religion = protestant - size = 11475 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = south_german + religion = catholic + size = 2100 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 800 + } + + officers = { + culture = south_german + religion = catholic + size = 400 + } + + clergymen = { + culture = south_german + religion = catholic + size = 2050 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 3000 + } + + farmers = { + culture = south_german + religion = catholic + size = 175650 + } + + clergymen = { + culture = south_german + religion = protestant + size = 125 + } + + artisans = { + culture = south_german + religion = protestant + size = 2000 + } + + soldiers = { + culture = south_german + religion = protestant + size = 150 + } + + farmers = { + culture = south_german + religion = protestant + size = 11475 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } #Landshut (164000/41000 POPS) 600 = { - aristocrats = { - culture = south_german - religion = catholic - size = 400 - } - - clergymen = { - culture = south_german - religion = catholic - size = 425 - } - - artisans = { - culture = south_german - religion = catholic - size = 2000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 450 - } - - farmers = { - culture = south_german - religion = catholic - size = 37725 - } + aristocrats = { + culture = south_german + religion = catholic + size = 400 + } + + clergymen = { + culture = south_german + religion = catholic + size = 425 + } + + artisans = { + culture = south_german + religion = catholic + size = 2000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 450 + } + + farmers = { + culture = south_german + religion = catholic + size = 37725 + } } #Ingolstadt (164000/41000 POPS) 601 = { - aristocrats = { - culture = south_german - religion = catholic - size = 400 - } - - clergymen = { - culture = south_german - religion = catholic - size = 425 - } - - artisans = { - culture = south_german - religion = catholic - size = 2000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 37175 - } + aristocrats = { + culture = south_german + religion = catholic + size = 400 + } + + clergymen = { + culture = south_german + religion = catholic + size = 425 + } + + artisans = { + culture = south_german + religion = catholic + size = 2000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 37175 + } } #Regensburg (248000/62000 POPS) 602 = { - aristocrats = { - culture = south_german - religion = catholic - size = 650 - } - - clergymen = { - culture = south_german - religion = catholic - size = 625 - } - - artisans = { - culture = south_german - religion = catholic - size = 5000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 54725 - } + aristocrats = { + culture = south_german + religion = catholic + size = 650 + } + + clergymen = { + culture = south_german + religion = catholic + size = 625 + } + + artisans = { + culture = south_german + religion = catholic + size = 5000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 54725 + } } #Silesia Region (200000) #see Czechia.txt and Poland.txt for balance of region -#under the rule of Prussia in 1836 -#Gorlitz (200000/50000 POPS) +#under the rule of Prussia in 1836 +#Gorlitz (200000/50000 POPS) 687 = { - aristocrats = { - culture = north_german - religion = protestant - size = 850 - } - - clergymen = { - culture = north_german - religion = protestant - size = 400 - } - - artisans = { - culture = north_german - religion = protestant - size = 2300 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 51450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 70 - } - - artisans = { - culture = south_german - religion = catholic - size = 200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 50 - } - - farmers = { - culture = south_german - religion = catholic - size = 3680 - } + aristocrats = { + culture = north_german + religion = protestant + size = 850 + } + + clergymen = { + culture = north_german + religion = protestant + size = 400 + } + + artisans = { + culture = north_german + religion = protestant + size = 2300 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 51450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 70 + } + + artisans = { + culture = south_german + religion = catholic + size = 200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 50 + } + + farmers = { + culture = south_german + religion = catholic + size = 3680 + } } #East Prussia Region (712000) #see Poland.txt and Lithuania.txt for balance of region -#under the rule of Prussia in 1836 +#under the rule of Prussia in 1836 #Konigsberg (484000/121000 POPS) 695 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2250 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1300 - } - - officers = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 825 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000 - } - - artisans = { - culture = north_german - religion = protestant - size = 5000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3000 - } - - farmers = { - culture = north_german - religion = protestant - size = 68875 - } - - clergymen = { - culture = north_german - religion = catholic - size = 175 - } - - artisans = { - culture = north_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1000 - } - - farmers = { - culture = north_german - religion = catholic - size = 18025 - } - - clergymen = { - culture = polish - religion = protestant - size = 100 - } - - artisans = { - culture = polish - religion = protestant - size = 250 - } - - soldiers = { - culture = polish - religion = protestant - size = 100 - } - - farmers = { - culture = polish - religion = protestant - size = 4625 - } - - clergymen = { - culture = lithuanian - religion = protestant - size = 100 - } - - artisans = { - culture = lithuanian - religion = protestant - size = 250 - } - - soldiers = { - culture = lithuanian - religion = protestant - size = 100 - } - - farmers = { - culture = lithuanian - religion = protestant - size = 5650 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 2250 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1300 + } + + officers = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 825 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000 + } + + artisans = { + culture = north_german + religion = protestant + size = 5000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3000 + } + + farmers = { + culture = north_german + religion = protestant + size = 68875 + } + + clergymen = { + culture = north_german + religion = catholic + size = 175 + } + + artisans = { + culture = north_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1000 + } + + farmers = { + culture = north_german + religion = catholic + size = 18025 + } + + clergymen = { + culture = polish + religion = protestant + size = 100 + } + + artisans = { + culture = polish + religion = protestant + size = 250 + } + + soldiers = { + culture = polish + religion = protestant + size = 100 + } + + farmers = { + culture = polish + religion = protestant + size = 4625 + } + + clergymen = { + culture = lithuanian + religion = protestant + size = 100 + } + + artisans = { + culture = lithuanian + religion = protestant + size = 250 + } + + soldiers = { + culture = lithuanian + religion = protestant + size = 100 + } + + farmers = { + culture = lithuanian + religion = protestant + size = 5650 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } -#Gumbinnen (228000/57000 POPS) #now part of Russia +#Gumbinnen (228000/57000 POPS) #now part of Russia 697 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 475 - } - - artisans = { - culture = north_german - religion = protestant - size = 2600 - } - - soldiers = { - culture = north_german - religion = protestant - size = 550 - } - - farmers = { - culture = north_german - religion = protestant - size = 47275 - } - - clergymen = { - culture = polish - religion = protestant - size = 25 - } - - artisans = { - culture = polish - religion = protestant - size = 100 - } - - soldiers = { - culture = polish - religion = protestant - size = 25 - } - - farmers = { - culture = polish - religion = protestant - size = 1850 - } - - clergymen = { - culture = lithuanian - religion = protestant - size = 25 - } - - artisans = { - culture = lithuanian - religion = protestant - size = 150 - } - - soldiers = { - culture = lithuanian - religion = protestant - size = 25 - } - - farmers = { - culture = lithuanian - religion = protestant - size = 3800 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 475 + } + + artisans = { + culture = north_german + religion = protestant + size = 2600 + } + + soldiers = { + culture = north_german + religion = protestant + size = 550 + } + + farmers = { + culture = north_german + religion = protestant + size = 47275 + } + + clergymen = { + culture = polish + religion = protestant + size = 25 + } + + artisans = { + culture = polish + religion = protestant + size = 100 + } + + soldiers = { + culture = polish + religion = protestant + size = 25 + } + + farmers = { + culture = polish + religion = protestant + size = 1850 + } + + clergymen = { + culture = lithuanian + religion = protestant + size = 25 + } + + artisans = { + culture = lithuanian + religion = protestant + size = 150 + } + + soldiers = { + culture = lithuanian + religion = protestant + size = 25 + } + + farmers = { + culture = lithuanian + religion = protestant + size = 3800 + } } #Former Ghat - Now Nordhorn(16000/4000 POPS) 1743 = { - officers = { - culture = north_german - religion = protestant - size = 25 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 88 - } - - farmers = { - culture = north_german - religion = protestant - size = 8075 - } - - farmers = { - culture = north_german - size = 500 - religion = catholic - } - - clergymen = { - culture = dutch - religion = protestant - size = 15 - } - - farmers = { - culture = dutch - religion = protestant - size = 985 - } + officers = { + culture = north_german + religion = protestant + size = 25 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 88 + } + + farmers = { + culture = north_german + religion = protestant + size = 8075 + } + + farmers = { + culture = north_german + size = 500 + religion = catholic + } + + clergymen = { + culture = dutch + religion = protestant + size = 15 + } + + farmers = { + culture = dutch + religion = protestant + size = 985 + } } diff --git a/HPM/history/pops/1836.1.1/Ghana.txt b/HPM/history/pops/1836.1.1/Ghana.txt index 6536e436..7f5db109 100644 --- a/HPM/history/pops/1836.1.1/Ghana.txt +++ b/HPM/history/pops/1836.1.1/Ghana.txt @@ -1,524 +1,524 @@ -#Gold Coast Region (268000) +#Gold Coast Region (268000) #uncolonized in 1836 -#Accra (132000/33000 POPS) #Danish Tradepost in 1836 +#Accra (132000/33000 POPS) #Danish Tradepost in 1836 1907 = { - aristocrats = { - culture = akan - religion = animist - size = 650 - } - - clergymen = { - culture = akan - religion = animist - size = 325 - } - - artisans = { - culture = akan - religion = animist - size = 1325 - } - - soldiers = { - culture = akan - religion = animist - size = 3000 - } - - soldiers = { - culture = akan - religion = animist - size = 1350 - } - - farmers = { - culture = akan - religion = animist - size = 20350 - } - - slaves = { - culture = akan - religion = animist - size = 6000 - } + aristocrats = { + culture = akan + religion = animist + size = 650 + } + + clergymen = { + culture = akan + religion = animist + size = 325 + } + + artisans = { + culture = akan + religion = animist + size = 1325 + } + + soldiers = { + culture = akan + religion = animist + size = 3000 + } + + soldiers = { + culture = akan + religion = animist + size = 1350 + } + + farmers = { + culture = akan + religion = animist + size = 20350 + } + + slaves = { + culture = akan + religion = animist + size = 6000 + } } -#Cape Coast (48000/12000 POPS) #British Tradepost in 1836 +#Cape Coast (48000/12000 POPS) #British Tradepost in 1836 1908 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 600 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8925 - } - - slaves = { - culture = akan - religion = animist - size = 2000 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 600 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8925 + } + + slaves = { + culture = akan + religion = animist + size = 2000 + } } -#Sekondi (88000/22000 POPS) #Dutch Tradepost in 1836 +#Sekondi (88000/22000 POPS) #Dutch Tradepost in 1836 1909 = { - aristocrats = { - culture = dutch - religion = protestant - size = 50 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 20 - } - - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - bureaucrats = { - culture = akan - religion = animist - size = 100 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 1100 - } - - soldiers = { - culture = akan - religion = animist - size = 225 - } - - farmers = { - culture = akan - religion = animist - size = 16025 - } - - slaves = { - culture = akan - religion = animist - size = 4000 - } + aristocrats = { + culture = dutch + religion = protestant + size = 50 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 20 + } + + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + bureaucrats = { + culture = akan + religion = animist + size = 100 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 1100 + } + + soldiers = { + culture = akan + religion = animist + size = 225 + } + + farmers = { + culture = akan + religion = animist + size = 16025 + } + + slaves = { + culture = akan + religion = animist + size = 4000 + } } -#Asante Region (2404000) +#Asante Region (2404000) #under the rule of Ashanti in 1836 -#Kumasi (1108000/277000 POPS) +#Kumasi (1108000/277000 POPS) 1910 = { - aristocrats = { - culture = akan - religion = animist - size = 5250 - } - - bureaucrats = { - culture = akan - religion = animist - size = 265 - } - - officers = { - culture = akan - religion = animist - size = 555 - } - - clergymen = { - culture = akan - religion = animist - size = 2715 - } - - artisans = { - culture = akan - religion = animist - size = 10000 - } - - artisans = { - culture = akan - religion = animist - size = 940 - } - - soldiers = { - culture = akan - religion = animist - size = 3000 - } - - soldiers = { - culture = akan - religion = animist - size = 1000 - } - - farmers = { - culture = akan - religion = animist - size = 214775 - } - - slaves = { - culture = akan - religion = animist - size = 38500 - } + aristocrats = { + culture = akan + religion = animist + size = 5250 + } + + bureaucrats = { + culture = akan + religion = animist + size = 265 + } + + officers = { + culture = akan + religion = animist + size = 555 + } + + clergymen = { + culture = akan + religion = animist + size = 2715 + } + + artisans = { + culture = akan + religion = animist + size = 10000 + } + + artisans = { + culture = akan + religion = animist + size = 940 + } + + soldiers = { + culture = akan + religion = animist + size = 3000 + } + + soldiers = { + culture = akan + religion = animist + size = 1000 + } + + farmers = { + culture = akan + religion = animist + size = 214775 + } + + slaves = { + culture = akan + religion = animist + size = 38500 + } } -#Kintampo (520000/130000 POPS) +#Kintampo (520000/130000 POPS) 1911 = { - aristocrats = { - culture = akan - religion = animist - size = 2540 - } - - clergymen = { - culture = akan - religion = animist - size = 1310 - } - - artisans = { - culture = akan - religion = animist - size = 5250 - } - - soldiers = { - culture = akan - religion = animist - size = 2000 - } - - farmers = { - culture = akan - religion = animist - size = 94400 - } - - slaves = { - culture = akan - religion = animist - size = 24500 - } + aristocrats = { + culture = akan + religion = animist + size = 2540 + } + + clergymen = { + culture = akan + religion = animist + size = 1310 + } + + artisans = { + culture = akan + religion = animist + size = 5250 + } + + soldiers = { + culture = akan + religion = animist + size = 2000 + } + + farmers = { + culture = akan + religion = animist + size = 94400 + } + + slaves = { + culture = akan + religion = animist + size = 24500 + } } -#Wa (564000/141000 POPS) +#Wa (564000/141000 POPS) 1912 = { - aristocrats = { - culture = akan - religion = animist - size = 950 - } - - clergymen = { - culture = akan - religion = animist - size = 525 - } - - artisans = { - culture = akan - religion = animist - size = 2100 - } - - soldiers = { - culture = akan - religion = animist - size = 2000 - } - - farmers = { - culture = akan - religion = animist - size = 44400 - } - - aristocrats = { - culture = gur - religion = animist - size = 1140 - } - - clergymen = { - culture = gur - religion = animist - size = 615 - } - - artisans = { - culture = gur - religion = animist - size = 2975 - } - - soldiers = { - culture = gur - religion = animist - size = 615 - } - - farmers = { - culture = gur - religion = animist - size = 54160 - } - - slaves = { - culture = dyula - religion = sunni - size = 10500 - } - - aristocrats = { - culture = mossi - religion = animist - size = 440 - } - - clergymen = { - culture = mossi - religion = animist - size = 265 - } - - artisans = { - culture = mossi - religion = animist - size = 1050 - } - - soldiers = { - culture = mossi - religion = animist - size = 265 - } - - farmers = { - culture = mossi - religion = animist - size = 19000 - } + aristocrats = { + culture = akan + religion = animist + size = 950 + } + + clergymen = { + culture = akan + religion = animist + size = 525 + } + + artisans = { + culture = akan + religion = animist + size = 2100 + } + + soldiers = { + culture = akan + religion = animist + size = 2000 + } + + farmers = { + culture = akan + religion = animist + size = 44400 + } + + aristocrats = { + culture = gur + religion = animist + size = 1140 + } + + clergymen = { + culture = gur + religion = animist + size = 615 + } + + artisans = { + culture = gur + religion = animist + size = 2975 + } + + soldiers = { + culture = gur + religion = animist + size = 615 + } + + farmers = { + culture = gur + religion = animist + size = 54160 + } + + slaves = { + culture = dyula + religion = sunni + size = 10500 + } + + aristocrats = { + culture = mossi + religion = animist + size = 440 + } + + clergymen = { + culture = mossi + religion = animist + size = 265 + } + + artisans = { + culture = mossi + religion = animist + size = 1050 + } + + soldiers = { + culture = mossi + religion = animist + size = 265 + } + + farmers = { + culture = mossi + religion = animist + size = 19000 + } } -#Tamale (212000/53000 POPS) +#Tamale (212000/53000 POPS) 1913 = { - aristocrats = { - culture = gur - religion = animist - size = 350 - } - - clergymen = { - culture = gur - religion = animist - size = 175 - } - - artisans = { - culture = gur - religion = animist - size = 1050 - } - - soldiers = { - culture = gur - religion = animist - size = 760 - } - - farmers = { - culture = gur - religion = animist - size = 38160 - } - - slaves = { - culture = akan - religion = animist - size = 3500 - } - - aristocrats = { - culture = mossi - religion = animist - size = 615 - } - - clergymen = { - culture = mossi - religion = animist - size = 350 - } - - artisans = { - culture = mossi - religion = animist - size = 1315 - } - - soldiers = { - culture = mossi - religion = animist - size = 350 - } - - farmers = { - culture = mossi - religion = animist - size = 18375 - } + aristocrats = { + culture = gur + religion = animist + size = 350 + } + + clergymen = { + culture = gur + religion = animist + size = 175 + } + + artisans = { + culture = gur + religion = animist + size = 1050 + } + + soldiers = { + culture = gur + religion = animist + size = 760 + } + + farmers = { + culture = gur + religion = animist + size = 38160 + } + + slaves = { + culture = akan + religion = animist + size = 3500 + } + + aristocrats = { + culture = mossi + religion = animist + size = 615 + } + + clergymen = { + culture = mossi + religion = animist + size = 350 + } + + artisans = { + culture = mossi + religion = animist + size = 1315 + } + + soldiers = { + culture = mossi + religion = animist + size = 350 + } + + farmers = { + culture = mossi + religion = animist + size = 18375 + } } #Togo Region (548000) #see Togo.txt for balance of region #uncolonized in 1836 -#Ho (420000/105000 POPS) +#Ho (420000/105000 POPS) 1915 = { - aristocrats = { - culture = akan - religion = animist - size = 790 - } - - clergymen = { - culture = akan - religion = animist - size = 440 - } - - artisans = { - culture = akan - religion = animist - size = 1750 - } - - soldiers = { - culture = akan - religion = animist - size = 440 - } - - farmers = { - culture = akan - religion = animist - size = 31600 - } - - slaves = { - culture = akan - religion = animist - size = 7000 - } - - aristocrats = { - culture = ewe - religion = animist - size = 1200 - } - - clergymen = { - culture = ewe - religion = animist - size = 615 - } - - artisans = { - culture = ewe - religion = animist - size = 2540 - } - - soldiers = { - culture = ewe - religion = animist - size = 700 - } - - farmers = { - culture = ewe - religion = animist - size = 40425 - } - - slaves = { - culture = gur - religion = animist - size = 17500 - } + aristocrats = { + culture = akan + religion = animist + size = 790 + } + + clergymen = { + culture = akan + religion = animist + size = 440 + } + + artisans = { + culture = akan + religion = animist + size = 1750 + } + + soldiers = { + culture = akan + religion = animist + size = 440 + } + + farmers = { + culture = akan + religion = animist + size = 31600 + } + + slaves = { + culture = akan + religion = animist + size = 7000 + } + + aristocrats = { + culture = ewe + religion = animist + size = 1200 + } + + clergymen = { + culture = ewe + religion = animist + size = 615 + } + + artisans = { + culture = ewe + religion = animist + size = 2540 + } + + soldiers = { + culture = ewe + religion = animist + size = 700 + } + + farmers = { + culture = ewe + religion = animist + size = 40425 + } + + slaves = { + culture = gur + religion = animist + size = 17500 + } } #under the rule of Ashanti in 1836 -#Yendi (128000/32000 POPS) +#Yendi (128000/32000 POPS) 1916 = { - aristocrats = { - culture = gur - religion = animist - size = 440 - } - - clergymen = { - culture = gur - religion = animist - size = 265 - } - - artisans = { - culture = gur - religion = animist - size = 1315 - } - - soldiers = { - culture = gur - religion = animist - size = 840 - } - - farmers = { - culture = gur - religion = animist - size = 22140 - } - - slaves = { - culture = ewe - religion = animist - size = 7000 - } + aristocrats = { + culture = gur + religion = animist + size = 440 + } + + clergymen = { + culture = gur + religion = animist + size = 265 + } + + artisans = { + culture = gur + religion = animist + size = 1315 + } + + soldiers = { + culture = gur + religion = animist + size = 840 + } + + farmers = { + culture = gur + religion = animist + size = 22140 + } + + slaves = { + culture = ewe + religion = animist + size = 7000 + } } diff --git a/HPM/history/pops/1836.1.1/Gibraltar.txt b/HPM/history/pops/1836.1.1/Gibraltar.txt index 3e00bb39..61b6e3da 100644 --- a/HPM/history/pops/1836.1.1/Gibraltar.txt +++ b/HPM/history/pops/1836.1.1/Gibraltar.txt @@ -2,69 +2,69 @@ #Ruled by Britain 1836 #Gibraltar (16394/4100 POPS) 517 = { - officers = { - culture = british - religion = protestant - size = 5 - } + officers = { + culture = british + religion = protestant + size = 5 + } - bureaucrats = { - culture = british - religion = protestant - size = 5 - } + bureaucrats = { + culture = british + religion = protestant + size = 5 + } - soldiers = { - culture = british - religion = protestant - size = 674 - } + soldiers = { + culture = british + religion = protestant + size = 674 + } - artisans = { - culture = british - religion = protestant - size = 138 - } + artisans = { + culture = british + religion = protestant + size = 138 + } - artisans = { - culture = sephardic - religion = jewish - size = 353 - } - - artisans = { - culture = maghrebi - religion = jewish - size = 117 - } - - farmers = { - culture = spanish - religion = catholic - size = 1069 - } - - farmers = { - culture = portuguese - religion = catholic - size = 169 - } + artisans = { + culture = sephardic + religion = jewish + size = 353 + } - clergymen = { - culture = north_italian - religion = catholic - size = 5 - } - - farmers = { - culture = north_italian - religion = catholic - size = 1302 - } - - farmers = { - culture = south_italian - religion = catholic - size = 35 - } + artisans = { + culture = maghrebi + religion = jewish + size = 117 + } + + farmers = { + culture = spanish + religion = catholic + size = 1069 + } + + farmers = { + culture = portuguese + religion = catholic + size = 169 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 5 + } + + farmers = { + culture = north_italian + religion = catholic + size = 1302 + } + + farmers = { + culture = south_italian + religion = catholic + size = 35 + } } diff --git a/HPM/history/pops/1836.1.1/Great Britain.txt b/HPM/history/pops/1836.1.1/Great Britain.txt index 9c47dc51..3f9cd8d4 100644 --- a/HPM/history/pops/1836.1.1/Great Britain.txt +++ b/HPM/history/pops/1836.1.1/Great Britain.txt @@ -1,2099 +1,2099 @@ #Tayside-Highlands Region : 864000 #Aberdeen (172000/43000 POPS) 266 = { - aristocrats = { - culture = british - religion = protestant - size = 200 - } - - officers = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 3400 - } - - farmers = { - culture = british - religion = protestant - size = 40000 - } - - farmers = { - culture = british - religion = catholic - size = 2000 - } + aristocrats = { + culture = british + religion = protestant + size = 200 + } + + officers = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 3400 + } + + farmers = { + culture = british + religion = protestant + size = 40000 + } + + farmers = { + culture = british + religion = catholic + size = 2000 + } } #Inverness (328000/82000 POPS) 267 = { - aristocrats = { - culture = british - religion = protestant - size = 160 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 2000 - } - - artisans = { - culture = british - religion = protestant - size = 4000 - } - - farmers = { - culture = british - religion = protestant - size = 68090 - } + aristocrats = { + culture = british + religion = protestant + size = 160 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 2000 + } + + artisans = { + culture = british + religion = protestant + size = 4000 + } + + farmers = { + culture = british + religion = protestant + size = 68090 + } } #Orkney & Shetland - former Tamanrasset 1724 = { - aristocrats = { - culture = british - religion = protestant - size = 40 - } - - clergymen = { - culture = british - religion = protestant - size = 225 - } - - soldiers = { - culture = british - religion = protestant - size = 375 - } - - artisans = { - culture = british - religion = protestant - size = 1000 - } - - farmers = { - culture = british - religion = protestant - size = 5860 - } + aristocrats = { + culture = british + religion = protestant + size = 40 + } + + clergymen = { + culture = british + religion = protestant + size = 225 + } + + soldiers = { + culture = british + religion = protestant + size = 375 + } + + artisans = { + culture = british + religion = protestant + size = 1000 + } + + farmers = { + culture = british + religion = protestant + size = 5860 + } } #Dundee (364000/91000 POPS) 268 = { - aristocrats = { - culture = british - religion = protestant - size = 300 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 8000 - } - - soldiers = { - culture = british - religion = protestant - size = 2000 - } - - farmers = { - culture = british - religion = protestant - size = 78200 - } + aristocrats = { + culture = british + religion = protestant + size = 300 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 8000 + } + + soldiers = { + culture = british + religion = protestant + size = 2000 + } + + farmers = { + culture = british + religion = protestant + size = 78200 + } } #Strathclyde-Lothian Region : 1632000 #Edinburgh (480000/120000 POPS) 269 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - officers = { - culture = british - religion = protestant - size = 1200 - } - - clergymen = { - culture = british - religion = protestant - size = 1375 - } - - capitalists = { - culture = british - religion = protestant - size = 550 - } - - bureaucrats = { - culture = british - religion = protestant - size = 2100 - } - - clerks = { - culture = british - religion = protestant - size = 400 - } - - craftsmen = { - culture = british - religion = protestant - size = 8000 - } - - artisans = { - culture = british - religion = protestant - size = 6000 - } - - soldiers = { - culture = british - religion = protestant - size = 2500 - } - - farmers = { - culture = british - religion = protestant - size = 51175 - } - - clergymen = { - culture = british - religion = catholic - size = 100 - } - - craftsmen = { - culture = british - religion = catholic - size = 1500 - } - - artisans = { - culture = british - religion = catholic - size = 5000 - } - - farmers = { - culture = british - religion = catholic - size = 26400 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + officers = { + culture = british + religion = protestant + size = 1200 + } + + clergymen = { + culture = british + religion = protestant + size = 1375 + } + + capitalists = { + culture = british + religion = protestant + size = 550 + } + + bureaucrats = { + culture = british + religion = protestant + size = 2100 + } + + clerks = { + culture = british + religion = protestant + size = 400 + } + + craftsmen = { + culture = british + religion = protestant + size = 8000 + } + + artisans = { + culture = british + religion = protestant + size = 6000 + } + + soldiers = { + culture = british + religion = protestant + size = 2500 + } + + farmers = { + culture = british + religion = protestant + size = 51175 + } + + clergymen = { + culture = british + religion = catholic + size = 100 + } + + craftsmen = { + culture = british + religion = catholic + size = 1500 + } + + artisans = { + culture = british + religion = catholic + size = 5000 + } + + farmers = { + culture = british + religion = catholic + size = 26400 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } } #Stirling (364000/91000 POPS) 270 = { - aristocrats = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = british - religion = protestant - size = 200 - } - - artisans = { - culture = british - religion = protestant - size = 6500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 79100 - } - - farmers = { - culture = british - religion = catholic - size = 4000 - } + aristocrats = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = british + religion = protestant + size = 200 + } + + artisans = { + culture = british + religion = protestant + size = 6500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 79100 + } + + farmers = { + culture = british + religion = catholic + size = 4000 + } } #Glasgow (620000/155000 POPS) 271 = { - aristocrats = { - culture = british - religion = protestant - size = 800 - } - - clergymen = { - culture = british - religion = protestant - size = 1500 - } - - clerks = { - culture = british - religion = protestant - size = 10850 - } - - craftsmen = { - culture = british - religion = protestant - size = 55000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 2000 - } - - soldiers = { - culture = british - religion = protestant - size = 3000 - } - - farmers = { - culture = british - religion = protestant - size = 53150 - } - - clergymen = { - culture = british - religion = catholic - size = 100 - } - - farmers = { - culture = british - religion = catholic - size = 4900 - } - - craftsmen = { - culture = irish - religion = catholic - size = 10000 - } + aristocrats = { + culture = british + religion = protestant + size = 800 + } + + clergymen = { + culture = british + religion = protestant + size = 1500 + } + + clerks = { + culture = british + religion = protestant + size = 10850 + } + + craftsmen = { + culture = british + religion = protestant + size = 55000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 2000 + } + + soldiers = { + culture = british + religion = protestant + size = 3000 + } + + farmers = { + culture = british + religion = protestant + size = 53150 + } + + clergymen = { + culture = british + religion = catholic + size = 100 + } + + farmers = { + culture = british + religion = catholic + size = 4900 + } + + craftsmen = { + culture = irish + religion = catholic + size = 10000 + } } -#Dumfries (168000/42000 POPS) +#Dumfries (168000/42000 POPS) 272 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 2000 - } - - labourers = { - culture = british - religion = protestant - size = 40800 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 2000 + } + + labourers = { + culture = british + religion = protestant + size = 40800 + } } # Wales Region : 970000 #Cardiff (380000/95000 POPS) 273 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - capitalists = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1025 - } - - officers = { - culture = british - religion = protestant - size = 350 - } - - clergymen = { - culture = british - religion = protestant - size = 375 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 3500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 88000 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + capitalists = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1025 + } + + officers = { + culture = british + religion = protestant + size = 350 + } + + clergymen = { + culture = british + religion = protestant + size = 375 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 3500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 88000 + } } #Cardigan (168000/42000 POPS) 274 = { - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 1000 - } - - farmers = { - culture = british - religion = protestant - size = 41625 - } + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 1000 + } + + farmers = { + culture = british + religion = protestant + size = 41625 + } } #Llandrindod (182000/45500 POPS) 275 = { - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 2250 - } - - farmers = { - culture = british - religion = protestant - size = 42250 - } + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 2250 + } + + farmers = { + culture = british + religion = protestant + size = 42250 + } } #Holyhead (240000/60000 POPS) 276 = { - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 750 - } - - clerks = { - culture = british - religion = protestant - size = 150 - } - - craftsmen = { - culture = british - religion = protestant - size = 3000 - } - - artisans = { - culture = british - religion = protestant - size = 3100 - } - - farmers = { - culture = british - religion = protestant - size = 52500 - } + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 750 + } + + clerks = { + culture = british + religion = protestant + size = 150 + } + + craftsmen = { + culture = british + religion = protestant + size = 3000 + } + + artisans = { + culture = british + religion = protestant + size = 3100 + } + + farmers = { + culture = british + religion = protestant + size = 52500 + } } #Lancashire Region : 1896000 #Liverpool (936000/234000 POPS) 277 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - officers = { - culture = british - religion = protestant - size = 500 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1550 - } - - clergymen = { - culture = british - religion = protestant - size = 1100 - } - - capitalists = { - culture = british - religion = protestant - size = 1250 - } - - clerks = { - culture = british - religion = protestant - size = 1750 - } - - craftsmen = { - culture = british - religion = protestant - size = 30000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 2500 - } - - soldiers = { - culture = british - religion = protestant - size = 3000 - } - - labourers = { - culture = british - religion = protestant - size = 138850 - } - - clergymen = { - culture = british - religion = catholic - size = 50 - } - - craftsmen = { - culture = british - religion = catholic - size = 1100 - } - - artisans = { - culture = british - religion = catholic - size = 1500 - } - - labourers = { - culture = british - religion = catholic - size = 6450 - } - - clergymen = { - culture = irish - religion = catholic - size = 125 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2250 - } - - artisans = { - culture = irish - religion = catholic - size = 10750 - } - - farmers = { - culture = irish - religion = catholic - size = 7875 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + officers = { + culture = british + religion = protestant + size = 500 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1550 + } + + clergymen = { + culture = british + religion = protestant + size = 1100 + } + + capitalists = { + culture = british + religion = protestant + size = 1250 + } + + clerks = { + culture = british + religion = protestant + size = 1750 + } + + craftsmen = { + culture = british + religion = protestant + size = 30000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 2500 + } + + soldiers = { + culture = british + religion = protestant + size = 3000 + } + + labourers = { + culture = british + religion = protestant + size = 138850 + } + + clergymen = { + culture = british + religion = catholic + size = 50 + } + + craftsmen = { + culture = british + religion = catholic + size = 1100 + } + + artisans = { + culture = british + religion = catholic + size = 1500 + } + + labourers = { + culture = british + religion = catholic + size = 6450 + } + + clergymen = { + culture = irish + religion = catholic + size = 125 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2250 + } + + artisans = { + culture = irish + religion = catholic + size = 10750 + } + + farmers = { + culture = irish + religion = catholic + size = 7875 + } } #Manchester (744000/186000 POPS) 278 = { - aristocrats = { - culture = british - religion = protestant - size = 1500 - } - - clergymen = { - culture = british - religion = protestant - size = 2100 - } - - clerks = { - culture = british - religion = protestant - size = 1150 - } - - craftsmen = { - culture = british - religion = protestant - size = 82500 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 6000 - } - - labourers = { - culture = british - religion = protestant - size = 65350 - } - - clergymen = { - culture = british - religion = catholic - size = 75 - } - - labourers = { - culture = british - religion = catholic - size = 8850 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - labourers = { - culture = irish - religion = catholic - size = 2075 - } + aristocrats = { + culture = british + religion = protestant + size = 1500 + } + + clergymen = { + culture = british + religion = protestant + size = 2100 + } + + clerks = { + culture = british + religion = protestant + size = 1150 + } + + craftsmen = { + culture = british + religion = protestant + size = 82500 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 6000 + } + + labourers = { + culture = british + religion = protestant + size = 65350 + } + + clergymen = { + culture = british + religion = catholic + size = 75 + } + + labourers = { + culture = british + religion = catholic + size = 8850 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + labourers = { + culture = irish + religion = catholic + size = 2075 + } } #Carlisle (216000/54000 POPS) 279 = { - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - artisans = { - culture = british - religion = protestant - size = 4000 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - farmers = { - culture = british - religion = protestant - size = 46000 - } - - farmers = { - culture = british - religion = catholic - size = 2000 - } - - farmers = { - culture = irish - religion = catholic - size = 1250 - } + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + artisans = { + culture = british + religion = protestant + size = 4000 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + farmers = { + culture = british + religion = protestant + size = 46000 + } + + farmers = { + culture = british + religion = catholic + size = 2000 + } + + farmers = { + culture = irish + religion = catholic + size = 1250 + } } #Yorkshire-Northumbria Region : 2190000 #Newcastle-upon-Tyne (552000/138000 POPS) 280 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 750 - } - - craftsmen = { - culture = british - religion = protestant - size = 30000 - } - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 5900 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 94850 - } - - labourers = { - culture = irish - religion = catholic - size = 4000 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 750 + } + + craftsmen = { + culture = british + religion = protestant + size = 30000 + } + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 5900 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 94850 + } + + labourers = { + culture = irish + religion = catholic + size = 4000 + } } #Hull (512000/128000 POPS) 281 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 750 - } - - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 1300 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 104950 - } - - labourers = { - culture = british - religion = catholic - size = 5000 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 750 + } + + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 1300 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 104950 + } + + labourers = { + culture = british + religion = catholic + size = 5000 + } } #Leeds (468000/117000 POPS) 282 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 625 - } - - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 750 - } - - soldiers = { - culture = british - religion = protestant - size = 1250 - } - - labourers = { - culture = british - religion = protestant - size = 92625 - } - - farmers = { - culture = british - religion = catholic - size = 3000 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 625 + } + + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 750 + } + + soldiers = { + culture = british + religion = protestant + size = 1250 + } + + labourers = { + culture = british + religion = protestant + size = 92625 + } + + farmers = { + culture = british + religion = catholic + size = 3000 + } } #Sheffield (658000/164500 POPS) 283 = { - aristocrats = { - culture = british - religion = protestant - size = 2050 - } - - officers = { - culture = british - religion = protestant - size = 1250 - } - - bureaucrats = { - culture = british - religion = protestant - size = 2150 - } - craftsmen = { - culture = british - religion = protestant - size = 25000 - } - officers = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 875 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 750 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 102825 - } - - farmers = { - culture = british - religion = catholic - size = 4000 - } + aristocrats = { + culture = british + religion = protestant + size = 2050 + } + + officers = { + culture = british + religion = protestant + size = 1250 + } + + bureaucrats = { + culture = british + religion = protestant + size = 2150 + } + craftsmen = { + culture = british + religion = protestant + size = 25000 + } + officers = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 875 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 750 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 102825 + } + + farmers = { + culture = british + religion = catholic + size = 4000 + } } #West Midlands Region : 1760000 #Birmingham (644000/161000 POPS) 284 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - officers = { - culture = british - religion = protestant - size = 500 - } - - bureaucrats = { - culture = british - religion = protestant - size = 2525 - } - - capitalists = { - culture = british - religion = protestant - size = 350 - } - - clergymen = { - culture = british - religion = protestant - size = 1625 - } - - clerks = { - culture = british - religion = protestant - size = 1100 - } - - craftsmen = { - culture = british - religion = protestant - size = 16000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 2000 - } - - soldiers = { - culture = british - religion = protestant - size = 3000 - } - - labourers = { - culture = british - religion = protestant - size = 118900 - } - - farmers = { - culture = british - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 3000 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + officers = { + culture = british + religion = protestant + size = 500 + } + + bureaucrats = { + culture = british + religion = protestant + size = 2525 + } + + capitalists = { + culture = british + religion = protestant + size = 350 + } + + clergymen = { + culture = british + religion = protestant + size = 1625 + } + + clerks = { + culture = british + religion = protestant + size = 1100 + } + + craftsmen = { + culture = british + religion = protestant + size = 16000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 2000 + } + + soldiers = { + culture = british + religion = protestant + size = 3000 + } + + labourers = { + culture = british + religion = protestant + size = 118900 + } + + farmers = { + culture = british + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 3000 + } } #Chester (368000/92000 POPS) 285 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 625 - } - - artisans = { - culture = british - religion = protestant - size = 5000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 82625 - } - - farmers = { - culture = british - religion = catholic - size = 1100 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 625 + } + + artisans = { + culture = british + religion = protestant + size = 5000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 82625 + } + + farmers = { + culture = british + religion = catholic + size = 1100 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } } #Shrewsbury (316000/79000 POPS) 286 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = british - religion = protestant - size = 375 - } - - artisans = { - culture = british - religion = protestant - size = 4250 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 68875 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = british + religion = protestant + size = 375 + } + + artisans = { + culture = british + religion = protestant + size = 4250 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 68875 + } } #Coventry (432000/108000 POPS) 287 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - clerks = { - culture = british - religion = protestant - size = 1100 - } - - craftsmen = { - culture = british - religion = protestant - size = 3500 - } - - artisans = { - culture = british - religion = protestant - size = 3000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 95000 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + clerks = { + culture = british + religion = protestant + size = 1100 + } + + craftsmen = { + culture = british + religion = protestant + size = 3500 + } + + artisans = { + culture = british + religion = protestant + size = 3000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 95000 + } } #East Midlands Region : 1224000 #Nottingham (484000/121000 POPS) 288 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - officers = { - culture = british - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - capitalists = { - culture = british - religion = protestant - size = 100 - } - - clerks = { - culture = british - religion = protestant - size = 200 - } - - craftsmen = { - culture = british - religion = protestant - size = 5000 - } - - artisans = { - culture = british - religion = protestant - size = 3000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 99700 - } - - farmers = { - culture = british - religion = catholic - size = 5000 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + officers = { + culture = british + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + capitalists = { + culture = british + religion = protestant + size = 100 + } + + clerks = { + culture = british + religion = protestant + size = 200 + } + + craftsmen = { + culture = british + religion = protestant + size = 5000 + } + + artisans = { + culture = british + religion = protestant + size = 3000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 99700 + } + + farmers = { + culture = british + religion = catholic + size = 5000 + } } #Leicester (404000/101000 POPS) 289 = { - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 375 - } - - artisans = { - culture = british - religion = protestant - size = 6000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 90375 - } + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 375 + } + + artisans = { + culture = british + religion = protestant + size = 6000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 90375 + } } #Lincoln (336000/84000 POPS) 290 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 6500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 75500 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 6500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 75500 + } } #East Anglia Region : 1260000 #Cambridge (308000/77000 POPS) 291 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - officers = { - culture = british - religion = protestant - size = 250 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1750 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 5500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 68500 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + officers = { + culture = british + religion = protestant + size = 250 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1750 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 5500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 68500 + } } #Ipswich (676000/169000 POPS) 292 = { - aristocrats = { - culture = british - religion = protestant - size = 1500 - } - - clergymen = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 8500 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 156500 - } + aristocrats = { + culture = british + religion = protestant + size = 1500 + } + + clergymen = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 8500 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 156500 + } } #Chelmsford (276000/69000 POPS) 293 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = british - religion = protestant - size = 375 - } - - artisans = { - culture = british - religion = protestant - size = 7500 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 57125 - } - - labourers = { - culture = british - religion = catholic - size = 2000 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = british + religion = protestant + size = 375 + } + + artisans = { + culture = british + religion = protestant + size = 7500 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 57125 + } + + labourers = { + culture = british + religion = catholic + size = 2000 + } } #Oxfordshire/Buckinghamshire Region : 616000 #294 : Oxford (304000/76000 POPS) 294 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - officers = { - culture = british - religion = protestant - size = 250 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1075 - } - - clergymen = { - culture = british - religion = protestant - size = 1500 - } - - artisans = { - culture = british - religion = protestant - size = 6000 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 66625 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + officers = { + culture = british + religion = protestant + size = 250 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1075 + } + + clergymen = { + culture = british + religion = protestant + size = 1500 + } + + artisans = { + culture = british + religion = protestant + size = 6000 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 66625 + } } #St. Albans (312000/78000 POPS) 295 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 1500 - } - - artisans = { - culture = british - religion = protestant - size = 4000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 71750 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 1500 + } + + artisans = { + culture = british + religion = protestant + size = 4000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 71750 + } } #Cornwall-Dorset Region : 2032000 #Bristol (404000/101000 POPS) 296 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - officers = { - culture = british - religion = protestant - size = 500 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1550 - } - - clergymen = { - culture = british - religion = protestant - size = 1625 - } - - capitalists = { - culture = british - religion = protestant - size = 250 - } - - clerks = { - culture = british - religion = protestant - size = 600 - } - - craftsmen = { - culture = british - religion = protestant - size = 12000 - } - - artisans = { - culture = british - religion = protestant - size = 9000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 63275 - } - - farmers = { - culture = british - religion = catholic - size = 2000 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + officers = { + culture = british + religion = protestant + size = 500 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1550 + } + + clergymen = { + culture = british + religion = protestant + size = 1625 + } + + capitalists = { + culture = british + religion = protestant + size = 250 + } + + clerks = { + culture = british + religion = protestant + size = 600 + } + + craftsmen = { + culture = british + religion = protestant + size = 12000 + } + + artisans = { + culture = british + religion = protestant + size = 9000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 63275 + } + + farmers = { + culture = british + religion = catholic + size = 2000 + } } #Salisbury (408000/102000 POPS) 297 = { - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 625 - } - - artisans = { - culture = british - religion = protestant - size = 5000 - } - - craftsmen = { - culture = british - religion = protestant - size = 12000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 82375 - } + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 625 + } + + artisans = { + culture = british + religion = protestant + size = 5000 + } + + craftsmen = { + culture = british + religion = protestant + size = 12000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 82375 + } } #Bath (408000/102000 POPS) 298 = { - aristocrats = { - culture = british - religion = protestant - size = 1750 - } - - clergymen = { - culture = british - religion = protestant - size = 1625 - } - - artisans = { - culture = british - religion = protestant - size = 5000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - craftsmen = { - culture = british - religion = protestant - size = 12000 - } - - labourers = { - culture = british - religion = protestant - size = 70625 - } + aristocrats = { + culture = british + religion = protestant + size = 1750 + } + + clergymen = { + culture = british + religion = protestant + size = 1625 + } + + artisans = { + culture = british + religion = protestant + size = 5000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + craftsmen = { + culture = british + religion = protestant + size = 12000 + } + + labourers = { + culture = british + religion = protestant + size = 70625 + } } #Plymouth (812000/203000 POPS) 299 = { - aristocrats = { - culture = british - religion = protestant - size = 1500 - } - - clergymen = { - culture = british - religion = protestant - size = 1250 - } - - artisans = { - culture = british - religion = protestant - size = 5500 - } - - soldiers = { - culture = british - religion = protestant - size = 1500 - } - - labourers = { - culture = british - religion = protestant - size = 186250 - } - - farmers = { - culture = british - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 1100 - } + aristocrats = { + culture = british + religion = protestant + size = 1500 + } + + clergymen = { + culture = british + religion = protestant + size = 1250 + } + + artisans = { + culture = british + religion = protestant + size = 5500 + } + + soldiers = { + culture = british + religion = protestant + size = 1500 + } + + labourers = { + culture = british + religion = protestant + size = 186250 + } + + farmers = { + culture = british + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 1100 + } } # Metro London Region - 2052000 #London (2052000/513000 POPS) 300 = { - aristocrats = { - culture = british - religion = protestant - size = 5500 - } - - officers = { - culture = british - religion = protestant - size = 2500 - } - - bureaucrats = { - culture = british - religion = protestant - size = 18000 - } - - clergymen = { - culture = british - religion = protestant - size = 18250 - } - - capitalists = { - culture = british - religion = protestant - size = 2500 - } - - clerks = { - culture = british - religion = protestant - size = 12000 - } - - craftsmen = { - culture = british - religion = protestant - size = 116000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 9500 - } - - soldiers = { - culture = british - religion = protestant - size = 40000 - } - - farmers = { - culture = british - religion = protestant - size = 127000 - } - - artisans = { - culture = british - religion = catholic - size = 8000 - } - - farmers = { - culture = british - religion = catholic - size = 17000 - } - - clerks = { - culture = british - religion = jewish - size = 100 - } - - craftsmen = { - culture = british - religion = jewish - size = 1500 - } - - artisans = { - culture = british - religion = jewish - size = 3400 - } - - craftsmen = { - culture = irish - religion = catholic - size = 4000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 1050 - } - - farmers = { - culture = french - religion = catholic - size = 900 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = spanish - religion = catholic - size = 400 - } - - farmers = { - culture = north_italian - religion = catholic - size = 400 - } - - farmers = { - culture = bengali - religion = hindu - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 100 - } + aristocrats = { + culture = british + religion = protestant + size = 5500 + } + + officers = { + culture = british + religion = protestant + size = 2500 + } + + bureaucrats = { + culture = british + religion = protestant + size = 18000 + } + + clergymen = { + culture = british + religion = protestant + size = 18250 + } + + capitalists = { + culture = british + religion = protestant + size = 2500 + } + + clerks = { + culture = british + religion = protestant + size = 12000 + } + + craftsmen = { + culture = british + religion = protestant + size = 116000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 9500 + } + + soldiers = { + culture = british + religion = protestant + size = 40000 + } + + farmers = { + culture = british + religion = protestant + size = 127000 + } + + artisans = { + culture = british + religion = catholic + size = 8000 + } + + farmers = { + culture = british + religion = catholic + size = 17000 + } + + clerks = { + culture = british + religion = jewish + size = 100 + } + + craftsmen = { + culture = british + religion = jewish + size = 1500 + } + + artisans = { + culture = british + religion = jewish + size = 3400 + } + + craftsmen = { + culture = irish + religion = catholic + size = 4000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 1050 + } + + farmers = { + culture = french + religion = catholic + size = 900 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = spanish + religion = catholic + size = 400 + } + + farmers = { + culture = north_italian + religion = catholic + size = 400 + } + + farmers = { + culture = bengali + religion = hindu + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 100 + } } #Sussex-Kent Region : 1212000 #Canterbury (476000/98000 POPS) 301 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 625 - } - - artisans = { - culture = british - religion = protestant - size = 4000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 90625 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 625 + } + + artisans = { + culture = british + religion = protestant + size = 4000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 90625 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } } #Brighton (404000/101000 POPS) 302 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 1250 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 87500 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 1250 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 87500 + } } #Southampton (332000/83000 POPS) 303 = { - aristocrats = { - culture = british - religion = protestant - size = 750 - } - - officers = { - culture = british - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 6000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - labourers = { - culture = british - religion = protestant - size = 73000 - } + aristocrats = { + culture = british + religion = protestant + size = 750 + } + + officers = { + culture = british + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 6000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + labourers = { + culture = british + religion = protestant + size = 73000 + } } #Isle Of Man Region - 46000 #Douglas (46000/11500 POPS) 304 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - artisans = { - culture = british - religion = protestant - size = 3250 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - labourers = { - culture = british - religion = protestant - size = 7600 - } - - labourers = { - culture = british - religion = catholic - size = 300 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + artisans = { + culture = british + religion = protestant + size = 3250 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + labourers = { + culture = british + religion = protestant + size = 7600 + } + + labourers = { + culture = british + religion = catholic + size = 300 + } } #Normandie Region #Channel Islands (72000/18000 POPS) 419 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - artisans = { - culture = british - religion = protestant - size = 3400 - } - - soldiers = { - culture = british - religion = protestant - size = 250 - } - - farmers = { - culture = british - religion = protestant - size = 14075 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + artisans = { + culture = british + religion = protestant + size = 3400 + } + + soldiers = { + culture = british + religion = protestant + size = 250 + } + + farmers = { + culture = british + religion = protestant + size = 14075 + } } diff --git a/HPM/history/pops/1836.1.1/Greece.txt b/HPM/history/pops/1836.1.1/Greece.txt index 53c931a8..334e3a94 100644 --- a/HPM/history/pops/1836.1.1/Greece.txt +++ b/HPM/history/pops/1836.1.1/Greece.txt @@ -1,2146 +1,2146 @@ -#Macedonia Region (564000) #see Macedonia.txt and Bulgaria.txt for balance of region +#Macedonia Region (564000) #see Macedonia.txt and Bulgaria.txt for balance of region #under the rule of Ottoman Empire in 1836 -#Salonika (304000/76000 POPS) #now part of Greece +#Salonika (304000/76000 POPS) #now part of Greece 805 = { - aristocrats = { - culture = turkish - religion = sunni - size = 800 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 250 - } - - officers = { - culture = turkish - religion = sunni - size = 325 - } - - clergymen = { - culture = turkish - religion = sunni - size = 250 - } - - artisans = { - culture = turkish - religion = sunni - size = 4500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 800 - } - - farmers = { - culture = turkish - religion = sunni - size = 11075 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 220 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 120 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 125 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 400 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 200 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 5900 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 250 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 1120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - clergymen = { - culture = greek - religion = orthodox - size = 375 - } - - artisans = { - culture = greek - religion = orthodox - size = 1500 - } - - farmers = { - culture = greek - religion = orthodox - size = 34005 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 150 - } - - artisans = { - culture = sephardic - religion = jewish - size = 10000 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 1100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 3850 - } + aristocrats = { + culture = turkish + religion = sunni + size = 800 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 250 + } + + officers = { + culture = turkish + religion = sunni + size = 325 + } + + clergymen = { + culture = turkish + religion = sunni + size = 250 + } + + artisans = { + culture = turkish + religion = sunni + size = 4500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 800 + } + + farmers = { + culture = turkish + religion = sunni + size = 11075 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 220 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 120 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 125 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 400 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 200 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 5900 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 250 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 1120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + clergymen = { + culture = greek + religion = orthodox + size = 375 + } + + artisans = { + culture = greek + religion = orthodox + size = 1500 + } + + farmers = { + culture = greek + religion = orthodox + size = 34005 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 150 + } + + artisans = { + culture = sephardic + religion = jewish + size = 10000 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 1100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 3850 + } } #Polygyros (100000/25000 POPS) #now part of Greece 822 = { - aristocrats = { - culture = turkish - religion = sunni - size = 400 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 750 - } - - soldiers = { - culture = turkish - religion = sunni - size = 250 - } - - farmers = { - culture = turkish - religion = sunni - size = 7500 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 300 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 250 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 1425 - } - - clergymen = { - culture = greek - religion = orthodox - size = 200 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 33300 - } + aristocrats = { + culture = turkish + religion = sunni + size = 400 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 750 + } + + soldiers = { + culture = turkish + religion = sunni + size = 250 + } + + farmers = { + culture = turkish + religion = sunni + size = 7500 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 300 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 250 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 1425 + } + + clergymen = { + culture = greek + religion = orthodox + size = 200 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 33300 + } } #Kavala (160000/40000 POPS) #now part of Greece 823 = { - aristocrats = { - culture = turkish - religion = sunni - size = 400 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 100 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 1200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 400 - } - - farmers = { - culture = turkish - religion = sunni - size = 9525 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 125 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 125 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 400 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 300 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 7000 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 700 - } - - officers = { - culture = greek - religion = orthodox - size = 200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - clergymen = { - culture = greek - religion = orthodox - size = 225 - } - - artisans = { - culture = greek - religion = orthodox - size = 900 - } - - farmers = { - culture = greek - religion = orthodox - size = 28175 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 400 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 100 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 1200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 400 + } + + farmers = { + culture = turkish + religion = sunni + size = 9525 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 125 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 125 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 400 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 300 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 7000 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 700 + } + + officers = { + culture = greek + religion = orthodox + size = 200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + clergymen = { + culture = greek + religion = orthodox + size = 225 + } + + artisans = { + culture = greek + religion = orthodox + size = 900 + } + + farmers = { + culture = greek + religion = orthodox + size = 28175 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } -#Monastir Region (384000) #see Greece.txt for balance of region +#Monastir Region (384000) #see Greece.txt for balance of region #under the rule of Ottoman Empire in 1836 #Florina (116000/29000 POPS) #now part of Greece 819 = { - clergymen = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 300 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 33100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 150 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 200 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 4800 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 475 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 800 - } - - soldiers = { - culture = turkish - religion = sunni - size = 300 - } - - farmers = { - culture = turkish - religion = sunni - size = 2325 - } - + clergymen = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 300 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 33100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 150 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 200 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 4800 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 475 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 800 + } + + soldiers = { + culture = turkish + religion = sunni + size = 300 + } + + farmers = { + culture = turkish + religion = sunni + size = 2325 + } + } #Grevena (140000/35000 POPS) #now part of Greece 820 = { - clergymen = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 850 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - farmers = { - culture = greek - religion = orthodox - size = 41550 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 350 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 900 - } - - soldiers = { - culture = turkish - religion = sunni - size = 350 - } - - farmers = { - culture = turkish - religion = sunni - size = 325 - } + clergymen = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 850 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + farmers = { + culture = greek + religion = orthodox + size = 41550 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 350 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 900 + } + + soldiers = { + culture = turkish + religion = sunni + size = 350 + } + + farmers = { + culture = turkish + religion = sunni + size = 325 + } } #Edessa (128000/32000 POPS) #now part of Greece 821 = { - clergymen = { - culture = greek - religion = orthodox - size = 225 - } - - artisans = { - culture = greek - religion = orthodox - size = 650 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 33125 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 200 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 400 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 3800 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 750 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 900 - } - - soldiers = { - culture = turkish - religion = sunni - size = 300 - } - - farmers = { - culture = turkish - religion = sunni - size = 4975 - } + clergymen = { + culture = greek + religion = orthodox + size = 225 + } + + artisans = { + culture = greek + religion = orthodox + size = 650 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 33125 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 200 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 400 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 3800 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 750 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 900 + } + + soldiers = { + culture = turkish + religion = sunni + size = 300 + } + + farmers = { + culture = turkish + religion = sunni + size = 4975 + } } -#Epirus Region (724000) #see Albania.txt for balance of region +#Epirus Region (724000) #see Albania.txt for balance of region #under the rule of Ottoman Empire in 1836 #Janina (504000/126000 POPS) 824 = { - aristocrats = { - culture = turkish - religion = sunni - size = 125 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 125 - } - - officers = { - culture = turkish - religion = sunni - size = 250 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 150 - } - - farmers = { - culture = turkish - religion = sunni - size = 200 - } - - aristocrats = { - culture = albanian - religion = sunni - size = 2600 - } - - clergymen = { - culture = albanian - religion = sunni - size = 125 - } - - artisans = { - culture = albanian - religion = sunni - size = 1100 - } - - soldiers = { - culture = albanian - religion = sunni - size = 1100 - } - - farmers = { - culture = albanian - religion = sunni - size = 8075 - } - - clergymen = { - culture = albanian - religion = orthodox - size = 150 - } - - artisans = { - culture = albanian - religion = orthodox - size = 250 - } - - farmers = { - culture = albanian - religion = orthodox - size = 15600 - } - - clergymen = { - culture = greek - religion = orthodox - size = 750 - } - - artisans = { - culture = greek - religion = orthodox - size = 800 - } - - farmers = { - culture = greek - religion = orthodox - size = 51250 - } - - soldiers = { - culture = greek - religion = orthodox - size = 2250 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 125 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 125 + } + + officers = { + culture = turkish + religion = sunni + size = 250 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 150 + } + + farmers = { + culture = turkish + religion = sunni + size = 200 + } + + aristocrats = { + culture = albanian + religion = sunni + size = 2600 + } + + clergymen = { + culture = albanian + religion = sunni + size = 125 + } + + artisans = { + culture = albanian + religion = sunni + size = 1100 + } + + soldiers = { + culture = albanian + religion = sunni + size = 1100 + } + + farmers = { + culture = albanian + religion = sunni + size = 8075 + } + + clergymen = { + culture = albanian + religion = orthodox + size = 150 + } + + artisans = { + culture = albanian + religion = orthodox + size = 250 + } + + farmers = { + culture = albanian + religion = orthodox + size = 15600 + } + + clergymen = { + culture = greek + religion = orthodox + size = 750 + } + + artisans = { + culture = greek + religion = orthodox + size = 800 + } + + farmers = { + culture = greek + religion = orthodox + size = 51250 + } + + soldiers = { + culture = greek + religion = orthodox + size = 2250 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Arta (220000/55000 POPS) 825 = { - aristocrats = { - culture = turkish - religion = sunni - size = 250 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 675 - } - - soldiers = { - culture = turkish - religion = sunni - size = 550 - } - - farmers = { - culture = turkish - religion = sunni - size = 500 - } - - clergymen = { - culture = greek - religion = orthodox - size = 425 - } - - artisans = { - culture = greek - religion = orthodox - size = 2150 - } - - farmers = { - culture = greek - religion = orthodox - size = 50000 - } - - soldiers = { - culture = greek - religion = orthodox - size = 425 - } + aristocrats = { + culture = turkish + religion = sunni + size = 250 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 675 + } + + soldiers = { + culture = turkish + religion = sunni + size = 550 + } + + farmers = { + culture = turkish + religion = sunni + size = 500 + } + + clergymen = { + culture = greek + religion = orthodox + size = 425 + } + + artisans = { + culture = greek + religion = orthodox + size = 2150 + } + + farmers = { + culture = greek + religion = orthodox + size = 50000 + } + + soldiers = { + culture = greek + religion = orthodox + size = 425 + } } #Ionian Islands Region (188000) #under the rule of Britain/Ionian Islands in 1836 #Corfu (112200/28000 POPS) 826 = { - aristocrats = { - culture = greek - religion = orthodox - size = 475 - } - - bureaucrats = { - culture = greek - religion = orthodox - size = 75 - } - - officers = { - culture = greek - religion = orthodox - size = 25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 2436 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1275 - } - - farmers = { - culture = greek - religion = orthodox - size = 13157 - } - - ######Jews #1250 pops - aristocrats = { - culture = sephardic - religion = jewish - size = 150 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 150 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 600 - } - - farmers = { - culture = sephardic - religion = jewish - size = 250 - } - ######## - - ######North Italians #750 pops - aristocrats = { - culture = north_italian - religion = catholic - size = 150 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 150 - } - - farmers = { - culture = north_italian - religion = catholic - size = 200 - } - ######## - - ######British #250 soldiers + 157 civilians - - soldiers = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 157 - } - - ######## - + aristocrats = { + culture = greek + religion = orthodox + size = 475 + } + + bureaucrats = { + culture = greek + religion = orthodox + size = 75 + } + + officers = { + culture = greek + religion = orthodox + size = 25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 2436 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1275 + } + + farmers = { + culture = greek + religion = orthodox + size = 13157 + } + + ######Jews #1250 pops + aristocrats = { + culture = sephardic + religion = jewish + size = 150 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 150 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 600 + } + + farmers = { + culture = sephardic + religion = jewish + size = 250 + } + ######## + + ######North Italians #750 pops + aristocrats = { + culture = north_italian + religion = catholic + size = 150 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 150 + } + + farmers = { + culture = north_italian + religion = catholic + size = 200 + } + ######## + + ######British #250 soldiers + 157 civilians + + soldiers = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 157 + } + + ######## + } #Zante (76000/19000 POPS) 827 = { - aristocrats = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 6700 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1280 - } - - farmers = { - culture = greek - religion = orthodox - size = 25138 - } - - ######North Italians #500 pops - aristocrats = { - culture = north_italian - religion = catholic - size = 100 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 100 - } - ######## - - ######British #250 soldiers + 100 civilians - soldiers = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 150 - } - - ######## + aristocrats = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 6700 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1280 + } + + farmers = { + culture = greek + religion = orthodox + size = 25138 + } + + ######North Italians #500 pops + aristocrats = { + culture = north_italian + religion = catholic + size = 100 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 100 + } + ######## + + ######British #250 soldiers + 100 civilians + soldiers = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 150 + } + + ######## } -#Thrace Region (144000) #see Turkey.txt for balance of region +#Thrace Region (144000) #see Turkey.txt for balance of region #under the rule of Ottoman Empire in 1836 #Xanthe (72000/18000 POPS) 829 = { - aristocrats = { - culture = turkish - religion = sunni - size = 425 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 400 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 5925 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - clergymen = { - culture = greek - religion = orthodox - size = 200 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 33350 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 300 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 300 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 300 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2550 - } + aristocrats = { + culture = turkish + religion = sunni + size = 425 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 400 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 5925 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + clergymen = { + culture = greek + religion = orthodox + size = 200 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 33350 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 300 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 300 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 300 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2550 + } } #Dedeagatch (72000/18000 POPS) 830 = { - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 400 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 9900 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - clergymen = { - culture = greek - religion = orthodox - size = 200 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 27450 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 400 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 300 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 3625 - } + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 400 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 9900 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + clergymen = { + culture = greek + religion = orthodox + size = 200 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 27450 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 400 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 300 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 3625 + } } -#Thessaly Region (408000) +#Thessaly Region (408000) #under the rule of Ottoman Empire in 1836 #Larisa (140000/35000 POPS) 831 = { - aristocrats = { - culture = turkish - religion = sunni - size = 600 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 150 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 750 - } - - soldiers = { - culture = turkish - religion = sunni - size = 350 - } - - farmers = { - culture = turkish - religion = sunni - size = 3650 - } - - clergymen = { - culture = greek - religion = orthodox - size = 300 - } - - artisans = { - culture = greek - religion = orthodox - size = 650 - } - - soldiers = { - culture = greek - religion = orthodox - size = 350 - } - - farmers = { - culture = greek - religion = orthodox - size = 38000 - } - + aristocrats = { + culture = turkish + religion = sunni + size = 600 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 150 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 750 + } + + soldiers = { + culture = turkish + religion = sunni + size = 350 + } + + farmers = { + culture = turkish + religion = sunni + size = 3650 + } + + clergymen = { + culture = greek + religion = orthodox + size = 300 + } + + artisans = { + culture = greek + religion = orthodox + size = 650 + } + + soldiers = { + culture = greek + religion = orthodox + size = 350 + } + + farmers = { + culture = greek + religion = orthodox + size = 38000 + } + } #Volos (224000/56000 POPS) 832 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1300 - } - - soldiers = { - culture = turkish - religion = sunni - size = 550 - } - - farmers = { - culture = turkish - religion = sunni - size = 6425 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 650 - } - - officers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 450 - } - - artisans = { - culture = greek - religion = orthodox - size = 1000 - } - - farmers = { - culture = greek - religion = orthodox - size = 44225 - } - - soldiers = { - culture = greek - religion = orthodox - size = 800 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1300 + } + + soldiers = { + culture = turkish + religion = sunni + size = 550 + } + + farmers = { + culture = turkish + religion = sunni + size = 6425 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 650 + } + + officers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 450 + } + + artisans = { + culture = greek + religion = orthodox + size = 1000 + } + + farmers = { + culture = greek + religion = orthodox + size = 44225 + } + + soldiers = { + culture = greek + religion = orthodox + size = 800 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Trikala (44000/11000 POPS) 833 = { - aristocrats = { - culture = turkish - religion = sunni - size = 200 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 125 - } - - farmers = { - culture = turkish - religion = sunni - size = 450 - } - - soldiers = { - culture = greek - religion = orthodox - size = 325 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - farmers = { - culture = greek - religion = orthodox - size = 40250 - } + aristocrats = { + culture = turkish + religion = sunni + size = 200 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 125 + } + + farmers = { + culture = turkish + religion = sunni + size = 450 + } + + soldiers = { + culture = greek + religion = orthodox + size = 325 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + farmers = { + culture = greek + religion = orthodox + size = 40250 + } } -#Hellas Region (510000) +#Hellas Region (510000) #under the rule of Greece in 1836 #Athens (308000/77000 POPS) 834 = { - aristocrats = { - culture = greek - religion = orthodox - size = 500 - } - bureaucrats = { - culture = greek - religion = orthodox - size = 850 - } - - officers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 775 - } - - artisans = { - culture = greek - religion = orthodox - size = 1000 - } - - soldiers = { - culture = greek - religion = orthodox - size = 2100 - } - - farmers = { - culture = greek - religion = orthodox - size = 40175 - } - - ######Jews #1250 pops - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = greek + religion = orthodox + size = 500 + } + bureaucrats = { + culture = greek + religion = orthodox + size = 850 + } + + officers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 775 + } + + artisans = { + culture = greek + religion = orthodox + size = 1000 + } + + soldiers = { + culture = greek + religion = orthodox + size = 2100 + } + + farmers = { + culture = greek + religion = orthodox + size = 40175 + } + + ######Jews #1250 pops + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Amfissa (76000/19000 POPS) 835 = { - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 10050 - } + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 10050 + } } #Lamia (44000/11000 POPS) 836 = { - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 9200 - } + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 9200 + } } #Missolonghi (140000/35000 POPS) 837 = { - aristocrats = { - culture = greek - religion = orthodox - size = 1800 - } - - officers = { - culture = greek - religion = orthodox - size = 50 - } - - clergymen = { - culture = greek - religion = orthodox - size = 350 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1100 - } - - farmers = { - culture = greek - religion = orthodox - size = 39150 - } + aristocrats = { + culture = greek + religion = orthodox + size = 1800 + } + + officers = { + culture = greek + religion = orthodox + size = 50 + } + + clergymen = { + culture = greek + religion = orthodox + size = 350 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1100 + } + + farmers = { + culture = greek + religion = orthodox + size = 39150 + } } #Khalkis (68000/17000 POPS) 838 = { - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 9100 - } + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 9100 + } } -#Peloponnese Region (220000) +#Peloponnese Region (220000) #under the rule of Greece in 1836 #Nafplion (72000/18000 POPS) 839 = { - - clergymen = { - culture = greek - religion = orthodox - size = 170 - } - - artisans = { - culture = greek - religion = orthodox - size = 300 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = greek - religion = orthodox - size = 10070 - } + + clergymen = { + culture = greek + religion = orthodox + size = 170 + } + + artisans = { + culture = greek + religion = orthodox + size = 300 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = greek + religion = orthodox + size = 10070 + } } #Corinth (40000/10000 POPS) 840 = { - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 9100 - } + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 9100 + } } #Kalamai (68000/17000 POPS) 841 = { - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - soldiers = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 9000 - } + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + soldiers = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 9000 + } } #Patrai (40000/10000 POPS) 842 = { - aristocrats = { - culture = greek - religion = orthodox - size = 1100 - } - - bureaucrats = { - culture = greek - religion = orthodox - size = 100 - } - - officers = { - culture = greek - religion = orthodox - size = 60 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 400 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1100 - } - - farmers = { - culture = greek - religion = orthodox - size = 41000 - } + aristocrats = { + culture = greek + religion = orthodox + size = 1100 + } + + bureaucrats = { + culture = greek + religion = orthodox + size = 100 + } + + officers = { + culture = greek + religion = orthodox + size = 60 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 400 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1100 + } + + farmers = { + culture = greek + religion = orthodox + size = 41000 + } } -#Aegean Islands Region (184000) +#Aegean Islands Region (184000) #under the rule of Greece in 1836 #Cyclades (40000/10000 POPS) 845 = { - bureaucrats = { - culture = greek - religion = orthodox - size = 15 - } - - clergymen = { - culture = greek - religion = orthodox - size = 85 - } - - artisans = { - culture = greek - religion = orthodox - size = 500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 1100 - } - - farmers = { - culture = greek - religion = orthodox - size = 8400 - } - - ### Catholics circa 2000 - aristocrats = { - culture = north_italian - religion = catholic - size = 100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 600 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 200 - } - - farmers = { - culture = north_italian - religion = catholic - size = 1000 - } + bureaucrats = { + culture = greek + religion = orthodox + size = 15 + } + + clergymen = { + culture = greek + religion = orthodox + size = 85 + } + + artisans = { + culture = greek + religion = orthodox + size = 500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 1100 + } + + farmers = { + culture = greek + religion = orthodox + size = 8400 + } + + ### Catholics circa 2000 + aristocrats = { + culture = north_italian + religion = catholic + size = 100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 600 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 200 + } + + farmers = { + culture = north_italian + religion = catholic + size = 1000 + } } #under the rule of Ottoman Empire in 1836 #Chios (68000/17000 POPS) 843 = { - aristocrats = { - culture = turkish - religion = sunni - size = 150 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 50 - } - - officers = { - culture = turkish - religion = sunni - size = 50 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 600 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 700 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 2400 - } - - farmers = { - culture = greek - religion = orthodox - size = 12450 - } + aristocrats = { + culture = turkish + religion = sunni + size = 150 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 50 + } + + officers = { + culture = turkish + religion = sunni + size = 50 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 600 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 700 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 2400 + } + + farmers = { + culture = greek + religion = orthodox + size = 12450 + } } #Mytilene (44000/11000 POPS) 844 = { - aristocrats = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 250 - } - - soldiers = { - culture = turkish - religion = sunni - size = 125 - } - - farmers = { - culture = turkish - religion = sunni - size = 500 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 9125 - } + aristocrats = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 250 + } + + soldiers = { + culture = turkish + religion = sunni + size = 125 + } + + farmers = { + culture = turkish + religion = sunni + size = 500 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 9125 + } } #Rhodes (32000/8000 POPS) 846 = { - aristocrats = { - culture = turkish - religion = sunni - size = 75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 1675 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 250 - } - - farmers = { - culture = greek - religion = orthodox - size = 5000 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 1675 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 250 + } + + farmers = { + culture = greek + religion = orthodox + size = 5000 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } -#Crete Region (140000) +#Crete Region (140000) #under the rule of Egypt in 1836 #Hania or CHANIA (72000/18000 POPS) 847 = { - aristocrats = { - culture = turkish - religion = sunni - size = 375 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 50 - } - - officers = { - culture = turkish - religion = sunni - size = 50 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1300 - } - - soldiers = { - culture = turkish - religion = sunni - size = 200 - } - - farmers = { - culture = turkish - religion = sunni - size = 5950 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 1200 - } - - farmers = { - culture = greek - religion = orthodox - size = 8725 - } - - slaves = { - culture = greek - religion = orthodox - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 375 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 50 + } + + officers = { + culture = turkish + religion = sunni + size = 50 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1300 + } + + soldiers = { + culture = turkish + religion = sunni + size = 200 + } + + farmers = { + culture = turkish + religion = sunni + size = 5950 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 1200 + } + + farmers = { + culture = greek + religion = orthodox + size = 8725 + } + + slaves = { + culture = greek + religion = orthodox + size = 1000 + } } #Iraklion (68000/17000 POPS) 848 = { - aristocrats = { - culture = turkish - religion = sunni - size = 250 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 5850 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 100 - } - - officers = { - culture = greek - religion = orthodox - size = 50 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 9475 - } + aristocrats = { + culture = turkish + religion = sunni + size = 250 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 5850 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 100 + } + + officers = { + culture = greek + religion = orthodox + size = 50 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 9475 + } } diff --git a/HPM/history/pops/1836.1.1/Greenland.txt b/HPM/history/pops/1836.1.1/Greenland.txt index 3cba34a7..b30aec2c 100644 --- a/HPM/history/pops/1836.1.1/Greenland.txt +++ b/HPM/history/pops/1836.1.1/Greenland.txt @@ -2,36 +2,36 @@ #Ruled by Denmark 1836 #Godthab (4220/1055 POPS) 251 = { - bureaucrats = { - culture = danish - religion = protestant - size = 25 - } + bureaucrats = { + culture = danish + religion = protestant + size = 25 + } - clergymen = { - culture = danish - religion = protestant - size = 23 - } + clergymen = { + culture = danish + religion = protestant + size = 23 + } - artisans = { - culture = danish - religion = protestant - size = 23 - } + artisans = { + culture = danish + religion = protestant + size = 23 + } - farmers = { - culture = inuit - religion = protestant - size = 1400 - } + farmers = { + culture = inuit + religion = protestant + size = 1400 + } } #Egedesminde (816/204 POPS) 2636 = { - farmers = { - culture = inuit - religion = protestant - size = 505 - } + farmers = { + culture = inuit + religion = protestant + size = 505 + } } diff --git a/HPM/history/pops/1836.1.1/Guatemala.txt b/HPM/history/pops/1836.1.1/Guatemala.txt index 08e8ea18..ed064abc 100644 --- a/HPM/history/pops/1836.1.1/Guatemala.txt +++ b/HPM/history/pops/1836.1.1/Guatemala.txt @@ -2,307 +2,307 @@ #Ruled by Central America 1836 #Guatemala City (276000/69000 POPS) 2186 = { - aristocrats = { - culture = central_american - religion = catholic - size = 500 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 500 - } - - officers = { - culture = central_american - religion = catholic - size = 110 - } - - clergymen = { - culture = central_american - religion = catholic - size = 165 - } - - artisans = { - culture = central_american - religion = catholic - size = 925 - } - - soldiers = { - culture = central_american - religion = catholic - size = 785 - } - - farmers = { - culture = central_american - religion = catholic - size = 16200 - } - - clergymen = { - culture = mayan - religion = catholic - size = 60 - } - - artisans = { - culture = mayan - religion = catholic - size = 600 - } - - soldiers = { - culture = mayan - religion = catholic - size = 50 - } - - farmers = { - culture = mayan - religion = catholic - size = 15525 - } + aristocrats = { + culture = central_american + religion = catholic + size = 500 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 500 + } + + officers = { + culture = central_american + religion = catholic + size = 110 + } + + clergymen = { + culture = central_american + religion = catholic + size = 165 + } + + artisans = { + culture = central_american + religion = catholic + size = 925 + } + + soldiers = { + culture = central_american + religion = catholic + size = 785 + } + + farmers = { + culture = central_american + religion = catholic + size = 16200 + } + + clergymen = { + culture = mayan + religion = catholic + size = 60 + } + + artisans = { + culture = mayan + religion = catholic + size = 600 + } + + soldiers = { + culture = mayan + religion = catholic + size = 50 + } + + farmers = { + culture = mayan + religion = catholic + size = 15525 + } } #Quetzaltenango (112000/28000 POPS) 2187 = { - aristocrats = { - culture = central_american - religion = catholic - size = 175 - } - - clergymen = { - culture = central_american - religion = catholic - size = 75 - } - - artisans = { - culture = central_american - religion = catholic - size = 350 - } - - soldiers = { - culture = central_american - religion = catholic - size = 1100 - } - - farmers = { - culture = central_american - religion = catholic - size = 5400 - } - - clergymen = { - culture = mayan - religion = catholic - size = 100 - } - - artisans = { - culture = mayan - religion = catholic - size = 1050 - } - - soldiers = { - culture = mayan - religion = catholic - size = 225 - } - - farmers = { - culture = mayan - religion = catholic - size = 19625 - } + aristocrats = { + culture = central_american + religion = catholic + size = 175 + } + + clergymen = { + culture = central_american + religion = catholic + size = 75 + } + + artisans = { + culture = central_american + religion = catholic + size = 350 + } + + soldiers = { + culture = central_american + religion = catholic + size = 1100 + } + + farmers = { + culture = central_american + religion = catholic + size = 5400 + } + + clergymen = { + culture = mayan + religion = catholic + size = 100 + } + + artisans = { + culture = mayan + religion = catholic + size = 1050 + } + + soldiers = { + culture = mayan + religion = catholic + size = 225 + } + + farmers = { + culture = mayan + religion = catholic + size = 19625 + } } #Puerto Barrios (72000/18000 POPS) 2188 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - } - - artisans = { - culture = central_american - religion = catholic - size = 300 - } - - soldiers = { - culture = central_american - religion = catholic - size = 475 - } - - farmers = { - culture = central_american - religion = catholic - size = 5425 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 600 - } - - soldiers = { - culture = mayan - religion = catholic - size = 125 - } - - farmers = { - culture = mayan - religion = catholic - size = 11225 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + } + + artisans = { + culture = central_american + religion = catholic + size = 300 + } + + soldiers = { + culture = central_american + religion = catholic + size = 475 + } + + farmers = { + culture = central_american + religion = catholic + size = 5425 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 600 + } + + soldiers = { + culture = mayan + religion = catholic + size = 125 + } + + farmers = { + culture = mayan + religion = catholic + size = 11225 + } } #Sayaxche (16000/4000 POPS) 2189 = { - aristocrats = { - culture = central_american - religion = catholic - size = 15 - } - - clergymen = { - culture = central_american - religion = catholic - size = 25 - } - - artisans = { - culture = central_american - religion = catholic - size = 50 - } - - soldiers = { - culture = central_american - religion = catholic - size = 100 - } - - farmers = { - culture = central_american - religion = catholic - size = 900 - } - - clergymen = { - culture = mayan - religion = catholic - size = 25 - } - - artisans = { - culture = mayan - religion = catholic - size = 150 - } - - soldiers = { - culture = mayan - religion = catholic - size = 25 - } - - farmers = { - culture = mayan - religion = catholic - size = 2800 - } + aristocrats = { + culture = central_american + religion = catholic + size = 15 + } + + clergymen = { + culture = central_american + religion = catholic + size = 25 + } + + artisans = { + culture = central_american + religion = catholic + size = 50 + } + + soldiers = { + culture = central_american + religion = catholic + size = 100 + } + + farmers = { + culture = central_american + religion = catholic + size = 900 + } + + clergymen = { + culture = mayan + religion = catholic + size = 25 + } + + artisans = { + culture = mayan + religion = catholic + size = 150 + } + + soldiers = { + culture = mayan + religion = catholic + size = 25 + } + + farmers = { + culture = mayan + religion = catholic + size = 2800 + } } #Ocos - formerly Attawapiskat (5600/1600 POPS) 2628 = { - aristocrats = { - culture = central_american - religion = catholic - size = 100 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 75 - } - - officers = { - culture = central_american - religion = catholic - size = 40 - } - - clergymen = { - culture = central_american - religion = catholic - size = 110 - } - - artisans = { - culture = central_american - religion = catholic - size = 425 - } - - soldiers = { - culture = central_american - religion = catholic - size = 315 - } - - farmers = { - culture = central_american - religion = catholic - size = 7150 - } - - clergymen = { - culture = mayan - religion = catholic - size = 165 - } - - artisans = { - culture = mayan - religion = catholic - size = 1500 - } - - soldiers = { - culture = mayan - religion = catholic - size = 375 - } - - farmers = { - culture = mayan - religion = catholic - size = 23725 - } + aristocrats = { + culture = central_american + religion = catholic + size = 100 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 75 + } + + officers = { + culture = central_american + religion = catholic + size = 40 + } + + clergymen = { + culture = central_american + religion = catholic + size = 110 + } + + artisans = { + culture = central_american + religion = catholic + size = 425 + } + + soldiers = { + culture = central_american + religion = catholic + size = 315 + } + + farmers = { + culture = central_american + religion = catholic + size = 7150 + } + + clergymen = { + culture = mayan + religion = catholic + size = 165 + } + + artisans = { + culture = mayan + religion = catholic + size = 1500 + } + + soldiers = { + culture = mayan + religion = catholic + size = 375 + } + + farmers = { + culture = mayan + religion = catholic + size = 23725 + } } diff --git a/HPM/history/pops/1836.1.1/Guinea Bissau.txt b/HPM/history/pops/1836.1.1/Guinea Bissau.txt index fac4e3f0..177e75ea 100644 --- a/HPM/history/pops/1836.1.1/Guinea Bissau.txt +++ b/HPM/history/pops/1836.1.1/Guinea Bissau.txt @@ -3,188 +3,188 @@ #Bissau (32000/8000 POPS) 1877 = { - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 100 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 100 - } - - aristocrats = { - culture = western_nigritic - religion = catholic - size = 100 - } - - officers = { - culture = western_nigritic - religion = catholic - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = catholic - size = 100 - } - - artisans = { - culture = western_nigritic - religion = catholic - size = 375 - } - - soldiers = { - culture = western_nigritic - religion = catholic - size = 100 - } - - farmers = { - culture = western_nigritic - religion = catholic - size = 5300 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 2000 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 300 - } - - officers = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 1000 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 3000 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 12048 - } + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 100 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 100 + } + + aristocrats = { + culture = western_nigritic + religion = catholic + size = 100 + } + + officers = { + culture = western_nigritic + religion = catholic + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = catholic + size = 100 + } + + artisans = { + culture = western_nigritic + religion = catholic + size = 375 + } + + soldiers = { + culture = western_nigritic + religion = catholic + size = 100 + } + + farmers = { + culture = western_nigritic + religion = catholic + size = 5300 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 2000 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 300 + } + + officers = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 1000 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 3000 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 12048 + } } #under the rule of Gabu in 1836 #Gabu (152000/38000 POPS) 1878 = { - aristocrats = { - culture = mande - religion = sunni - size = 500 - } - - bureaucrats = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1000 - } - - soldiers = { - culture = mande - religion = sunni - size = 1100 - } - - farmers = { - culture = mande - religion = sunni - size = 3768 - } - - - aristocrats = { - culture = fulbe - religion = sunni - size = 400 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 11129 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 2000 - } + aristocrats = { + culture = mande + religion = sunni + size = 500 + } + + bureaucrats = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1000 + } + + soldiers = { + culture = mande + religion = sunni + size = 1100 + } + + farmers = { + culture = mande + religion = sunni + size = 3768 + } + + + aristocrats = { + culture = fulbe + religion = sunni + size = 400 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 11129 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 2000 + } } diff --git a/HPM/history/pops/1836.1.1/Guinea.txt b/HPM/history/pops/1836.1.1/Guinea.txt index 31a6b974..d8c7783e 100644 --- a/HPM/history/pops/1836.1.1/Guinea.txt +++ b/HPM/history/pops/1836.1.1/Guinea.txt @@ -2,395 +2,395 @@ #under the rule of Gabu in 1836 #Boffa (192000/48000 POPS) #now part of Guinea 1879 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 500 - } - - artisans = { - culture = mande - religion = sunni - size = 1900 - } - - soldiers = { - culture = mande - religion = sunni - size = 700 - } - - farmers = { - culture = mande - religion = sunni - size = 60000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 6000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 500 + } + + artisans = { + culture = mande + religion = sunni + size = 1900 + } + + soldiers = { + culture = mande + religion = sunni + size = 700 + } + + farmers = { + culture = mande + religion = sunni + size = 60000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 6000 + } } #Jallon Region (540000) #see Sierra Leone.txt for balance of Region #uncolonized in 1836/ruled by Emirate of Futa Jallon -#Timbo (540000/135000 POPS) +#Timbo (540000/135000 POPS) 1880 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 1750 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 375 - } - - officers = { - culture = fulbe - religion = sunni - size = 75 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 375 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1575 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 96400 - } - #from here one they were african minor - aristocrats = { - culture = mande - religion = sunni - size = 1800 - } - - clergymen = { - culture = mande - religion = sunni - size = 975 - } - - artisans = { - culture = mande - religion = sunni - size = 4800 - } - - soldiers = { - culture = mande - religion = sunni - size = 1025 - } - - farmers = { - culture = mande - religion = sunni - size = 20000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 6000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 1750 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 375 + } + + officers = { + culture = fulbe + religion = sunni + size = 75 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 375 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1575 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 96400 + } + #from here one they were african minor + aristocrats = { + culture = mande + religion = sunni + size = 1800 + } + + clergymen = { + culture = mande + religion = sunni + size = 975 + } + + artisans = { + culture = mande + religion = sunni + size = 4800 + } + + soldiers = { + culture = mande + religion = sunni + size = 1025 + } + + farmers = { + culture = mande + religion = sunni + size = 20000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 6000 + } } -#Dinguiraye (272000/68000 POPS) +#Dinguiraye (272000/68000 POPS) 1881 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 565 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1165 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1015 - } - - farmers = { - culture = fulbe - religion = sunni - size = 28900 - } - - aristocrats = { - culture = mande - religion = sunni - size = 565 - } - - officers = { - culture = mande - religion = sunni - size = 115 - } - - clergymen = { - culture = mande - religion = sunni - size = 300 - } - - artisans = { - culture = mande - religion = sunni - size = 1500 - } - - soldiers = { - culture = mande - religion = sunni - size = 300 - } - - farmers = { - culture = mande - religion = sunni - size = 20225 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 200 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 450 - } - - soldiers = { - culture = dyula - religion = sunni - size = 75 - } - - farmers = { - culture = dyula - religion = sunni - size = 8250 - } - - slaves = { - culture = mande - religion = animist - size = 10000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 565 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1165 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1015 + } + + farmers = { + culture = fulbe + religion = sunni + size = 28900 + } + + aristocrats = { + culture = mande + religion = sunni + size = 565 + } + + officers = { + culture = mande + religion = sunni + size = 115 + } + + clergymen = { + culture = mande + religion = sunni + size = 300 + } + + artisans = { + culture = mande + religion = sunni + size = 1500 + } + + soldiers = { + culture = mande + religion = sunni + size = 300 + } + + farmers = { + culture = mande + religion = sunni + size = 20225 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 200 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 450 + } + + soldiers = { + culture = dyula + religion = sunni + size = 75 + } + + farmers = { + culture = dyula + religion = sunni + size = 8250 + } + + slaves = { + culture = mande + religion = animist + size = 10000 + } } #Bure Region (340000) #see Mali.txt and Ivory Coast.txt for balance of Region #uncolonized in 1836/ruled by Futa Jallon -#Kankan (236000/59000 POPS) +#Kankan (236000/59000 POPS) 1882 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 390 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 115 - } - - artisans = { - culture = fulbe - religion = sunni - size = 600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 9450 - } - - aristocrats = { - culture = mande - religion = sunni - size = 715 - } - - clergymen = { - culture = mande - religion = sunni - size = 375 - } - - artisans = { - culture = mande - religion = sunni - size = 1875 - } - - soldiers = { - culture = mande - religion = sunni - size = 1025 - } - - farmers = { - culture = mande - religion = sunni - size = 36090 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 150 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 450 - } - - soldiers = { - culture = dyula - religion = sunni - size = 115 - } - - farmers = { - culture = dyula - religion = sunni - size = 8215 - } - - slaves = { - culture = mande - religion = animist - size = 4500 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 390 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 115 + } + + artisans = { + culture = fulbe + religion = sunni + size = 600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 9450 + } + + aristocrats = { + culture = mande + religion = sunni + size = 715 + } + + clergymen = { + culture = mande + religion = sunni + size = 375 + } + + artisans = { + culture = mande + religion = sunni + size = 1875 + } + + soldiers = { + culture = mande + religion = sunni + size = 1025 + } + + farmers = { + culture = mande + religion = sunni + size = 36090 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 150 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 450 + } + + soldiers = { + culture = dyula + religion = sunni + size = 115 + } + + farmers = { + culture = dyula + religion = sunni + size = 8215 + } + + slaves = { + culture = mande + religion = animist + size = 4500 + } } #uncolonized in 1836 -#Beyla (184000/46000 POPS) +#Beyla (184000/46000 POPS) 1883 = { - aristocrats = { - culture = mande - religion = sunni - size = 800 - } - - clergymen = { - culture = mande - religion = sunni - size = 400 - } - - artisans = { - culture = mande - religion = sunni - size = 1650 - } - - soldiers = { - culture = mande - religion = sunni - size = 425 - } - - farmers = { - culture = mande - religion = sunni - size = 12725 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 250 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 24550 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 5000 - } + aristocrats = { + culture = mande + religion = sunni + size = 800 + } + + clergymen = { + culture = mande + religion = sunni + size = 400 + } + + artisans = { + culture = mande + religion = sunni + size = 1650 + } + + soldiers = { + culture = mande + religion = sunni + size = 425 + } + + farmers = { + culture = mande + religion = sunni + size = 12725 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 250 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 24550 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 5000 + } } diff --git a/HPM/history/pops/1836.1.1/Gulf States.txt b/HPM/history/pops/1836.1.1/Gulf States.txt index c4ec2eb7..b8a17435 100644 --- a/HPM/history/pops/1836.1.1/Gulf States.txt +++ b/HPM/history/pops/1836.1.1/Gulf States.txt @@ -1,275 +1,275 @@ -#Basra Region (12000) #see Iraq.txt for balance of region -#under the rule of Ottoman Empire in 1836 -#Kuwait (12000/3000 POPS) #now part of Kuwait +#Basra Region (12000) #see Iraq.txt for balance of region +#under the rule of Ottoman Empire in 1836 +#Kuwait (12000/3000 POPS) #now part of Kuwait 935 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 200 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 10 - } - - officers = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2725 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 200 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 10 + } + + officers = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2725 + } } -#Bahrain Region (28000) #see Saudi Arabia.txt for balance of region -#under the rule of Trucial States in 1836 -#Bahrain (20000/5000 POPS) #now part of Bahrain +#Bahrain Region (28000) #see Saudi Arabia.txt for balance of region +#under the rule of Trucial States in 1836 +#Bahrain (20000/5000 POPS) #now part of Bahrain 1162 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1050 - } - - farmers = { - culture = bedouin - religion = sunni - size = 500 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 150 - } - - farmers = { - culture = bedouin - religion = shiite - size = 3600 - } - - farmers = { - culture = mashriqi - religion = jewish - size = 50 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 400 - } - - farmers = { - culture = persian - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = orthodox - size = 250 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1050 + } + + farmers = { + culture = bedouin + religion = sunni + size = 500 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 150 + } + + farmers = { + culture = bedouin + religion = shiite + size = 3600 + } + + farmers = { + culture = mashriqi + religion = jewish + size = 50 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 400 + } + + farmers = { + culture = persian + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = orthodox + size = 250 + } } -#Doha (8000/2000 POPS) #now part of Qatar +#Doha (8000/2000 POPS) #now part of Qatar 1165 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 70 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 10 - } - - officers = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1050 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1525 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 200 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 70 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 10 + } + + officers = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1050 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1525 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 200 + } } -#Uman Region (36000) #see Oman.txt for balance of region -#under the rule of Oman in 1836 -#Abu Dhabi (20000/5000 POPS) #now part of UAE +#Uman Region (36000) #see Oman.txt for balance of region +#under the rule of Oman in 1836 +#Abu Dhabi (20000/5000 POPS) #now part of UAE 1167 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 225 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 15 - } - - officers = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 225 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 15 + } + + officers = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 800 + } } -#Dubai (16000/4000 POPS) #now part of UAE +#Dubai (16000/4000 POPS) #now part of UAE 1168 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2625 - } - - farmers = { - culture = persian - religion = shiite - size = 300 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2625 + } + + farmers = { + culture = persian + religion = shiite + size = 300 + } } diff --git a/HPM/history/pops/1836.1.1/Guyana.txt b/HPM/history/pops/1836.1.1/Guyana.txt index 8637a260..1e07263f 100644 --- a/HPM/history/pops/1836.1.1/Guyana.txt +++ b/HPM/history/pops/1836.1.1/Guyana.txt @@ -2,184 +2,184 @@ #Ruled by Britain 1836 #Georgetown (58600/14650 POPS) 2239 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 350 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 700 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 13075 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 350 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 700 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 13075 + } } #Mahdia (4000/1000 POPS) 2242 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } #Essequibo (33000/8250 POPS) 2243 = { - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 8550 - } + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 8550 + } } #Biloka (4000/1000 POPS) 1979 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1836.1.1/Haiti.txt b/HPM/history/pops/1836.1.1/Haiti.txt index 7561fb3d..8f38bff0 100644 --- a/HPM/history/pops/1836.1.1/Haiti.txt +++ b/HPM/history/pops/1836.1.1/Haiti.txt @@ -2,72 +2,72 @@ #Ruled by Haiti 1836 #Port au Prince (312000/78000 POPS) 2213 = { - aristocrats = { - culture = afro_antillean - religion = catholic - size = 825 - } - - officers = { - culture = afro_antillean - religion = catholic - size = 150 - } + aristocrats = { + culture = afro_antillean + religion = catholic + size = 825 + } - clergymen = { - culture = afro_antillean - religion = catholic - size = 175 - } + officers = { + culture = afro_antillean + religion = catholic + size = 150 + } - artisans = { - culture = afro_antillean - religion = catholic - size = 4050 - } + clergymen = { + culture = afro_antillean + religion = catholic + size = 175 + } - soldiers = { - culture = afro_antillean - religion = catholic - size = 100 - } + artisans = { + culture = afro_antillean + religion = catholic + size = 4050 + } - farmers = { - culture = afro_antillean - religion = catholic - size = 68300 - } + soldiers = { + culture = afro_antillean + religion = catholic + size = 100 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 68300 + } } #Cap Haitien (204000/51000 POPS) 2215 = { - aristocrats = { - culture = afro_antillean - religion = catholic - size = 550 - } + aristocrats = { + culture = afro_antillean + religion = catholic + size = 550 + } - clergymen = { - culture = afro_antillean - religion = catholic - size = 75 - } + clergymen = { + culture = afro_antillean + religion = catholic + size = 75 + } - artisans = { - culture = afro_antillean - religion = catholic - size = 2550 - } + artisans = { + culture = afro_antillean + religion = catholic + size = 2550 + } - soldiers = { - culture = afro_antillean - religion = catholic - size = 200 - } + soldiers = { + culture = afro_antillean + religion = catholic + size = 200 + } - farmers = { - culture = afro_antillean - religion = catholic - size = 46825 - } + farmers = { + culture = afro_antillean + religion = catholic + size = 46825 + } } diff --git a/HPM/history/pops/1836.1.1/Honduras.txt b/HPM/history/pops/1836.1.1/Honduras.txt index 38b8e130..214ece3b 100644 --- a/HPM/history/pops/1836.1.1/Honduras.txt +++ b/HPM/history/pops/1836.1.1/Honduras.txt @@ -2,178 +2,178 @@ #Ruled by Central America 1836 #Tegucigapa (180000/45000 POPS) 2193 = { - aristocrats = { - culture = central_american - religion = catholic - size = 950 - militancy = 9 - rebel_type = nationalist_rebels - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 125 - } - - officers = { - culture = central_american - religion = catholic - size = 100 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 450 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 2250 - } - - soldiers = { - culture = central_american - religion = catholic - size = 1450 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 40675 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 950 + militancy = 9 + rebel_type = nationalist_rebels + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 125 + } + + officers = { + culture = central_american + religion = catholic + size = 100 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 450 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 2250 + } + + soldiers = { + culture = central_american + religion = catholic + size = 1450 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 40675 + militancy = 5 + } } #San Pedro Sula (92000/23000 POPS) 2194 = { - aristocrats = { - culture = central_american - religion = catholic - size = 550 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 225 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 1150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 225 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 20850 - militancy = 9 - rebel_type = nationalist_rebels - } + aristocrats = { + culture = central_american + religion = catholic + size = 550 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 225 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 1150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 225 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 20850 + militancy = 9 + rebel_type = nationalist_rebels + } } #La Ceiba (68000/17000 POPS) 2195 = { - aristocrats = { - culture = central_american - religion = catholic - size = 425 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 175 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 850 - } - - soldiers = { - culture = central_american - religion = catholic - size = 175 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 15375 - militancy = 9 - rebel_type = nationalist_rebels - } + aristocrats = { + culture = central_american + religion = catholic + size = 425 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 175 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 850 + } + + soldiers = { + culture = central_american + religion = catholic + size = 175 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 15375 + militancy = 9 + rebel_type = nationalist_rebels + } } #Puerto Lempira (12000/3000 POPS) 2196 = { - aristocrats = { - culture = central_american - religion = catholic - size = 75 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 25 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 2700 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 75 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 25 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 2700 + militancy = 5 + } } diff --git a/HPM/history/pops/1836.1.1/Hungary.txt b/HPM/history/pops/1836.1.1/Hungary.txt index 24f32811..06994337 100644 --- a/HPM/history/pops/1836.1.1/Hungary.txt +++ b/HPM/history/pops/1836.1.1/Hungary.txt @@ -1,1630 +1,1630 @@ #Odenburg Region (960000) #see Austria.txt for balance of region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Sopron (100000/25000 POPS) #part of Hungary today 623 = { - aristocrats = { - culture = south_german - religion = catholic - size = 125 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 400 - } - - officers = { - culture = south_german - religion = catholic - size = 200 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 1400 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 6600 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 350 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 125 - } - - officers = { - culture = hungarian - religion = catholic - size = 150 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 125 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1250 - } - - farmers = { - culture = hungarian - religion = catholic - size = 10125 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1100 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 1200 - } - - serfs = { - culture = hungarian - religion = protestant - size = 2740 - } + aristocrats = { + culture = south_german + religion = catholic + size = 125 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 400 + } + + officers = { + culture = south_german + religion = catholic + size = 200 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 1400 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 6600 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 350 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 125 + } + + officers = { + culture = hungarian + religion = catholic + size = 150 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 125 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1250 + } + + farmers = { + culture = hungarian + religion = catholic + size = 10125 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1100 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 1200 + } + + serfs = { + culture = hungarian + religion = protestant + size = 2740 + } } #Zalaegerszeg (860000/215000 POPS) #part of Hungary today 639 = { - capitalists = { - culture = south_german - religion = catholic - size = 25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 450 - } - - clergymen = { - culture = south_german - religion = catholic - size = 300 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 400 - } - - artisans = { - culture = south_german - religion = catholic - size = 1500 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 27350 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 3750 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 1250 - } - - artisans = { - culture = hungarian - religion = catholic - size = 5900 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 3000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 3000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 3000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 250 - } - - farmers = { - culture = hungarian - religion = catholic - size = 100000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 5750 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 650 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 225 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1750 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 300 - } - - serfs = { - culture = hungarian - religion = protestant - size = 29075 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2800 - } - - clergymen = { - culture = slovene - religion = catholic - size = 150 - } - - artisans = { - culture = slovene - religion = catholic - size = 750 - } - - soldiers = { - culture = slovene - religion = catholic - size = 150 - } - - serfs = { - culture = slovene - religion = catholic - size = 13950 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 350 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - serfs = { - culture = croat - religion = catholic - size = 6525 - } + capitalists = { + culture = south_german + religion = catholic + size = 25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 450 + } + + clergymen = { + culture = south_german + religion = catholic + size = 300 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 400 + } + + artisans = { + culture = south_german + religion = catholic + size = 1500 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 27350 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 3750 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 1250 + } + + artisans = { + culture = hungarian + religion = catholic + size = 5900 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 3000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 3000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 3000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 250 + } + + farmers = { + culture = hungarian + religion = catholic + size = 100000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 5750 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 650 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 225 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1750 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 300 + } + + serfs = { + culture = hungarian + religion = protestant + size = 29075 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2800 + } + + clergymen = { + culture = slovene + religion = catholic + size = 150 + } + + artisans = { + culture = slovene + religion = catholic + size = 750 + } + + soldiers = { + culture = slovene + religion = catholic + size = 150 + } + + serfs = { + culture = slovene + religion = catholic + size = 13950 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 350 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + serfs = { + culture = croat + religion = catholic + size = 6525 + } } #Baranya Region (232000) #see Croatia.txt for balance of Region -#under the rule of Austria in 1836 -#Pecs (232000/58000 POPS) +#under the rule of Austria in 1836 +#Pecs (232000/58000 POPS) 640 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 650 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 100 - } - - officers = { - culture = hungarian - religion = catholic - size = 80 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 250 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1250 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 28670 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 250 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 1050 - } - - serfs = { - culture = hungarian - religion = protestant - size = 4625 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 500 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 75 - } - - officers = { - culture = south_german - religion = catholic - size = 100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 175 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 250 - } - - farmers = { - culture = south_german - religion = catholic - size = 18545 - } - - officers = { - culture = croat - religion = catholic - size = 100 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 400 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 7435 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 650 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 100 + } + + officers = { + culture = hungarian + religion = catholic + size = 80 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 250 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1250 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 28670 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 250 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 1050 + } + + serfs = { + culture = hungarian + religion = protestant + size = 4625 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 500 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 75 + } + + officers = { + culture = south_german + religion = catholic + size = 100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 175 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 250 + } + + farmers = { + culture = south_german + religion = catholic + size = 18545 + } + + officers = { + culture = croat + religion = catholic + size = 100 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 400 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 7435 + } } -#Dunautul Region (1892000) -#under the rule of Austria in 1836 -#Budapest (644000/161000 POPS) +#Dunautul Region (1892000) +#under the rule of Austria in 1836 +#Budapest (644000/161000 POPS) 641 = { - capitalists = { - culture = south_german - religion = catholic - size = 25 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 2750 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 600 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 600 - } - - officers = { - culture = hungarian - religion = catholic - size = 325 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 825 - } - - artisans = { - culture = hungarian - religion = catholic - size = 9000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 2100 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 60400 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 500 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 450 - } - - artisans = { - culture = hungarian - religion = protestant - size = 7500 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 2500 - } - - serfs = { - culture = hungarian - religion = protestant - size = 35050 - } - - serfs = { - culture = gypsy - religion = protestant - size = 3000 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 5000 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 775 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 800 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 500 - } - - officers = { - culture = south_german - religion = catholic - size = 175 - } - - clergymen = { - culture = south_german - religion = catholic - size = 250 - } - - artisans = { - culture = south_german - religion = catholic - size = 7500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1275 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 15400 - } + capitalists = { + culture = south_german + religion = catholic + size = 25 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 2750 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 600 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 600 + } + + officers = { + culture = hungarian + religion = catholic + size = 325 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 825 + } + + artisans = { + culture = hungarian + religion = catholic + size = 9000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 2100 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 60400 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 500 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 450 + } + + artisans = { + culture = hungarian + religion = protestant + size = 7500 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 2500 + } + + serfs = { + culture = hungarian + religion = protestant + size = 35050 + } + + serfs = { + culture = gypsy + religion = protestant + size = 3000 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 5000 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 775 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 800 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 500 + } + + officers = { + culture = south_german + religion = catholic + size = 175 + } + + clergymen = { + culture = south_german + religion = catholic + size = 250 + } + + artisans = { + culture = south_german + religion = catholic + size = 7500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1275 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 15400 + } } -#Gyor (384000/96000 POPS) +#Gyor (384000/96000 POPS) 642 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2250 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 575 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2750 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 3000 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 45325 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 350 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - serfs = { - culture = hungarian - religion = protestant - size = 4525 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 725 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1800 - } - - clergymen = { - culture = slovak - religion = catholic - size = 275 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - artisans = { - culture = slovak - religion = catholic - size = 1400 - } - - soldiers = { - culture = slovak - religion = catholic - size = 300 - } - - serfs = { - culture = slovak - religion = catholic - size = 29925 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2250 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 575 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2750 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 3000 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 45325 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 350 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + serfs = { + culture = hungarian + religion = protestant + size = 4525 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 725 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1800 + } + + clergymen = { + culture = slovak + religion = catholic + size = 275 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + artisans = { + culture = slovak + religion = catholic + size = 1400 + } + + soldiers = { + culture = slovak + religion = catholic + size = 300 + } + + serfs = { + culture = slovak + religion = catholic + size = 29925 + } } -#Szekesfehervar (364000/91000 POPS) +#Szekesfehervar (364000/91000 POPS) 643 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2100 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 5000 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2250 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 41000 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 500 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 150 - } - - artisans = { - culture = hungarian - religion = protestant - size = 900 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 175 - } - - serfs = { - culture = hungarian - religion = protestant - size = 16275 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 275 - } - - clergymen = { - culture = south_german - religion = catholic - size = 250 - } - - artisans = { - culture = south_german - religion = catholic - size = 1200 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 275 - } - - farmers = { - culture = south_german - religion = catholic - size = 23900 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2100 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 5000 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2250 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 41000 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 500 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 150 + } + + artisans = { + culture = hungarian + religion = protestant + size = 900 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 175 + } + + serfs = { + culture = hungarian + religion = protestant + size = 16275 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 275 + } + + clergymen = { + culture = south_german + religion = catholic + size = 250 + } + + artisans = { + culture = south_german + religion = catholic + size = 1200 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 275 + } + + farmers = { + culture = south_german + religion = catholic + size = 23900 + } } -#Kaposvar (392000/98000 POPS) +#Kaposvar (392000/98000 POPS) 644 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2000 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 750 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3700 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 66550 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 450 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 125 - } - - artisans = { - culture = hungarian - religion = protestant - size = 750 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 150 - } - - serfs = { - culture = hungarian - religion = protestant - size = 13525 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 350 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 6525 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2000 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 750 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3700 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 66550 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 450 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 125 + } + + artisans = { + culture = hungarian + religion = protestant + size = 750 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 150 + } + + serfs = { + culture = hungarian + religion = protestant + size = 13525 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 350 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 6525 + } } -#Kecskemet (108000/27000 POPS) +#Kecskemet (108000/27000 POPS) 645 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 400 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 125 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3200 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 150 - } - - farmers = { - culture = hungarian - religion = catholic - size = 9125 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 275 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 3000 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - serfs = { - culture = hungarian - religion = protestant - size = 5550 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1650 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1275 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 800 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 400 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 125 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3200 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 150 + } + + farmers = { + culture = hungarian + religion = catholic + size = 9125 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 275 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 3000 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + serfs = { + culture = hungarian + religion = protestant + size = 5550 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1650 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1275 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 800 + } } #Felvidek Region (320000) #see Slovakia.txt and Ukraine.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Miskolc (320000/80000 POPS) #Part of Hungary Today 646 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1750 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 425 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 700 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3750 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 450 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 36525 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 250 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2450 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 275 - } - - farmers = { - culture = hungarian - religion = protestant - size = 24125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1225 - } - - clergymen = { - culture = slovak - religion = catholic - size = 100 - } - - artisans = { - culture = slovak - religion = catholic - size = 300 - } - - soldiers = { - culture = slovak - religion = catholic - size = 100 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - serfs = { - culture = slovak - religion = catholic - size = 6500 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1750 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 425 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 700 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3750 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 450 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 36525 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 250 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2450 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 275 + } + + farmers = { + culture = hungarian + religion = protestant + size = 24125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1225 + } + + clergymen = { + culture = slovak + religion = catholic + size = 100 + } + + artisans = { + culture = slovak + religion = catholic + size = 300 + } + + soldiers = { + culture = slovak + religion = catholic + size = 100 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + serfs = { + culture = slovak + religion = catholic + size = 6500 + } } -#Partium Region (1112000) #See Romania.txt for balance of region -#under the rule of Austria in 1836 -#Debrecen (156000/39000 POPS) +#Partium Region (1112000) #See Romania.txt for balance of region +#under the rule of Austria in 1836 +#Debrecen (156000/39000 POPS) 648 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 675 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 250 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 500 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3350 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 18725 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 300 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2500 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 125 - } - - serfs = { - culture = hungarian - religion = protestant - size = 8975 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } - - clergymen = { - culture = slovak - religion = catholic - size = 100 - } - - artisans = { - culture = slovak - religion = catholic - size = 100 - } - - soldiers = { - culture = slovak - religion = catholic - size = 100 - } - - farmers = { - culture = slovak - religion = catholic - size = 915 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 675 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 250 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 500 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3350 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 18725 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 300 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2500 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 125 + } + + serfs = { + culture = hungarian + religion = protestant + size = 8975 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } + + clergymen = { + culture = slovak + religion = catholic + size = 100 + } + + artisans = { + culture = slovak + religion = catholic + size = 100 + } + + soldiers = { + culture = slovak + religion = catholic + size = 100 + } + + farmers = { + culture = slovak + religion = catholic + size = 915 + } } -#Szeged (628000/157000 POPS) +#Szeged (628000/157000 POPS) 649 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1500 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 600 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 625 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2500 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 1100 - } - - serfs = { - culture = hungarian - religion = catholic - size = 54375 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 2500 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 850 - } - - artisans = { - culture = hungarian - religion = protestant - size = 3900 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 900 - } - - farmers = { - culture = hungarian - religion = protestant - size = 80850 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 5375 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1500 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 600 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 625 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2500 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 1100 + } + + serfs = { + culture = hungarian + religion = catholic + size = 54375 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 2500 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 850 + } + + artisans = { + culture = hungarian + religion = protestant + size = 3900 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 900 + } + + farmers = { + culture = hungarian + religion = protestant + size = 80850 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 5375 + } } -#Bekescsab (328000/82000 POPS) +#Bekescsab (328000/82000 POPS) 650 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 600 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 300 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1900 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 325 - } - - serfs = { - culture = hungarian - religion = catholic - size = 27375 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 950 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 425 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2250 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 450 - } - - farmers = { - culture = hungarian - religion = protestant - size = 42925 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1675 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 600 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 300 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1900 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 325 + } + + serfs = { + culture = hungarian + religion = catholic + size = 27375 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 950 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 425 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2250 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 450 + } + + farmers = { + culture = hungarian + religion = protestant + size = 42925 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1675 + } } diff --git a/HPM/history/pops/1836.1.1/Iceland.txt b/HPM/history/pops/1836.1.1/Iceland.txt index 2f491fab..2f6819ff 100644 --- a/HPM/history/pops/1836.1.1/Iceland.txt +++ b/HPM/history/pops/1836.1.1/Iceland.txt @@ -2,27 +2,27 @@ #Ruled by Denmark in 1836 #Reykjavik (56000/14000 POPS) 252 = { - bureaucrats = { - culture = icelandic - religion = protestant - size = 25 - } + bureaucrats = { + culture = icelandic + religion = protestant + size = 25 + } - clergymen = { - culture = icelandic - religion = protestant - size = 100 - } + clergymen = { + culture = icelandic + religion = protestant + size = 100 + } - artisans = { - culture = icelandic - religion = protestant - size = 750 - } + artisans = { + culture = icelandic + religion = protestant + size = 750 + } - farmers = { - culture = icelandic - religion = protestant - size = 13125 - } + farmers = { + culture = icelandic + religion = protestant + size = 13125 + } } diff --git a/HPM/history/pops/1836.1.1/India.txt b/HPM/history/pops/1836.1.1/India.txt index 7a230bf7..8e327ec5 100644 --- a/HPM/history/pops/1836.1.1/India.txt +++ b/HPM/history/pops/1836.1.1/India.txt @@ -3,53 +3,53 @@ #(Area include more than Tranquebar so pops should be higher. Religion is 95% Hindu, 4% Muslims and 1% Protestant #Data based on "A geographical, statistical, and historical description of Hindostan and the adjacent countries". Walter Hamilton. 1820. pp458. 2591 = { - aristocrats = { - culture = tamil - religion = hindu - size = 20 - } - - clergymen = { - culture = tamil - religion = hindu - size = 50 - } - - artisans = { - culture = tamil - religion = hindu - size = 455 - } - - soldiers = { - culture = tamil - religion = hindu - size = 100 - } - - farmers = { - culture = tamil - religion = hindu - size = 8000 - } - - farmers = { - culture = tamil - religion = sunni - size = 445 - } - - clergymen = { - culture = danish - religion = protestant - size = 10 - } - - farmers = { - culture = tamil - religion = protestant - size = 90 - } + aristocrats = { + culture = tamil + religion = hindu + size = 20 + } + + clergymen = { + culture = tamil + religion = hindu + size = 50 + } + + artisans = { + culture = tamil + religion = hindu + size = 455 + } + + soldiers = { + culture = tamil + religion = hindu + size = 100 + } + + farmers = { + culture = tamil + religion = hindu + size = 8000 + } + + farmers = { + culture = tamil + religion = sunni + size = 445 + } + + clergymen = { + culture = danish + religion = protestant + size = 10 + } + + farmers = { + culture = tamil + religion = protestant + size = 90 + } } #India.txt includes modern India, Pakistan and Bangladesh @@ -57,8953 +57,8953 @@ #Under the Rule of Panjab 1836 #Peshawar (476000/119000 POPS) 1218 = { - bureaucrats = { - culture = panjabi - religion = sikh - size = 50 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 300 - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 1200 - } - - bureaucrats = { - culture = pashtun - religion = sunni - size = 150 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 1200 - } - - artisans = { - culture = pashtun - religion = sunni - size = 10000 - } - - artisans = { - culture = pashtun - religion = sunni - size = 4500 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 1000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 108250 - } + bureaucrats = { + culture = panjabi + religion = sikh + size = 50 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 300 + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 1200 + } + + bureaucrats = { + culture = pashtun + religion = sunni + size = 150 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 1200 + } + + artisans = { + culture = pashtun + religion = sunni + size = 10000 + } + + artisans = { + culture = pashtun + religion = sunni + size = 4500 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 1000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 108250 + } } #Chitral (160000/40000 POPS) 1223 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 500 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 500 - } - - artisans = { - culture = pashtun - religion = sunni - size = 2000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 5000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 37000 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 500 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 500 + } + + artisans = { + culture = pashtun + religion = sunni + size = 2000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 5000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 37000 + } } #Under the Rule of Kalat 1836 #Quetta (124000/31000 POPS) 1219 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 350 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 325 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 3000 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 1000 - } - - farmers = { - culture = pashtun - religion = sunni - size = 10325 - } - - serfs = { - culture = pashtun - religion = sunni - size = 10000 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 350 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 325 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 3000 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 1000 + } + + farmers = { + culture = pashtun + religion = sunni + size = 10325 + } + + serfs = { + culture = pashtun + religion = sunni + size = 10000 + } } #Dalbandin (88000/22000 POPS) 1220 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 250 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 250 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1100 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 5000 - } - - farmers = { - culture = baluchi - religion = sunni - size = 15500 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 250 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 250 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1100 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 5000 + } + + farmers = { + culture = baluchi + religion = sunni + size = 15500 + } } #Kalat (104000/26000 POPS) 1221 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 250 - } - - bureaucrats = { - culture = baluchi - religion = sunni - size = 250 - } - - officers = { - culture = baluchi - religion = sunni - size = 75 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 250 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1250 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 5000 - } - - farmers = { - culture = baluchi - religion = sunni - size = 18925 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 4000 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 250 + } + + bureaucrats = { + culture = baluchi + religion = sunni + size = 250 + } + + officers = { + culture = baluchi + religion = sunni + size = 75 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 250 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1250 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 5000 + } + + farmers = { + culture = baluchi + religion = sunni + size = 18925 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 4000 + } } #Under the Rule of Makran 1836 #Bela (124000/31000 POPS) 1222 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 350 - } - - bureaucrats = { - culture = baluchi - religion = sunni - size = 50 - } - - officers = { - culture = baluchi - religion = sunni - size = 25 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 300 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1500 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 1100 - } - - farmers = { - culture = baluchi - religion = sunni - size = 25800 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 5000 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 350 + } + + bureaucrats = { + culture = baluchi + religion = sunni + size = 50 + } + + officers = { + culture = baluchi + religion = sunni + size = 25 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 300 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1500 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 1100 + } + + farmers = { + culture = baluchi + religion = sunni + size = 25800 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 5000 + } } #Kashmir Region (1208000) #under rule of Panjab in 1836 #Srinagar (748000/187000 POPS) 1224 = { - bureaucrats = { - culture = panjabi - religion = sikh - size = 100 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 50 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1500 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 100 - } - - farmers = { - culture = panjabi - religion = sikh - size = 3250 - } - - aristocrats = { - culture = kashmiri - religion = hindu - size = 350 - } - - bureaucrats = { - culture = kashmiri - religion = hindu - size = 75 - } - - clergymen = { - culture = kashmiri - religion = hindu - size = 325 - } - - artisans = { - culture = kashmiri - religion = hindu - size = 2000 - } - - soldiers = { - culture = kashmiri - religion = hindu - size = 325 - } - - farmers = { - culture = kashmiri - religion = hindu - size = 29975 - } - - aristocrats = { - culture = kashmiri - religion = sunni - size = 1600 - } - - bureaucrats = { - culture = kashmiri - religion = sunni - size = 75 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 1500 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 10000 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 10000 - } - - soldiers = { - culture = kashmiri - religion = sunni - size = 2000 - } - - farmers = { - culture = kashmiri - religion = sunni - size = 114825 - } + bureaucrats = { + culture = panjabi + religion = sikh + size = 100 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 50 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1500 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 100 + } + + farmers = { + culture = panjabi + religion = sikh + size = 3250 + } + + aristocrats = { + culture = kashmiri + religion = hindu + size = 350 + } + + bureaucrats = { + culture = kashmiri + religion = hindu + size = 75 + } + + clergymen = { + culture = kashmiri + religion = hindu + size = 325 + } + + artisans = { + culture = kashmiri + religion = hindu + size = 2000 + } + + soldiers = { + culture = kashmiri + religion = hindu + size = 325 + } + + farmers = { + culture = kashmiri + religion = hindu + size = 29975 + } + + aristocrats = { + culture = kashmiri + religion = sunni + size = 1600 + } + + bureaucrats = { + culture = kashmiri + religion = sunni + size = 75 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 1500 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 10000 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 10000 + } + + soldiers = { + culture = kashmiri + religion = sunni + size = 2000 + } + + farmers = { + culture = kashmiri + religion = sunni + size = 114825 + } } #Gilgit (264000/66000 POPS) 1225 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 50 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 50 - } - - soldiers = { - culture = pashtun - religion = sunni - size = 50 - } - - farmers = { - culture = pashtun - religion = sunni - size = 4600 - } - - aristocrats = { - culture = kashmiri - religion = sunni - size = 450 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 425 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 2000 - } - - soldiers = { - culture = kashmiri - religion = sunni - size = 400 - } - - farmers = { - culture = kashmiri - religion = sunni - size = 36725 - } - - aristocrats = { - culture = tibetan - religion = mahayana - size = 200 - } - - clergymen = { - culture = tibetan - religion = mahayana - size = 225 - } - - artisans = { - culture = tibetan - religion = mahayana - size = 800 - } - - soldiers = { - culture = tibetan - religion = mahayana - size = 200 - } - - farmers = { - culture = tibetan - religion = mahayana - size = 19575 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 50 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 50 + } + + soldiers = { + culture = pashtun + religion = sunni + size = 50 + } + + farmers = { + culture = pashtun + religion = sunni + size = 4600 + } + + aristocrats = { + culture = kashmiri + religion = sunni + size = 450 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 425 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 2000 + } + + soldiers = { + culture = kashmiri + religion = sunni + size = 400 + } + + farmers = { + culture = kashmiri + religion = sunni + size = 36725 + } + + aristocrats = { + culture = tibetan + religion = mahayana + size = 200 + } + + clergymen = { + culture = tibetan + religion = mahayana + size = 225 + } + + artisans = { + culture = tibetan + religion = mahayana + size = 800 + } + + soldiers = { + culture = tibetan + religion = mahayana + size = 200 + } + + farmers = { + culture = tibetan + religion = mahayana + size = 19575 + } } #Leh (196000/49000 POPS) 1226 = { - aristocrats = { - culture = kashmiri - religion = sunni - size = 75 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 75 - } - - soldiers = { - culture = kashmiri - religion = sunni - size = 75 - } - - farmers = { - culture = kashmiri - religion = sunni - size = 6425 - } - - aristocrats = { - culture = tibetan - religion = mahayana - size = 400 - } - - clergymen = { - culture = tibetan - religion = mahayana - size = 425 - } - - artisans = { - culture = tibetan - religion = mahayana - size = 2100 - } - - soldiers = { - culture = tibetan - religion = mahayana - size = 400 - } - - farmers = { - culture = tibetan - religion = mahayana - size = 38675 - } + aristocrats = { + culture = kashmiri + religion = sunni + size = 75 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 75 + } + + soldiers = { + culture = kashmiri + religion = sunni + size = 75 + } + + farmers = { + culture = kashmiri + religion = sunni + size = 6425 + } + + aristocrats = { + culture = tibetan + religion = mahayana + size = 400 + } + + clergymen = { + culture = tibetan + religion = mahayana + size = 425 + } + + artisans = { + culture = tibetan + religion = mahayana + size = 2100 + } + + soldiers = { + culture = tibetan + religion = mahayana + size = 400 + } + + farmers = { + culture = tibetan + religion = mahayana + size = 38675 + } } #Panjab Region (9430000) #Under rule of Panjab 1836 (8856000) #Lahore (2644000/661000 POPS) 1227 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 12500 - } - - bureaucrats = { - culture = panjabi - religion = sikh - size = 1400 - } - - officers = { - culture = panjabi - religion = sikh - size = 2000 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 1150 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1500 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 3000 - } - - farmers = { - culture = panjabi - religion = sikh - size = 79850 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 10800 - } - - bureaucrats = { - culture = panjabi - religion = hindu - size = 550 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 1050 - } - - artisans = { - culture = panjabi - religion = hindu - size = 8000 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 3000 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 1000 - } - - farmers = { - culture = panjabi - religion = hindu - size = 78600 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 13000 - } - - bureaucrats = { - culture = panjabi - religion = sunni - size = 900 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 4500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 5000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 3000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 2000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 400600 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 12500 + } + + bureaucrats = { + culture = panjabi + religion = sikh + size = 1400 + } + + officers = { + culture = panjabi + religion = sikh + size = 2000 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 1150 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1500 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 3000 + } + + farmers = { + culture = panjabi + religion = sikh + size = 79850 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 10800 + } + + bureaucrats = { + culture = panjabi + religion = hindu + size = 550 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 1050 + } + + artisans = { + culture = panjabi + religion = hindu + size = 8000 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 3000 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 1000 + } + + farmers = { + culture = panjabi + religion = hindu + size = 78600 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 13000 + } + + bureaucrats = { + culture = panjabi + religion = sunni + size = 900 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 4500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 5000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 3000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 2000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 400600 + } } #Multan (656000/164000 POPS) 1228 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 100 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 100 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 200 - } - - farmers = { - culture = panjabi - religion = sikh - size = 6600 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 1500 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 1500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 8000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 1500 - } - - farmers = { - culture = panjabi - religion = sunni - size = 124500 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 150 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 200 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1100 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 150 - } - - farmers = { - culture = panjabi - religion = hindu - size = 16500 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 100 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 100 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 200 + } + + farmers = { + culture = panjabi + religion = sikh + size = 6600 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 1500 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 1500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 8000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 1500 + } + + farmers = { + culture = panjabi + religion = sunni + size = 124500 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 150 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 200 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1100 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 150 + } + + farmers = { + culture = panjabi + religion = hindu + size = 16500 + } } #Sialkot (548000/137000 POPS) 1229 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 1300 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 1300 - } - - artisans = { - culture = panjabi - religion = sunni - size = 6000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 3000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 115400 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 100 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 100 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1100 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 100 - } - - farmers = { - culture = panjabi - religion = hindu - size = 8700 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 1300 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 1300 + } + + artisans = { + culture = panjabi + religion = sunni + size = 6000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 3000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 115400 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 100 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 100 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1100 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 100 + } + + farmers = { + culture = panjabi + religion = hindu + size = 8700 + } } #Attock (344000/87000 POPS) 1230 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 500 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2500 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 500 - } - - farmers = { - culture = panjabi - religion = sunni - size = 47000 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 50 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 50 - } - - artisans = { - culture = panjabi - religion = sikh - size = 500 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 150 - } - - farmers = { - culture = panjabi - religion = sikh - size = 8250 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 250 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 275 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1100 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 250 - } - - farmers = { - culture = panjabi - religion = hindu - size = 26225 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 500 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2500 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 500 + } + + farmers = { + culture = panjabi + religion = sunni + size = 47000 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 50 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 50 + } + + artisans = { + culture = panjabi + religion = sikh + size = 500 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 150 + } + + farmers = { + culture = panjabi + religion = sikh + size = 8250 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 250 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 275 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1100 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 250 + } + + farmers = { + culture = panjabi + religion = hindu + size = 26225 + } } #Bahawalpur (352000/88000 POPS) 1231 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 750 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 700 - } - - artisans = { - culture = panjabi - religion = sunni - size = 3500 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 1100 - } - - farmers = { - culture = panjabi - religion = sunni - size = 73050 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 150 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 125 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1100 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 150 - } - - farmers = { - culture = panjabi - religion = hindu - size = 16575 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 750 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 700 + } + + artisans = { + culture = panjabi + religion = sunni + size = 3500 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 1100 + } + + farmers = { + culture = panjabi + religion = sunni + size = 73050 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 150 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 125 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1100 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 150 + } + + farmers = { + culture = panjabi + religion = hindu + size = 16575 + } } #Shahpur (1132000/283000 POPS) 1232 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 50 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 50 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1100 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 50 - } - - farmers = { - culture = panjabi - religion = sikh - size = 4850 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 2500 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000 - } - - artisans = { - culture = panjabi - religion = sunni - size = 1100 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 2500 - } - - farmers = { - culture = panjabi - religion = sunni - size = 228500 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 250 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 300 - } - - artisans = { - culture = panjabi - religion = hindu - size = 2500 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 250 - } - - farmers = { - culture = panjabi - religion = hindu - size = 26700 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 50 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 50 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1100 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 50 + } + + farmers = { + culture = panjabi + religion = sikh + size = 4850 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 2500 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000 + } + + artisans = { + culture = panjabi + religion = sunni + size = 1100 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 2500 + } + + farmers = { + culture = panjabi + religion = sunni + size = 228500 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 250 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 300 + } + + artisans = { + culture = panjabi + religion = hindu + size = 2500 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 250 + } + + farmers = { + culture = panjabi + religion = hindu + size = 26700 + } } #Amritsar (2228000/557000 POPS) 1233 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 1100 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 800 - } - - artisans = { - culture = panjabi - religion = sikh - size = 10000 - } - - artisans = { - culture = panjabi - religion = sikh - size = 3000 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 1100 - } - - farmers = { - culture = panjabi - religion = sikh - size = 64200 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 3000 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 3000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 290500 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 1500 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 1250 - } - - artisans = { - culture = panjabi - religion = hindu - size = 2000 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 1500 - } - - farmers = { - culture = panjabi - religion = hindu - size = 153750 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 1100 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 800 + } + + artisans = { + culture = panjabi + religion = sikh + size = 10000 + } + + artisans = { + culture = panjabi + religion = sikh + size = 3000 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 1100 + } + + farmers = { + culture = panjabi + religion = sikh + size = 64200 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 3000 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 3000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 290500 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 1500 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 1250 + } + + artisans = { + culture = panjabi + religion = hindu + size = 2000 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 1500 + } + + farmers = { + culture = panjabi + religion = hindu + size = 153750 + } } #Firuzapur (952000/238000 POPS) 1234 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 250 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 250 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1500 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 1100 - } - - farmers = { - culture = panjabi - religion = sikh - size = 21000 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 800 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 750 - } - - artisans = { - culture = panjabi - religion = sunni - size = 5000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 3000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 1000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 75450 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 600 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 650 - } - - artisans = { - culture = panjabi - religion = hindu - size = 3000 - } - - soldiers = { - culture = panjabi - religion = hindu - size = 600 - } - - farmers = { - culture = panjabi - religion = hindu - size = 60150 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 650 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 650 - } - - artisans = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 650 - } - - farmers = { - culture = avadhi - religion = hindu - size = 57950 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 250 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 250 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1500 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 1100 + } + + farmers = { + culture = panjabi + religion = sikh + size = 21000 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 800 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 750 + } + + artisans = { + culture = panjabi + religion = sunni + size = 5000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 3000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 1000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 75450 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 600 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 650 + } + + artisans = { + culture = panjabi + religion = hindu + size = 3000 + } + + soldiers = { + culture = panjabi + religion = hindu + size = 600 + } + + farmers = { + culture = panjabi + religion = hindu + size = 60150 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 650 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 650 + } + + artisans = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 650 + } + + farmers = { + culture = avadhi + religion = hindu + size = 57950 + } } #Under Rule of Britain 1836 #Simla (574000/143500 POPS) 1235 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 50 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 75 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 100 - } - - farmers = { - culture = panjabi - religion = sunni - size = 23775 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 600 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 625 - } - - artisans = { - culture = avadhi - religion = hindu - size = 2400 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 750 - } - - farmers = { - culture = avadhi - religion = hindu - size = 33625 - } - - aristocrats = { - culture = nepali - religion = hindu - size = 1100 - } - - clergymen = { - culture = nepali - religion = hindu - size = 750 - } - - artisans = { - culture = nepali - religion = hindu - size = 3500 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - farmers = { - culture = nepali - religion = hindu - size = 70750 - } - - aristocrats = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - bureaucrats = { - culture = british - religion = protestant - size = 100 - } - - officers = { - culture = british - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 50 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 75 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 100 + } + + farmers = { + culture = panjabi + religion = sunni + size = 23775 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 600 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 625 + } + + artisans = { + culture = avadhi + religion = hindu + size = 2400 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 750 + } + + farmers = { + culture = avadhi + religion = hindu + size = 33625 + } + + aristocrats = { + culture = nepali + religion = hindu + size = 1100 + } + + clergymen = { + culture = nepali + religion = hindu + size = 750 + } + + artisans = { + culture = nepali + religion = hindu + size = 3500 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + farmers = { + culture = nepali + religion = hindu + size = 70750 + } + + aristocrats = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + bureaucrats = { + culture = british + religion = protestant + size = 100 + } + + officers = { + culture = british + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } } #United Provinces Region - 25884000 #Ruled by Britain in 1836 (21064000) #Delhi (1356000/339000 POPS) 1236 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 1100 - } - - bureaucrats = { - culture = avadhi - religion = hindu - size = 1750 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 1125 - } - - artisans = { - culture = avadhi - religion = hindu - size = 6000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 1100 - } - - farmers = { - culture = avadhi - religion = hindu - size = 80125 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 5500 - } - - bureaucrats = { - culture = panjabi - religion = sunni - size = 3500 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2500 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 2500 - } - - farmers = { - culture = panjabi - religion = sunni - size = 175000 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 250 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 250 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 250 - } - - farmers = { - culture = panjabi - religion = sikh - size = 10250 - } - - bureaucrats = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 1100 + } + + bureaucrats = { + culture = avadhi + religion = hindu + size = 1750 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 1125 + } + + artisans = { + culture = avadhi + religion = hindu + size = 6000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 1100 + } + + farmers = { + culture = avadhi + religion = hindu + size = 80125 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 5500 + } + + bureaucrats = { + culture = panjabi + religion = sunni + size = 3500 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2500 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 2500 + } + + farmers = { + culture = panjabi + religion = sunni + size = 175000 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 250 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 250 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 250 + } + + farmers = { + culture = panjabi + religion = sikh + size = 10250 + } + + bureaucrats = { + culture = british + religion = protestant + size = 75 + } } #Panipat (1280000/320000 POPS) 1237 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 1100 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 625 - } - - artisans = { - culture = panjabi - religion = sunni - size = 8000 - } - - soldiers = { - culture = panjabi - religion = sunni - size = 750 - } - - farmers = { - culture = panjabi - religion = sunni - size = 157625 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 6250 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 375 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2000 - } - - soldiers = { - culture = panjabi - religion = sikh - size = 500 - } - - farmers = { - culture = panjabi - religion = sikh - size = 23875 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 2500 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 2250 - } - - artisans = { - culture = avadhi - religion = hindu - size = 6000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 2000 - } - - farmers = { - culture = avadhi - religion = hindu - size = 106250 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 1100 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 625 + } + + artisans = { + culture = panjabi + religion = sunni + size = 8000 + } + + soldiers = { + culture = panjabi + religion = sunni + size = 750 + } + + farmers = { + culture = panjabi + religion = sunni + size = 157625 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 6250 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 375 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2000 + } + + soldiers = { + culture = panjabi + religion = sikh + size = 500 + } + + farmers = { + culture = panjabi + religion = sikh + size = 23875 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 2500 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 2250 + } + + artisans = { + culture = avadhi + religion = hindu + size = 6000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 2000 + } + + farmers = { + culture = avadhi + religion = hindu + size = 106250 + } } #Dehra Dun (952000/238000 POPS) 1238 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 250 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 250 - } - - artisans = { - culture = avadhi - religion = sunni - size = 3000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 250 - } - - farmers = { - culture = avadhi - religion = sunni - size = 46250 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 1250 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 1750 - } - - artisans = { - culture = avadhi - religion = hindu - size = 7000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 1750 - } - - farmers = { - culture = avadhi - religion = hindu - size = 67250 - } - - aristocrats = { - culture = nepali - religion = hindu - size = 500 - } - - clergymen = { - culture = nepali - religion = hindu - size = 500 - } - - artisans = { - culture = nepali - religion = hindu - size = 2000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 1100 - } - - farmers = { - culture = nepali - religion = hindu - size = 10000 - } - - farmers = { - culture = nepali - religion = gelugpa - size = 95000 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 250 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 250 + } + + artisans = { + culture = avadhi + religion = sunni + size = 3000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 250 + } + + farmers = { + culture = avadhi + religion = sunni + size = 46250 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 1250 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 1750 + } + + artisans = { + culture = avadhi + religion = hindu + size = 7000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 1750 + } + + farmers = { + culture = avadhi + religion = hindu + size = 67250 + } + + aristocrats = { + culture = nepali + religion = hindu + size = 500 + } + + clergymen = { + culture = nepali + religion = hindu + size = 500 + } + + artisans = { + culture = nepali + religion = hindu + size = 2000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 1100 + } + + farmers = { + culture = nepali + religion = hindu + size = 10000 + } + + farmers = { + culture = nepali + religion = gelugpa + size = 95000 + } } #Meerut (1580000/395000 POPS) 1239 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 750 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 375 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 500 - } - - farmers = { - culture = avadhi - religion = sunni - size = 24375 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 3500 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 4000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 500 - } - - farmers = { - culture = avadhi - religion = hindu - size = 188000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 157625 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 750 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 375 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 500 + } + + farmers = { + culture = avadhi + religion = sunni + size = 24375 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 3500 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 4000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 500 + } + + farmers = { + culture = avadhi + religion = hindu + size = 188000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 157625 + } } #Agra (4180000/1045000 POPS) 1240 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 1500 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1100 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1100 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 1100 - } - - farmers = { - culture = avadhi - religion = sunni - size = 105500 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 27500 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 11250 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - farmers = { - culture = avadhi - religion = hindu - size = 655250 - } - - farmers = { - culture = panjabi - religion = sunni - size = 100000 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 1500 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1100 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1100 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 1100 + } + + farmers = { + culture = avadhi + religion = sunni + size = 105500 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 27500 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 11250 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + farmers = { + culture = avadhi + religion = hindu + size = 655250 + } + + farmers = { + culture = panjabi + religion = sunni + size = 100000 + } } #Kanpur (3720000/930000 POPS) 1241 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 7500 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 8750 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 2000 - } - - farmers = { - culture = avadhi - religion = hindu - size = 706750 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1750 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1375 - } - - artisans = { - culture = avadhi - religion = sunni - size = 9000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 1500 - } - - farmers = { - culture = avadhi - religion = sunni - size = 118375 - } - - farmers = { - culture = panjabi - religion = sunni - size = 30000 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 7500 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 8750 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 2000 + } + + farmers = { + culture = avadhi + religion = hindu + size = 706750 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1750 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1375 + } + + artisans = { + culture = avadhi + religion = sunni + size = 9000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 1500 + } + + farmers = { + culture = avadhi + religion = sunni + size = 118375 + } + + farmers = { + culture = panjabi + religion = sunni + size = 30000 + } } #Allahabad (3008000/752000 POPS) 1243 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 26000 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6500 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - artisans = { - culture = kanauji - religion = hindu - size = 1100 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - farmers = { - culture = kanauji - religion = hindu - size = 482500 - } - - aristocrats = { - culture = kanauji - religion = sunni - size = 1250 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 1100 - } - - artisans = { - culture = kanauji - religion = sunni - size = 8000 - } - - soldiers = { - culture = kanauji - religion = sunni - size = 1250 - } - - farmers = { - culture = kanauji - religion = sunni - size = 158500 - } - - farmers = { - culture = panjabi - religion = sunni - size = 38500 - } - + aristocrats = { + culture = kanauji + religion = hindu + size = 26000 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6500 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + artisans = { + culture = kanauji + religion = hindu + size = 1100 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + farmers = { + culture = kanauji + religion = hindu + size = 482500 + } + + aristocrats = { + culture = kanauji + religion = sunni + size = 1250 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 1100 + } + + artisans = { + culture = kanauji + religion = sunni + size = 8000 + } + + soldiers = { + culture = kanauji + religion = sunni + size = 1250 + } + + farmers = { + culture = kanauji + religion = sunni + size = 158500 + } + + farmers = { + culture = panjabi + religion = sunni + size = 38500 + } + } #Benares (2512000/628000 POPS) 1245 = { - aristocrats = { - culture = kanauji - religion = sunni - size = 750 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 500 - } - - artisans = { - culture = kanauji - religion = sunni - size = 10000 - } - - artisans = { - culture = kanauji - religion = sunni - size = 1100 - } - - soldiers = { - culture = kanauji - religion = sunni - size = 750 - } - - farmers = { - culture = kanauji - religion = sunni - size = 60000 - } - - aristocrats = { - culture = kanauji - religion = hindu - size = 6500 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6250 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - farmers = { - culture = kanauji - religion = hindu - size = 507250 - } + aristocrats = { + culture = kanauji + religion = sunni + size = 750 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 500 + } + + artisans = { + culture = kanauji + religion = sunni + size = 10000 + } + + artisans = { + culture = kanauji + religion = sunni + size = 1100 + } + + soldiers = { + culture = kanauji + religion = sunni + size = 750 + } + + farmers = { + culture = kanauji + religion = sunni + size = 60000 + } + + aristocrats = { + culture = kanauji + religion = hindu + size = 6500 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6250 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + farmers = { + culture = kanauji + religion = hindu + size = 507250 + } } #Gorakhpur (2476000/619000 POPS) 1246 = { - aristocrats = { - culture = kanauji - religion = sunni - size = 500 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 375 - } - - artisans = { - culture = kanauji - religion = sunni - size = 6000 - } - - soldiers = { - culture = kanauji - religion = sunni - size = 500 - } - - farmers = { - culture = kanauji - religion = sunni - size = 41625 - } - - aristocrats = { - culture = kanauji - religion = hindu - size = 6500 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6250 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000 - } - - artisans = { - culture = kanauji - religion = hindu - size = 5000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - farmers = { - culture = kanauji - religion = hindu - size = 526250 - } + aristocrats = { + culture = kanauji + religion = sunni + size = 500 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 375 + } + + artisans = { + culture = kanauji + religion = sunni + size = 6000 + } + + soldiers = { + culture = kanauji + religion = sunni + size = 500 + } + + farmers = { + culture = kanauji + religion = sunni + size = 41625 + } + + aristocrats = { + culture = kanauji + religion = hindu + size = 6500 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6250 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000 + } + + artisans = { + culture = kanauji + religion = hindu + size = 5000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + farmers = { + culture = kanauji + religion = hindu + size = 526250 + } } #Ruled by Awadh in 1836 (4820000) #Lucknow (2756000/689000 POPS) 1242 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 1250 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 500 - } - - officers = { - culture = avadhi - religion = sunni - size = 500 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1125 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 1500 - } - - farmers = { - culture = avadhi - religion = sunni - size = 61125 - } - - aristocrats = { - culture = avadhi - religion = shiite - size = 750 - } - - bureaucrats = { - culture = avadhi - religion = shiite - size = 700 - } - - officers = { - culture = avadhi - religion = shiite - size = 750 - } - - clergymen = { - culture = avadhi - religion = shiite - size = 275 - } - - artisans = { - culture = avadhi - religion = shiite - size = 10000 - } - - artisans = { - culture = avadhi - religion = shiite - size = 5000 - } - - soldiers = { - culture = avadhi - religion = shiite - size = 1100 - } - - farmers = { - culture = avadhi - religion = shiite - size = 10525 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 26500 - } - - bureaucrats = { - culture = avadhi - religion = hindu - size = 500 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 5500 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 2000 - } - - farmers = { - culture = avadhi - religion = hindu - size = 356500 - } - - serfs = { - culture = avadhi - religion = hindu - size = 130000 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 1250 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 500 + } + + officers = { + culture = avadhi + religion = sunni + size = 500 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1125 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 1500 + } + + farmers = { + culture = avadhi + religion = sunni + size = 61125 + } + + aristocrats = { + culture = avadhi + religion = shiite + size = 750 + } + + bureaucrats = { + culture = avadhi + religion = shiite + size = 700 + } + + officers = { + culture = avadhi + religion = shiite + size = 750 + } + + clergymen = { + culture = avadhi + religion = shiite + size = 275 + } + + artisans = { + culture = avadhi + religion = shiite + size = 10000 + } + + artisans = { + culture = avadhi + religion = shiite + size = 5000 + } + + soldiers = { + culture = avadhi + religion = shiite + size = 1100 + } + + farmers = { + culture = avadhi + religion = shiite + size = 10525 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 26500 + } + + bureaucrats = { + culture = avadhi + religion = hindu + size = 500 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 5500 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 2000 + } + + farmers = { + culture = avadhi + religion = hindu + size = 356500 + } + + serfs = { + culture = avadhi + religion = hindu + size = 130000 + } } #Fyzabad (2064000/516000 POPS) 1244 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 4000 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 5000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000 - } - - artisans = { - culture = avadhi - religion = hindu - size = 5000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 3000 - } - - soldiers = { - culture = avadhi - religion = hindu - size = 1500 - } - - farmers = { - culture = avadhi - religion = hindu - size = 304500 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 700 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 400 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1100 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 500 - } - - farmers = { - culture = avadhi - religion = sunni - size = 71400 - } - - serfs = { - culture = avadhi - religion = hindu - size = 100000 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 4000 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 5000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000 + } + + artisans = { + culture = avadhi + religion = hindu + size = 5000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 3000 + } + + soldiers = { + culture = avadhi + religion = hindu + size = 1500 + } + + farmers = { + culture = avadhi + religion = hindu + size = 304500 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 700 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 400 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1100 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 500 + } + + farmers = { + culture = avadhi + religion = sunni + size = 71400 + } + + serfs = { + culture = avadhi + religion = hindu + size = 100000 + } } #Bihar Region : 10724000 #under rule of Britain 1836 #Patna (3028000/757000 POPS) 1247 = { - aristocrats = { - culture = bihari - religion = hindu - size = 33000 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6500 - } - - bureaucrats = { - culture = bihari - religion = hindu - size = 2250 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000 - } - - artisans = { - culture = bihari - religion = hindu - size = 5000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 3000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 3000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 500 - } - - farmers = { - culture = bihari - religion = hindu - size = 560750 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 1500 - } - - clergymen = { - culture = bihari - religion = sunni - size = 1250 - } - - bureaucrats = { - culture = bihari - religion = sunni - size = 250 - } - - artisans = { - culture = bihari - religion = sunni - size = 7000 - } - - soldiers = { - culture = bihari - religion = sunni - size = 1250 - } - - farmers = { - culture = bihari - religion = sunni - size = 103750 - } - - bureaucrats = { - culture = british - religion = protestant - size = 50 - } + aristocrats = { + culture = bihari + religion = hindu + size = 33000 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6500 + } + + bureaucrats = { + culture = bihari + religion = hindu + size = 2250 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000 + } + + artisans = { + culture = bihari + religion = hindu + size = 5000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 3000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 3000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 500 + } + + farmers = { + culture = bihari + religion = hindu + size = 560750 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 1500 + } + + clergymen = { + culture = bihari + religion = sunni + size = 1250 + } + + bureaucrats = { + culture = bihari + religion = sunni + size = 250 + } + + artisans = { + culture = bihari + religion = sunni + size = 7000 + } + + soldiers = { + culture = bihari + religion = sunni + size = 1250 + } + + farmers = { + culture = bihari + religion = sunni + size = 103750 + } + + bureaucrats = { + culture = british + religion = protestant + size = 50 + } } #Gaya (3056000/764000 POPS) 1248 = { - aristocrats = { - culture = bihari - religion = hindu - size = 7000 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6500 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000 - } - - artisans = { - culture = bihari - religion = hindu - size = 2500 - } - - soldiers = { - culture = bihari - religion = hindu - size = 2500 - } - - farmers = { - culture = bihari - religion = hindu - size = 644500 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 500 - } - - clergymen = { - culture = bihari - religion = sunni - size = 750 - } - - artisans = { - culture = bihari - religion = sunni - size = 3500 - } - - soldiers = { - culture = bihari - religion = sunni - size = 750 - } - - farmers = { - culture = bihari - religion = sunni - size = 61500 - } + aristocrats = { + culture = bihari + religion = hindu + size = 7000 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6500 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000 + } + + artisans = { + culture = bihari + religion = hindu + size = 2500 + } + + soldiers = { + culture = bihari + religion = hindu + size = 2500 + } + + farmers = { + culture = bihari + religion = hindu + size = 644500 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 500 + } + + clergymen = { + culture = bihari + religion = sunni + size = 750 + } + + artisans = { + culture = bihari + religion = sunni + size = 3500 + } + + soldiers = { + culture = bihari + religion = sunni + size = 750 + } + + farmers = { + culture = bihari + religion = sunni + size = 61500 + } } #Kharswari (2740000/685000 POPS) 1249 = { - aristocrats = { - culture = bihari - religion = hindu - size = 7500 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6000 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000 - } - - artisans = { - culture = bihari - religion = hindu - size = 5000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 3000 - } - - farmers = { - culture = bihari - religion = hindu - size = 609500 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 750 - } - - clergymen = { - culture = bihari - religion = sunni - size = 750 - } - - artisans = { - culture = bihari - religion = sunni - size = 3000 - } - - soldiers = { - culture = bihari - religion = sunni - size = 1100 - } - - farmers = { - culture = bihari - religion = sunni - size = 73500 - } + aristocrats = { + culture = bihari + religion = hindu + size = 7500 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6000 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000 + } + + artisans = { + culture = bihari + religion = hindu + size = 5000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 3000 + } + + farmers = { + culture = bihari + religion = hindu + size = 609500 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 750 + } + + clergymen = { + culture = bihari + religion = sunni + size = 750 + } + + artisans = { + culture = bihari + religion = sunni + size = 3000 + } + + soldiers = { + culture = bihari + religion = sunni + size = 1100 + } + + farmers = { + culture = bihari + religion = sunni + size = 73500 + } } #Bhagalpur (1900000/475000 POPS) 1250 = { - aristocrats = { - culture = bihari - religion = hindu - size = 5000 - } - - clergymen = { - culture = bihari - religion = hindu - size = 4250 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000 - } - - artisans = { - culture = bihari - religion = hindu - size = 2000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 3000 - } - - soldiers = { - culture = bihari - religion = hindu - size = 1500 - } - - farmers = { - culture = bihari - religion = hindu - size = 385250 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 500 - } - - clergymen = { - culture = bihari - religion = sunni - size = 625 - } - - artisans = { - culture = bihari - religion = sunni - size = 2000 - } - - soldiers = { - culture = bihari - religion = sunni - size = 500 - } - - farmers = { - culture = bihari - religion = sunni - size = 50375 - } + aristocrats = { + culture = bihari + religion = hindu + size = 5000 + } + + clergymen = { + culture = bihari + religion = hindu + size = 4250 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000 + } + + artisans = { + culture = bihari + religion = hindu + size = 2000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 3000 + } + + soldiers = { + culture = bihari + religion = hindu + size = 1500 + } + + farmers = { + culture = bihari + religion = hindu + size = 385250 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 500 + } + + clergymen = { + culture = bihari + religion = sunni + size = 625 + } + + artisans = { + culture = bihari + religion = sunni + size = 2000 + } + + soldiers = { + culture = bihari + religion = sunni + size = 500 + } + + farmers = { + culture = bihari + religion = sunni + size = 50375 + } } #Bengal Region : 28454000 #under rule of Britain 1836 #Calcutta (4872000/1218000 POPS) 1251 = { - aristocrats = { - culture = bengali - religion = hindu - size = 42500 - } - - bureaucrats = { - culture = bengali - religion = hindu - size = 6500 - } - - clergymen = { - culture = bengali - religion = hindu - size = 12500 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - farmers = { - culture = bengali - religion = hindu - size = 936500 - } - - aristocrats = { - culture = bengali - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = bengali - religion = sunni - size = 500 - } - - clergymen = { - culture = bengali - religion = sunni - size = 750 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 1100 - } - - soldiers = { - culture = bengali - religion = sunni - size = 1100 - } - - farmers = { - culture = bengali - religion = sunni - size = 63250 - } - - aristocrats = { - culture = british - religion = protestant - size = 550 - } - - officers = { - culture = british - religion = protestant - size = 400 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - bureaucrats = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 2000 - } + aristocrats = { + culture = bengali + religion = hindu + size = 42500 + } + + bureaucrats = { + culture = bengali + religion = hindu + size = 6500 + } + + clergymen = { + culture = bengali + religion = hindu + size = 12500 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + farmers = { + culture = bengali + religion = hindu + size = 936500 + } + + aristocrats = { + culture = bengali + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = bengali + religion = sunni + size = 500 + } + + clergymen = { + culture = bengali + religion = sunni + size = 750 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 1100 + } + + soldiers = { + culture = bengali + religion = sunni + size = 1100 + } + + farmers = { + culture = bengali + religion = sunni + size = 63250 + } + + aristocrats = { + culture = british + religion = protestant + size = 550 + } + + officers = { + culture = british + religion = protestant + size = 400 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + bureaucrats = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 2000 + } } #Darjeeling (3248000/812000 POPS) 1252 = { - aristocrats = { - culture = bengali - religion = hindu - size = 6000 - } - - clergymen = { - culture = bengali - religion = hindu - size = 6250 - } - - artisans = { - culture = bengali - religion = hindu - size = 8000 - } - - farmers = { - culture = nepali - religion = hindu - size = 10000 - } - - artisans = { - culture = nepali - religion = hindu - size = 2500 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - farmers = { - culture = bengali - religion = hindu - size = 545250 - } - - aristocrats = { - culture = bengali - religion = sunni - size = 1100 - } - - clergymen = { - culture = bengali - religion = sunni - size = 2000 - } - - artisans = { - culture = bengali - religion = sunni - size = 9500 - } - - soldiers = { - culture = bengali - religion = sunni - size = 2000 - } - - farmers = { - culture = bengali - religion = sunni - size = 182500 - } + aristocrats = { + culture = bengali + religion = hindu + size = 6000 + } + + clergymen = { + culture = bengali + religion = hindu + size = 6250 + } + + artisans = { + culture = bengali + religion = hindu + size = 8000 + } + + farmers = { + culture = nepali + religion = hindu + size = 10000 + } + + artisans = { + culture = nepali + religion = hindu + size = 2500 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + farmers = { + culture = bengali + religion = hindu + size = 545250 + } + + aristocrats = { + culture = bengali + religion = sunni + size = 1100 + } + + clergymen = { + culture = bengali + religion = sunni + size = 2000 + } + + artisans = { + culture = bengali + religion = sunni + size = 9500 + } + + soldiers = { + culture = bengali + religion = sunni + size = 2000 + } + + farmers = { + culture = bengali + religion = sunni + size = 182500 + } } #Bardwan (4456000/1114000 POPS) 1253 = { - aristocrats = { - culture = bengali - religion = hindu - size = 10000 - } - - clergymen = { - culture = bengali - religion = hindu - size = 10125 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 5000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 1000 - } - - farmers = { - culture = bengali - religion = hindu - size = 939875 - } - - clergymen = { - culture = bengali - religion = sunni - size = 1100 - } - - artisans = { - culture = bengali - religion = sunni - size = 4750 - } - - soldiers = { - culture = bengali - religion = sunni - size = 750 - } - - farmers = { - culture = bengali - religion = sunni - size = 86500 - } + aristocrats = { + culture = bengali + religion = hindu + size = 10000 + } + + clergymen = { + culture = bengali + religion = hindu + size = 10125 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 5000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 1000 + } + + farmers = { + culture = bengali + religion = hindu + size = 939875 + } + + clergymen = { + culture = bengali + religion = sunni + size = 1100 + } + + artisans = { + culture = bengali + religion = sunni + size = 4750 + } + + soldiers = { + culture = bengali + religion = sunni + size = 750 + } + + farmers = { + culture = bengali + religion = sunni + size = 86500 + } } #Dacca (5276000/1319000 POPS) 1254 = { - aristocrats = { - culture = bengali - religion = sunni - size = 53000 - } - - clergymen = { - culture = bengali - religion = sunni - size = 8000 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 7000 - } - - soldiers = { - culture = bengali - religion = sunni - size = 3000 - } - - farmers = { - culture = bengali - religion = sunni - size = 638000 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 5000 - } - - clergymen = { - culture = bengali - religion = hindu - size = 5000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 4000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 1000 - } - - farmers = { - culture = bengali - religion = hindu - size = 533000 - } + aristocrats = { + culture = bengali + religion = sunni + size = 53000 + } + + clergymen = { + culture = bengali + religion = sunni + size = 8000 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 7000 + } + + soldiers = { + culture = bengali + religion = sunni + size = 3000 + } + + farmers = { + culture = bengali + religion = sunni + size = 638000 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 5000 + } + + clergymen = { + culture = bengali + religion = hindu + size = 5000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 4000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 1000 + } + + farmers = { + culture = bengali + religion = hindu + size = 533000 + } } #Rajshahi (2332000/583000 POPS) 1255 = { - aristocrats = { - culture = bengali - religion = sunni - size = 1750 - } - - clergymen = { - culture = bengali - religion = sunni - size = 3750 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - soldiers = { - culture = bengali - religion = sunni - size = 3000 - } - - soldiers = { - culture = bengali - religion = sunni - size = 750 - } - - farmers = { - culture = bengali - religion = sunni - size = 353750 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 1500 - } - - clergymen = { - culture = bengali - religion = hindu - size = 2000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 1100 - } - - soldiers = { - culture = bengali - religion = hindu - size = 2000 - } - - farmers = { - culture = bengali - religion = hindu - size = 181500 - } + aristocrats = { + culture = bengali + religion = sunni + size = 1750 + } + + clergymen = { + culture = bengali + religion = sunni + size = 3750 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + soldiers = { + culture = bengali + religion = sunni + size = 3000 + } + + soldiers = { + culture = bengali + religion = sunni + size = 750 + } + + farmers = { + culture = bengali + religion = sunni + size = 353750 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 1500 + } + + clergymen = { + culture = bengali + religion = hindu + size = 2000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 1100 + } + + soldiers = { + culture = bengali + religion = hindu + size = 2000 + } + + farmers = { + culture = bengali + religion = hindu + size = 181500 + } } #Jessore (2372000/593000 POPS) 1256 = { - aristocrats = { - culture = bengali - religion = sunni - size = 1500 - } - - clergymen = { - culture = bengali - religion = sunni - size = 3750 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 750 - } - - soldiers = { - culture = bengali - religion = sunni - size = 3000 - } - - soldiers = { - culture = bengali - religion = sunni - size = 750 - } - - farmers = { - culture = bengali - religion = sunni - size = 347250 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 2250 - } - - clergymen = { - culture = bengali - religion = hindu - size = 2000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 1100 - } - - soldiers = { - culture = bengali - religion = hindu - size = 2250 - } - - farmers = { - culture = bengali - religion = hindu - size = 201500 - } + aristocrats = { + culture = bengali + religion = sunni + size = 1500 + } + + clergymen = { + culture = bengali + religion = sunni + size = 3750 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 750 + } + + soldiers = { + culture = bengali + religion = sunni + size = 3000 + } + + soldiers = { + culture = bengali + religion = sunni + size = 750 + } + + farmers = { + culture = bengali + religion = sunni + size = 347250 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 2250 + } + + clergymen = { + culture = bengali + religion = hindu + size = 2000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 1100 + } + + soldiers = { + culture = bengali + religion = hindu + size = 2250 + } + + farmers = { + culture = bengali + religion = hindu + size = 201500 + } } #Chittagong (5884000/1471000 POPS) 1257 = { - aristocrats = { - culture = bengali - religion = sunni - size = 8000 - } - - clergymen = { - culture = bengali - religion = sunni - size = 8500 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000 - } - - artisans = { - culture = bengali - religion = sunni - size = 1100 - } - - soldiers = { - culture = bengali - religion = sunni - size = 3000 - } - - soldiers = { - culture = bengali - religion = sunni - size = 1500 - } - - farmers = { - culture = bengali - religion = sunni - size = 789000 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 6000 - } - - clergymen = { - culture = bengali - religion = hindu - size = 6000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 3000 - } - - soldiers = { - culture = bengali - religion = hindu - size = 1000 - } - - farmers = { - culture = bengali - religion = hindu - size = 545000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 250 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 20750 - } + aristocrats = { + culture = bengali + religion = sunni + size = 8000 + } + + clergymen = { + culture = bengali + religion = sunni + size = 8500 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000 + } + + artisans = { + culture = bengali + religion = sunni + size = 1100 + } + + soldiers = { + culture = bengali + religion = sunni + size = 3000 + } + + soldiers = { + culture = bengali + religion = sunni + size = 1500 + } + + farmers = { + culture = bengali + religion = sunni + size = 789000 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 6000 + } + + clergymen = { + culture = bengali + religion = hindu + size = 6000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 3000 + } + + soldiers = { + culture = bengali + religion = hindu + size = 1000 + } + + farmers = { + culture = bengali + religion = hindu + size = 545000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 250 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 20750 + } } #Andaman Islands (14000/3500 POPS) 1320 = { - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3400 - } + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3400 + } } #Assam Region : 2676000 #under rule of Britain 1836 #Gauhati (1060000/265000 POPS) 1258 = { - bureaucrats = { - culture = british - religion = protestant - size = 25 - } - - aristocrats = { - culture = assamese - religion = hindu - size = 11500 - } - - bureaucrats = { - culture = assamese - religion = hindu - size = 500 - } - - clergymen = { - culture = assamese - religion = hindu - size = 1500 - } - - artisans = { - culture = assamese - religion = hindu - size = 8000 - } - - soldiers = { - culture = assamese - religion = hindu - size = 1500 - } - - farmers = { - culture = assamese - religion = hindu - size = 135500 - } - - bureaucrats = { - culture = assamese - religion = sunni - size = 250 - } - - clergymen = { - culture = assamese - religion = sunni - size = 500 - } - - artisans = { - culture = assamese - religion = sunni - size = 2500 - } - - soldiers = { - culture = assamese - religion = sunni - size = 500 - } - - farmers = { - culture = assamese - religion = sunni - size = 45750 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 500 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2500 - } - - farmers = { - culture = asian_minor - religion = animist - size = 53500 - } + bureaucrats = { + culture = british + religion = protestant + size = 25 + } + + aristocrats = { + culture = assamese + religion = hindu + size = 11500 + } + + bureaucrats = { + culture = assamese + religion = hindu + size = 500 + } + + clergymen = { + culture = assamese + religion = hindu + size = 1500 + } + + artisans = { + culture = assamese + religion = hindu + size = 8000 + } + + soldiers = { + culture = assamese + religion = hindu + size = 1500 + } + + farmers = { + culture = assamese + religion = hindu + size = 135500 + } + + bureaucrats = { + culture = assamese + religion = sunni + size = 250 + } + + clergymen = { + culture = assamese + religion = sunni + size = 500 + } + + artisans = { + culture = assamese + religion = sunni + size = 2500 + } + + soldiers = { + culture = assamese + religion = sunni + size = 500 + } + + farmers = { + culture = assamese + religion = sunni + size = 45750 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 500 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2500 + } + + farmers = { + culture = asian_minor + religion = animist + size = 53500 + } } #Imphal (616000/154000 POPS) 1259 = { - aristocrats = { - culture = manipuri - religion = hindu - size = 1100 - } - - clergymen = { - culture = manipuri - religion = hindu - size = 1100 - } - - artisans = { - culture = manipuri - religion = hindu - size = 4750 - } - - soldiers = { - culture = manipuri - religion = hindu - size = 1100 - } - - farmers = { - culture = manipuri - religion = hindu - size = 88250 - } - - clergymen = { - culture = assamese - religion = sunni - size = 375 - } - - artisans = { - culture = assamese - religion = sunni - size = 2000 - } - - soldiers = { - culture = assamese - religion = sunni - size = 500 - } - - farmers = { - culture = assamese - religion = sunni - size = 28125 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 250 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 25000 - } + aristocrats = { + culture = manipuri + religion = hindu + size = 1100 + } + + clergymen = { + culture = manipuri + religion = hindu + size = 1100 + } + + artisans = { + culture = manipuri + religion = hindu + size = 4750 + } + + soldiers = { + culture = manipuri + religion = hindu + size = 1100 + } + + farmers = { + culture = manipuri + religion = hindu + size = 88250 + } + + clergymen = { + culture = assamese + religion = sunni + size = 375 + } + + artisans = { + culture = assamese + religion = sunni + size = 2000 + } + + soldiers = { + culture = assamese + religion = sunni + size = 500 + } + + farmers = { + culture = assamese + religion = sunni + size = 28125 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 250 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 25000 + } } #Dibrugarh (392000/98000 POPS) 1260 = { - aristocrats = { - culture = assamese - religion = hindu - size = 1100 - } - - clergymen = { - culture = assamese - religion = hindu - size = 750 - } - - artisans = { - culture = assamese - religion = hindu - size = 4500 - } - - soldiers = { - culture = assamese - religion = hindu - size = 1100 - } - - farmers = { - culture = assamese - religion = hindu - size = 79750 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 9425 - } + aristocrats = { + culture = assamese + religion = hindu + size = 1100 + } + + clergymen = { + culture = assamese + religion = hindu + size = 750 + } + + artisans = { + culture = assamese + religion = hindu + size = 4500 + } + + soldiers = { + culture = assamese + religion = hindu + size = 1100 + } + + farmers = { + culture = assamese + religion = hindu + size = 79750 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 9425 + } } #Agartala (608000/152000 POPS) 2566 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 1100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 875 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5000 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 89125 - } - - clergymen = { - culture = bengali - religion = sunni - size = 625 - } - - artisans = { - culture = bengali - religion = sunni - size = 2750 - } - - soldiers = { - culture = bengali - religion = sunni - size = 500 - } - - farmers = { - culture = bengali - religion = sunni - size = 51125 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 1100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 875 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5000 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 89125 + } + + clergymen = { + culture = bengali + religion = sunni + size = 625 + } + + artisans = { + culture = bengali + religion = sunni + size = 2750 + } + + soldiers = { + culture = bengali + religion = sunni + size = 500 + } + + farmers = { + culture = bengali + religion = sunni + size = 51125 + } } #Orissa Region (1588000) #Ruled by Britain 1836 (944000) #Cuttack (944000/236000 POPS) 1261 = { - aristocrats = { - culture = oriya - religion = hindu - size = 2500 - } - - clergymen = { - culture = oriya - religion = hindu - size = 2500 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 250 - } - - artisans = { - culture = oriya - religion = hindu - size = 10000 - } - - artisans = { - culture = oriya - religion = hindu - size = 2000 - } - - soldiers = { - culture = oriya - religion = hindu - size = 2250 - } - - farmers = { - culture = oriya - religion = hindu - size = 215500 - } - - farmers = { - culture = bengali - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25 - } + aristocrats = { + culture = oriya + religion = hindu + size = 2500 + } + + clergymen = { + culture = oriya + religion = hindu + size = 2500 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 250 + } + + artisans = { + culture = oriya + religion = hindu + size = 10000 + } + + artisans = { + culture = oriya + religion = hindu + size = 2000 + } + + soldiers = { + culture = oriya + religion = hindu + size = 2250 + } + + farmers = { + culture = oriya + religion = hindu + size = 215500 + } + + farmers = { + culture = bengali + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25 + } } #Ruled by Native Rulers 1836 (644000) #Keunjahr (436000/109000 POPS) 1262 = { - aristocrats = { - culture = oriya - religion = hindu - size = 900 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 100 - } - - clergymen = { - culture = oriya - religion = hindu - size = 850 - } - - artisans = { - culture = oriya - religion = hindu - size = 4000 - } - - soldiers = { - culture = oriya - religion = hindu - size = 3000 - } - - soldiers = { - culture = oriya - religion = hindu - size = 1000 - } - - farmers = { - culture = oriya - religion = hindu - size = 75150 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 225 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 200 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - serfs = { - culture = asian_minor - religion = animist - size = 20000 - } - - clergymen = { - culture = bengali - religion = sunni - size = 75 - } - - farmers = { - culture = bengali - religion = sunni - size = 2925 - } + aristocrats = { + culture = oriya + religion = hindu + size = 900 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 100 + } + + clergymen = { + culture = oriya + religion = hindu + size = 850 + } + + artisans = { + culture = oriya + religion = hindu + size = 4000 + } + + soldiers = { + culture = oriya + religion = hindu + size = 3000 + } + + soldiers = { + culture = oriya + religion = hindu + size = 1000 + } + + farmers = { + culture = oriya + religion = hindu + size = 75150 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 225 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 200 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + serfs = { + culture = asian_minor + religion = animist + size = 20000 + } + + clergymen = { + culture = bengali + religion = sunni + size = 75 + } + + farmers = { + culture = bengali + religion = sunni + size = 2925 + } } #Sambalpur (208000/52000 POPS) 1263 = { - aristocrats = { - culture = oriya - religion = hindu - size = 300 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 50 - } - - clergymen = { - culture = oriya - religion = hindu - size = 300 - } - - artisans = { - culture = oriya - religion = hindu - size = 1450 - } - - soldiers = { - culture = oriya - religion = hindu - size = 1100 - } - - farmers = { - culture = oriya - religion = hindu - size = 25900 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 250 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 225 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1050 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - farmers = { - culture = asian_minor - religion = animist - size = 11225 - } - - serfs = { - culture = asian_minor - religion = animist - size = 10000 - } + aristocrats = { + culture = oriya + religion = hindu + size = 300 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 50 + } + + clergymen = { + culture = oriya + religion = hindu + size = 300 + } + + artisans = { + culture = oriya + religion = hindu + size = 1450 + } + + soldiers = { + culture = oriya + religion = hindu + size = 1100 + } + + farmers = { + culture = oriya + religion = hindu + size = 25900 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 250 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 225 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1050 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + farmers = { + culture = asian_minor + religion = animist + size = 11225 + } + + serfs = { + culture = asian_minor + religion = animist + size = 10000 + } } #Rajputana Region (4616000) #Under rule of Britain 1836 (200000) #Ajmer (200000/50000 POPS) 1264 = { - aristocrats = { - culture = rajput - religion = hindu - size = 500 - } - - clergymen = { - culture = rajput - religion = hindu - size = 500 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 50 - } - - artisans = { - culture = rajput - religion = hindu - size = 8000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 500 - } - - farmers = { - culture = rajput - religion = hindu - size = 29450 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 250 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 125 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 300 - } - - farmers = { - culture = avadhi - religion = sunni - size = 8325 - } - - bureaucrats = { - culture = british - religion = protestant - size = 10 - } + aristocrats = { + culture = rajput + religion = hindu + size = 500 + } + + clergymen = { + culture = rajput + religion = hindu + size = 500 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 50 + } + + artisans = { + culture = rajput + religion = hindu + size = 8000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 500 + } + + farmers = { + culture = rajput + religion = hindu + size = 29450 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 250 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 125 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 300 + } + + farmers = { + culture = avadhi + religion = sunni + size = 8325 + } + + bureaucrats = { + culture = british + religion = protestant + size = 10 + } } -#Under rule of Jaisalmer 1836 +#Under rule of Jaisalmer 1836 #Jaisalmer (440000/110000 POPS) 1265 = { - aristocrats = { - culture = rajput - religion = hindu - size = 2100 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 125 - } - - officers = { - culture = rajput - religion = hindu - size = 100 - } - - clergymen = { - culture = rajput - religion = hindu - size = 1050 - } - - artisans = { - culture = rajput - religion = hindu - size = 3000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 1100 - } - - farmers = { - culture = rajput - religion = hindu - size = 74525 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2500 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 100 - } - - farmers = { - culture = avadhi - religion = sunni - size = 5325 - } - - serfs = { - culture = rajput - religion = hindu - size = 20000 - } + aristocrats = { + culture = rajput + religion = hindu + size = 2100 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 125 + } + + officers = { + culture = rajput + religion = hindu + size = 100 + } + + clergymen = { + culture = rajput + religion = hindu + size = 1050 + } + + artisans = { + culture = rajput + religion = hindu + size = 3000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 1100 + } + + farmers = { + culture = rajput + religion = hindu + size = 74525 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2500 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 100 + } + + farmers = { + culture = avadhi + religion = sunni + size = 5325 + } + + serfs = { + culture = rajput + religion = hindu + size = 20000 + } } -#Under rule of Jodhpur 1836 +#Under rule of Jodhpur 1836 #Jodhpur (1296000/324000 POPS) 1266 = { - aristocrats = { - culture = rajput - religion = hindu - size = 12200 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 350 - } - - officers = { - culture = rajput - religion = hindu - size = 350 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3050 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000 - } - - artisans = { - culture = rajput - religion = hindu - size = 5000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 3000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 1000 - } - - farmers = { - culture = rajput - religion = hindu - size = 206050 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 4200 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2500 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 200 - } - - farmers = { - culture = avadhi - religion = sunni - size = 7100 - } - - serfs = { - culture = rajput - religion = hindu - size = 50000 - } + aristocrats = { + culture = rajput + religion = hindu + size = 12200 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 350 + } + + officers = { + culture = rajput + religion = hindu + size = 350 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3050 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000 + } + + artisans = { + culture = rajput + religion = hindu + size = 5000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 3000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 1000 + } + + farmers = { + culture = rajput + religion = hindu + size = 206050 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 4200 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2500 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 200 + } + + farmers = { + culture = avadhi + religion = sunni + size = 7100 + } + + serfs = { + culture = rajput + religion = hindu + size = 50000 + } } -#Under rule of Bikaner 1836 +#Under rule of Bikaner 1836 #Bikaner (1044000/261000 POPS) 1267 = { - aristocrats = { - culture = rajput - religion = hindu - size = 5600 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 275 - } - - officers = { - culture = rajput - religion = hindu - size = 250 - } - - clergymen = { - culture = rajput - religion = hindu - size = 2750 - } - - artisans = { - culture = rajput - religion = hindu - size = 8500 - } - - soldiers = { - culture = rajput - religion = hindu - size = 3000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 2000 - } - - farmers = { - culture = rajput - religion = hindu - size = 154625 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 100 - } - - farmers = { - culture = avadhi - religion = sunni - size = 2825 - } - - serfs = { - culture = rajput - religion = hindu - size = 40000 - } - - - farmers = { - culture = panjabi - religion = sunni - size = 30000 - } + aristocrats = { + culture = rajput + religion = hindu + size = 5600 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 275 + } + + officers = { + culture = rajput + religion = hindu + size = 250 + } + + clergymen = { + culture = rajput + religion = hindu + size = 2750 + } + + artisans = { + culture = rajput + religion = hindu + size = 8500 + } + + soldiers = { + culture = rajput + religion = hindu + size = 3000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 2000 + } + + farmers = { + culture = rajput + religion = hindu + size = 154625 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 100 + } + + farmers = { + culture = avadhi + religion = sunni + size = 2825 + } + + serfs = { + culture = rajput + religion = hindu + size = 40000 + } + + + farmers = { + culture = panjabi + religion = sunni + size = 30000 + } } -#Under rule of Jaipur 1836 +#Under rule of Jaipur 1836 #Jaipur (1636000/409000 POPS) 1268 = { - aristocrats = { - culture = rajput - religion = hindu - size = 10000 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 450 - } - - officers = { - culture = rajput - religion = hindu - size = 450 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3500 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 3000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 1000 - } - - farmers = { - culture = rajput - religion = hindu - size = 213600 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 500 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 5050 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 600 - } - - farmers = { - culture = avadhi - religion = sunni - size = 59050 - } - - serfs = { - culture = rajput - religion = hindu - size = 70000 - } - - farmers = { - culture = panjabi - religion = sunni - size = 30000 - } + aristocrats = { + culture = rajput + religion = hindu + size = 10000 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 450 + } + + officers = { + culture = rajput + religion = hindu + size = 450 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3500 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 3000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 1000 + } + + farmers = { + culture = rajput + religion = hindu + size = 213600 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 500 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 5050 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 600 + } + + farmers = { + culture = avadhi + religion = sunni + size = 59050 + } + + serfs = { + culture = rajput + religion = hindu + size = 70000 + } + + farmers = { + culture = panjabi + religion = sunni + size = 30000 + } } -#Under rule of Mewar 1836 +#Under rule of Mewar 1836 #Udaipur (1344000/336000 POPS) 1269 = { - aristocrats = { - culture = rajput - religion = hindu - size = 7000 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 350 - } - - officers = { - culture = rajput - religion = hindu - size = 350 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3300 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000 - } - - artisans = { - culture = rajput - religion = hindu - size = 5000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 3000 - } - - soldiers = { - culture = rajput - religion = hindu - size = 1000 - } - - farmers = { - culture = rajput - religion = hindu - size = 250600 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 50 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 50 - } - - farmers = { - culture = avadhi - religion = sunni - size = 900 - } - - serfs = { - culture = rajput - religion = hindu - size = 50000 - } + aristocrats = { + culture = rajput + religion = hindu + size = 7000 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 350 + } + + officers = { + culture = rajput + religion = hindu + size = 350 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3300 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000 + } + + artisans = { + culture = rajput + religion = hindu + size = 5000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 3000 + } + + soldiers = { + culture = rajput + religion = hindu + size = 1000 + } + + farmers = { + culture = rajput + religion = hindu + size = 250600 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 50 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 50 + } + + farmers = { + culture = avadhi + religion = sunni + size = 900 + } + + serfs = { + culture = rajput + religion = hindu + size = 50000 + } } -#Central Provinces Region (8044000) +#Central Provinces Region (8044000) #Under rule of Gwalior 1836 #Gwalior (1184000/296000 POPS) 1270 = { - aristocrats = { - culture = marathi - religion = hindu - size = 6000 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 250 - } - - officers = { - culture = marathi - religion = hindu - size = 300 - } - - clergymen = { - culture = marathi - religion = hindu - size = 4375 - } - - artisans = { - culture = marathi - religion = hindu - size = 9000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 1000 - } - - farmers = { - culture = marathi - religion = hindu - size = 204075 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 150 - } - - artisans = { - culture = avadhi - religion = sunni - size = 6000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 200 - } - - farmers = { - culture = avadhi - religion = sunni - size = 8650 - } - - serfs = { - culture = marathi - religion = hindu - size = 50000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 6000 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 250 + } + + officers = { + culture = marathi + religion = hindu + size = 300 + } + + clergymen = { + culture = marathi + religion = hindu + size = 4375 + } + + artisans = { + culture = marathi + religion = hindu + size = 9000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 1000 + } + + farmers = { + culture = marathi + religion = hindu + size = 204075 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 150 + } + + artisans = { + culture = avadhi + religion = sunni + size = 6000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 200 + } + + farmers = { + culture = avadhi + religion = sunni + size = 8650 + } + + serfs = { + culture = marathi + religion = hindu + size = 50000 + } } #Under rule of Indore 1836 #Indore (1048000/262000 POPS) 1271 = { - aristocrats = { - culture = marathi - religion = hindu - size = 5600 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 250 - } - - officers = { - culture = marathi - religion = hindu - size = 250 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2500 - } - - artisans = { - culture = marathi - religion = hindu - size = 9000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - farmers = { - culture = marathi - religion = hindu - size = 190400 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 50 - } - - farmers = { - culture = avadhi - religion = sunni - size = 2875 - } - - serfs = { - culture = marathi - religion = hindu - size = 40000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 5600 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 250 + } + + officers = { + culture = marathi + religion = hindu + size = 250 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2500 + } + + artisans = { + culture = marathi + religion = hindu + size = 9000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + farmers = { + culture = marathi + religion = hindu + size = 190400 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 50 + } + + farmers = { + culture = avadhi + religion = sunni + size = 2875 + } + + serfs = { + culture = marathi + religion = hindu + size = 40000 + } } #Under rule of Bhopal 1836 #Bhopal (812000/203000 POPS) 1272 = { - aristocrats = { - culture = marathi - religion = hindu - size = 4000 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 200 - } - - officers = { - culture = marathi - religion = hindu - size = 200 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2000 - } - - artisans = { - culture = marathi - religion = hindu - size = 7500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 1000 - } - - farmers = { - culture = marathi - religion = hindu - size = 139100 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 100 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2500 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 100 - } - - farmers = { - culture = avadhi - religion = sunni - size = 400 - } - - serfs = { - culture = marathi - religion = hindu - size = 40000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 4000 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 200 + } + + officers = { + culture = marathi + religion = hindu + size = 200 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2000 + } + + artisans = { + culture = marathi + religion = hindu + size = 7500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 1000 + } + + farmers = { + culture = marathi + religion = hindu + size = 139100 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 100 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2500 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 100 + } + + farmers = { + culture = avadhi + religion = sunni + size = 400 + } + + serfs = { + culture = marathi + religion = hindu + size = 40000 + } } #Under Native Rule 1836 #Chhatarpur (632000/158000 POPS) 1273 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1100 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 150 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1100 - } - - artisans = { - culture = kanauji - religion = hindu - size = 4500 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 1100 - } - - farmers = { - culture = kanauji - religion = hindu - size = 84350 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 700 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 750 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 650 - } - - serfs = { - culture = asian_minor - religion = animist - size = 60000 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 50 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2000 - } - - farmers = { - culture = avadhi - religion = sunni - size = 950 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1100 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 150 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1100 + } + + artisans = { + culture = kanauji + religion = hindu + size = 4500 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 1100 + } + + farmers = { + culture = kanauji + religion = hindu + size = 84350 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 700 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 750 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 650 + } + + serfs = { + culture = asian_minor + religion = animist + size = 60000 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 50 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2000 + } + + farmers = { + culture = avadhi + religion = sunni + size = 950 + } } #Rewah (748000/187000 POPS) 1274 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1400 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 200 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1300 - } - - artisans = { - culture = kanauji - religion = hindu - size = 4500 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 3000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 1000 - } - - farmers = { - culture = kanauji - religion = hindu - size = 117600 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4000 - } - - farmers = { - culture = avadhi - religion = sunni - size = 1925 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 600 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 5050 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 550 - } - - serfs = { - culture = asian_minor - religion = animist - size = 54000 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1400 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 200 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1300 + } + + artisans = { + culture = kanauji + religion = hindu + size = 4500 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 3000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 1000 + } + + farmers = { + culture = kanauji + religion = hindu + size = 117600 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4000 + } + + farmers = { + culture = avadhi + religion = sunni + size = 1925 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 600 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 5050 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 550 + } + + serfs = { + culture = asian_minor + religion = animist + size = 54000 + } } #under British rule 1836 (3620000) #Jubbulpore (3024000/756000 POPS) 1275 = { - aristocrats = { - culture = marathi - religion = hindu - size = 27500 - } - - clergymen = { - culture = marathi - religion = hindu - size = 7000 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 850 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000 - } - - artisans = { - culture = marathi - religion = hindu - size = 2500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 1500 - } - - farmers = { - culture = marathi - religion = hindu - size = 648650 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 250 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 50 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1500 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 250 - } - - farmers = { - culture = avadhi - religion = sunni - size = 25950 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25 - } + aristocrats = { + culture = marathi + religion = hindu + size = 27500 + } + + clergymen = { + culture = marathi + religion = hindu + size = 7000 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 850 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000 + } + + artisans = { + culture = marathi + religion = hindu + size = 2500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 1500 + } + + farmers = { + culture = marathi + religion = hindu + size = 648650 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 250 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 50 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1500 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 250 + } + + farmers = { + culture = avadhi + religion = sunni + size = 25950 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25 + } } #Hoshangabad (596000/149000 POPS) 1276 = { - aristocrats = { - culture = marathi - religion = hindu - size = 1500 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1500 - } - - artisans = { - culture = marathi - religion = hindu - size = 7500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 1500 - } - - farmers = { - culture = marathi - religion = hindu - size = 125000 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 100 - } - - artisans = { - culture = avadhi - religion = sunni - size = 600 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 100 - } - - farmers = { - culture = avadhi - religion = sunni - size = 11200 - } + aristocrats = { + culture = marathi + religion = hindu + size = 1500 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1500 + } + + artisans = { + culture = marathi + religion = hindu + size = 7500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 1500 + } + + farmers = { + culture = marathi + religion = hindu + size = 125000 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 100 + } + + artisans = { + culture = avadhi + religion = sunni + size = 600 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 100 + } + + farmers = { + culture = avadhi + religion = sunni + size = 11200 + } } #Nagpur Region (5028000) #Under Rule of Nagpur 1836 (3324000) #Nagpur (1848000/462000 POPS) 1277 = { - aristocrats = { - culture = marathi - religion = hindu - size = 25750 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 1150 - } - - officers = { - culture = marathi - religion = hindu - size = 750 - } - - clergymen = { - culture = marathi - religion = hindu - size = 3750 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000 - } - - artisans = { - culture = marathi - religion = hindu - size = 2000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 750 - } - - farmers = { - culture = marathi - religion = hindu - size = 315850 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 350 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 350 - } - - farmers = { - culture = avadhi - religion = sunni - size = 28300 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 650 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 600 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2000 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 650 - } - - serfs = { - culture = asian_minor - religion = animist - size = 57000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 25750 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 1150 + } + + officers = { + culture = marathi + religion = hindu + size = 750 + } + + clergymen = { + culture = marathi + religion = hindu + size = 3750 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000 + } + + artisans = { + culture = marathi + religion = hindu + size = 2000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 750 + } + + farmers = { + culture = marathi + religion = hindu + size = 315850 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 350 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 350 + } + + farmers = { + culture = avadhi + religion = sunni + size = 28300 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 650 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 600 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2000 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 650 + } + + serfs = { + culture = asian_minor + religion = animist + size = 57000 + } } #Raipur (804000/201000 POPS) 1280 = { - aristocrats = { - culture = marathi - religion = hindu - size = 850 - } - - clergymen = { - culture = marathi - religion = hindu - size = 800 - } - - artisans = { - culture = marathi - religion = hindu - size = 7000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 800 - } - - farmers = { - culture = marathi - religion = hindu - size = 70550 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1250 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1225 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3050 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 604225 - } - - serfs = { - culture = asian_minor - religion = animist - size = 50000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 850 + } + + clergymen = { + culture = marathi + religion = hindu + size = 800 + } + + artisans = { + culture = marathi + religion = hindu + size = 7000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 800 + } + + farmers = { + culture = marathi + religion = hindu + size = 70550 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1250 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1225 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3050 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 604225 + } + + serfs = { + culture = asian_minor + religion = animist + size = 50000 + } } #Bilaspur (672000/168000 POPS) 1281 = { - aristocrats = { - culture = marathi - religion = hindu - size = 850 - } - - clergymen = { - culture = marathi - religion = hindu - size = 850 - } - - artisans = { - culture = marathi - religion = hindu - size = 5000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 1100 - } - - farmers = { - culture = marathi - religion = hindu - size = 74300 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 850 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 850 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3400 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 850 - } - - farmers = { - culture = asian_minor - religion = animist - size = 50050 - } - - serfs = { - culture = asian_minor - religion = animist - size = 30000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 850 + } + + clergymen = { + culture = marathi + religion = hindu + size = 850 + } + + artisans = { + culture = marathi + religion = hindu + size = 5000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 1100 + } + + farmers = { + culture = marathi + religion = hindu + size = 74300 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 850 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 850 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3400 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 850 + } + + farmers = { + culture = asian_minor + religion = animist + size = 50050 + } + + serfs = { + culture = asian_minor + religion = animist + size = 30000 + } } #Under rule of Hyderabad 1836 -#Amaraoti (1268000/317000 POPS) +#Amaraoti (1268000/317000 POPS) 1278 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3000 - } - - clergymen = { - culture = marathi - religion = hindu - size = 3000 - } - - artisans = { - culture = marathi - religion = hindu - size = 7500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - farmers = { - culture = marathi - religion = hindu - size = 240500 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 200 - } - - artisans = { - culture = avadhi - religion = sunni - size = 8000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 300 - } - - farmers = { - culture = avadhi - religion = sunni - size = 11500 - } - - serfs = { - culture = marathi - religion = hindu - size = 40000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3000 + } + + clergymen = { + culture = marathi + religion = hindu + size = 3000 + } + + artisans = { + culture = marathi + religion = hindu + size = 7500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + farmers = { + culture = marathi + religion = hindu + size = 240500 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 200 + } + + artisans = { + culture = avadhi + religion = sunni + size = 8000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 300 + } + + farmers = { + culture = avadhi + religion = sunni + size = 11500 + } + + serfs = { + culture = marathi + religion = hindu + size = 40000 + } } #Under Rule of Bastar 1836 #Jagdalpur (436000/109000 POPS) 1279 = { - aristocrats = { - culture = telegu - religion = hindu - size = 1750 - } - - bureaucrats = { - culture = telegu - religion = hindu - size = 350 - } - - officers = { - culture = telegu - religion = hindu - size = 100 - } - - bureaucrats = { - culture = telegu - religion = hindu - size = 100 - } - - clergymen = { - culture = telegu - religion = hindu - size = 650 - } - - artisans = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 1000 - } - - farmers = { - culture = telegu - religion = hindu - size = 58400 - } - - clergymen = { - culture = telegu - religion = sunni - size = 50 - } - - artisans = { - culture = telegu - religion = sunni - size = 1500 - } - - farmers = { - culture = telegu - religion = sunni - size = 4500 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 400 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 350 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 400 - } - - farmers = { - culture = asian_minor - religion = animist - size = 10000 - } - - serfs = { - culture = asian_minor - religion = animist - size = 24000 - } + aristocrats = { + culture = telegu + religion = hindu + size = 1750 + } + + bureaucrats = { + culture = telegu + religion = hindu + size = 350 + } + + officers = { + culture = telegu + religion = hindu + size = 100 + } + + bureaucrats = { + culture = telegu + religion = hindu + size = 100 + } + + clergymen = { + culture = telegu + religion = hindu + size = 650 + } + + artisans = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 1000 + } + + farmers = { + culture = telegu + religion = hindu + size = 58400 + } + + clergymen = { + culture = telegu + religion = sunni + size = 50 + } + + artisans = { + culture = telegu + religion = sunni + size = 1500 + } + + farmers = { + culture = telegu + religion = sunni + size = 4500 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 400 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 350 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 400 + } + + farmers = { + culture = asian_minor + religion = animist + size = 10000 + } + + serfs = { + culture = asian_minor + religion = animist + size = 24000 + } } #Under Native Rule 1836 #Raigarh (548000/137000 POPS) #Ruled by Raigarh 1282 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1125 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 125 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1050 - } - - artisans = { - culture = kanauji - religion = hindu - size = 5000 - } - - soldiers = { - culture = kanauji - religion = hindu - size = 1100 - } - - farmers = { - culture = kanauji - religion = hindu - size = 97600 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 350 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 300 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2000 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 350 - } - - farmers = { - culture = asian_minor - religion = animist - size = 30000 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1125 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 125 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1050 + } + + artisans = { + culture = kanauji + religion = hindu + size = 5000 + } + + soldiers = { + culture = kanauji + religion = hindu + size = 1100 + } + + farmers = { + culture = kanauji + religion = hindu + size = 97600 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 350 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 300 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2000 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 350 + } + + farmers = { + culture = asian_minor + religion = animist + size = 30000 + } } #Hyderabad Region (6396000) #Under the Rule of Hyderabad 1836 #Hyderabad (1756000/439000 POPS) 1283 = { - aristocrats = { - culture = telegu - religion = hindu - size = 24000 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3250 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000 - } - - artisans = { - culture = telegu - religion = hindu - size = 2000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 500 - } - - farmers = { - culture = telegu - religion = hindu - size = 197250 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1250 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 2250 - } - - officers = { - culture = avadhi - religion = sunni - size = 2000 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 625 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 3000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 1000 - } - - farmers = { - culture = avadhi - religion = sunni - size = 13875 - } - - aristocrats = { - culture = avadhi - religion = shiite - size = 50 - } - - clergymen = { - culture = avadhi - religion = shiite - size = 50 - } - - artisans = { - culture = avadhi - religion = shiite - size = 4000 - } - - soldiers = { - culture = avadhi - religion = shiite - size = 75 - } - - farmers = { - culture = avadhi - religion = shiite - size = 1835 - } - - serfs = { - culture = telegu - religion = hindu - size = 30000 - } + aristocrats = { + culture = telegu + religion = hindu + size = 24000 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3250 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000 + } + + artisans = { + culture = telegu + religion = hindu + size = 2000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 500 + } + + farmers = { + culture = telegu + religion = hindu + size = 197250 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1250 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 2250 + } + + officers = { + culture = avadhi + religion = sunni + size = 2000 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 625 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 3000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 1000 + } + + farmers = { + culture = avadhi + religion = sunni + size = 13875 + } + + aristocrats = { + culture = avadhi + religion = shiite + size = 50 + } + + clergymen = { + culture = avadhi + religion = shiite + size = 50 + } + + artisans = { + culture = avadhi + religion = shiite + size = 4000 + } + + soldiers = { + culture = avadhi + religion = shiite + size = 75 + } + + farmers = { + culture = avadhi + religion = shiite + size = 1835 + } + + serfs = { + culture = telegu + religion = hindu + size = 30000 + } } #Aurangabad (1244000/311000 POPS) 1284 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2000 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2250 - } - - artisans = { - culture = marathi - religion = hindu - size = 7500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2500 - } - - farmers = { - culture = marathi - religion = hindu - size = 169750 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 900 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 500 - } - - artisans = { - culture = avadhi - religion = sunni - size = 8000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 700 - } - - farmers = { - culture = avadhi - religion = sunni - size = 36900 - } - - serfs = { - culture = marathi - religion = hindu - size = 80000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2000 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2250 + } + + artisans = { + culture = marathi + religion = hindu + size = 7500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2500 + } + + farmers = { + culture = marathi + religion = hindu + size = 169750 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 900 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 500 + } + + artisans = { + culture = avadhi + religion = sunni + size = 8000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 700 + } + + farmers = { + culture = avadhi + religion = sunni + size = 36900 + } + + serfs = { + culture = marathi + religion = hindu + size = 80000 + } } #Nizamabad (1052000/263000 POPS) 1285 = { - aristocrats = { - culture = marathi - religion = hindu - size = 1500 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1750 - } - - artisans = { - culture = marathi - religion = hindu - size = 6500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2000 - } - - farmers = { - culture = marathi - religion = hindu - size = 168350 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1100 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 500 - } - - artisans = { - culture = avadhi - religion = sunni - size = 7000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 800 - } - - farmers = { - culture = avadhi - religion = sunni - size = 23700 - } - - serfs = { - culture = marathi - religion = hindu - size = 50000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 1500 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1750 + } + + artisans = { + culture = marathi + religion = hindu + size = 6500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2000 + } + + farmers = { + culture = marathi + religion = hindu + size = 168350 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1100 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 500 + } + + artisans = { + culture = avadhi + religion = sunni + size = 7000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 800 + } + + farmers = { + culture = avadhi + religion = sunni + size = 23700 + } + + serfs = { + culture = marathi + religion = hindu + size = 50000 + } } #Gulbarga (784000/196000 POPS) 1286 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1500 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1500 - } - - artisans = { - culture = kannada - religion = hindu - size = 5000 - } - - soldiers = { - culture = kannada - religion = hindu - size = 1800 - } - - farmers = { - culture = kannada - religion = hindu - size = 131300 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 200 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 125 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5000 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 150 - } - - farmers = { - culture = avadhi - religion = sunni - size = 4525 - } - - serfs = { - culture = kannada - religion = hindu - size = 35000 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1500 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1500 + } + + artisans = { + culture = kannada + religion = hindu + size = 5000 + } + + soldiers = { + culture = kannada + religion = hindu + size = 1800 + } + + farmers = { + culture = kannada + religion = hindu + size = 131300 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 200 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 125 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5000 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 150 + } + + farmers = { + culture = avadhi + religion = sunni + size = 4525 + } + + serfs = { + culture = kannada + religion = hindu + size = 35000 + } } #Warangal (1560000/390000 POPS) 1287 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3250 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3325 - } - - artisans = { - culture = telegu - religion = hindu - size = 9500 - } - - soldiers = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 500 - } - - farmers = { - culture = telegu - religion = hindu - size = 254325 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 250 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 150 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1100 - } - - soldiers = { - culture = avadhi - religion = sunni - size = 250 - } - - farmers = { - culture = avadhi - religion = sunni - size = 5350 - } - - serfs = { - culture = telegu - religion = hindu - size = 100000 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3250 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3325 + } + + artisans = { + culture = telegu + religion = hindu + size = 9500 + } + + soldiers = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 500 + } + + farmers = { + culture = telegu + religion = hindu + size = 254325 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 250 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 150 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1100 + } + + soldiers = { + culture = avadhi + religion = sunni + size = 250 + } + + farmers = { + culture = avadhi + religion = sunni + size = 5350 + } + + serfs = { + culture = telegu + religion = hindu + size = 100000 + } } #Sind Region (1864000) #Under rule of Sind in 1836 #Karachi (920000/230000 POPS) 1288 = { - aristocrats = { - culture = sindi - religion = sunni - size = 1900 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 800 - } - - officers = { - culture = sindi - religion = sunni - size = 300 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1875 - } - - artisans = { - culture = sindi - religion = sunni - size = 9000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 1000 - } - - farmers = { - culture = sindi - religion = sunni - size = 164125 - } - - aristocrats = { - culture = sindi - religion = shiite - size = 50 - } - - clergymen = { - culture = sindi - religion = shiite - size = 50 - } - - artisans = { - culture = sindi - religion = shiite - size = 300 - } - - soldiers = { - culture = sindi - religion = shiite - size = 50 - } - - farmers = { - culture = sindi - religion = shiite - size = 5650 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 350 - } - - clergymen = { - culture = sindi - religion = hindu - size = 375 - } - - artisans = { - culture = sindi - religion = hindu - size = 2000 - } - - serfs = { - culture = sindi - religion = hindu - size = 40000 - } + aristocrats = { + culture = sindi + religion = sunni + size = 1900 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 800 + } + + officers = { + culture = sindi + religion = sunni + size = 300 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1875 + } + + artisans = { + culture = sindi + religion = sunni + size = 9000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 1000 + } + + farmers = { + culture = sindi + religion = sunni + size = 164125 + } + + aristocrats = { + culture = sindi + religion = shiite + size = 50 + } + + clergymen = { + culture = sindi + religion = shiite + size = 50 + } + + artisans = { + culture = sindi + religion = shiite + size = 300 + } + + soldiers = { + culture = sindi + religion = shiite + size = 50 + } + + farmers = { + culture = sindi + religion = shiite + size = 5650 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 350 + } + + clergymen = { + culture = sindi + religion = hindu + size = 375 + } + + artisans = { + culture = sindi + religion = hindu + size = 2000 + } + + serfs = { + culture = sindi + religion = hindu + size = 40000 + } } #Sukkur (348000/87000 POPS) 1289 = { - aristocrats = { - culture = sindi - religion = sunni - size = 850 - } - - clergymen = { - culture = sindi - religion = sunni - size = 850 - } - - artisans = { - culture = sindi - religion = sunni - size = 4000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 1000 - } - - farmers = { - culture = sindi - religion = sunni - size = 73300 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 25 - } - - clergymen = { - culture = sindi - religion = hindu - size = 75 - } - - artisans = { - culture = sindi - religion = hindu - size = 200 - } - - farmers = { - culture = sindi - religion = hindu - size = 3700 - } + aristocrats = { + culture = sindi + religion = sunni + size = 850 + } + + clergymen = { + culture = sindi + religion = sunni + size = 850 + } + + artisans = { + culture = sindi + religion = sunni + size = 4000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 1000 + } + + farmers = { + culture = sindi + religion = sunni + size = 73300 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 25 + } + + clergymen = { + culture = sindi + religion = hindu + size = 75 + } + + artisans = { + culture = sindi + religion = hindu + size = 200 + } + + farmers = { + culture = sindi + religion = hindu + size = 3700 + } } #Umarkot (596000/149000 POPS) 1290 = { - aristocrats = { - culture = sindi - religion = sunni - size = 1350 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1350 - } - - artisans = { - culture = sindi - religion = sunni - size = 6750 - } - - soldiers = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 1000 - } - - farmers = { - culture = sindi - religion = sunni - size = 112700 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 125 - } - - clergymen = { - culture = sindi - religion = hindu - size = 125 - } - - artisans = { - culture = sindi - religion = hindu - size = 800 - } - - farmers = { - culture = sindi - religion = hindu - size = 14950 - } - - serfs = { - culture = sindi - religion = sunni - size = 20000 - } + aristocrats = { + culture = sindi + religion = sunni + size = 1350 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1350 + } + + artisans = { + culture = sindi + religion = sunni + size = 6750 + } + + soldiers = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 1000 + } + + farmers = { + culture = sindi + religion = sunni + size = 112700 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 125 + } + + clergymen = { + culture = sindi + religion = hindu + size = 125 + } + + artisans = { + culture = sindi + religion = hindu + size = 800 + } + + farmers = { + culture = sindi + religion = hindu + size = 14950 + } + + serfs = { + culture = sindi + religion = sunni + size = 20000 + } } #Gujarat (7812000) -#Under British Rule 1836 (2064000) +#Under British Rule 1836 (2064000) #Ahmadabad (992000/248000 POPS) 1291 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 2000 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 2000 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 350 - } - - artisans = { - culture = gujarati - religion = hindu - size = 1500 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 2000 - } - - farmers = { - culture = gujarati - religion = hindu - size = 169650 - } - - clergymen = { - culture = gujarati - religion = animist - size = 400 - } - - artisans = { - culture = gujarati - religion = animist - size = 3000 - } - - farmers = { - culture = gujarati - religion = animist - size = 18400 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 300 - } - - clergymen = { - culture = sindi - religion = sunni - size = 375 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 50 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000 - } - - artisans = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 500 - } - - farmers = { - culture = sindi - religion = sunni - size = 20775 - } - - bureaucrats = { - culture = british - religion = protestant - size = 10 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 2000 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 2000 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 350 + } + + artisans = { + culture = gujarati + religion = hindu + size = 1500 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 2000 + } + + farmers = { + culture = gujarati + religion = hindu + size = 169650 + } + + clergymen = { + culture = gujarati + religion = animist + size = 400 + } + + artisans = { + culture = gujarati + religion = animist + size = 3000 + } + + farmers = { + culture = gujarati + religion = animist + size = 18400 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 300 + } + + clergymen = { + culture = sindi + religion = sunni + size = 375 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 50 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000 + } + + artisans = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 500 + } + + farmers = { + culture = sindi + religion = sunni + size = 20775 + } + + bureaucrats = { + culture = british + religion = protestant + size = 10 + } } -#Surat (1072000/268000 POPS) +#Surat (1072000/268000 POPS) 1296 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 2500 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 3000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 4000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 2500 - } - - farmers = { - culture = gujarati - religion = hindu - size = 212000 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 750 - } - - clergymen = { - culture = sindi - religion = sunni - size = 375 - } - - artisans = { - culture = sindi - religion = sunni - size = 8000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 500 - } - - farmers = { - culture = sindi - religion = sunni - size = 24375 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 2500 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 3000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 4000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 2500 + } + + farmers = { + culture = gujarati + religion = hindu + size = 212000 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 750 + } + + clergymen = { + culture = sindi + religion = sunni + size = 375 + } + + artisans = { + culture = sindi + religion = sunni + size = 8000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 500 + } + + farmers = { + culture = sindi + religion = sunni + size = 24375 + } } #Under Rule of Beroda 1836 (3396000) #Patan (1816000/454000 POPS) 1294 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 28500 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 4500 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 2000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 1500 - } - - farmers = { - culture = gujarati - religion = hindu - size = 280300 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 25 - } - - clergymen = { - culture = sindi - religion = sunni - size = 75 - } - - artisans = { - culture = sindi - religion = sunni - size = 2000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 50 - } - - farmers = { - culture = sindi - religion = sunni - size = 850 - } - - serfs = { - culture = gujarati - religion = hindu - size = 50000 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 28500 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 4500 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 2000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 1500 + } + + farmers = { + culture = gujarati + religion = hindu + size = 280300 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 25 + } + + clergymen = { + culture = sindi + religion = sunni + size = 75 + } + + artisans = { + culture = sindi + religion = sunni + size = 2000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 50 + } + + farmers = { + culture = sindi + religion = sunni + size = 850 + } + + serfs = { + culture = gujarati + religion = hindu + size = 50000 + } } #Baroda (1580000/395000 POPS) 1295 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 4000 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 900 - } - - officers = { - culture = gujarati - religion = hindu - size = 800 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 4000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 6000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 2000 - } - - farmers = { - culture = gujarati - religion = hindu - size = 306820 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 50 - } - - clergymen = { - culture = sindi - religion = sunni - size = 50 - } - - artisans = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 50 - } - - farmers = { - culture = sindi - religion = sunni - size = 1850 - } - - serfs = { - culture = gujarati - religion = hindu - size = 50000 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 4000 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 900 + } + + officers = { + culture = gujarati + religion = hindu + size = 800 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 4000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 6000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 2000 + } + + farmers = { + culture = gujarati + religion = hindu + size = 306820 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 50 + } + + clergymen = { + culture = sindi + religion = sunni + size = 50 + } + + artisans = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 50 + } + + farmers = { + culture = sindi + religion = sunni + size = 1850 + } + + serfs = { + culture = gujarati + religion = hindu + size = 50000 + } } #Under Native Rule 1836 #Rajkot (2040000/510000 POPS) 1292 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 5000 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 500 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 5000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000 - } - - artisans = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 2000 - } - - farmers = { - culture = gujarati - religion = hindu - size = 301500 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 300 - } - - clergymen = { - culture = sindi - religion = sunni - size = 300 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000 - } - - artisans = { - culture = sindi - religion = sunni - size = 2000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 300 - } - - farmers = { - culture = sindi - religion = sunni - size = 17200 - } - - serfs = { - culture = gujarati - religion = hindu - size = 150000 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 5000 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 500 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 5000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000 + } + + artisans = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 2000 + } + + farmers = { + culture = gujarati + religion = hindu + size = 301500 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 300 + } + + clergymen = { + culture = sindi + religion = sunni + size = 300 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000 + } + + artisans = { + culture = sindi + religion = sunni + size = 2000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 300 + } + + farmers = { + culture = sindi + religion = sunni + size = 17200 + } + + serfs = { + culture = gujarati + religion = hindu + size = 150000 + } } #Mandvi (312000/78000 POPS) 1293 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 725 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 75 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 700 - } - - artisans = { - culture = gujarati - religion = hindu - size = 2500 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 3000 - } - - soldiers = { - culture = gujarati - religion = hindu - size = 1000 - } - - farmers = { - culture = gujarati - religion = hindu - size = 54050 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 75 - } - - clergymen = { - culture = sindi - religion = sunni - size = 70 - } - - artisans = { - culture = sindi - religion = sunni - size = 1100 - } - - soldiers = { - culture = sindi - religion = sunni - size = 75 - } - - serfs = { - culture = sindi - religion = sunni - size = 10780 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 725 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 75 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 700 + } + + artisans = { + culture = gujarati + religion = hindu + size = 2500 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 3000 + } + + soldiers = { + culture = gujarati + religion = hindu + size = 1000 + } + + farmers = { + culture = gujarati + religion = hindu + size = 54050 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 75 + } + + clergymen = { + culture = sindi + religion = sunni + size = 70 + } + + artisans = { + culture = sindi + religion = sunni + size = 1100 + } + + soldiers = { + culture = sindi + religion = sunni + size = 75 + } + + serfs = { + culture = sindi + religion = sunni + size = 10780 + } } #Bombay Presidency Region : 7848000 #under rule of Britain 1836 #Bombay (2680000/670000 POPS) 1297 = { - aristocrats = { - culture = marathi - religion = hindu - size = 26000 - } - - clergymen = { - culture = marathi - religion = hindu - size = 5500 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 1500 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000 - } - - artisans = { - culture = marathi - religion = hindu - size = 2000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2000 - } - - farmers = { - culture = marathi - religion = hindu - size = 400000 - } - - artisans = { - culture = sindi - religion = jewish - size = 1100 - } - - clergymen = { - culture = marathi - religion = catholic - size = 50 - } - - artisans = { - culture = marathi - religion = catholic - size = 1950 - } - - farmers = { - culture = marathi - religion = catholic - size = 2000 - } - - clergymen = { - culture = gujarati - religion = animist - size = 625 - } - - artisans = { - culture = gujarati - religion = animist - size = 8000 - } - - farmers = { - culture = gujarati - religion = animist - size = 38125 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 500 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1250 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 500 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 1500 - } - - farmers = { - culture = sindi - religion = sunni - size = 97250 - } - - clergymen = { - culture = sindi - religion = shiite - size = 50 - } - - artisans = { - culture = sindi - religion = shiite - size = 3875 - } - - farmers = { - culture = sindi - religion = shiite - size = 2075 - } - - aristocrats = { - culture = british - religion = protestant - size = 1125 - } - - bureaucrats = { - culture = british - religion = protestant - size = 250 - } - - officers = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - soldiers = { - culture = british - religion = protestant - size = 3000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 26000 + } + + clergymen = { + culture = marathi + religion = hindu + size = 5500 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 1500 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000 + } + + artisans = { + culture = marathi + religion = hindu + size = 2000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2000 + } + + farmers = { + culture = marathi + religion = hindu + size = 400000 + } + + artisans = { + culture = sindi + religion = jewish + size = 1100 + } + + clergymen = { + culture = marathi + religion = catholic + size = 50 + } + + artisans = { + culture = marathi + religion = catholic + size = 1950 + } + + farmers = { + culture = marathi + religion = catholic + size = 2000 + } + + clergymen = { + culture = gujarati + religion = animist + size = 625 + } + + artisans = { + culture = gujarati + religion = animist + size = 8000 + } + + farmers = { + culture = gujarati + religion = animist + size = 38125 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 500 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1250 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 500 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 1500 + } + + farmers = { + culture = sindi + religion = sunni + size = 97250 + } + + clergymen = { + culture = sindi + religion = shiite + size = 50 + } + + artisans = { + culture = sindi + religion = shiite + size = 3875 + } + + farmers = { + culture = sindi + religion = shiite + size = 2075 + } + + aristocrats = { + culture = british + religion = protestant + size = 1125 + } + + bureaucrats = { + culture = british + religion = protestant + size = 250 + } + + officers = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + soldiers = { + culture = british + religion = protestant + size = 3000 + } } #Nasik (796000/199000 POPS) 1298 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2000 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1250 - } - - artisans = { - culture = marathi - religion = hindu - size = 5000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2000 - } - - farmers = { - culture = marathi - religion = hindu - size = 181750 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 50 - } - - clergymen = { - culture = sindi - religion = sunni - size = 75 - } - - artisans = { - culture = sindi - religion = sunni - size = 3000 - } - - soldiers = { - culture = sindi - religion = sunni - size = 100 - } - - farmers = { - culture = sindi - religion = sunni - size = 4775 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2000 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1250 + } + + artisans = { + culture = marathi + religion = hindu + size = 5000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2000 + } + + farmers = { + culture = marathi + religion = hindu + size = 181750 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 50 + } + + clergymen = { + culture = sindi + religion = sunni + size = 75 + } + + artisans = { + culture = sindi + religion = sunni + size = 3000 + } + + soldiers = { + culture = sindi + religion = sunni + size = 100 + } + + farmers = { + culture = sindi + religion = sunni + size = 4775 + } } #Poona (1196000/299000 POPS) 1299 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3000 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2500 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 3000 - } - - farmers = { - culture = marathi - religion = hindu - size = 255500 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 200 - } - - clergymen = { - culture = kannada - religion = sunni - size = 175 - } - - artisans = { - culture = kannada - religion = sunni - size = 5000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 250 - } - - farmers = { - culture = kannada - religion = sunni - size = 9375 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3000 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2500 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 3000 + } + + farmers = { + culture = marathi + religion = hindu + size = 255500 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 200 + } + + clergymen = { + culture = kannada + religion = sunni + size = 175 + } + + artisans = { + culture = kannada + religion = sunni + size = 5000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 250 + } + + farmers = { + culture = kannada + religion = sunni + size = 9375 + } } #Bijapur (1044000/261000 POPS) 1300 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2500 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2500 - } - - artisans = { - culture = marathi - religion = hindu - size = 1100 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2500 - } - - farmers = { - culture = marathi - religion = hindu - size = 186500 - } - - farmers = { - culture = marathi - religion = catholic - size = 9000 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 50 - } - - clergymen = { - culture = kannada - religion = sunni - size = 100 - } - - artisans = { - culture = kannada - religion = sunni - size = 3000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 100 - } - - farmers = { - culture = kannada - religion = sunni - size = 4750 - } - - serfs = { - culture = marathi - religion = hindu - size = 40000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2500 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2500 + } + + artisans = { + culture = marathi + religion = hindu + size = 1100 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2500 + } + + farmers = { + culture = marathi + religion = hindu + size = 186500 + } + + farmers = { + culture = marathi + religion = catholic + size = 9000 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 50 + } + + clergymen = { + culture = kannada + religion = sunni + size = 100 + } + + artisans = { + culture = kannada + religion = sunni + size = 3000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 100 + } + + farmers = { + culture = kannada + religion = sunni + size = 4750 + } + + serfs = { + culture = marathi + religion = hindu + size = 40000 + } } #Kolhapur (880000/220000 POPS) 1301 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2250 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2500 - } - - artisans = { - culture = marathi - religion = hindu - size = 8000 - } - - soldiers = { - culture = marathi - religion = hindu - size = 2250 - } - - farmers = { - culture = marathi - religion = hindu - size = 145000 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 50 - } - - clergymen = { - culture = kannada - religion = sunni - size = 75 - } - - artisans = { - culture = kannada - religion = sunni - size = 3000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 100 - } - - farmers = { - culture = kannada - religion = sunni - size = 3775 - } - - serfs = { - culture = marathi - religion = hindu - size = 53000 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2250 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2500 + } + + artisans = { + culture = marathi + religion = hindu + size = 8000 + } + + soldiers = { + culture = marathi + religion = hindu + size = 2250 + } + + farmers = { + culture = marathi + religion = hindu + size = 145000 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 50 + } + + clergymen = { + culture = kannada + religion = sunni + size = 75 + } + + artisans = { + culture = kannada + religion = sunni + size = 3000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 100 + } + + farmers = { + culture = kannada + religion = sunni + size = 3775 + } + + serfs = { + culture = marathi + religion = hindu + size = 53000 + } } #Belgaum (1252000/313000 POPS) 1302 = { - aristocrats = { - culture = kannada - religion = hindu - size = 3000 - } - - clergymen = { - culture = kannada - religion = hindu - size = 3000 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000 - } - - artisans = { - culture = kannada - religion = hindu - size = 1100 - } - - soldiers = { - culture = kannada - religion = hindu - size = 2750 - } - - farmers = { - culture = kannada - religion = hindu - size = 249250 - } - - clergymen = { - culture = gujarati - religion = animist - size = 350 - } - - artisans = { - culture = gujarati - religion = animist - size = 5000 - } - - farmers = { - culture = gujarati - religion = animist - size = 14350 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 100 - } - - clergymen = { - culture = kannada - religion = sunni - size = 250 - } - - artisans = { - culture = kannada - religion = sunni - size = 4000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 250 - } - - farmers = { - culture = kannada - religion = sunni - size = 19450 - } + aristocrats = { + culture = kannada + religion = hindu + size = 3000 + } + + clergymen = { + culture = kannada + religion = hindu + size = 3000 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000 + } + + artisans = { + culture = kannada + religion = hindu + size = 1100 + } + + soldiers = { + culture = kannada + religion = hindu + size = 2750 + } + + farmers = { + culture = kannada + religion = hindu + size = 249250 + } + + clergymen = { + culture = gujarati + religion = animist + size = 350 + } + + artisans = { + culture = gujarati + religion = animist + size = 5000 + } + + farmers = { + culture = gujarati + religion = animist + size = 14350 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 100 + } + + clergymen = { + culture = kannada + religion = sunni + size = 250 + } + + artisans = { + culture = kannada + religion = sunni + size = 4000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 250 + } + + farmers = { + culture = kannada + religion = sunni + size = 19450 + } } #Ruled by Portugal in 1836 #1303 - Goa (235000/58750 POPS) 1303 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 150 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 25 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 50 - } - - artisans = { - culture = portuguese - religion = catholic - size = 500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 25 - } - - aristocrats = { - culture = marathi - religion = catholic - size = 450 - } - - bureaucrats = { - culture = marathi - religion = catholic - size = 75 - } - - clergymen = { - culture = marathi - religion = catholic - size = 450 - } - - artisans = { - culture = marathi - religion = catholic - size = 2300 - } - - soldiers = { - culture = marathi - religion = catholic - size = 1100 - } - - farmers = { - culture = marathi - religion = catholic - size = 46725 - } - - clergymen = { - culture = marathi - religion = hindu - size = 100 - } - - artisans = { - culture = marathi - religion = hindu - size = 500 - } - - soldiers = { - culture = marathi - religion = hindu - size = 100 - } - - farmers = { - culture = marathi - religion = hindu - size = 9300 - } - - slaves = { - culture = marathi - religion = hindu - size = 5000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 150 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 25 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 50 + } + + artisans = { + culture = portuguese + religion = catholic + size = 500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 25 + } + + aristocrats = { + culture = marathi + religion = catholic + size = 450 + } + + bureaucrats = { + culture = marathi + religion = catholic + size = 75 + } + + clergymen = { + culture = marathi + religion = catholic + size = 450 + } + + artisans = { + culture = marathi + religion = catholic + size = 2300 + } + + soldiers = { + culture = marathi + religion = catholic + size = 1100 + } + + farmers = { + culture = marathi + religion = catholic + size = 46725 + } + + clergymen = { + culture = marathi + religion = hindu + size = 100 + } + + artisans = { + culture = marathi + religion = hindu + size = 500 + } + + soldiers = { + culture = marathi + religion = hindu + size = 100 + } + + farmers = { + culture = marathi + religion = hindu + size = 9300 + } + + slaves = { + culture = marathi + religion = hindu + size = 5000 + } } #North Circars Region - 5308000 #under rule of Britain 1836 #Vizagapatnam (1260000/315000 POPS) 1305 = { - aristocrats = { - culture = telegu - religion = hindu - size = 14000 - } - - bureaucrats = { - culture = telegu - religion = hindu - size = 5000 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3750 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000 - } - - artisans = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 500 - } - - farmers = { - culture = telegu - religion = hindu - size = 272750 - } - - artisans = { - culture = telegu - religion = sunni - size = 2000 - } - - farmers = { - culture = telegu - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = telegu + religion = hindu + size = 14000 + } + + bureaucrats = { + culture = telegu + religion = hindu + size = 5000 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3750 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000 + } + + artisans = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 500 + } + + farmers = { + culture = telegu + religion = hindu + size = 272750 + } + + artisans = { + culture = telegu + religion = sunni + size = 2000 + } + + farmers = { + culture = telegu + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 75 + } } #Masulipatnam (1736000/434000 POPS) 1306 = { - aristocrats = { - culture = telegu - religion = hindu - size = 5000 - } - - clergymen = { - culture = telegu - religion = hindu - size = 4500 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000 - } - - artisans = { - culture = telegu - religion = hindu - size = 4000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 3000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 1500 - } - - farmers = { - culture = telegu - religion = hindu - size = 395000 - } - - aristocrats = { - culture = telegu - religion = sunni - size = 100 - } - - clergymen = { - culture = telegu - religion = sunni - size = 175 - } - - artisans = { - culture = telegu - religion = sunni - size = 8000 - } - - soldiers = { - culture = telegu - religion = sunni - size = 150 - } - - farmers = { - culture = telegu - religion = sunni - size = 5575 - } + aristocrats = { + culture = telegu + religion = hindu + size = 5000 + } + + clergymen = { + culture = telegu + religion = hindu + size = 4500 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000 + } + + artisans = { + culture = telegu + religion = hindu + size = 4000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 3000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 1500 + } + + farmers = { + culture = telegu + religion = hindu + size = 395000 + } + + aristocrats = { + culture = telegu + religion = sunni + size = 100 + } + + clergymen = { + culture = telegu + religion = sunni + size = 175 + } + + artisans = { + culture = telegu + religion = sunni + size = 8000 + } + + soldiers = { + culture = telegu + religion = sunni + size = 150 + } + + farmers = { + culture = telegu + religion = sunni + size = 5575 + } } #Nellore (1056000/264000 POPS) 1307 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3500 - } - - clergymen = { - culture = telegu - religion = hindu - size = 2500 - } - - artisans = { - culture = telegu - religion = hindu - size = 7000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 2500 - } - - farmers = { - culture = telegu - religion = hindu - size = 234500 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 100 - } - - clergymen = { - culture = kannada - religion = sunni - size = 125 - } - - artisans = { - culture = kannada - religion = sunni - size = 6000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 150 - } - - farmers = { - culture = kannada - religion = sunni - size = 6625 - } - - farmers = { - culture = kannada - religion = shiite - size = 1100 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3500 + } + + clergymen = { + culture = telegu + religion = hindu + size = 2500 + } + + artisans = { + culture = telegu + religion = hindu + size = 7000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 2500 + } + + farmers = { + culture = telegu + religion = hindu + size = 234500 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 100 + } + + clergymen = { + culture = kannada + religion = sunni + size = 125 + } + + artisans = { + culture = kannada + religion = sunni + size = 6000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 150 + } + + farmers = { + culture = kannada + religion = sunni + size = 6625 + } + + farmers = { + culture = kannada + religion = shiite + size = 1100 + } } #Kurnool (1256000/314000 POPS) 1308 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3250 - } - - clergymen = { - culture = telegu - religion = hindu - size = 2875 - } - - artisans = { - culture = telegu - religion = hindu - size = 9000 - } - - soldiers = { - culture = telegu - religion = hindu - size = 3000 - } - - farmers = { - culture = telegu - religion = hindu - size = 265875 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 150 - } - - clergymen = { - culture = kannada - religion = sunni - size = 325 - } - - artisans = { - culture = kannada - religion = sunni - size = 7000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 300 - } - - farmers = { - culture = kannada - religion = sunni - size = 22225 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3250 + } + + clergymen = { + culture = telegu + religion = hindu + size = 2875 + } + + artisans = { + culture = telegu + religion = hindu + size = 9000 + } + + soldiers = { + culture = telegu + religion = hindu + size = 3000 + } + + farmers = { + culture = telegu + religion = hindu + size = 265875 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 150 + } + + clergymen = { + culture = kannada + religion = sunni + size = 325 + } + + artisans = { + culture = kannada + religion = sunni + size = 7000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 300 + } + + farmers = { + culture = kannada + religion = sunni + size = 22225 + } } #Madras Presidency Region : 9780000 #under rule of Britain 1836 #Madras (4496000/1124000 POPS) 1304 = { - aristocrats = { - culture = tamil - religion = hindu - size = 33000 - } - - clergymen = { - culture = tamil - religion = hindu - size = 10000 - } - - bureaucrats = { - culture = tamil - religion = hindu - size = 2000 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 3000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 2000 - } - - farmers = { - culture = tamil - religion = hindu - size = 822000 - } - - clergymen = { - culture = tamil - religion = catholic - size = 125 - } - - artisans = { - culture = tamil - religion = catholic - size = 1750 - } - - farmers = { - culture = tamil - religion = catholic - size = 16125 - } - - clergymen = { - culture = tamil - religion = protestant - size = 125 - } - - artisans = { - culture = tamil - religion = protestant - size = 1750 - } - - farmers = { - culture = tamil - religion = protestant - size = 13125 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 1100 - } - - clergymen = { - culture = kannada - religion = sunni - size = 1500 - } - - bureaucrats = { - culture = kannada - religion = sunni - size = 500 - } - - artisans = { - culture = kannada - religion = sunni - size = 10000 - } - - artisans = { - culture = kannada - religion = sunni - size = 6000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 1500 - } - - farmers = { - culture = kannada - religion = sunni - size = 138500 - } - - aristocrats = { - culture = british - religion = protestant - size = 1375 - } - - clergymen = { - culture = british - religion = protestant - size = 375 - } - - bureaucrats = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 3000 - } + aristocrats = { + culture = tamil + religion = hindu + size = 33000 + } + + clergymen = { + culture = tamil + religion = hindu + size = 10000 + } + + bureaucrats = { + culture = tamil + religion = hindu + size = 2000 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 3000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 2000 + } + + farmers = { + culture = tamil + religion = hindu + size = 822000 + } + + clergymen = { + culture = tamil + religion = catholic + size = 125 + } + + artisans = { + culture = tamil + religion = catholic + size = 1750 + } + + farmers = { + culture = tamil + religion = catholic + size = 16125 + } + + clergymen = { + culture = tamil + religion = protestant + size = 125 + } + + artisans = { + culture = tamil + religion = protestant + size = 1750 + } + + farmers = { + culture = tamil + religion = protestant + size = 13125 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 1100 + } + + clergymen = { + culture = kannada + religion = sunni + size = 1500 + } + + bureaucrats = { + culture = kannada + religion = sunni + size = 500 + } + + artisans = { + culture = kannada + religion = sunni + size = 10000 + } + + artisans = { + culture = kannada + religion = sunni + size = 6000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 1500 + } + + farmers = { + culture = kannada + religion = sunni + size = 138500 + } + + aristocrats = { + culture = british + religion = protestant + size = 1375 + } + + clergymen = { + culture = british + religion = protestant + size = 375 + } + + bureaucrats = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 3000 + } } #Tanjore (1448000/362000 POPS) 1309 = { - aristocrats = { - culture = tamil - religion = hindu - size = 3500 - } - - clergymen = { - culture = tamil - religion = hindu - size = 3750 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000 - } - - artisans = { - culture = tamil - religion = hindu - size = 3000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 3000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 500 - } - - farmers = { - culture = tamil - religion = hindu - size = 314350 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 100 - } - - clergymen = { - culture = tamil - religion = sunni - size = 175 - } - - artisans = { - culture = tamil - religion = sunni - size = 5000 - } - - soldiers = { - culture = tamil - religion = sunni - size = 250 - } - - farmers = { - culture = tamil - religion = sunni - size = 9475 - } + aristocrats = { + culture = tamil + religion = hindu + size = 3500 + } + + clergymen = { + culture = tamil + religion = hindu + size = 3750 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000 + } + + artisans = { + culture = tamil + religion = hindu + size = 3000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 3000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 500 + } + + farmers = { + culture = tamil + religion = hindu + size = 314350 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 100 + } + + clergymen = { + culture = tamil + religion = sunni + size = 175 + } + + artisans = { + culture = tamil + religion = sunni + size = 5000 + } + + soldiers = { + culture = tamil + religion = sunni + size = 250 + } + + farmers = { + culture = tamil + religion = sunni + size = 9475 + } } #Madurai (1720000/430000 POPS) 1310 = { - aristocrats = { - culture = tamil - religion = hindu - size = 4500 - } - - clergymen = { - culture = tamil - religion = hindu - size = 4250 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000 - } - - artisans = { - culture = tamil - religion = hindu - size = 4000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 3000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 1000 - } - - farmers = { - culture = tamil - religion = hindu - size = 375250 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 100 - } - - clergymen = { - culture = tamil - religion = sunni - size = 300 - } - - artisans = { - culture = tamil - religion = sunni - size = 8000 - } - - soldiers = { - culture = tamil - religion = sunni - size = 300 - } - - farmers = { - culture = tamil - religion = sunni - size = 19300 - } + aristocrats = { + culture = tamil + religion = hindu + size = 4500 + } + + clergymen = { + culture = tamil + religion = hindu + size = 4250 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000 + } + + artisans = { + culture = tamil + religion = hindu + size = 4000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 3000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 1000 + } + + farmers = { + culture = tamil + religion = hindu + size = 375250 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 100 + } + + clergymen = { + culture = tamil + religion = sunni + size = 300 + } + + artisans = { + culture = tamil + religion = sunni + size = 8000 + } + + soldiers = { + culture = tamil + religion = sunni + size = 300 + } + + farmers = { + culture = tamil + religion = sunni + size = 19300 + } } #Coimbatore (2116000/529000 POPS) 1311 = { - aristocrats = { - culture = tamil - religion = hindu - size = 6000 - } - - clergymen = { - culture = tamil - religion = hindu - size = 5000 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000 - } - - artisans = { - culture = tamil - religion = hindu - size = 9000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 3000 - } - - soldiers = { - culture = tamil - religion = hindu - size = 1000 - } - - farmers = { - culture = tamil - religion = hindu - size = 444000 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 250 - } - - clergymen = { - culture = tamil - religion = sunni - size = 500 - } - - artisans = { - culture = tamil - religion = sunni - size = 7500 - } - - soldiers = { - culture = tamil - religion = sunni - size = 500 - } - - farmers = { - culture = tamil - religion = sunni - size = 41250 - } + aristocrats = { + culture = tamil + religion = hindu + size = 6000 + } + + clergymen = { + culture = tamil + religion = hindu + size = 5000 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000 + } + + artisans = { + culture = tamil + religion = hindu + size = 9000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 3000 + } + + soldiers = { + culture = tamil + religion = hindu + size = 1000 + } + + farmers = { + culture = tamil + religion = hindu + size = 444000 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 250 + } + + clergymen = { + culture = tamil + religion = sunni + size = 500 + } + + artisans = { + culture = tamil + religion = sunni + size = 7500 + } + + soldiers = { + culture = tamil + religion = sunni + size = 500 + } + + farmers = { + culture = tamil + religion = sunni + size = 41250 + } } #Under the rule of France 1836 #Pondicherry (132000/33000 POPS) 1312 = { - bureaucrats = { - culture = french - religion = catholic - size = 10 - } - - clergymen = { - culture = french - religion = catholic - size = 15 - } - - soldiers = { - culture = french - religion = catholic - size = 25 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 700 - } - - clergymen = { - culture = tamil - religion = hindu - size = 250 - } - - artisans = { - culture = tamil - religion = hindu - size = 1500 - } - - soldiers = { - culture = tamil - religion = hindu - size = 300 - } - - farmers = { - culture = tamil - religion = hindu - size = 22250 - } - - clergymen = { - culture = tamil - religion = catholic - size = 50 - } - - artisans = { - culture = tamil - religion = catholic - size = 200 - } - - soldiers = { - culture = tamil - religion = catholic - size = 75 - } - - farmers = { - culture = tamil - religion = catholic - size = 2600 - } - - slaves = { - culture = tamil - religion = hindu - size = 5000 - } + bureaucrats = { + culture = french + religion = catholic + size = 10 + } + + clergymen = { + culture = french + religion = catholic + size = 15 + } + + soldiers = { + culture = french + religion = catholic + size = 25 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 700 + } + + clergymen = { + culture = tamil + religion = hindu + size = 250 + } + + artisans = { + culture = tamil + religion = hindu + size = 1500 + } + + soldiers = { + culture = tamil + religion = hindu + size = 300 + } + + farmers = { + culture = tamil + religion = hindu + size = 22250 + } + + clergymen = { + culture = tamil + religion = catholic + size = 50 + } + + artisans = { + culture = tamil + religion = catholic + size = 200 + } + + soldiers = { + culture = tamil + religion = catholic + size = 75 + } + + farmers = { + culture = tamil + religion = catholic + size = 2600 + } + + slaves = { + culture = tamil + religion = hindu + size = 5000 + } } #Mysore Region (3140000) #Ruled by Mysore 1836 (2004000) #Bangalore (716000/179000 POPS) 1313 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1700 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1650 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000 - } - - artisans = { - culture = kannada - religion = hindu - size = 9000 - } - - soldiers = { - culture = kannada - religion = hindu - size = 1700 - } - - farmers = { - culture = kannada - religion = hindu - size = 99950 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 150 - } - - clergymen = { - culture = kannada - religion = sunni - size = 125 - } - - artisans = { - culture = kannada - religion = sunni - size = 6000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 100 - } - - farmers = { - culture = kannada - religion = sunni - size = 6625 - } - - serfs = { - culture = kannada - religion = hindu - size = 30000 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1700 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1650 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000 + } + + artisans = { + culture = kannada + religion = hindu + size = 9000 + } + + soldiers = { + culture = kannada + religion = hindu + size = 1700 + } + + farmers = { + culture = kannada + religion = hindu + size = 99950 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 150 + } + + clergymen = { + culture = kannada + religion = sunni + size = 125 + } + + artisans = { + culture = kannada + religion = sunni + size = 6000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 100 + } + + farmers = { + culture = kannada + religion = sunni + size = 6625 + } + + serfs = { + culture = kannada + religion = hindu + size = 30000 + } } #Mysore (872000/218000 POPS) 1314 = { - aristocrats = { - culture = kannada - religion = hindu - size = 7250 - } - - bureaucrats = { - culture = kannada - religion = hindu - size = 850 - } - - officers = { - culture = kannada - religion = hindu - size = 500 - } - - clergymen = { - culture = kannada - religion = hindu - size = 2250 - } - - artisans = { - culture = kannada - religion = hindu - size = 9000 - } - - soldiers = { - culture = kannada - religion = hindu - size = 2000 - } - - farmers = { - culture = kannada - religion = hindu - size = 149150 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 75 - } - - bureaucrats = { - culture = kannada - religion = sunni - size = 150 - } - - clergymen = { - culture = kannada - religion = sunni - size = 75 - } - - artisans = { - culture = kannada - religion = sunni - size = 2000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 75 - } - - farmers = { - culture = kannada - religion = sunni - size = 4625 - } - - serfs = { - culture = kannada - religion = hindu - size = 40000 - } + aristocrats = { + culture = kannada + religion = hindu + size = 7250 + } + + bureaucrats = { + culture = kannada + religion = hindu + size = 850 + } + + officers = { + culture = kannada + religion = hindu + size = 500 + } + + clergymen = { + culture = kannada + religion = hindu + size = 2250 + } + + artisans = { + culture = kannada + religion = hindu + size = 9000 + } + + soldiers = { + culture = kannada + religion = hindu + size = 2000 + } + + farmers = { + culture = kannada + religion = hindu + size = 149150 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 75 + } + + bureaucrats = { + culture = kannada + religion = sunni + size = 150 + } + + clergymen = { + culture = kannada + religion = sunni + size = 75 + } + + artisans = { + culture = kannada + religion = sunni + size = 2000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 75 + } + + farmers = { + culture = kannada + religion = sunni + size = 4625 + } + + serfs = { + culture = kannada + religion = hindu + size = 40000 + } } #Chitaldroog (416000/104000 POPS) 1315 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1100 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1100 - } - - artisans = { - culture = kannada - religion = hindu - size = 4000 - } - - soldiers = { - culture = kannada - religion = hindu - size = 1100 - } - - farmers = { - culture = kannada - religion = hindu - size = 72000 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 50 - } - - clergymen = { - culture = kannada - religion = sunni - size = 50 - } - - artisans = { - culture = kannada - religion = sunni - size = 1100 - } - - soldiers = { - culture = kannada - religion = sunni - size = 50 - } - - farmers = { - culture = kannada - religion = sunni - size = 3850 - } - - serfs = { - culture = kannada - religion = hindu - size = 20000 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1100 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1100 + } + + artisans = { + culture = kannada + religion = hindu + size = 4000 + } + + soldiers = { + culture = kannada + religion = hindu + size = 1100 + } + + farmers = { + culture = kannada + religion = hindu + size = 72000 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 50 + } + + clergymen = { + culture = kannada + religion = sunni + size = 50 + } + + artisans = { + culture = kannada + religion = sunni + size = 1100 + } + + soldiers = { + culture = kannada + religion = sunni + size = 50 + } + + farmers = { + culture = kannada + religion = sunni + size = 3850 + } + + serfs = { + culture = kannada + religion = hindu + size = 20000 + } } #Ruled by Britain 1836 (1136000) #Mangalore (1136000/284000 POPS) 1316 = { - aristocrats = { - culture = kannada - religion = hindu - size = 9000 - } - - clergymen = { - culture = kannada - religion = hindu - size = 2625 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000 - } - - artisans = { - culture = kannada - religion = hindu - size = 1100 - } - - soldiers = { - culture = kannada - religion = hindu - size = 2750 - } - - farmers = { - culture = kannada - religion = hindu - size = 232625 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 150 - } - - clergymen = { - culture = kannada - religion = sunni - size = 300 - } - - artisans = { - culture = kannada - religion = sunni - size = 5000 - } - - soldiers = { - culture = kannada - religion = sunni - size = 250 - } - - farmers = { - culture = kannada - religion = sunni - size = 18300 - } + aristocrats = { + culture = kannada + religion = hindu + size = 9000 + } + + clergymen = { + culture = kannada + religion = hindu + size = 2625 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000 + } + + artisans = { + culture = kannada + religion = hindu + size = 1100 + } + + soldiers = { + culture = kannada + religion = hindu + size = 2750 + } + + farmers = { + culture = kannada + religion = hindu + size = 232625 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 150 + } + + clergymen = { + culture = kannada + religion = sunni + size = 300 + } + + artisans = { + culture = kannada + religion = sunni + size = 5000 + } + + soldiers = { + culture = kannada + religion = sunni + size = 250 + } + + farmers = { + culture = kannada + religion = sunni + size = 18300 + } } #Malabar Region (2656000) #Under British Rule 1836 (1372000) #Calicut (1372000/343000 POPS) 1317 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 6500 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 2250 - } - - artisans = { - culture = malayalam - religion = hindu - size = 8000 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 2000 - } - - farmers = { - culture = malayalam - religion = hindu - size = 171250 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 750 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 875 - } - - artisans = { - culture = malayalam - religion = sunni - size = 5000 - } - - soldiers = { - culture = malayalam - religion = sunni - size = 1100 - } - - farmers = { - culture = malayalam - religion = sunni - size = 77375 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 150 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 175 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 2000 - } - - soldiers = { - culture = malayalam - religion = orthodox - size = 250 - } - - farmers = { - culture = malayalam - religion = orthodox - size = 28425 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 250 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 250 - } - - artisans = { - culture = malayalam - religion = catholic - size = 2000 - } - - soldiers = { - culture = malayalam - religion = catholic - size = 250 - } - - farmers = { - culture = malayalam - religion = catholic - size = 34250 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 6500 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 2250 + } + + artisans = { + culture = malayalam + religion = hindu + size = 8000 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 2000 + } + + farmers = { + culture = malayalam + religion = hindu + size = 171250 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 750 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 875 + } + + artisans = { + culture = malayalam + religion = sunni + size = 5000 + } + + soldiers = { + culture = malayalam + religion = sunni + size = 1100 + } + + farmers = { + culture = malayalam + religion = sunni + size = 77375 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 150 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 175 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 2000 + } + + soldiers = { + culture = malayalam + religion = orthodox + size = 250 + } + + farmers = { + culture = malayalam + religion = orthodox + size = 28425 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 250 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 250 + } + + artisans = { + culture = malayalam + religion = catholic + size = 2000 + } + + soldiers = { + culture = malayalam + religion = catholic + size = 250 + } + + farmers = { + culture = malayalam + religion = catholic + size = 34250 + } } #Under Rule of Travancore 1836 (1284000) #Cochin (808000/202000 POPS) 1318 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 5500 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 1500 - } - - artisans = { - culture = malayalam - religion = hindu - size = 7000 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 3000 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 1000 - } - - farmers = { - culture = malayalam - religion = hindu - size = 75000 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 300 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 350 - } - - artisans = { - culture = malayalam - religion = sunni - size = 1500 - } - - soldiers = { - culture = malayalam - religion = sunni - size = 300 - } - - farmers = { - culture = malayalam - religion = sunni - size = 24550 - } - - clergymen = { - culture = malayalam - religion = shiite - size = 50 - } - - artisans = { - culture = malayalam - religion = shiite - size = 1100 - } - - farmers = { - culture = malayalam - religion = shiite - size = 950 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 100 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 125 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 750 - } - - soldiers = { - culture = malayalam - religion = orthodox - size = 100 - } - - farmers = { - culture = malayalam - religion = orthodox - size = 10925 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 100 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 125 - } - - artisans = { - culture = malayalam - religion = catholic - size = 1100 - } - - soldiers = { - culture = malayalam - religion = catholic - size = 100 - } - - farmers = { - culture = malayalam - religion = catholic - size = 10675 - } - - serfs = { - culture = malayalam - religion = hindu - size = 54000 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 5500 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 1500 + } + + artisans = { + culture = malayalam + religion = hindu + size = 7000 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 3000 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 1000 + } + + farmers = { + culture = malayalam + religion = hindu + size = 75000 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 300 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 350 + } + + artisans = { + culture = malayalam + religion = sunni + size = 1500 + } + + soldiers = { + culture = malayalam + religion = sunni + size = 300 + } + + farmers = { + culture = malayalam + religion = sunni + size = 24550 + } + + clergymen = { + culture = malayalam + religion = shiite + size = 50 + } + + artisans = { + culture = malayalam + religion = shiite + size = 1100 + } + + farmers = { + culture = malayalam + religion = shiite + size = 950 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 100 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 125 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 750 + } + + soldiers = { + culture = malayalam + religion = orthodox + size = 100 + } + + farmers = { + culture = malayalam + religion = orthodox + size = 10925 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 100 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 125 + } + + artisans = { + culture = malayalam + religion = catholic + size = 1100 + } + + soldiers = { + culture = malayalam + religion = catholic + size = 100 + } + + farmers = { + culture = malayalam + religion = catholic + size = 10675 + } + + serfs = { + culture = malayalam + religion = hindu + size = 54000 + } } #Trivandrum (476000/119000 POPS) 1319 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 850 - } - - bureaucrats = { - culture = malayalam - religion = hindu - size = 600 - } - - officers = { - culture = malayalam - religion = hindu - size = 300 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 825 - } - - artisans = { - culture = malayalam - religion = hindu - size = 2750 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 3000 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 3000 - } - - soldiers = { - culture = malayalam - religion = hindu - size = 1000 - } - - farmers = { - culture = malayalam - religion = hindu - size = 56675 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 150 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 150 - } - - artisans = { - culture = malayalam - religion = sunni - size = 1100 - } - - soldiers = { - culture = malayalam - religion = sunni - size = 150 - } - - farmers = { - culture = malayalam - religion = sunni - size = 12550 - } - - clergymen = { - culture = malayalam - religion = shiite - size = 25 - } - - artisans = { - culture = malayalam - religion = shiite - size = 700 - } - - farmers = { - culture = malayalam - religion = shiite - size = 275 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 100 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 125 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 850 - } - - soldiers = { - culture = malayalam - religion = orthodox - size = 100 - } - - farmers = { - culture = malayalam - religion = orthodox - size = 10825 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 75 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 75 - } - - artisans = { - culture = malayalam - religion = catholic - size = 650 - } - - soldiers = { - culture = malayalam - religion = catholic - size = 75 - } - - farmers = { - culture = malayalam - religion = catholic - size = 8125 - } - - serfs = { - culture = malayalam - religion = hindu - size = 34000 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 850 + } + + bureaucrats = { + culture = malayalam + religion = hindu + size = 600 + } + + officers = { + culture = malayalam + religion = hindu + size = 300 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 825 + } + + artisans = { + culture = malayalam + religion = hindu + size = 2750 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 3000 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 3000 + } + + soldiers = { + culture = malayalam + religion = hindu + size = 1000 + } + + farmers = { + culture = malayalam + religion = hindu + size = 56675 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 150 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 150 + } + + artisans = { + culture = malayalam + religion = sunni + size = 1100 + } + + soldiers = { + culture = malayalam + religion = sunni + size = 150 + } + + farmers = { + culture = malayalam + religion = sunni + size = 12550 + } + + clergymen = { + culture = malayalam + religion = shiite + size = 25 + } + + artisans = { + culture = malayalam + religion = shiite + size = 700 + } + + farmers = { + culture = malayalam + religion = shiite + size = 275 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 100 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 125 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 850 + } + + soldiers = { + culture = malayalam + religion = orthodox + size = 100 + } + + farmers = { + culture = malayalam + religion = orthodox + size = 10825 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 75 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 75 + } + + artisans = { + culture = malayalam + religion = catholic + size = 650 + } + + soldiers = { + culture = malayalam + religion = catholic + size = 75 + } + + farmers = { + culture = malayalam + religion = catholic + size = 8125 + } + + serfs = { + culture = malayalam + religion = hindu + size = 34000 + } } #Himalaya Region (56000) #see Nepal.txt and Bhutan.txt for balance of region -#under the rule of Sikkim in 1836 -#Tumlong (56000/14000 POPS) #now part of India +#under the rule of Sikkim in 1836 +#Tumlong (56000/14000 POPS) #now part of India #Animist - Lepcha Mun 1328 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 50 - } - - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 20 - } - - officers = { - culture = tibetan - religion = gelugpa - size = 15 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 20 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 100 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1100 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 1095 - } - - farmers = { - culture = tibetan - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = gelugpa - size = 2000 - } - - farmers = { - culture = asian_minor - religion = animist - size = 365 - } - - farmers = { - culture = asian_minor - religion = hindu - size = 1000 - } - - serfs = { - culture = nepali - religion = hindu - size = 300 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 50 + } + + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 20 + } + + officers = { + culture = tibetan + religion = gelugpa + size = 15 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 20 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 100 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1100 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 1095 + } + + farmers = { + culture = tibetan + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = gelugpa + size = 2000 + } + + farmers = { + culture = asian_minor + religion = animist + size = 365 + } + + farmers = { + culture = asian_minor + religion = hindu + size = 1000 + } + + serfs = { + culture = nepali + religion = hindu + size = 300 + } } diff --git a/HPM/history/pops/1836.1.1/Indonesia.txt b/HPM/history/pops/1836.1.1/Indonesia.txt index b38e208e..956292d4 100644 --- a/HPM/history/pops/1836.1.1/Indonesia.txt +++ b/HPM/history/pops/1836.1.1/Indonesia.txt @@ -2,4163 +2,4163 @@ #ruled by the Netherlands 1836 #Palembang (540400/135100 POPS) 1399 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 700 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 325 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 350 - } - - farmers = { - culture = asian_minor - religion = animist - size = 17125 - } - - slaves = { - culture = asian_minor - religion = animist - size = 15000 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 50 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 150 - } - - aristocrats = { - culture = malay - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 250 - } - - clergymen = { - culture = malay - religion = sunni - size = 875 - } - - artisans = { - culture = malay - religion = sunni - size = 4000 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 91875 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10 - } - - clergymen = { - culture = dutch - religion = protestant - size = 20 - } - - artisans = { - culture = dutch - religion = protestant - size = 20 - } - - soldiers = { - culture = dutch - religion = protestant - size = 50 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 700 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 325 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 350 + } + + farmers = { + culture = asian_minor + religion = animist + size = 17125 + } + + slaves = { + culture = asian_minor + religion = animist + size = 15000 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 50 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 150 + } + + aristocrats = { + culture = malay + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 250 + } + + clergymen = { + culture = malay + religion = sunni + size = 875 + } + + artisans = { + culture = malay + religion = sunni + size = 4000 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 91875 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10 + } + + clergymen = { + culture = dutch + religion = protestant + size = 20 + } + + artisans = { + culture = dutch + religion = protestant + size = 20 + } + + soldiers = { + culture = dutch + religion = protestant + size = 50 + } } #Tanjungpinang (100000/25000 POPS) 1402 = { - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 800 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 150 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 50 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 50 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 50 - } - - farmers = { - culture = asian_minor - religion = animist - size = 5800 - } - - aristocrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 125 - } - - artisans = { - culture = malay - religion = sunni - size = 400 - } - - soldiers = { - culture = malay - religion = sunni - size = 200 - } - - farmers = { - culture = malay - religion = sunni - size = 17125 - } + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 800 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 150 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 50 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 50 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 50 + } + + farmers = { + culture = asian_minor + religion = animist + size = 5800 + } + + aristocrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 125 + } + + artisans = { + culture = malay + religion = sunni + size = 400 + } + + soldiers = { + culture = malay + religion = sunni + size = 200 + } + + farmers = { + culture = malay + religion = sunni + size = 17125 + } } #Lampung (548000/137000 POPS) 1403 = { - aristocrats = { - culture = malay - religion = sunni - size = 1500 - } - - clergymen = { - culture = malay - religion = sunni - size = 875 - } - - artisans = { - culture = malay - religion = sunni - size = 3500 - } - - soldiers = { - culture = malay - religion = sunni - size = 1250 - } - - farmers = { - culture = malay - religion = sunni - size = 105875 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 350 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 200 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 10200 - } - - slaves = { - culture = asian_minor - religion = animist - size = 10000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 2350 - } - - soldiers = { - culture = yue - religion = mahayana - size = 50 - } - - farmers = { - culture = yue - religion = mahayana - size = 550 - } + aristocrats = { + culture = malay + religion = sunni + size = 1500 + } + + clergymen = { + culture = malay + religion = sunni + size = 875 + } + + artisans = { + culture = malay + religion = sunni + size = 3500 + } + + soldiers = { + culture = malay + religion = sunni + size = 1250 + } + + farmers = { + culture = malay + religion = sunni + size = 105875 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 350 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 200 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 10200 + } + + slaves = { + culture = asian_minor + religion = animist + size = 10000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 2350 + } + + soldiers = { + culture = yue + religion = mahayana + size = 50 + } + + farmers = { + culture = yue + religion = mahayana + size = 550 + } } #Riau Region (88000) #ruled by The Netherlands 1836 #Pangkalpinang (70000/17500 POPS) 1404 = { - aristocrats = { - culture = malay - religion = sunni - size = 100 - } - - clergymen = { - culture = malay - religion = sunni - size = 150 - } - - artisans = { - culture = malay - religion = sunni - size = 750 - } - - soldiers = { - culture = malay - religion = sunni - size = 150 - } - - farmers = { - culture = malay - religion = sunni - size = 13850 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 25 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 125 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 25 - } - - farmers = { - culture = asian_minor - religion = animist - size = 2275 - } + aristocrats = { + culture = malay + religion = sunni + size = 100 + } + + clergymen = { + culture = malay + religion = sunni + size = 150 + } + + artisans = { + culture = malay + religion = sunni + size = 750 + } + + soldiers = { + culture = malay + religion = sunni + size = 150 + } + + farmers = { + culture = malay + religion = sunni + size = 13850 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 25 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 125 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 25 + } + + farmers = { + culture = asian_minor + religion = animist + size = 2275 + } } #Natuna (18000/4500 POPS) 2576 = { - aristocrats = { - culture = malay - religion = sunni - size = 50 - } - - clergymen = { - culture = malay - religion = sunni - size = 60 - } - - artisans = { - culture = malay - religion = sunni - size = 150 - } - - soldiers = { - culture = malay - religion = sunni - size = 40 - } - - farmers = { - culture = malay - religion = sunni - size = 2700 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 15 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 75 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 25 - } - - farmers = { - culture = asian_minor - religion = animist - size = 1360 - } + aristocrats = { + culture = malay + religion = sunni + size = 50 + } + + clergymen = { + culture = malay + religion = sunni + size = 60 + } + + artisans = { + culture = malay + religion = sunni + size = 150 + } + + soldiers = { + culture = malay + religion = sunni + size = 40 + } + + farmers = { + culture = malay + religion = sunni + size = 2700 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 15 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 75 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 25 + } + + farmers = { + culture = asian_minor + religion = animist + size = 1360 + } } #Siak Region (372000) #ruled by Siak 1836 #Jambi (120000/30000 POPS) 1398 = { - aristocrats = { - culture = malay - religion = sunni - size = 250 - } - - clergymen = { - culture = malay - religion = sunni - size = 250 - } - - artisans = { - culture = malay - religion = sunni - size = 500 - } - - soldiers = { - culture = malay - religion = sunni - size = 250 - } - - farmers = { - culture = malay - religion = sunni - size = 22750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 950 - } - - farmers = { - culture = yue - religion = mahayana - size = 1025 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 50 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 50 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 50 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3800 - } + aristocrats = { + culture = malay + religion = sunni + size = 250 + } + + clergymen = { + culture = malay + religion = sunni + size = 250 + } + + artisans = { + culture = malay + religion = sunni + size = 500 + } + + soldiers = { + culture = malay + religion = sunni + size = 250 + } + + farmers = { + culture = malay + religion = sunni + size = 22750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 950 + } + + farmers = { + culture = yue + religion = mahayana + size = 1025 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 50 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 50 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 50 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3800 + } } #Inderagiri (96000/24000 POPS) 1400 = { - aristocrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 150 - } - - artisans = { - culture = malay - religion = sunni - size = 400 - } - - soldiers = { - culture = malay - religion = sunni - size = 1150 - } - - farmers = { - culture = malay - religion = sunni - size = 12150 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 700 - } - - farmers = { - culture = yue - religion = mahayana - size = 1275 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 150 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - farmers = { - culture = asian_minor - religion = animist - size = 7575 - } + aristocrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 150 + } + + artisans = { + culture = malay + religion = sunni + size = 400 + } + + soldiers = { + culture = malay + religion = sunni + size = 1150 + } + + farmers = { + culture = malay + religion = sunni + size = 12150 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 700 + } + + farmers = { + culture = yue + religion = mahayana + size = 1275 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 150 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + farmers = { + culture = asian_minor + religion = animist + size = 7575 + } } #Siak (156000/39000 POPS) 1401 = { - aristocrats = { - culture = malay - religion = sunni - size = 350 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 75 - } - - clergymen = { - culture = malay - religion = sunni - size = 275 - } - - artisans = { - culture = malay - religion = sunni - size = 725 - } - - soldiers = { - culture = malay - religion = sunni - size = 300 - } - - farmers = { - culture = malay - religion = sunni - size = 28275 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 1100 - } - - labourers = { - culture = yue - religion = mahayana - size = 975 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 175 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - slaves = { - culture = asian_minor - religion = animist - size = 6575 - } + aristocrats = { + culture = malay + religion = sunni + size = 350 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 75 + } + + clergymen = { + culture = malay + religion = sunni + size = 275 + } + + artisans = { + culture = malay + religion = sunni + size = 725 + } + + soldiers = { + culture = malay + religion = sunni + size = 300 + } + + farmers = { + culture = malay + religion = sunni + size = 28275 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 1100 + } + + labourers = { + culture = yue + religion = mahayana + size = 975 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 175 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + slaves = { + culture = asian_minor + religion = animist + size = 6575 + } } -#Aceh Region (444000) +#Aceh Region (444000) #Ruled by Aceh 1836 #Banda Aceh (128000/32000 POPS) 1405 = { - aristocrats = { - culture = malay - religion = sunni - size = 200 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 125 - } - - officers = { - culture = malay - religion = sunni - size = 100 - } - - clergymen = { - culture = malay - religion = sunni - size = 175 - } - - artisans = { - culture = malay - religion = sunni - size = 1250 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 20650 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 5475 - } - - slaves = { - culture = asian_minor - religion = animist - size = 200 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } + aristocrats = { + culture = malay + religion = sunni + size = 200 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 125 + } + + officers = { + culture = malay + religion = sunni + size = 100 + } + + clergymen = { + culture = malay + religion = sunni + size = 175 + } + + artisans = { + culture = malay + religion = sunni + size = 1250 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 20650 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 5475 + } + + slaves = { + culture = asian_minor + religion = animist + size = 200 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } } #Medan (160000/40000 POPS) 1406 = { - aristocrats = { - culture = malay - religion = sunni - size = 250 - } - - clergymen = { - culture = malay - religion = sunni - size = 250 - } - - artisans = { - culture = malay - religion = sunni - size = 1100 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 22500 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 125 - } - - artisans = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 150 - } - - farmers = { - culture = asian_minor - religion = animist - size = 13325 - } - - artisans = { - culture = yue - religion = mahayana - size = 1100 - } + aristocrats = { + culture = malay + religion = sunni + size = 250 + } + + clergymen = { + culture = malay + religion = sunni + size = 250 + } + + artisans = { + culture = malay + religion = sunni + size = 1100 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 22500 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 125 + } + + artisans = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 150 + } + + farmers = { + culture = asian_minor + religion = animist + size = 13325 + } + + artisans = { + culture = yue + religion = mahayana + size = 1100 + } } #Tapaktuan (156000/39000 POPS) 1407 = { - aristocrats = { - culture = malay - religion = sunni - size = 250 - } - - clergymen = { - culture = malay - religion = sunni - size = 275 - } - - artisans = { - culture = malay - religion = sunni - size = 1250 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 20725 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 125 - } - - artisans = { - culture = asian_minor - religion = animist - size = 200 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 14425 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } + aristocrats = { + culture = malay + religion = sunni + size = 250 + } + + clergymen = { + culture = malay + religion = sunni + size = 275 + } + + artisans = { + culture = malay + religion = sunni + size = 1250 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 20725 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 125 + } + + artisans = { + culture = asian_minor + religion = animist + size = 200 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 14425 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } } #Minangkabau Region (956000) #ruled by The Netherlands 1836 #Padang (240000/60000 POPS) 1408 = { - aristocrats = { - culture = dutch - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 100 - } - - aristocrats = { - culture = malay - religion = sunni - size = 450 - } - - clergymen = { - culture = malay - religion = sunni - size = 375 - } - - artisans = { - culture = malay - religion = sunni - size = 2100 - } - - soldiers = { - culture = malay - religion = sunni - size = 400 - } - - farmers = { - culture = malay - religion = sunni - size = 36975 - } - - artisans = { - culture = yue - religion = mahayana - size = 750 - } - - farmers = { - culture = yue - religion = mahayana - size = 200 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 200 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 125 - } - - artisans = { - culture = asian_minor - religion = animist - size = 100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 150 - } - - farmers = { - culture = asian_minor - religion = animist - size = 10425 - } - - slaves = { - culture = asian_minor - religion = animist - size = 8000 - } + aristocrats = { + culture = dutch + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 100 + } + + aristocrats = { + culture = malay + religion = sunni + size = 450 + } + + clergymen = { + culture = malay + religion = sunni + size = 375 + } + + artisans = { + culture = malay + religion = sunni + size = 2100 + } + + soldiers = { + culture = malay + religion = sunni + size = 400 + } + + farmers = { + culture = malay + religion = sunni + size = 36975 + } + + artisans = { + culture = yue + religion = mahayana + size = 750 + } + + farmers = { + culture = yue + religion = mahayana + size = 200 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 200 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 125 + } + + artisans = { + culture = asian_minor + religion = animist + size = 100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 150 + } + + farmers = { + culture = asian_minor + religion = animist + size = 10425 + } + + slaves = { + culture = asian_minor + religion = animist + size = 8000 + } } #Sibolga (528000/132000 POPS) 1409 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 400 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 250 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 350 - } - - farmers = { - culture = asian_minor - religion = animist - size = 33750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 1750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 200 - } - - aristocrats = { - culture = malay - religion = sunni - size = 1250 - } - - clergymen = { - culture = malay - religion = sunni - size = 875 - } - - artisans = { - culture = malay - religion = sunni - size = 3750 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 80125 - } - - slaves = { - culture = asian_minor - religion = animist - size = 10000 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 400 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 250 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 350 + } + + farmers = { + culture = asian_minor + religion = animist + size = 33750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 1750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 200 + } + + aristocrats = { + culture = malay + religion = sunni + size = 1250 + } + + clergymen = { + culture = malay + religion = sunni + size = 875 + } + + artisans = { + culture = malay + religion = sunni + size = 3750 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 80125 + } + + slaves = { + culture = asian_minor + religion = animist + size = 10000 + } } #Bencoolen (120000/30000 POPS) 1410 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 60 - } - - artisans = { - culture = asian_minor - religion = animist - size = 30 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 11710 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 50 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 1125 - } - - aristocrats = { - culture = malay - religion = sunni - size = 200 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 125 - } - - artisans = { - culture = malay - religion = sunni - size = 750 - } - - soldiers = { - culture = malay - religion = sunni - size = 150 - } - - farmers = { - culture = malay - religion = sunni - size = 14625 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10 - } - - clergymen = { - culture = dutch - religion = protestant - size = 20 - } - - artisans = { - culture = dutch - religion = protestant - size = 20 - } - - soldiers = { - culture = dutch - religion = protestant - size = 50 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 60 + } + + artisans = { + culture = asian_minor + religion = animist + size = 30 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 11710 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 50 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 1125 + } + + aristocrats = { + culture = malay + religion = sunni + size = 200 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 125 + } + + artisans = { + culture = malay + religion = sunni + size = 750 + } + + soldiers = { + culture = malay + religion = sunni + size = 150 + } + + farmers = { + culture = malay + religion = sunni + size = 14625 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10 + } + + clergymen = { + culture = dutch + religion = protestant + size = 20 + } + + artisans = { + culture = dutch + religion = protestant + size = 20 + } + + soldiers = { + culture = dutch + religion = protestant + size = 50 + } } #Gunungsitoli (68000/17000 POPS) 1411 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 300 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 150 - } - - artisans = { - culture = asian_minor - religion = animist - size = 700 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 200 - } - - farmers = { - culture = asian_minor - religion = animist - size = 15650 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 300 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 150 + } + + artisans = { + culture = asian_minor + religion = animist + size = 700 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 200 + } + + farmers = { + culture = asian_minor + religion = animist + size = 15650 + } } #Java Region - 8236000 #ruled by the Netherlands 1836 #Batavia (2236000/559000 POPS) 1413 = { - aristocrats = { - culture = javan - religion = sunni - size = 4000 - } - - bureaucrats = { - culture = javan - religion = sunni - size = 500 - } - - clergymen = { - culture = javan - religion = sunni - size = 2500 - } - - artisans = { - culture = javan - religion = sunni - size = 16000 - } - - soldiers = { - culture = javan - religion = sunni - size = 4750 - } - - farmers = { - culture = javan - religion = sunni - size = 438500 - } - - aristocrats = { - culture = javan - religion = animist - size = 500 - } - - clergymen = { - culture = javan - religion = animist - size = 375 - } - - artisans = { - culture = javan - religion = animist - size = 250 - } - - soldiers = { - culture = javan - religion = animist - size = 500 - } - - slaves = { - culture = javan - religion = animist - size = 51375 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 1750 - } - - clergymen = { - culture = dutch - religion = protestant - size = 75 - } - - artisans = { - culture = dutch - religion = protestant - size = 1075 - } - - soldiers = { - culture = dutch - religion = protestant - size = 2250 - } - - clergymen = { - culture = yue - religion = mahayana - size = 225 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000 - } - - artisans = { - culture = yue - religion = mahayana - size = 5000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 350 - } - - farmers = { - culture = yue - religion = mahayana - size = 10425 - } - - slaves = { - culture = yue - religion = mahayana - size = 8000 - } + aristocrats = { + culture = javan + religion = sunni + size = 4000 + } + + bureaucrats = { + culture = javan + religion = sunni + size = 500 + } + + clergymen = { + culture = javan + religion = sunni + size = 2500 + } + + artisans = { + culture = javan + religion = sunni + size = 16000 + } + + soldiers = { + culture = javan + religion = sunni + size = 4750 + } + + farmers = { + culture = javan + religion = sunni + size = 438500 + } + + aristocrats = { + culture = javan + religion = animist + size = 500 + } + + clergymen = { + culture = javan + religion = animist + size = 375 + } + + artisans = { + culture = javan + religion = animist + size = 250 + } + + soldiers = { + culture = javan + religion = animist + size = 500 + } + + slaves = { + culture = javan + religion = animist + size = 51375 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 1750 + } + + clergymen = { + culture = dutch + religion = protestant + size = 75 + } + + artisans = { + culture = dutch + religion = protestant + size = 1075 + } + + soldiers = { + culture = dutch + religion = protestant + size = 2250 + } + + clergymen = { + culture = yue + religion = mahayana + size = 225 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000 + } + + artisans = { + culture = yue + religion = mahayana + size = 5000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 350 + } + + farmers = { + culture = yue + religion = mahayana + size = 10425 + } + + slaves = { + culture = yue + religion = mahayana + size = 8000 + } } #Bogor (748000/187000 POPS) 1414 = { - aristocrats = { - culture = javan - religion = animist - size = 300 - } - - clergymen = { - culture = javan - religion = animist - size = 150 - } - - artisans = { - culture = javan - religion = animist - size = 1600 - } - - soldiers = { - culture = javan - religion = animist - size = 300 - } - - farmers = { - culture = javan - religion = animist - size = 27650 - } - - aristocrats = { - culture = javan - religion = sunni - size = 1500 - } - - clergymen = { - culture = javan - religion = sunni - size = 1500 - } - - artisans = { - culture = javan - religion = sunni - size = 7500 - } - - soldiers = { - culture = javan - religion = sunni - size = 1500 - } - - farmers = { - culture = javan - religion = sunni - size = 145000 - } + aristocrats = { + culture = javan + religion = animist + size = 300 + } + + clergymen = { + culture = javan + religion = animist + size = 150 + } + + artisans = { + culture = javan + religion = animist + size = 1600 + } + + soldiers = { + culture = javan + religion = animist + size = 300 + } + + farmers = { + culture = javan + religion = animist + size = 27650 + } + + aristocrats = { + culture = javan + religion = sunni + size = 1500 + } + + clergymen = { + culture = javan + religion = sunni + size = 1500 + } + + artisans = { + culture = javan + religion = sunni + size = 7500 + } + + soldiers = { + culture = javan + religion = sunni + size = 1500 + } + + farmers = { + culture = javan + religion = sunni + size = 145000 + } } #Cirebon (968000/242000 POPS) 1415 = { - aristocrats = { - culture = yue - religion = mahayana - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 3000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 4725 - } - - aristocrats = { - culture = javan - religion = animist - size = 100 - } - - clergymen = { - culture = javan - religion = animist - size = 100 - } - - artisans = { - culture = javan - religion = animist - size = 1100 - } - - soldiers = { - culture = javan - religion = animist - size = 200 - } - - farmers = { - culture = javan - religion = animist - size = 17600 - } - - aristocrats = { - culture = javan - religion = sunni - size = 2000 - } - - clergymen = { - culture = javan - religion = sunni - size = 2000 - } - - artisans = { - culture = javan - religion = sunni - size = 8000 - } - - soldiers = { - culture = javan - religion = sunni - size = 2250 - } - - farmers = { - culture = javan - religion = sunni - size = 190750 - } + aristocrats = { + culture = yue + religion = mahayana + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 3000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 4725 + } + + aristocrats = { + culture = javan + religion = animist + size = 100 + } + + clergymen = { + culture = javan + religion = animist + size = 100 + } + + artisans = { + culture = javan + religion = animist + size = 1100 + } + + soldiers = { + culture = javan + religion = animist + size = 200 + } + + farmers = { + culture = javan + religion = animist + size = 17600 + } + + aristocrats = { + culture = javan + religion = sunni + size = 2000 + } + + clergymen = { + culture = javan + religion = sunni + size = 2000 + } + + artisans = { + culture = javan + religion = sunni + size = 8000 + } + + soldiers = { + culture = javan + religion = sunni + size = 2250 + } + + farmers = { + culture = javan + religion = sunni + size = 190750 + } } #Yogyakarta (536000/134000 POPS) 1416 = { - aristocrats = { - culture = javan - religion = sunni - size = 1500 - } - - clergymen = { - culture = javan - religion = sunni - size = 1250 - } - - artisans = { - culture = javan - religion = sunni - size = 6000 - } - - soldiers = { - culture = javan - religion = sunni - size = 1250 - } - - farmers = { - culture = javan - religion = sunni - size = 124250 - } - - aristocrats = { - culture = javan - religion = animist - size = 100 - } - - clergymen = { - culture = javan - religion = animist - size = 50 - } - - artisans = { - culture = javan - religion = animist - size = 750 - } - - soldiers = { - culture = javan - religion = animist - size = 125 - } - - farmers = { - culture = javan - religion = animist - size = 9975 - } + aristocrats = { + culture = javan + religion = sunni + size = 1500 + } + + clergymen = { + culture = javan + religion = sunni + size = 1250 + } + + artisans = { + culture = javan + religion = sunni + size = 6000 + } + + soldiers = { + culture = javan + religion = sunni + size = 1250 + } + + farmers = { + culture = javan + religion = sunni + size = 124250 + } + + aristocrats = { + culture = javan + religion = animist + size = 100 + } + + clergymen = { + culture = javan + religion = animist + size = 50 + } + + artisans = { + culture = javan + religion = animist + size = 750 + } + + soldiers = { + culture = javan + religion = animist + size = 125 + } + + farmers = { + culture = javan + religion = animist + size = 9975 + } } #Semarang (1116000/279000 POPS) 1417 = { - aristocrats = { - culture = javan - religion = sunni - size = 2500 - } - - clergymen = { - culture = javan - religion = sunni - size = 2375 - } - - artisans = { - culture = javan - religion = sunni - size = 10000 - } - - artisans = { - culture = javan - religion = sunni - size = 2000 - } - - soldiers = { - culture = javan - religion = sunni - size = 2250 - } - - farmers = { - culture = javan - religion = sunni - size = 217875 - } - - aristocrats = { - culture = javan - religion = animist - size = 250 - } - - clergymen = { - culture = javan - religion = animist - size = 225 - } - - artisans = { - culture = javan - religion = animist - size = 1500 - } - - soldiers = { - culture = javan - religion = animist - size = 300 - } - - farmers = { - culture = javan - religion = animist - size = 29725 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 9225 - } + aristocrats = { + culture = javan + religion = sunni + size = 2500 + } + + clergymen = { + culture = javan + religion = sunni + size = 2375 + } + + artisans = { + culture = javan + religion = sunni + size = 10000 + } + + artisans = { + culture = javan + religion = sunni + size = 2000 + } + + soldiers = { + culture = javan + religion = sunni + size = 2250 + } + + farmers = { + culture = javan + religion = sunni + size = 217875 + } + + aristocrats = { + culture = javan + religion = animist + size = 250 + } + + clergymen = { + culture = javan + religion = animist + size = 225 + } + + artisans = { + culture = javan + religion = animist + size = 1500 + } + + soldiers = { + culture = javan + religion = animist + size = 300 + } + + farmers = { + culture = javan + religion = animist + size = 29725 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 9225 + } } #Surabaya (1092000/273000 POPS) 1418 = { - aristocrats = { - culture = javan - religion = sunni - size = 2500 - } - - clergymen = { - culture = javan - religion = sunni - size = 2500 - } - - artisans = { - culture = javan - religion = sunni - size = 9000 - } - - soldiers = { - culture = javan - religion = sunni - size = 2500 - } - - farmers = { - culture = javan - religion = sunni - size = 228500 - } - - aristocrats = { - culture = javan - religion = animist - size = 150 - } - - clergymen = { - culture = javan - religion = animist - size = 100 - } - - artisans = { - culture = javan - religion = animist - size = 750 - } - - soldiers = { - culture = javan - religion = animist - size = 200 - } - - farmers = { - culture = javan - religion = animist - size = 17800 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 3250 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 5625 - } + aristocrats = { + culture = javan + religion = sunni + size = 2500 + } + + clergymen = { + culture = javan + religion = sunni + size = 2500 + } + + artisans = { + culture = javan + religion = sunni + size = 9000 + } + + soldiers = { + culture = javan + religion = sunni + size = 2500 + } + + farmers = { + culture = javan + religion = sunni + size = 228500 + } + + aristocrats = { + culture = javan + religion = animist + size = 150 + } + + clergymen = { + culture = javan + religion = animist + size = 100 + } + + artisans = { + culture = javan + religion = animist + size = 750 + } + + soldiers = { + culture = javan + religion = animist + size = 200 + } + + farmers = { + culture = javan + religion = animist + size = 17800 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 3250 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 5625 + } } #Surakarta (360000/90000 POPS) 1419 = { - aristocrats = { - culture = javan - religion = sunni - size = 1100 - } - - clergymen = { - culture = javan - religion = sunni - size = 625 - } - - artisans = { - culture = javan - religion = sunni - size = 4000 - } - - soldiers = { - culture = javan - religion = sunni - size = 750 - } - - farmers = { - culture = javan - religion = sunni - size = 71625 - } - - aristocrats = { - culture = javan - religion = animist - size = 100 - } - - clergymen = { - culture = javan - religion = animist - size = 75 - } - - artisans = { - culture = javan - religion = animist - size = 500 - } - - soldiers = { - culture = javan - religion = animist - size = 100 - } - - farmers = { - culture = javan - religion = animist - size = 11225 - } + aristocrats = { + culture = javan + religion = sunni + size = 1100 + } + + clergymen = { + culture = javan + religion = sunni + size = 625 + } + + artisans = { + culture = javan + religion = sunni + size = 4000 + } + + soldiers = { + culture = javan + religion = sunni + size = 750 + } + + farmers = { + culture = javan + religion = sunni + size = 71625 + } + + aristocrats = { + culture = javan + religion = animist + size = 100 + } + + clergymen = { + culture = javan + religion = animist + size = 75 + } + + artisans = { + culture = javan + religion = animist + size = 500 + } + + soldiers = { + culture = javan + religion = animist + size = 100 + } + + farmers = { + culture = javan + religion = animist + size = 11225 + } } #Probolingo (708000/177000 POPS) 1420 = { - aristocrats = { - culture = javan - religion = animist - size = 100 - } - - clergymen = { - culture = javan - religion = animist - size = 75 - } - - artisans = { - culture = javan - religion = animist - size = 750 - } - - soldiers = { - culture = javan - religion = animist - size = 100 - } - - slaves = { - culture = javan - religion = animist - size = 9975 - } - - aristocrats = { - culture = javan - religion = sunni - size = 1750 - } - - clergymen = { - culture = javan - religion = sunni - size = 1625 - } - - artisans = { - culture = javan - religion = sunni - size = 8000 - } - - soldiers = { - culture = javan - religion = sunni - size = 1500 - } - - farmers = { - culture = javan - religion = sunni - size = 153125 - } + aristocrats = { + culture = javan + religion = animist + size = 100 + } + + clergymen = { + culture = javan + religion = animist + size = 75 + } + + artisans = { + culture = javan + religion = animist + size = 750 + } + + soldiers = { + culture = javan + religion = animist + size = 100 + } + + slaves = { + culture = javan + religion = animist + size = 9975 + } + + aristocrats = { + culture = javan + religion = sunni + size = 1750 + } + + clergymen = { + culture = javan + religion = sunni + size = 1625 + } + + artisans = { + culture = javan + religion = sunni + size = 8000 + } + + soldiers = { + culture = javan + religion = sunni + size = 1500 + } + + farmers = { + culture = javan + religion = sunni + size = 153125 + } } #Madura (496000/124000 POPS) 1421 = { - aristocrats = { - culture = javan - religion = sunni - size = 1400 - } - - clergymen = { - culture = javan - religion = sunni - size = 1100 - } - - artisans = { - culture = javan - religion = sunni - size = 4000 - } - - soldiers = { - culture = javan - religion = sunni - size = 1100 - } - - farmers = { - culture = javan - religion = sunni - size = 97500 - } - - aristocrats = { - culture = javan - religion = animist - size = 100 - } - - clergymen = { - culture = javan - religion = animist - size = 75 - } - - artisans = { - culture = javan - religion = animist - size = 500 - } - - soldiers = { - culture = javan - religion = animist - size = 1000 - } - - farmers = { - culture = javan - religion = animist - size = 8325 - } - - clergymen = { - culture = yue - religion = mahayana - size = 100 - } - - artisans = { - culture = yue - religion = mahayana - size = 2000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 6800 - } + aristocrats = { + culture = javan + religion = sunni + size = 1400 + } + + clergymen = { + culture = javan + religion = sunni + size = 1100 + } + + artisans = { + culture = javan + religion = sunni + size = 4000 + } + + soldiers = { + culture = javan + religion = sunni + size = 1100 + } + + farmers = { + culture = javan + religion = sunni + size = 97500 + } + + aristocrats = { + culture = javan + religion = animist + size = 100 + } + + clergymen = { + culture = javan + religion = animist + size = 75 + } + + artisans = { + culture = javan + religion = animist + size = 500 + } + + soldiers = { + culture = javan + religion = animist + size = 1000 + } + + farmers = { + culture = javan + religion = animist + size = 8325 + } + + clergymen = { + culture = yue + religion = mahayana + size = 100 + } + + artisans = { + culture = yue + religion = mahayana + size = 2000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 6800 + } } #Eastern Borneo Region (542000) #uncolonized in 1836 #Banjarmasin (166000/44000 POPS) 1423 = { - aristocrats = { - culture = dutch - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 50 - } - - clergymen = { - culture = malay - religion = animist - size = 50 - } - - artisans = { - culture = malay - religion = animist - size = 450 - } - - soldiers = { - culture = malay - religion = animist - size = 50 - } - - farmers = { - culture = malay - religion = animist - size = 7400 - } - - aristocrats = { - culture = malay - religion = sunni - size = 350 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 50 - } - - clergymen = { - culture = malay - religion = sunni - size = 375 - } - - artisans = { - culture = malay - religion = sunni - size = 1850 - } - - soldiers = { - culture = malay - religion = sunni - size = 400 - } - - farmers = { - culture = malay - religion = sunni - size = 34675 - } + aristocrats = { + culture = dutch + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 50 + } + + clergymen = { + culture = malay + religion = animist + size = 50 + } + + artisans = { + culture = malay + religion = animist + size = 450 + } + + soldiers = { + culture = malay + religion = animist + size = 50 + } + + farmers = { + culture = malay + religion = animist + size = 7400 + } + + aristocrats = { + culture = malay + religion = sunni + size = 350 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 50 + } + + clergymen = { + culture = malay + religion = sunni + size = 375 + } + + artisans = { + culture = malay + religion = sunni + size = 1850 + } + + soldiers = { + culture = malay + religion = sunni + size = 400 + } + + farmers = { + culture = malay + religion = sunni + size = 34675 + } } #Muraleve (96000/24000 POPS) 1422 = { - aristocrats = { - culture = malay - religion = sunni - size = 300 - } - - clergymen = { - culture = malay - religion = sunni - size = 250 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1250 - } - - soldiers = { - culture = malay - religion = sunni - size = 1250 - } - - farmers = { - culture = malay - religion = sunni - size = 15950 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3000 - } - - farmers = { - culture = asian_minor - religion = animist - size = 4000 - } + aristocrats = { + culture = malay + religion = sunni + size = 300 + } + + clergymen = { + culture = malay + religion = sunni + size = 250 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1250 + } + + soldiers = { + culture = malay + religion = sunni + size = 1250 + } + + farmers = { + culture = malay + religion = sunni + size = 15950 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3000 + } + + farmers = { + culture = asian_minor + religion = animist + size = 4000 + } } #Pasir (64000/16000 POPS) 1424 = { - aristocrats = { - culture = malay - religion = animist - size = 50 - } - - clergymen = { - culture = malay - religion = animist - size = 50 - } - - artisans = { - culture = malay - religion = animist - size = 150 - } - - soldiers = { - culture = malay - religion = animist - size = 50 - } - - farmers = { - culture = malay - religion = animist - size = 3700 - } - - aristocrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 125 - } - - artisans = { - culture = malay - religion = sunni - size = 650 - } - - soldiers = { - culture = malay - religion = sunni - size = 150 - } - - farmers = { - culture = malay - religion = sunni - size = 10925 - } + aristocrats = { + culture = malay + religion = animist + size = 50 + } + + clergymen = { + culture = malay + religion = animist + size = 50 + } + + artisans = { + culture = malay + religion = animist + size = 150 + } + + soldiers = { + culture = malay + religion = animist + size = 50 + } + + farmers = { + culture = malay + religion = animist + size = 3700 + } + + aristocrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 125 + } + + artisans = { + culture = malay + religion = sunni + size = 650 + } + + soldiers = { + culture = malay + religion = sunni + size = 150 + } + + farmers = { + culture = malay + religion = sunni + size = 10925 + } } #Tarakan (96000/24000 POPS) 1425 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 200 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 175 - } - - artisans = { - culture = asian_minor - religion = animist - size = 200 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 150 - } - - labourers = { - culture = asian_minor - religion = animist - size = 9275 - } - - slaves = { - culture = asian_minor - religion = animist - size = 2000 - } - - aristocrats = { - culture = malay - religion = animist - size = 25 - } - - clergymen = { - culture = malay - religion = animist - size = 50 - } - - artisans = { - culture = malay - religion = animist - size = 250 - } - - soldiers = { - culture = malay - religion = animist - size = 25 - } - - labourers = { - culture = malay - religion = animist - size = 2650 - } - - aristocrats = { - culture = malay - religion = sunni - size = 50 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 750 - } - - soldiers = { - culture = malay - religion = sunni - size = 50 - } - - labourers = { - culture = malay - religion = sunni - size = 8100 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 200 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 175 + } + + artisans = { + culture = asian_minor + religion = animist + size = 200 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 150 + } + + labourers = { + culture = asian_minor + religion = animist + size = 9275 + } + + slaves = { + culture = asian_minor + religion = animist + size = 2000 + } + + aristocrats = { + culture = malay + religion = animist + size = 25 + } + + clergymen = { + culture = malay + religion = animist + size = 50 + } + + artisans = { + culture = malay + religion = animist + size = 250 + } + + soldiers = { + culture = malay + religion = animist + size = 25 + } + + labourers = { + culture = malay + religion = animist + size = 2650 + } + + aristocrats = { + culture = malay + religion = sunni + size = 50 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 750 + } + + soldiers = { + culture = malay + religion = sunni + size = 50 + } + + labourers = { + culture = malay + religion = sunni + size = 8100 + } } #Samarinda (120000/30000 POPS) 1429 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 300 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 250 - } - - artisans = { - culture = asian_minor - religion = animist - size = 700 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 12500 - } - - slaves = { - culture = asian_minor - religion = animist - size = 5000 - } - - aristocrats = { - culture = malay - religion = sunni - size = 50 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 800 - } - - soldiers = { - culture = malay - religion = sunni - size = 1050 - } - - farmers = { - culture = malay - religion = sunni - size = 11050 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 300 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 250 + } + + artisans = { + culture = asian_minor + religion = animist + size = 700 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 12500 + } + + slaves = { + culture = asian_minor + religion = animist + size = 5000 + } + + aristocrats = { + culture = malay + religion = sunni + size = 50 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 800 + } + + soldiers = { + culture = malay + religion = sunni + size = 1050 + } + + farmers = { + culture = malay + religion = sunni + size = 11050 + } } #Western Borneo Region (368000) #uncolonized in 1836 #Pontianak (148000/37000 POPS) 1426 = { - artisans = { - culture = malay - religion = animist - size = 100 - } - - farmers = { - culture = malay - religion = animist - size = 4850 - } - - aristocrats = { - culture = malay - religion = sunni - size = 275 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 300 - } - - artisans = { - culture = malay - religion = sunni - size = 500 - } - - soldiers = { - culture = malay - religion = sunni - size = 300 - } - - farmers = { - culture = malay - religion = sunni - size = 20600 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 250 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 70 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 125 - } - - farmers = { - culture = yue - religion = mahayana - size = 11555 - } + artisans = { + culture = malay + religion = animist + size = 100 + } + + farmers = { + culture = malay + religion = animist + size = 4850 + } + + aristocrats = { + culture = malay + religion = sunni + size = 275 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 300 + } + + artisans = { + culture = malay + religion = sunni + size = 500 + } + + soldiers = { + culture = malay + religion = sunni + size = 300 + } + + farmers = { + culture = malay + religion = sunni + size = 20600 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 250 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 70 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 125 + } + + farmers = { + culture = yue + religion = mahayana + size = 11555 + } } #Kota Waringin (152000/38000 POPS) 1427 = { - aristocrats = { - culture = malay - religion = animist - size = 75 - } - - clergymen = { - culture = malay - religion = animist - size = 75 - } - - artisans = { - culture = malay - religion = animist - size = 400 - } - - soldiers = { - culture = malay - religion = animist - size = 50 - } - - farmers = { - culture = malay - religion = animist - size = 2700 - } - - aristocrats = { - culture = malay - religion = sunni - size = 350 - } - - clergymen = { - culture = malay - religion = sunni - size = 650 - } - - artisans = { - culture = malay - religion = sunni - size = 1500 - } - - soldiers = { - culture = malay - religion = sunni - size = 300 - } - - farmers = { - culture = malay - religion = sunni - size = 30000 - } - - slaves = { - culture = malay - religion = sunni - size = 3000 - } + aristocrats = { + culture = malay + religion = animist + size = 75 + } + + clergymen = { + culture = malay + religion = animist + size = 75 + } + + artisans = { + culture = malay + religion = animist + size = 400 + } + + soldiers = { + culture = malay + religion = animist + size = 50 + } + + farmers = { + culture = malay + religion = animist + size = 2700 + } + + aristocrats = { + culture = malay + religion = sunni + size = 350 + } + + clergymen = { + culture = malay + religion = sunni + size = 650 + } + + artisans = { + culture = malay + religion = sunni + size = 1500 + } + + soldiers = { + culture = malay + religion = sunni + size = 300 + } + + farmers = { + culture = malay + religion = sunni + size = 30000 + } + + slaves = { + culture = malay + religion = sunni + size = 3000 + } } #Sintang (68000/17000 POPS) 1428 = { - aristocrats = { - culture = malay - religion = animist - size = 250 - } - - clergymen = { - culture = malay - religion = animist - size = 175 - } - - artisans = { - culture = malay - religion = animist - size = 750 - } - - soldiers = { - culture = malay - religion = animist - size = 250 - } - - farmers = { - culture = malay - religion = animist - size = 8575 - } - - slaves = { - culture = malay - religion = animist - size = 2000 - } - - farmers = { - culture = hakka - religion = mahayana - size = 5000 - } + aristocrats = { + culture = malay + religion = animist + size = 250 + } + + clergymen = { + culture = malay + religion = animist + size = 175 + } + + artisans = { + culture = malay + religion = animist + size = 750 + } + + soldiers = { + culture = malay + religion = animist + size = 250 + } + + farmers = { + culture = malay + religion = animist + size = 8575 + } + + slaves = { + culture = malay + religion = animist + size = 2000 + } + + farmers = { + culture = hakka + religion = mahayana + size = 5000 + } } #Celebes Region (1040000) #uncolonized in 1836 #Makassar (224000/56000 POPS) 1430 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 700 - } - - bureaucrats = { - culture = moluccan - religion = sunni - size = 300 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 525 - } - - artisans = { - culture = moluccan - religion = sunni - size = 3000 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 600 - } - - farmers = { - culture = moluccan - religion = sunni - size = 4925 - } - - slaves = { - culture = moluccan - religion = animist - size = 5000 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 700 + } + + bureaucrats = { + culture = moluccan + religion = sunni + size = 300 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 525 + } + + artisans = { + culture = moluccan + religion = sunni + size = 3000 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 600 + } + + farmers = { + culture = moluccan + religion = sunni + size = 4925 + } + + slaves = { + culture = moluccan + religion = animist + size = 5000 + } } #Bone (140000/35000 POPS) 1431 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 400 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 350 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1750 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 3000 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 1350 - } - - farmers = { - culture = moluccan - religion = sunni - size = 26150 - } - - slaves = { - culture = moluccan - religion = animist - size = 3000 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 400 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 350 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1750 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 3000 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 1350 + } + + farmers = { + culture = moluccan + religion = sunni + size = 26150 + } + + slaves = { + culture = moluccan + religion = animist + size = 3000 + } } #Mamuju (128000/32000 POPS) 1432 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 250 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 250 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1500 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 1250 - } - - farmers = { - culture = moluccan - religion = sunni - size = 21750 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 75 - } - - clergymen = { - culture = moluccan - religion = animist - size = 75 - } - - artisans = { - culture = moluccan - religion = animist - size = 100 - } - - soldiers = { - culture = moluccan - religion = animist - size = 75 - } - - slaves = { - culture = moluccan - religion = animist - size = 6675 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 250 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 250 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1500 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 1250 + } + + farmers = { + culture = moluccan + religion = sunni + size = 21750 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 75 + } + + clergymen = { + culture = moluccan + religion = animist + size = 75 + } + + artisans = { + culture = moluccan + religion = animist + size = 100 + } + + soldiers = { + culture = moluccan + religion = animist + size = 75 + } + + slaves = { + culture = moluccan + religion = animist + size = 6675 + } } #Menado (256000/64000 POPS) 1433 = { - aristocrats = { - culture = moluccan - religion = animist - size = 500 - } - - clergymen = { - culture = moluccan - religion = animist - size = 500 - } - - artisans = { - culture = moluccan - religion = animist - size = 1400 - } - - soldiers = { - culture = moluccan - religion = animist - size = 500 - } - - farmers = { - culture = moluccan - religion = animist - size = 40100 - } - - slaves = { - culture = moluccan - religion = animist - size = 8000 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 175 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 175 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1800 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 175 - } - - farmers = { - culture = moluccan - religion = sunni - size = 13675 - } + aristocrats = { + culture = moluccan + religion = animist + size = 500 + } + + clergymen = { + culture = moluccan + religion = animist + size = 500 + } + + artisans = { + culture = moluccan + religion = animist + size = 1400 + } + + soldiers = { + culture = moluccan + religion = animist + size = 500 + } + + farmers = { + culture = moluccan + religion = animist + size = 40100 + } + + slaves = { + culture = moluccan + religion = animist + size = 8000 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 175 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 175 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1800 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 175 + } + + farmers = { + culture = moluccan + religion = sunni + size = 13675 + } } #Luwuk (100000/25000 POPS) 1434 = { - aristocrats = { - culture = moluccan - religion = animist - size = 250 - } - - clergymen = { - culture = moluccan - religion = animist - size = 250 - } - - artisans = { - culture = moluccan - religion = animist - size = 1250 - } - - soldiers = { - culture = moluccan - religion = animist - size = 250 - } - - farmers = { - culture = moluccan - religion = animist - size = 20000 - } - - slaves = { - culture = moluccan - religion = animist - size = 3000 - } + aristocrats = { + culture = moluccan + religion = animist + size = 250 + } + + clergymen = { + culture = moluccan + religion = animist + size = 250 + } + + artisans = { + culture = moluccan + religion = animist + size = 1250 + } + + soldiers = { + culture = moluccan + religion = animist + size = 250 + } + + farmers = { + culture = moluccan + religion = animist + size = 20000 + } + + slaves = { + culture = moluccan + religion = animist + size = 3000 + } } #Palu (96000/24000 POPS) 1435 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 250 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 250 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1250 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 250 - } - - farmers = { - culture = moluccan - religion = sunni - size = 20000 - } - - slaves = { - culture = moluccan - religion = animist - size = 3000 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 250 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 250 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1250 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 250 + } + + farmers = { + culture = moluccan + religion = sunni + size = 20000 + } + + slaves = { + culture = moluccan + religion = animist + size = 3000 + } } #Kendari (48000/12000 POPS) 1436 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 150 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 125 - } - - artisans = { - culture = moluccan - religion = sunni - size = 600 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 100 - } - - farmers = { - culture = moluccan - religion = sunni - size = 11025 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 150 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 125 + } + + artisans = { + culture = moluccan + religion = sunni + size = 600 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 100 + } + + farmers = { + culture = moluccan + religion = sunni + size = 11025 + } } #Bulon (48000/12000 POPS) 1437 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 150 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 125 - } - - artisans = { - culture = moluccan - religion = sunni - size = 600 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 100 - } - - farmers = { - culture = moluccan - religion = sunni - size = 11025 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 150 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 125 + } + + artisans = { + culture = moluccan + religion = sunni + size = 600 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 100 + } + + farmers = { + culture = moluccan + religion = sunni + size = 11025 + } } #Sunda Region (1536400) #Ruled by Bali 1836 #Bali (640000/160000 POPS) 1438 = { - clergymen = { - culture = malay - religion = sunni - size = 125 - } - - artisans = { - culture = malay - religion = sunni - size = 1100 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 13050 - } - - aristocrats = { - culture = malay - religion = hindu - size = 1500 - } - - bureaucrats = { - culture = malay - religion = hindu - size = 125 - } - - officers = { - culture = malay - religion = hindu - size = 200 - } - - clergymen = { - culture = malay - religion = hindu - size = 1425 - } - - artisans = { - culture = malay - religion = hindu - size = 7000 - } - - soldiers = { - culture = malay - religion = hindu - size = 3000 - } - - soldiers = { - culture = malay - religion = hindu - size = 1000 - } - - farmers = { - culture = malay - religion = hindu - size = 109750 - } - - slaves = { - culture = malay - religion = hindu - size = 20000 - } + clergymen = { + culture = malay + religion = sunni + size = 125 + } + + artisans = { + culture = malay + religion = sunni + size = 1100 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 13050 + } + + aristocrats = { + culture = malay + religion = hindu + size = 1500 + } + + bureaucrats = { + culture = malay + religion = hindu + size = 125 + } + + officers = { + culture = malay + religion = hindu + size = 200 + } + + clergymen = { + culture = malay + religion = hindu + size = 1425 + } + + artisans = { + culture = malay + religion = hindu + size = 7000 + } + + soldiers = { + culture = malay + religion = hindu + size = 3000 + } + + soldiers = { + culture = malay + religion = hindu + size = 1000 + } + + farmers = { + culture = malay + religion = hindu + size = 109750 + } + + slaves = { + culture = malay + religion = hindu + size = 20000 + } } #Lombok (200000/50000 POPS) 1442 = { - aristocrats = { - culture = moluccan - religion = animist - size = 100 - } - - clergymen = { - culture = moluccan - religion = animist - size = 150 - } - - artisans = { - culture = moluccan - religion = animist - size = 500 - } - - soldiers = { - culture = moluccan - religion = animist - size = 100 - } - - farmers = { - culture = moluccan - religion = animist - size = 13150 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 400 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 400 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2000 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 1000 - } - - farmers = { - culture = moluccan - religion = sunni - size = 32200 - } + aristocrats = { + culture = moluccan + religion = animist + size = 100 + } + + clergymen = { + culture = moluccan + religion = animist + size = 150 + } + + artisans = { + culture = moluccan + religion = animist + size = 500 + } + + soldiers = { + culture = moluccan + religion = animist + size = 100 + } + + farmers = { + culture = moluccan + religion = animist + size = 13150 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 400 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 400 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2000 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 1000 + } + + farmers = { + culture = moluccan + religion = sunni + size = 32200 + } } #ruled by the Netherlands 1836 #Flores (176000/44000 POPS) 1439 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 500 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 425 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2200 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 450 - } - - farmers = { - culture = moluccan - religion = sunni - size = 48425 - } - - slaves = { - culture = moluccan - religion = sunni - size = 2000 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 500 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 425 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2200 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 450 + } + + farmers = { + culture = moluccan + religion = sunni + size = 48425 + } + + slaves = { + culture = moluccan + religion = sunni + size = 2000 + } } #Sumbawa (244000/61000 POPS) 1440 = { - aristocrats = { - culture = moluccan - religion = animist - size = 200 - } - - clergymen = { - culture = moluccan - religion = animist - size = 175 - } - - artisans = { - culture = moluccan - religion = animist - size = 750 - } - - soldiers = { - culture = moluccan - religion = animist - size = 150 - } - - farmers = { - culture = moluccan - religion = animist - size = 15725 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 500 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 425 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2200 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 450 - } - - farmers = { - culture = moluccan - religion = sunni - size = 40425 - } + aristocrats = { + culture = moluccan + religion = animist + size = 200 + } + + clergymen = { + culture = moluccan + religion = animist + size = 175 + } + + artisans = { + culture = moluccan + religion = animist + size = 750 + } + + soldiers = { + culture = moluccan + religion = animist + size = 150 + } + + farmers = { + culture = moluccan + religion = animist + size = 15725 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 500 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 425 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2200 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 450 + } + + farmers = { + culture = moluccan + religion = sunni + size = 40425 + } } #Sumba (192000/48000 POPS) 1441 = { - aristocrats = { - culture = moluccan - religion = animist - size = 150 - } - - clergymen = { - culture = moluccan - religion = animist - size = 125 - } - - artisans = { - culture = moluccan - religion = animist - size = 600 - } - - soldiers = { - culture = moluccan - religion = animist - size = 100 - } - - farmers = { - culture = moluccan - religion = animist - size = 12025 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 350 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 350 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1800 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 350 - } - - farmers = { - culture = moluccan - religion = sunni - size = 34350 - } - - farmers = { - culture = moluccan - religion = hindu - size = 500 - } + aristocrats = { + culture = moluccan + religion = animist + size = 150 + } + + clergymen = { + culture = moluccan + religion = animist + size = 125 + } + + artisans = { + culture = moluccan + religion = animist + size = 600 + } + + soldiers = { + culture = moluccan + religion = animist + size = 100 + } + + farmers = { + culture = moluccan + religion = animist + size = 12025 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 350 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 350 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1800 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 350 + } + + farmers = { + culture = moluccan + religion = sunni + size = 34350 + } + + farmers = { + culture = moluccan + religion = hindu + size = 500 + } } #Roti (24000/6000 POPS) 1443 = { - aristocrats = { - culture = moluccan - religion = animist - size = 100 - } - - clergymen = { - culture = moluccan - religion = animist - size = 50 - } - - artisans = { - culture = moluccan - religion = animist - size = 250 - } - - soldiers = { - culture = moluccan - religion = animist - size = 75 - } - - farmers = { - culture = moluccan - religion = animist - size = 5525 - } + aristocrats = { + culture = moluccan + religion = animist + size = 100 + } + + clergymen = { + culture = moluccan + religion = animist + size = 50 + } + + artisans = { + culture = moluccan + religion = animist + size = 250 + } + + soldiers = { + culture = moluccan + religion = animist + size = 75 + } + + farmers = { + culture = moluccan + religion = animist + size = 5525 + } } #Alor (36000/9000 POPS) 1444 = { - aristocrats = { - culture = moluccan - religion = animist - size = 20 - } - - clergymen = { - culture = moluccan - religion = animist - size = 40 - } - - artisans = { - culture = moluccan - religion = animist - size = 100 - } - - soldiers = { - culture = moluccan - religion = animist - size = 20 - } - - farmers = { - culture = moluccan - religion = animist - size = 1820 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 75 - } - - clergymen = { - culture = melanesian - religion = animist - size = 75 - } - - artisans = { - culture = melanesian - religion = animist - size = 300 - } - - soldiers = { - culture = melanesian - religion = animist - size = 75 - } - - farmers = { - culture = melanesian - religion = animist - size = 6475 - } + aristocrats = { + culture = moluccan + religion = animist + size = 20 + } + + clergymen = { + culture = moluccan + religion = animist + size = 40 + } + + artisans = { + culture = moluccan + religion = animist + size = 100 + } + + soldiers = { + culture = moluccan + religion = animist + size = 20 + } + + farmers = { + culture = moluccan + religion = animist + size = 1820 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 75 + } + + clergymen = { + culture = melanesian + religion = animist + size = 75 + } + + artisans = { + culture = melanesian + religion = animist + size = 300 + } + + soldiers = { + culture = melanesian + religion = animist + size = 75 + } + + farmers = { + culture = melanesian + religion = animist + size = 6475 + } } #Kaupeng (24400/6100 POPS) 1445 = { - aristocrats = { - culture = dutch - religion = protestant - size = 50 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 20 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 15 - } - - clergymen = { - culture = moluccan - religion = animist - size = 20 - } - - artisans = { - culture = moluccan - religion = animist - size = 35 - } - - soldiers = { - culture = moluccan - religion = animist - size = 10 - } - - farmers = { - culture = moluccan - religion = animist - size = 920 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 50 - } - - clergymen = { - culture = melanesian - religion = animist - size = 50 - } - - artisans = { - culture = melanesian - religion = animist - size = 250 - } - - soldiers = { - culture = melanesian - religion = animist - size = 50 - } - - farmers = { - culture = melanesian - religion = animist - size = 4600 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10 - } - - artisans = { - culture = dutch - religion = protestant - size = 15 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25 - } - - soldiers = { - culture = dutch - religion = protestant - size = 50 - } + aristocrats = { + culture = dutch + religion = protestant + size = 50 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 20 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 15 + } + + clergymen = { + culture = moluccan + religion = animist + size = 20 + } + + artisans = { + culture = moluccan + religion = animist + size = 35 + } + + soldiers = { + culture = moluccan + religion = animist + size = 10 + } + + farmers = { + culture = moluccan + religion = animist + size = 920 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 50 + } + + clergymen = { + culture = melanesian + religion = animist + size = 50 + } + + artisans = { + culture = melanesian + religion = animist + size = 250 + } + + soldiers = { + culture = melanesian + religion = animist + size = 50 + } + + farmers = { + culture = melanesian + religion = animist + size = 4600 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10 + } + + artisans = { + culture = dutch + religion = protestant + size = 15 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25 + } + + soldiers = { + culture = dutch + religion = protestant + size = 50 + } } #Ruled by Portugal 1836 #Lifau (?/? POPS) 2647 = { - aristocrats = { - culture = melanesian - religion = catholic - size = 15 - } - - clergymen = { - culture = melanesian - religion = catholic - size = 20 - } - - artisans = { - culture = melanesian - religion = catholic - size = 25 - } - - soldiers = { - culture = melanesian - religion = catholic - size = 25 - } - - farmers = { - culture = melanesian - religion = catholic - size = 300 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 50 - } - - artisans = { - culture = melanesian - religion = animist - size = 50 - } - - soldiers = { - culture = melanesian - religion = animist - size = 100 - } - - farmers = { - culture = melanesian - religion = animist - size = 750 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 5 - } - - artisans = { - culture = portuguese - religion = catholic - size = 10 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 10 - } + aristocrats = { + culture = melanesian + religion = catholic + size = 15 + } + + clergymen = { + culture = melanesian + religion = catholic + size = 20 + } + + artisans = { + culture = melanesian + religion = catholic + size = 25 + } + + soldiers = { + culture = melanesian + religion = catholic + size = 25 + } + + farmers = { + culture = melanesian + religion = catholic + size = 300 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 50 + } + + artisans = { + culture = melanesian + religion = animist + size = 50 + } + + soldiers = { + culture = melanesian + religion = animist + size = 100 + } + + farmers = { + culture = melanesian + religion = animist + size = 750 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 5 + } + + artisans = { + culture = portuguese + religion = catholic + size = 10 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 10 + } } #Dili (88000/22000 POPS) 1446 = { - clergymen = { - culture = moluccan - religion = catholic - size = 25 - } - - artisans = { - culture = moluccan - religion = catholic - size = 250 - } - - soldiers = { - culture = moluccan - religion = catholic - size = 15 - } - - farmers = { - culture = moluccan - religion = catholic - size = 710 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 50 - } - - clergymen = { - culture = moluccan - religion = animist - size = 75 - } - - artisans = { - culture = moluccan - religion = animist - size = 50 - } - - soldiers = { - culture = moluccan - religion = animist - size = 25 - } - - farmers = { - culture = moluccan - religion = animist - size = 3800 - } - - clergymen = { - culture = melanesian - religion = catholic - size = 50 - } - - artisans = { - culture = melanesian - religion = catholic - size = 750 - } - - soldiers = { - culture = melanesian - religion = catholic - size = 25 - } - - farmers = { - culture = melanesian - religion = catholic - size = 1175 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 150 - } - - clergymen = { - culture = melanesian - religion = animist - size = 125 - } - - artisans = { - culture = melanesian - religion = animist - size = 50 - } - - soldiers = { - culture = melanesian - religion = animist - size = 100 - } - - farmers = { - culture = melanesian - religion = animist - size = 14575 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 5 - } - - artisans = { - culture = portuguese - religion = catholic - size = 10 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 10 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 25 - } + clergymen = { + culture = moluccan + religion = catholic + size = 25 + } + + artisans = { + culture = moluccan + religion = catholic + size = 250 + } + + soldiers = { + culture = moluccan + religion = catholic + size = 15 + } + + farmers = { + culture = moluccan + religion = catholic + size = 710 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 50 + } + + clergymen = { + culture = moluccan + religion = animist + size = 75 + } + + artisans = { + culture = moluccan + religion = animist + size = 50 + } + + soldiers = { + culture = moluccan + religion = animist + size = 25 + } + + farmers = { + culture = moluccan + religion = animist + size = 3800 + } + + clergymen = { + culture = melanesian + religion = catholic + size = 50 + } + + artisans = { + culture = melanesian + religion = catholic + size = 750 + } + + soldiers = { + culture = melanesian + religion = catholic + size = 25 + } + + farmers = { + culture = melanesian + religion = catholic + size = 1175 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 150 + } + + clergymen = { + culture = melanesian + religion = animist + size = 125 + } + + artisans = { + culture = melanesian + religion = animist + size = 50 + } + + soldiers = { + culture = melanesian + religion = animist + size = 100 + } + + farmers = { + culture = melanesian + religion = animist + size = 14575 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 5 + } + + artisans = { + culture = portuguese + religion = catholic + size = 10 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 10 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 25 + } } #Moluccas Region (280000) #ruled by The Netherlands 1836 #Ambon (44400/11100 POPS) 1449 = { - aristocrats = { - culture = moluccan - religion = protestant - size = 115 - } - - bureaucrats = { - culture = moluccan - religion = protestant - size = 10 - } - - clergymen = { - culture = moluccan - religion = protestant - size = 125 - } - - artisans = { - culture = moluccan - religion = protestant - size = 600 - } - - soldiers = { - culture = moluccan - religion = protestant - size = 150 - } - - farmers = { - culture = moluccan - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10 - } - - artisans = { - culture = dutch - religion = protestant - size = 15 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25 - } - - soldiers = { - culture = dutch - religion = protestant - size = 50 - } + aristocrats = { + culture = moluccan + religion = protestant + size = 115 + } + + bureaucrats = { + culture = moluccan + religion = protestant + size = 10 + } + + clergymen = { + culture = moluccan + religion = protestant + size = 125 + } + + artisans = { + culture = moluccan + religion = protestant + size = 600 + } + + soldiers = { + culture = moluccan + religion = protestant + size = 150 + } + + farmers = { + culture = moluccan + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10 + } + + artisans = { + culture = dutch + religion = protestant + size = 15 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25 + } + + soldiers = { + culture = dutch + religion = protestant + size = 50 + } } #uncolonized in 1836 #Ternate (120000/30000 POPS) 1447 = { - aristocrats = { - culture = dutch - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 50 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 100 - } - - clergymen = { - culture = moluccan - religion = animist - size = 175 - } - - artisans = { - culture = moluccan - religion = animist - size = 100 - } - - soldiers = { - culture = moluccan - religion = animist - size = 150 - } - - farmers = { - culture = moluccan - religion = animist - size = 14375 - } - - slaves = { - culture = moluccan - religion = animist - size = 2000 - } - - clergymen = { - culture = moluccan - religion = protestant - size = 50 - } - - artisans = { - culture = moluccan - religion = protestant - size = 400 - } - - soldiers = { - culture = moluccan - religion = protestant - size = 50 - } - - farmers = { - culture = moluccan - religion = protestant - size = 1500 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 125 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 100 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1100 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 125 - } - - farmers = { - culture = moluccan - religion = sunni - size = 9650 - } + aristocrats = { + culture = dutch + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 50 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 100 + } + + clergymen = { + culture = moluccan + religion = animist + size = 175 + } + + artisans = { + culture = moluccan + religion = animist + size = 100 + } + + soldiers = { + culture = moluccan + religion = animist + size = 150 + } + + farmers = { + culture = moluccan + religion = animist + size = 14375 + } + + slaves = { + culture = moluccan + religion = animist + size = 2000 + } + + clergymen = { + culture = moluccan + religion = protestant + size = 50 + } + + artisans = { + culture = moluccan + religion = protestant + size = 400 + } + + soldiers = { + culture = moluccan + religion = protestant + size = 50 + } + + farmers = { + culture = moluccan + religion = protestant + size = 1500 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 125 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 100 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1100 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 125 + } + + farmers = { + culture = moluccan + religion = sunni + size = 9650 + } } #Jilolo (36000/9000 POPS) 1448 = { - aristocrats = { - culture = melanesian - religion = animist - size = 100 - } - - clergymen = { - culture = melanesian - religion = animist - size = 50 - } - - artisans = { - culture = melanesian - religion = animist - size = 100 - } - - soldiers = { - culture = melanesian - religion = animist - size = 75 - } - - farmers = { - culture = melanesian - religion = animist - size = 7675 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 20 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 25 - } - - artisans = { - culture = moluccan - religion = sunni - size = 350 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 25 - } - - farmers = { - culture = moluccan - religion = sunni - size = 680 - } + aristocrats = { + culture = melanesian + religion = animist + size = 100 + } + + clergymen = { + culture = melanesian + religion = animist + size = 50 + } + + artisans = { + culture = melanesian + religion = animist + size = 100 + } + + soldiers = { + culture = melanesian + religion = animist + size = 75 + } + + farmers = { + culture = melanesian + religion = animist + size = 7675 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 20 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 25 + } + + artisans = { + culture = moluccan + religion = sunni + size = 350 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 25 + } + + farmers = { + culture = moluccan + religion = sunni + size = 680 + } } #Ceram (56000/14000 POPS) 1450 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 75 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 50 - } - - artisans = { - culture = moluccan - religion = sunni - size = 550 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 75 - } - - farmers = { - culture = moluccan - religion = sunni - size = 5250 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 100 - } - - clergymen = { - culture = moluccan - religion = animist - size = 75 - } - - artisans = { - culture = moluccan - religion = animist - size = 150 - } - - soldiers = { - culture = moluccan - religion = animist - size = 75 - } - - farmers = { - culture = moluccan - religion = animist - size = 7600 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 75 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 50 + } + + artisans = { + culture = moluccan + religion = sunni + size = 550 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 75 + } + + farmers = { + culture = moluccan + religion = sunni + size = 5250 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 100 + } + + clergymen = { + culture = moluccan + religion = animist + size = 75 + } + + artisans = { + culture = moluccan + religion = animist + size = 150 + } + + soldiers = { + culture = moluccan + religion = animist + size = 75 + } + + farmers = { + culture = moluccan + religion = animist + size = 7600 + } } #Aru (24000/6000 POPS) 1451 = { - aristocrats = { - culture = melanesian - religion = animist - size = 50 - } - - clergymen = { - culture = melanesian - religion = animist - size = 50 - } - - artisans = { - culture = melanesian - religion = animist - size = 200 - } - - soldiers = { - culture = melanesian - religion = animist - size = 50 - } - - farmers = { - culture = melanesian - religion = animist - size = 3650 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 25 - } - - clergymen = { - culture = moluccan - religion = animist - size = 50 - } - - artisans = { - culture = moluccan - religion = animist - size = 100 - } - - soldiers = { - culture = moluccan - religion = animist - size = 25 - } - - farmers = { - culture = moluccan - religion = animist - size = 1800 - } + aristocrats = { + culture = melanesian + religion = animist + size = 50 + } + + clergymen = { + culture = melanesian + religion = animist + size = 50 + } + + artisans = { + culture = melanesian + religion = animist + size = 200 + } + + soldiers = { + culture = melanesian + religion = animist + size = 50 + } + + farmers = { + culture = melanesian + religion = animist + size = 3650 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 25 + } + + clergymen = { + culture = moluccan + religion = animist + size = 50 + } + + artisans = { + culture = moluccan + religion = animist + size = 100 + } + + soldiers = { + culture = moluccan + religion = animist + size = 25 + } + + farmers = { + culture = moluccan + religion = animist + size = 1800 + } } #Wests Papua (432000) #uncolonized in 1836 #Sorong (88000/22000 POPS) 1453 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 50 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 50 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1100 - } - - soldiers = { - culture = moluccan - religion = sunni - size = 50 - } - - farmers = { - culture = moluccan - religion = sunni - size = 3850 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 200 - } - - clergymen = { - culture = melanesian - religion = animist - size = 350 - } - - artisans = { - culture = melanesian - religion = animist - size = 50 - } - - soldiers = { - culture = melanesian - religion = animist - size = 150 - } - - farmers = { - culture = melanesian - religion = animist - size = 16250 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 50 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 50 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1100 + } + + soldiers = { + culture = moluccan + religion = sunni + size = 50 + } + + farmers = { + culture = moluccan + religion = sunni + size = 3850 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 200 + } + + clergymen = { + culture = melanesian + religion = animist + size = 350 + } + + artisans = { + culture = melanesian + religion = animist + size = 50 + } + + soldiers = { + culture = melanesian + religion = animist + size = 150 + } + + farmers = { + culture = melanesian + religion = animist + size = 16250 + } } #Biak (32000/8000 POPS) 1452 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 100 - } - - bureaucrats = { - culture = moluccan - religion = sunni - size = 100 - } - - clergymen = { - culture = melanesian - religion = animist - size = 50 - } - - artisans = { - culture = melanesian - religion = animist - size = 250 - } - - soldiers = { - culture = melanesian - religion = animist - size = 75 - } - - farmers = { - culture = melanesian - religion = animist - size = 7525 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 100 + } + + bureaucrats = { + culture = moluccan + religion = sunni + size = 100 + } + + clergymen = { + culture = melanesian + religion = animist + size = 50 + } + + artisans = { + culture = melanesian + religion = animist + size = 250 + } + + soldiers = { + culture = melanesian + religion = animist + size = 75 + } + + farmers = { + culture = melanesian + religion = animist + size = 7525 + } } #Merah (172000/43000 POPS) 1454 = { - aristocrats = { - culture = melanesian - religion = animist - size = 450 - } - - clergymen = { - culture = melanesian - religion = animist - size = 425 - } - - artisans = { - culture = melanesian - religion = animist - size = 2000 - } - - soldiers = { - culture = melanesian - religion = animist - size = 400 - } - - farmers = { - culture = melanesian - religion = animist - size = 35725 - } - - slaves = { - culture = melanesian - religion = animist - size = 4000 - } + aristocrats = { + culture = melanesian + religion = animist + size = 450 + } + + clergymen = { + culture = melanesian + religion = animist + size = 425 + } + + artisans = { + culture = melanesian + religion = animist + size = 2000 + } + + soldiers = { + culture = melanesian + religion = animist + size = 400 + } + + farmers = { + culture = melanesian + religion = animist + size = 35725 + } + + slaves = { + culture = melanesian + religion = animist + size = 4000 + } } #Merauke (140000/35000 POPS) 1560 = { - aristocrats = { - culture = melanesian - religion = animist - size = 400 - } - - clergymen = { - culture = melanesian - religion = animist - size = 350 - } - - artisans = { - culture = melanesian - religion = animist - size = 1500 - } - - soldiers = { - culture = melanesian - religion = animist - size = 300 - } - - farmers = { - culture = melanesian - religion = animist - size = 32450 - } + aristocrats = { + culture = melanesian + religion = animist + size = 400 + } + + clergymen = { + culture = melanesian + religion = animist + size = 350 + } + + artisans = { + culture = melanesian + religion = animist + size = 1500 + } + + soldiers = { + culture = melanesian + religion = animist + size = 300 + } + + farmers = { + culture = melanesian + religion = animist + size = 32450 + } } diff --git a/HPM/history/pops/1836.1.1/Iran.txt b/HPM/history/pops/1836.1.1/Iran.txt index 2bfd5ac9..b12d2564 100644 --- a/HPM/history/pops/1836.1.1/Iran.txt +++ b/HPM/history/pops/1836.1.1/Iran.txt @@ -3,2643 +3,2642 @@ #under the rule of Persia in 1836 #Tabriz (808000/202000 POPS) 1108 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 2500 - } - - bureaucrats = { - culture = azerbaijani - religion = shiite - size = 500 - } - - officers = { - culture = azerbaijani - religion = shiite - size = 400 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 1250 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 10000 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 6000 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 2000 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 95850 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 1500 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 525 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 8500 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 800 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 65175 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } - - clergymen = { - culture = armenian - religion = coptic - size = 25 - } - - artisans = { - culture = armenian - religion = coptic - size = 1475 - } - - slaves = { - culture = circassian - religion = orthodox - size = 12000 - } - - slaves = { - culture = georgian - religion = orthodox - size = 8000 - } - - slaves = { - culture = armenian - religion = coptic - size = 5000 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 2500 + } + + bureaucrats = { + culture = azerbaijani + religion = shiite + size = 500 + } + + officers = { + culture = azerbaijani + religion = shiite + size = 400 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 1250 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 10000 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 6000 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 2000 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 95850 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 1500 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 525 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 8500 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 800 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 65175 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } + + clergymen = { + culture = armenian + religion = coptic + size = 25 + } + + artisans = { + culture = armenian + religion = coptic + size = 1475 + } + + slaves = { + culture = circassian + religion = orthodox + size = 12000 + } + + slaves = { + culture = georgian + religion = orthodox + size = 8000 + } + + slaves = { + culture = armenian + religion = coptic + size = 5000 + } } #Khvoy (168000/42000 POPS) 1109 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 175 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 400 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 100 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 7225 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 250 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 100 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 650 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 125 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 18875 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 150 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 75 - } - - artisans = { - culture = kurdish - religion = shiite - size = 400 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 100 - } - - farmers = { - culture = kurdish - religion = shiite - size = 7250 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 200 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 650 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 125 - } - - farmers = { - culture = kurdish - religion = sunni - size = 11925 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1000 - } - - slaves = { - culture = armenian - religion = coptic - size = 5000 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 175 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 400 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 100 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 7225 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 250 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 100 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 650 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 125 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 18875 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 150 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 75 + } + + artisans = { + culture = kurdish + religion = shiite + size = 400 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 100 + } + + farmers = { + culture = kurdish + religion = shiite + size = 7250 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 200 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 650 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 125 + } + + farmers = { + culture = kurdish + religion = sunni + size = 11925 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1000 + } + + slaves = { + culture = armenian + religion = coptic + size = 5000 + } } #Urumia (192000/48000 POPS) 1110 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 250 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 125 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 600 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 125 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 10900 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 275 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 150 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 850 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 150 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 15575 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 225 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 100 - } - - artisans = { - culture = kurdish - religion = shiite - size = 600 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 125 - } - - farmers = { - culture = kurdish - religion = shiite - size = 10950 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 100 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 50 - } - - artisans = { - culture = kurdish - religion = sunni - size = 350 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 75 - } - - farmers = { - culture = kurdish - religion = sunni - size = 6425 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1000 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 250 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 125 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 600 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 125 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 10900 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 275 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 150 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 850 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 150 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 15575 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 225 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 100 + } + + artisans = { + culture = kurdish + religion = shiite + size = 600 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 125 + } + + farmers = { + culture = kurdish + religion = shiite + size = 10950 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 100 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 50 + } + + artisans = { + culture = kurdish + religion = sunni + size = 350 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 75 + } + + farmers = { + culture = kurdish + religion = sunni + size = 6425 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1000 + } } #Mahabad (200000/50000 POPS) 1111 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 650 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 150 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 325 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 325 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 1600 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 1100 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 28425 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 300 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 150 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 900 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 175 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 13475 - } - - farmers = { - culture = kurdish - religion = sunni - size = 3000 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 650 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 150 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 325 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 325 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 1600 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 1100 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 28425 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 300 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 150 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 900 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 175 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 13475 + } + + farmers = { + culture = kurdish + religion = sunni + size = 3000 + } } #Ardabil (280000/70000 POPS) 1112 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 625 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 325 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 1550 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 1100 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 27500 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 375 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 200 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 1100 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 200 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 20125 - } - - aristocrats = { - culture = persian - religion = shiite - size = 375 - } - - clergymen = { - culture = persian - religion = shiite - size = 175 - } - - artisans = { - culture = persian - religion = shiite - size = 850 - } - - soldiers = { - culture = persian - religion = shiite - size = 175 - } - - farmers = { - culture = persian - religion = shiite - size = 15425 - } - - slaves = { - culture = tatar - religion = orthodox - size = 5000 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 625 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 325 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 1550 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 1100 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 27500 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 375 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 200 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 1100 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 200 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 20125 + } + + aristocrats = { + culture = persian + religion = shiite + size = 375 + } + + clergymen = { + culture = persian + religion = shiite + size = 175 + } + + artisans = { + culture = persian + religion = shiite + size = 850 + } + + soldiers = { + culture = persian + religion = shiite + size = 175 + } + + farmers = { + culture = persian + religion = shiite + size = 15425 + } + + slaves = { + culture = tatar + religion = orthodox + size = 5000 + } } #Gilan-Maznadaran Region (448000) #under the rule of Persia in 1836 #Rasht (168000/42000 POPS) 1113 = { - aristocrats = { - culture = persian - religion = shiite - size = 800 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 100 - } - - officers = { - culture = persian - religion = shiite - size = 125 - } - - clergymen = { - culture = persian - religion = shiite - size = 425 - } - - artisans = { - culture = persian - religion = shiite - size = 1100 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 40500 - } - - slaves = { - culture = armenian - religion = coptic - size = 2000 - } + aristocrats = { + culture = persian + religion = shiite + size = 800 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 100 + } + + officers = { + culture = persian + religion = shiite + size = 125 + } + + clergymen = { + culture = persian + religion = shiite + size = 425 + } + + artisans = { + culture = persian + religion = shiite + size = 1100 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 40500 + } + + slaves = { + culture = armenian + religion = coptic + size = 2000 + } } #Noshehr (88000/22000 POPS) 1114 = { - aristocrats = { - culture = persian - religion = shiite - size = 400 - } - - clergymen = { - culture = persian - religion = shiite - size = 225 - } - - artisans = { - culture = persian - religion = shiite - size = 1100 - } - - soldiers = { - culture = persian - religion = shiite - size = 225 - } - - farmers = { - culture = persian - religion = shiite - size =21050 - } + aristocrats = { + culture = persian + religion = shiite + size = 400 + } + + clergymen = { + culture = persian + religion = shiite + size = 225 + } + + artisans = { + culture = persian + religion = shiite + size = 1100 + } + + soldiers = { + culture = persian + religion = shiite + size = 225 + } + + farmers = { + culture = persian + religion = shiite + size =21050 + } } #Sari (52000/13000 POPS) 1115 = { - aristocrats = { - culture = persian - religion = shiite - size = 250 - } - - clergymen = { - culture = persian - religion = shiite - size = 125 - } - - artisans = { - culture = persian - religion = shiite - size = 650 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 11850 - } + aristocrats = { + culture = persian + religion = shiite + size = 250 + } + + clergymen = { + culture = persian + religion = shiite + size = 125 + } + + artisans = { + culture = persian + religion = shiite + size = 650 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 11850 + } } #Gorgan (140000/35000 POPS) 1116 = { - aristocrats = { - culture = persian - religion = shiite - size = 500 - } - - clergymen = { - culture = persian - religion = shiite - size = 250 - } - - artisans = { - culture = persian - religion = shiite - size = 1300 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 22950 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 175 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 75 - } - - artisans = { - culture = turkmen - religion = sunni - size = 450 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 100 - } - - farmers = { - culture = turkmen - religion = sunni - size = 8200 - } + aristocrats = { + culture = persian + religion = shiite + size = 500 + } + + clergymen = { + culture = persian + religion = shiite + size = 250 + } + + artisans = { + culture = persian + religion = shiite + size = 1300 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 22950 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 175 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 75 + } + + artisans = { + culture = turkmen + religion = sunni + size = 450 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 100 + } + + farmers = { + culture = turkmen + religion = sunni + size = 8200 + } } #Luristan-Ardelan Region (476000) #under the rule of Persia in 1836 -#Kermanshah (236000/59000 POPS) #Lur POPs included in Persian +#Kermanshah (236000/59000 POPS) #Lur POPs included in Persian 1117 = { - aristocrats = { - culture = persian - religion = shiite - size = 700 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 75 - } - - officers = { - culture = persian - religion = shiite - size = 125 - } - - clergymen = { - culture = persian - religion = shiite - size = 350 - } - - artisans = { - culture = persian - religion = shiite - size = 5650 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 26850 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 225 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 125 - } - - artisans = { - culture = kurdish - religion = shiite - size = 650 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 125 - } - - farmers = { - culture = kurdish - religion = shiite - size = 11875 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 150 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 150 - } - - artisans = { - culture = kurdish - religion = sunni - size = 225 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 75 - } - - farmers = { - culture = kurdish - religion = sunni - size = 8400 - } - - slaves = { - culture = georgian - religion = orthodox - size = 4000 - } + aristocrats = { + culture = persian + religion = shiite + size = 700 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 75 + } + + officers = { + culture = persian + religion = shiite + size = 125 + } + + clergymen = { + culture = persian + religion = shiite + size = 350 + } + + artisans = { + culture = persian + religion = shiite + size = 5650 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 26850 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 225 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 125 + } + + artisans = { + culture = kurdish + religion = shiite + size = 650 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 125 + } + + farmers = { + culture = kurdish + religion = shiite + size = 11875 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 150 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 150 + } + + artisans = { + culture = kurdish + religion = sunni + size = 225 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 75 + } + + farmers = { + culture = kurdish + religion = sunni + size = 8400 + } + + slaves = { + culture = georgian + religion = orthodox + size = 4000 + } } #Sanandaj (92000/23000 POPS) 1118 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 425 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 225 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1150 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 250 - } - - farmers = { - culture = kurdish - religion = sunni - size = 20950 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 425 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 225 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1150 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 250 + } + + farmers = { + culture = kurdish + religion = sunni + size = 20950 + } } #Ilam (84000/21000 POPS) 1119 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 325 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 150 - } - - artisans = { - culture = kurdish - religion = sunni - size = 850 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 175 - } - - farmers = { - culture = kurdish - religion = sunni - size = 15500 - } - - aristocrats = { - culture = persian - religion = shiite - size = 75 - } - - clergymen = { - culture = persian - religion = shiite - size = 50 - } - - artisans = { - culture = persian - religion = shiite - size = 200 - } - - soldiers = { - culture = persian - religion = shiite - size = 50 - } - - farmers = { - culture = persian - religion = shiite - size = 3625 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 325 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 150 + } + + artisans = { + culture = kurdish + religion = sunni + size = 850 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 175 + } + + farmers = { + culture = kurdish + religion = sunni + size = 15500 + } + + aristocrats = { + culture = persian + religion = shiite + size = 75 + } + + clergymen = { + culture = persian + religion = shiite + size = 50 + } + + artisans = { + culture = persian + religion = shiite + size = 200 + } + + soldiers = { + culture = persian + religion = shiite + size = 50 + } + + farmers = { + culture = persian + religion = shiite + size = 3625 + } } #Khorramabad (64000/16000 POPS) 1120 = { - aristocrats = { - culture = persian - religion = shiite - size = 300 - } - - clergymen = { - culture = persian - religion = shiite - size = 150 - } - - artisans = { - culture = persian - religion = shiite - size = 800 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 13950 - } + aristocrats = { + culture = persian + religion = shiite + size = 300 + } + + clergymen = { + culture = persian + religion = shiite + size = 150 + } + + artisans = { + culture = persian + religion = shiite + size = 800 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 13950 + } } #Ajami Region (888000) #under the rule of Persia in 1836 #Tehran (338000/84500 POPS) 1121 = { - aristocrats = { - culture = persian - religion = shiite - size = 1875 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 325 - } - - officers = { - culture = persian - religion = shiite - size = 300 - } - - clergymen = { - culture = persian - religion = shiite - size = 875 - } - - artisans = { - culture = persian - religion = shiite - size = 10000 - } - - artisans = { - culture = persian - religion = shiite - size = 2000 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 56125 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 6000 - } - - slaves = { - culture = georgian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } - - clergymen = { - culture = armenian - religion = coptic - size = 25 - } - - artisans = { - culture = armenian - religion = coptic - size = 1475 - } + aristocrats = { + culture = persian + religion = shiite + size = 1875 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 325 + } + + officers = { + culture = persian + religion = shiite + size = 300 + } + + clergymen = { + culture = persian + religion = shiite + size = 875 + } + + artisans = { + culture = persian + religion = shiite + size = 10000 + } + + artisans = { + culture = persian + religion = shiite + size = 2000 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 56125 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 6000 + } + + slaves = { + culture = georgian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } + + clergymen = { + culture = armenian + religion = coptic + size = 25 + } + + artisans = { + culture = armenian + religion = coptic + size = 1475 + } } #Hamadan (118000/29500 POPS) 1122 = { - aristocrats = { - culture = persian - religion = shiite - size = 625 - } - - clergymen = { - culture = persian - religion = shiite - size = 325 - } - - artisans = { - culture = persian - religion = shiite - size = 6000 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 20600 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } - - clergymen = { - culture = armenian - religion = coptic - size = 10 - } - - artisans = { - culture = armenian - religion = coptic - size = 490 - } + aristocrats = { + culture = persian + religion = shiite + size = 625 + } + + clergymen = { + culture = persian + religion = shiite + size = 325 + } + + artisans = { + culture = persian + religion = shiite + size = 6000 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 20600 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } + + clergymen = { + culture = armenian + religion = coptic + size = 10 + } + + artisans = { + culture = armenian + religion = coptic + size = 490 + } } #Zanjan (44000/11000 POPS) 1123 = { - aristocrats = { - culture = persian - religion = shiite - size = 200 - } - - clergymen = { - culture = persian - religion = shiite - size = 100 - } - - artisans = { - culture = persian - religion = shiite - size = 3000 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 7575 - } + aristocrats = { + culture = persian + religion = shiite + size = 200 + } + + clergymen = { + culture = persian + religion = shiite + size = 100 + } + + artisans = { + culture = persian + religion = shiite + size = 3000 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 7575 + } } #Qazvin (140000/35000 POPS) 1124 = { - aristocrats = { - culture = persian - religion = shiite - size = 700 - } - - clergymen = { - culture = persian - religion = shiite - size = 375 - } - - artisans = { - culture = persian - religion = shiite - size = 5000 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 27925 - } + aristocrats = { + culture = persian + religion = shiite + size = 700 + } + + clergymen = { + culture = persian + religion = shiite + size = 375 + } + + artisans = { + culture = persian + religion = shiite + size = 5000 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 27925 + } } #Qom (200000/50000 POPS) 1125 = { - aristocrats = { - culture = persian - religion = shiite - size = 1100 - } - - clergymen = { - culture = persian - religion = shiite - size = 625 - } - - artisans = { - culture = persian - religion = shiite - size = 4000 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 43275 - } + aristocrats = { + culture = persian + religion = shiite + size = 1100 + } + + clergymen = { + culture = persian + religion = shiite + size = 625 + } + + artisans = { + culture = persian + religion = shiite + size = 4000 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 43275 + } } #Semnan (48000/12000 POPS) 1126 = { - aristocrats = { - culture = persian - religion = shiite - size = 250 - } - - clergymen = { - culture = persian - religion = shiite - size = 125 - } - - artisans = { - culture = persian - religion = shiite - size = 600 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 10900 - } + aristocrats = { + culture = persian + religion = shiite + size = 250 + } + + clergymen = { + culture = persian + religion = shiite + size = 125 + } + + artisans = { + culture = persian + religion = shiite + size = 600 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 10900 + } } #Isfahan Region (700000) #under the rule of Persia in 1836 #Isfahan (388000/97500 POPS) 1127 = { - aristocrats = { - culture = persian - religion = shiite - size = 2000 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 175 - } - - officers = { - culture = persian - religion = shiite - size = 200 - } - - clergymen = { - culture = persian - religion = shiite - size = 975 - } - - artisans = { - culture = persian - religion = shiite - size = 10000 - } - - artisans = { - culture = persian - religion = shiite - size = 3500 - } - - soldiers = { - culture = persian - religion = shiite - size = 3000 - } - - farmers = { - culture = persian - religion = shiite - size = 73650 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } - - clergymen = { - culture = armenian - religion = coptic - size = 75 - } - - artisans = { - culture = armenian - religion = coptic - size = 2925 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 9000 - } - - slaves = { - culture = marathi - religion = hindu - size = 6000 - } + aristocrats = { + culture = persian + religion = shiite + size = 2000 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 175 + } + + officers = { + culture = persian + religion = shiite + size = 200 + } + + clergymen = { + culture = persian + religion = shiite + size = 975 + } + + artisans = { + culture = persian + religion = shiite + size = 10000 + } + + artisans = { + culture = persian + religion = shiite + size = 3500 + } + + soldiers = { + culture = persian + religion = shiite + size = 3000 + } + + farmers = { + culture = persian + religion = shiite + size = 73650 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } + + clergymen = { + culture = armenian + religion = coptic + size = 75 + } + + artisans = { + culture = armenian + religion = coptic + size = 2925 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 9000 + } + + slaves = { + culture = marathi + religion = hindu + size = 6000 + } } #Arak (60000/15000 POPS) 1128 = { - aristocrats = { - culture = persian - religion = shiite - size = 250 - } - - clergymen = { - culture = persian - religion = shiite - size = 150 - } - - artisans = { - culture = persian - religion = shiite - size = 750 - } - - soldiers = { - culture = persian - religion = shiite - size = 150 - } - - labourers = { - culture = persian - religion = shiite - size = 13700 - } - - farmers = { - culture = persian - religion = shiite - size = 100 - } + aristocrats = { + culture = persian + religion = shiite + size = 250 + } + + clergymen = { + culture = persian + religion = shiite + size = 150 + } + + artisans = { + culture = persian + religion = shiite + size = 750 + } + + soldiers = { + culture = persian + religion = shiite + size = 150 + } + + labourers = { + culture = persian + religion = shiite + size = 13700 + } + + farmers = { + culture = persian + religion = shiite + size = 100 + } } #Kashan (112000/28000 POPS) 1129 = { - aristocrats = { - culture = persian - religion = shiite - size = 550 - } - - clergymen = { - culture = persian - religion = shiite - size = 275 - } - - artisans = { - culture = persian - religion = shiite - size = 1400 - } - - artisans = { - culture = sephardic - religion = jewish - size = 200 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 24775 - } - - artisans = { - culture = sephardic - religion = jewish - size = 175 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } + aristocrats = { + culture = persian + religion = shiite + size = 550 + } + + clergymen = { + culture = persian + religion = shiite + size = 275 + } + + artisans = { + culture = persian + religion = shiite + size = 1400 + } + + artisans = { + culture = sephardic + religion = jewish + size = 200 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 24775 + } + + artisans = { + culture = sephardic + religion = jewish + size = 175 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } } #Yazd (140000/35000 POPS) 1130 = { - aristocrats = { - culture = persian - religion = shiite - size = 700 - } - - clergymen = { - culture = persian - religion = shiite - size = 350 - } - - artisans = { - culture = persian - religion = shiite - size = 6250 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 25950 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } - - clergymen = { - culture = armenian - religion = coptic - size = 10 - } - - artisans = { - culture = armenian - religion = coptic - size = 490 - } + aristocrats = { + culture = persian + religion = shiite + size = 700 + } + + clergymen = { + culture = persian + religion = shiite + size = 350 + } + + artisans = { + culture = persian + religion = shiite + size = 6250 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 25950 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } + + clergymen = { + culture = armenian + religion = coptic + size = 10 + } + + artisans = { + culture = armenian + religion = coptic + size = 490 + } } #Khuzestan Region (164000) #under the rule of Persia in 1836 #Ahvaz (56000/14000 POPS) 1131 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 200 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 425 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 100 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 9925 - } - - aristocrats = { - culture = persian - religion = shiite - size = 75 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 25 - } - - officers = { - culture = persian - religion = shiite - size = 50 - } - - clergymen = { - culture = persian - religion = shiite - size = 75 - } - - artisans = { - culture = persian - religion = shiite - size = 150 - } - - soldiers = { - culture = persian - religion = shiite - size = 50 - } - - farmers = { - culture = persian - religion = shiite - size = 2575 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 200 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 425 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 100 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 9925 + } + + aristocrats = { + culture = persian + religion = shiite + size = 75 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 25 + } + + officers = { + culture = persian + religion = shiite + size = 50 + } + + clergymen = { + culture = persian + religion = shiite + size = 75 + } + + artisans = { + culture = persian + religion = shiite + size = 150 + } + + soldiers = { + culture = persian + religion = shiite + size = 50 + } + + farmers = { + culture = persian + religion = shiite + size = 2575 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Abadan (44000/11000 POPS) 1132 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 200 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 550 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 100 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 10050 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 200 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 550 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 100 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 10050 + } } #Dezful (32000/8000 POPS) 1133 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 25 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 50 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 100 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 25 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1800 - } - - aristocrats = { - culture = persian - religion = shiite - size = 100 - } - - clergymen = { - culture = persian - religion = shiite - size = 50 - } - - artisans = { - culture = persian - religion = shiite - size = 300 - } - - soldiers = { - culture = persian - religion = shiite - size = 75 - } - - farmers = { - culture = persian - religion = shiite - size = 5475 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 25 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 50 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 100 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 25 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1800 + } + + aristocrats = { + culture = persian + religion = shiite + size = 100 + } + + clergymen = { + culture = persian + religion = shiite + size = 50 + } + + artisans = { + culture = persian + religion = shiite + size = 300 + } + + soldiers = { + culture = persian + religion = shiite + size = 75 + } + + farmers = { + culture = persian + religion = shiite + size = 5475 + } } #Shahr-e Kord (32000/8000 POPS) 1134 = { - aristocrats = { - culture = persian - religion = shiite - size = 150 - } - - clergymen = { - culture = persian - religion = shiite - size = 75 - } - - artisans = { - culture = persian - religion = shiite - size = 400 - } - - soldiers = { - culture = persian - religion = shiite - size = 75 - } - - farmers = { - culture = persian - religion = shiite - size = 7275 - } + aristocrats = { + culture = persian + religion = shiite + size = 150 + } + + clergymen = { + culture = persian + religion = shiite + size = 75 + } + + artisans = { + culture = persian + religion = shiite + size = 400 + } + + soldiers = { + culture = persian + religion = shiite + size = 75 + } + + farmers = { + culture = persian + religion = shiite + size = 7275 + } } #Fars Region (468000) #under the rule of Persia in 1836 #Shiraz (160000/40000 POPS) 1135 = { - aristocrats = { - culture = persian - religion = shiite - size = 775 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 75 - } - - officers = { - culture = persian - religion = shiite - size = 125 - } - - clergymen = { - culture = persian - religion = shiite - size = 400 - } - - artisans = { - culture = persian - religion = shiite - size = 8750 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 28625 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50 - } - - artisans = { - culture = sephardic - religion = jewish - size = 700 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 500 - } - - slaves = { - culture = panjabi - religion = sikh - size = 2000 - } + aristocrats = { + culture = persian + religion = shiite + size = 775 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 75 + } + + officers = { + culture = persian + religion = shiite + size = 125 + } + + clergymen = { + culture = persian + religion = shiite + size = 400 + } + + artisans = { + culture = persian + religion = shiite + size = 8750 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 28625 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50 + } + + artisans = { + culture = sephardic + religion = jewish + size = 700 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 500 + } + + slaves = { + culture = panjabi + religion = sikh + size = 2000 + } } #Bushehr (100000/25000 POPS) 1136 = { - aristocrats = { - culture = persian - religion = shiite - size = 450 - } - - clergymen = { - culture = persian - religion = shiite - size = 250 - } - - artisans = { - culture = persian - religion = shiite - size = 1250 - } - - soldiers = { - culture = persian - religion = shiite - size = 250 - } - - farmers = { - culture = persian - religion = shiite - size = 22800 - } - - artisans = { - culture = sephardic - religion = jewish - size = 200 - } + aristocrats = { + culture = persian + religion = shiite + size = 450 + } + + clergymen = { + culture = persian + religion = shiite + size = 250 + } + + artisans = { + culture = persian + religion = shiite + size = 1250 + } + + soldiers = { + culture = persian + religion = shiite + size = 250 + } + + farmers = { + culture = persian + religion = shiite + size = 22800 + } + + artisans = { + culture = sephardic + religion = jewish + size = 200 + } } #Yasuj (144000/36000 POPS) 1137 = { - aristocrats = { - culture = persian - religion = shiite - size = 700 - } - - clergymen = { - culture = persian - religion = shiite - size = 350 - } - - artisans = { - culture = persian - religion = shiite - size = 1800 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 32150 - } + aristocrats = { + culture = persian + religion = shiite + size = 700 + } + + clergymen = { + culture = persian + religion = shiite + size = 350 + } + + artisans = { + culture = persian + religion = shiite + size = 1800 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 32150 + } } #Kangan (48000/12000 POPS) 1138 = { - aristocrats = { - culture = persian - religion = shiite - size = 225 - } - - clergymen = { - culture = persian - religion = shiite - size = 125 - } - - artisans = { - culture = persian - religion = shiite - size = 600 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 10925 - } + aristocrats = { + culture = persian + religion = shiite + size = 225 + } + + clergymen = { + culture = persian + religion = shiite + size = 125 + } + + artisans = { + culture = persian + religion = shiite + size = 600 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 10925 + } } #Sirjan (16000/4000 POPS) 1139 = { - aristocrats = { - culture = persian - religion = shiite - size = 50 - } - - clergymen = { - culture = persian - religion = shiite - size = 50 - } - - artisans = { - culture = persian - religion = shiite - size = 200 - } - - soldiers = { - culture = persian - religion = shiite - size = 25 - } - - farmers = { - culture = persian - religion = shiite - size = 3675 - } + aristocrats = { + culture = persian + religion = shiite + size = 50 + } + + clergymen = { + culture = persian + religion = shiite + size = 50 + } + + artisans = { + culture = persian + religion = shiite + size = 200 + } + + soldiers = { + culture = persian + religion = shiite + size = 25 + } + + farmers = { + culture = persian + religion = shiite + size = 3675 + } } #Kerman Region (332000) #under the rule of Persia in 1836 #Kerman (80000/20000 POPS) 1140 = { - aristocrats = { - culture = persian - religion = shiite - size = 350 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 50 - } - - officers = { - culture = persian - religion = shiite - size = 75 - } - - clergymen = { - culture = persian - religion = shiite - size = 200 - } - - artisans = { - culture = persian - religion = shiite - size = 1100 - } - - soldiers = { - culture = persian - religion = shiite - size = 200 - } - - farmers = { - culture = persian - religion = shiite - size = 18125 - } + aristocrats = { + culture = persian + religion = shiite + size = 350 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 50 + } + + officers = { + culture = persian + religion = shiite + size = 75 + } + + clergymen = { + culture = persian + religion = shiite + size = 200 + } + + artisans = { + culture = persian + religion = shiite + size = 1100 + } + + soldiers = { + culture = persian + religion = shiite + size = 200 + } + + farmers = { + culture = persian + religion = shiite + size = 18125 + } } #Lengeh (76000/19000 POPS) 1141 = { - aristocrats = { - culture = persian - religion = shiite - size = 300 - } - - clergymen = { - culture = persian - religion = shiite - size = 150 - } - - artisans = { - culture = persian - religion = shiite - size = 800 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 13750 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 25 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 50 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 150 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 25 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 2750 - } + aristocrats = { + culture = persian + religion = shiite + size = 300 + } + + clergymen = { + culture = persian + religion = shiite + size = 150 + } + + artisans = { + culture = persian + religion = shiite + size = 800 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 13750 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 25 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 50 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 150 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 25 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 2750 + } } #Bandar Abbas (96000/24000 POPS) 1142 = { - aristocrats = { - culture = persian - religion = shiite - size = 325 - } - - clergymen = { - culture = persian - religion = shiite - size = 175 - } - - artisans = { - culture = persian - religion = shiite - size = 850 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 12650 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 100 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 75 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 350 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 75 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 6400 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 2500 - } - - slaves = { - culture = pashtun - religion = shiite - size = 1000 - } + aristocrats = { + culture = persian + religion = shiite + size = 325 + } + + clergymen = { + culture = persian + religion = shiite + size = 175 + } + + artisans = { + culture = persian + religion = shiite + size = 850 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 12650 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 100 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 75 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 350 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 75 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 6400 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 2500 + } + + slaves = { + culture = pashtun + religion = shiite + size = 1000 + } } #Bam (80000/20000 POPS) 1143 = { - aristocrats = { - culture = persian - religion = shiite - size = 200 - } - - clergymen = { - culture = persian - religion = shiite - size = 100 - } - - artisans = { - culture = persian - religion = shiite - size = 550 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 10025 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 175 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 75 - } - - artisans = { - culture = baluchi - religion = sunni - size = 450 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 100 - } - - farmers = { - culture = baluchi - religion = sunni - size = 8200 - } + aristocrats = { + culture = persian + religion = shiite + size = 200 + } + + clergymen = { + culture = persian + religion = shiite + size = 100 + } + + artisans = { + culture = persian + religion = shiite + size = 550 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 10025 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 175 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 75 + } + + artisans = { + culture = baluchi + religion = sunni + size = 450 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 100 + } + + farmers = { + culture = baluchi + religion = sunni + size = 8200 + } } #Sistan Region (260000) #under the rule of Persia in 1836 #Zahedan (72000/18000 POPS) 1144 = { - aristocrats = { - culture = persian - religion = shiite - size = 200 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 25 - } - - officers = { - culture = persian - religion = shiite - size = 75 - } - - clergymen = { - culture = persian - religion = shiite - size = 100 - } - - artisans = { - culture = persian - religion = shiite - size = 550 - } - - soldiers = { - culture = persian - religion = shiite - size = 125 - } - - farmers = { - culture = persian - religion = shiite - size = 9925 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 125 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 75 - } - - artisans = { - culture = baluchi - religion = sunni - size = 350 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 75 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6375 - } + aristocrats = { + culture = persian + religion = shiite + size = 200 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 25 + } + + officers = { + culture = persian + religion = shiite + size = 75 + } + + clergymen = { + culture = persian + religion = shiite + size = 100 + } + + artisans = { + culture = persian + religion = shiite + size = 550 + } + + soldiers = { + culture = persian + religion = shiite + size = 125 + } + + farmers = { + culture = persian + religion = shiite + size = 9925 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 125 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 75 + } + + artisans = { + culture = baluchi + religion = sunni + size = 350 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 75 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6375 + } } #Jask (92000/23000 POPS) 1145 = { - aristocrats = { - culture = persian - religion = shiite - size = 275 - } - - clergymen = { - culture = persian - religion = shiite - size = 175 - } - - artisans = { - culture = persian - religion = shiite - size = 850 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 14700 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 100 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 50 - } - - artisans = { - culture = baluchi - religion = sunni - size = 300 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 50 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6075 - } + aristocrats = { + culture = persian + religion = shiite + size = 275 + } + + clergymen = { + culture = persian + religion = shiite + size = 175 + } + + artisans = { + culture = persian + religion = shiite + size = 850 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 14700 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 100 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 50 + } + + artisans = { + culture = baluchi + religion = sunni + size = 300 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 50 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6075 + } } #Chabahar (96000/24000 POPS) 1146 = { - aristocrats = { - culture = persian - religion = shiite - size = 275 - } - - clergymen = { - culture = persian - religion = shiite - size = 175 - } - - artisans = { - culture = persian - religion = shiite - size = 850 - } - - soldiers = { - culture = persian - religion = shiite - size = 175 - } - - farmers = { - culture = persian - religion = shiite - size = 15525 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 125 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 75 - } - - artisans = { - culture = baluchi - religion = sunni - size = 350 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 75 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6375 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 2000 - } - - slaves = { - culture = panjabi - religion = hindu - size = 4000 - } + aristocrats = { + culture = persian + religion = shiite + size = 275 + } + + clergymen = { + culture = persian + religion = shiite + size = 175 + } + + artisans = { + culture = persian + religion = shiite + size = 850 + } + + soldiers = { + culture = persian + religion = shiite + size = 175 + } + + farmers = { + culture = persian + religion = shiite + size = 15525 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 125 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 75 + } + + artisans = { + culture = baluchi + religion = sunni + size = 350 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 75 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6375 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 2000 + } + + slaves = { + culture = panjabi + religion = hindu + size = 4000 + } } #Khurasan Region (600000) #under the rule of Persia in 1836 #Mashhad (380000/95000 POPS) 1147 = { - aristocrats = { - culture = persian - religion = shiite - size = 1550 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 150 - } - - officers = { - culture = persian - religion = shiite - size = 175 - } - - clergymen = { - culture = persian - religion = shiite - size = 825 - } - - artisans = { - culture = persian - religion = shiite - size = 10000 - } - - artisans = { - culture = persian - religion = shiite - size = 2500 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 61550 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 200 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 100 - } - - artisans = { - culture = turkmen - religion = sunni - size = 550 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 100 - } - - farmers = { - culture = turkmen - religion = sunni - size = 10050 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } - - slaves = { - culture = kilombero #african_minor - religion = animist - size = 8000 - } - - slaves = { - culture = pashtun - religion = shiite - size = 4000 - } + aristocrats = { + culture = persian + religion = shiite + size = 1550 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 150 + } + + officers = { + culture = persian + religion = shiite + size = 175 + } + + clergymen = { + culture = persian + religion = shiite + size = 825 + } + + artisans = { + culture = persian + religion = shiite + size = 10000 + } + + artisans = { + culture = persian + religion = shiite + size = 2500 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 61550 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 200 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 100 + } + + artisans = { + culture = turkmen + religion = sunni + size = 550 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 100 + } + + farmers = { + culture = turkmen + religion = sunni + size = 10050 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } + + slaves = { + culture = kilombero #african_minor + religion = animist + size = 8000 + } + + slaves = { + culture = pashtun + religion = shiite + size = 4000 + } } #Birjand (92000/23000 POPS) 1148 = { - aristocrats = { - culture = persian - religion = shiite - size = 450 - } - - clergymen = { - culture = persian - religion = shiite - size = 225 - } - - artisans = { - culture = persian - religion = shiite - size = 1150 - } - - soldiers = { - culture = persian - religion = shiite - size = 1100 - } - - farmers = { - culture = persian - religion = shiite - size = 20250 - } + aristocrats = { + culture = persian + religion = shiite + size = 450 + } + + clergymen = { + culture = persian + religion = shiite + size = 225 + } + + artisans = { + culture = persian + religion = shiite + size = 1150 + } + + soldiers = { + culture = persian + religion = shiite + size = 1100 + } + + farmers = { + culture = persian + religion = shiite + size = 20250 + } } #Sabzevar (72000/18000 POPS) 1149 = { - aristocrats = { - culture = persian - religion = shiite - size = 350 - } - - clergymen = { - culture = persian - religion = shiite - size = 175 - } - - artisans = { - culture = persian - religion = shiite - size = 900 - } - - soldiers = { - culture = persian - religion = shiite - size = 175 - } - - farmers = { - culture = persian - religion = shiite - size = 16400 - } + aristocrats = { + culture = persian + religion = shiite + size = 350 + } + + clergymen = { + culture = persian + religion = shiite + size = 175 + } + + artisans = { + culture = persian + religion = shiite + size = 900 + } + + soldiers = { + culture = persian + religion = shiite + size = 175 + } + + farmers = { + culture = persian + religion = shiite + size = 16400 + } } #Bojnurd (56000/14000 POPS) 1150 = { - aristocrats = { - culture = persian - religion = shiite - size = 100 - } - - clergymen = { - culture = persian - religion = shiite - size = 50 - } - - artisans = { - culture = persian - religion = shiite - size = 250 - } - - soldiers = { - culture = persian - religion = shiite - size = 50 - } - - farmers = { - culture = persian - religion = shiite - size = 4550 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 200 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 75 - } - - artisans = { - culture = turkmen - religion = sunni - size = 425 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 75 - } - - farmers = { - culture = turkmen - religion = sunni - size = 8225 - } + aristocrats = { + culture = persian + religion = shiite + size = 100 + } + + clergymen = { + culture = persian + religion = shiite + size = 50 + } + + artisans = { + culture = persian + religion = shiite + size = 250 + } + + soldiers = { + culture = persian + religion = shiite + size = 50 + } + + farmers = { + culture = persian + religion = shiite + size = 4550 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 200 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 75 + } + + artisans = { + culture = turkmen + religion = sunni + size = 425 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 75 + } + + farmers = { + culture = turkmen + religion = sunni + size = 8225 + } } #Bytantaysk (2000/500 POPS) 1071 = { - clergymen = { - culture = persian - religion = shiite - size = 10 - } - - artisans = { - culture = persian - religion = shiite - size = 25 - } - - soldiers = { - culture = persian - religion = shiite - size = 100 - } - - farmers = { - culture = persian - religion = shiite - size = 1025 - } - - farmers = { - culture = bedouin - religion = sunni - size = 225 - } + clergymen = { + culture = persian + religion = shiite + size = 10 + } + + artisans = { + culture = persian + religion = shiite + size = 25 + } + + soldiers = { + culture = persian + religion = shiite + size = 100 + } + + farmers = { + culture = persian + religion = shiite + size = 1025 + } + + farmers = { + culture = bedouin + religion = sunni + size = 225 + } } - diff --git a/HPM/history/pops/1836.1.1/Iraq.txt b/HPM/history/pops/1836.1.1/Iraq.txt index 0930c71d..a1fc4591 100644 --- a/HPM/history/pops/1836.1.1/Iraq.txt +++ b/HPM/history/pops/1836.1.1/Iraq.txt @@ -1,1221 +1,1221 @@ -#Mosul Region (492000) #mashriqi-catholic = assyrian -#under the rule of Ottoman Empire in 1836 +#Mosul Region (492000) #mashriqi-catholic = assyrian +#under the rule of Ottoman Empire in 1836 #Mosul (228000/57000 POPS) 923 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 325 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - officers = { - culture = mashriqi - religion = sunni - size = 50 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 150 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 650 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 12000 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 300 - } - - officers = { - culture = kurdish - religion = sunni - size = 100 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1100 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 1100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 18150 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 8000 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 400 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 4000 - } - - aristocrats = { - culture = assyrian - religion = catholic - size = 100 - } - - officers = { - culture = assyrian - religion = catholic - size = 100 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 1100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 17325 - } - - slaves = { - culture = azerbaijani - religion = orthodox - size = 500 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 325 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + officers = { + culture = mashriqi + religion = sunni + size = 50 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 150 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 650 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 12000 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 300 + } + + officers = { + culture = kurdish + religion = sunni + size = 100 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1100 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 1100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 18150 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 8000 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 400 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 4000 + } + + aristocrats = { + culture = assyrian + religion = catholic + size = 100 + } + + officers = { + culture = assyrian + religion = catholic + size = 100 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 1100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 17325 + } + + slaves = { + culture = azerbaijani + religion = orthodox + size = 500 + } } #Arbil (104000/26000 POPS) 924 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 250 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4575 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 250 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 950 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 300 - } - - farmers = { - culture = kurdish - religion = sunni - size = 13800 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 400 - } - - soldiers = { - culture = turkish - religion = sunni - size = 600 - } - - farmers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 1325 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 4775 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 250 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4575 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 250 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 950 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 300 + } + + farmers = { + culture = kurdish + religion = sunni + size = 13800 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 400 + } + + soldiers = { + culture = turkish + religion = sunni + size = 600 + } + + farmers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 1325 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 4775 + } } #Kirkuk (160000/40000 POPS) 925 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 6075 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 325 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 200 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1600 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 1100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 26625 - } - - clergymen = { - culture = turkish - religion = sunni - size = 75 - } - - artisans = { - culture = turkish - religion = sunni - size = 1525 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 2000 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1750 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 6075 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 325 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 200 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1600 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 1100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 26625 + } + + clergymen = { + culture = turkish + religion = sunni + size = 75 + } + + artisans = { + culture = turkish + religion = sunni + size = 1525 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 2000 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1750 + } } #Iraq Region (644000) #under the rule of Ottoman Empire in 1836 #Baghdad (268000/67000 POPS) 926 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 350 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 400 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 4000 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 3950 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1225 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 30525 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 100 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 150 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 2750 - } - - aristocrats = { - culture = assyrian - religion = catholic - size = 100 - } - - officers = { - culture = assyrian - religion = catholic - size = 100 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 2000 - } - - farmers = { - culture = assyrian - religion = catholic - size = 3650 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 1500 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 2425 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3925 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 400 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7350 - } - - slaves = { - culture = forest_bantu #african_minor - religion = animist - size = 1000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 350 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 400 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 4000 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 3950 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1225 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 30525 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 100 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 150 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 2750 + } + + aristocrats = { + culture = assyrian + religion = catholic + size = 100 + } + + officers = { + culture = assyrian + religion = catholic + size = 100 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 2000 + } + + farmers = { + culture = assyrian + religion = catholic + size = 3650 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 1500 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 2425 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3925 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 400 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7350 + } + + slaves = { + culture = forest_bantu #african_minor + religion = animist + size = 1000 + } } #Samarra (92000/23000 POPS) 927 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 325 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 175 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 850 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 175 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 15475 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5525 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 325 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 175 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 850 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 175 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 15475 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5525 + } } #Mendeli (84000/21000 POPS) 928 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 175 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 125 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 600 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 125 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 10975 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 200 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 50 - } - - farmers = { - culture = kurdish - religion = sunni - size = 3600 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25 - } - - artisans = { - culture = assyrian - religion = catholic - size = 50 - } - - farmers = { - culture = assyrian - religion = catholic - size = 825 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 175 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 125 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 600 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 125 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 10975 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 200 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 50 + } + + farmers = { + culture = kurdish + religion = sunni + size = 3600 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25 + } + + artisans = { + culture = assyrian + religion = catholic + size = 50 + } + + farmers = { + culture = assyrian + religion = catholic + size = 825 + } } #Karbala (100000/25000 POPS) 929 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 400 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7300 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3625 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 550 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 275 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1300 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 23875 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 400 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7300 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3625 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 550 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 275 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1300 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 23875 + } } #Kut (100000/25000 POPS) 930 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 25 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 100 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 25 - } - - farmers = { - culture = bedouin - religion = shiite - size = 1800 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 350 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 175 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 950 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 17525 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 25 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 100 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 25 + } + + farmers = { + culture = bedouin + religion = shiite + size = 1800 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 350 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 175 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 950 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 17525 + } } #Badiyat al-Sham Region (8000) #see Jordan.txt, Syria.txt & Saudi Arabia.txt for balance of region #under the "rule" of Egypt in 1836 #Rutbah (8000/2000 POPS) #now part of Iraq 931 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 75 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1825 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 75 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1825 + } } -#Basra Region (388000) #see Gulf States.txt for balance of region +#Basra Region (388000) #see Gulf States.txt for balance of region #under the rule of Ottoman Empire in 1836 #Basra (140000/35000 POPS) 932 = { - bureaucrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 150 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2975 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 6425 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 75 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 75 - } - - artisans = { - culture = bedouin - religion = shiite - size = 250 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 50 - } - - farmers = { - culture = bedouin - religion = shiite - size = 4550 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 375 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 200 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1050 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 19375 - } + bureaucrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 150 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2975 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 6425 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 75 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 75 + } + + artisans = { + culture = bedouin + religion = shiite + size = 250 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 50 + } + + farmers = { + culture = bedouin + religion = shiite + size = 4550 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 375 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 200 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1050 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 19375 + } } #Nasiriyya (152000/38000 POPS) 933 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 100 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 300 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 50 - } - - farmers = { - culture = bedouin - religion = shiite - size = 5500 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 500 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 275 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1400 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 25825 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 100 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 300 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 50 + } + + farmers = { + culture = bedouin + religion = shiite + size = 5500 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 500 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 275 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1400 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 25825 + } } #Najaf (96000/24000 POPS) 934 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5500 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 75 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 75 - } - - artisans = { - culture = bedouin - religion = shiite - size = 250 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 50 - } - - farmers = { - culture = bedouin - religion = shiite - size = 4550 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5500 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 75 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 75 + } + + artisans = { + culture = bedouin + religion = shiite + size = 250 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 50 + } + + farmers = { + culture = bedouin + religion = shiite + size = 4550 + } } diff --git a/HPM/history/pops/1836.1.1/Ireland.txt b/HPM/history/pops/1836.1.1/Ireland.txt index 22d2116c..03bd81c9 100644 --- a/HPM/history/pops/1836.1.1/Ireland.txt +++ b/HPM/history/pops/1836.1.1/Ireland.txt @@ -2,671 +2,671 @@ #under rule of Britain 1836 #Belfast (540000/135000 POPs) 254 = { - farmers = { - culture = british - religion = protestant - size = 13000 - } - - clergymen = { - culture = irish - religion = catholic - size = 250 - } - - soldiers = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 5400 - } - - farmers = { - culture = irish - religion = catholic - size = 25250 - } - - aristocrats = { - culture = british - religion = protestant - size = 1100 - } - - officers = { - culture = british - religion = protestant - size = 250 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1125 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 1250 - } - - artisans = { - culture = british - religion = protestant - size = 10000 - } - - artisans = { - culture = british - religion = protestant - size = 2000 - } - - farmers = { - culture = british - religion = protestant - size = 74875 - } + farmers = { + culture = british + religion = protestant + size = 13000 + } + + clergymen = { + culture = irish + religion = catholic + size = 250 + } + + soldiers = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 5400 + } + + farmers = { + culture = irish + religion = catholic + size = 25250 + } + + aristocrats = { + culture = british + religion = protestant + size = 1100 + } + + officers = { + culture = british + religion = protestant + size = 250 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1125 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 1250 + } + + artisans = { + culture = british + religion = protestant + size = 10000 + } + + artisans = { + culture = british + religion = protestant + size = 2000 + } + + farmers = { + culture = british + religion = protestant + size = 74875 + } } #Londonderry (524000/131000 POPS) 255 = { - farmers = { - culture = british - religion = protestant - size = 13000 - } - - clergymen = { - culture = irish - religion = catholic - size = 375 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - soldiers = { - culture = irish - religion = catholic - size = 500 - } - - farmers = { - culture = irish - religion = catholic - size = 46625 - } - - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - artisans = { - culture = british - religion = protestant - size = 5000 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 62250 - } + farmers = { + culture = british + religion = protestant + size = 13000 + } + + clergymen = { + culture = irish + religion = catholic + size = 375 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + soldiers = { + culture = irish + religion = catholic + size = 500 + } + + farmers = { + culture = irish + religion = catholic + size = 46625 + } + + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + artisans = { + culture = british + religion = protestant + size = 5000 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 62250 + } } #Armagh (274000/68500 POPS) 256 = { - farmers = { - culture = irish - religion = catholic - size = 20500 - } - - farmers = { - culture = british - religion = protestant - size = 10000 - } - - clergymen = { - culture = irish - religion = catholic - size = 250 - } - - artisans = { - culture = irish - religion = catholic - size = 500 - } - - soldiers = { - culture = irish - religion = catholic - size = 250 - } - - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - artisans = { - culture = british - religion = protestant - size = 2500 - } - - soldiers = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 33000 - } + farmers = { + culture = irish + religion = catholic + size = 20500 + } + + farmers = { + culture = british + religion = protestant + size = 10000 + } + + clergymen = { + culture = irish + religion = catholic + size = 250 + } + + artisans = { + culture = irish + religion = catholic + size = 500 + } + + soldiers = { + culture = irish + religion = catholic + size = 250 + } + + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + artisans = { + culture = british + religion = protestant + size = 2500 + } + + soldiers = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 33000 + } } -#Donegal (508000/127000 POPS) +#Donegal (508000/127000 POPS) 257 = { - farmers = { - culture = british - religion = protestant - size = 9000 - } - - aristocrats = { - culture = irish - religion = catholic - size = 250 - } - - clergymen = { - culture = irish - religion = catholic - size = 250 - } - - artisans = { - culture = irish - religion = catholic - size = 3750 - } - - soldiers = { - culture = irish - religion = catholic - size = 500 - } - - farmers = { - culture = irish - religion = catholic - size = 103250 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - artisans = { - culture = british - religion = protestant - size = 2250 - } - - soldiers = { - culture = british - religion = protestant - size = 125 - } - - farmers = { - culture = british - religion = protestant - size = 7575 - } + farmers = { + culture = british + religion = protestant + size = 9000 + } + + aristocrats = { + culture = irish + religion = catholic + size = 250 + } + + clergymen = { + culture = irish + religion = catholic + size = 250 + } + + artisans = { + culture = irish + religion = catholic + size = 3750 + } + + soldiers = { + culture = irish + religion = catholic + size = 500 + } + + farmers = { + culture = irish + religion = catholic + size = 103250 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + artisans = { + culture = british + religion = protestant + size = 2250 + } + + soldiers = { + culture = british + religion = protestant + size = 125 + } + + farmers = { + culture = british + religion = protestant + size = 7575 + } } #Connaught Region - 1316000 #under rule of Britain 1836 #Galway (548000/137000 POPS) 258 = { - aristocrats = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 1250 - } - - artisans = { - culture = irish - religion = catholic - size = 7000 - } - - soldiers = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 126750 - } + aristocrats = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 1250 + } + + artisans = { + culture = irish + religion = catholic + size = 7000 + } + + soldiers = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 126750 + } } #Sligo (768000/192000 POPs) 259 = { - bureaucrats = { - culture = british - religion = protestant - size = 500 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 250 - } - - aristocrats = { - culture = irish - religion = catholic - size = 1100 - } - - clergymen = { - culture = irish - religion = catholic - size = 2000 - } - - artisans = { - culture = irish - religion = catholic - size = 9500 - } - - soldiers = { - culture = irish - religion = catholic - size = 2500 - } - - farmers = { - culture = irish - religion = catholic - size = 176250 - } + bureaucrats = { + culture = british + religion = protestant + size = 500 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 250 + } + + aristocrats = { + culture = irish + religion = catholic + size = 1100 + } + + clergymen = { + culture = irish + religion = catholic + size = 2000 + } + + artisans = { + culture = irish + religion = catholic + size = 9500 + } + + soldiers = { + culture = irish + religion = catholic + size = 2500 + } + + farmers = { + culture = irish + religion = catholic + size = 176250 + } } -#Munster Region - 2244000 +#Munster Region - 2244000 #under rule of Britain 1836 -#Cork (890000/224000 POPS) +#Cork (890000/224000 POPS) 260 = { - aristocrats = { - culture = irish - religion = catholic - size = 600 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 2000 - } - - officers = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 1500 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - soldiers = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 188350 - } - - aristocrats = { - culture = british - religion = protestant - size = 900 - } - - bureaucrats = { - culture = british - religion = protestant - size = 750 - } - - officers = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - farmers = { - culture = british - religion = protestant - size = 5250 - } + aristocrats = { + culture = irish + religion = catholic + size = 600 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 2000 + } + + officers = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 1500 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + soldiers = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 188350 + } + + aristocrats = { + culture = british + religion = protestant + size = 900 + } + + bureaucrats = { + culture = british + religion = protestant + size = 750 + } + + officers = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + farmers = { + culture = british + religion = protestant + size = 5250 + } } #Limerick (818000/204500 POPS) 261 = { - aristocrats = { - culture = irish - religion = catholic - size = 1100 - } - - clergymen = { - culture = irish - religion = catholic - size = 1500 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 4000 - } - - soldiers = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 186500 - } + aristocrats = { + culture = irish + religion = catholic + size = 1100 + } + + clergymen = { + culture = irish + religion = catholic + size = 1500 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 4000 + } + + soldiers = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 186500 + } } #Waterford (536000/134000 POPs) 262 = { - aristocrats = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 750 - } - - artisans = { - culture = irish - religion = catholic - size = 7000 - } - - soldiers = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 124750 - } + aristocrats = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 750 + } + + artisans = { + culture = irish + religion = catholic + size = 7000 + } + + soldiers = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 124750 + } } -#Leinster Region - 1836000 +#Leinster Region - 1836000 #under rule of Britain 1836 #Dublin (860000/215000 POPs) 263 = { - aristocrats = { - culture = british - religion = protestant - size = 700 - } - - bureaucrats = { - culture = british - religion = protestant - size = 625 - } - - aristocrats = { - culture = irish - religion = catholic - size = 300 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 2000 - } - - officers = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 2250 - } - - soldiers = { - culture = irish - religion = catholic - size = 2500 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = irish - religion = catholic - size = 154375 - } + aristocrats = { + culture = british + religion = protestant + size = 700 + } + + bureaucrats = { + culture = british + religion = protestant + size = 625 + } + + aristocrats = { + culture = irish + religion = catholic + size = 300 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 2000 + } + + officers = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 2250 + } + + soldiers = { + culture = irish + religion = catholic + size = 2500 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = irish + religion = catholic + size = 154375 + } } #Kildare (532000/133000 POPs) 264 = { - aristocrats = { - culture = british - religion = protestant - size = 350 - } - - aristocrats = { - culture = irish - religion = catholic - size = 150 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 6500 - } - - soldiers = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 124400 - } + aristocrats = { + culture = british + religion = protestant + size = 350 + } + + aristocrats = { + culture = irish + religion = catholic + size = 150 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 6500 + } + + soldiers = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 124400 + } } #Wexford (444000/111000 POPS) 265 = { - aristocrats = { - culture = british - religion = protestant - size = 350 - } - - aristocrats = { - culture = irish - religion = catholic - size = 150 - } - - artisans = { - culture = irish - religion = catholic - size = 5500 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - soldiers = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 103000 - } + aristocrats = { + culture = british + religion = protestant + size = 350 + } + + aristocrats = { + culture = irish + religion = catholic + size = 150 + } + + artisans = { + culture = irish + religion = catholic + size = 5500 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + soldiers = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 103000 + } } diff --git a/HPM/history/pops/1836.1.1/Israel-Palestine.txt b/HPM/history/pops/1836.1.1/Israel-Palestine.txt index 895792d8..5a540a1b 100644 --- a/HPM/history/pops/1836.1.1/Israel-Palestine.txt +++ b/HPM/history/pops/1836.1.1/Israel-Palestine.txt @@ -1,443 +1,443 @@ #Bayrut Region (52000) #see Lebanon.txt for balance of region #under the rule of Egypt in 1836 -#Acre (52000/13000 POPS) #now part of Israel-Palestine mashriqi-animist = druze +#Acre (52000/13000 POPS) #now part of Israel-Palestine mashriqi-animist = druze 916 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 250 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4575 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1875 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 50 - } - - artisans = { - culture = mashriqi - religion = druze - size = 200 - } - - farmers = { - culture = mashriqi - religion = druze - size = 3750 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 50 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 100 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1850 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 50 - } - - farmers = { - culture = sephardic - religion = jewish - size = 925 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 250 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4575 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1875 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 50 + } + + artisans = { + culture = mashriqi + religion = druze + size = 200 + } + + farmers = { + culture = mashriqi + religion = druze + size = 3750 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 50 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 100 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1850 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 50 + } + + farmers = { + culture = sephardic + religion = jewish + size = 925 + } } #Palestine Region (236000) #see Jordan.txt for balance of region #under the rule of Egypt in 1836 #Jerusalem (68000/17000 POPS) 917 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 200 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 50 - } - - officers = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 2300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 175 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 8100 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 825 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 3100 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50 - } - - artisans = { - culture = sephardic - religion = jewish - size = 875 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1175 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 200 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 50 + } + + officers = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 2300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 175 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 8100 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 825 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 3100 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50 + } + + artisans = { + culture = sephardic + religion = jewish + size = 875 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1175 + } } #Nablus (44000/11000 POPS) 918 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1025 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 125 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7625 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 125 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 850 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 25 - } - - artisans = { - culture = mashriqi - religion = druze - size = 100 - } - - farmers = { - culture = mashriqi - religion = druze - size = 875 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1025 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 125 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7625 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 125 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 850 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 25 + } + + artisans = { + culture = mashriqi + religion = druze + size = 100 + } + + farmers = { + culture = mashriqi + religion = druze + size = 875 + } } #Jaffa (48000/12000 POPS) 919 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1100 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 125 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7550 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 875 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1675 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1100 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 125 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7550 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 875 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1675 + } } #Gaza (44000/11000 POPS) 920 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1250 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 125 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7400 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 250 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1725 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1250 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 125 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7400 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 250 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1725 + } } #Beersheba (36000/9000 POPS) 921 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 350 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 6425 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 75 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1850 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 350 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 6425 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 75 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1850 + } } diff --git a/HPM/history/pops/1836.1.1/Italy.txt b/HPM/history/pops/1836.1.1/Italy.txt index 3825e694..6a4b0fdc 100644 --- a/HPM/history/pops/1836.1.1/Italy.txt +++ b/HPM/history/pops/1836.1.1/Italy.txt @@ -2,2714 +2,2714 @@ #under the rule of Sardinia in 1836 #Turin (916000/229000 POPS) 720 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 4000 - } - - capitalists = { - culture = north_italian - religion = catholic - size = 75 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 800 - } - - officers = { - culture = north_italian - religion = catholic - size = 425 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 2325 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 3000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 5000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 199900 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## - - ########Swiss Pops - capitalists = { - culture = swiss - religion = catholic - size = 100 - } - - soldiers = { - culture = swiss - religion = catholic - size = 100 - } - - clergymen = { - culture = swiss - religion = catholic - size = 100 - } - - artisans = { - culture = swiss - religion = catholic - size = 100 - } - - farmers = { - culture = swiss - religion = catholic - size = 100 - } - + aristocrats = { + culture = north_italian + religion = catholic + size = 4000 + } + + capitalists = { + culture = north_italian + religion = catholic + size = 75 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 800 + } + + officers = { + culture = north_italian + religion = catholic + size = 425 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 2325 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 3000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 5000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 199900 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## + + ########Swiss Pops + capitalists = { + culture = swiss + religion = catholic + size = 100 + } + + soldiers = { + culture = swiss + religion = catholic + size = 100 + } + + clergymen = { + culture = swiss + religion = catholic + size = 100 + } + + artisans = { + culture = swiss + religion = catholic + size = 100 + } + + farmers = { + culture = swiss + religion = catholic + size = 100 + } + } #Aosta (156000/39000 POPS) 721 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 175 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 150 - } - - artisans = { - culture = north_italian - religion = catholic - size = 775 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 150 - } - - farmers = { - culture = north_italian - religion = catholic - size = 14250 - } - - aristocrats = { - culture = french - religion = catholic - size = 275 - } - - clergymen = { - culture = french - religion = catholic - size = 225 - } - - artisans = { - culture = french - religion = catholic - size = 1175 - } - - soldiers = { - culture = french - religion = catholic - size = 225 - } - - farmers = { - culture = french - religion = catholic - size = 21600 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 175 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 150 + } + + artisans = { + culture = north_italian + religion = catholic + size = 775 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 150 + } + + farmers = { + culture = north_italian + religion = catholic + size = 14250 + } + + aristocrats = { + culture = french + religion = catholic + size = 275 + } + + clergymen = { + culture = french + religion = catholic + size = 225 + } + + artisans = { + culture = french + religion = catholic + size = 1175 + } + + soldiers = { + culture = french + religion = catholic + size = 225 + } + + farmers = { + culture = french + religion = catholic + size = 21600 + } } #Novara (212000/53000 POPS) 722 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 950 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 525 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 46525 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 950 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 525 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 46525 + } } #Alessandria (326000/79000 POPS) 723 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1500 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 800 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 65200 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1500 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 800 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 65200 + } } #Liguria Region (960000) #under the rule of Sardinia in 1836 #Genoa (644000/161000 POPS) 724 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2550 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 400 - } - - officers = { - culture = north_italian - religion = catholic - size = 250 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1600 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 3000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 140000 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_italian + religion = catholic + size = 2550 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 400 + } + + officers = { + culture = north_italian + religion = catholic + size = 250 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1600 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 3000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 140000 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Savona (316000/79000 POPS) 725 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1500 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 800 - } - - artisans = { - culture = north_italian - religion = catholic - size = 4000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 70700 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1500 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 800 + } + + artisans = { + culture = north_italian + religion = catholic + size = 4000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 70700 + } } #Lombardy Region (2512000) #under the rule of Austria in 1836 #Milan (1332000/333000 POPS) 726 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 7350 - } - - capitalists = { - culture = north_italian - religion = catholic - size = 25 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 1325 - } - - officers = { - culture = north_italian - religion = catholic - size = 600 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 3350 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6000 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 3000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 3350 - } - - farmers = { - culture = north_italian - religion = catholic - size = 275925 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## - - ########Swiss Pops - aristocrats = { - culture = swiss - religion = catholic - size = 100 - } - - capitalists = { - culture = swiss - religion = catholic - size = 75 - } - - soldiers = { - culture = swiss - religion = catholic - size = 175 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 100 - } - - clergymen = { - culture = swiss - religion = catholic - size = 100 - } - - artisans = { - culture = swiss - religion = catholic - size = 300 - } - - farmers = { - culture = swiss - religion = catholic - size = 200 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 7350 + } + + capitalists = { + culture = north_italian + religion = catholic + size = 25 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 1325 + } + + officers = { + culture = north_italian + religion = catholic + size = 600 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 3350 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6000 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 3000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 3350 + } + + farmers = { + culture = north_italian + religion = catholic + size = 275925 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## + + ########Swiss Pops + aristocrats = { + culture = swiss + religion = catholic + size = 100 + } + + capitalists = { + culture = swiss + religion = catholic + size = 75 + } + + soldiers = { + culture = swiss + religion = catholic + size = 175 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 100 + } + + clergymen = { + culture = swiss + religion = catholic + size = 100 + } + + artisans = { + culture = swiss + religion = catholic + size = 300 + } + + farmers = { + culture = swiss + religion = catholic + size = 200 + } } #Bergamo (472000/118000 POPS) 727 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2500 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1075 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5400 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1150 - } - - farmers = { - culture = north_italian - religion = catholic - size = 76975 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2500 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1075 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5400 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1150 + } + + farmers = { + culture = north_italian + religion = catholic + size = 76975 + } } #Brescia (708000/177000 POPS) 728 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 3900 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1775 - } - - artisans = { - culture = north_italian - religion = catholic - size = 8850 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1750 - } - - farmers = { - culture = north_italian - religion = catholic - size = 159075 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 3900 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1775 + } + + artisans = { + culture = north_italian + religion = catholic + size = 8850 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1750 + } + + farmers = { + culture = north_italian + religion = catholic + size = 159075 + } } #Venetia Region (2060000) #under the rule of Austria in 1836 #Venice (448000/112000 POPS) 729 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2300 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 1600 - } - - officers = { - culture = north_italian - religion = catholic - size = 400 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1125 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 4000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1150 - } - - farmers = { - culture = north_italian - religion = catholic - size = 60925 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_italian + religion = catholic + size = 2300 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 1600 + } + + officers = { + culture = north_italian + religion = catholic + size = 400 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1125 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 4000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1150 + } + + farmers = { + culture = north_italian + religion = catholic + size = 60925 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Verona (516000/129000 POPS) 730 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2650 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1300 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1300 - } - - farmers = { - culture = north_italian - religion = catholic - size = 111050 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2650 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1300 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1300 + } + + farmers = { + culture = north_italian + religion = catholic + size = 111050 + } } #Padua (564000/141000 POPS) 731 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2900 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1425 - } - - artisans = { - culture = north_italian - religion = catholic - size = 7500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1400 - } - - farmers = { - culture = north_italian - religion = catholic - size = 127775 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2900 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1425 + } + + artisans = { + culture = north_italian + religion = catholic + size = 7500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1400 + } + + farmers = { + culture = north_italian + religion = catholic + size = 127775 + } } #Treviso (232000/58000 POPS) 732 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1175 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 575 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2900 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 550 - } - - farmers = { - culture = north_italian - religion = catholic - size = 50300 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1175 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 575 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2900 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 550 + } + + farmers = { + culture = north_italian + religion = catholic + size = 50300 + } } #Udine (300000/75000 POPS) 733 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1550 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 750 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3750 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 750 - } - - farmers = { - culture = north_italian - religion = catholic - size = 52200 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1550 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 750 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3750 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 750 + } + + farmers = { + culture = north_italian + religion = catholic + size = 52200 + } } #Tirol Region (368000) #see Austria.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Trent (276000/69000 POPS) #now part of Italy 734 = { - aristocrats = { - culture = south_german - religion = catholic - size = 60 - } - - clergymen = { - culture = south_german - religion = catholic - size = 80 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 800 - } - - artisans = { - culture = south_german - religion = catholic - size = 200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 50 - } - - farmers = { - culture = south_german - religion = catholic - size = 4610 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 575 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2800 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 550 - } - - farmers = { - culture = north_italian - religion = catholic - size = 60075 - } + aristocrats = { + culture = south_german + religion = catholic + size = 60 + } + + clergymen = { + culture = south_german + religion = catholic + size = 80 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 800 + } + + artisans = { + culture = south_german + religion = catholic + size = 200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 50 + } + + farmers = { + culture = south_german + religion = catholic + size = 4610 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 575 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2800 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 550 + } + + farmers = { + culture = north_italian + religion = catholic + size = 60075 + } } #Bozen (92000/23000 POPS) #now part of Italy 735 = { - aristocrats = { - culture = south_german - religion = catholic - size = 250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 1500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 14950 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 50 - } - - artisans = { - culture = north_italian - religion = catholic - size = 500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 50 - } - - farmers = { - culture = north_italian - religion = catholic - size = 5400 - } + aristocrats = { + culture = south_german + religion = catholic + size = 250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 1500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 14950 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 50 + } + + artisans = { + culture = north_italian + religion = catholic + size = 500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 50 + } + + farmers = { + culture = north_italian + religion = catholic + size = 5400 + } } -#Friuli-Istria Region (292000) #see Croatia.txt for balance of region +#Friuli-Istria Region (292000) #see Croatia.txt for balance of region #under the rule of Austria in 1836 #Trieste (112000/28000 POPS) 736 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 425 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 200 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 450 - } - - officers = { - culture = north_italian - religion = catholic - size = 100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 175 - } - - artisans = { - culture = north_italian - religion = catholic - size = 8000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 175 - } - - farmers = { - culture = north_italian - religion = catholic - size = 7875 - } - - clergymen = { - culture = slovene - religion = catholic - size = 100 - } - - artisans = { - culture = slovene - religion = catholic - size = 4500 - } - - soldiers = { - culture = slovene - religion = catholic - size = 100 - } - - farmers = { - culture = slovene - religion = catholic - size = 6300 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 425 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 200 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 450 + } + + officers = { + culture = north_italian + religion = catholic + size = 100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 175 + } + + artisans = { + culture = north_italian + religion = catholic + size = 8000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 175 + } + + farmers = { + culture = north_italian + religion = catholic + size = 7875 + } + + clergymen = { + culture = slovene + religion = catholic + size = 100 + } + + artisans = { + culture = slovene + religion = catholic + size = 4500 + } + + soldiers = { + culture = slovene + religion = catholic + size = 100 + } + + farmers = { + culture = slovene + religion = catholic + size = 6300 + } } #Gorizia (180000/45000 POPS) 737 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 700 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 125 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1250 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 125 - } - - farmers = { - culture = north_italian - religion = catholic - size = 10800 - } - - clergymen = { - culture = slovene - religion = catholic - size = 300 - } - - artisans = { - culture = slovene - religion = catholic - size = 1100 - } - - soldiers = { - culture = slovene - religion = catholic - size = 325 - } - - farmers = { - culture = slovene - religion = catholic - size = 30000 - } - - farmers = { - culture = gypsy - religion = catholic - size = 375 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 700 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 125 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1250 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 125 + } + + farmers = { + culture = north_italian + religion = catholic + size = 10800 + } + + clergymen = { + culture = slovene + religion = catholic + size = 300 + } + + artisans = { + culture = slovene + religion = catholic + size = 1100 + } + + soldiers = { + culture = slovene + religion = catholic + size = 325 + } + + farmers = { + culture = slovene + religion = catholic + size = 30000 + } + + farmers = { + culture = gypsy + religion = catholic + size = 375 + } } #Emilia Region (1120000) #under the rule of Parma in 1836 #Parma (472000/118000 POPS) 738 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2500 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 175 - } - - officers = { - culture = north_italian - religion = catholic - size = 125 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1200 - } - - artisans = { - culture = north_italian - religion = catholic - size = 7500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 104500 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2500 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 175 + } + + officers = { + culture = north_italian + religion = catholic + size = 125 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1200 + } + + artisans = { + culture = north_italian + religion = catholic + size = 7500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 104500 + } } #under the rule of Modena in 1836 #Modena (484000/121000 POPS) 739 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2650 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 225 - } - - officers = { - culture = north_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1225 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 108750 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2650 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 225 + } + + officers = { + culture = north_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1225 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 108750 + } } #Massa (164000/41000 POPS) 740 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 900 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 400 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 36700 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 900 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 400 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 36700 + } } #Romagna Region (844000) #under the rule of Papal States in 1836 #Bologna (416000/104000 POPS) 741 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2175 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 425 - } - - officers = { - culture = north_italian - religion = catholic - size = 200 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1050 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 7500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = north_italian - religion = catholic - size = 80650 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2175 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 425 + } + + officers = { + culture = north_italian + religion = catholic + size = 200 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1050 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 7500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = north_italian + religion = catholic + size = 80650 + } } #Ferrara (180000/45000 POPS) 742 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 950 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 425 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 450 - } - - farmers = { - culture = north_italian - religion = catholic - size = 36575 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 950 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 425 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 450 + } + + farmers = { + culture = north_italian + religion = catholic + size = 36575 + } } #Ravenna (248000/62000 POPS) 743 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1300 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 625 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 650 - } - - farmers = { - culture = north_italian - religion = catholic - size = 54425 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1300 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 625 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 650 + } + + farmers = { + culture = north_italian + religion = catholic + size = 54425 + } } #Tuscany Region (1808000) #under the rule of Tuscany in 1836 #Florence (716000/179000 POPS) 744 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 3950 - } - - capitalists = { - culture = north_italian - religion = catholic - size = 20 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 925 - } - - officers = { - culture = north_italian - religion = catholic - size = 425 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1800 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 2000 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 200 - } - - farmers = { - culture = north_italian - religion = catholic - size = 149900 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_italian + religion = catholic + size = 3950 + } + + capitalists = { + culture = north_italian + religion = catholic + size = 20 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 925 + } + + officers = { + culture = north_italian + religion = catholic + size = 425 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1800 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 2000 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 200 + } + + farmers = { + culture = north_italian + religion = catholic + size = 149900 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Leghorn (380000/95000 POPS) 745 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 850 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 8000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 80850 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 550 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## - - ########Swiss Pops - - soldiers = { - culture = swiss - religion = catholic - size = 100 - } - - clergymen = { - culture = swiss - religion = catholic - size = 100 - } - - artisans = { - culture = swiss - religion = catholic - size = 200 - } - - farmers = { - culture = swiss - religion = catholic - size = 100 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 850 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 8000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 80850 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 550 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## + + ########Swiss Pops + + soldiers = { + culture = swiss + religion = catholic + size = 100 + } + + clergymen = { + culture = swiss + religion = catholic + size = 100 + } + + artisans = { + culture = swiss + religion = catholic + size = 200 + } + + farmers = { + culture = swiss + religion = catholic + size = 100 + } } #Siena (380000/95000 POPS) 747 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 975 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6000 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 84925 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 975 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6000 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 84925 + } } #Grosseto (184000/46000 POPS) 748 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1100 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 425 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2250 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 41225 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1100 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 425 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2250 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 41225 + } } #under the rule of Lucca in 1836 #Lucca (148000/37000 POPS) 746 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 750 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 70 - } - - officers = { - culture = north_italian - religion = catholic - size = 30 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 375 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 19275 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 750 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 70 + } + + officers = { + culture = north_italian + religion = catholic + size = 30 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 375 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 19275 + } } #Latium Region (1272000) #under the rule of Papal States in 1836 #Rome (1092000/273000 POPS) 749 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 6750 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 725 - } - - officers = { - culture = south_italian - religion = catholic - size = 350 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 3425 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6600 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 231750 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 600 - } - - farmers = { - culture = sephardic - religion = jewish - size = 500 - } - ######## - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 6750 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 725 + } + + officers = { + culture = south_italian + religion = catholic + size = 350 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 3425 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6600 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 231750 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 600 + } + + farmers = { + culture = sephardic + religion = jewish + size = 500 + } + ######## + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } } #Viterbo (180000/45000 POPS) 750 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 500 - } - - artisans = { - culture = south_italian - religion = catholic - size = 2250 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 40150 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 500 + } + + artisans = { + culture = south_italian + religion = catholic + size = 2250 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 40150 + } } #Umbria-Abruzzi Region (1056000) #under the rule of Papal States in 1836 #Perugia (376000/94000 POPS) 751 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2150 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 225 - } - - officers = { - culture = south_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 950 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 94750 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2150 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 225 + } + + officers = { + culture = south_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 950 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 94750 + } } #Ancona (180000/45000 POPS) 752 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1075 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 450 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 450 - } - - farmers = { - culture = south_italian - religion = catholic - size = 35025 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1075 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 450 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 450 + } + + farmers = { + culture = south_italian + religion = catholic + size = 35025 + } } #under the rule of Two Sicilies in 1836 #Aquila (500000/125000 POPS) 753 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3350 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 175 - } - - officers = { - culture = south_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 600 - } - - artisans = { - culture = south_italian - religion = catholic - size = 3125 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 53725 - } - + aristocrats = { + culture = south_italian + religion = catholic + size = 3350 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 175 + } + + officers = { + culture = south_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 600 + } + + artisans = { + culture = south_italian + religion = catholic + size = 3125 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 53725 + } + } #Campania Region (2312000) #under the rule of Two Sicilies in 1836 #Naples (1304000/326000 POPS) 754 = { - capitalists = { - culture = south_italian - religion = catholic - size = 25 - } - - aristocrats = { - culture = south_italian - religion = catholic - size = 8250 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 825 - } - - officers = { - culture = south_italian - religion = catholic - size = 625 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 3375 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 5000 - } - - craftsmen = { - culture = south_italian - religion = catholic - size = 662 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 500 - } - - farmers = { - culture = south_italian - religion = catholic - size = 207113 - } - - ########Swiss Pops - capitalists = { - culture = swiss - religion = catholic - size = 100 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - clergymen = { - culture = swiss - religion = catholic - size = 100 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 225 - } - - artisans = { - culture = swiss - religion = catholic - size = 300 - } - - farmers = { - culture = swiss - religion = catholic - size = 200 - } + capitalists = { + culture = south_italian + religion = catholic + size = 25 + } + + aristocrats = { + culture = south_italian + religion = catholic + size = 8250 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 825 + } + + officers = { + culture = south_italian + religion = catholic + size = 625 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 3375 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 5000 + } + + craftsmen = { + culture = south_italian + religion = catholic + size = 662 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 500 + } + + farmers = { + culture = south_italian + religion = catholic + size = 207113 + } + + ########Swiss Pops + capitalists = { + culture = swiss + religion = catholic + size = 100 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + clergymen = { + culture = swiss + religion = catholic + size = 100 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 225 + } + + artisans = { + culture = swiss + religion = catholic + size = 300 + } + + farmers = { + culture = swiss + religion = catholic + size = 200 + } } #Salerno (572000/143000 POPS) 755 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3600 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1475 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 141025 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3600 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1475 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 141025 + } } #Gaeta (436000/109000 POPS) 2567 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2750 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1100 - } - - artisans = { - culture = south_italian - religion = catholic - size = 5250 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 400 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 103200 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2750 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1100 + } + + artisans = { + culture = south_italian + religion = catholic + size = 5250 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 400 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 103200 + } } #Apulia Region (1424000) #under the rule of Two Sicilies in 1836 #Bari (572000/143000 POPS) 756 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3500 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 475 - } - - officers = { - culture = south_italian - religion = catholic - size = 375 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1350 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 128650 - } - - farmers = { - culture = albanian - religion = catholic - size = 4000 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3500 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 475 + } + + officers = { + culture = south_italian + religion = catholic + size = 375 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1350 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 128650 + } + + farmers = { + culture = albanian + religion = catholic + size = 4000 + } } #Foggia (572000/143000 POPS) 757 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3750 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1450 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 133650 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3750 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1450 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 133650 + } } #Brindisi (280000/70000 POPS) 758 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1800 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 700 - } - - artisans = { - culture = south_italian - religion = catholic - size = 3500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 59350 - } - - farmers = { - culture = albanian - religion = catholic - size = 4000 - } - - farmers = { - culture = greek - religion = orthodox - size = 4500 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1800 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 700 + } + + artisans = { + culture = south_italian + religion = catholic + size = 3500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 59350 + } + + farmers = { + culture = albanian + religion = catholic + size = 4000 + } + + farmers = { + culture = greek + religion = orthodox + size = 4500 + } } #Calabria-Basilicata Region (1488000) #under the rule of Two Sicilies in 1836 #Reggio (572000/143000 POPS) 759 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3500 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 475 - } - - officers = { - culture = south_italian - religion = catholic - size = 375 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1450 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 124550 - } - - farmers = { - culture = albanian - religion = orthodox - size = 6000 - } - - farmers = { - culture = greek - religion = orthodox - size = 2000 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3500 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 475 + } + + officers = { + culture = south_italian + religion = catholic + size = 375 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1450 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 124550 + } + + farmers = { + culture = albanian + religion = orthodox + size = 6000 + } + + farmers = { + culture = greek + religion = orthodox + size = 2000 + } } #Catanzaro (344000/86000 POPS) 760 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2200 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 875 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4250 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 80975 - } - - farmers = { - culture = albanian - religion = orthodox - size = 3550 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2200 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 875 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4250 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 80975 + } + + farmers = { + culture = albanian + religion = orthodox + size = 3550 + } } #Potenza (572000/143000 POPS) 761 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3750 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1475 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 134175 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3750 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1475 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 134175 + } } #Sicily Region (1816000) #under the rule of Two Sicilies in 1836 #Palermo (744000/186000 POPS) 762 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 6200 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 825 - } - - officers = { - culture = south_italian - religion = catholic - size = 500 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1900 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 155172 - } - - farmers = { - culture = albanian - religion = orthodox - size = 4450 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 6200 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 825 + } + + officers = { + culture = south_italian + religion = catholic + size = 500 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1900 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 155172 + } + + farmers = { + culture = albanian + religion = orthodox + size = 4450 + } } #Messina (352000/88000 POPS) 763 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2450 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 900 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 86196 - } - - farmers = { - culture = albanian - religion = orthodox - size = 2000 - } - + aristocrats = { + culture = south_italian + religion = catholic + size = 2450 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 900 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 86196 + } + + farmers = { + culture = albanian + religion = orthodox + size = 2000 + } + } #Catania (720000/180000 POPS) 764 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 5000 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 700 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000 - } - - artisans = { - culture = south_italian - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 154046 - } - - farmers = { - culture = greek - religion = orthodox - size = 1000 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 5000 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 700 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000 + } + + artisans = { + culture = south_italian + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 154046 + } + + farmers = { + culture = greek + religion = orthodox + size = 1000 + } } #Sardinia Region (524000) #under the rule of Sardinia in 1836 #Cagliari (336000/84000 POPS) 765 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1750 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 175 - } - - officers = { - culture = south_italian - religion = catholic - size = 150 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 850 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 2000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 70895 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1750 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 175 + } + + officers = { + culture = south_italian + religion = catholic + size = 150 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 850 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 2000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 70895 + } } #Sassari (188000/47000 POPS) 766 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 475 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6500 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 43211 - } - - farmers = { - culture = catalan - religion = catholic - size = 4814 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 475 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6500 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 43211 + } + + farmers = { + culture = catalan + religion = catholic + size = 4814 + } } #Pescara - Former Inuvik (4000/1000 POPS) 10 = { - clergymen = { - culture = south_italian - religion = catholic - size = 600 - } - - artisans = { - culture = south_italian - religion = catholic - size = 3125 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 1000 - } - - farmers = { - culture = south_italian - religion = catholic - size = 64850 - } - - farmers = { - culture = croat - religion = catholic - size = 3000 - } + clergymen = { + culture = south_italian + religion = catholic + size = 600 + } + + artisans = { + culture = south_italian + religion = catholic + size = 3125 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 1000 + } + + farmers = { + culture = south_italian + religion = catholic + size = 64850 + } + + farmers = { + culture = croat + religion = catholic + size = 3000 + } } #Belluno - Former Ross River (4000/1000 POPS) 8 = { - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 300 - } - - farmers = { - culture = north_italian - religion = catholic - size = 17600 - } - - farmers = { - culture = south_german - religion = catholic - size = 1000 - } + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 300 + } + + farmers = { + culture = north_italian + religion = catholic + size = 17600 + } + + farmers = { + culture = south_german + religion = catholic + size = 1000 + } } #Sondrio - former Amga (6000/1500 POPS) 2669 = { - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 500 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 300 - } - - farmers = { - culture = north_italian - religion = catholic - size = 30000 - } + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 500 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 300 + } + + farmers = { + culture = north_italian + religion = catholic + size = 30000 + } } #Elba - Former Impfondo (32000/8000 POPS) 1981 = { - clergymen = { - culture = north_italian - religion = catholic - size = 35 - } - - artisans = { - culture = north_italian - religion = catholic - size = 450 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 200 - } - - farmers = { - culture = north_italian - religion = catholic - size = 3065 - } - + clergymen = { + culture = north_italian + religion = catholic + size = 35 + } + + artisans = { + culture = north_italian + religion = catholic + size = 450 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 200 + } + + farmers = { + culture = north_italian + religion = catholic + size = 3065 + } + } diff --git a/HPM/history/pops/1836.1.1/Ivory Coast.txt b/HPM/history/pops/1836.1.1/Ivory Coast.txt index 23ecb99f..463f1d16 100644 --- a/HPM/history/pops/1836.1.1/Ivory Coast.txt +++ b/HPM/history/pops/1836.1.1/Ivory Coast.txt @@ -1,583 +1,583 @@ -#Ivory Coast Region (710000) +#Ivory Coast Region (710000) #uncolonized in 1836 -#Grand Lahou (108000/27000 POPS) +#Grand Lahou (108000/27000 POPS) 1892 = { - aristocrats = { - culture = akan - religion = animist - size = 500 - } - - clergymen = { - culture = akan - religion = animist - size = 275 - } - - artisans = { - culture = akan - religion = animist - size = 1075 - } - - soldiers = { - culture = akan - religion = animist - size = 275 - } - - farmers = { - culture = akan - religion = animist - size = 19875 - } - - slaves = { - culture = akan - religion = animist - size = 5000 - } + aristocrats = { + culture = akan + religion = animist + size = 500 + } + + clergymen = { + culture = akan + religion = animist + size = 275 + } + + artisans = { + culture = akan + religion = animist + size = 1075 + } + + soldiers = { + culture = akan + religion = animist + size = 275 + } + + farmers = { + culture = akan + religion = animist + size = 19875 + } + + slaves = { + culture = akan + religion = animist + size = 5000 + } } #Sassandra (282000/47000 POPS) 1893 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 500 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8025 - } - - slaves = { - culture = akan - religion = animist - size = 3000 - } - - aristocrats = { - culture = kru - religion = animist - size = 725 - } - - clergymen = { - culture = kru - religion = animist - size = 375 - } - - artisans = { - culture = kru - religion = animist - size = 1500 - } - - soldiers = { - culture = kru - religion = animist - size = 375 - } - - farmers = { - culture = kru - religion = animist - size = 22025 - } - - slaves = { - culture = kru - religion = animist - size = 10000 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 500 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8025 + } + + slaves = { + culture = akan + religion = animist + size = 3000 + } + + aristocrats = { + culture = kru + religion = animist + size = 725 + } + + clergymen = { + culture = kru + religion = animist + size = 375 + } + + artisans = { + culture = kru + religion = animist + size = 1500 + } + + soldiers = { + culture = kru + religion = animist + size = 375 + } + + farmers = { + culture = kru + religion = animist + size = 22025 + } + + slaves = { + culture = kru + religion = animist + size = 10000 + } } #Grand Bassam (88000/22000 POPS) 1894 = { - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 1100 - } - - soldiers = { - culture = akan - religion = animist - size = 225 - } - - farmers = { - culture = akan - religion = animist - size = 16025 - } - - slaves = { - culture = akan - religion = animist - size = 4000 - } + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 1100 + } + + soldiers = { + culture = akan + religion = animist + size = 225 + } + + farmers = { + culture = akan + religion = animist + size = 16025 + } + + slaves = { + culture = akan + religion = animist + size = 4000 + } } #Bouake (60000/15000 POPS) 1895 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 600 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8925 - } - - slaves = { - culture = akan - religion = animist - size = 2000 - } - - aristocrats = { - culture = mande - religion = sunni - size = 50 - } - - clergymen = { - culture = mande - religion = sunni - size = 75 - } - - artisans = { - culture = mande - religion = sunni - size = 150 - } - - soldiers = { - culture = mande - religion = sunni - size = 25 - } - - farmers = { - culture = mande - religion = sunni - size = 2700 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 600 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8925 + } + + slaves = { + culture = akan + religion = animist + size = 2000 + } + + aristocrats = { + culture = mande + religion = sunni + size = 50 + } + + clergymen = { + culture = mande + religion = sunni + size = 75 + } + + artisans = { + culture = mande + religion = sunni + size = 150 + } + + soldiers = { + culture = mande + religion = sunni + size = 25 + } + + farmers = { + culture = mande + religion = sunni + size = 2700 + } } #Man (80000/20000 POPS) 1896 = { - aristocrats = { - culture = mande - religion = sunni - size = 150 - } - - clergymen = { - culture = mande - religion = sunni - size = 75 - } - - artisans = { - culture = mande - religion = sunni - size = 400 - } - - soldiers = { - culture = mande - religion = sunni - size = 75 - } - - farmers = { - culture = mande - religion = sunni - size = 7300 - } - - aristocrats = { - culture = kru - religion = animist - size = 425 - } - - clergymen = { - culture = kru - religion = animist - size = 225 - } - - artisans = { - culture = kru - religion = animist - size = 1100 - } - - soldiers = { - culture = kru - religion = animist - size = 225 - } - - farmers = { - culture = kru - religion = animist - size = 15025 - } - - slaves = { - culture = kru - religion = animist - size = 5000 - } + aristocrats = { + culture = mande + religion = sunni + size = 150 + } + + clergymen = { + culture = mande + religion = sunni + size = 75 + } + + artisans = { + culture = mande + religion = sunni + size = 400 + } + + soldiers = { + culture = mande + religion = sunni + size = 75 + } + + farmers = { + culture = mande + religion = sunni + size = 7300 + } + + aristocrats = { + culture = kru + religion = animist + size = 425 + } + + clergymen = { + culture = kru + religion = animist + size = 225 + } + + artisans = { + culture = kru + religion = animist + size = 1100 + } + + soldiers = { + culture = kru + religion = animist + size = 225 + } + + farmers = { + culture = kru + religion = animist + size = 15025 + } + + slaves = { + culture = kru + religion = animist + size = 5000 + } } #Akoupe (92000/23000 POPS) 1897 = { - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 950 - } - - soldiers = { - culture = akan - religion = animist - size = 250 - } - - farmers = { - culture = akan - religion = animist - size = 18150 - } - - slaves = { - culture = akan - religion = animist - size = 3000 - } + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 950 + } + + soldiers = { + culture = akan + religion = animist + size = 250 + } + + farmers = { + culture = akan + religion = animist + size = 18150 + } + + slaves = { + culture = akan + religion = animist + size = 3000 + } } #Worodugu Region (160000) #see Mali.txt and Burkina.txt for balance of Region #uncolonized in 1836/under the rule of the Emirs of Kong #Kong (264000/66000 POPS) 1898 = { - aristocrats = { - culture = dyula - religion = sunni - size = 600 - } - - bureaucrats = { - culture = dyula - religion = sunni - size = 345 - } - - officers = { - culture = dyula - religion = sunni - size = 75 - } - - clergymen = { - culture = dyula - religion = sunni - size = 375 - } - - artisans = { - culture = dyula - religion = sunni - size = 1800 - } - - soldiers = { - culture = dyula - religion = sunni - size = 1105 - } - - farmers = { - culture = dyula - religion = sunni - size = 20000 - } - - aristocrats = { - culture = senufo - religion = animist - size = 525 - } - - bureaucrats = { - culture = senufo - religion = animist - size = 125 - } - - clergymen = { - culture = senufo - religion = animist - size = 300 - } - - artisans = { - culture = senufo - religion = animist - size = 1500 - } - - soldiers = { - culture = senufo - religion = animist - size = 300 - } - - farmers = { - culture = senufo - religion = animist - size = 45375 - } - - slaves = { - culture = senufo - religion = animist - size = 4000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 600 + } + + bureaucrats = { + culture = dyula + religion = sunni + size = 345 + } + + officers = { + culture = dyula + religion = sunni + size = 75 + } + + clergymen = { + culture = dyula + religion = sunni + size = 375 + } + + artisans = { + culture = dyula + religion = sunni + size = 1800 + } + + soldiers = { + culture = dyula + religion = sunni + size = 1105 + } + + farmers = { + culture = dyula + religion = sunni + size = 20000 + } + + aristocrats = { + culture = senufo + religion = animist + size = 525 + } + + bureaucrats = { + culture = senufo + religion = animist + size = 125 + } + + clergymen = { + culture = senufo + religion = animist + size = 300 + } + + artisans = { + culture = senufo + religion = animist + size = 1500 + } + + soldiers = { + culture = senufo + religion = animist + size = 300 + } + + farmers = { + culture = senufo + religion = animist + size = 45375 + } + + slaves = { + culture = senufo + religion = animist + size = 4000 + } } #Bundoukou (216000/54000 POPS) 1899 = { - aristocrats = { - culture = dyula - religion = sunni - size = 600 - } - - clergymen = { - culture = dyula - religion = sunni - size = 300 - } - - artisans = { - culture = dyula - religion = sunni - size = 1650 - } - - soldiers = { - culture = dyula - religion = sunni - size = 1450 - } - - farmers = { - culture = dyula - religion = sunni - size = 20000 - } - - aristocrats = { - culture = senufo - religion = animist - size = 375 - } - - clergymen = { - culture = senufo - religion = animist - size = 225 - } - - artisans = { - culture = senufo - religion = animist - size = 1050 - } - - soldiers = { - culture = senufo - religion = animist - size = 225 - } - - farmers = { - culture = senufo - religion = animist - size = 25125 - } - - slaves = { - culture = senufo - religion = animist - size = 3000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 600 + } + + clergymen = { + culture = dyula + religion = sunni + size = 300 + } + + artisans = { + culture = dyula + religion = sunni + size = 1650 + } + + soldiers = { + culture = dyula + religion = sunni + size = 1450 + } + + farmers = { + culture = dyula + religion = sunni + size = 20000 + } + + aristocrats = { + culture = senufo + religion = animist + size = 375 + } + + clergymen = { + culture = senufo + religion = animist + size = 225 + } + + artisans = { + culture = senufo + religion = animist + size = 1050 + } + + soldiers = { + culture = senufo + religion = animist + size = 225 + } + + farmers = { + culture = senufo + religion = animist + size = 25125 + } + + slaves = { + culture = senufo + religion = animist + size = 3000 + } } #Bure Region (340000) #see Mali.txt and Guinea.txt for balance of Region #uncolonized in 1836 -#Odienne (288000/72000 POPS) #now part of Ivory Coast +#Odienne (288000/72000 POPS) #now part of Ivory Coast 1900 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 450 - } - - artisans = { - culture = mande - religion = sunni - size = 1950 - } - - soldiers = { - culture = mande - religion = sunni - size = 1200 - } - - farmers = { - culture = mande - religion = sunni - size = 34500 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 225 - } - - clergymen = { - culture = dyula - religion = sunni - size = 150 - } - - artisans = { - culture = dyula - religion = sunni - size = 750 - } - - soldiers = { - culture = dyula - religion = sunni - size = 150 - } - - farmers = { - culture = dyula - religion = sunni - size = 13725 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 150 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 225 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 450 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 75 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 8100 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 9000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 450 + } + + artisans = { + culture = mande + religion = sunni + size = 1950 + } + + soldiers = { + culture = mande + religion = sunni + size = 1200 + } + + farmers = { + culture = mande + religion = sunni + size = 34500 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 225 + } + + clergymen = { + culture = dyula + religion = sunni + size = 150 + } + + artisans = { + culture = dyula + religion = sunni + size = 750 + } + + soldiers = { + culture = dyula + religion = sunni + size = 150 + } + + farmers = { + culture = dyula + religion = sunni + size = 13725 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 150 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 225 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 450 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 75 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 8100 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 9000 + } } diff --git a/HPM/history/pops/1836.1.1/Jamaica.txt b/HPM/history/pops/1836.1.1/Jamaica.txt index f7f51852..041cf49a 100644 --- a/HPM/history/pops/1836.1.1/Jamaica.txt +++ b/HPM/history/pops/1836.1.1/Jamaica.txt @@ -2,90 +2,90 @@ #Ruled by Britain 1836 #Jamaica (372000/93000 POPS) 2217 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - aristocrats = { #So the state has 2% aristocrats - culture = british - religion = protestant - size = 1890 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } - bureaucrats = { - culture = british - religion = protestant - size = 85 - } + aristocrats = { #So the state has 2% aristocrats + culture = british + religion = protestant + size = 1890 + } - clergymen = { - culture = british - religion = protestant - size = 75 - } + bureaucrats = { + culture = british + religion = protestant + size = 85 + } - artisans = { - culture = british - religion = protestant - size = 1250 - } + clergymen = { + culture = british + religion = protestant + size = 75 + } - soldiers = { - culture = british - religion = protestant - size = 50 - } + artisans = { + culture = british + religion = protestant + size = 1250 + } - farmers = { - culture = british - religion = protestant - size = 2190 - } + soldiers = { + culture = british + religion = protestant + size = 50 + } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 625 - } + farmers = { + culture = british + religion = protestant + size = 2190 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 3250 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 625 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 1100 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 3250 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 84375 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 1100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 84375 + } } #Cayman Islands : (1200/300 POPS) #still a British Colony 2218 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 5 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 5 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 15 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 15 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 280 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 280 + } } diff --git a/HPM/history/pops/1836.1.1/Japan.txt b/HPM/history/pops/1836.1.1/Japan.txt index e9903a91..f9e53f39 100644 --- a/HPM/history/pops/1836.1.1/Japan.txt +++ b/HPM/history/pops/1836.1.1/Japan.txt @@ -2,2935 +2,2935 @@ #under the rule of Japan in 1836 #Hiroshima (672000/168000 POPS) 1638 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2500 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 750 - } - - officers = { - culture = japanese - religion = shinto - size = 575 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1775 - } - - artisans = { - culture = japanese - religion = shinto - size = 7550 - } - - soldiers = { - culture = japanese - religion = shinto - size = 7275 - } - - farmers = { - culture = japanese - religion = shinto - size = 107225 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 800 - } - - clergymen = { - culture = japanese - religion = shinto - size = 400 - } - - artisans = { - culture = japanese - religion = shinto - size = 2450 - } - - soldiers = { - culture = japanese - religion = shinto - size = 425 - } - - farmers = { - culture = japanese - religion = shinto - size = 36925 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2500 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 750 + } + + officers = { + culture = japanese + religion = shinto + size = 575 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1775 + } + + artisans = { + culture = japanese + religion = shinto + size = 7550 + } + + soldiers = { + culture = japanese + religion = shinto + size = 7275 + } + + farmers = { + culture = japanese + religion = shinto + size = 107225 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 800 + } + + clergymen = { + culture = japanese + religion = shinto + size = 400 + } + + artisans = { + culture = japanese + religion = shinto + size = 2450 + } + + soldiers = { + culture = japanese + religion = shinto + size = 425 + } + + farmers = { + culture = japanese + religion = shinto + size = 36925 + } } #Okayama (504000/126000 POPS) 1639 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1850 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1150 - } - - artisans = { - culture = japanese - religion = shinto - size = 4800 - } - - soldiers = { - culture = japanese - religion = shinto - size = 5975 - } - - farmers = { - culture = japanese - religion = shinto - size = 82425 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1850 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1150 + } + + artisans = { + culture = japanese + religion = shinto + size = 4800 + } + + soldiers = { + culture = japanese + religion = shinto + size = 5975 + } + + farmers = { + culture = japanese + religion = shinto + size = 82425 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Yamaguchi (512000/128000 POPS) 1640 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2500 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 1025 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2225 - } - - artisans = { - culture = japanese - religion = shinto - size = 5100 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1025 - } - - farmers = { - culture = japanese - religion = shinto - size = 112850 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 350 - } - - artisans = { - culture = japanese - religion = shinto - size = 1300 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 6275 - } - - farmers = { - culture = japanese - religion = shinto - size = 217675 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2500 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 1025 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2225 + } + + artisans = { + culture = japanese + religion = shinto + size = 5100 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1025 + } + + farmers = { + culture = japanese + religion = shinto + size = 112850 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 350 + } + + artisans = { + culture = japanese + religion = shinto + size = 1300 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 6275 + } + + farmers = { + culture = japanese + religion = shinto + size = 217675 + } } #Matsue (548000/137000 POPS) 1641 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2075 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1075 - } - - artisans = { - culture = japanese - religion = shinto - size = 5350 - } - - soldiers = { - culture = japanese - religion = shinto - size = 6075 - } - - farmers = { - culture = japanese - religion = shinto - size = 92425 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2075 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1075 + } + + artisans = { + culture = japanese + religion = shinto + size = 5350 + } + + soldiers = { + culture = japanese + religion = shinto + size = 6075 + } + + farmers = { + culture = japanese + religion = shinto + size = 92425 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Hokkaido - Ezo Region (60000 People ) #Hakodate (15000/6000 POPS) 1642 = { - aristocrats = { - culture = japanese - religion = shinto - size = 20 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 20 - } - - clergymen = { - culture = japanese - religion = shinto - size = 80 - } - - artisans = { - culture = japanese - religion = shinto - size = 280 - } - - soldiers = { - culture = japanese - religion = shinto - size = 200 - } - - farmers = { - culture = japanese - religion = shinto - size = 1500 - } - - aristocrats = { - culture = ainu - religion = animist - size = 20 - } - - clergymen = { - culture = ainu - religion = animist - size = 20 - } - - artisans = { - culture = ainu - religion = animist - size = 160 - } - - soldiers = { - culture = ainu - religion = animist - size = 100 - } - - farmers = { - culture = ainu - religion = animist - size = 3600 - } + aristocrats = { + culture = japanese + religion = shinto + size = 20 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 20 + } + + clergymen = { + culture = japanese + religion = shinto + size = 80 + } + + artisans = { + culture = japanese + religion = shinto + size = 280 + } + + soldiers = { + culture = japanese + religion = shinto + size = 200 + } + + farmers = { + culture = japanese + religion = shinto + size = 1500 + } + + aristocrats = { + culture = ainu + religion = animist + size = 20 + } + + clergymen = { + culture = ainu + religion = animist + size = 20 + } + + artisans = { + culture = ainu + religion = animist + size = 160 + } + + soldiers = { + culture = ainu + religion = animist + size = 100 + } + + farmers = { + culture = ainu + religion = animist + size = 3600 + } } #Ishikara (15000/5000 POPS) 1643 = { - aristocrats = { - culture = ainu - religion = animist - size = 30 - } - - artisans = { - culture = ainu - religion = animist - size = 130 - } - - farmers = { - culture = ainu - religion = animist - size = 4840 - } - - clergymen = { - culture = japanese - religion = shinto - size = 5 - } - - artisans = { - culture = japanese - religion = shinto - size = 5 - } - - soldiers = { - culture = japanese - religion = shinto - size = 5 - } - - farmers = { - culture = japanese - religion = shinto - size = 10 - } + aristocrats = { + culture = ainu + religion = animist + size = 30 + } + + artisans = { + culture = ainu + religion = animist + size = 130 + } + + farmers = { + culture = ainu + religion = animist + size = 4840 + } + + clergymen = { + culture = japanese + religion = shinto + size = 5 + } + + artisans = { + culture = japanese + religion = shinto + size = 5 + } + + soldiers = { + culture = japanese + religion = shinto + size = 5 + } + + farmers = { + culture = japanese + religion = shinto + size = 10 + } } #Nemuru - Meakan (15000/4000 POPS) 1644 = { - aristocrats = { - culture = ainu - religion = animist - size = 20 - } - - artisans = { - culture = ainu - religion = animist - size = 100 - } - - soldiers = { - culture = ainu - religion = animist - size = 100 - } - - farmers = { - culture = ainu - religion = animist - size = 3780 - } - - clergymen = { - culture = japanese - religion = shinto - size = 5 - } - - artisans = { - culture = japanese - religion = shinto - size = 5 - } - - soldiers = { - culture = japanese - religion = shinto - size = 5 - } - - farmers = { - culture = japanese - religion = shinto - size = 10 - } + aristocrats = { + culture = ainu + religion = animist + size = 20 + } + + artisans = { + culture = ainu + religion = animist + size = 100 + } + + soldiers = { + culture = ainu + religion = animist + size = 100 + } + + farmers = { + culture = ainu + religion = animist + size = 3780 + } + + clergymen = { + culture = japanese + religion = shinto + size = 5 + } + + artisans = { + culture = japanese + religion = shinto + size = 5 + } + + soldiers = { + culture = japanese + religion = shinto + size = 5 + } + + farmers = { + culture = japanese + religion = shinto + size = 10 + } } #Hokuriku Region (1892000) #under the rule of Japan in 1836 #Niigata (996000/249000 POPS) 1645 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3725 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 825 - } - - officers = { - culture = japanese - religion = shinto - size = 475 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2275 - } - - artisans = { - culture = japanese - religion = shinto - size = 9350 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1875 - } - - farmers = { - culture = japanese - religion = shinto - size = 144275 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1225 - } - - clergymen = { - culture = japanese - religion = shinto - size = 425 - } - - artisans = { - culture = japanese - religion = shinto - size = 3100 - } - - soldiers = { - culture = japanese - religion = shinto - size = 625 - } - - farmers = { - culture = japanese - religion = shinto - size = 56425 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3725 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 825 + } + + officers = { + culture = japanese + religion = shinto + size = 475 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2275 + } + + artisans = { + culture = japanese + religion = shinto + size = 9350 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1875 + } + + farmers = { + culture = japanese + religion = shinto + size = 144275 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1225 + } + + clergymen = { + culture = japanese + religion = shinto + size = 425 + } + + artisans = { + culture = japanese + religion = shinto + size = 3100 + } + + soldiers = { + culture = japanese + religion = shinto + size = 625 + } + + farmers = { + culture = japanese + religion = shinto + size = 56425 + } } #Kanazawa (384000/96000 POPS) 1646 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 3300 - } - - soldiers = { - culture = japanese - religion = shinto - size = 675 - } - - farmers = { - culture = japanese - religion = shinto - size = 60075 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 3300 + } + + soldiers = { + culture = japanese + religion = shinto + size = 675 + } + + farmers = { + culture = japanese + religion = shinto + size = 60075 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Fukui (160000/40000 POPS) 1647 = { - aristocrats = { - culture = japanese - religion = shinto - size = 475 - } - - clergymen = { - culture = japanese - religion = shinto - size = 250 - } - - artisans = { - culture = japanese - religion = shinto - size = 1250 - } - - soldiers = { - culture = japanese - religion = shinto - size = 250 - } - - farmers = { - culture = japanese - religion = shinto - size = 22775 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 275 - } - - clergymen = { - culture = japanese - religion = shinto - size = 150 - } - - artisans = { - culture = japanese - religion = shinto - size = 750 - } - - soldiers = { - culture = japanese - religion = shinto - size = 150 - } - - farmers = { - culture = japanese - religion = shinto - size = 13675 - } + aristocrats = { + culture = japanese + religion = shinto + size = 475 + } + + clergymen = { + culture = japanese + religion = shinto + size = 250 + } + + artisans = { + culture = japanese + religion = shinto + size = 1250 + } + + soldiers = { + culture = japanese + religion = shinto + size = 250 + } + + farmers = { + culture = japanese + religion = shinto + size = 22775 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 275 + } + + clergymen = { + culture = japanese + religion = shinto + size = 150 + } + + artisans = { + culture = japanese + religion = shinto + size = 750 + } + + soldiers = { + culture = japanese + religion = shinto + size = 150 + } + + farmers = { + culture = japanese + religion = shinto + size = 13675 + } } #Toyama (352000/88000 POPS) 1648 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1200 - } - - clergymen = { - culture = japanese - religion = shinto - size = 600 - } - - artisans = { - culture = japanese - religion = shinto - size = 3050 - } - - soldiers = { - culture = japanese - religion = shinto - size = 625 - } - - farmers = { - culture = japanese - religion = shinto - size = 55525 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 525 - } - - clergymen = { - culture = japanese - religion = shinto - size = 275 - } - - artisans = { - culture = japanese - religion = shinto - size = 1350 - } - - soldiers = { - culture = japanese - religion = shinto - size = 275 - } - - farmers = { - culture = japanese - religion = shinto - size = 24575 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1200 + } + + clergymen = { + culture = japanese + religion = shinto + size = 600 + } + + artisans = { + culture = japanese + religion = shinto + size = 3050 + } + + soldiers = { + culture = japanese + religion = shinto + size = 625 + } + + farmers = { + culture = japanese + religion = shinto + size = 55525 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 525 + } + + clergymen = { + culture = japanese + religion = shinto + size = 275 + } + + artisans = { + culture = japanese + religion = shinto + size = 1350 + } + + soldiers = { + culture = japanese + religion = shinto + size = 275 + } + + farmers = { + culture = japanese + religion = shinto + size = 24575 + } } #Kanto Region (4604000) #under the rule of Japan in 1836 #Edo (1504000/376000 POPS) 1649 = { - aristocrats = { - culture = japanese - religion = shinto - size = 8500 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 2200 - } - - officers = { - culture = japanese - religion = shinto - size = 1275 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3175 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2075 - } - - farmers = { - culture = japanese - religion = shinto - size = 167575 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 550 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 700 - } - - farmers = { - culture = japanese - religion = shinto - size = 39100 - } + aristocrats = { + culture = japanese + religion = shinto + size = 8500 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 2200 + } + + officers = { + culture = japanese + religion = shinto + size = 1275 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3175 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2075 + } + + farmers = { + culture = japanese + religion = shinto + size = 167575 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 550 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 700 + } + + farmers = { + culture = japanese + religion = shinto + size = 39100 + } } #Chiba (788000/197000 POPS) 1650 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3150 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 1200 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1600 - } - - artisans = { - culture = japanese - religion = shinto - size = 7950 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1600 - } - - farmers = { - culture = japanese - religion = shinto - size = 124700 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 725 - } - - clergymen = { - culture = japanese - religion = shinto - size = 375 - } - - artisans = { - culture = japanese - religion = shinto - size = 1900 - } - - soldiers = { - culture = japanese - religion = shinto - size = 400 - } - - farmers = { - culture = japanese - religion = shinto - size = 34600 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3150 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 1200 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1600 + } + + artisans = { + culture = japanese + religion = shinto + size = 7950 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1600 + } + + farmers = { + culture = japanese + religion = shinto + size = 124700 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 725 + } + + clergymen = { + culture = japanese + religion = shinto + size = 375 + } + + artisans = { + culture = japanese + religion = shinto + size = 1900 + } + + soldiers = { + culture = japanese + religion = shinto + size = 400 + } + + farmers = { + culture = japanese + religion = shinto + size = 34600 + } } #Yokohama (568000/142000 POPS) 1651 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1125 - } - - artisans = { - culture = japanese - religion = shinto - size = 9850 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1125 - } - - farmers = { - culture = japanese - religion = shinto - size = 98675 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 2650 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 26225 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1125 + } + + artisans = { + culture = japanese + religion = shinto + size = 9850 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1125 + } + + farmers = { + culture = japanese + religion = shinto + size = 98675 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 2650 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 26225 + } } #Urawa (1156000/289000 POPS) 1652 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2650 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 1700 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2350 - } - - farmers = { - culture = japanese - religion = shinto - size = 213250 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 575 - } - - artisans = { - culture = japanese - religion = shinto - size = 2750 - } - - soldiers = { - culture = japanese - religion = shinto - size = 550 - } - - farmers = { - culture = japanese - religion = shinto - size = 50000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2650 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 1700 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2350 + } + + farmers = { + culture = japanese + religion = shinto + size = 213250 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 575 + } + + artisans = { + culture = japanese + religion = shinto + size = 2750 + } + + soldiers = { + culture = japanese + religion = shinto + size = 550 + } + + farmers = { + culture = japanese + religion = shinto + size = 50000 + } } #Mito (588000/147000 POPS) 1653 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1175 - } - - artisans = { - culture = japanese - religion = shinto - size = 5850 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1175 - } - - farmers = { - culture = japanese - religion = shinto - size = 106400 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 575 - } - - clergymen = { - culture = japanese - religion = shinto - size = 300 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1175 + } + + artisans = { + culture = japanese + religion = shinto + size = 5850 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1175 + } + + farmers = { + culture = japanese + religion = shinto + size = 106400 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 575 + } + + clergymen = { + culture = japanese + religion = shinto + size = 300 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Kinki Region (6760000) #under the rule of Japan in 1836 #Osaka (1540000/385000 POPS) 1655 = { - aristocrats = { - culture = japanese - religion = shinto - size = 6000 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3550 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 16900 - } - - farmers = { - culture = japanese - religion = shinto - size = 237675 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 300 - } - - artisans = { - culture = japanese - religion = shinto - size = 4000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 29300 - } + aristocrats = { + culture = japanese + religion = shinto + size = 6000 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3550 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 16900 + } + + farmers = { + culture = japanese + religion = shinto + size = 237675 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 300 + } + + artisans = { + culture = japanese + religion = shinto + size = 4000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 29300 + } } #Wakayama (1064000/266000 POPS) 1656 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3700 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1850 - } - - artisans = { - culture = japanese - religion = shinto - size = 9300 - } - - soldiers = { - culture = japanese - religion = shinto - size = 875 - } - - farmers = { - culture = japanese - religion = shinto - size = 169275 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 825 - } - - artisans = { - culture = japanese - religion = shinto - size = 4000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 800 - } - - farmers = { - culture = japanese - religion = shinto - size = 72825 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3700 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1850 + } + + artisans = { + culture = japanese + religion = shinto + size = 9300 + } + + soldiers = { + culture = japanese + religion = shinto + size = 875 + } + + farmers = { + culture = japanese + religion = shinto + size = 169275 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 825 + } + + artisans = { + culture = japanese + religion = shinto + size = 4000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 800 + } + + farmers = { + culture = japanese + religion = shinto + size = 72825 + } } #Kyoto (1844000/461000 POPS) 1657 = { - aristocrats = { - culture = japanese - religion = shinto - size = 8200 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 2550 - } - - officers = { - culture = japanese - religion = shinto - size = 1700 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3900 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 23650 - } - - farmers = { - culture = japanese - religion = shinto - size = 310600 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 725 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - farmers = { - culture = japanese - religion = shinto - size = 62000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 8200 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 2550 + } + + officers = { + culture = japanese + religion = shinto + size = 1700 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3900 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 23650 + } + + farmers = { + culture = japanese + religion = shinto + size = 310600 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 725 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + farmers = { + culture = japanese + religion = shinto + size = 62000 + } } #Nara (1192000/298000 POPS) 1658 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2075 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 400 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1100 - } - - farmers = { - culture = japanese - religion = shinto - size = 89300 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 900 - } - - artisans = { - culture = japanese - religion = shinto - size = 4500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 900 - } - - farmers = { - culture = japanese - religion = shinto - size = 81950 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2075 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 400 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1100 + } + + farmers = { + culture = japanese + religion = shinto + size = 89300 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 900 + } + + artisans = { + culture = japanese + religion = shinto + size = 4500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 900 + } + + farmers = { + culture = japanese + religion = shinto + size = 81950 + } } #Kobe (1120000/280000 POPS) 1659 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1950 - } - - artisans = { - culture = japanese - religion = shinto - size = 9800 - } - - soldiers = { - culture = japanese - religion = shinto - size = 13700 - } - - farmers = { - culture = japanese - religion = shinto - size = 165650 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 850 - } - - artisans = { - culture = japanese - religion = shinto - size = 4200 - } - - soldiers = { - culture = japanese - religion = shinto - size = 850 - } - - farmers = { - culture = japanese - religion = shinto - size = 76450 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1950 + } + + artisans = { + culture = japanese + religion = shinto + size = 9800 + } + + soldiers = { + culture = japanese + religion = shinto + size = 13700 + } + + farmers = { + culture = japanese + religion = shinto + size = 165650 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 850 + } + + artisans = { + culture = japanese + religion = shinto + size = 4200 + } + + soldiers = { + culture = japanese + religion = shinto + size = 850 + } + + farmers = { + culture = japanese + religion = shinto + size = 76450 + } } #Kyushu Region (3600000) #under the rule of Japan in 1836 #Fukuoka (784000/196000 POPS) 1660 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3175 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 3675 - } - - officers = { - culture = japanese - religion = shinto - size = 1900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2500 - } - - artisans = { - culture = japanese - religion = shinto - size = 7550 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1525 - } - - farmers = { - culture = japanese - religion = shinto - size = 137786 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 475 - } - - artisans = { - culture = japanese - religion = shinto - size = 2250 - } - - soldiers = { - culture = japanese - religion = shinto - size = 450 - } - - farmers = { - culture = japanese - religion = shinto - size = 40925 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3175 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 3675 + } + + officers = { + culture = japanese + religion = shinto + size = 1900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2500 + } + + artisans = { + culture = japanese + religion = shinto + size = 7550 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1525 + } + + farmers = { + culture = japanese + religion = shinto + size = 137786 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 475 + } + + artisans = { + culture = japanese + religion = shinto + size = 2250 + } + + soldiers = { + culture = japanese + religion = shinto + size = 450 + } + + farmers = { + culture = japanese + religion = shinto + size = 40925 + } } #Tsushima - formerly Shoyna 2589 = { - clergymen = { - culture = japanese - religion = shinto - size = 124 - } - - artisans = { - culture = japanese - religion = shinto - size = 500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 207 - } - - farmers = { - culture = japanese - religion = shinto - size = 3308 - } + clergymen = { + culture = japanese + religion = shinto + size = 124 + } + + artisans = { + culture = japanese + religion = shinto + size = 500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 207 + } + + farmers = { + culture = japanese + religion = shinto + size = 3308 + } } #Nagasaki (1012000/253000 POPS) 1661 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3600 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1850 - } - - artisans = { - culture = japanese - religion = shinto - size = 9150 - } - - soldiers = { - culture = japanese - religion = shinto - size = 11850 - } - - farmers = { - culture = japanese - religion = shinto - size = 156550 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 750 - } - - artisans = { - culture = japanese - religion = shinto - size = 3500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 700 - } - - farmers = { - culture = japanese - religion = shinto - size = 63750 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3600 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1850 + } + + artisans = { + culture = japanese + religion = shinto + size = 9150 + } + + soldiers = { + culture = japanese + religion = shinto + size = 11850 + } + + farmers = { + culture = japanese + religion = shinto + size = 156550 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 750 + } + + artisans = { + culture = japanese + religion = shinto + size = 3500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 700 + } + + farmers = { + culture = japanese + religion = shinto + size = 63750 + } } #Kagoshima (660000/165000 POPS) 1662 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1275 - } - - artisans = { - culture = japanese - religion = shinto - size = 6350 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2275 - } - - farmers = { - culture = japanese - religion = shinto - size = 115600 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 375 - } - - artisans = { - culture = japanese - religion = shinto - size = 1900 - } - - soldiers = { - culture = japanese - religion = shinto - size = 375 - } - - farmers = { - culture = japanese - religion = shinto - size = 34600 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1275 + } + + artisans = { + culture = japanese + religion = shinto + size = 6350 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2275 + } + + farmers = { + culture = japanese + religion = shinto + size = 115600 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 375 + } + + artisans = { + culture = japanese + religion = shinto + size = 1900 + } + + soldiers = { + culture = japanese + religion = shinto + size = 375 + } + + farmers = { + culture = japanese + religion = shinto + size = 34600 + } } #Miyazaki (380000/95000 POPS) 1663 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1250 - } - - clergymen = { - culture = japanese - religion = shinto - size = 675 - } - - artisans = { - culture = japanese - religion = shinto - size = 3250 - } - - soldiers = { - culture = japanese - religion = shinto - size = 4650 - } - - farmers = { - culture = japanese - religion = shinto - size = 55175 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1250 + } + + clergymen = { + culture = japanese + religion = shinto + size = 675 + } + + artisans = { + culture = japanese + religion = shinto + size = 3250 + } + + soldiers = { + culture = japanese + religion = shinto + size = 4650 + } + + farmers = { + culture = japanese + religion = shinto + size = 55175 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Kumamoto (764000/191000 POPS) 1664 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1950 - } - - artisans = { - culture = japanese - religion = shinto - size = 7300 - } - - soldiers = { - culture = japanese - religion = shinto - size = 9475 - } - - farmers = { - culture = japanese - religion = shinto - size = 125375 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 450 - } - - artisans = { - culture = japanese - religion = shinto - size = 2250 - } - - soldiers = { - culture = japanese - religion = shinto - size = 450 - } - - farmers = { - culture = japanese - religion = shinto - size = 40950 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1950 + } + + artisans = { + culture = japanese + religion = shinto + size = 7300 + } + + soldiers = { + culture = japanese + religion = shinto + size = 9475 + } + + farmers = { + culture = japanese + religion = shinto + size = 125375 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 450 + } + + artisans = { + culture = japanese + religion = shinto + size = 2250 + } + + soldiers = { + culture = japanese + religion = shinto + size = 450 + } + + farmers = { + culture = japanese + religion = shinto + size = 40950 + } } #Shikoku Region (1368000) #under the rule of Japan in 1836 #Kochi (240000/60000 POPS) 1665 = { - aristocrats = { - culture = japanese - religion = shinto - size = 825 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1925 - } - - artisans = { - culture = japanese - religion = shinto - size = 2100 - } - - soldiers = { - culture = japanese - religion = shinto - size = 9000 - } - - farmers = { - culture = japanese - religion = shinto - size = 81650 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 175 - } - - artisans = { - culture = japanese - religion = shinto - size = 900 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 175 - } - - farmers = { - culture = japanese - religion = shinto - size = 116400 - } + aristocrats = { + culture = japanese + religion = shinto + size = 825 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1925 + } + + artisans = { + culture = japanese + religion = shinto + size = 2100 + } + + soldiers = { + culture = japanese + religion = shinto + size = 9000 + } + + farmers = { + culture = japanese + religion = shinto + size = 81650 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 175 + } + + artisans = { + culture = japanese + religion = shinto + size = 900 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 175 + } + + farmers = { + culture = japanese + religion = shinto + size = 116400 + } } #Matsuyama (432000/108000 POPS) 1666 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 750 - } - - artisans = { - culture = japanese - religion = shinto - size = 3800 - } - - soldiers = { - culture = japanese - religion = shinto - size = 4000 - } - - farmers = { - culture = japanese - religion = shinto - size = 65900 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 625 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1600 - } - - soldiers = { - culture = japanese - religion = shinto - size = 325 - } - - farmers = { - culture = japanese - religion = shinto - size = 29225 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 750 + } + + artisans = { + culture = japanese + religion = shinto + size = 3800 + } + + soldiers = { + culture = japanese + religion = shinto + size = 4000 + } + + farmers = { + culture = japanese + religion = shinto + size = 65900 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 625 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1600 + } + + soldiers = { + culture = japanese + religion = shinto + size = 325 + } + + farmers = { + culture = japanese + religion = shinto + size = 29225 + } } #Tokushima (696000/174000 POPS) 1667 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2925 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 1125 - } - - officers = { - culture = japanese - religion = shinto - size = 325 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1225 - } - - artisans = { - culture = japanese - religion = shinto - size = 6100 - } - - soldiers = { - culture = japanese - religion = shinto - size = 6225 - } - - farmers = { - culture = japanese - religion = shinto - size = 105525 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1025 - } - - clergymen = { - culture = japanese - religion = shinto - size = 525 - } - - artisans = { - culture = japanese - religion = shinto - size = 2600 - } - - soldiers = { - culture = japanese - religion = shinto - size = 525 - } - - farmers = { - culture = japanese - religion = shinto - size = 47325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2925 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 1125 + } + + officers = { + culture = japanese + religion = shinto + size = 325 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1225 + } + + artisans = { + culture = japanese + religion = shinto + size = 6100 + } + + soldiers = { + culture = japanese + religion = shinto + size = 6225 + } + + farmers = { + culture = japanese + religion = shinto + size = 105525 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1025 + } + + clergymen = { + culture = japanese + religion = shinto + size = 525 + } + + artisans = { + culture = japanese + religion = shinto + size = 2600 + } + + soldiers = { + culture = japanese + religion = shinto + size = 525 + } + + farmers = { + culture = japanese + religion = shinto + size = 47325 + } } #Tohoku Region (3208000) #under the rule of Japan in 1836 #Sendai (628000/157000 POPS) 1668 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2325 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 1075 - } - - officers = { - culture = japanese - religion = shinto - size = 825 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1375 - } - - artisans = { - culture = japanese - religion = shinto - size = 5850 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1175 - } - - farmers = { - culture = japanese - religion = shinto - size = 105075 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 425 - } - - artisans = { - culture = japanese - religion = shinto - size = 2000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 400 - } - - farmers = { - culture = japanese - religion = shinto - size = 36425 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2325 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 1075 + } + + officers = { + culture = japanese + religion = shinto + size = 825 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1375 + } + + artisans = { + culture = japanese + religion = shinto + size = 5850 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1175 + } + + farmers = { + culture = japanese + religion = shinto + size = 105075 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 425 + } + + artisans = { + culture = japanese + religion = shinto + size = 2000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 400 + } + + farmers = { + culture = japanese + religion = shinto + size = 36425 + } } #Fukushima (576000/147000 POPS) 1669 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2025 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1025 - } - - artisans = { - culture = japanese - religion = shinto - size = 5150 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2050 - } - - farmers = { - culture = japanese - religion = shinto - size = 193750 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 850 - } - - clergymen = { - culture = japanese - religion = shinto - size = 450 - } - - artisans = { - culture = japanese - religion = shinto - size = 2200 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1450 - } - - farmers = { - culture = japanese - religion = shinto - size = 40050 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2025 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1025 + } + + artisans = { + culture = japanese + religion = shinto + size = 5150 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2050 + } + + farmers = { + culture = japanese + religion = shinto + size = 193750 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 850 + } + + clergymen = { + culture = japanese + religion = shinto + size = 450 + } + + artisans = { + culture = japanese + religion = shinto + size = 2200 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1450 + } + + farmers = { + culture = japanese + religion = shinto + size = 40050 + } } #Morioka (316000/79000 POPS) 1670 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1100 - } - - clergymen = { - culture = japanese - religion = shinto - size = 550 - } - - artisans = { - culture = japanese - religion = shinto - size = 2800 - } - - soldiers = { - culture = japanese - religion = shinto - size = 575 - } - - farmers = { - culture = japanese - religion = shinto - size = 50975 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 225 - } - - artisans = { - culture = japanese - religion = shinto - size = 1150 - } - - soldiers = { - culture = japanese - religion = shinto - size = 225 - } - - farmers = { - culture = japanese - religion = shinto - size = 20950 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1100 + } + + clergymen = { + culture = japanese + religion = shinto + size = 550 + } + + artisans = { + culture = japanese + religion = shinto + size = 2800 + } + + soldiers = { + culture = japanese + religion = shinto + size = 575 + } + + farmers = { + culture = japanese + religion = shinto + size = 50975 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 225 + } + + artisans = { + culture = japanese + religion = shinto + size = 1150 + } + + soldiers = { + culture = japanese + religion = shinto + size = 225 + } + + farmers = { + culture = japanese + religion = shinto + size = 20950 + } } #Akita (392000/98000 POPS) 1671 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 800 - } - - artisans = { - culture = japanese - religion = shinto - size = 3450 - } - - soldiers = { - culture = japanese - religion = shinto - size = 700 - } - - farmers = { - culture = japanese - religion = shinto - size = 63800 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 200 - } - - artisans = { - culture = japanese - religion = shinto - size = 1450 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 26400 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 800 + } + + artisans = { + culture = japanese + religion = shinto + size = 3450 + } + + soldiers = { + culture = japanese + religion = shinto + size = 700 + } + + farmers = { + culture = japanese + religion = shinto + size = 63800 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 200 + } + + artisans = { + culture = japanese + religion = shinto + size = 1450 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 26400 + } } #Aomori (372000/93000 POPS) 1672 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1250 - } - - clergymen = { - culture = japanese - religion = shinto - size = 750 - } - - artisans = { - culture = japanese - religion = shinto - size = 3150 - } - - soldiers = { - culture = japanese - religion = shinto - size = 650 - } - - farmers = { - culture = japanese - religion = shinto - size = 57400 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1250 + } + + clergymen = { + culture = japanese + religion = shinto + size = 750 + } + + artisans = { + culture = japanese + religion = shinto + size = 3150 + } + + soldiers = { + culture = japanese + religion = shinto + size = 650 + } + + farmers = { + culture = japanese + religion = shinto + size = 57400 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Yamagata (512000/128000 POPS) 1673 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1950 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1100 - } - - artisans = { - culture = japanese - religion = shinto - size = 4900 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1000 - } - - farmers = { - culture = japanese - religion = shinto - size = 89150 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 325 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 300 - } - - farmers = { - culture = japanese - religion = shinto - size = 27325 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1950 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1100 + } + + artisans = { + culture = japanese + religion = shinto + size = 4900 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1000 + } + + farmers = { + culture = japanese + religion = shinto + size = 89150 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 325 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 300 + } + + farmers = { + culture = japanese + religion = shinto + size = 27325 + } } #Utsunomiya (412000/103000 POPS) 1674 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1275 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 3250 - } - - soldiers = { - culture = japanese - religion = shinto - size = 650 - } - - farmers = { - culture = japanese - religion = shinto - size = 9175 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 375 - } - - artisans = { - culture = japanese - religion = shinto - size = 1900 - } - - soldiers = { - culture = japanese - religion = shinto - size = 375 - } - - farmers = { - culture = japanese - religion = shinto - size = 34600 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1275 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 3250 + } + + soldiers = { + culture = japanese + religion = shinto + size = 650 + } + + farmers = { + culture = japanese + religion = shinto + size = 9175 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 375 + } + + artisans = { + culture = japanese + religion = shinto + size = 1900 + } + + soldiers = { + culture = japanese + religion = shinto + size = 375 + } + + farmers = { + culture = japanese + religion = shinto + size = 34600 + } } #Tokai Region (3208000) #under the rule of Japan in 1836 #Nagoya (1476000/369000 POPS) 1675 = { - aristocrats = { - culture = japanese - religion = shinto - size = 5175 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 1100 - } - - officers = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2625 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2600 - } - - farmers = { - culture = japanese - religion = shinto - size = 230125 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 2150 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1125 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1100 - } - - farmers = { - culture = japanese - religion = shinto - size = 98625 - } + aristocrats = { + culture = japanese + religion = shinto + size = 5175 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 1100 + } + + officers = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2625 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2600 + } + + farmers = { + culture = japanese + religion = shinto + size = 230125 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 2150 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1125 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1100 + } + + farmers = { + culture = japanese + religion = shinto + size = 98625 + } } #Shizuoka (436000/109000 POPS) 1676 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 700 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 3450 - } - - soldiers = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1700 - } - - farmers = { - culture = japanese - religion = shinto - size = 62800 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 775 - } - - clergymen = { - culture = japanese - religion = shinto - size = 400 - } - - artisans = { - culture = japanese - religion = shinto - size = 2000 - } - - soldiers = { - culture = japanese - religion = shinto - size = 400 - } - - farmers = { - culture = japanese - religion = shinto - size = 36425 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 700 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 3450 + } + + soldiers = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1700 + } + + farmers = { + culture = japanese + religion = shinto + size = 62800 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 775 + } + + clergymen = { + culture = japanese + religion = shinto + size = 400 + } + + artisans = { + culture = japanese + religion = shinto + size = 2000 + } + + soldiers = { + culture = japanese + religion = shinto + size = 400 + } + + farmers = { + culture = japanese + religion = shinto + size = 36425 + } } #Nagano (1296000/324000 POPS) 1677 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2375 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 1750 - } - - soldiers = { - culture = japanese - religion = shinto - size = 2350 - } - - farmers = { - culture = japanese - religion = shinto - size = 213875 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 900 - } - - artisans = { - culture = japanese - religion = shinto - size = 4450 - } - - soldiers = { - culture = japanese - religion = shinto - size = 900 - } - - farmers = { - culture = japanese - religion = shinto - size = 81000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2375 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 1750 + } + + soldiers = { + culture = japanese + religion = shinto + size = 2350 + } + + farmers = { + culture = japanese + religion = shinto + size = 213875 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 900 + } + + artisans = { + culture = japanese + religion = shinto + size = 4450 + } + + soldiers = { + culture = japanese + religion = shinto + size = 900 + } + + farmers = { + culture = japanese + religion = shinto + size = 81000 + } } #Ryukyu Region (272000) #tributary state to Japan in 1836 -#Okinawa (192000/48000 POPS) #ryukyuan represented by japanese +#Okinawa (192000/48000 POPS) #ryukyuan represented by japanese 1678 = { - aristocrats = { - culture = japanese - religion = shinto - size = 850 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 45 - } - - officers = { - culture = japanese - religion = shinto - size = 75 - } - - clergymen = { - culture = japanese - religion = shinto - size = 450 - } - - artisans = { - culture = japanese - religion = shinto - size = 2200 - } - - soldiers = { - culture = japanese - religion = shinto - size = 450 - } - - farmers = { - culture = japanese - religion = shinto - size = 59930 - } - - bureaucrats = { - culture = nanfaren - religion = shinto - size = 5 - } - - clergymen = { - culture = nanfaren - religion = shinto - size = 75 - } - - artisans = { - culture = nanfaren - religion = shinto - size = 200 - } - - soldiers = { - culture = nanfaren - religion = shinto - size = 2050 - } - - farmers = { - culture = nanfaren - religion = shinto - size = 3670 - } + aristocrats = { + culture = japanese + religion = shinto + size = 850 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 45 + } + + officers = { + culture = japanese + religion = shinto + size = 75 + } + + clergymen = { + culture = japanese + religion = shinto + size = 450 + } + + artisans = { + culture = japanese + religion = shinto + size = 2200 + } + + soldiers = { + culture = japanese + religion = shinto + size = 450 + } + + farmers = { + culture = japanese + religion = shinto + size = 59930 + } + + bureaucrats = { + culture = nanfaren + religion = shinto + size = 5 + } + + clergymen = { + culture = nanfaren + religion = shinto + size = 75 + } + + artisans = { + culture = nanfaren + religion = shinto + size = 200 + } + + soldiers = { + culture = nanfaren + religion = shinto + size = 2050 + } + + farmers = { + culture = nanfaren + religion = shinto + size = 3670 + } } #Amari (80000/20000 POPS) 1679 = { - aristocrats = { - culture = japanese - religion = shinto - size = 375 - } - - clergymen = { - culture = japanese - religion = shinto - size = 200 - } - - artisans = { - culture = japanese - religion = shinto - size = 1100 - } - - soldiers = { - culture = japanese - religion = shinto - size = 200 - } - - farmers = { - culture = japanese - religion = shinto - size = 18225 - } + aristocrats = { + culture = japanese + religion = shinto + size = 375 + } + + clergymen = { + culture = japanese + religion = shinto + size = 200 + } + + artisans = { + culture = japanese + religion = shinto + size = 1100 + } + + soldiers = { + culture = japanese + religion = shinto + size = 200 + } + + farmers = { + culture = japanese + religion = shinto + size = 18225 + } } #Sado - Old Reliance (2000/500 POPS) 12 = { - clergymen = { - culture = japanese - religion = shinto - size = 250 - } - - artisans = { - culture = japanese - religion = shinto - size = 3500 - } - - soldiers = { - culture = japanese - religion = shinto - size = 1100 - } - - farmers = { - culture = japanese - religion = shinto - size = 20150 - } + clergymen = { + culture = japanese + religion = shinto + size = 250 + } + + artisans = { + culture = japanese + religion = shinto + size = 3500 + } + + soldiers = { + culture = japanese + religion = shinto + size = 1100 + } + + farmers = { + culture = japanese + religion = shinto + size = 20150 + } } diff --git a/HPM/history/pops/1836.1.1/Jordan.txt b/HPM/history/pops/1836.1.1/Jordan.txt index ecb0bafa..18eaa4bd 100644 --- a/HPM/history/pops/1836.1.1/Jordan.txt +++ b/HPM/history/pops/1836.1.1/Jordan.txt @@ -1,341 +1,341 @@ #Suriye Region (36000) #see Syria.txt & Lebanon.txt for balance of region -#under the rule of Egypt in 1836 +#under the rule of Egypt in 1836 #Amman (20000/5000 POPS) #now part of Jordan 908 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 100 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 20 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 775 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 125 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2800 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 500 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 100 - } - - farmers = { - culture = mashriqi - religion = druze - size = 390 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 100 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 20 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 775 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 125 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2800 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 500 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 100 + } + + farmers = { + culture = mashriqi + religion = druze + size = 390 + } } #Jerash (16000/4000 POPS) #now part of Jordan 909 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 35 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 100 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2215 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 15 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 35 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 910 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 500 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 35 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 100 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2215 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 15 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 35 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 910 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 500 + } } #Badiyat al-Sham Region (40000) #see Syria.txt, Iraq.txt & Saudi Arabia.txt for balance of region -#under the "rule" of Egypt in 1836 -#Azraq (12000/3000 POPS) #now part of Jordan +#under the "rule" of Egypt in 1836 +#Azraq (12000/3000 POPS) #now part of Jordan 910 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 125 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2725 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 125 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2725 + } } #Maan (28000/7000 POPS) #now part of Jordan 911 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 150 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2050 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4375 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 150 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2050 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4375 + } } #Palestine Region (20000) #see Israel-Palestine.txt for balance of region -#under the rule of Egypt in 1836 -#Aqaba (20000/5000 POPS) #now part of Jordan +#under the rule of Egypt in 1836 +#Aqaba (20000/5000 POPS) #now part of Jordan 922 = { - clergymen = { - culture = mashriqi - religion = sunni - size = 25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 50 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3775 - } + clergymen = { + culture = mashriqi + religion = sunni + size = 25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 50 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3775 + } } diff --git a/HPM/history/pops/1836.1.1/Kazakhstan.txt b/HPM/history/pops/1836.1.1/Kazakhstan.txt index b6164d0d..fa8164cb 100644 --- a/HPM/history/pops/1836.1.1/Kazakhstan.txt +++ b/HPM/history/pops/1836.1.1/Kazakhstan.txt @@ -2,757 +2,757 @@ #under the rule of Russia in 1836 #Guryev (19000/4750 POPS) 1182 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 20 - } - - clergymen = { - culture = russian - religion = orthodox - size = 15 - } - - artisans = { - culture = russian - religion = orthodox - size = 35 - } - - soldiers = { - culture = russian - religion = orthodox - size = 15 - } - - farmers = { - culture = russian - religion = orthodox - size = 665 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 200 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 3625 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 20 + } + + clergymen = { + culture = russian + religion = orthodox + size = 15 + } + + artisans = { + culture = russian + religion = orthodox + size = 35 + } + + soldiers = { + culture = russian + religion = orthodox + size = 15 + } + + farmers = { + culture = russian + religion = orthodox + size = 665 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 200 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 3625 + } } #Aqtobe (20000/5000 POPS) 1183 = { - aristocrats = { - culture = kazak - religion = sunni - size = 75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 250 - } - - soldiers = { - culture = kazak - religion = sunni - size = 50 - } - - farmers = { - culture = kazak - religion = sunni - size = 4575 - } + aristocrats = { + culture = kazak + religion = sunni + size = 75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 250 + } + + soldiers = { + culture = kazak + religion = sunni + size = 50 + } + + farmers = { + culture = kazak + religion = sunni + size = 4575 + } } #Uralsk (13000/3250 POPS) 2610 = { - clergymen = { - culture = russian - religion = orthodox - size = 30 - } - - artisans = { - culture = russian - religion = orthodox - size = 45 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 1150 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 25 - } - - artisans = { - culture = kazak - religion = sunni - size = 100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 1825 - } + clergymen = { + culture = russian + religion = orthodox + size = 30 + } + + artisans = { + culture = russian + religion = orthodox + size = 45 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 1150 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 25 + } + + artisans = { + culture = kazak + religion = sunni + size = 100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 1825 + } } #Turgay (20000/5000 POPS) 2611 = { - aristocrats = { - culture = kazak - religion = sunni - size = 75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 250 - } - - soldiers = { - culture = kazak - religion = sunni - size = 50 - } - - farmers = { - culture = kazak - religion = sunni - size = 4575 - } + aristocrats = { + culture = kazak + religion = sunni + size = 75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 250 + } + + soldiers = { + culture = kazak + religion = sunni + size = 50 + } + + farmers = { + culture = kazak + religion = sunni + size = 4575 + } } #Eastern Kazakh Steppes Region (376000) #under the rule of Russia in 1836 #Qaraganda (56000/14000 POPS) 1181 = { - aristocrats = { - culture = kazak - religion = sunni - size = 225 - } - - clergymen = { - culture = kazak - religion = sunni - size = 125 - } - - artisans = { - culture = kazak - religion = sunni - size = 650 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 12875 - } + aristocrats = { + culture = kazak + religion = sunni + size = 225 + } + + clergymen = { + culture = kazak + religion = sunni + size = 125 + } + + artisans = { + culture = kazak + religion = sunni + size = 650 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 12875 + } } #Kokshetau (96000/24000 POPS) 1184 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 2700 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 425 - } - - clergymen = { - culture = kazak - religion = sunni - size = 200 - } - - artisans = { - culture = kazak - religion = sunni - size = 1100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 225 - } - - farmers = { - culture = kazak - religion = sunni - size = 19050 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 2700 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 425 + } + + clergymen = { + culture = kazak + religion = sunni + size = 200 + } + + artisans = { + culture = kazak + religion = sunni + size = 1100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 225 + } + + farmers = { + culture = kazak + religion = sunni + size = 19050 + } } #Yasi (80000/20000 POPS) 1185 = { - aristocrats = { - culture = kazak - religion = sunni - size = 350 - } - - clergymen = { - culture = kazak - religion = sunni - size = 200 - } - - artisans = { - culture = kazak - religion = sunni - size = 1100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 200 - } - - farmers = { - culture = kazak - religion = sunni - size = 18250 - } - - slaves = { - culture = russian - religion = orthodox - size = 5000 - } + aristocrats = { + culture = kazak + religion = sunni + size = 350 + } + + clergymen = { + culture = kazak + religion = sunni + size = 200 + } + + artisans = { + culture = kazak + religion = sunni + size = 1100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 200 + } + + farmers = { + culture = kazak + religion = sunni + size = 18250 + } + + slaves = { + culture = russian + religion = orthodox + size = 5000 + } } #Zhambul (76000/19000 POPS) 2606 = { - aristocrats = { - culture = kazak - religion = sunni - size = 350 - } - - clergymen = { - culture = kazak - religion = sunni - size = 175 - } - - artisans = { - culture = kazak - religion = sunni - size = 950 - } - - soldiers = { - culture = kazak - religion = sunni - size = 200 - } - - farmers = { - culture = kazak - religion = sunni - size = 17325 - } + aristocrats = { + culture = kazak + religion = sunni + size = 350 + } + + clergymen = { + culture = kazak + religion = sunni + size = 175 + } + + artisans = { + culture = kazak + religion = sunni + size = 950 + } + + soldiers = { + culture = kazak + religion = sunni + size = 200 + } + + farmers = { + culture = kazak + religion = sunni + size = 17325 + } } #Aktash (68000/17000 POPS) 2612 = { - aristocrats = { - culture = kazak - religion = sunni - size = 325 - } - - clergymen = { - culture = kazak - religion = sunni - size = 175 - } - - artisans = { - culture = kazak - religion = sunni - size = 850 - } - - soldiers = { - culture = kazak - religion = sunni - size = 175 - } - - farmers = { - culture = kazak - religion = sunni - size = 15475 - } + aristocrats = { + culture = kazak + religion = sunni + size = 325 + } + + clergymen = { + culture = kazak + religion = sunni + size = 175 + } + + artisans = { + culture = kazak + religion = sunni + size = 850 + } + + soldiers = { + culture = kazak + religion = sunni + size = 175 + } + + farmers = { + culture = kazak + religion = sunni + size = 15475 + } } -#Semireche Region (276000) #see Kirghizstan.txt for balance of region +#Semireche Region (276000) #see Kirghizstan.txt for balance of region #under the "rule" of Russia in 1836 #Semipalatinsk (80000/20000 POPS) 1187 = { - aristocrats = { - culture = kazak - religion = sunni - size = 350 - } - - clergymen = { - culture = kazak - religion = sunni - size = 200 - } - - artisans = { - culture = kazak - religion = sunni - size = 1100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 200 - } - - farmers = { - culture = kazak - religion = sunni - size = 18250 - } - - farmers = { - culture = russian - religion = orthodox - size = 500 - } + aristocrats = { + culture = kazak + religion = sunni + size = 350 + } + + clergymen = { + culture = kazak + religion = sunni + size = 200 + } + + artisans = { + culture = kazak + religion = sunni + size = 1100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 200 + } + + farmers = { + culture = kazak + religion = sunni + size = 18250 + } + + farmers = { + culture = russian + religion = orthodox + size = 500 + } } #Qaratal (108000/27000 POPS) 1188 = { - aristocrats = { - culture = kazak - religion = sunni - size = 300 - } - - clergymen = { - culture = kazak - religion = sunni - size = 150 - } - - artisans = { - culture = kazak - religion = sunni - size = 800 - } - - soldiers = { - culture = kazak - religion = sunni - size = 175 - } - - farmers = { - culture = kazak - religion = sunni - size = 14575 - } - - aristocrats = { - culture = uighur - religion = sunni - size = 200 - } - - clergymen = { - culture = uighur - religion = sunni - size = 100 - } - - artisans = { - culture = uighur - religion = sunni - size = 550 - } - - soldiers = { - culture = uighur - religion = sunni - size = 125 - } - - farmers = { - culture = uighur - religion = sunni - size = 10025 - } + aristocrats = { + culture = kazak + religion = sunni + size = 300 + } + + clergymen = { + culture = kazak + religion = sunni + size = 150 + } + + artisans = { + culture = kazak + religion = sunni + size = 800 + } + + soldiers = { + culture = kazak + religion = sunni + size = 175 + } + + farmers = { + culture = kazak + religion = sunni + size = 14575 + } + + aristocrats = { + culture = uighur + religion = sunni + size = 200 + } + + clergymen = { + culture = uighur + religion = sunni + size = 100 + } + + artisans = { + culture = uighur + religion = sunni + size = 550 + } + + soldiers = { + culture = uighur + religion = sunni + size = 125 + } + + farmers = { + culture = uighur + religion = sunni + size = 10025 + } } #under the "rule" of Kokand in 1836 #Alma-Ata (88000/22000 POPS) 1186 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 100 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 50 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 300 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 75 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 5475 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 300 - } - - clergymen = { - culture = kazak - religion = sunni - size = 150 - } - - artisans = { - culture = kazak - religion = sunni - size = 800 - } - - soldiers = { - culture = kazak - religion = sunni - size = 175 - } - - farmers = { - culture = kazak - religion = sunni - size = 14575 - } - - slaves = { - culture = uighur - religion = sunni - size = 4000 - } - - slaves = { - culture = russian - religion = orthodox - size = 3000 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 100 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 50 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 300 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 75 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 5475 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 300 + } + + clergymen = { + culture = kazak + religion = sunni + size = 150 + } + + artisans = { + culture = kazak + religion = sunni + size = 800 + } + + soldiers = { + culture = kazak + religion = sunni + size = 175 + } + + farmers = { + culture = kazak + religion = sunni + size = 14575 + } + + slaves = { + culture = uighur + religion = sunni + size = 4000 + } + + slaves = { + culture = russian + religion = orthodox + size = 3000 + } } -#Khwarazm Region (168000) #see Uzbekistan.txt and Turkmenistan.txt for balance of region +#Khwarazm Region (168000) #see Uzbekistan.txt and Turkmenistan.txt for balance of region #under the rule of Khiva in 1836 #Kyzylorda (108000/27000 POPS) 1193 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 250 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 125 - } - - artisans = { - culture = uzbek - religion = sunni - size = 700 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 150 - } - - farmers = { - culture = uzbek - religion = sunni - size = 12775 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 250 - } - - clergymen = { - culture = kazak - religion = sunni - size = 125 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 11900 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 250 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 125 + } + + artisans = { + culture = uzbek + religion = sunni + size = 700 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 150 + } + + farmers = { + culture = uzbek + religion = sunni + size = 12775 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 250 + } + + clergymen = { + culture = kazak + religion = sunni + size = 125 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 11900 + } } #Aqtau (32000/8000 POPS) 1194 = { - aristocrats = { - culture = kazak - religion = sunni - size = 150 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 350 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 7350 - } + aristocrats = { + culture = kazak + religion = sunni + size = 150 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 350 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 7350 + } } #Aralsk (28000/7000 POPS) 2702 = { - aristocrats = { - culture = kazak - religion = sunni - size = 100 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 350 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 6425 - } + aristocrats = { + culture = kazak + religion = sunni + size = 100 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 350 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 6425 + } } -#Mawarannahr Region (180000) #see Uzbekistan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region +#Mawarannahr Region (180000) #see Uzbekistan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region #under the rule of Bukhara in 1836 -#Shymkent (180000/45000 POPS) #now part of Kazakhstan +#Shymkent (180000/45000 POPS) #now part of Kazakhstan 1197 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 250 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 125 - } - - artisans = { - culture = uzbek - religion = sunni - size = 750 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 150 - } - - farmers = { - culture = uzbek - religion = sunni - size = 13725 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 550 - } - - clergymen = { - culture = kazak - religion = sunni - size = 250 - } - - artisans = { - culture = kazak - religion = sunni - size = 1500 - } - - soldiers = { - culture = kazak - religion = sunni - size = 250 - } - - farmers = { - culture = kazak - religion = sunni - size = 27450 - } - - slaves = { - culture = russian - religion = orthodox - size = 6000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 250 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 125 + } + + artisans = { + culture = uzbek + religion = sunni + size = 750 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 150 + } + + farmers = { + culture = uzbek + religion = sunni + size = 13725 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 550 + } + + clergymen = { + culture = kazak + religion = sunni + size = 250 + } + + artisans = { + culture = kazak + religion = sunni + size = 1500 + } + + soldiers = { + culture = kazak + religion = sunni + size = 250 + } + + farmers = { + culture = kazak + religion = sunni + size = 27450 + } + + slaves = { + culture = russian + religion = orthodox + size = 6000 + } } diff --git a/HPM/history/pops/1836.1.1/Kenya.txt b/HPM/history/pops/1836.1.1/Kenya.txt index 33181fa3..bc37e840 100644 --- a/HPM/history/pops/1836.1.1/Kenya.txt +++ b/HPM/history/pops/1836.1.1/Kenya.txt @@ -1,725 +1,731 @@ -#Rift Highlands Region (620000) +#Rift Highlands Region (620000) #uncolonized in 1836 #Nairobi (260000/65000 POPS) 2024 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 925 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 475 - } - - artisans = { - culture = kikuyu - religion = animist - size = 2400 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 500 - } - - farmers = { - culture = kikuyu - religion = animist - size = 43700 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 200 - } - - clergymen = { - culture = nilotic - religion = animist - size = 100 - } - - artisans = { - culture = nilotic - religion = animist - size = 550 - } - - soldiers = { - culture = nilotic - religion = animist - size = 125 - } - - farmers = { - culture = nilotic - religion = animist - size = 10025 - } - - aristocrats = { - culture = maasai - religion = animist - size = 50 - } - - clergymen = { - culture = maasai - religion = animist - size = 50 - } - - artisans = { - culture = maasai - religion = animist - size = 200 - } - - soldiers = { - culture = maasai - religion = animist - size = 50 - } - - farmers = { - culture = maasai - religion = animist - size = 3650 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 925 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 475 + } + + artisans = { + culture = kikuyu + religion = animist + size = 2400 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 500 + } + + farmers = { + culture = kikuyu + religion = animist + size = 43700 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 200 + } + + clergymen = { + culture = nilotic + religion = animist + size = 100 + } + + artisans = { + culture = nilotic + religion = animist + size = 550 + } + + soldiers = { + culture = nilotic + religion = animist + size = 125 + } + + farmers = { + culture = nilotic + religion = animist + size = 10025 + } + + aristocrats = { + culture = maasai + religion = animist + size = 50 + } + + clergymen = { + culture = maasai + religion = animist + size = 50 + } + + artisans = { + culture = maasai + religion = animist + size = 200 + } + + soldiers = { + culture = maasai + religion = animist + size = 50 + } + + farmers = { + culture = maasai + religion = animist + size = 3650 + } } #Lodwar (36000/9000 POPS) 2026 = { - aristocrats = { - culture = luo - religion = animist - size = 100 - } - - clergymen = { - culture = luo - religion = animist - size = 50 - } - - artisans = { - culture = luo - religion = animist - size = 250 - } - - soldiers = { - culture = luo - religion = animist - size = 75 - } - - farmers = { - culture = luo - religion = animist - size = 4625 - } - - aristocrats = { - culture = maasai - religion = animist - size = 50 - } - - clergymen = { - culture = maasai - religion = animist - size = 75 - } - - artisans = { - culture = maasai - religion = animist - size = 150 - } - - soldiers = { - culture = maasai - religion = animist - size = 25 - } - - farmers = { - culture = maasai - religion = animist - size = 2700 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = luo + religion = animist + size = 100 + } + + clergymen = { + culture = luo + religion = animist + size = 50 + } + + artisans = { + culture = luo + religion = animist + size = 250 + } + + soldiers = { + culture = luo + religion = animist + size = 75 + } + + farmers = { + culture = luo + religion = animist + size = 4625 + } + + aristocrats = { + culture = maasai + religion = animist + size = 50 + } + + clergymen = { + culture = maasai + religion = animist + size = 75 + } + + artisans = { + culture = maasai + religion = animist + size = 150 + } + + soldiers = { + culture = maasai + religion = animist + size = 25 + } + + farmers = { + culture = maasai + religion = animist + size = 2700 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } #Nakuru (128000/32000 POPS) 2027 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 150 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 125 - } - - artisans = { - culture = kikuyu - religion = animist - size = 400 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 75 - } - - farmers = { - culture = kikuyu - religion = animist - size = 7350 - } - - aristocrats = { - culture = maasai - religion = animist - size = 300 - } - - clergymen = { - culture = maasai - religion = animist - size = 150 - } - - artisans = { - culture = maasai - religion = animist - size = 650 - } - - soldiers = { - culture = maasai - religion = animist - size = 175 - } - - farmers = { - culture = maasai - religion = animist - size = 11725 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 150 - } - - clergymen = { - culture = nilotic - religion = animist - size = 75 - } - - artisans = { - culture = nilotic - religion = animist - size = 400 - } - - soldiers = { - culture = nilotic - religion = animist - size = 75 - } - - farmers = { - culture = nilotic - religion = animist - size = 7300 - } - - slaves = { - culture = nilotic - religion = animist - size = 3000 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 150 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 125 + } + + artisans = { + culture = kikuyu + religion = animist + size = 400 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 75 + } + + farmers = { + culture = kikuyu + religion = animist + size = 7350 + } + + aristocrats = { + culture = maasai + religion = animist + size = 300 + } + + clergymen = { + culture = maasai + religion = animist + size = 150 + } + + artisans = { + culture = maasai + religion = animist + size = 650 + } + + soldiers = { + culture = maasai + religion = animist + size = 175 + } + + farmers = { + culture = maasai + religion = animist + size = 11725 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 150 + } + + clergymen = { + culture = nilotic + religion = animist + size = 75 + } + + artisans = { + culture = nilotic + religion = animist + size = 400 + } + + soldiers = { + culture = nilotic + religion = animist + size = 75 + } + + farmers = { + culture = nilotic + religion = animist + size = 7300 + } + + slaves = { + culture = nilotic + religion = animist + size = 3000 + } } #uncolonized in 1836/under influence of Buganda #Kisumu (196000/49000POPS) 2028 = { - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 300 - } - - farmers = { - culture = luo - religion = animist - size = 20350 - } - - aristocrats = { - culture = lacustrine_bantu - religion = animist - size = 375 - } - - clergymen = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 1100 - } - - soldiers = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - farmers = { - culture = lacustrine_bantu - religion = animist - size = 18225 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 7000 - } + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 300 + } + + farmers = { + culture = luo + religion = animist + size = 20350 + } + + aristocrats = { + culture = lacustrine_bantu + religion = animist + size = 375 + } + + clergymen = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 1100 + } + + soldiers = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + farmers = { + culture = lacustrine_bantu + religion = animist + size = 18225 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 7000 + } } -#Tana Region (324000) +#Tana Region (324000) #uncolonized in 1836 #Marsabit (52000/13000 POPS 2025 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 250 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 150 - } - - artisans = { - culture = kikuyu - religion = animist - size = 650 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 125 - } - - farmers = { - culture = kikuyu - religion = animist - size = 11875 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 100 - } - - clergymen = { - culture = oromo - religion = coptic - size = 100 - } - - artisans = { - culture = oromo - religion = coptic - size = 250 - } - - soldiers = { - culture = oromo - religion = coptic - size = 100 - } - - farmers = { - culture = oromo - religion = coptic - size = 4575 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 250 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 150 + } + + artisans = { + culture = kikuyu + religion = animist + size = 650 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 125 + } + + farmers = { + culture = kikuyu + religion = animist + size = 11875 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 100 + } + + clergymen = { + culture = oromo + religion = coptic + size = 100 + } + + artisans = { + culture = oromo + religion = coptic + size = 250 + } + + soldiers = { + culture = oromo + religion = coptic + size = 100 + } + + farmers = { + culture = oromo + religion = coptic + size = 4575 + } } #Wajir (100000/25000 POPS) 2031 = { - aristocrats = { - culture = somali - religion = sunni - size = 400 - } - - clergymen = { - culture = somali - religion = sunni - size = 200 - } - - artisans = { - culture = somali - religion = sunni - size = 850 - } - - soldiers = { - culture = somali - religion = sunni - size = 225 - } - - farmers = { - culture = somali - religion = sunni - size = 18225 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 50 - } - - clergymen = { - culture = cushitic - religion = animist - size = 50 - } - - artisans = { - culture = cushitic - religion = animist - size = 200 - } - - soldiers = { - culture = cushitic - religion = animist - size = 50 - } - - farmers = { - culture = cushitic - religion = animist - size = 3650 - } - - slaves = { - culture = cushitic - religion = animist - size = 1100 - } + aristocrats = { + culture = somali + religion = sunni + size = 400 + } + + clergymen = { + culture = somali + religion = sunni + size = 200 + } + + artisans = { + culture = somali + religion = sunni + size = 850 + } + + soldiers = { + culture = somali + religion = sunni + size = 225 + } + + farmers = { + culture = somali + religion = sunni + size = 18225 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 50 + } + + clergymen = { + culture = cushitic + religion = animist + size = 50 + } + + artisans = { + culture = cushitic + religion = animist + size = 200 + } + + soldiers = { + culture = cushitic + religion = animist + size = 50 + } + + farmers = { + culture = cushitic + religion = animist + size = 3650 + } + + slaves = { + culture = cushitic + religion = animist + size = 1100 + } } #Garissa (172000/43000 POPS) 2032 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 650 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 375 - } - - artisans = { - culture = kikuyu - religion = animist - size = 1750 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 350 - } - - farmers = { - culture = kikuyu - religion = animist - size = 31875 - } - - aristocrats = { - culture = somali - religion = sunni - size = 100 - } - - clergymen = { - culture = somali - religion = sunni - size = 100 - } - - artisans = { - culture = somali - religion = sunni - size = 150 - } - - soldiers = { - culture = somali - religion = sunni - size = 100 - } - - farmers = { - culture = somali - religion = sunni - size = 2700 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 650 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 375 + } + + artisans = { + culture = kikuyu + religion = animist + size = 1750 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 350 + } + + farmers = { + culture = kikuyu + religion = animist + size = 31875 + } + + aristocrats = { + culture = somali + religion = sunni + size = 100 + } + + clergymen = { + culture = somali + religion = sunni + size = 100 + } + + artisans = { + culture = somali + religion = sunni + size = 150 + } + + soldiers = { + culture = somali + religion = sunni + size = 100 + } + + farmers = { + culture = somali + religion = sunni + size = 2700 + } } -#Upper Swahili Coast Region (304000) +#Upper Swahili Coast Region (304000) #ruled by kingdom of Oman in 1836 #Mombasa (100000/25000 POPS) 2029 = { - aristocrats = { - culture = swahili - religion = sunni - size = 200 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 550 - } - - soldiers = { - culture = swahili - religion = sunni - size = 1100 - } - - farmers = { - culture = swahili - religion = sunni - size = 9150 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 500 - } - - aristocrats = { - culture = kikuyu - religion = animist - size = 175 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 100 - } - - artisans = { - culture = kikuyu - religion = animist - size = 500 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 100 - } - - farmers = { - culture = kikuyu - religion = animist - size = 9125 - } - - slaves = { - culture = kikuyu - religion = animist - size = 3000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 200 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 550 + } + + soldiers = { + culture = swahili + religion = sunni + size = 1100 + } + + farmers = { + culture = swahili + religion = sunni + size = 9150 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 500 + } + + aristocrats = { + culture = kikuyu + religion = animist + size = 175 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 100 + } + + artisans = { + culture = kikuyu + religion = animist + size = 500 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 100 + } + + farmers = { + culture = kikuyu + religion = animist + size = 9125 + } + + slaves = { + culture = kikuyu + religion = animist + size = 3000 + } } #Lamu (100000/25000 POPS) 2030 = { - aristocrats = { - culture = swahili - religion = sunni - size = 225 - } - - clergymen = { - culture = swahili - religion = sunni - size = 125 - } - - artisans = { - culture = swahili - religion = sunni - size = 500 - } - - soldiers = { - culture = swahili - religion = sunni - size = 125 - } - - farmers = { - culture = swahili - religion = sunni - size = 10025 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 225 - } - - clergymen = { - culture = cushitic - religion = animist - size = 125 - } - - artisans = { - culture = cushitic - religion = animist - size = 600 - } - - soldiers = { - culture = cushitic - religion = animist - size = 125 - } - - farmers = { - culture = cushitic - religion = animist - size = 10925 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 225 + } + + clergymen = { + culture = swahili + religion = sunni + size = 125 + } + + artisans = { + culture = swahili + religion = sunni + size = 500 + } + + soldiers = { + culture = swahili + religion = sunni + size = 125 + } + + farmers = { + culture = swahili + religion = sunni + size = 10025 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 225 + } + + clergymen = { + culture = cushitic + religion = animist + size = 125 + } + + artisans = { + culture = cushitic + religion = animist + size = 600 + } + + soldiers = { + culture = cushitic + religion = animist + size = 125 + } + + farmers = { + culture = cushitic + religion = animist + size = 10925 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } #uncolonized in 1836 #Voi (104000/26000 POPS) 2033 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 475 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 250 - } - - artisans = { - culture = kikuyu - religion = animist - size = 1300 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 250 - } - - farmers = { - culture = kikuyu - religion = animist - size = 23725 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 475 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 250 + } + + artisans = { + culture = kikuyu + religion = animist + size = 1300 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 250 + } + + farmers = { + culture = kikuyu + religion = animist + size = 20725 + } + + slaves = { + culture = kikuyu + religion = animist + size = 3000 + } } diff --git a/HPM/history/pops/1836.1.1/Kirghizstan.txt b/HPM/history/pops/1836.1.1/Kirghizstan.txt index 7b1ace6d..91b5755e 100644 --- a/HPM/history/pops/1836.1.1/Kirghizstan.txt +++ b/HPM/history/pops/1836.1.1/Kirghizstan.txt @@ -1,269 +1,269 @@ -#Semireche Region (292000) #see Kazakhstan.txt for balance of region -#under the "rule" of Kokand in 1836 -#Bishkek (236000/59000 POPS) #now part of Kirghizstan +#Semireche Region (292000) #see Kazakhstan.txt for balance of region +#under the "rule" of Kokand in 1836 +#Bishkek (236000/59000 POPS) #now part of Kirghizstan 1189 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 800 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 425 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 2000 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 3000 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 3000 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 1000 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 33775 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 100 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 300 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 6450 - } - - aristocrats = { - culture = uighur - religion = sunni - size = 125 - } - - clergymen = { - culture = uighur - religion = sunni - size = 75 - } - - artisans = { - culture = uighur - religion = sunni - size = 350 - } - - soldiers = { - culture = uighur - religion = sunni - size = 75 - } - - farmers = { - culture = uighur - religion = sunni - size = 7375 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 800 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 425 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 2000 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 3000 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 3000 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 1000 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 33775 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 100 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 300 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 6450 + } + + aristocrats = { + culture = uighur + religion = sunni + size = 125 + } + + clergymen = { + culture = uighur + religion = sunni + size = 75 + } + + artisans = { + culture = uighur + religion = sunni + size = 350 + } + + soldiers = { + culture = uighur + religion = sunni + size = 75 + } + + farmers = { + culture = uighur + religion = sunni + size = 7375 + } } -#Naryn (56000/14000 POPS) #now part of Kirghizstan +#Naryn (56000/14000 POPS) #now part of Kirghizstan 1190 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 50 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 50 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 100 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 1100 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 2775 - } - - aristocrats = { - culture = kirgiz - religion = animist - size = 100 - } - - clergymen = { - culture = kirgiz - religion = animist - size = 50 - } - - artisans = { - culture = kirgiz - religion = animist - size = 250 - } - - soldiers = { - culture = kirgiz - religion = animist - size = 50 - } - - farmers = { - culture = kirgiz - religion = animist - size = 4575 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 100 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 200 - } - - soldiers = { - culture = kazak - religion = sunni - size = 50 - } - - farmers = { - culture = kazak - religion = sunni - size = 4600 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 50 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 50 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 100 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 1100 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 2775 + } + + aristocrats = { + culture = kirgiz + religion = animist + size = 100 + } + + clergymen = { + culture = kirgiz + religion = animist + size = 50 + } + + artisans = { + culture = kirgiz + religion = animist + size = 250 + } + + soldiers = { + culture = kirgiz + religion = animist + size = 50 + } + + farmers = { + culture = kirgiz + religion = animist + size = 4575 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 100 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 200 + } + + soldiers = { + culture = kazak + religion = sunni + size = 50 + } + + farmers = { + culture = kazak + religion = sunni + size = 4600 + } } -#Mawarannahr Region (112000) #see Kazakhstan.txt, Tajikistan.txt, Uzbekistan.txt for balance of region -#under the rule of Kokand in 1836 -#Osh (112000/28000 POPS) #Now part of Kirghizstan +#Mawarannahr Region (112000) #see Kazakhstan.txt, Tajikistan.txt, Uzbekistan.txt for balance of region +#under the rule of Kokand in 1836 +#Osh (112000/28000 POPS) #Now part of Kirghizstan 1203 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 175 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 75 - } - - artisans = { - culture = uzbek - religion = sunni - size = 450 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 100 - } - - farmers = { - culture = uzbek - religion = sunni - size = 8200 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 375 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 175 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 900 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 3000 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 1000 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 13550 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 175 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 75 + } + + artisans = { + culture = uzbek + religion = sunni + size = 450 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 100 + } + + farmers = { + culture = uzbek + religion = sunni + size = 8200 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 375 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 175 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 900 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 3000 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 1000 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 13550 + } } diff --git a/HPM/history/pops/1836.1.1/Korea.txt b/HPM/history/pops/1836.1.1/Korea.txt index 22b05f44..38808c96 100644 --- a/HPM/history/pops/1836.1.1/Korea.txt +++ b/HPM/history/pops/1836.1.1/Korea.txt @@ -2,949 +2,949 @@ #under the rule of Korea in 1836 #Pyongyang (800000/200000 POPS) 1619 = { - aristocrats = { - culture = korean - religion = mahayana - size = 12750 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 7300 - } - - officers = { - culture = korean - religion = mahayana - size = 2000 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2925 - } - - artisans = { - culture = korean - religion = mahayana - size = 9500 - } - - artisans = { - culture = korean - religion = mahayana - size = 5500 - } - - soldiers = { - culture = korean - religion = mahayana - size = 10000 - } - - farmers = { - culture = korean - religion = mahayana - size = 232125 - } - - slaves = { - culture = korean - religion = mahayana - size = 24900 - } + aristocrats = { + culture = korean + religion = mahayana + size = 12750 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 7300 + } + + officers = { + culture = korean + religion = mahayana + size = 2000 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2925 + } + + artisans = { + culture = korean + religion = mahayana + size = 9500 + } + + artisans = { + culture = korean + religion = mahayana + size = 5500 + } + + soldiers = { + culture = korean + religion = mahayana + size = 10000 + } + + farmers = { + culture = korean + religion = mahayana + size = 232125 + } + + slaves = { + culture = korean + religion = mahayana + size = 24900 + } } #Chonchon (796000/190000 POPS) 1620 = { - aristocrats = { - culture = korean - religion = mahayana - size = 6550 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2825 - } - - artisans = { - culture = korean - religion = mahayana - size = 9000 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - artisans = { - culture = korean - religion = mahayana - size = 8000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 10000 - } - - farmers = { - culture = korean - religion = mahayana - size = 223625 - } - - slaves = { - culture = korean - religion = mahayana - size = 25000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 6550 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2825 + } + + artisans = { + culture = korean + religion = mahayana + size = 9000 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + artisans = { + culture = korean + religion = mahayana + size = 8000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 10000 + } + + farmers = { + culture = korean + religion = mahayana + size = 223625 + } + + slaves = { + culture = korean + religion = mahayana + size = 25000 + } } #Hamgyong Region (920000) #under the rule of Korea in 1836 #Hamhung (300000/75000 POPS) 1621 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1400 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 150 - } - - officers = { - culture = korean - religion = mahayana - size = 200 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1750 - } - - artisans = { - culture = korean - religion = mahayana - size = 8500 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6000 - } - - farmers = { - culture = korean - religion = mahayana - size = 143300 - } - - slaves = { - culture = korean - religion = mahayana - size = 11000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1400 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 150 + } + + officers = { + culture = korean + religion = mahayana + size = 200 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1750 + } + + artisans = { + culture = korean + religion = mahayana + size = 8500 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6000 + } + + farmers = { + culture = korean + religion = mahayana + size = 143300 + } + + slaves = { + culture = korean + religion = mahayana + size = 11000 + } } #Chongjin (360000/90000 POPS) 1622 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3500 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1800 - } - - artisans = { - culture = korean - religion = mahayana - size = 9000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6100 - } - - farmers = { - culture = korean - religion = mahayana - size = 152600 - } - - slaves = { - culture = korean - religion = mahayana - size = 17000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3500 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1800 + } + + artisans = { + culture = korean + religion = mahayana + size = 9000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6100 + } + + farmers = { + culture = korean + religion = mahayana + size = 152600 + } + + slaves = { + culture = korean + religion = mahayana + size = 17000 + } } #Kimchaek (260000/65000 POPS) 1623 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1625 - } - - artisans = { - culture = korean - religion = mahayana - size = 9000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6000 - } - - farmers = { - culture = korean - religion = mahayana - size = 154625 - } - - slaves = { - culture = korean - religion = mahayana - size = 12000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1625 + } + + artisans = { + culture = korean + religion = mahayana + size = 9000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6000 + } + + farmers = { + culture = korean + religion = mahayana + size = 154625 + } + + slaves = { + culture = korean + religion = mahayana + size = 12000 + } } #Kyonggi Region (2620000) #under the rule of Korea in 1836 #Seoul (1180000/295000 POPS) 1624 = { - aristocrats = { - culture = korean - religion = mahayana - size = 12425 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 9675 - } - - officers = { - culture = korean - religion = mahayana - size = 2000 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2800 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 3750 - } - - soldiers = { - culture = korean - religion = mahayana - size = 13000 - } - - farmers = { - culture = korean - religion = mahayana - size = 249725 - } - - slaves = { - culture = korean - religion = mahayana - size = 11625 - } + aristocrats = { + culture = korean + religion = mahayana + size = 12425 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 9675 + } + + officers = { + culture = korean + religion = mahayana + size = 2000 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2800 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 3750 + } + + soldiers = { + culture = korean + religion = mahayana + size = 13000 + } + + farmers = { + culture = korean + religion = mahayana + size = 249725 + } + + slaves = { + culture = korean + religion = mahayana + size = 11625 + } } #Kaesong (280000/70000 POPS) 1625 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2250 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1275 - } - - artisans = { - culture = korean - religion = mahayana - size = 6250 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6500 - } - - farmers = { - culture = korean - religion = mahayana - size = 139150 - } - - slaves = { - culture = korean - religion = mahayana - size = 4000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2250 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1275 + } + + artisans = { + culture = korean + religion = mahayana + size = 6250 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6500 + } + + farmers = { + culture = korean + religion = mahayana + size = 139150 + } + + slaves = { + culture = korean + religion = mahayana + size = 4000 + } } #Haeju (260000/65000 POPS) 1626 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1625 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6000 - } - - farmers = { - culture = korean - religion = mahayana - size = 144625 - } - - slaves = { - culture = korean - religion = mahayana - size = 18000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1625 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6000 + } + + farmers = { + culture = korean + religion = mahayana + size = 144625 + } + + slaves = { + culture = korean + religion = mahayana + size = 18000 + } } #Sariwon (340000/85000 POPS) 1627 = { - aristocrats = { - culture = korean - religion = mahayana - size = 6550 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 5175 - } - - officers = { - culture = korean - religion = mahayana - size = 1000 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1825 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 5100 - } - - farmers = { - culture = korean - religion = mahayana - size = 147625 - } - - slaves = { - culture = korean - religion = mahayana - size = 10000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 6550 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 5175 + } + + officers = { + culture = korean + religion = mahayana + size = 1000 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1825 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 5100 + } + + farmers = { + culture = korean + religion = mahayana + size = 147625 + } + + slaves = { + culture = korean + religion = mahayana + size = 10000 + } } #Inchon (560000/140000 POPS) 1628 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3550 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2325 - } - - artisans = { - culture = korean - religion = mahayana - size = 6500 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 8000 - } - - farmers = { - culture = korean - religion = mahayana - size = 179625 - } - - slaves = { - culture = korean - religion = mahayana - size = 10000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3550 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2325 + } + + artisans = { + culture = korean + religion = mahayana + size = 6500 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 8000 + } + + farmers = { + culture = korean + religion = mahayana + size = 179625 + } + + slaves = { + culture = korean + religion = mahayana + size = 10000 + } } #Gangwon Region (920000) #under the rule of Korea in 1836 #Wonsan (380000/95000 POPS) 1629 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3700 - } - - officers = { - culture = korean - religion = mahayana - size = 225 - } - - clergymen = { - culture = korean - religion = mahayana - size = 850 - } - - artisans = { - culture = korean - religion = mahayana - size = 9250 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 4100 - } - - farmers = { - culture = korean - religion = mahayana - size = 106800 - } - - slaves = { - culture = korean - religion = mahayana - size = 10000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3700 + } + + officers = { + culture = korean + religion = mahayana + size = 225 + } + + clergymen = { + culture = korean + religion = mahayana + size = 850 + } + + artisans = { + culture = korean + religion = mahayana + size = 9250 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 4100 + } + + farmers = { + culture = korean + religion = mahayana + size = 106800 + } + + slaves = { + culture = korean + religion = mahayana + size = 10000 + } } #Kangnung (260000/65000 POPS) 1630 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1625 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6000 - } - - farmers = { - culture = korean - religion = mahayana - size = 152625 - } - - slaves = { - culture = korean - religion = mahayana - size = 10000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1625 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6000 + } + + farmers = { + culture = korean + religion = mahayana + size = 152625 + } + + slaves = { + culture = korean + religion = mahayana + size = 10000 + } } #Wonju (280000/70000 POPS) 1631 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1250 - } - - clergymen = { - culture = korean - religion = mahayana - size = 975 - } - - artisans = { - culture = korean - religion = mahayana - size = 3250 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6500 - } - - farmers = { - culture = korean - religion = mahayana - size = 137175 - } - - slaves = { - culture = korean - religion = mahayana - size = 9000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1250 + } + + clergymen = { + culture = korean + religion = mahayana + size = 975 + } + + artisans = { + culture = korean + religion = mahayana + size = 3250 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6500 + } + + farmers = { + culture = korean + religion = mahayana + size = 137175 + } + + slaves = { + culture = korean + religion = mahayana + size = 9000 + } } #Kyongsang Region (1800000) #under the rule of Korea in 1836 #Pusan (740000/185000 POPS) 1632 = { - aristocrats = { - culture = korean - religion = mahayana - size = 7400 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 375 - } - - officers = { - culture = korean - religion = mahayana - size = 425 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2800 - } - - artisans = { - culture = korean - religion = mahayana - size = 8750 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 8000 - } - - farmers = { - culture = korean - religion = mahayana - size = 188150 - } - - slaves = { - culture = korean - religion = mahayana - size = 47000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 7400 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 375 + } + + officers = { + culture = korean + religion = mahayana + size = 425 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2800 + } + + artisans = { + culture = korean + religion = mahayana + size = 8750 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 8000 + } + + farmers = { + culture = korean + religion = mahayana + size = 188150 + } + + slaves = { + culture = korean + religion = mahayana + size = 47000 + } } #Taejon (420000/105000 POPS) 1633 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1900 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1550 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 6100 - } - - farmers = { - culture = korean - religion = mahayana - size = 101050 - } - - slaves = { - culture = korean - religion = mahayana - size = 29500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1900 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1550 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 6100 + } + + farmers = { + culture = korean + religion = mahayana + size = 101050 + } + + slaves = { + culture = korean + religion = mahayana + size = 29500 + } } #Pohang (640000/160000 POPS) 1634 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2900 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1550 - } - - artisans = { - culture = korean - religion = mahayana - size = 7500 - } - - soldiers = { - culture = korean - religion = mahayana - size = 2000 - } - - farmers = { - culture = korean - religion = mahayana - size = 186050 - } - - slaves = { - culture = korean - religion = mahayana - size = 50000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2900 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1550 + } + + artisans = { + culture = korean + religion = mahayana + size = 7500 + } + + soldiers = { + culture = korean + religion = mahayana + size = 2000 + } + + farmers = { + culture = korean + religion = mahayana + size = 186050 + } + + slaves = { + culture = korean + religion = mahayana + size = 50000 + } } #Cholla Region (1504000) #under the rule of Korea in 1836 #Kwangju (644000/161000 POPS) 1635 = { - aristocrats = { - culture = korean - religion = mahayana - size = 10000 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 2100 - } - - officers = { - culture = korean - religion = mahayana - size = 1350 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2500 - } - - artisans = { - culture = korean - religion = mahayana - size = 7550 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 8000 - } - - farmers = { - culture = korean - religion = mahayana - size = 186300 - } - - slaves = { - culture = korean - religion = mahayana - size = 23200 - } + aristocrats = { + culture = korean + religion = mahayana + size = 10000 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 2100 + } + + officers = { + culture = korean + religion = mahayana + size = 1350 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2500 + } + + artisans = { + culture = korean + religion = mahayana + size = 7550 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 8000 + } + + farmers = { + culture = korean + religion = mahayana + size = 186300 + } + + slaves = { + culture = korean + religion = mahayana + size = 23200 + } } #Taegu (560000/140000 POPS) 1636 = { - aristocrats = { - culture = korean - religion = mahayana - size = 5550 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2325 - } - - artisans = { - culture = korean - religion = mahayana - size = 8500 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 9000 - } - - farmers = { - culture = korean - religion = mahayana - size = 177625 - } - - slaves = { - culture = korean - religion = mahayana - size = 17000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 5550 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2325 + } + + artisans = { + culture = korean + religion = mahayana + size = 8500 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 9000 + } + + farmers = { + culture = korean + religion = mahayana + size = 177625 + } + + slaves = { + culture = korean + religion = mahayana + size = 17000 + } } #Cheju (300000/75000 POPS) 1637 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1350 - } - - clergymen = { - culture = korean - religion = mahayana - size = 725 - } - - artisans = { - culture = korean - religion = mahayana - size = 7000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 2000 - } - - farmers = { - culture = korean - religion = mahayana - size = 53725 - } - - slaves = { - culture = korean - religion = mahayana - size = 9800 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1350 + } + + clergymen = { + culture = korean + religion = mahayana + size = 725 + } + + artisans = { + culture = korean + religion = mahayana + size = 7000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 2000 + } + + farmers = { + culture = korean + religion = mahayana + size = 53725 + } + + slaves = { + culture = korean + religion = mahayana + size = 9800 + } } diff --git a/HPM/history/pops/1836.1.1/Laos.txt b/HPM/history/pops/1836.1.1/Laos.txt index b9a834f8..0493dc1e 100644 --- a/HPM/history/pops/1836.1.1/Laos.txt +++ b/HPM/history/pops/1836.1.1/Laos.txt @@ -1,376 +1,376 @@ -#Laos Region (700000) -#under the rule of Luang Prabang in 1836 -#Luang Prabang (240000/60000 POPS) #asian_minor = hmong/montagnard +#Laos Region (700000) +#under the rule of Luang Prabang in 1836 +#Luang Prabang (240000/60000 POPS) #asian_minor = hmong/montagnard 1356 = { - aristocrats = { - culture = lao - religion = theravada - size = 800 - } - - bureaucrats = { - culture = lao - religion = theravada - size = 75 - } - - officers = { - culture = lao - religion = theravada - size = 100 - } - - clergymen = { - culture = lao - religion = theravada - size = 425 - } - - artisans = { - culture = lao - religion = theravada - size = 2150 - } - - soldiers = { - culture = lao - religion = theravada - size = 1100 - } - - farmers = { - culture = lao - religion = theravada - size = 37940 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 300 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 150 - } - - artisans = { - culture = asian_minor - religion = animist - size = 800 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 175 - } - - farmers = { - culture = asian_minor - religion = animist - size = 10575 - } - - slaves = { - culture = asian_minor - religion = animist - size = 6000 - } + aristocrats = { + culture = lao + religion = theravada + size = 800 + } + + bureaucrats = { + culture = lao + religion = theravada + size = 75 + } + + officers = { + culture = lao + religion = theravada + size = 100 + } + + clergymen = { + culture = lao + religion = theravada + size = 425 + } + + artisans = { + culture = lao + religion = theravada + size = 2150 + } + + soldiers = { + culture = lao + religion = theravada + size = 1100 + } + + farmers = { + culture = lao + religion = theravada + size = 37940 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 300 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 150 + } + + artisans = { + culture = asian_minor + religion = animist + size = 800 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 175 + } + + farmers = { + culture = asian_minor + religion = animist + size = 10575 + } + + slaves = { + culture = asian_minor + religion = animist + size = 6000 + } } -#Vientiane (88000/22000 POPS) +#Vientiane (88000/22000 POPS) 1357 = { - aristocrats = { - culture = lao - religion = theravada - size = 250 - } - - clergymen = { - culture = lao - religion = theravada - size = 150 - } - - artisans = { - culture = lao - religion = theravada - size = 750 - } - - soldiers = { - culture = lao - religion = theravada - size = 150 - } - - farmers = { - culture = lao - religion = theravada - size = 13700 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 125 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 350 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3375 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3000 - } + aristocrats = { + culture = lao + religion = theravada + size = 250 + } + + clergymen = { + culture = lao + religion = theravada + size = 150 + } + + artisans = { + culture = lao + religion = theravada + size = 750 + } + + soldiers = { + culture = lao + religion = theravada + size = 150 + } + + farmers = { + culture = lao + religion = theravada + size = 13700 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 125 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 350 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3375 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3000 + } } -#Savannakhet (80000/20000 POPS) +#Savannakhet (80000/20000 POPS) 1361 = { - aristocrats = { - culture = lao - religion = theravada - size = 250 - } - - clergymen = { - culture = lao - religion = theravada - size = 150 - } - - artisans = { - culture = lao - religion = theravada - size = 750 - } - - soldiers = { - culture = lao - religion = theravada - size = 150 - } - - farmers = { - culture = lao - religion = theravada - size = 13700 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 50 - } - - farmers = { - culture = asian_minor - religion = animist - size = 4550 - } + aristocrats = { + culture = lao + religion = theravada + size = 250 + } + + clergymen = { + culture = lao + religion = theravada + size = 150 + } + + artisans = { + culture = lao + religion = theravada + size = 750 + } + + soldiers = { + culture = lao + religion = theravada + size = 150 + } + + farmers = { + culture = lao + religion = theravada + size = 13700 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 50 + } + + farmers = { + culture = asian_minor + religion = animist + size = 4550 + } } -#Salavan (168000/42000 POPS) +#Salavan (168000/42000 POPS) 1362 = { - aristocrats = { - culture = lao - religion = theravada - size = 450 - } - - clergymen = { - culture = lao - religion = theravada - size = 250 - } - - artisans = { - culture = lao - religion = theravada - size = 1200 - } - - soldiers = { - culture = lao - religion = theravada - size = 1100 - } - - farmers = { - culture = lao - religion = theravada - size = 21096 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 325 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 175 - } - - artisans = { - culture = asian_minor - religion = animist - size = 900 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 175 - } - - farmers = { - culture = asian_minor - religion = animist - size = 11425 - } - - slaves = { - culture = asian_minor - religion = animist - size = 5000 - } + aristocrats = { + culture = lao + religion = theravada + size = 450 + } + + clergymen = { + culture = lao + religion = theravada + size = 250 + } + + artisans = { + culture = lao + religion = theravada + size = 1200 + } + + soldiers = { + culture = lao + religion = theravada + size = 1100 + } + + farmers = { + culture = lao + religion = theravada + size = 21096 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 325 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 175 + } + + artisans = { + culture = asian_minor + religion = animist + size = 900 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 175 + } + + farmers = { + culture = asian_minor + religion = animist + size = 11425 + } + + slaves = { + culture = asian_minor + religion = animist + size = 5000 + } } -#under the rule of Siam in 1836 -#Xaignabouli (64000/16000 POPS) +#under the rule of Siam in 1836 +#Xaignabouli (64000/16000 POPS) 1360 = { - aristocrats = { - culture = lao - religion = theravada - size = 150 - } - - clergymen = { - culture = lao - religion = theravada - size = 75 - } - - artisans = { - culture = lao - religion = theravada - size = 400 - } - - soldiers = { - culture = lao - religion = theravada - size = 75 - } - - farmers = { - culture = lao - religion = theravada - size = 8300 - } - - aristocrats = { - culture = shan - religion = theravada - size = 125 - } - - clergymen = { - culture = shan - religion = theravada - size = 75 - } - - artisans = { - culture = shan - religion = theravada - size = 350 - } - - soldiers = { - culture = shan - religion = theravada - size = 75 - } - - farmers = { - culture = shan - religion = theravada - size = 6375 - } + aristocrats = { + culture = lao + religion = theravada + size = 150 + } + + clergymen = { + culture = lao + religion = theravada + size = 75 + } + + artisans = { + culture = lao + religion = theravada + size = 400 + } + + soldiers = { + culture = lao + religion = theravada + size = 75 + } + + farmers = { + culture = lao + religion = theravada + size = 8300 + } + + aristocrats = { + culture = shan + religion = theravada + size = 125 + } + + clergymen = { + culture = shan + religion = theravada + size = 75 + } + + artisans = { + culture = shan + religion = theravada + size = 350 + } + + soldiers = { + culture = shan + religion = theravada + size = 75 + } + + farmers = { + culture = shan + religion = theravada + size = 6375 + } } -#Pakse (60000/15000 POPS) +#Pakse (60000/15000 POPS) 1363 = { - aristocrats = { - culture = lao - religion = theravada - size = 275 - } - - clergymen = { - culture = lao - religion = theravada - size = 150 - } - - artisans = { - culture = lao - religion = theravada - size = 750 - } - - soldiers = { - culture = lao - religion = theravada - size = 125 - } - - farmers = { - culture = lao - religion = theravada - size = 13700 - } + aristocrats = { + culture = lao + religion = theravada + size = 275 + } + + clergymen = { + culture = lao + religion = theravada + size = 150 + } + + artisans = { + culture = lao + religion = theravada + size = 750 + } + + soldiers = { + culture = lao + religion = theravada + size = 125 + } + + farmers = { + culture = lao + religion = theravada + size = 13700 + } } diff --git a/HPM/history/pops/1836.1.1/Latvia.txt b/HPM/history/pops/1836.1.1/Latvia.txt index 16588532..62a76791 100644 --- a/HPM/history/pops/1836.1.1/Latvia.txt +++ b/HPM/history/pops/1836.1.1/Latvia.txt @@ -1,610 +1,610 @@ -#Latvia Region (1236000) -#under the rule of Russia in 1836 -#Riga (220000/55000 POPS) +#Latvia Region (1236000) +#under the rule of Russia in 1836 +#Riga (220000/55000 POPS) 354 = { - clergymen = { - culture = latvian - religion = protestant - size = 325 - } - - artisans = { - culture = latvian - religion = protestant - size = 1500 - } - - soldiers = { - culture = latvian - religion = protestant - size = 2400 - } - - farmers = { - culture = latvian - religion = protestant - size = 36775 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 650 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 200 - } - - officers = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 6725 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 100 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 1500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 150 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2075 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 800 - } + clergymen = { + culture = latvian + religion = protestant + size = 325 + } + + artisans = { + culture = latvian + religion = protestant + size = 1500 + } + + soldiers = { + culture = latvian + religion = protestant + size = 2400 + } + + farmers = { + culture = latvian + religion = protestant + size = 36775 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 650 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 200 + } + + officers = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 6725 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 100 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 1500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 150 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2075 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 800 + } } -#Valmeira (516000/129000 POPS) +#Valmeira (516000/129000 POPS) 355 = { - clergymen = { - culture = latvian - religion = protestant - size = 1100 - } - - artisans = { - culture = latvian - religion = protestant - size = 3350 - } - - soldiers = { - culture = latvian - religion = protestant - size = 2150 - } - - farmers = { - culture = latvian - religion = protestant - size = 112375 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 600 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3875 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 250 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1550 - } - - aristocrats = { - culture = polish - religion = catholic - size = 500 - } - - clergymen = { - culture = polish - religion = catholic - size = 150 - } - - artisans = { - culture = polish - religion = catholic - size = 200 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 200 - } + clergymen = { + culture = latvian + religion = protestant + size = 1100 + } + + artisans = { + culture = latvian + religion = protestant + size = 3350 + } + + soldiers = { + culture = latvian + religion = protestant + size = 2150 + } + + farmers = { + culture = latvian + religion = protestant + size = 112375 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 600 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3875 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 250 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1550 + } + + aristocrats = { + culture = polish + religion = catholic + size = 500 + } + + clergymen = { + culture = polish + religion = catholic + size = 150 + } + + artisans = { + culture = polish + religion = catholic + size = 200 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 200 + } } -#Daugavpils (136000/34000 POPS) +#Daugavpils (136000/34000 POPS) 356 = { - clergymen = { - culture = latvian - religion = protestant - size = 175 - } - - artisans = { - culture = latvian - religion = protestant - size = 650 - } - - soldiers = { - culture = latvian - religion = protestant - size = 250 - } - - farmers = { - culture = latvian - religion = protestant - size = 19800 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 700 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 2200 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1525 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2050 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 3850 - } - - farmers = { - culture = polish - religion = catholic - size = 2025 - } + clergymen = { + culture = latvian + religion = protestant + size = 175 + } + + artisans = { + culture = latvian + religion = protestant + size = 650 + } + + soldiers = { + culture = latvian + religion = protestant + size = 250 + } + + farmers = { + culture = latvian + religion = protestant + size = 19800 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 700 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 2200 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1525 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2050 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 3850 + } + + farmers = { + culture = polish + religion = catholic + size = 2025 + } } -#Jelgava (128000/32000 POPS) +#Jelgava (128000/32000 POPS) 357 = { - clergymen = { - culture = latvian - religion = protestant - size = 225 - } - - artisans = { - culture = latvian - religion = protestant - size = 250 - } - - soldiers = { - culture = latvian - religion = protestant - size = 250 - } - - farmers = { - culture = latvian - religion = protestant - size = 28275 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 750 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 750 - } + clergymen = { + culture = latvian + religion = protestant + size = 225 + } + + artisans = { + culture = latvian + religion = protestant + size = 250 + } + + soldiers = { + culture = latvian + religion = protestant + size = 250 + } + + farmers = { + culture = latvian + religion = protestant + size = 28275 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 750 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 750 + } } -#Ventspils (140000/35000 POPS) #uralic = Livonian +#Ventspils (140000/35000 POPS) #uralic = Livonian 358 = { - clergymen = { - culture = ugrian - religion = protestant - size = 225 - } - - artisans = { - culture = latvian - religion = protestant - size = 300 - } - - soldiers = { - culture = latvian - religion = protestant - size = 275 - } - - farmers = { - culture = latvian - religion = protestant - size = 29450 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 700 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = estonian - religion = protestant - size = 1500 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 950 - } + clergymen = { + culture = ugrian + religion = protestant + size = 225 + } + + artisans = { + culture = latvian + religion = protestant + size = 300 + } + + soldiers = { + culture = latvian + religion = protestant + size = 275 + } + + farmers = { + culture = latvian + religion = protestant + size = 29450 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 700 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = estonian + religion = protestant + size = 1500 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 950 + } } -#Liepaja (96000/24000 POPS) +#Liepaja (96000/24000 POPS) 359 = { - clergymen = { - culture = latvian - religion = protestant - size = 175 - } - - artisans = { - culture = latvian - religion = protestant - size = 150 - } - - soldiers = { - culture = latvian - religion = protestant - size = 200 - } - - farmers = { - culture = latvian - religion = protestant - size = 21475 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 550 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 750 - } + clergymen = { + culture = latvian + religion = protestant + size = 175 + } + + artisans = { + culture = latvian + religion = protestant + size = 150 + } + + soldiers = { + culture = latvian + religion = protestant + size = 200 + } + + farmers = { + culture = latvian + religion = protestant + size = 21475 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 550 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 750 + } } diff --git a/HPM/history/pops/1836.1.1/Lebanon.txt b/HPM/history/pops/1836.1.1/Lebanon.txt index 8bf0d041..5150edfc 100644 --- a/HPM/history/pops/1836.1.1/Lebanon.txt +++ b/HPM/history/pops/1836.1.1/Lebanon.txt @@ -1,444 +1,444 @@ #Suriye Region (68000) #see Syria.txt & Jordan.txt for balance of region -#under the rule of Egypt in 1836 +#under the rule of Egypt in 1836 #Baalbeck (68000/17000 POPS) #now part of Lebanon 912 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 125 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 400 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 175 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 7425 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 3700 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1000 - } - - clergymen = { - culture = mashriqi - religion = catholic - size = 100 - } - - artisans = { - culture = mashriqi - religion = catholic - size = 100 - } - - farmers = { - culture = mashriqi - religion = catholic - size = 2000 - } - - aristocrats = { - culture = mashriqi - religion = druze - size = 100 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 100 - } - - artisans = { - culture = mashriqi - religion = druze - size = 200 - } - - farmers = { - culture = mashriqi - religion = druze - size = 3725 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 125 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 400 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 175 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 7425 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 3700 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1000 + } + + clergymen = { + culture = mashriqi + religion = catholic + size = 100 + } + + artisans = { + culture = mashriqi + religion = catholic + size = 100 + } + + farmers = { + culture = mashriqi + religion = catholic + size = 2000 + } + + aristocrats = { + culture = mashriqi + religion = druze + size = 100 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 100 + } + + artisans = { + culture = mashriqi + religion = druze + size = 200 + } + + farmers = { + culture = mashriqi + religion = druze + size = 3725 + } } #Bayrut Region (260000) #see Israel-Palestine.txt for balance of region -#under the rule of Egypt in 1836 +#under the rule of Egypt in 1836 #Beirut (128000/32000 POPS) #mashriqi-catholic = maronites 913 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 50 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 125 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1075 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 125 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 2625 - } - - aristocrats = { - culture = mashriqi - religion = catholic - size = 150 - } - - bureaucrats = { - culture = mashriqi - religion = catholic - size = 100 - } - - clergymen = { - culture = mashriqi - religion = catholic - size = 200 - } - - artisans = { - culture = mashriqi - religion = catholic - size = 950 - } - - farmers = { - culture = mashriqi - religion = catholic - size = 19100 - } - - soldiers = { - culture = mashriqi - religion = catholic - size = 325 - } - - officers = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 125 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 1075 - } - - aristocrats = { - culture = mashriqi - religion = druze - size = 50 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 100 - } - - artisans = { - culture = mashriqi - religion = druze - size = 200 - } - - farmers = { - culture = mashriqi - religion = druze - size = 3625 - } - - clergymen = { - culture = armenian - religion = coptic - size = 25 - } - - artisans = { - culture = armenian - religion = coptic - size = 100 - } - - farmers = { - culture = armenian - religion = coptic - size = 1325 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 50 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 125 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1075 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 125 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 2625 + } + + aristocrats = { + culture = mashriqi + religion = catholic + size = 150 + } + + bureaucrats = { + culture = mashriqi + religion = catholic + size = 100 + } + + clergymen = { + culture = mashriqi + religion = catholic + size = 200 + } + + artisans = { + culture = mashriqi + religion = catholic + size = 950 + } + + farmers = { + culture = mashriqi + religion = catholic + size = 19100 + } + + soldiers = { + culture = mashriqi + religion = catholic + size = 325 + } + + officers = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 125 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 1075 + } + + aristocrats = { + culture = mashriqi + religion = druze + size = 50 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 100 + } + + artisans = { + culture = mashriqi + religion = druze + size = 200 + } + + farmers = { + culture = mashriqi + religion = druze + size = 3625 + } + + clergymen = { + culture = armenian + religion = coptic + size = 25 + } + + artisans = { + culture = armenian + religion = coptic + size = 100 + } + + farmers = { + culture = armenian + religion = coptic + size = 1325 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } } -#Askaleh (48000/12000 POPS) +#Askaleh (48000/12000 POPS) 914 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 8275 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 100 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1875 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 900 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 8275 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 100 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1875 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 900 + } } -#Sidon (84000/21000 POPS) +#Sidon (84000/21000 POPS) 915 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 100 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2000 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 50 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 925 - } - - aristocrats = { - culture = mashriqi - religion = catholic - size = 75 - } - - clergymen = { - culture = mashriqi - religion = catholic - size = 50 - } - - artisans = { - culture = mashriqi - religion = catholic - size = 250 - } - - farmers = { - culture = mashriqi - religion = catholic - size = 2050 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 100 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 75 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 450 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 11350 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 590 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 100 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2000 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 50 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 925 + } + + aristocrats = { + culture = mashriqi + religion = catholic + size = 75 + } + + clergymen = { + culture = mashriqi + religion = catholic + size = 50 + } + + artisans = { + culture = mashriqi + religion = catholic + size = 250 + } + + farmers = { + culture = mashriqi + religion = catholic + size = 2050 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 100 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 75 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 450 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 11350 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 590 + } } diff --git a/HPM/history/pops/1836.1.1/Leeward Islands.txt b/HPM/history/pops/1836.1.1/Leeward Islands.txt index da447e6b..5cbdb1ca 100644 --- a/HPM/history/pops/1836.1.1/Leeward Islands.txt +++ b/HPM/history/pops/1836.1.1/Leeward Islands.txt @@ -2,220 +2,220 @@ #Ruled by Britain 1836 #Antigua (25000/6250 POPS) #now independent 2224 = { - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - bureaucrats = { - culture = british - religion = protestant - size = 30 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 200 - } - - soldiers = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 5470 - } + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + bureaucrats = { + culture = british + religion = protestant + size = 30 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 200 + } + + soldiers = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 5470 + } } #Montserrat (5300/1325 POPS) #still British Colony 2225 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 5 - } - - artisans = { - culture = british - religion = protestant - size = 30 - } - - farmers = { - culture = british - religion = protestant - size = 30 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 15 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 45 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 10 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 1380 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 5 + } + + artisans = { + culture = british + religion = protestant + size = 30 + } + + farmers = { + culture = british + religion = protestant + size = 30 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 15 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 45 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 10 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 1380 + } } #Tortola (4800/1200 POPS) #still British Colony 2226 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 40 - } - - farmers = { - culture = british - religion = protestant - size = 40 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 15 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 35 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 10 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 1040 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 40 + } + + farmers = { + culture = british + religion = protestant + size = 40 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 15 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 35 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 10 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 1040 + } } #Saint Kitts (26500/6625 POPS) #now independent 2227 = { - aristocrats = { - culture = british - religion = protestant - size = 75 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - artisans = { - culture = british - religion = protestant - size = 225 - } - - soldiers = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 260 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 5900 - } + aristocrats = { + culture = british + religion = protestant + size = 75 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + artisans = { + culture = british + religion = protestant + size = 225 + } + + soldiers = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 260 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 5900 + } } diff --git a/HPM/history/pops/1836.1.1/Liberia.txt b/HPM/history/pops/1836.1.1/Liberia.txt index 71c9f8b5..0f06274a 100644 --- a/HPM/history/pops/1836.1.1/Liberia.txt +++ b/HPM/history/pops/1836.1.1/Liberia.txt @@ -1,386 +1,386 @@ -#Liberia Region (880000) +#Liberia Region (880000) #under the rule of Liberia in 1836 -#Monrovia (252000/63000 POPS) +#Monrovia (252000/63000 POPS) 1887 = { - aristocrats = { - culture = afro_american - religion = protestant - size = 500 - } - - officers = { - culture = afro_american - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1010 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - soldiers = { - culture = afro_american - religion = protestant - size = 1100 - } - - farmers = { - culture = kru - religion = protestant - size = 2775 - } - - aristocrats = { - culture = kru - religion = animist - size = 875 - } - - clergymen = { - culture = kru - religion = animist - size = 450 - } - - artisans = { - culture = kru - religion = animist - size = 2350 - } - - soldiers = { - culture = kru - religion = animist - size = 450 - } - - farmers = { - culture = kru - religion = animist - size = 45875 - } - - aristocrats = { - culture = mande - religion = animist - size = 150 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 450 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 5225 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 100 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 200 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 1625 - } + aristocrats = { + culture = afro_american + religion = protestant + size = 500 + } + + officers = { + culture = afro_american + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1010 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + soldiers = { + culture = afro_american + religion = protestant + size = 1100 + } + + farmers = { + culture = kru + religion = protestant + size = 2775 + } + + aristocrats = { + culture = kru + religion = animist + size = 875 + } + + clergymen = { + culture = kru + religion = animist + size = 450 + } + + artisans = { + culture = kru + religion = animist + size = 2350 + } + + soldiers = { + culture = kru + religion = animist + size = 450 + } + + farmers = { + culture = kru + religion = animist + size = 45875 + } + + aristocrats = { + culture = mande + religion = animist + size = 150 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 450 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 5225 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 100 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 200 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 1625 + } } -#Harper (204000/51000 POPS) +#Harper (204000/51000 POPS) 1888 = { - aristocrats = { - culture = afro_american - religion = protestant - size = 750 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 375 - } - - artisans = { - culture = kru - religion = protestant - size = 1900 - } - - soldiers = { - culture = kru - religion = animist - size = 375 - } - - farmers = { - culture = kru - religion = animist - size = 24600 - } - - aristocrats = { - culture = western_nigritic - religion = protestant - size = 250 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 125 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 650 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 125 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 21850 - } + aristocrats = { + culture = afro_american + religion = protestant + size = 750 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 375 + } + + artisans = { + culture = kru + religion = protestant + size = 1900 + } + + soldiers = { + culture = kru + religion = animist + size = 375 + } + + farmers = { + culture = kru + religion = animist + size = 24600 + } + + aristocrats = { + culture = western_nigritic + religion = protestant + size = 250 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 125 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 650 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 125 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 21850 + } } #uncolonized in 1836 -#Bopulu (124000/31000 POPS) +#Bopulu (124000/31000 POPS) 1889 = { - aristocrats = { - culture = mande - religion = sunni - size = 475 - } - - clergymen = { - culture = mande - religion = sunni - size = 250 - } - - artisans = { - culture = mande - religion = sunni - size = 1250 - } - - soldiers = { - culture = mande - religion = sunni - size = 250 - } - - farmers = { - culture = mande - religion = sunni - size = 32775 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 100 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 300 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 35475 - } + aristocrats = { + culture = mande + religion = sunni + size = 475 + } + + clergymen = { + culture = mande + religion = sunni + size = 250 + } + + artisans = { + culture = mande + religion = sunni + size = 1250 + } + + soldiers = { + culture = mande + religion = sunni + size = 250 + } + + farmers = { + culture = mande + religion = sunni + size = 32775 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 100 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 300 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 35475 + } } -#Gbarnga (132000/33000 POPS) +#Gbarnga (132000/33000 POPS) 1890 = { - aristocrats = { - culture = mande - religion = sunni - size = 200 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 550 - } - - soldiers = { - culture = mande - religion = sunni - size = 125 - } - - farmers = { - culture = mande - religion = sunni - size = 15025 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 425 - } - - clergymen = { - culture = mande - religion = animist - size = 225 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 225 - } - - farmers = { - culture = mande - religion = animist - size = 65025 - } + aristocrats = { + culture = mande + religion = sunni + size = 200 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 550 + } + + soldiers = { + culture = mande + religion = sunni + size = 125 + } + + farmers = { + culture = mande + religion = sunni + size = 15025 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 425 + } + + clergymen = { + culture = mande + religion = animist + size = 225 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 225 + } + + farmers = { + culture = mande + religion = animist + size = 65025 + } } -#Zwedru (168000/42000 POPS) +#Zwedru (168000/42000 POPS) 1891 = { - aristocrats = { - culture = kru - religion = animist - size = 425 - } - - clergymen = { - culture = afro_american - religion = animist - size = 250 - } - - artisans = { - culture = afro_american - religion = animist - size = 1150 - } - - soldiers = { - culture = kru - religion = animist - size = 250 - } - - farmers = { - culture = kru - religion = animist - size = 5975 - } - - aristocrats = { - culture = afro_american - religion = animist - size = 350 - } - - clergymen = { - culture = afro_american - religion = animist - size = 200 - } - - artisans = { - culture = afro_american - religion = animist - size = 950 - } - - soldiers = { - culture = afro_american - religion = animist - size = 200 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 32300 - } + aristocrats = { + culture = kru + religion = animist + size = 425 + } + + clergymen = { + culture = afro_american + religion = animist + size = 250 + } + + artisans = { + culture = afro_american + religion = animist + size = 1150 + } + + soldiers = { + culture = kru + religion = animist + size = 250 + } + + farmers = { + culture = kru + religion = animist + size = 5975 + } + + aristocrats = { + culture = afro_american + religion = animist + size = 350 + } + + clergymen = { + culture = afro_american + religion = animist + size = 200 + } + + artisans = { + culture = afro_american + religion = animist + size = 950 + } + + soldiers = { + culture = afro_american + religion = animist + size = 200 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 32300 + } } diff --git a/HPM/history/pops/1836.1.1/Libya.txt b/HPM/history/pops/1836.1.1/Libya.txt index 00d43927..6b9e541c 100644 --- a/HPM/history/pops/1836.1.1/Libya.txt +++ b/HPM/history/pops/1836.1.1/Libya.txt @@ -1,944 +1,944 @@ -#Tripolitania Region (396000) -#under the rule of Ottoman Empire in 1836 -#Tripoli (172000/43000 POPS) +#Tripolitania Region (396000) +#under the rule of Ottoman Empire in 1836 +#Tripoli (172000/43000 POPS) 1731 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 550 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - officers = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 275 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 3150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 22900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 63075 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 6500 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1475 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 550 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + officers = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 275 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 3150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 22900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 63075 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 6500 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1475 + } } #Gharyan (40000/10000 POPS) 1732 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1725 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4550 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1725 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4550 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Misratah (84000/21000 POPS) 1733 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 175 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 500 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10125 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 275 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4250 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 5000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 175 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 500 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10125 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 275 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4250 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 5000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } } #Sirt (100000/25000 POPS) 1734 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 150 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 400 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 75 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 7300 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 225 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 125 - } - - artisans = { - culture = bedouin - religion = sunni - size = 650 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 10000 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 4000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 150 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 400 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 75 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 7300 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 225 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 125 + } + + artisans = { + culture = bedouin + religion = sunni + size = 650 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 10000 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 4000 + } } -#Cyrenaica Region (232000) -#under the rule of Ottoman Empire in 1836 +#Cyrenaica Region (232000) +#under the rule of Ottoman Empire in 1836 #Benghazi (124000/31000 POPS) 1735 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 275 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - officers = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 150 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 735 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 14025 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 175 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 9150 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 6000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 275 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + officers = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 150 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 735 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 14025 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 175 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 9150 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 6000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Darnah (60000/15000 POPS) 1736 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 50 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 4575 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 400 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7325 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 50 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 4575 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 400 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7325 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Tobruk (48000/12000 POPS) 1737 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2700 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5500 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2700 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5500 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 3000 + } } -#Kufrah Region (48000) +#Kufrah Region (48000) #uncolonized in 1836 #Jaghbub (12000/3000 POPS) 1738 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2750 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2750 + } } #Waddan (16000/4000 POPS) 1740 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2750 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 15 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 50 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 10 - } - - farmers = { - culture = tuareg - religion = sunni - size = 900 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2750 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 15 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 50 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 10 + } + + farmers = { + culture = tuareg + religion = sunni + size = 900 + } } #Matan al Sarah (4000/1000 POPS) 2585 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1650 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 15 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 10 - } - - farmers = { - culture = bedouin - religion = sunni - size = 500 - } - - aristocrats = { - culture = teda - religion = sunni - size = 15 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - farmers = { - culture = teda - religion = sunni - size = 1310 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1650 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 15 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 10 + } + + farmers = { + culture = bedouin + religion = sunni + size = 500 + } + + aristocrats = { + culture = teda + religion = sunni + size = 15 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + farmers = { + culture = teda + religion = sunni + size = 1310 + } } -#Fezzan Region (70000) -#under the indirect rule of Ottoman Empire in 1836 +#Fezzan Region (70000) +#under the indirect rule of Ottoman Empire in 1836 #Murzuk (16000/4000 POPS) 1741 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 20 - } - - officers = { - culture = maghrebi - religion = sunni - size = 15 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 10 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 880 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1875 - } - - slaves = { - culture = berber - religion = sunni - size = 1100 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 20 + } + + officers = { + culture = maghrebi + religion = sunni + size = 15 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 10 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 880 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1875 + } + + slaves = { + culture = berber + religion = sunni + size = 1100 + } } #Sabha (14000/3500 POPS) 1742 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 10 - } - - farmers = { - culture = bedouin - religion = sunni - size = 900 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1875 - } - - slaves = { - culture = teda - religion = sunni - size = 500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 10 + } + + farmers = { + culture = bedouin + religion = sunni + size = 900 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1875 + } + + slaves = { + culture = teda + religion = sunni + size = 500 + } } #Ghadamis - Now Sabha (24000/6000 POPS) 1744 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 65 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 200 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2650 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 40 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 150 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 1120 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } - - slaves = { - culture = berber - religion = sunni - size = 3100 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 65 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 200 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2650 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 40 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 150 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 1120 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } + + slaves = { + culture = berber + religion = sunni + size = 3100 + } } diff --git a/HPM/history/pops/1836.1.1/Lithuania.txt b/HPM/history/pops/1836.1.1/Lithuania.txt index 9ab06d23..06a9703a 100644 --- a/HPM/history/pops/1836.1.1/Lithuania.txt +++ b/HPM/history/pops/1836.1.1/Lithuania.txt @@ -1,730 +1,730 @@ -#Lithuania Region (1272000) -#under the rule of Russia in 1836 +#Lithuania Region (1272000) +#under the rule of Russia in 1836 #Vilnius (168000/42000 POPS) 360 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 500 - } - - officers = { - culture = lithuanian - religion = catholic - size = 150 - } - - bureaucrats = { - culture = lithuanian - religion = catholic - size = 150 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 150 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 2500 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 1100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 12400 - } - - aristocrats = { - culture = polish - religion = catholic - size = 450 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 225 - } - - officers = { - culture = polish - religion = catholic - size = 250 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 3750 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 4325 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12450 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 500 + } + + officers = { + culture = lithuanian + religion = catholic + size = 150 + } + + bureaucrats = { + culture = lithuanian + religion = catholic + size = 150 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 150 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 2500 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 1100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 12400 + } + + aristocrats = { + culture = polish + religion = catholic + size = 450 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 225 + } + + officers = { + culture = polish + religion = catholic + size = 250 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 3750 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 4325 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12450 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } } #Kaunas (204000/51000 POPS) 361 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 950 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 400 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1150 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 2100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 36500 - } - - aristocrats = { - culture = polish - religion = catholic - size = 250 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 150 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 550 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7050 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 950 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 400 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1150 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 2100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 36500 + } + + aristocrats = { + culture = polish + religion = catholic + size = 250 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 150 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 550 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7050 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } } #Marjampole (240000/60000 POPS) 362 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 250 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1500 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 2250 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 23000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1950 - } - - clergymen = { - culture = polish - religion = catholic - size = 275 - } - - artisans = { - culture = polish - religion = catholic - size = 1200 - } - - soldiers = { - culture = polish - religion = catholic - size = 300 - } - - farmers = { - culture = polish - religion = catholic - size = 13225 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8425 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 200 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 3675 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 250 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1500 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 2250 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 23000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1950 + } + + clergymen = { + culture = polish + religion = catholic + size = 275 + } + + artisans = { + culture = polish + religion = catholic + size = 1200 + } + + soldiers = { + culture = polish + religion = catholic + size = 300 + } + + farmers = { + culture = polish + religion = catholic + size = 13225 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8425 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 200 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 3675 + } } #Panevezys (204000/51000 POPS) 363 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 1025 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 375 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1750 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 375 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 34475 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6825 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 200 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 750 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1825 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 1025 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 375 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1750 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 375 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 34475 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6825 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 200 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 750 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1825 + } } #Siauliai (200000/50000 POPS) 364 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 900 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 400 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1250 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 2200 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 38250 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5400 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 900 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 400 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1250 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 2200 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 38250 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5400 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } } #Palanga (84000/21000 POPS) 365 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 350 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 150 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 500 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 175 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 15825 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2325 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 850 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 350 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 150 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 500 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 175 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 15825 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2325 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 850 + } } #East Prussia Region (172000) #see Poland.txt and Lithuania.txt for balance of region -#under the rule of Prussia in 1836 -#Memel (172000/43000 POPS) #now part of Lithuania +#under the rule of Prussia in 1836 +#Memel (172000/43000 POPS) #now part of Lithuania 698 = { - aristocrats = { - culture = north_german - religion = protestant - size = 750 - } - - clergymen = { - culture = north_german - religion = protestant - size = 200 - } - - artisans = { - culture = north_german - religion = protestant - size = 2400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1100 - } - - farmers = { - culture = north_german - religion = protestant - size = 19500 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## - - clergymen = { - culture = lithuanian - religion = catholic - size = 150 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 950 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 1100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 16100 - } - - farmers = { - culture = lithuanian - religion = protestant - size = 1000 - } + aristocrats = { + culture = north_german + religion = protestant + size = 750 + } + + clergymen = { + culture = north_german + religion = protestant + size = 200 + } + + artisans = { + culture = north_german + religion = protestant + size = 2400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1100 + } + + farmers = { + culture = north_german + religion = protestant + size = 19500 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## + + clergymen = { + culture = lithuanian + religion = catholic + size = 150 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 950 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 1100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 16100 + } + + farmers = { + culture = lithuanian + religion = protestant + size = 1000 + } } diff --git a/HPM/history/pops/1836.1.1/Luxembourg.txt b/HPM/history/pops/1836.1.1/Luxembourg.txt index 7664eaee..d04891fa 100644 --- a/HPM/history/pops/1836.1.1/Luxembourg.txt +++ b/HPM/history/pops/1836.1.1/Luxembourg.txt @@ -2,126 +2,126 @@ #In personal union with Netherlands in 1836 #Luxembourg (172000/43000 POPS) 397 = { - aristocrats = { - culture = north_german - religion = catholic - size = 175 - } - - bureaucrats = { - culture = north_german - religion = catholic - size = 25 - } - - officers = { - culture = north_german - religion = catholic - size = 50 - } - - clergymen = { - culture = north_german - religion = catholic - size = 150 - } - - artisans = { - culture = north_german - religion = catholic - size = 750 - } - - soldiers = { - culture = north_german - religion = catholic - size = 2000 - } - - farmers = { - culture = north_german - religion = catholic - size = 13580 - } - - farmers = { - culture = north_german - religion = protestant - size = 1320 - } - - aristocrats = { - culture = french - religion = catholic - size = 250 - } - - officers = { - culture = french - religion = catholic - size = 50 - } - - bureaucrats = { - culture = french - religion = catholic - size = 50 - } - - clergymen = { - culture = french - religion = catholic - size = 275 - } - - artisans = { - culture = french - religion = catholic - size = 1750 - } - - soldiers = { - culture = french - religion = catholic - size = 250 - } - - farmers = { - culture = french - religion = catholic - size = 23375 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = catholic + size = 175 + } + + bureaucrats = { + culture = north_german + religion = catholic + size = 25 + } + + officers = { + culture = north_german + religion = catholic + size = 50 + } + + clergymen = { + culture = north_german + religion = catholic + size = 150 + } + + artisans = { + culture = north_german + religion = catholic + size = 750 + } + + soldiers = { + culture = north_german + religion = catholic + size = 2000 + } + + farmers = { + culture = north_german + religion = catholic + size = 13580 + } + + farmers = { + culture = north_german + religion = protestant + size = 1320 + } + + aristocrats = { + culture = french + religion = catholic + size = 250 + } + + officers = { + culture = french + religion = catholic + size = 50 + } + + bureaucrats = { + culture = french + religion = catholic + size = 50 + } + + clergymen = { + culture = french + religion = catholic + size = 275 + } + + artisans = { + culture = french + religion = catholic + size = 1750 + } + + soldiers = { + culture = french + religion = catholic + size = 250 + } + + farmers = { + culture = french + religion = catholic + size = 23375 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } diff --git a/HPM/history/pops/1836.1.1/Macedonia.txt b/HPM/history/pops/1836.1.1/Macedonia.txt index d47f229e..57827b70 100644 --- a/HPM/history/pops/1836.1.1/Macedonia.txt +++ b/HPM/history/pops/1836.1.1/Macedonia.txt @@ -1,344 +1,343 @@ -#Macedonia Region (424000) #see Greece.txt and Bulgaria.txt for balance of region -#under the rule of Ottoman Empire in 1836 -#Skopje (424000/106000 POPS) +#Macedonia Region (424000) #see Greece.txt and Bulgaria.txt for balance of region +#under the rule of Ottoman Empire in 1836 +#Skopje (424000/106000 POPS) 806 = { - aristocrats = { - culture = turkish - religion = sunni - size = 2450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 325 - } - - artisans = { - culture = turkish - religion = sunni - size = 2000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 3000 - } - - farmers = { - culture = turkish - religion = sunni - size = 25225 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 125 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 110 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 200 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 125 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 56350 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 110 - } - - officers = { - culture = greek - religion = orthodox - size = 110 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 1200 - } - - farmers = { - culture = greek - religion = orthodox - size = 11200 - } - - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 700 - } - - farmers = { - culture = sephardic - religion = jewish - size = 300 - } + aristocrats = { + culture = turkish + religion = sunni + size = 2450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 325 + } + + artisans = { + culture = turkish + religion = sunni + size = 2000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 3000 + } + + farmers = { + culture = turkish + religion = sunni + size = 25225 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 125 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 110 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 200 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 125 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 56350 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 110 + } + + officers = { + culture = greek + religion = orthodox + size = 110 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 1200 + } + + farmers = { + culture = greek + religion = orthodox + size = 11200 + } + + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 700 + } + + farmers = { + culture = sephardic + religion = jewish + size = 300 + } } -#Monastir Region (268000) #see Greece.txt for balance of region -#under the rule of Ottoman Empire in 1836 -#Bitola (268000/67000 POPS) +#Monastir Region (268000) #see Greece.txt for balance of region +#under the rule of Ottoman Empire in 1836 +#Bitola (268000/67000 POPS) 807 = { - soldiers = { - culture = bulgarian - religion = orthodox - size = 1200 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 110 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 425 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 24075 - } - - soldiers = { - culture = serb - religion = orthodox - size = 200 - } - - clergymen = { - culture = serb - religion = orthodox - size = 110 - } - - artisans = { - culture = serb - religion = orthodox - size = 225 - } - - farmers = { - culture = serb - religion = orthodox - size = 2965 - } - - farmers = { - culture = serb - religion = sunni - size = 500 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 6000 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 1500 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 225 - } - - officers = { - culture = turkish - religion = sunni - size = 175 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1300 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 1975 - } - - soldiers = { - culture = greek - religion = orthodox - size = 175 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 250 - } - - farmers = { - culture = greek - religion = orthodox - size = 9475 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 500 - } - - farmers = { - culture = sephardic - religion = jewish - size = 300 - } + soldiers = { + culture = bulgarian + religion = orthodox + size = 1200 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 110 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 425 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 24075 + } + + soldiers = { + culture = serb + religion = orthodox + size = 200 + } + + clergymen = { + culture = serb + religion = orthodox + size = 110 + } + + artisans = { + culture = serb + religion = orthodox + size = 225 + } + + farmers = { + culture = serb + religion = orthodox + size = 2965 + } + + farmers = { + culture = serb + religion = sunni + size = 500 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 6000 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 1500 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 225 + } + + officers = { + culture = turkish + religion = sunni + size = 175 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1300 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 1975 + } + + soldiers = { + culture = greek + religion = orthodox + size = 175 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 250 + } + + farmers = { + culture = greek + religion = orthodox + size = 9475 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 500 + } + + farmers = { + culture = sephardic + religion = jewish + size = 300 + } } #Debar - Former Tichit 1780 = { - clergymen = { - culture = albanian - religion = sunni - size = 125 - } - - artisans = { - culture = albanian - religion = sunni - size = 400 - } - - soldiers = { - culture = albanian - religion = sunni - size = 2100 - } - - farmers = { - culture = albanian - religion = sunni - size = 22062 - } - - soldiers = { - culture = serb - religion = orthodox - size = 175 - } - - clergymen = { - culture = serb - religion = orthodox - size = 110 - } - - artisans = { - culture = serb - religion = orthodox - size = 250 - } - - farmers = { - culture = serb - religion = orthodox - size = 1100 - } + clergymen = { + culture = albanian + religion = sunni + size = 125 + } + + artisans = { + culture = albanian + religion = sunni + size = 400 + } + + soldiers = { + culture = albanian + religion = sunni + size = 2100 + } + + farmers = { + culture = albanian + religion = sunni + size = 22062 + } + + soldiers = { + culture = serb + religion = orthodox + size = 175 + } + + clergymen = { + culture = serb + religion = orthodox + size = 110 + } + + artisans = { + culture = serb + religion = orthodox + size = 250 + } + + farmers = { + culture = serb + religion = orthodox + size = 1100 + } } - diff --git a/HPM/history/pops/1836.1.1/Madagascar.txt b/HPM/history/pops/1836.1.1/Madagascar.txt index 7283f53c..002a323f 100644 --- a/HPM/history/pops/1836.1.1/Madagascar.txt +++ b/HPM/history/pops/1836.1.1/Madagascar.txt @@ -1,585 +1,585 @@ -#Imerina Region (1500000) +#Imerina Region (1500000) #ruled by Madagascar in 1836 #Tananarive (824000/207000 POPS) 2115 = { - aristocrats = { - culture = malagasy - religion = animist - size = 3675 - } - - bureaucrats = { - culture = malagasy - religion = animist - size = 500 - } - - clergymen = { - culture = malagasy - religion = animist - size = 2125 - } - - artisans = { - culture = malagasy - religion = animist - size = 10000 - } - - artisans = { - culture = malagasy - religion = animist - size = 300 - } - - soldiers = { - culture = malagasy - religion = animist - size = 3000 - } - - soldiers = { - culture = malagasy - religion = animist - size = 3000 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1000 - } - - farmers = { - culture = malagasy - religion = animist - size = 144075 - } - - clergymen = { - culture = malagasy - religion = catholic - size = 5 - } - - artisans = { - culture = malagasy - religion = catholic - size = 10 - } - - farmers = { - culture = malagasy - religion = catholic - size = 235 - } - - aristocrats = { - culture = malagasy - religion = protestant - size = 25 - } - - clergymen = { - culture = malagasy - religion = protestant - size = 25 - } - - artisans = { - culture = malagasy - religion = protestant - size = 50 - } - - farmers = { - culture = malagasy - religion = protestant - size = 900 - } + aristocrats = { + culture = malagasy + religion = animist + size = 3675 + } + + bureaucrats = { + culture = malagasy + religion = animist + size = 500 + } + + clergymen = { + culture = malagasy + religion = animist + size = 2125 + } + + artisans = { + culture = malagasy + religion = animist + size = 10000 + } + + artisans = { + culture = malagasy + religion = animist + size = 300 + } + + soldiers = { + culture = malagasy + religion = animist + size = 3000 + } + + soldiers = { + culture = malagasy + religion = animist + size = 3000 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1000 + } + + farmers = { + culture = malagasy + religion = animist + size = 144075 + } + + clergymen = { + culture = malagasy + religion = catholic + size = 5 + } + + artisans = { + culture = malagasy + religion = catholic + size = 10 + } + + farmers = { + culture = malagasy + religion = catholic + size = 235 + } + + aristocrats = { + culture = malagasy + religion = protestant + size = 25 + } + + clergymen = { + culture = malagasy + religion = protestant + size = 25 + } + + artisans = { + culture = malagasy + religion = protestant + size = 50 + } + + farmers = { + culture = malagasy + religion = protestant + size = 900 + } } #Fianarantsoa (280000/7000 POPS) 2116 = { - aristocrats = { - culture = malagasy - religion = animist - size = 1350 - } - - clergymen = { - culture = malagasy - religion = animist - size = 725 - } - - artisans = { - culture = malagasy - religion = animist - size = 3500 - } - - soldiers = { - culture = malagasy - religion = animist - size = 3000 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1000 - } - - farmers = { - culture = malagasy - religion = animist - size = 60425 - } + aristocrats = { + culture = malagasy + religion = animist + size = 1350 + } + + clergymen = { + culture = malagasy + religion = animist + size = 725 + } + + artisans = { + culture = malagasy + religion = animist + size = 3500 + } + + soldiers = { + culture = malagasy + religion = animist + size = 3000 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1000 + } + + farmers = { + culture = malagasy + religion = animist + size = 60425 + } } #Tolanaro (176000/44000 POPS) 2118 = { - aristocrats = { - culture = malagasy - religion = sunni - size = 475 - } - - clergymen = { - culture = malagasy - religion = sunni - size = 250 - } - - artisans = { - culture = malagasy - religion = sunni - size = 1100 - } - - soldiers = { - culture = malagasy - religion = sunni - size = 250 - } - - farmers = { - culture = malagasy - religion = sunni - size = 15025 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 8000 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 350 - } - - clergymen = { - culture = malagasy - religion = animist - size = 200 - } - - artisans = { - culture = malagasy - religion = animist - size = 950 - } - - soldiers = { - culture = malagasy - religion = animist - size = 200 - } - - farmers = { - culture = malagasy - religion = animist - size = 27300 - } + aristocrats = { + culture = malagasy + religion = sunni + size = 475 + } + + clergymen = { + culture = malagasy + religion = sunni + size = 250 + } + + artisans = { + culture = malagasy + religion = sunni + size = 1100 + } + + soldiers = { + culture = malagasy + religion = sunni + size = 250 + } + + farmers = { + culture = malagasy + religion = sunni + size = 15025 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 8000 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 350 + } + + clergymen = { + culture = malagasy + religion = animist + size = 200 + } + + artisans = { + culture = malagasy + religion = animist + size = 950 + } + + soldiers = { + culture = malagasy + religion = animist + size = 200 + } + + farmers = { + culture = malagasy + religion = animist + size = 27300 + } } #Toamasina (116000/29000 POPS) 2119 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 225 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 125 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 500 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 125 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 4025 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 7000 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 250 - } - - clergymen = { - culture = malagasy - religion = animist - size = 150 - } - - artisans = { - culture = malagasy - religion = animist - size = 700 - } - - soldiers = { - culture = malagasy - religion = animist - size = 150 - } - - farmers = { - culture = malagasy - religion = animist - size = 12750 - } - - clergymen = { - culture = malagasy - religion = catholic - size = 25 - } - - artisans = { - culture = malagasy - religion = catholic - size = 50 - } - - farmers = { - culture = malagasy - religion = catholic - size = 925 - } - - aristocrats = { - culture = malagasy - religion = protestant - size = 50 - } - - clergymen = { - culture = malagasy - religion = protestant - size = 50 - } - - artisans = { - culture = malagasy - religion = protestant - size = 100 - } - - farmers = { - culture = malagasy - religion = protestant - size = 1800 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 225 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 125 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 500 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 125 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 4025 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 7000 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 250 + } + + clergymen = { + culture = malagasy + religion = animist + size = 150 + } + + artisans = { + culture = malagasy + religion = animist + size = 700 + } + + soldiers = { + culture = malagasy + religion = animist + size = 150 + } + + farmers = { + culture = malagasy + religion = animist + size = 12750 + } + + clergymen = { + culture = malagasy + religion = catholic + size = 25 + } + + artisans = { + culture = malagasy + religion = catholic + size = 50 + } + + farmers = { + culture = malagasy + religion = catholic + size = 925 + } + + aristocrats = { + culture = malagasy + religion = protestant + size = 50 + } + + clergymen = { + culture = malagasy + religion = protestant + size = 50 + } + + artisans = { + culture = malagasy + religion = protestant + size = 100 + } + + farmers = { + culture = malagasy + religion = protestant + size = 1800 + } } #Antsiranana (104000/26000 POPS) 2120 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 175 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 100 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 500 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 100 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 3125 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 6000 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 275 - } - - clergymen = { - culture = malagasy - religion = animist - size = 150 - } - - artisans = { - culture = malagasy - religion = animist - size = 800 - } - - soldiers = { - culture = malagasy - religion = animist - size = 175 - } - - farmers = { - culture = malagasy - religion = animist - size = 14600 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 175 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 100 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 500 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 100 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 3125 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 6000 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 275 + } + + clergymen = { + culture = malagasy + religion = animist + size = 150 + } + + artisans = { + culture = malagasy + religion = animist + size = 800 + } + + soldiers = { + culture = malagasy + religion = animist + size = 175 + } + + farmers = { + culture = malagasy + religion = animist + size = 14600 + } } -#Sakalava Region (588000) +#Sakalava Region (588000) #ruled by Madagascar in 1836 #Ampanihy (228000/57000 POPS) 2117 = { - aristocrats = { - culture = malagasy #african_minor - religion = animist - size = 475 - } - - clergymen = { - culture = malagasy #african_minor - religion = animist - size = 250 - } - - artisans = { - culture = malagasy #african_minor - religion = animist - size = 1250 - } - - soldiers = { - culture = malagasy #african_minor - religion = animist - size = 250 - } - - farmers = { - culture = malagasy #african_minor - religion = animist - size = 22775 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 625 - } - - clergymen = { - culture = malagasy - religion = animist - size = 325 - } - - artisans = { - culture = malagasy - religion = animist - size = 1600 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1100 - } - - farmers = { - culture = malagasy - religion = animist - size = 28450 - } + aristocrats = { + culture = malagasy #african_minor + religion = animist + size = 475 + } + + clergymen = { + culture = malagasy #african_minor + religion = animist + size = 250 + } + + artisans = { + culture = malagasy #african_minor + religion = animist + size = 1250 + } + + soldiers = { + culture = malagasy #african_minor + religion = animist + size = 250 + } + + farmers = { + culture = malagasy #african_minor + religion = animist + size = 22775 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 625 + } + + clergymen = { + culture = malagasy + religion = animist + size = 325 + } + + artisans = { + culture = malagasy + religion = animist + size = 1600 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1100 + } + + farmers = { + culture = malagasy + religion = animist + size = 28450 + } } #Mahajanga (188000/47000 POPS) 2121 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 525 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 275 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 1100 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 275 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 13275 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 5550 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 375 - } - - clergymen = { - culture = malagasy - religion = animist - size = 200 - } - - artisans = { - culture = malagasy - religion = animist - size = 1100 - } - - soldiers = { - culture = malagasy - religion = animist - size = 200 - } - - farmers = { - culture = malagasy - religion = animist - size = 44225 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 525 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 275 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 1100 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 275 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 13275 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 5550 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 375 + } + + clergymen = { + culture = malagasy + religion = animist + size = 200 + } + + artisans = { + culture = malagasy + religion = animist + size = 1100 + } + + soldiers = { + culture = malagasy + religion = animist + size = 200 + } + + farmers = { + culture = malagasy + religion = animist + size = 44225 + } } #Toliara (172000/43000 POPS) 2122 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 300 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 150 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 650 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 175 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 3725 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 5000 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 500 - } - - clergymen = { - culture = malagasy - religion = animist - size = 275 - } - - artisans = { - culture = malagasy - religion = animist - size = 1350 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1100 - } - - farmers = { - culture = malagasy - religion = animist - size = 52975 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 300 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 150 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 650 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 175 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 3725 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 5000 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 500 + } + + clergymen = { + culture = malagasy + religion = animist + size = 275 + } + + artisans = { + culture = malagasy + religion = animist + size = 1350 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1100 + } + + farmers = { + culture = malagasy + religion = animist + size = 52975 + } } diff --git a/HPM/history/pops/1836.1.1/Malawi.txt b/HPM/history/pops/1836.1.1/Malawi.txt index 3d3af042..98b5c9a7 100644 --- a/HPM/history/pops/1836.1.1/Malawi.txt +++ b/HPM/history/pops/1836.1.1/Malawi.txt @@ -1,169 +1,169 @@ -#Nyasaland Region (368000) +#Nyasaland Region (368000) #uncolonized in 1836/dominated by the Yao -#Zomba (208000/52000 POPS) +#Zomba (208000/52000 POPS) 2066 = { - aristocrats = { - culture = chewa - religion = animist - size = 550 - } - - clergymen = { - culture = chewa - religion = animist - size = 300 - } - - artisans = { - culture = chewa - religion = animist - size = 1450 - } - - soldiers = { - culture = chewa - religion = animist - size = 300 - } - - farmers = { - culture = chewa - religion = animist - size = 26400 - } - - slaves = { - culture = chewa - religion = animist - size = 3000 - } - - aristocrats = { - culture = lomwe - religion = animist - size = 275 - } - - clergymen = { - culture = lomwe - religion = animist - size = 150 - } - - artisans = { - culture = lomwe - religion = animist - size = 750 - } - - soldiers = { - culture = lomwe - religion = animist - size = 150 - } - - farmers = { - culture = lomwe - religion = animist - size = 13675 - } - - aristocrats = { - culture = yao - religion = animist - size = 125 - } - - clergymen = { - culture = yao - religion = animist - size = 75 - } - - artisans = { - culture = yao - religion = animist - size = 400 - } - - soldiers = { - culture = yao - religion = animist - size = 100 - } - - farmers = { - culture = yao - religion = animist - size = 4275 - } + aristocrats = { + culture = chewa + religion = animist + size = 550 + } + + clergymen = { + culture = chewa + religion = animist + size = 300 + } + + artisans = { + culture = chewa + religion = animist + size = 1450 + } + + soldiers = { + culture = chewa + religion = animist + size = 300 + } + + farmers = { + culture = chewa + religion = animist + size = 26400 + } + + slaves = { + culture = chewa + religion = animist + size = 3000 + } + + aristocrats = { + culture = lomwe + religion = animist + size = 275 + } + + clergymen = { + culture = lomwe + religion = animist + size = 150 + } + + artisans = { + culture = lomwe + religion = animist + size = 750 + } + + soldiers = { + culture = lomwe + religion = animist + size = 150 + } + + farmers = { + culture = lomwe + religion = animist + size = 13675 + } + + aristocrats = { + culture = yao + religion = animist + size = 125 + } + + clergymen = { + culture = yao + religion = animist + size = 75 + } + + artisans = { + culture = yao + religion = animist + size = 400 + } + + soldiers = { + culture = yao + religion = animist + size = 100 + } + + farmers = { + culture = yao + religion = animist + size = 4275 + } } -#Lilongwe (160000/40000 POPS)/dominated by Kazembe +#Lilongwe (160000/40000 POPS)/dominated by Kazembe 2067 = { - aristocrats = { - culture = chewa - religion = animist - size = 350 - } - - clergymen = { - culture = chewa - religion = animist - size = 200 - } - - artisans = { - culture = chewa - religion = animist - size = 950 - } - - soldiers = { - culture = chewa - religion = animist - size = 200 - } - - farmers = { - culture = chewa - religion = animist - size = 17300 - } - - slaves = { - culture = chewa - religion = animist - size = 4000 - } - - aristocrats = { - culture = lunda - religion = animist - size = 400 - } - - clergymen = { - culture = lunda - religion = animist - size = 200 - } - - artisans = { - culture = lunda - religion = animist - size = 850 - } - - soldiers = { - culture = lunda - religion = animist - size = 225 - } - - farmers = { - culture = lunda - religion = animist - size = 15125 - } + aristocrats = { + culture = chewa + religion = animist + size = 350 + } + + clergymen = { + culture = chewa + religion = animist + size = 200 + } + + artisans = { + culture = chewa + religion = animist + size = 950 + } + + soldiers = { + culture = chewa + religion = animist + size = 200 + } + + farmers = { + culture = chewa + religion = animist + size = 17300 + } + + slaves = { + culture = chewa + religion = animist + size = 4000 + } + + aristocrats = { + culture = lunda + religion = animist + size = 400 + } + + clergymen = { + culture = lunda + religion = animist + size = 200 + } + + artisans = { + culture = lunda + religion = animist + size = 850 + } + + soldiers = { + culture = lunda + religion = animist + size = 225 + } + + farmers = { + culture = lunda + religion = animist + size = 15125 + } } diff --git a/HPM/history/pops/1836.1.1/Malaysia.txt b/HPM/history/pops/1836.1.1/Malaysia.txt index f8bda614..ad1f715f 100644 --- a/HPM/history/pops/1836.1.1/Malaysia.txt +++ b/HPM/history/pops/1836.1.1/Malaysia.txt @@ -3,834 +3,834 @@ #Ruled By Britain 1836 #Singapore (36000/9000 POPS) 1384 = { - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 2450 - } - - farmers = { - culture = yue - religion = mahayana - size = 500 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 250 - } - - farmers = { - culture = malay - religion = sunni - size = 4700 - } - - artisans = { - culture = tamil - religion = hindu - size = 1100 - } + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 2450 + } + + farmers = { + culture = yue + religion = mahayana + size = 500 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 250 + } + + farmers = { + culture = malay + religion = sunni + size = 4700 + } + + artisans = { + culture = tamil + religion = hindu + size = 1100 + } } #Malacca (52800/13200 POPS) 1386 = { - aristocrats = { - culture = yue - religion = mahayana - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1450 - } - - farmers = { - culture = yue - religion = mahayana - size = 1500 - } - - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - aristocrats = { - culture = malay - religion = sunni - size = 100 - } - - clergymen = { - culture = malay - religion = sunni - size = 100 - } - - artisans = { - culture = malay - religion = sunni - size = 500 - } - - soldiers = { - culture = malay - religion = sunni - size = 100 - } - - farmers = { - culture = malay - religion = sunni - size = 9300 - } + aristocrats = { + culture = yue + religion = mahayana + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1450 + } + + farmers = { + culture = yue + religion = mahayana + size = 1500 + } + + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + aristocrats = { + culture = malay + religion = sunni + size = 100 + } + + clergymen = { + culture = malay + religion = sunni + size = 100 + } + + artisans = { + culture = malay + religion = sunni + size = 500 + } + + soldiers = { + culture = malay + religion = sunni + size = 100 + } + + farmers = { + culture = malay + religion = sunni + size = 9300 + } } #Penang (84000/21000 POPS) 1388 = { - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 3875 - } - - farmers = { - culture = yue - religion = mahayana - size = 2075 - } - - clergymen = { - culture = malay - religion = sunni - size = 150 - } - - artisans = { - culture = malay - religion = sunni - size = 750 - } - - soldiers = { - culture = malay - religion = sunni - size = 200 - } - - farmers = { - culture = malay - religion = sunni - size = 13900 - } + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 3875 + } + + farmers = { + culture = yue + religion = mahayana + size = 2075 + } + + clergymen = { + culture = malay + religion = sunni + size = 150 + } + + artisans = { + culture = malay + religion = sunni + size = 750 + } + + soldiers = { + culture = malay + religion = sunni + size = 200 + } + + farmers = { + culture = malay + religion = sunni + size = 13900 + } } #Under Malay Rule 1836 (324000) #Johor Bahru (108000/27000 POPS) 1385 = { - aristocrats = { - culture = malay - religion = sunni - size = 250 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 125 - } - - officers = { - culture = malay - religion = sunni - size = 75 - } - - clergymen = { - culture = malay - religion = sunni - size = 250 - } - - artisans = { - culture = malay - religion = sunni - size = 1250 - } - - soldiers = { - culture = malay - religion = sunni - size = 1100 - } - - farmers = { - culture = malay - religion = sunni - size = 22050 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1450 - } - - farmers = { - culture = yue - religion = mahayana - size = 500 - } + aristocrats = { + culture = malay + religion = sunni + size = 250 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 125 + } + + officers = { + culture = malay + religion = sunni + size = 75 + } + + clergymen = { + culture = malay + religion = sunni + size = 250 + } + + artisans = { + culture = malay + religion = sunni + size = 1250 + } + + soldiers = { + culture = malay + religion = sunni + size = 1100 + } + + farmers = { + culture = malay + religion = sunni + size = 22050 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1450 + } + + farmers = { + culture = yue + religion = mahayana + size = 500 + } } #Kuala Lumpur (68000/17000 POPS) 1387 = { - aristocrats = { - culture = malay - religion = sunni - size = 150 - } - - clergymen = { - culture = malay - religion = sunni - size = 150 - } - - artisans = { - culture = malay - religion = sunni - size = 750 - } - - soldiers = { - culture = malay - religion = sunni - size = 1100 - } - - labourers = { - culture = malay - religion = sunni - size = 12950 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 950 - } - - farmers = { - culture = yue - religion = mahayana - size = 1100 - } + aristocrats = { + culture = malay + religion = sunni + size = 150 + } + + clergymen = { + culture = malay + religion = sunni + size = 150 + } + + artisans = { + culture = malay + religion = sunni + size = 750 + } + + soldiers = { + culture = malay + religion = sunni + size = 1100 + } + + labourers = { + culture = malay + religion = sunni + size = 12950 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 950 + } + + farmers = { + culture = yue + religion = mahayana + size = 1100 + } } #Kuantan (32000/8000 POPS) 1390 = { - aristocrats = { - culture = malay - religion = sunni - size = 75 - } - - clergymen = { - culture = malay - religion = sunni - size = 75 - } - - artisans = { - culture = malay - religion = sunni - size = 400 - } - - soldiers = { - culture = malay - religion = sunni - size = 75 - } - - labourers = { - culture = malay - religion = sunni - size = 6375 - } - - slaves = { - culture = asian_minor - religion = mahayana - size = 300 - } - - labourers = { - culture = yue - religion = mahayana - size = 1000 - } + aristocrats = { + culture = malay + religion = sunni + size = 75 + } + + clergymen = { + culture = malay + religion = sunni + size = 75 + } + + artisans = { + culture = malay + religion = sunni + size = 400 + } + + soldiers = { + culture = malay + religion = sunni + size = 75 + } + + labourers = { + culture = malay + religion = sunni + size = 6375 + } + + slaves = { + culture = asian_minor + religion = mahayana + size = 300 + } + + labourers = { + culture = yue + religion = mahayana + size = 1000 + } } #Ipoh (116000/29000 POPS) 2575 = { - aristocrats = { - culture = malay - religion = sunni - size = 300 - } - - clergymen = { - culture = malay - religion = sunni - size = 300 - } - - artisans = { - culture = malay - religion = sunni - size = 1500 - } - - soldiers = { - culture = malay - religion = sunni - size = 1100 - } - - labourers = { - culture = malay - religion = sunni - size = 25900 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 925 - } - - farmers = { - culture = yue - religion = mahayana - size = 2000 - } - - slaves = { - culture = asian_minor - religion = mahayana - size = 300 - } + aristocrats = { + culture = malay + religion = sunni + size = 300 + } + + clergymen = { + culture = malay + religion = sunni + size = 300 + } + + artisans = { + culture = malay + religion = sunni + size = 1500 + } + + soldiers = { + culture = malay + religion = sunni + size = 1100 + } + + labourers = { + culture = malay + religion = sunni + size = 25900 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 925 + } + + farmers = { + culture = yue + religion = mahayana + size = 2000 + } + + slaves = { + culture = asian_minor + religion = mahayana + size = 300 + } } #under Overlordship of Siam 1836 (284000) #Alor Setar (116000/29000 POPS) 1389 = { - aristocrats = { - culture = malay - religion = sunni - size = 300 - } - - clergymen = { - culture = malay - religion = sunni - size = 300 - } - - artisans = { - culture = malay - religion = sunni - size = 1350 - } - - soldiers = { - culture = malay - religion = sunni - size = 250 - } - - farmers = { - culture = malay - religion = sunni - size = 24800 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 950 - } - - farmers = { - culture = yue - religion = mahayana - size = 1100 - } + aristocrats = { + culture = malay + religion = sunni + size = 300 + } + + clergymen = { + culture = malay + religion = sunni + size = 300 + } + + artisans = { + culture = malay + religion = sunni + size = 1350 + } + + soldiers = { + culture = malay + religion = sunni + size = 250 + } + + farmers = { + culture = malay + religion = sunni + size = 24800 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 950 + } + + farmers = { + culture = yue + religion = mahayana + size = 1100 + } } #Kota Bharu (168000/42000 POPS) 1391 = { - aristocrats = { - culture = malay - religion = sunni - size = 400 - } - - clergymen = { - culture = malay - religion = sunni - size = 425 - } - - artisans = { - culture = malay - religion = sunni - size = 2000 - } - - soldiers = { - culture = malay - religion = sunni - size = 350 - } - - farmers = { - culture = malay - religion = sunni - size = 33825 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 950 - } - - farmers = { - culture = yue - religion = mahayana - size = 1100 - } - - slaves = { - culture = malay - religion = sunni - size = 3000 - } + aristocrats = { + culture = malay + religion = sunni + size = 400 + } + + clergymen = { + culture = malay + religion = sunni + size = 425 + } + + artisans = { + culture = malay + religion = sunni + size = 2000 + } + + soldiers = { + culture = malay + religion = sunni + size = 350 + } + + farmers = { + culture = malay + religion = sunni + size = 43825 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 950 + } + + farmers = { + culture = yue + religion = mahayana + size = 1100 + } + + slaves = { + culture = malay + religion = sunni + size = 3000 + } } #Northern Borneo Region (252000) #Under the Rule of Brunei in 1836 (212000) #Brunei (24000/6000 POPS) 1393 = { - aristocrats = { - culture = malay - religion = sunni - size = 75 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 50 - } - - officers = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 300 - } - - soldiers = { - culture = malay - religion = sunni - size = 75 - } - - farmers = { - culture = malay - religion = sunni - size = 5000 - } - - slaves = { - culture = malay - religion = sunni - size = 500 - } + aristocrats = { + culture = malay + religion = sunni + size = 75 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 50 + } + + officers = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 300 + } + + soldiers = { + culture = malay + religion = sunni + size = 75 + } + + farmers = { + culture = malay + religion = sunni + size = 5000 + } + + slaves = { + culture = malay + religion = sunni + size = 500 + } } #Kuching (88000/22000 POPS) 1394 = { - aristocrats = { - culture = malay - religion = sunni - size = 100 - } - - clergymen = { - culture = malay - religion = sunni - size = 100 - } - - artisans = { - culture = malay - religion = sunni - size = 500 - } - - soldiers = { - culture = malay - religion = sunni - size = 1100 - } - - farmers = { - culture = malay - religion = sunni - size = 12300 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 125 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 525 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 125 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3125 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 475 - } - - farmers = { - culture = yue - religion = mahayana - size = 500 - } + aristocrats = { + culture = malay + religion = sunni + size = 100 + } + + clergymen = { + culture = malay + religion = sunni + size = 100 + } + + artisans = { + culture = malay + religion = sunni + size = 500 + } + + soldiers = { + culture = malay + religion = sunni + size = 1100 + } + + farmers = { + culture = malay + religion = sunni + size = 12300 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 125 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 525 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 125 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3125 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 475 + } + + farmers = { + culture = yue + religion = mahayana + size = 500 + } } #Bintulu (44000/11000 POPS) 1395 = { - aristocrats = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 150 - } - - soldiers = { - culture = malay - religion = sunni - size = 50 - } - - farmers = { - culture = malay - religion = sunni - size = 4725 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 350 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3375 - } - - slaves = { - culture = asian_minor - religion = animist - size = 2000 - } + aristocrats = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 150 + } + + soldiers = { + culture = malay + religion = sunni + size = 50 + } + + farmers = { + culture = malay + religion = sunni + size = 4725 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 350 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3375 + } + + slaves = { + culture = asian_minor + religion = animist + size = 2000 + } } #Api (56000/14000 POPS) 1396 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 50 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 50 - } - - artisans = { - culture = asian_minor - religion = animist - size = 250 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - farmers = { - culture = asian_minor - religion = animist - size = 2575 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3000 - } - - aristocrats = { - culture = malay - religion = sunni - size = 75 - } - - clergymen = { - culture = malay - religion = sunni - size = 75 - } - - artisans = { - culture = malay - religion = sunni - size = 350 - } - - soldiers = { - culture = malay - religion = sunni - size = 75 - } - - farmers = { - culture = malay - religion = sunni - size = 6425 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 500 - } - - farmers = { - culture = yue - religion = mahayana - size = 475 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 50 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 50 + } + + artisans = { + culture = asian_minor + religion = animist + size = 250 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + farmers = { + culture = asian_minor + religion = animist + size = 2575 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3000 + } + + aristocrats = { + culture = malay + religion = sunni + size = 75 + } + + clergymen = { + culture = malay + religion = sunni + size = 75 + } + + artisans = { + culture = malay + religion = sunni + size = 350 + } + + soldiers = { + culture = malay + religion = sunni + size = 75 + } + + farmers = { + culture = malay + religion = sunni + size = 6425 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 500 + } + + farmers = { + culture = yue + religion = mahayana + size = 475 + } } #Under the Rule of Sulu in 1836 (40000) #Sandakan (40000/10000 POPS) 1397 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 300 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 75 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3475 - } - - slaves = { - culture = asian_minor - religion = animist - size = 3000 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 150 - } - - soldiers = { - culture = malay - religion = sunni - size = 25 - } - - farmers = { - culture = malay - religion = sunni - size = 2750 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 300 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 75 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3475 + } + + slaves = { + culture = asian_minor + religion = animist + size = 3000 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 150 + } + + soldiers = { + culture = malay + religion = sunni + size = 25 + } + + farmers = { + culture = malay + religion = sunni + size = 2750 + } } diff --git a/HPM/history/pops/1836.1.1/Mali.txt b/HPM/history/pops/1836.1.1/Mali.txt index 2e512e8b..372eef18 100644 --- a/HPM/history/pops/1836.1.1/Mali.txt +++ b/HPM/history/pops/1836.1.1/Mali.txt @@ -2,1350 +2,1350 @@ #under the rule of Segu in 1836 #Bamako (296000/74000 POPS) 1794 = { - aristocrats = { - culture = bambara - religion = animist - size = 850 - } - - bureaucrats = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 450 - } - - artisans = { - culture = bambara - religion = animist - size = 1900 - } - - soldiers = { - culture = bambara - religion = animist - size = 1300 - } - - farmers = { - culture = bambara - religion = animist - size = 30300 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 250 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12750 - } - - aristocrats = { - culture = mande - religion = animist - size = 250 - } - - clergymen = { - culture = mande - religion = animist - size = 150 - } - - artisans = { - culture = mande - religion = animist - size = 700 - } - - soldiers = { - culture = mande - religion = animist - size = 150 - } - - farmers = { - culture = mande - religion = animist - size = 12750 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 850 + } + + bureaucrats = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 450 + } + + artisans = { + culture = bambara + religion = animist + size = 1900 + } + + soldiers = { + culture = bambara + religion = animist + size = 1300 + } + + farmers = { + culture = bambara + religion = animist + size = 30300 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 250 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12750 + } + + aristocrats = { + culture = mande + religion = animist + size = 250 + } + + clergymen = { + culture = mande + religion = animist + size = 150 + } + + artisans = { + culture = mande + religion = animist + size = 700 + } + + soldiers = { + culture = mande + religion = animist + size = 150 + } + + farmers = { + culture = mande + religion = animist + size = 12750 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } #Segu (520000/130000 POPS) 1800 = { - aristocrats = { - culture = bambara - religion = animist - size = 1850 - } - - bureaucrats = { - culture = bambara - religion = animist - size = 350 - } - - officers = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 950 - } - - artisans = { - culture = bambara - religion = animist - size = 2400 - } - - soldiers = { - culture = bambara - religion = animist - size = 150 - } - - farmers = { - culture = bambara - religion = animist - size = 67800 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 250 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12750 - } - - aristocrats = { - culture = mande - religion = animist - size = 300 - } - - clergymen = { - culture = mande - religion = animist - size = 150 - } - - artisans = { - culture = mande - religion = animist - size = 900 - } - - soldiers = { - culture = mande - religion = animist - size = 200 - } - - farmers = { - culture = mande - religion = animist - size = 16450 - } - - slaves = { - culture = mande - religion = animist - size = 22000 - } + aristocrats = { + culture = bambara + religion = animist + size = 1850 + } + + bureaucrats = { + culture = bambara + religion = animist + size = 350 + } + + officers = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 950 + } + + artisans = { + culture = bambara + religion = animist + size = 2400 + } + + soldiers = { + culture = bambara + religion = animist + size = 150 + } + + farmers = { + culture = bambara + religion = animist + size = 67800 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 250 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12750 + } + + aristocrats = { + culture = mande + religion = animist + size = 300 + } + + clergymen = { + culture = mande + religion = animist + size = 150 + } + + artisans = { + culture = mande + religion = animist + size = 900 + } + + soldiers = { + culture = mande + religion = animist + size = 200 + } + + farmers = { + culture = mande + religion = animist + size = 16450 + } + + slaves = { + culture = mande + religion = animist + size = 22000 + } } #Mourdiah (128000/32000 POPS) 1801 = { - aristocrats = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 100 - } - - artisans = { - culture = bambara - religion = animist - size = 500 - } - - soldiers = { - culture = bambara - religion = animist - size = 100 - } - - farmers = { - culture = bambara - religion = animist - size = 5100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 200 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10950 - } - - aristocrats = { - culture = mande - religion = animist - size = 150 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 400 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 7250 - } - - slaves = { - culture = mande - religion = animist - size = 6000 - } + aristocrats = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 100 + } + + artisans = { + culture = bambara + religion = animist + size = 500 + } + + soldiers = { + culture = bambara + religion = animist + size = 100 + } + + farmers = { + culture = bambara + religion = animist + size = 5100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 200 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10950 + } + + aristocrats = { + culture = mande + religion = animist + size = 150 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 400 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 7250 + } + + slaves = { + culture = mande + religion = animist + size = 6000 + } } #Jenne (360000/90000 POPS) 1802 = { - aristocrats = { - culture = bambara - religion = animist - size = 850 - } - - clergymen = { - culture = bambara - religion = animist - size = 450 - } - - artisans = { - culture = bambara - religion = animist - size = 2200 - } - - soldiers = { - culture = bambara - religion = animist - size = 450 - } - - farmers = { - culture = bambara - religion = animist - size = 20050 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 250 - } - - farmers = { - culture = fulbe - religion = sunni - size = 32000 - } - - aristocrats = { - culture = mande - religion = animist - size = 300 - } - - clergymen = { - culture = mande - religion = animist - size = 200 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 200 - } - - farmers = { - culture = mande - religion = animist - size = 18300 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 850 + } + + clergymen = { + culture = bambara + religion = animist + size = 450 + } + + artisans = { + culture = bambara + religion = animist + size = 2200 + } + + soldiers = { + culture = bambara + religion = animist + size = 450 + } + + farmers = { + culture = bambara + religion = animist + size = 20050 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 250 + } + + farmers = { + culture = fulbe + religion = sunni + size = 32000 + } + + aristocrats = { + culture = mande + religion = animist + size = 300 + } + + clergymen = { + culture = mande + religion = animist + size = 200 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 200 + } + + farmers = { + culture = mande + religion = animist + size = 18300 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } -#Bambuk Region (512000) +#Bambuk Region (512000) #under the rule of Segu in 1836 #Kayes (200000/50000 POPS) 1795 = { - aristocrats = { - culture = bambara - religion = animist - size = 100 - } - - clergymen = { - culture = bambara - religion = animist - size = 150 - } - - artisans = { - culture = bambara - religion = animist - size = 250 - } - - soldiers = { - culture = bambara - religion = animist - size = 50 - } - - farmers = { - culture = bambara - religion = animist - size = 33450 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 800 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1750 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 650 - } - - farmers = { - culture = fulbe - religion = sunni - size = 4550 - } - - slaves = { - culture = mande - religion = animist - size = 8000 - } + aristocrats = { + culture = bambara + religion = animist + size = 100 + } + + clergymen = { + culture = bambara + religion = animist + size = 150 + } + + artisans = { + culture = bambara + religion = animist + size = 250 + } + + soldiers = { + culture = bambara + religion = animist + size = 50 + } + + farmers = { + culture = bambara + religion = animist + size = 33450 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 800 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1750 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 650 + } + + farmers = { + culture = fulbe + religion = sunni + size = 4550 + } + + slaves = { + culture = mande + religion = animist + size = 8000 + } } #Nioro (160000/40000 POPS) 1796 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 250 - } - - farmers = { - culture = fulbe - religion = sunni - size = 6000 - } - - aristocrats = { - culture = bambara - religion = animist - size = 250 - } - - clergymen = { - culture = bambara - religion = animist - size = 150 - } - - artisans = { - culture = bambara - religion = animist - size = 600 - } - - soldiers = { - culture = bambara - religion = animist - size = 150 - } - - farmers = { - culture = bambara - religion = animist - size = 18850 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 250 + } + + farmers = { + culture = fulbe + religion = sunni + size = 6000 + } + + aristocrats = { + culture = bambara + religion = animist + size = 250 + } + + clergymen = { + culture = bambara + religion = animist + size = 150 + } + + artisans = { + culture = bambara + religion = animist + size = 600 + } + + soldiers = { + culture = bambara + religion = animist + size = 150 + } + + farmers = { + culture = bambara + religion = animist + size = 18850 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } #Kita (152000/38000 POPS) 1797 = { - aristocrats = { - culture = bambara - religion = animist - size = 400 - } - - clergymen = { - culture = bambara - religion = animist - size = 200 - } - - artisans = { - culture = bambara - religion = animist - size = 900 - } - - soldiers = { - culture = bambara - religion = animist - size = 1250 - } - - farmers = { - culture = bambara - religion = animist - size = 13250 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 200 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 8050 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 400 + } + + clergymen = { + culture = bambara + religion = animist + size = 200 + } + + artisans = { + culture = bambara + religion = animist + size = 900 + } + + soldiers = { + culture = bambara + religion = animist + size = 1250 + } + + farmers = { + culture = bambara + religion = animist + size = 13250 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 200 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 8050 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } -#Bure Region (136000) #see Guinea.txt and Ivory Coast.txt for balance of region +#Bure Region (136000) #see Guinea.txt and Ivory Coast.txt for balance of region #under the rule of Segu in 1836 #Bourgouni (272000/68000 POPS) 1798 = { - aristocrats = { - culture = bambara - religion = animist - size = 1100 - } - - clergymen = { - culture = bambara - religion = animist - size = 500 - } - - artisans = { - culture = bambara - religion = animist - size = 2100 - } - - soldiers = { - culture = bambara - religion = animist - size = 550 - } - - farmers = { - culture = bambara - religion = animist - size = 47850 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 300 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5400 - } - - aristocrats = { - culture = senufo - religion = animist - size = 100 - } - - clergymen = { - culture = senufo - religion = animist - size = 150 - } - - artisans = { - culture = senufo - religion = animist - size = 500 - } - - soldiers = { - culture = senufo - religion = animist - size = 100 - } - - farmers = { - culture = senufo - religion = animist - size = 9150 - } - - slaves = { - culture = mande - religion = animist - size = 6000 - } + aristocrats = { + culture = bambara + religion = animist + size = 1100 + } + + clergymen = { + culture = bambara + religion = animist + size = 500 + } + + artisans = { + culture = bambara + religion = animist + size = 2100 + } + + soldiers = { + culture = bambara + religion = animist + size = 550 + } + + farmers = { + culture = bambara + religion = animist + size = 47850 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 300 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5400 + } + + aristocrats = { + culture = senufo + religion = animist + size = 100 + } + + clergymen = { + culture = senufo + religion = animist + size = 150 + } + + artisans = { + culture = senufo + religion = animist + size = 500 + } + + soldiers = { + culture = senufo + religion = animist + size = 100 + } + + farmers = { + culture = senufo + religion = animist + size = 9150 + } + + slaves = { + culture = mande + religion = animist + size = 6000 + } } -#Worodugu Region (344000) #see Burkina.txt and Ivory Coast.txt for balance of region +#Worodugu Region (344000) #see Burkina.txt and Ivory Coast.txt for balance of region #under the rule of Massina in 1836 #Sikasso (344000/86000 POPS) 1799 = { - aristocrats = { - culture = bambara - religion = animist - size = 650 - } - - clergymen = { - culture = bambara - religion = animist - size = 350 - } - - artisans = { - culture = bambara - religion = animist - size = 1450 - } - - soldiers = { - culture = bambara - religion = animist - size = 350 - } - - farmers = { - culture = bambara - religion = animist - size = 15200 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 200 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2050 - } - - farmers = { - culture = fulbe - religion = sunni - size = 14600 - } - - aristocrats = { - culture = senufo - religion = animist - size = 850 - } - - clergymen = { - culture = senufo - religion = animist - size = 450 - } - - artisans = { - culture = senufo - religion = animist - size = 1850 - } - - soldiers = { - culture = senufo - religion = animist - size = 450 - } - - farmers = { - culture = senufo - religion = animist - size = 20400 - } - - slaves = { - culture = gur - religion = animist - size = 10000 - } - - slaves = { - culture = dyula - religion = animist - size = 18000 - } + aristocrats = { + culture = bambara + religion = animist + size = 650 + } + + clergymen = { + culture = bambara + religion = animist + size = 350 + } + + artisans = { + culture = bambara + religion = animist + size = 1450 + } + + soldiers = { + culture = bambara + religion = animist + size = 350 + } + + farmers = { + culture = bambara + religion = animist + size = 15200 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 200 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2050 + } + + farmers = { + culture = fulbe + religion = sunni + size = 14600 + } + + aristocrats = { + culture = senufo + religion = animist + size = 850 + } + + clergymen = { + culture = senufo + religion = animist + size = 450 + } + + artisans = { + culture = senufo + religion = animist + size = 1850 + } + + soldiers = { + culture = senufo + religion = animist + size = 450 + } + + farmers = { + culture = senufo + religion = animist + size = 20400 + } + + slaves = { + culture = gur + religion = animist + size = 10000 + } + + slaves = { + culture = dyula + religion = animist + size = 18000 + } } -#Macina Region (536000) +#Macina Region (536000) #under the rule of Segu in 1836 #Timbuktu (368000/92000 POPS) 1803 = { - aristocrats = { - culture = songhai - religion = sunni - size = 1200 - } - - bureaucrats = { - culture = songhai - religion = animist - size = 200 - } - - clergymen = { - culture = songhai - religion = sunni - size = 600 - } - - artisans = { - culture = songhai - religion = sunni - size = 2500 - } - - soldiers = { - culture = songhai - religion = sunni - size = 650 - } - - farmers = { - culture = songhai - religion = sunni - size = 43050 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 300 - } - - farmers = { - culture = fulbe - religion = sunni - size = 17700 - } - - slaves = { - culture = mande - religion = animist - size = 22000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 100 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = songhai + religion = sunni + size = 1200 + } + + bureaucrats = { + culture = songhai + religion = animist + size = 200 + } + + clergymen = { + culture = songhai + religion = sunni + size = 600 + } + + artisans = { + culture = songhai + religion = sunni + size = 2500 + } + + soldiers = { + culture = songhai + religion = sunni + size = 650 + } + + farmers = { + culture = songhai + religion = sunni + size = 43050 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 300 + } + + farmers = { + culture = fulbe + religion = sunni + size = 17700 + } + + slaves = { + culture = mande + religion = animist + size = 22000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 100 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } #under the rule of Massina in 1836 #Bandiagara (488000/122000 POPS) 1804 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 400 - } - - officers = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 700 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 3000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2700 - } - - farmers = { - culture = fulbe - religion = sunni - size = 25550 - } - - aristocrats = { - culture = mande - religion = animist - size = 650 - } - - clergymen = { - culture = mande - religion = animist - size = 350 - } - - artisans = { - culture = mande - religion = animist - size = 1700 - } - - soldiers = { - culture = mande - religion = animist - size = 350 - } - - farmers = { - culture = mande - religion = animist - size = 30950 - } - - slaves = { - culture = gur - religion = animist - size = 10000 - } - - aristocrats = { - culture = bambara - religion = animist - size = 600 - } - - clergymen = { - culture = bambara - religion = animist - size = 350 - } - - artisans = { - culture = bambara - religion = animist - size = 2200 - } - - soldiers = { - culture = bambara - religion = animist - size = 400 - } - - farmers = { - culture = bambara - religion = animist - size = 26650 - } - - aristocrats = { - culture = senufo - religion = animist - size = 300 - } - - clergymen = { - culture = senufo - religion = animist - size = 150 - } - - artisans = { - culture = senufo - religion = animist - size = 800 - } - - soldiers = { - culture = senufo - religion = animist - size = 150 - } - - farmers = { - culture = senufo - religion = animist - size = 14600 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 400 + } + + officers = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 700 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 3000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2700 + } + + farmers = { + culture = fulbe + religion = sunni + size = 25550 + } + + aristocrats = { + culture = mande + religion = animist + size = 650 + } + + clergymen = { + culture = mande + religion = animist + size = 350 + } + + artisans = { + culture = mande + religion = animist + size = 1700 + } + + soldiers = { + culture = mande + religion = animist + size = 350 + } + + farmers = { + culture = mande + religion = animist + size = 30950 + } + + slaves = { + culture = gur + religion = animist + size = 10000 + } + + aristocrats = { + culture = bambara + religion = animist + size = 600 + } + + clergymen = { + culture = bambara + religion = animist + size = 350 + } + + artisans = { + culture = bambara + religion = animist + size = 2200 + } + + soldiers = { + culture = bambara + religion = animist + size = 400 + } + + farmers = { + culture = bambara + religion = animist + size = 26650 + } + + aristocrats = { + culture = senufo + religion = animist + size = 300 + } + + clergymen = { + culture = senufo + religion = animist + size = 150 + } + + artisans = { + culture = senufo + religion = animist + size = 800 + } + + soldiers = { + culture = senufo + religion = animist + size = 150 + } + + farmers = { + culture = senufo + religion = animist + size = 14600 + } } #under the rule of Massina in 1836 #Gao (232000/58000 POPS) 1805 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 350 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 200 - } - - artisans = { - culture = tuareg - religion = sunni - size = 750 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 400 - } - - farmers = { - culture = tuareg - religion = sunni - size = 6300 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 700 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2000 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10000 - } - - clergymen = { - culture = songhai - religion = sunni - size = 400 - } - - artisans = { - culture = songhai - religion = sunni - size = 1900 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2000 - } - - farmers = { - culture = songhai - religion = sunni - size = 24000 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 350 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 200 + } + + artisans = { + culture = tuareg + religion = sunni + size = 750 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 400 + } + + farmers = { + culture = tuareg + religion = sunni + size = 6300 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 700 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2000 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10000 + } + + clergymen = { + culture = songhai + religion = sunni + size = 400 + } + + artisans = { + culture = songhai + religion = sunni + size = 1900 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2000 + } + + farmers = { + culture = songhai + religion = sunni + size = 24000 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } -#Azawad Region (36000) +#Azawad Region (36000) #uncolonized in 1836/dominated by Tuareg #Tessalit (16000/4000 POPS) 1807 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 50 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 75 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 50 - } - - farmers = { - culture = tuareg - religion = sunni - size = 2625 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 800 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 50 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 75 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 50 + } + + farmers = { + culture = tuareg + religion = sunni + size = 2625 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 800 + } } #Araouane (12000/3000 POPS) 2609 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 250 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3500 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 200 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 600 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 250 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3500 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 200 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 600 + } } diff --git a/HPM/history/pops/1836.1.1/Malta.txt b/HPM/history/pops/1836.1.1/Malta.txt index 21c0620c..9c34068a 100644 --- a/HPM/history/pops/1836.1.1/Malta.txt +++ b/HPM/history/pops/1836.1.1/Malta.txt @@ -2,58 +2,58 @@ #Ruled by Britain 1836 #Valetta (110000/27500 POPS) 854 = { - bureaucrats = { - culture = british - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - artisans = { - culture = british - religion = protestant - size = 150 - } - - aristocrats = { - culture = maltese - religion = catholic - size = 200 - } - - bureaucrats = { - culture = maltese - religion = catholic - size = 10 - } - - clergymen = { - culture = maltese - religion = catholic - size = 275 - } - - artisans = { - culture = maltese - religion = catholic - size = 5500 - } - - soldiers = { - culture = maltese - religion = catholic - size = 340 - } - - farmers = { - culture = maltese - religion = catholic - size = 20475 - } + bureaucrats = { + culture = british + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + artisans = { + culture = british + religion = protestant + size = 150 + } + + aristocrats = { + culture = maltese + religion = catholic + size = 200 + } + + bureaucrats = { + culture = maltese + religion = catholic + size = 10 + } + + clergymen = { + culture = maltese + religion = catholic + size = 275 + } + + artisans = { + culture = maltese + religion = catholic + size = 5500 + } + + soldiers = { + culture = maltese + religion = catholic + size = 340 + } + + farmers = { + culture = maltese + religion = catholic + size = 20475 + } } diff --git a/HPM/history/pops/1836.1.1/Mauritania.txt b/HPM/history/pops/1836.1.1/Mauritania.txt index e452a907..a1365ea4 100644 --- a/HPM/history/pops/1836.1.1/Mauritania.txt +++ b/HPM/history/pops/1836.1.1/Mauritania.txt @@ -1,353 +1,353 @@ -#Trarza-Brakna Region (276000) +#Trarza-Brakna Region (276000) #uncolonized in 1836/ruled by Emir of Trarza -#Nouakchott (92000/23000 POPS) +#Nouakchott (92000/23000 POPS) 1775 = { - aristocrats = { - culture = maures - religion = sunni - size = 450 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 20 - } - - officers = { - culture = maures - religion = sunni - size = 5 - } - - clergymen = { - culture = maures - religion = sunni - size = 225 - } - - artisans = { - culture = maures - religion = sunni - size = 925 - } - - soldiers = { - culture = maures - religion = sunni - size = 250 - } - - farmers = { - culture = maures - religion = sunni - size = 18125 - } - - slaves = { - culture = berber - religion = sunni - size = 3000 - } + aristocrats = { + culture = maures + religion = sunni + size = 450 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 20 + } + + officers = { + culture = maures + religion = sunni + size = 5 + } + + clergymen = { + culture = maures + religion = sunni + size = 225 + } + + artisans = { + culture = maures + religion = sunni + size = 925 + } + + soldiers = { + culture = maures + religion = sunni + size = 250 + } + + farmers = { + culture = maures + religion = sunni + size = 18125 + } + + slaves = { + culture = berber + religion = sunni + size = 3000 + } } -#Rosso (72000/18000 POPS) +#Rosso (72000/18000 POPS) 1776 = { - aristocrats = { - culture = maures - religion = sunni - size = 350 - } - - clergymen = { - culture = maures - religion = sunni - size = 175 - } - - artisans = { - culture = maures - religion = sunni - size = 900 - } - - soldiers = { - culture = maures - religion = sunni - size = 175 - } - - farmers = { - culture = maures - religion = sunni - size = 11400 - } - - slaves = { - culture = wolof - religion = sunni - size = 5000 - } + aristocrats = { + culture = maures + religion = sunni + size = 350 + } + + clergymen = { + culture = maures + religion = sunni + size = 175 + } + + artisans = { + culture = maures + religion = sunni + size = 900 + } + + soldiers = { + culture = maures + religion = sunni + size = 175 + } + + farmers = { + culture = maures + religion = sunni + size = 11400 + } + + slaves = { + culture = wolof + religion = sunni + size = 5000 + } } -#uncolonized in 1836/ruled by Emir of Brakna -#Aleg (84000/21000 POPS) +#uncolonized in 1836/ruled by Emir of Brakna +#Aleg (84000/21000 POPS) 1777 = { - aristocrats = { - culture = maures - religion = sunni - size = 390 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 10 - } - - officers = { - culture = maures - religion = sunni - size = 5 - } - - clergymen = { - culture = maures - religion = sunni - size = 200 - } - - artisans = { - culture = maures - religion = sunni - size = 850 - } - - soldiers = { - culture = maures - religion = sunni - size = 220 - } - - farmers = { - culture = maures - religion = sunni - size = 13325 - } - - slaves = { - culture = fulbe - religion = sunni - size = 6000 - } + aristocrats = { + culture = maures + religion = sunni + size = 390 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 10 + } + + officers = { + culture = maures + religion = sunni + size = 5 + } + + clergymen = { + culture = maures + religion = sunni + size = 200 + } + + artisans = { + culture = maures + religion = sunni + size = 850 + } + + soldiers = { + culture = maures + religion = sunni + size = 220 + } + + farmers = { + culture = maures + religion = sunni + size = 13325 + } + + slaves = { + culture = fulbe + religion = sunni + size = 6000 + } } -#Maghama (28000/7000 POPS) +#Maghama (28000/7000 POPS) 1778 = { - aristocrats = { - culture = maures - religion = sunni - size = 100 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 275 - } - - soldiers = { - culture = maures - religion = sunni - size = 75 - } - - farmers = { - culture = maures - religion = sunni - size = 3475 - } - - slaves = { - culture = fulbe - religion = sunni - size = 3000 - } + aristocrats = { + culture = maures + religion = sunni + size = 100 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 275 + } + + soldiers = { + culture = maures + religion = sunni + size = 75 + } + + farmers = { + culture = maures + religion = sunni + size = 3475 + } + + slaves = { + culture = fulbe + religion = sunni + size = 3000 + } } -#Adrar-Hodh Region (52000) +#Adrar-Hodh Region (52000) #uncolonized in 1836/ruled by Emirs of Adrar -#Shingit (12000/3000 POPS) +#Shingit (12000/3000 POPS) 1779 = { - aristocrats = { - culture = maures - religion = sunni - size = 40 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 3 - } - - officers = { - culture = maures - religion = sunni - size = 7 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 150 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 2700 - } + aristocrats = { + culture = maures + religion = sunni + size = 40 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 3 + } + + officers = { + culture = maures + religion = sunni + size = 7 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 150 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 2700 + } } -#Walata (28000/7000 POPS) +#Walata (28000/7000 POPS) 1781 = { - aristocrats = { - culture = maures - religion = sunni - size = 100 - } - - clergymen = { - culture = maures - religion = sunni - size = 150 - } - - artisans = { - culture = maures - religion = sunni - size = 300 - } - - soldiers = { - culture = maures - religion = sunni - size = 50 - } - - farmers = { - culture = maures - religion = sunni - size = 5400 - } - - aristocrats = { - culture = maures - religion = sunni - size = 75 - } - - clergymen = { - culture = maures - religion = sunni - size = 100 - } - - artisans = { - culture = maures - religion = sunni - size = 200 - } - - soldiers = { - culture = maures - religion = sunni - size = 50 - } - - farmers = { - culture = maures - religion = sunni - size = 3675 - } + aristocrats = { + culture = maures + religion = sunni + size = 100 + } + + clergymen = { + culture = maures + religion = sunni + size = 150 + } + + artisans = { + culture = maures + religion = sunni + size = 300 + } + + soldiers = { + culture = maures + religion = sunni + size = 50 + } + + farmers = { + culture = maures + religion = sunni + size = 5400 + } + + aristocrats = { + culture = maures + religion = sunni + size = 75 + } + + clergymen = { + culture = maures + religion = sunni + size = 100 + } + + artisans = { + culture = maures + religion = sunni + size = 200 + } + + soldiers = { + culture = maures + religion = sunni + size = 50 + } + + farmers = { + culture = maures + religion = sunni + size = 3675 + } } #Rio de Oro Region (16000) #see West Sahara.txt for balance of region -#uncolonized in 1836 -#Bir Maghrein (16000/4000 POPS) #now part of Mauritania +#uncolonized in 1836 +#Bir Maghrein (16000/4000 POPS) #now part of Mauritania 1782 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 900 - } - - aristocrats = { - culture = maures - religion = sunni - size = 50 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 150 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 2700 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 900 + } + + aristocrats = { + culture = maures + religion = sunni + size = 50 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 150 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Mauritius.txt b/HPM/history/pops/1836.1.1/Mauritius.txt index 23079c8c..7f87dcc5 100644 --- a/HPM/history/pops/1836.1.1/Mauritius.txt +++ b/HPM/history/pops/1836.1.1/Mauritius.txt @@ -2,96 +2,96 @@ #ruled by Britain 1836 #Mauritius (98000/24500 POPS) 2125 = { - bureaucrats = { - culture = british - religion = protestant - size = 20 - } + bureaucrats = { + culture = british + religion = protestant + size = 20 + } - clergymen = { - culture = british - religion = protestant - size = 25 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } - artisans = { - culture = british - religion = protestant - size = 130 - } + artisans = { + culture = british + religion = protestant + size = 130 + } - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - aristocrats = { - culture = french - religion = catholic - size = 50 - } + aristocrats = { + culture = french + religion = catholic + size = 50 + } - bureaucrats = { - culture = french - religion = catholic - size = 30 - } + bureaucrats = { + culture = french + religion = catholic + size = 30 + } - artisans = { - culture = french - religion = catholic - size = 180 - } + artisans = { + culture = french + religion = catholic + size = 180 + } - clergymen = { - culture = french - religion = catholic - size = 20 - } + clergymen = { + culture = french + religion = catholic + size = 20 + } - soldiers = { - culture = french - religion = catholic - size = 20 - } + soldiers = { + culture = french + religion = catholic + size = 20 + } - farmers = { - culture = french - religion = catholic - size = 200 - } + farmers = { + culture = french + religion = catholic + size = 200 + } - clergymen = { - culture = kreol - religion = protestant - size = 125 - } + clergymen = { + culture = kreol + religion = protestant + size = 125 + } - artisans = { - culture = kreol - religion = protestant - size = 1100 - } + artisans = { + culture = kreol + religion = protestant + size = 1100 + } - soldiers = { - culture = kreol - religion = protestant - size = 250 - } + soldiers = { + culture = kreol + religion = protestant + size = 250 + } - farmers = { - culture = kreol - religion = catholic - size = 22375 - } + farmers = { + culture = kreol + religion = catholic + size = 22375 + } } #Diego Garcia (700/175 POPS) #remains under British Rule 2128 = { - farmers = { - culture = kreol - religion = catholic - size = 175 - } + farmers = { + culture = kreol + religion = catholic + size = 175 + } } diff --git a/HPM/history/pops/1836.1.1/Mexico.txt b/HPM/history/pops/1836.1.1/Mexico.txt index f1d57451..efb4edcb 100644 --- a/HPM/history/pops/1836.1.1/Mexico.txt +++ b/HPM/history/pops/1836.1.1/Mexico.txt @@ -2,3120 +2,3120 @@ #ruled by Mexico 1836 #Hermosillo (76000/19000 POPS) 2137 = { - aristocrats = { - culture = mexican - religion = catholic - size = 240 - militancy = 5 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 35 - militancy = 5 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - militancy = 5 - } - - artisans = { - culture = mexican - religion = catholic - size = 550 - militancy = 5 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - - militancy = 5 - } - - farmers = { - culture = mexican - religion = catholic - size = 9925 - militancy = 5 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 125 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 400 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 75 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 7325 - } + aristocrats = { + culture = mexican + religion = catholic + size = 240 + militancy = 5 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 35 + militancy = 5 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + militancy = 5 + } + + artisans = { + culture = mexican + religion = catholic + size = 550 + militancy = 5 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + + militancy = 5 + } + + farmers = { + culture = mexican + religion = catholic + size = 9925 + militancy = 5 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 125 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 400 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 75 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 7325 + } } #Nogales (12000/3000 POPS) 2140 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - militancy = 4 - } - - clergymen = { - culture = mexican - religion = catholic - size = 20 - militancy = 4 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - militancy = 4 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10 - - militancy = 4 - } - - farmers = { - culture = mexican - religion = catholic - size = 895 - militancy = 4 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - militancy = 9 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - militancy = 9 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - militancy = 9 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - - militancy = 9 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + militancy = 4 + } + + clergymen = { + culture = mexican + religion = catholic + size = 20 + militancy = 4 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + militancy = 4 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10 + + militancy = 4 + } + + farmers = { + culture = mexican + religion = catholic + size = 895 + militancy = 4 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + militancy = 9 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + militancy = 9 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + militancy = 9 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + + militancy = 9 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + militancy = 9 + } } #Guaymas (52000/13000 POPS) 2141 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - militancy = 4 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - militancy = 5 - } - - artisans = { - culture = mexican - religion = catholic - size = 500 - militancy = 4 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - - militancy = 7 - } - - farmers = { - culture = mexican - religion = catholic - size = 9050 - militancy = 5 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + militancy = 4 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + militancy = 5 + } + + artisans = { + culture = mexican + religion = catholic + size = 500 + militancy = 4 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + + militancy = 7 + } + + farmers = { + culture = mexican + religion = catholic + size = 9050 + militancy = 5 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Baja California Region (20000) #ruled by Mexico 1836 #Loreto (4000/1000 POPS) 2138 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 195 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 195 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 200 + } } #Rosarito (16000/4000 POPS) 2139 = { - aristocrats = { - culture = mexican - religion = catholic - size = 70 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 1750 - militancy = 9 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 70 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 1750 + militancy = 9 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Chihuahua Region (136000) #ruled by Mexico 1836 #Chihuahua (100000/25000 POPS) 2142 = { - aristocrats = { - culture = mexican - religion = catholic - size = 440 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 50 - } - - officers = { - culture = mexican - religion = catholic - size = 15 - } - - clergymen = { - culture = mexican - religion = catholic - size = 225 - } - - artisans = { - culture = mexican - religion = catholic - size = 1100 - militancy = 9 - } - - soldiers = { - culture = mexican - religion = catholic - size = 225 - } - - farmers = { - culture = mexican - religion = catholic - size = 19945 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 440 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 50 + } + + officers = { + culture = mexican + religion = catholic + size = 15 + } + + clergymen = { + culture = mexican + religion = catholic + size = 225 + } + + artisans = { + culture = mexican + religion = catholic + size = 1100 + militancy = 9 + } + + soldiers = { + culture = mexican + religion = catholic + size = 225 + } + + farmers = { + culture = mexican + religion = catholic + size = 19945 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + militancy = 9 + } } #Paso del Norte (12000/3000 POPS) 2143 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 700 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 700 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2200 + } } #Delicias (8000/2000 POPS) 2144 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 750 - militancy = 9 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 750 + militancy = 9 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1200 + } } #Parral (16000/4000 POPS) 2145 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 20 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10 - } - - farmers = { - culture = mexican - religion = catholic - size = 895 - } - - aristocrats = { - culture = nahua #native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 2700 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 20 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10 + } + + farmers = { + culture = mexican + religion = catholic + size = 895 + } + + aristocrats = { + culture = nahua #native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 2700 + militancy = 9 + } } #Coahuila Region (160000) #ruled by Mexico 1836 #Morelos (12000/3000 POPS) 2147 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 700 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 700 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2200 + } } #Saltillo (44000/11000 POPS) 2151 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 70 - } - - officers = { - culture = mexican - religion = catholic - size = 15 - } - - clergymen = { - culture = mexican - religion = catholic - size = 75 - } - - artisans = { - culture = mexican - religion = catholic - size = 400 - } - - soldiers = { - culture = mexican - religion = catholic - size = 75 - } - - farmers = { - culture = mexican - religion = catholic - size = 7115 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2750 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 70 + } + + officers = { + culture = mexican + religion = catholic + size = 15 + } + + clergymen = { + culture = mexican + religion = catholic + size = 75 + } + + artisans = { + culture = mexican + religion = catholic + size = 400 + } + + soldiers = { + culture = mexican + religion = catholic + size = 75 + } + + farmers = { + culture = mexican + religion = catholic + size = 7115 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2750 + militancy = 9 + } } #Monclova (48000/12000 POPS) 2152 = { - aristocrats = { - culture = mexican - religion = catholic - size = 275 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 600 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 5875 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 5000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 275 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 600 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 5875 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 5000 + } } #Torreon (56000/14000 POPS) 2155 = { - aristocrats = { - culture = mexican - religion = catholic - size = 300 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 550 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 9925 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 2750 - } + aristocrats = { + culture = mexican + religion = catholic + size = 300 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 550 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 9925 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 2750 + } } #Nuevo Leon-Tamaulipas Region (172000) #ruled by Mexico 1836 #Reynosa (16000/4000 POPS) 2148 = { - aristocrats = { - culture = pueblo - religion = animist - size = 25 - } - - clergymen = { - culture = pueblo - religion = animist - size = 36 - } - - artisans = { - culture = pueblo - religion = animist - size = 75 - } - - soldiers = { - culture = pueblo - religion = animist - size = 12 - } - - farmers = { - culture = pueblo - religion = animist - size = 1000 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 12 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 12 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 850 - } + aristocrats = { + culture = pueblo + religion = animist + size = 25 + } + + clergymen = { + culture = pueblo + religion = animist + size = 36 + } + + artisans = { + culture = pueblo + religion = animist + size = 75 + } + + soldiers = { + culture = pueblo + religion = animist + size = 12 + } + + farmers = { + culture = pueblo + religion = animist + size = 1000 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 12 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 12 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 850 + } } #Matamoros (28000/7000 POPS) 2149 = { - aristocrats = { - culture = mexican - religion = catholic - size = 275 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 550 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 3900 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 5700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 275 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 550 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 3900 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 5700 + } } #Ciudad Victoria (24000/6000 POPS) 2150 = { - aristocrats = { - culture = mexican - religion = catholic - size = 700 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 75 - militancy = 9 - } - - officers = { - culture = mexican - religion = catholic - size = 25 - militancy = 9 - } - - clergymen = { - culture = mexican - religion = catholic - size = 250 - militancy = 4 - } - - artisans = { - culture = mexican - religion = catholic - size = 1250 - militancy = 4 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - militancy = 4 - } - - farmers = { - culture = mexican - religion = catholic - size = 22450 - militancy = 6 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - militancy = 9 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 350 - militancy = 9 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 75 - - militancy = 9 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 6500 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 700 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 75 + militancy = 9 + } + + officers = { + culture = mexican + religion = catholic + size = 25 + militancy = 9 + } + + clergymen = { + culture = mexican + religion = catholic + size = 250 + militancy = 4 + } + + artisans = { + culture = mexican + religion = catholic + size = 1250 + militancy = 4 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + militancy = 4 + } + + farmers = { + culture = mexican + religion = catholic + size = 22450 + militancy = 6 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + militancy = 9 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 350 + militancy = 9 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 75 + + militancy = 9 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 6500 + militancy = 9 + } } #Durango-Sinaloa Region (252000) #ruled by Mexico 1836 #Durango (64000/16000 POPS) 2153 = { - aristocrats = { - culture = mexican - religion = catholic - size = 350 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 700 - } - - soldiers = { - culture = mexican - religion = catholic - size = 150 - } - - farmers = { - culture = mexican - religion = catholic - size = 12650 - } - - aristocrats = { - culture = nahua #native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 350 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 700 + } + + soldiers = { + culture = mexican + religion = catholic + size = 150 + } + + farmers = { + culture = mexican + religion = catholic + size = 12650 + } + + aristocrats = { + culture = nahua #native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 1800 + } } #Santa Maria del Oro (44000/11000 POPS) 2154 = { - aristocrats = { - culture = mexican - religion = catholic - size = 225 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 450 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 8250 - } - - aristocrats = { - culture = nahua #native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 225 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 450 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 8250 + } + + aristocrats = { + culture = nahua #native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 1800 + } } #Mazatlan (116000/29000 POPS) 2156 = { - aristocrats = { - culture = mexican - religion = catholic - size = 650 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 100 - } - - officers = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 275 - } - - artisans = { - culture = mexican - religion = catholic - size = 1450 - } - - soldiers = { - culture = mexican - religion = catholic - size = 300 - } - - farmers = { - culture = mexican - religion = catholic - size = 26200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 650 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 100 + } + + officers = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 275 + } + + artisans = { + culture = mexican + religion = catholic + size = 1450 + } + + soldiers = { + culture = mexican + religion = catholic + size = 300 + } + + farmers = { + culture = mexican + religion = catholic + size = 26200 + } } #Culiacan (28000/7000 POPS) 2157 = { - aristocrats = { - culture = mexican - religion = catholic - size = 175 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 350 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 3025 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 3000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 175 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 350 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 3025 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 3000 + } } #Zacatecas-Aguascalientes Region (568000) #ruled by Mexico 1836 #Zacatecas (340000/85000 POPS) 2158 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1725 - militancy = 9 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 325 - militancy = 9 - } - - officers = { - culture = mexican - religion = catholic - size = 75 - militancy = 9 - } - - clergymen = { - culture = mexican - religion = catholic - size = 425 - militancy = 9 - } - - artisans = { - culture = mexican - religion = catholic - size = 3850 - militancy = 9 - } - - soldiers = { - culture = mexican - religion = catholic - size = 425 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 35175 - militancy = 9 - } - - clergymen = { - culture = nahua - religion = catholic - size = 200 - militancy = 9 - } - - artisans = { - culture = nahua - religion = catholic - size = 2150 - militancy = 9 - } - - soldiers = { - culture = nahua - religion = catholic - size = 450 - - militancy = 9 - } - - farmers = { - culture = nahua - religion = catholic - size = 40200 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1725 + militancy = 9 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 325 + militancy = 9 + } + + officers = { + culture = mexican + religion = catholic + size = 75 + militancy = 9 + } + + clergymen = { + culture = mexican + religion = catholic + size = 425 + militancy = 9 + } + + artisans = { + culture = mexican + religion = catholic + size = 3850 + militancy = 9 + } + + soldiers = { + culture = mexican + religion = catholic + size = 425 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 35175 + militancy = 9 + } + + clergymen = { + culture = nahua + religion = catholic + size = 200 + militancy = 9 + } + + artisans = { + culture = nahua + religion = catholic + size = 2150 + militancy = 9 + } + + soldiers = { + culture = nahua + religion = catholic + size = 450 + + militancy = 9 + } + + farmers = { + culture = nahua + religion = catholic + size = 40200 + militancy = 9 + } } #Aguascalientes (152000/38000 POPS) 2160 = { - aristocrats = { - culture = mexican - religion = catholic - size = 850 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 1525 - } - - soldiers = { - culture = mexican - religion = catholic - size = 400 - } - - farmers = { - culture = mexican - religion = catholic - size = 14850 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 500 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 500 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 19000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 850 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 1525 + } + + soldiers = { + culture = mexican + religion = catholic + size = 400 + } + + farmers = { + culture = mexican + religion = catholic + size = 14850 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 500 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 500 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 19000 + } } #Tepic (76000/19000 POPS) 2161 = { - aristocrats = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 750 - } - - soldiers = { - culture = mexican - religion = catholic - size = 150 - } - - farmers = { - culture = mexican - religion = catholic - size = 15175 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 200 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 3700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 750 + } + + soldiers = { + culture = mexican + religion = catholic + size = 150 + } + + farmers = { + culture = mexican + religion = catholic + size = 15175 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 200 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 3700 + } } #Potosi-Guanajuato Region (1356000) #ruled by Mexico 1836 #San Luis Potosi (324000/81000 POPS) 2159 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1625 - } - - clergymen = { - culture = mexican - religion = catholic - size = 475 - } - - artisans = { - culture = mexican - religion = catholic - size = 2400 - militancy = 9 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1000 - } - - farmers = { - culture = mexican - religion = catholic - size = 47000 - militancy = 9 - } - - clergymen = { - culture = nahua - religion = catholic - size = 175 - } - - artisans = { - culture = nahua - religion = catholic - size = 1650 - } - - soldiers = { - culture = nahua - religion = catholic - size = 350 - } - - farmers = { - culture = nahua - religion = catholic - size = 30525 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1625 + } + + clergymen = { + culture = mexican + religion = catholic + size = 475 + } + + artisans = { + culture = mexican + religion = catholic + size = 2400 + militancy = 9 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1000 + } + + farmers = { + culture = mexican + religion = catholic + size = 47000 + militancy = 9 + } + + clergymen = { + culture = nahua + religion = catholic + size = 175 + } + + artisans = { + culture = nahua + religion = catholic + size = 1650 + } + + soldiers = { + culture = nahua + religion = catholic + size = 350 + } + + farmers = { + culture = nahua + religion = catholic + size = 30525 + militancy = 9 + } } #Guanajuato (672000/168000 POPS) 2167 = { - aristocrats = { - culture = mexican - religion = catholic - size = 3400 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 575 - } - - officers = { - culture = mexican - religion = catholic - size = 375 - } - - clergymen = { - culture = mexican - religion = catholic - size = 625 - } - - artisans = { - culture = mexican - religion = catholic - size = 3150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 2000 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 56250 - militancy = 9 - } - - clergymen = { - culture = nahua - religion = catholic - size = 500 - } - - artisans = { - culture = nahua - religion = catholic - size = 5250 - militancy = 9 - } - - soldiers = { - culture = nahua - religion = catholic - size = 1050 - - militancy = 9 - } - - farmers = { - culture = nahua - religion = catholic - size = 98300 - } + aristocrats = { + culture = mexican + religion = catholic + size = 3400 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 575 + } + + officers = { + culture = mexican + religion = catholic + size = 375 + } + + clergymen = { + culture = mexican + religion = catholic + size = 625 + } + + artisans = { + culture = mexican + religion = catholic + size = 3150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 2000 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 56250 + militancy = 9 + } + + clergymen = { + culture = nahua + religion = catholic + size = 500 + } + + artisans = { + culture = nahua + religion = catholic + size = 5250 + militancy = 9 + } + + soldiers = { + culture = nahua + religion = catholic + size = 1050 + + militancy = 9 + } + + farmers = { + culture = nahua + religion = catholic + size = 98300 + } } #Queretaro (360000/90000 POPS) 2173 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1850 - } - - clergymen = { - culture = mexican - religion = catholic - size = 250 - } - - artisans = { - culture = mexican - religion = catholic - size = 1200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 2000 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 20500 - militancy = 9 - } - - clergymen = { - culture = nahua - religion = catholic - size = 250 - } - - artisans = { - culture = nahua - religion = catholic - size = 2800 - militancy = 9 - } - - soldiers = { - culture = nahua - religion = catholic - size = 575 - - militancy = 9 - } - - farmers = { - culture = nahua - religion = catholic - size = 58275 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1850 + } + + clergymen = { + culture = mexican + religion = catholic + size = 250 + } + + artisans = { + culture = mexican + religion = catholic + size = 1200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 2000 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 20500 + militancy = 9 + } + + clergymen = { + culture = nahua + religion = catholic + size = 250 + } + + artisans = { + culture = nahua + religion = catholic + size = 2800 + militancy = 9 + } + + soldiers = { + culture = nahua + religion = catholic + size = 575 + + militancy = 9 + } + + farmers = { + culture = nahua + religion = catholic + size = 58275 + militancy = 9 + } } #Veracruz-Tabasco Region (328000) #ruled by Mexico 1836 #Veracruz (140000/70000 POPS) 2162 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1425 - militancy = 5 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 175 - militancy = 5 - } - - officers = { - culture = mexican - religion = catholic - size = 50 - militancy = 5 - } - - clergymen = { - culture = mexican - religion = catholic - size = 500 - militancy = 5 - } - - artisans = { - culture = mexican - religion = catholic - size = 200 - militancy = 5 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - - militancy = 5 - } - - farmers = { - culture = mexican - religion = catholic - size = 1600 - militancy = 5 - } - - clergymen = { - culture = nahua - religion = catholic - size = 100 - militancy = 5 - } - - artisans = { - culture = nahua - religion = catholic - size = 1050 - militancy = 5 - } - - soldiers = { - culture = nahua - religion = catholic - size = 225 - - militancy = 5 - } - - farmers = { - culture = nahua - religion = catholic - size = 20025 - militancy = 5 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - militancy = 5 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 500 - militancy = 5 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 100 - - militancy = 5 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 9350 - militancy = 5 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1425 + militancy = 5 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 175 + militancy = 5 + } + + officers = { + culture = mexican + religion = catholic + size = 50 + militancy = 5 + } + + clergymen = { + culture = mexican + religion = catholic + size = 500 + militancy = 5 + } + + artisans = { + culture = mexican + religion = catholic + size = 200 + militancy = 5 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + + militancy = 5 + } + + farmers = { + culture = mexican + religion = catholic + size = 1600 + militancy = 5 + } + + clergymen = { + culture = nahua + religion = catholic + size = 100 + militancy = 5 + } + + artisans = { + culture = nahua + religion = catholic + size = 1050 + militancy = 5 + } + + soldiers = { + culture = nahua + religion = catholic + size = 225 + + militancy = 5 + } + + farmers = { + culture = nahua + religion = catholic + size = 20025 + militancy = 5 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + militancy = 5 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 500 + militancy = 5 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 100 + + militancy = 5 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 9350 + militancy = 5 + } } #Tampico (80000/20000 POPS) 2163 = { - aristocrats = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 1300 - } - - clergymen = { - culture = nahua #native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = nahua #native_american_minor - religion = catholic - size = 900 - } - - soldiers = { - culture = nahua #native_american_minor - religion = catholic - size = 200 - } - - farmers = { - culture = nahua #native_american_minor - religion = catholic - size = 16850 - } + aristocrats = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 1300 + } + + clergymen = { + culture = nahua #native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = nahua #native_american_minor + religion = catholic + size = 900 + } + + soldiers = { + culture = nahua #native_american_minor + religion = catholic + size = 200 + } + + farmers = { + culture = nahua #native_american_minor + religion = catholic + size = 16850 + } } #Minatitlan (48000/12000 POPS) 2164 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - } - - clergymen = { - culture = mexican - religion = catholic - size = 75 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 600 - } - - clergymen = { - culture = nahua - religion = catholic - size = 50 - } - - artisans = { - culture = nahua - religion = catholic - size = 550 - } - - soldiers = { - culture = nahua - religion = catholic - size = 125 - } - - farmers = { - culture = nahua - religion = catholic - size = 10275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + } + + clergymen = { + culture = mexican + religion = catholic + size = 75 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 600 + } + + clergymen = { + culture = nahua + religion = catholic + size = 50 + } + + artisans = { + culture = nahua + religion = catholic + size = 550 + } + + soldiers = { + culture = nahua + religion = catholic + size = 125 + } + + farmers = { + culture = nahua + religion = catholic + size = 10275 + } } #Villahermosa (60000/15000 POPS) 2165 = { - aristocrats = { - culture = mexican - religion = catholic - size = 325 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 2375 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 600 - } - - soldiers = { - culture = mayan - religion = catholic - size = 125 - } - - farmers = { - culture = mayan - religion = catholic - size = 11225 - } + aristocrats = { + culture = mexican + religion = catholic + size = 325 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 2375 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 600 + } + + soldiers = { + culture = mayan + religion = catholic + size = 125 + } + + farmers = { + culture = mayan + religion = catholic + size = 11225 + } } #Jalisco Region (448000) #ruled by Mexico 1836 #Guadalajara (300000/75000 POPS) 2166 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1550 - militancy = 5 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 250 - militancy = 5 - } - - officers = { - culture = mexican - religion = catholic - size = 75 - militancy = 5 - } - - clergymen = { - culture = mexican - religion = catholic - size = 350 - militancy = 5 - } - - artisans = { - culture = mexican - religion = catholic - size = 10000 - militancy = 5 - } - - artisans = { - culture = mexican - religion = catholic - size = 1950 - militancy = 5 - } - - soldiers = { - culture = mexican - religion = catholic - size = 650 - - militancy = 5 - } - - farmers = { - culture = mexican - religion = catholic - size = 48875 - militancy = 5 - } - - clergymen = { - culture = nahua #native_american_minor - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = catholic - size = 550 - } - - soldiers = { - culture = nahua #native_american_minor - religion = catholic - size = 125 - - militancy = 9 - } - - farmers = { - culture = nahua #native_american_minor - religion = catholic - size = 10275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1550 + militancy = 5 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 250 + militancy = 5 + } + + officers = { + culture = mexican + religion = catholic + size = 75 + militancy = 5 + } + + clergymen = { + culture = mexican + religion = catholic + size = 350 + militancy = 5 + } + + artisans = { + culture = mexican + religion = catholic + size = 10000 + militancy = 5 + } + + artisans = { + culture = mexican + religion = catholic + size = 1950 + militancy = 5 + } + + soldiers = { + culture = mexican + religion = catholic + size = 650 + + militancy = 5 + } + + farmers = { + culture = mexican + religion = catholic + size = 48875 + militancy = 5 + } + + clergymen = { + culture = nahua #native_american_minor + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = catholic + size = 550 + } + + soldiers = { + culture = nahua #native_american_minor + religion = catholic + size = 125 + + militancy = 9 + } + + farmers = { + culture = nahua #native_american_minor + religion = catholic + size = 10275 + } } #Puerto Vallarta (148000/37000 POPS) 2168 = { - aristocrats = { - culture = mexican - religion = catholic - size = 750 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 1200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 21550 - } - - clergymen = { - culture = nahua #native_american_minor - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #native_american_minor - religion = catholic - size = 650 - } - - soldiers = { - culture = nahua #native_american_minor - religion = catholic - size = 150 - } - - farmers = { - culture = nahua #native_american_minor - religion = catholic - size = 12125 - } + aristocrats = { + culture = mexican + religion = catholic + size = 750 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 1200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 21550 + } + + clergymen = { + culture = nahua #native_american_minor + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #native_american_minor + religion = catholic + size = 650 + } + + soldiers = { + culture = nahua #native_american_minor + religion = catholic + size = 150 + } + + farmers = { + culture = nahua #native_american_minor + religion = catholic + size = 12125 + } } #Michoacan Region (568000) #ruled by Mexico 1836 #Colima (108000/27000 POPS) 2169 = { - aristocrats = { - culture = mexican - religion = catholic - size = 575 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 1350 - } - - soldiers = { - culture = mexican - religion = catholic - size = 275 - } - - farmers = { - culture = mexican - religion = catholic - size = 12325 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 12000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 575 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 1350 + } + + soldiers = { + culture = mexican + religion = catholic + size = 275 + } + + farmers = { + culture = mexican + religion = catholic + size = 12325 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 12000 + } } #Morelia (348000/87000 POPS) 2170 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1750 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 325 - } - - officers = { - culture = mexican - religion = catholic - size = 50 - } - - clergymen = { - culture = mexican - religion = catholic - size = 500 - } - - artisans = { - culture = mexican - religion = catholic - size = 2550 - } - - soldiers = { - culture = mexican - religion = catholic - size = 525 - } - - farmers = { - culture = mexican - religion = catholic - size = 45300 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 175 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 1800 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 375 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 33650 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1750 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 325 + } + + officers = { + culture = mexican + religion = catholic + size = 50 + } + + clergymen = { + culture = mexican + religion = catholic + size = 500 + } + + artisans = { + culture = mexican + religion = catholic + size = 2550 + } + + soldiers = { + culture = mexican + religion = catholic + size = 525 + } + + farmers = { + culture = mexican + religion = catholic + size = 45300 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 175 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 1800 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 375 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 33650 + } } #Los Alaniles (112000/28000 POPS) 2171 = { - aristocrats = { - culture = mexican - religion = catholic - size = 575 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 1100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 200 - } - - farmers = { - culture = mexican - religion = catholic - size = 8025 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 75 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 400 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 17425 - } + aristocrats = { + culture = mexican + religion = catholic + size = 575 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 1100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 200 + } + + farmers = { + culture = mexican + religion = catholic + size = 8025 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 75 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 400 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 17425 + } } #Mexico Region (720000) #ruled by Mexico 1836 #Mexico City (508000/127000 POPS) 2172 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1650 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 450 - } - - officers = { - culture = mexican - religion = catholic - size = 125 - } - - clergymen = { - culture = mexican - religion = catholic - size = 775 - } - - artisans = { - culture = mexican - religion = catholic - size = 10000 - } - - artisans = { - culture = mexican - religion = catholic - size = 10000 - } - - artisans = { - culture = mexican - religion = catholic - size = 7000 - } - - soldiers = { - culture = mexican - religion = catholic - size = 800 - } - - farmers = { - culture = mexican - religion = catholic - size = 47250 - } - - clergymen = { - culture = nahua - religion = catholic - size = 250 - } - - artisans = { - culture = nahua - religion = catholic - size = 10000 - } - - artisans = { - culture = nahua - religion = catholic - size = 9250 - } - - soldiers = { - culture = nahua - religion = catholic - size = 500 - } - - farmers = { - culture = nahua - religion = catholic - size = 29000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1650 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 450 + } + + officers = { + culture = mexican + religion = catholic + size = 125 + } + + clergymen = { + culture = mexican + religion = catholic + size = 775 + } + + artisans = { + culture = mexican + religion = catholic + size = 10000 + } + + artisans = { + culture = mexican + religion = catholic + size = 10000 + } + + artisans = { + culture = mexican + religion = catholic + size = 7000 + } + + soldiers = { + culture = mexican + religion = catholic + size = 800 + } + + farmers = { + culture = mexican + religion = catholic + size = 47250 + } + + clergymen = { + culture = nahua + religion = catholic + size = 250 + } + + artisans = { + culture = nahua + religion = catholic + size = 10000 + } + + artisans = { + culture = nahua + religion = catholic + size = 9250 + } + + soldiers = { + culture = nahua + religion = catholic + size = 500 + } + + farmers = { + culture = nahua + religion = catholic + size = 29000 + } } #Toluca (212000/53000 POPS) 2174 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1050 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 950 - } - - soldiers = { - culture = mexican - religion = catholic - size = 3000 - } - - farmers = { - culture = mexican - religion = catholic - size = 9800 - } - - clergymen = { - culture = nahua - religion = catholic - size = 150 - } - - artisans = { - culture = nahua - religion = catholic - size = 1700 - } - - soldiers = { - culture = nahua - religion = catholic - size = 350 - } - - farmers = { - culture = nahua - religion = catholic - size = 31800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1050 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 950 + } + + soldiers = { + culture = mexican + religion = catholic + size = 3000 + } + + farmers = { + culture = mexican + religion = catholic + size = 9800 + } + + clergymen = { + culture = nahua + religion = catholic + size = 150 + } + + artisans = { + culture = nahua + religion = catholic + size = 1700 + } + + soldiers = { + culture = nahua + religion = catholic + size = 350 + } + + farmers = { + culture = nahua + religion = catholic + size = 31800 + } } #Puebla-Hidalgo Region (692000) #ruled by Mexico 1836 #Tulancingo (188000/47000 POPS) 2175 = { - aristocrats = { - culture = mexican - religion = catholic - size = 950 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 950 - } - - soldiers = { - culture = mexican - religion = catholic - size = 200 - } - - farmers = { - culture = mexican - religion = catholic - size = 16700 - } - - clergymen = { - culture = nahua - religion = catholic - size = 125 - } - - artisans = { - culture = nahua - religion = catholic - size = 1400 - } - - soldiers = { - culture = nahua - religion = catholic - size = 300 - } - - farmers = { - culture = nahua - religion = catholic - size = 26175 - } + aristocrats = { + culture = mexican + religion = catholic + size = 950 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 950 + } + + soldiers = { + culture = mexican + religion = catholic + size = 200 + } + + farmers = { + culture = mexican + religion = catholic + size = 16700 + } + + clergymen = { + culture = nahua + religion = catholic + size = 125 + } + + artisans = { + culture = nahua + religion = catholic + size = 1400 + } + + soldiers = { + culture = nahua + religion = catholic + size = 300 + } + + farmers = { + culture = nahua + religion = catholic + size = 26175 + } } #Puebla (504000/126000 POPS) 2176 = { - aristocrats = { - culture = mexican - religion = catholic - size = 2550 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 400 - } - - officers = { - culture = mexican - religion = catholic - size = 100 - } - - clergymen = { - culture = mexican - religion = catholic - size = 900 - } - - artisans = { - culture = mexican - religion = catholic - size = 8500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 2000 - } - - farmers = { - culture = mexican - religion = catholic - size = 38550 - } - - clergymen = { - culture = nahua - religion = catholic - size = 375 - } - - artisans = { - culture = nahua - religion = catholic - size = 6500 - } - - soldiers = { - culture = nahua - religion = catholic - size = 750 - } - - farmers = { - culture = nahua - religion = catholic - size = 65375 - } + aristocrats = { + culture = mexican + religion = catholic + size = 2550 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 400 + } + + officers = { + culture = mexican + religion = catholic + size = 100 + } + + clergymen = { + culture = mexican + religion = catholic + size = 900 + } + + artisans = { + culture = mexican + religion = catholic + size = 8500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 2000 + } + + farmers = { + culture = mexican + religion = catholic + size = 38550 + } + + clergymen = { + culture = nahua + religion = catholic + size = 375 + } + + artisans = { + culture = nahua + religion = catholic + size = 6500 + } + + soldiers = { + culture = nahua + religion = catholic + size = 750 + } + + farmers = { + culture = nahua + religion = catholic + size = 65375 + } } #Oaxaca Region (452000) #ruled by Mexico 1836 #Oaxaca (352000 88000 POPS) 2177 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1650 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 175 - } - - officers = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 475 - } - - artisans = { - culture = mexican - religion = catholic - size = 1750 - } - - soldiers = { - culture = mexican - religion = catholic - size = 3000 - } - - farmers = { - culture = mexican - religion = catholic - size = 15875 - } - - clergymen = { - culture = nahua #zapotec - religion = catholic - size = 350 - } - - artisans = { - culture = nahua #zapotec - religion = catholic - size = 4500 - } - - soldiers = { - culture = nahua #zapotec - religion = catholic - size = 700 - } - - farmers = { - culture = nahua #zapotec - religion = catholic - size = 65450 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1650 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 175 + } + + officers = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 475 + } + + artisans = { + culture = mexican + religion = catholic + size = 1750 + } + + soldiers = { + culture = mexican + religion = catholic + size = 3000 + } + + farmers = { + culture = mexican + religion = catholic + size = 15875 + } + + clergymen = { + culture = nahua #zapotec + religion = catholic + size = 350 + } + + artisans = { + culture = nahua #zapotec + religion = catholic + size = 4500 + } + + soldiers = { + culture = nahua #zapotec + religion = catholic + size = 700 + } + + farmers = { + culture = nahua #zapotec + religion = catholic + size = 65450 + } } #Collataro (100000/25000 POPS) 2178 = { - aristocrats = { - culture = mexican - religion = catholic - size = 525 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 250 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 4055 - } - - clergymen = { - culture = nahua #zapotec - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #zapotec - religion = catholic - size = 1100 - } - - soldiers = { - culture = nahua #zapotec - religion = catholic - size = 200 - } - - farmers = { - culture = nahua #zapotec - religion = catholic - size = 18700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 525 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 250 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 4055 + } + + clergymen = { + culture = nahua #zapotec + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #zapotec + religion = catholic + size = 1100 + } + + soldiers = { + culture = nahua #zapotec + religion = catholic + size = 200 + } + + farmers = { + culture = nahua #zapotec + religion = catholic + size = 18700 + } } #Guerrero Region (246000) #ruled by Mexico 1836 #Acapulco (156000/44000 POPS) 2179 = { - aristocrats = { - culture = mexican - religion = catholic - size = 900 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 125 - } - - officers = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 325 - } - - artisans = { - culture = mexican - religion = catholic - size = 1150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 23250 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 1050 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 225 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 19625 - } + aristocrats = { + culture = mexican + religion = catholic + size = 900 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 125 + } + + officers = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 325 + } + + artisans = { + culture = mexican + religion = catholic + size = 1150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 23250 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 1050 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 225 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 19625 + } } #Chilpancingo (80000/20000 POPS) 2180 = { - aristocrats = { - culture = mexican - religion = catholic - size = 450 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 450 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 7850 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 50 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 550 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 125 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 10275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 450 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 450 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 7850 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 50 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 550 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 125 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 10275 + } } #Chiapas Region (124000) #ruled by Mexico 1836 #Tuxtla (84000/21000 POPS) 2181 = { - aristocrats = { - culture = mexican - religion = catholic - size = 450 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 25 - } - - officers = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 3100 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 850 - } - - soldiers = { - culture = mayan - religion = catholic - size = 175 - } - - farmers = { - culture = mayan - religion = catholic - size = 15925 - } + aristocrats = { + culture = mexican + religion = catholic + size = 450 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 25 + } + + officers = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 3100 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 850 + } + + soldiers = { + culture = mayan + religion = catholic + size = 175 + } + + farmers = { + culture = mayan + religion = catholic + size = 15925 + } } #Tapachula (40000/10000 POPS) 2182 = { - aristocrats = { - culture = mexican - religion = catholic - size = 225 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 3475 - } - - aristocrats = { - culture = central_american - religion = catholic - size = 150 - militancy = 9 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - militancy = 9 - } - - farmers = { - culture = central_american - religion = catholic - size = 1375 - militancy = 5 - } - - artisans = { - culture = central_american - religion = catholic - size = 300 - militancy = 9 - } - - clergymen = { - culture = mayan - religion = catholic - size = 75 - } - - farmers = { - culture = mayan - religion = catholic - size = 4550 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 225 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 3475 + } + + aristocrats = { + culture = central_american + religion = catholic + size = 150 + militancy = 9 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + militancy = 9 + } + + farmers = { + culture = central_american + religion = catholic + size = 1375 + militancy = 5 + } + + artisans = { + culture = central_american + religion = catholic + size = 300 + militancy = 9 + } + + clergymen = { + culture = mayan + religion = catholic + size = 75 + } + + farmers = { + culture = mayan + religion = catholic + size = 4550 + militancy = 9 + } } #Yucatan Region (440000) #ruled by Mexico 1836 #Merida (240000/60000 POPS) 2183 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1275 - militancy = 9 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 200 - militancy = 9 - } - - officers = { - culture = mexican - religion = catholic - size = 50 - militancy = 9 - } - - clergymen = { - culture = mexican - religion = catholic - size = 475 - militancy = 9 - } - - artisans = { - culture = mexican - religion = catholic - size = 1050 - militancy = 9 - } - - soldiers = { - culture = mexican - religion = catholic - size = 2000 - - militancy = 9 - } - - farmers = { - culture = mexican - religion = catholic - size = 12950 - militancy = 9 - } - - clergymen = { - culture = mayan - religion = catholic - size = 125 - militancy = 9 - } - - artisans = { - culture = mayan - religion = catholic - size = 1950 - militancy = 9 - } - - soldiers = { - culture = mayan - religion = catholic - size = 400 - - militancy = 9 - } - - farmers = { - culture = mayan - religion = catholic - size = 36525 - militancy = 9 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1275 + militancy = 9 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 200 + militancy = 9 + } + + officers = { + culture = mexican + religion = catholic + size = 50 + militancy = 9 + } + + clergymen = { + culture = mexican + religion = catholic + size = 475 + militancy = 9 + } + + artisans = { + culture = mexican + religion = catholic + size = 1050 + militancy = 9 + } + + soldiers = { + culture = mexican + religion = catholic + size = 2000 + + militancy = 9 + } + + farmers = { + culture = mexican + religion = catholic + size = 12950 + militancy = 9 + } + + clergymen = { + culture = mayan + religion = catholic + size = 125 + militancy = 9 + } + + artisans = { + culture = mayan + religion = catholic + size = 1950 + militancy = 9 + } + + soldiers = { + culture = mayan + religion = catholic + size = 400 + + militancy = 9 + } + + farmers = { + culture = mayan + religion = catholic + size = 36525 + militancy = 9 + } } #Camnpeche (108000/27000 POPS) 2184 = { - aristocrats = { - culture = mexican - religion = catholic - size = 550 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 400 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 6775 - } - - clergymen = { - culture = mayan - religion = catholic - size = 100 - } - - artisans = { - culture = mayan - religion = catholic - size = 900 - } - - soldiers = { - culture = mayan - religion = catholic - size = 200 - } - - farmers = { - culture = mayan - religion = catholic - size = 17800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 550 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 400 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 6775 + } + + clergymen = { + culture = mayan + religion = catholic + size = 100 + } + + artisans = { + culture = mayan + religion = catholic + size = 900 + } + + soldiers = { + culture = mayan + religion = catholic + size = 200 + } + + farmers = { + culture = mayan + religion = catholic + size = 17800 + } } #Bacalar (92000/23000 POPS) 2185 = { - aristocrats = { - culture = mexican - religion = catholic - size = 475 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10 - } - - farmers = { - culture = mexican - religion = catholic - size = 1175 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 1100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 225 - } - - farmers = { - culture = mayan - religion = catholic - size = 20625 - } + aristocrats = { + culture = mexican + religion = catholic + size = 475 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10 + } + + farmers = { + culture = mexican + religion = catholic + size = 1175 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 1100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 225 + } + + farmers = { + culture = mayan + religion = catholic + size = 20625 + } } diff --git a/HPM/history/pops/1836.1.1/Micronesia.txt b/HPM/history/pops/1836.1.1/Micronesia.txt index d67e416e..7137fdd3 100644 --- a/HPM/history/pops/1836.1.1/Micronesia.txt +++ b/HPM/history/pops/1836.1.1/Micronesia.txt @@ -2,311 +2,311 @@ #colonized by Spain in 1836 #Guam (6000/1500 POPS) 2517 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 1 - } - - clergymen = { - culture = spanish - religion = catholic - size = 4 - } - - soldiers = { - culture = spanish - religion = catholic - size = 5 - } - - artisans = { - culture = micronesian - religion = animist - size = 75 - } - - soldiers = { - culture = micronesian - religion = animist - size = 15 - } - - farmers = { - culture = micronesian - religion = animist - size = 1490 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 1 + } + + clergymen = { + culture = spanish + religion = catholic + size = 4 + } + + soldiers = { + culture = spanish + religion = catholic + size = 5 + } + + artisans = { + culture = micronesian + religion = animist + size = 75 + } + + soldiers = { + culture = micronesian + religion = animist + size = 15 + } + + farmers = { + culture = micronesian + religion = animist + size = 1490 + } } #Saipan (5600/1400 POPS) 2521 = { - clergymen = { - culture = spanish - religion = catholic - size = 2 - } - - artisans = { - culture = micronesian - religion = animist - size = 70 - } - - soldiers = { - culture = micronesian - religion = animist - size = 3 - } - - farmers = { - culture = micronesian - religion = animist - size = 1325 - } + clergymen = { + culture = spanish + religion = catholic + size = 2 + } + + artisans = { + culture = micronesian + religion = animist + size = 70 + } + + soldiers = { + culture = micronesian + religion = animist + size = 3 + } + + farmers = { + culture = micronesian + religion = animist + size = 1325 + } } #uncolonized in 1836 #Palau (8000/2000 POPS) 2518 = { - aristocrats = { - culture = micronesian - religion = animist - size = 25 - } - - clergymen = { - culture = micronesian - religion = animist - size = 50 - } - - artisans = { - culture = micronesian - religion = animist - size = 100 - } - - soldiers = { - culture = micronesian - religion = animist - size = 25 - } - - farmers = { - culture = micronesian - religion = animist - size = 1800 - } + aristocrats = { + culture = micronesian + religion = animist + size = 25 + } + + clergymen = { + culture = micronesian + religion = animist + size = 50 + } + + artisans = { + culture = micronesian + religion = animist + size = 100 + } + + soldiers = { + culture = micronesian + religion = animist + size = 25 + } + + farmers = { + culture = micronesian + religion = animist + size = 1800 + } } #Yap (2200/550 POPS) 2519 = { - aristocrats = { - culture = micronesian - religion = animist - size = 5 - } - - clergymen = { - culture = micronesian - religion = animist - size = 10 - } - - artisans = { - culture = micronesian - religion = animist - size = 25 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 485 - } + aristocrats = { + culture = micronesian + religion = animist + size = 5 + } + + clergymen = { + culture = micronesian + religion = animist + size = 10 + } + + artisans = { + culture = micronesian + religion = animist + size = 25 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 485 + } } #Truk (3140/785 POPS) 2579 = { - aristocrats = { - culture = micronesian - religion = animist - size = 15 - } - - clergymen = { - culture = micronesian - religion = animist - size = 20 - } - - artisans = { - culture = micronesian - religion = animist - size = 40 - } - - soldiers = { - culture = micronesian - religion = animist - size = 10 - } - - farmers = { - culture = micronesian - religion = animist - size = 700 - } + aristocrats = { + culture = micronesian + religion = animist + size = 15 + } + + clergymen = { + culture = micronesian + religion = animist + size = 20 + } + + artisans = { + culture = micronesian + religion = animist + size = 40 + } + + soldiers = { + culture = micronesian + religion = animist + size = 10 + } + + farmers = { + culture = micronesian + religion = animist + size = 700 + } } #Ponape (2660/665 POPS) 610 = { - aristocrats = { - culture = micronesian - religion = animist - size = 10 - } - - clergymen = { - culture = micronesian - religion = animist - size = 15 - } - - artisans = { - culture = micronesian - religion = animist - size = 35 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 600 - } + aristocrats = { + culture = micronesian + religion = animist + size = 10 + } + + clergymen = { + culture = micronesian + religion = animist + size = 15 + } + + artisans = { + culture = micronesian + religion = animist + size = 35 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 600 + } } #Northern Micronesia (180) #uncolonized in 1836 #Bonin (60/15 POPS) 1654 = { - farmers = { - culture = yankee - religion = protestant - size = 7 - } + farmers = { + culture = yankee + religion = protestant + size = 7 + } } #Marcus (60/15 POPS) 2525 = { - farmers = { - culture = micronesian - religion = animist - size = 15 - } + farmers = { + culture = micronesian + religion = animist + size = 15 + } } #Easterns Micronesia (21000) #uncolonized in 1836 #Marshall Islands (6000/1500 POPS) 2522 = { - aristocrats = { - culture = micronesian - religion = animist - size = 10 - } - - clergymen = { - culture = micronesian - religion = animist - size = 25 - } - - artisans = { - culture = micronesian - religion = animist - size = 75 - } - - soldiers = { - culture = micronesian - religion = animist - size = 15 - } - - farmers = { - culture = micronesian - religion = animist - size = 1375 - } + aristocrats = { + culture = micronesian + religion = animist + size = 10 + } + + clergymen = { + culture = micronesian + religion = animist + size = 25 + } + + artisans = { + culture = micronesian + religion = animist + size = 75 + } + + soldiers = { + culture = micronesian + religion = animist + size = 15 + } + + farmers = { + culture = micronesian + religion = animist + size = 1375 + } } #Nauru (1000/250 POPS) 2523 = { - aristocrats = { - culture = micronesian - religion = animist - size = 5 - } - - clergymen = { - culture = micronesian - religion = animist - size = 5 - } - - artisans = { - culture = micronesian - religion = animist - size = 10 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 225 - } + aristocrats = { + culture = micronesian + religion = animist + size = 5 + } + + clergymen = { + culture = micronesian + religion = animist + size = 5 + } + + artisans = { + culture = micronesian + religion = animist + size = 10 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 225 + } } #Gilbert Islands (14000/3250 POPS) 2527 = { - aristocrats = { - culture = micronesian - religion = animist - size = 50 - } - - clergymen = { - culture = micronesian - religion = animist - size = 75 - } - - artisans = { - culture = micronesian - religion = animist - size = 175 - } - - soldiers = { - culture = micronesian - religion = animist - size = 25 - } - - farmers = { - culture = micronesian - religion = animist - size = 3125 - } + aristocrats = { + culture = micronesian + religion = animist + size = 50 + } + + clergymen = { + culture = micronesian + religion = animist + size = 75 + } + + artisans = { + culture = micronesian + religion = animist + size = 175 + } + + soldiers = { + culture = micronesian + religion = animist + size = 25 + } + + farmers = { + culture = micronesian + religion = animist + size = 3125 + } } diff --git a/HPM/history/pops/1836.1.1/Moldova.txt b/HPM/history/pops/1836.1.1/Moldova.txt index 8db8fc1b..74320634 100644 --- a/HPM/history/pops/1836.1.1/Moldova.txt +++ b/HPM/history/pops/1836.1.1/Moldova.txt @@ -1,180 +1,180 @@ -#Bessarabia Region (652000) #see Ukraine.txt for balance of Region -#under the rule of Russia in 1836 -#Chisinau (332000/83000 POPS) +#Bessarabia Region (652000) #see Ukraine.txt for balance of Region +#under the rule of Russia in 1836 +#Chisinau (332000/83000 POPS) 676 = { - farmers = { - culture = gypsy - religion = orthodox - size = 400 - } - - aristocrats = { - culture = romanian - religion = orthodox - size = 1400 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 225 - } - - officers = { - culture = romanian - religion = orthodox - size = 175 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 700 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1100 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 750 - } - - farmers = { - culture = romanian - religion = orthodox - size = 46750 - } - - serfs = { - culture = romanian - religion = orthodox - size = 10000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6250 - } - - clergymen = { - culture = turkish #gagauz - religion = orthodox - size = 75 - } - - artisans = { - culture = turkish - religion = orthodox - size = 250 - } - - soldiers = { - culture = turkish - religion = orthodox - size = 50 - } - - farmers = { - culture = turkish - religion = orthodox - size = 4625 - } + farmers = { + culture = gypsy + religion = orthodox + size = 400 + } + + aristocrats = { + culture = romanian + religion = orthodox + size = 1400 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 225 + } + + officers = { + culture = romanian + religion = orthodox + size = 175 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 700 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1100 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 750 + } + + farmers = { + culture = romanian + religion = orthodox + size = 46750 + } + + serfs = { + culture = romanian + religion = orthodox + size = 10000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6250 + } + + clergymen = { + culture = turkish #gagauz + religion = orthodox + size = 75 + } + + artisans = { + culture = turkish + religion = orthodox + size = 250 + } + + soldiers = { + culture = turkish + religion = orthodox + size = 50 + } + + farmers = { + culture = turkish + religion = orthodox + size = 4625 + } } -#Balti (320000/80000 POPS) +#Balti (320000/80000 POPS) 677 = { - farmers = { - culture = gypsy - religion = orthodox - size = 400 - } - - aristocrats = { - culture = romanian - religion = orthodox - size = 1300 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 700 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3600 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 725 - } - - farmers = { - culture = romanian - religion = orthodox - size = 45675 - } - - serfs = { - culture = romanian - religion = orthodox - size = 20000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7050 - } + farmers = { + culture = gypsy + religion = orthodox + size = 400 + } + + aristocrats = { + culture = romanian + religion = orthodox + size = 1300 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 700 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3600 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 725 + } + + farmers = { + culture = romanian + religion = orthodox + size = 45675 + } + + serfs = { + culture = romanian + religion = orthodox + size = 20000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7050 + } } diff --git a/HPM/history/pops/1836.1.1/Mongolia.txt b/HPM/history/pops/1836.1.1/Mongolia.txt index 38c2828a..cf72e2b7 100644 --- a/HPM/history/pops/1836.1.1/Mongolia.txt +++ b/HPM/history/pops/1836.1.1/Mongolia.txt @@ -1,431 +1,431 @@ -#Outer Mongolia Region (1292000) -#under the rule of China in 1836 -#Urga (376000/94000 POPS) +#Outer Mongolia Region (1292000) +#under the rule of China in 1836 +#Urga (376000/94000 POPS) 1465 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 1850 - } - - bureaucrats = { - culture = mongol - religion = gelugpa - size = 75 - } - - officers = { - culture = mongol - religion = gelugpa - size = 325 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 4000 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 4500 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 900 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 84350 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 125 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 75 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 100 - } - - farmers = { - culture = beifaren - religion = gelugpa - size = 3300 - } - - slaves = { - culture = uighur - religion = sunni - size = 6000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 1850 + } + + bureaucrats = { + culture = mongol + religion = gelugpa + size = 75 + } + + officers = { + culture = mongol + religion = gelugpa + size = 325 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 4000 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 4500 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 900 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 84350 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 125 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 75 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 100 + } + + farmers = { + culture = beifaren + religion = gelugpa + size = 3300 + } + + slaves = { + culture = uighur + religion = sunni + size = 6000 + } } -#Dalandzadgad (212000/53000 POPS) +#Dalandzadgad (212000/53000 POPS) 1466 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 1050 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 550 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2650 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 550 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 44200 - } - - slaves = { - culture = uighur - religion = sunni - size = 5000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 1050 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 550 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2650 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 550 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 44200 + } + + slaves = { + culture = uighur + religion = sunni + size = 5000 + } } -#Bayan Tumen (176000/44000 POPS) +#Bayan Tumen (176000/44000 POPS) 1467 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 825 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 425 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2050 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 425 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 37275 - } - - aristocrats = { - culture = yakut - religion = animist - size = 50 - } - - clergymen = { - culture = yakut - religion = animist - size = 50 - } - - artisans = { - culture = yakut - religion = animist - size = 125 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - slaves = { - culture = yakut - religion = animist - size = 3000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 825 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 425 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2050 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 425 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 37275 + } + + aristocrats = { + culture = yakut + religion = animist + size = 50 + } + + clergymen = { + culture = yakut + religion = animist + size = 50 + } + + artisans = { + culture = yakut + religion = animist + size = 125 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + slaves = { + culture = yakut + religion = animist + size = 3000 + } } -#Uliastai (140000/35000 POPS) +#Uliastai (140000/35000 POPS) 1468 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 350 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1750 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 350 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 31900 - } - - slaves = { - culture = uighur - religion = sunni - size = 2000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 350 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1750 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 350 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 31900 + } + + slaves = { + culture = uighur + religion = sunni + size = 2000 + } } -#Sainshand (71100/17775 POPS) +#Sainshand (71100/17775 POPS) 2207 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 875 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 16200 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 875 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 16200 + } } -#Khatgal (152000/38000 POPS) +#Khatgal (152000/38000 POPS) 2608 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 750 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 375 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1500 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 375 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 35000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 750 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 375 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1500 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 375 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 35000 + } } -#Bulgan (84000/21000 POPS) +#Bulgan (84000/21000 POPS) 2678 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 400 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 200 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1050 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 225 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 17125 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 400 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 200 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1050 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 225 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 17125 + } } -#Khovd (120000/30000 POPS) +#Khovd (120000/30000 POPS) 2679 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 900 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 16400 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 200 - } - - clergymen = { - culture = kazak - religion = sunni - size = 100 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 10975 - } - - slaves = { - culture = kazak - religion = sunni - size = 2000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 900 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 16400 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 200 + } + + clergymen = { + culture = kazak + religion = sunni + size = 100 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 10975 + } + + slaves = { + culture = kazak + religion = sunni + size = 2000 + } } -#Uliatai / Uriankhai (32000/8000 POPS) #now Tuva Republic of Russia Tatar = Tuvan +#Uliatai / Uriankhai (32000/8000 POPS) #now Tuva Republic of Russia Tatar = Tuvan 1469 = { - aristocrats = { - culture = tatar - religion = gelugpa - size = 150 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 150 - } - - clergymen = { - culture = tatar - religion = gelugpa - size = 75 - } - - artisans = { - culture = tatar - religion = gelugpa - size = 400 - } - - soldiers = { - culture = tatar - religion = gelugpa - size = 75 - } - - farmers = { - culture = tatar - religion = gelugpa - size = 7300 - } - - slaves = { - culture = tatar - religion = gelugpa - size = 1000 - } + aristocrats = { + culture = tatar + religion = gelugpa + size = 150 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 150 + } + + clergymen = { + culture = tatar + religion = gelugpa + size = 75 + } + + artisans = { + culture = tatar + religion = gelugpa + size = 400 + } + + soldiers = { + culture = tatar + religion = gelugpa + size = 75 + } + + farmers = { + culture = tatar + religion = gelugpa + size = 7300 + } + + slaves = { + culture = tatar + religion = gelugpa + size = 1000 + } } diff --git a/HPM/history/pops/1836.1.1/Montenegro.txt b/HPM/history/pops/1836.1.1/Montenegro.txt index 25658851..40019b22 100644 --- a/HPM/history/pops/1836.1.1/Montenegro.txt +++ b/HPM/history/pops/1836.1.1/Montenegro.txt @@ -1,381 +1,381 @@ -#Montenegro Region (192000) -#under the rule of Ottoman Empire in 1836 -#Ulcinj (36000/9000 POPS) +#Montenegro Region (192000) +#under the rule of Ottoman Empire in 1836 +#Ulcinj (36000/9000 POPS) 800 = { - soldiers = { - culture = serb - religion = sunni - size = 300 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 400 - } - - farmers = { - culture = serb - religion = orthodox - size = 7350 - } - - clergymen = { - culture = albanian - religion = sunni - size = 100 - } - - artisans = { - culture = albanian - religion = sunni - size = 100 - } - - soldiers = { - culture = albanian - religion = sunni - size = 100 - } - - serfs = { - culture = albanian - religion = sunni - size = 725 - } + soldiers = { + culture = serb + religion = sunni + size = 300 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 400 + } + + farmers = { + culture = serb + religion = orthodox + size = 7350 + } + + clergymen = { + culture = albanian + religion = sunni + size = 100 + } + + artisans = { + culture = albanian + religion = sunni + size = 100 + } + + soldiers = { + culture = albanian + religion = sunni + size = 100 + } + + serfs = { + culture = albanian + religion = sunni + size = 725 + } } -#Niksic (52000/13000 POPS) +#Niksic (52000/13000 POPS) 2569 = { - - aristocrats = { - culture = serb - religion = orthodox - size = 100 - } - - officers = { - culture = serb - religion = orthodox - size = 100 - } - - soldiers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 500 - } - - farmers = { - culture = serb - religion = orthodox - size = 4000 - } - - serfs = { - culture = serb - religion = orthodox - size = 7100 - } - - aristocrats = { - culture = bosniak - religion = sunni - size = 250 - } - - officers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 100 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 125 - } - - farmers = { - culture = bosniak - religion = sunni - size = 5725 - } + + aristocrats = { + culture = serb + religion = orthodox + size = 100 + } + + officers = { + culture = serb + religion = orthodox + size = 100 + } + + soldiers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 500 + } + + farmers = { + culture = serb + religion = orthodox + size = 4000 + } + + serfs = { + culture = serb + religion = orthodox + size = 7100 + } + + aristocrats = { + culture = bosniak + religion = sunni + size = 250 + } + + officers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 100 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 125 + } + + farmers = { + culture = bosniak + religion = sunni + size = 5725 + } } -#under the rule of Montenegro in 1836 -#Cetinje (104000/26000 POPS) +#under the rule of Montenegro in 1836 +#Cetinje (104000/26000 POPS) 2583 = { - aristocrats = { - culture = serb - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = serb - religion = orthodox - size = 100 - } - - officers = { - culture = serb - religion = orthodox - size = 25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 275 - } - - artisans = { - culture = serb - religion = orthodox - size = 1300 - } - - soldiers = { - culture = serb - religion = orthodox - size = 3000 - } - - farmers = { - culture = serb - religion = orthodox - size = 21375 - } - - farmers = { - culture = gypsy - religion = orthodox - size = 1000 - } + aristocrats = { + culture = serb + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = serb + religion = orthodox + size = 100 + } + + officers = { + culture = serb + religion = orthodox + size = 25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 275 + } + + artisans = { + culture = serb + religion = orthodox + size = 1300 + } + + soldiers = { + culture = serb + religion = orthodox + size = 3000 + } + + farmers = { + culture = serb + religion = orthodox + size = 21375 + } + + farmers = { + culture = gypsy + religion = orthodox + size = 1000 + } } -#Kosovo-Sanjak Region (52000) #see Serbia.txt for balance of region -#under the rule of Ottoman Empire in 1836 +#Kosovo-Sanjak Region (52000) #see Serbia.txt for balance of region +#under the rule of Ottoman Empire in 1836 #Pljevlja (52000/13000 POPS) #now part of Montenegro 2577 = { - soldiers = { - culture = serb - religion = orthodox - size = 520 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 250 - } - - farmers = { - culture = serb - religion = orthodox - size = 3170 - } - - serfs = { - culture = serb - religion = orthodox - size = 5175 - } - - aristocrats = { - culture = bosniak - religion = sunni - size = 250 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 300 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 150 - } - - farmers = { - culture = bosniak - religion = sunni - size = 3000 - } - - farmers = { - culture = gypsy - religion = sunni - size = 200 - } + soldiers = { + culture = serb + religion = orthodox + size = 520 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 250 + } + + farmers = { + culture = serb + religion = orthodox + size = 3170 + } + + serfs = { + culture = serb + religion = orthodox + size = 5175 + } + + aristocrats = { + culture = bosniak + religion = sunni + size = 250 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 300 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 150 + } + + farmers = { + culture = bosniak + religion = sunni + size = 3000 + } + + farmers = { + culture = gypsy + religion = sunni + size = 200 + } } -#Dalmatia Region (64000) #see Croatia.txt for balance of region -#under the rule of Austria in 1836 -#Kotor (64000/16000 POPS) +#Dalmatia Region (64000) #see Croatia.txt for balance of region +#under the rule of Austria in 1836 +#Kotor (64000/16000 POPS) 2582 = { - aristocrats = { - culture = croat - religion = catholic - size = 100 - } - - officers = { - culture = croat - religion = catholic - size = 10 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 250 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 4000 - } - - farmers = { - culture = albanian - religion = catholic - size = 350 - } - - aristocrats = { - culture = serb - religion = orthodox - size = 200 - } - - officers = { - culture = serb - religion = orthodox - size = 10 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 550 - } - - soldiers = { - culture = serb - religion = orthodox - size = 125 - } - - farmers = { - culture = serb - religion = orthodox - size = 10225 - } - - farmers = { - culture = serb - religion = catholic - size = 350 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 100 - } - - officers = { - culture = north_italian - religion = catholic - size = 10 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 100 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = north_italian - religion = catholic - size = 100 - } + aristocrats = { + culture = croat + religion = catholic + size = 100 + } + + officers = { + culture = croat + religion = catholic + size = 10 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 250 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 4000 + } + + farmers = { + culture = albanian + religion = catholic + size = 350 + } + + aristocrats = { + culture = serb + religion = orthodox + size = 200 + } + + officers = { + culture = serb + religion = orthodox + size = 10 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 550 + } + + soldiers = { + culture = serb + religion = orthodox + size = 125 + } + + farmers = { + culture = serb + religion = orthodox + size = 10225 + } + + farmers = { + culture = serb + religion = catholic + size = 350 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 100 + } + + officers = { + culture = north_italian + religion = catholic + size = 10 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 100 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = north_italian + religion = catholic + size = 100 + } } diff --git a/HPM/history/pops/1836.1.1/Morocco.txt b/HPM/history/pops/1836.1.1/Morocco.txt index d63c236a..084bdb4f 100644 --- a/HPM/history/pops/1836.1.1/Morocco.txt +++ b/HPM/history/pops/1836.1.1/Morocco.txt @@ -2,1570 +2,1570 @@ #under the rule of Morocco in 1836 #Fez (184000/46000 POPS) 1680 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 525 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 125 - } - - officers = { - culture = maghrebi - religion = sunni - size = 150 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 300 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 7000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 2000 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 24400 - } - - aristocrats = { - culture = berber - religion = sunni - size = 125 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 1750 - } - - soldiers = { - culture = berber - religion = sunni - size = 75 - } - - farmers = { - culture = berber - religion = sunni - size = 4000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1225 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 8000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 525 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 125 + } + + officers = { + culture = maghrebi + religion = sunni + size = 150 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 300 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 7000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 2000 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 24400 + } + + aristocrats = { + culture = berber + religion = sunni + size = 125 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 1750 + } + + soldiers = { + culture = berber + religion = sunni + size = 75 + } + + farmers = { + culture = berber + religion = sunni + size = 4000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1225 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 8000 + } } #Wazzan (168000/42000 POPS) 1681 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 525 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 300 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1450 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 33725 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 250 - } - - soldiers = { - culture = berber - religion = sunni - size = 50 - } - - farmers = { - culture = berber - religion = sunni - size = 4600 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 525 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 300 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1450 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 33725 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 250 + } + + soldiers = { + culture = berber + religion = sunni + size = 50 + } + + farmers = { + culture = berber + religion = sunni + size = 4600 + } } #Meknes (76000/19000 POPS) 1682 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 225 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2300 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 13350 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 200 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 1700 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 225 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2300 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 13350 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 200 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 1700 + } } #Taza (80000/20000 POPS) 1683 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 175 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 550 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10175 - } - - aristocrats = { - culture = berber - religion = sunni - size = 75 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 300 - } - - soldiers = { - culture = berber - religion = sunni - size = 50 - } - - farmers = { - culture = berber - religion = sunni - size = 5525 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 175 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 550 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10175 + } + + aristocrats = { + culture = berber + religion = sunni + size = 75 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 300 + } + + soldiers = { + culture = berber + religion = sunni + size = 50 + } + + farmers = { + culture = berber + religion = sunni + size = 5525 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Wujda (28000/7000 POPS) 1684 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1800 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 200 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 4650 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1800 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 200 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 4650 + } } #Rabat (112000/28000 POPS) 1685 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 325 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 200 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 20200 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 25 - } - - artisans = { - culture = berber - religion = sunni - size = 225 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 1700 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 120 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 4000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 325 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 200 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 20200 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 25 + } + + artisans = { + culture = berber + religion = sunni + size = 225 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 1700 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 120 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 4000 + } } #Safi (76000/19000 POPS) 2563 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 250 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 650 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 14975 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 25 - } - - artisans = { - culture = berber - religion = sunni - size = 225 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 1700 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 250 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 650 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 14975 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 25 + } + + artisans = { + culture = berber + religion = sunni + size = 225 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 1700 + } } #Rif Region (272000) #under the rule of Morocco in 1836 #Tangier (92000/23000 POPS) 1686 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 350 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - officers = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 200 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 600 - } - - aristocrats = { - culture = berber - religion = sunni - size = 75 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 100 - } - - soldiers = { - culture = berber - religion = sunni - size = 50 - } - - farmers = { - culture = berber - religion = sunni - size = 100 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 50 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 350 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + officers = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 200 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 600 + } + + aristocrats = { + culture = berber + religion = sunni + size = 75 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 100 + } + + soldiers = { + culture = berber + religion = sunni + size = 50 + } + + farmers = { + culture = berber + religion = sunni + size = 100 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 50 + } } #Tetouan (68000/17000 POPS) 1687 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 200 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 550 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10250 - } - - aristocrats = { - culture = berber - religion = sunni - size = 150 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 400 - } - - soldiers = { - culture = berber - religion = sunni - size = 75 - } - - farmers = { - culture = berber - religion = sunni - size = 7300 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 200 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 550 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10250 + } + + aristocrats = { + culture = berber + religion = sunni + size = 150 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 400 + } + + soldiers = { + culture = berber + religion = sunni + size = 75 + } + + farmers = { + culture = berber + religion = sunni + size = 7300 + } } #Ajdir (112000/28000 POPS) 1688 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 875 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 450 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 18725 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 300 - } - - soldiers = { - culture = berber - religion = sunni - size = 75 - } - - farmers = { - culture = berber - religion = sunni - size = 5500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 875 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 450 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 18725 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 300 + } + + soldiers = { + culture = berber + religion = sunni + size = 75 + } + + farmers = { + culture = berber + religion = sunni + size = 5500 + } } #Melilla (2000) #Ruled by Spain in 1836 #Melilla (500 POPS) 1689 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 5 - } - - artisans = { - culture = spanish - religion = catholic - size = 10 - } - - soldiers = { - culture = spanish - religion = catholic - size = 40 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 10 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 20 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 30 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 200 - } - - clergymen = { - culture = berber - religion = sunni - size = 5 - } - - artisans = { - culture = berber - religion = sunni - size = 15 - } - - soldiers = { - culture = berber - religion = sunni - size = 30 - } - - farmers = { - culture = berber - religion = sunni - size = 150 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 5 + } + + artisans = { + culture = spanish + religion = catholic + size = 10 + } + + soldiers = { + culture = spanish + religion = catholic + size = 40 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 10 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 20 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 30 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 200 + } + + clergymen = { + culture = berber + religion = sunni + size = 5 + } + + artisans = { + culture = berber + religion = sunni + size = 15 + } + + soldiers = { + culture = berber + religion = sunni + size = 30 + } + + farmers = { + culture = berber + religion = sunni + size = 150 + } } #Ceuta (old Ugolniye - Lutlin) (1000/250 POPS) 2590 = { - aristocrats = { - culture = spanish - religion = catholic - size = 5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 20 - } - - artisans = { - culture = spanish - religion = catholic - size = 50 - } - - soldiers = { - culture = spanish - religion = catholic - size = 150 - } - - farmers = { - culture = spanish - religion = catholic - size = 300 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 15 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 150 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 400 - } - - clergymen = { - culture = berber - religion = sunni - size = 10 - } - - artisans = { - culture = berber - religion = sunni - size = 50 - } - - soldiers = { - culture = berber - religion = sunni - size = 150 - } - - farmers = { - culture = berber - religion = sunni - size = 400 - } + aristocrats = { + culture = spanish + religion = catholic + size = 5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 20 + } + + artisans = { + culture = spanish + religion = catholic + size = 50 + } + + soldiers = { + culture = spanish + religion = catholic + size = 150 + } + + farmers = { + culture = spanish + religion = catholic + size = 300 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 15 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 150 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 400 + } + + clergymen = { + culture = berber + religion = sunni + size = 10 + } + + artisans = { + culture = berber + religion = sunni + size = 50 + } + + soldiers = { + culture = berber + religion = sunni + size = 150 + } + + farmers = { + culture = berber + religion = sunni + size = 400 + } } #Sus-Al Draa Region (436000) #under the rule of Morocco in 1836 #Marrakesh (204000/51000 POPS) 1690 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 625 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 75 - } - - officers = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 325 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1625 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 23750 - } - - aristocrats = { - culture = berber - religion = sunni - size = 350 - } - - clergymen = { - culture = berber - religion = sunni - size = 175 - } - - artisans = { - culture = berber - religion = sunni - size = 900 - } - - soldiers = { - culture = berber - religion = sunni - size = 175 - } - - farmers = { - culture = berber - religion = sunni - size = 14400 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 20000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 625 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 75 + } + + officers = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 325 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1625 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 23750 + } + + aristocrats = { + culture = berber + religion = sunni + size = 350 + } + + clergymen = { + culture = berber + religion = sunni + size = 175 + } + + artisans = { + culture = berber + religion = sunni + size = 900 + } + + soldiers = { + culture = berber + religion = sunni + size = 175 + } + + farmers = { + culture = berber + religion = sunni + size = 14400 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 20000 + } } #Casablanca (60000/15000 POPS) 1691 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 225 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 650 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10875 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 100 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 1800 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 120 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 225 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 650 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10875 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 100 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 1800 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 120 + } } #Huribka (36000/9000 POPS) 1692 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2700 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 300 - } - - soldiers = { - culture = berber - religion = sunni - size = 75 - } - - farmers = { - culture = berber - religion = sunni - size = 5500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2700 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 300 + } + + soldiers = { + culture = berber + religion = sunni + size = 75 + } + + farmers = { + culture = berber + religion = sunni + size = 5500 + } } #Sawira (36000/9000 POPS) 1693 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 300 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 75 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 5475 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 150 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 2700 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 300 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 75 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 5475 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 150 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 2700 + } } #Agadir (60000/15000 POPS) 1694 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 225 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 125 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 600 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10100 - } - - aristocrats = { - culture = berber - religion = sunni - size = 50 - } - - clergymen = { - culture = berber - religion = sunni - size = 75 - } - - artisans = { - culture = berber - religion = sunni - size = 150 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 2700 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 1500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 225 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 125 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 600 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10100 + } + + aristocrats = { + culture = berber + religion = sunni + size = 50 + } + + clergymen = { + culture = berber + religion = sunni + size = 75 + } + + artisans = { + culture = berber + religion = sunni + size = 150 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 2700 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 1500 + } } #Sidi Ifni (4000/1000 POPS) 1695 = { - aristocrats = { - culture = berber - religion = sunni - size = 10 - } - - clergymen = { - culture = berber - religion = sunni - size = 25 - } - - artisans = { - culture = berber - religion = sunni - size = 50 - } - - soldiers = { - culture = berber - religion = sunni - size = 15 - } - - farmers = { - culture = berber - religion = sunni - size = 900 - } + aristocrats = { + culture = berber + religion = sunni + size = 10 + } + + clergymen = { + culture = berber + religion = sunni + size = 25 + } + + artisans = { + culture = berber + religion = sunni + size = 50 + } + + soldiers = { + culture = berber + religion = sunni + size = 15 + } + + farmers = { + culture = berber + religion = sunni + size = 900 + } } #Tarfaya (36000/9000 POPS) 1696 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 15 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 265 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 90 - } - - aristocrats = { - culture = berber - religion = sunni - size = 75 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 25 - } - - soldiers = { - culture = berber - religion = sunni - size = 50 - } - - farmers = { - culture = berber - religion = sunni - size = 457 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 15 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 265 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 90 + } + + aristocrats = { + culture = berber + religion = sunni + size = 75 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 25 + } + + soldiers = { + culture = berber + religion = sunni + size = 50 + } + + farmers = { + culture = berber + religion = sunni + size = 457 + } } #Tafilalet Region (160000) #under the rule of Morocco in 1836 #Figuig (40000/10000 POPS) 1697 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - officers = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 15 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 845 - } - - aristocrats = { - culture = berber - religion = sunni - size = 150 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 450 - } - - soldiers = { - culture = berber - religion = sunni - size = 100 - } - - farmers = { - culture = berber - religion = sunni - size = 8200 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + officers = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 15 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 845 + } + + aristocrats = { + culture = berber + religion = sunni + size = 150 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 450 + } + + soldiers = { + culture = berber + religion = sunni + size = 100 + } + + farmers = { + culture = berber + religion = sunni + size = 8200 + } } #Rashidia (44000/11000 POPS) 1698 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 75 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1325 - } - - aristocrats = { - culture = berber - religion = sunni - size = 175 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 475 - } - - soldiers = { - culture = berber - religion = sunni - size = 100 - } - - farmers = { - culture = berber - religion = sunni - size = 8650 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 75 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1325 + } + + aristocrats = { + culture = berber + religion = sunni + size = 175 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 475 + } + + soldiers = { + culture = berber + religion = sunni + size = 100 + } + + farmers = { + culture = berber + religion = sunni + size = 8650 + } } #Warzazat (76000/19000 POPS) 1699 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 75 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 5025 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 75 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1325 - } - - aristocrats = { - culture = berber - religion = sunni - size = 200 - } - - clergymen = { - culture = berber - religion = sunni - size = 100 - } - - artisans = { - culture = berber - religion = sunni - size = 550 - } - - soldiers = { - culture = berber - religion = sunni - size = 125 - } - - farmers = { - culture = berber - religion = sunni - size = 11025 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 75 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 5025 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 75 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1325 + } + + aristocrats = { + culture = berber + religion = sunni + size = 200 + } + + clergymen = { + culture = berber + religion = sunni + size = 100 + } + + artisans = { + culture = berber + religion = sunni + size = 550 + } + + soldiers = { + culture = berber + religion = sunni + size = 125 + } + + farmers = { + culture = berber + religion = sunni + size = 11025 + } } diff --git a/HPM/history/pops/1836.1.1/Mozambique.txt b/HPM/history/pops/1836.1.1/Mozambique.txt index 11569e7a..44c72ea5 100644 --- a/HPM/history/pops/1836.1.1/Mozambique.txt +++ b/HPM/history/pops/1836.1.1/Mozambique.txt @@ -2,1376 +2,1376 @@ #uncolonized in 1836 #Maputo (244000/61000) 2049 = { - aristocrats = { - culture = nguni - religion = animist - size = 2400 - } - - clergymen = { - culture = nguni - religion = animist - size = 350 - } - - artisans = { - culture = nguni - religion = animist - size = 1600 - } - - soldiers = { - culture = nguni - religion = animist - size = 400 - } - - farmers = { - culture = nguni - religion = animist - size = 42250 - } - - slaves = { - culture = nguni - religion = animist - size = 3000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 1250 - } - - clergymen = { - culture = tonga - religion = animist - size = 225 - } - - artisans = { - culture = tonga - religion = animist - size = 1750 - } - - soldiers = { - culture = tonga - religion = animist - size = 250 - } - - farmers = { - culture = tonga - religion = animist - size = 21525 - } - - slaves = { - culture = tonga - religion = animist - size = 3000 - } + aristocrats = { + culture = nguni + religion = animist + size = 2400 + } + + clergymen = { + culture = nguni + religion = animist + size = 350 + } + + artisans = { + culture = nguni + religion = animist + size = 1600 + } + + soldiers = { + culture = nguni + religion = animist + size = 400 + } + + farmers = { + culture = nguni + religion = animist + size = 42250 + } + + slaves = { + culture = nguni + religion = animist + size = 3000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 1250 + } + + clergymen = { + culture = tonga + religion = animist + size = 225 + } + + artisans = { + culture = tonga + religion = animist + size = 1750 + } + + soldiers = { + culture = tonga + religion = animist + size = 250 + } + + farmers = { + culture = tonga + religion = animist + size = 21525 + } + + slaves = { + culture = tonga + religion = animist + size = 3000 + } } #Chaimate (280000/70000 POPS) 2050 = { - aristocrats = { - culture = nguni - religion = animist - size = 400 - } - - clergymen = { - culture = nguni - religion = animist - size = 350 - } - - artisans = { - culture = nguni - religion = animist - size = 1600 - } - - soldiers = { - culture = nguni - religion = animist - size = 400 - } - - farmers = { - culture = nguni - religion = animist - size = 23250 - } - - slaves = { - culture = nguni - religion = animist - size = 5000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 300 - } - - clergymen = { - culture = tonga - religion = animist - size = 375 - } - - artisans = { - culture = tonga - religion = animist - size = 1850 - } - - soldiers = { - culture = tonga - religion = animist - size = 400 - } - - farmers = { - culture = tonga - religion = animist - size = 19075 - } - - slaves = { - culture = tonga - religion = animist - size = 16000 - } + aristocrats = { + culture = nguni + religion = animist + size = 400 + } + + clergymen = { + culture = nguni + religion = animist + size = 350 + } + + artisans = { + culture = nguni + religion = animist + size = 1600 + } + + soldiers = { + culture = nguni + religion = animist + size = 400 + } + + farmers = { + culture = nguni + religion = animist + size = 23250 + } + + slaves = { + culture = nguni + religion = animist + size = 5000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 300 + } + + clergymen = { + culture = tonga + religion = animist + size = 375 + } + + artisans = { + culture = tonga + religion = animist + size = 1850 + } + + soldiers = { + culture = tonga + religion = animist + size = 400 + } + + farmers = { + culture = tonga + religion = animist + size = 19075 + } + + slaves = { + culture = tonga + religion = animist + size = 16000 + } } #Inhambane (176000/44000 POPS) 2051 = { - aristocrats = { - culture = nguni - religion = animist - size = 150 - } - - clergymen = { - culture = nguni - religion = animist - size = 125 - } - - artisans = { - culture = nguni - religion = animist - size = 600 - } - - soldiers = { - culture = nguni - religion = animist - size = 150 - } - - farmers = { - culture = nguni - religion = animist - size = 25975 - } - - slaves = { - culture = nguni - religion = animist - size = 2000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 300 - } - - clergymen = { - culture = tonga - religion = animist - size = 300 - } - - artisans = { - culture = tonga - religion = animist - size = 1400 - } - - soldiers = { - culture = tonga - religion = animist - size = 400 - } - - farmers = { - culture = tonga - religion = animist - size = 30600 - } - - slaves = { - culture = tonga - religion = animist - size = 5000 - } + aristocrats = { + culture = nguni + religion = animist + size = 150 + } + + clergymen = { + culture = nguni + religion = animist + size = 125 + } + + artisans = { + culture = nguni + religion = animist + size = 600 + } + + soldiers = { + culture = nguni + religion = animist + size = 150 + } + + farmers = { + culture = nguni + religion = animist + size = 25975 + } + + slaves = { + culture = nguni + religion = animist + size = 2000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 300 + } + + clergymen = { + culture = tonga + religion = animist + size = 300 + } + + artisans = { + culture = tonga + religion = animist + size = 1400 + } + + soldiers = { + culture = tonga + religion = animist + size = 400 + } + + farmers = { + culture = tonga + religion = animist + size = 30600 + } + + slaves = { + culture = tonga + religion = animist + size = 5000 + } } #Massekisse (172000/43000 POPS) 2052 = { - aristocrats = { - culture = nguni - religion = animist - size = 50 - } - - clergymen = { - culture = nguni - religion = animist - size = 500 - } - - artisans = { - culture = nguni - religion = animist - size = 200 - } - - soldiers = { - culture = nguni - religion = animist - size = 50 - } - - farmers = { - culture = nguni - religion = animist - size = 3650 - } - - aristocrats = { - culture = shona - religion = animist - size = 350 - } - - clergymen = { - culture = shona - religion = animist - size = 375 - } - - artisans = { - culture = shona - religion = animist - size = 1800 - } - - soldiers = { - culture = shona - religion = animist - size = 400 - } - - farmers = { - culture = shona - religion = animist - size = 39375 - } - - slaves = { - culture = shona - religion = animist - size = 22700 - } + aristocrats = { + culture = nguni + religion = animist + size = 50 + } + + clergymen = { + culture = nguni + religion = animist + size = 500 + } + + artisans = { + culture = nguni + religion = animist + size = 200 + } + + soldiers = { + culture = nguni + religion = animist + size = 50 + } + + farmers = { + culture = nguni + religion = animist + size = 3650 + } + + aristocrats = { + culture = shona + religion = animist + size = 350 + } + + clergymen = { + culture = shona + religion = animist + size = 375 + } + + artisans = { + culture = shona + religion = animist + size = 1800 + } + + soldiers = { + culture = shona + religion = animist + size = 400 + } + + farmers = { + culture = shona + religion = animist + size = 39375 + } + + slaves = { + culture = shona + religion = animist + size = 22700 + } } #Zambezia Region (912000) #Ruled (loosely) by Portugal in 1836) #Sena (176000/43000 POPS) 2053 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 100 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 150 - } - - farmers = { - culture = portuguese - religion = catholic - size = 1000 - } - - aristocrats = { - culture = shona - religion = animist - size = 150 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 700 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 10850 - } - - slaves = { - culture = shona - religion = animist - size = 3000 - } - - aristocrats = { - culture = sena - religion = animist - size = 250 - } - - clergymen = { - culture = sena - religion = animist - size = 200 - } - - artisans = { - culture = sena - religion = animist - size = 1100 - } - - soldiers = { - culture = sena - religion = animist - size = 250 - } - - farmers = { - culture = sena - religion = animist - size = 42700 - } - - slaves = { - culture = sena - religion = animist - size = 2500 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - soldiers = { - culture = swahili - religion = sunni - size = 250 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } - - farmers = { - culture = swahili - religion = sunni - size = 3000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 100 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 150 + } + + farmers = { + culture = portuguese + religion = catholic + size = 1000 + } + + aristocrats = { + culture = shona + religion = animist + size = 150 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 700 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 10850 + } + + slaves = { + culture = shona + religion = animist + size = 3000 + } + + aristocrats = { + culture = sena + religion = animist + size = 250 + } + + clergymen = { + culture = sena + religion = animist + size = 200 + } + + artisans = { + culture = sena + religion = animist + size = 1100 + } + + soldiers = { + culture = sena + religion = animist + size = 250 + } + + farmers = { + culture = sena + religion = animist + size = 42700 + } + + slaves = { + culture = sena + religion = animist + size = 2500 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + soldiers = { + culture = swahili + religion = sunni + size = 250 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } + + farmers = { + culture = swahili + religion = sunni + size = 3000 + } } #Quelimane (84000/21000 POPS) 2059 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 125 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 200 - } - - aristocrats = { - culture = sena - religion = animist - size = 150 - } - - clergymen = { - culture = sena - religion = animist - size = 125 - } - - artisans = { - culture = sena - religion = animist - size = 650 - } - - soldiers = { - culture = sena - religion = animist - size = 150 - } - - farmers = { - culture = sena - religion = animist - size = 9925 - } - - slaves = { - culture = sena - religion = animist - size = 2000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 350 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 1425 - } - - slaves = { - culture = nyasa - religion = animist - size = 5000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 125 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 200 + } + + aristocrats = { + culture = sena + religion = animist + size = 150 + } + + clergymen = { + culture = sena + religion = animist + size = 125 + } + + artisans = { + culture = sena + religion = animist + size = 650 + } + + soldiers = { + culture = sena + religion = animist + size = 150 + } + + farmers = { + culture = sena + religion = animist + size = 9925 + } + + slaves = { + culture = sena + religion = animist + size = 2000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 350 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 1425 + } + + slaves = { + culture = nyasa + religion = animist + size = 5000 + } } #Uncolonized in 1836 #Tete (104000/26000 POPS) 2054 = { - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 125 - } - - artisans = { - culture = shona - religion = animist - size = 500 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 7125 - } - - slaves = { - culture = shona - religion = animist - size = 3000 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 400 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 4850 - } - - slaves = { - culture = nyasa - religion = animist - size = 2500 - } - - aristocrats = { - culture = sena - religion = animist - size = 100 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 350 - } - - soldiers = { - culture = sena - religion = animist - size = 100 - } - - farmers = { - culture = sena - religion = animist - size = 6425 - } + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 125 + } + + artisans = { + culture = shona + religion = animist + size = 500 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 7125 + } + + slaves = { + culture = shona + religion = animist + size = 3000 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 400 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 4850 + } + + slaves = { + culture = nyasa + religion = animist + size = 2500 + } + + aristocrats = { + culture = sena + religion = animist + size = 100 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 350 + } + + soldiers = { + culture = sena + religion = animist + size = 100 + } + + farmers = { + culture = sena + religion = animist + size = 6425 + } } #Songo (164000/41000 POPS) 2055 = { - aristocrats = { - culture = shona - religion = animist - size = 450 - } - - clergymen = { - culture = shona - religion = animist - size = 400 - } - - artisans = { - culture = shona - religion = animist - size = 2000 - } - - soldiers = { - culture = shona - religion = animist - size = 450 - } - - farmers = { - culture = shona - religion = animist - size = 50700 - } - - slaves = { - culture = shona - religion = animist - size = 2000 - } + aristocrats = { + culture = shona + religion = animist + size = 450 + } + + clergymen = { + culture = shona + religion = animist + size = 400 + } + + artisans = { + culture = shona + religion = animist + size = 2000 + } + + soldiers = { + culture = shona + religion = animist + size = 450 + } + + farmers = { + culture = shona + religion = animist + size = 50700 + } + + slaves = { + culture = shona + religion = animist + size = 2000 + } } #Zombo (104000/26000 POPS) 2056 = { - aristocrats = { - culture = nyasa - religion = animist - size = 400 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 500 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 10100 - } - - slaves = { - culture = nyasa - religion = animist - size = 2100 - } - - aristocrats = { - culture = shona - religion = animist - size = 550 - } - - clergymen = { - culture = shona - religion = animist - size = 125 - } - - artisans = { - culture = shona - religion = animist - size = 650 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 35925 - } - - slaves = { - culture = shona - religion = animist - size = 3000 - } - - aristocrats = { - culture = sena - religion = animist - size = 500 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 150 - } - - soldiers = { - culture = sena - religion = animist - size = 100 - } - - farmers = { - culture = sena - religion = animist - size = 12710 - } + aristocrats = { + culture = nyasa + religion = animist + size = 400 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 500 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 10100 + } + + slaves = { + culture = nyasa + religion = animist + size = 2100 + } + + aristocrats = { + culture = shona + religion = animist + size = 550 + } + + clergymen = { + culture = shona + religion = animist + size = 125 + } + + artisans = { + culture = shona + religion = animist + size = 650 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 35925 + } + + slaves = { + culture = shona + religion = animist + size = 3000 + } + + aristocrats = { + culture = sena + religion = animist + size = 500 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 150 + } + + soldiers = { + culture = sena + religion = animist + size = 100 + } + + farmers = { + culture = sena + religion = animist + size = 12710 + } } #Sofala (144000/36000 POPS) 2057 = { - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 100 - } - - artisans = { - culture = shona - religion = animist - size = 400 - } - - soldiers = { - culture = shona - religion = animist - size = 100 - } - - farmers = { - culture = shona - religion = animist - size = 17800 - } - - slaves = { - culture = shona - religion = animist - size = 2500 - } - - aristocrats = { - culture = sena - religion = animist - size = 125 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 525 - } - - soldiers = { - culture = sena - religion = animist - size = 150 - } - - farmers = { - culture = sena - religion = animist - size = 27100 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 150 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 700 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 150 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 10850 - } - - slaves = { - culture = southern_bantu - religion = animist - size = 3000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } - - soldiers = { - culture = swahili - religion = sunni - size = 100 - } - - farmers = { - culture = swahili - religion = sunni - size = 5000 - } + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 100 + } + + artisans = { + culture = shona + religion = animist + size = 400 + } + + soldiers = { + culture = shona + religion = animist + size = 100 + } + + farmers = { + culture = shona + religion = animist + size = 17800 + } + + slaves = { + culture = shona + religion = animist + size = 2500 + } + + aristocrats = { + culture = sena + religion = animist + size = 125 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 525 + } + + soldiers = { + culture = sena + religion = animist + size = 150 + } + + farmers = { + culture = sena + religion = animist + size = 27100 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 150 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 700 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 150 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 10850 + } + + slaves = { + culture = southern_bantu + religion = animist + size = 3000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } + + soldiers = { + culture = swahili + religion = sunni + size = 100 + } + + farmers = { + culture = swahili + religion = sunni + size = 5000 + } } #Mossurize (136000/34000 POPS) 2058 = { - aristocrats = { - culture = shona - religion = animist - size = 3350 - } - - clergymen = { - culture = shona - religion = animist - size = 375 - } - - artisans = { - culture = shona - religion = animist - size = 1750 - } - - soldiers = { - culture = shona - religion = animist - size = 350 - } - - farmers = { - culture = shona - religion = animist - size = 50275 - } - - slaves = { - culture = shona - religion = animist - size = 3000 - } + aristocrats = { + culture = shona + religion = animist + size = 3350 + } + + clergymen = { + culture = shona + religion = animist + size = 375 + } + + artisans = { + culture = shona + religion = animist + size = 1750 + } + + soldiers = { + culture = shona + religion = animist + size = 350 + } + + farmers = { + culture = shona + religion = animist + size = 50275 + } + + slaves = { + culture = shona + religion = animist + size = 3000 + } } #Mocambique Region (964000) #Ruled by Portugal 1836 #Mocambique (88000/22000 POPS) 2060 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 275 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 50 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 25 - } - - artisans = { - culture = portuguese - religion = catholic - size = 600 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 50 - } - - aristocrats = { - culture = makua - religion = animist - size = 200 - } - - clergymen = { - culture = makua - religion = animist - size = 200 - } - - artisans = { - culture = makua - religion = animist - size = 1050 - } - - soldiers = { - culture = makua - religion = animist - size = 250 - } - - farmers = { - culture = makua - religion = animist - size = 13300 - } - - slaves = { - culture = makua - religion = animist - size = 6000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 275 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 50 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 25 + } + + artisans = { + culture = portuguese + religion = catholic + size = 600 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 50 + } + + aristocrats = { + culture = makua + religion = animist + size = 200 + } + + clergymen = { + culture = makua + religion = animist + size = 200 + } + + artisans = { + culture = makua + religion = animist + size = 1050 + } + + soldiers = { + culture = makua + religion = animist + size = 250 + } + + farmers = { + culture = makua + religion = animist + size = 13300 + } + + slaves = { + culture = makua + religion = animist + size = 6000 + } } #uncolonized in 1836 #Angoche (128000/32000 POPS) 2061 = { - aristocrats = { - culture = makua - religion = animist - size = 600 - } - - clergymen = { - culture = makua - religion = animist - size = 100 - } - - artisans = { - culture = makua - religion = animist - size = 700 - } - - soldiers = { - culture = makua - religion = animist - size = 200 - } - - farmers = { - culture = makua - religion = animist - size = 32900 - } - - slaves = { - culture = makua - religion = animist - size = 2000 - } - - aristocrats = { - culture = makua - religion = sunni - size = 150 - } - - clergymen = { - culture = makua - religion = sunni - size = 150 - } - - artisans = { - culture = makua - religion = sunni - size = 750 - } - - soldiers = { - culture = makua - religion = sunni - size = 200 - } - - farmers = { - culture = makua - religion = sunni - size = 12750 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - soldiers = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 2925 - } - - farmers = { - culture = swahili - religion = sunni - size = 5000 - } + aristocrats = { + culture = makua + religion = animist + size = 600 + } + + clergymen = { + culture = makua + religion = animist + size = 100 + } + + artisans = { + culture = makua + religion = animist + size = 700 + } + + soldiers = { + culture = makua + religion = animist + size = 200 + } + + farmers = { + culture = makua + religion = animist + size = 32900 + } + + slaves = { + culture = makua + religion = animist + size = 2000 + } + + aristocrats = { + culture = makua + religion = sunni + size = 150 + } + + clergymen = { + culture = makua + religion = sunni + size = 150 + } + + artisans = { + culture = makua + religion = sunni + size = 750 + } + + soldiers = { + culture = makua + religion = sunni + size = 200 + } + + farmers = { + culture = makua + religion = sunni + size = 12750 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + soldiers = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 2925 + } + + farmers = { + culture = swahili + religion = sunni + size = 5000 + } } #Ibo (208000/52000 POPS) 2063 = { - aristocrats = { - culture = makua - religion = animist - size = 500 - } - - clergymen = { - culture = makua - religion = animist - size = 500 - } - - artisans = { - culture = makua - religion = animist - size = 2500 - } - - soldiers = { - culture = makua - religion = animist - size = 500 - } - - farmers = { - culture = makua - religion = animist - size = 50000 - } - - slaves = { - culture = makua - religion = animist - size = 2000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - soldiers = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 1950 - } - - farmers = { - culture = swahili - religion = sunni - size = 3000 - } + aristocrats = { + culture = makua + religion = animist + size = 500 + } + + clergymen = { + culture = makua + religion = animist + size = 500 + } + + artisans = { + culture = makua + religion = animist + size = 2500 + } + + soldiers = { + culture = makua + religion = animist + size = 500 + } + + farmers = { + culture = makua + religion = animist + size = 50000 + } + + slaves = { + culture = makua + religion = animist + size = 2000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + soldiers = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 1950 + } + + farmers = { + culture = swahili + religion = sunni + size = 3000 + } } #Nampula (208000/52000 POPS) 2064 = { - aristocrats = { - culture = yao - religion = sunni - size = 250 - } - - clergymen = { - culture = yao - religion = sunni - size = 250 - } - - artisans = { - culture = yao - religion = sunni - size = 1250 - } - - soldiers = { - culture = yao - religion = sunni - size = 300 - } - - farmers = { - culture = yao - religion = sunni - size = 21950 - } - - slaves = { - culture = yao - religion = animist - size = 1100 - } - - aristocrats = { - culture = makua - religion = animist - size = 200 - } - - clergymen = { - culture = makua - religion = animist - size = 200 - } - - artisans = { - culture = makua - religion = animist - size = 900 - } - - soldiers = { - culture = makua - religion = animist - size = 200 - } - - farmers = { - culture = makua - religion = animist - size = 40500 - } - - slaves = { - culture = makua - religion = animist - size = 1000 - } - - slaves = { - culture = yao - religion = animist - size = 3000 - } + aristocrats = { + culture = yao + religion = sunni + size = 250 + } + + clergymen = { + culture = yao + religion = sunni + size = 250 + } + + artisans = { + culture = yao + religion = sunni + size = 1250 + } + + soldiers = { + culture = yao + religion = sunni + size = 300 + } + + farmers = { + culture = yao + religion = sunni + size = 21950 + } + + slaves = { + culture = yao + religion = animist + size = 1100 + } + + aristocrats = { + culture = makua + religion = animist + size = 200 + } + + clergymen = { + culture = makua + religion = animist + size = 200 + } + + artisans = { + culture = makua + religion = animist + size = 900 + } + + soldiers = { + culture = makua + religion = animist + size = 200 + } + + farmers = { + culture = makua + religion = animist + size = 40500 + } + + slaves = { + culture = makua + religion = animist + size = 1000 + } + + slaves = { + culture = yao + religion = animist + size = 3000 + } } #Milange (108000/27000 POPS) 2065 = { - aristocrats = { - culture = sena - religion = animist - size = 250 - } - - clergymen = { - culture = sena - religion = animist - size = 250 - } - - artisans = { - culture = sena - religion = animist - size = 1250 - } - - soldiers = { - culture = sena - religion = animist - size = 300 - } - - farmers = { - culture = sena - religion = animist - size = 18450 - } - - slaves = { - culture = sena - religion = animist - size = 3500 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 150 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 750 - } - - slaves = { - culture = nyasa - religion = animist - size = 2000 - } + aristocrats = { + culture = sena + religion = animist + size = 250 + } + + clergymen = { + culture = sena + religion = animist + size = 250 + } + + artisans = { + culture = sena + religion = animist + size = 1250 + } + + soldiers = { + culture = sena + religion = animist + size = 300 + } + + farmers = { + culture = sena + religion = animist + size = 18450 + } + + slaves = { + culture = sena + religion = animist + size = 3500 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 150 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 750 + } + + slaves = { + culture = nyasa + religion = animist + size = 2000 + } } #Mataka (224000/56000 POPS) 2581 = { - aristocrats = { - culture = yao - religion = sunni - size = 450 - } - - clergymen = { - culture = yao - religion = sunni - size = 400 - } - - artisans = { - culture = yao - religion = sunni - size = 2100 - } - - soldiers = { - culture = yao - religion = sunni - size = 450 - } - - farmers = { - culture = yao - religion = sunni - size = 35600 - } - - slaves = { - culture = yao - religion = animist - size = 2000 - } - - slaves = { - culture = yao - religion = animist - size = 15000 - } + aristocrats = { + culture = yao + religion = sunni + size = 450 + } + + clergymen = { + culture = yao + religion = sunni + size = 400 + } + + artisans = { + culture = yao + religion = sunni + size = 2100 + } + + soldiers = { + culture = yao + religion = sunni + size = 450 + } + + farmers = { + culture = yao + religion = sunni + size = 35600 + } + + slaves = { + culture = yao + religion = animist + size = 2000 + } + + slaves = { + culture = yao + religion = animist + size = 15000 + } } diff --git a/HPM/history/pops/1836.1.1/Namibia.txt b/HPM/history/pops/1836.1.1/Namibia.txt index 68716d7e..f044467f 100644 --- a/HPM/history/pops/1836.1.1/Namibia.txt +++ b/HPM/history/pops/1836.1.1/Namibia.txt @@ -1,481 +1,481 @@ -#Damaraland Region (192000) +#Damaraland Region (192000) #uncolonized in 1836/dominated by the Herero in 1836 #Windhoek (72000/18000 POPS) 2078 = { - aristocrats = { - culture = herero - religion = animist - size = 100 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 300 - } - - soldiers = { - culture = herero - religion = animist - size = 75 - } - - farmers = { - culture = herero - religion = animist - size = 5175 - } - - farmers = { - culture = herero - religion = protestant - size = 300 - } - - aristocrats = { - culture = khoisan - religion = animist - size = 225 - } - - clergymen = { - culture = khoisan - religion = animist - size = 125 - } - - artisans = { - culture = khoisan - religion = animist - size = 600 - } - - soldiers = { - culture = khoisan - religion = animist - size = 125 - } - - farmers = { - culture = khoisan - religion = animist - size = 10725 - } - - farmers = { - culture = khoisan - religion = protestant - size = 200 - } + aristocrats = { + culture = herero + religion = animist + size = 100 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 300 + } + + soldiers = { + culture = herero + religion = animist + size = 75 + } + + farmers = { + culture = herero + religion = animist + size = 5175 + } + + farmers = { + culture = herero + religion = protestant + size = 300 + } + + aristocrats = { + culture = khoisan + religion = animist + size = 225 + } + + clergymen = { + culture = khoisan + religion = animist + size = 125 + } + + artisans = { + culture = khoisan + religion = animist + size = 600 + } + + soldiers = { + culture = khoisan + religion = animist + size = 125 + } + + farmers = { + culture = khoisan + religion = animist + size = 10725 + } + + farmers = { + culture = khoisan + religion = protestant + size = 200 + } } #Swakopmund (52000/13000 POPS) 2079 = { - aristocrats = { - culture = herero - religion = animist - size = 150 - } - - clergymen = { - culture = herero - religion = animist - size = 100 - } - - artisans = { - culture = herero - religion = animist - size = 450 - } - - soldiers = { - culture = herero - religion = animist - size = 100 - } - - farmers = { - culture = herero - religion = animist - size = 8200 - } - - aristocrats = { - culture = kavango - religion = animist - size = 50 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 200 - } - - soldiers = { - culture = kavango - religion = animist - size = 50 - } - - farmers = { - culture = kavango - religion = animist - size = 3650 - } + aristocrats = { + culture = herero + religion = animist + size = 150 + } + + clergymen = { + culture = herero + religion = animist + size = 100 + } + + artisans = { + culture = herero + religion = animist + size = 450 + } + + soldiers = { + culture = herero + religion = animist + size = 100 + } + + farmers = { + culture = herero + religion = animist + size = 8200 + } + + aristocrats = { + culture = kavango + religion = animist + size = 50 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 200 + } + + soldiers = { + culture = kavango + religion = animist + size = 50 + } + + farmers = { + culture = kavango + religion = animist + size = 3650 + } } #Tsumeb (24000/6000 POPS) 2080 = { - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 300 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 5475 - } + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 300 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 5475 + } } #Otjinene (44000/11000 POPS) 2082 = { - aristocrats = { - culture = herero - religion = animist - size = 100 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 300 - } - - soldiers = { - culture = herero - religion = animist - size = 75 - } - - farmers = { - culture = herero - religion = animist - size = 5475 - } - - aristocrats = { - culture = kavango - religion = animist - size = 75 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 250 - } - - soldiers = { - culture = kavango - religion = animist - size = 50 - } - - farmers = { - culture = kavango - religion = animist - size = 4575 - } + aristocrats = { + culture = herero + religion = animist + size = 100 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 300 + } + + soldiers = { + culture = herero + religion = animist + size = 75 + } + + farmers = { + culture = herero + religion = animist + size = 5475 + } + + aristocrats = { + culture = kavango + religion = animist + size = 75 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 250 + } + + soldiers = { + culture = kavango + religion = animist + size = 50 + } + + farmers = { + culture = kavango + religion = animist + size = 4575 + } } #Kafue Region (16000) #see Zambia.txt for balance of region #uncolonized in 1836/dominated by the Lozi in 1836 #Linyati (16000/4000 POPS) 2081 = { - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 100 - } - - artisans = { - culture = kavango - religion = animist - size = 150 - } - - soldiers = { - culture = kavango - religion = animist - size = 100 - } - - farmers = { - culture = kavango - religion = animist - size = 2700 - } - - aristocrats = { - culture = lunda - religion = animist - size = 100 - } - - clergymen = { - culture = lunda - religion = animist - size = 100 - } - - artisans = { - culture = lunda - religion = animist - size = 100 - } - - soldiers = { - culture = lunda - religion = animist - size = 100 - } - - farmers = { - culture = lunda - religion = animist - size = 900 - } + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 100 + } + + artisans = { + culture = kavango + religion = animist + size = 150 + } + + soldiers = { + culture = kavango + religion = animist + size = 100 + } + + farmers = { + culture = kavango + religion = animist + size = 2700 + } + + aristocrats = { + culture = lunda + religion = animist + size = 100 + } + + clergymen = { + culture = lunda + religion = animist + size = 100 + } + + artisans = { + culture = lunda + religion = animist + size = 100 + } + + soldiers = { + culture = lunda + religion = animist + size = 100 + } + + farmers = { + culture = lunda + religion = animist + size = 900 + } } #Namaqualand Region (64000) #see South Africa.txt for balance of region #uncolonized in 1836/dominated by the Nama in 1836 #Walvis Bay (4000/1000 POPS) 2083 = { - aristocrats = { - culture = khoisan - religion = animist - size = 15 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - soldiers = { - culture = khoisan - religion = animist - size = 10 - } - - farmers = { - culture = khoisan - religion = animist - size = 1925 - } + aristocrats = { + culture = khoisan + religion = animist + size = 15 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + soldiers = { + culture = khoisan + religion = animist + size = 10 + } + + farmers = { + culture = khoisan + religion = animist + size = 1925 + } } #Angra Pequena (28000/7000 POPS) 2084 = { - aristocrats = { - culture = khoisan - religion = animist - size = 125 - } - - clergymen = { - culture = khoisan - religion = animist - size = 75 - } - - artisans = { - culture = khoisan - religion = animist - size = 350 - } - - soldiers = { - culture = khoisan - religion = animist - size = 75 - } - - farmers = { - culture = khoisan - religion = animist - size = 6375 - } + aristocrats = { + culture = khoisan + religion = animist + size = 125 + } + + clergymen = { + culture = khoisan + religion = animist + size = 75 + } + + artisans = { + culture = khoisan + religion = animist + size = 350 + } + + soldiers = { + culture = khoisan + religion = animist + size = 75 + } + + farmers = { + culture = khoisan + religion = animist + size = 6375 + } } #Nugouses (12000/3000 POPS) 2085 = { - aristocrats = { - culture = khoisan - religion = animist - size = 25 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - soldiers = { - culture = khoisan - religion = animist - size = 25 - } - - farmers = { - culture = khoisan - religion = animist - size = 1800 - } - - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size = 10 - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } + aristocrats = { + culture = khoisan + religion = animist + size = 25 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + soldiers = { + culture = khoisan + religion = animist + size = 25 + } + + farmers = { + culture = khoisan + religion = animist + size = 1800 + } + + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size = 10 + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } } #Karasburg (20000/5000 POPS) 2086 = { - aristocrats = { - culture = khoisan - religion = animist - size = 50 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 200 - } - - soldiers = { - culture = khoisan - religion = animist - size = 50 - } - - farmers = { - culture = khoisan - religion = animist - size = 3650 - } - - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size = 10 - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } + aristocrats = { + culture = khoisan + religion = animist + size = 50 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 200 + } + + soldiers = { + culture = khoisan + religion = animist + size = 50 + } + + farmers = { + culture = khoisan + religion = animist + size = 3650 + } + + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size = 10 + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1836.1.1/Nepal.txt b/HPM/history/pops/1836.1.1/Nepal.txt index 8af66034..f3097722 100644 --- a/HPM/history/pops/1836.1.1/Nepal.txt +++ b/HPM/history/pops/1836.1.1/Nepal.txt @@ -1,217 +1,216 @@ #Himalaya Region (952000) #see Bhutan.txt and India.txt for balance of region -#under the rule of Nepal in 1836 -#Katmandu (540000/135000 POPS) +#under the rule of Nepal in 1836 +#Katmandu (540000/135000 POPS) 1326 = { - aristocrats = { - culture = nepali - religion = hindu - size = 2000 - } - - bureaucrats = { - culture = nepali - religion = hindu - size = 175 - } - - officers = { - culture = nepali - religion = hindu - size = 225 - } - - clergymen = { - culture = nepali - religion = hindu - size = 1100 - } - - artisans = { - culture = nepali - religion = hindu - size = 4050 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3000 - } - - soldiers = { - culture = nepali - religion = hindu - size = 1000 - } - - farmers = { - culture = nepali - religion = hindu - size = 86250 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 200 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 100 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 475 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 100 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 10125 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 400 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 225 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1050 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 200 - } - - farmers = { - culture = asian_minor - religion = animist - size = 6000 - } - - slaves = { - culture = asian_minor - religion = animist - size = 15125 - } + aristocrats = { + culture = nepali + religion = hindu + size = 2000 + } + + bureaucrats = { + culture = nepali + religion = hindu + size = 175 + } + + officers = { + culture = nepali + religion = hindu + size = 225 + } + + clergymen = { + culture = nepali + religion = hindu + size = 1100 + } + + artisans = { + culture = nepali + religion = hindu + size = 4050 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3000 + } + + soldiers = { + culture = nepali + religion = hindu + size = 1000 + } + + farmers = { + culture = nepali + religion = hindu + size = 86250 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 200 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 100 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 475 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 100 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 10125 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 400 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 225 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1050 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 200 + } + + farmers = { + culture = asian_minor + religion = animist + size = 6000 + } + + slaves = { + culture = asian_minor + religion = animist + size = 15125 + } } -#Jumla (412000/103000 POPS) +#Jumla (412000/103000 POPS) 1327 = { - aristocrats = { - culture = nepali - religion = hindu - size = 900 - } - - clergymen = { - culture = nepali - religion = hindu - size = 450 - } - - artisans = { - culture = nepali - religion = hindu - size = 2300 - } - - soldiers = { - culture = nepali - religion = hindu - size = 1100 - } - - farmers = { - culture = nepali - religion = hindu - size = 49250 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 700 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 375 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1850 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 350 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 33725 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 350 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 200 - } - - artisans = { - culture = asian_minor - religion = animist - size = 950 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 200 - } - - slaves = { - culture = asian_minor - religion = animist - size = 18300 - } + aristocrats = { + culture = nepali + religion = hindu + size = 900 + } + + clergymen = { + culture = nepali + religion = hindu + size = 450 + } + + artisans = { + culture = nepali + religion = hindu + size = 2300 + } + + soldiers = { + culture = nepali + religion = hindu + size = 1100 + } + + farmers = { + culture = nepali + religion = hindu + size = 49250 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 700 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 375 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1850 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 350 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 33725 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 350 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 200 + } + + artisans = { + culture = asian_minor + religion = animist + size = 950 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 200 + } + + slaves = { + culture = asian_minor + religion = animist + size = 18300 + } } - diff --git a/HPM/history/pops/1836.1.1/Netherlands Antillies.txt b/HPM/history/pops/1836.1.1/Netherlands Antillies.txt index 6e09b676..7ab5c596 100644 --- a/HPM/history/pops/1836.1.1/Netherlands Antillies.txt +++ b/HPM/history/pops/1836.1.1/Netherlands Antillies.txt @@ -3,106 +3,106 @@ #Curacao (12300/3100 POPS) 2234 = { - aristocrats = { - culture = dutch - religion = protestant - size = 76 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 5 - } - - soldiers = { - culture = dutch - religion = protestant - size = 25 - } - - artisans = { - culture = dutch - religion = protestant - size = 70 - } - - clergymen = { - culture = dutch - religion = protestant - size = 20 - } - - farmers = { - culture = dutch - religion = protestant - size = 2080 - } - - slaves = { - culture = afro_caribbean - religion = catholic - size = 900 - } + aristocrats = { + culture = dutch + religion = protestant + size = 76 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 5 + } + + soldiers = { + culture = dutch + religion = protestant + size = 25 + } + + artisans = { + culture = dutch + religion = protestant + size = 70 + } + + clergymen = { + culture = dutch + religion = protestant + size = 20 + } + + farmers = { + culture = dutch + religion = protestant + size = 2080 + } + + slaves = { + culture = afro_caribbean + religion = catholic + size = 900 + } } #Aruba (2400/600 POPS) 2235 = { - - aristocrats = { - culture = dutch - religion = protestant - size = 1 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25 - } - - farmers = { - culture = dutch - religion = protestant - size = 400 - } - - slaves = { - culture = afro_caribbean - religion = catholic - size = 175 - } + + aristocrats = { + culture = dutch + religion = protestant + size = 1 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25 + } + + farmers = { + culture = dutch + religion = protestant + size = 400 + } + + slaves = { + culture = afro_caribbean + religion = catholic + size = 175 + } } #Philipsburg - Saint Martin (4800/1200 POPS) 2236 = { - aristocrats = { - culture = dutch - religion = protestant - size = 10 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 55 - } - - farmers = { - culture = dutch - religion = protestant - size = 400 - } - - slaves = { - culture = afro_caribbean - religion = protestant - size = 100 - } + aristocrats = { + culture = dutch + religion = protestant + size = 10 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 55 + } + + farmers = { + culture = dutch + religion = protestant + size = 400 + } + + slaves = { + culture = afro_caribbean + religion = protestant + size = 100 + } } diff --git a/HPM/history/pops/1836.1.1/Netherlands.txt b/HPM/history/pops/1836.1.1/Netherlands.txt index 8ceb04ee..17bc0e91 100644 --- a/HPM/history/pops/1836.1.1/Netherlands.txt +++ b/HPM/history/pops/1836.1.1/Netherlands.txt @@ -1,738 +1,738 @@ #Holland & Zeeland Region - 1353000 #Amsterdam (464000/116000 POPS) 375 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 300 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2879 - } - ######## - aristocrats = { - culture = dutch - religion = protestant - size = 1410 - } - officers = { - culture = dutch - religion = protestant - size = 329 - } - bureaucrats = { - culture = dutch - religion = protestant - size = 2444 - } - clergymen = { - culture = dutch - religion = protestant - size = 1739 - } - artisans = { - culture = dutch - religion = catholic - size = 18800 - } - artisans = { - culture = dutch - religion = protestant - size = 9400 - } - artisans = { - culture = dutch - religion = protestant - size = 7520 - } - soldiers = { - culture = dutch - religion = catholic - size = 9400 - } - soldiers = { - culture = dutch - religion = catholic - size = 2256 - } - farmers = { - culture = dutch - religion = protestant - size = 42911 - } - artisans = { - culture = flemish - religion = catholic - size = 7990 - } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 300 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2879 + } + ######## + aristocrats = { + culture = dutch + religion = protestant + size = 1410 + } + officers = { + culture = dutch + religion = protestant + size = 329 + } + bureaucrats = { + culture = dutch + religion = protestant + size = 2444 + } + clergymen = { + culture = dutch + religion = protestant + size = 1739 + } + artisans = { + culture = dutch + religion = catholic + size = 18800 + } + artisans = { + culture = dutch + religion = protestant + size = 9400 + } + artisans = { + culture = dutch + religion = protestant + size = 7520 + } + soldiers = { + culture = dutch + religion = catholic + size = 9400 + } + soldiers = { + culture = dutch + religion = catholic + size = 2256 + } + farmers = { + culture = dutch + religion = protestant + size = 42911 + } + artisans = { + culture = flemish + religion = catholic + size = 7990 + } } #Rotterdam (567000/141750 POPS) 376 = { - aristocrats = { - culture = dutch - religion = protestant - size = 705 - } - clergymen = { - culture = dutch - religion = protestant - size = 587 - } - artisans = { - culture = dutch - religion = catholic - size = 18800 - } - artisans = { - culture = dutch - religion = protestant - size = 5170 - } - soldiers = { - culture = dutch - religion = catholic - size = 2115 - } - farmers = { - culture = dutch - religion = protestant - size = 75200 - } - farmers = { - culture = dutch - religion = catholic - size = 26437 - } - artisans = { - culture = flemish - religion = catholic - size = 1034 - } - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1090 - } - ######## + aristocrats = { + culture = dutch + religion = protestant + size = 705 + } + clergymen = { + culture = dutch + religion = protestant + size = 587 + } + artisans = { + culture = dutch + religion = catholic + size = 18800 + } + artisans = { + culture = dutch + religion = protestant + size = 5170 + } + soldiers = { + culture = dutch + religion = catholic + size = 2115 + } + farmers = { + culture = dutch + religion = protestant + size = 75200 + } + farmers = { + culture = dutch + religion = catholic + size = 26437 + } + artisans = { + culture = flemish + religion = catholic + size = 1034 + } + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1090 + } + ######## } #Utrecht (152000/38000 POPS) 377 = { - aristocrats = { - culture = dutch - religion = protestant - size = 282 - } - clergymen = { - culture = dutch - religion = protestant - size = 164 - } - artisans = { - culture = dutch - religion = catholic - size = 11280 - } - soldiers = { - culture = dutch - religion = protestant - size = 1034 - } - farmers = { - culture = dutch - religion = protestant - size = 23053 - } + aristocrats = { + culture = dutch + religion = protestant + size = 282 + } + clergymen = { + culture = dutch + religion = protestant + size = 164 + } + artisans = { + culture = dutch + religion = catholic + size = 11280 + } + soldiers = { + culture = dutch + religion = protestant + size = 1034 + } + farmers = { + culture = dutch + religion = protestant + size = 23053 + } } #Middelburg (170000/42500 POPS) 378 = { - aristocrats = { - culture = dutch - religion = protestant - size = 282 - } - clergymen = { - culture = dutch - religion = protestant - size = 188 - } - artisans = { - culture = dutch - religion = catholic - size = 3478 - } - soldiers = { - culture = dutch - religion = protestant - size = 1034 - } - farmers = { - culture = dutch - religion = protestant - size = 33182 - } - artisans = { - culture = flemish - religion = catholic - size = 141 - } - farmers = { - culture = flemish - religion = catholic - size = 1034 - } + aristocrats = { + culture = dutch + religion = protestant + size = 282 + } + clergymen = { + culture = dutch + religion = protestant + size = 188 + } + artisans = { + culture = dutch + religion = catholic + size = 3478 + } + soldiers = { + culture = dutch + religion = protestant + size = 1034 + } + farmers = { + culture = dutch + religion = protestant + size = 33182 + } + artisans = { + culture = flemish + religion = catholic + size = 141 + } + farmers = { + culture = flemish + religion = catholic + size = 1034 + } } #Limburg-Gelderland Region - 979400 #Eindhoven (230000/57500 POPS) 379 = { - aristocrats = { - culture = dutch - religion = catholic - size = 1316 - } - officers = { - culture = dutch - religion = catholic - size = 100 - } - bureaucrats = { - culture = dutch - religion = catholic - size = 752 - } - clergymen = { - culture = dutch - religion = protestant - size = 752 - } - artisans = { - culture = dutch - religion = protestant - size = 2961 - } - soldiers = { - culture = dutch - religion = catholic - size = 2820 - } - soldiers = { - culture = dutch - religion = protestant - size = 100 - } - farmers = { - culture = dutch - religion = catholic - size = 47000 - } - clergymen = { - culture = flemish - religion = catholic - size = 107 - } - artisans = { - culture = flemish - religion = catholic - size = 141 - } - farmers = { - culture = flemish - religion = catholic - size = 2820 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 205 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = dutch + religion = catholic + size = 1316 + } + officers = { + culture = dutch + religion = catholic + size = 100 + } + bureaucrats = { + culture = dutch + religion = catholic + size = 752 + } + clergymen = { + culture = dutch + religion = protestant + size = 752 + } + artisans = { + culture = dutch + religion = protestant + size = 2961 + } + soldiers = { + culture = dutch + religion = catholic + size = 2820 + } + soldiers = { + culture = dutch + religion = protestant + size = 100 + } + farmers = { + culture = dutch + religion = catholic + size = 47000 + } + clergymen = { + culture = flemish + religion = catholic + size = 107 + } + artisans = { + culture = flemish + religion = catholic + size = 141 + } + farmers = { + culture = flemish + religion = catholic + size = 2820 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 205 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Breda (173200/43300 POPS) 380 = { - aristocrats = { - culture = dutch - religion = catholic - size = 470 - } - clergymen = { - culture = dutch - religion = catholic - size = 376 - } - artisans = { - culture = dutch - religion = protestant - size = 3525 - } - soldiers = { - culture = dutch - religion = protestant - size = 1034 - } - labourers = { - culture = dutch - religion = catholic - size = 32947 - } + aristocrats = { + culture = dutch + religion = catholic + size = 470 + } + clergymen = { + culture = dutch + religion = catholic + size = 376 + } + artisans = { + culture = dutch + religion = protestant + size = 3525 + } + soldiers = { + culture = dutch + religion = protestant + size = 1034 + } + labourers = { + culture = dutch + religion = catholic + size = 32947 + } } #Maastricht/Limburg (164200/41050 POPS) 381 = { - aristocrats = { - culture = dutch - religion = protestant - size = 300 - } - - clergymen = { - culture = dutch - religion = protestant - size = 400 - } - - artisans = { - culture = dutch - religion = protestant - size = 4100 - } - - soldiers = { - culture = dutch - religion = protestant - size = 1100 - } - - farmers = { - culture = dutch - religion = protestant - size = 17850 - } - - farmers = { - culture = north_german - religion = protestant - size = 1200 - } - - aristocrats = { - culture = dutch - religion = catholic - size = 300 - } - - clergymen = { - culture = dutch - religion = catholic - size = 200 - } - - artisans = { - culture = dutch - religion = catholic - size = 1100 - } - - soldiers = { - culture = dutch - religion = catholic - size = 1100 - } - - artisans = { - culture = dutch - religion = catholic - size = 900 - } - - farmers = { - culture = dutch - religion = catholic - size = 29350 - } - - aristocrats = { - culture = flemish - religion = catholic - size = 300 - } - - clergymen = { - culture = flemish - religion = catholic - size = 200 - } - - artisans = { - culture = flemish - religion = catholic - size = 1100 - } - - soldiers = { - culture = flemish - religion = catholic - size = 1100 - } - - artisans = { - culture = flemish - religion = catholic - size = 900 - } - - farmers = { - culture = flemish - religion = catholic - size = 18100 - } + aristocrats = { + culture = dutch + religion = protestant + size = 300 + } + + clergymen = { + culture = dutch + religion = protestant + size = 400 + } + + artisans = { + culture = dutch + religion = protestant + size = 4100 + } + + soldiers = { + culture = dutch + religion = protestant + size = 1100 + } + + farmers = { + culture = dutch + religion = protestant + size = 17850 + } + + farmers = { + culture = north_german + religion = protestant + size = 1200 + } + + aristocrats = { + culture = dutch + religion = catholic + size = 300 + } + + clergymen = { + culture = dutch + religion = catholic + size = 200 + } + + artisans = { + culture = dutch + religion = catholic + size = 1100 + } + + soldiers = { + culture = dutch + religion = catholic + size = 1100 + } + + artisans = { + culture = dutch + religion = catholic + size = 900 + } + + farmers = { + culture = dutch + religion = catholic + size = 29350 + } + + aristocrats = { + culture = flemish + religion = catholic + size = 300 + } + + clergymen = { + culture = flemish + religion = catholic + size = 200 + } + + artisans = { + culture = flemish + religion = catholic + size = 1100 + } + + soldiers = { + culture = flemish + religion = catholic + size = 1100 + } + + artisans = { + culture = flemish + religion = catholic + size = 900 + } + + farmers = { + culture = flemish + religion = catholic + size = 18100 + } } #Arnhem (412000/103000 POPS) 382 = { - aristocrats = { - culture = dutch - religion = protestant - size = 799 - } - bureaucrats = { - culture = dutch - religion = protestant - size = 564 - } - clergymen = { - culture = dutch - religion = protestant - size = 5640 - } - artisans = { - culture = dutch - religion = catholic - size = 10481 - } - soldiers = { - culture = dutch - religion = protestant - size = 1316 - } - farmers = { - culture = dutch - religion = protestant - size = 90569 - } - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - artisans = { - culture = north_german - religion = protestant - size = 235 - } - farmers = { - culture = north_german - religion = protestant - size = 3008 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 105 - } - ######## + aristocrats = { + culture = dutch + religion = protestant + size = 799 + } + bureaucrats = { + culture = dutch + religion = protestant + size = 564 + } + clergymen = { + culture = dutch + religion = protestant + size = 5640 + } + artisans = { + culture = dutch + religion = catholic + size = 10481 + } + soldiers = { + culture = dutch + religion = protestant + size = 1316 + } + farmers = { + culture = dutch + religion = protestant + size = 90569 + } + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + artisans = { + culture = north_german + religion = protestant + size = 235 + } + farmers = { + culture = north_german + religion = protestant + size = 3008 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 105 + } + ######## } #Friesland-Groningen Region : 713800 #Groningen (186600/46650 POPS) 383 = { - aristocrats = { - culture = dutch - religion = protestant - size = 282 - } - officers = { - culture = dutch - religion = protestant - size = 141 - } - bureaucrats = { - culture = dutch - religion = protestant - size = 752 - } - clergymen = { - culture = dutch - religion = protestant - size = 188 - } - artisans = { - culture = dutch - religion = protestant - size = 6580 - } - soldiers = { - culture = dutch - religion = protestant - size = 2820 - } - soldiers = { - culture = dutch - religion = protestant - size = 940 - } - farmers = { - culture = dutch - religion = protestant - size = 33323 - } - farmers = { - culture = north_german - religion = protestant - size = 1034 - } - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = dutch + religion = protestant + size = 282 + } + officers = { + culture = dutch + religion = protestant + size = 141 + } + bureaucrats = { + culture = dutch + religion = protestant + size = 752 + } + clergymen = { + culture = dutch + religion = protestant + size = 188 + } + artisans = { + culture = dutch + religion = protestant + size = 6580 + } + soldiers = { + culture = dutch + religion = protestant + size = 2820 + } + soldiers = { + culture = dutch + religion = protestant + size = 940 + } + farmers = { + culture = dutch + religion = protestant + size = 33323 + } + farmers = { + culture = north_german + religion = protestant + size = 1034 + } + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Zwolle (238000/59500 POPS) 384 = { - aristocrats = { - culture = dutch - religion = protestant - size = 470 - } - clergymen = { - culture = dutch - religion = protestant - size = 470 - } - artisans = { - culture = dutch - religion = catholic - size = 3666 - } - soldiers = { - culture = dutch - religion = protestant - size = 2820 - } - soldiers = { - culture = dutch - religion = protestant - size = 94 - } - farmers = { - culture = dutch - religion = protestant - size = 38352 - } - artisans = { - culture = north_german - religion = protestant - size = 94 - } - farmers = { - culture = north_german - religion = protestant - size = 846 - } + aristocrats = { + culture = dutch + religion = protestant + size = 470 + } + clergymen = { + culture = dutch + religion = protestant + size = 470 + } + artisans = { + culture = dutch + religion = catholic + size = 3666 + } + soldiers = { + culture = dutch + religion = protestant + size = 2820 + } + soldiers = { + culture = dutch + religion = protestant + size = 94 + } + farmers = { + culture = dutch + religion = protestant + size = 38352 + } + artisans = { + culture = north_german + religion = protestant + size = 94 + } + farmers = { + culture = north_german + religion = protestant + size = 846 + } } #Leeuwarden (209200/52300 POPS) 385 = { - aristocrats = { - culture = dutch - religion = protestant - size = 282 - } - clergymen = { - culture = dutch - religion = protestant - size = 352 - } - artisans = { - culture = dutch - religion = protestant - size = 5640 - } - soldiers = { - culture = dutch - religion = protestant - size = 1974 - } - farmers = { - culture = dutch - religion = protestant - size = 41101 - } - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = dutch + religion = protestant + size = 282 + } + clergymen = { + culture = dutch + religion = protestant + size = 352 + } + artisans = { + culture = dutch + religion = protestant + size = 5640 + } + soldiers = { + culture = dutch + religion = protestant + size = 1974 + } + farmers = { + culture = dutch + religion = protestant + size = 41101 + } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Assen (80000/20000 POPS) 386 = { - aristocrats = { - culture = dutch - religion = protestant - size = 141 - } - clergymen = { - culture = dutch - religion = protestant - size = 94 - } - artisans = { - culture = dutch - religion = protestant - size = 1034 - } - soldiers = { - culture = dutch - religion = protestant - size = 1034 - } - farmers = { - culture = dutch - religion = protestant - size = 15745 - } - farmers = { - culture = north_german - religion = protestant - size = 1034 - } + aristocrats = { + culture = dutch + religion = protestant + size = 141 + } + clergymen = { + culture = dutch + religion = protestant + size = 94 + } + artisans = { + culture = dutch + religion = protestant + size = 1034 + } + soldiers = { + culture = dutch + religion = protestant + size = 1034 + } + farmers = { + culture = dutch + religion = protestant + size = 15745 + } + farmers = { + culture = north_german + religion = protestant + size = 1034 + } } diff --git a/HPM/history/pops/1836.1.1/New Caledonia.txt b/HPM/history/pops/1836.1.1/New Caledonia.txt index 1f3bc8bc..164e4fa1 100644 --- a/HPM/history/pops/1836.1.1/New Caledonia.txt +++ b/HPM/history/pops/1836.1.1/New Caledonia.txt @@ -1,34 +1,34 @@ #Southern Melanesia (24000) #see Vanuatu.txt for balance of region #uncolonized in 1836 -#New Caledonia (24000/6000 POPS) +#New Caledonia (24000/6000 POPS) 1097 = { - aristocrats = { - culture = melanesian - religion = animist - size = 100 - } + aristocrats = { + culture = melanesian + religion = animist + size = 100 + } - clergymen = { - culture = melanesian - religion = animist - size = 50 - } + clergymen = { + culture = melanesian + religion = animist + size = 50 + } - artisans = { - culture = melanesian - religion = animist - size = 300 - } + artisans = { + culture = melanesian + religion = animist + size = 300 + } - soldiers = { - culture = melanesian - religion = animist - size = 75 - } + soldiers = { + culture = melanesian + religion = animist + size = 75 + } - farmers = { - culture = melanesian - religion = animist - size = 5475 - } + farmers = { + culture = melanesian + religion = animist + size = 5475 + } } diff --git a/HPM/history/pops/1836.1.1/New Zealand.txt b/HPM/history/pops/1836.1.1/New Zealand.txt index 51baad10..2ff1e900 100644 --- a/HPM/history/pops/1836.1.1/New Zealand.txt +++ b/HPM/history/pops/1836.1.1/New Zealand.txt @@ -3,466 +3,466 @@ #North Island Region (61000) #Auckland (17000/4250 POPS) 2509 = { - aristocrats = { - culture = maori - religion = animist - size = 40 - } - - artisans = { - culture = maori - religion = animist - size = 200 - } - - soldiers = { - culture = maori - religion = animist - size = 100 - } - - farmers = { - culture = maori - religion = animist - size = 4975 - } - - aristocrats = { - culture = australian - religion = protestant - size = 30 - } - - artisans = { - culture = australian - religion = protestant - size = 200 - } - - bureaucrats = { - culture = australian - religion = protestant - size = 10 - } - - clergymen = { - culture = australian - religion = protestant - size = 75 - } - - officers = { - culture = australian - religion = protestant - size = 25 - } - - soldiers = { - culture = australian - religion = protestant - size = 200 - } - - farmers = { - culture = australian - religion = protestant - size = 1000 - } - + aristocrats = { + culture = maori + religion = animist + size = 40 + } + + artisans = { + culture = maori + religion = animist + size = 200 + } + + soldiers = { + culture = maori + religion = animist + size = 100 + } + + farmers = { + culture = maori + religion = animist + size = 4975 + } + + aristocrats = { + culture = australian + religion = protestant + size = 30 + } + + artisans = { + culture = australian + religion = protestant + size = 200 + } + + bureaucrats = { + culture = australian + religion = protestant + size = 10 + } + + clergymen = { + culture = australian + religion = protestant + size = 75 + } + + officers = { + culture = australian + religion = protestant + size = 25 + } + + soldiers = { + culture = australian + religion = protestant + size = 200 + } + + farmers = { + culture = australian + religion = protestant + size = 1000 + } + } #New Plymouth (8000/2000 POPS) 2510 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 50 - } - - artisans = { - culture = maori - religion = animist - size = 100 - } - - soldiers = { - culture = maori - religion = animist - size = 50 - } - - farmers = { - culture = maori - religion = animist - size = 2580 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - clergymen = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = australian - religion = protestant - size = 30 - } - - farmers = { - culture = australian - religion = protestant - size = 200 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 50 + } + + artisans = { + culture = maori + religion = animist + size = 100 + } + + soldiers = { + culture = maori + religion = animist + size = 50 + } + + farmers = { + culture = maori + religion = animist + size = 2580 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + clergymen = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = australian + religion = protestant + size = 30 + } + + farmers = { + culture = australian + religion = protestant + size = 200 + } } #Napier (12000/3000 POPS) 2511 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 75 - } - - artisans = { - culture = maori - religion = animist - size = 150 - } - - soldiers = { - culture = maori - religion = animist - size = 75 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 2675 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 75 + } + + artisans = { + culture = maori + religion = animist + size = 150 + } + + soldiers = { + culture = maori + religion = animist + size = 75 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 2675 + } } #Wellington (12000/3000 POPS) 2512 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 75 - } - - artisans = { - culture = maori - religion = animist - size = 150 - } - - soldiers = { - culture = maori - religion = animist - size = 75 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 2675 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 75 + } + + artisans = { + culture = maori + religion = animist + size = 150 + } + + soldiers = { + culture = maori + religion = animist + size = 75 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 2675 + } } #Tauranga (12000/3000 POPS) 2571 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 50 - } - - artisans = { - culture = maori - religion = animist - size = 150 - } - - soldiers = { - culture = maori - religion = animist - size = 75 - } - - farmers = { - culture = maori - religion = animist - size = 1487 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - clergymen = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = australian - religion = protestant - size = 50 - } - - farmers = { - culture = australian - religion = protestant - size = 50 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 50 + } + + artisans = { + culture = maori + religion = animist + size = 150 + } + + soldiers = { + culture = maori + religion = animist + size = 75 + } + + farmers = { + culture = maori + religion = animist + size = 1487 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + clergymen = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = australian + religion = protestant + size = 50 + } + + farmers = { + culture = australian + religion = protestant + size = 50 + } } #Kirikiriroa or Hamilton - Former Wake 2524 = { - clergymen = { - culture = maori - religion = animist - size = 50 - } - - artisans = { - culture = maori - religion = animist - size = 50 - } - - soldiers = { - culture = maori - religion = animist - size = 75 - } - - farmers = { - culture = maori - religion = animist - size = 1488 - } - - artisans = { - culture = australian - religion = protestant - size = 50 - } - - clergymen = { - culture = australian - religion = protestant - size = 50 - } - - soldiers = { - culture = australian - religion = protestant - size = 50 - } - - farmers = { - culture = australian - religion = protestant - size = 50 - } + clergymen = { + culture = maori + religion = animist + size = 50 + } + + artisans = { + culture = maori + religion = animist + size = 50 + } + + soldiers = { + culture = maori + religion = animist + size = 75 + } + + farmers = { + culture = maori + religion = animist + size = 1488 + } + + artisans = { + culture = australian + religion = protestant + size = 50 + } + + clergymen = { + culture = australian + religion = protestant + size = 50 + } + + soldiers = { + culture = australian + religion = protestant + size = 50 + } + + farmers = { + culture = australian + religion = protestant + size = 50 + } } #South Island Region (24000) #Dunedin (4000/1000 POPS) 2513 = { - aristocrats = { - culture = maori - religion = animist - size = 10 - } - - clergymen = { - culture = maori - religion = animist - size = 25 - } - - artisans = { - culture = maori - religion = animist - size = 50 - } - - soldiers = { - culture = maori - religion = animist - size = 15 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 900 - } + aristocrats = { + culture = maori + religion = animist + size = 10 + } + + clergymen = { + culture = maori + religion = animist + size = 25 + } + + artisans = { + culture = maori + religion = animist + size = 50 + } + + soldiers = { + culture = maori + religion = animist + size = 15 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 900 + } } #Hokitikia (4000/1000 POPS) 2514 = { - aristocrats = { - culture = maori - religion = animist - size = 10 - } - - clergymen = { - culture = maori - religion = animist - size = 25 - } - - artisans = { - culture = maori - religion = animist - size = 50 - } - - soldiers = { - culture = maori - religion = animist - size = 15 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 900 - } + aristocrats = { + culture = maori + religion = animist + size = 10 + } + + clergymen = { + culture = maori + religion = animist + size = 25 + } + + artisans = { + culture = maori + religion = animist + size = 50 + } + + soldiers = { + culture = maori + religion = animist + size = 15 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 900 + } } #Christchurch (4000/1000 POPS) 2515 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 50 - } - - artisans = { - culture = maori - religion = animist - size = 100 - } - - soldiers = { - culture = maori - religion = animist - size = 50 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 1775 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 50 + } + + artisans = { + culture = maori + religion = animist + size = 100 + } + + soldiers = { + culture = maori + religion = animist + size = 50 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 1775 + } } #Nelson (12000/3000 POPS) 2516 = { - aristocrats = { - culture = maori - religion = animist - size = 25 - } - - clergymen = { - culture = maori - religion = animist - size = 75 - } - - artisans = { - culture = maori - religion = animist - size = 150 - } - - soldiers = { - culture = maori - religion = animist - size = 75 - } - - farmers = { - culture = australian - religion = protestant - size = 5 - } - - farmers = { - culture = maori - religion = animist - size = 2675 - } + aristocrats = { + culture = maori + religion = animist + size = 25 + } + + clergymen = { + culture = maori + religion = animist + size = 75 + } + + artisans = { + culture = maori + religion = animist + size = 150 + } + + soldiers = { + culture = maori + religion = animist + size = 75 + } + + farmers = { + culture = australian + religion = protestant + size = 5 + } + + farmers = { + culture = maori + religion = animist + size = 2675 + } } diff --git a/HPM/history/pops/1836.1.1/Nicaragua.txt b/HPM/history/pops/1836.1.1/Nicaragua.txt index af3f5546..87259453 100644 --- a/HPM/history/pops/1836.1.1/Nicaragua.txt +++ b/HPM/history/pops/1836.1.1/Nicaragua.txt @@ -2,199 +2,199 @@ #Ruled by Central America 1836 #Managua (192000/48000 POPS) 2197 = { - aristocrats = { - culture = central_american - religion = catholic - size = 1050 - militancy = 9 - rebel_type = nationalist_rebels - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 100 - militancy = 9 - rebel_type = nationalist_rebels - } - - officers = { - culture = central_american - religion = catholic - size = 75 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 475 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 2400 - } - - soldiers = { - culture = central_american - religion = catholic - size = 1475 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 43425 - militancy = 9 - rebel_type = nationalist_rebels - } + aristocrats = { + culture = central_american + religion = catholic + size = 1050 + militancy = 9 + rebel_type = nationalist_rebels + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 100 + militancy = 9 + rebel_type = nationalist_rebels + } + + officers = { + culture = central_american + religion = catholic + size = 75 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 475 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 2400 + } + + soldiers = { + culture = central_american + religion = catholic + size = 1475 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 43425 + militancy = 9 + rebel_type = nationalist_rebels + } } #Rivas (40000/10000 POPS) 2198 = { - aristocrats = { - culture = central_american - religion = catholic - size = 275 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 100 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 500 - } - - soldiers = { - culture = central_american - religion = catholic - size = 100 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 9025 - militancy = 9 - rebel_type = nationalist_rebels - } + aristocrats = { + culture = central_american + religion = catholic + size = 275 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 100 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 500 + } + + soldiers = { + culture = central_american + religion = catholic + size = 100 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 9025 + militancy = 9 + rebel_type = nationalist_rebels + } } #Esteli (48000/12000 POPS) 2199 = { - aristocrats = { - culture = central_american - religion = catholic - size = 325 - militancy = 9 - rebel_type = nationalist_rebels - } - - clergymen = { - culture = central_american - religion = catholic - size = 125 - militancy = 9 - rebel_type = nationalist_rebels - } - - artisans = { - culture = central_american - religion = catholic - size = 600 - militancy = 9 - rebel_type = nationalist_rebels - } - - soldiers = { - culture = central_american - religion = catholic - size = 125 - - militancy = 9 - rebel_type = nationalist_rebels - } - - farmers = { - culture = central_american - religion = catholic - size = 11825 - militancy = 9 - rebel_type = nationalist_rebels - } + aristocrats = { + culture = central_american + religion = catholic + size = 325 + militancy = 9 + rebel_type = nationalist_rebels + } + + clergymen = { + culture = central_american + religion = catholic + size = 125 + militancy = 9 + rebel_type = nationalist_rebels + } + + artisans = { + culture = central_american + religion = catholic + size = 600 + militancy = 9 + rebel_type = nationalist_rebels + } + + soldiers = { + culture = central_american + religion = catholic + size = 125 + + militancy = 9 + rebel_type = nationalist_rebels + } + + farmers = { + culture = central_american + religion = catholic + size = 11825 + militancy = 9 + rebel_type = nationalist_rebels + } } #Bluefields (12000/3000 POPS) 2200 = { - aristocrats = { - culture = central_american - religion = catholic - size = 10 - } - - clergymen = { - culture = central_american - religion = catholic - size = 15 - } - - artisans = { - culture = central_american - religion = catholic - size = 15 - } - - soldiers = { - culture = central_american - religion = catholic - size = 10 - } - - farmers = { - culture = central_american - religion = catholic - size = 120 - } - - soldiers = { - culture = afro_caribbean - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = catholic - size = 270 - } - - farmers = { - culture = afro_caribbean - religion = animist - size = 190 - } - - farmers = { - culture = native_american_minor #native_american_minor - religion = animist - size = 2200 - } + aristocrats = { + culture = central_american + religion = catholic + size = 10 + } + + clergymen = { + culture = central_american + religion = catholic + size = 15 + } + + artisans = { + culture = central_american + religion = catholic + size = 15 + } + + soldiers = { + culture = central_american + religion = catholic + size = 10 + } + + farmers = { + culture = central_american + religion = catholic + size = 120 + } + + soldiers = { + culture = afro_caribbean + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = catholic + size = 270 + } + + farmers = { + culture = afro_caribbean + religion = animist + size = 190 + } + + farmers = { + culture = native_american_minor #native_american_minor + religion = animist + size = 2200 + } } diff --git a/HPM/history/pops/1836.1.1/Niger.txt b/HPM/history/pops/1836.1.1/Niger.txt index 08f74f94..f3754b9e 100644 --- a/HPM/history/pops/1836.1.1/Niger.txt +++ b/HPM/history/pops/1836.1.1/Niger.txt @@ -2,878 +2,878 @@ #uncolonized in 1836/under the loose control of Sokoto #Niamey (288000/72000 POPS) 1808 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 350 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 800 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 16450 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 170 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 500 - } - - soldiers = { - culture = dyula - religion = sunni - size = 100 - } - - farmers = { - culture = dyula - religion = sunni - size = 9150 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 450 - } - - bureaucrats = { - culture = songhai - religion = sunni - size = 450 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 25 - } - - clergymen = { - culture = songhai - religion = sunni - size = 250 - } - - artisans = { - culture = songhai - religion = sunni - size = 1150 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2280 - } - - farmers = { - culture = songhai - religion = sunni - size = 24050 - } - - slaves = { - culture = gur - religion = animist - size = 2000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 250 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 150 - } - - artisans = { - culture = tuareg - religion = sunni - size = 700 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 150 - } - - farmers = { - culture = tuareg - religion = sunni - size = 10750 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 350 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 800 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 16450 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 170 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 500 + } + + soldiers = { + culture = dyula + religion = sunni + size = 100 + } + + farmers = { + culture = dyula + religion = sunni + size = 9150 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 450 + } + + bureaucrats = { + culture = songhai + religion = sunni + size = 450 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 25 + } + + clergymen = { + culture = songhai + religion = sunni + size = 250 + } + + artisans = { + culture = songhai + religion = sunni + size = 1150 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2280 + } + + farmers = { + culture = songhai + religion = sunni + size = 24050 + } + + slaves = { + culture = gur + religion = animist + size = 2000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 250 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 150 + } + + artisans = { + culture = tuareg + religion = sunni + size = 700 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 150 + } + + farmers = { + culture = tuareg + religion = sunni + size = 10750 + } } #Say (136000/34000 POPS) 1809 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 7150 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 50 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 200 - } - - soldiers = { - culture = dyula - religion = sunni - size = 50 - } - - farmers = { - culture = dyula - religion = sunni - size = 3600 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 350 - } - - clergymen = { - culture = songhai - religion = sunni - size = 100 - } - - artisans = { - culture = songhai - religion = sunni - size = 1000 - } - - soldiers = { - culture = songhai - religion = sunni - size = 1200 - } - - farmers = { - culture = songhai - religion = sunni - size = 35350 - } - - slaves = { - culture = gur - religion = animist - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 7150 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 50 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 200 + } + + soldiers = { + culture = dyula + religion = sunni + size = 50 + } + + farmers = { + culture = dyula + religion = sunni + size = 3600 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 350 + } + + clergymen = { + culture = songhai + religion = sunni + size = 100 + } + + artisans = { + culture = songhai + religion = sunni + size = 1000 + } + + soldiers = { + culture = songhai + religion = sunni + size = 1200 + } + + farmers = { + culture = songhai + religion = sunni + size = 35350 + } + + slaves = { + culture = gur + religion = animist + size = 4000 + } } #Dosso (280000/70000 POPS) 1810 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 350 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5300 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 700 - } - - clergymen = { - culture = hausa - religion = sunni - size = 400 - } - - artisans = { - culture = hausa - religion = sunni - size = 2200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1000 - } - - farmers = { - culture = hausa - religion = sunni - size = 47900 - } - - aristocrats = { - culture = songhai - religion = animist - size = 50 - } - - clergymen = { - culture = songhai - religion = animist - size = 100 - } - - artisans = { - culture = songhai - religion = animist - size = 200 - } - - soldiers = { - culture = songhai - religion = animist - size = 100 - } - - farmers = { - culture = songhai - religion = sunni - size = 3600 - } - - slaves = { - culture = songhai - religion = animist - size = 5800 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 350 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 200 - } - - artisans = { - culture = tuareg - religion = sunni - size = 250 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 200 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 350 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5300 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 700 + } + + clergymen = { + culture = hausa + religion = sunni + size = 400 + } + + artisans = { + culture = hausa + religion = sunni + size = 2200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1000 + } + + farmers = { + culture = hausa + religion = sunni + size = 47900 + } + + aristocrats = { + culture = songhai + religion = animist + size = 50 + } + + clergymen = { + culture = songhai + religion = animist + size = 100 + } + + artisans = { + culture = songhai + religion = animist + size = 200 + } + + soldiers = { + culture = songhai + religion = animist + size = 100 + } + + farmers = { + culture = songhai + religion = sunni + size = 3600 + } + + slaves = { + culture = songhai + religion = animist + size = 5800 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 350 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 200 + } + + artisans = { + culture = tuareg + religion = sunni + size = 250 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 200 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1000 + } } #Maradi (280000/70000 POPS) 1811 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1800 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 900 - } - - clergymen = { - culture = hausa - religion = sunni - size = 500 - } - - artisans = { - culture = hausa - religion = sunni - size = 2500 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1100 - } - - farmers = { - culture = hausa - religion = sunni - size = 44000 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 300 - } - - clergymen = { - culture = songhai - religion = sunni - size = 150 - } - - artisans = { - culture = songhai - religion = sunni - size = 800 - } - - soldiers = { - culture = songhai - religion = sunni - size = 150 - } - - farmers = { - culture = songhai - religion = sunni - size = 7600 - } - - slaves = { - culture = songhai - religion = animist - size = 8000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 20 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 30 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1800 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 900 + } + + clergymen = { + culture = hausa + religion = sunni + size = 500 + } + + artisans = { + culture = hausa + religion = sunni + size = 2500 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1100 + } + + farmers = { + culture = hausa + religion = sunni + size = 44000 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 300 + } + + clergymen = { + culture = songhai + religion = sunni + size = 150 + } + + artisans = { + culture = songhai + religion = sunni + size = 800 + } + + soldiers = { + culture = songhai + religion = sunni + size = 150 + } + + farmers = { + culture = songhai + religion = sunni + size = 7600 + } + + slaves = { + culture = songhai + religion = animist + size = 8000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 20 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 30 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } } #Air Region (144000) #uncolonized in 1836/under the rule of Sultan of Agades #Agades (168000/42000 POPS) 1812 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 575 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 350 - } - - artisans = { - culture = tuareg - religion = sunni - size = 1500 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 1150 - } - - farmers = { - culture = tuareg - religion = sunni - size = 18625 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 150 - } - - artisans = { - culture = hausa - religion = sunni - size = 700 - } - - soldiers = { - culture = hausa - religion = sunni - size = 150 - } - - farmers = { - culture = hausa - religion = sunni - size = 20750 - } - - slaves = { - culture = baguirmi - religion = animist - size = 2000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 575 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 350 + } + + artisans = { + culture = tuareg + religion = sunni + size = 1500 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 1150 + } + + farmers = { + culture = tuareg + religion = sunni + size = 18625 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 150 + } + + artisans = { + culture = hausa + religion = sunni + size = 700 + } + + soldiers = { + culture = hausa + religion = sunni + size = 150 + } + + farmers = { + culture = hausa + religion = sunni + size = 20750 + } + + slaves = { + culture = baguirmi + religion = animist + size = 2000 + } } #Madama (44000/11000 POPS) 1814 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 200 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 550 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 125 - } - - farmers = { - culture = tuareg - religion = sunni - size = 9025 - } - - slaves = { - culture = teda - religion = sunni - size = 1000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 200 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 550 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 125 + } + + farmers = { + culture = tuareg + religion = sunni + size = 9025 + } + + slaves = { + culture = teda + religion = sunni + size = 1000 + } } #Damergu Region (360000) #uncolonized in 1836/under the rule of Sultan of Zinder #Zinder (464000/116000 POPS) 1815 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1500 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 600 - } - - clergymen = { - culture = hausa - religion = sunni - size = 800 - } - - artisans = { - culture = hausa - religion = sunni - size = 4000 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1300 - } - - farmers = { - culture = hausa - religion = sunni - size = 79900 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 650 - } - - clergymen = { - culture = songhai - religion = sunni - size = 350 - } - - artisans = { - culture = songhai - religion = sunni - size = 1800 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2150 - } - - farmers = { - culture = songhai - religion = sunni - size = 10850 - } - - slaves = { - culture = songhai - religion = animist - size = 10000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 150 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 500 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 2150 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1500 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 600 + } + + clergymen = { + culture = hausa + religion = sunni + size = 800 + } + + artisans = { + culture = hausa + religion = sunni + size = 4000 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1300 + } + + farmers = { + culture = hausa + religion = sunni + size = 79900 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 650 + } + + clergymen = { + culture = songhai + religion = sunni + size = 350 + } + + artisans = { + culture = songhai + religion = sunni + size = 1800 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2150 + } + + farmers = { + culture = songhai + religion = sunni + size = 10850 + } + + slaves = { + culture = songhai + religion = animist + size = 10000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 150 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 500 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 2150 + } } #under the rule of Kanem-Bornu in 1836 #Kufe (384000/96000 POPS) 1816 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 1800 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 900 - } - - artisans = { - culture = kanuri - religion = sunni - size = 3700 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 17600 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 100 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1600 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 100 - } - - clergymen = { - culture = hausa - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 100 - } - - farmers = { - culture = hausa - religion = sunni - size = 61600 - } - - slaves = { - culture = fulbe - religion = sunni - size = 8000 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 1800 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 900 + } + + artisans = { + culture = kanuri + religion = sunni + size = 3700 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 17600 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 100 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1600 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 100 + } + + clergymen = { + culture = hausa + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 100 + } + + farmers = { + culture = hausa + religion = sunni + size = 61600 + } + + slaves = { + culture = fulbe + religion = sunni + size = 8000 + } } #Bilma (36000/9000 POPS) 1817 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 125 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 75 - } - - artisans = { - culture = tuareg - religion = sunni - size = 350 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 6375 - } - - aristocrats = { - culture = teda - religion = sunni - size = 25 - } - - clergymen = { - culture = teda - religion = sunni - size = 50 - } - - artisans = { - culture = teda - religion = sunni - size = 100 - } - - soldiers = { - culture = teda - religion = sunni - size = 25 - } - - farmers = { - culture = teda - religion = sunni - size = 800 - } - - slaves = { - culture = baguirmi - religion = animist - size = 1000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 125 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 75 + } + + artisans = { + culture = tuareg + religion = sunni + size = 350 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 6375 + } + + aristocrats = { + culture = teda + religion = sunni + size = 25 + } + + clergymen = { + culture = teda + religion = sunni + size = 50 + } + + artisans = { + culture = teda + religion = sunni + size = 100 + } + + soldiers = { + culture = teda + religion = sunni + size = 25 + } + + farmers = { + culture = teda + religion = sunni + size = 800 + } + + slaves = { + culture = baguirmi + religion = animist + size = 1000 + } } diff --git a/HPM/history/pops/1836.1.1/Nigeria.txt b/HPM/history/pops/1836.1.1/Nigeria.txt index 25c18b9a..30265f20 100644 --- a/HPM/history/pops/1836.1.1/Nigeria.txt +++ b/HPM/history/pops/1836.1.1/Nigeria.txt @@ -2,2379 +2,2379 @@ #ruled by Oyo in 1836 #Lagos (336000/84000 POPS) 1923 = { - aristocrats = { - culture = yoruba - religion = animist - size = 1550 - } - - clergymen = { - culture = yoruba - religion = animist - size = 800 - } - - artisans = { - culture = yoruba - religion = animist - size = 3200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 1050 - } - - farmers = { - culture = yoruba - religion = animist - size = 37400 - } - - slaves = { - culture = yoruba - religion = animist - size = 36000 - } - - aristocrats = { - culture = fon - religion = animist - size = 50 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 200 - } - - soldiers = { - culture = fon - religion = animist - size = 50 - } - - farmers = { - culture = fon - religion = animist - size = 3600 - } + aristocrats = { + culture = yoruba + religion = animist + size = 1550 + } + + clergymen = { + culture = yoruba + religion = animist + size = 800 + } + + artisans = { + culture = yoruba + religion = animist + size = 3200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 1050 + } + + farmers = { + culture = yoruba + religion = animist + size = 37400 + } + + slaves = { + culture = yoruba + religion = animist + size = 36000 + } + + aristocrats = { + culture = fon + religion = animist + size = 50 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 200 + } + + soldiers = { + culture = fon + religion = animist + size = 50 + } + + farmers = { + culture = fon + religion = animist + size = 3600 + } } #Abeokuta (784000/196000 POPS) 1924 = { - aristocrats = { - culture = yoruba - religion = animist - size = 3650 - } - - clergymen = { - culture = yoruba - religion = animist - size = 1850 - } - - artisans = { - culture = yoruba - religion = animist - size = 7500 - } - - soldiers = { - culture = yoruba - religion = animist - size = 2000 - } - - farmers = { - culture = yoruba - religion = animist - size = 133000 - } - - slaves = { - culture = yoruba - religion = animist - size = 38000 - } - - aristocrats = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 500 - } - - soldiers = { - culture = fon - religion = animist - size = 100 - } - - farmers = { - culture = fon - religion = animist - size = 9100 - } + aristocrats = { + culture = yoruba + religion = animist + size = 3650 + } + + clergymen = { + culture = yoruba + religion = animist + size = 1850 + } + + artisans = { + culture = yoruba + religion = animist + size = 7500 + } + + soldiers = { + culture = yoruba + religion = animist + size = 2000 + } + + farmers = { + culture = yoruba + religion = animist + size = 133000 + } + + slaves = { + culture = yoruba + religion = animist + size = 38000 + } + + aristocrats = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 500 + } + + soldiers = { + culture = fon + religion = animist + size = 100 + } + + farmers = { + culture = fon + religion = animist + size = 9100 + } } #Ibadan (1160000/290000 POPS) 1925 = { - aristocrats = { - culture = yoruba - religion = animist - size = 5800 - } - - bureaucrats = { - culture = yoruba - religion = animist - size = 300 - } - - officers = { - culture = yoruba - religion = animist - size = 900 - } - - clergymen = { - culture = yoruba - religion = animist - size = 2900 - } - - artisans = { - culture = yoruba - religion = animist - size = 10000 - } - - artisans = { - culture = yoruba - religion = animist - size = 1700 - } - - soldiers = { - culture = yoruba - religion = animist - size = 3000 - } - - farmers = { - culture = yoruba - religion = animist - size = 203400 - } - - slaves = { - culture = yoruba - religion = animist - size = 62000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 5800 + } + + bureaucrats = { + culture = yoruba + religion = animist + size = 300 + } + + officers = { + culture = yoruba + religion = animist + size = 900 + } + + clergymen = { + culture = yoruba + religion = animist + size = 2900 + } + + artisans = { + culture = yoruba + religion = animist + size = 10000 + } + + artisans = { + culture = yoruba + religion = animist + size = 1700 + } + + soldiers = { + culture = yoruba + religion = animist + size = 3000 + } + + farmers = { + culture = yoruba + religion = animist + size = 203400 + } + + slaves = { + culture = yoruba + religion = animist + size = 62000 + } } #Ife (872000/218000 POPS) 1926 = { - aristocrats = { - culture = yoruba - religion = animist - size = 4250 - } - - clergymen = { - culture = yoruba - religion = animist - size = 2150 - } - - artisans = { - culture = yoruba - religion = animist - size = 10000 - } - - artisans = { - culture = yoruba - religion = animist - size = 800 - } - - soldiers = { - culture = yoruba - religion = animist - size = 2200 - } - - farmers = { - culture = yoruba - religion = animist - size = 158600 - } - - slaves = { - culture = yoruba - religion = animist - size = 40000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 4250 + } + + clergymen = { + culture = yoruba + religion = animist + size = 2150 + } + + artisans = { + culture = yoruba + religion = animist + size = 10000 + } + + artisans = { + culture = yoruba + religion = animist + size = 800 + } + + soldiers = { + culture = yoruba + religion = animist + size = 2200 + } + + farmers = { + culture = yoruba + religion = animist + size = 158600 + } + + slaves = { + culture = yoruba + religion = animist + size = 40000 + } } #Ilorin (248000/62000 POPS) african_Minor includes Nupe 1927 = { - aristocrats = { - culture = yoruba - religion = sunni - size = 950 - } - - clergymen = { - culture = yoruba - religion = sunni - size = 525 - } - - artisans = { - culture = yoruba - religion = animist - size = 2500 - } - - soldiers = { - culture = yoruba - religion = animist - size = 1100 - } - - farmers = { - culture = yoruba - religion = animist - size = 39025 - } - - slaves = { - culture = yoruba - religion = animist - size = 6000 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 175 - } - - artisans = { - culture = east_kwa - religion = animist - size = 500 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 125 - } - - farmers = { - culture = hausa - religion = animist - size = 9050 - } - - slaves = { - culture = hausa - religion = animist - size = 2000 - } + aristocrats = { + culture = yoruba + religion = sunni + size = 950 + } + + clergymen = { + culture = yoruba + religion = sunni + size = 525 + } + + artisans = { + culture = yoruba + religion = animist + size = 2500 + } + + soldiers = { + culture = yoruba + religion = animist + size = 1100 + } + + farmers = { + culture = yoruba + religion = animist + size = 39025 + } + + slaves = { + culture = yoruba + religion = animist + size = 6000 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 175 + } + + artisans = { + culture = east_kwa + religion = animist + size = 500 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 125 + } + + farmers = { + culture = hausa + religion = animist + size = 9050 + } + + slaves = { + culture = hausa + religion = animist + size = 2000 + } } #Edo Region (1676000) #ruled by Benin in 1836 #Benin (1144000/286000 POPS) 1928 = { - aristocrats = { - culture = edo - religion = animist - size = 4250 - } - - bureaucrats = { - culture = edo - religion = animist - size = 200 - } - - officers = { - culture = edo - religion = animist - size = 700 - } - - clergymen = { - culture = edo - religion = animist - size = 2150 - } - - artisans = { - culture = edo - religion = animist - size = 8600 - } - - soldiers = { - culture = edo - religion = animist - size = 3000 - } - - soldiers = { - culture = edo - religion = animist - size = 2000 - } - - farmers = { - culture = edo - religion = animist - size = 173100 - } - - slaves = { - culture = ibo - religion = animist - size = 20000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 1400 - } - - clergymen = { - culture = yoruba - religion = animist - size = 700 - } - - artisans = { - culture = yoruba - religion = animist - size = 2900 - } - - soldiers = { - culture = yoruba - religion = animist - size = 750 - } - - farmers = { - culture = yoruba - religion = animist - size = 44250 - } - - slaves = { - culture = yoruba - religion = animist - size = 22000 - } + aristocrats = { + culture = edo + religion = animist + size = 4250 + } + + bureaucrats = { + culture = edo + religion = animist + size = 200 + } + + officers = { + culture = edo + religion = animist + size = 700 + } + + clergymen = { + culture = edo + religion = animist + size = 2150 + } + + artisans = { + culture = edo + religion = animist + size = 8600 + } + + soldiers = { + culture = edo + religion = animist + size = 3000 + } + + soldiers = { + culture = edo + religion = animist + size = 2000 + } + + farmers = { + culture = edo + religion = animist + size = 173100 + } + + slaves = { + culture = ibo + religion = animist + size = 20000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 1400 + } + + clergymen = { + culture = yoruba + religion = animist + size = 700 + } + + artisans = { + culture = yoruba + religion = animist + size = 2900 + } + + soldiers = { + culture = yoruba + religion = animist + size = 750 + } + + farmers = { + culture = yoruba + religion = animist + size = 44250 + } + + slaves = { + culture = yoruba + religion = animist + size = 22000 + } } #Lokoja (332000/83000 POPS) 1930 = { - aristocrats = { - culture = edo - religion = animist - size = 575 - } - - clergymen = { - culture = edo - religion = animist - size = 300 - } - - artisans = { - culture = edo - religion = animist - size = 1175 - } - - soldiers = { - culture = edo - religion = animist - size = 300 - } - - farmers = { - culture = edo - religion = animist - size = 18650 - } - - farmers = { - culture = edo - religion = animist - size = 8000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 1100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 550 - } - - artisans = { - culture = east_kwa - religion = animist - size = 2250 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 575 - } - - farmers = { - culture = east_kwa - religion = animist - size = 35525 - } - - slaves = { - culture = east_kwa - religion = animist - size = 16000 - } - - aristocrats = { - culture = ibo - religion = animist - size = 1550 - } - - clergymen = { - culture = ibo - religion = animist - size = 775 - } - - artisans = { - culture = ibo - religion = animist - size = 3125 - } - - soldiers = { - culture = ibo - religion = animist - size = 800 - } - - farmers = { - culture = ibo - religion = animist - size = 45750 - } - - slaves = { - culture = ibo - religion = animist - size = 26000 - } + aristocrats = { + culture = edo + religion = animist + size = 575 + } + + clergymen = { + culture = edo + religion = animist + size = 300 + } + + artisans = { + culture = edo + religion = animist + size = 1175 + } + + soldiers = { + culture = edo + religion = animist + size = 300 + } + + farmers = { + culture = edo + religion = animist + size = 18650 + } + + farmers = { + culture = edo + religion = animist + size = 8000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 1100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 550 + } + + artisans = { + culture = east_kwa + religion = animist + size = 2250 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 575 + } + + farmers = { + culture = east_kwa + religion = animist + size = 35525 + } + + slaves = { + culture = east_kwa + religion = animist + size = 16000 + } + + aristocrats = { + culture = ibo + religion = animist + size = 1550 + } + + clergymen = { + culture = ibo + religion = animist + size = 775 + } + + artisans = { + culture = ibo + religion = animist + size = 3125 + } + + soldiers = { + culture = ibo + religion = animist + size = 800 + } + + farmers = { + culture = ibo + religion = animist + size = 45750 + } + + slaves = { + culture = ibo + religion = animist + size = 26000 + } } #Warri (1232000/308000 POPS) east_kwa includes Ijaw 1931 = { - aristocrats = { - culture = itsekari - religion = animist - size = 6150 - } - - bureaucrats = { - culture = itsekari - religion = animist - size = 600 - } - - clergymen = { - culture = itsekari - religion = animist - size = 3100 - } - - artisans = { - culture = itsekari - religion = animist - size = 10000 - } - - artisans = { - culture = itsekari - religion = animist - size = 2350 - } - - soldiers = { - culture = itsekari - religion = animist - size = 3000 - } - - soldiers = { - culture = itsekari - religion = animist - size = 100 - } - - farmers = { - culture = itsekari - religion = animist - size = 205300 - } - - slaves = { - culture = ibo - religion = animist - size = 78000 - } + aristocrats = { + culture = itsekari + religion = animist + size = 6150 + } + + bureaucrats = { + culture = itsekari + religion = animist + size = 600 + } + + clergymen = { + culture = itsekari + religion = animist + size = 3100 + } + + artisans = { + culture = itsekari + religion = animist + size = 10000 + } + + artisans = { + culture = itsekari + religion = animist + size = 2350 + } + + soldiers = { + culture = itsekari + religion = animist + size = 3000 + } + + soldiers = { + culture = itsekari + religion = animist + size = 100 + } + + farmers = { + culture = itsekari + religion = animist + size = 205300 + } + + slaves = { + culture = ibo + religion = animist + size = 78000 + } } #ruled by Benin in 1836 #Akure (312000/78000 POPS) african_Minor includes Nupe 1929 = { - aristocrats = { - culture = yoruba - religion = animist - size = 850 - } - - clergymen = { - culture = yoruba - religion = animist - size = 450 - } - - artisans = { - culture = yoruba - religion = animist - size = 2200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 450 - } - - farmers = { - culture = yoruba - religion = animist - size = 34050 - } - - slaves = { - culture = yoruba - religion = animist - size = 6000 - } - - aristocrats = { - culture = edo - religion = animist - size = 200 - } - - clergymen = { - culture = edo - religion = animist - size = 100 - } - - artisans = { - culture = edo - religion = animist - size = 600 - } - - soldiers = { - culture = edo - religion = animist - size = 1150 - } - - farmers = { - culture = edo - religion = animist - size = 9950 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 400 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 200 - } - - artisans = { - culture = east_kwa - religion = animist - size = 900 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 250 - } - - farmers = { - culture = east_kwa - religion = animist - size = 14250 - } - - slaves = { - culture = east_kwa - religion = animist - size = 6000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 850 + } + + clergymen = { + culture = yoruba + religion = animist + size = 450 + } + + artisans = { + culture = yoruba + religion = animist + size = 2200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 450 + } + + farmers = { + culture = yoruba + religion = animist + size = 34050 + } + + slaves = { + culture = yoruba + religion = animist + size = 6000 + } + + aristocrats = { + culture = edo + religion = animist + size = 200 + } + + clergymen = { + culture = edo + religion = animist + size = 100 + } + + artisans = { + culture = edo + religion = animist + size = 600 + } + + soldiers = { + culture = edo + religion = animist + size = 1150 + } + + farmers = { + culture = edo + religion = animist + size = 9950 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 400 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 200 + } + + artisans = { + culture = east_kwa + religion = animist + size = 900 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 250 + } + + farmers = { + culture = east_kwa + religion = animist + size = 14250 + } + + slaves = { + culture = east_kwa + religion = animist + size = 6000 + } } #Oil Rivers Region (1580000) #uncolonized in 1836/ruled by Calabar and the Ibo States #Bonny (224000/56000 POPS) afrcan_minor includes Ijaw 1932 = { - aristocrats = { - culture = itsekari - religion = animist - size = 1100 - } - - clergymen = { - culture = itsekari - religion = animist - size = 550 - } - - artisans = { - culture = itsekari - religion = animist - size = 2250 - } - - soldiers = { - culture = itsekari - religion = animist - size = 1100 - } - - farmers = { - culture = itsekari - religion = animist - size = 50000 - } - - slaves = { - culture = ibibio - religion = animist - size = 14000 - } + aristocrats = { + culture = itsekari + religion = animist + size = 1100 + } + + clergymen = { + culture = itsekari + religion = animist + size = 550 + } + + artisans = { + culture = itsekari + religion = animist + size = 2250 + } + + soldiers = { + culture = itsekari + religion = animist + size = 1100 + } + + farmers = { + culture = itsekari + religion = animist + size = 50000 + } + + slaves = { + culture = ibibio + religion = animist + size = 14000 + } } #Awka (1264000/316000 POPS) 1933 = { - aristocrats = { - culture = ibo - religion = animist - size = 6300 - } - - clergymen = { - culture = ibo - religion = animist - size = 3150 - } - - artisans = { - culture = ibo - religion = animist - size = 10000 - } - - artisans = { - culture = ibo - religion = animist - size = 2650 - } - - soldiers = { - culture = ibo - religion = animist - size = 3000 - } - - soldiers = { - culture = ibo - religion = animist - size = 900 - } - - farmers = { - culture = ibo - religion = animist - size = 214000 - } - - slaves = { - culture = itsekari - religion = animist - size = 76000 - } + aristocrats = { + culture = ibo + religion = animist + size = 6300 + } + + clergymen = { + culture = ibo + religion = animist + size = 3150 + } + + artisans = { + culture = ibo + religion = animist + size = 10000 + } + + artisans = { + culture = ibo + religion = animist + size = 2650 + } + + soldiers = { + culture = ibo + religion = animist + size = 3000 + } + + soldiers = { + culture = ibo + religion = animist + size = 900 + } + + farmers = { + culture = ibo + religion = animist + size = 214000 + } + + slaves = { + culture = itsekari + religion = animist + size = 76000 + } } #Calabar (840000/210000 POPS) 1934 = { - aristocrats = { - culture = ibibio - religion = animist - size = 4150 - } - - bureaucrats = { - culture = ibibio - religion = animist - size = 450 - } - - clergymen = { - culture = ibibio - religion = animist - size = 2100 - } - - artisans = { - culture = ibibio - religion = animist - size = 8400 - } - - soldiers = { - culture = ibibio - religion = animist - size = 2100 - } - - farmers = { - culture = ibibio - religion = animist - size = 149250 - } - - slaves = { - culture = tiv - religion = animist - size = 44000 - } + aristocrats = { + culture = ibibio + religion = animist + size = 4150 + } + + bureaucrats = { + culture = ibibio + religion = animist + size = 450 + } + + clergymen = { + culture = ibibio + religion = animist + size = 2100 + } + + artisans = { + culture = ibibio + religion = animist + size = 8400 + } + + soldiers = { + culture = ibibio + religion = animist + size = 2100 + } + + farmers = { + culture = ibibio + religion = animist + size = 149250 + } + + slaves = { + culture = tiv + religion = animist + size = 44000 + } } #Aruchukwu (832000/208000 POPS) 1935 = { - aristocrats = { - culture = ibo - religion = animist - size = 4150 - } - - bureaucrats = { - culture = ibo - religion = animist - size = 450 - } - - clergymen = { - culture = ibo - religion = animist - size = 2100 - } - - artisans = { - culture = ibo - religion = animist - size = 8350 - } - - soldiers = { - culture = ibo - religion = animist - size = 2400 - } - - farmers = { - culture = ibo - religion = animist - size = 157000 - } - - slaves = { - culture = ibibio - religion = animist - size = 34000 - } + aristocrats = { + culture = ibo + religion = animist + size = 4150 + } + + bureaucrats = { + culture = ibo + religion = animist + size = 450 + } + + clergymen = { + culture = ibo + religion = animist + size = 2100 + } + + artisans = { + culture = ibo + religion = animist + size = 8350 + } + + soldiers = { + culture = ibo + religion = animist + size = 2400 + } + + farmers = { + culture = ibo + religion = animist + size = 157000 + } + + slaves = { + culture = ibibio + religion = animist + size = 34000 + } } #Kwararafa Region (548000) #uncolonized in 1836 #Makurdi (372000/93000 POPS) 1936 = { - aristocrats = { - culture = tiv - religion = animist - size = 1850 - } - - clergymen = { - culture = tiv - religion = animist - size = 925 - } - - artisans = { - culture = tiv - religion = animist - size = 3725 - } - - soldiers = { - culture = tiv - religion = animist - size = 950 - } - - farmers = { - culture = tiv - religion = animist - size = 62550 - } - - slaves = { - culture = ibo - religion = animist - size = 23000 - } + aristocrats = { + culture = tiv + religion = animist + size = 1850 + } + + clergymen = { + culture = tiv + religion = animist + size = 925 + } + + artisans = { + culture = tiv + religion = animist + size = 3725 + } + + soldiers = { + culture = tiv + religion = animist + size = 950 + } + + farmers = { + culture = tiv + religion = animist + size = 62550 + } + + slaves = { + culture = ibo + religion = animist + size = 23000 + } } #Tukari (176000/44000 POPS) 1937 = { - aristocrats = { - culture = tiv - religion = animist - size = 875 - } - - clergymen = { - culture = tiv - religion = animist - size = 450 - } - - artisans = { - culture = tiv - religion = animist - size = 1775 - } - - soldiers = { - culture = tiv - religion = animist - size = 450 - } - - farmers = { - culture = tiv - religion = animist - size = 56250 - } - - slaves = { - culture = tiv - religion = animist - size = 8000 - } + aristocrats = { + culture = tiv + religion = animist + size = 875 + } + + clergymen = { + culture = tiv + religion = animist + size = 450 + } + + artisans = { + culture = tiv + religion = animist + size = 1775 + } + + soldiers = { + culture = tiv + religion = animist + size = 450 + } + + farmers = { + culture = tiv + religion = animist + size = 56250 + } + + slaves = { + culture = tiv + religion = animist + size = 8000 + } } -#Borgu Region (56000) #see Benin.txt for balance of region +#Borgu Region (56000) #see Benin.txt for balance of region #ruled by Sokoto in 1836 -#Bussa (56000/14000 POPS) #now part of Nigeria +#Bussa (56000/14000 POPS) #now part of Nigeria 1938 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 25 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 50 - } - - artisans = { - culture = east_kwa - religion = animist - size = 100 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 25 - } - - farmers = { - culture = east_kwa - religion = animist - size = 1800 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = sunni - size = 225 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 125 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 500 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 125 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 9025 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 25 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 50 + } + + artisans = { + culture = east_kwa + religion = animist + size = 100 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 25 + } + + farmers = { + culture = east_kwa + religion = animist + size = 1800 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = sunni + size = 225 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 125 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 500 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 125 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 9025 + } } #Nupe-Jos Region (600000) #under rule of Sokoto in 1836 #Zaria (216000/54000 POPS) #african_Minor includes Gwari 1939 = { - aristocrats = { - culture = hausa - religion = sunni - size = 375 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 25 - } - - officers = { - culture = hausa - religion = sunni - size = 50 - } - - clergymen = { - culture = hausa - religion = sunni - size = 200 - } - - artisans = { - culture = hausa - religion = sunni - size = 1100 - } - - soldiers = { - culture = hausa - religion = sunni - size = 200 - } - - farmers = { - culture = hausa - religion = sunni - size = 41150 - } - - aristocrats = { - culture = hausa - religion = animist - size = 50 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 200 - } - - soldiers = { - culture = hausa - religion = animist - size = 50 - } - - farmers = { - culture = hausa - religion = animist - size = 3650 - } - - slaves = { - culture = hausa - religion = animist - size = 3000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 25 - } - - officers = { - culture = fulbe - religion = sunni - size = 50 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 400 - } - - artisans = { - culture = fulbe - religion = sunni - size = 775 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10375 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 200 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 100 - } - - artisans = { - culture = east_kwa - religion = animist - size = 550 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 125 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10025 - } - - slaves = { - culture = east_kwa - religion = animist - size = 3000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 375 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 25 + } + + officers = { + culture = hausa + religion = sunni + size = 50 + } + + clergymen = { + culture = hausa + religion = sunni + size = 200 + } + + artisans = { + culture = hausa + religion = sunni + size = 1100 + } + + soldiers = { + culture = hausa + religion = sunni + size = 200 + } + + farmers = { + culture = hausa + religion = sunni + size = 41150 + } + + aristocrats = { + culture = hausa + religion = animist + size = 50 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 200 + } + + soldiers = { + culture = hausa + religion = animist + size = 50 + } + + farmers = { + culture = hausa + religion = animist + size = 3650 + } + + slaves = { + culture = hausa + religion = animist + size = 3000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 25 + } + + officers = { + culture = fulbe + religion = sunni + size = 50 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 400 + } + + artisans = { + culture = fulbe + religion = sunni + size = 775 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10375 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 200 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 100 + } + + artisans = { + culture = east_kwa + religion = animist + size = 550 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 125 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10025 + } + + slaves = { + culture = east_kwa + religion = animist + size = 3000 + } } #Bida (68000/17000 POPS) #african_Minor includes Gwari 1940 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 325 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 175 - } - - artisans = { - culture = east_kwa - religion = animist - size = 700 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10625 - } - - slaves = { - culture = east_kwa - religion = animist - size = 5000 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 325 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 175 + } + + artisans = { + culture = east_kwa + religion = animist + size = 700 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10625 + } + + slaves = { + culture = east_kwa + religion = animist + size = 5000 + } } #Abuja (64000/16000 POPS) #african_Minor includes Gwari and Chamba 1941 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 300 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 650 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10725 - } - - slaves = { - culture = east_kwa - religion = animist - size = 4000 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 300 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 650 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10725 + } + + slaves = { + culture = east_kwa + religion = animist + size = 4000 + } } #Bauchi (152000/38000 POPS) #african_Minor includes Chamba 1942 = { - aristocrats = { - culture = hausa - religion = sunni - size = 150 - } - - clergymen = { - culture = hausa - religion = sunni - size = 100 - } - - artisans = { - culture = hausa - religion = sunni - size = 450 - } - - soldiers = { - culture = hausa - religion = sunni - size = 100 - } - - farmers = { - culture = hausa - religion = sunni - size = 8200 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 775 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12600 - } - - aristocrats = { - culture = hausa - religion = animist - size = 50 - } - - clergymen = { - culture = hausa - religion = animist - size = 75 - } - - artisans = { - culture = hausa - religion = animist - size = 150 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 2700 - } - - slaves = { - culture = hausa - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 125 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 350 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 6375 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 150 + } + + clergymen = { + culture = hausa + religion = sunni + size = 100 + } + + artisans = { + culture = hausa + religion = sunni + size = 450 + } + + soldiers = { + culture = hausa + religion = sunni + size = 100 + } + + farmers = { + culture = hausa + religion = sunni + size = 8200 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 775 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12600 + } + + aristocrats = { + culture = hausa + religion = animist + size = 50 + } + + clergymen = { + culture = hausa + religion = animist + size = 75 + } + + artisans = { + culture = hausa + religion = animist + size = 150 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 2700 + } + + slaves = { + culture = hausa + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 125 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 350 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 6375 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } #Jos (52000/13000 POPS) #african_Minor includes Chamba 1943 = { - aristocrats = { - culture = east_kwa - religion = sunni - size = 125 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 75 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 300 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 75 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 4425 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 300 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 5475 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = east_kwa + religion = sunni + size = 125 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 75 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 300 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 75 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 4425 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 300 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 5475 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } #Gombe (48000/12000 POPS) 1944 = { - aristocrats = { - culture = east_kwa - religion = sunni - size = 175 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 100 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 400 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 100 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 41225 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 25 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 50 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 25 - } - - farmers = { - culture = east_kwa - religion = animist - size = 13800 - } - - slaves = { - culture = east_kwa - religion = animist - size = 10000 - } + aristocrats = { + culture = east_kwa + religion = sunni + size = 175 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 100 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 400 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 100 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 41225 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 25 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 50 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 25 + } + + farmers = { + culture = east_kwa + religion = animist + size = 13800 + } + + slaves = { + culture = east_kwa + religion = animist + size = 10000 + } } #Hausaland Region (3056000) #under rule of Sokoto in 1836 #Kano (852000/213000 POPS) 1945 = { - aristocrats = { - culture = hausa - religion = sunni - size = 2625 - } - - clergymen = { - culture = hausa - religion = sunni - size = 1325 - } - - artisans = { - culture = hausa - religion = sunni - size = 6600 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1325 - } - - farmers = { - culture = hausa - religion = sunni - size = 180125 - } - - aristocrats = { - culture = hausa - religion = animist - size = 550 - } - - clergymen = { - culture = hausa - religion = animist - size = 325 - } - - artisans = { - culture = hausa - religion = animist - size = 1500 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 47325 - } - - slaves = { - culture = hausa - religion = animist - size = 74000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 500 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 525 - } - - farmers = { - culture = fulbe - religion = sunni - size = 102925 - } + aristocrats = { + culture = hausa + religion = sunni + size = 2625 + } + + clergymen = { + culture = hausa + religion = sunni + size = 1325 + } + + artisans = { + culture = hausa + religion = sunni + size = 6600 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1325 + } + + farmers = { + culture = hausa + religion = sunni + size = 180125 + } + + aristocrats = { + culture = hausa + religion = animist + size = 550 + } + + clergymen = { + culture = hausa + religion = animist + size = 325 + } + + artisans = { + culture = hausa + religion = animist + size = 1500 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 47325 + } + + slaves = { + culture = hausa + religion = animist + size = 74000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 500 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 525 + } + + farmers = { + culture = fulbe + religion = sunni + size = 102925 + } } #Kebbi (252000/63000 POPS) 1946 = { - aristocrats = { - culture = hausa - religion = sunni - size = 800 - } - - clergymen = { - culture = hausa - religion = sunni - size = 400 - } - - artisans = { - culture = hausa - religion = sunni - size = 2050 - } - - soldiers = { - culture = hausa - religion = sunni - size = 425 - } - - farmers = { - culture = hausa - religion = sunni - size = 37325 - } - - aristocrats = { - culture = hausa - religion = animist - size = 25 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 100 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 1800 - } - - slaves = { - culture = hausa - religion = animist - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 800 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 16625 - } + aristocrats = { + culture = hausa + religion = sunni + size = 800 + } + + clergymen = { + culture = hausa + religion = sunni + size = 400 + } + + artisans = { + culture = hausa + religion = sunni + size = 2050 + } + + soldiers = { + culture = hausa + religion = sunni + size = 425 + } + + farmers = { + culture = hausa + religion = sunni + size = 37325 + } + + aristocrats = { + culture = hausa + religion = animist + size = 25 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 100 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 1800 + } + + slaves = { + culture = hausa + religion = animist + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 800 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 16625 + } } #Katsina (656000/164000 POPS) 1947 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1925 - } - - clergymen = { - culture = hausa - religion = sunni - size = 975 - } - - artisans = { - culture = hausa - religion = sunni - size = 4900 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1100 - } - - farmers = { - culture = hausa - religion = sunni - size = 150100 - } - - aristocrats = { - culture = hausa - religion = animist - size = 525 - } - - clergymen = { - culture = hausa - religion = animist - size = 275 - } - - artisans = { - culture = hausa - religion = animist - size = 1400 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 45500 - } - - slaves = { - culture = hausa - religion = animist - size = 54000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 725 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 375 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 375 - } - - farmers = { - culture = fulbe - religion = sunni - size = 100025 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1925 + } + + clergymen = { + culture = hausa + religion = sunni + size = 975 + } + + artisans = { + culture = hausa + religion = sunni + size = 4900 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1100 + } + + farmers = { + culture = hausa + religion = sunni + size = 150100 + } + + aristocrats = { + culture = hausa + religion = animist + size = 525 + } + + clergymen = { + culture = hausa + religion = animist + size = 275 + } + + artisans = { + culture = hausa + religion = animist + size = 1400 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 45500 + } + + slaves = { + culture = hausa + religion = animist + size = 54000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 725 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 375 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 375 + } + + farmers = { + culture = fulbe + religion = sunni + size = 100025 + } } #Sokoto (888000/220000 POPS) 1948 = { - aristocrats = { - culture = hausa - religion = sunni - size = 2325 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 125 - } - - officers = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 1175 - } - - artisans = { - culture = hausa - religion = sunni - size = 5850 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1175 - } - - farmers = { - culture = hausa - religion = sunni - size = 106025 - } - - aristocrats = { - culture = hausa - religion = animist - size = 575 - } - - clergymen = { - culture = hausa - religion = animist - size = 300 - } - - artisans = { - culture = hausa - religion = animist - size = 1500 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 27325 - } - - slaves = { - culture = hausa - religion = animist - size = 13000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1325 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 150 - } - - officers = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 675 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 675 - } - - farmers = { - culture = fulbe - religion = sunni - size = 48025 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 100 - } - - clergymen = { - culture = songhai - religion = sunni - size = 50 - } - - artisans = { - culture = songhai - religion = sunni - size = 300 - } - - soldiers = { - culture = songhai - religion = sunni - size = 75 - } - - farmers = { - culture = songhai - religion = sunni - size = 5475 - } + aristocrats = { + culture = hausa + religion = sunni + size = 2325 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 125 + } + + officers = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 1175 + } + + artisans = { + culture = hausa + religion = sunni + size = 5850 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1175 + } + + farmers = { + culture = hausa + religion = sunni + size = 106025 + } + + aristocrats = { + culture = hausa + religion = animist + size = 575 + } + + clergymen = { + culture = hausa + religion = animist + size = 300 + } + + artisans = { + culture = hausa + religion = animist + size = 1500 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 27325 + } + + slaves = { + culture = hausa + religion = animist + size = 13000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1325 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 150 + } + + officers = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 675 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 675 + } + + farmers = { + culture = fulbe + religion = sunni + size = 48025 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 100 + } + + clergymen = { + culture = songhai + religion = sunni + size = 50 + } + + artisans = { + culture = songhai + religion = sunni + size = 300 + } + + soldiers = { + culture = songhai + religion = sunni + size = 75 + } + + farmers = { + culture = songhai + religion = sunni + size = 5475 + } } #Hadejia (416000/104000 POPS) 1949 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1150 - } - - clergymen = { - culture = hausa - religion = sunni - size = 600 - } - - artisans = { - culture = hausa - religion = sunni - size = 2950 - } - - soldiers = { - culture = hausa - religion = sunni - size = 600 - } - - farmers = { - culture = hausa - religion = sunni - size = 83700 - } - - aristocrats = { - culture = hausa - religion = animist - size = 225 - } - - clergymen = { - culture = hausa - religion = animist - size = 125 - } - - artisans = { - culture = hausa - religion = animist - size = 600 - } - - soldiers = { - culture = hausa - religion = animist - size = 125 - } - - farmers = { - culture = hausa - religion = animist - size = 35925 - } - - slaves = { - culture = hausa - religion = animist - size = 47000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 650 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 325 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1325 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 350 - } - - farmers = { - culture = fulbe - religion = sunni - size = 78350 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1150 + } + + clergymen = { + culture = hausa + religion = sunni + size = 600 + } + + artisans = { + culture = hausa + religion = sunni + size = 2950 + } + + soldiers = { + culture = hausa + religion = sunni + size = 600 + } + + farmers = { + culture = hausa + religion = sunni + size = 83700 + } + + aristocrats = { + culture = hausa + religion = animist + size = 225 + } + + clergymen = { + culture = hausa + religion = animist + size = 125 + } + + artisans = { + culture = hausa + religion = animist + size = 600 + } + + soldiers = { + culture = hausa + religion = animist + size = 125 + } + + farmers = { + culture = hausa + religion = animist + size = 35925 + } + + slaves = { + culture = hausa + religion = animist + size = 47000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 650 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 325 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1325 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 350 + } + + farmers = { + culture = fulbe + religion = sunni + size = 78350 + } } -#Adamawa Region (140000) #see Cameroun.txt for balance of region +#Adamawa Region (140000) #see Cameroun.txt for balance of region #under rule of Sokoto in 1836 #Yola (140000/35000 POPS) 1950 = { - aristocrats = { - culture = hausa - religion = sunni - size = 50 - } - - clergymen = { - culture = hausa - religion = sunni - size = 50 - } - - artisans = { - culture = hausa - religion = sunni - size = 200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 50 - } - - farmers = { - culture = hausa - religion = sunni - size = 3650 - } - - aristocrats = { - culture = hausa - religion = animist - size = 25 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 100 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 1800 - } - - slaves = { - culture = hausa - religion = animist - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 225 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 125 - } - - artisans = { - culture = fulbe - religion = sunni - size = 525 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10125 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 300 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 650 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10725 - } - - slaves = { - culture = east_kwa - religion = animist - size = 4000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 50 + } + + clergymen = { + culture = hausa + religion = sunni + size = 50 + } + + artisans = { + culture = hausa + religion = sunni + size = 200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 50 + } + + farmers = { + culture = hausa + religion = sunni + size = 3650 + } + + aristocrats = { + culture = hausa + religion = animist + size = 25 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 100 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 1800 + } + + slaves = { + culture = hausa + religion = animist + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 225 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 125 + } + + artisans = { + culture = fulbe + religion = sunni + size = 525 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10125 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 300 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 650 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10725 + } + + slaves = { + culture = east_kwa + religion = animist + size = 4000 + } } #Borno Region (2544000) #under rule of Kanem-Borno in 1836 #Kuka (960000/240000 POPS) 1951 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 4600 - } - - bureaucrats = { - culture = kanuri - religion = sunni - size = 800 - } - - officers = { - culture = kanuri - religion = sunni - size = 700 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 2500 - } - - artisans = { - culture = kanuri - religion = sunni - size = 9600 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 2400 - } - - farmers = { - culture = kanuri - religion = sunni - size = 160000 - } - - slaves = { - culture = hausa - religion = sunni - size = 60000 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 4600 + } + + bureaucrats = { + culture = kanuri + religion = sunni + size = 800 + } + + officers = { + culture = kanuri + religion = sunni + size = 700 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 2500 + } + + artisans = { + culture = kanuri + religion = sunni + size = 9600 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 2400 + } + + farmers = { + culture = kanuri + religion = sunni + size = 160000 + } + + slaves = { + culture = hausa + religion = sunni + size = 60000 + } } #Nguru (768000/192000 POPS) 1952 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 2200 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 1300 - } - - artisans = { - culture = kanuri - religion = sunni - size = 4800 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1200 - } - - farmers = { - culture = kanuri - religion = sunni - size = 74500 - } - - slaves = { - culture = hausa - religion = sunni - size = 36000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1300 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 700 - } - - artisans = { - culture = fulbe - religion = sunni - size = 3600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 800 - } - - farmers = { - culture = fulbe - religion = sunni - size = 65600 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 2200 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 1300 + } + + artisans = { + culture = kanuri + religion = sunni + size = 4800 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1200 + } + + farmers = { + culture = kanuri + religion = sunni + size = 74500 + } + + slaves = { + culture = hausa + religion = sunni + size = 36000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1300 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 700 + } + + artisans = { + culture = fulbe + religion = sunni + size = 3600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 800 + } + + farmers = { + culture = fulbe + religion = sunni + size = 65600 + } } #Dikoa (816000/204000 POPS) 1953 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 3900 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 2000 - } - - artisans = { - culture = kanuri - religion = sunni - size = 7900 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 2000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 144200 - } - - slaves = { - culture = hausa - religion = sunni - size = 36000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - artisans = { - culture = bedouin - religion = sunni - size = 400 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7200 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 3900 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 2000 + } + + artisans = { + culture = kanuri + religion = sunni + size = 7900 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 2000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 144200 + } + + slaves = { + culture = hausa + religion = sunni + size = 36000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + artisans = { + culture = bedouin + religion = sunni + size = 400 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7200 + } } diff --git a/HPM/history/pops/1836.1.1/Norway.txt b/HPM/history/pops/1836.1.1/Norway.txt index b4144fe9..a15933b5 100644 --- a/HPM/history/pops/1836.1.1/Norway.txt +++ b/HPM/history/pops/1836.1.1/Norway.txt @@ -1,451 +1,451 @@ #Trondelag-Nordland Region - 304000 #Trondheim (140000/35000 POPS) 305 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 300 - } - - bureaucrats = { - culture = norwegian - religion = protestant - size = 300 - } - - officers = { - culture = norwegian - religion = protestant - size = 50 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 150 - } - - artisans = { - culture = norwegian - religion = protestant - size = 3250 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 2000 - } - - farmers = { - culture = norwegian - religion = protestant - size = 31250 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 300 + } + + bureaucrats = { + culture = norwegian + religion = protestant + size = 300 + } + + officers = { + culture = norwegian + religion = protestant + size = 50 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 150 + } + + artisans = { + culture = norwegian + religion = protestant + size = 3250 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 2000 + } + + farmers = { + culture = norwegian + religion = protestant + size = 31250 + } } #Bodo (56000/14000 POPS) 306 = { - clergymen = { - culture = norwegian - religion = protestant - size = 50 - } - - aristocrats = { - culture = norwegian - religion = protestant - size = 100 - } - - artisans = { - culture = norwegian - religion = protestant - size = 750 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 100 - } - - farmers = { - culture = norwegian - religion = protestant - size = 13100 - } - - farmers = { - culture = finnish - religion = protestant - size = 1100 - } + clergymen = { + culture = norwegian + religion = protestant + size = 50 + } + + aristocrats = { + culture = norwegian + religion = protestant + size = 100 + } + + artisans = { + culture = norwegian + religion = protestant + size = 750 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 100 + } + + farmers = { + culture = norwegian + religion = protestant + size = 13100 + } + + farmers = { + culture = finnish + religion = protestant + size = 1100 + } } #Hammerfest (36000/9000 POPS) 307 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 100 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 50 - } - - artisans = { - culture = norwegian - religion = protestant - size = 500 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 50 - } - - farmers = { - culture = norwegian - religion = protestant - size = 5000 - } - - farmers = { - culture = sami - religion = protestant - size = 2400 - } - - farmers = { - culture = finnish - religion = protestant - size = 2000 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 100 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 50 + } + + artisans = { + culture = norwegian + religion = protestant + size = 500 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 50 + } + + farmers = { + culture = norwegian + religion = protestant + size = 5000 + } + + farmers = { + culture = sami + religion = protestant + size = 2400 + } + + farmers = { + culture = finnish + religion = protestant + size = 2000 + } } #Alesund (72000/18000 POPS) 308 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 200 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1100 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 100 - } - - farmers = { - culture = norwegian - religion = protestant - size = 17825 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 200 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1100 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 100 + } + + farmers = { + culture = norwegian + religion = protestant + size = 17825 + } } #Vestlandet-Sorlandet Region : 544000 #Bergen (180000/45000 POPS) 309 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 400 - } - - bureaucrats = { - culture = norwegian - religion = protestant - size = 500 - } - - officers = { - culture = norwegian - religion = protestant - size = 100 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 200 - } - - artisans = { - culture = norwegian - religion = protestant - size = 5000 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 2000 - } - - farmers = { - culture = norwegian - religion = protestant - size = 39200 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 400 + } + + bureaucrats = { + culture = norwegian + religion = protestant + size = 500 + } + + officers = { + culture = norwegian + religion = protestant + size = 100 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 200 + } + + artisans = { + culture = norwegian + religion = protestant + size = 5000 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 2000 + } + + farmers = { + culture = norwegian + religion = protestant + size = 39200 + } } #Christiansand (164000/41000 POPS) 310 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 600 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 175 - } - - artisans = { - culture = norwegian - religion = protestant - size = 2000 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 1100 - } - - farmers = { - culture = norwegian - religion = protestant - size = 38825 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 600 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 175 + } + + artisans = { + culture = norwegian + religion = protestant + size = 2000 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 1100 + } + + farmers = { + culture = norwegian + religion = protestant + size = 38825 + } } #Skien (68000/17000 POPS) 311 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 100 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 750 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 100 - } - - farmers = { - culture = norwegian - religion = protestant - size = 17075 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 100 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 750 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 100 + } + + farmers = { + culture = norwegian + religion = protestant + size = 17075 + } } #Drammen (132000/33000 POPS) 312 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 300 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 125 - } - - artisans = { - culture = norwegian - religion = protestant - size = 2000 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 250 - } - - farmers = { - culture = norwegian - religion = protestant - size = 32125 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 300 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 125 + } + + artisans = { + culture = norwegian + religion = protestant + size = 2000 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 250 + } + + farmers = { + culture = norwegian + religion = protestant + size = 32125 + } } #Ostlandet Region - 352000 #Christiania (108000/27000 POPS) 313 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 300 - } - - bureaucrats = { - culture = norwegian - religion = protestant - size = 500 - } - - officers = { - culture = norwegian - religion = protestant - size = 100 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 125 - } - - artisans = { - culture = norwegian - religion = protestant - size = 7000 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 3000 - } - - farmers = { - culture = norwegian - religion = protestant - size = 18275 - } - - capitalists = { - culture = norwegian - religion = protestant - size = 5 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 300 + } + + bureaucrats = { + culture = norwegian + religion = protestant + size = 500 + } + + officers = { + culture = norwegian + religion = protestant + size = 100 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 125 + } + + artisans = { + culture = norwegian + religion = protestant + size = 7000 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 3000 + } + + farmers = { + culture = norwegian + religion = protestant + size = 18275 + } + + capitalists = { + culture = norwegian + religion = protestant + size = 5 + } } #Hamar (80000/20000 POPS) 314 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 200 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 100 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1100 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 150 - } - - farmers = { - culture = norwegian - religion = protestant - size = 19750 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 200 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 100 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1100 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 150 + } + + farmers = { + culture = norwegian + religion = protestant + size = 19750 + } } #Lillehammer (96000/24000 POPS) 315 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 200 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 125 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1250 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 200 - } - - farmers = { - culture = norwegian - religion = protestant - size = 23425 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 200 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 125 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1250 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 200 + } + + farmers = { + culture = norwegian + religion = protestant + size = 23425 + } } #Frederiksstad (68000/17000 POPS) 316 = { - aristocrats = { - culture = norwegian - religion = protestant - size = 150 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 750 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 150 - } - - farmers = { - culture = norwegian - religion = protestant - size = 17025 - } + aristocrats = { + culture = norwegian + religion = protestant + size = 150 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 750 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 150 + } + + farmers = { + culture = norwegian + religion = protestant + size = 17025 + } } diff --git a/HPM/history/pops/1836.1.1/Oman.txt b/HPM/history/pops/1836.1.1/Oman.txt index ce30fe90..97ea694b 100644 --- a/HPM/history/pops/1836.1.1/Oman.txt +++ b/HPM/history/pops/1836.1.1/Oman.txt @@ -1,510 +1,510 @@ -#Uman Region (116000) #see Trucial States.txt for balance of region -#under the rule of Oman in 1836 -#Muscat (32000/8000 POPS) +#Uman Region (116000) #see Trucial States.txt for balance of region +#under the rule of Oman in 1836 +#Muscat (32000/8000 POPS) 1166 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 150 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 25 - } - - officers = { - culture = bedouin - religion = ibadi - size = 50 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 400 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 3000 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 1000 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 2625 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3950 - } - - artisans = { - culture = baluchi - religion = sunni - size = 50 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 25 - } - - farmers = { - culture = baluchi - religion = sunni - size = 925 - } - - clergymen = { - culture = persian - religion = shiite - size = 25 - } - - artisans = { - culture = persian - religion = shiite - size = 50 - } - - farmers = { - culture = persian - religion = shiite - size = 925 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 150 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 25 + } + + officers = { + culture = bedouin + religion = ibadi + size = 50 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 400 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 3000 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 1000 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 2625 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3950 + } + + artisans = { + culture = baluchi + religion = sunni + size = 50 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 25 + } + + farmers = { + culture = baluchi + religion = sunni + size = 925 + } + + clergymen = { + culture = persian + religion = shiite + size = 25 + } + + artisans = { + culture = persian + religion = shiite + size = 50 + } + + farmers = { + culture = persian + religion = shiite + size = 925 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } -#Suhar (16000/4000 POPS) +#Suhar (16000/4000 POPS) 1169 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 50 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 75 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 200 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 50 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 2000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1625 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 50 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 75 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 200 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 50 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 2000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1625 + } } -#Nizwa (24000/6000 POPS) +#Nizwa (24000/6000 POPS) 1170 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 75 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 300 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 1000 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 1575 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3525 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 75 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 300 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 1000 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 1575 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3525 + } } -#Sur (24000/6000 POPS) +#Sur (24000/6000 POPS) 1171 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 25 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 100 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 25 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 1800 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1850 - } - - artisans = { - culture = baluchi - religion = sunni - size = 50 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 25 - } - - farmers = { - culture = baluchi - religion = sunni - size = 925 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 1100 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 25 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 100 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 25 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 1800 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1850 + } + + artisans = { + culture = baluchi + religion = sunni + size = 50 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 25 + } + + farmers = { + culture = baluchi + religion = sunni + size = 925 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 1100 + } } -#Duqm (20000/5000 POPS) +#Duqm (20000/5000 POPS) 1172 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 75 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 75 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 200 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 50 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 2000 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2825 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 75 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 75 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 200 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 50 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 2000 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2825 + } } -#Hadramaut Region (36000) #see Yemen.txt for balance of region -#under the rule of Oman in 1836 -#Salalah (20000/5000 POPS) +#Hadramaut Region (36000) #see Yemen.txt for balance of region +#under the rule of Oman in 1836 +#Salalah (20000/5000 POPS) 1174 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 65 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 5 - } - - officers = { - culture = bedouin - religion = ibadi - size = 5 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 75 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 250 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 1000 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 3000 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2025 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 65 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 5 + } + + officers = { + culture = bedouin + religion = ibadi + size = 5 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 75 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 250 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 1000 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 3000 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2025 + } } #Khasab - Former Oyotuni/Chokurdakh 2664 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 30 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 5 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 5 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 10 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 100 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 230 - } - - farmers = { - culture = bedouin - religion = sunni - size = 730 - } - - farmers = { - culture = baluchi - religion = sunni - size = 100 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 30 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 5 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 5 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 10 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 100 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 230 + } + + farmers = { + culture = bedouin + religion = sunni + size = 730 + } + + farmers = { + culture = baluchi + religion = sunni + size = 100 + } } #Gwadar - Ziryanka (1000/250 POPS) 2640 = { - aristocrats = { - culture = bedouin - religion = ibadi - size = 5 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 25 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 25 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 100 - } - - farmers = { - culture = bedouin - religion = ibadi - size = 300 - } - - farmers = { - culture = baluchi - religion = sunni - size = 600 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = baluchi - religion = shiite - size = 450 - } + aristocrats = { + culture = bedouin + religion = ibadi + size = 5 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 25 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 25 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 100 + } + + farmers = { + culture = bedouin + religion = ibadi + size = 300 + } + + farmers = { + culture = baluchi + religion = sunni + size = 600 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = baluchi + religion = shiite + size = 450 + } } diff --git a/HPM/history/pops/1836.1.1/Panama.txt b/HPM/history/pops/1836.1.1/Panama.txt index 0460886c..2c060d1b 100644 --- a/HPM/history/pops/1836.1.1/Panama.txt +++ b/HPM/history/pops/1836.1.1/Panama.txt @@ -2,355 +2,355 @@ #Ruled by Colombia 1836 #Balboa (12000/3000 POPS) 1723 = { - aristocrats = { - culture = central_american - religion = catholic - size = 20 - } - - clergymen = { - culture = central_american - religion = catholic - size = 25 - } - - artisans = { - culture = central_american - religion = catholic - size = 50 - } - - soldiers = { - culture = central_american - religion = catholic - size = 10 - } - - farmers = { - culture = central_american - religion = catholic - size = 895 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1325 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = central_american + religion = catholic + size = 20 + } + + clergymen = { + culture = central_american + religion = catholic + size = 25 + } + + artisans = { + culture = central_american + religion = catholic + size = 50 + } + + soldiers = { + culture = central_american + religion = catholic + size = 10 + } + + farmers = { + culture = central_american + religion = catholic + size = 895 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1325 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #Panama City (52000/13000 POPS) 2204 = { - aristocrats = { - culture = central_american - religion = catholic - size = 225 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 25 - } - - officers = { - culture = central_american - religion = catholic - size = 50 - } - - clergymen = { - culture = central_american - religion = catholic - size = 100 - } - - artisans = { - culture = central_american - religion = catholic - size = 450 - } - - soldiers = { - culture = central_american - religion = catholic - size = 100 - } - - farmers = { - culture = central_american - religion = catholic - size = 8050 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2675 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = central_american + religion = catholic + size = 225 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 25 + } + + officers = { + culture = central_american + religion = catholic + size = 50 + } + + clergymen = { + culture = central_american + religion = catholic + size = 100 + } + + artisans = { + culture = central_american + religion = catholic + size = 450 + } + + soldiers = { + culture = central_american + religion = catholic + size = 100 + } + + farmers = { + culture = central_american + religion = catholic + size = 8050 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2675 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #David (28000/7000 POPS) 2205 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - } - - artisans = { - culture = central_american - religion = catholic - size = 300 - } - - soldiers = { - culture = central_american - religion = catholic - size = 75 - } - - farmers = { - culture = central_american - religion = catholic - size = 5375 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 670 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 250 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + } + + artisans = { + culture = central_american + religion = catholic + size = 300 + } + + soldiers = { + culture = central_american + religion = catholic + size = 75 + } + + farmers = { + culture = central_american + religion = catholic + size = 5375 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 670 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 250 + } } #Penonome (24000/6000 POPS) 2206 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - } - - artisans = { - culture = central_american - religion = catholic - size = 250 - } - - soldiers = { - culture = central_american - religion = catholic - size = 50 - } - - farmers = { - culture = central_american - religion = catholic - size = 4500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 670 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 250 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + } + + artisans = { + culture = central_american + religion = catholic + size = 250 + } + + soldiers = { + culture = central_american + religion = catholic + size = 50 + } + + farmers = { + culture = central_american + religion = catholic + size = 4500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 670 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 250 + } } #Yaviza (12000/3000 POPS) 2208 = { - aristocrats = { - culture = central_american - religion = catholic - size = 20 - } - - clergymen = { - culture = central_american - religion = catholic - size = 25 - } - - artisans = { - culture = central_american - religion = catholic - size = 50 - } - - soldiers = { - culture = central_american - religion = catholic - size = 10 - } - - farmers = { - culture = central_american - religion = catholic - size = 895 - } - - aristocrats = { - culture = north_andean - religion = catholic - size = 20 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 25 - } - - artisans = { - culture = north_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 10 - } - - farmers = { - culture = north_andean - religion = catholic - size = 895 - } - - aristocrats = { - culture = nahua #native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = nahua #native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = nahua #native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = nahua #native_american_minor - religion = animist - size = 10 - } - - farmers = { - culture = nahua #native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = central_american + religion = catholic + size = 20 + } + + clergymen = { + culture = central_american + religion = catholic + size = 25 + } + + artisans = { + culture = central_american + religion = catholic + size = 50 + } + + soldiers = { + culture = central_american + religion = catholic + size = 10 + } + + farmers = { + culture = central_american + religion = catholic + size = 895 + } + + aristocrats = { + culture = north_andean + religion = catholic + size = 20 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 25 + } + + artisans = { + culture = north_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 10 + } + + farmers = { + culture = north_andean + religion = catholic + size = 895 + } + + aristocrats = { + culture = nahua #native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = nahua #native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = nahua #native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = nahua #native_american_minor + religion = animist + size = 10 + } + + farmers = { + culture = nahua #native_american_minor + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1836.1.1/Papua New Guinea.txt b/HPM/history/pops/1836.1.1/Papua New Guinea.txt index 1ab06478..14a9cfe1 100644 --- a/HPM/history/pops/1836.1.1/Papua New Guinea.txt +++ b/HPM/history/pops/1836.1.1/Papua New Guinea.txt @@ -1,228 +1,228 @@ -#East Papua (892000) +#East Papua (892000) #uncolonized in 1836 -#Port Moresby (212000/53000 POPS) +#Port Moresby (212000/53000 POPS) 2528 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1025 - } - - clergymen = { - culture = melanesian - religion = animist - size = 525 - } - - artisans = { - culture = melanesian - religion = animist - size = 2650 - } - - soldiers = { - culture = melanesian - religion = animist - size = 550 - } - - farmers = { - culture = melanesian - religion = animist - size = 48350 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1025 + } + + clergymen = { + culture = melanesian + religion = animist + size = 525 + } + + artisans = { + culture = melanesian + religion = animist + size = 2650 + } + + soldiers = { + culture = melanesian + religion = animist + size = 550 + } + + farmers = { + culture = melanesian + religion = animist + size = 48350 + } } -#Kerema (116000/29000 POPS) +#Kerema (116000/29000 POPS) 2529 = { - aristocrats = { - culture = melanesian - religion = animist - size = 550 - } - - clergymen = { - culture = melanesian - religion = animist - size = 300 - } - - artisans = { - culture = melanesian - religion = animist - size = 1450 - } - - soldiers = { - culture = melanesian - religion = animist - size = 300 - } - - farmers = { - culture = melanesian - religion = animist - size = 26400 - } + aristocrats = { + culture = melanesian + religion = animist + size = 550 + } + + clergymen = { + culture = melanesian + religion = animist + size = 300 + } + + artisans = { + culture = melanesian + religion = animist + size = 1450 + } + + soldiers = { + culture = melanesian + religion = animist + size = 300 + } + + farmers = { + culture = melanesian + religion = animist + size = 26400 + } } -#Lae (264000/66000 POPS) +#Lae (264000/66000 POPS) 2530 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1300 - } - - clergymen = { - culture = melanesian - religion = animist - size = 650 - } - - artisans = { - culture = melanesian - religion = animist - size = 3300 - } - - soldiers = { - culture = melanesian - religion = animist - size = 675 - } - - farmers = { - culture = melanesian - religion = animist - size = 60075 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1300 + } + + clergymen = { + culture = melanesian + religion = animist + size = 650 + } + + artisans = { + culture = melanesian + religion = animist + size = 3300 + } + + soldiers = { + culture = melanesian + religion = animist + size = 675 + } + + farmers = { + culture = melanesian + religion = animist + size = 60075 + } } -#Madang (300000/75000 POPS) +#Madang (300000/75000 POPS) 2531 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1475 - } - - clergymen = { - culture = melanesian - religion = animist - size = 750 - } - - artisans = { - culture = melanesian - religion = animist - size = 3750 - } - - soldiers = { - culture = melanesian - religion = animist - size = 750 - } - - farmers = { - culture = melanesian - religion = animist - size = 68375 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1475 + } + + clergymen = { + culture = melanesian + religion = animist + size = 750 + } + + artisans = { + culture = melanesian + religion = animist + size = 3750 + } + + soldiers = { + culture = melanesian + religion = animist + size = 750 + } + + farmers = { + culture = melanesian + religion = animist + size = 68375 + } } -#Northern Melanesia (226000) +#Northern Melanesia (226000) #uncolonized in 1836} -#New Ireland (104000/POPS) +#New Ireland (104000/POPS) 1531 = { - aristocrats = { - culture = melanesian - religion = animist - size = 500 - } - - clergymen = { - culture = melanesian - religion = animist - size = 250 - } - - artisans = { - culture = melanesian - religion = animist - size = 1300 - } - - soldiers = { - culture = melanesian - religion = animist - size = 275 - } - - farmers = { - culture = melanesian - religion = animist - size = 23675 - } + aristocrats = { + culture = melanesian + religion = animist + size = 500 + } + + clergymen = { + culture = melanesian + religion = animist + size = 250 + } + + artisans = { + culture = melanesian + religion = animist + size = 1300 + } + + soldiers = { + culture = melanesian + religion = animist + size = 275 + } + + farmers = { + culture = melanesian + religion = animist + size = 23675 + } } -#New Britain (144000/POPS) +#New Britain (144000/POPS) 2537 = { - aristocrats = { - culture = melanesian - religion = animist - size = 700 - } - - clergymen = { - culture = melanesian - religion = animist - size = 350 - } - - artisans = { - culture = melanesian - religion = animist - size = 1800 - } - - soldiers = { - culture = melanesian - religion = animist - size = 375 - } - - farmers = { - culture = melanesian - religion = animist - size = 32775 - } + aristocrats = { + culture = melanesian + religion = animist + size = 700 + } + + clergymen = { + culture = melanesian + religion = animist + size = 350 + } + + artisans = { + culture = melanesian + religion = animist + size = 1800 + } + + soldiers = { + culture = melanesian + religion = animist + size = 375 + } + + farmers = { + culture = melanesian + religion = animist + size = 32775 + } } -#Bougainville (56000/POPS) +#Bougainville (56000/POPS) 2539 = { - aristocrats = { - culture = melanesian - religion = animist - size = 250 - } - - clergymen = { - culture = melanesian - religion = animist - size = 150 - } - - artisans = { - culture = melanesian - religion = animist - size = 700 - } - - soldiers = { - culture = melanesian - religion = animist - size = 150 - } - - farmers = { - culture = melanesian - religion = animist - size = 12750 - } + aristocrats = { + culture = melanesian + religion = animist + size = 250 + } + + clergymen = { + culture = melanesian + religion = animist + size = 150 + } + + artisans = { + culture = melanesian + religion = animist + size = 700 + } + + soldiers = { + culture = melanesian + religion = animist + size = 150 + } + + farmers = { + culture = melanesian + religion = animist + size = 12750 + } } diff --git a/HPM/history/pops/1836.1.1/Paraguay.txt b/HPM/history/pops/1836.1.1/Paraguay.txt index 1cea4c4f..f333db4a 100644 --- a/HPM/history/pops/1836.1.1/Paraguay.txt +++ b/HPM/history/pops/1836.1.1/Paraguay.txt @@ -2,468 +2,468 @@ #Under loose authority of Paraguay 1836 #Fortin Falcon (8000/2000 POPS) 2337 = { - aristocrats = { - culture = guarani - religion = animist - size = 25 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 100 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 1800 - } + aristocrats = { + culture = guarani + religion = animist + size = 25 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 100 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 1800 + } } #Puerto Guarani (8000/2000 POPS) 2338 = { - aristocrats = { - culture = guarani - religion = animist - size = 25 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 100 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 1800 - } + aristocrats = { + culture = guarani + religion = animist + size = 25 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 100 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 1800 + } } #Paraguay Region (636000) #see Brazil.txt & Argentina.txt for balance of region #Under rule of Paraguay 1836 #Asuncion (368000/92000 POPS) 2339 = { - aristocrats = { - culture = platinean - religion = catholic - size = 1850 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 200 - } - - officers = { - culture = platinean - religion = catholic - size = 300 - } - - clergymen = { - culture = platinean - religion = catholic - size = 775 - } - - artisans = { - culture = platinean - religion = catholic - size = 4200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 20100 - } - - farmers = { - culture = platinean - religion = catholic - size = 66825 - } - - clergymen = { - culture = guarani - religion = catholic - size = 125 - } - - artisans = { - culture = guarani - religion = catholic - size = 1200 - } - - soldiers = { - culture = guarani - religion = catholic - size = 18250 - } - - farmers = { - culture = guarani - religion = catholic - size = 38425 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 9500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 1850 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 200 + } + + officers = { + culture = platinean + religion = catholic + size = 300 + } + + clergymen = { + culture = platinean + religion = catholic + size = 775 + } + + artisans = { + culture = platinean + religion = catholic + size = 4200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 20100 + } + + farmers = { + culture = platinean + religion = catholic + size = 66825 + } + + clergymen = { + culture = guarani + religion = catholic + size = 125 + } + + artisans = { + culture = guarani + religion = catholic + size = 1200 + } + + soldiers = { + culture = guarani + religion = catholic + size = 18250 + } + + farmers = { + culture = guarani + religion = catholic + size = 38425 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 9500 + } } #Pilar (68000/17000 POPS) 2340 = { - aristocrats = { - culture = platinean - religion = catholic - size = 350 - } - - clergymen = { - culture = platinean - religion = catholic - size = 100 - } - - artisans = { - culture = platinean - religion = catholic - size = 200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 3300 - } - - clergymen = { - culture = guarani - religion = catholic - size = 50 - } - - artisans = { - culture = guarani - religion = catholic - size = 600 - } - - soldiers = { - culture = guarani - religion = catholic - size = 125 - } - - farmers = { - culture = guarani - religion = catholic - size = 11225 - } - - clergymen = { - culture = guarani - religion = animist - size = 25 - } - - artisans = { - culture = guarani - religion = animist - size = 50 - } - - soldiers = { - culture = guarani - religion = animist - size = 15 - } - - farmers = { - culture = guarani - religion = animist - size = 910 - } + aristocrats = { + culture = platinean + religion = catholic + size = 350 + } + + clergymen = { + culture = platinean + religion = catholic + size = 100 + } + + artisans = { + culture = platinean + religion = catholic + size = 200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 3300 + } + + clergymen = { + culture = guarani + religion = catholic + size = 50 + } + + artisans = { + culture = guarani + religion = catholic + size = 600 + } + + soldiers = { + culture = guarani + religion = catholic + size = 125 + } + + farmers = { + culture = guarani + religion = catholic + size = 11225 + } + + clergymen = { + culture = guarani + religion = animist + size = 25 + } + + artisans = { + culture = guarani + religion = animist + size = 50 + } + + soldiers = { + culture = guarani + religion = animist + size = 15 + } + + farmers = { + culture = guarani + religion = animist + size = 910 + } } #Encarnacion (100000/25000 POPS) 2341 = { - aristocrats = { - culture = platinean - religion = catholic - size = 500 - } - - clergymen = { - culture = platinean - religion = catholic - size = 125 - } - - artisans = { - culture = platinean - religion = catholic - size = 1200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1050 - } - - farmers = { - culture = platinean - religion = catholic - size = 8125 - } - - clergymen = { - culture = guarani - religion = catholic - size = 100 - } - - artisans = { - culture = guarani - religion = catholic - size = 1100 - } - - soldiers = { - culture = guarani - religion = catholic - size = 1100 - } - - farmers = { - culture = guarani - religion = catholic - size = 19300 - } - - clergymen = { - culture = guarani - religion = animist - size = 25 - } - - artisans = { - culture = guarani - religion = animist - size = 50 - } - - soldiers = { - culture = guarani - religion = animist - size = 15 - } - - farmers = { - culture = guarani - religion = animist - size = 910 - } + aristocrats = { + culture = platinean + religion = catholic + size = 500 + } + + clergymen = { + culture = platinean + religion = catholic + size = 125 + } + + artisans = { + culture = platinean + religion = catholic + size = 1200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1050 + } + + farmers = { + culture = platinean + religion = catholic + size = 8125 + } + + clergymen = { + culture = guarani + religion = catholic + size = 100 + } + + artisans = { + culture = guarani + religion = catholic + size = 1100 + } + + soldiers = { + culture = guarani + religion = catholic + size = 1100 + } + + farmers = { + culture = guarani + religion = catholic + size = 19300 + } + + clergymen = { + culture = guarani + religion = animist + size = 25 + } + + artisans = { + culture = guarani + religion = animist + size = 50 + } + + soldiers = { + culture = guarani + religion = animist + size = 15 + } + + farmers = { + culture = guarani + religion = animist + size = 910 + } } #San Pedro (84000/21000 POPS) 2342 = { - aristocrats = { - culture = platinean - religion = catholic - size = 425 - } - - clergymen = { - culture = platinean - religion = catholic - size = 125 - } - - artisans = { - culture = platinean - religion = catholic - size = 1200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1050 - } - - farmers = { - culture = platinean - religion = catholic - size = 7200 - } - - clergymen = { - culture = guarani - religion = catholic - size = 75 - } - - artisans = { - culture = guarani - religion = catholic - size = 800 - } - - soldiers = { - culture = guarani - religion = catholic - size = 1100 - } - - farmers = { - culture = guarani - religion = catholic - size = 7125 - } - - clergymen = { - culture = guarani - religion = animist - size = 25 - } - - artisans = { - culture = guarani - religion = animist - size = 50 - } - - soldiers = { - culture = guarani - religion = animist - size = 15 - } - - farmers = { - culture = guarani - religion = animist - size = 910 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 2500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 425 + } + + clergymen = { + culture = platinean + religion = catholic + size = 125 + } + + artisans = { + culture = platinean + religion = catholic + size = 1200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1050 + } + + farmers = { + culture = platinean + religion = catholic + size = 7200 + } + + clergymen = { + culture = guarani + religion = catholic + size = 75 + } + + artisans = { + culture = guarani + religion = catholic + size = 800 + } + + soldiers = { + culture = guarani + religion = catholic + size = 1100 + } + + farmers = { + culture = guarani + religion = catholic + size = 7125 + } + + clergymen = { + culture = guarani + religion = animist + size = 25 + } + + artisans = { + culture = guarani + religion = animist + size = 50 + } + + soldiers = { + culture = guarani + religion = animist + size = 15 + } + + farmers = { + culture = guarani + religion = animist + size = 910 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 2500 + } } #Concepcion (16000/4000 POPS) 2343 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 900 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 900 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Peru.txt b/HPM/history/pops/1836.1.1/Peru.txt index 5fd780d3..4c8725f1 100644 --- a/HPM/history/pops/1836.1.1/Peru.txt +++ b/HPM/history/pops/1836.1.1/Peru.txt @@ -4,1388 +4,1388 @@ #Ruled by Peru 1836 #Iquitos (60000/15000 POPS) 2286 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 5 - } - - officers = { - culture = south_andean - religion = catholic - size = 5 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2565 - } - - aristocrats = { - culture = quechua - religion = catholic - size = 100 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 700 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 175 - } - - clergymen = { - culture = amazonian - religion = animist - size = 100 - } - - artisans = { - culture = amazonian - religion = animist - size = 500 - } - - soldiers = { - culture = amazonian - religion = animist - size = 100 - } - - farmers = { - culture = amazonian - religion = animist - size = 9125 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 5 + } + + officers = { + culture = south_andean + religion = catholic + size = 5 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2565 + } + + aristocrats = { + culture = quechua + religion = catholic + size = 100 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 700 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 175 + } + + clergymen = { + culture = amazonian + religion = animist + size = 100 + } + + artisans = { + culture = amazonian + religion = animist + size = 500 + } + + soldiers = { + culture = amazonian + religion = animist + size = 100 + } + + farmers = { + culture = amazonian + religion = animist + size = 9125 + } } #"Ruled" by Ecuador 1836 #Yurimagues (12000/3000 POPS) 2287 = { - aristocrats = { - culture = quechua - religion = animist - size = 50 - } - - clergymen = { - culture = quechua - religion = animist - size = 75 - } - - artisans = { - culture = quechua - religion = animist - size = 150 - } - - soldiers = { - culture = quechua - religion = animist - size = 25 - } - - farmers = { - culture = quechua - religion = animist - size = 2700 - } + aristocrats = { + culture = quechua + religion = animist + size = 50 + } + + clergymen = { + culture = quechua + religion = animist + size = 75 + } + + artisans = { + culture = quechua + religion = animist + size = 150 + } + + soldiers = { + culture = quechua + religion = animist + size = 25 + } + + farmers = { + culture = quechua + religion = animist + size = 2700 + } } #Yuncos (12000/3000 POPS) 2288 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 175 - } - - farmers = { - culture = amazonian - religion = animist - size = 2775 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 5 - } - - artisans = { - culture = south_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 5 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 175 + } + + farmers = { + culture = amazonian + religion = animist + size = 2775 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 5 + } + + artisans = { + culture = south_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 5 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20 + } } #Puca Urco (12000/3000 POPS) 2289 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2925 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 5 - } - - artisans = { - culture = south_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 5 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2925 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 5 + } + + artisans = { + culture = south_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 5 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20 + } } #Cajamarca Region (296000) #Ruled by Peru 1836 #Cajamarca (144000/38000 POPS) 2290 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 800 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 100 - } - - officers = { - culture = south_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 250 - } - - artisans = { - culture = south_andean - religion = catholic - size = 600 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14050 - } - - aristocrats = { - culture = quechua - religion = catholic - size = 125 - } - - officers = { - culture = quechua - religion = catholic - size = 100 - } - - clergymen = { - culture = quechua - religion = catholic - size = 125 - } - - artisans = { - culture = quechua - religion = catholic - size = 1300 - } - - soldiers = { - culture = quechua - religion = catholic - size = 250 - } - - farmers = { - culture = quechua - religion = catholic - size = 19325 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 800 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 100 + } + + officers = { + culture = south_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 250 + } + + artisans = { + culture = south_andean + religion = catholic + size = 600 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14050 + } + + aristocrats = { + culture = quechua + religion = catholic + size = 125 + } + + officers = { + culture = quechua + religion = catholic + size = 100 + } + + clergymen = { + culture = quechua + religion = catholic + size = 125 + } + + artisans = { + culture = quechua + religion = catholic + size = 1300 + } + + soldiers = { + culture = quechua + religion = catholic + size = 250 + } + + farmers = { + culture = quechua + religion = catholic + size = 19325 + } } #Piura (60000/15000 POPS) 2291 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2325 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 500 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 9500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2325 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 500 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 9500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1000 + } } #Trujillo (68000/17000 POPS) 2292 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 300 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5050 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 450 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 8350 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 600 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 300 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5050 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 450 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 8350 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 600 + } } #Moyobamba (24000/6000 POPS) 2294 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1650 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 915 - } - - artisans = { - culture = quechua - religion = animist - size = 150 - } - - soldiers = { - culture = quechua - religion = animist - size = 250 - } - - farmers = { - culture = quechua - religion = animist - size = 2700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1650 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 915 + } + + artisans = { + culture = quechua + religion = animist + size = 150 + } + + soldiers = { + culture = quechua + religion = animist + size = 250 + } + + farmers = { + culture = quechua + religion = animist + size = 2700 + } } #Junin Region (204000) #Ruled by Peru 1836 #Huanuco (36000/9000 POPS) 2293 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 200 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 350 - } - - soldiers = { - culture = quechua - religion = catholic - size = 150 - } - - farmers = { - culture = quechua - religion = catholic - size = 16400 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 200 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 350 + } + + soldiers = { + culture = quechua + religion = catholic + size = 150 + } + + farmers = { + culture = quechua + religion = catholic + size = 16400 + } } #Jauja (60000/15000 POPS) 2296 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1350 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 650 - } - - soldiers = { - culture = quechua - religion = catholic - size = 125 - } - - farmers = { - culture = quechua - religion = catholic - size = 12125 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1350 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 650 + } + + soldiers = { + culture = quechua + religion = catholic + size = 125 + } + + farmers = { + culture = quechua + religion = catholic + size = 12125 + } } #Ayacucho (108000/27000 POPS) 2299 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 575 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 75 - } - - officers = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 200 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2825 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 1150 - } - - soldiers = { - culture = quechua - religion = catholic - size = 225 - } - - farmers = { - culture = quechua - religion = catholic - size = 21525 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 575 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 75 + } + + officers = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 200 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2825 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 1150 + } + + soldiers = { + culture = quechua + religion = catholic + size = 225 + } + + farmers = { + culture = quechua + religion = catholic + size = 21525 + } } #Lima Region (484000) #Ruled by Peru 1836 #Lima (324000/81000 POPS) 2295 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1675 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 200 - } - - officers = { - culture = south_andean - religion = catholic - size = 150 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 500 - } - - artisans = { - culture = south_andean - religion = catholic - size = 10000 - } - - artisans = { - culture = south_andean - religion = catholic - size = 2400 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 3000 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 41075 - } - - aristocrats = { - culture = quechua - religion = catholic - size = 200 - } - - officers = { - culture = quechua - religion = catholic - size = 100 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 800 - } - - soldiers = { - culture = quechua - religion = catholic - size = 150 - } - - farmers = { - culture = quechua - religion = catholic - size = 14950 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2000 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1400 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1675 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 200 + } + + officers = { + culture = south_andean + religion = catholic + size = 150 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 500 + } + + artisans = { + culture = south_andean + religion = catholic + size = 10000 + } + + artisans = { + culture = south_andean + religion = catholic + size = 2400 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 3000 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 41075 + } + + aristocrats = { + culture = quechua + religion = catholic + size = 200 + } + + officers = { + culture = quechua + religion = catholic + size = 100 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 800 + } + + soldiers = { + culture = quechua + religion = catholic + size = 150 + } + + farmers = { + culture = quechua + religion = catholic + size = 14950 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2000 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1400 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1500 + } } #Ica (60000/15000 POPS) 2297 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 200 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 500 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 10000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 300 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 200 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 500 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 10000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 300 + } } #Huaraz (100000/25000 POPS) 2298 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 525 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 300 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 4925 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 850 - } - - soldiers = { - culture = quechua - religion = catholic - size = 150 - } - - farmers = { - culture = quechua - religion = catholic - size = 15900 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 525 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 300 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 4925 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 850 + } + + soldiers = { + culture = quechua + religion = catholic + size = 150 + } + + farmers = { + culture = quechua + religion = catholic + size = 15900 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #Ucayali Region (32000) #Ruled by Peru 1836 #Pucallpa (20000/5000 POPS) 2300 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 14 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 1 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 25 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 10 - } - - farmers = { - culture = south_andean - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - soldiers = { - culture = amazonian - religion = animist - size = 300 - } - - farmers = { - culture = amazonian - religion = animist - size = 16225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 14 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 1 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 25 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 10 + } + + farmers = { + culture = south_andean + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + soldiers = { + culture = amazonian + religion = animist + size = 300 + } + + farmers = { + culture = amazonian + religion = animist + size = 16225 + } } #Puerto Maldonado (12000/3000 POPS) 2301 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Cusco Region (404000) #Ruled by Peru 1836 #Cusco (228000/57000 POPS) 2302 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1150 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 25 - } - - officers = { - culture = south_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 375 - } - - artisans = { - culture = south_andean - religion = catholic - size = 750 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 11625 - } - - aristocrats = { - culture = quechua - religion = catholic - size = 200 - } - - officers = { - culture = quechua - religion = catholic - size = 100 - } - - bureaucrats = { - culture = quechua - religion = catholic - size = 100 - } - - clergymen = { - culture = quechua - religion = catholic - size = 200 - } - - artisans = { - culture = quechua - religion = catholic - size = 2100 - } - - farmers = { - culture = quechua - religion = catholic - size = 34275 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 5000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1150 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 25 + } + + officers = { + culture = south_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 375 + } + + artisans = { + culture = south_andean + religion = catholic + size = 750 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 11625 + } + + aristocrats = { + culture = quechua + religion = catholic + size = 200 + } + + officers = { + culture = quechua + religion = catholic + size = 100 + } + + bureaucrats = { + culture = quechua + religion = catholic + size = 100 + } + + clergymen = { + culture = quechua + religion = catholic + size = 200 + } + + artisans = { + culture = quechua + religion = catholic + size = 2100 + } + + farmers = { + culture = quechua + religion = catholic + size = 34275 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 5000 + } } #Puno (104000/26000 POPS) 2303 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 575 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2025 - } - - clergymen = { - culture = aimara - religion = catholic - size = 100 - } - - artisans = { - culture = aimara - religion = catholic - size = 1150 - } - - soldiers = { - culture = aimara - religion = catholic - size = 250 - } - - farmers = { - culture = aimara - religion = catholic - size = 21500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 575 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2025 + } + + clergymen = { + culture = aimara + religion = catholic + size = 100 + } + + artisans = { + culture = aimara + religion = catholic + size = 1150 + } + + soldiers = { + culture = aimara + religion = catholic + size = 250 + } + + farmers = { + culture = aimara + religion = catholic + size = 21500 + } } #Arequipa (72000/18000 POPS) 2304 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 200 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1050 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 700 - } - - soldiers = { - culture = quechua - religion = catholic - size = 150 - } - - farmers = { - culture = quechua - religion = catholic - size = 13100 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 200 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1050 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 700 + } + + soldiers = { + culture = quechua + religion = catholic + size = 150 + } + + farmers = { + culture = quechua + religion = catholic + size = 13100 + } } #Atacama Region (100000) #see Chile.txt for balance of Region #Ruled by Peru 1836 #Tacna (100000/25000 POPS) 2578 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 25 - } - - officers = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3925 - } - - clergymen = { - culture = aimara - religion = catholic - size = 100 - } - - artisans = { - culture = aimara - religion = catholic - size = 1100 - } - - soldiers = { - culture = aimara - religion = catholic - size = 200 - } - - farmers = { - culture = aimara - religion = catholic - size = 16700 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 2000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 25 + } + + officers = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3925 + } + + clergymen = { + culture = aimara + religion = catholic + size = 100 + } + + artisans = { + culture = aimara + religion = catholic + size = 1100 + } + + soldiers = { + culture = aimara + religion = catholic + size = 200 + } + + farmers = { + culture = aimara + religion = catholic + size = 16700 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 2000 + } } diff --git a/HPM/history/pops/1836.1.1/Philippines.txt b/HPM/history/pops/1836.1.1/Philippines.txt index 2c44fb85..e49cb670 100644 --- a/HPM/history/pops/1836.1.1/Philippines.txt +++ b/HPM/history/pops/1836.1.1/Philippines.txt @@ -2,817 +2,817 @@ #Ruled by Spain in 1836 #Manila (780000/195000 POPS) 1455 = { - aristocrats = { - culture = spanish - religion = catholic - size = 200 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 400 - } - - clergymen = { - culture = spanish - religion = catholic - size = 250 - } - - artisans = { - culture = spanish - religion = catholic - size = 1050 - } - - soldiers = { - culture = spanish - religion = catholic - size = 100 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 1250 - } - - bureaucrats = { - culture = filipino - religion = catholic - size = 450 - } - - clergymen = { - culture = filipino - religion = catholic - size = 750 - } - - artisans = { - culture = filipino - religion = catholic - size = 10000 - } - - artisans = { - culture = filipino - religion = catholic - size = 10000 - } - - artisans = { - culture = filipino - religion = catholic - size = 9000 - } - - soldiers = { - culture = filipino - religion = catholic - size = 3000 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1000 - } - - farmers = { - culture = filipino - religion = catholic - size = 116550 - } - - slaves = { - culture = filipino - religion = catholic - size = 20000 - } - - artisans = { - culture = nanfaren - religion = catholic - size = 1200 - } - - farmers = { - culture = nanfaren - religion = catholic - size = 800 - } - - clergymen = { - culture = malay - religion = catholic - size = 75 - } - - artisans = { - culture = malay - religion = catholic - size = 1100 - } - - soldiers = { - culture = malay - religion = catholic - size = 200 - } - - farmers = { - culture = malay - religion = catholic - size = 17725 - } + aristocrats = { + culture = spanish + religion = catholic + size = 200 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 400 + } + + clergymen = { + culture = spanish + religion = catholic + size = 250 + } + + artisans = { + culture = spanish + religion = catholic + size = 1050 + } + + soldiers = { + culture = spanish + religion = catholic + size = 100 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 1250 + } + + bureaucrats = { + culture = filipino + religion = catholic + size = 450 + } + + clergymen = { + culture = filipino + religion = catholic + size = 750 + } + + artisans = { + culture = filipino + religion = catholic + size = 10000 + } + + artisans = { + culture = filipino + religion = catholic + size = 10000 + } + + artisans = { + culture = filipino + religion = catholic + size = 9000 + } + + soldiers = { + culture = filipino + religion = catholic + size = 3000 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1000 + } + + farmers = { + culture = filipino + religion = catholic + size = 116550 + } + + slaves = { + culture = filipino + religion = catholic + size = 20000 + } + + artisans = { + culture = nanfaren + religion = catholic + size = 1200 + } + + farmers = { + culture = nanfaren + religion = catholic + size = 800 + } + + clergymen = { + culture = malay + religion = catholic + size = 75 + } + + artisans = { + culture = malay + religion = catholic + size = 1100 + } + + soldiers = { + culture = malay + religion = catholic + size = 200 + } + + farmers = { + culture = malay + religion = catholic + size = 17725 + } } #Vigan (608000/152000 POPS) 1456 = { - aristocrats = { - culture = filipino - religion = catholic - size = 1100 - } - - clergymen = { - culture = filipino - religion = catholic - size = 625 - } - - artisans = { - culture = filipino - religion = catholic - size = 7350 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1500 - } - - farmers = { - culture = filipino - religion = catholic - size = 114525 - } - - slaves = { - culture = filipino - religion = catholic - size = 20000 - } - - clergymen = { - culture = asian_minor - religion = catholic - size = 50 - } - - artisans = { - culture = asian_minor - religion = catholic - size = 250 - } - - soldiers = { - culture = asian_minor - religion = catholic - size = 50 - } - - farmers = { - culture = asian_minor - religion = catholic - size = 6650 - } + aristocrats = { + culture = filipino + religion = catholic + size = 1100 + } + + clergymen = { + culture = filipino + religion = catholic + size = 625 + } + + artisans = { + culture = filipino + religion = catholic + size = 7350 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1500 + } + + farmers = { + culture = filipino + religion = catholic + size = 114525 + } + + slaves = { + culture = filipino + religion = catholic + size = 20000 + } + + clergymen = { + culture = asian_minor + religion = catholic + size = 50 + } + + artisans = { + culture = asian_minor + religion = catholic + size = 250 + } + + soldiers = { + culture = asian_minor + religion = catholic + size = 50 + } + + farmers = { + culture = asian_minor + religion = catholic + size = 6650 + } } #Legazpi (564000/141000 POPS) 1457 = { - aristocrats = { - culture = filipino - religion = catholic - size = 1100 - } - - clergymen = { - culture = filipino - religion = catholic - size = 625 - } - - artisans = { - culture = filipino - religion = catholic - size = 6500 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1350 - } - - farmers = { - culture = filipino - religion = catholic - size = 122525 - } - - - clergymen = { - culture = malay - religion = catholic - size = 50 - } - - artisans = { - culture = malay - religion = catholic - size = 500 - } - - soldiers = { - culture = malay - religion = catholic - size = 100 - } - - slaves = { - culture = malay - religion = catholic - size = 10350 - } + aristocrats = { + culture = filipino + religion = catholic + size = 1100 + } + + clergymen = { + culture = filipino + religion = catholic + size = 625 + } + + artisans = { + culture = filipino + religion = catholic + size = 6500 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1350 + } + + farmers = { + culture = filipino + religion = catholic + size = 122525 + } + + + clergymen = { + culture = malay + religion = catholic + size = 50 + } + + artisans = { + culture = malay + religion = catholic + size = 500 + } + + soldiers = { + culture = malay + religion = catholic + size = 100 + } + + slaves = { + culture = malay + religion = catholic + size = 10350 + } } #Mindoro (224000/56000 POPS) 1458 = { - aristocrats = { - culture = filipino - religion = catholic - size = 400 - } - - clergymen = { - culture = filipino - religion = catholic - size = 175 - } - - artisans = { - culture = filipino - religion = catholic - size = 2100 - } - - soldiers = { - culture = filipino - religion = catholic - size = 450 - } - - farmers = { - culture = filipino - religion = catholic - size = 38875 - } - - clergymen = { - culture = filipino - religion = sunni - size = 125 - } - - artisans = { - culture = filipino - religion = sunni - size = 750 - } - - soldiers = { - culture = filipino - religion = sunni - size = 100 - } - - farmers = { - culture = filipino - religion = sunni - size = 11025 - } + aristocrats = { + culture = filipino + religion = catholic + size = 400 + } + + clergymen = { + culture = filipino + religion = catholic + size = 175 + } + + artisans = { + culture = filipino + religion = catholic + size = 2100 + } + + soldiers = { + culture = filipino + religion = catholic + size = 450 + } + + farmers = { + culture = filipino + religion = catholic + size = 38875 + } + + clergymen = { + culture = filipino + religion = sunni + size = 125 + } + + artisans = { + culture = filipino + religion = sunni + size = 750 + } + + soldiers = { + culture = filipino + religion = sunni + size = 100 + } + + farmers = { + culture = filipino + religion = sunni + size = 11025 + } } #Visayas Region (1044000 POPS) #under rule of Spain 1836 #Palawan (80000/20000 POPS) 1459 = { - aristocrats = { - culture = filipino - religion = catholic - size = 25 - } - - clergymen = { - culture = filipino - religion = catholic - size = 25 - } - - artisans = { - culture = filipino - religion = catholic - size = 200 - } - - soldiers = { - culture = filipino - religion = catholic - size = 50 - } - - farmers = { - culture = filipino - religion = catholic - size = 3700 - } - - aristocrats = { - culture = filipino - religion = sunni - size = 75 - } - - clergymen = { - culture = filipino - religion = sunni - size = 50 - } - - artisans = { - culture = filipino - religion = sunni - size = 300 - } - - soldiers = { - culture = filipino - religion = sunni - size = 75 - } - - farmers = { - culture = filipino - religion = sunni - size = 5500 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 450 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 9375 - } + aristocrats = { + culture = filipino + religion = catholic + size = 25 + } + + clergymen = { + culture = filipino + religion = catholic + size = 25 + } + + artisans = { + culture = filipino + religion = catholic + size = 200 + } + + soldiers = { + culture = filipino + religion = catholic + size = 50 + } + + farmers = { + culture = filipino + religion = catholic + size = 3700 + } + + aristocrats = { + culture = filipino + religion = sunni + size = 75 + } + + clergymen = { + culture = filipino + religion = sunni + size = 50 + } + + artisans = { + culture = filipino + religion = sunni + size = 300 + } + + soldiers = { + culture = filipino + religion = sunni + size = 75 + } + + farmers = { + culture = filipino + religion = sunni + size = 5500 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 450 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 9375 + } } #Iloilo (312000/78000 POPS) 1460 = { - aristocrats = { - culture = filipino - religion = catholic - size = 650 - } - - clergymen = { - culture = filipino - religion = catholic - size = 350 - } - - artisans = { - culture = filipino - religion = catholic - size = 3500 - } - - soldiers = { - culture = filipino - religion = catholic - size = 750 - } - - farmers = { - culture = filipino - religion = catholic - size = 64750 - } - - clergymen = { - culture = filipino - religion = sunni - size = 75 - } - - artisans = { - culture = filipino - religion = sunni - size = 500 - } - - soldiers = { - culture = filipino - religion = sunni - size = 100 - } - - slaves = { - culture = filipino - religion = sunni - size = 9325 - } + aristocrats = { + culture = filipino + religion = catholic + size = 650 + } + + clergymen = { + culture = filipino + religion = catholic + size = 350 + } + + artisans = { + culture = filipino + religion = catholic + size = 3500 + } + + soldiers = { + culture = filipino + religion = catholic + size = 750 + } + + farmers = { + culture = filipino + religion = catholic + size = 64750 + } + + clergymen = { + culture = filipino + religion = sunni + size = 75 + } + + artisans = { + culture = filipino + religion = sunni + size = 500 + } + + soldiers = { + culture = filipino + religion = sunni + size = 100 + } + + slaves = { + culture = filipino + religion = sunni + size = 9325 + } } #Tacloban (348000/87000 POPS) 1461 = { - aristocrats = { - culture = filipino - religion = catholic - size = 750 - } - - clergymen = { - culture = filipino - religion = catholic - size = 625 - } - - artisans = { - culture = filipino - religion = catholic - size = 4250 - } - - soldiers = { - culture = filipino - religion = catholic - size = 850 - } - - farmers = { - culture = filipino - religion = catholic - size = 70125 - } - - slaves = { - culture = filipino - religion = catholic - size = 10000 - } + aristocrats = { + culture = filipino + religion = catholic + size = 750 + } + + clergymen = { + culture = filipino + religion = catholic + size = 625 + } + + artisans = { + culture = filipino + religion = catholic + size = 4250 + } + + soldiers = { + culture = filipino + religion = catholic + size = 850 + } + + farmers = { + culture = filipino + religion = catholic + size = 70125 + } + + slaves = { + culture = filipino + religion = catholic + size = 10000 + } } #Cebu (304000/76000 POPS) 2565 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 125 - } - - clergymen = { - culture = spanish - religion = catholic - size = 50 - } - - soldiers = { - culture = spanish - religion = catholic - size = 25 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 675 - } - - bureaucrats = { - culture = filipino - religion = catholic - size = 375 - } - - clergymen = { - culture = filipino - religion = catholic - size = 450 - } - - artisans = { - culture = filipino - religion = catholic - size = 3500 - } - - soldiers = { - culture = filipino - religion = catholic - size = 750 - } - - farmers = { - culture = filipino - religion = catholic - size = 64050 - } - - clergymen = { - culture = filipino - religion = sunni - size = 50 - } - - artisans = { - culture = filipino - religion = sunni - size = 500 - } - - slaves = { - culture = filipino - religion = sunni - size = 7375 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 125 + } + + clergymen = { + culture = spanish + religion = catholic + size = 50 + } + + soldiers = { + culture = spanish + religion = catholic + size = 25 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 675 + } + + bureaucrats = { + culture = filipino + religion = catholic + size = 375 + } + + clergymen = { + culture = filipino + religion = catholic + size = 450 + } + + artisans = { + culture = filipino + religion = catholic + size = 3500 + } + + soldiers = { + culture = filipino + religion = catholic + size = 750 + } + + farmers = { + culture = filipino + religion = catholic + size = 64050 + } + + clergymen = { + culture = filipino + religion = sunni + size = 50 + } + + artisans = { + culture = filipino + religion = sunni + size = 500 + } + + slaves = { + culture = filipino + religion = sunni + size = 7375 + } } #Mindanao Region (496000) #Under Spanish "Rule" 1836 #Davao (152000/38000 POPS) 1463 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 75 - } - - clergymen = { - culture = spanish - religion = catholic - size = 50 - } - - soldiers = { - culture = spanish - religion = catholic - size = 25 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 100 - } - - clergymen = { - culture = filipino - religion = catholic - size = 100 - } - - artisans = { - culture = filipino - religion = catholic - size = 850 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1100 - } - - farmers = { - culture = filipino - religion = catholic - size = 14800 - } - - aristocrats = { - culture = filipino - religion = sunni - size = 100 - } - - clergymen = { - culture = filipino - religion = sunni - size = 100 - } - - artisans = { - culture = filipino - religion = sunni - size = 600 - } - - soldiers = { - culture = filipino - religion = sunni - size = 100 - } - - farmers = { - culture = filipino - religion = sunni - size = 11100 - } - - farmers = { - culture = malay - religion = catholic - size = 1100 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 350 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 7375 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 75 + } + + clergymen = { + culture = spanish + religion = catholic + size = 50 + } + + soldiers = { + culture = spanish + religion = catholic + size = 25 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 100 + } + + clergymen = { + culture = filipino + religion = catholic + size = 100 + } + + artisans = { + culture = filipino + religion = catholic + size = 850 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1100 + } + + farmers = { + culture = filipino + religion = catholic + size = 14800 + } + + aristocrats = { + culture = filipino + religion = sunni + size = 100 + } + + clergymen = { + culture = filipino + religion = sunni + size = 100 + } + + artisans = { + culture = filipino + religion = sunni + size = 600 + } + + soldiers = { + culture = filipino + religion = sunni + size = 100 + } + + farmers = { + culture = filipino + religion = sunni + size = 11100 + } + + farmers = { + culture = malay + religion = catholic + size = 1100 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 350 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 7375 + } } #Under rule of Spain in 1836 #Zamboanga (300000/75000 POPS) 1462 = { - aristocrats = { - culture = filipino - religion = sunni - size = 600 - } - - clergymen = { - culture = filipino - religion = sunni - size = 500 - } - - artisans = { - culture = filipino - religion = sunni - size = 2500 - } - - soldiers = { - culture = filipino - religion = sunni - size = 500 - } - - farmers = { - culture = filipino - religion = sunni - size = 44900 - } - - clergymen = { - culture = filipino - religion = catholic - size = 50 - } - - artisans = { - culture = filipino - religion = catholic - size = 750 - } - - farmers = { - culture = filipino - religion = catholic - size = 12200 - } - - slaves = { - culture = filipino - religion = catholic - size = 4000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 300 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - slaves = { - culture = asian_minor - religion = animist - size = 8525 - } + aristocrats = { + culture = filipino + religion = sunni + size = 600 + } + + clergymen = { + culture = filipino + religion = sunni + size = 500 + } + + artisans = { + culture = filipino + religion = sunni + size = 2500 + } + + soldiers = { + culture = filipino + religion = sunni + size = 500 + } + + farmers = { + culture = filipino + religion = sunni + size = 44900 + } + + clergymen = { + culture = filipino + religion = catholic + size = 50 + } + + artisans = { + culture = filipino + religion = catholic + size = 750 + } + + farmers = { + culture = filipino + religion = catholic + size = 12200 + } + + slaves = { + culture = filipino + religion = catholic + size = 4000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 300 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + slaves = { + culture = asian_minor + religion = animist + size = 8525 + } } #Jolo (44000/11000 POPS) 1464 = { - aristocrats = { - culture = malay - religion = sunni - size = 100 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 75 - } - - officers = { - culture = malay - religion = sunni - size = 75 - } - - clergymen = { - culture = malay - religion = sunni - size = 100 - } - - artisans = { - culture = malay - religion = sunni - size = 600 - } - - soldiers = { - culture = malay - religion = sunni - size = 1000 - } - - farmers = { - culture = malay - religion = sunni - size = 12825 - } - - slaves = { - culture = malay - religion = sunni - size = 2000 - } + aristocrats = { + culture = malay + religion = sunni + size = 100 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 75 + } + + officers = { + culture = malay + religion = sunni + size = 75 + } + + clergymen = { + culture = malay + religion = sunni + size = 100 + } + + artisans = { + culture = malay + religion = sunni + size = 600 + } + + soldiers = { + culture = malay + religion = sunni + size = 1000 + } + + farmers = { + culture = malay + religion = sunni + size = 12825 + } + + slaves = { + culture = malay + religion = sunni + size = 2000 + } } diff --git a/HPM/history/pops/1836.1.1/Poland.txt b/HPM/history/pops/1836.1.1/Poland.txt index 2dfb5514..c2847472 100644 --- a/HPM/history/pops/1836.1.1/Poland.txt +++ b/HPM/history/pops/1836.1.1/Poland.txt @@ -2,3373 +2,3373 @@ #under the rule of Prussia 1836 #Stettin (484000/121000 POPS) #Part of Poland since 1945 546 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1250 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1300 - } - - officers = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1125 - } - - artisans = { - culture = north_german - religion = protestant - size = 8250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3300 - } - - farmers = { - culture = north_german - religion = protestant - size = 117125 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 920 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1250 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1300 + } + + officers = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1125 + } + + artisans = { + culture = north_german + religion = protestant + size = 8250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3300 + } + + farmers = { + culture = north_german + religion = protestant + size = 117125 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 920 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## } #Kolberg (160000/40000 POPS) #Part of Poland since 1945 679 = { - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 375 - } - - artisans = { - culture = north_german - religion = protestant - size = 1900 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 34375 - } - - clergymen = { - culture = western_slavic - religion = protestant - size = 100 - } - - artisans = { - culture = western_slavic - religion = protestant - size = 100 - } - - soldiers = { - culture = western_slavic - religion = protestant - size = 100 - } - - farmers = { - culture = western_slavic - religion = protestant - size = 1825 - } + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 375 + } + + artisans = { + culture = north_german + religion = protestant + size = 1900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 34375 + } + + clergymen = { + culture = western_slavic + religion = protestant + size = 100 + } + + artisans = { + culture = western_slavic + religion = protestant + size = 100 + } + + soldiers = { + culture = western_slavic + religion = protestant + size = 100 + } + + farmers = { + culture = western_slavic + religion = protestant + size = 1825 + } } #Koslin (160000/40000 POPS) #Part of Poland since 1945 680 = { - aristocrats = { - culture = north_german - religion = protestant - size = 250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 250 - } - - artisans = { - culture = north_german - religion = protestant - size = 1350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 24150 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 550 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 10250 - } - - clergymen = { - culture = western_slavic - religion = protestant - size = 100 - } - - artisans = { - culture = western_slavic - religion = protestant - size = 100 - } - - soldiers = { - culture = western_slavic - religion = protestant - size = 100 - } - - farmers = { - culture = western_slavic - religion = protestant - size = 1825 - } + aristocrats = { + culture = north_german + religion = protestant + size = 250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 250 + } + + artisans = { + culture = north_german + religion = protestant + size = 1350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 24150 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 550 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 10250 + } + + clergymen = { + culture = western_slavic + religion = protestant + size = 100 + } + + artisans = { + culture = western_slavic + religion = protestant + size = 100 + } + + soldiers = { + culture = western_slavic + religion = protestant + size = 100 + } + + farmers = { + culture = western_slavic + religion = protestant + size = 1825 + } } #Brandenburg Region (208000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Kustrin (208000/52000 POPS) #Part of Poland since 1945 681 = { - aristocrats = { - culture = north_german - religion = protestant - size = 525 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450 - } - - artisans = { - culture = north_german - religion = protestant - size = 2400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 46425 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 525 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450 + } + + artisans = { + culture = north_german + religion = protestant + size = 2400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 46425 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Silesia Region (2568000) #see Czechia.txt and Germany.txt for balance of region -#under the rule of Prussia in 1836 -#Breslau (936000/234000 POPS) +#under the rule of Prussia in 1836 +#Breslau (936000/234000 POPS) 682 = { - aristocrats = { - culture = north_german - religion = protestant - size = 3770 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 3200 - } - - officers = { - culture = north_german - religion = protestant - size = 750 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1750 - } - - clerks = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 11785 - } - - soldiers = { - culture = north_german - religion = protestant - size = 7500 - } - - farmers = { - culture = north_german - religion = protestant - size = 155780 - } - - clergymen = { - culture = south_german - religion = catholic - size = 175 - } - - artisans = { - culture = south_german - religion = catholic - size = 900 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 15925 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1475 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 450 - } - - clergymen = { - culture = polish - religion = catholic - size = 350 - } - - artisans = { - culture = polish - religion = catholic - size = 1750 - } - - soldiers = { - culture = polish - religion = catholic - size = 1000 - } - - farmers = { - culture = polish - religion = catholic - size = 31900 - } + aristocrats = { + culture = north_german + religion = protestant + size = 3770 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 3200 + } + + officers = { + culture = north_german + religion = protestant + size = 750 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1750 + } + + clerks = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 11785 + } + + soldiers = { + culture = north_german + religion = protestant + size = 7500 + } + + farmers = { + culture = north_german + religion = protestant + size = 155780 + } + + clergymen = { + culture = south_german + religion = catholic + size = 175 + } + + artisans = { + culture = south_german + religion = catholic + size = 900 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 15925 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1475 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 450 + } + + clergymen = { + culture = polish + religion = catholic + size = 350 + } + + artisans = { + culture = polish + religion = catholic + size = 1750 + } + + soldiers = { + culture = polish + religion = catholic + size = 1000 + } + + farmers = { + culture = polish + religion = catholic + size = 31900 + } } -#Liegnitz (484000/121000 POPS) +#Liegnitz (484000/121000 POPS) 683 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 925 - } - - artisans = { - culture = north_german - religion = protestant - size = 5550 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1125 - } - - farmers = { - culture = north_german - religion = protestant - size = 101300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 3675 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 4615 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 100 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 925 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 925 + } + + artisans = { + culture = north_german + religion = protestant + size = 5550 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1125 + } + + farmers = { + culture = north_german + religion = protestant + size = 101300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 3675 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 4615 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 100 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 925 + } } -#Oppeln (492000/123000 POPS) +#Oppeln (492000/123000 POPS) 684 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 325 - } - - artisans = { - culture = north_german - religion = protestant - size = 1900 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 32775 - } - - clergymen = { - culture = south_german - religion = catholic - size = 125 - } - - artisans = { - culture = south_german - religion = catholic - size = 750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 13125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 850 - } - - clergymen = { - culture = polish - religion = catholic - size = 625 - } - - artisans = { - culture = polish - religion = catholic - size = 3200 - } - - soldiers = { - culture = polish - religion = catholic - size = 2000 - } - - farmers = { - culture = polish - religion = catholic - size = 58375 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 200 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 3725 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 325 + } + + artisans = { + culture = north_german + religion = protestant + size = 1900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 32775 + } + + clergymen = { + culture = south_german + religion = catholic + size = 125 + } + + artisans = { + culture = south_german + religion = catholic + size = 750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 13125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 850 + } + + clergymen = { + culture = polish + religion = catholic + size = 625 + } + + artisans = { + culture = polish + religion = catholic + size = 3200 + } + + soldiers = { + culture = polish + religion = catholic + size = 2000 + } + + farmers = { + culture = polish + religion = catholic + size = 58375 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 200 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 3725 + } } -#Kattowitz (452000/113000 POPS) +#Kattowitz (452000/113000 POPS) 685 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1750 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 7575 - } - - clergymen = { - culture = south_german - religion = catholic - size = 175 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1000 - } - - farmers = { - culture = south_german - religion = catholic - size = 17825 - } - - clergymen = { - culture = polish - religion = catholic - size = 675 - } - - artisans = { - culture = polish - religion = catholic - size = 3650 - } - - soldiers = { - culture = polish - religion = catholic - size = 2000 - } - - farmers = { - culture = polish - religion = catholic - size = 67675 - } - - clergymen = { - culture = czech - religion = catholic - size = 100 - } - - artisans = { - culture = czech - religion = catholic - size = 500 - } - - soldiers = { - culture = czech - religion = catholic - size = 100 - } - - farmers = { - culture = czech - religion = catholic - size = 9350 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1750 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 7575 + } + + clergymen = { + culture = south_german + religion = catholic + size = 175 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1000 + } + + farmers = { + culture = south_german + religion = catholic + size = 17825 + } + + clergymen = { + culture = polish + religion = catholic + size = 675 + } + + artisans = { + culture = polish + religion = catholic + size = 3650 + } + + soldiers = { + culture = polish + religion = catholic + size = 2000 + } + + farmers = { + culture = polish + religion = catholic + size = 67675 + } + + clergymen = { + culture = czech + religion = catholic + size = 100 + } + + artisans = { + culture = czech + religion = catholic + size = 500 + } + + soldiers = { + culture = czech + religion = catholic + size = 100 + } + + farmers = { + culture = czech + religion = catholic + size = 9350 + } } -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Bielsko (204000/52000 POPS) #now part of Poland 2584 = { - aristocrats = { - culture = polish - religion = catholic - size = 750 - } - - officers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 500 - } - - artisans = { - culture = polish - religion = catholic - size = 2500 - } - - soldiers = { - culture = polish - religion = catholic - size = 500 - } - - farmers = { - culture = polish - religion = catholic - size = 48715 - } - - serfs = { - culture = polish - religion = catholic - size = 5000 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 100 - } - - officers = { - culture = south_german - religion = catholic - size = 100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1675 - } + aristocrats = { + culture = polish + religion = catholic + size = 750 + } + + officers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 500 + } + + artisans = { + culture = polish + religion = catholic + size = 2500 + } + + soldiers = { + culture = polish + religion = catholic + size = 500 + } + + farmers = { + culture = polish + religion = catholic + size = 53715 + } + + serfs = { + culture = polish + religion = catholic + size = 5000 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 100 + } + + officers = { + culture = south_german + religion = catholic + size = 100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1675 + } } -#West Prussia Region (688000) -#under the rule of Prussia in 1836 -#Danzig (76000/19000 POPS) +#West Prussia Region (688000) +#under the rule of Prussia in 1836 +#Danzig (76000/19000 POPS) 690 = { - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 375 - } - - officers = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 9500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 125 - } - - farmers = { - culture = north_german - religion = protestant - size = 1100 - } - - farmers = { - culture = western_slavic - religion = protestant - size = 275 - } - - aristocrats = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 5000 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 1875 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 375 + } + + officers = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 9500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 125 + } + + farmers = { + culture = north_german + religion = protestant + size = 1100 + } + + farmers = { + culture = western_slavic + religion = protestant + size = 275 + } + + aristocrats = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 5000 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 1875 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } -#Tuchel (180000/45000 POPS) +#Tuchel (180000/45000 POPS) 691 = { - aristocrats = { - culture = north_german - religion = protestant - size = 800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 375 - } - - farmers = { - culture = north_german - religion = protestant - size = 23825 - } - - clergymen = { - culture = western_slavic - religion = protestant - size = 100 - } - - farmers = { - culture = western_slavic - religion = protestant - size = 3200 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 925 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 2200 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 13425 - } + aristocrats = { + culture = north_german + religion = protestant + size = 800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 375 + } + + farmers = { + culture = north_german + religion = protestant + size = 23825 + } + + clergymen = { + culture = western_slavic + religion = protestant + size = 100 + } + + farmers = { + culture = western_slavic + religion = protestant + size = 3200 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 925 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 2200 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 13425 + } } -#Deutsche Krone (128000/32000 POPS) +#Deutsche Krone (128000/32000 POPS) 692 = { - aristocrats = { - culture = north_german - religion = protestant - size = 625 - } - - clergymen = { - culture = north_german - religion = protestant - size = 175 - } - - artisans = { - culture = north_german - religion = protestant - size = 1250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 25950 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 350 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 2625 - } + aristocrats = { + culture = north_german + religion = protestant + size = 625 + } + + clergymen = { + culture = north_german + religion = protestant + size = 175 + } + + artisans = { + culture = north_german + religion = protestant + size = 1250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 25950 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 350 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 2625 + } } -#Elbing (148000/37000 POPS) +#Elbing (148000/37000 POPS) 693 = { - aristocrats = { - culture = north_german - religion = protestant - size = 700 - } - - clergymen = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 1400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 24425 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 450 - } - - soldiers = { - culture = polish - religion = catholic - size = 1000 - } - - farmers = { - culture = polish - religion = catholic - size = 7475 - } + aristocrats = { + culture = north_german + religion = protestant + size = 700 + } + + clergymen = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 1400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 24425 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 450 + } + + soldiers = { + culture = polish + religion = catholic + size = 1000 + } + + farmers = { + culture = polish + religion = catholic + size = 7475 + } } -#Torun (156000/44000 POPS) +#Torun (156000/44000 POPS) 694 = { - aristocrats = { - culture = north_german - religion = protestant - size = 850 - } - - clergymen = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 800 - } - - soldiers = { - culture = north_german - religion = protestant - size = 175 - } - - farmers = { - culture = north_german - religion = protestant - size = 13900 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 100 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 1850 - } - - clergymen = { - culture = polish - religion = catholic - size = 225 - } - - artisans = { - culture = polish - religion = catholic - size = 1300 - } - - soldiers = { - culture = polish - religion = catholic - size = 250 - } - - farmers = { - culture = polish - religion = catholic - size = 24225 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 850 + } + + clergymen = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 800 + } + + soldiers = { + culture = north_german + religion = protestant + size = 175 + } + + farmers = { + culture = north_german + religion = protestant + size = 13900 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 100 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 1850 + } + + clergymen = { + culture = polish + religion = catholic + size = 225 + } + + artisans = { + culture = polish + religion = catholic + size = 1300 + } + + soldiers = { + culture = polish + religion = catholic + size = 250 + } + + farmers = { + culture = polish + religion = catholic + size = 24225 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #East Prussia Region (396000) #see Russia.txt and Lithuania.txt for balance of region -#under the rule of Prussia in 1836 -#Allenstein (396000/99000 POPS) +#under the rule of Prussia in 1836 +#Allenstein (396000/99000 POPS) 696 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 550 - } - - artisans = { - culture = north_german - religion = protestant - size = 2900 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 50550 - } - - clergymen = { - culture = polish - religion = protestant - size = 325 - } - - artisans = { - culture = polish - religion = protestant - size = 1800 - } - - soldiers = { - culture = polish - religion = protestant - size = 1000 - } - - farmers = { - culture = polish - religion = protestant - size = 32875 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 4625 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 550 + } + + artisans = { + culture = north_german + religion = protestant + size = 2900 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 50550 + } + + clergymen = { + culture = polish + religion = protestant + size = 325 + } + + artisans = { + culture = polish + religion = protestant + size = 1800 + } + + soldiers = { + culture = polish + religion = protestant + size = 1000 + } + + farmers = { + culture = polish + religion = protestant + size = 32875 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 4625 + } } -#Posen-Wielkopolska Region (1704000) -#under the rule of Prussia in 1836 -#Posen (540000/135000 POPS) +#Posen-Wielkopolska Region (1704000) +#under the rule of Prussia in 1836 +#Posen (540000/135000 POPS) 699 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2000 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 700 - } - - officers = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 325 - } - - artisans = { - culture = north_german - religion = protestant - size = 2650 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 26825 - } - - clergymen = { - culture = north_german - religion = catholic - size = 175 - } - - artisans = { - culture = north_german - religion = catholic - size = 1750 - } - - soldiers = { - culture = north_german - religion = catholic - size = 175 - } - - farmers = { - culture = north_german - religion = catholic - size = 15190 - } - - aristocrats = { - culture = polish - religion = catholic - size = 500 - } - - clergymen = { - culture = polish - religion = catholic - size = 700 - } - - artisans = { - culture = polish - religion = catholic - size = 4000 - } - - soldiers = { - culture = polish - religion = catholic - size = 2000 - } - - farmers = { - culture = polish - religion = catholic - size = 74800 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 700 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 2000 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 700 + } + + officers = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 325 + } + + artisans = { + culture = north_german + religion = protestant + size = 2650 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 26825 + } + + clergymen = { + culture = north_german + religion = catholic + size = 175 + } + + artisans = { + culture = north_german + religion = catholic + size = 1750 + } + + soldiers = { + culture = north_german + religion = catholic + size = 175 + } + + farmers = { + culture = north_german + religion = catholic + size = 15190 + } + + aristocrats = { + culture = polish + religion = catholic + size = 500 + } + + clergymen = { + culture = polish + religion = catholic + size = 700 + } + + artisans = { + culture = polish + religion = catholic + size = 4000 + } + + soldiers = { + culture = polish + religion = catholic + size = 2000 + } + + farmers = { + culture = polish + religion = catholic + size = 74800 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 700 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } -#Bromberg (212000/53000 POPS) +#Bromberg (212000/53000 POPS) 700 = { - aristocrats = { - culture = north_german - religion = protestant - size = 800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 200 - } - - artisans = { - culture = north_german - religion = protestant - size = 1050 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1150 - } - - farmers = { - culture = north_german - religion = protestant - size = 20150 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 350 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 6525 - } - - aristocrats = { - culture = polish - religion = catholic - size = 250 - } - - clergymen = { - culture = polish - religion = catholic - size = 225 - } - - artisans = { - culture = polish - religion = catholic - size = 1200 - } - - soldiers = { - culture = polish - religion = catholic - size = 200 - } - - farmers = { - culture = polish - religion = catholic - size = 22375 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 560 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 200 + } + + artisans = { + culture = north_german + religion = protestant + size = 1050 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1150 + } + + farmers = { + culture = north_german + religion = protestant + size = 20150 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 350 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 6525 + } + + aristocrats = { + culture = polish + religion = catholic + size = 250 + } + + clergymen = { + culture = polish + religion = catholic + size = 225 + } + + artisans = { + culture = polish + religion = catholic + size = 1200 + } + + soldiers = { + culture = polish + religion = catholic + size = 200 + } + + farmers = { + culture = polish + religion = catholic + size = 22375 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 560 + } + ######## } -#Gniezno (456000/116000 POPS) +#Gniezno (456000/116000 POPS) 701 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1750 - } - - clergymen = { - culture = north_german - religion = protestant - size = 125 - } - - artisans = { - culture = north_german - religion = protestant - size = 750 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1000 - } - - farmers = { - culture = north_german - religion = protestant - size = 12125 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 500 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 9300 - } - - aristocrats = { - culture = polish - religion = catholic - size = 500 - } - - clergymen = { - culture = polish - religion = catholic - size = 825 - } - - artisans = { - culture = polish - religion = catholic - size = 4500 - } - - soldiers = { - culture = polish - religion = catholic - size = 2000 - } - - farmers = { - culture = polish - religion = catholic - size = 89625 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 550 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## + aristocrats = { + culture = north_german + religion = protestant + size = 1750 + } + + clergymen = { + culture = north_german + religion = protestant + size = 125 + } + + artisans = { + culture = north_german + religion = protestant + size = 750 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1000 + } + + farmers = { + culture = north_german + religion = protestant + size = 12125 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 500 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 9300 + } + + aristocrats = { + culture = polish + religion = catholic + size = 500 + } + + clergymen = { + culture = polish + religion = catholic + size = 825 + } + + artisans = { + culture = polish + religion = catholic + size = 4500 + } + + soldiers = { + culture = polish + religion = catholic + size = 2000 + } + + farmers = { + culture = polish + religion = catholic + size = 89625 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 550 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## } -#under the rule of Russia in 1836 (496000) -#Lodz (244000/61000 POPS) +#under the rule of Russia in 1836 (496000) +#Lodz (244000/61000 POPS) 712 = { - aristocrats = { - culture = polish - religion = catholic - size = 1500 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 225 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 425 - } - - artisans = { - culture = polish - religion = catholic - size = 2000 - } - - farmers = { - culture = polish - religion = catholic - size = 47850 - } - - serfs = { - culture = polish - religion = catholic - size = 5000 - } - - clergymen = { - culture = polish - religion = protestant - size = 100 - } - - soldiers = { - culture = polish - religion = protestant - size = 100 - } - - artisans = { - culture = polish - religion = protestant - size = 500 - } - - farmers = { - culture = polish - religion = protestant - size = 9425 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 225 - } - - farmers = { - culture = north_german - religion = protestant - size = 3700 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2050 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3000 - } + aristocrats = { + culture = polish + religion = catholic + size = 1500 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 225 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 425 + } + + artisans = { + culture = polish + religion = catholic + size = 2000 + } + + farmers = { + culture = polish + religion = catholic + size = 47850 + } + + serfs = { + culture = polish + religion = catholic + size = 5000 + } + + clergymen = { + culture = polish + religion = protestant + size = 100 + } + + soldiers = { + culture = polish + religion = protestant + size = 100 + } + + artisans = { + culture = polish + religion = protestant + size = 500 + } + + farmers = { + culture = polish + religion = protestant + size = 9425 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 225 + } + + farmers = { + culture = north_german + religion = protestant + size = 3700 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2050 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3000 + } } -#Kalicz (252000/63000 POPS) +#Kalicz (252000/63000 POPS) 717 = { - aristocrats = { - culture = polish - religion = catholic - size = 1450 - } - - clergymen = { - culture = polish - religion = catholic - size = 500 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 2600 - } - - farmers = { - culture = polish - religion = catholic - size = 50000 - } - - serfs = { - culture = polish - religion = catholic - size = 5000 - } - - clergymen = { - culture = polish - religion = protestant - size = 100 - } - - soldiers = { - culture = polish - religion = protestant - size = 100 - } - - artisans = { - culture = polish - religion = protestant - size = 150 - } - - farmers = { - culture = polish - religion = protestant - size = 2800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 200 - } - - farmers = { - culture = north_german - religion = protestant - size = 3750 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1600 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2325 - } + aristocrats = { + culture = polish + religion = catholic + size = 1450 + } + + clergymen = { + culture = polish + religion = catholic + size = 500 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 2600 + } + + farmers = { + culture = polish + religion = catholic + size = 50000 + } + + serfs = { + culture = polish + religion = catholic + size = 5000 + } + + clergymen = { + culture = polish + religion = protestant + size = 100 + } + + soldiers = { + culture = polish + religion = protestant + size = 100 + } + + artisans = { + culture = polish + religion = protestant + size = 150 + } + + farmers = { + culture = polish + religion = protestant + size = 2800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 200 + } + + farmers = { + culture = north_german + religion = protestant + size = 3750 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1600 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2325 + } } #Malopolska Region (3004000) #under the rule of Krakow in 1836 #Krakow (424000/106000 POPS) 703 = { - aristocrats = { - culture = polish - religion = catholic - size = 800 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 170 - } - - officers = { - culture = polish - religion = catholic - size = 70 - } - - clergymen = { - culture = polish - religion = catholic - size = 300 - } - - artisans = { - culture = polish - religion = catholic - size = 4560 - } - - soldiers = { - culture = polish - religion = catholic - size = 1100 - } - - farmers = { - culture = polish - religion = catholic - size = 22000 - } - - #1200 Ashkenazi Pops - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - farmers = { - culture = ukrainian - religion = orthodox - size = 700 - } - #2900 Ashkenazi Pops - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1500 - } - #1900 South German Pops - aristocrats = { - culture = south_german - religion = catholic - size = 100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 200 - } - - farmers = { - culture = south_german - religion = catholic - size = 1000 - } + aristocrats = { + culture = polish + religion = catholic + size = 800 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 170 + } + + officers = { + culture = polish + religion = catholic + size = 70 + } + + clergymen = { + culture = polish + religion = catholic + size = 300 + } + + artisans = { + culture = polish + religion = catholic + size = 4560 + } + + soldiers = { + culture = polish + religion = catholic + size = 1100 + } + + farmers = { + culture = polish + religion = catholic + size = 22000 + } + + #1200 Ashkenazi Pops + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + farmers = { + culture = ukrainian + religion = orthodox + size = 700 + } + #2900 Ashkenazi Pops + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1500 + } + #1900 South German Pops + aristocrats = { + culture = south_german + religion = catholic + size = 100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 200 + } + + farmers = { + culture = south_german + religion = catholic + size = 1000 + } } #under the rule of Austria in 1836 #Novy Sacz (596000/149000 POPS) 704 = { - aristocrats = { - culture = polish - religion = catholic - size = 3450 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 275 - } - - officers = { - culture = polish - religion = catholic - size = 300 - } - - clergymen = { - culture = polish - religion = catholic - size = 1150 - } - - artisans = { - culture = polish - religion = catholic - size = 5750 - } - - soldiers = { - culture = polish - religion = catholic - size = 1150 - } - - farmers = { - culture = polish - religion = catholic - size = 50000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 2925 - } - - serfs = { - culture = polish - religion = catholic - size = 50000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 175 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 450 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 175 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 18200 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4550 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8200 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1825 - } + aristocrats = { + culture = polish + religion = catholic + size = 3450 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 275 + } + + officers = { + culture = polish + religion = catholic + size = 300 + } + + clergymen = { + culture = polish + religion = catholic + size = 1150 + } + + artisans = { + culture = polish + religion = catholic + size = 5750 + } + + soldiers = { + culture = polish + religion = catholic + size = 1150 + } + + farmers = { + culture = polish + religion = catholic + size = 45000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 2925 + } + + serfs = { + culture = polish + religion = catholic + size = 50000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 175 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 450 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 175 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 18200 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4550 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8200 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1825 + } } #Tarnow (616000/154000 POPS) 714 = { - aristocrats = { - culture = polish - religion = catholic - size = 3500 - } - - clergymen = { - culture = polish - religion = catholic - size = 1425 - } - - artisans = { - culture = polish - religion = catholic - size = 7250 - } - - soldiers = { - culture = polish - religion = catholic - size = 1450 - } - - farmers = { - culture = polish - religion = catholic - size = 60000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 1375 - } - - serfs = { - culture = polish - religion = catholic - size = 70000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 920 - } + aristocrats = { + culture = polish + religion = catholic + size = 3500 + } + + clergymen = { + culture = polish + religion = catholic + size = 1425 + } + + artisans = { + culture = polish + religion = catholic + size = 7250 + } + + soldiers = { + culture = polish + religion = catholic + size = 1450 + } + + farmers = { + culture = polish + religion = catholic + size = 60000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 1375 + } + + serfs = { + culture = polish + religion = catholic + size = 70000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 920 + } } #under the rule of Russia in 1836 (1368000) #Radom (444000/111000 POPS) 713 = { - aristocrats = { - culture = polish - religion = catholic - size = 2525 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 825 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 950 - } - - artisans = { - culture = polish - religion = catholic - size = 4900 - } - - farmers = { - culture = polish - religion = catholic - size = 68600 - } - - serfs = { - culture = polish - religion = catholic - size = 20000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4550 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8325 - } + aristocrats = { + culture = polish + religion = catholic + size = 2525 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 825 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 950 + } + + artisans = { + culture = polish + religion = catholic + size = 4900 + } + + farmers = { + culture = polish + religion = catholic + size = 68600 + } + + serfs = { + culture = polish + religion = catholic + size = 20000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4550 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8325 + } } #Lublin (476000/119000 POPS) 715 = { - aristocrats = { - culture = polish - religion = catholic - size = 2700 - } - - officers = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 825 - } - - artisans = { - culture = polish - religion = catholic - size = 4200 - } - - farmers = { - culture = polish - religion = catholic - size = 56275 - } - - serfs = { - culture = polish - religion = catholic - size = 20000 - } - - aristocrats = { - culture = ukrainian - religion = orthodox - size = 100 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 20700 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4550 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8325 - } + aristocrats = { + culture = polish + religion = catholic + size = 2700 + } + + officers = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 825 + } + + artisans = { + culture = polish + religion = catholic + size = 4200 + } + + farmers = { + culture = polish + religion = catholic + size = 56275 + } + + serfs = { + culture = polish + religion = catholic + size = 20000 + } + + aristocrats = { + culture = ukrainian + religion = orthodox + size = 100 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 20700 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4550 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8325 + } } #Kielce (448000/112000 POPS) 716 = { - aristocrats = { - culture = polish - religion = catholic - size = 2550 - } - - clergymen = { - culture = polish - religion = catholic - size = 950 - } - - soldiers = { - culture = polish - religion = catholic - size = 125 - } - - artisans = { - culture = polish - religion = catholic - size = 4900 - } - - farmers = { - culture = polish - religion = catholic - size = 49600 - } - - serfs = { - culture = polish - religion = catholic - size = 40000 - } - - soldiers = { - culture = polish - religion = protestant - size = 125 - } - - clergymen = { - culture = polish - religion = protestant - size = 100 - } - - artisans = { - culture = polish - religion = protestant - size = 400 - } - - farmers = { - culture = polish - religion = protestant - size = 585 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4550 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8325 - } + aristocrats = { + culture = polish + religion = catholic + size = 2550 + } + + clergymen = { + culture = polish + religion = catholic + size = 950 + } + + soldiers = { + culture = polish + religion = catholic + size = 125 + } + + artisans = { + culture = polish + religion = catholic + size = 4900 + } + + farmers = { + culture = polish + religion = catholic + size = 49600 + } + + serfs = { + culture = polish + religion = catholic + size = 40000 + } + + soldiers = { + culture = polish + religion = protestant + size = 125 + } + + clergymen = { + culture = polish + religion = protestant + size = 100 + } + + artisans = { + culture = polish + religion = protestant + size = 400 + } + + farmers = { + culture = polish + religion = protestant + size = 585 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4550 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8325 + } } -#Galicia Region (596000) #see Ukraine.txt for balance of region +#Galicia Region (596000) #see Ukraine.txt for balance of region #under the rule of Austria in 1836 #Przemysl (596000/149000 POPS) 705 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 175 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 950 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 175 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 17700 - } - - aristocrats = { - culture = polish - religion = catholic - size = 3400 - } - - clergymen = { - culture = polish - religion = catholic - size = 1175 - } - - artisans = { - culture = polish - religion = catholic - size = 5750 - } - - soldiers = { - culture = polish - religion = catholic - size = 1150 - } - - farmers = { - culture = polish - religion = catholic - size = 60000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 3525 - } - - serfs = { - culture = polish - religion = catholic - size = 50000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4550 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8225 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1825 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 175 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 950 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 175 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 17700 + } + + aristocrats = { + culture = polish + religion = catholic + size = 3400 + } + + clergymen = { + culture = polish + religion = catholic + size = 1175 + } + + artisans = { + culture = polish + religion = catholic + size = 5750 + } + + soldiers = { + culture = polish + religion = catholic + size = 1150 + } + + farmers = { + culture = polish + religion = catholic + size = 60000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 3525 + } + + serfs = { + culture = polish + religion = catholic + size = 50000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4550 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8225 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1825 + } } #Mazovia Region (2224000) #under the rule of Russia in 1836 #Warsaw (720000/180000 POPS) 706 = { - aristocrats = { - culture = polish - religion = catholic - size = 4250 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 500 - } - - officers = { - culture = polish - religion = catholic - size = 550 - } - - clergymen = { - culture = polish - religion = catholic - size = 1500 - } - - artisans = { - culture = polish - religion = catholic - size = 10000 - } - - artisans = { - culture = polish - religion = catholic - size = 11100 - } - - farmers = { - culture = polish - religion = catholic - size = 71950 - } - - soldiers = { - culture = polish - religion = catholic - size = 1500 - } - - serfs = { - culture = polish - religion = catholic - size = 80000 - } - - officers = { - culture = polish - religion = protestant - size = 100 - } - - clergymen = { - culture = polish - religion = protestant - size = 100 - } - - artisans = { - culture = polish - religion = protestant - size = 1500 - } - - soldiers = { - culture = polish - religion = protestant - size = 100 - } - - farmers = { - culture = polish - religion = protestant - size = 2400 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 200 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 10000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10600 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 2500 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 3400 - } + aristocrats = { + culture = polish + religion = catholic + size = 4250 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 500 + } + + officers = { + culture = polish + religion = catholic + size = 550 + } + + clergymen = { + culture = polish + religion = catholic + size = 1500 + } + + artisans = { + culture = polish + religion = catholic + size = 10000 + } + + artisans = { + culture = polish + religion = catholic + size = 11100 + } + + farmers = { + culture = polish + religion = catholic + size = 71950 + } + + soldiers = { + culture = polish + religion = catholic + size = 1500 + } + + serfs = { + culture = polish + religion = catholic + size = 80000 + } + + officers = { + culture = polish + religion = protestant + size = 100 + } + + clergymen = { + culture = polish + religion = protestant + size = 100 + } + + artisans = { + culture = polish + religion = protestant + size = 1500 + } + + soldiers = { + culture = polish + religion = protestant + size = 100 + } + + farmers = { + culture = polish + religion = protestant + size = 2400 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 200 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 10000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10600 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 2500 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 3400 + } } #Suwalki (196000/49000 POPS) 707 = { - aristocrats = { - culture = polish - religion = catholic - size = 1150 - } - - clergymen = { - culture = polish - religion = catholic - size = 375 - } - - artisans = { - culture = polish - religion = catholic - size = 1900 - } - - soldiers = { - culture = polish - religion = catholic - size = 375 - } - - farmers = { - culture = polish - religion = catholic - size = 50625 - } - - serfs = { - culture = polish - religion = catholic - size = 5000 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 100 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 250 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 100 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 4625 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2900 - } + aristocrats = { + culture = polish + religion = catholic + size = 1150 + } + + clergymen = { + culture = polish + religion = catholic + size = 375 + } + + artisans = { + culture = polish + religion = catholic + size = 1900 + } + + soldiers = { + culture = polish + religion = catholic + size = 375 + } + + farmers = { + culture = polish + religion = catholic + size = 50625 + } + + serfs = { + culture = polish + religion = catholic + size = 5000 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 100 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 250 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 100 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 4625 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2900 + } } #Plock (396000/99000 POPS) 708 = { - aristocrats = { - culture = polish - religion = catholic - size = 2050 - } - - clergymen = { - culture = polish - religion = catholic - size = 875 - } - - artisans = { - culture = polish - religion = catholic - size = 4400 - } - - soldiers = { - culture = polish - religion = catholic - size = 900 - } - - farmers = { - culture = polish - religion = catholic - size = 40675 - } - - serfs = { - culture = polish - religion = catholic - size = 40000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4425 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 275 - } - - farmers = { - culture = north_german - religion = protestant - size = 2690 - } + aristocrats = { + culture = polish + religion = catholic + size = 2050 + } + + clergymen = { + culture = polish + religion = catholic + size = 875 + } + + artisans = { + culture = polish + religion = catholic + size = 4400 + } + + soldiers = { + culture = polish + religion = catholic + size = 900 + } + + farmers = { + culture = polish + religion = catholic + size = 40675 + } + + serfs = { + culture = polish + religion = catholic + size = 40000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4425 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 275 + } + + farmers = { + culture = north_german + religion = protestant + size = 2690 + } } #Lomza (200000/50000 POPS) 709 = { - aristocrats = { - culture = polish - religion = catholic - size = 1150 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 425 - } - - artisans = { - culture = polish - religion = catholic - size = 2150 - } - - farmers = { - culture = polish - religion = catholic - size = 50275 - } - - serfs = { - culture = polish - religion = catholic - size = 5000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2250 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5700 - } + aristocrats = { + culture = polish + religion = catholic + size = 1150 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 425 + } + + artisans = { + culture = polish + religion = catholic + size = 2150 + } + + farmers = { + culture = polish + religion = catholic + size = 50275 + } + + serfs = { + culture = polish + religion = catholic + size = 5000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2250 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5700 + } } #Skierniewicz (436000/109000 POPS) 710 = { - aristocrats = { - culture = polish - religion = catholic - size = 2500 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 925 - } - - artisans = { - culture = polish - religion = catholic - size = 4750 - } - - farmers = { - culture = polish - religion = catholic - size = 46825 - } - - serfs = { - culture = polish - religion = catholic - size = 40000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 5000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6900 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 250 - } - - farmers = { - culture = north_german - religion = protestant - size = 1725 - } + aristocrats = { + culture = polish + religion = catholic + size = 2500 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 925 + } + + artisans = { + culture = polish + religion = catholic + size = 4750 + } + + farmers = { + culture = polish + religion = catholic + size = 46825 + } + + serfs = { + culture = polish + religion = catholic + size = 40000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 5000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6900 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 250 + } + + farmers = { + culture = north_german + religion = protestant + size = 1725 + } } #Siedlice (472000/118000 POPS) 711 = { - aristocrats = { - culture = polish - religion = catholic - size = 2700 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = polish - religion = catholic - size = 1100 - } - - artisans = { - culture = polish - religion = catholic - size = 5250 - } - - farmers = { - culture = polish - religion = catholic - size = 46050 - } - - serfs = { - culture = polish - religion = catholic - size = 50000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4675 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8200 - } + aristocrats = { + culture = polish + religion = catholic + size = 2700 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = polish + religion = catholic + size = 1100 + } + + artisans = { + culture = polish + religion = catholic + size = 5250 + } + + farmers = { + culture = polish + religion = catholic + size = 46050 + } + + serfs = { + culture = polish + religion = catholic + size = 50000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4675 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8200 + } } #Podlachia Region (320000) #see Belarus.txt for balance of region #under the rule of Russia in 1836 #Bialystok (320000/80000 POPS) 719 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 325 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 250 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 100 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 19275 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1900 - } - - clergymen = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 1500 - } - - serfs = { - culture = polish - religion = catholic - size = 25500 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 100 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 100 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 750 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 12350 - } - - farmers = { - culture = polish - religion = orthodox - size = 4525 - } - - artisans = { - culture = polish - religion = orthodox - size = 250 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8575 - } - - farmers = { - culture = tatar - religion = sunni - size = 3400 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 325 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 250 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 100 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 19275 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1900 + } + + clergymen = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 1500 + } + + serfs = { + culture = polish + religion = catholic + size = 25500 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 100 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 100 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 750 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 12350 + } + + farmers = { + culture = polish + religion = orthodox + size = 4525 + } + + artisans = { + culture = polish + religion = orthodox + size = 250 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8575 + } + + farmers = { + culture = tatar + religion = sunni + size = 3400 + } } diff --git a/HPM/history/pops/1836.1.1/Polynesia.txt b/HPM/history/pops/1836.1.1/Polynesia.txt index 7c9c87e4..ce417da0 100644 --- a/HPM/history/pops/1836.1.1/Polynesia.txt +++ b/HPM/history/pops/1836.1.1/Polynesia.txt @@ -2,627 +2,627 @@ #ruled by Hawaii in 1836 #Hawaii (100000/25000 POPS) 658 = { - aristocrats = { - culture = polynesian - religion = protestant - size = 225 - } - - bureaucrats = { - culture = polynesian - religion = protestant - size = 75 - } - - officers = { - culture = polynesian - religion = protestant - size = 25 - } - - clergymen = { - culture = polynesian - religion = protestant - size = 200 - } - - artisans = { - culture = polynesian - religion = protestant - size = 525 - } - - soldiers = { - culture = polynesian - religion = protestant - size = 587 - } - - farmers = { - culture = polynesian - religion = protestant - size = 9412 - } - - clergymen = { - culture = polynesian - religion = catholic - size = 100 - } - - artisans = { - culture = polynesian - religion = catholic - size = 100 - } - - soldiers = { - culture = polynesian - religion = catholic - size = 100 - } - - farmers = { - culture = polynesian - religion = catholic - size = 1000 - } - - aristocrats = { - culture = polynesian - religion = animist - size = 225 - } - - artisans = { - culture = polynesian - religion = animist - size = 425 - } - - soldiers = { - culture = polynesian - religion = animist - size = 687 - } - - farmers = { - culture = polynesian - religion = animist - size = 11312 - } - - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } + aristocrats = { + culture = polynesian + religion = protestant + size = 225 + } + + bureaucrats = { + culture = polynesian + religion = protestant + size = 75 + } + + officers = { + culture = polynesian + religion = protestant + size = 25 + } + + clergymen = { + culture = polynesian + religion = protestant + size = 200 + } + + artisans = { + culture = polynesian + religion = protestant + size = 525 + } + + soldiers = { + culture = polynesian + religion = protestant + size = 587 + } + + farmers = { + culture = polynesian + religion = protestant + size = 9412 + } + + clergymen = { + culture = polynesian + religion = catholic + size = 100 + } + + artisans = { + culture = polynesian + religion = catholic + size = 100 + } + + soldiers = { + culture = polynesian + religion = catholic + size = 100 + } + + farmers = { + culture = polynesian + religion = catholic + size = 1000 + } + + aristocrats = { + culture = polynesian + religion = animist + size = 225 + } + + artisans = { + culture = polynesian + religion = animist + size = 425 + } + + soldiers = { + culture = polynesian + religion = animist + size = 687 + } + + farmers = { + culture = polynesian + religion = animist + size = 11312 + } + + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } } #uncolonized in 1836 #Midway + Wake (60/15 POPS) 2623 = { - farmers = { - culture = polynesian - religion = animist - size = 30 - } + farmers = { + culture = polynesian + religion = animist + size = 30 + } } #Central Polynesia Region (604) #uncolonized in 1836 #Palmyra Atoll (60/15 POPS) 2526 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 140 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 140 + } } #Western Polynesia Region (47000) #uncolonized in 1836/ruled by the King of Tonga #Tonga (13000/3250 POPS) 2540 = { - aristocrats = { - culture = polynesian - religion = animist - size = 50 - } - - clergymen = { - culture = polynesian - religion = animist - size = 75 - } - - artisans = { - culture = polynesian - religion = animist - size = 150 - } - - soldiers = { - culture = polynesian - religion = animist - size = 25 - } - - farmers = { - culture = polynesian - religion = animist - size = 2950 - } + aristocrats = { + culture = polynesian + religion = animist + size = 50 + } + + clergymen = { + culture = polynesian + religion = animist + size = 75 + } + + artisans = { + culture = polynesian + religion = animist + size = 150 + } + + soldiers = { + culture = polynesian + religion = animist + size = 25 + } + + farmers = { + culture = polynesian + religion = animist + size = 2950 + } } #uncolonized in 1836 #Ellice Islands (2000/500 POPS) 2541 = { - aristocrats = { - culture = polynesian - religion = animist - size = 8 - } - - clergymen = { - culture = polynesian - religion = animist - size = 12 - } - - artisans = { - culture = polynesian - religion = animist - size = 25 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 450 - } + aristocrats = { + culture = polynesian + religion = animist + size = 8 + } + + clergymen = { + culture = polynesian + religion = animist + size = 12 + } + + artisans = { + culture = polynesian + religion = animist + size = 25 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 450 + } } #Wallis & Futuna (3000/750 POPS) 2542 = { - aristocrats = { - culture = polynesian - religion = animist - size = 15 - } - - clergymen = { - culture = polynesian - religion = animist - size = 15 - } - - artisans = { - culture = polynesian - religion = animist - size = 35 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 675 - } + aristocrats = { + culture = polynesian + religion = animist + size = 15 + } + + clergymen = { + culture = polynesian + religion = animist + size = 15 + } + + artisans = { + culture = polynesian + religion = animist + size = 35 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 675 + } } #uncolonized in 1836/ruled by the king of Samoa #Upolu (25000/6250 POPS) 2543 = { - aristocrats = { - culture = polynesian - religion = animist - size = 100 - } - - clergymen = { - culture = polynesian - religion = animist - size = 50 - } - - artisans = { - culture = polynesian - religion = animist - size = 325 - } - - soldiers = { - culture = polynesian - religion = animist - size = 75 - } - - farmers = { - culture = polynesian - religion = animist - size = 5700 - } + aristocrats = { + culture = polynesian + religion = animist + size = 100 + } + + clergymen = { + culture = polynesian + religion = animist + size = 50 + } + + artisans = { + culture = polynesian + religion = animist + size = 325 + } + + soldiers = { + culture = polynesian + religion = animist + size = 75 + } + + farmers = { + culture = polynesian + religion = animist + size = 5700 + } } #Tutuila (4000/1000 POPS) 2544 = { - aristocrats = { - culture = polynesian - religion = animist - size = 10 - } - - clergymen = { - culture = polynesian - religion = animist - size = 25 - } - - artisans = { - culture = polynesian - religion = animist - size = 50 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 900 - } + aristocrats = { + culture = polynesian + religion = animist + size = 10 + } + + clergymen = { + culture = polynesian + religion = animist + size = 25 + } + + artisans = { + culture = polynesian + religion = animist + size = 50 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 900 + } } #Central Polynesia Region (9600) #uncolonized in 1836 #Rarotonga (6000/1500 POPS) 2545 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 35 - } - - artisans = { - culture = polynesian - religion = animist - size = 75 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1350 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 35 + } + + artisans = { + culture = polynesian + religion = animist + size = 75 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1350 + } } #Tongareva (1000/250 POPS) 2546 = { - aristocrats = { - culture = polynesian - religion = animist - size = 3 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 12 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 225 - } + aristocrats = { + culture = polynesian + religion = animist + size = 3 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 12 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 225 + } } #Tokelau (600/150 POPS) 2547 = { - aristocrats = { - culture = polynesian - religion = animist - size = 3 - } - - clergymen = { - culture = polynesian - religion = animist - size = 3 - } - - artisans = { - culture = polynesian - religion = animist - size = 5 - } - - soldiers = { - culture = polynesian - religion = animist - size = 2 - } - - farmers = { - culture = polynesian - religion = animist - size = 137 - } + aristocrats = { + culture = polynesian + religion = animist + size = 3 + } + + clergymen = { + culture = polynesian + religion = animist + size = 3 + } + + artisans = { + culture = polynesian + religion = animist + size = 5 + } + + soldiers = { + culture = polynesian + religion = animist + size = 2 + } + + farmers = { + culture = polynesian + religion = animist + size = 137 + } } #Niue (2000/500 POPS) 2548 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 10 - } - - artisans = { - culture = polynesian - religion = animist - size = 25 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 455 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 10 + } + + artisans = { + culture = polynesian + religion = animist + size = 25 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 455 + } } #Eastern Polynesia Region (39160) #uncolonized in 1836 #Tahiti (18000/4500 POPS) 801 = { - aristocrats = { - culture = polynesian - religion = animist - size = 75 - } - - clergymen = { - culture = polynesian - religion = animist - size = 50 - } - - artisans = { - culture = polynesian - religion = animist - size = 225 - } - - soldiers = { - culture = polynesian - religion = animist - size = 50 - } - - farmers = { - culture = polynesian - religion = animist - size = 4100 - } + aristocrats = { + culture = polynesian + religion = animist + size = 75 + } + + clergymen = { + culture = polynesian + religion = animist + size = 50 + } + + artisans = { + culture = polynesian + religion = animist + size = 225 + } + + soldiers = { + culture = polynesian + religion = animist + size = 50 + } + + farmers = { + culture = polynesian + religion = animist + size = 4100 + } } #Marquesas (5000/1250 POPS) 2551 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 25 - } - - artisans = { - culture = polynesian - religion = animist - size = 60 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1125 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 25 + } + + artisans = { + culture = polynesian + religion = animist + size = 60 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1125 + } } #Tuamotu Islands (6000/1500 POPS) 2553 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 35 - } - - artisans = { - culture = polynesian - religion = animist - size = 75 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1350 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 35 + } + + artisans = { + culture = polynesian + religion = animist + size = 75 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1350 + } } #Pitcairn Islands (160/40 POPS) #british trade post - proclaimed colony 1838 2552 = { - aristocrats = { - culture = british - religion = protestant - size = 2 - } - - clergymen = { - culture = british - religion = protestant - size = 2 - } - - artisans = { - culture = british - religion = protestant - size = 2 - } - - soldiers = { - culture = british - religion = protestant - size = 2 - } - - farmers = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = polynesian - religion = protestant - size = 10 - } + aristocrats = { + culture = british + religion = protestant + size = 2 + } + + clergymen = { + culture = british + religion = protestant + size = 2 + } + + artisans = { + culture = british + religion = protestant + size = 2 + } + + soldiers = { + culture = british + religion = protestant + size = 2 + } + + farmers = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = polynesian + religion = protestant + size = 10 + } } #Easter Island Region (3000) #uncolonized in 1836 #chilean trade post #Easter Island (3000/750 POPS) 2336 = { - aristocrats = { - culture = polynesian - religion = animist - size = 15 - } - - clergymen = { - culture = polynesian - religion = animist - size = 15 - } - - artisans = { - culture = polynesian - religion = animist - size = 35 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 675 - } + aristocrats = { + culture = polynesian + religion = animist + size = 15 + } + + clergymen = { + culture = polynesian + religion = animist + size = 15 + } + + artisans = { + culture = polynesian + religion = animist + size = 35 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 675 + } } @@ -630,166 +630,166 @@ #uncolonized in 1836 #Kiritimati 3249 = { - aristocrats = { - culture = polynesian - religion = animist - size = 1 - } - - clergymen = { - culture = polynesian - religion = animist - size = 1 - } - - artisans = { - culture = polynesian - religion = animist - size = 1 - } - - soldiers = { - culture = polynesian - religion = animist - size = 2 - } - - farmers = { - culture = polynesian - religion = animist - size = 30 - } + aristocrats = { + culture = polynesian + religion = animist + size = 1 + } + + clergymen = { + culture = polynesian + religion = animist + size = 1 + } + + artisans = { + culture = polynesian + religion = animist + size = 1 + } + + soldiers = { + culture = polynesian + religion = animist + size = 2 + } + + farmers = { + culture = polynesian + religion = animist + size = 30 + } } #Vahitahi 3319 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 20 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 20 + } } #Vairaatea 3320 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 20 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 20 + } } #Nukutavake 3321 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 20 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 20 + } } #Pinaki 3322 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 20 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 20 + } } diff --git a/HPM/history/pops/1836.1.1/Portugal.txt b/HPM/history/pops/1836.1.1/Portugal.txt index 613ca23b..e2fc068c 100644 --- a/HPM/history/pops/1836.1.1/Portugal.txt +++ b/HPM/history/pops/1836.1.1/Portugal.txt @@ -1,446 +1,446 @@ #Duoro e Minho Region (1660000) #Oporto (768000/192000 POPS) 518 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1500 - } - - officers = { - culture = portuguese - religion = catholic - size = 500 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 800 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 10000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 2500 - } - - farmers = { - culture = portuguese - religion = catholic - size = 150200 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1500 + } + + officers = { + culture = portuguese + religion = catholic + size = 500 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 800 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 10000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 2500 + } + + farmers = { + culture = portuguese + religion = catholic + size = 150200 + } } #Vila Real (324000/81000) POPS 519 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1850 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 625 - } - - artisans = { - culture = portuguese - religion = catholic - size = 3250 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 69275 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1850 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 625 + } + + artisans = { + culture = portuguese + religion = catholic + size = 3250 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 69275 + } } #Covilha (568000/142000 POPS) 520 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1250 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1500 - } - - artisans = { - culture = portuguese - religion = catholic - size = 7250 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1500 - } - - farmers = { - culture = portuguese - religion = catholic - size = 86500 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1250 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1500 + } + + artisans = { + culture = portuguese + religion = catholic + size = 7250 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1500 + } + + farmers = { + culture = portuguese + religion = catholic + size = 86500 + } } #Beira-Estremadura Region (1060000) #Lisbon (348000/87000 POPS) 521 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1100 - } - - officers = { - culture = portuguese - religion = catholic - size = 350 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 650 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 8500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 3000 - } - - farmers = { - culture = portuguese - religion = catholic - size = 68500 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1100 + } + + officers = { + culture = portuguese + religion = catholic + size = 350 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 650 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 8500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 3000 + } + + farmers = { + culture = portuguese + religion = catholic + size = 68500 + } } #Coimbra (460000/115000 POPS) 522 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1200 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1200 - } - - artisans = { - culture = portuguese - religion = catholic - size = 10000 - } - - artisans = { - culture = portuguese - religion = catholic - size = 800 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 2000 - } - - farmers = { - culture = portuguese - religion = catholic - size = 99800 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1200 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1200 + } + + artisans = { + culture = portuguese + religion = catholic + size = 10000 + } + + artisans = { + culture = portuguese + religion = catholic + size = 800 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 2000 + } + + farmers = { + culture = portuguese + religion = catholic + size = 99800 + } } #Abrantes (140000/35000 POPS) 523 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 450 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 350 - } - - artisans = { - culture = portuguese - religion = catholic - size = 2250 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 400 - } - - farmers = { - culture = portuguese - religion = catholic - size = 41550 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 450 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 350 + } + + artisans = { + culture = portuguese + religion = catholic + size = 2250 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 400 + } + + farmers = { + culture = portuguese + religion = catholic + size = 41550 + } } #Setubal (112000/28000 POPS) 524 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 400 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 300 - } - - artisans = { - culture = portuguese - religion = catholic - size = 3000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1500 - } - - farmers = { - culture = portuguese - religion = catholic - size = 42800 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 400 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 300 + } + + artisans = { + culture = portuguese + religion = catholic + size = 3000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1500 + } + + farmers = { + culture = portuguese + religion = catholic + size = 42800 + } } #Alentejo-Algarve Region (372000) #Evora (156000/39000 POPS) 525 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 850 - } - - officers = { - culture = portuguese - religion = catholic - size = 100 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 150 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 425 - } - - artisans = { - culture = portuguese - religion = catholic - size = 2250 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 44250 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 850 + } + + officers = { + culture = portuguese + religion = catholic + size = 100 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 150 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 425 + } + + artisans = { + culture = portuguese + religion = catholic + size = 2250 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 44250 + } } #Beja (96000/24000 POPS) 526 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 500 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 250 - } - - artisans = { - culture = portuguese - religion = catholic - size = 1250 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 250 - } - - farmers = { - culture = portuguese - religion = catholic - size = 42250 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 500 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 250 + } + + artisans = { + culture = portuguese + religion = catholic + size = 1250 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 250 + } + + farmers = { + culture = portuguese + religion = catholic + size = 42250 + } } #Faro (120000/30000 POPS) 527 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 550 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 325 - } - - artisans = { - culture = portuguese - religion = catholic - size = 1750 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 350 - } - - farmers = { - culture = portuguese - religion = catholic - size = 41025 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 550 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 325 + } + + artisans = { + culture = portuguese + religion = catholic + size = 1750 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 350 + } + + farmers = { + culture = portuguese + religion = catholic + size = 41025 + } } #Azores & Madeira Region (308000) #Azores (204000/51000 POPS) 2134 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 500 - } - - officers = { - culture = portuguese - religion = catholic - size = 50 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 375 - } - - artisans = { - culture = portuguese - religion = catholic - size = 3000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 45975 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 500 + } + + officers = { + culture = portuguese + religion = catholic + size = 50 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 375 + } + + artisans = { + culture = portuguese + religion = catholic + size = 3000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 45975 + } } #Madeira (104000/26000 POPS) 2135 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 250 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 175 - } - - artisans = { - culture = portuguese - religion = catholic - size = 1500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 250 - } - - farmers = { - culture = portuguese - religion = catholic - size = 23825 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 250 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 175 + } + + artisans = { + culture = portuguese + religion = catholic + size = 1500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 250 + } + + farmers = { + culture = portuguese + religion = catholic + size = 23825 + } } diff --git a/HPM/history/pops/1836.1.1/Puerto Rico.txt b/HPM/history/pops/1836.1.1/Puerto Rico.txt index ef7c8235..de52eb00 100644 --- a/HPM/history/pops/1836.1.1/Puerto Rico.txt +++ b/HPM/history/pops/1836.1.1/Puerto Rico.txt @@ -1,95 +1,95 @@ -#Puerto Rico (356000) -#Ruled by Spain 1836 +#Puerto Rico (356000) +#Ruled by Spain 1836 #Puerto Rico (356000/89000 POPS) 2222 = { - aristocrats = { - culture = spanish - religion = catholic - size = 250 - } + aristocrats = { + culture = spanish + religion = catholic + size = 250 + } - bureaucrats = { - culture = spanish - religion = catholic - size = 75 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 75 + } - clergymen = { - culture = spanish - religion = catholic - size = 300 - } + clergymen = { + culture = spanish + religion = catholic + size = 300 + } - artisans = { - culture = spanish - religion = catholic - size = 800 - } + artisans = { + culture = spanish + religion = catholic + size = 800 + } - soldiers = { - culture = spanish - religion = catholic - size = 50 - } + soldiers = { + culture = spanish + religion = catholic + size = 50 + } - aristocrats = { - culture = caribeno - religion = catholic - size = 1535 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 1535 + } - bureaucrats = { - culture = caribeno - religion = catholic - size = 25 - } + bureaucrats = { + culture = caribeno + religion = catholic + size = 25 + } - clergymen = { - culture = caribeno - religion = catholic - size = 200 - } + clergymen = { + culture = caribeno + religion = catholic + size = 200 + } - artisans = { - culture = caribeno - religion = catholic - size = 3000 - } + artisans = { + culture = caribeno + religion = catholic + size = 3000 + } - soldiers = { - culture = caribeno - religion = catholic - size = 450 - } + soldiers = { + culture = caribeno + religion = catholic + size = 450 + } - farmers = { - culture = caribeno - religion = catholic - size = 40850 - } + farmers = { + culture = caribeno + religion = catholic + size = 40850 + } - artisans = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + artisans = { + culture = afro_caribeno + religion = catholic + size = 1100 + } - soldiers = { - culture = afro_caribeno - religion = catholic - size = 400 - } + soldiers = { + culture = afro_caribeno + religion = catholic + size = 400 + } - farmers = { - culture = afro_caribeno - religion = catholic - size = 30600 - } + farmers = { + culture = afro_caribeno + religion = catholic + size = 30600 + } - slaves = { - culture = afro_caribeno - religion = catholic - size = 10000 - } + slaves = { + culture = afro_caribeno + religion = catholic + size = 10000 + } } diff --git a/HPM/history/pops/1836.1.1/Reunion.txt b/HPM/history/pops/1836.1.1/Reunion.txt index b38f0f22..48b14f32 100644 --- a/HPM/history/pops/1836.1.1/Reunion.txt +++ b/HPM/history/pops/1836.1.1/Reunion.txt @@ -2,70 +2,70 @@ #Ruled by France 1836 #Reunion (98000/24500 POPS) 2126 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } - bureaucrats = { - culture = french - religion = catholic - size = 50 - } + bureaucrats = { + culture = french + religion = catholic + size = 50 + } - clergymen = { - culture = french - religion = catholic - size = 75 - } + clergymen = { + culture = french + religion = catholic + size = 75 + } - artisans = { - culture = french - religion = catholic - size = 500 - } + artisans = { + culture = french + religion = catholic + size = 500 + } - soldiers = { - culture = french - religion = catholic - size = 300 - } + soldiers = { + culture = french + religion = catholic + size = 300 + } - farmers = { - culture = french - religion = catholic - size = 5825 - } + farmers = { + culture = french + religion = catholic + size = 5825 + } - clergymen = { - culture = kreol #afro_antillean - religion = catholic - size = 125 - } + clergymen = { + culture = kreol #afro_antillean + religion = catholic + size = 125 + } - artisans = { - culture = kreol #afro_antillean - religion = catholic - size = 850 - } + artisans = { + culture = kreol #afro_antillean + religion = catholic + size = 850 + } - soldiers = { - culture = kreol #afro_antillean - religion = catholic - size = 200 - } + soldiers = { + culture = kreol #afro_antillean + religion = catholic + size = 200 + } - farmers = { - culture = kreol #afro_antillean - religion = catholic - size = 1825 - } + farmers = { + culture = kreol #afro_antillean + religion = catholic + size = 1825 + } - slaves = { - culture = kreol #afro_antillean - religion = catholic - size = 14000 - } + slaves = { + culture = kreol #afro_antillean + religion = catholic + size = 14000 + } } diff --git a/HPM/history/pops/1836.1.1/Romania.txt b/HPM/history/pops/1836.1.1/Romania.txt index ecc98b38..e053ae6b 100644 --- a/HPM/history/pops/1836.1.1/Romania.txt +++ b/HPM/history/pops/1836.1.1/Romania.txt @@ -1,2754 +1,2754 @@ -#Partium Region (1288000) #See Hungary.txt for balance of region -#under the rule of Austria in 1836 +#Partium Region (1288000) #See Hungary.txt for balance of region +#under the rule of Austria in 1836 #Oradea (844000/211000 POPS) #part of Romania today 647 = { - clergymen = { - culture = romanian - religion = orthodox - size = 1250 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 750 - } - - artisans = { - culture = romanian - religion = orthodox - size = 6500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1350 - } - - farmers = { - culture = romanian - religion = orthodox - size = 76900 - } - - serfs = { - culture = romanian - religion = orthodox - size = 40000 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 10000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 2500 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 1050 - } - - officers = { - culture = hungarian - religion = catholic - size = 300 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 300 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1400 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 300 - } - - farmers = { - culture = hungarian - religion = catholic - size = 22250 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 2000 - } - - officers = { - culture = hungarian - religion = protestant - size = 350 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 375 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2100 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 400 - } - - farmers = { - culture = hungarian - religion = protestant - size = 33775 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 825 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 450 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 5425 - } + clergymen = { + culture = romanian + religion = orthodox + size = 1250 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 750 + } + + artisans = { + culture = romanian + religion = orthodox + size = 6500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1350 + } + + farmers = { + culture = romanian + religion = orthodox + size = 71900 + } + + serfs = { + culture = romanian + religion = orthodox + size = 23000 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 10000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 2500 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 1050 + } + + officers = { + culture = hungarian + religion = catholic + size = 300 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 300 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1400 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 300 + } + + farmers = { + culture = hungarian + religion = catholic + size = 22250 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 2000 + } + + officers = { + culture = hungarian + religion = protestant + size = 350 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 375 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2100 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 400 + } + + farmers = { + culture = hungarian + religion = protestant + size = 33775 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 825 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 450 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 5425 + } } -#Szatmare (444000/111000 POPS) #part of Romania today +#Szatmare (444000/111000 POPS) #part of Romania today 651 = { - clergymen = { - culture = romanian - religion = orthodox - size = 500 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 550 - } - - serfs = { - culture = romanian - religion = orthodox - size = 47450 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1250 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 175 - } - - artisans = { - culture = hungarian - religion = catholic - size = 900 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 200 - } - - farmers = { - culture = hungarian - religion = catholic - size = 15475 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 1500 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 225 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1300 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 250 - } - - farmers = { - culture = hungarian - religion = protestant - size = 21725 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 450 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 6425 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4150 - } + clergymen = { + culture = romanian + religion = orthodox + size = 500 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 550 + } + + serfs = { + culture = romanian + religion = orthodox + size = 47450 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1250 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 175 + } + + artisans = { + culture = hungarian + religion = catholic + size = 900 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 200 + } + + farmers = { + culture = hungarian + religion = catholic + size = 15475 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 1500 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 225 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1300 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 250 + } + + farmers = { + culture = hungarian + religion = protestant + size = 21725 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 450 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 6425 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4150 + } } -#Banat-Bacska Region (1240000) #See Serbia.txt and Croatia.txt for balance of region -#under the rule of Austria in 1836 +#Banat-Bacska Region (1240000) #See Serbia.txt and Croatia.txt for balance of region +#under the rule of Austria in 1836 #Temesvar (940000/235000 POPS) #part of Romania today 652 = { - clergymen = { - culture = romanian - religion = orthodox - size = 275 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1400 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 300 - } - - serfs = { - culture = romanian - religion = orthodox - size = 26025 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 7000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 100 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 400 - } - - officers = { - culture = hungarian - religion = catholic - size = 225 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 150 - } - - artisans = { - culture = hungarian - religion = catholic - size = 700 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 150 - } - - serfs = { - culture = hungarian - religion = catholic - size = 10500 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 150 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 225 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1200 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 150 - } - - farmers = { - culture = hungarian - religion = protestant - size = 21275 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 350 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 475 - } - - officers = { - culture = south_german - religion = catholic - size = 350 - } - - clergymen = { - culture = south_german - religion = catholic - size = 800 - } - - artisans = { - culture = south_german - religion = catholic - size = 4500 - } - - soldiers = { - culture = south_german - religion = catholic - size = 850 - } - - farmers = { - culture = south_german - religion = catholic - size = 75025 - } - - clergymen = { - culture = croat - religion = catholic - size = 150 - } - - artisans = { - culture = croat - religion = catholic - size = 850 - } - - soldiers = { - culture = croat - religion = catholic - size = 200 - } - - farmers = { - culture = croat - religion = catholic - size = 18800 - } - - clergymen = { - culture = serb - religion = orthodox - size = 550 - } - - artisans = { - culture = serb - religion = orthodox - size = 3000 - } - - soldiers = { - culture = serb - religion = orthodox - size = 750 - } - - farmers = { - culture = serb - religion = orthodox - size = 56700 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 700 - } - ######## + clergymen = { + culture = romanian + religion = orthodox + size = 275 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1400 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 300 + } + + serfs = { + culture = romanian + religion = orthodox + size = 26025 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 7000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 100 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 400 + } + + officers = { + culture = hungarian + religion = catholic + size = 225 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 150 + } + + artisans = { + culture = hungarian + religion = catholic + size = 700 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 150 + } + + serfs = { + culture = hungarian + religion = catholic + size = 10500 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 150 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 225 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1200 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 150 + } + + farmers = { + culture = hungarian + religion = protestant + size = 21275 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 350 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 475 + } + + officers = { + culture = south_german + religion = catholic + size = 350 + } + + clergymen = { + culture = south_german + religion = catholic + size = 800 + } + + artisans = { + culture = south_german + religion = catholic + size = 4500 + } + + soldiers = { + culture = south_german + religion = catholic + size = 850 + } + + farmers = { + culture = south_german + religion = catholic + size = 75025 + } + + clergymen = { + culture = croat + religion = catholic + size = 150 + } + + artisans = { + culture = croat + religion = catholic + size = 850 + } + + soldiers = { + culture = croat + religion = catholic + size = 200 + } + + farmers = { + culture = croat + religion = catholic + size = 18800 + } + + clergymen = { + culture = serb + religion = orthodox + size = 550 + } + + artisans = { + culture = serb + religion = orthodox + size = 3000 + } + + soldiers = { + culture = serb + religion = orthodox + size = 750 + } + + farmers = { + culture = serb + religion = orthodox + size = 56700 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 700 + } + ######## } #Orsova (376000/94000 POPS) #part of Romania today 653 = { - clergymen = { - culture = romanian - religion = orthodox - size = 600 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 600 - } - - farmers = { - culture = romanian - religion = orthodox - size = 42600 - } - - serfs = { - culture = romanian - religion = orthodox - size = 20000 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 1000 - } - - clergymen = { - culture = serb - religion = orthodox - size = 150 - } - - artisans = { - culture = serb - religion = orthodox - size = 750 - } - - soldiers = { - culture = serb - religion = orthodox - size = 200 - } - - farmers = { - culture = serb - religion = orthodox - size = 16150 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 800 - } - - soldiers = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 12900 - } + clergymen = { + culture = romanian + religion = orthodox + size = 600 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 600 + } + + farmers = { + culture = romanian + religion = orthodox + size = 42600 + } + + serfs = { + culture = romanian + religion = orthodox + size = 20000 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 1000 + } + + clergymen = { + culture = serb + religion = orthodox + size = 150 + } + + artisans = { + culture = serb + religion = orthodox + size = 750 + } + + soldiers = { + culture = serb + religion = orthodox + size = 200 + } + + farmers = { + culture = serb + religion = orthodox + size = 16150 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 800 + } + + soldiers = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 12900 + } } -#Transylvania Region (2060000) -#under the rule of Austria in 1836 -#Cluj (156000/44000 POPS) +#Transylvania Region (2060000) +#under the rule of Austria in 1836 +#Cluj (156000/44000 POPS) 654 = { - clergymen = { - culture = romanian - religion = orthodox - size = 225 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 450 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1200 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 250 - } - - serfs = { - culture = romanian - religion = orthodox - size = 20325 - } - - serfs = { - culture = romanian - religion = catholic - size = 2000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 250 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 375 - } - - officers = { - culture = hungarian - religion = catholic - size = 250 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 650 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2375 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 500 - } - - bureaucrats = { - culture = hungarian - religion = protestant - size = 275 - } - - officers = { - culture = hungarian - religion = protestant - size = 250 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1500 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 6300 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 250 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 850 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 3320 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 225 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 450 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1200 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 250 + } + + serfs = { + culture = romanian + religion = orthodox + size = 20325 + } + + serfs = { + culture = romanian + religion = catholic + size = 2000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 250 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 375 + } + + officers = { + culture = hungarian + religion = catholic + size = 250 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 650 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2375 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 500 + } + + bureaucrats = { + culture = hungarian + religion = protestant + size = 275 + } + + officers = { + culture = hungarian + religion = protestant + size = 250 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1500 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 6300 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 250 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 850 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 3320 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Gyulafehervar/Alba Iulia (316000/79000 POPS) +#Gyulafehervar/Alba Iulia (316000/79000 POPS) 655 = { - clergymen = { - culture = romanian - religion = orthodox - size = 525 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2800 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 550 - } - - farmers = { - culture = romanian - religion = orthodox - size = 25125 - } - - farmers = { - culture = romanian - religion = catholic - size = 5000 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 2000 - } - - serfs = { - culture = romanian - religion = orthodox - size = 20000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 600 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 200 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 3100 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 850 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 500 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 8475 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 6175 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 525 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2800 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 550 + } + + farmers = { + culture = romanian + religion = orthodox + size = 25125 + } + + farmers = { + culture = romanian + religion = catholic + size = 5000 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 2000 + } + + serfs = { + culture = romanian + religion = orthodox + size = 20000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 600 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 200 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 3100 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 850 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 500 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 8475 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 6175 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Deva (252000/63000 POPS) +#Deva (252000/63000 POPS) 656 = { - clergymen = { - culture = romanian - religion = orthodox - size = 425 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 500 - } - - farmers = { - culture = romanian - religion = orthodox - size = 44575 - } - - serfs = { - culture = romanian - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 550 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 150 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2175 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 700 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 300 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 4900 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 1850 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 425 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 500 + } + + farmers = { + culture = romanian + religion = orthodox + size = 44575 + } + + serfs = { + culture = romanian + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 550 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 150 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2175 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 700 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 300 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 4900 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 1850 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Nagyszeben/Sibiu (276000/69000 POPS) +#Nagyszeben/Sibiu (276000/69000 POPS) 657 = { - clergymen = { - culture = romanian - religion = orthodox - size = 350 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 750 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1800 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 350 - } - - farmers = { - culture = romanian - religion = orthodox - size = 31500 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 2000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 200 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 125 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2100 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 350 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 250 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 3775 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 950 - } - - clergymen = { - culture = north_german - religion = protestant - size = 225 - } - - artisans = { - culture = north_german - religion = protestant - size = 1250 - } - - soldiers = { - culture = north_german - religion = protestant - size = 250 - } - - farmers = { - culture = north_german - religion = protestant - size = 21325 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 700 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1075 - } + clergymen = { + culture = romanian + religion = orthodox + size = 350 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 750 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1800 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 350 + } + + farmers = { + culture = romanian + religion = orthodox + size = 31500 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 2000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 200 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 125 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2100 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 350 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 250 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 3775 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 950 + } + + clergymen = { + culture = north_german + religion = protestant + size = 225 + } + + artisans = { + culture = north_german + religion = protestant + size = 1250 + } + + soldiers = { + culture = north_german + religion = protestant + size = 250 + } + + farmers = { + culture = north_german + religion = protestant + size = 21325 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 700 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1075 + } } -#Brasso/Brasov (168000/42000 POPS) +#Brasso/Brasov (168000/42000 POPS) 659 = { - clergymen = { - culture = romanian - religion = orthodox - size = 225 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1250 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 250 - } - - serfs = { - culture = romanian - religion = orthodox - size = 22275 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 1000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 200 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 400 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 1325 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 250 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 800 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 2825 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 2400 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 6075 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 225 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1250 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 250 + } + + serfs = { + culture = romanian + religion = orthodox + size = 22275 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 1000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 200 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 400 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 1325 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 250 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 800 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 2825 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 2400 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 6075 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Udvarhely (228000/57000 POPS) +#Udvarhely (228000/57000 POPS) 660 = { - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 400 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - serfs = { - culture = romanian - religion = orthodox - size = 7450 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 1500 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 300 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 150 - } - - artisans = { - culture = hungarian - religion = catholic - size = 750 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 150 - } - - farmers = { - culture = hungarian - religion = catholic - size = 12150 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 600 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 300 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1550 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 300 - } - - farmers = { - culture = hungarian - religion = protestant - size = 28250 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 150 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 1775 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 400 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + serfs = { + culture = romanian + religion = orthodox + size = 7450 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 1500 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 300 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 150 + } + + artisans = { + culture = hungarian + religion = catholic + size = 750 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 150 + } + + farmers = { + culture = hungarian + religion = catholic + size = 12150 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 600 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 300 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1550 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 300 + } + + farmers = { + culture = hungarian + religion = protestant + size = 28250 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 150 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 1775 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Beszterce (300000/75000 POPS) +#Beszterce (300000/75000 POPS) 661 = { - clergymen = { - culture = romanian - religion = orthodox - size = 500 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 500 - } - - farmers = { - culture = romanian - religion = orthodox - size = 29500 - } - - serfs = { - culture = romanian - religion = orthodox - size = 20000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 350 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 200 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 3350 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 600 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 400 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 6850 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 400 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 425 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 7025 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 500 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 500 + } + + farmers = { + culture = romanian + religion = orthodox + size = 29500 + } + + serfs = { + culture = romanian + religion = orthodox + size = 10000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 350 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 200 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 3350 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 600 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 400 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 6850 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 400 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 425 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 7025 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Targu Mures (344000/86000 POPS) +#Targu Mures (344000/86000 POPS) 2533 = { - clergymen = { - culture = romanian - religion = orthodox - size = 250 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1300 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 300 - } - - serfs = { - culture = romanian - religion = orthodox - size = 24150 - } - - farmers = { - culture = gypsy - religion = orthodox - size = 2000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 700 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 150 - } - - artisans = { - culture = hungarian - religion = catholic - size = 800 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 175 - } - - farmers = { - culture = hungarian - religion = catholic - size = 14175 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 900 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 300 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1600 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 325 - } - - farmers = { - culture = hungarian - religion = protestant - size = 28875 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 200 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 350 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 5350 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1175 - } + clergymen = { + culture = romanian + religion = orthodox + size = 250 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1300 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 300 + } + + serfs = { + culture = romanian + religion = orthodox + size = 24150 + } + + farmers = { + culture = gypsy + religion = orthodox + size = 2000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 700 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 150 + } + + artisans = { + culture = hungarian + religion = catholic + size = 800 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 175 + } + + farmers = { + culture = hungarian + religion = catholic + size = 14175 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 900 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 300 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1600 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 325 + } + + farmers = { + culture = hungarian + religion = protestant + size = 28875 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 200 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 350 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 5350 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1175 + } } -#Bukovina Region (204000) #See Ukraine.txt for balance of region -#under the rule of Austria in 1836 -#Suceava (204000/51000 POPS) +#Bukovina Region (204000) #See Ukraine.txt for balance of region +#under the rule of Austria in 1836 +#Suceava (204000/51000 POPS) 663 = { - clergymen = { - culture = romanian - religion = orthodox - size = 250 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1250 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 250 - } - - farmers = { - culture = romanian - religion = orthodox - size = 22250 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 125 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 700 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 150 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 9025 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 600 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 175 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 2100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 600 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 4300 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1125 - } + clergymen = { + culture = romanian + religion = orthodox + size = 250 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1250 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 250 + } + + farmers = { + culture = romanian + religion = orthodox + size = 52250 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 125 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 700 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 150 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 6025 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 600 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 175 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 2100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 600 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 4300 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1125 + } } -#Wallachia Region (1228000) -#under the rule of Wallachia in 1836 -#Bucharest (260000/65000 POPS) +#Wallachia Region (1228000) +#under the rule of Wallachia in 1836 +#Bucharest (260000/65000 POPS) 664 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 4100 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 350 - } - - officers = { - culture = romanian - religion = orthodox - size = 300 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 600 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 81650 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 6967 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - officers = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1000 - } - ######## + aristocrats = { + culture = romanian + religion = orthodox + size = 4100 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 350 + } + + officers = { + culture = romanian + religion = orthodox + size = 300 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 600 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 81650 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 6967 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + officers = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1000 + } + ######## } -#Tirgu Jiu (172000/43000 POPS) +#Tirgu Jiu (172000/43000 POPS) 665 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 750 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 400 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1950 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 58500 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 2000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 750 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 400 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1950 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 58500 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 2000 + } } -#Craiova (196000/49000 POPS) +#Craiova (196000/49000 POPS) 666 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 900 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 450 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2250 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 55950 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 5000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 900 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 450 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2250 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 55950 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 5000 + } } -#Tirgoviste (188000/47000 POPS) +#Tirgoviste (188000/47000 POPS) 667 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 750 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 425 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2150 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 52025 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 4000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 750 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 425 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2150 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 52025 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 4000 + } } -#Braila (272000/68000 POPS) +#Braila (272000/68000 POPS) 668 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1200 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 625 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3100 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 62075 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 6000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1200 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 625 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3100 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 62075 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 6000 + } } -#Calarasi (140000/35000 POPS) +#Calarasi (140000/35000 POPS) 669 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 650 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 325 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1600 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 50425 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 3000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 650 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 325 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1600 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 50425 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 3000 + } } -#Moldavia Region (1356000) -#under the rule of Moldavia in 1836 -#Iasi (468000/117000 POPS) +#Moldavia Region (1356000) +#under the rule of Moldavia in 1836 +#Iasi (468000/117000 POPS) 670 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 2250 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 575 - } - - officers = { - culture = romanian - religion = orthodox - size = 350 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 1175 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000 - } - - artisans = { - culture = romanian - religion = orthodox - size = 5000 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 3000 - } - - farmers = { - culture = romanian - religion = orthodox - size = 98625 - } - - slaves = { - culture = tatar - religion = sunni - size = 8000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 600 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1000 - } - ######## - - slaves = { - culture = gypsy - religion = orthodox - size = 14750 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 2250 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 575 + } + + officers = { + culture = romanian + religion = orthodox + size = 350 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 1175 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000 + } + + artisans = { + culture = romanian + religion = orthodox + size = 5000 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 3000 + } + + farmers = { + culture = romanian + religion = orthodox + size = 98625 + } + + slaves = { + culture = tatar + religion = sunni + size = 8000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 600 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1000 + } + ######## + + slaves = { + culture = gypsy + religion = orthodox + size = 14750 + } } -#Botosani (176000/44000 POPS) +#Botosani (176000/44000 POPS) 671 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 850 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 450 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2200 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 450 - } - - farmers = { - culture = romanian - religion = orthodox - size = 52050 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 4000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 850 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 450 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2200 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 450 + } + + farmers = { + culture = romanian + religion = orthodox + size = 52050 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 4000 + } } -#Bacau (440000/110000 POPS) +#Bacau (440000/110000 POPS) 672 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 1050 - } - - artisans = { - culture = romanian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 2000 - } - - farmers = { - culture = romanian - religion = orthodox - size = 91450 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 10000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 1050 + } + + artisans = { + culture = romanian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 2000 + } + + farmers = { + culture = romanian + religion = orthodox + size = 91450 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 10000 + } } -#Galati (272000/68000 POPS) +#Galati (272000/68000 POPS) 673 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1300 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 675 - } - - artisans = { - culture = romanian - religion = orthodox - size = 5500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 1100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 59525 - } - - slaves = { - culture = gypsy - religion = orthodox - size = 6000 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1300 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 675 + } + + artisans = { + culture = romanian + religion = orthodox + size = 5500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 1100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 59525 + } + + slaves = { + culture = gypsy + religion = orthodox + size = 6000 + } } -#Dobruja Region (168000) #see Bulgaria.txt for balance of Region -#under the rule of the Ottoman Empire in 1836 -#Constanta (128000/32000 POPS) +#Dobruja Region (168000) #see Bulgaria.txt for balance of Region +#under the rule of the Ottoman Empire in 1836 +#Constanta (128000/32000 POPS) 674 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 100 - } - - officers = { - culture = romanian - religion = orthodox - size = 100 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 550 - } - - farmers = { - culture = romanian - religion = orthodox - size = 18150 - } - - farmers = { - culture = tatar - religion = sunni - size = 6000 - } - - slaves = { - culture = tatar - religion = orthodox - size = 2000 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 100 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 550 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 12050 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 100 - } - - officers = { - culture = greek - religion = orthodox - size = 100 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 200 - } - - farmers = { - culture = greek - religion = orthodox - size = 400 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 75 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 4165 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 100 + } + + officers = { + culture = romanian + religion = orthodox + size = 100 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 550 + } + + farmers = { + culture = romanian + religion = orthodox + size = 18150 + } + + farmers = { + culture = tatar + religion = sunni + size = 6000 + } + + slaves = { + culture = tatar + religion = orthodox + size = 2000 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 100 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 550 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 12050 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 100 + } + + officers = { + culture = greek + religion = orthodox + size = 100 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 200 + } + + farmers = { + culture = greek + religion = orthodox + size = 400 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 75 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 4165 + } } -#Tulcea (40000/10000 POPS) +#Tulcea (40000/10000 POPS) 675 = { - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 250 - } - - farmers = { - culture = romanian - religion = orthodox - size = 3600 - } - - slaves = { - culture = tatar - religion = orthodox - size = 1100 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 600 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 150 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 2825 - } + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 250 + } + + farmers = { + culture = romanian + religion = orthodox + size = 3600 + } + + slaves = { + culture = tatar + religion = orthodox + size = 1100 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 600 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 150 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 2825 + } } diff --git a/HPM/history/pops/1836.1.1/Russia.txt b/HPM/history/pops/1836.1.1/Russia.txt index bd655c22..f14396f3 100644 --- a/HPM/history/pops/1836.1.1/Russia.txt +++ b/HPM/history/pops/1836.1.1/Russia.txt @@ -1,6555 +1,6555 @@ -#Smolensk Region (2032000) #see Belarus.txt for balance of region +#Smolensk Region (2032000) #see Belarus.txt for balance of region #under the rule of Russia in 1836 #Smolensk (336000/84000 POPS) 943 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3700 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 800 - } - - officers = { - culture = russian - religion = orthodox - size = 625 - } - - clergymen = { - culture = russian - religion = orthodox - size = 325 - } - - artisans = { - culture = russian - religion = orthodox - size = 3700 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2000 - } - - farmers = { - culture = russian - religion = orthodox - size = 40550 - } - - serfs = { - culture = russian - religion = orthodox - size = 40000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 3700 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 800 + } + + officers = { + culture = russian + religion = orthodox + size = 625 + } + + clergymen = { + culture = russian + religion = orthodox + size = 325 + } + + artisans = { + culture = russian + religion = orthodox + size = 3700 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2000 + } + + farmers = { + culture = russian + religion = orthodox + size = 40550 + } + + serfs = { + culture = russian + religion = orthodox + size = 40000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Vyazma (416000/104000 POPS) 1014 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 350 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 4100 - } - - farmers = { - culture = russian - religion = orthodox - size = 51600 - } - - serfs = { - culture = russian - religion = orthodox - size = 40000 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 2100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 350 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 4100 + } + + farmers = { + culture = russian + religion = orthodox + size = 51600 + } + + serfs = { + culture = russian + religion = orthodox + size = 40000 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Peremyshl (624000/156000 POPS) 1015 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3250 - } - - clergymen = { - culture = russian - religion = orthodox - size = 125 - } - - artisans = { - culture = russian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 6100 - } - - farmers = { - culture = russian - religion = orthodox - size = 16550 - } - - serfs = { - culture = russian - religion = orthodox - size = 20000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 3500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 850 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 10850 - } - - serfs = { - culture = russian - religion = orthodox - size = 80000 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 175 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 800 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 200 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 8825 - } - - ######Jews - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 3250 + } + + clergymen = { + culture = russian + religion = orthodox + size = 125 + } + + artisans = { + culture = russian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 6100 + } + + farmers = { + culture = russian + religion = orthodox + size = 16550 + } + + serfs = { + culture = russian + religion = orthodox + size = 20000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 3500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 850 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 10850 + } + + serfs = { + culture = russian + religion = orthodox + size = 80000 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 175 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 800 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 200 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 8825 + } + + ######Jews + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## } #Bryansk (656000/164000 POPS) 1016 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3200 - } - - clergymen = { - culture = russian - religion = orthodox - size = 225 - } - - artisans = { - culture = russian - religion = orthodox - size = 7200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 6200 - } - - farmers = { - culture = russian - religion = orthodox - size = 66975 - } - - serfs = { - culture = russian - religion = orthodox - size = 80000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## -} -#Kursk Region (3716000) #see Ukraine.txt for balance of region + aristocrats = { + culture = russian + religion = orthodox + size = 3200 + } + + clergymen = { + culture = russian + religion = orthodox + size = 225 + } + + artisans = { + culture = russian + religion = orthodox + size = 7200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 6200 + } + + farmers = { + culture = russian + religion = orthodox + size = 66975 + } + + serfs = { + culture = russian + religion = orthodox + size = 80000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## +} +#Kursk Region (3716000) #see Ukraine.txt for balance of region #under the rule of Russia in 1836 #Kursk (772000/193000 POPS) 977 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 4000 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1350 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 3000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 23400 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 1000 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 3500 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1500 - } - - officers = { - culture = russian - religion = orthodox - size = 1150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 375 - } - - artisans = { - culture = russian - religion = orthodox - size = 8300 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2675 - } - - farmers = { - culture = russian - religion = orthodox - size = 58250 - } - - serfs = { - culture = russian - religion = orthodox - size = 90000 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 4000 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1350 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 3000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 23400 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 1000 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 3500 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1500 + } + + officers = { + culture = russian + religion = orthodox + size = 1150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 375 + } + + artisans = { + culture = russian + religion = orthodox + size = 8300 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2675 + } + + farmers = { + culture = russian + religion = orthodox + size = 58250 + } + + serfs = { + culture = russian + religion = orthodox + size = 90000 + } } #Orel (656000/164000 POPS) 1017 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2750 - } - - clergymen = { - culture = russian - religion = orthodox - size = 350 - } - - artisans = { - culture = russian - religion = orthodox - size = 8000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2650 - } - - farmers = { - culture = russian - religion = orthodox - size = 69650 - } - - serfs = { - culture = russian - religion = orthodox - size = 80000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2750 + } + + clergymen = { + culture = russian + religion = orthodox + size = 350 + } + + artisans = { + culture = russian + religion = orthodox + size = 8000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2650 + } + + farmers = { + culture = russian + religion = orthodox + size = 69650 + } + + serfs = { + culture = russian + religion = orthodox + size = 80000 + } } #Belgorod (748000/187000 POPS) 1018 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2500 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 375 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6350 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1600 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 46975 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 100000 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 275 - } - - artisans = { - culture = russian - religion = orthodox - size = 1400 - } - - soldiers = { - culture = russian - religion = orthodox - size = 300 - } - - farmers = { - culture = russian - religion = orthodox - size = 26925 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2500 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 375 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6350 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1600 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 46975 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 100000 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 275 + } + + artisans = { + culture = russian + religion = orthodox + size = 1400 + } + + soldiers = { + culture = russian + religion = orthodox + size = 300 + } + + farmers = { + culture = russian + religion = orthodox + size = 26925 + } } #Voronets (1540000/385000 POPS) 1019 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2500 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 500 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 8550 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 15100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 74150 - } - - serfs = { - culture = russian - religion = orthodox - size = 65000 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 3500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 225 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1150 - } - - farmers = { - culture = russian - religion = orthodox - size = 91975 - } - - serfs = { - culture = russian - religion = orthodox - size = 55000 - } - - serfs = { - culture = russian - religion = orthodox - size = 50000 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2500 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 500 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 8550 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 15100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 74150 + } + + serfs = { + culture = russian + religion = orthodox + size = 65000 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 3500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 225 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1150 + } + + farmers = { + culture = russian + religion = orthodox + size = 91975 + } + + serfs = { + culture = russian + religion = orthodox + size = 55000 + } + + serfs = { + culture = russian + religion = orthodox + size = 50000 + } } #Donbass Region (1188000) #see Ukraine.txt for balance of region #under the rule of Russia in 1836 #Rostov (188000/47000 POPS) 979 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 675 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 325 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1750 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 3000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 28250 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 225 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 375 - } - - officers = { - culture = russian - religion = orthodox - size = 300 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 450 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 17450 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 50 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 100 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1775 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 675 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 325 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1750 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 3000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 28250 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 225 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 375 + } + + officers = { + culture = russian + religion = orthodox + size = 300 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 450 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 17450 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 50 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 100 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1775 + } } #Migolinskaya (84000/21000 POPS) 1045 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 125 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 11125 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 400 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 7325 - } -} -#Chirskaya (92000/23000 POPS) #mongol = kalmyk + aristocrats = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 125 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 11125 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 400 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 7325 + } +} +#Chirskaya (92000/23000 POPS) #mongol = kalmyk 1046 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 125 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 9200 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 400 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 7275 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 100 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 50 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 250 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 50 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 4550 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 125 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 9200 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 400 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 7275 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 100 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 50 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 250 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 50 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 4550 + } } #Azov (172000/43000 POPS) 1047 = { - farmers = { - culture = gypsy - religion = orthodox - size = 1035 - } - - aristocrats = { - culture = ukrainian - religion = orthodox - size = 400 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 300 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 2000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 24700 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 300 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 17750 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 50 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 850 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1075 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25 - } - - artisans = { - culture = greek - religion = orthodox - size = 750 - } - - soldiers = { - culture = greek - religion = orthodox - size = 25 - } - - farmers = { - culture = greek - religion = orthodox - size = 200 - } + farmers = { + culture = gypsy + religion = orthodox + size = 1035 + } + + aristocrats = { + culture = ukrainian + religion = orthodox + size = 400 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 300 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 2000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 24700 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 300 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 17750 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 50 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 850 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1075 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25 + } + + artisans = { + culture = greek + religion = orthodox + size = 750 + } + + soldiers = { + culture = greek + religion = orthodox + size = 25 + } + + farmers = { + culture = greek + religion = orthodox + size = 200 + } } #Archangelsk Region (219300) #under the rule of Russia in 1836 #Archangel (138000/34500 POPS) 981 = { - aristocrats = { - culture = russian - religion = orthodox - size = 250 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 50 - } - - officers = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 125 - } - - artisans = { - culture = russian - religion = orthodox - size = 1550 - } - - soldiers = { - culture = russian - religion = orthodox - size = 325 - } - - farmers = { - culture = russian - religion = orthodox - size = 28450 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 100 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 3325 - } + aristocrats = { + culture = russian + religion = orthodox + size = 250 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 50 + } + + officers = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 125 + } + + artisans = { + culture = russian + religion = orthodox + size = 1550 + } + + soldiers = { + culture = russian + religion = orthodox + size = 325 + } + + farmers = { + culture = russian + religion = orthodox + size = 28450 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 100 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 3325 + } } #Pestamo (2700/675 POPS) 982 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = sami - religion = orthodox - size = 150 - } - - farmers = { - culture = finnish - religion = orthodox - size = 400 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = sami + religion = orthodox + size = 150 + } + + farmers = { + culture = finnish + religion = orthodox + size = 400 + } } #Kandalasksha (7200/1800 POPS) 983 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 75 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - farmers = { - culture = russian - religion = orthodox - size = 375 - } - - farmers = { - culture = finnish - religion = orthodox - size = 1000 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 10 - } - - farmers = { - culture = sami - religion = orthodox - size = 290 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 75 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + farmers = { + culture = russian + religion = orthodox + size = 375 + } + + farmers = { + culture = finnish + religion = orthodox + size = 1000 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 10 + } + + farmers = { + culture = sami + religion = orthodox + size = 290 + } } #Kostomuksha (20000/5000 POPS) 984 = { - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 50 - } - - farmers = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 50 - } - - artisans = { - culture = finnish - religion = orthodox - size = 300 - } - - farmers = { - culture = finnish - religion = orthodox - size = 3500 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 500 - } + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 50 + } + + farmers = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 50 + } + + artisans = { + culture = finnish + religion = orthodox + size = 300 + } + + farmers = { + culture = finnish + religion = orthodox + size = 3500 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 500 + } } #Povyents (28000/7000 POPS) 988 = { - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 2150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 2500 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 50 - } - - artisans = { - culture = finnish - religion = orthodox - size = 200 - } - - soldiers = { - culture = finnish - religion = orthodox - size = 25 - } - - farmers = { - culture = finnish - religion = orthodox - size = 4000 - } + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 2150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 2500 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 50 + } + + artisans = { + culture = finnish + religion = orthodox + size = 200 + } + + soldiers = { + culture = finnish + religion = orthodox + size = 25 + } + + farmers = { + culture = finnish + religion = orthodox + size = 4000 + } } #Kola (2200/550 POPS) 2587 = { - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = sami - religion = orthodox - size = 240 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 5 - } - - farmers = { - culture = finnish - religion = orthodox - size = 300 - } + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = sami + religion = orthodox + size = 240 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 5 + } + + farmers = { + culture = finnish + religion = orthodox + size = 300 + } } #Onega (22000/5500 POPS) 2588 = { - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 50 - } - - farmers = { - culture = russian - religion = orthodox - size = 4200 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 50 + } + + farmers = { + culture = russian + religion = orthodox + size = 4200 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1000 + } } #Mezen Region (54000) #under the rule of Russia in 1836 #Mezen (22600/5650 POPS) 985 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 10 - } - - clergymen = { - culture = russian - religion = orthodox - size = 80 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 50 - } - - farmers = { - culture = russian - religion = orthodox - size = 3610 - } - - clergymen = { - culture = ugrian - religion = animist - size = 30 - } - - artisans = { - culture = ugrian - religion = animist - size = 100 - } - - soldiers = { - culture = ugrian - religion = animist - size = 25 - } - - farmers = { - culture = ugrian - religion = animist - size = 1845 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 10 + } + + clergymen = { + culture = russian + religion = orthodox + size = 80 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 50 + } + + farmers = { + culture = russian + religion = orthodox + size = 3610 + } + + clergymen = { + culture = ugrian + religion = animist + size = 30 + } + + artisans = { + culture = ugrian + religion = animist + size = 100 + } + + soldiers = { + culture = ugrian + religion = animist + size = 25 + } + + farmers = { + culture = ugrian + religion = animist + size = 1845 + } } #Ust Sysolsk (20000/5000 POPS) 987 = { - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 2775 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 100 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1850 - } + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 2775 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 100 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1850 + } } #Usogorsk (10000/2500 POPS) 2700 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 75 - } - - soldiers = { - culture = russian - religion = orthodox - size = 10 - } - - farmers = { - culture = russian - religion = orthodox - size = 1375 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 915 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 75 + } + + soldiers = { + culture = russian + religion = orthodox + size = 10 + } + + farmers = { + culture = russian + religion = orthodox + size = 1375 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 915 + } } #Naryan-Mar Region (16200) #under the rule of Russia in 1836 #Naryan Mar (4000/1000 POPS) 986 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - farmers = { - culture = russian - religion = orthodox - size = 585 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 390 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + farmers = { + culture = russian + religion = orthodox + size = 585 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 390 + } } #Mulda (4000/1000 POPS) 2689 = { - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - farmers = { - culture = russian - religion = orthodox - size = 490 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 490 - } + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + farmers = { + culture = russian + religion = orthodox + size = 490 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 490 + } } #Anderma (2800/700 POPS) 2687 = { - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = russian - religion = orthodox - size = 95 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 590 - } + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = russian + religion = orthodox + size = 95 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 590 + } } #Inta (3400/850 POPS) 2688 = { - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = russian - religion = orthodox - size = 195 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 640 - } + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = russian + religion = orthodox + size = 195 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 640 + } } #Izhma (2000/500 POPS) 2699 = { - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = russian - religion = orthodox - size = 145 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5 - } - - farmers = { - culture = ugrian - religion = animist - size = 345 - } + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = russian + religion = orthodox + size = 145 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5 + } + + farmers = { + culture = ugrian + religion = animist + size = 345 + } } #Vologda Region (1712000) #under the rule of Russia in 1836 #Vologda (776000/194000 POPS) 989 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2500 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 600 - } - - officers = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1850 - } - - artisans = { - culture = russian - religion = orthodox - size = 9000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1850 - } - - farmers = { - culture = russian - religion = orthodox - size = 87650 - } - - serfs = { - culture = russian - religion = orthodox - size = 80000 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 100 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 9325 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2500 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 600 + } + + officers = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1850 + } + + artisans = { + culture = russian + religion = orthodox + size = 9000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1850 + } + + farmers = { + culture = russian + religion = orthodox + size = 87650 + } + + serfs = { + culture = russian + religion = orthodox + size = 80000 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 100 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 9325 + } } #Kotlas (20000/5000 POPS) 990 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 50 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 3700 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 50 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 3700 + } } #Uglich (440000/110000 POPS) 991 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1400 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1125 - } - - artisans = { - culture = russian - religion = orthodox - size = 5500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1100 - } - - farmers = { - culture = russian - religion = orthodox - size = 50875 - } - - serfs = { - culture = russian - religion = orthodox - size = 50000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1400 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1125 + } + + artisans = { + culture = russian + religion = orthodox + size = 5500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1100 + } + + farmers = { + culture = russian + religion = orthodox + size = 50875 + } + + serfs = { + culture = russian + religion = orthodox + size = 50000 + } } #Belozersk (380000/95000 POPS) 992 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 950 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 950 - } - - farmers = { - culture = russian - religion = orthodox - size = 47450 - } - - serfs = { - culture = russian - religion = orthodox - size = 40000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 950 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 950 + } + + farmers = { + culture = russian + religion = orthodox + size = 47450 + } + + serfs = { + culture = russian + religion = orthodox + size = 40000 + } } #Vyterga (96000/24000 POPS) 993 = { - aristocrats = { - culture = russian - religion = orthodox - size = 325 - } - - clergymen = { - culture = russian - religion = orthodox - size = 175 - } - - artisans = { - culture = russian - religion = orthodox - size = 950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 200 - } - - farmers = { - culture = russian - religion = orthodox - size = 17350 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 250 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4625 - } + aristocrats = { + culture = russian + religion = orthodox + size = 325 + } + + clergymen = { + culture = russian + religion = orthodox + size = 175 + } + + artisans = { + culture = russian + religion = orthodox + size = 950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 200 + } + + farmers = { + culture = russian + religion = orthodox + size = 17350 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 250 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4625 + } } #Ingria Region (1155000) #under the rule of Russia in 1836 #Saint Petersburg (735000/147000 POPS) 994 = { - aristocrats = { - culture = russian - religion = orthodox - size = 6650 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1750 - } - - officers = { - culture = russian - religion = orthodox - size = 200 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1200 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 14000 - } - - artisans = { - culture = russian - religion = orthodox - size = 8750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 16000 - } - - serfs = { - culture = russian - religion = orthodox - size = 16700 - } - - farmers = { - culture = russian - religion = orthodox - size = 50700 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 150 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 700 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 6850 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = finnish - religion = protestant - size = 100 - } - - artisans = { - culture = finnish - religion = protestant - size = 8000 - } - - farmers = { - culture = finnish - religion = protestant - size = 14000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 250 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 6650 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1750 + } + + officers = { + culture = russian + religion = orthodox + size = 200 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1200 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 14000 + } + + artisans = { + culture = russian + religion = orthodox + size = 8750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 16000 + } + + serfs = { + culture = russian + religion = orthodox + size = 16700 + } + + farmers = { + culture = russian + religion = orthodox + size = 50700 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 150 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 700 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 6850 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = finnish + religion = protestant + size = 100 + } + + artisans = { + culture = finnish + religion = protestant + size = 8000 + } + + farmers = { + culture = finnish + religion = protestant + size = 14000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 250 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Petrozavorsk (104000/26000 POPS) 995 = { - aristocrats = { - culture = russian - religion = orthodox - size = 375 - } - - clergymen = { - culture = russian - religion = orthodox - size = 150 - } - - artisans = { - culture = russian - religion = orthodox - size = 900 - } - - soldiers = { - culture = russian - religion = orthodox - size = 200 - } - - farmers = { - culture = russian - religion = orthodox - size = 12000 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 100 - } - - artisans = { - culture = finnish - religion = orthodox - size = 400 - } - - farmers = { - culture = finnish - religion = orthodox - size = 11500 - } + aristocrats = { + culture = russian + religion = orthodox + size = 375 + } + + clergymen = { + culture = russian + religion = orthodox + size = 150 + } + + artisans = { + culture = russian + religion = orthodox + size = 900 + } + + soldiers = { + culture = russian + religion = orthodox + size = 200 + } + + farmers = { + culture = russian + religion = orthodox + size = 12000 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 100 + } + + artisans = { + culture = finnish + religion = orthodox + size = 400 + } + + farmers = { + culture = finnish + religion = orthodox + size = 11500 + } } #Luga (132000/33000 POPS) 996 = { - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 325 - } - - artisans = { - culture = russian - religion = orthodox - size = 1650 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3200 - } - - farmers = { - culture = russian - religion = orthodox - size = 47325 - } - - serfs = { - culture = russian - religion = orthodox - size = 10000 - } - - farmers = { - culture = finnish - religion = orthodox - size = 10175 - } + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 325 + } + + artisans = { + culture = russian + religion = orthodox + size = 1650 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3200 + } + + farmers = { + culture = russian + religion = orthodox + size = 47325 + } + + serfs = { + culture = russian + religion = orthodox + size = 10000 + } + + farmers = { + culture = finnish + religion = orthodox + size = 10175 + } } #Gdov (120000/30000 POPS) 997 = { - aristocrats = { - culture = russian - religion = orthodox - size = 475 - } - - clergymen = { - culture = russian - religion = orthodox - size = 275 - } - - artisans = { - culture = russian - religion = orthodox - size = 1400 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3200 - } - - farmers = { - culture = russian - religion = orthodox - size = 57800 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 100 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 100 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 100 - } - - serfs = { - culture = ugrian - religion = orthodox - size = 7700 - } + aristocrats = { + culture = russian + religion = orthodox + size = 475 + } + + clergymen = { + culture = russian + religion = orthodox + size = 275 + } + + artisans = { + culture = russian + religion = orthodox + size = 1400 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3200 + } + + farmers = { + culture = russian + religion = orthodox + size = 57800 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 100 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 100 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 100 + } + + serfs = { + culture = ugrian + religion = orthodox + size = 7700 + } } #Stara Ladoga (64000/16000 POPS) 2580 = { - aristocrats = { - culture = russian - religion = orthodox - size = 200 - } - - clergymen = { - culture = russian - religion = orthodox - size = 125 - } - - artisans = { - culture = russian - religion = orthodox - size = 650 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1100 - } - - farmers = { - culture = russian - religion = orthodox - size = 10700 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 100 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 150 - } - - serfs = { - culture = ugrian - religion = orthodox - size = 3000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 200 + } + + clergymen = { + culture = russian + religion = orthodox + size = 125 + } + + artisans = { + culture = russian + religion = orthodox + size = 650 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1100 + } + + farmers = { + culture = russian + religion = orthodox + size = 10700 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 100 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 150 + } + + serfs = { + culture = ugrian + religion = orthodox + size = 3000 + } } #Tver Region (1824000) #under the rule of Russia in 1836 #Tver (708000/177000 POPS) 998 = { - aristocrats = { - culture = russian - religion = orthodox - size = 7125 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 725 - } - - officers = { - culture = russian - religion = orthodox - size = 475 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1750 - } - - artisans = { - culture = russian - religion = orthodox - size = 7050 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 68075 - } - - serfs = { - culture = russian - religion = orthodox - size = 90000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 7125 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 725 + } + + officers = { + culture = russian + religion = orthodox + size = 475 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1750 + } + + artisans = { + culture = russian + religion = orthodox + size = 7050 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 68075 + } + + serfs = { + culture = russian + religion = orthodox + size = 90000 + } } #Rzhev (432000/108000 POPS) 999 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1700 - } - - clergymen = { - culture = russian - religion = orthodox - size = 950 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 38850 - } - - serfs = { - culture = russian - religion = orthodox - size = 50000 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 100 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 550 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 100 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 10250 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1700 + } + + clergymen = { + culture = russian + religion = orthodox + size = 950 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 38850 + } + + serfs = { + culture = russian + religion = orthodox + size = 50000 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 100 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 550 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 100 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 10250 + } } #Staritsa (244000/61000 POPS) 1000 = { - aristocrats = { - culture = russian - religion = orthodox - size = 950 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 2550 - } - - soldiers = { - culture = russian - religion = orthodox - size = 525 - } - - farmers = { - culture = russian - religion = orthodox - size = 56475 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 100 - } - - serfs = { - culture = ugrian - religion = orthodox - size = 9325 - } + aristocrats = { + culture = russian + religion = orthodox + size = 950 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 2550 + } + + soldiers = { + culture = russian + religion = orthodox + size = 525 + } + + farmers = { + culture = russian + religion = orthodox + size = 56475 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 100 + } + + serfs = { + culture = ugrian + religion = orthodox + size = 9325 + } } #Yaroslavl (440000/110000 POPS) 1001 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1100 - } - - artisans = { - culture = russian - religion = orthodox - size = 5500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1100 - } - - farmers = { - culture = russian - religion = orthodox - size = 50300 - } - - serfs = { - culture = russian - religion = orthodox - size = 50000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1100 + } + + artisans = { + culture = russian + religion = orthodox + size = 5500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1100 + } + + farmers = { + culture = russian + religion = orthodox + size = 50300 + } + + serfs = { + culture = russian + religion = orthodox + size = 50000 + } } #Novgorod Region (1532000) #under the rule of Russia in 1836 #Novgorod (240000/60000 POPS) 1003 = { - aristocrats = { - culture = russian - religion = orthodox - size = 7100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 575 - } - - officers = { - culture = russian - religion = orthodox - size = 400 - } - - clergymen = { - culture = russian - religion = orthodox - size = 600 - } - - artisans = { - culture = russian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 60925 - } - - serfs = { - culture = russian - religion = orthodox - size = 20000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 7100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 575 + } + + officers = { + culture = russian + religion = orthodox + size = 400 + } + + clergymen = { + culture = russian + religion = orthodox + size = 600 + } + + artisans = { + culture = russian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 60925 + } + + serfs = { + culture = russian + religion = orthodox + size = 20000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Tikhvin (156000/44000 POPS) 1004 = { - aristocrats = { - culture = russian - religion = orthodox - size = 650 - } - - clergymen = { - culture = russian - religion = orthodox - size = 425 - } - - artisans = { - culture = russian - religion = orthodox - size = 2100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 425 - } - - farmers = { - culture = russian - religion = orthodox - size = 38400 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 100 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1850 - } + aristocrats = { + culture = russian + religion = orthodox + size = 650 + } + + clergymen = { + culture = russian + religion = orthodox + size = 425 + } + + artisans = { + culture = russian + religion = orthodox + size = 2100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 425 + } + + farmers = { + culture = russian + religion = orthodox + size = 38400 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 100 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1850 + } } #Borovichi (344000/86000 POPS) 1005 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 850 - } - - artisans = { - culture = russian - religion = orthodox - size = 4300 - } - - soldiers = { - culture = russian - religion = orthodox - size = 875 - } - - farmers = { - culture = russian - religion = orthodox - size = 58475 - } - - serfs = { - culture = russian - religion = orthodox - size = 20000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 850 + } + + artisans = { + culture = russian + religion = orthodox + size = 4300 + } + + soldiers = { + culture = russian + religion = orthodox + size = 875 + } + + farmers = { + culture = russian + religion = orthodox + size = 58475 + } + + serfs = { + culture = russian + religion = orthodox + size = 20000 + } } #Pskov (472000/118000 POPS) 1006 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = russian - religion = orthodox - size = 650 - } - - artisans = { - culture = russian - religion = orthodox - size = 4550 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1150 - } - - farmers = { - culture = russian - religion = orthodox - size = 54500 - } - - serfs = { - culture = russian - religion = orthodox - size = 50000 - } - - clergymen = { - culture = estonian - religion = protestant - size = 100 - } - - artisans = { - culture = estonian - religion = protestant - size = 100 - } - - soldiers = { - culture = estonian - religion = protestant - size = 100 - } - - farmers = { - culture = estonian - religion = protestant - size = 925 - } - - clergymen = { - culture = latvian - religion = protestant - size = 100 - } - - artisans = { - culture = latvian - religion = protestant - size = 150 - } - - soldiers = { - culture = latvian - religion = protestant - size = 100 - } - - farmers = { - culture = latvian - religion = protestant - size = 2775 - } - - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 250 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = russian + religion = orthodox + size = 650 + } + + artisans = { + culture = russian + religion = orthodox + size = 4550 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1150 + } + + farmers = { + culture = russian + religion = orthodox + size = 54500 + } + + serfs = { + culture = russian + religion = orthodox + size = 50000 + } + + clergymen = { + culture = estonian + religion = protestant + size = 100 + } + + artisans = { + culture = estonian + religion = protestant + size = 100 + } + + soldiers = { + culture = estonian + religion = protestant + size = 100 + } + + farmers = { + culture = estonian + religion = protestant + size = 925 + } + + clergymen = { + culture = latvian + religion = protestant + size = 100 + } + + artisans = { + culture = latvian + religion = protestant + size = 150 + } + + soldiers = { + culture = latvian + religion = protestant + size = 100 + } + + farmers = { + culture = latvian + religion = protestant + size = 2775 + } + + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 250 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Velikiye Luki (320000/80000 POPS) 1007 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1525 - } - - clergymen = { - culture = russian - religion = orthodox - size = 800 - } - - artisans = { - culture = russian - religion = orthodox - size = 4000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 800 - } - - farmers = { - culture = russian - religion = orthodox - size = 42875 - } - - serfs = { - culture = russian - religion = orthodox - size = 30000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1525 + } + + clergymen = { + culture = russian + religion = orthodox + size = 800 + } + + artisans = { + culture = russian + religion = orthodox + size = 4000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 800 + } + + farmers = { + culture = russian + religion = orthodox + size = 42875 + } + + serfs = { + culture = russian + religion = orthodox + size = 30000 + } } #Moscow Region (4960000) #under the rule of Russia in 1836 #Moscow (620000/155000 POPS) 1008 = { - aristocrats = { - culture = russian - religion = orthodox - size = 9600 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2000 - } - - officers = { - culture = russian - religion = orthodox - size = 1350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1550 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - - soldiers = { - culture = russian - religion = orthodox - size = 7000 - } - - labourers = { - culture = russian - religion = orthodox - size = 71800 - } - - serfs = { - culture = russian - religion = orthodox - size = 7000 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 300 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = russian + religion = orthodox + size = 9600 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2000 + } + + officers = { + culture = russian + religion = orthodox + size = 1350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1550 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + + soldiers = { + culture = russian + religion = orthodox + size = 7000 + } + + labourers = { + culture = russian + religion = orthodox + size = 71800 + } + + serfs = { + culture = russian + religion = orthodox + size = 7000 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 300 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Borodino (572000/143000 POPS) 1009 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1400 - } - - artisans = { - culture = russian - religion = orthodox - size = 7150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 6450 - } - - farmers = { - culture = russian - religion = orthodox - size = 55500 - } - - serfs = { - culture = russian - religion = orthodox - size = 70000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1400 + } + + artisans = { + culture = russian + religion = orthodox + size = 7150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 6450 + } + + farmers = { + culture = russian + religion = orthodox + size = 55500 + } + + serfs = { + culture = russian + religion = orthodox + size = 70000 + } } #Kaluga (876000/219000 POPS) 1010 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2175 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 8500 - } - - farmers = { - culture = russian - religion = orthodox - size = 92025 - } - - serfs = { - culture = russian - religion = orthodox - size = 100000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2175 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 8500 + } + + farmers = { + culture = russian + religion = orthodox + size = 92025 + } + + serfs = { + culture = russian + religion = orthodox + size = 100000 + } } #Tula (1160000/290000 POPS) 1011 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4900 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2875 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 12000 - } - - farmers = { - culture = russian - religion = orthodox - size = 114725 - } - - serfs = { - culture = russian - religion = orthodox - size = 140000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4900 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2875 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 12000 + } + + farmers = { + culture = russian + religion = orthodox + size = 114725 + } + + serfs = { + culture = russian + religion = orthodox + size = 140000 + } } #Riazan (1192000/298000 POPS) 1012 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 12100 - } - - farmers = { - culture = russian - religion = orthodox - size = 101000 - } - - serfs = { - culture = russian - religion = orthodox - size = 170000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 12100 + } + + farmers = { + culture = russian + religion = orthodox + size = 101000 + } + + serfs = { + culture = russian + religion = orthodox + size = 170000 + } } #Vladimir (544000/136000 POPS) 1013 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2300 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1350 - } - - artisans = { - culture = russian - religion = orthodox - size = 6750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 5350 - } - - farmers = { - culture = russian - religion = orthodox - size = 50250 - } - - serfs = { - culture = russian - religion = orthodox - size = 70000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2300 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1350 + } + + artisans = { + culture = russian + religion = orthodox + size = 6750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 5350 + } + + farmers = { + culture = russian + religion = orthodox + size = 50250 + } + + serfs = { + culture = russian + religion = orthodox + size = 70000 + } } #Nizhni Novgorod Region (4420000) #under the rule of Russia in 1836 #Nizhni Novgorod (1068000/267000 POPS) 1020 = { - aristocrats = { - culture = russian - religion = orthodox - size = 9800 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1275 - } - - officers = { - culture = russian - religion = orthodox - size = 1050 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2650 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 600 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2650 - } - - farmers = { - culture = russian - religion = orthodox - size = 101975 - } - - serfs = { - culture = russian - religion = orthodox - size = 135000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1775 - } + aristocrats = { + culture = russian + religion = orthodox + size = 9800 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1275 + } + + officers = { + culture = russian + religion = orthodox + size = 1050 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2650 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 600 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2650 + } + + farmers = { + culture = russian + religion = orthodox + size = 101975 + } + + serfs = { + culture = russian + religion = orthodox + size = 135000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1775 + } } #Penza (952000/238000 POPS) 1021 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3900 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2325 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 1800 - } - - soldiers = { - culture = russian - religion = orthodox - size = 9400 - } - - farmers = { - culture = russian - religion = orthodox - size = 108575 - } - - serfs = { - culture = russian - religion = orthodox - size = 100000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 1775 - } + aristocrats = { + culture = russian + religion = orthodox + size = 3900 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2325 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 1800 + } + + soldiers = { + culture = russian + religion = orthodox + size = 9400 + } + + farmers = { + culture = russian + religion = orthodox + size = 108575 + } + + serfs = { + culture = russian + religion = orthodox + size = 100000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 1775 + } } #Ivanovo (540000/135000 POPS) 1022 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1800 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1325 - } - - artisans = { - culture = russian - religion = orthodox - size = 6750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 5350 - } - - farmers = { - culture = russian - religion = orthodox - size = 39775 - } - - serfs = { - culture = russian - religion = orthodox - size = 80000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1800 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1325 + } + + artisans = { + culture = russian + religion = orthodox + size = 6750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 5350 + } + + farmers = { + culture = russian + religion = orthodox + size = 39775 + } + + serfs = { + culture = russian + religion = orthodox + size = 80000 + } } #Kostorma (312000/78000 POPS) 1023 = { - aristocrats = { - culture = russian - religion = orthodox - size = 950 - } - - clergymen = { - culture = russian - religion = orthodox - size = 775 - } - - artisans = { - culture = russian - religion = orthodox - size = 3900 - } - - soldiers = { - culture = russian - religion = orthodox - size = 775 - } - - farmers = { - culture = russian - religion = orthodox - size = 71600 - } + aristocrats = { + culture = russian + religion = orthodox + size = 950 + } + + clergymen = { + culture = russian + religion = orthodox + size = 775 + } + + artisans = { + culture = russian + religion = orthodox + size = 3900 + } + + soldiers = { + culture = russian + religion = orthodox + size = 775 + } + + farmers = { + culture = russian + religion = orthodox + size = 71600 + } } #Galich (304000/76000 POPS) 1024 = { - aristocrats = { - culture = russian - religion = orthodox - size = 900 - } - - clergymen = { - culture = russian - religion = orthodox - size = 750 - } - - artisans = { - culture = russian - religion = orthodox - size = 3800 - } - - soldiers = { - culture = russian - religion = orthodox - size = 750 - } - - farmers = { - culture = russian - religion = orthodox - size = 39800 - } - - serfs = { - culture = russian - religion = orthodox - size = 30000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 900 + } + + clergymen = { + culture = russian + religion = orthodox + size = 750 + } + + artisans = { + culture = russian + religion = orthodox + size = 3800 + } + + soldiers = { + culture = russian + religion = orthodox + size = 750 + } + + farmers = { + culture = russian + religion = orthodox + size = 39800 + } + + serfs = { + culture = russian + religion = orthodox + size = 30000 + } } #Tambov (1244000/311000 POPS) 1025 = { - aristocrats = { - culture = russian - religion = orthodox - size = 5850 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 5000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 9200 - } - - farmers = { - culture = russian - religion = orthodox - size = 112950 - } - - serfs = { - culture = russian - religion = orthodox - size = 160000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 1775 - } + aristocrats = { + culture = russian + religion = orthodox + size = 5850 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 5000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 9200 + } + + farmers = { + culture = russian + religion = orthodox + size = 112950 + } + + serfs = { + culture = russian + religion = orthodox + size = 160000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 1775 + } } #Perm Region (2224000) #under the rule of Russia in 1836 #Perm (960000/240000 POPS) 1026 = { - aristocrats = { - culture = russian - religion = orthodox - size = 850 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 725 - } - - officers = { - culture = russian - religion = orthodox - size = 550 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 8000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2375 - } - - farmers = { - culture = russian - religion = orthodox - size = 47990 - } - - serfs = { - culture = russian - religion = orthodox - size = 40610 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1775 - } + aristocrats = { + culture = russian + religion = orthodox + size = 850 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 725 + } + + officers = { + culture = russian + religion = orthodox + size = 550 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 8000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2375 + } + + farmers = { + culture = russian + religion = orthodox + size = 47990 + } + + serfs = { + culture = russian + religion = orthodox + size = 40610 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1775 + } } #Vetluga (308000/77000 POPS) 1027 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 750 - } - - artisans = { - culture = russian - religion = orthodox - size = 3850 - } - - soldiers = { - culture = russian - religion = orthodox - size = 775 - } - - farmers = { - culture = russian - religion = orthodox - size = 70655 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 750 + } + + artisans = { + culture = russian + religion = orthodox + size = 3850 + } + + soldiers = { + culture = russian + religion = orthodox + size = 775 + } + + farmers = { + culture = russian + religion = orthodox + size = 70655 + } } #Vyatkha (504000/126000 POPS) 1028 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1700 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1200 - } - - artisans = { - culture = russian - religion = orthodox - size = 6000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1200 - } - - farmers = { - culture = russian - religion = orthodox - size = 110900 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 250 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4625 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1700 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1200 + } + + artisans = { + culture = russian + religion = orthodox + size = 6000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1200 + } + + farmers = { + culture = russian + religion = orthodox + size = 110900 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 250 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4625 + } } #Glasov (452000/113000 POPS) 1029 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1575 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1125 - } - - artisans = { - culture = russian - religion = orthodox - size = 5600 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1125 - } - - farmers = { - culture = russian - religion = orthodox - size = 103575 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1575 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1125 + } + + artisans = { + culture = russian + religion = orthodox + size = 5600 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1125 + } + + farmers = { + culture = russian + religion = orthodox + size = 103575 + } } #Kazan Region (2848000) #under the rule of Russia in 1836 #Kazan (592000/148000 POPS) 1030 = { - aristocrats = { - culture = russian - religion = orthodox - size = 400 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 700 - } - - officers = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 250 - } - - artisans = { - culture = russian - religion = orthodox - size = 1950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 250 - } - - farmers = { - culture = russian - religion = orthodox - size = 21950 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1350 - } - - bureaucrats = { - culture = tatar - religion = sunni - size = 300 - } - - officers = { - culture = tatar - religion = sunni - size = 200 - } - - clergymen = { - culture = tatar - religion = sunni - size = 750 - } - - artisans = { - culture = tatar - religion = sunni - size = 6000 - } - - soldiers = { - culture = tatar - religion = sunni - size = 750 - } - - farmers = { - culture = tatar - religion = sunni - size = 35400 - } - - serfs = { - culture = tatar - religion = sunni - size = 30000 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 500 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 275 - } - - artisans = { - culture = tatar - religion = orthodox - size = 2850 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 350 - } - - farmers = { - culture = tatar - religion = orthodox - size = 31025 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 100 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 1200 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 150 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 13550 - } + aristocrats = { + culture = russian + religion = orthodox + size = 400 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 700 + } + + officers = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 250 + } + + artisans = { + culture = russian + religion = orthodox + size = 1950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 250 + } + + farmers = { + culture = russian + religion = orthodox + size = 21950 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1350 + } + + bureaucrats = { + culture = tatar + religion = sunni + size = 300 + } + + officers = { + culture = tatar + religion = sunni + size = 200 + } + + clergymen = { + culture = tatar + religion = sunni + size = 750 + } + + artisans = { + culture = tatar + religion = sunni + size = 6000 + } + + soldiers = { + culture = tatar + religion = sunni + size = 750 + } + + farmers = { + culture = tatar + religion = sunni + size = 35400 + } + + serfs = { + culture = tatar + religion = sunni + size = 30000 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 500 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 275 + } + + artisans = { + culture = tatar + religion = orthodox + size = 2850 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 350 + } + + farmers = { + culture = tatar + religion = orthodox + size = 31025 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 100 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 1200 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 150 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 13550 + } } #Sarapol (560000/140000 POPS) 1031 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1850 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1325 - } - - artisans = { - culture = russian - religion = orthodox - size = 6650 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1325 - } - - farmers = { - culture = russian - religion = orthodox - size = 61850 - } - - serfs = { - culture = russian - religion = orthodox - size = 60000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 100 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1825 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4675 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1850 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1325 + } + + artisans = { + culture = russian + religion = orthodox + size = 6650 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1325 + } + + farmers = { + culture = russian + religion = orthodox + size = 61850 + } + + serfs = { + culture = russian + religion = orthodox + size = 60000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 100 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1825 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4675 + } } #Chistopol (608000/152000 POPS) 1032 = { - aristocrats = { - culture = russian - religion = orthodox - size = 750 - } - - clergymen = { - culture = russian - religion = orthodox - size = 575 - } - - artisans = { - culture = russian - religion = orthodox - size = 2750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 550 - } - - farmers = { - culture = russian - religion = orthodox - size = 31375 - } - - serfs = { - culture = russian - religion = orthodox - size = 20000 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1200 - } - - clergymen = { - culture = tatar - religion = sunni - size = 750 - } - - artisans = { - culture = tatar - religion = sunni - size = 3800 - } - - soldiers = { - culture = tatar - religion = sunni - size = 750 - } - - farmers = { - culture = tatar - religion = sunni - size = 39500 - } - - serfs = { - culture = tatar - religion = sunni - size = 30000 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 50 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4675 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 225 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 125 - } - - artisans = { - culture = tatar - religion = orthodox - size = 750 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 150 - } - - farmers = { - culture = tatar - religion = orthodox - size = 13750 - } + aristocrats = { + culture = russian + religion = orthodox + size = 750 + } + + clergymen = { + culture = russian + religion = orthodox + size = 575 + } + + artisans = { + culture = russian + religion = orthodox + size = 2750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 550 + } + + farmers = { + culture = russian + religion = orthodox + size = 31375 + } + + serfs = { + culture = russian + religion = orthodox + size = 20000 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1200 + } + + clergymen = { + culture = tatar + religion = sunni + size = 750 + } + + artisans = { + culture = tatar + religion = sunni + size = 3800 + } + + soldiers = { + culture = tatar + religion = sunni + size = 750 + } + + farmers = { + culture = tatar + religion = sunni + size = 39500 + } + + serfs = { + culture = tatar + religion = sunni + size = 30000 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 50 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4675 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 225 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 125 + } + + artisans = { + culture = tatar + religion = orthodox + size = 750 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 150 + } + + farmers = { + culture = tatar + religion = orthodox + size = 13750 + } } #Simbirsk (340000/85000 POPS) 1033 = { - aristocrats = { - culture = russian - religion = orthodox - size = 925 - } - - clergymen = { - culture = russian - religion = orthodox - size = 700 - } - - artisans = { - culture = russian - religion = orthodox - size = 3600 - } - - soldiers = { - culture = russian - religion = orthodox - size = 725 - } - - farmers = { - culture = russian - religion = orthodox - size = 72700 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 150 - } - - clergymen = { - culture = tatar - religion = sunni - size = 75 - } - - artisans = { - culture = tatar - religion = sunni - size = 400 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 7275 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 75 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 75 - } - - artisans = { - culture = tatar - religion = orthodox - size = 250 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 50 - } - - farmers = { - culture = tatar - religion = orthodox - size = 4550 - } + aristocrats = { + culture = russian + religion = orthodox + size = 925 + } + + clergymen = { + culture = russian + religion = orthodox + size = 700 + } + + artisans = { + culture = russian + religion = orthodox + size = 3600 + } + + soldiers = { + culture = russian + religion = orthodox + size = 725 + } + + farmers = { + culture = russian + religion = orthodox + size = 72700 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 150 + } + + clergymen = { + culture = tatar + religion = sunni + size = 75 + } + + artisans = { + culture = tatar + religion = sunni + size = 400 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 7275 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 75 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 75 + } + + artisans = { + culture = tatar + religion = orthodox + size = 250 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 50 + } + + farmers = { + culture = tatar + religion = orthodox + size = 4550 + } } #Samara (208000/52000 POPS) 1034 = { - aristocrats = { - culture = russian - religion = orthodox - size = 750 - } - - clergymen = { - culture = russian - religion = orthodox - size = 450 - } - - artisans = { - culture = russian - religion = orthodox - size = 2200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 39600 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 150 - } - - clergymen = { - culture = tatar - religion = sunni - size = 75 - } - - artisans = { - culture = tatar - religion = sunni - size = 400 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 7275 - } + aristocrats = { + culture = russian + religion = orthodox + size = 750 + } + + clergymen = { + culture = russian + religion = orthodox + size = 450 + } + + artisans = { + culture = russian + religion = orthodox + size = 2200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 39600 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 150 + } + + clergymen = { + culture = tatar + religion = sunni + size = 75 + } + + artisans = { + culture = tatar + religion = sunni + size = 400 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 7275 + } } #Syzran (540000/135000 POPS) 1035 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1350 - } - - artisans = { - culture = russian - religion = orthodox - size = 6750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1350 - } - - farmers = { - culture = russian - religion = orthodox - size = 123400 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1350 + } + + artisans = { + culture = russian + religion = orthodox + size = 6750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1350 + } + + farmers = { + culture = russian + religion = orthodox + size = 123400 + } } #Astrakhan Region (1900000) #under the rule of Russia in 1836 #Astrakhan (76000/19000 POPS) 1036 = { - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 550 - } - - officers = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 4500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 75 - } - - farmers = { - culture = russian - religion = orthodox - size = 1200 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 250 - } - - clergymen = { - culture = tatar - religion = sunni - size = 125 - } - - artisans = { - culture = tatar - religion = sunni - size = 5500 - } - - soldiers = { - culture = tatar - religion = sunni - size = 125 - } - - farmers = { - culture = tatar - religion = sunni - size = 5000 - } - - farmers = { - culture = circassian - religion = sunni - size = 1100 - } + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 550 + } + + officers = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 4500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 75 + } + + farmers = { + culture = russian + religion = orthodox + size = 1200 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 250 + } + + clergymen = { + culture = tatar + religion = sunni + size = 125 + } + + artisans = { + culture = tatar + religion = sunni + size = 5500 + } + + soldiers = { + culture = tatar + religion = sunni + size = 125 + } + + farmers = { + culture = tatar + religion = sunni + size = 5000 + } + + farmers = { + culture = circassian + religion = sunni + size = 1100 + } } #Saratov (252000/83000 POPS) 1037 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4600 - } - - clergymen = { - culture = russian - religion = orthodox - size = 550 - } - - artisans = { - culture = russian - religion = orthodox - size = 6500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 41350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 150 - } - - artisans = { - culture = north_german - religion = protestant - size = 3000 - } - - soldiers = { - culture = north_german - religion = protestant - size = 200 - } - - farmers = { - culture = north_german - religion = protestant - size = 14650 - } - - clergymen = { - culture = north_german - religion = catholic - size = 100 - } - - artisans = { - culture = north_german - religion = catholic - size = 2000 - } - - soldiers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 6750 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 500 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 1425 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4600 + } + + clergymen = { + culture = russian + religion = orthodox + size = 550 + } + + artisans = { + culture = russian + religion = orthodox + size = 6500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 41350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 150 + } + + artisans = { + culture = north_german + religion = protestant + size = 3000 + } + + soldiers = { + culture = north_german + religion = protestant + size = 200 + } + + farmers = { + culture = north_german + religion = protestant + size = 14650 + } + + clergymen = { + culture = north_german + religion = catholic + size = 100 + } + + artisans = { + culture = north_german + religion = catholic + size = 2000 + } + + soldiers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 6750 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 500 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 1425 + } } #Novo Usensk (340000/85000 POPS) 1038 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 825 - } - - artisans = { - culture = russian - religion = orthodox - size = 4250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 850 - } - - farmers = { - culture = russian - religion = orthodox - size = 77725 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 825 + } + + artisans = { + culture = russian + religion = orthodox + size = 4250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 850 + } + + farmers = { + culture = russian + religion = orthodox + size = 77725 + } } #Tsaritsyn (1072000/268000 POPS) 1039 = { - aristocrats = { - culture = russian - religion = orthodox - size = 6000 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2500 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 3500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 10000 - } - - farmers = { - culture = russian - religion = orthodox - size = 113850 - } - - serfs = { - culture = russian - religion = orthodox - size = 100000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 175 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1050 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 200 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 19575 - } + aristocrats = { + culture = russian + religion = orthodox + size = 6000 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2500 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 3500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 10000 + } + + farmers = { + culture = russian + religion = orthodox + size = 113850 + } + + serfs = { + culture = russian + religion = orthodox + size = 100000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 175 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1050 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 200 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 19575 + } } #Zarevka (36000/9000 POPS) 1040 = { - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1100 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 100 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 2250 - } - - soldiers = { - culture = tatar - religion = sunni - size = 50 - } - - farmers = { - culture = tatar - religion = sunni - size = 4550 - } + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1100 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 100 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 2250 + } + + soldiers = { + culture = tatar + religion = sunni + size = 50 + } + + farmers = { + culture = tatar + religion = sunni + size = 4550 + } } #Elitsa (124000/31000 POPS) 1041 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 25 - } - - clergymen = { - culture = circassian - religion = sunni - size = 25 - } - - artisans = { - culture = circassian - religion = sunni - size = 50 - } - - soldiers = { - culture = circassian - religion = sunni - size = 25 - } - - farmers = { - culture = circassian - religion = sunni - size = 875 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 275 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1450 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 300 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 26325 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 25 + } + + clergymen = { + culture = circassian + religion = sunni + size = 25 + } + + artisans = { + culture = circassian + religion = sunni + size = 50 + } + + soldiers = { + culture = circassian + religion = sunni + size = 25 + } + + farmers = { + culture = circassian + religion = sunni + size = 875 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 275 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1450 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 300 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 26325 + } } #Orenburg Region (1500000) #under the rule of Russia in 1836 #Ufa (1212000/303000 POPS) 1042 = { - aristocrats = { - culture = russian - religion = orthodox - size = 700 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 800 - } - - officers = { - culture = russian - religion = orthodox - size = 250 - } - - clergymen = { - culture = russian - religion = orthodox - size = 525 - } - - artisans = { - culture = russian - religion = orthodox - size = 4000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2100 - } - - farmers = { - culture = russian - religion = orthodox - size = 41045 - } - - serfs = { - culture = russian - religion = orthodox - size = 30000 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1750 - } - - officers = { - culture = tatar - religion = sunni - size = 100 - } - - clergymen = { - culture = tatar - religion = sunni - size = 750 - } - - artisans = { - culture = tatar - religion = sunni - size = 4000 - } - - soldiers = { - culture = tatar - religion = sunni - size = 800 - } - - farmers = { - culture = tatar - religion = sunni - size = 10600 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 250 - } - - officers = { - culture = tatar - religion = orthodox - size = 25 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 125 - } - - artisans = { - culture = tatar - religion = orthodox - size = 750 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 150 - } - - farmers = { - culture = tatar - religion = orthodox - size = 7700 - } + aristocrats = { + culture = russian + religion = orthodox + size = 700 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 800 + } + + officers = { + culture = russian + religion = orthodox + size = 250 + } + + clergymen = { + culture = russian + religion = orthodox + size = 525 + } + + artisans = { + culture = russian + religion = orthodox + size = 4000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2100 + } + + farmers = { + culture = russian + religion = orthodox + size = 41045 + } + + serfs = { + culture = russian + religion = orthodox + size = 30000 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1750 + } + + officers = { + culture = tatar + religion = sunni + size = 100 + } + + clergymen = { + culture = tatar + religion = sunni + size = 750 + } + + artisans = { + culture = tatar + religion = sunni + size = 4000 + } + + soldiers = { + culture = tatar + religion = sunni + size = 800 + } + + farmers = { + culture = tatar + religion = sunni + size = 10600 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 250 + } + + officers = { + culture = tatar + religion = orthodox + size = 25 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 125 + } + + artisans = { + culture = tatar + religion = orthodox + size = 750 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 150 + } + + farmers = { + culture = tatar + religion = orthodox + size = 7700 + } } #Busuluk (164000/41000 POPS) 1043 = { - aristocrats = { - culture = russian - religion = orthodox - size = 525 - } - - clergymen = { - culture = russian - religion = orthodox - size = 400 - } - - artisans = { - culture = russian - religion = orthodox - size = 2000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 400 - } - - farmers = { - culture = russian - religion = orthodox - size = 47675 - } + aristocrats = { + culture = russian + religion = orthodox + size = 525 + } + + clergymen = { + culture = russian + religion = orthodox + size = 400 + } + + artisans = { + culture = russian + religion = orthodox + size = 2000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 400 + } + + farmers = { + culture = russian + religion = orthodox + size = 47675 + } } #Orenburg (124000/31000 POPS) 1044 = { - aristocrats = { - culture = russian - religion = orthodox - size = 350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 300 - } - - artisans = { - culture = russian - religion = orthodox - size = 1550 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - labourers = { - culture = russian - religion = orthodox - size = 37800 - } + aristocrats = { + culture = russian + religion = orthodox + size = 350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 300 + } + + artisans = { + culture = russian + religion = orthodox + size = 1550 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + labourers = { + culture = russian + religion = orthodox + size = 37800 + } } #Kuban Region (520000) #under the rule of Russia in 1836 #Ekaterinodar (136000/34000 POPS) 1048 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 400 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 300 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1400 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 325 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 30625 - } - - farmers = { - culture = russian - religion = orthodox - size = 20000 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - soldiers = { - culture = greek - religion = orthodox - size = 25 - } - - farmers = { - culture = greek - religion = orthodox - size = 600 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 400 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 300 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1400 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 325 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 30625 + } + + farmers = { + culture = russian + religion = orthodox + size = 20000 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + soldiers = { + culture = greek + religion = orthodox + size = 25 + } + + farmers = { + culture = greek + religion = orthodox + size = 600 + } } #Temen/Novorossiysk (60000/15000 POPS) 1049 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 50 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 350 - } - - - farmers = { - culture = ukrainian - religion = orthodox - size = 6600 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 75 - } - - artisans = { - culture = russian - religion = orthodox - size = 350 - } - - - farmers = { - culture = russian - religion = orthodox - size = 6525 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 2750 - } - - clergymen = { - culture = circassian - religion = sunni - size = 1500 - } - - artisans = { - culture = circassian - religion = sunni - size = 7500 - } - - soldiers = { - culture = circassian - religion = sunni - size = 20000 - } - - farmers = { - culture = circassian - religion = sunni - size = 118250 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 50 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 350 + } + + + farmers = { + culture = ukrainian + religion = orthodox + size = 6600 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 75 + } + + artisans = { + culture = russian + religion = orthodox + size = 350 + } + + + farmers = { + culture = russian + religion = orthodox + size = 6525 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 2750 + } + + clergymen = { + culture = circassian + religion = sunni + size = 1500 + } + + artisans = { + culture = circassian + religion = sunni + size = 7500 + } + + soldiers = { + culture = circassian + religion = sunni + size = 20000 + } + + farmers = { + culture = circassian + religion = sunni + size = 118250 + } } #Stavropol (188000/47000 POPS) 1050 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 150 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 12100 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 150 - } - - officers = { - culture = russian - religion = orthodox - size = 75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 200 - } - - artisans = { - culture = russian - religion = orthodox - size = 1100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2000 - } - - farmers = { - culture = russian - religion = orthodox - size = 6075 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 250 - militancy = 3 - } - - officers = { - culture = circassian - religion = sunni - size = 50 - militancy = 3 - } - - clergymen = { - culture = circassian - religion = sunni - size = 125 - militancy = 3 - } - - artisans = { - culture = circassian - religion = sunni - size = 650 - militancy = 3 - } - - farmers = { - culture = tatar - religion = sunni - size = 8650 - militancy = 3 - } - - soldiers = { - culture = circassian - religion = sunni - size = 1150 - militancy = 3 - } - - farmers = { - culture = circassian - religion = sunni - size = 12775 - militancy = 3 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 15 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 25 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 50 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 10 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 900 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 150 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 12100 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 150 + } + + officers = { + culture = russian + religion = orthodox + size = 75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 200 + } + + artisans = { + culture = russian + religion = orthodox + size = 1100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2000 + } + + farmers = { + culture = russian + religion = orthodox + size = 6075 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 250 + militancy = 3 + } + + officers = { + culture = circassian + religion = sunni + size = 50 + militancy = 3 + } + + clergymen = { + culture = circassian + religion = sunni + size = 125 + militancy = 3 + } + + artisans = { + culture = circassian + religion = sunni + size = 650 + militancy = 3 + } + + farmers = { + culture = tatar + religion = sunni + size = 8650 + militancy = 3 + } + + soldiers = { + culture = circassian + religion = sunni + size = 1150 + militancy = 3 + } + + farmers = { + culture = circassian + religion = sunni + size = 12775 + militancy = 3 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 15 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 25 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 50 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 10 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 900 + } } #Adygei (136000/34000 POPS) 1051 = { - aristocrats = { - culture = circassian - religion = sunni - size = 1425 - } - - clergymen = { - culture = circassian - religion = sunni - size = 1200 - } - - artisans = { - culture = circassian - religion = sunni - size = 1100 - } - - soldiers = { - culture = circassian - religion = sunni - size = 10000 - } - - farmers = { - culture = circassian - religion = sunni - size = 212175 - } + aristocrats = { + culture = circassian + religion = sunni + size = 1425 + } + + clergymen = { + culture = circassian + religion = sunni + size = 1200 + } + + artisans = { + culture = circassian + religion = sunni + size = 1100 + } + + soldiers = { + culture = circassian + religion = sunni + size = 10000 + } + + farmers = { + culture = circassian + religion = sunni + size = 212175 + } } #Dagestan Region (324000) #under the rule of Russia in 1836 #Derbent (160000/40000 POPS) 1052 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 225 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 650 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 350 - } - - officers = { - culture = dagestani - religion = sunni - size = 100 - } - - artisans = { - culture = dagestani - religion = sunni - size = 1800 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 1150 - } - - farmers = { - culture = dagestani - religion = sunni - size = 48000 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 200 - } - ######## - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 100 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 100 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 150 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 1750 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 1100 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 225 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 650 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 350 + } + + officers = { + culture = dagestani + religion = sunni + size = 100 + } + + artisans = { + culture = dagestani + religion = sunni + size = 1800 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 1150 + } + + farmers = { + culture = dagestani + religion = sunni + size = 48000 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 200 + } + ######## + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 100 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 100 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 150 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 1750 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 1100 + } } #Gunib (164000/41000 POPS) 1053 = { - aristocrats = { - culture = dagestani - religion = sunni - size = 650 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 350 - } - - artisans = { - culture = dagestani - religion = sunni - size = 1750 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 4350 - } - - farmers = { - culture = dagestani - religion = sunni - size = 42200 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 75 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 100 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 250 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 1050 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 3575 - } - - ######Jews - - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 400 - } - - farmers = { - culture = sephardic - religion = jewish - size = 300 - } - ######## + aristocrats = { + culture = dagestani + religion = sunni + size = 650 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 350 + } + + artisans = { + culture = dagestani + religion = sunni + size = 1750 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 4350 + } + + farmers = { + culture = dagestani + religion = sunni + size = 42200 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 75 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 100 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 250 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 1050 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 3575 + } + + ######Jews + + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 400 + } + + farmers = { + culture = sephardic + religion = jewish + size = 300 + } + ######## } #Kavkaz Region (348000) #under the rule of Russia in 1836 #Vladikavkaz (76000/19000 POPS) 1054 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 825 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 2000 - } - - artisans = { - culture = circassian - religion = orthodox - size = 4000 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 2000 - } - - soldiers = { - culture = circassian - religion = sunni - size = 20000 - } - - farmers = { - culture = circassian - religion = animist - size = 104250 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 825 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 2000 + } + + artisans = { + culture = circassian + religion = orthodox + size = 4000 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 2000 + } + + soldiers = { + culture = circassian + religion = sunni + size = 20000 + } + + farmers = { + culture = circassian + religion = animist + size = 104250 + } } #Grozny (68000/17000 POPS) 1055 = { - aristocrats = { - culture = chechen - religion = sunni - size = 1325 - } - - clergymen = { - culture = chechen - religion = sunni - size = 1175 - } - - artisans = { - culture = chechen - religion = sunni - size = 3850 - } - - soldiers = { - culture = chechen - religion = sunni - size = 42650 - } - - farmers = { - culture = chechen - religion = sunni - size = 179000 - } + aristocrats = { + culture = chechen + religion = sunni + size = 1325 + } + + clergymen = { + culture = chechen + religion = sunni + size = 1175 + } + + artisans = { + culture = chechen + religion = sunni + size = 3850 + } + + soldiers = { + culture = chechen + religion = sunni + size = 42650 + } + + farmers = { + culture = chechen + religion = sunni + size = 179000 + } } #Pyatigorsk (136000/34000 POPS) 1056 = { - aristocrats = { - culture = circassian - religion = sunni - size = 675 - } - - clergymen = { - culture = circassian - religion = sunni - size = 1350 - } - - officers = { - culture = circassian - religion = sunni - size = 50 - } - - artisans = { - culture = circassian - religion = sunni - size = 1700 - } - - soldiers = { - culture = circassian - religion = sunni - size = 13350 - } - - farmers = { - culture = circassian - religion = sunni - size = 175875 - } - - farmers = { - culture = circassian - religion = sunni - size = 25875 - } + aristocrats = { + culture = circassian + religion = sunni + size = 675 + } + + clergymen = { + culture = circassian + religion = sunni + size = 1350 + } + + officers = { + culture = circassian + religion = sunni + size = 50 + } + + artisans = { + culture = circassian + religion = sunni + size = 1700 + } + + soldiers = { + culture = circassian + religion = sunni + size = 13350 + } + + farmers = { + culture = circassian + religion = sunni + size = 175875 + } + + farmers = { + culture = circassian + religion = sunni + size = 25875 + } } #Kizylyar (68000/17000 POPS) 1057 = { - aristocrats = { - culture = russian - religion = orthodox - size = 125 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 600 - } - - farmers = { - culture = russian - religion = orthodox - size = 6175 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 125 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 75 - } - - artisans = { - culture = dagestani - religion = sunni - size = 3350 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 2075 - } - - farmers = { - culture = dagestani - religion = sunni - size = 9375 - } + aristocrats = { + culture = russian + religion = orthodox + size = 125 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 600 + } + + farmers = { + culture = russian + religion = orthodox + size = 6175 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 125 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 75 + } + + artisans = { + culture = dagestani + religion = sunni + size = 3350 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 2075 + } + + farmers = { + culture = dagestani + religion = sunni + size = 9375 + } } #Urals Region (832000) #under the rule of Russia in 1836 #Ekaterinburg (396000/99000 POPS) 1058 = { - ######Jews - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## - - aristocrats = { - culture = russian - religion = orthodox - size = 800 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 275 - } - - officers = { - culture = russian - religion = orthodox - size = 225 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 45750 - } - - serfs = { - culture = russian - religion = orthodox - size = 25000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 2750 - } + ######Jews + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## + + aristocrats = { + culture = russian + religion = orthodox + size = 800 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 275 + } + + officers = { + culture = russian + religion = orthodox + size = 225 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 45750 + } + + serfs = { + culture = russian + religion = orthodox + size = 25000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 2750 + } } #Chelyabinsk (180000/45000 POPS) 1059 = { - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 450 - } - - artisans = { - culture = russian - religion = orthodox - size = 2250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 450 - } - - farmers = { - culture = russian - religion = orthodox - size = 41400 - } + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 450 + } + + artisans = { + culture = russian + religion = orthodox + size = 2250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 450 + } + + farmers = { + culture = russian + religion = orthodox + size = 41400 + } } #Orsk (180000/45000 POPS) 1060 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 450 - } - - artisans = { - culture = russian - religion = orthodox - size = 2250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 38850 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 450 + } + + artisans = { + culture = russian + religion = orthodox + size = 2250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 38850 + } } #Tyumen (54000/13500 POPS) 1061 = { - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 600 - } - - soldiers = { - culture = russian - religion = orthodox - size = 125 - } - - farmers = { - culture = russian - religion = orthodox - size = 22175 - } - - clergymen = { - culture = tatar - religion = sunni - size = 25 - } - - artisans = { - culture = tatar - religion = sunni - size = 75 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 1375 - } + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 600 + } + + soldiers = { + culture = russian + religion = orthodox + size = 125 + } + + farmers = { + culture = russian + religion = orthodox + size = 22175 + } + + clergymen = { + culture = tatar + religion = sunni + size = 25 + } + + artisans = { + culture = tatar + religion = sunni + size = 75 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 1375 + } } #Ishim (22000/5500 POPS) => Kainsk 2686 = { - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 200 - } - - artisans = { - culture = russian - religion = orthodox - size = 500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 20000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 10 - } - - soldiers = { - culture = tatar - religion = sunni - size = 10 - } - - farmers = { - culture = tatar - religion = sunni - size = 2200 - } + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 200 + } + + artisans = { + culture = russian + religion = orthodox + size = 500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 20000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 10 + } + + soldiers = { + culture = tatar + religion = sunni + size = 10 + } + + farmers = { + culture = tatar + religion = sunni + size = 2200 + } } #Yugra Region (98500) #under the rule of Russia in 1836 #Tobolsk (10800/2700 POPS) 1066 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 13050 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 50 - } - - clergymen = { - culture = ugrian - religion = animist - size = 15 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 825 - } - - farmers = { - culture = tatar - religion = sunni - size = 5000 - } - + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 13050 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 50 + } + + clergymen = { + culture = ugrian + religion = animist + size = 15 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 825 + } + + farmers = { + culture = tatar + religion = sunni + size = 5000 + } + } #Berezov (60000/15000 POPS) 1062 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 10 - } - - clergymen = { - culture = russian - religion = orthodox - size = 125 - } - - soldiers = { - culture = russian - religion = orthodox - size = 150 - } - - farmers = { - culture = russian - religion = orthodox - size = 2750 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 25 - } - - clergymen = { - culture = ugrian - religion = animist - size = 50 - } - - artisans = { - culture = ugrian - religion = animist - size = 100 - } - - soldiers = { - culture = ugrian - religion = animist - size = 25 - } - - farmers = { - culture = ugrian - religion = animist - size = 900 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 10 + } + + clergymen = { + culture = russian + religion = orthodox + size = 125 + } + + soldiers = { + culture = russian + religion = orthodox + size = 150 + } + + farmers = { + culture = russian + religion = orthodox + size = 2750 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 25 + } + + clergymen = { + culture = ugrian + religion = animist + size = 50 + } + + artisans = { + culture = ugrian + religion = animist + size = 100 + } + + soldiers = { + culture = ugrian + religion = animist + size = 25 + } + + farmers = { + culture = ugrian + religion = animist + size = 900 + } } #Nizhnevartovsk (4000/1000 POPS) => Nyagan 1065 = { - aristocrats = { - culture = ugrian - religion = animist - size = 10 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 500 - } + aristocrats = { + culture = ugrian + religion = animist + size = 10 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 500 + } } #Ases Igan (4000/1000 POPS) => Surgut 2646 = { - aristocrats = { - culture = russian - religion = orthodox - size = 10 - } - - clergymen = { - culture = russian - religion = orthodox - size = 125 - } - - soldiers = { - culture = russian - religion = orthodox - size = 150 - } - - farmers = { - culture = russian - religion = orthodox - size = 1900 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 10 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 500 - } + aristocrats = { + culture = russian + religion = orthodox + size = 10 + } + + clergymen = { + culture = russian + religion = orthodox + size = 125 + } + + soldiers = { + culture = russian + religion = orthodox + size = 150 + } + + farmers = { + culture = russian + religion = orthodox + size = 1900 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 10 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 500 + } } #Bakchar (8500/2125 POPS) => Narym 2683 = { - aristocrats = { - culture = russian - religion = animist - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - farmers = { - culture = russian - religion = orthodox - size = 8800 - } - - - clergymen = { - culture = siberian - religion = animist - size = 25 - } - - artisans = { - culture = siberian - religion = animist - size = 50 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - farmers = { - culture = siberian - religion = animist - size = 200 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 10 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 500 - } -} -#Muzhi (6000/1500 POPS) => Verkhoturye + aristocrats = { + culture = russian + religion = animist + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + farmers = { + culture = russian + religion = orthodox + size = 8800 + } + + + clergymen = { + culture = siberian + religion = animist + size = 25 + } + + artisans = { + culture = siberian + religion = animist + size = 50 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + farmers = { + culture = siberian + religion = animist + size = 200 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 10 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 500 + } +} +#Muzhi (6000/1500 POPS) => Verkhoturye 2685 = { - aristocrats = { - culture = russian - religion = orthodox - size = 800 - } - - officers = { - culture = russian - religion = orthodox - size = 225 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 5000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 50750 - } - - farmers = { - culture = ugrian - religion = animist - size = 450 - } + aristocrats = { + culture = russian + religion = orthodox + size = 800 + } + + officers = { + culture = russian + religion = orthodox + size = 225 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 5000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 50750 + } + + farmers = { + culture = ugrian + religion = animist + size = 450 + } } #Verkniy Ufaley (1200/300 POPS) 2690 = { - clergymen = { - culture = ugrian - religion = animist - size = 5 - } - - farmers = { - culture = ugrian - religion = animist - size = 195 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - artisans = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = russian - religion = orthodox - size = 90 - } + clergymen = { + culture = ugrian + religion = animist + size = 5 + } + + farmers = { + culture = ugrian + religion = animist + size = 195 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + artisans = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = russian + religion = orthodox + size = 90 + } } #Vorgovo (4000/1000 POPS) => Minusk 2691 = { - farmers = { - culture = siberian - religion = animist - size = 400 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 500 - } - - farmers = { - culture = russian - religion = orthodox - size = 18750 - } - - aristocrats = { - culture = tatar - religion = animist - size = 75 - } - - clergymen = { - culture = tatar - religion = animist - size = 50 - } - - artisans = { - culture = tatar - religion = animist - size = 300 - } - - soldiers = { - culture = tatar - religion = animist - size = 50 - } - - farmers = { - culture = tatar - religion = animist - size = 5500 - } + farmers = { + culture = siberian + religion = animist + size = 400 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 500 + } + + farmers = { + culture = russian + religion = orthodox + size = 18750 + } + + aristocrats = { + culture = tatar + religion = animist + size = 75 + } + + clergymen = { + culture = tatar + religion = animist + size = 50 + } + + artisans = { + culture = tatar + religion = animist + size = 300 + } + + soldiers = { + culture = tatar + religion = animist + size = 50 + } + + farmers = { + culture = tatar + religion = animist + size = 5500 + } } #Kostino (2000/500 POPS) 2692 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } } #Yamalia Region (10400) #under the rule of Russia in 1836 #Mordiyakha (1000/250 POPS) => Shadrinsk 2614 = { - aristocrats = { - culture = russian - religion = orthodox - size = 800 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 275 - } - - officers = { - culture = russian - religion = orthodox - size = 225 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 10000 - } - - artisans = { - culture = russian - religion = orthodox - size = 4950 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 60000 - } - - serfs = { - culture = russian - religion = orthodox - size = 10000 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 4300 - } + aristocrats = { + culture = russian + religion = orthodox + size = 800 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 275 + } + + officers = { + culture = russian + religion = orthodox + size = 225 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 10000 + } + + artisans = { + culture = russian + religion = orthodox + size = 4950 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 60000 + } + + serfs = { + culture = russian + religion = orthodox + size = 10000 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 4300 + } } #Yar Sale (1000/250 POPS) 2684 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5 - } - - artisans = { - culture = ugrian - religion = animist - size = 10 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5 - } - - farmers = { - culture = ugrian - religion = animist - size = 225 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5 + } + + artisans = { + culture = ugrian + religion = animist + size = 10 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5 + } + + farmers = { + culture = ugrian + religion = animist + size = 225 + } } #Aksarka (2200/550 POPS) 2682 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10 - } - - artisans = { - culture = ugrian - religion = animist - size = 25 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10 - } - - farmers = { - culture = ugrian - religion = animist - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2 - } - - artisans = { - culture = russian - religion = orthodox - size = 3 - } - - farmers = { - culture = russian - religion = orthodox - size = 45 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10 + } + + artisans = { + culture = ugrian + religion = animist + size = 25 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10 + } + + farmers = { + culture = ugrian + religion = animist + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2 + } + + artisans = { + culture = russian + religion = orthodox + size = 3 + } + + farmers = { + culture = russian + religion = orthodox + size = 45 + } } #Napalkovo (1000/250 POPS) 2659 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5 - } - - artisans = { - culture = ugrian - religion = animist - size = 10 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5 - } - - farmers = { - culture = ugrian - religion = animist - size = 225 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5 + } + + artisans = { + culture = ugrian + religion = animist + size = 10 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5 + } + + farmers = { + culture = ugrian + religion = animist + size = 225 + } } #Nyda (1000/250 POPS) 2613 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5 - } - - artisans = { - culture = ugrian - religion = animist - size = 10 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5 - } - - farmers = { - culture = ugrian - religion = animist - size = 225 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5 + } + + artisans = { + culture = ugrian + religion = animist + size = 10 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5 + } + + farmers = { + culture = ugrian + religion = animist + size = 225 + } } #Krasnoselkup (2200/550 POPS) 2615 = { - aristocrats = { - culture = ugrian - religion = animist - size = 10 - } - - clergymen = { - culture = ugrian - religion = animist - size = 20 - } - - artisans = { - culture = ugrian - religion = animist - size = 50 - } - - soldiers = { - culture = ugrian - religion = animist - size = 20 - } - - farmers = { - culture = ugrian - religion = animist - size = 900 - } + aristocrats = { + culture = ugrian + religion = animist + size = 10 + } + + clergymen = { + culture = ugrian + religion = animist + size = 20 + } + + artisans = { + culture = ugrian + religion = animist + size = 50 + } + + soldiers = { + culture = ugrian + religion = animist + size = 20 + } + + farmers = { + culture = ugrian + religion = animist + size = 900 + } } #Tomsk Region (1346700) @@ -6557,3905 +6557,3905 @@ #Tomsk (814000/203500 POPS) 1063 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 600 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - ######## - - farmers = { - culture = gypsy - religion = orthodox - size = 300 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 700 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 300 - } - - officers = { - culture = russian - religion = orthodox - size = 250 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2000 - } - - artisans = { - culture = russian - religion = orthodox - size = 5000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 20000 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 2775 - } - - farmers = { - culture = siberian - religion = animist - size = 700 - } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 600 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + ######## + + farmers = { + culture = gypsy + religion = orthodox + size = 300 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 700 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 300 + } + + officers = { + culture = russian + religion = orthodox + size = 250 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2000 + } + + artisans = { + culture = russian + religion = orthodox + size = 5000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 20000 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 2775 + } + + farmers = { + culture = siberian + religion = animist + size = 700 + } } #Omsk (223500/55878 POPS) 1064 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## - - farmers = { - culture = gypsy - religion = orthodox - size = 200 - } - aristocrats = { - culture = russian - religion = orthodox - size = 200 - } - - clergymen = { - culture = russian - religion = orthodox - size = 550 - } - - artisans = { - culture = russian - religion = orthodox - size = 2800 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 25325 - } - - clergymen = { - culture = tatar - religion = sunni - size = 50 - } - - artisans = { - culture = tatar - religion = sunni - size = 150 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25 - } - - farmers = { - culture = tatar - religion = sunni - size = 4000 - } - + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## + + farmers = { + culture = gypsy + religion = orthodox + size = 200 + } + aristocrats = { + culture = russian + religion = orthodox + size = 200 + } + + clergymen = { + culture = russian + religion = orthodox + size = 550 + } + + artisans = { + culture = russian + religion = orthodox + size = 2800 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 25325 + } + + clergymen = { + culture = tatar + religion = sunni + size = 50 + } + + artisans = { + culture = tatar + religion = sunni + size = 150 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25 + } + + farmers = { + culture = tatar + religion = sunni + size = 4000 + } + } #Slavgorod (60000/15000 POPS) => Kuznetsk 2698 = { - aristocrats = { - culture = russian - religion = orthodox - size = 200 - } - - clergymen = { - culture = russian - religion = orthodox - size = 250 - } - - artisans = { - culture = russian - religion = orthodox - size = 2000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 25000 - } - - clergymen = { - culture = tatar - religion = animist - size = 50 - } - - artisans = { - culture = tatar - religion = animist - size = 150 - } - - soldiers = { - culture = tatar - religion = animist - size = 25 - } - - farmers = { - culture = tatar - religion = animist - size = 4000 - } - - farmers = { - culture = siberian - religion = animist - size = 280 - } + aristocrats = { + culture = russian + religion = orthodox + size = 200 + } + + clergymen = { + culture = russian + religion = orthodox + size = 250 + } + + artisans = { + culture = russian + religion = orthodox + size = 2000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 25000 + } + + clergymen = { + culture = tatar + religion = animist + size = 50 + } + + artisans = { + culture = tatar + religion = animist + size = 150 + } + + soldiers = { + culture = tatar + religion = animist + size = 25 + } + + farmers = { + culture = tatar + religion = animist + size = 4000 + } + + farmers = { + culture = siberian + religion = animist + size = 280 + } } #Barnaul (116000/29000 POPS) 1067 = { - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - officers = { - culture = russian - religion = orthodox - size = 225 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 5000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 20000 - } - - aristocrats = { - culture = tatar - religion = animist - size = 100 - } - - farmers = { - culture = tatar - religion = animist - size = 1400 - } + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + officers = { + culture = russian + religion = orthodox + size = 225 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 5000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 20000 + } + + aristocrats = { + culture = tatar + religion = animist + size = 100 + } + + farmers = { + culture = tatar + religion = animist + size = 1400 + } } #Ulala (36000/9000 POPS) 1068 = { - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 2775 - } - - aristocrats = { - culture = tatar - religion = animist - size = 100 - } - - clergymen = { - culture = tatar - religion = animist - size = 50 - } - - artisans = { - culture = tatar - religion = animist - size = 300 - } - - soldiers = { - culture = tatar - religion = animist - size = 75 - } - - farmers = { - culture = tatar - religion = animist - size = 5475 - } + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 2775 + } + + aristocrats = { + culture = tatar + religion = animist + size = 100 + } + + clergymen = { + culture = tatar + religion = animist + size = 50 + } + + artisans = { + culture = tatar + religion = animist + size = 300 + } + + soldiers = { + culture = tatar + religion = animist + size = 75 + } + + farmers = { + culture = tatar + religion = animist + size = 5475 + } } #Yakutsk Region (117000) #under the rule of Russia in 1836 #Yakutsk (64000/16000 POPS) 2648 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 20 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - artisans = { - culture = russian - religion = orthodox - size = 135 - } - - soldiers = { - culture = russian - religion = orthodox - size = 30 - } - - farmers = { - culture = russian - religion = orthodox - size = 1865 - } - - aristocrats = { - culture = yakut - religion = animist - size = 125 - } - - clergymen = { - culture = yakut - religion = animist - size = 75 - } - - artisans = { - culture = yakut - religion = animist - size = 450 - } - - soldiers = { - culture = yakut - religion = animist - size = 100 - } - - farmers = { - culture = yakut - religion = animist - size = 9300 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 50 - } - - artisans = { - culture = yakut - religion = orthodox - size = 250 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 50 - } - - farmers = { - culture = yakut - religion = orthodox - size = 4695 - } - - farmers = { - culture = siberian - religion = animist - size = 600 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 20 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + artisans = { + culture = russian + religion = orthodox + size = 135 + } + + soldiers = { + culture = russian + religion = orthodox + size = 30 + } + + farmers = { + culture = russian + religion = orthodox + size = 1865 + } + + aristocrats = { + culture = yakut + religion = animist + size = 125 + } + + clergymen = { + culture = yakut + religion = animist + size = 75 + } + + artisans = { + culture = yakut + religion = animist + size = 450 + } + + soldiers = { + culture = yakut + religion = animist + size = 100 + } + + farmers = { + culture = yakut + religion = animist + size = 9300 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 50 + } + + artisans = { + culture = yakut + religion = orthodox + size = 250 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 50 + } + + farmers = { + culture = yakut + religion = orthodox + size = 4695 + } + + farmers = { + culture = siberian + religion = animist + size = 600 + } } #Vilyuysk (10000/2500 POPS) 1069 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 15 - } - - artisans = { - culture = yakut - religion = animist - size = 50 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - farmers = { - culture = yakut - religion = animist - size = 900 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10 - } - - farmers = { - culture = yakut - religion = orthodox - size = 475 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 15 + } + + artisans = { + culture = yakut + religion = animist + size = 50 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + farmers = { + culture = yakut + religion = animist + size = 900 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10 + } + + farmers = { + culture = yakut + religion = orthodox + size = 475 + } } #Mukhtuya (10000/2500 POPS) 2695 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 15 - } - - artisans = { - culture = yakut - religion = animist - size = 50 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - farmers = { - culture = yakut - religion = animist - size = 900 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10 - } - - farmers = { - culture = yakut - religion = orthodox - size = 475 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 15 + } + + artisans = { + culture = yakut + religion = animist + size = 50 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + farmers = { + culture = yakut + religion = animist + size = 900 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10 + } + + farmers = { + culture = yakut + religion = orthodox + size = 475 + } } #Nyurba (12000/3000 POPS) 2650 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = yakut - religion = animist - size = 25 - } - - clergymen = { - culture = yakut - religion = animist - size = 30 - } - - artisans = { - culture = yakut - religion = animist - size = 75 - } - - soldiers = { - culture = yakut - religion = animist - size = 20 - } - - farmers = { - culture = yakut - religion = animist - size = 1350 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10 - } - - farmers = { - culture = yakut - religion = orthodox - size = 475 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = yakut + religion = animist + size = 25 + } + + clergymen = { + culture = yakut + religion = animist + size = 30 + } + + artisans = { + culture = yakut + religion = animist + size = 75 + } + + soldiers = { + culture = yakut + religion = animist + size = 20 + } + + farmers = { + culture = yakut + religion = animist + size = 1350 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10 + } + + farmers = { + culture = yakut + religion = orthodox + size = 475 + } } #Zhigansk (4000/1000 POPS) 2649 = { - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 15 - } - - artisans = { - culture = yakut - religion = animist - size = 50 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - farmers = { - culture = yakut - religion = animist - size = 900 - } + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 15 + } + + artisans = { + culture = yakut + religion = animist + size = 50 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + farmers = { + culture = yakut + religion = animist + size = 900 + } } #Pokrovsk (17000/4250 POPS) 2672 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 900 - } - - aristocrats = { - culture = yakut - religion = animist - size = 45 - } - - clergymen = { - culture = yakut - religion = animist - size = 50 - } - - artisans = { - culture = yakut - religion = animist - size = 125 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - farmers = { - culture = yakut - religion = animist - size = 2255 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5 - } - - artisans = { - culture = yakut - religion = orthodox - size = 25 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10 - } - - farmers = { - culture = yakut - religion = orthodox - size = 710 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 900 + } + + aristocrats = { + culture = yakut + religion = animist + size = 45 + } + + clergymen = { + culture = yakut + religion = animist + size = 50 + } + + artisans = { + culture = yakut + religion = animist + size = 125 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + farmers = { + culture = yakut + religion = animist + size = 2255 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5 + } + + artisans = { + culture = yakut + religion = orthodox + size = 25 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10 + } + + farmers = { + culture = yakut + religion = orthodox + size = 710 + } } #Evenkia Region (14000) #under the rule of Russia in 1836 #Dudinka (1000/250 POPS) 2680 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 225 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 225 + } } #Svetlogorsk (2000/500 POPS) 2657 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 20 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 410 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 3 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2 - } - - farmers = { - culture = russian - religion = orthodox - size = 45 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 20 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 410 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 3 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2 + } + + farmers = { + culture = russian + religion = orthodox + size = 45 + } } #Kheta (1000/250 POPS) 2658 = { - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 450 - } - - artisans = { - culture = russian - religion = orthodox - size = 2250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 450 - } - - farmers = { - culture = russian - religion = orthodox - size = 32400 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 100 - } - - clergymen = { - culture = tatar - religion = sunni - size = 450 - } - - farmers = { - culture = tatar - religion = sunni - size = 3000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 450 + } + + artisans = { + culture = russian + religion = orthodox + size = 2250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 450 + } + + farmers = { + culture = russian + religion = orthodox + size = 32400 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 100 + } + + clergymen = { + culture = tatar + religion = sunni + size = 450 + } + + farmers = { + culture = tatar + religion = sunni + size = 3000 + } } #Kha-tanga (1000/250 POPS) 2654 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 225 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 225 + } } #Essey (1000/250 POPS) => Abakan/Khakas 2674 = { - clergymen = { - culture = russian - religion = orthodox - size = 50 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = tatar - religion = animist - size = 100 - } - - clergymen = { - culture = tatar - religion = animist - size = 50 - } - - artisans = { - culture = tatar - religion = animist - size = 300 - } - - soldiers = { - culture = tatar - religion = animist - size = 75 - } - - farmers = { - culture = tatar - religion = animist - size = 6000 - } + clergymen = { + culture = russian + religion = orthodox + size = 50 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = tatar + religion = animist + size = 100 + } + + clergymen = { + culture = tatar + religion = animist + size = 50 + } + + artisans = { + culture = tatar + religion = animist + size = 300 + } + + soldiers = { + culture = tatar + religion = animist + size = 75 + } + + farmers = { + culture = tatar + religion = animist + size = 6000 + } } #Saskylah (1000/250 POPS) 2653 = { - aristocrats = { - culture = yakut - religion = animist - size = 5 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 230 - } + aristocrats = { + culture = yakut + religion = animist + size = 5 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 230 + } } #Udachniy (2000/500 POPS) 2651 = { - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 180 - } - - aristocrats = { - culture = yakut - religion = animist - size = 5 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 275 - } + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 180 + } + + aristocrats = { + culture = yakut + religion = animist + size = 5 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 275 + } } #Yekonda (2000/500 POPS) 2675 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 325 - } - - aristocrats = { - culture = yakut - religion = animist - size = 3 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 5 - } - - soldiers = { - culture = yakut - religion = animist - size = 2 - } - - farmers = { - culture = yakut - religion = animist - size = 135 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 325 + } + + aristocrats = { + culture = yakut + religion = animist + size = 3 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 5 + } + + soldiers = { + culture = yakut + religion = animist + size = 2 + } + + farmers = { + culture = yakut + religion = animist + size = 135 + } } #Tura (1000/250 POPS) 2655 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 225 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 225 + } } #Uchami (2000/500 POPS) 2693 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } } #Indigirka Region (11000) #under the rule of Russia in 1836 #Verkhoyansk (2000/500 POPS) 2668 = { - aristocrats = { - culture = yakut - religion = animist - size = 20 - } - - clergymen = { - culture = yakut - religion = animist - size = 20 - } - - artisans = { - culture = yakut - religion = animist - size = 50 - } - - soldiers = { - culture = yakut - religion = animist - size = 10 - } - - farmers = { - culture = yakut - religion = animist - size = 875 - } + aristocrats = { + culture = yakut + religion = animist + size = 20 + } + + clergymen = { + culture = yakut + religion = animist + size = 20 + } + + artisans = { + culture = yakut + religion = animist + size = 50 + } + + soldiers = { + culture = yakut + religion = animist + size = 10 + } + + farmers = { + culture = yakut + religion = animist + size = 875 + } } #Ust Nera (2000/500 POPS) 2642 = { - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 10 - } - - artisans = { - culture = yakut - religion = animist - size = 25 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 450 - } + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 10 + } + + artisans = { + culture = yakut + religion = animist + size = 25 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 450 + } } #Honuu (1000/250 POPS) 2643 = { - aristocrats = { - culture = yakut - religion = animist - size = 3 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 2 - } - - farmers = { - culture = yakut - religion = animist - size = 230 - } + aristocrats = { + culture = yakut + religion = animist + size = 3 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 2 + } + + farmers = { + culture = yakut + religion = animist + size = 230 + } } #Abiy (2000/500 POPS) 2619 = { - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 10 - } - - artisans = { - culture = yakut - religion = animist - size = 25 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 450 - } + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 10 + } + + artisans = { + culture = yakut + religion = animist + size = 25 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 450 + } } #Chokurdakh (1000/250 POPS) 2665 = { - aristocrats = { - culture = yakut - religion = animist - size = 5 - } - - clergymen = { - culture = yakut - religion = animist - size = 10 - } - - artisans = { - culture = yakut - religion = animist - size = 20 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 460 - } + aristocrats = { + culture = yakut + religion = animist + size = 5 + } + + clergymen = { + culture = yakut + religion = animist + size = 10 + } + + artisans = { + culture = yakut + religion = animist + size = 20 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 460 + } } #Olenyok Region (5000) #under the rule of Russia in 1836 #Olenyok (1000/250 POPS) 2673 = { - aristocrats = { - culture = yakut - religion = animist - size = 3 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 2 - } - - farmers = { - culture = yakut - religion = animist - size = 220 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2 - } - - farmers = { - culture = russian - religion = orthodox - size = 7 - } + aristocrats = { + culture = yakut + religion = animist + size = 3 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 2 + } + + farmers = { + culture = yakut + religion = animist + size = 220 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2 + } + + farmers = { + culture = russian + religion = orthodox + size = 7 + } } #Bulun (1000/250 POPS) 2667 = { - aristocrats = { - culture = yakut - religion = animist - size = 3 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 2 - } - - farmers = { - culture = yakut - religion = animist - size = 230 - } + aristocrats = { + culture = yakut + religion = animist + size = 3 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 2 + } + + farmers = { + culture = yakut + religion = animist + size = 230 + } } #Tiksi (1000/250 POPS) => Verkhneudinsk 2670 = { - aristocrats = { - culture = russian - religion = orthodox - size = 400 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 65 - } - - clergymen = { - culture = russian - religion = orthodox - size = 375 - } - - artisans = { - culture = russian - religion = orthodox - size = 1850 - } - - soldiers = { - culture = russian - religion = orthodox - size = 375 - } - - farmers = { - culture = russian - religion = orthodox - size = 22000 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 325 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 850 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 26000 - } + aristocrats = { + culture = russian + religion = orthodox + size = 400 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 65 + } + + clergymen = { + culture = russian + religion = orthodox + size = 375 + } + + artisans = { + culture = russian + religion = orthodox + size = 1850 + } + + soldiers = { + culture = russian + religion = orthodox + size = 375 + } + + farmers = { + culture = russian + religion = orthodox + size = 22000 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 325 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 850 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 26000 + } } #Kular (1000/250 POPS) 2652 = { - aristocrats = { - culture = yakut - religion = animist - size = 3 - } - - clergymen = { - culture = yakut - religion = animist - size = 5 - } - - artisans = { - culture = yakut - religion = animist - size = 10 - } - - soldiers = { - culture = yakut - religion = animist - size = 2 - } - - farmers = { - culture = yakut - religion = animist - size = 230 - } + aristocrats = { + culture = yakut + religion = animist + size = 3 + } + + clergymen = { + culture = yakut + religion = animist + size = 5 + } + + artisans = { + culture = yakut + religion = animist + size = 10 + } + + soldiers = { + culture = yakut + religion = animist + size = 2 + } + + farmers = { + culture = yakut + religion = animist + size = 230 + } } #Zhilinda (1000/250 POPS) => Barguzin 2671 = { - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 50 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 35 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 15 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 85 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 15 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 2500 - } - - farmers = { - culture = siberian - religion = animist - size = 500 - } + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 50 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 35 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 15 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 85 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 15 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 2500 + } + + farmers = { + culture = siberian + religion = animist + size = 500 + } } #Kolyma Region (6000) #under the rule of Russia in 1836 #Srednokolymsk (1000/250 POPS) 2621 = { - aristocrats = { - culture = siberian - religion = animist - size = 4 - } - - clergymen = { - culture = siberian - religion = animist - size = 8 - } - - artisans = { - culture = siberian - religion = animist - size = 14 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 340 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3 - } - - farmers = { - culture = russian - religion = orthodox - size = 20 - } - - farmers = { - culture = yakut - religion = animist - size = 110 - } + aristocrats = { + culture = siberian + religion = animist + size = 4 + } + + clergymen = { + culture = siberian + religion = animist + size = 8 + } + + artisans = { + culture = siberian + religion = animist + size = 14 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 340 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3 + } + + farmers = { + culture = russian + religion = orthodox + size = 20 + } + + farmers = { + culture = yakut + religion = animist + size = 110 + } } #Syasir (1000/250 POPS) 2620 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Beryezovka (1000/250 POPS) 2660 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Aldanskiy Region (18000 POPS) #Aldan (1000/250 POPS) 2696 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Chernomin (1000/250 POPS) 1080 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Olyekminsk (6000/1500 POPS) 2644 = { - farmers = { - culture = siberian - religion = animist - size = 200 - } - - aristocrats = { - culture = yakut - religion = animist - size = 15 - } - - clergymen = { - culture = yakut - religion = animist - size = 25 - } - - artisans = { - culture = yakut - religion = animist - size = 50 - } - - soldiers = { - culture = yakut - religion = animist - size = 10 - } - - farmers = { - culture = yakut - religion = animist - size = 2000 - } + farmers = { + culture = siberian + religion = animist + size = 200 + } + + aristocrats = { + culture = yakut + religion = animist + size = 15 + } + + clergymen = { + culture = yakut + religion = animist + size = 25 + } + + artisans = { + culture = yakut + religion = animist + size = 50 + } + + soldiers = { + culture = yakut + religion = animist + size = 10 + } + + farmers = { + culture = yakut + religion = animist + size = 2000 + } } #Chilchi (4000/1000 POPS) 2645 = { - aristocrats = { - culture = siberian - religion = animist - size = 10 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10 - } - - clergymen = { - culture = yakut - religion = animist - size = 10 - } - - artisans = { - culture = yakut - religion = animist - size = 25 - } - - soldiers = { - culture = yakut - religion = animist - size = 5 - } - - farmers = { - culture = yakut - religion = animist - size = 450 - } + aristocrats = { + culture = siberian + religion = animist + size = 10 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10 + } + + clergymen = { + culture = yakut + religion = animist + size = 10 + } + + artisans = { + culture = yakut + religion = animist + size = 25 + } + + soldiers = { + culture = yakut + religion = animist + size = 5 + } + + farmers = { + culture = yakut + religion = animist + size = 450 + } } #Okhotsk Region (11000) #under the rule of Russia in 1836 #Okhotsk (4000/1000 POPS) 1072 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2 - } - - artisans = { - culture = russian - religion = orthodox - size = 45 - } - - clergymen = { - culture = russian - religion = orthodox - size = 15 - } - - soldiers = { - culture = russian - religion = orthodox - size = 8 - } - - farmers = { - culture = russian - religion = orthodox - size = 680 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2 + } + + artisans = { + culture = russian + religion = orthodox + size = 45 + } + + clergymen = { + culture = russian + religion = orthodox + size = 15 + } + + soldiers = { + culture = russian + religion = orthodox + size = 8 + } + + farmers = { + culture = russian + religion = orthodox + size = 680 + } } #Ayan (3000/750 POPS) 2641 = { - aristocrats = { - culture = siberian - religion = animist - size = 10 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } - - artisans = { - culture = russian - religion = orthodox - size = 10 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5 - } - - farmers = { - culture = russian - religion = orthodox - size = 235 - } + aristocrats = { + culture = siberian + religion = animist + size = 10 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } + + artisans = { + culture = russian + religion = orthodox + size = 10 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5 + } + + farmers = { + culture = russian + religion = orthodox + size = 235 + } } #Susuman (2000/500 POPS) 2639 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Ola (2000/500 POPS) 2618 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Kamchatka Region (10000) #under the rule of Russia in 1836 #Petropavlovsk (4000/1000 POPS) 1074 = { - clergymen = { - culture = siberian - religion = animist - size = 3 - } - - artisans = { - culture = siberian - religion = animist - size = 5 - } - - soldiers = { - culture = siberian - religion = animist - size = 2 - } - - farmers = { - culture = siberian - religion = animist - size = 140 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 3 - } - - clergymen = { - culture = russian - religion = orthodox - size = 4 - } - - artisans = { - culture = russian - religion = orthodox - size = 40 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3 - } - - farmers = { - culture = russian - religion = orthodox - size = 800 - } + clergymen = { + culture = siberian + religion = animist + size = 3 + } + + artisans = { + culture = siberian + religion = animist + size = 5 + } + + soldiers = { + culture = siberian + religion = animist + size = 2 + } + + farmers = { + culture = siberian + religion = animist + size = 140 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 3 + } + + clergymen = { + culture = russian + religion = orthodox + size = 4 + } + + artisans = { + culture = russian + religion = orthodox + size = 40 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3 + } + + farmers = { + culture = russian + religion = orthodox + size = 800 + } } #Omsukchan (1000/250 POPS) 2638 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Kamenskoye (1000/250 POPS) 2663 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Korf/Tilichiki (1000/250 POPS) 2616 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Palana/Ossora (1000/250 POPS) 2633 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Yevensk (2000/500 POPS) => Gizhiga 1073 = { - aristocrats = { - culture = siberian - religion = animist - size = 10 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3 - } - - artisans = { - culture = siberian - religion = animist - size = 40 - } - - farmers = { - culture = russian - religion = orthodox - size = 100 - } + aristocrats = { + culture = siberian + religion = animist + size = 10 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3 + } + + artisans = { + culture = siberian + religion = animist + size = 40 + } + + farmers = { + culture = russian + religion = orthodox + size = 100 + } } #Chukotka Region (5800) #under the rule of Russia in 1836 #Rassvet (1000/250 POPS) 2634 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Novo Mariinsk (2000/500 POPS) #inuit = chukchi } 2637 = { - aristocrats = { - culture = inuit - religion = animist - size = 9 - } - - clergymen = { - culture = inuit - religion = animist - size = 15 - } - - artisans = { - culture = inuit - religion = animist - size = 35 - } - - soldiers = { - culture = inuit - religion = animist - size = 11 - } - - farmers = { - culture = inuit - religion = animist - size = 680 - } + aristocrats = { + culture = inuit + religion = animist + size = 9 + } + + clergymen = { + culture = inuit + religion = animist + size = 15 + } + + artisans = { + culture = inuit + religion = animist + size = 35 + } + + soldiers = { + culture = inuit + religion = animist + size = 11 + } + + farmers = { + culture = inuit + religion = animist + size = 680 + } } #Pevek (600/150 POPS) #inuit = chukchi } 2666 = { - aristocrats = { - culture = inuit - religion = animist - size = 2 - } - - clergymen = { - culture = inuit - religion = animist - size = 3 - } - - artisans = { - culture = inuit - religion = animist - size = 4 - } - - soldiers = { - culture = inuit - religion = animist - size = 2 - } - - farmers = { - culture = inuit - religion = animist - size = 135 - } + aristocrats = { + culture = inuit + religion = animist + size = 2 + } + + clergymen = { + culture = inuit + religion = animist + size = 3 + } + + artisans = { + culture = inuit + religion = animist + size = 4 + } + + soldiers = { + culture = inuit + religion = animist + size = 2 + } + + farmers = { + culture = inuit + religion = animist + size = 135 + } } #Nizhnekolymsk (600/150 POPS) 2661 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 3 - } - - artisans = { - culture = siberian - religion = animist - size = 4 - } - - soldiers = { - culture = siberian - religion = animist - size = 2 - } - - farmers = { - culture = siberian - religion = animist - size = 135 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 3 + } + + artisans = { + culture = siberian + religion = animist + size = 4 + } + + soldiers = { + culture = siberian + religion = animist + size = 2 + } + + farmers = { + culture = siberian + religion = animist + size = 135 + } } #Markovo (600/150 POPS) 2622 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 3 - } - - artisans = { - culture = siberian - religion = animist - size = 4 - } - - soldiers = { - culture = siberian - religion = animist - size = 2 - } - - farmers = { - culture = siberian - religion = animist - size = 135 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 3 + } + + artisans = { + culture = siberian + religion = animist + size = 4 + } + + soldiers = { + culture = siberian + religion = animist + size = 2 + } + + farmers = { + culture = siberian + religion = animist + size = 135 + } } #Krasnoyarsk Region (232000) #under the rule of Russia in 1836 #Krasnoyarsk (226000/56500 POPS) 1077 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## - - farmers = { - culture = gypsy - religion = orthodox - size = 100 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 625 - } - - officers = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 500 - } - - farmers = { - culture = russian - religion = orthodox - size = 25750 - } - - aristocrats = { - culture = tatar - religion = animist - size = 75 - } - - clergymen = { - culture = tatar - religion = animist - size = 50 - } - - artisans = { - culture = tatar - religion = animist - size = 300 - } - - soldiers = { - culture = tatar - religion = animist - size = 50 - } - - farmers = { - culture = tatar - religion = animist - size = 2125 - } - - farmers = { - culture = siberian - religion = animist - size = 50 - } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## + + farmers = { + culture = gypsy + religion = orthodox + size = 100 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 625 + } + + officers = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 500 + } + + farmers = { + culture = russian + religion = orthodox + size = 25750 + } + + aristocrats = { + culture = tatar + religion = animist + size = 75 + } + + clergymen = { + culture = tatar + religion = animist + size = 50 + } + + artisans = { + culture = tatar + religion = animist + size = 300 + } + + soldiers = { + culture = tatar + religion = animist + size = 50 + } + + farmers = { + culture = tatar + religion = animist + size = 2125 + } + + farmers = { + culture = siberian + religion = animist + size = 50 + } } #Bryanka (2000/500 POPS) => Yeniseysk 1070 = { - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 200 - } - - artisans = { - culture = russian - religion = orthodox - size = 500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 7500 - } - aristocrats = { - culture = siberian - religion = animist - size = 10 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 200 + } + + artisans = { + culture = russian + religion = orthodox + size = 500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 7500 + } + aristocrats = { + culture = siberian + religion = animist + size = 10 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } } #Surinda (1000/250 POPS) => Kansk 2701 = { - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 500 - } - - artisans = { - culture = russian - religion = orthodox - size = 750 - } - - soldiers = { - culture = russian - religion = orthodox - size = 500 - } - - farmers = { - culture = russian - religion = orthodox - size = 10000 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } - - farmers = { - culture = tatar - religion = animist - size = 400 - } + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 500 + } + + artisans = { + culture = russian + religion = orthodox + size = 750 + } + + soldiers = { + culture = russian + religion = orthodox + size = 500 + } + + farmers = { + culture = russian + religion = orthodox + size = 10000 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } + + farmers = { + culture = tatar + religion = animist + size = 400 + } } #Tayimba (1000/250 POPS) 2656 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Bratsk (2000/500 POPS) => Nizhneudinsk 1076 = { - aristocrats = { - culture = russian - religion = orthodox - size = 400 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 65 - } - - clergymen = { - culture = russian - religion = orthodox - size = 375 - } - - artisans = { - culture = russian - religion = orthodox - size = 1850 - } - - soldiers = { - culture = russian - religion = orthodox - size = 375 - } - - farmers = { - culture = russian - religion = orthodox - size = 7500 - } - - aristocrats = { - culture = siberian - religion = animist - size = 10 - } - - clergymen = { - culture = siberian - religion = animist - size = 10 - } - - artisans = { - culture = siberian - religion = animist - size = 25 - } - - soldiers = { - culture = siberian - religion = animist - size = 5 - } - - farmers = { - culture = siberian - religion = animist - size = 450 - } + aristocrats = { + culture = russian + religion = orthodox + size = 400 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 65 + } + + clergymen = { + culture = russian + religion = orthodox + size = 375 + } + + artisans = { + culture = russian + religion = orthodox + size = 1850 + } + + soldiers = { + culture = russian + religion = orthodox + size = 375 + } + + farmers = { + culture = russian + religion = orthodox + size = 7500 + } + + aristocrats = { + culture = siberian + religion = animist + size = 10 + } + + clergymen = { + culture = siberian + religion = animist + size = 10 + } + + artisans = { + culture = siberian + religion = animist + size = 25 + } + + soldiers = { + culture = siberian + religion = animist + size = 5 + } + + farmers = { + culture = siberian + religion = animist + size = 450 + } } #Irkutsk Region (292000) #under the rule of Russia in 1836 -#Irkutsk (289000/72250 POPS) #Mongol = Buryat +#Irkutsk (289000/72250 POPS) #Mongol = Buryat 1075 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 300 - } - ######## - - farmers = { - culture = gypsy - religion = orthodox - size = 150 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 65 - } - - clergymen = { - culture = russian - religion = orthodox - size = 600 - } - - artisans = { - culture = russian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1000 - } - - farmers = { - culture = russian - religion = orthodox - size = 35760 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 175 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 125 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 600 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 125 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 24975 - } - - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 300 + } + ######## + + farmers = { + culture = gypsy + religion = orthodox + size = 150 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 65 + } + + clergymen = { + culture = russian + religion = orthodox + size = 600 + } + + artisans = { + culture = russian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1000 + } + + farmers = { + culture = russian + religion = orthodox + size = 35760 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 175 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 125 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 600 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 125 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 24975 + } + + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Vanavara (1000/250 POPS) 2694 = { - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Dotkon (1000/250 POPS) 2677 = { - clergymen = { - culture = russian - religion = orthodox - size = 250 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25 - } - - farmers = { - culture = russian - religion = orthodox - size = 2000 - } - - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + clergymen = { + culture = russian + religion = orthodox + size = 250 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25 + } + + farmers = { + culture = russian + religion = orthodox + size = 2000 + } + + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Kirensk (1000/250 POPS) 2676 = { - clergymen = { - culture = russian - religion = orthodox - size = 300 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 250 - } - - farmers = { - culture = russian - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = siberian - religion = animist - size = 2 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 3 - } - - farmers = { - culture = siberian - religion = animist - size = 230 - } + clergymen = { + culture = russian + religion = orthodox + size = 300 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 250 + } + + farmers = { + culture = russian + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = siberian + religion = animist + size = 2 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 3 + } + + farmers = { + culture = siberian + religion = animist + size = 230 + } } #Chita Region (472000) #under the rule of Russia in 1836 -#Chita (216000/54000 POPS) #Mongol = Buryat +#Chita (216000/54000 POPS) #Mongol = Buryat 1078 = { - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 500 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 400 - } - ######## - - aristocrats = { - culture = russian - religion = orthodox - size = 400 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 75 - } - - officers = { - culture = russian - religion = orthodox - size = 65 - } - - clergymen = { - culture = russian - religion = orthodox - size = 375 - } - - artisans = { - culture = russian - religion = orthodox - size = 1850 - } - - soldiers = { - culture = russian - religion = orthodox - size = 375 - } - - farmers = { - culture = russian - religion = orthodox - size = 7500 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 325 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 850 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 8500 - } - - farmers = { - culture = siberian - religion = animist - size = 5000 - } -} -#Nerchinsk (160000/40000 POPS) #Mongol = Buryat + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 500 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 400 + } + ######## + + aristocrats = { + culture = russian + religion = orthodox + size = 400 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 75 + } + + officers = { + culture = russian + religion = orthodox + size = 65 + } + + clergymen = { + culture = russian + religion = orthodox + size = 375 + } + + artisans = { + culture = russian + religion = orthodox + size = 1850 + } + + soldiers = { + culture = russian + religion = orthodox + size = 375 + } + + farmers = { + culture = russian + religion = orthodox + size = 7500 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 325 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 850 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 8500 + } + + farmers = { + culture = siberian + religion = animist + size = 5000 + } +} +#Nerchinsk (160000/40000 POPS) #Mongol = Buryat 1079 = { - aristocrats = { - culture = russian - religion = orthodox - size = 275 - } - - clergymen = { - culture = russian - religion = orthodox - size = 275 - } - - artisans = { - culture = russian - religion = orthodox - size = 1500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 300 - } - - farmers = { - culture = russian - religion = orthodox - size = 21650 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 175 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 50 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 100 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 800 - } - - aristocrats = { - culture = siberian - religion = animist - size = 15 - } - - clergymen = { - culture = siberian - religion = animist - size = 25 - } - - artisans = { - culture = siberian - religion = animist - size = 50 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - farmers = { - culture = siberian - religion = animist - size = 900 - } + aristocrats = { + culture = russian + religion = orthodox + size = 275 + } + + clergymen = { + culture = russian + religion = orthodox + size = 275 + } + + artisans = { + culture = russian + religion = orthodox + size = 1500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 300 + } + + farmers = { + culture = russian + religion = orthodox + size = 21650 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 175 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 50 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 100 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 800 + } + + aristocrats = { + culture = siberian + religion = animist + size = 15 + } + + clergymen = { + culture = siberian + religion = animist + size = 25 + } + + artisans = { + culture = siberian + religion = animist + size = 50 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + farmers = { + culture = siberian + religion = animist + size = 900 + } } #under the rule of China in 1836 #Yaksa (52000/13000 POPS) 1081 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 125 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 100 - } - - artisans = { - culture = manchu - religion = mahayana - size = 550 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 125 - } - - farmers = { - culture = manchu - religion = mahayana - size = 10575 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - artisans = { - culture = russian - religion = orthodox - size = 25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 5 - } - - slaves = { - culture = russian - religion = orthodox - size = 460 - } - - aristocrats = { - culture = siberian - religion = animist - size = 7 - } - - clergymen = { - culture = siberian - religion = animist - size = 8 - } - - artisans = { - culture = siberian - religion = animist - size = 50 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - slaves = { - culture = siberian - religion = animist - size = 925 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 125 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 100 + } + + artisans = { + culture = manchu + religion = mahayana + size = 550 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 125 + } + + farmers = { + culture = manchu + religion = mahayana + size = 10575 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + artisans = { + culture = russian + religion = orthodox + size = 25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 5 + } + + slaves = { + culture = russian + religion = orthodox + size = 460 + } + + aristocrats = { + culture = siberian + religion = animist + size = 7 + } + + clergymen = { + culture = siberian + religion = animist + size = 8 + } + + artisans = { + culture = siberian + religion = animist + size = 50 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + slaves = { + culture = siberian + religion = animist + size = 925 + } } #Magdagachi (44000/11000 POPS) 2697 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 100 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 100 - } - - artisans = { - culture = manchu - religion = mahayana - size = 500 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 100 - } - - farmers = { - culture = manchu - religion = mahayana - size = 9200 - } - - aristocrats = { - culture = siberian - religion = animist - size = 7 - } - - clergymen = { - culture = siberian - religion = animist - size = 8 - } - - artisans = { - culture = siberian - religion = animist - size = 50 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - slaves = { - culture = siberian - religion = animist - size = 925 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 100 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 100 + } + + artisans = { + culture = manchu + religion = mahayana + size = 500 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 100 + } + + farmers = { + culture = manchu + religion = mahayana + size = 9200 + } + + aristocrats = { + culture = siberian + religion = animist + size = 7 + } + + clergymen = { + culture = siberian + religion = animist + size = 8 + } + + artisans = { + culture = siberian + religion = animist + size = 50 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + slaves = { + culture = siberian + religion = animist + size = 925 + } } #Amur-Ussuri Region (1348000) #under the rule of China in 1836 #Haishenwai (328000/82000 POPS) 1082 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 200 - } - - officers = { - culture = manchu - religion = mahayana - size = 200 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 475 - } - - artisans = { - culture = manchu - religion = mahayana - size = 3900 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - farmers = { - culture = manchu - religion = mahayana - size = 31075 - } - - artisans = { - culture = korean - religion = mahayana - size = 150 - } - - farmers = { - culture = korean - religion = mahayana - size = 1050 - } - - farmers = { - culture = siberian - religion = animist - size = 130 - } - - slaves = { - culture = siberian - religion = animist - size = 325 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 200 + } + + officers = { + culture = manchu + religion = mahayana + size = 200 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 475 + } + + artisans = { + culture = manchu + religion = mahayana + size = 3900 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + farmers = { + culture = manchu + religion = mahayana + size = 31075 + } + + artisans = { + culture = korean + religion = mahayana + size = 150 + } + + farmers = { + culture = korean + religion = mahayana + size = 1050 + } + + farmers = { + culture = siberian + religion = animist + size = 130 + } + + slaves = { + culture = siberian + religion = animist + size = 325 + } } #Boli (328000/82000 POPS) 1083 = { - clergymen = { - culture = manchu - religion = mahayana - size = 375 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - farmers = { - culture = manchu - religion = mahayana - size = 22975 - } - - farmers = { - culture = siberian - religion = animist - size = 125 - } - - slaves = { - culture = siberian - religion = animist - size = 500 - } -} -#Utchan (18000 POPS) + clergymen = { + culture = manchu + religion = mahayana + size = 375 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + farmers = { + culture = manchu + religion = mahayana + size = 22975 + } + + farmers = { + culture = siberian + religion = animist + size = 125 + } + + slaves = { + culture = siberian + religion = animist + size = 500 + } +} +#Utchan (18000 POPS) 1084 = { - clergymen = { - culture = manchu - religion = mahayana - size = 150 - } - - artisans = { - culture = manchu - religion = mahayana - size = 800 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 175 - } - - farmers = { - culture = manchu - religion = mahayana - size = 14575 - } - - farmers = { - culture = siberian - religion = animist - size = 200 - } - - slaves = { - culture = siberian - religion = animist - size = 800 - } + clergymen = { + culture = manchu + religion = mahayana + size = 150 + } + + artisans = { + culture = manchu + religion = mahayana + size = 800 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 175 + } + + farmers = { + culture = manchu + religion = mahayana + size = 14575 + } + + farmers = { + culture = siberian + religion = animist + size = 200 + } + + slaves = { + culture = siberian + religion = animist + size = 800 + } } #Ulusamudan (372000/93000 POPS) 1085 = { - clergymen = { - culture = manchu - religion = mahayana - size = 500 - } - - artisans = { - culture = manchu - religion = mahayana - size = 2000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - farmers = { - culture = manchu - religion = mahayana - size = 19375 - } - - farmers = { - culture = siberian - religion = animist - size = 200 - } - - slaves = { - culture = siberian - religion = animist - size = 925 - } -} -#Saghalian Oula (62000 POPS) + clergymen = { + culture = manchu + religion = mahayana + size = 500 + } + + artisans = { + culture = manchu + religion = mahayana + size = 2000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + farmers = { + culture = manchu + religion = mahayana + size = 19375 + } + + farmers = { + culture = siberian + religion = animist + size = 200 + } + + slaves = { + culture = siberian + religion = animist + size = 925 + } +} +#Saghalian Oula (62000 POPS) 2617 = { - clergymen = { - culture = manchu - religion = mahayana - size = 300 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1000 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1200 - } - - farmers = { - culture = manchu - religion = mahayana - size = 20525 - } - - farmers = { - culture = siberian - religion = animist - size = 150 - } - - farmers = { - culture = siberian - religion = animist - size = 700 - } + clergymen = { + culture = manchu + religion = mahayana + size = 300 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1000 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1200 + } + + farmers = { + culture = manchu + religion = mahayana + size = 20525 + } + + farmers = { + culture = siberian + religion = animist + size = 150 + } + + farmers = { + culture = siberian + religion = animist + size = 700 + } } #Sakhalin-Kurile Region (16200) #uncolonized in 1836 #Pogobi (4100/1025 POPS) 1086 = { - aristocrats = { - culture = siberian - religion = animist - size = 15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5 - } - - artisans = { - culture = siberian - religion = animist - size = 10 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - farmers = { - culture = siberian - religion = animist - size = 440 - } - - farmers = { - culture = russian - religion = orthodox - size = 20 - } + aristocrats = { + culture = siberian + religion = animist + size = 15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5 + } + + artisans = { + culture = siberian + religion = animist + size = 10 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + farmers = { + culture = siberian + religion = animist + size = 440 + } + + farmers = { + culture = russian + religion = orthodox + size = 20 + } } #Otomari (4100/1025 POPS) 1087 = { - aristocrats = { - culture = ainu - religion = animist - size = 7 - } - - clergymen = { - culture = ainu - religion = animist - size = 3 - } - - artisans = { - culture = ainu - religion = animist - size = 15 - } - - soldiers = { - culture = ainu - religion = animist - size = 10 - } - - farmers = { - culture = ainu - religion = animist - size = 550 - } - - farmers = { - culture = japanese - religion = mahayana - size = 20 - } + aristocrats = { + culture = ainu + religion = animist + size = 7 + } + + clergymen = { + culture = ainu + religion = animist + size = 3 + } + + artisans = { + culture = ainu + religion = animist + size = 15 + } + + soldiers = { + culture = ainu + religion = animist + size = 10 + } + + farmers = { + culture = ainu + religion = animist + size = 550 + } + + farmers = { + culture = japanese + religion = mahayana + size = 20 + } } #Shumshu (4000/1000 POPS) 1088 = { - aristocrats = { - culture = ainu - religion = animist - size = 2 - } - - clergymen = { - culture = ainu - religion = orthodox - size = 3 - } - - artisans = { - culture = ainu - religion = orthodox - size = 5 - } - - soldiers = { - culture = ainu - religion = animist - size = 5 - } - - farmers = { - culture = ainu - religion = animist - size = 40 - } + aristocrats = { + culture = ainu + religion = animist + size = 2 + } + + clergymen = { + culture = ainu + religion = orthodox + size = 3 + } + + artisans = { + culture = ainu + religion = orthodox + size = 5 + } + + soldiers = { + culture = ainu + religion = animist + size = 5 + } + + farmers = { + culture = ainu + religion = animist + size = 40 + } } #Etorofu (4000/1000 POPS) 1089 = { - aristocrats = { - culture = ainu - religion = animist - size = 2 - } - - clergymen = { - culture = ainu - religion = animist - size = 3 - } - - artisans = { - culture = ainu - religion = animist - size = 10 - } - - soldiers = { - culture = ainu - religion = animist - size = 10 - } - - farmers = { - culture = ainu - religion = animist - size = 475 - } + aristocrats = { + culture = ainu + religion = animist + size = 2 + } + + clergymen = { + culture = ainu + religion = animist + size = 3 + } + + artisans = { + culture = ainu + religion = animist + size = 10 + } + + soldiers = { + culture = ainu + religion = animist + size = 10 + } + + farmers = { + culture = ainu + religion = animist + size = 475 + } } diff --git a/HPM/history/pops/1836.1.1/Rwanda-Burundi.txt b/HPM/history/pops/1836.1.1/Rwanda-Burundi.txt index e7407dea..35e08872 100644 --- a/HPM/history/pops/1836.1.1/Rwanda-Burundi.txt +++ b/HPM/history/pops/1836.1.1/Rwanda-Burundi.txt @@ -1,92 +1,92 @@ -#Ruanda-Urundi Region (944000) +#Ruanda-Urundi Region (944000) #uncolonized in 1836/ruled by kingdom of Rwanda -#Kigali (496000/124000 POPS) +#Kigali (496000/124000 POPS) 2034 = { - aristocrats = { - culture = ruanda - religion = animist - size = 2450 - } + aristocrats = { + culture = ruanda + religion = animist + size = 2450 + } - bureaucrats = { - culture = ruanda - religion = animist - size = 25 - } + bureaucrats = { + culture = ruanda + religion = animist + size = 25 + } - officers = { - culture = ruanda - religion = animist - size = 125 - } + officers = { + culture = ruanda + religion = animist + size = 125 + } - clergymen = { - culture = ruanda - religion = animist - size = 1750 - } + clergymen = { + culture = ruanda + religion = animist + size = 1750 + } - artisans = { - culture = ruanda - religion = animist - size = 6200 - } + artisans = { + culture = ruanda + religion = animist + size = 6200 + } - soldiers = { - culture = ruanda - religion = animist - size = 1250 - } + soldiers = { + culture = ruanda + religion = animist + size = 1250 + } - farmers = { - culture = ruanda - religion = animist - size = 113200 - } + farmers = { + culture = ruanda + religion = animist + size = 113200 + } } #uncolonized in 1836/ruled by kingdom of Burundi -#Usumbura (448000/112000 POPS) +#Usumbura (448000/112000 POPS) 2035 = { - aristocrats = { - culture = ruanda - religion = animist - size = 2175 - } + aristocrats = { + culture = ruanda + religion = animist + size = 2175 + } - bureaucrats = { - culture = ruanda - religion = animist - size = 15 - } + bureaucrats = { + culture = ruanda + religion = animist + size = 15 + } - officers = { - culture = ruanda - religion = animist - size = 110 - } + officers = { + culture = ruanda + religion = animist + size = 110 + } - clergymen = { - culture = ruanda - religion = animist - size = 1125 - } + clergymen = { + culture = ruanda + religion = animist + size = 1125 + } - artisans = { - culture = ruanda - religion = animist - size = 5600 - } + artisans = { + culture = ruanda + religion = animist + size = 5600 + } - soldiers = { - culture = ruanda - religion = animist - size = 1125 - } + soldiers = { + culture = ruanda + religion = animist + size = 1125 + } - farmers = { - culture = ruanda - religion = animist - size = 101850 - } + farmers = { + culture = ruanda + religion = animist + size = 101850 + } } diff --git a/HPM/history/pops/1836.1.1/Saint Helena.txt b/HPM/history/pops/1836.1.1/Saint Helena.txt index c02ba511..2d62cc09 100644 --- a/HPM/history/pops/1836.1.1/Saint Helena.txt +++ b/HPM/history/pops/1836.1.1/Saint Helena.txt @@ -2,75 +2,75 @@ #Ruled by Britain 1836 #Saint Helena (4000/1000 POPS) 2129 = { - bureaucrats = { - culture = british - religion = protestant - size = 5 - } + bureaucrats = { + culture = british + religion = protestant + size = 5 + } - clergymen = { - culture = british - religion = protestant - size = 25 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } - soldiers = { - culture = british - religion = protestant - size = 20 - } + soldiers = { + culture = british + religion = protestant + size = 20 + } - artisans = { - culture = british - religion = protestant - size = 50 - } + artisans = { + culture = british + religion = protestant + size = 50 + } - farmers = { - culture = british - religion = protestant - size = 245 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 155 - } - - farmers = { - culture = afro_caribeno - religion = protestant - size = 500 - } + farmers = { + culture = british + religion = protestant + size = 245 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 155 + } + + farmers = { + culture = afro_caribeno + religion = protestant + size = 500 + } } #Ascension (140/35 POPS) 2130 = { - soldiers = { - culture = british - religion = protestant - size = 10 - } + soldiers = { + culture = british + religion = protestant + size = 10 + } - farmers = { - culture = british - religion = protestant - size = 60 - } + farmers = { + culture = british + religion = protestant + size = 60 + } } #Tristan da Cunha (100/25 POPS) 2132 = { - soldiers = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 60 - } + soldiers = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 60 + } } diff --git a/HPM/history/pops/1836.1.1/Salvador.txt b/HPM/history/pops/1836.1.1/Salvador.txt index 5a7ab3ae..2cd0b485 100644 --- a/HPM/history/pops/1836.1.1/Salvador.txt +++ b/HPM/history/pops/1836.1.1/Salvador.txt @@ -2,92 +2,92 @@ #Ruled by Central America 1836 #San Salvador (260000/65000 POPS) 2191 = { - aristocrats = { - culture = central_american - religion = catholic - size = 1425 - militancy = 5 - } + aristocrats = { + culture = central_american + religion = catholic + size = 1425 + militancy = 5 + } - bureaucrats = { - culture = central_american - religion = catholic - size = 150 - militancy = 6 - } + bureaucrats = { + culture = central_american + religion = catholic + size = 150 + militancy = 6 + } - officers = { - culture = central_american - religion = catholic - size = 125 - militancy = 9 - } + officers = { + culture = central_american + religion = catholic + size = 125 + militancy = 9 + } - clergymen = { - culture = central_american - religion = catholic - size = 650 - militancy = 4 - } + clergymen = { + culture = central_american + religion = catholic + size = 650 + militancy = 4 + } - artisans = { - culture = central_american - religion = catholic - size = 3250 - militancy = 9 - } + artisans = { + culture = central_american + religion = catholic + size = 3250 + militancy = 9 + } - soldiers = { - culture = central_american - religion = catholic - size = 1100 + soldiers = { + culture = central_american + religion = catholic + size = 1100 - militancy = 9 - } + militancy = 9 + } - farmers = { - culture = central_american - religion = catholic - size = 58350 - militancy = 4 - } + farmers = { + culture = central_american + religion = catholic + size = 58350 + militancy = 4 + } } #San Miguel (156000/44000 POPS) 2192 = { - aristocrats = { - culture = central_american - religion = catholic - size = 950 - militancy = 9 - } + aristocrats = { + culture = central_american + religion = catholic + size = 950 + militancy = 9 + } - clergymen = { - culture = central_american - religion = catholic - size = 450 - militancy = 9 - } + clergymen = { + culture = central_american + religion = catholic + size = 450 + militancy = 9 + } - artisans = { - culture = central_american - religion = catholic - size = 2200 - militancy = 9 - } + artisans = { + culture = central_american + religion = catholic + size = 2200 + militancy = 9 + } - soldiers = { - culture = central_american - religion = catholic - size = 450 + soldiers = { + culture = central_american + religion = catholic + size = 450 - militancy = 9 - } + militancy = 9 + } - farmers = { - culture = central_american - religion = catholic - size = 39950 - militancy = 4 - } + farmers = { + culture = central_american + religion = catholic + size = 39950 + militancy = 4 + } } diff --git a/HPM/history/pops/1836.1.1/Sao Tome.txt b/HPM/history/pops/1836.1.1/Sao Tome.txt index abcc4329..18adeb52 100644 --- a/HPM/history/pops/1836.1.1/Sao Tome.txt +++ b/HPM/history/pops/1836.1.1/Sao Tome.txt @@ -2,64 +2,64 @@ #Under Portuguese Rule 1836 #Sao Tome (16000/4000 POPS) 1954 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 20 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 20 + } - clergymen = { - culture = portuguese - religion = catholic - size = 5 - } + clergymen = { + culture = portuguese + religion = catholic + size = 5 + } - bureaucrats = { - culture = portuguese - religion = catholic - size = 5 - } + bureaucrats = { + culture = portuguese + religion = catholic + size = 5 + } - artisans = { - culture = portuguese - religion = catholic - size = 5 - } + artisans = { + culture = portuguese + religion = catholic + size = 5 + } - soldiers = { - culture = portuguese - religion = catholic - size = 5 - } + soldiers = { + culture = portuguese + religion = catholic + size = 5 + } - clergymen = { - culture = kreol - religion = catholic - size = 50 - } + clergymen = { + culture = kreol + religion = catholic + size = 50 + } - artisans = { - culture = kreol - religion = catholic - size = 200 - } + artisans = { + culture = kreol + religion = catholic + size = 200 + } - soldiers = { - culture = kreol - religion = catholic - size = 100 - } + soldiers = { + culture = kreol + religion = catholic + size = 100 + } - farmers = { - culture = kreol - religion = catholic - size = 550 - } + farmers = { + culture = kreol + religion = catholic + size = 550 + } - slaves = { - culture = forest_bantu - religion = animist - size = 3450 - } + slaves = { + culture = forest_bantu + religion = animist + size = 3450 + } } diff --git a/HPM/history/pops/1836.1.1/Saudi Arabia.txt b/HPM/history/pops/1836.1.1/Saudi Arabia.txt index 4188f4f3..369fb62f 100644 --- a/HPM/history/pops/1836.1.1/Saudi Arabia.txt +++ b/HPM/history/pops/1836.1.1/Saudi Arabia.txt @@ -2,732 +2,732 @@ #under the "rule" of Egypt in 1836 #Mecca (196000/49000 POPS) 1151 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 400 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - officers = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 375 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 6500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 18500 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 400 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 125 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 250 - } - - farmers = { - culture = bedouin - religion = sunni - size = 20125 - } - - slaves = { - culture = kefficho - religion = animist - size = 2000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 400 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + officers = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 375 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 6500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 18500 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 400 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 125 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 250 + } + + farmers = { + culture = bedouin + religion = sunni + size = 20125 + } + + slaves = { + culture = kefficho + religion = animist + size = 2000 + } } #Jidda (100000/25000 POPS) 1152 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 350 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 175 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 4500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 21025 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3625 - } - - slaves = { - culture = kefficho - religion = animist - size = 3000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 350 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 175 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 4500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 21025 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3625 + } + + slaves = { + culture = kefficho + religion = animist + size = 3000 + } } #Medina (80000/20000 POPS) 1153 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 250 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 150 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 12100 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - slaves = { - culture = kefficho - religion = animist - size = 2000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 250 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 150 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 12100 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + slaves = { + culture = kefficho + religion = animist + size = 2000 + } } #Tabuk (8000/2000 POPS) 1154 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1825 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1825 + } } #Abha (56000/14000 POPS) 1155 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 1000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4550 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 8300 - } - - slaves = { - culture = kefficho - religion = animist - size = 1500 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 1000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4550 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 8300 + } + + slaves = { + culture = kefficho + religion = animist + size = 1500 + } } #Badiyat al-Sham Region (20000) #see Jordan.txt, Iraq.txt & Syria.txt for balance of region #under the "rule" of Egypt in 1836 #Kaf (20000/5000 POPS) #now part of Saudi Arabia 1156 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 650 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4600 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 650 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4600 + } } #Nejd Region (204000) #under the rule of Nejd in 1836 #Riyadh (116000/29000 POPS) 1157 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 2450 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 325 - } - - officers = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 425 - } - - artisans = { - culture = bedouin - religion = sunni - size = 6850 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 3000 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 45675 - } - - slaves = { - culture = kefficho - religion = animist - size = 5000 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 2450 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 325 + } + + officers = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 425 + } + + artisans = { + culture = bedouin + religion = sunni + size = 6850 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 3000 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 45675 + } + + slaves = { + culture = kefficho + religion = animist + size = 5000 + } } #Rafha (20000/5000 POPS) 1158 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1200 - } - - farmers = { - culture = bedouin - religion = sunni - size = 12675 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1200 + } + + farmers = { + culture = bedouin + religion = sunni + size = 12675 + } } #Halaban (28000/7000 POPS) 1159 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 325 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5525 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 325 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5525 + } } #Hail (12000/3000 POPS) 1160 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 1080 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 150 - } - - artisans = { - culture = bedouin - religion = sunni - size = 2250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 3000 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 21850 - } - - slaves = { - culture = kefficho - religion = animist - size = 3000 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 1080 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 150 + } + + artisans = { + culture = bedouin + religion = sunni + size = 2250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 3000 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 21850 + } + + slaves = { + culture = kefficho + religion = animist + size = 3000 + } } #Sharawah (28000/7000 POPS) 1161 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 325 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7525 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 325 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7525 + } } -#Bahrain Region (204000) #see Gulf States.txt for balance of region +#Bahrain Region (204000) #see Gulf States.txt for balance of region #under the rule of Nejd in 1836 #Qatif (92000/23000 POPS) 1163 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 300 - } - - farmers = { - culture = bedouin - religion = sunni - size = 6525 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 200 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 150 - } - - artisans = { - culture = bedouin - religion = shiite - size = 900 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 175 - } - - farmers = { - culture = bedouin - religion = shiite - size = 18675 - } - - slaves = { - culture = kefficho - religion = animist - size = 1000 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 300 + } + + farmers = { + culture = bedouin + religion = sunni + size = 6525 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 200 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 150 + } + + artisans = { + culture = bedouin + religion = shiite + size = 900 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 175 + } + + farmers = { + culture = bedouin + religion = shiite + size = 18675 + } + + slaves = { + culture = kefficho + religion = animist + size = 1000 + } } #Hufuf (96000/POPS) 1164 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 175 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 550 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1200 - } - - farmers = { - culture = bedouin - religion = sunni - size = 9175 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 225 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 125 - } - - artisans = { - culture = bedouin - religion = shiite - size = 650 - } - - soldiers = { - culture = bedouin - religion = shiite - size = 125 - } - - farmers = { - culture = bedouin - religion = shiite - size = 11875 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 175 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 550 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1200 + } + + farmers = { + culture = bedouin + religion = sunni + size = 9175 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 225 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 125 + } + + artisans = { + culture = bedouin + religion = shiite + size = 650 + } + + soldiers = { + culture = bedouin + religion = shiite + size = 125 + } + + farmers = { + culture = bedouin + religion = shiite + size = 11875 + } } #Ahsa (16000/4000 POPS) 2586 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3850 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3850 + } } diff --git a/HPM/history/pops/1836.1.1/Senegambia.txt b/HPM/history/pops/1836.1.1/Senegambia.txt index 13756c52..0e0117a8 100644 --- a/HPM/history/pops/1836.1.1/Senegambia.txt +++ b/HPM/history/pops/1836.1.1/Senegambia.txt @@ -3,831 +3,831 @@ #uncolonized in 1836/ruled by Damel of Wolof #Dakar (8000/2000 POPS) 1783 = { - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 17800 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - soldiers = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = french - religion = catholic - size = 100 - } - + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 17800 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + soldiers = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = french + religion = catholic + size = 100 + } + } #Linguere (216000/54000 POPS) 1786 = { - aristocrats = { - culture = wolof - religion = sunni - size = 550 - } - - clergymen = { - culture = wolof - religion = sunni - size = 225 - } - - artisans = { - culture = wolof - religion = sunni - size = 1075 - } - - soldiers = { - culture = wolof - religion = sunni - size = 750 - } - - farmers = { - culture = wolof - religion = sunni - size = 38500 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 225 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1075 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 750 - } - - farmers = { - culture = fulbe - religion = sunni - size = 2500 - } - - slaves = { - culture = wolof - religion = sunni - size = 8000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 550 + } + + clergymen = { + culture = wolof + religion = sunni + size = 225 + } + + artisans = { + culture = wolof + religion = sunni + size = 1075 + } + + soldiers = { + culture = wolof + religion = sunni + size = 750 + } + + farmers = { + culture = wolof + religion = sunni + size = 38500 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 225 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1075 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 750 + } + + farmers = { + culture = fulbe + religion = sunni + size = 2500 + } + + slaves = { + culture = wolof + religion = sunni + size = 8000 + } } #Diourbel (88000/22000 POPS) 1787 = { - aristocrats = { - culture = wolof - religion = sunni - size = 400 - } - - clergymen = { - culture = wolof - religion = sunni - size = 200 - } - - artisans = { - culture = wolof - religion = sunni - size = 900 - } - - soldiers = { - culture = wolof - religion = sunni - size = 250 - } - - farmers = { - culture = wolof - religion = sunni - size = 16250 - } - - slaves = { - culture = wolof - religion = sunni - size = 4000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 400 + } + + clergymen = { + culture = wolof + religion = sunni + size = 200 + } + + artisans = { + culture = wolof + religion = sunni + size = 900 + } + + soldiers = { + culture = wolof + religion = sunni + size = 250 + } + + farmers = { + culture = wolof + religion = sunni + size = 16250 + } + + slaves = { + culture = wolof + religion = sunni + size = 4000 + } } #Kaolack (160000/40000 POPS) #kingdom of the Sereer 1788 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2000 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1000 - } - - slaves = { - culture = wolof - religion = sunni - size = 8000 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 250 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 650 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 35400 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2000 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1000 + } + + slaves = { + culture = wolof + religion = sunni + size = 8000 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 250 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 650 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 35400 + } } #Mboul (144000/36000 POPS) 2573 = { - aristocrats = { - culture = wolof - religion = sunni - size = 650 - } - - bureaucrats = { - culture = wolof - religion = sunni - size = 50 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 350 - } - - farmers = { - culture = wolof - religion = sunni - size = 150 - } - - soldiers = { - culture = wolof - religion = sunni - size = 1400 - } - - farmers = { - culture = wolof - religion = sunni - size = 41300 - } - - slaves = { - culture = wolof - religion = sunni - size = 7000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 650 + } + + bureaucrats = { + culture = wolof + religion = sunni + size = 50 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 350 + } + + farmers = { + culture = wolof + religion = sunni + size = 150 + } + + soldiers = { + culture = wolof + religion = sunni + size = 1400 + } + + farmers = { + culture = wolof + religion = sunni + size = 41300 + } + + slaves = { + culture = wolof + religion = sunni + size = 7000 + } } #uncolonized/French have trade post in 1836 #Saint-Louis (24000/6000 POPS) 1784 = { - aristocrats = { - culture = wolof - religion = sunni - size = 50 - } - - artisans = { - culture = wolof - religion = sunni - size = 150 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 13700 - } - - slaves = { - culture = wolof - religion = sunni - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 50 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 700 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - soldiers = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = french - religion = catholic - size = 100 - } + aristocrats = { + culture = wolof + religion = sunni + size = 50 + } + + artisans = { + culture = wolof + religion = sunni + size = 150 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 13700 + } + + slaves = { + culture = wolof + religion = sunni + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 50 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 700 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + soldiers = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = french + religion = catholic + size = 100 + } } #uncolonized/British have trade post in 1836 #Banjul (108000/27000 POPS) #now part of Gambia 1785 = { - aristocrats = { - culture = mande - religion = sunni - size = 100 - } - - officers = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 500 - } - - soldiers = { - culture = mande - religion = sunni - size = 200 - } - - farmers = { - culture = mande - religion = sunni - size = 12446 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - officers = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5021 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 500 - } - - soldiers = { - culture = wolof - religion = sunni - size = 200 - } - - farmers = { - culture = wolof - religion = sunni - size = 2834 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - officers = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 100 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 850 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 200 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 1549 - } + aristocrats = { + culture = mande + religion = sunni + size = 100 + } + + officers = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 500 + } + + soldiers = { + culture = mande + religion = sunni + size = 200 + } + + farmers = { + culture = mande + religion = sunni + size = 12446 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + officers = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5021 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 500 + } + + soldiers = { + culture = wolof + religion = sunni + size = 200 + } + + farmers = { + culture = wolof + religion = sunni + size = 2834 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + officers = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 100 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 850 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 200 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 1549 + } } #Futa Region (328000) #uncolonized in 1836/ruled by Emir of Tukulor #Podor (348000/87000 POPS) 1789 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 1650 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 75 - } - - officers = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 900 - } - - artisans = { - culture = fulbe - religion = sunni - size = 3525 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1700 - } - - farmers = { - culture = fulbe - religion = sunni - size = 64000 - } - - slaves = { - culture = wolof - religion = sunni - size = 12000 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 100 - } - - soldiers = { - culture = wolof - religion = sunni - size = 700 - } - - farmers = { - culture = wolof - religion = sunni - size = 1000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 1650 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 75 + } + + officers = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 900 + } + + artisans = { + culture = fulbe + religion = sunni + size = 3525 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1700 + } + + farmers = { + culture = fulbe + religion = sunni + size = 64000 + } + + slaves = { + culture = wolof + religion = sunni + size = 12000 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 100 + } + + soldiers = { + culture = wolof + religion = sunni + size = 700 + } + + farmers = { + culture = wolof + religion = sunni + size = 1000 + } } #Matam (216000/54000 POPS) 1790 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 975 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 525 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2175 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1325 - } - - farmers = { - culture = fulbe - religion = sunni - size = 34000 - } - - slaves = { - culture = fulbe - religion = sunni - size = 15000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 975 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 525 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2175 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1325 + } + + farmers = { + culture = fulbe + religion = sunni + size = 34000 + } + + slaves = { + culture = fulbe + religion = sunni + size = 15000 + } } #Bakel (140000/35000 POPS) 1791 = { - aristocrats = { - culture = bambara - religion = sunni - size = 575 - } - - clergymen = { - culture = bambara - religion = sunni - size = 300 - } - - artisans = { - culture = bambara - religion = sunni - size = 1175 - } - - soldiers = { - culture = bambara - religion = sunni - size = 300 - } - - farmers = { - culture = bambara - religion = sunni - size = 18650 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 300 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 22575 - } - - slaves = { - culture = fulbe - religion = sunni - size = 6000 - } + aristocrats = { + culture = bambara + religion = sunni + size = 575 + } + + clergymen = { + culture = bambara + religion = sunni + size = 300 + } + + artisans = { + culture = bambara + religion = sunni + size = 1175 + } + + soldiers = { + culture = bambara + religion = sunni + size = 300 + } + + farmers = { + culture = bambara + religion = sunni + size = 18650 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 300 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 22575 + } + + slaves = { + culture = fulbe + religion = sunni + size = 6000 + } } #Casamance Region (224000) #see Guinea Bissau.txt and Guinea.txt for balance of Region #under the rule of Gabu in 1836 #Ziguinchour (240000/60000 POPS) 1792 = { - aristocrats = { - culture = western_nigritic - religion = sunni - size = 1150 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 1100 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 31625 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 300 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 30000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 3475 - } + aristocrats = { + culture = western_nigritic + religion = sunni + size = 1150 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 1100 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 31625 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 300 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 30000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 3475 + } } #Velingara (104000/26000 POPS 1793 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 275 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19925 - } - - slaves = { - culture = fulbe - religion = sunni - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 275 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19925 + } + + slaves = { + culture = fulbe + religion = sunni + size = 4000 + } } diff --git a/HPM/history/pops/1836.1.1/Serbia.txt b/HPM/history/pops/1836.1.1/Serbia.txt index 668da5c7..a8dcf39c 100644 --- a/HPM/history/pops/1836.1.1/Serbia.txt +++ b/HPM/history/pops/1836.1.1/Serbia.txt @@ -1,1186 +1,1186 @@ -#Banat-Bacska Region (760000) #See Romania.txt and Croatia.txt for balance of region -#under the rule of Austria in 1836 +#Banat-Bacska Region (760000) #See Romania.txt and Croatia.txt for balance of region +#under the rule of Austria in 1836 #Mitrovica (108000/27000 POPS) #part of Serbia today 791 = { - clergymen = { - culture = serb - religion = orthodox - size = 150 - } - - artisans = { - culture = serb - religion = orthodox - size = 750 - } - - soldiers = { - culture = serb - religion = orthodox - size = 250 - } - - farmers = { - culture = serb - religion = orthodox - size = 15350 - } - - farmers = { - culture = serb - religion = catholic - size = 500 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 200 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - farmers = { - culture = croat - religion = catholic - size = 3675 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 350 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 5225 - } + clergymen = { + culture = serb + religion = orthodox + size = 150 + } + + artisans = { + culture = serb + religion = orthodox + size = 750 + } + + soldiers = { + culture = serb + religion = orthodox + size = 250 + } + + farmers = { + culture = serb + religion = orthodox + size = 15350 + } + + farmers = { + culture = serb + religion = catholic + size = 500 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 200 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + farmers = { + culture = croat + religion = catholic + size = 3675 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 350 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 5225 + } } #Pancevo (268000/67000 POPS) #part of Serbia today 792 = { - clergymen = { - culture = serb - religion = orthodox - size = 250 - } - - artisans = { - culture = serb - religion = orthodox - size = 1100 - } - - soldiers = { - culture = serb - religion = orthodox - size = 300 - } - - farmers = { - culture = serb - religion = orthodox - size = 23325 - } - - serfs = { - culture = serb - religion = catholic - size = 1000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 600 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 100 - } - - artisans = { - culture = hungarian - religion = catholic - size = 500 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 8700 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 200 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 200 - } - - farmers = { - culture = south_german - religion = catholic - size = 17600 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 10300 - } + clergymen = { + culture = serb + religion = orthodox + size = 250 + } + + artisans = { + culture = serb + religion = orthodox + size = 1100 + } + + soldiers = { + culture = serb + religion = orthodox + size = 300 + } + + farmers = { + culture = serb + religion = orthodox + size = 23325 + } + + serfs = { + culture = serb + religion = catholic + size = 1000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 600 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 100 + } + + artisans = { + culture = hungarian + religion = catholic + size = 500 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 8700 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 200 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 200 + } + + farmers = { + culture = south_german + religion = catholic + size = 17600 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 10300 + } } #Novi Sad (384000/96000 POPS) #part of Serbia today 2538 = { - officers = { - culture = serb - religion = orthodox - size = 75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 275 - } - - artisans = { - culture = serb - religion = orthodox - size = 1250 - } - - soldiers = { - culture = serb - religion = orthodox - size = 300 - } - - serfs = { - culture = serb - religion = orthodox - size = 24175 - } - - farmers = { - culture = serb - religion = catholic - size = 1000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1400 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 300 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1500 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 300 - } - - farmers = { - culture = hungarian - religion = catholic - size = 25000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 1500 - } - - clergymen = { - culture = croat - religion = catholic - size = 100 - } - - artisans = { - culture = croat - religion = catholic - size = 250 - } - - soldiers = { - culture = croat - religion = catholic - size = 100 - } - - serfs = { - culture = croat - religion = catholic - size = 4625 - } - - clergymen = { - culture = slovak - religion = catholic - size = 100 - } - - artisans = { - culture = slovak - religion = catholic - size = 450 - } - - soldiers = { - culture = slovak - religion = catholic - size = 100 - } - - serfs = { - culture = slovak - religion = catholic - size = 9375 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 225 - } - - artisans = { - culture = south_german - religion = catholic - size = 1150 - } - - soldiers = { - culture = south_german - religion = catholic - size = 250 - } - - farmers = { - culture = south_german - religion = catholic - size = 20375 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 200 - } - ######## + officers = { + culture = serb + religion = orthodox + size = 75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 275 + } + + artisans = { + culture = serb + religion = orthodox + size = 1250 + } + + soldiers = { + culture = serb + religion = orthodox + size = 300 + } + + serfs = { + culture = serb + religion = orthodox + size = 24175 + } + + farmers = { + culture = serb + religion = catholic + size = 1000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1400 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 300 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1500 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 300 + } + + farmers = { + culture = hungarian + religion = catholic + size = 25000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 1500 + } + + clergymen = { + culture = croat + religion = catholic + size = 100 + } + + artisans = { + culture = croat + religion = catholic + size = 250 + } + + soldiers = { + culture = croat + religion = catholic + size = 100 + } + + serfs = { + culture = croat + religion = catholic + size = 4625 + } + + clergymen = { + culture = slovak + religion = catholic + size = 100 + } + + artisans = { + culture = slovak + religion = catholic + size = 450 + } + + soldiers = { + culture = slovak + religion = catholic + size = 100 + } + + serfs = { + culture = slovak + religion = catholic + size = 9375 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 225 + } + + artisans = { + culture = south_german + religion = catholic + size = 1150 + } + + soldiers = { + culture = south_german + religion = catholic + size = 250 + } + + farmers = { + culture = south_german + religion = catholic + size = 20375 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 200 + } + ######## } #Serbia Region (180310) - 721.240 people #under the rule of Serbia in 1836 #Belgrade (328000/82000 POPS) 794 = { - aristocrats = { - culture = serb - religion = orthodox - size = 2200 - } - - bureaucrats = { - culture = serb - religion = orthodox - size = 100 - } - - officers = { - culture = serb - religion = orthodox - size = 250 - } - - clergymen = { - culture = serb - religion = orthodox - size = 900 - } - - artisans = { - culture = serb - religion = orthodox - size = 4000 - } - - soldiers = { - culture = serb - religion = orthodox - size = 2025 - } - - farmers = { - culture = serb - religion = orthodox - size = 55925 - } - - farmers = { - culture = gypsy - religion = orthodox - size = 4500 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 200 - } - ######## + aristocrats = { + culture = serb + religion = orthodox + size = 2200 + } + + bureaucrats = { + culture = serb + religion = orthodox + size = 100 + } + + officers = { + culture = serb + religion = orthodox + size = 250 + } + + clergymen = { + culture = serb + religion = orthodox + size = 900 + } + + artisans = { + culture = serb + religion = orthodox + size = 4000 + } + + soldiers = { + culture = serb + religion = orthodox + size = 2025 + } + + farmers = { + culture = serb + religion = orthodox + size = 55925 + } + + farmers = { + culture = gypsy + religion = orthodox + size = 4500 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 200 + } + ######## } #Bor (220400/55000 POPS) 795 = { - aristocrats = { - culture = serb - religion = orthodox - size = 500 - } - - clergymen = { - culture = serb - religion = orthodox - size = 150 - } - - artisans = { - culture = serb - religion = orthodox - size = 2600 - } - - soldiers = { - culture = serb - religion = orthodox - size = 1600 - } - - farmers = { - culture = serb - religion = orthodox - size = 33360 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 500 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 400 - } - - farmers = { - culture = romanian - religion = orthodox - size = 16000 - } + aristocrats = { + culture = serb + religion = orthodox + size = 500 + } + + clergymen = { + culture = serb + religion = orthodox + size = 150 + } + + artisans = { + culture = serb + religion = orthodox + size = 2600 + } + + soldiers = { + culture = serb + religion = orthodox + size = 1600 + } + + farmers = { + culture = serb + religion = orthodox + size = 33360 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 500 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 400 + } + + farmers = { + culture = romanian + religion = orthodox + size = 16000 + } } #Kragujevac (188000/47000 POPS) 796 = { - aristocrats = { - culture = serb - religion = orthodox - size = 400 - } - - clergymen = { - culture = serb - religion = orthodox - size = 150 - } - - artisans = { - culture = serb - religion = orthodox - size = 1200 - } - - soldiers = { - culture = serb - religion = orthodox - size = 1500 - } - - farmers = { - culture = serb - religion = orthodox - size = 40200 - } + aristocrats = { + culture = serb + religion = orthodox + size = 400 + } + + clergymen = { + culture = serb + religion = orthodox + size = 150 + } + + artisans = { + culture = serb + religion = orthodox + size = 1200 + } + + soldiers = { + culture = serb + religion = orthodox + size = 1500 + } + + farmers = { + culture = serb + religion = orthodox + size = 40200 + } } #Uzice (72000/18000 POPS) 797 = { - aristocrats = { - culture = serb - religion = orthodox - size = 150 - } - - clergymen = { - culture = serb - religion = orthodox - size = 150 - } - - artisans = { - culture = serb - religion = orthodox - size = 400 - } - - soldiers = { - culture = serb - religion = orthodox - size = 500 - } - - farmers = { - culture = serb - religion = orthodox - size = 13000 - } + aristocrats = { + culture = serb + religion = orthodox + size = 150 + } + + clergymen = { + culture = serb + religion = orthodox + size = 150 + } + + artisans = { + culture = serb + religion = orthodox + size = 400 + } + + soldiers = { + culture = serb + religion = orthodox + size = 500 + } + + farmers = { + culture = serb + religion = orthodox + size = 13000 + } } #under the rule of Ottoman Empire in 1836 #Nis (260000/65000 POPS) 798 = { - soldiers = { - culture = serb - religion = orthodox - size = 1350 - } - - clergymen = { - culture = serb - religion = orthodox - size = 350 - } - - artisans = { - culture = serb - religion = orthodox - size = 2000 - } - - farmers = { - culture = serb - religion = orthodox - size = 48300 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 150 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 3700 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 1150 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 150 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 3000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 3450 - } + soldiers = { + culture = serb + religion = orthodox + size = 1350 + } + + clergymen = { + culture = serb + religion = orthodox + size = 350 + } + + artisans = { + culture = serb + religion = orthodox + size = 2000 + } + + farmers = { + culture = serb + religion = orthodox + size = 48300 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 150 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 3700 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 1150 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 150 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 3000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 3450 + } } #Leskovac (220000/55000 POPS) 799 = { - soldiers = { - culture = serb - religion = orthodox - size = 1100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 125 - } - - artisans = { - culture = serb - religion = orthodox - size = 1500 - } - - farmers = { - culture = serb - religion = orthodox - size = 38425 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 250 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 7950 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 2500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 4575 - } + soldiers = { + culture = serb + religion = orthodox + size = 1100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 125 + } + + artisans = { + culture = serb + religion = orthodox + size = 1500 + } + + farmers = { + culture = serb + religion = orthodox + size = 38425 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 250 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 7950 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 2500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 4575 + } } #Kosovo-Sanjak Region (466000) #under the rule of Ottoman Empire in 1836 #Pristina (208000/52000 POPS) 802 = { - soldiers = { - culture = serb - religion = orthodox - size = 1100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 900 - } - - farmers = { - culture = serb - religion = orthodox - size = 21420 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 100 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - farmers = { - culture = gypsy - religion = sunni - size = 300 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 850 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 150 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 2000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 2800 - } - - soldiers = { - culture = albanian - religion = sunni - size = 100 - } - - clergymen = { - culture = albanian - religion = sunni - size = 100 - } - - artisans = { - culture = albanian - religion = sunni - size = 1100 - } - - soldiers = { - culture = albanian - religion = sunni - size = 1100 - } - - farmers = { - culture = albanian - religion = sunni - size = 19700 - } + soldiers = { + culture = serb + religion = orthodox + size = 1100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 900 + } + + farmers = { + culture = serb + religion = orthodox + size = 21420 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 100 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + farmers = { + culture = gypsy + religion = sunni + size = 300 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 850 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 150 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 2000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 2800 + } + + soldiers = { + culture = albanian + religion = sunni + size = 100 + } + + clergymen = { + culture = albanian + religion = sunni + size = 100 + } + + artisans = { + culture = albanian + religion = sunni + size = 1100 + } + + soldiers = { + culture = albanian + religion = sunni + size = 1100 + } + + farmers = { + culture = albanian + religion = sunni + size = 19700 + } } #Prizren (186000/46000 POPS) 803 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 100 - } - - officers = { - culture = bosniak - religion = sunni - size = 100 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 100 - } - - artisans = { - culture = bosniak - religion = sunni - size = 100 - } - - farmers = { - culture = bosniak - religion = sunni - size = 3000 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 100 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2000 - } - - aristocrats = { - culture = serb - religion = orthodox - size = 100 - } - - officers = { - culture = serb - religion = orthodox - size = 100 - } - - soldiers = { - culture = serb - religion = orthodox - size = 1100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 100 - } - - artisans = { - culture = serb - religion = orthodox - size = 200 - } - - farmers = { - culture = serb - religion = orthodox - size = 4000 - } - - farmers = { - culture = gypsy - religion = sunni - size = 600 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 750 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 1750 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 5150 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - aristocrats = { - culture = albanian - religion = sunni - size = 100 - } - - officers = { - culture = albanian - religion = sunni - size = 100 - } - - clergymen = { - culture = albanian - religion = sunni - size = 100 - } - - artisans = { - culture = albanian - religion = sunni - size = 900 - } - - soldiers = { - culture = albanian - religion = sunni - size = 100 - } - - farmers = { - culture = albanian - religion = sunni - size = 34550 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 100 - } - - officers = { - culture = greek - religion = orthodox - size = 100 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 1425 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 100 + } + + officers = { + culture = bosniak + religion = sunni + size = 100 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 100 + } + + artisans = { + culture = bosniak + religion = sunni + size = 100 + } + + farmers = { + culture = bosniak + religion = sunni + size = 3000 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 100 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2000 + } + + aristocrats = { + culture = serb + religion = orthodox + size = 100 + } + + officers = { + culture = serb + religion = orthodox + size = 100 + } + + soldiers = { + culture = serb + religion = orthodox + size = 1100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 100 + } + + artisans = { + culture = serb + religion = orthodox + size = 200 + } + + farmers = { + culture = serb + religion = orthodox + size = 4000 + } + + farmers = { + culture = gypsy + religion = sunni + size = 600 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 750 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 1750 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 5150 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + aristocrats = { + culture = albanian + religion = sunni + size = 100 + } + + officers = { + culture = albanian + religion = sunni + size = 100 + } + + clergymen = { + culture = albanian + religion = sunni + size = 100 + } + + artisans = { + culture = albanian + religion = sunni + size = 900 + } + + soldiers = { + culture = albanian + religion = sunni + size = 100 + } + + farmers = { + culture = albanian + religion = sunni + size = 34550 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 100 + } + + officers = { + culture = greek + religion = orthodox + size = 100 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 1425 + } } #Novi Pazar (72000/18000 POPS) 804 = { - clergymen = { - culture = serb - religion = orthodox - size = 200 - } - - artisans = { - culture = serb - religion = orthodox - size = 400 - } - - farmers = { - culture = serb - religion = orthodox - size = 33250 - } - - soldiers = { - culture = serb - religion = orthodox - size = 1100 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 200 - } - - artisans = { - culture = bosniak - religion = sunni - size = 450 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 1100 - } - - farmers = { - culture = bosniak - religion = sunni - size = 7450 - } + clergymen = { + culture = serb + religion = orthodox + size = 200 + } + + artisans = { + culture = serb + religion = orthodox + size = 400 + } + + farmers = { + culture = serb + religion = orthodox + size = 33250 + } + + soldiers = { + culture = serb + religion = orthodox + size = 1100 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 200 + } + + artisans = { + culture = bosniak + religion = sunni + size = 450 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 1100 + } + + farmers = { + culture = bosniak + religion = sunni + size = 7450 + } } diff --git a/HPM/history/pops/1836.1.1/Seychelles.txt b/HPM/history/pops/1836.1.1/Seychelles.txt index e8f5a28e..fb169a92 100644 --- a/HPM/history/pops/1836.1.1/Seychelles.txt +++ b/HPM/history/pops/1836.1.1/Seychelles.txt @@ -2,39 +2,39 @@ #ruled by Britain 1836 #Seychelles (5000/1250 POPS) 2127 = { - aristocrats = { - culture = french - religion = catholic - size = 20 - } + aristocrats = { + culture = french + religion = catholic + size = 20 + } - aristocrats = { - culture = kreol - religion = catholic - size = 30 - } - - soldiers = { - culture = kreol - religion = catholic - size = 30 - } - - clergymen = { - culture = kreol - religion = catholic - size = 30 - } + aristocrats = { + culture = kreol + religion = catholic + size = 30 + } - artisans = { - culture = kreol - religion = catholic - size = 75 - } + soldiers = { + culture = kreol + religion = catholic + size = 30 + } - farmers = { - culture = kreol - religion = catholic - size = 1175 - } + clergymen = { + culture = kreol + religion = catholic + size = 30 + } + + artisans = { + culture = kreol + religion = catholic + size = 75 + } + + farmers = { + culture = kreol + religion = catholic + size = 1175 + } } diff --git a/HPM/history/pops/1836.1.1/Sierra Leone.txt b/HPM/history/pops/1836.1.1/Sierra Leone.txt index 2d2b145c..df93591e 100644 --- a/HPM/history/pops/1836.1.1/Sierra Leone.txt +++ b/HPM/history/pops/1836.1.1/Sierra Leone.txt @@ -1,313 +1,313 @@ -#Sierra Leone Region (752000) +#Sierra Leone Region (752000) #uncolonized in 1836/Britain has trade post in 1836 -#Freetown (400000/100000 POPS) +#Freetown (400000/100000 POPS) 1884 = { - aristocrats = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - officers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 250 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 4700 - } - - aristocrats = { - culture = mande - religion = sunni - size = 675 - } - - officers = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1650 - } - - soldiers = { - culture = mande - religion = sunni - size = 350 - } - - farmers = { - culture = mande - religion = sunni - size = 32125 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 875 - } - - officers = { - culture = western_nigritic - religion = sunni - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 2300 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 450 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 48275 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 250 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 700 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 150 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 6800 - } + aristocrats = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + officers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 250 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 4700 + } + + aristocrats = { + culture = mande + religion = sunni + size = 675 + } + + officers = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1650 + } + + soldiers = { + culture = mande + religion = sunni + size = 350 + } + + farmers = { + culture = mande + religion = sunni + size = 32125 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 875 + } + + officers = { + culture = western_nigritic + religion = sunni + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 2300 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 450 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 48275 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 250 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 700 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 150 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 6800 + } } #uncolonized in 1836 -#Bo (352000/88000 POPS) +#Bo (352000/88000 POPS) 1886 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1875 - } - - soldiers = { - culture = mande - religion = sunni - size = 475 - } - - farmers = { - culture = mande - religion = sunni - size = 36650 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 800 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 2000 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 425 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 37675 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 7000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1875 + } + + soldiers = { + culture = mande + religion = sunni + size = 475 + } + + farmers = { + culture = mande + religion = sunni + size = 36650 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 800 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 2000 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 425 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 37675 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 7000 + } } #Jallon Region (384000) #see Guinea.txt for balance of Region #uncolonized in 1836 -#Falaba (384000/96000 POPS) #now part of Sierra Leone +#Falaba (384000/96000 POPS) #now part of Sierra Leone 1885 = { - aristocrats = { - culture = mande - religion = sunni - size = 925 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1900 - } - - soldiers = { - culture = mande - religion = sunni - size = 475 - } - - farmers = { - culture = mande - religion = sunni - size = 36600 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 800 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 1650 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 425 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 37025 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 125 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 400 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 2300 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 13000 - } + aristocrats = { + culture = mande + religion = sunni + size = 925 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1900 + } + + soldiers = { + culture = mande + religion = sunni + size = 475 + } + + farmers = { + culture = mande + religion = sunni + size = 36600 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 800 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 1650 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 425 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 37025 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 125 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 400 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 2300 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 13000 + } } diff --git a/HPM/history/pops/1836.1.1/Slovakia.txt b/HPM/history/pops/1836.1.1/Slovakia.txt index 76db6a61..d62fe0ee 100644 --- a/HPM/history/pops/1836.1.1/Slovakia.txt +++ b/HPM/history/pops/1836.1.1/Slovakia.txt @@ -1,976 +1,976 @@ -#Slovakia Region (1588000) -#under the rule of Austria in 1836 +#Slovakia Region (1588000) +#under the rule of Austria in 1836 #Bratislava (691060/172765 POPS) 633 = { - bureaucrats = { - culture = slovak - religion = catholic - size = 100 - } - - capitalists = { - culture = slovak - religion = catholic - size = 25 - } - - officers = { - culture = slovak - religion = catholic - size = 75 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - clergymen = { - culture = slovak - religion = catholic - size = 1100 - } - - artisans = { - culture = slovak - religion = catholic - size = 6200 - } - - soldiers = { - culture = slovak - religion = catholic - size = 1250 - } - - farmers = { - culture = slovak - religion = catholic - size = 19150 - } - - serfs = { - culture = slovak - religion = catholic - size = 80000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 2000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1550 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 200 - } - - officers = { - culture = hungarian - religion = catholic - size = 135 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 135 - } - - artisans = { - culture = hungarian - religion = catholic - size = 750 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 135 - } - - farmers = { - culture = hungarian - religion = catholic - size = 7300 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = hungarian - religion = protestant - size = 750 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 9725 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 175 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 10000 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 200 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8525 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1250 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 275 - } - - officers = { - culture = south_german - religion = catholic - size = 150 - } - - clergymen = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 1000 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 175 - } - - farmers = { - culture = south_german - religion = catholic - size = 13000 - } + bureaucrats = { + culture = slovak + religion = catholic + size = 100 + } + + capitalists = { + culture = slovak + religion = catholic + size = 25 + } + + officers = { + culture = slovak + religion = catholic + size = 75 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + clergymen = { + culture = slovak + religion = catholic + size = 1100 + } + + artisans = { + culture = slovak + religion = catholic + size = 6200 + } + + soldiers = { + culture = slovak + religion = catholic + size = 1250 + } + + farmers = { + culture = slovak + religion = catholic + size = 19150 + } + + serfs = { + culture = slovak + religion = catholic + size = 80000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 2000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1550 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 200 + } + + officers = { + culture = hungarian + religion = catholic + size = 135 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 135 + } + + artisans = { + culture = hungarian + religion = catholic + size = 750 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 135 + } + + farmers = { + culture = hungarian + religion = catholic + size = 7300 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = hungarian + religion = protestant + size = 750 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 9725 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 175 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 10000 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 200 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8525 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1250 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 275 + } + + officers = { + culture = south_german + religion = catholic + size = 150 + } + + clergymen = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 1000 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 175 + } + + farmers = { + culture = south_german + religion = catholic + size = 13000 + } } #Trencin (342540/85635 POPS) 634 = { - clergymen = { - culture = slovak - religion = catholic - size = 500 - } - - artisans = { - culture = slovak - religion = catholic - size = 2800 - } - - soldiers = { - culture = slovak - religion = catholic - size = 500 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - farmers = { - culture = slovak - religion = catholic - size = 53300 - } - - serfs = { - culture = slovak - religion = catholic - size = 29000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 850 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 400 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 6350 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 50 - } - - officers = { - culture = south_german - religion = catholic - size = 35 - } + clergymen = { + culture = slovak + religion = catholic + size = 500 + } + + artisans = { + culture = slovak + religion = catholic + size = 2800 + } + + soldiers = { + culture = slovak + religion = catholic + size = 500 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + farmers = { + culture = slovak + religion = catholic + size = 53300 + } + + serfs = { + culture = slovak + religion = catholic + size = 29000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 850 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 400 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 6350 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 50 + } + + officers = { + culture = south_german + religion = catholic + size = 35 + } } #Nitra (3279752/819938 POPS) 635 = { - clergymen = { - culture = slovak - religion = catholic - size = 850 - } - - artisans = { - culture = slovak - religion = catholic - size = 4300 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - soldiers = { - culture = slovak - religion = catholic - size = 650 - } - - farmers = { - culture = slovak - religion = catholic - size = 20300 - } - - serfs = { - culture = gypsy - religion = catholic - size = 3000 - } - - serfs = { - culture = slovak - religion = catholic - size = 32000 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 2712 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 300 - } - - officers = { - culture = hungarian - religion = catholic - size = 65 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 140 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1250 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 190 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 16937 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 115 - } - - artisans = { - culture = hungarian - religion = protestant - size = 950 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 162 - } - - farmers = { - culture = hungarian - religion = protestant - size = 17712 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 750 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 2650 - } + clergymen = { + culture = slovak + religion = catholic + size = 850 + } + + artisans = { + culture = slovak + religion = catholic + size = 4300 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + soldiers = { + culture = slovak + religion = catholic + size = 650 + } + + farmers = { + culture = slovak + religion = catholic + size = 20300 + } + + serfs = { + culture = gypsy + religion = catholic + size = 3000 + } + + serfs = { + culture = slovak + religion = catholic + size = 32000 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 2712 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 300 + } + + officers = { + culture = hungarian + religion = catholic + size = 65 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 140 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1250 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 190 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 16937 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 115 + } + + artisans = { + culture = hungarian + religion = protestant + size = 950 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 162 + } + + farmers = { + culture = hungarian + religion = protestant + size = 17712 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 750 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 2650 + } } #Banska Bystrica (340000/85000 POPS) 636 = { - clergymen = { - culture = slovak - religion = catholic - size = 475 - } - - artisans = { - culture = slovak - religion = catholic - size = 2550 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - soldiers = { - culture = slovak - religion = catholic - size = 500 - } - - farmers = { - culture = slovak - religion = catholic - size = 40375 - } - - serfs = { - culture = slovak - religion = catholic - size = 26000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1225 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 50 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - officers = { - culture = south_german - religion = catholic - size = 35 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 250 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 3900 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - craftsmen = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 800 - } + clergymen = { + culture = slovak + religion = catholic + size = 475 + } + + artisans = { + culture = slovak + religion = catholic + size = 2550 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + soldiers = { + culture = slovak + religion = catholic + size = 500 + } + + farmers = { + culture = slovak + religion = catholic + size = 40375 + } + + serfs = { + culture = slovak + religion = catholic + size = 26000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1225 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 50 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + officers = { + culture = south_german + religion = catholic + size = 35 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 250 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 3900 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + craftsmen = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 800 + } } #Felvidek Region (860000) #see Hungary.txt and Ukraine.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Kosice (497628/124407POPS) 637 = { - bureaucrats = { - culture = slovak - religion = catholic - size = 75 - } - - officers = { - culture = slovak - religion = catholic - size = 75 - } - - clergymen = { - culture = slovak - religion = catholic - size = 975 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - artisans = { - culture = slovak - religion = catholic - size = 800 - } - - soldiers = { - culture = slovak - religion = catholic - size = 1100 - } - - serfs = { - culture = slovak - religion = catholic - size = 12000 - } - - farmers = { - culture = slovak - religion = catholic - size = 29875 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1875 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 400 - } - - officers = { - culture = hungarian - religion = catholic - size = 375 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 237 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1300 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 300 - } - - craftsmen = { - culture = hungarian - religion = catholic - size = 100 - } - - farmers = { - culture = hungarian - religion = catholic - size = 19066 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 200 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1300 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 237 - } - - farmers = { - culture = hungarian - religion = protestant - size = 19762 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 725 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 200 - } - - clergymen = { - culture = south_german - religion = catholic - size = 225 - } - - officers = { - culture = south_german - religion = catholic - size = 150 - } - - artisans = { - culture = south_german - religion = catholic - size = 1000 - } - - soldiers = { - culture = south_german - religion = catholic - size = 200 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 18825 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 4450 - } + bureaucrats = { + culture = slovak + religion = catholic + size = 75 + } + + officers = { + culture = slovak + religion = catholic + size = 75 + } + + clergymen = { + culture = slovak + religion = catholic + size = 975 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + artisans = { + culture = slovak + religion = catholic + size = 800 + } + + soldiers = { + culture = slovak + religion = catholic + size = 1100 + } + + serfs = { + culture = slovak + religion = catholic + size = 12000 + } + + farmers = { + culture = slovak + religion = catholic + size = 29875 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1875 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 400 + } + + officers = { + culture = hungarian + religion = catholic + size = 375 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 237 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1300 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 300 + } + + craftsmen = { + culture = hungarian + religion = catholic + size = 100 + } + + farmers = { + culture = hungarian + religion = catholic + size = 19066 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 200 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1300 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 237 + } + + farmers = { + culture = hungarian + religion = protestant + size = 19762 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 725 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 200 + } + + clergymen = { + culture = south_german + religion = catholic + size = 225 + } + + officers = { + culture = south_german + religion = catholic + size = 150 + } + + artisans = { + culture = south_german + religion = catholic + size = 1000 + } + + soldiers = { + culture = south_german + religion = catholic + size = 200 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 18825 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 4450 + } } #Roznava (160400/40100 POPS) 638 = { - clergymen = { - culture = slovak - religion = catholic - size = 175 - } - - artisans = { - culture = slovak - religion = catholic - size = 2100 - } - - soldiers = { - culture = slovak - religion = catholic - size = 200 - } - - serfs = { - culture = slovak - religion = catholic - size = 5625 - } - - craftsmen = { - culture = slovak - religion = catholic - size = 100 - } - - farmers = { - culture = slovak - religion = catholic - size = 21800 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 725 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 4000 - } + clergymen = { + culture = slovak + religion = catholic + size = 175 + } + + artisans = { + culture = slovak + religion = catholic + size = 2100 + } + + soldiers = { + culture = slovak + religion = catholic + size = 200 + } + + serfs = { + culture = slovak + religion = catholic + size = 5625 + } + + craftsmen = { + culture = slovak + religion = catholic + size = 100 + } + + farmers = { + culture = slovak + religion = catholic + size = 21800 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 725 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 4000 + } } diff --git a/HPM/history/pops/1836.1.1/Slovenia.txt b/HPM/history/pops/1836.1.1/Slovenia.txt index f0bc5487..68085c19 100644 --- a/HPM/history/pops/1836.1.1/Slovenia.txt +++ b/HPM/history/pops/1836.1.1/Slovenia.txt @@ -1,195 +1,195 @@ #Carinthia-Styria Region (204000) #see Austria.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Maribor (204000/51000 POPS) #Part of Slovenia Today 767 = { - aristocrats = { - culture = south_german - religion = catholic - size = 750 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 250 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 3150 - } - - clergymen = { - culture = slovene - religion = catholic - size = 450 - } - - artisans = { - culture = slovene - religion = catholic - size = 1600 - } - - soldiers = { - culture = slovene - religion = catholic - size = 450 - } - - farmers = { - culture = slovene - religion = catholic - size = 35000 - } - - serfs = { - culture = gypsy - religion = catholic - size = 500 - } - - serfs = { - culture = slovene - religion = catholic - size = 1000 - } - - ######Jews - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## - + aristocrats = { + culture = south_german + religion = catholic + size = 750 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 250 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 3150 + } + + clergymen = { + culture = slovene + religion = catholic + size = 450 + } + + artisans = { + culture = slovene + religion = catholic + size = 1600 + } + + soldiers = { + culture = slovene + religion = catholic + size = 450 + } + + farmers = { + culture = slovene + religion = catholic + size = 45000 + } + + serfs = { + culture = gypsy + religion = catholic + size = 500 + } + + serfs = { + culture = slovene + religion = catholic + size = 1000 + } + + ######Jews + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## + } -#Carniola Region (460000) -#under the rule of Austria in 1836 -#Ljubljana (280000/70000 POPS) +#Carniola Region (460000) +#under the rule of Austria in 1836 +#Ljubljana (280000/70000 POPS) 768 = { - aristocrats = { - culture = slovene - religion = catholic - size = 825 - } - - bureaucrats = { - culture = slovene - religion = catholic - size = 225 - } - - officers = { - culture = slovene - religion = catholic - size = 100 - } - - clergymen = { - culture = slovene - religion = catholic - size = 700 - } - - artisans = { - culture = slovene - religion = catholic - size = 4000 - } - - soldiers = { - culture = slovene - religion = catholic - size = 1100 - } - - farmers = { - culture = slovene - religion = catholic - size = 43150 - } - - serfs = { - culture = slovene - religion = catholic - size = 20000 - } - + aristocrats = { + culture = slovene + religion = catholic + size = 825 + } + + bureaucrats = { + culture = slovene + religion = catholic + size = 225 + } + + officers = { + culture = slovene + religion = catholic + size = 100 + } + + clergymen = { + culture = slovene + religion = catholic + size = 700 + } + + artisans = { + culture = slovene + religion = catholic + size = 4000 + } + + soldiers = { + culture = slovene + religion = catholic + size = 1100 + } + + farmers = { + culture = slovene + religion = catholic + size = 43150 + } + + serfs = { + culture = slovene + religion = catholic + size = 20000 + } + } -#Postojna (180000/45000 POPS) +#Postojna (180000/45000 POPS) 769 = { - aristocrats = { - culture = slovene - religion = catholic - size = 500 - } - - clergymen = { - culture = slovene - religion = catholic - size = 425 - } - - artisans = { - culture = slovene - religion = catholic - size = 2100 - } - - soldiers = { - culture = slovene - religion = catholic - size = 425 - } - - farmers = { - culture = slovene - religion = catholic - size = 39075 - } - - farmers = { - culture = gypsy - religion = catholic - size = 500 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1975 - } + aristocrats = { + culture = slovene + religion = catholic + size = 500 + } + + clergymen = { + culture = slovene + religion = catholic + size = 425 + } + + artisans = { + culture = slovene + religion = catholic + size = 2100 + } + + soldiers = { + culture = slovene + religion = catholic + size = 425 + } + + farmers = { + culture = slovene + religion = catholic + size = 39075 + } + + farmers = { + culture = gypsy + religion = catholic + size = 500 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1975 + } } diff --git a/HPM/history/pops/1836.1.1/Solomon Islands.txt b/HPM/history/pops/1836.1.1/Solomon Islands.txt index 6cce5a3c..f3745595 100644 --- a/HPM/history/pops/1836.1.1/Solomon Islands.txt +++ b/HPM/history/pops/1836.1.1/Solomon Islands.txt @@ -1,66 +1,66 @@ -#Central Melanesia (54000) +#Central Melanesia (54000) #uncolonized in 1836 -#Solomon Islands (48000/12000 POPS) +#Solomon Islands (48000/12000 POPS) 2534 = { - aristocrats = { - culture = melanesian - religion = animist - size = 225 - } + aristocrats = { + culture = melanesian + religion = animist + size = 225 + } - clergymen = { - culture = melanesian - religion = animist - size = 125 - } + clergymen = { + culture = melanesian + religion = animist + size = 125 + } - artisans = { - culture = melanesian - religion = animist - size = 600 - } + artisans = { + culture = melanesian + religion = animist + size = 600 + } - soldiers = { - culture = melanesian - religion = animist - size = 125 - } + soldiers = { + culture = melanesian + religion = animist + size = 125 + } - farmers = { - culture = melanesian - religion = animist - size = 10925 - } + farmers = { + culture = melanesian + religion = animist + size = 10925 + } } -#Santa Cruz Islands (6000/1500 POPS) +#Santa Cruz Islands (6000/1500 POPS) 2536 = { - aristocrats = { - culture = melanesian - religion = animist - size = 25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 25 + } - clergymen = { - culture = melanesian - religion = animist - size = 35 - } + clergymen = { + culture = melanesian + religion = animist + size = 35 + } - artisans = { - culture = melanesian - religion = animist - size = 75 - } + artisans = { + culture = melanesian + religion = animist + size = 75 + } - soldiers = { - culture = melanesian - religion = animist - size = 15 - } + soldiers = { + culture = melanesian + religion = animist + size = 15 + } - farmers = { - culture = melanesian - religion = animist - size = 1350 - } + farmers = { + culture = melanesian + religion = animist + size = 1350 + } } diff --git a/HPM/history/pops/1836.1.1/Somalia.txt b/HPM/history/pops/1836.1.1/Somalia.txt index b77d294a..047e7120 100644 --- a/HPM/history/pops/1836.1.1/Somalia.txt +++ b/HPM/history/pops/1836.1.1/Somalia.txt @@ -3,395 +3,395 @@ #under the loose rule of Muscat in 1836 #Mogadishu (216000/54000 POPS) 1868 = { - aristocrats = { - culture = somali - religion = sunni - size = 1050 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 100 - } - - officers = { - culture = somali - religion = sunni - size = 75 - } - - clergymen = { - culture = somali - religion = sunni - size = 550 - } - - artisans = { - culture = somali - religion = sunni - size = 2175 - } - - soldiers = { - culture = somali - religion = sunni - size = 1125 - } - - farmers = { - culture = somali - religion = sunni - size = 58000 - } - - slaves = { - culture = cushitic - religion = animist - size = 6000 - } + aristocrats = { + culture = somali + religion = sunni + size = 1050 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 100 + } + + officers = { + culture = somali + religion = sunni + size = 75 + } + + clergymen = { + culture = somali + religion = sunni + size = 550 + } + + artisans = { + culture = somali + religion = sunni + size = 2175 + } + + soldiers = { + culture = somali + religion = sunni + size = 1125 + } + + farmers = { + culture = somali + religion = sunni + size = 58000 + } + + slaves = { + culture = cushitic + religion = animist + size = 6000 + } } #Kismayo (84000/21000 POPS) 1870 = { - aristocrats = { - culture = somali - religion = sunni - size = 275 - } - - clergymen = { - culture = somali - religion = sunni - size = 150 - } - - artisans = { - culture = somali - religion = sunni - size = 650 - } - - soldiers = { - culture = somali - religion = sunni - size = 150 - } - - farmers = { - culture = somali - religion = sunni - size = 13775 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 75 - } - - clergymen = { - culture = cushitic - religion = animist - size = 50 - } - - artisans = { - culture = cushitic - religion = animist - size = 250 - } - - soldiers = { - culture = cushitic - religion = animist - size = 50 - } - - farmers = { - culture = cushitic - religion = animist - size = 4575 - } - - slaves = { - culture = cushitic - religion = animist - size = 1100 - } + aristocrats = { + culture = somali + religion = sunni + size = 275 + } + + clergymen = { + culture = somali + religion = sunni + size = 150 + } + + artisans = { + culture = somali + religion = sunni + size = 650 + } + + soldiers = { + culture = somali + religion = sunni + size = 150 + } + + farmers = { + culture = somali + religion = sunni + size = 13775 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 75 + } + + clergymen = { + culture = cushitic + religion = animist + size = 50 + } + + artisans = { + culture = cushitic + religion = animist + size = 250 + } + + soldiers = { + culture = cushitic + religion = animist + size = 50 + } + + farmers = { + culture = cushitic + religion = animist + size = 4575 + } + + slaves = { + culture = cushitic + religion = animist + size = 1100 + } } #uncolonized/ruled by the Sultan of Geledi in 1836 #Baidoa (92000/23000 POPS) 1869 = { - aristocrats = { - culture = somali - religion = sunni - size = 450 - } - - clergymen = { - culture = somali - religion = sunni - size = 225 - } - - artisans = { - culture = somali - religion = sunni - size = 1150 - } - - soldiers = { - culture = somali - religion = sunni - size = 1175 - } - - farmers = { - culture = somali - religion = sunni - size = 20000 - } + aristocrats = { + culture = somali + religion = sunni + size = 450 + } + + clergymen = { + culture = somali + religion = sunni + size = 225 + } + + artisans = { + culture = somali + religion = sunni + size = 1150 + } + + soldiers = { + culture = somali + religion = sunni + size = 1175 + } + + farmers = { + culture = somali + religion = sunni + size = 20000 + } } #Majerteyn Region (192000) #under the loose rule of Muscat via Sultan of Majerteyn in 1836 #Hobye (76000/19000 POPS) 1871 = { - aristocrats = { - culture = somali - religion = sunni - size = 350 - } - - clergymen = { - culture = somali - religion = sunni - size = 175 - } - - artisans = { - culture = somali - religion = sunni - size = 775 - } - - soldiers = { - culture = somali - religion = sunni - size = 200 - } - - farmers = { - culture = somali - religion = sunni - size = 15500 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + aristocrats = { + culture = somali + religion = sunni + size = 350 + } + + clergymen = { + culture = somali + religion = sunni + size = 175 + } + + artisans = { + culture = somali + religion = sunni + size = 775 + } + + soldiers = { + culture = somali + religion = sunni + size = 200 + } + + farmers = { + culture = somali + religion = sunni + size = 15500 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } #Busaso (116000/29000 POPS) 1872 = { - aristocrats = { - culture = somali - religion = sunni - size = 540 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 50 - } - - officers = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 275 - } - - artisans = { - culture = somali - religion = sunni - size = 1175 - } - - soldiers = { - culture = somali - religion = sunni - size = 1000 - } - - farmers = { - culture = somali - religion = sunni - size = 20950 - } - - slaves = { - culture = cushitic - religion = animist - size = 5000 - } + aristocrats = { + culture = somali + religion = sunni + size = 540 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 50 + } + + officers = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 275 + } + + artisans = { + culture = somali + religion = sunni + size = 1175 + } + + soldiers = { + culture = somali + religion = sunni + size = 1000 + } + + farmers = { + culture = somali + religion = sunni + size = 20950 + } + + slaves = { + culture = cushitic + religion = animist + size = 5000 + } } #Adal Region (244000) #under the loose rule of Egypt 1836 #Berbera (188000/47000 POPS) 1873 = { - aristocrats = { - culture = somali - religion = sunni - size = 890 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 10 - } - - officers = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 450 - } - - artisans = { - culture = somali - religion = sunni - size = 1850 - } - - soldiers = { - culture = somali - religion = sunni - size = 1750 - } - - farmers = { - culture = somali - religion = sunni - size = 32000 - } - - slaves = { - culture = oromo - religion = animist - size = 7000 - } - - slaves = { - culture = cushitic - religion = animist - size = 3000 - } + aristocrats = { + culture = somali + religion = sunni + size = 890 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 10 + } + + officers = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 450 + } + + artisans = { + culture = somali + religion = sunni + size = 1850 + } + + soldiers = { + culture = somali + religion = sunni + size = 1750 + } + + farmers = { + culture = somali + religion = sunni + size = 32000 + } + + slaves = { + culture = oromo + religion = animist + size = 7000 + } + + slaves = { + culture = cushitic + religion = animist + size = 3000 + } } #Zayla (32000/8000 POPS) 1874 = { - aristocrats = { - culture = somali - religion = sunni - size = 150 - } - - clergymen = { - culture = somali - religion = sunni - size = 75 - } - - artisans = { - culture = somali - religion = sunni - size = 400 - } - - soldiers = { - culture = somali - religion = sunni - size = 75 - } - - farmers = { - culture = somali - religion = sunni - size = 7300 - } + aristocrats = { + culture = somali + religion = sunni + size = 150 + } + + clergymen = { + culture = somali + religion = sunni + size = 75 + } + + artisans = { + culture = somali + religion = sunni + size = 400 + } + + soldiers = { + culture = somali + religion = sunni + size = 75 + } + + farmers = { + culture = somali + religion = sunni + size = 7300 + } } -#Jibuti (28000/7000 POPS) #now part of Djibouti +#Jibuti (28000/7000 POPS) #now part of Djibouti 1875 = { - aristocrats = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 75 - } - - artisans = { - culture = somali - religion = sunni - size = 150 - } - - soldiers = { - culture = somali - religion = sunni - size = 25 - } - - farmers = { - culture = somali - religion = sunni - size = 2700 - } - - aristocrats = { - culture = afar - religion = sunni - size = 50 - } - - clergymen = { - culture = afar - religion = sunni - size = 75 - } - - artisans = { - culture = afar - religion = sunni - size = 200 - } - - soldiers = { - culture = afar - religion = sunni - size = 50 - } - - farmers = { - culture = afar - religion = sunni - size = 3625 - } + aristocrats = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 75 + } + + artisans = { + culture = somali + religion = sunni + size = 150 + } + + soldiers = { + culture = somali + religion = sunni + size = 25 + } + + farmers = { + culture = somali + religion = sunni + size = 2700 + } + + aristocrats = { + culture = afar + religion = sunni + size = 50 + } + + clergymen = { + culture = afar + religion = sunni + size = 75 + } + + artisans = { + culture = afar + religion = sunni + size = 200 + } + + soldiers = { + culture = afar + religion = sunni + size = 50 + } + + farmers = { + culture = afar + religion = sunni + size = 3625 + } } diff --git a/HPM/history/pops/1836.1.1/South Africa.txt b/HPM/history/pops/1836.1.1/South Africa.txt index 30dcf3a5..4d346482 100644 --- a/HPM/history/pops/1836.1.1/South Africa.txt +++ b/HPM/history/pops/1836.1.1/South Africa.txt @@ -1,702 +1,702 @@ #file includes modern South Africa, Lesotho and Swaziland #Western Cape Region (395100) #Ruled by Britain 1836 -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Cape Town (173000/43250 POPS) 2087 = { - aristocrats = { - culture = khoisan - religion = protestant - size = 300 - } - - clergymen = { - culture = khoisan - religion = protestant - size = 50 - } - - artisans = { - culture = khoisan - religion = protestant - size = 750 - } - - soldiers = { - culture = khoisan - religion = protestant - size = 350 - } - - farmers = { - culture = khoisan - religion = protestant - size = 9050 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 750 - } - - farmers = { - culture = khoisan - religion = animist - size = 15575 - } - - aristocrats = { - culture = british - religion = protestant - size = 20 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 400 - } - - soldiers = { - culture = british - religion = protestant - size = 1000 - } - - farmers = { - culture = british - religion = protestant - size = 1250 - } - - aristocrats = { - culture = boer - religion = protestant - size = 2100 - } - - clergymen = { - culture = boer - religion = protestant - size = 245 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 50 - } - - artisans = { - culture = boer - religion = protestant - size = 1100 - } - - officers = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 1100 - } - - farmers = { - culture = boer - religion = protestant - size = 16245 - } + aristocrats = { + culture = khoisan + religion = protestant + size = 300 + } + + clergymen = { + culture = khoisan + religion = protestant + size = 50 + } + + artisans = { + culture = khoisan + religion = protestant + size = 750 + } + + soldiers = { + culture = khoisan + religion = protestant + size = 350 + } + + farmers = { + culture = khoisan + religion = protestant + size = 9050 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 750 + } + + farmers = { + culture = khoisan + religion = animist + size = 15575 + } + + aristocrats = { + culture = british + religion = protestant + size = 20 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 400 + } + + soldiers = { + culture = british + religion = protestant + size = 1000 + } + + farmers = { + culture = british + religion = protestant + size = 1250 + } + + aristocrats = { + culture = boer + religion = protestant + size = 2100 + } + + clergymen = { + culture = boer + religion = protestant + size = 245 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 50 + } + + artisans = { + culture = boer + religion = protestant + size = 1100 + } + + officers = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 1100 + } + + farmers = { + culture = boer + religion = protestant + size = 16245 + } } #Worcester (117700/29425 POPS) 2089 = { - clergymen = { - culture = khoisan - religion = protestant - size = 50 - } - - soldiers = { - culture = khoisan - religion = protestant - size = 100 - } - - artisans = { - culture = khoisan - religion = protestant - size = 250 - } - - farmers = { - culture = khoisan - religion = protestant - size = 7500 - } - - clergymen = { - culture = khoisan - religion = animist - size = 75 - } - - artisans = { - culture = khoisan - religion = animist - size = 150 - } - - farmers = { - culture = khoisan - religion = animist - size = 6700 - } - - aristocrats = { - culture = boer - religion = protestant - size = 10 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 40 - } - - clergymen = { - culture = boer - religion = protestant - size = 95 - } - - artisans = { - culture = boer - religion = protestant - size = 1000 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 3725 - } - - artisans = { - culture = sotho - religion = animist - size = 100 - } - - farmers = { - culture = sotho - religion = animist - size = 9800 - } - - farmers = { - culture = british - religion = protestant - size = 260 - } + clergymen = { + culture = khoisan + religion = protestant + size = 50 + } + + soldiers = { + culture = khoisan + religion = protestant + size = 100 + } + + artisans = { + culture = khoisan + religion = protestant + size = 250 + } + + farmers = { + culture = khoisan + religion = protestant + size = 7500 + } + + clergymen = { + culture = khoisan + religion = animist + size = 75 + } + + artisans = { + culture = khoisan + religion = animist + size = 150 + } + + farmers = { + culture = khoisan + religion = animist + size = 6700 + } + + aristocrats = { + culture = boer + religion = protestant + size = 10 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 40 + } + + clergymen = { + culture = boer + religion = protestant + size = 95 + } + + artisans = { + culture = boer + religion = protestant + size = 1000 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 3725 + } + + artisans = { + culture = sotho + religion = animist + size = 100 + } + + farmers = { + culture = sotho + religion = animist + size = 9800 + } + + farmers = { + culture = british + religion = protestant + size = 260 + } } #Swettenham (69700/17425 POPS) 2090 = { - clergymen = { - culture = khoisan - religion = protestant - size = 75 - } - - artisans = { - culture = khoisan - religion = protestant - size = 200 - } - - soldiers = { - culture = khoisan - religion = protestant - size = 100 - } - - farmers = { - culture = khoisan - religion = protestant - size = 6525 - } - - aristocrats = { - culture = boer - religion = protestant - size = 8 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 30 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 65 - } - - artisans = { - culture = boer - religion = protestant - size = 600 - } - - farmers = { - culture = boer - religion = protestant - size = 4325 - } - - clergymen = { - culture = khoisan - religion = animist - size = 75 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - farmers = { - culture = khoisan - religion = animist - size = 14675 - } - - farmers = { - culture = british - religion = protestant - size = 260 - } + clergymen = { + culture = khoisan + religion = protestant + size = 75 + } + + artisans = { + culture = khoisan + religion = protestant + size = 200 + } + + soldiers = { + culture = khoisan + religion = protestant + size = 100 + } + + farmers = { + culture = khoisan + religion = protestant + size = 6525 + } + + aristocrats = { + culture = boer + religion = protestant + size = 8 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 30 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 65 + } + + artisans = { + culture = boer + religion = protestant + size = 600 + } + + farmers = { + culture = boer + religion = protestant + size = 4325 + } + + clergymen = { + culture = khoisan + religion = animist + size = 75 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + farmers = { + culture = khoisan + religion = animist + size = 14675 + } + + farmers = { + culture = british + religion = protestant + size = 260 + } } #Mossel Bay (34700/8675 POPS) 2091 = { - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 300 - } - - farmers = { - culture = boer - religion = protestant - size = 2775 - } - - farmers = { - culture = british - religion = protestant - size = 500 - } - - clergymen = { - culture = khoisan - religion = animist - size = 35 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - farmers = { - culture = khoisan - religion = animist - size = 2890 - } - - clergymen = { - culture = khoisan - religion = protestant - size = 25 - } - - artisans = { - culture = khoisan - religion = protestant - size = 100 - } - - soldiers = { - culture = khoisan - religion = protestant - size = 100 - } - - farmers = { - culture = khoisan - religion = protestant - size = 1750 - } + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 300 + } + + farmers = { + culture = boer + religion = protestant + size = 2775 + } + + farmers = { + culture = british + religion = protestant + size = 500 + } + + clergymen = { + culture = khoisan + religion = animist + size = 35 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + farmers = { + culture = khoisan + religion = animist + size = 2890 + } + + clergymen = { + culture = khoisan + religion = protestant + size = 25 + } + + artisans = { + culture = khoisan + religion = protestant + size = 100 + } + + soldiers = { + culture = khoisan + religion = protestant + size = 100 + } + + farmers = { + culture = khoisan + religion = protestant + size = 1750 + } } #Namaqualand Region (12000) #see Namibia.txt for balance of region #uncolonized 1836 #Springbok (12000/3000 POPS) 2088 = { - aristocrats = { - culture = khoisan - religion = animist - size = 25 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 150 - } - - soldiers = { - culture = khoisan - religion = animist - size = 25 - } - - farmers = { - culture = khoisan - religion = animist - size = 2750 - } + aristocrats = { + culture = khoisan + religion = animist + size = 25 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 150 + } + + soldiers = { + culture = khoisan + religion = animist + size = 25 + } + + farmers = { + culture = khoisan + religion = animist + size = 2750 + } } #Karoo Region (244500) #Ruled by Britain 1836 -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Beaufort (34600/8650 POPS) 2092 = { - aristocrats = { - culture = boer - religion = protestant - size = 10 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 40 - } - - clergymen = { - culture = boer - religion = protestant - size = 55 - } - - artisans = { - culture = boer - religion = protestant - size = 150 - } - - soldiers = { - culture = boer - religion = protestant - size = 250 - } - - farmers = { - culture = boer - religion = protestant - size = 2450 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - soldiers = { - culture = khoisan - religion = animist - size = 50 - } - - farmers = { - culture = khoisan - religion = animist - size = 4800 - } + aristocrats = { + culture = boer + religion = protestant + size = 10 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 40 + } + + clergymen = { + culture = boer + religion = protestant + size = 55 + } + + artisans = { + culture = boer + religion = protestant + size = 150 + } + + soldiers = { + culture = boer + religion = protestant + size = 250 + } + + farmers = { + culture = boer + religion = protestant + size = 2450 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + soldiers = { + culture = khoisan + religion = animist + size = 50 + } + + farmers = { + culture = khoisan + religion = animist + size = 4800 + } } #Calvinia (23300/5825 POPS) 2093 = { - clergymen = { - culture = boer - religion = protestant - size = 25 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 825 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - soldiers = { - culture = khoisan - religion = animist - size = 25 - } - - farmers = { - culture = khoisan - religion = animist - size = 2900 - } - - aristocrats = { - culture = sotho - religion = animist - size = 25 - } - - clergymen = { - culture = sotho - religion = animist - size = 25 - } - - artisans = { - culture = sotho - religion = animist - size = 50 - } - - soldiers = { - culture = sotho - religion = animist - size = 25 - } - - farmers = { - culture = sotho - religion = animist - size = 1875 - } + clergymen = { + culture = boer + religion = protestant + size = 25 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 825 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + soldiers = { + culture = khoisan + religion = animist + size = 25 + } + + farmers = { + culture = khoisan + religion = animist + size = 2900 + } + + aristocrats = { + culture = sotho + religion = animist + size = 25 + } + + clergymen = { + culture = sotho + religion = animist + size = 25 + } + + artisans = { + culture = sotho + religion = animist + size = 50 + } + + soldiers = { + culture = sotho + religion = animist + size = 25 + } + + farmers = { + culture = sotho + religion = animist + size = 1875 + } } -#De Aar (30600/7650 POPS) +#De Aar (30600/7650 POPS) 2558 = { - aristocrats = { - culture = sotho - religion = animist - size = 50 - } - - clergymen = { - culture = sotho - religion = animist - size = 50 - } - - artisans = { - culture = sotho - religion = animist - size = 150 - } - - soldiers = { - culture = sotho - religion = animist - size = 50 - } - - farmers = { - culture = sotho - religion = animist - size = 5700 - } - - aristocrats = { - culture = boer - religion = protestant - size = 5 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 30 - } - - clergymen = { - culture = boer - religion = protestant - size = 50 - } - - artisans = { - culture = boer - religion = protestant - size = 250 - } - - soldiers = { - culture = boer - religion = protestant - size = 250 - } - - farmers = { - culture = boer - religion = protestant - size = 2350 - } + aristocrats = { + culture = sotho + religion = animist + size = 50 + } + + clergymen = { + culture = sotho + religion = animist + size = 50 + } + + artisans = { + culture = sotho + religion = animist + size = 150 + } + + soldiers = { + culture = sotho + religion = animist + size = 50 + } + + farmers = { + culture = sotho + religion = animist + size = 5700 + } + + aristocrats = { + culture = boer + religion = protestant + size = 5 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 30 + } + + clergymen = { + culture = boer + religion = protestant + size = 50 + } + + artisans = { + culture = boer + religion = protestant + size = 250 + } + + soldiers = { + culture = boer + religion = protestant + size = 250 + } + + farmers = { + culture = boer + religion = protestant + size = 2350 + } } #Uncolonized in 1836 #Kimberley (156000/39000 POPS) 2094 = { - farmers = { - culture = boer - religion = protestant - size = 50 - } - - aristocrats = { - culture = tswana - religion = animist - size = 400 - } - - clergymen = { - culture = tswana - religion = animist - size = 400 - } - - artisans = { - culture = tswana - religion = animist - size = 1600 - } - - soldiers = { - culture = tswana - religion = animist - size = 400 - } - - farmers = { - culture = tswana - religion = animist - size = 36200 - } + farmers = { + culture = boer + religion = protestant + size = 50 + } + + aristocrats = { + culture = tswana + religion = animist + size = 400 + } + + clergymen = { + culture = tswana + religion = animist + size = 400 + } + + artisans = { + culture = tswana + religion = animist + size = 1600 + } + + soldiers = { + culture = tswana + religion = animist + size = 400 + } + + farmers = { + culture = tswana + religion = animist + size = 36200 + } } #Bechuanaland Region (20000) #see Botswana.txt for balance of region #Dikathong (20000/5000 POPS) 2095 = { - aristocrats = { - culture = tswana - religion = animist - size = 50 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 200 - } - - soldiers = { - culture = tswana - religion = animist - size = 50 - } - - farmers = { - culture = tswana - religion = animist - size = 4650 - } + aristocrats = { + culture = tswana + religion = animist + size = 50 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 200 + } + + soldiers = { + culture = tswana + religion = animist + size = 50 + } + + farmers = { + culture = tswana + religion = animist + size = 4650 + } } #Eastern Cape Region (232000) @@ -704,1631 +704,1631 @@ #Port Elizabeth (44000/11000 POPS) 2096 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 1450 - } - - aristocrats = { - culture = boer - religion = protestant - size = 125 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 50 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 400 - } - - soldiers = { - culture = boer - religion = protestant - size = 400 - } - - farmers = { - culture = boer - religion = protestant - size = 3000 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 140 - } - - clergymen = { - culture = xhosa - religion = animist - size = 100 - } - - artisans = { - culture = xhosa - religion = animist - size = 100 - } - - soldiers = { - culture = xhosa - religion = animist - size = 100 - } - - farmers = { - culture = xhosa - religion = animist - size = 3900 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 860 - } - - aristocrats = { - culture = khoisan - religion = animist - size = 100 - } - - clergymen = { - culture = khoisan - religion = animist - size = 100 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - soldiers = { - culture = khoisan - religion = animist - size = 100 - } - - farmers = { - culture = khoisan - religion = animist - size = 2800 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 1450 + } + + aristocrats = { + culture = boer + religion = protestant + size = 125 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 50 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 400 + } + + soldiers = { + culture = boer + religion = protestant + size = 400 + } + + farmers = { + culture = boer + religion = protestant + size = 3000 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 140 + } + + clergymen = { + culture = xhosa + religion = animist + size = 100 + } + + artisans = { + culture = xhosa + religion = animist + size = 100 + } + + soldiers = { + culture = xhosa + religion = animist + size = 100 + } + + farmers = { + culture = xhosa + religion = animist + size = 3900 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 860 + } + + aristocrats = { + culture = khoisan + religion = animist + size = 100 + } + + clergymen = { + culture = khoisan + religion = animist + size = 100 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + soldiers = { + culture = khoisan + religion = animist + size = 100 + } + + farmers = { + culture = khoisan + religion = animist + size = 2800 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } } #Graaf Reinet (36000/9000 POPS) 2097 = { - artisans = { - culture = british - religion = protestant - size = 160 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 6825 - } - - aristocrats = { - culture = boer - religion = protestant - size = 20 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 75 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 500 - } - - officers = { - culture = boer - religion = protestant - size = 30 - } - - farmers = { - culture = boer - religion = protestant - size = 2250 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 100 - } - - clergymen = { - culture = xhosa - religion = animist - size = 100 - } - - artisans = { - culture = xhosa - religion = animist - size = 100 - } - - soldiers = { - culture = xhosa - religion = animist - size = 100 - } - - farmers = { - culture = xhosa - religion = animist - size = 3700 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 750 - } - - clergymen = { - culture = khoisan - religion = animist - size = 100 - } - - soldiers = { - culture = khoisan - religion = animist - size = 100 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - farmers = { - culture = khoisan - religion = animist - size = 3750 - } + artisans = { + culture = british + religion = protestant + size = 160 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 6825 + } + + aristocrats = { + culture = boer + religion = protestant + size = 20 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 75 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 500 + } + + officers = { + culture = boer + religion = protestant + size = 30 + } + + farmers = { + culture = boer + religion = protestant + size = 2250 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 100 + } + + clergymen = { + culture = xhosa + religion = animist + size = 100 + } + + artisans = { + culture = xhosa + religion = animist + size = 100 + } + + soldiers = { + culture = xhosa + religion = animist + size = 100 + } + + farmers = { + culture = xhosa + religion = animist + size = 3700 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 750 + } + + clergymen = { + culture = khoisan + religion = animist + size = 100 + } + + soldiers = { + culture = khoisan + religion = animist + size = 100 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + farmers = { + culture = khoisan + religion = animist + size = 3750 + } } #uncolonized/ruled by the Xhosa 1836 #Bisho (80000/20000 POPS) 2098 = { - aristocrats = { - culture = xhosa - religion = animist - size = 200 - } - - clergymen = { - culture = xhosa - religion = animist - size = 100 - } - - artisans = { - culture = xhosa - religion = animist - size = 1100 - } - - soldiers = { - culture = xhosa - religion = animist - size = 1200 - } - - farmers = { - culture = xhosa - religion = animist - size = 17500 - } - - aristocrats = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 100 - } + aristocrats = { + culture = xhosa + religion = animist + size = 200 + } + + clergymen = { + culture = xhosa + religion = animist + size = 100 + } + + artisans = { + culture = xhosa + religion = animist + size = 1100 + } + + soldiers = { + culture = xhosa + religion = animist + size = 1200 + } + + farmers = { + culture = xhosa + religion = animist + size = 17500 + } + + aristocrats = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 100 + } } #Mathele (80000/20000 POPS) 2099 = { - aristocrats = { - culture = xhosa - religion = animist - size = 200 - } - - clergymen = { - culture = xhosa - religion = animist - size = 100 - } - - artisans = { - culture = xhosa - religion = animist - size = 1100 - } - - soldiers = { - culture = xhosa - religion = animist - size = 1200 - } - - farmers = { - culture = xhosa - religion = animist - size = 17500 - } - - aristocrats = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 100 - } + aristocrats = { + culture = xhosa + religion = animist + size = 200 + } + + clergymen = { + culture = xhosa + religion = animist + size = 100 + } + + artisans = { + culture = xhosa + religion = animist + size = 1100 + } + + soldiers = { + culture = xhosa + religion = animist + size = 1200 + } + + farmers = { + culture = xhosa + religion = animist + size = 17500 + } + + aristocrats = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 100 + } } #Umtata (144000/36000 POPS) 2100 = { - aristocrats = { - culture = xhosa - religion = animist - size = 400 - } - - bureaucrats = { - culture = xhosa - religion = animist - size = 200 - } - - clergymen = { - culture = xhosa - religion = animist - size = 400 - } - - artisans = { - culture = xhosa - religion = animist - size = 1800 - } - - soldiers = { - culture = xhosa - religion = animist - size = 1400 - } - - farmers = { - culture = xhosa - religion = animist - size = 32000 - } - - slaves = { - culture = xhosa - religion = animist - size = 1350 - } + aristocrats = { + culture = xhosa + religion = animist + size = 400 + } + + bureaucrats = { + culture = xhosa + religion = animist + size = 200 + } + + clergymen = { + culture = xhosa + religion = animist + size = 400 + } + + artisans = { + culture = xhosa + religion = animist + size = 1800 + } + + soldiers = { + culture = xhosa + religion = animist + size = 1400 + } + + farmers = { + culture = xhosa + religion = animist + size = 32000 + } + + slaves = { + culture = xhosa + religion = animist + size = 1350 + } } #Transorangia Region (509000) #uncolonized in 1836/dominated by the Sotho in 1836 -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Bloemfontein (194000/48500 POPS) 2101 = { - aristocrats = { - culture = boer - religion = protestant - size = 100 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 200 - } - - officers = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 1200 - } - - farmers = { - culture = boer - religion = protestant - size = 2400 - } - - aristocrats = { - culture = sotho - religion = animist - size = 925 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 2375 - } - - soldiers = { - culture = sotho - religion = animist - size = 1475 - } - - farmers = { - culture = sotho - religion = animist - size = 32900 - } - - slaves = { - culture = tswana - religion = animist - size = 2450 - } + aristocrats = { + culture = boer + religion = protestant + size = 100 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 200 + } + + officers = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 1200 + } + + farmers = { + culture = boer + religion = protestant + size = 2400 + } + + aristocrats = { + culture = sotho + religion = animist + size = 925 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 2375 + } + + soldiers = { + culture = sotho + religion = animist + size = 1475 + } + + farmers = { + culture = sotho + religion = animist + size = 32900 + } + + slaves = { + culture = tswana + religion = animist + size = 2450 + } } #Winburg (102000/25500 POPS) 2102 = { - artisans = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 1000 - } - - farmers = { - culture = boer - religion = protestant - size = 800 - } - - aristocrats = { - culture = sotho - religion = animist - size = 350 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 1100 - } - - soldiers = { - culture = sotho - religion = animist - size = 200 - } - - slaves = { - culture = nguni - religion = animist - size = 1750 - } - - farmers = { - culture = sotho - religion = animist - size = 18225 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 250 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 4575 - } + artisans = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 1000 + } + + farmers = { + culture = boer + religion = protestant + size = 800 + } + + aristocrats = { + culture = sotho + religion = animist + size = 350 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 1100 + } + + soldiers = { + culture = sotho + religion = animist + size = 200 + } + + slaves = { + culture = nguni + religion = animist + size = 1750 + } + + farmers = { + culture = sotho + religion = animist + size = 18225 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 250 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 4575 + } } #Philippolis (85000/21250 POPS) 2103 = { - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 690 - } - - aristocrats = { - culture = sotho - religion = animist - size = 400 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 1025 - } - - soldiers = { - culture = sotho - religion = animist - size = 200 - } - - farmers = { - culture = sotho - religion = animist - size = 18775 - } - - slaves = { - culture = tswana - religion = animist - size = 1350 - } - + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 690 + } + + aristocrats = { + culture = sotho + religion = animist + size = 400 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 1025 + } + + soldiers = { + culture = sotho + religion = animist + size = 200 + } + + farmers = { + culture = sotho + religion = animist + size = 18775 + } + + slaves = { + culture = tswana + religion = animist + size = 1350 + } + } -#Thaba Bosiu (256000/64000 POPS) #now Lesotho +#Thaba Bosiu (256000/64000 POPS) #now Lesotho 2104 = { - aristocrats = { - culture = sotho - religion = animist - size = 1250 - } - - bureaucrats = { - culture = sotho - religion = animist - size = 250 - } - - officers = { - culture = sotho - religion = animist - size = 250 - } - - clergymen = { - culture = sotho - religion = animist - size = 150 - } - - artisans = { - culture = sotho - religion = animist - size = 3200 - } - - soldiers = { - culture = sotho - religion = animist - size = 1100 - } - - farmers = { - culture = sotho - religion = animist - size = 58000 - } - - slaves = { - culture = zulu - religion = animist - size = 1420 - } - + aristocrats = { + culture = sotho + religion = animist + size = 1250 + } + + bureaucrats = { + culture = sotho + religion = animist + size = 250 + } + + officers = { + culture = sotho + religion = animist + size = 250 + } + + clergymen = { + culture = sotho + religion = animist + size = 150 + } + + artisans = { + culture = sotho + religion = animist + size = 3200 + } + + soldiers = { + culture = sotho + religion = animist + size = 1100 + } + + farmers = { + culture = sotho + religion = animist + size = 58000 + } + + slaves = { + culture = zulu + religion = animist + size = 1420 + } + } #Transvaal Region (349000) #uncolonized in 1836/dominated by the Sotho in 1836 -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Pretoria (137600/34400 POPS) 2105 = { - aristocrats = { - culture = boer - religion = protestant - size = 100 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 100 - } - - officers = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 150 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 2400 - } - - soldiers = { - culture = boer - religion = protestant - size = 1200 - } - - aristocrats = { - culture = sotho - religion = animist - size = 650 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 1350 - } - - soldiers = { - culture = sotho - religion = animist - size = 350 - } - - slaves = { - culture = sotho - religion = animist - size = 1500 - } - - farmers = { - culture = sotho - religion = animist - size = 21300 - } + aristocrats = { + culture = boer + religion = protestant + size = 100 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 100 + } + + officers = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 150 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 2400 + } + + soldiers = { + culture = boer + religion = protestant + size = 1200 + } + + aristocrats = { + culture = sotho + religion = animist + size = 650 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 1350 + } + + soldiers = { + culture = sotho + religion = animist + size = 350 + } + + slaves = { + culture = sotho + religion = animist + size = 1500 + } + + farmers = { + culture = sotho + religion = animist + size = 21300 + } } #Johannesburg (102400/25600 POPS) 2106 = { - artisans = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 400 - } - - farmers = { - culture = boer - religion = protestant - size = 1200 - } - - aristocrats = { - culture = sotho - religion = animist - size = 425 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 1250 - } - - soldiers = { - culture = sotho - religion = animist - size = 250 - } - - slaves = { - culture = sotho - religion = animist - size = 1500 - } - - farmers = { - culture = sotho - religion = animist - size = 18775 - } + artisans = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 400 + } + + farmers = { + culture = boer + religion = protestant + size = 1200 + } + + aristocrats = { + culture = sotho + religion = animist + size = 425 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 1250 + } + + soldiers = { + culture = sotho + religion = animist + size = 250 + } + + slaves = { + culture = sotho + religion = animist + size = 1500 + } + + farmers = { + culture = sotho + religion = animist + size = 18775 + } } #uncolonized in 1836/dominated by the Ndebele #Klerksdorp (109000/27250 POPS) 2107 = { - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 525 - } - - farmers = { - culture = boer - religion = protestant - size = 650 - } - - aristocrats = { - culture = tswana - religion = animist - size = 225 - } - - clergymen = { - culture = tswana - religion = animist - size = 100 - } - - artisans = { - culture = tswana - religion = animist - size = 1600 - } - - soldiers = { - culture = tswana - religion = animist - size = 125 - } - - farmers = { - culture = tswana - religion = animist - size = 14925 - } - - slaves = { - culture = tswana - religion = animist - size = 567 - } - - aristocrats = { - culture = nguni - religion = animist - size = 275 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 600 - } - - farmers = { - culture = nguni - religion = animist - size = 8925 - } + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 525 + } + + farmers = { + culture = boer + religion = protestant + size = 650 + } + + aristocrats = { + culture = tswana + religion = animist + size = 225 + } + + clergymen = { + culture = tswana + religion = animist + size = 100 + } + + artisans = { + culture = tswana + religion = animist + size = 1600 + } + + soldiers = { + culture = tswana + religion = animist + size = 125 + } + + farmers = { + culture = tswana + religion = animist + size = 14925 + } + + slaves = { + culture = tswana + religion = animist + size = 567 + } + + aristocrats = { + culture = nguni + religion = animist + size = 275 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 600 + } + + farmers = { + culture = nguni + religion = animist + size = 8925 + } } #Limpopo Region (129000) #uncolonized in 1836/dominated by the Ndebele -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Mosega (48200/12050 POPS) 2108 = { - artisans = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 300 - } - - aristocrats = { - culture = nguni - religion = animist - size = 75 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 200 - } - - soldiers = { - culture = nguni - religion = animist - size = 8000 - } - - farmers = { - culture = nguni - religion = animist - size = 26625 - } - - aristocrats = { - culture = sotho - religion = animist - size = 125 - } - - clergymen = { - culture = sotho - religion = animist - size = 100 - } - - artisans = { - culture = sotho - religion = animist - size = 350 - } - - soldiers = { - culture = sotho - religion = animist - size = 100 - } - - farmers = { - culture = sotho - religion = animist - size = 62375 - } - - slaves = { - culture = sotho - religion = animist - size = 6972 - } + artisans = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 300 + } + + aristocrats = { + culture = nguni + religion = animist + size = 75 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 200 + } + + soldiers = { + culture = nguni + religion = animist + size = 8000 + } + + farmers = { + culture = nguni + religion = animist + size = 26625 + } + + aristocrats = { + culture = sotho + religion = animist + size = 125 + } + + clergymen = { + culture = sotho + religion = animist + size = 100 + } + + artisans = { + culture = sotho + religion = animist + size = 350 + } + + soldiers = { + culture = sotho + religion = animist + size = 100 + } + + farmers = { + culture = sotho + religion = animist + size = 62375 + } + + slaves = { + culture = sotho + religion = animist + size = 6972 + } } #uncolonized in 1836/dominated by the Zulu #Lydenburg (52600/13150 POPS) 2109 = { - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 3000 - } - - aristocrats = { - culture = nguni - religion = animist - size = 225 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 650 - } - - slaves = { - culture = sotho - religion = animist - size = 2347 - } - - soldiers = { - culture = nguni - religion = animist - size = 150 - } - - farmers = { - culture = nguni - religion = animist - size = 81850 - } + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 3000 + } + + aristocrats = { + culture = nguni + religion = animist + size = 225 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 650 + } + + slaves = { + culture = sotho + religion = animist + size = 2347 + } + + soldiers = { + culture = nguni + religion = animist + size = 150 + } + + farmers = { + culture = nguni + religion = animist + size = 81850 + } } #uncolonized in 1836/dominated by the Gaza Nguni #Thohoyandu (28200/7050 POPS) 2110 = { - artisans = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 200 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 100 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 100 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 150 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 100 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 4700 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - slaves = { - culture = southern_bantu - religion = animist - size = 1350 - } - - artisans = { - culture = nguni - religion = animist - size = 175 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 1750 - } + artisans = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 200 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 100 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 100 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 150 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 100 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 4700 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + slaves = { + culture = southern_bantu + religion = animist + size = 1350 + } + + artisans = { + culture = nguni + religion = animist + size = 175 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 1750 + } } #Natal Region (682000) #ruled/dominated by the Zulu in 1836 -#Boer POPs represent post-Great Trek migration +#Boer POPs represent post-Great Trek migration #Durban (126000/31500 POPS) 2111 = { - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 300 - } - - farmers = { - culture = boer - religion = protestant - size = 420 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 150 - } - - clergymen = { - culture = xhosa - religion = animist - size = 100 - } - - artisans = { - culture = xhosa - religion = animist - size = 400 - } - - soldiers = { - culture = xhosa - religion = animist - size = 100 - } - - farmers = { - culture = xhosa - religion = animist - size = 7275 - } - - slaves = { - culture = xhosa - religion = animist - size = 1725 - } - - aristocrats = { - culture = zulu - religion = animist - size = 425 - } - - clergymen = { - culture = zulu - religion = animist - size = 100 - } - - artisans = { - culture = zulu - religion = animist - size = 1050 - } - - soldiers = { - culture = zulu - religion = animist - size = 250 - } - - farmers = { - culture = zulu - religion = animist - size = 11150 - } + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 300 + } + + farmers = { + culture = boer + religion = protestant + size = 420 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 150 + } + + clergymen = { + culture = xhosa + religion = animist + size = 100 + } + + artisans = { + culture = xhosa + religion = animist + size = 400 + } + + soldiers = { + culture = xhosa + religion = animist + size = 100 + } + + farmers = { + culture = xhosa + religion = animist + size = 7275 + } + + slaves = { + culture = xhosa + religion = animist + size = 1725 + } + + aristocrats = { + culture = zulu + religion = animist + size = 425 + } + + clergymen = { + culture = zulu + religion = animist + size = 100 + } + + artisans = { + culture = zulu + religion = animist + size = 1050 + } + + soldiers = { + culture = zulu + religion = animist + size = 250 + } + + farmers = { + culture = zulu + religion = animist + size = 11150 + } } #Ladysmith (156000/39000 POPS) 2112 = { - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 250 - } - - aristocrats = { - culture = zulu - religion = animist - size = 750 - } - - clergymen = { - culture = zulu - religion = animist - size = 100 - } - - artisans = { - culture = zulu - religion = animist - size = 1950 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 1000 - } - - slaves = { - culture = nguni - religion = animist - size = 712 - } - - farmers = { - culture = zulu - religion = animist - size = 19100 - } + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 250 + } + + aristocrats = { + culture = zulu + religion = animist + size = 750 + } + + clergymen = { + culture = zulu + religion = animist + size = 100 + } + + artisans = { + culture = zulu + religion = animist + size = 1950 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 1000 + } + + slaves = { + culture = nguni + religion = animist + size = 712 + } + + farmers = { + culture = zulu + religion = animist + size = 19100 + } } #Ulundi (320000/80000 POPS) 2113 = { - aristocrats = { - culture = boer - religion = protestant - size = 100 - } - - officers = { - culture = boer - religion = protestant - size = 100 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 100 - } - - clergymen = { - culture = boer - religion = protestant - size = 100 - } - - artisans = { - culture = boer - religion = protestant - size = 100 - } - - soldiers = { - culture = boer - religion = protestant - size = 100 - } - - farmers = { - culture = boer - religion = protestant - size = 100 - } - - aristocrats = { - culture = zulu - religion = animist - size = 1550 - } - - bureaucrats = { - culture = zulu - religion = animist - size = 200 - } - - officers = { - culture = zulu - religion = animist - size = 150 - } - - clergymen = { - culture = zulu - religion = animist - size = 825 - } - - artisans = { - culture = zulu - religion = animist - size = 4000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 3000 - } - - soldiers = { - culture = zulu - religion = animist - size = 1000 - } - - farmers = { - culture = zulu - religion = animist - size = 77450 - } - - slaves = { - culture = nguni - religion = animist - size = 1376 - } + aristocrats = { + culture = boer + religion = protestant + size = 100 + } + + officers = { + culture = boer + religion = protestant + size = 100 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 100 + } + + clergymen = { + culture = boer + religion = protestant + size = 100 + } + + artisans = { + culture = boer + religion = protestant + size = 100 + } + + soldiers = { + culture = boer + religion = protestant + size = 100 + } + + farmers = { + culture = boer + religion = protestant + size = 100 + } + + aristocrats = { + culture = zulu + religion = animist + size = 1550 + } + + bureaucrats = { + culture = zulu + religion = animist + size = 200 + } + + officers = { + culture = zulu + religion = animist + size = 150 + } + + clergymen = { + culture = zulu + religion = animist + size = 825 + } + + artisans = { + culture = zulu + religion = animist + size = 4000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 3000 + } + + soldiers = { + culture = zulu + religion = animist + size = 1000 + } + + farmers = { + culture = zulu + religion = animist + size = 77450 + } + + slaves = { + culture = nguni + religion = animist + size = 1376 + } } #Ruled by Suazi 1836 #Mbabane (160000/40000 POPS) #now Swaziland 2114 = { - aristocrats = { - culture = zulu - religion = animist - size = 250 - } - - clergymen = { - culture = zulu - religion = animist - size = 150 - } - - artisans = { - culture = zulu - religion = animist - size = 700 - } - - soldiers = { - culture = zulu - religion = animist - size = 150 - } - - farmers = { - culture = zulu - religion = animist - size = 12750 - } - - aristocrats = { - culture = nguni - religion = animist - size = 500 - } - - bureaucrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 250 - } - - artisans = { - culture = nguni - religion = animist - size = 1300 - } - - soldiers = { - culture = nguni - religion = animist - size = 1000 - } - - farmers = { - culture = nguni - religion = animist - size = 22950 - } - - slaves = { - culture = nguni - religion = animist - size = 2450 - } + aristocrats = { + culture = zulu + religion = animist + size = 250 + } + + clergymen = { + culture = zulu + religion = animist + size = 150 + } + + artisans = { + culture = zulu + religion = animist + size = 700 + } + + soldiers = { + culture = zulu + religion = animist + size = 150 + } + + farmers = { + culture = zulu + religion = animist + size = 12750 + } + + aristocrats = { + culture = nguni + religion = animist + size = 500 + } + + bureaucrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 250 + } + + artisans = { + culture = nguni + religion = animist + size = 1300 + } + + soldiers = { + culture = nguni + religion = animist + size = 1000 + } + + farmers = { + culture = nguni + religion = animist + size = 22950 + } + + slaves = { + culture = nguni + religion = animist + size = 2450 + } } diff --git a/HPM/history/pops/1836.1.1/Spain.txt b/HPM/history/pops/1836.1.1/Spain.txt index 93a0f1ce..b2cc3188 100644 --- a/HPM/history/pops/1836.1.1/Spain.txt +++ b/HPM/history/pops/1836.1.1/Spain.txt @@ -1,2197 +1,2197 @@ #Galicia-Asturias Region (1572000) #La Coruna (796000/199000 POPS) 474 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2200 - } - - officers = { - culture = spanish - religion = catholic - size = 450 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 650 - } - - clergymen = { - culture = spanish - religion = catholic - size = 2000 - } - - artisans = { - culture = spanish - religion = catholic - size = 6350 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - farmers = { - culture = spanish - religion = catholic - size = 154350 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2200 + } + + officers = { + culture = spanish + religion = catholic + size = 450 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 650 + } + + clergymen = { + culture = spanish + religion = catholic + size = 2000 + } + + artisans = { + culture = spanish + religion = catholic + size = 6350 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + farmers = { + culture = spanish + religion = catholic + size = 154350 + } } #Oviedo (448000/112000 POPS) 475 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 1050 - } - - artisans = { - culture = spanish - religion = catholic - size = 5000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 10850 - } - - clergymen = { - culture = basque - religion = catholic - size = 50 - militancy = 8 - } - - soldiers = { - culture = basque - religion = catholic - size = 50 - militancy = 8 - } - - farmers = { - culture = basque - religion = catholic - size = 3900 - militancy = 8 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 1050 + } + + artisans = { + culture = spanish + religion = catholic + size = 5000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 10850 + } + + clergymen = { + culture = basque + religion = catholic + size = 50 + militancy = 8 + } + + soldiers = { + culture = basque + religion = catholic + size = 50 + militancy = 8 + } + + farmers = { + culture = basque + religion = catholic + size = 3900 + militancy = 8 + } } #Vigo (328000/82000 POPS) 476 = { - aristocrats = { - culture = spanish - religion = catholic - size = 700 - } - - clergymen = { - culture = spanish - religion = catholic - size = 800 - } - - artisans = { - culture = spanish - religion = catholic - size = 4000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 75500 - } + aristocrats = { + culture = spanish + religion = catholic + size = 700 + } + + clergymen = { + culture = spanish + religion = catholic + size = 800 + } + + artisans = { + culture = spanish + religion = catholic + size = 4000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 75500 + } } #Leon Region (888000) #Leon (280000/70000 POPS) 477 = { - aristocrats = { - culture = spanish - religion = catholic - size = 800 - } - - officers = { - culture = spanish - religion = catholic - size = 300 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 400 - } - - clergymen = { - culture = spanish - religion = catholic - size = 700 - } - - artisans = { - culture = spanish - religion = catholic - size = 3500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 700 - } - - farmers = { - culture = spanish - religion = catholic - size = 63600 - } + aristocrats = { + culture = spanish + religion = catholic + size = 800 + } + + officers = { + culture = spanish + religion = catholic + size = 300 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 400 + } + + clergymen = { + culture = spanish + religion = catholic + size = 700 + } + + artisans = { + culture = spanish + religion = catholic + size = 3500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 700 + } + + farmers = { + culture = spanish + religion = catholic + size = 63600 + } } #Santander (178000/44500) POPS 478 = { - aristocrats = { - culture = spanish - religion = catholic - size = 500 - } - - clergymen = { - culture = spanish - religion = catholic - size = 400 - } - - artisans = { - culture = spanish - religion = catholic - size = 3500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 400 - } - - farmers = { - culture = spanish - religion = catholic - size = 35700 - } - - clergymen = { - culture = basque - religion = catholic - size = 50 - militancy = 8 - } - - soldiers = { - culture = basque - religion = catholic - size = 50 - militancy = 8 - } - - farmers = { - culture = basque - religion = catholic - size = 3900 - militancy = 8 - } + aristocrats = { + culture = spanish + religion = catholic + size = 500 + } + + clergymen = { + culture = spanish + religion = catholic + size = 400 + } + + artisans = { + culture = spanish + religion = catholic + size = 3500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 400 + } + + farmers = { + culture = spanish + religion = catholic + size = 35700 + } + + clergymen = { + culture = basque + religion = catholic + size = 50 + militancy = 8 + } + + soldiers = { + culture = basque + religion = catholic + size = 50 + militancy = 8 + } + + farmers = { + culture = basque + religion = catholic + size = 3900 + militancy = 8 + } } #Burgos (236000/59000 POPS) 479 = { - aristocrats = { - culture = spanish - religion = catholic - size = 650 - } - - clergymen = { - culture = spanish - religion = catholic - size = 575 - } - - artisans = { - culture = spanish - religion = catholic - size = 5500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 600 - } - - farmers = { - culture = spanish - religion = catholic - size = 50675 - } - - clergymen = { - culture = basque - religion = catholic - size = 25 - militancy = 8 - } - - farmers = { - culture = basque - religion = catholic - size = 975 - militancy = 8 - } + aristocrats = { + culture = spanish + religion = catholic + size = 650 + } + + clergymen = { + culture = spanish + religion = catholic + size = 575 + } + + artisans = { + culture = spanish + religion = catholic + size = 5500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 600 + } + + farmers = { + culture = spanish + religion = catholic + size = 50675 + } + + clergymen = { + culture = basque + religion = catholic + size = 25 + militancy = 8 + } + + farmers = { + culture = basque + religion = catholic + size = 975 + militancy = 8 + } } #Valladolid (194000/48500 POPS) 480 = { - aristocrats = { - culture = spanish - religion = catholic - size = 600 - } - - clergymen = { - culture = spanish - religion = catholic - size = 500 - } - - artisans = { - culture = spanish - religion = catholic - size = 6000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 500 - } - - farmers = { - culture = spanish - religion = catholic - size = 40900 - } + aristocrats = { + culture = spanish + religion = catholic + size = 600 + } + + clergymen = { + culture = spanish + religion = catholic + size = 500 + } + + artisans = { + culture = spanish + religion = catholic + size = 6000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 500 + } + + farmers = { + culture = spanish + religion = catholic + size = 40900 + } } #Castilla Vieja Region (724000) #Avila (284000/71000 POPS) 481 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1500 - } - - officers = { - culture = spanish - religion = catholic - size = 250 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 350 - } - - clergymen = { - culture = spanish - religion = catholic - size = 700 - } - - artisans = { - culture = spanish - religion = catholic - size = 3500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2000 - } - - farmers = { - culture = spanish - religion = catholic - size = 62700 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1500 + } + + officers = { + culture = spanish + religion = catholic + size = 250 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 350 + } + + clergymen = { + culture = spanish + religion = catholic + size = 700 + } + + artisans = { + culture = spanish + religion = catholic + size = 3500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2000 + } + + farmers = { + culture = spanish + religion = catholic + size = 62700 + } } #Soria (216000/54000 POPS) 482 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - } - - artisans = { - culture = spanish - religion = catholic - size = 2600 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 48750 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + } + + artisans = { + culture = spanish + religion = catholic + size = 2600 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 48750 + } } #Salamanca (224000/56000 POPS) 483 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - } - - artisans = { - culture = spanish - religion = catholic - size = 4000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 49250 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + } + + artisans = { + culture = spanish + religion = catholic + size = 4000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 49250 + } } #Extremadura Region (580000) #Badajoz (216000/54000 POPS) 484 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1250 - } - - officers = { - culture = spanish - religion = catholic - size = 200 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 250 - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - } - - artisans = { - culture = spanish - religion = catholic - size = 4500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 600 - } - - farmers = { - culture = spanish - religion = catholic - size = 46650 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1250 + } + + officers = { + culture = spanish + religion = catholic + size = 200 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 250 + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + } + + artisans = { + culture = spanish + religion = catholic + size = 4500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 600 + } + + farmers = { + culture = spanish + religion = catholic + size = 46650 + } } #Almendralejo (192000/48000 POPS) 485 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1050 - } - - clergymen = { - culture = spanish - religion = catholic - size = 500 - } - - artisans = { - culture = spanish - religion = catholic - size = 2250 - } - - soldiers = { - culture = spanish - religion = catholic - size = 500 - } - - farmers = { - culture = spanish - religion = catholic - size = 43700 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1050 + } + + clergymen = { + culture = spanish + religion = catholic + size = 500 + } + + artisans = { + culture = spanish + religion = catholic + size = 2250 + } + + soldiers = { + culture = spanish + religion = catholic + size = 500 + } + + farmers = { + culture = spanish + religion = catholic + size = 43700 + } } #Caceres (172000/43000 POPS) 486 = { - aristocrats = { - culture = spanish - religion = catholic - size = 900 - } - - clergymen = { - culture = spanish - religion = catholic - size = 425 - } - - artisans = { - culture = spanish - religion = catholic - size = 2500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 450 - } - - farmers = { - culture = spanish - religion = catholic - size = 38725 - } + aristocrats = { + culture = spanish + religion = catholic + size = 900 + } + + clergymen = { + culture = spanish + religion = catholic + size = 425 + } + + artisans = { + culture = spanish + religion = catholic + size = 2500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 450 + } + + farmers = { + culture = spanish + religion = catholic + size = 38725 + } } #Castilla Nueva Region (1504000) #Madrid (364000/91000 POPS) 487 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2000 - } - - officers = { - culture = spanish - religion = catholic - size = 500 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 900 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 8500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - farmers = { - culture = spanish - religion = catholic - size = 20100 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2000 + } + + officers = { + culture = spanish + religion = catholic + size = 500 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 900 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 8500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + farmers = { + culture = spanish + religion = catholic + size = 20100 + } } #Siguenza (204000/51000 POPS) 488 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 500 - } - - artisans = { - culture = spanish - religion = catholic - size = 2500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2000 - } - - farmers = { - culture = spanish - religion = catholic - size = 45800 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 500 + } + + artisans = { + culture = spanish + religion = catholic + size = 2500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2000 + } + + farmers = { + culture = spanish + religion = catholic + size = 45800 + } } #Toledo (302000/75500 POPS) 489 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1550 - } - - clergymen = { - culture = spanish - religion = catholic - size = 750 - } - - artisans = { - culture = spanish - religion = catholic - size = 6000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2000 - } - - farmers = { - culture = spanish - religion = catholic - size = 62200 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1550 + } + + clergymen = { + culture = spanish + religion = catholic + size = 750 + } + + artisans = { + culture = spanish + religion = catholic + size = 6000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2000 + } + + farmers = { + culture = spanish + religion = catholic + size = 62200 + } } #Cuenca (346000/86500 POPS) 490 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1800 - } - - clergymen = { - culture = spanish - religion = catholic - size = 875 - } - - artisans = { - culture = spanish - religion = catholic - size = 4200 - } - - soldiers = { - culture = spanish - religion = catholic - size = 850 - } - - farmers = { - culture = spanish - religion = catholic - size = 78775 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1800 + } + + clergymen = { + culture = spanish + religion = catholic + size = 875 + } + + artisans = { + culture = spanish + religion = catholic + size = 4200 + } + + soldiers = { + culture = spanish + religion = catholic + size = 850 + } + + farmers = { + culture = spanish + religion = catholic + size = 78775 + } } #Ciudad Real (288000/74000 POPS) 491 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1500 - } - - clergymen = { - culture = spanish - religion = catholic - size = 700 - } - - artisans = { - culture = spanish - religion = catholic - size = 3500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 700 - } - - farmers = { - culture = spanish - religion = catholic - size = 65600 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1500 + } + + clergymen = { + culture = spanish + religion = catholic + size = 700 + } + + artisans = { + culture = spanish + religion = catholic + size = 3500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 700 + } + + farmers = { + culture = spanish + religion = catholic + size = 65600 + } } #Vizcaya-Navarra Region (710000) #Bilbao (308000/77000 POPS) 492 = { - aristocrats = { - culture = basque - religion = catholic - size = 600 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = basque - religion = catholic - size = 550 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = basque - religion = catholic - size = 3000 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = basque - religion = catholic - size = 550 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = basque - religion = catholic - size = 51800 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 250 - } - - clergymen = { - culture = spanish - religion = catholic - size = 200 - } - - artisans = { - culture = spanish - religion = catholic - size = 1100 - } - - soldiers = { - culture = spanish - religion = catholic - size = 200 - } - - farmers = { - culture = spanish - religion = catholic - size = 18850 - } + aristocrats = { + culture = basque + religion = catholic + size = 600 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = basque + religion = catholic + size = 550 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = basque + religion = catholic + size = 3000 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = basque + religion = catholic + size = 550 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = basque + religion = catholic + size = 51800 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 250 + } + + clergymen = { + culture = spanish + religion = catholic + size = 200 + } + + artisans = { + culture = spanish + religion = catholic + size = 1100 + } + + soldiers = { + culture = spanish + religion = catholic + size = 200 + } + + farmers = { + culture = spanish + religion = catholic + size = 18850 + } } #Pamplona (244000/61000 POPS) 493 = { - aristocrats = { - culture = basque - religion = catholic - size = 700 - militancy = 8 - rebel_type = carlist_rebels - } - - officers = { - culture = basque - religion = catholic - size = 100 - militancy = 8 - rebel_type = carlist_rebels - } - - bureaucrats = { - culture = basque - religion = catholic - size = 150 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = basque - religion = catholic - size = 375 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = basque - religion = catholic - size = 1750 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = basque - religion = catholic - size = 400 - militancy = 8 - rebel_type = carlist_rebels - } - - labourers = { - culture = basque - religion = catholic - size = 35025 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 500 - } - - officers = { - culture = spanish - religion = catholic - size = 100 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 225 - } - - artisans = { - culture = spanish - religion = catholic - size = 1250 - } - - soldiers = { - culture = spanish - religion = catholic - size = 250 - } - - farmers = { - culture = spanish - religion = catholic - size = 19975 - } + aristocrats = { + culture = basque + religion = catholic + size = 700 + militancy = 8 + rebel_type = carlist_rebels + } + + officers = { + culture = basque + religion = catholic + size = 100 + militancy = 8 + rebel_type = carlist_rebels + } + + bureaucrats = { + culture = basque + religion = catholic + size = 150 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = basque + religion = catholic + size = 375 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = basque + religion = catholic + size = 1750 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = basque + religion = catholic + size = 400 + militancy = 8 + rebel_type = carlist_rebels + } + + labourers = { + culture = basque + religion = catholic + size = 35025 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 500 + } + + officers = { + culture = spanish + religion = catholic + size = 100 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 225 + } + + artisans = { + culture = spanish + religion = catholic + size = 1250 + } + + soldiers = { + culture = spanish + religion = catholic + size = 250 + } + + farmers = { + culture = spanish + religion = catholic + size = 19975 + } } #Logrono (158000/39500 POPS) 494 = { - aristocrats = { - culture = spanish - religion = catholic - size = 850 - } - - clergymen = { - culture = spanish - religion = catholic - size = 400 - } - - artisans = { - culture = spanish - religion = catholic - size = 2000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 400 - } - - farmers = { - culture = spanish - religion = catholic - size = 35850 - } + aristocrats = { + culture = spanish + religion = catholic + size = 850 + } + + clergymen = { + culture = spanish + religion = catholic + size = 400 + } + + artisans = { + culture = spanish + religion = catholic + size = 2000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 400 + } + + farmers = { + culture = spanish + religion = catholic + size = 35850 + } } #Aragon Region (764000) #Zaragosa (312000/78000 POPS) 495 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1600 - } - - officers = { - culture = spanish - religion = catholic - size = 250 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 300 - } - - clergymen = { - culture = spanish - religion = catholic - size = 750 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 5000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 57100 - } - - clergymen = { - culture = catalan - religion = catholic - size = 50 - } - - farmers = { - culture = catalan - religion = catholic - size = 1950 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1600 + } + + officers = { + culture = spanish + religion = catholic + size = 250 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 300 + } + + clergymen = { + culture = spanish + religion = catholic + size = 750 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 5000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 57100 + } + + clergymen = { + culture = catalan + religion = catholic + size = 50 + } + + farmers = { + culture = catalan + religion = catholic + size = 1950 + } } #Huesca (224000/56000 POPS) 496 = { - aristocrats = { - culture = spanish - religion = catholic - size = 450 - } - - clergymen = { - culture = spanish - religion = catholic - size = 350 - } - - artisans = { - culture = spanish - religion = catholic - size = 1850 - } - - soldiers = { - culture = spanish - religion = catholic - size = 400 - } - - farmers = { - culture = spanish - religion = catholic - size = 35450 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 200 - } - - clergymen = { - culture = catalan - religion = catholic - size = 175 - } - - artisans = { - culture = catalan - religion = catholic - size = 850 - } - - soldiers = { - culture = catalan - religion = catholic - size = 250 - } - - labourers = { - culture = catalan - religion = catholic - size = 16025 - } + aristocrats = { + culture = spanish + religion = catholic + size = 450 + } + + clergymen = { + culture = spanish + religion = catholic + size = 350 + } + + artisans = { + culture = spanish + religion = catholic + size = 1850 + } + + soldiers = { + culture = spanish + religion = catholic + size = 400 + } + + farmers = { + culture = spanish + religion = catholic + size = 35450 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 200 + } + + clergymen = { + culture = catalan + religion = catholic + size = 175 + } + + artisans = { + culture = catalan + religion = catholic + size = 850 + } + + soldiers = { + culture = catalan + religion = catholic + size = 250 + } + + labourers = { + culture = catalan + religion = catholic + size = 16025 + } } #Teruel (228000/57000 POPS) 497 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1200 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = spanish - religion = catholic - size = 2750 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = spanish - religion = catholic - size = 51500 - militancy = 8 - rebel_type = carlist_rebels - } + aristocrats = { + culture = spanish + religion = catholic + size = 1200 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = spanish + religion = catholic + size = 2750 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = spanish + religion = catholic + size = 51500 + militancy = 8 + rebel_type = carlist_rebels + } } #Catalonia Region (1340000) #Barcelona (464000/116000 POPS) 498 = { - aristocrats = { - culture = catalan - religion = catholic - size = 1700 - } - - officers = { - culture = catalan - religion = catholic - size = 200 - } - - bureaucrats = { - culture = catalan - religion = catholic - size = 550 - } - - clergymen = { - culture = catalan - religion = catholic - size = 825 - } - - artisans = { - culture = catalan - religion = catholic - size = 10000 - } - - artisans = { - culture = catalan - religion = catholic - size = 10000 - } - - artisans = { - culture = catalan - religion = catholic - size = 10000 - } - - artisans = { - culture = catalan - religion = catholic - size = 1100 - } - - soldiers = { - culture = catalan - religion = catholic - size = 2000 - } - - farmers = { - culture = catalan - religion = catholic - size = 53225 - } - - aristocrats = { - culture = spanish - religion = catholic - size = 500 - } - - officers = { - culture = spanish - religion = catholic - size = 100 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 275 - } - - artisans = { - culture = spanish - religion = catholic - size = 9000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 300 - } - - farmers = { - culture = spanish - religion = catholic - size = 16125 - } + aristocrats = { + culture = catalan + religion = catholic + size = 1700 + } + + officers = { + culture = catalan + religion = catholic + size = 200 + } + + bureaucrats = { + culture = catalan + religion = catholic + size = 550 + } + + clergymen = { + culture = catalan + religion = catholic + size = 825 + } + + artisans = { + culture = catalan + religion = catholic + size = 10000 + } + + artisans = { + culture = catalan + religion = catholic + size = 10000 + } + + artisans = { + culture = catalan + religion = catholic + size = 10000 + } + + artisans = { + culture = catalan + religion = catholic + size = 1100 + } + + soldiers = { + culture = catalan + religion = catholic + size = 2000 + } + + farmers = { + culture = catalan + religion = catholic + size = 53225 + } + + aristocrats = { + culture = spanish + religion = catholic + size = 500 + } + + officers = { + culture = spanish + religion = catholic + size = 100 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 275 + } + + artisans = { + culture = spanish + religion = catholic + size = 9000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 300 + } + + farmers = { + culture = spanish + religion = catholic + size = 16125 + } } #Gerona (228000/57000 POPS) 499 = { - aristocrats = { - culture = catalan - religion = catholic - size = 750 - } - - clergymen = { - culture = catalan - religion = catholic - size = 350 - } - - artisans = { - culture = catalan - religion = catholic - size = 1750 - } - - soldiers = { - culture = catalan - religion = catholic - size = 350 - } - - farmers = { - culture = catalan - religion = catholic - size = 33300 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 450 - } - - clergymen = { - culture = spanish - religion = catholic - size = 200 - } - - artisans = { - culture = spanish - religion = catholic - size = 1100 - } - - soldiers = { - culture = spanish - religion = catholic - size = 250 - } - - farmers = { - culture = spanish - religion = catholic - size = 18600 - } + aristocrats = { + culture = catalan + religion = catholic + size = 750 + } + + clergymen = { + culture = catalan + religion = catholic + size = 350 + } + + artisans = { + culture = catalan + religion = catholic + size = 1750 + } + + soldiers = { + culture = catalan + religion = catholic + size = 350 + } + + farmers = { + culture = catalan + religion = catholic + size = 33300 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 450 + } + + clergymen = { + culture = spanish + religion = catholic + size = 200 + } + + artisans = { + culture = spanish + religion = catholic + size = 1100 + } + + soldiers = { + culture = spanish + religion = catholic + size = 250 + } + + farmers = { + culture = spanish + religion = catholic + size = 18600 + } } #Lerida (164000/41000 POPS) 500 = { - aristocrats = { - culture = catalan - religion = catholic - size = 550 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = catalan - religion = catholic - size = 250 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = catalan - religion = catholic - size = 2750 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = catalan - religion = catholic - size = 275 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = catalan - religion = catholic - size = 24150 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 125 - } - - artisans = { - culture = spanish - religion = catholic - size = 1250 - } - - soldiers = { - culture = spanish - religion = catholic - size = 150 - } - - farmers = { - culture = spanish - religion = catholic - size = 11275 - } + aristocrats = { + culture = catalan + religion = catholic + size = 550 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = catalan + religion = catholic + size = 250 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = catalan + religion = catholic + size = 2750 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = catalan + religion = catholic + size = 275 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = catalan + religion = catholic + size = 24150 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 125 + } + + artisans = { + culture = spanish + religion = catholic + size = 1250 + } + + soldiers = { + culture = spanish + religion = catholic + size = 150 + } + + farmers = { + culture = spanish + religion = catholic + size = 11275 + } } #Tarragona (244000/61000 POPS) 501 = { - aristocrats = { - culture = catalan - religion = catholic - size = 850 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = catalan - religion = catholic - size = 400 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = catalan - religion = catholic - size = 2000 - } - - soldiers = { - culture = catalan - religion = catholic - size = 400 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = catalan - religion = catholic - size = 37850 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 450 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = spanish - religion = catholic - size = 200 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = spanish - religion = catholic - size = 1100 - } - - soldiers = { - culture = spanish - religion = catholic - size = 200 - } - - farmers = { - culture = spanish - religion = catholic - size = 17650 - } + aristocrats = { + culture = catalan + religion = catholic + size = 850 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = catalan + religion = catholic + size = 400 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = catalan + religion = catholic + size = 2000 + } + + soldiers = { + culture = catalan + religion = catholic + size = 400 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = catalan + religion = catholic + size = 37850 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 450 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = spanish + religion = catholic + size = 200 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = spanish + religion = catholic + size = 1100 + } + + soldiers = { + culture = spanish + religion = catholic + size = 200 + } + + farmers = { + culture = spanish + religion = catholic + size = 17650 + } } #Balearics (240000/60000 POPS) 502 = { - aristocrats = { - culture = catalan - religion = catholic - size = 400 - } - - clergymen = { - culture = catalan - religion = catholic - size = 400 - } - - artisans = { - culture = catalan - religion = catholic - size = 6000 - } - - soldiers = { - culture = catalan - religion = catholic - size = 400 - } - - farmers = { - culture = catalan - religion = catholic - size = 33300 - } - - aristocrats = { - culture = spanish - religion = catholic - size = 200 - } - - clergymen = { - culture = spanish - religion = catholic - size = 200 - } - - artisans = { - culture = spanish - religion = catholic - size = 3000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 200 - } - - labourers = { - culture = spanish - religion = catholic - size = 15900 - } + aristocrats = { + culture = catalan + religion = catholic + size = 400 + } + + clergymen = { + culture = catalan + religion = catholic + size = 400 + } + + artisans = { + culture = catalan + religion = catholic + size = 6000 + } + + soldiers = { + culture = catalan + religion = catholic + size = 400 + } + + farmers = { + culture = catalan + religion = catholic + size = 33300 + } + + aristocrats = { + culture = spanish + religion = catholic + size = 200 + } + + clergymen = { + culture = spanish + religion = catholic + size = 200 + } + + artisans = { + culture = spanish + religion = catholic + size = 3000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 200 + } + + labourers = { + culture = spanish + religion = catholic + size = 15900 + } } #Valencia Region (1016000) #Valencia (420000/105000 POPS) 503 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - officers = { - culture = spanish - religion = catholic - size = 175 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 275 - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 1100 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2000 - } - - farmers = { - culture = spanish - religion = catholic - size = 37900 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 1100 - } - - officers = { - culture = catalan - religion = catholic - size = 100 - } - - bureaucrats = { - culture = catalan - religion = catholic - size = 225 - } - - clergymen = { - culture = catalan - religion = catholic - size = 500 - } - - artisans = { - culture = catalan - religion = catholic - size = 10000 - } - - artisans = { - culture = catalan - religion = catholic - size = 1100 - } - - soldiers = { - culture = catalan - religion = catholic - size = 500 - } - - farmers = { - culture = catalan - religion = catholic - size = 39675 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + officers = { + culture = spanish + religion = catholic + size = 175 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 275 + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 1100 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2000 + } + + farmers = { + culture = spanish + religion = catholic + size = 37900 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 1100 + } + + officers = { + culture = catalan + religion = catholic + size = 100 + } + + bureaucrats = { + culture = catalan + religion = catholic + size = 225 + } + + clergymen = { + culture = catalan + religion = catholic + size = 500 + } + + artisans = { + culture = catalan + religion = catholic + size = 10000 + } + + artisans = { + culture = catalan + religion = catholic + size = 1100 + } + + soldiers = { + culture = catalan + religion = catholic + size = 500 + } + + farmers = { + culture = catalan + religion = catholic + size = 39675 + } } #Castellon (212000/53000 POPS) 504 = { - aristocrats = { - culture = spanish - religion = catholic - size = 550 - } - - clergymen = { - culture = spanish - religion = catholic - size = 250 - } - - artisans = { - culture = spanish - religion = catholic - size = 1300 - } - - soldiers = { - culture = spanish - religion = catholic - size = 250 - } - - farmers = { - culture = spanish - religion = catholic - size = 21650 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 500 - } - - clergymen = { - culture = catalan - religion = catholic - size = 275 - } - - artisans = { - culture = catalan - religion = catholic - size = 1700 - } - - soldiers = { - culture = catalan - religion = catholic - size = 250 - } - - farmers = { - culture = catalan - religion = catholic - size = 26275 - } + aristocrats = { + culture = spanish + religion = catholic + size = 550 + } + + clergymen = { + culture = spanish + religion = catholic + size = 250 + } + + artisans = { + culture = spanish + religion = catholic + size = 1300 + } + + soldiers = { + culture = spanish + religion = catholic + size = 250 + } + + farmers = { + culture = spanish + religion = catholic + size = 21650 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 500 + } + + clergymen = { + culture = catalan + religion = catholic + size = 275 + } + + artisans = { + culture = catalan + religion = catholic + size = 1700 + } + + soldiers = { + culture = catalan + religion = catholic + size = 250 + } + + farmers = { + culture = catalan + religion = catholic + size = 26275 + } } #Alicante (384000/96000 POPS) 505 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 525 - } - - artisans = { - culture = spanish - religion = catholic - size = 2500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 550 - } - - farmers = { - culture = spanish - religion = catholic - size = 49825 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 400 - } - - clergymen = { - culture = catalan - religion = catholic - size = 400 - } - - artisans = { - culture = catalan - religion = catholic - size = 2000 - } - - soldiers = { - culture = catalan - religion = catholic - size = 400 - } - - labourers = { - culture = catalan - religion = catholic - size = 38300 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 525 + } + + artisans = { + culture = spanish + religion = catholic + size = 2500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 550 + } + + farmers = { + culture = spanish + religion = catholic + size = 49825 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 400 + } + + clergymen = { + culture = catalan + religion = catholic + size = 400 + } + + artisans = { + culture = catalan + religion = catholic + size = 2000 + } + + soldiers = { + culture = catalan + religion = catholic + size = 400 + } + + labourers = { + culture = catalan + religion = catholic + size = 38300 + } } #Murcia Region (504000/121000 POPS) #Cartagena (212000/53000 POPS) 506 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - officers = { - culture = spanish - religion = catholic - size = 150 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 900 - } - - clergymen = { - culture = spanish - religion = catholic - size = 525 - } - - artisans = { - culture = spanish - religion = catholic - size = 7000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 550 - } - - farmers = { - culture = spanish - religion = catholic - size = 42375 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + officers = { + culture = spanish + religion = catholic + size = 150 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 900 + } + + clergymen = { + culture = spanish + religion = catholic + size = 525 + } + + artisans = { + culture = spanish + religion = catholic + size = 7000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 550 + } + + farmers = { + culture = spanish + religion = catholic + size = 42375 + } } #Murcia (92000/23000 POPS) 507 = { - aristocrats = { - culture = spanish - religion = catholic - size = 500 - } - - clergymen = { - culture = spanish - religion = catholic - size = 225 - } - - artisans = { - culture = spanish - religion = catholic - size = 1100 - } - - soldiers = { - culture = spanish - religion = catholic - size = 250 - } - - farmers = { - culture = spanish - religion = catholic - size = 21025 - } + aristocrats = { + culture = spanish + religion = catholic + size = 500 + } + + clergymen = { + culture = spanish + religion = catholic + size = 225 + } + + artisans = { + culture = spanish + religion = catholic + size = 1100 + } + + soldiers = { + culture = spanish + religion = catholic + size = 250 + } + + farmers = { + culture = spanish + religion = catholic + size = 21025 + } } #Albacete (20000/50000 POPS) 508 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 500 - } - - artisans = { - culture = spanish - religion = catholic - size = 2400 - } - - soldiers = { - culture = spanish - religion = catholic - size = 500 - } - - farmers = { - culture = spanish - religion = catholic - size = 45600 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 500 + } + + artisans = { + culture = spanish + religion = catholic + size = 2400 + } + + soldiers = { + culture = spanish + religion = catholic + size = 500 + } + + farmers = { + culture = spanish + religion = catholic + size = 45600 + } } #Andalucia Region (1176000) #Seville (376000/94000 POPS) 509 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1800 - } - - officers = { - culture = spanish - religion = catholic - size = 550 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 450 - } - - clergymen = { - culture = spanish - religion = catholic - size = 1100 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 5000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - farmers = { - culture = spanish - religion = catholic - size = 62200 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1800 + } + + officers = { + culture = spanish + religion = catholic + size = 550 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 450 + } + + clergymen = { + culture = spanish + religion = catholic + size = 1100 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 5000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + farmers = { + culture = spanish + religion = catholic + size = 62200 + } } #Cordoba (324000/81000 POPS) 510 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1700 - } - - clergymen = { - culture = spanish - religion = catholic - size = 800 - } - - artisans = { - culture = spanish - religion = catholic - size = 9000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 68500 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1700 + } + + clergymen = { + culture = spanish + religion = catholic + size = 800 + } + + artisans = { + culture = spanish + religion = catholic + size = 9000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 68500 + } } #Huelva (140000/35000 POPS) 511 = { - aristocrats = { - culture = spanish - religion = catholic - size = 750 - } - - clergymen = { - culture = spanish - religion = catholic - size = 375 - } - - artisans = { - culture = spanish - religion = catholic - size = 2000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 500 - } - - farmers = { - culture = spanish - religion = catholic - size = 31375 - } + aristocrats = { + culture = spanish + religion = catholic + size = 750 + } + + clergymen = { + culture = spanish + religion = catholic + size = 375 + } + + artisans = { + culture = spanish + religion = catholic + size = 2000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 500 + } + + farmers = { + culture = spanish + religion = catholic + size = 31375 + } } #Cadiz (336000/84000 POPS) 512 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1100 - } - - clergymen = { - culture = spanish - religion = catholic - size = 850 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 6500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 64650 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1100 + } + + clergymen = { + culture = spanish + religion = catholic + size = 850 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 6500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 64650 + } } #Alpujarras Region (1296000) #Granada (382000/95500 POPS) 513 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2750 - } - - officers = { - culture = spanish - religion = catholic - size = 450 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 500 - } - - clergymen = { - culture = spanish - religion = catholic - size = 950 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 5000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3000 - } - - farmers = { - culture = spanish - religion = catholic - size = 72850 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2750 + } + + officers = { + culture = spanish + religion = catholic + size = 450 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 500 + } + + clergymen = { + culture = spanish + religion = catholic + size = 950 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 5000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3000 + } + + farmers = { + culture = spanish + religion = catholic + size = 72850 + } } #Malaga (402000/100500 POPS) 514 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2700 - } - - clergymen = { - culture = spanish - religion = catholic - size = 900 - } - - artisans = { - culture = spanish - religion = catholic - size = 10000 - } - - artisans = { - culture = spanish - religion = catholic - size = 7500 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 78400 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2700 + } + + clergymen = { + culture = spanish + religion = catholic + size = 900 + } + + artisans = { + culture = spanish + religion = catholic + size = 10000 + } + + artisans = { + culture = spanish + religion = catholic + size = 7500 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 78400 + } } #Almeria (242000/60500 POPS) 515 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1650 - } - - clergymen = { - culture = spanish - religion = catholic - size = 550 - } - - artisans = { - culture = spanish - religion = catholic - size = 5000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 52600 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1650 + } + + clergymen = { + culture = spanish + religion = catholic + size = 550 + } + + artisans = { + culture = spanish + religion = catholic + size = 5000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 52600 + } } #Jaen (270000/67500 POPS) 516 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1700 - } - - clergymen = { - culture = spanish - religion = catholic - size = 600 - } - - artisans = { - culture = spanish - religion = catholic - size = 6000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1100 - } - - farmers = { - culture = spanish - religion = catholic - size = 58200 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1700 + } + + clergymen = { + culture = spanish + religion = catholic + size = 600 + } + + artisans = { + culture = spanish + religion = catholic + size = 6000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1100 + } + + farmers = { + culture = spanish + religion = catholic + size = 58200 + } } #see Morocco.txt for Ceuta-Melilla #Canary Islands Region (208000) #Canary Islands (208000/52000 POPS) 2136 = { - aristocrats = { - culture = spanish - religion = catholic - size = 825 - } - - officers = { - culture = spanish - religion = catholic - size = 50 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 75 - } - - clergymen = { - culture = spanish - religion = catholic - size = 525 - } - - artisans = { - culture = spanish - religion = catholic - size = 3000 - } - - soldiers = { - culture = spanish - religion = catholic - size = 500 - } - - farmers = { - culture = spanish - religion = catholic - size = 47025 - } + aristocrats = { + culture = spanish + religion = catholic + size = 825 + } + + officers = { + culture = spanish + religion = catholic + size = 50 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 75 + } + + clergymen = { + culture = spanish + religion = catholic + size = 525 + } + + artisans = { + culture = spanish + religion = catholic + size = 3000 + } + + soldiers = { + culture = spanish + religion = catholic + size = 500 + } + + farmers = { + culture = spanish + religion = catholic + size = 47025 + } } diff --git a/HPM/history/pops/1836.1.1/Sudan.txt b/HPM/history/pops/1836.1.1/Sudan.txt index 0f2d7445..3a18cace 100644 --- a/HPM/history/pops/1836.1.1/Sudan.txt +++ b/HPM/history/pops/1836.1.1/Sudan.txt @@ -2,1818 +2,1817 @@ #under the rule of Egypt in 1836 #Khartoum (344000/86000 POPS) 1827 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 650 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 40 - } - - officers = { - culture = sudanese - religion = sunni - size = 110 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 125 - } - - artisans = { - culture = sudanese - religion = sunni - size = 2125 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 3000 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 38150 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 50 - } - - officers = { - culture = misri - religion = sunni - size = 150 - } - - soldiers = { - culture = misri - religion = sunni - size = 300 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 275 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 800 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 125 - } - - farmers = { - culture = bedouin - religion = sunni - size = 15650 - } - - slaves = { - culture = nilotic - religion = animist - size = 22000 - } - - slaves = { - culture = dinka - religion = animist - size = 5000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 650 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 40 + } + + officers = { + culture = sudanese + religion = sunni + size = 110 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 125 + } + + artisans = { + culture = sudanese + religion = sunni + size = 2125 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 3000 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 38150 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 50 + } + + officers = { + culture = misri + religion = sunni + size = 150 + } + + soldiers = { + culture = misri + religion = sunni + size = 300 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 275 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 800 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 125 + } + + farmers = { + culture = bedouin + religion = sunni + size = 15650 + } + + slaves = { + culture = nilotic + religion = animist + size = 22000 + } + + slaves = { + culture = dinka + religion = animist + size = 5000 + } } #Wadi Madani (136000/34000 POPS) 1828 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 375 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 20425 - } - - slaves = { - culture = nilotic - religion = animist - size = 7000 - } - - slaves = { - culture = dinka - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 375 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 20425 + } + + slaves = { + culture = nilotic + religion = animist + size = 7000 + } + + slaves = { + culture = dinka + religion = animist + size = 4000 + } } #Kassala (252000/63000 POPS) 1829 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 400 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 20400 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 675 - } - - - artisans = { - culture = nilotic - religion = animist - size = 1800 - } - - soldiers = { - culture = nilotic - religion = animist - size = 275 - } - - farmers = { - culture = nilotic - religion = animist - size = 24225 - } - - slaves = { - culture = nilotic - religion = animist - size = 9000 - } - - aristocrats = { - culture = beja - religion = sunni - size = 75 - } - - clergymen = { - culture = beja - religion = sunni - size = 50 - } - - artisans = { - culture = beja - religion = sunni - size = 200 - } - - soldiers = { - culture = beja - religion = sunni - size = 50 - } - - farmers = { - culture = beja - religion = sunni - size = 3625 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 400 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 20400 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 675 + } + + + artisans = { + culture = nilotic + religion = animist + size = 1800 + } + + soldiers = { + culture = nilotic + religion = animist + size = 275 + } + + farmers = { + culture = nilotic + religion = animist + size = 24225 + } + + slaves = { + culture = nilotic + religion = animist + size = 9000 + } + + aristocrats = { + culture = beja + religion = sunni + size = 75 + } + + clergymen = { + culture = beja + religion = sunni + size = 50 + } + + artisans = { + culture = beja + religion = sunni + size = 200 + } + + soldiers = { + culture = beja + religion = sunni + size = 50 + } + + farmers = { + culture = beja + religion = sunni + size = 3625 + } } #Sennar (160000/40000 POPS) 1830 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 475 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1350 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 22125 - } - - aristocrats = { - culture = luo - religion = animist - size = 75 - } - - artisans = { - culture = luo - religion = animist - size = 250 - } - - soldiers = { - culture = luo - religion = animist - size = 50 - } - - farmers = { - culture = luo - religion = animist - size = 4675 - } - - slaves = { - culture = luo - religion = animist - size = 2000 - } - - aristocrats = { - culture = dinka - religion = animist - size = 150 - } - - artisans = { - culture = dinka - religion = animist - size = 400 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 7375 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 475 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1350 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 22125 + } + + aristocrats = { + culture = luo + religion = animist + size = 75 + } + + artisans = { + culture = luo + religion = animist + size = 250 + } + + soldiers = { + culture = luo + religion = animist + size = 50 + } + + farmers = { + culture = luo + religion = animist + size = 4675 + } + + slaves = { + culture = luo + religion = animist + size = 2000 + } + + aristocrats = { + culture = dinka + religion = animist + size = 150 + } + + artisans = { + culture = dinka + religion = animist + size = 400 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 7375 + } } #Rabak (128000/32000 POPS) 1831 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 350 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 975 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 17625 - } - - aristocrats = { - culture = dinka - religion = animist - size = 150 - } - - artisans = { - culture = dinka - religion = animist - size = 400 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 7350 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 350 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 975 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 17625 + } + + aristocrats = { + culture = dinka + religion = animist + size = 150 + } + + artisans = { + culture = dinka + religion = animist + size = 400 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 7350 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } -#Fashoda (132000/33000 POPS) +#Fashoda (132000/33000 POPS) 1832 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - aristocrats = { - culture = nuer - religion = animist - size = 275 - } - - artisans = { - culture = nuer - religion = animist - size = 750 - } - - soldiers = { - culture = nuer - religion = animist - size = 150 - } - - farmers = { - culture = nuer - religion = animist - size = 13825 - } - - aristocrats = { - culture = dinka - religion = animist - size = 125 - } - - artisans = { - culture = dinka - religion = animist - size = 350 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 6450 - } - - aristocrats = { - culture = luo - religion = animist - size = 200 - } - - bureaucrats = { - culture = luo - religion = animist - size = 50 - } - - officers = { - culture = luo - religion = animist - size = 50 - } - - artisans = { - culture = luo - religion = animist - size = 550 - } - - soldiers = { - culture = luo - religion = animist - size = 3025 - } - - farmers = { - culture = luo - religion = animist - size = 10125 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + aristocrats = { + culture = nuer + religion = animist + size = 275 + } + + artisans = { + culture = nuer + religion = animist + size = 750 + } + + soldiers = { + culture = nuer + religion = animist + size = 150 + } + + farmers = { + culture = nuer + religion = animist + size = 13825 + } + + aristocrats = { + culture = dinka + religion = animist + size = 125 + } + + artisans = { + culture = dinka + religion = animist + size = 350 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 6450 + } + + aristocrats = { + culture = luo + religion = animist + size = 200 + } + + bureaucrats = { + culture = luo + religion = animist + size = 50 + } + + officers = { + culture = luo + religion = animist + size = 50 + } + + artisans = { + culture = luo + religion = animist + size = 550 + } + + soldiers = { + culture = luo + religion = animist + size = 3025 + } + + farmers = { + culture = luo + religion = animist + size = 10125 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } -#Red Sea Region (108000) #see Egypt.txt for balance of the region +#Red Sea Region (108000) #see Egypt.txt for balance of the region #under the rule of Egypt in 1836 -#Suakin (60000/15000 POPS) #now part of Sudan +#Suakin (60000/15000 POPS) #now part of Sudan 1833 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 75 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - officers = { - culture = sudanese - religion = sunni - size = 25 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 200 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 50 - } - - farmers = { - culture = sudanese - religion = sunni - size = 3575 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 6375 - } - - aristocrats = { - culture = beja - religion = sunni - size = 25 - } - - clergymen = { - culture = beja - religion = sunni - size = 50 - } - - artisans = { - culture = beja - religion = sunni - size = 100 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 1800 - } - - slaves = { - culture = nilotic - religion = animist - size = 2000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 75 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + officers = { + culture = sudanese + religion = sunni + size = 25 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 200 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 50 + } + + farmers = { + culture = sudanese + religion = sunni + size = 3575 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 6375 + } + + aristocrats = { + culture = beja + religion = sunni + size = 25 + } + + clergymen = { + culture = beja + religion = sunni + size = 50 + } + + artisans = { + culture = beja + religion = sunni + size = 100 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 1800 + } + + slaves = { + culture = nilotic + religion = animist + size = 2000 + } } -#Halaib (48000/12000 POPS) #now part of Sudan +#Halaib (48000/12000 POPS) #now part of Sudan 1834 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 300 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 75 - } - - farmers = { - culture = sudanese - religion = sunni - size = 5475 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } - - aristocrats = { - culture = beja - religion = sunni - size = 50 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 150 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 2700 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 300 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 75 + } + + farmers = { + culture = sudanese + religion = sunni + size = 5475 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } + + aristocrats = { + culture = beja + religion = sunni + size = 50 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 150 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 2700 + } } #Nubia Region (236000) #under the rule of Egypt in 1836 #Dunqulah (84000/21000 POPS) 1835 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 50 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 10 - } - - officers = { - culture = sudanese - religion = sunni - size = 40 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 75 - } - - artisans = { - culture = sudanese - religion = sunni - size = 150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 75 - } - - farmers = { - culture = sudanese - religion = sunni - size = 2600 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 250 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 700 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 150 - } - - farmers = { - culture = bedouin - religion = sunni - size = 12850 - } - - slaves = { - culture = nilotic - religion = animist - size = 3000 - } - - aristocrats = { - culture = beja - religion = sunni - size = 15 - } - - clergymen = { - culture = beja - religion = sunni - size = 25 - } - - artisans = { - culture = beja - religion = sunni - size = 50 - } - - soldiers = { - culture = beja - religion = sunni - size = 10 - } - - farmers = { - culture = beja - religion = sunni - size = 900 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 50 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 10 + } + + officers = { + culture = sudanese + religion = sunni + size = 40 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 75 + } + + artisans = { + culture = sudanese + religion = sunni + size = 150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 75 + } + + farmers = { + culture = sudanese + religion = sunni + size = 2600 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 250 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 700 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 150 + } + + farmers = { + culture = bedouin + religion = sunni + size = 12850 + } + + slaves = { + culture = nilotic + religion = animist + size = 3000 + } + + aristocrats = { + culture = beja + religion = sunni + size = 15 + } + + clergymen = { + culture = beja + religion = sunni + size = 25 + } + + artisans = { + culture = beja + religion = sunni + size = 50 + } + + soldiers = { + culture = beja + religion = sunni + size = 10 + } + + farmers = { + culture = beja + religion = sunni + size = 900 + } } #Hayya (104000/26000 POPS) 1836 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 75 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 200 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 50 - } - - farmers = { - culture = sudanese - religion = sunni - size = 3625 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - aristocrats = { - culture = beja - religion = sunni - size = 325 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 900 - } - - soldiers = { - culture = beja - religion = sunni - size = 200 - } - - farmers = { - culture = beja - religion = sunni - size = 16500 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 75 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 200 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 50 + } + + farmers = { + culture = sudanese + religion = sunni + size = 3625 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + aristocrats = { + culture = beja + religion = sunni + size = 325 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 900 + } + + soldiers = { + culture = beja + religion = sunni + size = 200 + } + + farmers = { + culture = beja + religion = sunni + size = 16500 + } } #Atbarah (40000/1000 POPS) 1837 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 15 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 25 - } - - artisans = { - culture = sudanese - religion = sunni - size = 50 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 10 - } - - farmers = { - culture = sudanese - religion = sunni - size = 900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5475 - } - - aristocrats = { - culture = beja - religion = sunni - size = 50 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 150 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 2700 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 15 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 25 + } + + artisans = { + culture = sudanese + religion = sunni + size = 50 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 10 + } + + farmers = { + culture = sudanese + religion = sunni + size = 900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5475 + } + + aristocrats = { + culture = beja + religion = sunni + size = 50 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 150 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 2700 + } } #Salima (8000/2000 POPS) 2564 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1100 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1100 + } } #Taoudenni - Now Bayuda (8000/2000 POPS) 1806 = { - aristocrats = { - culture = beja - religion = sunni - size = 25 - } - - clergymen = { - culture = beja - religion = sunni - size = 50 - } - - artisans = { - culture = beja - religion = sunni - size = 100 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 500 - } + aristocrats = { + culture = beja + religion = sunni + size = 25 + } + + clergymen = { + culture = beja + religion = sunni + size = 50 + } + + artisans = { + culture = beja + religion = sunni + size = 100 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 500 + } } #Kordofan Region (524000) #under the rule of Egypt in 1836 #Obeid (180000/45000 POPS) 1838 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 500 - } - - officers = { - culture = sudanese - religion = sunni - size = 100 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1100 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 450 - } - - farmers = { - culture = sudanese - religion = sunni - size = 23900 - } - - slaves = { - culture = sudanese - religion = animist - size = 50000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 500 + } + + officers = { + culture = sudanese + religion = sunni + size = 100 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1100 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 450 + } + + farmers = { + culture = sudanese + religion = sunni + size = 23900 + } + + slaves = { + culture = sudanese + religion = animist + size = 50000 + } } #Nuhud (164000/41000 POPS) 1839 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - aristocrats = { - culture = dinka - religion = animist - size = 475 - } - - artisans = { - culture = dinka - religion = animist - size = 1100 - } - - soldiers = { - culture = dinka - religion = animist - size = 425 - } - - farmers = { - culture = dinka - religion = animist - size = 24900 - } - - slaves = { - culture = nilotic - religion = animist - size = 15000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + aristocrats = { + culture = dinka + religion = animist + size = 475 + } + + artisans = { + culture = dinka + religion = animist + size = 1100 + } + + soldiers = { + culture = dinka + religion = animist + size = 425 + } + + farmers = { + culture = dinka + religion = animist + size = 24900 + } + + slaves = { + culture = nilotic + religion = animist + size = 15000 + } } #Kaduqli (180000/45000 POPS) 1840 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 100 - } - - artisans = { - culture = sudanese - religion = sunni - size = 200 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 200 - } - - farmers = { - culture = sudanese - religion = sunni - size = 10000 - } - - aristocrats = { - culture = nuba - religion = animist - size = 350 - } - - artisans = { - culture = nuba - religion = animist - size = 725 - } - - soldiers = { - culture = nuba - religion = animist - size = 300 - } - - farmers = { - culture = nuba - religion = animist - size = 16650 - } - - slaves = { - culture = nuba - religion = animist - size = 10000 - } - - aristocrats = { - culture = luo - religion = animist - size = 275 - } - - artisans = { - culture = luo - religion = animist - size = 800 - } - - soldiers = { - culture = luo - religion = animist - size = 150 - } - - farmers = { - culture = luo - religion = animist - size = 14775 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 100 + } + + artisans = { + culture = sudanese + religion = sunni + size = 200 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 200 + } + + farmers = { + culture = sudanese + religion = sunni + size = 10000 + } + + aristocrats = { + culture = nuba + religion = animist + size = 350 + } + + artisans = { + culture = nuba + religion = animist + size = 725 + } + + soldiers = { + culture = nuba + religion = animist + size = 300 + } + + farmers = { + culture = nuba + religion = animist + size = 16650 + } + + slaves = { + culture = nuba + religion = animist + size = 10000 + } + + aristocrats = { + culture = luo + religion = animist + size = 275 + } + + artisans = { + culture = luo + religion = animist + size = 800 + } + + soldiers = { + culture = luo + religion = animist + size = 150 + } + + farmers = { + culture = luo + religion = animist + size = 14775 + } } #Darfur Region (376000) #uncolonized/Ruled by Sultans of Darfur in 1836 #Fasher (272000/68000 POPS) 1841 = { - aristocrats = { - culture = fur - religion = sunni - size = 1200 - } - - bureaucrats = { - culture = fur - religion = sunni - size = 100 - } - - officers = { - culture = fur - religion = sunni - size = 200 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 2600 - } - - soldiers = { - culture = fur - religion = sunni - size = 1250 - } - - farmers = { - culture = fur - religion = sunni - size = 58600 - } - - slaves = { - culture = teda - religion = sunni - size = 4000 - } + aristocrats = { + culture = fur + religion = sunni + size = 1200 + } + + bureaucrats = { + culture = fur + religion = sunni + size = 100 + } + + officers = { + culture = fur + religion = sunni + size = 200 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 2600 + } + + soldiers = { + culture = fur + religion = sunni + size = 1250 + } + + farmers = { + culture = fur + religion = sunni + size = 58600 + } + + slaves = { + culture = teda + religion = sunni + size = 4000 + } } #Junayah (200000/50000 POPS) 1842 = { - aristocrats = { - culture = fur - religion = sunni - size = 650 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 1500 - } - - soldiers = { - culture = fur - religion = sunni - size = 1100 - } - - farmers = { - culture = fur - religion = sunni - size = 32300 - } - - slaves = { - culture = teda - religion = sunni - size = 10400 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } + aristocrats = { + culture = fur + religion = sunni + size = 650 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 1500 + } + + soldiers = { + culture = fur + religion = sunni + size = 1100 + } + + farmers = { + culture = fur + religion = sunni + size = 32300 + } + + slaves = { + culture = teda + religion = sunni + size = 10400 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } } #Waw (140000/35000 POPS) 1843 = { - aristocrats = { - culture = fur - religion = sunni - size = 125 - } - - clergymen = { - culture = fur - religion = sunni - size = 75 - } - - artisans = { - culture = fur - religion = sunni - size = 350 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 6350 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 5525 - } - - slaves = { - culture = ubangian - religion = animist - size = 4000 - } - - aristocrats = { - culture = nuba - religion = animist - size = 200 - } - - artisans = { - culture = nuba - religion = animist - size = 450 - } - - soldiers = { - culture = nuba - religion = animist - size = 200 - } - - farmers = { - culture = nuba - religion = animist - size = 10150 - } - - slaves = { - culture = nuba - religion = animist - size = 7000 - } + aristocrats = { + culture = fur + religion = sunni + size = 125 + } + + clergymen = { + culture = fur + religion = sunni + size = 75 + } + + artisans = { + culture = fur + religion = sunni + size = 350 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 6350 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 5525 + } + + slaves = { + culture = ubangian + religion = animist + size = 4000 + } + + aristocrats = { + culture = nuba + religion = animist + size = 200 + } + + artisans = { + culture = nuba + religion = animist + size = 450 + } + + soldiers = { + culture = nuba + religion = animist + size = 200 + } + + farmers = { + culture = nuba + religion = animist + size = 10150 + } + + slaves = { + culture = nuba + religion = animist + size = 7000 + } } -#Upper Nile Region (868000) +#Upper Nile Region (868000) #uncolonized in 1836 #Bor (344000/86000 POPS) 1844 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 50 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 75 - } - - artisans = { - culture = sudanese - religion = sunni - size = 150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 25 - } - - farmers = { - culture = sudanese - religion = sunni - size = 2700 - } - - aristocrats = { - culture = dinka - religion = animist - size = 325 - } - - artisans = { - culture = dinka - religion = animist - size = 850 - } - - soldiers = { - culture = dinka - religion = animist - size = 175 - } - - farmers = { - culture = dinka - religion = animist - size = 15650 - } - - aristocrats = { - culture = nuer - religion = animist - size = 750 - } - - - artisans = { - culture = nuer - religion = animist - size = 1950 - } - - soldiers = { - culture = nuer - religion = animist - size = 400 - } - - farmers = { - culture = nuer - religion = animist - size = 35900 - } - - aristocrats = { - culture = luo - religion = animist - size = 300 - } - - artisans = { - culture = luo - religion = animist - size = 675 - } - - soldiers = { - culture = luo - religion = animist - size = 275 - } - - farmers = { - culture = luo - religion = animist - size = 15775 - } - - slaves = { - culture = nilotic - religion = animist - size = 10000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 50 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 75 + } + + artisans = { + culture = sudanese + religion = sunni + size = 150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 25 + } + + farmers = { + culture = sudanese + religion = sunni + size = 2700 + } + + aristocrats = { + culture = dinka + religion = animist + size = 325 + } + + artisans = { + culture = dinka + religion = animist + size = 850 + } + + soldiers = { + culture = dinka + religion = animist + size = 175 + } + + farmers = { + culture = dinka + religion = animist + size = 15650 + } + + aristocrats = { + culture = nuer + religion = animist + size = 750 + } + + + artisans = { + culture = nuer + religion = animist + size = 1950 + } + + soldiers = { + culture = nuer + religion = animist + size = 400 + } + + farmers = { + culture = nuer + religion = animist + size = 35900 + } + + aristocrats = { + culture = luo + religion = animist + size = 300 + } + + artisans = { + culture = luo + religion = animist + size = 675 + } + + soldiers = { + culture = luo + religion = animist + size = 275 + } + + farmers = { + culture = luo + religion = animist + size = 15775 + } + + slaves = { + culture = nilotic + religion = animist + size = 10000 + } } #Yambio (140000/35000 POPS) 1845 = { - aristocrats = { - culture = fur - religion = sunni - size = 75 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 200 - } - - soldiers = { - culture = fur - religion = sunni - size = 25 - } - - farmers = { - culture = fur - religion = sunni - size = 3650 - } - - aristocrats = { - culture = azande - religion = animist - size = 450 - } - - artisans = { - culture = azande - religion = animist - size = 900 - } - - soldiers = { - culture = azande - religion = animist - size = 325 - } - - farmers = { - culture = azande - religion = animist - size = 21100 - } - - slaves = { - culture = azande - religion = animist - size = 8000 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = fur + religion = sunni + size = 75 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 200 + } + + soldiers = { + culture = fur + religion = sunni + size = 25 + } + + farmers = { + culture = fur + religion = sunni + size = 3650 + } + + aristocrats = { + culture = azande + religion = animist + size = 450 + } + + artisans = { + culture = azande + religion = animist + size = 900 + } + + soldiers = { + culture = azande + religion = animist + size = 325 + } + + farmers = { + culture = azande + religion = animist + size = 21100 + } + + slaves = { + culture = azande + religion = animist + size = 8000 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } #Lado (244000/61000 POPS) 1846 = { - aristocrats = { - culture = azande - religion = animist - size = 450 - } - - artisans = { - culture = azande - religion = animist - size = 1200 - } - - soldiers = { - culture = azande - religion = animist - size = 250 - } - - farmers = { - culture = azande - religion = animist - size = 22100 - } - - aristocrats = { - culture = nuer - religion = animist - size = 325 - } - - - artisans = { - culture = nuer - religion = animist - size = 900 - } - - soldiers = { - culture = nuer - religion = animist - size = 200 - } - - farmers = { - culture = nuer - religion = animist - size = 16575 - } - - aristocrats = { - culture = luo - religion = animist - size = 325 - } - - farmers = { - culture = nilotic - religion = animist - size = 950 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 16550 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = azande + religion = animist + size = 450 + } + + artisans = { + culture = azande + religion = animist + size = 1200 + } + + soldiers = { + culture = azande + religion = animist + size = 250 + } + + farmers = { + culture = azande + religion = animist + size = 22100 + } + + aristocrats = { + culture = nuer + religion = animist + size = 325 + } + + + artisans = { + culture = nuer + religion = animist + size = 900 + } + + soldiers = { + culture = nuer + religion = animist + size = 200 + } + + farmers = { + culture = nuer + religion = animist + size = 16575 + } + + aristocrats = { + culture = luo + religion = animist + size = 325 + } + + farmers = { + culture = nilotic + religion = animist + size = 950 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 16550 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } #Kapoeta (140000/35000 POPS) 1847 = { - aristocrats = { - culture = luo - religion = animist - size = 525 - } - - artisans = { - culture = luo - religion = animist - size = 1400 - } - - soldiers = { - culture = luo - religion = animist - size = 300 - } - - farmers = { - culture = luo - religion = animist - size = 25800 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 125 - } - - artisans = { - culture = luo - religion = animist - size = 350 - } - - soldiers = { - culture = luo - religion = animist - size = 75 - } - - farmers = { - culture = luo - religion = animist - size = 6475 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = luo + religion = animist + size = 525 + } + + artisans = { + culture = luo + religion = animist + size = 1400 + } + + soldiers = { + culture = luo + religion = animist + size = 300 + } + + farmers = { + culture = luo + religion = animist + size = 25800 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 125 + } + + artisans = { + culture = luo + religion = animist + size = 350 + } + + soldiers = { + culture = luo + religion = animist + size = 75 + } + + farmers = { + culture = luo + religion = animist + size = 6475 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } #PLACEHOLDER, former Kufra (16000/4000 POPS) 1739 = { - aristocrats = { - culture = fur - religion = sunni - size = 25 - } - - officers = { - culture = fur - religion = sunni - size = 25 - } - - clergymen = { - culture = fur - religion = sunni - size = 25 - } - - artisans = { - culture = fur - religion = sunni - size = 100 - } - - soldiers = { - culture = fur - religion = sunni - size = 200 - } - - farmers = { - culture = fur - religion = sunni - size = 500 - } - - slaves = { - culture = fur - religion = animist - size = 200 - } + aristocrats = { + culture = fur + religion = sunni + size = 25 + } + + officers = { + culture = fur + religion = sunni + size = 25 + } + + clergymen = { + culture = fur + religion = sunni + size = 25 + } + + artisans = { + culture = fur + religion = sunni + size = 100 + } + + soldiers = { + culture = fur + religion = sunni + size = 200 + } + + farmers = { + culture = fur + religion = sunni + size = 500 + } + + slaves = { + culture = fur + religion = animist + size = 200 + } } - diff --git a/HPM/history/pops/1836.1.1/Surinam.txt b/HPM/history/pops/1836.1.1/Surinam.txt index e725be92..28b6b904 100644 --- a/HPM/history/pops/1836.1.1/Surinam.txt +++ b/HPM/history/pops/1836.1.1/Surinam.txt @@ -2,90 +2,90 @@ #Ruled by The Netherlands 1836 #Paramaribo (48640/12160 POPS) 2240 = { - aristocrats = { - culture = dutch - religion = protestant - size = 75 - } + aristocrats = { + culture = dutch + religion = protestant + size = 75 + } - bureaucrats = { - culture = dutch - religion = protestant - size = 60 - } + bureaucrats = { + culture = dutch + religion = protestant + size = 60 + } - artisans = { - culture = dutch - religion = protestant - size = 100 - } + artisans = { + culture = dutch + religion = protestant + size = 100 + } - soldiers = { - culture = dutch - religion = protestant - size = 75 - } + soldiers = { + culture = dutch + religion = protestant + size = 75 + } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 25 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 25 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 1750 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 1750 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 1200 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 1200 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 25 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 25 + } - slaves = { - culture = afro_caribbean - religion = animist - size = 9000 - } + slaves = { + culture = afro_caribbean + religion = animist + size = 9000 + } } #Aperina (8000/2000 POPS) 2245 = { - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } - clergymen = { - culture = amazonian - religion = animist - size = 50 - } + clergymen = { + culture = amazonian + religion = animist + size = 50 + } - artisans = { - culture = amazonian - religion = animist - size = 100 - } + artisans = { + culture = amazonian + religion = animist + size = 100 + } - soldiers = { - culture = amazonian - religion = animist - size = 25 - } + soldiers = { + culture = amazonian + religion = animist + size = 25 + } - farmers = { - culture = amazonian - religion = animist - size = 1750 - } + farmers = { + culture = amazonian + religion = animist + size = 1750 + } } diff --git a/HPM/history/pops/1836.1.1/Sweden.txt b/HPM/history/pops/1836.1.1/Sweden.txt index fc3fdff0..993b5bfa 100644 --- a/HPM/history/pops/1836.1.1/Sweden.txt +++ b/HPM/history/pops/1836.1.1/Sweden.txt @@ -1,719 +1,719 @@ #Norrland Region 328000 #Gavle (104000/26000 POPS) 317 = { - aristocrats = { - culture = swedish - religion = protestant - size = 150 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 300 - } - - officers = { - culture = swedish - religion = protestant - size = 100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 175 - } - - artisans = { - culture = swedish - religion = protestant - size = 2000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 22125 - } + aristocrats = { + culture = swedish + religion = protestant + size = 150 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 300 + } + + officers = { + culture = swedish + religion = protestant + size = 100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 175 + } + + artisans = { + culture = swedish + religion = protestant + size = 2000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 22125 + } } #Sundsvall (80000/20000 POPS) 318 = { - aristocrats = { - culture = swedish - religion = protestant - size = 50 - } - - clergymen = { - culture = swedish - religion = protestant - size = 100 - } - - artisans = { - culture = swedish - religion = protestant - size = 1100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 250 - } - - farmers = { - culture = swedish - religion = protestant - size = 19100 - } + aristocrats = { + culture = swedish + religion = protestant + size = 50 + } + + clergymen = { + culture = swedish + religion = protestant + size = 100 + } + + artisans = { + culture = swedish + religion = protestant + size = 1100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 250 + } + + farmers = { + culture = swedish + religion = protestant + size = 19100 + } } #Ostersund (44000/11000 POPS) 319 = { - clergymen = { - culture = swedish - religion = protestant - size = 50 - } - - artisans = { - culture = swedish - religion = protestant - size = 500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 100 - } - - labourers = { - culture = swedish - religion = protestant - size = 9350 - } - - labourers = { - culture = norwegian - religion = protestant - size = 1100 - } + clergymen = { + culture = swedish + religion = protestant + size = 50 + } + + artisans = { + culture = swedish + religion = protestant + size = 500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 100 + } + + labourers = { + culture = swedish + religion = protestant + size = 9350 + } + + labourers = { + culture = norwegian + religion = protestant + size = 1100 + } } #Umea (56000/14000 POPS) 320 = { - clergymen = { - culture = swedish - religion = protestant - size = 75 - } - - artisans = { - culture = swedish - religion = protestant - size = 750 - } - - soldiers = { - culture = swedish - religion = protestant - size = 250 - } - - labourers = { - culture = swedish - religion = protestant - size = 11925 - } - - farmers = { - culture = finnish - religion = protestant - size = 1100 - } + clergymen = { + culture = swedish + religion = protestant + size = 75 + } + + artisans = { + culture = swedish + religion = protestant + size = 750 + } + + soldiers = { + culture = swedish + religion = protestant + size = 250 + } + + labourers = { + culture = swedish + religion = protestant + size = 11925 + } + + farmers = { + culture = finnish + religion = protestant + size = 1100 + } } #Lulea (44000/11000 POPS) 321 = { - clergymen = { - culture = swedish - religion = protestant - size = 50 - } - - artisans = { - culture = swedish - religion = protestant - size = 400 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - labourers = { - culture = swedish - religion = protestant - size = 6050 - } - - artisans = { - culture = finnish - religion = protestant - size = 100 - } - - farmers = { - culture = sami - religion = protestant - size = 2200 - } - - farmers = { - culture = finnish - religion = protestant - size = 1100 - } + clergymen = { + culture = swedish + religion = protestant + size = 50 + } + + artisans = { + culture = swedish + religion = protestant + size = 400 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + labourers = { + culture = swedish + religion = protestant + size = 6050 + } + + artisans = { + culture = finnish + religion = protestant + size = 100 + } + + farmers = { + culture = sami + religion = protestant + size = 2200 + } + + farmers = { + culture = finnish + religion = protestant + size = 1100 + } } #Svealand Region : 1178000 #Stockholm (196000/49000 POPs) 322 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 750 - } - - officers = { - culture = swedish - religion = protestant - size = 500 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 10000 - } - - artisans = { - culture = swedish - religion = protestant - size = 10000 - } - - artisans = { - culture = swedish - religion = protestant - size = 1100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 3000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1000 - } - - farmers = { - culture = swedish - religion = protestant - size = 25250 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 750 + } + + officers = { + culture = swedish + religion = protestant + size = 500 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 10000 + } + + artisans = { + culture = swedish + religion = protestant + size = 10000 + } + + artisans = { + culture = swedish + religion = protestant + size = 1100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 3000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1000 + } + + farmers = { + culture = swedish + religion = protestant + size = 25250 + } } #Falun (144000/36000 POPS) 323 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 1750 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 32750 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 1750 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 32750 + } } #Uppsala (88000/22000 POPS) 324 = { - aristocrats = { - culture = swedish - religion = protestant - size = 100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 125 - } - - artisans = { - culture = swedish - religion = protestant - size = 1250 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 19525 - } + aristocrats = { + culture = swedish + religion = protestant + size = 100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 125 + } + + artisans = { + culture = swedish + religion = protestant + size = 1250 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 19525 + } } #Norrkoping (221000/55250 POPS) 325 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 3000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 50750 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 3000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 50750 + } } #Vasteras (212000/53000 POPS) 326 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 2750 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 48750 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 2750 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 48750 + } } #Orebro (127000/31750 POPS) 327 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 125 - } - - artisans = { - culture = swedish - religion = protestant - size = 1500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 28975 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 125 + } + + artisans = { + culture = swedish + religion = protestant + size = 1500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 28975 + } } #Karlstad (190000/47500 POPS) 328 = { - aristocrats = { - culture = swedish - religion = protestant - size = 400 - } - - clergymen = { - culture = swedish - religion = protestant - size = 300 - } - - artisans = { - culture = swedish - religion = protestant - size = 2500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 43300 - } + aristocrats = { + culture = swedish + religion = protestant + size = 400 + } + + clergymen = { + culture = swedish + religion = protestant + size = 300 + } + + artisans = { + culture = swedish + religion = protestant + size = 2500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 43300 + } } #Gotaland Region : 1457000 #Goteborg (168000/42000 POPS) 329 = { - aristocrats = { - culture = swedish - religion = protestant - size = 250 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 650 - } - - officers = { - culture = swedish - religion = protestant - size = 250 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 5000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 33750 - } + aristocrats = { + culture = swedish + religion = protestant + size = 250 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 650 + } + + officers = { + culture = swedish + religion = protestant + size = 250 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 5000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 33750 + } } #Boras (220000/55000 POPS) 330 = { - aristocrats = { - culture = swedish - religion = protestant - size = 500 - } - - clergymen = { - culture = swedish - religion = protestant - size = 250 - } - - artisans = { - culture = swedish - religion = protestant - size = 2500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 50750 - } + aristocrats = { + culture = swedish + religion = protestant + size = 500 + } + + clergymen = { + culture = swedish + religion = protestant + size = 250 + } + + artisans = { + culture = swedish + religion = protestant + size = 2500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 50750 + } } #Visby (40000/10000 POPS) 331 = { - aristocrats = { - culture = swedish - religion = protestant - size = 100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 50 - } - - artisans = { - culture = swedish - religion = protestant - size = 700 - } - - soldiers = { - culture = swedish - religion = protestant - size = 100 - } - - farmers = { - culture = swedish - religion = protestant - size = 9050 - } + aristocrats = { + culture = swedish + religion = protestant + size = 100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 50 + } + + artisans = { + culture = swedish + religion = protestant + size = 700 + } + + soldiers = { + culture = swedish + religion = protestant + size = 100 + } + + farmers = { + culture = swedish + religion = protestant + size = 9050 + } } #Kalmar (182000/45500 POPS) 332 = { - aristocrats = { - culture = swedish - religion = protestant - size = 300 - } - - clergymen = { - culture = swedish - religion = protestant - size = 225 - } - - artisans = { - culture = swedish - religion = protestant - size = 2500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 41475 - } + aristocrats = { + culture = swedish + religion = protestant + size = 300 + } + + clergymen = { + culture = swedish + religion = protestant + size = 225 + } + + artisans = { + culture = swedish + religion = protestant + size = 2500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 41475 + } } #Vaxjo (276000/69000 POPS) 333 = { - aristocrats = { - culture = swedish - religion = protestant - size = 500 - } - - clergymen = { - culture = swedish - religion = protestant - size = 375 - } - - artisans = { - culture = swedish - religion = protestant - size = 3500 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 63625 - } + aristocrats = { + culture = swedish + religion = protestant + size = 500 + } + + clergymen = { + culture = swedish + religion = protestant + size = 375 + } + + artisans = { + culture = swedish + religion = protestant + size = 3500 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 63625 + } } #Malmo (312000/77000 POPS) 334 = { - aristocrats = { - culture = swedish - religion = protestant - size = 750 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 800 - } - - clergymen = { - culture = swedish - religion = protestant - size = 375 - } - - artisans = { - culture = swedish - religion = protestant - size = 3750 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 69125 - } + aristocrats = { + culture = swedish + religion = protestant + size = 750 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 800 + } + + clergymen = { + culture = swedish + religion = protestant + size = 375 + } + + artisans = { + culture = swedish + religion = protestant + size = 3750 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 69125 + } } #Karlskrona (259000/64750 POPS) 335 = { - aristocrats = { - culture = swedish - religion = protestant - size = 625 - } - - clergymen = { - culture = swedish - religion = protestant - size = 375 - } - - artisans = { - culture = swedish - religion = protestant - size = 3125 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1100 - } - - farmers = { - culture = swedish - religion = protestant - size = 60625 - } + aristocrats = { + culture = swedish + religion = protestant + size = 625 + } + + clergymen = { + culture = swedish + religion = protestant + size = 375 + } + + artisans = { + culture = swedish + religion = protestant + size = 3125 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1100 + } + + farmers = { + culture = swedish + religion = protestant + size = 60625 + } } -#Jan Mayen, now St Barths +#Jan Mayen, now St Barths 3246 = { - - aristocrats = { - culture = french - religion = catholic - size = 20 - } - - clergymen = { - culture = french - religion = catholic - size = 50 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = french - religion = catholic - size = 500 - } - - slaves = { - culture = afro_caribbean - religion = protestant - size = 242 - } + + aristocrats = { + culture = french + religion = catholic + size = 20 + } + + clergymen = { + culture = french + religion = catholic + size = 50 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = french + religion = catholic + size = 500 + } + + slaves = { + culture = afro_caribbean + religion = protestant + size = 242 + } } diff --git a/HPM/history/pops/1836.1.1/Switzerland.txt b/HPM/history/pops/1836.1.1/Switzerland.txt index 0fef3474..98f03489 100644 --- a/HPM/history/pops/1836.1.1/Switzerland.txt +++ b/HPM/history/pops/1836.1.1/Switzerland.txt @@ -1,578 +1,578 @@ #Schweiz Region (1388000) #Zurich (560000/140000 POPS) 603 = { - aristocrats = { - culture = swiss - religion = protestant - size = 450 - } - - clergymen = { - culture = swiss - religion = protestant - size = 1300 - } - - capitalists = { - culture = swiss - religion = protestant - size = 100 - } - - clerks = { - culture = swiss - religion = protestant - size = 100 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 21200 - } - - artisans = { - culture = swiss - religion = protestant - size = 1300 - } - - soldiers = { - culture = swiss - religion = protestant - size = 1100 - } - - farmers = { - culture = swiss - religion = protestant - size = 64590 - } - - aristocrats = { - culture = swiss - religion = catholic - size = 250 - } - - clergymen = { - culture = swiss - religion = catholic - size = 500 - } - - clerks = { - culture = swiss - religion = catholic - size = 100 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 600 - } - - artisans = { - culture = swiss - religion = catholic - size = 1900 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 45720 - } - - ######Jews - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = swiss + religion = protestant + size = 450 + } + + clergymen = { + culture = swiss + religion = protestant + size = 1300 + } + + capitalists = { + culture = swiss + religion = protestant + size = 100 + } + + clerks = { + culture = swiss + religion = protestant + size = 100 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 21200 + } + + artisans = { + culture = swiss + religion = protestant + size = 1300 + } + + soldiers = { + culture = swiss + religion = protestant + size = 1100 + } + + farmers = { + culture = swiss + religion = protestant + size = 64590 + } + + aristocrats = { + culture = swiss + religion = catholic + size = 250 + } + + clergymen = { + culture = swiss + religion = catholic + size = 500 + } + + clerks = { + culture = swiss + religion = catholic + size = 100 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 600 + } + + artisans = { + culture = swiss + religion = catholic + size = 1900 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 45720 + } + + ######Jews + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 100 + } + ######## } #Basel (272000/68000 POPS) 604 = { - aristocrats = { - culture = swiss - religion = protestant - size = 150 - } - - clergymen = { - culture = swiss - religion = protestant - size = 275 - } - - clerks = { - culture = swiss - religion = protestant - size = 100 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 750 - } - - artisans = { - culture = swiss - religion = protestant - size = 2250 - } - - soldiers = { - culture = swiss - religion = protestant - size = 1100 - } - - farmers = { - culture = swiss - religion = protestant - size = 33540 - } - - aristocrats = { - culture = swiss - religion = catholic - size = 150 - } - - clergymen = { - culture = swiss - religion = catholic - size = 250 - } - - clerks = { - culture = swiss - religion = catholic - size = 100 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 600 - } - - artisans = { - culture = swiss - religion = catholic - size = 1900 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 25800 - } + aristocrats = { + culture = swiss + religion = protestant + size = 150 + } + + clergymen = { + culture = swiss + religion = protestant + size = 275 + } + + clerks = { + culture = swiss + religion = protestant + size = 100 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 750 + } + + artisans = { + culture = swiss + religion = protestant + size = 2250 + } + + soldiers = { + culture = swiss + religion = protestant + size = 1100 + } + + farmers = { + culture = swiss + religion = protestant + size = 33540 + } + + aristocrats = { + culture = swiss + religion = catholic + size = 150 + } + + clergymen = { + culture = swiss + religion = catholic + size = 250 + } + + clerks = { + culture = swiss + religion = catholic + size = 100 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 600 + } + + artisans = { + culture = swiss + religion = catholic + size = 1900 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 25800 + } } #Bern (352000/88000 POPS) 605 = { - aristocrats = { - culture = swiss - religion = protestant - size = 350 - } - - capitalists = { - culture = swiss - religion = protestant - size = 100 - } - - officers = { - culture = swiss - religion = protestant - size = 350 - } - - bureaucrats = { - culture = swiss - religion = protestant - size = 800 - } - - clergymen = { - culture = swiss - religion = protestant - size = 625 - } - - clerks = { - culture = swiss - religion = protestant - size = 100 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 1500 - } - - artisans = { - culture = swiss - religion = protestant - size = 4500 - } - - soldiers = { - culture = swiss - religion = protestant - size = 1100 - } - - farmers = { - culture = swiss - religion = protestant - size = 79000 - } + aristocrats = { + culture = swiss + religion = protestant + size = 350 + } + + capitalists = { + culture = swiss + religion = protestant + size = 100 + } + + officers = { + culture = swiss + religion = protestant + size = 350 + } + + bureaucrats = { + culture = swiss + religion = protestant + size = 800 + } + + clergymen = { + culture = swiss + religion = protestant + size = 625 + } + + clerks = { + culture = swiss + religion = protestant + size = 100 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 1500 + } + + artisans = { + culture = swiss + religion = protestant + size = 4500 + } + + soldiers = { + culture = swiss + religion = protestant + size = 1100 + } + + farmers = { + culture = swiss + religion = protestant + size = 79000 + } } #Lucerne (204000/51000 POPS) 606 = { - aristocrats = { - culture = swiss - religion = catholic - size = 175 - } - - clergymen = { - culture = swiss - religion = catholic - size = 350 - } - - artisans = { - culture = swiss - religion = catholic - size = 3500 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 30975 - } + aristocrats = { + culture = swiss + religion = catholic + size = 175 + } + + clergymen = { + culture = swiss + religion = catholic + size = 350 + } + + artisans = { + culture = swiss + religion = catholic + size = 3500 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 30975 + } } #Vaud & Valais Region (444000) #Geneva (316000/79000 POPS) 607 = { - aristocrats = { - culture = swiss - religion = protestant - size = 200 - } - - bureaucrats = { - culture = swiss - religion = protestant - size = 120 - } - - officers = { - culture = swiss - religion = protestant - size = 60 - } - - clergymen = { - culture = swiss - religion = protestant - size = 300 - } - - artisans = { - culture = swiss - religion = protestant - size = 4000 - } - - soldiers = { - culture = swiss - religion = protestant - size = 1100 - } - - farmers = { - culture = swiss - religion = protestant - size = 37320 - } - - aristocrats = { - culture = swiss - religion = catholic - size = 300 - } - - bureaucrats = { - culture = swiss - religion = catholic - size = 80 - } - - officers = { - culture = swiss - religion = catholic - size = 50 - } - - clergymen = { - culture = swiss - religion = catholic - size = 350 - } - - artisans = { - culture = swiss - religion = catholic - size = 3000 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 31230 - } + aristocrats = { + culture = swiss + religion = protestant + size = 200 + } + + bureaucrats = { + culture = swiss + religion = protestant + size = 120 + } + + officers = { + culture = swiss + religion = protestant + size = 60 + } + + clergymen = { + culture = swiss + religion = protestant + size = 300 + } + + artisans = { + culture = swiss + religion = protestant + size = 4000 + } + + soldiers = { + culture = swiss + religion = protestant + size = 1100 + } + + farmers = { + culture = swiss + religion = protestant + size = 37320 + } + + aristocrats = { + culture = swiss + religion = catholic + size = 300 + } + + bureaucrats = { + culture = swiss + religion = catholic + size = 80 + } + + officers = { + culture = swiss + religion = catholic + size = 50 + } + + clergymen = { + culture = swiss + religion = catholic + size = 350 + } + + artisans = { + culture = swiss + religion = catholic + size = 3000 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 31230 + } } #Neuchatel (56000/14000 POPS) 608 = { - aristocrats = { - culture = swiss - religion = protestant - size = 100 - } - - clergymen = { - culture = swiss - religion = protestant - size = 125 - } - - artisans = { - culture = swiss - religion = protestant - size = 3000 - } - - soldiers = { - culture = swiss - religion = protestant - size = 150 - } - - farmers = { - culture = swiss - religion = protestant - size = 10625 - } + aristocrats = { + culture = swiss + religion = protestant + size = 100 + } + + clergymen = { + culture = swiss + religion = protestant + size = 125 + } + + artisans = { + culture = swiss + religion = protestant + size = 3000 + } + + soldiers = { + culture = swiss + religion = protestant + size = 150 + } + + farmers = { + culture = swiss + religion = protestant + size = 10625 + } } #Sitten (72000/18000) POPS 609 = { - aristocrats = { - culture = swiss - religion = catholic - size = 150 - } - - clergymen = { - culture = swiss - religion = catholic - size = 175 - } - - artisans = { - culture = swiss - religion = catholic - size = 1100 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 15675 - } + aristocrats = { + culture = swiss + religion = catholic + size = 150 + } + + clergymen = { + culture = swiss + religion = catholic + size = 175 + } + + artisans = { + culture = swiss + religion = catholic + size = 1100 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 15675 + } } #Ticino & Grisons Region (188000) #Lugano (108000/27000 POPS) 2568 = { - aristocrats = { - culture = swiss - religion = catholic - size = 250 - } - - bureaucrats = { - culture = swiss - religion = catholic - size = 100 - } - - officers = { - culture = swiss - religion = catholic - size = 50 - } - - clergymen = { - culture = swiss - religion = catholic - size = 275 - } - - artisans = { - culture = swiss - religion = catholic - size = 1250 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 24075 - } + aristocrats = { + culture = swiss + religion = catholic + size = 250 + } + + bureaucrats = { + culture = swiss + religion = catholic + size = 100 + } + + officers = { + culture = swiss + religion = catholic + size = 50 + } + + clergymen = { + culture = swiss + religion = catholic + size = 275 + } + + artisans = { + culture = swiss + religion = catholic + size = 1250 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 24075 + } } #Chur (80000/20000 POPS) 611 = { - aristocrats = { - culture = swiss - religion = catholic - size = 100 - } - - clergymen = { - culture = swiss - religion = catholic - size = 275 - } - - artisans = { - culture = swiss - religion = catholic - size = 650 - } - - soldiers = { - culture = swiss - religion = catholic - size = 1100 - } - - farmers = { - culture = swiss - religion = catholic - size = 11275 - } - - aristocrats = { - culture = swiss - religion = protestant - size = 100 - } - - clergymen = { - culture = swiss - religion = protestant - size = 100 - } - - artisans = { - culture = swiss - religion = protestant - size = 350 - } - - soldiers = { - culture = swiss - religion = protestant - size = 100 - } - - farmers = { - culture = swiss - religion = protestant - size = 6475 - } + aristocrats = { + culture = swiss + religion = catholic + size = 100 + } + + clergymen = { + culture = swiss + religion = catholic + size = 275 + } + + artisans = { + culture = swiss + religion = catholic + size = 650 + } + + soldiers = { + culture = swiss + religion = catholic + size = 1100 + } + + farmers = { + culture = swiss + religion = catholic + size = 11275 + } + + aristocrats = { + culture = swiss + religion = protestant + size = 100 + } + + clergymen = { + culture = swiss + religion = protestant + size = 100 + } + + artisans = { + culture = swiss + religion = protestant + size = 350 + } + + soldiers = { + culture = swiss + religion = protestant + size = 100 + } + + farmers = { + culture = swiss + religion = protestant + size = 6475 + } } diff --git a/HPM/history/pops/1836.1.1/Syria.txt b/HPM/history/pops/1836.1.1/Syria.txt index dfa276e9..972d0bf5 100644 --- a/HPM/history/pops/1836.1.1/Syria.txt +++ b/HPM/history/pops/1836.1.1/Syria.txt @@ -1,876 +1,876 @@ #Halab Region (572000) #see Turkey.txt for balance of region #under the rule of Egypt in 1836 -#Aleppo (316000/79000 POPS) #now part of Syria +#Aleppo (316000/79000 POPS) #now part of Syria 897 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 200 - } - - officers = { - culture = kurdish - religion = sunni - size = 225 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 125 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1400 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 350 - } - - farmers = { - culture = kurdish - religion = sunni - size = 10000 - } - - - aristocrats = { - culture = turkish - religion = sunni - size = 300 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 700 - } - - soldiers = { - culture = turkish - religion = sunni - size = 800 - } - - farmers = { - culture = turkish - religion = sunni - size = 2575 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 550 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 350 - } - - officers = { - culture = mashriqi - religion = sunni - size = 125 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 300 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 3400 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 550 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 31000 - } - - clergymen = { - culture = armenian - religion = coptic - size = 75 - } - - artisans = { - culture = armenian - religion = coptic - size = 750 - } - - farmers = { - culture = armenian - religion = coptic - size = 3300 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 200 - } - - artisans = { - culture = assyrian - religion = catholic - size = 1600 - } - - farmers = { - culture = assyrian - religion = catholic - size = 15000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3300 - } - - farmers = { - culture = sephardic - religion = jewish - size = 700 - } - - aristocrats = { - culture = mashriqi - religion = druze - size = 50 - } - - farmers = { - culture = mashriqi - religion = druze - size = 2000 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 200 + } + + officers = { + culture = kurdish + religion = sunni + size = 225 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 125 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1400 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 350 + } + + farmers = { + culture = kurdish + religion = sunni + size = 10000 + } + + + aristocrats = { + culture = turkish + religion = sunni + size = 300 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 700 + } + + soldiers = { + culture = turkish + religion = sunni + size = 800 + } + + farmers = { + culture = turkish + religion = sunni + size = 2575 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 550 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 350 + } + + officers = { + culture = mashriqi + religion = sunni + size = 125 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 300 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 3400 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 550 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 31000 + } + + clergymen = { + culture = armenian + religion = coptic + size = 75 + } + + artisans = { + culture = armenian + religion = coptic + size = 750 + } + + farmers = { + culture = armenian + religion = coptic + size = 3300 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 200 + } + + artisans = { + culture = assyrian + religion = catholic + size = 1600 + } + + farmers = { + culture = assyrian + religion = catholic + size = 15000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3300 + } + + farmers = { + culture = sephardic + religion = jewish + size = 700 + } + + aristocrats = { + culture = mashriqi + religion = druze + size = 50 + } + + farmers = { + culture = mashriqi + religion = druze + size = 2000 + } } #Raqqa-Dayr al-Zour (256000/64000 POPS) #now part of Syria mashriqi-catholic = assyrian 901 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 63 - } - - artisans = { - culture = kurdish - religion = sunni - size = 300 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 4650 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 175 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 200 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 213 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 6488 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 800 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 13725 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 175 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 63 + } + + artisans = { + culture = kurdish + religion = sunni + size = 300 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 4650 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 175 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 200 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 213 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 6488 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 800 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 13725 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 175 + } } #Suriye Region (720000) #see Jordan.txt & Lebanon.txt for balance of region #under the rule of Egypt in 1836 #Damascus (328000/82000 POPS) 902 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 850 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 275 - } - - officers = { - culture = mashriqi - religion = sunni - size = 225 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 575 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 10000 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1000 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 825 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 43200 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 50 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 500 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1450 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 175 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 5500 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 14325 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1950 - } - - aristocrats = { - culture = mashriqi - religion = druze - size = 50 - } - - artisans = { - culture = mashriqi - religion = druze - size = 100 - } - - farmers = { - culture = mashriqi - religion = druze - size = 2000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 850 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 275 + } + + officers = { + culture = mashriqi + religion = sunni + size = 225 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 575 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 10000 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1000 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 825 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 43200 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 50 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 500 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1450 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 175 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 5500 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 14325 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1950 + } + + aristocrats = { + culture = mashriqi + religion = druze + size = 50 + } + + artisans = { + culture = mashriqi + religion = druze + size = 100 + } + + farmers = { + culture = mashriqi + religion = druze + size = 2000 + } } #Homs (80000/20000 POPS) # 45% Sunni, 40% Orthodox, 15% Shia 903 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 250 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 125 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 200 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 11175 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 50 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 100 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 4000 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 400 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 10575 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 250 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 125 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 200 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 11175 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 50 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 100 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 4000 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 400 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 10575 + } } #Hama (108000/27000 POPS) 904 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 300 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 150 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 800 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 275 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 14475 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 75 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 450 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 8475 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 100 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1875 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 300 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 150 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 800 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 275 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 14475 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 75 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 450 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 8475 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 100 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1875 + } } #Latakia (112000/28000 POPS) 905 = { - clergymen = { - culture = mashriqi - religion = shiite - size = 165 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1100 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 275 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 19225 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 200 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 200 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 35 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 200 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 3525 - } + clergymen = { + culture = mashriqi + religion = shiite + size = 165 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1100 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 275 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 19225 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 200 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 200 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 35 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 200 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 3525 + } } #Suwayda (12500/3125 POPS) 906 = { - aristocrats = { - culture = mashriqi - religion = druze - size = 50 - } - - clergymen = { - culture = mashriqi - religion = druze - size = 40 - } - - artisans = { - culture = mashriqi - religion = druze - size = 250 - } - - soldiers = { - culture = mashriqi - religion = druze - size = 60 - } - - farmers = { - culture = mashriqi - religion = druze - size = 1000 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 20 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 50 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 700 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2725 - } + aristocrats = { + culture = mashriqi + religion = druze + size = 50 + } + + clergymen = { + culture = mashriqi + religion = druze + size = 40 + } + + artisans = { + culture = mashriqi + religion = druze + size = 250 + } + + soldiers = { + culture = mashriqi + religion = druze + size = 60 + } + + farmers = { + culture = mashriqi + religion = druze + size = 1000 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 20 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 50 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 700 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2725 + } } #Badiyat al-Sham Region (444000) #see Jordan.txt, Iraq.txt & Saudi Arabia.txt for balance of region #under the "rule" of Egypt in 1836 #Palmyra (44000/11000 POPS) 907 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 15 - } - - officers = { - culture = mashriqi - religion = sunni - size = 5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 100 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 35 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 1770 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 8475 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 15 + } + + officers = { + culture = mashriqi + religion = sunni + size = 5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 100 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 35 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 1770 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 8475 + } } #Hasakah - Former Arlit (16000/4000 POPS) 1813 = { - farmers = { - culture = turkish - religion = sunni - size = 500 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 225 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 175 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 870 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 30 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 213 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 16488 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 63 - } - - artisans = { - culture = kurdish - religion = sunni - size = 300 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 6150 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 200 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 200 - } - - artisans = { - culture = assyrian - religion = catholic - size = 550 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1050 - } + farmers = { + culture = turkish + religion = sunni + size = 500 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 225 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 175 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 870 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 30 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 213 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 16488 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 63 + } + + artisans = { + culture = kurdish + religion = sunni + size = 300 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 6150 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 200 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 200 + } + + artisans = { + culture = assyrian + religion = catholic + size = 550 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1050 + } } diff --git a/HPM/history/pops/1836.1.1/Taiwan.txt b/HPM/history/pops/1836.1.1/Taiwan.txt index 8df91b69..11746453 100644 --- a/HPM/history/pops/1836.1.1/Taiwan.txt +++ b/HPM/history/pops/1836.1.1/Taiwan.txt @@ -1,266 +1,265 @@ -#Taiwan Region (2980000) -#under the rule of China in 1836 -#Tainan (1452000/363000 POPS) #now part of Taiwan +#Taiwan Region (2980000) +#under the rule of China in 1836 +#Tainan (1452000/363000 POPS) #now part of Taiwan 1485 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1525 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1325 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1325 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 121225 - } - - slaves = { - culture = nanfaren - religion = mahayana - size = 20000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 3500 - } - - clergymen = { - culture = min - religion = mahayana - size = 2500 - } - - artisans = { - culture = min - religion = mahayana - size = 10000 - } - - artisans = { - culture = min - religion = mahayana - size = 2500 - } - - soldiers = { - culture = min - religion = mahayana - size = 2500 - } - - farmers = { - culture = min - religion = mahayana - size = 165000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1525 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1325 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1325 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 121225 + } + + slaves = { + culture = nanfaren + religion = mahayana + size = 20000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 3500 + } + + clergymen = { + culture = min + religion = mahayana + size = 2500 + } + + artisans = { + culture = min + religion = mahayana + size = 10000 + } + + artisans = { + culture = min + religion = mahayana + size = 2500 + } + + soldiers = { + culture = min + religion = mahayana + size = 2500 + } + + farmers = { + culture = min + religion = mahayana + size = 165000 + } } -#Taitung (67k - 268k) #now part of Taiwan +#Taitung (67k - 268k) #now part of Taiwan 2562 = { - farmers = { - culture = asian_minor - religion = animist - size = 17000 - } - - slaves = { - culture = asian_minor - religion = animist - size = 20000 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 5000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 150 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - farmers = { - culture = min - religion = mahayana - size = 12925 - } + farmers = { + culture = asian_minor + religion = animist + size = 17000 + } + + slaves = { + culture = asian_minor + religion = animist + size = 20000 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 5000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 150 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + farmers = { + culture = min + religion = mahayana + size = 12925 + } } #Penghu (15K - 60 K POPS) #british trade post 1836 - old cocos island 2406 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 150 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - farmers = { - culture = min - religion = mahayana - size = 12925 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 150 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + farmers = { + culture = min + religion = mahayana + size = 12925 + } } #Taipei (1452000/363000 POPS) formerly 2681 - Kikkiaki in Russia.txt 2681 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 400 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 725 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1225 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6150 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1250 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 110625 - } - - aristocrats = { - culture = min - religion = mahayana - size = 3000 - } - - clergymen = { - culture = min - religion = mahayana - size = 2400 - } - - artisans = { - culture = min - religion = mahayana - size = 10000 - } - - artisans = { - culture = min - religion = mahayana - size = 2000 - } - - soldiers = { - culture = min - religion = mahayana - size = 2400 - } - - farmers = { - culture = min - religion = mahayana - size = 220200 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 50 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 400 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 725 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1225 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6150 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1250 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 110625 + } + + aristocrats = { + culture = min + religion = mahayana + size = 3000 + } + + clergymen = { + culture = min + religion = mahayana + size = 2400 + } + + artisans = { + culture = min + religion = mahayana + size = 10000 + } + + artisans = { + culture = min + religion = mahayana + size = 2000 + } + + soldiers = { + culture = min + religion = mahayana + size = 2400 + } + + farmers = { + culture = min + religion = mahayana + size = 220200 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 50 + } } - diff --git a/HPM/history/pops/1836.1.1/Tajikistan.txt b/HPM/history/pops/1836.1.1/Tajikistan.txt index b8b1ea9c..469ec122 100644 --- a/HPM/history/pops/1836.1.1/Tajikistan.txt +++ b/HPM/history/pops/1836.1.1/Tajikistan.txt @@ -1,191 +1,191 @@ -#Mawarannahr Region (200000) #see Kazakhstan.txt, Uzbekistan.txt, Kirghizstan.txt and Turkmenistan.txt for balance of region -#under the rule of Kokand in 1836 -#Khujand (200000/50000 POPS) #now part of Tajikistan +#Mawarannahr Region (200000) #see Kazakhstan.txt, Uzbekistan.txt, Kirghizstan.txt and Turkmenistan.txt for balance of region +#under the rule of Kokand in 1836 +#Khujand (200000/50000 POPS) #now part of Tajikistan 1201 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 775 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 400 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2000 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 400 - } - - farmers = { - culture = uzbek - religion = sunni - size = 36425 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 175 - } - - clergymen = { - culture = tajik - religion = sunni - size = 75 - } - - artisans = { - culture = tajik - religion = sunni - size = 500 - } - - soldiers = { - culture = tajik - religion = sunni - size = 100 - } - - farmers = { - culture = tajik - religion = sunni - size = 9150 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 775 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 400 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2000 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 400 + } + + farmers = { + culture = uzbek + religion = sunni + size = 36425 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 175 + } + + clergymen = { + culture = tajik + religion = sunni + size = 75 + } + + artisans = { + culture = tajik + religion = sunni + size = 500 + } + + soldiers = { + culture = tajik + religion = sunni + size = 100 + } + + farmers = { + culture = tajik + religion = sunni + size = 9150 + } } -#Badakhshan Region (212000) -#under the rule of Kokand in 1836 -#Kulob (120000/30000 POPS) +#Badakhshan Region (212000) +#under the rule of Kokand in 1836 +#Kulob (120000/30000 POPS) 1207 = { - aristocrats = { - culture = tajik - religion = sunni - size = 575 - } - - clergymen = { - culture = tajik - religion = sunni - size = 275 - } - - artisans = { - culture = tajik - religion = sunni - size = 1450 - } - - soldiers = { - culture = tajik - religion = sunni - size = 250 - } - - farmers = { - culture = tajik - religion = sunni - size = 27450 - } - - slaves = { - culture = tajik - religion = sunni - size = 2000 - } - - slaves = { - culture = uighur - religion = sunni - size = 4000 - } + aristocrats = { + culture = tajik + religion = sunni + size = 575 + } + + clergymen = { + culture = tajik + religion = sunni + size = 275 + } + + artisans = { + culture = tajik + religion = sunni + size = 1450 + } + + soldiers = { + culture = tajik + religion = sunni + size = 250 + } + + farmers = { + culture = tajik + religion = sunni + size = 27450 + } + + slaves = { + culture = tajik + religion = sunni + size = 2000 + } + + slaves = { + culture = uighur + religion = sunni + size = 4000 + } } -#Khorugh (92000/23000 POPS) +#Khorugh (92000/23000 POPS) 1208 = { - aristocrats = { - culture = tajik - religion = sunni - size = 350 - } - - bureaucrats = { - culture = tajik - religion = sunni - size = 150 - } - - clergymen = { - culture = tajik - religion = sunni - size = 175 - } - - artisans = { - culture = tajik - religion = sunni - size = 850 - } - - officers = { - culture = tajik - religion = sunni - size = 100 - } - - soldiers = { - culture = tajik - religion = sunni - size = 1000 - } - - farmers = { - culture = tajik - religion = sunni - size = 25450 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 75 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 75 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 175 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 500 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 3650 - } - - slaves = { - culture = uighur - religion = sunni - size = 5000 - } + aristocrats = { + culture = tajik + religion = sunni + size = 350 + } + + bureaucrats = { + culture = tajik + religion = sunni + size = 150 + } + + clergymen = { + culture = tajik + religion = sunni + size = 175 + } + + artisans = { + culture = tajik + religion = sunni + size = 850 + } + + officers = { + culture = tajik + religion = sunni + size = 100 + } + + soldiers = { + culture = tajik + religion = sunni + size = 1000 + } + + farmers = { + culture = tajik + religion = sunni + size = 25450 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 75 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 75 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 175 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 500 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 3650 + } + + slaves = { + culture = uighur + religion = sunni + size = 5000 + } } diff --git a/HPM/history/pops/1836.1.1/Tanzania.txt b/HPM/history/pops/1836.1.1/Tanzania.txt index 1b1655f9..c90496c6 100644 --- a/HPM/history/pops/1836.1.1/Tanzania.txt +++ b/HPM/history/pops/1836.1.1/Tanzania.txt @@ -2,1233 +2,1233 @@ #ruled by kingdom of Oman in 1836 #Dar es Salaam (220000/55000 POPS) 2036 = { - aristocrats = { - culture = swahili - religion = sunni - size = 950 - } - - bureaucrats = { - culture = swahili - religion = sunni - size = 75 - } - - officers = { - culture = swahili - religion = sunni - size = 125 - } - - clergymen = { - culture = swahili - religion = sunni - size = 525 - } - - artisans = { - culture = swahili - religion = sunni - size = 2000 - } - - soldiers = { - culture = swahili - religion = sunni - size = 500 - } - - farmers = { - culture = swahili - religion = sunni - size = 32825 - } - - slaves = { - culture = kilombero - religion = animist - size = 14000 - } - - aristocrats = { - culture = sukuma - religion = sunni - size = 50 - } - - clergymen = { - culture = sukuma - religion = sunni - size = 50 - } - - artisans = { - culture = sukuma - religion = sunni - size = 200 - } - - soldiers = { - culture = sukuma - religion = sunni - size = 50 - } - - farmers = { - culture = sukuma - religion = sunni - size = 3650 - } + aristocrats = { + culture = swahili + religion = sunni + size = 950 + } + + bureaucrats = { + culture = swahili + religion = sunni + size = 75 + } + + officers = { + culture = swahili + religion = sunni + size = 125 + } + + clergymen = { + culture = swahili + religion = sunni + size = 525 + } + + artisans = { + culture = swahili + religion = sunni + size = 2000 + } + + soldiers = { + culture = swahili + religion = sunni + size = 500 + } + + farmers = { + culture = swahili + religion = sunni + size = 46825 + } + + slaves = { + culture = kilombero + religion = animist + size = 14000 + } + + aristocrats = { + culture = sukuma + religion = sunni + size = 50 + } + + clergymen = { + culture = sukuma + religion = sunni + size = 50 + } + + artisans = { + culture = sukuma + religion = sunni + size = 200 + } + + soldiers = { + culture = sukuma + religion = sunni + size = 50 + } + + farmers = { + culture = sukuma + religion = sunni + size = 3650 + } } #Tanga (88000/22000 POPS) 2037 = { - aristocrats = { - culture = swahili - religion = sunni - size = 325 - } - - clergymen = { - culture = swahili - religion = sunni - size = 175 - } - - artisans = { - culture = swahili - religion = sunni - size = 725 - } - - soldiers = { - culture = swahili - religion = sunni - size = 175 - } - - farmers = { - culture = swahili - religion = sunni - size = 11600 - } - - slaves = { - culture = kilombero - religion = animist - size = 6000 - } - - aristocrats = { - culture = sukuma - religion = sunni - size = 50 - } - - clergymen = { - culture = sukuma - religion = sunni - size = 50 - } - - artisans = { - culture = sukuma - religion = sunni - size = 200 - } - - soldiers = { - culture = sukuma - religion = sunni - size = 50 - } - - farmers = { - culture = sukuma - religion = sunni - size = 2650 - } + aristocrats = { + culture = swahili + religion = sunni + size = 325 + } + + clergymen = { + culture = swahili + religion = sunni + size = 175 + } + + artisans = { + culture = swahili + religion = sunni + size = 725 + } + + soldiers = { + culture = swahili + religion = sunni + size = 175 + } + + farmers = { + culture = swahili + religion = sunni + size = 11600 + } + + slaves = { + culture = kilombero + religion = animist + size = 6000 + } + + aristocrats = { + culture = sukuma + religion = sunni + size = 50 + } + + clergymen = { + culture = sukuma + religion = sunni + size = 50 + } + + artisans = { + culture = sukuma + religion = sunni + size = 200 + } + + soldiers = { + culture = sukuma + religion = sunni + size = 50 + } + + farmers = { + culture = sukuma + religion = sunni + size = 2650 + } } #Kilwa (188000/47000 POPS) 2038 = { - aristocrats = { - culture = swahili - religion = sunni - size = 550 - } - - clergymen = { - culture = swahili - religion = sunni - size = 275 - } - - artisans = { - culture = swahili - religion = sunni - size = 1125 - } - - soldiers = { - culture = swahili - religion = sunni - size = 300 - } - - farmers = { - culture = swahili - religion = sunni - size = 14750 - } - - aristocrats = { - culture = yao - religion = animist - size = 350 - } - - clergymen = { - culture = yao - religion = animist - size = 200 - } - - artisans = { - culture = yao - religion = animist - size = 950 - } - - soldiers = { - culture = yao - religion = animist - size = 200 - } - - farmers = { - culture = yao - religion = animist - size = 17300 - } - - slaves = { - culture = yao - religion = animist - size = 10000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 550 + } + + clergymen = { + culture = swahili + religion = sunni + size = 275 + } + + artisans = { + culture = swahili + religion = sunni + size = 1125 + } + + soldiers = { + culture = swahili + religion = sunni + size = 300 + } + + farmers = { + culture = swahili + religion = sunni + size = 36750 + } + + aristocrats = { + culture = yao + religion = animist + size = 350 + } + + clergymen = { + culture = yao + religion = animist + size = 200 + } + + artisans = { + culture = yao + religion = animist + size = 950 + } + + soldiers = { + culture = yao + religion = animist + size = 200 + } + + farmers = { + culture = yao + religion = animist + size = 17300 + } + + slaves = { + culture = yao + religion = animist + size = 10000 + } } #Lindi (64000/16000 POPS) 2039 = { - aristocrats = { - culture = swahili - religion = sunni - size = 100 - } - aristocrats = { - culture = bedouin - religion = ibadi - size = 500 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 25 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = swahili - religion = sunni - size = 650 - } - - soldiers = { - culture = swahili - religion = sunni - size = 175 - } - - farmers = { - culture = swahili - religion = sunni - size = 10725 - } - - slaves = { - culture = yao - religion = animist - size = 4000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 100 + } + aristocrats = { + culture = bedouin + religion = ibadi + size = 500 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 25 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = swahili + religion = sunni + size = 650 + } + + soldiers = { + culture = swahili + religion = sunni + size = 175 + } + + farmers = { + culture = swahili + religion = sunni + size = 10725 + } + + slaves = { + culture = yao + religion = animist + size = 4000 + } } #Ruvuma-Rufiji Region (568000) #uncolonized in 1836 #Songea (136000/34000 POPS) 2040 = { - aristocrats = { - culture = yao - religion = sunni - size = 375 - } - - clergymen = { - culture = yao - religion = sunni - size = 200 - } - - artisans = { - culture = yao - religion = sunni - size = 800 - } - - soldiers = { - culture = yao - religion = sunni - size = 200 - } - - farmers = { - culture = yao - religion = sunni - size = 15425 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 225 - } - - clergymen = { - culture = nyasa - religion = animist - size = 125 - } - - artisans = { - culture = nyasa - religion = animist - size = 600 - } - - soldiers = { - culture = nyasa - religion = animist - size = 125 - } - - farmers = { - culture = nyasa - religion = animist - size = 10925 - } - - slaves = { - culture = nyasa - religion = animist - size = 3000 - } - - slaves = { - culture = chewa - religion = animist - size = 2000 - } + aristocrats = { + culture = yao + religion = sunni + size = 375 + } + + clergymen = { + culture = yao + religion = sunni + size = 200 + } + + artisans = { + culture = yao + religion = sunni + size = 800 + } + + soldiers = { + culture = yao + religion = sunni + size = 200 + } + + farmers = { + culture = yao + religion = sunni + size = 15425 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 225 + } + + clergymen = { + culture = nyasa + religion = animist + size = 125 + } + + artisans = { + culture = nyasa + religion = animist + size = 600 + } + + soldiers = { + culture = nyasa + religion = animist + size = 125 + } + + farmers = { + culture = nyasa + religion = animist + size = 10925 + } + + slaves = { + culture = nyasa + religion = animist + size = 3000 + } + + slaves = { + culture = chewa + religion = animist + size = 2000 + } } #Masasi (132000/33000 POPS) 2041 = { - aristocrats = { - culture = yao - religion = sunni - size = 475 - } - - clergymen = { - culture = yao - religion = sunni - size = 250 - } - - artisans = { - culture = yao - religion = sunni - size = 1100 - } - - soldiers = { - culture = yao - religion = sunni - size = 250 - } - - farmers = { - culture = yao - religion = sunni - size = 15125 - } - - aristocrats = { - culture = makua - religion = animist - size = 150 - } - - clergymen = { - culture = makua - religion = animist - size = 75 - } - - artisans = { - culture = makua - religion = animist - size = 400 - } - - soldiers = { - culture = makua - religion = animist - size = 75 - } - - farmers = { - culture = makua - religion = animist - size = 7275 - } - - slaves = { - culture = makua - religion = animist - size = 8000 - } + aristocrats = { + culture = yao + religion = sunni + size = 475 + } + + clergymen = { + culture = yao + religion = sunni + size = 250 + } + + artisans = { + culture = yao + religion = sunni + size = 1100 + } + + soldiers = { + culture = yao + religion = sunni + size = 250 + } + + farmers = { + culture = yao + religion = sunni + size = 15125 + } + + aristocrats = { + culture = makua + religion = animist + size = 150 + } + + clergymen = { + culture = makua + religion = animist + size = 75 + } + + artisans = { + culture = makua + religion = animist + size = 400 + } + + soldiers = { + culture = makua + religion = animist + size = 75 + } + + farmers = { + culture = makua + religion = animist + size = 7275 + } + + slaves = { + culture = makua + religion = animist + size = 8000 + } } #Iringa (300000/75000 POPS) 2042 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 375 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 200 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 800 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 200 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 13225 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 450 - } - - clergymen = { - culture = nyasa - religion = animist - size = 225 - } - - artisans = { - culture = nyasa - religion = animist - size = 1150 - } - - soldiers = { - culture = nyasa - religion = animist - size = 225 - } - - farmers = { - culture = nyasa - religion = animist - size = 20950 - } - - slaves = { - culture = nyasa - religion = animist - size = 13000 - } - - aristocrats = { - culture = nyasa - religion = sunni - size = 100 - } - - clergymen = { - culture = nyasa - religion = sunni - size = 100 - } - - artisans = { - culture = nyasa - religion = sunni - size = 200 - } - - soldiers = { - culture = nyasa - religion = sunni - size = 100 - } - - farmers = { - culture = nyasa - religion = sunni - size = 3650 - } - - aristocrats = { - culture = yao - religion = animist - size = 525 - } - - clergymen = { - culture = yao - religion = animist - size = 275 - } - - artisans = { - culture = yao - religion = animist - size = 1100 - } - - soldiers = { - culture = yao - religion = animist - size = 275 - } - - farmers = { - culture = yao - religion = animist - size = 17825 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 375 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 200 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 800 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 200 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 13225 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 450 + } + + clergymen = { + culture = nyasa + religion = animist + size = 225 + } + + artisans = { + culture = nyasa + religion = animist + size = 1150 + } + + soldiers = { + culture = nyasa + religion = animist + size = 225 + } + + farmers = { + culture = nyasa + religion = animist + size = 20950 + } + + slaves = { + culture = nyasa + religion = animist + size = 13000 + } + + aristocrats = { + culture = nyasa + religion = sunni + size = 100 + } + + clergymen = { + culture = nyasa + religion = sunni + size = 100 + } + + artisans = { + culture = nyasa + religion = sunni + size = 200 + } + + soldiers = { + culture = nyasa + religion = sunni + size = 100 + } + + farmers = { + culture = nyasa + religion = sunni + size = 3650 + } + + aristocrats = { + culture = yao + religion = animist + size = 525 + } + + clergymen = { + culture = yao + religion = animist + size = 275 + } + + artisans = { + culture = yao + religion = animist + size = 1100 + } + + soldiers = { + culture = yao + religion = animist + size = 275 + } + + farmers = { + culture = yao + religion = animist + size = 17825 + } } #Tanganyikia Region (1276000) #uncolonized in 1836/dominated by the Unyamwezi #Tabora (260000/65000 POPS) 2043 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 1075 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 550 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 2200 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 550 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 37625 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 150 - } - - clergymen = { - culture = kilombero - religion = animist - size = 100 - } - - artisans = { - culture = kilombero - religion = animist - size = 350 - } - - soldiers = { - culture = kilombero - religion = animist - size = 100 - } - - farmers = { - culture = kilombero - religion = animist - size = 6325 - } - - slaves = { - culture = kilombero - religion = animist - size = 7000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 100 - } - - clergymen = { - culture = sukuma - religion = animist - size = 100 - } - - artisans = { - culture = sukuma - religion = animist - size = 150 - } - - soldiers = { - culture = sukuma - religion = animist - size = 100 - } - - farmers = { - culture = sukuma - religion = animist - size = 2700 - } - - slaves = { - culture = sukuma - religion = animist - size = 6000 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 1075 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 550 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 2200 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 550 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 37625 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 150 + } + + clergymen = { + culture = kilombero + religion = animist + size = 100 + } + + artisans = { + culture = kilombero + religion = animist + size = 350 + } + + soldiers = { + culture = kilombero + religion = animist + size = 100 + } + + farmers = { + culture = kilombero + religion = animist + size = 6325 + } + + slaves = { + culture = kilombero + religion = animist + size = 7000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 100 + } + + clergymen = { + culture = sukuma + religion = animist + size = 100 + } + + artisans = { + culture = sukuma + religion = animist + size = 150 + } + + soldiers = { + culture = sukuma + religion = animist + size = 100 + } + + farmers = { + culture = sukuma + religion = animist + size = 2700 + } + + slaves = { + culture = sukuma + religion = animist + size = 6000 + } } #Mwanza (368000/92000 POPS) 2044 = { - aristocrats = { - culture = luo - religion = animist - size = 475 - } - - clergymen = { - culture = luo - religion = animist - size = 250 - } - - artisans = { - culture = luo - religion = animist - size = 1100 - } - - soldiers = { - culture = luo - religion = animist - size = 250 - } - - farmers = { - culture = luo - religion = animist - size = 9025 - } - - aristocrats = { - culture = unyamwezi - religion = animist - size = 275 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 150 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 600 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 150 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 3825 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 24000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 925 - } - - clergymen = { - culture = sukuma - religion = animist - size = 475 - } - - artisans = { - culture = sukuma - religion = animist - size = 2350 - } - - soldiers = { - culture = sukuma - religion = animist - size = 475 - } - - farmers = { - culture = sukuma - religion = animist - size = 42775 - } - - aristocrats = { - culture = ruanda - religion = animist - size = 10 - } - - clergymen = { - culture = ruanda - religion = animist - size = 25 - } - - artisans = { - culture = ruanda - religion = animist - size = 50 - } - - soldiers = { - culture = ruanda - religion = animist - size = 15 - } - - farmers = { - culture = ruanda - religion = animist - size = 900 - } - - aristocrats = { - culture = ruanda - religion = animist - size = 50 - } - - clergymen = { - culture = ruanda - religion = animist - size = 75 - } - - artisans = { - culture = ruanda - religion = animist - size = 150 - } - - soldiers = { - culture = ruanda - religion = animist - size = 25 - } - - farmers = { - culture = ruanda - religion = animist - size = 2700 - } + aristocrats = { + culture = luo + religion = animist + size = 475 + } + + clergymen = { + culture = luo + religion = animist + size = 250 + } + + artisans = { + culture = luo + religion = animist + size = 1100 + } + + soldiers = { + culture = luo + religion = animist + size = 250 + } + + farmers = { + culture = luo + religion = animist + size = 9025 + } + + aristocrats = { + culture = unyamwezi + religion = animist + size = 275 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 150 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 600 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 150 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 3825 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 24000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 925 + } + + clergymen = { + culture = sukuma + religion = animist + size = 475 + } + + artisans = { + culture = sukuma + religion = animist + size = 2350 + } + + soldiers = { + culture = sukuma + religion = animist + size = 475 + } + + farmers = { + culture = sukuma + religion = animist + size = 42775 + } + + aristocrats = { + culture = ruanda + religion = animist + size = 10 + } + + clergymen = { + culture = ruanda + religion = animist + size = 25 + } + + artisans = { + culture = ruanda + religion = animist + size = 50 + } + + soldiers = { + culture = ruanda + religion = animist + size = 15 + } + + farmers = { + culture = ruanda + religion = animist + size = 900 + } + + aristocrats = { + culture = ruanda + religion = animist + size = 50 + } + + clergymen = { + culture = ruanda + religion = animist + size = 75 + } + + artisans = { + culture = ruanda + religion = animist + size = 150 + } + + soldiers = { + culture = ruanda + religion = animist + size = 25 + } + + farmers = { + culture = ruanda + religion = animist + size = 2700 + } } #Morogoro (232000/58000 POPS) 2045 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 675 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 350 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 1400 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 350 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 20225 - } - - aristocrats = { - culture = swahili - religion = sunni - size = 100 - } - - clergymen = { - culture = swahili - religion = sunni - size = 50 - } - - artisans = { - culture = swahili - religion = sunni - size = 250 - } - - soldiers = { - culture = swahili - religion = sunni - size = 75 - } - - farmers = { - culture = swahili - religion = sunni - size = 3525 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 275 - } - - clergymen = { - culture = kilombero - religion = animist - size = 150 - } - - artisans = { - culture = kilombero - religion = animist - size = 700 - } - - soldiers = { - culture = kilombero - religion = animist - size = 150 - } - - farmers = { - culture = kilombero - religion = animist - size = 12825 - } - - slaves = { - culture = kilombero - religion = animist - size = 14000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 50 - } - - clergymen = { - culture = sukuma - religion = animist - size = 75 - } - - artisans = { - culture = sukuma - religion = animist - size = 150 - } - - soldiers = { - culture = sukuma - religion = animist - size = 25 - } - - farmers = { - culture = sukuma - religion = animist - size = 2700 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 675 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 350 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 1400 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 350 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 20225 + } + + aristocrats = { + culture = swahili + religion = sunni + size = 100 + } + + clergymen = { + culture = swahili + religion = sunni + size = 50 + } + + artisans = { + culture = swahili + religion = sunni + size = 250 + } + + soldiers = { + culture = swahili + religion = sunni + size = 75 + } + + farmers = { + culture = swahili + religion = sunni + size = 3525 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 275 + } + + clergymen = { + culture = kilombero + religion = animist + size = 150 + } + + artisans = { + culture = kilombero + religion = animist + size = 700 + } + + soldiers = { + culture = kilombero + religion = animist + size = 150 + } + + farmers = { + culture = kilombero + religion = animist + size = 12825 + } + + slaves = { + culture = kilombero + religion = animist + size = 14000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 50 + } + + clergymen = { + culture = sukuma + religion = animist + size = 75 + } + + artisans = { + culture = sukuma + religion = animist + size = 150 + } + + soldiers = { + culture = sukuma + religion = animist + size = 25 + } + + farmers = { + culture = sukuma + religion = animist + size = 2700 + } } #Ujiji (336000/84000 POPS) 2046 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 1075 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 550 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 2200 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 550 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 31425 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 475 - } - - clergymen = { - culture = nyasa - religion = animist - size = 250 - } - - artisans = { - culture = nyasa - religion = animist - size = 1250 - } - - soldiers = { - culture = nyasa - religion = animist - size = 250 - } - - farmers = { - culture = nyasa - religion = animist - size = 22775 - } - - slaves = { - culture = nyasa - religion = animist - size = 12000 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 3650 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 1075 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 550 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 2200 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 550 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 31425 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 475 + } + + clergymen = { + culture = nyasa + religion = animist + size = 250 + } + + artisans = { + culture = nyasa + religion = animist + size = 1250 + } + + soldiers = { + culture = nyasa + religion = animist + size = 250 + } + + farmers = { + culture = nyasa + religion = animist + size = 22775 + } + + slaves = { + culture = nyasa + religion = animist + size = 12000 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 3650 + } } #Arusha (80000/20000 POPS) 2047 = { - aristocrats = { - culture = sukuma - religion = animist - size = 100 - } - - clergymen = { - culture = sukuma - religion = animist - size = 50 - } - - artisans = { - culture = sukuma - religion = animist - size = 300 - } - - soldiers = { - culture = sukuma - religion = animist - size = 75 - } - - farmers = { - culture = sukuma - religion = animist - size = 5475 - } - - aristocrats = { - culture = maasai - religion = animist - size = 125 - } - - clergymen = { - culture = maasai - religion = animist - size = 75 - } - - artisans = { - culture = maasai - religion = animist - size = 400 - } - - soldiers = { - culture = maasai - religion = animist - size = 100 - } - - farmers = { - culture = maasai - religion = animist - size = 7275 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 100 - } - - clergymen = { - culture = kilombero - religion = animist - size = 100 - } - - artisans = { - culture = kilombero - religion = animist - size = 300 - } - - soldiers = { - culture = kilombero - religion = animist - size = 75 - } - - farmers = { - culture = kilombero - religion = animist - size = 5475 - } - - slaves = { - culture = cushitic - religion = sunni - size = 2000 - } + aristocrats = { + culture = sukuma + religion = animist + size = 100 + } + + clergymen = { + culture = sukuma + religion = animist + size = 50 + } + + artisans = { + culture = sukuma + religion = animist + size = 300 + } + + soldiers = { + culture = sukuma + religion = animist + size = 75 + } + + farmers = { + culture = sukuma + religion = animist + size = 5475 + } + + aristocrats = { + culture = maasai + religion = animist + size = 125 + } + + clergymen = { + culture = maasai + religion = animist + size = 75 + } + + artisans = { + culture = maasai + religion = animist + size = 400 + } + + soldiers = { + culture = maasai + religion = animist + size = 100 + } + + farmers = { + culture = maasai + religion = animist + size = 7275 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 100 + } + + clergymen = { + culture = kilombero + religion = animist + size = 100 + } + + artisans = { + culture = kilombero + religion = animist + size = 300 + } + + soldiers = { + culture = kilombero + religion = animist + size = 75 + } + + farmers = { + culture = kilombero + religion = animist + size = 5475 + } + + slaves = { + culture = cushitic + religion = sunni + size = 2000 + } } #Zanzibar Region (156000) #ruled by Oman in 1836 #Zanzibar (156000/39000 POPS) 2048 = { - aristocrats = { - culture = swahili - religion = sunni - size = 250 - } - - clergymen = { - culture = swahili - religion = sunni - size = 125 - } - - artisans = { - culture = swahili - religion = sunni - size = 525 - } - - soldiers = { - culture = swahili - religion = sunni - size = 1100 - } - - farmers = { - culture = swahili - religion = sunni - size = 7100 - } - - aristocrats = { - culture = bedouin - religion = ibadi - size = 150 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 75 - } - - officers = { - culture = bedouin - religion = ibadi - size = 75 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 200 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 450 - } - - aristocrats = { - culture = kilombero - religion = sunni - size = 400 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 200 - } - - artisans = { - culture = kilombero - religion = sunni - size = 1050 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 225 - } - - farmers = { - culture = kilombero - religion = sunni - size = 19125 - } - - slaves = { - culture = kilombero - religion = animist - size = 8000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 250 + } + + clergymen = { + culture = swahili + religion = sunni + size = 125 + } + + artisans = { + culture = swahili + religion = sunni + size = 525 + } + + soldiers = { + culture = swahili + religion = sunni + size = 1100 + } + + farmers = { + culture = swahili + religion = sunni + size = 7100 + } + + aristocrats = { + culture = bedouin + religion = ibadi + size = 150 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 75 + } + + officers = { + culture = bedouin + religion = ibadi + size = 75 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 200 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 450 + } + + aristocrats = { + culture = kilombero + religion = sunni + size = 400 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 200 + } + + artisans = { + culture = kilombero + religion = sunni + size = 1050 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 225 + } + + farmers = { + culture = kilombero + religion = sunni + size = 19125 + } + + slaves = { + culture = kilombero + religion = animist + size = 8000 + } } diff --git a/HPM/history/pops/1836.1.1/Thailand.txt b/HPM/history/pops/1836.1.1/Thailand.txt index 4b08224c..79f84181 100644 --- a/HPM/history/pops/1836.1.1/Thailand.txt +++ b/HPM/history/pops/1836.1.1/Thailand.txt @@ -2,1122 +2,1122 @@ #under the rule of Siam in 1836 #Bangkok (1108000/277000 POPS) 1346 = { - aristocrats = { - culture = thai - religion = theravada - size = 4500 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 375 - } - - officers = { - culture = thai - religion = theravada - size = 475 - } - - clergymen = { - culture = thai - religion = theravada - size = 2375 - } - - artisans = { - culture = thai - religion = theravada - size = 10000 - } - - artisans = { - culture = thai - religion = theravada - size = 1100 - } - - soldiers = { - culture = thai - religion = theravada - size = 2250 - } - - farmers = { - culture = thai - religion = theravada - size = 183025 - } - - slaves = { - culture = thai - religion = theravada - size = 30000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 750 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 200 - } - - officers = { - culture = yue - religion = mahayana - size = 75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 525 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000 - } - - artisans = { - culture = yue - religion = mahayana - size = 3000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 575 - } - - farmers = { - culture = yue - religion = mahayana - size = 21875 - } + aristocrats = { + culture = thai + religion = theravada + size = 4500 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 375 + } + + officers = { + culture = thai + religion = theravada + size = 475 + } + + clergymen = { + culture = thai + religion = theravada + size = 2375 + } + + artisans = { + culture = thai + religion = theravada + size = 10000 + } + + artisans = { + culture = thai + religion = theravada + size = 1100 + } + + soldiers = { + culture = thai + religion = theravada + size = 2250 + } + + farmers = { + culture = thai + religion = theravada + size = 153025 + } + + slaves = { + culture = thai + religion = theravada + size = 30000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 750 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 200 + } + + officers = { + culture = yue + religion = mahayana + size = 75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 525 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000 + } + + artisans = { + culture = yue + religion = mahayana + size = 3000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 575 + } + + farmers = { + culture = yue + religion = mahayana + size = 21875 + } } #Lopburi (324000/81000 POPS) 1347 = { - aristocrats = { - culture = thai - religion = theravada - size = 1575 - } - - clergymen = { - culture = thai - religion = theravada - size = 825 - } - - artisans = { - culture = thai - religion = theravada - size = 4000 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 70600 - } - - slaves = { - culture = thai - religion = theravada - size = 8000 - } + aristocrats = { + culture = thai + religion = theravada + size = 1575 + } + + clergymen = { + culture = thai + religion = theravada + size = 825 + } + + artisans = { + culture = thai + religion = theravada + size = 4000 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 70600 + } + + slaves = { + culture = thai + religion = theravada + size = 8000 + } } #Nakhon Sawan (188000/47000 POPS) 1348 = { - aristocrats = { - culture = thai - religion = theravada - size = 800 - } - - clergymen = { - culture = thai - religion = theravada - size = 400 - } - - artisans = { - culture = thai - religion = theravada - size = 1500 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 37300 - } - - slaves = { - culture = thai - religion = theravada - size = 3000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1250 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 1650 - } + aristocrats = { + culture = thai + religion = theravada + size = 800 + } + + clergymen = { + culture = thai + religion = theravada + size = 400 + } + + artisans = { + culture = thai + religion = theravada + size = 1500 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 47300 + } + + slaves = { + culture = thai + religion = theravada + size = 3000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1250 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 1650 + } } #Sukothai (136000/34000 POPS) 1349 = { - aristocrats = { - culture = thai - religion = theravada - size = 650 - } - - clergymen = { - culture = thai - religion = theravada - size = 350 - } - - artisans = { - culture = thai - religion = theravada - size = 1700 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 29900 - } + aristocrats = { + culture = thai + religion = theravada + size = 650 + } + + clergymen = { + culture = thai + religion = theravada + size = 350 + } + + artisans = { + culture = thai + religion = theravada + size = 1700 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 29900 + } } #Nakhon Ratchasima (160000/40000 POPS) 1350 = { - aristocrats = { - culture = thai - religion = theravada - size = 800 - } - - clergymen = { - culture = thai - religion = theravada - size = 425 - } - - artisans = { - culture = thai - religion = theravada - size = 2000 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 35775 - } + aristocrats = { + culture = thai + religion = theravada + size = 800 + } + + clergymen = { + culture = thai + religion = theravada + size = 425 + } + + artisans = { + culture = thai + religion = theravada + size = 2000 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 35775 + } } #Prachin Buri (164000/41000 POPS) 1351 = { - aristocrats = { - culture = thai - religion = theravada - size = 575 - } - - clergymen = { - culture = thai - religion = theravada - size = 300 - } - - artisans = { - culture = thai - religion = theravada - size = 1400 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 27725 - } - - slaves = { - culture = thai - religion = theravada - size = 1100 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 2000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 6725 - } + aristocrats = { + culture = thai + religion = theravada + size = 575 + } + + clergymen = { + culture = thai + religion = theravada + size = 300 + } + + artisans = { + culture = thai + religion = theravada + size = 1400 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 27725 + } + + slaves = { + culture = thai + religion = theravada + size = 1100 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 2000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 6725 + } } #Kra Region (492000) #under the rule of Siam in 1836 #Phuket (124000/31000 POPS) 1352 = { - aristocrats = { - culture = thai - religion = theravada - size = 450 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 100 - } - - officers = { - culture = thai - religion = theravada - size = 100 - } - - clergymen = { - culture = thai - religion = theravada - size = 225 - } - - artisans = { - culture = thai - religion = theravada - size = 1050 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 20025 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1100 - } - - soldiers = { - culture = yue - religion = mahayana - size = 50 - } - - farmers = { - culture = yue - religion = mahayana - size = 3825 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25 - } - - clergymen = { - culture = malay - religion = sunni - size = 50 - } - - artisans = { - culture = malay - religion = sunni - size = 150 - } - - soldiers = { - culture = malay - religion = sunni - size = 25 - } - - farmers = { - culture = malay - religion = sunni - size = 2750 - } + aristocrats = { + culture = thai + religion = theravada + size = 450 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 100 + } + + officers = { + culture = thai + religion = theravada + size = 100 + } + + clergymen = { + culture = thai + religion = theravada + size = 225 + } + + artisans = { + culture = thai + religion = theravada + size = 1050 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 20025 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1100 + } + + soldiers = { + culture = yue + religion = mahayana + size = 50 + } + + farmers = { + culture = yue + religion = mahayana + size = 3825 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25 + } + + clergymen = { + culture = malay + religion = sunni + size = 50 + } + + artisans = { + culture = malay + religion = sunni + size = 150 + } + + soldiers = { + culture = malay + religion = sunni + size = 25 + } + + farmers = { + culture = malay + religion = sunni + size = 2750 + } } #Ratchaburi (172000/43000 POPS) 1353 = { - aristocrats = { - culture = thai - religion = theravada - size = 700 - } - - clergymen = { - culture = thai - religion = theravada - size = 350 - } - - artisans = { - culture = thai - religion = theravada - size = 1800 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 33150 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 125 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 75 - } - - farmers = { - culture = yue - religion = mahayana - size = 5225 - } + aristocrats = { + culture = thai + religion = theravada + size = 700 + } + + clergymen = { + culture = thai + religion = theravada + size = 350 + } + + artisans = { + culture = thai + religion = theravada + size = 1800 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 43150 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 125 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 75 + } + + farmers = { + culture = yue + religion = mahayana + size = 5225 + } } #Nakhon Si Thammanet (196000/49000 POPS) 1354 = { - aristocrats = { - culture = thai - religion = theravada - size = 625 - } - - clergymen = { - culture = thai - religion = theravada - size = 325 - } - - artisans = { - culture = thai - religion = theravada - size = 1300 - } - - soldiers = { - culture = thai - religion = theravada - size = 1100 - } - - farmers = { - culture = thai - religion = theravada - size = 28800 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1275 - } - - soldiers = { - culture = yue - religion = mahayana - size = 50 - } - - slaves = { - culture = yue - religion = mahayana - size = 3550 - } - - aristocrats = { - culture = malay - religion = sunni - size = 200 - } - - clergymen = { - culture = malay - religion = sunni - size = 125 - } - - artisans = { - culture = malay - religion = sunni - size = 600 - } - - soldiers = { - culture = malay - religion = sunni - size = 100 - } - - farmers = { - culture = malay - religion = sunni - size = 10975 - } + aristocrats = { + culture = thai + religion = theravada + size = 625 + } + + clergymen = { + culture = thai + religion = theravada + size = 325 + } + + artisans = { + culture = thai + religion = theravada + size = 1300 + } + + soldiers = { + culture = thai + religion = theravada + size = 1100 + } + + farmers = { + culture = thai + religion = theravada + size = 42800 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1275 + } + + soldiers = { + culture = yue + religion = mahayana + size = 50 + } + + slaves = { + culture = yue + religion = mahayana + size = 3550 + } + + aristocrats = { + culture = malay + religion = sunni + size = 200 + } + + clergymen = { + culture = malay + religion = sunni + size = 125 + } + + artisans = { + culture = malay + religion = sunni + size = 600 + } + + soldiers = { + culture = malay + religion = sunni + size = 100 + } + + farmers = { + culture = malay + religion = sunni + size = 10975 + } } #Shan Region (600000) #under the rule of Siam in 1836 #Chiang Mai (332000/83000 POPS) 1355 = { - aristocrats = { - culture = thai - religion = theravada - size = 550 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 125 - } - - officers = { - culture = thai - religion = theravada - size = 75 - } - - clergymen = { - culture = thai - religion = theravada - size = 325 - } - - artisans = { - culture = thai - religion = theravada - size = 1600 - } - - soldiers = { - culture = thai - religion = theravada - size = 325 - } - - farmers = { - culture = thai - religion = theravada - size = 28725 - } - - aristocrats = { - culture = shan - religion = theravada - size = 1425 - } - - officers = { - culture = shan - religion = theravada - size = 75 - } - - clergymen = { - culture = shan - religion = theravada - size = 500 - } - - artisans = { - culture = shan - religion = theravada - size = 2550 - } - - soldiers = { - culture = shan - religion = theravada - size = 525 - } - - farmers = { - culture = shan - religion = theravada - size = 46250 - } - - slaves = { - culture = burmese - religion = theravada - size = 7000 - } + aristocrats = { + culture = thai + religion = theravada + size = 550 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 125 + } + + officers = { + culture = thai + religion = theravada + size = 75 + } + + clergymen = { + culture = thai + religion = theravada + size = 325 + } + + artisans = { + culture = thai + religion = theravada + size = 1600 + } + + soldiers = { + culture = thai + religion = theravada + size = 325 + } + + farmers = { + culture = thai + religion = theravada + size = 28725 + } + + aristocrats = { + culture = shan + religion = theravada + size = 1425 + } + + officers = { + culture = shan + religion = theravada + size = 75 + } + + clergymen = { + culture = shan + religion = theravada + size = 500 + } + + artisans = { + culture = shan + religion = theravada + size = 2550 + } + + soldiers = { + culture = shan + religion = theravada + size = 525 + } + + farmers = { + culture = shan + religion = theravada + size = 46250 + } + + slaves = { + culture = burmese + religion = theravada + size = 7000 + } } #Nan (268000/67000 POPS) 2572 = { - aristocrats = { - culture = thai - religion = theravada - size = 400 - } - - clergymen = { - culture = thai - religion = theravada - size = 225 - } - - artisans = { - culture = thai - religion = theravada - size = 1100 - } - - soldiers = { - culture = thai - religion = theravada - size = 225 - } - - farmers = { - culture = thai - religion = theravada - size = 20050 - } - - aristocrats = { - culture = shan - religion = theravada - size = 425 - } - - clergymen = { - culture = shan - religion = theravada - size = 200 - } - - artisans = { - culture = shan - religion = theravada - size = 1150 - } - - soldiers = { - culture = shan - religion = theravada - size = 250 - } - - farmers = { - culture = shan - religion = theravada - size = 21075 - } - - aristocrats = { - culture = lao - religion = theravada - size = 375 - } - - clergymen = { - culture = lao - religion = theravada - size = 200 - } - - artisans = { - culture = lao - religion = theravada - size = 1100 - } - - soldiers = { - culture = lao - religion = theravada - size = 225 - } - - farmers = { - culture = lao - religion = theravada - size = 20200 - } + aristocrats = { + culture = thai + religion = theravada + size = 400 + } + + clergymen = { + culture = thai + religion = theravada + size = 225 + } + + artisans = { + culture = thai + religion = theravada + size = 1100 + } + + soldiers = { + culture = thai + religion = theravada + size = 225 + } + + farmers = { + culture = thai + religion = theravada + size = 20050 + } + + aristocrats = { + culture = shan + religion = theravada + size = 425 + } + + clergymen = { + culture = shan + religion = theravada + size = 200 + } + + artisans = { + culture = shan + religion = theravada + size = 1150 + } + + soldiers = { + culture = shan + religion = theravada + size = 250 + } + + farmers = { + culture = shan + religion = theravada + size = 21075 + } + + aristocrats = { + culture = lao + religion = theravada + size = 375 + } + + clergymen = { + culture = lao + religion = theravada + size = 200 + } + + artisans = { + culture = lao + religion = theravada + size = 1100 + } + + soldiers = { + culture = lao + religion = theravada + size = 225 + } + + farmers = { + culture = lao + religion = theravada + size = 20200 + } } #Laos Region (776000) #under the rule of Siam in 1836 -#Udon Thani (596000/149000 POPS) #now part of Thailand +#Udon Thani (596000/149000 POPS) #now part of Thailand 1358 = { - aristocrats = { - culture = thai - religion = theravada - size = 400 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 150 - } - - officers = { - culture = thai - religion = theravada - size = 200 - } - - clergymen = { - culture = thai - religion = theravada - size = 225 - } - - artisans = { - culture = thai - religion = theravada - size = 1050 - } - - soldiers = { - culture = thai - religion = theravada - size = 225 - } - - farmers = { - culture = thai - religion = theravada - size = 21025 - } - - aristocrats = { - culture = lao - religion = theravada - size = 2500 - } - - clergymen = { - culture = lao - religion = theravada - size = 1300 - } - - artisans = { - culture = lao - religion = theravada - size = 6400 - } - - soldiers = { - culture = lao - religion = theravada - size = 1200 - } - - farmers = { - culture = lao - religion = theravada - size = 97600 - } - - slaves = { - culture = lao - religion = theravada - size = 15000 - } + aristocrats = { + culture = thai + religion = theravada + size = 400 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 150 + } + + officers = { + culture = thai + religion = theravada + size = 200 + } + + clergymen = { + culture = thai + religion = theravada + size = 225 + } + + artisans = { + culture = thai + religion = theravada + size = 1050 + } + + soldiers = { + culture = thai + religion = theravada + size = 225 + } + + farmers = { + culture = thai + religion = theravada + size = 21025 + } + + aristocrats = { + culture = lao + religion = theravada + size = 2500 + } + + clergymen = { + culture = lao + religion = theravada + size = 1300 + } + + artisans = { + culture = lao + religion = theravada + size = 6400 + } + + soldiers = { + culture = lao + religion = theravada + size = 1200 + } + + farmers = { + culture = lao + religion = theravada + size = 97600 + } + + slaves = { + culture = lao + religion = theravada + size = 15000 + } } -#Sisaket (180000/45000 POPS) #now part of Thailand +#Sisaket (180000/45000 POPS) #now part of Thailand 1359 = { - aristocrats = { - culture = thai - religion = theravada - size = 425 - } - - clergymen = { - culture = thai - religion = theravada - size = 225 - } - - artisans = { - culture = thai - religion = theravada - size = 1150 - } - - soldiers = { - culture = thai - religion = theravada - size = 250 - } - - farmers = { - culture = thai - religion = theravada - size = 20950 - } - - aristocrats = { - culture = lao - religion = theravada - size = 325 - } - - clergymen = { - culture = lao - religion = theravada - size = 175 - } - - artisans = { - culture = lao - religion = theravada - size = 875 - } - - soldiers = { - culture = lao - religion = theravada - size = 175 - } - - farmers = { - culture = lao - religion = theravada - size = 17450 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 25 - } - - clergymen = { - culture = khmer - religion = theravada - size = 50 - } - - artisans = { - culture = khmer - religion = theravada - size = 150 - } - - soldiers = { - culture = khmer - religion = theravada - size = 25 - } - - farmers = { - culture = khmer - religion = theravada - size = 2750 - } + aristocrats = { + culture = thai + religion = theravada + size = 425 + } + + clergymen = { + culture = thai + religion = theravada + size = 225 + } + + artisans = { + culture = thai + religion = theravada + size = 1150 + } + + soldiers = { + culture = thai + religion = theravada + size = 250 + } + + farmers = { + culture = thai + religion = theravada + size = 20950 + } + + aristocrats = { + culture = lao + religion = theravada + size = 325 + } + + clergymen = { + culture = lao + religion = theravada + size = 175 + } + + artisans = { + culture = lao + religion = theravada + size = 875 + } + + soldiers = { + culture = lao + religion = theravada + size = 175 + } + + farmers = { + culture = lao + religion = theravada + size = 17450 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 25 + } + + clergymen = { + culture = khmer + religion = theravada + size = 50 + } + + artisans = { + culture = khmer + religion = theravada + size = 150 + } + + soldiers = { + culture = khmer + religion = theravada + size = 25 + } + + farmers = { + culture = khmer + religion = theravada + size = 2750 + } } #Cambodia Region (72000) #under the rule of Siam in 1836 -#Chanthaburi (72000/18000 POPS) #now part of Thailand +#Chanthaburi (72000/18000 POPS) #now part of Thailand 1365 = { - aristocrats = { - culture = thai - religion = theravada - size = 75 - } - - clergymen = { - culture = thai - religion = theravada - size = 50 - } - - artisans = { - culture = thai - religion = theravada - size = 225 - } - - soldiers = { - culture = thai - religion = theravada - size = 50 - } - - farmers = { - culture = thai - religion = theravada - size = 4600 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 150 - } - - clergymen = { - culture = khmer - religion = theravada - size = 100 - } - - artisans = { - culture = khmer - religion = theravada - size = 500 - } - - soldiers = { - culture = khmer - religion = theravada - size = 100 - } - - farmers = { - culture = khmer - religion = theravada - size = 9150 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 50 - } - - farmers = { - culture = yue - religion = mahayana - size = 2150 - } + aristocrats = { + culture = thai + religion = theravada + size = 75 + } + + clergymen = { + culture = thai + religion = theravada + size = 50 + } + + artisans = { + culture = thai + religion = theravada + size = 225 + } + + soldiers = { + culture = thai + religion = theravada + size = 50 + } + + farmers = { + culture = thai + religion = theravada + size = 4600 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 150 + } + + clergymen = { + culture = khmer + religion = theravada + size = 100 + } + + artisans = { + culture = khmer + religion = theravada + size = 500 + } + + soldiers = { + culture = khmer + religion = theravada + size = 100 + } + + farmers = { + culture = khmer + religion = theravada + size = 9150 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 50 + } + + farmers = { + culture = yue + religion = mahayana + size = 2150 + } } #Malaya Region (132000) #see Malaysia.txt for balance of region #under the rule of Siam in 1836 -#Pattani (132000/33000 POPS) #now part of Thailand +#Pattani (132000/33000 POPS) #now part of Thailand 1392 = { - aristocrats = { - culture = malay - religion = sunni - size = 550 - } - - clergymen = { - culture = malay - religion = sunni - size = 300 - } - - artisans = { - culture = malay - religion = sunni - size = 1500 - } - - soldiers = { - culture = malay - religion = sunni - size = 300 - } - - farmers = { - culture = malay - religion = sunni - size = 20450 - } - - slaves = { - culture = malay - religion = sunni - size = 8000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 650 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25 - } - - farmers = { - culture = yue - religion = mahayana - size = 1275 - } + aristocrats = { + culture = malay + religion = sunni + size = 550 + } + + clergymen = { + culture = malay + religion = sunni + size = 300 + } + + artisans = { + culture = malay + religion = sunni + size = 1500 + } + + soldiers = { + culture = malay + religion = sunni + size = 300 + } + + farmers = { + culture = malay + religion = sunni + size = 20450 + } + + slaves = { + culture = malay + religion = sunni + size = 8000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 650 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25 + } + + farmers = { + culture = yue + religion = mahayana + size = 1275 + } } diff --git a/HPM/history/pops/1836.1.1/Tibet.txt b/HPM/history/pops/1836.1.1/Tibet.txt index fcc97af6..45c519fb 100644 --- a/HPM/history/pops/1836.1.1/Tibet.txt +++ b/HPM/history/pops/1836.1.1/Tibet.txt @@ -2,382 +2,382 @@ #under the rule of Tibet in 1836 #Lhasa (892000/223000 POPS) 1587 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1150 - } - - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 750 - } - - officers = { - culture = tibetan - religion = gelugpa - size = 950 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 2150 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 5400 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 2000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 18560 - } - - clergymen = { - culture = beifaren - religion = gelugpa - size = 150 - } - - artisans = { - culture = beifaren - religion = animist - size = 750 - } - - soldiers = { - culture = beifaren - religion = gelugpa - size = 150 - } - - farmers = { - culture = beifaren - religion = gelugpa - size = 13950 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1150 + } + + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 750 + } + + officers = { + culture = tibetan + religion = gelugpa + size = 950 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 2150 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 5400 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 2000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 18560 + } + + clergymen = { + culture = beifaren + religion = gelugpa + size = 150 + } + + artisans = { + culture = beifaren + religion = animist + size = 750 + } + + soldiers = { + culture = beifaren + religion = gelugpa + size = 150 + } + + farmers = { + culture = beifaren + religion = gelugpa + size = 13950 + } } #Chamdo (624000/156000 POPS) 1588 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 2750 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1450 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 2000 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1400 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 12740 - } - - clergymen = { - culture = beifaren - religion = gelugpa - size = 150 - } - - artisans = { - culture = beifaren - religion = animist - size = 800 - } - - soldiers = { - culture = beifaren - religion = gelugpa - size = 150 - } - - farmers = { - culture = beifaren - religion = gelugpa - size = 1490 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 2750 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1450 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 2000 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1400 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 12740 + } + + clergymen = { + culture = beifaren + religion = gelugpa + size = 150 + } + + artisans = { + culture = beifaren + religion = animist + size = 800 + } + + soldiers = { + culture = beifaren + religion = gelugpa + size = 150 + } + + farmers = { + culture = beifaren + religion = gelugpa + size = 1490 + } } #Shigatse (332000/83000 POPS) 1589 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 160 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 875 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 400 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 800 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 7725 - } - - clergymen = { - culture = beifaren - religion = animist - size = 50 - } - - artisans = { - culture = beifaren - religion = animist - size = 150 - } - - soldiers = { - culture = beifaren - religion = animist - size = 25 - } - - farmers = { - culture = beifaren - religion = animist - size = 1775 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 160 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 875 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 400 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 800 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 7725 + } + + clergymen = { + culture = beifaren + religion = animist + size = 50 + } + + artisans = { + culture = beifaren + religion = animist + size = 150 + } + + soldiers = { + culture = beifaren + religion = animist + size = 25 + } + + farmers = { + culture = beifaren + religion = animist + size = 1775 + } } #Lhodrak (688000/172000 POPS) 1590 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3375 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1750 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 8600 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1725 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 15655 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3375 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1750 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 8600 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1725 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 15655 + } } #Changtang (76000/19000 POPS) 1591 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 375 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 400 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 200 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 950 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 175 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 1730 - } - - slaves = { - culture = tibetan - religion = gelugpa - size = 600 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 375 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 400 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 200 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 950 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 175 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 1730 + } + + slaves = { + culture = tibetan + religion = gelugpa + size = 600 + } } #Ngari (304000/76000 POPS) 1592 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 500 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 775 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 3800 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 750 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 29175 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 500 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 775 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 3800 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 750 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 29175 + } } -#Tawang (836000/209000 POPS) #now NEFA in India asian_minor = Chin +#Tawang (836000/209000 POPS) #now NEFA in India asian_minor = Chin 1593 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 2625 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1350 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 6600 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1325 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 12010 - } - - aristocrats = { - culture = kachin - religion = animist - size = 750 - } - - clergymen = { - culture = kachin - religion = animist - size = 400 - } - - artisans = { - culture = kachin - religion = animist - size = 1950 - } - - soldiers = { - culture = kachin - religion = animist - size = 350 - } - - farmers = { - culture = kachin - religion = animist - size = 3555 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 750 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 375 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1900 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 375 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3460 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 2625 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1350 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 6600 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1325 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 12010 + } + + aristocrats = { + culture = kachin + religion = animist + size = 750 + } + + clergymen = { + culture = kachin + religion = animist + size = 400 + } + + artisans = { + culture = kachin + religion = animist + size = 1950 + } + + soldiers = { + culture = kachin + religion = animist + size = 350 + } + + farmers = { + culture = kachin + religion = animist + size = 3555 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 750 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 375 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1900 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 375 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3460 + } } diff --git a/HPM/history/pops/1836.1.1/Togo.txt b/HPM/history/pops/1836.1.1/Togo.txt index 72d90fc1..48ba2f8d 100644 --- a/HPM/history/pops/1836.1.1/Togo.txt +++ b/HPM/history/pops/1836.1.1/Togo.txt @@ -1,231 +1,231 @@ #Togo Region (368000) #see Ghana.txt for balance of region #uncolonized in 1836 -#Lome (216000/54000 POPS) +#Lome (216000/54000 POPS) 1914 = { - aristocrats = { - culture = ewe - religion = animist - size = 775 - } - - clergymen = { - culture = ewe - religion = animist - size = 400 - } - - artisans = { - culture = ewe - religion = animist - size = 1575 - } - - soldiers = { - culture = ewe - religion = animist - size = 400 - } - - farmers = { - culture = ewe - religion = animist - size = 30850 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 275 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 600 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 150 - } - - farmers = { - culture = east_kwa - religion = animist - size = 11825 - } - - slaves = { - culture = east_kwa - religion = animist - size = 7000 - } + aristocrats = { + culture = ewe + religion = animist + size = 775 + } + + clergymen = { + culture = ewe + religion = animist + size = 400 + } + + artisans = { + culture = ewe + religion = animist + size = 1575 + } + + soldiers = { + culture = ewe + religion = animist + size = 400 + } + + farmers = { + culture = ewe + religion = animist + size = 30850 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 275 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 600 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 150 + } + + farmers = { + culture = east_kwa + religion = animist + size = 11825 + } + + slaves = { + culture = east_kwa + religion = animist + size = 7000 + } } -#Atakpane (128000/32000 POPS) +#Atakpane (128000/32000 POPS) 1917 = { - aristocrats = { - culture = ewe - religion = animist - size = 250 - } - - clergymen = { - culture = ewe - religion = animist - size = 150 - } - - artisans = { - culture = ewe - religion = animist - size = 700 - } - - soldiers = { - culture = ewe - religion = animist - size = 150 - } - - farmers = { - culture = ewe - religion = animist - size = 12750 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 125 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 350 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 6375 - } - - aristocrats = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 450 - } - - soldiers = { - culture = fon - religion = animist - size = 125 - } - - farmers = { - culture = fon - religion = animist - size = 8125 - } - - slaves = { - culture = fon - religion = animist - size = 2000 - } + aristocrats = { + culture = ewe + religion = animist + size = 250 + } + + clergymen = { + culture = ewe + religion = animist + size = 150 + } + + artisans = { + culture = ewe + religion = animist + size = 700 + } + + soldiers = { + culture = ewe + religion = animist + size = 150 + } + + farmers = { + culture = ewe + religion = animist + size = 12750 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 125 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 350 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 6375 + } + + aristocrats = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 450 + } + + soldiers = { + culture = fon + religion = animist + size = 125 + } + + farmers = { + culture = fon + religion = animist + size = 8125 + } + + slaves = { + culture = fon + religion = animist + size = 2000 + } } -#Sokode (24000/6000 POPS) +#Sokode (24000/6000 POPS) 1918 = { - aristocrats = { - culture = gur - religion = animist - size = 50 - } - - clergymen = { - culture = gur - religion = animist - size = 50 - } - - artisans = { - culture = gur - religion = animist - size = 200 - } - - soldiers = { - culture = gur - religion = animist - size = 50 - } - - farmers = { - culture = gur - religion = animist - size = 3650 - } - - aristocrats = { - culture = gur - religion = sunni - size = 25 - } - - clergymen = { - culture = gur - religion = sunni - size = 50 - } - - artisans = { - culture = gur - religion = sunni - size = 100 - } - - soldiers = { - culture = gur - religion = sunni - size = 25 - } - - farmers = { - culture = gur - religion = sunni - size = 1800 - } + aristocrats = { + culture = gur + religion = animist + size = 50 + } + + clergymen = { + culture = gur + religion = animist + size = 50 + } + + artisans = { + culture = gur + religion = animist + size = 200 + } + + soldiers = { + culture = gur + religion = animist + size = 50 + } + + farmers = { + culture = gur + religion = animist + size = 3650 + } + + aristocrats = { + culture = gur + religion = sunni + size = 25 + } + + clergymen = { + culture = gur + religion = sunni + size = 50 + } + + artisans = { + culture = gur + religion = sunni + size = 100 + } + + soldiers = { + culture = gur + religion = sunni + size = 25 + } + + farmers = { + culture = gur + religion = sunni + size = 1800 + } } diff --git a/HPM/history/pops/1836.1.1/Trinidad Tobago.txt b/HPM/history/pops/1836.1.1/Trinidad Tobago.txt index 534be8c1..ed437289 100644 --- a/HPM/history/pops/1836.1.1/Trinidad Tobago.txt +++ b/HPM/history/pops/1836.1.1/Trinidad Tobago.txt @@ -2,114 +2,114 @@ #ruled by Britain 1836 #Trinidad (44000/11000 POPS) 2237 = { - aristocrats = { - culture = british - religion = protestant - size = 25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 15 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 410 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 750 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 9075 - } + aristocrats = { + culture = british + religion = protestant + size = 25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 15 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 410 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 750 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 9075 + } } #Tobago (15000/3750 POPS) 2238 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 5 - } - - artisans = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 60 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 3400 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 5 + } + + artisans = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 60 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 3400 + } } diff --git a/HPM/history/pops/1836.1.1/Tunisia.txt b/HPM/history/pops/1836.1.1/Tunisia.txt index 93b032d7..296be589 100644 --- a/HPM/history/pops/1836.1.1/Tunisia.txt +++ b/HPM/history/pops/1836.1.1/Tunisia.txt @@ -1,309 +1,309 @@ -#Tunisia Region (1392000) -#under the rule of Tunisia in 1836 -#Tunis (488000/122000 POPS) +#Tunisia Region (1392000) +#under the rule of Tunisia in 1836 +#Tunis (488000/122000 POPS) 1725 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 2350 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 350 - } - - officers = { - culture = maghrebi - religion = sunni - size = 325 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 1200 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 10000 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 10000 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 7500 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 3000 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1000 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 76425 - } - - slaves = { - culture = berber - religion = sunni - size = 5000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3725 - } - - artisans = { - culture = maltese - religion = catholic - size = 500 - } - - artisans = { - culture = south_italian - religion = catholic - size = 500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 2350 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 350 + } + + officers = { + culture = maghrebi + religion = sunni + size = 325 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 1200 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 10000 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 10000 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 7500 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 3000 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1000 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 76425 + } + + slaves = { + culture = berber + religion = sunni + size = 5000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3725 + } + + artisans = { + culture = maltese + religion = catholic + size = 500 + } + + artisans = { + culture = south_italian + religion = catholic + size = 500 + } } -#Bizerte (268000/67000 POPS) +#Bizerte (268000/67000 POPS) 1726 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 1250 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 675 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 3250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 58575 - } - - slaves = { - culture = berber - religion = sunni - size = 2000 - } - - artisans = { - culture = sephardic - religion = jewish - size = 250 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 1250 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 675 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 3250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 58575 + } + + slaves = { + culture = berber + religion = sunni + size = 2000 + } + + artisans = { + culture = sephardic + religion = jewish + size = 250 + } } -#Gafsa (112000/28000 POPS) +#Gafsa (112000/28000 POPS) 1727 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 450 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 275 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 22025 - } - - slaves = { - culture = berber - religion = sunni - size = 3000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 450 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 275 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 22025 + } + + slaves = { + culture = berber + religion = sunni + size = 3000 + } } -#Kairouan (228000/57000 POPS) +#Kairouan (228000/57000 POPS) 1728 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 875 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 400 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 40225 - } - - slaves = { - culture = berber - religion = sunni - size = 12000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 875 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 400 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 40225 + } + + slaves = { + culture = berber + religion = sunni + size = 12000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } -#Tozeur (96000/24000 POPS) +#Tozeur (96000/24000 POPS) 1729 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 350 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 200 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 950 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 200 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 17300 - } - - slaves = { - culture = berber - religion = sunni - size = 5000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 350 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 200 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 950 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 200 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 17300 + } + + slaves = { + culture = berber + religion = sunni + size = 5000 + } } -#Gabes (200000/50000 POPS) +#Gabes (200000/50000 POPS) 1730 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 900 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 400 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2275 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 40825 - } - - slaves = { - culture = berber - religion = sunni - size = 4000 - } - - artisans = { - culture = sephardic - religion = jewish - size = 500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 900 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 400 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2275 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 40825 + } + + slaves = { + culture = berber + religion = sunni + size = 4000 + } + + artisans = { + culture = sephardic + religion = jewish + size = 500 + } } diff --git a/HPM/history/pops/1836.1.1/Turkey.txt b/HPM/history/pops/1836.1.1/Turkey.txt index bbb4674d..8d82f61e 100644 --- a/HPM/history/pops/1836.1.1/Turkey.txt +++ b/HPM/history/pops/1836.1.1/Turkey.txt @@ -1,4470 +1,4470 @@ -#Thrace Region (364000) #see Greece.txt for balance of region +#Thrace Region (364000) #see Greece.txt for balance of region #under the rule of Ottoman Empire in 1836 #Edirne (172000/43000 POPS) 828 = { - aristocrats = { - culture = turkish - religion = sunni - size = 900 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 225 - } - - clergymen = { - culture = turkish - religion = sunni - size = 175 - } - - artisans = { - culture = turkish - religion = sunni - size = 1000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 17825 - } - - clergymen = { - culture = greek - religion = orthodox - size = 175 - } - - artisans = { - culture = greek - religion = orthodox - size = 1000 - } - - soldiers = { - culture = greek - religion = orthodox - size = 500 - } - - farmers = { - culture = greek - religion = orthodox - size = 11525 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 120 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 500 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 500 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 9950 - } - - clergymen = { - culture = armenian - religion = coptic - size = 200 - } - - artisans = { - culture = armenian - religion = coptic - size = 400 - } - - soldiers = { - culture = armenian - religion = coptic - size = 400 - } - - farmers = { - culture = armenian - religion = coptic - size = 500 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 200 - } - - artisans = { - culture = sephardic - religion = jewish - size = 600 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 200 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 900 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 225 + } + + clergymen = { + culture = turkish + religion = sunni + size = 175 + } + + artisans = { + culture = turkish + religion = sunni + size = 1000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 17825 + } + + clergymen = { + culture = greek + religion = orthodox + size = 175 + } + + artisans = { + culture = greek + religion = orthodox + size = 1000 + } + + soldiers = { + culture = greek + religion = orthodox + size = 500 + } + + farmers = { + culture = greek + religion = orthodox + size = 11525 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 120 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 500 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 500 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 9950 + } + + clergymen = { + culture = armenian + religion = coptic + size = 200 + } + + artisans = { + culture = armenian + religion = coptic + size = 400 + } + + soldiers = { + culture = armenian + religion = coptic + size = 400 + } + + farmers = { + culture = armenian + religion = coptic + size = 500 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 200 + } + + artisans = { + culture = sephardic + religion = jewish + size = 600 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 200 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1000 + } } #Kirklareli (112000/28000 POPS) 858 = { - aristocrats = { - culture = turkish - religion = sunni - size = 550 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 750 - } - - soldiers = { - culture = turkish - religion = sunni - size = 300 - } - - farmers = { - culture = turkish - religion = sunni - size = 21275 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 550 - } - - farmers = { - culture = greek - religion = orthodox - size = 17100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 200 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 120 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 120 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 10825 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 550 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 750 + } + + soldiers = { + culture = turkish + religion = sunni + size = 300 + } + + farmers = { + culture = turkish + religion = sunni + size = 21275 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 550 + } + + farmers = { + culture = greek + religion = orthodox + size = 17100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 200 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 120 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 120 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 10825 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Gelibolu (80000/20000 POPS) 859 = { - aristocrats = { - culture = turkish - religion = sunni - size = 375 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 18975 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 18225 - } - - aristocrats = { - culture = bulgarian - religion = orthodox - size = 120 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 120 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 300 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 200 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2000 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 5475 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 100 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 375 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 18975 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 18225 + } + + aristocrats = { + culture = bulgarian + religion = orthodox + size = 120 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 120 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 300 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 200 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2000 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 5475 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 100 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## } #Istanbul Region (1268000) #under the rule of Ottoman Empire in 1836 #Istanbul (764000/191000 POPS) 860 = { - aristocrats = { - culture = turkish - religion = sunni - size = 750 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 700 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 1125 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 6000 - } - - farmers = { - culture = turkish - religion = sunni - size = 43675 - } - - farmers = { - culture = circassian - religion = sunni - size = 100 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 550 - } - - artisans = { - culture = greek - religion = orthodox - size = 5000 - } - - farmers = { - culture = greek - religion = orthodox - size = 20900 - } - aristocrats = { - culture = bulgarian - religion = orthodox - size = 120 - } - - officers = { - culture = bulgarian - religion = orthodox - size = 120 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 120 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 120 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 5000 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 475 - } - aristocrats = { - culture = armenian - religion = coptic - size = 120 - } - - officers = { - culture = armenian - religion = coptic - size = 120 - } - - soldiers = { - culture = armenian - religion = coptic - size = 300 - } - - clergymen = { - culture = armenian - religion = coptic - size = 225 - } - - artisans = { - culture = armenian - religion = coptic - size = 5000 - } - - farmers = { - culture = armenian - religion = coptic - size = 22775 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 600 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1025 - } - - farmers = { - culture = sephardic - religion = jewish - size = 8300 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 100 - } - - artisans = { - culture = north_italian - religion = catholic - size = 775 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 200 - } - - farmers = { - culture = north_italian - religion = catholic - size = 1000 - } - - slaves = { - culture = greek - religion = orthodox - size = 500 - } - - slaves = { - culture = circassian - religion = orthodox - size = 500 - } - - slaves = { - culture = forest_bantu #african_minor - religion = animist - size = 3500 - } + aristocrats = { + culture = turkish + religion = sunni + size = 750 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 700 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 1125 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 6000 + } + + farmers = { + culture = turkish + religion = sunni + size = 43675 + } + + farmers = { + culture = circassian + religion = sunni + size = 100 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 550 + } + + artisans = { + culture = greek + religion = orthodox + size = 5000 + } + + farmers = { + culture = greek + religion = orthodox + size = 20900 + } + aristocrats = { + culture = bulgarian + religion = orthodox + size = 120 + } + + officers = { + culture = bulgarian + religion = orthodox + size = 120 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 120 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 120 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 5000 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 475 + } + aristocrats = { + culture = armenian + religion = coptic + size = 120 + } + + officers = { + culture = armenian + religion = coptic + size = 120 + } + + soldiers = { + culture = armenian + religion = coptic + size = 300 + } + + clergymen = { + culture = armenian + religion = coptic + size = 225 + } + + artisans = { + culture = armenian + religion = coptic + size = 5000 + } + + farmers = { + culture = armenian + religion = coptic + size = 22775 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 600 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1025 + } + + farmers = { + culture = sephardic + religion = jewish + size = 8300 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 100 + } + + artisans = { + culture = north_italian + religion = catholic + size = 775 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 200 + } + + farmers = { + culture = north_italian + religion = catholic + size = 1000 + } + + slaves = { + culture = greek + religion = orthodox + size = 500 + } + + slaves = { + culture = circassian + religion = orthodox + size = 500 + } + + slaves = { + culture = forest_bantu #african_minor + religion = animist + size = 3500 + } } #Uskudar (188000/47000 POPS) 861 = { - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 300 - } - - artisans = { - culture = turkish - religion = sunni - size = 3000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 29250 - } - - soldiers = { - culture = greek - religion = orthodox - size = 125 - } - - clergymen = { - culture = greek - religion = orthodox - size = 125 - } - - artisans = { - culture = greek - religion = orthodox - size = 3500 - } - - farmers = { - culture = greek - religion = orthodox - size = 8375 - } - - soldiers = { - culture = armenian - religion = coptic - size = 120 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 2500 - } - - farmers = { - culture = armenian - religion = coptic - size = 3450 - } + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 300 + } + + artisans = { + culture = turkish + religion = sunni + size = 3000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 29250 + } + + soldiers = { + culture = greek + religion = orthodox + size = 125 + } + + clergymen = { + culture = greek + religion = orthodox + size = 125 + } + + artisans = { + culture = greek + religion = orthodox + size = 3500 + } + + farmers = { + culture = greek + religion = orthodox + size = 8375 + } + + soldiers = { + culture = armenian + religion = coptic + size = 120 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 2500 + } + + farmers = { + culture = armenian + religion = coptic + size = 3450 + } } #Izmit (316000/79000 POPS) 862 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 575 - } - - artisans = { - culture = turkish - religion = sunni - size = 3375 - } - - soldiers = { - culture = turkish - religion = sunni - size = 800 - } - - farmers = { - culture = turkish - religion = sunni - size = 50250 - } - - soldiers = { - culture = greek - religion = orthodox - size = 120 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 8475 - } - - soldiers = { - culture = armenian - religion = coptic - size = 125 - } - - clergymen = { - culture = armenian - religion = coptic - size = 125 - } - - artisans = { - culture = armenian - religion = coptic - size = 700 - } - - farmers = { - culture = armenian - religion = coptic - size = 13375 - } - - slaves = { - culture = forest_bantu #african_minor - religion = animist - size = 500 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 575 + } + + artisans = { + culture = turkish + religion = sunni + size = 3375 + } + + soldiers = { + culture = turkish + religion = sunni + size = 800 + } + + farmers = { + culture = turkish + religion = sunni + size = 50250 + } + + soldiers = { + culture = greek + religion = orthodox + size = 120 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 8475 + } + + soldiers = { + culture = armenian + religion = coptic + size = 125 + } + + clergymen = { + culture = armenian + religion = coptic + size = 125 + } + + artisans = { + culture = armenian + religion = coptic + size = 700 + } + + farmers = { + culture = armenian + religion = coptic + size = 13375 + } + + slaves = { + culture = forest_bantu #african_minor + religion = animist + size = 500 + } } #Hudavendigar Region (736000) #under the rule of Ottoman Empire in 1836 #Bursa (400000/100000 POPS) 863 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1150 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 325 - } - - officers = { - culture = turkish - religion = sunni - size = 200 - } - - clergymen = { - culture = turkish - religion = sunni - size = 750 - } - - artisans = { - culture = turkish - religion = sunni - size = 6000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 65575 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 300 - } - - clergymen = { - culture = greek - religion = orthodox - size = 150 - } - - artisans = { - culture = greek - religion = orthodox - size = 5500 - } - - farmers = { - culture = greek - religion = orthodox - size = 9850 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 120 - } - - officers = { - culture = armenian - religion = coptic - size = 120 - } - - soldiers = { - culture = armenian - religion = coptic - size = 300 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 2500 - } - - farmers = { - culture = armenian - religion = coptic - size = 6425 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 200 - } - - farmers = { - culture = sephardic - religion = jewish - size = 100 - } - ######## - - slaves = { - culture = armenian - religion = coptic - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1150 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 325 + } + + officers = { + culture = turkish + religion = sunni + size = 200 + } + + clergymen = { + culture = turkish + religion = sunni + size = 750 + } + + artisans = { + culture = turkish + religion = sunni + size = 6000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 65575 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 300 + } + + clergymen = { + culture = greek + religion = orthodox + size = 150 + } + + artisans = { + culture = greek + religion = orthodox + size = 5500 + } + + farmers = { + culture = greek + religion = orthodox + size = 9850 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 120 + } + + officers = { + culture = armenian + religion = coptic + size = 120 + } + + soldiers = { + culture = armenian + religion = coptic + size = 300 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 2500 + } + + farmers = { + culture = armenian + religion = coptic + size = 6425 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 200 + } + + farmers = { + culture = sephardic + religion = jewish + size = 100 + } + ######## + + slaves = { + culture = armenian + religion = coptic + size = 1000 + } } #Balikesir (204000/51000 POPS) 864 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 425 - } - - artisans = { - culture = turkish - religion = sunni - size = 2100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 500 - } - - farmers = { - culture = turkish - religion = sunni - size = 38325 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 450 - } - - farmers = { - culture = greek - religion = orthodox - size = 8475 - } + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 425 + } + + artisans = { + culture = turkish + religion = sunni + size = 2100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 500 + } + + farmers = { + culture = turkish + religion = sunni + size = 38325 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 450 + } + + farmers = { + culture = greek + religion = orthodox + size = 8475 + } } #Chanakkale (132000/33000 POPS) 865 = { - aristocrats = { - culture = turkish - religion = sunni - size = 350 - } - - clergymen = { - culture = turkish - religion = sunni - size = 275 - } - - artisans = { - culture = turkish - religion = sunni - size = 1500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 325 - } - - farmers = { - culture = turkish - religion = sunni - size = 27600 - } - - soldiers = { - culture = greek - religion = orthodox - size = 120 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 2800 - } + aristocrats = { + culture = turkish + religion = sunni + size = 350 + } + + clergymen = { + culture = turkish + religion = sunni + size = 275 + } + + artisans = { + culture = turkish + religion = sunni + size = 1500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 325 + } + + farmers = { + culture = turkish + religion = sunni + size = 27600 + } + + soldiers = { + culture = greek + religion = orthodox + size = 120 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 2800 + } } #Karahisar Region (336000) #under the rule of Ottoman Empire in 1836 #Afyon (84000/21000 POPS) 866 = { - aristocrats = { - culture = turkish - religion = sunni - size = 275 - } - - clergymen = { - culture = turkish - religion = sunni - size = 175 - } - - artisans = { - culture = turkish - religion = sunni - size = 950 - } - - soldiers = { - culture = turkish - religion = sunni - size = 200 - } - - farmers = { - culture = turkish - religion = sunni - size = 17400 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 930 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 150 - } - - farmers = { - culture = armenian - religion = coptic - size = 1100 - } + aristocrats = { + culture = turkish + religion = sunni + size = 275 + } + + clergymen = { + culture = turkish + religion = sunni + size = 175 + } + + artisans = { + culture = turkish + religion = sunni + size = 950 + } + + soldiers = { + culture = turkish + religion = sunni + size = 200 + } + + farmers = { + culture = turkish + religion = sunni + size = 17400 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 930 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 150 + } + + farmers = { + culture = armenian + religion = coptic + size = 1100 + } } #Kutahya (112000/28000 POPS) 867 = { - aristocrats = { - culture = turkish - religion = sunni - size = 375 - } - - clergymen = { - culture = turkish - religion = sunni - size = 275 - } - - artisans = { - culture = turkish - religion = sunni - size = 1350 - } - - soldiers = { - culture = turkish - religion = sunni - size = 275 - } - - farmers = { - culture = turkish - religion = sunni - size = 24725 - } - - soldiers = { - culture = greek - religion = orthodox - size = 120 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 120 - } - - farmers = { - culture = greek - religion = orthodox - size = 730 - } + aristocrats = { + culture = turkish + religion = sunni + size = 375 + } + + clergymen = { + culture = turkish + religion = sunni + size = 275 + } + + artisans = { + culture = turkish + religion = sunni + size = 1350 + } + + soldiers = { + culture = turkish + religion = sunni + size = 275 + } + + farmers = { + culture = turkish + religion = sunni + size = 24725 + } + + soldiers = { + culture = greek + religion = orthodox + size = 120 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 120 + } + + farmers = { + culture = greek + religion = orthodox + size = 730 + } } #Eskisehir (140000/35000 POPS) 868 = { - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 525 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 275 - } - - artisans = { - culture = turkish - religion = sunni - size = 1650 - } - - soldiers = { - culture = turkish - religion = sunni - size = 350 - } - - farmers = { - culture = turkish - religion = sunni - size = 29550 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 930 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 150 - } - - farmers = { - culture = armenian - religion = coptic - size = 1100 - } + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 525 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 275 + } + + artisans = { + culture = turkish + religion = sunni + size = 1650 + } + + soldiers = { + culture = turkish + religion = sunni + size = 350 + } + + farmers = { + culture = turkish + religion = sunni + size = 29550 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 930 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 150 + } + + farmers = { + culture = armenian + religion = coptic + size = 1100 + } } #Aydin Region (988000) #under the rule of Ottoman Empire in 1836 #Izmir (340000/85000 POPS) 869 = { - aristocrats = { - culture = turkish - religion = sunni - size = 575 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 425 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 550 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000 - } - - artisans = { - culture = turkish - religion = sunni - size = 3000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 500 - } - - farmers = { - culture = turkish - religion = sunni - size = 40350 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 250 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000 - } - - artisans = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 4750 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 120 - } - - officers = { - culture = armenian - religion = coptic - size = 120 - } - - soldiers = { - culture = armenian - religion = coptic - size = 150 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 400 - } - - farmers = { - culture = armenian - religion = coptic - size = 580 - } - - ######Jews - aristocrats = { - culture = sephardic - religion = jewish - size = 100 - } - - soldiers = { - culture = sephardic - religion = jewish - size = 200 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1500 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1100 - } - ######## + aristocrats = { + culture = turkish + religion = sunni + size = 575 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 425 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 550 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000 + } + + artisans = { + culture = turkish + religion = sunni + size = 3000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 500 + } + + farmers = { + culture = turkish + religion = sunni + size = 40350 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 250 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000 + } + + artisans = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 4750 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 120 + } + + officers = { + culture = armenian + religion = coptic + size = 120 + } + + soldiers = { + culture = armenian + religion = coptic + size = 150 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 400 + } + + farmers = { + culture = armenian + religion = coptic + size = 580 + } + + ######Jews + aristocrats = { + culture = sephardic + religion = jewish + size = 100 + } + + soldiers = { + culture = sephardic + religion = jewish + size = 200 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1500 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1100 + } + ######## } #Manisa (244000/61000 POPS) 870 = { - aristocrats = { - culture = turkish - religion = sunni - size = 550 - } - - clergymen = { - culture = turkish - religion = sunni - size = 550 - } - - artisans = { - culture = turkish - religion = sunni - size = 7500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 200 - } - - farmers = { - culture = turkish - religion = sunni - size = 46200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 3500 - } - - farmers = { - culture = greek - religion = orthodox - size = 2450 - } + aristocrats = { + culture = turkish + religion = sunni + size = 550 + } + + clergymen = { + culture = turkish + religion = sunni + size = 550 + } + + artisans = { + culture = turkish + religion = sunni + size = 7500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 200 + } + + farmers = { + culture = turkish + religion = sunni + size = 46200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 3500 + } + + farmers = { + culture = greek + religion = orthodox + size = 2450 + } } #Denizli (308000/77000 POPS) 871 = { - aristocrats = { - culture = turkish - religion = sunni - size = 900 - } - - soldiers = { - culture = turkish - religion = sunni - size = 400 - } - - clergymen = { - culture = turkish - religion = sunni - size = 725 - } - - artisans = { - culture = turkish - religion = sunni - size = 3650 - } - - farmers = { - culture = turkish - religion = sunni - size = 67750 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 200 - } - - farmers = { - culture = greek - religion = orthodox - size = 3725 - } + aristocrats = { + culture = turkish + religion = sunni + size = 900 + } + + soldiers = { + culture = turkish + religion = sunni + size = 400 + } + + clergymen = { + culture = turkish + religion = sunni + size = 725 + } + + artisans = { + culture = turkish + religion = sunni + size = 3650 + } + + farmers = { + culture = turkish + religion = sunni + size = 67750 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 200 + } + + farmers = { + culture = greek + religion = orthodox + size = 3725 + } } #Mugla (96000/24000 POPS) 872 = { - aristocrats = { - culture = turkish - religion = sunni - size = 275 - } - - clergymen = { - culture = turkish - religion = sunni - size = 120 - } - - artisans = { - culture = turkish - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 250 - } - - farmers = { - culture = turkish - religion = sunni - size = 20175 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 1875 - } + aristocrats = { + culture = turkish + religion = sunni + size = 275 + } + + clergymen = { + culture = turkish + religion = sunni + size = 120 + } + + artisans = { + culture = turkish + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 250 + } + + farmers = { + culture = turkish + religion = sunni + size = 20175 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 1875 + } } #Karaman Region (820000) #under the rule of Ottoman Empire in 1836 #Konya (416000/104000 POPS) 873 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1150 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 300 - } - - officers = { - culture = turkish - religion = sunni - size = 125 - } - - clergymen = { - culture = turkish - religion = sunni - size = 950 - } - - artisans = { - culture = turkish - religion = sunni - size = 3850 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1050 - } - - farmers = { - culture = turkish - religion = sunni - size = 88475 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 350 - } - - farmers = { - culture = greek - religion = orthodox - size = 7075 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 120 - } - - officers = { - culture = armenian - religion = coptic - size = 120 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 150 - } - - farmers = { - culture = armenian - religion = coptic - size = 930 - } - - slaves = { - culture = forest_bantu #african_minor - religion = animist - size = 2000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1150 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 300 + } + + officers = { + culture = turkish + religion = sunni + size = 125 + } + + clergymen = { + culture = turkish + religion = sunni + size = 950 + } + + artisans = { + culture = turkish + religion = sunni + size = 3850 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1050 + } + + farmers = { + culture = turkish + religion = sunni + size = 88475 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 350 + } + + farmers = { + culture = greek + religion = orthodox + size = 7075 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 120 + } + + officers = { + culture = armenian + religion = coptic + size = 120 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 150 + } + + farmers = { + culture = armenian + religion = coptic + size = 930 + } + + slaves = { + culture = forest_bantu #african_minor + religion = animist + size = 2000 + } } #Burdur (200000/50000 POPS) 874 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 475 - } - - artisans = { - culture = turkish - religion = sunni - size = 2350 - } - - soldiers = { - culture = turkish - religion = sunni - size = 500 - } - - farmers = { - culture = turkish - religion = sunni - size = 43025 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 1875 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 150 - } - - farmers = { - culture = armenian - religion = coptic - size = 930 - } + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 475 + } + + artisans = { + culture = turkish + religion = sunni + size = 2350 + } + + soldiers = { + culture = turkish + religion = sunni + size = 500 + } + + farmers = { + culture = turkish + religion = sunni + size = 43025 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 1875 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 150 + } + + farmers = { + culture = armenian + religion = coptic + size = 930 + } } #Antalya (204000/51000 POPS) 875 = { - aristocrats = { - culture = turkish - religion = sunni - size = 575 - } - - clergymen = { - culture = turkish - religion = sunni - size = 475 - } - - artisans = { - culture = turkish - religion = sunni - size = 2400 - } - - soldiers = { - culture = turkish - religion = sunni - size = 525 - } - - farmers = { - culture = turkish - religion = sunni - size = 44025 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 2800 - } + aristocrats = { + culture = turkish + religion = sunni + size = 575 + } + + clergymen = { + culture = turkish + religion = sunni + size = 475 + } + + artisans = { + culture = turkish + religion = sunni + size = 2400 + } + + soldiers = { + culture = turkish + religion = sunni + size = 525 + } + + farmers = { + culture = turkish + religion = sunni + size = 44025 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 2800 + } } #Central Anatolia Region (692000) #under the rule of Ottoman Empire in 1836 #Ankara (240000/60000 POPS) 876 = { - aristocrats = { - culture = turkish - religion = sunni - size = 700 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 250 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 525 - } - - artisans = { - culture = turkish - religion = sunni - size = 2200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = turkish - religion = sunni - size = 48125 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 925 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 120 - } - - officers = { - culture = armenian - religion = coptic - size = 120 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 250 - } - - farmers = { - culture = armenian - religion = coptic - size = 4700 - } + aristocrats = { + culture = turkish + religion = sunni + size = 700 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 250 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 525 + } + + artisans = { + culture = turkish + religion = sunni + size = 2200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = turkish + religion = sunni + size = 48125 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 925 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 120 + } + + officers = { + culture = armenian + religion = coptic + size = 120 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 250 + } + + farmers = { + culture = armenian + religion = coptic + size = 4700 + } } #Amasya (132000/33000 POPS) 877 = { - aristocrats = { - culture = turkish - religion = sunni - size = 675 - } - - clergymen = { - culture = turkish - religion = sunni - size = 300 - } - - artisans = { - culture = turkish - religion = sunni - size = 1500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 325 - } - - farmers = { - culture = turkish - religion = sunni - size = 27200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 925 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 100 - } - - farmers = { - culture = armenian - religion = coptic - size = 1875 - } + aristocrats = { + culture = turkish + religion = sunni + size = 675 + } + + clergymen = { + culture = turkish + religion = sunni + size = 300 + } + + artisans = { + culture = turkish + religion = sunni + size = 1500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 325 + } + + farmers = { + culture = turkish + religion = sunni + size = 27200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 925 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 100 + } + + farmers = { + culture = armenian + religion = coptic + size = 1875 + } } #Kayseri (96000/24000 POPS) 878 = { - aristocrats = { - culture = turkish - religion = sunni - size = 300 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 600 - } - - soldiers = { - culture = turkish - religion = sunni - size = 250 - } - - farmers = { - culture = turkish - religion = sunni - size = 107225 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 250 - } - - farmers = { - culture = greek - religion = orthodox - size = 4700 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 120 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - farmers = { - culture = armenian - religion = coptic - size = 6575 - } - - slaves = { - culture = circassian - religion = orthodox - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 300 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 600 + } + + soldiers = { + culture = turkish + religion = sunni + size = 250 + } + + farmers = { + culture = turkish + religion = sunni + size = 107225 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 250 + } + + farmers = { + culture = greek + religion = orthodox + size = 4700 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 120 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + farmers = { + culture = armenian + religion = coptic + size = 6575 + } + + slaves = { + culture = circassian + religion = orthodox + size = 1000 + } } #Sivas (224000/56000 POPS) 879 = { - aristocrats = { - culture = turkish - religion = sunni - size = 600 - } - - clergymen = { - culture = turkish - religion = sunni - size = 450 - } - - artisans = { - culture = turkish - religion = sunni - size = 2250 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = turkish - religion = sunni - size = 40700 - } - - soldiers = { - culture = greek - religion = orthodox - size = 120 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 1875 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 450 - } - - farmers = { - culture = armenian - religion = coptic - size = 8475 - } + aristocrats = { + culture = turkish + religion = sunni + size = 600 + } + + clergymen = { + culture = turkish + religion = sunni + size = 450 + } + + artisans = { + culture = turkish + religion = sunni + size = 2250 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = turkish + religion = sunni + size = 40700 + } + + soldiers = { + culture = greek + religion = orthodox + size = 120 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 1875 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 450 + } + + farmers = { + culture = armenian + religion = coptic + size = 8475 + } } #Kastamonu Region (392000) #under the rule of Ottoman Empire in 1836 #Kastamonu (296000/74000 POPS) 880 = { - aristocrats = { - culture = turkish - religion = sunni - size = 825 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 125 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 725 - } - - artisans = { - culture = turkish - religion = sunni - size = 3650 - } - - soldiers = { - culture = turkish - religion = sunni - size = 750 - } - - farmers = { - culture = turkish - religion = sunni - size = 66825 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 120 - } - - officers = { - culture = greek - religion = orthodox - size = 120 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 925 - } + aristocrats = { + culture = turkish + religion = sunni + size = 825 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 125 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 725 + } + + artisans = { + culture = turkish + religion = sunni + size = 3650 + } + + soldiers = { + culture = turkish + religion = sunni + size = 750 + } + + farmers = { + culture = turkish + religion = sunni + size = 66825 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 120 + } + + officers = { + culture = greek + religion = orthodox + size = 120 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 925 + } } #Bolu (96000/24000 POPS) 881 = { - aristocrats = { - culture = turkish - religion = sunni - size = 250 - } - - clergymen = { - culture = turkish - religion = sunni - size = 225 - } - - artisans = { - culture = turkish - religion = sunni - size = 1150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 250 - } - - farmers = { - culture = turkish - religion = sunni - size = 21125 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 925 - } + aristocrats = { + culture = turkish + religion = sunni + size = 250 + } + + clergymen = { + culture = turkish + religion = sunni + size = 225 + } + + artisans = { + culture = turkish + religion = sunni + size = 1150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 250 + } + + farmers = { + culture = turkish + religion = sunni + size = 21125 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 925 + } } #Trebizonde Region (540000) #under the rule of Ottoman Empire in 1836 #Trabzon (208000/52000 POPS) 882 = { - aristocrats = { - culture = turkish - religion = sunni - size = 550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 175 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 350 - } - - artisans = { - culture = turkish - religion = sunni - size = 1750 - } - - farmers = { - culture = turkish - religion = sunni - size = 31025 - } - - farmers = { - culture = circassian - religion = sunni - size = 150 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 110 - } - - officers = { - culture = greek - religion = orthodox - size = 110 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 125 - } - - artisans = { - culture = greek - religion = orthodox - size = 650 - } - - farmers = { - culture = greek - religion = orthodox - size = 12225 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 110 - } - - officers = { - culture = armenian - religion = coptic - size = 110 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 250 - } - - farmers = { - culture = armenian - religion = coptic - size = 4700 - } + aristocrats = { + culture = turkish + religion = sunni + size = 550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 175 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 350 + } + + artisans = { + culture = turkish + religion = sunni + size = 1750 + } + + farmers = { + culture = turkish + religion = sunni + size = 31025 + } + + farmers = { + culture = circassian + religion = sunni + size = 150 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 110 + } + + officers = { + culture = greek + religion = orthodox + size = 110 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 125 + } + + artisans = { + culture = greek + religion = orthodox + size = 650 + } + + farmers = { + culture = greek + religion = orthodox + size = 12225 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 110 + } + + officers = { + culture = armenian + religion = coptic + size = 110 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 250 + } + + farmers = { + culture = armenian + religion = coptic + size = 4700 + } } #Sinop (192000/48000 POPS) 883 = { - aristocrats = { - culture = turkish - religion = sunni - size = 525 - } - - clergymen = { - culture = turkish - religion = sunni - size = 425 - } - - artisans = { - culture = turkish - religion = sunni - size = 2150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1000 - } - - farmers = { - culture = turkish - religion = sunni - size = 37900 - } - - farmers = { - culture = circassian - religion = orthodox - size = 150 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = greek - religion = orthodox - size = 120 - } - - artisans = { - culture = greek - religion = orthodox - size = 250 - } - - farmers = { - culture = greek - religion = orthodox - size = 4700 - } + aristocrats = { + culture = turkish + religion = sunni + size = 525 + } + + clergymen = { + culture = turkish + religion = sunni + size = 425 + } + + artisans = { + culture = turkish + religion = sunni + size = 2150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1000 + } + + farmers = { + culture = turkish + religion = sunni + size = 37900 + } + + farmers = { + culture = circassian + religion = orthodox + size = 150 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = greek + religion = orthodox + size = 120 + } + + artisans = { + culture = greek + religion = orthodox + size = 250 + } + + farmers = { + culture = greek + religion = orthodox + size = 4700 + } } #Giresun (140000/35000 POPS) 884 = { - aristocrats = { - culture = turkish - religion = sunni - size = 400 - } - - clergymen = { - culture = turkish - religion = sunni - size = 250 - } - - artisans = { - culture = turkish - religion = sunni - size = 1250 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 22000 - } - - soldiers = { - culture = greek - religion = orthodox - size = 110 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 400 - } - - farmers = { - culture = greek - religion = orthodox - size = 7525 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 100 - } - - farmers = { - culture = armenian - religion = coptic - size = 1875 - } + aristocrats = { + culture = turkish + religion = sunni + size = 400 + } + + clergymen = { + culture = turkish + religion = sunni + size = 250 + } + + artisans = { + culture = turkish + religion = sunni + size = 1250 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 22000 + } + + soldiers = { + culture = greek + religion = orthodox + size = 110 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 400 + } + + farmers = { + culture = greek + religion = orthodox + size = 7525 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 100 + } + + farmers = { + culture = armenian + religion = coptic + size = 1875 + } } -#Kars Region (856000) #see Georgia.txt for balance of region +#Kars Region (856000) #see Georgia.txt for balance of region #under the rule of Ottoman Empire in 1836 #Kars (408000/102000 POPS) 885 = { - aristocrats = { - culture = turkish - religion = sunni - size = 600 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 200 - } - - officers = { - culture = turkish - religion = sunni - size = 150 - } - - clergymen = { - culture = turkish - religion = sunni - size = 500 - } - - artisans = { - culture = turkish - religion = sunni - size = 2500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 700 - } - - farmers = { - culture = turkish - religion = sunni - size = 45350 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 110 - } - - officers = { - culture = armenian - religion = coptic - size = 110 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 300 - } - - artisans = { - culture = armenian - religion = coptic - size = 1500 - } - - farmers = { - culture = armenian - religion = coptic - size = 28200 - } - - ######Jews - soldiers = { - culture = sephardic - religion = jewish - size = 100 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 100 - } - - artisans = { - culture = sephardic - religion = jewish - size = 775 - } - - farmers = { - culture = sephardic - religion = jewish - size = 500 - } - ######## - - aristocrats = { - culture = greek - religion = orthodox - size = 110 - } - - officers = { - culture = greek - religion = orthodox - size = 110 - } - - soldiers = { - culture = greek - religion = orthodox - size = 110 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 110 - } - - farmers = { - culture = greek - religion = orthodox - size = 3000 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 450 - } - - officers = { - culture = kurdish - religion = sunni - size = 110 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 200 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1100 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 275 - } - - farmers = { - culture = kurdish - religion = sunni - size = 19950 - } + aristocrats = { + culture = turkish + religion = sunni + size = 600 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 200 + } + + officers = { + culture = turkish + religion = sunni + size = 150 + } + + clergymen = { + culture = turkish + religion = sunni + size = 500 + } + + artisans = { + culture = turkish + religion = sunni + size = 2500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 700 + } + + farmers = { + culture = turkish + religion = sunni + size = 45350 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 110 + } + + officers = { + culture = armenian + religion = coptic + size = 110 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 300 + } + + artisans = { + culture = armenian + religion = coptic + size = 1500 + } + + farmers = { + culture = armenian + religion = coptic + size = 28200 + } + + ######Jews + soldiers = { + culture = sephardic + religion = jewish + size = 100 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 100 + } + + artisans = { + culture = sephardic + religion = jewish + size = 775 + } + + farmers = { + culture = sephardic + religion = jewish + size = 500 + } + ######## + + aristocrats = { + culture = greek + religion = orthodox + size = 110 + } + + officers = { + culture = greek + religion = orthodox + size = 110 + } + + soldiers = { + culture = greek + religion = orthodox + size = 110 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 110 + } + + farmers = { + culture = greek + religion = orthodox + size = 3000 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 450 + } + + officers = { + culture = kurdish + religion = sunni + size = 110 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 200 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1100 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 275 + } + + farmers = { + culture = kurdish + religion = sunni + size = 19950 + } } #Ardahan (448000/112000 POPS) 886 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - clergymen = { - culture = turkish - religion = sunni - size = 425 - } - - artisans = { - culture = turkish - religion = sunni - size = 2150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 575 - } - - farmers = { - culture = turkish - religion = sunni - size = 39200 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 300 - } - - artisans = { - culture = armenian - religion = coptic - size = 1500 - } - - farmers = { - culture = armenian - religion = coptic - size = 28200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 110 - } - - farmers = { - culture = greek - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 550 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 375 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1950 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 575 - } - - farmers = { - culture = kurdish - religion = sunni - size = 35550 - } - - farmers = { - culture = georgian - religion = sunni - size = 10000 - } - - slaves = { - culture = georgian - religion = orthodox - size = 1500 - } + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + clergymen = { + culture = turkish + religion = sunni + size = 425 + } + + artisans = { + culture = turkish + religion = sunni + size = 2150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 575 + } + + farmers = { + culture = turkish + religion = sunni + size = 39200 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 300 + } + + artisans = { + culture = armenian + religion = coptic + size = 1500 + } + + farmers = { + culture = armenian + religion = coptic + size = 28200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 110 + } + + farmers = { + culture = greek + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 550 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 375 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1950 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 575 + } + + farmers = { + culture = kurdish + religion = sunni + size = 35550 + } + + farmers = { + culture = georgian + religion = sunni + size = 10000 + } + + slaves = { + culture = georgian + religion = orthodox + size = 1500 + } } #Eastern Anatolia Region (676000) #under the rule of Ottoman Empire in 1836 #Erzurum (168000/42000 POPS) 887 = { - aristocrats = { - culture = turkish - religion = sunni - size = 200 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 150 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 125 - } - - artisans = { - culture = turkish - religion = sunni - size = 650 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1100 - } - - farmers = { - culture = turkish - religion = sunni - size = 10875 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 450 - } - - farmers = { - culture = armenian - religion = coptic - size = 8775 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 300 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 50 - } - - officers = { - culture = kurdish - religion = sunni - size = 100 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 200 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1100 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 1100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 17350 - } + aristocrats = { + culture = turkish + religion = sunni + size = 200 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 150 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 125 + } + + artisans = { + culture = turkish + religion = sunni + size = 650 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1100 + } + + farmers = { + culture = turkish + religion = sunni + size = 10875 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 450 + } + + farmers = { + culture = armenian + religion = coptic + size = 8775 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 300 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 50 + } + + officers = { + culture = kurdish + religion = sunni + size = 100 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 200 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1100 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 1100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 17350 + } } #Erzincan (312000/78000 POPS) 888 = { - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 225 - } - - artisans = { - culture = turkish - religion = sunni - size = 1150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 100 - } - - farmers = { - culture = turkish - religion = sunni - size = 21175 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 350 - } - - artisans = { - culture = armenian - religion = coptic - size = 1800 - } - - farmers = { - culture = armenian - religion = coptic - size = 33850 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 400 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 200 - } - - artisans = { - culture = kurdish - religion = sunni - size = 950 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 1100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 16450 - } + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 225 + } + + artisans = { + culture = turkish + religion = sunni + size = 1150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 100 + } + + farmers = { + culture = turkish + religion = sunni + size = 21175 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 350 + } + + artisans = { + culture = armenian + religion = coptic + size = 1800 + } + + farmers = { + culture = armenian + religion = coptic + size = 33850 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 400 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 200 + } + + artisans = { + culture = kurdish + religion = sunni + size = 950 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 1100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 16450 + } } -#Malatya (196000/49000 POPS) #mashriqi catholic = Assyrians +#Malatya (196000/49000 POPS) #mashriqi catholic = Assyrians 889 = { - aristocrats = { - culture = turkish - religion = sunni - size = 175 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 500 - } - - soldiers = { - culture = turkish - religion = sunni - size = 150 - } - - farmers = { - culture = turkish - religion = sunni - size = 10100 - } - - soldiers = { - culture = armenian - religion = coptic - size = 100 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 600 - } - - farmers = { - culture = armenian - religion = coptic - size = 11200 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 200 - } - - farmers = { - culture = assyrian - religion = catholic - size = 3600 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 375 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1150 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 375 - } - - farmers = { - culture = kurdish - religion = sunni - size = 20875 - } + aristocrats = { + culture = turkish + religion = sunni + size = 175 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 500 + } + + soldiers = { + culture = turkish + religion = sunni + size = 150 + } + + farmers = { + culture = turkish + religion = sunni + size = 10100 + } + + soldiers = { + culture = armenian + religion = coptic + size = 100 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 600 + } + + farmers = { + culture = armenian + religion = coptic + size = 11200 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 200 + } + + farmers = { + culture = assyrian + religion = catholic + size = 3600 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 375 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1150 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 375 + } + + farmers = { + culture = kurdish + religion = sunni + size = 20875 + } } #Kurdistan Region (720000) #under the rule of Ottoman Empire in 1836 #Van (288000/72000 POPS) 890 = { - aristocrats = { - culture = turkish - religion = sunni - size = 175 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 125 - } - - officers = { - culture = turkish - religion = sunni - size = 105 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 12750 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 100 - } - - officers = { - culture = armenian - religion = coptic - size = 50 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 950 - } - - farmers = { - culture = armenian - religion = coptic - size = 14475 - } - - aristocrats = { - culture = assyrian - religion = catholic - size = 100 - } - - officers = { - culture = assyrian - religion = catholic - size = 50 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 200 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 50 - } - - artisans = { - culture = assyrian - religion = catholic - size = 300 - } - - farmers = { - culture = assyrian - religion = catholic - size = 5300 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 550 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 75 - } - - officers = { - culture = kurdish - religion = sunni - size = 75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1500 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 2850 - } - - farmers = { - culture = kurdish - religion = sunni - size = 30600 - } - - slaves = { - culture = armenian - religion = coptic - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 175 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 125 + } + + officers = { + culture = turkish + religion = sunni + size = 105 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 12750 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 100 + } + + officers = { + culture = armenian + religion = coptic + size = 50 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 950 + } + + farmers = { + culture = armenian + religion = coptic + size = 14475 + } + + aristocrats = { + culture = assyrian + religion = catholic + size = 100 + } + + officers = { + culture = assyrian + religion = catholic + size = 50 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 200 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 50 + } + + artisans = { + culture = assyrian + religion = catholic + size = 300 + } + + farmers = { + culture = assyrian + religion = catholic + size = 5300 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 550 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 75 + } + + officers = { + culture = kurdish + religion = sunni + size = 75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1500 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 2850 + } + + farmers = { + culture = kurdish + religion = sunni + size = 30600 + } + + slaves = { + culture = armenian + religion = coptic + size = 1000 + } } #Bitlis (76000/19000 POPS) 891 = { - aristocrats = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 75 - } - - artisans = { - culture = turkish - religion = sunni - size = 200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 75 - } - - farmers = { - culture = turkish - religion = sunni - size = 3550 - } - - soldiers = { - culture = armenian - religion = coptic - size = 100 - } - - clergymen = { - culture = armenian - religion = coptic - size = 50 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - farmers = { - culture = armenian - religion = coptic - size = 6500 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 50 - } - - artisans = { - culture = assyrian - religion = catholic - size = 100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1775 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 125 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 50 - } - - artisans = { - culture = kurdish - religion = sunni - size = 300 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 525 - } - - farmers = { - culture = kurdish - religion = sunni - size = 5000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 75 + } + + artisans = { + culture = turkish + religion = sunni + size = 200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 75 + } + + farmers = { + culture = turkish + religion = sunni + size = 3550 + } + + soldiers = { + culture = armenian + religion = coptic + size = 100 + } + + clergymen = { + culture = armenian + religion = coptic + size = 50 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + farmers = { + culture = armenian + religion = coptic + size = 6500 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 50 + } + + artisans = { + culture = assyrian + religion = catholic + size = 100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1775 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 125 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 50 + } + + artisans = { + culture = kurdish + religion = sunni + size = 300 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 525 + } + + farmers = { + culture = kurdish + religion = sunni + size = 5000 + } } #Hakkari (92000/23000 POPS) 892 = { - aristocrats = { - culture = turkish - religion = sunni - size = 50 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 675 - } - - farmers = { - culture = turkish - religion = sunni - size = 2050 - } - - soldiers = { - culture = armenian - religion = coptic - size = 100 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - farmers = { - culture = armenian - religion = coptic - size = 6500 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1875 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 150 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 550 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 1175 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 375 - } - - farmers = { - culture = kurdish - religion = sunni - size = 9025 - } + aristocrats = { + culture = turkish + religion = sunni + size = 50 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 675 + } + + farmers = { + culture = turkish + religion = sunni + size = 2050 + } + + soldiers = { + culture = armenian + religion = coptic + size = 100 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + farmers = { + culture = armenian + religion = coptic + size = 6500 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1875 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 150 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 550 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 1175 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 375 + } + + farmers = { + culture = kurdish + religion = sunni + size = 9025 + } } #Diyarbakir (264000/66000 POPS) 893 = { - aristocrats = { - culture = turkish - religion = sunni - size = 25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 200 - } - - artisans = { - culture = turkish - religion = sunni - size = 200 - } - - soldiers = { - culture = turkish - religion = sunni - size = 250 - } - - farmers = { - culture = turkish - religion = sunni - size = 2000 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 100 - } - - officers = { - culture = armenian - religion = coptic - size = 100 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 1050 - } - - farmers = { - culture = armenian - religion = coptic - size = 20450 - } - - aristocrats = { - culture = assyrian - religion = catholic - size = 100 - } - - officers = { - culture = assyrian - religion = catholic - size = 100 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 400 - } - - farmers = { - culture = assyrian - religion = catholic - size = 7225 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 650 - } - - officers = { - culture = kurdish - religion = sunni - size = 100 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1750 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 650 - } - - farmers = { - culture = kurdish - religion = sunni - size = 31600 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 1375 - } + aristocrats = { + culture = turkish + religion = sunni + size = 25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 200 + } + + artisans = { + culture = turkish + religion = sunni + size = 200 + } + + soldiers = { + culture = turkish + religion = sunni + size = 250 + } + + farmers = { + culture = turkish + religion = sunni + size = 2000 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 100 + } + + officers = { + culture = armenian + religion = coptic + size = 100 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 1050 + } + + farmers = { + culture = armenian + religion = coptic + size = 20450 + } + + aristocrats = { + culture = assyrian + religion = catholic + size = 100 + } + + officers = { + culture = assyrian + religion = catholic + size = 100 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 400 + } + + farmers = { + culture = assyrian + religion = catholic + size = 7225 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 650 + } + + officers = { + culture = kurdish + religion = sunni + size = 100 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1750 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 650 + } + + farmers = { + culture = kurdish + religion = sunni + size = 31600 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 1375 + } } #Jezira/Cizre (92000/23000 POPS) 2414 = { - aristocrats = { - culture = turkish - religion = sunni - size = 50 - } - - clergymen = { - culture = turkish - religion = sunni - size = 75 - } - - artisans = { - culture = turkish - religion = sunni - size = 150 - } - - soldiers = { - culture = turkish - religion = sunni - size = 675 - } - - farmers = { - culture = turkish - religion = sunni - size = 2050 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - farmers = { - culture = armenian - religion = coptic - size = 4400 - } - - soldiers = { - culture = assyrian - religion = catholic - size = 100 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 100 - } - - artisans = { - culture = assyrian - religion = catholic - size = 100 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1575 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 150 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 250 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 100 - } - - farmers = { - culture = kurdish - religion = sunni - size = 1025 - } - - aristocrats = { - culture = kurdish - religion = yazidi - size = 150 - } - - clergymen = { - culture = kurdish - religion = yazidi - size = 100 - } - - artisans = { - culture = kurdish - religion = yazidi - size = 550 - } - - soldiers = { - culture = kurdish - religion = yazidi - size = 1175 - } - - farmers = { - culture = kurdish - religion = yazidi - size = 7025 - } + aristocrats = { + culture = turkish + religion = sunni + size = 50 + } + + clergymen = { + culture = turkish + religion = sunni + size = 75 + } + + artisans = { + culture = turkish + religion = sunni + size = 150 + } + + soldiers = { + culture = turkish + religion = sunni + size = 675 + } + + farmers = { + culture = turkish + religion = sunni + size = 2050 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + farmers = { + culture = armenian + religion = coptic + size = 4400 + } + + soldiers = { + culture = assyrian + religion = catholic + size = 100 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 100 + } + + artisans = { + culture = assyrian + religion = catholic + size = 100 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1575 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 150 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 250 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 100 + } + + farmers = { + culture = kurdish + religion = sunni + size = 1025 + } + + aristocrats = { + culture = kurdish + religion = yazidi + size = 150 + } + + clergymen = { + culture = kurdish + religion = yazidi + size = 100 + } + + artisans = { + culture = kurdish + religion = yazidi + size = 550 + } + + soldiers = { + culture = kurdish + religion = yazidi + size = 1175 + } + + farmers = { + culture = kurdish + religion = yazidi + size = 7025 + } } #Cilicia Region (540000) #under the rule of Ottoman Empire in 1836 #Adana (252000/63000 POPS) 894 = { - aristocrats = { - culture = turkish - religion = sunni - size = 650 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 150 - } - - officers = { - culture = turkish - religion = sunni - size = 100 - } - - clergymen = { - culture = turkish - religion = sunni - size = 500 - } - - artisans = { - culture = turkish - religion = sunni - size = 2550 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2625 - } - - farmers = { - culture = turkish - religion = sunni - size = 44375 - } - - soldiers = { - culture = greek - religion = orthodox - size = 110 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 150 - } - - farmers = { - culture = greek - religion = orthodox - size = 2600 - } - - aristocrats = { - culture = armenian - religion = coptic - size = 110 - } - - officers = { - culture = armenian - religion = coptic - size = 110 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 450 - } - - farmers = { - culture = armenian - religion = coptic - size = 8075 - } + aristocrats = { + culture = turkish + religion = sunni + size = 650 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 150 + } + + officers = { + culture = turkish + religion = sunni + size = 100 + } + + clergymen = { + culture = turkish + religion = sunni + size = 500 + } + + artisans = { + culture = turkish + religion = sunni + size = 2550 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2625 + } + + farmers = { + culture = turkish + religion = sunni + size = 44375 + } + + soldiers = { + culture = greek + religion = orthodox + size = 110 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 150 + } + + farmers = { + culture = greek + religion = orthodox + size = 2600 + } + + aristocrats = { + culture = armenian + religion = coptic + size = 110 + } + + officers = { + culture = armenian + religion = coptic + size = 110 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 450 + } + + farmers = { + culture = armenian + religion = coptic + size = 8075 + } } #Mersin (96000/24000 POPS) 895 = { - aristocrats = { - culture = turkish - religion = sunni - size = 275 - } - - officers = { - culture = turkish - religion = sunni - size = 110 - } - - clergymen = { - culture = turkish - religion = sunni - size = 225 - } - - artisans = { - culture = turkish - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkish - religion = sunni - size = 225 - } - - farmers = { - culture = turkish - religion = sunni - size = 20175 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 110 - } - - officers = { - culture = greek - religion = orthodox - size = 110 - } - - soldiers = { - culture = greek - religion = orthodox - size = 150 - } - - clergymen = { - culture = greek - religion = orthodox - size = 110 - } - - artisans = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 1575 - } + aristocrats = { + culture = turkish + religion = sunni + size = 275 + } + + officers = { + culture = turkish + religion = sunni + size = 110 + } + + clergymen = { + culture = turkish + religion = sunni + size = 225 + } + + artisans = { + culture = turkish + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkish + religion = sunni + size = 225 + } + + farmers = { + culture = turkish + religion = sunni + size = 20175 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 110 + } + + officers = { + culture = greek + religion = orthodox + size = 110 + } + + soldiers = { + culture = greek + religion = orthodox + size = 150 + } + + clergymen = { + culture = greek + religion = orthodox + size = 110 + } + + artisans = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 1575 + } } #Marash (192000/48000 POPS) 896 = { - aristocrats = { - culture = turkish - religion = sunni - size = 525 - } - - clergymen = { - culture = turkish - religion = sunni - size = 425 - } - - artisans = { - culture = turkish - religion = sunni - size = 2000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1525 - } - - farmers = { - culture = turkish - religion = sunni - size = 37525 - } - - farmers = { - culture = circassian - religion = sunni - size = 150 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 300 - } - - farmers = { - culture = armenian - religion = coptic - size = 5650 - } + aristocrats = { + culture = turkish + religion = sunni + size = 525 + } + + clergymen = { + culture = turkish + religion = sunni + size = 425 + } + + artisans = { + culture = turkish + religion = sunni + size = 2000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1525 + } + + farmers = { + culture = turkish + religion = sunni + size = 37525 + } + + farmers = { + culture = circassian + religion = sunni + size = 150 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 300 + } + + farmers = { + culture = armenian + religion = coptic + size = 5650 + } } -#Halab Region (756000) #see Syria.txt for balance of region +#Halab Region (756000) #see Syria.txt for balance of region #under the rule of Egypt in 1836 #Antep (248000/62000 POPS) 898 = { - aristocrats = { - culture = turkish - religion = sunni - size = 450 - } - - clergymen = { - culture = turkish - religion = sunni - size = 350 - } - - artisans = { - culture = turkish - religion = sunni - size = 1750 - } - - soldiers = { - culture = turkish - religion = sunni - size = 3000 - } - - soldiers = { - culture = turkish - religion = sunni - size = 425 - } - - farmers = { - culture = turkish - religion = sunni - size = 29025 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 250 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 175 - } - - artisans = { - culture = kurdish - religion = sunni - size = 850 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 200 - } - - farmers = { - culture = kurdish - religion = sunni - size = 15525 - } - - soldiers = { - culture = armenian - religion = coptic - size = 110 - } - - clergymen = { - culture = armenian - religion = coptic - size = 110 - } - - artisans = { - culture = armenian - religion = coptic - size = 500 - } - - farmers = { - culture = armenian - religion = coptic - size = 9425 - } + aristocrats = { + culture = turkish + religion = sunni + size = 450 + } + + clergymen = { + culture = turkish + religion = sunni + size = 350 + } + + artisans = { + culture = turkish + religion = sunni + size = 1750 + } + + soldiers = { + culture = turkish + religion = sunni + size = 3000 + } + + soldiers = { + culture = turkish + religion = sunni + size = 425 + } + + farmers = { + culture = turkish + religion = sunni + size = 29025 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 250 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 175 + } + + artisans = { + culture = kurdish + religion = sunni + size = 850 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 200 + } + + farmers = { + culture = kurdish + religion = sunni + size = 15525 + } + + soldiers = { + culture = armenian + religion = coptic + size = 110 + } + + clergymen = { + culture = armenian + religion = coptic + size = 110 + } + + artisans = { + culture = armenian + religion = coptic + size = 500 + } + + farmers = { + culture = armenian + religion = coptic + size = 9425 + } } #Urfa (348000/87000 POPS) 899 = { - aristocrats = { - culture = turkish - religion = sunni - size = 250 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 900 - } - - soldiers = { - culture = turkish - religion = sunni - size = 175 - } - - farmers = { - culture = turkish - religion = sunni - size = 16500 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 350 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 100 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1400 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 325 - } - - farmers = { - culture = kurdish - religion = sunni - size = 25650 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 400 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 275 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1700 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 375 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 33150 - } - - soldiers = { - culture = armenian - religion = coptic - size = 200 - } - - clergymen = { - culture = armenian - religion = coptic - size = 100 - } - - artisans = { - culture = armenian - religion = coptic - size = 350 - } - - farmers = { - culture = armenian - religion = coptic - size = 6400 - } - - slaves = { - culture = armenian - religion = coptic - size = 1000 - } + aristocrats = { + culture = turkish + religion = sunni + size = 250 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 900 + } + + soldiers = { + culture = turkish + religion = sunni + size = 175 + } + + farmers = { + culture = turkish + religion = sunni + size = 16500 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 350 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 100 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1400 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 325 + } + + farmers = { + culture = kurdish + religion = sunni + size = 25650 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 400 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 275 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1700 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 375 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 33150 + } + + soldiers = { + culture = armenian + religion = coptic + size = 200 + } + + clergymen = { + culture = armenian + religion = coptic + size = 100 + } + + artisans = { + culture = armenian + religion = coptic + size = 350 + } + + farmers = { + culture = armenian + religion = coptic + size = 6400 + } + + slaves = { + culture = armenian + religion = coptic + size = 1000 + } } #Antioch (160000/40000 POPS) 900 = { - aristocrats = { - culture = turkish - religion = sunni - size = 300 - } - - clergymen = { - culture = turkish - religion = sunni - size = 100 - } - - artisans = { - culture = turkish - religion = sunni - size = 300 - } - - soldiers = { - culture = turkish - religion = sunni - size = 225 - } - - farmers = { - culture = turkish - religion = sunni - size = 10025 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 200 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 175 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4975 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 450 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 8475 - } - - clergymen = { - culture = armenian - religion = coptic - size = 75 - } - - artisans = { - culture = armenian - religion = coptic - size = 200 - } - - farmers = { - culture = armenian - religion = coptic - size = 3725 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 550 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 8500 - } + aristocrats = { + culture = turkish + religion = sunni + size = 300 + } + + clergymen = { + culture = turkish + religion = sunni + size = 100 + } + + artisans = { + culture = turkish + religion = sunni + size = 300 + } + + soldiers = { + culture = turkish + religion = sunni + size = 225 + } + + farmers = { + culture = turkish + religion = sunni + size = 10025 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 200 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 175 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4975 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 450 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 8475 + } + + clergymen = { + culture = armenian + religion = coptic + size = 75 + } + + artisans = { + culture = armenian + religion = coptic + size = 200 + } + + farmers = { + culture = armenian + religion = coptic + size = 3725 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 550 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 8500 + } } diff --git a/HPM/history/pops/1836.1.1/Turkmenistan.txt b/HPM/history/pops/1836.1.1/Turkmenistan.txt index 2f439c4c..8965e3bb 100644 --- a/HPM/history/pops/1836.1.1/Turkmenistan.txt +++ b/HPM/history/pops/1836.1.1/Turkmenistan.txt @@ -1,294 +1,293 @@ -#Khwarazm Region (40000) #see Uzbekistan.txt and Kazakhstan.txt for balance of region -#under the rule of Khiva in 1836 -#Dashhowuz (40000/10000 POPS) #now part of Turkmenistan +#Khwarazm Region (40000) #see Uzbekistan.txt and Kazakhstan.txt for balance of region +#under the rule of Khiva in 1836 +#Dashhowuz (40000/10000 POPS) #now part of Turkmenistan 1196 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 175 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 75 - } - - artisans = { - culture = turkmen - religion = sunni - size = 450 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 100 - } - - farmers = { - culture = turkmen - religion = sunni - size = 9200 - } - - aristocrats = { - culture = uzbek - religion = sunni - size = 25 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 25 - } - - artisans = { - culture = uzbek - religion = sunni - size = 100 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 25 - } - - farmers = { - culture = uzbek - religion = sunni - size = 1825 - } - + aristocrats = { + culture = turkmen + religion = sunni + size = 175 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 75 + } + + artisans = { + culture = turkmen + religion = sunni + size = 450 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 100 + } + + farmers = { + culture = turkmen + religion = sunni + size = 9200 + } + + aristocrats = { + culture = uzbek + religion = sunni + size = 25 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 25 + } + + artisans = { + culture = uzbek + religion = sunni + size = 100 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 25 + } + + farmers = { + culture = uzbek + religion = sunni + size = 1825 + } + } -#Turkmenia Region (368000) -#under the rule of Khiva in 1836 -#Ashkabad (148000/32000 POPS) +#Turkmenia Region (368000) +#under the rule of Khiva in 1836 +#Ashkabad (148000/32000 POPS) 1204 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 500 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 275 - } - - artisans = { - culture = turkmen - religion = sunni - size = 1250 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 300 - } - - farmers = { - culture = turkmen - religion = sunni - size = 25675 - } - - clergymen = { - culture = persian - religion = shiite - size = 25 - } - - artisans = { - culture = persian - religion = shiite - size = 200 - } - - soldiers = { - culture = persian - religion = shiite - size = 25 - } - - farmers = { - culture = persian - religion = shiite - size = 3750 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 500 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 275 + } + + artisans = { + culture = turkmen + religion = sunni + size = 1250 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 300 + } + + farmers = { + culture = turkmen + religion = sunni + size = 25675 + } + + clergymen = { + culture = persian + religion = shiite + size = 25 + } + + artisans = { + culture = persian + religion = shiite + size = 200 + } + + soldiers = { + culture = persian + religion = shiite + size = 25 + } + + farmers = { + culture = persian + religion = shiite + size = 3750 + } } -#Kizil Arvut (88000/22000 POPS) +#Kizil Arvut (88000/22000 POPS) 1205 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 100 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 50 - } - - artisans = { - culture = turkmen - religion = sunni - size = 400 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 200 - } - - farmers = { - culture = turkmen - religion = sunni - size = 6400 - } - - artisans = { - culture = persian - religion = shiite - size = 200 - } - - farmers = { - culture = persian - religion = shiite - size = 700 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 100 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 50 + } + + artisans = { + culture = turkmen + religion = sunni + size = 400 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 200 + } + + farmers = { + culture = turkmen + religion = sunni + size = 6400 + } + + artisans = { + culture = persian + religion = shiite + size = 200 + } + + farmers = { + culture = persian + religion = shiite + size = 700 + } } -#under the rule of Bukhara in 1836 -#Chardzhou (132000/33000 POPS) +#under the rule of Bukhara in 1836 +#Chardzhou (132000/33000 POPS) 1206 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 25 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 25 - } - - artisans = { - culture = uzbek - religion = sunni - size = 100 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 25 - } - - farmers = { - culture = uzbek - religion = sunni - size = 1825 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 400 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 225 - } - - artisans = { - culture = turkmen - religion = sunni - size = 1100 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 250 - } - - farmers = { - culture = turkmen - religion = sunni - size = 21025 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 25 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 25 + } + + artisans = { + culture = uzbek + religion = sunni + size = 100 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 25 + } + + farmers = { + culture = uzbek + religion = sunni + size = 1825 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 400 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 225 + } + + artisans = { + culture = turkmen + religion = sunni + size = 1100 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 250 + } + + farmers = { + culture = turkmen + religion = sunni + size = 21025 + } } #Merv - Former Line Islands (?/? POPS) 686 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 100 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 200 - } - - artisans = { - culture = turkmen - religion = sunni - size = 200 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 250 - } - - farmers = { - culture = turkmen - religion = sunni - size = 5000 - } - - aristocrats = { - culture = persian - religion = shiite - size = 50 - } - - clergymen = { - culture = persian - religion = shiite - size = 50 - } - - artisans = { - culture = persian - religion = shiite - size = 400 - } - - soldiers = { - culture = persian - religion = shiite - size = 75 - } - - farmers = { - culture = persian - religion = shiite - size = 2425 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 100 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 200 + } + + artisans = { + culture = turkmen + religion = sunni + size = 200 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 250 + } + + farmers = { + culture = turkmen + religion = sunni + size = 5000 + } + + aristocrats = { + culture = persian + religion = shiite + size = 50 + } + + clergymen = { + culture = persian + religion = shiite + size = 50 + } + + artisans = { + culture = persian + religion = shiite + size = 400 + } + + soldiers = { + culture = persian + religion = shiite + size = 75 + } + + farmers = { + culture = persian + religion = shiite + size = 2425 + } } - diff --git a/HPM/history/pops/1836.1.1/Uganda.txt b/HPM/history/pops/1836.1.1/Uganda.txt index 8d8557af..ea6eb3c6 100644 --- a/HPM/history/pops/1836.1.1/Uganda.txt +++ b/HPM/history/pops/1836.1.1/Uganda.txt @@ -1,421 +1,421 @@ -#Uganda Region (1136000) +#Uganda Region (1136000) #uncolonized in 1836/dominated by Buganda in 1836 -#Entebbe (400000/100000 POPS) +#Entebbe (400000/100000 POPS) 2019 = { - aristocrats = { - culture = baganda - religion = animist - size = 1000 - } - - aristocrats = { - culture = baganda - religion = sunni - size = 350 - } - - bureaucrats = { - culture = baganda - religion = sunni - size = 50 - } - - officers = { - culture = baganda - religion = animist - size = 50 - } - - officers = { - culture = baganda - religion = sunni - size = 50 - } - - clergymen = { - culture = baganda - religion = sunni - size = 725 - } - - artisans = { - culture = baganda - religion = animist - size = 1800 - } - - artisans = { - culture = baganda - religion = sunni - size = 1000 - } - - soldiers = { - culture = baganda - religion = animist - size = 1000 - } - - soldiers = { - culture = baganda - religion = sunni - size = 1000 - } - - farmers = { - culture = baganda - religion = animist - size = 48025 - } - - farmers = { - culture = baganda - religion = sunni - size = 15000 - } - - aristocrats = { - culture = lacustrine_bantu - religion = animist - size = 575 - } - - clergymen = { - culture = lacustrine_bantu - religion = animist - size = 300 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 1500 - } - - soldiers = { - culture = lacustrine_bantu - religion = animist - size = 300 - } - - farmers = { - culture = lacustrine_bantu - religion = animist - size = 10325 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 7000 - } + aristocrats = { + culture = baganda + religion = animist + size = 1000 + } + + aristocrats = { + culture = baganda + religion = sunni + size = 350 + } + + bureaucrats = { + culture = baganda + religion = sunni + size = 50 + } + + officers = { + culture = baganda + religion = animist + size = 50 + } + + officers = { + culture = baganda + religion = sunni + size = 50 + } + + clergymen = { + culture = baganda + religion = sunni + size = 725 + } + + artisans = { + culture = baganda + religion = animist + size = 1800 + } + + artisans = { + culture = baganda + religion = sunni + size = 1000 + } + + soldiers = { + culture = baganda + religion = animist + size = 1000 + } + + soldiers = { + culture = baganda + religion = sunni + size = 1000 + } + + farmers = { + culture = baganda + religion = animist + size = 48025 + } + + farmers = { + culture = baganda + religion = sunni + size = 15000 + } + + aristocrats = { + culture = lacustrine_bantu + religion = animist + size = 575 + } + + clergymen = { + culture = lacustrine_bantu + religion = animist + size = 300 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 1500 + } + + soldiers = { + culture = lacustrine_bantu + religion = animist + size = 300 + } + + farmers = { + culture = lacustrine_bantu + religion = animist + size = 10325 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 7000 + } } -#Mbarara (232000/53000 POPS) +#Mbarara (232000/53000 POPS) 2020 = { - aristocrats = { - culture = baganda - religion = animist - size = 650 - } - - clergymen = { - culture = baganda - religion = animist - size = 350 - } - - artisans = { - culture = baganda - religion = animist - size = 1650 - } - - soldiers = { - culture = baganda - religion = animist - size = 1350 - } - - farmers = { - culture = baganda - religion = animist - size = 41920 - } - - farmers = { - culture = ruanda - religion = animist - size = 4000 - } - - farmers = { - culture = baganda - religion = sunni - size = 2080 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 4000 - } - - aristocrats = { - culture = luo - religion = animist - size = 350 - } - - clergymen = { - culture = luo - religion = animist - size = 175 - } - - artisans = { - culture = luo - religion = animist - size = 725 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 8550 - } + aristocrats = { + culture = baganda + religion = animist + size = 650 + } + + clergymen = { + culture = baganda + religion = animist + size = 350 + } + + artisans = { + culture = baganda + religion = animist + size = 1650 + } + + soldiers = { + culture = baganda + religion = animist + size = 1350 + } + + farmers = { + culture = baganda + religion = animist + size = 41920 + } + + farmers = { + culture = ruanda + religion = animist + size = 4000 + } + + farmers = { + culture = baganda + religion = sunni + size = 2080 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 4000 + } + + aristocrats = { + culture = luo + religion = animist + size = 350 + } + + clergymen = { + culture = luo + religion = animist + size = 175 + } + + artisans = { + culture = luo + religion = animist + size = 725 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 8550 + } } -#Masindi (192000/48000 POPS) +#Masindi (192000/48000 POPS) 2021 = { - aristocrats = { - culture = luo - religion = sunni - size = 550 - } - - clergymen = { - culture = luo - religion = sunni - size = 300 - } - - soldiers = { - culture = luo - religion = sunni - size = 300 - } - - farmers = { - culture = luo - religion = sunni - size = 700 - } - - artisans = { - culture = nilotic - religion = animist - size = 1450 - } - - farmers = { - culture = nilotic - religion = animist - size = 3700 - } - - slaves = { - culture = nilotic - religion = animist - size = 4000 - } - - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 20450 - } + aristocrats = { + culture = luo + religion = sunni + size = 550 + } + + clergymen = { + culture = luo + religion = sunni + size = 300 + } + + soldiers = { + culture = luo + religion = sunni + size = 300 + } + + farmers = { + culture = luo + religion = sunni + size = 700 + } + + artisans = { + culture = nilotic + religion = animist + size = 1450 + } + + farmers = { + culture = nilotic + religion = animist + size = 3700 + } + + slaves = { + culture = nilotic + religion = animist + size = 4000 + } + + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 20450 + } } -#Kitgum (104000/26000 POPS) +#Kitgum (104000/26000 POPS) 2022 = { - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 24450 - } - - aristocrats = { - culture = luo - religion = sunni - size = 125 - } - - clergymen = { - culture = luo - religion = sunni - size = 75 - } - - artisans = { - culture = luo - religion = sunni - size = 350 - } - - soldiers = { - culture = luo - religion = sunni - size = 75 - } - - farmers = { - culture = nilotic - religion = animist - size = 5075 - } - - farmers = { - culture = nilotic - religion = sunni - size = 2700 - } - - slaves = { - culture = nilotic - religion = animist - size = 3300 - } + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 24450 + } + + aristocrats = { + culture = luo + religion = sunni + size = 125 + } + + clergymen = { + culture = luo + religion = sunni + size = 75 + } + + artisans = { + culture = luo + religion = sunni + size = 350 + } + + soldiers = { + culture = luo + religion = sunni + size = 75 + } + + farmers = { + culture = nilotic + religion = animist + size = 5075 + } + + farmers = { + culture = nilotic + religion = sunni + size = 2700 + } + + slaves = { + culture = nilotic + religion = animist + size = 3300 + } } -#Jinja (208000/52000 POPS) +#Jinja (208000/52000 POPS) 2023 = { - aristocrats = { - culture = baganda - religion = animist - size = 275 - } - - clergymen = { - culture = baganda - religion = animist - size = 150 - } - - aristocrats = { - culture = baganda - religion = sunni - size = 750 - } - - clergymen = { - culture = baganda - religion = sunni - size = 375 - } - - artisans = { - culture = baganda - religion = animist - size = 575 - } - - soldiers = { - culture = baganda - religion = animist - size = 150 - } - - soldiers = { - culture = baganda - religion = sunni - size = 375 - } - - farmers = { - culture = baganda - religion = animist - size = 52850 - } - - farmers = { - culture = baganda - religion = sunni - size = 9000 - } - - artisans = { - culture = luo - religion = animist - size = 1900 - } - - farmers = { - culture = luo - religion = animist - size = 4400 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 6000 - } + aristocrats = { + culture = baganda + religion = animist + size = 275 + } + + clergymen = { + culture = baganda + religion = animist + size = 150 + } + + aristocrats = { + culture = baganda + religion = sunni + size = 750 + } + + clergymen = { + culture = baganda + religion = sunni + size = 375 + } + + artisans = { + culture = baganda + religion = animist + size = 575 + } + + soldiers = { + culture = baganda + religion = animist + size = 150 + } + + soldiers = { + culture = baganda + religion = sunni + size = 375 + } + + farmers = { + culture = baganda + religion = animist + size = 52850 + } + + farmers = { + culture = baganda + religion = sunni + size = 9000 + } + + artisans = { + culture = luo + religion = animist + size = 1900 + } + + farmers = { + culture = luo + religion = animist + size = 4400 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 6000 + } } diff --git a/HPM/history/pops/1836.1.1/Ukraine.txt b/HPM/history/pops/1836.1.1/Ukraine.txt index f543dc6d..164a1643 100644 --- a/HPM/history/pops/1836.1.1/Ukraine.txt +++ b/HPM/history/pops/1836.1.1/Ukraine.txt @@ -1,3915 +1,3914 @@ -#Bukovina Region (164000) #See Romania.txt for balance of region -#under the rule of Austria in 1836 -#Cernauti (164000/41000 POPS) +#Bukovina Region (164000) #See Romania.txt for balance of region +#under the rule of Austria in 1836 +#Cernauti (164000/41000 POPS) 662 = { - clergymen = { - culture = romanian - religion = orthodox - size = 75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 400 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 9425 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 200 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 200 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 19600 - } - - aristocrats = { - culture = polish - religion = catholic - size = 700 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 30 - } - - officers = { - culture = polish - religion = catholic - size = 60 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 300 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 3810 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 35 - } - - officers = { - culture = south_german - religion = catholic - size = 40 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 200 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 2650 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2325 - } + clergymen = { + culture = romanian + religion = orthodox + size = 75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 400 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 49425 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 200 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 200 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 7600 + } + + aristocrats = { + culture = polish + religion = catholic + size = 700 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 30 + } + + officers = { + culture = polish + religion = catholic + size = 60 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 300 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 3810 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 35 + } + + officers = { + culture = south_german + religion = catholic + size = 40 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 200 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 2650 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2325 + } } -#Bessarabia Region (332000) #see Moldova.txt for balance of Region -#under the rule of Russia in 1836 -#Ismail (332000/83000 POPS) +#Bessarabia Region (332000) #see Moldova.txt for balance of Region +#under the rule of Russia in 1836 +#Ismail (332000/83000 POPS) 678 = { - farmers = { - culture = gypsy - religion = orthodox - size = 100 - } - - aristocrats = { - culture = romanian - religion = orthodox - size = 2100 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 600 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3000 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 600 - } - - farmers = { - culture = romanian - religion = orthodox - size = 43800 - } - - serfs = { - culture = romanian - religion = orthodox - size = 10000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5450 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2850 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 9300 - } - - clergymen = { - culture = turkish #gagauz - religion = orthodox - size = 100 - } - - artisans = { - culture = turkish - religion = orthodox - size = 150 - } - - soldiers = { - culture = turkish - religion = orthodox - size = 100 - } - - farmers = { - culture = turkish - religion = orthodox - size = 2775 - } + farmers = { + culture = gypsy + religion = orthodox + size = 100 + } + + aristocrats = { + culture = romanian + religion = orthodox + size = 2100 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 600 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3000 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 600 + } + + farmers = { + culture = romanian + religion = orthodox + size = 43800 + } + + serfs = { + culture = romanian + religion = orthodox + size = 10000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5450 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2850 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 9300 + } + + clergymen = { + culture = turkish #gagauz + religion = orthodox + size = 100 + } + + artisans = { + culture = turkish + religion = orthodox + size = 150 + } + + soldiers = { + culture = turkish + religion = orthodox + size = 100 + } + + farmers = { + culture = turkish + religion = orthodox + size = 2775 + } } #Felvidek Region (856000) #see Hungary.txt and Slovakia.txt for balance of Region -#under the rule of Austria in 1836 +#under the rule of Austria in 1836 #Uzgorod (856000/214000 POPS) #Part of Ukraine today 950 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 850 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 4600 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 900 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 85650 - } - - clergymen = { - culture = slovak - religion = catholic - size = 150 - } - - artisans = { - culture = slovak - religion = catholic - size = 850 - } - - soldiers = { - culture = slovak - religion = catholic - size = 175 - } - - farmers = { - culture = slovak - religion = catholic - size = 15825 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 4250 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 425 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2150 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 450 - } - - farmers = { - culture = hungarian - religion = catholic - size = 35725 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 400 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2250 - } - - soldiers = { - culture = hungarian - religion = protestant - size = 400 - } - - farmers = { - culture = hungarian - religion = protestant - size = 38950 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3075 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 875 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 125 - } - - artisans = { - culture = romanian - religion = orthodox - size = 750 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 150 - } - - farmers = { - culture = romanian - religion = orthodox - size = 13975 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 850 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 4600 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 900 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 85650 + } + + clergymen = { + culture = slovak + religion = catholic + size = 150 + } + + artisans = { + culture = slovak + religion = catholic + size = 850 + } + + soldiers = { + culture = slovak + religion = catholic + size = 175 + } + + farmers = { + culture = slovak + religion = catholic + size = 15825 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 4250 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 425 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2150 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 450 + } + + farmers = { + culture = hungarian + religion = catholic + size = 35725 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 400 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2250 + } + + soldiers = { + culture = hungarian + religion = protestant + size = 400 + } + + farmers = { + culture = hungarian + religion = protestant + size = 38950 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3075 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 875 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 125 + } + + artisans = { + culture = romanian + religion = orthodox + size = 750 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 150 + } + + farmers = { + culture = romanian + religion = orthodox + size = 13975 + } } -#Galicia Region (2576000) #see Poland.txt for balance of region +#Galicia Region (2576000) #see Poland.txt for balance of region #under the rule of Austria in 1836 -#Lvov (660000/165000 POPS) #now part of Ukraine +#Lvov (660000/165000 POPS) #now part of Ukraine 702 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 750 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 4200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 77050 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 1000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 3750 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 1300 - } - - officers = { - culture = polish - religion = catholic - size = 750 - } - - clergymen = { - culture = polish - religion = catholic - size = 775 - } - - artisans = { - culture = polish - religion = catholic - size = 3250 - } - - soldiers = { - culture = polish - religion = catholic - size = 650 - } - - serfs = { - culture = polish - religion = catholic - size = 54725 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2800 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10950 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1825 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 750 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 4200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 77050 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 1000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 3750 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 1300 + } + + officers = { + culture = polish + religion = catholic + size = 750 + } + + clergymen = { + culture = polish + religion = catholic + size = 775 + } + + artisans = { + culture = polish + religion = catholic + size = 3250 + } + + soldiers = { + culture = polish + religion = catholic + size = 650 + } + + serfs = { + culture = polish + religion = catholic + size = 54725 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2800 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10950 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1825 + } } -#Stryi (404000/101000 POPS) #now part of Ukraine +#Stryi (404000/101000 POPS) #now part of Ukraine 951 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 475 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2550 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 500 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 47475 - } - - aristocrats = { - culture = polish - religion = catholic - size = 5000 - } - - clergymen = { - culture = polish - religion = catholic - size = 425 - } - - artisans = { - culture = polish - religion = catholic - size = 2100 - } - - soldiers = { - culture = polish - religion = catholic - size = 450 - } - - serfs = { - culture = polish - religion = catholic - size = 34025 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5475 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 920 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 475 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2550 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 500 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 47475 + } + + aristocrats = { + culture = polish + religion = catholic + size = 5000 + } + + clergymen = { + culture = polish + religion = catholic + size = 425 + } + + artisans = { + culture = polish + religion = catholic + size = 2100 + } + + soldiers = { + culture = polish + religion = catholic + size = 450 + } + + serfs = { + culture = polish + religion = catholic + size = 34025 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5475 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 920 + } } -#Ternopil (1136000/284000 POPS) #now part of Ukraine +#Ternopil (1136000/284000 POPS) #now part of Ukraine 952 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 1950 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 9900 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1950 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 184200 - } - - - serfs = { - culture = ukrainian - religion = orthodox - size = 80000 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 4200 - } - - aristocrats = { - culture = polish - religion = catholic - size = 6500 - } - - clergymen = { - culture = polish - religion = catholic - size = 700 - } - - artisans = { - culture = polish - religion = catholic - size = 3400 - } - - soldiers = { - culture = polish - religion = catholic - size = 700 - } - - farmers = { - culture = polish - religion = catholic - size = 56700 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 175 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 13275 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 920 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 1950 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 9900 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1950 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 156200 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 80000 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 4200 + } + + aristocrats = { + culture = polish + religion = catholic + size = 6500 + } + + clergymen = { + culture = polish + religion = catholic + size = 700 + } + + artisans = { + culture = polish + religion = catholic + size = 3400 + } + + soldiers = { + culture = polish + religion = catholic + size = 700 + } + + farmers = { + culture = polish + religion = catholic + size = 56700 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 175 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 13275 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 920 + } } -#Stanislavov (376000/94000 POPS) #now part of Ukraine +#Stanislavov (376000/94000 POPS) #now part of Ukraine 953 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 500 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 525 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 48325 - } - - serfs = { - culture = gypsy - religion = orthodox - size = 1000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2150 - } - - clergymen = { - culture = polish - religion = catholic - size = 325 - } - - artisans = { - culture = polish - religion = catholic - size = 1650 - } - - soldiers = { - culture = polish - religion = catholic - size = 325 - } - - serfs = { - culture = polish - religion = catholic - size = 28550 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5475 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 920 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 500 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 525 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 48325 + } + + serfs = { + culture = gypsy + religion = orthodox + size = 1000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2150 + } + + clergymen = { + culture = polish + religion = catholic + size = 325 + } + + artisans = { + culture = polish + religion = catholic + size = 1650 + } + + soldiers = { + culture = polish + religion = catholic + size = 325 + } + + serfs = { + culture = polish + religion = catholic + size = 28550 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5475 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 920 + } } #Volhynia-Podolia Region (1892000) #under the rule of Russia in 1836 #Vinnitsa (492000/123000 POPS) 954 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 5850 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1050 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 46100 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2000 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 125 - } - - officers = { - culture = polish - religion = catholic - size = 400 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 300 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 325 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11725 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 675 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 175 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 5850 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1050 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 46100 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2000 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 125 + } + + officers = { + culture = polish + religion = catholic + size = 400 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 300 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 325 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11725 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 675 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 175 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } } #Proskorov (496000/124000 POPS) 955 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 950 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2450 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4400 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 40200 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2750 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 650 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 6400 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 125 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11725 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 850 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 950 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2450 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4400 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 40200 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2750 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 650 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 6400 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 125 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11725 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 850 + } } #Rovne (460000/115000 POPS) 956 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 825 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2400 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 43775 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 40000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2600 - } - - clergymen = { - culture = polish - religion = catholic - size = 125 - } - - artisans = { - culture = polish - religion = catholic - size = 750 - } - - soldiers = { - culture = polish - religion = catholic - size = 150 - } - - farmers = { - culture = polish - religion = catholic - size = 10375 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10250 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 825 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2400 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 43775 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 40000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2600 + } + + clergymen = { + culture = polish + religion = catholic + size = 125 + } + + artisans = { + culture = polish + religion = catholic + size = 750 + } + + soldiers = { + culture = polish + religion = catholic + size = 150 + } + + farmers = { + culture = polish + religion = catholic + size = 10375 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10250 + } } #Kovel (444000/111000 POPS) 957 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 825 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2350 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4400 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 37450 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 40000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2300 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 600 - } - - soldiers = { - culture = polish - religion = catholic - size = 125 - } - - farmers = { - culture = polish - religion = catholic - size = 8850 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2600 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 125 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10250 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 825 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2350 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4400 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 37450 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 40000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2300 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 600 + } + + soldiers = { + culture = polish + religion = catholic + size = 125 + } + + farmers = { + culture = polish + religion = catholic + size = 8850 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2600 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 125 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10250 + } } #Ukraine Region (4028000) #under the rule of Russia in 1836 #Kiev (492000/123000 POPS) 958 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1300 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 250 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 600 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 900 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 10000 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 5400 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 34900 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1500 - } - - officers = { - culture = polish - religion = catholic - size = 300 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 150 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3300 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 175 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12375 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - officers = { - culture = russian - religion = orthodox - size = 150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 250 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1300 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 250 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 600 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 900 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 10000 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 5400 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 34900 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1500 + } + + officers = { + culture = polish + religion = catholic + size = 300 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 150 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3300 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 175 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12375 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + officers = { + culture = russian + religion = orthodox + size = 150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 250 + } } #Korosten (448000/112000 POPS) 959 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1700 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 875 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2100 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4400 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 29925 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 900 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 750 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 8150 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 9975 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1700 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 875 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2100 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4400 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 29925 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 900 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 750 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 8150 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 9975 + } } #Zhitomir (460000/115000 POPS) 960 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1600 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2600 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4400 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 40375 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 800 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 150 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10700 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1600 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2600 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4400 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 40375 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 800 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 150 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10700 + } } #Cherkassy (460000/115000 POPS) 961 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1600 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 800 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1950 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 5600 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 35550 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 50000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 700 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10700 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 3325 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1600 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 800 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1950 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 5600 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 35550 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 50000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 700 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10700 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 3325 + } } #Chernigov (616000/154000 POPS) 962 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 3000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1400 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6000 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 6100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 57500 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 70000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6325 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1250 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 3000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1400 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6000 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 6100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 57500 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 70000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6325 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1250 + } } #Poltava (1552000/388000 POPS) 963 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 6000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 3500 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 10000 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6000 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 15100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 128000 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 200000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3250 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11950 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 500 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 275 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 6000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 3500 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 10000 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6000 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 15100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 128000 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 200000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3250 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11950 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 500 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 275 + } } #Taurida Region (360000) #under the rule of Russia in 1836 #Simferopol (126000/29000 POPS) 964 = { - farmers = { - culture = gypsy - religion = orthodox - size = 150 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 550 - } - - bureaucrats = { - culture = tatar - religion = sunni - size = 75 - } - - officers = { - culture = tatar - religion = sunni - size = 40 - } - - clergymen = { - culture = tatar - religion = sunni - size = 200 - } - - artisans = { - culture = tatar - religion = sunni - size = 950 - } - - soldiers = { - culture = tatar - religion = sunni - size = 1000 - } - - farmers = { - culture = tatar - religion = sunni - size = 8185 - } - - serfs = { - culture = tatar - religion = sunni - size = 10000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 150 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 2750 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 175 - } - - officers = { - culture = russian - religion = orthodox - size = 60 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2465 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 750 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 885 - } + farmers = { + culture = gypsy + religion = orthodox + size = 150 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 550 + } + + bureaucrats = { + culture = tatar + religion = sunni + size = 75 + } + + officers = { + culture = tatar + religion = sunni + size = 40 + } + + clergymen = { + culture = tatar + religion = sunni + size = 200 + } + + artisans = { + culture = tatar + religion = sunni + size = 950 + } + + soldiers = { + culture = tatar + religion = sunni + size = 1000 + } + + farmers = { + culture = tatar + religion = sunni + size = 8185 + } + + serfs = { + culture = tatar + religion = sunni + size = 10000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 150 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 2750 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 175 + } + + officers = { + culture = russian + religion = orthodox + size = 60 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2465 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 750 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 885 + } } #Cherson (126000/29000 POPS) 965 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 450 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 125 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 275 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 150 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 2000 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 10000 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 100 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 200 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 4575 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 150 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2625 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 400 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1550 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 750 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 100 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 100 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 100 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2825 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 125 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1800 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 450 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 125 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 275 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 150 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 2000 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 10000 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 100 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 200 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 4575 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 150 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2625 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 400 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1550 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 750 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 100 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 100 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 100 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2825 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 125 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1800 + } } #Kerch (48000/12000 POPS) 966 = { - aristocrats = { - culture = tatar - religion = sunni - size = 200 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 175 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 7950 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 125 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1750 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 395 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 200 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 750 - } + aristocrats = { + culture = tatar + religion = sunni + size = 200 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 175 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 7950 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 125 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1750 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 395 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 200 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 750 + } } #Sevastopol (60000/15000 POPS) 967 = { - farmers = { - culture = armenian - religion = coptic - size = 900 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 250 - } - - clergymen = { - culture = tatar - religion = sunni - size = 100 - } - - artisans = { - culture = tatar - religion = sunni - size = 175 - } - - soldiers = { - culture = tatar - religion = sunni - size = 100 - } - - farmers = { - culture = tatar - religion = sunni - size = 9375 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 50 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 1775 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 590 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 250 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 960 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 875 - } + farmers = { + culture = armenian + religion = coptic + size = 900 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 250 + } + + clergymen = { + culture = tatar + religion = sunni + size = 100 + } + + artisans = { + culture = tatar + religion = sunni + size = 175 + } + + soldiers = { + culture = tatar + religion = sunni + size = 100 + } + + farmers = { + culture = tatar + religion = sunni + size = 9375 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 50 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 1775 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 590 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 250 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 960 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 875 + } } #Odessa Region (1488000) #under the rule of Russia in 1836 #Odessa (248000/62000 POPS) 968 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1550 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 75 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 200 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 425 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1000 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 54950 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 150 - } - - officers = { - culture = polish - religion = catholic - size = 50 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 400 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5850 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 150 - } - - officers = { - culture = russian - religion = orthodox - size = 150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 350 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 750 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 200 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 100 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4000 - } - - soldiers = { - culture = south_italian - religion = catholic - size = 100 - } - - farmers = { - culture = south_italian - religion = catholic - size = 900 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 750 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1175 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1550 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 75 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 200 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 425 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1000 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 54950 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 150 + } + + officers = { + culture = polish + religion = catholic + size = 50 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 400 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5850 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 150 + } + + officers = { + culture = russian + religion = orthodox + size = 150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 350 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 750 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 200 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 100 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4000 + } + + soldiers = { + culture = south_italian + religion = catholic + size = 100 + } + + farmers = { + culture = south_italian + religion = catholic + size = 900 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 750 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1175 + } } #Pervomaisk (496000/124000 POPS) 969 = { - farmers = { - culture = gypsy - religion = orthodox - size = 175 - } - - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2000 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 6100 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 58800 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 40000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 750 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 125 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3000 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11725 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 100 - } - - artisans = { - culture = romanian - religion = orthodox - size = 200 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 100 - } - - farmers = { - culture = romanian - religion = orthodox - size = 4625 - } + farmers = { + culture = gypsy + religion = orthodox + size = 175 + } + + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2000 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 6100 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 58800 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 40000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 750 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 125 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3000 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11725 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 100 + } + + artisans = { + culture = romanian + religion = orthodox + size = 200 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 100 + } + + farmers = { + culture = romanian + religion = orthodox + size = 4625 + } } #Nikolaev (248000/62000 POPS) 970 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 850 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 275 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 700 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 300 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 22875 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 250 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 150 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5375 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 350 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 14300 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 2775 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 125 - } - - artisans = { - culture = romanian - religion = orthodox - size = 350 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 150 - } - - farmers = { - culture = romanian - religion = orthodox - size = 14375 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 850 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 275 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 700 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 300 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 22875 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 250 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 150 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5375 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 350 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 14300 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 2775 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 125 + } + + artisans = { + culture = romanian + religion = orthodox + size = 350 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 150 + } + + farmers = { + culture = romanian + religion = orthodox + size = 14375 + } } #Krivoy Rog (244000/61000 POPS) 971 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 500 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1300 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 525 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 55100 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = polish - religion = catholic - size = 250 - } - - clergymen = { - culture = polish - religion = catholic - size = 100 - } - - artisans = { - culture = polish - religion = catholic - size = 250 - } - - soldiers = { - culture = polish - religion = catholic - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1500 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5375 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 500 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1300 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 525 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 55100 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = polish + religion = catholic + size = 250 + } + + clergymen = { + culture = polish + religion = catholic + size = 100 + } + + artisans = { + culture = polish + religion = catholic + size = 250 + } + + soldiers = { + culture = polish + religion = catholic + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1500 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5375 + } } #Ekaterinoslav (252000/63000 POPS) 972 = { - farmers = { - culture = gypsy - religion = orthodox - size = 135 - } - aristocrats = { - culture = ukrainian - religion = orthodox - size = 650 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 525 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1900 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 550 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 49175 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2125 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 100 - } - - officers = { - culture = north_german - religion = protestant - size = 100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 300 - } - - soldiers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 3575 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2150 - } + farmers = { + culture = gypsy + religion = orthodox + size = 135 + } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 650 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 525 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1900 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 550 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 49175 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2125 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 100 + } + + officers = { + culture = north_german + religion = protestant + size = 100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 300 + } + + soldiers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 3575 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2150 + } } #Zaporozhia Region (648000) #under the rule of Russia in 1836 #Melitopol (84000/21000 POPS) 973 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 250 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 50 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 150 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 650 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 175 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 15650 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 540 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 200 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 25 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 200 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 2600 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 250 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 50 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 150 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 650 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 175 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 15650 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 540 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 200 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 25 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 200 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 2600 + } } #Kramatorsk (240000/60000 POPS) 974 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1250 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 550 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2250 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 575 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 55875 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 5000 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1675 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1250 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 550 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2250 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 575 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 55875 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 5000 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1675 + } } #Yuzovka (76000/19000 POPS) 975 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 300 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 125 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 500 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 150 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 12925 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 540 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 150 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 250 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 3750 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 300 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 125 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 500 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 150 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 12925 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 540 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 150 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 250 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 3750 + } } #Mariopol (248000/62000 POPS) 976 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1400 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 525 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1275 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 550 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 50150 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 5000 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 750 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1675 - } - - clergymen = { - culture = greek - religion = orthodox - size = 100 - } - - artisans = { - culture = greek - religion = orthodox - size = 1100 - } - - soldiers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 3900 - } - - clergymen = { - culture = south_german - religion = catholic - size = 100 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - soldiers = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 875 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1400 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 525 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1275 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 550 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 50150 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 5000 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 750 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1675 + } + + clergymen = { + culture = greek + religion = orthodox + size = 100 + } + + artisans = { + culture = greek + religion = orthodox + size = 1100 + } + + soldiers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 3900 + } + + clergymen = { + culture = south_german + religion = catholic + size = 100 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + soldiers = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 875 + } } #Kursk Region (596000) #see Russia.txt for balance of region #under the rule of Russia in 1836 -#Kharkov (596000/149000 POPS) #now part of Ukraine +#Kharkov (596000/149000 POPS) #now part of Ukraine 978 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 4250 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 100 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1075 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6200 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 6600 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 43625 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 80000 - } - - aristocrats = { - culture = ashkenazi - religion = jewish - size = 100 - } - - officers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 740 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 500 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 250 - } - - officers = { - culture = russian - religion = orthodox - size = 100 - } - - clergymen = { - culture = russian - religion = orthodox - size = 100 - } - - artisans = { - culture = russian - religion = orthodox - size = 500 - } - - soldiers = { - culture = russian - religion = orthodox - size = 100 - } - - farmers = { - culture = russian - religion = orthodox - size = 7075 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 4250 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 100 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1075 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6200 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 6600 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 43625 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 80000 + } + + aristocrats = { + culture = ashkenazi + religion = jewish + size = 100 + } + + officers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 740 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 500 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 250 + } + + officers = { + culture = russian + religion = orthodox + size = 100 + } + + clergymen = { + culture = russian + religion = orthodox + size = 100 + } + + artisans = { + culture = russian + religion = orthodox + size = 500 + } + + soldiers = { + culture = russian + religion = orthodox + size = 100 + } + + farmers = { + culture = russian + religion = orthodox + size = 7075 + } } -#Donbass Region (652000) #see Russia.txt for balance of region +#Donbass Region (652000) #see Russia.txt for balance of region #under the rule of Russia in 1836 -#Luhansk (652000/163000 POPS) #now part of Ukraine +#Luhansk (652000/163000 POPS) #now part of Ukraine 980 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2900 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1325 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 7000 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 6425 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 53350 - } - - serfs = { - culture = ukrainian - religion = orthodox - size = 70000 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 450 - } - - clergymen = { - culture = russian - religion = orthodox - size = 225 - } - - artisans = { - culture = russian - religion = orthodox - size = 1100 - } - - soldiers = { - culture = russian - religion = orthodox - size = 225 - } - - farmers = { - culture = russian - religion = orthodox - size = 20000 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2900 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1325 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 7000 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 6425 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 53350 + } + + serfs = { + culture = ukrainian + religion = orthodox + size = 70000 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 450 + } + + clergymen = { + culture = russian + religion = orthodox + size = 225 + } + + artisans = { + culture = russian + religion = orthodox + size = 1100 + } + + soldiers = { + culture = russian + religion = orthodox + size = 225 + } + + farmers = { + culture = russian + religion = orthodox + size = 20000 + } } diff --git a/HPM/history/pops/1836.1.1/United States.txt b/HPM/history/pops/1836.1.1/United States.txt index d07e385c..6b34d74c 100644 --- a/HPM/history/pops/1836.1.1/United States.txt +++ b/HPM/history/pops/1836.1.1/United States.txt @@ -3,10361 +3,10361 @@ #Sitka/New Arkhangelsk (8000/2000 POPS) 1 = { - aristocrats = { - culture = alaskan - religion = protestant - size = 5 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 13 - } - - artisans = { - culture = alaskan - religion = protestant - size = 18 - } - - officers = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 20 - } - - farmers = { - culture = alaskan - religion = protestant - size = 100 - } - - aristocrats = { - culture = alaskan - religion = orthodox - size = 5 - } - - clergymen = { - culture = alaskan - religion = orthodox - size = 13 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 18 - } - - officers = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 20 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - aristocrats = { - culture = inuit - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + aristocrats = { + culture = alaskan + religion = protestant + size = 5 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 13 + } + + artisans = { + culture = alaskan + religion = protestant + size = 18 + } + + officers = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 20 + } + + farmers = { + culture = alaskan + religion = protestant + size = 100 + } + + aristocrats = { + culture = alaskan + religion = orthodox + size = 5 + } + + clergymen = { + culture = alaskan + religion = orthodox + size = 13 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 18 + } + + officers = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 20 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + aristocrats = { + culture = inuit + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Juneau / Saint Dionysius (4000/1000 POPS) 2 = { - - clergymen = { - culture = alaskan - religion = orthodox - size = 5 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 5 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 15 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 5 - } - - artisans = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 5 - } - - farmers = { - culture = alaskan - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1010 - } + + clergymen = { + culture = alaskan + religion = orthodox + size = 5 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 5 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 15 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 5 + } + + artisans = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 5 + } + + farmers = { + culture = alaskan + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1010 + } } #Kenai/Kasilof (2400/600 POPS) 3 = { - clergymen = { - culture = alaskan - religion = orthodox - size = 5 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 10 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 20 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 5 - } - - artisans = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 5 - } - - farmers = { - culture = alaskan - religion = protestant - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 405 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 100 - } + clergymen = { + culture = alaskan + religion = orthodox + size = 5 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 10 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 20 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 5 + } + + artisans = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 5 + } + + farmers = { + culture = alaskan + religion = protestant + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 405 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 100 + } } #Cordova (2000/500 POPS) 4 = { - - clergymen = { - culture = alaskan - religion = orthodox - size = 5 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 10 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 20 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 5 - } - - artisans = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 5 - } - - farmers = { - culture = alaskan - religion = protestant - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 380 - } + + clergymen = { + culture = alaskan + religion = orthodox + size = 5 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 10 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 20 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 5 + } + + artisans = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 5 + } + + farmers = { + culture = alaskan + religion = protestant + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 380 + } } #Dutch Harbor/Unalaska (2000/500 POPS) 5 = { - clergymen = { - culture = alaskan - religion = orthodox - size = 5 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 10 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 20 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 5 - } - - artisans = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 5 - } - - farmers = { - culture = alaskan - religion = protestant - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 325 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 250 - } + clergymen = { + culture = alaskan + religion = orthodox + size = 5 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 10 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 20 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 5 + } + + artisans = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 5 + } + + farmers = { + culture = alaskan + religion = protestant + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 325 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 250 + } } #Fairbanks (2000/500 POPS) 2599 = { - farmers = { - culture = native_american_minor - religion = animist - size = 545 - } + farmers = { + culture = native_american_minor + religion = animist + size = 545 + } } #Cordova (1600/360 POPS) 2630 = { - farmers = { - culture = native_american_minor - religion = animist - size = 400 - } + farmers = { + culture = native_american_minor + religion = animist + size = 400 + } } #Unalakeet (3000/750 POPS) 2631 = { - clergymen = { - culture = alaskan - religion = orthodox - size = 5 - } - - artisans = { - culture = alaskan - religion = orthodox - size = 5 - } - - soldiers = { - culture = alaskan - religion = orthodox - size = 10 - } - - farmers = { - culture = alaskan - religion = orthodox - size = 20 - } - - farmers = { - culture = inuit - religion = animist - size = 500 - } - - clergymen = { - culture = alaskan - religion = protestant - size = 5 - } - - artisans = { - culture = alaskan - religion = protestant - size = 5 - } - - soldiers = { - culture = alaskan - religion = protestant - size = 5 - } - - farmers = { - culture = alaskan - religion = protestant - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 250 - } + clergymen = { + culture = alaskan + religion = orthodox + size = 5 + } + + artisans = { + culture = alaskan + religion = orthodox + size = 5 + } + + soldiers = { + culture = alaskan + religion = orthodox + size = 10 + } + + farmers = { + culture = alaskan + religion = orthodox + size = 20 + } + + farmers = { + culture = inuit + religion = animist + size = 500 + } + + clergymen = { + culture = alaskan + religion = protestant + size = 5 + } + + artisans = { + culture = alaskan + religion = protestant + size = 5 + } + + soldiers = { + culture = alaskan + religion = protestant + size = 5 + } + + farmers = { + culture = alaskan + religion = protestant + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 250 + } } #Washington Region (20000) #claims by Britain and USA in 1836, de facto Native American rule #Seattle (12000/3000 POPS) 78 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 3110 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 3110 + } } #Spokane (4000/1000 POPS) 79 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 3 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 3 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } } #Walla Walla (4000/1000 POPS) 80 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Oregon Region (20000) #claims by Britain and USA in 1836, de facto Native American rule #Portland (12000/3000 POPS) 81 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 175 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 175 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } } #Baker City (4000/1000 POPS) 82 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 45 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - farmers = { - culture = yankee - religion = protestant - size = 10 - } - + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 45 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + farmers = { + culture = yankee + religion = protestant + size = 10 + } + } #Klamath Falls (4000/1000 POPS) 83 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 35 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - farmers = { - culture = yankee - religion = protestant - size = 7 - } - + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 35 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + farmers = { + culture = yankee + religion = protestant + size = 7 + } + } #California Region (64000) #ruled by Mexico 1836 #Sacramento (9600/2400 POPS) 84 = { - aristocrats = { - culture = mexican - religion = catholic - size = 10 - } - - clergymen = { - culture = mexican - religion = catholic - size = 10 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10 - } - - farmers = { - culture = mexican - religion = catholic - size = 350 - } - - farmers = { - culture = yankee - religion = protestant - size = 200 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 10 + } + + clergymen = { + culture = mexican + religion = catholic + size = 10 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10 + } + + farmers = { + culture = mexican + religion = catholic + size = 350 + } + + farmers = { + culture = yankee + religion = protestant + size = 200 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Eureka (4000/1000 POPS) 85 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Sacramento (12000/3000 POPS) 86 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Monterey (6400/1600 POPS) 87 = { - aristocrats = { - culture = mexican - religion = catholic - size = 12 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 3 - } - - clergymen = { - culture = mexican - religion = catholic - size = 15 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10 - } - - farmers = { - culture = mexican - religion = catholic - size = 525 - } - - farmers = { - culture = yankee - religion = protestant - size = 150 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = mexican + religion = catholic + size = 12 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 3 + } + + clergymen = { + culture = mexican + religion = catholic + size = 15 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10 + } + + farmers = { + culture = mexican + religion = catholic + size = 525 + } + + farmers = { + culture = yankee + religion = protestant + size = 150 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Mariposa (8000/2000 POPS) 88 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Los Angeles (12000/3000 POPS) 89 = { - aristocrats = { - culture = mexican - religion = catholic - size = 10 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - soldiers = { - culture = mexican - religion = catholic - size = 15 - } - - farmers = { - culture = mexican - religion = catholic - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 10 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + soldiers = { + culture = mexican + religion = catholic + size = 15 + } + + farmers = { + culture = mexican + religion = catholic + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #San Diego (12000/3000 POPS) 90 = { - aristocrats = { - culture = mexican - religion = catholic - size = 10 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - soldiers = { - culture = mexican - religion = catholic - size = 15 - } - - farmers = { - culture = mexican - religion = catholic - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 10 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + soldiers = { + culture = mexican + religion = catholic + size = 15 + } + + farmers = { + culture = mexican + religion = catholic + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Idaho Region (24000) #claims by Britain and USA in 1836, de facto Native American rule #Boise (8000/2000 POPS) 91 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Coeur d'Alene (4000/1000 POPS) 92 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Pocatello (12000/3000 POPS) 93 = { - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Nevada Region (12000) #"ruled" by Mexico 1836/de facto under Native Control #Carson City (4000/1000 POPS) 94 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Elko (4000/1000 POPS) 95 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Las Vegas (4000/1000 POPS) 96 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Utah Region (16000) #"ruled" by Mexico 1836/de facto under Native Control #Salt Lake City (8000/2000 POPS) 97 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Loa (4000/1000 POPS) 98 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Moab (4000/1000 POPS) 99 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Arizona Region (37000) #"ruled" by Mexico 1836/de facto under Native Control #Phoenix (12000/3000 POPS) 100 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2000 - } - - farmers = { - culture = pueblo - religion = animist - size = 700 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2000 + } + + farmers = { + culture = pueblo + religion = animist + size = 700 + } } #Flagstaff (12000/3000 POPS) 101 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1500 - } - - aristocrats = { - culture = pueblo - religion = animist - size = 10 - } - - clergymen = { - culture = pueblo - religion = animist - size = 25 - } - - artisans = { - culture = pueblo - religion = animist - size = 50 - } - - soldiers = { - culture = pueblo - religion = animist - size = 15 - } - - farmers = { - culture = pueblo - religion = animist - size = 1200 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1500 + } + + aristocrats = { + culture = pueblo + religion = animist + size = 10 + } + + clergymen = { + culture = pueblo + religion = animist + size = 25 + } + + artisans = { + culture = pueblo + religion = animist + size = 50 + } + + soldiers = { + culture = pueblo + religion = animist + size = 15 + } + + farmers = { + culture = pueblo + religion = animist + size = 1200 + } } #ruled by Mexico 1836 #Tucson (13000/3250 POPS) 102 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } - - aristocrats = { - culture = mexican - religion = catholic - size = 2 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1 - } - - clergymen = { - culture = mexican - religion = catholic - size = 5 - } - - soldiers = { - culture = mexican - religion = catholic - size = 5 - } - - farmers = { - culture = mexican - religion = catholic - size = 225 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } + + aristocrats = { + culture = mexican + religion = catholic + size = 2 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1 + } + + clergymen = { + culture = mexican + religion = catholic + size = 5 + } + + soldiers = { + culture = mexican + religion = catholic + size = 5 + } + + farmers = { + culture = mexican + religion = catholic + size = 225 + } } #New Mexico Region (56000) #ruled by Mexico 1836 #Santa Fe (32000/8000 POPS) 103 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Albuquerque (20000/5000 POPS) 104 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 200 - } - - farmers = { - culture = mexican - religion = catholic - size = 100 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 200 + } + + farmers = { + culture = mexican + religion = catholic + size = 100 + } } #Las Cruces (4000/1000 POPS) 105 = { - aristocrats = { - culture = mexican - religion = catholic - size = 10 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - soldiers = { - culture = mexican - religion = catholic - size = 15 - } - - farmers = { - culture = mexican - religion = catholic - size = 850 - } - - farmers = { - culture = pueblo - religion = animist - size = 450 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 750 - } + aristocrats = { + culture = mexican + religion = catholic + size = 10 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + soldiers = { + culture = mexican + religion = catholic + size = 15 + } + + farmers = { + culture = mexican + religion = catholic + size = 850 + } + + farmers = { + culture = pueblo + religion = animist + size = 450 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 750 + } } #Colorado Region (20000) #claimed by both Mexico and the USA/de facto under Native Control #Denver (8000/2000 POPS) 106 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Grand Junction (4000/1000 POPS) 107 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 200 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 200 + } } #Alamosa (4000/1000 POPS) 108 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Pueblo (4000/1000 POPS) 109 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Wyoming Region (28000) #"ruled" by the USA/de facto under Native Control #Cheyenne (8000/2000 POPS) 110 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Cody (12000/3000 POPS) 111 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2900 + } } #Casper (8000/2000 POPS) 112 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 25 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1950 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 25 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1950 + } } #Montana Region (32000) #"ruled" by the USA/de facto under Native Control #Bozeman (8000/2000 POPS) 113 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 150 - } - - aristocrats = { - culture = dakota - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 150 + } + + aristocrats = { + culture = dakota + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Missoula (4000/1000 POPS) 114 = { - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Great Falls (8000/2000 POPS) 115 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } } #Billings (12000/3000 POPS) 116 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 200 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 200 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #North Dakota Region (24000) #"ruled" by the USA/de facto under Native Control #Bismarck (8000/2000 POPS) 117 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - aristocrats = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size = 300 - } - - farmers = { - culture = dakota - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + aristocrats = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size = 300 + } + + farmers = { + culture = dakota + religion = animist + size = 1800 + } } #Minot (8000/2000 POPS) 118 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Dickinson (8000/2000 POPS) 119 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #South Dakota Region (24000) #"ruled" by the USA/de facto under Native Control #Sioux Falls (8000/2000 POPS) 120 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Dupree (8000/2000 POPS) 121 = { - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 1800 - } + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 1800 + } } #Rapid City (8000/2000 POPS) 122 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Nebraska Region (20000) #"ruled" by the USA/de facto under Native Control #Omaha (8000/2000 POPS) 123 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size = 150 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size = 150 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Alliance (4000/1000 POPS) 124 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #North Platte (8000/2000 POPS) 125 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 200 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 200 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Kansas Region (24000) #"ruled" by the USA/de facto under Native Control #Topeka (8000/2000 POPS) 126 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Goodland (8000/2000 POPS) 127 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 200 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 200 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Wichita (8000/2000 POPS) 128 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 20 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 5 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 360 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 20 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 5 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 360 + } } #Oklahoma Region (32000) #"ruled" by the USA/de facto under Native Control #Oklahoma City (12000/3000 POPS) 129 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 4 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 8 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 20 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 4 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 300 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 4 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 8 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 20 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 4 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 300 + } } #Tahlequah (12000/3000 POPS) 130 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = cherokee - religion = animist - size = 100 - } - - farmers = { - culture = cherokee - religion = animist - size = 1600 - } - - slaves = { - culture = afro_american - religion = protestant - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = cherokee + religion = animist + size = 100 + } + + farmers = { + culture = cherokee + religion = animist + size = 1600 + } + + slaves = { + culture = afro_american + religion = protestant + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Okmulgee (8000/2000 POPS) 131 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - aristocrats = { - culture = cherokee - religion = animist - size = 100 - } - - soldiers = { - culture = cherokee - religion = animist - size = 100 - } - - farmers = { - culture = cherokee - religion = animist - size = 800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 50 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + aristocrats = { + culture = cherokee + religion = animist + size = 100 + } + + soldiers = { + culture = cherokee + religion = animist + size = 100 + } + + farmers = { + culture = cherokee + religion = animist + size = 800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 50 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Texas Region (67400) #ruled by Texas in 1836 #Houston (16000/4000 POPS) 132 = { - bureaucrats = { - culture = texan - religion = protestant - size = 5 - } - - aristocrats = { - culture = texan - religion = protestant - size = 25 - } - - clergymen = { - culture = texan - religion = protestant - size = 25 - } - - artisans = { - culture = texan - religion = protestant - size = 75 - } - - soldiers = { - culture = texan - religion = protestant - size = 550 - } - - farmers = { - culture = texan - religion = protestant - size = 1550 - } - - slaves = { - culture = afro_american - religion = protestant - size = 500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 1 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 2 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 8 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 3 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1 - } + bureaucrats = { + culture = texan + religion = protestant + size = 5 + } + + aristocrats = { + culture = texan + religion = protestant + size = 25 + } + + clergymen = { + culture = texan + religion = protestant + size = 25 + } + + artisans = { + culture = texan + religion = protestant + size = 75 + } + + soldiers = { + culture = texan + religion = protestant + size = 550 + } + + farmers = { + culture = texan + religion = protestant + size = 1550 + } + + slaves = { + culture = afro_american + religion = protestant + size = 500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 1 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 2 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 8 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 3 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1 + } } #Arviat/Clarksville/Dallas (3200/800 POPS) 43 = { - clergymen = { - culture = texan - religion = protestant - size = 10 - } + clergymen = { + culture = texan + religion = protestant + size = 10 + } - artisans = { - culture = texan - religion = protestant - size = 10 - } + artisans = { + culture = texan + religion = protestant + size = 10 + } - soldiers = { - culture = texan - religion = protestant - size = 100 - } + soldiers = { + culture = texan + religion = protestant + size = 100 + } - farmers = { - culture = texan - religion = protestant - size = 450 - } + farmers = { + culture = texan + religion = protestant + size = 450 + } - slaves = { - culture = afro_american - religion = protestant - size = 100 - } + slaves = { + culture = afro_american + religion = protestant + size = 100 + } - soldiers = { - culture = native_american_minor - religion = animist - size = 200 - } + soldiers = { + culture = native_american_minor + religion = animist + size = 200 + } - farmers = { - culture = native_american_minor - religion = animist - size = 1000 - } + farmers = { + culture = native_american_minor + religion = animist + size = 1000 + } } 133 = { #Austin (14000/3500 POPS) - aristocrats = { - culture = texan - religion = protestant - size = 255 - } - - bureaucrats = { - culture = texan - religion = protestant - size = 25 - } - - officers = { - culture = texan - religion = protestant - size = 25 - } - - clergymen = { - culture = texan - religion = protestant - size = 30 - } - - artisans = { - culture = texan - religion = protestant - size = 100 - } - - soldiers = { - culture = texan - religion = protestant - size = 1100 - } - - farmers = { - culture = texan - religion = protestant - size = 2200 - } - - slaves = { - culture = afro_american - religion = protestant - size = 400 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 225 - } + aristocrats = { + culture = texan + religion = protestant + size = 255 + } + + bureaucrats = { + culture = texan + religion = protestant + size = 25 + } + + officers = { + culture = texan + religion = protestant + size = 25 + } + + clergymen = { + culture = texan + religion = protestant + size = 30 + } + + artisans = { + culture = texan + religion = protestant + size = 100 + } + + soldiers = { + culture = texan + religion = protestant + size = 1100 + } + + farmers = { + culture = texan + religion = protestant + size = 2200 + } + + slaves = { + culture = afro_american + religion = protestant + size = 400 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 225 + } } #San Antonio (10000/2500 POPS) 137 = { - bureaucrats = { - culture = texan - religion = protestant - size = 50 - } - - clergymen = { - culture = texan - religion = protestant - size = 25 - } - - artisans = { - culture = texan - religion = protestant - size = 50 - } - - soldiers = { - culture = texan - religion = protestant - size = 200 - } - - farmers = { - culture = texan - religion = protestant - size = 1075 - } - - slaves = { - culture = afro_american - religion = protestant - size = 240 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 2 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 3 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 15 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 5 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 225 - } - - farmers = { - culture = mexican - religion = catholic - size = 868 - } + bureaucrats = { + culture = texan + religion = protestant + size = 50 + } + + clergymen = { + culture = texan + religion = protestant + size = 25 + } + + artisans = { + culture = texan + religion = protestant + size = 50 + } + + soldiers = { + culture = texan + religion = protestant + size = 200 + } + + farmers = { + culture = texan + religion = protestant + size = 1075 + } + + slaves = { + culture = afro_american + religion = protestant + size = 240 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 2 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 3 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 15 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 5 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 225 + } + + farmers = { + culture = mexican + religion = catholic + size = 868 + } } #Laredo (6000/1500 POPS) 138 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - militancy = 9 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - - militancy = 9 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - militancy = 9 - } - - clergymen = { - culture = texan - religion = protestant - size = 5 - } - - artisans = { - culture = texan - religion = protestant - size = 5 - } - - soldiers = { - culture = texan - religion = protestant - size = 5 - } - - farmers = { - culture = texan - religion = protestant - size = 20 - } - - farmers = { - culture = mexican - religion = catholic - size = 500 - militancy = 9 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + militancy = 9 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + + militancy = 9 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + militancy = 9 + } + + clergymen = { + culture = texan + religion = protestant + size = 5 + } + + artisans = { + culture = texan + religion = protestant + size = 5 + } + + soldiers = { + culture = texan + religion = protestant + size = 5 + } + + farmers = { + culture = texan + religion = protestant + size = 20 + } + + farmers = { + culture = mexican + religion = catholic + size = 500 + militancy = 9 + } } #"ruled" by Texas/de facto under Native Control #Fort Parker, Former Dallas (4400/1100 POPS) 134 = { - clergymen = { - culture = texan - religion = protestant - size = 5 - } - - artisans = { - culture = texan - religion = protestant - size = 5 - } - - soldiers = { - culture = texan - religion = protestant - size = 5 - } - - farmers = { - culture = texan - religion = protestant - size = 75 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 700 - } + clergymen = { + culture = texan + religion = protestant + size = 5 + } + + artisans = { + culture = texan + religion = protestant + size = 5 + } + + soldiers = { + culture = texan + religion = protestant + size = 5 + } + + farmers = { + culture = texan + religion = protestant + size = 75 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 700 + } } #Lubbock (8000/2000 POPS) 135 = { - - clergymen = { - culture = texan - religion = protestant - size = 5 - } - - artisans = { - culture = texan - religion = protestant - size = 5 - } - - soldiers = { - culture = texan - religion = protestant - size = 5 - } - - farmers = { - culture = texan - religion = protestant - size = 20 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + + clergymen = { + culture = texan + religion = protestant + size = 5 + } + + artisans = { + culture = texan + religion = protestant + size = 5 + } + + soldiers = { + culture = texan + religion = protestant + size = 5 + } + + farmers = { + culture = texan + religion = protestant + size = 20 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #El Paso (9000/2250 POPS) 136 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - militancy = 9 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 175 - - militancy = 9 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - militancy = 9 - } - - clergymen = { - culture = texan - religion = protestant - size = 5 - } - - artisans = { - culture = texan - religion = protestant - size = 5 - } - - soldiers = { - culture = texan - religion = protestant - size = 5 - } - - farmers = { - culture = texan - religion = protestant - size = 20 - } - - farmers = { - culture = mexican - religion = catholic - size = 225 - militancy = 9 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + militancy = 9 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 175 + + militancy = 9 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + militancy = 9 + } + + clergymen = { + culture = texan + religion = protestant + size = 5 + } + + artisans = { + culture = texan + religion = protestant + size = 5 + } + + soldiers = { + culture = texan + religion = protestant + size = 5 + } + + farmers = { + culture = texan + religion = protestant + size = 20 + } + + farmers = { + culture = mexican + religion = catholic + size = 225 + militancy = 9 + } } #Louisiana Region (280000) #ruled by USA in 1836 #New Orleans (128000/32000 POPS) 139 = { - aristocrats = { - culture = dixie - religion = protestant - size = 225 - } - - clergymen = { - culture = dixie - religion = protestant - size = 125 - } - - artisans = { - culture = dixie - religion = protestant - size = 650 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1250 - } - - farmers = { - culture = dixie - religion = protestant - size = 14250 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 100 - } - - clergymen = { - culture = dixie - religion = catholic - size = 100 - } - - artisans = { - culture = dixie - religion = catholic - size = 200 - } - - soldiers = { - culture = dixie - religion = catholic - size = 200 - } - - farmers = { - culture = dixie - religion = catholic - size = 4550 - } - - artisans = { - culture = dixie - religion = jewish - size = 100 - } - - clergymen = { - culture = afro_american - religion = catholic - size = 100 - } - - artisans = { - culture = afro_american - religion = catholic - size = 650 - } - - farmers = { - culture = afro_american - religion = catholic - size = 3325 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 225 + } + + clergymen = { + culture = dixie + religion = protestant + size = 125 + } + + artisans = { + culture = dixie + religion = protestant + size = 650 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1250 + } + + farmers = { + culture = dixie + religion = protestant + size = 14250 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 100 + } + + clergymen = { + culture = dixie + religion = catholic + size = 100 + } + + artisans = { + culture = dixie + religion = catholic + size = 200 + } + + soldiers = { + culture = dixie + religion = catholic + size = 200 + } + + farmers = { + culture = dixie + religion = catholic + size = 4550 + } + + artisans = { + culture = dixie + religion = jewish + size = 100 + } + + clergymen = { + culture = afro_american + religion = catholic + size = 100 + } + + artisans = { + culture = afro_american + religion = catholic + size = 650 + } + + farmers = { + culture = afro_american + religion = catholic + size = 3325 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10000 + } } #Baton Rouge (72000/18000 POPS) 140 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 50 - } - - officers = { - culture = dixie - religion = protestant - size = 45 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 175 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1100 - } - - farmers = { - culture = dixie - religion = protestant - size = 2330 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 125 - } - - bureaucrats = { - culture = dixie - religion = catholic - size = 50 - } - - officers = { - culture = dixie - religion = catholic - size = 30 - } - - clergymen = { - culture = dixie - religion = catholic - size = 100 - } - - artisans = { - culture = dixie - religion = catholic - size = 150 - } - - soldiers = { - culture = dixie - religion = catholic - size = 100 - } - - farmers = { - culture = dixie - religion = catholic - size = 3470 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 125 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9875 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 50 + } + + officers = { + culture = dixie + religion = protestant + size = 45 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 175 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1100 + } + + farmers = { + culture = dixie + religion = protestant + size = 2330 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 125 + } + + bureaucrats = { + culture = dixie + religion = catholic + size = 50 + } + + officers = { + culture = dixie + religion = catholic + size = 30 + } + + clergymen = { + culture = dixie + religion = catholic + size = 100 + } + + artisans = { + culture = dixie + religion = catholic + size = 150 + } + + soldiers = { + culture = dixie + religion = catholic + size = 100 + } + + farmers = { + culture = dixie + religion = catholic + size = 3470 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 125 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9875 + } } #Lake Charles (36000/9000 POPS) 141 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 175 - } - - soldiers = { - culture = dixie - religion = protestant - size = 300 - } - - farmers = { - culture = dixie - religion = protestant - size = 3225 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4900 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 175 + } + + soldiers = { + culture = dixie + religion = protestant + size = 300 + } + + farmers = { + culture = dixie + religion = protestant + size = 3225 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4900 + } } #Shreveport (44000/11000 POPS) 142 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 200 - } - - soldiers = { - culture = dixie - religion = protestant - size = 525 - } - - farmers = { - culture = dixie - religion = protestant - size = 4150 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 5875 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 200 + } + + soldiers = { + culture = dixie + religion = protestant + size = 525 + } + + farmers = { + culture = dixie + religion = protestant + size = 4150 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 5875 + } } #Arkansas Region (88000) #ruled by USA in 1836 #Little Rock (56000/14000 POPS) 143 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 175 - } - - officers = { - culture = dixie - religion = protestant - size = 25 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 275 - } - - soldiers = { - culture = dixie - religion = protestant - size = 650 - } - - farmers = { - culture = dixie - religion = protestant - size = 8650 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 135 - } - - farmers = { - culture = afro_american - religion = protestant - size = 15 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3800 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 175 + } + + officers = { + culture = dixie + religion = protestant + size = 25 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 275 + } + + soldiers = { + culture = dixie + religion = protestant + size = 650 + } + + farmers = { + culture = dixie + religion = protestant + size = 8650 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 135 + } + + farmers = { + culture = afro_american + religion = protestant + size = 15 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3800 + } } #Hot Springs (16000/4000 POPS) 144 = { - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 200 - } - - soldiers = { - culture = dixie - religion = protestant - size = 250 - } - - farmers = { - culture = dixie - religion = protestant - size = 3275 - } + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 200 + } + + soldiers = { + culture = dixie + religion = protestant + size = 250 + } + + farmers = { + culture = dixie + religion = protestant + size = 3275 + } } #Fayetteville (16000/4000 POPS) 145 = { - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 200 - } - - soldiers = { - culture = dixie - religion = protestant - size = 250 - } - - farmers = { - culture = dixie - religion = protestant - size = 3475 - } + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 200 + } + + soldiers = { + culture = dixie + religion = protestant + size = 250 + } + + farmers = { + culture = dixie + religion = protestant + size = 3475 + } } #Missouri Region (365000) #ruled by USA in 1836 #Saint Louis (188000/47000 POPS) 146 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1175 - } - - soldiers = { - culture = yankee - religion = protestant - size = 250 - } - - farmers = { - culture = yankee - religion = protestant - size = 23650 - } - - clergymen = { - culture = north_german - religion = protestant - size = 5 - } - - artisans = { - culture = north_german - religion = protestant - size = 220 - } - - farmers = { - culture = north_german - religion = protestant - size = 275 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 2675 - } - - soldiers = { - culture = dixie - religion = protestant - size = 200 - } - - farmers = { - culture = dixie - religion = protestant - size = 13875 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 10 - } - - clergymen = { - culture = dixie - religion = catholic - size = 15 - } - - artisans = { - culture = dixie - religion = catholic - size = 50 - } - - soldiers = { - culture = dixie - religion = catholic - size = 10 - } - - farmers = { - culture = dixie - religion = catholic - size = 915 - } - - clergymen = { - culture = irish - religion = catholic - size = 25 - } - - artisans = { - culture = irish - religion = catholic - size = 150 - } - - farmers = { - culture = irish - religion = catholic - size = 1825 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2700 - } + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1175 + } + + soldiers = { + culture = yankee + religion = protestant + size = 250 + } + + farmers = { + culture = yankee + religion = protestant + size = 23650 + } + + clergymen = { + culture = north_german + religion = protestant + size = 5 + } + + artisans = { + culture = north_german + religion = protestant + size = 220 + } + + farmers = { + culture = north_german + religion = protestant + size = 275 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 2675 + } + + soldiers = { + culture = dixie + religion = protestant + size = 200 + } + + farmers = { + culture = dixie + religion = protestant + size = 13875 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 10 + } + + clergymen = { + culture = dixie + religion = catholic + size = 15 + } + + artisans = { + culture = dixie + religion = catholic + size = 50 + } + + soldiers = { + culture = dixie + religion = catholic + size = 10 + } + + farmers = { + culture = dixie + religion = catholic + size = 915 + } + + clergymen = { + culture = irish + religion = catholic + size = 25 + } + + artisans = { + culture = irish + religion = catholic + size = 150 + } + + farmers = { + culture = irish + religion = catholic + size = 1825 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2700 + } } #Joplin (25000/5000 POPS) 147 = { - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 250 - } - - soldiers = { - culture = dixie - religion = protestant - size = 200 - } - - farmers = { - culture = dixie - religion = protestant - size = 4475 - } + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 250 + } + + soldiers = { + culture = dixie + religion = protestant + size = 200 + } + + farmers = { + culture = dixie + religion = protestant + size = 4475 + } } #Malden (40000/10000 POPS) 148 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 1850 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 50 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 300 - } - - soldiers = { - culture = dixie - religion = protestant - size = 475 - } - - farmers = { - culture = dixie - religion = protestant - size = 4100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2850 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 1850 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 50 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 300 + } + + soldiers = { + culture = dixie + religion = protestant + size = 475 + } + + farmers = { + culture = dixie + religion = protestant + size = 4100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2850 + } } #Jefferson City (56000/14000 POPS) 149 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 75 - } - - officers = { - culture = yankee - religion = protestant - size = 45 - } - - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - artisans = { - culture = yankee - religion = protestant - size = 300 - } - - soldiers = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 4430 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 75 - } - - officers = { - culture = dixie - religion = protestant - size = 50 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 200 - } - - soldiers = { - culture = dixie - religion = protestant - size = 475 - } - - farmers = { - culture = dixie - religion = protestant - size = 5025 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2700 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 75 + } + + officers = { + culture = yankee + religion = protestant + size = 45 + } + + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + artisans = { + culture = yankee + religion = protestant + size = 300 + } + + soldiers = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 4430 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 75 + } + + officers = { + culture = dixie + religion = protestant + size = 50 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 200 + } + + soldiers = { + culture = dixie + religion = protestant + size = 475 + } + + farmers = { + culture = dixie + religion = protestant + size = 5025 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2700 + } } #Kansas City (56000/14000 POPS) 150 = { - clergymen = { - culture = yankee - religion = protestant - size = 35 - } - - artisans = { - culture = yankee - religion = protestant - size = 350 - } - - soldiers = { - culture = yankee - religion = protestant - size = 60 - } - - farmers = { - culture = yankee - religion = protestant - size = 6075 - } - - clergymen = { - culture = yankee - religion = mormon - size = 15 - } - - artisans = { - culture = yankee - religion = mormon - size = 50 - } - - soldiers = { - culture = yankee - religion = mormon - size = 15 - } - - farmers = { - culture = yankee - religion = mormon - size = 1400 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 50 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 225 - } - - soldiers = { - culture = dixie - religion = protestant - size = 50 - } - - farmers = { - culture = dixie - religion = protestant - size = 4600 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 50 - } - - farmers = { - culture = afro_american - religion = protestant - size = 35 - } - - slaves = { - culture = afro_american - religion = protestant - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 35 + } + + artisans = { + culture = yankee + religion = protestant + size = 350 + } + + soldiers = { + culture = yankee + religion = protestant + size = 60 + } + + farmers = { + culture = yankee + religion = protestant + size = 6075 + } + + clergymen = { + culture = yankee + religion = mormon + size = 15 + } + + artisans = { + culture = yankee + religion = mormon + size = 50 + } + + soldiers = { + culture = yankee + religion = mormon + size = 15 + } + + farmers = { + culture = yankee + religion = mormon + size = 1400 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 50 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 225 + } + + soldiers = { + culture = dixie + religion = protestant + size = 50 + } + + farmers = { + culture = dixie + religion = protestant + size = 4600 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 50 + } + + farmers = { + culture = afro_american + religion = protestant + size = 35 + } + + slaves = { + culture = afro_american + religion = protestant + size = 900 + } } #Iowa Region (44000) #ruled by the USA/parts de facto under Native Control #Des Moines (12000/3000 POPS) 151 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 10 - } - - clergymen = { - culture = yankee - religion = protestant - size = 15 - } - - artisans = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 900 - } - - aristocrats = { - culture = dakota - religion = animist - size = 100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 10 + } + + clergymen = { + culture = yankee + religion = protestant + size = 15 + } + + artisans = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 900 + } + + aristocrats = { + culture = dakota + religion = animist + size = 100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Oskaloosa (8000/2000 POPS) 152 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 1850 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 1850 + } } #Cedar Rapids (16000/4000 POPS) 153 = { - clergymen = { - culture = yankee - religion = protestant - size = 35 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 2790 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 975 - } + clergymen = { + culture = yankee + religion = protestant + size = 35 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 2790 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 975 + } } #Sioux City (8000/2000 POPS) 154 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 10 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size = 100 - } - - farmers = { - culture = dakota - religion = animist - size = 1800 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 10 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size = 100 + } + + farmers = { + culture = dakota + religion = animist + size = 1800 + } } #Minnesota Region (32000) #"ruled" by the USA/de facto under Native Control #Minneapolis (8000/2000 POPS) 155 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - aristocrats = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size = 150 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + aristocrats = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size = 150 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Granite Falls (8000/2000 POPS) 156 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 200 - } - - farmers = { - culture = dakota - religion = animist - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 200 + } + + farmers = { + culture = dakota + religion = animist + size = 1800 + } } #Moorhead (8000/2000 POPS) 157 = { - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = dakota - religion = animist - size = 150 - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = dakota + religion = animist + size = 150 + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Duluth (8000/2000 POPS) 158 = { - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 5 - } - - farmers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 963 - } + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 5 + } + + farmers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 963 + } } #Wisconsin Region (36000) #ruled by the USA/parts under de facto under Native Control #Milwaukee (16000/4000 POPS) 159 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 3700 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 3700 + } } #Eau Claire (4000/1000 POPS) 160 = { - aristocrats = { - culture = yankee - religion = protestant - size = 5 - } - - officers = { - culture = yankee - religion = protestant - size = 5 - } - - clergymen = { - culture = yankee - religion = protestant - size = 5 - } - - artisans = { - culture = yankee - religion = protestant - size = 5 - } - - soldiers = { - culture = yankee - religion = protestant - size = 20 - } - - farmers = { - culture = yankee - religion = protestant - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = yankee + religion = protestant + size = 5 + } + + officers = { + culture = yankee + religion = protestant + size = 5 + } + + clergymen = { + culture = yankee + religion = protestant + size = 5 + } + + artisans = { + culture = yankee + religion = protestant + size = 5 + } + + soldiers = { + culture = yankee + religion = protestant + size = 20 + } + + farmers = { + culture = yankee + religion = protestant + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Green Bay (8000/2000 POPS) 161 = { - clergymen = { - culture = yankee - religion = protestant - size = 15 - } - - artisans = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 910 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 15 + } + + artisans = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 910 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Madison (8000/2000 POPS) 162 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 15 - } - - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 1835 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 15 + } + + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 1835 + } } #Illinois Region (452000) #ruled by the USA #Chicago (172000/43000 POPS) 163 = { - clergymen = { - culture = yankee - religion = protestant - size = 275 - } - - artisans = { - culture = yankee - religion = protestant - size = 2150 - } - - soldiers = { - culture = yankee - religion = protestant - size = 450 - } - - farmers = { - culture = yankee - religion = protestant - size = 40125 - } + clergymen = { + culture = yankee + religion = protestant + size = 275 + } + + artisans = { + culture = yankee + religion = protestant + size = 2150 + } + + soldiers = { + culture = yankee + religion = protestant + size = 450 + } + + farmers = { + culture = yankee + religion = protestant + size = 40125 + } } #Rockford (44000/11000 POPS) 164 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - artisans = { - culture = yankee - religion = protestant - size = 550 - } - - soldiers = { - culture = yankee - religion = protestant - size = 125 - } - - farmers = { - culture = yankee - religion = protestant - size = 10250 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + artisans = { + culture = yankee + religion = protestant + size = 550 + } + + soldiers = { + culture = yankee + religion = protestant + size = 125 + } + + farmers = { + culture = yankee + religion = protestant + size = 10250 + } } #Champaign (36000/9000 POPS) 165 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 450 - } - - soldiers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 8400 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 450 + } + + soldiers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 8400 + } } #Peoria (100000/25000 POPS) 166 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 250 - } - - farmers = { - culture = yankee - religion = protestant - size = 23350 - } - - clergymen = { - culture = yankee - religion = mormon - size = 100 - } - - artisans = { - culture = yankee - religion = mormon - size = 350 - } - - farmers = { - culture = yankee - religion = mormon - size = 4000 - } - - soldiers = { - culture = yankee - religion = mormon - size = 250 - } + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 250 + } + + farmers = { + culture = yankee + religion = protestant + size = 23350 + } + + clergymen = { + culture = yankee + religion = mormon + size = 100 + } + + artisans = { + culture = yankee + religion = mormon + size = 350 + } + + farmers = { + culture = yankee + religion = mormon + size = 4000 + } + + soldiers = { + culture = yankee + religion = mormon + size = 250 + } } #Springfield (36000/9000 POPS) 167 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 200 - } - - officers = { - culture = yankee - religion = protestant - size = 125 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 450 - } - - soldiers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 8075 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 200 + } + + officers = { + culture = yankee + religion = protestant + size = 125 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 450 + } + + soldiers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 8075 + } } #Carbondale (68000/17000 POPS) 168 = { - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 800 - } - - soldiers = { - culture = yankee - religion = protestant - size = 175 - } - - farmers = { - culture = yankee - religion = protestant - size = 14925 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 110 - } - - farmers = { - culture = afro_american - religion = protestant - size = 875 - } + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 800 + } + + soldiers = { + culture = yankee + religion = protestant + size = 175 + } + + farmers = { + culture = yankee + religion = protestant + size = 14925 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 110 + } + + farmers = { + culture = afro_american + religion = protestant + size = 875 + } } #Indiana Region (644000) #ruled by the USA #Indianapolis (276000/69000 POPS) 169 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 275 - } - - officers = { - culture = yankee - religion = protestant - size = 150 - } - - clergymen = { - culture = yankee - religion = protestant - size = 375 - } - - artisans = { - culture = yankee - religion = protestant - size = 3200 - } - - soldiers = { - culture = yankee - religion = protestant - size = 650 - } - - farmers = { - culture = yankee - religion = protestant - size = 64225 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 250 - } - - farmers = { - culture = north_german - religion = protestant - size = 4675 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 275 + } + + officers = { + culture = yankee + religion = protestant + size = 150 + } + + clergymen = { + culture = yankee + religion = protestant + size = 375 + } + + artisans = { + culture = yankee + religion = protestant + size = 3200 + } + + soldiers = { + culture = yankee + religion = protestant + size = 650 + } + + farmers = { + culture = yankee + religion = protestant + size = 64225 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 250 + } + + farmers = { + culture = north_german + religion = protestant + size = 4675 + } } #Evansville (196000/49000 POPS) 170 = { - clergymen = { - culture = yankee - religion = protestant - size = 325 - } - - artisans = { - culture = yankee - religion = protestant - size = 2300 - } - - soldiers = { - culture = yankee - religion = protestant - size = 450 - } - - farmers = { - culture = yankee - religion = protestant - size = 42925 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1825 - } - - clergymen = { - culture = irish - religion = catholic - size = 20 - } - - artisans = { - culture = irish - religion = catholic - size = 50 - } - - farmers = { - culture = irish - religion = catholic - size = 930 - } + clergymen = { + culture = yankee + religion = protestant + size = 325 + } + + artisans = { + culture = yankee + religion = protestant + size = 2300 + } + + soldiers = { + culture = yankee + religion = protestant + size = 450 + } + + farmers = { + culture = yankee + religion = protestant + size = 42925 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1825 + } + + clergymen = { + culture = irish + religion = catholic + size = 20 + } + + artisans = { + culture = irish + religion = catholic + size = 50 + } + + farmers = { + culture = irish + religion = catholic + size = 930 + } } #South Bend (44000/11000 POPS) 171 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - artisans = { - culture = yankee - religion = protestant - size = 550 - } - - soldiers = { - culture = yankee - religion = protestant - size = 125 - } - - farmers = { - culture = yankee - religion = protestant - size = 10275 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + artisans = { + culture = yankee + religion = protestant + size = 550 + } + + soldiers = { + culture = yankee + religion = protestant + size = 125 + } + + farmers = { + culture = yankee + religion = protestant + size = 10275 + } } #Fort Wayne (128000/32000 POPS) 172 = { - clergymen = { - culture = yankee - religion = protestant - size = 325 - } - - artisans = { - culture = yankee - religion = protestant - size = 1600 - } - - soldiers = { - culture = yankee - religion = protestant - size = 325 - } - - farmers = { - culture = yankee - religion = protestant - size = 29850 - } + clergymen = { + culture = yankee + religion = protestant + size = 325 + } + + artisans = { + culture = yankee + religion = protestant + size = 1600 + } + + soldiers = { + culture = yankee + religion = protestant + size = 325 + } + + farmers = { + culture = yankee + religion = protestant + size = 29850 + } } #Michigan Region (148000) #ruled by the USA/parts under defacto native Control #Detroit (POPS) 173 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 226 - } - - officers = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 824 - } - - soldiers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 16825 - } - - clergymen = { - culture = yankee - religion = catholic - size = 15 - } - - artisans = { - culture = yankee - religion = catholic - size = 50 - } - - soldiers = { - culture = yankee - religion = catholic - size = 10 - } - - farmers = { - culture = yankee - religion = catholic - size = 930 - } - - clergymen = { - culture = irish - religion = catholic - size = 15 - } - - artisans = { - culture = irish - religion = catholic - size = 150 - } - - farmers = { - culture = irish - religion = catholic - size = 1840 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 226 + } + + officers = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 824 + } + + soldiers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 16825 + } + + clergymen = { + culture = yankee + religion = catholic + size = 15 + } + + artisans = { + culture = yankee + religion = catholic + size = 50 + } + + soldiers = { + culture = yankee + religion = catholic + size = 10 + } + + farmers = { + culture = yankee + religion = catholic + size = 930 + } + + clergymen = { + culture = irish + religion = catholic + size = 15 + } + + artisans = { + culture = irish + religion = catholic + size = 150 + } + + farmers = { + culture = irish + religion = catholic + size = 1840 + } } #Grand Rapids (POPS) 174 = { - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 300 - } - - soldiers = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 5550 - } + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 300 + } + + soldiers = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 5550 + } } #Saginaw (POPS) 175 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 3700 - } + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 3700 + } } #Traverse City (POPS) 176 = { - clergymen = { - culture = yankee - religion = protestant - size = 225 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 25 - } - - farmers = { - culture = yankee - religion = protestant - size = 1850 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 125 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 225 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 25 + } + + farmers = { + culture = yankee + religion = protestant + size = 1850 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 125 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Marquette (POPS) 177 = { - clergymen = { - culture = yankee - religion = protestant - size = 30 - } - - artisans = { - culture = yankee - religion = protestant - size = 50 - } - - soldiers = { - culture = yankee - religion = protestant - size = 15 - } - - farmers = { - culture = yankee - religion = protestant - size = 925 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + clergymen = { + culture = yankee + religion = protestant + size = 30 + } + + artisans = { + culture = yankee + religion = protestant + size = 50 + } + + soldiers = { + culture = yankee + religion = protestant + size = 15 + } + + farmers = { + culture = yankee + religion = protestant + size = 925 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Ohio Region (1344000) #ruled by the USA #Cleveland (208000/52000 POPS) 178 = { - clergymen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 2250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 450 - } - - farmers = { - culture = yankee - religion = protestant - size = 41950 - } - - clergymen = { - culture = irish - religion = catholic - size = 50 - } - - artisans = { - culture = irish - religion = catholic - size = 350 - } - - farmers = { - culture = irish - religion = catholic - size = 6600 - } + clergymen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 2250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 450 + } + + farmers = { + culture = yankee + religion = protestant + size = 41950 + } + + clergymen = { + culture = irish + religion = catholic + size = 50 + } + + artisans = { + culture = irish + religion = catholic + size = 350 + } + + farmers = { + culture = irish + religion = catholic + size = 6600 + } } #Columbus (268000/67000 POPS) 179 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 575 - } - - officers = { - culture = yankee - religion = protestant - size = 275 - } - - clergymen = { - culture = yankee - religion = protestant - size = 575 - } - - artisans = { - culture = yankee - religion = protestant - size = 2500 - } - - soldiers = { - culture = yankee - religion = protestant - size = 500 - } - - farmers = { - culture = yankee - religion = protestant - size = 45775 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 350 - } - - farmers = { - culture = north_german - religion = protestant - size = 6600 - } - - clergymen = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 500 - } - - farmers = { - culture = irish - religion = catholic - size = 9425 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 575 + } + + officers = { + culture = yankee + religion = protestant + size = 275 + } + + clergymen = { + culture = yankee + religion = protestant + size = 575 + } + + artisans = { + culture = yankee + religion = protestant + size = 2500 + } + + soldiers = { + culture = yankee + religion = protestant + size = 500 + } + + farmers = { + culture = yankee + religion = protestant + size = 45775 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 350 + } + + farmers = { + culture = north_german + religion = protestant + size = 6600 + } + + clergymen = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 500 + } + + farmers = { + culture = irish + religion = catholic + size = 9425 + } } #Sandusky (188000/47000 POPS) 180 = { - clergymen = { - culture = yankee - religion = protestant - size = 350 - } - - artisans = { - culture = yankee - religion = protestant - size = 1850 - } - - soldiers = { - culture = yankee - religion = protestant - size = 375 - } - - farmers = { - culture = yankee - religion = protestant - size = 34525 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 9425 - } + clergymen = { + culture = yankee + religion = protestant + size = 350 + } + + artisans = { + culture = yankee + religion = protestant + size = 1850 + } + + soldiers = { + culture = yankee + religion = protestant + size = 375 + } + + farmers = { + culture = yankee + religion = protestant + size = 34525 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 9425 + } } #Dayton (224000/56000 POPS) 181 = { - clergymen = { - culture = yankee - religion = protestant - size = 525 - } - - artisans = { - culture = yankee - religion = protestant - size = 2450 - } - - soldiers = { - culture = yankee - religion = protestant - size = 500 - } - - farmers = { - culture = yankee - religion = protestant - size = 45725 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 350 - } - - farmers = { - culture = north_german - religion = protestant - size = 6600 - } + clergymen = { + culture = yankee + religion = protestant + size = 525 + } + + artisans = { + culture = yankee + religion = protestant + size = 2450 + } + + soldiers = { + culture = yankee + religion = protestant + size = 500 + } + + farmers = { + culture = yankee + religion = protestant + size = 45725 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 350 + } + + farmers = { + culture = north_german + religion = protestant + size = 6600 + } } #Cincinnati (296000/74000 POPS) 182 = { - clergymen = { - culture = yankee - religion = protestant - size = 575 - } - - artisans = { - culture = yankee - religion = protestant - size = 2650 - } - - soldiers = { - culture = yankee - religion = protestant - size = 525 - } - - farmers = { - culture = yankee - religion = protestant - size = 49450 - } - - clergymen = { - culture = north_german - religion = protestant - size = 50 - } - - artisans = { - culture = north_german - religion = protestant - size = 400 - } - - farmers = { - culture = north_german - religion = protestant - size = 7550 - } - - clergymen = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 500 - } - - farmers = { - culture = irish - religion = catholic - size = 9425 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 200 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2750 - } + clergymen = { + culture = yankee + religion = protestant + size = 575 + } + + artisans = { + culture = yankee + religion = protestant + size = 2650 + } + + soldiers = { + culture = yankee + religion = protestant + size = 525 + } + + farmers = { + culture = yankee + religion = protestant + size = 49450 + } + + clergymen = { + culture = north_german + religion = protestant + size = 50 + } + + artisans = { + culture = north_german + religion = protestant + size = 400 + } + + farmers = { + culture = north_german + religion = protestant + size = 7550 + } + + clergymen = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 500 + } + + farmers = { + culture = irish + religion = catholic + size = 9425 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 200 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2750 + } } #Marietta (160000/40000 POPS) 183 = { - clergymen = { - culture = yankee - religion = protestant - size = 325 - } - - artisans = { - culture = yankee - religion = protestant - size = 1950 - } - - soldiers = { - culture = yankee - religion = protestant - size = 400 - } - - farmers = { - culture = yankee - religion = protestant - size = 36425 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 85 - } - - farmers = { - culture = afro_american - religion = protestant - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 325 + } + + artisans = { + culture = yankee + religion = protestant + size = 1950 + } + + soldiers = { + culture = yankee + religion = protestant + size = 400 + } + + farmers = { + culture = yankee + religion = protestant + size = 36425 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 85 + } + + farmers = { + culture = afro_american + religion = protestant + size = 900 + } } #Kentucky Region (740000) #ruled by the USA #Louisville (156000/39000 POPS) 184 = { - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 700 - } - - soldiers = { - culture = yankee - religion = protestant - size = 150 - } - - farmers = { - culture = yankee - religion = protestant - size = 7050 - } - - clergymen = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - farmers = { - culture = irish - religion = catholic - size = 4675 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 350 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2000 - } - - farmers = { - culture = dixie - religion = protestant - size = 12325 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 700 - } - - farmers = { - culture = afro_american - religion = protestant - size = 700 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9500 - } + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 700 + } + + soldiers = { + culture = yankee + religion = protestant + size = 150 + } + + farmers = { + culture = yankee + religion = protestant + size = 7050 + } + + clergymen = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + farmers = { + culture = irish + religion = catholic + size = 4675 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 350 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2000 + } + + farmers = { + culture = dixie + religion = protestant + size = 12325 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 700 + } + + farmers = { + culture = afro_american + religion = protestant + size = 700 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9500 + } } #Lexington (332000/83000 POPS) 185 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 650 - } - - soldiers = { - culture = yankee - religion = protestant - size = 125 - } - - farmers = { - culture = yankee - religion = protestant - size = 4150 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 150 - } - - artisans = { - culture = dixie - religion = protestant - size = 525 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2225 - } - - farmers = { - culture = dixie - religion = protestant - size = 17950 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 700 - } - - farmers = { - culture = afro_american - religion = protestant - size = 700 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9500 - } + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 650 + } + + soldiers = { + culture = yankee + religion = protestant + size = 125 + } + + farmers = { + culture = yankee + religion = protestant + size = 4150 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 150 + } + + artisans = { + culture = dixie + religion = protestant + size = 525 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2225 + } + + farmers = { + culture = dixie + religion = protestant + size = 17950 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 700 + } + + farmers = { + culture = afro_american + religion = protestant + size = 700 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9500 + } } #Bowling Green (144000/36000 POPS) 186 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 125 - } - - officers = { - culture = yankee - religion = protestant - size = 75 - } - - clergymen = { - culture = yankee - religion = protestant - size = 350 - } - - artisans = { - culture = yankee - religion = protestant - size = 2350 - } - - soldiers = { - culture = yankee - religion = protestant - size = 475 - } - - farmers = { - culture = yankee - religion = protestant - size = 23725 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 450 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 125 - } - - officers = { - culture = dixie - religion = protestant - size = 125 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - artisans = { - culture = dixie - religion = protestant - size = 950 - } - - soldiers = { - culture = dixie - religion = protestant - size = 350 - } - - farmers = { - culture = dixie - religion = protestant - size = 41825 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 800 - } - - farmers = { - culture = afro_american - religion = protestant - size = 850 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10250 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 125 + } + + officers = { + culture = yankee + religion = protestant + size = 75 + } + + clergymen = { + culture = yankee + religion = protestant + size = 350 + } + + artisans = { + culture = yankee + religion = protestant + size = 2350 + } + + soldiers = { + culture = yankee + religion = protestant + size = 475 + } + + farmers = { + culture = yankee + religion = protestant + size = 23725 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 450 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 125 + } + + officers = { + culture = dixie + religion = protestant + size = 125 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + artisans = { + culture = dixie + religion = protestant + size = 950 + } + + soldiers = { + culture = dixie + religion = protestant + size = 350 + } + + farmers = { + culture = dixie + religion = protestant + size = 41825 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 800 + } + + farmers = { + culture = afro_american + religion = protestant + size = 850 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10250 + } } #Paducah (108000/27000 POPS) 187 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - artisans = { - culture = yankee - religion = protestant - size = 250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 4625 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 275 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 550 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1225 - } - - farmers = { - culture = dixie - religion = protestant - size = 11850 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 350 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7500 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + artisans = { + culture = yankee + religion = protestant + size = 250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 4625 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 275 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 550 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1225 + } + + farmers = { + culture = dixie + religion = protestant + size = 11850 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 350 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7500 + } } #Tennessee Region (772000) #ruled by the USA #Nashville (396000/99000 POPS) 188 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 100 - } - - officers = { - culture = yankee - religion = protestant - size = 50 - } - - clergymen = { - culture = yankee - religion = protestant - size = 275 - } - - artisans = { - culture = yankee - religion = protestant - size = 1800 - } - - soldiers = { - culture = yankee - religion = protestant - size = 350 - } - - farmers = { - culture = yankee - religion = protestant - size = 8525 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 950 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 300 - } - - officers = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 500 - } - - artisans = { - culture = dixie - religion = protestant - size = 3100 - } - - soldiers = { - culture = dixie - religion = protestant - size = 4000 - } - - farmers = { - culture = dixie - religion = protestant - size = 64000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 125 - } - - artisans = { - culture = afro_american - religion = protestant - size = 850 - } - - farmers = { - culture = afro_american - religion = protestant - size = 325 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13700 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 100 + } + + officers = { + culture = yankee + religion = protestant + size = 50 + } + + clergymen = { + culture = yankee + religion = protestant + size = 275 + } + + artisans = { + culture = yankee + religion = protestant + size = 1800 + } + + soldiers = { + culture = yankee + religion = protestant + size = 350 + } + + farmers = { + culture = yankee + religion = protestant + size = 8525 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 950 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 300 + } + + officers = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 500 + } + + artisans = { + culture = dixie + religion = protestant + size = 3100 + } + + soldiers = { + culture = dixie + religion = protestant + size = 4000 + } + + farmers = { + culture = dixie + religion = protestant + size = 64000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 125 + } + + artisans = { + culture = afro_american + religion = protestant + size = 850 + } + + farmers = { + culture = afro_american + religion = protestant + size = 325 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13700 + } } #Memphis (128000/32000 POPS) 189 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 400 - } - - soldiers = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 1475 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 450 - } - - clergymen = { - culture = dixie - religion = protestant - size = 150 - } - - artisans = { - culture = dixie - religion = protestant - size = 800 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1300 - } - - farmers = { - culture = dixie - religion = protestant - size = 19300 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 350 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7500 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 400 + } + + soldiers = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 1475 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 450 + } + + clergymen = { + culture = dixie + religion = protestant + size = 150 + } + + artisans = { + culture = dixie + religion = protestant + size = 800 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1300 + } + + farmers = { + culture = dixie + religion = protestant + size = 19300 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 350 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7500 + } } #Knoxville (116000/29000 POPS) 190 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 350 - } - - soldiers = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 2525 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 275 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 475 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1225 - } - - farmers = { - culture = dixie - religion = protestant - size = 10950 - } - - clergymen = { - culture = irish - religion = protestant - size = 75 - } - - artisans = { - culture = irish - religion = protestant - size = 250 - } - - farmers = { - culture = irish - religion = protestant - size = 4675 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 350 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7075 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 350 + } + + soldiers = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 2525 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 275 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 475 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1225 + } + + farmers = { + culture = dixie + religion = protestant + size = 10950 + } + + clergymen = { + culture = irish + religion = protestant + size = 75 + } + + artisans = { + culture = irish + religion = protestant + size = 250 + } + + farmers = { + culture = irish + religion = protestant + size = 4675 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 350 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7075 + } } #Chattanooga (132000/33000 POPS) 191 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 400 - } - - soldiers = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 2475 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 275 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 825 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1200 - } - - farmers = { - culture = dixie - religion = protestant - size = 13000 - } - - clergymen = { - culture = irish - religion = protestant - size = 75 - } - - artisans = { - culture = irish - religion = protestant - size = 250 - } - - farmers = { - culture = irish - religion = protestant - size = 4675 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 350 - } - - farmers = { - culture = afro_american - religion = protestant - size = 400 - } - - slaves = { - culture = afro_american - religion = protestant - size = 5200 - } - - aristocrats = { - culture = cherokee - religion = animist - size = 25 - } - - clergymen = { - culture = cherokee - religion = animist - size = 50 - } - - artisans = { - culture = cherokee - religion = animist - size = 100 - } - - soldiers = { - culture = cherokee - religion = animist - size = 25 - } - - farmers = { - culture = cherokee - religion = animist - size = 1600 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 400 + } + + soldiers = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 2475 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 275 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 825 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1200 + } + + farmers = { + culture = dixie + religion = protestant + size = 13000 + } + + clergymen = { + culture = irish + religion = protestant + size = 75 + } + + artisans = { + culture = irish + religion = protestant + size = 250 + } + + farmers = { + culture = irish + religion = protestant + size = 4675 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 350 + } + + farmers = { + culture = afro_american + religion = protestant + size = 400 + } + + slaves = { + culture = afro_american + religion = protestant + size = 5200 + } + + aristocrats = { + culture = cherokee + religion = animist + size = 25 + } + + clergymen = { + culture = cherokee + religion = animist + size = 50 + } + + artisans = { + culture = cherokee + religion = animist + size = 100 + } + + soldiers = { + culture = cherokee + religion = animist + size = 25 + } + + farmers = { + culture = cherokee + religion = animist + size = 1600 + } } #Mississippi Region (340000) #ruled by the USA #Jackson (164000/41000 POPS) 192 = { - aristocrats = { - culture = dixie - religion = protestant - size = 525 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 125 - } - - officers = { - culture = dixie - religion = protestant - size = 100 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - artisans = { - culture = dixie - religion = protestant - size = 1650 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1400 - } - - farmers = { - culture = dixie - religion = protestant - size = 19050 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 17650 - } + aristocrats = { + culture = dixie + religion = protestant + size = 525 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 125 + } + + officers = { + culture = dixie + religion = protestant + size = 100 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + artisans = { + culture = dixie + religion = protestant + size = 1650 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1400 + } + + farmers = { + culture = dixie + religion = protestant + size = 19050 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 17650 + } } #Vicksburg (100000/25000 POPS) 193 = { - aristocrats = { - culture = dixie - religion = protestant - size = 350 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 1100 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1250 - } - - farmers = { - culture = dixie - religion = protestant - size = 8325 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 250 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13700 - } + aristocrats = { + culture = dixie + religion = protestant + size = 350 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 1100 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1250 + } + + farmers = { + culture = dixie + religion = protestant + size = 8325 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 250 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13700 + } } #Biloxi (76000/19000 POPS) 194 = { - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 800 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1100 - } - - farmers = { - culture = dixie - religion = protestant - size = 6775 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9800 - } + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 800 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1100 + } + + farmers = { + culture = dixie + religion = protestant + size = 6775 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9800 + } } #Alabama Region (576000) #ruled by the USA #Montgomery (268000/67000 POPS) 195 = { - aristocrats = { - culture = dixie - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 250 - } - - officers = { - culture = dixie - religion = protestant - size = 175 - } - - clergymen = { - culture = dixie - religion = protestant - size = 275 - } - - artisans = { - culture = dixie - religion = protestant - size = 1650 - } - - soldiers = { - culture = dixie - religion = protestant - size = 3100 - } - - farmers = { - culture = dixie - religion = protestant - size = 34850 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 15 - } - - clergymen = { - culture = dixie - religion = catholic - size = 35 - } - - artisans = { - culture = dixie - religion = catholic - size = 100 - } - - soldiers = { - culture = dixie - religion = catholic - size = 25 - } - - farmers = { - culture = dixie - religion = catholic - size = 1825 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 450 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 23500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 250 + } + + officers = { + culture = dixie + religion = protestant + size = 175 + } + + clergymen = { + culture = dixie + religion = protestant + size = 275 + } + + artisans = { + culture = dixie + religion = protestant + size = 1650 + } + + soldiers = { + culture = dixie + religion = protestant + size = 3100 + } + + farmers = { + culture = dixie + religion = protestant + size = 34850 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 15 + } + + clergymen = { + culture = dixie + religion = catholic + size = 35 + } + + artisans = { + culture = dixie + religion = catholic + size = 100 + } + + soldiers = { + culture = dixie + religion = catholic + size = 25 + } + + farmers = { + culture = dixie + religion = catholic + size = 1825 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 450 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 23500 + } } #Tuscaloosa (168000/42000 POPS) 196 = { - aristocrats = { - culture = dixie - religion = protestant - size = 600 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - artisans = { - culture = dixie - religion = protestant - size = 1100 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1425 - } - - farmers = { - culture = dixie - religion = protestant - size = 22800 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 575 - } - - farmers = { - culture = afro_american - religion = protestant - size = 50 - } - - slaves = { - culture = afro_american - religion = protestant - size = 15300 - } + aristocrats = { + culture = dixie + religion = protestant + size = 600 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + artisans = { + culture = dixie + religion = protestant + size = 1100 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1425 + } + + farmers = { + culture = dixie + religion = protestant + size = 22800 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 575 + } + + farmers = { + culture = afro_american + religion = protestant + size = 50 + } + + slaves = { + culture = afro_american + religion = protestant + size = 15300 + } } #Mobile (140000/35000 POPS) 197 = { - aristocrats = { - culture = dixie - religion = protestant - size = 450 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 600 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1325 - } - - farmers = { - culture = dixie - religion = protestant - size = 12525 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 15 - } - - clergymen = { - culture = dixie - religion = catholic - size = 35 - } - - artisans = { - culture = dixie - religion = catholic - size = 100 - } - - soldiers = { - culture = dixie - religion = catholic - size = 25 - } - - farmers = { - culture = dixie - religion = catholic - size = 1825 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 17650 - } + aristocrats = { + culture = dixie + religion = protestant + size = 450 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 600 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1325 + } + + farmers = { + culture = dixie + religion = protestant + size = 12525 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 15 + } + + clergymen = { + culture = dixie + religion = catholic + size = 35 + } + + artisans = { + culture = dixie + religion = catholic + size = 100 + } + + soldiers = { + culture = dixie + religion = catholic + size = 25 + } + + farmers = { + culture = dixie + religion = catholic + size = 1825 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 17650 + } } #Florida Region (88000) #ruled by the USA #Tallahassee (32000/8000 POPS) 198 = { - aristocrats = { - culture = dixie - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 25 - } - - officers = { - culture = dixie - religion = protestant - size = 25 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 175 - } - - soldiers = { - culture = dixie - religion = protestant - size = 375 - } - - farmers = { - culture = dixie - religion = protestant - size = 3250 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 300 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3900 - } + aristocrats = { + culture = dixie + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 25 + } + + officers = { + culture = dixie + religion = protestant + size = 25 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 175 + } + + soldiers = { + culture = dixie + religion = protestant + size = 375 + } + + farmers = { + culture = dixie + religion = protestant + size = 3250 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 300 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3900 + } } #St Augustine (48000/12000 POPS) 199 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 325 - } - - soldiers = { - culture = dixie - religion = protestant - size = 425 - } - - farmers = { - culture = dixie - religion = protestant - size = 7050 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3900 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 325 + } + + soldiers = { + culture = dixie + religion = protestant + size = 425 + } + + farmers = { + culture = dixie + religion = protestant + size = 7050 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3900 + } } #Tampa (8000/2000 POPS) 200 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 100 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } - - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 100 - } - - soldiers = { - culture = dixie - religion = protestant - size = 100 - } - - farmers = { - culture = dixie - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 300 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 200 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 100 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } + + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 100 + } + + soldiers = { + culture = dixie + religion = protestant + size = 100 + } + + farmers = { + culture = dixie + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 300 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 200 + } } #Georgia Region (628000) #ruled by the USA #Atlanta (244000/61000 POPS) 201 = { - aristocrats = { - culture = dixie - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 225 - } - - officers = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 225 - } - - artisans = { - culture = dixie - religion = protestant - size = 1325 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2550 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3000 - } - - farmers = { - culture = dixie - religion = protestant - size = 24775 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 550 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 22400 - } - - aristocrats = { - culture = cherokee - religion = animist - size = 50 - } - - clergymen = { - culture = cherokee - religion = animist - size = 50 - } - - artisans = { - culture = cherokee - religion = animist - size = 150 - } - - soldiers = { - culture = cherokee - religion = animist - size = 25 - } - - farmers = { - culture = cherokee - religion = animist - size = 2775 - } + aristocrats = { + culture = dixie + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 225 + } + + officers = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 225 + } + + artisans = { + culture = dixie + religion = protestant + size = 1325 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2550 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3000 + } + + farmers = { + culture = dixie + religion = protestant + size = 24775 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 550 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 22400 + } + + aristocrats = { + culture = cherokee + religion = animist + size = 50 + } + + clergymen = { + culture = cherokee + religion = animist + size = 50 + } + + artisans = { + culture = cherokee + religion = animist + size = 150 + } + + soldiers = { + culture = cherokee + religion = animist + size = 25 + } + + farmers = { + culture = cherokee + religion = animist + size = 2775 + } } #Valdosta (44000/11000 POPS) 202 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 275 - } - - soldiers = { - culture = dixie - religion = protestant - size = 525 - } - - farmers = { - culture = dixie - religion = protestant - size = 6000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 75 - } - - farmers = { - culture = afro_american - religion = protestant - size = 10 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3900 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 275 + } + + soldiers = { + culture = dixie + religion = protestant + size = 525 + } + + farmers = { + culture = dixie + religion = protestant + size = 6000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 75 + } + + farmers = { + culture = afro_american + religion = protestant + size = 10 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3900 + } } #Savannah (200000/50000 POPS) 204 = { - aristocrats = { - culture = dixie - religion = protestant - size = 700 - } - - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - artisans = { - culture = dixie - religion = protestant - size = 1175 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2100 - } - - farmers = { - culture = dixie - religion = protestant - size = 24825 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 475 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 20475 - } + aristocrats = { + culture = dixie + religion = protestant + size = 700 + } + + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + artisans = { + culture = dixie + religion = protestant + size = 1175 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2100 + } + + farmers = { + culture = dixie + religion = protestant + size = 24825 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 475 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 20475 + } } #Augusta (140000/35000 POPS) 2555 = { - aristocrats = { - culture = dixie - religion = protestant - size = 500 - } - - clergymen = { - culture = dixie - religion = protestant - size = 125 - } - - artisans = { - culture = dixie - religion = protestant - size = 725 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1350 - } - - farmers = { - culture = dixie - religion = protestant - size = 15300 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 325 - } - - farmers = { - culture = afro_american - religion = protestant - size = 10 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13650 - } + aristocrats = { + culture = dixie + religion = protestant + size = 500 + } + + clergymen = { + culture = dixie + religion = protestant + size = 125 + } + + artisans = { + culture = dixie + religion = protestant + size = 725 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1350 + } + + farmers = { + culture = dixie + religion = protestant + size = 15300 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 325 + } + + farmers = { + culture = afro_american + religion = protestant + size = 10 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13650 + } } #South Carolina Region (588000) #ruled by the USA #Charleston (248000/61000 POPS) 205 = { - aristocrats = { - culture = dixie - religion = protestant - size = 850 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - artisans = { - culture = dixie - religion = protestant - size = 1100 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2500 - } - - farmers = { - culture = dixie - religion = protestant - size = 21225 - } - - artisans = { - culture = dixie - religion = jewish - size = 250 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 675 - } - - farmers = { - culture = afro_american - religion = protestant - size = 10 - } - - slaves = { - culture = afro_american - religion = protestant - size = 35300 - } + aristocrats = { + culture = dixie + religion = protestant + size = 850 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + artisans = { + culture = dixie + religion = protestant + size = 1100 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2500 + } + + farmers = { + culture = dixie + religion = protestant + size = 21225 + } + + artisans = { + culture = dixie + religion = jewish + size = 250 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 675 + } + + farmers = { + culture = afro_american + religion = protestant + size = 10 + } + + slaves = { + culture = afro_american + religion = protestant + size = 35300 + } } #Columbia (340000/85000 POPS) 206 = { - aristocrats = { - culture = dixie - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 200 - } - - officers = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 300 - } - - artisans = { - culture = dixie - religion = protestant - size = 1675 - } - - soldiers = { - culture = dixie - religion = protestant - size = 4000 - } - - farmers = { - culture = dixie - religion = protestant - size = 34575 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 42450 - } + aristocrats = { + culture = dixie + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 200 + } + + officers = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 300 + } + + artisans = { + culture = dixie + religion = protestant + size = 1675 + } + + soldiers = { + culture = dixie + religion = protestant + size = 4000 + } + + farmers = { + culture = dixie + religion = protestant + size = 34575 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 42450 + } } #North Carolina Region (736000) #ruled by the USA #Greenville (96000/27000 POPS) 207 = { - aristocrats = { - culture = dixie - religion = protestant - size = 425 - } - - clergymen = { - culture = dixie - religion = protestant - size = 150 - } - - artisans = { - culture = dixie - religion = protestant - size = 750 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1275 - } - - farmers = { - culture = dixie - religion = protestant - size = 16400 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 325 - } - - farmers = { - culture = afro_american - religion = protestant - size = 50 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7600 - } + aristocrats = { + culture = dixie + religion = protestant + size = 425 + } + + clergymen = { + culture = dixie + religion = protestant + size = 150 + } + + artisans = { + culture = dixie + religion = protestant + size = 750 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1275 + } + + farmers = { + culture = dixie + religion = protestant + size = 16400 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 325 + } + + farmers = { + culture = afro_american + religion = protestant + size = 50 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7600 + } } #Raleigh (156000/39000 POPS) 208 = { - aristocrats = { - culture = dixie - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 275 - } - - officers = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 225 - } - - artisans = { - culture = dixie - religion = protestant - size = 1150 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1400 - } - - farmers = { - culture = dixie - religion = protestant - size = 25000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 450 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9400 - } + aristocrats = { + culture = dixie + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 275 + } + + officers = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 225 + } + + artisans = { + culture = dixie + religion = protestant + size = 1150 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1400 + } + + farmers = { + culture = dixie + religion = protestant + size = 25000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 450 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9400 + } } #Charlotte (136000/34000 POPS) 209 = { - aristocrats = { - culture = dixie - religion = protestant - size = 500 - } - - clergymen = { - culture = dixie - religion = protestant - size = 150 - } - - artisans = { - culture = dixie - religion = protestant - size = 750 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1350 - } - - farmers = { - culture = dixie - religion = protestant - size = 16250 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 550 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 14400 - } + aristocrats = { + culture = dixie + religion = protestant + size = 500 + } + + clergymen = { + culture = dixie + religion = protestant + size = 150 + } + + artisans = { + culture = dixie + religion = protestant + size = 750 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1350 + } + + farmers = { + culture = dixie + religion = protestant + size = 16250 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 550 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 14400 + } } #Wilmington (188000/47000 POPS) 210 = { - aristocrats = { - culture = dixie - religion = protestant - size = 775 - } - - clergymen = { - culture = dixie - religion = protestant - size = 225 - } - - artisans = { - culture = dixie - religion = protestant - size = 1150 - } - - soldiers = { - culture = dixie - religion = protestant - size = 2475 - } - - farmers = { - culture = dixie - religion = protestant - size = 24375 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 17450 - } + aristocrats = { + culture = dixie + religion = protestant + size = 775 + } + + clergymen = { + culture = dixie + religion = protestant + size = 225 + } + + artisans = { + culture = dixie + religion = protestant + size = 1150 + } + + soldiers = { + culture = dixie + religion = protestant + size = 2475 + } + + farmers = { + culture = dixie + religion = protestant + size = 24375 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 17450 + } } #Asheville (148000/37000 POPS) 2556 = { - aristocrats = { - culture = dixie - religion = protestant - size = 600 - } - - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - artisans = { - culture = dixie - religion = protestant - size = 1350 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1375 - } - - farmers = { - culture = dixie - religion = protestant - size = 23475 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 150 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9300 - } + aristocrats = { + culture = dixie + religion = protestant + size = 600 + } + + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + artisans = { + culture = dixie + religion = protestant + size = 1350 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1375 + } + + farmers = { + culture = dixie + religion = protestant + size = 23475 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 150 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9300 + } } #Virginia Region (1016000) #ruled by the USA #Richmond - Formerly Fort Rupert (2400/600 POPS) 60 = { - aristocrats = { - culture = dixie - religion = protestant - size = 300 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 100 - } - - officers = { - culture = dixie - religion = protestant - size = 100 - } - - clergymen = { - culture = dixie - religion = protestant - size = 125 - } - - artisans = { - culture = dixie - religion = protestant - size = 550 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1100 - } - - farmers = { - culture = dixie - religion = protestant - size = 9375 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 900 - } - - farmers = { - culture = afro_american - religion = protestant - size = 225 - } - - slaves = { - culture = afro_american - religion = protestant - size = 1500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 300 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 100 + } + + officers = { + culture = dixie + religion = protestant + size = 100 + } + + clergymen = { + culture = dixie + religion = protestant + size = 125 + } + + artisans = { + culture = dixie + religion = protestant + size = 550 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1100 + } + + farmers = { + culture = dixie + religion = protestant + size = 9375 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 900 + } + + farmers = { + culture = afro_american + religion = protestant + size = 225 + } + + slaves = { + culture = afro_american + religion = protestant + size = 1500 + } } #Blackstone (340000/85000 POPS) 211 = { - aristocrats = { - culture = dixie - religion = protestant - size = 900 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 300 - } - - officers = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 250 - } - - artisans = { - culture = dixie - religion = protestant - size = 1750 - } - - soldiers = { - culture = dixie - religion = protestant - size = 3000 - } - - farmers = { - culture = dixie - religion = protestant - size = 40000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 900 - } - - slaves = { - culture = afro_american - religion = protestant - size = 26500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 900 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 300 + } + + officers = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 250 + } + + artisans = { + culture = dixie + religion = protestant + size = 1750 + } + + soldiers = { + culture = dixie + religion = protestant + size = 3000 + } + + farmers = { + culture = dixie + religion = protestant + size = 40000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 900 + } + + slaves = { + culture = afro_american + religion = protestant + size = 26500 + } } #Manassas (68000/17000 POPS) 212 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 250 - } - - soldiers = { - culture = dixie - religion = protestant - size = 150 - } - - farmers = { - culture = dixie - religion = protestant - size = 5350 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 550 - } - - farmers = { - culture = afro_american - religion = protestant - size = 625 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9750 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 250 + } + + soldiers = { + culture = dixie + religion = protestant + size = 150 + } + + farmers = { + culture = dixie + religion = protestant + size = 5350 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 550 + } + + farmers = { + culture = afro_american + religion = protestant + size = 625 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9750 + } } #Fredericksburg (116000/29000 POPS) 213 = { - aristocrats = { - culture = dixie - religion = protestant - size = 425 - } - - clergymen = { - culture = dixie - religion = protestant - size = 125 - } - - artisans = { - culture = dixie - religion = protestant - size = 600 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1275 - } - - farmers = { - culture = dixie - religion = protestant - size = 12575 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 650 - } - - farmers = { - culture = afro_american - religion = protestant - size = 400 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12875 - } + aristocrats = { + culture = dixie + religion = protestant + size = 425 + } + + clergymen = { + culture = dixie + religion = protestant + size = 125 + } + + artisans = { + culture = dixie + religion = protestant + size = 600 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1275 + } + + farmers = { + culture = dixie + religion = protestant + size = 12575 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 650 + } + + farmers = { + culture = afro_american + religion = protestant + size = 400 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12875 + } } #Norfolk (108000/27000 POPS) 214 = { - aristocrats = { - culture = dixie - religion = protestant - size = 125 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 175 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1075 - } - - farmers = { - culture = dixie - religion = protestant - size = 2650 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 225 - } - - clergymen = { - culture = dixie - religion = catholic - size = 100 - } - - artisans = { - culture = dixie - religion = catholic - size = 500 - } - - soldiers = { - culture = dixie - religion = catholic - size = 175 - } - - farmers = { - culture = dixie - religion = catholic - size = 10000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 225 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10225 - } + aristocrats = { + culture = dixie + religion = protestant + size = 125 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 175 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1075 + } + + farmers = { + culture = dixie + religion = protestant + size = 2650 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 225 + } + + clergymen = { + culture = dixie + religion = catholic + size = 100 + } + + artisans = { + culture = dixie + religion = catholic + size = 500 + } + + soldiers = { + culture = dixie + religion = catholic + size = 175 + } + + farmers = { + culture = dixie + religion = catholic + size = 10000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 225 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10225 + } } #Staunton (60000/15000 POPS) 215 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 325 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1150 - } - - farmers = { - culture = dixie - religion = protestant - size = 7275 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 350 - } - - farmers = { - culture = afro_american - religion = protestant - size = 250 - } - - slaves = { - culture = afro_american - religion = protestant - size = 6400 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 325 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1150 + } + + farmers = { + culture = dixie + religion = protestant + size = 7275 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 350 + } + + farmers = { + culture = afro_american + religion = protestant + size = 250 + } + + slaves = { + culture = afro_american + religion = protestant + size = 6400 + } } #Roanoke (120000/30000 POPS) 216 = { - aristocrats = { - culture = dixie - religion = protestant - size = 225 - } - - clergymen = { - culture = dixie - religion = protestant - size = 150 - } - - artisans = { - culture = dixie - religion = protestant - size = 650 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1300 - } - - farmers = { - culture = dixie - religion = protestant - size = 14675 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 650 - } - - farmers = { - culture = afro_american - religion = protestant - size = 50 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13275 - } + aristocrats = { + culture = dixie + religion = protestant + size = 225 + } + + clergymen = { + culture = dixie + religion = protestant + size = 150 + } + + artisans = { + culture = dixie + religion = protestant + size = 650 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1300 + } + + farmers = { + culture = dixie + religion = protestant + size = 14675 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 650 + } + + farmers = { + culture = afro_american + religion = protestant + size = 50 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13275 + } } #became West Virginia in 1863 #Wheeling (104000/26000 POPS) 217 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 500 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1575 - } - - farmers = { - culture = dixie - religion = protestant - size = 9400 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 50 - } - - clergymen = { - culture = dixie - religion = catholic - size = 75 - } - - artisans = { - culture = dixie - religion = catholic - size = 200 - } - - - farmers = { - culture = dixie - religion = catholic - size = 3625 - } - - farmers = { - culture = yankee - religion = protestant - size = 11500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 250 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 500 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1575 + } + + farmers = { + culture = dixie + religion = protestant + size = 9400 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 50 + } + + clergymen = { + culture = dixie + religion = catholic + size = 75 + } + + artisans = { + culture = dixie + religion = catholic + size = 200 + } + + + farmers = { + culture = dixie + religion = catholic + size = 3625 + } + + farmers = { + culture = yankee + religion = protestant + size = 11500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 250 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3500 + } } #Huntington (100000/25000 POPS) 218 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 500 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1175 - } - - farmers = { - culture = dixie - religion = protestant - size = 4125 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 50 - } - - clergymen = { - culture = dixie - religion = catholic - size = 50 - } - - artisans = { - culture = dixie - religion = catholic - size = 125 - } - - - farmers = { - culture = dixie - religion = catholic - size = 2725 - } - - farmers = { - culture = yankee - religion = protestant - size = 10500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 250 - } - - slaves = { - culture = afro_american - religion = protestant - size = 1000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 500 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1175 + } + + farmers = { + culture = dixie + religion = protestant + size = 4125 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 50 + } + + clergymen = { + culture = dixie + religion = catholic + size = 50 + } + + artisans = { + culture = dixie + religion = catholic + size = 125 + } + + + farmers = { + culture = dixie + religion = catholic + size = 2725 + } + + farmers = { + culture = yankee + religion = protestant + size = 10500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 250 + } + + slaves = { + culture = afro_american + religion = protestant + size = 1000 + } } #Maryland Region (452000) #ruled by the USA #Baltimore (212000/53000 POPS) 219 = { - aristocrats = { - culture = dixie - religion = protestant - size = 525 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 175 - } - - officers = { - culture = dixie - religion = protestant - size = 125 - } - - clergymen = { - culture = dixie - religion = protestant - size = 225 - } - - artisans = { - culture = dixie - religion = protestant - size = 10000 - } - - artisans = { - culture = dixie - religion = protestant - size = 700 - } - - soldiers = { - culture = dixie - religion = protestant - size = 3000 - } - - farmers = { - culture = dixie - religion = protestant - size = 9750 - } - - farmers = { - culture = yankee - religion = protestant - size = 9000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 225 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 4875 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12600 - } + aristocrats = { + culture = dixie + religion = protestant + size = 525 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 175 + } + + officers = { + culture = dixie + religion = protestant + size = 125 + } + + clergymen = { + culture = dixie + religion = protestant + size = 225 + } + + artisans = { + culture = dixie + religion = protestant + size = 10000 + } + + artisans = { + culture = dixie + religion = protestant + size = 700 + } + + soldiers = { + culture = dixie + religion = protestant + size = 3000 + } + + farmers = { + culture = dixie + religion = protestant + size = 9750 + } + + farmers = { + culture = yankee + religion = protestant + size = 9000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 225 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 4875 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12600 + } } #Annapolis (184000/46000 POPS) 220 = { - aristocrats = { - culture = dixie - religion = protestant - size = 380 - } - - clergymen = { - culture = dixie - religion = protestant - size = 120 - } - - artisans = { - culture = dixie - religion = protestant - size = 640 - } - - soldiers = { - culture = dixie - religion = protestant - size = 1500 - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - soldiers = { - culture = yankee - religion = protestant - size = 210 - } - - farmers = { - culture = yankee - religion = protestant - size = 12500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 160 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1040 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1520 - } - - slaves = { - culture = afro_american - religion = protestant - size = 11800 - } + aristocrats = { + culture = dixie + religion = protestant + size = 380 + } + + clergymen = { + culture = dixie + religion = protestant + size = 120 + } + + artisans = { + culture = dixie + religion = protestant + size = 640 + } + + soldiers = { + culture = dixie + religion = protestant + size = 1500 + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + soldiers = { + culture = yankee + religion = protestant + size = 210 + } + + farmers = { + culture = yankee + religion = protestant + size = 12500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 160 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1040 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1520 + } + + slaves = { + culture = afro_american + religion = protestant + size = 11800 + } } #D.C. (104000/26000 POPS) 2146 = { - aristocrats = { - culture = dixie - religion = protestant - size = 95 - } - - clergymen = { - culture = dixie - religion = protestant - size = 30 - } - - artisans = { - culture = dixie - religion = protestant - size = 160 - } - - soldiers = { - culture = dixie - religion = protestant - size = 90 - } - - farmers = { - culture = dixie - religion = protestant - size = 2125 - } - - farmers = { - culture = yankee - religion = protestant - size = 2500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 40 - } - - artisans = { - culture = afro_american - religion = protestant - size = 260 - } - - farmers = { - culture = afro_american - religion = protestant - size = 380 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4200 - } + aristocrats = { + culture = dixie + religion = protestant + size = 95 + } + + clergymen = { + culture = dixie + religion = protestant + size = 30 + } + + artisans = { + culture = dixie + religion = protestant + size = 160 + } + + soldiers = { + culture = dixie + religion = protestant + size = 90 + } + + farmers = { + culture = dixie + religion = protestant + size = 2125 + } + + farmers = { + culture = yankee + religion = protestant + size = 2500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 40 + } + + artisans = { + culture = afro_american + religion = protestant + size = 260 + } + + farmers = { + culture = afro_american + religion = protestant + size = 380 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4200 + } } #Hagerstown (56000/14000 POPS) 221 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 325 - } - - soldiers = { - culture = dixie - religion = protestant - size = 150 - } - - farmers = { - culture = dixie - religion = protestant - size = 5325 - } - - farmers = { - culture = yankee - religion = protestant - size = 8000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1650 - } - - slaves = { - culture = afro_american - religion = protestant - size = 1000 - } -} -#Delaware Region (76000) + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 325 + } + + soldiers = { + culture = dixie + religion = protestant + size = 150 + } + + farmers = { + culture = dixie + religion = protestant + size = 5325 + } + + farmers = { + culture = yankee + religion = protestant + size = 8000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1650 + } + + slaves = { + culture = afro_american + religion = protestant + size = 1000 + } +} +#Delaware Region (76000) #ruled by the USA #Dover (76000/19000 POPS) 222 = { - aristocrats = { - culture = dixie - religion = protestant - size = 75 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 25 - } - - officers = { - culture = dixie - religion = protestant - size = 10 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 650 - } - - soldiers = { - culture = dixie - religion = protestant - size = 125 - } - - farmers = { - culture = dixie - religion = protestant - size = 5015 - } - - farmers = { - culture = yankee - religion = protestant - size = 7000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 5150 - } - - slaves = { - culture = afro_american - religion = protestant - size = 500 - } -} -#Pennsylvania Region (1536000) + aristocrats = { + culture = dixie + religion = protestant + size = 75 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 25 + } + + officers = { + culture = dixie + religion = protestant + size = 10 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 650 + } + + soldiers = { + culture = dixie + religion = protestant + size = 125 + } + + farmers = { + culture = dixie + religion = protestant + size = 5015 + } + + farmers = { + culture = yankee + religion = protestant + size = 7000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 5150 + } + + slaves = { + culture = afro_american + religion = protestant + size = 500 + } +} +#Pennsylvania Region (1536000) #ruled by the USA #Philadelphia (468000/117000 POPS) 223 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 1800 - } - - officers = { - culture = yankee - religion = protestant - size = 300 - } - - capitalists = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 550 - } - - clerks = { - culture = yankee - religion = protestant - size = 60 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1200 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 740 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 66950 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 75 - } - - officers = { - culture = yankee - religion = catholic - size = 75 - } - - clergymen = { - culture = yankee - religion = catholic - size = 125 - } - - clerks = { - culture = yankee - religion = catholic - size = 5 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 100 - } - - artisans = { - culture = yankee - religion = catholic - size = 2045 - } - - soldiers = { - culture = yankee - religion = catholic - size = 175 - } - - farmers = { - culture = yankee - religion = catholic - size = 15400 - } - - clergymen = { - culture = irish - religion = catholic - size = 50 - } - - artisans = { - culture = irish - religion = catholic - size = 5000 - } - - farmers = { - culture = irish - religion = catholic - size = 2950 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 2000 - } - - farmers = { - culture = afro_american - religion = protestant - size = 5950 - } - - clergymen = { - culture = yankee - religion = jewish - size = 10 - } - - artisans = { - culture = yankee - religion = jewish - size = 490 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 1800 + } + + officers = { + culture = yankee + religion = protestant + size = 300 + } + + capitalists = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 550 + } + + clerks = { + culture = yankee + religion = protestant + size = 60 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1200 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 740 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 66950 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 75 + } + + officers = { + culture = yankee + religion = catholic + size = 75 + } + + clergymen = { + culture = yankee + religion = catholic + size = 125 + } + + clerks = { + culture = yankee + religion = catholic + size = 5 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 100 + } + + artisans = { + culture = yankee + religion = catholic + size = 2045 + } + + soldiers = { + culture = yankee + religion = catholic + size = 175 + } + + farmers = { + culture = yankee + religion = catholic + size = 15400 + } + + clergymen = { + culture = irish + religion = catholic + size = 50 + } + + artisans = { + culture = irish + religion = catholic + size = 5000 + } + + farmers = { + culture = irish + religion = catholic + size = 2950 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 2000 + } + + farmers = { + culture = afro_american + religion = protestant + size = 5950 + } + + clergymen = { + culture = yankee + religion = jewish + size = 10 + } + + artisans = { + culture = yankee + religion = jewish + size = 490 + } } #Coudersport - Formerly Fort Chimo (2400/600 POPS) 2627 = { - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size = 150 - } - - farmers = { - culture = yankee - religion = protestant - size = 14000 - } - - clergymen = { - culture = yankee - religion = catholic - size = 25 - } - - artisans = { - culture = yankee - religion = catholic - size = 200 - } - - soldiers = { - culture = yankee - religion = catholic - size = 55 - } - - farmers = { - culture = yankee - religion = catholic - size = 6225 - } - - clergymen = { - culture = irish - religion = catholic - size = 15 - } - - artisans = { - culture = irish - religion = catholic - size = 75 - } - - farmers = { - culture = irish - religion = catholic - size = 1000 - } + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size = 150 + } + + farmers = { + culture = yankee + religion = protestant + size = 14000 + } + + clergymen = { + culture = yankee + religion = catholic + size = 25 + } + + artisans = { + culture = yankee + religion = catholic + size = 200 + } + + soldiers = { + culture = yankee + religion = catholic + size = 55 + } + + farmers = { + culture = yankee + religion = catholic + size = 6225 + } + + clergymen = { + culture = irish + religion = catholic + size = 15 + } + + artisans = { + culture = irish + religion = catholic + size = 75 + } + + farmers = { + culture = irish + religion = catholic + size = 1000 + } } #Scranton (164000/41000 POPS) 224 = { - clergymen = { - culture = yankee - religion = protestant - size = 300 - } - - artisans = { - culture = yankee - religion = protestant - size = 2050 - } - - soldiers = { - culture = yankee - religion = protestant - size = 425 - } - - farmers = { - culture = yankee - religion = protestant - size = 38225 - } + clergymen = { + culture = yankee + religion = protestant + size = 300 + } + + artisans = { + culture = yankee + religion = protestant + size = 2050 + } + + soldiers = { + culture = yankee + religion = protestant + size = 425 + } + + farmers = { + culture = yankee + religion = protestant + size = 38225 + } } #Williamsport (172000/43000 POPS) 225 = { - clergymen = { - culture = yankee - religion = protestant - size = 325 - } - - artisans = { - culture = yankee - religion = protestant - size = 2150 - } - - soldiers = { - culture = yankee - religion = protestant - size = 425 - } - - farmers = { - culture = yankee - religion = protestant - size = 40100 - } + clergymen = { + culture = yankee + religion = protestant + size = 325 + } + + artisans = { + culture = yankee + religion = protestant + size = 2150 + } + + soldiers = { + culture = yankee + religion = protestant + size = 425 + } + + farmers = { + culture = yankee + religion = protestant + size = 40100 + } } #Harrisburg (292000/73000 POPS) 226 = { - clergymen = { - culture = yankee - religion = protestant - size = 550 - } - - artisans = { - culture = yankee - religion = protestant - size = 3650 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 66800 - } + clergymen = { + culture = yankee + religion = protestant + size = 550 + } + + artisans = { + culture = yankee + religion = protestant + size = 3650 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 66800 + } } #Pittsburgh (332000/83000 POPS) 227 = { - clergymen = { - culture = yankee - religion = protestant - size = 300 - } - - artisans = { - culture = yankee - religion = protestant - size = 2250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 400 - } - - farmers = { - culture = yankee - religion = protestant - size = 37300 - } - - clergymen = { - culture = yankee - religion = catholic - size = 125 - } - - artisans = { - culture = yankee - religion = catholic - size = 700 - } - - soldiers = { - culture = yankee - religion = catholic - size = 120 - } - - farmers = { - culture = yankee - religion = catholic - size = 10500 - } - - clergymen = { - culture = irish - religion = catholic - size = 60 - } - - artisans = { - culture = irish - religion = catholic - size = 275 - } - - farmers = { - culture = irish - religion = catholic - size = 5525 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2800 - } + clergymen = { + culture = yankee + religion = protestant + size = 300 + } + + artisans = { + culture = yankee + religion = protestant + size = 2250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 400 + } + + farmers = { + culture = yankee + religion = protestant + size = 37300 + } + + clergymen = { + culture = yankee + religion = catholic + size = 125 + } + + artisans = { + culture = yankee + religion = catholic + size = 700 + } + + soldiers = { + culture = yankee + religion = catholic + size = 120 + } + + farmers = { + culture = yankee + religion = catholic + size = 10500 + } + + clergymen = { + culture = irish + religion = catholic + size = 60 + } + + artisans = { + culture = irish + religion = catholic + size = 275 + } + + farmers = { + culture = irish + religion = catholic + size = 5525 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2800 + } } #Erie (108000/27000 POPS) 228 = { - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 1350 - } - - soldiers = { - culture = yankee - religion = protestant - size = 275 - } - - farmers = { - culture = yankee - religion = protestant - size = 25175 - } -} -#New Jersey Region (340000) + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 1350 + } + + soldiers = { + culture = yankee + religion = protestant + size = 275 + } + + farmers = { + culture = yankee + religion = protestant + size = 25175 + } +} +#New Jersey Region (340000) #ruled by the USA #Newark (156000/39000 POPS) 229 = { - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 1550 - } - - soldiers = { - culture = yankee - religion = protestant - size = 325 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1000 - } - - farmers = { - culture = yankee - religion = protestant - size = 27925 - } - - clergymen = { - culture = yankee - religion = catholic - size = 50 - } - - artisans = { - culture = yankee - religion = catholic - size = 200 - } - - soldiers = { - culture = yankee - religion = catholic - size = 50 - } - - farmers = { - culture = yankee - religion = catholic - size = 3700 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 200 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3750 - } + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 1550 + } + + soldiers = { + culture = yankee + religion = protestant + size = 325 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1000 + } + + farmers = { + culture = yankee + religion = protestant + size = 27925 + } + + clergymen = { + culture = yankee + religion = catholic + size = 50 + } + + artisans = { + culture = yankee + religion = catholic + size = 200 + } + + soldiers = { + culture = yankee + religion = catholic + size = 50 + } + + farmers = { + culture = yankee + religion = catholic + size = 3700 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 200 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3750 + } } #Trenton (96000/24000 POPS) 230 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 125 - } - - officers = { - culture = yankee - religion = protestant - size = 70 - } - - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1050 - } - - soldiers = { - culture = yankee - religion = protestant - size = 225 - } - - farmers = { - culture = yankee - religion = protestant - size = 21105 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 25 - } - - officers = { - culture = yankee - religion = catholic - size = 15 - } - - clergymen = { - culture = yankee - religion = catholic - size = 50 - } - - artisans = { - culture = yankee - religion = catholic - size = 150 - } - - soldiers = { - culture = yankee - religion = catholic - size = 25 - } - - farmers = { - culture = yankee - religion = catholic - size = 2735 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 125 + } + + officers = { + culture = yankee + religion = protestant + size = 70 + } + + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1050 + } + + soldiers = { + culture = yankee + religion = protestant + size = 225 + } + + farmers = { + culture = yankee + religion = protestant + size = 21105 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 25 + } + + officers = { + culture = yankee + religion = catholic + size = 15 + } + + clergymen = { + culture = yankee + religion = catholic + size = 50 + } + + artisans = { + culture = yankee + religion = catholic + size = 150 + } + + soldiers = { + culture = yankee + religion = catholic + size = 25 + } + + farmers = { + culture = yankee + religion = catholic + size = 2735 + } } #Atlantic City (88000/22000 POPS) 231 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1100 - } - - soldiers = { - culture = yankee - religion = protestant - size = 225 - } - - farmers = { - culture = yankee - religion = protestant - size = 20525 - } -} -#New York Region (2140000) + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1100 + } + + soldiers = { + culture = yankee + religion = protestant + size = 225 + } + + farmers = { + culture = yankee + religion = protestant + size = 20525 + } +} +#New York Region (2140000) #ruled by the USA #New York (440000/110000 POPS) 232 = { - capitalists = { - culture = yankee - religion = protestant - size = 125 - } - - clergymen = { - culture = yankee - religion = protestant - size = 675 - } - - clerks = { - culture = yankee - religion = protestant - size = 125 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 26500 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 8375 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 95125 - } - - clergymen = { - culture = yankee - religion = catholic - size = 75 - } - - artisans = { - culture = yankee - religion = catholic - size = 4000 - } - - soldiers = { - culture = yankee - religion = catholic - size = 50 - } - - farmers = { - culture = yankee - religion = catholic - size = 875 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 4925 - } - - clergymen = { - culture = irish - religion = catholic - size = 50 - } - - artisans = { - culture = irish - religion = catholic - size = 3950 - } - - clergymen = { - culture = yankee - religion = jewish - size = 10 - } - - artisans = { - culture = yankee - religion = jewish - size = 490 - } + capitalists = { + culture = yankee + religion = protestant + size = 125 + } + + clergymen = { + culture = yankee + religion = protestant + size = 675 + } + + clerks = { + culture = yankee + religion = protestant + size = 125 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 26500 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 8375 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 95125 + } + + clergymen = { + culture = yankee + religion = catholic + size = 75 + } + + artisans = { + culture = yankee + religion = catholic + size = 4000 + } + + soldiers = { + culture = yankee + religion = catholic + size = 50 + } + + farmers = { + culture = yankee + religion = catholic + size = 875 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 4925 + } + + clergymen = { + culture = irish + religion = catholic + size = 50 + } + + artisans = { + culture = irish + religion = catholic + size = 3950 + } + + clergymen = { + culture = yankee + religion = jewish + size = 10 + } + + artisans = { + culture = yankee + religion = jewish + size = 490 + } } #Islip (100000/25000 POPS) 233 = { - clergymen = { - culture = yankee - religion = protestant - size = 175 - } - - artisans = { - culture = yankee - religion = protestant - size = 1250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 250 - } - - farmers = { - culture = yankee - religion = protestant - size = 23325 - } + clergymen = { + culture = yankee + religion = protestant + size = 175 + } + + artisans = { + culture = yankee + religion = protestant + size = 1250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 250 + } + + farmers = { + culture = yankee + religion = protestant + size = 23325 + } } #Albany (332000/83000 POPS) 234 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 975 - } - - officers = { - culture = yankee - religion = protestant - size = 500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 625 - } - - artisans = { - culture = yankee - religion = protestant - size = 3125 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 70775 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 100 - } - - officers = { - culture = yankee - religion = catholic - size = 50 - } - - clergymen = { - culture = yankee - religion = catholic - size = 75 - } - - artisans = { - culture = yankee - religion = catholic - size = 250 - } - - soldiers = { - culture = yankee - religion = catholic - size = 50 - } - - farmers = { - culture = yankee - religion = catholic - size = 4475 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 975 + } + + officers = { + culture = yankee + religion = protestant + size = 500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 625 + } + + artisans = { + culture = yankee + religion = protestant + size = 3125 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 70775 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 100 + } + + officers = { + culture = yankee + religion = catholic + size = 50 + } + + clergymen = { + culture = yankee + religion = catholic + size = 75 + } + + artisans = { + culture = yankee + religion = catholic + size = 250 + } + + soldiers = { + culture = yankee + religion = catholic + size = 50 + } + + farmers = { + culture = yankee + religion = catholic + size = 4475 + } } #Binghamton (352000/88000 POPS) 235 = { - clergymen = { - culture = yankee - religion = protestant - size = 625 - } - - artisans = { - culture = yankee - religion = protestant - size = 4400 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 80975 - } + clergymen = { + culture = yankee + religion = protestant + size = 625 + } + + artisans = { + culture = yankee + religion = protestant + size = 4400 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 80975 + } } #Buffalo (244000/61000 POPS) 236 = { - clergymen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 3050 - } - - soldiers = { - culture = yankee - religion = protestant - size = 625 - } - - farmers = { - culture = yankee - religion = protestant - size = 56875 - } + clergymen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 3050 + } + + soldiers = { + culture = yankee + religion = protestant + size = 625 + } + + farmers = { + culture = yankee + religion = protestant + size = 56875 + } } #Rochester (176000/44000 POPS) 237 = { - clergymen = { - culture = yankee - religion = protestant - size = 325 - } - - artisans = { - culture = yankee - religion = protestant - size = 2200 - } - - soldiers = { - culture = yankee - religion = protestant - size = 450 - } - - farmers = { - culture = yankee - religion = protestant - size = 41025 - } + clergymen = { + culture = yankee + religion = protestant + size = 325 + } + + artisans = { + culture = yankee + religion = protestant + size = 2200 + } + + soldiers = { + culture = yankee + religion = protestant + size = 450 + } + + farmers = { + culture = yankee + religion = protestant + size = 41025 + } } #Syracuse (304000/76000 POPS) 238 = { - clergymen = { - culture = yankee - religion = protestant - size = 525 - } - - artisans = { - culture = yankee - religion = protestant - size = 3800 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 69675 - } + clergymen = { + culture = yankee + religion = protestant + size = 525 + } + + artisans = { + culture = yankee + religion = protestant + size = 3800 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 69675 + } } #Watertown (116000/29000 POPS) 239 = { - clergymen = { - culture = yankee - religion = protestant - size = 225 - } - - artisans = { - culture = yankee - religion = protestant - size = 1450 - } - - soldiers = { - culture = yankee - religion = protestant - size = 300 - } - - farmers = { - culture = yankee - religion = protestant - size = 27025 - } + clergymen = { + culture = yankee + religion = protestant + size = 225 + } + + artisans = { + culture = yankee + religion = protestant + size = 1450 + } + + soldiers = { + culture = yankee + religion = protestant + size = 300 + } + + farmers = { + culture = yankee + religion = protestant + size = 27025 + } } #Plattsburgh (76000/19000 POPS) 240 = { - clergymen = { - culture = yankee - religion = protestant - size = 125 - } - - artisans = { - culture = yankee - religion = protestant - size = 950 - } - - soldiers = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 17725 - } -} -#Connecticut Region (304000) + clergymen = { + culture = yankee + religion = protestant + size = 125 + } + + artisans = { + culture = yankee + religion = protestant + size = 950 + } + + soldiers = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 17725 + } +} +#Connecticut Region (304000) #ruled by the USA #Hartford (304000/76000 POPS) 241 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 150 - } - - officers = { - culture = yankee - religion = protestant - size = 75 - } - - capitalists = { - culture = yankee - religion = protestant - size = 15 - } - - clergymen = { - culture = yankee - religion = protestant - size = 550 - } - - clerks = { - culture = yankee - religion = protestant - size = 50 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 550 - } - - artisans = { - culture = yankee - religion = protestant - size = 3050 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 66560 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1475 - } -} -#Rhode Island Region (104000) + bureaucrats = { + culture = yankee + religion = protestant + size = 150 + } + + officers = { + culture = yankee + religion = protestant + size = 75 + } + + capitalists = { + culture = yankee + religion = protestant + size = 15 + } + + clergymen = { + culture = yankee + religion = protestant + size = 550 + } + + clerks = { + culture = yankee + religion = protestant + size = 50 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 550 + } + + artisans = { + culture = yankee + religion = protestant + size = 3050 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 66560 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1475 + } +} +#Rhode Island Region (104000) #ruled by the USA #Providence (104000/26000 POPS) 242 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 50 - } - - officers = { - culture = yankee - religion = protestant - size = 25 - } - - capitalists = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 175 - } - - clerks = { - culture = yankee - religion = protestant - size = 75 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 750 - } - - artisans = { - culture = yankee - religion = protestant - size = 4175 - } - - soldiers = { - culture = yankee - religion = protestant - size = 250 - } - - farmers = { - culture = yankee - religion = protestant - size = 19475 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 475 - } -} -#Massachusetts Region (660000) + bureaucrats = { + culture = yankee + religion = protestant + size = 50 + } + + officers = { + culture = yankee + religion = protestant + size = 25 + } + + capitalists = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 175 + } + + clerks = { + culture = yankee + religion = protestant + size = 75 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 750 + } + + artisans = { + culture = yankee + religion = protestant + size = 4175 + } + + soldiers = { + culture = yankee + religion = protestant + size = 250 + } + + farmers = { + culture = yankee + religion = protestant + size = 19475 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 475 + } +} +#Massachusetts Region (660000) #ruled by the USA #Boston (444000/111000 POPS) 243 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 300 - } - - officers = { - culture = yankee - religion = protestant - size = 150 - } - - capitalists = { - culture = yankee - religion = protestant - size = 350 - } - - clergymen = { - culture = yankee - religion = protestant - size = 675 - } - - clerks = { - culture = yankee - religion = protestant - size = 825 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 16250 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 7925 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 22145 - } - - clergymen = { - culture = yankee - religion = catholic - size = 50 - } - - clerks = { - culture = yankee - religion = catholic - size = 50 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 1100 - } - - artisans = { - culture = yankee - religion = catholic - size = 2950 - } - - soldiers = { - culture = yankee - religion = catholic - size = 75 - } - - farmers = { - culture = yankee - religion = catholic - size = 2875 - } - - clergymen = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 7000 - } - - farmers = { - culture = irish - religion = catholic - size = 925 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 300 + } + + officers = { + culture = yankee + religion = protestant + size = 150 + } + + capitalists = { + culture = yankee + religion = protestant + size = 350 + } + + clergymen = { + culture = yankee + religion = protestant + size = 675 + } + + clerks = { + culture = yankee + religion = protestant + size = 825 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 16250 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 7925 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 22145 + } + + clergymen = { + culture = yankee + religion = catholic + size = 50 + } + + clerks = { + culture = yankee + religion = catholic + size = 50 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 1100 + } + + artisans = { + culture = yankee + religion = catholic + size = 2950 + } + + soldiers = { + culture = yankee + religion = catholic + size = 75 + } + + farmers = { + culture = yankee + religion = catholic + size = 2875 + } + + clergymen = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 7000 + } + + farmers = { + culture = irish + religion = catholic + size = 925 + } } #New Bedford (132000/33000 POPS) 244 = { - clergymen = { - culture = yankee - religion = protestant - size = 225 - } - - clerks = { - culture = yankee - religion = protestant - size = 25 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 300 - } - - artisans = { - culture = yankee - religion = protestant - size = 1125 - } - - soldiers = { - culture = yankee - religion = protestant - size = 300 - } - - farmers = { - culture = yankee - religion = protestant - size = 27025 - } - - clergymen = { - culture = irish - religion = catholic - size = 50 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 3950 - } + clergymen = { + culture = yankee + religion = protestant + size = 225 + } + + clerks = { + culture = yankee + religion = protestant + size = 25 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 300 + } + + artisans = { + culture = yankee + religion = protestant + size = 1125 + } + + soldiers = { + culture = yankee + religion = protestant + size = 300 + } + + farmers = { + culture = yankee + religion = protestant + size = 27025 + } + + clergymen = { + culture = irish + religion = catholic + size = 50 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 3950 + } } #Pittsfield (84000/21000 POPS) 245 = { - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1050 - } - - soldiers = { - culture = yankee - religion = protestant - size = 225 - } - - farmers = { - culture = yankee - religion = protestant - size = 19575 - } -} -#Vermont Region (284000) + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1050 + } + + soldiers = { + culture = yankee + religion = protestant + size = 225 + } + + farmers = { + culture = yankee + religion = protestant + size = 19575 + } +} +#Vermont Region (284000) #ruled by the USA #Montpelier (284000/71000 POPS) 246 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 125 - } - - officers = { - culture = yankee - religion = protestant - size = 75 - } - - clergymen = { - culture = yankee - religion = protestant - size = 500 - } - - artisans = { - culture = yankee - religion = protestant - size = 3150 - } - - soldiers = { - culture = yankee - religion = protestant - size = 650 - } - - farmers = { - culture = yankee - religion = protestant - size = 58200 - } - - clergymen = { - culture = yankee - religion = catholic - size = 50 - } - - artisans = { - culture = yankee - religion = catholic - size = 400 - } - - soldiers = { - culture = yankee - religion = catholic - size = 75 - } - - farmers = { - culture = yankee - religion = catholic - size = 7475 - } -} -#New Hampshire Region (276000) + bureaucrats = { + culture = yankee + religion = protestant + size = 125 + } + + officers = { + culture = yankee + religion = protestant + size = 75 + } + + clergymen = { + culture = yankee + religion = protestant + size = 500 + } + + artisans = { + culture = yankee + religion = protestant + size = 3150 + } + + soldiers = { + culture = yankee + religion = protestant + size = 650 + } + + farmers = { + culture = yankee + religion = protestant + size = 58200 + } + + clergymen = { + culture = yankee + religion = catholic + size = 50 + } + + artisans = { + culture = yankee + religion = catholic + size = 400 + } + + soldiers = { + culture = yankee + religion = catholic + size = 75 + } + + farmers = { + culture = yankee + religion = catholic + size = 7475 + } +} +#New Hampshire Region (276000) #ruled by the USA #Concord (POPS) 247 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 150 - } - - capitalists = { - culture = yankee - religion = protestant - size = 100 - } - - officers = { - culture = yankee - religion = protestant - size = 75 - } - - clerks = { - culture = yankee - religion = protestant - size = 25 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 7000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1150 - } - - artisans = { - culture = yankee - religion = protestant - size = 2925 - } - - soldiers = { - culture = yankee - religion = protestant - size = 2000 - } - - farmers = { - culture = yankee - religion = protestant - size = 55700 - } -} -#Maine Region (432000) + bureaucrats = { + culture = yankee + religion = protestant + size = 150 + } + + capitalists = { + culture = yankee + religion = protestant + size = 100 + } + + officers = { + culture = yankee + religion = protestant + size = 75 + } + + clerks = { + culture = yankee + religion = protestant + size = 25 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 7000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1150 + } + + artisans = { + culture = yankee + religion = protestant + size = 2925 + } + + soldiers = { + culture = yankee + religion = protestant + size = 2000 + } + + farmers = { + culture = yankee + religion = protestant + size = 55700 + } +} +#Maine Region (432000) #ruled by the USA #Lewiston (240000/60000 POPS) 248 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 175 - } - - officers = { - culture = yankee - religion = protestant - size = 100 - } - - clergymen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 3000 - } - - soldiers = { - culture = yankee - religion = protestant - size = 600 - } - - farmers = { - culture = yankee - religion = protestant - size = 55675 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 175 + } + + officers = { + culture = yankee + religion = protestant + size = 100 + } + + clergymen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 3000 + } + + soldiers = { + culture = yankee + religion = protestant + size = 600 + } + + farmers = { + culture = yankee + religion = protestant + size = 55675 + } } #Bangor (156000/44000 POPS) 249 = { - clergymen = { - culture = yankee - religion = protestant - size = 250 - } - - artisans = { - culture = yankee - religion = protestant - size = 1900 - } - - soldiers = { - culture = yankee - religion = protestant - size = 375 - } - - farmers = { - culture = yankee - religion = protestant - size = 35475 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 300 - } - - soldiers = { - culture = french_canadian - religion = catholic - size = 75 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 5575 - } + clergymen = { + culture = yankee + religion = protestant + size = 250 + } + + artisans = { + culture = yankee + religion = protestant + size = 1900 + } + + soldiers = { + culture = yankee + religion = protestant + size = 375 + } + + farmers = { + culture = yankee + religion = protestant + size = 35475 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 300 + } + + soldiers = { + culture = french_canadian + religion = catholic + size = 75 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 5575 + } } #ruled by the UK #Caribou (36000/9000 POPS) 250 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - artisans = { - culture = yankee - religion = protestant - size = 250 - } - - soldiers = { - culture = yankee - religion = protestant - size = 50 - } - - farmers = { - culture = yankee - religion = protestant - size = 4625 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 200 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size = 25 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 525 - } - - farmers = { - culture = french_canadian - religion = protestant - size = 2725 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + artisans = { + culture = yankee + religion = protestant + size = 250 + } + + soldiers = { + culture = yankee + religion = protestant + size = 50 + } + + farmers = { + culture = yankee + religion = protestant + size = 4625 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 200 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size = 25 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 525 + } + + farmers = { + culture = french_canadian + religion = protestant + size = 2725 + } } #Cherskiy - Animas 2662 = { - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 23 - } - - soldiers = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 400 - } + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 23 + } + + soldiers = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 400 + } } diff --git a/HPM/history/pops/1836.1.1/Uruguay.txt b/HPM/history/pops/1836.1.1/Uruguay.txt index 2b4be7f4..4f991d2d 100644 --- a/HPM/history/pops/1836.1.1/Uruguay.txt +++ b/HPM/history/pops/1836.1.1/Uruguay.txt @@ -1,264 +1,264 @@ -#Uruguay Region (200000) +#Uruguay Region (200000) #Under rule of Uruguay 1836 #Montevideo (112000/28000 POPS) 2344 = { - aristocrats = { - culture = platinean - religion = catholic - size = 575 - militancy = 9 - rebel_type = liberal_rebels - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 100 - militancy = 9 - rebel_type = liberal_rebels - } - - officers = { - culture = platinean - religion = catholic - size = 50 - militancy = 9 - rebel_type = liberal_rebels - } - - clergymen = { - culture = platinean - religion = catholic - size = 250 - } - - artisans = { - culture = platinean - religion = catholic - size = 980 - militancy = 9 - rebel_type = liberal_rebels - } - - soldiers = { - culture = platinean - religion = catholic - size = 5000 - militancy = 9 - rebel_type = liberal_rebels - } - - farmers = { - culture = platinean - religion = catholic - size = 18095 - militancy = 9 - rebel_type = liberal_rebels - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - militancy = 9 - rebel_type = liberal_rebels - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 500 - militancy = 9 - rebel_type = liberal_rebels - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3150 - militancy = 9 - rebel_type = liberal_rebels - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 3500 - militancy = 9 - rebel_type = liberal_rebels - } + aristocrats = { + culture = platinean + religion = catholic + size = 575 + militancy = 9 + rebel_type = liberal_rebels + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 100 + militancy = 9 + rebel_type = liberal_rebels + } + + officers = { + culture = platinean + religion = catholic + size = 50 + militancy = 9 + rebel_type = liberal_rebels + } + + clergymen = { + culture = platinean + religion = catholic + size = 250 + } + + artisans = { + culture = platinean + religion = catholic + size = 980 + militancy = 9 + rebel_type = liberal_rebels + } + + soldiers = { + culture = platinean + religion = catholic + size = 5000 + militancy = 9 + rebel_type = liberal_rebels + } + + farmers = { + culture = platinean + religion = catholic + size = 18095 + militancy = 9 + rebel_type = liberal_rebels + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + militancy = 9 + rebel_type = liberal_rebels + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 500 + militancy = 9 + rebel_type = liberal_rebels + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3150 + militancy = 9 + rebel_type = liberal_rebels + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 3500 + militancy = 9 + rebel_type = liberal_rebels + } } #Paysandu (36000/9000 POPS) 2345 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 100 - } - - farmers = { - culture = platinean - religion = catholic - size = 1800 - } - - artisans = { - culture = brazilian - religion = catholic - size = 100 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 840 - } - + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 100 + } + + farmers = { + culture = platinean + religion = catholic + size = 1800 + } + + artisans = { + culture = brazilian + religion = catholic + size = 100 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 840 + } + } #Tacumba (12000/3000 POPS) 2346 = { - aristocrats = { - culture = platinean - religion = catholic - size = 200 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 20 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 450 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1500 - militancy = 9 - rebel_type = liberal_rebels - } - - farmers = { - culture = platinean - religion = catholic - size = 7275 - } - + aristocrats = { + culture = platinean + religion = catholic + size = 200 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 20 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 450 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1500 + militancy = 9 + rebel_type = liberal_rebels + } + + farmers = { + culture = platinean + religion = catholic + size = 7275 + } + } #Melo (40000/10000 POPS) 2347 = { - aristocrats = { - culture = platinean - religion = catholic - size = 150 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 10 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 350 - } - - soldiers = { - culture = platinean - religion = catholic - size = 400 - } - - farmers = { - culture = platinean - religion = catholic - size = 5450 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 150 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2775 - } + aristocrats = { + culture = platinean + religion = catholic + size = 150 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 10 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 350 + } + + soldiers = { + culture = platinean + religion = catholic + size = 400 + } + + farmers = { + culture = platinean + religion = catholic + size = 5450 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 150 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2775 + } } diff --git a/HPM/history/pops/1836.1.1/Uzbekistan.txt b/HPM/history/pops/1836.1.1/Uzbekistan.txt index 751fd9ce..e7f60ba0 100644 --- a/HPM/history/pops/1836.1.1/Uzbekistan.txt +++ b/HPM/history/pops/1836.1.1/Uzbekistan.txt @@ -1,751 +1,750 @@ -#Khwarazm Region (380000) #see Kazakhstan.txt and Turkmenistan.txt for balance of region -#under the rule of Khiva in 1836 -#Khiva (200000/50000 POPS) #now part of Uzbekistan +#Khwarazm Region (380000) #see Kazakhstan.txt and Turkmenistan.txt for balance of region +#under the rule of Khiva in 1836 +#Khiva (200000/50000 POPS) #now part of Uzbekistan 1191 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 950 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 125 - } - - officers = { - culture = uzbek - religion = sunni - size = 125 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 450 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2300 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 3000 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 1000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 38050 - } - - slaves = { - culture = persian - religion = shiite - size = 7000 - } - - slaves = { - culture = russian - religion = orthodox - size = 3000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 950 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 125 + } + + officers = { + culture = uzbek + religion = sunni + size = 125 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 450 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2300 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 3000 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 1000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 38050 + } + + slaves = { + culture = persian + religion = shiite + size = 7000 + } + + slaves = { + culture = russian + religion = orthodox + size = 3000 + } } -#Nukus (180000/45000 POPS) #now part of Uzbekistan +#Nukus (180000/45000 POPS) #now part of Uzbekistan 1192 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 400 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 225 - } - - artisans = { - culture = uzbek - religion = sunni - size = 1150 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 3000 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 1000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 17325 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 275 - } - - clergymen = { - culture = kazak - religion = sunni - size = 125 - } - - artisans = { - culture = kazak - religion = sunni - size = 700 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 13900 - } - - slaves = { - culture = persian - religion = shiite - size = 4000 - } - - slaves = { - culture = russian - religion = orthodox - size = 2100 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 75 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 75 - } - - artisans = { - culture = turkmen - religion = sunni - size = 175 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 25 - } - - farmers = { - culture = turkmen - religion = sunni - size = 3650 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 400 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 225 + } + + artisans = { + culture = uzbek + religion = sunni + size = 1150 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 3000 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 1000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 17325 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 275 + } + + clergymen = { + culture = kazak + religion = sunni + size = 125 + } + + artisans = { + culture = kazak + religion = sunni + size = 700 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 13900 + } + + slaves = { + culture = persian + religion = shiite + size = 4000 + } + + slaves = { + culture = russian + religion = orthodox + size = 2100 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 75 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 75 + } + + artisans = { + culture = turkmen + religion = sunni + size = 175 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 25 + } + + farmers = { + culture = turkmen + religion = sunni + size = 3650 + } } -#Mawarannahr Region (524000) #see Kazakhstan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region -#under the rule of Kokand in 1836 -#Tashkent (224000/56000 POPS) +#Mawarannahr Region (524000) #see Kazakhstan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region +#under the rule of Kokand in 1836 +#Tashkent (224000/56000 POPS) 1195 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 900 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 450 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2300 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 3000 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 1000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 38850 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 50 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 25 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 125 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 25 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 2775 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 125 - } - - clergymen = { - culture = tajik - religion = sunni - size = 50 - } - - artisans = { - culture = tajik - religion = sunni - size = 325 - } - - soldiers = { - culture = tajik - religion = sunni - size = 50 - } - - farmers = { - culture = tajik - religion = sunni - size = 6450 - } - - slaves = { - culture = uzbek - religion = sunni - size = 2000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 900 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 450 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2300 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 3000 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 1000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 38850 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 50 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 25 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 125 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 25 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 2775 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 125 + } + + clergymen = { + culture = tajik + religion = sunni + size = 50 + } + + artisans = { + culture = tajik + religion = sunni + size = 325 + } + + soldiers = { + culture = tajik + religion = sunni + size = 50 + } + + farmers = { + culture = tajik + religion = sunni + size = 6450 + } + + slaves = { + culture = uzbek + religion = sunni + size = 2000 + } } -#Kokand (300000/75000 POPS) +#Kokand (300000/75000 POPS) 1202 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = kirgiz - religion = sunni - size = 200 - } - - officers = { - culture = kirgiz - religion = sunni - size = 225 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 550 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 7050 - } - - soldiers = { - culture = kirgiz - religion = sunni - size = 575 - } - - farmers = { - culture = kirgiz - religion = sunni - size = 46350 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 300 - } - - clergymen = { - culture = tajik - religion = sunni - size = 150 - } - - artisans = { - culture = tajik - religion = sunni - size = 800 - } - - soldiers = { - culture = tajik - religion = sunni - size = 150 - } - - farmers = { - culture = uzbek - religion = sunni - size = 14600 - } - - aristocrats = { - culture = uzbek - religion = sunni - size = 50 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 50 - } - - artisans = { - culture = uzbek - religion = sunni - size = 150 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 25 - } - - farmers = { - culture = uzbek - religion = sunni - size = 2625 - } - - slaves = { - culture = uighur - religion = sunni - size = 8000 - } - - slaves = { - culture = russian - religion = orthodox - size = 5000 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = kirgiz + religion = sunni + size = 200 + } + + officers = { + culture = kirgiz + religion = sunni + size = 225 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 550 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 7050 + } + + soldiers = { + culture = kirgiz + religion = sunni + size = 575 + } + + farmers = { + culture = kirgiz + religion = sunni + size = 46350 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 300 + } + + clergymen = { + culture = tajik + religion = sunni + size = 150 + } + + artisans = { + culture = tajik + religion = sunni + size = 800 + } + + soldiers = { + culture = tajik + religion = sunni + size = 150 + } + + farmers = { + culture = uzbek + religion = sunni + size = 14600 + } + + aristocrats = { + culture = uzbek + religion = sunni + size = 50 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 50 + } + + artisans = { + culture = uzbek + religion = sunni + size = 150 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 25 + } + + farmers = { + culture = uzbek + religion = sunni + size = 2625 + } + + slaves = { + culture = uighur + religion = sunni + size = 8000 + } + + slaves = { + culture = russian + religion = orthodox + size = 5000 + } } -#under the rule of Bukhara in 1836 -#Bukhara (868000/217000 POPS) +#under the rule of Bukhara in 1836 +#Bukhara (868000/217000 POPS) 1198 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 3750 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 525 - } - - officers = { - culture = uzbek - religion = sunni - size = 475 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 2000 - } - - artisans = { - culture = uzbek - religion = sunni - size = 4300 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 16000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 142950 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 275 - } - - clergymen = { - culture = tajik - religion = sunni - size = 125 - } - - artisans = { - culture = tajik - religion = sunni - size = 700 - } - - soldiers = { - culture = tajik - religion = sunni - size = 125 - } - - farmers = { - culture = tajik - religion = sunni - size = 10775 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 3375 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1950 - } - - slaves = { - culture = mashriqi - religion = sunni - size = 8000 - } - - slaves = { - culture = tajik - religion = sunni - size = 30000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 3750 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 525 + } + + officers = { + culture = uzbek + religion = sunni + size = 475 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 2000 + } + + artisans = { + culture = uzbek + religion = sunni + size = 4300 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 16000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 142950 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 275 + } + + clergymen = { + culture = tajik + religion = sunni + size = 125 + } + + artisans = { + culture = tajik + religion = sunni + size = 700 + } + + soldiers = { + culture = tajik + religion = sunni + size = 125 + } + + farmers = { + culture = tajik + religion = sunni + size = 10775 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 3375 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1950 + } + + slaves = { + culture = mashriqi + religion = sunni + size = 8000 + } + + slaves = { + culture = tajik + religion = sunni + size = 30000 + } } -#Samarkand (544000/136000 POPS) +#Samarkand (544000/136000 POPS) 1199 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 2250 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 1250 - } - - artisans = { - culture = uzbek - religion = sunni - size = 4700 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 7000 - } - - farmers = { - culture = uzbek - religion = sunni - size = 100800 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 50 - } - - clergymen = { - culture = tajik - religion = sunni - size = 50 - } - - artisans = { - culture = tajik - religion = sunni - size = 300 - } - - soldiers = { - culture = tajik - religion = sunni - size = 50 - } - - farmers = { - culture = tajik - religion = sunni - size = 5600 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2325 - } - - slaves = { - culture = tajik - religion = sunni - size = 20000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 2250 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 1250 + } + + artisans = { + culture = uzbek + religion = sunni + size = 4700 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 7000 + } + + farmers = { + culture = uzbek + religion = sunni + size = 100800 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 50 + } + + clergymen = { + culture = tajik + religion = sunni + size = 50 + } + + artisans = { + culture = tajik + religion = sunni + size = 300 + } + + soldiers = { + culture = tajik + religion = sunni + size = 50 + } + + farmers = { + culture = tajik + religion = sunni + size = 5600 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2325 + } + + slaves = { + culture = tajik + religion = sunni + size = 20000 + } } -#Qarshi (280000/70000 POPS) +#Qarshi (280000/70000 POPS) 1200 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 1100 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 500 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2550 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 525 - } - - farmers = { - culture = uzbek - religion = sunni - size = 46425 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 225 - } - - clergymen = { - culture = tajik - religion = sunni - size = 100 - } - - artisans = { - culture = tajik - religion = sunni - size = 500 - } - - soldiers = { - culture = tajik - religion = sunni - size = 100 - } - - farmers = { - culture = tajik - religion = sunni - size = 11075 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 150 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 50 - } - - artisans = { - culture = turkmen - religion = sunni - size = 300 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 75 - } - - farmers = { - culture = turkmen - religion = sunni - size = 6425 - } - - slaves = { - culture = uighur - religion = sunni - size = 8000 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 1100 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 500 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2550 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 525 + } + + farmers = { + culture = uzbek + religion = sunni + size = 46425 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 225 + } + + clergymen = { + culture = tajik + religion = sunni + size = 100 + } + + artisans = { + culture = tajik + religion = sunni + size = 500 + } + + soldiers = { + culture = tajik + religion = sunni + size = 100 + } + + farmers = { + culture = tajik + religion = sunni + size = 11075 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 150 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 50 + } + + artisans = { + culture = turkmen + religion = sunni + size = 300 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 75 + } + + farmers = { + culture = turkmen + religion = sunni + size = 6425 + } + + slaves = { + culture = uighur + religion = sunni + size = 8000 + } } #Kyzyl Kum - Former Medicine Hat (8000/2000 POPS) 29 = { - - clergymen = { - culture = uzbek - religion = sunni - size = 100 - } - - artisans = { - culture = uzbek - religion = sunni - size = 500 - } - - soldiers = { - culture = uzbek - religion = sunni - size = 250 - } - - farmers = { - culture = uzbek - religion = sunni - size = 5000 - } -} + clergymen = { + culture = uzbek + religion = sunni + size = 100 + } + + artisans = { + culture = uzbek + religion = sunni + size = 500 + } + + soldiers = { + culture = uzbek + religion = sunni + size = 250 + } + + farmers = { + culture = uzbek + religion = sunni + size = 5000 + } +} diff --git a/HPM/history/pops/1836.1.1/Vanuatu.txt b/HPM/history/pops/1836.1.1/Vanuatu.txt index 07476e1a..83d6bf89 100644 --- a/HPM/history/pops/1836.1.1/Vanuatu.txt +++ b/HPM/history/pops/1836.1.1/Vanuatu.txt @@ -1,35 +1,35 @@ #Southern Melanesia (28000) #see New Caledonia.txt for balance of region #uncolonized in 1836 -#New Hebrides (28000/7000 POPS) +#New Hebrides (28000/7000 POPS) 2535 = { - aristocrats = { - culture = melanesian - religion = animist - size = 125 - } + aristocrats = { + culture = melanesian + religion = animist + size = 125 + } - clergymen = { - culture = melanesian - religion = animist - size = 75 - } + clergymen = { + culture = melanesian + religion = animist + size = 75 + } - artisans = { - culture = melanesian - religion = animist - size = 350 - } + artisans = { + culture = melanesian + religion = animist + size = 350 + } - soldiers = { - culture = melanesian - religion = animist - size = 75 - } + soldiers = { + culture = melanesian + religion = animist + size = 75 + } - farmers = { - culture = melanesian - religion = animist - size = 6375 - } + farmers = { + culture = melanesian + religion = animist + size = 6375 + } } diff --git a/HPM/history/pops/1836.1.1/Venezuela.txt b/HPM/history/pops/1836.1.1/Venezuela.txt index 17027f40..5919f4f1 100644 --- a/HPM/history/pops/1836.1.1/Venezuela.txt +++ b/HPM/history/pops/1836.1.1/Venezuela.txt @@ -2,1041 +2,1041 @@ #Ruled by Venezuela 1836 #Caracas (224000/56000 POPS) 2264 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1125 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 125 - } - - officers = { - culture = north_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 400 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 40725 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 550 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 9400 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 4000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1125 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 125 + } + + officers = { + culture = north_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 400 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 40725 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 550 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 9400 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 4000 + } } #Cumana (24000/6000 POPS) 2267 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 50 - } - - artisans = { - culture = north_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3575 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 600 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 300 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 50 + } + + artisans = { + culture = north_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3575 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 600 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 300 + } } #San Felipe (44000/11000 POPS) 2268 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 8200 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1425 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 400 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 8200 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1425 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 400 + } } #Guiria (40000/10000 POPS) 2269 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 200 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 7275 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 200 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 7275 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #Llanos Region (88000) #Ruled by Venezuela 1836 #Guanare (16000/4000 POPS) 2265 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 25 - } - - officers = { - culture = north_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 2575 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 520 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 400 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 25 + } + + officers = { + culture = north_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 2575 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 520 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 400 + } } #Calabozo (40000/10000 POPS) 2266 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 400 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 75 - } - - farmers = { - culture = north_andean - religion = catholic - size = 7225 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1350 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 400 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 75 + } + + farmers = { + culture = north_andean + religion = catholic + size = 7225 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1350 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #Barinas (32000/8000 POPS) 2274 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 50 - } - - artisans = { - culture = north_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 4475 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 515 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 400 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 25 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 1850 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 50 + } + + artisans = { + culture = north_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 4475 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 515 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 400 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 25 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 1850 + } } #Zulia Region (378000) #Ruled by Venezuela 1836 #Maracaibo (100000/25000 POPS) 2270 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 150 - } - - officers = { - culture = north_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 700 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 150 - } - - farmers = { - culture = north_andean - religion = catholic - size = 12275 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 7350 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 2000 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 50 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 930 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 150 + } + + officers = { + culture = north_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 700 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 150 + } + + farmers = { + culture = north_andean + religion = catholic + size = 12275 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 7350 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 2000 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 50 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 930 + } } #Valera (128000/32000 POPS) 2271 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1350 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 23725 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2700 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 10 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 10 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 930 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1350 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 23725 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2700 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 10 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 10 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 930 + } } #Coro (56000/14000 POPS) 2272 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 500 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 8950 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2700 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 500 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 8950 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2700 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #Barquisimento (96000/24000 POPS) 2273 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 525 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 200 - } - - farmers = { - culture = north_andean - religion = catholic - size = 18075 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2700 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 525 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 200 + } + + farmers = { + culture = north_andean + religion = catholic + size = 18075 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2700 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #Orinoco Region (152000) #Ruled by Venezuela 1836 #Angostura (32000/8000 POPS) 2275 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 50 - } - - artisans = { - culture = north_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 4475 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 50 + } + + artisans = { + culture = north_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 4475 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Curiapo (104000/26000 POPS) 2276 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 25 - } - - officers = { - culture = north_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 225 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 225 - } - - farmers = { - culture = north_andean - religion = catholic - size = 18900 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3625 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1100 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 25 + } + + officers = { + culture = north_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 225 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 225 + } + + farmers = { + culture = north_andean + religion = catholic + size = 18900 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3625 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1100 + } } #under "rule" of Venezuela 1836 #El Jobal (12000/4000 POPS) 2277 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 15 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 25 - } - - artisans = { - culture = north_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 10 - } - - farmers = { - culture = north_andean - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 15 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 25 + } + + artisans = { + culture = north_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 10 + } + + farmers = { + culture = north_andean + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #San Fernando de Atabapo (4000/1000 POPS) 2278 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 975 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 5 - } - - artisans = { - culture = north_andean - religion = catholic - size = 5 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 975 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 5 + } + + artisans = { + culture = north_andean + religion = catholic + size = 5 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20 + } } diff --git a/HPM/history/pops/1836.1.1/Vietnam.txt b/HPM/history/pops/1836.1.1/Vietnam.txt index 92994125..642faadc 100644 --- a/HPM/history/pops/1836.1.1/Vietnam.txt +++ b/HPM/history/pops/1836.1.1/Vietnam.txt @@ -2,1171 +2,1171 @@ #under the rule of Annam in 1836 #Hanoi (808000/202000 POPS) 1369 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 3600 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 625 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1625 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 10000 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 10000 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 4500 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1675 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 122875 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 15000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1250 - } - - farmers = { - culture = yue - religion = mahayana - size = 700 - } - - clergymen = { - culture = min - religion = mahayana - size = 50 - } - - artisans = { - culture = min - religion = mahayana - size = 1250 - } - - farmers = { - culture = min - religion = mahayana - size = 700 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 175 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 3500 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 20325 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 3600 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 625 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1625 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 10000 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 10000 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 4500 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1675 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 122875 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 15000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1250 + } + + farmers = { + culture = yue + religion = mahayana + size = 700 + } + + clergymen = { + culture = min + religion = mahayana + size = 50 + } + + artisans = { + culture = min + religion = mahayana + size = 1250 + } + + farmers = { + culture = min + religion = mahayana + size = 700 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 175 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 3500 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 20325 + } } #Haiphong (596000/149000 POPS) 1370 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2750 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1325 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 6550 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1325 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 119050 - } - - clergymen = { - culture = yue - religion = mahayana - size = 50 - } - - artisans = { - culture = yue - religion = mahayana - size = 1250 - } - - farmers = { - culture = yue - religion = mahayana - size = 700 - } - - clergymen = { - culture = min - religion = mahayana - size = 50 - } - - artisans = { - culture = min - religion = mahayana - size = 1250 - } - - farmers = { - culture = min - religion = mahayana - size = 700 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 100 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 700 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 13200 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2750 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1325 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 6550 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1325 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 119050 + } + + clergymen = { + culture = yue + religion = mahayana + size = 50 + } + + artisans = { + culture = yue + religion = mahayana + size = 1250 + } + + farmers = { + culture = yue + religion = mahayana + size = 700 + } + + clergymen = { + culture = min + religion = mahayana + size = 50 + } + + artisans = { + culture = min + religion = mahayana + size = 1250 + } + + farmers = { + culture = min + religion = mahayana + size = 700 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 100 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 700 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 13200 + } } #Cao Bang (272000/68000 POPS) 1371 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1050 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 500 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2600 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 46800 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 75 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 300 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 5625 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 200 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 9100 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1050 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 500 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2600 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 46800 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 75 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 300 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 5625 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 200 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 9100 + } } #Son La (300000/75000 POPS) 1372 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 550 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2700 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 48650 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 75 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 300 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 5625 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 275 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 125 - } - - artisans = { - culture = asian_minor - religion = animist - size = 700 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 150 - } - - farmers = { - culture = asian_minor - religion = animist - size = 12750 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 550 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2700 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 48650 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 75 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 300 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 5625 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 275 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 125 + } + + artisans = { + culture = asian_minor + religion = animist + size = 700 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 150 + } + + farmers = { + culture = asian_minor + religion = animist + size = 12750 + } } #Lang Son (324000/81000 POPS) 1373 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1425 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 700 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 3450 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 62405 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 50 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 350 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 6600 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1650 - } - - farmers = { - culture = yue - religion = mahayana - size = 1275 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1425 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 700 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 3450 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 62405 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 50 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 350 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 6600 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1650 + } + + farmers = { + culture = yue + religion = mahayana + size = 1275 + } } #Thanh Hoa (484000/121000 POPS) 1374 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2250 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1125 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 5500 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 110025 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 3000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 50 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 550 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 10400 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2250 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1125 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 5500 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 110025 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 3000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 50 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 550 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 10400 + } } #Annam Region (2148000) #under the rule of Annam in 1836 #Hue (1080000/270000 POPS) 1375 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 4750 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 850 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 525 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 2250 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 7475 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 2250 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 174900 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 20000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 225 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 1025 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 29750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 4000 - } - - farmers = { - culture = yue - religion = mahayana - size = 2925 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 4750 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 850 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 525 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 2250 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 7475 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 2250 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 174900 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 20000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 225 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 1025 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 29750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 4000 + } + + farmers = { + culture = yue + religion = mahayana + size = 2925 + } } #Vinh (524000/131000 POPS) 1376 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2500 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1225 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 6150 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1250 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 111875 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 50 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 400 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 7550 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2500 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1225 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 6150 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1250 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 111875 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 50 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 400 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 7550 + } } #Tourane (276000/69000 POPS) 1377 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 800 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 400 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2000 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 35800 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 6000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 50 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 200 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 3750 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 450 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 225 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 225 - } - - farmers = { - culture = asian_minor - religion = animist - size = 19975 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25 - } - - artisans = { - culture = yue - religion = mahayana - size = 550 - } - - farmers = { - culture = yue - religion = mahayana - size = 425 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 800 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 400 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2000 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 35800 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 6000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 50 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 200 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 3750 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 450 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 225 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 225 + } + + farmers = { + culture = asian_minor + religion = animist + size = 19975 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25 + } + + artisans = { + culture = yue + religion = mahayana + size = 550 + } + + farmers = { + culture = yue + religion = mahayana + size = 425 + } } #Pleiku (148000 37000 POPS) 1378 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 700 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 325 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 1700 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 350 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 40925 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2000 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 100 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 200 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 3750 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 700 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 325 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 1700 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 350 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 40925 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2000 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 100 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 200 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 3750 + } } #Quinhon (120000/30000 POPS) 1379 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 150 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 50 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 300 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 75 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 5425 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 500 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 225 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1200 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 21825 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 150 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 50 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 300 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 75 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 5425 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 500 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 225 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1200 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 21825 + } } #Cochinchina Region (1384000) #under the rule of Annam in 1836 #Saigon (848000/212000 POPS) 1380 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 3600 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 325 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 300 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1775 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 7500 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1775 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 161725 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 15000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 75 - } - - artisans = { - culture = yue - religion = mahayana - size = 2100 - } - - farmers = { - culture = yue - religion = mahayana - size = 1825 - } - - clergymen = { - culture = min - religion = mahayana - size = 50 - } - - artisans = { - culture = min - religion = mahayana - size = 1600 - } - - farmers = { - culture = min - religion = mahayana - size = 1350 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 125 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 1100 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 18875 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 3600 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 325 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 300 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1775 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 7500 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1775 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 161725 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 15000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 75 + } + + artisans = { + culture = yue + religion = mahayana + size = 2100 + } + + farmers = { + culture = yue + religion = mahayana + size = 1825 + } + + clergymen = { + culture = min + religion = mahayana + size = 50 + } + + artisans = { + culture = min + religion = mahayana + size = 1600 + } + + farmers = { + culture = min + religion = mahayana + size = 1350 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 125 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 1100 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 18875 + } } #Dongquai (244000/61000 POPS) 1381 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 900 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 475 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2400 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 475 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 43750 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 50 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 250 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 4700 - } - - aristocrats = { - culture = asian_minor - religion = sunni - size = 175 - } - - clergymen = { - culture = asian_minor - religion = sunni - size = 75 - } - - artisans = { - culture = asian_minor - religion = sunni - size = 400 - } - - soldiers = { - culture = asian_minor - religion = sunni - size = 75 - } - - farmers = { - culture = asian_minor - religion = sunni - size = 7275 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 900 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 475 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2400 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 475 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 43750 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 50 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 250 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 4700 + } + + aristocrats = { + culture = asian_minor + religion = sunni + size = 175 + } + + clergymen = { + culture = asian_minor + religion = sunni + size = 75 + } + + artisans = { + culture = asian_minor + religion = sunni + size = 400 + } + + soldiers = { + culture = asian_minor + religion = sunni + size = 75 + } + + farmers = { + culture = asian_minor + religion = sunni + size = 7275 + } } #Hatien (172000/43000 POPS) 1382 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 300 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 125 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 700 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 150 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 12725 - } - - clergymen = { - culture = khmer - religion = theravada - size = 300 - } - - artisans = { - culture = khmer - religion = theravada - size = 1450 - } - - soldiers = { - culture = khmer - religion = theravada - size = 250 - } - - farmers = { - culture = khmer - religion = theravada - size = 27000 - } - - farmers = { - culture = asian_minor - religion = sunni - size = 6000 - } - + aristocrats = { + culture = vietnamese + religion = mahayana + size = 300 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 125 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 700 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 150 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 12725 + } + + clergymen = { + culture = khmer + religion = theravada + size = 300 + } + + artisans = { + culture = khmer + religion = theravada + size = 1450 + } + + soldiers = { + culture = khmer + religion = theravada + size = 250 + } + + farmers = { + culture = khmer + religion = theravada + size = 27000 + } + + farmers = { + culture = asian_minor + religion = sunni + size = 6000 + } + } #Vinhlong (120000/30000 POPS) 1383 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 300 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 125 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 700 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size = 1100 - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 11875 - } - - clergymen = { - culture = khmer - religion = theravada - size = 150 - } - - artisans = { - culture = khmer - religion = theravada - size = 800 - } - - soldiers = { - culture = khmer - religion = theravada - size = 150 - } - - farmers = { - culture = khmer - religion = theravada - size = 14900 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 300 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 125 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 700 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size = 1100 + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 11875 + } + + clergymen = { + culture = khmer + religion = theravada + size = 150 + } + + artisans = { + culture = khmer + religion = theravada + size = 800 + } + + soldiers = { + culture = khmer + religion = theravada + size = 150 + } + + farmers = { + culture = khmer + religion = theravada + size = 14900 + } } diff --git a/HPM/history/pops/1836.1.1/Virgin Islands.txt b/HPM/history/pops/1836.1.1/Virgin Islands.txt index 4cac1eee..3e021eee 100644 --- a/HPM/history/pops/1836.1.1/Virgin Islands.txt +++ b/HPM/history/pops/1836.1.1/Virgin Islands.txt @@ -2,46 +2,46 @@ #Ruled by Denmark 1836 #Saint Thomas (44000/11000 POPS) 2223 = { - aristocrats = { - culture = danish - religion = protestant - size = 200 - } + aristocrats = { + culture = danish + religion = protestant + size = 200 + } - bureaucrats = { - culture = danish - religion = protestant - size = 25 - } + bureaucrats = { + culture = danish + religion = protestant + size = 25 + } - artisans = { - culture = danish - religion = protestant - size = 175 - } + artisans = { + culture = danish + religion = protestant + size = 175 + } - farmers = { - culture = danish - religion = protestant - size = 200 - } + farmers = { + culture = danish + religion = protestant + size = 200 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 350 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 350 + } - slaves = { - culture = afro_caribbean - religion = protestant - size = 500 - } + slaves = { + culture = afro_caribbean + religion = protestant + size = 500 + } } diff --git a/HPM/history/pops/1836.1.1/West Sahara.txt b/HPM/history/pops/1836.1.1/West Sahara.txt index ef040304..b9a64850 100644 --- a/HPM/history/pops/1836.1.1/West Sahara.txt +++ b/HPM/history/pops/1836.1.1/West Sahara.txt @@ -1,127 +1,127 @@ #Rio de Oro Region (20000) #see Mauritania.txt for balance of region -#uncolonized in 1836 +#uncolonized in 1836 #Al Aiyun (12000/3000 POPS) aguia el-Hamra 1773 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 100 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 100 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 100 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 100 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 800 + } } -#Dahkla (8000/2000 POPS) +#Dahkla (8000/2000 POPS) 1774 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 300 - } - - aristocrats = { - culture = maures - religion = sunni - size = 10 - } - - clergymen = { - culture = maures - religion = sunni - size = 15 - } - - artisans = { - culture = maures - religion = sunni - size = 50 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 300 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 300 + } + + aristocrats = { + culture = maures + religion = sunni + size = 10 + } + + clergymen = { + culture = maures + religion = sunni + size = 15 + } + + artisans = { + culture = maures + religion = sunni + size = 50 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 300 + } } diff --git a/HPM/history/pops/1836.1.1/Windward Islands.txt b/HPM/history/pops/1836.1.1/Windward Islands.txt index 3069cfc6..48fb7229 100644 --- a/HPM/history/pops/1836.1.1/Windward Islands.txt +++ b/HPM/history/pops/1836.1.1/Windward Islands.txt @@ -1,270 +1,270 @@ #Windward Islands Region - 188000 #Barbados (100000/25000 POPS) #now independent 2229 = { - aristocrats = { - culture = british - religion = protestant - size = 1150 - } - - bureaucrats = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - artisans = { - culture = british - religion = protestant - size = 1750 - } - - soldiers = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 2750 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 250 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 18925 - } + aristocrats = { + culture = british + religion = protestant + size = 1150 + } + + bureaucrats = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + artisans = { + culture = british + religion = protestant + size = 1750 + } + + soldiers = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 2750 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 250 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 18925 + } } #Saint Lucia (18000/4500 POPS) #now independent 2231 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 130 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 4050 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 130 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 4050 + } } #Dominica (19000/4750 POPS) #now independent 2232 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 130 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 4250 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 130 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 4250 + } } #Grenada (30000/7500 POPS) #now independent 2233 = { - aristocrats = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 250 - } - - soldiers = { - culture = british - religion = protestant - size = 5 - } - - farmers = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 6725 - } + aristocrats = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 250 + } + + soldiers = { + culture = british + religion = protestant + size = 5 + } + + farmers = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 6725 + } } #Saint Vincent (21000/5250 POPS) #now independent 2409 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 130 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 200 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 4700 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 130 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 200 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 4700 + } } diff --git a/HPM/history/pops/1836.1.1/Xinjiang.txt b/HPM/history/pops/1836.1.1/Xinjiang.txt index b8965a31..9952bca1 100644 --- a/HPM/history/pops/1836.1.1/Xinjiang.txt +++ b/HPM/history/pops/1836.1.1/Xinjiang.txt @@ -2,750 +2,750 @@ #under the "rule" of China in 1836 #Kashgar (268000/67000 POPS) 1594 = { - aristocrats = { - culture = uighur - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = uighur - religion = sunni - size = 250 - } - - officers = { - culture = uighur - religion = sunni - size = 325 - } - - clergymen = { - culture = uighur - religion = sunni - size = 525 - } - - artisans = { - culture = uighur - religion = sunni - size = 2600 - } - - soldiers = { - culture = uighur - religion = sunni - size = 2525 - } - - farmers = { - culture = uighur - religion = sunni - size = 66775 - } - - aristocrats = { - culture = kirgiz - religion = animist - size = 225 - } - - clergymen = { - culture = kirgiz - religion = animist - size = 125 - } - - artisans = { - culture = kirgiz - religion = animist - size = 575 - } - - soldiers = { - culture = kirgiz - religion = animist - size = 100 - } - - farmers = { - culture = kirgiz - religion = animist - size = 8975 - } - - clergymen = { - culture = tajik - religion = sunni - size = 50 - } - - artisans = { - culture = tajik - religion = sunni - size = 500 - } - - farmers = { - culture = tajik - religion = sunni - size = 1450 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 25 - } - - artisans = { - culture = uzbek - religion = sunni - size = 975 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 9000 - } + aristocrats = { + culture = uighur + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = uighur + religion = sunni + size = 250 + } + + officers = { + culture = uighur + religion = sunni + size = 325 + } + + clergymen = { + culture = uighur + religion = sunni + size = 525 + } + + artisans = { + culture = uighur + religion = sunni + size = 2600 + } + + soldiers = { + culture = uighur + religion = sunni + size = 2525 + } + + farmers = { + culture = uighur + religion = sunni + size = 66775 + } + + aristocrats = { + culture = kirgiz + religion = animist + size = 225 + } + + clergymen = { + culture = kirgiz + religion = animist + size = 125 + } + + artisans = { + culture = kirgiz + religion = animist + size = 575 + } + + soldiers = { + culture = kirgiz + religion = animist + size = 100 + } + + farmers = { + culture = kirgiz + religion = animist + size = 8975 + } + + clergymen = { + culture = tajik + religion = sunni + size = 50 + } + + artisans = { + culture = tajik + religion = sunni + size = 500 + } + + farmers = { + culture = tajik + religion = sunni + size = 1450 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 25 + } + + artisans = { + culture = uzbek + religion = sunni + size = 975 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 9000 + } } #Ili (168000/42000 POPS) 1595 = { - aristocrats = { - culture = uighur - religion = sunni - size = 575 - } - - bureaucrats = { - culture = uighur - religion = sunni - size = 150 - } - - clergymen = { - culture = uighur - religion = sunni - size = 300 - } - - artisans = { - culture = uighur - religion = sunni - size = 1500 - } - - soldiers = { - culture = uighur - religion = sunni - size = 300 - } - - farmers = { - culture = uighur - religion = sunni - size = 27325 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 100 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 300 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 5475 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 20 - } - - bureaucrats = { - culture = beifaren - religion = sunni - size = 100 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 20 - } - - artisans = { - culture = beifaren - religion = sunni - size = 50 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 10 - } - - farmers = { - culture = beifaren - religion = sunni - size = 900 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 100 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 50 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 250 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 50 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 4550 - } + aristocrats = { + culture = uighur + religion = sunni + size = 575 + } + + bureaucrats = { + culture = uighur + religion = sunni + size = 150 + } + + clergymen = { + culture = uighur + religion = sunni + size = 300 + } + + artisans = { + culture = uighur + religion = sunni + size = 1500 + } + + soldiers = { + culture = uighur + religion = sunni + size = 300 + } + + farmers = { + culture = uighur + religion = sunni + size = 27325 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 100 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 300 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 5475 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 20 + } + + bureaucrats = { + culture = beifaren + religion = sunni + size = 100 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 20 + } + + artisans = { + culture = beifaren + religion = sunni + size = 50 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 10 + } + + farmers = { + culture = beifaren + religion = sunni + size = 900 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 100 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 50 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 250 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 50 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 4550 + } } #Tulta (88000/22000 POPS) 1596 = { - aristocrats = { - culture = uighur - religion = sunni - size = 125 - } - - clergymen = { - culture = uighur - religion = sunni - size = 75 - } - - artisans = { - culture = uighur - religion = sunni - size = 350 - } - - soldiers = { - culture = uighur - religion = sunni - size = 75 - } - - farmers = { - culture = uighur - religion = sunni - size = 6375 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 125 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 350 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 6375 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 20 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 20 - } - - artisans = { - culture = beifaren - religion = sunni - size = 50 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 10 - } - - farmers = { - culture = beifaren - religion = sunni - size = 900 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 125 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 350 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 75 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 6375 - } + aristocrats = { + culture = uighur + religion = sunni + size = 125 + } + + clergymen = { + culture = uighur + religion = sunni + size = 75 + } + + artisans = { + culture = uighur + religion = sunni + size = 350 + } + + soldiers = { + culture = uighur + religion = sunni + size = 75 + } + + farmers = { + culture = uighur + religion = sunni + size = 6375 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 125 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 350 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 6375 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 20 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 20 + } + + artisans = { + culture = beifaren + religion = sunni + size = 50 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 10 + } + + farmers = { + culture = beifaren + religion = sunni + size = 900 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 125 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 350 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 75 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 6375 + } } #Aksu (192000/48000 POPS) 1597 = { - aristocrats = { - culture = uighur - religion = sunni - size = 950 - } - - clergymen = { - culture = uighur - religion = sunni - size = 500 - } - - artisans = { - culture = uighur - religion = sunni - size = 2400 - } - - soldiers = { - culture = uighur - religion = sunni - size = 500 - } - - farmers = { - culture = uighur - religion = sunni - size = 43650 - } + aristocrats = { + culture = uighur + religion = sunni + size = 950 + } + + clergymen = { + culture = uighur + religion = sunni + size = 500 + } + + artisans = { + culture = uighur + religion = sunni + size = 2400 + } + + soldiers = { + culture = uighur + religion = sunni + size = 500 + } + + farmers = { + culture = uighur + religion = sunni + size = 43650 + } } #Khotan (88000/22000 POPS) 1598 = { - aristocrats = { - culture = uighur - religion = sunni - size = 425 - } - - clergymen = { - culture = uighur - religion = sunni - size = 225 - } - - artisans = { - culture = uighur - religion = sunni - size = 1100 - } - - soldiers = { - culture = uighur - religion = sunni - size = 225 - } - - farmers = { - culture = uighur - religion = sunni - size = 20025 - } + aristocrats = { + culture = uighur + religion = sunni + size = 425 + } + + clergymen = { + culture = uighur + religion = sunni + size = 225 + } + + artisans = { + culture = uighur + religion = sunni + size = 1100 + } + + soldiers = { + culture = uighur + religion = sunni + size = 225 + } + + farmers = { + culture = uighur + religion = sunni + size = 20025 + } } #Kumul (188000/47000 POPS) 1599 = { - aristocrats = { - culture = uighur - religion = sunni - size = 850 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 50 - } - - clergymen = { - culture = uighur - religion = sunni - size = 425 - } - - artisans = { - culture = uighur - religion = sunni - size = 2150 - } - - soldiers = { - culture = uighur - religion = sunni - size = 425 - } - - farmers = { - culture = uighur - religion = sunni - size = 39200 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 50 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 150 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 25 - } - - slaves = { - culture = beifaren - religion = sunni - size = 2700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 25 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 50 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 25 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 900 - } - - slaves = { - culture = kirgiz - religion = mahayana - size = 900 - } + aristocrats = { + culture = uighur + religion = sunni + size = 850 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 50 + } + + clergymen = { + culture = uighur + religion = sunni + size = 425 + } + + artisans = { + culture = uighur + religion = sunni + size = 2150 + } + + soldiers = { + culture = uighur + religion = sunni + size = 425 + } + + farmers = { + culture = uighur + religion = sunni + size = 39200 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 50 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 150 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 25 + } + + slaves = { + culture = beifaren + religion = sunni + size = 2700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 25 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 50 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 25 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 900 + } + + slaves = { + culture = kirgiz + religion = mahayana + size = 900 + } } #Urumqi (Tihwa) (332000/83000 POPS) 1600 = { - aristocrats = { - culture = uighur - religion = sunni - size = 1200 - } - - clergymen = { - culture = uighur - religion = sunni - size = 600 - } - - artisans = { - culture = uighur - religion = sunni - size = 3300 - } - - soldiers = { - culture = uighur - religion = sunni - size = 1675 - } - - farmers = { - culture = uighur - religion = sunni - size = 80225 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 125 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 400 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 75 - } - - farmers = { - culture = beifaren - religion = sunni - size = 7325 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 50 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 150 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 50 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 2750 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 25 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 50 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 100 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 25 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 1800 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 200 - } - - soldiers = { - culture = kazak - religion = sunni - size = 50 - } - - farmers = { - culture = kazak - religion = sunni - size = 3600 - } - - slaves = { - culture = beifaren - religion = mahayana - size = 14000 - } + aristocrats = { + culture = uighur + religion = sunni + size = 1200 + } + + clergymen = { + culture = uighur + religion = sunni + size = 600 + } + + artisans = { + culture = uighur + religion = sunni + size = 3300 + } + + soldiers = { + culture = uighur + religion = sunni + size = 1675 + } + + farmers = { + culture = uighur + religion = sunni + size = 80225 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 125 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 400 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 75 + } + + farmers = { + culture = beifaren + religion = sunni + size = 7325 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 50 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 150 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 50 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 2750 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 25 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 50 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 100 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 25 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 1800 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 200 + } + + soldiers = { + culture = kazak + religion = sunni + size = 50 + } + + farmers = { + culture = kazak + religion = sunni + size = 3600 + } + + slaves = { + culture = beifaren + religion = mahayana + size = 14000 + } } #Lopnur (32000/8000 POPS) 2607 = { - aristocrats = { - culture = uighur - religion = sunni - size = 75 - } - - clergymen = { - culture = uighur - religion = sunni - size = 50 - } - - artisans = { - culture = uighur - religion = sunni - size = 250 - } - - soldiers = { - culture = uighur - religion = sunni - size = 50 - } - - farmers = { - culture = uighur - religion = sunni - size = 4575 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 50 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 150 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 25 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 2700 - } + aristocrats = { + culture = uighur + religion = sunni + size = 75 + } + + clergymen = { + culture = uighur + religion = sunni + size = 50 + } + + artisans = { + culture = uighur + religion = sunni + size = 250 + } + + soldiers = { + culture = uighur + religion = sunni + size = 50 + } + + farmers = { + culture = uighur + religion = sunni + size = 4575 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 50 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 150 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 25 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 2700 + } } diff --git a/HPM/history/pops/1836.1.1/Yemen.txt b/HPM/history/pops/1836.1.1/Yemen.txt index d4256cc3..1313149a 100644 --- a/HPM/history/pops/1836.1.1/Yemen.txt +++ b/HPM/history/pops/1836.1.1/Yemen.txt @@ -1,539 +1,539 @@ -#Hadramaut Region (120000) #see Oman.txt for balance of region -#under the rule of Yemen in 1836 -#Mukalla (32000/8000 POPS) +#Hadramaut Region (120000) #see Oman.txt for balance of region +#under the rule of Yemen in 1836 +#Mukalla (32000/8000 POPS) 1173 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 570 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 150 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 2000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 16300 - } - - slaves = { - culture = kefficho - religion = animist - size = 1500 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 570 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 150 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 2000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 16300 + } + + slaves = { + culture = kefficho + religion = animist + size = 1500 + } } -#Ghaydah (20000/5000 POPS) +#Ghaydah (20000/5000 POPS) 1175 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 600 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 550 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 2000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 10000 - } - - slaves = { - culture = kefficho - religion = animist - size = 3000 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 600 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 550 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 2000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 10000 + } + + slaves = { + culture = kefficho + religion = animist + size = 3000 + } } -#Bayda (68000/17000 POPS) +#Bayda (68000/17000 POPS) 1176 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 600 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 350 - } - - artisans = { - culture = bedouin - religion = sunni - size = 3900 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 3000 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1175 - } - - farmers = { - culture = bedouin - religion = sunni - size = 25050 - } - - slaves = { - culture = kefficho - religion = animist - size = 2000 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 600 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 350 + } + + artisans = { + culture = bedouin + religion = sunni + size = 3900 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 3000 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1175 + } + + farmers = { + culture = bedouin + religion = sunni + size = 25050 + } + + slaves = { + culture = kefficho + religion = animist + size = 2000 + } } -#under the rule of Oman in 1836 -#Socotra (16000/4000 POPS) +#under the rule of Oman in 1836 +#Socotra (16000/4000 POPS) 1177 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4775 - } - - slaves = { - culture = kefficho - religion = animist - size = 2800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4775 + } + + slaves = { + culture = kefficho + religion = animist + size = 2800 + } } -#Yemen Region (224000) -#under the rule of Yemen in 1836 -#Sana (124000/31000 POPS) +#Yemen Region (224000) +#under the rule of Yemen in 1836 +#Sana (124000/31000 POPS) 1178 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 950 - } - - bureaucrats = { - culture = mashriqi - religion = shiite - size = 100 - } - - officers = { - culture = mashriqi - religion = shiite - size = 150 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 500 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 2550 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 2000 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 42750 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 150 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 6650 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50 - } - - artisans = { - culture = sephardic - religion = jewish - size = 2950 - } - - slaves = { - culture = kefficho - religion = animist - size = 3000 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 950 + } + + bureaucrats = { + culture = mashriqi + religion = shiite + size = 100 + } + + officers = { + culture = mashriqi + religion = shiite + size = 150 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 500 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 2550 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 2000 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 42750 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 150 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 6650 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50 + } + + artisans = { + culture = sephardic + religion = jewish + size = 2950 + } + + slaves = { + culture = kefficho + religion = animist + size = 3000 + } } -#Hodeida (48000/12000 POPS) +#Hodeida (48000/12000 POPS) 1179 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 300 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 200 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1100 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 2000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 12500 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7600 - } - - slaves = { - culture = kefficho - religion = animist - size = 5000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 300 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 200 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1100 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 2000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 12500 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7600 + } + + slaves = { + culture = kefficho + religion = animist + size = 5000 + } } -#Taizz (52000/13000 POPS) +#Taizz (52000/13000 POPS) 1180 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 2000 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 2000 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7225 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 250 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 150 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 800 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 150 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 12400 - } - - slaves = { - culture = kefficho - religion = animist - size = 3000 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 2000 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 2000 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7225 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 250 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 150 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 800 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 150 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 12400 + } + + slaves = { + culture = kefficho + religion = animist + size = 3000 + } } -#Aden (40000/10000 POPS) +#Aden (40000/10000 POPS) 1412 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 436 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25 - } - - officers = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 500 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 100 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7225 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 200 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 100 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 300 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 2000 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 5275 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3750 - } - - slaves = { - culture = kefficho - religion = animist - size = 1800 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 436 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25 + } + + officers = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 500 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 100 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7225 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 200 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 100 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 300 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 2000 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 5275 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3750 + } + + slaves = { + culture = kefficho + religion = animist + size = 1800 + } } diff --git a/HPM/history/pops/1836.1.1/Zambia.txt b/HPM/history/pops/1836.1.1/Zambia.txt index 88d1e1f5..dc4212c7 100644 --- a/HPM/history/pops/1836.1.1/Zambia.txt +++ b/HPM/history/pops/1836.1.1/Zambia.txt @@ -1,633 +1,633 @@ -#Bangwelu Region (308000) +#Bangwelu Region (308000) #uncolonized in 1836/ruled by Kazembe in 1836 -#Kitwe (88000/22000 POPS) +#Kitwe (88000/22000 POPS) 790 = { - aristocrats = { - culture = lunda - religion = animist - size = 250 - } - - clergymen = { - culture = lunda - religion = animist - size = 150 - } - - artisans = { - culture = lunda - religion = animist - size = 650 - } - - soldiers = { - culture = lunda - religion = animist - size = 200 - } - - farmers = { - culture = lunda - religion = animist - size = 12750 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 150 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 300 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 5400 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = lunda + religion = animist + size = 250 + } + + clergymen = { + culture = lunda + religion = animist + size = 150 + } + + artisans = { + culture = lunda + religion = animist + size = 650 + } + + soldiers = { + culture = lunda + religion = animist + size = 200 + } + + farmers = { + culture = lunda + religion = animist + size = 12750 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 150 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 300 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 5400 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 2000 + } } #Kazembe (168000/42000 POPS) 2016 = { - aristocrats = { - culture = lunda - religion = animist - size = 450 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 30 - } - - officers = { - culture = lunda - religion = animist - size = 120 - } - - clergymen = { - culture = lunda - religion = animist - size = 250 - } - - artisans = { - culture = lunda - religion = animist - size = 1100 - } - - soldiers = { - culture = lunda - religion = animist - size = 1150 - } - - farmers = { - culture = lunda - religion = animist - size = 15000 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 300 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 900 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 16400 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 6000 - } + aristocrats = { + culture = lunda + religion = animist + size = 450 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 30 + } + + officers = { + culture = lunda + religion = animist + size = 120 + } + + clergymen = { + culture = lunda + religion = animist + size = 250 + } + + artisans = { + culture = lunda + religion = animist + size = 1100 + } + + soldiers = { + culture = lunda + religion = animist + size = 1150 + } + + farmers = { + culture = lunda + religion = animist + size = 15000 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 300 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 900 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 16400 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 6000 + } } -#Kasema (136000/34000 POPS) +#Kasema (136000/34000 POPS) 2017 = { - aristocrats = { - culture = lunda - religion = animist - size = 200 - } - - clergymen = { - culture = lunda - religion = animist - size = 100 - } - - artisans = { - culture = lunda - religion = animist - size = 500 - } - - soldiers = { - culture = lunda - religion = animist - size = 150 - } - - farmers = { - culture = lunda - religion = animist - size = 3050 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 400 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 1100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 250 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 20050 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 8000 - } + aristocrats = { + culture = lunda + religion = animist + size = 200 + } + + clergymen = { + culture = lunda + religion = animist + size = 100 + } + + artisans = { + culture = lunda + religion = animist + size = 500 + } + + soldiers = { + culture = lunda + religion = animist + size = 150 + } + + farmers = { + culture = lunda + religion = animist + size = 3050 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 400 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 1100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 250 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 20050 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 8000 + } } -#Chipata (112000/23000 POPS) +#Chipata (112000/23000 POPS) 2018 = { - aristocrats = { - culture = lunda - religion = animist - size = 100 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 250 - } - - soldiers = { - culture = lunda - religion = animist - size = 75 - } - - farmers = { - culture = lunda - religion = animist - size = 3525 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 150 - } - - clergymen = { - culture = nyasa - religion = animist - size = 75 - } - - artisans = { - culture = nyasa - religion = animist - size = 400 - } - - soldiers = { - culture = nyasa - religion = animist - size = 75 - } - - farmers = { - culture = nyasa - religion = animist - size = 7300 - } - - slaves = { - culture = nyasa - religion = animist - size = 2000 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 250 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 4575 - } - - aristocrats = { - culture = sena - religion = animist - size = 100 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 200 - } - - soldiers = { - culture = sena - religion = animist - size = 100 - } - - farmers = { - culture = sena - religion = animist - size = 3650 - } + aristocrats = { + culture = lunda + religion = animist + size = 100 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 250 + } + + soldiers = { + culture = lunda + religion = animist + size = 75 + } + + farmers = { + culture = lunda + religion = animist + size = 3525 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 150 + } + + clergymen = { + culture = nyasa + religion = animist + size = 75 + } + + artisans = { + culture = nyasa + religion = animist + size = 400 + } + + soldiers = { + culture = nyasa + religion = animist + size = 75 + } + + farmers = { + culture = nyasa + religion = animist + size = 7300 + } + + slaves = { + culture = nyasa + religion = animist + size = 2000 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 250 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 4575 + } + + aristocrats = { + culture = sena + religion = animist + size = 100 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 200 + } + + soldiers = { + culture = sena + religion = animist + size = 100 + } + + farmers = { + culture = sena + religion = animist + size = 3650 + } } -#Kafue Region (228000) #see Namibia.txt for balance of region +#Kafue Region (228000) #see Namibia.txt for balance of region #uncolonized in 1836/ruled by Lozi in 1836 -#Kabwe (28000/7000 POPS) +#Kabwe (28000/7000 POPS) 2012 = { - aristocrats = { - culture = lunda - religion = animist - size = 75 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 200 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 1575 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 75 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 200 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 1575 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 3000 + } } -#Senanga (52000/13000 POPS) +#Senanga (52000/13000 POPS) 2013 = { - aristocrats = { - culture = lunda - religion = animist - size = 225 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 10 - } - - officers = { - culture = lunda - religion = animist - size = 65 - } - - clergymen = { - culture = lunda - religion = animist - size = 125 - } - - artisans = { - culture = lunda - religion = animist - size = 500 - } - - soldiers = { - culture = lunda - religion = animist - size = 125 - } - - farmers = { - culture = lunda - religion = animist - size = 8950 - } - - aristocrats = { - culture = kavango - religion = animist - size = 10 - } - - clergymen = { - culture = kavango - religion = animist - size = 25 - } - - artisans = { - culture = kavango - religion = animist - size = 50 - } - - soldiers = { - culture = kavango - religion = animist - size = 15 - } - - farmers = { - culture = kavango - religion = animist - size = 900 - } - - slaves = { - culture = kavango - religion = animist - size = 2000 - } + aristocrats = { + culture = lunda + religion = animist + size = 225 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 10 + } + + officers = { + culture = lunda + religion = animist + size = 65 + } + + clergymen = { + culture = lunda + religion = animist + size = 125 + } + + artisans = { + culture = lunda + religion = animist + size = 500 + } + + soldiers = { + culture = lunda + religion = animist + size = 125 + } + + farmers = { + culture = lunda + religion = animist + size = 8950 + } + + aristocrats = { + culture = kavango + religion = animist + size = 10 + } + + clergymen = { + culture = kavango + religion = animist + size = 25 + } + + artisans = { + culture = kavango + religion = animist + size = 50 + } + + soldiers = { + culture = kavango + religion = animist + size = 15 + } + + farmers = { + culture = kavango + religion = animist + size = 900 + } + + slaves = { + culture = kavango + religion = animist + size = 2000 + } } -#Kasempa (40000/10000 POPS) +#Kasempa (40000/10000 POPS) 2014 = { - aristocrats = { - culture = lunda - religion = animist - size = 150 - } - - clergymen = { - culture = lunda - religion = animist - size = 75 - } - - artisans = { - culture = lunda - religion = animist - size = 325 - } - - soldiers = { - culture = lunda - religion = animist - size = 100 - } - - farmers = { - culture = lunda - religion = animist - size = 4350 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = kavango - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 150 + } + + clergymen = { + culture = lunda + religion = animist + size = 75 + } + + artisans = { + culture = lunda + religion = animist + size = 325 + } + + soldiers = { + culture = lunda + religion = animist + size = 100 + } + + farmers = { + culture = lunda + religion = animist + size = 4350 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = kavango + religion = animist + size = 3000 + } } -#Monzo (108000/27000 POPS) +#Monzo (108000/27000 POPS) 2015 = { - aristocrats = { - culture = lunda - religion = animist - size = 475 - } - - clergymen = { - culture = lunda - religion = animist - size = 250 - } - - artisans = { - culture = lunda - religion = animist - size = 1100 - } - - soldiers = { - culture = lunda - religion = animist - size = 250 - } - - farmers = { - culture = lunda - religion = animist - size = 20025 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 475 + } + + clergymen = { + culture = lunda + religion = animist + size = 250 + } + + artisans = { + culture = lunda + religion = animist + size = 1100 + } + + soldiers = { + culture = lunda + religion = animist + size = 250 + } + + farmers = { + culture = lunda + religion = animist + size = 20025 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 3000 + } } diff --git a/HPM/history/pops/1836.1.1/Zimbabwe.txt b/HPM/history/pops/1836.1.1/Zimbabwe.txt index 012eda57..c544f0cb 100644 --- a/HPM/history/pops/1836.1.1/Zimbabwe.txt +++ b/HPM/history/pops/1836.1.1/Zimbabwe.txt @@ -1,499 +1,499 @@ -#Mashonaland Region (296000) +#Mashonaland Region (296000) #uncolonized in 1836/dominated by Mutapa in 1836 -#Harare (68000/17000 POPS) +#Harare (68000/17000 POPS) 2068 = { - aristocrats = { - culture = shona - religion = animist - size = 275 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 750 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 13675 - } - - aristocrats = { - culture = sena - religion = animist - size = 25 - } - - clergymen = { - culture = sena - religion = animist - size = 50 - } - - artisans = { - culture = sena - religion = animist - size = 100 - } - - soldiers = { - culture = sena - religion = animist - size = 25 - } - - farmers = { - culture = sena - religion = animist - size = 1800 - } + aristocrats = { + culture = shona + religion = animist + size = 275 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 750 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 13675 + } + + aristocrats = { + culture = sena + religion = animist + size = 25 + } + + clergymen = { + culture = sena + religion = animist + size = 50 + } + + artisans = { + culture = sena + religion = animist + size = 100 + } + + soldiers = { + culture = sena + religion = animist + size = 25 + } + + farmers = { + culture = sena + religion = animist + size = 1800 + } } -#Gweru (96000/24000 POPS) +#Gweru (96000/24000 POPS) 2069 = { - aristocrats = { - culture = shona - religion = animist - size = 450 - } - - clergymen = { - culture = shona - religion = animist - size = 250 - } - - artisans = { - culture = shona - religion = animist - size = 1200 - } - - soldiers = { - culture = shona - religion = animist - size = 250 - } - - farmers = { - culture = shona - religion = animist - size = 21850 - } + aristocrats = { + culture = shona + religion = animist + size = 450 + } + + clergymen = { + culture = shona + religion = animist + size = 250 + } + + artisans = { + culture = shona + religion = animist + size = 1200 + } + + soldiers = { + culture = shona + religion = animist + size = 250 + } + + farmers = { + culture = shona + religion = animist + size = 21850 + } } -#Mutare (96000/24000 POPS) +#Mutare (96000/24000 POPS) 2070 = { - aristocrats = { - culture = shona - religion = animist - size = 425 - } - - clergymen = { - culture = shona - religion = animist - size = 225 - } - - artisans = { - culture = shona - religion = animist - size = 1100 - } - - soldiers = { - culture = shona - religion = animist - size = 225 - } - - farmers = { - culture = shona - religion = animist - size = 20025 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 50 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 25 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 1800 - } + aristocrats = { + culture = shona + religion = animist + size = 425 + } + + clergymen = { + culture = shona + religion = animist + size = 225 + } + + artisans = { + culture = shona + religion = animist + size = 1100 + } + + soldiers = { + culture = shona + religion = animist + size = 225 + } + + farmers = { + culture = shona + religion = animist + size = 20025 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 50 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 25 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 1800 + } } -#Kariba (36000/9000 POPS) +#Kariba (36000/9000 POPS) 2635 = { - aristocrats = { - culture = southern_bantu - religion = animist - size = 75 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 50 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 300 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 50 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 5525 - } - - aristocrats = { - culture = shona - religion = animist - size = 25 - } - - clergymen = { - culture = shona - religion = animist - size = 50 - } - - artisans = { - culture = shona - religion = animist - size = 100 - } - - soldiers = { - culture = shona - religion = animist - size = 25 - } - - farmers = { - culture = shona - religion = animist - size = 1800 - } - - aristocrats = { - culture = sena - religion = animist - size = 10 - } - - clergymen = { - culture = sena - religion = animist - size = 25 - } - - artisans = { - culture = sena - religion = animist - size = 50 - } - - soldiers = { - culture = sena - religion = animist - size = 15 - } - - farmers = { - culture = sena - religion = animist - size = 900 - } + aristocrats = { + culture = southern_bantu + religion = animist + size = 75 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 50 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 300 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 50 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 5525 + } + + aristocrats = { + culture = shona + religion = animist + size = 25 + } + + clergymen = { + culture = shona + religion = animist + size = 50 + } + + artisans = { + culture = shona + religion = animist + size = 100 + } + + soldiers = { + culture = shona + religion = animist + size = 25 + } + + farmers = { + culture = shona + religion = animist + size = 1800 + } + + aristocrats = { + culture = sena + religion = animist + size = 10 + } + + clergymen = { + culture = sena + religion = animist + size = 25 + } + + artisans = { + culture = sena + religion = animist + size = 50 + } + + soldiers = { + culture = sena + religion = animist + size = 15 + } + + farmers = { + culture = sena + religion = animist + size = 900 + } } -#Matabeleland Region (188000) +#Matabeleland Region (188000) #under the rule of Matabele in 1836 -#Bulawayo (136000/34000 POPS) +#Bulawayo (136000/34000 POPS) 2071 = { - aristocrats = { - culture = nguni - religion = animist - size = 500 - } - - bureaucrats = { - culture = nguni - religion = animist - size = 10 - } - - officers = { - culture = nguni - religion = animist - size = 40 - } - - clergymen = { - culture = nguni - religion = animist - size = 300 - } - - artisans = { - culture = nguni - religion = animist - size = 1200 - } - - soldiers = { - culture = nguni - religion = animist - size = 8050 - } - - farmers = { - culture = nguni - religion = animist - size = 29000 - } - - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 300 - } - - soldiers = { - culture = shona - religion = animist - size = 50 - } - - farmers = { - culture = shona - religion = animist - size = 5400 - } - - artisans = { - culture = sotho - religion = animist - size = 200 - } - - soldiers = { - culture = sotho - religion = animist - size = 50 - } - - farmers = { - culture = sotho - religion = animist - size = 6650 - } + aristocrats = { + culture = nguni + religion = animist + size = 500 + } + + bureaucrats = { + culture = nguni + religion = animist + size = 10 + } + + officers = { + culture = nguni + religion = animist + size = 40 + } + + clergymen = { + culture = nguni + religion = animist + size = 300 + } + + artisans = { + culture = nguni + religion = animist + size = 1200 + } + + soldiers = { + culture = nguni + religion = animist + size = 8050 + } + + farmers = { + culture = nguni + religion = animist + size = 29000 + } + + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 300 + } + + soldiers = { + culture = shona + religion = animist + size = 50 + } + + farmers = { + culture = shona + religion = animist + size = 5400 + } + + artisans = { + culture = sotho + religion = animist + size = 200 + } + + soldiers = { + culture = sotho + religion = animist + size = 50 + } + + farmers = { + culture = sotho + religion = animist + size = 6650 + } } #Hwange (96000/24000 POPS) 2072 = { - aristocrats = { - culture = shona - religion = animist - size = 200 - } - - clergymen = { - culture = shona - religion = animist - size = 100 - } - - artisans = { - culture = shona - religion = animist - size = 400 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 10950 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 100 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 500 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 100 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 9150 - } - - aristocrats = { - culture = nguni - religion = animist - size = 20 - } - - clergymen = { - culture = nguni - religion = animist - size = 30 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size = 50 - } - - farmers = { - culture = nguni - religion = animist - size = 2000 - } + aristocrats = { + culture = shona + religion = animist + size = 200 + } + + clergymen = { + culture = shona + religion = animist + size = 100 + } + + artisans = { + culture = shona + religion = animist + size = 400 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 10950 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 100 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 500 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 100 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 9150 + } + + aristocrats = { + culture = nguni + religion = animist + size = 20 + } + + clergymen = { + culture = nguni + religion = animist + size = 30 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size = 50 + } + + farmers = { + culture = nguni + religion = animist + size = 2000 + } } -#Masvingo (72000/18000 POPS) +#Masvingo (72000/18000 POPS) 2073 = { - aristocrats = { - culture = shona - religion = animist - size = 25 - } - - clergymen = { - culture = shona - religion = animist - size = 50 - } - - artisans = { - culture = shona - religion = animist - size = 100 - } - - soldiers = { - culture = shona - religion = animist - size = 25 - } - - farmers = { - culture = shona - religion = animist - size = 1800 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 300 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 150 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 800 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 175 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 14575 - } + aristocrats = { + culture = shona + religion = animist + size = 25 + } + + clergymen = { + culture = shona + religion = animist + size = 50 + } + + artisans = { + culture = shona + religion = animist + size = 100 + } + + soldiers = { + culture = shona + religion = animist + size = 25 + } + + farmers = { + culture = shona + religion = animist + size = 1800 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 300 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 150 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 800 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 175 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 14575 + } } diff --git a/HPM/history/pops/1861.4.14/Afghanistan.txt b/HPM/history/pops/1861.4.14/Afghanistan.txt index 1db6dcf0..014dd9db 100644 --- a/HPM/history/pops/1861.4.14/Afghanistan.txt +++ b/HPM/history/pops/1861.4.14/Afghanistan.txt @@ -2,795 +2,795 @@ #under the rule of Afghanistan in 1836 #Kabul (996000/249000 POPS) 1209 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 2832.5 - } - - bureaucrats = { - culture = pashtun - religion = sunni - size = 849.75 - } - - officers = { - culture = pashtun - religion = sunni - size = 643.75 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 1416.25 - } - - artisans = { - culture = pashtun - religion = sunni - size = 5562.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 2330 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 116415.75 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 2060.0 - } - - officers = { - culture = tajik - religion = sunni - size = 360.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 1004.25 - } - - artisans = { - culture = tajik - religion = sunni - size = 5047.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 1030 - - } - - farmers = { - culture = tajik - religion = sunni - size = 91438.25 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 257.5 - } - - clergymen = { - culture = hazara - religion = shiite - size = 142.14000000000001 - } - - artisans = { - culture = hazara - religion = shiite - size = 824.0 - } - - soldiers = { - culture = hazara - religion = shiite - size= 154 - - } - - farmers = { - culture = hazara - religion = shiite - size = 15101.86 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 2832.5 + } + + bureaucrats = { + culture = pashtun + religion = sunni + size = 849.75 + } + + officers = { + culture = pashtun + religion = sunni + size = 643.75 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 1416.25 + } + + artisans = { + culture = pashtun + religion = sunni + size = 5562.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 2330 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 116415.75 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 2060.0 + } + + officers = { + culture = tajik + religion = sunni + size = 360.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 1004.25 + } + + artisans = { + culture = tajik + religion = sunni + size = 5047.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 1030 + + } + + farmers = { + culture = tajik + religion = sunni + size = 91438.25 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 257.5 + } + + clergymen = { + culture = hazara + religion = shiite + size = 142.14000000000001 + } + + artisans = { + culture = hazara + religion = shiite + size = 824.0 + } + + soldiers = { + culture = hazara + religion = shiite + size= 154 + + } + + farmers = { + culture = hazara + religion = shiite + size = 15101.86 + } } #Balkh (516000/129000 POPS) 1211 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1648.0 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 837.39 - } - - artisans = { - culture = pashtun - religion = sunni - size = 1699.5 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 849 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 78395.36 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 772.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 399.64 - } - - artisans = { - culture = tajik - religion = sunni - size = 1957.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 386 - - } - - farmers = { - culture = tajik - religion = sunni - size = 35624.61 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 154.5 - } - - clergymen = { - culture = hazara - religion = shiite - size = 90.64 - } - - artisans = { - culture = hazara - religion = shiite - size = 515.0 - } - - soldiers = { - culture = hazara - religion = shiite - size= 103 - - } - - farmers = { - culture = hazara - religion = shiite - size = 9436.86 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1648.0 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 837.39 + } + + artisans = { + culture = pashtun + religion = sunni + size = 1699.5 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 849 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 78395.36 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 772.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 399.64 + } + + artisans = { + culture = tajik + religion = sunni + size = 1957.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 386 + + } + + farmers = { + culture = tajik + religion = sunni + size = 35624.61 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 154.5 + } + + clergymen = { + culture = hazara + religion = shiite + size = 90.64 + } + + artisans = { + culture = hazara + religion = shiite + size = 515.0 + } + + soldiers = { + culture = hazara + religion = shiite + size= 103 + + } + + farmers = { + culture = hazara + religion = shiite + size = 9436.86 + } } #Herat (324000/81000 POPS) 1212 = { - aristocrats = { - culture = persian - religion = sunni - size = 234.75 - } - - clergymen = { - culture = persian - religion = sunni - size = 100.25 - } - - artisans = { - culture = persian - religion = sunni - size = 575.5 - } - - soldiers = { - culture = persian - religion = sunni - size= 730 - - } - - farmers = { - culture = persian - religion = sunni - size = 10089.5 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 100 - } - - clergymen = { - culture = tajik - religion = sunni - size = 80 - } - - artisans = { - culture = tajik - religion = sunni - size = 300 - } - - soldiers = { - culture = tajik - religion = sunni - size= 300 - - } - - farmers = { - culture = tajik - religion = sunni - size = 5000 - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 1287.5 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 657.14 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3296.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1120 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 56559.36 - } + aristocrats = { + culture = persian + religion = sunni + size = 234.75 + } + + clergymen = { + culture = persian + religion = sunni + size = 100.25 + } + + artisans = { + culture = persian + religion = sunni + size = 575.5 + } + + soldiers = { + culture = persian + religion = sunni + size= 730 + + } + + farmers = { + culture = persian + religion = sunni + size = 10089.5 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 100 + } + + clergymen = { + culture = tajik + religion = sunni + size = 80 + } + + artisans = { + culture = tajik + religion = sunni + size = 300 + } + + soldiers = { + culture = tajik + religion = sunni + size= 300 + + } + + farmers = { + culture = tajik + religion = sunni + size = 5000 + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 1287.5 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 657.14 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3296.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1120 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 56559.36 + } } #Bamyan (412000/103000 POPS) 1213 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 334.75 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 180.25 - } - - artisans = { - culture = pashtun - religion = sunni - size = 875.5 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1030 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 15089.5 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 257.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 142.14000000000001 - } - - artisans = { - culture = tajik - religion = sunni - size = 721.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 1030 - - } - - farmers = { - culture = tajik - religion = sunni - size = 12269.36 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 1081.5 - } - - clergymen = { - culture = hazara - religion = shiite - size = 515.0 - } - - artisans = { - culture = hazara - religion = shiite - size = 2781.0 - } - - soldiers = { - culture = hazara - religion = shiite - size= 540 - - } - - farmers = { - culture = hazara - religion = shiite - size = 50701.75 - } - - aristocrats = { - culture = hazara - religion = sunni - size = 360.5 - } - - clergymen = { - culture = hazara - religion = sunni - size = 193.64000000000001 - } - - artisans = { - culture = hazara - religion = sunni - size = 875.5 - } - - soldiers = { - culture = hazara - religion = sunni - size= 1030 - - } - - farmers = { - culture = hazara - religion = sunni - size = 16080.36 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 334.75 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 180.25 + } + + artisans = { + culture = pashtun + religion = sunni + size = 875.5 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1030 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 15089.5 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 257.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 142.14000000000001 + } + + artisans = { + culture = tajik + religion = sunni + size = 721.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 1030 + + } + + farmers = { + culture = tajik + religion = sunni + size = 12269.36 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 1081.5 + } + + clergymen = { + culture = hazara + religion = shiite + size = 515.0 + } + + artisans = { + culture = hazara + religion = shiite + size = 2781.0 + } + + soldiers = { + culture = hazara + religion = shiite + size= 540 + + } + + farmers = { + culture = hazara + religion = shiite + size = 50701.75 + } + + aristocrats = { + culture = hazara + religion = sunni + size = 360.5 + } + + clergymen = { + culture = hazara + religion = sunni + size = 193.64000000000001 + } + + artisans = { + culture = hazara + religion = sunni + size = 875.5 + } + + soldiers = { + culture = hazara + religion = sunni + size= 1030 + + } + + farmers = { + culture = hazara + religion = sunni + size = 16080.36 + } } #Farrah (464000/116000 POPS) 1214 = { - aristocrats = { - culture = persian - religion = sunni - size = 566.5 - } - - clergymen = { - culture = persian - religion = sunni - size = 296.64 - } - - artisans = { - culture = persian - religion = sunni - size = 1442.0 - } - - soldiers = { - culture = persian - religion = sunni - size= 1030 - - } - - farmers = { - culture = persian - religion = sunni - size = 25504.86 - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 1776.75 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 901.25 - } - - artisans = { - culture = pashtun - religion = sunni - size = 4532.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1030 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 82400.0 - } + aristocrats = { + culture = persian + religion = sunni + size = 566.5 + } + + clergymen = { + culture = persian + religion = sunni + size = 296.64 + } + + artisans = { + culture = persian + religion = sunni + size = 1442.0 + } + + soldiers = { + culture = persian + religion = sunni + size= 1030 + + } + + farmers = { + culture = persian + religion = sunni + size = 25504.86 + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 1776.75 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 901.25 + } + + artisans = { + culture = pashtun + religion = sunni + size = 4532.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1030 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 82400.0 + } } #Qandahar (368000/92000 POPS) 1215 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1236.0 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 643.75 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1030 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 56006.25 - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 412.0 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 219.39000000000001 - } - - artisans = { - culture = pashtun - religion = sunni - size = 1081.5 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1030 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 18887.11 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 180.25 - } - - clergymen = { - culture = hazara - religion = shiite - size = 103.0 - } - - artisans = { - culture = hazara - religion = shiite - size = 540.75 - } - - soldiers = { - culture = hazara - religion = shiite - size= 103 - - } - - farmers = { - culture = hazara - religion = shiite - size = 10403.0 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1236.0 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 643.75 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1030 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 56006.25 + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 412.0 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 219.39000000000001 + } + + artisans = { + culture = pashtun + religion = sunni + size = 1081.5 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1030 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 18887.11 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 180.25 + } + + clergymen = { + culture = hazara + religion = shiite + size = 103.0 + } + + artisans = { + culture = hazara + religion = shiite + size = 540.75 + } + + soldiers = { + culture = hazara + religion = shiite + size= 103 + + } + + farmers = { + culture = hazara + religion = shiite + size = 10403.0 + } } #Jalalabad (268000/67000 POPS) 1216 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1339.0 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 695.25 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3450.5 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1120 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 59724.55 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1339.0 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 695.25 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3450.5 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1120 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 59724.55 + } } #Ghzani (324000/81000 POPS) 1217 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 1390.5 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 708.64 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3502.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 695 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 63743.61 - } - - aristocrats = { - culture = hazara - religion = shiite - size = 206.0 - } - - clergymen = { - culture = hazara - religion = shiite - size = 116.39 - } - - artisans = { - culture = hazara - religion = shiite - size = 669.5 - } - - soldiers = { - culture = hazara - religion = shiite - size= 128 - - } - - farmers = { - culture = hazara - religion = shiite - size = 12269.36 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 1390.5 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 708.64 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3502.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 695 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 63743.61 + } + + aristocrats = { + culture = hazara + religion = shiite + size = 206.0 + } + + clergymen = { + culture = hazara + religion = shiite + size = 116.39 + } + + artisans = { + culture = hazara + religion = shiite + size = 669.5 + } + + soldiers = { + culture = hazara + religion = shiite + size= 128 + + } + + farmers = { + culture = hazara + religion = shiite + size = 12269.36 + } } #Badakhshan Region (340000) #under the rule of Afghanistan in 1836 #Faizabad (340000/85000 POPS) 1210 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 128.75 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 64.89 - } - - artisans = { - culture = uzbek - religion = sunni - size = 360.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1030 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 5677.360000000001 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 1699.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 798.25 - } - - artisans = { - culture = tajik - religion = sunni - size = 3862.5 - } - - soldiers = { - culture = tajik - religion = sunni - size= 3000 - - } - - soldiers = { - culture = tajik - religion = sunni - size= 1120 - - } - - farmers = { - culture = tajik - religion = sunni - size = 69859.75 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 128.75 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 64.89 + } + + artisans = { + culture = uzbek + religion = sunni + size = 360.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1030 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 5677.360000000001 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 1699.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 798.25 + } + + artisans = { + culture = tajik + religion = sunni + size = 3862.5 + } + + soldiers = { + culture = tajik + religion = sunni + size= 3000 + + } + + soldiers = { + culture = tajik + religion = sunni + size= 1120 + + } + + farmers = { + culture = tajik + religion = sunni + size = 69859.75 + } } diff --git a/HPM/history/pops/1861.4.14/Albania.txt b/HPM/history/pops/1861.4.14/Albania.txt index 612176b9..ef5dd6ed 100644 --- a/HPM/history/pops/1861.4.14/Albania.txt +++ b/HPM/history/pops/1861.4.14/Albania.txt @@ -2,308 +2,308 @@ #under the rule of Ottoman Empire in 1836 #Tirana (260800/65200 POPS) 849 = { - aristocrats = { - culture = albanian - religion = sunni - size = 1500 - } - - bureaucrats = { - culture = albanian - religion = sunni - size = 350 - } - - officers = { - culture = albanian - religion = sunni - size = 300 - } - - clergymen = { - culture = albanian - religion = sunni - size = 625 - } - - artisans = { - culture = albanian - religion = sunni - size = 3200 - } - - soldiers = { - culture = albanian - religion = sunni - size = 2000 - } - - farmers = { - culture = albanian - religion = sunni - size = 48025 - } - - clergymen = { - culture = albanian - religion = orthodox - size = 75 - } - - artisans = { - culture = albanian - religion = orthodox - size = 700 - } - - soldiers = { - culture = albanian - religion = orthodox - size = 200 - } - - farmers = { - culture = albanian - religion = orthodox - size = 8425 - } + aristocrats = { + culture = albanian + religion = sunni + size = 1500 + } + + bureaucrats = { + culture = albanian + religion = sunni + size = 350 + } + + officers = { + culture = albanian + religion = sunni + size = 300 + } + + clergymen = { + culture = albanian + religion = sunni + size = 625 + } + + artisans = { + culture = albanian + religion = sunni + size = 3200 + } + + soldiers = { + culture = albanian + religion = sunni + size = 2000 + } + + farmers = { + culture = albanian + religion = sunni + size = 48025 + } + + clergymen = { + culture = albanian + religion = orthodox + size = 75 + } + + artisans = { + culture = albanian + religion = orthodox + size = 700 + } + + soldiers = { + culture = albanian + religion = orthodox + size = 200 + } + + farmers = { + culture = albanian + religion = orthodox + size = 8425 + } } #Shkoder (364000/91000 POPS) 850 = { - aristocrats = { - culture = albanian - religion = sunni - size = 2150 - } - - clergymen = { - culture = albanian - religion = sunni - size = 750 - } - - artisans = { - culture = albanian - religion = sunni - size = 3800 - } - - soldiers = { - culture = albanian - religion = sunni - size = 2000 - } - - farmers = { - culture = albanian - religion = sunni - size = 60300 - } - - clergymen = { - culture = albanian - religion = catholic - size = 225 - } - - artisans = { - culture = albanian - religion = catholic - size = 1050 - } - - soldiers = { - culture = albanian - religion = catholic - size = 200 - } - - farmers = { - culture = albanian - religion = catholic - size = 20725 - } + aristocrats = { + culture = albanian + religion = sunni + size = 2150 + } + + clergymen = { + culture = albanian + religion = sunni + size = 750 + } + + artisans = { + culture = albanian + religion = sunni + size = 3800 + } + + soldiers = { + culture = albanian + religion = sunni + size = 2000 + } + + farmers = { + culture = albanian + religion = sunni + size = 60300 + } + + clergymen = { + culture = albanian + religion = catholic + size = 225 + } + + artisans = { + culture = albanian + religion = catholic + size = 1050 + } + + soldiers = { + culture = albanian + religion = catholic + size = 200 + } + + farmers = { + culture = albanian + religion = catholic + size = 20725 + } } #Durres (117800/29450 POPS) 851 = { - aristocrats = { - culture = albanian - religion = sunni - size = 600 - } - - clergymen = { - culture = albanian - religion = sunni - size = 225 - } - - artisans = { - culture = albanian - religion = sunni - size = 1200 - } - - soldiers = { - culture = albanian - religion = sunni - size = 1100 - } - - farmers = { - culture = albanian - religion = sunni - size = 21075 - } - - clergymen = { - culture = albanian - religion = catholic - size = 50 - } - - artisans = { - culture = albanian - religion = catholic - size = 300 - } - - farmers = { - culture = albanian - religion = catholic - size = 5000 - } + aristocrats = { + culture = albanian + religion = sunni + size = 600 + } + + clergymen = { + culture = albanian + religion = sunni + size = 225 + } + + artisans = { + culture = albanian + religion = sunni + size = 1200 + } + + soldiers = { + culture = albanian + religion = sunni + size = 1100 + } + + farmers = { + culture = albanian + religion = sunni + size = 21075 + } + + clergymen = { + culture = albanian + religion = catholic + size = 50 + } + + artisans = { + culture = albanian + religion = catholic + size = 300 + } + + farmers = { + culture = albanian + religion = catholic + size = 5000 + } } #Vlore (245400/61350 POPS) 852 = { - aristocrats = { - culture = albanian - religion = sunni - size = 1400 - } - - clergymen = { - culture = albanian - religion = sunni - size = 625 - } - - artisans = { - culture = albanian - religion = sunni - size = 3250 - } - - soldiers = { - culture = albanian - religion = sunni - size = 700 - } - - farmers = { - culture = albanian - religion = sunni - size = 50025 - } - - clergymen = { - culture = albanian - religion = orthodox - size = 50 - } - - artisans = { - culture = albanian - religion = orthodox - size = 300 - } - - soldiers = { - culture = albanian - religion = orthodox - size = 200 - } - - farmers = { - culture = albanian - religion = orthodox - size = 5000 - } + aristocrats = { + culture = albanian + religion = sunni + size = 1400 + } + + clergymen = { + culture = albanian + religion = sunni + size = 625 + } + + artisans = { + culture = albanian + religion = sunni + size = 3250 + } + + soldiers = { + culture = albanian + religion = sunni + size = 700 + } + + farmers = { + culture = albanian + religion = sunni + size = 50025 + } + + clergymen = { + culture = albanian + religion = orthodox + size = 50 + } + + artisans = { + culture = albanian + religion = orthodox + size = 300 + } + + soldiers = { + culture = albanian + religion = orthodox + size = 200 + } + + farmers = { + culture = albanian + religion = orthodox + size = 5000 + } } -#Epirus Region (153600) #see Greece.txt for balance of region +#Epirus Region (153600) #see Greece.txt for balance of region #under the rule of Ottoman Empire in 1836 -#Gjirokaster (153600/38400 POPS) #now part of Albania +#Gjirokaster (153600/38400 POPS) #now part of Albania 853 = { - aristocrats = { - culture = albanian - religion = sunni - size = 750 - } - - clergymen = { - culture = albanian - religion = sunni - size = 250 - } - - artisans = { - culture = albanian - religion = sunni - size = 700 - } - - soldiers = { - culture = albanian - religion = sunni - size = 425 - } - - farmers = { - culture = albanian - religion = sunni - size = 18875 - } - - clergymen = { - culture = albanian - religion = orthodox - size = 50 - } - - artisans = { - culture = albanian - religion = orthodox - size = 300 - } - - farmers = { - culture = albanian - religion = orthodox - size = 6750 - } - - clergymen = { - culture = greek - religion = orthodox - size = 125 - } - - artisans = { - culture = greek - religion = orthodox - size = 1100 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200 - } - - farmers = { - culture = greek - religion = orthodox - size = 9075 - } + aristocrats = { + culture = albanian + religion = sunni + size = 750 + } + + clergymen = { + culture = albanian + religion = sunni + size = 250 + } + + artisans = { + culture = albanian + religion = sunni + size = 700 + } + + soldiers = { + culture = albanian + religion = sunni + size = 425 + } + + farmers = { + culture = albanian + religion = sunni + size = 18875 + } + + clergymen = { + culture = albanian + religion = orthodox + size = 50 + } + + artisans = { + culture = albanian + religion = orthodox + size = 300 + } + + farmers = { + culture = albanian + religion = orthodox + size = 6750 + } + + clergymen = { + culture = greek + religion = orthodox + size = 125 + } + + artisans = { + culture = greek + religion = orthodox + size = 1100 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200 + } + + farmers = { + culture = greek + religion = orthodox + size = 9075 + } } diff --git a/HPM/history/pops/1861.4.14/Algeria.txt b/HPM/history/pops/1861.4.14/Algeria.txt index 69775e05..f9d8d90f 100644 --- a/HPM/history/pops/1861.4.14/Algeria.txt +++ b/HPM/history/pops/1861.4.14/Algeria.txt @@ -2,1559 +2,1559 @@ #Ruled by France 1836 #Algiers (280000/70000 POPS) 1700 = { - aristocrats = { - culture = french - religion = catholic - size = 103.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 154.5 - } - - clergymen = { - culture = french - religion = catholic - size = 25.75 - } - - artisans = { - culture = french - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = french - religion = catholic - size = 2060.0 - } - - farmers = { - culture = french - religion = catholic - size = 231.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 4635.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 515.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 55826.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 257.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 51.5 - } - - farmers = { - culture = berber - religion = sunni - size = 4815.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1519.25 - } + aristocrats = { + culture = french + religion = catholic + size = 103.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 154.5 + } + + clergymen = { + culture = french + religion = catholic + size = 25.75 + } + + artisans = { + culture = french + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = french + religion = catholic + size = 2060.0 + } + + farmers = { + culture = french + religion = catholic + size = 231.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 4635.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 515.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 55826.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 257.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 51.5 + } + + farmers = { + culture = berber + religion = sunni + size = 4815.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1519.25 + } } #Ruled by Aljaziar 1836 #Bougie (448000/112000 POPS) 1701 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - officers = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 901.25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 4480.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 79696.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 309.0 - } - - officers = { - culture = berber - religion = sunni - size = 77.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 257.5 - } - - artisans = { - culture = berber - religion = sunni - size = 1390.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 360.5 - } - - farmers = { - culture = berber - religion = sunni - size = 25415.25 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + officers = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 901.25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 4480.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 79696.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 309.0 + } + + officers = { + culture = berber + religion = sunni + size = 77.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 257.5 + } + + artisans = { + culture = berber + religion = sunni + size = 1390.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 360.5 + } + + farmers = { + culture = berber + religion = sunni + size = 25415.25 + } } #Setif (240000/60000 POPS) 1702 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 618.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 515.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2472.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 4120.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 41715.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 103.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 618.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 206.0 - } - - farmers = { - culture = berber - religion = sunni - size = 11330.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 618.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 515.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2472.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 4120.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 41715.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 103.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 618.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 206.0 + } + + farmers = { + culture = berber + religion = sunni + size = 11330.0 + } } #Medea (168000/42000 POPS) 1703 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 18025.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 206.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 206.0 - } - - artisans = { - culture = berber - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 1030.0 - } - - farmers = { - culture = berber - religion = sunni - size = 20085.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 18025.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 206.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 206.0 + } + + artisans = { + culture = berber + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 1030.0 + } + + farmers = { + culture = berber + religion = sunni + size = 20085.0 + } } #Oranais Region (577600) #French in 1836 : #Oran (108000/27000 POPS) 1704 = { - aristocrats = { - culture = french - religion = catholic - size = 51.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 51.5 - } - - clergymen = { - culture = french - religion = catholic - size = 25.75 - } - - artisans = { - culture = french - religion = catholic - size = 824.0 - } - - soldiers = { - culture = french - religion = catholic - size = 901.25 - } - - farmers = { - culture = french - religion = catholic - size = 206.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 20188.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 103.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 25.75 - } - - farmers = { - culture = berber - religion = sunni - size = 2678.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 20.6 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1266.9 - } + aristocrats = { + culture = french + religion = catholic + size = 51.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 51.5 + } + + clergymen = { + culture = french + religion = catholic + size = 25.75 + } + + artisans = { + culture = french + religion = catholic + size = 824.0 + } + + soldiers = { + culture = french + religion = catholic + size = 901.25 + } + + farmers = { + culture = french + religion = catholic + size = 206.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 20188.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 103.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 25.75 + } + + farmers = { + culture = berber + religion = sunni + size = 2678.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 20.6 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1266.9 + } } #Aljazair-ruled in 1836 : #Tilimsan (221600/55400 POPS) 1705 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 515.0 - } - - officers = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 515.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2317.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 4120.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 38676.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 103.0 - } - - officers = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 360.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 154.5 - } - - farmers = { - culture = berber - religion = sunni - size = 9527.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 412.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 515.0 + } + + officers = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 515.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2317.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 4120.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 38676.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 103.0 + } + + officers = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 360.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 154.5 + } + + farmers = { + culture = berber + religion = sunni + size = 9527.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 412.0 + } } #Mustaghanem (188000/47000 POPS) 1706 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 360.5 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 28376.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 206.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 180.25 - } - - artisans = { - culture = berber - religion = sunni - size = 875.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 206.0 - } - - farmers = { - culture = berber - religion = sunni - size = 16042.25 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 360.5 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 28376.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 206.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 180.25 + } + + artisans = { + culture = berber + religion = sunni + size = 875.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 206.0 + } + + farmers = { + culture = berber + religion = sunni + size = 16042.25 + } } #Mascara (60000/15000 POPS) 1707 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 77.25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 412.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 6617.75 - } - - aristocrats = { - culture = berber - religion = sunni - size = 77.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 360.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 77.25 - } - - farmers = { - culture = berber - religion = sunni - size = 6617.75 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 77.25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 412.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 6617.75 + } + + aristocrats = { + culture = berber + religion = sunni + size = 77.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 360.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 77.25 + } + + farmers = { + culture = berber + religion = sunni + size = 6617.75 + } } #Constantinois Region (344000) #Ruled by France 1836 #Bone (68000/17000 POPS) 1709 = { - aristocrats = { - culture = french - religion = catholic - size = 25.75 - } - - bureaucrats = { - culture = french - religion = catholic - size = 51.5 - } - - clergymen = { - culture = french - religion = catholic - size = 25.75 - } - - artisans = { - culture = french - religion = catholic - size = 618.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1133.0 - } - - farmers = { - culture = french - religion = catholic - size = 206.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 618.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 11536.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 10.3 - } - - artisans = { - culture = berber - religion = sunni - size = 51.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 15.450000000000001 - } - - farmers = { - culture = berber - religion = sunni - size = 952.75 - } + aristocrats = { + culture = french + religion = catholic + size = 25.75 + } + + bureaucrats = { + culture = french + religion = catholic + size = 51.5 + } + + clergymen = { + culture = french + religion = catholic + size = 25.75 + } + + artisans = { + culture = french + religion = catholic + size = 618.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1133.0 + } + + farmers = { + culture = french + religion = catholic + size = 206.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 618.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 11536.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 10.3 + } + + artisans = { + culture = berber + religion = sunni + size = 51.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 15.450000000000001 + } + + farmers = { + culture = berber + religion = sunni + size = 952.75 + } } #Ruled by Aljazair 1836 #Constantine (176000/44000 POPS) 1708 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 257.5 - } - - officers = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 219.39000000000001 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 19891.36 - } - - aristocrats = { - culture = berber - religion = sunni - size = 206.0 - } - - officers = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 206.0 - } - - artisans = { - culture = berber - religion = sunni - size = 1055.75 - } - - soldiers = { - culture = berber - religion = sunni - size = 1030.0 - } - - farmers = { - culture = berber - religion = sunni - size = 20136.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1004.25 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 257.5 + } + + officers = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 219.39000000000001 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 19891.36 + } + + aristocrats = { + culture = berber + religion = sunni + size = 206.0 + } + + officers = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 206.0 + } + + artisans = { + culture = berber + religion = sunni + size = 1055.75 + } + + soldiers = { + culture = berber + religion = sunni + size = 1030.0 + } + + farmers = { + culture = berber + religion = sunni + size = 20136.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1004.25 + } } #Biskra (100000/25000 POPS) 1710 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 772.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 13338.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 103.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 515.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 103.0 - } - - farmers = { - culture = berber - religion = sunni - size = 9476.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 772.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 13338.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 103.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 515.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 103.0 + } + + farmers = { + culture = berber + religion = sunni + size = 9476.0 + } } #Wargla Region (152000) #uncolonized in 1836 #Ouargla (36000/9000 POPS) 1711 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 66.95 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 30.900000000000002 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2811.9 - } - - aristocrats = { - culture = berber - religion = sunni - size = 30.900000000000002 - } - - clergymen = { - culture = berber - religion = sunni - size = 72.10000000000001 - } - - artisans = { - culture = berber - religion = sunni - size = 154.5 - } - - soldiers = { - culture = berber - religion = sunni - size = 51.5 - } - - farmers = { - culture = berber - religion = sunni - size = 3811.0 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 66.95 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 30.900000000000002 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2811.9 + } + + aristocrats = { + culture = berber + religion = sunni + size = 30.900000000000002 + } + + clergymen = { + culture = berber + religion = sunni + size = 72.10000000000001 + } + + artisans = { + culture = berber + religion = sunni + size = 154.5 + } + + soldiers = { + culture = berber + religion = sunni + size = 51.5 + } + + farmers = { + culture = berber + religion = sunni + size = 3811.0 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Tuggurt (12000/3000 POPS) 1712 = { - aristocrats = { - culture = berber - religion = sunni - size = 20.6 - } - - clergymen = { - culture = berber - religion = sunni - size = 30.900000000000002 - } - - artisans = { - culture = berber - religion = sunni - size = 82.4 - } - - soldiers = { - culture = berber - religion = sunni - size = 20.6 - } - - farmers = { - culture = berber - religion = sunni - size = 1905.5 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 10.3 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 20.6 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 20.6 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 927.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 20.6 + } + + clergymen = { + culture = berber + religion = sunni + size = 30.900000000000002 + } + + artisans = { + culture = berber + religion = sunni + size = 82.4 + } + + soldiers = { + culture = berber + religion = sunni + size = 20.6 + } + + farmers = { + culture = berber + religion = sunni + size = 1905.5 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 10.3 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 20.6 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 20.6 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 927.0 + } } #Laghwat (104000/26000 POPS) 1713 = { - aristocrats = { - culture = berber - religion = sunni - size = 103.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 6695.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 1030.0 - } - - farmers = { - culture = berber - religion = sunni - size = 12360.0 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 566.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10351.5 - } - - aristocrats = { - culture = maghrebi - religion = shiite - size = 20.6 - } - - clergymen = { - culture = maghrebi - religion = shiite - size = 41.2 - } - - artisans = { - culture = maghrebi - religion = shiite - size = 103.0 - } - - soldiers = { - culture = maghrebi - religion = shiite - size = 41.2 - } - - farmers = { - culture = maghrebi - religion = shiite - size = 1854.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 103.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 6695.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 1030.0 + } + + farmers = { + culture = berber + religion = sunni + size = 12360.0 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 566.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10351.5 + } + + aristocrats = { + culture = maghrebi + religion = shiite + size = 20.6 + } + + clergymen = { + culture = maghrebi + religion = shiite + size = 41.2 + } + + artisans = { + culture = maghrebi + religion = shiite + size = 103.0 + } + + soldiers = { + culture = maghrebi + religion = shiite + size = 41.2 + } + + farmers = { + culture = maghrebi + religion = shiite + size = 1854.0 + } } #Jibal Bashar Region (128000) #uncolonized in 1836 #Bechar (20000/5000 POPS) 1714 = { - aristocrats = { - culture = berber - religion = sunni - size = 10.3 - } - - clergymen = { - culture = berber - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = berber - religion = sunni - size = 41.2 - } - - soldiers = { - culture = berber - religion = sunni - size = 15.450000000000001 - } - - farmers = { - culture = berber - religion = sunni - size = 947.6 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 20.6 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 41.2 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 30.900000000000002 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1864.3 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 10.3 + } + + clergymen = { + culture = berber + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = berber + religion = sunni + size = 41.2 + } + + soldiers = { + culture = berber + religion = sunni + size = 15.450000000000001 + } + + farmers = { + culture = berber + religion = sunni + size = 947.6 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 20.6 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 41.2 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 30.900000000000002 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1864.3 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Naama (92000/23000 POPS) 1715 = { - aristocrats = { - culture = berber - religion = sunni - size = 103.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 618.0 - } - - soldiers = { - culture = berber - religion = sunni - size = 1030.0 - } - - farmers = { - culture = berber - religion = sunni - size = 10506.0 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 566.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10403.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 103.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 618.0 + } + + soldiers = { + culture = berber + religion = sunni + size = 1030.0 + } + + farmers = { + culture = berber + religion = sunni + size = 10506.0 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 566.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10403.0 + } } #Tindouf (8000/2000 POPS) 1716 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Chenachene (8000/2000 POPS) 1717 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Tuat Region (32000) #uncolonized in 1836 #Tuat (8000/2000 POPS) 1718 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Illizi (8000/2000 POPS) 1719 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Timimoun (16000/4000 POPS) 1720 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 30.900000000000002 - } - - artisans = { - culture = tuareg - religion = sunni - size = 72.10000000000001 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 51.5 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3914.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 30.900000000000002 + } + + artisans = { + culture = tuareg + religion = sunni + size = 72.10000000000001 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 51.5 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3914.0 + } } #Hoggar Region (40000) #uncolonized in 1836 #In Guezzam (8000/2000 POPS) 1721 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } #Tin Zawatene (16000/4000 POPS) 1722 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 30.900000000000002 - } - - artisans = { - culture = tuareg - religion = sunni - size = 72.10000000000001 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 51.5 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3914.0 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 30.900000000000002 + } + + artisans = { + culture = tuareg + religion = sunni + size = 72.10000000000001 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 51.5 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3914.0 + } } #Tamanrasset (16000/4000 POPS) 1724 = { - aristocrats = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 20.6 - } - - artisans = { - culture = berber - religion = sunni - size = 82.4 - } - - soldiers = { - culture = berber - religion = sunni - size = 25.75 - } - - farmers = { - culture = berber - religion = sunni - size = 1905.5 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = tuareg - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25.75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1957.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 20.6 + } + + artisans = { + culture = berber + religion = sunni + size = 82.4 + } + + soldiers = { + culture = berber + religion = sunni + size = 25.75 + } + + farmers = { + culture = berber + religion = sunni + size = 1905.5 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = tuareg + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25.75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1957.0 + } } diff --git a/HPM/history/pops/1861.4.14/Angola.txt b/HPM/history/pops/1861.4.14/Angola.txt index 44915f0e..d2d3471a 100644 --- a/HPM/history/pops/1861.4.14/Angola.txt +++ b/HPM/history/pops/1861.4.14/Angola.txt @@ -2,351 +2,351 @@ #Ruled by Portugal in 1836 #Luanda (164000/41000 POPS) 1999 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 150 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 50 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 50 - } - - artisans = { - culture = portuguese - religion = catholic - size = 500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 50 - } - - aristocrats = { - culture = bakongo - religion = catholic - size = 50 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 150 - } - - artisans = { - culture = bakongo - religion = catholic - size = 3000 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 250 - } - - farmers = { - culture = bakongo - religion = catholic - size = 11550 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 100 - } - - clergymen = { - culture = bakongo - religion = animist - size = 100 - } - - artisans = { - culture = bakongo - religion = animist - size = 500 - } - - soldiers = { - culture = bakongo - religion = animist - size = 100 - } - - farmers = { - culture = bakongo - religion = animist - size = 5200 - } - - slaves = { - culture = bakongo - religion = animist - size = 27000 - } - - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 100 - } - - artisans = { - culture = kavango - religion = animist - size = 100 - } - - soldiers = { - culture = kavango - religion = animist - size = 100 - } - - farmers = { - culture = kavango - religion = animist - size = 7600 - } - - slaves = { - culture = kavango - religion = animist - size = 3000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 150 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 50 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 50 + } + + artisans = { + culture = portuguese + religion = catholic + size = 500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 50 + } + + aristocrats = { + culture = bakongo + religion = catholic + size = 50 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 150 + } + + artisans = { + culture = bakongo + religion = catholic + size = 3000 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 250 + } + + farmers = { + culture = bakongo + religion = catholic + size = 11550 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 100 + } + + clergymen = { + culture = bakongo + religion = animist + size = 100 + } + + artisans = { + culture = bakongo + religion = animist + size = 500 + } + + soldiers = { + culture = bakongo + religion = animist + size = 100 + } + + farmers = { + culture = bakongo + religion = animist + size = 5200 + } + + slaves = { + culture = bakongo + religion = animist + size = 27000 + } + + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 100 + } + + artisans = { + culture = kavango + religion = animist + size = 100 + } + + soldiers = { + culture = kavango + religion = animist + size = 100 + } + + farmers = { + culture = kavango + religion = animist + size = 7600 + } + + slaves = { + culture = kavango + religion = animist + size = 3000 + } } #uncolonized in 1836 #2001 - Mbanza (180000/45000 POPS) 2001 = { - aristocrats = { - culture = bakongo - religion = catholic - size = 100 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 50 - } - - artisans = { - culture = bakongo - religion = catholic - size = 400 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 100 - } - - farmers = { - culture = bakongo - religion = catholic - size = 7350 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 200 - } - - clergymen = { - culture = bakongo - religion = animist - size = 150 - } - - artisans = { - culture = bakongo - religion = animist - size = 1100 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1200 - } - - farmers = { - culture = bakongo - religion = animist - size = 12450 - } - - slaves = { - culture = bakongo - religion = animist - size = 4000 - } - - aristocrats = { - culture = kavango - religion = animist - size = 200 - } - - clergymen = { - culture = kavango - religion = animist - size = 150 - } - - artisans = { - culture = kavango - religion = animist - size = 700 - } - - soldiers = { - culture = kavango - religion = animist - size = 200 - } - - farmers = { - culture = kavango - religion = animist - size = 13250 - } - - slaves = { - culture = kavango - religion = animist - size = 3500 - } + aristocrats = { + culture = bakongo + religion = catholic + size = 100 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 50 + } + + artisans = { + culture = bakongo + religion = catholic + size = 400 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 100 + } + + farmers = { + culture = bakongo + religion = catholic + size = 7350 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 200 + } + + clergymen = { + culture = bakongo + religion = animist + size = 150 + } + + artisans = { + culture = bakongo + religion = animist + size = 1100 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1200 + } + + farmers = { + culture = bakongo + religion = animist + size = 12450 + } + + slaves = { + culture = bakongo + religion = animist + size = 4000 + } + + aristocrats = { + culture = kavango + religion = animist + size = 200 + } + + clergymen = { + culture = kavango + religion = animist + size = 150 + } + + artisans = { + culture = kavango + religion = animist + size = 700 + } + + soldiers = { + culture = kavango + religion = animist + size = 200 + } + + farmers = { + culture = kavango + religion = animist + size = 13250 + } + + slaves = { + culture = kavango + religion = animist + size = 3500 + } } #Quibala (120000/30000 POPS) 2002 = { - aristocrats = { - culture = kavango - religion = animist - size = 300 - } - - clergymen = { - culture = kavango - religion = animist - size = 250 - } - - artisans = { - culture = kavango - religion = animist - size = 1200 - } - - soldiers = { - culture = kavango - religion = animist - size = 300 - } - - farmers = { - culture = kavango - religion = animist - size = 21950 - } - - slaves = { - culture = kavango - religion = animist - size = 6000 - } + aristocrats = { + culture = kavango + religion = animist + size = 300 + } + + clergymen = { + culture = kavango + religion = animist + size = 250 + } + + artisans = { + culture = kavango + religion = animist + size = 1200 + } + + soldiers = { + culture = kavango + religion = animist + size = 300 + } + + farmers = { + culture = kavango + religion = animist + size = 21950 + } + + slaves = { + culture = kavango + religion = animist + size = 6000 + } } -#Congo Region (116000) #see Congo-Zaire.txt for balance of region +#Congo Region (116000) #see Congo-Zaire.txt for balance of region #uncolonized in 1836/tradepost for Portugal -#Cabinda (116000/29000 POPS) +#Cabinda (116000/29000 POPS) 2000 = { - aristocrats = { - culture = bakongo - religion = animist - size = 125 - } - - clergymen = { - culture = bakongo - religion = animist - size = 75 - } - - artisans = { - culture = bakongo - religion = animist - size = 350 - } - - soldiers = { - culture = bakongo - religion = animist - size = 75 - } - - farmers = { - culture = bakongo - religion = animist - size = 6375 - } - - slaves = { - culture = bakongo - religion = animist - size = 5000 - } - - aristocrats = { - culture = bakongo - religion = catholic - size = 425 - } - - clergymen = { - culture = bakongo - religion = catholic - size = 225 - } - - artisans = { - culture = bakongo - religion = catholic - size = 900 - } - - soldiers = { - culture = bakongo - religion = catholic - size = 225 - } - - farmers = { - culture = bakongo - religion = catholic - size = 15225 - } + aristocrats = { + culture = bakongo + religion = animist + size = 125 + } + + clergymen = { + culture = bakongo + religion = animist + size = 75 + } + + artisans = { + culture = bakongo + religion = animist + size = 350 + } + + soldiers = { + culture = bakongo + religion = animist + size = 75 + } + + farmers = { + culture = bakongo + religion = animist + size = 6375 + } + + slaves = { + culture = bakongo + religion = animist + size = 5000 + } + + aristocrats = { + culture = bakongo + religion = catholic + size = 425 + } + + clergymen = { + culture = bakongo + religion = catholic + size = 225 + } + + artisans = { + culture = bakongo + religion = catholic + size = 900 + } + + soldiers = { + culture = bakongo + religion = catholic + size = 225 + } + + farmers = { + culture = bakongo + religion = catholic + size = 15225 + } } @@ -354,566 +354,566 @@ #Uncolonized in 1836 #Benguela (116000/29000 POPS) 2003 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 300 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 300 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 1500 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 300 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 20800 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 5800 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 300 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 300 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 1500 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 300 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 20800 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 5800 + } } #Mocamedes (116000/29000 POPS) 2004 = { - aristocrats = { - culture = herero - religion = animist - size = 300 - } - - clergymen = { - culture = herero - religion = animist - size = 600 - } - - artisans = { - culture = herero - religion = animist - size = 750 - } - - soldiers = { - culture = herero - religion = animist - size = 300 - } - - farmers = { - culture = herero - religion = animist - size = 21250 - } - - slaves = { - culture = khoisan - religion = animist - size = 5800 - } + aristocrats = { + culture = herero + religion = animist + size = 300 + } + + clergymen = { + culture = herero + religion = animist + size = 600 + } + + artisans = { + culture = herero + religion = animist + size = 750 + } + + soldiers = { + culture = herero + religion = animist + size = 300 + } + + farmers = { + culture = herero + religion = animist + size = 21250 + } + + slaves = { + culture = khoisan + religion = animist + size = 5800 + } } #Huambo (208000/52000 POPS) 2005 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 600 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 550 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 2600 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 600 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 36650 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 10000 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 600 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 550 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 2600 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 600 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 36650 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 10000 + } } #Angola - Bihe (264000) #Uncolonized in 1836 #Kuito (148000/37000 POPS) 2006 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 350 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 350 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 1800 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 400 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 26700 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 7500 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 350 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 350 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 1800 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 400 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 26700 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 7500 + } } #Mavinga (80000/20000 POPS) 2007 = { - aristocrats = { - culture = lunda - religion = animist - size = 50 - } - - clergymen = { - culture = lunda - religion = animist - size = 75 - } - - artisans = { - culture = lunda - religion = animist - size = 75 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 2400 - } - - slaves = { - culture = lunda - religion = animist - size = 1350 - } - - aristocrats = { - culture = kavango - religion = animist - size = 175 - } - - clergymen = { - culture = kavango - religion = animist - size = 175 - } - - artisans = { - culture = kavango - religion = animist - size = 800 - } - - soldiers = { - culture = kavango - religion = animist - size = 200 - } - - farmers = { - culture = kavango - religion = animist - size = 11450 - } - - slaves = { - culture = chokwe - religion = animist - size = 3200 - } + aristocrats = { + culture = lunda + religion = animist + size = 50 + } + + clergymen = { + culture = lunda + religion = animist + size = 75 + } + + artisans = { + culture = lunda + religion = animist + size = 75 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 2400 + } + + slaves = { + culture = lunda + religion = animist + size = 1350 + } + + aristocrats = { + culture = kavango + religion = animist + size = 175 + } + + clergymen = { + culture = kavango + religion = animist + size = 175 + } + + artisans = { + culture = kavango + religion = animist + size = 800 + } + + soldiers = { + culture = kavango + religion = animist + size = 200 + } + + farmers = { + culture = kavango + religion = animist + size = 11450 + } + + slaves = { + culture = chokwe + religion = animist + size = 3200 + } } #Ondjiva (36000/9000 POPS) 2008 = { - aristocrats = { - culture = ovimbundu - religion = animist - size = 30 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 60 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 75 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 30 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 2205 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 600 - } - - aristocrats = { - culture = kavango - religion = animist - size = 50 - } - - clergymen = { - culture = kavango - religion = animist - size = 75 - } - - artisans = { - culture = kavango - religion = animist - size = 300 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 4275 - } - - slaves = { - culture = khoisan - religion = animist - size = 1250 - } + aristocrats = { + culture = ovimbundu + religion = animist + size = 30 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 60 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 75 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 30 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 2205 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 600 + } + + aristocrats = { + culture = kavango + religion = animist + size = 50 + } + + clergymen = { + culture = kavango + religion = animist + size = 75 + } + + artisans = { + culture = kavango + religion = animist + size = 300 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 4275 + } + + slaves = { + culture = khoisan + religion = animist + size = 1250 + } } #Angola - Kwango (232000) #Uncolonized in 1836 #Malanje (44000/11000 POPS) 2009 = { - aristocrats = { - culture = kavango - religion = animist - size = 75 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 250 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 4350 - } - - slaves = { - culture = kavango - religion = animist - size = 1200 - } - - aristocrats = { - culture = ovimbundu - religion = animist - size = 30 - } - - clergymen = { - culture = ovimbundu - religion = animist - size = 60 - } - - artisans = { - culture = ovimbundu - religion = animist - size = 75 - } - - soldiers = { - culture = ovimbundu - religion = animist - size = 60 - } - - farmers = { - culture = ovimbundu - religion = animist - size = 2175 - } - - slaves = { - culture = ovimbundu - religion = animist - size = 600 - } - - aristocrats = { - culture = bakongo - religion = animist - size = 25 - } - - clergymen = { - culture = bakongo - religion = animist - size = 50 - } - - artisans = { - culture = bakongo - religion = animist - size = 100 - } - - soldiers = { - culture = bakongo - religion = animist - size = 25 - } - - farmers = { - culture = bakongo - religion = animist - size = 1400 - } - - slaves = { - culture = bakongo - religion = animist - size = 400 - } + aristocrats = { + culture = kavango + religion = animist + size = 75 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 250 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 4350 + } + + slaves = { + culture = kavango + religion = animist + size = 1200 + } + + aristocrats = { + culture = ovimbundu + religion = animist + size = 30 + } + + clergymen = { + culture = ovimbundu + religion = animist + size = 60 + } + + artisans = { + culture = ovimbundu + religion = animist + size = 75 + } + + soldiers = { + culture = ovimbundu + religion = animist + size = 60 + } + + farmers = { + culture = ovimbundu + religion = animist + size = 2175 + } + + slaves = { + culture = ovimbundu + religion = animist + size = 600 + } + + aristocrats = { + culture = bakongo + religion = animist + size = 25 + } + + clergymen = { + culture = bakongo + religion = animist + size = 50 + } + + artisans = { + culture = bakongo + religion = animist + size = 100 + } + + soldiers = { + culture = bakongo + religion = animist + size = 25 + } + + farmers = { + culture = bakongo + religion = animist + size = 1400 + } + + slaves = { + culture = bakongo + religion = animist + size = 400 + } } #Saurimo (112000/28000 POPS) 2010 = { - aristocrats = { - culture = chokwe - religion = animist - size = 250 - } - - clergymen = { - culture = chokwe - religion = animist - size = 250 - } - - artisans = { - culture = chokwe - religion = animist - size = 1250 - } - - soldiers = { - culture = chokwe - religion = animist - size = 250 - } - - farmers = { - culture = chokwe - religion = animist - size = 8000 - } - - slaves = { - culture = chokwe - religion = animist - size = 8000 - } - - aristocrats = { - culture = lunda - religion = animist - size = 50 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 200 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 10850 - } - - slaves = { - culture = kavango - religion = animist - size = 800 - } + aristocrats = { + culture = chokwe + religion = animist + size = 250 + } + + clergymen = { + culture = chokwe + religion = animist + size = 250 + } + + artisans = { + culture = chokwe + religion = animist + size = 1250 + } + + soldiers = { + culture = chokwe + religion = animist + size = 250 + } + + farmers = { + culture = chokwe + religion = animist + size = 8000 + } + + slaves = { + culture = chokwe + religion = animist + size = 8000 + } + + aristocrats = { + culture = lunda + religion = animist + size = 50 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 200 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 10850 + } + + slaves = { + culture = kavango + religion = animist + size = 800 + } } #Kubanda (76000/19000 POPS) 2011 = { - aristocrats = { - culture = lunda - religion = animist - size = 150 - } - - clergymen = { - culture = lunda - religion = animist - size = 125 - } - - artisans = { - culture = lunda - religion = animist - size = 750 - } - - soldiers = { - culture = lunda - religion = animist - size = 150 - } - - farmers = { - culture = lunda - religion = animist - size = 8125 - } - - slaves = { - culture = lunda - religion = animist - size = 4700 - } - - aristocrats = { - culture = chokwe - religion = animist - size = 50 - } - - clergymen = { - culture = chokwe - religion = animist - size = 50 - } - - artisans = { - culture = chokwe - religion = animist - size = 250 - } - - soldiers = { - culture = chokwe - religion = animist - size = 50 - } - - farmers = { - culture = chokwe - religion = animist - size = 3600 - } - - slaves = { - culture = kavango - religion = animist - size = 1100 - } + aristocrats = { + culture = lunda + religion = animist + size = 150 + } + + clergymen = { + culture = lunda + religion = animist + size = 125 + } + + artisans = { + culture = lunda + religion = animist + size = 750 + } + + soldiers = { + culture = lunda + religion = animist + size = 150 + } + + farmers = { + culture = lunda + religion = animist + size = 8125 + } + + slaves = { + culture = lunda + religion = animist + size = 4700 + } + + aristocrats = { + culture = chokwe + religion = animist + size = 50 + } + + clergymen = { + culture = chokwe + religion = animist + size = 50 + } + + artisans = { + culture = chokwe + religion = animist + size = 250 + } + + soldiers = { + culture = chokwe + religion = animist + size = 50 + } + + farmers = { + culture = chokwe + religion = animist + size = 3600 + } + + slaves = { + culture = kavango + religion = animist + size = 1100 + } } diff --git a/HPM/history/pops/1861.4.14/Argentina.txt b/HPM/history/pops/1861.4.14/Argentina.txt index b786ccf3..22abdda0 100644 --- a/HPM/history/pops/1861.4.14/Argentina.txt +++ b/HPM/history/pops/1861.4.14/Argentina.txt @@ -1,2363 +1,2363 @@ #Buenos Aires Region (416700) #Buenos Aires (202700/50675 POPS) 2348 = { - aristocrats = { - culture = platinean - religion = catholic - size = 625 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 1100 - } - - officers = { - culture = platinean - religion = catholic - size = 200 - } - - clergymen = { - culture = platinean - religion = catholic - size = 450 - } - - clerks = { - culture = platinean - religion = catholic - size = 1100 - } - - craftsmen = { - culture = platinean - religion = catholic - size = 9000 - } - - artisans = { - culture = platinean - religion = catholic - size = 15400 - } - - soldiers = { - culture = platinean - religion = catholic - size = 7000 - } - - farmers = { - culture = platinean - religion = catholic - size = 16000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 625 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 1100 + } + + officers = { + culture = platinean + religion = catholic + size = 200 + } + + clergymen = { + culture = platinean + religion = catholic + size = 450 + } + + clerks = { + culture = platinean + religion = catholic + size = 1100 + } + + craftsmen = { + culture = platinean + religion = catholic + size = 9000 + } + + artisans = { + culture = platinean + religion = catholic + size = 15400 + } + + soldiers = { + culture = platinean + religion = catholic + size = 7000 + } + + farmers = { + culture = platinean + religion = catholic + size = 16000 + } } #Junin (86000/21500 POPS) 2349 = { - aristocrats = { - culture = platinean - religion = catholic - size = 275 - } - - clergymen = { - culture = platinean - religion = catholic - size = 185 - } - - artisans = { - culture = platinean - religion = catholic - size = 2040 - } - - soldiers = { - culture = platinean - religion = catholic - size = 7000 - } - - farmers = { - culture = platinean - religion = catholic - size = 12000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 275 + } + + clergymen = { + culture = platinean + religion = catholic + size = 185 + } + + artisans = { + culture = platinean + religion = catholic + size = 2040 + } + + soldiers = { + culture = platinean + religion = catholic + size = 7000 + } + + farmers = { + culture = platinean + religion = catholic + size = 12000 + } } #Azul (18000/4500 POPS) 2350 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 375 - } - - soldiers = { - culture = platinean - religion = catholic - size = 250 - } - - farmers = { - culture = platinean - religion = catholic - size = 3750 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 375 + } + + soldiers = { + culture = platinean + religion = catholic + size = 250 + } + + farmers = { + culture = platinean + religion = catholic + size = 3750 + } } #La Plata (8000/2000 POPS) 2351 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 160 - } - - soldiers = { - culture = platinean - religion = catholic - size = 200 - } - - farmers = { - culture = platinean - religion = catholic - size = 1600 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 160 + } + + soldiers = { + culture = platinean + religion = catholic + size = 200 + } + + farmers = { + culture = platinean + religion = catholic + size = 1600 + } } #Mar del Plata (18000/4500 POPS) 2352 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 375 - } - - soldiers = { - culture = platinean - religion = catholic - size = 250 - } - - farmers = { - culture = platinean - religion = catholic - size = 3750 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 375 + } + + soldiers = { + culture = platinean + religion = catholic + size = 250 + } + + farmers = { + culture = platinean + religion = catholic + size = 3750 + } } #Trenque Lanquen (18000/4500 POPS) 2353 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 150 - } - - soldiers = { - culture = platinean - religion = catholic - size = 250 - } - - farmers = { - culture = platinean - religion = catholic - size = 2050 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 150 + } + + soldiers = { + culture = platinean + religion = catholic + size = 250 + } + + farmers = { + culture = platinean + religion = catholic + size = 2050 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Bahia Blanca (36000/9000 POPS) 2354 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 300 - } - - soldiers = { - culture = platinean - religion = catholic - size = 350 - } - - farmers = { - culture = platinean - religion = catholic - size = 5250 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 300 + } + + soldiers = { + culture = platinean + religion = catholic + size = 350 + } + + farmers = { + culture = platinean + religion = catholic + size = 5250 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Carmen (30000/7500 POPS) 2355 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 250 - } - - farmers = { - culture = platinean - religion = catholic - size = 4000 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 250 + } + + farmers = { + culture = platinean + religion = catholic + size = 4000 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Corrientes Region (105000) #Corrientes (72000/18000 POPS) 2356 = { - aristocrats = { - culture = platinean - religion = catholic - size = 450 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 250 - } - - officers = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 175 - } - - artisans = { - culture = platinean - religion = catholic - size = 4200 - } - - soldiers = { - culture = platinean - religion = catholic - size = 375 - } - - farmers = { - culture = platinean - religion = catholic - size = 9500 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2750 - } + aristocrats = { + culture = platinean + religion = catholic + size = 450 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 250 + } + + officers = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 175 + } + + artisans = { + culture = platinean + religion = catholic + size = 4200 + } + + soldiers = { + culture = platinean + religion = catholic + size = 375 + } + + farmers = { + culture = platinean + religion = catholic + size = 9500 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2750 + } } #Curuzu Cuatia (12000/3000 POPS) 2357 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 75 - } - - farmers = { - culture = platinean - religion = catholic - size = 1750 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 75 + } + + farmers = { + culture = platinean + religion = catholic + size = 1750 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } } #Santo Tomas (21000/5250 POPS) 2358 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 150 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2750 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 25 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 900 - } - - aristocrats = { - culture = guarani - religion = animist - size = 25 - } - - clergymen = { - culture = guarani - religion = animist - size = 25 - } - - artisans = { - culture = guarani - religion = animist - size = 75 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 1100 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 150 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2750 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 25 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 900 + } + + aristocrats = { + culture = guarani + religion = animist + size = 25 + } + + clergymen = { + culture = guarani + religion = animist + size = 25 + } + + artisans = { + culture = guarani + religion = animist + size = 75 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 1100 + } } #Entre Rios Region (98000) #Colon (33000/8250 POPS) 2359 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 125 - } - - artisans = { - culture = platinean - religion = catholic - size = 250 - } - - soldiers = { - culture = platinean - religion = catholic - size = 150 - } - - farmers = { - culture = platinean - religion = catholic - size = 7700 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 125 + } + + artisans = { + culture = platinean + religion = catholic + size = 250 + } + + soldiers = { + culture = platinean + religion = catholic + size = 150 + } + + farmers = { + culture = platinean + religion = catholic + size = 7700 + } } #Parana (65000/16250 POPS) 2360 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 250 - } - - artisans = { - culture = platinean - religion = catholic - size = 1425 - } - - soldiers = { - culture = platinean - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 14000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 250 + } + + artisans = { + culture = platinean + religion = catholic + size = 1425 + } + + soldiers = { + culture = platinean + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 14000 + } } #Santa Fe Region (53300) #Santa Espiritu (6000/1500 POPS) 2361 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1350 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1350 + } } #Rosario (41300/10325 POPS) 2362 = { - aristocrats = { - culture = platinean - religion = catholic - size = 200 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 125 - } - - officers = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 150 - } - - artisans = { - culture = platinean - religion = catholic - size = 2625 - } - - soldiers = { - culture = platinean - religion = catholic - size = 200 - } - - farmers = { - culture = platinean - religion = catholic - size = 7000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 200 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 125 + } + + officers = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 150 + } + + artisans = { + culture = platinean + religion = catholic + size = 2625 + } + + soldiers = { + culture = platinean + religion = catholic + size = 200 + } + + farmers = { + culture = platinean + religion = catholic + size = 7000 + } } #Reconquista (6000/1500 POPS) 2363 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1350 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1350 + } } #Chaco Region (32000) #see Paraguay.txt for balance of region #Resistencia (16000/4000 POPS) 2364 = { - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2200 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 1300 - } + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2200 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 1300 + } } #Villa Angela (16000/4000 POPS) 2365 = { - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2200 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1400 - } + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2200 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1400 + } } #Formosa Region (44000) #Formosa (24000/6000 POPS) 2366 = { - aristocrats = { - culture = guarani - religion = animist - size = 75 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4050 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 75 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 1300 - } + aristocrats = { + culture = guarani + religion = animist + size = 75 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4050 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 75 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 1300 + } } #Xolotas (20000/5000 POPS) 2367 = { - aristocrats = { - culture = guarani - religion = animist - size = 75 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 250 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4050 - } - - clergymen = { - culture = platinean - religion = catholic - size = 10 - } - - artisans = { - culture = platinean - religion = catholic - size = 40 - } - - farmers = { - culture = platinean - religion = catholic - size = 450 - } + aristocrats = { + culture = guarani + religion = animist + size = 75 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 250 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4050 + } + + clergymen = { + culture = platinean + religion = catholic + size = 10 + } + + artisans = { + culture = platinean + religion = catholic + size = 40 + } + + farmers = { + culture = platinean + religion = catholic + size = 450 + } } #Salta Region (75500) #Salta (50500/12625 POPS) 2368 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 175 - } - - officers = { - culture = platinean - religion = catholic - size = 35 - } - - clergymen = { - culture = platinean - religion = catholic - size = 175 - } - - artisans = { - culture = platinean - religion = catholic - size = 2165 - } - - soldiers = { - culture = platinean - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 9500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 175 + } + + officers = { + culture = platinean + religion = catholic + size = 35 + } + + clergymen = { + culture = platinean + religion = catholic + size = 175 + } + + artisans = { + culture = platinean + religion = catholic + size = 2165 + } + + soldiers = { + culture = platinean + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 9500 + } } #Equia (12500/3125 POPS) 2371 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 285 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2750 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 285 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2750 + } } #Rivadavia (12500/3125 POPS) 2372 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 285 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2750 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 285 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2750 + } } #Jujuy Region (36400) #Jujuy (24400/6100 POPS) 2369 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 1100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 4500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 1100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 4500 + } } #Cochinoca (12000/3000 POPS) 2370 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 285 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2600 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 285 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2600 + } } #Tucuman Region (96200) #Tucuman (96200/24050 POPS) 2373 = { - aristocrats = { - culture = platinean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 225 - } - - officers = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 350 - } - - artisans = { - culture = platinean - religion = catholic - size = 3325 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1500 - } - - farmers = { - culture = platinean - religion = catholic - size = 18500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 225 + } + + officers = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 350 + } + + artisans = { + culture = platinean + religion = catholic + size = 3325 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1500 + } + + farmers = { + culture = platinean + religion = catholic + size = 18500 + } } #Catamarca Region (68000) #Catamarca (51000/12750 POPS) 2374 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 175 - } - - artisans = { - culture = platinean - religion = catholic - size = 2000 - } - - soldiers = { - culture = platinean - religion = catholic - size = 525 - } - - farmers = { - culture = platinean - religion = catholic - size = 10000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 175 + } + + artisans = { + culture = platinean + religion = catholic + size = 2000 + } + + soldiers = { + culture = platinean + religion = catholic + size = 525 + } + + farmers = { + culture = platinean + religion = catholic + size = 10000 + } } #Vinchina (17000/4250 POPS) 2375 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 135 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 4000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 135 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 4000 + } } #Santiago del Estero Region (90000) #Santiago del Estero (36000/9000 POPS) 2376 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 155 - } - - officers = { - culture = platinean - religion = catholic - size = 45 - } - - clergymen = { - culture = platinean - religion = catholic - size = 125 - } - - artisans = { - culture = platinean - religion = catholic - size = 1600 - } - - soldiers = { - culture = platinean - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 6500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 155 + } + + officers = { + culture = platinean + religion = catholic + size = 45 + } + + clergymen = { + culture = platinean + religion = catholic + size = 125 + } + + artisans = { + culture = platinean + religion = catholic + size = 1600 + } + + soldiers = { + culture = platinean + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 6500 + } } #Anatuya (36000/9000 POPS) 2377 = { - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 5800 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 5800 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2700 + } } #Mailin (18000/4500 POPS) 2378 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 375 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 4000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 375 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 4000 + } } #Cordoba Region (153300) #Cordoba de Argentina (107700/26925 POPS) 2379 = { - aristocrats = { - culture = platinean - religion = catholic - size = 425 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 350 - } - - officers = { - culture = platinean - religion = catholic - size = 75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 400 - } - - artisans = { - culture = platinean - religion = catholic - size = 5675 - } - - soldiers = { - culture = platinean - religion = catholic - size = 7000 - } - - farmers = { - culture = platinean - religion = catholic - size = 13000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 425 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 350 + } + + officers = { + culture = platinean + religion = catholic + size = 75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 400 + } + + artisans = { + culture = platinean + religion = catholic + size = 5675 + } + + soldiers = { + culture = platinean + religion = catholic + size = 7000 + } + + farmers = { + culture = platinean + religion = catholic + size = 13000 + } } #Villa Nueva (10000/2500 POPS) 2380 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2275 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2275 + } } #Rio Cuarto (10000/2500 POPS) 2381 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 2275 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 2275 + } } #Renanco (25600/6400 POPS) 2382 = { - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 3175 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 3175 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #San Luis Region (42700) #San Luis (21700/5425 POPS) 2383 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 5175 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 5175 + } } #Mercedes (21000/5250 POPS) 2384 = { - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 4050 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 4050 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #La Rioja Region (39500) #La Rioja (26500/6625 POPS) 2385 = { - aristocrats = { - culture = platinean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 135 - } - - officers = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 325 - } - - soldiers = { - culture = platinean - religion = catholic - size = 500 - } - - farmers = { - culture = platinean - religion = catholic - size = 5500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 135 + } + + officers = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 325 + } + + soldiers = { + culture = platinean + religion = catholic + size = 500 + } + + farmers = { + culture = platinean + religion = catholic + size = 5500 + } } #Santa Rita (13000/3250 POPS) 2386 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 3025 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 3025 + } } #San Juan Region (60700) #San Juan de la Frontera (45500/11375 POPS) 2387 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - clergymen = { - culture = platinean - religion = catholic - size = 150 - } - - artisans = { - culture = platinean - religion = catholic - size = 1175 - } - - soldiers = { - culture = platinean - religion = catholic - size = 150 - } - - farmers = { - culture = platinean - religion = catholic - size = 9850 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + clergymen = { + culture = platinean + religion = catholic + size = 150 + } + + artisans = { + culture = platinean + religion = catholic + size = 1175 + } + + soldiers = { + culture = platinean + religion = catholic + size = 150 + } + + farmers = { + culture = platinean + religion = catholic + size = 9850 + } } #Calingasta (15200/3800 POPS) 2388 = { - aristocrats = { - culture = platinean - religion = catholic - size = 15 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 85 - } - - soldiers = { - culture = platinean - religion = catholic - size = 50 - } - - farmers = { - culture = platinean - religion = catholic - size = 3600 - } + aristocrats = { + culture = platinean + religion = catholic + size = 15 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 85 + } + + soldiers = { + culture = platinean + religion = catholic + size = 50 + } + + farmers = { + culture = platinean + religion = catholic + size = 3600 + } } #Mendoza Region (62000) #Mendoza (37200/9300 POPS) 2389 = { - aristocrats = { - culture = platinean - religion = catholic - size = 50 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 150 - } - - officers = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 125 - } - - artisans = { - culture = platinean - religion = catholic - size = 750 - } - - soldiers = { - culture = platinean - religion = catholic - size = 200 - } - - farmers = { - culture = platinean - religion = catholic - size = 8000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 50 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 150 + } + + officers = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 125 + } + + artisans = { + culture = platinean + religion = catholic + size = 750 + } + + soldiers = { + culture = platinean + religion = catholic + size = 200 + } + + farmers = { + culture = platinean + religion = catholic + size = 8000 + } } #San Rafael (24800/6200 POPS) 2390 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 75 - } - - artisans = { - culture = platinean - religion = catholic - size = 150 - } - - soldiers = { - culture = platinean - religion = catholic - size = 150 - } - - farmers = { - culture = platinean - religion = catholic - size = 5800 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 75 + } + + artisans = { + culture = platinean + religion = catholic + size = 150 + } + + soldiers = { + culture = platinean + religion = catholic + size = 150 + } + + farmers = { + culture = platinean + religion = catholic + size = 5800 + } } #Neuquen Region (12000) #Neuquen (12000/3000 POPS) 2391 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1400 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 1300 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1400 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 1300 + } } #Rio Negro Region (32000) #Viedma (12000/3000 POPS) 2392 = { - clergymen = { - culture = platinean - religion = catholic - size = 10 - } - - artisans = { - culture = platinean - religion = catholic - size = 40 - } - - farmers = { - culture = platinean - religion = catholic - size = 450 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2200 - } + clergymen = { + culture = platinean + religion = catholic + size = 10 + } + + artisans = { + culture = platinean + religion = catholic + size = 40 + } + + farmers = { + culture = platinean + religion = catholic + size = 450 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2200 + } } #Bariloche (20000/5000 POPS) 2394 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1400 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 75 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 200 - } - - soldiers = { - culture = patagonian - religion = animist - size = 50 - } - - farmers = { - culture = patagonian - religion = animist - size = 3125 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1400 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 75 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 200 + } + + soldiers = { + culture = patagonian + religion = animist + size = 50 + } + + farmers = { + culture = patagonian + religion = animist + size = 3125 + } } #La Pampa Region (24000) #Telen (12000/3000 POPS) 2393 = { - clergymen = { - culture = platinean - religion = catholic - size = 10 - } - - artisans = { - culture = platinean - religion = catholic - size = 40 - } - - farmers = { - culture = platinean - religion = catholic - size = 450 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2200 - } + clergymen = { + culture = platinean + religion = catholic + size = 10 + } + + artisans = { + culture = platinean + religion = catholic + size = 40 + } + + farmers = { + culture = platinean + religion = catholic + size = 450 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2200 + } } #Curaco (12000/3000 POPS) 2395 = { - clergymen = { - culture = platinean - religion = catholic - size = 10 - } - - artisans = { - culture = platinean - religion = catholic - size = 40 - } - - farmers = { - culture = platinean - religion = catholic - size = 450 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2200 - } + clergymen = { + culture = platinean + religion = catholic + size = 10 + } + + artisans = { + culture = platinean + religion = catholic + size = 40 + } + + farmers = { + culture = platinean + religion = catholic + size = 450 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2200 + } } #Chubut Region (8000) #Rawson (4000/1000 POPS) 2396 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Esquel (4000/1000 POPS) 2397 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Santa Cruz Region (8000) #Puerto Deseado (4000/1000 POPS) 2398 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Rio Gallegos (4000/1000 POPS) 2399 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Tierra del Fuego Region (4000) #Rio Grande (4000/1000 POPS) 2400 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } #Misiones Region (16000) #see Paraguay.txt & Brazil.txt for balance of region #Posadas (16000/4000 POPS) #now part of Argentina 2554 = { - clergymen = { - culture = platinean - religion = catholic - size = 25 - } - - artisans = { - culture = platinean - religion = catholic - size = 50 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25 - } - - farmers = { - culture = platinean - religion = catholic - size = 1400 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 150 - } - - soldiers = { - culture = guarani - religion = animist - size = 25 - } - - farmers = { - culture = guarani - religion = animist - size = 2200 - } + clergymen = { + culture = platinean + religion = catholic + size = 25 + } + + artisans = { + culture = platinean + religion = catholic + size = 50 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25 + } + + farmers = { + culture = platinean + religion = catholic + size = 1400 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 150 + } + + soldiers = { + culture = guarani + religion = animist + size = 25 + } + + farmers = { + culture = guarani + religion = animist + size = 2200 + } } diff --git a/HPM/history/pops/1861.4.14/Armenia.txt b/HPM/history/pops/1861.4.14/Armenia.txt index 2a57198d..d0636231 100644 --- a/HPM/history/pops/1861.4.14/Armenia.txt +++ b/HPM/history/pops/1861.4.14/Armenia.txt @@ -2,310 +2,310 @@ #under the rule of Russia in 1836 #Erivan (128000/32000 POPS) 1098 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10.3 - } - - artisans = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - soldiers = { - culture = russian - religion = orthodox - size = 77.25 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 180.25 - } - - bureaucrats = { - culture = armenian - religion = orthodox - size = 25.75 - } - - officers = { - culture = armenian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 618.0 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 128.75 - } - - farmers = { - culture = armenian - religion = orthodox - size = 11175.5 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 206.0 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 103.0 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 566.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 103.0 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 10351.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 25.75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 25.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 103.0 - } - - farmers = { - culture = kurdish - religion = sunni - size = 1905.5 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10.3 + } + + artisans = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + soldiers = { + culture = russian + religion = orthodox + size = 77.25 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 180.25 + } + + bureaucrats = { + culture = armenian + religion = orthodox + size = 25.75 + } + + officers = { + culture = armenian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 618.0 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 128.75 + } + + farmers = { + culture = armenian + religion = orthodox + size = 11175.5 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 206.0 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 103.0 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 566.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 103.0 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 10351.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 25.75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 25.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 103.0 + } + + farmers = { + culture = kurdish + religion = sunni + size = 1905.5 + } } #Gyumri (68000/17000 POPS) 1099 = { - aristocrats = { - culture = armenian - religion = orthodox - size = 309.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 824.0 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 180.25 - } - - farmers = { - culture = armenian - religion = orthodox - size = 15192.5 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 10.3 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 15.450000000000001 - } - - artisans = { - culture = georgian - religion = orthodox - size = 41.2 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = georgian - religion = orthodox - size = 952.75 - } + aristocrats = { + culture = armenian + religion = orthodox + size = 309.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 824.0 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 180.25 + } + + farmers = { + culture = armenian + religion = orthodox + size = 15192.5 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 10.3 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 15.450000000000001 + } + + artisans = { + culture = georgian + religion = orthodox + size = 41.2 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = georgian + religion = orthodox + size = 952.75 + } } #Kapan (44000/11000 POPS) 1100 = { - aristocrats = { - culture = armenian - religion = orthodox - size = 128.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = armenian - religion = orthodox - size = 7544.75 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2858.25 - } + aristocrats = { + culture = armenian + religion = orthodox + size = 128.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = armenian + religion = orthodox + size = 7544.75 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2858.25 + } } #Nakhichevan (60000/15000 POPS) #now part of Azerbaijan 1101 = { - aristocrats = { - culture = armenian - religion = orthodox - size = 128.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 8497.5 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 103.0 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 77.25 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 309.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 51.5 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 4635.0 - } + aristocrats = { + culture = armenian + religion = orthodox + size = 128.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 8497.5 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 103.0 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 77.25 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 309.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 51.5 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 4635.0 + } } diff --git a/HPM/history/pops/1861.4.14/Australia.txt b/HPM/history/pops/1861.4.14/Australia.txt index c39abdcf..f2f3cfef 100644 --- a/HPM/history/pops/1861.4.14/Australia.txt +++ b/HPM/history/pops/1861.4.14/Australia.txt @@ -1,1357 +1,1357 @@ #New South Wales Region (366860/91715 POPs) #350860 Settlers/16000 Indigenous #Ruled by Britain 1861 -#Sydney (149320/37330 POPS) +#Sydney (149320/37330 POPS) 2468 = { - aristocrats = { - culture = british - religion = protestant - size = 230 - } - - capitalists = { - culture = british - religion = protestant - size = 75 - } - - bureaucrats = { - culture = british - religion = protestant - size = 825 - } - - officers = { - culture = british - religion = protestant - size = 90 - } - - clergymen = { - culture = british - religion = protestant - size = 400 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - clerks = { - culture = british - religion = protestant - size = 300 - } - - craftsmen = { - culture = british - religion = protestant - size = 7000 - } - - soldiers = { - culture = british - religion = protestant - size= 1250 - - } - - farmers = { - culture = british - religion = protestant - size = 15775 - } - - clergymen = { - culture = british - religion = catholic - size = 145 - } - - clerks = { - culture = british - religion = catholic - size = 100 - } - - craftsmen = { - culture = british - religion = catholic - size = 1100 - } - - artisans = { - culture = british - religion = catholic - size = 100 - } - - farmers = { - culture = british - religion = catholic - size = 2480 - } - - clergymen = { - culture = irish - religion = catholic - size = 200 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = irish - religion = catholic - size = 4045 - } - - farmers = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 425 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 290 - } + aristocrats = { + culture = british + religion = protestant + size = 230 + } + + capitalists = { + culture = british + religion = protestant + size = 75 + } + + bureaucrats = { + culture = british + religion = protestant + size = 825 + } + + officers = { + culture = british + religion = protestant + size = 90 + } + + clergymen = { + culture = british + religion = protestant + size = 400 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + clerks = { + culture = british + religion = protestant + size = 300 + } + + craftsmen = { + culture = british + religion = protestant + size = 7000 + } + + soldiers = { + culture = british + religion = protestant + size= 1250 + + } + + farmers = { + culture = british + religion = protestant + size = 15775 + } + + clergymen = { + culture = british + religion = catholic + size = 145 + } + + clerks = { + culture = british + religion = catholic + size = 100 + } + + craftsmen = { + culture = british + religion = catholic + size = 1100 + } + + artisans = { + culture = british + religion = catholic + size = 100 + } + + farmers = { + culture = british + religion = catholic + size = 2480 + } + + clergymen = { + culture = irish + religion = catholic + size = 200 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = irish + religion = catholic + size = 4045 + } + + farmers = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 425 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 290 + } } -#Newcastle (53595/13400 POPS) +#Newcastle (53595/13400 POPS) 2469 = { - officers = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 135 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size= 250 - - } - - craftsmen = { - culture = british - religion = protestant - size = 500 - } - - farmers = { - culture = british - religion = protestant - size = 8955 - } - - craftsmen = { - culture = british - religion = catholic - size = 200 - } - - farmers = { - culture = british - religion = catholic - size = 1020 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 1445 - } - - farmers = { - culture = north_german - religion = protestant - size = 260 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 25 - } + officers = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 135 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size= 250 + + } + + craftsmen = { + culture = british + religion = protestant + size = 500 + } + + farmers = { + culture = british + religion = protestant + size = 8955 + } + + craftsmen = { + culture = british + religion = catholic + size = 200 + } + + farmers = { + culture = british + religion = catholic + size = 1020 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 1445 + } + + farmers = { + culture = north_german + religion = protestant + size = 260 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 25 + } } -#Port Macquarie (22490/5620 POPS) +#Port Macquarie (22490/5620 POPS) 2470 = { - officers = { - culture = british - religion = protestant - size = 10 - } - clergymen = { - culture = british - religion = protestant - size = 85 - } - - artisans = { - culture = british - religion = protestant - size = 170 - } - - farmers = { - culture = british - religion = protestant - size = 3330 - } - - farmers = { - culture = british - religion = catholic - size = 520 - } - - farmers = { - culture = irish - religion = catholic - size = 685 - } - - farmers = { - culture = north_german - religion = protestant - size = 205 - } - - farmers = { - culture = yue - religion = mahayana - size = 115 - } - - farmers = { - culture = aborigine - religion = animist - size = 500 - } + officers = { + culture = british + religion = protestant + size = 10 + } + clergymen = { + culture = british + religion = protestant + size = 85 + } + + artisans = { + culture = british + religion = protestant + size = 170 + } + + farmers = { + culture = british + religion = protestant + size = 3330 + } + + farmers = { + culture = british + religion = catholic + size = 520 + } + + farmers = { + culture = irish + religion = catholic + size = 685 + } + + farmers = { + culture = north_german + religion = protestant + size = 205 + } + + farmers = { + culture = yue + religion = mahayana + size = 115 + } + + farmers = { + culture = aborigine + religion = animist + size = 500 + } } -#Eden (36535/9135 POPS) +#Eden (36535/9135 POPS) 2472 = { - officers = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 60 - } - - artisans = { - culture = british - religion = protestant - size = 150 - } - - soldiers = { - culture = british - religion = protestant - size= 150 - - } - - craftsmen = { - culture = british - religion = protestant - size = 300 - } - - farmers = { - culture = british - religion = protestant - size = 4660 - } - - craftsmen = { - culture = british - religion = catholic - size = 200 - } - - farmers = { - culture = british - religion = catholic - size = 1455 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1410 - } - - farmers = { - culture = north_german - religion = protestant - size = 120 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 420 - } + officers = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 60 + } + + artisans = { + culture = british + religion = protestant + size = 150 + } + + soldiers = { + culture = british + religion = protestant + size= 150 + + } + + craftsmen = { + culture = british + religion = protestant + size = 300 + } + + farmers = { + culture = british + religion = protestant + size = 4660 + } + + craftsmen = { + culture = british + religion = catholic + size = 200 + } + + farmers = { + culture = british + religion = catholic + size = 1455 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1410 + } + + farmers = { + culture = north_german + religion = protestant + size = 120 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 420 + } } -#Wagga Wagga (29670/7415 POPS) +#Wagga Wagga (29670/7415 POPS) 2473 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 130 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 300 - } - - farmers = { - culture = british - religion = protestant - size = 3800 - } - - craftsmen = { - culture = british - religion = catholic - size = 100 - } - - farmers = { - culture = british - religion = catholic - size = 755 - } - - craftsmen = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1085 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = catholic - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 30 - } - - farmers = { - culture = yue - religion = mahayana - size = 460 - } - - farmers = { - culture = aborigine - religion = animist - size = 250 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 130 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 300 + } + + farmers = { + culture = british + religion = protestant + size = 3800 + } + + craftsmen = { + culture = british + religion = catholic + size = 100 + } + + farmers = { + culture = british + religion = catholic + size = 755 + } + + craftsmen = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1085 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = catholic + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 30 + } + + farmers = { + culture = yue + religion = mahayana + size = 460 + } + + farmers = { + culture = aborigine + religion = animist + size = 250 + } } -#Ophir (49795/12450 POPS) +#Ophir (49795/12450 POPS) 2471 = { - officers = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 120 - } - - artisans = { - culture = british - religion = protestant - size = 125 - } - - craftsmen = { - culture = british - religion = protestant - size = 300 - } - - soldiers = { - culture = british - religion = protestant - size= 150 - - } - - farmers = { - culture = british - religion = protestant - size = 5835 - } - - craftsmen = { - culture = british - religion = catholic - size = 200 - } - - farmers = { - culture = british - religion = catholic - size = 1690 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1475 - } - - farmers = { - culture = north_german - religion = protestant - size = 110 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 20 - } - - farmers = { - culture = yue - religion = mahayana - size = 1965 - } - - farmers = { - culture = aborigine - religion = animist - size = 250 - } + officers = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 120 + } + + artisans = { + culture = british + religion = protestant + size = 125 + } + + craftsmen = { + culture = british + religion = protestant + size = 300 + } + + soldiers = { + culture = british + religion = protestant + size= 150 + + } + + farmers = { + culture = british + religion = protestant + size = 5835 + } + + craftsmen = { + culture = british + religion = catholic + size = 200 + } + + farmers = { + culture = british + religion = catholic + size = 1690 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1475 + } + + farmers = { + culture = north_german + religion = protestant + size = 110 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 20 + } + + farmers = { + culture = yue + religion = mahayana + size = 1965 + } + + farmers = { + culture = aborigine + religion = animist + size = 250 + } } -#Moree (15995/4000 POPS) +#Moree (15995/4000 POPS) 2474 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - artisans = { - culture = british - religion = protestant - size = 80 - } - - farmers = { - culture = british - religion = protestant - size = 2040 - } - - farmers = { - culture = british - religion = catholic - size = 345 - } - - farmers = { - culture = irish - religion = catholic - size = 450 - } - - farmers = { - culture = north_german - religion = protestant - size = 115 - } - - farmers = { - culture = yue - religion = mahayana - size = 165 - } - - farmers = { - culture = aborigine - religion = animist - size = 750 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + artisans = { + culture = british + religion = protestant + size = 80 + } + + farmers = { + culture = british + religion = protestant + size = 2040 + } + + farmers = { + culture = british + religion = catholic + size = 345 + } + + farmers = { + culture = irish + religion = catholic + size = 450 + } + + farmers = { + culture = north_german + religion = protestant + size = 115 + } + + farmers = { + culture = yue + religion = mahayana + size = 165 + } + + farmers = { + culture = aborigine + religion = animist + size = 750 + } } -#Broken Hill (9455/2365 POPS) +#Broken Hill (9455/2365 POPS) 2475 = { - aristocrats = { - culture = aborigine - religion = animist - size = 20 - } - - clergymen = { - culture = aborigine - religion = animist - size = 35 - } - - artisans = { - culture = aborigine - religion = animist - size = 45 - } - - soldiers = { - culture = aborigine - religion = animist - size= 115 - - } - - farmers = { - culture = aborigine - religion = animist - size = 2035 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = catholic - size = 15 - } + aristocrats = { + culture = aborigine + religion = animist + size = 20 + } + + clergymen = { + culture = aborigine + religion = animist + size = 35 + } + + artisans = { + culture = aborigine + religion = animist + size = 45 + } + + soldiers = { + culture = aborigine + religion = animist + size= 115 + + } + + farmers = { + culture = aborigine + religion = animist + size = 2035 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = catholic + size = 15 + } } #Victoria Region (541012) -#538628 Settlers/2384 Indigenous +#538628 Settlers/2384 Indigenous #ruled by Britain 1861 #Melbourne (269310/67325 POPS) -30POPs #30 Aborigine POPs moved to Ballarat 2476 = { - aristocrats = { - culture = british - religion = protestant - size = 395 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1420 - } - - capitalists = { - culture = british - religion = protestant - size = 155 - } - - officers = { - culture = british - religion = protestant - size = 155 - } - - clergymen = { - culture = british - religion = protestant - size = 1100 - } - - clerks = { - culture = british - religion = protestant - size = 800 - } - - craftsmen = { - culture = british - religion = protestant - size = 7000 - } - - artisans = { - culture = british - religion = protestant - size = 5050 - } - - soldiers = { - culture = british - religion = protestant - size= 1500 - - } - - farmers = { - culture = british - religion = protestant - size = 32055 - } - - artisans = { - culture = british - religion = catholic - size = 200 - } - - farmers = { - culture = british - religion = catholic - size = 2305 - } - - clergymen = { - culture = irish - religion = catholic - size = 200 - } - - artisans = { - culture = irish - religion = catholic - size = 500 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = irish - religion = catholic - size = 9545 - } - - farmers = { - culture = french - religion = catholic - size = 110 - } - - clergymen = { - culture = north_german - religion = protestant - size = 145 - } - - artisans = { - culture = north_german - religion = protestant - size = 150 - } - - farmers = { - culture = north_german - religion = protestant - size = 640 - } - - farmers = { - culture = yankee - religion = protestant - size = 240 - } - - farmers = { - culture = polish - religion = catholic - size = 150 - } - - farmers = { - culture = north_italian - religion = catholic - size = 100 - } - - farmers = { - culture = swedish - religion = protestant - size = 100 - } - - farmers = { - culture = hungarian - religion = protestant - size = 100 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 200 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 250 - } - - farmers = { - culture = yue - religion = mahayana - size = 730 - } + aristocrats = { + culture = british + religion = protestant + size = 395 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1420 + } + + capitalists = { + culture = british + religion = protestant + size = 155 + } + + officers = { + culture = british + religion = protestant + size = 155 + } + + clergymen = { + culture = british + religion = protestant + size = 1100 + } + + clerks = { + culture = british + religion = protestant + size = 800 + } + + craftsmen = { + culture = british + religion = protestant + size = 7000 + } + + artisans = { + culture = british + religion = protestant + size = 5050 + } + + soldiers = { + culture = british + religion = protestant + size= 1500 + + } + + farmers = { + culture = british + religion = protestant + size = 32055 + } + + artisans = { + culture = british + religion = catholic + size = 200 + } + + farmers = { + culture = british + religion = catholic + size = 2305 + } + + clergymen = { + culture = irish + religion = catholic + size = 200 + } + + artisans = { + culture = irish + religion = catholic + size = 500 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = irish + religion = catholic + size = 9545 + } + + farmers = { + culture = french + religion = catholic + size = 110 + } + + clergymen = { + culture = north_german + religion = protestant + size = 145 + } + + artisans = { + culture = north_german + religion = protestant + size = 150 + } + + farmers = { + culture = north_german + religion = protestant + size = 640 + } + + farmers = { + culture = yankee + religion = protestant + size = 240 + } + + farmers = { + culture = polish + religion = catholic + size = 150 + } + + farmers = { + culture = north_italian + religion = catholic + size = 100 + } + + farmers = { + culture = swedish + religion = protestant + size = 100 + } + + farmers = { + culture = hungarian + religion = protestant + size = 100 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 200 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 250 + } + + farmers = { + culture = yue + religion = mahayana + size = 730 + } } #Warnambool (42605/10650 POPS) -10POPs #10 Jewish POPs moved to Ballarat 2477 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 380 - } - - soldiers = { - culture = british - religion = protestant - size= 100 - - } - - farmers = { - culture = british - religion = protestant - size = 7195 - } - - farmers = { - culture = british - religion = catholic - size = 480 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1660 - } - - farmers = { - culture = north_german - religion = protestant - size = 185 - } - - farmers = { - culture = yue - religion = mahayana - size = 270 - } - - farmers = { - culture = aborigine - religion = animist - size = 100 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 380 + } + + soldiers = { + culture = british + religion = protestant + size= 100 + + } + + farmers = { + culture = british + religion = protestant + size = 7195 + } + + farmers = { + culture = british + religion = catholic + size = 480 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1660 + } + + farmers = { + culture = north_german + religion = protestant + size = 185 + } + + farmers = { + culture = yue + religion = mahayana + size = 270 + } + + farmers = { + culture = aborigine + religion = animist + size = 100 + } } #Ballarat (160650/40165 POPS) +80POPs 2478 = { - officers = { - culture = british - religion = protestant - size = 20 - } - - clergymen = { - culture = british - religion = protestant - size = 560 - } - - artisans = { - culture = british - religion = protestant - size = 2000 - } - - soldiers = { - culture = british - religion = protestant - size= 500 - - } - - farmers = { - culture = british - religion = protestant - size = 25620 - } - - artisans = { - culture = british - religion = catholic - size = 100 - } - - farmers = { - culture = british - religion = catholic - size = 1080 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 205 - } - - farmers = { - culture = irish - religion = catholic - size = 4800 - } - - farmers = { - culture = french - religion = catholic - size = 125 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 1080 - } - - farmers = { - culture = yankee - religion = protestant - size = 225 - } - - farmers = { - culture = north_italian - religion = catholic - size = 105 - } - - farmers = { - culture = swiss - religion = catholic - size = 105 - } - - farmers = { - culture = polish - religion = catholic - size = 200 - } - - - farmers = { - culture = norwegian - religion = protestant - size = 300 - } - - - farmers = { - culture = danish - religion = protestant - size = 100 - } - - farmers = { - culture = greek - religion = orthodox - size = 100 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 150 - } - - artisans = { - culture = yue - religion = mahayana - size = 100 - } - - farmers = { - culture = yue - religion = mahayana - size = 3810 - } - - farmers = { - culture = aborigine - religion = animist - size = 100 - } + officers = { + culture = british + religion = protestant + size = 20 + } + + clergymen = { + culture = british + religion = protestant + size = 560 + } + + artisans = { + culture = british + religion = protestant + size = 2000 + } + + soldiers = { + culture = british + religion = protestant + size= 500 + + } + + farmers = { + culture = british + religion = protestant + size = 25620 + } + + artisans = { + culture = british + religion = catholic + size = 100 + } + + farmers = { + culture = british + religion = catholic + size = 1080 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 205 + } + + farmers = { + culture = irish + religion = catholic + size = 4800 + } + + farmers = { + culture = french + religion = catholic + size = 125 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 1080 + } + + farmers = { + culture = yankee + religion = protestant + size = 225 + } + + farmers = { + culture = north_italian + religion = catholic + size = 105 + } + + farmers = { + culture = swiss + religion = catholic + size = 105 + } + + farmers = { + culture = polish + religion = catholic + size = 200 + } + + + farmers = { + culture = norwegian + religion = protestant + size = 300 + } + + + farmers = { + culture = danish + religion = protestant + size = 100 + } + + farmers = { + culture = greek + religion = orthodox + size = 100 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 150 + } + + artisans = { + culture = yue + religion = mahayana + size = 100 + } + + farmers = { + culture = yue + religion = mahayana + size = 3810 + } + + farmers = { + culture = aborigine + religion = animist + size = 100 + } } #Sale (6400/1600 POPS) 2479 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 30 - } - - soldiers = { - culture = british - religion = protestant - size= 15 - - } - - farmers = { - culture = british - religion = protestant - size = 1120 - } - - farmers = { - culture = british - religion = protestant - size = 145 - } - - farmers = { - culture = irish - religion = catholic - size = 225 - } - - farmers = { - culture = aborigine - religion = animist - size = 100 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 30 + } + + soldiers = { + culture = british + religion = protestant + size= 15 + + } + + farmers = { + culture = british + religion = protestant + size = 1120 + } + + farmers = { + culture = british + religion = protestant + size = 145 + } + + farmers = { + culture = irish + religion = catholic + size = 225 + } + + farmers = { + culture = aborigine + religion = animist + size = 100 + } } #Beechworth (33680/8420 POPS) -55 POPs #25 French POPs moved to Swan Hill, 30 Jewish POPs moved to Ballarat 2480 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - artisans = { - culture = british - religion = protestant - size = 165 - } - - soldiers = { - culture = british - religion = protestant - size= 100 - - } - - farmers = { - culture = british - religion = protestant - size = 5035 - } - - farmers = { - culture = british - religion = catholic - size = 185 - } - - farmers = { - culture = irish - religion = catholic - size = 1420 - } - - farmers = { - culture = french - religion = catholic - size = 25 - } - - farmers = { - culture = north_german - religion = protestant - size = 215 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = polish - religion = catholic - size = 135 - } - - farmers = { - culture = yue - religion = mahayana - size = 1140 - } - - farmers = { - culture = aborigine - religion = animist - size = 100 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + artisans = { + culture = british + religion = protestant + size = 165 + } + + soldiers = { + culture = british + religion = protestant + size= 100 + + } + + farmers = { + culture = british + religion = protestant + size = 5035 + } + + farmers = { + culture = british + religion = catholic + size = 185 + } + + farmers = { + culture = irish + religion = catholic + size = 1420 + } + + farmers = { + culture = french + religion = catholic + size = 25 + } + + farmers = { + culture = north_german + religion = protestant + size = 215 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = polish + religion = catholic + size = 135 + } + + farmers = { + culture = yue + religion = mahayana + size = 1140 + } + + farmers = { + culture = aborigine + religion = animist + size = 100 + } } #Swan Hill (27675/6920 POPS) -20POPs, +25 POPs #20 Jewish POPs moved to Ballarat, 25 French POPs received from Beechworth 2481 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 105 - } - - artisans = { - culture = british - religion = protestant - size = 175 - } - - soldiers = { - culture = british - religion = protestant - size= 50 - - } - - farmers = { - culture = british - religion = protestant - size = 4445 - } - - farmers = { - culture = british - religion = catholic - size = 215 - } - - farmers = { - culture = irish - religion = catholic - size = 1060 - } - - farmers = { - culture = french - religion = catholic - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = norwegian - religion = protestant - size = 150 - } - - farmers = { - culture = yue - religion = mahayana - size = 120 - } - - farmers = { - culture = aborigine - religion = animist - size = 200 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 105 + } + + artisans = { + culture = british + religion = protestant + size = 175 + } + + soldiers = { + culture = british + religion = protestant + size= 50 + + } + + farmers = { + culture = british + religion = protestant + size = 4445 + } + + farmers = { + culture = british + religion = catholic + size = 215 + } + + farmers = { + culture = irish + religion = catholic + size = 1060 + } + + farmers = { + culture = french + religion = catholic + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = norwegian + religion = protestant + size = 150 + } + + farmers = { + culture = yue + religion = mahayana + size = 120 + } + + farmers = { + culture = aborigine + religion = animist + size = 200 + } } #Tasmania Region (89977 Settlers) #ruled by Britain 1836 #Hobart (89975/22495 POPS) 2482 = { - officers = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 350 - } - - artisans = { - culture = british - religion = protestant - size = 1085 - } - - soldiers = { - culture = british - religion = protestant - size= 1200 - - } - - farmers = { - culture = british - religion = protestant - size = 14870 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 4465 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 100 - } + officers = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 350 + } + + artisans = { + culture = british + religion = protestant + size = 1085 + } + + soldiers = { + culture = british + religion = protestant + size= 1200 + + } + + farmers = { + culture = british + religion = protestant + size = 14870 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 4465 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 100 + } } #Queensland Region (90060/22515 POPs) @@ -1359,650 +1359,650 @@ #ruled by Britain 1861 #2483 - Brisbane (16420/4105 POPS) 2483 = { - aristocrats = { - culture = british - religion = protestant - size = 45 - } - - officers = { - culture = british - religion = protestant - size = 15 - } - - bureaucrats = { - culture = british - religion = protestant - size = 155 - } - - clergymen = { - culture = british - religion = protestant - size = 60 - } - - artisans = { - culture = british - religion = protestant - size = 205 - } - - soldiers = { - culture = british - religion = protestant - size= 100 - - } - - farmers = { - culture = british - religion = protestant - size = 1425 - } - - farmers = { - culture = british - religion = catholic - size = 300 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 330 - } - - farmers = { - culture = irish - religion = catholic - size = 985 - } - - farmers = { - culture = yue - religion = mahayana - size = 135 - } - - farmers = { - culture = aborigine - religion = animist - size = 250 - } + aristocrats = { + culture = british + religion = protestant + size = 45 + } + + officers = { + culture = british + religion = protestant + size = 15 + } + + bureaucrats = { + culture = british + religion = protestant + size = 155 + } + + clergymen = { + culture = british + religion = protestant + size = 60 + } + + artisans = { + culture = british + religion = protestant + size = 205 + } + + soldiers = { + culture = british + religion = protestant + size= 100 + + } + + farmers = { + culture = british + religion = protestant + size = 1425 + } + + farmers = { + culture = british + religion = catholic + size = 300 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 330 + } + + farmers = { + culture = irish + religion = catholic + size = 985 + } + + farmers = { + culture = yue + religion = mahayana + size = 135 + } + + farmers = { + culture = aborigine + religion = animist + size = 250 + } } #Gladstone (13380/3345 POPS) 2484 = { - clergymen = { - culture = british - religion = protestant - size = 50 - } - - artisans = { - culture = british - religion = protestant - size = 35 - } - - farmers = { - culture = british - religion = protestant - size = 985 - } - - farmers = { - culture = british - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = aborigine - religion = animist - size = 100 - } - - farmers = { - culture = aborigine - religion = animist - size = 1975 - } + clergymen = { + culture = british + religion = protestant + size = 50 + } + + artisans = { + culture = british + religion = protestant + size = 35 + } + + farmers = { + culture = british + religion = protestant + size = 985 + } + + farmers = { + culture = british + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = aborigine + religion = animist + size = 100 + } + + farmers = { + culture = aborigine + religion = animist + size = 1975 + } } #Clermont (8600/2150 POPS) 2485 = { - clergymen = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 250 - } - - artisans = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size= 50 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1775 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 250 + } + + artisans = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size= 50 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1775 + } } #Toowoomba (12140/3035 POPS) 2486 = { - clergymen = { - culture = british - religion = protestant - size = 45 - } - - artisans = { - culture = british - religion = protestant - size = 20 - } - - soldiers = { - culture = british - religion = protestant - size= 25 - - } - - farmers = { - culture = british - religion = protestant - size = 1160 - } - - farmers = { - culture = british - religion = catholic - size = 135 - } - - farmers = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = aborigine - religion = animist - size = 100 - } - - soldiers = { - culture = aborigine - religion = animist - size= 25 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1125 - } + clergymen = { + culture = british + religion = protestant + size = 45 + } + + artisans = { + culture = british + religion = protestant + size = 20 + } + + soldiers = { + culture = british + religion = protestant + size= 25 + + } + + farmers = { + culture = british + religion = protestant + size = 1160 + } + + farmers = { + culture = british + religion = catholic + size = 135 + } + + farmers = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = aborigine + religion = animist + size = 100 + } + + soldiers = { + culture = aborigine + religion = animist + size= 25 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1125 + } } #Townsville (10220/2555 POPS) 2487 = { - farmers = { - culture = british - religion = protestant - size = 20 - } - - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - artisans = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size= 100 - - } - - farmers = { - culture = aborigine - religion = animist - size = 2360 - } + farmers = { + culture = british + religion = protestant + size = 20 + } + + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + artisans = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size= 100 + + } + + farmers = { + culture = aborigine + religion = animist + size = 2360 + } } #Cooktown (10000/2500 POPS) 2488 = { - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - artisans = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size= 100 - - } - - farmers = { - culture = aborigine - religion = animist - size = 2325 - } + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + artisans = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size= 100 + + } + + farmers = { + culture = aborigine + religion = animist + size = 2325 + } } #Longreach (5000/1250 POPS) 2489 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - artisans = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size= 50 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1160 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + artisans = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size= 50 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1160 + } } #Charleville (6240/1560 POPS) 2490 = { - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 30 - } - - farmers = { - culture = british - religion = protestant - size = 260 - } - - soldiers = { - culture = aborigine - religion = animist - size= 50 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1200 - } + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 30 + } + + farmers = { + culture = british + religion = protestant + size = 260 + } + + soldiers = { + culture = aborigine + religion = animist + size= 50 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1200 + } } #Normanton (8000/2000 POPS) 2604 = { - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - artisans = { - culture = aborigine - religion = animist - size = 40 - } - - soldiers = { - culture = aborigine - religion = animist - size= 100 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1835 - } + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + artisans = { + culture = aborigine + religion = animist + size = 40 + } + + soldiers = { + culture = aborigine + religion = animist + size= 100 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1835 + } } #South Australia Region (137000/34250) #128000 Settlers/9000 Indigenous #Ruled by Britain 1861 -#Adelaide (116000/29000 POPS) +#Adelaide (116000/29000 POPS) 2491 = { - aristocrats = { - culture = british - religion = protestant - size = 85 - } - - - officers = { - culture = british - religion = protestant - size = 45 - } - - capitalists = { - culture = british - religion = protestant - size = 15 - } - - bureaucrats = { - culture = british - religion = protestant - size = 260 - } - - clergymen = { - culture = british - religion = protestant - size = 335 - } - - artisans = { - culture = british - religion = protestant - size = 1200 - } - - soldiers = { - culture = british - religion = protestant - size= 1200 - - } - - farmers = { - culture = british - religion = protestant - size = 20485 - } - - artisans = { - culture = north_german - religion = protestant - size = 120 - } - - farmers = { - culture = north_german - religion = protestant - size = 2130 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - soldiers = { - culture = irish - religion = catholic - size= 100 - - } - - farmers = { - culture = irish - religion = catholic - size = 2575 - } - farmers = { - culture = aborigine - religion = animist - size = 250 - } + aristocrats = { + culture = british + religion = protestant + size = 85 + } + + + officers = { + culture = british + religion = protestant + size = 45 + } + + capitalists = { + culture = british + religion = protestant + size = 15 + } + + bureaucrats = { + culture = british + religion = protestant + size = 260 + } + + clergymen = { + culture = british + religion = protestant + size = 335 + } + + artisans = { + culture = british + religion = protestant + size = 1200 + } + + soldiers = { + culture = british + religion = protestant + size= 1200 + + } + + farmers = { + culture = british + religion = protestant + size = 20485 + } + + artisans = { + culture = north_german + religion = protestant + size = 120 + } + + farmers = { + culture = north_german + religion = protestant + size = 2130 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + soldiers = { + culture = irish + religion = catholic + size= 100 + + } + + farmers = { + culture = irish + religion = catholic + size = 2575 + } + farmers = { + culture = aborigine + religion = animist + size = 250 + } } -#Port Lincoln (2220/555 POPS) +#Port Lincoln (2220/555 POPS) 2492 = { - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 285 - } - farmers = { - culture = aborigine - religion = animist - size = 250 - } + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 285 + } + farmers = { + culture = aborigine + religion = animist + size = 250 + } } -#Robe (7000/1750 POPS) +#Robe (7000/1750 POPS) 2493 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 45 - } - - soldiers = { - culture = british - religion = protestant - size= 30 - - } - - farmers = { - culture = british - religion = protestant - size = 1300 - } - - farmers = { - culture = irish - religion = catholic - size = 135 - } - farmers = { - culture = aborigine - religion = animist - size = 210 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 45 + } + + soldiers = { + culture = british + religion = protestant + size= 30 + + } + + farmers = { + culture = british + religion = protestant + size = 1300 + } + + farmers = { + culture = irish + religion = catholic + size = 135 + } + farmers = { + culture = aborigine + religion = animist + size = 210 + } } -#Port Augusta (5280/1320 POPS) +#Port Augusta (5280/1320 POPS) 2494 = { - officers = { - culture = british - religion = protestant - size = 5 - } - - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 35 - } - - soldiers = { - culture = british - religion = protestant - size= 30 - - } - - farmers = { - culture = british - religion = protestant - size = 1025 - } - farmers = { - culture = aborigine - religion = animist - size = 205 - } + officers = { + culture = british + religion = protestant + size = 5 + } + + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 35 + } + + soldiers = { + culture = british + religion = protestant + size= 30 + + } + + farmers = { + culture = british + religion = protestant + size = 1025 + } + farmers = { + culture = aborigine + religion = animist + size = 205 + } } -#Oodnadatta (3500/875 POPS) +#Oodnadatta (3500/875 POPS) 2495 = { - soldiers = { - culture = british - religion = protestant - size= 10 - - } - - farmers = { - culture = british - religion = protestant - size = 280 - } - - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - artisans = { - culture = aborigine - religion = animist - size = 20 - } - - farmers = { - culture = aborigine - religion = animist - size = 550 - } + soldiers = { + culture = british + religion = protestant + size= 10 + + } + + farmers = { + culture = british + religion = protestant + size = 280 + } + + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + artisans = { + culture = aborigine + religion = animist + size = 20 + } + + farmers = { + culture = aborigine + religion = animist + size = 550 + } } -#Tarcoola (3000/750 POPS) +#Tarcoola (3000/750 POPS) 2496 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } - artisans = { - culture = aborigine - religion = animist - size = 25 - } + artisans = { + culture = aborigine + religion = animist + size = 25 + } - soldiers = { - culture = aborigine - religion = animist - size= 15 + soldiers = { + culture = aborigine + religion = animist + size= 15 - } + } - farmers = { - culture = aborigine - religion = animist - size = 695 - } + farmers = { + culture = aborigine + religion = animist + size = 695 + } } #Western Australia Region (60800/15200 POPs) @@ -2011,475 +2011,475 @@ #Perth (20920/5230 POPS) 2497 = { - aristocrats = { - culture = british - religion = protestant - size = 30 - } - - bureaucrats = { - culture = british - religion = protestant - size = 80 - } - - officers = { - culture = british - religion = protestant - size = 15 - } - - clergymen = { - culture = british - religion = protestant - size = 80 - } - - artisans = { - culture = british - religion = protestant - size = 180 - } - - soldiers = { - culture = british - religion = protestant - size= 100 - - } - - farmers = { - culture = british - religion = protestant - size = 2415 - } - - farmers = { - culture = irish - religion = catholic - size = 830 - } - - artisans = { - culture = aborigine - religion = animist - size = 100 - } - - farmers = { - culture = aborigine - religion = animist - size = 1450 - } + aristocrats = { + culture = british + religion = protestant + size = 30 + } + + bureaucrats = { + culture = british + religion = protestant + size = 80 + } + + officers = { + culture = british + religion = protestant + size = 15 + } + + clergymen = { + culture = british + religion = protestant + size = 80 + } + + artisans = { + culture = british + religion = protestant + size = 180 + } + + soldiers = { + culture = british + religion = protestant + size= 100 + + } + + farmers = { + culture = british + religion = protestant + size = 2415 + } + + farmers = { + culture = irish + religion = catholic + size = 830 + } + + artisans = { + culture = aborigine + religion = animist + size = 100 + } + + farmers = { + culture = aborigine + religion = animist + size = 1450 + } } #Kojonup (5880/1470 POPS) 2498 = { - clergymen = { - culture = british - religion = protestant - size = 15 - } - - farmers = { - culture = british - religion = protestant - size = 205 - } - - artisans = { - culture = aborigine - religion = animist - size = 30 - } - - soldiers = { - culture = aborigine - religion = animist - size= 25 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1195 - } + clergymen = { + culture = british + religion = protestant + size = 15 + } + + farmers = { + culture = british + religion = protestant + size = 205 + } + + artisans = { + culture = aborigine + religion = animist + size = 30 + } + + soldiers = { + culture = aborigine + religion = animist + size= 25 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1195 + } } #Geraldton (7000/1750 POPS) 2499 = { - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - artisans = { - culture = aborigine - religion = animist - size = 100 - } - - soldiers = { - culture = aborigine - religion = animist - size= 25 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1600 - } + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + artisans = { + culture = aborigine + religion = animist + size = 100 + } + + soldiers = { + culture = aborigine + religion = animist + size= 25 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1600 + } } #Kalgoorlie (4000/1000 POPS) 2500 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - artisans = { - culture = aborigine - religion = animist - size = 50 - } - - soldiers = { - culture = aborigine - religion = animist - size= 25 - - } - - farmers = { - culture = aborigine - religion = animist - size = 910 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + artisans = { + culture = aborigine + religion = animist + size = 50 + } + + soldiers = { + culture = aborigine + religion = animist + size= 25 + + } + + farmers = { + culture = aborigine + religion = animist + size = 910 + } } #Broome (7000/1750 POPS) 2501 = { - clergymen = { - culture = aborigine - religion = animist - size = 25 - } - - artisans = { - culture = aborigine - religion = animist - size = 100 - } - - soldiers = { - culture = aborigine - religion = animist - size= 25 - - } - - farmers = { - culture = aborigine - religion = animist - size = 1600 - } + clergymen = { + culture = aborigine + religion = animist + size = 25 + } + + artisans = { + culture = aborigine + religion = animist + size = 100 + } + + soldiers = { + culture = aborigine + religion = animist + size= 25 + + } + + farmers = { + culture = aborigine + religion = animist + size = 1600 + } } #Dampier (2000/500 POPS) 2502 = { - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - artisans = { - culture = aborigine - religion = animist - size = 25 - } - - soldiers = { - culture = aborigine - religion = animist - size= 10 - - } - - farmers = { - culture = aborigine - religion = animist - size = 455 - } + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + artisans = { + culture = aborigine + religion = animist + size = 25 + } + + soldiers = { + culture = aborigine + religion = animist + size= 10 + + } + + farmers = { + culture = aborigine + religion = animist + size = 455 + } } #Laverton (2800/700 POPS) 2503 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - artisans = { - culture = aborigine - religion = animist - size = 35 - } - - soldiers = { - culture = aborigine - religion = animist - size= 15 - - } - - farmers = { - culture = aborigine - religion = animist - size = 635 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + artisans = { + culture = aborigine + religion = animist + size = 35 + } + + soldiers = { + culture = aborigine + religion = animist + size= 15 + + } + + farmers = { + culture = aborigine + religion = animist + size = 635 + } } #Esperance (4000/1000 POPS) 2504 = { - clergymen = { - culture = aborigine - religion = animist - size = 20 - } + clergymen = { + culture = aborigine + religion = animist + size = 20 + } - artisans = { - culture = aborigine - religion = animist - size = 50 - } + artisans = { + culture = aborigine + religion = animist + size = 50 + } - soldiers = { - culture = aborigine - religion = animist - size= 20 + soldiers = { + culture = aborigine + religion = animist + size= 20 - } + } - farmers = { - culture = aborigine - religion = animist - size = 910 - } + farmers = { + culture = aborigine + religion = animist + size = 910 + } } #Halls Creek (2000/500 POPS) 2601 = { - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - artisans = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 465 - } + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + artisans = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 465 + } } #Roebourne (2000/500 POPS) 2602 = { - clergymen = { - culture = aborigine - religion = animist - size = 10 - } - - artisans = { - culture = aborigine - religion = animist - size = 25 - } - - farmers = { - culture = aborigine - religion = animist - size = 465 - } + clergymen = { + culture = aborigine + religion = animist + size = 10 + } + + artisans = { + culture = aborigine + religion = animist + size = 25 + } + + farmers = { + culture = aborigine + religion = animist + size = 465 + } } #Wiluna (3200/800 POPS) 2605 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } - - artisans = { - culture = aborigine - religion = animist - size = 50 - } - - farmers = { - culture = aborigine - religion = animist - size = 735 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } + + artisans = { + culture = aborigine + religion = animist + size = 50 + } + + farmers = { + culture = aborigine + religion = animist + size = 735 + } } #Northern Australia Region (48500/16250) #uncolonized in 1861 #Palmerston (24000/6000 POPS) 2505 = { - aristocrats = { - culture = aborigine - religion = animist - size = 40 - } - - clergymen = { - culture = aborigine - religion = animist - size = 60 - } - - artisans = { - culture = aborigine - religion = animist - size = 150 - } - - soldiers = { - culture = aborigine - religion = animist - size= 150 - - } - - farmers = { - culture = aborigine - religion = animist - size = 5600 - } + aristocrats = { + culture = aborigine + religion = animist + size = 40 + } + + clergymen = { + culture = aborigine + religion = animist + size = 60 + } + + artisans = { + culture = aborigine + religion = animist + size = 150 + } + + soldiers = { + culture = aborigine + religion = animist + size= 150 + + } + + farmers = { + culture = aborigine + religion = animist + size = 5600 + } } #Tennant Creek (12500/3125 POPS) 2506 = { - clergymen = { - culture = aborigine - religion = animist - size = 35 - } - - artisans = { - culture = aborigine - religion = animist - size = 150 - } - - soldiers = { - culture = aborigine - religion = animist - size= 100 - - } - - farmers = { - culture = aborigine - religion = animist - size = 2840 - } + clergymen = { + culture = aborigine + religion = animist + size = 35 + } + + artisans = { + culture = aborigine + religion = animist + size = 150 + } + + soldiers = { + culture = aborigine + religion = animist + size= 100 + + } + + farmers = { + culture = aborigine + religion = animist + size = 2840 + } } #Alice Springs (6000/1500 POPS) 2507 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } - artisans = { - culture = aborigine - religion = animist - size = 30 - } + artisans = { + culture = aborigine + religion = animist + size = 30 + } - soldiers = { - culture = aborigine - religion = animist - size= 30 + soldiers = { + culture = aborigine + religion = animist + size= 30 - } + } - farmers = { - culture = aborigine - religion = animist - size = 1425 - } + farmers = { + culture = aborigine + religion = animist + size = 1425 + } } #Lajamanu (6000/1500 POPS) 2603 = { - clergymen = { - culture = aborigine - religion = animist - size = 15 - } + clergymen = { + culture = aborigine + religion = animist + size = 15 + } - artisans = { - culture = aborigine - religion = animist - size = 30 - } + artisans = { + culture = aborigine + religion = animist + size = 30 + } - soldiers = { - culture = aborigine - religion = animist - size= 30 + soldiers = { + culture = aborigine + religion = animist + size= 30 - } + } - farmers = { - culture = aborigine - religion = animist - size = 1425 - } + farmers = { + culture = aborigine + religion = animist + size = 1425 + } } #Norfolk Island Region (2420) #Ruled by Britain 1861 #Norfolk Island (2420/605 POPS) 2508 = { - clergymen = { - culture = british - religion = protestant - size = 5 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 500 - } + clergymen = { + culture = british + religion = protestant + size = 5 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 500 + } } diff --git a/HPM/history/pops/1861.4.14/Austria.txt b/HPM/history/pops/1861.4.14/Austria.txt index aefd9a2b..95a923e4 100644 --- a/HPM/history/pops/1861.4.14/Austria.txt +++ b/HPM/history/pops/1861.4.14/Austria.txt @@ -2,706 +2,706 @@ #under the rule of Austria in 1836 #Innsbruck (236000/59000 POPS) 612 = { - aristocrats = { - culture = south_german - religion = catholic - size = 772.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 695.25 - } - - officers = { - culture = south_german - religion = catholic - size = 257.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 566.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 2832.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_german - religion = catholic - size = 54924.75 - } + aristocrats = { + culture = south_german + religion = catholic + size = 772.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 695.25 + } + + officers = { + culture = south_german + religion = catholic + size = 257.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 566.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 2832.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_german + religion = catholic + size = 54924.75 + } } #Salzburg (136000/34000 POPS) 613 = { - aristocrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 669.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 3347.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1130 - - } - - farmers = { - culture = south_german - religion = catholic - size = 23744.25 - } + aristocrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 669.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 3347.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1130 + + } + + farmers = { + culture = south_german + religion = catholic + size = 23744.25 + } } #Bregenz (132000/33000 POPS) 614 = { - aristocrats = { - culture = south_german - religion = catholic - size = 412.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 309.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1230 - - } - - farmers = { - culture = south_german - religion = catholic - size = 30391.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 412.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 309.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1230 + + } + + farmers = { + culture = south_german + religion = catholic + size = 30391.0 + } } #Lienz (52000/13000 POPS) 615 = { - aristocrats = { - culture = south_german - religion = catholic - size = 180.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 128.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 618.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 128 - - } - - farmers = { - culture = south_german - religion = catholic - size = 12334.25 - } + aristocrats = { + culture = south_german + religion = catholic + size = 180.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 128.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 618.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 128 + + } + + farmers = { + culture = south_german + religion = catholic + size = 12334.25 + } } #Carinthia-Styria Region (736000) #see Slovenia.txt for balance of Region #under the rule of Austria in 1836 #Graz (380000/95000 POPS) 616 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1596.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 540.75 - } - - officers = { - culture = south_german - religion = catholic - size = 283.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1055.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 300.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1081 - - } - - farmers = { - culture = south_german - religion = catholic - size = 83095.25 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1596.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 540.75 + } + + officers = { + culture = south_german + religion = catholic + size = 283.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1055.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 300.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1081 + + } + + farmers = { + culture = south_german + religion = catholic + size = 83095.25 + } } #Judenburg (168000/42000 POPS) 617 = { - aristocrats = { - culture = south_german - religion = catholic - size = 721.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 463.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 2317.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1463 - - } - - farmers = { - culture = south_german - religion = catholic - size = 38294.5 - } + aristocrats = { + culture = south_german + religion = catholic + size = 721.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 463.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 2317.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1463 + + } + + farmers = { + culture = south_german + religion = catholic + size = 38294.5 + } } #Klagenfurt (188000/47000 POPS) 618 = { - aristocrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 334.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 1596.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_german - religion = catholic - size = 26445.25 - } - - clergymen = { - culture = slovene - religion = catholic - size = 180.25 - } - - artisans = { - culture = slovene - religion = catholic - size = 978.5 - } - - soldiers = { - culture = slovene - religion = catholic - size= 206 - - } - - farmers = { - culture = slovene - religion = catholic - size = 17175.25 - } + aristocrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 334.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 1596.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_german + religion = catholic + size = 26445.25 + } + + clergymen = { + culture = slovene + religion = catholic + size = 180.25 + } + + artisans = { + culture = slovene + religion = catholic + size = 978.5 + } + + soldiers = { + culture = slovene + religion = catholic + size= 206 + + } + + farmers = { + culture = slovene + religion = catholic + size = 17175.25 + } } #Austria Region (2000000) #under the rule of Austria in 1836 #Vienna (1084000/271000 POPS) 619 = { - aristocrats = { - culture = south_german - religion = catholic - size = 4377.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1442.0 - } - - officers = { - culture = south_german - religion = catholic - size = 618.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 2832.5 - } - - clerks = { - culture = south_german - religion = catholic - size = 100.0 - } - - capitalists = { - culture = south_german - religion = catholic - size = 1200 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 8000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 9125.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1032 - - } - - farmers = { - culture = south_german - religion = catholic - size = 167386.5 - } - - clergymen = { - culture = czech - religion = catholic - size = 51.5 - } - - artisans = { - culture = czech - religion = catholic - size = 6128.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 20.6 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1009.4 - } - - clergymen = { - culture = south_german - religion = jewish - size = 5.15 - } - - artisans = { - culture = south_german - religion = jewish - size = 509.85 - } + aristocrats = { + culture = south_german + religion = catholic + size = 4377.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1442.0 + } + + officers = { + culture = south_german + religion = catholic + size = 618.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 2832.5 + } + + clerks = { + culture = south_german + religion = catholic + size = 100.0 + } + + capitalists = { + culture = south_german + religion = catholic + size = 1200 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 8000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 9125.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1032 + + } + + farmers = { + culture = south_german + religion = catholic + size = 167386.5 + } + + clergymen = { + culture = czech + religion = catholic + size = 51.5 + } + + artisans = { + culture = czech + religion = catholic + size = 6128.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 20.6 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1009.4 + } + + clergymen = { + culture = south_german + religion = jewish + size = 5.15 + } + + artisans = { + culture = south_german + religion = jewish + size = 509.85 + } } #Sankt Polten (88000/22000 POPS) 620 = { - aristocrats = { - culture = south_german - religion = catholic - size = 386.25 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 618.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 257.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1236.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1257 - - } - - farmers = { - culture = south_german - religion = catholic - size = 19522.75 - } + aristocrats = { + culture = south_german + religion = catholic + size = 386.25 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 618.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 257.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1236.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1257 + + } + + farmers = { + culture = south_german + religion = catholic + size = 19522.75 + } } #Krems (240000/60000 POPS) 621 = { - aristocrats = { - culture = south_german - religion = catholic - size = 952.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 643.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 3193.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1669 - - } - - farmers = { - culture = south_german - religion = catholic - size = 52341.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 952.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 643.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 3193.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1669 + + } + + farmers = { + culture = south_german + religion = catholic + size = 52341.0 + } } #Linz (588000/147000 POPS) 622 = { - aristocrats = { - culture = south_german - religion = catholic - size = 2369.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 3296.0 - } - - clerks = { - culture = south_german - religion = catholic - size = 100.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 8000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 7779.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1596 - - } - - farmers = { - culture = south_german - religion = catholic - size = 123917.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 2369.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 3296.0 + } + + clerks = { + culture = south_german + religion = catholic + size = 100.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 8000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 7779.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1596 + + } + + farmers = { + culture = south_german + religion = catholic + size = 123917.0 + } } #Odenburg Region (196000) #see Hungary.txt for balance of region #under the rule of Austria in 1836 #Eisenstadt (196000/49000 POPS) 624 = { - aristocrats = { - culture = south_german - religion = catholic - size = 721.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 489.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 2523.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1530 - - } - - farmers = { - culture = south_german - religion = catholic - size = 40016.25 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 61.800000000000004 - } - - artisans = { - culture = hungarian - religion = catholic - size = 154.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 25 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 2847.9500000000003 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 36.050000000000004 - } - - artisans = { - culture = hungarian - religion = protestant - size = 154.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 25 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 1843.7 - } + aristocrats = { + culture = south_german + religion = catholic + size = 721.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 489.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 2523.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1530 + + } + + farmers = { + culture = south_german + religion = catholic + size = 40016.25 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 61.800000000000004 + } + + artisans = { + culture = hungarian + religion = catholic + size = 154.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 25 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 2847.9500000000003 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 36.050000000000004 + } + + artisans = { + culture = hungarian + religion = protestant + size = 154.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 25 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 1843.7 + } } diff --git a/HPM/history/pops/1861.4.14/Azerbaijan.txt b/HPM/history/pops/1861.4.14/Azerbaijan.txt index ad81b34d..4f88dd13 100644 --- a/HPM/history/pops/1861.4.14/Azerbaijan.txt +++ b/HPM/history/pops/1861.4.14/Azerbaijan.txt @@ -2,464 +2,464 @@ #under the rule of Russia in 1836 #Baku (76000/19000 POPS) 1102 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 41.2 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - artisans = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - soldiers = { - culture = russian - religion = orthodox - size = 41.2 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 128.75 - } - - bureaucrats = { - culture = azerbaijani - religion = sunni - size = 15.450000000000001 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 309.0 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 61.800000000000004 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 5510.5 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 180.25 - } - - bureaucrats = { - culture = azerbaijani - religion = shiite - size = 5.15 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 113.3 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 618.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 128.75 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 11314.550000000001 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 10.3 - } - - artisans = { - culture = armenian - religion = orthodox - size = 762.2 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 41.2 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + artisans = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + soldiers = { + culture = russian + religion = orthodox + size = 41.2 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 128.75 + } + + bureaucrats = { + culture = azerbaijani + religion = sunni + size = 15.450000000000001 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 309.0 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 61.800000000000004 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 5510.5 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 180.25 + } + + bureaucrats = { + culture = azerbaijani + religion = shiite + size = 5.15 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 113.3 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 618.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 128.75 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 11314.550000000001 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 10.3 + } + + artisans = { + culture = armenian + religion = orthodox + size = 762.2 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Siyazen (56000/14000 POPS) 1103 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2806.75 - } - - aristocrats = { - culture = azerbaijani - religion = shiite - size = 128.75 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 77.25 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 360.5 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 77.25 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 6592.0 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 77.25 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 77.25 - } - - artisans = { - culture = dagestani - religion = sunni - size = 206.0 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 51.5 - } - - farmers = { - culture = dagestani - religion = sunni - size = 3708.0 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2806.75 + } + + aristocrats = { + culture = azerbaijani + religion = shiite + size = 128.75 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 77.25 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 360.5 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 77.25 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 6592.0 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 77.25 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 77.25 + } + + artisans = { + culture = dagestani + religion = sunni + size = 206.0 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 51.5 + } + + farmers = { + culture = dagestani + religion = sunni + size = 3708.0 + } } #Sheki (24000/6000 POPS) 1104 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 30.900000000000002 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 46.35 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 103.0 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 1854.0 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 20.6 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = georgian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = georgian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 51.5 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 51.5 - } - - artisans = { - culture = dagestani - religion = sunni - size = 154.5 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 51.5 - } - - farmers = { - culture = dagestani - religion = sunni - size = 2678.0 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 30.900000000000002 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 46.35 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 103.0 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 1854.0 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 20.6 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = georgian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = georgian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 51.5 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 51.5 + } + + artisans = { + culture = dagestani + religion = sunni + size = 154.5 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 51.5 + } + + farmers = { + culture = dagestani + religion = sunni + size = 2678.0 + } } #Ganja (68000/17000 POPS) 1105 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 231.75 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 77.25 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 515.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 103.0 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 9373.0 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6617.75 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 231.75 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 77.25 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 515.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 103.0 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 9373.0 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6617.75 + } } #Agdam (60000/15000 POPS) 1106 = { - aristocrats = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 77.25 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 463.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 103.0 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 8471.75 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 309.0 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = armenian - religion = orthodox - size = 5639.25 - } + aristocrats = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 77.25 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 463.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 103.0 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 8471.75 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 309.0 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = armenian + religion = orthodox + size = 5639.25 + } } #Lankaran (56000/14000 POPS) 1107 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 231.75 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 128.75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 721.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 154.5 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 13184.0 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 231.75 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 128.75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 721.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 154.5 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 13184.0 + } } diff --git a/HPM/history/pops/1861.4.14/Bahamas.txt b/HPM/history/pops/1861.4.14/Bahamas.txt index 29720364..1c2b3aa2 100644 --- a/HPM/history/pops/1861.4.14/Bahamas.txt +++ b/HPM/history/pops/1861.4.14/Bahamas.txt @@ -1,88 +1,88 @@ #The Bahamas Region - 39900 #The Bahamas (35500/8875 POPS) 2219 = { - aristocrats = { - culture = british - religion = protestant - size = 30 - } + aristocrats = { + culture = british + religion = protestant + size = 30 + } - bureaucrats = { - culture = british - religion = protestant - size = 10 - } + bureaucrats = { + culture = british + religion = protestant + size = 10 + } - clergymen = { - culture = british - religion = protestant - size = 30 - } + clergymen = { + culture = british + religion = protestant + size = 30 + } - artisans = { - culture = british - religion = protestant - size = 265 - } + artisans = { + culture = british + religion = protestant + size = 265 + } - soldiers = { - culture = british - religion = protestant - size = 50 - } + soldiers = { + culture = british + religion = protestant + size = 50 + } - farmers = { - culture = british - religion = protestant - size = 950 - } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 90 - } + farmers = { + culture = british + religion = protestant + size = 950 + } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 90 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 180 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 180 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 90 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 90 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 7180 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 7180 + } } #Turks & Caicos Islands (4400/1100 POPS) 2220 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 145 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 145 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 805 - } -} \ No newline at end of file + farmers = { + culture = afro_caribbean + religion = protestant + size = 805 + } +} diff --git a/HPM/history/pops/1861.4.14/Belarus.txt b/HPM/history/pops/1861.4.14/Belarus.txt index 6acf70b4..4f170d60 100644 --- a/HPM/history/pops/1861.4.14/Belarus.txt +++ b/HPM/history/pops/1861.4.14/Belarus.txt @@ -2,1572 +2,1572 @@ #under the rule of Russia in 1836 #Grodno (288000/72000 POPS) 936 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1081.5 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 42307.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1802.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 412.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 5896.75 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 128.75 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 721.0 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 154.5 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 13415.75 - } - - clergymen = { - culture = lithuanian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = lithuanian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = lithuanian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = lithuanian - religion = orthodox - size = 4841.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1287.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8832.25 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1081.5 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 42307.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1802.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 412.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 5896.75 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 128.75 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 721.0 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 154.5 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 13415.75 + } + + clergymen = { + culture = lithuanian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = lithuanian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = lithuanian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = lithuanian + religion = orthodox + size = 4841.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1287.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8832.25 + } } #Brest-Litovsk (324000/81000 POPS) 937 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 14909.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2008.5 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 463.5 - } - - officers = { - culture = polish - religion = catholic - size = 180.25 - } - - clergymen = { - culture = polish - religion = catholic - size = 154.5 - } - - artisans = { - culture = polish - religion = catholic - size = 515.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 103.0 - } - - farmers = { - culture = polish - religion = catholic - size = 4815.25 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 128.75 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 824.0 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 154.5 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 15372.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 309.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 29252.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1339.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 9785.0 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 14909.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2008.5 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 463.5 + } + + officers = { + culture = polish + religion = catholic + size = 180.25 + } + + clergymen = { + culture = polish + religion = catholic + size = 154.5 + } + + artisans = { + culture = polish + religion = catholic + size = 515.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 103.0 + } + + farmers = { + culture = polish + religion = catholic + size = 4815.25 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 128.75 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 824.0 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 154.5 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 15372.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 309.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 29252.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1339.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 9785.0 + } } #Pinsk (276000/69000 POPS) 940 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1236.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 46247.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 154.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 283.25 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 14729.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6308.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1236.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 46247.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 154.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 283.25 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 14729.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6308.75 + } } #Byelorussia Region (1364000) #under the rule of Russia in 1836 #Minsk (468000/117000 POPS) 718 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 1699.5 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3553.5 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 87266.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2575.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 77.25 - } - - officers = { - culture = polish - religion = catholic - size = 231.75 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 772.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 103.0 - } - - farmers = { - culture = polish - religion = catholic - size = 6463.25 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 51.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 25.75 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 937.3000000000001 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - officers = { - culture = russian - religion = orthodox - size = 180.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 1004.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12591.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 1699.5 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3553.5 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 87266.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2575.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 77.25 + } + + officers = { + culture = polish + religion = catholic + size = 231.75 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 772.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 103.0 + } + + farmers = { + culture = polish + religion = catholic + size = 6463.25 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 51.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 25.75 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 937.3000000000001 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + officers = { + culture = russian + religion = orthodox + size = 180.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 1004.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12591.75 + } } #Lida (192000/48000 POPS) 938 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 206.0 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 824.0 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 257.5 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 23432.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 412.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 5407.5 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 77.25 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 463.5 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 103.0 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 9656.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6308.75 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 206.0 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 824.0 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 257.5 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 23432.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 412.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 5407.5 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 77.25 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 463.5 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 103.0 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 9656.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6308.75 + } } #Baranovichi (196000/49000 POPS) 939 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 360.5 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1442.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 386.25 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 34891.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 206.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 1519.25 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 77.25 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 257.5 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 51.5 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 4763.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 618.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4403.25 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 360.5 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1442.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 386.25 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 34891.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 206.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 1519.25 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 77.25 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 257.5 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 51.5 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 4763.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 618.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4403.25 + } } #Slutsk (204000/51000 POPS) 941 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 412.0 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1596.5 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 437.75 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 39783.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 103.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 1622.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6308.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 412.0 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1596.5 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 437.75 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 39783.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 103.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 1622.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6308.75 + } } #Mozyr (308000/77000 POPS) 942 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 412.0 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1854.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 43620.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 154.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 386.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1030.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3991.25 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 231.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 927.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 24024.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 412.0 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1854.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 43620.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 154.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 386.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1030.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3991.25 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 231.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 927.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 24024.75 + } } #Smolensk Region (392000) #see Russia.txt for balance of region #under the rule of Russia in 1836 #Orsha (392000/98000 POPS) #now part of Belarus 944 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2060.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 4583.5 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 824.0 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3244.5 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 875.5 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 81627.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1287.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5793.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2060.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 4583.5 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 824.0 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3244.5 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 875.5 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 81627.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1287.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5793.75 + } } #Vitebsk Region (2028000) #under the rule of Russia in 1836 #Vitebsk (272000/68000 POPS) 945 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 50470.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 927.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 206.0 - } - - officers = { - culture = russian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 3296.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 515.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 154.5 - } - - officers = { - culture = polish - religion = catholic - size = 206.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 849.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6540.5 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 50470.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 927.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 206.0 + } + + officers = { + culture = russian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 3296.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 515.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 154.5 + } + + officers = { + culture = polish + religion = catholic + size = 206.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 849.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6540.5 + } } #Polotsk (628000/157000 POPS) 946 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 1261.75 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 4532.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1261.75 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 118604.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 463.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 4042.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 180.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2575.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 16608.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 1854.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 2935.5 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 77.25 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 257.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 51.5 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 4763.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 1261.75 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 4532.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1261.75 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 118604.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 463.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 4042.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 180.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2575.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 16608.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 1854.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 2935.5 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 77.25 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 257.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 51.5 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 4763.75 + } } #Pastavy (348000/87000 POPS) 947 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 566.5 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 618.0 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 57525.5 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 618.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 14548.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1854.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 875.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8574.75 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 566.5 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 618.0 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 57525.5 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 618.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 14548.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1854.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 875.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8574.75 + } } #Mogilev (392000/98000 POPS) 948 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 798.25 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3244.5 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 80417.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 618.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 206.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 1210.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 1442.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 309.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 3270.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1287.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6798.0 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 798.25 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3244.5 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 80417.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 618.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 206.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 1210.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 1442.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 309.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 3270.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1287.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6798.0 + } } #Gomel (388000/97000 POPS) 949 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 803.4 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 78501.45 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2060.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 643.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11561.75 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 803.4 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 78501.45 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2060.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 643.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11561.75 + } } diff --git a/HPM/history/pops/1861.4.14/Belgium.txt b/HPM/history/pops/1861.4.14/Belgium.txt index de22b333..6858d8d6 100644 --- a/HPM/history/pops/1861.4.14/Belgium.txt +++ b/HPM/history/pops/1861.4.14/Belgium.txt @@ -1,885 +1,885 @@ #Flanders Region (2952132) #Brussels (915852/228963 POPS) 387 = { - clergymen = { - culture = ashkenazi - religion = jewish - size = 33 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 60 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 600 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1700 - } - - aristocrats = { - culture = flemish - religion = catholic - size = 1800 - } - - officers = { - culture = flemish - religion = catholic - size = 220 - } - - bureaucrats = { - culture = flemish - religion = catholic - size = 1100 - } - - clergymen = { - culture = flemish - religion = catholic - size = 1950 - } - - capitalists = { - culture = flemish - religion = catholic - size = 60 - } - - clerks = { - culture = flemish - religion = catholic - size = 1170 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 14500 - } - - artisans = { - culture = flemish - religion = catholic - size = 7000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 3000 - - } - - soldiers = { - culture = flemish - religion = catholic - size= 3000 - - } - - soldiers = { - culture = flemish - religion = catholic - size= 1800 - - } - - farmers = { - culture = flemish - religion = catholic - size = 158800 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 340 - } - - officers = { - culture = wallonian - religion = catholic - size = 450 - } - - bureaucrats = { - culture = wallonian - religion = catholic - size = 1900 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 300 - } - - capitalists = { - culture = wallonian - religion = catholic - size = 180 - } - - clerks = { - culture = wallonian - religion = catholic - size = 340 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 6000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 10000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 4760 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 1200 - - } - - labourers = { - culture = wallonian - religion = catholic - size = 6800 - } + clergymen = { + culture = ashkenazi + religion = jewish + size = 33 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 60 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 600 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1700 + } + + aristocrats = { + culture = flemish + religion = catholic + size = 1800 + } + + officers = { + culture = flemish + religion = catholic + size = 220 + } + + bureaucrats = { + culture = flemish + religion = catholic + size = 1100 + } + + clergymen = { + culture = flemish + religion = catholic + size = 1950 + } + + capitalists = { + culture = flemish + religion = catholic + size = 60 + } + + clerks = { + culture = flemish + religion = catholic + size = 1170 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 14500 + } + + artisans = { + culture = flemish + religion = catholic + size = 7000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 3000 + + } + + soldiers = { + culture = flemish + religion = catholic + size= 3000 + + } + + soldiers = { + culture = flemish + religion = catholic + size= 1800 + + } + + farmers = { + culture = flemish + religion = catholic + size = 158800 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 340 + } + + officers = { + culture = wallonian + religion = catholic + size = 450 + } + + bureaucrats = { + culture = wallonian + religion = catholic + size = 1900 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 300 + } + + capitalists = { + culture = wallonian + religion = catholic + size = 180 + } + + clerks = { + culture = wallonian + religion = catholic + size = 340 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 6000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 10000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 4760 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 1200 + + } + + labourers = { + culture = wallonian + religion = catholic + size = 6800 + } } #Bruges (456000/136860 POPS) 388 = { - aristocrats = { - culture = flemish - religion = catholic - size = 1380 - } - - clergymen = { - culture = flemish - religion = catholic - size = 1350 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - artisans = { - culture = flemish - religion = catholic - size = 2000 - } - - clerks = { - culture = flemish - religion = catholic - size = 1100 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 12000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 3000 - - } - - soldiers = { - culture = flemish - religion = catholic - size= 500 - - } - - farmers = { - culture = flemish - religion = catholic - size = 105630 - } + aristocrats = { + culture = flemish + religion = catholic + size = 1380 + } + + clergymen = { + culture = flemish + religion = catholic + size = 1350 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + artisans = { + culture = flemish + religion = catholic + size = 2000 + } + + clerks = { + culture = flemish + religion = catholic + size = 1100 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 12000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 3000 + + } + + soldiers = { + culture = flemish + religion = catholic + size= 500 + + } + + farmers = { + culture = flemish + religion = catholic + size = 105630 + } } #Ghent (839120/209780 POPS) 389 = { - aristocrats = { - culture = flemish - religion = catholic - size = 2100 - } - - clergymen = { - culture = flemish - religion = catholic - size = 2000 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - artisans = { - culture = flemish - religion = catholic - size = 8000 - } - - clerks = { - culture = flemish - religion = catholic - size = 2000 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 14000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 3000 - - } - - soldiers = { - culture = flemish - religion = catholic - size= 1000 - - } - - farmers = { - culture = flemish - religion = catholic - size = 161750 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 60 - } - - artisans = { - culture = wallonian - religion = catholic - size = 5800 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 70 - - } + aristocrats = { + culture = flemish + religion = catholic + size = 2100 + } + + clergymen = { + culture = flemish + religion = catholic + size = 2000 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + artisans = { + culture = flemish + religion = catholic + size = 8000 + } + + clerks = { + culture = flemish + religion = catholic + size = 2000 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 14000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 3000 + + } + + soldiers = { + culture = flemish + religion = catholic + size= 1000 + + } + + farmers = { + culture = flemish + religion = catholic + size = 161750 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 60 + } + + artisans = { + culture = wallonian + religion = catholic + size = 5800 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 70 + + } } #Antwerp (415860/103965 POPS) 390 = { - clergymen = { - culture = ashkenazi - religion = jewish - size = 30 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1770 - } - - aristocrats = { - culture = flemish - religion = catholic - size = 925 - } - - clergymen = { - culture = flemish - religion = catholic - size = 975 - } - - artisans = { - culture = flemish - religion = catholic - size = 10000 - } - - artisans = { - culture = flemish - religion = catholic - size = 4600 - } - - clerks = { - culture = flemish - religion = catholic - size = 1100 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 12000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 1200 - - } - - farmers = { - culture = flemish - religion = catholic - size = 68240 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 60 - } - - artisans = { - culture = wallonian - religion = catholic - size = 3125 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 40 - - } + clergymen = { + culture = ashkenazi + religion = jewish + size = 30 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1770 + } + + aristocrats = { + culture = flemish + religion = catholic + size = 925 + } + + clergymen = { + culture = flemish + religion = catholic + size = 975 + } + + artisans = { + culture = flemish + religion = catholic + size = 10000 + } + + artisans = { + culture = flemish + religion = catholic + size = 4600 + } + + clerks = { + culture = flemish + religion = catholic + size = 1100 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 12000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 1200 + + } + + farmers = { + culture = flemish + religion = catholic + size = 68240 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 60 + } + + artisans = { + culture = wallonian + religion = catholic + size = 3125 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 40 + + } } #Hasselt (325300/81325 POPS) 391 = { - aristocrats = { - culture = flemish - religion = catholic - size = 750 - } - - clergymen = { - culture = flemish - religion = catholic - size = 775 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 2000 - } - - artisans = { - culture = flemish - religion = catholic - size = 4000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 1200 - - } - - farmers = { - culture = flemish - religion = catholic - size = 72600 - } + aristocrats = { + culture = flemish + religion = catholic + size = 750 + } + + clergymen = { + culture = flemish + religion = catholic + size = 775 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 2000 + } + + artisans = { + culture = flemish + religion = catholic + size = 4000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 1200 + + } + + farmers = { + culture = flemish + religion = catholic + size = 72600 + } } #Wallonia Region (1753020) #Liege (460700/115175 POPS) 392 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 950 - } - - officers = { - culture = wallonian - religion = catholic - size = 390 - } - - bureaucrats = { - culture = wallonian - religion = catholic - size = 1600 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 1100 - } - - capitalists = { - culture = wallonian - religion = catholic - size = 250 - } - - clerks = { - culture = wallonian - religion = catholic - size = 1500 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 14250 - } - - artisans = { - culture = wallonian - religion = catholic - size = 9500 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = wallonian - religion = catholic - size= 2000 - - } - - labourers = { - culture = wallonian - religion = catholic - size = 63000 - } - - clergymen = { - culture = flemish - religion = catholic - size = 190 - } - - clerks = { - culture = flemish - religion = catholic - size = 90 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 1100 - } - - artisans = { - culture = flemish - religion = catholic - size = 3200 - } - - soldiers = { - culture = flemish - religion = catholic - size= 155 - - } - - labourers = { - culture = flemish - religion = catholic - size = 8300 - } - - clergymen = { - culture = dutch - religion = protestant - size = 100 - } - - farmers = { - culture = dutch - religion = protestant - size = 4700 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 950 + } + + officers = { + culture = wallonian + religion = catholic + size = 390 + } + + bureaucrats = { + culture = wallonian + religion = catholic + size = 1600 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 1100 + } + + capitalists = { + culture = wallonian + religion = catholic + size = 250 + } + + clerks = { + culture = wallonian + religion = catholic + size = 1500 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 14250 + } + + artisans = { + culture = wallonian + religion = catholic + size = 9500 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = wallonian + religion = catholic + size= 2000 + + } + + labourers = { + culture = wallonian + religion = catholic + size = 63000 + } + + clergymen = { + culture = flemish + religion = catholic + size = 190 + } + + clerks = { + culture = flemish + religion = catholic + size = 90 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 1100 + } + + artisans = { + culture = flemish + religion = catholic + size = 3200 + } + + soldiers = { + culture = flemish + religion = catholic + size= 155 + + } + + labourers = { + culture = flemish + religion = catholic + size = 8300 + } + + clergymen = { + culture = dutch + religion = protestant + size = 100 + } + + farmers = { + culture = dutch + religion = protestant + size = 4700 + } } #Tournai (392160/98040 POPS) 393 = { - clergymen = { - culture = flemish - religion = catholic - size = 120 - } - - artisans = { - culture = flemish - religion = catholic - size = 1200 - } - - soldiers = { - culture = flemish - religion = catholic - size= 120 - - } - - farmers = { - culture = flemish - religion = catholic - size = 9200 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 840 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 750 - } - - clerks = { - culture = wallonian - religion = catholic - size = 910 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 14400 - } - - artisans = { - culture = wallonian - religion = catholic - size = 2800 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 1200 - - } - - farmers = { - culture = wallonian - religion = catholic - size = 66500 - } + clergymen = { + culture = flemish + religion = catholic + size = 120 + } + + artisans = { + culture = flemish + religion = catholic + size = 1200 + } + + soldiers = { + culture = flemish + religion = catholic + size= 120 + + } + + farmers = { + culture = flemish + religion = catholic + size = 9200 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 840 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 750 + } + + clerks = { + culture = wallonian + religion = catholic + size = 910 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 14400 + } + + artisans = { + culture = wallonian + religion = catholic + size = 2800 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 1200 + + } + + farmers = { + culture = wallonian + religion = catholic + size = 66500 + } } #Charleroi (474000/118500 POPS) 394 = { - clergymen = { - culture = flemish - religion = catholic - size = 120 - } - - artisans = { - culture = flemish - religion = catholic - size = 1800 - } - - clerks = { - culture = flemish - religion = catholic - size = 30 - } - - craftsmen = { - culture = flemish - religion = catholic - size = 2000 - } - - soldiers = { - culture = flemish - religion = catholic - size= 150 - - } - - farmers = { - culture = flemish - religion = catholic - size = 10300 - } - - aristocrats = { - culture = wallonian - religion = catholic - size = 1100 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 1100 - } - - clerks = { - culture = wallonian - religion = catholic - size = 2000 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 17000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 4000 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = wallonian - religion = catholic - size= 500 - - } - - farmers = { - culture = wallonian - religion = catholic - size = 75500 - } + clergymen = { + culture = flemish + religion = catholic + size = 120 + } + + artisans = { + culture = flemish + religion = catholic + size = 1800 + } + + clerks = { + culture = flemish + religion = catholic + size = 30 + } + + craftsmen = { + culture = flemish + religion = catholic + size = 2000 + } + + soldiers = { + culture = flemish + religion = catholic + size= 150 + + } + + farmers = { + culture = flemish + religion = catholic + size = 10300 + } + + aristocrats = { + culture = wallonian + religion = catholic + size = 1100 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 1100 + } + + clerks = { + culture = wallonian + religion = catholic + size = 2000 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 17000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 4000 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = wallonian + religion = catholic + size= 500 + + } + + farmers = { + culture = wallonian + religion = catholic + size = 75500 + } } #Namur (254000/63500 POPS) 395 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 660 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 660 - } - - clerks = { - culture = wallonian - religion = catholic - size = 1120 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 13400 - } - - artisans = { - culture = wallonian - religion = catholic - size = 3500 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = wallonian - religion = catholic - size= 200 - - } - - farmers = { - culture = wallonian - religion = catholic - size = 40960 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 660 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 660 + } + + clerks = { + culture = wallonian + religion = catholic + size = 1120 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 13400 + } + + artisans = { + culture = wallonian + religion = catholic + size = 3500 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = wallonian + religion = catholic + size= 200 + + } + + farmers = { + culture = wallonian + religion = catholic + size = 40960 + } } #Spa (172160/43040 POPS) 396 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 300 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 330 - } - - clerks = { - culture = wallonian - religion = catholic - size = 200 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 4800 - } - - artisans = { - culture = wallonian - religion = catholic - size = 1500 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 1200 - - } - - farmers = { - culture = wallonian - religion = catholic - size = 24010 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 10 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 990 - } - artisans = { - culture = north_german - religion = protestant - size = 480 - } - - soldiers = { - culture = north_german - religion = protestant - size= 120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 9000 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 300 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 330 + } + + clerks = { + culture = wallonian + religion = catholic + size = 200 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 4800 + } + + artisans = { + culture = wallonian + religion = catholic + size = 1500 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 1200 + + } + + farmers = { + culture = wallonian + religion = catholic + size = 24010 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 10 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 990 + } + artisans = { + culture = north_german + religion = protestant + size = 480 + } + + soldiers = { + culture = north_german + religion = protestant + size= 120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 9000 + } } #Luxembourg Region (206420) #Arlon (206420/51605 POPS) 398 = { - aristocrats = { - culture = wallonian - religion = catholic - size = 500 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 505 - } - - clerks = { - culture = wallonian - religion = catholic - size = 100 - } - - craftsmen = { - culture = wallonian - religion = catholic - size = 3000 - } - - artisans = { - culture = wallonian - religion = catholic - size = 2400 - } - - soldiers = { - culture = wallonian - religion = catholic - size= 1200 - - } - - farmers = { - culture = wallonian - religion = catholic - size = 43900 - } + aristocrats = { + culture = wallonian + religion = catholic + size = 500 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 505 + } + + clerks = { + culture = wallonian + religion = catholic + size = 100 + } + + craftsmen = { + culture = wallonian + religion = catholic + size = 3000 + } + + artisans = { + culture = wallonian + religion = catholic + size = 2400 + } + + soldiers = { + culture = wallonian + religion = catholic + size= 1200 + + } + + farmers = { + culture = wallonian + religion = catholic + size = 43900 + } } diff --git a/HPM/history/pops/1861.4.14/Belize.txt b/HPM/history/pops/1861.4.14/Belize.txt index eb59c102..66bc644d 100644 --- a/HPM/history/pops/1861.4.14/Belize.txt +++ b/HPM/history/pops/1861.4.14/Belize.txt @@ -1,33 +1,33 @@ #Guatemala Region (26000) #Belize (26000/6500 POPS) 2190 = { - artisans = { - culture = british - religion = protestant - size = 100 - } + artisans = { + culture = british + religion = protestant + size = 100 + } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 360 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 360 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 40 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 40 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 5950 - } -} \ No newline at end of file + farmers = { + culture = afro_caribbean + religion = protestant + size = 5950 + } +} diff --git a/HPM/history/pops/1861.4.14/Benin.txt b/HPM/history/pops/1861.4.14/Benin.txt index eaaa2a17..e682667e 100644 --- a/HPM/history/pops/1861.4.14/Benin.txt +++ b/HPM/history/pops/1861.4.14/Benin.txt @@ -2,372 +2,372 @@ #under the rule of Dahomey in 1836 #Cotonou (544000/136000 POPS) 1919 = { - aristocrats = { - culture = fon - religion = animist - size = 1950 - } - - clergymen = { - culture = fon - religion = animist - size = 1100 - } - - artisans = { - culture = fon - religion = animist - size = 4100 - } - - soldiers = { - culture = fon - religion = animist - size = 1000 - } - - farmers = { - culture = fon - religion = animist - size = 59950 - } - - slaves = { - culture = fon - religion = animist - size = 4000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 550 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 300 - } - - artisans = { - culture = east_kwa - religion = animist - size = 1500 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 300 - } - - farmers = { - culture = east_kwa - religion = animist - size = 27350 - } - - slaves = { - culture = east_kwa - religion = animist - size = 26000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 50 - } - - clergymen = { - culture = yoruba - religion = animist - size = 100 - } - - artisans = { - culture = yoruba - religion = animist - size = 200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 50 - } - - farmers = { - culture = yoruba - religion = animist - size = 3600 - } - - slaves = { - culture = yoruba - religion = animist - size = 4000 - } + aristocrats = { + culture = fon + religion = animist + size = 1950 + } + + clergymen = { + culture = fon + religion = animist + size = 1100 + } + + artisans = { + culture = fon + religion = animist + size = 4100 + } + + soldiers = { + culture = fon + religion = animist + size = 1000 + } + + farmers = { + culture = fon + religion = animist + size = 59950 + } + + slaves = { + culture = fon + religion = animist + size = 4000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 550 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 300 + } + + artisans = { + culture = east_kwa + religion = animist + size = 1500 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 300 + } + + farmers = { + culture = east_kwa + religion = animist + size = 27350 + } + + slaves = { + culture = east_kwa + religion = animist + size = 26000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 50 + } + + clergymen = { + culture = yoruba + religion = animist + size = 100 + } + + artisans = { + culture = yoruba + religion = animist + size = 200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 50 + } + + farmers = { + culture = yoruba + religion = animist + size = 3600 + } + + slaves = { + culture = yoruba + religion = animist + size = 4000 + } } #Abomey (480000/120000 POPS) 1920 = { - aristocrats = { - culture = fon - religion = animist - size = 2100 - } - - bureaucrats = { - culture = fon - religion = animist - size = 100 - } - - officers = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 1100 - } - - artisans = { - culture = fon - religion = animist - size = 4250 - } - - soldiers = { - culture = fon - religion = animist - size = 3000 - } - - soldiers = { - culture = fon - religion = animist - size = 100 - } - - farmers = { - culture = fon - religion = animist - size = 83250 - } - - slaves = { - culture = fon - religion = animist - size = 8000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 100 - } - - clergymen = { - culture = yoruba - religion = animist - size = 100 - } - - artisans = { - culture = yoruba - religion = animist - size = 400 - } - - soldiers = { - culture = yoruba - religion = animist - size = 100 - } - - farmers = { - culture = yoruba - religion = animist - size = 7300 - } - - slaves = { - culture = yoruba - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 300 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 50 - } - - farmers = { - culture = east_kwa - religion = animist - size = 5400 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = fon + religion = animist + size = 2100 + } + + bureaucrats = { + culture = fon + religion = animist + size = 100 + } + + officers = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 1100 + } + + artisans = { + culture = fon + religion = animist + size = 4250 + } + + soldiers = { + culture = fon + religion = animist + size = 3000 + } + + soldiers = { + culture = fon + religion = animist + size = 100 + } + + farmers = { + culture = fon + religion = animist + size = 83250 + } + + slaves = { + culture = fon + religion = animist + size = 8000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 100 + } + + clergymen = { + culture = yoruba + religion = animist + size = 100 + } + + artisans = { + culture = yoruba + religion = animist + size = 400 + } + + soldiers = { + culture = yoruba + religion = animist + size = 100 + } + + farmers = { + culture = yoruba + religion = animist + size = 7300 + } + + slaves = { + culture = yoruba + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 300 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 50 + } + + farmers = { + culture = east_kwa + religion = animist + size = 5400 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } -#Borgu Region (76000) #see Nigeria.txt for balance of region +#Borgu Region (76000) #see Nigeria.txt for balance of region #ruled by Sokoto in 1836 #Nikki (48000/12000 POPS) 1921 = { - aristocrats = { - culture = gur - religion = animist - size = 50 - } - - clergymen = { - culture = gur - religion = animist - size = 75 - } - - artisans = { - culture = gur - religion = animist - size = 150 - } - - soldiers = { - culture = gur - religion = animist - size = 100 - } - - farmers = { - culture = gur - religion = animist - size = 2700 - } - - slaves = { - culture = yoruba - religion = animist - size = 1100 - } - - aristocrats = { - culture = east_kwa - religion = sunni - size = 175 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 100 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 375 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 100 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 7250 - } + aristocrats = { + culture = gur + religion = animist + size = 50 + } + + clergymen = { + culture = gur + religion = animist + size = 75 + } + + artisans = { + culture = gur + religion = animist + size = 150 + } + + soldiers = { + culture = gur + religion = animist + size = 100 + } + + farmers = { + culture = gur + religion = animist + size = 2700 + } + + slaves = { + culture = yoruba + religion = animist + size = 1100 + } + + aristocrats = { + culture = east_kwa + religion = sunni + size = 175 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 100 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 375 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 100 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 7250 + } } #Jugu (28000/7000 POPS) 1922 = { - aristocrats = { - culture = gur - religion = animist - size = 100 - } - - clergymen = { - culture = gur - religion = animist - size = 100 - } - - artisans = { - culture = gur - religion = animist - size = 250 - } - - soldiers = { - culture = gur - religion = animist - size = 100 - } - - farmers = { - culture = gur - religion = animist - size = 4575 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1800 - } + aristocrats = { + culture = gur + religion = animist + size = 100 + } + + clergymen = { + culture = gur + religion = animist + size = 100 + } + + artisans = { + culture = gur + religion = animist + size = 250 + } + + soldiers = { + culture = gur + religion = animist + size = 100 + } + + farmers = { + culture = gur + religion = animist + size = 4575 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1800 + } } diff --git a/HPM/history/pops/1861.4.14/Bermuda.txt b/HPM/history/pops/1861.4.14/Bermuda.txt index 5d0c0520..6c7bb4a5 100644 --- a/HPM/history/pops/1861.4.14/Bermuda.txt +++ b/HPM/history/pops/1861.4.14/Bermuda.txt @@ -1,64 +1,64 @@ #Bermuda Region - 11500 #Bermuda (11500/2875 POPS) 203 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 20 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 20 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 130 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 130 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 40 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 40 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 1400 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 1400 + } - aristocrats = { - culture = british - religion = protestant - size = 30 - } + aristocrats = { + culture = british + religion = protestant + size = 30 + } - bureaucrats = { - culture = british - religion = protestant - size = 10 - } + bureaucrats = { + culture = british + religion = protestant + size = 10 + } - clergymen = { - culture = british - religion = protestant - size = 30 - } + clergymen = { + culture = british + religion = protestant + size = 30 + } - artisans = { - culture = british - religion = protestant - size = 190 - } + artisans = { + culture = british + religion = protestant + size = 190 + } - soldiers = { - culture = british - religion = protestant - size = 35 - } + soldiers = { + culture = british + religion = protestant + size = 35 + } - farmers = { - culture = british - religion = protestant - size = 990 - } + farmers = { + culture = british + religion = protestant + size = 990 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1861.4.14/Bhutan.txt b/HPM/history/pops/1861.4.14/Bhutan.txt index a8ea9079..5bf73136 100644 --- a/HPM/history/pops/1861.4.14/Bhutan.txt +++ b/HPM/history/pops/1861.4.14/Bhutan.txt @@ -2,85 +2,85 @@ #under the rule of Bhutan in 1836 #Thimbpu (136000/34000 POPS) 1329 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 592.25 - } - - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 25.75 - } - - officers = { - culture = tibetan - religion = gelugpa - size = 25.75 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 309.0 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1545.0 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size= 3000 - - } - - soldiers = { - culture = tibetan - religion = gelugpa - size= 1130 - - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 23272.25 - } - - aristocrats = { - culture = nepali - religion = hindu - size = 51.5 - } - - clergymen = { - culture = nepali - religion = hindu - size = 77.25 - } - - artisans = { - culture = nepali - religion = hindu - size = 206.0 - } - - soldiers = { - culture = nepali - religion = hindu - size= 25 - - } - - farmers = { - culture = nepali - religion = hindu - size = 3759.5 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 592.25 + } + + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 25.75 + } + + officers = { + culture = tibetan + religion = gelugpa + size = 25.75 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 309.0 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1545.0 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size= 3000 + + } + + soldiers = { + culture = tibetan + religion = gelugpa + size= 1130 + + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 23272.25 + } + + aristocrats = { + culture = nepali + religion = hindu + size = 51.5 + } + + clergymen = { + culture = nepali + religion = hindu + size = 77.25 + } + + artisans = { + culture = nepali + religion = hindu + size = 206.0 + } + + soldiers = { + culture = nepali + religion = hindu + size= 25 + + } + + farmers = { + culture = nepali + religion = hindu + size = 3759.5 + } } diff --git a/HPM/history/pops/1861.4.14/Bolivia.txt b/HPM/history/pops/1861.4.14/Bolivia.txt index f6e8ddc9..14f8df51 100644 --- a/HPM/history/pops/1861.4.14/Bolivia.txt +++ b/HPM/history/pops/1861.4.14/Bolivia.txt @@ -1,815 +1,815 @@ #La Paz Region (784000) #La Paz (475400/118850 POPS) 2310 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 2000 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 300 - } - - officers = { - culture = south_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 650 - } - - artisans = { - culture = south_andean - religion = catholic - size = 7175 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 5000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 1100 - } - - artisans = { - culture = aimara - religion = catholic - size = 5000 - } - - soldiers = { - culture = aimara - religion = catholic - size = 4000 - } - - farmers = { - culture = aimara - religion = catholic - size = 70000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 50 - } - - artisans = { - culture = quechua - religion = catholic - size = 450 - } - - soldiers = { - culture = quechua - religion = catholic - size = 225 - } - - farmers = { - culture = quechua - religion = catholic - size = 2775 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 2000 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 300 + } + + officers = { + culture = south_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 650 + } + + artisans = { + culture = south_andean + religion = catholic + size = 7175 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 5000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 1100 + } + + artisans = { + culture = aimara + religion = catholic + size = 5000 + } + + soldiers = { + culture = aimara + religion = catholic + size = 4000 + } + + farmers = { + culture = aimara + religion = catholic + size = 70000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 50 + } + + artisans = { + culture = quechua + religion = catholic + size = 450 + } + + soldiers = { + culture = quechua + religion = catholic + size = 225 + } + + farmers = { + culture = quechua + religion = catholic + size = 2775 + } } #Cochabamba (349900/87475 POPS) 2311 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1700 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 550 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1150 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 18600 - } - - clergymen = { - culture = quechua - religion = catholic - size = 300 - } - - artisans = { - culture = quechua - religion = catholic - size = 3125 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1100 - } - - farmers = { - culture = quechua - religion = catholic - size = 60000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1700 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 550 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1150 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 18600 + } + + clergymen = { + culture = quechua + religion = catholic + size = 300 + } + + artisans = { + culture = quechua + religion = catholic + size = 3125 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1100 + } + + farmers = { + culture = quechua + religion = catholic + size = 60000 + } } #Oruro (110900/27725 POPS) 2312 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 200 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1300 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 10000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 150 - } - - artisans = { - culture = aimara - religion = catholic - size = 700 - } - - soldiers = { - culture = aimara - religion = catholic - size = 150 - } - - farmers = { - culture = aimara - religion = catholic - size = 14000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 200 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1300 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 10000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 150 + } + + artisans = { + culture = aimara + religion = catholic + size = 700 + } + + soldiers = { + culture = aimara + religion = catholic + size = 150 + } + + farmers = { + culture = aimara + religion = catholic + size = 14000 + } } #Chuquisaca Region (593800) #Chuquisaca (223700/55925 POPS) 2313 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 600 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 1200 - } - - officers = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 200 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 725 - } - - farmers = { - culture = south_andean - religion = catholic - size = 8000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 450 - } - - artisans = { - culture = quechua - religion = catholic - size = 3000 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1225 - } - - farmers = { - culture = quechua - religion = catholic - size = 39250 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 600 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 1200 + } + + officers = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 200 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 725 + } + + farmers = { + culture = south_andean + religion = catholic + size = 8000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 450 + } + + artisans = { + culture = quechua + religion = catholic + size = 3000 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1225 + } + + farmers = { + culture = quechua + religion = catholic + size = 39250 + } } #Potosi (281200/70300 POPS) 2314 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 625 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 300 - } - - artisans = { - culture = south_andean - religion = catholic - size = 2000 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1075 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 525 - } - - artisans = { - culture = aimara - religion = catholic - size = 5000 - } - - soldiers = { - culture = aimara - religion = catholic - size = 4775 - } - - farmers = { - culture = aimara - religion = catholic - size = 42000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 625 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 300 + } + + artisans = { + culture = south_andean + religion = catholic + size = 2000 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1075 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 525 + } + + artisans = { + culture = aimara + religion = catholic + size = 5000 + } + + soldiers = { + culture = aimara + religion = catholic + size = 4775 + } + + farmers = { + culture = aimara + religion = catholic + size = 42000 + } } #Tarija (88900/22225 POPS) 2315 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 400 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 175 - } - - artisans = { - culture = quechua - religion = catholic - size = 1500 - } - - soldiers = { - culture = quechua - religion = catholic - size = 550 - } - - farmers = { - culture = quechua - religion = catholic - size = 16000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 400 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 175 + } + + artisans = { + culture = quechua + religion = catholic + size = 1500 + } + + soldiers = { + culture = quechua + religion = catholic + size = 550 + } + + farmers = { + culture = quechua + religion = catholic + size = 16000 + } } #Santa Cruz Region (153200) #Santa Cruz (51100/12775 POPS) 2316 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 300 - } - - officers = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 725 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5250 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 300 - } - - soldiers = { - culture = guarani - religion = animist - size = 100 - } - - farmers = { - culture = guarani - religion = animist - size = 5550 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 300 + } + + officers = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 725 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5250 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 300 + } + + soldiers = { + culture = guarani + religion = animist + size = 100 + } + + farmers = { + culture = guarani + religion = animist + size = 5550 + } } #San Ignacio (63800/15950 POPS) 2317 = { - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 575 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 7000 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 300 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 3600 - } - - aristocrats = { - culture = guarani - religion = animist - size = 25 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 275 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 3600 - } + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 575 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 7000 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 300 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 3600 + } + + aristocrats = { + culture = guarani + religion = animist + size = 25 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 275 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 3600 + } } #Robore (38300/9575 POPS) 2318 = { - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 525 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2750 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 400 - } - - soldiers = { - culture = guarani - religion = animist - size = 75 - } - - farmers = { - culture = guarani - religion = animist - size = 5400 - } + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 525 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2750 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 400 + } + + soldiers = { + culture = guarani + religion = animist + size = 75 + } + + farmers = { + culture = guarani + religion = animist + size = 5400 + } } #Beni Region (54000) #see Brazil.txt for balance of region #Santa Ana (46000/11500 POPS) 2319 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 100 - } - - officers = { - culture = south_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 875 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 75 - } - - artisans = { - culture = quechua - religion = catholic - size = 1325 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 3000 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 200 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 100 + } + + officers = { + culture = south_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 875 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 75 + } + + artisans = { + culture = quechua + religion = catholic + size = 1325 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 3000 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 200 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Riberalta (8000/2000 POPS) 2320 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 200 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1700 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 200 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1700 + } } #Pando Region (28000) #Cobija (28000/7000 POPS) 2321 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 775 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 150 - } - - soldiers = { - culture = quechua - religion = catholic - size = 50 - } - - farmers = { - culture = quechua - religion = catholic - size = 2775 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 775 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 150 + } + + soldiers = { + culture = quechua + religion = catholic + size = 50 + } + + farmers = { + culture = quechua + religion = catholic + size = 2775 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1861.4.14/Bosnia.txt b/HPM/history/pops/1861.4.14/Bosnia.txt index f73b7a18..d6e447df 100644 --- a/HPM/history/pops/1861.4.14/Bosnia.txt +++ b/HPM/history/pops/1861.4.14/Bosnia.txt @@ -2,484 +2,484 @@ #under the rule of Ottoman Empire in 1836 #Sarajevo (148000/37000 POPS) 783 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 669.5 - } - - bureaucrats = { - culture = bosniak - religion = sunni - size = 283.25 - } - - officers = { - culture = bosniak - religion = sunni - size = 231.75 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 206.0 - } - - artisans = { - culture = bosniak - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 386.25 - } - - farmers = { - culture = bosniak - religion = sunni - size = 15939.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 1802.5 - } - - farmers = { - culture = serb - religion = orthodox - size = 9424.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 489.25 - } - - farmers = { - culture = croat - religion = catholic - size = 3553.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 798.25 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 669.5 + } + + bureaucrats = { + culture = bosniak + religion = sunni + size = 283.25 + } + + officers = { + culture = bosniak + religion = sunni + size = 231.75 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 206.0 + } + + artisans = { + culture = bosniak + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 386.25 + } + + farmers = { + culture = bosniak + religion = sunni + size = 15939.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 1802.5 + } + + farmers = { + culture = serb + religion = orthodox + size = 9424.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 489.25 + } + + farmers = { + culture = croat + religion = catholic + size = 3553.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 798.25 + } } #Bihac (100000/25000 POPS) 784 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 412.0 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 180.25 - } - - artisans = { - culture = bosniak - religion = sunni - size = 772.5 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 257.5 - } - - farmers = { - culture = bosniak - religion = sunni - size = 16917.75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 77.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 309.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 3733.75 - } - - clergymen = { - culture = croat - religion = catholic - size = 51.5 - } - - artisans = { - culture = croat - religion = catholic - size = 206.0 - } - - farmers = { - culture = croat - religion = catholic - size = 2832.5 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 412.0 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 180.25 + } + + artisans = { + culture = bosniak + religion = sunni + size = 772.5 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 257.5 + } + + farmers = { + culture = bosniak + religion = sunni + size = 16917.75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 77.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 309.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 3733.75 + } + + clergymen = { + culture = croat + religion = catholic + size = 51.5 + } + + artisans = { + culture = croat + religion = catholic + size = 206.0 + } + + farmers = { + culture = croat + religion = catholic + size = 2832.5 + } } #Banja Luka (116000/29000 POPS) 785 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 515.0 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 51.5 - } - - artisans = { - culture = bosniak - religion = sunni - size = 824.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 309.0 - } - - farmers = { - culture = bosniak - religion = sunni - size = 4480.5 - } - - clergymen = { - culture = serb - religion = orthodox - size = 180.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 515.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 18874.75 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 154.5 - } - - farmers = { - culture = croat - religion = catholic - size = 3888.25 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 515.0 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 51.5 + } + + artisans = { + culture = bosniak + religion = sunni + size = 824.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 309.0 + } + + farmers = { + culture = bosniak + religion = sunni + size = 4480.5 + } + + clergymen = { + culture = serb + religion = orthodox + size = 180.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 515.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 18874.75 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 154.5 + } + + farmers = { + culture = croat + religion = catholic + size = 3888.25 + } } #Tuzla (168000/42000 POPS) 786 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 721.0 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 180.25 - } - - artisans = { - culture = bosniak - religion = sunni - size = 1184.5 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 463.5 - } - - farmers = { - culture = bosniak - religion = sunni - size = 14960.75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 180.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 721.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 19698.75 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 257.5 - } - - farmers = { - culture = croat - religion = catholic - size = 4815.25 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 721.0 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 180.25 + } + + artisans = { + culture = bosniak + religion = sunni + size = 1184.5 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 463.5 + } + + farmers = { + culture = bosniak + religion = sunni + size = 14960.75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 180.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 721.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 19698.75 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 257.5 + } + + farmers = { + culture = croat + religion = catholic + size = 4815.25 + } } #Foca (92000/23000 POPS) 787 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 412.0 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 77.25 - } - - artisans = { - culture = bosniak - religion = sunni - size = 618.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 206.0 - } - - farmers = { - culture = bosniak - religion = sunni - size = 5896.75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 154.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 566.5 - } - - farmers = { - culture = serb - religion = orthodox - size = 15759.0 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 412.0 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 77.25 + } + + artisans = { + culture = bosniak + religion = sunni + size = 618.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 206.0 + } + + farmers = { + culture = bosniak + religion = sunni + size = 5896.75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 154.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 566.5 + } + + farmers = { + culture = serb + religion = orthodox + size = 15759.0 + } } #Mostar (104000/26000 POPS) 788 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 463.5 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 51.5 - } - - artisans = { - culture = bosniak - religion = sunni - size = 618.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 257.5 - } - - farmers = { - culture = bosniak - religion = sunni - size = 3759.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 128.75 - } - - artisans = { - culture = croat - religion = catholic - size = 515.0 - } - - farmers = { - culture = croat - religion = catholic - size = 14806.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 51.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 206.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 5922.5 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 463.5 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 51.5 + } + + artisans = { + culture = bosniak + religion = sunni + size = 618.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 257.5 + } + + farmers = { + culture = bosniak + religion = sunni + size = 3759.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 128.75 + } + + artisans = { + culture = croat + religion = catholic + size = 515.0 + } + + farmers = { + culture = croat + religion = catholic + size = 14806.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 51.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 206.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 5922.5 + } } #Livno (136000/34000 POPS) 789 = { - aristocrats = { - culture = bosniak - religion = sunni - size = 360.5 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 25.75 - } - - artisans = { - culture = bosniak - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bosniak - religion = sunni - size = 309.0 - } - - farmers = { - culture = bosniak - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = croat - religion = catholic - size = 128.75 - } - - artisans = { - culture = croat - religion = catholic - size = 824.0 - } - - farmers = { - culture = croat - religion = catholic - size = 14497.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 154.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 669.5 - } - - farmers = { - culture = serb - religion = orthodox - size = 16789.0 - } + aristocrats = { + culture = bosniak + religion = sunni + size = 360.5 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 25.75 + } + + artisans = { + culture = bosniak + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bosniak + religion = sunni + size = 309.0 + } + + farmers = { + culture = bosniak + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = croat + religion = catholic + size = 128.75 + } + + artisans = { + culture = croat + religion = catholic + size = 824.0 + } + + farmers = { + culture = croat + religion = catholic + size = 14497.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 154.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 669.5 + } + + farmers = { + culture = serb + religion = orthodox + size = 16789.0 + } } diff --git a/HPM/history/pops/1861.4.14/Botswana.txt b/HPM/history/pops/1861.4.14/Botswana.txt index 12b70988..5cef47d6 100644 --- a/HPM/history/pops/1861.4.14/Botswana.txt +++ b/HPM/history/pops/1861.4.14/Botswana.txt @@ -1,262 +1,262 @@ -#Bechuanaland Region (76000) #see South Africa.txt for balance of region +#Bechuanaland Region (76000) #see South Africa.txt for balance of region #uncolonized in 1836/dominated by the Tswana in 1836 -#Gaborone (28000/7000 POPS) +#Gaborone (28000/7000 POPS) 2074 = { - aristocrats = { - culture = tswana - religion = animist - size = 125 - } - - clergymen = { - culture = tswana - religion = animist - size = 75 - } - - artisans = { - culture = tswana - religion = animist - size = 350 - } - - soldiers = { - culture = tswana - religion = animist - size= 75 - - } - - farmers = { - culture = tswana - religion = animist - size = 6375 - } + aristocrats = { + culture = tswana + religion = animist + size = 125 + } + + clergymen = { + culture = tswana + religion = animist + size = 75 + } + + artisans = { + culture = tswana + religion = animist + size = 350 + } + + soldiers = { + culture = tswana + religion = animist + size= 75 + + } + + farmers = { + culture = tswana + religion = animist + size = 6375 + } } -#Nokaneng (12000/3000 POPS) +#Nokaneng (12000/3000 POPS) 2076 = { - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size= 10 - - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } - - aristocrats = { - culture = herero - religion = animist - size = 25 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 100 - } - - soldiers = { - culture = herero - religion = animist - size= 25 - - } - - farmers = { - culture = herero - religion = animist - size = 1800 - } + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size= 10 + + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } + + aristocrats = { + culture = herero + religion = animist + size = 25 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 100 + } + + soldiers = { + culture = herero + religion = animist + size= 25 + + } + + farmers = { + culture = herero + religion = animist + size = 1800 + } } -#Tshabong (12000/3000 POPS) +#Tshabong (12000/3000 POPS) 2077 = { - aristocrats = { - culture = tswana - religion = animist - size = 25 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 100 - } - - soldiers = { - culture = tswana - religion = animist - size= 25 - - } - - farmers = { - culture = tswana - religion = animist - size = 1800 - } - - aristocrats = { - culture = khoisan - religion = animist - size = 15 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - soldiers = { - culture = khoisan - religion = animist - size= 10 - - } - - farmers = { - culture = khoisan - religion = animist - size = 900 - } + aristocrats = { + culture = tswana + religion = animist + size = 25 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 100 + } + + soldiers = { + culture = tswana + religion = animist + size= 25 + + } + + farmers = { + culture = tswana + religion = animist + size = 1800 + } + + aristocrats = { + culture = khoisan + religion = animist + size = 15 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + soldiers = { + culture = khoisan + religion = animist + size= 10 + + } + + farmers = { + culture = khoisan + religion = animist + size = 900 + } } -#Mochidi (16000/4000 POPS) +#Mochidi (16000/4000 POPS) 2574 = { - aristocrats = { - culture = tswana - religion = animist - size = 50 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 200 - } - - soldiers = { - culture = tswana - religion = animist - size= 50 - - } - - farmers = { - culture = tswana - religion = animist - size = 3650 - } + aristocrats = { + culture = tswana + religion = animist + size = 50 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 200 + } + + soldiers = { + culture = tswana + religion = animist + size= 50 + + } + + farmers = { + culture = tswana + religion = animist + size = 3650 + } } #under the rule of Matabele in 1836 -#Serowe (16000/4000 POPS) +#Serowe (16000/4000 POPS) 2075 = { - aristocrats = { - culture = nguni - religion = animist - size = 30 - } - - clergymen = { - culture = nguni - religion = animist - size = 30 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size= 40 - - } - - farmers = { - culture = nguni - religion = animist - size = 1800 - } - - aristocrats = { - culture = tswana - religion = animist - size = 30 - } - - clergymen = { - culture = tswana - religion = animist - size = 50 - } - - artisans = { - culture = tswana - religion = animist - size = 100 - } - - soldiers = { - culture = tswana - religion = animist - size= 20 - - } - - farmers = { - culture = tswana - religion = animist - size = 1800 - } + aristocrats = { + culture = nguni + religion = animist + size = 30 + } + + clergymen = { + culture = nguni + religion = animist + size = 30 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size= 40 + + } + + farmers = { + culture = nguni + religion = animist + size = 1800 + } + + aristocrats = { + culture = tswana + religion = animist + size = 30 + } + + clergymen = { + culture = tswana + religion = animist + size = 50 + } + + artisans = { + culture = tswana + religion = animist + size = 100 + } + + soldiers = { + culture = tswana + religion = animist + size= 20 + + } + + farmers = { + culture = tswana + religion = animist + size = 1800 + } } diff --git a/HPM/history/pops/1861.4.14/Brazil.txt b/HPM/history/pops/1861.4.14/Brazil.txt index ee69e464..0432ec59 100644 --- a/HPM/history/pops/1861.4.14/Brazil.txt +++ b/HPM/history/pops/1861.4.14/Brazil.txt @@ -1,3677 +1,3677 @@ #Rio Negro Region (12000) #see Colombia.txt for balance of region #Marabitanas (12000/3000 POPS) #now part of Brazil 2401 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Amazonas Region (101300) #Manaus (50500/12625 POPS) 2402 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 255 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 15 - } - - officers = { - culture = brazilian - religion = catholic - size = 15 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 95 - } - - artisans = { - culture = brazilian - religion = catholic - size = 250 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 65 - } - - farmers = { - culture = brazilian - religion = catholic - size = 4380 - } - - clergymen = { - culture = amazonian - religion = animist - size = 65 - } - - artisans = { - culture = amazonian - religion = animist - size = 380 - } - - soldiers = { - culture = amazonian - religion = animist - size = 95 - } - - farmers = { - culture = amazonian - religion = animist - size = 7010 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 255 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 15 + } + + officers = { + culture = brazilian + religion = catholic + size = 15 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 95 + } + + artisans = { + culture = brazilian + religion = catholic + size = 250 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 65 + } + + farmers = { + culture = brazilian + religion = catholic + size = 4380 + } + + clergymen = { + culture = amazonian + religion = animist + size = 65 + } + + artisans = { + culture = amazonian + religion = animist + size = 380 + } + + soldiers = { + culture = amazonian + religion = animist + size = 95 + } + + farmers = { + culture = amazonian + religion = animist + size = 7010 + } } #Cachoeira (10200/2550 POPS) 2403 = { - aristocrats = { - culture = amazonian - religion = animist - size = 30 - } - - clergymen = { - culture = amazonian - religion = animist - size = 65 - } - - artisans = { - culture = amazonian - religion = animist - size = 130 - } - - soldiers = { - culture = amazonian - religion = animist - size = 30 - } - - farmers = { - culture = amazonian - religion = animist - size = 2295 - } + aristocrats = { + culture = amazonian + religion = animist + size = 30 + } + + clergymen = { + culture = amazonian + religion = animist + size = 65 + } + + artisans = { + culture = amazonian + religion = animist + size = 130 + } + + soldiers = { + culture = amazonian + religion = animist + size = 30 + } + + farmers = { + culture = amazonian + religion = animist + size = 2295 + } } #Tefe (5100/1275 POPS) 2404 = { - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 30 - } - - artisans = { - culture = amazonian - religion = animist - size = 65 - } - - soldiers = { - culture = amazonian - religion = animist - size = 20 - } - - farmers = { - culture = amazonian - religion = animist - size = 1145 - } + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 30 + } + + artisans = { + culture = amazonian + religion = animist + size = 65 + } + + soldiers = { + culture = amazonian + religion = animist + size = 20 + } + + farmers = { + culture = amazonian + religion = animist + size = 1145 + } } #Borba (15100/3775 POPS) 2405 = { - aristocrats = { - culture = amazonian - religion = animist - size = 65 - } - - clergymen = { - culture = amazonian - religion = animist - size = 95 - } - - artisans = { - culture = amazonian - religion = animist - size = 190 - } - - soldiers = { - culture = amazonian - religion = animist - size = 35 - } - - farmers = { - culture = amazonian - religion = animist - size = 3390 - } + aristocrats = { + culture = amazonian + religion = animist + size = 65 + } + + clergymen = { + culture = amazonian + religion = animist + size = 95 + } + + artisans = { + culture = amazonian + religion = animist + size = 190 + } + + soldiers = { + culture = amazonian + religion = animist + size = 35 + } + + farmers = { + culture = amazonian + religion = animist + size = 3390 + } } #Tabatinga (5100/1275 POPS) 2407 = { - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 30 - } - - artisans = { - culture = amazonian - religion = animist - size = 65 - } - - soldiers = { - culture = amazonian - religion = animist - size = 20 - } - - farmers = { - culture = amazonian - religion = animist - size = 1145 - } + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 30 + } + + artisans = { + culture = amazonian + religion = animist + size = 65 + } + + soldiers = { + culture = amazonian + religion = animist + size = 20 + } + + farmers = { + culture = amazonian + religion = animist + size = 1145 + } } #Oriximina (10200/2550 POPS) 2408 = { - aristocrats = { - culture = amazonian - religion = animist - size = 30 - } - - clergymen = { - culture = amazonian - religion = animist - size = 65 - } - - artisans = { - culture = amazonian - religion = animist - size = 125 - } - - soldiers = { - culture = amazonian - religion = animist - size = 35 - } - - farmers = { - culture = amazonian - religion = animist - size = 2295 - } + aristocrats = { + culture = amazonian + religion = animist + size = 30 + } + + clergymen = { + culture = amazonian + religion = animist + size = 65 + } + + artisans = { + culture = amazonian + religion = animist + size = 125 + } + + soldiers = { + culture = amazonian + religion = animist + size = 35 + } + + farmers = { + culture = amazonian + religion = animist + size = 2295 + } } #Forte Sao Joaquim (5100/1275 POPS) #now Roraima state Brazil 2532 = { - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 30 - } - - artisans = { - culture = amazonian - religion = animist - size = 65 - } - - soldiers = { - culture = amazonian - religion = animist - size = 20 - } - - farmers = { - culture = amazonian - religion = animist - size = 1145 - } + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 30 + } + + artisans = { + culture = amazonian + religion = animist + size = 65 + } + + soldiers = { + culture = amazonian + religion = animist + size = 20 + } + + farmers = { + culture = amazonian + religion = animist + size = 1145 + } } #Pará Region (278700) #Belem (130700/32675 POPS) 2410 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 300 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 190 - } - - officers = { - culture = brazilian - religion = catholic - size = 155 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 220 - } - - artisans = { - culture = brazilian - religion = catholic - size = 710 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 450 - } - - farmers = { - culture = brazilian - religion = catholic - size = 15400 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 110 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 545 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 110 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 5450 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - clergymen = { - culture = amazonian - religion = animist - size = 165 - } - - artisans = { - culture = amazonian - religion = animist - size = 325 - } - - soldiers = { - culture = amazonian - religion = animist - size = 65 - } - - farmers = { - culture = amazonian - religion = animist - size = 5880 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 300 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 190 + } + + officers = { + culture = brazilian + religion = catholic + size = 155 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 220 + } + + artisans = { + culture = brazilian + religion = catholic + size = 710 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 450 + } + + farmers = { + culture = brazilian + religion = catholic + size = 15400 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 110 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 545 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 110 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 5450 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + clergymen = { + culture = amazonian + religion = animist + size = 165 + } + + artisans = { + culture = amazonian + religion = animist + size = 325 + } + + soldiers = { + culture = amazonian + religion = animist + size = 65 + } + + farmers = { + culture = amazonian + religion = animist + size = 5880 + } } #Santarem (43600/10900 POPS) 2411 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 150 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 110 - } - - artisans = { - culture = brazilian - religion = catholic - size = 220 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = brazilian - religion = catholic - size = 3815 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 115 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 30 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 680 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1310 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 210 - } - - soldiers = { - culture = amazonian - religion = animist - size = 100 - } - - farmers = { - culture = amazonian - religion = animist - size = 4000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 150 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 110 + } + + artisans = { + culture = brazilian + religion = catholic + size = 220 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = brazilian + religion = catholic + size = 3815 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 115 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 30 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 680 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1310 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 210 + } + + soldiers = { + culture = amazonian + religion = animist + size = 100 + } + + farmers = { + culture = amazonian + religion = animist + size = 4000 + } } #Obidos (17400/4350 POPS) 2412 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 125 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1950 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 20 - } - - clergymen = { - culture = amazonian - religion = animist - size = 55 - } - - artisans = { - culture = amazonian - religion = animist - size = 110 - } - - soldiers = { - culture = amazonian - religion = animist - size = 40 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 125 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1950 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 20 + } + + clergymen = { + culture = amazonian + religion = animist + size = 55 + } + + artisans = { + culture = amazonian + religion = animist + size = 110 + } + + soldiers = { + culture = amazonian + religion = animist + size = 40 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } } #Cachimbo (26100/6525 POPS) 2413 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 110 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 55 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1960 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 110 - } - - artisans = { - culture = amazonian - religion = animist - size = 225 - } - - soldiers = { - culture = amazonian - religion = animist - size = 65 - } - - farmers = { - culture = amazonian - religion = animist - size = 3900 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 110 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 55 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1960 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 110 + } + + artisans = { + culture = amazonian + religion = animist + size = 225 + } + + soldiers = { + culture = amazonian + religion = animist + size = 65 + } + + farmers = { + culture = amazonian + religion = animist + size = 3900 + } } #Amapa (17400/4350 POPS) 2414 = { - aristocrats = { - culture = french - religion = catholic - size = 75 - } - - clergymen = { - culture = french - religion = catholic - size = 55 - } - - artisans = { - culture = french - religion = catholic - size = 50 - } - - soldiers = { - culture = french - religion = catholic - size = 55 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 15 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 105 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 15 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 325 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 1480 - } - - clergymen = { - culture = amazonian - religion = animist - size = 55 - } - - artisans = { - culture = amazonian - religion = animist - size = 110 - } - - soldiers = { - culture = amazonian - religion = animist - size = 30 - } - - farmers = { - culture = amazonian - religion = animist - size = 1980 - } + aristocrats = { + culture = french + religion = catholic + size = 75 + } + + clergymen = { + culture = french + religion = catholic + size = 55 + } + + artisans = { + culture = french + religion = catholic + size = 50 + } + + soldiers = { + culture = french + religion = catholic + size = 55 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 15 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 105 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 15 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 325 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 1480 + } + + clergymen = { + culture = amazonian + religion = animist + size = 55 + } + + artisans = { + culture = amazonian + religion = animist + size = 110 + } + + soldiers = { + culture = amazonian + religion = animist + size = 30 + } + + farmers = { + culture = amazonian + religion = animist + size = 1980 + } } #Macapa (17400/4350 POPS) 2415 = { - clergymen = { - culture = brazilian - religion = catholic - size = 55 - } - - artisans = { - culture = brazilian - religion = catholic - size = 110 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1960 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 110 - } - - soldiers = { - culture = amazonian - religion = animist - size = 40 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } + clergymen = { + culture = brazilian + religion = catholic + size = 55 + } + + artisans = { + culture = brazilian + religion = catholic + size = 110 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1960 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 110 + } + + soldiers = { + culture = amazonian + religion = animist + size = 40 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } } #Altamira (26100/6525 POPS) 2600 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 120 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 55 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1950 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 110 - } - - artisans = { - culture = amazonian - religion = animist - size = 225 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 3915 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 120 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 55 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1950 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 110 + } + + artisans = { + culture = amazonian + religion = animist + size = 225 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 3915 + } } #Mato Grosso Region (167500) #Dourados (68300/17075 POPS) 2416 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 300 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 365 - } - - officers = { - culture = brazilian - religion = catholic - size = 175 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 245 - } - - artisans = { - culture = brazilian - religion = catholic - size = 490 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 515 - } - - farmers = { - culture = brazilian - religion = catholic - size = 6710 - } - - clergymen = { - culture = guarani - religion = animist - size = 130 - } - - artisans = { - culture = guarani - religion = animist - size = 390 - } - - soldiers = { - culture = guarani - religion = animist - size = 130 - } - - farmers = { - culture = guarani - religion = animist - size = 7600 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 300 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 365 + } + + officers = { + culture = brazilian + religion = catholic + size = 175 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 245 + } + + artisans = { + culture = brazilian + religion = catholic + size = 490 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 515 + } + + farmers = { + culture = brazilian + religion = catholic + size = 6710 + } + + clergymen = { + culture = guarani + religion = animist + size = 130 + } + + artisans = { + culture = guarani + religion = animist + size = 390 + } + + soldiers = { + culture = guarani + religion = animist + size = 130 + } + + farmers = { + culture = guarani + religion = animist + size = 7600 + } } #Vila Bela (43400/10850 POPS) 2417 = { - clergymen = { - culture = brazilian - religion = catholic - size = 80 - } - - artisans = { - culture = brazilian - religion = catholic - size = 155 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 40 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2830 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - clergymen = { - culture = amazonian - religion = animist - size = 80 - } - - artisans = { - culture = amazonian - religion = animist - size = 395 - } - - soldiers = { - culture = amazonian - religion = animist - size = 80 - } - - farmers = { - culture = amazonian - religion = animist - size = 7090 - } + clergymen = { + culture = brazilian + religion = catholic + size = 80 + } + + artisans = { + culture = brazilian + religion = catholic + size = 155 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 40 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2830 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + clergymen = { + culture = amazonian + religion = animist + size = 80 + } + + artisans = { + culture = amazonian + religion = animist + size = 395 + } + + soldiers = { + culture = amazonian + religion = animist + size = 80 + } + + farmers = { + culture = amazonian + religion = animist + size = 7090 + } } #Cuiaba (43400/10850 POPS) 2418 = { - clergymen = { - culture = brazilian - religion = catholic - size = 40 - } - - artisans = { - culture = brazilian - religion = catholic - size = 80 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 40 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1395 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 40 - } - - artisans = { - culture = amazonian - religion = animist - size = 80 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1390 - } - - aristocrats = { - culture = guarani - religion = animist - size = 80 - } - - clergymen = { - culture = guarani - religion = animist - size = 105 - } - - artisans = { - culture = guarani - religion = animist - size = 390 - } - - soldiers = { - culture = guarani - religion = animist - size = 80 - } - - farmers = { - culture = guarani - religion = animist - size = 7090 - } + clergymen = { + culture = brazilian + religion = catholic + size = 40 + } + + artisans = { + culture = brazilian + religion = catholic + size = 80 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 40 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1395 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 40 + } + + artisans = { + culture = amazonian + religion = animist + size = 80 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1390 + } + + aristocrats = { + culture = guarani + religion = animist + size = 80 + } + + clergymen = { + culture = guarani + religion = animist + size = 105 + } + + artisans = { + culture = guarani + religion = animist + size = 390 + } + + soldiers = { + culture = guarani + religion = animist + size = 80 + } + + farmers = { + culture = guarani + religion = animist + size = 7090 + } } #Corumba (12400/3100 POPS) 2419 = { - clergymen = { - culture = brazilian - religion = catholic - size = 40 - } - - artisans = { - culture = brazilian - religion = catholic - size = 80 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1380 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 15 - } - - clergymen = { - culture = amazonian - religion = animist - size = 40 - } - - artisans = { - culture = amazonian - religion = animist - size = 80 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 1390 - } + clergymen = { + culture = brazilian + religion = catholic + size = 40 + } + + artisans = { + culture = brazilian + religion = catholic + size = 80 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1380 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 15 + } + + clergymen = { + culture = amazonian + religion = animist + size = 40 + } + + artisans = { + culture = amazonian + religion = animist + size = 80 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 1390 + } } #Paraguay Region (20000) #see Paraguay.txt & Argentina.txt for balance of region #Igautemi (31000/7750 POPS) #now part of Brazil 2420 = { - clergymen = { - culture = brazilian - religion = catholic - size = 80 - } - - artisans = { - culture = brazilian - religion = catholic - size = 150 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 40 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2830 - } - - aristocrats = { - culture = guarani - religion = animist - size = 60 - } - - clergymen = { - culture = guarani - religion = animist - size = 125 - } - - artisans = { - culture = guarani - religion = animist - size = 240 - } - - soldiers = { - culture = guarani - religion = animist - size = 40 - } - - farmers = { - culture = guarani - religion = animist - size = 4185 - } + clergymen = { + culture = brazilian + religion = catholic + size = 80 + } + + artisans = { + culture = brazilian + religion = catholic + size = 150 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 40 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2830 + } + + aristocrats = { + culture = guarani + religion = animist + size = 60 + } + + clergymen = { + culture = guarani + religion = animist + size = 125 + } + + artisans = { + culture = guarani + religion = animist + size = 240 + } + + soldiers = { + culture = guarani + religion = animist + size = 40 + } + + farmers = { + culture = guarani + religion = animist + size = 4185 + } } #Goiás Region (140000) #Vila Boa (96200/24050 POPS) 2421 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 300 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 125 - } - - officers = { - culture = brazilian - religion = catholic - size = 125 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 165 - } - - artisans = { - culture = brazilian - religion = catholic - size = 545 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 165 - } - - farmers = { - culture = brazilian - religion = catholic - size = 11695 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 120 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 550 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 110 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3600 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 6550 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 300 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 125 + } + + officers = { + culture = brazilian + religion = catholic + size = 125 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 165 + } + + artisans = { + culture = brazilian + religion = catholic + size = 545 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 165 + } + + farmers = { + culture = brazilian + religion = catholic + size = 11695 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 120 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 550 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 110 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3600 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 6550 + } } #Aganja (17500/4375 POPS) 2422 = { - clergymen = { - culture = brazilian - religion = catholic - size = 55 - } - - artisans = { - culture = brazilian - religion = catholic - size = 110 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 55 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1970 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 20 - } - - clergymen = { - culture = amazonian - religion = animist - size = 55 - } - - artisans = { - culture = amazonian - religion = animist - size = 110 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 1950 - } + clergymen = { + culture = brazilian + religion = catholic + size = 55 + } + + artisans = { + culture = brazilian + religion = catholic + size = 110 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 55 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1970 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 20 + } + + clergymen = { + culture = amazonian + religion = animist + size = 55 + } + + artisans = { + culture = amazonian + religion = animist + size = 110 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 1950 + } } #Palmas (26300/6575 POPS) 2423 = { - clergymen = { - culture = brazilian - religion = catholic - size = 55 - } - - artisans = { - culture = brazilian - religion = catholic - size = 110 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1970 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 115 - } - - artisans = { - culture = amazonian - religion = animist - size = 220 - } - - soldiers = { - culture = amazonian - religion = animist - size = 55 - } - - farmers = { - culture = amazonian - religion = animist - size = 3940 - } + clergymen = { + culture = brazilian + religion = catholic + size = 55 + } + + artisans = { + culture = brazilian + religion = catholic + size = 110 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1970 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 115 + } + + artisans = { + culture = amazonian + religion = animist + size = 220 + } + + soldiers = { + culture = amazonian + religion = animist + size = 55 + } + + farmers = { + culture = amazonian + religion = animist + size = 3940 + } } #Maranhão Region (374700) #Sao Luis (288400/72100 POPS) 2424 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 510 - } - - officers = { - culture = brazilian - religion = catholic - size = 380 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 585 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1800 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 450 - } - - farmers = { - culture = brazilian - religion = catholic - size = 40275 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 135 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1350 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 270 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 9045 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16200 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 510 + } + + officers = { + culture = brazilian + religion = catholic + size = 380 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 585 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1800 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 450 + } + + farmers = { + culture = brazilian + religion = catholic + size = 40275 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 135 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1350 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 270 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 9045 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16200 + } } #Chapada (86300/21575 POPS) 2425 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 450 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 810 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 180 - } - - farmers = { - culture = brazilian - religion = catholic - size = 14625 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 45 - } - - artisans = { - culture = tupinamba - religion = animist - size = 270 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 45 - } - - farmers = { - culture = tupinamba - religion = animist - size = 4950 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 450 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 810 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 180 + } + + farmers = { + culture = brazilian + religion = catholic + size = 14625 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 45 + } + + artisans = { + culture = tupinamba + religion = animist + size = 270 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 45 + } + + farmers = { + culture = tupinamba + religion = animist + size = 4950 + } } #Piaui Region (200200) #Teresina (157000/39250 POPS) 2426 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 825 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 875 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 18700 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 800 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5500 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 11000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 825 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 875 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 18700 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 800 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5500 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 11000 + } } #Oieras (43200/10800 POPS) 2427 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 200 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 130 - } - - artisans = { - culture = brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = brazilian - religion = catholic - size = 9000 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 10 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 10 - } - - farmers = { - culture = tupinamba - religion = animist - size = 800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 200 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 130 + } + + artisans = { + culture = brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = brazilian + religion = catholic + size = 9000 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 10 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 10 + } + + farmers = { + culture = tupinamba + religion = animist + size = 800 + } } #Paraiba Region (179600) #Paraiba (179600/44900 POPS) 2428 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 800 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 210 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 350 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 340 - } - - farmers = { - culture = brazilian - religion = catholic - size = 32000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 5850 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 800 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 210 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 350 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 340 + } + + farmers = { + culture = brazilian + religion = catholic + size = 32000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 5850 + } } #Ceará Region (467600) #Fortaleza (362600/90650 POPS) 2429 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1860 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 310 - } - - officers = { - culture = brazilian - religion = catholic - size = 260 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 600 - } - - artisans = { - culture = brazilian - religion = catholic - size = 4360 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 2000 - } - - farmers = { - culture = brazilian - religion = catholic - size = 46960 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1700 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 350 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 12100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 20000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1860 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 310 + } + + officers = { + culture = brazilian + religion = catholic + size = 260 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 600 + } + + artisans = { + culture = brazilian + religion = catholic + size = 4360 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 2000 + } + + farmers = { + culture = brazilian + religion = catholic + size = 46960 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1700 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 350 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 12100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 20000 + } } #Crato (105000/26250 POPS) 2430 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 500 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 275 - } - - artisans = { - culture = brazilian - religion = catholic - size = 650 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = brazilian - religion = catholic - size = 14585 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 3390 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 6000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 500 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 275 + } + + artisans = { + culture = brazilian + religion = catholic + size = 650 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = brazilian + religion = catholic + size = 14585 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 3390 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 6000 + } } #Rio Grande do Norte Region (185000) #Natal (185000/46250 POPS) 2431 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 950 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 350 - } - - artisans = { - culture = brazilian - religion = catholic - size = 3870 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = brazilian - religion = catholic - size = 19700 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 130 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1050 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 7000 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 12650 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 950 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 350 + } + + artisans = { + culture = brazilian + religion = catholic + size = 3870 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = brazilian + religion = catholic + size = 19700 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 130 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1050 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 7000 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 12650 + } } #Pernambuco Region (308500) #Recife (207300/51825 POPS) 2432 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 335 - } - - officers = { - culture = brazilian - religion = catholic - size = 190 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 400 - } - - artisans = { - culture = brazilian - religion = catholic - size = 11400 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = brazilian - religion = catholic - size = 16660 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 95 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 3800 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 225 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4750 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 12670 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 335 + } + + officers = { + culture = brazilian + religion = catholic + size = 190 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 400 + } + + artisans = { + culture = brazilian + religion = catholic + size = 11400 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = brazilian + religion = catholic + size = 16660 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 95 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 3800 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 225 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4750 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 12670 + } } #Cabrobo (101200/25300 POPS) 2433 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 500 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 160 - } - - artisans = { - culture = brazilian - religion = catholic - size = 450 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 95 - } - - farmers = { - culture = brazilian - religion = catholic - size = 8900 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 760 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 155 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5350 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 8870 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 500 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 160 + } + + artisans = { + culture = brazilian + religion = catholic + size = 450 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 95 + } + + farmers = { + culture = brazilian + religion = catholic + size = 8900 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 760 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 155 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5350 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 8870 + } } #Alagoas Region (252100) #Maceio (252100/63025 POPS) 2434 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1285 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 500 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1500 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1650 - } - - farmers = { - culture = brazilian - religion = catholic - size = 31565 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 120 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1305 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 8300 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16500 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1285 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 500 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1500 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1650 + } + + farmers = { + culture = brazilian + religion = catholic + size = 31565 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 120 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1305 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 8300 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16500 + } } #Sergipe Region (251800) #Aracaju (251800/62950 POPS) 2435 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1300 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 520 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1470 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 400 - } - - farmers = { - culture = brazilian - religion = catholic - size = 32000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1350 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 275 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 8750 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16785 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1300 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 520 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1470 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 400 + } + + farmers = { + culture = brazilian + religion = catholic + size = 32000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1350 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 275 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 8750 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16785 + } } #Bahia Region (1200000) #Salvador de Bahia (474700/118675 POPS) 2436 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 2200 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 695 - } - - officers = { - culture = brazilian - religion = catholic - size = 335 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 1100 - } - - artisans = { - culture = brazilian - religion = catholic - size = 36000 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1330 - } - - farmers = { - culture = brazilian - religion = catholic - size = 37135 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 7315 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 400 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 8065 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 24000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 2200 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 695 + } + + officers = { + culture = brazilian + religion = catholic + size = 335 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 1100 + } + + artisans = { + culture = brazilian + religion = catholic + size = 36000 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1330 + } + + farmers = { + culture = brazilian + religion = catholic + size = 37135 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 7315 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 400 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 8065 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 24000 + } } #Juazeiro (240000/60000 POPS) 2437 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1200 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 400 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = brazilian - religion = catholic - size = 22430 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 165 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1740 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 375 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 11060 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 21320 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1200 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 400 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = brazilian + religion = catholic + size = 22430 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 165 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1740 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 375 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 11060 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 21320 + } } #Vila do Barra (186600/46650 POPS) 2438 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 950 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 365 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1065 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 270 - } - - farmers = { - culture = brazilian - religion = catholic - size = 24000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6700 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 12000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 950 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 365 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1065 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 270 + } + + farmers = { + culture = brazilian + religion = catholic + size = 24000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6700 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 12000 + } } #Porto Seguro (160000/40000 POPS) 2439 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 800 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 300 - } - - artisans = { - culture = brazilian - religion = catholic - size = 950 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = brazilian - religion = catholic - size = 20380 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 865 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 165 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5565 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10650 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 800 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 300 + } + + artisans = { + culture = brazilian + religion = catholic + size = 950 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = brazilian + religion = catholic + size = 20380 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 865 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 165 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5565 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10650 + } } #Vitoria da Conquista (138700/34675 POPS) 2440 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 700 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = brazilian - religion = catholic - size = 600 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = brazilian - religion = catholic - size = 12975 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 925 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 7475 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 11300 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 700 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = brazilian + religion = catholic + size = 600 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = brazilian + religion = catholic + size = 12975 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 925 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 7475 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 11300 + } } #Minas Gerais Region (1350000) #Ouro Preto (443300/110825 POPS) 2441 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 2000 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 740 - } - - officers = { - culture = brazilian - religion = catholic - size = 415 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 880 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2685 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1850 - } - - farmers = { - culture = brazilian - religion = catholic - size = 58660 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 2070 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 450 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 16900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 24000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 2000 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 740 + } + + officers = { + culture = brazilian + religion = catholic + size = 415 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 880 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2685 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1850 + } + + farmers = { + culture = brazilian + religion = catholic + size = 58660 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 2070 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 450 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 16900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 24000 + } } #Sabara (204200/51050 POPS) 2442 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 900 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 370 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1055 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 230 - } - - farmers = { - culture = brazilian - religion = catholic - size = 24435 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 90 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1215 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 230 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 7725 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 14800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 900 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 370 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1055 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 230 + } + + farmers = { + culture = brazilian + religion = catholic + size = 24435 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 90 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1215 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 230 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 7725 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 14800 + } } #Januaria (185200/46300 POPS) 2443 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1100 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 345 - } - - artisans = { - culture = brazilian - religion = catholic - size = 740 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 185 - } - - farmers = { - culture = brazilian - religion = catholic - size = 16250 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 160 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1395 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 275 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 9300 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 16650 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1100 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 345 + } + + artisans = { + culture = brazilian + religion = catholic + size = 740 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 185 + } + + farmers = { + culture = brazilian + religion = catholic + size = 16250 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 160 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1395 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 275 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 9300 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 16650 + } } #Paracatu (146600/36650 POPS) 2444 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 780 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 285 - } - - artisans = { - culture = brazilian - religion = catholic - size = 845 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 230 - } - - farmers = { - culture = brazilian - religion = catholic - size = 17850 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 90 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 835 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 185 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 5370 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10180 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 780 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 285 + } + + artisans = { + culture = brazilian + religion = catholic + size = 845 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 230 + } + + farmers = { + culture = brazilian + religion = catholic + size = 17850 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 90 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 835 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 185 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 5370 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10180 + } } #Uberaba (125900/31475 POPS) 2445 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 650 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 245 - } - - artisans = { - culture = brazilian - religion = catholic - size = 600 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 140 - } - - farmers = { - culture = brazilian - religion = catholic - size = 11430 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 925 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 185 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6200 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 11000 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 650 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 245 + } + + artisans = { + culture = brazilian + religion = catholic + size = 600 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 140 + } + + farmers = { + culture = brazilian + religion = catholic + size = 11430 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 925 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 185 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6200 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 11000 + } } #Sao Joao del Rey (244800/61200 POPS) 2446 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1250 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 420 - } - - artisans = { - culture = brazilian - religion = catholic - size = 970 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 230 - } - - farmers = { - culture = brazilian - religion = catholic - size = 21300 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1860 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 370 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 12400 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 22200 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1250 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 420 + } + + artisans = { + culture = brazilian + religion = catholic + size = 970 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 230 + } + + farmers = { + culture = brazilian + religion = catholic + size = 21300 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1860 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 370 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 12400 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 22200 + } } #Rio de Janeiro Region (1325000) #Rio de Janeiro (1081600/270400 POPS) 2447 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 3715 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 760 - } - - officers = { - culture = brazilian - religion = catholic - size = 370 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 2355 - } - - artisans = { - culture = brazilian - religion = catholic - size = 44400 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 14700 - } - - farmers = { - culture = brazilian - religion = catholic - size = 160000 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 220 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 3455 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 440 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 13535 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 26450 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 3715 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 760 + } + + officers = { + culture = brazilian + religion = catholic + size = 370 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 2355 + } + + artisans = { + culture = brazilian + religion = catholic + size = 44400 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 14700 + } + + farmers = { + culture = brazilian + religion = catholic + size = 160000 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 220 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 3455 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 440 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 13535 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 26450 + } } #Campos (243400/60850 POPS) 2448 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1250 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 440 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1175 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 335 - } - - farmers = { - culture = brazilian - religion = catholic - size = 26240 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 1460 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 11900 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 17600 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1250 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 440 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1175 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 335 + } + + farmers = { + culture = brazilian + religion = catholic + size = 26240 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 1460 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 11900 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 17600 + } } #Espírito Santo Region (175600) #Vitoria (175600/43900 POPS) 2449 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 900 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 360 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1060 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 250 - } - - farmers = { - culture = brazilian - religion = catholic - size = 23775 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 880 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 225 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6150 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10200 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 900 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 360 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1060 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 250 + } + + farmers = { + culture = brazilian + religion = catholic + size = 23775 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 880 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 225 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6150 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10200 + } } #São Paulo Region (700000) #Sorocaba (9700/2425 POPS) 2306 = { - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 65 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1050 - } - - aristocrats = { - culture = tupinamba - religion = animist - size = 25 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 35 - } - - artisans = { - culture = tupinamba - religion = animist - size = 70 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 30 - } - - farmers = { - culture = tupinamba - religion = animist - size = 1050 - } + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 65 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1050 + } + + aristocrats = { + culture = tupinamba + religion = animist + size = 25 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 35 + } + + artisans = { + culture = tupinamba + religion = animist + size = 70 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 30 + } + + farmers = { + culture = tupinamba + religion = animist + size = 1050 + } } #Sao Paulo (303800/75950 POPS) 2450 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 1540 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 150 - } - - officers = { - culture = brazilian - religion = catholic - size = 185 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 685 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2330 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1210 - } - - farmers = { - culture = brazilian - religion = catholic - size = 51800 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 110 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 810 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 180 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 6150 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 10800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 1540 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 150 + } + + officers = { + culture = brazilian + religion = catholic + size = 185 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 685 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2330 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1210 + } + + farmers = { + culture = brazilian + religion = catholic + size = 51800 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 110 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 810 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 180 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 6150 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 10800 + } } #Santos (159200/39800 POPS) 2451 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 815 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 335 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1120 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 300 - } - - farmers = { - culture = brazilian - religion = catholic - size = 25250 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 600 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 120 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 4050 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 7150 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 815 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 335 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1120 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 300 + } + + farmers = { + culture = brazilian + religion = catholic + size = 25250 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 600 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 120 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 4050 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 7150 + } } #Campiras (77300/19325 POPS) 2452 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 315 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 250 - } - - artisans = { - culture = brazilian - religion = catholic - size = 480 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 120 - } - - farmers = { - culture = brazilian - religion = catholic - size = 10950 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 350 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2500 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 4200 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 315 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 250 + } + + artisans = { + culture = brazilian + religion = catholic + size = 480 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 120 + } + + farmers = { + culture = brazilian + religion = catholic + size = 10950 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 350 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2500 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 4200 + } } #Assis (62800/15700 POPS) 2453 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 300 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 120 - } - - artisans = { - culture = brazilian - religion = catholic - size = 440 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 120 - } - - farmers = { - culture = brazilian - religion = catholic - size = 10500 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1150 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 300 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 120 + } + + artisans = { + culture = brazilian + religion = catholic + size = 440 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 120 + } + + farmers = { + culture = brazilian + religion = catholic + size = 10500 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1150 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2800 + } } #Iguape (77500/19375 POPS) 2455 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 395 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 150 - } - - artisans = { - culture = brazilian - religion = catholic - size = 545 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = brazilian - religion = catholic - size = 12070 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 295 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 2050 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3600 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 395 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 150 + } + + artisans = { + culture = brazilian + religion = catholic + size = 545 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = brazilian + religion = catholic + size = 12070 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 295 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 2050 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3600 + } } #Araraquara (9700/2425 POPS) 2456 = { - clergymen = { - culture = brazilian - religion = catholic - size = 35 - } - - artisans = { - culture = brazilian - religion = catholic - size = 100 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 30 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1050 - } - - aristocrats = { - culture = tupinamba - religion = animist - size = 25 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 40 - } - - artisans = { - culture = tupinamba - religion = animist - size = 60 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 35 - } - - farmers = { - culture = tupinamba - religion = animist - size = 1050 - } + clergymen = { + culture = brazilian + religion = catholic + size = 35 + } + + artisans = { + culture = brazilian + religion = catholic + size = 100 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 30 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1050 + } + + aristocrats = { + culture = tupinamba + religion = animist + size = 25 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 40 + } + + artisans = { + culture = tupinamba + religion = animist + size = 60 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 35 + } + + farmers = { + culture = tupinamba + religion = animist + size = 1050 + } } #Paraná Region (296200) #Curitiba (179000/44750 POPS) 2457 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 900 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 415 - } - - officers = { - culture = brazilian - religion = catholic - size = 230 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 515 - } - - artisans = { - culture = brazilian - religion = catholic - size = 1785 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1040 - } - - farmers = { - culture = brazilian - religion = catholic - size = 34615 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 45 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 180 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 50 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3975 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 900 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 415 + } + + officers = { + culture = brazilian + religion = catholic + size = 230 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 515 + } + + artisans = { + culture = brazilian + religion = catholic + size = 1785 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1040 + } + + farmers = { + culture = brazilian + religion = catholic + size = 34615 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 45 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 180 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 50 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3975 + } } #Garapuava (42400/10600 POPS) 2458 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 200 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 75 - } - - artisans = { - culture = brazilian - religion = catholic - size = 285 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 275 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5400 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 20 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 135 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2070 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 30 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 60 - } - - farmers = { - culture = tupinamba - religion = animist - size = 900 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 200 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 75 + } + + artisans = { + culture = brazilian + religion = catholic + size = 285 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 275 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5400 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 20 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 135 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2070 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 30 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 60 + } + + farmers = { + culture = tupinamba + religion = animist + size = 900 + } } #Castro (74800/18700 POPS) 2460 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 350 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 175 - } - - artisans = { - culture = brazilian - religion = catholic - size = 545 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 375 - } - - farmers = { - culture = brazilian - religion = catholic - size = 12060 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 30 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 150 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2775 - } - - clergymen = { - culture = tupinamba - religion = animist - size = 30 - } - - artisans = { - culture = tupinamba - religion = animist - size = 50 - } - - soldiers = { - culture = tupinamba - religion = animist - size = 60 - } - - farmers = { - culture = tupinamba - religion = animist - size = 900 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 350 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 175 + } + + artisans = { + culture = brazilian + religion = catholic + size = 545 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 375 + } + + farmers = { + culture = brazilian + religion = catholic + size = 12060 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 30 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 150 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2775 + } + + clergymen = { + culture = tupinamba + religion = animist + size = 30 + } + + artisans = { + culture = tupinamba + religion = animist + size = 50 + } + + soldiers = { + culture = tupinamba + religion = animist + size = 60 + } + + farmers = { + culture = tupinamba + religion = animist + size = 900 + } } @@ -3681,647 +3681,647 @@ #Santa Catarina Region (202500) #Lajes (53300/13325 POPS) 5330 Brazilian, 3555 Afro-Brazilian, 4440 Guarani 2459 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 200 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 185 - } - - artisans = { - culture = brazilian - religion = catholic - size = 220 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 175 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5475 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 45 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 175 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 45 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 665 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1200 - } - - aristocrats = { - culture = guarani - religion = animist - size = 70 - } - - clergymen = { - culture = guarani - religion = animist - size = 50 - } - - artisans = { - culture = guarani - religion = animist - size = 220 - } - - soldiers = { - culture = guarani - religion = animist - size = 50 - } - - farmers = { - culture = guarani - religion = animist - size = 4550 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 200 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 185 + } + + artisans = { + culture = brazilian + religion = catholic + size = 220 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 175 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5475 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 45 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 175 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 45 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 665 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1200 + } + + aristocrats = { + culture = guarani + religion = animist + size = 70 + } + + clergymen = { + culture = guarani + religion = animist + size = 50 + } + + artisans = { + culture = guarani + religion = animist + size = 220 + } + + soldiers = { + culture = guarani + religion = animist + size = 50 + } + + farmers = { + culture = guarani + religion = animist + size = 4550 + } } #Desterro (78200/19550 POPS) 14220 Brazilian, 5330 Afro-Brazilian 2461 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 400 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 380 - } - - artisans = { - culture = brazilian - religion = catholic - size = 580 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1065 - } - - farmers = { - culture = brazilian - religion = catholic - size = 13940 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 80 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 180 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 80 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1045 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 400 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 380 + } + + artisans = { + culture = brazilian + religion = catholic + size = 580 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1065 + } + + farmers = { + culture = brazilian + religion = catholic + size = 13940 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 80 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 180 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 80 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1045 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1800 + } } #Sao Miguel (71000/17750 POPS) 11540 Brazilian, 6210 Afro-Brazilian 2462 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 380 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 340 - } - - artisans = { - culture = brazilian - religion = catholic - size = 540 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 310 - } - - farmers = { - culture = brazilian - religion = catholic - size = 12450 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 65 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 210 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 65 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 2390 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 380 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 340 + } + + artisans = { + culture = brazilian + religion = catholic + size = 540 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 310 + } + + farmers = { + culture = brazilian + religion = catholic + size = 12450 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 65 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 210 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 65 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 2390 + } } #Rio Grande do Sul Region (390700) #Porto Alegre (173600/43400 POPS) 33325 Brazilian, 10075 Afro-Brazilian 2463 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 750 - } - - bureaucrats = { - culture = brazilian - religion = catholic - size = 530 - } - - officers = { - culture = brazilian - religion = catholic - size = 400 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 650 - } - - artisans = { - culture = brazilian - religion = catholic - size = 2135 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 1575 - } - - farmers = { - culture = brazilian - religion = catholic - size = 32320 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 40 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 470 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 100 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 1230 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 3200 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 750 + } + + bureaucrats = { + culture = brazilian + religion = catholic + size = 530 + } + + officers = { + culture = brazilian + religion = catholic + size = 400 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 650 + } + + artisans = { + culture = brazilian + religion = catholic + size = 2135 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 1575 + } + + farmers = { + culture = brazilian + religion = catholic + size = 32320 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 40 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 470 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 100 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 1230 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 3200 + } } #Sao Pedro (34100/8525 POPS) 5425 Brazilian, 3100 Afro-Brazilian 2464 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 175 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 210 - } - - artisans = { - culture = brazilian - religion = catholic - size = 280 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 610 - } - - farmers = { - culture = brazilian - religion = catholic - size = 5700 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 30 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 125 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 30 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 515 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 850 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 175 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 210 + } + + artisans = { + culture = brazilian + religion = catholic + size = 280 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 610 + } + + farmers = { + culture = brazilian + religion = catholic + size = 5700 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 30 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 125 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 30 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 515 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 850 + } } #Passo Fundo (86900/21725 POPS) 13940 Brazilian, 3910 Afro-Brazilian, 3875 Guarani 2465 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 445 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 395 - } - - artisans = { - culture = brazilian - religion = catholic - size = 560 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 450 - } - - farmers = { - culture = brazilian - religion = catholic - size = 13600 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 40 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 180 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 40 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 420 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1275 - } - - clergymen = { - culture = guarani - religion = animist - size = 140 - } - - artisans = { - culture = guarani - religion = animist - size = 190 - } - - soldiers = { - culture = guarani - religion = animist - size = 190 - } - - farmers = { - culture = guarani - religion = animist - size = 3800 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 445 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 395 + } + + artisans = { + culture = brazilian + religion = catholic + size = 560 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 450 + } + + farmers = { + culture = brazilian + religion = catholic + size = 13600 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 40 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 180 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 40 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 420 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1275 + } + + clergymen = { + culture = guarani + religion = animist + size = 140 + } + + artisans = { + culture = guarani + religion = animist + size = 190 + } + + soldiers = { + culture = guarani + religion = animist + size = 190 + } + + farmers = { + culture = guarani + religion = animist + size = 3800 + } } #Santa Maria (68200/17050 POPS) 12400 Brazilian, 4650 Afro-Brazilian 2466 = { - aristocrats = { - culture = brazilian - religion = catholic - size = 350 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 285 - } - - artisans = { - culture = brazilian - religion = catholic - size = 700 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 335 - } - - farmers = { - culture = brazilian - religion = catholic - size = 13050 - } - - clergymen = { - culture = afro_brazilian - religion = catholic - size = 40 - } - - artisans = { - culture = afro_brazilian - religion = catholic - size = 230 - } - - soldiers = { - culture = afro_brazilian - religion = catholic - size = 60 - } - - farmers = { - culture = afro_brazilian - religion = catholic - size = 600 - } - - slaves = { - culture = afro_brazilian - religion = catholic - size = 1400 - } + aristocrats = { + culture = brazilian + religion = catholic + size = 350 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 285 + } + + artisans = { + culture = brazilian + religion = catholic + size = 700 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 335 + } + + farmers = { + culture = brazilian + religion = catholic + size = 13050 + } + + clergymen = { + culture = afro_brazilian + religion = catholic + size = 40 + } + + artisans = { + culture = afro_brazilian + religion = catholic + size = 230 + } + + soldiers = { + culture = afro_brazilian + religion = catholic + size = 60 + } + + farmers = { + culture = afro_brazilian + religion = catholic + size = 600 + } + + slaves = { + culture = afro_brazilian + religion = catholic + size = 1400 + } } #Alegrete (27900/6975 POPS) 3100 Brazilian, 3875 Afro-Brazilian 2467 = { - clergymen = { - culture = brazilian - religion = catholic - size = 60 - } - - artisans = { - culture = brazilian - religion = catholic - size = 155 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 40 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2850 - } - - aristocrats = { - culture = guarani - religion = animist - size = 50 - } - - clergymen = { - culture = guarani - religion = animist - size = 75 - } - - artisans = { - culture = guarani - religion = animist - size = 200 - } - - soldiers = { - culture = guarani - religion = animist - size = 45 - } - - farmers = { - culture = guarani - religion = animist - size = 3500 - } + clergymen = { + culture = brazilian + religion = catholic + size = 60 + } + + artisans = { + culture = brazilian + religion = catholic + size = 155 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 40 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2850 + } + + aristocrats = { + culture = guarani + religion = animist + size = 50 + } + + clergymen = { + culture = guarani + religion = animist + size = 75 + } + + artisans = { + culture = guarani + religion = animist + size = 200 + } + + soldiers = { + culture = guarani + religion = animist + size = 45 + } + + farmers = { + culture = guarani + religion = animist + size = 3500 + } } #Beni Region (40320) #see Bolivia.txt for balance of region #Tarauaca (20160/5040 POPS) #now part of Brazil - Acre State 2549 = { - aristocrats = { - culture = amazonian - religion = animist - size = 95 - } - - clergymen = { - culture = amazonian - religion = animist - size = 70 - } - - artisans = { - culture = amazonian - religion = animist - size = 250 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 4550 - } + aristocrats = { + culture = amazonian + religion = animist + size = 95 + } + + clergymen = { + culture = amazonian + religion = animist + size = 70 + } + + artisans = { + culture = amazonian + religion = animist + size = 250 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 4550 + } } #Forte do Principe (20160/5040 POPS) #now part of Brazil - Rondonia State 2550 = { - clergymen = { - culture = brazilian - religion = catholic - size = 30 - } - - artisans = { - culture = brazilian - religion = catholic - size = 65 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 30 - } - - farmers = { - culture = brazilian - religion = catholic - size = 1140 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 60 - } - - clergymen = { - culture = amazonian - religion = animist - size = 95 - } - - artisans = { - culture = amazonian - religion = animist - size = 190 - } - - soldiers = { - culture = amazonian - religion = animist - size = 30 - } - - farmers = { - culture = amazonian - religion = animist - size = 3400 - } + clergymen = { + culture = brazilian + religion = catholic + size = 30 + } + + artisans = { + culture = brazilian + religion = catholic + size = 65 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 30 + } + + farmers = { + culture = brazilian + religion = catholic + size = 1140 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 60 + } + + clergymen = { + culture = amazonian + religion = animist + size = 95 + } + + artisans = { + culture = amazonian + religion = animist + size = 190 + } + + soldiers = { + culture = amazonian + religion = animist + size = 30 + } + + farmers = { + culture = amazonian + religion = animist + size = 3400 + } } diff --git a/HPM/history/pops/1861.4.14/Bulgaria.txt b/HPM/history/pops/1861.4.14/Bulgaria.txt index 9a17a380..5106000c 100644 --- a/HPM/history/pops/1861.4.14/Bulgaria.txt +++ b/HPM/history/pops/1861.4.14/Bulgaria.txt @@ -2,822 +2,822 @@ #under the rule of Ottoman Empire in 1836 #Petrich (192000/48000 POPS) #now part of Bulgaria 808 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1133.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 206.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1515.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 15171.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 927.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 290.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 28917.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1133.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 206.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1515.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 15171.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 927.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 290.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 28917.25 + } } #Bulgaria Region (1132000) #under the rule of Ottoman Empire in 1836 #Sofia (260000/65000 POPS) 809 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1493.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 412.0 - } - - officers = { - culture = turkish - religion = sunni - size = 309.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 231.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2060.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 14548.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2472.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 290.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 41637.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 154.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 875.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 125.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1004.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1493.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 412.0 + } + + officers = { + culture = turkish + religion = sunni + size = 309.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 231.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2060.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 14548.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2472.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 290.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 41637.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 154.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 875.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 125.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1004.25 + } } #Vidin (124000/31000 POPS) 810 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 824.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 1643.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 154.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 290.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 27140.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 824.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 1643.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 154.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 290.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 27140.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Ruse (188000/47000 POPS) 811 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1081.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 875.5 - } - - farmers = { - culture = turkish - religion = sunni - size = 7407.5 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 490.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 37131.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 762.2 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1081.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 875.5 + } + + farmers = { + culture = turkish + religion = sunni + size = 7407.5 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 490.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 37131.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 762.2 + } } #Pleven (196000/49000 POPS) 812 = { - aristocrats = { - culture = turkish - religion = sunni - size = 901.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1390.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2060.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 5845.25 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 1133.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 390.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 38779.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 901.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1390.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2060.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 5845.25 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 1133.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 390.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 38779.5 + } } #Shumen (144000/36000 POPS) 813 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 978.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 530.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 10053.25 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 154.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 875.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 290.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 23690.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 978.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 530.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 10053.25 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 154.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 875.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 290.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 23690.0 + } } #Varna (220000/55000 POPS) 814 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1339.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 180.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 2163.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2060.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 12797.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 231.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 1957.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 36951.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1339.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 180.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 2163.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2060.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 12797.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 231.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 1957.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 36951.25 + } } #Rumelia Region (396000) #under the rule of Ottoman Empire in 1836 #Plovdiv (120000/30000 POPS) 815 = { - aristocrats = { - culture = turkish - religion = sunni - size = 824.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 566.5 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 183.25 - } - - farmers = { - culture = turkish - religion = sunni - size = 6717.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 177.25 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 190.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 13879.25 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 151.5 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 151.5 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 2781.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 618.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 2369.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 762.2 - } + aristocrats = { + culture = turkish + religion = sunni + size = 824.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 566.5 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 183.25 + } + + farmers = { + culture = turkish + religion = sunni + size = 6717.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 177.25 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 190.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 13879.25 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 151.5 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 151.5 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 2781.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 618.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 2369.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 762.2 + } } #Stara Zagora (80000/20000 POPS) 816 = { - aristocrats = { - culture = turkish - religion = sunni - size = 334.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 566.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 180.25 - } - - farmers = { - culture = turkish - religion = sunni - size = 5047.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 177.25 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 190.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 11819.25 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 125.75 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 25.75 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 1905.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 334.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 566.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 180.25 + } + + farmers = { + culture = turkish + religion = sunni + size = 5047.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 177.25 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 190.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 11819.25 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 125.75 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 25.75 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 1905.5 + } } #Burgas (196000/49000 POPS) 817 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1133.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 927.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 163.5 - } - - farmers = { - culture = turkish - religion = sunni - size = 11037.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 566.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 290.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 26033.25 - } - - clergymen = { - culture = bulgarian - religion = sunni - size = 77.25 - } - - artisans = { - culture = bulgarian - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bulgarian - religion = sunni - size = 151.5 - } - - farmers = { - culture = bulgarian - religion = sunni - size = 3785.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 154.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 927.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 5098.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1133.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 927.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 163.5 + } + + farmers = { + culture = turkish + religion = sunni + size = 11037.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 566.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 290.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 26033.25 + } + + clergymen = { + culture = bulgarian + religion = sunni + size = 77.25 + } + + artisans = { + culture = bulgarian + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bulgarian + religion = sunni + size = 151.5 + } + + farmers = { + culture = bulgarian + religion = sunni + size = 3785.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 154.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 927.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 5098.5 + } } #Dobruja Region (84000) #see Romania.txt for balance of Region #under the rule of the Ottoman Empire in 1836 #Silistre (84000/21000 POPS) #now part of Bulgaria 818 = { - clergymen = { - culture = bulgarian - religion = orthodox - size = 151.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 109.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 9785.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 177.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 109.0 - } - - farmers = { - culture = romanian - religion = orthodox - size = 4866.75 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 412.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 463.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1030.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 4223.0 - } + clergymen = { + culture = bulgarian + religion = orthodox + size = 151.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 109.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 9785.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 177.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 109.0 + } + + farmers = { + culture = romanian + religion = orthodox + size = 4866.75 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 412.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 463.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1030.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 4223.0 + } } diff --git a/HPM/history/pops/1861.4.14/Burkina.txt b/HPM/history/pops/1861.4.14/Burkina.txt index 8e6ec50f..29b6c191 100644 --- a/HPM/history/pops/1861.4.14/Burkina.txt +++ b/HPM/history/pops/1861.4.14/Burkina.txt @@ -2,508 +2,508 @@ #under the rule of Mossi in 1836 #Wagadugu (440000/110000 POPS) 1901 = { - aristocrats = { - culture = mossi - religion = animist - size = 2200 - } - - bureaucrats = { - culture = mossi - religion = animist - size = 400 - } - - officers = { - culture = mossi - religion = animist - size = 200 - } - - clergymen = { - culture = mossi - religion = animist - size = 1125 - } - - artisans = { - culture = mossi - religion = animist - size = 5500 - } - - soldiers = { - culture = mossi - religion = animist - size = 2150 - } - - farmers = { - culture = mossi - religion = animist - size = 66825 - } - - slaves = { - culture = mossi - religion = animist - size = 32000 - } + aristocrats = { + culture = mossi + religion = animist + size = 2200 + } + + bureaucrats = { + culture = mossi + religion = animist + size = 400 + } + + officers = { + culture = mossi + religion = animist + size = 200 + } + + clergymen = { + culture = mossi + religion = animist + size = 1125 + } + + artisans = { + culture = mossi + religion = animist + size = 5500 + } + + soldiers = { + culture = mossi + religion = animist + size = 2150 + } + + farmers = { + culture = mossi + religion = animist + size = 66825 + } + + slaves = { + culture = mossi + religion = animist + size = 32000 + } } #Wahiguya (332000/83000 POPS) 1902 = { - aristocrats = { - culture = mossi - religion = animist - size = 950 - } - - clergymen = { - culture = mossi - religion = animist - size = 525 - } - - artisans = { - culture = mossi - religion = animist - size = 2500 - } - - soldiers = { - culture = mossi - religion = animist - size = 1500 - } - - farmers = { - culture = mossi - religion = animist - size = 26525 - } - - slaves = { - culture = mossi - religion = animist - size = 10000 - } - - aristocrats = { - culture = gur - religion = animist - size = 650 - } - - clergymen = { - culture = gur - religion = animist - size = 325 - } - - artisans = { - culture = gur - religion = animist - size = 1650 - } - - soldiers = { - culture = gur - religion = animist - size = 325 - } - - farmers = { - culture = gur - religion = animist - size = 30050 - } - - slaves = { - culture = gur - religion = animist - size = 8000 - } + aristocrats = { + culture = mossi + religion = animist + size = 950 + } + + clergymen = { + culture = mossi + religion = animist + size = 525 + } + + artisans = { + culture = mossi + religion = animist + size = 2500 + } + + soldiers = { + culture = mossi + religion = animist + size = 1500 + } + + farmers = { + culture = mossi + religion = animist + size = 26525 + } + + slaves = { + culture = mossi + religion = animist + size = 10000 + } + + aristocrats = { + culture = gur + religion = animist + size = 650 + } + + clergymen = { + culture = gur + religion = animist + size = 325 + } + + artisans = { + culture = gur + religion = animist + size = 1650 + } + + soldiers = { + culture = gur + religion = animist + size = 325 + } + + farmers = { + culture = gur + religion = animist + size = 30050 + } + + slaves = { + culture = gur + religion = animist + size = 8000 + } } #Dori (268000/67000 POPS) 1903 = { - aristocrats = { - culture = mossi - religion = animist - size = 650 - } - - clergymen = { - culture = mossi - religion = animist - size = 350 - } - - artisans = { - culture = mossi - religion = animist - size = 1350 - } - - soldiers = { - culture = mossi - religion = animist - size = 1350 - } - - farmers = { - culture = mossi - religion = animist - size = 15300 - } - - slaves = { - culture = mossi - religion = animist - size = 3000 - } - - aristocrats = { - culture = gur - religion = animist - size = 650 - } - - clergymen = { - culture = gur - religion = animist - size = 350 - } - - artisans = { - culture = gur - religion = animist - size = 1700 - } - - soldiers = { - culture = gur - religion = animist - size = 350 - } - - farmers = { - culture = gur - religion = animist - size = 30950 - } - - slaves = { - culture = gur - religion = animist - size = 12000 - } + aristocrats = { + culture = mossi + religion = animist + size = 650 + } + + clergymen = { + culture = mossi + religion = animist + size = 350 + } + + artisans = { + culture = mossi + religion = animist + size = 1350 + } + + soldiers = { + culture = mossi + religion = animist + size = 1350 + } + + farmers = { + culture = mossi + religion = animist + size = 15300 + } + + slaves = { + culture = mossi + religion = animist + size = 3000 + } + + aristocrats = { + culture = gur + religion = animist + size = 650 + } + + clergymen = { + culture = gur + religion = animist + size = 350 + } + + artisans = { + culture = gur + religion = animist + size = 1700 + } + + soldiers = { + culture = gur + religion = animist + size = 350 + } + + farmers = { + culture = gur + religion = animist + size = 30950 + } + + slaves = { + culture = gur + religion = animist + size = 12000 + } } #Fada Ngoura (172000/43000 POPS) 1904 = { - aristocrats = { - culture = mossi - religion = animist - size = 250 - } - - clergymen = { - culture = mossi - religion = animist - size = 150 - } - - artisans = { - culture = mossi - religion = animist - size = 700 - } - - soldiers = { - culture = mossi - religion = animist - size = 150 - } - - farmers = { - culture = mossi - religion = animist - size = 12750 - } - - slaves = { - culture = mossi - religion = animist - size = 7000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 300 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19700 - } + aristocrats = { + culture = mossi + religion = animist + size = 250 + } + + clergymen = { + culture = mossi + religion = animist + size = 150 + } + + artisans = { + culture = mossi + religion = animist + size = 700 + } + + soldiers = { + culture = mossi + religion = animist + size = 150 + } + + farmers = { + culture = mossi + religion = animist + size = 12750 + } + + slaves = { + culture = mossi + religion = animist + size = 7000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 300 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19700 + } } #Worodugu Region (320000) #uncolonized in 1836/ruled by the Bobo Dioulasso Emirate 1836 #Bobo Dioulasso (140000/35000 POPS) 1905 = { - aristocrats = { - culture = dyula - religion = sunni - size = 50 - } - - bureaucrats = { - culture = dyula - religion = sunni - size = 25 - } - - officers = { - culture = dyula - religion = sunni - size = 50 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 125 - } - - soldiers = { - culture = dyula - religion = sunni - size = 25 - } - - farmers = { - culture = dyula - religion = sunni - size = 1650 - } - - aristocrats = { - culture = mande - religion = sunni - size = 450 - } - - clergymen = { - culture = mande - religion = sunni - size = 250 - } - - artisans = { - culture = mande - religion = sunni - size = 1100 - } - - soldiers = { - culture = mande - religion = sunni - size = 250 - } - - farmers = { - culture = mande - religion = sunni - size = 19550 - } - - aristocrats = { - culture = mossi - religion = animist - size = 125 - } - - clergymen = { - culture = mossi - religion = animist - size = 75 - } - - artisans = { - culture = mossi - religion = animist - size = 350 - } - - soldiers = { - culture = mossi - religion = animist - size = 75 - } - - farmers = { - culture = mossi - religion = animist - size = 6375 - } - - slaves = { - culture = mossi - religion = animist - size = 5000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 50 + } + + bureaucrats = { + culture = dyula + religion = sunni + size = 25 + } + + officers = { + culture = dyula + religion = sunni + size = 50 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 125 + } + + soldiers = { + culture = dyula + religion = sunni + size = 25 + } + + farmers = { + culture = dyula + religion = sunni + size = 1650 + } + + aristocrats = { + culture = mande + religion = sunni + size = 450 + } + + clergymen = { + culture = mande + religion = sunni + size = 250 + } + + artisans = { + culture = mande + religion = sunni + size = 1100 + } + + soldiers = { + culture = mande + religion = sunni + size = 250 + } + + farmers = { + culture = mande + religion = sunni + size = 19550 + } + + aristocrats = { + culture = mossi + religion = animist + size = 125 + } + + clergymen = { + culture = mossi + religion = animist + size = 75 + } + + artisans = { + culture = mossi + religion = animist + size = 350 + } + + soldiers = { + culture = mossi + religion = animist + size = 75 + } + + farmers = { + culture = mossi + religion = animist + size = 6375 + } + + slaves = { + culture = mossi + religion = animist + size = 5000 + } } #Orodaro (360000/90000 POPS) 1906 = { - aristocrats = { - culture = dyula - religion = sunni - size = 150 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 350 - } - - soldiers = { - culture = dyula - religion = sunni - size = 2100 - } - - farmers = { - culture = dyula - religion = sunni - size = 3300 - } - - aristocrats = { - culture = mande - religion = animist - size = 550 - } - - clergymen = { - culture = mande - religion = animist - size = 300 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 300 - } - - farmers = { - culture = mande - religion = animist - size = 15750 - } - - aristocrats = { - culture = bambara - religion = animist - size = 750 - } - - clergymen = { - culture = bambara - religion = animist - size = 400 - } - - artisans = { - culture = bambara - religion = animist - size = 2000 - } - - soldiers = { - culture = bambara - religion = animist - size = 400 - } - - farmers = { - culture = bambara - religion = animist - size = 36450 - } - - aristocrats = { - culture = gur - religion = animist - size = 250 - } - - clergymen = { - culture = gur - religion = animist - size = 150 - } - - artisans = { - culture = gur - religion = animist - size = 700 - } - - soldiers = { - culture = gur - religion = animist - size = 150 - } - - farmers = { - culture = gur - religion = animist - size = 12750 - } - - slaves = { - culture = senufo - religion = animist - size = 12000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 150 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 350 + } + + soldiers = { + culture = dyula + religion = sunni + size = 2100 + } + + farmers = { + culture = dyula + religion = sunni + size = 3300 + } + + aristocrats = { + culture = mande + religion = animist + size = 550 + } + + clergymen = { + culture = mande + religion = animist + size = 300 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 300 + } + + farmers = { + culture = mande + religion = animist + size = 15750 + } + + aristocrats = { + culture = bambara + religion = animist + size = 750 + } + + clergymen = { + culture = bambara + religion = animist + size = 400 + } + + artisans = { + culture = bambara + religion = animist + size = 2000 + } + + soldiers = { + culture = bambara + religion = animist + size = 400 + } + + farmers = { + culture = bambara + religion = animist + size = 36450 + } + + aristocrats = { + culture = gur + religion = animist + size = 250 + } + + clergymen = { + culture = gur + religion = animist + size = 150 + } + + artisans = { + culture = gur + religion = animist + size = 700 + } + + soldiers = { + culture = gur + religion = animist + size = 150 + } + + farmers = { + culture = gur + religion = animist + size = 12750 + } + + slaves = { + culture = senufo + religion = animist + size = 12000 + } } diff --git a/HPM/history/pops/1861.4.14/Burma.txt b/HPM/history/pops/1861.4.14/Burma.txt index 52d11bb7..cc183d09 100644 --- a/HPM/history/pops/1861.4.14/Burma.txt +++ b/HPM/history/pops/1861.4.14/Burma.txt @@ -2,1298 +2,1297 @@ #Under rule of Burma 1836 #Rangoon (344000/86000 POPS) 1330 = { - aristocrats = { - culture = karen - religion = theravada - size = 206.0 - } - - clergymen = { - culture = karen - religion = theravada - size = 257.5 - } - - artisans = { - culture = karen - religion = theravada - size = 1236.0 - } - - soldiers = { - culture = karen - religion = theravada - size= 257 - - } - - farmers = { - culture = karen - religion = theravada - size = 22660.0 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 154.5 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 1030.0 - } - - soldiers = { - culture = asian_minor - religion = theravada - size= 154 - - } - - aristocrats = { - culture = burmese - religion = theravada - size = 515.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 489.25 - } - - artisans = { - culture = burmese - religion = theravada - size = 2420.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 42861.0 - } + aristocrats = { + culture = karen + religion = theravada + size = 206.0 + } + + clergymen = { + culture = karen + religion = theravada + size = 257.5 + } + + artisans = { + culture = karen + religion = theravada + size = 1236.0 + } + + soldiers = { + culture = karen + religion = theravada + size= 257 + + } + + farmers = { + culture = karen + religion = theravada + size = 22660.0 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 154.5 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 1030.0 + } + + soldiers = { + culture = asian_minor + religion = theravada + size= 154 + + } + + aristocrats = { + culture = burmese + religion = theravada + size = 515.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 489.25 + } + + artisans = { + culture = burmese + religion = theravada + size = 2420.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 42861.0 + } } #Bassein (124000/31000 POPS) 1331 = { - aristocrats = { - culture = burmese - religion = theravada - size = 309.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 283.25 - } - - artisans = { - culture = burmese - religion = theravada - size = 1390.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 309 - - } - - farmers = { - culture = burmese - religion = theravada - size = 25518.25 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 25.75 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 206.0 - } - - soldiers = { - culture = asian_minor - religion = theravada - size= 51 - - } + aristocrats = { + culture = burmese + religion = theravada + size = 309.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 283.25 + } + + artisans = { + culture = burmese + religion = theravada + size = 1390.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 309 + + } + + farmers = { + culture = burmese + religion = theravada + size = 25518.25 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 25.75 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 206.0 + } + + soldiers = { + culture = asian_minor + religion = theravada + size= 51 + + } } #Pegu (560000/140000 POPS) 1332 = { - aristocrats = { - culture = karen - religion = theravada - size = 412.0 - } - - clergymen = { - culture = karen - religion = theravada - size = 515.0 - } - - artisans = { - culture = karen - religion = theravada - size = 2472.0 - } - - soldiers = { - culture = karen - religion = theravada - size= 515 - - } - - farmers = { - culture = karen - religion = theravada - size = 45526.0 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 154.5 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 875.5 - } - - soldiers = { - culture = asian_minor - religion = theravada - size= 154 - - } - - aristocrats = { - culture = burmese - religion = theravada - size = 875.5 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 618.0 - } - - officers = { - culture = burmese - religion = theravada - size = 412.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 824.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 4120.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 72319.0 - } + aristocrats = { + culture = karen + religion = theravada + size = 412.0 + } + + clergymen = { + culture = karen + religion = theravada + size = 515.0 + } + + artisans = { + culture = karen + religion = theravada + size = 2472.0 + } + + soldiers = { + culture = karen + religion = theravada + size= 515 + + } + + farmers = { + culture = karen + religion = theravada + size = 45526.0 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 154.5 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 875.5 + } + + soldiers = { + culture = asian_minor + religion = theravada + size= 154 + + } + + aristocrats = { + culture = burmese + religion = theravada + size = 875.5 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 618.0 + } + + officers = { + culture = burmese + religion = theravada + size = 412.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 824.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 4120.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 72319.0 + } } #Toungoo (308000/77000 POPS) 1333 = { - aristocrats = { - culture = karen - religion = theravada - size = 309.0 - } - - clergymen = { - culture = karen - religion = theravada - size = 334.75 - } - - artisans = { - culture = karen - religion = theravada - size = 1648.0 - } - - soldiers = { - culture = karen - religion = theravada - size= 360 - - } - - farmers = { - culture = karen - religion = theravada - size = 30307.75 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 515.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 515.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 2317.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 42912.5 - } + aristocrats = { + culture = karen + religion = theravada + size = 309.0 + } + + clergymen = { + culture = karen + religion = theravada + size = 334.75 + } + + artisans = { + culture = karen + religion = theravada + size = 1648.0 + } + + soldiers = { + culture = karen + religion = theravada + size= 360 + + } + + farmers = { + culture = karen + religion = theravada + size = 30307.75 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 515.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 515.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 2317.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 42912.5 + } } #Kyaukse Region (1072000) #Under rule of Burma in 1836 #Mandalay (240000/70000 POPS) 1334 = { - aristocrats = { - culture = burmese - religion = theravada - size = 515.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 515.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 2472.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 3000 - - } - - soldiers = { - culture = burmese - religion = theravada - size= 3000 - - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 40788.0 - } - - aristocrats = { - culture = kachin - religion = animist - size = 51.5 - } - - clergymen = { - culture = kachin - religion = animist - size = 51.5 - } - - artisans = { - culture = kachin - religion = animist - size = 257.5 - } - - soldiers = { - culture = kachin - religion = animist - size= 51 - - } - - farmers = { - culture = kachin - religion = animist - size = 5768.0 - } - - aristocrats = { - culture = shan - religion = theravada - size = 77.25 - } - - clergymen = { - culture = shan - religion = theravada - size = 77.25 - } - - artisans = { - culture = shan - religion = theravada - size = 360.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 77 - - } - - farmers = { - culture = shan - religion = theravada - size = 6617.75 - } + aristocrats = { + culture = burmese + religion = theravada + size = 515.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 515.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 2472.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 3000 + + } + + soldiers = { + culture = burmese + religion = theravada + size= 3000 + + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 40788.0 + } + + aristocrats = { + culture = kachin + religion = animist + size = 51.5 + } + + clergymen = { + culture = kachin + religion = animist + size = 51.5 + } + + artisans = { + culture = kachin + religion = animist + size = 257.5 + } + + soldiers = { + culture = kachin + religion = animist + size= 51 + + } + + farmers = { + culture = kachin + religion = animist + size = 5768.0 + } + + aristocrats = { + culture = shan + religion = theravada + size = 77.25 + } + + clergymen = { + culture = shan + religion = theravada + size = 77.25 + } + + artisans = { + culture = shan + religion = theravada + size = 360.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 77 + + } + + farmers = { + culture = shan + religion = theravada + size = 6617.75 + } } #Kyaukse (472000/118000 POPS) 1335 = { - aristocrats = { - culture = burmese - religion = theravada - size = 1184.5 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 437.75 - } - - officers = { - culture = burmese - religion = theravada - size = 309.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 1158.75 - } - - artisans = { - culture = burmese - religion = theravada - size = 5665.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 3000 - - } - - soldiers = { - culture = burmese - religion = theravada - size= 3000 - - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 103515.0 - } - - aristocrats = { - culture = shan - religion = theravada - size = 51.5 - } - - clergymen = { - culture = shan - religion = theravada - size = 51.5 - } - - artisans = { - culture = shan - religion = theravada - size = 257.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 51 - - } - - farmers = { - culture = shan - religion = theravada - size = 4738.0 - } + aristocrats = { + culture = burmese + religion = theravada + size = 1184.5 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 437.75 + } + + officers = { + culture = burmese + religion = theravada + size = 309.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 1158.75 + } + + artisans = { + culture = burmese + religion = theravada + size = 5665.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 3000 + + } + + soldiers = { + culture = burmese + religion = theravada + size= 3000 + + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 103515.0 + } + + aristocrats = { + culture = shan + religion = theravada + size = 51.5 + } + + clergymen = { + culture = shan + religion = theravada + size = 51.5 + } + + artisans = { + culture = shan + religion = theravada + size = 257.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 51 + + } + + farmers = { + culture = shan + religion = theravada + size = 4738.0 + } } #Magwe (120000/30000 POPS) 1336 = { - aristocrats = { - culture = burmese - religion = theravada - size = 334.75 - } - - clergymen = { - culture = burmese - religion = theravada - size = 309.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 1545.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 1230 - - } - - farmers = { - culture = burmese - religion = theravada - size = 27681.25 - } + aristocrats = { + culture = burmese + religion = theravada + size = 334.75 + } + + clergymen = { + culture = burmese + religion = theravada + size = 309.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 1545.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 1230 + + } + + farmers = { + culture = burmese + religion = theravada + size = 27681.25 + } } #Prome (240000/60000 POPS) 1337 = { - aristocrats = { - culture = burmese - religion = theravada - size = 643.75 - } - - clergymen = { - culture = burmese - religion = theravada - size = 643.75 - } - - artisans = { - culture = burmese - religion = theravada - size = 3090.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 230 - - } - - farmers = { - culture = burmese - religion = theravada - size = 57495.5 - } + aristocrats = { + culture = burmese + religion = theravada + size = 643.75 + } + + clergymen = { + culture = burmese + religion = theravada + size = 643.75 + } + + artisans = { + culture = burmese + religion = theravada + size = 3090.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 230 + + } + + farmers = { + culture = burmese + religion = theravada + size = 57495.5 + } } #Shan Region (680000) #Under Burma rule 1836 #Taunggye (416000/104000 POPS) 1338 = { - aristocrats = { - culture = shan - religion = theravada - size = 927.0 - } - - bureaucrats = { - culture = shan - religion = theravada - size = 231.75 - } - - officers = { - culture = shan - religion = theravada - size = 180.25 - } - - clergymen = { - culture = shan - religion = theravada - size = 875.5 - } - - artisans = { - culture = shan - religion = theravada - size = 4377.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 1875 - - } - - farmers = { - culture = shan - religion = theravada - size = 79052.5 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 154.5 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 103.0 - } - - officers = { - culture = burmese - religion = theravada - size = 25.75 - } - - clergymen = { - culture = burmese - religion = theravada - size = 206.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 1030.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 231 - - } - - farmers = { - culture = burmese - religion = theravada - size = 18849.0 - } + aristocrats = { + culture = shan + religion = theravada + size = 927.0 + } + + bureaucrats = { + culture = shan + religion = theravada + size = 231.75 + } + + officers = { + culture = shan + religion = theravada + size = 180.25 + } + + clergymen = { + culture = shan + religion = theravada + size = 875.5 + } + + artisans = { + culture = shan + religion = theravada + size = 4377.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 1875 + + } + + farmers = { + culture = shan + religion = theravada + size = 79052.5 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 154.5 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 103.0 + } + + officers = { + culture = burmese + religion = theravada + size = 25.75 + } + + clergymen = { + culture = burmese + religion = theravada + size = 206.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 1030.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 231 + + } + + farmers = { + culture = burmese + religion = theravada + size = 18849.0 + } } #Lashio (264000/66000 POPS) 1340 = { - aristocrats = { - culture = shan - religion = theravada - size = 515.0 - } - - clergymen = { - culture = shan - religion = theravada - size = 515.0 - } - - artisans = { - culture = shan - religion = theravada - size = 2575.0 - } - - soldiers = { - culture = shan - religion = theravada - size= 1515 - - } - - farmers = { - culture = shan - religion = theravada - size = 47380.0 - } - - aristocrats = { - culture = kachin - religion = animist - size = 103.0 - } - - clergymen = { - culture = kachin - religion = animist - size = 103.0 - } - - artisans = { - culture = kachin - religion = animist - size = 566.5 - } - - soldiers = { - culture = kachin - religion = animist - size= 154 - - } - - farmers = { - culture = kachin - religion = animist - size = 10403.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 77.25 - } - - artisans = { - culture = burmese - religion = theravada - size = 360.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 103 - - } - - farmers = { - culture = burmese - religion = theravada - size = 6669.25 - } + aristocrats = { + culture = shan + religion = theravada + size = 515.0 + } + + clergymen = { + culture = shan + religion = theravada + size = 515.0 + } + + artisans = { + culture = shan + religion = theravada + size = 2575.0 + } + + soldiers = { + culture = shan + religion = theravada + size= 1515 + + } + + farmers = { + culture = shan + religion = theravada + size = 47380.0 + } + + aristocrats = { + culture = kachin + religion = animist + size = 103.0 + } + + clergymen = { + culture = kachin + religion = animist + size = 103.0 + } + + artisans = { + culture = kachin + religion = animist + size = 566.5 + } + + soldiers = { + culture = kachin + religion = animist + size= 154 + + } + + farmers = { + culture = kachin + religion = animist + size = 10403.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 77.25 + } + + artisans = { + culture = burmese + religion = theravada + size = 360.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 103 + + } + + farmers = { + culture = burmese + religion = theravada + size = 6669.25 + } } #Kachin Region (868000) #Under rule of Burma 1836 #Haka (288000/72000 POPS) 1339 = { - aristocrats = { - culture = burmese - religion = theravada - size = 51.5 - } - - clergymen = { - culture = burmese - religion = theravada - size = 51.5 - } - - artisans = { - culture = burmese - religion = theravada - size = 257.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 1230 - - } - - farmers = { - culture = burmese - religion = theravada - size = 3759.5 - } - - aristocrats = { - culture = asian_minor #Chin - religion = animist - size = 515.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 515.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3090.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 515 - - } - - aristocrats = { - culture = kachin - religion = animist - size = 77.25 - } - - clergymen = { - culture = kachin - religion = animist - size = 360.5 - } - - artisans = { - culture = kachin - religion = animist - size = 824.0 - } - - soldiers = { - culture = kachin - religion = animist - size= 206 - - } - - farmers = { - culture = kachin - religion = animist - size = 16042.25 - } + aristocrats = { + culture = burmese + religion = theravada + size = 51.5 + } + + clergymen = { + culture = burmese + religion = theravada + size = 51.5 + } + + artisans = { + culture = burmese + religion = theravada + size = 257.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 1230 + + } + + farmers = { + culture = burmese + religion = theravada + size = 3759.5 + } + + aristocrats = { + culture = asian_minor #Chin + religion = animist + size = 515.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 515.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3090.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 515 + + } + + aristocrats = { + culture = kachin + religion = animist + size = 77.25 + } + + clergymen = { + culture = kachin + religion = animist + size = 360.5 + } + + artisans = { + culture = kachin + religion = animist + size = 824.0 + } + + soldiers = { + culture = kachin + religion = animist + size= 206 + + } + + farmers = { + culture = kachin + religion = animist + size = 16042.25 + } } #Putao (216000/54000 POPS) 1341 = { - aristocrats = { - culture = kachin - religion = animist - size = 566.5 - } - - clergymen = { - culture = kachin - religion = animist - size = 566.5 - } - - artisans = { - culture = kachin - religion = animist - size = 2575.0 - } - - soldiers = { - culture = kachin - religion = animist - size= 1566 - - } - - farmers = { - culture = kachin - religion = animist - size = 51345.5 - } + aristocrats = { + culture = kachin + religion = animist + size = 566.5 + } + + clergymen = { + culture = kachin + religion = animist + size = 566.5 + } + + artisans = { + culture = kachin + religion = animist + size = 2575.0 + } + + soldiers = { + culture = kachin + religion = animist + size= 1566 + + } + + farmers = { + culture = kachin + religion = animist + size = 51345.5 + } } #Myitkyina (364000/91000 POPS) 1342 = { - aristocrats = { - culture = kachin - religion = animist - size = 412.0 - } - - clergymen = { - culture = kachin - religion = animist - size = 412.0 - } - - artisans = { - culture = kachin - religion = animist - size = 2060.0 - } - - soldiers = { - culture = kachin - religion = animist - size= 412 - - } - - farmers = { - culture = kachin - religion = animist - size = 38934.0 - } - - aristocrats = { - culture = shan - religion = theravada - size = 257.5 - } - - clergymen = { - culture = shan - religion = theravada - size = 257.5 - } - - artisans = { - culture = shan - religion = theravada - size = 1236.0 - } - - soldiers = { - culture = shan - religion = theravada - size= 257 - - } - - farmers = { - culture = shan - religion = theravada - size = 21681.5 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 309.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 309.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 1390.5 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 103.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 3000 - - } - - soldiers = { - culture = burmese - religion = theravada - size= 1120 - - } - - farmers = { - culture = burmese - religion = theravada - size = 21578.5 - } + aristocrats = { + culture = kachin + religion = animist + size = 412.0 + } + + clergymen = { + culture = kachin + religion = animist + size = 412.0 + } + + artisans = { + culture = kachin + religion = animist + size = 2060.0 + } + + soldiers = { + culture = kachin + religion = animist + size= 412 + + } + + farmers = { + culture = kachin + religion = animist + size = 38934.0 + } + + aristocrats = { + culture = shan + religion = theravada + size = 257.5 + } + + clergymen = { + culture = shan + religion = theravada + size = 257.5 + } + + artisans = { + culture = shan + religion = theravada + size = 1236.0 + } + + soldiers = { + culture = shan + religion = theravada + size= 257 + + } + + farmers = { + culture = shan + religion = theravada + size = 21681.5 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 309.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 309.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 1390.5 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 103.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 3000 + + } + + soldiers = { + culture = burmese + religion = theravada + size= 1120 + + } + + farmers = { + culture = burmese + religion = theravada + size = 21578.5 + } } #Tenasserim Region - 604000 #Under rule of Britain 1836 #Moulmein (272000/68000 POPS) 1343 = { - aristocrats = { - culture = karen - religion = theravada - size = 412.0 - } - - clergymen = { - culture = karen - religion = theravada - size = 360.5 - } - - artisans = { - culture = karen - religion = theravada - size = 1030.0 - } - - soldiers = { - culture = karen - religion = theravada - size= 309 - - } - - farmers = { - culture = karen - religion = theravada - size = 31878.5 - } - - aristocrats = { - culture = asian_minor #Mon - religion = theravada - size = 206.0 - } - - clergymen = { - culture = asian_minor - religion = theravada - size = 386.25 - } - - artisans = { - culture = asian_minor - religion = theravada - size = 1416.25 - } - - soldiers = { - culture = asian_minor - religion = theravada - size= 257 - - } - - aristocrats = { - culture = burmese - religion = theravada - size = 103.0 - } - - clergymen = { - culture = burmese - religion = theravada - size = 77.25 - } - - artisans = { - culture = burmese - religion = theravada - size = 1545.0 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 103.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 154 - - } - - farmers = { - culture = burmese - religion = theravada - size = 5227.25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25.75 - } + aristocrats = { + culture = karen + religion = theravada + size = 412.0 + } + + clergymen = { + culture = karen + religion = theravada + size = 360.5 + } + + artisans = { + culture = karen + religion = theravada + size = 1030.0 + } + + soldiers = { + culture = karen + religion = theravada + size= 309 + + } + + farmers = { + culture = karen + religion = theravada + size = 31878.5 + } + + aristocrats = { + culture = asian_minor #Mon + religion = theravada + size = 206.0 + } + + clergymen = { + culture = asian_minor + religion = theravada + size = 386.25 + } + + artisans = { + culture = asian_minor + religion = theravada + size = 1416.25 + } + + soldiers = { + culture = asian_minor + religion = theravada + size= 257 + + } + + aristocrats = { + culture = burmese + religion = theravada + size = 103.0 + } + + clergymen = { + culture = burmese + religion = theravada + size = 77.25 + } + + artisans = { + culture = burmese + religion = theravada + size = 1545.0 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 103.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 154 + + } + + farmers = { + culture = burmese + religion = theravada + size = 5227.25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25.75 + } } #Mergui (332000/83000 POPS) 1344 = { - aristocrats = { - culture = karen - religion = theravada - size = 412.0 - } - - clergymen = { - culture = karen - religion = theravada - size = 386.25 - } - - artisans = { - culture = karen - religion = theravada - size = 1030.0 - } - - soldiers = { - culture = karen - religion = theravada - size= 412 - - } - - farmers = { - culture = karen - religion = theravada - size = 35869.75 - } - - aristocrats = { - culture = thai - religion = theravada - size = 103.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 206.0 - } - - artisans = { - culture = thai - religion = theravada - size = 1287.5 - } - - soldiers = { - culture = thai - religion = theravada - size= 206 - - } - - farmers = { - culture = thai - religion = theravada - size = 17767.5 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 360.5 - } - - clergymen = { - culture = burmese - religion = theravada - size = 309.0 - } - - artisans = { - culture = burmese - religion = theravada - size = 2060.0 - } - - soldiers = { - culture = burmese - religion = theravada - size= 309 - - } - - farmers = { - culture = burmese - religion = theravada - size = 24771.5 - } + aristocrats = { + culture = karen + religion = theravada + size = 412.0 + } + + clergymen = { + culture = karen + religion = theravada + size = 386.25 + } + + artisans = { + culture = karen + religion = theravada + size = 1030.0 + } + + soldiers = { + culture = karen + religion = theravada + size= 412 + + } + + farmers = { + culture = karen + religion = theravada + size = 35869.75 + } + + aristocrats = { + culture = thai + religion = theravada + size = 103.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 206.0 + } + + artisans = { + culture = thai + religion = theravada + size = 1287.5 + } + + soldiers = { + culture = thai + religion = theravada + size= 206 + + } + + farmers = { + culture = thai + religion = theravada + size = 17767.5 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 360.5 + } + + clergymen = { + culture = burmese + religion = theravada + size = 309.0 + } + + artisans = { + culture = burmese + religion = theravada + size = 2060.0 + } + + soldiers = { + culture = burmese + religion = theravada + size= 309 + + } + + farmers = { + culture = burmese + religion = theravada + size = 24771.5 + } } #Arakan Region : 176000 #Under rule of Britain 1836 #Sittwe (176000/44000 POPS) 1345 = { - bureaucrats = { - culture = british - religion = protestant - size = 10.3 - } - - aristocrats = { - culture = burmese - religion = sunni - size = 103.0 - } - - clergymen = { - culture = burmese - religion = sunni - size = 128.75 - } - - artisans = { - culture = burmese - religion = sunni - size = 2832.5 - } - - soldiers = { - culture = burmese - religion = sunni - size= 154 - - } - - farmers = { - culture = burmese - religion = sunni - size = 12231.25 - } - - aristocrats = { - culture = burmese - religion = theravada - size = 257.5 - } - - bureaucrats = { - culture = burmese - religion = theravada - size = 51.5 - } - - clergymen = { - culture = burmese - religion = theravada - size = 386.25 - } - - artisans = { - culture = burmese - religion = theravada - size = 6437.5 - } - - soldiers = { - culture = burmese - religion = theravada - size= 257 - - } - - farmers = { - culture = burmese - religion = theravada - size = 19389.75 - } - - clergymen = { - culture = asian_minor #Chin - religion = animist - size = 25.75 - } - - farmers = { - culture = asian_minor - religion = animist - size = 978.5 - } - - clergymen = { - culture = bengali - religion = sunni - size = 51.5 - } - - farmers = { - culture = bengali - religion = sunni - size = 2008.5 - } + bureaucrats = { + culture = british + religion = protestant + size = 10.3 + } + + aristocrats = { + culture = burmese + religion = sunni + size = 103.0 + } + + clergymen = { + culture = burmese + religion = sunni + size = 128.75 + } + + artisans = { + culture = burmese + religion = sunni + size = 2832.5 + } + + soldiers = { + culture = burmese + religion = sunni + size= 154 + + } + + farmers = { + culture = burmese + religion = sunni + size = 12231.25 + } + + aristocrats = { + culture = burmese + religion = theravada + size = 257.5 + } + + bureaucrats = { + culture = burmese + religion = theravada + size = 51.5 + } + + clergymen = { + culture = burmese + religion = theravada + size = 386.25 + } + + artisans = { + culture = burmese + religion = theravada + size = 6437.5 + } + + soldiers = { + culture = burmese + religion = theravada + size= 257 + + } + + farmers = { + culture = burmese + religion = theravada + size = 19389.75 + } + + clergymen = { + culture = asian_minor #Chin + religion = animist + size = 25.75 + } + + farmers = { + culture = asian_minor + religion = animist + size = 978.5 + } + + clergymen = { + culture = bengali + religion = sunni + size = 51.5 + } + + farmers = { + culture = bengali + religion = sunni + size = 2008.5 + } } - diff --git a/HPM/history/pops/1861.4.14/Cambodia.txt b/HPM/history/pops/1861.4.14/Cambodia.txt index c3160c66..3a61d982 100644 --- a/HPM/history/pops/1861.4.14/Cambodia.txt +++ b/HPM/history/pops/1861.4.14/Cambodia.txt @@ -2,315 +2,315 @@ #under the rule of Cambodia in 1836 #Phnom Penh (468000/117000 POPS) 1364 = { - aristocrats = { - culture = khmer - religion = theravada - size = 2060.0 - } - - bureaucrats = { - culture = khmer - religion = theravada - size = 154.5 - } - - officers = { - culture = khmer - religion = theravada - size = 206.0 - } - - clergymen = { - culture = khmer - religion = theravada - size = 1158.75 - } - - artisans = { - culture = khmer - religion = theravada - size = 5665.0 - } - - soldiers = { - culture = khmer - religion = theravada - size= 3000 - - } - - soldiers = { - culture = khmer - religion = theravada - size= 3000 - - } - - soldiers = { - culture = khmer - religion = theravada - size= 1120 - - } - - farmers = { - culture = khmer - religion = theravada - size = 100965.75 - } - - slaves = { - culture = khmer - religion = theravada - size = 2060.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 1287.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 2755.25 - } + aristocrats = { + culture = khmer + religion = theravada + size = 2060.0 + } + + bureaucrats = { + culture = khmer + religion = theravada + size = 154.5 + } + + officers = { + culture = khmer + religion = theravada + size = 206.0 + } + + clergymen = { + culture = khmer + religion = theravada + size = 1158.75 + } + + artisans = { + culture = khmer + religion = theravada + size = 5665.0 + } + + soldiers = { + culture = khmer + religion = theravada + size= 3000 + + } + + soldiers = { + culture = khmer + religion = theravada + size= 3000 + + } + + soldiers = { + culture = khmer + religion = theravada + size= 1120 + + } + + farmers = { + culture = khmer + religion = theravada + size = 100965.75 + } + + slaves = { + culture = khmer + religion = theravada + size = 2060.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 1287.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 2755.25 + } } #Kampot (160000/40000 POPS) 1367 = { - aristocrats = { - culture = khmer - religion = theravada - size = 746.75 - } - - clergymen = { - culture = khmer - religion = theravada - size = 386.25 - } - - artisans = { - culture = khmer - religion = theravada - size = 1802.5 - } - - soldiers = { - culture = khmer - religion = theravada - size= 3000 - - } - - soldiers = { - culture = khmer - religion = theravada - size= 130 - - } - - farmers = { - culture = khmer - religion = theravada - size = 35174.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 515.0 - } - - farmers = { - culture = yue - religion = mahayana - size = 1519.25 - } + aristocrats = { + culture = khmer + religion = theravada + size = 746.75 + } + + clergymen = { + culture = khmer + religion = theravada + size = 386.25 + } + + artisans = { + culture = khmer + religion = theravada + size = 1802.5 + } + + soldiers = { + culture = khmer + religion = theravada + size= 3000 + + } + + soldiers = { + culture = khmer + religion = theravada + size= 130 + + } + + farmers = { + culture = khmer + religion = theravada + size = 35174.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 515.0 + } + + farmers = { + culture = yue + religion = mahayana + size = 1519.25 + } } #Stongtreng (84000/21000 POPS) 1368 = { - aristocrats = { - culture = khmer - religion = theravada - size = 309.0 - } - - clergymen = { - culture = khmer - religion = theravada - size = 180.25 - } - - artisans = { - culture = khmer - religion = theravada - size = 927.0 - } - - soldiers = { - culture = khmer - religion = theravada - size= 1180 - - } - - farmers = { - culture = khmer - religion = theravada - size = 16943.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 51.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 128.75 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 25 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 2832.5 - } + aristocrats = { + culture = khmer + religion = theravada + size = 309.0 + } + + clergymen = { + culture = khmer + religion = theravada + size = 180.25 + } + + artisans = { + culture = khmer + religion = theravada + size = 927.0 + } + + soldiers = { + culture = khmer + religion = theravada + size= 1180 + + } + + farmers = { + culture = khmer + religion = theravada + size = 16943.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 51.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 128.75 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 25 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 2832.5 + } } #under the rule of Siam in 1836 #Battambang (152000/48000 POPS) 1366 = { - aristocrats = { - culture = thai - religion = theravada - size = 25.75 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 51.5 - } - - officers = { - culture = thai - religion = theravada - size = 77.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 25.75 - } - - artisans = { - culture = thai - religion = theravada - size = 51.5 - } - - soldiers = { - culture = thai - religion = theravada - size= 51 - - } - - farmers = { - culture = thai - religion = theravada - size = 746.75 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 772.5 - } - - clergymen = { - culture = khmer - religion = theravada - size = 412.0 - } - - artisans = { - culture = khmer - religion = theravada - size = 2060.0 - } - - soldiers = { - culture = khmer - religion = theravada - size= 437 - - } - - farmers = { - culture = khmer - religion = theravada - size = 40607.75 - } - - slaves = { - culture = khmer - religion = theravada - size = 1030.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 772.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 51 - - } - - farmers = { - culture = yue - religion = mahayana - size = 2214.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 25.75 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 51.5 + } + + officers = { + culture = thai + religion = theravada + size = 77.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 25.75 + } + + artisans = { + culture = thai + religion = theravada + size = 51.5 + } + + soldiers = { + culture = thai + religion = theravada + size= 51 + + } + + farmers = { + culture = thai + religion = theravada + size = 746.75 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 772.5 + } + + clergymen = { + culture = khmer + religion = theravada + size = 412.0 + } + + artisans = { + culture = khmer + religion = theravada + size = 2060.0 + } + + soldiers = { + culture = khmer + religion = theravada + size= 437 + + } + + farmers = { + culture = khmer + religion = theravada + size = 40607.75 + } + + slaves = { + culture = khmer + religion = theravada + size = 1030.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 772.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 51 + + } + + farmers = { + culture = yue + religion = mahayana + size = 2214.5 + } } diff --git a/HPM/history/pops/1861.4.14/Cameroun.txt b/HPM/history/pops/1861.4.14/Cameroun.txt index 470562b9..b142e4c5 100644 --- a/HPM/history/pops/1861.4.14/Cameroun.txt +++ b/HPM/history/pops/1861.4.14/Cameroun.txt @@ -2,603 +2,603 @@ #uncolonized in 1836/ruled by the Kings of Duala #Douala (328000/82000 POPS) 1956 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 1675 - } - - officers = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 825 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 3300 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 825 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 61225 - } - - slaves = { - culture = fang - religion = animist - size = 14000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 1675 + } + + officers = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 825 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 3300 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 825 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 61225 + } + + slaves = { + culture = fang + religion = animist + size = 14000 + } } #Buea (224000/56000 POPS) 1957 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 1075 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 550 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 2250 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 550 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 39575 - } - - slaves = { - culture = fang - religion = animist - size = 12000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 1075 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 550 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 2250 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 550 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 39575 + } + + slaves = { + culture = fang + religion = animist + size = 12000 + } } #Kribi (176000/44000 POPS) 1958 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 500 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 250 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 1050 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 275 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 20925 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 3000 - } - - aristocrats = { - culture = fang - religion = animist - size = 325 - } - - clergymen = { - culture = fang - religion = animist - size = 175 - } - - artisans = { - culture = fang - religion = animist - size = 725 - } - - soldiers = { - culture = fang - religion = animist - size = 175 - } - - farmers = { - culture = fang - religion = animist - size = 11600 - } - - slaves = { - culture = fang - religion = animist - size = 5000 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 500 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 250 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 1050 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 275 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 20925 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 3000 + } + + aristocrats = { + culture = fang + religion = animist + size = 325 + } + + clergymen = { + culture = fang + religion = animist + size = 175 + } + + artisans = { + culture = fang + religion = animist + size = 725 + } + + soldiers = { + culture = fang + religion = animist + size = 175 + } + + farmers = { + culture = fang + religion = animist + size = 11600 + } + + slaves = { + culture = fang + religion = animist + size = 5000 + } } #Sanaga-Kadei Region (940000) #uncolonized in 1836 #Yaounde (344000/86000 POPS) 1959 = { - aristocrats = { - culture = fang - religion = animist - size = 525 - } - - clergymen = { - culture = fang - religion = animist - size = 275 - } - - artisans = { - culture = fang - religion = animist - size = 1125 - } - - soldiers = { - culture = fang - religion = animist - size = 275 - } - - farmers = { - culture = fang - religion = animist - size = 16800 - } - - slaves = { - culture = fang - religion = animist - size = 9000 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 1150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 575 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 2325 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 600 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 39350 - } - - slaves = { - culture = tiv - religion = animist - size = 14000 - } + aristocrats = { + culture = fang + religion = animist + size = 525 + } + + clergymen = { + culture = fang + religion = animist + size = 275 + } + + artisans = { + culture = fang + religion = animist + size = 1125 + } + + soldiers = { + culture = fang + religion = animist + size = 275 + } + + farmers = { + culture = fang + religion = animist + size = 16800 + } + + slaves = { + culture = fang + religion = animist + size = 9000 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 1150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 575 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 2325 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 600 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 39350 + } + + slaves = { + culture = tiv + religion = animist + size = 14000 + } } #Bafoussam (276000/69000 POPS) 1960 = { - aristocrats = { - culture = tiv - religion = sunni - size = 1375 - } - - clergymen = { - culture = tiv - religion = sunni - size = 700 - } - - artisans = { - culture = tiv - religion = sunni - size = 2775 - } - - soldiers = { - culture = tiv - religion = sunni - size = 700 - } - - farmers = { - culture = tiv - religion = sunni - size = 44450 - } - - slaves = { - culture = tiv - religion = animist - size = 19000 - } + aristocrats = { + culture = tiv + religion = sunni + size = 1375 + } + + clergymen = { + culture = tiv + religion = sunni + size = 700 + } + + artisans = { + culture = tiv + religion = sunni + size = 2775 + } + + soldiers = { + culture = tiv + religion = sunni + size = 700 + } + + farmers = { + culture = tiv + religion = sunni + size = 44450 + } + + slaves = { + culture = tiv + religion = animist + size = 19000 + } } #Bertoua (320000/80000 POPS) 1962 = { - aristocrats = { - culture = fang - religion = animist - size = 1225 - } - - clergymen = { - culture = fang - religion = animist - size = 625 - } - - artisans = { - culture = fang - religion = animist - size = 2500 - } - - soldiers = { - culture = fang - religion = animist - size = 625 - } - - farmers = { - culture = fang - religion = animist - size = 34025 - } - - slaves = { - culture = fang - religion = animist - size = 17000 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 325 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 175 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 725 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 175 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 10600 - } - - slaves = { - culture = ubangian - religion = animist - size = 6000 - } + aristocrats = { + culture = fang + religion = animist + size = 1225 + } + + clergymen = { + culture = fang + religion = animist + size = 625 + } + + artisans = { + culture = fang + religion = animist + size = 2500 + } + + soldiers = { + culture = fang + religion = animist + size = 625 + } + + farmers = { + culture = fang + religion = animist + size = 34025 + } + + slaves = { + culture = fang + religion = animist + size = 17000 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 325 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 175 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 725 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 175 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 10600 + } + + slaves = { + culture = ubangian + religion = animist + size = 6000 + } } -#Kwararafa Region (372000) #see Nigeria.txt for balance of region +#Kwararafa Region (372000) #see Nigeria.txt for balance of region #uncolonized in 1836 #Bamenda (372000/93000 POPS) #now part of Cameroun 1961 = { - aristocrats = { - culture = tiv - religion = animist - size = 1850 - } - - clergymen = { - culture = tiv - religion = animist - size = 950 - } - - artisans = { - culture = tiv - religion = animist - size = 3725 - } - - soldiers = { - culture = tiv - religion = animist - size = 950 - } - - farmers = { - culture = tiv - religion = animist - size = 75575 - } - - slaves = { - culture = ibibio - religion = animist - size = 10000 - } + aristocrats = { + culture = tiv + religion = animist + size = 1850 + } + + clergymen = { + culture = tiv + religion = animist + size = 950 + } + + artisans = { + culture = tiv + religion = animist + size = 3725 + } + + soldiers = { + culture = tiv + religion = animist + size = 950 + } + + farmers = { + culture = tiv + religion = animist + size = 75575 + } + + slaves = { + culture = ibibio + religion = animist + size = 10000 + } } -#Adamawa Region (268000) #see Nigeria.txt for balance of region +#Adamawa Region (268000) #see Nigeria.txt for balance of region #under the rule of Sokoto 1836 #Ngaoundere (160000/40000 POPS) #now part of Cameroun 1963 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 25 - } - - officers = { - culture = fulbe - religion = sunni - size = 75 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 275 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19825 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 275 - } - - clergymen = { - culture = ubangian - religion = animist - size = 150 - } - - artisans = { - culture = ubangian - religion = animist - size = 575 - } - - soldiers = { - culture = ubangian - religion = animist - size = 150 - } - - farmers = { - culture = ubangian - religion = animist - size = 12850 - } - - slaves = { - culture = tiv - religion = animist - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 25 + } + + officers = { + culture = fulbe + religion = sunni + size = 75 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 275 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19825 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 275 + } + + clergymen = { + culture = ubangian + religion = animist + size = 150 + } + + artisans = { + culture = ubangian + religion = animist + size = 575 + } + + soldiers = { + culture = ubangian + religion = animist + size = 150 + } + + farmers = { + culture = ubangian + religion = animist + size = 12850 + } + + slaves = { + culture = tiv + religion = animist + size = 4000 + } } #under rule of Kanem-Borno in 1836 #Maroua (433600/108400 POPS) #now part of Cameroun 1964 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 700 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 800 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 400 - } - - farmers = { - culture = fulbe - religion = sunni - size = 27400 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 200 - } - - clergymen = { - culture = hausa - religion = sunni - size = 200 - } - - artisans = { - culture = hausa - religion = sunni - size = 800 - } - - soldiers = { - culture = hausa - religion = sunni - size = 200 - } - - farmers = { - culture = hausa - religion = sunni - size = 20600 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 300 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 200 - } - - farmers = { - culture = bedouin - religion = sunni - size = 18300 - } - - aristocrats = { - culture = baguirmi - religion = animist - size = 700 - } - - clergymen = { - culture = baguirmi - religion = animist - size = 400 - } - - artisans = { - culture = baguirmi - religion = animist - size = 1800 - } - - soldiers = { - culture = baguirmi - religion = animist - size = 400 - } - - farmers = { - culture = baguirmi - religion = animist - size = 23100 - } - - slaves = { - culture = kanuri - religion = sunni - size = 6000 - } - - slaves = { - culture = sara - religion = sunni - size = 6000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 700 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 800 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 400 + } + + farmers = { + culture = fulbe + religion = sunni + size = 27400 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 200 + } + + clergymen = { + culture = hausa + religion = sunni + size = 200 + } + + artisans = { + culture = hausa + religion = sunni + size = 800 + } + + soldiers = { + culture = hausa + religion = sunni + size = 200 + } + + farmers = { + culture = hausa + religion = sunni + size = 20600 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 300 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 200 + } + + farmers = { + culture = bedouin + religion = sunni + size = 18300 + } + + aristocrats = { + culture = baguirmi + religion = animist + size = 700 + } + + clergymen = { + culture = baguirmi + religion = animist + size = 400 + } + + artisans = { + culture = baguirmi + religion = animist + size = 1800 + } + + soldiers = { + culture = baguirmi + religion = animist + size = 400 + } + + farmers = { + culture = baguirmi + religion = animist + size = 23100 + } + + slaves = { + culture = kanuri + religion = sunni + size = 6000 + } + + slaves = { + culture = sara + religion = sunni + size = 6000 + } } diff --git a/HPM/history/pops/1861.4.14/Canada.txt b/HPM/history/pops/1861.4.14/Canada.txt index fca5806b..c39b683b 100644 --- a/HPM/history/pops/1861.4.14/Canada.txt +++ b/HPM/history/pops/1861.4.14/Canada.txt @@ -1,5578 +1,5578 @@ #Yukon Region (12000) #Whitehorse (4000/1000 POPS) 6 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Dawson (4000/1000 POPS) 7 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Ross River (4000/1000 POPS) 8 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Northwest Territories & Keewatin Regions (28000) #Fort Simpson (2400/600 POPS) 9 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 520 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 520 + } } #Inuvik (4000/1000 POPS) 10 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Echo Bay (4000/1000 POPS) 11 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Reliance (2000/500 POPS) 12 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 15 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 5 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 15 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 5 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } } #Fort Resolution (2000/500 POPS) 2596 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } } #Fort Liard (1600/400 POPS) 2598 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 20 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 5 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 360 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 20 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 5 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 360 + } } #Arviat (3200/800 POPS) 43 = { - aristocrats = { - culture = inuit - religion = animist - size = 10 - } - - clergymen = { - culture = inuit - religion = animist - size = 15 - } - - artisans = { - culture = inuit - religion = animist - size = 40 - } - - soldiers = { - culture = inuit - religion = animist - size= 10 - - } - - farmers = { - culture = inuit - religion = animist - size = 725 - } + aristocrats = { + culture = inuit + religion = animist + size = 10 + } + + clergymen = { + culture = inuit + religion = animist + size = 15 + } + + artisans = { + culture = inuit + religion = animist + size = 40 + } + + soldiers = { + culture = inuit + religion = animist + size= 10 + + } + + farmers = { + culture = inuit + religion = animist + size = 725 + } } #Baker Lake (2000/500 POPS) 44 = { - aristocrats = { - culture = inuit - religion = animist - size = 5 - } - - clergymen = { - culture = inuit - religion = animist - size = 10 - } - - artisans = { - culture = inuit - religion = animist - size = 25 - } - - soldiers = { - culture = inuit - religion = animist - size= 10 - - } - - farmers = { - culture = inuit - religion = animist - size = 450 - } + aristocrats = { + culture = inuit + religion = animist + size = 5 + } + + clergymen = { + culture = inuit + religion = animist + size = 10 + } + + artisans = { + culture = inuit + religion = animist + size = 25 + } + + soldiers = { + culture = inuit + religion = animist + size= 10 + + } + + farmers = { + culture = inuit + religion = animist + size = 450 + } } #Baffin Island (4000/1000 POPS) 45 = { - aristocrats = { - culture = inuit - religion = animist - size = 10 - } - - clergymen = { - culture = inuit - religion = animist - size = 25 - } - - artisans = { - culture = inuit - religion = animist - size = 50 - } - - soldiers = { - culture = inuit - religion = animist - size= 15 - - } - - farmers = { - culture = inuit - religion = animist - size = 900 - } + aristocrats = { + culture = inuit + religion = animist + size = 10 + } + + clergymen = { + culture = inuit + religion = animist + size = 25 + } + + artisans = { + culture = inuit + religion = animist + size = 50 + } + + soldiers = { + culture = inuit + religion = animist + size= 15 + + } + + farmers = { + culture = inuit + religion = animist + size = 900 + } } #Whale Cove (2800/700 POPS) 2595 = { - aristocrats = { - culture = inuit - religion = animist - size = 10 - } - - clergymen = { - culture = inuit - religion = animist - size = 15 - } - - artisans = { - culture = inuit - religion = animist - size = 35 - } - - soldiers = { - culture = inuit - religion = animist - size= 10 - - } - - farmers = { - culture = inuit - religion = animist - size = 630 - } + aristocrats = { + culture = inuit + religion = animist + size = 10 + } + + clergymen = { + culture = inuit + religion = animist + size = 15 + } + + artisans = { + culture = inuit + religion = animist + size = 35 + } + + soldiers = { + culture = inuit + religion = animist + size= 10 + + } + + farmers = { + culture = inuit + religion = animist + size = 630 + } } #British Columbia Region (51,525 est.) #10,585 Settlers remain in 1870, add prospector population #Vancouver (10960/3740 POPS) +500 Prospectors 13 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1675 - } - - farmers = { - culture = british - religion = protestant - size = 500 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 110 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 130 - } - - farmers = { - culture = afro_american - religion = protestant - size = 110 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1675 + } + + farmers = { + culture = british + religion = protestant + size = 500 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 110 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 130 + } + + farmers = { + culture = afro_american + religion = protestant + size = 110 + } } #Vancouver Island (13740/5740 POPS) +500 Prospectors 14 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1780 - } - - farmers = { - culture = british - religion = protestant - size = 1055 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 280 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 120 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 145 - } - - farmers = { - culture = afro_american - religion = protestant - size = 115 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1780 + } + + farmers = { + culture = british + religion = protestant + size = 1055 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 280 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 120 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 145 + } + + farmers = { + culture = afro_american + religion = protestant + size = 115 + } } #Prince Rupert (4000/1000 POPS) 15 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Glenora (4000/1000 POPS) 16 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Atlin (2400/600 POPS) 17 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 520 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 520 + } } #Fort St John (2400/600 POPS) 18 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 30 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 520 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 30 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 520 + } } #Prince George (5640/1410 POPS) +300ish Prospectors 19 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - farmers = { - culture = british - religion = protestant - size = 185 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 170 - } - - farmers = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + farmers = { + culture = british + religion = protestant + size = 185 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 170 + } + + farmers = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } } #Kelowna (4000/1000 POPS) +400 Prospectors 20 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - farmers = { - culture = british - religion = protestant - size = 125 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 225 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + farmers = { + culture = british + religion = protestant + size = 125 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 225 + } } #Vernon (5040/1240 POPS) 21 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - farmers = { - culture = british - religion = protestant - size = 25 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + farmers = { + culture = british + religion = protestant + size = 25 + } } #Fort Nelson (1600/400 POPS) 2629 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 20 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 5 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 360 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 20 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 5 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 360 + } } #Alberta Region (64000) #Edmonton (16000/4000 POPS) 22 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Athabaska Landing (4800/1200 POPS) 23 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 20 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 60 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1080 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 20 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 60 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1080 + } } #Jasper (4000/1000 POPS) 24 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Banff (4000/1000 POPS) 25 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Calgary (8000/2000 POPS) 26 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Denwood (8000/2000 POPS) 27 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Fort MacLeod (8000/2000 POPS) 28 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Medicine Hat (8000/2000 POPS) 29 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Fort Vermillion (3200/800 POPS) 2597 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 40 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 715 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 40 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 715 + } } #Saskatchewan Region (44000) #Regina (12000/3000 POPS) 30 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Stanley (4000/1000 POPS) 31 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Prince Albert (8000/2000 POPS) 32 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Asquith (8000/2000 POPS) 33 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Saskatoon (8000/2000 POPS) 34 = { - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Maple Creek (4000/1000 POPS) 35 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Manitoba Region (52000) #Winnipeg (12000/3000 POPS) 36 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - bureaucrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 915 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - farmers = { - culture = metis - religion = catholic - size = 835 - } - - farmers = { - culture = metis - religion = protestant - size = 575 - } - - farmers = { - culture = british - religion = protestant - size = 280 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 175 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + bureaucrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 915 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + farmers = { + culture = metis + religion = catholic + size = 835 + } + + farmers = { + culture = metis + religion = protestant + size = 575 + } + + farmers = { + culture = british + religion = protestant + size = 280 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 175 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } } #Churchill (4000/1000 POPS) 37 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Indian Lakes (4000/1000 POPS) 38 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Norway House (8000/2000 POPS) 39 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Dauphin (8000/2000 POPS) 40 = { - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Brandon (8000/2000 POPS) 41 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Pembina (8000/2000 POPS) 42 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - soldiers = { - culture = metis - religion = catholic - size= 15 - - } - - farmers = { - culture = metis - religion = catholic - size = 910 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + soldiers = { + culture = metis + religion = catholic + size= 15 + + } + + farmers = { + culture = metis + religion = catholic + size = 910 + } } #Ontario Region (1396091 - 1861 Boundaries) +Rupertsland Provinces #Fort Severn (6000/1500 POPS) 47 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 65 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 25 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 400 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 15 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - farmers = { - culture = cree - religion = animist - size = 650 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 65 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 25 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 400 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 15 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + farmers = { + culture = cree + religion = animist + size = 650 + } } #Fort Albany (10000/2500 POPS) 48 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 35 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 750 - } - - aristocrats = { - culture = cree - religion = animist - size = 25 - } - - clergymen = { - culture = cree - religion = animist - size = 35 - } - - artisans = { - culture = cree - religion = animist - size = 90 - } - - farmers = { - culture = cree - religion = animist - size = 1450 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 35 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 750 + } + + aristocrats = { + culture = cree + religion = animist + size = 25 + } + + clergymen = { + culture = cree + religion = animist + size = 35 + } + + artisans = { + culture = cree + religion = animist + size = 90 + } + + farmers = { + culture = cree + religion = animist + size = 1450 + } } #Dryden (15000/3750 POPS) 49 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 185 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 50 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 500 - } - - aristocrats = { - culture = cree - religion = animist - size = 25 - } - - clergymen = { - culture = cree - religion = animist - size = 50 - } - - artisans = { - culture = cree - religion = animist - size = 125 - } - - farmers = { - culture = cree - religion = animist - size = 1800 - } - - clergymen = { - culture = metis - religion = catholic - size = 25 - } - - artisans = { - culture = metis - religion = catholic - size = 50 - } - - farmers = { - culture = metis - religion = catholic - size = 925 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 185 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 50 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 500 + } + + aristocrats = { + culture = cree + religion = animist + size = 25 + } + + clergymen = { + culture = cree + religion = animist + size = 50 + } + + artisans = { + culture = cree + religion = animist + size = 125 + } + + farmers = { + culture = cree + religion = animist + size = 1800 + } + + clergymen = { + culture = metis + religion = catholic + size = 25 + } + + artisans = { + culture = metis + religion = catholic + size = 50 + } + + farmers = { + culture = metis + religion = catholic + size = 925 + } } #Thunder Bay (2460/615 POPS) 50 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 190 - } - - farmers = { - culture = irish - religion = catholic - size = 15 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 390 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 190 + } + + farmers = { + culture = irish + religion = catholic + size = 15 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 390 + } } #Sault Ste Marie (2460/615 POPS) 51 = { - artisans = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 115 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 10 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 75 - } - - farmers = { - culture = irish - religion = catholic - size = 15 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 390 - } + artisans = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 115 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 10 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 75 + } + + farmers = { + culture = irish + religion = catholic + size = 15 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 390 + } } #Sudbury (2095/525 POPS) 52 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 95 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 95 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 10 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 5 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 225 - } - - farmers = { - culture = irish - religion = catholic - size = 55 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 25 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 95 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 95 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 10 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 5 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 225 + } + + farmers = { + culture = irish + religion = catholic + size = 55 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 25 + } } #Barrie (109970/27490 POPS) +40 POPs, -65 POPs 53 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 30 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 400 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1200 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 250 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 14165 - } - - clergymen = { - culture = british - religion = protestant - size = 130 - } - - artisans = { - culture = british - religion = protestant - size = 350 - } - - farmers = { - culture = british - religion = protestant - size = 4815 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 345 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 3435 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = protestant - size = 1030 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 115 - } - - farmers = { - culture = yankee - religion = protestant - size = 455 - } - - farmers = { - culture = north_german - religion = protestant - size = 545 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 30 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 400 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1200 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 250 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 14165 + } + + clergymen = { + culture = british + religion = protestant + size = 130 + } + + artisans = { + culture = british + religion = protestant + size = 350 + } + + farmers = { + culture = british + religion = protestant + size = 4815 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 345 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 3435 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = protestant + size = 1030 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 115 + } + + farmers = { + culture = yankee + religion = protestant + size = 455 + } + + farmers = { + culture = north_german + religion = protestant + size = 545 + } } #Pickle Lake (2000/500 POPS) 2594 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 10 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 150 - } - - aristocrats = { - culture = cree - religion = animist - size = 5 - } - - clergymen = { - culture = cree - religion = animist - size = 10 - } - - artisans = { - culture = cree - religion = animist - size = 20 - } - - farmers = { - culture = cree - religion = animist - size = 265 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 10 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 150 + } + + aristocrats = { + culture = cree + religion = animist + size = 5 + } + + clergymen = { + culture = cree + religion = animist + size = 10 + } + + artisans = { + culture = cree + religion = animist + size = 20 + } + + farmers = { + culture = cree + religion = animist + size = 265 + } } #Attawapiskat (8000/2000 POPS) 2628 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 75 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 15 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 300 - } - - aristocrats = { - culture = cree - religion = animist - size = 25 - } - - clergymen = { - culture = cree - religion = animist - size = 35 - } - - artisans = { - culture = cree - religion = animist - size = 80 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 1445 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 75 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 15 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 300 + } + + aristocrats = { + culture = cree + religion = animist + size = 25 + } + + clergymen = { + culture = cree + religion = animist + size = 35 + } + + artisans = { + culture = cree + religion = animist + size = 80 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 1445 + } } #Toronto (389370/97340 POPS) 46 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 225 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 2000 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 1100 - } - - clerks = { - culture = anglo_canadian - religion = protestant - size = 200 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 3700 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 9000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 3000 - - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 39740 - } - - aristocrats = { - culture = british - religion = protestant - size = 200 - } - - officers = { - culture = british - religion = protestant - size = 85 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1140 - } - - clergymen = { - culture = british - religion = protestant - size = 350 - } - - clerks = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 2300 - } - - artisans = { - culture = british - religion = protestant - size = 3435 - } - - soldiers = { - culture = british - religion = protestant - size= 1100 - - } - - farmers = { - culture = british - religion = protestant - size = 7630 - } - - aristocrats = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1200 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 700 - } - - clergymen = { - culture = irish - religion = catholic - size = 300 - } - - craftsmen = { - culture = irish - religion = catholic - size = 500 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 12525 - } - - craftsmen = { - culture = irish - religion = protestant - size = 100 - } - - artisans = { - culture = irish - religion = protestant - size = 300 - } - - farmers = { - culture = irish - religion = protestant - size = 1600 - } - - farmers = { - culture = native_american_minor - religion = protestant - size = 305 - } - - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - - craftsmen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 2545 - } - - farmers = { - culture = north_german - religion = protestant - size = 335 - } - - farmers = { - culture = afro_american - religion = protestant - size = 475 - } - - capitalists = { - culture = anglo_canadian - religion = jewish - size = 100 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 225 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 2000 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 1100 + } + + clerks = { + culture = anglo_canadian + religion = protestant + size = 200 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 3700 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 9000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 3000 + + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 39740 + } + + aristocrats = { + culture = british + religion = protestant + size = 200 + } + + officers = { + culture = british + religion = protestant + size = 85 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1140 + } + + clergymen = { + culture = british + religion = protestant + size = 350 + } + + clerks = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 2300 + } + + artisans = { + culture = british + religion = protestant + size = 3435 + } + + soldiers = { + culture = british + religion = protestant + size= 1100 + + } + + farmers = { + culture = british + religion = protestant + size = 7630 + } + + aristocrats = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1200 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 700 + } + + clergymen = { + culture = irish + religion = catholic + size = 300 + } + + craftsmen = { + culture = irish + religion = catholic + size = 500 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 12525 + } + + craftsmen = { + culture = irish + religion = protestant + size = 100 + } + + artisans = { + culture = irish + religion = protestant + size = 300 + } + + farmers = { + culture = irish + religion = protestant + size = 1600 + } + + farmers = { + culture = native_american_minor + religion = protestant + size = 305 + } + + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + + craftsmen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 2545 + } + + farmers = { + culture = north_german + religion = protestant + size = 335 + } + + farmers = { + culture = afro_american + religion = protestant + size = 475 + } + + capitalists = { + culture = anglo_canadian + religion = jewish + size = 100 + } } #Windsor (263690/65920 POPS) 54 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 750 - } - - clerks = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 800 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3175 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 1500 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 29515 - } - - clergymen = { - culture = british - religion = protestant - size = 200 - } - - clerks = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 1200 - } - - artisans = { - culture = british - religion = protestant - size = 1900 - } - - farmers = { - culture = british - religion = protestant - size = 8900 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 815 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1485 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 200 - } - - artisans = { - culture = irish - religion = catholic - size = 200 - } - - farmers = { - culture = irish - religion = catholic - size = 6865 - } - - farmers = { - culture = native_american_minor - religion = protestant - size = 730 - } - - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 3425 - } - - farmers = { - culture = north_german - religion = protestant - size = 1170 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2190 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 750 + } + + clerks = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 800 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3175 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 1500 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 29515 + } + + clergymen = { + culture = british + religion = protestant + size = 200 + } + + clerks = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 1200 + } + + artisans = { + culture = british + religion = protestant + size = 1900 + } + + farmers = { + culture = british + religion = protestant + size = 8900 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 815 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1485 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 200 + } + + artisans = { + culture = irish + religion = catholic + size = 200 + } + + farmers = { + culture = irish + religion = catholic + size = 6865 + } + + farmers = { + culture = native_american_minor + religion = protestant + size = 730 + } + + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 3425 + } + + farmers = { + culture = north_german + religion = protestant + size = 1170 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2190 + } } #Hamilton (320355/80090 POPS) +10 POPs from Kingston 55 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 1200 - } - - clerks = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 1100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 5400 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 3000 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 36660 - } - - clergymen = { - culture = british - religion = protestant - size = 200 - } - - clerks = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 1100 - } - - artisans = { - culture = british - religion = protestant - size = 1200 - } - - farmers = { - culture = british - religion = protestant - size = 11075 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1475 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 925 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 200 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 7315 - } - - farmers = { - culture = native_american_minor - religion = protestant - size = 655 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 3605 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 110 - } - - farmers = { - culture = north_german - religion = protestant - size = 3250 - } - - farmers = { - culture = afro_american - religion = protestant - size = 630 - } - clerks = { - culture = anglo_canadian - religion = jewish - size = 100 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 1200 + } + + clerks = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 1100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 5400 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 3000 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 36660 + } + + clergymen = { + culture = british + religion = protestant + size = 200 + } + + clerks = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 1100 + } + + artisans = { + culture = british + religion = protestant + size = 1200 + } + + farmers = { + culture = british + religion = protestant + size = 11075 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1475 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 925 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 200 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 7315 + } + + farmers = { + culture = native_american_minor + religion = protestant + size = 655 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 3605 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 110 + } + + farmers = { + culture = north_german + religion = protestant + size = 3250 + } + + farmers = { + culture = afro_american + religion = protestant + size = 630 + } + clerks = { + culture = anglo_canadian + religion = jewish + size = 100 + } } #Kingston (209500/52360 POPS) - 25 POPs, +75 POPs #25 native POPs moved to Barrie, 65 black POPs received from Barrie, 10 jewish POPs received from Kingston 56 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 150 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 600 - } - - clerks = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 750 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3950 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 1100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 25365 - } - - clergymen = { - culture = british - religion = protestant - size = 145 - } - - artisans = { - culture = british - religion = protestant - size = 270 - } - - farmers = { - culture = british - religion = protestant - size = 3165 - } - - craftsmen = { - culture = anglo_canadian - religion = catholic - size = 250 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 150 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 3880 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - clerks = { - culture = french_canadian - religion = catholic - size = 100 - } - - craftsmen = { - culture = french_canadian - religion = catholic - size = 300 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 150 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 2740 - } - - clergymen = { - culture = irish - religion = catholic - size = 155 - } - - craftsmen = { - culture = irish - religion = catholic - size = 500 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 6330 - } - - farmers = { - culture = yankee - religion = protestant - size = 1425 - } - - farmers = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - farmers = { - culture = anglo_canadian - religion = jewish - size = 10 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 150 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 600 + } + + clerks = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 750 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3950 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 1100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 25365 + } + + clergymen = { + culture = british + religion = protestant + size = 145 + } + + artisans = { + culture = british + religion = protestant + size = 270 + } + + farmers = { + culture = british + religion = protestant + size = 3165 + } + + craftsmen = { + culture = anglo_canadian + religion = catholic + size = 250 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 150 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 3880 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + clerks = { + culture = french_canadian + religion = catholic + size = 100 + } + + craftsmen = { + culture = french_canadian + religion = catholic + size = 300 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 150 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 2740 + } + + clergymen = { + culture = irish + religion = catholic + size = 155 + } + + craftsmen = { + culture = irish + religion = catholic + size = 500 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 6330 + } + + farmers = { + culture = yankee + religion = protestant + size = 1425 + } + + farmers = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + farmers = { + culture = anglo_canadian + religion = jewish + size = 10 + } } #Ottawa (96255/24065 POPS) -15 POPs #15 native POPs moved to Barrie 57 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 255 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1270 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 1250 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10105 - } - - artisans = { - culture = british - religion = protestant - size = 250 - } - - farmers = { - culture = british - religion = protestant - size = 2070 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 150 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1785 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 150 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1295 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - farmers = { - culture = irish - religion = catholic - size = 4510 - } - - farmers = { - culture = yankee - religion = protestant - size = 295 - } - - farmers = { - culture = polish - religion = catholic - size = 115 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 255 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1270 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 1250 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10105 + } + + artisans = { + culture = british + religion = protestant + size = 250 + } + + farmers = { + culture = british + religion = protestant + size = 2070 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 150 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1785 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 150 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1295 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + farmers = { + culture = irish + religion = catholic + size = 4510 + } + + farmers = { + culture = yankee + religion = protestant + size = 295 + } + + farmers = { + culture = polish + religion = catholic + size = 115 + } } #Quebec Region (1111296 - 1861 Boundaries) +Rupertsland provinces #Nitchequon (2800/700 POPS) 59 = { - clergymen = { - culture = french_canadian - religion = catholic - size = 10 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 30 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 10 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 200 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 15 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - farmers = { - culture = cree - religion = animist - size = 500 - } + clergymen = { + culture = french_canadian + religion = catholic + size = 10 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 30 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 10 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 200 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 15 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + farmers = { + culture = cree + religion = animist + size = 500 + } } #Ungava (2800/700 POPS) 2592 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 10 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - aristocrats = { - culture = inuit - religion = animist - size = 5 - } - - clergymen = { - culture = inuit - religion = animist - size = 10 - } - - artisans = { - culture = inuit - religion = animist - size = 25 - } - - farmers = { - culture = inuit - religion = animist - size = 360 - } - - aristocrats = { - culture = cree - religion = animist - size = 2 - } - - clergymen = { - culture = cree - religion = animist - size = 3 - } - - artisans = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 180 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 10 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + aristocrats = { + culture = inuit + religion = animist + size = 5 + } + + clergymen = { + culture = inuit + religion = animist + size = 10 + } + + artisans = { + culture = inuit + religion = animist + size = 25 + } + + farmers = { + culture = inuit + religion = animist + size = 360 + } + + aristocrats = { + culture = cree + religion = animist + size = 2 + } + + clergymen = { + culture = cree + religion = animist + size = 3 + } + + artisans = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 180 + } } #Port Harrison (2800/700 POPS) 2626 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 10 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - aristocrats = { - culture = inuit - religion = animist - size = 2 - } - - clergymen = { - culture = inuit - religion = animist - size = 3 - } - - artisans = { - culture = inuit - religion = animist - size = 15 - } - - farmers = { - culture = inuit - religion = animist - size = 180 - } - - aristocrats = { - culture = cree - religion = animist - size = 5 - } - - clergymen = { - culture = cree - religion = animist - size = 10 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - farmers = { - culture = cree - religion = animist - size = 360 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 10 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + aristocrats = { + culture = inuit + religion = animist + size = 2 + } + + clergymen = { + culture = inuit + religion = animist + size = 3 + } + + artisans = { + culture = inuit + religion = animist + size = 15 + } + + farmers = { + culture = inuit + religion = animist + size = 180 + } + + aristocrats = { + culture = cree + religion = animist + size = 5 + } + + clergymen = { + culture = cree + religion = animist + size = 10 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + farmers = { + culture = cree + religion = animist + size = 360 + } } #Fort Chimo (2800/700 POPS) 2627 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 10 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - aristocrats = { - culture = inuit - religion = animist - size = 5 - } - - clergymen = { - culture = inuit - religion = animist - size = 10 - } - - artisans = { - culture = inuit - religion = animist - size = 25 - } - - farmers = { - culture = inuit - religion = animist - size = 360 - } - - aristocrats = { - culture = cree - religion = animist - size = 2 - } - - clergymen = { - culture = cree - religion = animist - size = 3 - } - - artisans = { - culture = cree - religion = animist - size = 15 - } - - farmers = { - culture = cree - religion = animist - size = 180 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 10 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + aristocrats = { + culture = inuit + religion = animist + size = 5 + } + + clergymen = { + culture = inuit + religion = animist + size = 10 + } + + artisans = { + culture = inuit + religion = animist + size = 25 + } + + farmers = { + culture = inuit + religion = animist + size = 360 + } + + aristocrats = { + culture = cree + religion = animist + size = 2 + } + + clergymen = { + culture = cree + religion = animist + size = 3 + } + + artisans = { + culture = cree + religion = animist + size = 15 + } + + farmers = { + culture = cree + religion = animist + size = 180 + } } #Fort Rupert (2800/700 POPS) 60 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 10 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 50 - } - - aristocrats = { - culture = cree - religion = animist - size = 15 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 40 - } - - farmers = { - culture = cree - religion = animist - size = 520 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 10 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 50 + } + + aristocrats = { + culture = cree + religion = animist + size = 15 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 40 + } + + farmers = { + culture = cree + religion = animist + size = 520 + } } #Fort George (2400/600 POPS) 2593 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 65 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 25 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - aristocrats = { - culture = cree - religion = animist - size = 15 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 40 - } - - farmers = { - culture = cree - religion = animist - size = 320 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 65 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 25 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + aristocrats = { + culture = cree + religion = animist + size = 15 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 40 + } + + farmers = { + culture = cree + religion = animist + size = 320 + } } #Quebec (1861 Census Areas: 1111296) #Montreal (359430/89860 POPS) 58 = { - capitalists = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 180 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 90 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 1265 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 400 - } - - clerks = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 2000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 2950 - } - - clergymen = { - culture = british - religion = protestant - size = 95 - } - - artisans = { - culture = british - religion = protestant - size = 175 - } - - clerks = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 1990 - } - - bureaucrats = { - culture = anglo_canadian - religion = catholic - size = 1265 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 350 - } - - clerks = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - craftsmen = { - culture = anglo_canadian - religion = catholic - size = 1100 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 3495 - } - - aristocrats = { - culture = french_canadian - religion = catholic - size = 100 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 1400 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 10000 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 4380 - } - - clerks = { - culture = french_canadian - religion = catholic - size = 100 - } - - craftsmen = { - culture = french_canadian - religion = catholic - size = 5000 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 2000 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 42925 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 4010 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 645 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 705 - } - - capitalists = { - culture = anglo_canadian - religion = jewish - size = 105 - } + capitalists = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 180 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 90 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 1265 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 400 + } + + clerks = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 2000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 2950 + } + + clergymen = { + culture = british + religion = protestant + size = 95 + } + + artisans = { + culture = british + religion = protestant + size = 175 + } + + clerks = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 1990 + } + + bureaucrats = { + culture = anglo_canadian + religion = catholic + size = 1265 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 350 + } + + clerks = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + craftsmen = { + culture = anglo_canadian + religion = catholic + size = 1100 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 3495 + } + + aristocrats = { + culture = french_canadian + religion = catholic + size = 100 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 1400 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 10000 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 4380 + } + + clerks = { + culture = french_canadian + religion = catholic + size = 100 + } + + craftsmen = { + culture = french_canadian + religion = catholic + size = 5000 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 2000 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 42925 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 4010 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 645 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 705 + } + + capitalists = { + culture = anglo_canadian + religion = jewish + size = 105 + } } #Chicoutimi (16580/4145 POPS) 61 = { - farmers = { - culture = anglo_canadian - religion = protestant - size = 150 - } - - officers = { - culture = french_canadian - religion = catholic - size = 5 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 85 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 165 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 35 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3505 - } - - farmers = { - culture = cree - religion = catholic - size = 145 - } - - farmers = { - culture = cree - religion = animist - size = 145 - } + farmers = { + culture = anglo_canadian + religion = protestant + size = 150 + } + + officers = { + culture = french_canadian + religion = catholic + size = 5 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 85 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 165 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 35 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3505 + } + + farmers = { + culture = cree + religion = catholic + size = 145 + } + + farmers = { + culture = cree + religion = animist + size = 145 + } } #Sept-Iles (12000/3000 POPS) 62 = { - officers = { - culture = french_canadian - religion = catholic - size = 5 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 50 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 100 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 50 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1795 - } - - aristocrats = { - culture = cree - religion = animist - size = 10 - } - - clergymen = { - culture = cree - religion = animist - size = 25 - } - - artisans = { - culture = cree - religion = animist - size = 50 - } - - soldiers = { - culture = cree - religion = animist - size= 15 - - } - - farmers = { - culture = cree - religion = animist - size = 900 - } + officers = { + culture = french_canadian + religion = catholic + size = 5 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 50 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 100 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 50 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1795 + } + + aristocrats = { + culture = cree + religion = animist + size = 10 + } + + clergymen = { + culture = cree + religion = animist + size = 25 + } + + artisans = { + culture = cree + religion = animist + size = 50 + } + + soldiers = { + culture = cree + religion = animist + size= 15 + + } + + farmers = { + culture = cree + religion = animist + size = 900 + } } #Temiscaming (41880/10470 POPS) 63 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 5 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 40 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 130 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 2680 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - craftsmen = { - culture = british - religion = protestant - size = 300 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 960 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 150 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 100 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3760 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1485 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 55 - } - - farmers = { - culture = yankee - religion = protestant - size = 105 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 5 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 40 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 130 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 2680 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + craftsmen = { + culture = british + religion = protestant + size = 300 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 960 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 150 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 100 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3760 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1485 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 55 + } + + farmers = { + culture = yankee + religion = protestant + size = 105 + } } #Trois-Rivieres (72755/18190 POPS) - 10 POPs #5 native and 5 jewish POPs moved to Quebec City 64 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 35 - } - artisans = { - culture = anglo_canadian - religion = protestant - size = 90 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 130 - } - - craftsmen = { - culture = british - religion = protestant - size = 35 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 25 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 150 - } - - officers = { - culture = french_canadian - religion = catholic - size = 10 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 420 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 975 - } - - craftsmen = { - culture = french_canadian - religion = catholic - size = 500 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 500 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 15160 - } - - farmers = { - culture = irish - religion = catholic - size = 115 - } - - farmers = { - culture = yankee - religion = protestant - size = 35 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 35 + } + artisans = { + culture = anglo_canadian + religion = protestant + size = 90 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 130 + } + + craftsmen = { + culture = british + religion = protestant + size = 35 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 25 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 150 + } + + officers = { + culture = french_canadian + religion = catholic + size = 10 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 420 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 975 + } + + craftsmen = { + culture = french_canadian + religion = catholic + size = 500 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 500 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 15160 + } + + farmers = { + culture = irish + religion = catholic + size = 115 + } + + farmers = { + culture = yankee + religion = protestant + size = 35 + } } #Quebec City (146660/36665 POPS) +10 POPs from Trois Rivieres 65 = { - clergymen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 400 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 1920 - } - - craftsmen = { - culture = british - religion = protestant - size = 985 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 135 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - craftsmen = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 4185 - } - - officers = { - culture = french_canadian - religion = catholic - size = 20 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 500 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 4035 - } - - craftsmen = { - culture = french_canadian - religion = catholic - size = 1600 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 1020 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 18380 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 215 - } - - farmers = { - culture = irish - religion = catholic - size = 2330 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 60 - } - - farmers = { - culture = yankee - religion = protestant - size = 55 - } - - artisans = { - culture = anglo_canadian - religion = jewish - size = 35 - } + clergymen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 400 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 1920 + } + + craftsmen = { + culture = british + religion = protestant + size = 985 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 135 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + craftsmen = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 4185 + } + + officers = { + culture = french_canadian + religion = catholic + size = 20 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 500 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 4035 + } + + craftsmen = { + culture = french_canadian + religion = catholic + size = 1600 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 1020 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 18380 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 215 + } + + farmers = { + culture = irish + religion = catholic + size = 2330 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 60 + } + + farmers = { + culture = yankee + religion = protestant + size = 55 + } + + artisans = { + culture = anglo_canadian + religion = jewish + size = 35 + } } #Sherbrooke (328675/82170 POPS) 66 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 40 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 160 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 300 - } - - craftsmen = { - culture = anglo_canadian - religion = protestant - size = 2000 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 10100 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 1520 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 2930 - } - - officers = { - culture = french_canadian - religion = catholic - size = 40 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 1400 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 4725 - } - - craftsmen = { - culture = french_canadian - religion = catholic - size = 1100 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 3000 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 49840 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 2220 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 100 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 2295 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 40 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 160 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 300 + } + + craftsmen = { + culture = anglo_canadian + religion = protestant + size = 2000 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 10100 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 1520 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 2930 + } + + officers = { + culture = french_canadian + religion = catholic + size = 40 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 1400 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 4725 + } + + craftsmen = { + culture = french_canadian + religion = catholic + size = 1100 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 3000 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 49840 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 2220 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 100 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 2295 + } } #Rimouski (145585/36395 POPS) 67 = { - artisans = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 1630 - } - - farmers = { - culture = british - religion = protestant - size = 270 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1225 - } - - officers = { - culture = french_canadian - religion = catholic - size = 20 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 690 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 3330 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 1500 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 26955 - } - - farmers = { - culture = irish - religion = catholic - size = 375 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 20 - } + artisans = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 1630 + } + + farmers = { + culture = british + religion = protestant + size = 270 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1225 + } + + officers = { + culture = french_canadian + religion = catholic + size = 20 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 690 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 3330 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 1500 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 26955 + } + + farmers = { + culture = irish + religion = catholic + size = 375 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 20 + } } #New Brunswick Region (252047) +75 POPs from Bathurst #Fredericton (205595/51400 POPS) 68 = { - aristocrats = { - culture = anglo_canadian - religion = protestant - size = 410 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 985 - } - - officers = { - culture = anglo_canadian - religion = protestant - size = 155 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 600 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 3885 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 3000 - - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 2000 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 21475 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 3405 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 2810 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 100 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 200 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3800 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 200 - } - - farmers = { - culture = irish - religion = catholic - size = 6400 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 290 - } - - farmers = { - culture = north_german - religion = protestant - size = 455 - } - - farmers = { - culture = dutch - religion = protestant - size = 230 - } - - farmers = { - culture = yankee - religion = protestant - size = 210 - } - - farmers = { - culture = afro_american - religion = protestant - size = 265 - } + aristocrats = { + culture = anglo_canadian + religion = protestant + size = 410 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 985 + } + + officers = { + culture = anglo_canadian + religion = protestant + size = 155 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 600 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 3885 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 3000 + + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 2000 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 21475 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 3405 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 2810 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 100 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 200 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3800 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 200 + } + + farmers = { + culture = irish + religion = catholic + size = 6400 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 290 + } + + farmers = { + culture = north_german + religion = protestant + size = 455 + } + + farmers = { + culture = dutch + religion = protestant + size = 230 + } + + farmers = { + culture = yankee + religion = protestant + size = 210 + } + + farmers = { + culture = afro_american + religion = protestant + size = 265 + } } #Bathurst (46450/11615 POPS) -75 POPs to Fredericton #70 Foreign-born POPs + 5 Afro_American POPs moved to Fredericton and merged into appropriate POPs there 69 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 10 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 80 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 250 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 200 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 2790 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 1100 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 40 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1750 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 250 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 200 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3500 - } - - farmers = { - culture = irish - religion = catholic - size = 825 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 145 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 10 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 80 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 250 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 200 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 2790 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 1100 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 40 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1750 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 250 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 200 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3500 + } + + farmers = { + culture = irish + religion = catholic + size = 825 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 145 + } } #Prince Edward Island Region (80857) #Prince Edward Island (80860/20215 POPS) 70 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1200 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 800 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 6020 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 400 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 1870 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 200 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 1115 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 545 - } - - farmers = { - culture = british - religion = protestant - size = 2375 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 450 - } - - farmers = { - culture = irish - religion = catholic - size = 4620 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 100 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1200 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 800 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 6020 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 400 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 1870 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 200 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 1115 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 545 + } + + farmers = { + culture = british + religion = protestant + size = 2375 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 450 + } + + farmers = { + culture = irish + religion = catholic + size = 4620 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 100 + } } #Nova Scotia Region (322300) #Halifax (154365/38590 POPS) 71 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 115 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 460 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 7300 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 2000 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 18165 - } - - farmers = { - culture = british - religion = protestant - size = 935 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 2595 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 225 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 3075 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1405 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 170 - } - - farmers = { - culture = yankee - religion = protestant - size = 345 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 20 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1180 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 115 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 460 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 7300 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 2000 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 18165 + } + + farmers = { + culture = british + religion = protestant + size = 935 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 2595 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 225 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 3075 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1405 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 170 + } + + farmers = { + culture = yankee + religion = protestant + size = 345 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 20 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1180 + } } #Truro (95945/23985 POPS) +105 POPs from Cape Breton Island 72 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 20 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 360 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 2100 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 1000 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 13480 - } - - artisans = { - culture = british - religion = protestant - size = 135 - } - - farmers = { - culture = british - religion = protestant - size = 1360 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 200 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 100 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 3530 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 20 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 580 - } - - farmers = { - culture = irish - religion = catholic - size = 510 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 180 - } - - farmers = { - culture = yankee - religion = protestant - size = 145 - } - - farmers = { - culture = afro_american - religion = protestant - size = 285 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 20 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 360 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 2100 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 1000 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 13480 + } + + artisans = { + culture = british + religion = protestant + size = 135 + } + + farmers = { + culture = british + religion = protestant + size = 1360 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 200 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 100 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 3530 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 20 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 580 + } + + farmers = { + culture = irish + religion = catholic + size = 510 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 180 + } + + farmers = { + culture = yankee + religion = protestant + size = 145 + } + + farmers = { + culture = afro_american + religion = protestant + size = 285 + } } #Cape Breton Island (63085/15770 POPS) -105 POPs -#30 american, 65 native, 25 black POPs merged with compatriots in Truro to avoid auto-merger into British here +#30 american, 65 native, 25 black POPs merged with compatriots in Truro to avoid auto-merger into British here 73 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 105 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 1100 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 250 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 3695 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 300 - } - - farmers = { - culture = british - religion = protestant - size = 1905 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 1100 - } - - soldiers = { - culture = anglo_canadian - religion = catholic - size= 250 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 3825 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 100 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 330 - } - - soldiers = { - culture = french_canadian - religion = catholic - size= 105 - - } - - farmers = { - culture = french_canadian - religion = catholic - size = 2265 - } - - farmers = { - culture = irish - religion = catholic - size = 305 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 105 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 1100 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 250 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 3695 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 300 + } + + farmers = { + culture = british + religion = protestant + size = 1905 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 1100 + } + + soldiers = { + culture = anglo_canadian + religion = catholic + size= 250 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 3825 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 100 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 330 + } + + soldiers = { + culture = french_canadian + religion = catholic + size= 105 + + } + + farmers = { + culture = french_canadian + religion = catholic + size = 2265 + } + + farmers = { + culture = irish + religion = catholic + size = 305 + } } #Newfoundland Region (123015) - 1857 Census #Saint John's (106420/26605 POPs) (50.7% Catholic) 74 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 25 - } - - bureaucrats = { - culture = anglo_canadian - religion = protestant - size = 160 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 180 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 2025 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 500 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 9220 - } - - officers = { - culture = anglo_canadian - religion = catholic - size = 25 - } - - clergymen = { - culture = anglo_canadian - religion = catholic - size = 125 - } - - artisans = { - culture = anglo_canadian - religion = catholic - size = 1800 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 250 - - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 9470 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 805 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 200 - } - - farmers = { - culture = irish - religion = catholic - size = 1520 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 25 + } + + bureaucrats = { + culture = anglo_canadian + religion = protestant + size = 160 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 180 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 2025 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 500 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 9220 + } + + officers = { + culture = anglo_canadian + religion = catholic + size = 25 + } + + clergymen = { + culture = anglo_canadian + religion = catholic + size = 125 + } + + artisans = { + culture = anglo_canadian + religion = catholic + size = 1800 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 250 + + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 9470 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 805 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 200 + } + + farmers = { + culture = irish + religion = catholic + size = 1520 + } } #Millertown (16595/4150 POPs) (18.8% Catholic) 75 = { - officers = { - culture = anglo_canadian - religion = protestant - size = 15 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 65 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 345 - } - - soldiers = { - culture = anglo_canadian - religion = protestant - size= 150 - - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 2585 - } - - farmers = { - culture = anglo_canadian - religion = catholic - size = 480 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 200 - } - - farmers = { - culture = british - religion = protestant - size = 210 - } - - farmers = { - culture = irish - religion = catholic - size = 100 - } + officers = { + culture = anglo_canadian + religion = protestant + size = 15 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 65 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 345 + } + + soldiers = { + culture = anglo_canadian + religion = protestant + size= 150 + + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 2585 + } + + farmers = { + culture = anglo_canadian + religion = catholic + size = 480 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 200 + } + + farmers = { + culture = british + religion = protestant + size = 210 + } + + farmers = { + culture = irish + religion = catholic + size = 100 + } } #Labrador Region (5000) #Hopedale (2000/500 POPS) 76 = { - clergymen = { - culture = cree - religion = animist - size = 10 - } - - artisans = { - culture = cree - religion = animist - size = 25 - } - - farmers = { - culture = cree - religion = animist - size = 465 - } + clergymen = { + culture = cree + religion = animist + size = 10 + } + + artisans = { + culture = cree + religion = animist + size = 25 + } + + farmers = { + culture = cree + religion = animist + size = 465 + } } #Port Hope Simpson (3000/750 POPS) 2625 = { - clergymen = { - culture = cree - religion = animist - size = 10 - } - - artisans = { - culture = cree - religion = animist - size = 30 - } - - farmers = { - culture = cree - religion = animist - size = 710 - } + clergymen = { + culture = cree + religion = animist + size = 10 + } + + artisans = { + culture = cree + religion = animist + size = 30 + } + + farmers = { + culture = cree + religion = animist + size = 710 + } } #St Pierre & Miquelon Region (2200) #Saint Pierre (2200/550 POPS) 77 = { - bureaucrats = { - culture = french - religion = catholic - size = 5 - } - - clergymen = { - culture = french - religion = catholic - size = 10 - } - - artisans = { - culture = french - religion = catholic - size = 85 - } - - labourers = { - culture = french - religion = catholic - size = 450 - } + bureaucrats = { + culture = french + religion = catholic + size = 5 + } + + clergymen = { + culture = french + religion = catholic + size = 10 + } + + artisans = { + culture = french + religion = catholic + size = 85 + } + + labourers = { + culture = french + religion = catholic + size = 450 + } } diff --git a/HPM/history/pops/1861.4.14/Cape Verde.txt b/HPM/history/pops/1861.4.14/Cape Verde.txt index c8fda3a6..6265b0ea 100644 --- a/HPM/history/pops/1861.4.14/Cape Verde.txt +++ b/HPM/history/pops/1861.4.14/Cape Verde.txt @@ -1,71 +1,71 @@ -#Cape Verde Region (76000) +#Cape Verde Region (76000) #Ruled by Portugal 1836 #Cape Verde (76000/19000 POPS) 1876 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - officers = { - culture = portuguese - religion = catholic - size = 100 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } + officers = { + culture = portuguese + religion = catholic + size = 100 + } - artisans = { - culture = portuguese - religion = catholic - size = 100 - } + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } + artisans = { + culture = portuguese + religion = catholic + size = 100 + } - farmers = { - culture = portuguese - religion = catholic - size = 100 - } + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } - clergymen = { - culture = kreol - religion = catholic - size = 150 - } + farmers = { + culture = portuguese + religion = catholic + size = 100 + } - artisans = { - culture = kreol - religion = catholic - size = 700 - } + clergymen = { + culture = kreol + religion = catholic + size = 150 + } - soldiers = { - culture = kreol - religion = catholic - size = 150 - } + artisans = { + culture = kreol + religion = catholic + size = 700 + } - farmers = { - culture = kreol - religion = catholic - size = 13500 - } + soldiers = { + culture = kreol + religion = catholic + size = 150 + } - slaves = { - culture = kreol - religion = catholic - size = 4000 - } + farmers = { + culture = kreol + religion = catholic + size = 13500 + } + + slaves = { + culture = kreol + religion = catholic + size = 4000 + } } diff --git a/HPM/history/pops/1861.4.14/Central Africa.txt b/HPM/history/pops/1861.4.14/Central Africa.txt index 28c62ecb..a27e3a1b 100644 --- a/HPM/history/pops/1861.4.14/Central Africa.txt +++ b/HPM/history/pops/1861.4.14/Central Africa.txt @@ -2,417 +2,417 @@ #uncolonized in 1836 #Bangui (104000/26000 POPS) 1965 = { - aristocrats = { - culture = ubangian - religion = animist - size = 500 - } - - clergymen = { - culture = ubangian - religion = animist - size = 250 - } - - artisans = { - culture = ubangian - religion = animist - size = 1300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 275 - } - - farmers = { - culture = ubangian - religion = animist - size = 23675 - } + aristocrats = { + culture = ubangian + religion = animist + size = 500 + } + + clergymen = { + culture = ubangian + religion = animist + size = 250 + } + + artisans = { + culture = ubangian + religion = animist + size = 1300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 275 + } + + farmers = { + culture = ubangian + religion = animist + size = 23675 + } } #Nola (40000/10000 POPS) 1966 = { - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 500 - } - - soldiers = { - culture = ubangian - religion = animist - size = 100 - } - - farmers = { - culture = ubangian - religion = animist - size = 9125 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 500 - } - + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 500 + } + + soldiers = { + culture = ubangian + religion = animist + size = 100 + } + + farmers = { + culture = ubangian + religion = animist + size = 9125 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 500 + } + } #uncolonized in 1836/under influence of Baguirmi #Bouar (28000/7000 POPS) 1967 = { - aristocrats = { - culture = ubangian - religion = animist - size = 125 - } - - clergymen = { - culture = ubangian - religion = animist - size = 75 - } - - artisans = { - culture = ubangian - religion = animist - size = 350 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 6375 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 900 - } + aristocrats = { + culture = ubangian + religion = animist + size = 125 + } + + clergymen = { + culture = ubangian + religion = animist + size = 75 + } + + artisans = { + culture = ubangian + religion = animist + size = 350 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 6375 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 900 + } } #Bossangoa (56000/14000 POPS) 1968 = { - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 500 - } - - soldiers = { - culture = ubangian - religion = animist - size = 100 - } - - farmers = { - culture = ubangian - religion = animist - size = 9125 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 100 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 100 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 900 - } - - aristocrats = { - culture = sara - religion = animist - size = 100 - } - - clergymen = { - culture = sara - religion = animist - size = 100 - } - - artisans = { - culture = sara - religion = animist - size = 150 - } - - soldiers = { - culture = sara - religion = animist - size = 100 - } - - farmers = { - culture = sara - religion = animist - size = 2700 - } + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 500 + } + + soldiers = { + culture = ubangian + religion = animist + size = 100 + } + + farmers = { + culture = ubangian + religion = animist + size = 9125 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 100 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 100 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 900 + } + + aristocrats = { + culture = sara + religion = animist + size = 100 + } + + clergymen = { + culture = sara + religion = animist + size = 100 + } + + artisans = { + culture = sara + religion = animist + size = 150 + } + + soldiers = { + culture = sara + religion = animist + size = 100 + } + + farmers = { + culture = sara + religion = animist + size = 2700 + } } #Dar Banda Region (128000) #uncolonized in 1836/under influence of Azande #Zemio (44000/11000 POPS) 1969 = { - aristocrats = { - culture = azande - religion = animist - size = 100 - } - - clergymen = { - culture = azande - religion = animist - size = 50 - } - - artisans = { - culture = azande - religion = animist - size = 300 - } - - soldiers = { - culture = azande - religion = animist - size = 75 - } - - farmers = { - culture = azande - religion = animist - size = 5475 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 75 - } - - clergymen = { - culture = ubangian - religion = animist - size = 50 - } - - artisans = { - culture = ubangian - religion = animist - size = 250 - } - - soldiers = { - culture = ubangian - religion = animist - size = 50 - } - - farmers = { - culture = ubangian - religion = animist - size = 4575 - } + aristocrats = { + culture = azande + religion = animist + size = 100 + } + + clergymen = { + culture = azande + religion = animist + size = 50 + } + + artisans = { + culture = azande + religion = animist + size = 300 + } + + soldiers = { + culture = azande + religion = animist + size = 75 + } + + farmers = { + culture = azande + religion = animist + size = 5475 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 75 + } + + clergymen = { + culture = ubangian + religion = animist + size = 50 + } + + artisans = { + culture = ubangian + religion = animist + size = 250 + } + + soldiers = { + culture = ubangian + religion = animist + size = 50 + } + + farmers = { + culture = ubangian + religion = animist + size = 4575 + } } #Bangassou (56000/14000 POPS) 1970 = { - aristocrats = { - culture = azande - religion = animist - size = 100 - } - - clergymen = { - culture = azande - religion = animist - size = 100 - } - - artisans = { - culture = azande - religion = animist - size = 100 - } - - soldiers = { - culture = azande - religion = animist - size = 100 - } - - farmers = { - culture = azande - religion = animist - size = 900 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 225 - } - - clergymen = { - culture = ubangian - religion = animist - size = 150 - } - - artisans = { - culture = ubangian - religion = animist - size = 650 - } - - soldiers = { - culture = ubangian - religion = animist - size = 150 - } - - farmers = { - culture = ubangian - religion = animist - size = 11875 - } + aristocrats = { + culture = azande + religion = animist + size = 100 + } + + clergymen = { + culture = azande + religion = animist + size = 100 + } + + artisans = { + culture = azande + religion = animist + size = 100 + } + + soldiers = { + culture = azande + religion = animist + size = 100 + } + + farmers = { + culture = azande + religion = animist + size = 900 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 225 + } + + clergymen = { + culture = ubangian + religion = animist + size = 150 + } + + artisans = { + culture = ubangian + religion = animist + size = 650 + } + + soldiers = { + culture = ubangian + religion = animist + size = 150 + } + + farmers = { + culture = ubangian + religion = animist + size = 11875 + } } #uncolonized in 1836/under influence of Wadai #Ndele (28000/7000 POPS) 1971 = { - aristocrats = { - culture = fur - religion = sunni - size = 100 - } - - clergymen = { - culture = fur - religion = sunni - size = 100 - } - - artisans = { - culture = fur - religion = sunni - size = 100 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 900 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 100 - } - - clergymen = { - culture = ubangian - religion = animist - size = 50 - } - - artisans = { - culture = ubangian - religion = animist - size = 300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 5475 - } + aristocrats = { + culture = fur + religion = sunni + size = 100 + } + + clergymen = { + culture = fur + religion = sunni + size = 100 + } + + artisans = { + culture = fur + religion = sunni + size = 100 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 900 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 100 + } + + clergymen = { + culture = ubangian + religion = animist + size = 50 + } + + artisans = { + culture = ubangian + religion = animist + size = 300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 5475 + } } diff --git a/HPM/history/pops/1861.4.14/Ceylon.txt b/HPM/history/pops/1861.4.14/Ceylon.txt index 86c47f0c..54e924c3 100644 --- a/HPM/history/pops/1861.4.14/Ceylon.txt +++ b/HPM/history/pops/1861.4.14/Ceylon.txt @@ -2,510 +2,510 @@ #Under rule of Britain 1836 #Colombo (400000/100000 POPS) 1321 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 824.0 - } - - bureaucrats = { - culture = sinhala - religion = theravada - size = 154.5 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 772.5 - } - - artisans = { - culture = sinhala - religion = theravada - size = 824.0 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 772.5 - } - - farmers = { - culture = sinhala - religion = theravada - size = 69782.5 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 128.75 - } - - bureaucrats = { - culture = tamil - religion = hindu - size = 103.0 - } - - clergymen = { - culture = tamil - religion = hindu - size = 128.75 - } - - artisans = { - culture = tamil - religion = hindu - size = 772.5 - } - - soldiers = { - culture = tamil - religion = hindu - size = 103.0 - } - - labourers = { - culture = tamil - religion = hindu - size = 10094.0 - } - - clergymen = { - culture = sinhala - religion = catholic - size = 51.5 - } - - artisans = { - culture = sinhala - religion = catholic - size = 515.0 - } - - soldiers = { - culture = sinhala - religion = catholic - size = 51.5 - } - - labourers = { - culture = sinhala - religion = catholic - size = 6592.0 - } - - clergymen = { - culture = sinhala - religion = protestant - size = 25.75 - } - - artisans = { - culture = sinhala - religion = protestant - size = 772.5 - } - - soldiers = { - culture = sinhala - religion = protestant - size = 25.75 - } - - labourers = { - culture = sinhala - religion = protestant - size = 1236.0 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - labourers = { - culture = mashriqi - religion = sunni - size = 3476.25 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 25.75 - } - - artisans = { - culture = malay - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = malay - religion = sunni - size = 51.5 - } - - farmers = { - culture = malay - religion = sunni - size = 1957.0 - } - - aristocrats = { - culture = british - religion = protestant - size = 25.75 - } - - bureaucrats = { - culture = british - religion = protestant - size = 51.5 - } - - clergymen = { - culture = british - religion = protestant - size = 51.5 - } - - artisans = { - culture = british - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = british - religion = protestant - size = 103.0 - } - - farmers = { - culture = british - religion = protestant - size = 695.25 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 824.0 + } + + bureaucrats = { + culture = sinhala + religion = theravada + size = 154.5 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 772.5 + } + + artisans = { + culture = sinhala + religion = theravada + size = 824.0 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 772.5 + } + + farmers = { + culture = sinhala + religion = theravada + size = 69782.5 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 128.75 + } + + bureaucrats = { + culture = tamil + religion = hindu + size = 103.0 + } + + clergymen = { + culture = tamil + religion = hindu + size = 128.75 + } + + artisans = { + culture = tamil + religion = hindu + size = 772.5 + } + + soldiers = { + culture = tamil + religion = hindu + size = 103.0 + } + + labourers = { + culture = tamil + religion = hindu + size = 10094.0 + } + + clergymen = { + culture = sinhala + religion = catholic + size = 51.5 + } + + artisans = { + culture = sinhala + religion = catholic + size = 515.0 + } + + soldiers = { + culture = sinhala + religion = catholic + size = 51.5 + } + + labourers = { + culture = sinhala + religion = catholic + size = 6592.0 + } + + clergymen = { + culture = sinhala + religion = protestant + size = 25.75 + } + + artisans = { + culture = sinhala + religion = protestant + size = 772.5 + } + + soldiers = { + culture = sinhala + religion = protestant + size = 25.75 + } + + labourers = { + culture = sinhala + religion = protestant + size = 1236.0 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + labourers = { + culture = mashriqi + religion = sunni + size = 3476.25 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 25.75 + } + + artisans = { + culture = malay + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = malay + religion = sunni + size = 51.5 + } + + farmers = { + culture = malay + religion = sunni + size = 1957.0 + } + + aristocrats = { + culture = british + religion = protestant + size = 25.75 + } + + bureaucrats = { + culture = british + religion = protestant + size = 51.5 + } + + clergymen = { + culture = british + religion = protestant + size = 51.5 + } + + artisans = { + culture = british + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = british + religion = protestant + size = 103.0 + } + + farmers = { + culture = british + religion = protestant + size = 695.25 + } } #Jaffna (288000/72000 POPS) 1322 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 515.0 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 515.0 - } - - artisans = { - culture = sinhala - religion = theravada - size = 4120.0 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 515.0 - } - - farmers = { - culture = sinhala - religion = theravada - size = 43775.0 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 257.5 - } - - clergymen = { - culture = tamil - religion = hindu - size = 257.5 - } - - artisans = { - culture = tamil - religion = hindu - size = 2060.0 - } - - soldiers = { - culture = tamil - religion = hindu - size = 515.0 - } - - labourers = { - culture = tamil - religion = hindu - size = 21630.0 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 515.0 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 515.0 + } + + artisans = { + culture = sinhala + religion = theravada + size = 4120.0 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 515.0 + } + + farmers = { + culture = sinhala + religion = theravada + size = 43775.0 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 257.5 + } + + clergymen = { + culture = tamil + religion = hindu + size = 257.5 + } + + artisans = { + culture = tamil + religion = hindu + size = 2060.0 + } + + soldiers = { + culture = tamil + religion = hindu + size = 515.0 + } + + labourers = { + culture = tamil + religion = hindu + size = 21630.0 + } } #Kandy (304000/76000 POPS) 1323 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 772.5 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 772.5 - } - - artisans = { - culture = sinhala - religion = theravada - size = 4120.0 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 772.5 - } - - farmers = { - culture = sinhala - religion = theravada - size = 71327.5 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 772.5 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 772.5 + } + + artisans = { + culture = sinhala + religion = theravada + size = 4120.0 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 772.5 + } + + farmers = { + culture = sinhala + religion = theravada + size = 71327.5 + } } #Trincomalee (208000/52000 POPS) 1324 = { - aristocrats = { - culture = sinhala - religion = theravada - size = 257.5 - } - - clergymen = { - culture = sinhala - religion = theravada - size = 231.75 - } - - artisans = { - culture = sinhala - religion = theravada - size = 515.0 - } - - soldiers = { - culture = sinhala - religion = theravada - size = 206.0 - } - - farmers = { - culture = sinhala - religion = theravada - size = 20419.75 - } - - aristocrats = { - culture = tamil - religion = hindu - size = 257.5 - } - - clergymen = { - culture = tamil - religion = hindu - size = 257.5 - } - - artisans = { - culture = tamil - religion = hindu - size = 515.0 - } - - soldiers = { - culture = tamil - religion = hindu - size = 257.5 - } - - labourers = { - culture = tamil - religion = hindu - size = 23432.5 - } - - clergymen = { - culture = sinhala - religion = protestant - size = 25.75 - } - - artisans = { - culture = sinhala - religion = protestant - size = 257.5 - } - - soldiers = { - culture = sinhala - religion = protestant - size = 25.75 - } - - labourers = { - culture = sinhala - religion = protestant - size = 721.0 - } - - clergymen = { - culture = sinhala - religion = catholic - size = 51.5 - } - - artisans = { - culture = sinhala - religion = catholic - size = 515.0 - } - - soldiers = { - culture = sinhala - religion = catholic - size = 25.75 - } - - labourers = { - culture = sinhala - religion = catholic - size = 1519.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 25.75 - } - - artisans = { - culture = malay - religion = sunni - size = 257.5 - } - - soldiers = { - culture = malay - religion = sunni - size = 51.5 - } - - labourers = { - culture = malay - religion = sunni - size = 695.25 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 772.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - labourers = { - culture = mashriqi - religion = sunni - size = 2214.5 - } + aristocrats = { + culture = sinhala + religion = theravada + size = 257.5 + } + + clergymen = { + culture = sinhala + religion = theravada + size = 231.75 + } + + artisans = { + culture = sinhala + religion = theravada + size = 515.0 + } + + soldiers = { + culture = sinhala + religion = theravada + size = 206.0 + } + + farmers = { + culture = sinhala + religion = theravada + size = 20419.75 + } + + aristocrats = { + culture = tamil + religion = hindu + size = 257.5 + } + + clergymen = { + culture = tamil + religion = hindu + size = 257.5 + } + + artisans = { + culture = tamil + religion = hindu + size = 515.0 + } + + soldiers = { + culture = tamil + religion = hindu + size = 257.5 + } + + labourers = { + culture = tamil + religion = hindu + size = 23432.5 + } + + clergymen = { + culture = sinhala + religion = protestant + size = 25.75 + } + + artisans = { + culture = sinhala + religion = protestant + size = 257.5 + } + + soldiers = { + culture = sinhala + religion = protestant + size = 25.75 + } + + labourers = { + culture = sinhala + religion = protestant + size = 721.0 + } + + clergymen = { + culture = sinhala + religion = catholic + size = 51.5 + } + + artisans = { + culture = sinhala + religion = catholic + size = 515.0 + } + + soldiers = { + culture = sinhala + religion = catholic + size = 25.75 + } + + labourers = { + culture = sinhala + religion = catholic + size = 1519.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 25.75 + } + + artisans = { + culture = malay + religion = sunni + size = 257.5 + } + + soldiers = { + culture = malay + religion = sunni + size = 51.5 + } + + labourers = { + culture = malay + religion = sunni + size = 695.25 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 772.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + labourers = { + culture = mashriqi + religion = sunni + size = 2214.5 + } } #Maldives (24000/6000 POPS) #now independent 1325 = { - aristocrats = { - culture = asian_minor - religion = sunni - size = 51.5 - } - - clergymen = { - culture = asian_minor - religion = sunni - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = sunni - size = 515.0 - } - - soldiers = { - culture = asian_minor - religion = sunni - size = 77.25 - } - - farmers = { - culture = asian_minor - religion = sunni - size = 5484.75 - } + aristocrats = { + culture = asian_minor + religion = sunni + size = 51.5 + } + + clergymen = { + culture = asian_minor + religion = sunni + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = sunni + size = 515.0 + } + + soldiers = { + culture = asian_minor + religion = sunni + size = 77.25 + } + + farmers = { + culture = asian_minor + religion = sunni + size = 5484.75 + } } diff --git a/HPM/history/pops/1861.4.14/Chad.txt b/HPM/history/pops/1861.4.14/Chad.txt index ee66be12..155d33d8 100644 --- a/HPM/history/pops/1861.4.14/Chad.txt +++ b/HPM/history/pops/1861.4.14/Chad.txt @@ -3,790 +3,790 @@ #under the rule of Kanem-Bornu in 1836 #Massenya (320000/80000 POPS) 1818 = { - aristocrats = { - culture = sara - religion = sunni - size = 200 - } - - bureaucrats = { - culture = sara - religion = sunni - size = 100 - } - - officers = { - culture = sara - religion = sunni - size = 100 - } - - clergymen = { - culture = sara - religion = sunni - size = 100 - } - - artisans = { - culture = sara - religion = sunni - size = 500 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = sara - religion = sunni - size = 10000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 200 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - officers = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 13458 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 200 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 500 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 500 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 9000 - } - - slaves = { - culture = baguirmi - religion = animist - size = 700 - } + aristocrats = { + culture = sara + religion = sunni + size = 200 + } + + bureaucrats = { + culture = sara + religion = sunni + size = 100 + } + + officers = { + culture = sara + religion = sunni + size = 100 + } + + clergymen = { + culture = sara + religion = sunni + size = 100 + } + + artisans = { + culture = sara + religion = sunni + size = 500 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = sara + religion = sunni + size = 10000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 200 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + officers = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 13458 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 200 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 500 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 500 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 9000 + } + + slaves = { + culture = baguirmi + religion = animist + size = 700 + } } #Moundou (48000/12000 POPS) 1819 = { - aristocrats = { - culture = sara - religion = sunni - size = 100 - } - - clergymen = { - culture = sara - religion = sunni - size = 100 - } - - artisans = { - culture = sara - religion = sunni - size = 400 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = sara - religion = sunni - size = 8000 - } - - aristocrats = { - culture = kanuri - religion = sunni - size = 200 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 100 - } - - artisans = { - culture = kanuri - religion = sunni - size = 500 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 11000 - } - - aristocrats = { - culture = sara - religion = animist - size = 600 - } - - bureaucrats = { - culture = sara - religion = animist - size = 300 - } - - clergymen = { - culture = sara - religion = animist - size = 200 - } - - artisans = { - culture = sara - religion = animist - size = 2000 - } - - soldiers = { - culture = sara - religion = animist - size = 3000 - } - - farmers = { - culture = sara - religion = animist - size = 30566 - } - - slaves = { - culture = sara - religion = animist - size = 4000 - } - - slaves = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = sara + religion = sunni + size = 100 + } + + clergymen = { + culture = sara + religion = sunni + size = 100 + } + + artisans = { + culture = sara + religion = sunni + size = 400 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = sara + religion = sunni + size = 8000 + } + + aristocrats = { + culture = kanuri + religion = sunni + size = 200 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 100 + } + + artisans = { + culture = kanuri + religion = sunni + size = 500 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 11000 + } + + aristocrats = { + culture = sara + religion = animist + size = 600 + } + + bureaucrats = { + culture = sara + religion = animist + size = 300 + } + + clergymen = { + culture = sara + religion = animist + size = 200 + } + + artisans = { + culture = sara + religion = animist + size = 2000 + } + + soldiers = { + culture = sara + religion = animist + size = 3000 + } + + farmers = { + culture = sara + religion = animist + size = 30566 + } + + slaves = { + culture = sara + religion = animist + size = 4000 + } + + slaves = { + culture = ubangian + religion = animist + size = 2000 + } } #Bongor (36000/9000 POPS) 1820 = { - aristocrats = { - culture = sara - religion = animist - size = 300 - } - - bureaucrats = { - culture = sara - religion = animist - size = 100 - } - - clergymen = { - culture = sara - religion = animist - size = 200 - } - - artisans = { - culture = sara - religion = animist - size = 1000 - } - - soldiers = { - culture = sara - religion = animist - size = 2000 - } - - farmers = { - culture = sara - religion = animist - size = 30000 - } - - aristocrats = { - culture = sara - religion = sunni - size = 125 - } - - clergymen = { - culture = sara - religion = sunni - size = 200 - } - - soldiers = { - culture = sara - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3000 - } - - farmers = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = sara + religion = animist + size = 300 + } + + bureaucrats = { + culture = sara + religion = animist + size = 100 + } + + clergymen = { + culture = sara + religion = animist + size = 200 + } + + artisans = { + culture = sara + religion = animist + size = 1000 + } + + soldiers = { + culture = sara + religion = animist + size = 2000 + } + + farmers = { + culture = sara + religion = animist + size = 30000 + } + + aristocrats = { + culture = sara + religion = sunni + size = 125 + } + + clergymen = { + culture = sara + religion = sunni + size = 200 + } + + soldiers = { + culture = sara + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3000 + } + + farmers = { + culture = ubangian + religion = animist + size = 2000 + } } #Wadai Region (488000) #under the rule of Wadai in 1836 #Abeche (136000/34000 POPS) 1821 = { - aristocrats = { - culture = fur - religion = sunni - size = 100 - } - - bureaucrats = { - culture = fur - religion = sunni - size = 50 - } - - officers = { - culture = fur - religion = sunni - size = 50 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 100 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 550 - } - - aristocrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - officers = { - culture = baguirmi - religion = sunni - size = 50 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 100 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 100 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 550 - } - - aristocrats = { - culture = teda - religion = sunni - size = 300 - } - - bureaucrats = { - culture = teda - religion = sunni - size = 100 - } - - clergymen = { - culture = teda - religion = sunni - size = 100 - } - - artisans = { - culture = teda - religion = sunni - size = 500 - } - - soldiers = { - culture = teda - religion = sunni - size = 1000 - } - - farmers = { - culture = teda - religion = sunni - size = 20183 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 300 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1000 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7000 - } - - slaves = { - culture = baguirmi - religion = animist - size = 300 - } + aristocrats = { + culture = fur + religion = sunni + size = 100 + } + + bureaucrats = { + culture = fur + religion = sunni + size = 50 + } + + officers = { + culture = fur + religion = sunni + size = 50 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 100 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 550 + } + + aristocrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + officers = { + culture = baguirmi + religion = sunni + size = 50 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 100 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 100 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 550 + } + + aristocrats = { + culture = teda + religion = sunni + size = 300 + } + + bureaucrats = { + culture = teda + religion = sunni + size = 100 + } + + clergymen = { + culture = teda + religion = sunni + size = 100 + } + + artisans = { + culture = teda + religion = sunni + size = 500 + } + + soldiers = { + culture = teda + religion = sunni + size = 1000 + } + + farmers = { + culture = teda + religion = sunni + size = 20183 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 300 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1000 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7000 + } + + slaves = { + culture = baguirmi + religion = animist + size = 300 + } } #Am Timan (168000/42000 POPS) 1822 = { - slaves = { - culture = ubangian - religion = animist - size = 1900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 150 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7300 - } + slaves = { + culture = ubangian + religion = animist + size = 1900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 150 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7300 + } } #Mongo (184000/46000 POPS) 1823 = { - aristocrats = { - culture = fur - religion = sunni - size = 200 - } - - clergymen = { - culture = fur - religion = sunni - size = 350 - } - - artisans = { - culture = fur - religion = sunni - size = 500 - } - - soldiers = { - culture = fur - religion = sunni - size = 1000 - } - - farmers = { - culture = fur - religion = sunni - size = 5000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 100 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7269 - } - - - aristocrats = { - culture = baguirmi - religion = sunni - size = 300 - } - - clergymen = { - culture = baguirmi - religion = sunni - size = 100 - } - - bureaucrats = { - culture = baguirmi - religion = sunni - size = 100 - } - - artisans = { - culture = baguirmi - religion = sunni - size = 1500 - } - - soldiers = { - culture = baguirmi - religion = sunni - size = 1000 - } - - farmers = { - culture = baguirmi - religion = sunni - size = 7246 - } - - slaves = { - culture = ubangian - religion = animist - size = 2000 - } + aristocrats = { + culture = fur + religion = sunni + size = 200 + } + + clergymen = { + culture = fur + religion = sunni + size = 350 + } + + artisans = { + culture = fur + religion = sunni + size = 500 + } + + soldiers = { + culture = fur + religion = sunni + size = 1000 + } + + farmers = { + culture = fur + religion = sunni + size = 5000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 100 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7269 + } + + + aristocrats = { + culture = baguirmi + religion = sunni + size = 300 + } + + clergymen = { + culture = baguirmi + religion = sunni + size = 100 + } + + bureaucrats = { + culture = baguirmi + religion = sunni + size = 100 + } + + artisans = { + culture = baguirmi + religion = sunni + size = 1500 + } + + soldiers = { + culture = baguirmi + religion = sunni + size = 1000 + } + + farmers = { + culture = baguirmi + religion = sunni + size = 7246 + } + + slaves = { + culture = ubangian + religion = animist + size = 2000 + } } #Kanem Region (288000) #under the rule of Kanem-Bornu in 1836 #Mao (149453/37362 POPS) 1824 = { - aristocrats = { - culture = teda - religion = sunni - size = 300 - } - - clergymen = { - culture = teda - religion = sunni - size = 200 - } - - artisans = { - culture = teda - religion = sunni - size = 200 - } - - soldiers = { - culture = teda - religion = sunni - size = 300 - } - - farmers = { - culture = teda - religion = sunni - size = 9216 - } - - aristocrats = { - culture = kanuri - religion = sunni - size = 100 - } - - bureaucrats = { - culture = kanuri - religion = sunni - size = 100 - } - - officers = { - culture = kanuri - religion = sunni - size = 100 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 100 - } - - artisans = { - culture = kanuri - religion = sunni - size = 200 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 200 - } - - farmers = { - culture = kanuri - religion = sunni - size = 15010 - } - - slaves = { - culture = baguirmi - religion = animist - size = 1300 - } + aristocrats = { + culture = teda + religion = sunni + size = 300 + } + + clergymen = { + culture = teda + religion = sunni + size = 200 + } + + artisans = { + culture = teda + religion = sunni + size = 200 + } + + soldiers = { + culture = teda + religion = sunni + size = 300 + } + + farmers = { + culture = teda + religion = sunni + size = 9216 + } + + aristocrats = { + culture = kanuri + religion = sunni + size = 100 + } + + bureaucrats = { + culture = kanuri + religion = sunni + size = 100 + } + + officers = { + culture = kanuri + religion = sunni + size = 100 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 100 + } + + artisans = { + culture = kanuri + religion = sunni + size = 200 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 200 + } + + farmers = { + culture = kanuri + religion = sunni + size = 15010 + } + + slaves = { + culture = baguirmi + religion = animist + size = 1300 + } } #Zouar (72000/18000 POPS) 1825 = { - aristocrats = { - culture = teda - religion = sunni - size = 50 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - soldiers = { - culture = teda - religion = sunni - size = 100 - } - - farmers = { - culture = teda - religion = sunni - size = 1380 - } + aristocrats = { + culture = teda + religion = sunni + size = 50 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + soldiers = { + culture = teda + religion = sunni + size = 100 + } + + farmers = { + culture = teda + religion = sunni + size = 1380 + } } #under the rule of Wadai in 1836 #Faya (56000/14000 POPS) 1826 = { - aristocrats = { - culture = teda - religion = sunni - size = 50 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - soldiers = { - culture = teda - religion = sunni - size = 100 - } - - farmers = { - culture = teda - religion = sunni - size = 1080 - } - - farmers = { - culture = bedouin - religion = sunni - size = 300 - } + aristocrats = { + culture = teda + religion = sunni + size = 50 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + soldiers = { + culture = teda + religion = sunni + size = 100 + } + + farmers = { + culture = teda + religion = sunni + size = 1080 + } + + farmers = { + culture = bedouin + religion = sunni + size = 300 + } } diff --git a/HPM/history/pops/1861.4.14/Chile.txt b/HPM/history/pops/1861.4.14/Chile.txt index 55fafb15..6f279d1c 100644 --- a/HPM/history/pops/1861.4.14/Chile.txt +++ b/HPM/history/pops/1861.4.14/Chile.txt @@ -1,875 +1,875 @@ #Atacama Region (225000) #see Peru.txt for balance of Region #Antofagasta (110000/27500 POPS) 2305 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 425 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 550 - } - - officers = { - culture = south_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 300 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1125 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 8000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 50 - } - - artisans = { - culture = aimara - religion = catholic - size = 600 - } - - soldiers = { - culture = aimara - religion = catholic - size = 1125 - } - - farmers = { - culture = aimara - religion = catholic - size = 13225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 425 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 550 + } + + officers = { + culture = south_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 300 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1125 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 8000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 50 + } + + artisans = { + culture = aimara + religion = catholic + size = 600 + } + + soldiers = { + culture = aimara + religion = catholic + size = 1125 + } + + farmers = { + culture = aimara + religion = catholic + size = 13225 + } } #Calama (44000/11000 POPS) 2309 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 650 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3075 - } - - clergymen = { - culture = aimara - religion = catholic - size = 100 - } - - artisans = { - culture = aimara - religion = catholic - size = 250 - } - - soldiers = { - culture = aimara - religion = catholic - size = 100 - } - - farmers = { - culture = aimara - religion = catholic - size = 5550 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 650 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3075 + } + + clergymen = { + culture = aimara + religion = catholic + size = 100 + } + + artisans = { + culture = aimara + religion = catholic + size = 250 + } + + soldiers = { + culture = aimara + religion = catholic + size = 100 + } + + farmers = { + culture = aimara + religion = catholic + size = 5550 + } } #Iquique (44000/11000 POPS) 2307 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 275 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3350 - } - - clergymen = { - culture = aimara - religion = catholic - size = 50 - } - - artisans = { - culture = aimara - religion = catholic - size = 300 - } - - soldiers = { - culture = aimara - religion = catholic - size = 75 - } - - farmers = { - culture = aimara - religion = catholic - size = 6575 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 275 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3350 + } + + clergymen = { + culture = aimara + religion = catholic + size = 50 + } + + artisans = { + culture = aimara + religion = catholic + size = 300 + } + + soldiers = { + culture = aimara + religion = catholic + size = 75 + } + + farmers = { + culture = aimara + religion = catholic + size = 6575 + } } #Arica (27000/6750 POPS) 2308 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 185 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1540 - } - - clergymen = { - culture = aimara - religion = catholic - size = 25 - } - - artisans = { - culture = aimara - religion = catholic - size = 200 - } - - soldiers = { - culture = aimara - religion = catholic - size = 50 - } - - farmers = { - culture = aimara - religion = catholic - size = 4225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 185 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1540 + } + + clergymen = { + culture = aimara + religion = catholic + size = 25 + } + + artisans = { + culture = aimara + religion = catholic + size = 200 + } + + soldiers = { + culture = aimara + religion = catholic + size = 50 + } + + farmers = { + culture = aimara + religion = catholic + size = 4225 + } } #Chile Norte Region (159000) #Copiapo (71000/17750 POPS) 2322 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1350 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14825 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1350 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14825 + } } #La Serena (88000/22000 POPS) 2323 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 350 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 400 - } - - officers = { - culture = south_andean - religion = catholic - size = 75 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 225 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1950 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 17500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 350 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 400 + } + + officers = { + culture = south_andean + religion = catholic + size = 75 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 225 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1950 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 17500 + } } #Valle Central Region (876000) #Santiago (575000/143750 POPS) 2324 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 2200 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 2175 - } - - officers = { - culture = south_andean - religion = catholic - size = 425 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 1450 - } - - artisans = { - culture = south_andean - religion = catholic - size = 22500 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 7500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 107500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 2200 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 2175 + } + + officers = { + culture = south_andean + religion = catholic + size = 425 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 1450 + } + + artisans = { + culture = south_andean + religion = catholic + size = 22500 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 7500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 107500 + } } #Valparaiso (175000/43750 POPS) 2325 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 675 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 450 - } - - artisans = { - culture = south_andean - religion = catholic - size = 17625 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 5000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 675 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 450 + } + + artisans = { + culture = south_andean + religion = catholic + size = 17625 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 5000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20000 + } } #Vina del Mar (98000/24500 POPS) 2326 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 250 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1875 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 250 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1875 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20000 + } } #Talca (28000/7000 POPS) 2327 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 800 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 800 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5500 + } } #Bio-Bio Region (317500) #Valdivia (126500/31625 POPS) 2328 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 800 - } - - officers = { - culture = south_andean - religion = catholic - size = 150 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 250 - } - - artisans = { - culture = south_andean - religion = catholic - size = 2100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 18000 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 100 - } - - clergymen = { - culture = patagonian - religion = animist - size = 100 - } - - artisans = { - culture = patagonian - religion = animist - size = 300 - } - - soldiers = { - culture = patagonian - religion = animist - size = 275 - } - - farmers = { - culture = patagonian - religion = animist - size = 7225 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 800 + } + + officers = { + culture = south_andean + religion = catholic + size = 150 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 250 + } + + artisans = { + culture = south_andean + religion = catholic + size = 2100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 18000 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 100 + } + + clergymen = { + culture = patagonian + religion = animist + size = 100 + } + + artisans = { + culture = patagonian + religion = animist + size = 300 + } + + soldiers = { + culture = patagonian + religion = animist + size = 275 + } + + farmers = { + culture = patagonian + religion = animist + size = 7225 + } } #Temuco (49000/12250 POPS) 2329 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1050 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5500 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 200 - } - - soldiers = { - culture = patagonian - religion = animist - size = 50 - } - - farmers = { - culture = patagonian - religion = animist - size = 4625 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1050 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5500 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 200 + } + + soldiers = { + culture = patagonian + religion = animist + size = 50 + } + + farmers = { + culture = patagonian + religion = animist + size = 4625 + } } #Cauquenes (93000/23250 POPS) 2330 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 225 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1675 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 20000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 225 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1675 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 20000 + } } #Chillan (49000/12250 POPS) 2331 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 700 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 8500 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2050 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 700 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 8500 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2050 + } } #Magellanes Region (92600) #Osorno (68000/17000 POPS) 2332 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 275 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 20 - } - - officers = { - culture = south_andean - religion = catholic - size = 10 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 670 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 11775 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 75 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 200 - } - - soldiers = { - culture = patagonian - religion = animist - size = 50 - } - - farmers = { - culture = patagonian - religion = animist - size = 3600 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 275 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 20 + } + + officers = { + culture = south_andean + religion = catholic + size = 10 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 670 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 11775 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 75 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 200 + } + + soldiers = { + culture = patagonian + religion = animist + size = 50 + } + + farmers = { + culture = patagonian + religion = animist + size = 3600 + } } #Puerto Aisen (12000/3000 POPS) 2333 = { - aristocrats = { - culture = patagonian - religion = animist - size = 50 - } - - clergymen = { - culture = patagonian - religion = animist - size = 75 - } - - artisans = { - culture = patagonian - religion = animist - size = 150 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 2700 - } + aristocrats = { + culture = patagonian + religion = animist + size = 50 + } + + clergymen = { + culture = patagonian + religion = animist + size = 75 + } + + artisans = { + culture = patagonian + religion = animist + size = 150 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 2700 + } } #Punta Arenas (8600/2150 POPS) 2334 = { - clergymen = { - culture = south_andean - religion = catholic - size = 3 - } - - artisans = { - culture = south_andean - religion = catholic - size = 22 - } - - farmers = { - culture = south_andean - religion = catholic - size = 125 - } - - aristocrats = { - culture = patagonian - religion = animist - size = 25 - } - - clergymen = { - culture = patagonian - religion = animist - size = 50 - } - - artisans = { - culture = patagonian - religion = animist - size = 100 - } - - soldiers = { - culture = patagonian - religion = animist - size = 25 - } - - farmers = { - culture = patagonian - religion = animist - size = 1800 - } + clergymen = { + culture = south_andean + religion = catholic + size = 3 + } + + artisans = { + culture = south_andean + religion = catholic + size = 22 + } + + farmers = { + culture = south_andean + religion = catholic + size = 125 + } + + aristocrats = { + culture = patagonian + religion = animist + size = 25 + } + + clergymen = { + culture = patagonian + religion = animist + size = 50 + } + + artisans = { + culture = patagonian + religion = animist + size = 100 + } + + soldiers = { + culture = patagonian + religion = animist + size = 25 + } + + farmers = { + culture = patagonian + religion = animist + size = 1800 + } } #Porvenir (4000/1000 POPS) 2335 = { - aristocrats = { - culture = patagonian - religion = animist - size = 10 - } - - clergymen = { - culture = patagonian - religion = animist - size = 25 - } - - artisans = { - culture = patagonian - religion = animist - size = 50 - } - - soldiers = { - culture = patagonian - religion = animist - size = 15 - } - - farmers = { - culture = patagonian - religion = animist - size = 900 - } + aristocrats = { + culture = patagonian + religion = animist + size = 10 + } + + clergymen = { + culture = patagonian + religion = animist + size = 25 + } + + artisans = { + culture = patagonian + religion = animist + size = 50 + } + + soldiers = { + culture = patagonian + religion = animist + size = 15 + } + + farmers = { + culture = patagonian + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1861.4.14/China.txt b/HPM/history/pops/1861.4.14/China.txt index b8e43404..64ec555d 100644 --- a/HPM/history/pops/1861.4.14/China.txt +++ b/HPM/history/pops/1861.4.14/China.txt @@ -1,10277 +1,10277 @@ #Anhui Region (20157400) #Anqing (2736000/684000 POPS) 1470 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 11000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 20000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 31500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 500000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 4550 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 81450 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 200 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 125 - } - - artisans = { - culture = beifaren - religion = sunni - size = 525 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 9500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 50 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 300 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 11000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 20000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 31500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 500000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 4550 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 81450 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 200 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 125 + } + + artisans = { + culture = beifaren + religion = sunni + size = 525 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 9500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 50 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 300 + } } #Chizhou (2544000/636000 POPS) 1471 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 11875 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 29700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5950 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 540475 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 450 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 425 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 38225 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 11875 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 29700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5950 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 540475 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 450 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 425 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 38225 + } } #Fengyang (1892000/473000 POPS) 1472 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7350 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 4650 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 21000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 425000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 100 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 650 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 9000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7350 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 4650 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 21000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 425000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 100 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 650 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 9000 + } } #Huizhou (2238000/559500 POPS) 1473 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 28000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 490000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 400 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 225 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2375 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 17500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 28000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 490000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 400 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 225 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2375 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 17500 + } } #Luzhou (2242000/560500 POPS) 1474 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 28000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 6000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 504000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 100 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 650 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 5500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 28000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 6000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 504000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 100 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 650 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 5500 + } } #Ningguo (2156000/539000 POPS) 1475 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 28000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 490000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 28000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 490000 + } } #Sizhou (2286400/571600 POPS) 1476 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 6600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 19000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 535000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 6600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 19000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 535000 + } } #Taiping (2090000/522500 POPS) 1477 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 27000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 475000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 27000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 475000 + } } #Yingzhou (1973000/493250 POPS) 1478 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 5750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 14500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 465000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 5750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 14500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 465000 + } } #Fengtian Region (3158700) #Mukden (2327700/581925 POPS) 1479 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 8000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 4000 - } - - officers = { - culture = manchu - religion = mahayana - size = 1100 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 5000 - } - - artisans = { - culture = manchu - religion = mahayana - size = 23425 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 8000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 410000 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 900 - } - - clergymen = { - culture = korean - religion = mahayana - size = 600 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 1100 - } - - farmers = { - culture = korean - religion = mahayana - size = 48000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 625 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1975 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 750 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 31250 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 600 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 400 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1100 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 30000 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 8000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 4000 + } + + officers = { + culture = manchu + religion = mahayana + size = 1100 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 5000 + } + + artisans = { + culture = manchu + religion = mahayana + size = 23425 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 8000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 410000 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 900 + } + + clergymen = { + culture = korean + religion = mahayana + size = 600 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 1100 + } + + farmers = { + culture = korean + religion = mahayana + size = 48000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 625 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1975 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 750 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 31250 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 600 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 400 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1100 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 30000 + } } #Jinzhou (743000/185750 POPS) 1480 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 2800 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 1550 - } - - artisans = { - culture = manchu - religion = mahayana - size = 10900 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 3000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 137000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 250 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 250 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1100 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 250 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 13750 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 250 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 250 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1100 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 250 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 13250 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 2800 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 1550 + } + + artisans = { + culture = manchu + religion = mahayana + size = 10900 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 3000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 137000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 250 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 250 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1100 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 250 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 13750 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 250 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 250 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1100 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 250 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 13250 + } } #Port Arthur (88000/22000 POPS) 1481 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 250 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 250 - } - - artisans = { - culture = manchu - religion = mahayana - size = 1250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 250 - } - - farmers = { - culture = manchu - religion = mahayana - size = 14500 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 800 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 250 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 4250 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 250 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 250 + } + + artisans = { + culture = manchu + religion = mahayana + size = 1250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 250 + } + + farmers = { + culture = manchu + religion = mahayana + size = 14500 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 800 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 250 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 4250 + } } #Fujian Region (23160700) #see Taiwan.txt for balance of region #Fuzhou (4958700/1239675 POPS) 1482 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 6750 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 20000 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 6000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 19750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 326800 - } - - clergymen = { - culture = nanfaren - religion = protestant - size = 50 - } - - artisans = { - culture = nanfaren - religion = protestant - size = 1050 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 2000 - } - - aristocrats = { - culture = miao - religion = animist - size = 600 - } - - clergymen = { - culture = miao - religion = animist - size = 400 - } - - artisans = { - culture = miao - religion = animist - size = 2000 - } - - soldiers = { - culture = miao - religion = animist - size = 500 - } - - farmers = { - culture = miao - religion = animist - size = 32000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 13500 - } - - clergymen = { - culture = min - religion = mahayana - size = 7750 - } - - artisans = { - culture = min - religion = mahayana - size = 37925 - } - - soldiers = { - culture = min - religion = mahayana - size = 15000 - } - - farmers = { - culture = min - religion = mahayana - size = 690000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 675 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 500 - } - - artisans = { - culture = hakka - religion = mahayana - size = 3325 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1100 - } - - farmers = { - culture = hakka - religion = mahayana - size = 37000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 600 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 6750 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 20000 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 6000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 19750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 326800 + } + + clergymen = { + culture = nanfaren + religion = protestant + size = 50 + } + + artisans = { + culture = nanfaren + religion = protestant + size = 1050 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 2000 + } + + aristocrats = { + culture = miao + religion = animist + size = 600 + } + + clergymen = { + culture = miao + religion = animist + size = 400 + } + + artisans = { + culture = miao + religion = animist + size = 2000 + } + + soldiers = { + culture = miao + religion = animist + size = 500 + } + + farmers = { + culture = miao + religion = animist + size = 32000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 13500 + } + + clergymen = { + culture = min + religion = mahayana + size = 7750 + } + + artisans = { + culture = min + religion = mahayana + size = 37925 + } + + soldiers = { + culture = min + religion = mahayana + size = 15000 + } + + farmers = { + culture = min + religion = mahayana + size = 690000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 675 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 500 + } + + artisans = { + culture = hakka + religion = mahayana + size = 3325 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1100 + } + + farmers = { + culture = hakka + religion = mahayana + size = 37000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 600 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } } #Jianning (2970000/742500 POPS) 1483 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 12900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 205000 - } - - aristocrats = { - culture = miao - religion = animist - size = 500 - } - - clergymen = { - culture = miao - religion = animist - size = 300 - } - - artisans = { - culture = miao - religion = animist - size = 2200 - } - - soldiers = { - culture = miao - religion = animist - size = 1100 - } - - farmers = { - culture = miao - religion = animist - size = 25000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 8100 - } - - clergymen = { - culture = min - religion = mahayana - size = 4900 - } - - artisans = { - culture = min - religion = mahayana - size = 21500 - } - - soldiers = { - culture = min - religion = mahayana - size = 5000 - } - - farmers = { - culture = min - religion = mahayana - size = 445000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 12900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 205000 + } + + aristocrats = { + culture = miao + religion = animist + size = 500 + } + + clergymen = { + culture = miao + religion = animist + size = 300 + } + + artisans = { + culture = miao + religion = animist + size = 2200 + } + + soldiers = { + culture = miao + religion = animist + size = 1100 + } + + farmers = { + culture = miao + religion = animist + size = 25000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 8100 + } + + clergymen = { + culture = min + religion = mahayana + size = 4900 + } + + artisans = { + culture = min + religion = mahayana + size = 21500 + } + + soldiers = { + culture = min + religion = mahayana + size = 5000 + } + + farmers = { + culture = min + religion = mahayana + size = 445000 + } } #Quanzhou (3177000/794250 POPS) 1484 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4700 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 252600 - } - - clergymen = { - culture = nanfaren - religion = protestant - size = 25 - } - - artisans = { - culture = nanfaren - religion = protestant - size = 475 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 1800 - } - - aristocrats = { - culture = min - religion = mahayana - size = 8700 - } - - clergymen = { - culture = min - religion = mahayana - size = 5200 - } - - artisans = { - culture = min - religion = mahayana - size = 24850 - } - - soldiers = { - culture = min - religion = mahayana - size = 5000 - } - - farmers = { - culture = min - religion = mahayana - size = 470000 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4700 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 252600 + } + + clergymen = { + culture = nanfaren + religion = protestant + size = 25 + } + + artisans = { + culture = nanfaren + religion = protestant + size = 475 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 1800 + } + + aristocrats = { + culture = min + religion = mahayana + size = 8700 + } + + clergymen = { + culture = min + religion = mahayana + size = 5200 + } + + artisans = { + culture = min + religion = mahayana + size = 24850 + } + + soldiers = { + culture = min + religion = mahayana + size = 5000 + } + + farmers = { + culture = min + religion = mahayana + size = 470000 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } } #Tingzhou (6934000/1733500 POPS) 1486 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 13300 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 202500 - } - - aristocrats = { - culture = min - religion = mahayana - size = 15700 - } - - clergymen = { - culture = min - religion = mahayana - size = 9300 - } - - artisans = { - culture = min - religion = mahayana - size = 43000 - } - - soldiers = { - culture = min - religion = mahayana - size = 10000 - } - - farmers = { - culture = min - religion = mahayana - size = 850000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 10000 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 5800 - } - - artisans = { - culture = hakka - religion = mahayana - size = 30200 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 5000 - } - - farmers = { - culture = hakka - religion = mahayana - size = 530000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 13300 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 202500 + } + + aristocrats = { + culture = min + religion = mahayana + size = 15700 + } + + clergymen = { + culture = min + religion = mahayana + size = 9300 + } + + artisans = { + culture = min + religion = mahayana + size = 43000 + } + + soldiers = { + culture = min + religion = mahayana + size = 10000 + } + + farmers = { + culture = min + religion = mahayana + size = 850000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 10000 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 5800 + } + + artisans = { + culture = hakka + religion = mahayana + size = 30200 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 5000 + } + + farmers = { + culture = hakka + religion = mahayana + size = 530000 + } } #Zhangzhou (1614000/403500 POPS) 1487 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2850 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 17900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 250000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 2050 - } - - clergymen = { - culture = min - religion = mahayana - size = 1250 - } - - artisans = { - culture = min - religion = mahayana - size = 9700 - } - - soldiers = { - culture = min - religion = mahayana - size = 1500 - } - - farmers = { - culture = min - religion = mahayana - size = 108500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2850 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 17900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 250000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 2050 + } + + clergymen = { + culture = min + religion = mahayana + size = 1250 + } + + artisans = { + culture = min + religion = mahayana + size = 9700 + } + + soldiers = { + culture = min + religion = mahayana + size = 1500 + } + + farmers = { + culture = min + religion = mahayana + size = 108500 + } } #Gansu Region (16238000) #Gansu (6048000/1512000 POPS) 1488 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 4250 - } - - officers = { - culture = beifaren - religion = mahayana - size = 3750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 9625 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 47950 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 9100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 864225 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 125 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 400 - } - - soldiers = { - culture = kazak - religion = sunni - size = 75 - } - - farmers = { - culture = kazak - religion = sunni - size = 7325 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1325 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 675 - } - - artisans = { - culture = beifaren - religion = sunni - size = 3350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 675 - } - - farmers = { - culture = beifaren - religion = sunni - size = 60975 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 9500 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 4800 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 24000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 4800 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 434900 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 350 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 4250 + } + + officers = { + culture = beifaren + religion = mahayana + size = 3750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 9625 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 47950 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 9100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 864225 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 125 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 400 + } + + soldiers = { + culture = kazak + religion = sunni + size = 75 + } + + farmers = { + culture = kazak + religion = sunni + size = 7325 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1325 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 675 + } + + artisans = { + culture = beifaren + religion = sunni + size = 3350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 675 + } + + farmers = { + culture = beifaren + religion = sunni + size = 60975 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 9500 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 4800 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 24000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 4800 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 434900 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 350 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 500 + } } #Gongchang (2474000/618500 POPS) 1489 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 27500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 555500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 250 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 150 - } - - artisans = { - culture = beifaren - religion = sunni - size = 700 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 12750 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 27500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 555500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 250 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 150 + } + + artisans = { + culture = beifaren + religion = sunni + size = 700 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 12750 + } } #Lanzhou (3592000/898000 POPS) 1490 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 13500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 34900 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 7000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 635600 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 250 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 300 - } - - farmers = { - culture = beifaren - religion = sunni - size = 24600 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 50 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 200 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 3650 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 3350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1700 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 8450 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1700 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 153800 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 13500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 34900 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 7000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 635600 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 250 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 300 + } + + farmers = { + culture = beifaren + religion = sunni + size = 24600 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 50 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 200 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 3650 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 3350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1700 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 8450 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1700 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 153800 + } } #Ningxia (956000/239000 POPS) 1491 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 3000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1525 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1550 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 138350 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 350 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 200 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 200 - } - - farmers = { - culture = beifaren - religion = sunni - size = 18250 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 1300 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 675 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 3350 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 675 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 60975 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 3000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1525 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1550 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 138350 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 350 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 200 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 200 + } + + farmers = { + culture = beifaren + religion = sunni + size = 18250 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 1300 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 675 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 3350 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 675 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 60975 + } } #Pingliang (3168000/792000 POPS) 1492 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15300 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7650 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 38300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 7675 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 697075 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 250 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1300 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 275 - } - - farmers = { - culture = beifaren - religion = sunni - size = 23675 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15300 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7650 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 38300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 7675 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 697075 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 250 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1300 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 275 + } + + farmers = { + culture = beifaren + religion = sunni + size = 23675 + } } #Guangdong Region (28773000) #Canton (6046000/1511500 POPS) 1493 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4250 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 28000 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 6900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 56350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 182800 - } - - clergymen = { - culture = nanfaren - religion = protestant - size = 75 - } - - artisans = { - culture = nanfaren - religion = protestant - size = 1025 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 6000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 1050 - } - - clergymen = { - culture = zhuang - religion = animist - size = 750 - } - - artisans = { - culture = zhuang - religion = animist - size = 5700 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1100 - } - - farmers = { - culture = zhuang - religion = animist - size = 64000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 725 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 500 - } - - artisans = { - culture = hakka - religion = mahayana - size = 7000 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1025 - } - - farmers = { - culture = hakka - religion = mahayana - size = 40000 - } - - aristocrats = { - culture = miao - religion = animist - size = 3250 - } - - clergymen = { - culture = miao - religion = animist - size = 2200 - } - - artisans = { - culture = miao - religion = animist - size = 13550 - } - - soldiers = { - culture = miao - religion = animist - size = 5000 - } - - farmers = { - culture = miao - religion = animist - size = 195000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 300 - } - - clergymen = { - culture = min - religion = mahayana - size = 250 - } - - artisans = { - culture = min - religion = mahayana - size = 1200 - } - - soldiers = { - culture = min - religion = mahayana - size = 250 - } - - farmers = { - culture = min - religion = mahayana - size = 19000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 12500 - } - - clergymen = { - culture = yue - religion = mahayana - size = 8500 - } - - artisans = { - culture = yue - religion = mahayana - size = 128500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 25000 - } - - farmers = { - culture = yue - religion = mahayana - size = 675000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 750 - } - - officers = { - culture = manchu - religion = mahayana - size = 300 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 700 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4250 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 28000 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 6900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 56350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 182800 + } + + clergymen = { + culture = nanfaren + religion = protestant + size = 75 + } + + artisans = { + culture = nanfaren + religion = protestant + size = 1025 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 6000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 1050 + } + + clergymen = { + culture = zhuang + religion = animist + size = 750 + } + + artisans = { + culture = zhuang + religion = animist + size = 5700 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1100 + } + + farmers = { + culture = zhuang + religion = animist + size = 64000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 725 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 500 + } + + artisans = { + culture = hakka + religion = mahayana + size = 7000 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1025 + } + + farmers = { + culture = hakka + religion = mahayana + size = 40000 + } + + aristocrats = { + culture = miao + religion = animist + size = 3250 + } + + clergymen = { + culture = miao + religion = animist + size = 2200 + } + + artisans = { + culture = miao + religion = animist + size = 13550 + } + + soldiers = { + culture = miao + religion = animist + size = 5000 + } + + farmers = { + culture = miao + religion = animist + size = 195000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 300 + } + + clergymen = { + culture = min + religion = mahayana + size = 250 + } + + artisans = { + culture = min + religion = mahayana + size = 1200 + } + + soldiers = { + culture = min + religion = mahayana + size = 250 + } + + farmers = { + culture = min + religion = mahayana + size = 19000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 12500 + } + + clergymen = { + culture = yue + religion = mahayana + size = 8500 + } + + artisans = { + culture = yue + religion = mahayana + size = 128500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 25000 + } + + farmers = { + culture = yue + religion = mahayana + size = 675000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 750 + } + + officers = { + culture = manchu + religion = mahayana + size = 300 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 700 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } } #Chaozhou (4728000/1182000 POPS) 1494 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 22600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 455000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 400 - } - - artisans = { - culture = hakka - religion = mahayana - size = 4100 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1100 - } - - farmers = { - culture = hakka - religion = mahayana - size = 31000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 9750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 6500 - } - - artisans = { - culture = yue - religion = mahayana - size = 33750 - } - - soldiers = { - culture = yue - religion = mahayana - size = 5000 - } - - farmers = { - culture = yue - religion = mahayana - size = 595000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 22600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 455000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 400 + } + + artisans = { + culture = hakka + religion = mahayana + size = 4100 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1100 + } + + farmers = { + culture = hakka + religion = mahayana + size = 31000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 9750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 6500 + } + + artisans = { + culture = yue + religion = mahayana + size = 33750 + } + + soldiers = { + culture = yue + religion = mahayana + size = 5000 + } + + farmers = { + culture = yue + religion = mahayana + size = 595000 + } } #Gaozhou (5025000/1256250 POPS) 1495 = { - aristocrats = { - culture = min - religion = mahayana - size = 350 - } - - clergymen = { - culture = min - religion = mahayana - size = 250 - } - - artisans = { - culture = min - religion = mahayana - size = 1400 - } - - soldiers = { - culture = min - religion = mahayana - size = 250 - } - - farmers = { - culture = min - religion = mahayana - size = 22750 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 18000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 12250 - } - - artisans = { - culture = yue - religion = mahayana - size = 51000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 10000 - } - - farmers = { - culture = yue - religion = mahayana - size = 1140000 - } + aristocrats = { + culture = min + religion = mahayana + size = 350 + } + + clergymen = { + culture = min + religion = mahayana + size = 250 + } + + artisans = { + culture = min + religion = mahayana + size = 1400 + } + + soldiers = { + culture = min + religion = mahayana + size = 250 + } + + farmers = { + culture = min + religion = mahayana + size = 22750 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 18000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 12250 + } + + artisans = { + culture = yue + religion = mahayana + size = 51000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 10000 + } + + farmers = { + culture = yue + religion = mahayana + size = 1140000 + } } #Waizao (2918000/729500 POPS) 1497 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 3200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2150 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 13150 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 193000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 925 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 1100 - } - - artisans = { - culture = hakka - religion = mahayana - size = 6075 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1100 - } - - farmers = { - culture = hakka - religion = mahayana - size = 119000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 5800 - } - - clergymen = { - culture = yue - religion = mahayana - size = 4000 - } - - artisans = { - culture = yue - religion = mahayana - size = 18200 - } - - soldiers = { - culture = yue - religion = mahayana - size = 5000 - } - - farmers = { - culture = yue - religion = mahayana - size = 355000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 3200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2150 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 13150 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 193000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 925 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 1100 + } + + artisans = { + culture = hakka + religion = mahayana + size = 6075 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1100 + } + + farmers = { + culture = hakka + religion = mahayana + size = 119000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 5800 + } + + clergymen = { + culture = yue + religion = mahayana + size = 4000 + } + + artisans = { + culture = yue + religion = mahayana + size = 18200 + } + + soldiers = { + culture = yue + religion = mahayana + size = 5000 + } + + farmers = { + culture = yue + religion = mahayana + size = 355000 + } } #Hainan (4542000/1135500 POPS) #asian_minor = li 1499 = { - aristocrats = { - culture = min - religion = mahayana - size = 3700 - } - - clergymen = { - culture = min - religion = mahayana - size = 2500 - } - - artisans = { - culture = min - religion = mahayana - size = 14800 - } - - soldiers = { - culture = min - religion = mahayana - size = 3000 - } - - farmers = { - culture = min - religion = mahayana - size = 222000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 12250 - } - - clergymen = { - culture = yue - religion = mahayana - size = 8250 - } - - artisans = { - culture = yue - religion = mahayana - size = 36000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 10000 - } - - farmers = { - culture = yue - religion = mahayana - size = 755000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 700 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3300 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1100 - } - - farmers = { - culture = asian_minor - religion = animist - size = 62000 - } + aristocrats = { + culture = min + religion = mahayana + size = 3700 + } + + clergymen = { + culture = min + religion = mahayana + size = 2500 + } + + artisans = { + culture = min + religion = mahayana + size = 14800 + } + + soldiers = { + culture = min + religion = mahayana + size = 3000 + } + + farmers = { + culture = min + religion = mahayana + size = 222000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 12250 + } + + clergymen = { + culture = yue + religion = mahayana + size = 8250 + } + + artisans = { + culture = yue + religion = mahayana + size = 36000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 10000 + } + + farmers = { + culture = yue + religion = mahayana + size = 755000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 700 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3300 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1100 + } + + farmers = { + culture = asian_minor + religion = animist + size = 62000 + } } #Shaozhou (3163000/790750 POPS) 1500 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2325 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7575 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 143000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 5500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 3700 - } - - artisans = { - culture = hakka - religion = mahayana - size = 17050 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 5000 - } - - farmers = { - culture = hakka - religion = mahayana - size = 335000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 4000 - } - - clergymen = { - culture = yue - religion = mahayana - size = 2700 - } - - artisans = { - culture = yue - religion = mahayana - size = 16300 - } - - soldiers = { - culture = yue - religion = mahayana - size = 5000 - } - - farmers = { - culture = yue - religion = mahayana - size = 240000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2325 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7575 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 143000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 5500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 3700 + } + + artisans = { + culture = hakka + religion = mahayana + size = 17050 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 5000 + } + + farmers = { + culture = hakka + religion = mahayana + size = 335000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 4000 + } + + clergymen = { + culture = yue + religion = mahayana + size = 2700 + } + + artisans = { + culture = yue + religion = mahayana + size = 16300 + } + + soldiers = { + culture = yue + religion = mahayana + size = 5000 + } + + farmers = { + culture = yue + religion = mahayana + size = 240000 + } } #Zhaoqing (2351000/587750 POPS) 1501 = { - aristocrats = { - culture = yue - religion = mahayana - size = 8750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 6000 - } - - artisans = { - culture = yue - religion = mahayana - size = 25000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 8000 - } - - farmers = { - culture = yue - religion = mahayana - size = 540000 - } + aristocrats = { + culture = yue + religion = mahayana + size = 8750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 6000 + } + + artisans = { + culture = yue + religion = mahayana + size = 25000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 8000 + } + + farmers = { + culture = yue + religion = mahayana + size = 540000 + } } #Hong Kong & Macau Region (161500) #Hong Kong (119300/29825 POPS) 1496 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 250 - } - - officers = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 500 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = yue - religion = mahayana - size = 450 - } - - artisans = { - culture = yue - religion = mahayana - size = 7725 - } - - soldiers = { - culture = yue - religion = mahayana - size = 650 - } - - farmers = { - culture = yue - religion = mahayana - size = 20000 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 250 + } + + officers = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 500 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = yue + religion = mahayana + size = 450 + } + + artisans = { + culture = yue + religion = mahayana + size = 7725 + } + + soldiers = { + culture = yue + religion = mahayana + size = 650 + } + + farmers = { + culture = yue + religion = mahayana + size = 20000 + } } #Macao (42200/10550 POPS) 1498 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 30 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 90 - } - - officers = { - culture = portuguese - religion = catholic - size = 20 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 10 - } - - artisans = { - culture = portuguese - religion = catholic - size = 225 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 25 - } - - clergymen = { - culture = yue - religion = catholic - size = 50 - } - - artisans = { - culture = yue - religion = catholic - size = 675 - } - - soldiers = { - culture = yue - religion = catholic - size = 75 - } - - farmers = { - culture = yue - religion = catholic - size = 1650 - } - - clergymen = { - culture = yue - religion = mahayana - size = 100 - } - - artisans = { - culture = yue - religion = mahayana - size = 1100 - } - - soldiers = { - culture = yue - religion = mahayana - size = 500 - } - - farmers = { - culture = yue - religion = mahayana - size = 6000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 30 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 90 + } + + officers = { + culture = portuguese + religion = catholic + size = 20 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 10 + } + + artisans = { + culture = portuguese + religion = catholic + size = 225 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 25 + } + + clergymen = { + culture = yue + religion = catholic + size = 50 + } + + artisans = { + culture = yue + religion = catholic + size = 675 + } + + soldiers = { + culture = yue + religion = catholic + size = 75 + } + + farmers = { + culture = yue + religion = catholic + size = 1650 + } + + clergymen = { + culture = yue + religion = mahayana + size = 100 + } + + artisans = { + culture = yue + religion = mahayana + size = 1100 + } + + soldiers = { + culture = yue + religion = mahayana + size = 500 + } + + farmers = { + culture = yue + religion = mahayana + size = 6000 + } } #Guangxi Region (4800700) #Nanning (1387700/346925 POPS) 1502 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1275 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 4800 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 1200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 40000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 3250 - } - - clergymen = { - culture = zhuang - religion = animist - size = 2200 - } - - artisans = { - culture = zhuang - religion = animist - size = 15000 - } - - soldiers = { - culture = zhuang - religion = animist - size = 2500 - } - - farmers = { - culture = zhuang - religion = animist - size = 197500 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 800 - } - - clergymen = { - culture = yue - religion = mahayana - size = 700 - } - - artisans = { - culture = yue - religion = mahayana - size = 5500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1100 - } - - farmers = { - culture = yue - religion = mahayana - size = 61000 - } - - aristocrats = { - culture = miao - religion = animist - size = 100 - } - - clergymen = { - culture = miao - religion = animist - size = 100 - } - - artisans = { - culture = miao - religion = animist - size = 500 - } - - soldiers = { - culture = miao - religion = animist - size = 100 - } - - farmers = { - culture = miao - religion = animist - size = 5200 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 75 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1275 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 4800 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 1200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 40000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 3250 + } + + clergymen = { + culture = zhuang + religion = animist + size = 2200 + } + + artisans = { + culture = zhuang + religion = animist + size = 15000 + } + + soldiers = { + culture = zhuang + religion = animist + size = 2500 + } + + farmers = { + culture = zhuang + religion = animist + size = 197500 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 800 + } + + clergymen = { + culture = yue + religion = mahayana + size = 700 + } + + artisans = { + culture = yue + religion = mahayana + size = 5500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1100 + } + + farmers = { + culture = yue + religion = mahayana + size = 61000 + } + + aristocrats = { + culture = miao + religion = animist + size = 100 + } + + clergymen = { + culture = miao + religion = animist + size = 100 + } + + artisans = { + culture = miao + religion = animist + size = 500 + } + + soldiers = { + culture = miao + religion = animist + size = 100 + } + + farmers = { + culture = miao + religion = animist + size = 5200 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 75 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 100 + } } #Guilin (2616000/654000 POPS) 1503 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 134000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 5000 - } - - clergymen = { - culture = zhuang - religion = animist - size = 3000 - } - - artisans = { - culture = zhuang - religion = animist - size = 19000 - } - - soldiers = { - culture = zhuang - religion = animist - size = 5000 - } - - farmers = { - culture = zhuang - religion = animist - size = 265000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2750 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1750 - } - - artisans = { - culture = yue - religion = mahayana - size = 10500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 3000 - } - - farmers = { - culture = yue - religion = mahayana - size = 157000 - } - - aristocrats = { - culture = miao - religion = animist - size = 400 - } - - clergymen = { - culture = miao - religion = animist - size = 400 - } - - artisans = { - culture = miao - religion = animist - size = 2500 - } - - soldiers = { - culture = miao - religion = animist - size = 200 - } - - farmers = { - culture = miao - religion = animist - size = 32500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 134000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 5000 + } + + clergymen = { + culture = zhuang + religion = animist + size = 3000 + } + + artisans = { + culture = zhuang + religion = animist + size = 19000 + } + + soldiers = { + culture = zhuang + religion = animist + size = 5000 + } + + farmers = { + culture = zhuang + religion = animist + size = 265000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2750 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1750 + } + + artisans = { + culture = yue + religion = mahayana + size = 10500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 3000 + } + + farmers = { + culture = yue + religion = mahayana + size = 157000 + } + + aristocrats = { + culture = miao + religion = animist + size = 400 + } + + clergymen = { + culture = miao + religion = animist + size = 400 + } + + artisans = { + culture = miao + religion = animist + size = 2500 + } + + soldiers = { + culture = miao + religion = animist + size = 200 + } + + farmers = { + culture = miao + religion = animist + size = 32500 + } } #Pingle (797000/199250 POPS) 1504 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 450 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2550 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 40500 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 1100 - } - - clergymen = { - culture = zhuang - religion = animist - size = 900 - } - - artisans = { - culture = zhuang - religion = animist - size = 5400 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1100 - } - - farmers = { - culture = zhuang - religion = animist - size = 80000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 850 - } - - clergymen = { - culture = yue - religion = mahayana - size = 650 - } - - artisans = { - culture = yue - religion = mahayana - size = 4000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 500 - } - - farmers = { - culture = yue - religion = mahayana - size = 59500 - } - - aristocrats = { - culture = miao - religion = animist - size = 10 - } - - clergymen = { - culture = miao - religion = animist - size = 10 - } - - artisans = { - culture = miao - religion = animist - size = 55 - } - - farmers = { - culture = miao - religion = animist - size = 525 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 450 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2550 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 40500 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 1100 + } + + clergymen = { + culture = zhuang + religion = animist + size = 900 + } + + artisans = { + culture = zhuang + religion = animist + size = 5400 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1100 + } + + farmers = { + culture = zhuang + religion = animist + size = 80000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 850 + } + + clergymen = { + culture = yue + religion = mahayana + size = 650 + } + + artisans = { + culture = yue + religion = mahayana + size = 4000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 500 + } + + farmers = { + culture = yue + religion = mahayana + size = 59500 + } + + aristocrats = { + culture = miao + religion = animist + size = 10 + } + + clergymen = { + culture = miao + religion = animist + size = 10 + } + + artisans = { + culture = miao + religion = animist + size = 55 + } + + farmers = { + culture = miao + religion = animist + size = 525 + } } #Guizhou Region (6281800) #Guiyang (1318000/329500 POPS) 1505 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5275 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6250 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 1575 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 17650 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 267000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 100 - } - - clergymen = { - culture = zhuang - religion = animist - size = 100 - } - - artisans = { - culture = zhuang - religion = animist - size = 650 - } - - soldiers = { - culture = zhuang - religion = animist - size = 150 - } - - farmers = { - culture = zhuang - religion = animist - size = 5000 - } - - aristocrats = { - culture = yi - religion = animist - size = 50 - } - - clergymen = { - culture = yi - religion = animist - size = 50 - } - - artisans = { - culture = yi - religion = animist - size = 350 - } - - soldiers = { - culture = yi - religion = animist - size = 50 - } - - farmers = { - culture = yi - religion = animist - size = 2000 - } - - aristocrats = { - culture = miao - religion = animist - size = 300 - } - - clergymen = { - culture = miao - religion = animist - size = 175 - } - - artisans = { - culture = miao - religion = animist - size = 1575 - } - - soldiers = { - culture = miao - religion = animist - size = 250 - } - - farmers = { - culture = miao - religion = animist - size = 14750 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 125 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5275 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6250 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 1575 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 17650 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 267000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 100 + } + + clergymen = { + culture = zhuang + religion = animist + size = 100 + } + + artisans = { + culture = zhuang + religion = animist + size = 650 + } + + soldiers = { + culture = zhuang + religion = animist + size = 150 + } + + farmers = { + culture = zhuang + religion = animist + size = 5000 + } + + aristocrats = { + culture = yi + religion = animist + size = 50 + } + + clergymen = { + culture = yi + religion = animist + size = 50 + } + + artisans = { + culture = yi + religion = animist + size = 350 + } + + soldiers = { + culture = yi + religion = animist + size = 50 + } + + farmers = { + culture = yi + religion = animist + size = 2000 + } + + aristocrats = { + culture = miao + religion = animist + size = 300 + } + + clergymen = { + culture = miao + religion = animist + size = 175 + } + + artisans = { + culture = miao + religion = animist + size = 1575 + } + + soldiers = { + culture = miao + religion = animist + size = 250 + } + + farmers = { + culture = miao + religion = animist + size = 14750 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 125 + } } #Anshun (2136000/534000 POPS) 1506 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 5500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3400 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 17600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 312000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 2400 - } - - clergymen = { - culture = zhuang - religion = animist - size = 1400 - } - - artisans = { - culture = zhuang - religion = animist - size = 7700 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1500 - } - - farmers = { - culture = zhuang - religion = animist - size = 126000 - } - - aristocrats = { - culture = yi - religion = animist - size = 750 - } - - clergymen = { - culture = yi - religion = animist - size = 450 - } - - artisans = { - culture = yi - religion = animist - size = 2800 - } - - soldiers = { - culture = yi - religion = animist - size = 500 - } - - farmers = { - culture = yi - religion = animist - size = 40000 - } - - aristocrats = { - culture = miao - religion = animist - size = 125 - } - - clergymen = { - culture = miao - religion = animist - size = 125 - } - - artisans = { - culture = miao - religion = animist - size = 600 - } - - soldiers = { - culture = miao - religion = animist - size = 150 - } - - farmers = { - culture = miao - religion = animist - size = 8000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 5500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3400 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 17600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 312000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 2400 + } + + clergymen = { + culture = zhuang + religion = animist + size = 1400 + } + + artisans = { + culture = zhuang + religion = animist + size = 7700 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1500 + } + + farmers = { + culture = zhuang + religion = animist + size = 126000 + } + + aristocrats = { + culture = yi + religion = animist + size = 750 + } + + clergymen = { + culture = yi + religion = animist + size = 450 + } + + artisans = { + culture = yi + religion = animist + size = 2800 + } + + soldiers = { + culture = yi + religion = animist + size = 500 + } + + farmers = { + culture = yi + religion = animist + size = 40000 + } + + aristocrats = { + culture = miao + religion = animist + size = 125 + } + + clergymen = { + culture = miao + religion = animist + size = 125 + } + + artisans = { + culture = miao + religion = animist + size = 600 + } + + soldiers = { + culture = miao + religion = animist + size = 150 + } + + farmers = { + culture = miao + religion = animist + size = 8000 + } } #Zhenyuan (2827800/706950 POPS) 1507 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5200 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 28800 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 490000 - } - - aristocrats = { - culture = zhuang - religion = animist - size = 2250 - } - - clergymen = { - culture = zhuang - religion = animist - size = 1300 - } - - artisans = { - culture = zhuang - religion = animist - size = 6400 - } - - soldiers = { - culture = zhuang - religion = animist - size = 1500 - } - - farmers = { - culture = zhuang - religion = animist - size = 118500 - } - - aristocrats = { - culture = miao - religion = animist - size = 1100 - } - - clergymen = { - culture = miao - religion = animist - size = 600 - } - - artisans = { - culture = miao - religion = animist - size = 2900 - } - - soldiers = { - culture = miao - religion = animist - size = 500 - } - - farmers = { - culture = miao - religion = animist - size = 54000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5200 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 28800 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 490000 + } + + aristocrats = { + culture = zhuang + religion = animist + size = 2250 + } + + clergymen = { + culture = zhuang + religion = animist + size = 1300 + } + + artisans = { + culture = zhuang + religion = animist + size = 6400 + } + + soldiers = { + culture = zhuang + religion = animist + size = 1500 + } + + farmers = { + culture = zhuang + religion = animist + size = 118500 + } + + aristocrats = { + culture = miao + religion = animist + size = 1100 + } + + clergymen = { + culture = miao + religion = animist + size = 600 + } + + artisans = { + culture = miao + religion = animist + size = 2900 + } + + soldiers = { + culture = miao + religion = animist + size = 500 + } + + farmers = { + culture = miao + religion = animist + size = 54000 + } } #Henan Region (21240400) #Kaifeng (2899400/724850 POPS) 1508 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7500 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 21000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 5350 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 32000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 605000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 500 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2000 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 600 - } - - farmers = { - culture = beifaren - religion = sunni - size = 37000 - } - - clergymen = { - culture = beifaren - religion = jewish - size = 5 - } - - artisans = { - culture = beifaren - religion = jewish - size = 495 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 250 - } - - officers = { - culture = manchu - religion = mahayana - size = 100 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 650 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7500 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 21000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 5350 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 32000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 605000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 500 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2000 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 600 + } + + farmers = { + culture = beifaren + religion = sunni + size = 37000 + } + + clergymen = { + culture = beifaren + religion = jewish + size = 5 + } + + artisans = { + culture = beifaren + religion = jewish + size = 495 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 250 + } + + officers = { + culture = manchu + religion = mahayana + size = 100 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 650 + } } #Guide (2431000/607750 POPS) 1509 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7200 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 36500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 525000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 450 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 300 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2000 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 25000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7200 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 36500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 525000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 450 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 300 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2000 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 25000 + } } #Henan (2473000/618250 POPS) 1510 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 9000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 34250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 535000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 450 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 300 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1750 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 26000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 9000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 34250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 535000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 450 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 300 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1750 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 26000 + } } #Huaiqing (3387000/846750 POPS) 1511 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 8100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 48650 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 730000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 600 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2000 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 36500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 8100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 48650 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 730000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 600 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2000 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 36500 + } } #Chenzhou (2447000/611750 POPS) 1512 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 31000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 535000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 450 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 300 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1750 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 250 - } - - farmers = { - culture = beifaren - religion = sunni - size = 25000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 31000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 535000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 450 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 300 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1750 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 250 + } + + farmers = { + culture = beifaren + religion = sunni + size = 25000 + } } #Nanyang (2321000/580250 POPS) 1513 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 26750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 535000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 26750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 535000 + } } #Runing (2198000/549500 POPS) 1514 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 7000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 27000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 505000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 7000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 27000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 505000 + } } #Weihui (3084000/771000 POPS) 1515 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7750 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 28250 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 720000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7750 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 28250 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 720000 + } } #Hubei Region (32685800) #Hanyang (3360400/840100 POPS) 1516 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 6600 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 6275 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 714650 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 400 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1050 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 225 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 21225 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 325 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 175 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 850 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 175 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 15475 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 350 - } - - officers = { - culture = manchu - religion = mahayana - size = 125 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 6600 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 6275 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 714650 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 400 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1050 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 225 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 21225 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 325 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 175 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 850 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 175 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 15475 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 350 + } + + officers = { + culture = manchu + religion = mahayana + size = 125 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Dean (5275000/1318750 POPS) 1517 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 20500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 13250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 85000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1185000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 20500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 13250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 85000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1185000 + } } #Huangzhou (3312000/828000 POPS) 1518 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 39500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7950 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 723800 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 325 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 175 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 850 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 175 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 15475 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 300 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 150 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 800 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 175 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 14575 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 39500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7950 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 723800 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 325 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 175 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 850 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 175 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 15475 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 300 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 150 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 800 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 175 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 14575 + } } #Anlu (4254000/1063500 POPS) 1519 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 52000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 900000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 825 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 550 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 625 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 48000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 325 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 250 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 1425 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 500 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 20000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 52000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 900000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 825 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 550 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 625 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 48000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 325 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 250 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 1425 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 500 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 20000 + } } #Jingzhou (4172400/1043100 POPS) 1520 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 52850 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 930000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 300 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 200 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 2000 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 500 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 17000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 52850 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 930000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 300 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 200 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 2000 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 500 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 17000 + } } #Shinan (4146000/1036500 POPS) 1521 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 55500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 900000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 650 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 450 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 3400 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 39500 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 25 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 80 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 25 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 1350 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 55500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 900000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 650 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 450 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 3400 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 39500 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 25 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 80 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 25 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 1350 + } } #Wuchang (3324000/831000 POPS) 1522 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 16000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 41500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 8300 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 755700 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 20 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 50 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 10 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 900 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 16000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 41500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 8300 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 755700 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 20 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 50 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 10 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 900 + } } #Xiangyang (4842000/1210500 POPS) 1523 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 54500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 935000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1850 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 9350 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 168000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 20 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 25 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 80 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 25 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 1100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 54500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 935000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1850 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 9350 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 168000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 20 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 25 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 80 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 25 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 1100 + } } #Hunan Region (19762400) #Changsha (3928400/982100 POPS) 1524 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15250 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 19750 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 48200 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 870000 - } - - aristocrats = { - culture = miao - religion = animist - size = 25 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 150 - } - - soldiers = { - culture = miao - religion = animist - size = 25 - } - - farmers = { - culture = miao - religion = animist - size = 2650 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 75 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 775 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15250 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 19750 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 48200 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 870000 + } + + aristocrats = { + culture = miao + religion = animist + size = 25 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 150 + } + + soldiers = { + culture = miao + religion = animist + size = 25 + } + + farmers = { + culture = miao + religion = animist + size = 2650 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 75 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 775 + } } #Changde (1679000/419750 POPS) 1525 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 6850 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3900 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 17000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 352000 - } - - aristocrats = { - culture = miao - religion = animist - size = 600 - } - - clergymen = { - culture = miao - religion = animist - size = 400 - } - - artisans = { - culture = miao - religion = animist - size = 1750 - } - - soldiers = { - culture = miao - religion = animist - size = 250 - } - - farmers = { - culture = miao - religion = animist - size = 34000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 6850 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3900 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 17000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 352000 + } + + aristocrats = { + culture = miao + religion = animist + size = 600 + } + + clergymen = { + culture = miao + religion = animist + size = 400 + } + + artisans = { + culture = miao + religion = animist + size = 1750 + } + + soldiers = { + culture = miao + religion = animist + size = 250 + } + + farmers = { + culture = miao + religion = animist + size = 34000 + } } #Baoqing (3672000/918000 POPS) 1526 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 13000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 732500 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2300 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1200 - } - - artisans = { - culture = yue - religion = mahayana - size = 5500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1100 - } - - farmers = { - culture = yue - religion = mahayana - size = 107000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 13000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 732500 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2300 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1200 + } + + artisans = { + culture = yue + religion = mahayana + size = 5500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1100 + } + + farmers = { + culture = yue + religion = mahayana + size = 107000 + } } #Hengzhou (3619000/904750 POPS) 1527 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 13650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 740000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 1500 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1100 - } - - artisans = { - culture = yue - religion = mahayana - size = 4500 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1100 - } - - farmers = { - culture = yue - religion = mahayana - size = 90000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 13650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 740000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 1500 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1100 + } + + artisans = { + culture = yue + religion = mahayana + size = 4500 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1100 + } + + farmers = { + culture = yue + religion = mahayana + size = 90000 + } } #Yuezhou (1136000/284000 POPS) 1528 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4600 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2400 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 12000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 212000 - } - - aristocrats = { - culture = miao - religion = animist - size = 950 - } - - clergymen = { - culture = miao - religion = animist - size = 550 - } - - artisans = { - culture = miao - religion = animist - size = 2500 - } - - soldiers = { - culture = miao - religion = animist - size = 500 - } - - farmers = { - culture = miao - religion = animist - size = 46500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4600 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2400 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 12000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 212000 + } + + aristocrats = { + culture = miao + religion = animist + size = 950 + } + + clergymen = { + culture = miao + religion = animist + size = 550 + } + + artisans = { + culture = miao + religion = animist + size = 2500 + } + + soldiers = { + culture = miao + religion = animist + size = 500 + } + + farmers = { + culture = miao + religion = animist + size = 46500 + } } #Yongshun (2887000/721750 POPS) 1529 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 34500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 665000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 34500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 665000 + } } #Yongzhou (2841000/710250 POPS) 1530 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 28000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 550000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2225 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1175 - } - - artisans = { - culture = yue - religion = mahayana - size = 5850 - } - - soldiers = { - culture = yue - religion = mahayana - size = 1100 - } - - farmers = { - culture = yue - religion = mahayana - size = 101000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 28000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 550000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2225 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1175 + } + + artisans = { + culture = yue + religion = mahayana + size = 5850 + } + + soldiers = { + culture = yue + religion = mahayana + size = 1100 + } + + farmers = { + culture = yue + religion = mahayana + size = 101000 + } } #Inner Mongolia Region (2000000) #Guihua Tumed (741500/185375 POPS) 1532 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 2000 - } - - bureaucrats = { - culture = mongol - religion = gelugpa - size = 1100 - } - - officers = { - culture = mongol - religion = gelugpa - size = 500 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1800 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 11000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 5625 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 155000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 6000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 150 - } - - officers = { - culture = manchu - religion = mahayana - size = 150 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1550 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 2000 + } + + bureaucrats = { + culture = mongol + religion = gelugpa + size = 1100 + } + + officers = { + culture = mongol + religion = gelugpa + size = 500 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1800 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 11000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 5625 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 155000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 6000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 150 + } + + officers = { + culture = manchu + religion = mahayana + size = 150 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1550 + } } #Jirim Chuulghan (258500/64625 POPS) 1533 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 400 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 4275 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 2500 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 50000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 350 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - aristocrats = { - culture = siberian - religion = animist - size = 25 - } - - clergymen = { - culture = siberian - religion = animist - size = 50 - } - - artisans = { - culture = siberian - religion = animist - size = 125 - } - - soldiers = { - culture = siberian - religion = animist - size = 50 - } - - farmers = { - culture = siberian - religion = animist - size = 3150 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 400 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 4275 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 2500 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 50000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 350 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + aristocrats = { + culture = siberian + religion = animist + size = 25 + } + + clergymen = { + culture = siberian + religion = animist + size = 50 + } + + artisans = { + culture = siberian + religion = animist + size = 125 + } + + soldiers = { + culture = siberian + religion = animist + size = 50 + } + + farmers = { + culture = siberian + religion = animist + size = 3150 + } } #Ulaan Chab Chuulghan (224500/56125 POPS) 1534 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 550 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2425 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 2500 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 50000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 550 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2425 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 2500 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 50000 + } } #Yeke Juu Chuulghan (775500/193875 POPS) 1535 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 2225 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 1525 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 11750 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 5000 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 170000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 325 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 3000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 2225 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 1525 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 11750 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 5000 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 170000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 325 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 3000 + } } #Jiangsu Region (19470700) #Nanjing (2016000/504000 POPS) 2221 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9000 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 14750 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 43000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 228850 - } - - clergymen = { - culture = nanfaren - religion = protestant - size = 50 - } - - artisans = { - culture = nanfaren - religion = protestant - size = 700 - } - - soldiers = { - culture = nanfaren - religion = protestant - size = 100 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 3000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 6750 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 6800 - } - - officers = { - culture = beifaren - religion = mahayana - size = 1750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 147500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 200 - } - - officers = { - culture = manchu - religion = mahayana - size = 250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 550 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9000 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 14750 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 43000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 228850 + } + + clergymen = { + culture = nanfaren + religion = protestant + size = 50 + } + + artisans = { + culture = nanfaren + religion = protestant + size = 700 + } + + soldiers = { + culture = nanfaren + religion = protestant + size = 100 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 3000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 6750 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 6800 + } + + officers = { + culture = beifaren + religion = mahayana + size = 1750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 147500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 200 + } + + officers = { + culture = manchu + religion = mahayana + size = 250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 550 + } } #Huaian (1715000/428750 POPS) 1536 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 350 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 26000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 9750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 4000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 30000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 350000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 350 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 26000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 9750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 4000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 30000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 350000 + } } #Changzhou (2762000/690500 POPS) 1537 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 16900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 55000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 515000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 900 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 75000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 16900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 55000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 515000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 900 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 75000 + } } #Shanghai (268000/67000 POPS) 1538 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1300 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 675 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 3350 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 675 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 60000 - } - - clergymen = { - culture = nanfaren - religion = protestant - size = 25 - } - - artisans = { - culture = nanfaren - religion = protestant - size = 150 - } - - farmers = { - culture = nanfaren - religion = protestant - size = 725 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1300 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 675 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 3350 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 675 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 60000 + } + + clergymen = { + culture = nanfaren + religion = protestant + size = 25 + } + + artisans = { + culture = nanfaren + religion = protestant + size = 150 + } + + farmers = { + culture = nanfaren + religion = protestant + size = 725 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } } #Suzhou (2484000/621000 POPS) 1539 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5350 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 465000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 79000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5350 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 465000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 79000 + } } #Taicangzhou (2764000/691000 POPS) 1540 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 13400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 45000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 482500 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 3500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 12000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 117500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 13400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 45000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 482500 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 3500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 12000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 117500 + } } #Tongzhou (2884000/721000 POPS) 1541 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 17250 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 50000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 590000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 1100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 4500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 40500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 17250 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 50000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 590000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 1100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 4500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 40500 + } } #Xuzhou (1174000/293500 POPS) 1542 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1800 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 700 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 56000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 5200 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2300 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 18000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 200000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1800 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 700 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 56000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 5200 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2300 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 18000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 200000 + } } #Yangzhou (1823700/455925 POPS) 1543 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1350 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 650 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 53000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 9925 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 4000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 31000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 345000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1350 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 650 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 53000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 9925 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 4000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 31000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 345000 + } } #Zhenjiang (1580000/395000 POPS) 1544 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 27500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 250000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2900 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 10000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 87000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 27500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 250000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2900 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 10000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 87000 + } } #Jiangxi Region (22525000) #Nanchang (2438000/609500 POPS) 1545 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9800 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 21450 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 4250 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 370000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 6650 - } - - officers = { - culture = beifaren - religion = mahayana - size = 1350 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 116000 - } - - aristocrats = { - culture = miao - religion = animist - size = 25 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 100 - } - - soldiers = { - culture = miao - religion = animist - size = 25 - } - - farmers = { - culture = miao - religion = animist - size = 1550 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 425 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 325 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1750 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 250 - } - - farmers = { - culture = hakka - religion = mahayana - size = 27750 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 50 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 650 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9800 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 21450 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 4250 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 370000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 6650 + } + + officers = { + culture = beifaren + religion = mahayana + size = 1350 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 116000 + } + + aristocrats = { + culture = miao + religion = animist + size = 25 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 100 + } + + soldiers = { + culture = miao + religion = animist + size = 25 + } + + farmers = { + culture = miao + religion = animist + size = 1550 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 425 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 325 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1750 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 250 + } + + farmers = { + culture = hakka + religion = mahayana + size = 27750 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 50 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 650 + } } #Guangxin (2575000/643750 POPS) 1546 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 415000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2400 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1350 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 120000 - } - - aristocrats = { - culture = miao - religion = animist - size = 950 - } - - clergymen = { - culture = miao - religion = animist - size = 550 - } - - artisans = { - culture = miao - religion = animist - size = 3000 - } - - soldiers = { - culture = miao - religion = animist - size = 500 - } - - farmers = { - culture = miao - religion = animist - size = 49000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 415000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2400 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1350 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 120000 + } + + aristocrats = { + culture = miao + religion = animist + size = 950 + } + + clergymen = { + culture = miao + religion = animist + size = 550 + } + + artisans = { + culture = miao + religion = animist + size = 3000 + } + + soldiers = { + culture = miao + religion = animist + size = 500 + } + + farmers = { + culture = miao + religion = animist + size = 49000 + } } #Jian (5821000/1455250 POPS) 1547 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 7650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 460000 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 12500 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 10000 - } - - artisans = { - culture = hakka - religion = mahayana - size = 40000 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 5000 - } - - farmers = { - culture = hakka - religion = mahayana - size = 885000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 7650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 460000 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 12500 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 10000 + } + + artisans = { + culture = hakka + religion = mahayana + size = 40000 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 5000 + } + + farmers = { + culture = hakka + religion = mahayana + size = 885000 + } } #Jianchang (1441000/360250 POPS) 1548 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 4650 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 2600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 13500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 227500 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 1400 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 1100 - } - - artisans = { - culture = hakka - religion = mahayana - size = 6000 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 1100 - } - - farmers = { - culture = hakka - religion = mahayana - size = 100000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 4650 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 2600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 13500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 227500 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 1400 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 1100 + } + + artisans = { + culture = hakka + religion = mahayana + size = 6000 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 1100 + } + + farmers = { + culture = hakka + religion = mahayana + size = 100000 + } } #Jiujiang (3416000/854000 POPS) 1549 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 605000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 2300 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1700 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 6000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 156500 - } - - aristocrats = { - culture = hakka - religion = mahayana - size = 450 - } - - clergymen = { - culture = hakka - religion = mahayana - size = 300 - } - - artisans = { - culture = hakka - religion = mahayana - size = 1250 - } - - soldiers = { - culture = hakka - religion = mahayana - size = 250 - } - - farmers = { - culture = hakka - religion = mahayana - size = 25750 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 605000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 2300 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1700 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 6000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 156500 + } + + aristocrats = { + culture = hakka + religion = mahayana + size = 450 + } + + clergymen = { + culture = hakka + religion = mahayana + size = 300 + } + + artisans = { + culture = hakka + religion = mahayana + size = 1250 + } + + soldiers = { + culture = hakka + religion = mahayana + size = 250 + } + + farmers = { + culture = hakka + religion = mahayana + size = 25750 + } } #Ganzhou (4297000/1074250 POPS) 1550 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 12750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 10250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 50000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 940000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 700 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 550 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 2500 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 500 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 47000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 12750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 10250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 50000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 940000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 700 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 550 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 2500 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 500 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 47000 + } } #Raozhou (2537000/634250 POPS) 1551 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 460000 - } - - aristocrats = { - culture = beifaren - religion = mahayana - size = 1950 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1300 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 7000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 1100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 120000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 460000 + } + + aristocrats = { + culture = beifaren + religion = mahayana + size = 1950 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1300 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 7000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 1100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 120000 + } } #Manchuria Region (7712700) #Qiqihar (3175700/793925 POPS) 1552 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 13750 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 9650 - } - - officers = { - culture = manchu - religion = mahayana - size = 2000 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 8000 - } - - artisans = { - culture = manchu - religion = mahayana - size = 41825 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 11000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 710000 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 75 - } - - clergymen = { - culture = korean - religion = mahayana - size = 75 - } - - artisans = { - culture = korean - religion = mahayana - size = 300 - } - - soldiers = { - culture = korean - religion = mahayana - size = 50 - } - - farmers = { - culture = korean - religion = mahayana - size = 5200 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 13750 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 9650 + } + + officers = { + culture = manchu + religion = mahayana + size = 2000 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 8000 + } + + artisans = { + culture = manchu + religion = mahayana + size = 41825 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 11000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 710000 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 75 + } + + clergymen = { + culture = korean + religion = mahayana + size = 75 + } + + artisans = { + culture = korean + religion = mahayana + size = 300 + } + + soldiers = { + culture = korean + religion = mahayana + size = 50 + } + + farmers = { + culture = korean + religion = mahayana + size = 5200 + } } #Aigun (1737000/434250 POPS) 1553 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 7550 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 4500 - } - - artisans = { - culture = manchu - religion = mahayana - size = 23950 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 5000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 390000 - } - - aristocrats = { - culture = siberian - religion = animist - size = 50 - } - - clergymen = { - culture = siberian - religion = animist - size = 75 - } - - artisans = { - culture = siberian - religion = animist - size = 200 - } - - soldiers = { - culture = siberian - religion = animist - size = 25 - } - - farmers = { - culture = siberian - religion = animist - size = 2900 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 7550 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 4500 + } + + artisans = { + culture = manchu + religion = mahayana + size = 23950 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 5000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 390000 + } + + aristocrats = { + culture = siberian + religion = animist + size = 50 + } + + clergymen = { + culture = siberian + religion = animist + size = 75 + } + + artisans = { + culture = siberian + religion = animist + size = 200 + } + + soldiers = { + culture = siberian + religion = animist + size = 25 + } + + farmers = { + culture = siberian + religion = animist + size = 2900 + } } #Ninguta (1218000/304500 POPS) 1554 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 4500 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 2650 - } - - artisans = { - culture = manchu - religion = mahayana - size = 19350 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 5000 - } - - farmers = { - culture = manchu - religion = mahayana - size = 230000 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 700 - } - - clergymen = { - culture = korean - religion = mahayana - size = 450 - } - - artisans = { - culture = korean - religion = mahayana - size = 2850 - } - - soldiers = { - culture = korean - religion = mahayana - size = 500 - } - - farmers = { - culture = korean - religion = mahayana - size = 38500 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 4500 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 2650 + } + + artisans = { + culture = manchu + religion = mahayana + size = 19350 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 5000 + } + + farmers = { + culture = manchu + religion = mahayana + size = 230000 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 700 + } + + clergymen = { + culture = korean + religion = mahayana + size = 450 + } + + artisans = { + culture = korean + religion = mahayana + size = 2850 + } + + soldiers = { + culture = korean + religion = mahayana + size = 500 + } + + farmers = { + culture = korean + religion = mahayana + size = 38500 + } } #Jilin (1295000/323750 POPS) 1555 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 4900 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 2850 - } - - artisans = { - culture = manchu - religion = mahayana - size = 17250 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 2500 - } - - farmers = { - culture = manchu - religion = mahayana - size = 257500 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 650 - } - - clergymen = { - culture = korean - religion = mahayana - size = 400 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - soldiers = { - culture = korean - religion = mahayana - size = 700 - } - - farmers = { - culture = korean - religion = mahayana - size = 34000 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 4900 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 2850 + } + + artisans = { + culture = manchu + religion = mahayana + size = 17250 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 2500 + } + + farmers = { + culture = manchu + religion = mahayana + size = 257500 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 650 + } + + clergymen = { + culture = korean + religion = mahayana + size = 400 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + soldiers = { + culture = korean + religion = mahayana + size = 700 + } + + farmers = { + culture = korean + religion = mahayana + size = 34000 + } } #Manzhouli (287000/71750 POPS) 1002 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1250 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 700 - } - - artisans = { - culture = manchu - religion = mahayana - size = 3500 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1300 - } - - farmers = { - culture = manchu - religion = mahayana - size = 62000 - } - - aristocrats = { - culture = siberian - religion = animist - size = 50 - } - - clergymen = { - culture = siberian - religion = animist - size = 75 - } - - artisans = { - culture = siberian - religion = animist - size = 150 - } - - soldiers = { - culture = siberian - religion = animist - size = 25 - } - - farmers = { - culture = siberian - religion = animist - size = 2700 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1250 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 700 + } + + artisans = { + culture = manchu + religion = mahayana + size = 3500 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1300 + } + + farmers = { + culture = manchu + religion = mahayana + size = 62000 + } + + aristocrats = { + culture = siberian + religion = animist + size = 50 + } + + clergymen = { + culture = siberian + religion = animist + size = 75 + } + + artisans = { + culture = siberian + religion = animist + size = 150 + } + + soldiers = { + culture = siberian + religion = animist + size = 25 + } + + farmers = { + culture = siberian + religion = animist + size = 2700 + } } #Qinghai Region (1248000) #Makhai (452000/113000 POPS) 1556 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1800 - } - - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 175 - } - - officers = { - culture = tibetan - religion = gelugpa - size = 300 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 900 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 4550 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 925 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 82200 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 50 - } - - artisans = { - culture = kazak - religion = sunni - size = 100 - } - - soldiers = { - culture = kazak - religion = sunni - size = 25 - } - - farmers = { - culture = kazak - religion = sunni - size = 1800 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 50 - } - - artisans = { - culture = beifaren - religion = sunni - size = 125 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 25 - } - - farmers = { - culture = beifaren - religion = sunni - size = 1800 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 900 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 16400 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 100 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1800 + } + + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 175 + } + + officers = { + culture = tibetan + religion = gelugpa + size = 300 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 900 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 4550 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 925 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 82200 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 50 + } + + artisans = { + culture = kazak + religion = sunni + size = 100 + } + + soldiers = { + culture = kazak + religion = sunni + size = 25 + } + + farmers = { + culture = kazak + religion = sunni + size = 1800 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 50 + } + + artisans = { + culture = beifaren + religion = sunni + size = 125 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 25 + } + + farmers = { + culture = beifaren + religion = sunni + size = 1800 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 900 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 16400 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 100 + } } #Balekungomi (364000/91000 POPS) 1557 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1500 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 750 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 3800 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 775 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 69175 - } - - aristocrats = { - culture = kazak - religion = animist - size = 250 - } - - clergymen = { - culture = kazak - religion = animist - size = 150 - } - - artisans = { - culture = kazak - religion = animist - size = 700 - } - - soldiers = { - culture = kazak - religion = animist - size = 150 - } - - farmers = { - culture = kazak - religion = animist - size = 12750 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 20 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 20 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 50 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 10 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 900 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1500 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 750 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 3800 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 775 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 69175 + } + + aristocrats = { + culture = kazak + religion = animist + size = 250 + } + + clergymen = { + culture = kazak + religion = animist + size = 150 + } + + artisans = { + culture = kazak + religion = animist + size = 700 + } + + soldiers = { + culture = kazak + religion = animist + size = 150 + } + + farmers = { + culture = kazak + religion = animist + size = 12750 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 20 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 20 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 50 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 10 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 900 + } } #Kegudo (432000/108000 POPS) 1558 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 700 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 400 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1900 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 400 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 34600 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 225 - } - - clergymen = { - culture = kazak - religion = sunni - size = 125 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 10925 - } - - aristocrats = { - culture = kazak - religion = animist - size = 200 - } - - clergymen = { - culture = kazak - religion = animist - size = 100 - } - - artisans = { - culture = kazak - religion = animist - size = 550 - } - - soldiers = { - culture = kazak - religion = animist - size = 125 - } - - farmers = { - culture = kazak - religion = animist - size = 10025 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 925 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 475 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2350 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 475 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 42775 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 700 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 400 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1900 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 400 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 34600 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 225 + } + + clergymen = { + culture = kazak + religion = sunni + size = 125 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 10925 + } + + aristocrats = { + culture = kazak + religion = animist + size = 200 + } + + clergymen = { + culture = kazak + religion = animist + size = 100 + } + + artisans = { + culture = kazak + religion = animist + size = 550 + } + + soldiers = { + culture = kazak + religion = animist + size = 125 + } + + farmers = { + culture = kazak + religion = animist + size = 10025 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 925 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 475 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2350 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 475 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 42775 + } } #Shaanxi Region (7654200) #Xian (2665000/666250 POPS) 1559 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 9550 - } - - officers = { - culture = beifaren - religion = mahayana - size = 1900 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 47800 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 540000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 600 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 3000 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 30500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 50 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 50 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 450 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 9550 + } + + officers = { + culture = beifaren + religion = mahayana + size = 1900 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 47800 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 540000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 600 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 3000 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 30500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 50 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 50 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 450 + } } #Yenan (915000/228750 POPS) 1561 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 4850 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2150 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 11750 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 192500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 275 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 175 - } - - artisans = { - culture = beifaren - religion = sunni - size = 900 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 13500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 4850 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2150 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 11750 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 192500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 275 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 175 + } + + artisans = { + culture = beifaren + religion = sunni + size = 900 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 13500 + } } #Hanzhong (2937000/734250 POPS) 1562 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 6700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 3300 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 19500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 293500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 800 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 400 - } - - artisans = { - culture = beifaren - religion = sunni - size = 2300 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 32000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 3750 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 20000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 337000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 6700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 3300 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 19500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 293500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 800 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 400 + } + + artisans = { + culture = beifaren + religion = sunni + size = 2300 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 32000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 3750 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 20000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 337000 + } } #Shangzhou (1137200/284300 POPS) 2062 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 5800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 2700 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 15000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 241000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 300 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 200 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 300 - } - - farmers = { - culture = beifaren - religion = sunni - size = 15000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 5800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 2700 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 15000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 241000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 300 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 200 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 300 + } + + farmers = { + culture = beifaren + religion = sunni + size = 15000 + } } #Shandong Region (34423700) #Jinan (7126700/1781675 POPS) 1563 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 28100 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 42700 - } - - officers = { - culture = beifaren - religion = mahayana - size = 8300 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 17000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 100000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 7000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1488750 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 1400 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 900 - } - - artisans = { - culture = beifaren - religion = sunni - size = 7000 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 1200 - } - - farmers = { - culture = beifaren - religion = sunni - size = 75000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 300 - } - - officers = { - culture = manchu - religion = mahayana - size = 300 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1900 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 28100 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 42700 + } + + officers = { + culture = beifaren + religion = mahayana + size = 8300 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 17000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 100000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 7000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1488750 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 1400 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 900 + } + + artisans = { + culture = beifaren + religion = sunni + size = 7000 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 1200 + } + + farmers = { + culture = beifaren + religion = sunni + size = 75000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 300 + } + + officers = { + culture = manchu + religion = mahayana + size = 300 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1900 + } } #Caozhou (4464000/1116000 POPS) 1564 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 66300 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1010000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 66300 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1010000 + } } #Laizhou (4380000/1095000 POPS) 1565 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18150 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 65850 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 990000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18150 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 65850 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 990000 + } } #Qingdao (30000/7500 POPS) 1566 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 100 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1150 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 150 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 6000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 100 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1150 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 150 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 6000 + } } #Qingzhou (4742000/1185500 POPS) 1567 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19650 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 12000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 60000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 9850 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1084000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19650 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 12000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 60000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 9850 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1084000 + } } #Taian (4443000/1110750 POPS) 1568 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18425 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 66225 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1005000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18425 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 66225 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1005000 + } } #Weihaiwei (34000/8500 POPS) 1569 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 125 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1500 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 275 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 6500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 125 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1500 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 275 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 6500 + } } #Wuling (4453000/1113250 POPS) 1570 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 18450 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 11100 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 63700 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1010000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 18450 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 11100 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 63700 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1010000 + } } #Yizhou (4751000/1187750 POPS) 1571 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 19700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 12000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 65000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 11050 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 1080000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 19700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 12000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 65000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 11050 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 1080000 + } } #Shanxi Region (10484900) #Taiyuan (3055900/763975 POPS) 1572 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15950 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 13000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 2500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7550 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 65000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 640000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 150 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 650 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 8500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 100 - } - - officers = { - culture = manchu - religion = mahayana - size = 100 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 225 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15950 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 13000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 2500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7550 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 65000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 640000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 150 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 650 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 8500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 100 + } + + officers = { + culture = manchu + religion = mahayana + size = 100 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 225 + } } #Fenzhou (2350000/587500 POPS) 1573 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 12500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 38000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 520000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 100 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 450 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 100 - } - - farmers = { - culture = beifaren - religion = sunni - size = 5250 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 12500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 38000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 520000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 100 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 450 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 100 + } + + farmers = { + culture = beifaren + religion = sunni + size = 5250 + } } #Luan (2582000/645500 POPS) 1574 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 13600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 575000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 75 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 350 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 50 - } - - farmers = { - culture = beifaren - religion = sunni - size = 4950 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 13600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 575000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 75 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 350 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 50 + } + + farmers = { + culture = beifaren + religion = sunni + size = 4950 + } } #Pingyang (2337000/584250 POPS) 1575 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 9700 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5800 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 34000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 525000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 75 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 300 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 50 - } - - farmers = { - culture = beifaren - religion = sunni - size = 4250 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 9700 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5800 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 34000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 525000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 75 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 300 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 50 + } + + farmers = { + culture = beifaren + religion = sunni + size = 4250 + } } #Datong (160000/40000 POPS) 1576 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 600 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2600 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 34500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 10 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 25 - } - - artisans = { - culture = beifaren - religion = sunni - size = 100 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 15 - } - - farmers = { - culture = beifaren - religion = sunni - size = 1250 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 600 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2600 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 34500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 10 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 25 + } + + artisans = { + culture = beifaren + religion = sunni + size = 100 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 15 + } + + farmers = { + culture = beifaren + religion = sunni + size = 1250 + } } #Sichuan Region (54371100) #Chongqing (5954000/1488500 POPS) 1577 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 20000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 73500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 18000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1362000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 20000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 73500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 18000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1362000 + } } #Chengdu (3588000/897000 POPS) 1578 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11900 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 54200 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 13400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 9000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 82000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 715000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 200 - } - - officers = { - culture = manchu - religion = mahayana - size = 200 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 1100 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11900 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 54200 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 13400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 9000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 82000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 715000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 200 + } + + officers = { + culture = manchu + religion = mahayana + size = 200 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 1100 + } } #Baotung (7286100/1821525 POPS) 1579 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 21225 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 18300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 67000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1700000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 21225 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 18300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 67000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1700000 + } } #Jiading (6333000/1583250 POPS) 1580 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 37300 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 712500 - } - - aristocrats = { - culture = yi - religion = animist - size = 7300 - } - - clergymen = { - culture = yi - religion = animist - size = 6000 - } - - artisans = { - culture = yi - religion = animist - size = 25000 - } - - soldiers = { - culture = yi - religion = animist - size = 6700 - } - - farmers = { - culture = yi - religion = animist - size = 530000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2200 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1750 - } - - artisans = { - culture = asian_minor - religion = animist - size = 8500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1300 - } - - farmers = { - culture = asian_minor - religion = animist - size = 157500 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 800 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 650 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 550 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 55000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 37300 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 712500 + } + + aristocrats = { + culture = yi + religion = animist + size = 7300 + } + + clergymen = { + culture = yi + religion = animist + size = 6000 + } + + artisans = { + culture = yi + religion = animist + size = 25000 + } + + soldiers = { + culture = yi + religion = animist + size = 6700 + } + + farmers = { + culture = yi + religion = animist + size = 530000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2200 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1750 + } + + artisans = { + culture = asian_minor + religion = animist + size = 8500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1300 + } + + farmers = { + culture = asian_minor + religion = animist + size = 157500 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 800 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 650 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 550 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 55000 + } } #Kuizhou (6662000/1665500 POPS) 1581 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 21400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 17000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 72100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1540000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 21400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 17000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 72100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1540000 + } } #Longan (4340000/1085000 POPS) 1582 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 8600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 38900 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 792500 - } - - aristocrats = { - culture = yi - religion = animist - size = 25 - } - - clergymen = { - culture = yi - religion = animist - size = 50 - } - - artisans = { - culture = yi - religion = animist - size = 375 - } - - soldiers = { - culture = yi - religion = animist - size = 50 - } - - farmers = { - culture = yi - religion = animist - size = 2500 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2000 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1650 - } - - artisans = { - culture = asian_minor - religion = animist - size = 9350 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1250 - } - - farmers = { - culture = asian_minor - religion = animist - size = 148750 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 750 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 650 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 3000 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 600 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 55500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 8600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 38900 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 792500 + } + + aristocrats = { + culture = yi + religion = animist + size = 25 + } + + clergymen = { + culture = yi + religion = animist + size = 50 + } + + artisans = { + culture = yi + religion = animist + size = 375 + } + + soldiers = { + culture = yi + religion = animist + size = 50 + } + + farmers = { + culture = yi + religion = animist + size = 2500 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2000 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1650 + } + + artisans = { + culture = asian_minor + religion = animist + size = 9350 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1250 + } + + farmers = { + culture = asian_minor + religion = animist + size = 148750 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 750 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 650 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 3000 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 600 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 55500 + } } #Shunqing (7108000/1777000 POPS) 1583 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 22900 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 18000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 76100 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1645000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 22900 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 18000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 76100 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1645000 + } } #Tongchuan (4694000/1173500 POPS) 1584 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 15100 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 12000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 51400 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1085000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 15100 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 12000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 51400 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1085000 + } } #Yibin (4482000/1120500 POPS) 1585 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 6700 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 30750 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 615000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 2150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1700 - } - - artisans = { - culture = asian_minor - religion = animist - size = 7650 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 2500 - } - - farmers = { - culture = asian_minor - religion = animist - size = 155000 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3650 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 2900 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 13950 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 260000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 6700 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 30750 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 615000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 2150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1700 + } + + artisans = { + culture = asian_minor + religion = animist + size = 7650 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 2500 + } + + farmers = { + culture = asian_minor + religion = animist + size = 155000 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3650 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 2900 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 13950 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 260000 + } } #Yazhou (3924000/981000 POPS) 1586 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 9025 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 7100 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 30375 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 7500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 647500 - } - - aristocrats = { - culture = yi - religion = animist - size = 125 - } - - clergymen = { - culture = yi - religion = animist - size = 125 - } - - artisans = { - culture = yi - religion = animist - size = 1500 - } - - soldiers = { - culture = yi - religion = animist - size = 250 - } - - farmers = { - culture = yi - religion = animist - size = 10500 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 150 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 150 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 200 - } - - farmers = { - culture = asian_minor - religion = animist - size = 12000 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3250 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 2600 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 12150 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 2500 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 232500 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 9025 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 7100 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 30375 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 7500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 647500 + } + + aristocrats = { + culture = yi + religion = animist + size = 125 + } + + clergymen = { + culture = yi + religion = animist + size = 125 + } + + artisans = { + culture = yi + religion = animist + size = 1500 + } + + soldiers = { + culture = yi + religion = animist + size = 250 + } + + farmers = { + culture = yi + religion = animist + size = 10500 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 150 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 150 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 200 + } + + farmers = { + culture = asian_minor + religion = animist + size = 12000 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3250 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 2600 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 12150 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 2500 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 232500 + } } #Yunnan Region (9024300) #Kunming (4815000/1203750 POPS) 1601 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 13600 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 8950 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 11000 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 43000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 990000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 200 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 200 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 1450 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 150 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 14000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 100 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 100 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1100 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 300 - } - - farmers = { - culture = asian_minor - religion = animist - size = 8000 - } - - aristocrats = { - culture = miao - religion = animist - size = 200 - } - - clergymen = { - culture = miao - religion = animist - size = 200 - } - - artisans = { - culture = miao - religion = animist - size = 1100 - } - - soldiers = { - culture = miao - religion = animist - size = 100 - } - - farmers = { - culture = miao - religion = animist - size = 14000 - } - - aristocrats = { - culture = yi - religion = animist - size = 1150 - } - - clergymen = { - culture = yi - religion = animist - size = 850 - } - - artisans = { - culture = yi - religion = animist - size = 3500 - } - - soldiers = { - culture = yi - religion = animist - size = 750 - } - - farmers = { - culture = yi - religion = animist - size = 77250 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 50 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 400 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 13600 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 8950 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 11000 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 43000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 990000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 200 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 200 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 1450 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 150 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 14000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 100 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 100 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1100 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 300 + } + + farmers = { + culture = asian_minor + religion = animist + size = 8000 + } + + aristocrats = { + culture = miao + religion = animist + size = 200 + } + + clergymen = { + culture = miao + religion = animist + size = 200 + } + + artisans = { + culture = miao + religion = animist + size = 1100 + } + + soldiers = { + culture = miao + religion = animist + size = 100 + } + + farmers = { + culture = miao + religion = animist + size = 14000 + } + + aristocrats = { + culture = yi + religion = animist + size = 1150 + } + + clergymen = { + culture = yi + religion = animist + size = 850 + } + + artisans = { + culture = yi + religion = animist + size = 3500 + } + + soldiers = { + culture = yi + religion = animist + size = 750 + } + + farmers = { + culture = yi + religion = animist + size = 77250 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 50 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 400 + } } #Dali (1942000/485500 POPS) 1602 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 125 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 125 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 250 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 9500 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 5400 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 4300 - } - - artisans = { - culture = asian_minor - religion = animist - size = 21300 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 3000 - } - - farmers = { - culture = asian_minor - religion = animist - size = 397000 - } - - aristocrats = { - culture = yi - religion = animist - size = 525 - } - - clergymen = { - culture = yi - religion = animist - size = 475 - } - - artisans = { - culture = yi - religion = animist - size = 2500 - } - - soldiers = { - culture = yi - religion = animist - size = 500 - } - - farmers = { - culture = yi - religion = animist - size = 39000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 125 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 125 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 250 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 9500 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 5400 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 4300 + } + + artisans = { + culture = asian_minor + religion = animist + size = 21300 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 3000 + } + + farmers = { + culture = asian_minor + religion = animist + size = 397000 + } + + aristocrats = { + culture = yi + religion = animist + size = 525 + } + + clergymen = { + culture = yi + religion = animist + size = 475 + } + + artisans = { + culture = yi + religion = animist + size = 2500 + } + + soldiers = { + culture = yi + religion = animist + size = 500 + } + + farmers = { + culture = yi + religion = animist + size = 39000 + } } #Paer (2267300/566825 POPS) 1603 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1800 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 10000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 160000 - } - - aristocrats = { - culture = nanfaren - religion = sunni - size = 50 - } - - clergymen = { - culture = nanfaren - religion = sunni - size = 75 - } - - artisans = { - culture = nanfaren - religion = sunni - size = 1100 - } - - soldiers = { - culture = nanfaren - religion = sunni - size = 200 - } - - farmers = { - culture = nanfaren - religion = sunni - size = 5000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1700 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1400 - } - - artisans = { - culture = asian_minor - religion = animist - size = 7500 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 1900 - } - - farmers = { - culture = asian_minor - religion = animist - size = 127500 - } - - aristocrats = { - culture = miao - religion = animist - size = 50 - } - - clergymen = { - culture = miao - religion = animist - size = 75 - } - - artisans = { - culture = miao - religion = animist - size = 550 - } - - soldiers = { - culture = miao - religion = animist - size = 75 - } - - farmers = { - culture = miao - religion = animist - size = 5750 - } - - aristocrats = { - culture = yi - religion = animist - size = 625 - } - - clergymen = { - culture = yi - religion = animist - size = 550 - } - - artisans = { - culture = yi - religion = animist - size = 9000 - } - - soldiers = { - culture = yi - religion = animist - size = 825 - } - - farmers = { - culture = yi - religion = animist - size = 40000 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 2275 - } - - clergymen = { - culture = yue - religion = mahayana - size = 1900 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000 - } - - soldiers = { - culture = yue - religion = mahayana - size = 2825 - } - - farmers = { - culture = yue - religion = mahayana - size = 170000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1800 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 10000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 160000 + } + + aristocrats = { + culture = nanfaren + religion = sunni + size = 50 + } + + clergymen = { + culture = nanfaren + religion = sunni + size = 75 + } + + artisans = { + culture = nanfaren + religion = sunni + size = 1100 + } + + soldiers = { + culture = nanfaren + religion = sunni + size = 200 + } + + farmers = { + culture = nanfaren + religion = sunni + size = 5000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1700 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1400 + } + + artisans = { + culture = asian_minor + religion = animist + size = 7500 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 1900 + } + + farmers = { + culture = asian_minor + religion = animist + size = 127500 + } + + aristocrats = { + culture = miao + religion = animist + size = 50 + } + + clergymen = { + culture = miao + religion = animist + size = 75 + } + + artisans = { + culture = miao + religion = animist + size = 550 + } + + soldiers = { + culture = miao + religion = animist + size = 75 + } + + farmers = { + culture = miao + religion = animist + size = 5750 + } + + aristocrats = { + culture = yi + religion = animist + size = 625 + } + + clergymen = { + culture = yi + religion = animist + size = 550 + } + + artisans = { + culture = yi + religion = animist + size = 9000 + } + + soldiers = { + culture = yi + religion = animist + size = 825 + } + + farmers = { + culture = yi + religion = animist + size = 40000 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 2275 + } + + clergymen = { + culture = yue + religion = mahayana + size = 1900 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000 + } + + soldiers = { + culture = yue + religion = mahayana + size = 2825 + } + + farmers = { + culture = yue + religion = mahayana + size = 170000 + } } #Zhejiang Region (10069800) #Hangzhou (1709800/427450 POPS) 1604 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 5500 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 10000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 2500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 3000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 50000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 6000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 200000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2750 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 30000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2200 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 102000 - } - - aristocrats = { - culture = miao - religion = animist - size = 50 - } - - clergymen = { - culture = miao - religion = animist - size = 50 - } - - artisans = { - culture = miao - religion = animist - size = 200 - } - - soldiers = { - culture = miao - religion = animist - size = 50 - } - - farmers = { - culture = miao - religion = animist - size = 3650 - } - - aristocrats = { - culture = min - religion = animist - size = 125 - } - - clergymen = { - culture = min - religion = animist - size = 75 - } - - artisans = { - culture = min - religion = animist - size = 350 - } - - soldiers = { - culture = min - religion = animist - size = 75 - } - - farmers = { - culture = min - religion = animist - size = 6375 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 100 - } - - officers = { - culture = manchu - religion = mahayana - size = 150 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 750 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 5500 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 10000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 2500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 3000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 50000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 6000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 200000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2750 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 30000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2200 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 102000 + } + + aristocrats = { + culture = miao + religion = animist + size = 50 + } + + clergymen = { + culture = miao + religion = animist + size = 50 + } + + artisans = { + culture = miao + religion = animist + size = 200 + } + + soldiers = { + culture = miao + religion = animist + size = 50 + } + + farmers = { + culture = miao + religion = animist + size = 3650 + } + + aristocrats = { + culture = min + religion = animist + size = 125 + } + + clergymen = { + culture = min + religion = animist + size = 75 + } + + artisans = { + culture = min + religion = animist + size = 350 + } + + soldiers = { + culture = min + religion = animist + size = 75 + } + + farmers = { + culture = min + religion = animist + size = 6375 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 100 + } + + officers = { + culture = manchu + religion = mahayana + size = 150 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 750 + } } #Huzhou (380000/95000 POPS) 1605 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 725 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 400 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 1875 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 34000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1125 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2875 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 900 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 52000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 725 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 400 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 1875 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 34000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1125 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2875 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 900 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 52000 + } } #Jiaxing (348000/87000 POPS) 1606 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 950 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 2550 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 500 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 44000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 725 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 400 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 2375 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 34500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 950 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 2550 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 500 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 44000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 725 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 400 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 2375 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 34500 + } } #Jinhua (2089000/522250 POPS) 1607 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8375 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 21575 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 387000 - } - - aristocrats = { - culture = miao - religion = animist - size = 250 - } - - clergymen = { - culture = miao - religion = animist - size = 150 - } - - artisans = { - culture = miao - religion = animist - size = 700 - } - - soldiers = { - culture = miao - religion = animist - size = 150 - } - - farmers = { - culture = miao - religion = animist - size = 12750 - } - - aristocrats = { - culture = min - religion = animist - size = 1600 - } - - clergymen = { - culture = min - religion = animist - size = 800 - } - - artisans = { - culture = min - religion = animist - size = 4600 - } - - soldiers = { - culture = min - religion = animist - size = 1100 - } - - farmers = { - culture = min - religion = animist - size = 74000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8375 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 21575 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 387000 + } + + aristocrats = { + culture = miao + religion = animist + size = 250 + } + + clergymen = { + culture = miao + religion = animist + size = 150 + } + + artisans = { + culture = miao + religion = animist + size = 700 + } + + soldiers = { + culture = miao + religion = animist + size = 150 + } + + farmers = { + culture = miao + religion = animist + size = 12750 + } + + aristocrats = { + culture = min + religion = animist + size = 1600 + } + + clergymen = { + culture = min + religion = animist + size = 800 + } + + artisans = { + culture = min + religion = animist + size = 4600 + } + + soldiers = { + culture = min + religion = animist + size = 1100 + } + + farmers = { + culture = min + religion = animist + size = 74000 + } } #Ningbo (1170000/292500 POPS) 1608 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 3325 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 1700 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 8975 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 147500 - } - - clergymen = { - culture = beifaren - religion = protestant - size = 25 - } - - artisans = { - culture = beifaren - religion = protestant - size = 375 - } - - farmers = { - culture = beifaren - religion = protestant - size = 2000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2425 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1250 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 6825 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 110000 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 3325 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 1700 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 8975 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 147500 + } + + clergymen = { + culture = beifaren + religion = protestant + size = 25 + } + + artisans = { + culture = beifaren + religion = protestant + size = 375 + } + + farmers = { + culture = beifaren + religion = protestant + size = 2000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2425 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1250 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 6825 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 110000 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } } #Shaoxing (883000/220750 POPS) 1609 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 1725 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 900 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 5125 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 2000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 80000 - } - - aristocrats = { - culture = nanfaren - religion = mahayana - size = 2550 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1450 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 8000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 4000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 115000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 1725 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 900 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 5125 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 2000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 80000 + } + + aristocrats = { + culture = nanfaren + religion = mahayana + size = 2550 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1450 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 8000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 4000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 115000 + } } #Taizhou (1705000/426250 POPS) 1610 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8400 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 23550 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 385000 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8400 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 23550 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 385000 + } } #Wenzhou (1785000/446250 POPS) 1611 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 8350 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 4300 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 22600 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 385000 - } - - aristocrats = { - culture = miao - religion = animist - size = 400 - } - - clergymen = { - culture = miao - religion = animist - size = 200 - } - - artisans = { - culture = miao - religion = animist - size = 1050 - } - - soldiers = { - culture = miao - religion = animist - size = 225 - } - - farmers = { - culture = miao - religion = animist - size = 19125 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 8350 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 4300 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 22600 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 385000 + } + + aristocrats = { + culture = miao + religion = animist + size = 400 + } + + clergymen = { + culture = miao + religion = animist + size = 200 + } + + artisans = { + culture = miao + religion = animist + size = 1050 + } + + soldiers = { + culture = miao + religion = animist + size = 225 + } + + farmers = { + culture = miao + religion = animist + size = 19125 + } } #Zhili Region (17328400) #Beijing (2485400/621350 POPS) 1612 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 22000 - } - - officers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 12000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 110000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 8000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 408000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 300 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 250 - } - - artisans = { - culture = beifaren - religion = sunni - size = 5500 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 600 - } - - farmers = { - culture = beifaren - religion = sunni - size = 14700 - } - - aristocrats = { - culture = manchu - religion = mahayana - size = 2000 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 2000 - } - - officers = { - culture = manchu - religion = mahayana - size = 1100 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 250 - } - - artisans = { - culture = manchu - religion = mahayana - size = 4750 - } - - farmers = { - culture = manchu - religion = mahayana - size = 10000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 22000 + } + + officers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 12000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 110000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 8000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 408000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 300 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 250 + } + + artisans = { + culture = beifaren + religion = sunni + size = 5500 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 600 + } + + farmers = { + culture = beifaren + religion = sunni + size = 14700 + } + + aristocrats = { + culture = manchu + religion = mahayana + size = 2000 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 2000 + } + + officers = { + culture = manchu + religion = mahayana + size = 1100 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 250 + } + + artisans = { + culture = manchu + religion = mahayana + size = 4750 + } + + farmers = { + culture = manchu + religion = mahayana + size = 10000 + } } #Chengde (3186000/796500 POPS) 1613 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 15000 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 8000 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 40000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 7000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 720000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 100 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 650 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 150 - } - - farmers = { - culture = beifaren - religion = sunni - size = 5500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 15000 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 8000 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 40000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 7000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 720000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 100 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 650 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 150 + } + + farmers = { + culture = beifaren + religion = sunni + size = 5500 + } } #Daming (1670000/417500 POPS) 1614 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 8300 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 4200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 20000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 380000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 8300 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 4200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 20000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 380000 + } } #Jizhou (2230000/557500 POPS) 1615 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 9900 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5600 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 32000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 505000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 9900 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5600 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 32000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 505000 + } } #Shuntian (2197000/549250 POPS) 1616 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 10750 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 5500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 25000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 3000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 505000 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 10750 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 5500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 25000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 3000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 505000 + } } #Tianjin (2960000/740000 POPS) 1617 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 14800 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 7200 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 35000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 4000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 660000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 350 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 200 - } - - artisans = { - culture = beifaren - religion = sunni - size = 1450 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 500 - } - - farmers = { - culture = beifaren - religion = sunni - size = 16500 - } + aristocrats = { + culture = beifaren + religion = mahayana + size = 14800 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 7200 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 35000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 4000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 660000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 350 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 200 + } + + artisans = { + culture = beifaren + religion = sunni + size = 1450 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 500 + } + + farmers = { + culture = beifaren + religion = sunni + size = 16500 + } } #Zhongding (2600000/650000 POPS) 1618 = { - aristocrats = { - culture = beifaren - religion = mahayana - size = 12500 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 6500 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 31000 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 5000 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 595000 - } -} \ No newline at end of file + aristocrats = { + culture = beifaren + religion = mahayana + size = 12500 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 6500 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 31000 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 5000 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 595000 + } +} diff --git a/HPM/history/pops/1861.4.14/Christmas-Cocos.txt b/HPM/history/pops/1861.4.14/Christmas-Cocos.txt index 01347e2f..9e2459f1 100644 --- a/HPM/history/pops/1861.4.14/Christmas-Cocos.txt +++ b/HPM/history/pops/1861.4.14/Christmas-Cocos.txt @@ -1,23 +1,23 @@ #Christmas-Cocos Region (560) #Christmas Island (60/15 POPS) 2244 = { - farmers = { - culture = malay - religion = sunni - size = 15 - } + farmers = { + culture = malay + religion = sunni + size = 15 + } } #Cocos Islands (500/125 POPS) 2406 = { - aristocrats = { - culture = british - religion = protestant - size = 5 - } + aristocrats = { + culture = british + religion = protestant + size = 5 + } - farmers = { - culture = malay - religion = sunni - size = 120 - } + farmers = { + culture = malay + religion = sunni + size = 120 + } } diff --git a/HPM/history/pops/1861.4.14/Colombia.txt b/HPM/history/pops/1861.4.14/Colombia.txt index 1d1ca7a6..31d8b063 100644 --- a/HPM/history/pops/1861.4.14/Colombia.txt +++ b/HPM/history/pops/1861.4.14/Colombia.txt @@ -1,1166 +1,1166 @@ #Cundinamarca Region (1155800) #Bogota (497800/124450 POPS) 2247 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1250 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 2000 - } - - officers = { - culture = north_andean - religion = catholic - size = 500 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 1250 - } - - artisans = { - culture = north_andean - religion = catholic - size = 14450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 10000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 80000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 800 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 125 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 4200 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 2300 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 75 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 800 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 125 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 6500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1250 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 2000 + } + + officers = { + culture = north_andean + religion = catholic + size = 500 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 1250 + } + + artisans = { + culture = north_andean + religion = catholic + size = 14450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 10000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 80000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 800 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 125 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 4200 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 2300 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 75 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 800 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 125 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 6500 + } } #Ibaque (166000/41500 POPS) 2248 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 425 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1925 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 30000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1330 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 25 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 3650 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 425 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1925 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 30000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1330 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 25 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 3650 + } } #Tunja (106000/26500 POPS) 2249 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 300 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 175 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1025 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 14000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 75 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 775 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 150 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 8000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 300 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 175 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1025 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 14000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 75 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 775 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 150 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 8000 + } } #Manizales (227000/56750 POPS) 2250 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 625 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 550 - } - - artisans = { - culture = north_andean - religion = catholic - size = 3075 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 49000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 625 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 550 + } + + artisans = { + culture = north_andean + religion = catholic + size = 3075 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 49000 + } } #Cucuta (159000/39750 POPS) 2251 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 300 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2100 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 25000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 100 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 250 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 150 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 8500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 300 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2100 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 25000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 100 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 250 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 150 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 8500 + } } #Antioquia Region (855000) #Medellin (242000/60500 POPS) 2252 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 1600 - } - - officers = { - culture = north_andean - religion = catholic - size = 400 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 400 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1950 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 30000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 400 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 9000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 6000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 300 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 150 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 5000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 1600 + } + + officers = { + culture = north_andean + religion = catholic + size = 400 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 400 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1950 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 30000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 400 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 9000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 6000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 300 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 150 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 5000 + } } #Quibdo (91000/22750 POPS) 2253 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 250 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 900 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 8000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 9300 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 250 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 900 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 8000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 9300 + } } #Cartagena de Indias (272000/68000 POPS) 2254 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 700 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 250 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2350 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 3500 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 24750 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 8250 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 50 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 250 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 50 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 2650 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 700 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 250 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2350 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 3500 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 24750 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 8250 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 50 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 250 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 50 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 2650 + } } #Barranquilla (250000/62500 POPS) 2255 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 300 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 25000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1800 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 3000 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 20000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 5000 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 50 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 10 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 1430 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 300 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 25000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1800 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 3000 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 20000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 5000 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 50 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 10 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 1430 + } } #Cauca Region (538000) #Cali (174000/43500 POPS) 2256 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 475 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 1100 - } - - officers = { - culture = north_andean - religion = catholic - size = 250 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 350 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2425 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 25000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3750 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1250 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 250 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 150 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 5000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 475 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 1100 + } + + officers = { + culture = north_andean + religion = catholic + size = 250 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 350 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2425 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 25000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3750 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1250 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 250 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 150 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 5000 + } } #Popayan (129000/32250 POPS) 2257 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 350 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1450 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 18000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 150 - } - - artisans = { - culture = quechua - religion = catholic - size = 950 - } - - soldiers = { - culture = quechua - religion = catholic - size = 150 - } - - farmers = { - culture = quechua - religion = catholic - size = 10000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 350 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1450 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 18000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 150 + } + + artisans = { + culture = quechua + religion = catholic + size = 950 + } + + soldiers = { + culture = quechua + religion = catholic + size = 150 + } + + farmers = { + culture = quechua + religion = catholic + size = 10000 + } } #Buenaventura (84000/21000 POPS) 2258 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 150 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1525 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 5000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 800 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 9000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 150 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1525 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 5000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 800 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 9000 + } } #Pasto (151000/37750 POPS) 2259 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 425 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 200 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1125 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 15000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 900 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1100 - } - - farmers = { - culture = quechua - religion = catholic - size = 18000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 425 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 200 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1125 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 15000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 900 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1100 + } + + farmers = { + culture = quechua + religion = catholic + size = 18000 + } } #Rio Negro Region (128000) #see Brazil.txt for balance of region #San Jose del Guaviare (36000/9000 POPS) 2260 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 75 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 25 - } - - farmers = { - culture = north_andean - religion = catholic - size = 2675 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 100 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 300 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 5475 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 75 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 25 + } + + farmers = { + culture = north_andean + religion = catholic + size = 2675 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 100 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 300 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 5475 + } } #Obando (20000/5000 POPS) 2261 = { - aristocrats = { - culture = amazonian - religion = animist - size = 75 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 250 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 4575 - } + aristocrats = { + culture = amazonian + religion = animist + size = 75 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 250 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 4575 + } } #Casanare (60000/15000 POPS) 2262 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 125 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 25 - } - - officers = { - culture = north_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 200 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 125 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 400 - } - - soldiers = { - culture = amazonian - religion = animist - size = 75 - } - - farmers = { - culture = amazonian - religion = animist - size = 7325 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1550 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1250 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 125 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 25 + } + + officers = { + culture = north_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 200 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 125 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 400 + } + + soldiers = { + culture = amazonian + religion = animist + size = 75 + } + + farmers = { + culture = amazonian + religion = animist + size = 7325 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1550 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1250 + } } #El Encanto (12000/3000 POPS) 2263 = { - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } diff --git a/HPM/history/pops/1861.4.14/Comoros.txt b/HPM/history/pops/1861.4.14/Comoros.txt index a8909e22..47d3d840 100644 --- a/HPM/history/pops/1861.4.14/Comoros.txt +++ b/HPM/history/pops/1861.4.14/Comoros.txt @@ -1,139 +1,139 @@ -#Comoro Islands Region (64000) +#Comoro Islands Region (64000) #uncolonized in 1836/dominated by sultan of Anjouan -#Comoro Islands (56000/14000 POPS) +#Comoro Islands (56000/14000 POPS) 2123 = { - aristocrats = { - culture = kilombero - religion = sunni - size = 150 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 50 - } - - artisans = { - culture = kilombero - religion = sunni - size = 325 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 1100 - } - - farmers = { - culture = kilombero - religion = sunni - size = 3425 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 100 - } - - clergymen = { - culture = kilombero - religion = animist - size = 50 - } - - artisans = { - culture = kilombero - religion = animist - size = 300 - } - - soldiers = { - culture = kilombero - religion = animist - size = 50 - } - - farmers = { - culture = kilombero - religion = animist - size = 5500 - } - - slaves = { - culture = kilombero - religion = animist - size = 3000 - } + aristocrats = { + culture = kilombero + religion = sunni + size = 150 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 50 + } + + artisans = { + culture = kilombero + religion = sunni + size = 325 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 1100 + } + + farmers = { + culture = kilombero + religion = sunni + size = 3425 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 100 + } + + clergymen = { + culture = kilombero + religion = animist + size = 50 + } + + artisans = { + culture = kilombero + religion = animist + size = 300 + } + + soldiers = { + culture = kilombero + religion = animist + size = 50 + } + + farmers = { + culture = kilombero + religion = animist + size = 5500 + } + + slaves = { + culture = kilombero + religion = animist + size = 3000 + } } -#Mayotte (8000/2000 POPS) +#Mayotte (8000/2000 POPS) 2124 = { - aristocrats = { - culture = kilombero - religion = sunni - size = 15 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 25 - } - - artisans = { - culture = kilombero - religion = sunni - size = 50 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 10 - } - - farmers = { - culture = kilombero - religion = sunni - size = 400 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 15 - } - - clergymen = { - culture = kilombero - religion = animist - size = 25 - } - - artisans = { - culture = kilombero - religion = animist - size = 50 - } - - soldiers = { - culture = kilombero - religion = animist - size = 10 - } - - farmers = { - culture = kilombero - religion = animist - size = 900 - } - - slaves = { - culture = kilombero - religion = animist - size = 500 - } + aristocrats = { + culture = kilombero + religion = sunni + size = 15 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 25 + } + + artisans = { + culture = kilombero + religion = sunni + size = 50 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 10 + } + + farmers = { + culture = kilombero + religion = sunni + size = 400 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 15 + } + + clergymen = { + culture = kilombero + religion = animist + size = 25 + } + + artisans = { + culture = kilombero + religion = animist + size = 50 + } + + soldiers = { + culture = kilombero + religion = animist + size = 10 + } + + farmers = { + culture = kilombero + religion = animist + size = 900 + } + + slaves = { + culture = kilombero + religion = animist + size = 500 + } } diff --git a/HPM/history/pops/1861.4.14/Congo-Zaire.txt b/HPM/history/pops/1861.4.14/Congo-Zaire.txt index f7797e80..2dbc7a50 100644 --- a/HPM/history/pops/1861.4.14/Congo-Zaire.txt +++ b/HPM/history/pops/1861.4.14/Congo-Zaire.txt @@ -2,980 +2,980 @@ ##under the rule of Kongo in 1836 #Kinshasa (1408000/352000 POPS) 1982 = { - aristocrats = { - culture = bakongo - religion = animist - size = 6175 - } - - bureaucrats = { - culture = bakongo - religion = animist - size = 700 - } - - clergymen = { - culture = bakongo - religion = animist - size = 3575 - } - - artisans = { - culture = bakongo - religion = animist - size = 10000 - } - - artisans = { - culture = bakongo - religion = animist - size = 4025 - } - - soldiers = { - culture = bakongo - religion = animist - size = 3000 - } - - soldiers = { - culture = bakongo - religion = animist - size = 575 - } - - farmers = { - culture = bakongo - religion = animist - size = 446950 - } - - slaves = { - culture = bakongo - religion = animist - size = 77000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 6175 + } + + bureaucrats = { + culture = bakongo + religion = animist + size = 700 + } + + clergymen = { + culture = bakongo + religion = animist + size = 3575 + } + + artisans = { + culture = bakongo + religion = animist + size = 10000 + } + + artisans = { + culture = bakongo + religion = animist + size = 4025 + } + + soldiers = { + culture = bakongo + religion = animist + size = 3000 + } + + soldiers = { + culture = bakongo + religion = animist + size = 575 + } + + farmers = { + culture = bakongo + religion = animist + size = 446950 + } + + slaves = { + culture = bakongo + religion = animist + size = 77000 + } } #Boma (396000/99000 POPS) 1983 = { - aristocrats = { - culture = bakongo - religion = animist - size = 640 - } - - clergymen = { - culture = bakongo - religion = animist - size = 365 - } - - artisans = { - culture = bakongo - religion = animist - size = 1375 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1100 - } - - farmers = { - culture = bakongo - religion = animist - size = 349250 - } - - slaves = { - culture = bakongo - religion = animist - size = 10000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 640 + } + + clergymen = { + culture = bakongo + religion = animist + size = 365 + } + + artisans = { + culture = bakongo + religion = animist + size = 1375 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1100 + } + + farmers = { + culture = bakongo + religion = animist + size = 349250 + } + + slaves = { + culture = bakongo + religion = animist + size = 10000 + } } #Kasai Region (5456000) #under the rule of Kuba in 1836 #Kananga (2024000/506000 POPS) 1984 = { - aristocrats = { - culture = lunda - religion = animist - size = 275 - } - - clergymen = { - culture = lunda - religion = animist - size = 180 - } - - artisans = { - culture = lunda - religion = animist - size = 730 - } - - soldiers = { - culture = lunda - religion = animist - size = 550 - } - - farmers = { - culture = lunda - religion = animist - size = 8875 - } - - aristocrats = { - culture = kuba - religion = animist - size = 2290 - } - - clergymen = { - culture = kuba - religion = animist - size = 1465 - } - - artisans = { - culture = kuba - religion = animist - size = 6050 - } - - soldiers = { - culture = kuba - religion = animist - size = 3000 - } - - soldiers = { - culture = kuba - religion = animist - size = 1675 - } - - farmers = { - culture = kuba - religion = animist - size = 132660 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 40300 - } + aristocrats = { + culture = lunda + religion = animist + size = 275 + } + + clergymen = { + culture = lunda + religion = animist + size = 180 + } + + artisans = { + culture = lunda + religion = animist + size = 730 + } + + soldiers = { + culture = lunda + religion = animist + size = 550 + } + + farmers = { + culture = lunda + religion = animist + size = 8875 + } + + aristocrats = { + culture = kuba + religion = animist + size = 2290 + } + + clergymen = { + culture = kuba + religion = animist + size = 1465 + } + + artisans = { + culture = kuba + religion = animist + size = 6050 + } + + soldiers = { + culture = kuba + religion = animist + size = 3000 + } + + soldiers = { + culture = kuba + religion = animist + size = 1675 + } + + farmers = { + culture = kuba + religion = animist + size = 132660 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 40300 + } } #Kumbana (1364000/341000 POPS) 1985 = { - aristocrats = { - culture = lunda - religion = animist - size = 1100 - } - - clergymen = { - culture = lunda - religion = animist - size = 550 - } - - artisans = { - culture = lunda - religion = animist - size = 2380 - } - - soldiers = { - culture = lunda - religion = animist - size = 1925 - } - - farmers = { - culture = lunda - religion = animist - size = 86660 - } - - aristocrats = { - culture = chokwe - religion = animist - size = 1100 - } - - clergymen = { - culture = chokwe - religion = animist - size = 550 - } - - artisans = { - culture = chokwe - religion = animist - size = 2750 - } - - soldiers = { - culture = chokwe - religion = animist - size = 1650 - } - - farmers = { - culture = chokwe - religion = animist - size = 100140 - } - - slaves = { - culture = kavango - religion = animist - size = 17300 - } + aristocrats = { + culture = lunda + religion = animist + size = 1100 + } + + clergymen = { + culture = lunda + religion = animist + size = 550 + } + + artisans = { + culture = lunda + religion = animist + size = 2380 + } + + soldiers = { + culture = lunda + religion = animist + size = 1925 + } + + farmers = { + culture = lunda + religion = animist + size = 86660 + } + + aristocrats = { + culture = chokwe + religion = animist + size = 1100 + } + + clergymen = { + culture = chokwe + religion = animist + size = 550 + } + + artisans = { + culture = chokwe + religion = animist + size = 2750 + } + + soldiers = { + culture = chokwe + religion = animist + size = 1650 + } + + farmers = { + culture = chokwe + religion = animist + size = 100140 + } + + slaves = { + culture = kavango + religion = animist + size = 17300 + } } #under the rule of Luba in 1836 #Lusambo (2068000/517000 POPS) 1986 = { - aristocrats = { - culture = luba - religion = animist - size = 1100 - } - - clergymen = { - culture = luba - religion = animist - size = 550 - } - - artisans = { - culture = luba - religion = animist - size = 2380 - } - - soldiers = { - culture = luba - religion = animist - size = 1925 - } - - farmers = { - culture = luba - religion = animist - size = 31990 - } - - aristocrats = { - culture = kuba - religion = animist - size = 2200 - } - - clergymen = { - culture = kuba - religion = animist - size = 1100 - } - - artisans = { - culture = kuba - religion = animist - size = 5680 - } - - soldiers = { - culture = kuba - religion = animist - size = 1575 - } - - farmers = { - culture = kuba - religion = animist - size = 103490 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 22000 - } + aristocrats = { + culture = luba + religion = animist + size = 1100 + } + + clergymen = { + culture = luba + religion = animist + size = 550 + } + + artisans = { + culture = luba + religion = animist + size = 2380 + } + + soldiers = { + culture = luba + religion = animist + size = 1925 + } + + farmers = { + culture = luba + religion = animist + size = 31990 + } + + aristocrats = { + culture = kuba + religion = animist + size = 2200 + } + + clergymen = { + culture = kuba + religion = animist + size = 1100 + } + + artisans = { + culture = kuba + religion = animist + size = 5680 + } + + soldiers = { + culture = kuba + religion = animist + size = 1575 + } + + farmers = { + culture = kuba + religion = animist + size = 103490 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 22000 + } } #Katanga Region (9156400) #under the rule of Kazembe in 1836 #Bunkeya (4888400/1222100 POPS) 1987 = { - aristocrats = { - culture = lunda - religion = animist - size = 7150 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 75 - } - - officers = { - culture = lunda - religion = animist - size = 290 - } - - clergymen = { - culture = lunda - religion = animist - size = 3575 - } - - artisans = { - culture = lunda - religion = animist - size = 10000 - } - - artisans = { - culture = lunda - religion = animist - size = 4390 - } - - soldiers = { - culture = lunda - religion = animist - size = 3000 - } - - soldiers = { - culture = lunda - religion = animist - size = 1030 - } - - farmers = { - culture = lunda - religion = animist - size = 307180 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 920 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 460 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 2380 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 1375 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 83450 - } - - slaves = { - culture = chokwe - religion = animist - size = 33000 - } + aristocrats = { + culture = lunda + religion = animist + size = 7150 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 75 + } + + officers = { + culture = lunda + religion = animist + size = 290 + } + + clergymen = { + culture = lunda + religion = animist + size = 3575 + } + + artisans = { + culture = lunda + religion = animist + size = 10000 + } + + artisans = { + culture = lunda + religion = animist + size = 4390 + } + + soldiers = { + culture = lunda + religion = animist + size = 3000 + } + + soldiers = { + culture = lunda + religion = animist + size = 1030 + } + + farmers = { + culture = lunda + religion = animist + size = 307180 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 920 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 460 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 2380 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 1375 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 83450 + } + + slaves = { + culture = chokwe + religion = animist + size = 33000 + } } #under the rule of Luba in 1836 #Mussumba (1188000/297000 POPS) 1988 = { - aristocrats = { - culture = lunda - religion = animist - size = 1100 - } - - clergymen = { - culture = lunda - religion = animist - size = 640 - } - - artisans = { - culture = lunda - religion = animist - size = 2475 - } - - soldiers = { - culture = lunda - religion = animist - size = 1925 - } - - farmers = { - culture = lunda - religion = animist - size = 65475 - } - - aristocrats = { - culture = luba - religion = animist - size = 640 - } - - clergymen = { - culture = luba - religion = animist - size = 370 - } - - artisans = { - culture = luba - religion = animist - size = 1830 - } - - soldiers = { - culture = luba - religion = animist - size = 1100 - } - - farmers = { - culture = luba - religion = animist - size = 83460 - } - - slaves = { - culture = chokwe - religion = animist - size = 42000 - } + aristocrats = { + culture = lunda + religion = animist + size = 1100 + } + + clergymen = { + culture = lunda + religion = animist + size = 640 + } + + artisans = { + culture = lunda + religion = animist + size = 2475 + } + + soldiers = { + culture = lunda + religion = animist + size = 1925 + } + + farmers = { + culture = lunda + religion = animist + size = 65475 + } + + aristocrats = { + culture = luba + religion = animist + size = 640 + } + + clergymen = { + culture = luba + religion = animist + size = 370 + } + + artisans = { + culture = luba + religion = animist + size = 1830 + } + + soldiers = { + culture = luba + religion = animist + size = 1100 + } + + farmers = { + culture = luba + religion = animist + size = 83460 + } + + slaves = { + culture = chokwe + religion = animist + size = 42000 + } } #under the rule of Luba in 1836 #Munza (3080000/770000 POPS) 1989 = { - aristocrats = { - culture = luba - religion = animist - size = 4030 - } - - clergymen = { - culture = luba - religion = animist - size = 1830 - } - - artisans = { - culture = luba - religion = animist - size = 7520 - } - - soldiers = { - culture = luba - religion = animist - size = 2775 - } - - farmers = { - culture = luba - religion = animist - size = 144390 - } - - aristocrats = { - culture = kingwana - religion = sunni - size = 1280 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 730 - } - - artisans = { - culture = kingwana - religion = sunni - size = 3480 - } - - soldiers = { - culture = kingwana - religion = animist - size = 2200 - } - - farmers = { - culture = kingwana - religion = animist - size = 43070 - } - - slaves = { - culture = kingwana - religion = animist - size = 47670 - } + aristocrats = { + culture = luba + religion = animist + size = 4030 + } + + clergymen = { + culture = luba + religion = animist + size = 1830 + } + + artisans = { + culture = luba + religion = animist + size = 7520 + } + + soldiers = { + culture = luba + religion = animist + size = 2775 + } + + farmers = { + culture = luba + religion = animist + size = 144390 + } + + aristocrats = { + culture = kingwana + religion = sunni + size = 1280 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 730 + } + + artisans = { + culture = kingwana + religion = sunni + size = 3480 + } + + soldiers = { + culture = kingwana + religion = animist + size = 2200 + } + + farmers = { + culture = kingwana + religion = animist + size = 43070 + } + + slaves = { + culture = kingwana + religion = animist + size = 47670 + } } #Maniema Region (3304400) #under the rule of Luba in 1836 #Nyangwe (1144000/286000 POPS) 1990 = { - aristocrats = { - culture = luba - religion = animist - size = 825 - } - - clergymen = { - culture = luba - religion = animist - size = 460 - } - - artisans = { - culture = luba - religion = animist - size = 1925 - } - - soldiers = { - culture = luba - religion = animist - size = 1375 - } - - farmers = { - culture = luba - religion = animist - size = 49330 - } - - aristocrats = { - culture = kingwana - religion = sunni - size = 920 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 460 - } - - artisans = { - culture = kingwana - religion = sunni - size = 2380 - } - - soldiers = { - culture = kingwana - religion = animist - size = 1375 - } - - farmers = { - culture = kingwana - religion = animist - size = 83450 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 64670 - } + aristocrats = { + culture = luba + religion = animist + size = 825 + } + + clergymen = { + culture = luba + religion = animist + size = 460 + } + + artisans = { + culture = luba + religion = animist + size = 1925 + } + + soldiers = { + culture = luba + religion = animist + size = 1375 + } + + farmers = { + culture = luba + religion = animist + size = 49330 + } + + aristocrats = { + culture = kingwana + religion = sunni + size = 920 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 460 + } + + artisans = { + culture = kingwana + religion = sunni + size = 2380 + } + + soldiers = { + culture = kingwana + religion = animist + size = 1375 + } + + farmers = { + culture = kingwana + religion = animist + size = 83450 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 64670 + } } #Uvira (836000/209000 POPS) 1991 = { - aristocrats = { - culture = kingwana - religion = sunni - size = 1375 - } - - clergymen = { - culture = kingwana - religion = sunni - size = 730 - } - - artisans = { - culture = kingwana - religion = sunni - size = 2840 - } - - soldiers = { - culture = kingwana - religion = sunni - size = 2200 - } - - farmers = { - culture = kingwana - religion = sunni - size = 449320 - } - - farmers = { - culture = ruanda - religion = animist - size = 89320 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 14670 - } + aristocrats = { + culture = kingwana + religion = sunni + size = 1375 + } + + clergymen = { + culture = kingwana + religion = sunni + size = 730 + } + + artisans = { + culture = kingwana + religion = sunni + size = 2840 + } + + soldiers = { + culture = kingwana + religion = sunni + size = 2200 + } + + farmers = { + culture = kingwana + religion = sunni + size = 449320 + } + + farmers = { + culture = ruanda + religion = animist + size = 89320 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 14670 + } } #Basoko (1324400/331100 POPS) 1992 = { - aristocrats = { - culture = mongo - religion = animist - size = 2110 - } - - clergymen = { - culture = mongo - religion = animist - size = 1100 - } - - artisans = { - culture = mongo - religion = animist - size = 4400 - } - - soldiers = { - culture = mongo - religion = animist - size = 1100 - } - - farmers = { - culture = mongo - religion = animist - size = 145990 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 25670 - } + aristocrats = { + culture = mongo + religion = animist + size = 2110 + } + + clergymen = { + culture = mongo + religion = animist + size = 1100 + } + + artisans = { + culture = mongo + religion = animist + size = 4400 + } + + soldiers = { + culture = mongo + religion = animist + size = 1100 + } + + farmers = { + culture = mongo + religion = animist + size = 145990 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 25670 + } } #Equateur Region (2552000) #uncolonized in 1836 #Irebu (660000/165000 POPS) 1993 = { - aristocrats = { - culture = mongo - religion = animist - size = 1100 - } - - clergymen = { - culture = mongo - religion = animist - size = 550 - } - - artisans = { - culture = mongo - religion = animist - size = 2200 - } - - soldiers = { - culture = mongo - religion = animist - size = 1650 - } - - farmers = { - culture = mongo - religion = animist - size = 169690 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 10000 - } + aristocrats = { + culture = mongo + religion = animist + size = 1100 + } + + clergymen = { + culture = mongo + religion = animist + size = 550 + } + + artisans = { + culture = mongo + religion = animist + size = 2200 + } + + soldiers = { + culture = mongo + religion = animist + size = 1650 + } + + farmers = { + culture = mongo + religion = animist + size = 169690 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 10000 + } } #Nsheng (660000/165000 POPS) 1994 = { - aristocrats = { - culture = kuba - religion = animist - size = 1100 - } - - clergymen = { - culture = kuba - religion = animist - size = 550 - } - - artisans = { - culture = kuba - religion = animist - size = 2200 - } - - soldiers = { - culture = kuba - religion = animist - size = 1650 - } - - farmers = { - culture = kuba - religion = animist - size = 169690 - } - - farmers = { - culture = mongo - religion = animist - size = 60000 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 10000 - } + aristocrats = { + culture = kuba + religion = animist + size = 1100 + } + + clergymen = { + culture = kuba + religion = animist + size = 550 + } + + artisans = { + culture = kuba + religion = animist + size = 2200 + } + + soldiers = { + culture = kuba + religion = animist + size = 1650 + } + + farmers = { + culture = kuba + religion = animist + size = 169690 + } + + farmers = { + culture = mongo + religion = animist + size = 60000 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 10000 + } } #Gemena (1232000/308000 POPS) 1995 = { - aristocrats = { - culture = mongo - religion = animist - size = 2000 - } - - clergymen = { - culture = mongo - religion = animist - size = 1100 - } - - artisans = { - culture = mongo - religion = animist - size = 4125 - } - - soldiers = { - culture = mongo - religion = animist - size = 1100 - } - - farmers = { - culture = mongo - religion = animist - size = 149750 - } - - slaves = { - culture = ubangian - religion = animist - size = 14670 - } + aristocrats = { + culture = mongo + religion = animist + size = 2000 + } + + clergymen = { + culture = mongo + religion = animist + size = 1100 + } + + artisans = { + culture = mongo + religion = animist + size = 4125 + } + + soldiers = { + culture = mongo + religion = animist + size = 1100 + } + + farmers = { + culture = mongo + religion = animist + size = 149750 + } + + slaves = { + culture = ubangian + religion = animist + size = 14670 + } } #Ituri-Uele Region (3740000) #uncolonized in 1836/dominated by Luba #Kisangani (1716000/429000 POPS) 1996 = { - aristocrats = { - culture = lendu - religion = animist - size = 2840 - } - - clergymen = { - culture = lendu - religion = animist - size = 1470 - } - - artisans = { - culture = lendu - religion = animist - size = 5775 - } - - soldiers = { - culture = lendu - religion = animist - size = 1470 - } - - farmers = { - culture = lendu - religion = animist - size = 132120 - } - - slaves = { - culture = kingwana - religion = animist - size = 49330 - } + aristocrats = { + culture = lendu + religion = animist + size = 2840 + } + + clergymen = { + culture = lendu + religion = animist + size = 1470 + } + + artisans = { + culture = lendu + religion = animist + size = 5775 + } + + soldiers = { + culture = lendu + religion = animist + size = 1470 + } + + farmers = { + culture = lendu + religion = animist + size = 132120 + } + + slaves = { + culture = kingwana + religion = animist + size = 49330 + } } #uncolonized in 1836/under the domination of the Azande #Mungbane (836000/209000 POPS) 1997 = { - aristocrats = { - culture = azande - religion = animist - size = 640 - } - - clergymen = { - culture = azande - religion = animist - size = 370 - } - - artisans = { - culture = azande - religion = animist - size = 1375 - } - - soldiers = { - culture = azande - religion = animist - size = 1100 - } - - farmers = { - culture = azande - religion = animist - size = 32920 - } - - aristocrats = { - culture = lendu - religion = animist - size = 640 - } - - clergymen = { - culture = lendu - religion = animist - size = 370 - } - - artisans = { - culture = lendu - religion = animist - size = 1830 - } - - soldiers = { - culture = lendu - religion = animist - size = 1100 - } - - farmers = { - culture = lendu - religion = animist - size = 193460 - } - - farmers = { - culture = luo - religion = animist - size = 35345 - } - - farmers = { - culture = ruanda - religion = animist - size = 27435 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 7330 - } + aristocrats = { + culture = azande + religion = animist + size = 640 + } + + clergymen = { + culture = azande + religion = animist + size = 370 + } + + artisans = { + culture = azande + religion = animist + size = 1375 + } + + soldiers = { + culture = azande + religion = animist + size = 1100 + } + + farmers = { + culture = azande + religion = animist + size = 32920 + } + + aristocrats = { + culture = lendu + religion = animist + size = 640 + } + + clergymen = { + culture = lendu + religion = animist + size = 370 + } + + artisans = { + culture = lendu + religion = animist + size = 1830 + } + + soldiers = { + culture = lendu + religion = animist + size = 1100 + } + + farmers = { + culture = lendu + religion = animist + size = 193460 + } + + farmers = { + culture = luo + religion = animist + size = 35345 + } + + farmers = { + culture = ruanda + religion = animist + size = 27435 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 7330 + } } #Baramo (1188000/297000 POPS) 1998 = { - aristocrats = { - culture = azande - religion = animist - size = 1925 - } - - clergymen = { - culture = azande - religion = animist - size = 1100 - } - - artisans = { - culture = azande - religion = animist - size = 4950 - } - - soldiers = { - culture = azande - religion = animist - size = 3000 - } - - soldiers = { - culture = azande - religion = animist - size = 100 - } - - farmers = { - culture = azande - religion = animist - size = 180110 - } - - farmers = { - culture = luo - religion = animist - size = 10000 - } + aristocrats = { + culture = azande + religion = animist + size = 1925 + } + + clergymen = { + culture = azande + religion = animist + size = 1100 + } + + artisans = { + culture = azande + religion = animist + size = 4950 + } + + soldiers = { + culture = azande + religion = animist + size = 3000 + } + + soldiers = { + culture = azande + religion = animist + size = 100 + } + + farmers = { + culture = azande + religion = animist + size = 180110 + } + + farmers = { + culture = luo + religion = animist + size = 10000 + } } diff --git a/HPM/history/pops/1861.4.14/Congo.txt b/HPM/history/pops/1861.4.14/Congo.txt index 7e615d8c..0e2f8444 100644 --- a/HPM/history/pops/1861.4.14/Congo.txt +++ b/HPM/history/pops/1861.4.14/Congo.txt @@ -2,192 +2,192 @@ #under the rule of Loango in 1836 #Nkuna (400000/100000 POPS) 1977 = { - aristocrats = { - culture = bakongo - religion = animist - size = 1750 - } - - clergymen = { - culture = bakongo - religion = animist - size = 1100 - } - - artisans = { - culture = bakongo - religion = animist - size = 4000 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1000 - } - - farmers = { - culture = bakongo - religion = animist - size = 72250 - } - - slaves = { - culture = bakongo - religion = animist - size = 20000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 1750 + } + + clergymen = { + culture = bakongo + religion = animist + size = 1100 + } + + artisans = { + culture = bakongo + religion = animist + size = 4000 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1000 + } + + farmers = { + culture = bakongo + religion = animist + size = 72250 + } + + slaves = { + culture = bakongo + religion = animist + size = 20000 + } } #Madingou (160000/40000 POPS) 1978 = { - aristocrats = { - culture = bakongo - religion = animist - size = 750 - } - - clergymen = { - culture = bakongo - religion = animist - size = 500 - } - - artisans = { - culture = bakongo - religion = animist - size = 1750 - } - - soldiers = { - culture = bakongo - religion = animist - size = 500 - } - - farmers = { - culture = bakongo - religion = animist - size = 26500 - } - - slaves = { - culture = bakongo - religion = animist - size = 10000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 750 + } + + clergymen = { + culture = bakongo + religion = animist + size = 500 + } + + artisans = { + culture = bakongo + religion = animist + size = 1750 + } + + soldiers = { + culture = bakongo + religion = animist + size = 500 + } + + farmers = { + culture = bakongo + religion = animist + size = 26500 + } + + slaves = { + culture = bakongo + religion = animist + size = 10000 + } } #Loango (320000/80000 POPS) 2624 = { - aristocrats = { - culture = bakongo - religion = animist - size = 1500 - } - - bureaucrats = { - culture = bakongo - religion = animist - size = 400 - } - - clergymen = { - culture = bakongo - religion = animist - size = 750 - } - - artisans = { - culture = bakongo - religion = animist - size = 3250 - } - - soldiers = { - culture = bakongo - religion = animist - size = 1000 - } - - farmers = { - culture = bakongo - religion = animist - size = 53500 - } - - slaves = { - culture = bakongo - religion = animist - size = 20000 - } + aristocrats = { + culture = bakongo + religion = animist + size = 1500 + } + + bureaucrats = { + culture = bakongo + religion = animist + size = 400 + } + + clergymen = { + culture = bakongo + religion = animist + size = 750 + } + + artisans = { + culture = bakongo + religion = animist + size = 3250 + } + + soldiers = { + culture = bakongo + religion = animist + size = 1000 + } + + farmers = { + culture = bakongo + religion = animist + size = 53500 + } + + slaves = { + culture = bakongo + religion = animist + size = 20000 + } } -#uncolonized in 1836 +#uncolonized in 1836 #Djambala (28000/7000 POPS) 1980 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 125 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 75 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 350 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 75 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 6375 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 125 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 75 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 350 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 75 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 6375 + } } #Impfondo (32000/8000 POPS) 1981 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 400 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 7300 - } - - slaves = { - culture = ubangian - religion = animist - size = 500 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 400 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 7300 + } + + slaves = { + culture = ubangian + religion = animist + size = 500 + } } diff --git a/HPM/history/pops/1861.4.14/Costa Rica.txt b/HPM/history/pops/1861.4.14/Costa Rica.txt index ac3dfcf5..32eefd5c 100644 --- a/HPM/history/pops/1861.4.14/Costa Rica.txt +++ b/HPM/history/pops/1861.4.14/Costa Rica.txt @@ -1,109 +1,109 @@ #Costa Rica Region (125200) #San Jose (77600/19400 POPS) 2201 = { - aristocrats = { - culture = central_american - religion = catholic - size = 300 - } + aristocrats = { + culture = central_american + religion = catholic + size = 300 + } - bureaucrats = { - culture = central_american - religion = catholic - size = 250 - } + bureaucrats = { + culture = central_american + religion = catholic + size = 250 + } - officers = { - culture = central_american - religion = catholic - size = 50 - } + officers = { + culture = central_american + religion = catholic + size = 50 + } - clergymen = { - culture = central_american - religion = catholic - size = 200 - } + clergymen = { + culture = central_american + religion = catholic + size = 200 + } - artisans = { - culture = central_american - religion = catholic - size = 1100 - } + artisans = { + culture = central_american + religion = catholic + size = 1100 + } - soldiers = { - culture = central_american - religion = catholic - size = 9600 - } + soldiers = { + culture = central_american + religion = catholic + size = 9600 + } - farmers = { - culture = central_american - religion = catholic - size = 10000 - } + farmers = { + culture = central_american + religion = catholic + size = 10000 + } } #Liberia (29600/7400 POPS) 2202 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } - clergymen = { - culture = central_american - religion = catholic - size = 75 - } + clergymen = { + culture = central_american + religion = catholic + size = 75 + } - artisans = { - culture = central_american - religion = catholic - size = 325 - } + artisans = { + culture = central_american + religion = catholic + size = 325 + } - soldiers = { - culture = central_american - religion = catholic - size = 350 - } + soldiers = { + culture = central_american + religion = catholic + size = 350 + } - farmers = { - culture = central_american - religion = catholic - size = 6500 - } + farmers = { + culture = central_american + religion = catholic + size = 6500 + } } #Limon (18000/4500 POPS) 2203 = { - aristocrats = { - culture = central_american - religion = catholic - size = 75 - } + aristocrats = { + culture = central_american + religion = catholic + size = 75 + } - clergymen = { - culture = central_american - religion = catholic - size = 75 - } + clergymen = { + culture = central_american + religion = catholic + size = 75 + } - artisans = { - culture = central_american - religion = catholic - size = 200 - } + artisans = { + culture = central_american + religion = catholic + size = 200 + } - soldiers = { - culture = central_american - religion = catholic - size = 250 - } + soldiers = { + culture = central_american + religion = catholic + size = 250 + } - farmers = { - culture = central_american - religion = catholic - size = 3900 - } + farmers = { + culture = central_american + religion = catholic + size = 3900 + } } diff --git a/HPM/history/pops/1861.4.14/Croatia.txt b/HPM/history/pops/1861.4.14/Croatia.txt index 26570067..44acfdad 100644 --- a/HPM/history/pops/1861.4.14/Croatia.txt +++ b/HPM/history/pops/1861.4.14/Croatia.txt @@ -2,1004 +2,1004 @@ #under the rule of Austria in 1836 #Pola (188000/47000 POPS) #now part of Croatia 770 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 772.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 206.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1493.5 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 231.75 - } - - farmers = { - culture = north_italian - religion = catholic - size = 21501.25 - } - - clergymen = { - culture = croat - religion = catholic - size = 231.75 - } - - artisans = { - culture = croat - religion = catholic - size = 927.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 257.5 - } - - farmers = { - culture = croat - religion = catholic - size = 24333.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 772.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 206.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1493.5 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 231.75 + } + + farmers = { + culture = north_italian + religion = catholic + size = 21501.25 + } + + clergymen = { + culture = croat + religion = catholic + size = 231.75 + } + + artisans = { + culture = croat + religion = catholic + size = 927.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 257.5 + } + + farmers = { + culture = croat + religion = catholic + size = 24333.75 + } } #Croatia Region (870000) #under the rule of Austria in 1836 #Zagreb (224000/56000 POPS) 771 = { - aristocrats = { - culture = croat - religion = catholic - size = 463.5 - } - - bureaucrats = { - culture = croat - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 515.0 - } - - officers = { - culture = croat - religion = catholic - size = 103.0 - } - - clergymen = { - culture = croat - religion = catholic - size = 463.5 - } - - artisans = { - culture = croat - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 1030.0 - } - - farmers = { - culture = croat - religion = catholic - size = 40427.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 721.0 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 103.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 721.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 51.5 - } - - farmers = { - culture = hungarian - religion = catholic - size = 3347.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 51.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 77.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 309.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 77.25 - } - - farmers = { - culture = south_german - religion = catholic - size = 6695.0 - } + aristocrats = { + culture = croat + religion = catholic + size = 463.5 + } + + bureaucrats = { + culture = croat + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 515.0 + } + + officers = { + culture = croat + religion = catholic + size = 103.0 + } + + clergymen = { + culture = croat + religion = catholic + size = 463.5 + } + + artisans = { + culture = croat + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 1030.0 + } + + farmers = { + culture = croat + religion = catholic + size = 40427.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 721.0 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 103.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 721.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 51.5 + } + + farmers = { + culture = hungarian + religion = catholic + size = 3347.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 51.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 77.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 309.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 77.25 + } + + farmers = { + culture = south_german + religion = catholic + size = 6695.0 + } } #Sisak (116000/29000 POPS) 772 = { - aristocrats = { - culture = croat - religion = catholic - size = 360.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 180.25 - } - - artisans = { - culture = croat - religion = catholic - size = 927.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 180.25 - } - - farmers = { - culture = croat - religion = catholic - size = 16892.0 - } - - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 566.5 - } - - soldiers = { - culture = serb - religion = orthodox - size = 128.75 - } - - farmers = { - culture = serb - religion = orthodox - size = 10531.75 - } + aristocrats = { + culture = croat + religion = catholic + size = 360.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 180.25 + } + + artisans = { + culture = croat + religion = catholic + size = 927.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 180.25 + } + + farmers = { + culture = croat + religion = catholic + size = 16892.0 + } + + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 566.5 + } + + soldiers = { + culture = serb + religion = orthodox + size = 128.75 + } + + farmers = { + culture = serb + religion = orthodox + size = 10531.75 + } } #Karlovac (184000/46000 POPS) 773 = { - aristocrats = { - culture = croat - religion = catholic - size = 566.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 360.5 - } - - artisans = { - culture = croat - religion = catholic - size = 1751.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 1030.0 - } - - farmers = { - culture = croat - religion = catholic - size = 31312.0 - } - - clergymen = { - culture = serb - religion = orthodox - size = 128.75 - } - - artisans = { - culture = serb - religion = orthodox - size = 618.0 - } - - soldiers = { - culture = serb - religion = orthodox - size = 154.5 - } - - farmers = { - culture = serb - religion = orthodox - size = 11458.75 - } + aristocrats = { + culture = croat + religion = catholic + size = 566.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 360.5 + } + + artisans = { + culture = croat + religion = catholic + size = 1751.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 1030.0 + } + + farmers = { + culture = croat + religion = catholic + size = 31312.0 + } + + clergymen = { + culture = serb + religion = orthodox + size = 128.75 + } + + artisans = { + culture = serb + religion = orthodox + size = 618.0 + } + + soldiers = { + culture = serb + religion = orthodox + size = 154.5 + } + + farmers = { + culture = serb + religion = orthodox + size = 11458.75 + } } #Senj (96000/24000 POPS) 774 = { - aristocrats = { - culture = croat - religion = catholic - size = 283.25 - } - - clergymen = { - culture = croat - religion = catholic - size = 128.75 - } - - artisans = { - culture = croat - religion = catholic - size = 669.5 - } - - soldiers = { - culture = croat - religion = catholic - size = 128.75 - } - - farmers = { - culture = croat - religion = catholic - size = 11870.75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 566.5 - } - - soldiers = { - culture = serb - religion = orthodox - size = 128.75 - } - - farmers = { - culture = serb - religion = orthodox - size = 10531.75 - } + aristocrats = { + culture = croat + religion = catholic + size = 283.25 + } + + clergymen = { + culture = croat + religion = catholic + size = 128.75 + } + + artisans = { + culture = croat + religion = catholic + size = 669.5 + } + + soldiers = { + culture = croat + religion = catholic + size = 128.75 + } + + farmers = { + culture = croat + religion = catholic + size = 11870.75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 566.5 + } + + soldiers = { + culture = serb + religion = orthodox + size = 128.75 + } + + farmers = { + culture = serb + religion = orthodox + size = 10531.75 + } } #Varadzin (68000/17000 POPS) 775 = { - aristocrats = { - culture = croat - religion = catholic - size = 206.0 - } - - clergymen = { - culture = croat - religion = catholic - size = 180.25 - } - - artisans = { - culture = croat - religion = catholic - size = 875.5 - } - - soldiers = { - culture = croat - religion = catholic - size = 180.25 - } - - farmers = { - culture = croat - religion = catholic - size = 16068.0 - } + aristocrats = { + culture = croat + religion = catholic + size = 206.0 + } + + clergymen = { + culture = croat + religion = catholic + size = 180.25 + } + + artisans = { + culture = croat + religion = catholic + size = 875.5 + } + + soldiers = { + culture = croat + religion = catholic + size = 180.25 + } + + farmers = { + culture = croat + religion = catholic + size = 16068.0 + } } #Bjelovar (52000/13000 POPS) 776 = { - clergymen = { - culture = croat - religion = catholic - size = 51.5 - } - - artisans = { - culture = croat - religion = catholic - size = 154.5 - } - - soldiers = { - culture = croat - religion = catholic - size = 25.75 - } - - farmers = { - culture = croat - religion = catholic - size = 2755.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 51.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = serb - religion = orthodox - size = 77.25 - } - - farmers = { - culture = serb - religion = orthodox - size = 4763.75 - } - - clergymen = { - culture = czech - religion = catholic - size = 51.5 - } - - artisans = { - culture = czech - religion = catholic - size = 257.5 - } - - soldiers = { - culture = czech - religion = catholic - size = 51.5 - } - - farmers = { - culture = czech - religion = catholic - size = 4789.5 - } + clergymen = { + culture = croat + religion = catholic + size = 51.5 + } + + artisans = { + culture = croat + religion = catholic + size = 154.5 + } + + soldiers = { + culture = croat + religion = catholic + size = 25.75 + } + + farmers = { + culture = croat + religion = catholic + size = 2755.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 51.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = serb + religion = orthodox + size = 77.25 + } + + farmers = { + culture = serb + religion = orthodox + size = 4763.75 + } + + clergymen = { + culture = czech + religion = catholic + size = 51.5 + } + + artisans = { + culture = czech + religion = catholic + size = 257.5 + } + + soldiers = { + culture = czech + religion = catholic + size = 51.5 + } + + farmers = { + culture = czech + religion = catholic + size = 4789.5 + } } #Pozega (80000/20000 POPS) 777 = { - aristocrats = { - culture = croat - religion = catholic - size = 231.75 - } - - clergymen = { - culture = croat - religion = catholic - size = 206.0 - } - - artisans = { - culture = croat - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 206.0 - } - - farmers = { - culture = croat - religion = catholic - size = 18926.25 - } + aristocrats = { + culture = croat + religion = catholic + size = 231.75 + } + + clergymen = { + culture = croat + religion = catholic + size = 206.0 + } + + artisans = { + culture = croat + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 206.0 + } + + farmers = { + culture = croat + religion = catholic + size = 18926.25 + } } #Fiume (52000/13000 POPS) 778 = { - clergymen = { - culture = croat - religion = catholic - size = 51.5 - } - - artisans = { - culture = croat - religion = catholic - size = 1236.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 51.5 - } - - farmers = { - culture = croat - religion = catholic - size = 4841.0 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 51.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1339.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 77.25 - } - - farmers = { - culture = north_italian - religion = catholic - size = 4557.75 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 25.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 257.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 25.75 - } - - farmers = { - culture = hungarian - religion = catholic - size = 721.0 - } + clergymen = { + culture = croat + religion = catholic + size = 51.5 + } + + artisans = { + culture = croat + religion = catholic + size = 1236.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 51.5 + } + + farmers = { + culture = croat + religion = catholic + size = 4841.0 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 51.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1339.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 77.25 + } + + farmers = { + culture = north_italian + religion = catholic + size = 4557.75 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 25.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 257.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 25.75 + } + + farmers = { + culture = hungarian + religion = catholic + size = 721.0 + } } #Baranya Region (180000) #see Hungary.txt for balance of Region #under the rule of Austria in 1836 #Osijek (180000/45000 POPS) 779 = { - clergymen = { - culture = croat - religion = catholic - size = 257.5 - } - - artisans = { - culture = croat - religion = catholic - size = 1339.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 283.25 - } - - farmers = { - culture = croat - religion = catholic - size = 24900.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 51.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = serb - religion = orthodox - size = 103.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 6695.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 566.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 309.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size = 77.25 - } - - farmers = { - culture = hungarian - religion = catholic - size = 5175.75 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 360.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 360.5 - } - - soldiers = { - culture = south_german - religion = catholic - size = 51.5 - } - - farmers = { - culture = south_german - religion = catholic - size = 5459.0 - } + clergymen = { + culture = croat + religion = catholic + size = 257.5 + } + + artisans = { + culture = croat + religion = catholic + size = 1339.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 283.25 + } + + farmers = { + culture = croat + religion = catholic + size = 24900.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 51.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = serb + religion = orthodox + size = 103.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 6695.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 566.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 309.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size = 77.25 + } + + farmers = { + culture = hungarian + religion = catholic + size = 5175.75 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 360.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 360.5 + } + + soldiers = { + culture = south_german + religion = catholic + size = 51.5 + } + + farmers = { + culture = south_german + religion = catholic + size = 5459.0 + } } #Dalmatia Region (320000) #see Montenegro.txt for balance of region #under the rule of Austria in 1836 #Split (140000/35000 POPS) 780 = { - aristocrats = { - culture = croat - religion = catholic - size = 412.0 - } - - clergymen = { - culture = croat - religion = catholic - size = 360.5 - } - - artisans = { - culture = croat - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 360.5 - } - - farmers = { - culture = croat - religion = catholic - size = 35380.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 25.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 515.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 25.75 - } - - farmers = { - culture = north_italian - religion = catholic - size = 463.5 - } + aristocrats = { + culture = croat + religion = catholic + size = 412.0 + } + + clergymen = { + culture = croat + religion = catholic + size = 360.5 + } + + artisans = { + culture = croat + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 360.5 + } + + farmers = { + culture = croat + religion = catholic + size = 35380.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 25.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 515.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 25.75 + } + + farmers = { + culture = north_italian + religion = catholic + size = 463.5 + } } #Zadar (128000/32000 POPS) 781 = { - aristocrats = { - culture = croat - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = croat - religion = catholic - size = 103.0 - } - - officers = { - culture = croat - religion = catholic - size = 77.25 - } - - clergymen = { - culture = croat - religion = catholic - size = 231.75 - } - - artisans = { - culture = croat - religion = catholic - size = 618.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 231.75 - } - - farmers = { - culture = croat - religion = catholic - size = 21140.75 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 77.25 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 77.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 721.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 25.75 - } - - farmers = { - culture = north_italian - religion = catholic - size = 2188.75 - } - - clergymen = { - culture = serb - religion = orthodox - size = 77.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 309.0 - } - - soldiers = { - culture = serb - religion = orthodox - size = 77.25 - } - - farmers = { - culture = serb - religion = orthodox - size = 6746.5 - } + aristocrats = { + culture = croat + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = croat + religion = catholic + size = 103.0 + } + + officers = { + culture = croat + religion = catholic + size = 77.25 + } + + clergymen = { + culture = croat + religion = catholic + size = 231.75 + } + + artisans = { + culture = croat + religion = catholic + size = 618.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 231.75 + } + + farmers = { + culture = croat + religion = catholic + size = 21140.75 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 77.25 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 77.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 721.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 25.75 + } + + farmers = { + culture = north_italian + religion = catholic + size = 2188.75 + } + + clergymen = { + culture = serb + religion = orthodox + size = 77.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 309.0 + } + + soldiers = { + culture = serb + religion = orthodox + size = 77.25 + } + + farmers = { + culture = serb + religion = orthodox + size = 6746.5 + } } #Dubrovnik (52000/13000 POPS) 782 = { - aristocrats = { - culture = croat - religion = catholic - size = 77.25 - } - - clergymen = { - culture = croat - religion = catholic - size = 103.0 - } - - artisans = { - culture = croat - religion = catholic - size = 515.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 103.0 - } - - farmers = { - culture = croat - religion = catholic - size = 9501.75 - } - - aristocrats = { - culture = north_italian - religion = catholic - size = 51.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 25.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 515.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 25.75 - } - - farmers = { - culture = north_italian - religion = catholic - size = 412.0 - } - - clergymen = { - culture = serb - religion = orthodox - size = 51.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = serb - religion = orthodox - size = 25.75 - } - - farmers = { - culture = serb - religion = orthodox - size = 1879.75 - } + aristocrats = { + culture = croat + religion = catholic + size = 77.25 + } + + clergymen = { + culture = croat + religion = catholic + size = 103.0 + } + + artisans = { + culture = croat + religion = catholic + size = 515.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 103.0 + } + + farmers = { + culture = croat + religion = catholic + size = 9501.75 + } + + aristocrats = { + culture = north_italian + religion = catholic + size = 51.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 25.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 515.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 25.75 + } + + farmers = { + culture = north_italian + religion = catholic + size = 412.0 + } + + clergymen = { + culture = serb + religion = orthodox + size = 51.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = serb + religion = orthodox + size = 25.75 + } + + farmers = { + culture = serb + religion = orthodox + size = 1879.75 + } } #Banat-Bacska Region (104000) #See Serbia.txt and Romania.txt for balance of region #under the rule of Austria in 1836 #Vukovar (104000/26000 POPS) #part of Croatia today 793 = { - clergymen = { - culture = croat - religion = catholic - size = 154.5 - } - - artisans = { - culture = croat - religion = catholic - size = 824.0 - } - - soldiers = { - culture = croat - religion = catholic - size = 180.25 - } - - farmers = { - culture = croat - religion = catholic - size = 15321.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 77.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = serb - religion = orthodox - size = 103.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 7699.25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 51.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 41.2 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = south_german - religion = catholic - size = 1838.55 - } + clergymen = { + culture = croat + religion = catholic + size = 154.5 + } + + artisans = { + culture = croat + religion = catholic + size = 824.0 + } + + soldiers = { + culture = croat + religion = catholic + size = 180.25 + } + + farmers = { + culture = croat + religion = catholic + size = 15321.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 77.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = serb + religion = orthodox + size = 103.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 7699.25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 51.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 41.2 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = south_german + religion = catholic + size = 1838.55 + } } diff --git a/HPM/history/pops/1861.4.14/Cuba.txt b/HPM/history/pops/1861.4.14/Cuba.txt index 92dd7d3f..64aeda03 100644 --- a/HPM/history/pops/1861.4.14/Cuba.txt +++ b/HPM/history/pops/1861.4.14/Cuba.txt @@ -1,262 +1,262 @@ #Cuba (1366200) #Havana (566500/141625 POPS) 2209 = { - aristocrats = { - culture = spanish - religion = catholic - size = 500 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 465 - } - - clergymen = { - culture = spanish - religion = catholic - size = 475 - } - - artisans = { - culture = spanish - religion = catholic - size = 6300 - } - - soldiers = { - culture = spanish - religion = catholic - size = 290 - } - - aristocrats = { - culture = caribeno - religion = catholic - size = 900 - } - - bureaucrats = { - culture = caribeno - religion = catholic - size = 130 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 255 - } - - artisans = { - culture = caribeno - religion = catholic - size = 20440 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 1460 - } - - farmers = { - culture = caribeno - religion = catholic - size = 41790 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 8760 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 730 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3650 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 55480 - } + aristocrats = { + culture = spanish + religion = catholic + size = 500 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 465 + } + + clergymen = { + culture = spanish + religion = catholic + size = 475 + } + + artisans = { + culture = spanish + religion = catholic + size = 6300 + } + + soldiers = { + culture = spanish + religion = catholic + size = 290 + } + + aristocrats = { + culture = caribeno + religion = catholic + size = 900 + } + + bureaucrats = { + culture = caribeno + religion = catholic + size = 130 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 255 + } + + artisans = { + culture = caribeno + religion = catholic + size = 20440 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 1460 + } + + farmers = { + culture = caribeno + religion = catholic + size = 41790 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 8760 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 730 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3650 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 55480 + } } #Jagua (367700/91925 POPS) 2210 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 820 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 550 - } - - artisans = { - culture = caribeno - religion = catholic - size = 1750 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 365 - } - - farmers = { - culture = caribeno - religion = catholic - size = 31500 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2920 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 220 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 17300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 36500 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 820 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 550 + } + + artisans = { + culture = caribeno + religion = catholic + size = 1750 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 365 + } + + farmers = { + culture = caribeno + religion = catholic + size = 31500 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2920 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 220 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 17300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 36500 + } } #Camaguey (245200/61300 POPS) 2211 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 650 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 600 - } - - artisans = { - culture = caribeno - religion = catholic - size = 5100 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 220 - } - - farmers = { - culture = caribeno - religion = catholic - size = 12400 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 430 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3200 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 36500 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 650 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 600 + } + + artisans = { + culture = caribeno + religion = catholic + size = 5100 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 220 + } + + farmers = { + culture = caribeno + religion = catholic + size = 12400 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 430 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3200 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 36500 + } } #Santiago de Cuba (186800/46700 POPS) 2212 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 290 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 255 - } - - artisans = { - culture = caribeno - religion = catholic - size = 5110 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 225 - } - - farmers = { - culture = caribeno - religion = catholic - size = 13100 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 370 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 4850 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 20400 - } - -} \ No newline at end of file + aristocrats = { + culture = caribeno + religion = catholic + size = 290 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 255 + } + + artisans = { + culture = caribeno + religion = catholic + size = 5110 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 225 + } + + farmers = { + culture = caribeno + religion = catholic + size = 13100 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 370 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 4850 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 20400 + } + +} diff --git a/HPM/history/pops/1861.4.14/Cyprus.txt b/HPM/history/pops/1861.4.14/Cyprus.txt index 6d73d616..cbe48263 100644 --- a/HPM/history/pops/1861.4.14/Cyprus.txt +++ b/HPM/history/pops/1861.4.14/Cyprus.txt @@ -2,164 +2,164 @@ #under the rule of Ottoman Empire in 1836 #Nicosia (64000/16000 POPS) 855 = { - aristocrats = { - culture = turkish - religion = sunni - size = 283.25 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 51.5 - } - - officers = { - culture = turkish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 515.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 180.25 - } - - farmers = { - culture = turkish - religion = sunni - size = 2961.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 772.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 11484.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 283.25 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 51.5 + } + + officers = { + culture = turkish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 515.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 180.25 + } + + farmers = { + culture = turkish + religion = sunni + size = 2961.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 772.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 11484.5 + } } #Limassol (44000/11000 POPS) 856 = { - aristocrats = { - culture = turkish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 309.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 103.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 1390.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 412.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 8780.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 309.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 103.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 1390.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 412.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 8780.75 + } } #Famagusta (44000/11000 POPS) 857 = { - aristocrats = { - culture = turkish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 154.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 103.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 2575.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 412.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 7750.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 154.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 103.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 2575.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 412.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 7750.75 + } } diff --git a/HPM/history/pops/1861.4.14/Czechia.txt b/HPM/history/pops/1861.4.14/Czechia.txt index 112ce0ad..af80fd83 100644 --- a/HPM/history/pops/1861.4.14/Czechia.txt +++ b/HPM/history/pops/1861.4.14/Czechia.txt @@ -2,1046 +2,1046 @@ #under the rule of Austria in 1836 #Prague (1572000/393000 POPS) 625 = { - bureaucrats = { - culture = czech - religion = catholic - size = 566.5 - } - - officers = { - culture = czech - religion = catholic - size = 257.5 - } - - clergymen = { - culture = czech - religion = catholic - size = 3733.75 - } - - clerks = { - culture = czech - religion = catholic - size = 400.0 - } - - craftsmen = { - culture = czech - religion = catholic - size = 9000.0 - } - - artisans = { - culture = czech - religion = catholic - size = 10000.0 - } - - artisans = { - culture = czech - religion = catholic - size = 8340.0 - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 1862 - - } - - farmers = { - culture = czech - religion = catholic - size = 327724.75 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 3090.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1596.5 - } - - officers = { - culture = south_german - religion = catholic - size = 824.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 283.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 2360.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1309 - - } - - farmers = { - culture = south_german - religion = catholic - size = 11128.25 - } - - clergymen = { - culture = south_german - religion = jewish - size = 77.25 - } - - artisans = { - culture = south_german - religion = jewish - size = 5150.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 77 - - } - - farmers = { - culture = south_german - religion = jewish - size = 1905.5 - } + bureaucrats = { + culture = czech + religion = catholic + size = 566.5 + } + + officers = { + culture = czech + religion = catholic + size = 257.5 + } + + clergymen = { + culture = czech + religion = catholic + size = 3733.75 + } + + clerks = { + culture = czech + religion = catholic + size = 400.0 + } + + craftsmen = { + culture = czech + religion = catholic + size = 9000.0 + } + + artisans = { + culture = czech + religion = catholic + size = 10000.0 + } + + artisans = { + culture = czech + religion = catholic + size = 8340.0 + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 1862 + + } + + farmers = { + culture = czech + religion = catholic + size = 327724.75 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 3090.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1596.5 + } + + officers = { + culture = south_german + religion = catholic + size = 824.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 283.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 2360.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1309 + + } + + farmers = { + culture = south_german + religion = catholic + size = 11128.25 + } + + clergymen = { + culture = south_german + religion = jewish + size = 77.25 + } + + artisans = { + culture = south_german + religion = jewish + size = 5150.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 77 + + } + + farmers = { + culture = south_german + religion = jewish + size = 1905.5 + } } #Hradec Kralove (528000/132000 POPS) 626 = { - clergymen = { - culture = czech - religion = catholic - size = 824.0 - } - - craftsmen = { - culture = czech - religion = catholic - size = 2000.0 - } - - artisans = { - culture = czech - religion = catholic - size = 4377.5 - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 1130 - - } - - farmers = { - culture = czech - religion = catholic - size = 76218.5 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 463.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 2266.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1463 - - } - - farmers = { - culture = south_german - religion = catholic - size = 39891.0 - } - - clergymen = { - culture = south_german - religion = jewish - size = 51.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 25 - - } - - farmers = { - culture = south_german - religion = jewish - size = 952.75 - } + clergymen = { + culture = czech + religion = catholic + size = 824.0 + } + + craftsmen = { + culture = czech + religion = catholic + size = 2000.0 + } + + artisans = { + culture = czech + religion = catholic + size = 4377.5 + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 1130 + + } + + farmers = { + culture = czech + religion = catholic + size = 76218.5 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 463.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 2266.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1463 + + } + + farmers = { + culture = south_german + religion = catholic + size = 39891.0 + } + + clergymen = { + culture = south_german + religion = jewish + size = 51.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 25 + + } + + farmers = { + culture = south_german + religion = jewish + size = 952.75 + } } #Karlsbad (600000/150000 POPS) 627 = { - clergymen = { - culture = czech - religion = catholic - size = 412.0 - } - - craftsmen = { - culture = czech - religion = catholic - size = 1100.0 - } - - artisans = { - culture = czech - religion = catholic - size = 566.5 - } - - soldiers = { - culture = czech - religion = catholic - size= 1257 - - } - - farmers = { - culture = czech - religion = catholic - size = 19424.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1339.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1287.5 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 2000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 6437.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1287 - - } - - farmers = { - culture = south_german - religion = catholic - size = 113398.5 - } - - clergymen = { - culture = south_german - religion = jewish - size = 51.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 25 - - } - - farmers = { - culture = south_german - religion = jewish - size = 952.75 - } + clergymen = { + culture = czech + religion = catholic + size = 412.0 + } + + craftsmen = { + culture = czech + religion = catholic + size = 1100.0 + } + + artisans = { + culture = czech + religion = catholic + size = 566.5 + } + + soldiers = { + culture = czech + religion = catholic + size= 1257 + + } + + farmers = { + culture = czech + religion = catholic + size = 19424.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1339.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1287.5 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 2000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 6437.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1287 + + } + + farmers = { + culture = south_german + religion = catholic + size = 113398.5 + } + + clergymen = { + culture = south_german + religion = jewish + size = 51.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 25 + + } + + farmers = { + culture = south_german + religion = jewish + size = 952.75 + } } #Aussig (276000/69000 POPS) 628 = { - clergymen = { - culture = czech - religion = catholic - size = 77.25 - } - - artisans = { - culture = czech - religion = catholic - size = 515.0 - } - - soldiers = { - culture = czech - religion = catholic - size= 1203 - - } - - farmers = { - culture = czech - religion = catholic - size = 14404.75 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 669.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 592.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 3038.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1130 - - } - - farmers = { - culture = south_german - religion = catholic - size = 55339.75 - } + clergymen = { + culture = czech + religion = catholic + size = 77.25 + } + + artisans = { + culture = czech + religion = catholic + size = 515.0 + } + + soldiers = { + culture = czech + religion = catholic + size= 1203 + + } + + farmers = { + culture = czech + religion = catholic + size = 14404.75 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 669.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 592.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 3038.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1130 + + } + + farmers = { + culture = south_german + religion = catholic + size = 55339.75 + } } #Pilsen (672000/168000 POPS) 629 = { - clergymen = { - culture = czech - religion = catholic - size = 927.0 - } - - artisans = { - culture = czech - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 1130 - - } - - craftsmen = { - culture = czech - religion = catholic - size = 2000.0 - } - - farmers = { - culture = czech - religion = catholic - size = 90793.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1648.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 669.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 3347.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1669 - - } - - craftsmen = { - culture = south_german - religion = catholic - size = 1100.0 - } - - farmers = { - culture = south_german - religion = catholic - size = 59615.5 - } - - clergymen = { - culture = south_german - religion = jewish - size = 51.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 25 - - } - - farmers = { - culture = south_german - religion = jewish - size = 952.75 - } + clergymen = { + culture = czech + religion = catholic + size = 927.0 + } + + artisans = { + culture = czech + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 1130 + + } + + craftsmen = { + culture = czech + religion = catholic + size = 2000.0 + } + + farmers = { + culture = czech + religion = catholic + size = 90793.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1648.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 669.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 3347.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1669 + + } + + craftsmen = { + culture = south_german + religion = catholic + size = 1100.0 + } + + farmers = { + culture = south_german + religion = catholic + size = 59615.5 + } + + clergymen = { + culture = south_german + religion = jewish + size = 51.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 25 + + } + + farmers = { + culture = south_german + religion = jewish + size = 952.75 + } } #Budejovice (488000/122000 POPS) 630 = { - clergymen = { - culture = czech - religion = catholic - size = 515.0 - } - - craftsmen = { - culture = czech - religion = catholic - size = 1100.0 - } - - artisans = { - culture = czech - religion = catholic - size = 2935.5 - } - - soldiers = { - culture = czech - religion = catholic - size= 1566 - - } - - farmers = { - culture = czech - religion = catholic - size = 53693.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 643.75 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 1100.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 3193.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1130 - - } - - farmers = { - culture = south_german - religion = catholic - size = 53657.25 - } - - clergymen = { - culture = south_german - religion = jewish - size = 51.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 25 - - } - - farmers = { - culture = south_german - religion = jewish - size = 952.75 - } + clergymen = { + culture = czech + religion = catholic + size = 515.0 + } + + craftsmen = { + culture = czech + religion = catholic + size = 1100.0 + } + + artisans = { + culture = czech + religion = catholic + size = 2935.5 + } + + soldiers = { + culture = czech + religion = catholic + size= 1566 + + } + + farmers = { + culture = czech + religion = catholic + size = 53693.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 643.75 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 1100.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 3193.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1130 + + } + + farmers = { + culture = south_german + religion = catholic + size = 53657.25 + } + + clergymen = { + culture = south_german + religion = jewish + size = 51.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 25 + + } + + farmers = { + culture = south_german + religion = jewish + size = 952.75 + } } #Moravia Region (1476000) #under the rule of Austria in 1836 #Brno (1040000/260000 POPS) 631 = { - bureaucrats = { - culture = czech - religion = catholic - size = 257.5 - } - - officers = { - culture = czech - religion = catholic - size = 128.75 - } - - clergymen = { - culture = czech - religion = catholic - size = 1879.75 - } - - clerks = { - culture = czech - religion = catholic - size = 200.0 - } - - craftsmen = { - culture = czech - religion = catholic - size = 7000.0 - } - - artisans = { - culture = czech - religion = catholic - size = 9630.5 - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 1157 - - } - - farmers = { - culture = czech - religion = catholic - size = 166556.5 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 2575.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - officers = { - culture = south_german - religion = catholic - size = 257.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 695.25 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 2000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 6695.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1721 - - } - - farmers = { - culture = south_german - religion = catholic - size = 56662.75 - } - - clergymen = { - culture = south_german - religion = jewish - size = 82.4 - } - - artisans = { - culture = south_german - religion = jewish - size = 2575.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 51 - - } - - farmers = { - culture = south_german - religion = jewish - size = 1411.1000000000001 - } + bureaucrats = { + culture = czech + religion = catholic + size = 257.5 + } + + officers = { + culture = czech + religion = catholic + size = 128.75 + } + + clergymen = { + culture = czech + religion = catholic + size = 1879.75 + } + + clerks = { + culture = czech + religion = catholic + size = 200.0 + } + + craftsmen = { + culture = czech + religion = catholic + size = 7000.0 + } + + artisans = { + culture = czech + religion = catholic + size = 9630.5 + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 1157 + + } + + farmers = { + culture = czech + religion = catholic + size = 166556.5 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 2575.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + officers = { + culture = south_german + religion = catholic + size = 257.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 695.25 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 2000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 6695.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1721 + + } + + farmers = { + culture = south_german + religion = catholic + size = 56662.75 + } + + clergymen = { + culture = south_german + religion = jewish + size = 82.4 + } + + artisans = { + culture = south_german + religion = jewish + size = 2575.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 51 + + } + + farmers = { + culture = south_german + religion = jewish + size = 1411.1000000000001 + } } #Olomouc (436000/109000 POPS) 632 = { - clergymen = { - culture = czech - religion = catholic - size = 772.5 - } - - artisans = { - culture = czech - religion = catholic - size = 3914.0 - } - - soldiers = { - culture = czech - religion = catholic - size= 3000 - - } - - soldiers = { - culture = czech - religion = catholic - size= 772 - - } - - farmers = { - culture = czech - religion = catholic - size = 69821.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1081.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 309.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1309 - - } - - farmers = { - culture = south_german - religion = catholic - size = 26655.5 - } - - clergymen = { - culture = south_german - religion = jewish - size = 51.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = south_german - religion = jewish - size= 25 - - } - - farmers = { - culture = south_german - religion = jewish - size = 952.75 - } + clergymen = { + culture = czech + religion = catholic + size = 772.5 + } + + artisans = { + culture = czech + religion = catholic + size = 3914.0 + } + + soldiers = { + culture = czech + religion = catholic + size= 3000 + + } + + soldiers = { + culture = czech + religion = catholic + size= 772 + + } + + farmers = { + culture = czech + religion = catholic + size = 69821.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1081.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 309.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1309 + + } + + farmers = { + culture = south_german + religion = catholic + size = 26655.5 + } + + clergymen = { + culture = south_german + religion = jewish + size = 51.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = south_german + religion = jewish + size= 25 + + } + + farmers = { + culture = south_german + religion = jewish + size = 952.75 + } } #Silesia Region (220000) #see Poland.txt for balance of region #under the rule of Austria in 1836 #Troppau (104000/26000 POPS) 688 = { - bureaucrats = { - culture = czech - religion = catholic - size = 41.2 - } - - officers = { - culture = czech - religion = catholic - size = 25.75 - } - - clergymen = { - culture = czech - religion = catholic - size = 51.5 - } - - artisans = { - culture = czech - religion = catholic - size = 463.5 - } - - soldiers = { - culture = czech - religion = catholic - size= 51 - - } - - farmers = { - culture = czech - religion = catholic - size = 5546.55 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 257.5 - } - - officers = { - culture = south_german - religion = catholic - size = 51.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 144.20000000000002 - } - - clergymen = { - culture = south_german - religion = catholic - size = 206.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1596.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1206 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1138.3 - } + bureaucrats = { + culture = czech + religion = catholic + size = 41.2 + } + + officers = { + culture = czech + religion = catholic + size = 25.75 + } + + clergymen = { + culture = czech + religion = catholic + size = 51.5 + } + + artisans = { + culture = czech + religion = catholic + size = 463.5 + } + + soldiers = { + culture = czech + religion = catholic + size= 51 + + } + + farmers = { + culture = czech + religion = catholic + size = 5546.55 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 257.5 + } + + officers = { + culture = south_german + religion = catholic + size = 51.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 144.20000000000002 + } + + clergymen = { + culture = south_german + religion = catholic + size = 206.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1596.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1206 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1138.3 + } } #Tesin (116000/29000 POPS) 689 = { - clergymen = { - culture = czech - religion = catholic - size = 128.75 - } - - artisans = { - culture = czech - religion = catholic - size = 721.0 - } - - soldiers = { - culture = czech - religion = catholic - size= 128 - - } - - farmers = { - culture = czech - religion = catholic - size = 13441.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 983.65 - } - - aristocrats = { - culture = polish - religion = catholic - size = 360.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 154.5 - } - - artisans = { - culture = polish - religion = catholic - size = 721.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 1154 - - } - - farmers = { - culture = polish - religion = catholic - size = 12029.5 - } + clergymen = { + culture = czech + religion = catholic + size = 128.75 + } + + artisans = { + culture = czech + religion = catholic + size = 721.0 + } + + soldiers = { + culture = czech + religion = catholic + size= 128 + + } + + farmers = { + culture = czech + religion = catholic + size = 13441.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 983.65 + } + + aristocrats = { + culture = polish + religion = catholic + size = 360.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 154.5 + } + + artisans = { + culture = polish + religion = catholic + size = 721.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 1154 + + } + + farmers = { + culture = polish + religion = catholic + size = 12029.5 + } } diff --git a/HPM/history/pops/1861.4.14/Denmark.txt b/HPM/history/pops/1861.4.14/Denmark.txt index 4bf8572c..b442fe16 100644 --- a/HPM/history/pops/1861.4.14/Denmark.txt +++ b/HPM/history/pops/1861.4.14/Denmark.txt @@ -1,507 +1,507 @@ #Faroe Islands Region (7000) #Torshavn (8900/2225 POPS) #revised for 1861 253 = { - aristocrats = { - culture = danish - religion = protestant - size = 15 - } - - clergymen = { - culture = danish - religion = protestant - size = 50 - } - - artisans = { - culture = danish - religion = protestant - size = 150 - } - - soldiers = { - culture = danish - religion = protestant - size= 25 - - } - - farmers = { - culture = danish - religion = protestant - size = 1985 - } + aristocrats = { + culture = danish + religion = protestant + size = 15 + } + + clergymen = { + culture = danish + religion = protestant + size = 50 + } + + artisans = { + culture = danish + religion = protestant + size = 150 + } + + soldiers = { + culture = danish + religion = protestant + size= 25 + + } + + farmers = { + culture = danish + religion = protestant + size = 1985 + } } #Jutland Region : 548000 #Aarhus (248000/62000 POPS) 366 = { - aristocrats = { - culture = danish - religion = protestant - size = 515.0 - } - - bureaucrats = { - culture = danish - religion = protestant - size = 360.5 - } - - officers = { - culture = danish - religion = protestant - size = 206.0 - } - - clergymen = { - culture = danish - religion = protestant - size = 386.25 - } - - artisans = { - culture = danish - religion = protestant - size = 3347.5 - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 1210 - - } - - farmers = { - culture = danish - religion = protestant - size = 51834.75 - } + aristocrats = { + culture = danish + religion = protestant + size = 515.0 + } + + bureaucrats = { + culture = danish + religion = protestant + size = 360.5 + } + + officers = { + culture = danish + religion = protestant + size = 206.0 + } + + clergymen = { + culture = danish + religion = protestant + size = 386.25 + } + + artisans = { + culture = danish + religion = protestant + size = 3347.5 + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 1210 + + } + + farmers = { + culture = danish + religion = protestant + size = 51834.75 + } } #Alborg (152000/38000 POPS) 367 = { - aristocrats = { - culture = danish - religion = protestant - size = 257.5 - } - - clergymen = { - culture = danish - religion = protestant - size = 257.5 - } - - artisans = { - culture = danish - religion = protestant - size = 2060.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 1515 - - } - - farmers = { - culture = danish - religion = protestant - size = 29900.0 - } + aristocrats = { + culture = danish + religion = protestant + size = 257.5 + } + + clergymen = { + culture = danish + religion = protestant + size = 257.5 + } + + artisans = { + culture = danish + religion = protestant + size = 2060.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 1515 + + } + + farmers = { + culture = danish + religion = protestant + size = 29900.0 + } } #Ribe (148000/37000 POPS) 368 = { - aristocrats = { - culture = danish - religion = protestant - size = 257.5 - } - - clergymen = { - culture = danish - religion = protestant - size = 257.5 - } - - artisans = { - culture = danish - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 1515 - - } - - farmers = { - culture = danish - religion = protestant - size = 23720.0 - } + aristocrats = { + culture = danish + religion = protestant + size = 257.5 + } + + clergymen = { + culture = danish + religion = protestant + size = 257.5 + } + + artisans = { + culture = danish + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 1515 + + } + + farmers = { + culture = danish + religion = protestant + size = 23720.0 + } } # Esbjerg (Pops moved from Aalborg) 2557 = { - artisans = { - culture = danish - religion = protestant - size = 1030.0 - } - clergymen = { - culture = danish - religion = protestant - size = 128.75 - } - soldiers = { - culture = danish - religion = protestant - size= 257 - - } - aristocrats = { - culture = danish - religion = protestant - size = 257.5 - } - farmers = { - culture = danish - religion = protestant - size = 14832.0 - } + artisans = { + culture = danish + religion = protestant + size = 1030.0 + } + clergymen = { + culture = danish + religion = protestant + size = 128.75 + } + soldiers = { + culture = danish + religion = protestant + size= 257 + + } + aristocrats = { + culture = danish + religion = protestant + size = 257.5 + } + farmers = { + culture = danish + religion = protestant + size = 14832.0 + } } #Schleswig Region : 336000 #Flensburg (236000/59000 POPS) 370 = { - bureaucrats = { - culture = danish - religion = protestant - size = 103.0 - } - - clergymen = { - culture = danish - religion = protestant - size = 128.75 - } - - artisans = { - culture = danish - religion = protestant - size = 1545.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 1257 - - } - - farmers = { - culture = danish - religion = protestant - size = 13445.75 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 669.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 103.0 - } - - officers = { - culture = north_german - religion = protestant - size = 154.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 257.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2575.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 40530.0 - } + bureaucrats = { + culture = danish + religion = protestant + size = 103.0 + } + + clergymen = { + culture = danish + religion = protestant + size = 128.75 + } + + artisans = { + culture = danish + religion = protestant + size = 1545.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 1257 + + } + + farmers = { + culture = danish + religion = protestant + size = 13445.75 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 669.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 103.0 + } + + officers = { + culture = north_german + religion = protestant + size = 154.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 257.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2575.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 40530.0 + } } #Aabenra (100000/25000 POPS) 371 = { - clergymen = { - culture = danish - religion = protestant - size = 128.75 - } - - artisans = { - culture = danish - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 1257 - - } - - farmers = { - culture = danish - religion = protestant - size = 16123.75 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 103.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 257.5 - } - - farmers = { - culture = north_german - religion = protestant - size = 6800.0 - } + clergymen = { + culture = danish + religion = protestant + size = 128.75 + } + + artisans = { + culture = danish + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 1257 + + } + + farmers = { + culture = danish + religion = protestant + size = 16123.75 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 103.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 257.5 + } + + farmers = { + culture = north_german + religion = protestant + size = 6800.0 + } } #Archipelago Region : 616000 #Copenhagen (392000/98000 POPS) 372 = { - aristocrats = { - culture = danish - religion = protestant - size = 1287.5 - } - - bureaucrats = { - culture = danish - religion = protestant - size = 515.0 - } - - officers = { - culture = danish - religion = protestant - size = 515.0 - } - - clergymen = { - culture = danish - religion = protestant - size = 772.5 - } - - craftsmen = { - culture = danish - religion = protestant - size = 10000.0 - } - - artisans = { - culture = danish - religion = protestant - size = 10000.0 - } - - artisans = { - culture = danish - religion = protestant - size = 10000.0 - } - - artisans = { - culture = danish - religion = protestant - size = 4780.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 1300 - - } - - farmers = { - culture = danish - religion = protestant - size = 50710.0 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1030.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 1030.0 - } + aristocrats = { + culture = danish + religion = protestant + size = 1287.5 + } + + bureaucrats = { + culture = danish + religion = protestant + size = 515.0 + } + + officers = { + culture = danish + religion = protestant + size = 515.0 + } + + clergymen = { + culture = danish + religion = protestant + size = 772.5 + } + + craftsmen = { + culture = danish + religion = protestant + size = 10000.0 + } + + artisans = { + culture = danish + religion = protestant + size = 10000.0 + } + + artisans = { + culture = danish + religion = protestant + size = 10000.0 + } + + artisans = { + culture = danish + religion = protestant + size = 4780.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 1300 + + } + + farmers = { + culture = danish + religion = protestant + size = 50710.0 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1030.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 1030.0 + } } #Odense (208000/52000 POPS) 373 = { - aristocrats = { - culture = danish - religion = protestant - size = 515.0 - } - - clergymen = { - culture = danish - religion = protestant - size = 257.5 - } - - clerks = { - culture = danish - religion = protestant - size = 100.0 - } - - craftsmen = { - culture = danish - religion = protestant - size = 4000.0 - } - - artisans = { - culture = danish - religion = protestant - size = 2990.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 3000 - - } - - soldiers = { - culture = danish - religion = protestant - size= 1210 - - } - - farmers = { - culture = danish - religion = protestant - size = 38487.5 - } + aristocrats = { + culture = danish + religion = protestant + size = 515.0 + } + + clergymen = { + culture = danish + religion = protestant + size = 257.5 + } + + clerks = { + culture = danish + religion = protestant + size = 100.0 + } + + craftsmen = { + culture = danish + religion = protestant + size = 4000.0 + } + + artisans = { + culture = danish + religion = protestant + size = 2990.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 3000 + + } + + soldiers = { + culture = danish + religion = protestant + size= 1210 + + } + + farmers = { + culture = danish + religion = protestant + size = 38487.5 + } } #Bornholm (28000/7000 POPS) #revised for 1861 374 = { - aristocrats = { - culture = danish - religion = protestant - size = 70 - } - - clergymen = { - culture = danish - religion = protestant - size = 105 - } - - artisans = { - culture = danish - religion = protestant - size = 500 - } - - soldiers = { - culture = danish - religion = protestant - size= 1050 - - } - - farmers = { - culture = danish - religion = protestant - size = 5275 - } + aristocrats = { + culture = danish + religion = protestant + size = 70 + } + + clergymen = { + culture = danish + religion = protestant + size = 105 + } + + artisans = { + culture = danish + religion = protestant + size = 500 + } + + soldiers = { + culture = danish + religion = protestant + size= 1050 + + } + + farmers = { + culture = danish + religion = protestant + size = 5275 + } } diff --git a/HPM/history/pops/1861.4.14/Dominican Republic.txt b/HPM/history/pops/1861.4.14/Dominican Republic.txt index 1d6511b8..8484d59b 100644 --- a/HPM/history/pops/1861.4.14/Dominican Republic.txt +++ b/HPM/history/pops/1861.4.14/Dominican Republic.txt @@ -1,120 +1,120 @@ #Hispanola Region (209000) #see Haiti.txt for balance of region #Santo Domingo (115000/28750 POPS) 2214 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 500 - } - - bureaucrats = { - culture = caribeno - religion = catholic - size = 250 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 240 - } - - artisans = { - culture = caribeno - religion = catholic - size = 590 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 2125 - } - - farmers = { - culture = caribeno - religion = catholic - size = 10395 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 85 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 845 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 170 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 15800 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 500 + } + + bureaucrats = { + culture = caribeno + religion = catholic + size = 250 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 240 + } + + artisans = { + culture = caribeno + religion = catholic + size = 590 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 2125 + } + + farmers = { + culture = caribeno + religion = catholic + size = 10395 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 85 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 845 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 170 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 15800 + } } #La Vega (94000/23500 POPS) 2216 = { - aristocrats = { - culture = caribeno - religion = catholic - size = 420 - } - - clergymen = { - culture = caribeno - religion = catholic - size = 170 - } - - artisans = { - culture = caribeno - religion = catholic - size = 670 - } - - soldiers = { - culture = caribeno - religion = catholic - size = 2130 - } - - farmers = { - culture = caribeno - religion = catholic - size = 12050 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 85 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 125 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 9350 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 420 + } + + clergymen = { + culture = caribeno + religion = catholic + size = 170 + } + + artisans = { + culture = caribeno + religion = catholic + size = 670 + } + + soldiers = { + culture = caribeno + religion = catholic + size = 2130 + } + + farmers = { + culture = caribeno + religion = catholic + size = 12050 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 85 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 125 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 9350 + } } diff --git a/HPM/history/pops/1861.4.14/Ecuador.txt b/HPM/history/pops/1861.4.14/Ecuador.txt index 3dd8c342..987ce789 100644 --- a/HPM/history/pops/1861.4.14/Ecuador.txt +++ b/HPM/history/pops/1861.4.14/Ecuador.txt @@ -1,437 +1,437 @@ #Quito Region (612000) #Quito (365000/91250 POPS) 2279 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 1250 - } - - officers = { - culture = north_andean - religion = catholic - size = 250 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 600 - } - - artisans = { - culture = north_andean - religion = catholic - size = 8100 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 22500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 750 - } - - artisans = { - culture = quechua - religion = catholic - size = 11250 - } - - soldiers = { - culture = quechua - religion = catholic - size = 5000 - } - - farmers = { - culture = quechua - religion = catholic - size = 35000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 1250 + } + + officers = { + culture = north_andean + religion = catholic + size = 250 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 600 + } + + artisans = { + culture = north_andean + religion = catholic + size = 8100 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 22500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 750 + } + + artisans = { + culture = quechua + religion = catholic + size = 11250 + } + + soldiers = { + culture = quechua + religion = catholic + size = 5000 + } + + farmers = { + culture = quechua + religion = catholic + size = 35000 + } } #Zamora (209000/52250 POPS) 2283 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 900 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2075 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 7500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 600 - } - - artisans = { - culture = quechua - religion = catholic - size = 4400 - } - - soldiers = { - culture = quechua - religion = catholic - size = 3000 - } - - farmers = { - culture = quechua - religion = catholic - size = 32000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 900 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2075 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 7500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 600 + } + + artisans = { + culture = quechua + religion = catholic + size = 4400 + } + + soldiers = { + culture = quechua + religion = catholic + size = 3000 + } + + farmers = { + culture = quechua + religion = catholic + size = 32000 + } } #Tena (38000/9500 POPS) 2284 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 100 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 150 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 50 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3600 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 25 - } - - farmers = { - culture = quechua - religion = catholic - size = 2350 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 100 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 150 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 50 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3600 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 25 + } + + farmers = { + culture = quechua + religion = catholic + size = 2350 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Guayaquil Region (397300) #Guayaquil (96000/24000 POPS) 2280 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 800 - } - - officers = { - culture = north_andean - religion = catholic - size = 150 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 300 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1800 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 16000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 150 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2100 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1150 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 800 + } + + officers = { + culture = north_andean + religion = catholic + size = 150 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 300 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1800 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 16000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 150 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2100 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1150 + } } #Esmereldas (109300/27325 POPS) 2281 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 450 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 175 - } - - artisans = { - culture = north_andean - religion = catholic - size = 875 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 8000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 175 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 6150 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 8500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 450 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 175 + } + + artisans = { + culture = north_andean + religion = catholic + size = 875 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 8000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 175 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 6150 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 8500 + } } #Loja (192000/48000 POPS) 2282 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 825 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 300 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1875 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1250 - } - - farmers = { - culture = north_andean - religion = catholic - size = 13750 - } - - clergymen = { - culture = quechua - religion = catholic - size = 300 - } - - artisans = { - culture = quechua - religion = catholic - size = 2700 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1500 - } - - farmers = { - culture = quechua - religion = catholic - size = 25500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 825 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 300 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1875 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1250 + } + + farmers = { + culture = north_andean + religion = catholic + size = 13750 + } + + clergymen = { + culture = quechua + religion = catholic + size = 300 + } + + artisans = { + culture = quechua + religion = catholic + size = 2700 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1500 + } + + farmers = { + culture = quechua + religion = catholic + size = 25500 + } } #Galapagos Region (300) #Galapagos (300/75 POPS) 2285 = { - bureaucrats = { - culture = north_andean - religion = catholic - size = 1 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 1 - } - - artisans = { - culture = north_andean - religion = catholic - size = 3 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 25 - } - - farmers = { - culture = north_andean - religion = catholic - size = 45 - } + bureaucrats = { + culture = north_andean + religion = catholic + size = 1 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 1 + } + + artisans = { + culture = north_andean + religion = catholic + size = 3 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 25 + } + + farmers = { + culture = north_andean + religion = catholic + size = 45 + } } diff --git a/HPM/history/pops/1861.4.14/Egypt.txt b/HPM/history/pops/1861.4.14/Egypt.txt index e0897be0..7884958f 100644 --- a/HPM/history/pops/1861.4.14/Egypt.txt +++ b/HPM/history/pops/1861.4.14/Egypt.txt @@ -2,1699 +2,1699 @@ #under the rule of Egypt in 1836 #Cairo (1004600/251150 POPS) 1745 = { - aristocrats = { - culture = circassian - religion = sunni - size = 1772.5 - } - - officers = { - culture = circassian - religion = sunni - size = 463.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 1287.5 - } - - aristocrats = { - culture = misri - religion = sunni - size = 2678.0 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 1628.75 - } - - officers = { - culture = misri - religion = sunni - size = 206.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 2388.75 - } - - artisans = { - culture = misri - religion = sunni - size = 45835.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 19480.0 - } - - farmers = { - culture = misri - religion = sunni - size = 143996.0 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 625.75 - } - - clergymen = { - culture = misri - religion = coptic - size = 560.5 - } - - artisans = { - culture = misri - religion = coptic - size = 8240.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 1150.0 - } - - farmers = { - culture = misri - religion = coptic - size = 31475.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 551.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 4038.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 125.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1661.75 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 15270.0 - } + aristocrats = { + culture = circassian + religion = sunni + size = 1772.5 + } + + officers = { + culture = circassian + religion = sunni + size = 463.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 1287.5 + } + + aristocrats = { + culture = misri + religion = sunni + size = 2678.0 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 1628.75 + } + + officers = { + culture = misri + religion = sunni + size = 206.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 2388.75 + } + + artisans = { + culture = misri + religion = sunni + size = 45835.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 19480.0 + } + + farmers = { + culture = misri + religion = sunni + size = 143996.0 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 625.75 + } + + clergymen = { + culture = misri + religion = coptic + size = 560.5 + } + + artisans = { + culture = misri + religion = coptic + size = 8240.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 1150.0 + } + + farmers = { + culture = misri + religion = coptic + size = 31475.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 551.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 4038.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 125.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1661.75 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 15270.0 + } } #Dumyat (402600/100650 POPS) 1746 = { - aristocrats = { - culture = circassian - religion = sunni - size = 515.0 - } - - artisans = { - culture = circassian - religion = sunni - size = 592.25 - } - - soldiers = { - culture = circassian - religion = sunni - size = 77.25 - } - - aristocrats = { - culture = misri - religion = sunni - size = 1545.0 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 500.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 1252.75 - } - - artisans = { - culture = misri - religion = sunni - size = 4944.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 3530.0 - } - - farmers = { - culture = misri - religion = sunni - size = 97108.25 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 100.0 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 254.5 - } - - farmers = { - culture = misri - religion = coptic - size = 4084.0 - } + aristocrats = { + culture = circassian + religion = sunni + size = 515.0 + } + + artisans = { + culture = circassian + religion = sunni + size = 592.25 + } + + soldiers = { + culture = circassian + religion = sunni + size = 77.25 + } + + aristocrats = { + culture = misri + religion = sunni + size = 1545.0 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 500.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 1252.75 + } + + artisans = { + culture = misri + religion = sunni + size = 4944.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 3530.0 + } + + farmers = { + culture = misri + religion = sunni + size = 97108.25 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 100.0 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 254.5 + } + + farmers = { + culture = misri + religion = coptic + size = 4084.0 + } } #Tanta (341600/85400 POPS) 1747 = { - aristocrats = { - culture = circassian - religion = sunni - size = 772.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 592.25 - } - - soldiers = { - culture = circassian - religion = sunni - size = 77.25 - } - - aristocrats = { - culture = misri - religion = sunni - size = 875.5 - } - - clergymen = { - culture = misri - religion = sunni - size = 1049.75 - } - - artisans = { - culture = misri - religion = sunni - size = 4323.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 3530.0 - } - - farmers = { - culture = misri - religion = sunni - size = 84681.75 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4205.5 - } + aristocrats = { + culture = circassian + religion = sunni + size = 772.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 592.25 + } + + soldiers = { + culture = circassian + religion = sunni + size = 77.25 + } + + aristocrats = { + culture = misri + religion = sunni + size = 875.5 + } + + clergymen = { + culture = misri + religion = sunni + size = 1049.75 + } + + artisans = { + culture = misri + religion = sunni + size = 4323.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 3530.0 + } + + farmers = { + culture = misri + religion = sunni + size = 84681.75 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4205.5 + } } #Mansura (256200/64050 POPS) 1748 = { - aristocrats = { - culture = circassian - religion = sunni - size = 618.0 - } - - artisans = { - culture = circassian - religion = sunni - size = 412.0 - } - - soldiers = { - culture = circassian - religion = sunni - size = 51.5 - } - - aristocrats = { - culture = misri - religion = sunni - size = 721.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 918.0 - } - - artisans = { - culture = misri - religion = sunni - size = 3241.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 3530.0 - } - - farmers = { - culture = misri - religion = sunni - size = 64162.0 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4005.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 105.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 352.35 - } + aristocrats = { + culture = circassian + religion = sunni + size = 618.0 + } + + artisans = { + culture = circassian + religion = sunni + size = 412.0 + } + + soldiers = { + culture = circassian + religion = sunni + size = 51.5 + } + + aristocrats = { + culture = misri + religion = sunni + size = 721.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 918.0 + } + + artisans = { + culture = misri + religion = sunni + size = 3241.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 3530.0 + } + + farmers = { + culture = misri + religion = sunni + size = 64162.0 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4005.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 105.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 352.35 + } } #Ziqaziq (272600/68150 POPS) 1749 = { - aristocrats = { - culture = circassian - religion = sunni - size = 669.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 437.75 - } - - soldiers = { - culture = circassian - religion = sunni - size = 77.25 - } - - aristocrats = { - culture = misri - religion = sunni - size = 721.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 969.5 - } - - artisans = { - culture = misri - religion = sunni - size = 3447.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 2030.0 - } - - farmers = { - culture = misri - religion = sunni - size = 72279.0 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4205.5 - } + aristocrats = { + culture = circassian + religion = sunni + size = 669.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 437.75 + } + + soldiers = { + culture = circassian + religion = sunni + size = 77.25 + } + + aristocrats = { + culture = misri + religion = sunni + size = 721.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 969.5 + } + + artisans = { + culture = misri + religion = sunni + size = 3447.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 2030.0 + } + + farmers = { + culture = misri + religion = sunni + size = 72279.0 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4205.5 + } } #Giza (386400/96600 POPS) 1750 = { - aristocrats = { - culture = misri - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 1024.0 - } - - artisans = { - culture = misri - religion = sunni - size = 4271.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 3530.0 - } - - farmers = { - culture = misri - religion = sunni - size = 86352.6 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 254.5 - } - - farmers = { - culture = misri - religion = coptic - size = 5184.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 1024.0 + } + + artisans = { + culture = misri + religion = sunni + size = 4271.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 3530.0 + } + + farmers = { + culture = misri + religion = sunni + size = 86352.6 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 254.5 + } + + farmers = { + culture = misri + religion = coptic + size = 5184.0 + } } #Alexandria Region (736000) #under the rule of Egypt in 1836 #Alexandria (640000/160000 POPS) 1751 = { - aristocrats = { - culture = misri - religion = sunni - size = 2832.5 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 1154.5 - } - - officers = { - culture = misri - religion = sunni - size = 306.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 1867.75 - } - - artisans = { - culture = misri - religion = sunni - size = 17512.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 7210.0 - } - - farmers = { - culture = misri - religion = sunni - size = 122286.75 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 125.75 - } - - clergymen = { - culture = misri - religion = coptic - size = 228.75 - } - - artisans = { - culture = misri - religion = coptic - size = 872.5 - } - - farmers = { - culture = misri - religion = coptic - size = 14688.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 110.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1219.7 - } - - clergymen = { - culture = greek - religion = orthodox - size = 151.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 4008.5 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 11180.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 2832.5 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 1154.5 + } + + officers = { + culture = misri + religion = sunni + size = 306.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 1867.75 + } + + artisans = { + culture = misri + religion = sunni + size = 17512.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 7210.0 + } + + farmers = { + culture = misri + religion = sunni + size = 122286.75 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 125.75 + } + + clergymen = { + culture = misri + religion = coptic + size = 228.75 + } + + artisans = { + culture = misri + religion = coptic + size = 872.5 + } + + farmers = { + culture = misri + religion = coptic + size = 14688.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 110.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1219.7 + } + + clergymen = { + culture = greek + religion = orthodox + size = 151.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 4008.5 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 11180.0 + } } #Matruh (60000/15000 POPS) 1752 = { - aristocrats = { - culture = misri - religion = sunni - size = 231.75 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 100.3 - } - - clergymen = { - culture = misri - religion = sunni - size = 178.75 - } - - artisans = { - culture = misri - religion = sunni - size = 668.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 1080.0 - } - - farmers = { - culture = misri - religion = sunni - size = 13454.5 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 177.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3681.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 231.75 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 100.3 + } + + clergymen = { + culture = misri + religion = sunni + size = 178.75 + } + + artisans = { + culture = misri + religion = sunni + size = 668.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 1080.0 + } + + farmers = { + culture = misri + religion = sunni + size = 13454.5 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 177.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3681.0 + } } #Sidi Barrani (20000/5000 POPS) 1753 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4712.25 + } } #Siwa (16000/4000 POPS) 1754 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 151.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 151.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5559.5 - } - - clergymen = { - culture = misri - religion = sunni - size = 100 - } - - artisans = { - culture = misri - religion = sunni - size = 100 - } - - farmers = { - culture = misri - religion = sunni - size = 2300 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 151.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 151.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5559.5 + } + + clergymen = { + culture = misri + religion = sunni + size = 100 + } + + artisans = { + culture = misri + religion = sunni + size = 100 + } + + farmers = { + culture = misri + religion = sunni + size = 2300 + } } #Sinai Region (100000) #under the rule of Egypt in 1836 #Suez (72000/18000 POPS) 1755 = { - aristocrats = { - culture = misri - religion = sunni - size = 360.5 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 210.3 - } - - officers = { - culture = misri - religion = sunni - size = 125.75 - } - - clergymen = { - culture = misri - religion = sunni - size = 380.25 - } - - artisans = { - culture = misri - religion = sunni - size = 3227.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 406.0 - } - - farmers = { - culture = misri - religion = sunni - size = 26330.2 - } + aristocrats = { + culture = misri + religion = sunni + size = 360.5 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 210.3 + } + + officers = { + culture = misri + religion = sunni + size = 125.75 + } + + clergymen = { + culture = misri + religion = sunni + size = 380.25 + } + + artisans = { + culture = misri + religion = sunni + size = 3227.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 406.0 + } + + farmers = { + culture = misri + religion = sunni + size = 26330.2 + } } #Al Arish (16000/4000 POPS) 1756 = { - aristocrats = { - culture = misri - religion = sunni - size = 25.75 - } - - clergymen = { - culture = misri - religion = sunni - size = 151.5 - } - - artisans = { - culture = misri - religion = sunni - size = 203.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 75.75 - } - - farmers = { - culture = misri - religion = sunni - size = 3854.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 151.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 125.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3654.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 25.75 + } + + clergymen = { + culture = misri + religion = sunni + size = 151.5 + } + + artisans = { + culture = misri + religion = sunni + size = 203.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 75.75 + } + + farmers = { + culture = misri + religion = sunni + size = 3854.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 151.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 125.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3654.0 + } } #Sharm al Shaykh (12000/3000 POPS) 1757 = { - aristocrats = { - culture = misri - religion = sunni - size = 15.450000000000001 - } - - clergymen = { - culture = misri - religion = sunni - size = 25.75 - } - - artisans = { - culture = misri - religion = sunni - size = 51.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 10.3 - } - - farmers = { - culture = misri - religion = sunni - size = 927.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1854.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 15.450000000000001 + } + + clergymen = { + culture = misri + religion = sunni + size = 25.75 + } + + artisans = { + culture = misri + religion = sunni + size = 51.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 10.3 + } + + farmers = { + culture = misri + religion = sunni + size = 927.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1854.0 + } } #Hariga Region (56000) #uncolonized in 1836 #Farafra (8000/2000 POPS) 1758 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1854.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1854.0 + } } #Bawiti (12000/3000 POPS) 1759 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2781.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2781.0 + } } #Mut (20000/5000 POPS) 1760 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4712.25 + } } #Baris (16000/4000 POPS) 1761 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3759.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3759.5 + } } #Vostani Region (672000) #under the rule of Egypt in 1836 #Asyut (196000/49000 POPS) 1762 = { - aristocrats = { - culture = misri - religion = sunni - size = 643.75 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 263 - } - - officers = { - culture = misri - religion = sunni - size = 180.25 - } - - clergymen = { - culture = misri - religion = sunni - size = 459.0 - } - - artisans = { - culture = misri - religion = sunni - size = 1696.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 1280.0 - } - - farmers = { - culture = misri - religion = sunni - size = 37307.2 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 115 - } - - clergymen = { - culture = misri - religion = coptic - size = 154.5 - } - - artisans = { - culture = misri - religion = coptic - size = 1027.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 19643.05 - } + aristocrats = { + culture = misri + religion = sunni + size = 643.75 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 263 + } + + officers = { + culture = misri + religion = sunni + size = 180.25 + } + + clergymen = { + culture = misri + religion = sunni + size = 459.0 + } + + artisans = { + culture = misri + religion = sunni + size = 1696.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 1280.0 + } + + farmers = { + culture = misri + religion = sunni + size = 37307.2 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 115 + } + + clergymen = { + culture = misri + religion = coptic + size = 154.5 + } + + artisans = { + culture = misri + religion = coptic + size = 1027.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 19643.05 + } } #Bani Suwayf (76000/19000 OPS) } 1763 = { - aristocrats = { - culture = misri - religion = sunni - size = 283.25 - } - - clergymen = { - culture = misri - religion = sunni - size = 254.5 - } - - artisans = { - culture = misri - religion = sunni - size = 924.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 506.0 - } - - farmers = { - culture = misri - religion = sunni - size = 27312.25 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 254.5 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 5084.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 283.25 + } + + clergymen = { + culture = misri + religion = sunni + size = 254.5 + } + + artisans = { + culture = misri + religion = sunni + size = 924.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 506.0 + } + + farmers = { + culture = misri + religion = sunni + size = 27312.25 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 254.5 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 5084.0 + } } #Minya (104000/26000 POPS) 1764 = { - aristocrats = { - culture = misri - religion = sunni - size = 386.25 - } - - clergymen = { - culture = misri - religion = sunni - size = 306.0 - } - - artisans = { - culture = misri - religion = sunni - size = 1181.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 1530.0 - } - - farmers = { - culture = misri - religion = sunni - size = 30674.75 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 357.5 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 6041.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 386.25 + } + + clergymen = { + culture = misri + religion = sunni + size = 306.0 + } + + artisans = { + culture = misri + religion = sunni + size = 1181.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 1530.0 + } + + farmers = { + culture = misri + religion = sunni + size = 30674.75 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 357.5 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 6041.0 + } } #Fayyum (192000/48000 POPS) 1765 = { - aristocrats = { - culture = misri - religion = sunni - size = 824.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 537.75 - } - - artisans = { - culture = misri - religion = sunni - size = 2263.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 2030.0 - } - - farmers = { - culture = misri - religion = sunni - size = 46605.25 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 409.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 7019.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 824.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 537.75 + } + + artisans = { + culture = misri + religion = sunni + size = 2263.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 2030.0 + } + + farmers = { + culture = misri + religion = sunni + size = 46605.25 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 409.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 7019.5 + } } #Suhaj (96000/24000 POPS) 2559 = { - aristocrats = { - culture = misri - religion = sunni - size = 412.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 331.75 - } - - artisans = { - culture = misri - religion = sunni - size = 1233.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 1257.5 - } - - farmers = { - culture = misri - religion = sunni - size = 29425.75 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4105.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 412.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 331.75 + } + + artisans = { + culture = misri + religion = sunni + size = 1233.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 1257.5 + } + + farmers = { + culture = misri + religion = sunni + size = 29425.75 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4105.5 + } } #Said Region (244000) #under the rule of Egypt in 1836 #Aswan (48000/12000 POPS) 1766 = { - aristocrats = { - culture = misri - religion = sunni - size = 180.25 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 146.35 - } - - officers = { - culture = misri - religion = sunni - size = 177.25 - } - - clergymen = { - culture = misri - religion = sunni - size = 203.0 - } - - artisans = { - culture = misri - religion = sunni - size = 615.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 528.75 - } - - farmers = { - culture = misri - religion = sunni - size = 18449.4 - } - - bureaucrats = { - culture = misri - religion = coptic - size = 105.15 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4005.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 180.25 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 146.35 + } + + officers = { + culture = misri + religion = sunni + size = 177.25 + } + + clergymen = { + culture = misri + religion = sunni + size = 203.0 + } + + artisans = { + culture = misri + religion = sunni + size = 615.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 528.75 + } + + farmers = { + culture = misri + religion = sunni + size = 18449.4 + } + + bureaucrats = { + culture = misri + religion = coptic + size = 105.15 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4005.5 + } } #Luxor (68000/17000 POPS) 1767 = { - aristocrats = { - culture = misri - religion = sunni - size = 231.75 - } - - clergymen = { - culture = misri - religion = sunni - size = 228.75 - } - - artisans = { - culture = misri - religion = sunni - size = 718.0 - } - - soldiers = { - culture = misri - religion = sunni - size = 580.25 - } - - farmers = { - culture = misri - religion = sunni - size = 20601.25 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 357.5 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 7041.0 - } + aristocrats = { + culture = misri + religion = sunni + size = 231.75 + } + + clergymen = { + culture = misri + religion = sunni + size = 228.75 + } + + artisans = { + culture = misri + religion = sunni + size = 718.0 + } + + soldiers = { + culture = misri + religion = sunni + size = 580.25 + } + + farmers = { + culture = misri + religion = sunni + size = 20601.25 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 357.5 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 7041.0 + } } #Idfu (76000/19000 POPS) 1768 = { - aristocrats = { - culture = misri - religion = sunni - size = 309.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 280.25 - } - - artisans = { - culture = misri - religion = sunni - size = 975.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 506.0 - } - - farmers = { - culture = misri - religion = sunni - size = 25439.25 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4105.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 309.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 280.25 + } + + artisans = { + culture = misri + religion = sunni + size = 975.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 506.0 + } + + farmers = { + culture = misri + religion = sunni + size = 25439.25 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4105.5 + } } #Qina (52000/13000 POPS) 1769 = { - aristocrats = { - culture = misri - religion = sunni - size = 206.0 - } - - clergymen = { - culture = misri - religion = sunni - size = 203.0 - } - - artisans = { - culture = misri - religion = sunni - size = 666.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 554.5 - } - - farmers = { - culture = misri - religion = sunni - size = 19700.0 - } - - clergymen = { - culture = misri - religion = coptic - size = 151.5 - } - - artisans = { - culture = misri - religion = coptic - size = 203.0 - } - - soldiers = { - culture = misri - religion = coptic - size = 100.0 - } - - farmers = { - culture = misri - religion = coptic - size = 4105.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 206.0 + } + + clergymen = { + culture = misri + religion = sunni + size = 203.0 + } + + artisans = { + culture = misri + religion = sunni + size = 666.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 554.5 + } + + farmers = { + culture = misri + religion = sunni + size = 19700.0 + } + + clergymen = { + culture = misri + religion = coptic + size = 151.5 + } + + artisans = { + culture = misri + religion = coptic + size = 203.0 + } + + soldiers = { + culture = misri + religion = coptic + size = 100.0 + } + + farmers = { + culture = misri + religion = coptic + size = 4105.5 + } } #Red Sea Region (44000) #see Sudan.txt for balance of the region #under the rule of Egypt in 1836 #Qusayr (12000/3000 POPS) 1770 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2781.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2781.0 + } } #Marsa Alam (20000/5000 POPS) 1771 = { - aristocrats = { - culture = misri - religion = sunni - size = 15.450000000000001 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 150 - } - - clergymen = { - culture = misri - religion = sunni - size = 25.75 - } - - artisans = { - culture = misri - religion = sunni - size = 51.5 - } - - soldiers = { - culture = misri - religion = sunni - size = 10.3 - } - - farmers = { - culture = misri - religion = sunni - size = 927.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3759.5 - } + aristocrats = { + culture = misri + religion = sunni + size = 15.450000000000001 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 150 + } + + clergymen = { + culture = misri + religion = sunni + size = 25.75 + } + + artisans = { + culture = misri + religion = sunni + size = 51.5 + } + + soldiers = { + culture = misri + religion = sunni + size = 10.3 + } + + farmers = { + culture = misri + religion = sunni + size = 927.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3759.5 + } } #Ras Gharib (12000/3000 POPS) 1772 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2781.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2781.0 + } } diff --git a/HPM/history/pops/1861.4.14/Equatorial Guinea.txt b/HPM/history/pops/1861.4.14/Equatorial Guinea.txt index bb27ca56..f10e57fd 100644 --- a/HPM/history/pops/1861.4.14/Equatorial Guinea.txt +++ b/HPM/history/pops/1861.4.14/Equatorial Guinea.txt @@ -2,91 +2,91 @@ #Ruled By Spain in 1836 #Fernando Po (11000/2750 POPS) 1955 = { - aristocrats = { - culture = spanish - religion = catholic - size = 3.09 - } + aristocrats = { + culture = spanish + religion = catholic + size = 3.09 + } - bureaucrats = { - culture = spanish - religion = catholic - size = 2.06 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 2.06 + } - clergymen = { - culture = spanish - religion = catholic - size = 5.15 - } + clergymen = { + culture = spanish + religion = catholic + size = 5.15 + } - artisans = { - culture = spanish - religion = catholic - size = 5.15 - } + artisans = { + culture = spanish + religion = catholic + size = 5.15 + } - soldiers = { - culture = spanish - religion = catholic - size = 5.15 - } + soldiers = { + culture = spanish + religion = catholic + size = 5.15 + } - artisans = { - culture = fang - religion = catholic - size = 123.60000000000001 - } + artisans = { + culture = fang + religion = catholic + size = 123.60000000000001 + } - soldiers = { - culture = fang - religion = catholic - size = 51.5 - } + soldiers = { + culture = fang + religion = catholic + size = 51.5 + } - farmers = { - culture = fang - religion = catholic - size = 1575.9 - } + farmers = { + culture = fang + religion = catholic + size = 1575.9 + } - slaves = { - culture = fang - religion = animist - size = 1030.0 - } + slaves = { + culture = fang + religion = animist + size = 1030.0 + } } #uncolonized in 1836 #Bata (132000/33000 POPS) 1973 = { - aristocrats = { - culture = fang - religion = animist - size = 360.5 - } + aristocrats = { + culture = fang + religion = animist + size = 360.5 + } - clergymen = { - culture = fang - religion = animist - size = 309.0 - } + clergymen = { + culture = fang + religion = animist + size = 309.0 + } - artisans = { - culture = fang - religion = animist - size = 1545.0 - } + artisans = { + culture = fang + religion = animist + size = 1545.0 + } - soldiers = { - culture = fang - religion = animist - size = 360.5 - } + soldiers = { + culture = fang + religion = animist + size = 360.5 + } - farmers = { - culture = fang - religion = animist - size = 32445.0 - } + farmers = { + culture = fang + religion = animist + size = 32445.0 + } } diff --git a/HPM/history/pops/1861.4.14/Eritrea.txt b/HPM/history/pops/1861.4.14/Eritrea.txt index c7cdcaf5..e005a0f1 100644 --- a/HPM/history/pops/1861.4.14/Eritrea.txt +++ b/HPM/history/pops/1861.4.14/Eritrea.txt @@ -2,245 +2,245 @@ #under the rule of Egypt in 1836 #Massawa (28000/7000 POPS) 1849 = { - aristocrats = { - culture = tigray - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tigray - religion = sunni - size = 77.25 - } - - artisans = { - culture = tigray - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tigray - religion = sunni - size = 25.75 - } - - farmers = { - culture = tigray - religion = sunni - size = 2781.0 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 5.15 - } - - soldiers = { - culture = misri - religion = sunni - size = 20.6 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3708.0 - } + aristocrats = { + culture = tigray + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tigray + religion = sunni + size = 77.25 + } + + artisans = { + culture = tigray + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tigray + religion = sunni + size = 25.75 + } + + farmers = { + culture = tigray + religion = sunni + size = 2781.0 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 5.15 + } + + soldiers = { + culture = misri + religion = sunni + size = 20.6 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3708.0 + } } #Assab (44000/11000 POPS) 1851 = { - aristocrats = { - culture = tigray - religion = sunni - size = 128.75 - } - - clergymen = { - culture = tigray - religion = sunni - size = 77.25 - } - - artisans = { - culture = tigray - religion = sunni - size = 360.5 - } - - soldiers = { - culture = tigray - religion = sunni - size = 77.25 - } - - farmers = { - culture = tigray - religion = sunni - size = 6566.25 - } - - aristocrats = { - culture = afar - religion = sunni - size = 77.25 - } - - clergymen = { - culture = afar - religion = sunni - size = 77.25 - } - - artisans = { - culture = afar - religion = sunni - size = 206.0 - } - - soldiers = { - culture = afar - religion = sunni - size = 51.5 - } - - farmers = { - culture = afar - religion = sunni - size = 3708.0 - } + aristocrats = { + culture = tigray + religion = sunni + size = 128.75 + } + + clergymen = { + culture = tigray + religion = sunni + size = 77.25 + } + + artisans = { + culture = tigray + religion = sunni + size = 360.5 + } + + soldiers = { + culture = tigray + religion = sunni + size = 77.25 + } + + farmers = { + culture = tigray + religion = sunni + size = 6566.25 + } + + aristocrats = { + culture = afar + religion = sunni + size = 77.25 + } + + clergymen = { + culture = afar + religion = sunni + size = 77.25 + } + + artisans = { + culture = afar + religion = sunni + size = 206.0 + } + + soldiers = { + culture = afar + religion = sunni + size = 51.5 + } + + farmers = { + culture = afar + religion = sunni + size = 3708.0 + } } #under the rule of Ethiopia in 1836 #Asmara (80000/20000 POPS) 1848 = { - aristocrats = { - culture = tigray - religion = coptic - size = 231.75 - } - - bureaucrats = { - culture = tigray - religion = coptic - size = 15.450000000000001 - } - - officers = { - culture = tigray - religion = coptic - size = 25.75 - } - - clergymen = { - culture = tigray - religion = coptic - size = 128.75 - } - - artisans = { - culture = tigray - religion = coptic - size = 618.0 - } - - soldiers = { - culture = tigray - religion = coptic - size = 128.75 - } - - farmers = { - culture = tigray - religion = coptic - size = 11149.75 - } - - aristocrats = { - culture = tigray - religion = sunni - size = 154.5 - } - - clergymen = { - culture = tigray - religion = sunni - size = 77.25 - } - - artisans = { - culture = tigray - religion = sunni - size = 412.0 - } - - soldiers = { - culture = tigray - religion = sunni - size = 77.25 - } - - farmers = { - culture = tigray - religion = sunni - size = 7519.0 - } + aristocrats = { + culture = tigray + religion = coptic + size = 231.75 + } + + bureaucrats = { + culture = tigray + religion = coptic + size = 15.450000000000001 + } + + officers = { + culture = tigray + religion = coptic + size = 25.75 + } + + clergymen = { + culture = tigray + religion = coptic + size = 128.75 + } + + artisans = { + culture = tigray + religion = coptic + size = 618.0 + } + + soldiers = { + culture = tigray + religion = coptic + size = 128.75 + } + + farmers = { + culture = tigray + religion = coptic + size = 11149.75 + } + + aristocrats = { + culture = tigray + religion = sunni + size = 154.5 + } + + clergymen = { + culture = tigray + religion = sunni + size = 77.25 + } + + artisans = { + culture = tigray + religion = sunni + size = 412.0 + } + + soldiers = { + culture = tigray + religion = sunni + size = 77.25 + } + + farmers = { + culture = tigray + religion = sunni + size = 7519.0 + } } #Akordat (28000/7000 POPS) 1850 = { - aristocrats = { - culture = tigray - religion = coptic - size = 128.75 - } - - clergymen = { - culture = tigray - religion = coptic - size = 77.25 - } - - artisans = { - culture = tigray - religion = coptic - size = 360.5 - } - - soldiers = { - culture = tigray - religion = coptic - size = 77.25 - } - - farmers = { - culture = tigray - religion = coptic - size = 6566.25 - } + aristocrats = { + culture = tigray + religion = coptic + size = 128.75 + } + + clergymen = { + culture = tigray + religion = coptic + size = 77.25 + } + + artisans = { + culture = tigray + religion = coptic + size = 360.5 + } + + soldiers = { + culture = tigray + religion = coptic + size = 77.25 + } + + farmers = { + culture = tigray + religion = coptic + size = 6566.25 + } } diff --git a/HPM/history/pops/1861.4.14/Estonia.txt b/HPM/history/pops/1861.4.14/Estonia.txt index 6f7add3c..55751dd8 100644 --- a/HPM/history/pops/1861.4.14/Estonia.txt +++ b/HPM/history/pops/1861.4.14/Estonia.txt @@ -2,354 +2,354 @@ #under the rule of Russia in 1836 #Tallinn/Reval (160000/40000 POPS) 349 = { - clergymen = { - culture = estonian - religion = protestant - size = 334.75 - } - - artisans = { - culture = estonian - religion = protestant - size = 772.5 - } - - soldiers = { - culture = estonian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = estonian - religion = protestant - size = 35972.75 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 386.25 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 77.25 - } - - officers = { - culture = north_german - religion = protestant - size = 128.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 849.75 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - clergymen = { - culture = swedish - religion = protestant - size = 25.75 - } - - artisans = { - culture = swedish - religion = protestant - size = 309.0 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25.75 - } - - farmers = { - culture = swedish - religion = protestant - size = 412.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 437.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 25.75 - } - - officers = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 180.25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } + clergymen = { + culture = estonian + religion = protestant + size = 334.75 + } + + artisans = { + culture = estonian + religion = protestant + size = 772.5 + } + + soldiers = { + culture = estonian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = estonian + religion = protestant + size = 35972.75 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 386.25 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 77.25 + } + + officers = { + culture = north_german + religion = protestant + size = 128.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 849.75 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + clergymen = { + culture = swedish + religion = protestant + size = 25.75 + } + + artisans = { + culture = swedish + religion = protestant + size = 309.0 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25.75 + } + + farmers = { + culture = swedish + religion = protestant + size = 412.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 437.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 25.75 + } + + officers = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 180.25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } } #Narva (184000/46000 POPS) 350 = { - clergymen = { - culture = estonian - religion = protestant - size = 437.75 - } - - artisans = { - culture = estonian - religion = protestant - size = 2369.0 - } - - soldiers = { - culture = estonian - religion = protestant - size = 463.5 - } - - farmers = { - culture = estonian - religion = protestant - size = 42049.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 824.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 1030.0 - } + clergymen = { + culture = estonian + religion = protestant + size = 437.75 + } + + artisans = { + culture = estonian + religion = protestant + size = 2369.0 + } + + soldiers = { + culture = estonian + religion = protestant + size = 463.5 + } + + farmers = { + culture = estonian + religion = protestant + size = 42049.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 824.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 1030.0 + } } #Parnu (92000/23000 POPS) 351 = { - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 566.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - clergymen = { - culture = estonian - religion = protestant - size = 412.0 - } - - artisans = { - culture = estonian - religion = protestant - size = 618.0 - } - - soldiers = { - culture = estonian - religion = protestant - size = 206.0 - } - - farmers = { - culture = estonian - religion = protestant - size = 21424.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 566.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + clergymen = { + culture = estonian + religion = protestant + size = 412.0 + } + + artisans = { + culture = estonian + religion = protestant + size = 618.0 + } + + soldiers = { + culture = estonian + religion = protestant + size = 206.0 + } + + farmers = { + culture = estonian + religion = protestant + size = 21424.0 + } } #Tartu/Dorpat (156000/39000 POPS) 352 = { - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 566.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - clergymen = { - culture = estonian - religion = protestant - size = 360.5 - } - - artisans = { - culture = estonian - religion = protestant - size = 1339.0 - } - - soldiers = { - culture = estonian - religion = protestant - size = 360.5 - } - - farmers = { - culture = estonian - religion = protestant - size = 35535.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 1364.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 566.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + clergymen = { + culture = estonian + religion = protestant + size = 360.5 + } + + artisans = { + culture = estonian + religion = protestant + size = 1339.0 + } + + soldiers = { + culture = estonian + religion = protestant + size = 360.5 + } + + farmers = { + culture = estonian + religion = protestant + size = 35535.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 1364.75 + } } #Kuressaare (16000/4000 POPS) 353 = { - aristocrats = { - culture = north_german - religion = protestant - size = 82.4 - } - - clergymen = { - culture = north_german - religion = protestant - size = 10.3 - } - - artisans = { - culture = north_german - religion = protestant - size = 51.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 10.3 - } - - clergymen = { - culture = estonian - religion = protestant - size = 51.5 - } - - artisans = { - culture = estonian - religion = protestant - size = 154.5 - } - - soldiers = { - culture = estonian - religion = protestant - size = 25.75 - } - - farmers = { - culture = estonian - religion = protestant - size = 3733.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 82.4 + } + + clergymen = { + culture = north_german + religion = protestant + size = 10.3 + } + + artisans = { + culture = north_german + religion = protestant + size = 51.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 10.3 + } + + clergymen = { + culture = estonian + religion = protestant + size = 51.5 + } + + artisans = { + culture = estonian + religion = protestant + size = 154.5 + } + + soldiers = { + culture = estonian + religion = protestant + size = 25.75 + } + + farmers = { + culture = estonian + religion = protestant + size = 3733.75 + } } diff --git a/HPM/history/pops/1861.4.14/Ethiopia.txt b/HPM/history/pops/1861.4.14/Ethiopia.txt index 625a7c84..e02ebffd 100644 --- a/HPM/history/pops/1861.4.14/Ethiopia.txt +++ b/HPM/history/pops/1861.4.14/Ethiopia.txt @@ -2,1514 +2,1514 @@ #under the rule of Ethiopia in 1836 #Gonder (632000/158000 POPS) 1852 = { - aristocrats = { - culture = amhara - religion = coptic - size = 2100 - } - - bureaucrats = { - culture = amhara - religion = coptic - size = 455 - } - - officers = { - culture = amhara - religion = coptic - size = 420 - } - - clergymen = { - culture = amhara - religion = coptic - size = 1155 - } - - artisans = { - culture = amhara - religion = coptic - size = 5650 - } - - soldiers = { - culture = amhara - religion = coptic - size = 5020 - } - - farmers = { - culture = amhara - religion = coptic - size = 90000 - } - - slaves = { - culture = amhara - religion = coptic - size = 11200 - } - - aristocrats = { - culture = amhara - religion = jewish - size = 100 - } - - officers = { - culture = amhara - religion = jewish - size = 105 - } - - clergymen = { - culture = amhara - religion = jewish - size = 105 - } - - artisans = { - culture = amhara - religion = jewish - size = 350 - } - - soldiers = { - culture = amhara - religion = jewish - size = 1100 - } - - farmers = { - culture = amhara - religion = jewish - size = 7630 - } - - aristocrats = { - culture = tigray - religion = coptic - size = 775 - } - - officers = { - culture = tigray - religion = coptic - size = 100 - } - - clergymen = { - culture = tigray - religion = coptic - size = 100 - } - - artisans = { - culture = tigray - religion = coptic - size = 650 - } - - soldiers = { - culture = tigray - religion = coptic - size = 1100 - } - - farmers = { - culture = tigray - religion = coptic - size = 32300 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 775 - } - - officers = { - culture = oromo - religion = coptic - size = 100 - } - - clergymen = { - culture = oromo - religion = coptic - size = 100 - } - - artisans = { - culture = oromo - religion = coptic - size = 650 - } - - soldiers = { - culture = oromo - religion = coptic - size = 1100 - } - - farmers = { - culture = oromo - religion = coptic - size = 2300 - } - - slaves = { - culture = oromo - religion = sunni - size = 3800 - } + aristocrats = { + culture = amhara + religion = coptic + size = 2100 + } + + bureaucrats = { + culture = amhara + religion = coptic + size = 455 + } + + officers = { + culture = amhara + religion = coptic + size = 420 + } + + clergymen = { + culture = amhara + religion = coptic + size = 1155 + } + + artisans = { + culture = amhara + religion = coptic + size = 5650 + } + + soldiers = { + culture = amhara + religion = coptic + size = 5020 + } + + farmers = { + culture = amhara + religion = coptic + size = 90000 + } + + slaves = { + culture = amhara + religion = coptic + size = 11200 + } + + aristocrats = { + culture = amhara + religion = jewish + size = 100 + } + + officers = { + culture = amhara + religion = jewish + size = 105 + } + + clergymen = { + culture = amhara + religion = jewish + size = 105 + } + + artisans = { + culture = amhara + religion = jewish + size = 350 + } + + soldiers = { + culture = amhara + religion = jewish + size = 1100 + } + + farmers = { + culture = amhara + religion = jewish + size = 7630 + } + + aristocrats = { + culture = tigray + religion = coptic + size = 775 + } + + officers = { + culture = tigray + religion = coptic + size = 100 + } + + clergymen = { + culture = tigray + religion = coptic + size = 100 + } + + artisans = { + culture = tigray + religion = coptic + size = 650 + } + + soldiers = { + culture = tigray + religion = coptic + size = 1100 + } + + farmers = { + culture = tigray + religion = coptic + size = 32300 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 775 + } + + officers = { + culture = oromo + religion = coptic + size = 100 + } + + clergymen = { + culture = oromo + religion = coptic + size = 100 + } + + artisans = { + culture = oromo + religion = coptic + size = 650 + } + + soldiers = { + culture = oromo + religion = coptic + size = 1100 + } + + farmers = { + culture = oromo + religion = coptic + size = 2300 + } + + slaves = { + culture = oromo + religion = sunni + size = 3800 + } } #Debre Tabor (656000/164000 POPS) 1853 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1400 - } - - clergymen = { - culture = amhara - religion = coptic - size = 700 - } - - artisans = { - culture = amhara - religion = coptic - size = 2900 - } - - soldiers = { - culture = amhara - religion = coptic - size = 5000 - } - - farmers = { - culture = amhara - religion = coptic - size = 113500 - } - - slaves = { - culture = amhara - religion = coptic - size = 10000 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 800 - } - - clergymen = { - culture = oromo - religion = coptic - size = 440 - } - - artisans = { - culture = oromo - religion = coptic - size = 4810 - } - - farmers = { - culture = oromo - religion = coptic - size = 7750 - } - - slaves = { - culture = oromo - religion = animist - size = 16700 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1400 + } + + clergymen = { + culture = amhara + religion = coptic + size = 700 + } + + artisans = { + culture = amhara + religion = coptic + size = 2900 + } + + soldiers = { + culture = amhara + religion = coptic + size = 5000 + } + + farmers = { + culture = amhara + religion = coptic + size = 113500 + } + + slaves = { + culture = amhara + religion = coptic + size = 10000 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 800 + } + + clergymen = { + culture = oromo + religion = coptic + size = 440 + } + + artisans = { + culture = oromo + religion = coptic + size = 4810 + } + + farmers = { + culture = oromo + religion = coptic + size = 7750 + } + + slaves = { + culture = oromo + religion = animist + size = 16700 + } } #Matamma (652000/163000 POPS) 1854 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1425 - } - - clergymen = { - culture = amhara - religion = coptic - size = 735 - } - - artisans = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 2240 - } - - farmers = { - culture = amhara - religion = coptic - size = 110000 - } - - slaves = { - culture = amhara - religion = coptic - size = 5600 - } - - aristocrats = { - culture = amhara - religion = jewish - size = 145 - } - - clergymen = { - culture = amhara - religion = jewish - size = 110 - } - - artisans = { - culture = amhara - religion = jewish - size = 800 - } - - soldiers = { - culture = amhara - religion = jewish - size = 145 - } - - farmers = { - culture = amhara - religion = jewish - size = 11800 - } - - aristocrats = { - culture = luo - religion = animist - size = 1470 - } - - clergymen = { - culture = luo - religion = animist - size = 170 - } - - artisans = { - culture = luo - religion = animist - size = 3150 - } - - soldiers = { - culture = luo - religion = animist - size = 770 - } - - farmers = { - culture = luo - religion = animist - size = 15840 - } - - slaves = { - culture = luo - religion = animist - size = 5600 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1425 + } + + clergymen = { + culture = amhara + religion = coptic + size = 735 + } + + artisans = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 2240 + } + + farmers = { + culture = amhara + religion = coptic + size = 110000 + } + + slaves = { + culture = amhara + religion = coptic + size = 5600 + } + + aristocrats = { + culture = amhara + religion = jewish + size = 145 + } + + clergymen = { + culture = amhara + religion = jewish + size = 110 + } + + artisans = { + culture = amhara + religion = jewish + size = 800 + } + + soldiers = { + culture = amhara + religion = jewish + size = 145 + } + + farmers = { + culture = amhara + religion = jewish + size = 11800 + } + + aristocrats = { + culture = luo + religion = animist + size = 1470 + } + + clergymen = { + culture = luo + religion = animist + size = 170 + } + + artisans = { + culture = luo + religion = animist + size = 3150 + } + + soldiers = { + culture = luo + religion = animist + size = 770 + } + + farmers = { + culture = luo + religion = animist + size = 15840 + } + + slaves = { + culture = luo + religion = animist + size = 5600 + } } #Debre Markos (1100000/275000 POPS) 1855 = { - aristocrats = { - culture = amhara - religion = coptic - size = 1450 - } - - clergymen = { - culture = amhara - religion = coptic - size = 760 - } - - artisans = { - culture = amhara - religion = coptic - size = 3050 - } - - soldiers = { - culture = amhara - religion = coptic - size = 1740 - } - - farmers = { - culture = amhara - religion = coptic - size = 184500 - } - - slaves = { - culture = amhara - religion = coptic - size = 7000 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 1900 - } - - clergymen = { - culture = oromo - religion = coptic - size = 500 - } - - artisans = { - culture = oromo - religion = animist - size = 8000 - } - - soldiers = { - culture = oromo - religion = coptic - size = 3000 - } - - soldiers = { - culture = oromo - religion = coptic - size = 1300 - } - - farmers = { - culture = oromo - religion = coptic - size = 50000 - } - - slaves = { - culture = oromo - religion = animist - size = 9800 - } + aristocrats = { + culture = amhara + religion = coptic + size = 1450 + } + + clergymen = { + culture = amhara + religion = coptic + size = 760 + } + + artisans = { + culture = amhara + religion = coptic + size = 3050 + } + + soldiers = { + culture = amhara + religion = coptic + size = 1740 + } + + farmers = { + culture = amhara + religion = coptic + size = 184500 + } + + slaves = { + culture = amhara + religion = coptic + size = 7000 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 1900 + } + + clergymen = { + culture = oromo + religion = coptic + size = 500 + } + + artisans = { + culture = oromo + religion = animist + size = 8000 + } + + soldiers = { + culture = oromo + religion = coptic + size = 3000 + } + + soldiers = { + culture = oromo + religion = coptic + size = 1300 + } + + farmers = { + culture = oromo + religion = coptic + size = 50000 + } + + slaves = { + culture = oromo + religion = animist + size = 9800 + } } #Tigray Region (316000) #under the rule of Ethiopia in 1836 #Aksum (196000/49000 POPS) 1856 = { - aristocrats = { - culture = tigray - religion = coptic - size = 800 - } - - bureaucrats = { - culture = tigray - religion = coptic - size = 75 - } - - officers = { - culture = tigray - religion = coptic - size = 70 - } - - clergymen = { - culture = tigray - religion = coptic - size = 420 - } - - artisans = { - culture = tigray - religion = coptic - size = 1750 - } - - soldiers = { - culture = tigray - religion = coptic - size = 2400 - } - - farmers = { - culture = tigray - religion = coptic - size = 62485 - } - - slaves = { - culture = tigray - religion = coptic - size = 7000 - } - - aristocrats = { - culture = amhara - religion = coptic - size = 100 - } - - officers = { - culture = amhara - religion = coptic - size = 100 - } - - clergymen = { - culture = amhara - religion = coptic - size = 100 - } - - artisans = { - culture = amhara - religion = coptic - size = 280 - } - - soldiers = { - culture = amhara - religion = coptic - size = 100 - } - - farmers = { - culture = amhara - religion = coptic - size = 2075 - } - - slaves = { - culture = nilotic - religion = animist - size = 1400 - } + aristocrats = { + culture = tigray + religion = coptic + size = 800 + } + + bureaucrats = { + culture = tigray + religion = coptic + size = 75 + } + + officers = { + culture = tigray + religion = coptic + size = 70 + } + + clergymen = { + culture = tigray + religion = coptic + size = 420 + } + + artisans = { + culture = tigray + religion = coptic + size = 1750 + } + + soldiers = { + culture = tigray + religion = coptic + size = 2400 + } + + farmers = { + culture = tigray + religion = coptic + size = 62485 + } + + slaves = { + culture = tigray + religion = coptic + size = 7000 + } + + aristocrats = { + culture = amhara + religion = coptic + size = 100 + } + + officers = { + culture = amhara + religion = coptic + size = 100 + } + + clergymen = { + culture = amhara + religion = coptic + size = 100 + } + + artisans = { + culture = amhara + religion = coptic + size = 280 + } + + soldiers = { + culture = amhara + religion = coptic + size = 100 + } + + farmers = { + culture = amhara + religion = coptic + size = 2075 + } + + slaves = { + culture = nilotic + religion = animist + size = 1400 + } } #Antalo (180000/45000 POPS) 1857 = { - aristocrats = { - culture = amhara - religion = coptic - size = 700 - } - - clergymen = { - culture = amhara - religion = coptic - size = 350 - } - - artisans = { - culture = amhara - religion = coptic - size = 1500 - } - - soldiers = { - culture = amhara - religion = coptic - size = 2400 - } - - farmers = { - culture = amhara - religion = coptic - size = 24550 - } - - slaves = { - culture = oromo - religion = sunni - size = 22000 - } - - aristocrats = { - culture = tigray - religion = coptic - size = 140 - } - - clergymen = { - culture = tigray - religion = coptic - size = 110 - } - - artisans = { - culture = tigray - religion = coptic - size = 425 - } - - soldiers = { - culture = tigray - religion = coptic - size = 100 - } - - farmers = { - culture = tigray - religion = coptic - size = 22750 - } + aristocrats = { + culture = amhara + religion = coptic + size = 700 + } + + clergymen = { + culture = amhara + religion = coptic + size = 350 + } + + artisans = { + culture = amhara + religion = coptic + size = 1500 + } + + soldiers = { + culture = amhara + religion = coptic + size = 2400 + } + + farmers = { + culture = amhara + religion = coptic + size = 24550 + } + + slaves = { + culture = oromo + religion = sunni + size = 22000 + } + + aristocrats = { + culture = tigray + religion = coptic + size = 140 + } + + clergymen = { + culture = tigray + religion = coptic + size = 110 + } + + artisans = { + culture = tigray + religion = coptic + size = 425 + } + + soldiers = { + culture = tigray + religion = coptic + size = 100 + } + + farmers = { + culture = tigray + religion = coptic + size = 22750 + } } #Awsa (68000/17000 POPS) 1858 = { - aristocrats = { - culture = afar - religion = sunni - size = 315 - } - - clergymen = { - culture = afar - religion = sunni - size = 175 - } - - artisans = { - culture = afar - religion = sunni - size = 700 - } - - soldiers = { - culture = afar - religion = sunni - size = 175 - } - - farmers = { - culture = afar - religion = sunni - size = 12635 - } - - slaves = { - culture = cushitic - religion = animist - size = 3000 - } + aristocrats = { + culture = afar + religion = sunni + size = 315 + } + + clergymen = { + culture = afar + religion = sunni + size = 175 + } + + artisans = { + culture = afar + religion = sunni + size = 700 + } + + soldiers = { + culture = afar + religion = sunni + size = 175 + } + + farmers = { + culture = afar + religion = sunni + size = 12635 + } + + slaves = { + culture = cushitic + religion = animist + size = 3000 + } } #Shoa Region (2068000) #under the rule of Ethiopia in 1836 #Ankober (1236000/309000 POPS) 1859 = { - aristocrats = { - culture = amhara - religion = coptic - size = 11175 - } - - bureaucrats = { - culture = amhara - religion = coptic - size = 665 - } - - officers = { - culture = amhara - religion = coptic - size = 660 - } - - clergymen = { - culture = amhara - religion = coptic - size = 5700 - } - - artisans = { - culture = amhara - religion = coptic - size = 10000 - } - - artisans = { - culture = amhara - religion = coptic - size = 10000 - } - - artisans = { - culture = amhara - religion = coptic - size = 2800 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - soldiers = { - culture = amhara - religion = coptic - size = 3000 - } - - farmers = { - culture = amhara - religion = coptic - size = 62400 - } - - slaves = { - culture = amhara - religion = coptic - size = 21600 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 3225 - } - - bureaucrats = { - culture = oromo - religion = coptic - size = 180 - } - - officers = { - culture = oromo - religion = coptic - size = 600 - } - - clergymen = { - culture = oromo - religion = coptic - size = 1730 - } - - artisans = { - culture = oromo - religion = coptic - size = 6900 - } - - soldiers = { - culture = oromo - religion = coptic - size = 2065 - } - - farmers = { - culture = oromo - religion = coptic - size = 110000 - } - - slaves = { - culture = oromo - religion = sunni - size = 57300 - } - - aristocrats = { - culture = harari - religion = sunni - size = 275 - } - - clergymen = { - culture = harari - religion = sunni - size = 100 - } - - artisans = { - culture = harari - religion = sunni - size = 800 - } - - soldiers = { - culture = harari - religion = sunni - size = 1250 - } - - farmers = { - culture = harari - religion = coptic - size = 20000 - } - - aristocrats = { - culture = harari - religion = coptic - size = 275 - } - - clergymen = { - culture = harari - religion = coptic - size = 100 - } - - artisans = { - culture = harari - religion = coptic - size = 800 - } - - soldiers = { - culture = harari - religion = coptic - size = 1250 - } - - farmers = { - culture = harari - religion = coptic - size = 20000 - } - + aristocrats = { + culture = amhara + religion = coptic + size = 11175 + } + + bureaucrats = { + culture = amhara + religion = coptic + size = 665 + } + + officers = { + culture = amhara + religion = coptic + size = 660 + } + + clergymen = { + culture = amhara + religion = coptic + size = 5700 + } + + artisans = { + culture = amhara + religion = coptic + size = 10000 + } + + artisans = { + culture = amhara + religion = coptic + size = 10000 + } + + artisans = { + culture = amhara + religion = coptic + size = 2800 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + soldiers = { + culture = amhara + religion = coptic + size = 3000 + } + + farmers = { + culture = amhara + religion = coptic + size = 62400 + } + + slaves = { + culture = amhara + religion = coptic + size = 21600 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 3225 + } + + bureaucrats = { + culture = oromo + religion = coptic + size = 180 + } + + officers = { + culture = oromo + religion = coptic + size = 600 + } + + clergymen = { + culture = oromo + religion = coptic + size = 1730 + } + + artisans = { + culture = oromo + religion = coptic + size = 6900 + } + + soldiers = { + culture = oromo + religion = coptic + size = 2065 + } + + farmers = { + culture = oromo + religion = coptic + size = 110000 + } + + slaves = { + culture = oromo + religion = sunni + size = 57300 + } + + aristocrats = { + culture = harari + religion = sunni + size = 275 + } + + clergymen = { + culture = harari + religion = sunni + size = 100 + } + + artisans = { + culture = harari + religion = sunni + size = 800 + } + + soldiers = { + culture = harari + religion = sunni + size = 1250 + } + + farmers = { + culture = harari + religion = coptic + size = 20000 + } + + aristocrats = { + culture = harari + religion = coptic + size = 275 + } + + clergymen = { + culture = harari + religion = coptic + size = 100 + } + + artisans = { + culture = harari + religion = coptic + size = 800 + } + + soldiers = { + culture = harari + religion = coptic + size = 1250 + } + + farmers = { + culture = harari + religion = coptic + size = 20000 + } + } #Awasa (448000/115000 POPS) 1860 = { - aristocrats = { - culture = oromo - religion = sunni - size = 1325 - } - - clergymen = { - culture = oromo - religion = sunni - size = 675 - } - - artisans = { - culture = oromo - religion = sunni - size = 2725 - } - - farmers = { - culture = oromo - religion = sunni - size = 53300 - } - - slaves = { - culture = oromo - religion = animist - size = 10000 - } - - aristocrats = { - culture = oromo #From here on they were amhara and coptic - religion = sunni - size = 925 - } - - clergymen = { - culture = oromo - religion = sunni - size = 475 - } - - artisans = { - culture = oromo - religion = sunni - size = 1900 - } - - soldiers = { - culture = oromo - religion = sunni - size = 475 - } - - farmers = { - culture = oromo - religion = sunni - size = 43225 - } + aristocrats = { + culture = oromo + religion = sunni + size = 1325 + } + + clergymen = { + culture = oromo + religion = sunni + size = 675 + } + + artisans = { + culture = oromo + religion = sunni + size = 2725 + } + + farmers = { + culture = oromo + religion = sunni + size = 53300 + } + + slaves = { + culture = oromo + religion = animist + size = 10000 + } + + aristocrats = { + culture = oromo #From here on they were amhara and coptic + religion = sunni + size = 925 + } + + clergymen = { + culture = oromo + religion = sunni + size = 475 + } + + artisans = { + culture = oromo + religion = sunni + size = 1900 + } + + soldiers = { + culture = oromo + religion = sunni + size = 475 + } + + farmers = { + culture = oromo + religion = sunni + size = 43225 + } } #Aselia (384000/96000 POPS) 1861 = { - aristocrats = { - culture = oromo - religion = sunni - size = 1250 - } - - clergymen = { - culture = oromo - religion = sunni - size = 150 - } - - artisans = { - culture = oromo - religion = sunni - size = 2650 - } - - soldiers = { - culture = oromo - religion = sunni - size = 450 - } - - farmers = { - culture = oromo - religion = sunni - size = 50500 - } - - slaves = { - culture = oromo - religion = sunni - size = 10000 - } - - #From here on they were amhara and coptic - aristocrats = { - culture = oromo - religion = sunni - size = 600 - } - - clergymen = { - culture = oromo - religion = sunni - size = 300 - } - - artisans = { - culture = oromo - religion = sunni - size = 1250 - } - - soldiers = { - culture = oromo - religion = sunni - size = 325 - } - - farmers = { - culture = oromo - religion = sunni - size = 26525 - } - - slaves = { - culture = oromo - religion = sunni - size = 2000 - } + aristocrats = { + culture = oromo + religion = sunni + size = 1250 + } + + clergymen = { + culture = oromo + religion = sunni + size = 150 + } + + artisans = { + culture = oromo + religion = sunni + size = 2650 + } + + soldiers = { + culture = oromo + religion = sunni + size = 450 + } + + farmers = { + culture = oromo + religion = sunni + size = 50500 + } + + slaves = { + culture = oromo + religion = sunni + size = 10000 + } + + #From here on they were amhara and coptic + aristocrats = { + culture = oromo + religion = sunni + size = 600 + } + + clergymen = { + culture = oromo + religion = sunni + size = 300 + } + + artisans = { + culture = oromo + religion = sunni + size = 1250 + } + + soldiers = { + culture = oromo + religion = sunni + size = 325 + } + + farmers = { + culture = oromo + religion = sunni + size = 26525 + } + + slaves = { + culture = oromo + religion = sunni + size = 2000 + } } #Sidamo-Welega Region (1628000) #under the "rule" of Ethiopia in 1836 #Bonga (516000/129000 POPS) 1862 = { - aristocrats = { - culture = kefficho - religion = animist - size = 1000 - } - - officers = { - culture = kefficho - religion = animist - size = 100 - } - - clergymen = { - culture = kefficho - religion = animist - size = 100 - } - - soldiers = { - culture = kefficho - religion = animist - size = 2000 - } - - farmers = { - culture = kefficho - religion = animist - size = 10100 - } - - aristocrats = { - culture = kefficho - religion = coptic - size = 840 - } - - officers = { - culture = kefficho - religion = coptic - size = 100 - } - - clergymen = { - culture = kefficho - religion = coptic - size = 100 - } - - soldiers = { - culture = kefficho - religion = coptic - size = 2000 - } - - farmers = { - culture = kefficho - religion = coptic - size = 7000 - } - - aristocrats = { - culture = cushitic #sidama - religion = animist - size = 4225 - } - - clergymen = { - culture = cushitic #sidama - religion = animist - size = 625 - } - - artisans = { - culture = cushitic #sidama - religion = animist - size = 5350 - } - - soldiers = { - culture = cushitic #sidama - religion = animist - size = 1500 - } - - farmers = { - culture = cushitic #sidama - religion = animist - size = 106500 - } - - slaves = { - culture = cushitic - religion = animist - size = 8200 - } - - aristocrats = { - culture = luo - religion = animist - size = 1300 - } - - clergymen = { - culture = luo - religion = animist - size = 100 - } - - soldiers = { - culture = luo - religion = animist - size = 500 - } - - artisans = { - culture = luo - religion = animist - size = 2000 - } - - farmers = { - culture = luo - religion = animist - size = 42500 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 500 - } - - officers = { - culture = oromo - religion = sunni - size = 100 - } - - clergymen = { - culture = oromo - religion = sunni - size = 100 - } - - soldiers = { - culture = oromo - religion = sunni - size = 2000 - } - - farmers = { - culture = oromo - religion = sunni - size = 47300 - } - - aristocrats = { - culture = amhara - religion = coptic - size = 100 - } - - clergymen = { - culture = amhara - religion = coptic - size = 100 - } - - artisans = { - culture = amhara - religion = coptic - size = 500 - } - - soldiers = { - culture = amhara - religion = coptic - size = 500 - } - - farmers = { - culture = amhara - religion = coptic - size = 8000 - } + aristocrats = { + culture = kefficho + religion = animist + size = 1000 + } + + officers = { + culture = kefficho + religion = animist + size = 100 + } + + clergymen = { + culture = kefficho + religion = animist + size = 100 + } + + soldiers = { + culture = kefficho + religion = animist + size = 2000 + } + + farmers = { + culture = kefficho + religion = animist + size = 10100 + } + + aristocrats = { + culture = kefficho + religion = coptic + size = 840 + } + + officers = { + culture = kefficho + religion = coptic + size = 100 + } + + clergymen = { + culture = kefficho + religion = coptic + size = 100 + } + + soldiers = { + culture = kefficho + religion = coptic + size = 2000 + } + + farmers = { + culture = kefficho + religion = coptic + size = 7000 + } + + aristocrats = { + culture = cushitic #sidama + religion = animist + size = 4225 + } + + clergymen = { + culture = cushitic #sidama + religion = animist + size = 625 + } + + artisans = { + culture = cushitic #sidama + religion = animist + size = 5350 + } + + soldiers = { + culture = cushitic #sidama + religion = animist + size = 1500 + } + + farmers = { + culture = cushitic #sidama + religion = animist + size = 106500 + } + + slaves = { + culture = cushitic + religion = animist + size = 8200 + } + + aristocrats = { + culture = luo + religion = animist + size = 1300 + } + + clergymen = { + culture = luo + religion = animist + size = 100 + } + + soldiers = { + culture = luo + religion = animist + size = 500 + } + + artisans = { + culture = luo + religion = animist + size = 2000 + } + + farmers = { + culture = luo + religion = animist + size = 42500 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 500 + } + + officers = { + culture = oromo + religion = sunni + size = 100 + } + + clergymen = { + culture = oromo + religion = sunni + size = 100 + } + + soldiers = { + culture = oromo + religion = sunni + size = 2000 + } + + farmers = { + culture = oromo + religion = sunni + size = 47300 + } + + aristocrats = { + culture = amhara + religion = coptic + size = 100 + } + + clergymen = { + culture = amhara + religion = coptic + size = 100 + } + + artisans = { + culture = amhara + religion = coptic + size = 500 + } + + soldiers = { + culture = amhara + religion = coptic + size = 500 + } + + farmers = { + culture = amhara + religion = coptic + size = 8000 + } } #Asosa (756000/189000 POPS) 1863 = { - aristocrats = { - culture = amhara - religion = coptic - size = 200 - } - - clergymen = { - culture = amhara - religion = coptic - size = 310 - } - - artisans = { - culture = amhara - religion = coptic - size = 1200 - } - - soldiers = { - culture = amhara - religion = coptic - size = 1100 - } - farmers = { - culture = amhara - religion = coptic - size = 20850 - } - - slaves = { - culture = amhara - religion = coptic - size = 6000 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 1650 - } - - clergymen = { - culture = oromo - religion = sunni - size = 835 - } - - artisans = { - culture = oromo - religion = sunni - size = 3350 - } - - soldiers = { - culture = oromo - religion = sunni - size = 240 - } - - farmers = { - culture = oromo - religion = sunni - size = 57500 - } - - slaves = { - culture = oromo - religion = sunni - size = 49425 - } - - clergymen = { - culture = cushitic - religion = animist - size = 435 - } - - farmers = { - culture = cushitic - religion = animist - size = 41000 - } + aristocrats = { + culture = amhara + religion = coptic + size = 200 + } + + clergymen = { + culture = amhara + religion = coptic + size = 310 + } + + artisans = { + culture = amhara + religion = coptic + size = 1200 + } + + soldiers = { + culture = amhara + religion = coptic + size = 1100 + } + farmers = { + culture = amhara + religion = coptic + size = 20850 + } + + slaves = { + culture = amhara + religion = coptic + size = 6000 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 1650 + } + + clergymen = { + culture = oromo + religion = sunni + size = 835 + } + + artisans = { + culture = oromo + religion = sunni + size = 3350 + } + + soldiers = { + culture = oromo + religion = sunni + size = 240 + } + + farmers = { + culture = oromo + religion = sunni + size = 57500 + } + + slaves = { + culture = oromo + religion = sunni + size = 49425 + } + + clergymen = { + culture = cushitic + religion = animist + size = 435 + } + + farmers = { + culture = cushitic + religion = animist + size = 41000 + } } #Negele (720000/180000 POPS) 1864 = { - aristocrats = { - culture = oromo - religion = sunni - size = 875 - } - - clergymen = { - culture = oromo - religion = sunni - size = 450 - } - - artisans = { - culture = oromo - religion = sunni - size = 1850 - } - - soldiers = { - culture = oromo - religion = sunni - size = 450 - } - - farmers = { - culture = oromo - religion = sunni - size = 35375 - } - - slaves = { - culture = oromo - religion = sunni - size = 27000 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 500 - } - - clergymen = { - culture = cushitic - religion = animist - size = 275 - } - - artisans = { - culture = cushitic - religion = animist - size = 1075 - } - - soldiers = { - culture = cushitic - religion = animist - size = 275 - } - - farmers = { - culture = cushitic - religion = animist - size = 9875 - } - - slaves = { - culture = cushitic - religion = animist - size = 7000 - } + aristocrats = { + culture = oromo + religion = sunni + size = 875 + } + + clergymen = { + culture = oromo + religion = sunni + size = 450 + } + + artisans = { + culture = oromo + religion = sunni + size = 1850 + } + + soldiers = { + culture = oromo + religion = sunni + size = 450 + } + + farmers = { + culture = oromo + religion = sunni + size = 35375 + } + + slaves = { + culture = oromo + religion = sunni + size = 27000 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 500 + } + + clergymen = { + culture = cushitic + religion = animist + size = 275 + } + + artisans = { + culture = cushitic + religion = animist + size = 1075 + } + + soldiers = { + culture = cushitic + religion = animist + size = 275 + } + + farmers = { + culture = cushitic + religion = animist + size = 9875 + } + + slaves = { + culture = cushitic + religion = animist + size = 7000 + } } #Ogaden Region (786000) #under the "rule" of Ethiopia in 1836 #Harer (384000/96000 POPS) 1865 = { - aristocrats = { - culture = harari - religion = sunni - size = 910 - } - - bureaucrats = { - culture = harari - religion = sunni - size = 25 - } - - officers = { - culture = harari - religion = sunni - size = 25 - } - - clergymen = { - culture = harari - religion = sunni - size = 285 - } - - artisans = { - culture = harari - religion = sunni - size = 1900 - } - - soldiers = { - culture = harari - religion = sunni - size = 1100 - } - - farmers = { - culture = harari - religion = sunni - size = 39215 - } - - aristocrats = { - culture = oromo - religion = sunni - size = 300 - } - - clergymen = { - culture = oromo - religion = sunni - size = 165 - } - - artisans = { - culture = oromo - religion = sunni - size = 700 - } - - soldiers = { - culture = oromo - religion = sunni - size = 1170 - } - - farmers = { - culture = oromo - religion = sunni - size = 11665 - } - - slaves = { - culture = cushitic - religion = animist - size = 2200 - } - - aristocrats = { - culture = somali - religion = sunni - size = 950 - } - - clergymen = { - culture = somali - religion = sunni - size = 475 - } - - artisans = { - culture = somali - religion = sunni - size = 2400 - } - - soldiers = { - culture = somali - religion = sunni - size = 175 - } - - farmers = { - culture = somali - religion = sunni - size = 32800 - } + aristocrats = { + culture = harari + religion = sunni + size = 910 + } + + bureaucrats = { + culture = harari + religion = sunni + size = 25 + } + + officers = { + culture = harari + religion = sunni + size = 25 + } + + clergymen = { + culture = harari + religion = sunni + size = 285 + } + + artisans = { + culture = harari + religion = sunni + size = 1900 + } + + soldiers = { + culture = harari + religion = sunni + size = 1100 + } + + farmers = { + culture = harari + religion = sunni + size = 39215 + } + + aristocrats = { + culture = oromo + religion = sunni + size = 300 + } + + clergymen = { + culture = oromo + religion = sunni + size = 165 + } + + artisans = { + culture = oromo + religion = sunni + size = 700 + } + + soldiers = { + culture = oromo + religion = sunni + size = 1170 + } + + farmers = { + culture = oromo + religion = sunni + size = 11665 + } + + slaves = { + culture = cushitic + religion = animist + size = 2200 + } + + aristocrats = { + culture = somali + religion = sunni + size = 950 + } + + clergymen = { + culture = somali + religion = sunni + size = 475 + } + + artisans = { + culture = somali + religion = sunni + size = 2400 + } + + soldiers = { + culture = somali + religion = sunni + size = 175 + } + + farmers = { + culture = somali + religion = sunni + size = 32800 + } } #uncolonized in 1836 #Goba (296000/74000 POPS) 1866 = { - aristocrats = { - culture = oromo - religion = sunni - size = 625 - } - - clergymen = { - culture = oromo - religion = sunni - size = 325 - } - - artisans = { - culture = oromo - religion = sunni - size = 1600 - } - - soldiers = { - culture = oromo - religion = sunni - size = 1050 - } - - farmers = { - culture = oromo - religion = sunni - size = 38500 - } - - slaves = { - culture = cushitic - religion = animist - size = 5000 - } - + aristocrats = { + culture = oromo + religion = sunni + size = 625 + } + + clergymen = { + culture = oromo + religion = sunni + size = 325 + } + + artisans = { + culture = oromo + religion = sunni + size = 1600 + } + + soldiers = { + culture = oromo + religion = sunni + size = 1050 + } + + farmers = { + culture = oromo + religion = sunni + size = 38500 + } + + slaves = { + culture = cushitic + religion = animist + size = 5000 + } + } #Werder (328000/82000 POPS) 1867 = { - clergymen = { - culture = oromo - religion = sunni - size = 150 - } - - artisans = { - culture = oromo - religion = sunni - size = 750 - } - - soldiers = { - culture = oromo - religion = sunni - size = 150 - } - - farmers = { - culture = oromo - religion = sunni - size = 13675 - } - - aristocrats = { - culture = somali - religion = sunni - size = 1575 - } - - clergymen = { - culture = somali - religion = sunni - size = 100 - } - - soldiers = { - culture = somali - religion = sunni - size = 1150 - } - - artisans = { - culture = somali - religion = sunni - size = 3425 - } - - farmers = { - culture = somali - religion = sunni - size = 50625 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + clergymen = { + culture = oromo + religion = sunni + size = 150 + } + + artisans = { + culture = oromo + religion = sunni + size = 750 + } + + soldiers = { + culture = oromo + religion = sunni + size = 150 + } + + farmers = { + culture = oromo + religion = sunni + size = 13675 + } + + aristocrats = { + culture = somali + religion = sunni + size = 1575 + } + + clergymen = { + culture = somali + religion = sunni + size = 100 + } + + soldiers = { + culture = somali + religion = sunni + size = 1150 + } + + artisans = { + culture = somali + religion = sunni + size = 3425 + } + + farmers = { + culture = somali + religion = sunni + size = 50625 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } diff --git a/HPM/history/pops/1861.4.14/Falkland Islands.txt b/HPM/history/pops/1861.4.14/Falkland Islands.txt index 8f927867..2de68e38 100644 --- a/HPM/history/pops/1861.4.14/Falkland Islands.txt +++ b/HPM/history/pops/1861.4.14/Falkland Islands.txt @@ -1,35 +1,35 @@ #Falkland Islands (660) #Falkland Islands (600/150 POPS) 2131 = { - clergymen = { - culture = british - religion = protestant - size = 2 - } + clergymen = { + culture = british + religion = protestant + size = 2 + } - artisans = { - culture = british - religion = protestant - size = 13 - } + artisans = { + culture = british + religion = protestant + size = 13 + } - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - farmers = { - culture = british - religion = protestant - size = 110 - } + farmers = { + culture = british + religion = protestant + size = 110 + } } #South Georgia (60/15 POPS) 2133 = { - farmers = { - culture = british - religion = protestant - size = 15 - } + farmers = { + culture = british + religion = protestant + size = 15 + } } diff --git a/HPM/history/pops/1861.4.14/Fiji.txt b/HPM/history/pops/1861.4.14/Fiji.txt index 3c9fc67f..f97d68df 100644 --- a/HPM/history/pops/1861.4.14/Fiji.txt +++ b/HPM/history/pops/1861.4.14/Fiji.txt @@ -1,65 +1,65 @@ #Eastern Melanesia (100000) #Fiji (92000/23000 POPS) 2454 = { - aristocrats = { - culture = melanesian - religion = animist - size = 425 - } + aristocrats = { + culture = melanesian + religion = animist + size = 425 + } - clergymen = { - culture = melanesian - religion = animist - size = 250 - } + clergymen = { + culture = melanesian + religion = animist + size = 250 + } - artisans = { - culture = melanesian - religion = animist - size = 1150 - } + artisans = { + culture = melanesian + religion = animist + size = 1150 + } - soldiers = { - culture = melanesian - religion = animist - size = 250 - } + soldiers = { + culture = melanesian + religion = animist + size = 250 + } - farmers = { - culture = melanesian - religion = animist - size = 20925 - } + farmers = { + culture = melanesian + religion = animist + size = 20925 + } } #Lomaji (8000/2000 POPS) 2520 = { - aristocrats = { - culture = melanesian - religion = animist - size = 25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 25 + } - clergymen = { - culture = melanesian - religion = animist - size = 50 - } + clergymen = { + culture = melanesian + religion = animist + size = 50 + } - artisans = { - culture = melanesian - religion = animist - size = 100 - } + artisans = { + culture = melanesian + religion = animist + size = 100 + } - soldiers = { - culture = melanesian - religion = animist - size = 25 - } + soldiers = { + culture = melanesian + religion = animist + size = 25 + } - farmers = { - culture = melanesian - religion = animist - size = 1800 - } + farmers = { + culture = melanesian + religion = animist + size = 1800 + } } diff --git a/HPM/history/pops/1861.4.14/Finland.txt b/HPM/history/pops/1861.4.14/Finland.txt index 7af519e3..c8a5e23f 100644 --- a/HPM/history/pops/1861.4.14/Finland.txt +++ b/HPM/history/pops/1861.4.14/Finland.txt @@ -2,682 +2,682 @@ #under the rule of Russia in 1836 #Oulu (64000/16000 POPS) 336 = { - bureaucrats = { - culture = finnish - religion = protestant - size = 154.5 - } - - officers = { - culture = finnish - religion = protestant - size = 25.75 - } - - clergymen = { - culture = finnish - religion = protestant - size = 154.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 824.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 154.5 - } - - farmers = { - culture = finnish - religion = protestant - size = 15166.75 - } + bureaucrats = { + culture = finnish + religion = protestant + size = 154.5 + } + + officers = { + culture = finnish + religion = protestant + size = 25.75 + } + + clergymen = { + culture = finnish + religion = protestant + size = 154.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 824.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 154.5 + } + + farmers = { + culture = finnish + religion = protestant + size = 15166.75 + } } #Kajaani (16000/4000 POPS) 337 = { - clergymen = { - culture = finnish - religion = protestant - size = 51.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 206.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 25.75 - } - - farmers = { - culture = finnish - religion = protestant - size = 3836.75 - } + clergymen = { + culture = finnish + religion = protestant + size = 51.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 206.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 25.75 + } + + farmers = { + culture = finnish + religion = protestant + size = 3836.75 + } } #Tornio (40000/10000 POPS) 338 = { - clergymen = { - culture = finnish - religion = protestant - size = 77.25 - } - - artisans = { - culture = finnish - religion = protestant - size = 489.25 - } - - soldiers = { - culture = finnish - religion = protestant - size = 103.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 9089.75 - } - - farmers = { - culture = sami - religion = protestant - size = 515.0 - } + clergymen = { + culture = finnish + religion = protestant + size = 77.25 + } + + artisans = { + culture = finnish + religion = protestant + size = 489.25 + } + + soldiers = { + culture = finnish + religion = protestant + size = 103.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 9089.75 + } + + farmers = { + culture = sami + religion = protestant + size = 515.0 + } } #Karelia Region (524000) #under the rule of Russia in 1836 #Viipuri (192000/48000 POPS) #now part of Russia 339 = { - bureaucrats = { - culture = finnish - religion = protestant - size = 51.5 - } - - officers = { - culture = finnish - religion = protestant - size = 103.0 - } - - clergymen = { - culture = finnish - religion = protestant - size = 412.0 - } - - artisans = { - culture = finnish - religion = protestant - size = 2214.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 412.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 43981.0 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 51.5 - } - - artisans = { - culture = finnish - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = finnish - religion = orthodox - size = 51.5 - } - - farmers = { - culture = finnish - religion = orthodox - size = 4789.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - officers = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } + bureaucrats = { + culture = finnish + religion = protestant + size = 51.5 + } + + officers = { + culture = finnish + religion = protestant + size = 103.0 + } + + clergymen = { + culture = finnish + religion = protestant + size = 412.0 + } + + artisans = { + culture = finnish + religion = protestant + size = 2214.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 412.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 43981.0 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 51.5 + } + + artisans = { + culture = finnish + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = finnish + religion = orthodox + size = 51.5 + } + + farmers = { + culture = finnish + religion = orthodox + size = 4789.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + officers = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } } #Kotka (64000/16000 POPS) 340 = { - clergymen = { - culture = finnish - religion = protestant - size = 128.75 - } - - artisans = { - culture = finnish - religion = protestant - size = 772.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 154.5 - } - - farmers = { - culture = finnish - religion = protestant - size = 14394.25 - } - - clergymen = { - culture = swedish - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = swedish - religion = protestant - size = 51.5 - } - - soldiers = { - culture = swedish - religion = protestant - size = 10.3 - } - - farmers = { - culture = swedish - religion = protestant - size = 952.75 - } + clergymen = { + culture = finnish + religion = protestant + size = 128.75 + } + + artisans = { + culture = finnish + religion = protestant + size = 772.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 154.5 + } + + farmers = { + culture = finnish + religion = protestant + size = 14394.25 + } + + clergymen = { + culture = swedish + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = swedish + religion = protestant + size = 51.5 + } + + soldiers = { + culture = swedish + religion = protestant + size = 10.3 + } + + farmers = { + culture = swedish + religion = protestant + size = 952.75 + } } #Mikkeli (116000/29000 POPS) 341 = { - clergymen = { - culture = finnish - religion = protestant - size = 283.25 - } - - artisans = { - culture = finnish - religion = protestant - size = 1493.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 283.25 - } - - farmers = { - culture = finnish - religion = protestant - size = 27835.75 - } + clergymen = { + culture = finnish + religion = protestant + size = 283.25 + } + + artisans = { + culture = finnish + religion = protestant + size = 1493.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 283.25 + } + + farmers = { + culture = finnish + religion = protestant + size = 27835.75 + } } #Kuopio (152000/38000 POPS) 342 = { - clergymen = { - culture = finnish - religion = protestant - size = 360.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 1905.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 360.5 - } - - farmers = { - culture = finnish - religion = protestant - size = 35457.75 - } - - clergymen = { - culture = finnish - religion = orthodox - size = 15.450000000000001 - } - - artisans = { - culture = finnish - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = finnish - religion = orthodox - size = 10.3 - } - - farmers = { - culture = finnish - religion = orthodox - size = 952.75 - } + clergymen = { + culture = finnish + religion = protestant + size = 360.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 1905.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 360.5 + } + + farmers = { + culture = finnish + religion = protestant + size = 35457.75 + } + + clergymen = { + culture = finnish + religion = orthodox + size = 15.450000000000001 + } + + artisans = { + culture = finnish + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = finnish + religion = orthodox + size = 10.3 + } + + farmers = { + culture = finnish + religion = orthodox + size = 952.75 + } } #Finland Region (812000) #under the rule of Russia in 1836 #Helsinki (132000/33000 POPS) 343 = { - officers = { - culture = finnish - religion = protestant - size = 51.5 - } - - bureaucrats = { - culture = finnish - religion = protestant - size = 154.5 - } - - clergymen = { - culture = finnish - religion = protestant - size = 154.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 2317.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 11030.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 10982.0 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 360.5 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 231.75 - } - - officers = { - culture = swedish - religion = protestant - size = 154.5 - } - - clergymen = { - culture = swedish - religion = protestant - size = 103.0 - } - - artisans = { - culture = swedish - religion = protestant - size = 1802.5 - } - - soldiers = { - culture = swedish - religion = protestant - size = 103.0 - } - - farmers = { - culture = swedish - religion = protestant - size = 7544.75 - } + officers = { + culture = finnish + religion = protestant + size = 51.5 + } + + bureaucrats = { + culture = finnish + religion = protestant + size = 154.5 + } + + clergymen = { + culture = finnish + religion = protestant + size = 154.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 2317.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 11030.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 10982.0 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 360.5 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 231.75 + } + + officers = { + culture = swedish + religion = protestant + size = 154.5 + } + + clergymen = { + culture = swedish + religion = protestant + size = 103.0 + } + + artisans = { + culture = swedish + religion = protestant + size = 1802.5 + } + + soldiers = { + culture = swedish + religion = protestant + size = 103.0 + } + + farmers = { + culture = swedish + religion = protestant + size = 7544.75 + } } #Hameenlinna (44000/11000 POPS) 344 = { - clergymen = { - culture = finnish - religion = protestant - size = 51.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 515.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 103.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 9630.5 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 77.25 - } - - clergymen = { - culture = swedish - religion = protestant - size = 25.75 - } - - artisans = { - culture = swedish - religion = protestant - size = 77.25 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25.75 - } - - farmers = { - culture = swedish - religion = protestant - size = 824.0 - } + clergymen = { + culture = finnish + religion = protestant + size = 51.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 515.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 103.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 9630.5 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 77.25 + } + + clergymen = { + culture = swedish + religion = protestant + size = 25.75 + } + + artisans = { + culture = swedish + religion = protestant + size = 77.25 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25.75 + } + + farmers = { + culture = swedish + religion = protestant + size = 824.0 + } } #Turku (280000/70000 POPS) 345 = { - clergymen = { - culture = finnish - religion = protestant - size = 592.25 - } - - artisans = { - culture = finnish - religion = protestant - size = 3038.5 - } - - soldiers = { - culture = finnish - religion = protestant - size = 1030.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 56109.25 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 978.5 - } - - clergymen = { - culture = swedish - religion = protestant - size = 103.0 - } - - artisans = { - culture = swedish - religion = protestant - size = 566.5 - } - - soldiers = { - culture = swedish - religion = protestant - size = 128.75 - } - - farmers = { - culture = swedish - religion = protestant - size = 10531.75 - } + clergymen = { + culture = finnish + religion = protestant + size = 592.25 + } + + artisans = { + culture = finnish + religion = protestant + size = 3038.5 + } + + soldiers = { + culture = finnish + religion = protestant + size = 1030.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 56109.25 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 978.5 + } + + clergymen = { + culture = swedish + religion = protestant + size = 103.0 + } + + artisans = { + culture = swedish + religion = protestant + size = 566.5 + } + + soldiers = { + culture = swedish + religion = protestant + size = 128.75 + } + + farmers = { + culture = swedish + religion = protestant + size = 10531.75 + } } #Vaasa (272000/68000 POPS) 346 = { - clergymen = { - culture = finnish - religion = protestant - size = 489.25 - } - - artisans = { - culture = finnish - religion = protestant - size = 2678.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 1030.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 49362.75 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 1030.0 - } - - clergymen = { - culture = swedish - religion = protestant - size = 154.5 - } - - artisans = { - culture = swedish - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = swedish - religion = protestant - size = 180.25 - } - - farmers = { - culture = swedish - religion = protestant - size = 14085.25 - } + clergymen = { + culture = finnish + religion = protestant + size = 489.25 + } + + artisans = { + culture = finnish + religion = protestant + size = 2678.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 1030.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 49362.75 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 1030.0 + } + + clergymen = { + culture = swedish + religion = protestant + size = 154.5 + } + + artisans = { + culture = swedish + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = swedish + religion = protestant + size = 180.25 + } + + farmers = { + culture = swedish + religion = protestant + size = 14085.25 + } } #Tampere (84000/21000 POPS) 347 = { - clergymen = { - culture = finnish - religion = protestant - size = 154.5 - } - - artisans = { - culture = finnish - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 206.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 19209.5 - } - - aristocrats = { - culture = swedish - religion = protestant - size = 257.5 - } - - clergymen = { - culture = swedish - religion = protestant - size = 25.75 - } - - artisans = { - culture = swedish - religion = protestant - size = 103.0 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25.75 - } - - farmers = { - culture = swedish - religion = protestant - size = 618.0 - } + clergymen = { + culture = finnish + religion = protestant + size = 154.5 + } + + artisans = { + culture = finnish + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 206.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 19209.5 + } + + aristocrats = { + culture = swedish + religion = protestant + size = 257.5 + } + + clergymen = { + culture = swedish + religion = protestant + size = 25.75 + } + + artisans = { + culture = swedish + religion = protestant + size = 103.0 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25.75 + } + + farmers = { + culture = swedish + religion = protestant + size = 618.0 + } } #Svealand Region (11000) #under the rule of Russia in 1836 #Aland Islands (11000 POPS) 348 = { - clergymen = { - culture = swedish - religion = protestant - size = 36.050000000000004 - } - - artisans = { - culture = swedish - religion = protestant - size = 154.5 - } - - soldiers = { - culture = swedish - religion = protestant - size = 25.75 - } - - farmers = { - culture = swedish - religion = protestant - size = 2461.7000000000003 - } - - clergymen = { - culture = finnish - religion = protestant - size = 5.15 - } - - artisans = { - culture = finnish - religion = protestant - size = 10.3 - } - - soldiers = { - culture = finnish - religion = protestant - size = 5.15 - } - - farmers = { - culture = finnish - religion = protestant - size = 133.9 - } + clergymen = { + culture = swedish + religion = protestant + size = 36.050000000000004 + } + + artisans = { + culture = swedish + religion = protestant + size = 154.5 + } + + soldiers = { + culture = swedish + religion = protestant + size = 25.75 + } + + farmers = { + culture = swedish + religion = protestant + size = 2461.7000000000003 + } + + clergymen = { + culture = finnish + religion = protestant + size = 5.15 + } + + artisans = { + culture = finnish + religion = protestant + size = 10.3 + } + + soldiers = { + culture = finnish + religion = protestant + size = 5.15 + } + + farmers = { + culture = finnish + religion = protestant + size = 133.9 + } } diff --git a/HPM/history/pops/1861.4.14/France.txt b/HPM/history/pops/1861.4.14/France.txt index fe115fbb..7bb1c68d 100644 --- a/HPM/history/pops/1861.4.14/France.txt +++ b/HPM/history/pops/1861.4.14/France.txt @@ -1,3490 +1,3489 @@ #Picardy Region (2388000) #Lille (620000/155000 POPS) 399 = { - aristocrats = { - culture = french - religion = catholic - size = 1470.0 - } - - officers = { - culture = french - religion = catholic - size = 787.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1837.5 - } - - clergymen = { - culture = french - religion = catholic - size = 2100.0 - } - - artisans = { - culture = french - religion = catholic - size = 17850.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7205.0 - } - - labourers = { - culture = french - religion = catholic - size = 131500.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1470.0 + } + + officers = { + culture = french + religion = catholic + size = 787.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1837.5 + } + + clergymen = { + culture = french + religion = catholic + size = 2100.0 + } + + artisans = { + culture = french + religion = catholic + size = 17850.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7205.0 + } + + labourers = { + culture = french + religion = catholic + size = 131500.0 + } } #Dunkirk (396000/99000 POPS) 400 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1102.5 - } - - artisans = { - culture = french - religion = catholic - size = 5250.0 - } - - soldiers = { - culture = french - religion = catholic - size = 10250.0 - } - - farmers = { - culture = french - religion = catholic - size = 74017.5 - } - - artisans = { - culture = flemish - religion = catholic - size = 2625.0 - } - - soldiers = { - culture = flemish - religion = catholic - size = 315.0 - } - - farmers = { - culture = flemish - religion = catholic - size = 15750.0 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1102.5 + } + + artisans = { + culture = french + religion = catholic + size = 5250.0 + } + + soldiers = { + culture = french + religion = catholic + size = 10250.0 + } + + farmers = { + culture = french + religion = catholic + size = 74017.5 + } + + artisans = { + culture = flemish + religion = catholic + size = 2625.0 + } + + soldiers = { + culture = flemish + religion = catholic + size = 315.0 + } + + farmers = { + culture = flemish + religion = catholic + size = 15750.0 + } } #Arras (428000/107000 POPS) 401 = { - aristocrats = { - culture = french - religion = catholic - size = 892.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1181.25 - } - - artisans = { - culture = french - religion = catholic - size = 6037.5 - } - - soldiers = { - culture = french - religion = catholic - size = 7207.5 - } - - farmers = { - culture = french - religion = catholic - size = 100031.25 - } + aristocrats = { + culture = french + religion = catholic + size = 892.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1181.25 + } + + artisans = { + culture = french + religion = catholic + size = 6037.5 + } + + soldiers = { + culture = french + religion = catholic + size = 7207.5 + } + + farmers = { + culture = french + religion = catholic + size = 100031.25 + } } #Amiens (552000/138000 POPS) 402 = { - aristocrats = { - culture = french - religion = catholic - size = 1312.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1443.75 - } - - artisans = { - culture = french - religion = catholic - size = 11550.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7575.0 - } - - farmers = { - culture = french - religion = catholic - size = 129018.75 - } + aristocrats = { + culture = french + religion = catholic + size = 1312.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1443.75 + } + + artisans = { + culture = french + religion = catholic + size = 11550.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7575.0 + } + + farmers = { + culture = french + religion = catholic + size = 129018.75 + } } #Beauvais (392000/98000 POPS) 2570 = { - aristocrats = { - culture = french - religion = catholic - size = 787.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1050.0 - } - - artisans = { - culture = french - religion = catholic - size = 5250.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4050.0 - } - - farmers = { - culture = french - religion = catholic - size = 94062.5 - } + aristocrats = { + culture = french + religion = catholic + size = 787.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1050.0 + } + + artisans = { + culture = french + religion = catholic + size = 5250.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4050.0 + } + + farmers = { + culture = french + religion = catholic + size = 94062.5 + } } #Ardennes Region (1116000) #Laon (528000/132000 POPS) 403 = { - aristocrats = { - culture = french - religion = catholic - size = 1102.5 - } - - officers = { - culture = french - religion = catholic - size = 367.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 787.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1391.25 - } - - artisans = { - culture = french - religion = catholic - size = 6825.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7575.0 - } - - farmers = { - culture = french - religion = catholic - size = 117001.25 - } + aristocrats = { + culture = french + religion = catholic + size = 1102.5 + } + + officers = { + culture = french + religion = catholic + size = 367.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 787.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1391.25 + } + + artisans = { + culture = french + religion = catholic + size = 6825.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7575.0 + } + + farmers = { + culture = french + religion = catholic + size = 117001.25 + } } #Cambrai (280000/70000 POPS) 404 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 735.0 - } - - artisans = { - culture = french - religion = catholic - size = 3675.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7050.0 - } - - farmers = { - culture = french - religion = catholic - size = 58410.0 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 735.0 + } + + artisans = { + culture = french + religion = catholic + size = 3675.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7050.0 + } + + farmers = { + culture = french + religion = catholic + size = 58410.0 + } } #Charleville (308000/77000 POPS) 405 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 3937.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7787.5 - } - - farmers = { - culture = french - religion = catholic - size = 71602.5 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 3937.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7787.5 + } + + farmers = { + culture = french + religion = catholic + size = 71602.5 + } } #Champagne Region (856000) #Troyes (252000/63000 POPS) 406 = { - aristocrats = { - culture = french - religion = catholic - size = 787.5 - } - - officers = { - culture = french - religion = catholic - size = 315.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 787.5 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 3937.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 10050.0 - } - - farmers = { - culture = french - religion = catholic - size = 48485.0 - } + aristocrats = { + culture = french + religion = catholic + size = 787.5 + } + + officers = { + culture = french + religion = catholic + size = 315.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 787.5 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 3937.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 10050.0 + } + + farmers = { + culture = french + religion = catholic + size = 48485.0 + } } #Chaumont (256000/64000 POPS) 407 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 630.0 - } - - artisans = { - culture = french - religion = catholic - size = 3412.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 11050.0 - } - - farmers = { - culture = french - religion = catholic - size = 58677.5 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 630.0 + } + + artisans = { + culture = french + religion = catholic + size = 3412.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 11050.0 + } + + farmers = { + culture = french + religion = catholic + size = 58677.5 + } } #Chalons (348000/87000 POPS) 408 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 892.5 - } - - artisans = { - culture = french - religion = catholic - size = 10142.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 10050.0 - } - - farmers = { - culture = french - religion = catholic - size = 78425.0 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 892.5 + } + + artisans = { + culture = french + religion = catholic + size = 10142.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 10050.0 + } + + farmers = { + culture = french + religion = catholic + size = 78425.0 + } } #Alsace Region (976000 POPS) #Strasbourg (552000/138000 POPS) 409 = { - aristocrats = { - culture = south_german - religion = catholic - size = 315.0 - } - - officers = { - culture = south_german - religion = catholic - size = 63.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 262.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 393.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 5775.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 367.5 - } - - farmers = { - culture = south_german - religion = catholic - size = 35973.25 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 420.0 - } - - officers = { - culture = south_german - religion = protestant - size = 63.0 - } - - bureaucrats = { - culture = south_german - religion = protestant - size = 210.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 420.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 6300.0 - } - - craftsmen = { - culture = south_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = south_german - religion = protestant - size = 420.0 - } - - farmers = { - culture = south_german - religion = protestant - size = 40142.0 - } - - clergymen = { - culture = south_german - religion = jewish - size = 26.25 - } - - artisans = { - culture = south_german - religion = jewish - size = 1548.75 - } - - aristocrats = { - culture = french - religion = catholic - size = 262.5 - } - - officers = { - culture = french - religion = catholic - size = 84.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 157.5 - } - - clergymen = { - culture = french - religion = catholic - size = 262.5 - } - - artisans = { - culture = french - religion = catholic - size = 3675.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 13288.75 - } - - farmers = { - culture = french - religion = catholic - size = 18719.75 - } + aristocrats = { + culture = south_german + religion = catholic + size = 315.0 + } + + officers = { + culture = south_german + religion = catholic + size = 63.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 262.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 393.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 5775.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 367.5 + } + + farmers = { + culture = south_german + religion = catholic + size = 35973.25 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 420.0 + } + + officers = { + culture = south_german + religion = protestant + size = 63.0 + } + + bureaucrats = { + culture = south_german + religion = protestant + size = 210.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 420.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 6300.0 + } + + craftsmen = { + culture = south_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = south_german + religion = protestant + size = 420.0 + } + + farmers = { + culture = south_german + religion = protestant + size = 40142.0 + } + + clergymen = { + culture = south_german + religion = jewish + size = 26.25 + } + + artisans = { + culture = south_german + religion = jewish + size = 1548.75 + } + + aristocrats = { + culture = french + religion = catholic + size = 262.5 + } + + officers = { + culture = french + religion = catholic + size = 84.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 157.5 + } + + clergymen = { + culture = french + religion = catholic + size = 262.5 + } + + artisans = { + culture = french + religion = catholic + size = 3675.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 13288.75 + } + + farmers = { + culture = french + religion = catholic + size = 18719.75 + } } #Mulhausen (424000/106000 POPS) 410 = { - aristocrats = { - culture = south_german - religion = catholic - size = 315.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 315.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1575.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 1315.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 2000.0 - } - - farmers = { - culture = south_german - religion = catholic - size = 26980.0 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 367.5 - } - - clergymen = { - culture = south_german - religion = protestant - size = 393.75 - } - - artisans = { - culture = south_german - religion = protestant - size = 2625.0 - } - - craftsmen = { - culture = south_german - religion = protestant - size = 3000.0 - } - - soldiers = { - culture = south_german - religion = protestant - size = 420.0 - } - - farmers = { - culture = south_german - religion = protestant - size = 40443.75 - } - - artisans = { - culture = south_german - religion = jewish - size = 1050.0 - } - - aristocrats = { - culture = french - religion = catholic - size = 262.5 - } - - clergymen = { - culture = french - religion = catholic - size = 315.0 - } - - artisans = { - culture = french - religion = catholic - size = 1575.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 1100.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1367.5 - } - - farmers = { - culture = french - religion = catholic - size = 19980.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 315.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 315.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1575.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 1315.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 2000.0 + } + + farmers = { + culture = south_german + religion = catholic + size = 26980.0 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 367.5 + } + + clergymen = { + culture = south_german + religion = protestant + size = 393.75 + } + + artisans = { + culture = south_german + religion = protestant + size = 2625.0 + } + + craftsmen = { + culture = south_german + religion = protestant + size = 3000.0 + } + + soldiers = { + culture = south_german + religion = protestant + size = 420.0 + } + + farmers = { + culture = south_german + religion = protestant + size = 40443.75 + } + + artisans = { + culture = south_german + religion = jewish + size = 1050.0 + } + + aristocrats = { + culture = french + religion = catholic + size = 262.5 + } + + clergymen = { + culture = french + religion = catholic + size = 315.0 + } + + artisans = { + culture = french + religion = catholic + size = 1575.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 1100.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1367.5 + } + + farmers = { + culture = french + religion = catholic + size = 19980.0 + } } #Lorraine Region (1584000) #Nancy (432000/108000 POPS) 411 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - officers = { - culture = french - religion = catholic - size = 420.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1102.5 - } - - artisans = { - culture = french - religion = catholic - size = 7822.5 - } - - soldiers = { - culture = french - religion = catholic - size = 4155.0 - } - - farmers = { - culture = french - religion = catholic - size = 99120.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 183.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 52.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1312.5 - } - - soldiers = { - culture = south_german - religion = catholic - size = 26.25 - } - - farmers = { - culture = south_german - religion = catholic - size = 525.0 - } - - clergymen = { - culture = south_german - religion = jewish - size = 26.25 - } - - artisans = { - culture = south_german - religion = jewish - size = 1023.75 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + officers = { + culture = french + religion = catholic + size = 420.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1102.5 + } + + artisans = { + culture = french + religion = catholic + size = 7822.5 + } + + soldiers = { + culture = french + religion = catholic + size = 4155.0 + } + + farmers = { + culture = french + religion = catholic + size = 99120.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 183.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 52.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1312.5 + } + + soldiers = { + culture = south_german + religion = catholic + size = 26.25 + } + + farmers = { + culture = south_german + religion = catholic + size = 525.0 + } + + clergymen = { + culture = south_german + religion = jewish + size = 26.25 + } + + artisans = { + culture = south_german + religion = jewish + size = 1023.75 + } } #Metz (420000/105000 POPS) 412 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 656.25 - } - - artisans = { - culture = french - religion = catholic - size = 6300.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 6000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 17682.5 - } - - farmers = { - culture = french - religion = catholic - size = 57656.25 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 52.5 - } - - clergymen = { - culture = south_german - religion = protestant - size = 78.75 - } - - artisans = { - culture = south_german - religion = protestant - size = 3675.0 - } - - soldiers = { - culture = south_german - religion = protestant - size = 105.0 - } - - farmers = { - culture = south_german - religion = protestant - size = 6588.75 - } - - artisans = { - culture = south_german - religion = jewish - size = 1575.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 262.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 288.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 2625.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 210.0 - } - - farmers = { - culture = south_german - religion = catholic - size = 26163.75 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 656.25 + } + + artisans = { + culture = french + religion = catholic + size = 6300.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 6000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 17682.5 + } + + farmers = { + culture = french + religion = catholic + size = 57656.25 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 52.5 + } + + clergymen = { + culture = south_german + religion = protestant + size = 78.75 + } + + artisans = { + culture = south_german + religion = protestant + size = 3675.0 + } + + soldiers = { + culture = south_german + religion = protestant + size = 105.0 + } + + farmers = { + culture = south_german + religion = protestant + size = 6588.75 + } + + artisans = { + culture = south_german + religion = jewish + size = 1575.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 262.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 288.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 2625.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 210.0 + } + + farmers = { + culture = south_german + religion = catholic + size = 26163.75 + } } #Verdun (320000/80000 POPS) 413 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 656.25 - } - - artisans = { - culture = french - religion = catholic - size = 2100.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4787.5 - } - - farmers = { - culture = french - religion = catholic - size = 76676.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 52.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1601.25 - } - - soldiers = { - culture = south_german - religion = catholic - size = 26.25 - } - - labourers = { - culture = south_german - religion = catholic - size = 1470.0 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 656.25 + } + + artisans = { + culture = french + religion = catholic + size = 2100.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4787.5 + } + + farmers = { + culture = french + religion = catholic + size = 76676.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 52.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1601.25 + } + + soldiers = { + culture = south_german + religion = catholic + size = 26.25 + } + + labourers = { + culture = south_german + religion = catholic + size = 1470.0 + } } #Epinal (412000/103000 POPS) 414 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1050.0 - } - - artisans = { - culture = french - religion = catholic - size = 3937.5 - } - - soldiers = { - culture = french - religion = catholic - size = 7150.0 - } - - labourers = { - culture = french - religion = catholic - size = 90962.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 52.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1286.25 - } - - soldiers = { - culture = south_german - religion = catholic - size = 26.25 - } - - labourers = { - culture = south_german - religion = catholic - size = 735.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1050.0 + } + + artisans = { + culture = french + religion = catholic + size = 3937.5 + } + + soldiers = { + culture = french + religion = catholic + size = 7150.0 + } + + labourers = { + culture = french + religion = catholic + size = 90962.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 52.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1286.25 + } + + soldiers = { + culture = south_german + religion = catholic + size = 26.25 + } + + labourers = { + culture = south_german + religion = catholic + size = 735.0 + } } #Normandy Region (2670000) #Rouen (716000/179000 POPS) 415 = { - aristocrats = { - culture = french - religion = catholic - size = 1680.0 - } - - officers = { - culture = french - religion = catholic - size = 787.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1732.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1837.5 - } - - artisans = { - culture = french - religion = catholic - size = 26250.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7100.0 - } - - farmers = { - culture = french - religion = catholic - size = 147667.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1680.0 + } + + officers = { + culture = french + religion = catholic + size = 787.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1732.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1837.5 + } + + artisans = { + culture = french + religion = catholic + size = 26250.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7100.0 + } + + farmers = { + culture = french + religion = catholic + size = 147667.5 + } } #Evreux (424000/106000 POPS) 416 = { - aristocrats = { - culture = french - religion = catholic - size = 1102.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1102.5 - } - - artisans = { - culture = french - religion = catholic - size = 5512.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7155.0 - } - - farmers = { - culture = french - religion = catholic - size = 98427.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1102.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1102.5 + } + + artisans = { + culture = french + religion = catholic + size = 5512.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7155.0 + } + + farmers = { + culture = french + religion = catholic + size = 98427.5 + } } #Alencon (442000/110500 POPS) 417 = { - aristocrats = { - culture = french - religion = catholic - size = 1155.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1155.0 - } - - artisans = { - culture = french - religion = catholic - size = 5775.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7260.0 - } - - farmers = { - culture = french - religion = catholic - size = 101680.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1155.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1155.0 + } + + artisans = { + culture = french + religion = catholic + size = 5775.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7260.0 + } + + farmers = { + culture = french + religion = catholic + size = 101680.0 + } } #Caen (1088000/272000 POPS) 418 = { - aristocrats = { - culture = french - religion = catholic - size = 2782.5 - } - - clergymen = { - culture = french - religion = catholic - size = 2887.5 - } - - artisans = { - culture = french - religion = catholic - size = 14175.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 2887.5 - } - - farmers = { - culture = french - religion = catholic - size = 260867.5 - } + aristocrats = { + culture = french + religion = catholic + size = 2782.5 + } + + clergymen = { + culture = french + religion = catholic + size = 2887.5 + } + + artisans = { + culture = french + religion = catholic + size = 14175.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 2887.5 + } + + farmers = { + culture = french + religion = catholic + size = 260867.5 + } } #Brittany Region (2616000) #Brest (552000/138000 POPS) 420 = { - aristocrats = { - culture = french - religion = catholic - size = 1417.5 - } - - officers = { - culture = french - religion = catholic - size = 787.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1627.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1417.5 - } - - artisans = { - culture = french - religion = catholic - size = 16800.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4470.0 - } - - farmers = { - culture = french - religion = catholic - size = 116380.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1417.5 + } + + officers = { + culture = french + religion = catholic + size = 787.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1627.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1417.5 + } + + artisans = { + culture = french + religion = catholic + size = 16800.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4470.0 + } + + farmers = { + culture = french + religion = catholic + size = 116380.0 + } } #St Brieuc (604000/151000 POPS) 421 = { - aristocrats = { - culture = french - religion = catholic - size = 1260.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1575.0 - } - - artisans = { - culture = french - religion = catholic - size = 7875.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7575.0 - } - - farmers = { - culture = french - religion = catholic - size = 140265.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1260.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1575.0 + } + + artisans = { + culture = french + religion = catholic + size = 7875.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7575.0 + } + + farmers = { + culture = french + religion = catholic + size = 140265.0 + } } #Vannes (436000/109000 POPS) 422 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1050.0 - } - - artisans = { - culture = french - religion = catholic - size = 5670.0 - } - - soldiers = { - culture = french - religion = catholic - size = 7155.0 - } - - farmers = { - culture = french - religion = catholic - size = 102525.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1050.0 + } + + artisans = { + culture = french + religion = catholic + size = 5670.0 + } + + soldiers = { + culture = french + religion = catholic + size = 7155.0 + } + + farmers = { + culture = french + religion = catholic + size = 102525.0 + } } #Nantes (476000/119000 POPS) 423 = { - aristocrats = { - culture = french - religion = catholic - size = 1155.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1260.0 - } - - artisans = { - culture = french - religion = catholic - size = 21000.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4312.5 - } - - labourers = { - culture = french - religion = catholic - size = 103000.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1155.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1260.0 + } + + artisans = { + culture = french + religion = catholic + size = 21000.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4312.5 + } + + labourers = { + culture = french + religion = catholic + size = 103000.5 + } } #Rennes (548000/137000 POPS) 424 = { - aristocrats = { - culture = french - religion = catholic - size = 1470.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1417.5 - } - - artisans = { - culture = french - religion = catholic - size = 9450.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4470.0 - } - - farmers = { - culture = french - religion = catholic - size = 130042.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1470.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1417.5 + } + + artisans = { + culture = french + religion = catholic + size = 9450.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4470.0 + } + + farmers = { + culture = french + religion = catholic + size = 130042.5 + } } #Ile De France Region (2132000) #Paris (1520000/380000 POPS) 425 = { - aristocrats = { - culture = french - religion = catholic - size = 3150.0 - } - - officers = { - culture = french - religion = catholic - size = 840.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1575.0 - } - - clergymen = { - culture = french - religion = catholic - size = 4200.0 - } - - capitalists = { - culture = french - religion = catholic - size = 630.0 - } - - clerks = { - culture = french - religion = catholic - size = 1575.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 36875.0 - } - - artisans = { - culture = french - religion = catholic - size = 218820.0 - } - - soldiers = { - culture = french - religion = catholic - size = 4200.0 - } - - farmers = { - culture = french - religion = catholic - size = 120310.0 - } - - clergymen = { - culture = french - religion = jewish - size = 52.5 - } - - capitalists = { - culture = french - religion = jewish - size = 262.5 - } - - clerks = { - culture = french - religion = jewish - size = 1470.0 - } - - craftsmen = { - culture = french - religion = jewish - size = 2625.0 - } - - artisans = { - culture = french - religion = jewish - size = 2362.5 - } - - soldiers = { - culture = french - religion = jewish - size = 52.5 - } + aristocrats = { + culture = french + religion = catholic + size = 3150.0 + } + + officers = { + culture = french + religion = catholic + size = 840.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1575.0 + } + + clergymen = { + culture = french + religion = catholic + size = 4200.0 + } + + capitalists = { + culture = french + religion = catholic + size = 630.0 + } + + clerks = { + culture = french + religion = catholic + size = 1575.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 36875.0 + } + + artisans = { + culture = french + religion = catholic + size = 218820.0 + } + + soldiers = { + culture = french + religion = catholic + size = 4200.0 + } + + farmers = { + culture = french + religion = catholic + size = 120310.0 + } + + clergymen = { + culture = french + religion = jewish + size = 52.5 + } + + capitalists = { + culture = french + religion = jewish + size = 262.5 + } + + clerks = { + culture = french + religion = jewish + size = 1470.0 + } + + craftsmen = { + culture = french + religion = jewish + size = 2625.0 + } + + artisans = { + culture = french + religion = jewish + size = 2362.5 + } + + soldiers = { + culture = french + religion = jewish + size = 52.5 + } } #Chartres (284000/71000 POPS) 426 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 761.25 - } - - artisans = { - culture = french - religion = catholic - size = 4305.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 67698.75 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 761.25 + } + + artisans = { + culture = french + religion = catholic + size = 4305.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 67698.75 + } } #Melun (328000/82000 POPS) 427 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 840.0 - } - - artisans = { - culture = french - religion = catholic - size = 4305.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 79065.0 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 840.0 + } + + artisans = { + culture = french + religion = catholic + size = 4305.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 79065.0 + } } #Burgundy Region (1872000) #Dijon (384000/96000 POPS) 428 = { - aristocrats = { - culture = french - religion = catholic - size = 945.0 - } - - officers = { - culture = french - religion = catholic - size = 525.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 997.5 - } - - artisans = { - culture = french - religion = catholic - size = 8400.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 6000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 81832.5 - } + aristocrats = { + culture = french + religion = catholic + size = 945.0 + } + + officers = { + culture = french + religion = catholic + size = 525.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 997.5 + } + + artisans = { + culture = french + religion = catholic + size = 8400.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 6000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 81832.5 + } } #Auxerre (356000/89000 POPS) 429 = { - aristocrats = { - culture = french - religion = catholic - size = 945.0 - } - - clergymen = { - culture = french - religion = catholic - size = 945.0 - } - - artisans = { - culture = french - religion = catholic - size = 4725.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 86835.0 - } + aristocrats = { + culture = french + religion = catholic + size = 945.0 + } + + clergymen = { + culture = french + religion = catholic + size = 945.0 + } + + artisans = { + culture = french + religion = catholic + size = 4725.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 86835.0 + } } #Moulins (596000/149000 POPS) 430 = { - aristocrats = { - culture = french - religion = catholic - size = 1470.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1548.75 - } - - artisans = { - culture = french - religion = catholic - size = 7822.5 - } - - soldiers = { - culture = french - religion = catholic - size = 1575.0 - } - - farmers = { - culture = french - religion = catholic - size = 144243.75 - } + aristocrats = { + culture = french + religion = catholic + size = 1470.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1548.75 + } + + artisans = { + culture = french + religion = catholic + size = 7822.5 + } + + soldiers = { + culture = french + religion = catholic + size = 1575.0 + } + + farmers = { + culture = french + religion = catholic + size = 144243.75 + } } #Macon (536000/134000 POPS) 431 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1155.0 - } - - artisans = { - culture = french - religion = catholic - size = 5250.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1155.0 - } - - farmers = { - culture = french - religion = catholic - size = 129090.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1155.0 + } + + artisans = { + culture = french + religion = catholic + size = 5250.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1155.0 + } + + farmers = { + culture = french + religion = catholic + size = 129090.0 + } } #Franche Comte Region (914000) #Besancon (600000/150000 POPS) 432 = { - aristocrats = { - culture = french - religion = catholic - size = 1470.0 - } - - officers = { - culture = french - religion = catholic - size = 262.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 577.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1522.5 - } - - artisans = { - culture = french - religion = catholic - size = 8400.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1575.0 - } - - farmers = { - culture = french - religion = catholic - size = 143692.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1470.0 + } + + officers = { + culture = french + religion = catholic + size = 262.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 577.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1522.5 + } + + artisans = { + culture = french + religion = catholic + size = 8400.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1575.0 + } + + farmers = { + culture = french + religion = catholic + size = 143692.5 + } } #Lons (314000/78500 POPS) 433 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 840.0 - } - - artisans = { - culture = french - religion = catholic - size = 4200.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 1100.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 74600.0 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 840.0 + } + + artisans = { + culture = french + religion = catholic + size = 4200.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 1100.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 74600.0 + } } #Pays de la Loire Region (1948800) #Angers (782000/195500 POPS) 434 = { - aristocrats = { - culture = french - religion = catholic - size = 1995.0 - } - - officers = { - culture = french - religion = catholic - size = 525.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1260.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1995.0 - } - - artisans = { - culture = french - religion = catholic - size = 11550.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 8000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 2100.0 - } - - labourers = { - culture = french - religion = catholic - size = 177850.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1995.0 + } + + officers = { + culture = french + religion = catholic + size = 525.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1260.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1995.0 + } + + artisans = { + culture = french + religion = catholic + size = 11550.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 8000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 2100.0 + } + + labourers = { + culture = french + religion = catholic + size = 177850.0 + } } #Laval (358000/89500 POPS) 435 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 892.5 - } - - artisans = { - culture = french - religion = catholic - size = 4725.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 1100.0 - } - - soldiers = { - culture = french - religion = catholic - size = 945.0 - } - - farmers = { - culture = french - religion = catholic - size = 85572.5 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 892.5 + } + + artisans = { + culture = french + religion = catholic + size = 4725.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 1100.0 + } + + soldiers = { + culture = french + religion = catholic + size = 945.0 + } + + farmers = { + culture = french + religion = catholic + size = 85572.5 + } } #Le Mans (464000/116000 POPS) 436 = { - aristocrats = { - culture = french - religion = catholic - size = 1155.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1155.0 - } - - artisans = { - culture = french - religion = catholic - size = 6300.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1260.0 - } - - farmers = { - culture = french - religion = catholic - size = 109930.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1155.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1155.0 + } + + artisans = { + culture = french + religion = catholic + size = 6300.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1260.0 + } + + farmers = { + culture = french + religion = catholic + size = 109930.0 + } } #La Roche (344000/86000 POPS) 437 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 892.5 - } - - artisans = { - culture = french - religion = catholic - size = 4200.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 1100.0 - } - - soldiers = { - culture = french - religion = catholic - size = 945.0 - } - - labourers = { - culture = french - religion = catholic - size = 82422.5 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 892.5 + } + + artisans = { + culture = french + religion = catholic + size = 4200.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 1100.0 + } + + soldiers = { + culture = french + religion = catholic + size = 945.0 + } + + labourers = { + culture = french + religion = catholic + size = 82422.5 + } } #Val de Loire Region (1120000) #Orleans (312000/78000 POPS) 438 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - officers = { - culture = french - religion = catholic - size = 315.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 12075.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 63202.5 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + officers = { + culture = french + religion = catholic + size = 315.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 12075.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 63202.5 + } } #Bourges (264400/66100 POPS) 439 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 6300.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 58847.5 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 6300.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 58847.5 + } } #Blois (243600/60900 POPS) 440 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - clergymen = { - culture = french - religion = catholic - size = 630.0 - } - - artisans = { - culture = french - religion = catholic - size = 4725.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 54910.0 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + clergymen = { + culture = french + religion = catholic + size = 630.0 + } + + artisans = { + culture = french + religion = catholic + size = 4725.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 54910.0 + } } #Tours (300000/75000 POPS) 441 = { - aristocrats = { - culture = french - religion = catholic - size = 787.5 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 8400.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 65725.0 - } + aristocrats = { + culture = french + religion = catholic + size = 787.5 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 8400.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 65725.0 + } } #Poitou Region (1106000) #La Rochelle (454000/113500 POPS) 442 = { - aristocrats = { - culture = french - religion = catholic - size = 1155.0 - } - - officers = { - culture = french - religion = catholic - size = 315.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1181.25 - } - - artisans = { - culture = french - religion = catholic - size = 5775.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1207.5 - } - - farmers = { - culture = french - religion = catholic - size = 104806.25 - } + aristocrats = { + culture = french + religion = catholic + size = 1155.0 + } + + officers = { + culture = french + religion = catholic + size = 315.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1181.25 + } + + artisans = { + culture = french + religion = catholic + size = 5775.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1207.5 + } + + farmers = { + culture = french + religion = catholic + size = 104806.25 + } } #Poitiers (288000/72000 POPS) 443 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 761.25 - } - - artisans = { - culture = french - religion = catholic - size = 6825.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 787.5 - } - - farmers = { - culture = french - religion = catholic - size = 64491.25 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 761.25 + } + + artisans = { + culture = french + religion = catholic + size = 6825.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 787.5 + } + + farmers = { + culture = french + religion = catholic + size = 64491.25 + } } #Angouleme (364000/91000 POPS) 444 = { - aristocrats = { - culture = french - religion = catholic - size = 945.0 - } - - clergymen = { - culture = french - religion = catholic - size = 945.0 - } - - artisans = { - culture = french - religion = catholic - size = 5250.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 85360.0 - } + aristocrats = { + culture = french + religion = catholic + size = 945.0 + } + + clergymen = { + culture = french + religion = catholic + size = 945.0 + } + + artisans = { + culture = french + religion = catholic + size = 5250.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 85360.0 + } } #Limousin Region (1596000) #Limoges (288000/72000 POPS) 445 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - officers = { - culture = french - religion = catholic - size = 472.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 997.5 - } - - clergymen = { - culture = french - religion = catholic - size = 735.0 - } - - artisans = { - culture = french - religion = catholic - size = 10500.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 787.5 - } - - farmers = { - culture = french - religion = catholic - size = 59372.5 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + officers = { + culture = french + religion = catholic + size = 472.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 997.5 + } + + clergymen = { + culture = french + religion = catholic + size = 735.0 + } + + artisans = { + culture = french + religion = catholic + size = 10500.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 787.5 + } + + farmers = { + culture = french + religion = catholic + size = 59372.5 + } } #Chateauroux (520000/130000 POPS) 446 = { - aristocrats = { - culture = french - religion = catholic - size = 1365.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1312.5 - } - - artisans = { - culture = french - religion = catholic - size = 6825.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 2000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1417.5 - } - - farmers = { - culture = french - religion = catholic - size = 124630.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1365.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1312.5 + } + + artisans = { + culture = french + religion = catholic + size = 6825.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 2000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1417.5 + } + + farmers = { + culture = french + religion = catholic + size = 124630.0 + } } #Tulle (788000/197000 POPS) 447 = { - aristocrats = { - culture = french - religion = catholic - size = 1995.0 - } - - clergymen = { - culture = french - religion = catholic - size = 2100.0 - } - - artisans = { - culture = french - religion = catholic - size = 7875.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 2100.0 - } - - farmers = { - culture = french - religion = catholic - size = 187780.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1995.0 + } + + clergymen = { + culture = french + religion = catholic + size = 2100.0 + } + + artisans = { + culture = french + religion = catholic + size = 7875.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 2100.0 + } + + farmers = { + culture = french + religion = catholic + size = 187780.0 + } } #Auvergne Region (1418000) #Clermont-Ferrand (728000/182000 POPS) 448 = { - aristocrats = { - culture = french - religion = catholic - size = 1837.5 - } - - officers = { - culture = french - religion = catholic - size = 420.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 892.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1837.5 - } - - artisans = { - culture = french - religion = catholic - size = 9450.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 10000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1942.5 - } - - farmers = { - culture = french - religion = catholic - size = 164510.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1837.5 + } + + officers = { + culture = french + religion = catholic + size = 420.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 892.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1837.5 + } + + artisans = { + culture = french + religion = catholic + size = 9450.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 10000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1942.5 + } + + farmers = { + culture = french + religion = catholic + size = 164510.0 + } } #Aurillac (404000/101000 POPS) 449 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1102.5 - } - - artisans = { - culture = french - religion = catholic - size = 5250.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 92652.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1102.5 + } + + artisans = { + culture = french + religion = catholic + size = 5250.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 92652.5 + } } #Cahors (286000/71500 POPS) 450 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 761.25 - } - - artisans = { - culture = french - religion = catholic - size = 3675.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 3000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 787.5 - } - - farmers = { - culture = french - religion = catholic - size = 73466.25 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 761.25 + } + + artisans = { + culture = french + religion = catholic + size = 3675.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 3000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 787.5 + } + + farmers = { + culture = french + religion = catholic + size = 73466.25 + } } #Lyonnais-Dauphine Region (2588000) #Lyon (824000/206000 POPS) 451 = { - aristocrats = { - culture = french - religion = catholic - size = 2100.0 - } - - officers = { - culture = french - religion = catholic - size = 735.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1732.5 - } - - capitalists = { - culture = french - religion = catholic - size = 157.5 - } - - clerks = { - culture = french - religion = catholic - size = 367.5 - } - - craftsmen = { - culture = french - religion = catholic - size = 21825.0 - } - - clergymen = { - culture = french - religion = catholic - size = 2100.0 - } - - artisans = { - culture = french - religion = catholic - size = 60900.0 - } - - soldiers = { - culture = french - religion = catholic - size = 2205.0 - } - - farmers = { - culture = french - religion = catholic - size = 115552.5 - } - - clergymen = { - culture = french - religion = jewish - size = 26.25 - } - - clerks = { - culture = french - religion = jewish - size = 26.25 - } - - craftsmen = { - culture = french - religion = jewish - size = 262.5 - } - - artisans = { - culture = french - religion = jewish - size = 2310.0 - } + aristocrats = { + culture = french + religion = catholic + size = 2100.0 + } + + officers = { + culture = french + religion = catholic + size = 735.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1732.5 + } + + capitalists = { + culture = french + religion = catholic + size = 157.5 + } + + clerks = { + culture = french + religion = catholic + size = 367.5 + } + + craftsmen = { + culture = french + religion = catholic + size = 21825.0 + } + + clergymen = { + culture = french + religion = catholic + size = 2100.0 + } + + artisans = { + culture = french + religion = catholic + size = 60900.0 + } + + soldiers = { + culture = french + religion = catholic + size = 2205.0 + } + + farmers = { + culture = french + religion = catholic + size = 115552.5 + } + + clergymen = { + culture = french + religion = jewish + size = 26.25 + } + + clerks = { + culture = french + religion = jewish + size = 26.25 + } + + craftsmen = { + culture = french + religion = jewish + size = 262.5 + } + + artisans = { + culture = french + religion = jewish + size = 2310.0 + } } #St Etienne (412000/103000 POPS) 452 = { - aristocrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1181.25 - } - - artisans = { - culture = french - religion = catholic - size = 15750.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1207.5 - } - - farmers = { - culture = french - religion = catholic - size = 84961.25 - } + aristocrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1181.25 + } + + artisans = { + culture = french + religion = catholic + size = 15750.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1207.5 + } + + farmers = { + culture = french + religion = catholic + size = 84961.25 + } } #Valence (656000/164000 POPS) 453 = { - aristocrats = { - culture = french - religion = catholic - size = 1680.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1732.5 - } - - artisans = { - culture = french - religion = catholic - size = 8400.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1732.5 - } - - farmers = { - culture = french - religion = catholic - size = 153655.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1680.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1732.5 + } + + artisans = { + culture = french + religion = catholic + size = 8400.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1732.5 + } + + farmers = { + culture = french + religion = catholic + size = 153655.0 + } } #Grenoble (696000/174000 POPS) 454 = { - aristocrats = { - culture = french - religion = catholic - size = 1785.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1837.5 - } - - artisans = { - culture = french - religion = catholic - size = 8925.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 8000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1837.5 - } - - farmers = { - culture = french - religion = catholic - size = 160315.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1785.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1837.5 + } + + artisans = { + culture = french + religion = catholic + size = 8925.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 8000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1837.5 + } + + farmers = { + culture = french + religion = catholic + size = 160315.0 + } } #Midi Region (1604000) #Toulouse (672000/168000 POPS) 455 = { - aristocrats = { - culture = french - religion = catholic - size = 1680.0 - } - - officers = { - culture = french - religion = catholic - size = 367.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1785.0 - } - - artisans = { - culture = french - religion = catholic - size = 21000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1837.5 - } - - farmers = { - culture = french - religion = catholic - size = 148890.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1680.0 + } + + officers = { + culture = french + religion = catholic + size = 367.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1785.0 + } + + artisans = { + culture = french + religion = catholic + size = 21000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1837.5 + } + + farmers = { + culture = french + religion = catholic + size = 148890.0 + } } #Montauban (584000/146000 POPS) 456 = { - aristocrats = { - culture = french - religion = catholic - size = 1470.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1522.5 - } - - artisans = { - culture = french - religion = catholic - size = 7875.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1575.0 - } - - farmers = { - culture = french - religion = catholic - size = 140857.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1470.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1522.5 + } + + artisans = { + culture = french + religion = catholic + size = 7875.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1575.0 + } + + farmers = { + culture = french + religion = catholic + size = 140857.5 + } } #Foix (348000/87000 POPS) 457 = { - aristocrats = { - culture = french - religion = catholic - size = 840.0 - } - - clergymen = { - culture = french - religion = catholic - size = 892.5 - } - - artisans = { - culture = french - religion = catholic - size = 4200.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 84367.5 - } + aristocrats = { + culture = french + religion = catholic + size = 840.0 + } + + clergymen = { + culture = french + religion = catholic + size = 892.5 + } + + artisans = { + culture = french + religion = catholic + size = 4200.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 84367.5 + } } #Aquitaine Region (1864000) #Bordeaux (632000/158000 POPS) 458 = { - aristocrats = { - culture = french - religion = catholic - size = 1575.0 - } - - officers = { - culture = french - religion = catholic - size = 525.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1155.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1680.0 - } - - artisans = { - culture = french - religion = catholic - size = 32550.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1680.0 - } - - farmers = { - culture = french - religion = catholic - size = 114185.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1575.0 + } + + officers = { + culture = french + religion = catholic + size = 525.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1155.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1680.0 + } + + artisans = { + culture = french + religion = catholic + size = 32550.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1680.0 + } + + farmers = { + culture = french + religion = catholic + size = 114185.5 + } } #Mont de Marsan (556000/139000 POPS) 459 = { - aristocrats = { - culture = french - religion = catholic - size = 1417.5 - } - - clergymen = { - culture = french - religion = catholic - size = 1443.75 - } - - artisans = { - culture = french - religion = catholic - size = 7350.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1470.0 - } - - farmers = { - culture = french - religion = catholic - size = 137208.75 - } + aristocrats = { + culture = french + religion = catholic + size = 1417.5 + } + + clergymen = { + culture = french + religion = catholic + size = 1443.75 + } + + artisans = { + culture = french + religion = catholic + size = 7350.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1470.0 + } + + farmers = { + culture = french + religion = catholic + size = 137208.75 + } } #Pau (676000/169000 POPS) 460 = { - aristocrats = { - culture = french - religion = catholic - size = 1260.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1312.5 - } - - artisans = { - culture = french - religion = catholic - size = 6300.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1312.5 - } - - farmers = { - culture = french - religion = catholic - size = 116015.0 - } - - aristocrats = { - culture = basque - religion = catholic - size = 420.0 - } - - clergymen = { - culture = basque - religion = catholic - size = 472.5 - } - - artisans = { - culture = basque - religion = catholic - size = 2625.0 - } - - soldiers = { - culture = basque - religion = catholic - size = 472.5 - } - - farmers = { - culture = basque - religion = catholic - size = 43260.0 - } + aristocrats = { + culture = french + religion = catholic + size = 1260.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1312.5 + } + + artisans = { + culture = french + religion = catholic + size = 6300.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1312.5 + } + + farmers = { + culture = french + religion = catholic + size = 116015.0 + } + + aristocrats = { + culture = basque + religion = catholic + size = 420.0 + } + + clergymen = { + culture = basque + religion = catholic + size = 472.5 + } + + artisans = { + culture = basque + religion = catholic + size = 2625.0 + } + + soldiers = { + culture = basque + religion = catholic + size = 472.5 + } + + farmers = { + culture = basque + religion = catholic + size = 43260.0 + } } #Languedoc Region (1668000) #Montpellier (724000/181000) 461 = { - aristocrats = { - culture = french - religion = catholic - size = 1890.0 - } - - officers = { - culture = french - religion = catholic - size = 472.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 1050.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1890.0 - } - - artisans = { - culture = french - religion = catholic - size = 11550.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1890.0 - } - - farmers = { - culture = french - religion = catholic - size = 171307.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1890.0 + } + + officers = { + culture = french + religion = catholic + size = 472.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 1050.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1890.0 + } + + artisans = { + culture = french + religion = catholic + size = 11550.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1890.0 + } + + farmers = { + culture = french + religion = catholic + size = 171307.5 + } } #Rodez (504000/126000 POPS) 462 = { - aristocrats = { - culture = french - religion = catholic - size = 1260.0 - } - - clergymen = { - culture = french - religion = catholic - size = 1312.5 - } - - artisans = { - culture = french - religion = catholic - size = 6825.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1365.0 - } - - farmers = { - culture = french - religion = catholic - size = 121537.5 - } + aristocrats = { + culture = french + religion = catholic + size = 1260.0 + } + + clergymen = { + culture = french + religion = catholic + size = 1312.5 + } + + artisans = { + culture = french + religion = catholic + size = 6825.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1365.0 + } + + farmers = { + culture = french + religion = catholic + size = 121537.5 + } } #Carcassone (276000/69000 POPS) 463 = { - aristocrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 787.5 - } - - artisans = { - culture = french - religion = catholic - size = 4725.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 65152.5 - } + aristocrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 787.5 + } + + artisans = { + culture = french + religion = catholic + size = 4725.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 65152.5 + } } #Perpignan (164000/41000 POPS) 464 = { - aristocrats = { - culture = french - religion = catholic - size = 105.0 - } - - clergymen = { - culture = french - religion = catholic - size = 131.25 - } - - artisans = { - culture = french - religion = catholic - size = 1312.5 - } - - soldiers = { - culture = french - religion = catholic - size = 157.5 - } - - farmers = { - culture = french - religion = catholic - size = 11943.75 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 210.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 288.75 - } - - artisans = { - culture = catalan - religion = catholic - size = 2362.5 - } - - soldiers = { - culture = catalan - religion = catholic - size = 262.5 - } - - farmers = { - culture = catalan - religion = catholic - size = 26223.75 - } + aristocrats = { + culture = french + religion = catholic + size = 105.0 + } + + clergymen = { + culture = french + religion = catholic + size = 131.25 + } + + artisans = { + culture = french + religion = catholic + size = 1312.5 + } + + soldiers = { + culture = french + religion = catholic + size = 157.5 + } + + farmers = { + culture = french + religion = catholic + size = 11943.75 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 210.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 288.75 + } + + artisans = { + culture = catalan + religion = catholic + size = 2362.5 + } + + soldiers = { + culture = catalan + religion = catholic + size = 262.5 + } + + farmers = { + culture = catalan + religion = catholic + size = 26223.75 + } } #Savoy Region (486800) ##Sardinian until 1860 #Annecy (258400/64600 POPS) 465 = { - aristocrats = { - culture = french - religion = catholic - size = 630.0 - } - - officers = { - culture = french - religion = catholic - size = 105.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 210.0 - } - - clergymen = { - culture = french - religion = catholic - size = 682.5 - } - - artisans = { - culture = french - religion = catholic - size = 3412.5 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 61740.0 - } + aristocrats = { + culture = french + religion = catholic + size = 630.0 + } + + officers = { + culture = french + religion = catholic + size = 105.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 210.0 + } + + clergymen = { + culture = french + religion = catholic + size = 682.5 + } + + artisans = { + culture = french + religion = catholic + size = 3412.5 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 61740.0 + } } #Chambery (228400/57100 POPS) 466 = { - aristocrats = { - culture = french - religion = catholic - size = 577.5 - } - - clergymen = { - culture = french - religion = catholic - size = 603.75 - } - - artisans = { - culture = french - religion = catholic - size = 2940.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 54783.75 - } + aristocrats = { + culture = french + religion = catholic + size = 577.5 + } + + clergymen = { + culture = french + religion = catholic + size = 603.75 + } + + artisans = { + culture = french + religion = catholic + size = 2940.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 54783.75 + } } #Provence Region (1268400) #Marseilles (384800/96200 POPS) 467 = { - aristocrats = { - culture = french - religion = catholic - size = 945.0 - } - - officers = { - culture = french - religion = catholic - size = 315.0 - } - - bureaucrats = { - culture = french - religion = catholic - size = 735.0 - } - - clergymen = { - culture = french - religion = catholic - size = 945.0 - } - - artisans = { - culture = french - religion = catholic - size = 42000.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 5000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 50020.0 - } + aristocrats = { + culture = french + religion = catholic + size = 945.0 + } + + officers = { + culture = french + religion = catholic + size = 315.0 + } + + bureaucrats = { + culture = french + religion = catholic + size = 735.0 + } + + clergymen = { + culture = french + religion = catholic + size = 945.0 + } + + artisans = { + culture = french + religion = catholic + size = 42000.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 5000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 50020.0 + } } #Avignon (243600/60900 POPS) 468 = { - aristocrats = { - culture = french - religion = catholic - size = 682.5 - } - - clergymen = { - culture = french - religion = catholic - size = 656.25 - } - - artisans = { - culture = french - religion = catholic - size = 8400.0 - } - - soldiers = { - culture = french - religion = catholic - size = 630.0 - } - - farmers = { - culture = french - religion = catholic - size = 47906.25 - } + aristocrats = { + culture = french + religion = catholic + size = 682.5 + } + + clergymen = { + culture = french + religion = catholic + size = 656.25 + } + + artisans = { + culture = french + religion = catholic + size = 8400.0 + } + + soldiers = { + culture = french + religion = catholic + size = 630.0 + } + + farmers = { + culture = french + religion = catholic + size = 47906.25 + } } #Digne (113200/31000 POPS) 469 = { - aristocrats = { - culture = french - religion = catholic - size = 262.5 - } - - clergymen = { - culture = french - religion = catholic - size = 315.0 - } - - artisans = { - culture = french - religion = catholic - size = 1575.0 - } - - soldiers = { - culture = french - religion = catholic - size = 367.5 - } - - farmers = { - culture = french - religion = catholic - size = 30030.0 - } + aristocrats = { + culture = french + religion = catholic + size = 262.5 + } + + clergymen = { + culture = french + religion = catholic + size = 315.0 + } + + artisans = { + culture = french + religion = catholic + size = 1575.0 + } + + soldiers = { + culture = french + religion = catholic + size = 367.5 + } + + farmers = { + culture = french + religion = catholic + size = 30030.0 + } } #Toulon (224000/56000 POPS) 470 = { - aristocrats = { - culture = french - religion = catholic - size = 525.0 - } - - clergymen = { - culture = french - religion = catholic - size = 577.5 - } - - artisans = { - culture = french - religion = catholic - size = 13650.0 - } - - craftsmen = { - culture = french - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 38997.5 - } + aristocrats = { + culture = french + religion = catholic + size = 525.0 + } + + clergymen = { + culture = french + religion = catholic + size = 577.5 + } + + artisans = { + culture = french + religion = catholic + size = 13650.0 + } + + craftsmen = { + culture = french + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 38997.5 + } } #Frejus (132000/33000 POPS) 471 = { - aristocrats = { - culture = french - religion = catholic - size = 315.0 - } - - clergymen = { - culture = french - religion = catholic - size = 367.5 - } - - artisans = { - culture = french - religion = catholic - size = 1680.0 - } - - soldiers = { - culture = french - religion = catholic - size = 367.5 - } - - farmers = { - culture = french - religion = catholic - size = 31920.0 - } + aristocrats = { + culture = french + religion = catholic + size = 315.0 + } + + clergymen = { + culture = french + religion = catholic + size = 367.5 + } + + artisans = { + culture = french + religion = catholic + size = 1680.0 + } + + soldiers = { + culture = french + religion = catholic + size = 367.5 + } + + farmers = { + culture = french + religion = catholic + size = 31920.0 + } } #Nice (Sardinian until 1860) (170800/42700 POPS) 472 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 472.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 446.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6300.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size = 1050.0 - } - - farmers = { - culture = north_italian - religion = catholic - size = 36566.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 472.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 446.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6300.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size = 1050.0 + } + + farmers = { + culture = north_italian + religion = catholic + size = 36566.25 + } } #Corsica Region (210000) #Corsica (210000/52500 POPS) 473 = { - aristocrats = { - culture = french - religion = catholic - size = 577.5 - } - - officers = { - culture = french - religion = catholic - size = 52.5 - } - - bureaucrats = { - culture = french - religion = catholic - size = 105.0 - } - - clergymen = { - culture = french - religion = catholic - size = 525.0 - } - - artisans = { - culture = french - religion = catholic - size = 2625.0 - } - - soldiers = { - culture = french - religion = catholic - size = 1050.0 - } - - farmers = { - culture = french - religion = catholic - size = 50190.0 - } + aristocrats = { + culture = french + religion = catholic + size = 577.5 + } + + officers = { + culture = french + religion = catholic + size = 52.5 + } + + bureaucrats = { + culture = french + religion = catholic + size = 105.0 + } + + clergymen = { + culture = french + religion = catholic + size = 525.0 + } + + artisans = { + culture = french + religion = catholic + size = 2625.0 + } + + soldiers = { + culture = french + religion = catholic + size = 1050.0 + } + + farmers = { + culture = french + religion = catholic + size = 50190.0 + } } - diff --git a/HPM/history/pops/1861.4.14/French Antillies.txt b/HPM/history/pops/1861.4.14/French Antillies.txt index e07b0238..4e4d6e16 100644 --- a/HPM/history/pops/1861.4.14/French Antillies.txt +++ b/HPM/history/pops/1861.4.14/French Antillies.txt @@ -1,131 +1,131 @@ #French Antilles (273800) #Martinique (136200/34050 POPS) 2228 = { - aristocrats = { - culture = french - religion = catholic - size = 750 - } - - bureaucrats = { - culture = french - religion = catholic - size = 200 - } - - clergymen = { - culture = french - religion = catholic - size = 100 - } - - artisans = { - culture = french - religion = catholic - size = 1160 - } - - soldiers = { - culture = french - religion = catholic - size = 310 - } - - farmers = { - culture = french - religion = catholic - size = 500 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 155 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 1550 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 310 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 4215 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 24800 - } + aristocrats = { + culture = french + religion = catholic + size = 750 + } + + bureaucrats = { + culture = french + religion = catholic + size = 200 + } + + clergymen = { + culture = french + religion = catholic + size = 100 + } + + artisans = { + culture = french + religion = catholic + size = 1160 + } + + soldiers = { + culture = french + religion = catholic + size = 310 + } + + farmers = { + culture = french + religion = catholic + size = 500 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 155 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 1550 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 310 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 4215 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 24800 + } } #Guadeloupe (137600/34400 POPS) 2230 = { - aristocrats = { - culture = french - religion = catholic - size = 910 - } - - clergymen = { - culture = french - religion = catholic - size = 55 - } - - artisans = { - culture = french - religion = catholic - size = 1390 - } - - soldiers = { - culture = french - religion = catholic - size = 320 - } - - farmers = { - culture = french - religion = catholic - size = 645 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 160 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 1610 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 330 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 3260 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 25720 - } -} \ No newline at end of file + aristocrats = { + culture = french + religion = catholic + size = 910 + } + + clergymen = { + culture = french + religion = catholic + size = 55 + } + + artisans = { + culture = french + religion = catholic + size = 1390 + } + + soldiers = { + culture = french + religion = catholic + size = 320 + } + + farmers = { + culture = french + religion = catholic + size = 645 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 160 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 1610 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 330 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 3260 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 25720 + } +} diff --git a/HPM/history/pops/1861.4.14/French Guiana.txt b/HPM/history/pops/1861.4.14/French Guiana.txt index acb0b839..dfde55be 100644 --- a/HPM/history/pops/1861.4.14/French Guiana.txt +++ b/HPM/history/pops/1861.4.14/French Guiana.txt @@ -1,131 +1,131 @@ #French Guiana (21000) #Cayenne (18000/4500 POPS) 2241 = { - aristocrats = { - culture = french - religion = catholic - size = 150 - } - - bureaucrats = { - culture = french - religion = catholic - size = 50 - } - - clergymen = { - culture = french - religion = catholic - size = 150 - } - - artisans = { - culture = french - religion = catholic - size = 100 - } - - soldiers = { - culture = french - religion = catholic - size = 50 - } - - farmers = { - culture = french - religion = catholic - size = 150 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 150 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 25 - } - - soldiers = { - culture = afro_antillean - religion = catholic - size = 50 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 425 - } - - slaves = { - culture = afro_antillean - religion = catholic - size = 2950 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 2 - } - - clergymen = { - culture = amazonian - religion = animist - size = 3 - } - - artisans = { - culture = amazonian - religion = animist - size = 10 - } - - soldiers = { - culture = amazonian - religion = animist - size = 5 - } - - farmers = { - culture = amazonian - religion = animist - size = 230 - } + aristocrats = { + culture = french + religion = catholic + size = 150 + } + + bureaucrats = { + culture = french + religion = catholic + size = 50 + } + + clergymen = { + culture = french + religion = catholic + size = 150 + } + + artisans = { + culture = french + religion = catholic + size = 100 + } + + soldiers = { + culture = french + religion = catholic + size = 50 + } + + farmers = { + culture = french + religion = catholic + size = 150 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 150 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 25 + } + + soldiers = { + culture = afro_antillean + religion = catholic + size = 50 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 425 + } + + slaves = { + culture = afro_antillean + religion = catholic + size = 2950 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 2 + } + + clergymen = { + culture = amazonian + religion = animist + size = 3 + } + + artisans = { + culture = amazonian + religion = animist + size = 10 + } + + soldiers = { + culture = amazonian + religion = animist + size = 5 + } + + farmers = { + culture = amazonian + religion = animist + size = 230 + } } #Maripasoula (3000/750 POPS) 2246 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 15 - } - - artisans = { - culture = amazonian - religion = animist - size = 35 - } - - soldiers = { - culture = amazonian - religion = animist - size = 10 - } - - farmers = { - culture = amazonian - religion = animist - size = 680 - } -} \ No newline at end of file + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 15 + } + + artisans = { + culture = amazonian + religion = animist + size = 35 + } + + soldiers = { + culture = amazonian + religion = animist + size = 10 + } + + farmers = { + culture = amazonian + religion = animist + size = 680 + } +} diff --git a/HPM/history/pops/1861.4.14/Gabon.txt b/HPM/history/pops/1861.4.14/Gabon.txt index ce4fcce4..4459debb 100644 --- a/HPM/history/pops/1861.4.14/Gabon.txt +++ b/HPM/history/pops/1861.4.14/Gabon.txt @@ -1,192 +1,192 @@ -#Gabon Region (180000) #see Gulf of Guinea.txt for balance of region +#Gabon Region (180000) #see Gulf of Guinea.txt for balance of region #uncolonized in 1836/under the influence of Teke -#Libreville (48000/12000 POPS) +#Libreville (48000/12000 POPS) 1972 = { - aristocrats = { - culture = fang - religion = animist - size = 50 - } - - clergymen = { - culture = fang - religion = animist - size = 75 - } - - artisans = { - culture = fang - religion = animist - size = 150 - } - - soldiers = { - culture = fang - religion = animist - size = 25 - } - - farmers = { - culture = fang - religion = animist - size = 2700 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 450 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 8200 - } + aristocrats = { + culture = fang + religion = animist + size = 50 + } + + clergymen = { + culture = fang + religion = animist + size = 75 + } + + artisans = { + culture = fang + religion = animist + size = 150 + } + + soldiers = { + culture = fang + religion = animist + size = 25 + } + + farmers = { + culture = fang + religion = animist + size = 2700 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 450 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 8200 + } } -#Mayumbe (32000/8000 POPS) +#Mayumbe (32000/8000 POPS) 1974 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 75 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 400 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 75 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 7300 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 75 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 400 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 75 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 7300 + } } -#Moanda (28000/7000 POPS) +#Moanda (28000/7000 POPS) 1975 = { - aristocrats = { - culture = forest_bantu - religion = animist - size = 125 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 75 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 350 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 75 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 6375 - } + aristocrats = { + culture = forest_bantu + religion = animist + size = 125 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 75 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 350 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 75 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 6375 + } } #uncolonized in 1836 -#Makokou (72000/18000 POPS) +#Makokou (72000/18000 POPS) 1976 = { - aristocrats = { - culture = fang - religion = animist - size = 150 - } - - clergymen = { - culture = fang - religion = animist - size = 75 - } - - artisans = { - culture = fang - religion = animist - size = 400 - } - - soldiers = { - culture = fang - religion = animist - size = 75 - } - - farmers = { - culture = fang - religion = animist - size = 7300 - } - - aristocrats = { - culture = forest_bantu - religion = animist - size = 175 - } - - clergymen = { - culture = forest_bantu - religion = animist - size = 100 - } - - artisans = { - culture = forest_bantu - religion = animist - size = 500 - } - - soldiers = { - culture = forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = forest_bantu - religion = animist - size = 9125 - } + aristocrats = { + culture = fang + religion = animist + size = 150 + } + + clergymen = { + culture = fang + religion = animist + size = 75 + } + + artisans = { + culture = fang + religion = animist + size = 400 + } + + soldiers = { + culture = fang + religion = animist + size = 75 + } + + farmers = { + culture = fang + religion = animist + size = 7300 + } + + aristocrats = { + culture = forest_bantu + religion = animist + size = 175 + } + + clergymen = { + culture = forest_bantu + religion = animist + size = 100 + } + + artisans = { + culture = forest_bantu + religion = animist + size = 500 + } + + soldiers = { + culture = forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = forest_bantu + religion = animist + size = 9125 + } } diff --git a/HPM/history/pops/1861.4.14/Georgia.txt b/HPM/history/pops/1861.4.14/Georgia.txt index d7233ff5..1141445d 100644 --- a/HPM/history/pops/1861.4.14/Georgia.txt +++ b/HPM/history/pops/1861.4.14/Georgia.txt @@ -2,606 +2,606 @@ #under the rule of Russia in 1836 #Tblisi (232000/58000 POPS) #circassian-orthodox = Ossetian 1090 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 25.75 - } - - soldiers = { - culture = russian - religion = orthodox - size = 257.5 - } - - aristocrats = { - culture = georgian - religion = orthodox - size = 1030.0 - } - - bureaucrats = { - culture = georgian - religion = orthodox - size = 51.5 - } - - officers = { - culture = georgian - religion = orthodox - size = 180.25 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 489.25 - } - - artisans = { - culture = georgian - religion = orthodox - size = 6926.75 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = georgian - religion = orthodox - size = 40813.75 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 25.75 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = circassian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = circassian - religion = orthodox - size = 2858.25 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 2472.0 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2832.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 25.75 + } + + soldiers = { + culture = russian + religion = orthodox + size = 257.5 + } + + aristocrats = { + culture = georgian + religion = orthodox + size = 1030.0 + } + + bureaucrats = { + culture = georgian + religion = orthodox + size = 51.5 + } + + officers = { + culture = georgian + religion = orthodox + size = 180.25 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 489.25 + } + + artisans = { + culture = georgian + religion = orthodox + size = 6926.75 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = georgian + religion = orthodox + size = 40813.75 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 25.75 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = circassian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = circassian + religion = orthodox + size = 2858.25 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 2472.0 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2832.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } } #Pasanauri (76000/19000 POPS) 1091 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = georgian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = georgian - religion = orthodox - size = 9373.0 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = circassian - religion = orthodox - size = 309.0 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = circassian - religion = orthodox - size = 5665.0 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 2781.0 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = georgian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = georgian + religion = orthodox + size = 9373.0 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = circassian + religion = orthodox + size = 309.0 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = circassian + religion = orthodox + size = 5665.0 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 2781.0 + } } #Kutaisi (120000/30000 POPS) 1092 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 566.5 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = georgian - religion = orthodox - size = 1339.0 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 309.0 - } - - farmers = { - culture = georgian - religion = orthodox - size = 28119.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 566.5 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = georgian + religion = orthodox + size = 1339.0 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 309.0 + } + + farmers = { + culture = georgian + religion = orthodox + size = 28119.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Akhaltsikhle (40000/10000 POPS) 1093 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = georgian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = georgian - religion = orthodox - size = 3733.75 - } - - aristocrats = { - culture = armenian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 4686.5 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 20.6 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 20.6 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 10.3 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 927.0 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = georgian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = georgian + religion = orthodox + size = 3733.75 + } + + aristocrats = { + culture = armenian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 4686.5 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 20.6 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 20.6 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 10.3 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 927.0 + } } #Poti (104000/26000 POPS) 1094 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = georgian - religion = orthodox - size = 1339.0 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 283.25 - } - - farmers = { - culture = georgian - religion = orthodox - size = 24385.25 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = georgian + religion = orthodox + size = 1339.0 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 283.25 + } + + farmers = { + culture = georgian + religion = orthodox + size = 24385.25 + } } #Sukhumi (72000/18000 POPS) #circassian = abkhaz 1095 = { - aristocrats = { - culture = georgian - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = georgian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = georgian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = georgian - religion = orthodox - size = 3708.0 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = circassian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = circassian - religion = orthodox - size = 8471.75 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 103.0 - } - - clergymen = { - culture = circassian - religion = sunni - size = 51.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 257.5 - } - - soldiers = { - culture = circassian - religion = sunni - size = 51.5 - } - - farmers = { - culture = circassian - religion = sunni - size = 4686.5 - } + aristocrats = { + culture = georgian + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = georgian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = georgian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = georgian + religion = orthodox + size = 3708.0 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = circassian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = circassian + religion = orthodox + size = 8471.75 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 103.0 + } + + clergymen = { + culture = circassian + religion = sunni + size = 51.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 257.5 + } + + soldiers = { + culture = circassian + religion = sunni + size = 51.5 + } + + farmers = { + culture = circassian + religion = sunni + size = 4686.5 + } } #Kars Region (76000) #see Turkey.txt for balance of region #under the rule of Ottoman Empire in 1836 #Batum (76000/19000 POPS) #now part of Georgia 1096 = { - aristocrats = { - culture = turkish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 154.5 - } - - soldiers = { - culture = turkish - religion = sunni - size = 25.75 - } - - farmers = { - culture = turkish - religion = sunni - size = 2806.75 - } - - clergymen = { - culture = georgian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = georgian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = georgian - religion = orthodox - size = 3836.75 - } - - aristocrats = { - culture = georgian - religion = sunni - size = 206.0 - } - - clergymen = { - culture = georgian - religion = sunni - size = 128.75 - } - - artisans = { - culture = georgian - religion = sunni - size = 618.0 - } - - soldiers = { - culture = georgian - religion = sunni - size = 128.75 - } - - farmers = { - culture = georgian - religion = sunni - size = 11587.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 154.5 + } + + soldiers = { + culture = turkish + religion = sunni + size = 25.75 + } + + farmers = { + culture = turkish + religion = sunni + size = 2806.75 + } + + clergymen = { + culture = georgian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = georgian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = georgian + religion = orthodox + size = 3836.75 + } + + aristocrats = { + culture = georgian + religion = sunni + size = 206.0 + } + + clergymen = { + culture = georgian + religion = sunni + size = 128.75 + } + + artisans = { + culture = georgian + religion = sunni + size = 618.0 + } + + soldiers = { + culture = georgian + religion = sunni + size = 128.75 + } + + farmers = { + culture = georgian + religion = sunni + size = 11587.5 + } } diff --git a/HPM/history/pops/1861.4.14/Germany.txt b/HPM/history/pops/1861.4.14/Germany.txt index 45804063..8c7d6e0d 100644 --- a/HPM/history/pops/1861.4.14/Germany.txt +++ b/HPM/history/pops/1861.4.14/Germany.txt @@ -2,5555 +2,5555 @@ #Under rule of Holstein 1836 #Kiel (256000/64000 POPS) 369 = { - aristocrats = { - culture = north_german - religion = protestant - size = 636.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 185.5 - } - - officers = { - culture = north_german - religion = protestant - size = 106.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 609.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2544.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1240 - - } - - farmers = { - culture = north_german - religion = protestant - size = 47569.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 53.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 106.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 26 - - } - - farmers = { - culture = north_german - religion = catholic - size = 1934.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 10.600000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 519.4 - } - - clergymen = { - culture = danish - religion = protestant - size = 53.0 - } - - artisans = { - culture = danish - religion = protestant - size = 212.0 - } - - soldiers = { - culture = danish - religion = protestant - size= 53 - - } - - farmers = { - culture = danish - religion = protestant - size = 4982.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 636.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 185.5 + } + + officers = { + culture = north_german + religion = protestant + size = 106.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 609.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2544.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1240 + + } + + farmers = { + culture = north_german + religion = protestant + size = 47569.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 53.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 106.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 26 + + } + + farmers = { + culture = north_german + religion = catholic + size = 1934.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 10.600000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 519.4 + } + + clergymen = { + culture = danish + religion = protestant + size = 53.0 + } + + artisans = { + culture = danish + religion = protestant + size = 212.0 + } + + soldiers = { + culture = danish + religion = protestant + size= 53 + + } + + farmers = { + culture = danish + religion = protestant + size = 4982.0 + } } #Lauenburg (148000/37000 POPS) 529 = { - aristocrats = { - culture = north_german - religion = protestant - size = 371.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 397.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1934.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 35510.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 371.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 397.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1934.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 35510.0 + } } #Lower Elbe Region (557600) #Under rule of Hamburg 1836 #Hamburg (160000/40000 POPS) 528 = { - aristocrats = { - culture = north_german - religion = protestant - size = 318.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 106.0 - } - - officers = { - culture = north_german - religion = protestant - size = 26.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 344.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 800.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 6625.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 53.0 - } - - artisans = { - culture = north_german - religion = jewish - size = 2067.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 318.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 106.0 + } + + officers = { + culture = north_german + religion = protestant + size = 26.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 344.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 800.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 6625.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 53.0 + } + + artisans = { + culture = north_german + religion = jewish + size = 2067.0 + } } #Under rule of Hannover 1836 (396000) #Stade (216000/54000 POPS) 531 = { - aristocrats = { - culture = north_german - religion = protestant - size = 583.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 53.0 - } - - officers = { - culture = north_german - religion = protestant - size = 106.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2915.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 50933.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 583.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 53.0 + } + + officers = { + culture = north_german + religion = protestant + size = 106.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2915.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 50933.0 + } } #Lunenburg (180000/45000 POPS) 532 = { - aristocrats = { - culture = north_german - religion = protestant - size = 477.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 4770.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2385.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2560 - - } - - farmers = { - culture = north_german - religion = protestant - size = 47154.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 477.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 4770.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2385.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2560 + + } + + farmers = { + culture = north_german + religion = protestant + size = 47154.0 + } } #Under rule of Britain 1836 #Heligoland (1600/400 POPS) 533 = { - farmers = { - culture = north_german - religion = protestant - size = 424.0 - } + farmers = { + culture = north_german + religion = protestant + size = 424.0 + } } #Mecklenburg Region (614000) #under the Rule of Lubeck 1836 #Lubeck (40000/10000 POPS) 530 = { - aristocrats = { - culture = north_german - religion = protestant - size = 53.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 26.5 - } - - officers = { - culture = north_german - religion = protestant - size = 5.300000000000001 - } - - clergymen = { - culture = north_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 6307.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 3538.7000000000003 - } - - artisans = { - culture = north_german - religion = catholic - size = 318.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 212.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 53.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 26.5 + } + + officers = { + culture = north_german + religion = protestant + size = 5.300000000000001 + } + + clergymen = { + culture = north_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 6307.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 3538.7000000000003 + } + + artisans = { + culture = north_german + religion = catholic + size = 318.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 212.0 + } } #under the Rule of Mecklenburg 1836 #Schwerin (484000/121000 POPS) 544 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1298.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 291.5 - } - - officers = { - culture = north_german - religion = protestant - size = 159.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1272.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 6360.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2625 - - } - - farmers = { - culture = north_german - religion = protestant - size = 115088.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 26.5 - } - - artisans = { - culture = north_german - religion = jewish - size = 1033.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1298.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 291.5 + } + + officers = { + culture = north_german + religion = protestant + size = 159.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1272.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 6360.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2625 + + } + + farmers = { + culture = north_german + religion = protestant + size = 115088.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 26.5 + } + + artisans = { + culture = north_german + religion = jewish + size = 1033.5 + } } #Neustrelitz (90000/22500 POPS) 545 = { - aristocrats = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 238.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1192.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1560 - - } - - farmers = { - culture = north_german - religion = protestant - size = 20647.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 238.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1192.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1560 + + } + + farmers = { + culture = north_german + religion = protestant + size = 20647.0 + } } #Hannover Region (1288000) #under the rule of Hannover 1836 #Hannover (420000/105000 POPS) 534 = { - aristocrats = { - culture = north_german - religion = protestant - size = 795.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - officers = { - culture = north_german - religion = protestant - size = 318.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 927.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 5565.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1680 - - } - - farmers = { - culture = north_german - religion = protestant - size = 90184.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 79.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 212.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 53 - - } - - farmers = { - culture = north_german - religion = catholic - size = 3895.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 26.5 - } - - artisans = { - culture = north_german - religion = jewish - size = 1033.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 795.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + officers = { + culture = north_german + religion = protestant + size = 318.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 927.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 5565.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1680 + + } + + farmers = { + culture = north_german + religion = protestant + size = 90184.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 79.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 212.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 53 + + } + + farmers = { + culture = north_german + religion = catholic + size = 3895.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 26.5 + } + + artisans = { + culture = north_german + religion = jewish + size = 1033.5 + } } #Nienburg (276000/64000 POPS) 535 = { - aristocrats = { - culture = north_german - religion = protestant - size = 583.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 662.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 3445.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 61029.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 26.5 - } - - artisans = { - culture = north_german - religion = jewish - size = 1033.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 583.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 662.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 3445.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 61029.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 26.5 + } + + artisans = { + culture = north_german + religion = jewish + size = 1033.5 + } } #Gottingen (180000/45000 POPS) 537 = { - aristocrats = { - culture = north_german - religion = protestant - size = 424.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2385.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1260 - - } - - farmers = { - culture = north_german - religion = protestant - size = 43180.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 424.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2385.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1260 + + } + + farmers = { + culture = north_german + religion = protestant + size = 43180.5 + } } #Osnabruck (220000/55000 POPS) 538 = { - aristocrats = { - culture = north_german - religion = protestant - size = 265.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 265.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2385.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1518 - - } - - farmers = { - culture = north_german - religion = protestant - size = 27367.0 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 212.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 265.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1855.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 265 - - } - - farmers = { - culture = north_german - religion = catholic - size = 23903.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 265.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 265.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2385.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1518 + + } + + farmers = { + culture = north_german + religion = protestant + size = 27367.0 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 212.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 265.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1855.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 265 + + } + + farmers = { + culture = north_german + religion = catholic + size = 23903.0 + } } #under the rule of Brunswick 1836 #Brunswick (264000/66000 POPS) 536 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 106.0 - } - - officers = { - culture = north_german - religion = protestant - size = 79.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 477.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 9010.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2620 - - } - - farmers = { - culture = north_german - religion = protestant - size = 56177.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 26.5 - } - - soldiers = { - culture = north_german - religion = catholic - size= 15 - - } - - farmers = { - culture = north_german - religion = catholic - size = 1017.6 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 106.0 + } + + officers = { + culture = north_german + religion = protestant + size = 79.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 477.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 9010.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2620 + + } + + farmers = { + culture = north_german + religion = protestant + size = 56177.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 26.5 + } + + soldiers = { + culture = north_german + religion = catholic + size= 15 + + } + + farmers = { + culture = north_german + religion = catholic + size = 1017.6 + } } #East Frisia Region (496000) #under the rule of Bremen 1836 #Bremen (64000/16000 POPS) 539 = { - aristocrats = { - culture = north_german - religion = protestant - size = 106.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 37.1 - } - - officers = { - culture = north_german - religion = protestant - size = 15.9 - } - - clergymen = { - culture = north_german - religion = protestant - size = 132.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 9010.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 5538.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 26.5 - } - - farmers = { - culture = north_german - religion = catholic - size = 1033.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 106.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 37.1 + } + + officers = { + culture = north_german + religion = protestant + size = 15.9 + } + + clergymen = { + culture = north_german + religion = protestant + size = 132.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 9010.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 5538.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 26.5 + } + + farmers = { + culture = north_german + religion = catholic + size = 1033.5 + } } #under the rule of Oldenburg 1836 #Oldenburg (184000/46000 POPS) 540 = { - aristocrats = { - culture = north_german - religion = protestant - size = 424.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 132.5 - } - - officers = { - culture = north_german - religion = protestant - size = 79.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 450.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2332.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 41128.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 42.400000000000006 - } - - artisans = { - culture = north_german - religion = protestant - size = 106.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 1971.6000000000001 - } + aristocrats = { + culture = north_german + religion = protestant + size = 424.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 132.5 + } + + officers = { + culture = north_german + religion = protestant + size = 79.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 450.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2332.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 41128.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 42.400000000000006 + } + + artisans = { + culture = north_german + religion = protestant + size = 106.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 1971.6000000000001 + } } #Cloppenburg (84000/21000 POPS) 541 = { - aristocrats = { - culture = north_german - religion = protestant - size = 132.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 132.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 689.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1132 - - } - - farmers = { - culture = north_german - religion = protestant - size = 12693.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 79.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 424.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 79 - - } - - artisans = { - culture = north_german - religion = catholic - size = 7897.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 132.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 132.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 689.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1132 + + } + + farmers = { + culture = north_german + religion = protestant + size = 12693.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 79.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 424.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 79 + + } + + artisans = { + culture = north_german + religion = catholic + size = 7897.0 + } } #under the rule of Hannover 1836 #Lingen (80000/20000 POPS) 542 = { - aristocrats = { - culture = north_german - religion = protestant - size = 159.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 79.5 - } - - officers = { - culture = north_german - religion = protestant - size = 53.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 159.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 848.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 585 - - } - - farmers = { - culture = north_german - religion = protestant - size = 16719.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 68.9 - } - - artisans = { - culture = north_german - religion = catholic - size = 159.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 26 - - } - - farmers = { - culture = north_german - religion = catholic - size = 2925.6000000000004 - } - - clergymen = { - culture = dutch - religion = protestant - size = 15.9 - } - - farmers = { - culture = dutch - religion = protestant - size = 1044.1000000000001 - } + aristocrats = { + culture = north_german + religion = protestant + size = 159.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 79.5 + } + + officers = { + culture = north_german + religion = protestant + size = 53.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 159.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 848.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 585 + + } + + farmers = { + culture = north_german + religion = protestant + size = 16719.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 68.9 + } + + artisans = { + culture = north_german + religion = catholic + size = 159.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 26 + + } + + farmers = { + culture = north_german + religion = catholic + size = 2925.6000000000004 + } + + clergymen = { + culture = dutch + religion = protestant + size = 15.9 + } + + farmers = { + culture = dutch + religion = protestant + size = 1044.1000000000001 + } } #Emden (84000/21000 POPS) 543 = { - aristocrats = { - culture = north_german - religion = protestant - size = 31.8 - } - - clergymen = { - culture = north_german - religion = protestant - size = 74.2 - } - - artisans = { - culture = north_german - religion = protestant - size = 424.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 53 - - } - - farmers = { - culture = north_german - religion = protestant - size = 3657.0 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 159.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 185.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 1696.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 559 - - } - - farmers = { - culture = north_german - religion = catholic - size = 15420.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 31.8 + } + + clergymen = { + culture = north_german + religion = protestant + size = 74.2 + } + + artisans = { + culture = north_german + religion = protestant + size = 424.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 53 + + } + + farmers = { + culture = north_german + religion = protestant + size = 3657.0 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 159.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 185.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 1696.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 559 + + } + + farmers = { + culture = north_german + religion = catholic + size = 15420.5 + } } #Pomerania Region (289000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Swinemunde (132000/33000 POPS) 547 = { - aristocrats = { - culture = north_german - religion = protestant - size = 318.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 344.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1749.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 29508.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 318.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 344.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1749.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 29508.5 + } } #Stralsund (157000/39250 POPS) 548 = { - aristocrats = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 212.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2491.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 18565.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 159.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1484.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1060 - - } - - farmers = { - culture = north_german - religion = catholic - size = 13197.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 6 - } - - artisans = { - culture = north_german - religion = jewish - size = 259 - } + aristocrats = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 212.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2491.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 18565.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 159.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1484.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1060 + + } + + farmers = { + culture = north_german + religion = catholic + size = 13197.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 6 + } + + artisans = { + culture = north_german + religion = jewish + size = 259 + } } #Brandenburg Region (1628000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Berlin (772000/193000 POPS) 549 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1855.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 2862.0 - } - - officers = { - culture = north_german - religion = protestant - size = 636.0 - } - - capitalists = { - culture = north_german - religion = protestant - size = 1500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1590.0 - } - - clerks = { - culture = north_german - religion = protestant - size = 636.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 56916.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 8724.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 240 - - } - - farmers = { - culture = north_german - religion = protestant - size = 950007.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 53.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 159.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1431.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 53 - - } - - farmers = { - culture = north_german - religion = catholic - size = 3604.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 31.8 - } - - clerks = { - culture = north_german - religion = jewish - size = 53.0 - } - - craftsmen = { - culture = north_german - religion = jewish - size = 530.0 - } - - artisans = { - culture = north_german - religion = jewish - size = 1505.2 - } - - clergymen = { - culture = polish - religion = catholic - size = 53.0 - } - - craftsmen = { - culture = polish - religion = catholic - size = 159.0 - } - - artisans = { - culture = polish - religion = catholic - size = 1961.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 53 - - } - - farmers = { - culture = polish - religion = catholic - size = 3074.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1855.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 2862.0 + } + + officers = { + culture = north_german + religion = protestant + size = 636.0 + } + + capitalists = { + culture = north_german + religion = protestant + size = 1500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1590.0 + } + + clerks = { + culture = north_german + religion = protestant + size = 636.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 56916.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 8724.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 240 + + } + + farmers = { + culture = north_german + religion = protestant + size = 950007.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 53.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 159.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1431.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 53 + + } + + farmers = { + culture = north_german + religion = catholic + size = 3604.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 31.8 + } + + clerks = { + culture = north_german + religion = jewish + size = 53.0 + } + + craftsmen = { + culture = north_german + religion = jewish + size = 530.0 + } + + artisans = { + culture = north_german + religion = jewish + size = 1505.2 + } + + clergymen = { + culture = polish + religion = catholic + size = 53.0 + } + + craftsmen = { + culture = polish + religion = catholic + size = 159.0 + } + + artisans = { + culture = polish + religion = catholic + size = 1961.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 53 + + } + + farmers = { + culture = polish + religion = catholic + size = 3074.0 + } } #Prenzlau (280000/70000 POPS) 550 = { - aristocrats = { - culture = north_german - religion = protestant - size = 742.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 715.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 3710.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 62674.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 742.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 715.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 3710.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 62674.0 + } } #Pritzwalk (232000/58000 POPS) 551 = { - aristocrats = { - culture = north_german - religion = protestant - size = 583.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 609.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 3180.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 46087.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 583.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 609.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 3180.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 46087.5 + } } #Cottbus (344000/86000 POPS) 552 = { - aristocrats = { - culture = north_german - religion = protestant - size = 795.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 795.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 4240.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 71790.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 53.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 318.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 53 - - } - - farmers = { - culture = north_german - religion = catholic - size = 5936.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 795.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 795.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 4240.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 71790.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 53.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 318.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 53 + + } + + farmers = { + culture = north_german + religion = catholic + size = 5936.0 + } } #Anhalt Region (1527000) #under the rule of Prussia 1836 #Magdeburg (577200/144300 POPS) 553 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1272.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1484.0 - } - - officers = { - culture = north_german - religion = protestant - size = 371.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1192.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 600.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 12000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2120 - - } - - farmers = { - culture = north_german - religion = protestant - size = 97206.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 265.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1855.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 265 - - } - - farmers = { - culture = north_german - religion = catholic - size = 24115.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 312.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1272.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1484.0 + } + + officers = { + culture = north_german + religion = protestant + size = 371.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1192.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 600.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 12000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2120 + + } + + farmers = { + culture = north_german + religion = protestant + size = 97206.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 265.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1855.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 265 + + } + + farmers = { + culture = north_german + religion = catholic + size = 24115.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 312.7 + } } #Erfurt (220800/55200 POPS) 554 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 424.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 3551.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - craftsmen = { - culture = north_german - religion = protestant - size = 5000.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 37135.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 106.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 795.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 106 - - } - - farmers = { - culture = north_german - religion = catholic - size = 9593.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 206.70000000000002 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 424.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 3551.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + craftsmen = { + culture = north_german + religion = protestant + size = 5000.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 37135.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 106.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 795.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 106 + + } + + farmers = { + culture = north_german + religion = catholic + size = 9593.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 206.70000000000002 + } } #Halle (445000/111250 POPS) 556 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1219.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 980.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 5300.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 10000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 87440.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 106.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 609.5 - } - - soldiers = { - culture = north_german - religion = catholic - size= 106 - - } - - farmers = { - culture = north_german - religion = catholic - size = 10838.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 259.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1219.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 980.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 5300.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 10000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 87440.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 106.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 609.5 + } + + soldiers = { + culture = north_german + religion = catholic + size= 106 + + } + + farmers = { + culture = north_german + religion = catholic + size = 10838.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 259.7 + } } #Stendal (140000/35000 POPS) 557 = { - aristocrats = { - culture = north_german - religion = protestant - size = 371.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 344.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1855.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 3000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 30469.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 371.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 344.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1855.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 3000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 30469.5 + } } #under the rule of Anhalt 1836 #Dessau (144000/36000 POPS) 555 = { - aristocrats = { - culture = north_german - religion = protestant - size = 344.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 74.2 - } - - officers = { - culture = north_german - religion = protestant - size = 26.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 344.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2014.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 32236.3 - } - - clergymen = { - culture = north_german - religion = catholic - size = 21.200000000000003 - } - - artisans = { - culture = north_german - religion = catholic - size = 53.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 10 - - } - - farmers = { - culture = north_german - religion = catholic - size = 975.2 - } + aristocrats = { + culture = north_german + religion = protestant + size = 344.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 74.2 + } + + officers = { + culture = north_german + religion = protestant + size = 26.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 344.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2014.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 32236.3 + } + + clergymen = { + culture = north_german + religion = catholic + size = 21.200000000000003 + } + + artisans = { + culture = north_german + religion = catholic + size = 53.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 10 + + } + + farmers = { + culture = north_german + religion = catholic + size = 975.2 + } } #Saxony Region (1379000) #under the rule of Saxony 1836 #Dresden (679000/169750 POPS) 558 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1696.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 742.0 - } - - officers = { - culture = north_german - religion = protestant - size = 47.7 - } - - capitalists = { - culture = north_german - religion = protestant - size = 26.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1722.5 - } - - clerks = { - culture = north_german - religion = protestant - size = 79.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4980.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 865.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1749 - - } - - farmers = { - culture = north_german - religion = protestant - size = 145931.30000000002 - } - - clergymen = { - culture = north_german - religion = catholic - size = 53.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 79.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 980.5 - } - - soldiers = { - culture = north_german - religion = catholic - size= 53 - - } - - farmers = { - culture = north_german - religion = catholic - size = 4134.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - clerks = { - culture = north_german - religion = protestant - size = 15.9 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 159.0 - } - - artisans = { - culture = north_german - religion = jewish - size = 614.8000000000001 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1696.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 742.0 + } + + officers = { + culture = north_german + religion = protestant + size = 47.7 + } + + capitalists = { + culture = north_german + religion = protestant + size = 26.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1722.5 + } + + clerks = { + culture = north_german + religion = protestant + size = 79.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4980.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 865.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1749 + + } + + farmers = { + culture = north_german + religion = protestant + size = 145931.30000000002 + } + + clergymen = { + culture = north_german + religion = catholic + size = 53.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 79.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 980.5 + } + + soldiers = { + culture = north_german + religion = catholic + size= 53 + + } + + farmers = { + culture = north_german + religion = catholic + size = 4134.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + clerks = { + culture = north_german + religion = protestant + size = 15.9 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 159.0 + } + + artisans = { + culture = north_german + religion = jewish + size = 614.8000000000001 + } } #Leipzig (420000/105000 POPS) 559 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1166.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1060.0 - } - - clerks = { - culture = north_german - religion = protestant - size = 79.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 3927.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 9593.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1366 - - } - - farmers = { - culture = north_german - religion = protestant - size = 87048.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 10.600000000000001 - } - - clerks = { - culture = north_german - religion = protestant - size = 15.9 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = north_german - religion = jewish - size = 954.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1166.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1060.0 + } + + clerks = { + culture = north_german + religion = protestant + size = 79.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 3927.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 9593.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1366 + + } + + farmers = { + culture = north_german + religion = protestant + size = 87048.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 10.600000000000001 + } + + clerks = { + culture = north_german + religion = protestant + size = 15.9 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = north_german + religion = jewish + size = 954.0 + } } #Chemnitz (280000/70000 POPS) 560 = { - aristocrats = { - culture = north_german - religion = protestant - size = 848.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 662.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 5300.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 60 - - } - - farmers = { - culture = north_german - religion = protestant - size = 64329.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 848.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 662.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 5300.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 60 + + } + + farmers = { + culture = north_german + religion = protestant + size = 64329.5 + } } #Thuringia Region (865000) #under the rule of Saxe-Weimar 1836 #Weimar (365000/91250 POPS) 561 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1060.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 159.0 - } - - officers = { - culture = north_german - religion = protestant - size = 106.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 927.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 4505.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 60 - - } - - farmers = { - culture = north_german - religion = protestant - size = 86642.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 259.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1060.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 159.0 + } + + officers = { + culture = north_german + religion = protestant + size = 106.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 927.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 4505.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 60 + + } + + farmers = { + culture = north_german + religion = protestant + size = 86642.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 259.7 + } } #under the rule of Saxe-Coburg 1836 #Gotha (292000/73000 POPS) 562 = { - aristocrats = { - culture = north_german - religion = protestant - size = 768.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 132.5 - } - - officers = { - culture = north_german - religion = protestant - size = 79.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 715.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 3869.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 69755.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 768.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 132.5 + } + + officers = { + culture = north_german + religion = protestant + size = 79.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 715.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 3869.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 69755.0 + } } #under the rule of Saxe-Meiningen 1836 #Meiningen (208000/52000 POPS) 563 = { - aristocrats = { - culture = north_german - religion = protestant - size = 540.6 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 95.4 - } - - officers = { - culture = north_german - religion = protestant - size = 53.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2756.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 49191.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 540.6 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 95.4 + } + + officers = { + culture = north_german + religion = protestant + size = 53.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2756.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 49191.0 + } } #Hesse Region (1719600) #under the rule of Frankfurt 1836 #Frankfurt-am-Main (64000/16000 POPS) 564 = { - aristocrats = { - culture = north_german - religion = protestant - size = 10.600000000000001 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 53.0 - } - - officers = { - culture = north_german - religion = protestant - size = 10.600000000000001 - } - - clergymen = { - culture = north_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 1925.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 1662.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 42.400000000000006 - } - - artisans = { - culture = north_german - religion = catholic - size = 1908.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 21 - - } - - farmers = { - culture = north_german - religion = catholic - size = 148.4 - } - - clergymen = { - culture = north_german - religion = jewish - size = 10.600000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 1049.4 - } + aristocrats = { + culture = north_german + religion = protestant + size = 10.600000000000001 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 53.0 + } + + officers = { + culture = north_german + religion = protestant + size = 10.600000000000001 + } + + clergymen = { + culture = north_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 1925.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 1662.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 42.400000000000006 + } + + artisans = { + culture = north_german + religion = catholic + size = 1908.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 21 + + } + + farmers = { + culture = north_german + religion = catholic + size = 148.4 + } + + clergymen = { + culture = north_german + religion = jewish + size = 10.600000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 1049.4 + } } #under the rule of Nassau 1836 #Wiesbaden (402400/100600 POPS) 565 = { - aristocrats = { - culture = north_german - religion = protestant - size = 503.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 185.5 - } - - officers = { - culture = north_german - religion = protestant - size = 106.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 477.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 3498.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 860 - - } - - farmers = { - culture = north_german - religion = protestant - size = 45250.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 556.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 3869.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 2260 - - } - - farmers = { - culture = north_german - religion = catholic - size = 48434.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 10.600000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 625.4 - } + aristocrats = { + culture = north_german + religion = protestant + size = 503.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 185.5 + } + + officers = { + culture = north_german + religion = protestant + size = 106.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 477.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 3498.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 860 + + } + + farmers = { + culture = north_german + religion = protestant + size = 45250.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 556.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 3869.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 2260 + + } + + farmers = { + culture = north_german + religion = catholic + size = 48434.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 10.600000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 625.4 + } } #under the rule of Hesse-Kassel 1836 #Kassel (445200/111300 POPS) 566 = { - aristocrats = { - culture = north_german - religion = protestant - size = 927.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 344.5 - } - - officers = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 927.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 4770.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 1240 - - } - - farmers = { - culture = north_german - religion = protestant - size = 82918.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 238.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 1166.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 212 - - } - - farmers = { - culture = north_german - religion = catholic - size = 21703.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 312.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 927.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 344.5 + } + + officers = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 927.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 4770.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 1240 + + } + + farmers = { + culture = north_german + religion = protestant + size = 82918.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 238.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 1166.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 212 + + } + + farmers = { + culture = north_german + religion = catholic + size = 21703.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 312.7 + } } #Fulda (248000/62000 POPS) 568 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2756.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1583 - - } - - farmers = { - culture = north_german - religion = protestant - size = 48661.0 - } - clergymen = { - culture = north_german - religion = catholic - size = 106.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 530.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 106 - - } - - farmers = { - culture = north_german - religion = catholic - size = 10918.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2756.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1583 + + } + + farmers = { + culture = north_german + religion = protestant + size = 48661.0 + } + clergymen = { + culture = north_german + religion = catholic + size = 106.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 530.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 106 + + } + + farmers = { + culture = north_german + religion = catholic + size = 10918.0 + } } #under the rule of Hesse-Darmstadt 1836 #Giessen (200000/50000 POPS) 567 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2650.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1530 - - } - - farmers = { - culture = north_german - religion = protestant - size = 47760.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2650.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1530 + + } + + farmers = { + culture = north_german + religion = protestant + size = 47760.0 + } } #Darmstadt (360000/90000 POPS) 2560 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 424.0 - } - - officers = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 3816.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 48138.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 397.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 2544.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1371 - - } - - farmers = { - culture = north_german - religion = catholic - size = 34907.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 424.0 + } + + officers = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 3816.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 48138.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 397.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 2544.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1371 + + } + + farmers = { + culture = north_german + religion = catholic + size = 34907.5 + } } #Palatinate-Moselle Region (1815200) #under the rule of Baden 1836 #Mannheim (261000/65250 POPS) 569 = { - aristocrats = { - culture = south_german - religion = catholic - size = 212.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 159.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 795.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1559 - - } - - farmers = { - culture = south_german - religion = catholic - size = 13175.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 424.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 2650.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 2530 - - } - - farmers = { - culture = south_german - religion = protestant - size = 47396.0 - } - - clergymen = { - culture = south_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = south_german - religion = jewish - size = 259.7 - } + aristocrats = { + culture = south_german + religion = catholic + size = 212.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 159.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 795.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1559 + + } + + farmers = { + culture = south_german + religion = catholic + size = 13175.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 424.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 2650.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 2530 + + } + + farmers = { + culture = south_german + religion = protestant + size = 47396.0 + } + + clergymen = { + culture = south_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = south_german + religion = jewish + size = 259.7 + } } #under the rule of Hesse-Darmstadt 1836 #Mainz (242200/60550 POPS) 570 = { - aristocrats = { - culture = north_german - religion = protestant - size = 530.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 530.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 6254.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 530 - - } - - farmers = { - culture = north_german - religion = protestant - size = 45156.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 106.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1166.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 106 - - } - - farmers = { - culture = north_german - religion = catholic - size = 9222.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 577.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 530.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 530.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 6254.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 530 + + } + + farmers = { + culture = north_german + religion = protestant + size = 45156.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 106.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1166.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 106 + + } + + farmers = { + culture = north_german + religion = catholic + size = 9222.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 577.7 + } } #under the rule of Bavaria 1836 #Kaiserslautern (556000/139000 POPS) 571 = { - aristocrats = { - culture = south_german - religion = catholic - size = 689.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 689.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 3286.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1860 - - } - - farmers = { - culture = south_german - religion = catholic - size = 57144.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 742.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 4028.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 1795 - - } - - farmers = { - culture = south_german - religion = protestant - size = 73995.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 524.7 - } + aristocrats = { + culture = south_german + religion = catholic + size = 689.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 689.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 3286.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1860 + + } + + farmers = { + culture = south_german + religion = catholic + size = 57144.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 742.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 4028.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 1795 + + } + + farmers = { + culture = south_german + religion = protestant + size = 73995.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 524.7 + } } #under the rule of Prussia 1836 #Trier (220000/55000 POPS) 572 = { - aristocrats = { - culture = north_german - religion = protestant - size = 318.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 901.0 - } - - officers = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 265.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 1431.0 - } - - capitalists = { - culture = north_german - religion = protestant - size = 1100 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 291 - - } - - farmers = { - culture = north_german - religion = protestant - size = 21201.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 265.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 291.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 1484.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 6000.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 291 - - } - - farmers = { - culture = north_german - religion = catholic - size = 21348.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 318.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 901.0 + } + + officers = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 265.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 1431.0 + } + + capitalists = { + culture = north_german + religion = protestant + size = 1100 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 291 + + } + + farmers = { + culture = north_german + religion = protestant + size = 21201.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 265.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 291.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 1484.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 6000.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 291 + + } + + farmers = { + culture = north_german + religion = catholic + size = 21348.0 + } } #Saarbrucken (308000/77000 POPS) 573 = { - aristocrats = { - culture = north_german - religion = protestant - size = 265.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 238.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1325.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 265 - - } - - farmers = { - culture = north_german - religion = protestant - size = 19346.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 477.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 583.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 2756.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 10000.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 530 - - } - - farmers = { - culture = north_german - religion = catholic - size = 39714.0 - } - - clergymen = { - culture = french - religion = catholic - size = 26.5 - } - - artisans = { - culture = french - religion = catholic - size = 106.0 - } - - farmers = { - culture = french - religion = catholic - size = 1987.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 265.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 238.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1325.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 265 + + } + + farmers = { + culture = north_german + religion = protestant + size = 19346.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 477.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 583.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 2756.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 10000.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 530 + + } + + farmers = { + culture = north_german + religion = catholic + size = 39714.0 + } + + clergymen = { + culture = french + religion = catholic + size = 26.5 + } + + artisans = { + culture = french + religion = catholic + size = 106.0 + } + + farmers = { + culture = french + religion = catholic + size = 1987.5 + } } #Kreuznach (228000/57000 POPS) 574 = { - aristocrats = { - culture = north_german - religion = protestant - size = 318.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 291.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1590.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 6000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 371 - - } - - farmers = { - culture = north_german - religion = protestant - size = 23229.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 265.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 291.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 1431.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 265 - - } - - farmers = { - culture = north_german - religion = catholic - size = 22367.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 318.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 291.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1590.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 6000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 371 + + } + + farmers = { + culture = north_german + religion = protestant + size = 23229.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 265.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 291.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 1431.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 265 + + } + + farmers = { + culture = north_german + religion = catholic + size = 22367.5 + } } #Rhineland Region (1908000) #under the rule of Prussia in 1836 #Cologne (484000/121000 POPS) 575 = { - aristocrats = { - culture = north_german - religion = catholic - size = 1272.0 - } - - bureaucrats = { - culture = north_german - religion = catholic - size = 2226.0 - } - - capitalists = { - culture = north_german - religion = catholic - size = 15.9 - } - - officers = { - culture = north_german - religion = catholic - size = 530.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 1298.5 - } - - clerks = { - culture = north_german - religion = catholic - size = 332.5 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 14125.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 4442.5 - } - - soldiers = { - culture = north_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_german - religion = catholic - size= 180 - - } - - farmers = { - culture = north_german - religion = catholic - size = 90042.6 - } - - clergymen = { - culture = north_german - religion = jewish - size = 10.600000000000001 - } - - clerks = { - culture = north_german - religion = jewish - size = 26.5 - } - - craftsmen = { - culture = north_german - religion = jewish - size = 159.0 - } - - artisans = { - culture = north_german - religion = jewish - size = 598.9 - } + aristocrats = { + culture = north_german + religion = catholic + size = 1272.0 + } + + bureaucrats = { + culture = north_german + religion = catholic + size = 2226.0 + } + + capitalists = { + culture = north_german + religion = catholic + size = 15.9 + } + + officers = { + culture = north_german + religion = catholic + size = 530.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 1298.5 + } + + clerks = { + culture = north_german + religion = catholic + size = 332.5 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 14125.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 4442.5 + } + + soldiers = { + culture = north_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_german + religion = catholic + size= 180 + + } + + farmers = { + culture = north_german + religion = catholic + size = 90042.6 + } + + clergymen = { + culture = north_german + religion = jewish + size = 10.600000000000001 + } + + clerks = { + culture = north_german + religion = jewish + size = 26.5 + } + + craftsmen = { + culture = north_german + religion = jewish + size = 159.0 + } + + artisans = { + culture = north_german + religion = jewish + size = 598.9 + } } #Aachen (400000/100000 POPS) 576 = { - aristocrats = { - culture = north_german - religion = catholic - size = 1060.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 901.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 4770.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 2120 - - } - - farmers = { - culture = north_german - religion = catholic - size = 95877.0 - } - - clergymen = { - culture = wallonian - religion = catholic - size = 10.600000000000001 - } - - farmers = { - culture = wallonian - religion = catholic - size = 1049.4 - } + aristocrats = { + culture = north_german + religion = catholic + size = 1060.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 901.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 4770.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 2120 + + } + + farmers = { + culture = north_german + religion = catholic + size = 95877.0 + } + + clergymen = { + culture = wallonian + religion = catholic + size = 10.600000000000001 + } + + farmers = { + culture = wallonian + religion = catholic + size = 1049.4 + } } #Kleves (356000/89000 POPS) 577 = { - aristocrats = { - culture = north_german - religion = catholic - size = 848.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 848.0 - } - - clerks = { - culture = north_german - religion = catholic - size = 100.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 4000.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 4240.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 2120 - - } - - farmers = { - culture = north_german - religion = catholic - size = 72644.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 106.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 477.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 106 - - } - - farmers = { - culture = north_german - religion = protestant - size = 8771.5 - } + aristocrats = { + culture = north_german + religion = catholic + size = 848.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 848.0 + } + + clerks = { + culture = north_german + religion = catholic + size = 100.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 4000.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 4240.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 2120 + + } + + farmers = { + culture = north_german + religion = catholic + size = 72644.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 106.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 477.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 106 + + } + + farmers = { + culture = north_german + religion = protestant + size = 8771.5 + } } #Dusseldorf (364000/91000 POPS) 578 = { - aristocrats = { - culture = north_german - religion = catholic - size = 742.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 715.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 4452.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 2120 - - } - - clerks = { - culture = north_german - religion = catholic - size = 100.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 6000.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 60070.5 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 212.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 1166.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 20670.0 - } + aristocrats = { + culture = north_german + religion = catholic + size = 742.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 715.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 4452.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 2120 + + } + + clerks = { + culture = north_german + religion = catholic + size = 100.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 6000.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 60070.5 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 212.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 1166.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 20670.0 + } } #Koblenz (200000/50000 POPS) 579 = { - clergymen = { - culture = north_german - religion = catholic - size = 79.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 212.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 26 - - } - - farmers = { - culture = north_german - religion = catholic - size = 3922.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 477.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 477.0 - } - - clerks = { - culture = north_german - religion = protestant - size = 100.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2491.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 530 - - } - - farmers = { - culture = north_german - religion = protestant - size = 42685.0 - } + clergymen = { + culture = north_german + religion = catholic + size = 79.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 212.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 26 + + } + + farmers = { + culture = north_german + religion = catholic + size = 3922.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 477.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 477.0 + } + + clerks = { + culture = north_german + religion = protestant + size = 100.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2491.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 530 + + } + + farmers = { + culture = north_german + religion = protestant + size = 42685.0 + } } #Siegburg (104000/26000 POPS) 2561 = { - aristocrats = { - culture = north_german - religion = catholic - size = 212.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 212.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1060.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1060 - - } - - farmers = { - culture = north_german - religion = catholic - size = 18656.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 53.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 53.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 344.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 79 - - } - - farmers = { - culture = north_german - religion = protestant - size = 5830.0 - } + aristocrats = { + culture = north_german + religion = catholic + size = 212.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 212.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1060.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1060 + + } + + farmers = { + culture = north_german + religion = catholic + size = 18656.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 53.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 53.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 344.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 79 + + } + + farmers = { + culture = north_german + religion = protestant + size = 5830.0 + } } #Westphalia Region (1390000) #under the rule of Prussia in 1836 #Dortmund (380000/95000 POPS) 580 = { - aristocrats = { - culture = north_german - religion = protestant - size = 265.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 742.0 - } - - officers = { - culture = north_german - religion = protestant - size = 53.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 291.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1484.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 24208.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 662.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 344.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 715.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 3498.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 8000.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 2120 - - } - - farmers = { - culture = north_german - religion = catholic - size = 59043.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 259.7 - } + aristocrats = { + culture = north_german + religion = protestant + size = 265.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 742.0 + } + + officers = { + culture = north_german + religion = protestant + size = 53.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 291.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1484.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 24208.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 662.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 344.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 715.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 3498.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 8000.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 2120 + + } + + farmers = { + culture = north_german + religion = catholic + size = 59043.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 259.7 + } } #Munster (464000/116000 POPS) 581 = { - aristocrats = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 185.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1060.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 530 - - } - - farmers = { - culture = north_german - religion = protestant - size = 15502.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 954.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 1060.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 5141.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 10000.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_german - religion = catholic - size= 180 - - } - - farmers = { - culture = north_german - religion = catholic - size = 84485.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 185.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1060.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 530 + + } + + farmers = { + culture = north_german + religion = protestant + size = 15502.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 954.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 1060.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 5141.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 10000.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_german + religion = catholic + size= 180 + + } + + farmers = { + culture = north_german + religion = catholic + size = 84485.0 + } } #Minden (216000/54000 POPS) 582 = { - aristocrats = { - culture = north_german - religion = protestant - size = 318.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 397.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1802.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 28886.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 212.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 212.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 1060.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1060 - - } - - farmers = { - culture = north_german - religion = catholic - size = 18656.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 318.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 397.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1802.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 28886.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 212.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 212.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 1060.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1060 + + } + + farmers = { + culture = north_german + religion = catholic + size = 18656.0 + } } #Siegen (104000/26000 POPS) 583 = { - aristocrats = { - culture = north_german - religion = protestant - size = 159.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 132.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1166.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 159 - - } - - farmers = { - culture = north_german - religion = protestant - size = 13223.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 106.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 132.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 954.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 106 - - } - - farmers = { - culture = north_german - religion = catholic - size = 11421.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 159.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 132.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1166.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 159 + + } + + farmers = { + culture = north_german + religion = protestant + size = 13223.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 106.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 132.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 954.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 106 + + } + + farmers = { + culture = north_german + religion = catholic + size = 11421.5 + } } #Korbach (128000/32000 POPS) 584 = { - aristocrats = { - culture = north_german - religion = protestant - size = 212.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 185.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1007.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 15675.5 - } - - aristocrats = { - culture = north_german - religion = catholic - size = 106.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 132.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 689.0 - } - - craftsmen = { - culture = north_german - religion = catholic - size = 1100.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1060 - - } - - farmers = { - culture = north_german - religion = catholic - size = 10792.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 212.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 185.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1007.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 15675.5 + } + + aristocrats = { + culture = north_german + religion = catholic + size = 106.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 132.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 689.0 + } + + craftsmen = { + culture = north_german + religion = catholic + size = 1100.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1060 + + } + + farmers = { + culture = north_german + religion = catholic + size = 10792.5 + } } #under the rule of Lippe in 1836 #Detmold (98000/24500 POPS) 585 = { - aristocrats = { - culture = north_german - religion = protestant - size = 265.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 42.400000000000006 - } - - officers = { - culture = north_german - religion = protestant - size = 26.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 238.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1219.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 2060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 21058.600000000002 - } - - clergymen = { - culture = north_german - religion = catholic - size = 21.200000000000003 - } - - farmers = { - culture = north_german - religion = catholic - size = 1038.8 - } + aristocrats = { + culture = north_german + religion = protestant + size = 265.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 42.400000000000006 + } + + officers = { + culture = north_german + religion = protestant + size = 26.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 238.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1219.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 2060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 21058.600000000002 + } + + clergymen = { + culture = north_german + religion = catholic + size = 21.200000000000003 + } + + farmers = { + culture = north_german + religion = catholic + size = 1038.8 + } } #Baden Region (1040000) #under the rule of Baden in 1836 #Karlsruhe (632000/158000 POPS) 586 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1696.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 742.0 - } - - officers = { - culture = south_german - religion = catholic - size = 371.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1590.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 8109.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 643 - - } - - farmers = { - culture = south_german - religion = catholic - size = 148029.0 - } - - clergymen = { - culture = south_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = south_german - religion = jewish - size = 259.7 - } - - clergymen = { - culture = south_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 265.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 26 - - } - - farmers = { - culture = south_german - religion = protestant - size = 4664.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1696.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 742.0 + } + + officers = { + culture = south_german + religion = catholic + size = 371.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1590.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 8109.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 643 + + } + + farmers = { + culture = south_german + religion = catholic + size = 148029.0 + } + + clergymen = { + culture = south_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = south_german + religion = jewish + size = 259.7 + } + + clergymen = { + culture = south_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 265.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 26 + + } + + farmers = { + culture = south_german + religion = protestant + size = 4664.0 + } } #Freiburg (244000/61000 POPS) 587 = { - aristocrats = { - culture = south_german - religion = catholic - size = 636.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 609.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 3021.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_german - religion = catholic - size = 54093.5 - } - - clergymen = { - culture = south_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 212.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 26 - - } - - farmers = { - culture = south_german - religion = protestant - size = 3922.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 636.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 609.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 3021.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_german + religion = catholic + size = 54093.5 + } + + clergymen = { + culture = south_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 212.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 26 + + } + + farmers = { + culture = south_german + religion = protestant + size = 3922.0 + } } #Konstanz (164000/41000 POPS) 588 = { - aristocrats = { - culture = south_german - religion = catholic - size = 371.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 397.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1961.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1424 - - } - - farmers = { - culture = south_german - religion = catholic - size = 35066.5 - } - - clergymen = { - culture = south_german - religion = protestant - size = 79.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 212.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 26 - - } - - farmers = { - culture = south_german - religion = protestant - size = 3922.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 371.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 397.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1961.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1424 + + } + + farmers = { + culture = south_german + religion = catholic + size = 35066.5 + } + + clergymen = { + culture = south_german + religion = protestant + size = 79.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 212.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 26 + + } + + farmers = { + culture = south_german + religion = protestant + size = 3922.0 + } } #Wurttemburg Region (1308000) #under the rule of Wurttemburg in 1836 #Stuttgart (676000/169000 POPS) 589 = { - aristocrats = { - culture = south_german - religion = protestant - size = 1590.0 - } - - bureaucrats = { - culture = south_german - religion = protestant - size = 901.0 - } - - officers = { - culture = south_german - religion = protestant - size = 477.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 1590.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 70.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 10000.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = south_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = south_german - religion = protestant - size= 1420 - - } - - farmers = { - culture = south_german - religion = protestant - size = 139072.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 185.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1590.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 159 - - } - - farmers = { - culture = south_german - religion = catholic - size = 16085.5 - } + aristocrats = { + culture = south_german + religion = protestant + size = 1590.0 + } + + bureaucrats = { + culture = south_german + religion = protestant + size = 901.0 + } + + officers = { + culture = south_german + religion = protestant + size = 477.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 1590.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 70.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 10000.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = south_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = south_german + religion = protestant + size= 1420 + + } + + farmers = { + culture = south_german + religion = protestant + size = 139072.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 185.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1590.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 159 + + } + + farmers = { + culture = south_german + religion = catholic + size = 16085.5 + } } #Heilbronn (340000/85000 POPS) 590 = { - aristocrats = { - culture = south_german - religion = protestant - size = 901.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 874.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 4505.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 1901 - - } - - farmers = { - culture = south_german - religion = protestant - size = 82978.5 - } + aristocrats = { + culture = south_german + religion = protestant + size = 901.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 874.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 4505.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 1901 + + } + + farmers = { + culture = south_german + religion = protestant + size = 82978.5 + } } #Tubingen (292000/73000 POPS) 591 = { - aristocrats = { - culture = south_german - religion = protestant - size = 424.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 397.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 2014.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 1424 - - } - - farmers = { - culture = south_german - religion = protestant - size = 38140.5 - } - clergymen = { - culture = south_german - religion = catholic - size = 344.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1855.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 618 - - } - - farmers = { - culture = south_german - religion = catholic - size = 32162.5 - } + aristocrats = { + culture = south_german + religion = protestant + size = 424.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 397.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 2014.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 1424 + + } + + farmers = { + culture = south_german + religion = protestant + size = 38140.5 + } + clergymen = { + culture = south_german + religion = catholic + size = 344.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1855.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 618 + + } + + farmers = { + culture = south_german + religion = catholic + size = 32162.5 + } } #Swabia Region (833000) #under the rule of Bavaria in 1836 #Augsburg (364000/91000 POPS) 592 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1060.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1113.0 - } - - clerks = { - culture = south_german - religion = catholic - size = 100.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 5000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 500.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1560 - - } - - farmers = { - culture = south_german - religion = catholic - size = 74127.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1060.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1113.0 + } + + clerks = { + culture = south_german + religion = catholic + size = 100.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 5000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 500.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1560 + + } + + farmers = { + culture = south_german + religion = catholic + size = 74127.0 + } } #under the rule of Wurttemburg in 1836 #Ulm (408000/102000 POPS) 593 = { - clergymen = { - culture = south_german - religion = protestant - size = 106.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 583.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = south_german - religion = protestant - size= 1240 - - } - - farmers = { - culture = south_german - religion = protestant - size = 6731.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 954.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 980.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 4823.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 954 - - } - - farmers = { - culture = south_german - religion = catholic - size = 88775.0 - } + clergymen = { + culture = south_german + religion = protestant + size = 106.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 583.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = south_german + religion = protestant + size= 1240 + + } + + farmers = { + culture = south_german + religion = protestant + size = 6731.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 954.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 980.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 4823.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 954 + + } + + farmers = { + culture = south_german + religion = catholic + size = 88775.0 + } } #under the rule of Prussia in 1836 #Sigmaringen (61000/15250 POPS) 594 = { - aristocrats = { - culture = south_german - religion = catholic - size = 159.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 21.200000000000003 - } - - officers = { - culture = south_german - religion = catholic - size = 15.9 - } - - clergymen = { - culture = south_german - religion = catholic - size = 159.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 821.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1060 - - } - - farmers = { - culture = south_german - religion = catholic - size = 13928.400000000001 - } + aristocrats = { + culture = south_german + religion = catholic + size = 159.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 21.200000000000003 + } + + officers = { + culture = south_german + religion = catholic + size = 15.9 + } + + clergymen = { + culture = south_german + religion = catholic + size = 159.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 821.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1060 + + } + + farmers = { + culture = south_german + religion = catholic + size = 13928.400000000001 + } } #Franconia Region (1876000) #under the rule of Bavaria in 1836 #Nuremburg (904000/226000 POPS) 595 = { - aristocrats = { - culture = south_german - religion = catholic - size = 1431.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 1113.0 - } - - officers = { - culture = south_german - religion = catholic - size = 477.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 1192.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 4770.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 2120 - - } - - farmers = { - culture = south_german - religion = catholic - size = 98977.5 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 1537.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 1457.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 5830.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 1590 - - } - - farmers = { - culture = south_german - religion = protestant - size = 117951.5 - } - - clergymen = { - culture = south_german - religion = jewish - size = 21.200000000000003 - } - - artisans = { - culture = south_german - religion = jewish - size = 1038.8 - } + aristocrats = { + culture = south_german + religion = catholic + size = 1431.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 1113.0 + } + + officers = { + culture = south_german + religion = catholic + size = 477.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 1192.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 4770.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 2120 + + } + + farmers = { + culture = south_german + religion = catholic + size = 98977.5 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 1537.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 1457.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 5830.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 1590 + + } + + farmers = { + culture = south_german + religion = protestant + size = 117951.5 + } + + clergymen = { + culture = south_german + religion = jewish + size = 21.200000000000003 + } + + artisans = { + culture = south_german + religion = jewish + size = 1038.8 + } } #Aschaffenburg (136000/34000 POPS) 596 = { - aristocrats = { - culture = south_german - religion = catholic - size = 371.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 371.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1855.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1371 - - } - - farmers = { - culture = south_german - religion = catholic - size = 32072.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 371.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 371.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1855.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1371 + + } + + farmers = { + culture = south_german + religion = catholic + size = 32072.0 + } } #Wurzburg (300000/75000 POPS) 597 = { - aristocrats = { - culture = south_german - religion = catholic - size = 795.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 795.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 7420.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_german - religion = catholic - size = 68430.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 795.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 795.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 7420.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_german + religion = catholic + size = 68430.0 + } } #Bayreuth (536000/134000 POPS) 598 = { - aristocrats = { - culture = south_german - religion = catholic - size = 583.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 583.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 2650.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1636 - - } - - farmers = { - culture = south_german - religion = catholic - size = 47548.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 954.0 - } - - artisans = { - culture = south_german - religion = protestant - size = 5194.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = south_german - religion = protestant - size= 1954 - - } - - farmers = { - culture = south_german - religion = protestant - size = 77938.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 583.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 583.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 2650.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1636 + + } + + farmers = { + culture = south_german + religion = catholic + size = 47548.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 954.0 + } + + artisans = { + culture = south_german + religion = protestant + size = 5194.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = south_german + religion = protestant + size= 1954 + + } + + farmers = { + culture = south_german + religion = protestant + size = 77938.0 + } } #Bavaria Region (1536000) #under the rule of Bavaria in 1836 #Munich (960000/220000 POPS) 599 = { - aristocrats = { - culture = south_german - religion = catholic - size = 2226.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 848.0 - } - - officers = { - culture = south_german - religion = catholic - size = 424.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 2173.0 - } - - clerks = { - culture = south_german - religion = catholic - size = 400.0 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 2260.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1580 - - } - - farmers = { - culture = south_german - religion = catholic - size = 168589.0 - } - - clergymen = { - culture = south_german - religion = protestant - size = 132.5 - } - - artisans = { - culture = south_german - religion = protestant - size = 2120.0 - } - - soldiers = { - culture = south_german - religion = protestant - size= 159 - - } - - farmers = { - culture = south_german - religion = protestant - size = 12163.5 - } - - clergymen = { - culture = south_german - religion = jewish - size = 26.5 - } - - artisans = { - culture = south_german - religion = jewish - size = 1298.5 - } + aristocrats = { + culture = south_german + religion = catholic + size = 2226.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 848.0 + } + + officers = { + culture = south_german + religion = catholic + size = 424.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 2173.0 + } + + clerks = { + culture = south_german + religion = catholic + size = 400.0 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 2260.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1580 + + } + + farmers = { + culture = south_german + religion = catholic + size = 168589.0 + } + + clergymen = { + culture = south_german + religion = protestant + size = 132.5 + } + + artisans = { + culture = south_german + religion = protestant + size = 2120.0 + } + + soldiers = { + culture = south_german + religion = protestant + size= 159 + + } + + farmers = { + culture = south_german + religion = protestant + size = 12163.5 + } + + clergymen = { + culture = south_german + religion = jewish + size = 26.5 + } + + artisans = { + culture = south_german + religion = jewish + size = 1298.5 + } } #Landshut (164000/41000 POPS) 600 = { - aristocrats = { - culture = south_german - religion = catholic - size = 424.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 450.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 2120.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1477 - - } - - farmers = { - culture = south_german - religion = catholic - size = 38988.5 - } + aristocrats = { + culture = south_german + religion = catholic + size = 424.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 450.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 2120.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1477 + + } + + farmers = { + culture = south_german + religion = catholic + size = 38988.5 + } } #Ingolstadt (164000/41000 POPS) 601 = { - aristocrats = { - culture = south_german - religion = catholic - size = 424.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 450.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 2120.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_german - religion = catholic - size = 38405.5 - } + aristocrats = { + culture = south_german + religion = catholic + size = 424.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 450.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 2120.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_german + religion = catholic + size = 38405.5 + } } #Regensburg (248000/62000 POPS) 602 = { - aristocrats = { - culture = south_german - religion = catholic - size = 689.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 662.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 5300.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_german - religion = catholic - size = 57008.5 - } + aristocrats = { + culture = south_german + religion = catholic + size = 689.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 662.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 5300.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_german + religion = catholic + size = 57008.5 + } } #Silesia Region (200000) #see Czechia.txt and Poland.txt for balance of region #under the rule of Prussia in 1836 #Gorlitz (200000/50000 POPS) 687 = { - aristocrats = { - culture = north_german - religion = protestant - size = 901.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 424.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2438.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 1060 - - } - - farmers = { - culture = north_german - religion = protestant - size = 51537.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 74.2 - } - - artisans = { - culture = north_german - religion = catholic - size = 212.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 53 - - } - - farmers = { - culture = north_german - religion = catholic - size = 3900.8 - } + aristocrats = { + culture = north_german + religion = protestant + size = 901.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 424.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2438.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 1060 + + } + + farmers = { + culture = north_german + religion = protestant + size = 51537.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 74.2 + } + + artisans = { + culture = north_german + religion = catholic + size = 212.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 53 + + } + + farmers = { + culture = north_german + religion = catholic + size = 3900.8 + } } #East Prussia Region (712000) #see Poland.txt and Lithuania.txt for balance of region #under the rule of Prussia in 1836 #Konigsberg (484000/121000 POPS) 695 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2385.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1378.0 - } - - officers = { - culture = north_german - religion = protestant - size = 265.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 874.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 10000.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 5900.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 3000 - - } - - soldiers = { - culture = north_german - religion = protestant - size= 180 - - } - - craftsmen = { - culture = north_german - religion = protestant - size = 13000.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 50007.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 185.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 1060.0 - } - - soldiers = { - culture = north_german - religion = catholic - size= 1060 - - } - - craftsmen = { - culture = north_german - religion = catholic - size = 2000.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 19106.5 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.300000000000001 - } - - artisans = { - culture = north_german - religion = jewish - size = 524.7 - } - - clergymen = { - culture = polish - religion = protestant - size = 79.5 - } - - artisans = { - culture = polish - religion = protestant - size = 265.0 - } - - soldiers = { - culture = polish - religion = protestant - size= 53 - - } - - farmers = { - culture = polish - religion = protestant - size = 4902.5 - } - - clergymen = { - culture = lithuanian - religion = protestant - size = 53.0 - } - - artisans = { - culture = lithuanian - religion = protestant - size = 265.0 - } - - soldiers = { - culture = lithuanian - religion = protestant - size= 53 - - } - - farmers = { - culture = lithuanian - religion = protestant - size = 5989.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2385.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1378.0 + } + + officers = { + culture = north_german + religion = protestant + size = 265.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 874.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 10000.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 5900.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 3000 + + } + + soldiers = { + culture = north_german + religion = protestant + size= 180 + + } + + craftsmen = { + culture = north_german + religion = protestant + size = 13000.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 50007.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 185.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 1060.0 + } + + soldiers = { + culture = north_german + religion = catholic + size= 1060 + + } + + craftsmen = { + culture = north_german + religion = catholic + size = 2000.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 19106.5 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.300000000000001 + } + + artisans = { + culture = north_german + religion = jewish + size = 524.7 + } + + clergymen = { + culture = polish + religion = protestant + size = 79.5 + } + + artisans = { + culture = polish + religion = protestant + size = 265.0 + } + + soldiers = { + culture = polish + religion = protestant + size= 53 + + } + + farmers = { + culture = polish + religion = protestant + size = 4902.5 + } + + clergymen = { + culture = lithuanian + religion = protestant + size = 53.0 + } + + artisans = { + culture = lithuanian + religion = protestant + size = 265.0 + } + + soldiers = { + culture = lithuanian + religion = protestant + size= 53 + + } + + farmers = { + culture = lithuanian + religion = protestant + size = 5989.0 + } } #Gumbinnen (228000/57000 POPS) #now part of Russia 697 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1166.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 503.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2756.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 583 - - } - - farmers = { - culture = north_german - religion = protestant - size = 3000.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 47111.5 - } - - clergymen = { - culture = polish - religion = protestant - size = 26.5 - } - - artisans = { - culture = polish - religion = protestant - size = 106.0 - } - - soldiers = { - culture = polish - religion = protestant - size= 26 - - } - - farmers = { - culture = polish - religion = protestant - size = 1961.0 - } - - clergymen = { - culture = lithuanian - religion = protestant - size = 26.5 - } - - artisans = { - culture = lithuanian - religion = protestant - size = 159.0 - } - - soldiers = { - culture = lithuanian - religion = protestant - size= 26 - - } - - farmers = { - culture = lithuanian - religion = protestant - size = 4028.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1166.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 503.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2756.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 583 + + } + + farmers = { + culture = north_german + religion = protestant + size = 3000.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 47111.5 + } + + clergymen = { + culture = polish + religion = protestant + size = 26.5 + } + + artisans = { + culture = polish + religion = protestant + size = 106.0 + } + + soldiers = { + culture = polish + religion = protestant + size= 26 + + } + + farmers = { + culture = polish + religion = protestant + size = 1961.0 + } + + clergymen = { + culture = lithuanian + religion = protestant + size = 26.5 + } + + artisans = { + culture = lithuanian + religion = protestant + size = 159.0 + } + + soldiers = { + culture = lithuanian + religion = protestant + size= 26 + + } + + farmers = { + culture = lithuanian + religion = protestant + size = 4028.0 + } } diff --git a/HPM/history/pops/1861.4.14/Ghana.txt b/HPM/history/pops/1861.4.14/Ghana.txt index 6536e436..7f5db109 100644 --- a/HPM/history/pops/1861.4.14/Ghana.txt +++ b/HPM/history/pops/1861.4.14/Ghana.txt @@ -1,524 +1,524 @@ -#Gold Coast Region (268000) +#Gold Coast Region (268000) #uncolonized in 1836 -#Accra (132000/33000 POPS) #Danish Tradepost in 1836 +#Accra (132000/33000 POPS) #Danish Tradepost in 1836 1907 = { - aristocrats = { - culture = akan - religion = animist - size = 650 - } - - clergymen = { - culture = akan - religion = animist - size = 325 - } - - artisans = { - culture = akan - religion = animist - size = 1325 - } - - soldiers = { - culture = akan - religion = animist - size = 3000 - } - - soldiers = { - culture = akan - religion = animist - size = 1350 - } - - farmers = { - culture = akan - religion = animist - size = 20350 - } - - slaves = { - culture = akan - religion = animist - size = 6000 - } + aristocrats = { + culture = akan + religion = animist + size = 650 + } + + clergymen = { + culture = akan + religion = animist + size = 325 + } + + artisans = { + culture = akan + religion = animist + size = 1325 + } + + soldiers = { + culture = akan + religion = animist + size = 3000 + } + + soldiers = { + culture = akan + religion = animist + size = 1350 + } + + farmers = { + culture = akan + religion = animist + size = 20350 + } + + slaves = { + culture = akan + religion = animist + size = 6000 + } } -#Cape Coast (48000/12000 POPS) #British Tradepost in 1836 +#Cape Coast (48000/12000 POPS) #British Tradepost in 1836 1908 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 600 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8925 - } - - slaves = { - culture = akan - religion = animist - size = 2000 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 600 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8925 + } + + slaves = { + culture = akan + religion = animist + size = 2000 + } } -#Sekondi (88000/22000 POPS) #Dutch Tradepost in 1836 +#Sekondi (88000/22000 POPS) #Dutch Tradepost in 1836 1909 = { - aristocrats = { - culture = dutch - religion = protestant - size = 50 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 20 - } - - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - bureaucrats = { - culture = akan - religion = animist - size = 100 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 1100 - } - - soldiers = { - culture = akan - religion = animist - size = 225 - } - - farmers = { - culture = akan - religion = animist - size = 16025 - } - - slaves = { - culture = akan - religion = animist - size = 4000 - } + aristocrats = { + culture = dutch + religion = protestant + size = 50 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 20 + } + + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + bureaucrats = { + culture = akan + religion = animist + size = 100 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 1100 + } + + soldiers = { + culture = akan + religion = animist + size = 225 + } + + farmers = { + culture = akan + religion = animist + size = 16025 + } + + slaves = { + culture = akan + religion = animist + size = 4000 + } } -#Asante Region (2404000) +#Asante Region (2404000) #under the rule of Ashanti in 1836 -#Kumasi (1108000/277000 POPS) +#Kumasi (1108000/277000 POPS) 1910 = { - aristocrats = { - culture = akan - religion = animist - size = 5250 - } - - bureaucrats = { - culture = akan - religion = animist - size = 265 - } - - officers = { - culture = akan - religion = animist - size = 555 - } - - clergymen = { - culture = akan - religion = animist - size = 2715 - } - - artisans = { - culture = akan - religion = animist - size = 10000 - } - - artisans = { - culture = akan - religion = animist - size = 940 - } - - soldiers = { - culture = akan - religion = animist - size = 3000 - } - - soldiers = { - culture = akan - religion = animist - size = 1000 - } - - farmers = { - culture = akan - religion = animist - size = 214775 - } - - slaves = { - culture = akan - religion = animist - size = 38500 - } + aristocrats = { + culture = akan + religion = animist + size = 5250 + } + + bureaucrats = { + culture = akan + religion = animist + size = 265 + } + + officers = { + culture = akan + religion = animist + size = 555 + } + + clergymen = { + culture = akan + religion = animist + size = 2715 + } + + artisans = { + culture = akan + religion = animist + size = 10000 + } + + artisans = { + culture = akan + religion = animist + size = 940 + } + + soldiers = { + culture = akan + religion = animist + size = 3000 + } + + soldiers = { + culture = akan + religion = animist + size = 1000 + } + + farmers = { + culture = akan + religion = animist + size = 214775 + } + + slaves = { + culture = akan + religion = animist + size = 38500 + } } -#Kintampo (520000/130000 POPS) +#Kintampo (520000/130000 POPS) 1911 = { - aristocrats = { - culture = akan - religion = animist - size = 2540 - } - - clergymen = { - culture = akan - religion = animist - size = 1310 - } - - artisans = { - culture = akan - religion = animist - size = 5250 - } - - soldiers = { - culture = akan - religion = animist - size = 2000 - } - - farmers = { - culture = akan - religion = animist - size = 94400 - } - - slaves = { - culture = akan - religion = animist - size = 24500 - } + aristocrats = { + culture = akan + religion = animist + size = 2540 + } + + clergymen = { + culture = akan + religion = animist + size = 1310 + } + + artisans = { + culture = akan + religion = animist + size = 5250 + } + + soldiers = { + culture = akan + religion = animist + size = 2000 + } + + farmers = { + culture = akan + religion = animist + size = 94400 + } + + slaves = { + culture = akan + religion = animist + size = 24500 + } } -#Wa (564000/141000 POPS) +#Wa (564000/141000 POPS) 1912 = { - aristocrats = { - culture = akan - religion = animist - size = 950 - } - - clergymen = { - culture = akan - religion = animist - size = 525 - } - - artisans = { - culture = akan - religion = animist - size = 2100 - } - - soldiers = { - culture = akan - religion = animist - size = 2000 - } - - farmers = { - culture = akan - religion = animist - size = 44400 - } - - aristocrats = { - culture = gur - religion = animist - size = 1140 - } - - clergymen = { - culture = gur - religion = animist - size = 615 - } - - artisans = { - culture = gur - religion = animist - size = 2975 - } - - soldiers = { - culture = gur - religion = animist - size = 615 - } - - farmers = { - culture = gur - religion = animist - size = 54160 - } - - slaves = { - culture = dyula - religion = sunni - size = 10500 - } - - aristocrats = { - culture = mossi - religion = animist - size = 440 - } - - clergymen = { - culture = mossi - religion = animist - size = 265 - } - - artisans = { - culture = mossi - religion = animist - size = 1050 - } - - soldiers = { - culture = mossi - religion = animist - size = 265 - } - - farmers = { - culture = mossi - religion = animist - size = 19000 - } + aristocrats = { + culture = akan + religion = animist + size = 950 + } + + clergymen = { + culture = akan + religion = animist + size = 525 + } + + artisans = { + culture = akan + religion = animist + size = 2100 + } + + soldiers = { + culture = akan + religion = animist + size = 2000 + } + + farmers = { + culture = akan + religion = animist + size = 44400 + } + + aristocrats = { + culture = gur + religion = animist + size = 1140 + } + + clergymen = { + culture = gur + religion = animist + size = 615 + } + + artisans = { + culture = gur + religion = animist + size = 2975 + } + + soldiers = { + culture = gur + religion = animist + size = 615 + } + + farmers = { + culture = gur + religion = animist + size = 54160 + } + + slaves = { + culture = dyula + religion = sunni + size = 10500 + } + + aristocrats = { + culture = mossi + religion = animist + size = 440 + } + + clergymen = { + culture = mossi + religion = animist + size = 265 + } + + artisans = { + culture = mossi + religion = animist + size = 1050 + } + + soldiers = { + culture = mossi + religion = animist + size = 265 + } + + farmers = { + culture = mossi + religion = animist + size = 19000 + } } -#Tamale (212000/53000 POPS) +#Tamale (212000/53000 POPS) 1913 = { - aristocrats = { - culture = gur - religion = animist - size = 350 - } - - clergymen = { - culture = gur - religion = animist - size = 175 - } - - artisans = { - culture = gur - religion = animist - size = 1050 - } - - soldiers = { - culture = gur - religion = animist - size = 760 - } - - farmers = { - culture = gur - religion = animist - size = 38160 - } - - slaves = { - culture = akan - religion = animist - size = 3500 - } - - aristocrats = { - culture = mossi - religion = animist - size = 615 - } - - clergymen = { - culture = mossi - religion = animist - size = 350 - } - - artisans = { - culture = mossi - religion = animist - size = 1315 - } - - soldiers = { - culture = mossi - religion = animist - size = 350 - } - - farmers = { - culture = mossi - religion = animist - size = 18375 - } + aristocrats = { + culture = gur + religion = animist + size = 350 + } + + clergymen = { + culture = gur + religion = animist + size = 175 + } + + artisans = { + culture = gur + religion = animist + size = 1050 + } + + soldiers = { + culture = gur + religion = animist + size = 760 + } + + farmers = { + culture = gur + religion = animist + size = 38160 + } + + slaves = { + culture = akan + religion = animist + size = 3500 + } + + aristocrats = { + culture = mossi + religion = animist + size = 615 + } + + clergymen = { + culture = mossi + religion = animist + size = 350 + } + + artisans = { + culture = mossi + religion = animist + size = 1315 + } + + soldiers = { + culture = mossi + religion = animist + size = 350 + } + + farmers = { + culture = mossi + religion = animist + size = 18375 + } } #Togo Region (548000) #see Togo.txt for balance of region #uncolonized in 1836 -#Ho (420000/105000 POPS) +#Ho (420000/105000 POPS) 1915 = { - aristocrats = { - culture = akan - religion = animist - size = 790 - } - - clergymen = { - culture = akan - religion = animist - size = 440 - } - - artisans = { - culture = akan - religion = animist - size = 1750 - } - - soldiers = { - culture = akan - religion = animist - size = 440 - } - - farmers = { - culture = akan - religion = animist - size = 31600 - } - - slaves = { - culture = akan - religion = animist - size = 7000 - } - - aristocrats = { - culture = ewe - religion = animist - size = 1200 - } - - clergymen = { - culture = ewe - religion = animist - size = 615 - } - - artisans = { - culture = ewe - religion = animist - size = 2540 - } - - soldiers = { - culture = ewe - religion = animist - size = 700 - } - - farmers = { - culture = ewe - religion = animist - size = 40425 - } - - slaves = { - culture = gur - religion = animist - size = 17500 - } + aristocrats = { + culture = akan + religion = animist + size = 790 + } + + clergymen = { + culture = akan + religion = animist + size = 440 + } + + artisans = { + culture = akan + religion = animist + size = 1750 + } + + soldiers = { + culture = akan + religion = animist + size = 440 + } + + farmers = { + culture = akan + religion = animist + size = 31600 + } + + slaves = { + culture = akan + religion = animist + size = 7000 + } + + aristocrats = { + culture = ewe + religion = animist + size = 1200 + } + + clergymen = { + culture = ewe + religion = animist + size = 615 + } + + artisans = { + culture = ewe + religion = animist + size = 2540 + } + + soldiers = { + culture = ewe + religion = animist + size = 700 + } + + farmers = { + culture = ewe + religion = animist + size = 40425 + } + + slaves = { + culture = gur + religion = animist + size = 17500 + } } #under the rule of Ashanti in 1836 -#Yendi (128000/32000 POPS) +#Yendi (128000/32000 POPS) 1916 = { - aristocrats = { - culture = gur - religion = animist - size = 440 - } - - clergymen = { - culture = gur - religion = animist - size = 265 - } - - artisans = { - culture = gur - religion = animist - size = 1315 - } - - soldiers = { - culture = gur - religion = animist - size = 840 - } - - farmers = { - culture = gur - religion = animist - size = 22140 - } - - slaves = { - culture = ewe - religion = animist - size = 7000 - } + aristocrats = { + culture = gur + religion = animist + size = 440 + } + + clergymen = { + culture = gur + religion = animist + size = 265 + } + + artisans = { + culture = gur + religion = animist + size = 1315 + } + + soldiers = { + culture = gur + religion = animist + size = 840 + } + + farmers = { + culture = gur + religion = animist + size = 22140 + } + + slaves = { + culture = ewe + religion = animist + size = 7000 + } } diff --git a/HPM/history/pops/1861.4.14/Gibraltar.txt b/HPM/history/pops/1861.4.14/Gibraltar.txt index e6ac725f..5278cb5d 100644 --- a/HPM/history/pops/1861.4.14/Gibraltar.txt +++ b/HPM/history/pops/1861.4.14/Gibraltar.txt @@ -2,64 +2,64 @@ #Ruled by Britain 1836 #Gibraltar (16000/4000 POPS) 517 = { - officers = { - culture = british - religion = protestant - size = 5.15 - } + officers = { + culture = british + religion = protestant + size = 5.15 + } - bureaucrats = { - culture = british - religion = protestant - size = 5.15 - } + bureaucrats = { + culture = british + religion = protestant + size = 5.15 + } - clergymen = { - culture = british - religion = protestant - size = 5.15 - } + clergymen = { + culture = british + religion = protestant + size = 5.15 + } - soldiers = { - culture = british - religion = protestant - size = 103.0 - } + soldiers = { + culture = british + religion = protestant + size = 103.0 + } - artisans = { - culture = british - religion = protestant - size = 139.05 - } + artisans = { + culture = british + religion = protestant + size = 139.05 + } - artisans = { - culture = sephardic - religion = jewish - size = 412.0 - } + artisans = { + culture = sephardic + religion = jewish + size = 412.0 + } - clergymen = { - culture = spanish - religion = catholic - size = 51.5 - } + clergymen = { + culture = spanish + religion = catholic + size = 51.5 + } - artisans = { - culture = spanish - religion = catholic - size = 3090.0 - } + artisans = { + culture = spanish + religion = catholic + size = 3090.0 + } - soldiers = { - culture = spanish - religion = catholic - size = 51.5 - } + soldiers = { + culture = spanish + religion = catholic + size = 51.5 + } - farmers = { - culture = spanish - religion = catholic - size = 206.0 - } + farmers = { + culture = spanish + religion = catholic + size = 206.0 + } } diff --git a/HPM/history/pops/1861.4.14/Great Britain.txt b/HPM/history/pops/1861.4.14/Great Britain.txt index 1b8ee1da..949550e9 100644 --- a/HPM/history/pops/1861.4.14/Great Britain.txt +++ b/HPM/history/pops/1861.4.14/Great Britain.txt @@ -1,2031 +1,2031 @@ #Tayside-Highlands Region : 864000 #Aberdeen (172000/43000 POPS) 266 = { - farmers = { - culture = british - religion = catholic - size = 2080.0 - } - - aristocrats = { - culture = british - religion = protestant - size = 104.0 - } - - officers = { - culture = british - religion = protestant - size = 520.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 5950 - } - - artisans = { - culture = british - religion = protestant - size = 8736.0 - } - - labourers = { - culture = british - religion = protestant - size = 26240.0 - } + farmers = { + culture = british + religion = catholic + size = 2080.0 + } + + aristocrats = { + culture = british + religion = protestant + size = 104.0 + } + + officers = { + culture = british + religion = protestant + size = 520.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 5950 + } + + artisans = { + culture = british + religion = protestant + size = 8736.0 + } + + labourers = { + culture = british + religion = protestant + size = 26240.0 + } } #Inverness (328000/82000 POPS) 267 = { - aristocrats = { - culture = british - religion = protestant - size = 208.0 - } - - clergymen = { - culture = british - religion = protestant - size = 260.0 - } - - soldiers = { - culture = british - religion = protestant - size = 2080.0 - } - - clerks = { - culture = british - religion = protestant - size = 10 - } - - craftsmen = { - culture = british - religion = protestant - size = 1990 - } - - artisans = { - culture = british - religion = protestant - size = 4160.0 - } - - farmers = { - culture = british - religion = protestant - size = 76572.0 - } + aristocrats = { + culture = british + religion = protestant + size = 208.0 + } + + clergymen = { + culture = british + religion = protestant + size = 260.0 + } + + soldiers = { + culture = british + religion = protestant + size = 2080.0 + } + + clerks = { + culture = british + religion = protestant + size = 10 + } + + craftsmen = { + culture = british + religion = protestant + size = 1990 + } + + artisans = { + culture = british + religion = protestant + size = 4160.0 + } + + farmers = { + culture = british + religion = protestant + size = 76572.0 + } } #Dundee (364000/91000 POPS) 268 = { - aristocrats = { - culture = british - religion = protestant - size = 312.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 10 - } - - craftsmen = { - culture = british - religion = protestant - size = 1990 - } - - artisans = { - culture = british - religion = protestant - size = 8320.0 - } - - soldiers = { - culture = british - religion = protestant - size = 2080.0 - } - - farmers = { - culture = british - religion = protestant - size = 79328.0 - } + aristocrats = { + culture = british + religion = protestant + size = 312.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 10 + } + + craftsmen = { + culture = british + religion = protestant + size = 1990 + } + + artisans = { + culture = british + religion = protestant + size = 8320.0 + } + + soldiers = { + culture = british + religion = protestant + size = 2080.0 + } + + farmers = { + culture = british + religion = protestant + size = 79328.0 + } } #Strathclyde-Lothian Region : 1632000 #Edinburgh (480000/120000 POPS) 269 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - officers = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 390.0 - } - - capitalists = { - culture = british - religion = protestant - size = 572.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1040.0 - } - - clerks = { - culture = british - religion = protestant - size = 416.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 4160.0 - } - - artisans = { - culture = british - religion = protestant - size = 16640.0 - } - - soldiers = { - culture = british - religion = protestant - size = 2080.0 - } - - farmers = { - culture = british - religion = protestant - size = 59462.0 - } - - clergymen = { - culture = british - religion = catholic - size = 104.0 - } - - craftsmen = { - culture = british - religion = catholic - size = 1560.0 - } - - artisans = { - culture = british - religion = catholic - size = 5200.0 - } - - farmers = { - culture = british - religion = catholic - size = 27456.0 - } - - artisans = { - culture = irish - religion = catholic - size = 1040.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + officers = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 390.0 + } + + capitalists = { + culture = british + religion = protestant + size = 572.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1040.0 + } + + clerks = { + culture = british + religion = protestant + size = 416.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 4160.0 + } + + artisans = { + culture = british + religion = protestant + size = 16640.0 + } + + soldiers = { + culture = british + religion = protestant + size = 2080.0 + } + + farmers = { + culture = british + religion = protestant + size = 59462.0 + } + + clergymen = { + culture = british + religion = catholic + size = 104.0 + } + + craftsmen = { + culture = british + religion = catholic + size = 1560.0 + } + + artisans = { + culture = british + religion = catholic + size = 5200.0 + } + + farmers = { + culture = british + religion = catholic + size = 27456.0 + } + + artisans = { + culture = irish + religion = catholic + size = 1040.0 + } } #Stirling (364000/91000 POPS) 270 = { - aristocrats = { - culture = british - religion = protestant - size = 208.0 - } - - clergymen = { - culture = british - religion = protestant - size = 208.0 - } - - artisans = { - culture = british - religion = protestant - size = 6760.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - farmers = { - culture = british - religion = protestant - size = 82264.0 - } - - farmers = { - culture = british - religion = catholic - size = 4160.0 - } + aristocrats = { + culture = british + religion = protestant + size = 208.0 + } + + clergymen = { + culture = british + religion = protestant + size = 208.0 + } + + artisans = { + culture = british + religion = protestant + size = 6760.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + farmers = { + culture = british + religion = protestant + size = 82264.0 + } + + farmers = { + culture = british + religion = catholic + size = 4160.0 + } } #Glasgow (620000/155000 POPS) 271 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 884.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 11960.0 - } - - artisans = { - culture = british - religion = protestant - size = 22880.0 - } - - soldiers = { - culture = british - religion = protestant - size = 4160.0 - } - - farmers = { - culture = british - religion = protestant - size = 91156.0 - } - - clergymen = { - culture = british - religion = catholic - size = 104.0 - } - - farmers = { - culture = british - religion = catholic - size = 5096.0 - } - - craftsmen = { - culture = irish - religion = catholic - size = 10400.0 - } - - artisans = { - culture = irish - religion = catholic - size = 12480.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 884.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 11960.0 + } + + artisans = { + culture = british + religion = protestant + size = 22880.0 + } + + soldiers = { + culture = british + religion = protestant + size = 4160.0 + } + + farmers = { + culture = british + religion = protestant + size = 91156.0 + } + + clergymen = { + culture = british + religion = catholic + size = 104.0 + } + + farmers = { + culture = british + religion = catholic + size = 5096.0 + } + + craftsmen = { + culture = irish + religion = catholic + size = 10400.0 + } + + artisans = { + culture = irish + religion = catholic + size = 12480.0 + } } #Dumfries (168000/42000 POPS) 272 = { - aristocrats = { - culture = british - religion = protestant - size = 104.0 - } - - clergymen = { - culture = british - religion = protestant - size = 104.0 - } - - artisans = { - culture = british - religion = protestant - size = 4160.0 - } - - farmers = { - culture = british - religion = protestant - size = 35152.0 - } - - farmers = { - culture = british - religion = catholic - size = 5200.0 - } + aristocrats = { + culture = british + religion = protestant + size = 104.0 + } + + clergymen = { + culture = british + religion = protestant + size = 104.0 + } + + artisans = { + culture = british + religion = protestant + size = 4160.0 + } + + farmers = { + culture = british + religion = protestant + size = 35152.0 + } + + farmers = { + culture = british + religion = catholic + size = 5200.0 + } } # Wales Region : 970000 #Cardiff (380000/95000 POPS) 273 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - capitalists = { - culture = british - religion = protestant - size = 104.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 650.0 - } - - officers = { - culture = british - religion = protestant - size = 364.0 - } - - clergymen = { - culture = british - religion = protestant - size = 390.0 - } - - clerks = { - culture = british - religion = protestant - size = 552.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 12040.0 - } - - artisans = { - culture = british - religion = protestant - size = 3640.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 80020.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + capitalists = { + culture = british + religion = protestant + size = 104.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 650.0 + } + + officers = { + culture = british + religion = protestant + size = 364.0 + } + + clergymen = { + culture = british + religion = protestant + size = 390.0 + } + + clerks = { + culture = british + religion = protestant + size = 552.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 12040.0 + } + + artisans = { + culture = british + religion = protestant + size = 3640.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 80020.0 + } } #Cardigan (168000/42000 POPS) 274 = { - aristocrats = { - culture = british - religion = protestant - size = 260.0 - } - - clergymen = { - culture = british - religion = protestant - size = 130.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 2950 - } - - artisans = { - culture = british - religion = protestant - size = 2080.0 - } - - farmers = { - culture = british - religion = protestant - size = 40170.0 - } + aristocrats = { + culture = british + religion = protestant + size = 260.0 + } + + clergymen = { + culture = british + religion = protestant + size = 130.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 2950 + } + + artisans = { + culture = british + religion = protestant + size = 2080.0 + } + + farmers = { + culture = british + religion = protestant + size = 40170.0 + } } #Llandrindod (182000/45500 POPS) 275 = { - aristocrats = { - culture = british - religion = protestant - size = 260.0 - } - - clergymen = { - culture = british - religion = protestant - size = 260.0 - } - - soldiers = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 2950 - } - - artisans = { - culture = british - religion = protestant - size = 2340.0 - } - - farmers = { - culture = british - religion = protestant - size = 43940.0 - } + aristocrats = { + culture = british + religion = protestant + size = 260.0 + } + + clergymen = { + culture = british + religion = protestant + size = 260.0 + } + + soldiers = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 2950 + } + + artisans = { + culture = british + religion = protestant + size = 2340.0 + } + + farmers = { + culture = british + religion = protestant + size = 43940.0 + } } #Holyhead (240000/60000 POPS) 276 = { - aristocrats = { - culture = british - religion = protestant - size = 260.0 - } - - clergymen = { - culture = british - religion = protestant - size = 260.0 - } - - soldiers = { - culture = british - religion = protestant - size = 780.0 - } - - clerks = { - culture = british - religion = protestant - size = 156.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 3120.0 - } - - artisans = { - culture = british - religion = protestant - size = 3224.0 - } - - farmers = { - culture = british - religion = protestant - size = 54600.0 - } + aristocrats = { + culture = british + religion = protestant + size = 260.0 + } + + clergymen = { + culture = british + religion = protestant + size = 260.0 + } + + soldiers = { + culture = british + religion = protestant + size = 780.0 + } + + clerks = { + culture = british + religion = protestant + size = 156.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 3120.0 + } + + artisans = { + culture = british + religion = protestant + size = 3224.0 + } + + farmers = { + culture = british + religion = protestant + size = 54600.0 + } } #Lancashire Region : 1896000 #Liverpool (936000/234000 POPS) 277 = { - aristocrats = { - culture = british - religion = protestant - size = 1040.0 - } - - officers = { - culture = british - religion = protestant - size = 520.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1196.0 - } - - clergymen = { - culture = british - religion = protestant - size = 1040.0 - } - - capitalists = { - culture = british - religion = protestant - size = 1300.0 - } - - clerks = { - culture = british - religion = protestant - size = 1820.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 31200.0 - } - - artisans = { - culture = british - religion = protestant - size = 23400.0 - } - - soldiers = { - culture = british - religion = protestant - size = 3120.0 - } - - labourers = { - culture = british - religion = protestant - size = 144404.0 - } - - clergymen = { - culture = british - religion = catholic - size = 52.0 - } - - craftsmen = { - culture = british - religion = catholic - size = 1040.0 - } - - artisans = { - culture = british - religion = catholic - size = 1560.0 - } - - labourers = { - culture = british - religion = catholic - size = 6708.0 - } - - clergymen = { - culture = irish - religion = catholic - size = 130.0 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2340.0 - } - - artisans = { - culture = irish - religion = catholic - size = 14300.0 - } - - farmers = { - culture = irish - religion = catholic - size = 8190.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1040.0 + } + + officers = { + culture = british + religion = protestant + size = 520.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1196.0 + } + + clergymen = { + culture = british + religion = protestant + size = 1040.0 + } + + capitalists = { + culture = british + religion = protestant + size = 1300.0 + } + + clerks = { + culture = british + religion = protestant + size = 1820.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 31200.0 + } + + artisans = { + culture = british + religion = protestant + size = 23400.0 + } + + soldiers = { + culture = british + religion = protestant + size = 3120.0 + } + + labourers = { + culture = british + religion = protestant + size = 144404.0 + } + + clergymen = { + culture = british + religion = catholic + size = 52.0 + } + + craftsmen = { + culture = british + religion = catholic + size = 1040.0 + } + + artisans = { + culture = british + religion = catholic + size = 1560.0 + } + + labourers = { + culture = british + religion = catholic + size = 6708.0 + } + + clergymen = { + culture = irish + religion = catholic + size = 130.0 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2340.0 + } + + artisans = { + culture = irish + religion = catholic + size = 14300.0 + } + + farmers = { + culture = irish + religion = catholic + size = 8190.0 + } } #Manchester (744000/186000 POPS) 278 = { - aristocrats = { - culture = british - religion = protestant - size = 1560.0 - } - - clergymen = { - culture = british - religion = protestant - size = 1040.0 - } - - clerks = { - culture = british - religion = protestant - size = 1196.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 23400.0 - } - - artisans = { - culture = british - religion = protestant - size = 18200.0 - } - - soldiers = { - culture = british - religion = protestant - size = 4160.0 - } - - labourers = { - culture = british - religion = protestant - size = 130364.0 - } - - clergymen = { - culture = british - religion = catholic - size = 78.0 - } - - labourers = { - culture = british - religion = catholic - size = 9204.0 - } - - artisans = { - culture = irish - religion = catholic - size = 2080.0 - } - - labourers = { - culture = irish - religion = catholic - size = 2158.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1560.0 + } + + clergymen = { + culture = british + religion = protestant + size = 1040.0 + } + + clerks = { + culture = british + religion = protestant + size = 1196.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 23400.0 + } + + artisans = { + culture = british + religion = protestant + size = 18200.0 + } + + soldiers = { + culture = british + religion = protestant + size = 4160.0 + } + + labourers = { + culture = british + religion = protestant + size = 130364.0 + } + + clergymen = { + culture = british + religion = catholic + size = 78.0 + } + + labourers = { + culture = british + religion = catholic + size = 9204.0 + } + + artisans = { + culture = irish + religion = catholic + size = 2080.0 + } + + labourers = { + culture = irish + religion = catholic + size = 2158.0 + } } #Carlisle (216000/54000 POPS) 279 = { - aristocrats = { - culture = british - religion = protestant - size = 260.0 - } - - clergymen = { - culture = british - religion = protestant - size = 260.0 - } - - artisans = { - culture = british - religion = protestant - size = 4160.0 - } - - soldiers = { - culture = british - religion = protestant - size = 520.0 - } - - farmers = { - culture = british - religion = protestant - size = 47840.0 - } - - farmers = { - culture = british - religion = catholic - size = 2080.0 - } - - artisans = { - culture = irish - religion = catholic - size = 780.0 - } - - farmers = { - culture = irish - religion = catholic - size = 260.0 - } + aristocrats = { + culture = british + religion = protestant + size = 260.0 + } + + clergymen = { + culture = british + religion = protestant + size = 260.0 + } + + artisans = { + culture = british + religion = protestant + size = 4160.0 + } + + soldiers = { + culture = british + religion = protestant + size = 520.0 + } + + farmers = { + culture = british + religion = protestant + size = 47840.0 + } + + farmers = { + culture = british + religion = catholic + size = 2080.0 + } + + artisans = { + culture = irish + religion = catholic + size = 780.0 + } + + farmers = { + culture = irish + religion = catholic + size = 260.0 + } } #Yorkshire-Northumbria Region : 2190000 #Newcastle-upon-Tyne (552000/138000 POPS) 280 = { - aristocrats = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 780.0 - } - - - artisans = { - culture = british - religion = protestant - size = 16536.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 119444.0 - } - - labourers = { - culture = irish - religion = catholic - size = 4160.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 780.0 + } + + + artisans = { + culture = british + religion = protestant + size = 16536.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 119444.0 + } + + labourers = { + culture = irish + religion = catholic + size = 4160.0 + } } #Hull (512000/128000 POPS) 281 = { - aristocrats = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 780.0 - } - - - artisans = { - culture = british - religion = protestant - size = 11752.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 109148.0 - } - - labourers = { - culture = british - religion = catholic - size = 5200.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 780.0 + } + + + artisans = { + culture = british + religion = protestant + size = 11752.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 109148.0 + } + + labourers = { + culture = british + religion = catholic + size = 5200.0 + } } #Leeds (468000/117000 POPS) 282 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - - artisans = { - culture = british - religion = protestant - size = 19500.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1300.0 - } - - labourers = { - culture = british - religion = protestant - size = 96330.0 - } - - farmers = { - culture = british - religion = catholic - size = 3120.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + + artisans = { + culture = british + religion = protestant + size = 19500.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1300.0 + } + + labourers = { + culture = british + religion = protestant + size = 96330.0 + } + + farmers = { + culture = british + religion = catholic + size = 3120.0 + } } #Sheffield (658000/164500 POPS) 283 = { - aristocrats = { - culture = british - religion = protestant - size = 2132.0 - } - - officers = { - culture = british - religion = protestant - size = 1300.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1300.0 - } - - officers = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 910.0 - } - - artisans = { - culture = british - religion = protestant - size = 20540.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 158938.0 - } - - farmers = { - culture = british - religion = catholic - size = 4160.0 - } + aristocrats = { + culture = british + religion = protestant + size = 2132.0 + } + + officers = { + culture = british + religion = protestant + size = 1300.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1300.0 + } + + officers = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 910.0 + } + + artisans = { + culture = british + religion = protestant + size = 20540.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 158938.0 + } + + farmers = { + culture = british + religion = catholic + size = 4160.0 + } } #West Midlands Region : 1760000 #Birmingham (644000/161000 POPS) 284 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - officers = { - culture = british - religion = protestant - size = 520.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1170.0 - } - - capitalists = { - culture = british - religion = protestant - size = 364.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - clerks = { - culture = british - religion = protestant - size = 1040.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 7280.0 - } - - artisans = { - culture = british - religion = protestant - size = 12480.0 - } - - soldiers = { - culture = british - religion = protestant - size = 3120.0 - } - - labourers = { - culture = british - religion = protestant - size = 136136.0 - } - - farmers = { - culture = british - religion = catholic - size = 1040.0 - } - - farmers = { - culture = irish - religion = catholic - size = 3120.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + officers = { + culture = british + religion = protestant + size = 520.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1170.0 + } + + capitalists = { + culture = british + religion = protestant + size = 364.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + clerks = { + culture = british + religion = protestant + size = 1040.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 7280.0 + } + + artisans = { + culture = british + religion = protestant + size = 12480.0 + } + + soldiers = { + culture = british + religion = protestant + size = 3120.0 + } + + labourers = { + culture = british + religion = protestant + size = 136136.0 + } + + farmers = { + culture = british + religion = catholic + size = 1040.0 + } + + farmers = { + culture = irish + religion = catholic + size = 3120.0 + } } #Chester (368000/92000 POPS) 285 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - artisans = { - culture = british - religion = protestant - size = 5200.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 85930.0 - } - - farmers = { - culture = british - religion = catholic - size = 1040.0 - } - - artisans = { - culture = irish - religion = catholic - size = 1040.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + artisans = { + culture = british + religion = protestant + size = 5200.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 85930.0 + } + + farmers = { + culture = british + religion = catholic + size = 1040.0 + } + + artisans = { + culture = irish + religion = catholic + size = 1040.0 + } } #Shrewsbury (316000/79000 POPS) 286 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - clergymen = { - culture = british - religion = protestant - size = 390.0 - } - - artisans = { - culture = british - religion = protestant - size = 8580.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 71630.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + clergymen = { + culture = british + religion = protestant + size = 390.0 + } + + artisans = { + culture = british + religion = protestant + size = 8580.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 71630.0 + } } #Coventry (432000/108000 POPS) 287 = { - aristocrats = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 1040.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 3640.0 - } - - artisans = { - culture = british - religion = protestant - size = 6240.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 98800.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 1040.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 3640.0 + } + + artisans = { + culture = british + religion = protestant + size = 6240.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 98800.0 + } } #East Midlands Region : 1224000 #Nottingham (484000/121000 POPS) 288 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - officers = { - culture = british - religion = protestant - size = 1040.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - capitalists = { - culture = british - religion = protestant - size = 104.0 - } - - clerks = { - culture = british - religion = protestant - size = 208.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 5200.0 - } - - artisans = { - culture = british - religion = protestant - size = 7280.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 103688.0 - } - - farmers = { - culture = british - religion = catholic - size = 5200.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + officers = { + culture = british + religion = protestant + size = 1040.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + capitalists = { + culture = british + religion = protestant + size = 104.0 + } + + clerks = { + culture = british + religion = protestant + size = 208.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 5200.0 + } + + artisans = { + culture = british + religion = protestant + size = 7280.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 103688.0 + } + + farmers = { + culture = british + religion = catholic + size = 5200.0 + } } #Leicester (404000/101000 POPS) 289 = { - aristocrats = { - culture = british - religion = protestant - size = 260.0 - } - - clergymen = { - culture = british - religion = protestant - size = 390.0 - } - - artisans = { - culture = british - religion = protestant - size = 9360.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 93990.0 - } + aristocrats = { + culture = british + religion = protestant + size = 260.0 + } + + clergymen = { + culture = british + religion = protestant + size = 390.0 + } + + artisans = { + culture = british + religion = protestant + size = 9360.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 93990.0 + } } #Lincoln (336000/84000 POPS) 290 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - artisans = { - culture = british - religion = protestant - size = 6760.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 78520.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + artisans = { + culture = british + religion = protestant + size = 6760.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 78520.0 + } } #East Anglia Region : 1260000 #Cambridge (308000/77000 POPS) 291 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - officers = { - culture = british - religion = protestant - size = 260.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 4950 - } - - artisans = { - culture = british - religion = protestant - size = 5720.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 71240.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + officers = { + culture = british + religion = protestant + size = 260.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 4950 + } + + artisans = { + culture = british + religion = protestant + size = 5720.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 71240.0 + } } #Ipswich (676000/169000 POPS) 292 = { - aristocrats = { - culture = british - religion = protestant - size = 1560.0 - } - - clergymen = { - culture = british - religion = protestant - size = 1040.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 4950 - } - - artisans = { - culture = british - religion = protestant - size = 8840.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 157760.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1560.0 + } + + clergymen = { + culture = british + religion = protestant + size = 1040.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 4950 + } + + artisans = { + culture = british + religion = protestant + size = 8840.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 157760.0 + } } #Chelmsford (276000/69000 POPS) 293 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - clergymen = { - culture = british - religion = protestant - size = 390.0 - } - - artisans = { - culture = british - religion = protestant - size = 7800.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 59410.0 - } - - labourers = { - culture = british - religion = catholic - size = 2080.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + clergymen = { + culture = british + religion = protestant + size = 390.0 + } + + artisans = { + culture = british + religion = protestant + size = 7800.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 59410.0 + } + + labourers = { + culture = british + religion = catholic + size = 2080.0 + } } #Oxfordshire/Buckinghamshire Region : 616000 #294 : Oxford (304000/76000 POPS) 294 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - officers = { - culture = british - religion = protestant - size = 260.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 390.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - artisans = { - culture = british - religion = protestant - size = 6240.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 69290.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + officers = { + culture = british + religion = protestant + size = 260.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 390.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + artisans = { + culture = british + religion = protestant + size = 6240.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 69290.0 + } } #St. Albans (312000/78000 POPS) 295 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 4950 - } - - artisans = { - culture = british - religion = protestant - size = 4160.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 69620.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 4950 + } + + artisans = { + culture = british + religion = protestant + size = 4160.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 69620.0 + } } #Cornwall-Dorset Region : 2032000 #Bristol (404000/101000 POPS) 296 = { - aristocrats = { - culture = british - religion = protestant - size = 520.0 - } - - officers = { - culture = british - religion = protestant - size = 520.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 1300.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - capitalists = { - culture = british - religion = protestant - size = 260.0 - } - - clerks = { - culture = british - religion = protestant - size = 624.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 12280.0 - } - - artisans = { - culture = british - religion = protestant - size = 19760.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 66006.0 - } - - farmers = { - culture = british - religion = catholic - size = 2080.0 - } + aristocrats = { + culture = british + religion = protestant + size = 520.0 + } + + officers = { + culture = british + religion = protestant + size = 520.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 1300.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + capitalists = { + culture = british + religion = protestant + size = 260.0 + } + + clerks = { + culture = british + religion = protestant + size = 624.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 12280.0 + } + + artisans = { + culture = british + religion = protestant + size = 19760.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 66006.0 + } + + farmers = { + culture = british + religion = catholic + size = 2080.0 + } } #Salisbury (408000/102000 POPS) 297 = { - aristocrats = { - culture = british - religion = protestant - size = 1040.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - artisans = { - culture = british - religion = protestant - size = 5200.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 98150.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1040.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + artisans = { + culture = british + religion = protestant + size = 5200.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 98150.0 + } } #Bath (408000/102000 POPS) 298 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - artisans = { - culture = british - religion = protestant - size = 15600.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 88010.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + artisans = { + culture = british + religion = protestant + size = 15600.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 88010.0 + } } #Plymouth (812000/203000 POPS) 299 = { - aristocrats = { - culture = british - religion = protestant - size = 1560.0 - } - - clergymen = { - culture = british - religion = protestant - size = 1300.0 - } - - artisans = { - culture = british - religion = protestant - size = 10920.0 - } - - clerks = { - culture = british - religion = protestant - size = 10 - } - - craftsmen = { - culture = british - religion = protestant - size = 1990 - } - - soldiers = { - culture = british - religion = protestant - size = 1560.0 - } - - labourers = { - culture = british - religion = protestant - size = 193700.0 - } - - farmers = { - culture = british - religion = catholic - size = 1040.0 - } - - farmers = { - culture = irish - religion = catholic - size = 1040.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1560.0 + } + + clergymen = { + culture = british + religion = protestant + size = 1300.0 + } + + artisans = { + culture = british + religion = protestant + size = 10920.0 + } + + clerks = { + culture = british + religion = protestant + size = 10 + } + + craftsmen = { + culture = british + religion = protestant + size = 1990 + } + + soldiers = { + culture = british + religion = protestant + size = 1560.0 + } + + labourers = { + culture = british + religion = protestant + size = 193700.0 + } + + farmers = { + culture = british + religion = catholic + size = 1040.0 + } + + farmers = { + culture = irish + religion = catholic + size = 1040.0 + } } # Metro London Region - 2052000 #London (2052000/513000 POPS) 300 = { - aristocrats = { - culture = british - religion = protestant - size = 1560.0 - } - - officers = { - culture = british - religion = protestant - size = 2080.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 2080.0 - } - - clergymen = { - culture = british - religion = protestant - size = 3380.0 - } - - capitalists = { - culture = british - religion = protestant - size = 2600.0 - } - - clerks = { - culture = british - religion = protestant - size = 6240.0 - } - - craftsmen = { - culture = british - religion = protestant - size = 123760.0 - } - - artisans = { - culture = british - religion = protestant - size = 165880.0 - } - - soldiers = { - culture = british - religion = protestant - size = 9360.0 - } - - labourers = { - culture = british - religion = protestant - size = 168740.0 - } - - artisans = { - culture = british - religion = catholic - size = 8320.0 - } - - labourers = { - culture = british - religion = catholic - size = 17680.0 - } - - clerks = { - culture = british - religion = jewish - size = 104.0 - } - - craftsmen = { - culture = british - religion = jewish - size = 1560.0 - } - - artisans = { - culture = british - religion = jewish - size = 3536.0 - } - - craftsmen = { - culture = irish - religion = catholic - size = 4160.0 - } - - artisans = { - culture = irish - religion = catholic - size = 12480.0 - } + aristocrats = { + culture = british + religion = protestant + size = 1560.0 + } + + officers = { + culture = british + religion = protestant + size = 2080.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 2080.0 + } + + clergymen = { + culture = british + religion = protestant + size = 3380.0 + } + + capitalists = { + culture = british + religion = protestant + size = 2600.0 + } + + clerks = { + culture = british + religion = protestant + size = 6240.0 + } + + craftsmen = { + culture = british + religion = protestant + size = 123760.0 + } + + artisans = { + culture = british + religion = protestant + size = 165880.0 + } + + soldiers = { + culture = british + religion = protestant + size = 9360.0 + } + + labourers = { + culture = british + religion = protestant + size = 168740.0 + } + + artisans = { + culture = british + religion = catholic + size = 8320.0 + } + + labourers = { + culture = british + religion = catholic + size = 17680.0 + } + + clerks = { + culture = british + religion = jewish + size = 104.0 + } + + craftsmen = { + culture = british + religion = jewish + size = 1560.0 + } + + artisans = { + culture = british + religion = jewish + size = 3536.0 + } + + craftsmen = { + culture = irish + religion = catholic + size = 4160.0 + } + + artisans = { + culture = irish + religion = catholic + size = 12480.0 + } } #Sussex-Kent Region : 1212000 #Canterbury (476000/98000 POPS) 301 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 650.0 - } - - artisans = { - culture = british - religion = protestant - size = 4160.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 94250.0 - } - - artisans = { - culture = irish - religion = catholic - size = 1040.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 650.0 + } + + artisans = { + culture = british + religion = protestant + size = 4160.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 94250.0 + } + + artisans = { + culture = irish + religion = catholic + size = 1040.0 + } } #Brighton (404000/101000 POPS) 302 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - artisans = { - culture = british - religion = protestant - size = 11700.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 91000.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + artisans = { + culture = british + religion = protestant + size = 11700.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 91000.0 + } } #Southampton (332000/83000 POPS) 303 = { - aristocrats = { - culture = british - religion = protestant - size = 780.0 - } - - officers = { - culture = british - religion = protestant - size = 1040.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 780.0 - } - - clergymen = { - culture = british - religion = protestant - size = 520.0 - } - - artisans = { - culture = british - religion = protestant - size = 6240.0 - } - - soldiers = { - culture = british - religion = protestant - size = 1040.0 - } - - labourers = { - culture = british - religion = protestant - size = 75920.0 - } + aristocrats = { + culture = british + religion = protestant + size = 780.0 + } + + officers = { + culture = british + religion = protestant + size = 1040.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 780.0 + } + + clergymen = { + culture = british + religion = protestant + size = 520.0 + } + + artisans = { + culture = british + religion = protestant + size = 6240.0 + } + + soldiers = { + culture = british + religion = protestant + size = 1040.0 + } + + labourers = { + culture = british + religion = protestant + size = 75920.0 + } } #Isle Of Man Region - 46000 #Douglas (46000/11500 POPS) 304 = { - aristocrats = { - culture = british - religion = protestant - size = 104.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 26.0 - } - - clergymen = { - culture = british - religion = protestant - size = 130.0 - } - - artisans = { - culture = british - religion = protestant - size = 3380.0 - } - - soldiers = { - culture = british - religion = protestant - size = 104.0 - } - - labourers = { - culture = british - religion = protestant - size = 7904.0 - } - - labourers = { - culture = british - religion = catholic - size = 312.0 - } + aristocrats = { + culture = british + religion = protestant + size = 104.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 26.0 + } + + clergymen = { + culture = british + religion = protestant + size = 130.0 + } + + artisans = { + culture = british + religion = protestant + size = 3380.0 + } + + soldiers = { + culture = british + religion = protestant + size = 104.0 + } + + labourers = { + culture = british + religion = protestant + size = 7904.0 + } + + labourers = { + culture = british + religion = catholic + size = 312.0 + } } #Normandie Region #Channel Islands (72000/18000 POPS) 419 = { - aristocrats = { - culture = british - religion = protestant - size = 104.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 52.0 - } - - clergymen = { - culture = british - religion = protestant - size = 130.0 - } - - artisans = { - culture = british - religion = protestant - size = 3536.0 - } - - soldiers = { - culture = british - religion = protestant - size = 260.0 - } - - farmers = { - culture = british - religion = protestant - size = 14638.0 - } + aristocrats = { + culture = british + religion = protestant + size = 104.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 52.0 + } + + clergymen = { + culture = british + religion = protestant + size = 130.0 + } + + artisans = { + culture = british + religion = protestant + size = 3536.0 + } + + soldiers = { + culture = british + religion = protestant + size = 260.0 + } + + farmers = { + culture = british + religion = protestant + size = 14638.0 + } } diff --git a/HPM/history/pops/1861.4.14/Greece.txt b/HPM/history/pops/1861.4.14/Greece.txt index 32f27df8..ccd58f5d 100644 --- a/HPM/history/pops/1861.4.14/Greece.txt +++ b/HPM/history/pops/1861.4.14/Greece.txt @@ -2,1674 +2,1674 @@ #under the rule of Ottoman Empire in 1836 #Salonika (304000/76000 POPS) #now part of Greece 805 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1854.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 1802.5 - } - - officers = { - culture = turkish - religion = sunni - size = 334.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 257.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 4635.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 824 - - } - - farmers = { - culture = turkish - religion = sunni - size = 13982.25 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 515.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 6643.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 386.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 2575.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 29998.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 154.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 10000.0 - } - - artisans = { - culture = sephardic - religion = jewish - size = 300.0 - } - - farmers = { - culture = sephardic - religion = jewish - size = 3965.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1854.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 1802.5 + } + + officers = { + culture = turkish + religion = sunni + size = 334.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 257.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 4635.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 824 + + } + + farmers = { + culture = turkish + religion = sunni + size = 13982.25 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 515.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 6643.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 386.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 2575.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 29998.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 154.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 10000.0 + } + + artisans = { + culture = sephardic + religion = jewish + size = 300.0 + } + + farmers = { + culture = sephardic + religion = jewish + size = 3965.5 + } } #Polygyros (100000/25000 POPS) #now part of Greece 822 = { - aristocrats = { - culture = turkish - religion = sunni - size = 412.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 772.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 257 - - } - - farmers = { - culture = turkish - religion = sunni - size = 7725.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 1982.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 154.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 13802.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 412.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 772.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 257 + + } + + farmers = { + culture = turkish + religion = sunni + size = 7725.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 1982.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 154.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 13802.0 + } } #Kavala (160000/40000 POPS) #now part of Greece 823 = { - aristocrats = { - culture = turkish - religion = sunni - size = 875.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 824.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 412 - - } - - farmers = { - culture = turkish - religion = sunni - size = 9810.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 309.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 7879.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 231.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 927.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 19441.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 298.7 - } + aristocrats = { + culture = turkish + religion = sunni + size = 875.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 824.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 412 + + } + + farmers = { + culture = turkish + religion = sunni + size = 9810.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 309.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 7879.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 231.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 927.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 19441.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 298.7 + } } #Monastir Region (384000) #see Greece.txt for balance of region #under the rule of Ottoman Empire in 1836 #Florina (116000/29000 POPS) #now part of Greece 819 = { - clergymen = { - culture = greek - religion = orthodox - size = 309.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 309.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 12772.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 5047.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 489.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 824.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 309 - - } - - farmers = { - culture = turkish - religion = sunni - size = 9604.75 - } + clergymen = { + culture = greek + religion = orthodox + size = 309.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 309.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 12772.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 5047.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 489.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 824.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 309 + + } + + farmers = { + culture = turkish + religion = sunni + size = 9604.75 + } } #Grevena (140000/35000 POPS) #now part of Greece 820 = { - clergymen = { - culture = greek - religion = orthodox - size = 309.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 875.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 31775.5 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 360.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 927.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 360 - - } - - farmers = { - culture = turkish - religion = sunni - size = 1364.75 - } + clergymen = { + culture = greek + religion = orthodox + size = 309.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 875.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 31775.5 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 360.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 927.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 360 + + } + + farmers = { + culture = turkish + religion = sunni + size = 1364.75 + } } #Edessa (128000/32000 POPS) #now part of Greece 821 = { - clergymen = { - culture = greek - religion = orthodox - size = 231.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 669.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 23818.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 1982.75 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 772.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 927.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 309 - - } - - farmers = { - culture = turkish - religion = sunni - size = 5124.25 - } + clergymen = { + culture = greek + religion = orthodox + size = 231.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 669.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 23818.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 1982.75 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 772.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 927.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 309 + + } + + farmers = { + culture = turkish + religion = sunni + size = 5124.25 + } } #Epirus Region (724000) #see Albania.txt for balance of region #under the rule of Ottoman Empire in 1836 #Janina (504000/126000 POPS) 824 = { - aristocrats = { - culture = turkish - religion = sunni - size = 334.75 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 128.75 - } - - officers = { - culture = turkish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 515.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 154 - - } - - aristocrats = { - culture = albanian - religion = sunni - size = 2678.0 - } - - clergymen = { - culture = albanian - religion = sunni - size = 128.75 - } - - artisans = { - culture = albanian - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = albanian - religion = sunni - size= 1133 - - } - - farmers = { - culture = albanian - religion = sunni - size = 8317.25 - } - - clergymen = { - culture = albanian - religion = orthodox - size = 154.5 - } - - artisans = { - culture = albanian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = albanian - religion = orthodox - size = 26368.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 772.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 824.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 85953.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 607.7 - } + aristocrats = { + culture = turkish + religion = sunni + size = 334.75 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 128.75 + } + + officers = { + culture = turkish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 515.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 154 + + } + + aristocrats = { + culture = albanian + religion = sunni + size = 2678.0 + } + + clergymen = { + culture = albanian + religion = sunni + size = 128.75 + } + + artisans = { + culture = albanian + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = albanian + religion = sunni + size= 1133 + + } + + farmers = { + culture = albanian + religion = sunni + size = 8317.25 + } + + clergymen = { + culture = albanian + religion = orthodox + size = 154.5 + } + + artisans = { + culture = albanian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = albanian + religion = orthodox + size = 26368.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 772.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 824.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 85953.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 607.7 + } } #Arta (220000/55000 POPS) 825 = { - aristocrats = { - culture = turkish - religion = sunni - size = 772.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 25.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 695.25 - } - - soldiers = { - culture = turkish - religion = sunni - size= 566 - - } - - clergymen = { - culture = greek - religion = orthodox - size = 437.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 2214.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 51937.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 772.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 25.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 695.25 + } + + soldiers = { + culture = turkish + religion = sunni + size= 566 + + } + + clergymen = { + culture = greek + religion = orthodox + size = 437.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 2214.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 51937.75 + } } #Ionian Islands Region (188000) #under the rule of Britain/Ionian Islands in 1836 #Corfu (112200/28000 POPS) 826 = { - bureaucrats = { - culture = british - religion = protestant - size = 12.0 - } - - aristocrats = { - culture = greek - religion = orthodox - size = 540.0 - } - - bureaucrats = { - culture = greek - religion = orthodox - size = 203.0 - } - - officers = { - culture = greek - religion = orthodox - size = 76.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 393.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 3190.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 1130 - - } - - farmers = { - culture = greek - religion = orthodox - size = 28254.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 43.0 - } - - artisans = { - culture = sephardic - religion = jewish - size = 255.0 - } + bureaucrats = { + culture = british + religion = protestant + size = 12.0 + } + + aristocrats = { + culture = greek + religion = orthodox + size = 540.0 + } + + bureaucrats = { + culture = greek + religion = orthodox + size = 203.0 + } + + officers = { + culture = greek + religion = orthodox + size = 76.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 393.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 3190.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 1130 + + } + + farmers = { + culture = greek + religion = orthodox + size = 28254.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 43.0 + } + + artisans = { + culture = sephardic + religion = jewish + size = 255.0 + } } #Zante (76000/19000 POPS) 827 = { - aristocrats = { - culture = greek - religion = orthodox - size = 314.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 261.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1008.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 1155 - - } - - farmers = { - culture = greek - religion = orthodox - size = 22167.0 - } + aristocrats = { + culture = greek + religion = orthodox + size = 314.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 261.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1008.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 1155 + + } + + farmers = { + culture = greek + religion = orthodox + size = 22167.0 + } } #Thrace Region (144000) #see Turkey.txt for balance of region #under the rule of Ottoman Empire in 1836 #Xanthi (72000/18000 POPS) 829 = { - aristocrats = { - culture = turkish - religion = sunni - size = 437.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 412.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 6102.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 9733.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 978.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 437.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 412.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 6102.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 9733.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 978.5 + } } #Dedeagatch (72000/18000 POPS) 830 = { - aristocrats = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 412.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 7107.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 7673.5 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 1982.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 412.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 7107.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 7673.5 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 1982.75 + } } #Thessaly Region (408000) #under the rule of Ottoman Empire in 1836 #Larisa (140000/35000 POPS) 831 = { - aristocrats = { - culture = turkish - religion = sunni - size = 618.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 772.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 360 - - } - - farmers = { - culture = turkish - religion = sunni - size = 3759.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 309.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 669.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 28891.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 355.35 - } + aristocrats = { + culture = turkish + religion = sunni + size = 618.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 772.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 360 + + } + + farmers = { + culture = turkish + religion = sunni + size = 3759.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 309.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 669.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 28891.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 355.35 + } } #Volos (224000/56000 POPS) 832 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1184.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1339.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 566 - - } - - farmers = { - culture = turkish - religion = sunni - size = 6102.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 463.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 1545.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 46375.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1184.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1339.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 566 + + } + + farmers = { + culture = turkish + religion = sunni + size = 6102.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 463.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 1545.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 46375.75 + } } #Trikala (44000/11000 POPS) 833 = { - aristocrats = { - culture = turkish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 25.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 206.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 128 - - } - - farmers = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 360.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 9836.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 25.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 206.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 128 + + } + + farmers = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 360.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 9836.5 + } } #Hellas Region (510000) #under the rule of Greece in 1836 #Athens (308000/77000 POPS) 834 = { - capitalists = { - culture = greek - religion = orthodox - size = 75 - } - aristocrats = { - culture = greek - religion = orthodox - size = 350 - } - bureaucrats = { - culture = greek - religion = orthodox - size = 1075.0 - } - - officers = { - culture = greek - religion = orthodox - size = 306.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 1099.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 8695.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = greek - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = greek - religion = orthodox - size= 140 - - } - - farmers = { - culture = greek - religion = orthodox - size = 71545.0 - } + capitalists = { + culture = greek + religion = orthodox + size = 75 + } + aristocrats = { + culture = greek + religion = orthodox + size = 350 + } + bureaucrats = { + culture = greek + religion = orthodox + size = 1075.0 + } + + officers = { + culture = greek + religion = orthodox + size = 306.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 1099.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 8695.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = greek + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = greek + religion = orthodox + size= 140 + + } + + farmers = { + culture = greek + religion = orthodox + size = 71545.0 + } } #Amfissa (76000/19000 POPS) 835 = { - clergymen = { - culture = greek - religion = orthodox - size = 400.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1077.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2105 - - } - - farmers = { - culture = greek - religion = orthodox - size = 24063.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 400.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1077.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2105 + + } + + farmers = { + culture = greek + religion = orthodox + size = 24063.0 + } } #Lamia (44000/11000 POPS) 836 = { - clergymen = { - culture = greek - religion = orthodox - size = 243.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1205.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2030 - - } - - farmers = { - culture = greek - religion = orthodox - size = 15927.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 243.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1205.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2030 + + } + + farmers = { + culture = greek + religion = orthodox + size = 15927.0 + } } #Missolonghi (140000/35000 POPS) 837 = { - clergymen = { - culture = greek - religion = orthodox - size = 521.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 2002.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = greek - religion = orthodox - size= 185 - - } - - farmers = { - culture = greek - religion = orthodox - size = 38517.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 521.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 2002.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = greek + religion = orthodox + size= 185 + + } + + farmers = { + culture = greek + religion = orthodox + size = 38517.0 + } } #Khalkis (68000/17000 POPS) 838 = { - clergymen = { - culture = greek - religion = orthodox - size = 296.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1100.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 1130 - - } - - farmers = { - culture = greek - religion = orthodox - size = 22159.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 296.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1100.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 1130 + + } + + farmers = { + culture = greek + religion = orthodox + size = 22159.0 + } } #Peloponnese Region (220000) #under the rule of Greece in 1836 #Nafplion (72000/18000 POPS) 839 = { - bureaucrats = { - culture = greek - religion = orthodox - size = 128.0 - } - - officers = { - culture = greek - religion = orthodox - size = 102.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 295.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1230.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2130 - - } - - farmers = { - culture = greek - religion = orthodox - size = 22730.0 - } + bureaucrats = { + culture = greek + religion = orthodox + size = 128.0 + } + + officers = { + culture = greek + religion = orthodox + size = 102.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 295.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1230.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2130 + + } + + farmers = { + culture = greek + religion = orthodox + size = 22730.0 + } } #Corinth (40000/10000 POPS) 840 = { - clergymen = { - culture = greek - religion = orthodox - size = 198.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 615.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2080 - - } - - farmers = { - culture = greek - religion = orthodox - size = 15482.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 198.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 615.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2080 + + } + + farmers = { + culture = greek + religion = orthodox + size = 15482.0 + } } #Kalamai (68000/17000 POPS) 841 = { - clergymen = { - culture = greek - religion = orthodox - size = 285.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1487.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2055 - - } - - farmers = { - culture = greek - religion = orthodox - size = 21758.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 285.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1487.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2055 + + } + + farmers = { + culture = greek + religion = orthodox + size = 21758.0 + } } #Patrai (40000/10000 POPS) 842 = { - clergymen = { - culture = greek - religion = orthodox - size = 198.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1645.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2080 - - } - - farmers = { - culture = greek - religion = orthodox - size = 14452.0 - } + clergymen = { + culture = greek + religion = orthodox + size = 198.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1645.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2080 + + } + + farmers = { + culture = greek + religion = orthodox + size = 14452.0 + } } #Aegean Islands Region (184000) #under the rule of Greece in 1836 #Cyclades (40000/10000 POPS) 845 = { - bureaucrats = { - culture = greek - religion = orthodox - size = 46 - } - - clergymen = { - culture = greek - religion = orthodox - size = 222 - } - - officers = { - culture = greek - religion = orthodox - size = 20 - } - - artisans = { - culture = greek - religion = orthodox - size = 615.0 - } - - - clerks = { - culture = greek - religion = orthodox - size = 10 - } - - craftsmen = { - culture = greek - religion = orthodox - size = 1090 - } - - soldiers = { - culture = greek - religion = orthodox - size= 2110 - - } - - farmers = { - culture = greek - religion = orthodox - size = 14262.0 - } + bureaucrats = { + culture = greek + religion = orthodox + size = 46 + } + + clergymen = { + culture = greek + religion = orthodox + size = 222 + } + + officers = { + culture = greek + religion = orthodox + size = 20 + } + + artisans = { + culture = greek + religion = orthodox + size = 615.0 + } + + + clerks = { + culture = greek + religion = orthodox + size = 10 + } + + craftsmen = { + culture = greek + religion = orthodox + size = 1090 + } + + soldiers = { + culture = greek + religion = orthodox + size= 2110 + + } + + farmers = { + culture = greek + religion = orthodox + size = 14262.0 + } } #under the rule of Ottoman Empire in 1836 #Chios (68000/17000 POPS) 843 = { - aristocrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 51.5 - } - - officers = { - culture = turkish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 25.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 618.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 721.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 2472.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 13132.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 51.5 + } + + officers = { + culture = turkish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 25.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 618.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 721.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 2472.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 13132.5 + } } #Mytilene (44000/11000 POPS) 844 = { - aristocrats = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 25.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 257.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 128 - - } - - farmers = { - culture = turkish - religion = sunni - size = 515.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 515.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 9707.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 25.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 257.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 128 + + } + + farmers = { + culture = turkish + religion = sunni + size = 515.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 515.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 9707.75 + } } #Rhodes (32000/8000 POPS) 846 = { - aristocrats = { - culture = turkish - religion = sunni - size = 77.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 103.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 103 - - } - - farmers = { - culture = turkish - religion = sunni - size = 1725.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 5330.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 509.85 - } + aristocrats = { + culture = turkish + religion = sunni + size = 77.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 103.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 103 + + } + + farmers = { + culture = turkish + religion = sunni + size = 1725.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 5330.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 509.85 + } } #Crete Region (140000) #under the rule of Egypt in 1836 #Hania (72000/18000 POPS) 847 = { - aristocrats = { - culture = turkish - religion = sunni - size = 386.25 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 51.5 - } - - officers = { - culture = turkish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1339.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 206 - - } - - farmers = { - culture = turkish - religion = sunni - size = 6128.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 1236.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 8986.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 386.25 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 51.5 + } + + officers = { + culture = turkish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1339.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 206 + + } + + farmers = { + culture = turkish + religion = sunni + size = 6128.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 1236.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 8986.75 + } } #Iraklion (68000/17000 POPS) 848 = { - aristocrats = { - culture = turkish - religion = sunni - size = 360.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 566.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 6025.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 9759.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 360.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 566.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 6025.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 9759.25 + } } diff --git a/HPM/history/pops/1861.4.14/Greenland.txt b/HPM/history/pops/1861.4.14/Greenland.txt index 2a0aa843..b6aa89c5 100644 --- a/HPM/history/pops/1861.4.14/Greenland.txt +++ b/HPM/history/pops/1861.4.14/Greenland.txt @@ -1,87 +1,87 @@ #Greenland (9800) #Godthab (5600/1400 POPS) 251 = { - bureaucrats = { - culture = danish - religion = protestant - size = 25 - } + bureaucrats = { + culture = danish + religion = protestant + size = 25 + } - clergymen = { - culture = danish - religion = protestant - size = 25 - } + clergymen = { + culture = danish + religion = protestant + size = 25 + } - artisans = { - culture = danish - religion = protestant - size = 75 - } + artisans = { + culture = danish + religion = protestant + size = 75 + } - farmers = { - culture = inuit - religion = protestant - size = 1275 - } + farmers = { + culture = inuit + religion = protestant + size = 1275 + } } #Holsteinborg (1600/400 POPS) 2591 = { - clergymen = { - culture = danish - religion = protestant - size = 5 - } + clergymen = { + culture = danish + religion = protestant + size = 5 + } - artisans = { - culture = danish - religion = protestant - size = 10 - } + artisans = { + culture = danish + religion = protestant + size = 10 + } - farmers = { - culture = inuit - religion = protestant - size = 385 - } + farmers = { + culture = inuit + religion = protestant + size = 385 + } } #Augmagsalik (1600/400 POPS) 2632 = { - clergymen = { - culture = danish - religion = protestant - size = 5 - } + clergymen = { + culture = danish + religion = protestant + size = 5 + } - artisans = { - culture = danish - religion = protestant - size = 10 - } + artisans = { + culture = danish + religion = protestant + size = 10 + } - farmers = { - culture = inuit - religion = protestant - size = 385 - } + farmers = { + culture = inuit + religion = protestant + size = 385 + } } #Egedesminde (1000/250 POPS) 2636 = { - clergymen = { - culture = danish - religion = protestant - size = 3 - } + clergymen = { + culture = danish + religion = protestant + size = 3 + } - artisans = { - culture = danish - religion = protestant - size = 7 - } + artisans = { + culture = danish + religion = protestant + size = 7 + } - farmers = { - culture = inuit - religion = protestant - size = 240 - } -} \ No newline at end of file + farmers = { + culture = inuit + religion = protestant + size = 240 + } +} diff --git a/HPM/history/pops/1861.4.14/Guatemala.txt b/HPM/history/pops/1861.4.14/Guatemala.txt index ca7df744..03c859ec 100644 --- a/HPM/history/pops/1861.4.14/Guatemala.txt +++ b/HPM/history/pops/1861.4.14/Guatemala.txt @@ -1,237 +1,237 @@ #Guatemala Region (991400) #Guatemala City (575000/143750 POPS) 2186 = { - aristocrats = { - culture = central_american - religion = catholic - size = 600 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 1975 - } - - officers = { - culture = central_american - religion = catholic - size = 375 - } - - clergymen = { - culture = central_american - religion = catholic - size = 450 - } - - artisans = { - culture = central_american - religion = catholic - size = 7850 - } - - soldiers = { - culture = central_american - religion = catholic - size = 5000 - } - - farmers = { - culture = central_american - religion = catholic - size = 40000 - } - - clergymen = { - culture = mayan - religion = catholic - size = 700 - } - - artisans = { - culture = mayan - religion = catholic - size = 6800 - } - - soldiers = { - culture = mayan - religion = catholic - size = 5000 - } - - farmers = { - culture = mayan - religion = catholic - size = 75000 - } + aristocrats = { + culture = central_american + religion = catholic + size = 600 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 1975 + } + + officers = { + culture = central_american + religion = catholic + size = 375 + } + + clergymen = { + culture = central_american + religion = catholic + size = 450 + } + + artisans = { + culture = central_american + religion = catholic + size = 7850 + } + + soldiers = { + culture = central_american + religion = catholic + size = 5000 + } + + farmers = { + culture = central_american + religion = catholic + size = 40000 + } + + clergymen = { + culture = mayan + religion = catholic + size = 700 + } + + artisans = { + culture = mayan + religion = catholic + size = 6800 + } + + soldiers = { + culture = mayan + religion = catholic + size = 5000 + } + + farmers = { + culture = mayan + religion = catholic + size = 75000 + } } #Quetzaltenango (233400/58350 POPS) 2187 = { - aristocrats = { - culture = central_american - religion = catholic - size = 175 - } - - clergymen = { - culture = central_american - religion = catholic - size = 125 - } - - artisans = { - culture = central_american - religion = catholic - size = 1050 - } - - soldiers = { - culture = central_american - religion = catholic - size = 1100 - } - - farmers = { - culture = central_american - religion = catholic - size = 13000 - } - - clergymen = { - culture = mayan - religion = catholic - size = 250 - } - - artisans = { - culture = mayan - religion = catholic - size = 2750 - } - - soldiers = { - culture = mayan - religion = catholic - size = 1100 - } - - farmers = { - culture = mayan - religion = catholic - size = 39000 - } + aristocrats = { + culture = central_american + religion = catholic + size = 175 + } + + clergymen = { + culture = central_american + religion = catholic + size = 125 + } + + artisans = { + culture = central_american + religion = catholic + size = 1050 + } + + soldiers = { + culture = central_american + religion = catholic + size = 1100 + } + + farmers = { + culture = central_american + religion = catholic + size = 13000 + } + + clergymen = { + culture = mayan + religion = catholic + size = 250 + } + + artisans = { + culture = mayan + religion = catholic + size = 2750 + } + + soldiers = { + culture = mayan + religion = catholic + size = 1100 + } + + farmers = { + culture = mayan + religion = catholic + size = 39000 + } } #Puerto Barrios (150000/37500 POPS) 2188 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 100 - } - - artisans = { - culture = central_american - religion = catholic - size = 750 - } - - soldiers = { - culture = central_american - religion = catholic - size = 500 - } - - farmers = { - culture = central_american - religion = catholic - size = 11000 - } - - clergymen = { - culture = mayan - religion = catholic - size = 200 - } - - artisans = { - culture = mayan - religion = catholic - size = 4800 - } - - soldiers = { - culture = mayan - religion = catholic - size = 2500 - } - - farmers = { - culture = mayan - religion = catholic - size = 17500 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 100 + } + + artisans = { + culture = central_american + religion = catholic + size = 750 + } + + soldiers = { + culture = central_american + religion = catholic + size = 500 + } + + farmers = { + culture = central_american + religion = catholic + size = 11000 + } + + clergymen = { + culture = mayan + religion = catholic + size = 200 + } + + artisans = { + culture = mayan + religion = catholic + size = 4800 + } + + soldiers = { + culture = mayan + religion = catholic + size = 2500 + } + + farmers = { + culture = mayan + religion = catholic + size = 17500 + } } #Sayaxche (33000/8250 POPS) 2189 = { - aristocrats = { - culture = central_american - religion = catholic - size = 15 - } - - clergymen = { - culture = central_american - religion = catholic - size = 25 - } - - artisans = { - culture = central_american - religion = catholic - size = 210 - } - - soldiers = { - culture = central_american - religion = catholic - size = 200 - } - - farmers = { - culture = central_american - religion = catholic - size = 1800 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 300 - } - - soldiers = { - culture = mayan - religion = catholic - size = 50 - } - - farmers = { - culture = mayan - religion = catholic - size = 5600 - } + aristocrats = { + culture = central_american + religion = catholic + size = 15 + } + + clergymen = { + culture = central_american + religion = catholic + size = 25 + } + + artisans = { + culture = central_american + religion = catholic + size = 210 + } + + soldiers = { + culture = central_american + religion = catholic + size = 200 + } + + farmers = { + culture = central_american + religion = catholic + size = 1800 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 300 + } + + soldiers = { + culture = mayan + religion = catholic + size = 50 + } + + farmers = { + culture = mayan + religion = catholic + size = 5600 + } } diff --git a/HPM/history/pops/1861.4.14/Guinea Bissau.txt b/HPM/history/pops/1861.4.14/Guinea Bissau.txt index fac4e3f0..177e75ea 100644 --- a/HPM/history/pops/1861.4.14/Guinea Bissau.txt +++ b/HPM/history/pops/1861.4.14/Guinea Bissau.txt @@ -3,188 +3,188 @@ #Bissau (32000/8000 POPS) 1877 = { - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 100 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 100 - } - - aristocrats = { - culture = western_nigritic - religion = catholic - size = 100 - } - - officers = { - culture = western_nigritic - religion = catholic - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = catholic - size = 100 - } - - artisans = { - culture = western_nigritic - religion = catholic - size = 375 - } - - soldiers = { - culture = western_nigritic - religion = catholic - size = 100 - } - - farmers = { - culture = western_nigritic - religion = catholic - size = 5300 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 2000 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 300 - } - - officers = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 1000 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 3000 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 12048 - } + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 100 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 100 + } + + aristocrats = { + culture = western_nigritic + religion = catholic + size = 100 + } + + officers = { + culture = western_nigritic + religion = catholic + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = catholic + size = 100 + } + + artisans = { + culture = western_nigritic + religion = catholic + size = 375 + } + + soldiers = { + culture = western_nigritic + religion = catholic + size = 100 + } + + farmers = { + culture = western_nigritic + religion = catholic + size = 5300 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 2000 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 300 + } + + officers = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 1000 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 3000 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 12048 + } } #under the rule of Gabu in 1836 #Gabu (152000/38000 POPS) 1878 = { - aristocrats = { - culture = mande - religion = sunni - size = 500 - } - - bureaucrats = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1000 - } - - soldiers = { - culture = mande - religion = sunni - size = 1100 - } - - farmers = { - culture = mande - religion = sunni - size = 3768 - } - - - aristocrats = { - culture = fulbe - religion = sunni - size = 400 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 11129 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 2000 - } + aristocrats = { + culture = mande + religion = sunni + size = 500 + } + + bureaucrats = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1000 + } + + soldiers = { + culture = mande + religion = sunni + size = 1100 + } + + farmers = { + culture = mande + religion = sunni + size = 3768 + } + + + aristocrats = { + culture = fulbe + religion = sunni + size = 400 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 11129 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 2000 + } } diff --git a/HPM/history/pops/1861.4.14/Guinea.txt b/HPM/history/pops/1861.4.14/Guinea.txt index 31a6b974..d8c7783e 100644 --- a/HPM/history/pops/1861.4.14/Guinea.txt +++ b/HPM/history/pops/1861.4.14/Guinea.txt @@ -2,395 +2,395 @@ #under the rule of Gabu in 1836 #Boffa (192000/48000 POPS) #now part of Guinea 1879 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 500 - } - - artisans = { - culture = mande - religion = sunni - size = 1900 - } - - soldiers = { - culture = mande - religion = sunni - size = 700 - } - - farmers = { - culture = mande - religion = sunni - size = 60000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 6000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 500 + } + + artisans = { + culture = mande + religion = sunni + size = 1900 + } + + soldiers = { + culture = mande + religion = sunni + size = 700 + } + + farmers = { + culture = mande + religion = sunni + size = 60000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 6000 + } } #Jallon Region (540000) #see Sierra Leone.txt for balance of Region #uncolonized in 1836/ruled by Emirate of Futa Jallon -#Timbo (540000/135000 POPS) +#Timbo (540000/135000 POPS) 1880 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 1750 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 375 - } - - officers = { - culture = fulbe - religion = sunni - size = 75 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 375 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1575 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 96400 - } - #from here one they were african minor - aristocrats = { - culture = mande - religion = sunni - size = 1800 - } - - clergymen = { - culture = mande - religion = sunni - size = 975 - } - - artisans = { - culture = mande - religion = sunni - size = 4800 - } - - soldiers = { - culture = mande - religion = sunni - size = 1025 - } - - farmers = { - culture = mande - religion = sunni - size = 20000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 6000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 1750 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 375 + } + + officers = { + culture = fulbe + religion = sunni + size = 75 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 375 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1575 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 96400 + } + #from here one they were african minor + aristocrats = { + culture = mande + religion = sunni + size = 1800 + } + + clergymen = { + culture = mande + religion = sunni + size = 975 + } + + artisans = { + culture = mande + religion = sunni + size = 4800 + } + + soldiers = { + culture = mande + religion = sunni + size = 1025 + } + + farmers = { + culture = mande + religion = sunni + size = 20000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 6000 + } } -#Dinguiraye (272000/68000 POPS) +#Dinguiraye (272000/68000 POPS) 1881 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 565 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1165 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1015 - } - - farmers = { - culture = fulbe - religion = sunni - size = 28900 - } - - aristocrats = { - culture = mande - religion = sunni - size = 565 - } - - officers = { - culture = mande - religion = sunni - size = 115 - } - - clergymen = { - culture = mande - religion = sunni - size = 300 - } - - artisans = { - culture = mande - religion = sunni - size = 1500 - } - - soldiers = { - culture = mande - religion = sunni - size = 300 - } - - farmers = { - culture = mande - religion = sunni - size = 20225 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 200 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 450 - } - - soldiers = { - culture = dyula - religion = sunni - size = 75 - } - - farmers = { - culture = dyula - religion = sunni - size = 8250 - } - - slaves = { - culture = mande - religion = animist - size = 10000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 565 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1165 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1015 + } + + farmers = { + culture = fulbe + religion = sunni + size = 28900 + } + + aristocrats = { + culture = mande + religion = sunni + size = 565 + } + + officers = { + culture = mande + religion = sunni + size = 115 + } + + clergymen = { + culture = mande + religion = sunni + size = 300 + } + + artisans = { + culture = mande + religion = sunni + size = 1500 + } + + soldiers = { + culture = mande + religion = sunni + size = 300 + } + + farmers = { + culture = mande + religion = sunni + size = 20225 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 200 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 450 + } + + soldiers = { + culture = dyula + religion = sunni + size = 75 + } + + farmers = { + culture = dyula + religion = sunni + size = 8250 + } + + slaves = { + culture = mande + religion = animist + size = 10000 + } } #Bure Region (340000) #see Mali.txt and Ivory Coast.txt for balance of Region #uncolonized in 1836/ruled by Futa Jallon -#Kankan (236000/59000 POPS) +#Kankan (236000/59000 POPS) 1882 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 390 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 115 - } - - artisans = { - culture = fulbe - religion = sunni - size = 600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 9450 - } - - aristocrats = { - culture = mande - religion = sunni - size = 715 - } - - clergymen = { - culture = mande - religion = sunni - size = 375 - } - - artisans = { - culture = mande - religion = sunni - size = 1875 - } - - soldiers = { - culture = mande - religion = sunni - size = 1025 - } - - farmers = { - culture = mande - religion = sunni - size = 36090 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 150 - } - - clergymen = { - culture = dyula - religion = sunni - size = 75 - } - - artisans = { - culture = dyula - religion = sunni - size = 450 - } - - soldiers = { - culture = dyula - religion = sunni - size = 115 - } - - farmers = { - culture = dyula - religion = sunni - size = 8215 - } - - slaves = { - culture = mande - religion = animist - size = 4500 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 390 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 115 + } + + artisans = { + culture = fulbe + religion = sunni + size = 600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 9450 + } + + aristocrats = { + culture = mande + religion = sunni + size = 715 + } + + clergymen = { + culture = mande + religion = sunni + size = 375 + } + + artisans = { + culture = mande + religion = sunni + size = 1875 + } + + soldiers = { + culture = mande + religion = sunni + size = 1025 + } + + farmers = { + culture = mande + religion = sunni + size = 36090 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 150 + } + + clergymen = { + culture = dyula + religion = sunni + size = 75 + } + + artisans = { + culture = dyula + religion = sunni + size = 450 + } + + soldiers = { + culture = dyula + religion = sunni + size = 115 + } + + farmers = { + culture = dyula + religion = sunni + size = 8215 + } + + slaves = { + culture = mande + religion = animist + size = 4500 + } } #uncolonized in 1836 -#Beyla (184000/46000 POPS) +#Beyla (184000/46000 POPS) 1883 = { - aristocrats = { - culture = mande - religion = sunni - size = 800 - } - - clergymen = { - culture = mande - religion = sunni - size = 400 - } - - artisans = { - culture = mande - religion = sunni - size = 1650 - } - - soldiers = { - culture = mande - religion = sunni - size = 425 - } - - farmers = { - culture = mande - religion = sunni - size = 12725 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 250 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 24550 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 5000 - } + aristocrats = { + culture = mande + religion = sunni + size = 800 + } + + clergymen = { + culture = mande + religion = sunni + size = 400 + } + + artisans = { + culture = mande + religion = sunni + size = 1650 + } + + soldiers = { + culture = mande + religion = sunni + size = 425 + } + + farmers = { + culture = mande + religion = sunni + size = 12725 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 250 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 24550 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 5000 + } } diff --git a/HPM/history/pops/1861.4.14/Gulf States.txt b/HPM/history/pops/1861.4.14/Gulf States.txt index a3b4113e..a9f0226a 100644 --- a/HPM/history/pops/1861.4.14/Gulf States.txt +++ b/HPM/history/pops/1861.4.14/Gulf States.txt @@ -2,208 +2,208 @@ #under the rule of Ottoman Empire in 1836 #Kuwait (12000/3000 POPS) #now part of Kuwait 935 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2806.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2806.75 + } } #Bahrain Region (28000) #see Saudi Arabia.txt for balance of region #under the rule of Trucial States in 1836 #Bahrain (20000/5000 POPS) #now part of Bahrein 1162 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 15.450000000000001 - } - - officers = { - culture = bedouin - religion = sunni - size = 10.3 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1905.5 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 51.5 - } - - artisans = { - culture = bedouin - religion = shiite - size = 154.5 - } - - farmers = { - culture = bedouin - religion = shiite - size = 2884.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 15.450000000000001 + } + + officers = { + culture = bedouin + religion = sunni + size = 10.3 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1905.5 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 51.5 + } + + artisans = { + culture = bedouin + religion = shiite + size = 154.5 + } + + farmers = { + culture = bedouin + religion = shiite + size = 2884.0 + } } #Doha (8000/2000 POPS) #now part of Qatar 1165 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1879.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1879.75 + } } #Uman Region (36000) #see Oman.txt for balance of region #under the rule of Oman in 1836 #Abu Dhabi (20000/5000 POPS) #now part of UAE 1167 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 15.450000000000001 - } - - officers = { - culture = bedouin - religion = sunni - size = 10.3 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1030.0 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3759.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 15.450000000000001 + } + + officers = { + culture = bedouin + religion = sunni + size = 10.3 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1030.0 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3759.5 + } } #Dubai (16000/4000 POPS) #now part of UAE 1168 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3733.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3733.75 + } } diff --git a/HPM/history/pops/1861.4.14/Guyana.txt b/HPM/history/pops/1861.4.14/Guyana.txt index a8140751..7c302ec1 100644 --- a/HPM/history/pops/1861.4.14/Guyana.txt +++ b/HPM/history/pops/1861.4.14/Guyana.txt @@ -1,195 +1,195 @@ #Guyana (148000) #Georgetown (86000/21500 POPS) 2239 = { - aristocrats = { - culture = british - religion = protestant - size = 100 - } - - bureaucrats = { - culture = british - religion = protestant - size = 300 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 350 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 200 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 3300 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 1500 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 15500 - } + aristocrats = { + culture = british + religion = protestant + size = 100 + } + + bureaucrats = { + culture = british + religion = protestant + size = 300 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 350 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 200 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 3300 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 1500 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 15500 + } } #Mahdia (6000/1500 POPS) 2242 = { - farmers = { - culture = afro_caribbean - religion = protestant - size = 250 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 1150 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 250 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 1150 + } } #Essequibo (50000/12500 POPS) 2243 = { - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 100 - } - - soldiers = { - culture = british - religion = protestant - size = 25 - } - - farmers = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 225 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 11550 - } + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 100 + } + + soldiers = { + culture = british + religion = protestant + size = 25 + } + + farmers = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 225 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 11550 + } } #Biloka (6000/1500 POPS) 1979 = { - farmers = { - culture = afro_caribbean - religion = protestant - size = 250 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 1150 - } -} \ No newline at end of file + farmers = { + culture = afro_caribbean + religion = protestant + size = 250 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 1150 + } +} diff --git a/HPM/history/pops/1861.4.14/Haiti.txt b/HPM/history/pops/1861.4.14/Haiti.txt index 2eb70445..dacdda5f 100644 --- a/HPM/history/pops/1861.4.14/Haiti.txt +++ b/HPM/history/pops/1861.4.14/Haiti.txt @@ -1,78 +1,78 @@ #Hispanola Region (570300) #see Dominican Republic.txt for balance of region #Port au Prince (344800/86200 POPS) 2213 = { - aristocrats = { - culture = afro_antillean - religion = catholic - size = 900 - } + aristocrats = { + culture = afro_antillean + religion = catholic + size = 900 + } - bureaucrats = { - culture = afro_antillean - religion = catholic - size = 200 - } + bureaucrats = { + culture = afro_antillean + religion = catholic + size = 200 + } - officers = { - culture = afro_antillean - religion = catholic - size = 150 - } + officers = { + culture = afro_antillean + religion = catholic + size = 150 + } - clergymen = { - culture = afro_antillean - religion = catholic - size = 850 - } + clergymen = { + culture = afro_antillean + religion = catholic + size = 850 + } - artisans = { - culture = afro_antillean - religion = catholic - size = 4300 - } + artisans = { + culture = afro_antillean + religion = catholic + size = 4300 + } - soldiers = { - culture = afro_antillean - religion = catholic - size = 4350 - } + soldiers = { + culture = afro_antillean + religion = catholic + size = 4350 + } - farmers = { - culture = afro_antillean - religion = catholic - size = 75450 - } + farmers = { + culture = afro_antillean + religion = catholic + size = 75450 + } } #Cap Haitien (225500/56375 POPS) 2215 = { - aristocrats = { - culture = afro_antillean - religion = catholic - size = 600 - } + aristocrats = { + culture = afro_antillean + religion = catholic + size = 600 + } - clergymen = { - culture = afro_antillean - religion = catholic - size = 550 - } + clergymen = { + culture = afro_antillean + religion = catholic + size = 550 + } - artisans = { - culture = afro_antillean - religion = catholic - size = 2825 - } + artisans = { + culture = afro_antillean + religion = catholic + size = 2825 + } - soldiers = { - culture = afro_antillean - religion = catholic - size = 1100 - } + soldiers = { + culture = afro_antillean + religion = catholic + size = 1100 + } - farmers = { - culture = afro_antillean - religion = catholic - size = 51300 - } + farmers = { + culture = afro_antillean + religion = catholic + size = 51300 + } } diff --git a/HPM/history/pops/1861.4.14/Honduras.txt b/HPM/history/pops/1861.4.14/Honduras.txt index d7141b0f..e990ad5b 100644 --- a/HPM/history/pops/1861.4.14/Honduras.txt +++ b/HPM/history/pops/1861.4.14/Honduras.txt @@ -1,141 +1,141 @@ #Honduras Region (347000) #Tegucigapa (176000/44000 POPS) 2193 = { - aristocrats = { - culture = central_american - religion = catholic - size = 950 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 125 - } - - officers = { - culture = central_american - religion = catholic - size = 100 - } - - clergymen = { - culture = central_american - religion = catholic - size = 450 - } - - artisans = { - culture = central_american - religion = catholic - size = 2250 - } - - soldiers = { - culture = central_american - religion = catholic - size = 9450 - } - - farmers = { - culture = central_american - religion = catholic - size = 30675 - } + aristocrats = { + culture = central_american + religion = catholic + size = 950 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 125 + } + + officers = { + culture = central_american + religion = catholic + size = 100 + } + + clergymen = { + culture = central_american + religion = catholic + size = 450 + } + + artisans = { + culture = central_american + religion = catholic + size = 2250 + } + + soldiers = { + culture = central_american + religion = catholic + size = 9450 + } + + farmers = { + culture = central_american + religion = catholic + size = 30675 + } } #San Pedro Sula (91000/22750 POPS) 2194 = { - aristocrats = { - culture = central_american - religion = catholic - size = 550 - } - - clergymen = { - culture = central_american - religion = catholic - size = 225 - } - - artisans = { - culture = central_american - religion = catholic - size = 1150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 225 - } - - farmers = { - culture = central_american - religion = catholic - size = 20600 - } + aristocrats = { + culture = central_american + religion = catholic + size = 550 + } + + clergymen = { + culture = central_american + religion = catholic + size = 225 + } + + artisans = { + culture = central_american + religion = catholic + size = 1150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 225 + } + + farmers = { + culture = central_american + religion = catholic + size = 20600 + } } #La Ceiba (68000/17000 POPS) 2195 = { - aristocrats = { - culture = central_american - religion = catholic - size = 425 - } - - clergymen = { - culture = central_american - religion = catholic - size = 175 - } - - artisans = { - culture = central_american - religion = catholic - size = 850 - } - - soldiers = { - culture = central_american - religion = catholic - size = 175 - } - - farmers = { - culture = central_american - religion = catholic - size = 15375 - } + aristocrats = { + culture = central_american + religion = catholic + size = 425 + } + + clergymen = { + culture = central_american + religion = catholic + size = 175 + } + + artisans = { + culture = central_american + religion = catholic + size = 850 + } + + soldiers = { + culture = central_american + religion = catholic + size = 175 + } + + farmers = { + culture = central_american + religion = catholic + size = 15375 + } } #Puerto Lempira (12000/3000 POPS) 2196 = { - aristocrats = { - culture = central_american - religion = catholic - size = 75 - } - - clergymen = { - culture = central_american - religion = catholic - size = 50 - } - - artisans = { - culture = central_american - religion = catholic - size = 150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 25 - } - - farmers = { - culture = central_american - religion = catholic - size = 2700 - } + aristocrats = { + culture = central_american + religion = catholic + size = 75 + } + + clergymen = { + culture = central_american + religion = catholic + size = 50 + } + + artisans = { + culture = central_american + religion = catholic + size = 150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 25 + } + + farmers = { + culture = central_american + religion = catholic + size = 2700 + } } diff --git a/HPM/history/pops/1861.4.14/Hungary.txt b/HPM/history/pops/1861.4.14/Hungary.txt index 95fb4c01..da79c1d4 100644 --- a/HPM/history/pops/1861.4.14/Hungary.txt +++ b/HPM/history/pops/1861.4.14/Hungary.txt @@ -2,1564 +2,1564 @@ #under the rule of Austria in 1836 #Sopron (100000/25000 POPS) #part of Hungary today 623 = { - aristocrats = { - culture = south_german - religion = catholic - size = 128.75 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 412.0 - } - - officers = { - culture = south_german - religion = catholic - size = 206.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 77.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 103 - - } - - farmers = { - culture = south_german - religion = catholic - size = 6798.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 360.5 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 128.75 - } - - officers = { - culture = hungarian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 128.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1128 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 11428.75 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 61.8 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 206 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 2822.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 128.75 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 412.0 + } + + officers = { + culture = south_german + religion = catholic + size = 206.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 77.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 103 + + } + + farmers = { + culture = south_german + religion = catholic + size = 6798.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 360.5 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 128.75 + } + + officers = { + culture = hungarian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 128.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1128 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 11428.75 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 61.8 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 206 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 2822.0 + } } #Zalaegerszeg (860000/215000 POPS) #part of Hungary today 639 = { - aristocrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 309.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 412.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1309 - - } - - farmers = { - culture = south_german - religion = catholic - size = 27273.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 3862.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 1287.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1287 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 114162.5 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 669.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 231.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1802.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 309 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 29947.25 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 51 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 2987.0 - } - - clergymen = { - culture = slovene - religion = catholic - size = 154.5 - } - - artisans = { - culture = slovene - religion = catholic - size = 772.5 - } - - soldiers = { - culture = slovene - religion = catholic - size= 154 - - } - - farmers = { - culture = slovene - religion = catholic - size = 14368.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 51.5 - } - - artisans = { - culture = croat - religion = catholic - size = 360.5 - } - - soldiers = { - culture = croat - religion = catholic - size= 77 - - } - - farmers = { - culture = croat - religion = catholic - size = 6720.75 - } + aristocrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 309.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 412.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1309 + + } + + farmers = { + culture = south_german + religion = catholic + size = 27273.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 3862.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 1287.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1287 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 114162.5 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 669.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 231.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1802.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 309 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 29947.25 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 51 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 2987.0 + } + + clergymen = { + culture = slovene + religion = catholic + size = 154.5 + } + + artisans = { + culture = slovene + religion = catholic + size = 772.5 + } + + soldiers = { + culture = slovene + religion = catholic + size= 154 + + } + + farmers = { + culture = slovene + religion = catholic + size = 14368.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 51.5 + } + + artisans = { + culture = croat + religion = catholic + size = 360.5 + } + + soldiers = { + culture = croat + religion = catholic + size= 77 + + } + + farmers = { + culture = croat + religion = catholic + size = 6720.75 + } } #Baranya Region (232000) #see Croatia.txt for balance of Region #under the rule of Austria in 1836 #Pecs (232000/58000 POPS) 640 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 669.5 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 103.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 82.4 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 257.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1130 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 22220.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 257.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 51 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 4763.75 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 515.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 77.25 - } - - officers = { - culture = south_german - religion = catholic - size = 30.900000000000002 - } - - clergymen = { - culture = south_german - religion = catholic - size = 180.25 - } - - artisans = { - culture = south_german - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 257 - - } - - farmers = { - culture = south_german - religion = catholic - size = 19101.350000000002 - } - - officers = { - culture = croat - religion = catholic - size = 15.450000000000001 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 412.0 - } - - soldiers = { - culture = croat - religion = catholic - size= 77 - - } - - farmers = { - culture = croat - religion = catholic - size = 7658.05 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 669.5 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 103.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 82.4 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 257.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1130 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 22220.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 257.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 51 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 4763.75 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 515.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 77.25 + } + + officers = { + culture = south_german + religion = catholic + size = 30.900000000000002 + } + + clergymen = { + culture = south_german + religion = catholic + size = 180.25 + } + + artisans = { + culture = south_german + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 257 + + } + + farmers = { + culture = south_german + religion = catholic + size = 19101.350000000002 + } + + officers = { + culture = croat + religion = catholic + size = 15.450000000000001 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 412.0 + } + + soldiers = { + culture = croat + religion = catholic + size= 77 + + } + + farmers = { + culture = croat + religion = catholic + size = 7658.05 + } } #Dunautul Region (1892000) #under the rule of Austria in 1836 #Budapest (644000/161000 POPS) 641 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2832.5 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 618.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 618.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 334.75 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 849.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 9270.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1130 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 86145.0 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 515.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 463.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 7725.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = protestant - size= 1515 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 37251.5 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 5150.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 77 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 901.25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 824.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 515.0 - } - - officers = { - culture = south_german - religion = catholic - size = 180.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 257.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 7725.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1283 - - } - - farmers = { - culture = south_german - religion = catholic - size = 15995.0 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2832.5 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 618.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 618.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 334.75 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 849.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 9270.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1130 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 86145.0 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 515.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 463.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 7725.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = protestant + size= 1515 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 37251.5 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 5150.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 77 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 901.25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 824.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 515.0 + } + + officers = { + culture = south_german + religion = catholic + size = 180.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 257.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 7725.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1283 + + } + + farmers = { + culture = south_german + religion = catholic + size = 15995.0 + } } #Gyor (384000/96000 POPS) 642 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2317.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 592.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2832.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1130 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 46777.75 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 360.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 51 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 4660.75 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 154.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1854.0 - } - - clergymen = { - culture = slovak - religion = catholic - size = 283.25 - } - - artisans = { - culture = slovak - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 309 - - } - - farmers = { - culture = slovak - religion = catholic - size = 30822.75 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2317.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 592.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2832.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1130 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 46777.75 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 360.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 51 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 4660.75 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 154.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1854.0 + } + + clergymen = { + culture = slovak + religion = catholic + size = 283.25 + } + + artisans = { + culture = slovak + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 309 + + } + + farmers = { + culture = slovak + religion = catholic + size = 30822.75 + } } #Szekesfehervar (364000/91000 POPS) 643 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2163.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 5150.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2420.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1130 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 42130.0 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 515.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 154.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 927.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 180 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 16763.25 - } - - aristocrats = { - culture = south_german - religion = protestant - size = 283.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 257.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1339.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1283 - - } - - farmers = { - culture = south_german - religion = catholic - size = 23617.0 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2163.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 5150.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2420.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1130 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 42130.0 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 515.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 154.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 927.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 180 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 16763.25 + } + + aristocrats = { + culture = south_german + religion = protestant + size = 283.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 257.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1339.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1283 + + } + + farmers = { + culture = south_german + religion = catholic + size = 23617.0 + } } #Kaposvar (392000/98000 POPS) 644 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 2060.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 772.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3811.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1130 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 65446.5 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 463.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 128.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 772.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 154 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 13930.75 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 360.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 77 - - } - - farmers = { - culture = south_german - religion = catholic - size = 6720.75 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 2060.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 772.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3811.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1130 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 65446.5 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 463.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 128.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 772.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 154 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 13930.75 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 360.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 77 + + } + + farmers = { + culture = south_german + religion = catholic + size = 6720.75 + } } #Kecskemet (108000/27000 POPS) 645 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 412.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 128.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3296.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 154 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 9398.75 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 283.25 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 3090.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 103 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 5716.5 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1699.5 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 1313.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 154.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 824.0 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 412.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 128.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3296.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 154 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 9398.75 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 283.25 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 3090.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 103 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 5716.5 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1699.5 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 1313.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 154.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 824.0 + } } #Felvidek Region (320000) #see Slovakia.txt and Ukraine.txt for balance of Region #under the rule of Austria in 1836 #Miskolc (320000/80000 POPS) #Part of Hungary Today 646 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1802.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 437.75 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 721.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3862.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1463 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 36723.75 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 257.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2523.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 1283 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 23848.75 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1648.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 1364.75 - } - - clergymen = { - culture = slovak - religion = catholic - size = 51.5 - } - - artisans = { - culture = slovak - religion = catholic - size = 309.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 51 - - } - - farmers = { - culture = slovak - religion = catholic - size = 6798.0 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1802.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 437.75 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 721.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3862.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1463 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 36723.75 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 257.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2523.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 1283 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 23848.75 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1648.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 1364.75 + } + + clergymen = { + culture = slovak + religion = catholic + size = 51.5 + } + + artisans = { + culture = slovak + religion = catholic + size = 309.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 51 + + } + + farmers = { + culture = slovak + religion = catholic + size = 6798.0 + } } #Partium Region (1112000) #See Romania.txt for balance of region #under the rule of Austria in 1836 #Debrecen (156000/39000 POPS) 648 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 695.25 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 515.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 3450.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1030 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 19286.75 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 309.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 103.0 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2575.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 128 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 9244.25 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = slovak - religion = catholic - size = 10.3 - } - - artisans = { - culture = slovak - religion = catholic - size = 51.5 - } - - soldiers = { - culture = slovak - religion = catholic - size= 25 - - } - - farmers = { - culture = slovak - religion = catholic - size = 942.45 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 695.25 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 515.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 3450.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1030 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 19286.75 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 309.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 103.0 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2575.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 128 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 9244.25 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = slovak + religion = catholic + size = 10.3 + } + + artisans = { + culture = slovak + religion = catholic + size = 51.5 + } + + soldiers = { + culture = slovak + religion = catholic + size= 25 + + } + + farmers = { + culture = slovak + religion = catholic + size = 942.45 + } } #Szeged (628000/157000 POPS) 649 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1545.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 643.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1036 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 56000.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 2575.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 875.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 4017.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 3000 - - } - - soldiers = { - culture = hungarian - religion = protestant - size= 1927 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 79275.5 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 515.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 77 - - } - - farmers = { - culture = south_german - religion = catholic - size = 5536.25 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1545.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 643.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1036 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 56000.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 2575.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 875.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 4017.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 3000 + + } + + soldiers = { + culture = hungarian + religion = protestant + size= 1927 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 79275.5 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 515.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 77 + + } + + farmers = { + culture = south_german + religion = catholic + size = 5536.25 + } } #Bekescsab (328000/82000 POPS) 650 = { - aristocrats = { - culture = hungarian - religion = catholic - size = 1133.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 309.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1957.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 334 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 28196.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 978.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 437.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2317.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 1463 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 43212.75 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 257.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1725.25 - } + aristocrats = { + culture = hungarian + religion = catholic + size = 1133.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 309.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1957.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 334 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 28196.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 978.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 437.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2317.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 1463 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 43212.75 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 257.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1725.25 + } } diff --git a/HPM/history/pops/1861.4.14/Iceland.txt b/HPM/history/pops/1861.4.14/Iceland.txt index 52ea4cf5..9441bde2 100644 --- a/HPM/history/pops/1861.4.14/Iceland.txt +++ b/HPM/history/pops/1861.4.14/Iceland.txt @@ -2,27 +2,27 @@ #Ruled by Denmark in 1836 #Reykjavik (64960/16240 POPS) 252 = { - bureaucrats = { - culture = icelandic - religion = protestant - size = 35 - } + bureaucrats = { + culture = icelandic + religion = protestant + size = 35 + } - clergymen = { - culture = icelandic - religion = protestant - size = 130 - } + clergymen = { + culture = icelandic + religion = protestant + size = 130 + } - artisans = { - culture = icelandic - religion = protestant - size = 950 - } + artisans = { + culture = icelandic + religion = protestant + size = 950 + } - farmers = { - culture = icelandic - religion = protestant - size = 15125 - } -} \ No newline at end of file + farmers = { + culture = icelandic + religion = protestant + size = 15125 + } +} diff --git a/HPM/history/pops/1861.4.14/India.txt b/HPM/history/pops/1861.4.14/India.txt index d940e5ab..6618facd 100644 --- a/HPM/history/pops/1861.4.14/India.txt +++ b/HPM/history/pops/1861.4.14/India.txt @@ -3,9847 +3,9847 @@ #Under the Rule of Panjab 1836 #Peshawar (476000/119000 POPS) 1218 = { - bureaucrats = { - culture = panjabi - religion = sikh - size = 51.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 154.5 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 309 - - } - - aristocrats = { - culture = pashtun - religion = sunni - size = 1236.0 - } - - bureaucrats = { - culture = pashtun - religion = sunni - size = 154.5 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 1236.0 - } - - artisans = { - culture = pashtun - religion = sunni - size = 10000.0 - } - - artisans = { - culture = pashtun - religion = sunni - size = 4935.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1120 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 111497.5 - } + bureaucrats = { + culture = panjabi + religion = sikh + size = 51.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 154.5 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 309 + + } + + aristocrats = { + culture = pashtun + religion = sunni + size = 1236.0 + } + + bureaucrats = { + culture = pashtun + religion = sunni + size = 154.5 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 1236.0 + } + + artisans = { + culture = pashtun + religion = sunni + size = 10000.0 + } + + artisans = { + culture = pashtun + religion = sunni + size = 4935.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1120 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 111497.5 + } } #Chitral (160000/40000 POPS) 1223 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 515.0 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 515.0 - } - - artisans = { - culture = pashtun - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1515 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 42230.0 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 515.0 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 515.0 + } + + artisans = { + culture = pashtun + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1515 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 42230.0 + } } #Under the Rule of Kalat 1836 #Quetta (124000/31000 POPS) 1219 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 360.5 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 334.75 - } - - artisans = { - culture = pashtun - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 3000 - - } - - soldiers = { - culture = pashtun - religion = sunni - size= 1210 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 20934.75 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 360.5 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 334.75 + } + + artisans = { + culture = pashtun + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 3000 + + } + + soldiers = { + culture = pashtun + religion = sunni + size= 1210 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 20934.75 + } } #Dalbandin (88000/22000 POPS) 1220 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 257.5 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = baluchi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = baluchi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = baluchi - religion = sunni - size= 1210 - - } - - farmers = { - culture = baluchi - religion = sunni - size = 13905.0 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 257.5 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = baluchi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = baluchi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = baluchi + religion = sunni + size= 1210 + + } + + farmers = { + culture = baluchi + religion = sunni + size = 13905.0 + } } #Kalat (104000/26000 POPS) 1221 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 257.5 - } - - bureaucrats = { - culture = baluchi - religion = sunni - size = 257.5 - } - - officers = { - culture = baluchi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 257.5 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = baluchi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = baluchi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = baluchi - religion = sunni - size= 1210 - - } - - farmers = { - culture = baluchi - religion = sunni - size = 17432.75 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 257.5 + } + + bureaucrats = { + culture = baluchi + religion = sunni + size = 257.5 + } + + officers = { + culture = baluchi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 257.5 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = baluchi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = baluchi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = baluchi + religion = sunni + size= 1210 + + } + + farmers = { + culture = baluchi + religion = sunni + size = 17432.75 + } } #Under the Rule of Makran 1836 #Bela (124000/31000 POPS) 1222 = { - aristocrats = { - culture = baluchi - religion = sunni - size = 360.5 - } - - bureaucrats = { - culture = baluchi - religion = sunni - size = 25.75 - } - - officers = { - culture = baluchi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 309.0 - } - - artisans = { - culture = baluchi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = baluchi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = baluchi - religion = sunni - size= 130 - - } - - farmers = { - culture = baluchi - religion = sunni - size = 28634.0 - } + aristocrats = { + culture = baluchi + religion = sunni + size = 360.5 + } + + bureaucrats = { + culture = baluchi + religion = sunni + size = 25.75 + } + + officers = { + culture = baluchi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 309.0 + } + + artisans = { + culture = baluchi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = baluchi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = baluchi + religion = sunni + size= 130 + + } + + farmers = { + culture = baluchi + religion = sunni + size = 28634.0 + } } #Kashmir Region (1208000) #under rule of Panjab in 1836 #Srinagar (748000/187000 POPS) 1224 = { - bureaucrats = { - culture = panjabi - religion = sikh - size = 103.0 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 51.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1545.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 103 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 3347.5 - } - - aristocrats = { - culture = kashmiri - religion = hindu - size = 360.5 - } - - bureaucrats = { - culture = kashmiri - religion = hindu - size = 77.25 - } - - clergymen = { - culture = kashmiri - religion = hindu - size = 334.75 - } - - artisans = { - culture = kashmiri - religion = hindu - size = 2060.0 - } - - soldiers = { - culture = kashmiri - religion = hindu - size= 1334 - - } - - farmers = { - culture = kashmiri - religion = hindu - size = 30874.25 - } - - aristocrats = { - culture = kashmiri - religion = sunni - size = 1648.0 - } - - bureaucrats = { - culture = kashmiri - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 1545.0 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 10000.0 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 10000.0 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 9870.0 - } - - soldiers = { - culture = kashmiri - religion = sunni - size= 2060 - - } - - farmers = { - culture = kashmiri - religion = sunni - size = 118269.75 - } + bureaucrats = { + culture = panjabi + religion = sikh + size = 103.0 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 51.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1545.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 103 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 3347.5 + } + + aristocrats = { + culture = kashmiri + religion = hindu + size = 360.5 + } + + bureaucrats = { + culture = kashmiri + religion = hindu + size = 77.25 + } + + clergymen = { + culture = kashmiri + religion = hindu + size = 334.75 + } + + artisans = { + culture = kashmiri + religion = hindu + size = 2060.0 + } + + soldiers = { + culture = kashmiri + religion = hindu + size= 1334 + + } + + farmers = { + culture = kashmiri + religion = hindu + size = 30874.25 + } + + aristocrats = { + culture = kashmiri + religion = sunni + size = 1648.0 + } + + bureaucrats = { + culture = kashmiri + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 1545.0 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 10000.0 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 10000.0 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 9870.0 + } + + soldiers = { + culture = kashmiri + religion = sunni + size= 2060 + + } + + farmers = { + culture = kashmiri + religion = sunni + size = 118269.75 + } } #Gilgit (264000/66000 POPS) 1225 = { - aristocrats = { - culture = pashtun - religion = sunni - size = 51.5 - } - - clergymen = { - culture = pashtun - religion = sunni - size = 51.5 - } - - artisans = { - culture = pashtun - religion = sunni - size = 257.5 - } - - soldiers = { - culture = pashtun - religion = sunni - size= 51 - - } - - farmers = { - culture = pashtun - religion = sunni - size = 4738.0 - } - - aristocrats = { - culture = kashmiri - religion = sunni - size = 463.5 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 437.75 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = kashmiri - religion = sunni - size= 1412 - - } - - farmers = { - culture = kashmiri - religion = sunni - size = 37826.75 - } - - aristocrats = { - culture = tibetan - religion = mahayana - size = 206.0 - } - - clergymen = { - culture = tibetan - religion = mahayana - size = 231.75 - } - - artisans = { - culture = tibetan - religion = mahayana - size = 824.0 - } - - soldiers = { - culture = tibetan - religion = mahayana - size= 206 - - } - - farmers = { - culture = tibetan - religion = mahayana - size = 20162.25 - } + aristocrats = { + culture = pashtun + religion = sunni + size = 51.5 + } + + clergymen = { + culture = pashtun + religion = sunni + size = 51.5 + } + + artisans = { + culture = pashtun + religion = sunni + size = 257.5 + } + + soldiers = { + culture = pashtun + religion = sunni + size= 51 + + } + + farmers = { + culture = pashtun + religion = sunni + size = 4738.0 + } + + aristocrats = { + culture = kashmiri + religion = sunni + size = 463.5 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 437.75 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = kashmiri + religion = sunni + size= 1412 + + } + + farmers = { + culture = kashmiri + religion = sunni + size = 37826.75 + } + + aristocrats = { + culture = tibetan + religion = mahayana + size = 206.0 + } + + clergymen = { + culture = tibetan + religion = mahayana + size = 231.75 + } + + artisans = { + culture = tibetan + religion = mahayana + size = 824.0 + } + + soldiers = { + culture = tibetan + religion = mahayana + size= 206 + + } + + farmers = { + culture = tibetan + religion = mahayana + size = 20162.25 + } } #Leh (196000/49000 POPS) 1226 = { - aristocrats = { - culture = kashmiri - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kashmiri - religion = sunni - size = 77.25 - } - - artisans = { - culture = kashmiri - religion = sunni - size = 360.5 - } - - soldiers = { - culture = kashmiri - religion = sunni - size= 77 - - } - - farmers = { - culture = kashmiri - religion = sunni - size = 6617.75 - } - - aristocrats = { - culture = tibetan - religion = mahayana - size = 412.0 - } - - clergymen = { - culture = tibetan - religion = mahayana - size = 437.75 - } - - artisans = { - culture = tibetan - religion = mahayana - size = 2163.0 - } - - soldiers = { - culture = tibetan - religion = mahayana - size= 1412 - - } - - farmers = { - culture = tibetan - religion = mahayana - size = 39835.25 - } + aristocrats = { + culture = kashmiri + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kashmiri + religion = sunni + size = 77.25 + } + + artisans = { + culture = kashmiri + religion = sunni + size = 360.5 + } + + soldiers = { + culture = kashmiri + religion = sunni + size= 77 + + } + + farmers = { + culture = kashmiri + religion = sunni + size = 6617.75 + } + + aristocrats = { + culture = tibetan + religion = mahayana + size = 412.0 + } + + clergymen = { + culture = tibetan + religion = mahayana + size = 437.75 + } + + artisans = { + culture = tibetan + religion = mahayana + size = 2163.0 + } + + soldiers = { + culture = tibetan + religion = mahayana + size= 1412 + + } + + farmers = { + culture = tibetan + religion = mahayana + size = 39835.25 + } } #Panjab Region (9430000) #Under rule of Panjab 1836 (8856000) #Lahore (2644000/661000 POPS) 1227 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 2575.0 - } - - bureaucrats = { - culture = panjabi - religion = sikh - size = 1442.0 - } - - officers = { - culture = panjabi - religion = sikh - size = 2060.0 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 1184.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sikh - size = 5450.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = sikh - size= 90 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 91618.5 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 824.0 - } - - bureaucrats = { - culture = panjabi - religion = hindu - size = 566.5 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 1081.5 - } - - artisans = { - culture = panjabi - religion = hindu - size = 8240.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = hindu - size= 1120 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 91258.0 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 3090.0 - } - - bureaucrats = { - culture = panjabi - religion = sunni - size = 927.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 4635.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 300.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = sunni - size= 2150 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 433218.0 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 2575.0 + } + + bureaucrats = { + culture = panjabi + religion = sikh + size = 1442.0 + } + + officers = { + culture = panjabi + religion = sikh + size = 2060.0 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 1184.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sikh + size = 5450.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = sikh + size= 90 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 91618.5 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 824.0 + } + + bureaucrats = { + culture = panjabi + religion = hindu + size = 566.5 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 1081.5 + } + + artisans = { + culture = panjabi + religion = hindu + size = 8240.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = hindu + size= 1120 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 91258.0 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 3090.0 + } + + bureaucrats = { + culture = panjabi + religion = sunni + size = 927.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 4635.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 300.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = sunni + size= 2150 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 433218.0 + } } #Multan (656000/164000 POPS) 1228 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 103.0 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 103.0 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2060.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 206 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 6798.0 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 1545.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 1545 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 128235.0 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 154.5 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 206.0 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1030.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 154 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 16995.0 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 103.0 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 103.0 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2060.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 206 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 6798.0 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 1545.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 1545 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 128235.0 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 154.5 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 206.0 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1030.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 154 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 16995.0 + } } #Sialkot (548000/137000 POPS) 1229 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 1339.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 1339.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = sunni - size= 90 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 118862.0 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 103.0 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 103.0 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1030.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 103 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 8961.0 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 1339.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 1339.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = sunni + size= 90 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 118862.0 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 103.0 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 103.0 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1030.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 103 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 8961.0 + } } #Attock (344000/87000 POPS) 1230 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 515.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 515.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 515 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 48410.0 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 51.5 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 51.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 515.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 154 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 8497.5 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 257.5 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 283.25 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1030.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 257 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 27011.75 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 515.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 515.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 515 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 48410.0 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 51.5 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 51.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 515.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 154 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 8497.5 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 257.5 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 283.25 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1030.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 257 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 27011.75 + } } #Bahawalpur (352000/88000 POPS) 1231 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 772.5 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 721.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 3605.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 1030 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 75241.5 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 154.5 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 128.75 - } - - artisans = { - culture = panjabi - religion = hindu - size = 1030.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 154 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 17072.25 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 772.5 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 721.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 3605.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 1030 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 75241.5 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 154.5 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 128.75 + } + + artisans = { + culture = panjabi + religion = hindu + size = 1030.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 154 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 17072.25 + } } #Shahpur (1132000/283000 POPS) 1232 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 51.5 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 51.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1030.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 51 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 4995.5 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 1330.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 2575 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 235355.0 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 257.5 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 309.0 - } - - artisans = { - culture = panjabi - religion = hindu - size = 2575.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 257 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 27501.0 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 51.5 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 51.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1030.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 51 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 4995.5 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 1330.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 2575 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 235355.0 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 257.5 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 309.0 + } + + artisans = { + culture = panjabi + religion = hindu + size = 2575.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 257 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 27501.0 + } } #Amritsar (2228000/557000 POPS) 1233 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 1030.0 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 824.0 - } - - artisans = { - culture = panjabi - religion = sikh - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sikh - size = 3390.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 1030 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 66126.0 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 3090.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 600.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = sunni - size= 90 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 299215.0 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 1287.5 - } - - artisans = { - culture = panjabi - religion = hindu - size = 2060.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 1545 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 158362.5 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 1030.0 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 824.0 + } + + artisans = { + culture = panjabi + religion = sikh + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sikh + size = 3390.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 1030 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 66126.0 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 3090.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 600.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = sunni + size= 90 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 299215.0 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 1287.5 + } + + artisans = { + culture = panjabi + religion = hindu + size = 2060.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 1545 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 158362.5 + } } #Firuzapur (952000/238000 POPS) 1234 = { - aristocrats = { - culture = panjabi - religion = sikh - size = 257.5 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 257.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 1545.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 1030 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 21630.0 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 824.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 772.5 - } - - artisans = { - culture = panjabi - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = panjabi - religion = sunni - size= 1120 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 77713.5 - } - - aristocrats = { - culture = panjabi - religion = hindu - size = 618.0 - } - - clergymen = { - culture = panjabi - religion = hindu - size = 669.5 - } - - artisans = { - culture = panjabi - religion = hindu - size = 3090.0 - } - - soldiers = { - culture = panjabi - religion = hindu - size= 618 - - } - - farmers = { - culture = panjabi - religion = hindu - size = 61954.5 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 669.5 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 669.5 - } - - artisans = { - culture = avadhi - religion = hindu - size = 3090.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 669 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 59688.5 - } + aristocrats = { + culture = panjabi + religion = sikh + size = 257.5 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 257.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 1545.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 1030 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 21630.0 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 824.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 772.5 + } + + artisans = { + culture = panjabi + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = panjabi + religion = sunni + size= 1120 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 77713.5 + } + + aristocrats = { + culture = panjabi + religion = hindu + size = 618.0 + } + + clergymen = { + culture = panjabi + religion = hindu + size = 669.5 + } + + artisans = { + culture = panjabi + religion = hindu + size = 3090.0 + } + + soldiers = { + culture = panjabi + religion = hindu + size= 618 + + } + + farmers = { + culture = panjabi + religion = hindu + size = 61954.5 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 669.5 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 669.5 + } + + artisans = { + culture = avadhi + religion = hindu + size = 3090.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 669 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 59688.5 + } } #Under Rule of Britain 1836 #Simla (574000/143500 POPS) 1235 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 77.25 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 103 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 3888.25 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 618.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 643.75 - } - - artisans = { - culture = avadhi - religion = hindu - size = 2472.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 772 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 55233.75 - } - - aristocrats = { - culture = nepali - religion = hindu - size = 1030.0 - } - - clergymen = { - culture = nepali - religion = hindu - size = 772.5 - } - - artisans = { - culture = nepali - religion = hindu - size = 3605.0 - } - - soldiers = { - culture = nepali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = nepali - religion = hindu - size= 90 - - } - - farmers = { - culture = nepali - religion = hindu - size = 72872.5 - } - - aristocrats = { - culture = british - religion = protestant - size = 206.0 - } - - clergymen = { - culture = british - religion = protestant - size = 51.5 - } - - bureaucrats = { - culture = british - religion = protestant - size = 103.0 - } - - officers = { - culture = british - religion = protestant - size = 51.5 - } - - soldiers = { - culture = british - religion = protestant - size= 103 - - } + aristocrats = { + culture = panjabi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 77.25 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 103 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 3888.25 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 618.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 643.75 + } + + artisans = { + culture = avadhi + religion = hindu + size = 2472.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 772 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 55233.75 + } + + aristocrats = { + culture = nepali + religion = hindu + size = 1030.0 + } + + clergymen = { + culture = nepali + religion = hindu + size = 772.5 + } + + artisans = { + culture = nepali + religion = hindu + size = 3605.0 + } + + soldiers = { + culture = nepali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = nepali + religion = hindu + size= 90 + + } + + farmers = { + culture = nepali + religion = hindu + size = 72872.5 + } + + aristocrats = { + culture = british + religion = protestant + size = 206.0 + } + + clergymen = { + culture = british + religion = protestant + size = 51.5 + } + + bureaucrats = { + culture = british + religion = protestant + size = 103.0 + } + + officers = { + culture = british + religion = protestant + size = 51.5 + } + + soldiers = { + culture = british + religion = protestant + size= 103 + + } } #United Provinces Region - 25884000 #Ruled by Britain in 1836 (21064000) #Delhi (1356000/339000 POPS) 1236 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 1030.0 - } - - bureaucrats = { - culture = avadhi - religion = hindu - size = 1802.5 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 1158.75 - } - - artisans = { - culture = avadhi - religion = hindu - size = 6180.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 1030 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 90768.75 - } - - aristocrats = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - bureaucrats = { - culture = panjabi - religion = sunni - size = 3605.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 2575.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = panjabi - religion = sunni - size = 2660.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 2575 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 194670.0 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 257.5 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 257.5 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2060.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 257 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 15707.5 - } - - bureaucrats = { - culture = british - religion = protestant - size = 77.25 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 1030.0 + } + + bureaucrats = { + culture = avadhi + religion = hindu + size = 1802.5 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 1158.75 + } + + artisans = { + culture = avadhi + religion = hindu + size = 6180.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 1030 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 90768.75 + } + + aristocrats = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + bureaucrats = { + culture = panjabi + religion = sunni + size = 3605.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 2575.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = panjabi + religion = sunni + size = 2660.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 2575 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 194670.0 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 257.5 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 257.5 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2060.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 257 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 15707.5 + } + + bureaucrats = { + culture = british + religion = protestant + size = 77.25 + } } #Panipat (1280000/320000 POPS) 1237 = { - aristocrats = { - culture = panjabi - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = panjabi - religion = sunni - size = 643.75 - } - - artisans = { - culture = panjabi - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = panjabi - religion = sunni - size= 772 - - } - - farmers = { - culture = panjabi - religion = sunni - size = 59353.75 - } - - aristocrats = { - culture = panjabi - religion = sikh - size = 257.5 - } - - clergymen = { - culture = panjabi - religion = sikh - size = 386.25 - } - - artisans = { - culture = panjabi - religion = sikh - size = 2060.0 - } - - soldiers = { - culture = panjabi - religion = sikh - size= 515 - - } - - farmers = { - culture = panjabi - religion = sikh - size = 30771.25 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 2575.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 2317.5 - } - - artisans = { - culture = avadhi - religion = hindu - size = 6180.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 2060 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 212437.5 - } + aristocrats = { + culture = panjabi + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = panjabi + religion = sunni + size = 643.75 + } + + artisans = { + culture = panjabi + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = panjabi + religion = sunni + size= 772 + + } + + farmers = { + culture = panjabi + religion = sunni + size = 59353.75 + } + + aristocrats = { + culture = panjabi + religion = sikh + size = 257.5 + } + + clergymen = { + culture = panjabi + religion = sikh + size = 386.25 + } + + artisans = { + culture = panjabi + religion = sikh + size = 2060.0 + } + + soldiers = { + culture = panjabi + religion = sikh + size= 515 + + } + + farmers = { + culture = panjabi + religion = sikh + size = 30771.25 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 2575.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 2317.5 + } + + artisans = { + culture = avadhi + religion = hindu + size = 6180.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 2060 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 212437.5 + } } #Dehra Dun (952000/238000 POPS) 1238 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 257.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 257 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 16737.5 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 1287.5 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 1802.5 - } - - artisans = { - culture = avadhi - religion = hindu - size = 7210.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 1802 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 161967.5 - } - - aristocrats = { - culture = nepali - religion = hindu - size = 515.0 - } - - clergymen = { - culture = nepali - religion = hindu - size = 515.0 - } - - artisans = { - culture = nepali - religion = hindu - size = 2060.0 - } - - soldiers = { - culture = nepali - religion = hindu - size= 1030 - - } - - farmers = { - culture = nepali - religion = hindu - size = 46350.0 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 257.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 257 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 16737.5 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 1287.5 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 1802.5 + } + + artisans = { + culture = avadhi + religion = hindu + size = 7210.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 1802 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 161967.5 + } + + aristocrats = { + culture = nepali + religion = hindu + size = 515.0 + } + + clergymen = { + culture = nepali + religion = hindu + size = 515.0 + } + + artisans = { + culture = nepali + religion = hindu + size = 2060.0 + } + + soldiers = { + culture = nepali + religion = hindu + size= 1030 + + } + + farmers = { + culture = nepali + religion = hindu + size = 46350.0 + } } #Meerut (1580000/395000 POPS) 1239 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 772.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 386.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 515 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 25106.25 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 3605.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 4120.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 6480.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 605 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 348140.0 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 772.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 386.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 515 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 25106.25 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 3605.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 4120.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 6480.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 605 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 348140.0 + } } #Agra (4180000/1045000 POPS) 1240 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1030.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 300.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1030 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 88065.0 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 7725.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 11587.5 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 3260.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 1300 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 901507.5 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1030.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 300.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1030 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 88065.0 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 7725.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 11587.5 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 3260.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 1300 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 901507.5 + } } #Kanpur (3720000/930000 POPS) 1241 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 7725.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 9012.5 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 8110.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 2240 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 758852.5 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1802.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1416.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 9270.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1545 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 121926.25 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 7725.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 9012.5 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 8110.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 2240 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 758852.5 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1802.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1416.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 9270.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1545 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 121926.25 + } } #Allahabad (3008000/752000 POPS) 1243 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 6180.0 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6695.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 1930.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 180 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 620575.0 - } - - aristocrats = { - culture = kanauji - religion = sunni - size = 1287.5 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 1030.0 - } - - artisans = { - culture = kanauji - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = kanauji - religion = sunni - size= 1287 - - } - - farmers = { - culture = kanauji - religion = sunni - size = 91155.0 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 6180.0 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6695.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 1930.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 180 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 620575.0 + } + + aristocrats = { + culture = kanauji + religion = sunni + size = 1287.5 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 1030.0 + } + + artisans = { + culture = kanauji + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = kanauji + religion = sunni + size= 1287 + + } + + farmers = { + culture = kanauji + religion = sunni + size = 91155.0 + } } #Benares (2512000/628000 POPS) 1245 = { - aristocrats = { - culture = kanauji - religion = sunni - size = 772.5 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 515.0 - } - - artisans = { - culture = kanauji - religion = sunni - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = sunni - size = 300.0 - } - - soldiers = { - culture = kanauji - religion = sunni - size= 772 - - } - - farmers = { - culture = kanauji - religion = sunni - size = 61800.0 - } - - aristocrats = { - culture = kanauji - religion = hindu - size = 6695.0 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6437.5 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 900.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 180 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 522467.5 - } + aristocrats = { + culture = kanauji + religion = sunni + size = 772.5 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 515.0 + } + + artisans = { + culture = kanauji + religion = sunni + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = sunni + size = 300.0 + } + + soldiers = { + culture = kanauji + religion = sunni + size= 772 + + } + + farmers = { + culture = kanauji + religion = sunni + size = 61800.0 + } + + aristocrats = { + culture = kanauji + religion = hindu + size = 6695.0 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6437.5 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 900.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 180 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 522467.5 + } } #Gorakhpur (2476000/619000 POPS) 1246 = { - aristocrats = { - culture = kanauji - religion = sunni - size = 515.0 - } - - clergymen = { - culture = kanauji - religion = sunni - size = 386.25 - } - - artisans = { - culture = kanauji - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = kanauji - religion = sunni - size= 515 - - } - - farmers = { - culture = kanauji - religion = sunni - size = 42873.75 - } - - aristocrats = { - culture = kanauji - religion = hindu - size = 6695.0 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 6437.5 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 5750.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 180 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 542037.5 - } + aristocrats = { + culture = kanauji + religion = sunni + size = 515.0 + } + + clergymen = { + culture = kanauji + religion = sunni + size = 386.25 + } + + artisans = { + culture = kanauji + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = kanauji + religion = sunni + size= 515 + + } + + farmers = { + culture = kanauji + religion = sunni + size = 42873.75 + } + + aristocrats = { + culture = kanauji + religion = hindu + size = 6695.0 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 6437.5 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 5750.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 180 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 542037.5 + } } #Ruled by Awadh in 1836 (4820000) #Lucknow (2756000/689000 POPS) 1242 = { - aristocrats = { - culture = avadhi - religion = sunni - size = 1287.5 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 515.0 - } - - officers = { - culture = avadhi - religion = sunni - size = 515.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 1158.75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1200.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1545 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 57808.75 - } - - aristocrats = { - culture = avadhi - religion = shiite - size = 772.5 - } - - bureaucrats = { - culture = avadhi - religion = shiite - size = 721.0 - } - - officers = { - culture = avadhi - religion = shiite - size = 772.5 - } - - clergymen = { - culture = avadhi - religion = shiite - size = 283.25 - } - - artisans = { - culture = avadhi - religion = shiite - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = shiite - size = 5450.0 - } - - soldiers = { - culture = avadhi - religion = shiite - size= 1030 - - } - - farmers = { - culture = avadhi - religion = shiite - size = 5690.75 - } - - aristocrats = { - culture = avadhi - religion = hindu - size = 4635.0 - } - - bureaucrats = { - culture = avadhi - religion = hindu - size = 515.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 5665.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 600.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 2150 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 544355.0 - } + aristocrats = { + culture = avadhi + religion = sunni + size = 1287.5 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 515.0 + } + + officers = { + culture = avadhi + religion = sunni + size = 515.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 1158.75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1200.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1545 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 57808.75 + } + + aristocrats = { + culture = avadhi + religion = shiite + size = 772.5 + } + + bureaucrats = { + culture = avadhi + religion = shiite + size = 721.0 + } + + officers = { + culture = avadhi + religion = shiite + size = 772.5 + } + + clergymen = { + culture = avadhi + religion = shiite + size = 283.25 + } + + artisans = { + culture = avadhi + religion = shiite + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = shiite + size = 5450.0 + } + + soldiers = { + culture = avadhi + religion = shiite + size= 1030 + + } + + farmers = { + culture = avadhi + religion = shiite + size = 5690.75 + } + + aristocrats = { + culture = avadhi + religion = hindu + size = 4635.0 + } + + bureaucrats = { + culture = avadhi + religion = hindu + size = 515.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 5665.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 600.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 2150 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 544355.0 + } } #Fyzabad (2064000/516000 POPS) 1244 = { - aristocrats = { - culture = avadhi - religion = hindu - size = 4120.0 - } - - clergymen = { - culture = avadhi - religion = hindu - size = 5150.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = hindu - size = 5450.0 - } - - soldiers = { - culture = avadhi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = hindu - size= 1635 - - } - - farmers = { - culture = avadhi - religion = hindu - size = 468135.0 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 721.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 412.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 300.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 515 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 22042.0 - } + aristocrats = { + culture = avadhi + religion = hindu + size = 4120.0 + } + + clergymen = { + culture = avadhi + religion = hindu + size = 5150.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = hindu + size = 5450.0 + } + + soldiers = { + culture = avadhi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = hindu + size= 1635 + + } + + farmers = { + culture = avadhi + religion = hindu + size = 468135.0 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 721.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 412.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 300.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 515 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 22042.0 + } } #Bihar Region : 10724000 #under rule of Britain 1836 #Patna (3028000/757000 POPS) 1247 = { - aristocrats = { - culture = bihari - religion = hindu - size = 8240.0 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6695.0 - } - - bureaucrats = { - culture = bihari - religion = hindu - size = 2317.5 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 3990.0 - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 695 - - } - - farmers = { - culture = bihari - religion = hindu - size = 603322.5 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = bihari - religion = sunni - size = 1287.5 - } - - bureaucrats = { - culture = bihari - religion = sunni - size = 257.5 - } - - artisans = { - culture = bihari - religion = sunni - size = 7210.0 - } - - soldiers = { - culture = bihari - religion = sunni - size= 1287 - - } - - farmers = { - culture = bihari - religion = sunni - size = 106862.5 - } - - bureaucrats = { - culture = british - religion = protestant - size = 51.5 - } + aristocrats = { + culture = bihari + religion = hindu + size = 8240.0 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6695.0 + } + + bureaucrats = { + culture = bihari + religion = hindu + size = 2317.5 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 3990.0 + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 695 + + } + + farmers = { + culture = bihari + religion = hindu + size = 603322.5 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = bihari + religion = sunni + size = 1287.5 + } + + bureaucrats = { + culture = bihari + religion = sunni + size = 257.5 + } + + artisans = { + culture = bihari + religion = sunni + size = 7210.0 + } + + soldiers = { + culture = bihari + religion = sunni + size= 1287 + + } + + farmers = { + culture = bihari + religion = sunni + size = 106862.5 + } + + bureaucrats = { + culture = british + religion = protestant + size = 51.5 + } } #Gaya (3056000/764000 POPS) 1248 = { - aristocrats = { - culture = bihari - religion = hindu - size = 7210.0 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6695.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 4505.0 - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 695 - - } - - farmers = { - culture = bihari - religion = hindu - size = 663835.0 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 515.0 - } - - clergymen = { - culture = bihari - religion = sunni - size = 772.5 - } - - artisans = { - culture = bihari - religion = sunni - size = 3605.0 - } - - soldiers = { - culture = bihari - religion = sunni - size= 772 - - } - - farmers = { - culture = bihari - religion = sunni - size = 63345.0 - } + aristocrats = { + culture = bihari + religion = hindu + size = 7210.0 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6695.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 4505.0 + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 695 + + } + + farmers = { + culture = bihari + religion = hindu + size = 663835.0 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 515.0 + } + + clergymen = { + culture = bihari + religion = sunni + size = 772.5 + } + + artisans = { + culture = bihari + religion = sunni + size = 3605.0 + } + + soldiers = { + culture = bihari + religion = sunni + size= 772 + + } + + farmers = { + culture = bihari + religion = sunni + size = 63345.0 + } } #Kharswari (2740000/685000 POPS) 1249 = { - aristocrats = { - culture = bihari - religion = hindu - size = 7725.0 - } - - clergymen = { - culture = bihari - religion = hindu - size = 6180.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 1930.0 - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 180 - - } - - farmers = { - culture = bihari - religion = hindu - size = 627785.0 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 772.5 - } - - clergymen = { - culture = bihari - religion = sunni - size = 772.5 - } - - artisans = { - culture = bihari - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = bihari - religion = sunni - size= 1030 - - } - - farmers = { - culture = bihari - religion = sunni - size = 75705.0 - } + aristocrats = { + culture = bihari + religion = hindu + size = 7725.0 + } + + clergymen = { + culture = bihari + religion = hindu + size = 6180.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 1930.0 + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 180 + + } + + farmers = { + culture = bihari + religion = hindu + size = 627785.0 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 772.5 + } + + clergymen = { + culture = bihari + religion = sunni + size = 772.5 + } + + artisans = { + culture = bihari + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = bihari + religion = sunni + size= 1030 + + } + + farmers = { + culture = bihari + religion = sunni + size = 75705.0 + } } #Bhagalpur (1900000/475000 POPS) 1250 = { - aristocrats = { - culture = bihari - religion = hindu - size = 5150.0 - } - - clergymen = { - culture = bihari - religion = hindu - size = 4377.5 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bihari - religion = hindu - size = 2660.0 - } - - soldiers = { - culture = bihari - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bihari - religion = hindu - size= 1635 - - } - - farmers = { - culture = bihari - religion = hindu - size = 396807.5 - } - - aristocrats = { - culture = bihari - religion = sunni - size = 515.0 - } - - clergymen = { - culture = bihari - religion = sunni - size = 643.75 - } - - artisans = { - culture = bihari - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = bihari - religion = sunni - size= 515 - - } - - farmers = { - culture = bihari - religion = sunni - size = 51886.25 - } + aristocrats = { + culture = bihari + religion = hindu + size = 5150.0 + } + + clergymen = { + culture = bihari + religion = hindu + size = 4377.5 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bihari + religion = hindu + size = 2660.0 + } + + soldiers = { + culture = bihari + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bihari + religion = hindu + size= 1635 + + } + + farmers = { + culture = bihari + religion = hindu + size = 396807.5 + } + + aristocrats = { + culture = bihari + religion = sunni + size = 515.0 + } + + clergymen = { + culture = bihari + religion = sunni + size = 643.75 + } + + artisans = { + culture = bihari + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = bihari + religion = sunni + size= 515 + + } + + farmers = { + culture = bihari + religion = sunni + size = 51886.25 + } } #Bengal Region : 28454000 #under rule of Britain 1836 #Calcutta (4872000/1218000 POPS) 1251 = { - aristocrats = { - culture = bengali - religion = hindu - size = 12875.0 - } - - bureaucrats = { - culture = bengali - religion = hindu - size = 6695.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 12875.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 8750.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 450 - - } - - farmers = { - culture = bengali - religion = hindu - size = 995495.0 - } - - aristocrats = { - culture = bengali - religion = sunni - size = 1030.0 - } - - bureaucrats = { - culture = bengali - religion = sunni - size = 515.0 - } - - clergymen = { - culture = bengali - religion = sunni - size = 772.5 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 300.0 - } - - soldiers = { - culture = bengali - religion = sunni - size= 1030 - - } - - farmers = { - culture = bengali - religion = sunni - size = 65147.5 - } - - aristocrats = { - culture = british - religion = protestant - size = 566.5 - } - - officers = { - culture = british - religion = protestant - size = 412.0 - } - - clergymen = { - culture = british - religion = protestant - size = 51.5 - } - - bureaucrats = { - culture = british - religion = protestant - size = 515.0 - } - - soldiers = { - culture = british - religion = protestant - size= 2060 - - } + aristocrats = { + culture = bengali + religion = hindu + size = 12875.0 + } + + bureaucrats = { + culture = bengali + religion = hindu + size = 6695.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 12875.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 8750.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 450 + + } + + farmers = { + culture = bengali + religion = hindu + size = 995495.0 + } + + aristocrats = { + culture = bengali + religion = sunni + size = 1030.0 + } + + bureaucrats = { + culture = bengali + religion = sunni + size = 515.0 + } + + clergymen = { + culture = bengali + religion = sunni + size = 772.5 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 300.0 + } + + soldiers = { + culture = bengali + religion = sunni + size= 1030 + + } + + farmers = { + culture = bengali + religion = sunni + size = 65147.5 + } + + aristocrats = { + culture = british + religion = protestant + size = 566.5 + } + + officers = { + culture = british + religion = protestant + size = 412.0 + } + + clergymen = { + culture = british + religion = protestant + size = 51.5 + } + + bureaucrats = { + culture = british + religion = protestant + size = 515.0 + } + + soldiers = { + culture = british + religion = protestant + size= 2060 + + } } #Darjeeling (3248000/812000 POPS) 1252 = { - aristocrats = { - culture = bengali - religion = hindu - size = 6180.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 6437.5 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 1415.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 180 - - } - - farmers = { - culture = bengali - religion = hindu - size = 582207.5 - } - - aristocrats = { - culture = bengali - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = bengali - religion = sunni - size = 2060.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 9785.0 - } - - soldiers = { - culture = bengali - religion = sunni - size= 2060 - - } - - farmers = { - culture = bengali - religion = sunni - size = 187975.0 - } + aristocrats = { + culture = bengali + religion = hindu + size = 6180.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 6437.5 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 1415.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 180 + + } + + farmers = { + culture = bengali + religion = hindu + size = 582207.5 + } + + aristocrats = { + culture = bengali + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = bengali + religion = sunni + size = 2060.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 9785.0 + } + + soldiers = { + culture = bengali + religion = sunni + size= 2060 + + } + + farmers = { + culture = bengali + religion = sunni + size = 187975.0 + } } #Bardwan (4456000/1114000 POPS) 1253 = { - aristocrats = { - culture = bengali - religion = hindu - size = 10300.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 10428.75 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 2530.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 1300 - - } - - farmers = { - culture = bengali - religion = hindu - size = 968071.25 - } - - clergymen = { - culture = bengali - religion = sunni - size = 1030.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 4892.5 - } - - soldiers = { - culture = bengali - religion = sunni - size= 772 - - } - - farmers = { - culture = bengali - religion = sunni - size = 89095.0 - } + aristocrats = { + culture = bengali + religion = hindu + size = 10300.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 10428.75 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 2530.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 1300 + + } + + farmers = { + culture = bengali + religion = hindu + size = 968071.25 + } + + clergymen = { + culture = bengali + religion = sunni + size = 1030.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 4892.5 + } + + soldiers = { + culture = bengali + religion = sunni + size= 772 + + } + + farmers = { + culture = bengali + religion = sunni + size = 89095.0 + } } #Dacca (5276000/1319000 POPS) 1254 = { - aristocrats = { - culture = bengali - religion = sunni - size = 3090.0 - } - - clergymen = { - culture = bengali - religion = sunni - size = 8240.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 8110.0 - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 1210 - - } - - farmers = { - culture = bengali - religion = sunni - size = 708640.0 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 5150.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 5150.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 8840.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 2150 - - } - - farmers = { - culture = bengali - religion = hindu - size = 548990.0 - } + aristocrats = { + culture = bengali + religion = sunni + size = 3090.0 + } + + clergymen = { + culture = bengali + religion = sunni + size = 8240.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 8110.0 + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 1210 + + } + + farmers = { + culture = bengali + religion = sunni + size = 708640.0 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 5150.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 5150.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 8840.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 2150 + + } + + farmers = { + culture = bengali + religion = hindu + size = 548990.0 + } } #Rajshahi (2332000/583000 POPS) 1255 = { - aristocrats = { - culture = bengali - religion = sunni - size = 1802.5 - } - - clergymen = { - culture = bengali - religion = sunni - size = 3862.5 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 600.0 - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 862 - - } - - farmers = { - culture = bengali - religion = sunni - size = 364362.5 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 2060.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 300.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 2060 - - } - - farmers = { - culture = bengali - religion = hindu - size = 186945.0 - } + aristocrats = { + culture = bengali + religion = sunni + size = 1802.5 + } + + clergymen = { + culture = bengali + religion = sunni + size = 3862.5 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 600.0 + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 862 + + } + + farmers = { + culture = bengali + religion = sunni + size = 364362.5 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 2060.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 300.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 2060 + + } + + farmers = { + culture = bengali + religion = hindu + size = 186945.0 + } } #Jessore (2372000/593000 POPS) 1256 = { - aristocrats = { - culture = bengali - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = bengali - religion = sunni - size = 3862.5 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 9312.5 - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 862 - - } - - farmers = { - culture = bengali - religion = sunni - size = 357667.5 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 2317.5 - } - - clergymen = { - culture = bengali - religion = hindu - size = 2060.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 300.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 2317 - - } - - farmers = { - culture = bengali - religion = hindu - size = 207545.0 - } + aristocrats = { + culture = bengali + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = bengali + religion = sunni + size = 3862.5 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 9312.5 + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 862 + + } + + farmers = { + culture = bengali + religion = sunni + size = 357667.5 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 2317.5 + } + + clergymen = { + culture = bengali + religion = hindu + size = 2060.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 300.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 2317 + + } + + farmers = { + culture = bengali + religion = hindu + size = 207545.0 + } } #Chittagong (5884000/1471000 POPS) 1257 = { - aristocrats = { - culture = bengali - religion = sunni - size = 8240.0 - } - - clergymen = { - culture = bengali - religion = sunni - size = 8755.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 10000.0 - } - - artisans = { - culture = bengali - religion = sunni - size = 4290.0 - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bengali - religion = sunni - size= 2755 - - } - - farmers = { - culture = bengali - religion = sunni - size = 812670.0 - } - - aristocrats = { - culture = bengali - religion = hindu - size = 6180.0 - } - - clergymen = { - culture = bengali - religion = hindu - size = 6180.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 10000.0 - } - - artisans = { - culture = bengali - religion = hindu - size = 9870.0 - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 3000 - - } - - soldiers = { - culture = bengali - religion = hindu - size= 180 - - } - - farmers = { - culture = bengali - religion = hindu - size = 561350.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 257.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 257.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 515.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 21372.5 - } + aristocrats = { + culture = bengali + religion = sunni + size = 8240.0 + } + + clergymen = { + culture = bengali + religion = sunni + size = 8755.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 10000.0 + } + + artisans = { + culture = bengali + religion = sunni + size = 4290.0 + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bengali + religion = sunni + size= 2755 + + } + + farmers = { + culture = bengali + religion = sunni + size = 812670.0 + } + + aristocrats = { + culture = bengali + religion = hindu + size = 6180.0 + } + + clergymen = { + culture = bengali + religion = hindu + size = 6180.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 10000.0 + } + + artisans = { + culture = bengali + religion = hindu + size = 9870.0 + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 3000 + + } + + soldiers = { + culture = bengali + religion = hindu + size= 180 + + } + + farmers = { + culture = bengali + religion = hindu + size = 561350.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 257.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 257.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 515.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 21372.5 + } } #Andaman Islands (14000/3500 POPS) 1320 = { - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 51.5 - } - - farmers = { - culture = asian_minor - religion = animist - size = 3502.0 - } + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 51.5 + } + + farmers = { + culture = asian_minor + religion = animist + size = 3502.0 + } } #Assam Region : 2676000 #under rule of Britain 1836 #Gauhati (1060000/265000 POPS) 1258 = { - bureaucrats = { - culture = british - religion = protestant - size = 25.75 - } - - aristocrats = { - culture = assamese - religion = hindu - size = 1545.0 - } - - bureaucrats = { - culture = assamese - religion = hindu - size = 515.0 - } - - clergymen = { - culture = assamese - religion = hindu - size = 1545.0 - } - - artisans = { - culture = assamese - religion = hindu - size = 8240.0 - } - - soldiers = { - culture = assamese - religion = hindu - size= 1545 - - } - - farmers = { - culture = assamese - religion = hindu - size = 149865.0 - } - - bureaucrats = { - culture = assamese - religion = sunni - size = 257.5 - } - - clergymen = { - culture = assamese - religion = sunni - size = 515.0 - } - - artisans = { - culture = assamese - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = assamese - religion = sunni - size= 515 - - } - - farmers = { - culture = assamese - religion = sunni - size = 47122.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 515.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 515 - - } - - artisans = { - culture = asian_minor - religion = animist - size = 2575.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 55105.0 - } + bureaucrats = { + culture = british + religion = protestant + size = 25.75 + } + + aristocrats = { + culture = assamese + religion = hindu + size = 1545.0 + } + + bureaucrats = { + culture = assamese + religion = hindu + size = 515.0 + } + + clergymen = { + culture = assamese + religion = hindu + size = 1545.0 + } + + artisans = { + culture = assamese + religion = hindu + size = 8240.0 + } + + soldiers = { + culture = assamese + religion = hindu + size= 1545 + + } + + farmers = { + culture = assamese + religion = hindu + size = 149865.0 + } + + bureaucrats = { + culture = assamese + religion = sunni + size = 257.5 + } + + clergymen = { + culture = assamese + religion = sunni + size = 515.0 + } + + artisans = { + culture = assamese + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = assamese + religion = sunni + size= 515 + + } + + farmers = { + culture = assamese + religion = sunni + size = 47122.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 515.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 515 + + } + + artisans = { + culture = asian_minor + religion = animist + size = 2575.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 55105.0 + } } #Imphal (616000/154000 POPS) 1259 = { - aristocrats = { - culture = manipuri - religion = hindu - size = 1030.0 - } - - clergymen = { - culture = manipuri - religion = hindu - size = 1030.0 - } - - artisans = { - culture = manipuri - religion = hindu - size = 4892.5 - } - - soldiers = { - culture = manipuri - religion = hindu - size= 1030 - - } - - farmers = { - culture = manipuri - religion = hindu - size = 90897.5 - } - - clergymen = { - culture = assamese - religion = sunni - size = 386.25 - } - - artisans = { - culture = assamese - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = assamese - religion = sunni - size= 515 - - } - - farmers = { - culture = assamese - religion = sunni - size = 28968.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 257.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - artisans = { - culture = asian_minor - religion = animist - size = 1287.5 - } - - farmers = { - culture = asian_minor - religion = animist - size = 25750.0 - } + aristocrats = { + culture = manipuri + religion = hindu + size = 1030.0 + } + + clergymen = { + culture = manipuri + religion = hindu + size = 1030.0 + } + + artisans = { + culture = manipuri + religion = hindu + size = 4892.5 + } + + soldiers = { + culture = manipuri + religion = hindu + size= 1030 + + } + + farmers = { + culture = manipuri + religion = hindu + size = 90897.5 + } + + clergymen = { + culture = assamese + religion = sunni + size = 386.25 + } + + artisans = { + culture = assamese + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = assamese + religion = sunni + size= 515 + + } + + farmers = { + culture = assamese + religion = sunni + size = 28968.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 257.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + artisans = { + culture = asian_minor + religion = animist + size = 1287.5 + } + + farmers = { + culture = asian_minor + religion = animist + size = 25750.0 + } } #Dibrugarh (392000/98000 POPS) 1260 = { - aristocrats = { - culture = assamese - religion = hindu - size = 1030.0 - } - - clergymen = { - culture = assamese - religion = hindu - size = 772.5 - } - - artisans = { - culture = assamese - religion = hindu - size = 4635.0 - } - - soldiers = { - culture = assamese - religion = hindu - size= 1030 - - } - - farmers = { - culture = assamese - religion = hindu - size = 82142.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 515.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1030 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 9707.75 - } + aristocrats = { + culture = assamese + religion = hindu + size = 1030.0 + } + + clergymen = { + culture = assamese + religion = hindu + size = 772.5 + } + + artisans = { + culture = assamese + religion = hindu + size = 4635.0 + } + + soldiers = { + culture = assamese + religion = hindu + size= 1030 + + } + + farmers = { + culture = assamese + religion = hindu + size = 82142.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 515.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1030 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 9707.75 + } } #Agartala (608000/152000 POPS) 2566 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 1030.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 901.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5150.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1030 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 91798.75 - } - - clergymen = { - culture = bengali - religion = sunni - size = 643.75 - } - - artisans = { - culture = bengali - religion = sunni - size = 2832.5 - } - - soldiers = { - culture = bengali - religion = sunni - size= 515 - - } - - farmers = { - culture = bengali - religion = sunni - size = 52658.75 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 1030.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 901.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5150.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1030 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 91798.75 + } + + clergymen = { + culture = bengali + religion = sunni + size = 643.75 + } + + artisans = { + culture = bengali + religion = sunni + size = 2832.5 + } + + soldiers = { + culture = bengali + religion = sunni + size= 515 + + } + + farmers = { + culture = bengali + religion = sunni + size = 52658.75 + } } #Orissa Region (1588000) #Ruled by Britain 1836 (944000) #Cuttack (944000/236000 POPS) 1261 = { - aristocrats = { - culture = oriya - religion = hindu - size = 2575.0 - } - - clergymen = { - culture = oriya - religion = hindu - size = 2575.0 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 257.5 - } - - artisans = { - culture = oriya - religion = hindu - size = 10000.0 - } - - artisans = { - culture = oriya - religion = hindu - size = 2360.0 - } - - soldiers = { - culture = oriya - religion = hindu - size= 2317 - - } - - farmers = { - culture = oriya - religion = hindu - size = 221965.0 - } - - farmers = { - culture = bengali - religion = sunni - size = 1030.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25.75 - } + aristocrats = { + culture = oriya + religion = hindu + size = 2575.0 + } + + clergymen = { + culture = oriya + religion = hindu + size = 2575.0 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 257.5 + } + + artisans = { + culture = oriya + religion = hindu + size = 10000.0 + } + + artisans = { + culture = oriya + religion = hindu + size = 2360.0 + } + + soldiers = { + culture = oriya + religion = hindu + size= 2317 + + } + + farmers = { + culture = oriya + religion = hindu + size = 221965.0 + } + + farmers = { + culture = bengali + religion = sunni + size = 1030.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25.75 + } } #Ruled by Native Rulers 1836 (644000) #Keunjahr (436000/109000 POPS) 1262 = { - aristocrats = { - culture = oriya - religion = hindu - size = 927.0 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 103.0 - } - - clergymen = { - culture = oriya - religion = hindu - size = 875.5 - } - - artisans = { - culture = oriya - religion = hindu - size = 4120.0 - } - - soldiers = { - culture = oriya - religion = hindu - size= 3000 - - } - - soldiers = { - culture = oriya - religion = hindu - size= 1120 - - } - - farmers = { - culture = oriya - religion = hindu - size = 77404.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 231.75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 206.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1030.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 19904.75 - } - - clergymen = { - culture = bengali - religion = sunni - size = 77.25 - } - - farmers = { - culture = bengali - religion = sunni - size = 3012.75 - } + aristocrats = { + culture = oriya + religion = hindu + size = 927.0 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 103.0 + } + + clergymen = { + culture = oriya + religion = hindu + size = 875.5 + } + + artisans = { + culture = oriya + religion = hindu + size = 4120.0 + } + + soldiers = { + culture = oriya + religion = hindu + size= 3000 + + } + + soldiers = { + culture = oriya + religion = hindu + size= 1120 + + } + + farmers = { + culture = oriya + religion = hindu + size = 77404.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 231.75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 206.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1030.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 19904.75 + } + + clergymen = { + culture = bengali + religion = sunni + size = 77.25 + } + + farmers = { + culture = bengali + religion = sunni + size = 3012.75 + } } #Sambalpur (208000/52000 POPS) 1263 = { - aristocrats = { - culture = oriya - religion = hindu - size = 309.0 - } - - bureaucrats = { - culture = oriya - religion = hindu - size = 51.5 - } - - clergymen = { - culture = oriya - religion = hindu - size = 309.0 - } - - artisans = { - culture = oriya - religion = hindu - size = 1493.5 - } - - soldiers = { - culture = oriya - religion = hindu - size= 1030 - - } - - farmers = { - culture = oriya - religion = hindu - size = 26677.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 257.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 231.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1081.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 21861.75 - } + aristocrats = { + culture = oriya + religion = hindu + size = 309.0 + } + + bureaucrats = { + culture = oriya + religion = hindu + size = 51.5 + } + + clergymen = { + culture = oriya + religion = hindu + size = 309.0 + } + + artisans = { + culture = oriya + religion = hindu + size = 1493.5 + } + + soldiers = { + culture = oriya + religion = hindu + size= 1030 + + } + + farmers = { + culture = oriya + religion = hindu + size = 26677.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 257.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 231.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1081.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 21861.75 + } } #Rajputana Region (4616000) #Under rule of Britain 1836 (200000) #Ajmer (200000/50000 POPS) 1264 = { - aristocrats = { - culture = rajput - religion = hindu - size = 515.0 - } - - clergymen = { - culture = rajput - religion = hindu - size = 515.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 51.5 - } - - artisans = { - culture = rajput - religion = hindu - size = 8240.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 515 - - } - - farmers = { - culture = rajput - religion = hindu - size = 30333.5 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 128.75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 309 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 8574.75 - } - - bureaucrats = { - culture = british - religion = protestant - size = 10.3 - } + aristocrats = { + culture = rajput + religion = hindu + size = 515.0 + } + + clergymen = { + culture = rajput + religion = hindu + size = 515.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 51.5 + } + + artisans = { + culture = rajput + religion = hindu + size = 8240.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 515 + + } + + farmers = { + culture = rajput + religion = hindu + size = 30333.5 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 128.75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 309 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 8574.75 + } + + bureaucrats = { + culture = british + religion = protestant + size = 10.3 + } } #Under rule of Jaisalmer 1836 #Jaisalmer (440000/110000 POPS) 1265 = { - aristocrats = { - culture = rajput - religion = hindu - size = 1133.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 128.75 - } - - officers = { - culture = rajput - religion = hindu - size = 103.0 - } - - clergymen = { - culture = rajput - religion = hindu - size = 1081.5 - } - - artisans = { - culture = rajput - religion = hindu - size = 3090.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 1133 - - } - - farmers = { - culture = rajput - religion = hindu - size = 92390.75 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 77.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 103 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 5484.75 - } + aristocrats = { + culture = rajput + religion = hindu + size = 1133.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 128.75 + } + + officers = { + culture = rajput + religion = hindu + size = 103.0 + } + + clergymen = { + culture = rajput + religion = hindu + size = 1081.5 + } + + artisans = { + culture = rajput + religion = hindu + size = 3090.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 1133 + + } + + farmers = { + culture = rajput + religion = hindu + size = 92390.75 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 77.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 103 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 5484.75 + } } #Under rule of Jodhpur 1836 #Jodhpur (1296000/324000 POPS) 1266 = { - aristocrats = { - culture = rajput - religion = hindu - size = 3296.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 360.5 - } - - officers = { - culture = rajput - religion = hindu - size = 360.5 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3141.5 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 5750.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 1210 - - } - - farmers = { - culture = rajput - religion = hindu - size = 267001.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 4326.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2875.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 206 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 7313.0 - } + aristocrats = { + culture = rajput + religion = hindu + size = 3296.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 360.5 + } + + officers = { + culture = rajput + religion = hindu + size = 360.5 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3141.5 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 5750.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 1210 + + } + + farmers = { + culture = rajput + religion = hindu + size = 267001.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 4326.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2875.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 206 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 7313.0 + } } #Under rule of Bikaner 1836 #Bikaner (1044000/261000 POPS) 1267 = { - aristocrats = { - culture = rajput - religion = hindu - size = 2678.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 283.25 - } - - officers = { - culture = rajput - religion = hindu - size = 257.5 - } - - clergymen = { - culture = rajput - religion = hindu - size = 2832.5 - } - - artisans = { - culture = rajput - religion = hindu - size = 8755.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 1480 - - } - - farmers = { - culture = rajput - religion = hindu - size = 234453.75 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 77.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 103 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 2909.75 - } + aristocrats = { + culture = rajput + religion = hindu + size = 2678.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 283.25 + } + + officers = { + culture = rajput + religion = hindu + size = 257.5 + } + + clergymen = { + culture = rajput + religion = hindu + size = 2832.5 + } + + artisans = { + culture = rajput + religion = hindu + size = 8755.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 1480 + + } + + farmers = { + culture = rajput + religion = hindu + size = 234453.75 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 77.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 103 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 2909.75 + } } #Under rule of Jaipur 1836 #Jaipur (1636000/409000 POPS) 1268 = { - aristocrats = { - culture = rajput - religion = hindu - size = 3708.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 463.5 - } - - officers = { - culture = rajput - religion = hindu - size = 463.5 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3605.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 600.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 1210 - - } - - farmers = { - culture = rajput - religion = hindu - size = 329600.0 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 515.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 5201.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5450.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 618 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 60821.5 - } + aristocrats = { + culture = rajput + religion = hindu + size = 3708.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 463.5 + } + + officers = { + culture = rajput + religion = hindu + size = 463.5 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3605.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 600.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 1210 + + } + + farmers = { + culture = rajput + religion = hindu + size = 329600.0 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 515.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 5201.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5450.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 618 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 60821.5 + } } #Under rule of Mewar 1836 #Udaipur (1344000/336000 POPS) 1269 = { - aristocrats = { - culture = rajput - religion = hindu - size = 3502.0 - } - - bureaucrats = { - culture = rajput - religion = hindu - size = 360.5 - } - - officers = { - culture = rajput - religion = hindu - size = 360.5 - } - - clergymen = { - culture = rajput - religion = hindu - size = 3399.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 10000.0 - } - - artisans = { - culture = rajput - religion = hindu - size = 5450.0 - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 3000 - - } - - soldiers = { - culture = rajput - religion = hindu - size= 1210 - - } - - farmers = { - culture = rajput - religion = hindu - size = 312708.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 51.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 51 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 927.0 - } + aristocrats = { + culture = rajput + religion = hindu + size = 3502.0 + } + + bureaucrats = { + culture = rajput + religion = hindu + size = 360.5 + } + + officers = { + culture = rajput + religion = hindu + size = 360.5 + } + + clergymen = { + culture = rajput + religion = hindu + size = 3399.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 10000.0 + } + + artisans = { + culture = rajput + religion = hindu + size = 5450.0 + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 3000 + + } + + soldiers = { + culture = rajput + religion = hindu + size= 1210 + + } + + farmers = { + culture = rajput + religion = hindu + size = 312708.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 51.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 51 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 927.0 + } } #Central Provinces Region (8044000) #Under rule of Gwalior 1836 #Gwalior (1184000/296000 POPS) 1270 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3090.0 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 257.5 - } - - officers = { - culture = marathi - religion = hindu - size = 309.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 4506.25 - } - - artisans = { - culture = marathi - religion = hindu - size = 9270.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1210 - - } - - farmers = { - culture = marathi - religion = hindu - size = 264787.25 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 154.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 206 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 8909.5 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3090.0 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 257.5 + } + + officers = { + culture = marathi + religion = hindu + size = 309.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 4506.25 + } + + artisans = { + culture = marathi + religion = hindu + size = 9270.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1210 + + } + + farmers = { + culture = marathi + religion = hindu + size = 264787.25 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 154.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 206 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 8909.5 + } } #Under rule of Indore 1836 #Indore (1048000/262000 POPS) 1271 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2678.0 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 257.5 - } - - officers = { - culture = marathi - religion = hindu - size = 257.5 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2575.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 9270.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1210 - - } - - farmers = { - culture = marathi - religion = hindu - size = 240402.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 77.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 51 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 2961.25 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2678.0 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 257.5 + } + + officers = { + culture = marathi + religion = hindu + size = 257.5 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2575.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 9270.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1210 + + } + + farmers = { + culture = marathi + religion = hindu + size = 240402.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 77.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 51 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 2961.25 + } } #Under rule of Bhopal 1836 #Bhopal (812000/203000 POPS) 1272 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2060.0 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 206.0 - } - - officers = { - culture = marathi - religion = hindu - size = 206.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2060.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7725.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1210 - - } - - farmers = { - culture = marathi - religion = hindu - size = 186533.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 51.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 51 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 412.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2060.0 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 206.0 + } + + officers = { + culture = marathi + religion = hindu + size = 206.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2060.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7725.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1210 + + } + + farmers = { + culture = marathi + religion = hindu + size = 186533.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 51.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 51 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 412.0 + } } #Under Native Rule 1836 #Chatarpur (632000/158000 POPS) 1273 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1030.0 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 154.5 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1030.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 4635.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 130 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 84780.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 721.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 772.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1545.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1669 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 60388.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 51.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 2060.0 - } - - farmers = { - culture = avadhi - religion = sunni - size = 978.5 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1030.0 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 154.5 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1030.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 4635.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 130 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 84780.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 721.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 772.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1545.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1669 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 60388.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 51.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 2060.0 + } + + farmers = { + culture = avadhi + religion = sunni + size = 978.5 + } } #Rewah (748000/187000 POPS) 1274 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1442.0 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 206.0 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1339.0 - } - - artisans = { - culture = kanauji - religion = hindu - size = 4635.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 1120 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 121128.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 77.25 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4120.0 - } - - farmers = { - culture = avadhi - religion = sunni - size = 1982.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 618.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 5201.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1030.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1566 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 54311.0 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1442.0 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 206.0 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1339.0 + } + + artisans = { + culture = kanauji + religion = hindu + size = 4635.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 1120 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 121128.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 77.25 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4120.0 + } + + farmers = { + culture = avadhi + religion = sunni + size = 1982.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 618.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 5201.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1030.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1566 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 54311.0 + } } #under British rule 1836 (3620000) #Jubbulpore (3024000/756000 POPS) 1275 = { - aristocrats = { - culture = marathi - religion = hindu - size = 7725.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 7210.0 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 875.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7595.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1725 - - } - - farmers = { - culture = marathi - religion = hindu - size = 688709.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 257.5 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 51.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 257 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 26728.5 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25.75 - } + aristocrats = { + culture = marathi + religion = hindu + size = 7725.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 7210.0 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 875.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7595.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1725 + + } + + farmers = { + culture = marathi + religion = hindu + size = 688709.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 257.5 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 51.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 257 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 26728.5 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25.75 + } } #Hoshangabad (596000/149000 POPS) 1276 = { - aristocrats = { - culture = marathi - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1545.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7725.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 1545 - - } - - farmers = { - culture = marathi - religion = hindu - size = 128750.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 103.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 618.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 103 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 11536.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1545.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7725.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 1545 + + } + + farmers = { + culture = marathi + religion = hindu + size = 128750.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 103.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 618.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 103 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 11536.0 + } } #Nagpur Region (5028000) #Under Rule of Nagpur 1836 (3324000) #Nagpur (1848000/462000 POPS) 1277 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3862.5 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 1184.5 - } - - officers = { - culture = marathi - religion = hindu - size = 772.5 - } - - clergymen = { - culture = marathi - religion = hindu - size = 3862.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7510.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 862 - - } - - farmers = { - culture = marathi - religion = hindu - size = 347985.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 360.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 360 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 29149.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 669.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 618.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2060.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 669 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 58813.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3862.5 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 1184.5 + } + + officers = { + culture = marathi + religion = hindu + size = 772.5 + } + + clergymen = { + culture = marathi + religion = hindu + size = 3862.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7510.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 862 + + } + + farmers = { + culture = marathi + religion = hindu + size = 347985.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 360.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 360 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 29149.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 669.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 618.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2060.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 669 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 58813.0 + } } #Raipur (804000/201000 POPS) 1280 = { - aristocrats = { - culture = marathi - religion = hindu - size = 875.5 - } - - clergymen = { - culture = marathi - religion = hindu - size = 824.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7210.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 824 - - } - - farmers = { - culture = marathi - religion = hindu - size = 72666.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 1287.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 1261.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3141.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1287 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 117651.75 - } + aristocrats = { + culture = marathi + religion = hindu + size = 875.5 + } + + clergymen = { + culture = marathi + religion = hindu + size = 824.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7210.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 824 + + } + + farmers = { + culture = marathi + religion = hindu + size = 72666.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 1287.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 1261.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3141.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1287 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 117651.75 + } } #Bilsapur (672000/168000 POPS) 1281 = { - aristocrats = { - culture = marathi - religion = hindu - size = 875.5 - } - - clergymen = { - culture = marathi - religion = hindu - size = 875.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 5150.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 1030 - - } - - farmers = { - culture = marathi - religion = hindu - size = 76529.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 875.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 875.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 3502.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 875 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 82451.5 - } + aristocrats = { + culture = marathi + religion = hindu + size = 875.5 + } + + clergymen = { + culture = marathi + religion = hindu + size = 875.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 5150.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 1030 + + } + + farmers = { + culture = marathi + religion = hindu + size = 76529.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 875.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 875.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 3502.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 875 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 82451.5 + } } #Under rule of Hyderabad 1836 #Amaraoti (1268000/317000 POPS) 1278 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3090.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 3090.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 7725.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 290 - - } - - farmers = { - culture = marathi - religion = hindu - size = 288715.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 206.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 309 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 11845.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3090.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 3090.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 7725.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 290 + + } + + farmers = { + culture = marathi + religion = hindu + size = 288715.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 206.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 309 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 11845.0 + } } #Under Rule of Bastar 1836 #Jagdalpur (436000/109000 POPS) 1279 = { - aristocrats = { - culture = telegu - religion = hindu - size = 772.5 - } - - officers = { - culture = telegu - religion = hindu - size = 103.0 - } - - bureaucrats = { - culture = telegu - religion = hindu - size = 103.0 - } - - clergymen = { - culture = telegu - religion = hindu - size = 669.5 - } - - artisans = { - culture = telegu - religion = hindu - size = 3090.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 1210 - - } - - farmers = { - culture = telegu - religion = hindu - size = 61182.0 - } - - clergymen = { - culture = telegu - religion = sunni - size = 51.5 - } - - artisans = { - culture = telegu - religion = sunni - size = 1545.0 - } - - farmers = { - culture = telegu - religion = sunni - size = 4635.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 412.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 360.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1030.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 412 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 34865.5 - } + aristocrats = { + culture = telegu + religion = hindu + size = 772.5 + } + + officers = { + culture = telegu + religion = hindu + size = 103.0 + } + + bureaucrats = { + culture = telegu + religion = hindu + size = 103.0 + } + + clergymen = { + culture = telegu + religion = hindu + size = 669.5 + } + + artisans = { + culture = telegu + religion = hindu + size = 3090.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 1210 + + } + + farmers = { + culture = telegu + religion = hindu + size = 61182.0 + } + + clergymen = { + culture = telegu + religion = sunni + size = 51.5 + } + + artisans = { + culture = telegu + religion = sunni + size = 1545.0 + } + + farmers = { + culture = telegu + religion = sunni + size = 4635.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 412.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 360.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1030.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 412 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 34865.5 + } } #Under Native Rule 1836 #Raigarh (548000/137000 POPS) #Ruled by Raigarh 1282 = { - aristocrats = { - culture = kanauji - religion = hindu - size = 1158.75 - } - - bureaucrats = { - culture = kanauji - religion = hindu - size = 128.75 - } - - clergymen = { - culture = kanauji - religion = hindu - size = 1081.5 - } - - artisans = { - culture = kanauji - religion = hindu - size = 5150.0 - } - - soldiers = { - culture = kanauji - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kanauji - religion = hindu - size= 133 - - } - - farmers = { - culture = kanauji - religion = hindu - size = 98528.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 360.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 309.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 2060.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1360 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 29900.0 - } + aristocrats = { + culture = kanauji + religion = hindu + size = 1158.75 + } + + bureaucrats = { + culture = kanauji + religion = hindu + size = 128.75 + } + + clergymen = { + culture = kanauji + religion = hindu + size = 1081.5 + } + + artisans = { + culture = kanauji + religion = hindu + size = 5150.0 + } + + soldiers = { + culture = kanauji + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kanauji + religion = hindu + size= 133 + + } + + farmers = { + culture = kanauji + religion = hindu + size = 98528.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 360.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 309.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 2060.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1360 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 29900.0 + } } #Hyderabad Region (6396000) #Under the Rule of Hyderabad 1836 #Hyderabad (1756000/439000 POPS) 1283 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3090.0 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3347.5 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 2660.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 605 - - } - - farmers = { - culture = telegu - religion = hindu - size = 348397.5 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1287.5 - } - - bureaucrats = { - culture = avadhi - religion = sunni - size = 2317.5 - } - - officers = { - culture = avadhi - religion = sunni - size = 2060.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 643.75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 7080.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1210 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 14291.25 - } - - aristocrats = { - culture = avadhi - religion = shiite - size = 51.5 - } - - clergymen = { - culture = avadhi - religion = shiite - size = 51.5 - } - - artisans = { - culture = avadhi - religion = shiite - size = 4120.0 - } - - soldiers = { - culture = avadhi - religion = shiite - size= 77 - - } - - farmers = { - culture = avadhi - religion = shiite - size = 1890.05 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3090.0 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3347.5 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 2660.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 605 + + } + + farmers = { + culture = telegu + religion = hindu + size = 348397.5 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1287.5 + } + + bureaucrats = { + culture = avadhi + religion = sunni + size = 2317.5 + } + + officers = { + culture = avadhi + religion = sunni + size = 2060.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 643.75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 7080.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1210 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 14291.25 + } + + aristocrats = { + culture = avadhi + religion = shiite + size = 51.5 + } + + clergymen = { + culture = avadhi + religion = shiite + size = 51.5 + } + + artisans = { + culture = avadhi + religion = shiite + size = 4120.0 + } + + soldiers = { + culture = avadhi + religion = shiite + size= 77 + + } + + farmers = { + culture = avadhi + religion = shiite + size = 1890.05 + } } #Aurangabad (1244000/311000 POPS) 1284 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2060.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2317.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 7725.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1575 - - } - - farmers = { - culture = marathi - religion = hindu - size = 252242.5 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 927.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 515.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1721 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 37007.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2060.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2317.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 7725.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1575 + + } + + farmers = { + culture = marathi + religion = hindu + size = 252242.5 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 927.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 515.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1721 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 37007.0 + } } #Nizamabad (1052000/263000 POPS) 1285 = { - aristocrats = { - culture = marathi - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1802.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 6695.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 1260 - - } - - farmers = { - culture = marathi - religion = hindu - size = 209400.5 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 515.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 7210.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 1824 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 33711.0 - } + aristocrats = { + culture = marathi + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1802.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 6695.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 1260 + + } + + farmers = { + culture = marathi + religion = hindu + size = 209400.5 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 515.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 7210.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 1824 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 33711.0 + } } #Gulbarga (784000/196000 POPS) 1286 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1545.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 5150.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 854 - - } - - farmers = { - culture = kannada - religion = hindu - size = 179589.0 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 206.0 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 128.75 - } - - artisans = { - culture = avadhi - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 154 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 4660.75 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1545.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 5150.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 854 + + } + + farmers = { + culture = kannada + religion = hindu + size = 179589.0 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 206.0 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 128.75 + } + + artisans = { + culture = avadhi + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 154 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 4660.75 + } } #Warangal (1560000/390000 POPS) 1287 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3347.5 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3424.75 - } - - artisans = { - culture = telegu - religion = hindu - size = 9785.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 1605 - - } - - farmers = { - culture = telegu - religion = hindu - size = 357954.75 - } - - aristocrats = { - culture = avadhi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = avadhi - religion = sunni - size = 154.5 - } - - artisans = { - culture = avadhi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = avadhi - religion = sunni - size = 300.0 - } - - soldiers = { - culture = avadhi - religion = sunni - size= 257 - - } - - farmers = { - culture = avadhi - religion = sunni - size = 5510.5 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3347.5 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3424.75 + } + + artisans = { + culture = telegu + religion = hindu + size = 9785.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 1605 + + } + + farmers = { + culture = telegu + religion = hindu + size = 357954.75 + } + + aristocrats = { + culture = avadhi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = avadhi + religion = sunni + size = 154.5 + } + + artisans = { + culture = avadhi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = avadhi + religion = sunni + size = 300.0 + } + + soldiers = { + culture = avadhi + religion = sunni + size= 257 + + } + + farmers = { + culture = avadhi + religion = sunni + size = 5510.5 + } } #Sind Region (1864000) #Under rule of Sind in 1836 #Karachi (920000/230000 POPS) 1288 = { - aristocrats = { - culture = sindi - religion = sunni - size = 1957.0 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 824.0 - } - - officers = { - culture = sindi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1931.25 - } - - artisans = { - culture = sindi - religion = sunni - size = 9270.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = sindi - religion = sunni - size= 1120 - - } - - farmers = { - culture = sindi - religion = sunni - size = 169048.75 - } - - aristocrats = { - culture = sindi - religion = shiite - size = 51.5 - } - - clergymen = { - culture = sindi - religion = shiite - size = 51.5 - } - - artisans = { - culture = sindi - religion = shiite - size = 309.0 - } - - soldiers = { - culture = sindi - religion = shiite - size= 51 - - } - - farmers = { - culture = sindi - religion = shiite - size = 5819.5 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 360.5 - } - - clergymen = { - culture = sindi - religion = hindu - size = 386.25 - } - - artisans = { - culture = sindi - religion = hindu - size = 2060.0 - } - - farmers = { - culture = sindi - religion = hindu - size = 40453.25 - } + aristocrats = { + culture = sindi + religion = sunni + size = 1957.0 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 824.0 + } + + officers = { + culture = sindi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1931.25 + } + + artisans = { + culture = sindi + religion = sunni + size = 9270.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = sindi + religion = sunni + size= 1120 + + } + + farmers = { + culture = sindi + religion = sunni + size = 169048.75 + } + + aristocrats = { + culture = sindi + religion = shiite + size = 51.5 + } + + clergymen = { + culture = sindi + religion = shiite + size = 51.5 + } + + artisans = { + culture = sindi + religion = shiite + size = 309.0 + } + + soldiers = { + culture = sindi + religion = shiite + size= 51 + + } + + farmers = { + culture = sindi + religion = shiite + size = 5819.5 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 360.5 + } + + clergymen = { + culture = sindi + religion = hindu + size = 386.25 + } + + artisans = { + culture = sindi + religion = hindu + size = 2060.0 + } + + farmers = { + culture = sindi + religion = hindu + size = 40453.25 + } } #Sukkur (348000/87000 POPS) 1289 = { - aristocrats = { - culture = sindi - religion = sunni - size = 875.5 - } - - clergymen = { - culture = sindi - religion = sunni - size = 875.5 - } - - artisans = { - culture = sindi - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = sindi - religion = sunni - size= 1120 - - } - - farmers = { - culture = sindi - religion = sunni - size = 75499.0 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 25.75 - } - - clergymen = { - culture = sindi - religion = hindu - size = 77.25 - } - - artisans = { - culture = sindi - religion = hindu - size = 206.0 - } - - farmers = { - culture = sindi - religion = hindu - size = 3811.0 - } + aristocrats = { + culture = sindi + religion = sunni + size = 875.5 + } + + clergymen = { + culture = sindi + religion = sunni + size = 875.5 + } + + artisans = { + culture = sindi + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = sindi + religion = sunni + size= 1120 + + } + + farmers = { + culture = sindi + religion = sunni + size = 75499.0 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 25.75 + } + + clergymen = { + culture = sindi + religion = hindu + size = 77.25 + } + + artisans = { + culture = sindi + religion = hindu + size = 206.0 + } + + farmers = { + culture = sindi + religion = hindu + size = 3811.0 + } } #Umarkot (596000/149000 POPS) 1290 = { - aristocrats = { - culture = sindi - religion = sunni - size = 1390.5 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1390.5 - } - - artisans = { - culture = sindi - religion = sunni - size = 6952.5 - } - - soldiers = { - culture = sindi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = sindi - religion = sunni - size= 1120 - - } - - farmers = { - culture = sindi - religion = sunni - size = 136681.0 - } - - aristocrats = { - culture = sindi - religion = hindu - size = 128.75 - } - - clergymen = { - culture = sindi - religion = hindu - size = 128.75 - } - - artisans = { - culture = sindi - religion = hindu - size = 824.0 - } - - farmers = { - culture = sindi - religion = hindu - size = 15398.5 - } + aristocrats = { + culture = sindi + religion = sunni + size = 1390.5 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1390.5 + } + + artisans = { + culture = sindi + religion = sunni + size = 6952.5 + } + + soldiers = { + culture = sindi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = sindi + religion = sunni + size= 1120 + + } + + farmers = { + culture = sindi + religion = sunni + size = 136681.0 + } + + aristocrats = { + culture = sindi + religion = hindu + size = 128.75 + } + + clergymen = { + culture = sindi + religion = hindu + size = 128.75 + } + + artisans = { + culture = sindi + religion = hindu + size = 824.0 + } + + farmers = { + culture = sindi + religion = hindu + size = 15398.5 + } } #Gujarat (7812000) #Under British Rule 1836 (2064000) #Ahmadabad (992000/248000 POPS) 1291 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 2060.0 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 2060.0 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 360.5 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 5450.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 2060 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 174739.5 - } - - clergymen = { - culture = gujarati - religion = animist - size = 412.0 - } - - artisans = { - culture = gujarati - religion = animist - size = 3090.0 - } - - farmers = { - culture = gujarati - religion = animist - size = 18952.0 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = sindi - religion = sunni - size = 386.25 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 51.5 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 3390.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 515 - - } - - farmers = { - culture = sindi - religion = sunni - size = 21398.25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 10.3 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 2060.0 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 2060.0 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 360.5 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 5450.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 2060 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 174739.5 + } + + clergymen = { + culture = gujarati + religion = animist + size = 412.0 + } + + artisans = { + culture = gujarati + religion = animist + size = 3090.0 + } + + farmers = { + culture = gujarati + religion = animist + size = 18952.0 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = sindi + religion = sunni + size = 386.25 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 51.5 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 3390.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 515 + + } + + farmers = { + culture = sindi + religion = sunni + size = 21398.25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 10.3 + } } #Surat (1072000/268000 POPS) 1296 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 2575.0 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 3090.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 4420.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 2575 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 218360.0 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 772.5 - } - - clergymen = { - culture = sindi - religion = sunni - size = 386.25 - } - - artisans = { - culture = sindi - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 515 - - } - - farmers = { - culture = sindi - religion = sunni - size = 25106.25 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 2575.0 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 3090.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 4420.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 2575 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 218360.0 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 772.5 + } + + clergymen = { + culture = sindi + religion = sunni + size = 386.25 + } + + artisans = { + culture = sindi + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 515 + + } + + farmers = { + culture = sindi + religion = sunni + size = 25106.25 + } } #Under Rule of Beroda 1836 (3396000) #Patan (1816000/454000 POPS) 1294 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 4635.0 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 4635.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 1630.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 1635 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 422995.0 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = sindi - religion = sunni - size = 77.25 - } - - artisans = { - culture = sindi - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 51 - - } - - farmers = { - culture = sindi - religion = sunni - size = 875.5 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 4635.0 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 4635.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 1630.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 1635 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 422995.0 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = sindi + religion = sunni + size = 77.25 + } + + artisans = { + culture = sindi + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 51 + + } + + farmers = { + culture = sindi + religion = sunni + size = 875.5 + } } #Beroda (1580000/395000 POPS) 1295 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 4120.0 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 927.0 - } - - officers = { - culture = gujarati - religion = hindu - size = 824.0 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 4120.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 6480.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 1300 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 364929.0 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = sindi - religion = sunni - size = 51.5 - } - - artisans = { - culture = sindi - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 51 - - } - - farmers = { - culture = sindi - religion = sunni - size = 1905.5 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 4120.0 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 927.0 + } + + officers = { + culture = gujarati + religion = hindu + size = 824.0 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 4120.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 6480.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 1300 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 364929.0 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = sindi + religion = sunni + size = 51.5 + } + + artisans = { + culture = sindi + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 51 + + } + + farmers = { + culture = sindi + religion = sunni + size = 1905.5 + } } #Under Native Rule 1836 #Rajkot (2040000/510000 POPS) 1292 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 5150.0 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 515.0 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 5150.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 10000.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 3390.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 1150 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 460045.0 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = sindi - religion = sunni - size = 309.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 2360.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 309 - - } - - farmers = { - culture = sindi - religion = sunni - size = 17716.0 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 5150.0 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 515.0 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 5150.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 10000.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 3390.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 1150 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 460045.0 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = sindi + religion = sunni + size = 309.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 2360.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 309 + + } + + farmers = { + culture = sindi + religion = sunni + size = 17716.0 + } } #Mandvi (312000/78000 POPS) 1293 = { - aristocrats = { - culture = gujarati - religion = hindu - size = 746.75 - } - - bureaucrats = { - culture = gujarati - religion = hindu - size = 77.25 - } - - clergymen = { - culture = gujarati - religion = hindu - size = 721.0 - } - - artisans = { - culture = gujarati - religion = hindu - size = 2575.0 - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 3000 - - } - - soldiers = { - culture = gujarati - religion = hindu - size= 1210 - - } - - farmers = { - culture = gujarati - religion = hindu - size = 60821.5 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = sindi - religion = sunni - size = 72.10000000000001 - } - - artisans = { - culture = sindi - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 77 - - } - - farmers = { - culture = sindi - religion = sunni - size = 5953.400000000001 - } + aristocrats = { + culture = gujarati + religion = hindu + size = 746.75 + } + + bureaucrats = { + culture = gujarati + religion = hindu + size = 77.25 + } + + clergymen = { + culture = gujarati + religion = hindu + size = 721.0 + } + + artisans = { + culture = gujarati + religion = hindu + size = 2575.0 + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 3000 + + } + + soldiers = { + culture = gujarati + religion = hindu + size= 1210 + + } + + farmers = { + culture = gujarati + religion = hindu + size = 60821.5 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = sindi + religion = sunni + size = 72.10000000000001 + } + + artisans = { + culture = sindi + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 77 + + } + + farmers = { + culture = sindi + religion = sunni + size = 5953.400000000001 + } } #Bombay Presidency Region : 7848000 #under rule of Britain 1836 #Bombay (2680000/670000 POPS) 1297 = { - aristocrats = { - culture = marathi - religion = hindu - size = 6180.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 5665.0 - } - - bureaucrats = { - culture = marathi - religion = hindu - size = 1545.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 5320.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 2150 - - } - - farmers = { - culture = marathi - religion = hindu - size = 432600.0 - } - - artisans = { - culture = sindi - religion = jewish - size = 1030.0 - } - - clergymen = { - culture = marathi - religion = catholic - size = 51.5 - } - - artisans = { - culture = marathi - religion = catholic - size = 2008.5 - } - - farmers = { - culture = marathi - religion = catholic - size = 2060.0 - } - - clergymen = { - culture = gujarati - religion = animist - size = 643.75 - } - - artisans = { - culture = gujarati - religion = animist - size = 8240.0 - } - - farmers = { - culture = gujarati - religion = animist - size = 39268.75 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 515.0 - } - - clergymen = { - culture = sindi - religion = sunni - size = 1287.5 - } - - bureaucrats = { - culture = sindi - religion = sunni - size = 515.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = sindi - religion = sunni - size = 6780.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 1545 - - } - - farmers = { - culture = sindi - religion = sunni - size = 100167.5 - } - - clergymen = { - culture = sindi - religion = shiite - size = 51.5 - } - - artisans = { - culture = sindi - religion = shiite - size = 3991.25 - } - - farmers = { - culture = sindi - religion = shiite - size = 2137.25 - } - - aristocrats = { - culture = british - religion = protestant - size = 1158.75 - } - - bureaucrats = { - culture = british - religion = protestant - size = 257.5 - } - - officers = { - culture = british - religion = protestant - size = 515.0 - } - - clergymen = { - culture = british - religion = protestant - size = 128.75 - } - - soldiers = { - culture = british - religion = protestant - size= 3000 - - } - - soldiers = { - culture = british - religion = protestant - size= 90 - - } + aristocrats = { + culture = marathi + religion = hindu + size = 6180.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 5665.0 + } + + bureaucrats = { + culture = marathi + religion = hindu + size = 1545.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 5320.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 2150 + + } + + farmers = { + culture = marathi + religion = hindu + size = 432600.0 + } + + artisans = { + culture = sindi + religion = jewish + size = 1030.0 + } + + clergymen = { + culture = marathi + religion = catholic + size = 51.5 + } + + artisans = { + culture = marathi + religion = catholic + size = 2008.5 + } + + farmers = { + culture = marathi + religion = catholic + size = 2060.0 + } + + clergymen = { + culture = gujarati + religion = animist + size = 643.75 + } + + artisans = { + culture = gujarati + religion = animist + size = 8240.0 + } + + farmers = { + culture = gujarati + religion = animist + size = 39268.75 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 515.0 + } + + clergymen = { + culture = sindi + religion = sunni + size = 1287.5 + } + + bureaucrats = { + culture = sindi + religion = sunni + size = 515.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = sindi + religion = sunni + size = 6780.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 1545 + + } + + farmers = { + culture = sindi + religion = sunni + size = 100167.5 + } + + clergymen = { + culture = sindi + religion = shiite + size = 51.5 + } + + artisans = { + culture = sindi + religion = shiite + size = 3991.25 + } + + farmers = { + culture = sindi + religion = shiite + size = 2137.25 + } + + aristocrats = { + culture = british + religion = protestant + size = 1158.75 + } + + bureaucrats = { + culture = british + religion = protestant + size = 257.5 + } + + officers = { + culture = british + religion = protestant + size = 515.0 + } + + clergymen = { + culture = british + religion = protestant + size = 128.75 + } + + soldiers = { + culture = british + religion = protestant + size= 3000 + + } + + soldiers = { + culture = british + religion = protestant + size= 90 + + } } #Nasik (796000/199000 POPS) 1298 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2060.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 1287.5 - } - - artisans = { - culture = marathi - religion = hindu - size = 5150.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 2060 - - } - - farmers = { - culture = marathi - religion = hindu - size = 187202.5 - } - - aristocrats = { - culture = sindi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = sindi - religion = sunni - size = 77.25 - } - - artisans = { - culture = sindi - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = sindi - religion = sunni - size= 103 - - } - - farmers = { - culture = sindi - religion = sunni - size = 4918.25 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2060.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 1287.5 + } + + artisans = { + culture = marathi + religion = hindu + size = 5150.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 2060 + + } + + farmers = { + culture = marathi + religion = hindu + size = 187202.5 + } + + aristocrats = { + culture = sindi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = sindi + religion = sunni + size = 77.25 + } + + artisans = { + culture = sindi + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = sindi + religion = sunni + size= 103 + + } + + farmers = { + culture = sindi + religion = sunni + size = 4918.25 + } } #Poona (1196000/299000 POPS) 1299 = { - aristocrats = { - culture = marathi - religion = hindu - size = 3090.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2575.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 600.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 3000 - - } - - soldiers = { - culture = marathi - religion = hindu - size= 90 - - } - - farmers = { - culture = marathi - religion = hindu - size = 263165.0 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 206.0 - } - - clergymen = { - culture = kannada - religion = sunni - size = 180.25 - } - - artisans = { - culture = kannada - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 257 - - } - - farmers = { - culture = kannada - religion = sunni - size = 9656.25 - } + aristocrats = { + culture = marathi + religion = hindu + size = 3090.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2575.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 600.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 3000 + + } + + soldiers = { + culture = marathi + religion = hindu + size= 90 + + } + + farmers = { + culture = marathi + religion = hindu + size = 263165.0 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 206.0 + } + + clergymen = { + culture = kannada + religion = sunni + size = 180.25 + } + + artisans = { + culture = kannada + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 257 + + } + + farmers = { + culture = kannada + religion = sunni + size = 9656.25 + } } #Bijapur (1044000/261000 POPS) 1300 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2575.0 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2575.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 10000.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 300.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 2575 - - } - - farmers = { - culture = marathi - religion = hindu - size = 233295.0 - } - - farmers = { - culture = marathi - religion = catholic - size = 9270.0 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 103.0 - } - - artisans = { - culture = kannada - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 103 - - } - - farmers = { - culture = kannada - religion = sunni - size = 4892.5 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2575.0 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2575.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 10000.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 300.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 2575 + + } + + farmers = { + culture = marathi + religion = hindu + size = 233295.0 + } + + farmers = { + culture = marathi + religion = catholic + size = 9270.0 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 103.0 + } + + artisans = { + culture = kannada + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 103 + + } + + farmers = { + culture = kannada + religion = sunni + size = 4892.5 + } } #Kolhapur (880000/220000 POPS) 1301 = { - aristocrats = { - culture = marathi - religion = hindu - size = 2317.5 - } - - clergymen = { - culture = marathi - religion = hindu - size = 2575.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 8240.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 2317 - - } - - farmers = { - culture = marathi - religion = hindu - size = 203940.0 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 77.25 - } - - artisans = { - culture = kannada - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 103 - - } - - farmers = { - culture = kannada - religion = sunni - size = 3888.25 - } + aristocrats = { + culture = marathi + religion = hindu + size = 2317.5 + } + + clergymen = { + culture = marathi + religion = hindu + size = 2575.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 8240.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 2317 + + } + + farmers = { + culture = marathi + religion = hindu + size = 203940.0 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 77.25 + } + + artisans = { + culture = kannada + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 103 + + } + + farmers = { + culture = kannada + religion = sunni + size = 3888.25 + } } #Belgaum (1252000/313000 POPS) 1302 = { - aristocrats = { - culture = kannada - religion = hindu - size = 3090.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 3090.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 300.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 2832 - - } - - farmers = { - culture = kannada - religion = hindu - size = 256727.5 - } - - clergymen = { - culture = gujarati - religion = animist - size = 360.5 - } - - artisans = { - culture = gujarati - religion = animist - size = 5150.0 - } - - farmers = { - culture = gujarati - religion = animist - size = 14780.5 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kannada - religion = sunni - size = 257.5 - } - - artisans = { - culture = kannada - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 257 - - } - - farmers = { - culture = kannada - religion = sunni - size = 20033.5 - } + aristocrats = { + culture = kannada + religion = hindu + size = 3090.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 3090.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 300.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 2832 + + } + + farmers = { + culture = kannada + religion = hindu + size = 256727.5 + } + + clergymen = { + culture = gujarati + religion = animist + size = 360.5 + } + + artisans = { + culture = gujarati + religion = animist + size = 5150.0 + } + + farmers = { + culture = gujarati + religion = animist + size = 14780.5 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kannada + religion = sunni + size = 257.5 + } + + artisans = { + culture = kannada + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 257 + + } + + farmers = { + culture = kannada + religion = sunni + size = 20033.5 + } } #Ruled by Portugal in 1836 #1303 - Goa (235000/58750 POPS) 1303 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 154.5 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 25.75 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 51.5 - } - - artisans = { - culture = portuguese - religion = catholic - size = 515.0 - } - - soldiers = { - culture = portuguese - religion = catholic - size= 25 - - } - - aristocrats = { - culture = marathi - religion = catholic - size = 463.5 - } - - bureaucrats = { - culture = marathi - religion = catholic - size = 77.25 - } - - clergymen = { - culture = marathi - religion = catholic - size = 463.5 - } - - artisans = { - culture = marathi - religion = catholic - size = 2369.0 - } - - soldiers = { - culture = marathi - religion = catholic - size= 1030 - - } - - farmers = { - culture = marathi - religion = catholic - size = 45036.75 - } - - clergymen = { - culture = marathi - religion = hindu - size = 103.0 - } - - artisans = { - culture = marathi - religion = hindu - size = 515.0 - } - - soldiers = { - culture = marathi - religion = hindu - size= 103 - - } - - farmers = { - culture = marathi - religion = hindu - size = 9579.0 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 154.5 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 25.75 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 51.5 + } + + artisans = { + culture = portuguese + religion = catholic + size = 515.0 + } + + soldiers = { + culture = portuguese + religion = catholic + size= 25 + + } + + aristocrats = { + culture = marathi + religion = catholic + size = 463.5 + } + + bureaucrats = { + culture = marathi + religion = catholic + size = 77.25 + } + + clergymen = { + culture = marathi + religion = catholic + size = 463.5 + } + + artisans = { + culture = marathi + religion = catholic + size = 2369.0 + } + + soldiers = { + culture = marathi + religion = catholic + size= 1030 + + } + + farmers = { + culture = marathi + religion = catholic + size = 45036.75 + } + + clergymen = { + culture = marathi + religion = hindu + size = 103.0 + } + + artisans = { + culture = marathi + religion = hindu + size = 515.0 + } + + soldiers = { + culture = marathi + religion = hindu + size= 103 + + } + + farmers = { + culture = marathi + religion = hindu + size = 9579.0 + } } #North Circars Region - 5308000 #under rule of Britain 1836 #Vizagapatnam (1260000/315000 POPS) 1305 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3090.0 - } - - bureaucrats = { - culture = telegu - religion = hindu - size = 5150.0 - } - - clergymen = { - culture = telegu - religion = hindu - size = 3862.5 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 3390.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 605 - - } - - farmers = { - culture = telegu - religion = hindu - size = 292262.5 - } - - artisans = { - culture = telegu - religion = sunni - size = 2060.0 - } - - farmers = { - culture = telegu - religion = sunni - size = 1030.0 - } - - bureaucrats = { - culture = british - religion = protestant - size = 77.25 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3090.0 + } + + bureaucrats = { + culture = telegu + religion = hindu + size = 5150.0 + } + + clergymen = { + culture = telegu + religion = hindu + size = 3862.5 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 3390.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 605 + + } + + farmers = { + culture = telegu + religion = hindu + size = 292262.5 + } + + artisans = { + culture = telegu + religion = sunni + size = 2060.0 + } + + farmers = { + culture = telegu + religion = sunni + size = 1030.0 + } + + bureaucrats = { + culture = british + religion = protestant + size = 77.25 + } } #Masulipatnam (1736000/434000 POPS) 1306 = { - aristocrats = { - culture = telegu - religion = hindu - size = 5150.0 - } - - clergymen = { - culture = telegu - religion = hindu - size = 4635.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 10000.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 4420.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 1635 - - } - - farmers = { - culture = telegu - religion = hindu - size = 406850.0 - } - - aristocrats = { - culture = telegu - religion = sunni - size = 103.0 - } - - clergymen = { - culture = telegu - religion = sunni - size = 180.25 - } - - artisans = { - culture = telegu - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = telegu - religion = sunni - size= 154 - - } - - farmers = { - culture = telegu - religion = sunni - size = 5742.25 - } + aristocrats = { + culture = telegu + religion = hindu + size = 5150.0 + } + + clergymen = { + culture = telegu + religion = hindu + size = 4635.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 10000.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 4420.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 1635 + + } + + farmers = { + culture = telegu + religion = hindu + size = 406850.0 + } + + aristocrats = { + culture = telegu + religion = sunni + size = 103.0 + } + + clergymen = { + culture = telegu + religion = sunni + size = 180.25 + } + + artisans = { + culture = telegu + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = telegu + religion = sunni + size= 154 + + } + + farmers = { + culture = telegu + religion = sunni + size = 5742.25 + } } #Nellore (1056000/264000 POPS) 1307 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3605.0 - } - - clergymen = { - culture = telegu - religion = hindu - size = 2575.0 - } - - artisans = { - culture = telegu - religion = hindu - size = 7210.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 2575 - - } - - farmers = { - culture = telegu - religion = hindu - size = 241535.0 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kannada - religion = sunni - size = 128.75 - } - - artisans = { - culture = kannada - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 154 - - } - - farmers = { - culture = kannada - religion = sunni - size = 6823.75 - } - - farmers = { - culture = kannada - religion = shiite - size = 1030.0 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3605.0 + } + + clergymen = { + culture = telegu + religion = hindu + size = 2575.0 + } + + artisans = { + culture = telegu + religion = hindu + size = 7210.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 2575 + + } + + farmers = { + culture = telegu + religion = hindu + size = 241535.0 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kannada + religion = sunni + size = 128.75 + } + + artisans = { + culture = kannada + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 154 + + } + + farmers = { + culture = kannada + religion = sunni + size = 6823.75 + } + + farmers = { + culture = kannada + religion = shiite + size = 1030.0 + } } #Kurnool (1256000/314000 POPS) 1308 = { - aristocrats = { - culture = telegu - religion = hindu - size = 3347.5 - } - - clergymen = { - culture = telegu - religion = hindu - size = 2961.25 - } - - artisans = { - culture = telegu - religion = hindu - size = 9270.0 - } - - soldiers = { - culture = telegu - religion = hindu - size= 3000 - - } - - soldiers = { - culture = telegu - religion = hindu - size= 90 - - } - - farmers = { - culture = telegu - religion = hindu - size = 273851.25 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 334.75 - } - - artisans = { - culture = kannada - religion = sunni - size = 7210.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 309 - - } - - farmers = { - culture = kannada - religion = sunni - size = 22891.75 - } + aristocrats = { + culture = telegu + religion = hindu + size = 3347.5 + } + + clergymen = { + culture = telegu + religion = hindu + size = 2961.25 + } + + artisans = { + culture = telegu + religion = hindu + size = 9270.0 + } + + soldiers = { + culture = telegu + religion = hindu + size= 3000 + + } + + soldiers = { + culture = telegu + religion = hindu + size= 90 + + } + + farmers = { + culture = telegu + religion = hindu + size = 273851.25 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 334.75 + } + + artisans = { + culture = kannada + religion = sunni + size = 7210.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 309 + + } + + farmers = { + culture = kannada + religion = sunni + size = 22891.75 + } } #Madras Presidency Region : 9780000 #under rule of Britain 1836 #Madras (4496000/1124000 POPS) 1304 = { - aristocrats = { - culture = tamil - religion = hindu - size = 10300.0 - } - - clergymen = { - culture = tamil - religion = hindu - size = 10300.0 - } - - bureaucrats = { - culture = tamil - religion = hindu - size = 2060.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 1200.0 - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 1300 - - } - - farmers = { - culture = tamil - religion = hindu - size = 880650.0 - } - - clergymen = { - culture = tamil - religion = catholic - size = 128.75 - } - - artisans = { - culture = tamil - religion = catholic - size = 1802.5 - } - - farmers = { - culture = tamil - religion = catholic - size = 16608.75 - } - - clergymen = { - culture = tamil - religion = protestant - size = 128.75 - } - - artisans = { - culture = tamil - religion = protestant - size = 1802.5 - } - - farmers = { - culture = tamil - religion = protestant - size = 13518.75 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = kannada - religion = sunni - size = 1545.0 - } - - bureaucrats = { - culture = kannada - religion = sunni - size = 515.0 - } - - artisans = { - culture = kannada - religion = sunni - size = 10000.0 - } - - artisans = { - culture = kannada - religion = sunni - size = 6480.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 1545 - - } - - farmers = { - culture = kannada - religion = sunni - size = 142655.0 - } - - aristocrats = { - culture = british - religion = protestant - size = 1416.25 - } - - clergymen = { - culture = british - religion = protestant - size = 386.25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 257.5 - } - - soldiers = { - culture = british - religion = protestant - size= 3000 - - } - - soldiers = { - culture = british - religion = protestant - size= 90 - - } + aristocrats = { + culture = tamil + religion = hindu + size = 10300.0 + } + + clergymen = { + culture = tamil + religion = hindu + size = 10300.0 + } + + bureaucrats = { + culture = tamil + religion = hindu + size = 2060.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 1200.0 + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 1300 + + } + + farmers = { + culture = tamil + religion = hindu + size = 880650.0 + } + + clergymen = { + culture = tamil + religion = catholic + size = 128.75 + } + + artisans = { + culture = tamil + religion = catholic + size = 1802.5 + } + + farmers = { + culture = tamil + religion = catholic + size = 16608.75 + } + + clergymen = { + culture = tamil + religion = protestant + size = 128.75 + } + + artisans = { + culture = tamil + religion = protestant + size = 1802.5 + } + + farmers = { + culture = tamil + religion = protestant + size = 13518.75 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = kannada + religion = sunni + size = 1545.0 + } + + bureaucrats = { + culture = kannada + religion = sunni + size = 515.0 + } + + artisans = { + culture = kannada + religion = sunni + size = 10000.0 + } + + artisans = { + culture = kannada + religion = sunni + size = 6480.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 1545 + + } + + farmers = { + culture = kannada + religion = sunni + size = 142655.0 + } + + aristocrats = { + culture = british + religion = protestant + size = 1416.25 + } + + clergymen = { + culture = british + religion = protestant + size = 386.25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 257.5 + } + + soldiers = { + culture = british + religion = protestant + size= 3000 + + } + + soldiers = { + culture = british + religion = protestant + size= 90 + + } } #Tanjore (1448000/362000 POPS) 1309 = { - aristocrats = { - culture = tamil - religion = hindu - size = 3605.0 - } - - clergymen = { - culture = tamil - religion = hindu - size = 3862.5 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 3390.0 - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 605 - - } - - farmers = { - culture = tamil - religion = hindu - size = 332947.5 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 103.0 - } - - clergymen = { - culture = tamil - religion = sunni - size = 180.25 - } - - artisans = { - culture = tamil - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = tamil - religion = sunni - size= 257 - - } - - farmers = { - culture = tamil - religion = sunni - size = 9759.25 - } + aristocrats = { + culture = tamil + religion = hindu + size = 3605.0 + } + + clergymen = { + culture = tamil + religion = hindu + size = 3862.5 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 3390.0 + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 605 + + } + + farmers = { + culture = tamil + religion = hindu + size = 332947.5 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 103.0 + } + + clergymen = { + culture = tamil + religion = sunni + size = 180.25 + } + + artisans = { + culture = tamil + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = tamil + religion = sunni + size= 257 + + } + + farmers = { + culture = tamil + religion = sunni + size = 9759.25 + } } #Madurai (1720000/430000 POPS) 1310 = { - aristocrats = { - culture = tamil - religion = hindu - size = 4635.0 - } - - clergymen = { - culture = tamil - religion = hindu - size = 4377.5 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 4420.0 - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 1120 - - } - - farmers = { - culture = tamil - religion = hindu - size = 386507.5 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 103.0 - } - - clergymen = { - culture = tamil - religion = sunni - size = 309.0 - } - - artisans = { - culture = tamil - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = tamil - religion = sunni - size= 309 - - } - - farmers = { - culture = tamil - religion = sunni - size = 19879.0 - } + aristocrats = { + culture = tamil + religion = hindu + size = 4635.0 + } + + clergymen = { + culture = tamil + religion = hindu + size = 4377.5 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 4420.0 + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 1120 + + } + + farmers = { + culture = tamil + religion = hindu + size = 386507.5 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 103.0 + } + + clergymen = { + culture = tamil + religion = sunni + size = 309.0 + } + + artisans = { + culture = tamil + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = tamil + religion = sunni + size= 309 + + } + + farmers = { + culture = tamil + religion = sunni + size = 19879.0 + } } #Coimbatore (2116000/529000 POPS) 1311 = { - aristocrats = { - culture = tamil - religion = hindu - size = 6180.0 - } - - clergymen = { - culture = tamil - religion = hindu - size = 5150.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 10000.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 9570.0 - } - - soldiers = { - culture = tamil - religion = hindu - size= 3000 - - } - - soldiers = { - culture = tamil - religion = hindu - size= 2150 - - } - - farmers = { - culture = tamil - religion = hindu - size = 457320.0 - } - - aristocrats = { - culture = tamil - religion = sunni - size = 257.5 - } - - clergymen = { - culture = tamil - religion = sunni - size = 515.0 - } - - artisans = { - culture = tamil - religion = sunni - size = 7725.0 - } - - soldiers = { - culture = tamil - religion = sunni - size= 515 - - } - - farmers = { - culture = tamil - religion = sunni - size = 42487.5 - } + aristocrats = { + culture = tamil + religion = hindu + size = 6180.0 + } + + clergymen = { + culture = tamil + religion = hindu + size = 5150.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 10000.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 9570.0 + } + + soldiers = { + culture = tamil + religion = hindu + size= 3000 + + } + + soldiers = { + culture = tamil + religion = hindu + size= 2150 + + } + + farmers = { + culture = tamil + religion = hindu + size = 457320.0 + } + + aristocrats = { + culture = tamil + religion = sunni + size = 257.5 + } + + clergymen = { + culture = tamil + religion = sunni + size = 515.0 + } + + artisans = { + culture = tamil + religion = sunni + size = 7725.0 + } + + soldiers = { + culture = tamil + religion = sunni + size= 515 + + } + + farmers = { + culture = tamil + religion = sunni + size = 42487.5 + } } #Under the rule of France 1836 #Pondicherry (132000/33000 POPS) 1312 = { - bureaucrats = { - culture = french - religion = catholic - size = 10.3 - } - - clergymen = { - culture = french - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = french - religion = catholic - size = 25.75 - } - - soldiers = { - culture = french - religion = catholic - size= 25 - - } - - clergymen = { - culture = tamil - religion = hindu - size = 257.5 - } - - artisans = { - culture = tamil - religion = hindu - size = 1545.0 - } - - soldiers = { - culture = tamil - religion = hindu - size= 309 - - } - - farmers = { - culture = tamil - religion = hindu - size = 28788.5 - } - - clergymen = { - culture = tamil - religion = catholic - size = 51.5 - } - - artisans = { - culture = tamil - religion = catholic - size = 206.0 - } - - soldiers = { - culture = tamil - religion = catholic - size= 77 - - } - - farmers = { - culture = tamil - religion = catholic - size = 2678.0 - } + bureaucrats = { + culture = french + religion = catholic + size = 10.3 + } + + clergymen = { + culture = french + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = french + religion = catholic + size = 25.75 + } + + soldiers = { + culture = french + religion = catholic + size= 25 + + } + + clergymen = { + culture = tamil + religion = hindu + size = 257.5 + } + + artisans = { + culture = tamil + religion = hindu + size = 1545.0 + } + + soldiers = { + culture = tamil + religion = hindu + size= 309 + + } + + farmers = { + culture = tamil + religion = hindu + size = 28788.5 + } + + clergymen = { + culture = tamil + religion = catholic + size = 51.5 + } + + artisans = { + culture = tamil + religion = catholic + size = 206.0 + } + + soldiers = { + culture = tamil + religion = catholic + size= 77 + + } + + farmers = { + culture = tamil + religion = catholic + size = 2678.0 + } } #Mysore Region (3140000) #Ruled by Mysore 1836 (2004000) #Bangalore (716000/179000 POPS) 1313 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1751.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1699.5 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 9870.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 1751 - - } - - farmers = { - culture = kannada - religion = hindu - size = 128848.5 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 128.75 - } - - artisans = { - culture = kannada - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 103 - - } - - farmers = { - culture = kannada - religion = sunni - size = 6823.75 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1751.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1699.5 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 9870.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 1751 + + } + + farmers = { + culture = kannada + religion = hindu + size = 128848.5 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 128.75 + } + + artisans = { + culture = kannada + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 103 + + } + + farmers = { + culture = kannada + religion = sunni + size = 6823.75 + } } #Mysore (872000/218000 POPS) 1314 = { - aristocrats = { - culture = kannada - religion = hindu - size = 2317.5 - } - - bureaucrats = { - culture = kannada - religion = hindu - size = 875.5 - } - - officers = { - culture = kannada - religion = hindu - size = 515.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 2317.5 - } - - artisans = { - culture = kannada - religion = hindu - size = 9270.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 1260 - - } - - farmers = { - culture = kannada - religion = hindu - size = 194774.5 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 77.25 - } - - bureaucrats = { - culture = kannada - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 77.25 - } - - artisans = { - culture = kannada - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 77 - - } - - farmers = { - culture = kannada - religion = sunni - size = 4763.75 - } + aristocrats = { + culture = kannada + religion = hindu + size = 2317.5 + } + + bureaucrats = { + culture = kannada + religion = hindu + size = 875.5 + } + + officers = { + culture = kannada + religion = hindu + size = 515.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 2317.5 + } + + artisans = { + culture = kannada + religion = hindu + size = 9270.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 1260 + + } + + farmers = { + culture = kannada + religion = hindu + size = 194774.5 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 77.25 + } + + bureaucrats = { + culture = kannada + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 77.25 + } + + artisans = { + culture = kannada + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 77 + + } + + farmers = { + culture = kannada + religion = sunni + size = 4763.75 + } } #Chitaldroog (416000/104000 POPS) 1315 = { - aristocrats = { - culture = kannada - religion = hindu - size = 1030.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 1030.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 4120.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 3000 - - } - - soldiers = { - culture = kannada - religion = hindu - size= 130 - - } - - farmers = { - culture = kannada - religion = hindu - size = 92660.0 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 51.5 - } - - artisans = { - culture = kannada - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 51 - - } - - farmers = { - culture = kannada - religion = sunni - size = 3965.5 - } + aristocrats = { + culture = kannada + religion = hindu + size = 1030.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 1030.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 4120.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 3000 + + } + + soldiers = { + culture = kannada + religion = hindu + size= 130 + + } + + farmers = { + culture = kannada + religion = hindu + size = 92660.0 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 51.5 + } + + artisans = { + culture = kannada + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 51 + + } + + farmers = { + culture = kannada + religion = sunni + size = 3965.5 + } } #Ruled by Britain 1836 (1136000) #Mangalore (1136000/284000 POPS) 1316 = { - aristocrats = { - culture = kannada - religion = hindu - size = 3090.0 - } - - clergymen = { - culture = kannada - religion = hindu - size = 2703.75 - } - - artisans = { - culture = kannada - religion = hindu - size = 10000.0 - } - - artisans = { - culture = kannada - religion = hindu - size = 300.0 - } - - soldiers = { - culture = kannada - religion = hindu - size= 2832 - - } - - farmers = { - culture = kannada - religion = hindu - size = 248873.75 - } - - aristocrats = { - culture = kannada - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kannada - religion = sunni - size = 309.0 - } - - artisans = { - culture = kannada - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = kannada - religion = sunni - size= 257 - - } - - farmers = { - culture = kannada - religion = sunni - size = 18849.0 - } + aristocrats = { + culture = kannada + religion = hindu + size = 3090.0 + } + + clergymen = { + culture = kannada + religion = hindu + size = 2703.75 + } + + artisans = { + culture = kannada + religion = hindu + size = 10000.0 + } + + artisans = { + culture = kannada + religion = hindu + size = 300.0 + } + + soldiers = { + culture = kannada + religion = hindu + size= 2832 + + } + + farmers = { + culture = kannada + religion = hindu + size = 248873.75 + } + + aristocrats = { + culture = kannada + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kannada + religion = sunni + size = 309.0 + } + + artisans = { + culture = kannada + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = kannada + religion = sunni + size= 257 + + } + + farmers = { + culture = kannada + religion = sunni + size = 18849.0 + } } #Malabar Region (2656000) #Under British Rule 1836 (1372000) #Calicut (1372000/343000 POPS) 1317 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 2575.0 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 2317.5 - } - - artisans = { - culture = malayalam - religion = hindu - size = 8240.0 - } - - soldiers = { - culture = malayalam - religion = hindu - size= 2060 - - } - - farmers = { - culture = malayalam - religion = hindu - size = 180507.5 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 772.5 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 901.25 - } - - artisans = { - culture = malayalam - religion = sunni - size = 5150.0 - } - - soldiers = { - culture = malayalam - religion = sunni - size= 1030 - - } - - farmers = { - culture = malayalam - religion = sunni - size = 79696.25 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 180.25 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 2060.0 - } - - soldiers = { - culture = malayalam - religion = orthodox - size= 257 - - } - - farmers = { - culture = malayalam - religion = orthodox - size = 29277.75 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 257.5 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 257.5 - } - - artisans = { - culture = malayalam - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = malayalam - religion = catholic - size= 257 - - } - - farmers = { - culture = malayalam - religion = catholic - size = 35277.5 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 2575.0 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 2317.5 + } + + artisans = { + culture = malayalam + religion = hindu + size = 8240.0 + } + + soldiers = { + culture = malayalam + religion = hindu + size= 2060 + + } + + farmers = { + culture = malayalam + religion = hindu + size = 180507.5 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 772.5 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 901.25 + } + + artisans = { + culture = malayalam + religion = sunni + size = 5150.0 + } + + soldiers = { + culture = malayalam + religion = sunni + size= 1030 + + } + + farmers = { + culture = malayalam + religion = sunni + size = 79696.25 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 180.25 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 2060.0 + } + + soldiers = { + culture = malayalam + religion = orthodox + size= 257 + + } + + farmers = { + culture = malayalam + religion = orthodox + size = 29277.75 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 257.5 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 257.5 + } + + artisans = { + culture = malayalam + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = malayalam + religion = catholic + size= 257 + + } + + farmers = { + culture = malayalam + religion = catholic + size = 35277.5 + } } #Under Rule of Travancore 1836 (1284000) #Cochin (808000/202000 POPS) 1318 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 1545.0 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 1545.0 - } - - artisans = { - culture = malayalam - religion = hindu - size = 7210.0 - } - - soldiers = { - culture = malayalam - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malayalam - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malayalam - religion = hindu - size= 1120 - - } - - farmers = { - culture = malayalam - religion = hindu - size = 128840.0 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 309.0 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 360.5 - } - - artisans = { - culture = malayalam - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = malayalam - religion = sunni - size= 309 - - } - - farmers = { - culture = malayalam - religion = sunni - size = 30436.5 - } - - clergymen = { - culture = malayalam - religion = shiite - size = 51.5 - } - - artisans = { - culture = malayalam - religion = shiite - size = 1030.0 - } - - farmers = { - culture = malayalam - religion = shiite - size = 978.5 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 128.75 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = malayalam - religion = orthodox - size= 103 - - } - - farmers = { - culture = malayalam - religion = orthodox - size = 13312.75 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 103.0 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 128.75 - } - - artisans = { - culture = malayalam - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = malayalam - religion = catholic - size= 103 - - } - - farmers = { - culture = malayalam - religion = catholic - size = 10995.25 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 1545.0 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 1545.0 + } + + artisans = { + culture = malayalam + religion = hindu + size = 7210.0 + } + + soldiers = { + culture = malayalam + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malayalam + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malayalam + religion = hindu + size= 1120 + + } + + farmers = { + culture = malayalam + religion = hindu + size = 128840.0 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 309.0 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 360.5 + } + + artisans = { + culture = malayalam + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = malayalam + religion = sunni + size= 309 + + } + + farmers = { + culture = malayalam + religion = sunni + size = 30436.5 + } + + clergymen = { + culture = malayalam + religion = shiite + size = 51.5 + } + + artisans = { + culture = malayalam + religion = shiite + size = 1030.0 + } + + farmers = { + culture = malayalam + religion = shiite + size = 978.5 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 128.75 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = malayalam + religion = orthodox + size= 103 + + } + + farmers = { + culture = malayalam + religion = orthodox + size = 13312.75 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 103.0 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 128.75 + } + + artisans = { + culture = malayalam + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = malayalam + religion = catholic + size= 103 + + } + + farmers = { + culture = malayalam + religion = catholic + size = 10995.25 + } } #Trivandrum (476000/119000 POPS) 1319 = { - aristocrats = { - culture = malayalam - religion = hindu - size = 875.5 - } - - bureaucrats = { - culture = malayalam - religion = hindu - size = 618.0 - } - - officers = { - culture = malayalam - religion = hindu - size = 309.0 - } - - clergymen = { - culture = malayalam - religion = hindu - size = 849.75 - } - - artisans = { - culture = malayalam - religion = hindu - size = 2832.5 - } - - soldiers = { - culture = malayalam - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malayalam - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malayalam - religion = hindu - size= 1210 - - } - - farmers = { - culture = malayalam - religion = hindu - size = 68675.25 - } - - aristocrats = { - culture = malayalam - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malayalam - religion = sunni - size = 154.5 - } - - artisans = { - culture = malayalam - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = malayalam - religion = sunni - size= 154 - - } - - farmers = { - culture = malayalam - religion = sunni - size = 14986.5 - } - - clergymen = { - culture = malayalam - religion = shiite - size = 25.75 - } - - artisans = { - culture = malayalam - religion = shiite - size = 721.0 - } - - farmers = { - culture = malayalam - religion = shiite - size = 283.25 - } - - aristocrats = { - culture = malayalam - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = malayalam - religion = orthodox - size = 128.75 - } - - artisans = { - culture = malayalam - religion = orthodox - size = 875.5 - } - - soldiers = { - culture = malayalam - religion = orthodox - size= 103 - - } - - farmers = { - culture = malayalam - religion = orthodox - size = 13209.75 - } - - aristocrats = { - culture = malayalam - religion = catholic - size = 77.25 - } - - clergymen = { - culture = malayalam - religion = catholic - size = 77.25 - } - - artisans = { - culture = malayalam - religion = catholic - size = 669.5 - } - - soldiers = { - culture = malayalam - religion = catholic - size= 77 - - } - - farmers = { - culture = malayalam - religion = catholic - size = 8368.75 - } + aristocrats = { + culture = malayalam + religion = hindu + size = 875.5 + } + + bureaucrats = { + culture = malayalam + religion = hindu + size = 618.0 + } + + officers = { + culture = malayalam + religion = hindu + size = 309.0 + } + + clergymen = { + culture = malayalam + religion = hindu + size = 849.75 + } + + artisans = { + culture = malayalam + religion = hindu + size = 2832.5 + } + + soldiers = { + culture = malayalam + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malayalam + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malayalam + religion = hindu + size= 1210 + + } + + farmers = { + culture = malayalam + religion = hindu + size = 68675.25 + } + + aristocrats = { + culture = malayalam + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malayalam + religion = sunni + size = 154.5 + } + + artisans = { + culture = malayalam + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = malayalam + religion = sunni + size= 154 + + } + + farmers = { + culture = malayalam + religion = sunni + size = 14986.5 + } + + clergymen = { + culture = malayalam + religion = shiite + size = 25.75 + } + + artisans = { + culture = malayalam + religion = shiite + size = 721.0 + } + + farmers = { + culture = malayalam + religion = shiite + size = 283.25 + } + + aristocrats = { + culture = malayalam + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = malayalam + religion = orthodox + size = 128.75 + } + + artisans = { + culture = malayalam + religion = orthodox + size = 875.5 + } + + soldiers = { + culture = malayalam + religion = orthodox + size= 103 + + } + + farmers = { + culture = malayalam + religion = orthodox + size = 13209.75 + } + + aristocrats = { + culture = malayalam + religion = catholic + size = 77.25 + } + + clergymen = { + culture = malayalam + religion = catholic + size = 77.25 + } + + artisans = { + culture = malayalam + religion = catholic + size = 669.5 + } + + soldiers = { + culture = malayalam + religion = catholic + size= 77 + + } + + farmers = { + culture = malayalam + religion = catholic + size = 8368.75 + } } #Himalaya Region (56000) #see Nepal.txt and Bhutan.txt for balance of region #under the rule of Sikkim in 1836 #Gangtok (56000/14000 POPS) #now part of India 1328 = { - aristocrats = { - culture = nepali - religion = hindu - size = 257.5 - } - - bureaucrats = { - culture = nepali - religion = hindu - size = 10.3 - } - - officers = { - culture = nepali - religion = hindu - size = 15.450000000000001 - } - - clergymen = { - culture = nepali - religion = hindu - size = 128.75 - } - - artisans = { - culture = nepali - religion = hindu - size = 721.0 - } - - soldiers = { - culture = nepali - religion = hindu - size= 1030 - - } - - farmers = { - culture = nepali - religion = hindu - size = 12257.0 - } + aristocrats = { + culture = nepali + religion = hindu + size = 257.5 + } + + bureaucrats = { + culture = nepali + religion = hindu + size = 10.3 + } + + officers = { + culture = nepali + religion = hindu + size = 15.450000000000001 + } + + clergymen = { + culture = nepali + religion = hindu + size = 128.75 + } + + artisans = { + culture = nepali + religion = hindu + size = 721.0 + } + + soldiers = { + culture = nepali + religion = hindu + size= 1030 + + } + + farmers = { + culture = nepali + religion = hindu + size = 12257.0 + } } diff --git a/HPM/history/pops/1861.4.14/Indonesia.txt b/HPM/history/pops/1861.4.14/Indonesia.txt index c74cee5c..8faa4a2c 100644 --- a/HPM/history/pops/1861.4.14/Indonesia.txt +++ b/HPM/history/pops/1861.4.14/Indonesia.txt @@ -2,4069 +2,4069 @@ #ruled by the Netherlands 1836 #Palembang (540400/135100 POPS) 1399 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 721.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 334.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1545.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 360 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 33088.75 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 51.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 772.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 154.5 - } - - aristocrats = { - culture = malay - religion = sunni - size = 1030.0 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 257.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 901.25 - } - - artisans = { - culture = malay - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1030 - - } - - farmers = { - culture = malay - religion = sunni - size = 94631.25 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10.3 - } - - clergymen = { - culture = dutch - religion = protestant - size = 20.6 - } - - artisans = { - culture = dutch - religion = protestant - size = 20.6 - } - - soldiers = { - culture = dutch - religion = protestant - size= 51 - - } + aristocrats = { + culture = asian_minor + religion = animist + size = 721.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 334.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1545.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 360 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 33088.75 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 51.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 772.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 154.5 + } + + aristocrats = { + culture = malay + religion = sunni + size = 1030.0 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 257.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 901.25 + } + + artisans = { + culture = malay + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1030 + + } + + farmers = { + culture = malay + religion = sunni + size = 94631.25 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10.3 + } + + clergymen = { + culture = dutch + religion = protestant + size = 20.6 + } + + artisans = { + culture = dutch + religion = protestant + size = 20.6 + } + + soldiers = { + culture = dutch + religion = protestant + size= 51 + + } } #Tanjungpinang (100000/25000 POPS) 1402 = { - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 824.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 154.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 51.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 51.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 51 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 5974.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 128.75 - } - - artisans = { - culture = malay - religion = sunni - size = 412.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 206 - - } - - farmers = { - culture = malay - religion = sunni - size = 17638.75 - } + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 824.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 154.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 51.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 51.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 51 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 5974.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 128.75 + } + + artisans = { + culture = malay + religion = sunni + size = 412.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 206 + + } + + farmers = { + culture = malay + religion = sunni + size = 17638.75 + } } #Lampung (548000/137000 POPS) 1403 = { - aristocrats = { - culture = malay - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 901.25 - } - - artisans = { - culture = malay - religion = sunni - size = 3605.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1287 - - } - - farmers = { - culture = malay - religion = sunni - size = 109051.25 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 360.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 206.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1030.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 19776.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 2420.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 51 - - } - - farmers = { - culture = yue - religion = mahayana - size = 566.5 - } + aristocrats = { + culture = malay + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 901.25 + } + + artisans = { + culture = malay + religion = sunni + size = 3605.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1287 + + } + + farmers = { + culture = malay + religion = sunni + size = 109051.25 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 360.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 206.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1030.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 19776.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 2420.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 51 + + } + + farmers = { + culture = yue + religion = mahayana + size = 566.5 + } } #Riau Region (88000) #ruled by The Netherlands 1836 #Pangkalpinang (70000/17500 POPS) 1404 = { - aristocrats = { - culture = malay - religion = sunni - size = 103.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 154.5 - } - - artisans = { - culture = malay - religion = sunni - size = 772.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 154 - - } - - farmers = { - culture = malay - religion = sunni - size = 14265.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 25.75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 128.75 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 25 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 2343.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 103.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 154.5 + } + + artisans = { + culture = malay + religion = sunni + size = 772.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 154 + + } + + farmers = { + culture = malay + religion = sunni + size = 14265.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 25.75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 128.75 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 25 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 2343.25 + } } #Natuna (18000/4500 POPS) 2576 = { - aristocrats = { - culture = malay - religion = sunni - size = 51.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 61.800000000000004 - } - - artisans = { - culture = malay - religion = sunni - size = 154.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 41 - - } - - farmers = { - culture = malay - religion = sunni - size = 2781.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 15.450000000000001 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 25.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 77.25 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 25 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 1400.8 - } + aristocrats = { + culture = malay + religion = sunni + size = 51.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 61.800000000000004 + } + + artisans = { + culture = malay + religion = sunni + size = 154.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 41 + + } + + farmers = { + culture = malay + religion = sunni + size = 2781.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 15.450000000000001 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 25.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 77.25 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 25 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 1400.8 + } } #Siak Region (372000) #ruled by Siak 1836 #Jambi (120000/30000 POPS) 1398 = { - aristocrats = { - culture = malay - religion = sunni - size = 257.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 257.5 - } - - artisans = { - culture = malay - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 257 - - } - - farmers = { - culture = malay - religion = sunni - size = 23432.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 978.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1055.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 51.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 51.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 51 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 3914.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 257.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 257.5 + } + + artisans = { + culture = malay + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 257 + + } + + farmers = { + culture = malay + religion = sunni + size = 23432.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 978.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1055.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 51.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 51.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 51 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 3914.0 + } } #Inderagiri (96000/24000 POPS) 1400 = { - aristocrats = { - culture = malay - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 154.5 - } - - artisans = { - culture = malay - religion = sunni - size = 412.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 154 - - } - - farmers = { - culture = malay - religion = sunni - size = 13544.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 721.0 - } - - farmers = { - culture = yue - religion = mahayana - size = 1313.25 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 154.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 7802.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 154.5 + } + + artisans = { + culture = malay + religion = sunni + size = 412.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 154 + + } + + farmers = { + culture = malay + religion = sunni + size = 13544.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 721.0 + } + + farmers = { + culture = yue + religion = mahayana + size = 1313.25 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 154.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 7802.25 + } } #Siak (156000/39000 POPS) 1401 = { - aristocrats = { - culture = malay - religion = sunni - size = 360.5 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 77.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 283.25 - } - - artisans = { - culture = malay - religion = sunni - size = 746.75 - } - - soldiers = { - culture = malay - religion = sunni - size= 309 - - } - - farmers = { - culture = malay - religion = sunni - size = 29123.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1030.0 - } - - labourers = { - culture = yue - religion = mahayana - size = 1004.25 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 180.25 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 6772.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 360.5 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 77.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 283.25 + } + + artisans = { + culture = malay + religion = sunni + size = 746.75 + } + + soldiers = { + culture = malay + religion = sunni + size= 309 + + } + + farmers = { + culture = malay + religion = sunni + size = 29123.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1030.0 + } + + labourers = { + culture = yue + religion = mahayana + size = 1004.25 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 180.25 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 6772.25 + } } #Aceh Region (444000) #Ruled by Aceh 1836 #Banda Aceh (128000/32000 POPS) 1405 = { - aristocrats = { - culture = malay - religion = sunni - size = 206.0 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 128.75 - } - - officers = { - culture = malay - religion = sunni - size = 103.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 180.25 - } - - artisans = { - culture = malay - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - farmers = { - culture = malay - religion = sunni - size = 32269.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1103 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 7699.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 515.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 206.0 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 128.75 + } + + officers = { + culture = malay + religion = sunni + size = 103.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 180.25 + } + + artisans = { + culture = malay + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + farmers = { + culture = malay + religion = sunni + size = 32269.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1103 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 7699.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 515.0 + } } #Medan (160000/40000 POPS) 1406 = { - aristocrats = { - culture = malay - religion = sunni - size = 257.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 257.5 - } - - artisans = { - culture = malay - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - farmers = { - culture = malay - religion = sunni - size = 33175.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 154.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 128.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1154 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 13724.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1030.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 257.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 257.5 + } + + artisans = { + culture = malay + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + farmers = { + culture = malay + religion = sunni + size = 33175.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 154.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 128.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1154 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 13724.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1030.0 + } } #Tapaktuan (156000/39000 POPS) 1407 = { - aristocrats = { - culture = malay - religion = sunni - size = 257.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 283.25 - } - - artisans = { - culture = malay - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - farmers = { - culture = malay - religion = sunni - size = 31346.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 154.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 128.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 206.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1103 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 14857.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 515.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 257.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 283.25 + } + + artisans = { + culture = malay + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + farmers = { + culture = malay + religion = sunni + size = 31346.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 154.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 128.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 206.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1103 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 14857.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 515.0 + } } #Minangkabau Region (956000) #ruled by The Netherlands 1836 #Padang (240000/60000 POPS) 1408 = { - aristocrats = { - culture = malay - religion = sunni - size = 463.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 386.25 - } - - artisans = { - culture = malay - religion = sunni - size = 2163.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 412 - - } - - farmers = { - culture = malay - religion = sunni - size = 38084.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 772.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 206.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 206.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 128.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 103.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 154 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 18977.75 - } + aristocrats = { + culture = malay + religion = sunni + size = 463.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 386.25 + } + + artisans = { + culture = malay + religion = sunni + size = 2163.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 412 + + } + + farmers = { + culture = malay + religion = sunni + size = 38084.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 772.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 206.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 206.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 128.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 103.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 154 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 18977.75 + } } #Sibolga (528000/132000 POPS) 1409 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 412.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 257.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1287.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1360 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 44762.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 1802.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 206.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 1287.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 901.25 - } - - artisans = { - culture = malay - religion = sunni - size = 3862.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 3000 - - } - - soldiers = { - culture = malay - religion = sunni - size= 230 - - } - - farmers = { - culture = malay - religion = sunni - size = 88738.75 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 412.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 257.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1287.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1360 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 44762.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 1802.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 206.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 1287.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 901.25 + } + + artisans = { + culture = malay + religion = sunni + size = 3862.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 3000 + + } + + soldiers = { + culture = malay + religion = sunni + size= 230 + + } + + farmers = { + culture = malay + religion = sunni + size = 88738.75 + } } #Bencoolen (120000/30000 POPS) 1410 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 61.800000000000004 - } - - artisans = { - culture = asian_minor - religion = animist - size = 30.900000000000002 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 103 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 12061.300000000001 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 51.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 772.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 1158.75 - } - - aristocrats = { - culture = malay - religion = sunni - size = 206.0 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 128.75 - } - - artisans = { - culture = malay - religion = sunni - size = 772.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 154 - - } - - farmers = { - culture = malay - religion = sunni - size = 15063.75 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10.3 - } - - clergymen = { - culture = dutch - religion = protestant - size = 20.6 - } - - artisans = { - culture = dutch - religion = protestant - size = 20.6 - } - - soldiers = { - culture = dutch - religion = protestant - size= 51 - - } + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 61.800000000000004 + } + + artisans = { + culture = asian_minor + religion = animist + size = 30.900000000000002 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 103 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 12061.300000000001 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 51.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 772.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 1158.75 + } + + aristocrats = { + culture = malay + religion = sunni + size = 206.0 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 128.75 + } + + artisans = { + culture = malay + religion = sunni + size = 772.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 154 + + } + + farmers = { + culture = malay + religion = sunni + size = 15063.75 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10.3 + } + + clergymen = { + culture = dutch + religion = protestant + size = 20.6 + } + + artisans = { + culture = dutch + religion = protestant + size = 20.6 + } + + soldiers = { + culture = dutch + religion = protestant + size= 51 + + } } #Gunungsitoli (68000/17000 POPS) 1411 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 309.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 154.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 721.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 206 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 16119.5 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 309.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 154.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 721.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 206 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 16119.5 + } } #Java Region - 8236000 #ruled by the Netherlands 1836 #Batavia (2236000/559000 POPS) 1413 = { - aristocrats = { - culture = javan - religion = sunni - size = 4120.0 - } - - bureaucrats = { - culture = javan - religion = sunni - size = 257.5 - } - - clergymen = { - culture = javan - religion = sunni - size = 2575.0 - } - - artisans = { - culture = javan - religion = sunni - size = 10000.0 - } - - artisans = { - culture = javan - religion = sunni - size = 6480.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 3000 - - } - - soldiers = { - culture = javan - religion = sunni - size= 1892 - - } - - labourers = { - culture = javan - religion = sunni - size = 451655.0 - } - - aristocrats = { - culture = javan - religion = animist - size = 515.0 - } - - clergymen = { - culture = javan - religion = animist - size = 386.25 - } - - artisans = { - culture = javan - religion = animist - size = 257.5 - } - - soldiers = { - culture = javan - religion = animist - size= 515 - - } - - farmers = { - culture = javan - religion = animist - size = 52916.25 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 772.5 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 1802.5 - } - - clergymen = { - culture = dutch - religion = protestant - size = 77.25 - } - - artisans = { - culture = dutch - religion = protestant - size = 1107.25 - } - - soldiers = { - culture = dutch - religion = protestant - size= 2317 - - } - - clergymen = { - culture = yue - religion = mahayana - size = 231.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = yue - religion = mahayana - size = 5450.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 360 - - } - - farmers = { - culture = yue - religion = mahayana - size = 18977.75 - } + aristocrats = { + culture = javan + religion = sunni + size = 4120.0 + } + + bureaucrats = { + culture = javan + religion = sunni + size = 257.5 + } + + clergymen = { + culture = javan + religion = sunni + size = 2575.0 + } + + artisans = { + culture = javan + religion = sunni + size = 10000.0 + } + + artisans = { + culture = javan + religion = sunni + size = 6480.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 3000 + + } + + soldiers = { + culture = javan + religion = sunni + size= 1892 + + } + + labourers = { + culture = javan + religion = sunni + size = 451655.0 + } + + aristocrats = { + culture = javan + religion = animist + size = 515.0 + } + + clergymen = { + culture = javan + religion = animist + size = 386.25 + } + + artisans = { + culture = javan + religion = animist + size = 257.5 + } + + soldiers = { + culture = javan + religion = animist + size= 515 + + } + + farmers = { + culture = javan + religion = animist + size = 52916.25 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 772.5 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 1802.5 + } + + clergymen = { + culture = dutch + religion = protestant + size = 77.25 + } + + artisans = { + culture = dutch + religion = protestant + size = 1107.25 + } + + soldiers = { + culture = dutch + religion = protestant + size= 2317 + + } + + clergymen = { + culture = yue + religion = mahayana + size = 231.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = yue + religion = mahayana + size = 5450.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 360 + + } + + farmers = { + culture = yue + religion = mahayana + size = 18977.75 + } } #Bogor (748000/187000 POPS) 1414 = { - aristocrats = { - culture = javan - religion = animist - size = 309.0 - } - - clergymen = { - culture = javan - religion = animist - size = 154.5 - } - - artisans = { - culture = javan - religion = animist - size = 1648.0 - } - - soldiers = { - culture = javan - religion = animist - size= 309 - - } - - farmers = { - culture = javan - religion = animist - size = 28479.5 - } - - aristocrats = { - culture = javan - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 1545.0 - } - - artisans = { - culture = javan - religion = sunni - size = 7725.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 1545 - - } - - farmers = { - culture = javan - religion = sunni - size = 149350.0 - } + aristocrats = { + culture = javan + religion = animist + size = 309.0 + } + + clergymen = { + culture = javan + religion = animist + size = 154.5 + } + + artisans = { + culture = javan + religion = animist + size = 1648.0 + } + + soldiers = { + culture = javan + religion = animist + size= 309 + + } + + farmers = { + culture = javan + religion = animist + size = 28479.5 + } + + aristocrats = { + culture = javan + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 1545.0 + } + + artisans = { + culture = javan + religion = sunni + size = 7725.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 1545 + + } + + farmers = { + culture = javan + religion = sunni + size = 149350.0 + } } #Cirebon (968000/242000 POPS) 1415 = { - aristocrats = { - culture = yue - religion = mahayana - size = 103.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 3090.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 103 - - } - - farmers = { - culture = yue - religion = mahayana - size = 4866.75 - } - - aristocrats = { - culture = javan - religion = animist - size = 103.0 - } - - clergymen = { - culture = javan - religion = animist - size = 103.0 - } - - artisans = { - culture = javan - religion = animist - size = 1030.0 - } - - soldiers = { - culture = javan - religion = animist - size= 206 - - } - - farmers = { - culture = javan - religion = animist - size = 18128.0 - } - - aristocrats = { - culture = javan - religion = sunni - size = 2060.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 2060.0 - } - - artisans = { - culture = javan - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 2317 - - } - - farmers = { - culture = javan - religion = sunni - size = 196472.5 - } + aristocrats = { + culture = yue + religion = mahayana + size = 103.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 3090.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 103 + + } + + farmers = { + culture = yue + religion = mahayana + size = 4866.75 + } + + aristocrats = { + culture = javan + religion = animist + size = 103.0 + } + + clergymen = { + culture = javan + religion = animist + size = 103.0 + } + + artisans = { + culture = javan + religion = animist + size = 1030.0 + } + + soldiers = { + culture = javan + religion = animist + size= 206 + + } + + farmers = { + culture = javan + religion = animist + size = 18128.0 + } + + aristocrats = { + culture = javan + religion = sunni + size = 2060.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 2060.0 + } + + artisans = { + culture = javan + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 2317 + + } + + farmers = { + culture = javan + religion = sunni + size = 196472.5 + } } #Yogyakarta (536000/134000 POPS) 1416 = { - aristocrats = { - culture = javan - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 1287.5 - } - - artisans = { - culture = javan - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 1287 - - } - - farmers = { - culture = javan - religion = sunni - size = 127977.5 - } - - aristocrats = { - culture = javan - religion = animist - size = 103.0 - } - - clergymen = { - culture = javan - religion = animist - size = 51.5 - } - - artisans = { - culture = javan - religion = animist - size = 772.5 - } - - soldiers = { - culture = javan - religion = animist - size= 128 - - } - - farmers = { - culture = javan - religion = animist - size = 10274.25 - } + aristocrats = { + culture = javan + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 1287.5 + } + + artisans = { + culture = javan + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 1287 + + } + + farmers = { + culture = javan + religion = sunni + size = 127977.5 + } + + aristocrats = { + culture = javan + religion = animist + size = 103.0 + } + + clergymen = { + culture = javan + religion = animist + size = 51.5 + } + + artisans = { + culture = javan + religion = animist + size = 772.5 + } + + soldiers = { + culture = javan + religion = animist + size= 128 + + } + + farmers = { + culture = javan + religion = animist + size = 10274.25 + } } #Semarang (1116000/279000 POPS) 1417 = { - aristocrats = { - culture = javan - religion = sunni - size = 2575.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 2446.25 - } - - artisans = { - culture = javan - religion = sunni - size = 10000.0 - } - - artisans = { - culture = javan - religion = sunni - size = 2360.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 2317 - - } - - farmers = { - culture = javan - religion = sunni - size = 224411.25 - } - - aristocrats = { - culture = javan - religion = animist - size = 257.5 - } - - clergymen = { - culture = javan - religion = animist - size = 231.75 - } - - artisans = { - culture = javan - religion = animist - size = 1545.0 - } - - soldiers = { - culture = javan - religion = animist - size= 309 - - } - - farmers = { - culture = javan - religion = animist - size = 30616.75 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 103.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 515.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 103 - - } - - farmers = { - culture = yue - religion = mahayana - size = 9501.75 - } + aristocrats = { + culture = javan + religion = sunni + size = 2575.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 2446.25 + } + + artisans = { + culture = javan + religion = sunni + size = 10000.0 + } + + artisans = { + culture = javan + religion = sunni + size = 2360.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 2317 + + } + + farmers = { + culture = javan + religion = sunni + size = 224411.25 + } + + aristocrats = { + culture = javan + religion = animist + size = 257.5 + } + + clergymen = { + culture = javan + religion = animist + size = 231.75 + } + + artisans = { + culture = javan + religion = animist + size = 1545.0 + } + + soldiers = { + culture = javan + religion = animist + size= 309 + + } + + farmers = { + culture = javan + religion = animist + size = 30616.75 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 103.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 515.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 103 + + } + + farmers = { + culture = yue + religion = mahayana + size = 9501.75 + } } #Surabaya (1092000/273000 POPS) 1418 = { - aristocrats = { - culture = javan - religion = sunni - size = 2575.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 2575.0 - } - - artisans = { - culture = javan - religion = sunni - size = 9270.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 2575 - - } - - farmers = { - culture = javan - religion = sunni - size = 235355.0 - } - - aristocrats = { - culture = javan - religion = animist - size = 154.5 - } - - clergymen = { - culture = javan - religion = animist - size = 103.0 - } - - artisans = { - culture = javan - religion = animist - size = 772.5 - } - - soldiers = { - culture = javan - religion = animist - size= 206 - - } - - farmers = { - culture = javan - religion = animist - size = 18334.0 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 77.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 3347.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 103 - - } - - farmers = { - culture = yue - religion = mahayana - size = 5793.75 - } + aristocrats = { + culture = javan + religion = sunni + size = 2575.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 2575.0 + } + + artisans = { + culture = javan + religion = sunni + size = 9270.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 2575 + + } + + farmers = { + culture = javan + religion = sunni + size = 235355.0 + } + + aristocrats = { + culture = javan + religion = animist + size = 154.5 + } + + clergymen = { + culture = javan + religion = animist + size = 103.0 + } + + artisans = { + culture = javan + religion = animist + size = 772.5 + } + + soldiers = { + culture = javan + religion = animist + size= 206 + + } + + farmers = { + culture = javan + religion = animist + size = 18334.0 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 77.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 3347.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 103 + + } + + farmers = { + culture = yue + religion = mahayana + size = 5793.75 + } } #Surakarta (360000/90000 POPS) 1419 = { - aristocrats = { - culture = javan - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 643.75 - } - - artisans = { - culture = javan - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 772 - - } - - farmers = { - culture = javan - religion = sunni - size = 73773.75 - } - - aristocrats = { - culture = javan - religion = animist - size = 103.0 - } - - clergymen = { - culture = javan - religion = animist - size = 77.25 - } - - artisans = { - culture = javan - religion = animist - size = 515.0 - } - - soldiers = { - culture = javan - religion = animist - size= 103 - - } - - farmers = { - culture = javan - religion = animist - size = 11561.75 - } + aristocrats = { + culture = javan + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 643.75 + } + + artisans = { + culture = javan + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 772 + + } + + farmers = { + culture = javan + religion = sunni + size = 73773.75 + } + + aristocrats = { + culture = javan + religion = animist + size = 103.0 + } + + clergymen = { + culture = javan + religion = animist + size = 77.25 + } + + artisans = { + culture = javan + religion = animist + size = 515.0 + } + + soldiers = { + culture = javan + religion = animist + size= 103 + + } + + farmers = { + culture = javan + religion = animist + size = 11561.75 + } } #Probolinggo (708000/177000 POPS) 1420 = { - aristocrats = { - culture = javan - religion = animist - size = 103.0 - } - - clergymen = { - culture = javan - religion = animist - size = 77.25 - } - - artisans = { - culture = javan - religion = animist - size = 772.5 - } - - soldiers = { - culture = javan - religion = animist - size= 103 - - } - - farmers = { - culture = javan - religion = animist - size = 10274.25 - } - - aristocrats = { - culture = javan - religion = sunni - size = 1802.5 - } - - clergymen = { - culture = javan - religion = sunni - size = 1673.75 - } - - artisans = { - culture = javan - religion = sunni - size = 8240.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 1545 - - } - - farmers = { - culture = javan - religion = sunni - size = 157718.75 - } + aristocrats = { + culture = javan + religion = animist + size = 103.0 + } + + clergymen = { + culture = javan + religion = animist + size = 77.25 + } + + artisans = { + culture = javan + religion = animist + size = 772.5 + } + + soldiers = { + culture = javan + religion = animist + size= 103 + + } + + farmers = { + culture = javan + religion = animist + size = 10274.25 + } + + aristocrats = { + culture = javan + religion = sunni + size = 1802.5 + } + + clergymen = { + culture = javan + religion = sunni + size = 1673.75 + } + + artisans = { + culture = javan + religion = sunni + size = 8240.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 1545 + + } + + farmers = { + culture = javan + religion = sunni + size = 157718.75 + } } #Madura (496000/124000 POPS) 1421 = { - aristocrats = { - culture = javan - religion = sunni - size = 1442.0 - } - - clergymen = { - culture = javan - religion = sunni - size = 1030.0 - } - - artisans = { - culture = javan - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = javan - religion = sunni - size= 1133 - - } - - farmers = { - culture = javan - religion = sunni - size = 100425.0 - } - - aristocrats = { - culture = javan - religion = animist - size = 103.0 - } - - clergymen = { - culture = javan - religion = animist - size = 77.25 - } - - artisans = { - culture = javan - religion = animist - size = 515.0 - } - - soldiers = { - culture = javan - religion = animist - size= 1030 - - } - - farmers = { - culture = javan - religion = animist - size = 8574.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 103.0 - } - - artisans = { - culture = yue - religion = mahayana - size = 2060.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 103 - - } - - farmers = { - culture = yue - religion = mahayana - size = 7004.0 - } + aristocrats = { + culture = javan + religion = sunni + size = 1442.0 + } + + clergymen = { + culture = javan + religion = sunni + size = 1030.0 + } + + artisans = { + culture = javan + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = javan + religion = sunni + size= 1133 + + } + + farmers = { + culture = javan + religion = sunni + size = 100425.0 + } + + aristocrats = { + culture = javan + religion = animist + size = 103.0 + } + + clergymen = { + culture = javan + religion = animist + size = 77.25 + } + + artisans = { + culture = javan + religion = animist + size = 515.0 + } + + soldiers = { + culture = javan + religion = animist + size= 1030 + + } + + farmers = { + culture = javan + religion = animist + size = 8574.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 103.0 + } + + artisans = { + culture = yue + religion = mahayana + size = 2060.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 103 + + } + + farmers = { + culture = yue + religion = mahayana + size = 7004.0 + } } #Eastern Borneo Region (542000) #uncolonized in 1836 #Banjarmasin (166000/44000 POPS) 1423 = { - aristocrats = { - culture = malay - religion = animist - size = 51.5 - } - - clergymen = { - culture = malay - religion = animist - size = 51.5 - } - - artisans = { - culture = malay - religion = animist - size = 463.5 - } - - soldiers = { - culture = malay - religion = animist - size= 51 - - } - - farmers = { - culture = malay - religion = animist - size = 7622.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 360.5 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 51.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 386.25 - } - - artisans = { - culture = malay - religion = sunni - size = 1905.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 412 - - } - - farmers = { - culture = malay - religion = sunni - size = 35715.25 - } + aristocrats = { + culture = malay + religion = animist + size = 51.5 + } + + clergymen = { + culture = malay + religion = animist + size = 51.5 + } + + artisans = { + culture = malay + religion = animist + size = 463.5 + } + + soldiers = { + culture = malay + religion = animist + size= 51 + + } + + farmers = { + culture = malay + religion = animist + size = 7622.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 360.5 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 51.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 386.25 + } + + artisans = { + culture = malay + religion = sunni + size = 1905.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 412 + + } + + farmers = { + culture = malay + religion = sunni + size = 35715.25 + } } #Muraleve (96000/24000 POPS) 1422 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 309.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 257.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1287.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 22608.5 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 309.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 257.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1287.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 22608.5 + } } #Pasir (64000/16000 POPS) 1424 = { - aristocrats = { - culture = malay - religion = animist - size = 51.5 - } - - clergymen = { - culture = malay - religion = animist - size = 51.5 - } - - artisans = { - culture = malay - religion = animist - size = 154.5 - } - - soldiers = { - culture = malay - religion = animist - size= 51 - - } - - farmers = { - culture = malay - religion = animist - size = 3811.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 128.75 - } - - artisans = { - culture = malay - religion = sunni - size = 669.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 154 - - } - - farmers = { - culture = malay - religion = sunni - size = 11252.75 - } + aristocrats = { + culture = malay + religion = animist + size = 51.5 + } + + clergymen = { + culture = malay + religion = animist + size = 51.5 + } + + artisans = { + culture = malay + religion = animist + size = 154.5 + } + + soldiers = { + culture = malay + religion = animist + size= 51 + + } + + farmers = { + culture = malay + religion = animist + size = 3811.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 128.75 + } + + artisans = { + culture = malay + religion = sunni + size = 669.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 154 + + } + + farmers = { + culture = malay + religion = sunni + size = 11252.75 + } } #Tarakan (96000/24000 POPS) 1425 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 206.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 180.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 206.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 154 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 16763.25 - } - - aristocrats = { - culture = malay - religion = animist - size = 25.75 - } - - clergymen = { - culture = malay - religion = animist - size = 51.5 - } - - artisans = { - culture = malay - religion = animist - size = 257.5 - } - - soldiers = { - culture = malay - religion = animist - size= 25 - - } - - farmers = { - culture = malay - religion = animist - size = 2729.5 - } - - aristocrats = { - culture = malay - religion = sunni - size = 51.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 772.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 51 - - } - - labourers = { - culture = malay - religion = sunni - size = 3193.0 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 206.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 180.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 206.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 154 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 16763.25 + } + + aristocrats = { + culture = malay + religion = animist + size = 25.75 + } + + clergymen = { + culture = malay + religion = animist + size = 51.5 + } + + artisans = { + culture = malay + religion = animist + size = 257.5 + } + + soldiers = { + culture = malay + religion = animist + size= 25 + + } + + farmers = { + culture = malay + religion = animist + size = 2729.5 + } + + aristocrats = { + culture = malay + religion = sunni + size = 51.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 772.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 51 + + } + + labourers = { + culture = malay + religion = sunni + size = 3193.0 + } } #Samarinda (120000/30000 POPS) 1429 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 309.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 257.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 721.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 24205.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 51.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 824.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 51 - - } - - farmers = { - culture = malay - religion = sunni - size = 4171.5 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 309.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 257.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 721.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 24205.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 51.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 824.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 51 + + } + + farmers = { + culture = malay + religion = sunni + size = 4171.5 + } } #Western Borneo Region (368000) #uncolonized in 1836 #Pontianak (148000/37000 POPS) 1426 = { - aristocrats = { - culture = malay - religion = animist - size = 51.5 - } - - clergymen = { - culture = malay - religion = animist - size = 51.5 - } - - artisans = { - culture = malay - religion = animist - size = 103.0 - } - - soldiers = { - culture = malay - religion = animist - size= 51 - - } - - farmers = { - culture = malay - religion = animist - size = 4892.5 - } - - aristocrats = { - culture = malay - religion = sunni - size = 283.25 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 309.0 - } - - artisans = { - culture = malay - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 309 - - } - - farmers = { - culture = malay - religion = sunni - size = 26368.0 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 10.3 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1184.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 41 - - } - - farmers = { - culture = yue - religion = mahayana - size = 3862.5 - } + aristocrats = { + culture = malay + religion = animist + size = 51.5 + } + + clergymen = { + culture = malay + religion = animist + size = 51.5 + } + + artisans = { + culture = malay + religion = animist + size = 103.0 + } + + soldiers = { + culture = malay + religion = animist + size= 51 + + } + + farmers = { + culture = malay + religion = animist + size = 4892.5 + } + + aristocrats = { + culture = malay + religion = sunni + size = 283.25 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 309.0 + } + + artisans = { + culture = malay + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 309 + + } + + farmers = { + culture = malay + religion = sunni + size = 26368.0 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 10.3 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1184.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 41 + + } + + farmers = { + culture = yue + religion = mahayana + size = 3862.5 + } } #Kota Waringin (152000/38000 POPS) 1427 = { - aristocrats = { - culture = malay - religion = animist - size = 77.25 - } - - clergymen = { - culture = malay - religion = animist - size = 77.25 - } - - artisans = { - culture = malay - religion = animist - size = 412.0 - } - - soldiers = { - culture = malay - religion = animist - size= 51 - - } - - farmers = { - culture = malay - religion = animist - size = 2781.0 - } - - aristocrats = { - culture = malay - religion = sunni - size = 360.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 669.5 - } - - artisans = { - culture = malay - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 309 - - } - - farmers = { - culture = malay - religion = sunni - size = 32857.0 - } + aristocrats = { + culture = malay + religion = animist + size = 77.25 + } + + clergymen = { + culture = malay + religion = animist + size = 77.25 + } + + artisans = { + culture = malay + religion = animist + size = 412.0 + } + + soldiers = { + culture = malay + religion = animist + size= 51 + + } + + farmers = { + culture = malay + religion = animist + size = 2781.0 + } + + aristocrats = { + culture = malay + religion = sunni + size = 360.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 669.5 + } + + artisans = { + culture = malay + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 309 + + } + + farmers = { + culture = malay + religion = sunni + size = 32857.0 + } } #Sintang (68000/17000 POPS) 1428 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 257.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 180.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 772.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 16042.25 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 257.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 180.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 772.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 16042.25 + } } #Celebes Region (1040000) #uncolonized in 1836 #Makassar (224000/56000 POPS) 1430 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 721.0 - } - - bureaucrats = { - culture = moluccan - religion = sunni - size = 154.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 540.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 618 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 52555.75 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 721.0 + } + + bureaucrats = { + culture = moluccan + religion = sunni + size = 154.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 540.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 618 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 52555.75 + } } #Bone (140000/35000 POPS) 1431 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 412.0 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 360.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 360 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 33114.5 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 412.0 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 360.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 360 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 33114.5 + } } #Mamuju (128000/32000 POPS) 1432 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 257.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 257.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 257 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 23432.5 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 77.25 - } - - clergymen = { - culture = moluccan - religion = animist - size = 77.25 - } - - artisans = { - culture = moluccan - religion = animist - size = 103.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 77 - - } - - farmers = { - culture = moluccan - religion = animist - size = 6875.25 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 257.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 257.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 257 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 23432.5 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 77.25 + } + + clergymen = { + culture = moluccan + religion = animist + size = 77.25 + } + + artisans = { + culture = moluccan + religion = animist + size = 103.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 77 + + } + + farmers = { + culture = moluccan + religion = animist + size = 6875.25 + } } #Menado (256000/64000 POPS) 1433 = { - aristocrats = { - culture = moluccan - religion = animist - size = 515.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 515.0 - } - - artisans = { - culture = moluccan - religion = animist - size = 1442.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 515 - - } - - farmers = { - culture = moluccan - religion = animist - size = 46453.0 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 180.25 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 180.25 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1854.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 180 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 14085.25 - } + aristocrats = { + culture = moluccan + religion = animist + size = 515.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 515.0 + } + + artisans = { + culture = moluccan + religion = animist + size = 1442.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 515 + + } + + farmers = { + culture = moluccan + religion = animist + size = 46453.0 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 180.25 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 180.25 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1854.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 180 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 14085.25 + } } #Luwuk (100000/25000 POPS) 1434 = { - aristocrats = { - culture = moluccan - religion = animist - size = 257.5 - } - - clergymen = { - culture = moluccan - religion = animist - size = 257.5 - } - - artisans = { - culture = moluccan - religion = animist - size = 1287.5 - } - - soldiers = { - culture = moluccan - religion = animist - size= 257 - - } - - farmers = { - culture = moluccan - religion = animist - size = 23690.0 - } + aristocrats = { + culture = moluccan + religion = animist + size = 257.5 + } + + clergymen = { + culture = moluccan + religion = animist + size = 257.5 + } + + artisans = { + culture = moluccan + religion = animist + size = 1287.5 + } + + soldiers = { + culture = moluccan + religion = animist + size= 257 + + } + + farmers = { + culture = moluccan + religion = animist + size = 23690.0 + } } #Palu (96000/24000 POPS) 1435 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 257.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 257.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 257 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 23690.0 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 257.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 257.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 257 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 23690.0 + } } #Kendari (48000/12000 POPS) 1436 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 154.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 128.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 618.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 103 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 11355.75 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 154.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 128.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 618.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 103 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 11355.75 + } } #Bulon (48000/12000 POPS) 1437 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 154.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 128.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 618.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 103 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 11355.75 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 154.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 128.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 618.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 103 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 11355.75 + } } #Sunda Region (1536400) #Ruled by Bali 1836 #Bali (640000/160000 POPS) 1438 = { - clergymen = { - culture = malay - religion = sunni - size = 128.75 - } - - artisans = { - culture = malay - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - farmers = { - culture = malay - religion = sunni - size = 13441.5 - } - - aristocrats = { - culture = malay - religion = hindu - size = 1545.0 - } - - bureaucrats = { - culture = malay - religion = hindu - size = 128.75 - } - - officers = { - culture = malay - religion = hindu - size = 206.0 - } - - clergymen = { - culture = malay - religion = hindu - size = 1467.75 - } - - artisans = { - culture = malay - religion = hindu - size = 7210.0 - } - - soldiers = { - culture = malay - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malay - religion = hindu - size= 3000 - - } - - soldiers = { - culture = malay - religion = hindu - size= 1120 - - } - - farmers = { - culture = malay - religion = hindu - size = 133642.5 - } + clergymen = { + culture = malay + religion = sunni + size = 128.75 + } + + artisans = { + culture = malay + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + farmers = { + culture = malay + religion = sunni + size = 13441.5 + } + + aristocrats = { + culture = malay + religion = hindu + size = 1545.0 + } + + bureaucrats = { + culture = malay + religion = hindu + size = 128.75 + } + + officers = { + culture = malay + religion = hindu + size = 206.0 + } + + clergymen = { + culture = malay + religion = hindu + size = 1467.75 + } + + artisans = { + culture = malay + religion = hindu + size = 7210.0 + } + + soldiers = { + culture = malay + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malay + religion = hindu + size= 3000 + + } + + soldiers = { + culture = malay + religion = hindu + size= 1120 + + } + + farmers = { + culture = malay + religion = hindu + size = 133642.5 + } } #Lombok (200000/50000 POPS) 1442 = { - aristocrats = { - culture = moluccan - religion = animist - size = 103.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 154.5 - } - - artisans = { - culture = moluccan - religion = animist - size = 515.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 103 - - } - - farmers = { - culture = moluccan - religion = animist - size = 13544.5 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 412.0 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 412.0 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 3000 - - } - - soldiers = { - culture = moluccan - religion = sunni - size= 130 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 33166.0 - } + aristocrats = { + culture = moluccan + religion = animist + size = 103.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 154.5 + } + + artisans = { + culture = moluccan + religion = animist + size = 515.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 103 + + } + + farmers = { + culture = moluccan + religion = animist + size = 13544.5 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 412.0 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 412.0 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 3000 + + } + + soldiers = { + culture = moluccan + religion = sunni + size= 130 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 33166.0 + } } #ruled by the Netherlands 1836 #Flores (176000/44000 POPS) 1439 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 515.0 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 437.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2266.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 463 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 41637.75 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 515.0 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 437.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2266.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 463 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 41637.75 + } } #Sumbawa (244000/61000 POPS) 1440 = { - aristocrats = { - culture = moluccan - religion = animist - size = 206.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 180.25 - } - - artisans = { - culture = moluccan - religion = animist - size = 772.5 - } - - soldiers = { - culture = moluccan - religion = animist - size= 154 - - } - - farmers = { - culture = moluccan - religion = animist - size = 16196.75 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 515.0 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 437.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 2266.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 463 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 41637.75 - } + aristocrats = { + culture = moluccan + religion = animist + size = 206.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 180.25 + } + + artisans = { + culture = moluccan + religion = animist + size = 772.5 + } + + soldiers = { + culture = moluccan + religion = animist + size= 154 + + } + + farmers = { + culture = moluccan + religion = animist + size = 16196.75 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 515.0 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 437.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 2266.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 463 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 41637.75 + } } #Sumba (192000/48000 POPS) 1441 = { - aristocrats = { - culture = moluccan - religion = animist - size = 154.5 - } - - clergymen = { - culture = moluccan - religion = animist - size = 128.75 - } - - artisans = { - culture = moluccan - religion = animist - size = 618.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 103 - - } - - farmers = { - culture = moluccan - religion = animist - size = 12385.75 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 360.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 360.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1854.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 360 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 35380.5 - } + aristocrats = { + culture = moluccan + religion = animist + size = 154.5 + } + + clergymen = { + culture = moluccan + religion = animist + size = 128.75 + } + + artisans = { + culture = moluccan + religion = animist + size = 618.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 103 + + } + + farmers = { + culture = moluccan + religion = animist + size = 12385.75 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 360.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 360.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1854.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 360 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 35380.5 + } } #Roti (24000/6000 POPS) 1443 = { - aristocrats = { - culture = moluccan - religion = animist - size = 103.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 51.5 - } - - artisans = { - culture = moluccan - religion = animist - size = 257.5 - } - - soldiers = { - culture = moluccan - religion = animist - size= 77 - - } - - farmers = { - culture = moluccan - religion = animist - size = 5690.75 - } + aristocrats = { + culture = moluccan + religion = animist + size = 103.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 51.5 + } + + artisans = { + culture = moluccan + religion = animist + size = 257.5 + } + + soldiers = { + culture = moluccan + religion = animist + size= 77 + + } + + farmers = { + culture = moluccan + religion = animist + size = 5690.75 + } } #Alor (36000/9000 POPS) 1444 = { - aristocrats = { - culture = moluccan - religion = animist - size = 20.6 - } - - clergymen = { - culture = moluccan - religion = animist - size = 41.2 - } - - artisans = { - culture = moluccan - religion = animist - size = 103.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 20 - - } - - farmers = { - culture = moluccan - religion = animist - size = 1874.6000000000001 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 77.25 - } - - clergymen = { - culture = melanesian - religion = animist - size = 77.25 - } - - artisans = { - culture = melanesian - religion = animist - size = 309.0 - } - - soldiers = { - culture = melanesian - religion = animist - size= 77 - - } - - farmers = { - culture = melanesian - religion = animist - size = 6669.25 - } + aristocrats = { + culture = moluccan + religion = animist + size = 20.6 + } + + clergymen = { + culture = moluccan + religion = animist + size = 41.2 + } + + artisans = { + culture = moluccan + religion = animist + size = 103.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 20 + + } + + farmers = { + culture = moluccan + religion = animist + size = 1874.6000000000001 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 77.25 + } + + clergymen = { + culture = melanesian + religion = animist + size = 77.25 + } + + artisans = { + culture = melanesian + religion = animist + size = 309.0 + } + + soldiers = { + culture = melanesian + religion = animist + size= 77 + + } + + farmers = { + culture = melanesian + religion = animist + size = 6669.25 + } } #Kaupeng (24400/6100 POPS) 1445 = { - aristocrats = { - culture = moluccan - religion = animist - size = 15.450000000000001 - } - - clergymen = { - culture = moluccan - religion = animist - size = 20.6 - } - - artisans = { - culture = moluccan - religion = animist - size = 36.050000000000004 - } - - soldiers = { - culture = moluccan - religion = animist - size= 10 - - } - - farmers = { - culture = moluccan - religion = animist - size = 947.6 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 51.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 51.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 257.5 - } - - soldiers = { - culture = melanesian - religion = animist - size= 51 - - } - - farmers = { - culture = melanesian - religion = animist - size = 4738.0 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10.3 - } - - artisans = { - culture = dutch - religion = protestant - size = 15.450000000000001 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25.75 - } - - soldiers = { - culture = dutch - religion = protestant - size= 51 - - } + aristocrats = { + culture = moluccan + religion = animist + size = 15.450000000000001 + } + + clergymen = { + culture = moluccan + religion = animist + size = 20.6 + } + + artisans = { + culture = moluccan + religion = animist + size = 36.050000000000004 + } + + soldiers = { + culture = moluccan + religion = animist + size= 10 + + } + + farmers = { + culture = moluccan + religion = animist + size = 947.6 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 51.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 51.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 257.5 + } + + soldiers = { + culture = melanesian + religion = animist + size= 51 + + } + + farmers = { + culture = melanesian + religion = animist + size = 4738.0 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10.3 + } + + artisans = { + culture = dutch + religion = protestant + size = 15.450000000000001 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25.75 + } + + soldiers = { + culture = dutch + religion = protestant + size= 51 + + } } #Ruled by Portugal 1836 #Dili (88000/22000 POPS) 1446 = { - clergymen = { - culture = moluccan - religion = catholic - size = 25.75 - } - - artisans = { - culture = moluccan - religion = catholic - size = 257.5 - } - - soldiers = { - culture = moluccan - religion = catholic - size= 15 - - } - - farmers = { - culture = moluccan - religion = catholic - size = 731.3000000000001 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 51.5 - } - - clergymen = { - culture = moluccan - religion = animist - size = 77.25 - } - - artisans = { - culture = moluccan - religion = animist - size = 51.5 - } - - soldiers = { - culture = moluccan - religion = animist - size= 25 - - } - - farmers = { - culture = moluccan - religion = animist - size = 3914.0 - } - - clergymen = { - culture = melanesian - religion = catholic - size = 51.5 - } - - artisans = { - culture = melanesian - religion = catholic - size = 772.5 - } - - soldiers = { - culture = melanesian - religion = catholic - size= 25 - - } - - farmers = { - culture = melanesian - religion = catholic - size = 1210.25 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 154.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 128.75 - } - - artisans = { - culture = melanesian - religion = animist - size = 51.5 - } - - soldiers = { - culture = melanesian - religion = animist - size= 103 - - } - - farmers = { - culture = melanesian - religion = animist - size = 15012.25 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 5.15 - } - - artisans = { - culture = portuguese - religion = catholic - size = 10.3 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 10.3 - } - - soldiers = { - culture = portuguese - religion = catholic - size= 25 - - } + clergymen = { + culture = moluccan + religion = catholic + size = 25.75 + } + + artisans = { + culture = moluccan + religion = catholic + size = 257.5 + } + + soldiers = { + culture = moluccan + religion = catholic + size= 15 + + } + + farmers = { + culture = moluccan + religion = catholic + size = 731.3000000000001 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 51.5 + } + + clergymen = { + culture = moluccan + religion = animist + size = 77.25 + } + + artisans = { + culture = moluccan + religion = animist + size = 51.5 + } + + soldiers = { + culture = moluccan + religion = animist + size= 25 + + } + + farmers = { + culture = moluccan + religion = animist + size = 3914.0 + } + + clergymen = { + culture = melanesian + religion = catholic + size = 51.5 + } + + artisans = { + culture = melanesian + religion = catholic + size = 772.5 + } + + soldiers = { + culture = melanesian + religion = catholic + size= 25 + + } + + farmers = { + culture = melanesian + religion = catholic + size = 1210.25 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 154.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 128.75 + } + + artisans = { + culture = melanesian + religion = animist + size = 51.5 + } + + soldiers = { + culture = melanesian + religion = animist + size= 103 + + } + + farmers = { + culture = melanesian + religion = animist + size = 15012.25 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 5.15 + } + + artisans = { + culture = portuguese + religion = catholic + size = 10.3 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 10.3 + } + + soldiers = { + culture = portuguese + religion = catholic + size= 25 + + } } #Moluccas Region (280000) #ruled by The Netherlands 1836 #Ambon (44400/11100 POPS) 1449 = { - aristocrats = { - culture = moluccan - religion = protestant - size = 118.45 - } - - bureaucrats = { - culture = moluccan - religion = protestant - size = 10.3 - } - - clergymen = { - culture = moluccan - religion = protestant - size = 128.75 - } - - artisans = { - culture = moluccan - religion = protestant - size = 618.0 - } - - soldiers = { - culture = moluccan - religion = protestant - size= 154 - - } - - farmers = { - culture = moluccan - religion = protestant - size = 1030.0 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 10.3 - } - - artisans = { - culture = dutch - religion = protestant - size = 15.450000000000001 - } - - clergymen = { - culture = dutch - religion = protestant - size = 25.75 - } - - soldiers = { - culture = dutch - religion = protestant - size= 51 - - } + aristocrats = { + culture = moluccan + religion = protestant + size = 118.45 + } + + bureaucrats = { + culture = moluccan + religion = protestant + size = 10.3 + } + + clergymen = { + culture = moluccan + religion = protestant + size = 128.75 + } + + artisans = { + culture = moluccan + religion = protestant + size = 618.0 + } + + soldiers = { + culture = moluccan + religion = protestant + size= 154 + + } + + farmers = { + culture = moluccan + religion = protestant + size = 1030.0 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 10.3 + } + + artisans = { + culture = dutch + religion = protestant + size = 15.450000000000001 + } + + clergymen = { + culture = dutch + religion = protestant + size = 25.75 + } + + soldiers = { + culture = dutch + religion = protestant + size= 51 + + } } #uncolonized in 1836 #Ternate (120000/30000 POPS) 1447 = { - aristocrats = { - culture = moluccan - religion = animist - size = 206.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 180.25 - } - - artisans = { - culture = moluccan - religion = animist - size = 103.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 154 - - } - - farmers = { - culture = moluccan - religion = animist - size = 16866.25 - } - - clergymen = { - culture = moluccan - religion = protestant - size = 51.5 - } - - artisans = { - culture = moluccan - religion = protestant - size = 412.0 - } - - soldiers = { - culture = moluccan - religion = protestant - size= 51 - - } - - farmers = { - culture = moluccan - religion = protestant - size = 1545.0 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 128.75 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 103.0 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 128 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 9939.5 - } + aristocrats = { + culture = moluccan + religion = animist + size = 206.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 180.25 + } + + artisans = { + culture = moluccan + religion = animist + size = 103.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 154 + + } + + farmers = { + culture = moluccan + religion = animist + size = 16866.25 + } + + clergymen = { + culture = moluccan + religion = protestant + size = 51.5 + } + + artisans = { + culture = moluccan + religion = protestant + size = 412.0 + } + + soldiers = { + culture = moluccan + religion = protestant + size= 51 + + } + + farmers = { + culture = moluccan + religion = protestant + size = 1545.0 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 128.75 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 103.0 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 128 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 9939.5 + } } #Jilolo (36000/9000 POPS) 1448 = { - aristocrats = { - culture = melanesian - religion = animist - size = 103.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 51.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 103.0 - } - - soldiers = { - culture = melanesian - religion = animist - size= 77 - - } - - farmers = { - culture = melanesian - religion = animist - size = 7905.25 - } - - aristocrats = { - culture = moluccan - religion = sunni - size = 20.6 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 25.75 - } - - artisans = { - culture = moluccan - religion = sunni - size = 360.5 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 25 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 700.4 - } + aristocrats = { + culture = melanesian + religion = animist + size = 103.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 51.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 103.0 + } + + soldiers = { + culture = melanesian + religion = animist + size= 77 + + } + + farmers = { + culture = melanesian + religion = animist + size = 7905.25 + } + + aristocrats = { + culture = moluccan + religion = sunni + size = 20.6 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 25.75 + } + + artisans = { + culture = moluccan + religion = sunni + size = 360.5 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 25 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 700.4 + } } #Ceram (56000/14000 POPS) 1450 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 77.25 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 51.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 566.5 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 77 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 5407.5 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 103.0 - } - - clergymen = { - culture = moluccan - religion = animist - size = 77.25 - } - - artisans = { - culture = moluccan - religion = animist - size = 154.5 - } - - soldiers = { - culture = moluccan - religion = animist - size= 77 - - } - - farmers = { - culture = moluccan - religion = animist - size = 7828.0 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 77.25 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 51.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 566.5 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 77 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 5407.5 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 103.0 + } + + clergymen = { + culture = moluccan + religion = animist + size = 77.25 + } + + artisans = { + culture = moluccan + religion = animist + size = 154.5 + } + + soldiers = { + culture = moluccan + religion = animist + size= 77 + + } + + farmers = { + culture = moluccan + religion = animist + size = 7828.0 + } } #Aru (24000/6000 POPS) 1451 = { - aristocrats = { - culture = melanesian - religion = animist - size = 51.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 51.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 206.0 - } - - soldiers = { - culture = melanesian - religion = animist - size= 51 - - } - - farmers = { - culture = melanesian - religion = animist - size = 3759.5 - } - - aristocrats = { - culture = moluccan - religion = animist - size = 25.75 - } - - clergymen = { - culture = moluccan - religion = animist - size = 51.5 - } - - artisans = { - culture = moluccan - religion = animist - size = 103.0 - } - - soldiers = { - culture = moluccan - religion = animist - size= 25 - - } - - farmers = { - culture = moluccan - religion = animist - size = 1854.0 - } + aristocrats = { + culture = melanesian + religion = animist + size = 51.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 51.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 206.0 + } + + soldiers = { + culture = melanesian + religion = animist + size= 51 + + } + + farmers = { + culture = melanesian + religion = animist + size = 3759.5 + } + + aristocrats = { + culture = moluccan + religion = animist + size = 25.75 + } + + clergymen = { + culture = moluccan + religion = animist + size = 51.5 + } + + artisans = { + culture = moluccan + religion = animist + size = 103.0 + } + + soldiers = { + culture = moluccan + religion = animist + size= 25 + + } + + farmers = { + culture = moluccan + religion = animist + size = 1854.0 + } } #Wests Papua (432000) #uncolonized in 1836 #Sorong (88000/22000 POPS) 1453 = { - aristocrats = { - culture = moluccan - religion = sunni - size = 51.5 - } - - clergymen = { - culture = moluccan - religion = sunni - size = 51.5 - } - - artisans = { - culture = moluccan - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = moluccan - religion = sunni - size= 51 - - } - - farmers = { - culture = moluccan - religion = sunni - size = 3965.5 - } - - aristocrats = { - culture = melanesian - religion = animist - size = 206.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 360.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 51.5 - } - - soldiers = { - culture = melanesian - religion = animist - size= 154 - - } - - farmers = { - culture = melanesian - religion = animist - size = 16737.5 - } + aristocrats = { + culture = moluccan + religion = sunni + size = 51.5 + } + + clergymen = { + culture = moluccan + religion = sunni + size = 51.5 + } + + artisans = { + culture = moluccan + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = moluccan + religion = sunni + size= 51 + + } + + farmers = { + culture = moluccan + religion = sunni + size = 3965.5 + } + + aristocrats = { + culture = melanesian + religion = animist + size = 206.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 360.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 51.5 + } + + soldiers = { + culture = melanesian + religion = animist + size= 154 + + } + + farmers = { + culture = melanesian + religion = animist + size = 16737.5 + } } #Biak (32000/8000 POPS) 1452 = { - aristocrats = { - culture = melanesian - religion = animist - size = 103.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 51.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 257.5 - } - - soldiers = { - culture = melanesian - religion = animist - size= 77 - - } - - farmers = { - culture = melanesian - religion = animist - size = 7750.75 - } + aristocrats = { + culture = melanesian + religion = animist + size = 103.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 51.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 257.5 + } + + soldiers = { + culture = melanesian + religion = animist + size= 77 + + } + + farmers = { + culture = melanesian + religion = animist + size = 7750.75 + } } #Merah (172000/43000 POPS) 1454 = { - aristocrats = { - culture = melanesian - religion = animist - size = 463.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 437.75 - } - - artisans = { - culture = melanesian - religion = animist - size = 2060.0 - } - - soldiers = { - culture = melanesian - religion = animist - size= 412 - - } - - farmers = { - culture = melanesian - religion = animist - size = 40916.75 - } + aristocrats = { + culture = melanesian + religion = animist + size = 463.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 437.75 + } + + artisans = { + culture = melanesian + religion = animist + size = 2060.0 + } + + soldiers = { + culture = melanesian + religion = animist + size= 412 + + } + + farmers = { + culture = melanesian + religion = animist + size = 40916.75 + } } #Merauke (140000/35000 POPS) 1560 = { - aristocrats = { - culture = melanesian - religion = animist - size = 412.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 360.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 1545.0 - } - - soldiers = { - culture = melanesian - religion = animist - size= 309 - - } - - farmers = { - culture = melanesian - religion = animist - size = 33423.5 - } + aristocrats = { + culture = melanesian + religion = animist + size = 412.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 360.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 1545.0 + } + + soldiers = { + culture = melanesian + religion = animist + size= 309 + + } + + farmers = { + culture = melanesian + religion = animist + size = 33423.5 + } } diff --git a/HPM/history/pops/1861.4.14/Iran.txt b/HPM/history/pops/1861.4.14/Iran.txt index c5d20266..656d5c00 100644 --- a/HPM/history/pops/1861.4.14/Iran.txt +++ b/HPM/history/pops/1861.4.14/Iran.txt @@ -2,2404 +2,2404 @@ #under the rule of Persia in 1836 #Tabriz (808000/202000 POPS) 1108 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 2575.0 - } - - bureaucrats = { - culture = azerbaijani - religion = shiite - size = 515.0 - } - - officers = { - culture = azerbaijani - religion = shiite - size = 412.0 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 1287.5 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 16480.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 2060.0 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 98725.5 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 1545.0 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 540.75 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 8755.0 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 824.0 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 72280.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1519.25 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 2575.0 + } + + bureaucrats = { + culture = azerbaijani + religion = shiite + size = 515.0 + } + + officers = { + culture = azerbaijani + religion = shiite + size = 412.0 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 1287.5 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 16480.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 2060.0 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 98725.5 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 1545.0 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 540.75 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 8755.0 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 824.0 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 72280.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1519.25 + } } #Khvoy (168000/42000 POPS) 1109 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 180.25 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 77.25 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 412.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 103.0 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 7441.75 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 257.5 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 103.0 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 669.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 128.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 12231.25 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 154.5 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 77.25 - } - - artisans = { - culture = kurdish - religion = shiite - size = 412.0 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 103.0 - } - - farmers = { - culture = kurdish - religion = shiite - size = 7467.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 103.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 669.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 128.75 - } - - farmers = { - culture = kurdish - religion = sunni - size = 12282.75 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 180.25 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 77.25 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 412.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 103.0 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 7441.75 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 257.5 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 103.0 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 669.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 128.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 12231.25 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 154.5 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 77.25 + } + + artisans = { + culture = kurdish + religion = shiite + size = 412.0 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 103.0 + } + + farmers = { + culture = kurdish + religion = shiite + size = 7467.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 103.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 669.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 128.75 + } + + farmers = { + culture = kurdish + religion = sunni + size = 12282.75 + } } #Urumia (192000/48000 POPS) 1110 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 257.5 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 128.75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 618.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 128.75 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 11227.0 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 283.25 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 875.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 16042.25 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 231.75 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 103.0 - } - - artisans = { - culture = kurdish - religion = shiite - size = 618.0 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 128.75 - } - - farmers = { - culture = kurdish - religion = shiite - size = 11278.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 51.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 360.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 77.25 - } - - farmers = { - culture = kurdish - religion = sunni - size = 6617.75 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 257.5 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 128.75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 618.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 128.75 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 11227.0 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 283.25 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 875.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 16042.25 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 231.75 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 103.0 + } + + artisans = { + culture = kurdish + religion = shiite + size = 618.0 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 128.75 + } + + farmers = { + culture = kurdish + religion = shiite + size = 11278.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 51.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 360.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 77.25 + } + + farmers = { + culture = kurdish + religion = sunni + size = 6617.75 + } } #Mahabad (200000/50000 POPS) 1111 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 669.5 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 334.75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 1648.0 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 1030.0 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 29277.75 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 309.0 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 927.0 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 180.25 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 16969.25 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 669.5 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 334.75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 1648.0 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 1030.0 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 29277.75 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 309.0 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 927.0 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 180.25 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 16969.25 + } } #Ardabil (280000/70000 POPS) 1112 = { - aristocrats = { - culture = azerbaijani - religion = shiite - size = 643.75 - } - - clergymen = { - culture = azerbaijani - religion = shiite - size = 334.75 - } - - artisans = { - culture = azerbaijani - religion = shiite - size = 1596.5 - } - - soldiers = { - culture = azerbaijani - religion = shiite - size = 1030.0 - } - - farmers = { - culture = azerbaijani - religion = shiite - size = 28325.0 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 386.25 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 206.0 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 206.0 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 20728.75 - } - - aristocrats = { - culture = persian - religion = shiite - size = 386.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 180.25 - } - - artisans = { - culture = persian - religion = shiite - size = 875.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 180.25 - } - - farmers = { - culture = persian - religion = shiite - size = 15887.75 - } + aristocrats = { + culture = azerbaijani + religion = shiite + size = 643.75 + } + + clergymen = { + culture = azerbaijani + religion = shiite + size = 334.75 + } + + artisans = { + culture = azerbaijani + religion = shiite + size = 1596.5 + } + + soldiers = { + culture = azerbaijani + religion = shiite + size = 1030.0 + } + + farmers = { + culture = azerbaijani + religion = shiite + size = 28325.0 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 386.25 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 206.0 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 206.0 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 20728.75 + } + + aristocrats = { + culture = persian + religion = shiite + size = 386.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 180.25 + } + + artisans = { + culture = persian + religion = shiite + size = 875.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 180.25 + } + + farmers = { + culture = persian + religion = shiite + size = 15887.75 + } } #Gilan-Maznadaran Region (448000) #under the rule of Persia in 1836 #Rasht (168000/42000 POPS) 1113 = { - aristocrats = { - culture = persian - religion = shiite - size = 824.0 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 103.0 - } - - officers = { - culture = persian - religion = shiite - size = 128.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 437.75 - } - - artisans = { - culture = persian - religion = shiite - size = 2163.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 38625.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 824.0 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 103.0 + } + + officers = { + culture = persian + religion = shiite + size = 128.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 437.75 + } + + artisans = { + culture = persian + religion = shiite + size = 2163.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 38625.0 + } } #Noshehr (88000/22000 POPS) 1114 = { - aristocrats = { - culture = persian - religion = shiite - size = 412.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 231.75 - } - - artisans = { - culture = persian - religion = shiite - size = 1133.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 231.75 - } - - farmers = { - culture = persian - religion = shiite - size = 21681.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 412.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 231.75 + } + + artisans = { + culture = persian + religion = shiite + size = 1133.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 231.75 + } + + farmers = { + culture = persian + religion = shiite + size = 21681.5 + } } #Sari (52000/13000 POPS) 1115 = { - aristocrats = { - culture = persian - religion = shiite - size = 257.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 128.75 - } - - artisans = { - culture = persian - religion = shiite - size = 669.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 12205.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 257.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 128.75 + } + + artisans = { + culture = persian + religion = shiite + size = 669.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 12205.5 + } } #Gorgan (140000/35000 POPS) 1116 = { - aristocrats = { - culture = persian - religion = shiite - size = 515.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 257.5 - } - - artisans = { - culture = persian - religion = shiite - size = 1339.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 23638.5 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 180.25 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 463.5 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 103.0 - } - - farmers = { - culture = turkmen - religion = sunni - size = 8446.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 515.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 257.5 + } + + artisans = { + culture = persian + religion = shiite + size = 1339.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 23638.5 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 180.25 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 463.5 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 103.0 + } + + farmers = { + culture = turkmen + religion = sunni + size = 8446.0 + } } #Luristan-Ardelan Region (476000) #under the rule of Persia in 1836 #Kermanshah (236000/59000 POPS) #Lur POPs included in Persian 1117 = { - aristocrats = { - culture = persian - religion = shiite - size = 721.0 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 77.25 - } - - officers = { - culture = persian - religion = shiite - size = 128.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 360.5 - } - - artisans = { - culture = persian - religion = shiite - size = 5819.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 29715.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } - - aristocrats = { - culture = kurdish - religion = shiite - size = 231.75 - } - - clergymen = { - culture = kurdish - religion = shiite - size = 128.75 - } - - artisans = { - culture = kurdish - religion = shiite - size = 669.5 - } - - soldiers = { - culture = kurdish - religion = shiite - size = 128.75 - } - - farmers = { - culture = kurdish - religion = shiite - size = 12231.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 154.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 231.75 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 77.25 - } - - farmers = { - culture = kurdish - religion = sunni - size = 8652.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 721.0 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 77.25 + } + + officers = { + culture = persian + religion = shiite + size = 128.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 360.5 + } + + artisans = { + culture = persian + religion = shiite + size = 5819.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 29715.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } + + aristocrats = { + culture = kurdish + religion = shiite + size = 231.75 + } + + clergymen = { + culture = kurdish + religion = shiite + size = 128.75 + } + + artisans = { + culture = kurdish + religion = shiite + size = 669.5 + } + + soldiers = { + culture = kurdish + religion = shiite + size = 128.75 + } + + farmers = { + culture = kurdish + religion = shiite + size = 12231.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 154.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 231.75 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 77.25 + } + + farmers = { + culture = kurdish + religion = sunni + size = 8652.0 + } } #Sanandaj (92000/23000 POPS) 1118 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 437.75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 231.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1184.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 257.5 - } - - farmers = { - culture = kurdish - religion = sunni - size = 21578.5 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 437.75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 231.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1184.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 257.5 + } + + farmers = { + culture = kurdish + religion = sunni + size = 21578.5 + } } #Ilam (84000/21000 POPS) 1119 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 334.75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 154.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 875.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size = 180.25 - } - - farmers = { - culture = kurdish - religion = sunni - size = 15965.0 - } - - aristocrats = { - culture = persian - religion = shiite - size = 77.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 51.5 - } - - artisans = { - culture = persian - religion = shiite - size = 206.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 51.5 - } - - farmers = { - culture = persian - religion = shiite - size = 3733.75 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 334.75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 154.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 875.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size = 180.25 + } + + farmers = { + culture = kurdish + religion = sunni + size = 15965.0 + } + + aristocrats = { + culture = persian + religion = shiite + size = 77.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 51.5 + } + + artisans = { + culture = persian + religion = shiite + size = 206.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 51.5 + } + + farmers = { + culture = persian + religion = shiite + size = 3733.75 + } } #Khorramabad (64000/16000 POPS) 1120 = { - aristocrats = { - culture = persian - religion = shiite - size = 309.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 154.5 - } - - artisans = { - culture = persian - religion = shiite - size = 824.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 14368.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 309.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 154.5 + } + + artisans = { + culture = persian + religion = shiite + size = 824.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 14368.5 + } } #Ajami Region (888000) #under the rule of Persia in 1836 #Tehran (338000/84500 POPS) 1121 = { - aristocrats = { - culture = persian - religion = shiite - size = 1931.25 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 334.75 - } - - officers = { - culture = persian - religion = shiite - size = 309.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 901.25 - } - - artisans = { - culture = persian - religion = shiite - size = 28840.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 51628.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1519.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 1931.25 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 334.75 + } + + officers = { + culture = persian + religion = shiite + size = 309.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 901.25 + } + + artisans = { + culture = persian + religion = shiite + size = 28840.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 51628.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1519.25 + } } #Hamadan (118000/29500 POPS) 1122 = { - aristocrats = { - culture = persian - religion = shiite - size = 643.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 334.75 - } - - artisans = { - culture = persian - religion = shiite - size = 6180.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 21218.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 10.3 - } - - artisans = { - culture = armenian - religion = orthodox - size = 504.7 - } + aristocrats = { + culture = persian + religion = shiite + size = 643.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 334.75 + } + + artisans = { + culture = persian + religion = shiite + size = 6180.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 21218.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 10.3 + } + + artisans = { + culture = armenian + religion = orthodox + size = 504.7 + } } #Zanjan (44000/11000 POPS) 1123 = { - aristocrats = { - culture = persian - religion = shiite - size = 206.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 103.0 - } - - artisans = { - culture = persian - religion = shiite - size = 3090.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 7802.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 206.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 103.0 + } + + artisans = { + culture = persian + religion = shiite + size = 3090.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 7802.25 + } } #Qazvin (140000/35000 POPS) 1124 = { - aristocrats = { - culture = persian - religion = shiite - size = 721.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 386.25 - } - - artisans = { - culture = persian - religion = shiite - size = 5150.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 28762.75 - } + aristocrats = { + culture = persian + religion = shiite + size = 721.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 386.25 + } + + artisans = { + culture = persian + religion = shiite + size = 5150.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 28762.75 + } } #Qom (200000/50000 POPS) 1125 = { - aristocrats = { - culture = persian - religion = shiite - size = 1133.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 643.75 - } - - artisans = { - culture = persian - religion = shiite - size = 4120.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 44573.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 1133.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 643.75 + } + + artisans = { + culture = persian + religion = shiite + size = 4120.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 44573.25 + } } #Semnan (48000/12000 POPS) 1126 = { - aristocrats = { - culture = persian - religion = shiite - size = 257.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 128.75 - } - - artisans = { - culture = persian - religion = shiite - size = 618.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 11227.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 257.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 128.75 + } + + artisans = { + culture = persian + religion = shiite + size = 618.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 11227.0 + } } #Isfahan Region (700000) #under the rule of Persia in 1836 #Isfahan (388000/97500 POPS) 1127 = { - aristocrats = { - culture = persian - religion = shiite - size = 2060.0 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 180.25 - } - - officers = { - culture = persian - religion = shiite - size = 206.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 1004.25 - } - - artisans = { - culture = persian - religion = shiite - size = 13905.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 3090.0 - } - - farmers = { - culture = persian - religion = shiite - size = 75859.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 3012.75 - } + aristocrats = { + culture = persian + religion = shiite + size = 2060.0 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 180.25 + } + + officers = { + culture = persian + religion = shiite + size = 206.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 1004.25 + } + + artisans = { + culture = persian + religion = shiite + size = 13905.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 3090.0 + } + + farmers = { + culture = persian + religion = shiite + size = 75859.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 3012.75 + } } #Arak (60000/15000 POPS) 1128 = { - aristocrats = { - culture = persian - religion = shiite - size = 257.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 154.5 - } - - artisans = { - culture = persian - religion = shiite - size = 772.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 154.5 - } - - farmers = { - culture = persian - religion = shiite - size = 14111.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 257.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 154.5 + } + + artisans = { + culture = persian + religion = shiite + size = 772.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 154.5 + } + + farmers = { + culture = persian + religion = shiite + size = 14111.0 + } } #Kashan (112000/28000 POPS) 1129 = { - aristocrats = { - culture = persian - religion = shiite - size = 566.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 283.25 - } - - artisans = { - culture = persian - religion = shiite - size = 1442.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 25518.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 566.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 283.25 + } + + artisans = { + culture = persian + religion = shiite + size = 1442.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 25518.25 + } } #Yazd (140000/35000 POPS) 1130 = { - aristocrats = { - culture = persian - religion = shiite - size = 721.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 360.5 - } - - artisans = { - culture = persian - religion = shiite - size = 6437.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 26728.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 10.3 - } - - artisans = { - culture = armenian - religion = orthodox - size = 504.7 - } + aristocrats = { + culture = persian + religion = shiite + size = 721.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 360.5 + } + + artisans = { + culture = persian + religion = shiite + size = 6437.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 26728.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 10.3 + } + + artisans = { + culture = armenian + religion = orthodox + size = 504.7 + } } #Khuzestan Region (164000) #under the rule of Persia in 1836 #Ahvaz (56000/14000 POPS) 1131 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 206.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 437.75 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 10222.75 - } - - aristocrats = { - culture = persian - religion = shiite - size = 77.25 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 25.75 - } - - officers = { - culture = persian - religion = shiite - size = 51.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 77.25 - } - - artisans = { - culture = persian - religion = shiite - size = 154.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 51.5 - } - - farmers = { - culture = persian - religion = shiite - size = 2652.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 206.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 437.75 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 10222.75 + } + + aristocrats = { + culture = persian + religion = shiite + size = 77.25 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 25.75 + } + + officers = { + culture = persian + religion = shiite + size = 51.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 77.25 + } + + artisans = { + culture = persian + religion = shiite + size = 154.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 51.5 + } + + farmers = { + culture = persian + religion = shiite + size = 2652.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Abadan (44000/11000 POPS) 1132 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 206.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 566.5 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 10351.5 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 206.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 566.5 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 10351.5 + } } #Dezful (32000/8000 POPS) 1133 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1854.0 - } - - aristocrats = { - culture = persian - religion = shiite - size = 103.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 51.5 - } - - artisans = { - culture = persian - religion = shiite - size = 309.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 77.25 - } - - farmers = { - culture = persian - religion = shiite - size = 5639.25 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1854.0 + } + + aristocrats = { + culture = persian + religion = shiite + size = 103.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 51.5 + } + + artisans = { + culture = persian + religion = shiite + size = 309.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 77.25 + } + + farmers = { + culture = persian + religion = shiite + size = 5639.25 + } } #Shahr-e Kord (32000/8000 POPS) 1134 = { - aristocrats = { - culture = persian - religion = shiite - size = 154.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 77.25 - } - - artisans = { - culture = persian - religion = shiite - size = 412.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 77.25 - } - - farmers = { - culture = persian - religion = shiite - size = 7493.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 154.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 77.25 + } + + artisans = { + culture = persian + religion = shiite + size = 412.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 77.25 + } + + farmers = { + culture = persian + religion = shiite + size = 7493.25 + } } #Fars Region (468000) #under the rule of Persia in 1836 #Shiraz (160000/40000 POPS) 1135 = { - aristocrats = { - culture = persian - religion = shiite - size = 798.25 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 77.25 - } - - officers = { - culture = persian - religion = shiite - size = 128.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 412.0 - } - - artisans = { - culture = persian - religion = shiite - size = 6952.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 31543.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = persian + religion = shiite + size = 798.25 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 77.25 + } + + officers = { + culture = persian + religion = shiite + size = 128.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 412.0 + } + + artisans = { + culture = persian + religion = shiite + size = 6952.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 31543.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Bushehr (100000/25000 POPS) 1136 = { - aristocrats = { - culture = persian - religion = shiite - size = 463.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 257.5 - } - - artisans = { - culture = persian - religion = shiite - size = 1287.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 257.5 - } - - farmers = { - culture = persian - religion = shiite - size = 23484.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 463.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 257.5 + } + + artisans = { + culture = persian + religion = shiite + size = 1287.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 257.5 + } + + farmers = { + culture = persian + religion = shiite + size = 23484.0 + } } #Yasuj (144000/36000 POPS) 1137 = { - aristocrats = { - culture = persian - religion = shiite - size = 721.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 360.5 - } - - artisans = { - culture = persian - religion = shiite - size = 1854.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 33114.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 721.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 360.5 + } + + artisans = { + culture = persian + religion = shiite + size = 1854.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 33114.5 + } } #Kangan (48000/12000 POPS) 1138 = { - aristocrats = { - culture = persian - religion = shiite - size = 231.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 128.75 - } - - artisans = { - culture = persian - religion = shiite - size = 618.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 11252.75 - } + aristocrats = { + culture = persian + religion = shiite + size = 231.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 128.75 + } + + artisans = { + culture = persian + religion = shiite + size = 618.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 11252.75 + } } #Sirjan (16000/4000 POPS) 1139 = { - aristocrats = { - culture = persian - religion = shiite - size = 51.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 51.5 - } - - artisans = { - culture = persian - religion = shiite - size = 206.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 25.75 - } - - farmers = { - culture = persian - religion = shiite - size = 3785.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 51.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 51.5 + } + + artisans = { + culture = persian + religion = shiite + size = 206.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 25.75 + } + + farmers = { + culture = persian + religion = shiite + size = 3785.25 + } } #Kerman Region (332000) #under the rule of Persia in 1836 #Kerman (80000/20000 POPS) 1140 = { - aristocrats = { - culture = persian - religion = shiite - size = 360.5 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 51.5 - } - - officers = { - culture = persian - religion = shiite - size = 77.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 206.0 - } - - artisans = { - culture = persian - religion = shiite - size = 1030.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 206.0 - } - - farmers = { - culture = persian - religion = shiite - size = 18668.75 - } + aristocrats = { + culture = persian + religion = shiite + size = 360.5 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 51.5 + } + + officers = { + culture = persian + religion = shiite + size = 77.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 206.0 + } + + artisans = { + culture = persian + religion = shiite + size = 1030.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 206.0 + } + + farmers = { + culture = persian + religion = shiite + size = 18668.75 + } } #Lengeh (76000/19000 POPS) 1141 = { - aristocrats = { - culture = persian - religion = shiite - size = 309.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 154.5 - } - - artisans = { - culture = persian - religion = shiite - size = 824.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 14162.5 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 154.5 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 2832.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 309.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 154.5 + } + + artisans = { + culture = persian + religion = shiite + size = 824.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 14162.5 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 154.5 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 2832.5 + } } #Bandar Abbas (96000/24000 POPS) 1142 = { - aristocrats = { - culture = persian - religion = shiite - size = 334.75 - } - - clergymen = { - culture = persian - religion = shiite - size = 180.25 - } - - artisans = { - culture = persian - religion = shiite - size = 875.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 15089.5 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 360.5 - } - - soldiers = { - culture = mashriqi - religion = shiite - size = 77.25 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 6592.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 334.75 + } + + clergymen = { + culture = persian + religion = shiite + size = 180.25 + } + + artisans = { + culture = persian + religion = shiite + size = 875.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 15089.5 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 360.5 + } + + soldiers = { + culture = mashriqi + religion = shiite + size = 77.25 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 6592.0 + } } #Bam (80000/20000 POPS) 1143 = { - aristocrats = { - culture = persian - religion = shiite - size = 206.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 103.0 - } - - artisans = { - culture = persian - religion = shiite - size = 566.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 10325.75 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 180.25 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 77.25 - } - - artisans = { - culture = baluchi - religion = sunni - size = 463.5 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 103.0 - } - - farmers = { - culture = baluchi - religion = sunni - size = 8446.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 206.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 103.0 + } + + artisans = { + culture = persian + religion = shiite + size = 566.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 10325.75 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 180.25 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 77.25 + } + + artisans = { + culture = baluchi + religion = sunni + size = 463.5 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 103.0 + } + + farmers = { + culture = baluchi + religion = sunni + size = 8446.0 + } } #Sistan Region (260000) #under the rule of Persia in 1836 #Zahedan (72000/18000 POPS) 1144 = { - aristocrats = { - culture = persian - religion = shiite - size = 206.0 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 25.75 - } - - officers = { - culture = persian - religion = shiite - size = 77.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 103.0 - } - - artisans = { - culture = persian - religion = shiite - size = 566.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 128.75 - } - - farmers = { - culture = persian - religion = shiite - size = 10222.75 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 77.25 - } - - artisans = { - culture = baluchi - religion = sunni - size = 360.5 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 77.25 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6566.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 206.0 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 25.75 + } + + officers = { + culture = persian + religion = shiite + size = 77.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 103.0 + } + + artisans = { + culture = persian + religion = shiite + size = 566.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 128.75 + } + + farmers = { + culture = persian + religion = shiite + size = 10222.75 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 77.25 + } + + artisans = { + culture = baluchi + religion = sunni + size = 360.5 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 77.25 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6566.25 + } } #Jask (92000/23000 POPS) 1145 = { - aristocrats = { - culture = persian - religion = shiite - size = 283.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 180.25 - } - - artisans = { - culture = persian - religion = shiite - size = 875.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 15141.0 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 51.5 - } - - artisans = { - culture = baluchi - religion = sunni - size = 309.0 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 51.5 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6257.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 283.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 180.25 + } + + artisans = { + culture = persian + religion = shiite + size = 875.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 15141.0 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 51.5 + } + + artisans = { + culture = baluchi + religion = sunni + size = 309.0 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 51.5 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6257.25 + } } #Chabahar (96000/24000 POPS) 1146 = { - aristocrats = { - culture = persian - religion = shiite - size = 283.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 180.25 - } - - artisans = { - culture = persian - religion = shiite - size = 875.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 180.25 - } - - farmers = { - culture = persian - religion = shiite - size = 15990.75 - } - - aristocrats = { - culture = baluchi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = baluchi - religion = sunni - size = 77.25 - } - - artisans = { - culture = baluchi - religion = sunni - size = 360.5 - } - - soldiers = { - culture = baluchi - religion = sunni - size = 77.25 - } - - farmers = { - culture = baluchi - religion = sunni - size = 6566.25 - } + aristocrats = { + culture = persian + religion = shiite + size = 283.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 180.25 + } + + artisans = { + culture = persian + religion = shiite + size = 875.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 180.25 + } + + farmers = { + culture = persian + religion = shiite + size = 15990.75 + } + + aristocrats = { + culture = baluchi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = baluchi + religion = sunni + size = 77.25 + } + + artisans = { + culture = baluchi + religion = sunni + size = 360.5 + } + + soldiers = { + culture = baluchi + religion = sunni + size = 77.25 + } + + farmers = { + culture = baluchi + religion = sunni + size = 6566.25 + } } #Khurasan Region (600000) #under the rule of Persia in 1836 #Mashhad (380000/95000 POPS) 1147 = { - aristocrats = { - culture = persian - religion = shiite - size = 1596.5 - } - - bureaucrats = { - culture = persian - religion = shiite - size = 154.5 - } - - officers = { - culture = persian - religion = shiite - size = 180.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 849.75 - } - - artisans = { - culture = persian - religion = shiite - size = 12875.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 69576.5 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkmen - religion = sunni - size = 566.5 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 103.0 - } - - farmers = { - culture = turkmen - religion = sunni - size = 10351.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = persian + religion = shiite + size = 1596.5 + } + + bureaucrats = { + culture = persian + religion = shiite + size = 154.5 + } + + officers = { + culture = persian + religion = shiite + size = 180.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 849.75 + } + + artisans = { + culture = persian + religion = shiite + size = 12875.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 69576.5 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkmen + religion = sunni + size = 566.5 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 103.0 + } + + farmers = { + culture = turkmen + religion = sunni + size = 10351.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Birjand (92000/23000 POPS) 1148 = { - aristocrats = { - culture = persian - religion = shiite - size = 463.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 231.75 - } - - artisans = { - culture = persian - religion = shiite - size = 1184.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 1030.0 - } - - farmers = { - culture = persian - religion = shiite - size = 20857.5 - } + aristocrats = { + culture = persian + religion = shiite + size = 463.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 231.75 + } + + artisans = { + culture = persian + religion = shiite + size = 1184.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 1030.0 + } + + farmers = { + culture = persian + religion = shiite + size = 20857.5 + } } #Sabzevar (72000/18000 POPS) 1149 = { - aristocrats = { - culture = persian - religion = shiite - size = 360.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 180.25 - } - - artisans = { - culture = persian - religion = shiite - size = 927.0 - } - - soldiers = { - culture = persian - religion = shiite - size = 180.25 - } - - farmers = { - culture = persian - religion = shiite - size = 16892.0 - } + aristocrats = { + culture = persian + religion = shiite + size = 360.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 180.25 + } + + artisans = { + culture = persian + religion = shiite + size = 927.0 + } + + soldiers = { + culture = persian + religion = shiite + size = 180.25 + } + + farmers = { + culture = persian + religion = shiite + size = 16892.0 + } } #Bojnurd (56000/14000 POPS) 1150 = { - aristocrats = { - culture = persian - religion = shiite - size = 103.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 51.5 - } - - artisans = { - culture = persian - religion = shiite - size = 257.5 - } - - soldiers = { - culture = persian - religion = shiite - size = 51.5 - } - - farmers = { - culture = persian - religion = shiite - size = 4686.5 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 437.75 - } - - soldiers = { - culture = turkmen - religion = sunni - size = 77.25 - } - - farmers = { - culture = turkmen - religion = sunni - size = 8471.75 - } + aristocrats = { + culture = persian + religion = shiite + size = 103.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 51.5 + } + + artisans = { + culture = persian + religion = shiite + size = 257.5 + } + + soldiers = { + culture = persian + religion = shiite + size = 51.5 + } + + farmers = { + culture = persian + religion = shiite + size = 4686.5 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 437.75 + } + + soldiers = { + culture = turkmen + religion = sunni + size = 77.25 + } + + farmers = { + culture = turkmen + religion = sunni + size = 8471.75 + } } diff --git a/HPM/history/pops/1861.4.14/Iraq.txt b/HPM/history/pops/1861.4.14/Iraq.txt index bd0f5c0b..6a40a3be 100644 --- a/HPM/history/pops/1861.4.14/Iraq.txt +++ b/HPM/history/pops/1861.4.14/Iraq.txt @@ -2,1261 +2,1261 @@ #under the rule of Ottoman Empire in 1836 #Mosul (228000/57000 POPS) 923 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 334.75 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - officers = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 157.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 687.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 1030 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 12660.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 77.25 - } - - officers = { - culture = turkish - religion = sunni - size = 77.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 618.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 10274.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 154.5 - } - - officers = { - culture = kurdish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 103.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 618.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 1030 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 10454.5 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 177.25 - } - - artisans = { - culture = assyrian - religion = catholic - size = 1012.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 17750.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 334.75 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + officers = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 157.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 687.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 1030 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 12660.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 77.25 + } + + officers = { + culture = turkish + religion = sunni + size = 77.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 618.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 10274.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 154.5 + } + + officers = { + culture = kurdish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 103.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 618.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 1030 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 10454.5 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 177.25 + } + + artisans = { + culture = assyrian + religion = catholic + size = 1012.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 17750.75 + } } #Arbil (104000/26000 POPS) 924 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 257.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 51 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4712.25 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 309.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 77 - - } - - farmers = { - culture = turkish - religion = sunni - size = 2639.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 128.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 669.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 154 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 11664.75 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25.75 - } - - artisans = { - culture = assyrian - religion = catholic - size = 103.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 4931.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 257.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 51 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4712.25 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 309.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 77 + + } + + farmers = { + culture = turkish + religion = sunni + size = 2639.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 128.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 669.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 154 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 11664.75 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25.75 + } + + artisans = { + culture = assyrian + religion = catholic + size = 103.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 4931.25 + } } #Kirkuk (160000/40000 POPS) 925 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 309.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 77 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 6257.25 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 515.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 8497.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 334.75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 206.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 1030 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 19956.25 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25.75 - } - - artisans = { - culture = assyrian - religion = catholic - size = 103.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1931.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 309.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 77 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 6257.25 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 515.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 8497.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 334.75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 206.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 1030 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 19956.25 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25.75 + } + + artisans = { + culture = assyrian + religion = catholic + size = 103.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1931.25 + } } #Iraq Region (644000) #under the rule of Ottoman Empire in 1836 #Baghdad (268000/67000 POPS) 926 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 1030.0 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 360.5 - } - - officers = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 412.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 10000.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 2051.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 1030 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 22093.5 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 257.5 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 2317.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 128 - - } - - farmers = { - culture = turkish - religion = sunni - size = 3167.25 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 154.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 2832.5 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 51.5 - } - - artisans = { - culture = assyrian - religion = catholic - size = 2060.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 4068.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 1545.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 2497.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 77.25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 4042.75 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 412.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 103 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 7570.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 1030.0 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 360.5 + } + + officers = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 412.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 10000.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 2051.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 1030 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 22093.5 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 257.5 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 2317.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 128 + + } + + farmers = { + culture = turkish + religion = sunni + size = 3167.25 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 154.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 2832.5 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 51.5 + } + + artisans = { + culture = assyrian + religion = catholic + size = 2060.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 4068.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 1545.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 2497.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 77.25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 4042.75 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 412.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 103 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 7570.5 + } } #Samarra (92000/23000 POPS) 927 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 334.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 875.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 180 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 15939.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 77 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5690.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 334.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 875.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 180 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 15939.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 77 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5690.75 + } } #Mendeli (84000/21000 POPS) 928 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 618.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 128 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 11304.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 77.25 - } - - artisans = { - culture = kurdish - religion = sunni - size = 206.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 51 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 3708.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3708.0 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25.75 - } - - artisans = { - culture = assyrian - religion = catholic - size = 51.5 - } - - farmers = { - culture = assyrian - religion = catholic - size = 952.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 618.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 128 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 11304.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 77.25 + } + + artisans = { + culture = kurdish + religion = sunni + size = 206.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 51 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 3708.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3708.0 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25.75 + } + + artisans = { + culture = assyrian + religion = catholic + size = 51.5 + } + + farmers = { + culture = assyrian + religion = catholic + size = 952.75 + } } #Karbala (100000/25000 POPS) 929 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 412.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 103 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7519.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3733.75 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 360.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 154.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 669.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 12205.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 412.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 103 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7519.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3733.75 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 360.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 154.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 669.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 12205.5 + } } #Kut (100000/25000 POPS) 930 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3708.0 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 51.5 - } - - artisans = { - culture = bedouin - religion = shiite - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 25 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 1854.0 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 360.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 978.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 18050.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3708.0 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 51.5 + } + + artisans = { + culture = bedouin + religion = shiite + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 25 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 1854.0 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 360.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 978.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 18050.75 + } } #Badiyat al-Sham Region (8000) #see Jordan.txt, Syria.txt & Saudi Arabia.txt for balance of region #under the "rule" of Egypt in 1836 #Rutbah (8000/2000 POPS) #now part of Iraq 931 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 77.25 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 25 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 1879.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 77.25 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 25 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 1879.75 + } } #Basra Region (388000) #see Gulf States.txt for balance of region #under the rule of Ottoman Empire in 1836 #Basra (140000/35000 POPS) 932 = { - bureaucrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - officers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 51 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 3064.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 360.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 77 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 6617.75 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 77.25 - } - - artisans = { - culture = bedouin - religion = shiite - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 51 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 4686.5 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 386.25 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 206.0 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1081.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 19956.25 - } + bureaucrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + officers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 51 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 3064.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 360.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 77 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 6617.75 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 77.25 + } + + artisans = { + culture = bedouin + religion = shiite + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 51 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 4686.5 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 386.25 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 206.0 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1081.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 19956.25 + } } #Nasiriyya (152000/38000 POPS) 933 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3708.0 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 51.5 - } - - artisans = { - culture = bedouin - religion = shiite - size = 309.0 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 51 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 5665.0 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 515.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 283.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 1442.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 26599.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3708.0 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 51.5 + } + + artisans = { + culture = bedouin + religion = shiite + size = 309.0 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 51 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 5665.0 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 515.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 283.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 1442.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 26599.75 + } } #Najaf (96000/24000 POPS) 934 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 309.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5665.0 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 77.25 - } - - artisans = { - culture = bedouin - religion = shiite - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 51 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 4686.5 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 206.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 128.75 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 669.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 12385.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 309.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5665.0 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 77.25 + } + + artisans = { + culture = bedouin + religion = shiite + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 51 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 4686.5 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 206.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 128.75 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 669.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 12385.75 + } } diff --git a/HPM/history/pops/1861.4.14/Ireland.txt b/HPM/history/pops/1861.4.14/Ireland.txt index b5e0c130..7ff33664 100644 --- a/HPM/history/pops/1861.4.14/Ireland.txt +++ b/HPM/history/pops/1861.4.14/Ireland.txt @@ -2,659 +2,659 @@ #under rule of Britain 1861 #Belfast (402004/100501 POPs) 254 = { - aristocrats = { - culture = british - religion = protestant - size = 500 - } - - officers = { - culture = british - religion = protestant - size = 125 - } - - bureaucrats = { - culture = british - religion = protestant - size = 563 - } - - clergymen = { - culture = british - religion = protestant - size = 250 - } - - clerks = { - culture = british - religion = protestant - size = 1100 - } - - craftsmen = { - culture = british - religion = protestant - size = 10000 - } - - soldiers = { - culture = british - religion = protestant - size = 625 - } - - artisans = { - culture = british - religion = protestant - size = 7000 - } - - farmers = { - culture = british - religion = protestant - size = 62938 - } - - clergymen = { - culture = irish - religion = catholic - size = 125 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1100 - } - - artisans = { - culture = irish - religion = catholic - size = 2750 - } - - labourers = { - culture = irish - religion = catholic - size = 11625 - } + aristocrats = { + culture = british + religion = protestant + size = 500 + } + + officers = { + culture = british + religion = protestant + size = 125 + } + + bureaucrats = { + culture = british + religion = protestant + size = 563 + } + + clergymen = { + culture = british + religion = protestant + size = 250 + } + + clerks = { + culture = british + religion = protestant + size = 1100 + } + + craftsmen = { + culture = british + religion = protestant + size = 10000 + } + + soldiers = { + culture = british + religion = protestant + size = 625 + } + + artisans = { + culture = british + religion = protestant + size = 7000 + } + + farmers = { + culture = british + religion = protestant + size = 62938 + } + + clergymen = { + culture = irish + religion = catholic + size = 125 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1100 + } + + artisans = { + culture = irish + religion = catholic + size = 2750 + } + + labourers = { + culture = irish + religion = catholic + size = 11625 + } } #Londonderry (270304/67576 POPS) 255 = { - clergymen = { - culture = irish - religion = catholic - size = 188 - } - - artisans = { - culture = irish - religion = catholic - size = 575 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2000 - } - - soldiers = { - culture = irish - religion = catholic - size = 1500 - } - - labourers = { - culture = irish - religion = catholic - size = 21313 - } - - aristocrats = { - culture = british - religion = protestant - size = 250 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - artisans = { - culture = british - religion = protestant - size = 3500 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - clerks = { - culture = british - religion = protestant - size = 200 - } - - craftsmen = { - culture = british - religion = protestant - size = 4800 - } - - farmers = { - culture = british - religion = protestant - size = 32625 - } + clergymen = { + culture = irish + religion = catholic + size = 188 + } + + artisans = { + culture = irish + religion = catholic + size = 575 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2000 + } + + soldiers = { + culture = irish + religion = catholic + size = 1500 + } + + labourers = { + culture = irish + religion = catholic + size = 21313 + } + + aristocrats = { + culture = british + religion = protestant + size = 250 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + artisans = { + culture = british + religion = protestant + size = 3500 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + clerks = { + culture = british + religion = protestant + size = 200 + } + + craftsmen = { + culture = british + religion = protestant + size = 4800 + } + + farmers = { + culture = british + religion = protestant + size = 32625 + } } #Armagh (193000/48250 POPS) 256 = { - aristocrats = { - culture = british - religion = protestant - size = 125 - } - - clergymen = { - culture = british - religion = protestant - size = 125 - } - - artisans = { - culture = british - religion = protestant - size = 2250 - } - - soldiers = { - culture = british - religion = protestant - size = 500 - } - - labourers = { - culture = british - religion = protestant - size = 35500 - } - - clergymen = { - culture = irish - religion = catholic - size = 125 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - soldiers = { - culture = irish - religion = catholic - size = 125 - } - - labourers = { - culture = irish - religion = catholic - size = 9250 - } + aristocrats = { + culture = british + religion = protestant + size = 125 + } + + clergymen = { + culture = british + religion = protestant + size = 125 + } + + artisans = { + culture = british + religion = protestant + size = 2250 + } + + soldiers = { + culture = british + religion = protestant + size = 500 + } + + labourers = { + culture = british + religion = protestant + size = 35500 + } + + clergymen = { + culture = irish + religion = catholic + size = 125 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + soldiers = { + culture = irish + religion = catholic + size = 125 + } + + labourers = { + culture = irish + religion = catholic + size = 9250 + } } -#Donegal (254040/63510 POPS) +#Donegal (254040/63510 POPS) 257 = { - aristocrats = { - culture = irish - religion = catholic - size = 125 - } - - clergymen = { - culture = irish - religion = catholic - size = 125 - } - - artisans = { - culture = irish - religion = catholic - size = 1875 - } - - soldiers = { - culture = irish - religion = catholic - size = 250 - } - - labourers = { - culture = irish - religion = catholic - size = 49625 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 1125 - } - - soldiers = { - culture = british - religion = protestant - size = 70 - } - - farmers = { - culture = british - religion = protestant - size = 10290 - } + aristocrats = { + culture = irish + religion = catholic + size = 125 + } + + clergymen = { + culture = irish + religion = catholic + size = 125 + } + + artisans = { + culture = irish + religion = catholic + size = 1875 + } + + soldiers = { + culture = irish + religion = catholic + size = 250 + } + + labourers = { + culture = irish + religion = catholic + size = 49625 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 1125 + } + + soldiers = { + culture = british + religion = protestant + size = 70 + } + + farmers = { + culture = british + religion = protestant + size = 10290 + } } #Connaught Region - 1316000 #under rule of Britain 1861 #Galway (230000/57500 POPS) 258 = { - aristocrats = { - culture = irish - religion = catholic - size = 250 - } - - clergymen = { - culture = irish - religion = catholic - size = 625 - } - - artisans = { - culture = irish - religion = catholic - size = 2500 - } - - soldiers = { - culture = irish - religion = catholic - size = 750 - } - - farmers = { - culture = irish - religion = catholic - size = 53375 - } + aristocrats = { + culture = irish + religion = catholic + size = 250 + } + + clergymen = { + culture = irish + religion = catholic + size = 625 + } + + artisans = { + culture = irish + religion = catholic + size = 2500 + } + + soldiers = { + culture = irish + religion = catholic + size = 750 + } + + farmers = { + culture = irish + religion = catholic + size = 53375 + } } #Sligo (344000/86000 POPs) 259 = { - bureaucrats = { - culture = british - religion = protestant - size = 250 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 125 - } - - aristocrats = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 1100 - } - - artisans = { - culture = irish - religion = catholic - size = 4750 - } - - soldiers = { - culture = irish - religion = catholic - size = 1250 - } - - farmers = { - culture = irish - religion = catholic - size = 78125 - } + bureaucrats = { + culture = british + religion = protestant + size = 250 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 125 + } + + aristocrats = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 1100 + } + + artisans = { + culture = irish + religion = catholic + size = 4750 + } + + soldiers = { + culture = irish + religion = catholic + size = 1250 + } + + farmers = { + culture = irish + religion = catholic + size = 78125 + } } -#Munster Region - 2244000 +#Munster Region - 2244000 #under rule of Britain 1861 -#Cork (433200/108300 POPS) +#Cork (433200/108300 POPS) 260 = { - aristocrats = { - culture = irish - religion = catholic - size = 300 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 1100 - } - - officers = { - culture = irish - religion = catholic - size = 250 - } - - clergymen = { - culture = irish - religion = catholic - size = 750 - } - - artisans = { - culture = irish - religion = catholic - size = 11000 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 5900 - } - - soldiers = { - culture = irish - religion = catholic - size = 750 - } - - farmers = { - culture = irish - religion = catholic - size = 84175 - } - - aristocrats = { - culture = british - religion = protestant - size = 550 - } - - bureaucrats = { - culture = british - religion = protestant - size = 425 - } - - officers = { - culture = british - religion = protestant - size = 125 - } - - soldiers = { - culture = british - religion = protestant - size = 250 - } - - farmers = { - culture = british - religion = protestant - size = 3625 - } + aristocrats = { + culture = irish + religion = catholic + size = 300 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 1100 + } + + officers = { + culture = irish + religion = catholic + size = 250 + } + + clergymen = { + culture = irish + religion = catholic + size = 750 + } + + artisans = { + culture = irish + religion = catholic + size = 11000 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 5900 + } + + soldiers = { + culture = irish + religion = catholic + size = 750 + } + + farmers = { + culture = irish + religion = catholic + size = 84175 + } + + aristocrats = { + culture = british + religion = protestant + size = 550 + } + + bureaucrats = { + culture = british + religion = protestant + size = 425 + } + + officers = { + culture = british + religion = protestant + size = 125 + } + + soldiers = { + culture = british + religion = protestant + size = 250 + } + + farmers = { + culture = british + religion = protestant + size = 3625 + } } #Limerick (321000/80250 POPS) 261 = { - aristocrats = { - culture = irish - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 750 - } - - artisans = { - culture = irish - religion = catholic - size = 5000 - } - - soldiers = { - culture = irish - religion = catholic - size = 750 - } - - farmers = { - culture = irish - religion = catholic - size = 73250 - } + aristocrats = { + culture = irish + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 750 + } + + artisans = { + culture = irish + religion = catholic + size = 5000 + } + + soldiers = { + culture = irish + religion = catholic + size = 750 + } + + farmers = { + culture = irish + religion = catholic + size = 73250 + } } #Waterford (260000/65000 POPs) 262 = { - aristocrats = { - culture = irish - religion = catholic - size = 250 - } - - clergymen = { - culture = irish - religion = catholic - size = 375 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 3400 - } - - artisans = { - culture = irish - religion = catholic - size = 3500 - } - - soldiers = { - culture = irish - religion = catholic - size = 500 - } - - farmers = { - culture = irish - religion = catholic - size = 56875 - } + aristocrats = { + culture = irish + religion = catholic + size = 250 + } + + clergymen = { + culture = irish + religion = catholic + size = 375 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 3400 + } + + artisans = { + culture = irish + religion = catholic + size = 3500 + } + + soldiers = { + culture = irish + religion = catholic + size = 500 + } + + farmers = { + culture = irish + religion = catholic + size = 56875 + } } -#Leinster Region - 1836000 +#Leinster Region - 1836000 #under rule of Britain 1861 #Dublin (473000/118250 POPs) 263 = { - aristocrats = { - culture = british - religion = protestant - size = 350 - } - - bureaucrats = { - culture = british - religion = protestant - size = 500 - } - - aristocrats = { - culture = irish - religion = catholic - size = 150 - } - - bureaucrats = { - culture = irish - religion = catholic - size = 750 - } - - officers = { - culture = irish - religion = catholic - size = 250 - } - - clergymen = { - culture = irish - religion = catholic - size = 1125 - } - - clerks = { - culture = irish - religion = catholic - size = 1500 - } - - craftsmen = { - culture = irish - religion = catholic - size = 13500 - } - - soldiers = { - culture = irish - religion = catholic - size = 1125 - } - - artisans = { - culture = irish - religion = catholic - size = 25000 - } - - farmers = { - culture = irish - religion = catholic - size = 74000 - } + aristocrats = { + culture = british + religion = protestant + size = 350 + } + + bureaucrats = { + culture = british + religion = protestant + size = 500 + } + + aristocrats = { + culture = irish + religion = catholic + size = 150 + } + + bureaucrats = { + culture = irish + religion = catholic + size = 750 + } + + officers = { + culture = irish + religion = catholic + size = 250 + } + + clergymen = { + culture = irish + religion = catholic + size = 1125 + } + + clerks = { + culture = irish + religion = catholic + size = 1500 + } + + craftsmen = { + culture = irish + religion = catholic + size = 13500 + } + + soldiers = { + culture = irish + religion = catholic + size = 1125 + } + + artisans = { + culture = irish + religion = catholic + size = 25000 + } + + farmers = { + culture = irish + religion = catholic + size = 74000 + } } #Kildare (265600/66400 POPs) 264 = { - aristocrats = { - culture = british - religion = protestant - size = 275 - } - - aristocrats = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 3050 - } - - soldiers = { - culture = irish - religion = catholic - size = 750 - } - - farmers = { - culture = irish - religion = catholic - size = 62250 - } + aristocrats = { + culture = british + religion = protestant + size = 275 + } + + aristocrats = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 3050 + } + + soldiers = { + culture = irish + religion = catholic + size = 750 + } + + farmers = { + culture = irish + religion = catholic + size = 62250 + } } #Wexford (222000/55500 POPS) 265 = { - aristocrats = { - culture = british - religion = protestant - size = 175 - } - - aristocrats = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 2750 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 3900 - } - - soldiers = { - culture = irish - religion = catholic - size = 500 - } - - labourers = { - culture = irish - religion = catholic - size = 48000 - } + aristocrats = { + culture = british + religion = protestant + size = 175 + } + + aristocrats = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 2750 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 3900 + } + + soldiers = { + culture = irish + religion = catholic + size = 500 + } + + labourers = { + culture = irish + religion = catholic + size = 48000 + } } diff --git a/HPM/history/pops/1861.4.14/Israel-Palestine.txt b/HPM/history/pops/1861.4.14/Israel-Palestine.txt index 1aa5e418..af9784b1 100644 --- a/HPM/history/pops/1861.4.14/Israel-Palestine.txt +++ b/HPM/history/pops/1861.4.14/Israel-Palestine.txt @@ -2,418 +2,418 @@ #under the rule of Egypt in 1836 #Acre (52000/13000 POPS) #now part of Israel-Palestine mashriqi-animist = druze 916 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 257.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 4712.25 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1931.25 - } - - clergymen = { - culture = mashriqi - religion = animist - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = animist - size = 206.0 - } - - farmers = { - culture = mashriqi - religion = animist - size = 3862.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1905.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 257.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 4712.25 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1931.25 + } + + clergymen = { + culture = mashriqi + religion = animist + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = animist + size = 206.0 + } + + farmers = { + culture = mashriqi + religion = animist + size = 3862.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1905.5 + } } #Palestine Region (236000) #see Jordan.txt for balance of region #under the rule of Egypt in 1836 #Jerusalem (68000/17000 POPS) 917 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 206.0 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - officers = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 2369.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 8343.0 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 849.75 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 3193.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 901.25 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1210.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 206.0 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + officers = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 2369.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 8343.0 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 849.75 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 3193.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 901.25 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1210.25 + } } #Nablus (44000/11000 POPS) 918 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1055.75 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7853.75 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 128.75 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 875.5 - } - - clergymen = { - culture = mashriqi - religion = animist - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = animist - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = animist - size = 901.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1055.75 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7853.75 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 128.75 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 875.5 + } + + clergymen = { + culture = mashriqi + religion = animist + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = animist + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = animist + size = 901.25 + } } #Jaffa (48000/12000 POPS) 919 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7776.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 901.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 309.0 - } - - farmers = { - culture = sephardic - religion = jewish - size = 1725.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7776.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 901.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 309.0 + } + + farmers = { + culture = sephardic + religion = jewish + size = 1725.25 + } } #Gaza (44000/11000 POPS) 920 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7622.0 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 257.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1776.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7622.0 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 257.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1776.75 + } } #Beersheba (36000/9000 POPS) 921 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 360.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 6617.75 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 77.25 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1905.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 360.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 6617.75 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 77.25 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1905.5 + } } diff --git a/HPM/history/pops/1861.4.14/Italy.txt b/HPM/history/pops/1861.4.14/Italy.txt index d678f867..47040c16 100644 --- a/HPM/history/pops/1861.4.14/Italy.txt +++ b/HPM/history/pops/1861.4.14/Italy.txt @@ -2,2574 +2,2574 @@ #under the rule of Sardinia in 1836 #Turin (916000/229000 POPS) 720 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 4120.0 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 875.5 - } - - officers = { - culture = north_italian - religion = catholic - size = 437.75 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 2394.75 - } - - clerks = { - culture = north_italian - religion = catholic - size = 1100 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 22000 - } - - capitalists = { - culture = north_italian - religion = catholic - size = 1200 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3690.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1150 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 155687.0 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 10.3 - } - - artisans = { - culture = north_italian - religion = jewish - size = 504.7 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 4120.0 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 875.5 + } + + officers = { + culture = north_italian + religion = catholic + size = 437.75 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 2394.75 + } + + clerks = { + culture = north_italian + religion = catholic + size = 1100 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 22000 + } + + capitalists = { + culture = north_italian + religion = catholic + size = 1200 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3690.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1150 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 155687.0 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 10.3 + } + + artisans = { + culture = north_italian + religion = jewish + size = 504.7 + } } #Aosta (156000/39000 POPS) 721 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 180.25 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 154.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 798.25 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 154 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 14677.5 - } - - aristocrats = { - culture = french - religion = catholic - size = 283.25 - } - - clergymen = { - culture = french - religion = catholic - size = 231.75 - } - - artisans = { - culture = french - religion = catholic - size = 1210.25 - } - - soldiers = { - culture = french - religion = catholic - size= 231 - - } - - farmers = { - culture = french - religion = catholic - size = 22248.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 180.25 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 154.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 798.25 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 154 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 14677.5 + } + + aristocrats = { + culture = french + religion = catholic + size = 283.25 + } + + clergymen = { + culture = french + religion = catholic + size = 231.75 + } + + artisans = { + culture = french + religion = catholic + size = 1210.25 + } + + soldiers = { + culture = french + religion = catholic + size= 231 + + } + + farmers = { + culture = french + religion = catholic + size = 22248.0 + } } #Novara (212000/53000 POPS) 722 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 978.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 540.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3090.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 47920.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 978.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 540.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3090.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 47920.75 + } } #Alessandria (326000/79000 POPS) 723 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 824.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9785.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 67156.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 824.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9785.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 67156.0 + } } #Liguria Region (960000) #under the rule of Sardinia in 1836 #Genoa (644000/161000 POPS) 724 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2626.5 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 412.0 - } - - officers = { - culture = north_italian - religion = catholic - size = 257.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1648.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9570.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1190 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 140100.0 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 5.15 - } - - artisans = { - culture = north_italian - religion = jewish - size = 200.85 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2626.5 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 412.0 + } + + officers = { + culture = north_italian + religion = catholic + size = 257.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1648.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9570.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1190 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 140100.0 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 5.15 + } + + artisans = { + culture = north_italian + religion = jewish + size = 200.85 + } } #Savona (316000/79000 POPS) 725 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 824.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 4120.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 72821.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 824.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 4120.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 72821.0 + } } #Lombardy Region (2512000) #under the rule of Austria in 1836 #Milan (1332000/333000 POPS) 726 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 7570.5 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 1364.75 - } - - officers = { - culture = north_italian - religion = catholic - size = 618.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 3450.5 - } - - clerks = { - culture = north_italian - religion = catholic - size = 500 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 16500 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 170.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1450 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 263202.75 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 6 - } - - artisans = { - culture = north_italian - religion = jewish - size = 98 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 7570.5 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 1364.75 + } + + officers = { + culture = north_italian + religion = catholic + size = 618.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 3450.5 + } + + clerks = { + culture = north_italian + religion = catholic + size = 500 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 16500 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 170.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1450 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 263202.75 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 6 + } + + artisans = { + culture = north_italian + religion = jewish + size = 98 + } } #Bergamo (472000/118000 POPS) 727 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2575.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1210.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6077.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1184 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 107493.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2575.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1210.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6077.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1184 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 107493.25 + } } #Brescia (708000/177000 POPS) 728 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 4017.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1828.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 9115.5 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1802 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 160847.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 4017.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1828.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 9115.5 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1802 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 160847.25 + } } #Venetia Region (2060000) #under the rule of Austria in 1836 #Venice (448000/112000 POPS) 729 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2369.0 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 1648.0 - } - - officers = { - culture = north_italian - religion = catholic - size = 412.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1158.75 - } - - craftsmen = { - culture = north_italian - religion = catholic - size = 8000 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5320.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1184 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 54752.75 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 10.3 - } - - artisans = { - culture = north_italian - religion = jewish - size = 504.7 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2369.0 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 1648.0 + } + + officers = { + culture = north_italian + religion = catholic + size = 412.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1158.75 + } + + craftsmen = { + culture = north_italian + religion = catholic + size = 8000 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5320.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1184 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 54752.75 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 10.3 + } + + artisans = { + culture = north_italian + religion = jewish + size = 504.7 + } } #Verona (516000/129000 POPS) 730 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2729.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1339.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2360.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1339 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 114381.5 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2729.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1339.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2360.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1339 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 114381.5 + } } #Padua (564000/141000 POPS) 731 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2987.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1467.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 7725.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1442 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 131608.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2987.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1467.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 7725.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1442 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 131608.25 + } } #Treviso (232000/58000 POPS) 732 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1210.25 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 592.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2987.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 566 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 54384.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1210.25 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 592.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2987.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 566 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 54384.0 + } } #Udine (300000/75000 POPS) 733 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1596.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 772.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3862.5 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 772 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 70246.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1596.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 772.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3862.5 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 772 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 70246.0 + } } #Tirol Region (368000) #see Austria.txt for balance of Region #under the rule of Austria in 1836 #Trent (276000/69000 POPS) #now part of Italy 734 = { - aristocrats = { - culture = south_german - religion = catholic - size = 61.800000000000004 - } - - clergymen = { - culture = south_german - religion = catholic - size = 82.4 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 824.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 206.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 51 - - } - - farmers = { - culture = south_german - religion = catholic - size = 4748.3 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 592.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2884.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1566 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 60877.25 - } + aristocrats = { + culture = south_german + religion = catholic + size = 61.800000000000004 + } + + clergymen = { + culture = south_german + religion = catholic + size = 82.4 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 824.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 206.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 51 + + } + + farmers = { + culture = south_german + religion = catholic + size = 4748.3 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 592.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2884.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1566 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 60877.25 + } } #Bozen (92000/23000 POPS) #now part of Italy 735 = { - aristocrats = { - culture = south_german - religion = catholic - size = 257.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 154.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1154 - - } - - farmers = { - culture = south_german - religion = catholic - size = 14398.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 51.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 515.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 51 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 5562.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 257.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 154.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1154 + + } + + farmers = { + culture = south_german + religion = catholic + size = 14398.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 51.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 515.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 51 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 5562.0 + } } #Friuli-Istria Region (292000) #see Croatia.txt for balance of region #under the rule of Austria in 1836 #Trieste (112000/28000 POPS) 736 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 437.75 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 206.0 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - officers = { - culture = north_italian - religion = catholic - size = 103.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 180.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 3905.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 180 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 2446.25 - } - - clergymen = { - culture = slovene - religion = catholic - size = 103.0 - } - - artisans = { - culture = slovene - religion = catholic - size = 4635.0 - } - - soldiers = { - culture = slovene - religion = catholic - size= 103 - - } - - farmers = { - culture = slovene - religion = catholic - size = 6489.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 437.75 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 206.0 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + officers = { + culture = north_italian + religion = catholic + size = 103.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 180.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 3905.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 180 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 2446.25 + } + + clergymen = { + culture = slovene + religion = catholic + size = 103.0 + } + + artisans = { + culture = slovene + religion = catholic + size = 4635.0 + } + + soldiers = { + culture = slovene + religion = catholic + size= 103 + + } + + farmers = { + culture = slovene + religion = catholic + size = 6489.0 + } } #Gorizia (180000/45000 POPS) 737 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 721.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 128.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 128 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 11124.0 - } - - clergymen = { - culture = slovene - religion = catholic - size = 309.0 - } - - artisans = { - culture = slovene - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = slovene - religion = catholic - size= 334 - - } - - farmers = { - culture = slovene - religion = catholic - size = 31286.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 721.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 128.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 128 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 11124.0 + } + + clergymen = { + culture = slovene + religion = catholic + size = 309.0 + } + + artisans = { + culture = slovene + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = slovene + religion = catholic + size= 334 + + } + + farmers = { + culture = slovene + religion = catholic + size = 31286.25 + } } #Emilia Region (1120000) #under the rule of Parma in 1836 #Parma (472000/118000 POPS) 738 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2575.0 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 180.25 - } - - officers = { - culture = north_italian - religion = catholic - size = 128.75 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1236.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 7725.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 105535.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2575.0 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 180.25 + } + + officers = { + culture = north_italian + religion = catholic + size = 128.75 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1236.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 7725.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 105535.0 + } } #under the rule of Modena in 1836 #Modena (484000/121000 POPS) 739 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2729.5 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 231.75 - } - - officers = { - culture = north_italian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1261.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 109912.5 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2729.5 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 231.75 + } + + officers = { + culture = north_italian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1261.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 109912.5 + } } #Massa (164000/41000 POPS) 740 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 927.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 412.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 37801.0 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 927.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 412.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 37801.0 + } } #Romagna Region (844000) #under the rule of Papal States in 1836 #Bologna (416000/104000 POPS) 741 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2240.25 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 437.75 - } - - officers = { - culture = north_italian - religion = catholic - size = 206.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1081.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 8025.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 83069.5 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2240.25 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 437.75 + } + + officers = { + culture = north_italian + religion = catholic + size = 206.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1081.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 8025.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 83069.5 + } } #Ferrara (180000/45000 POPS) 742 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 978.5 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 437.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 6695.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 463 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 37672.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 978.5 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 437.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 6695.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 463 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 37672.25 + } } #Ravenna (248000/62000 POPS) 743 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1339.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 643.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1669 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 55057.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1339.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 643.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1669 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 55057.75 + } } #Tuscany Region (1808000) #under the rule of Tuscany in 1836 #Florence (716000/179000 POPS) 744 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 4068.5 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 952.75 - } - - officers = { - culture = north_italian - religion = catholic - size = 437.75 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1854.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 85.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 152297.0 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 10.3 - } - - artisans = { - culture = north_italian - religion = jewish - size = 504.7 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 4068.5 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 952.75 + } + + officers = { + culture = north_italian + religion = catholic + size = 437.75 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1854.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 85.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 152297.0 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 10.3 + } + + artisans = { + culture = north_italian + religion = jewish + size = 504.7 + } } #Leghorn (380000/95000 POPS) 745 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2163.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 875.5 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 8540.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 87138.0 - } - - clergymen = { - culture = north_italian - religion = jewish - size = 25.75 - } - - artisans = { - culture = north_italian - religion = jewish - size = 1261.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2163.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 875.5 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 8540.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 87138.0 + } + + clergymen = { + culture = north_italian + religion = jewish + size = 25.75 + } + + artisans = { + culture = north_italian + religion = jewish + size = 1261.75 + } } #Siena (380000/95000 POPS) 747 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 2163.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 1004.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 88502.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 2163.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 1004.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 88502.75 + } } #Grosseto (184000/46000 POPS) 748 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 437.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2317.5 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 42461.75 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 437.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2317.5 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 42461.75 + } } #under the rule of Lucca in 1836 #Lucca (148000/37000 POPS) 746 = { - aristocrats = { - culture = north_italian - religion = catholic - size = 772.5 - } - - bureaucrats = { - culture = north_italian - religion = catholic - size = 72.10000000000001 - } - - officers = { - culture = north_italian - religion = catholic - size = 30.900000000000002 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 386.25 - } - - artisans = { - culture = north_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = north_italian - religion = catholic - size = 5965.0 - } - - soldiers = { - culture = north_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = north_italian - religion = catholic - size = 19853.25 - } + aristocrats = { + culture = north_italian + religion = catholic + size = 772.5 + } + + bureaucrats = { + culture = north_italian + religion = catholic + size = 72.10000000000001 + } + + officers = { + culture = north_italian + religion = catholic + size = 30.900000000000002 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 386.25 + } + + artisans = { + culture = north_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = north_italian + religion = catholic + size = 5965.0 + } + + soldiers = { + culture = north_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = north_italian + religion = catholic + size = 19853.25 + } } #Latium Region (1272000) #under the rule of Papal States in 1836 #Rome (1092000/273000 POPS) 749 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 6952.5 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 746.75 - } - - officers = { - culture = south_italian - religion = catholic - size = 360.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 3527.75 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7698.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 90 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 237672.5 - } - - clergymen = { - culture = south_italian - religion = jewish - size = 25.75 - } - - artisans = { - culture = south_italian - religion = jewish - size = 1416.25 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 6952.5 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 746.75 + } + + officers = { + culture = south_italian + religion = catholic + size = 360.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 3527.75 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7698.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 90 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 237672.5 + } + + clergymen = { + culture = south_italian + religion = jewish + size = 25.75 + } + + artisans = { + culture = south_italian + religion = jewish + size = 1416.25 + } } #Viterbo (180000/45000 POPS) 750 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1133.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 515.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 2317.5 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 41354.5 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1133.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 515.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 2317.5 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 41354.5 + } } #Umbria-Abruzzi Region (1056000) #under the rule of Papal States in 1836 #Perugia (376000/94000 POPS) 751 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2214.5 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 231.75 - } - - officers = { - culture = south_italian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 978.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4635.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 97592.5 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2214.5 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 231.75 + } + + officers = { + culture = south_italian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 978.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4635.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 97592.5 + } } #Ancona (180000/45000 POPS) 752 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1107.25 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 463.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8240.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1463 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 35075.75 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1107.25 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 463.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8240.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1463 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 35075.75 + } } #under the rule of Two Sicilies in 1836 #Aquila (500000/125000 POPS) 753 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3450.5 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 180.25 - } - - officers = { - culture = south_italian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1236.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6437.5 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 115231.25 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3450.5 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 180.25 + } + + officers = { + culture = south_italian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1236.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6437.5 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 115231.25 + } } #Campania Region (2312000) #under the rule of Two Sicilies in 1836 #Naples (1304000/326000 POPS) 754 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 8497.5 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 849.75 - } - - officers = { - culture = south_italian - religion = catholic - size = 643.75 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 3476.25 - } - - clerks = { - culture = south_italian - religion = catholic - size = 500.0 - } - - capitalists = { - culture = south_italian - religion = catholic - size = 800 - } - - craftsmen = { - culture = south_italian - religion = catholic - size = 19500.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8150.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1150 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 169012.75 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 8497.5 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 849.75 + } + + officers = { + culture = south_italian + religion = catholic + size = 643.75 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 3476.25 + } + + clerks = { + culture = south_italian + religion = catholic + size = 500.0 + } + + capitalists = { + culture = south_italian + religion = catholic + size = 800 + } + + craftsmen = { + culture = south_italian + religion = catholic + size = 19500.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8150.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1150 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 169012.75 + } } #Salerno (572000/143000 POPS) 755 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3708.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1519.25 - } - - clerks = { - culture = south_italian - religion = catholic - size = 50.0 - } - - craftsmen = { - culture = south_italian - religion = catholic - size = 4950.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7210.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 133160.25 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3708.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1519.25 + } + + clerks = { + culture = south_italian + religion = catholic + size = 50.0 + } + + craftsmen = { + culture = south_italian + religion = catholic + size = 4950.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7210.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 133160.25 + } } #Gaeta (436000/109000 POPS) 2567 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2832.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1133.0 - } - - clerks = { - culture = south_italian - religion = catholic - size = 50.0 - } - - craftsmen = { - culture = south_italian - religion = catholic - size = 4950.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 5407.5 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1545 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 96300.5 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2832.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1133.0 + } + + clerks = { + culture = south_italian + religion = catholic + size = 50.0 + } + + craftsmen = { + culture = south_italian + religion = catholic + size = 4950.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 5407.5 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1545 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 96300.5 + } } #Apulia Region (1424000) #under the rule of Two Sicilies in 1836 #Bari (572000/143000 POPS) 756 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3605.0 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 489.25 - } - - officers = { - culture = south_italian - religion = catholic - size = 386.25 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1390.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7725.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 129534.0 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3605.0 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 489.25 + } + + officers = { + culture = south_italian + religion = catholic + size = 386.25 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1390.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7725.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 129534.0 + } } #Foggia (572000/143000 POPS) 757 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3862.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1493.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7210.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 132664.0 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3862.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1493.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7210.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 132664.0 + } } #Brindisi (280000/70000 POPS) 758 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1854.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 721.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 64890.0 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1854.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 721.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 64890.0 + } } #Calabria-Basilicata Region (1488000) #under the rule of Two Sicilies in 1836 #Reggio (572000/143000 POPS) 759 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3605.0 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 489.25 - } - - officers = { - culture = south_italian - religion = catholic - size = 386.25 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1493.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 7725.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 129431.0 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3605.0 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 489.25 + } + + officers = { + culture = south_italian + religion = catholic + size = 386.25 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1493.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 7725.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 129431.0 + } } #Catanzaro (344000/86000 POPS) 760 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2266.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 901.25 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4377.5 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 82065.25 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2266.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 901.25 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4377.5 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 82065.25 + } } #Potenza (572000/143000 POPS) 761 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 3862.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1519.25 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6695.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 131104.75 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 3862.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1519.25 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6695.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 131104.75 + } } #Sicily Region (1816000) #under the rule of Two Sicilies in 1836 #Palermo (744000/186000 POPS) 762 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 5356.0 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 849.75 - } - - officers = { - culture = south_italian - religion = catholic - size = 515.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 1957.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8840.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 149902.25 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 5356.0 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 849.75 + } + + officers = { + culture = south_italian + religion = catholic + size = 515.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 1957.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8840.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 149902.25 + } } #Messina (352000/88000 POPS) 763 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 2523.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 927.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8755.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 77404.5 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 2523.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 927.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8755.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 77404.5 + } } #Catania (720000/180000 POPS) 764 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 5150.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 721.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 10000.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 1630.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1160 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 151370.0 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 5150.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 721.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 10000.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 1630.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1160 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 151370.0 + } } #Sardinia Region (524000) #under the rule of Sardinia in 1836 #Cagliari (336000/84000 POPS) 765 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1802.5 - } - - bureaucrats = { - culture = south_italian - religion = catholic - size = 180.25 - } - - officers = { - culture = south_italian - religion = catholic - size = 154.5 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 875.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 8240.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 2060 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 73021.85 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1802.5 + } + + bureaucrats = { + culture = south_italian + religion = catholic + size = 180.25 + } + + officers = { + culture = south_italian + religion = catholic + size = 154.5 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 875.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 8240.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 2060 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 73021.85 + } } #Sassari (188000/47000 POPS) 766 = { - aristocrats = { - culture = south_italian - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 489.25 - } - - artisans = { - culture = south_italian - religion = catholic - size = 6695.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 1030 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 39165.75 - } + aristocrats = { + culture = south_italian + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 489.25 + } + + artisans = { + culture = south_italian + religion = catholic + size = 6695.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 1030 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 39165.75 + } } diff --git a/HPM/history/pops/1861.4.14/Ivory Coast.txt b/HPM/history/pops/1861.4.14/Ivory Coast.txt index 23ecb99f..463f1d16 100644 --- a/HPM/history/pops/1861.4.14/Ivory Coast.txt +++ b/HPM/history/pops/1861.4.14/Ivory Coast.txt @@ -1,583 +1,583 @@ -#Ivory Coast Region (710000) +#Ivory Coast Region (710000) #uncolonized in 1836 -#Grand Lahou (108000/27000 POPS) +#Grand Lahou (108000/27000 POPS) 1892 = { - aristocrats = { - culture = akan - religion = animist - size = 500 - } - - clergymen = { - culture = akan - religion = animist - size = 275 - } - - artisans = { - culture = akan - religion = animist - size = 1075 - } - - soldiers = { - culture = akan - religion = animist - size = 275 - } - - farmers = { - culture = akan - religion = animist - size = 19875 - } - - slaves = { - culture = akan - religion = animist - size = 5000 - } + aristocrats = { + culture = akan + religion = animist + size = 500 + } + + clergymen = { + culture = akan + religion = animist + size = 275 + } + + artisans = { + culture = akan + religion = animist + size = 1075 + } + + soldiers = { + culture = akan + religion = animist + size = 275 + } + + farmers = { + culture = akan + religion = animist + size = 19875 + } + + slaves = { + culture = akan + religion = animist + size = 5000 + } } #Sassandra (282000/47000 POPS) 1893 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 500 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8025 - } - - slaves = { - culture = akan - religion = animist - size = 3000 - } - - aristocrats = { - culture = kru - religion = animist - size = 725 - } - - clergymen = { - culture = kru - religion = animist - size = 375 - } - - artisans = { - culture = kru - religion = animist - size = 1500 - } - - soldiers = { - culture = kru - religion = animist - size = 375 - } - - farmers = { - culture = kru - religion = animist - size = 22025 - } - - slaves = { - culture = kru - religion = animist - size = 10000 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 500 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8025 + } + + slaves = { + culture = akan + religion = animist + size = 3000 + } + + aristocrats = { + culture = kru + religion = animist + size = 725 + } + + clergymen = { + culture = kru + religion = animist + size = 375 + } + + artisans = { + culture = kru + religion = animist + size = 1500 + } + + soldiers = { + culture = kru + religion = animist + size = 375 + } + + farmers = { + culture = kru + religion = animist + size = 22025 + } + + slaves = { + culture = kru + religion = animist + size = 10000 + } } #Grand Bassam (88000/22000 POPS) 1894 = { - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 1100 - } - - soldiers = { - culture = akan - religion = animist - size = 225 - } - - farmers = { - culture = akan - religion = animist - size = 16025 - } - - slaves = { - culture = akan - religion = animist - size = 4000 - } + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 1100 + } + + soldiers = { + culture = akan + religion = animist + size = 225 + } + + farmers = { + culture = akan + religion = animist + size = 16025 + } + + slaves = { + culture = akan + religion = animist + size = 4000 + } } #Bouake (60000/15000 POPS) 1895 = { - aristocrats = { - culture = akan - religion = animist - size = 225 - } - - clergymen = { - culture = akan - religion = animist - size = 125 - } - - artisans = { - culture = akan - religion = animist - size = 600 - } - - soldiers = { - culture = akan - religion = animist - size = 125 - } - - farmers = { - culture = akan - religion = animist - size = 8925 - } - - slaves = { - culture = akan - religion = animist - size = 2000 - } - - aristocrats = { - culture = mande - religion = sunni - size = 50 - } - - clergymen = { - culture = mande - religion = sunni - size = 75 - } - - artisans = { - culture = mande - religion = sunni - size = 150 - } - - soldiers = { - culture = mande - religion = sunni - size = 25 - } - - farmers = { - culture = mande - religion = sunni - size = 2700 - } + aristocrats = { + culture = akan + religion = animist + size = 225 + } + + clergymen = { + culture = akan + religion = animist + size = 125 + } + + artisans = { + culture = akan + religion = animist + size = 600 + } + + soldiers = { + culture = akan + religion = animist + size = 125 + } + + farmers = { + culture = akan + religion = animist + size = 8925 + } + + slaves = { + culture = akan + religion = animist + size = 2000 + } + + aristocrats = { + culture = mande + religion = sunni + size = 50 + } + + clergymen = { + culture = mande + religion = sunni + size = 75 + } + + artisans = { + culture = mande + religion = sunni + size = 150 + } + + soldiers = { + culture = mande + religion = sunni + size = 25 + } + + farmers = { + culture = mande + religion = sunni + size = 2700 + } } #Man (80000/20000 POPS) 1896 = { - aristocrats = { - culture = mande - religion = sunni - size = 150 - } - - clergymen = { - culture = mande - religion = sunni - size = 75 - } - - artisans = { - culture = mande - religion = sunni - size = 400 - } - - soldiers = { - culture = mande - religion = sunni - size = 75 - } - - farmers = { - culture = mande - religion = sunni - size = 7300 - } - - aristocrats = { - culture = kru - religion = animist - size = 425 - } - - clergymen = { - culture = kru - religion = animist - size = 225 - } - - artisans = { - culture = kru - religion = animist - size = 1100 - } - - soldiers = { - culture = kru - religion = animist - size = 225 - } - - farmers = { - culture = kru - religion = animist - size = 15025 - } - - slaves = { - culture = kru - religion = animist - size = 5000 - } + aristocrats = { + culture = mande + religion = sunni + size = 150 + } + + clergymen = { + culture = mande + religion = sunni + size = 75 + } + + artisans = { + culture = mande + religion = sunni + size = 400 + } + + soldiers = { + culture = mande + religion = sunni + size = 75 + } + + farmers = { + culture = mande + religion = sunni + size = 7300 + } + + aristocrats = { + culture = kru + religion = animist + size = 425 + } + + clergymen = { + culture = kru + religion = animist + size = 225 + } + + artisans = { + culture = kru + religion = animist + size = 1100 + } + + soldiers = { + culture = kru + religion = animist + size = 225 + } + + farmers = { + culture = kru + religion = animist + size = 15025 + } + + slaves = { + culture = kru + religion = animist + size = 5000 + } } #Akoupe (92000/23000 POPS) 1897 = { - aristocrats = { - culture = akan - religion = animist - size = 425 - } - - clergymen = { - culture = akan - religion = animist - size = 225 - } - - artisans = { - culture = akan - religion = animist - size = 950 - } - - soldiers = { - culture = akan - religion = animist - size = 250 - } - - farmers = { - culture = akan - religion = animist - size = 18150 - } - - slaves = { - culture = akan - religion = animist - size = 3000 - } + aristocrats = { + culture = akan + religion = animist + size = 425 + } + + clergymen = { + culture = akan + religion = animist + size = 225 + } + + artisans = { + culture = akan + religion = animist + size = 950 + } + + soldiers = { + culture = akan + religion = animist + size = 250 + } + + farmers = { + culture = akan + religion = animist + size = 18150 + } + + slaves = { + culture = akan + religion = animist + size = 3000 + } } #Worodugu Region (160000) #see Mali.txt and Burkina.txt for balance of Region #uncolonized in 1836/under the rule of the Emirs of Kong #Kong (264000/66000 POPS) 1898 = { - aristocrats = { - culture = dyula - religion = sunni - size = 600 - } - - bureaucrats = { - culture = dyula - religion = sunni - size = 345 - } - - officers = { - culture = dyula - religion = sunni - size = 75 - } - - clergymen = { - culture = dyula - religion = sunni - size = 375 - } - - artisans = { - culture = dyula - religion = sunni - size = 1800 - } - - soldiers = { - culture = dyula - religion = sunni - size = 1105 - } - - farmers = { - culture = dyula - religion = sunni - size = 20000 - } - - aristocrats = { - culture = senufo - religion = animist - size = 525 - } - - bureaucrats = { - culture = senufo - religion = animist - size = 125 - } - - clergymen = { - culture = senufo - religion = animist - size = 300 - } - - artisans = { - culture = senufo - religion = animist - size = 1500 - } - - soldiers = { - culture = senufo - religion = animist - size = 300 - } - - farmers = { - culture = senufo - religion = animist - size = 45375 - } - - slaves = { - culture = senufo - religion = animist - size = 4000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 600 + } + + bureaucrats = { + culture = dyula + religion = sunni + size = 345 + } + + officers = { + culture = dyula + religion = sunni + size = 75 + } + + clergymen = { + culture = dyula + religion = sunni + size = 375 + } + + artisans = { + culture = dyula + religion = sunni + size = 1800 + } + + soldiers = { + culture = dyula + religion = sunni + size = 1105 + } + + farmers = { + culture = dyula + religion = sunni + size = 20000 + } + + aristocrats = { + culture = senufo + religion = animist + size = 525 + } + + bureaucrats = { + culture = senufo + religion = animist + size = 125 + } + + clergymen = { + culture = senufo + religion = animist + size = 300 + } + + artisans = { + culture = senufo + religion = animist + size = 1500 + } + + soldiers = { + culture = senufo + religion = animist + size = 300 + } + + farmers = { + culture = senufo + religion = animist + size = 45375 + } + + slaves = { + culture = senufo + religion = animist + size = 4000 + } } #Bundoukou (216000/54000 POPS) 1899 = { - aristocrats = { - culture = dyula - religion = sunni - size = 600 - } - - clergymen = { - culture = dyula - religion = sunni - size = 300 - } - - artisans = { - culture = dyula - religion = sunni - size = 1650 - } - - soldiers = { - culture = dyula - religion = sunni - size = 1450 - } - - farmers = { - culture = dyula - religion = sunni - size = 20000 - } - - aristocrats = { - culture = senufo - religion = animist - size = 375 - } - - clergymen = { - culture = senufo - religion = animist - size = 225 - } - - artisans = { - culture = senufo - religion = animist - size = 1050 - } - - soldiers = { - culture = senufo - religion = animist - size = 225 - } - - farmers = { - culture = senufo - religion = animist - size = 25125 - } - - slaves = { - culture = senufo - religion = animist - size = 3000 - } + aristocrats = { + culture = dyula + religion = sunni + size = 600 + } + + clergymen = { + culture = dyula + religion = sunni + size = 300 + } + + artisans = { + culture = dyula + religion = sunni + size = 1650 + } + + soldiers = { + culture = dyula + religion = sunni + size = 1450 + } + + farmers = { + culture = dyula + religion = sunni + size = 20000 + } + + aristocrats = { + culture = senufo + religion = animist + size = 375 + } + + clergymen = { + culture = senufo + religion = animist + size = 225 + } + + artisans = { + culture = senufo + religion = animist + size = 1050 + } + + soldiers = { + culture = senufo + religion = animist + size = 225 + } + + farmers = { + culture = senufo + religion = animist + size = 25125 + } + + slaves = { + culture = senufo + religion = animist + size = 3000 + } } #Bure Region (340000) #see Mali.txt and Guinea.txt for balance of Region #uncolonized in 1836 -#Odienne (288000/72000 POPS) #now part of Ivory Coast +#Odienne (288000/72000 POPS) #now part of Ivory Coast 1900 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 450 - } - - artisans = { - culture = mande - religion = sunni - size = 1950 - } - - soldiers = { - culture = mande - religion = sunni - size = 1200 - } - - farmers = { - culture = mande - religion = sunni - size = 34500 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 225 - } - - clergymen = { - culture = dyula - religion = sunni - size = 150 - } - - artisans = { - culture = dyula - religion = sunni - size = 750 - } - - soldiers = { - culture = dyula - religion = sunni - size = 150 - } - - farmers = { - culture = dyula - religion = sunni - size = 13725 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 150 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 225 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 450 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 75 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 8100 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 9000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 450 + } + + artisans = { + culture = mande + religion = sunni + size = 1950 + } + + soldiers = { + culture = mande + religion = sunni + size = 1200 + } + + farmers = { + culture = mande + religion = sunni + size = 34500 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 225 + } + + clergymen = { + culture = dyula + religion = sunni + size = 150 + } + + artisans = { + culture = dyula + religion = sunni + size = 750 + } + + soldiers = { + culture = dyula + religion = sunni + size = 150 + } + + farmers = { + culture = dyula + religion = sunni + size = 13725 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 150 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 225 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 450 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 75 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 8100 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 9000 + } } diff --git a/HPM/history/pops/1861.4.14/Jamaica.txt b/HPM/history/pops/1861.4.14/Jamaica.txt index 2d3a380b..f5c9b875 100644 --- a/HPM/history/pops/1861.4.14/Jamaica.txt +++ b/HPM/history/pops/1861.4.14/Jamaica.txt @@ -1,84 +1,84 @@ #Jamaica Region - 443100 #Jamaica (441300/110325 POPS) 2217 = { - aristocrats = { - culture = british - religion = protestant - size = 120 - } + aristocrats = { + culture = british + religion = protestant + size = 120 + } - bureaucrats = { - culture = british - religion = protestant - size = 100 - } + bureaucrats = { + culture = british + religion = protestant + size = 100 + } - clergymen = { - culture = british - religion = protestant - size = 90 - } + clergymen = { + culture = british + religion = protestant + size = 90 + } - artisans = { - culture = british - religion = protestant - size = 2965 - } + artisans = { + culture = british + religion = protestant + size = 2965 + } - soldiers = { - culture = british - religion = protestant - size = 60 - } + soldiers = { + culture = british + religion = protestant + size = 60 + } - farmers = { - culture = british - religion = protestant - size = 2595 - } + farmers = { + culture = british + religion = protestant + size = 2595 + } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 745 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 745 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 2450 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 2450 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 1200 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 1200 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 100000 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 100000 + } } #Cayman Islands : (1800/450 POPS) 2218 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 25 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 25 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 25 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 25 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 400 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 400 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1861.4.14/Japan.txt b/HPM/history/pops/1861.4.14/Japan.txt index 36064635..5af765f4 100644 --- a/HPM/history/pops/1861.4.14/Japan.txt +++ b/HPM/history/pops/1861.4.14/Japan.txt @@ -1,3164 +1,3164 @@ #Chugoku Region (2382000) #Hiroshima (717000/179250 POPS) 1638 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2500 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 4850 - } - - officers = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2050 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 2500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 850 - - } - - farmers = { - culture = japanese - religion = shinto - size = 110000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 800 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 6050 - } - - soldiers = { - culture = japanese - religion = shinto - size= 500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 35000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2500 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 4850 + } + + officers = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2050 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 2500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 850 + + } + + farmers = { + culture = japanese + religion = shinto + size = 110000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 800 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 6050 + } + + soldiers = { + culture = japanese + religion = shinto + size= 500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 35000 + } } #Okayama (537000/134250 POPS) 1639 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1850 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1550 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 2500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1350 - - } - - farmers = { - culture = japanese - religion = shinto - size = 85000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 500 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1850 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1550 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 2500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1350 + + } + + farmers = { + culture = japanese + religion = shinto + size = 85000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 500 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Yamaguchi (545000/136250 POPS) 1640 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2000 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1650 - } - - artisans = { - culture = japanese - religion = shinto - size = 9000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 2600 - - } - - farmers = { - culture = japanese - religion = shinto - size = 95000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 400 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 600 - - } - - farmers = { - culture = japanese - religion = shinto - size = 22500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2000 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1650 + } + + artisans = { + culture = japanese + religion = shinto + size = 9000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 2600 + + } + + farmers = { + culture = japanese + religion = shinto + size = 95000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 400 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 600 + + } + + farmers = { + culture = japanese + religion = shinto + size = 22500 + } } #Matsue (583000/145750 POPS) 1641 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2075 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1700 - } - - artisans = { - culture = japanese - religion = shinto - size = 8000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1975 - - } - - farmers = { - culture = japanese - religion = shinto - size = 110000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 500 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2075 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1700 + } + + artisans = { + culture = japanese + religion = shinto + size = 8000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1975 + + } + + farmers = { + culture = japanese + religion = shinto + size = 110000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 500 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Hokkaido Region (894000) #Hakodate (255000/63750 POPS) 1642 = { - aristocrats = { - culture = japanese - religion = shinto - size = 100 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 775 - } - - clergymen = { - culture = japanese - religion = shinto - size = 125 - } - - artisans = { - culture = japanese - religion = shinto - size = 1100 - } - - soldiers = { - culture = japanese - religion = shinto - size= 125 - - } - - farmers = { - culture = japanese - religion = shinto - size = 8500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 125 - } - - artisans = { - culture = japanese - religion = shinto - size = 1100 - } - - soldiers = { - culture = japanese - religion = shinto - size= 150 - - } - - farmers = { - culture = japanese - religion = shinto - size = 9250 - } - - aristocrats = { - culture = ainu - religion = animist - size = 750 - } - - clergymen = { - culture = ainu - religion = animist - size = 450 - } - - artisans = { - culture = ainu - religion = animist - size = 3500 - } - - soldiers = { - culture = ainu - religion = animist - size= 300 - - } - - farmers = { - culture = ainu - religion = animist - size = 37500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 100 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 775 + } + + clergymen = { + culture = japanese + religion = shinto + size = 125 + } + + artisans = { + culture = japanese + religion = shinto + size = 1100 + } + + soldiers = { + culture = japanese + religion = shinto + size= 125 + + } + + farmers = { + culture = japanese + religion = shinto + size = 8500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 125 + } + + artisans = { + culture = japanese + religion = shinto + size = 1100 + } + + soldiers = { + culture = japanese + religion = shinto + size= 150 + + } + + farmers = { + culture = japanese + religion = shinto + size = 9250 + } + + aristocrats = { + culture = ainu + religion = animist + size = 750 + } + + clergymen = { + culture = ainu + religion = animist + size = 450 + } + + artisans = { + culture = ainu + religion = animist + size = 3500 + } + + soldiers = { + culture = ainu + religion = animist + size= 300 + + } + + farmers = { + culture = ainu + religion = animist + size = 37500 + } } #Ishikara (255000/63750 POPS) 1643 = { - clergymen = { - culture = japanese - religion = shinto - size = 75 - } - - artisans = { - culture = japanese - religion = shinto - size = 750 - } - - soldiers = { - culture = japanese - religion = shinto - size= 75 - - } - - farmers = { - culture = japanese - religion = shinto - size = 4500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 75 - } - - artisans = { - culture = japanese - religion = shinto - size = 750 - } - - soldiers = { - culture = japanese - religion = shinto - size= 75 - - } - - farmers = { - culture = japanese - religion = shinto - size = 4500 - } - - aristocrats = { - culture = ainu - religion = animist - size = 800 - } - - clergymen = { - culture = ainu - religion = animist - size = 600 - } - - artisans = { - culture = ainu - religion = animist - size = 6000 - } - - soldiers = { - culture = ainu - religion = animist - size= 1550 - - } - - farmers = { - culture = ainu - religion = animist - size = 45000 - } + clergymen = { + culture = japanese + religion = shinto + size = 75 + } + + artisans = { + culture = japanese + religion = shinto + size = 750 + } + + soldiers = { + culture = japanese + religion = shinto + size= 75 + + } + + farmers = { + culture = japanese + religion = shinto + size = 4500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 75 + } + + artisans = { + culture = japanese + religion = shinto + size = 750 + } + + soldiers = { + culture = japanese + religion = shinto + size= 75 + + } + + farmers = { + culture = japanese + religion = shinto + size = 4500 + } + + aristocrats = { + culture = ainu + religion = animist + size = 800 + } + + clergymen = { + culture = ainu + religion = animist + size = 600 + } + + artisans = { + culture = ainu + religion = animist + size = 6000 + } + + soldiers = { + culture = ainu + religion = animist + size= 1550 + + } + + farmers = { + culture = ainu + religion = animist + size = 45000 + } } #Nemuru (384000/96000 POPS) 1644 = { - clergymen = { - culture = japanese - religion = shinto - size = 100 - } - - artisans = { - culture = japanese - religion = shinto - size = 800 - } - - soldiers = { - culture = japanese - religion = shinto - size= 100 - - } - - farmers = { - culture = japanese - religion = shinto - size = 7500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 100 - } - - artisans = { - culture = japanese - religion = shinto - size = 800 - } - - soldiers = { - culture = japanese - religion = shinto - size= 100 - - } - - farmers = { - culture = japanese - religion = shinto - size = 7500 - } - - aristocrats = { - culture = ainu - religion = animist - size = 1250 - } - - clergymen = { - culture = ainu - religion = animist - size = 800 - } - - artisans = { - culture = ainu - religion = animist - size = 6000 - } - - soldiers = { - culture = ainu - religion = animist - size= 950 - - } - - farmers = { - culture = ainu - religion = animist - size = 70000 - } + clergymen = { + culture = japanese + religion = shinto + size = 100 + } + + artisans = { + culture = japanese + religion = shinto + size = 800 + } + + soldiers = { + culture = japanese + religion = shinto + size= 100 + + } + + farmers = { + culture = japanese + religion = shinto + size = 7500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 100 + } + + artisans = { + culture = japanese + religion = shinto + size = 800 + } + + soldiers = { + culture = japanese + religion = shinto + size= 100 + + } + + farmers = { + culture = japanese + religion = shinto + size = 7500 + } + + aristocrats = { + culture = ainu + religion = animist + size = 1250 + } + + clergymen = { + culture = ainu + religion = animist + size = 800 + } + + artisans = { + culture = ainu + religion = animist + size = 6000 + } + + soldiers = { + culture = ainu + religion = animist + size= 950 + + } + + farmers = { + culture = ainu + religion = animist + size = 70000 + } } #Hokuriku Region (2014000) #Niigata (1060000/265000 POPS) 1645 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3725 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 3400 - } - - officers = { - culture = japanese - religion = shinto - size = 525 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2550 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 2000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2700 - - } - - farmers = { - culture = japanese - religion = shinto - size = 175000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1225 - } - - clergymen = { - culture = japanese - religion = shinto - size = 825 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 675 - - } - - farmers = { - culture = japanese - religion = shinto - size = 57500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3725 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 3400 + } + + officers = { + culture = japanese + religion = shinto + size = 525 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2550 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 2000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2700 + + } + + farmers = { + culture = japanese + religion = shinto + size = 175000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1225 + } + + clergymen = { + culture = japanese + religion = shinto + size = 825 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 675 + + } + + farmers = { + culture = japanese + religion = shinto + size = 57500 + } } #Kanazawa (409000/102250 POPS) 1646 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 875 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1075 - - } - - farmers = { - culture = japanese - religion = shinto - size = 60000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 600 - } - - clergymen = { - culture = japanese - religion = shinto - size = 400 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 875 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1075 + + } + + farmers = { + culture = japanese + religion = shinto + size = 60000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 600 + } + + clergymen = { + culture = japanese + religion = shinto + size = 400 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Fukui (170000/42500 POPS) 1647 = { - aristocrats = { - culture = japanese - religion = shinto - size = 475 - } - - clergymen = { - culture = japanese - religion = shinto - size = 350 - } - - artisans = { - culture = japanese - religion = shinto - size = 2800 - } - - soldiers = { - culture = japanese - religion = shinto - size= 375 - - } - - farmers = { - culture = japanese - religion = shinto - size = 22500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 275 - } - - clergymen = { - culture = japanese - religion = shinto - size = 200 - } - - artisans = { - culture = japanese - religion = shinto - size = 1750 - } - - soldiers = { - culture = japanese - religion = shinto - size= 275 - - } - - farmers = { - culture = japanese - religion = shinto - size = 13500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 475 + } + + clergymen = { + culture = japanese + religion = shinto + size = 350 + } + + artisans = { + culture = japanese + religion = shinto + size = 2800 + } + + soldiers = { + culture = japanese + religion = shinto + size= 375 + + } + + farmers = { + culture = japanese + religion = shinto + size = 22500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 275 + } + + clergymen = { + culture = japanese + religion = shinto + size = 200 + } + + artisans = { + culture = japanese + religion = shinto + size = 1750 + } + + soldiers = { + culture = japanese + religion = shinto + size= 275 + + } + + farmers = { + culture = japanese + religion = shinto + size = 13500 + } } #Toyama (375000/93750 POPS) 1648 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1200 - } - - clergymen = { - culture = japanese - religion = shinto - size = 800 - } - - artisans = { - culture = japanese - religion = shinto - size = 4500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 57500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 525 - } - - clergymen = { - culture = japanese - religion = shinto - size = 375 - } - - artisans = { - culture = japanese - religion = shinto - size = 2500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 350 - - } - - farmers = { - culture = japanese - religion = shinto - size = 25000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1200 + } + + clergymen = { + culture = japanese + religion = shinto + size = 800 + } + + artisans = { + culture = japanese + religion = shinto + size = 4500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 57500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 525 + } + + clergymen = { + culture = japanese + religion = shinto + size = 375 + } + + artisans = { + culture = japanese + religion = shinto + size = 2500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 350 + + } + + farmers = { + culture = japanese + religion = shinto + size = 25000 + } } #Kanto Region (4907000) #Edo (1600000/400000 POPS) 1649 = { - aristocrats = { - culture = japanese - religion = shinto - size = 6500 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 10000 - } - - officers = { - culture = japanese - religion = shinto - size = 2150 - } - - clergymen = { - culture = japanese - religion = shinto - size = 5200 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 5900 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 2250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 150000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1300 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 750 - - } - - farmers = { - culture = japanese - religion = shinto - size = 40000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 6500 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 10000 + } + + officers = { + culture = japanese + religion = shinto + size = 2150 + } + + clergymen = { + culture = japanese + religion = shinto + size = 5200 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 5900 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 2250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 150000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1300 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 750 + + } + + farmers = { + culture = japanese + religion = shinto + size = 40000 + } } #Chiba (839000/209750 POPS) 1650 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3150 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 100 - - } - - farmers = { - culture = japanese - religion = shinto - size = 145000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 725 - } - - clergymen = { - culture = japanese - religion = shinto - size = 700 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 575 - - } - - farmers = { - culture = japanese - religion = shinto - size = 35500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3150 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 100 + + } + + farmers = { + culture = japanese + religion = shinto + size = 145000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 725 + } + + clergymen = { + culture = japanese + religion = shinto + size = 700 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 575 + + } + + farmers = { + culture = japanese + religion = shinto + size = 35500 + } } #Yokohama (609000/152250 POPS) 1651 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2100 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 6025 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 97500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 575 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 425 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2100 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 6025 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 97500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 575 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 425 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Urawa (1233000/308250 POPS) 1652 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 4350 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 7750 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 220000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1025 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 850 - - } - - farmers = { - culture = japanese - religion = shinto - size = 50000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 4350 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 7750 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 220000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1025 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 850 + + } + + farmers = { + culture = japanese + religion = shinto + size = 50000 + } } #Mito (626000/156500 POPS) 1653 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2200 - } - - artisans = { - culture = japanese - religion = shinto - size = 8500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 110000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 575 - } - - clergymen = { - culture = japanese - religion = shinto - size = 575 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 350 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2200 + } + + artisans = { + culture = japanese + religion = shinto + size = 8500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 110000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 575 + } + + clergymen = { + culture = japanese + religion = shinto + size = 575 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 350 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Kinki Region (7496000) #Osaka (1940000/485000 POPS) 1655 = { - aristocrats = { - culture = japanese - religion = shinto - size = 6000 - } - - clergymen = { - culture = japanese - religion = shinto - size = 7850 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2275 - - } - - farmers = { - culture = japanese - religion = shinto - size = 373875 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 5400 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 30000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 6000 + } + + clergymen = { + culture = japanese + religion = shinto + size = 7850 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2275 + + } + + farmers = { + culture = japanese + religion = shinto + size = 373875 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 5400 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 30000 + } } #Wakayama (1132000/283000 POPS) 1656 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3700 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3500 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 1500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 300 - - } - - farmers = { - culture = japanese - religion = shinto - size = 177000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1500 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1175 - - } - - farmers = { - culture = japanese - religion = shinto - size = 74775 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3700 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3500 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 1500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 300 + + } + + farmers = { + culture = japanese + religion = shinto + size = 177000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1500 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1175 + + } + + farmers = { + culture = japanese + religion = shinto + size = 74775 + } } #Kyoto (1963000/490750 POPS) 1657 = { - aristocrats = { - culture = japanese - religion = shinto - size = 8000 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 16850 - } - - officers = { - culture = japanese - religion = shinto - size = 3300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 6200 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2650 - - } - - farmers = { - culture = japanese - religion = shinto - size = 300000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1350 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 950 - - } - - farmers = { - culture = japanese - religion = shinto - size = 60000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 8000 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 16850 + } + + officers = { + culture = japanese + religion = shinto + size = 3300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 6200 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2650 + + } + + farmers = { + culture = japanese + religion = shinto + size = 300000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1350 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 950 + + } + + farmers = { + culture = japanese + religion = shinto + size = 60000 + } } #Nara (1269000/317250 POPS) 1658 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4125 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3875 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 190000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1700 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1550 - - } - - farmers = { - culture = japanese - religion = shinto - size = 85000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4125 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3875 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 190000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1700 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1550 + + } + + farmers = { + culture = japanese + religion = shinto + size = 85000 + } } #Kobe (1192000/298000 POPS) 1659 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3650 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 2000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 186500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1575 - } - - artisans = { - culture = japanese - religion = shinto - size = 7500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1275 - - } - - farmers = { - culture = japanese - religion = shinto - size = 77500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3650 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 2000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 186500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1575 + } + + artisans = { + culture = japanese + religion = shinto + size = 7500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1275 + + } + + farmers = { + culture = japanese + religion = shinto + size = 77500 + } } #Kyushu Region (3863500) #Fukuoka (861500/215375 POPS) 1660 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3375 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 7250 - } - - officers = { - culture = japanese - religion = shinto - size = 1450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2925 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2575 - - } - - farmers = { - culture = japanese - religion = shinto - size = 140000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 850 - } - - artisans = { - culture = japanese - religion = shinto - size = 5500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 750 - - } - - farmers = { - culture = japanese - religion = shinto - size = 40000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3375 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 7250 + } + + officers = { + culture = japanese + religion = shinto + size = 1450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2925 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2575 + + } + + farmers = { + culture = japanese + religion = shinto + size = 140000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 850 + } + + artisans = { + culture = japanese + religion = shinto + size = 5500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 750 + + } + + farmers = { + culture = japanese + religion = shinto + size = 40000 + } } #Nagasaki (1077000/269250 POPS) 1661 = { - aristocrats = { - culture = japanese - religion = shinto - size = 3600 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3400 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 170000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1300 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1400 - - } - - farmers = { - culture = japanese - religion = shinto - size = 65000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 3600 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3400 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 170000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1300 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1400 + + } + + farmers = { + culture = japanese + religion = shinto + size = 65000 + } } #Kagoshima (703000/175750 POPS) 1662 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2375 - } - - artisans = { - culture = japanese - religion = shinto - size = 9000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 375 - - } - - farmers = { - culture = japanese - religion = shinto - size = 120000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 700 - } - - artisans = { - culture = japanese - religion = shinto - size = 3500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 550 - - } - - farmers = { - culture = japanese - religion = shinto - size = 35000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2375 + } + + artisans = { + culture = japanese + religion = shinto + size = 9000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 375 + + } + + farmers = { + culture = japanese + religion = shinto + size = 120000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 700 + } + + artisans = { + culture = japanese + religion = shinto + size = 3500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 550 + + } + + farmers = { + culture = japanese + religion = shinto + size = 35000 + } } #Miyazaki (404000/101000 POPS) 1663 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1250 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1200 - } - - artisans = { - culture = japanese - religion = shinto - size = 6550 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 59000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 550 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 400 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1250 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1200 + } + + artisans = { + culture = japanese + religion = shinto + size = 6550 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 59000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 550 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 400 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Kumamoto (818000/204500 POPS) 1664 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 2750 - } - - artisans = { - culture = japanese - religion = shinto - size = 9000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1850 - - } - - farmers = { - culture = japanese - religion = shinto - size = 140000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 850 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 40000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 2750 + } + + artisans = { + culture = japanese + religion = shinto + size = 9000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1850 + + } + + farmers = { + culture = japanese + religion = shinto + size = 140000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 850 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 40000 + } } #Shikoku Region (1456000) #Kochi (255000/63750 POPS) 1665 = { - aristocrats = { - culture = japanese - religion = shinto - size = 825 - } - - clergymen = { - culture = japanese - religion = shinto - size = 675 - } - - artisans = { - culture = japanese - religion = shinto - size = 4000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 1500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 37500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 300 - } - - artisans = { - culture = japanese - religion = shinto - size = 3250 - } - - soldiers = { - culture = japanese - religion = shinto - size= 350 - - } - - farmers = { - culture = japanese - religion = shinto - size = 15000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 825 + } + + clergymen = { + culture = japanese + religion = shinto + size = 675 + } + + artisans = { + culture = japanese + religion = shinto + size = 4000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 1500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 37500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 300 + } + + artisans = { + culture = japanese + religion = shinto + size = 3250 + } + + soldiers = { + culture = japanese + religion = shinto + size= 350 + + } + + farmers = { + culture = japanese + religion = shinto + size = 15000 + } } #Matsuyama (460000/115000 POPS) 1666 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1500 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1225 - } - - artisans = { - culture = japanese - religion = shinto - size = 7000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1275 - - } - - farmers = { - culture = japanese - religion = shinto - size = 70000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 625 - } - - clergymen = { - culture = japanese - religion = shinto - size = 500 - } - - artisans = { - culture = japanese - religion = shinto - size = 2500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 375 - - } - - farmers = { - culture = japanese - religion = shinto - size = 30000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1500 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1225 + } + + artisans = { + culture = japanese + religion = shinto + size = 7000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1275 + + } + + farmers = { + culture = japanese + religion = shinto + size = 70000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 625 + } + + clergymen = { + culture = japanese + religion = shinto + size = 500 + } + + artisans = { + culture = japanese + religion = shinto + size = 2500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 375 + + } + + farmers = { + culture = japanese + religion = shinto + size = 30000 + } } #Tokushima (741000/185250 POPS) 1667 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2425 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 2750 - } - - officers = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1950 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2325 - - } - - farmers = { - culture = japanese - religion = shinto - size = 110000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1025 - } - - clergymen = { - culture = japanese - religion = shinto - size = 850 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 875 - - } - - farmers = { - culture = japanese - religion = shinto - size = 47500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2425 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 2750 + } + + officers = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1950 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2325 + + } + + farmers = { + culture = japanese + religion = shinto + size = 110000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1025 + } + + clergymen = { + culture = japanese + religion = shinto + size = 850 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 875 + + } + + farmers = { + culture = japanese + religion = shinto + size = 47500 + } } #Tohoku Region (3432500) #Sendai (668500/167125 POPS) 1668 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2325 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 3150 - } - - officers = { - culture = japanese - religion = shinto - size = 900 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1875 - } - - artisans = { - culture = japanese - religion = shinto - size = 7500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 2750 - - } - - farmers = { - culture = japanese - religion = shinto - size = 105000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 725 - - } - - farmers = { - culture = japanese - religion = shinto - size = 37500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2325 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 3150 + } + + officers = { + culture = japanese + religion = shinto + size = 900 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1875 + } + + artisans = { + culture = japanese + religion = shinto + size = 7500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 2750 + + } + + farmers = { + culture = japanese + religion = shinto + size = 105000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 725 + + } + + farmers = { + culture = japanese + religion = shinto + size = 37500 + } } #Fukushima (626000/156500 POPS) 1669 = { - aristocrats = { - culture = japanese - religion = shinto - size = 2025 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1650 - } - - artisans = { - culture = japanese - religion = shinto - size = 9000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1825 - - } - - farmers = { - culture = japanese - religion = shinto - size = 95000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 850 - } - - clergymen = { - culture = japanese - religion = shinto - size = 700 - } - - artisans = { - culture = japanese - religion = shinto - size = 4700 - } - - soldiers = { - culture = japanese - religion = shinto - size= 750 - - } - - farmers = { - culture = japanese - religion = shinto - size = 40000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 2025 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1650 + } + + artisans = { + culture = japanese + religion = shinto + size = 9000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1825 + + } + + farmers = { + culture = japanese + religion = shinto + size = 95000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 850 + } + + clergymen = { + culture = japanese + religion = shinto + size = 700 + } + + artisans = { + culture = japanese + religion = shinto + size = 4700 + } + + soldiers = { + culture = japanese + religion = shinto + size= 750 + + } + + farmers = { + culture = japanese + religion = shinto + size = 40000 + } } #Morioka (336000/84000 POPS) 1670 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1100 - } - - clergymen = { - culture = japanese - religion = shinto - size = 900 - } - - artisans = { - culture = japanese - religion = shinto - size = 4000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 52500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 450 - } - - clergymen = { - culture = japanese - religion = shinto - size = 375 - } - - artisans = { - culture = japanese - religion = shinto - size = 2250 - } - - soldiers = { - culture = japanese - religion = shinto - size= 425 - - } - - farmers = { - culture = japanese - religion = shinto - size = 21000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1100 + } + + clergymen = { + culture = japanese + religion = shinto + size = 900 + } + + artisans = { + culture = japanese + religion = shinto + size = 4000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 52500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 450 + } + + clergymen = { + culture = japanese + religion = shinto + size = 375 + } + + artisans = { + culture = japanese + religion = shinto + size = 2250 + } + + soldiers = { + culture = japanese + religion = shinto + size= 425 + + } + + farmers = { + culture = japanese + religion = shinto + size = 21000 + } } #Akita (420000/105000 POPS) 1671 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1125 - } - - artisans = { - culture = japanese - religion = shinto - size = 5525 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 65000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 475 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 475 - - } - - farmers = { - culture = japanese - religion = shinto - size = 26500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1125 + } + + artisans = { + culture = japanese + religion = shinto + size = 5525 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 65000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 475 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 475 + + } + + farmers = { + culture = japanese + religion = shinto + size = 26500 + } } #Aomori (397000/99250 POPS) 1672 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1250 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1100 - } - - artisans = { - culture = japanese - religion = shinto - size = 5000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 59000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 500 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1250 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1100 + } + + artisans = { + culture = japanese + religion = shinto + size = 5000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 59000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 500 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Yamagata (545000/136250 POPS) 1673 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1950 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1575 - } - - artisans = { - culture = japanese - religion = shinto - size = 9000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 2725 - - } - - farmers = { - culture = japanese - religion = shinto - size = 90000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 550 - } - - clergymen = { - culture = japanese - religion = shinto - size = 500 - } - - artisans = { - culture = japanese - religion = shinto - size = 3000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 450 - - } - - farmers = { - culture = japanese - religion = shinto - size = 27500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1950 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1575 + } + + artisans = { + culture = japanese + religion = shinto + size = 9000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 2725 + + } + + farmers = { + culture = japanese + religion = shinto + size = 90000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 550 + } + + clergymen = { + culture = japanese + religion = shinto + size = 500 + } + + artisans = { + culture = japanese + religion = shinto + size = 3000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 450 + + } + + farmers = { + culture = japanese + religion = shinto + size = 27500 + } } #Utsunomiya (440000/110000 POPS) 1674 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1275 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1050 - } - - artisans = { - culture = japanese - religion = shinto - size = 6000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1175 - - } - - farmers = { - culture = japanese - religion = shinto - size = 60000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 625 - } - - artisans = { - culture = japanese - religion = shinto - size = 3500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 625 - - } - - farmers = { - culture = japanese - religion = shinto - size = 35000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1275 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1050 + } + + artisans = { + culture = japanese + religion = shinto + size = 6000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1175 + + } + + farmers = { + culture = japanese + religion = shinto + size = 60000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 625 + } + + artisans = { + culture = japanese + religion = shinto + size = 3500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 625 + + } + + farmers = { + culture = japanese + religion = shinto + size = 35000 + } } #Tokai Region (3415000) #Nagoya (1571000/392750 POPS) 1675 = { - aristocrats = { - culture = japanese - religion = shinto - size = 5175 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 4125 - } - - officers = { - culture = japanese - religion = shinto - size = 1300 - } - - clergymen = { - culture = japanese - religion = shinto - size = 4150 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 2000 - - } - - farmers = { - culture = japanese - religion = shinto - size = 225000 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 2150 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1750 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 1100 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2100 - - } - - farmers = { - culture = japanese - religion = shinto - size = 110000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 5175 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 4125 + } + + officers = { + culture = japanese + religion = shinto + size = 1300 + } + + clergymen = { + culture = japanese + religion = shinto + size = 4150 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 2000 + + } + + farmers = { + culture = japanese + religion = shinto + size = 225000 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 2150 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1750 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 1100 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2100 + + } + + farmers = { + culture = japanese + religion = shinto + size = 110000 + } } #Shizuoka (464000/116000 POPS) 1676 = { - aristocrats = { - culture = japanese - religion = shinto - size = 1350 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1100 - } - - artisans = { - culture = japanese - religion = shinto - size = 6800 - } - - soldiers = { - culture = japanese - religion = shinto - size= 3000 - - } - - soldiers = { - culture = japanese - religion = shinto - size= 1250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 62500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 775 - } - - clergymen = { - culture = japanese - religion = shinto - size = 650 - } - - artisans = { - culture = japanese - religion = shinto - size = 3500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 575 - - } - - farmers = { - culture = japanese - religion = shinto - size = 37500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 1350 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1100 + } + + artisans = { + culture = japanese + religion = shinto + size = 6800 + } + + soldiers = { + culture = japanese + religion = shinto + size= 3000 + + } + + soldiers = { + culture = japanese + religion = shinto + size= 1250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 62500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 775 + } + + clergymen = { + culture = japanese + religion = shinto + size = 650 + } + + artisans = { + culture = japanese + religion = shinto + size = 3500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 575 + + } + + farmers = { + culture = japanese + religion = shinto + size = 37500 + } } #Nagano (1380000/345000 POPS) 1677 = { - aristocrats = { - culture = japanese - religion = shinto - size = 4650 - } - - clergymen = { - culture = japanese - religion = shinto - size = 3750 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 10000 - } - - artisans = { - culture = japanese - religion = shinto - size = 1600 - } - - soldiers = { - culture = japanese - religion = shinto - size= 2500 - - } - - farmers = { - culture = japanese - religion = shinto - size = 217500 - } - - aristocrats = { - culture = japanese - religion = shinto - size = 1750 - } - - clergymen = { - culture = japanese - religion = shinto - size = 1450 - } - - artisans = { - culture = japanese - religion = shinto - size = 7500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 1800 - - } - - farmers = { - culture = japanese - religion = shinto - size = 82500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 4650 + } + + clergymen = { + culture = japanese + religion = shinto + size = 3750 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 10000 + } + + artisans = { + culture = japanese + religion = shinto + size = 1600 + } + + soldiers = { + culture = japanese + religion = shinto + size= 2500 + + } + + farmers = { + culture = japanese + religion = shinto + size = 217500 + } + + aristocrats = { + culture = japanese + religion = shinto + size = 1750 + } + + clergymen = { + culture = japanese + religion = shinto + size = 1450 + } + + artisans = { + culture = japanese + religion = shinto + size = 7500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 1800 + + } + + farmers = { + culture = japanese + religion = shinto + size = 82500 + } } #Ryukyu Region (290000) #Okinawa (205000/51250 POPS) #ryukyuan represented by japanese 1678 = { - aristocrats = { - culture = japanese - religion = shinto - size = 850 - } - - bureaucrats = { - culture = japanese - religion = shinto - size = 200 - } - - officers = { - culture = japanese - religion = shinto - size = 75 - } - - clergymen = { - culture = japanese - religion = shinto - size = 475 - } - - artisans = { - culture = japanese - religion = shinto - size = 4500 - } - - soldiers = { - culture = japanese - religion = shinto - size= 900 - - } - - farmers = { - culture = japanese - religion = shinto - size = 40000 - } - - bureaucrats = { - culture = nanfaren - religion = shinto - size = 25 - } - - clergymen = { - culture = nanfaren - religion = shinto - size = 125 - } - - artisans = { - culture = nanfaren - religion = shinto - size = 500 - } - - soldiers = { - culture = nanfaren - religion = shinto - size= 100 - - } - - farmers = { - culture = nanfaren - religion = shinto - size = 3500 - } + aristocrats = { + culture = japanese + religion = shinto + size = 850 + } + + bureaucrats = { + culture = japanese + religion = shinto + size = 200 + } + + officers = { + culture = japanese + religion = shinto + size = 75 + } + + clergymen = { + culture = japanese + religion = shinto + size = 475 + } + + artisans = { + culture = japanese + religion = shinto + size = 4500 + } + + soldiers = { + culture = japanese + religion = shinto + size= 900 + + } + + farmers = { + culture = japanese + religion = shinto + size = 40000 + } + + bureaucrats = { + culture = nanfaren + religion = shinto + size = 25 + } + + clergymen = { + culture = nanfaren + religion = shinto + size = 125 + } + + artisans = { + culture = nanfaren + religion = shinto + size = 500 + } + + soldiers = { + culture = nanfaren + religion = shinto + size= 100 + + } + + farmers = { + culture = nanfaren + religion = shinto + size = 3500 + } } #Amari (85000/21250 POPS) 1679 = { - aristocrats = { - culture = japanese - religion = shinto - size = 375 - } - - clergymen = { - culture = japanese - religion = shinto - size = 225 - } - - artisans = { - culture = japanese - religion = shinto - size = 2400 - } - - soldiers = { - culture = japanese - religion = shinto - size= 250 - - } - - farmers = { - culture = japanese - religion = shinto - size = 18000 - } + aristocrats = { + culture = japanese + religion = shinto + size = 375 + } + + clergymen = { + culture = japanese + religion = shinto + size = 225 + } + + artisans = { + culture = japanese + religion = shinto + size = 2400 + } + + soldiers = { + culture = japanese + religion = shinto + size= 250 + + } + + farmers = { + culture = japanese + religion = shinto + size = 18000 + } } diff --git a/HPM/history/pops/1861.4.14/Jordan.txt b/HPM/history/pops/1861.4.14/Jordan.txt index 721cf7e6..d39ab95e 100644 --- a/HPM/history/pops/1861.4.14/Jordan.txt +++ b/HPM/history/pops/1861.4.14/Jordan.txt @@ -2,280 +2,280 @@ #under the rule of Egypt in 1836 #Amman (20000/5000 POPS) #now part of Jordan 908 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 901.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 180.25 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3785.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 901.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 180.25 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3785.25 + } } #Jerash (16000/4000 POPS) #now part of Jordan 909 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 36.050000000000004 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2796.4500000000003 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 15.450000000000001 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15.450000000000001 - } - - artisans = { - culture = bedouin - religion = sunni - size = 36.050000000000004 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 937.3000000000001 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 36.050000000000004 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2796.4500000000003 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 15.450000000000001 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15.450000000000001 + } + + artisans = { + culture = bedouin + religion = sunni + size = 36.050000000000004 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 937.3000000000001 + } } #Badiyat al-Sham Region (40000) #see Syria.txt, Iraq.txt & Saudi Arabia.txt for balance of region #under the "rule" of Egypt in 1836 #Ruwayshid (12000/3000 POPS) #now part of Jordan 910 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 128.75 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2806.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 128.75 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2806.75 + } } #Maan (28000/7000 POPS) #now part of Jordan 911 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2832.5 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3785.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2832.5 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3785.25 + } } #Palestine Region (20000) #see Israel-Palestine.txt for balance of region #under the rule of Egypt in 1836 #Aqaba (20000/5000 POPS) #now part of Jordan 922 = { - clergymen = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 927.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25.75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3888.25 - } + clergymen = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 927.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25.75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3888.25 + } } diff --git a/HPM/history/pops/1861.4.14/Kazakhstan.txt b/HPM/history/pops/1861.4.14/Kazakhstan.txt index 7215c664..d8580abf 100644 --- a/HPM/history/pops/1861.4.14/Kazakhstan.txt +++ b/HPM/history/pops/1861.4.14/Kazakhstan.txt @@ -2,750 +2,750 @@ #under the rule of Russia in 1836 #Guryev (19000/4750 POPS) 1182 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 20.6 - } - - clergymen = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - artisans = { - culture = russian - religion = orthodox - size = 36.050000000000004 - } - - soldiers = { - culture = russian - religion = orthodox - size= 15 - - } - - farmers = { - culture = russian - religion = orthodox - size = 684.95 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 77.25 - } - - artisans = { - culture = kazak - religion = sunni - size = 206.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 25 - - } - - farmers = { - culture = kazak - religion = sunni - size = 3733.75 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 20.6 + } + + clergymen = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + artisans = { + culture = russian + religion = orthodox + size = 36.050000000000004 + } + + soldiers = { + culture = russian + religion = orthodox + size= 15 + + } + + farmers = { + culture = russian + religion = orthodox + size = 684.95 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 77.25 + } + + artisans = { + culture = kazak + religion = sunni + size = 206.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 25 + + } + + farmers = { + culture = kazak + religion = sunni + size = 3733.75 + } } #Aqtobe (20000/5000 POPS) 1183 = { - aristocrats = { - culture = kazak - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 51.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 257.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 51 - - } - - farmers = { - culture = kazak - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = kazak + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 51.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 257.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 51 + + } + + farmers = { + culture = kazak + religion = sunni + size = 4712.25 + } } #Uralsk (13000/3250 POPS) 2610 = { - clergymen = { - culture = russian - religion = orthodox - size = 30.900000000000002 - } - - artisans = { - culture = russian - religion = orthodox - size = 46.35 - } - - soldiers = { - culture = russian - religion = orthodox - size= 25 - - } - - farmers = { - culture = russian - religion = orthodox - size = 1184.5 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 25.75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 25.75 - } - - artisans = { - culture = kazak - religion = sunni - size = 103.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 25 - - } - - farmers = { - culture = kazak - religion = sunni - size = 1879.75 - } + clergymen = { + culture = russian + religion = orthodox + size = 30.900000000000002 + } + + artisans = { + culture = russian + religion = orthodox + size = 46.35 + } + + soldiers = { + culture = russian + religion = orthodox + size= 25 + + } + + farmers = { + culture = russian + religion = orthodox + size = 1184.5 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 25.75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 25.75 + } + + artisans = { + culture = kazak + religion = sunni + size = 103.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 25 + + } + + farmers = { + culture = kazak + religion = sunni + size = 1879.75 + } } #Turgay (20000/5000 POPS) 2611 = { - aristocrats = { - culture = kazak - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 51.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 257.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 51 - - } - - farmers = { - culture = kazak - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = kazak + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 51.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 257.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 51 + + } + + farmers = { + culture = kazak + religion = sunni + size = 4712.25 + } } #Eastern Kazakh Steppes Region (376000) #under the rule of Russia in 1836 #Qaraganda (56000/14000 POPS) 1181 = { - aristocrats = { - culture = kazak - religion = sunni - size = 231.75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 128.75 - } - - artisans = { - culture = kazak - religion = sunni - size = 669.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 128 - - } - - farmers = { - culture = kazak - religion = sunni - size = 13261.25 - } + aristocrats = { + culture = kazak + religion = sunni + size = 231.75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 128.75 + } + + artisans = { + culture = kazak + religion = sunni + size = 669.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 128 + + } + + farmers = { + culture = kazak + religion = sunni + size = 13261.25 + } } #Kokshetau (96000/24000 POPS) 1184 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 25 - - } - - farmers = { - culture = russian - religion = orthodox - size = 2781.0 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 437.75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 206.0 - } - - artisans = { - culture = kazak - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 231 - - } - - farmers = { - culture = kazak - religion = sunni - size = 19621.5 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 25 + + } + + farmers = { + culture = russian + religion = orthodox + size = 2781.0 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 437.75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 206.0 + } + + artisans = { + culture = kazak + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 231 + + } + + farmers = { + culture = kazak + religion = sunni + size = 19621.5 + } } #Yasi (80000/20000 POPS) 1185 = { - aristocrats = { - culture = kazak - religion = sunni - size = 360.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 206.0 - } - - artisans = { - culture = kazak - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 206 - - } - - farmers = { - culture = kazak - religion = sunni - size = 18797.5 - } + aristocrats = { + culture = kazak + religion = sunni + size = 360.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 206.0 + } + + artisans = { + culture = kazak + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 206 + + } + + farmers = { + culture = kazak + religion = sunni + size = 18797.5 + } } #Zhambul (76000/19000 POPS) 2606 = { - aristocrats = { - culture = kazak - religion = sunni - size = 360.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 180.25 - } - - artisans = { - culture = kazak - religion = sunni - size = 978.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 206 - - } - - farmers = { - culture = kazak - religion = sunni - size = 17844.75 - } + aristocrats = { + culture = kazak + religion = sunni + size = 360.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 180.25 + } + + artisans = { + culture = kazak + religion = sunni + size = 978.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 206 + + } + + farmers = { + culture = kazak + religion = sunni + size = 17844.75 + } } #Aktash (68000/17000 POPS) 2612 = { - aristocrats = { - culture = kazak - religion = sunni - size = 334.75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 180.25 - } - - artisans = { - culture = kazak - religion = sunni - size = 875.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 180 - - } - - farmers = { - culture = kazak - religion = sunni - size = 15939.25 - } + aristocrats = { + culture = kazak + religion = sunni + size = 334.75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 180.25 + } + + artisans = { + culture = kazak + religion = sunni + size = 875.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 180 + + } + + farmers = { + culture = kazak + religion = sunni + size = 15939.25 + } } #Semireche Region (276000) #see Kirghizstan.txt for balance of region #under the "rule" of Russia in 1836 #Semipalatinsk (80000/20000 POPS) 1187 = { - aristocrats = { - culture = kazak - religion = sunni - size = 360.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 206.0 - } - - artisans = { - culture = kazak - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 206 - - } - - farmers = { - culture = kazak - religion = sunni - size = 18797.5 - } + aristocrats = { + culture = kazak + religion = sunni + size = 360.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 206.0 + } + + artisans = { + culture = kazak + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 206 + + } + + farmers = { + culture = kazak + religion = sunni + size = 18797.5 + } } #Qaratal (108000/27000 POPS) 1188 = { - aristocrats = { - culture = kazak - religion = sunni - size = 309.0 - } - - clergymen = { - culture = kazak - religion = sunni - size = 154.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 824.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 180 - - } - - farmers = { - culture = kazak - religion = sunni - size = 15012.25 - } - - aristocrats = { - culture = uighur - religion = sunni - size = 206.0 - } - - clergymen = { - culture = uighur - religion = sunni - size = 103.0 - } - - artisans = { - culture = uighur - religion = sunni - size = 566.5 - } - - soldiers = { - culture = uighur - religion = sunni - size= 128 - - } - - farmers = { - culture = uighur - religion = sunni - size = 10325.75 - } + aristocrats = { + culture = kazak + religion = sunni + size = 309.0 + } + + clergymen = { + culture = kazak + religion = sunni + size = 154.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 824.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 180 + + } + + farmers = { + culture = kazak + religion = sunni + size = 15012.25 + } + + aristocrats = { + culture = uighur + religion = sunni + size = 206.0 + } + + clergymen = { + culture = uighur + religion = sunni + size = 103.0 + } + + artisans = { + culture = uighur + religion = sunni + size = 566.5 + } + + soldiers = { + culture = uighur + religion = sunni + size= 128 + + } + + farmers = { + culture = uighur + religion = sunni + size = 10325.75 + } } #under the "rule" of Kokand in 1836 #Alma-Ata (88000/22000 POPS) 1186 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 51.5 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 309.0 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 77 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 5639.25 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 309.0 - } - - clergymen = { - culture = kazak - religion = sunni - size = 154.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 824.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 180 - - } - - farmers = { - culture = kazak - religion = sunni - size = 15012.25 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 51.5 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 309.0 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 77 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 5639.25 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 309.0 + } + + clergymen = { + culture = kazak + religion = sunni + size = 154.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 824.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 180 + + } + + farmers = { + culture = kazak + religion = sunni + size = 15012.25 + } } #Khwarazm Region (168000) #see Uzbekistan.txt and Turkmenistan.txt for balance of region #under the rule of Khiva in 1836 #Kyzylorda (108000/27000 POPS) 1193 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 257.5 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 128.75 - } - - artisans = { - culture = uzbek - religion = sunni - size = 721.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 154 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 13158.25 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 257.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 128.75 - } - - artisans = { - culture = kazak - religion = sunni - size = 618.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 128 - - } - - farmers = { - culture = kazak - religion = sunni - size = 12257.0 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 257.5 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 128.75 + } + + artisans = { + culture = uzbek + religion = sunni + size = 721.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 154 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 13158.25 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 257.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 128.75 + } + + artisans = { + culture = kazak + religion = sunni + size = 618.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 128 + + } + + farmers = { + culture = kazak + religion = sunni + size = 12257.0 + } } #Aqtau (32000/8000 POPS) 1194 = { - aristocrats = { - culture = kazak - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 77.25 - } - - artisans = { - culture = kazak - religion = sunni - size = 360.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 77 - - } - - farmers = { - culture = kazak - religion = sunni - size = 7570.5 - } + aristocrats = { + culture = kazak + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 77.25 + } + + artisans = { + culture = kazak + religion = sunni + size = 360.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 77 + + } + + farmers = { + culture = kazak + religion = sunni + size = 7570.5 + } } #Aralsk (28000/7000 POPS) 2702 = { - aristocrats = { - culture = kazak - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kazak - religion = sunni - size = 51.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 360.5 - } - - soldiers = { - culture = kazak - religion = sunni - size= 77 - - } - - farmers = { - culture = kazak - religion = sunni - size = 6617.75 - } + aristocrats = { + culture = kazak + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kazak + religion = sunni + size = 51.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 360.5 + } + + soldiers = { + culture = kazak + religion = sunni + size= 77 + + } + + farmers = { + culture = kazak + religion = sunni + size = 6617.75 + } } #Mawarannahr Region (180000) #see Uzbekistan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region #under the rule of Bukhara in 1836 #Shymkent (180000/45000 POPS) #now part of Kazakhstan 1197 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 257.5 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 128.75 - } - - artisans = { - culture = uzbek - religion = sunni - size = 772.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1154 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 14136.75 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 566.5 - } - - clergymen = { - culture = kazak - religion = sunni - size = 257.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 257 - - } - - farmers = { - culture = kazak - religion = sunni - size = 28273.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 257.5 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 128.75 + } + + artisans = { + culture = uzbek + religion = sunni + size = 772.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1154 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 14136.75 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 566.5 + } + + clergymen = { + culture = kazak + religion = sunni + size = 257.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 257 + + } + + farmers = { + culture = kazak + religion = sunni + size = 28273.5 + } } diff --git a/HPM/history/pops/1861.4.14/Kenya.txt b/HPM/history/pops/1861.4.14/Kenya.txt index 33181fa3..81400c1f 100644 --- a/HPM/history/pops/1861.4.14/Kenya.txt +++ b/HPM/history/pops/1861.4.14/Kenya.txt @@ -1,725 +1,725 @@ -#Rift Highlands Region (620000) +#Rift Highlands Region (620000) #uncolonized in 1836 #Nairobi (260000/65000 POPS) 2024 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 925 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 475 - } - - artisans = { - culture = kikuyu - religion = animist - size = 2400 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 500 - } - - farmers = { - culture = kikuyu - religion = animist - size = 43700 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 200 - } - - clergymen = { - culture = nilotic - religion = animist - size = 100 - } - - artisans = { - culture = nilotic - religion = animist - size = 550 - } - - soldiers = { - culture = nilotic - religion = animist - size = 125 - } - - farmers = { - culture = nilotic - religion = animist - size = 10025 - } - - aristocrats = { - culture = maasai - religion = animist - size = 50 - } - - clergymen = { - culture = maasai - religion = animist - size = 50 - } - - artisans = { - culture = maasai - religion = animist - size = 200 - } - - soldiers = { - culture = maasai - religion = animist - size = 50 - } - - farmers = { - culture = maasai - religion = animist - size = 3650 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 925 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 475 + } + + artisans = { + culture = kikuyu + religion = animist + size = 2400 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 500 + } + + farmers = { + culture = kikuyu + religion = animist + size = 43700 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 200 + } + + clergymen = { + culture = nilotic + religion = animist + size = 100 + } + + artisans = { + culture = nilotic + religion = animist + size = 550 + } + + soldiers = { + culture = nilotic + religion = animist + size = 125 + } + + farmers = { + culture = nilotic + religion = animist + size = 10025 + } + + aristocrats = { + culture = maasai + religion = animist + size = 50 + } + + clergymen = { + culture = maasai + religion = animist + size = 50 + } + + artisans = { + culture = maasai + religion = animist + size = 200 + } + + soldiers = { + culture = maasai + religion = animist + size = 50 + } + + farmers = { + culture = maasai + religion = animist + size = 3650 + } } #Lodwar (36000/9000 POPS) 2026 = { - aristocrats = { - culture = luo - religion = animist - size = 100 - } - - clergymen = { - culture = luo - religion = animist - size = 50 - } - - artisans = { - culture = luo - religion = animist - size = 250 - } - - soldiers = { - culture = luo - religion = animist - size = 75 - } - - farmers = { - culture = luo - religion = animist - size = 4625 - } - - aristocrats = { - culture = maasai - religion = animist - size = 50 - } - - clergymen = { - culture = maasai - religion = animist - size = 75 - } - - artisans = { - culture = maasai - religion = animist - size = 150 - } - - soldiers = { - culture = maasai - religion = animist - size = 25 - } - - farmers = { - culture = maasai - religion = animist - size = 2700 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = luo + religion = animist + size = 100 + } + + clergymen = { + culture = luo + religion = animist + size = 50 + } + + artisans = { + culture = luo + religion = animist + size = 250 + } + + soldiers = { + culture = luo + religion = animist + size = 75 + } + + farmers = { + culture = luo + religion = animist + size = 4625 + } + + aristocrats = { + culture = maasai + religion = animist + size = 50 + } + + clergymen = { + culture = maasai + religion = animist + size = 75 + } + + artisans = { + culture = maasai + religion = animist + size = 150 + } + + soldiers = { + culture = maasai + religion = animist + size = 25 + } + + farmers = { + culture = maasai + religion = animist + size = 2700 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } #Nakuru (128000/32000 POPS) 2027 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 150 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 125 - } - - artisans = { - culture = kikuyu - religion = animist - size = 400 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 75 - } - - farmers = { - culture = kikuyu - religion = animist - size = 7350 - } - - aristocrats = { - culture = maasai - religion = animist - size = 300 - } - - clergymen = { - culture = maasai - religion = animist - size = 150 - } - - artisans = { - culture = maasai - religion = animist - size = 650 - } - - soldiers = { - culture = maasai - religion = animist - size = 175 - } - - farmers = { - culture = maasai - religion = animist - size = 11725 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 150 - } - - clergymen = { - culture = nilotic - religion = animist - size = 75 - } - - artisans = { - culture = nilotic - religion = animist - size = 400 - } - - soldiers = { - culture = nilotic - religion = animist - size = 75 - } - - farmers = { - culture = nilotic - religion = animist - size = 7300 - } - - slaves = { - culture = nilotic - religion = animist - size = 3000 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 150 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 125 + } + + artisans = { + culture = kikuyu + religion = animist + size = 400 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 75 + } + + farmers = { + culture = kikuyu + religion = animist + size = 7350 + } + + aristocrats = { + culture = maasai + religion = animist + size = 300 + } + + clergymen = { + culture = maasai + religion = animist + size = 150 + } + + artisans = { + culture = maasai + religion = animist + size = 650 + } + + soldiers = { + culture = maasai + religion = animist + size = 175 + } + + farmers = { + culture = maasai + religion = animist + size = 11725 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 150 + } + + clergymen = { + culture = nilotic + religion = animist + size = 75 + } + + artisans = { + culture = nilotic + religion = animist + size = 400 + } + + soldiers = { + culture = nilotic + religion = animist + size = 75 + } + + farmers = { + culture = nilotic + religion = animist + size = 7300 + } + + slaves = { + culture = nilotic + religion = animist + size = 3000 + } } #uncolonized in 1836/under influence of Buganda #Kisumu (196000/49000POPS) 2028 = { - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 300 - } - - farmers = { - culture = luo - religion = animist - size = 20350 - } - - aristocrats = { - culture = lacustrine_bantu - religion = animist - size = 375 - } - - clergymen = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 1100 - } - - soldiers = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - farmers = { - culture = lacustrine_bantu - religion = animist - size = 18225 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 7000 - } + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 300 + } + + farmers = { + culture = luo + religion = animist + size = 20350 + } + + aristocrats = { + culture = lacustrine_bantu + religion = animist + size = 375 + } + + clergymen = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 1100 + } + + soldiers = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + farmers = { + culture = lacustrine_bantu + religion = animist + size = 18225 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 7000 + } } -#Tana Region (324000) +#Tana Region (324000) #uncolonized in 1836 #Marsabit (52000/13000 POPS 2025 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 250 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 150 - } - - artisans = { - culture = kikuyu - religion = animist - size = 650 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 125 - } - - farmers = { - culture = kikuyu - religion = animist - size = 11875 - } - - aristocrats = { - culture = oromo - religion = coptic - size = 100 - } - - clergymen = { - culture = oromo - religion = coptic - size = 100 - } - - artisans = { - culture = oromo - religion = coptic - size = 250 - } - - soldiers = { - culture = oromo - religion = coptic - size = 100 - } - - farmers = { - culture = oromo - religion = coptic - size = 4575 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 250 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 150 + } + + artisans = { + culture = kikuyu + religion = animist + size = 650 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 125 + } + + farmers = { + culture = kikuyu + religion = animist + size = 11875 + } + + aristocrats = { + culture = oromo + religion = coptic + size = 100 + } + + clergymen = { + culture = oromo + religion = coptic + size = 100 + } + + artisans = { + culture = oromo + religion = coptic + size = 250 + } + + soldiers = { + culture = oromo + religion = coptic + size = 100 + } + + farmers = { + culture = oromo + religion = coptic + size = 4575 + } } #Wajir (100000/25000 POPS) 2031 = { - aristocrats = { - culture = somali - religion = sunni - size = 400 - } - - clergymen = { - culture = somali - religion = sunni - size = 200 - } - - artisans = { - culture = somali - religion = sunni - size = 850 - } - - soldiers = { - culture = somali - religion = sunni - size = 225 - } - - farmers = { - culture = somali - religion = sunni - size = 18225 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 50 - } - - clergymen = { - culture = cushitic - religion = animist - size = 50 - } - - artisans = { - culture = cushitic - religion = animist - size = 200 - } - - soldiers = { - culture = cushitic - religion = animist - size = 50 - } - - farmers = { - culture = cushitic - religion = animist - size = 3650 - } - - slaves = { - culture = cushitic - religion = animist - size = 1100 - } + aristocrats = { + culture = somali + religion = sunni + size = 400 + } + + clergymen = { + culture = somali + religion = sunni + size = 200 + } + + artisans = { + culture = somali + religion = sunni + size = 850 + } + + soldiers = { + culture = somali + religion = sunni + size = 225 + } + + farmers = { + culture = somali + religion = sunni + size = 18225 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 50 + } + + clergymen = { + culture = cushitic + religion = animist + size = 50 + } + + artisans = { + culture = cushitic + religion = animist + size = 200 + } + + soldiers = { + culture = cushitic + religion = animist + size = 50 + } + + farmers = { + culture = cushitic + religion = animist + size = 3650 + } + + slaves = { + culture = cushitic + religion = animist + size = 1100 + } } #Garissa (172000/43000 POPS) 2032 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 650 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 375 - } - - artisans = { - culture = kikuyu - religion = animist - size = 1750 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 350 - } - - farmers = { - culture = kikuyu - religion = animist - size = 31875 - } - - aristocrats = { - culture = somali - religion = sunni - size = 100 - } - - clergymen = { - culture = somali - religion = sunni - size = 100 - } - - artisans = { - culture = somali - religion = sunni - size = 150 - } - - soldiers = { - culture = somali - religion = sunni - size = 100 - } - - farmers = { - culture = somali - religion = sunni - size = 2700 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 650 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 375 + } + + artisans = { + culture = kikuyu + religion = animist + size = 1750 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 350 + } + + farmers = { + culture = kikuyu + religion = animist + size = 31875 + } + + aristocrats = { + culture = somali + religion = sunni + size = 100 + } + + clergymen = { + culture = somali + religion = sunni + size = 100 + } + + artisans = { + culture = somali + religion = sunni + size = 150 + } + + soldiers = { + culture = somali + religion = sunni + size = 100 + } + + farmers = { + culture = somali + religion = sunni + size = 2700 + } } -#Upper Swahili Coast Region (304000) +#Upper Swahili Coast Region (304000) #ruled by kingdom of Oman in 1836 #Mombasa (100000/25000 POPS) 2029 = { - aristocrats = { - culture = swahili - religion = sunni - size = 200 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 550 - } - - soldiers = { - culture = swahili - religion = sunni - size = 1100 - } - - farmers = { - culture = swahili - religion = sunni - size = 9150 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 100 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 50 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 50 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 500 - } - - aristocrats = { - culture = kikuyu - religion = animist - size = 175 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 100 - } - - artisans = { - culture = kikuyu - religion = animist - size = 500 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 100 - } - - farmers = { - culture = kikuyu - religion = animist - size = 9125 - } - - slaves = { - culture = kikuyu - religion = animist - size = 3000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 200 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 550 + } + + soldiers = { + culture = swahili + religion = sunni + size = 1100 + } + + farmers = { + culture = swahili + religion = sunni + size = 9150 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 100 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 50 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 50 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 500 + } + + aristocrats = { + culture = kikuyu + religion = animist + size = 175 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 100 + } + + artisans = { + culture = kikuyu + religion = animist + size = 500 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 100 + } + + farmers = { + culture = kikuyu + religion = animist + size = 9125 + } + + slaves = { + culture = kikuyu + religion = animist + size = 3000 + } } #Lamu (100000/25000 POPS) 2030 = { - aristocrats = { - culture = swahili - religion = sunni - size = 225 - } - - clergymen = { - culture = swahili - religion = sunni - size = 125 - } - - artisans = { - culture = swahili - religion = sunni - size = 500 - } - - soldiers = { - culture = swahili - religion = sunni - size = 125 - } - - farmers = { - culture = swahili - religion = sunni - size = 10025 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 225 - } - - clergymen = { - culture = cushitic - religion = animist - size = 125 - } - - artisans = { - culture = cushitic - religion = animist - size = 600 - } - - soldiers = { - culture = cushitic - religion = animist - size = 125 - } - - farmers = { - culture = cushitic - religion = animist - size = 10925 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 225 + } + + clergymen = { + culture = swahili + religion = sunni + size = 125 + } + + artisans = { + culture = swahili + religion = sunni + size = 500 + } + + soldiers = { + culture = swahili + religion = sunni + size = 125 + } + + farmers = { + culture = swahili + religion = sunni + size = 10025 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 225 + } + + clergymen = { + culture = cushitic + religion = animist + size = 125 + } + + artisans = { + culture = cushitic + religion = animist + size = 600 + } + + soldiers = { + culture = cushitic + religion = animist + size = 125 + } + + farmers = { + culture = cushitic + religion = animist + size = 10925 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } #uncolonized in 1836 #Voi (104000/26000 POPS) 2033 = { - aristocrats = { - culture = kikuyu - religion = animist - size = 475 - } - - clergymen = { - culture = kikuyu - religion = animist - size = 250 - } - - artisans = { - culture = kikuyu - religion = animist - size = 1300 - } - - soldiers = { - culture = kikuyu - religion = animist - size = 250 - } - - farmers = { - culture = kikuyu - religion = animist - size = 23725 - } + aristocrats = { + culture = kikuyu + religion = animist + size = 475 + } + + clergymen = { + culture = kikuyu + religion = animist + size = 250 + } + + artisans = { + culture = kikuyu + religion = animist + size = 1300 + } + + soldiers = { + culture = kikuyu + religion = animist + size = 250 + } + + farmers = { + culture = kikuyu + religion = animist + size = 23725 + } } diff --git a/HPM/history/pops/1861.4.14/Kirghizstan.txt b/HPM/history/pops/1861.4.14/Kirghizstan.txt index d5fae5cb..7aa0489d 100644 --- a/HPM/history/pops/1861.4.14/Kirghizstan.txt +++ b/HPM/history/pops/1861.4.14/Kirghizstan.txt @@ -2,279 +2,279 @@ #under the "rule" of Kokand in 1836 #Bishkek (236000/59000 POPS) #now part of Kirghizstan 1189 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 824.0 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 437.75 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 3000 - - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 3000 - - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 1210 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 34788.25 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kazak - religion = sunni - size = 77.25 - } - - artisans = { - culture = kazak - religion = sunni - size = 309.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 77 - - } - - farmers = { - culture = kazak - religion = sunni - size = 6643.5 - } - - aristocrats = { - culture = uighur - religion = sunni - size = 128.75 - } - - clergymen = { - culture = uighur - religion = sunni - size = 77.25 - } - - artisans = { - culture = uighur - religion = sunni - size = 360.5 - } - - soldiers = { - culture = uighur - religion = sunni - size= 77 - - } - - farmers = { - culture = uighur - religion = sunni - size = 7596.25 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 824.0 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 437.75 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 3000 + + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 3000 + + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 1210 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 34788.25 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kazak + religion = sunni + size = 77.25 + } + + artisans = { + culture = kazak + religion = sunni + size = 309.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 77 + + } + + farmers = { + culture = kazak + religion = sunni + size = 6643.5 + } + + aristocrats = { + culture = uighur + religion = sunni + size = 128.75 + } + + clergymen = { + culture = uighur + religion = sunni + size = 77.25 + } + + artisans = { + culture = uighur + religion = sunni + size = 360.5 + } + + soldiers = { + culture = uighur + religion = sunni + size= 77 + + } + + farmers = { + culture = uighur + religion = sunni + size = 7596.25 + } } #Naryn (56000/14000 POPS) #now part of Kirghizstan 1190 = { - aristocrats = { - culture = kirgiz - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 51.5 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 103.0 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 1130 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 2858.25 - } - - aristocrats = { - culture = kirgiz - religion = animist - size = 103.0 - } - - clergymen = { - culture = kirgiz - religion = animist - size = 51.5 - } - - artisans = { - culture = kirgiz - religion = animist - size = 257.5 - } - - soldiers = { - culture = kirgiz - religion = animist - size= 51 - - } - - farmers = { - culture = kirgiz - religion = animist - size = 4712.25 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kazak - religion = sunni - size = 51.5 - } - - artisans = { - culture = kazak - religion = sunni - size = 206.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 51 - - } - - farmers = { - culture = kazak - religion = sunni - size = 4738.0 - } + aristocrats = { + culture = kirgiz + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 51.5 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 103.0 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 1130 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 2858.25 + } + + aristocrats = { + culture = kirgiz + religion = animist + size = 103.0 + } + + clergymen = { + culture = kirgiz + religion = animist + size = 51.5 + } + + artisans = { + culture = kirgiz + religion = animist + size = 257.5 + } + + soldiers = { + culture = kirgiz + religion = animist + size= 51 + + } + + farmers = { + culture = kirgiz + religion = animist + size = 4712.25 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kazak + religion = sunni + size = 51.5 + } + + artisans = { + culture = kazak + religion = sunni + size = 206.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 51 + + } + + farmers = { + culture = kazak + religion = sunni + size = 4738.0 + } } #Mawarannahr Region (112000) #see Kazakhstan.txt, Tajikistan.txt, Uzbekistan.txt for balance of region #under the rule of Kokand in 1836 #Osh (112000/28000 POPS) #Now part of Kirghizstan 1203 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 180.25 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 77.25 - } - - artisans = { - culture = uzbek - religion = sunni - size = 463.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 103 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 8446.0 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 386.25 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 180.25 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 927.0 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 3000 - - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 1120 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 13956.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 180.25 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 77.25 + } + + artisans = { + culture = uzbek + religion = sunni + size = 463.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 103 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 8446.0 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 386.25 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 180.25 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 927.0 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 3000 + + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 1120 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 13956.5 + } } diff --git a/HPM/history/pops/1861.4.14/Korea.txt b/HPM/history/pops/1861.4.14/Korea.txt index 75d6582d..11ac9b5b 100644 --- a/HPM/history/pops/1861.4.14/Korea.txt +++ b/HPM/history/pops/1861.4.14/Korea.txt @@ -1,983 +1,983 @@ #Pyongan Region (1506000) #Pyongyang (772000/193000 POPS) 1619 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2725 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 1500 - } - - officers = { - culture = korean - religion = mahayana - size = 375 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2400 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 157000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } - - clergymen = { - culture = korean - religion = catholic - size = 25 - } - - artisans = { - culture = korean - religion = catholic - size = 475 - } - - farmers = { - culture = korean - religion = catholic - size = 1100 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2725 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 1500 + } + + officers = { + culture = korean + religion = mahayana + size = 375 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2400 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 157000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } + + clergymen = { + culture = korean + religion = catholic + size = 25 + } + + artisans = { + culture = korean + religion = catholic + size = 475 + } + + farmers = { + culture = korean + religion = catholic + size = 1100 + } } #Chonchon (734000/183500 POPS) 1620 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3200 - } - - clergymen = { - culture = korean - religion = mahayana - size = 2300 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 155500 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3200 + } + + clergymen = { + culture = korean + religion = mahayana + size = 2300 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 155500 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Hamgyong Region (888000) #Hamhung (290000/72500 POPS) 1621 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1300 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 775 - } - - officers = { - culture = korean - religion = mahayana - size = 200 - } - - clergymen = { - culture = korean - religion = mahayana - size = 725 - } - - artisans = { - culture = korean - religion = mahayana - size = 4000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 59000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1300 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 775 + } + + officers = { + culture = korean + religion = mahayana + size = 200 + } + + clergymen = { + culture = korean + religion = mahayana + size = 725 + } + + artisans = { + culture = korean + religion = mahayana + size = 4000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 59000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Chongjin (347000/86750 POPS) 1622 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1375 - } - - clergymen = { - culture = korean - religion = mahayana - size = 875 - } - - artisans = { - culture = korean - religion = mahayana - size = 3750 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1750 - - } - - farmers = { - culture = korean - religion = mahayana - size = 69000 - } - - slaves = { - culture = korean - religion = mahayana - size = 10000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1375 + } + + clergymen = { + culture = korean + religion = mahayana + size = 875 + } + + artisans = { + culture = korean + religion = mahayana + size = 3750 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1750 + + } + + farmers = { + culture = korean + religion = mahayana + size = 69000 + } + + slaves = { + culture = korean + religion = mahayana + size = 10000 + } } #Kimchaek (251000/62750 POPS) 1623 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1125 - } - - clergymen = { - culture = korean - religion = mahayana - size = 625 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 51500 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1125 + } + + clergymen = { + culture = korean + religion = mahayana + size = 625 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 51500 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Kyonggi Region (2529000) #Seoul (1139000/284750 POPS) 1624 = { - aristocrats = { - culture = korean - religion = mahayana - size = 5325 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 2525 - } - - officers = { - culture = korean - religion = mahayana - size = 625 - } - - clergymen = { - culture = korean - religion = mahayana - size = 3525 - } - - artisans = { - culture = korean - religion = mahayana - size = 10000 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1550 - - } - - farmers = { - culture = korean - religion = mahayana - size = 224500 - } - - slaves = { - culture = korean - religion = mahayana - size = 17500 - } - - clergymen = { - culture = korean - religion = catholic - size = 35 - } - - artisans = { - culture = korean - religion = catholic - size = 665 - } - - farmers = { - culture = korean - religion = catholic - size = 1500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 5325 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 2525 + } + + officers = { + culture = korean + religion = mahayana + size = 625 + } + + clergymen = { + culture = korean + religion = mahayana + size = 3525 + } + + artisans = { + culture = korean + religion = mahayana + size = 10000 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1550 + + } + + farmers = { + culture = korean + religion = mahayana + size = 224500 + } + + slaves = { + culture = korean + religion = mahayana + size = 17500 + } + + clergymen = { + culture = korean + religion = catholic + size = 35 + } + + artisans = { + culture = korean + religion = catholic + size = 665 + } + + farmers = { + culture = korean + religion = catholic + size = 1500 + } } #Kaesong (270000/67500 POPS) 1625 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 850 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 54000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 850 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 54000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Haeju (251000/62750 POPS) 1626 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1150 - } - - clergymen = { - culture = korean - religion = mahayana - size = 800 - } - - artisans = { - culture = korean - religion = mahayana - size = 3100 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1700 - - } - - farmers = { - culture = korean - religion = mahayana - size = 51000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1150 + } + + clergymen = { + culture = korean + religion = mahayana + size = 800 + } + + artisans = { + culture = korean + religion = mahayana + size = 3100 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1700 + + } + + farmers = { + culture = korean + religion = mahayana + size = 51000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Sariwon (328000/82000 POPS) 1627 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1550 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1025 - } - - artisans = { - culture = korean - religion = mahayana - size = 4325 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1100 - - } - - farmers = { - culture = korean - religion = mahayana - size = 69000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1550 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1025 + } + + artisans = { + culture = korean + religion = mahayana + size = 4325 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1100 + + } + + farmers = { + culture = korean + religion = mahayana + size = 69000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Inchon (541000/135250 POPS) 1628 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2475 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1675 - } - - artisans = { - culture = korean - religion = mahayana - size = 7500 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 110500 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } - - clergymen = { - culture = korean - religion = catholic - size = 20 - } - - artisans = { - culture = korean - religion = catholic - size = 330 - } - - farmers = { - culture = korean - religion = catholic - size = 750 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2475 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1675 + } + + artisans = { + culture = korean + religion = mahayana + size = 7500 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 110500 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } + + clergymen = { + culture = korean + religion = catholic + size = 20 + } + + artisans = { + culture = korean + religion = catholic + size = 330 + } + + farmers = { + culture = korean + religion = catholic + size = 750 + } } #Gangwon Region (888000) #Wonsan (367000/91750 POPS) 1629 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1575 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 775 - } - - officers = { - culture = korean - religion = mahayana - size = 225 - } - - clergymen = { - culture = korean - religion = mahayana - size = 925 - } - - artisans = { - culture = korean - religion = mahayana - size = 4250 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 75000 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1575 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 775 + } + + officers = { + culture = korean + religion = mahayana + size = 225 + } + + clergymen = { + culture = korean + religion = mahayana + size = 925 + } + + artisans = { + culture = korean + religion = mahayana + size = 4250 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 75000 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } } #Kangnung (251000/62750 POPS) 1630 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1125 - } - - clergymen = { - culture = korean - religion = mahayana - size = 625 - } - - artisans = { - culture = korean - religion = mahayana - size = 3000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 51500 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1125 + } + + clergymen = { + culture = korean + religion = mahayana + size = 625 + } + + artisans = { + culture = korean + religion = mahayana + size = 3000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 51500 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Wonju (270000/67500 POPS) 1631 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1250 - } - - clergymen = { - culture = korean - religion = mahayana - size = 675 - } - - artisans = { - culture = korean - religion = mahayana - size = 3250 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1650 - - } - - farmers = { - culture = korean - religion = mahayana - size = 55675 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1250 + } + + clergymen = { + culture = korean + religion = mahayana + size = 675 + } + + artisans = { + culture = korean + religion = mahayana + size = 3250 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1650 + + } + + farmers = { + culture = korean + religion = mahayana + size = 55675 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Kyongsang Region (1737000) #Pusan (714000/178500 POPS) 1632 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3250 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 1525 - } - - officers = { - culture = korean - religion = mahayana - size = 425 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1800 - } - - artisans = { - culture = korean - religion = mahayana - size = 9500 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 150000 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3250 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 1525 + } + + officers = { + culture = korean + religion = mahayana + size = 425 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1800 + } + + artisans = { + culture = korean + religion = mahayana + size = 9500 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 150000 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } } #Taejon (405000/101250 POPS) 1633 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1725 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1025 - } - - artisans = { - culture = korean - religion = mahayana - size = 5000 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1500 - - } - - farmers = { - culture = korean - religion = mahayana - size = 84000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1725 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1025 + } + + artisans = { + culture = korean + religion = mahayana + size = 5000 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1500 + + } + + farmers = { + culture = korean + religion = mahayana + size = 84000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } #Pohang (618000/154500 POPS) 1634 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2700 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1550 - } - - artisans = { - culture = korean - religion = mahayana - size = 7500 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1000 - - } - - farmers = { - culture = korean - religion = mahayana - size = 131250 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2700 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1550 + } + + artisans = { + culture = korean + religion = mahayana + size = 7500 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1000 + + } + + farmers = { + culture = korean + religion = mahayana + size = 131250 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } } #Cholla Region (1452000) #Kwangju (622000/155500 POPS) 1635 = { - aristocrats = { - culture = korean - religion = mahayana - size = 3000 - } - - bureaucrats = { - culture = korean - religion = mahayana - size = 1275 - } - - officers = { - culture = korean - religion = mahayana - size = 375 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1550 - } - - artisans = { - culture = korean - religion = mahayana - size = 7800 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1000 - - } - - farmers = { - culture = korean - religion = mahayana - size = 130000 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 3000 + } + + bureaucrats = { + culture = korean + religion = mahayana + size = 1275 + } + + officers = { + culture = korean + religion = mahayana + size = 375 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1550 + } + + artisans = { + culture = korean + religion = mahayana + size = 7800 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1000 + + } + + farmers = { + culture = korean + religion = mahayana + size = 130000 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } } #Taegu (540000/135000 POPS) 1636 = { - aristocrats = { - culture = korean - religion = mahayana - size = 2400 - } - - clergymen = { - culture = korean - religion = mahayana - size = 1350 - } - - artisans = { - culture = korean - religion = mahayana - size = 6500 - } - - soldiers = { - culture = korean - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = korean - religion = mahayana - size= 1000 - - } - - farmers = { - culture = korean - religion = mahayana - size = 113250 - } - - slaves = { - culture = korean - religion = mahayana - size = 7500 - } + aristocrats = { + culture = korean + religion = mahayana + size = 2400 + } + + clergymen = { + culture = korean + religion = mahayana + size = 1350 + } + + artisans = { + culture = korean + religion = mahayana + size = 6500 + } + + soldiers = { + culture = korean + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = korean + religion = mahayana + size= 1000 + + } + + farmers = { + culture = korean + religion = mahayana + size = 113250 + } + + slaves = { + culture = korean + religion = mahayana + size = 7500 + } } #Cheju (290000/72500 POPS) 1637 = { - aristocrats = { - culture = korean - religion = mahayana - size = 1275 - } - - clergymen = { - culture = korean - religion = mahayana - size = 725 - } - - artisans = { - culture = korean - religion = mahayana - size = 3750 - } - - soldiers = { - culture = korean - religion = mahayana - size= 1750 - - } - - farmers = { - culture = korean - religion = mahayana - size = 60000 - } - - slaves = { - culture = korean - religion = mahayana - size = 5000 - } + aristocrats = { + culture = korean + religion = mahayana + size = 1275 + } + + clergymen = { + culture = korean + religion = mahayana + size = 725 + } + + artisans = { + culture = korean + religion = mahayana + size = 3750 + } + + soldiers = { + culture = korean + religion = mahayana + size= 1750 + + } + + farmers = { + culture = korean + religion = mahayana + size = 60000 + } + + slaves = { + culture = korean + religion = mahayana + size = 5000 + } } diff --git a/HPM/history/pops/1861.4.14/Laos.txt b/HPM/history/pops/1861.4.14/Laos.txt index 9cf45c08..57710a2d 100644 --- a/HPM/history/pops/1861.4.14/Laos.txt +++ b/HPM/history/pops/1861.4.14/Laos.txt @@ -2,375 +2,375 @@ #under the rule of Luang Prabang in 1836 #Louangprabang (240000/60000 POPS) #asian_minor = hmong/montagnard 1356 = { - aristocrats = { - culture = lao - religion = theravada - size = 824.0 - } - - bureaucrats = { - culture = lao - religion = theravada - size = 77.25 - } - - officers = { - culture = lao - religion = theravada - size = 103.0 - } - - clergymen = { - culture = lao - religion = theravada - size = 437.75 - } - - artisans = { - culture = lao - religion = theravada - size = 2214.5 - } - - soldiers = { - culture = lao - religion = theravada - size= 3000 - - } - - soldiers = { - culture = lao - religion = theravada - size= 230 - - } - - farmers = { - culture = lao - religion = theravada - size = 39078.200000000004 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 309.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 154.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 824.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1180 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 15042.25 - } + aristocrats = { + culture = lao + religion = theravada + size = 824.0 + } + + bureaucrats = { + culture = lao + religion = theravada + size = 77.25 + } + + officers = { + culture = lao + religion = theravada + size = 103.0 + } + + clergymen = { + culture = lao + religion = theravada + size = 437.75 + } + + artisans = { + culture = lao + religion = theravada + size = 2214.5 + } + + soldiers = { + culture = lao + religion = theravada + size= 3000 + + } + + soldiers = { + culture = lao + religion = theravada + size= 230 + + } + + farmers = { + culture = lao + religion = theravada + size = 39078.200000000004 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 309.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 154.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 824.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1180 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 15042.25 + } } #Vientiane (88000/22000 POPS) 1357 = { - aristocrats = { - culture = lao - religion = theravada - size = 257.5 - } - - clergymen = { - culture = lao - religion = theravada - size = 154.5 - } - - artisans = { - culture = lao - religion = theravada - size = 772.5 - } - - soldiers = { - culture = lao - religion = theravada - size= 154 - - } - - farmers = { - culture = lao - religion = theravada - size = 14111.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 128.75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 360.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 6566.25 - } + aristocrats = { + culture = lao + religion = theravada + size = 257.5 + } + + clergymen = { + culture = lao + religion = theravada + size = 154.5 + } + + artisans = { + culture = lao + religion = theravada + size = 772.5 + } + + soldiers = { + culture = lao + religion = theravada + size= 154 + + } + + farmers = { + culture = lao + religion = theravada + size = 14111.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 128.75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 360.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 6566.25 + } } #Savannakhet (80000/20000 POPS) 1361 = { - aristocrats = { - culture = lao - religion = theravada - size = 257.5 - } - - clergymen = { - culture = lao - religion = theravada - size = 154.5 - } - - artisans = { - culture = lao - religion = theravada - size = 772.5 - } - - soldiers = { - culture = lao - religion = theravada - size= 154 - - } - - farmers = { - culture = lao - religion = theravada - size = 14111.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 51 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 4686.5 - } + aristocrats = { + culture = lao + religion = theravada + size = 257.5 + } + + clergymen = { + culture = lao + religion = theravada + size = 154.5 + } + + artisans = { + culture = lao + religion = theravada + size = 772.5 + } + + soldiers = { + culture = lao + religion = theravada + size= 154 + + } + + farmers = { + culture = lao + religion = theravada + size = 14111.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 51 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 4686.5 + } } #Satavan (168000/42000 POPS) 1362 = { - aristocrats = { - culture = lao - religion = theravada - size = 463.5 - } - - clergymen = { - culture = lao - religion = theravada - size = 257.5 - } - - artisans = { - culture = lao - religion = theravada - size = 1236.0 - } - - soldiers = { - culture = lao - religion = theravada - size= 1230 - - } - - farmers = { - culture = lao - religion = theravada - size = 21728.88 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 334.75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 180.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 927.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1180 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 15917.75 - } + aristocrats = { + culture = lao + religion = theravada + size = 463.5 + } + + clergymen = { + culture = lao + religion = theravada + size = 257.5 + } + + artisans = { + culture = lao + religion = theravada + size = 1236.0 + } + + soldiers = { + culture = lao + religion = theravada + size= 1230 + + } + + farmers = { + culture = lao + religion = theravada + size = 21728.88 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 334.75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 180.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 927.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1180 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 15917.75 + } } #under the rule of Siam in 1836 #Xaignabouli (64000/16000 POPS) 1360 = { - aristocrats = { - culture = lao - religion = theravada - size = 154.5 - } - - clergymen = { - culture = lao - religion = theravada - size = 77.25 - } - - artisans = { - culture = lao - religion = theravada - size = 412.0 - } - - soldiers = { - culture = lao - religion = theravada - size= 77 - - } - - farmers = { - culture = lao - religion = theravada - size = 8549.0 - } - - aristocrats = { - culture = shan - religion = theravada - size = 128.75 - } - - clergymen = { - culture = shan - religion = theravada - size = 77.25 - } - - artisans = { - culture = shan - religion = theravada - size = 360.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 77 - - } - - farmers = { - culture = shan - religion = theravada - size = 6566.25 - } + aristocrats = { + culture = lao + religion = theravada + size = 154.5 + } + + clergymen = { + culture = lao + religion = theravada + size = 77.25 + } + + artisans = { + culture = lao + religion = theravada + size = 412.0 + } + + soldiers = { + culture = lao + religion = theravada + size= 77 + + } + + farmers = { + culture = lao + religion = theravada + size = 8549.0 + } + + aristocrats = { + culture = shan + religion = theravada + size = 128.75 + } + + clergymen = { + culture = shan + religion = theravada + size = 77.25 + } + + artisans = { + culture = shan + religion = theravada + size = 360.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 77 + + } + + farmers = { + culture = shan + religion = theravada + size = 6566.25 + } } #Paekche (60000/15000 POPS) 1363 = { - aristocrats = { - culture = lao - religion = theravada - size = 283.25 - } - - clergymen = { - culture = lao - religion = theravada - size = 154.5 - } - - artisans = { - culture = lao - religion = theravada - size = 772.5 - } - - soldiers = { - culture = lao - religion = theravada - size= 128 - - } - - farmers = { - culture = lao - religion = theravada - size = 14111.0 - } + aristocrats = { + culture = lao + religion = theravada + size = 283.25 + } + + clergymen = { + culture = lao + religion = theravada + size = 154.5 + } + + artisans = { + culture = lao + religion = theravada + size = 772.5 + } + + soldiers = { + culture = lao + religion = theravada + size= 128 + + } + + farmers = { + culture = lao + religion = theravada + size = 14111.0 + } } diff --git a/HPM/history/pops/1861.4.14/Latvia.txt b/HPM/history/pops/1861.4.14/Latvia.txt index 93f00716..7da86053 100644 --- a/HPM/history/pops/1861.4.14/Latvia.txt +++ b/HPM/history/pops/1861.4.14/Latvia.txt @@ -2,590 +2,590 @@ #under the rule of Russia in 1836 #Riga (220000/55000 POPS) 354 = { - clergymen = { - culture = latvian - religion = protestant - size = 334.75 - } - - craftsmen = { - culture = latvian - religion = protestant - size = 5000.0 - } - - artisans = { - culture = latvian - religion = protestant - size = 1545.0 - } - - soldiers = { - culture = latvian - religion = protestant - size = 412.0 - } - - farmers = { - culture = latvian - religion = protestant - size = 34938.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 669.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 206.0 - } - - officers = { - culture = north_german - religion = protestant - size = 257.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 6926.75 - } - - soldiers = { - culture = north_german - religion = protestant - size = 103.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 77.25 - } - - officers = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 1545.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2961.25 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } + clergymen = { + culture = latvian + religion = protestant + size = 334.75 + } + + craftsmen = { + culture = latvian + religion = protestant + size = 5000.0 + } + + artisans = { + culture = latvian + religion = protestant + size = 1545.0 + } + + soldiers = { + culture = latvian + religion = protestant + size = 412.0 + } + + farmers = { + culture = latvian + religion = protestant + size = 34938.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 669.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 206.0 + } + + officers = { + culture = north_german + religion = protestant + size = 257.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 6926.75 + } + + soldiers = { + culture = north_german + religion = protestant + size = 103.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 77.25 + } + + officers = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 1545.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2961.25 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } } #Valmeira (516000/129000 POPS) 355 = { - clergymen = { - culture = latvian - religion = protestant - size = 1030.0 - } - - artisans = { - culture = latvian - religion = protestant - size = 3450.5 - } - - soldiers = { - culture = latvian - religion = protestant - size = 1184.5 - } - - farmers = { - culture = latvian - religion = protestant - size = 109695.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1287.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 618.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 103.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1030.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3991.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 257.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 1596.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 154.5 - } - - artisans = { - culture = polish - religion = catholic - size = 412.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 7081.25 - } + clergymen = { + culture = latvian + religion = protestant + size = 1030.0 + } + + artisans = { + culture = latvian + religion = protestant + size = 3450.5 + } + + soldiers = { + culture = latvian + religion = protestant + size = 1184.5 + } + + farmers = { + culture = latvian + religion = protestant + size = 109695.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1287.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 618.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 103.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1030.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3991.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 257.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 1596.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 154.5 + } + + artisans = { + culture = polish + religion = catholic + size = 412.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 7081.25 + } } #Daugavpils (136000/34000 POPS) 356 = { - clergymen = { - culture = latvian - religion = protestant - size = 180.25 - } - - artisans = { - culture = latvian - religion = protestant - size = 669.5 - } - - soldiers = { - culture = latvian - religion = protestant - size = 257.5 - } - - farmers = { - culture = latvian - religion = protestant - size = 27475.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 721.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2266.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 412.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1570.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 77.25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 1081.5 - } + clergymen = { + culture = latvian + religion = protestant + size = 180.25 + } + + artisans = { + culture = latvian + religion = protestant + size = 669.5 + } + + soldiers = { + culture = latvian + religion = protestant + size = 257.5 + } + + farmers = { + culture = latvian + religion = protestant + size = 27475.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 721.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2266.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 412.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1570.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 77.25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 1081.5 + } } #Jelgava (128000/32000 POPS) 357 = { - clergymen = { - culture = latvian - religion = protestant - size = 231.75 - } - - artisans = { - culture = latvian - religion = protestant - size = 257.5 - } - - soldiers = { - culture = latvian - religion = protestant - size = 257.5 - } - - farmers = { - culture = latvian - religion = protestant - size = 29123.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1184.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 772.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 772.5 - } + clergymen = { + culture = latvian + religion = protestant + size = 231.75 + } + + artisans = { + culture = latvian + religion = protestant + size = 257.5 + } + + soldiers = { + culture = latvian + religion = protestant + size = 257.5 + } + + farmers = { + culture = latvian + religion = protestant + size = 29123.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1184.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 772.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 772.5 + } } #Ventspils (140000/35000 POPS) #uralic = Livonian 358 = { - clergymen = { - culture = ugrian - religion = protestant - size = 231.75 - } - - artisans = { - culture = latvian - religion = protestant - size = 309.0 - } - - soldiers = { - culture = latvian - religion = protestant - size = 283.25 - } - - farmers = { - culture = latvian - religion = protestant - size = 30333.5 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 1236.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 721.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - farmers = { - culture = estonian - religion = protestant - size = 1545.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 257.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 978.5 - } + clergymen = { + culture = ugrian + religion = protestant + size = 231.75 + } + + artisans = { + culture = latvian + religion = protestant + size = 309.0 + } + + soldiers = { + culture = latvian + religion = protestant + size = 283.25 + } + + farmers = { + culture = latvian + religion = protestant + size = 30333.5 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 1236.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 721.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + farmers = { + culture = estonian + religion = protestant + size = 1545.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 257.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 978.5 + } } #Liepaja (96000/24000 POPS) 359 = { - clergymen = { - culture = latvian - religion = protestant - size = 180.25 - } - - artisans = { - culture = latvian - religion = protestant - size = 154.5 - } - - soldiers = { - culture = latvian - religion = protestant - size = 206.0 - } - - farmers = { - culture = latvian - religion = protestant - size = 22119.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 566.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 412.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 772.5 - } + clergymen = { + culture = latvian + religion = protestant + size = 180.25 + } + + artisans = { + culture = latvian + religion = protestant + size = 154.5 + } + + soldiers = { + culture = latvian + religion = protestant + size = 206.0 + } + + farmers = { + culture = latvian + religion = protestant + size = 22119.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 566.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 412.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 772.5 + } } diff --git a/HPM/history/pops/1861.4.14/Lebanon.txt b/HPM/history/pops/1861.4.14/Lebanon.txt index b7f3a506..ff12baca 100644 --- a/HPM/history/pops/1861.4.14/Lebanon.txt +++ b/HPM/history/pops/1861.4.14/Lebanon.txt @@ -2,420 +2,420 @@ #under the rule of Egypt in 1836 #Baalbeck (68000/17000 POPS) #now part of Lebanon 912 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 515.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - craftsmen = { - culture = mashriqi - religion = sunni - size = 200 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 9121.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - craftsmen = { - culture = mashriqi - religion = shiite - size = 300 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 309.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 5313.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 51.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 952.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 515.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + craftsmen = { + culture = mashriqi + religion = sunni + size = 200 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 9121.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + craftsmen = { + culture = mashriqi + religion = shiite + size = 300 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 309.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 5313.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 51.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 952.75 + } } #Bayrut Region (260000) #see Israel-Palestine.txt for balance of region #under the rule of Egypt in 1836 #Beirut (128000/32000 POPS) #mashriqi-animist = druze; mashriqi-catholic = maronites 913 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - officers = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - craftsmen = { - culture = mashriqi - religion = sunni - size = 1400 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 721.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 334.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 11011.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - craftsmen = { - culture = mashriqi - religion = orthodox - size = 400 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 257.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 4415.25 - } - - aristocrats = { - culture = mashriqi - religion = catholic - size = 103.0 - } - - clergymen = { - culture = mashriqi - religion = catholic - size = 103.0 - } - - craftsmen = { - culture = mashriqi - religion = catholic - size = 400 - } - - artisans = { - culture = mashriqi - religion = catholic - size = 463.5 - } - - farmers = { - culture = mashriqi - religion = catholic - size = 8200.5 - } - - clergymen = { - culture = mashriqi - religion = animist - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = animist - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = animist - size = 1931.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1931.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + officers = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + craftsmen = { + culture = mashriqi + religion = sunni + size = 1400 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 721.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 334.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 11011.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + craftsmen = { + culture = mashriqi + religion = orthodox + size = 400 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 257.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 4415.25 + } + + aristocrats = { + culture = mashriqi + religion = catholic + size = 103.0 + } + + clergymen = { + culture = mashriqi + religion = catholic + size = 103.0 + } + + craftsmen = { + culture = mashriqi + religion = catholic + size = 400 + } + + artisans = { + culture = mashriqi + religion = catholic + size = 463.5 + } + + farmers = { + culture = mashriqi + religion = catholic + size = 8200.5 + } + + clergymen = { + culture = mashriqi + religion = animist + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = animist + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = animist + size = 1931.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1931.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } } #Askaleh (48000/12000 POPS) 914 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 515.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 9450.25 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 515.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 9450.25 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1931.25 + } } #Sidon (84000/21000 POPS) 915 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - craftsmen = { - culture = mashriqi - religion = sunni - size = 100 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - farmers = { - culture = mashriqi - religion = sunni - size = 1960.0 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 51.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 952.75 - } - - aristocrats = { - culture = mashriqi - religion = catholic - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = catholic - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = catholic - size = 257.5 - } - - craftsmen = { - culture = mashriqi - religion = catholic - size = 200 - } - - farmers = { - culture = mashriqi - religion = catholic - size = 5001.5 - } - - clergymen = { - culture = mashriqi - religion = animist - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = animist - size = 206.0 - } - - farmers = { - culture = mashriqi - religion = animist - size = 3836.75 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 77.25 - } - - craftsmen = { - culture = mashriqi - religion = shiite - size = 300 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 463.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 8300.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + craftsmen = { + culture = mashriqi + religion = sunni + size = 100 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + farmers = { + culture = mashriqi + religion = sunni + size = 1960.0 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 51.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 952.75 + } + + aristocrats = { + culture = mashriqi + religion = catholic + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = catholic + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = catholic + size = 257.5 + } + + craftsmen = { + culture = mashriqi + religion = catholic + size = 200 + } + + farmers = { + culture = mashriqi + religion = catholic + size = 5001.5 + } + + clergymen = { + culture = mashriqi + religion = animist + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = animist + size = 206.0 + } + + farmers = { + culture = mashriqi + religion = animist + size = 3836.75 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 77.25 + } + + craftsmen = { + culture = mashriqi + religion = shiite + size = 300 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 463.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 8300.5 + } } diff --git a/HPM/history/pops/1861.4.14/Leeward Islands.txt b/HPM/history/pops/1861.4.14/Leeward Islands.txt index 74a7aae5..48e500f8 100644 --- a/HPM/history/pops/1861.4.14/Leeward Islands.txt +++ b/HPM/history/pops/1861.4.14/Leeward Islands.txt @@ -1,220 +1,220 @@ #Leeward Islands Region - 87040 #Antigua (36400/9100 POPS) 2224 = { - aristocrats = { - culture = british - religion = protestant - size = 70 - } - - bureaucrats = { - culture = british - religion = protestant - size = 45 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - artisans = { - culture = british - religion = protestant - size = 290 - } - - soldiers = { - culture = british - religion = protestant - size = 15 - } - - farmers = { - culture = british - religion = protestant - size = 290 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 110 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 220 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 70 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 7975 - } + aristocrats = { + culture = british + religion = protestant + size = 70 + } + + bureaucrats = { + culture = british + religion = protestant + size = 45 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + artisans = { + culture = british + religion = protestant + size = 290 + } + + soldiers = { + culture = british + religion = protestant + size = 15 + } + + farmers = { + culture = british + religion = protestant + size = 290 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 110 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 220 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 70 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 7975 + } } #Montserrat (7600/1900 POPS) 2225 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 40 - } - - farmers = { - culture = british - religion = protestant - size = 40 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 25 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 60 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 15 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 1700 - } + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 40 + } + + farmers = { + culture = british + religion = protestant + size = 40 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 25 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 60 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 15 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 1700 + } } #Tortola (9040/2260 POPS) 2226 = { - aristocrats = { - culture = british - religion = protestant - size = 20 - } - - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 75 - } - - farmers = { - culture = british - religion = protestant - size = 75 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 30 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 65 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 25 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 1950 - } + aristocrats = { + culture = british + religion = protestant + size = 20 + } + + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 75 + } + + farmers = { + culture = british + religion = protestant + size = 75 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 30 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 65 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 25 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 1950 + } } #Saint Kitts (34000/8500 POPS) 2227 = { - aristocrats = { - culture = british - religion = protestant - size = 95 - } - - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 290 - } - - soldiers = { - culture = british - religion = protestant - size = 65 - } - - farmers = { - culture = british - religion = protestant - size = 330 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 190 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 7335 - } - -} \ No newline at end of file + aristocrats = { + culture = british + religion = protestant + size = 95 + } + + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 290 + } + + soldiers = { + culture = british + religion = protestant + size = 65 + } + + farmers = { + culture = british + religion = protestant + size = 330 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 190 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 7335 + } + +} diff --git a/HPM/history/pops/1861.4.14/Liberia.txt b/HPM/history/pops/1861.4.14/Liberia.txt index 71c9f8b5..0f06274a 100644 --- a/HPM/history/pops/1861.4.14/Liberia.txt +++ b/HPM/history/pops/1861.4.14/Liberia.txt @@ -1,386 +1,386 @@ -#Liberia Region (880000) +#Liberia Region (880000) #under the rule of Liberia in 1836 -#Monrovia (252000/63000 POPS) +#Monrovia (252000/63000 POPS) 1887 = { - aristocrats = { - culture = afro_american - religion = protestant - size = 500 - } - - officers = { - culture = afro_american - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1010 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - soldiers = { - culture = afro_american - religion = protestant - size = 1100 - } - - farmers = { - culture = kru - religion = protestant - size = 2775 - } - - aristocrats = { - culture = kru - religion = animist - size = 875 - } - - clergymen = { - culture = kru - religion = animist - size = 450 - } - - artisans = { - culture = kru - religion = animist - size = 2350 - } - - soldiers = { - culture = kru - religion = animist - size = 450 - } - - farmers = { - culture = kru - religion = animist - size = 45875 - } - - aristocrats = { - culture = mande - religion = animist - size = 150 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 450 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 5225 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 100 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 200 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 1625 - } + aristocrats = { + culture = afro_american + religion = protestant + size = 500 + } + + officers = { + culture = afro_american + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1010 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + soldiers = { + culture = afro_american + religion = protestant + size = 1100 + } + + farmers = { + culture = kru + religion = protestant + size = 2775 + } + + aristocrats = { + culture = kru + religion = animist + size = 875 + } + + clergymen = { + culture = kru + religion = animist + size = 450 + } + + artisans = { + culture = kru + religion = animist + size = 2350 + } + + soldiers = { + culture = kru + religion = animist + size = 450 + } + + farmers = { + culture = kru + religion = animist + size = 45875 + } + + aristocrats = { + culture = mande + religion = animist + size = 150 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 450 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 5225 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 100 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 200 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 1625 + } } -#Harper (204000/51000 POPS) +#Harper (204000/51000 POPS) 1888 = { - aristocrats = { - culture = afro_american - religion = protestant - size = 750 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 375 - } - - artisans = { - culture = kru - religion = protestant - size = 1900 - } - - soldiers = { - culture = kru - religion = animist - size = 375 - } - - farmers = { - culture = kru - religion = animist - size = 24600 - } - - aristocrats = { - culture = western_nigritic - religion = protestant - size = 250 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 125 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 650 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 125 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 21850 - } + aristocrats = { + culture = afro_american + religion = protestant + size = 750 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 375 + } + + artisans = { + culture = kru + religion = protestant + size = 1900 + } + + soldiers = { + culture = kru + religion = animist + size = 375 + } + + farmers = { + culture = kru + religion = animist + size = 24600 + } + + aristocrats = { + culture = western_nigritic + religion = protestant + size = 250 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 125 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 650 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 125 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 21850 + } } #uncolonized in 1836 -#Bopulu (124000/31000 POPS) +#Bopulu (124000/31000 POPS) 1889 = { - aristocrats = { - culture = mande - religion = sunni - size = 475 - } - - clergymen = { - culture = mande - religion = sunni - size = 250 - } - - artisans = { - culture = mande - religion = sunni - size = 1250 - } - - soldiers = { - culture = mande - religion = sunni - size = 250 - } - - farmers = { - culture = mande - religion = sunni - size = 32775 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 100 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 300 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 35475 - } + aristocrats = { + culture = mande + religion = sunni + size = 475 + } + + clergymen = { + culture = mande + religion = sunni + size = 250 + } + + artisans = { + culture = mande + religion = sunni + size = 1250 + } + + soldiers = { + culture = mande + religion = sunni + size = 250 + } + + farmers = { + culture = mande + religion = sunni + size = 32775 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 100 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 300 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 35475 + } } -#Gbarnga (132000/33000 POPS) +#Gbarnga (132000/33000 POPS) 1890 = { - aristocrats = { - culture = mande - religion = sunni - size = 200 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 550 - } - - soldiers = { - culture = mande - religion = sunni - size = 125 - } - - farmers = { - culture = mande - religion = sunni - size = 15025 - } - #was african minor - aristocrats = { - culture = mande - religion = animist - size = 425 - } - - clergymen = { - culture = mande - religion = animist - size = 225 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 225 - } - - farmers = { - culture = mande - religion = animist - size = 65025 - } + aristocrats = { + culture = mande + religion = sunni + size = 200 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 550 + } + + soldiers = { + culture = mande + religion = sunni + size = 125 + } + + farmers = { + culture = mande + religion = sunni + size = 15025 + } + #was african minor + aristocrats = { + culture = mande + religion = animist + size = 425 + } + + clergymen = { + culture = mande + religion = animist + size = 225 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 225 + } + + farmers = { + culture = mande + religion = animist + size = 65025 + } } -#Zwedru (168000/42000 POPS) +#Zwedru (168000/42000 POPS) 1891 = { - aristocrats = { - culture = kru - religion = animist - size = 425 - } - - clergymen = { - culture = afro_american - religion = animist - size = 250 - } - - artisans = { - culture = afro_american - religion = animist - size = 1150 - } - - soldiers = { - culture = kru - religion = animist - size = 250 - } - - farmers = { - culture = kru - religion = animist - size = 5975 - } - - aristocrats = { - culture = afro_american - religion = animist - size = 350 - } - - clergymen = { - culture = afro_american - religion = animist - size = 200 - } - - artisans = { - culture = afro_american - religion = animist - size = 950 - } - - soldiers = { - culture = afro_american - religion = animist - size = 200 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 32300 - } + aristocrats = { + culture = kru + religion = animist + size = 425 + } + + clergymen = { + culture = afro_american + religion = animist + size = 250 + } + + artisans = { + culture = afro_american + religion = animist + size = 1150 + } + + soldiers = { + culture = kru + religion = animist + size = 250 + } + + farmers = { + culture = kru + religion = animist + size = 5975 + } + + aristocrats = { + culture = afro_american + religion = animist + size = 350 + } + + clergymen = { + culture = afro_american + religion = animist + size = 200 + } + + artisans = { + culture = afro_american + religion = animist + size = 950 + } + + soldiers = { + culture = afro_american + religion = animist + size = 200 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 32300 + } } diff --git a/HPM/history/pops/1861.4.14/Libya.txt b/HPM/history/pops/1861.4.14/Libya.txt index c79246c7..27eeebec 100644 --- a/HPM/history/pops/1861.4.14/Libya.txt +++ b/HPM/history/pops/1861.4.14/Libya.txt @@ -1,950 +1,950 @@ -#Tripolitania Region (396000) -#under the rule of Ottoman Empire in 1836 -#Tripoli (172000/43000 POPS) +#Tripolitania Region (396000) +#under the rule of Ottoman Empire in 1836 +#Tripoli (172000/43000 POPS) 1731 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 550 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - officers = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 275 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 3150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 22900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 63075 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 6500 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1475 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 550 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + officers = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 275 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 3150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 22900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 63075 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 6500 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1475 + } } #Gharyan (40000/10000 POPS) 1732 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 50 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1725 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 250 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4550 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 50 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1725 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 250 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4550 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Misratah (84000/21000 POPS) 1733 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 175 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 500 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10125 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 275 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 4250 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 5000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10 - } - - artisans = { - culture = sephardic - religion = jewish - size = 490 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 175 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 500 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10125 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 275 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 4250 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 5000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10 + } + + artisans = { + culture = sephardic + religion = jewish + size = 490 + } } #Sirt (100000/25000 POPS) 1734 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 150 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 400 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 75 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 7300 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 225 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 125 - } - - artisans = { - culture = bedouin - religion = sunni - size = 650 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 10000 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 4000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 150 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 400 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 75 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 7300 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 225 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 125 + } + + artisans = { + culture = bedouin + religion = sunni + size = 650 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 10000 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 4000 + } } -#Cyrenaica Region (232000) -#under the rule of Ottoman Empire in 1836 +#Cyrenaica Region (232000) +#under the rule of Ottoman Empire in 1836 #Benghazi (124000/31000 POPS) 1735 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 275 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - officers = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 150 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 735 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 14025 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 175 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 500 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 9150 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 6000 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 245 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 275 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + officers = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 150 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 735 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 14025 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 175 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 500 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 9150 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 6000 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 245 + } } #Darnah (60000/15000 POPS) 1736 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 250 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 50 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 4575 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 400 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7325 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 250 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 50 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 4575 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 400 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7325 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2000 + } } #Tobruk (48000/12000 POPS) 1737 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2700 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5500 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2700 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5500 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 3000 + } } -#Kufrah Region (48000) +#Kufrah Region (48000) #uncolonized in 1836 #Jaghbub (12000/3000 POPS) 1738 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2750 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2750 + } } #Kufra (16000/4000 POPS) 1739 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1650 - } - - aristocrats = { - culture = teda - religion = sunni - size = 15 - } - - clergymen = { - culture = teda - religion = sunni - size = 25 - } - - artisans = { - culture = teda - religion = sunni - size = 50 - } - - farmers = { - culture = teda - religion = sunni - size = 910 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1650 + } + + aristocrats = { + culture = teda + religion = sunni + size = 15 + } + + clergymen = { + culture = teda + religion = sunni + size = 25 + } + + artisans = { + culture = teda + religion = sunni + size = 50 + } + + farmers = { + culture = teda + religion = sunni + size = 910 + } } #Waddan (16000/4000 POPS) 1740 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2750 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 15 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 50 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 10 - } - - farmers = { - culture = tuareg - religion = sunni - size = 900 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2750 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 15 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 50 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 10 + } + + farmers = { + culture = tuareg + religion = sunni + size = 900 + } } #Matan al Sarah (4000/1000 POPS) 2585 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 15 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 10 - } - - farmers = { - culture = bedouin - religion = sunni - size = 500 - } - - farmers = { - culture = teda - religion = sunni - size = 400 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 15 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 10 + } + + farmers = { + culture = bedouin + religion = sunni + size = 500 + } + + farmers = { + culture = teda + religion = sunni + size = 400 + } } -#Fezzan Region (70000) -#under the indirect rule of Ottoman Empire in 1836 +#Fezzan Region (70000) +#under the indirect rule of Ottoman Empire in 1836 #Murzuk (16000/4000 POPS) 1741 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 20 - } - - officers = { - culture = maghrebi - religion = sunni - size = 15 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 10 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 880 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1875 - } - - slaves = { - culture = berber - religion = sunni - size = 1100 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 20 + } + + officers = { + culture = maghrebi + religion = sunni + size = 15 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 10 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 880 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1875 + } + + slaves = { + culture = berber + religion = sunni + size = 1100 + } } #Sabha (14000/3500 POPS) 1742 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 10 - } - - farmers = { - culture = bedouin - religion = sunni - size = 900 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 25 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1875 - } - - slaves = { - culture = teda - religion = sunni - size = 500 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 10 + } + + farmers = { + culture = bedouin + religion = sunni + size = 900 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 25 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1875 + } + + slaves = { + culture = teda + religion = sunni + size = 500 + } } #Ghadamis - Now Sabha (24000/6000 POPS) 1744 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 65 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 200 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2650 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 40 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 150 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 1120 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } - - slaves = { - culture = berber - religion = sunni - size = 3100 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 65 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 200 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2650 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 40 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 150 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 1120 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } + + slaves = { + culture = berber + religion = sunni + size = 3100 + } } diff --git a/HPM/history/pops/1861.4.14/Lithuania.txt b/HPM/history/pops/1861.4.14/Lithuania.txt index b9147820..9fb1c3a4 100644 --- a/HPM/history/pops/1861.4.14/Lithuania.txt +++ b/HPM/history/pops/1861.4.14/Lithuania.txt @@ -2,594 +2,594 @@ #under the rule of Russia in 1836 #Vilnius (168000/42000 POPS) 360 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 154.5 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 1030.0 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 12772.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1287.5 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 231.75 - } - - officers = { - culture = polish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 3862.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 103.0 - } - - farmers = { - culture = polish - religion = catholic - size = 4454.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3347.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12823.5 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 154.5 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 1030.0 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 12772.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1287.5 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 231.75 + } + + officers = { + culture = polish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 3862.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 103.0 + } + + farmers = { + culture = polish + religion = catholic + size = 4454.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3347.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12823.5 + } } #Kaunas (204000/51000 POPS) 361 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 978.5 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 412.0 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1184.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 1030.0 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 38625.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 25.75 - } - - artisans = { - culture = polish - religion = catholic - size = 154.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 566.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1854.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7261.5 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 978.5 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 412.0 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1184.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 1030.0 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 38625.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 25.75 + } + + artisans = { + culture = polish + religion = catholic + size = 154.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 566.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1854.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7261.5 + } } #Marjampole (240000/60000 POPS) 362 = { - clergymen = { - culture = lithuanian - religion = catholic - size = 257.5 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 257.5 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 25750.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2008.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 283.25 - } - - artisans = { - culture = polish - religion = catholic - size = 1236.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 309.0 - } - - farmers = { - culture = polish - religion = catholic - size = 13621.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1442.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8677.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 206.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - farmers = { - culture = north_german - religion = protestant - size = 3785.25 - } + clergymen = { + culture = lithuanian + religion = catholic + size = 257.5 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 257.5 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 25750.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2008.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 283.25 + } + + artisans = { + culture = polish + religion = catholic + size = 1236.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 309.0 + } + + farmers = { + culture = polish + religion = catholic + size = 13621.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1442.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8677.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 206.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + farmers = { + culture = north_german + religion = protestant + size = 3785.25 + } } #Panevezys (204000/51000 POPS) 363 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 1055.75 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 386.25 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1802.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 386.25 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 35509.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7029.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 206.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 772.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 1879.75 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 1055.75 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 386.25 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1802.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 386.25 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 35509.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7029.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 206.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 772.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 1879.75 + } } #Siauliai (200000/50000 POPS) 364 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 927.0 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 412.0 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 437.75 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 41225.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1442.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5562.0 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 927.0 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 412.0 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 437.75 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 41225.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1442.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5562.0 + } } #Palanga (84000/21000 POPS) 365 = { - aristocrats = { - culture = lithuanian - religion = catholic - size = 360.5 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 154.5 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 515.0 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 180.25 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 16299.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 618.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2394.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 103.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 875.5 - } + aristocrats = { + culture = lithuanian + religion = catholic + size = 360.5 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 154.5 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 515.0 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 180.25 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 16299.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 618.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2394.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 103.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 875.5 + } } #East Prussia Region (172000) #see Poland.txt and Lithuania.txt for balance of region #under the rule of Prussia in 1836 #Memel (172000/43000 POPS) #now part of Lithuania 698 = { - aristocrats = { - culture = north_german - religion = protestant - size = 772.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 206.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 2472.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 20085.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.15 - } - - artisans = { - culture = north_german - religion = jewish - size = 149.35 - } - - clergymen = { - culture = lithuanian - religion = protestant - size = 154.5 - } - - artisans = { - culture = lithuanian - religion = protestant - size = 978.5 - } - - soldiers = { - culture = lithuanian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = lithuanian - religion = protestant - size = 17613.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 772.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 206.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 2472.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 20085.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.15 + } + + artisans = { + culture = north_german + religion = jewish + size = 149.35 + } + + clergymen = { + culture = lithuanian + religion = protestant + size = 154.5 + } + + artisans = { + culture = lithuanian + religion = protestant + size = 978.5 + } + + soldiers = { + culture = lithuanian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = lithuanian + religion = protestant + size = 17613.0 + } } diff --git a/HPM/history/pops/1861.4.14/Luxembourg.txt b/HPM/history/pops/1861.4.14/Luxembourg.txt index 48484b3f..630dd9f9 100644 --- a/HPM/history/pops/1861.4.14/Luxembourg.txt +++ b/HPM/history/pops/1861.4.14/Luxembourg.txt @@ -2,82 +2,82 @@ #In personal union with Netherlands in 1836 #Luxembourg (172000/43000 POPS) 397 = { - aristocrats = { - culture = north_german - religion = catholic - size = 180.25 - } + aristocrats = { + culture = north_german + religion = catholic + size = 180.25 + } - bureaucrats = { - culture = north_german - religion = catholic - size = 25.75 - } + bureaucrats = { + culture = north_german + religion = catholic + size = 25.75 + } - clergymen = { - culture = north_german - religion = catholic - size = 154.5 - } + clergymen = { + culture = north_german + religion = catholic + size = 154.5 + } - artisans = { - culture = north_german - religion = catholic - size = 772.5 - } + artisans = { + culture = north_german + religion = catholic + size = 772.5 + } - soldiers = { - culture = north_german - religion = catholic - size = 2060.0 - } + soldiers = { + culture = north_german + religion = catholic + size = 2060.0 + } - farmers = { - culture = north_german - religion = catholic - size = 15347.0 - } + farmers = { + culture = north_german + religion = catholic + size = 15347.0 + } - aristocrats = { - culture = french - religion = catholic - size = 257.5 - } + aristocrats = { + culture = french + religion = catholic + size = 257.5 + } - officers = { - culture = french - religion = catholic - size = 51.5 - } + officers = { + culture = french + religion = catholic + size = 51.5 + } - bureaucrats = { - culture = french - religion = catholic - size = 51.5 - } + bureaucrats = { + culture = french + religion = catholic + size = 51.5 + } - clergymen = { - culture = french - religion = catholic - size = 283.25 - } + clergymen = { + culture = french + religion = catholic + size = 283.25 + } - artisans = { - culture = french - religion = catholic - size = 1802.5 - } + artisans = { + culture = french + religion = catholic + size = 1802.5 + } - soldiers = { - culture = french - religion = catholic - size = 257.5 - } + soldiers = { + culture = french + religion = catholic + size = 257.5 + } - farmers = { - culture = french - religion = catholic - size = 24076.25 - } + farmers = { + culture = french + religion = catholic + size = 24076.25 + } } diff --git a/HPM/history/pops/1861.4.14/Macedonia.txt b/HPM/history/pops/1861.4.14/Macedonia.txt index 90cdc3d5..140381c3 100644 --- a/HPM/history/pops/1861.4.14/Macedonia.txt +++ b/HPM/history/pops/1861.4.14/Macedonia.txt @@ -2,224 +2,224 @@ #under the rule of Ottoman Empire in 1836 #Skopje (424000/106000 POPS) 806 = { - aristocrats = { - culture = turkish - religion = sunni - size = 2523.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 334.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 2090.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 26981.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2163.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size = 1090.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 57169.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 206.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1236.0 - } - - soldiers = { - culture = greek - religion = orthodox - size = 200.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 11948.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 125.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 721.0 - } - - farmers = { - culture = sephardic - religion = jewish - size = 283.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 2523.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 334.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 2090.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 26981.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2163.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size = 1090.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 57169.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 206.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1236.0 + } + + soldiers = { + culture = greek + religion = orthodox + size = 200.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 11948.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 125.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 721.0 + } + + farmers = { + culture = sephardic + religion = jewish + size = 283.25 + } } #Monastir Region (268000) #see Greece.txt for balance of region #under the rule of Ottoman Empire in 1836 #Bitola (268000/67000 POPS) 807 = { - clergymen = { - culture = bulgarian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 437.75 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 37363.25 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 1545.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 231.75 - } - - officers = { - culture = turkish - religion = sunni - size = 180.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 1339.0 - } - - soldiers = { - culture = turkish - religion = sunni - size = 1030.0 - } - - farmers = { - culture = turkish - religion = sunni - size = 2034.25 - } - - clergymen = { - culture = albanian - religion = sunni - size = 128.75 - } - - artisans = { - culture = albanian - religion = sunni - size = 412.0 - } - - soldiers = { - culture = albanian - religion = sunni - size = 730.0 - } - - farmers = { - culture = albanian - religion = sunni - size = 12943.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 180.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = greek - religion = orthodox - size = 190.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 9862.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 125.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1004.25 - } + clergymen = { + culture = bulgarian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 437.75 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 37363.25 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 1545.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 231.75 + } + + officers = { + culture = turkish + religion = sunni + size = 180.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 1339.0 + } + + soldiers = { + culture = turkish + religion = sunni + size = 1030.0 + } + + farmers = { + culture = turkish + religion = sunni + size = 2034.25 + } + + clergymen = { + culture = albanian + religion = sunni + size = 128.75 + } + + artisans = { + culture = albanian + religion = sunni + size = 412.0 + } + + soldiers = { + culture = albanian + religion = sunni + size = 730.0 + } + + farmers = { + culture = albanian + religion = sunni + size = 12943.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 180.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = greek + religion = orthodox + size = 190.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 9862.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 125.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1004.25 + } } diff --git a/HPM/history/pops/1861.4.14/Madagascar.txt b/HPM/history/pops/1861.4.14/Madagascar.txt index 1bcc919c..3ae670a2 100644 --- a/HPM/history/pops/1861.4.14/Madagascar.txt +++ b/HPM/history/pops/1861.4.14/Madagascar.txt @@ -2,554 +2,554 @@ #ruled by Madagascar in 1836 #Tananarive (824000/207000 POPS) 2115 = { - aristocrats = { - culture = malagasy - religion = animist - size = 4300.25 - } - - clergymen = { - culture = malagasy - religion = animist - size = 2188.75 - } - - artisans = { - culture = malagasy - religion = animist - size = 10609.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 7210.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 148397.25 - } - - clergymen = { - culture = malagasy - religion = catholic - size = 5.15 - } - - artisans = { - culture = malagasy - religion = catholic - size = 10.3 - } - - farmers = { - culture = malagasy - religion = catholic - size = 242.05 - } - - aristocrats = { - culture = malagasy - religion = protestant - size = 25.75 - } - - clergymen = { - culture = malagasy - religion = protestant - size = 25.75 - } - - artisans = { - culture = malagasy - religion = protestant - size = 51.5 - } - - farmers = { - culture = malagasy - religion = protestant - size = 927.0 - } + aristocrats = { + culture = malagasy + religion = animist + size = 4300.25 + } + + clergymen = { + culture = malagasy + religion = animist + size = 2188.75 + } + + artisans = { + culture = malagasy + religion = animist + size = 10609.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 7210.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 148397.25 + } + + clergymen = { + culture = malagasy + religion = catholic + size = 5.15 + } + + artisans = { + culture = malagasy + religion = catholic + size = 10.3 + } + + farmers = { + culture = malagasy + religion = catholic + size = 242.05 + } + + aristocrats = { + culture = malagasy + religion = protestant + size = 25.75 + } + + clergymen = { + culture = malagasy + religion = protestant + size = 25.75 + } + + artisans = { + culture = malagasy + religion = protestant + size = 51.5 + } + + farmers = { + culture = malagasy + religion = protestant + size = 927.0 + } } #Fianarantsoa (280000/7000 POPS) 2116 = { - aristocrats = { - culture = malagasy - religion = animist - size = 1390.5 - } - - clergymen = { - culture = malagasy - religion = animist - size = 746.75 - } - - artisans = { - culture = malagasy - religion = animist - size = 3605.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 4120.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 62237.75 - } + aristocrats = { + culture = malagasy + religion = animist + size = 1390.5 + } + + clergymen = { + culture = malagasy + religion = animist + size = 746.75 + } + + artisans = { + culture = malagasy + religion = animist + size = 3605.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 4120.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 62237.75 + } } #Tolanaro (176000/44000 POPS) 2118 = { - aristocrats = { - culture = malagasy - religion = sunni - size = 489.25 - } - - clergymen = { - culture = malagasy - religion = sunni - size = 257.5 - } - - artisans = { - culture = malagasy - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = malagasy - religion = sunni - size = 257.5 - } - - farmers = { - culture = malagasy - religion = sunni - size = 15475.75 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 8240.0 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 360.5 - } - - clergymen = { - culture = malagasy - religion = animist - size = 206.0 - } - - artisans = { - culture = malagasy - religion = animist - size = 978.5 - } - - soldiers = { - culture = malagasy - religion = animist - size = 206.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 17819.0 - } + aristocrats = { + culture = malagasy + religion = sunni + size = 489.25 + } + + clergymen = { + culture = malagasy + religion = sunni + size = 257.5 + } + + artisans = { + culture = malagasy + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = malagasy + religion = sunni + size = 257.5 + } + + farmers = { + culture = malagasy + religion = sunni + size = 15475.75 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 8240.0 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 360.5 + } + + clergymen = { + culture = malagasy + religion = animist + size = 206.0 + } + + artisans = { + culture = malagasy + religion = animist + size = 978.5 + } + + soldiers = { + culture = malagasy + religion = animist + size = 206.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 17819.0 + } } #Toamasina (116000/29000 POPS) 2119 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 231.75 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 128.75 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 128.75 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 4145.75 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 7210.0 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 257.5 - } - - clergymen = { - culture = malagasy - religion = animist - size = 154.5 - } - - artisans = { - culture = malagasy - religion = animist - size = 721.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 154.5 - } - - farmers = { - culture = malagasy - religion = animist - size = 13132.5 - } - - clergymen = { - culture = malagasy - religion = catholic - size = 25.75 - } - - artisans = { - culture = malagasy - religion = catholic - size = 51.5 - } - - farmers = { - culture = malagasy - religion = catholic - size = 952.75 - } - - aristocrats = { - culture = malagasy - religion = protestant - size = 51.5 - } - - clergymen = { - culture = malagasy - religion = protestant - size = 51.5 - } - - artisans = { - culture = malagasy - religion = protestant - size = 103.0 - } - - farmers = { - culture = malagasy - religion = protestant - size = 1854.0 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 231.75 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 128.75 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 128.75 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 4145.75 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 7210.0 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 257.5 + } + + clergymen = { + culture = malagasy + religion = animist + size = 154.5 + } + + artisans = { + culture = malagasy + religion = animist + size = 721.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 154.5 + } + + farmers = { + culture = malagasy + religion = animist + size = 13132.5 + } + + clergymen = { + culture = malagasy + religion = catholic + size = 25.75 + } + + artisans = { + culture = malagasy + religion = catholic + size = 51.5 + } + + farmers = { + culture = malagasy + religion = catholic + size = 952.75 + } + + aristocrats = { + culture = malagasy + religion = protestant + size = 51.5 + } + + clergymen = { + culture = malagasy + religion = protestant + size = 51.5 + } + + artisans = { + culture = malagasy + religion = protestant + size = 103.0 + } + + farmers = { + culture = malagasy + religion = protestant + size = 1854.0 + } } #Antsiranana (104000/26000 POPS) 2120 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 180.25 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 103.0 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 103.0 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 3218.75 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 6180.0 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 283.25 - } - - clergymen = { - culture = malagasy - religion = animist - size = 154.5 - } - - artisans = { - culture = malagasy - religion = animist - size = 824.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 180.25 - } - - farmers = { - culture = malagasy - religion = animist - size = 15038.0 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 180.25 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 103.0 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 103.0 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 3218.75 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 6180.0 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 283.25 + } + + clergymen = { + culture = malagasy + religion = animist + size = 154.5 + } + + artisans = { + culture = malagasy + religion = animist + size = 824.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 180.25 + } + + farmers = { + culture = malagasy + religion = animist + size = 15038.0 + } } #Sakalava Region (588000) #ruled by Madagascar in 1836 #Ampanihy (228000/57000 POPS) 2117 = { - aristocrats = { - culture = malagasy #african_minor - religion = animist - size = 489.25 - } - - clergymen = { - culture = malagasy #african_minor - religion = animist - size = 257.5 - } - - artisans = { - culture = malagasy #african_minor - religion = animist - size = 1287.5 - } - - soldiers = { - culture = malagasy #african_minor - religion = animist - size = 257.5 - } - - farmers = { - culture = malagasy #african_minor - religion = animist - size = 23458.25 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 643.75 - } - - clergymen = { - culture = malagasy - religion = animist - size = 334.75 - } - - artisans = { - culture = malagasy - religion = animist - size = 1648.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1030.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 29303.5 - } + aristocrats = { + culture = malagasy #african_minor + religion = animist + size = 489.25 + } + + clergymen = { + culture = malagasy #african_minor + religion = animist + size = 257.5 + } + + artisans = { + culture = malagasy #african_minor + religion = animist + size = 1287.5 + } + + soldiers = { + culture = malagasy #african_minor + religion = animist + size = 257.5 + } + + farmers = { + culture = malagasy #african_minor + religion = animist + size = 23458.25 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 643.75 + } + + clergymen = { + culture = malagasy + religion = animist + size = 334.75 + } + + artisans = { + culture = malagasy + religion = animist + size = 1648.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1030.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 29303.5 + } } #Mahajanga (188000/47000 POPS) 2121 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 540.75 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 283.25 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 283.25 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 13673.25 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 10866.5 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 386.25 - } - - clergymen = { - culture = malagasy - religion = animist - size = 206.0 - } - - artisans = { - culture = malagasy - religion = animist - size = 1030.0 - } - - soldiers = { - culture = malagasy - religion = animist - size = 206.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 18771.75 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 540.75 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 283.25 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 283.25 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 13673.25 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 10866.5 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 386.25 + } + + clergymen = { + culture = malagasy + religion = animist + size = 206.0 + } + + artisans = { + culture = malagasy + religion = animist + size = 1030.0 + } + + soldiers = { + culture = malagasy + religion = animist + size = 206.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 18771.75 + } } #Toliara (172000/43000 POPS) 2122 = { - aristocrats = { - culture = malagasy #african_minor - religion = sunni - size = 309.0 - } - - clergymen = { - culture = malagasy #african_minor - religion = sunni - size = 154.5 - } - - artisans = { - culture = malagasy #african_minor - religion = sunni - size = 669.5 - } - - soldiers = { - culture = malagasy #african_minor - religion = sunni - size = 180.25 - } - - farmers = { - culture = malagasy #african_minor - religion = sunni - size = 3836.75 - } - - slaves = { - culture = malagasy #african_minor - religion = animist - size = 11330.0 - } - - aristocrats = { - culture = malagasy - religion = animist - size = 515.0 - } - - clergymen = { - culture = malagasy - religion = animist - size = 283.25 - } - - artisans = { - culture = malagasy - religion = animist - size = 1390.5 - } - - soldiers = { - culture = malagasy - religion = animist - size = 1030.0 - } - - farmers = { - culture = malagasy - religion = animist - size = 24694.25 - } + aristocrats = { + culture = malagasy #african_minor + religion = sunni + size = 309.0 + } + + clergymen = { + culture = malagasy #african_minor + religion = sunni + size = 154.5 + } + + artisans = { + culture = malagasy #african_minor + religion = sunni + size = 669.5 + } + + soldiers = { + culture = malagasy #african_minor + religion = sunni + size = 180.25 + } + + farmers = { + culture = malagasy #african_minor + religion = sunni + size = 3836.75 + } + + slaves = { + culture = malagasy #african_minor + religion = animist + size = 11330.0 + } + + aristocrats = { + culture = malagasy + religion = animist + size = 515.0 + } + + clergymen = { + culture = malagasy + religion = animist + size = 283.25 + } + + artisans = { + culture = malagasy + religion = animist + size = 1390.5 + } + + soldiers = { + culture = malagasy + religion = animist + size = 1030.0 + } + + farmers = { + culture = malagasy + religion = animist + size = 24694.25 + } } diff --git a/HPM/history/pops/1861.4.14/Malawi.txt b/HPM/history/pops/1861.4.14/Malawi.txt index 3d3af042..98b5c9a7 100644 --- a/HPM/history/pops/1861.4.14/Malawi.txt +++ b/HPM/history/pops/1861.4.14/Malawi.txt @@ -1,169 +1,169 @@ -#Nyasaland Region (368000) +#Nyasaland Region (368000) #uncolonized in 1836/dominated by the Yao -#Zomba (208000/52000 POPS) +#Zomba (208000/52000 POPS) 2066 = { - aristocrats = { - culture = chewa - religion = animist - size = 550 - } - - clergymen = { - culture = chewa - religion = animist - size = 300 - } - - artisans = { - culture = chewa - religion = animist - size = 1450 - } - - soldiers = { - culture = chewa - religion = animist - size = 300 - } - - farmers = { - culture = chewa - religion = animist - size = 26400 - } - - slaves = { - culture = chewa - religion = animist - size = 3000 - } - - aristocrats = { - culture = lomwe - religion = animist - size = 275 - } - - clergymen = { - culture = lomwe - religion = animist - size = 150 - } - - artisans = { - culture = lomwe - religion = animist - size = 750 - } - - soldiers = { - culture = lomwe - religion = animist - size = 150 - } - - farmers = { - culture = lomwe - religion = animist - size = 13675 - } - - aristocrats = { - culture = yao - religion = animist - size = 125 - } - - clergymen = { - culture = yao - religion = animist - size = 75 - } - - artisans = { - culture = yao - religion = animist - size = 400 - } - - soldiers = { - culture = yao - religion = animist - size = 100 - } - - farmers = { - culture = yao - religion = animist - size = 4275 - } + aristocrats = { + culture = chewa + religion = animist + size = 550 + } + + clergymen = { + culture = chewa + religion = animist + size = 300 + } + + artisans = { + culture = chewa + religion = animist + size = 1450 + } + + soldiers = { + culture = chewa + religion = animist + size = 300 + } + + farmers = { + culture = chewa + religion = animist + size = 26400 + } + + slaves = { + culture = chewa + religion = animist + size = 3000 + } + + aristocrats = { + culture = lomwe + religion = animist + size = 275 + } + + clergymen = { + culture = lomwe + religion = animist + size = 150 + } + + artisans = { + culture = lomwe + religion = animist + size = 750 + } + + soldiers = { + culture = lomwe + religion = animist + size = 150 + } + + farmers = { + culture = lomwe + religion = animist + size = 13675 + } + + aristocrats = { + culture = yao + religion = animist + size = 125 + } + + clergymen = { + culture = yao + religion = animist + size = 75 + } + + artisans = { + culture = yao + religion = animist + size = 400 + } + + soldiers = { + culture = yao + religion = animist + size = 100 + } + + farmers = { + culture = yao + religion = animist + size = 4275 + } } -#Lilongwe (160000/40000 POPS)/dominated by Kazembe +#Lilongwe (160000/40000 POPS)/dominated by Kazembe 2067 = { - aristocrats = { - culture = chewa - religion = animist - size = 350 - } - - clergymen = { - culture = chewa - religion = animist - size = 200 - } - - artisans = { - culture = chewa - religion = animist - size = 950 - } - - soldiers = { - culture = chewa - religion = animist - size = 200 - } - - farmers = { - culture = chewa - religion = animist - size = 17300 - } - - slaves = { - culture = chewa - religion = animist - size = 4000 - } - - aristocrats = { - culture = lunda - religion = animist - size = 400 - } - - clergymen = { - culture = lunda - religion = animist - size = 200 - } - - artisans = { - culture = lunda - religion = animist - size = 850 - } - - soldiers = { - culture = lunda - religion = animist - size = 225 - } - - farmers = { - culture = lunda - religion = animist - size = 15125 - } + aristocrats = { + culture = chewa + religion = animist + size = 350 + } + + clergymen = { + culture = chewa + religion = animist + size = 200 + } + + artisans = { + culture = chewa + religion = animist + size = 950 + } + + soldiers = { + culture = chewa + religion = animist + size = 200 + } + + farmers = { + culture = chewa + religion = animist + size = 17300 + } + + slaves = { + culture = chewa + religion = animist + size = 4000 + } + + aristocrats = { + culture = lunda + religion = animist + size = 400 + } + + clergymen = { + culture = lunda + religion = animist + size = 200 + } + + artisans = { + culture = lunda + religion = animist + size = 850 + } + + soldiers = { + culture = lunda + religion = animist + size = 225 + } + + farmers = { + culture = lunda + religion = animist + size = 15125 + } } diff --git a/HPM/history/pops/1861.4.14/Malaysia.txt b/HPM/history/pops/1861.4.14/Malaysia.txt index 8e996ac5..f7257d7c 100644 --- a/HPM/history/pops/1861.4.14/Malaysia.txt +++ b/HPM/history/pops/1861.4.14/Malaysia.txt @@ -3,791 +3,791 @@ #Ruled By Britain 1836 #Singapore (36000/9000 POPS) 1384 = { - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 2523.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 515.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 257.5 - } - - farmers = { - culture = malay - religion = sunni - size = 7841.0 - } - - artisans = { - culture = tamil - religion = hindu - size = 1030.0 - } + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 2523.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 515.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 257.5 + } + + farmers = { + culture = malay + religion = sunni + size = 7841.0 + } + + artisans = { + culture = tamil + religion = hindu + size = 1030.0 + } } #Malacca (52800/13200 POPS) 1386 = { - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1493.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1545.0 - } - - aristocrats = { - culture = british - religion = protestant - size = 180.25 - } - - bureaucrats = { - culture = british - religion = protestant - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 103.0 - } - - artisans = { - culture = malay - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 103 - - } - - farmers = { - culture = malay - religion = sunni - size = 12579.0 - } + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1493.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1545.0 + } + + aristocrats = { + culture = british + religion = protestant + size = 180.25 + } + + bureaucrats = { + culture = british + religion = protestant + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 103.0 + } + + artisans = { + culture = malay + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 103 + + } + + farmers = { + culture = malay + religion = sunni + size = 12579.0 + } } #Penang (84000/21000 POPS) 1388 = { - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 3991.25 - } - - farmers = { - culture = yue - religion = mahayana - size = 2137.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 154.5 - } - - artisans = { - culture = malay - religion = sunni - size = 772.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 206 - - } - - farmers = { - culture = malay - religion = sunni - size = 17317.0 - } + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 3991.25 + } + + farmers = { + culture = yue + religion = mahayana + size = 2137.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 154.5 + } + + artisans = { + culture = malay + religion = sunni + size = 772.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 206 + + } + + farmers = { + culture = malay + religion = sunni + size = 17317.0 + } } #Under Malay Rule 1836 (324000) #Johor Bahru (108000/27000 POPS) 1385 = { - aristocrats = { - culture = malay - religion = sunni - size = 257.5 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 128.75 - } - - officers = { - culture = malay - religion = sunni - size = 77.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 257.5 - } - - artisans = { - culture = malay - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - farmers = { - culture = malay - religion = sunni - size = 25711.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1493.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 515.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 257.5 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 128.75 + } + + officers = { + culture = malay + religion = sunni + size = 77.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 257.5 + } + + artisans = { + culture = malay + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + farmers = { + culture = malay + religion = sunni + size = 25711.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1493.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 515.0 + } } #Kuala Lumpur (68000/17000 POPS) 1387 = { - aristocrats = { - culture = malay - religion = sunni - size = 154.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 154.5 - } - - artisans = { - culture = malay - religion = sunni - size = 772.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - labourers = { - culture = malay - religion = sunni - size = 16338.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 978.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1030.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 154.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 154.5 + } + + artisans = { + culture = malay + religion = sunni + size = 772.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + labourers = { + culture = malay + religion = sunni + size = 16338.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 978.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1030.0 + } } #Kuantan (32000/8000 POPS) 1390 = { - aristocrats = { - culture = malay - religion = sunni - size = 77.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 77.25 - } - - artisans = { - culture = malay - religion = sunni - size = 412.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1077 - - } - - labourers = { - culture = malay - religion = sunni - size = 9596.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 77.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 77.25 + } + + artisans = { + culture = malay + religion = sunni + size = 412.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1077 + + } + + labourers = { + culture = malay + religion = sunni + size = 9596.25 + } } #Ipoh (116000/29000 POPS) 2575 = { - aristocrats = { - culture = malay - religion = sunni - size = 309.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 309.0 - } - - artisans = { - culture = malay - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1230 - - } - - labourers = { - culture = malay - religion = sunni - size = 29677.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 952.75 - } - - farmers = { - culture = yue - religion = mahayana - size = 2060.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 309.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 309.0 + } + + artisans = { + culture = malay + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1230 + + } + + labourers = { + culture = malay + religion = sunni + size = 29677.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 952.75 + } + + farmers = { + culture = yue + religion = mahayana + size = 2060.0 + } } #under Overlordship of Siam 1836 (284000) #Alor Setar (116000/29000 POPS) 1389 = { - aristocrats = { - culture = malay - religion = sunni - size = 309.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 309.0 - } - - artisans = { - culture = malay - religion = sunni - size = 1390.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1257 - - } - - farmers = { - culture = malay - religion = sunni - size = 25544.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 978.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1030.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 309.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 309.0 + } + + artisans = { + culture = malay + religion = sunni + size = 1390.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1257 + + } + + farmers = { + culture = malay + religion = sunni + size = 25544.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 978.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1030.0 + } } #Kota Bharu (168000/42000 POPS) 1391 = { - aristocrats = { - culture = malay - religion = sunni - size = 412.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 437.75 - } - - artisans = { - culture = malay - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1360 - - } - - farmers = { - culture = malay - religion = sunni - size = 37929.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 978.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1030.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 412.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 437.75 + } + + artisans = { + culture = malay + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1360 + + } + + farmers = { + culture = malay + religion = sunni + size = 37929.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 978.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1030.0 + } } #Northern Borneo Region (252000) #Under the Rule of Brunei in 1836 (212000) #Brunei (24000/6000 POPS) 1393 = { - aristocrats = { - culture = malay - religion = sunni - size = 77.25 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 51.5 - } - - officers = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 309.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1077 - - } - - farmers = { - culture = malay - religion = sunni - size = 10587.75 - } + aristocrats = { + culture = malay + religion = sunni + size = 77.25 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 51.5 + } + + officers = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 309.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1077 + + } + + farmers = { + culture = malay + religion = sunni + size = 10587.75 + } } #Kuching (88000/22000 POPS) 1394 = { - aristocrats = { - culture = malay - religion = sunni - size = 103.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 103.0 - } - - artisans = { - culture = malay - religion = sunni - size = 515.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 330 - - } - - farmers = { - culture = malay - religion = sunni - size = 8549.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 128.75 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 103.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 540.75 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 1128 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 10428.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 489.25 - } - - farmers = { - culture = yue - religion = mahayana - size = 515.0 - } + aristocrats = { + culture = malay + religion = sunni + size = 103.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 103.0 + } + + artisans = { + culture = malay + religion = sunni + size = 515.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 330 + + } + + farmers = { + culture = malay + religion = sunni + size = 8549.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 128.75 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 103.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 540.75 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 1128 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 10428.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 489.25 + } + + farmers = { + culture = yue + religion = mahayana + size = 515.0 + } } #Bintulu (44000/11000 POPS) 1395 = { - aristocrats = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 154.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 51 - - } - - farmers = { - culture = malay - religion = sunni - size = 3806.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 360.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 103 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 8596.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 154.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 51 + + } + + farmers = { + culture = malay + religion = sunni + size = 3806.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 360.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 103 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 8596.25 + } } #Api (56000/14000 POPS) 1396 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 51.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = animist - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 5742.25 - } - - aristocrats = { - culture = malay - religion = sunni - size = 77.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 77.25 - } - - artisans = { - culture = malay - religion = sunni - size = 360.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 1177 - - } - - farmers = { - culture = malay - religion = sunni - size = 8617.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 515.0 - } - - farmers = { - culture = yue - religion = mahayana - size = 489.25 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 51.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = animist + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 5742.25 + } + + aristocrats = { + culture = malay + religion = sunni + size = 77.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 77.25 + } + + artisans = { + culture = malay + religion = sunni + size = 360.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 1177 + + } + + farmers = { + culture = malay + religion = sunni + size = 8617.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 515.0 + } + + farmers = { + culture = yue + religion = mahayana + size = 489.25 + } } #Under the Rule of Sulu in 1836 (40000) #Sandakan (40000/10000 POPS) 1397 = { - aristocrats = { - culture = asian_minor - religion = animist - size = 77.25 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 309.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 6669.25 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 154.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 25 - - } - - farmers = { - culture = malay - religion = sunni - size = 2832.5 - } + aristocrats = { + culture = asian_minor + religion = animist + size = 77.25 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 309.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 6669.25 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 154.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 25 + + } + + farmers = { + culture = malay + religion = sunni + size = 2832.5 + } } diff --git a/HPM/history/pops/1861.4.14/Mali.txt b/HPM/history/pops/1861.4.14/Mali.txt index 1f687dc0..59fed026 100644 --- a/HPM/history/pops/1861.4.14/Mali.txt +++ b/HPM/history/pops/1861.4.14/Mali.txt @@ -2,1412 +2,1412 @@ #under the rule of Segu in 1836 #Bamako (296000/74000 POPS) 1794 = { - aristocrats = { - culture = bambara - religion = animist - size = 850 - } - - bureaucrats = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 450 - } - - artisans = { - culture = bambara - religion = animist - size = 1900 - } - - soldiers = { - culture = bambara - religion = animist - size = 1300 - } - - farmers = { - culture = bambara - religion = animist - size = 30300 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 250 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12750 - } - - aristocrats = { - culture = mande - religion = animist - size = 250 - } - - clergymen = { - culture = mande - religion = animist - size = 150 - } - - artisans = { - culture = mande - religion = animist - size = 700 - } - - soldiers = { - culture = mande - religion = animist - size = 150 - } - - farmers = { - culture = mande - religion = animist - size = 12750 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 850 + } + + bureaucrats = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 450 + } + + artisans = { + culture = bambara + religion = animist + size = 1900 + } + + soldiers = { + culture = bambara + religion = animist + size = 1300 + } + + farmers = { + culture = bambara + religion = animist + size = 30300 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 250 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12750 + } + + aristocrats = { + culture = mande + religion = animist + size = 250 + } + + clergymen = { + culture = mande + religion = animist + size = 150 + } + + artisans = { + culture = mande + religion = animist + size = 700 + } + + soldiers = { + culture = mande + religion = animist + size = 150 + } + + farmers = { + culture = mande + religion = animist + size = 12750 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } #Segu (520000/130000 POPS) 1800 = { - aristocrats = { - culture = bambara - religion = animist - size = 1850 - } - - bureaucrats = { - culture = bambara - religion = animist - size = 350 - } - - officers = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 950 - } - - artisans = { - culture = bambara - religion = animist - size = 2400 - } - - soldiers = { - culture = bambara - religion = animist - size = 150 - } - - farmers = { - culture = bambara - religion = animist - size = 67800 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 250 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12750 - } - - aristocrats = { - culture = mande - religion = animist - size = 300 - } - - clergymen = { - culture = mande - religion = animist - size = 150 - } - - artisans = { - culture = mande - religion = animist - size = 900 - } - - soldiers = { - culture = mande - religion = animist - size = 200 - } - - farmers = { - culture = mande - religion = animist - size = 16450 - } - - slaves = { - culture = mande - religion = animist - size = 22000 - } + aristocrats = { + culture = bambara + religion = animist + size = 1850 + } + + bureaucrats = { + culture = bambara + religion = animist + size = 350 + } + + officers = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 950 + } + + artisans = { + culture = bambara + religion = animist + size = 2400 + } + + soldiers = { + culture = bambara + religion = animist + size = 150 + } + + farmers = { + culture = bambara + religion = animist + size = 67800 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 250 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12750 + } + + aristocrats = { + culture = mande + religion = animist + size = 300 + } + + clergymen = { + culture = mande + religion = animist + size = 150 + } + + artisans = { + culture = mande + religion = animist + size = 900 + } + + soldiers = { + culture = mande + religion = animist + size = 200 + } + + farmers = { + culture = mande + religion = animist + size = 16450 + } + + slaves = { + culture = mande + religion = animist + size = 22000 + } } #Mourdiah (128000/32000 POPS) 1801 = { - aristocrats = { - culture = bambara - religion = animist - size = 200 - } - - clergymen = { - culture = bambara - religion = animist - size = 100 - } - - artisans = { - culture = bambara - religion = animist - size = 500 - } - - soldiers = { - culture = bambara - religion = animist - size = 100 - } - - farmers = { - culture = bambara - religion = animist - size = 5100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 200 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10950 - } - - aristocrats = { - culture = mande - religion = animist - size = 150 - } - - clergymen = { - culture = mande - religion = animist - size = 100 - } - - artisans = { - culture = mande - religion = animist - size = 400 - } - - soldiers = { - culture = mande - religion = animist - size = 100 - } - - farmers = { - culture = mande - religion = animist - size = 7250 - } - - slaves = { - culture = mande - religion = animist - size = 6000 - } + aristocrats = { + culture = bambara + religion = animist + size = 200 + } + + clergymen = { + culture = bambara + religion = animist + size = 100 + } + + artisans = { + culture = bambara + religion = animist + size = 500 + } + + soldiers = { + culture = bambara + religion = animist + size = 100 + } + + farmers = { + culture = bambara + religion = animist + size = 5100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 200 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10950 + } + + aristocrats = { + culture = mande + religion = animist + size = 150 + } + + clergymen = { + culture = mande + religion = animist + size = 100 + } + + artisans = { + culture = mande + religion = animist + size = 400 + } + + soldiers = { + culture = mande + religion = animist + size = 100 + } + + farmers = { + culture = mande + religion = animist + size = 7250 + } + + slaves = { + culture = mande + religion = animist + size = 6000 + } } #Jenne (360000/90000 POPS) 1802 = { - aristocrats = { - culture = bambara - religion = animist - size = 850 - } - - clergymen = { - culture = bambara - religion = animist - size = 450 - } - - artisans = { - culture = bambara - religion = animist - size = 2200 - } - - soldiers = { - culture = bambara - religion = animist - size = 450 - } - - farmers = { - culture = bambara - religion = animist - size = 20050 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 250 - } - - farmers = { - culture = fulbe - religion = sunni - size = 32000 - } - - aristocrats = { - culture = mande - religion = animist - size = 300 - } - - clergymen = { - culture = mande - religion = animist - size = 200 - } - - artisans = { - culture = mande - religion = animist - size = 1100 - } - - soldiers = { - culture = mande - religion = animist - size = 200 - } - - farmers = { - culture = mande - religion = animist - size = 18300 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 850 + } + + clergymen = { + culture = bambara + religion = animist + size = 450 + } + + artisans = { + culture = bambara + religion = animist + size = 2200 + } + + soldiers = { + culture = bambara + religion = animist + size = 450 + } + + farmers = { + culture = bambara + religion = animist + size = 20050 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 250 + } + + farmers = { + culture = fulbe + religion = sunni + size = 32000 + } + + aristocrats = { + culture = mande + religion = animist + size = 300 + } + + clergymen = { + culture = mande + religion = animist + size = 200 + } + + artisans = { + culture = mande + religion = animist + size = 1100 + } + + soldiers = { + culture = mande + religion = animist + size = 200 + } + + farmers = { + culture = mande + religion = animist + size = 18300 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } -#Bambuk Region (512000) +#Bambuk Region (512000) #under the rule of Segu in 1836 #Kayes (200000/50000 POPS) 1795 = { - aristocrats = { - culture = bambara - religion = animist - size = 100 - } - - clergymen = { - culture = bambara - religion = animist - size = 150 - } - - artisans = { - culture = bambara - religion = animist - size = 250 - } - - soldiers = { - culture = bambara - religion = animist - size = 50 - } - - farmers = { - culture = bambara - religion = animist - size = 33450 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 800 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1750 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 650 - } - - farmers = { - culture = fulbe - religion = sunni - size = 4550 - } - - slaves = { - culture = mande - religion = animist - size = 8000 - } + aristocrats = { + culture = bambara + religion = animist + size = 100 + } + + clergymen = { + culture = bambara + religion = animist + size = 150 + } + + artisans = { + culture = bambara + religion = animist + size = 250 + } + + soldiers = { + culture = bambara + religion = animist + size = 50 + } + + farmers = { + culture = bambara + religion = animist + size = 33450 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 800 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1750 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 650 + } + + farmers = { + culture = fulbe + religion = sunni + size = 4550 + } + + slaves = { + culture = mande + religion = animist + size = 8000 + } } #Nioro (160000/40000 POPS) 1796 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 250 - } - - farmers = { - culture = fulbe - religion = sunni - size = 6000 - } - - aristocrats = { - culture = bambara - religion = animist - size = 250 - } - - clergymen = { - culture = bambara - religion = animist - size = 150 - } - - artisans = { - culture = bambara - religion = animist - size = 600 - } - - soldiers = { - culture = bambara - religion = animist - size = 150 - } - - farmers = { - culture = bambara - religion = animist - size = 18850 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 250 + } + + farmers = { + culture = fulbe + religion = sunni + size = 6000 + } + + aristocrats = { + culture = bambara + religion = animist + size = 250 + } + + clergymen = { + culture = bambara + religion = animist + size = 150 + } + + artisans = { + culture = bambara + religion = animist + size = 600 + } + + soldiers = { + culture = bambara + religion = animist + size = 150 + } + + farmers = { + culture = bambara + religion = animist + size = 18850 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } #Kita (152000/38000 POPS) 1797 = { - aristocrats = { - culture = bambara - religion = animist - size = 400 - } - - clergymen = { - culture = bambara - religion = animist - size = 200 - } - - artisans = { - culture = bambara - religion = animist - size = 900 - } - - soldiers = { - culture = bambara - religion = animist - size = 1250 - } - - farmers = { - culture = bambara - religion = animist - size = 13250 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 200 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1150 - } - - farmers = { - culture = fulbe - religion = sunni - size = 8050 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } + aristocrats = { + culture = bambara + religion = animist + size = 400 + } + + clergymen = { + culture = bambara + religion = animist + size = 200 + } + + artisans = { + culture = bambara + religion = animist + size = 900 + } + + soldiers = { + culture = bambara + religion = animist + size = 1250 + } + + farmers = { + culture = bambara + religion = animist + size = 13250 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 200 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1150 + } + + farmers = { + culture = fulbe + religion = sunni + size = 8050 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } } -#Bure Region (136000) #see Guinea.txt and Ivory Coast.txt for balance of region +#Bure Region (136000) #see Guinea.txt and Ivory Coast.txt for balance of region #under the rule of Segu in 1836 #Bourgouni (272000/68000 POPS) 1798 = { - aristocrats = { - culture = bambara - religion = animist - size = 1100 - } - - clergymen = { - culture = bambara - religion = animist - size = 500 - } - - artisans = { - culture = bambara - religion = animist - size = 2100 - } - - soldiers = { - culture = bambara - religion = animist - size = 550 - } - - farmers = { - culture = bambara - religion = animist - size = 47850 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 300 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5400 - } - - aristocrats = { - culture = senufo - religion = animist - size = 100 - } - - clergymen = { - culture = senufo - religion = animist - size = 150 - } - - artisans = { - culture = senufo - religion = animist - size = 500 - } - - soldiers = { - culture = senufo - religion = animist - size = 100 - } - - farmers = { - culture = senufo - religion = animist - size = 9150 - } - - slaves = { - culture = mande - religion = animist - size = 6000 - } + aristocrats = { + culture = bambara + religion = animist + size = 1100 + } + + clergymen = { + culture = bambara + religion = animist + size = 500 + } + + artisans = { + culture = bambara + religion = animist + size = 2100 + } + + soldiers = { + culture = bambara + religion = animist + size = 550 + } + + farmers = { + culture = bambara + religion = animist + size = 47850 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 300 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5400 + } + + aristocrats = { + culture = senufo + religion = animist + size = 100 + } + + clergymen = { + culture = senufo + religion = animist + size = 150 + } + + artisans = { + culture = senufo + religion = animist + size = 500 + } + + soldiers = { + culture = senufo + religion = animist + size = 100 + } + + farmers = { + culture = senufo + religion = animist + size = 9150 + } + + slaves = { + culture = mande + religion = animist + size = 6000 + } } -#Worodugu Region (344000) #see Burkina.txt and Ivory Coast.txt for balance of region +#Worodugu Region (344000) #see Burkina.txt and Ivory Coast.txt for balance of region #under the rule of Massina in 1836 #Sikasso (344000/86000 POPS) 1799 = { - aristocrats = { - culture = bambara - religion = animist - size = 650 - } - - clergymen = { - culture = bambara - religion = animist - size = 350 - } - - artisans = { - culture = bambara - religion = animist - size = 1450 - } - - soldiers = { - culture = bambara - religion = animist - size = 350 - } - - farmers = { - culture = bambara - religion = animist - size = 15200 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 200 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2050 - } - - farmers = { - culture = fulbe - religion = sunni - size = 14600 - } - - aristocrats = { - culture = senufo - religion = animist - size = 850 - } - - clergymen = { - culture = senufo - religion = animist - size = 450 - } - - artisans = { - culture = senufo - religion = animist - size = 1850 - } - - soldiers = { - culture = senufo - religion = animist - size = 450 - } - - farmers = { - culture = senufo - religion = animist - size = 20400 - } - - slaves = { - culture = gur - religion = animist - size = 10000 - } - - slaves = { - culture = dyula - religion = animist - size = 18000 - } + aristocrats = { + culture = bambara + religion = animist + size = 650 + } + + clergymen = { + culture = bambara + religion = animist + size = 350 + } + + artisans = { + culture = bambara + religion = animist + size = 1450 + } + + soldiers = { + culture = bambara + religion = animist + size = 350 + } + + farmers = { + culture = bambara + religion = animist + size = 15200 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 200 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2050 + } + + farmers = { + culture = fulbe + religion = sunni + size = 14600 + } + + aristocrats = { + culture = senufo + religion = animist + size = 850 + } + + clergymen = { + culture = senufo + religion = animist + size = 450 + } + + artisans = { + culture = senufo + religion = animist + size = 1850 + } + + soldiers = { + culture = senufo + religion = animist + size = 450 + } + + farmers = { + culture = senufo + religion = animist + size = 20400 + } + + slaves = { + culture = gur + religion = animist + size = 10000 + } + + slaves = { + culture = dyula + religion = animist + size = 18000 + } } -#Macina Region (536000) +#Macina Region (536000) #under the rule of Segu in 1836 #Timbuktu (368000/92000 POPS) 1803 = { - aristocrats = { - culture = songhai - religion = sunni - size = 1200 - } - - bureaucrats = { - culture = songhai - religion = animist - size = 200 - } - - clergymen = { - culture = songhai - religion = sunni - size = 600 - } - - artisans = { - culture = songhai - religion = sunni - size = 2500 - } - - soldiers = { - culture = songhai - religion = sunni - size = 650 - } - - farmers = { - culture = songhai - religion = sunni - size = 43050 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 300 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 300 - } - - farmers = { - culture = fulbe - religion = sunni - size = 17700 - } - - slaves = { - culture = mande - religion = animist - size = 22000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 100 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 100 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = songhai + religion = sunni + size = 1200 + } + + bureaucrats = { + culture = songhai + religion = animist + size = 200 + } + + clergymen = { + culture = songhai + religion = sunni + size = 600 + } + + artisans = { + culture = songhai + religion = sunni + size = 2500 + } + + soldiers = { + culture = songhai + religion = sunni + size = 650 + } + + farmers = { + culture = songhai + religion = sunni + size = 43050 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 300 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 300 + } + + farmers = { + culture = fulbe + religion = sunni + size = 17700 + } + + slaves = { + culture = mande + religion = animist + size = 22000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 100 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 100 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } #under the rule of Massina in 1836 #Bandiagara (488000/122000 POPS) 1804 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 450 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 400 - } - - officers = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 700 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 3000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2700 - } - - farmers = { - culture = fulbe - religion = sunni - size = 25550 - } - - aristocrats = { - culture = mande - religion = animist - size = 650 - } - - clergymen = { - culture = mande - religion = animist - size = 350 - } - - artisans = { - culture = mande - religion = animist - size = 1700 - } - - soldiers = { - culture = mande - religion = animist - size = 350 - } - - farmers = { - culture = mande - religion = animist - size = 30950 - } - - slaves = { - culture = gur - religion = animist - size = 10000 - } - - aristocrats = { - culture = bambara - religion = animist - size = 600 - } - - clergymen = { - culture = bambara - religion = animist - size = 350 - } - - artisans = { - culture = bambara - religion = animist - size = 2200 - } - - soldiers = { - culture = bambara - religion = animist - size = 400 - } - - farmers = { - culture = bambara - religion = animist - size = 26650 - } - - aristocrats = { - culture = senufo - religion = animist - size = 300 - } - - clergymen = { - culture = senufo - religion = animist - size = 150 - } - - artisans = { - culture = senufo - religion = animist - size = 800 - } - - soldiers = { - culture = senufo - religion = animist - size = 150 - } - - farmers = { - culture = senufo - religion = animist - size = 14600 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 450 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 400 + } + + officers = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 700 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 3000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2700 + } + + farmers = { + culture = fulbe + religion = sunni + size = 25550 + } + + aristocrats = { + culture = mande + religion = animist + size = 650 + } + + clergymen = { + culture = mande + religion = animist + size = 350 + } + + artisans = { + culture = mande + religion = animist + size = 1700 + } + + soldiers = { + culture = mande + religion = animist + size = 350 + } + + farmers = { + culture = mande + religion = animist + size = 30950 + } + + slaves = { + culture = gur + religion = animist + size = 10000 + } + + aristocrats = { + culture = bambara + religion = animist + size = 600 + } + + clergymen = { + culture = bambara + religion = animist + size = 350 + } + + artisans = { + culture = bambara + religion = animist + size = 2200 + } + + soldiers = { + culture = bambara + religion = animist + size = 400 + } + + farmers = { + culture = bambara + religion = animist + size = 26650 + } + + aristocrats = { + culture = senufo + religion = animist + size = 300 + } + + clergymen = { + culture = senufo + religion = animist + size = 150 + } + + artisans = { + culture = senufo + religion = animist + size = 800 + } + + soldiers = { + culture = senufo + religion = animist + size = 150 + } + + farmers = { + culture = senufo + religion = animist + size = 14600 + } } #under the rule of Massina in 1836 #Gao (232000/58000 POPS) 1805 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 350 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 200 - } - - artisans = { - culture = tuareg - religion = sunni - size = 750 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 400 - } - - farmers = { - culture = tuareg - religion = sunni - size = 6300 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 700 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1000 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2000 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10000 - } - - clergymen = { - culture = songhai - religion = sunni - size = 400 - } - - artisans = { - culture = songhai - religion = sunni - size = 1900 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2000 - } - - farmers = { - culture = songhai - religion = sunni - size = 24000 - } - - slaves = { - culture = mande - religion = animist - size = 12000 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 100 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 350 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 200 + } + + artisans = { + culture = tuareg + religion = sunni + size = 750 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 400 + } + + farmers = { + culture = tuareg + religion = sunni + size = 6300 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 700 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1000 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2000 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10000 + } + + clergymen = { + culture = songhai + religion = sunni + size = 400 + } + + artisans = { + culture = songhai + religion = sunni + size = 1900 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2000 + } + + farmers = { + culture = songhai + religion = sunni + size = 24000 + } + + slaves = { + culture = mande + religion = animist + size = 12000 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 100 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } -#Azawad Region (36000) +#Azawad Region (36000) #uncolonized in 1836/dominated by Tuareg #Taoudenni (8000/2000 POPS) 1806 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 25 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1300 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 25 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1300 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } #Tessalit (16000/4000 POPS) 1807 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 50 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 75 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 50 - } - - farmers = { - culture = tuareg - religion = sunni - size = 2625 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 100 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 800 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 50 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 75 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 50 + } + + farmers = { + culture = tuareg + religion = sunni + size = 2625 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 100 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 800 + } } #Araouane (12000/3000 POPS) 2609 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 50 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 75 - } - - artisans = { - culture = tuareg - religion = sunni - size = 150 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 25 - } - - farmers = { - culture = tuareg - religion = sunni - size = 2200 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 50 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 100 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 25 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 300 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 50 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 75 + } + + artisans = { + culture = tuareg + religion = sunni + size = 150 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 25 + } + + farmers = { + culture = tuareg + religion = sunni + size = 2200 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 50 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 100 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 25 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 300 + } } diff --git a/HPM/history/pops/1861.4.14/Malta.txt b/HPM/history/pops/1861.4.14/Malta.txt index ba1d41ad..121ecc5b 100644 --- a/HPM/history/pops/1861.4.14/Malta.txt +++ b/HPM/history/pops/1861.4.14/Malta.txt @@ -2,58 +2,58 @@ #Ruled by Britain 1836 #Valetta (120000/30000 POPS) 854 = { - bureaucrats = { - culture = british - religion = protestant - size = 51.5 - } - - soldiers = { - culture = british - religion = protestant - size = 515.0 - } - - artisans = { - culture = british - religion = protestant - size = 154.5 - } - - aristocrats = { - culture = maltese - religion = catholic - size = 206.0 - } - - bureaucrats = { - culture = maltese - religion = catholic - size = 10.3 - } - - clergymen = { - culture = maltese - religion = catholic - size = 283.25 - } - - artisans = { - culture = maltese - religion = catholic - size = 8240.0 - } - - soldiers = { - culture = maltese - religion = catholic - size = 350.2 - } - - farmers = { - culture = maltese - religion = catholic - size = 21089.25 - } + bureaucrats = { + culture = british + religion = protestant + size = 51.5 + } + + soldiers = { + culture = british + religion = protestant + size = 515.0 + } + + artisans = { + culture = british + religion = protestant + size = 154.5 + } + + aristocrats = { + culture = maltese + religion = catholic + size = 206.0 + } + + bureaucrats = { + culture = maltese + religion = catholic + size = 10.3 + } + + clergymen = { + culture = maltese + religion = catholic + size = 283.25 + } + + artisans = { + culture = maltese + religion = catholic + size = 8240.0 + } + + soldiers = { + culture = maltese + religion = catholic + size = 350.2 + } + + farmers = { + culture = maltese + religion = catholic + size = 21089.25 + } } diff --git a/HPM/history/pops/1861.4.14/Mauritania.txt b/HPM/history/pops/1861.4.14/Mauritania.txt index e452a907..a1365ea4 100644 --- a/HPM/history/pops/1861.4.14/Mauritania.txt +++ b/HPM/history/pops/1861.4.14/Mauritania.txt @@ -1,353 +1,353 @@ -#Trarza-Brakna Region (276000) +#Trarza-Brakna Region (276000) #uncolonized in 1836/ruled by Emir of Trarza -#Nouakchott (92000/23000 POPS) +#Nouakchott (92000/23000 POPS) 1775 = { - aristocrats = { - culture = maures - religion = sunni - size = 450 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 20 - } - - officers = { - culture = maures - religion = sunni - size = 5 - } - - clergymen = { - culture = maures - religion = sunni - size = 225 - } - - artisans = { - culture = maures - religion = sunni - size = 925 - } - - soldiers = { - culture = maures - religion = sunni - size = 250 - } - - farmers = { - culture = maures - religion = sunni - size = 18125 - } - - slaves = { - culture = berber - religion = sunni - size = 3000 - } + aristocrats = { + culture = maures + religion = sunni + size = 450 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 20 + } + + officers = { + culture = maures + religion = sunni + size = 5 + } + + clergymen = { + culture = maures + religion = sunni + size = 225 + } + + artisans = { + culture = maures + religion = sunni + size = 925 + } + + soldiers = { + culture = maures + religion = sunni + size = 250 + } + + farmers = { + culture = maures + religion = sunni + size = 18125 + } + + slaves = { + culture = berber + religion = sunni + size = 3000 + } } -#Rosso (72000/18000 POPS) +#Rosso (72000/18000 POPS) 1776 = { - aristocrats = { - culture = maures - religion = sunni - size = 350 - } - - clergymen = { - culture = maures - religion = sunni - size = 175 - } - - artisans = { - culture = maures - religion = sunni - size = 900 - } - - soldiers = { - culture = maures - religion = sunni - size = 175 - } - - farmers = { - culture = maures - religion = sunni - size = 11400 - } - - slaves = { - culture = wolof - religion = sunni - size = 5000 - } + aristocrats = { + culture = maures + religion = sunni + size = 350 + } + + clergymen = { + culture = maures + religion = sunni + size = 175 + } + + artisans = { + culture = maures + religion = sunni + size = 900 + } + + soldiers = { + culture = maures + religion = sunni + size = 175 + } + + farmers = { + culture = maures + religion = sunni + size = 11400 + } + + slaves = { + culture = wolof + religion = sunni + size = 5000 + } } -#uncolonized in 1836/ruled by Emir of Brakna -#Aleg (84000/21000 POPS) +#uncolonized in 1836/ruled by Emir of Brakna +#Aleg (84000/21000 POPS) 1777 = { - aristocrats = { - culture = maures - religion = sunni - size = 390 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 10 - } - - officers = { - culture = maures - religion = sunni - size = 5 - } - - clergymen = { - culture = maures - religion = sunni - size = 200 - } - - artisans = { - culture = maures - religion = sunni - size = 850 - } - - soldiers = { - culture = maures - religion = sunni - size = 220 - } - - farmers = { - culture = maures - religion = sunni - size = 13325 - } - - slaves = { - culture = fulbe - religion = sunni - size = 6000 - } + aristocrats = { + culture = maures + religion = sunni + size = 390 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 10 + } + + officers = { + culture = maures + religion = sunni + size = 5 + } + + clergymen = { + culture = maures + religion = sunni + size = 200 + } + + artisans = { + culture = maures + religion = sunni + size = 850 + } + + soldiers = { + culture = maures + religion = sunni + size = 220 + } + + farmers = { + culture = maures + religion = sunni + size = 13325 + } + + slaves = { + culture = fulbe + religion = sunni + size = 6000 + } } -#Maghama (28000/7000 POPS) +#Maghama (28000/7000 POPS) 1778 = { - aristocrats = { - culture = maures - religion = sunni - size = 100 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 275 - } - - soldiers = { - culture = maures - religion = sunni - size = 75 - } - - farmers = { - culture = maures - religion = sunni - size = 3475 - } - - slaves = { - culture = fulbe - religion = sunni - size = 3000 - } + aristocrats = { + culture = maures + religion = sunni + size = 100 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 275 + } + + soldiers = { + culture = maures + religion = sunni + size = 75 + } + + farmers = { + culture = maures + religion = sunni + size = 3475 + } + + slaves = { + culture = fulbe + religion = sunni + size = 3000 + } } -#Adrar-Hodh Region (52000) +#Adrar-Hodh Region (52000) #uncolonized in 1836/ruled by Emirs of Adrar -#Shingit (12000/3000 POPS) +#Shingit (12000/3000 POPS) 1779 = { - aristocrats = { - culture = maures - religion = sunni - size = 40 - } - - bureaucrats = { - culture = maures - religion = sunni - size = 3 - } - - officers = { - culture = maures - religion = sunni - size = 7 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 150 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 2700 - } + aristocrats = { + culture = maures + religion = sunni + size = 40 + } + + bureaucrats = { + culture = maures + religion = sunni + size = 3 + } + + officers = { + culture = maures + religion = sunni + size = 7 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 150 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 2700 + } } -#Walata (28000/7000 POPS) +#Walata (28000/7000 POPS) 1781 = { - aristocrats = { - culture = maures - religion = sunni - size = 100 - } - - clergymen = { - culture = maures - religion = sunni - size = 150 - } - - artisans = { - culture = maures - religion = sunni - size = 300 - } - - soldiers = { - culture = maures - religion = sunni - size = 50 - } - - farmers = { - culture = maures - religion = sunni - size = 5400 - } - - aristocrats = { - culture = maures - religion = sunni - size = 75 - } - - clergymen = { - culture = maures - religion = sunni - size = 100 - } - - artisans = { - culture = maures - religion = sunni - size = 200 - } - - soldiers = { - culture = maures - religion = sunni - size = 50 - } - - farmers = { - culture = maures - religion = sunni - size = 3675 - } + aristocrats = { + culture = maures + religion = sunni + size = 100 + } + + clergymen = { + culture = maures + religion = sunni + size = 150 + } + + artisans = { + culture = maures + religion = sunni + size = 300 + } + + soldiers = { + culture = maures + religion = sunni + size = 50 + } + + farmers = { + culture = maures + religion = sunni + size = 5400 + } + + aristocrats = { + culture = maures + religion = sunni + size = 75 + } + + clergymen = { + culture = maures + religion = sunni + size = 100 + } + + artisans = { + culture = maures + religion = sunni + size = 200 + } + + soldiers = { + culture = maures + religion = sunni + size = 50 + } + + farmers = { + culture = maures + religion = sunni + size = 3675 + } } #Rio de Oro Region (16000) #see West Sahara.txt for balance of region -#uncolonized in 1836 -#Bir Maghrein (16000/4000 POPS) #now part of Mauritania +#uncolonized in 1836 +#Bir Maghrein (16000/4000 POPS) #now part of Mauritania 1782 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 900 - } - - aristocrats = { - culture = maures - religion = sunni - size = 50 - } - - clergymen = { - culture = maures - religion = sunni - size = 75 - } - - artisans = { - culture = maures - religion = sunni - size = 150 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 2700 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 900 + } + + aristocrats = { + culture = maures + religion = sunni + size = 50 + } + + clergymen = { + culture = maures + religion = sunni + size = 75 + } + + artisans = { + culture = maures + religion = sunni + size = 150 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 2700 + } } diff --git a/HPM/history/pops/1861.4.14/Mauritius.txt b/HPM/history/pops/1861.4.14/Mauritius.txt index 23079c8c..7f87dcc5 100644 --- a/HPM/history/pops/1861.4.14/Mauritius.txt +++ b/HPM/history/pops/1861.4.14/Mauritius.txt @@ -2,96 +2,96 @@ #ruled by Britain 1836 #Mauritius (98000/24500 POPS) 2125 = { - bureaucrats = { - culture = british - religion = protestant - size = 20 - } + bureaucrats = { + culture = british + religion = protestant + size = 20 + } - clergymen = { - culture = british - religion = protestant - size = 25 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } - artisans = { - culture = british - religion = protestant - size = 130 - } + artisans = { + culture = british + religion = protestant + size = 130 + } - soldiers = { - culture = british - religion = protestant - size = 25 - } + soldiers = { + culture = british + religion = protestant + size = 25 + } - aristocrats = { - culture = french - religion = catholic - size = 50 - } + aristocrats = { + culture = french + religion = catholic + size = 50 + } - bureaucrats = { - culture = french - religion = catholic - size = 30 - } + bureaucrats = { + culture = french + religion = catholic + size = 30 + } - artisans = { - culture = french - religion = catholic - size = 180 - } + artisans = { + culture = french + religion = catholic + size = 180 + } - clergymen = { - culture = french - religion = catholic - size = 20 - } + clergymen = { + culture = french + religion = catholic + size = 20 + } - soldiers = { - culture = french - religion = catholic - size = 20 - } + soldiers = { + culture = french + religion = catholic + size = 20 + } - farmers = { - culture = french - religion = catholic - size = 200 - } + farmers = { + culture = french + religion = catholic + size = 200 + } - clergymen = { - culture = kreol - religion = protestant - size = 125 - } + clergymen = { + culture = kreol + religion = protestant + size = 125 + } - artisans = { - culture = kreol - religion = protestant - size = 1100 - } + artisans = { + culture = kreol + religion = protestant + size = 1100 + } - soldiers = { - culture = kreol - religion = protestant - size = 250 - } + soldiers = { + culture = kreol + religion = protestant + size = 250 + } - farmers = { - culture = kreol - religion = catholic - size = 22375 - } + farmers = { + culture = kreol + religion = catholic + size = 22375 + } } #Diego Garcia (700/175 POPS) #remains under British Rule 2128 = { - farmers = { - culture = kreol - religion = catholic - size = 175 - } + farmers = { + culture = kreol + religion = catholic + size = 175 + } } diff --git a/HPM/history/pops/1861.4.14/Mexico.txt b/HPM/history/pops/1861.4.14/Mexico.txt index ae07afd7..55a5f912 100644 --- a/HPM/history/pops/1861.4.14/Mexico.txt +++ b/HPM/history/pops/1861.4.14/Mexico.txt @@ -1,2779 +1,2779 @@ #Sonora Region (167000) #Hermosillo (91000/22750 POPS) 2137 = { - aristocrats = { - culture = mexican - religion = catholic - size = 240 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 300 - } - - officers = { - culture = mexican - religion = catholic - size = 60 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 750 - } - - soldiers = { - culture = mexican - religion = catholic - size = 200 - } - - farmers = { - culture = mexican - religion = catholic - size = 13050 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 125 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 400 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 75 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 7325 - } + aristocrats = { + culture = mexican + religion = catholic + size = 240 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 300 + } + + officers = { + culture = mexican + religion = catholic + size = 60 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 750 + } + + soldiers = { + culture = mexican + religion = catholic + size = 200 + } + + farmers = { + culture = mexican + religion = catholic + size = 13050 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 125 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 400 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 75 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 7325 + } } #Nogales (14000/3500 POPS) 2140 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 1350 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 1350 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Guaymas (62000/15500 POPS) 2141 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 100 - } - - farmers = { - culture = mexican - religion = catholic - size = 11500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 100 + } + + farmers = { + culture = mexican + religion = catholic + size = 11500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Baja California Region (24000) #Loreto (5000/1250 POPS) 2138 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 1100 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 1100 + } } #Rosarito (19000/4750 POPS) 2139 = { - aristocrats = { - culture = mexican - religion = catholic - size = 70 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 30 - } - - officers = { - culture = mexican - religion = catholic - size = 5 - } - - clergymen = { - culture = mexican - religion = catholic - size = 70 - } - - artisans = { - culture = mexican - religion = catholic - size = 225 - } - - soldiers = { - culture = mexican - religion = catholic - size = 150 - } - - farmers = { - culture = mexican - religion = catholic - size = 2200 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 70 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 30 + } + + officers = { + culture = mexican + religion = catholic + size = 5 + } + + clergymen = { + culture = mexican + religion = catholic + size = 70 + } + + artisans = { + culture = mexican + religion = catholic + size = 225 + } + + soldiers = { + culture = mexican + religion = catholic + size = 150 + } + + farmers = { + culture = mexican + religion = catholic + size = 2200 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Chihuahua Region (162000) #Chihuahua (119000/29750 POPS) 2142 = { - aristocrats = { - culture = mexican - religion = catholic - size = 440 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 300 - } - - officers = { - culture = mexican - religion = catholic - size = 50 - } - - clergymen = { - culture = mexican - religion = catholic - size = 300 - } - - artisans = { - culture = mexican - religion = catholic - size = 1490 - } - - soldiers = { - culture = mexican - religion = catholic - size = 725 - } - - farmers = { - culture = mexican - religion = catholic - size = 23445 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 440 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 300 + } + + officers = { + culture = mexican + religion = catholic + size = 50 + } + + clergymen = { + culture = mexican + religion = catholic + size = 300 + } + + artisans = { + culture = mexican + religion = catholic + size = 1490 + } + + soldiers = { + culture = mexican + religion = catholic + size = 725 + } + + farmers = { + culture = mexican + religion = catholic + size = 23445 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Paso del Norte (14000/3500 POPS) 2143 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 65 - } - - artisans = { - culture = mexican - religion = catholic - size = 235 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 3000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 65 + } + + artisans = { + culture = mexican + religion = catholic + size = 235 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 3000 + } } #Delicias (10000/2500 POPS) 2144 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 2050 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 2050 + } } #Parral (19000/4750 POPS) 2145 = { - aristocrats = { - culture = mexican - religion = catholic - size = 25 - } - - clergymen = { - culture = mexican - religion = catholic - size = 35 - } - - artisans = { - culture = mexican - religion = catholic - size = 85 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 1555 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 25 + } + + clergymen = { + culture = mexican + religion = catholic + size = 35 + } + + artisans = { + culture = mexican + religion = catholic + size = 85 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 1555 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2700 + } } #Coahuila Region (191000) #Morelos (14000/3500 POPS) 2147 = { - aristocrats = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 65 - } - - artisans = { - culture = mexican - religion = catholic - size = 185 - } - - soldiers = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 3150 - } + aristocrats = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 65 + } + + artisans = { + culture = mexican + religion = catholic + size = 185 + } + + soldiers = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 3150 + } } #Saltillo (53000/13250 POPS) 2151 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 350 - } - - officers = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 125 - } - - artisans = { - culture = mexican - religion = catholic - size = 700 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 8500 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2750 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 350 + } + + officers = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 125 + } + + artisans = { + culture = mexican + religion = catholic + size = 700 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 8500 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2750 + } } #Monclova (57000/14250 POPS) 2152 = { - aristocrats = { - culture = mexican - religion = catholic - size = 275 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 1050 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 12500 - } + aristocrats = { + culture = mexican + religion = catholic + size = 275 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 1050 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 12500 + } } #Torreon (67000/16750 POPS) 2155 = { - aristocrats = { - culture = mexican - religion = catholic - size = 300 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 775 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 11000 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2750 - } + aristocrats = { + culture = mexican + religion = catholic + size = 300 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 775 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 11000 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2750 + } } #Nuevo Leon-Tamaulipas Region (205000) #Monterrey (124000/31000 POPS) 2146 = { - aristocrats = { - culture = mexican - religion = catholic - size = 550 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 375 - } - - officers = { - culture = mexican - religion = catholic - size = 75 - } - - clergymen = { - culture = mexican - religion = catholic - size = 300 - } - - artisans = { - culture = mexican - religion = catholic - size = 1700 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 19500 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 350 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 75 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 6500 - } + aristocrats = { + culture = mexican + religion = catholic + size = 550 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 375 + } + + officers = { + culture = mexican + religion = catholic + size = 75 + } + + clergymen = { + culture = mexican + religion = catholic + size = 300 + } + + artisans = { + culture = mexican + religion = catholic + size = 1700 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 19500 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 350 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 75 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 6500 + } } #Reynosa (19000/4750 POPS) 2148 = { - aristocrats = { - culture = mexican - religion = catholic - size = 100 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 550 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 3750 - } + aristocrats = { + culture = mexican + religion = catholic + size = 100 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 550 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 3750 + } } #Matamoros (33000/8250 POPS) 2149 = { - aristocrats = { - culture = mexican - religion = catholic - size = 175 - } - - clergymen = { - culture = mexican - religion = catholic - size = 125 - } - - artisans = { - culture = mexican - religion = catholic - size = 700 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 7000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 175 + } + + clergymen = { + culture = mexican + religion = catholic + size = 125 + } + + artisans = { + culture = mexican + religion = catholic + size = 700 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 7000 + } } #Ciudad Victoria (29000/7250 POPS) 2150 = { - aristocrats = { - culture = mexican - religion = catholic - size = 150 - } - - clergymen = { - culture = mexican - religion = catholic - size = 75 - } - - artisans = { - culture = mexican - religion = catholic - size = 525 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 6250 - } + aristocrats = { + culture = mexican + religion = catholic + size = 150 + } + + clergymen = { + culture = mexican + religion = catholic + size = 75 + } + + artisans = { + culture = mexican + religion = catholic + size = 525 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 6250 + } } #Durango-Sinaloa Region (301000) #Durango (77000/19250 POPS) 2153 = { - aristocrats = { - culture = mexican - religion = catholic - size = 350 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 1500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 700 - } - - farmers = { - culture = mexican - religion = catholic - size = 14500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 350 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 1500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 700 + } + + farmers = { + culture = mexican + religion = catholic + size = 14500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Santa Maria del Oro (53000/13250 POPS) 2154 = { - aristocrats = { - culture = mexican - religion = catholic - size = 225 - } - - clergymen = { - culture = mexican - religion = catholic - size = 150 - } - - artisans = { - culture = mexican - religion = catholic - size = 875 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 9500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 225 + } + + clergymen = { + culture = mexican + religion = catholic + size = 150 + } + + artisans = { + culture = mexican + religion = catholic + size = 875 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 9500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Mazatlan (138000/34500 POPS) 2156 = { - aristocrats = { - culture = mexican - religion = catholic - size = 650 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 600 - } - - officers = { - culture = mexican - religion = catholic - size = 125 - } - - clergymen = { - culture = mexican - religion = catholic - size = 425 - } - - artisans = { - culture = mexican - religion = catholic - size = 2200 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 29000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 650 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 600 + } + + officers = { + culture = mexican + religion = catholic + size = 125 + } + + clergymen = { + culture = mexican + religion = catholic + size = 425 + } + + artisans = { + culture = mexican + religion = catholic + size = 2200 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 29000 + } } #Culiacan (33000/8250 POPS) 2157 = { - aristocrats = { - culture = mexican - religion = catholic - size = 175 - } - - clergymen = { - culture = mexican - religion = catholic - size = 125 - } - - artisans = { - culture = mexican - religion = catholic - size = 950 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 6500 - } + aristocrats = { + culture = mexican + religion = catholic + size = 175 + } + + clergymen = { + culture = mexican + religion = catholic + size = 125 + } + + artisans = { + culture = mexican + religion = catholic + size = 950 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 6500 + } } #Zacatecas-Aguascalientes Region (685000) #Zacatecas (405000/101250 POPS) 2158 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1725 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 2125 - } - - officers = { - culture = mexican - religion = catholic - size = 250 - } - - clergymen = { - culture = mexican - religion = catholic - size = 750 - } - - artisans = { - culture = mexican - religion = catholic - size = 5150 - } - - soldiers = { - culture = mexican - religion = catholic - size = 4000 - } - - farmers = { - culture = mexican - religion = catholic - size = 36250 - } - - clergymen = { - culture = nahua - religion = catholic - size = 200 - } - - artisans = { - culture = nahua - religion = catholic - size = 2150 - } - - soldiers = { - culture = nahua - religion = catholic - size = 450 - } - - farmers = { - culture = nahua - religion = catholic - size = 48200 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1725 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 2125 + } + + officers = { + culture = mexican + religion = catholic + size = 250 + } + + clergymen = { + culture = mexican + religion = catholic + size = 750 + } + + artisans = { + culture = mexican + religion = catholic + size = 5150 + } + + soldiers = { + culture = mexican + religion = catholic + size = 4000 + } + + farmers = { + culture = mexican + religion = catholic + size = 36250 + } + + clergymen = { + culture = nahua + religion = catholic + size = 200 + } + + artisans = { + culture = nahua + religion = catholic + size = 2150 + } + + soldiers = { + culture = nahua + religion = catholic + size = 450 + } + + farmers = { + culture = nahua + religion = catholic + size = 48200 + } } #Aguascalientes (182000/45500 POPS) 2160 = { - aristocrats = { - culture = mexican - religion = catholic - size = 850 - } - - clergymen = { - culture = mexican - religion = catholic - size = 550 - } - - artisans = { - culture = mexican - religion = catholic - size = 2100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 40500 - } + aristocrats = { + culture = mexican + religion = catholic + size = 850 + } + + clergymen = { + culture = mexican + religion = catholic + size = 550 + } + + artisans = { + culture = mexican + religion = catholic + size = 2100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 40500 + } } #Tepic (98000/24500 POPS) 2161 = { - aristocrats = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 250 - } - - artisans = { - culture = mexican - religion = catholic - size = 1325 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 17000 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 200 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 3700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 250 + } + + artisans = { + culture = mexican + religion = catholic + size = 1325 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 17000 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 200 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 3700 + } } #Potosi-Guanajuato Region (1658100) #San Luis Potosi (411100/102775 POPS) 2159 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1625 - } - - clergymen = { - culture = mexican - religion = catholic - size = 775 - } - - artisans = { - culture = mexican - religion = catholic - size = 4375 - } - - soldiers = { - culture = mexican - religion = catholic - size = 3500 - } - - farmers = { - culture = mexican - religion = catholic - size = 55500 - } - - clergymen = { - culture = nahua - religion = catholic - size = 200 - } - - artisans = { - culture = nahua - religion = catholic - size = 2650 - } - - soldiers = { - culture = nahua - religion = catholic - size = 1625 - } - - farmers = { - culture = nahua - religion = catholic - size = 32525 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1625 + } + + clergymen = { + culture = mexican + religion = catholic + size = 775 + } + + artisans = { + culture = mexican + religion = catholic + size = 4375 + } + + soldiers = { + culture = mexican + religion = catholic + size = 3500 + } + + farmers = { + culture = mexican + religion = catholic + size = 55500 + } + + clergymen = { + culture = nahua + religion = catholic + size = 200 + } + + artisans = { + culture = nahua + religion = catholic + size = 2650 + } + + soldiers = { + culture = nahua + religion = catholic + size = 1625 + } + + farmers = { + culture = nahua + religion = catholic + size = 32525 + } } #Guanajuato (818000/204500 POPS) 2167 = { - aristocrats = { - culture = mexican - religion = catholic - size = 3400 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 3300 - } - - officers = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 1375 - } - - artisans = { - culture = mexican - religion = catholic - size = 5500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 5000 - } - - farmers = { - culture = mexican - religion = catholic - size = 70000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 1100 - } - - artisans = { - culture = nahua - religion = catholic - size = 9500 - } - - soldiers = { - culture = nahua - religion = catholic - size = 5000 - } - - farmers = { - culture = nahua - religion = catholic - size = 100000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 3400 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 3300 + } + + officers = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 1375 + } + + artisans = { + culture = mexican + religion = catholic + size = 5500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 5000 + } + + farmers = { + culture = mexican + religion = catholic + size = 70000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 1100 + } + + artisans = { + culture = nahua + religion = catholic + size = 9500 + } + + soldiers = { + culture = nahua + religion = catholic + size = 5000 + } + + farmers = { + culture = nahua + religion = catholic + size = 100000 + } } #Queretaro (429000/107250 POPS) 2173 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1850 - } - - clergymen = { - culture = mexican - religion = catholic - size = 550 - } - - artisans = { - culture = mexican - religion = catholic - size = 1850 - } - - soldiers = { - culture = mexican - religion = catholic - size = 2000 - } - - farmers = { - culture = mexican - religion = catholic - size = 31000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 300 - } - - artisans = { - culture = nahua - religion = catholic - size = 4700 - } - - soldiers = { - culture = nahua - religion = catholic - size = 2500 - } - - farmers = { - culture = nahua - religion = catholic - size = 62500 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1850 + } + + clergymen = { + culture = mexican + religion = catholic + size = 550 + } + + artisans = { + culture = mexican + religion = catholic + size = 1850 + } + + soldiers = { + culture = mexican + religion = catholic + size = 2000 + } + + farmers = { + culture = mexican + religion = catholic + size = 31000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 300 + } + + artisans = { + culture = nahua + religion = catholic + size = 4700 + } + + soldiers = { + culture = nahua + religion = catholic + size = 2500 + } + + farmers = { + culture = nahua + religion = catholic + size = 62500 + } } #Veracruz-Tabasco Region (393000) #Veracruz (169000/42250 POPS) 2162 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1425 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 875 - } - - officers = { - culture = mexican - religion = catholic - size = 150 - } - - clergymen = { - culture = mexican - religion = catholic - size = 500 - } - - craftsmen = { - culture = mexican - religion = catholic - size = 1100 - } - - artisans = { - culture = mexican - religion = catholic - size = 500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 300 - } - - farmers = { - culture = mexican - religion = catholic - size = 3500 - } - - clergymen = { - culture = nahua - religion = catholic - size = 150 - } - - craftsmen = { - culture = nahua - religion = catholic - size = 4000 - } - - artisans = { - culture = nahua - religion = catholic - size = 1350 - } - - soldiers = { - culture = nahua - religion = catholic - size = 500 - } - - farmers = { - culture = nahua - religion = catholic - size = 18000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 500 - } - - craftsmen = { - culture = native_american_minor - religion = catholic - size = 1100 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 100 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 8350 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1425 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 875 + } + + officers = { + culture = mexican + religion = catholic + size = 150 + } + + clergymen = { + culture = mexican + religion = catholic + size = 500 + } + + craftsmen = { + culture = mexican + religion = catholic + size = 1100 + } + + artisans = { + culture = mexican + religion = catholic + size = 500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 300 + } + + farmers = { + culture = mexican + religion = catholic + size = 3500 + } + + clergymen = { + culture = nahua + religion = catholic + size = 150 + } + + craftsmen = { + culture = nahua + religion = catholic + size = 4000 + } + + artisans = { + culture = nahua + religion = catholic + size = 1350 + } + + soldiers = { + culture = nahua + religion = catholic + size = 500 + } + + farmers = { + culture = nahua + religion = catholic + size = 18000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 500 + } + + craftsmen = { + culture = native_american_minor + religion = catholic + size = 1100 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 100 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 8350 + } } #Tampico (95000/23750 POPS) 2163 = { - aristocrats = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 625 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 4250 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 900 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 200 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 16850 - } + aristocrats = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 625 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 4250 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 900 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 200 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 16850 + } } #Minatitlan (57000/14250 POPS) 2164 = { - aristocrats = { - culture = mexican - religion = catholic - size = 250 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 550 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 1250 - } - - clergymen = { - culture = nahua - religion = catholic - size = 50 - } - - artisans = { - culture = nahua - religion = catholic - size = 550 - } - - soldiers = { - culture = nahua - religion = catholic - size = 175 - } - - farmers = { - culture = nahua - religion = catholic - size = 10975 - } + aristocrats = { + culture = mexican + religion = catholic + size = 250 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 550 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 1250 + } + + clergymen = { + culture = nahua + religion = catholic + size = 50 + } + + artisans = { + culture = nahua + religion = catholic + size = 550 + } + + soldiers = { + culture = nahua + religion = catholic + size = 175 + } + + farmers = { + culture = nahua + religion = catholic + size = 10975 + } } #Villahermosa (72000/18000 POPS) 2165 = { - aristocrats = { - culture = mexican - religion = catholic - size = 325 - } - - clergymen = { - culture = mexican - religion = catholic - size = 225 - } - - artisans = { - culture = mexican - religion = catholic - size = 450 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 2750 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 600 - } - - soldiers = { - culture = mayan - religion = catholic - size = 125 - } - - farmers = { - culture = mayan - religion = catholic - size = 13225 - } + aristocrats = { + culture = mexican + religion = catholic + size = 325 + } + + clergymen = { + culture = mexican + religion = catholic + size = 225 + } + + artisans = { + culture = mexican + religion = catholic + size = 450 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 2750 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 600 + } + + soldiers = { + culture = mayan + religion = catholic + size = 125 + } + + farmers = { + culture = mayan + religion = catholic + size = 13225 + } } #Jalisco Region (534000) #Guadalajara (358000/89500 POPS) 2166 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1550 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1250 - } - - officers = { - culture = mexican - religion = catholic - size = 200 - } - - clergymen = { - culture = mexican - religion = catholic - size = 1100 - } - - artisans = { - culture = mexican - religion = catholic - size = 14500 - } - - soldiers = { - culture = mexican - religion = catholic - size = 4000 - } - - farmers = { - culture = mexican - religion = catholic - size = 56000 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 550 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 125 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 10275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1550 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1250 + } + + officers = { + culture = mexican + religion = catholic + size = 200 + } + + clergymen = { + culture = mexican + religion = catholic + size = 1100 + } + + artisans = { + culture = mexican + religion = catholic + size = 14500 + } + + soldiers = { + culture = mexican + religion = catholic + size = 4000 + } + + farmers = { + culture = mexican + religion = catholic + size = 56000 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 550 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 125 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 10275 + } } #Puerto Vallarta (176000/44000 POPS) 2168 = { - aristocrats = { - culture = mexican - religion = catholic - size = 750 - } - - clergymen = { - culture = mexican - religion = catholic - size = 350 - } - - artisans = { - culture = mexican - religion = catholic - size = 1900 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 27500 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 650 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 150 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 12150 - } + aristocrats = { + culture = mexican + religion = catholic + size = 750 + } + + clergymen = { + culture = mexican + religion = catholic + size = 350 + } + + artisans = { + culture = mexican + religion = catholic + size = 1900 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 27500 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 650 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 150 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 12150 + } } #Michoacan Region (677000) #Colima (129000/32250 POPS) 2169 = { - aristocrats = { - culture = mexican - religion = catholic - size = 575 - } - - clergymen = { - culture = mexican - religion = catholic - size = 375 - } - - artisans = { - culture = mexican - religion = catholic - size = 2300 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1100 - } - - farmers = { - culture = mexican - religion = catholic - size = 28000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 575 + } + + clergymen = { + culture = mexican + religion = catholic + size = 375 + } + + artisans = { + culture = mexican + religion = catholic + size = 2300 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1100 + } + + farmers = { + culture = mexican + religion = catholic + size = 28000 + } } #Morelia (415000/103750 POPS) 2170 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1750 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1350 - } - - officers = { - culture = mexican - religion = catholic - size = 250 - } - - clergymen = { - culture = mexican - religion = catholic - size = 750 - } - - artisans = { - culture = mexican - religion = catholic - size = 3900 - } - - soldiers = { - culture = mexican - religion = catholic - size = 3000 - } - - farmers = { - culture = mexican - religion = catholic - size = 55000 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 175 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 1800 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 375 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 35400 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1750 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1350 + } + + officers = { + culture = mexican + religion = catholic + size = 250 + } + + clergymen = { + culture = mexican + religion = catholic + size = 750 + } + + artisans = { + culture = mexican + religion = catholic + size = 3900 + } + + soldiers = { + culture = mexican + religion = catholic + size = 3000 + } + + farmers = { + culture = mexican + religion = catholic + size = 55000 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 175 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 1800 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 375 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 35400 + } } #Los Alaniles (133000/33250 POPS) 2171 = { - aristocrats = { - culture = mexican - religion = catholic - size = 575 - } - - clergymen = { - culture = mexican - religion = catholic - size = 300 - } - - artisans = { - culture = mexican - religion = catholic - size = 1875 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1500 - } - - farmers = { - culture = mexican - religion = catholic - size = 21000 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 75 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 400 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 7425 - } + aristocrats = { + culture = mexican + religion = catholic + size = 575 + } + + clergymen = { + culture = mexican + religion = catholic + size = 300 + } + + artisans = { + culture = mexican + religion = catholic + size = 1875 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1500 + } + + farmers = { + culture = mexican + religion = catholic + size = 21000 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 75 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 400 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 7425 + } } #Mexico Region (859500) #Mexico City (606500/151625 POPS) 2172 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1650 - } - - capitalists = { - culture = mexican - religion = catholic - size = 200 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 2350 - } - - officers = { - culture = mexican - religion = catholic - size = 425 - } - - clergymen = { - culture = mexican - religion = catholic - size = 1575 - } - - artisans = { - culture = mexican - religion = catholic - size = 34000 - } - - soldiers = { - culture = mexican - religion = catholic - size = 10000 - } - - farmers = { - culture = mexican - religion = catholic - size = 50000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 275 - } - - artisans = { - culture = nahua - religion = catholic - size = 19850 - } - - soldiers = { - culture = nahua - religion = catholic - size = 1500 - } - - farmers = { - culture = nahua - religion = catholic - size = 30000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1650 + } + + capitalists = { + culture = mexican + religion = catholic + size = 200 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 2350 + } + + officers = { + culture = mexican + religion = catholic + size = 425 + } + + clergymen = { + culture = mexican + religion = catholic + size = 1575 + } + + artisans = { + culture = mexican + religion = catholic + size = 34000 + } + + soldiers = { + culture = mexican + religion = catholic + size = 10000 + } + + farmers = { + culture = mexican + religion = catholic + size = 50000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 275 + } + + artisans = { + culture = nahua + religion = catholic + size = 19850 + } + + soldiers = { + culture = nahua + religion = catholic + size = 1500 + } + + farmers = { + culture = nahua + religion = catholic + size = 30000 + } } #Toluca (253000/63250 POPS) 2174 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1050 - } - - clergymen = { - culture = mexican - religion = catholic - size = 300 - } - - artisans = { - culture = mexican - religion = catholic - size = 1900 - } - - soldiers = { - culture = mexican - religion = catholic - size = 7000 - } - - farmers = { - culture = mexican - religion = catholic - size = 17000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 150 - } - - artisans = { - culture = nahua - religion = catholic - size = 1700 - } - - soldiers = { - culture = nahua - religion = catholic - size = 350 - } - - farmers = { - culture = nahua - religion = catholic - size = 33800 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1050 + } + + clergymen = { + culture = mexican + religion = catholic + size = 300 + } + + artisans = { + culture = mexican + religion = catholic + size = 1900 + } + + soldiers = { + culture = mexican + religion = catholic + size = 7000 + } + + farmers = { + culture = mexican + religion = catholic + size = 17000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 150 + } + + artisans = { + culture = nahua + religion = catholic + size = 1700 + } + + soldiers = { + culture = nahua + religion = catholic + size = 350 + } + + farmers = { + culture = nahua + religion = catholic + size = 33800 + } } #Puebla-Hidalgo Region (825000) #Tulancingo (224000/56000 POPS) 2175 = { - aristocrats = { - culture = mexican - religion = catholic - size = 950 - } - - clergymen = { - culture = mexican - religion = catholic - size = 350 - } - - artisans = { - culture = mexican - religion = catholic - size = 1900 - } - - soldiers = { - culture = mexican - religion = catholic - size = 800 - } - - farmers = { - culture = mexican - religion = catholic - size = 23000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 125 - } - - artisans = { - culture = nahua - religion = catholic - size = 1400 - } - - soldiers = { - culture = nahua - religion = catholic - size = 300 - } - - farmers = { - culture = nahua - religion = catholic - size = 27175 - } + aristocrats = { + culture = mexican + religion = catholic + size = 950 + } + + clergymen = { + culture = mexican + religion = catholic + size = 350 + } + + artisans = { + culture = mexican + religion = catholic + size = 1900 + } + + soldiers = { + culture = mexican + religion = catholic + size = 800 + } + + farmers = { + culture = mexican + religion = catholic + size = 23000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 125 + } + + artisans = { + culture = nahua + religion = catholic + size = 1400 + } + + soldiers = { + culture = nahua + religion = catholic + size = 300 + } + + farmers = { + culture = nahua + religion = catholic + size = 27175 + } } #Puebla (601000/150250 POPS) 2176 = { - aristocrats = { - culture = mexican - religion = catholic - size = 2550 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1850 - } - - officers = { - culture = mexican - religion = catholic - size = 300 - } - - clergymen = { - culture = mexican - religion = catholic - size = 1250 - } - - craftsmen = { - culture = mexican - religion = catholic - size = 12000 - } - - artisans = { - culture = mexican - religion = catholic - size = 6300 - } - - soldiers = { - culture = mexican - religion = catholic - size = 7000 - } - - farmers = { - culture = mexican - religion = catholic - size = 39000 - } - - clergymen = { - culture = nahua - religion = catholic - size = 425 - } - - artisans = { - culture = nahua - religion = catholic - size = 6950 - } - - soldiers = { - culture = nahua - religion = catholic - size = 1250 - } - - farmers = { - culture = nahua - religion = catholic - size = 71375 - } + aristocrats = { + culture = mexican + religion = catholic + size = 2550 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1850 + } + + officers = { + culture = mexican + religion = catholic + size = 300 + } + + clergymen = { + culture = mexican + religion = catholic + size = 1250 + } + + craftsmen = { + culture = mexican + religion = catholic + size = 12000 + } + + artisans = { + culture = mexican + religion = catholic + size = 6300 + } + + soldiers = { + culture = mexican + religion = catholic + size = 7000 + } + + farmers = { + culture = mexican + religion = catholic + size = 39000 + } + + clergymen = { + culture = nahua + religion = catholic + size = 425 + } + + artisans = { + culture = nahua + religion = catholic + size = 6950 + } + + soldiers = { + culture = nahua + religion = catholic + size = 1250 + } + + farmers = { + culture = nahua + religion = catholic + size = 71375 + } } #Oaxaca Region (586500) #Oaxaca (467500/116875 POPS) 2177 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1650 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1200 - } - - officers = { - culture = mexican - religion = catholic - size = 225 - } - - clergymen = { - culture = mexican - religion = catholic - size = 750 - } - - artisans = { - culture = mexican - religion = catholic - size = 3050 - } - - soldiers = { - culture = mexican - religion = catholic - size = 7000 - } - - farmers = { - culture = mexican - religion = catholic - size = 26000 - } - - clergymen = { - culture = nahua #zapotec - religion = catholic - size = 400 - } - - artisans = { - culture = nahua #zapotec - religion = catholic - size = 4950 - } - - soldiers = { - culture = nahua #zapotec - religion = catholic - size = 1200 - } - - farmers = { - culture = nahua #zapotec - religion = catholic - size = 70450 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1650 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1200 + } + + officers = { + culture = mexican + religion = catholic + size = 225 + } + + clergymen = { + culture = mexican + religion = catholic + size = 750 + } + + artisans = { + culture = mexican + religion = catholic + size = 3050 + } + + soldiers = { + culture = mexican + religion = catholic + size = 7000 + } + + farmers = { + culture = mexican + religion = catholic + size = 26000 + } + + clergymen = { + culture = nahua #zapotec + religion = catholic + size = 400 + } + + artisans = { + culture = nahua #zapotec + religion = catholic + size = 4950 + } + + soldiers = { + culture = nahua #zapotec + religion = catholic + size = 1200 + } + + farmers = { + culture = nahua #zapotec + religion = catholic + size = 70450 + } } #Collataro (119000/29750 POPS) 2178 = { - aristocrats = { - culture = mexican - religion = catholic - size = 525 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 525 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 8000 - } - - clergymen = { - culture = nahua #zapotec - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #zapotec - religion = catholic - size = 1100 - } - - soldiers = { - culture = nahua #zapotec - religion = catholic - size = 200 - } - - farmers = { - culture = nahua #zapotec - religion = catholic - size = 18700 - } + aristocrats = { + culture = mexican + religion = catholic + size = 525 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 525 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 8000 + } + + clergymen = { + culture = nahua #zapotec + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #zapotec + religion = catholic + size = 1100 + } + + soldiers = { + culture = nahua #zapotec + religion = catholic + size = 200 + } + + farmers = { + culture = nahua #zapotec + religion = catholic + size = 18700 + } } #Guerrero Region (319500) #Acapulco (224000/56000 POPS) 2179 = { - aristocrats = { - culture = mexican - religion = catholic - size = 900 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 625 - } - - officers = { - culture = mexican - religion = catholic - size = 125 - } - - clergymen = { - culture = mexican - religion = catholic - size = 500 - } - - artisans = { - culture = mexican - religion = catholic - size = 1850 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 29500 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 100 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 1050 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 225 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 20625 - } + aristocrats = { + culture = mexican + religion = catholic + size = 900 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 625 + } + + officers = { + culture = mexican + religion = catholic + size = 125 + } + + clergymen = { + culture = mexican + religion = catholic + size = 500 + } + + artisans = { + culture = mexican + religion = catholic + size = 1850 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 29500 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 100 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 1050 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 225 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 20625 + } } #Chilpancingo (95500/23875 POPS) 2180 = { - aristocrats = { - culture = mexican - religion = catholic - size = 450 - } - - clergymen = { - culture = mexican - religion = catholic - size = 225 - } - - artisans = { - culture = mexican - religion = catholic - size = 900 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 9800 - } - - clergymen = { - culture = nahua #tarascan - religion = catholic - size = 50 - } - - artisans = { - culture = nahua #tarascan - religion = catholic - size = 550 - } - - soldiers = { - culture = nahua #tarascan - religion = catholic - size = 125 - } - - farmers = { - culture = nahua #tarascan - religion = catholic - size = 11275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 450 + } + + clergymen = { + culture = mexican + religion = catholic + size = 225 + } + + artisans = { + culture = mexican + religion = catholic + size = 900 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 9800 + } + + clergymen = { + culture = nahua #tarascan + religion = catholic + size = 50 + } + + artisans = { + culture = nahua #tarascan + religion = catholic + size = 550 + } + + soldiers = { + culture = nahua #tarascan + religion = catholic + size = 125 + } + + farmers = { + culture = nahua #tarascan + religion = catholic + size = 11275 + } } #Chiapas Region (148000) #Tuxtla (100000/25000 POPS) 2181 = { - aristocrats = { - culture = mexican - religion = catholic - size = 450 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 300 - } - - officers = { - culture = mexican - religion = catholic - size = 50 - } - - clergymen = { - culture = mexican - religion = catholic - size = 250 - } - - artisans = { - culture = mexican - religion = catholic - size = 950 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 4500 - } - - clergymen = { - culture = mayan - religion = catholic - size = 50 - } - - artisans = { - culture = mayan - religion = catholic - size = 850 - } - - soldiers = { - culture = mayan - religion = catholic - size = 175 - } - - farmers = { - culture = mayan - religion = catholic - size = 16925 - } + aristocrats = { + culture = mexican + religion = catholic + size = 450 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 300 + } + + officers = { + culture = mexican + religion = catholic + size = 50 + } + + clergymen = { + culture = mexican + religion = catholic + size = 250 + } + + artisans = { + culture = mexican + religion = catholic + size = 950 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 4500 + } + + clergymen = { + culture = mayan + religion = catholic + size = 50 + } + + artisans = { + culture = mayan + religion = catholic + size = 850 + } + + soldiers = { + culture = mayan + religion = catholic + size = 175 + } + + farmers = { + culture = mayan + religion = catholic + size = 16925 + } } #Tapachula (48000/12000 POPS) 2182 = { - aristocrats = { - culture = mexican - religion = catholic - size = 225 - } - - clergymen = { - culture = mexican - religion = catholic - size = 75 - } - - artisans = { - culture = mexican - religion = catholic - size = 700 - } - - soldiers = { - culture = mexican - religion = catholic - size = 250 - } - - farmers = { - culture = mexican - religion = catholic - size = 3750 - } - - clergymen = { - culture = mayan - religion = catholic - size = 75 - } - - artisans = { - culture = mayan - religion = catholic - size = 300 - } - - soldiers = { - culture = mayan - religion = catholic - size = 75 - } - - farmers = { - culture = mayan - religion = catholic - size = 6550 - } + aristocrats = { + culture = mexican + religion = catholic + size = 225 + } + + clergymen = { + culture = mexican + religion = catholic + size = 75 + } + + artisans = { + culture = mexican + religion = catholic + size = 700 + } + + soldiers = { + culture = mexican + religion = catholic + size = 250 + } + + farmers = { + culture = mexican + religion = catholic + size = 3750 + } + + clergymen = { + culture = mayan + religion = catholic + size = 75 + } + + artisans = { + culture = mayan + religion = catholic + size = 300 + } + + soldiers = { + culture = mayan + religion = catholic + size = 75 + } + + farmers = { + culture = mayan + religion = catholic + size = 6550 + } } #Yucatan Region (528500) #Merida (286000/71500 POPS) 2183 = { - aristocrats = { - culture = mexican - religion = catholic - size = 1275 - } - - bureaucrats = { - culture = mexican - religion = catholic - size = 1150 - } - - officers = { - culture = mexican - religion = catholic - size = 200 - } - - clergymen = { - culture = mexican - religion = catholic - size = 225 - } - - artisans = { - culture = mexican - religion = catholic - size = 1650 - } - - soldiers = { - culture = mexican - religion = catholic - size = 1100 - } - - farmers = { - culture = mexican - religion = catholic - size = 19000 - } - - clergymen = { - culture = mayan - religion = catholic - size = 500 - } - - artisans = { - culture = mayan - religion = catholic - size = 2950 - } - - soldiers = { - culture = mayan - religion = catholic - size = 1275 - } - - farmers = { - culture = mayan - religion = catholic - size = 42275 - } + aristocrats = { + culture = mexican + religion = catholic + size = 1275 + } + + bureaucrats = { + culture = mexican + religion = catholic + size = 1150 + } + + officers = { + culture = mexican + religion = catholic + size = 200 + } + + clergymen = { + culture = mexican + religion = catholic + size = 225 + } + + artisans = { + culture = mexican + religion = catholic + size = 1650 + } + + soldiers = { + culture = mexican + religion = catholic + size = 1100 + } + + farmers = { + culture = mexican + religion = catholic + size = 19000 + } + + clergymen = { + culture = mayan + religion = catholic + size = 500 + } + + artisans = { + culture = mayan + religion = catholic + size = 2950 + } + + soldiers = { + culture = mayan + religion = catholic + size = 1275 + } + + farmers = { + culture = mayan + religion = catholic + size = 42275 + } } #Camnpeche (128500/32125 POPS) 2184 = { - aristocrats = { - culture = mexican - religion = catholic - size = 550 - } - - clergymen = { - culture = mexican - religion = catholic - size = 175 - } - - artisans = { - culture = mexican - religion = catholic - size = 1100 - } - - soldiers = { - culture = mexican - religion = catholic - size = 500 - } - - farmers = { - culture = mexican - religion = catholic - size = 6775 - } - - clergymen = { - culture = mayan - religion = catholic - size = 350 - } - - artisans = { - culture = mayan - religion = catholic - size = 1775 - } - - soldiers = { - culture = mayan - religion = catholic - size = 1100 - } - - farmers = { - culture = mayan - religion = catholic - size = 20000 - } + aristocrats = { + culture = mexican + religion = catholic + size = 550 + } + + clergymen = { + culture = mexican + religion = catholic + size = 175 + } + + artisans = { + culture = mexican + religion = catholic + size = 1100 + } + + soldiers = { + culture = mexican + religion = catholic + size = 500 + } + + farmers = { + culture = mexican + religion = catholic + size = 6775 + } + + clergymen = { + culture = mayan + religion = catholic + size = 350 + } + + artisans = { + culture = mayan + religion = catholic + size = 1775 + } + + soldiers = { + culture = mayan + religion = catholic + size = 1100 + } + + farmers = { + culture = mayan + religion = catholic + size = 20000 + } } #Bacalar (114000/28500 POPS) 2185 = { - aristocrats = { - culture = mexican - religion = catholic - size = 475 - } - - clergymen = { - culture = mexican - religion = catholic - size = 200 - } - - artisans = { - culture = mexican - religion = catholic - size = 250 - } - - soldiers = { - culture = mexican - religion = catholic - size = 50 - } - - farmers = { - culture = mexican - religion = catholic - size = 1025 - } - - clergymen = { - culture = mayan - religion = catholic - size = 350 - } - - artisans = { - culture = mayan - religion = catholic - size = 1800 - } - - soldiers = { - culture = mayan - religion = catholic - size = 1225 - } - - farmers = { - culture = mayan - religion = catholic - size = 23125 - } + aristocrats = { + culture = mexican + religion = catholic + size = 475 + } + + clergymen = { + culture = mexican + religion = catholic + size = 200 + } + + artisans = { + culture = mexican + religion = catholic + size = 250 + } + + soldiers = { + culture = mexican + religion = catholic + size = 50 + } + + farmers = { + culture = mexican + religion = catholic + size = 1025 + } + + clergymen = { + culture = mayan + religion = catholic + size = 350 + } + + artisans = { + culture = mayan + religion = catholic + size = 1800 + } + + soldiers = { + culture = mayan + religion = catholic + size = 1225 + } + + farmers = { + culture = mayan + religion = catholic + size = 23125 + } } diff --git a/HPM/history/pops/1861.4.14/Micronesia.txt b/HPM/history/pops/1861.4.14/Micronesia.txt index 12fc801f..d5cab814 100644 --- a/HPM/history/pops/1861.4.14/Micronesia.txt +++ b/HPM/history/pops/1861.4.14/Micronesia.txt @@ -1,315 +1,315 @@ #Western Micronesia (27600) #Guam (6000/1500 POPS) 2517 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 1 - } - - clergymen = { - culture = spanish - religion = catholic - size = 4 - } - - soldiers = { - culture = spanish - religion = catholic - size = 5 - } - - artisans = { - culture = micronesian - religion = animist - size = 75 - } - - soldiers = { - culture = micronesian - religion = animist - size = 15 - } - - farmers = { - culture = micronesian - religion = animist - size = 1490 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 1 + } + + clergymen = { + culture = spanish + religion = catholic + size = 4 + } + + soldiers = { + culture = spanish + religion = catholic + size = 5 + } + + artisans = { + culture = micronesian + religion = animist + size = 75 + } + + soldiers = { + culture = micronesian + religion = animist + size = 15 + } + + farmers = { + culture = micronesian + religion = animist + size = 1490 + } } #Saipan (5600/1400 POPS) 2521 = { - clergymen = { - culture = spanish - religion = catholic - size = 2 - } - - artisans = { - culture = micronesian - religion = animist - size = 70 - } - - soldiers = { - culture = micronesian - religion = animist - size = 3 - } - - farmers = { - culture = micronesian - religion = animist - size = 1325 - } + clergymen = { + culture = spanish + religion = catholic + size = 2 + } + + artisans = { + culture = micronesian + religion = animist + size = 70 + } + + soldiers = { + culture = micronesian + religion = animist + size = 3 + } + + farmers = { + culture = micronesian + religion = animist + size = 1325 + } } #Palau (8000/2000 POPS) 2518 = { - aristocrats = { - culture = micronesian - religion = animist - size = 25 - } - - clergymen = { - culture = micronesian - religion = animist - size = 50 - } - - artisans = { - culture = micronesian - religion = animist - size = 100 - } - - soldiers = { - culture = micronesian - religion = animist - size = 25 - } - - farmers = { - culture = micronesian - religion = animist - size = 1800 - } + aristocrats = { + culture = micronesian + religion = animist + size = 25 + } + + clergymen = { + culture = micronesian + religion = animist + size = 50 + } + + artisans = { + culture = micronesian + religion = animist + size = 100 + } + + soldiers = { + culture = micronesian + religion = animist + size = 25 + } + + farmers = { + culture = micronesian + religion = animist + size = 1800 + } } #Yap (2200/550 POPS) 2519 = { - aristocrats = { - culture = micronesian - religion = animist - size = 5 - } - - clergymen = { - culture = micronesian - religion = animist - size = 10 - } - - artisans = { - culture = micronesian - religion = animist - size = 25 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 485 - } + aristocrats = { + culture = micronesian + religion = animist + size = 5 + } + + clergymen = { + culture = micronesian + religion = animist + size = 10 + } + + artisans = { + culture = micronesian + religion = animist + size = 25 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 485 + } } #Truk (3140/785 POPS) 2579 = { - aristocrats = { - culture = micronesian - religion = animist - size = 15 - } - - clergymen = { - culture = micronesian - religion = animist - size = 20 - } - - artisans = { - culture = micronesian - religion = animist - size = 40 - } - - soldiers = { - culture = micronesian - religion = animist - size = 10 - } - - farmers = { - culture = micronesian - religion = animist - size = 700 - } + aristocrats = { + culture = micronesian + religion = animist + size = 15 + } + + clergymen = { + culture = micronesian + religion = animist + size = 20 + } + + artisans = { + culture = micronesian + religion = animist + size = 40 + } + + soldiers = { + culture = micronesian + religion = animist + size = 10 + } + + farmers = { + culture = micronesian + religion = animist + size = 700 + } } #Ponape (2660/665 POPS) 610 = { - aristocrats = { - culture = micronesian - religion = animist - size = 10 - } - - clergymen = { - culture = micronesian - religion = animist - size = 15 - } - - artisans = { - culture = micronesian - religion = animist - size = 35 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 600 - } + aristocrats = { + culture = micronesian + religion = animist + size = 10 + } + + clergymen = { + culture = micronesian + religion = animist + size = 15 + } + + artisans = { + culture = micronesian + religion = animist + size = 35 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 600 + } } #Northern Micronesia (180) #Bonin (60/15 POPS) 1654 = { - farmers = { - culture = micronesian - religion = animist - size = 15 - } + farmers = { + culture = micronesian + religion = animist + size = 15 + } } #Wake (60/15 POPS) 2524 = { - farmers = { - culture = micronesian - religion = animist - size = 15 - } + farmers = { + culture = micronesian + religion = animist + size = 15 + } } #Marcus (60/15 POPS) 2525 = { - farmers = { - culture = micronesian - religion = animist - size = 15 - } + farmers = { + culture = micronesian + religion = animist + size = 15 + } } #Easterns Micronesia (21000) #Marshall Islands (6000/1500 POPS) 2522 = { - aristocrats = { - culture = micronesian - religion = animist - size = 10 - } - - clergymen = { - culture = micronesian - religion = animist - size = 25 - } - - artisans = { - culture = micronesian - religion = animist - size = 75 - } - - soldiers = { - culture = micronesian - religion = animist - size = 15 - } - - farmers = { - culture = micronesian - religion = animist - size = 1375 - } + aristocrats = { + culture = micronesian + religion = animist + size = 10 + } + + clergymen = { + culture = micronesian + religion = animist + size = 25 + } + + artisans = { + culture = micronesian + religion = animist + size = 75 + } + + soldiers = { + culture = micronesian + religion = animist + size = 15 + } + + farmers = { + culture = micronesian + religion = animist + size = 1375 + } } #Nauru (1000/250 POPS) 2523 = { - aristocrats = { - culture = micronesian - religion = animist - size = 5 - } - - clergymen = { - culture = micronesian - religion = animist - size = 5 - } - - artisans = { - culture = micronesian - religion = animist - size = 10 - } - - soldiers = { - culture = micronesian - religion = animist - size = 5 - } - - farmers = { - culture = micronesian - religion = animist - size = 225 - } + aristocrats = { + culture = micronesian + religion = animist + size = 5 + } + + clergymen = { + culture = micronesian + religion = animist + size = 5 + } + + artisans = { + culture = micronesian + religion = animist + size = 10 + } + + soldiers = { + culture = micronesian + religion = animist + size = 5 + } + + farmers = { + culture = micronesian + religion = animist + size = 225 + } } #Gilbert Islands (14000/3250 POPS) 2527 = { - aristocrats = { - culture = micronesian - religion = animist - size = 50 - } - - clergymen = { - culture = micronesian - religion = animist - size = 75 - } - - artisans = { - culture = micronesian - religion = animist - size = 175 - } - - soldiers = { - culture = micronesian - religion = animist - size = 25 - } - - farmers = { - culture = micronesian - religion = animist - size = 3125 - } + aristocrats = { + culture = micronesian + religion = animist + size = 50 + } + + clergymen = { + culture = micronesian + religion = animist + size = 75 + } + + artisans = { + culture = micronesian + religion = animist + size = 175 + } + + soldiers = { + culture = micronesian + religion = animist + size = 25 + } + + farmers = { + culture = micronesian + religion = animist + size = 3125 + } } diff --git a/HPM/history/pops/1861.4.14/Moldova.txt b/HPM/history/pops/1861.4.14/Moldova.txt index db7b2dc3..80650660 100644 --- a/HPM/history/pops/1861.4.14/Moldova.txt +++ b/HPM/history/pops/1861.4.14/Moldova.txt @@ -2,149 +2,149 @@ #under the rule of Russia in 1836 #Chisinau (332000/83000 POPS) 676 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1442.0 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 231.75 - } - - officers = { - culture = romanian - religion = orthodox - size = 180.25 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 721.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10300.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 772.5 - } - - farmers = { - culture = romanian - religion = orthodox - size = 58452.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1648.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6437.5 - } - - clergymen = { - culture = turkish #gagauz - religion = orthodox - size = 77.25 - } - - artisans = { - culture = turkish - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = turkish - religion = orthodox - size = 51.5 - } - - farmers = { - culture = turkish - religion = orthodox - size = 4763.75 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1442.0 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 231.75 + } + + officers = { + culture = romanian + religion = orthodox + size = 180.25 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 721.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10300.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 772.5 + } + + farmers = { + culture = romanian + religion = orthodox + size = 58452.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1648.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6437.5 + } + + clergymen = { + culture = turkish #gagauz + religion = orthodox + size = 77.25 + } + + artisans = { + culture = turkish + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = turkish + religion = orthodox + size = 51.5 + } + + farmers = { + culture = turkish + religion = orthodox + size = 4763.75 + } } #Balti (320000/80000 POPS) 677 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1339.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 721.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3708.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size = 746.75 - } - - farmers = { - culture = romanian - religion = orthodox - size = 67645.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1854.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7261.5 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1339.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 721.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3708.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size = 746.75 + } + + farmers = { + culture = romanian + religion = orthodox + size = 67645.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1854.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7261.5 + } } diff --git a/HPM/history/pops/1861.4.14/Mongolia.txt b/HPM/history/pops/1861.4.14/Mongolia.txt index 55b97d23..ecfd02ff 100644 --- a/HPM/history/pops/1861.4.14/Mongolia.txt +++ b/HPM/history/pops/1861.4.14/Mongolia.txt @@ -1,393 +1,393 @@ #Outer Mongolia Region (1075000) #Ugra (312000/78000 POPS) 1465 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 1850 - } - - bureaucrats = { - culture = mongol - religion = gelugpa - size = 500 - } - - officers = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 4000 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 7300 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 3000 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 57000 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 150 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 75 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 550 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 225 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 3000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 1850 + } + + bureaucrats = { + culture = mongol + religion = gelugpa + size = 500 + } + + officers = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 4000 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 7300 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 3000 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 57000 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 150 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 75 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 550 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 225 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 3000 + } } #Dalandzadgad (165000/41250 POPS) 1466 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 1050 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 550 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 3000 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 1650 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 35000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 1050 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 550 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 3000 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 1650 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 35000 + } } #Bayan Tumen (137000/34250 POPS) 1467 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 825 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 425 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 2500 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 750 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 27500 - } - - aristocrats = { - culture = yakut - religion = animist - size = 50 - } - - clergymen = { - culture = yakut - religion = animist - size = 50 - } - - artisans = { - culture = yakut - religion = animist - size = 125 - } - - soldiers = { - culture = yakut - religion = animist - size = 25 - } - - farmers = { - culture = yakut - religion = animist - size = 2000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 825 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 425 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 2500 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 750 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 27500 + } + + aristocrats = { + culture = yakut + religion = animist + size = 50 + } + + clergymen = { + culture = yakut + religion = animist + size = 50 + } + + artisans = { + culture = yakut + religion = animist + size = 125 + } + + soldiers = { + culture = yakut + religion = animist + size = 25 + } + + farmers = { + culture = yakut + religion = animist + size = 2000 + } } #Uliastay (109000/27250 POPS) 1468 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 650 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 350 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1750 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 500 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 24000 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 650 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 350 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1750 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 500 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 24000 + } } #Sainshand (55500/13875 POPS) 2207 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 875 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 175 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 12300 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 875 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 175 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 12300 + } } #Khatgal (118000/29500 POPS) 2608 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 750 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 375 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1500 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 375 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 26500 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 750 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 375 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1500 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 375 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 26500 + } } #Bulgan (60000/15000 POPS) 2678 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 400 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 200 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1050 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 225 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 13125 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 400 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 200 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1050 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 225 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 13125 + } } #Khovd (93500/23375 POPS) 2679 = { - aristocrats = { - culture = mongol - religion = gelugpa - size = 350 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 175 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 900 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 150 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 12500 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 200 - } - - clergymen = { - culture = kazak - religion = sunni - size = 100 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 8275 - } + aristocrats = { + culture = mongol + religion = gelugpa + size = 350 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 175 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 900 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 150 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 12500 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 200 + } + + clergymen = { + culture = kazak + religion = sunni + size = 100 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 8275 + } } #Uliatai (25000/6250 POPS) #now Tuva Republic of Russia Tatar = Tuvan 1469 = { - aristocrats = { - culture = tatar - religion = gelugpa - size = 125 - } - - clergymen = { - culture = tatar - religion = gelugpa - size = 75 - } - - artisans = { - culture = tatar - religion = gelugpa - size = 450 - } - - soldiers = { - culture = tatar - religion = gelugpa - size = 100 - } - - farmers = { - culture = tatar - religion = gelugpa - size = 5500 - } -} \ No newline at end of file + aristocrats = { + culture = tatar + religion = gelugpa + size = 125 + } + + clergymen = { + culture = tatar + religion = gelugpa + size = 75 + } + + artisans = { + culture = tatar + religion = gelugpa + size = 450 + } + + soldiers = { + culture = tatar + religion = gelugpa + size = 100 + } + + farmers = { + culture = tatar + religion = gelugpa + size = 5500 + } +} diff --git a/HPM/history/pops/1861.4.14/Montenegro.txt b/HPM/history/pops/1861.4.14/Montenegro.txt index d5b3b734..f32175a1 100644 --- a/HPM/history/pops/1861.4.14/Montenegro.txt +++ b/HPM/history/pops/1861.4.14/Montenegro.txt @@ -2,252 +2,252 @@ #under the rule of Ottoman Empire in 1836 #Ulcinj (36000/9000 POPS) 800 = { - clergymen = { - culture = serb - religion = orthodox - size = 51.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 412.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 7776.5 - } - - clergymen = { - culture = albanian - religion = sunni - size = 25.75 - } - - artisans = { - culture = albanian - religion = sunni - size = 51.5 - } - - soldiers = { - culture = albanian - religion = sunni - size= 103 - - } - - farmers = { - culture = albanian - religion = sunni - size = 849.75 - } + clergymen = { + culture = serb + religion = orthodox + size = 51.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 412.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 7776.5 + } + + clergymen = { + culture = albanian + religion = sunni + size = 25.75 + } + + artisans = { + culture = albanian + religion = sunni + size = 51.5 + } + + soldiers = { + culture = albanian + religion = sunni + size= 103 + + } + + farmers = { + culture = albanian + religion = sunni + size = 849.75 + } } #Niksic (52000/13000 POPS) 2569 = { - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 515.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 11742.0 - } - - aristocrats = { - culture = bosniak - religion = sunni - size = 257.5 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 25.75 - } - - artisans = { - culture = bosniak - religion = sunni - size = 77.25 - } - - soldiers = { - culture = bosniak - religion = sunni - size= 128 - - } - - farmers = { - culture = bosniak - religion = sunni - size = 5999.75 - } + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 515.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 11742.0 + } + + aristocrats = { + culture = bosniak + religion = sunni + size = 257.5 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 25.75 + } + + artisans = { + culture = bosniak + religion = sunni + size = 77.25 + } + + soldiers = { + culture = bosniak + religion = sunni + size= 128 + + } + + farmers = { + culture = bosniak + religion = sunni + size = 5999.75 + } } #under the rule of Montenegro in 1836 #Cetinje (136000/34000 POPS) #revised for 1861 2583 = { - bureaucrats = { - culture = serb - religion = orthodox - size = 135 - } - - officers = { - culture = serb - religion = orthodox - size = 65 - } - - clergymen = { - culture = serb - religion = orthodox - size = 500 - } - - artisans = { - culture = serb - religion = orthodox - size = 1400 - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 1100 - - } - - farmers = { - culture = serb - religion = orthodox - size = 27800 - } + bureaucrats = { + culture = serb + religion = orthodox + size = 135 + } + + officers = { + culture = serb + religion = orthodox + size = 65 + } + + clergymen = { + culture = serb + religion = orthodox + size = 500 + } + + artisans = { + culture = serb + religion = orthodox + size = 1400 + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 1100 + + } + + farmers = { + culture = serb + religion = orthodox + size = 27800 + } } #Kosovo-Sanjak Region (52000) #see Serbia.txt for balance of region #under the rule of Ottoman Empire in 1836 #Pljevlja (52000/13000 POPS) #now part of Montenegro 2577 = { - clergymen = { - culture = serb - religion = orthodox - size = 77.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 257.5 - } - - farmers = { - culture = serb - religion = orthodox - size = 8420.25 - } - - aristocrats = { - culture = bosniak - religion = sunni - size = 257.5 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 51.5 - } - - artisans = { - culture = bosniak - religion = sunni - size = 412.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size= 154 - - } - - farmers = { - culture = bosniak - religion = sunni - size = 3759.5 - } + clergymen = { + culture = serb + religion = orthodox + size = 77.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 257.5 + } + + farmers = { + culture = serb + religion = orthodox + size = 8420.25 + } + + aristocrats = { + culture = bosniak + religion = sunni + size = 257.5 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 51.5 + } + + artisans = { + culture = bosniak + religion = sunni + size = 412.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size= 154 + + } + + farmers = { + culture = bosniak + religion = sunni + size = 3759.5 + } } #Dalmatia Region (64000) #see Croatia.txt for balance of region #under the rule of Austria in 1836 #Kotor (64000/16000 POPS) 2582 = { - clergymen = { - culture = croat - religion = catholic - size = 51.5 - } - - artisans = { - culture = croat - religion = catholic - size = 257.5 - } - - soldiers = { - culture = croat - religion = catholic - size= 51 - - } - - farmers = { - culture = croat - religion = catholic - size = 4789.5 - } - - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 566.5 - } - - soldiers = { - culture = serb - religion = orthodox - size= 128 - - } - - farmers = { - culture = serb - religion = orthodox - size = 10531.75 - } + clergymen = { + culture = croat + religion = catholic + size = 51.5 + } + + artisans = { + culture = croat + religion = catholic + size = 257.5 + } + + soldiers = { + culture = croat + religion = catholic + size= 51 + + } + + farmers = { + culture = croat + religion = catholic + size = 4789.5 + } + + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 566.5 + } + + soldiers = { + culture = serb + religion = orthodox + size= 128 + + } + + farmers = { + culture = serb + religion = orthodox + size = 10531.75 + } } diff --git a/HPM/history/pops/1861.4.14/Morocco.txt b/HPM/history/pops/1861.4.14/Morocco.txt index 7a08e5b8..cdde5052 100644 --- a/HPM/history/pops/1861.4.14/Morocco.txt +++ b/HPM/history/pops/1861.4.14/Morocco.txt @@ -2,1503 +2,1503 @@ #under the rule of Morocco in 1836 #Fez (184000/46000 POPS) 1680 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 540.75 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - officers = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 7210.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 160 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 29182.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 128.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 77 - - } - - farmers = { - culture = berber - religion = sunni - size = 5150.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1261.75 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 540.75 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + officers = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 7210.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 160 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 29182.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 128.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 77 + + } + + farmers = { + culture = berber + religion = sunni + size = 5150.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1261.75 + } } #Wazzan (168000/42000 POPS) 1681 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 540.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1493.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 2030 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 33736.75 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 257.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 51 - - } - - farmers = { - culture = berber - religion = sunni - size = 4738.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 540.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1493.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 2030 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 33736.75 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 257.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 51 + + } + + farmers = { + culture = berber + religion = sunni + size = 4738.0 + } } #Meknes (76000/19000 POPS) 1682 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 231.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2369.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1530 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 13250.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 206.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 1751.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 231.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2369.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1530 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 13250.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 206.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 1751.0 + } } #Taza (80000/20000 POPS) 1683 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 180.25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 566.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 12340.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 77.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 309.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 51 - - } - - farmers = { - culture = berber - religion = sunni - size = 5690.75 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 180.25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 566.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 12340.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 77.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 309.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 51 + + } + + farmers = { + culture = berber + religion = sunni + size = 5690.75 + } } #Wujda (28000/7000 POPS) 1684 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 25 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 1854.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 206.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 4789.5 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 25 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 1854.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 206.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 4789.5 + } } #Rabat (112000/28000 POPS) 1685 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 334.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2214.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1530 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 22366.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 231.75 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 1751.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 125 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 334.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2214.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1530 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 22366.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 231.75 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 1751.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 125 + } } #Safi (76000/19000 POPS) 2563 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 669.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 15224.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 231.75 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 1751.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 669.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 15224.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 231.75 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 1751.0 + } } #Rif Region (272000) #under the rule of Morocco in 1836 #Tangier (92000/23000 POPS) 1686 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 360.5 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - officers = { - culture = maghrebi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 978.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1330 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 16566.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 77.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 206.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 51 - - } - - farmers = { - culture = berber - religion = sunni - size = 3682.25 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 360.5 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + officers = { + culture = maghrebi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 978.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1330 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 16566.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 77.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 206.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 51 + + } + + farmers = { + culture = berber + religion = sunni + size = 3682.25 + } } #Tetouan (68000/17000 POPS) 1687 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 566.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10357.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 154.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 412.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 77 - - } - - farmers = { - culture = berber - religion = sunni - size = 7519.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 566.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10357.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 154.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 412.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 77 + + } + + farmers = { + culture = berber + religion = sunni + size = 7519.0 + } } #Ajdir (112000/28000 POPS) 1688 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 901.25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 463.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 19086.75 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 309.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 77 - - } - - farmers = { - culture = berber - religion = sunni - size = 5665.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 901.25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 463.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 19086.75 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 309.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 77 + + } + + farmers = { + culture = berber + religion = sunni + size = 5665.0 + } } #Ceuta & Melilla (12000) #Ruled by Spain in 1836 #Melilla (12000/3000 POPS, inc Ceuta) 1689 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = spanish - religion = catholic - size = 36.050000000000004 - } - - soldiers = { - culture = spanish - religion = catholic - size= 206 - - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 154 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 824.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 128 - - } - - farmers = { - culture = berber - religion = sunni - size = 309.0 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = spanish + religion = catholic + size = 36.050000000000004 + } + + soldiers = { + culture = spanish + religion = catholic + size= 206 + + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 154 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 824.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 128 + + } + + farmers = { + culture = berber + religion = sunni + size = 309.0 + } } #Sus-Al Draa Region (436000) #under the rule of Morocco in 1836 #Marrakesh (204000/51000 POPS) 1690 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 643.75 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 77.25 - } - - officers = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 334.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1673.75 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 3000 - - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 27412.5 - } - - aristocrats = { - culture = berber - religion = sunni - size = 360.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 180.25 - } - - artisans = { - culture = berber - religion = sunni - size = 927.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 180 - - } - - farmers = { - culture = berber - religion = sunni - size = 16892.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 643.75 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 77.25 + } + + officers = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 334.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1673.75 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 3000 + + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 27412.5 + } + + aristocrats = { + culture = berber + religion = sunni + size = 360.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 180.25 + } + + artisans = { + culture = berber + religion = sunni + size = 927.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 180 + + } + + farmers = { + culture = berber + religion = sunni + size = 16892.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } } #Casablanca (60000/15000 POPS) 1691 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 231.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 669.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1130 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 11101.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25.75 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 103.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 1854.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 123.60000000000001 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 231.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 669.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1130 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 11101.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25.75 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 103.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 1854.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 123.60000000000001 + } } #Huribka (36000/9000 POPS) 1692 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 77.25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 154.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 25 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 2781.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 309.0 - } - - soldiers = { - culture = berber - religion = sunni - size= 77 - - } - - farmers = { - culture = berber - religion = sunni - size = 5665.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 77.25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 154.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 25 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 2781.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 309.0 + } + + soldiers = { + culture = berber + religion = sunni + size= 77 + + } + + farmers = { + culture = berber + religion = sunni + size = 5665.0 + } } #Sawira (36000/9000 POPS) 1693 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 309.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 77 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 5639.25 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 154.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 2781.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 309.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 77 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 5639.25 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 154.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 2781.0 + } } #Agadir (60000/15000 POPS) 1694 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 231.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 128.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 618.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 1230 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 10203.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 51.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 77.25 - } - - artisans = { - culture = berber - religion = sunni - size = 154.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 25 - - } - - farmers = { - culture = berber - religion = sunni - size = 2781.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 231.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 128.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 618.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 1230 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 10203.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 51.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 77.25 + } + + artisans = { + culture = berber + religion = sunni + size = 154.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 25 + + } + + farmers = { + culture = berber + religion = sunni + size = 2781.0 + } } #Sidi Ifni (4000/1000 POPS) 1695 = { - aristocrats = { - culture = berber - religion = sunni - size = 10.3 - } - - clergymen = { - culture = berber - religion = sunni - size = 25.75 - } - - artisans = { - culture = berber - religion = sunni - size = 51.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 15 - - } - - farmers = { - culture = berber - religion = sunni - size = 927.0 - } + aristocrats = { + culture = berber + religion = sunni + size = 10.3 + } + + clergymen = { + culture = berber + religion = sunni + size = 25.75 + } + + artisans = { + culture = berber + religion = sunni + size = 51.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 15 + + } + + farmers = { + culture = berber + religion = sunni + size = 927.0 + } } #Tarfaya (36000/9000 POPS) 1696 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 154.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 77 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 2729.5 - } - - aristocrats = { - culture = maghrebi - religion = sunni - size = 15.450000000000001 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 25 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 927.0 - } - - aristocrats = { - culture = berber - religion = sunni - size = 77.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 51.5 - } - - artisans = { - culture = berber - religion = sunni - size = 257.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 51 - - } - - farmers = { - culture = berber - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 154.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 77 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 2729.5 + } + + aristocrats = { + culture = maghrebi + religion = sunni + size = 15.450000000000001 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 25 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 927.0 + } + + aristocrats = { + culture = berber + religion = sunni + size = 77.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 51.5 + } + + artisans = { + culture = berber + religion = sunni + size = 257.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 51 + + } + + farmers = { + culture = berber + religion = sunni + size = 4712.25 + } } #Tafilalet Region (160000) #under the rule of Morocco in 1836 #Figuig (40000/10000 POPS) 1697 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 15.450000000000001 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - officers = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 25.75 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 15 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 870.35 - } - - aristocrats = { - culture = berber - religion = sunni - size = 154.5 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 463.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 103 - - } - - farmers = { - culture = berber - religion = sunni - size = 8446.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 15.450000000000001 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + officers = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 25.75 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 15 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 870.35 + } + + aristocrats = { + culture = berber + religion = sunni + size = 154.5 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 463.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 103 + + } + + farmers = { + culture = berber + religion = sunni + size = 8446.0 + } } #Rashidia (44000/11000 POPS) 1698 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 77.25 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 25 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 1364.75 - } - - aristocrats = { - culture = berber - religion = sunni - size = 180.25 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 489.25 - } - - soldiers = { - culture = berber - religion = sunni - size= 103 - - } - - farmers = { - culture = berber - religion = sunni - size = 8909.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 77.25 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 25 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 1364.75 + } + + aristocrats = { + culture = berber + religion = sunni + size = 180.25 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 489.25 + } + + soldiers = { + culture = berber + religion = sunni + size= 103 + + } + + farmers = { + culture = berber + religion = sunni + size = 8909.5 + } } #Warzazat (76000/19000 POPS) 1699 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 51.5 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 257.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size= 77 - - } - - farmers = { - culture = maghrebi - religion = sunni - size = 5175.75 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 77.25 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 25 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 1364.75 - } - - aristocrats = { - culture = berber - religion = sunni - size = 206.0 - } - - clergymen = { - culture = berber - religion = sunni - size = 103.0 - } - - artisans = { - culture = berber - religion = sunni - size = 566.5 - } - - soldiers = { - culture = berber - religion = sunni - size= 1128 - - } - - farmers = { - culture = berber - religion = sunni - size = 10355.75 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 51.5 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 257.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size= 77 + + } + + farmers = { + culture = maghrebi + religion = sunni + size = 5175.75 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 77.25 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 25 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 1364.75 + } + + aristocrats = { + culture = berber + religion = sunni + size = 206.0 + } + + clergymen = { + culture = berber + religion = sunni + size = 103.0 + } + + artisans = { + culture = berber + religion = sunni + size = 566.5 + } + + soldiers = { + culture = berber + religion = sunni + size= 1128 + + } + + farmers = { + culture = berber + religion = sunni + size = 10355.75 + } } diff --git a/HPM/history/pops/1861.4.14/Mozambique.txt b/HPM/history/pops/1861.4.14/Mozambique.txt index 9dbc89bd..417d7ae9 100644 --- a/HPM/history/pops/1861.4.14/Mozambique.txt +++ b/HPM/history/pops/1861.4.14/Mozambique.txt @@ -2,1328 +2,1328 @@ #uncolonized in 1836 #Maputo (244000/61000) 2049 = { - aristocrats = { - culture = nguni - religion = animist - size = 400 - } - - clergymen = { - culture = nguni - religion = animist - size = 350 - } - - artisans = { - culture = nguni - religion = animist - size = 1600 - } - - soldiers = { - culture = nguni - religion = animist - size = 400 - } - - farmers = { - culture = nguni - religion = animist - size = 28250 - } - - slaves = { - culture = nguni - religion = animist - size = 5000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 250 - } - - clergymen = { - culture = tonga - religion = animist - size = 225 - } - - artisans = { - culture = tonga - religion = animist - size = 1750 - } - - soldiers = { - culture = tonga - religion = animist - size = 250 - } - - farmers = { - culture = tonga - religion = animist - size = 9525 - } - - slaves = { - culture = tonga - religion = animist - size = 13000 - } + aristocrats = { + culture = nguni + religion = animist + size = 400 + } + + clergymen = { + culture = nguni + religion = animist + size = 350 + } + + artisans = { + culture = nguni + religion = animist + size = 1600 + } + + soldiers = { + culture = nguni + religion = animist + size = 400 + } + + farmers = { + culture = nguni + religion = animist + size = 28250 + } + + slaves = { + culture = nguni + religion = animist + size = 5000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 250 + } + + clergymen = { + culture = tonga + religion = animist + size = 225 + } + + artisans = { + culture = tonga + religion = animist + size = 1750 + } + + soldiers = { + culture = tonga + religion = animist + size = 250 + } + + farmers = { + culture = tonga + religion = animist + size = 9525 + } + + slaves = { + culture = tonga + religion = animist + size = 13000 + } } #Chaimate (280000/70000 POPS) 2050 = { - aristocrats = { - culture = nguni - religion = animist - size = 400 - } - - clergymen = { - culture = nguni - religion = animist - size = 350 - } - - artisans = { - culture = nguni - religion = animist - size = 1600 - } - - soldiers = { - culture = nguni - religion = animist - size = 400 - } - - farmers = { - culture = nguni - religion = animist - size = 23250 - } - - slaves = { - culture = nguni - religion = animist - size = 5000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 300 - } - - clergymen = { - culture = tonga - religion = animist - size = 375 - } - - artisans = { - culture = tonga - religion = animist - size = 1850 - } - - soldiers = { - culture = tonga - religion = animist - size = 400 - } - - farmers = { - culture = tonga - religion = animist - size = 19075 - } - - slaves = { - culture = tonga - religion = animist - size = 16000 - } + aristocrats = { + culture = nguni + religion = animist + size = 400 + } + + clergymen = { + culture = nguni + religion = animist + size = 350 + } + + artisans = { + culture = nguni + religion = animist + size = 1600 + } + + soldiers = { + culture = nguni + religion = animist + size = 400 + } + + farmers = { + culture = nguni + religion = animist + size = 23250 + } + + slaves = { + culture = nguni + religion = animist + size = 5000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 300 + } + + clergymen = { + culture = tonga + religion = animist + size = 375 + } + + artisans = { + culture = tonga + religion = animist + size = 1850 + } + + soldiers = { + culture = tonga + religion = animist + size = 400 + } + + farmers = { + culture = tonga + religion = animist + size = 19075 + } + + slaves = { + culture = tonga + religion = animist + size = 16000 + } } #Inhambane (176000/44000 POPS) 2051 = { - aristocrats = { - culture = nguni - religion = animist - size = 150 - } - - clergymen = { - culture = nguni - religion = animist - size = 125 - } - - artisans = { - culture = nguni - religion = animist - size = 600 - } - - soldiers = { - culture = nguni - religion = animist - size = 150 - } - - farmers = { - culture = nguni - religion = animist - size = 8975 - } - - slaves = { - culture = nguni - religion = animist - size = 2000 - } - - aristocrats = { - culture = tonga - religion = animist - size = 300 - } - - clergymen = { - culture = tonga - religion = animist - size = 300 - } - - artisans = { - culture = tonga - religion = animist - size = 1400 - } - - soldiers = { - culture = tonga - religion = animist - size = 400 - } - - farmers = { - culture = tonga - religion = animist - size = 18600 - } - - slaves = { - culture = tonga - religion = animist - size = 10000 - } + aristocrats = { + culture = nguni + religion = animist + size = 150 + } + + clergymen = { + culture = nguni + religion = animist + size = 125 + } + + artisans = { + culture = nguni + religion = animist + size = 600 + } + + soldiers = { + culture = nguni + religion = animist + size = 150 + } + + farmers = { + culture = nguni + religion = animist + size = 8975 + } + + slaves = { + culture = nguni + religion = animist + size = 2000 + } + + aristocrats = { + culture = tonga + religion = animist + size = 300 + } + + clergymen = { + culture = tonga + religion = animist + size = 300 + } + + artisans = { + culture = tonga + religion = animist + size = 1400 + } + + soldiers = { + culture = tonga + religion = animist + size = 400 + } + + farmers = { + culture = tonga + religion = animist + size = 18600 + } + + slaves = { + culture = tonga + religion = animist + size = 10000 + } } #Massekisse (172000/43000 POPS) 2052 = { - aristocrats = { - culture = nguni - religion = animist - size = 50 - } - - clergymen = { - culture = nguni - religion = animist - size = 500 - } - - artisans = { - culture = nguni - religion = animist - size = 200 - } - - soldiers = { - culture = nguni - religion = animist - size = 50 - } - - farmers = { - culture = nguni - religion = animist - size = 3650 - } - - aristocrats = { - culture = shona - religion = animist - size = 350 - } - - clergymen = { - culture = shona - religion = animist - size = 375 - } - - artisans = { - culture = shona - religion = animist - size = 1800 - } - - soldiers = { - culture = shona - religion = animist - size = 400 - } - - farmers = { - culture = shona - religion = animist - size = 39375 - } - - slaves = { - culture = shona - religion = animist - size = 22700 - } + aristocrats = { + culture = nguni + religion = animist + size = 50 + } + + clergymen = { + culture = nguni + religion = animist + size = 500 + } + + artisans = { + culture = nguni + religion = animist + size = 200 + } + + soldiers = { + culture = nguni + religion = animist + size = 50 + } + + farmers = { + culture = nguni + religion = animist + size = 3650 + } + + aristocrats = { + culture = shona + religion = animist + size = 350 + } + + clergymen = { + culture = shona + religion = animist + size = 375 + } + + artisans = { + culture = shona + religion = animist + size = 1800 + } + + soldiers = { + culture = shona + religion = animist + size = 400 + } + + farmers = { + culture = shona + religion = animist + size = 39375 + } + + slaves = { + culture = shona + religion = animist + size = 22700 + } } #Zambezia Region (912000) #Ruled (loosely) by Portugal in 1836) #Sena (176000/43000 POPS) 2053 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 100 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 150 - } - - farmers = { - culture = portuguese - religion = catholic - size = 1000 - } - - aristocrats = { - culture = shona - religion = animist - size = 150 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 700 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 5850 - } - - slaves = { - culture = shona - religion = animist - size = 8000 - } - - aristocrats = { - culture = sena - religion = animist - size = 250 - } - - clergymen = { - culture = sena - religion = animist - size = 200 - } - - artisans = { - culture = sena - religion = animist - size = 1100 - } - - soldiers = { - culture = sena - religion = animist - size = 250 - } - - farmers = { - culture = sena - religion = animist - size = 16700 - } - - slaves = { - culture = sena - religion = animist - size = 3500 - } - - clergymen = { - culture = swahili - religion = sunni - size = 25 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 100 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 150 + } + + farmers = { + culture = portuguese + religion = catholic + size = 1000 + } + + aristocrats = { + culture = shona + religion = animist + size = 150 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 700 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 5850 + } + + slaves = { + culture = shona + religion = animist + size = 8000 + } + + aristocrats = { + culture = sena + religion = animist + size = 250 + } + + clergymen = { + culture = sena + religion = animist + size = 200 + } + + artisans = { + culture = sena + religion = animist + size = 1100 + } + + soldiers = { + culture = sena + religion = animist + size = 250 + } + + farmers = { + culture = sena + religion = animist + size = 16700 + } + + slaves = { + culture = sena + religion = animist + size = 3500 + } + + clergymen = { + culture = swahili + religion = sunni + size = 25 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } } #Quelimane (84000/21000 POPS) 2059 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 125 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 100 - } - - farmers = { - culture = portuguese - religion = catholic - size = 200 - } - - aristocrats = { - culture = sena - religion = animist - size = 150 - } - - clergymen = { - culture = sena - religion = animist - size = 125 - } - - artisans = { - culture = sena - religion = animist - size = 650 - } - - soldiers = { - culture = sena - religion = animist - size = 150 - } - - farmers = { - culture = sena - religion = animist - size = 9925 - } - - slaves = { - culture = sena - religion = animist - size = 2000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 100 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 350 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 1425 - } - - slaves = { - culture = nyasa - religion = animist - size = 5000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 125 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 100 + } + + farmers = { + culture = portuguese + religion = catholic + size = 200 + } + + aristocrats = { + culture = sena + religion = animist + size = 150 + } + + clergymen = { + culture = sena + religion = animist + size = 125 + } + + artisans = { + culture = sena + religion = animist + size = 650 + } + + soldiers = { + culture = sena + religion = animist + size = 150 + } + + farmers = { + culture = sena + religion = animist + size = 9925 + } + + slaves = { + culture = sena + religion = animist + size = 2000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 100 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 350 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 1425 + } + + slaves = { + culture = nyasa + religion = animist + size = 5000 + } } #Uncolonized in 1836 #Tete (104000/26000 POPS) 2054 = { - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 125 - } - - artisans = { - culture = shona - religion = animist - size = 500 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 7125 - } - - slaves = { - culture = shona - religion = animist - size = 3000 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 400 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 4850 - } - - slaves = { - culture = nyasa - religion = animist - size = 2500 - } - - aristocrats = { - culture = sena - religion = animist - size = 100 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 350 - } - - soldiers = { - culture = sena - religion = animist - size = 100 - } - - farmers = { - culture = sena - religion = animist - size = 6425 - } + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 125 + } + + artisans = { + culture = shona + religion = animist + size = 500 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 7125 + } + + slaves = { + culture = shona + religion = animist + size = 3000 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 400 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 4850 + } + + slaves = { + culture = nyasa + religion = animist + size = 2500 + } + + aristocrats = { + culture = sena + religion = animist + size = 100 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 350 + } + + soldiers = { + culture = sena + religion = animist + size = 100 + } + + farmers = { + culture = sena + religion = animist + size = 6425 + } } #Songo (164000/41000 POPS) 2055 = { - aristocrats = { - culture = shona - religion = animist - size = 450 - } - - clergymen = { - culture = shona - religion = animist - size = 400 - } - - artisans = { - culture = shona - religion = animist - size = 2000 - } - - soldiers = { - culture = shona - religion = animist - size = 450 - } - - farmers = { - culture = shona - religion = animist - size = 27700 - } - - slaves = { - culture = shona - religion = animist - size = 10000 - } + aristocrats = { + culture = shona + religion = animist + size = 450 + } + + clergymen = { + culture = shona + religion = animist + size = 400 + } + + artisans = { + culture = shona + religion = animist + size = 2000 + } + + soldiers = { + culture = shona + religion = animist + size = 450 + } + + farmers = { + culture = shona + religion = animist + size = 27700 + } + + slaves = { + culture = shona + religion = animist + size = 10000 + } } #Zombo (104000/26000 POPS) 2056 = { - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 500 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 7100 - } - - slaves = { - culture = nyasa - religion = animist - size = 2100 - } - - aristocrats = { - culture = shona - religion = animist - size = 150 - } - - clergymen = { - culture = shona - religion = animist - size = 125 - } - - artisans = { - culture = shona - religion = animist - size = 650 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 8925 - } - - slaves = { - culture = shona - religion = animist - size = 13000 - } - - aristocrats = { - culture = sena - religion = animist - size = 30 - } - - clergymen = { - culture = sena - religion = animist - size = 60 - } - - artisans = { - culture = sena - religion = animist - size = 150 - } - - soldiers = { - culture = sena - religion = animist - size = 50 - } - - farmers = { - culture = sena - religion = animist - size = 2710 - } + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 500 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 7100 + } + + slaves = { + culture = nyasa + religion = animist + size = 2100 + } + + aristocrats = { + culture = shona + religion = animist + size = 150 + } + + clergymen = { + culture = shona + religion = animist + size = 125 + } + + artisans = { + culture = shona + religion = animist + size = 650 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 8925 + } + + slaves = { + culture = shona + religion = animist + size = 13000 + } + + aristocrats = { + culture = sena + religion = animist + size = 30 + } + + clergymen = { + culture = sena + religion = animist + size = 60 + } + + artisans = { + culture = sena + religion = animist + size = 150 + } + + soldiers = { + culture = sena + religion = animist + size = 50 + } + + farmers = { + culture = sena + religion = animist + size = 2710 + } } #Sofala (144000/36000 POPS) 2057 = { - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 100 - } - - artisans = { - culture = shona - religion = animist - size = 400 - } - - soldiers = { - culture = shona - religion = animist - size = 100 - } - - farmers = { - culture = shona - religion = animist - size = 5800 - } - - slaves = { - culture = shona - religion = animist - size = 2500 - } - - aristocrats = { - culture = sena - religion = animist - size = 125 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 525 - } - - soldiers = { - culture = sena - religion = animist - size = 150 - } - - farmers = { - culture = sena - religion = animist - size = 10100 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 150 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 700 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 150 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 7850 - } - - slaves = { - culture = southern_bantu - religion = animist - size = 6000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 25 - } - - artisans = { - culture = swahili - religion = sunni - size = 975 - } + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 100 + } + + artisans = { + culture = shona + religion = animist + size = 400 + } + + soldiers = { + culture = shona + religion = animist + size = 100 + } + + farmers = { + culture = shona + religion = animist + size = 5800 + } + + slaves = { + culture = shona + religion = animist + size = 2500 + } + + aristocrats = { + culture = sena + religion = animist + size = 125 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 525 + } + + soldiers = { + culture = sena + religion = animist + size = 150 + } + + farmers = { + culture = sena + religion = animist + size = 10100 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 150 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 700 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 150 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 7850 + } + + slaves = { + culture = southern_bantu + religion = animist + size = 6000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 25 + } + + artisans = { + culture = swahili + religion = sunni + size = 975 + } } #Mossurize (136000/34000 POPS) 2058 = { - aristocrats = { - culture = shona - religion = animist - size = 350 - } - - clergymen = { - culture = shona - religion = animist - size = 375 - } - - artisans = { - culture = shona - religion = animist - size = 1750 - } - - soldiers = { - culture = shona - religion = animist - size = 350 - } - - farmers = { - culture = shona - religion = animist - size = 21275 - } - - slaves = { - culture = shona - religion = animist - size = 10000 - } + aristocrats = { + culture = shona + religion = animist + size = 350 + } + + clergymen = { + culture = shona + religion = animist + size = 375 + } + + artisans = { + culture = shona + religion = animist + size = 1750 + } + + soldiers = { + culture = shona + religion = animist + size = 350 + } + + farmers = { + culture = shona + religion = animist + size = 21275 + } + + slaves = { + culture = shona + religion = animist + size = 10000 + } } #Mocambique Region (964000) #Ruled by Portugal 1836 #Mocambique (88000/22000 POPS) 2060 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 275 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 50 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 25 - } - - artisans = { - culture = portuguese - religion = catholic - size = 600 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 50 - } - - aristocrats = { - culture = makua - religion = animist - size = 200 - } - - clergymen = { - culture = makua - religion = animist - size = 200 - } - - artisans = { - culture = makua - religion = animist - size = 1050 - } - - soldiers = { - culture = makua - religion = animist - size = 250 - } - - farmers = { - culture = makua - religion = animist - size = 13300 - } - - slaves = { - culture = makua - religion = animist - size = 6000 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 275 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 50 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 25 + } + + artisans = { + culture = portuguese + religion = catholic + size = 600 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 50 + } + + aristocrats = { + culture = makua + religion = animist + size = 200 + } + + clergymen = { + culture = makua + religion = animist + size = 200 + } + + artisans = { + culture = makua + religion = animist + size = 1050 + } + + soldiers = { + culture = makua + religion = animist + size = 250 + } + + farmers = { + culture = makua + religion = animist + size = 13300 + } + + slaves = { + culture = makua + religion = animist + size = 6000 + } } #uncolonized in 1836 #Angoche (128000/32000 POPS) 2061 = { - aristocrats = { - culture = makua - religion = animist - size = 100 - } - - clergymen = { - culture = makua - religion = animist - size = 100 - } - - artisans = { - culture = makua - religion = animist - size = 700 - } - - soldiers = { - culture = makua - religion = animist - size = 200 - } - - farmers = { - culture = makua - religion = animist - size = 4900 - } - - slaves = { - culture = makua - religion = animist - size = 9000 - } - - aristocrats = { - culture = makua - religion = sunni - size = 150 - } - - clergymen = { - culture = makua - religion = sunni - size = 150 - } - - artisans = { - culture = makua - religion = sunni - size = 750 - } - - soldiers = { - culture = makua - religion = sunni - size = 200 - } - - farmers = { - culture = makua - religion = sunni - size = 12750 - } - - clergymen = { - culture = swahili - religion = sunni - size = 75 - } - - artisans = { - culture = swahili - religion = sunni - size = 2925 - } + aristocrats = { + culture = makua + religion = animist + size = 100 + } + + clergymen = { + culture = makua + religion = animist + size = 100 + } + + artisans = { + culture = makua + religion = animist + size = 700 + } + + soldiers = { + culture = makua + religion = animist + size = 200 + } + + farmers = { + culture = makua + religion = animist + size = 4900 + } + + slaves = { + culture = makua + religion = animist + size = 9000 + } + + aristocrats = { + culture = makua + religion = sunni + size = 150 + } + + clergymen = { + culture = makua + religion = sunni + size = 150 + } + + artisans = { + culture = makua + religion = sunni + size = 750 + } + + soldiers = { + culture = makua + religion = sunni + size = 200 + } + + farmers = { + culture = makua + religion = sunni + size = 12750 + } + + clergymen = { + culture = swahili + religion = sunni + size = 75 + } + + artisans = { + culture = swahili + religion = sunni + size = 2925 + } } #Ibo (208000/52000 POPS) 2063 = { - aristocrats = { - culture = makua - religion = animist - size = 500 - } - - clergymen = { - culture = makua - religion = animist - size = 500 - } - - artisans = { - culture = makua - religion = animist - size = 2500 - } - - soldiers = { - culture = makua - religion = animist - size = 500 - } - - farmers = { - culture = makua - religion = animist - size = 36000 - } - - slaves = { - culture = makua - religion = animist - size = 10000 - } - - clergymen = { - culture = swahili - religion = sunni - size = 50 - } - - artisans = { - culture = swahili - religion = sunni - size = 1950 - } + aristocrats = { + culture = makua + religion = animist + size = 500 + } + + clergymen = { + culture = makua + religion = animist + size = 500 + } + + artisans = { + culture = makua + religion = animist + size = 2500 + } + + soldiers = { + culture = makua + religion = animist + size = 500 + } + + farmers = { + culture = makua + religion = animist + size = 36000 + } + + slaves = { + culture = makua + religion = animist + size = 10000 + } + + clergymen = { + culture = swahili + religion = sunni + size = 50 + } + + artisans = { + culture = swahili + religion = sunni + size = 1950 + } } #Nampula (208000/52000 POPS) 2064 = { - aristocrats = { - culture = yao - religion = sunni - size = 250 - } - - clergymen = { - culture = yao - religion = sunni - size = 250 - } - - artisans = { - culture = yao - religion = sunni - size = 1250 - } - - soldiers = { - culture = yao - religion = sunni - size = 300 - } - - farmers = { - culture = yao - religion = sunni - size = 21950 - } - - slaves = { - culture = yao - religion = animist - size = 1100 - } - - aristocrats = { - culture = makua - religion = animist - size = 200 - } - - clergymen = { - culture = makua - religion = animist - size = 200 - } - - artisans = { - culture = makua - religion = animist - size = 900 - } - - soldiers = { - culture = makua - religion = animist - size = 200 - } - - farmers = { - culture = makua - religion = animist - size = 10500 - } - - slaves = { - culture = makua - religion = animist - size = 7000 - } - - slaves = { - culture = yao - religion = animist - size = 8000 - } + aristocrats = { + culture = yao + religion = sunni + size = 250 + } + + clergymen = { + culture = yao + religion = sunni + size = 250 + } + + artisans = { + culture = yao + religion = sunni + size = 1250 + } + + soldiers = { + culture = yao + religion = sunni + size = 300 + } + + farmers = { + culture = yao + religion = sunni + size = 21950 + } + + slaves = { + culture = yao + religion = animist + size = 1100 + } + + aristocrats = { + culture = makua + religion = animist + size = 200 + } + + clergymen = { + culture = makua + religion = animist + size = 200 + } + + artisans = { + culture = makua + religion = animist + size = 900 + } + + soldiers = { + culture = makua + religion = animist + size = 200 + } + + farmers = { + culture = makua + religion = animist + size = 10500 + } + + slaves = { + culture = makua + religion = animist + size = 7000 + } + + slaves = { + culture = yao + religion = animist + size = 8000 + } } #Milange (108000/27000 POPS) 2065 = { - aristocrats = { - culture = sena - religion = animist - size = 250 - } - - clergymen = { - culture = sena - religion = animist - size = 250 - } - - artisans = { - culture = sena - religion = animist - size = 1250 - } - - soldiers = { - culture = sena - religion = animist - size = 300 - } - - farmers = { - culture = sena - religion = animist - size = 18450 - } - - slaves = { - culture = sena - religion = animist - size = 3500 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 100 - } - - clergymen = { - culture = nyasa - religion = animist - size = 100 - } - - artisans = { - culture = nyasa - religion = animist - size = 150 - } - - soldiers = { - culture = nyasa - religion = animist - size = 100 - } - - farmers = { - culture = nyasa - religion = animist - size = 750 - } - - slaves = { - culture = nyasa - religion = animist - size = 2000 - } + aristocrats = { + culture = sena + religion = animist + size = 250 + } + + clergymen = { + culture = sena + religion = animist + size = 250 + } + + artisans = { + culture = sena + religion = animist + size = 1250 + } + + soldiers = { + culture = sena + religion = animist + size = 300 + } + + farmers = { + culture = sena + religion = animist + size = 18450 + } + + slaves = { + culture = sena + religion = animist + size = 3500 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 100 + } + + clergymen = { + culture = nyasa + religion = animist + size = 100 + } + + artisans = { + culture = nyasa + religion = animist + size = 150 + } + + soldiers = { + culture = nyasa + religion = animist + size = 100 + } + + farmers = { + culture = nyasa + religion = animist + size = 750 + } + + slaves = { + culture = nyasa + religion = animist + size = 2000 + } } #Mataka (224000/56000 POPS) 2581 = { - aristocrats = { - culture = yao - religion = sunni - size = 450 - } - - clergymen = { - culture = yao - religion = sunni - size = 400 - } - - artisans = { - culture = yao - religion = sunni - size = 2100 - } - - soldiers = { - culture = yao - religion = sunni - size = 450 - } - - farmers = { - culture = yao - religion = sunni - size = 35600 - } - - slaves = { - culture = yao - religion = animist - size = 2000 - } - - slaves = { - culture = yao - religion = animist - size = 15000 - } + aristocrats = { + culture = yao + religion = sunni + size = 450 + } + + clergymen = { + culture = yao + religion = sunni + size = 400 + } + + artisans = { + culture = yao + religion = sunni + size = 2100 + } + + soldiers = { + culture = yao + religion = sunni + size = 450 + } + + farmers = { + culture = yao + religion = sunni + size = 35600 + } + + slaves = { + culture = yao + religion = animist + size = 2000 + } + + slaves = { + culture = yao + religion = animist + size = 15000 + } } diff --git a/HPM/history/pops/1861.4.14/Namibia.txt b/HPM/history/pops/1861.4.14/Namibia.txt index 68716d7e..f044467f 100644 --- a/HPM/history/pops/1861.4.14/Namibia.txt +++ b/HPM/history/pops/1861.4.14/Namibia.txt @@ -1,481 +1,481 @@ -#Damaraland Region (192000) +#Damaraland Region (192000) #uncolonized in 1836/dominated by the Herero in 1836 #Windhoek (72000/18000 POPS) 2078 = { - aristocrats = { - culture = herero - religion = animist - size = 100 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 300 - } - - soldiers = { - culture = herero - religion = animist - size = 75 - } - - farmers = { - culture = herero - religion = animist - size = 5175 - } - - farmers = { - culture = herero - religion = protestant - size = 300 - } - - aristocrats = { - culture = khoisan - religion = animist - size = 225 - } - - clergymen = { - culture = khoisan - religion = animist - size = 125 - } - - artisans = { - culture = khoisan - religion = animist - size = 600 - } - - soldiers = { - culture = khoisan - religion = animist - size = 125 - } - - farmers = { - culture = khoisan - religion = animist - size = 10725 - } - - farmers = { - culture = khoisan - religion = protestant - size = 200 - } + aristocrats = { + culture = herero + religion = animist + size = 100 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 300 + } + + soldiers = { + culture = herero + religion = animist + size = 75 + } + + farmers = { + culture = herero + religion = animist + size = 5175 + } + + farmers = { + culture = herero + religion = protestant + size = 300 + } + + aristocrats = { + culture = khoisan + religion = animist + size = 225 + } + + clergymen = { + culture = khoisan + religion = animist + size = 125 + } + + artisans = { + culture = khoisan + religion = animist + size = 600 + } + + soldiers = { + culture = khoisan + religion = animist + size = 125 + } + + farmers = { + culture = khoisan + religion = animist + size = 10725 + } + + farmers = { + culture = khoisan + religion = protestant + size = 200 + } } #Swakopmund (52000/13000 POPS) 2079 = { - aristocrats = { - culture = herero - religion = animist - size = 150 - } - - clergymen = { - culture = herero - religion = animist - size = 100 - } - - artisans = { - culture = herero - religion = animist - size = 450 - } - - soldiers = { - culture = herero - religion = animist - size = 100 - } - - farmers = { - culture = herero - religion = animist - size = 8200 - } - - aristocrats = { - culture = kavango - religion = animist - size = 50 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 200 - } - - soldiers = { - culture = kavango - religion = animist - size = 50 - } - - farmers = { - culture = kavango - religion = animist - size = 3650 - } + aristocrats = { + culture = herero + religion = animist + size = 150 + } + + clergymen = { + culture = herero + religion = animist + size = 100 + } + + artisans = { + culture = herero + religion = animist + size = 450 + } + + soldiers = { + culture = herero + religion = animist + size = 100 + } + + farmers = { + culture = herero + religion = animist + size = 8200 + } + + aristocrats = { + culture = kavango + religion = animist + size = 50 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 200 + } + + soldiers = { + culture = kavango + religion = animist + size = 50 + } + + farmers = { + culture = kavango + religion = animist + size = 3650 + } } #Tsumeb (24000/6000 POPS) 2080 = { - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 300 - } - - soldiers = { - culture = kavango - religion = animist - size = 75 - } - - farmers = { - culture = kavango - religion = animist - size = 5475 - } + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 300 + } + + soldiers = { + culture = kavango + religion = animist + size = 75 + } + + farmers = { + culture = kavango + religion = animist + size = 5475 + } } #Otjinene (44000/11000 POPS) 2082 = { - aristocrats = { - culture = herero - religion = animist - size = 100 - } - - clergymen = { - culture = herero - religion = animist - size = 50 - } - - artisans = { - culture = herero - religion = animist - size = 300 - } - - soldiers = { - culture = herero - religion = animist - size = 75 - } - - farmers = { - culture = herero - religion = animist - size = 5475 - } - - aristocrats = { - culture = kavango - religion = animist - size = 75 - } - - clergymen = { - culture = kavango - religion = animist - size = 50 - } - - artisans = { - culture = kavango - religion = animist - size = 250 - } - - soldiers = { - culture = kavango - religion = animist - size = 50 - } - - farmers = { - culture = kavango - religion = animist - size = 4575 - } + aristocrats = { + culture = herero + religion = animist + size = 100 + } + + clergymen = { + culture = herero + religion = animist + size = 50 + } + + artisans = { + culture = herero + religion = animist + size = 300 + } + + soldiers = { + culture = herero + religion = animist + size = 75 + } + + farmers = { + culture = herero + religion = animist + size = 5475 + } + + aristocrats = { + culture = kavango + religion = animist + size = 75 + } + + clergymen = { + culture = kavango + religion = animist + size = 50 + } + + artisans = { + culture = kavango + religion = animist + size = 250 + } + + soldiers = { + culture = kavango + religion = animist + size = 50 + } + + farmers = { + culture = kavango + religion = animist + size = 4575 + } } #Kafue Region (16000) #see Zambia.txt for balance of region #uncolonized in 1836/dominated by the Lozi in 1836 #Linyati (16000/4000 POPS) 2081 = { - aristocrats = { - culture = kavango - religion = animist - size = 100 - } - - clergymen = { - culture = kavango - religion = animist - size = 100 - } - - artisans = { - culture = kavango - religion = animist - size = 150 - } - - soldiers = { - culture = kavango - religion = animist - size = 100 - } - - farmers = { - culture = kavango - religion = animist - size = 2700 - } - - aristocrats = { - culture = lunda - religion = animist - size = 100 - } - - clergymen = { - culture = lunda - religion = animist - size = 100 - } - - artisans = { - culture = lunda - religion = animist - size = 100 - } - - soldiers = { - culture = lunda - religion = animist - size = 100 - } - - farmers = { - culture = lunda - religion = animist - size = 900 - } + aristocrats = { + culture = kavango + religion = animist + size = 100 + } + + clergymen = { + culture = kavango + religion = animist + size = 100 + } + + artisans = { + culture = kavango + religion = animist + size = 150 + } + + soldiers = { + culture = kavango + religion = animist + size = 100 + } + + farmers = { + culture = kavango + religion = animist + size = 2700 + } + + aristocrats = { + culture = lunda + religion = animist + size = 100 + } + + clergymen = { + culture = lunda + religion = animist + size = 100 + } + + artisans = { + culture = lunda + religion = animist + size = 100 + } + + soldiers = { + culture = lunda + religion = animist + size = 100 + } + + farmers = { + culture = lunda + religion = animist + size = 900 + } } #Namaqualand Region (64000) #see South Africa.txt for balance of region #uncolonized in 1836/dominated by the Nama in 1836 #Walvis Bay (4000/1000 POPS) 2083 = { - aristocrats = { - culture = khoisan - religion = animist - size = 15 - } - - artisans = { - culture = khoisan - religion = animist - size = 50 - } - - soldiers = { - culture = khoisan - religion = animist - size = 10 - } - - farmers = { - culture = khoisan - religion = animist - size = 1925 - } + aristocrats = { + culture = khoisan + religion = animist + size = 15 + } + + artisans = { + culture = khoisan + religion = animist + size = 50 + } + + soldiers = { + culture = khoisan + religion = animist + size = 10 + } + + farmers = { + culture = khoisan + religion = animist + size = 1925 + } } #Angra Pequena (28000/7000 POPS) 2084 = { - aristocrats = { - culture = khoisan - religion = animist - size = 125 - } - - clergymen = { - culture = khoisan - religion = animist - size = 75 - } - - artisans = { - culture = khoisan - religion = animist - size = 350 - } - - soldiers = { - culture = khoisan - religion = animist - size = 75 - } - - farmers = { - culture = khoisan - religion = animist - size = 6375 - } + aristocrats = { + culture = khoisan + religion = animist + size = 125 + } + + clergymen = { + culture = khoisan + religion = animist + size = 75 + } + + artisans = { + culture = khoisan + religion = animist + size = 350 + } + + soldiers = { + culture = khoisan + religion = animist + size = 75 + } + + farmers = { + culture = khoisan + religion = animist + size = 6375 + } } #Nugouses (12000/3000 POPS) 2085 = { - aristocrats = { - culture = khoisan - religion = animist - size = 25 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 100 - } - - soldiers = { - culture = khoisan - religion = animist - size = 25 - } - - farmers = { - culture = khoisan - religion = animist - size = 1800 - } - - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size = 10 - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } + aristocrats = { + culture = khoisan + religion = animist + size = 25 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 100 + } + + soldiers = { + culture = khoisan + religion = animist + size = 25 + } + + farmers = { + culture = khoisan + religion = animist + size = 1800 + } + + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size = 10 + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } } #Karasburg (20000/5000 POPS) 2086 = { - aristocrats = { - culture = khoisan - religion = animist - size = 50 - } - - clergymen = { - culture = khoisan - religion = animist - size = 50 - } - - artisans = { - culture = khoisan - religion = animist - size = 200 - } - - soldiers = { - culture = khoisan - religion = animist - size = 50 - } - - farmers = { - culture = khoisan - religion = animist - size = 3650 - } - - aristocrats = { - culture = tswana - religion = animist - size = 15 - } - - clergymen = { - culture = tswana - religion = animist - size = 25 - } - - artisans = { - culture = tswana - religion = animist - size = 50 - } - - soldiers = { - culture = tswana - religion = animist - size = 10 - } - - farmers = { - culture = tswana - religion = animist - size = 900 - } + aristocrats = { + culture = khoisan + religion = animist + size = 50 + } + + clergymen = { + culture = khoisan + religion = animist + size = 50 + } + + artisans = { + culture = khoisan + religion = animist + size = 200 + } + + soldiers = { + culture = khoisan + religion = animist + size = 50 + } + + farmers = { + culture = khoisan + religion = animist + size = 3650 + } + + aristocrats = { + culture = tswana + religion = animist + size = 15 + } + + clergymen = { + culture = tswana + religion = animist + size = 25 + } + + artisans = { + culture = tswana + religion = animist + size = 50 + } + + soldiers = { + culture = tswana + religion = animist + size = 10 + } + + farmers = { + culture = tswana + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1861.4.14/Nepal.txt b/HPM/history/pops/1861.4.14/Nepal.txt index 31050bed..72e58693 100644 --- a/HPM/history/pops/1861.4.14/Nepal.txt +++ b/HPM/history/pops/1861.4.14/Nepal.txt @@ -2,198 +2,197 @@ #under the rule of Nepal in 1836 #Katmandu (540000/135000 POPS) 1326 = { - aristocrats = { - culture = nepali - religion = hindu - size = 2060.0 - } - - bureaucrats = { - culture = nepali - religion = hindu - size = 180.25 - } - - officers = { - culture = nepali - religion = hindu - size = 231.75 - } - - clergymen = { - culture = nepali - religion = hindu - size = 1030.0 - } - - artisans = { - culture = nepali - religion = hindu - size = 4171.5 - } - - soldiers = { - culture = nepali - religion = hindu - size = 10210.0 - } - - farmers = { - culture = nepali - religion = hindu - size = 88837.5 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 206.0 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 103.0 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 489.25 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 103.0 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 10428.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 412.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 231.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1081.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 206.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 21758.75 - } + aristocrats = { + culture = nepali + religion = hindu + size = 2060.0 + } + + bureaucrats = { + culture = nepali + religion = hindu + size = 180.25 + } + + officers = { + culture = nepali + religion = hindu + size = 231.75 + } + + clergymen = { + culture = nepali + religion = hindu + size = 1030.0 + } + + artisans = { + culture = nepali + religion = hindu + size = 4171.5 + } + + soldiers = { + culture = nepali + religion = hindu + size = 10210.0 + } + + farmers = { + culture = nepali + religion = hindu + size = 88837.5 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 206.0 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 103.0 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 489.25 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 103.0 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 10428.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 412.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 231.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1081.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 206.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 21758.75 + } } #Jumla (412000/103000 POPS) 1327 = { - aristocrats = { - culture = nepali - religion = hindu - size = 927.0 - } - - clergymen = { - culture = nepali - religion = hindu - size = 463.5 - } - - artisans = { - culture = nepali - religion = hindu - size = 2369.0 - } - - soldiers = { - culture = nepali - religion = hindu - size = 3530.0 - } - - farmers = { - culture = nepali - religion = hindu - size = 50727.5 - } - - aristocrats = { - culture = tibetan - religion = gelugpa - size = 721.0 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 386.25 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1905.5 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 360.5 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 34736.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 360.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 206.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 978.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 206.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 18849.0 - } + aristocrats = { + culture = nepali + religion = hindu + size = 927.0 + } + + clergymen = { + culture = nepali + religion = hindu + size = 463.5 + } + + artisans = { + culture = nepali + religion = hindu + size = 2369.0 + } + + soldiers = { + culture = nepali + religion = hindu + size = 3530.0 + } + + farmers = { + culture = nepali + religion = hindu + size = 50727.5 + } + + aristocrats = { + culture = tibetan + religion = gelugpa + size = 721.0 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 386.25 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1905.5 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 360.5 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 34736.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 360.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 206.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 978.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 206.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 18849.0 + } } - diff --git a/HPM/history/pops/1861.4.14/Netherlands Antillies.txt b/HPM/history/pops/1861.4.14/Netherlands Antillies.txt index 78700f27..37776cd4 100644 --- a/HPM/history/pops/1861.4.14/Netherlands Antillies.txt +++ b/HPM/history/pops/1861.4.14/Netherlands Antillies.txt @@ -1,86 +1,86 @@ #Dutch West Indies Region - 32400 #Curacao (22300/5575 POPS) 2234 = { - bureaucrats = { - culture = dutch - religion = protestant - size = 15 - } + bureaucrats = { + culture = dutch + religion = protestant + size = 15 + } - soldiers = { - culture = dutch - religion = protestant - size = 40 - } + soldiers = { + culture = dutch + religion = protestant + size = 40 + } - artisans = { - culture = dutch - religion = protestant - size = 120 - } + artisans = { + culture = dutch + religion = protestant + size = 120 + } - clergymen = { - culture = afro_caribbean - religion = catholic - size = 60 - } + clergymen = { + culture = afro_caribbean + religion = catholic + size = 60 + } - artisans = { - culture = afro_caribbean - religion = catholic - size = 240 - } + artisans = { + culture = afro_caribbean + religion = catholic + size = 240 + } - soldiers = { - culture = afro_caribbean - religion = catholic - size = 100 - } + soldiers = { + culture = afro_caribbean + religion = catholic + size = 100 + } - farmers = { - culture = afro_caribbean - religion = catholic - size = 5000 - } + farmers = { + culture = afro_caribbean + religion = catholic + size = 5000 + } } #Aruba (3300/825 POPS) 2235 = { - clergymen = { - culture = afro_caribbean - religion = catholic - size = 35 - } + clergymen = { + culture = afro_caribbean + religion = catholic + size = 35 + } - artisans = { - culture = afro_caribbean - religion = catholic - size = 35 - } + artisans = { + culture = afro_caribbean + religion = catholic + size = 35 + } - farmers = { - culture = afro_caribbean - religion = catholic - size = 755 - } + farmers = { + culture = afro_caribbean + religion = catholic + size = 755 + } } #Saint Martin (6800/1700 POPS) 2236 = { - clergymen = { - culture = afro_caribbean - religion = protestant - size = 20 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 20 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 100 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 100 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 1580 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 1580 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1861.4.14/Netherlands.txt b/HPM/history/pops/1861.4.14/Netherlands.txt index 79fb1873..cdadb74e 100644 --- a/HPM/history/pops/1861.4.14/Netherlands.txt +++ b/HPM/history/pops/1861.4.14/Netherlands.txt @@ -1,648 +1,648 @@ #Holland & Zeeland Region - 1353000 #Amsterdam (464000/116000 POPS) 375 = { - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 7132.75 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 515.0 - } - - officers = { - culture = dutch - religion = protestant - size = 51.5 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 1648.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 566.5 - } - - craftsmen = { - culture = dutch - religion = protestant - size = 8000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 1200.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 1130 - - } - - farmers = { - culture = dutch - religion = protestant - size = 50069.0 - } - - artisans = { - culture = flemish - religion = catholic - size = 3090.0 - } + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 7132.75 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 515.0 + } + + officers = { + culture = dutch + religion = protestant + size = 51.5 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 1648.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 566.5 + } + + craftsmen = { + culture = dutch + religion = protestant + size = 8000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 1200.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 1130 + + } + + farmers = { + culture = dutch + religion = protestant + size = 50069.0 + } + + artisans = { + culture = flemish + religion = catholic + size = 3090.0 + } } #Rotterdam (567000/141750 POPS) 376 = { - aristocrats = { - culture = dutch - religion = protestant - size = 772.5 - } - - clergymen = { - culture = dutch - religion = protestant - size = 643.75 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 8025.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 1287 - - } - - farmers = { - culture = dutch - religion = protestant - size = 116698.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - artisans = { - culture = flemish - religion = catholic - size = 1030.0 - } + aristocrats = { + culture = dutch + religion = protestant + size = 772.5 + } + + clergymen = { + culture = dutch + religion = protestant + size = 643.75 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 8025.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 1287 + + } + + farmers = { + culture = dutch + religion = protestant + size = 116698.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + artisans = { + culture = flemish + religion = catholic + size = 1030.0 + } } #Utrecht (152000/38000 POPS) 377 = { - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 180.25 - } - - artisans = { - culture = dutch - religion = protestant - size = 10000.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 2360.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 25260.75 - } + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 180.25 + } + + artisans = { + culture = dutch + religion = protestant + size = 10000.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 2360.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 25260.75 + } } #Middelburg (170000/42500 POPS) 378 = { - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 206.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 1751.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 38419.0 - } - - artisans = { - culture = flemish - religion = catholic - size = 154.5 - } - - farmers = { - culture = flemish - religion = catholic - size = 1030.0 - } + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 206.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 1751.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 38419.0 + } + + artisans = { + culture = flemish + religion = catholic + size = 154.5 + } + + farmers = { + culture = flemish + religion = catholic + size = 1030.0 + } } #Limburg-Gelderland Region - 979400 #Eindhoven (230000/57500 POPS) 379 = { - artisans = { - culture = ashkenazi - religion = jewish - size = 257.5 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 412.0 - } - - officers = { - culture = dutch - religion = protestant - size = 100.0 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 103.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 309.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 2214.5 - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 1130 - - } - - farmers = { - culture = dutch - religion = protestant - size = 51005.0 - } - - clergymen = { - culture = flemish - religion = catholic - size = 51.5 - } - - artisans = { - culture = flemish - religion = catholic - size = 154.5 - } - - farmers = { - culture = flemish - religion = catholic - size = 3090.0 - } + artisans = { + culture = ashkenazi + religion = jewish + size = 257.5 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 412.0 + } + + officers = { + culture = dutch + religion = protestant + size = 100.0 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 103.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 309.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 2214.5 + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 1130 + + } + + farmers = { + culture = dutch + religion = protestant + size = 51005.0 + } + + clergymen = { + culture = flemish + religion = catholic + size = 51.5 + } + + artisans = { + culture = flemish + religion = catholic + size = 154.5 + } + + farmers = { + culture = flemish + religion = catholic + size = 3090.0 + } } #Breda (173200/43300 POPS) 380 = { - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 206.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 3862.5 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - labourers = { - culture = dutch - religion = protestant - size = 36101.5 - } + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 206.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 3862.5 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + labourers = { + culture = dutch + religion = protestant + size = 36101.5 + } } #Maastricht (164200/41050 POPS) 381 = { - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 206.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 5150.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 34556.5 - } - - farmers = { - culture = flemish - religion = catholic - size = 1030.0 - } + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 206.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 5150.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 34556.5 + } + + farmers = { + culture = flemish + religion = catholic + size = 1030.0 + } } #Arnhem (412000/103000 POPS) 382 = { - artisans = { - culture = ashkenazi - religion = jewish - size = 515.0 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 772.5 - } - - clergymen = { - culture = dutch - religion = protestant - size = 515.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 4274.5 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 102330.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 257.5 - } - - farmers = { - culture = north_german - religion = protestant - size = 3296.0 - } + artisans = { + culture = ashkenazi + religion = jewish + size = 515.0 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 772.5 + } + + clergymen = { + culture = dutch + religion = protestant + size = 515.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 4274.5 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 102330.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 257.5 + } + + farmers = { + culture = north_german + religion = protestant + size = 3296.0 + } } #Friesland-Groningen Region : 713800 #Groningen (186600/46650 POPS) 383 = { - artisans = { - culture = ashkenazi - religion = jewish - size = 257.5 - } - - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - officers = { - culture = dutch - religion = protestant - size = 154.5 - } - - bureaucrats = { - culture = dutch - religion = protestant - size = 824.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 206.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 7210.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dutch - religion = protestant - size= 1120 - - } - - farmers = { - culture = dutch - religion = protestant - size = 36513.5 - } - - labourers = { - culture = north_german - religion = protestant - size = 1030.0 - } + artisans = { + culture = ashkenazi + religion = jewish + size = 257.5 + } + + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + officers = { + culture = dutch + religion = protestant + size = 154.5 + } + + bureaucrats = { + culture = dutch + religion = protestant + size = 824.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 206.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 7210.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dutch + religion = protestant + size= 1120 + + } + + farmers = { + culture = dutch + religion = protestant + size = 36513.5 + } + + labourers = { + culture = north_german + religion = protestant + size = 1030.0 + } } #Zwolle (238000/59500 POPS) 384 = { - aristocrats = { - culture = dutch - religion = protestant - size = 515.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 309.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 4017.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 44084.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 103.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 927.0 - } + aristocrats = { + culture = dutch + religion = protestant + size = 515.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 309.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 4017.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 44084.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 103.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 927.0 + } } #Leeuwarden (209200/52300 POPS) 385 = { - aristocrats = { - culture = dutch - religion = protestant - size = 309.0 - } - - clergymen = { - culture = dutch - religion = protestant - size = 283.25 - } - - artisans = { - culture = dutch - religion = protestant - size = 6180.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 46066.75 - } + aristocrats = { + culture = dutch + religion = protestant + size = 309.0 + } + + clergymen = { + culture = dutch + religion = protestant + size = 283.25 + } + + artisans = { + culture = dutch + religion = protestant + size = 6180.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 46066.75 + } } #Assen (80000/20000 POPS) 386 = { - aristocrats = { - culture = dutch - religion = protestant - size = 154.5 - } - - clergymen = { - culture = dutch - religion = protestant - size = 103.0 - } - - artisans = { - culture = dutch - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = dutch - religion = protestant - size= 1030 - - } - - farmers = { - culture = dutch - religion = protestant - size = 17252.5 - } - - farmers = { - culture = north_german - religion = protestant - size = 1030.0 - } + aristocrats = { + culture = dutch + religion = protestant + size = 154.5 + } + + clergymen = { + culture = dutch + religion = protestant + size = 103.0 + } + + artisans = { + culture = dutch + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = dutch + religion = protestant + size= 1030 + + } + + farmers = { + culture = dutch + religion = protestant + size = 17252.5 + } + + farmers = { + culture = north_german + religion = protestant + size = 1030.0 + } } diff --git a/HPM/history/pops/1861.4.14/New Caledonia.txt b/HPM/history/pops/1861.4.14/New Caledonia.txt index fde52d07..d692c222 100644 --- a/HPM/history/pops/1861.4.14/New Caledonia.txt +++ b/HPM/history/pops/1861.4.14/New Caledonia.txt @@ -1,63 +1,63 @@ #Southern Melanesia (28000) #see Vanuatu.txt for balance of region -#New Caledonia (28000/7000 POPS) +#New Caledonia (28000/7000 POPS) 1097 = { - aristocrats = { - culture = melanesian - religion = animist - size = 100 - } - - clergymen = { - culture = melanesian - religion = animist - size = 100 - } - - artisans = { - culture = melanesian - religion = animist - size = 300 - } - - soldiers = { - culture = melanesian - religion = animist - size = 125 - } - - farmers = { - culture = melanesian - religion = animist - size = 6025 - } - - bureaucrats = { - culture = french - religion = catholic - size = 25 - } - - clergymen = { - culture = french - religion = catholic - size = 25 - } - - artisans = { - culture = french - religion = catholic - size = 75 - } - - soldiers = { - culture = french - religion = catholic - size = 25 - } - - farmers = { - culture = french - religion = catholic - size = 250 - } -} \ No newline at end of file + aristocrats = { + culture = melanesian + religion = animist + size = 100 + } + + clergymen = { + culture = melanesian + religion = animist + size = 100 + } + + artisans = { + culture = melanesian + religion = animist + size = 300 + } + + soldiers = { + culture = melanesian + religion = animist + size = 125 + } + + farmers = { + culture = melanesian + religion = animist + size = 6025 + } + + bureaucrats = { + culture = french + religion = catholic + size = 25 + } + + clergymen = { + culture = french + religion = catholic + size = 25 + } + + artisans = { + culture = french + religion = catholic + size = 75 + } + + soldiers = { + culture = french + religion = catholic + size = 25 + } + + farmers = { + culture = french + religion = catholic + size = 250 + } +} diff --git a/HPM/history/pops/1861.4.14/New Zealand.txt b/HPM/history/pops/1861.4.14/New Zealand.txt index 98f3e3b5..8c1e312c 100644 --- a/HPM/history/pops/1861.4.14/New Zealand.txt +++ b/HPM/history/pops/1861.4.14/New Zealand.txt @@ -4,392 +4,392 @@ #Auckland (24420/6105 European POPS) + (12000/3000 Maori POPs) 2509 = { - bureaucrats = { - culture = british - religion = protestant - size = 115 - } - - aristocrats = { - culture = british - religion = protestant - size = 105 - } - - clergymen = { - culture = british - religion = protestant - size = 55 - } - - artisans = { - culture = british - religion = protestant - size = 195 - } - - farmers = { - culture = british - religion = protestant - size = 3960 - } - - farmers = { - culture = irish - religion = protestant - size = 895 - } - - clergymen = { - culture = irish - religion = catholic - size = 105 - } - - farmers = { - culture = irish - religion = catholic - size = 925 - } - - aristocrats = { - culture = maori - religion = protestant - size = 105 - } - - artisans = { - culture = maori - religion = protestant - size = 135 - } - - farmers = { - culture = maori - religion = protestant - size = 1690 - } - - farmers = { - culture = maori - religion = animist - size = 1035 - } - + bureaucrats = { + culture = british + religion = protestant + size = 115 + } + + aristocrats = { + culture = british + religion = protestant + size = 105 + } + + clergymen = { + culture = british + religion = protestant + size = 55 + } + + artisans = { + culture = british + religion = protestant + size = 195 + } + + farmers = { + culture = british + religion = protestant + size = 3960 + } + + farmers = { + culture = irish + religion = protestant + size = 895 + } + + clergymen = { + culture = irish + religion = catholic + size = 105 + } + + farmers = { + culture = irish + religion = catholic + size = 925 + } + + aristocrats = { + culture = maori + religion = protestant + size = 105 + } + + artisans = { + culture = maori + religion = protestant + size = 135 + } + + farmers = { + culture = maori + religion = protestant + size = 1690 + } + + farmers = { + culture = maori + religion = animist + size = 1035 + } + } #New Plymouth (2040/510 European POPS) + (4000/1000 Maori POPS) 2510 = { - clergymen = { - culture = british - religion = protestant - size = 20 - } - - artisans = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 335 - } - - farmers = { - culture = irish - religion = catholic - size = 105 - } - - farmers = { - culture = maori - religion = protestant - size = 650 - } - - farmers = { - culture = maori - religion = animist - size = 350 - } + clergymen = { + culture = british + religion = protestant + size = 20 + } + + artisans = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 335 + } + + farmers = { + culture = irish + religion = catholic + size = 105 + } + + farmers = { + culture = maori + religion = protestant + size = 650 + } + + farmers = { + culture = maori + religion = animist + size = 350 + } } #Napier (2610/650 European POPS) + (13000/3250 Maori POPS) 2511 = { - clergymen = { - culture = british - religion = protestant - size = 60 - } - - farmers = { - culture = british - religion = protestant - size = 480 - } - - farmers = { - culture = irish - religion = protestant - size = 100 - } - - artisans = { - culture = maori - religion = protestant - size = 105 - } - - farmers = { - culture = maori - religion = protestant - size = 1045 - } - - farmers = { - culture = maori - religion = animist - size = 2100 - } + clergymen = { + culture = british + religion = protestant + size = 60 + } + + farmers = { + culture = british + religion = protestant + size = 480 + } + + farmers = { + culture = irish + religion = protestant + size = 100 + } + + artisans = { + culture = maori + religion = protestant + size = 105 + } + + farmers = { + culture = maori + religion = protestant + size = 1045 + } + + farmers = { + culture = maori + religion = animist + size = 2100 + } } #Wellington (12570/3140 European POPS) +(2300/575 Maori POPs) 2512 = { - clergymen = { - culture = british - religion = protestant - size = 40 - } - - artisans = { - culture = british - religion = protestant - size = 115 - } - - farmers = { - culture = british - religion = protestant - size = 2335 - } - - farmers = { - culture = irish - religion = catholic - size = 635 - } - - farmers = { - culture = maori - religion = protestant - size = 460 - } - - farmers = { - culture = maori - religion = animist - size = 105 - } + clergymen = { + culture = british + religion = protestant + size = 40 + } + + artisans = { + culture = british + religion = protestant + size = 115 + } + + farmers = { + culture = british + religion = protestant + size = 2335 + } + + farmers = { + culture = irish + religion = catholic + size = 635 + } + + farmers = { + culture = maori + religion = protestant + size = 460 + } + + farmers = { + culture = maori + religion = animist + size = 105 + } } #Tauranga (20000/4000 Maori POPS) 2571 = { - clergymen = { - culture = maori - religion = animist - size = 40 - } - - artisans = { - culture = maori - religion = animist - size = 85 - } - - soldiers = { - culture = maori - religion = animist - size= 120 - - } - - farmers = { - culture = maori - religion = animist - size = 2555 - } - - artisans = { - culture = maori - religion = protestant - size = 45 - } - - farmers = { - culture = maori - religion = protestant - size = 1145 - } + clergymen = { + culture = maori + religion = animist + size = 40 + } + + artisans = { + culture = maori + religion = animist + size = 85 + } + + soldiers = { + culture = maori + religion = animist + size= 120 + + } + + farmers = { + culture = maori + religion = animist + size = 2555 + } + + artisans = { + culture = maori + religion = protestant + size = 45 + } + + farmers = { + culture = maori + religion = protestant + size = 1145 + } } #South Island Region (57380) +2000 Maori #Dunedin (28980/7245 POPS) + (400/100 Maori POPS) 2513 = { - aristocrats = { - culture = british - religion = protestant - size = 115 - } - - bureaucrats = { - culture = british - religion = protestant - size = 75 - } - - artisans = { - culture = british - religion = protestant - size = 135 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 6415 - } - - artisans = { - culture = irish - religion = catholic - size = 105 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 905 - } - - farmers = { - culture = maori - religion = protestant - size = 100 - } + aristocrats = { + culture = british + religion = protestant + size = 115 + } + + bureaucrats = { + culture = british + religion = protestant + size = 75 + } + + artisans = { + culture = british + religion = protestant + size = 135 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 6415 + } + + artisans = { + culture = irish + religion = catholic + size = 105 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 905 + } + + farmers = { + culture = maori + religion = protestant + size = 100 + } } #Hokitikia (2880/720 European POPS) + (400/100 Maori POPS) 2514 = { - artisans = { - culture = british - religion = protestant - size = 20 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 545 - } - - farmers = { - culture = irish - religion = protestant - size = 145 - } - - farmers = { - culture = maori - religion = protestant - size = 100 - } + artisans = { + culture = british + religion = protestant + size = 20 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 545 + } + + farmers = { + culture = irish + religion = protestant + size = 145 + } + + farmers = { + culture = maori + religion = protestant + size = 100 + } } #Christchurch (16150/4040 POPS) + (400/100 Maori POPs) 2515 = { - artisans = { - culture = british - religion = protestant - size = 120 - } - - clergymen = { - culture = british - religion = protestant - size = 50 - } - - farmers = { - culture = british - religion = protestant - size = 2985 - } - - farmers = { - culture = irish - religion = protestant - size = 355 - } - - farmers = { - culture = irish - religion = catholic - size = 520 - } - - farmers = { - culture = maori - religion = protestant - size = 100 - } + artisans = { + culture = british + religion = protestant + size = 120 + } + + clergymen = { + culture = british + religion = protestant + size = 50 + } + + farmers = { + culture = british + religion = protestant + size = 2985 + } + + farmers = { + culture = irish + religion = protestant + size = 355 + } + + farmers = { + culture = irish + religion = catholic + size = 520 + } + + farmers = { + culture = maori + religion = protestant + size = 100 + } } #Nelson (12250/3060 POPS) + (800/200 Maori POPS) 2516 = { - artisans = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = british - religion = protestant - size = 40 - } - - farmers = { - culture = british - religion = protestant - size = 2890 - } - - farmers = { - culture = irish - religion = protestant - size = 345 - } - - farmers = { - culture = maori - religion = protestant - size = 200 - } + artisans = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = british + religion = protestant + size = 40 + } + + farmers = { + culture = british + religion = protestant + size = 2890 + } + + farmers = { + culture = irish + religion = protestant + size = 345 + } + + farmers = { + culture = maori + religion = protestant + size = 200 + } } diff --git a/HPM/history/pops/1861.4.14/Nicaragua.txt b/HPM/history/pops/1861.4.14/Nicaragua.txt index 8a7ae1d4..0b10d5ab 100644 --- a/HPM/history/pops/1861.4.14/Nicaragua.txt +++ b/HPM/history/pops/1861.4.14/Nicaragua.txt @@ -1,165 +1,165 @@ #Nicaragua Region (350500) #Managua (227500/56875 POPS) 2197 = { - aristocrats = { - culture = central_american - religion = catholic - size = 1050 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 700 - } - - officers = { - culture = central_american - religion = catholic - size = 125 - } - - clergymen = { - culture = central_american - religion = catholic - size = 650 - } - - artisans = { - culture = central_american - religion = catholic - size = 4350 - } - - soldiers = { - culture = central_american - religion = catholic - size = 5000 - } - - farmers = { - culture = central_american - religion = catholic - size = 45000 - } + aristocrats = { + culture = central_american + religion = catholic + size = 1050 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 700 + } + + officers = { + culture = central_american + religion = catholic + size = 125 + } + + clergymen = { + culture = central_american + religion = catholic + size = 650 + } + + artisans = { + culture = central_american + religion = catholic + size = 4350 + } + + soldiers = { + culture = central_american + religion = catholic + size = 5000 + } + + farmers = { + culture = central_american + religion = catholic + size = 45000 + } } #Rivas (47000/11750 POPS) 2198 = { - aristocrats = { - culture = central_american - religion = catholic - size = 275 - } - - clergymen = { - culture = central_american - religion = catholic - size = 150 - } - - artisans = { - culture = central_american - religion = catholic - size = 825 - } - - soldiers = { - culture = central_american - religion = catholic - size = 500 - } - - farmers = { - culture = central_american - religion = catholic - size = 10000 - } + aristocrats = { + culture = central_american + religion = catholic + size = 275 + } + + clergymen = { + culture = central_american + religion = catholic + size = 150 + } + + artisans = { + culture = central_american + religion = catholic + size = 825 + } + + soldiers = { + culture = central_american + religion = catholic + size = 500 + } + + farmers = { + culture = central_american + religion = catholic + size = 10000 + } } #Esteli (62000/15500 POPS) 2199 = { - aristocrats = { - culture = central_american - religion = catholic - size = 325 - } - - clergymen = { - culture = central_american - religion = catholic - size = 175 - } - - artisans = { - culture = central_american - religion = catholic - size = 1100 - } - - soldiers = { - culture = central_american - religion = catholic - size = 9500 - } - - farmers = { - culture = central_american - religion = catholic - size = 13500 - } + aristocrats = { + culture = central_american + religion = catholic + size = 325 + } + + clergymen = { + culture = central_american + religion = catholic + size = 175 + } + + artisans = { + culture = central_american + religion = catholic + size = 1100 + } + + soldiers = { + culture = central_american + religion = catholic + size = 9500 + } + + farmers = { + culture = central_american + religion = catholic + size = 13500 + } } #Bluefields (14000/3500 POPS) 2200 = { - aristocrats = { - culture = central_american - religion = catholic - size = 15 - } - - clergymen = { - culture = central_american - religion = catholic - size = 25 - } - - artisans = { - culture = central_american - religion = catholic - size = 50 - } - - soldiers = { - culture = central_american - religion = catholic - size = 10 - } - - farmers = { - culture = central_american - religion = catholic - size = 1400 - } - - clergymen = { - culture = afro_caribbean - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribbean - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribbean - religion = catholic - size = 1800 - } + aristocrats = { + culture = central_american + religion = catholic + size = 15 + } + + clergymen = { + culture = central_american + religion = catholic + size = 25 + } + + artisans = { + culture = central_american + religion = catholic + size = 50 + } + + soldiers = { + culture = central_american + religion = catholic + size = 10 + } + + farmers = { + culture = central_american + religion = catholic + size = 1400 + } + + clergymen = { + culture = afro_caribbean + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribbean + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribbean + religion = catholic + size = 1800 + } } diff --git a/HPM/history/pops/1861.4.14/Niger.txt b/HPM/history/pops/1861.4.14/Niger.txt index 51fc0312..fe1b854b 100644 --- a/HPM/history/pops/1861.4.14/Niger.txt +++ b/HPM/history/pops/1861.4.14/Niger.txt @@ -2,909 +2,909 @@ #uncolonized in 1836/under the loose control of Sokoto #Niamey (288000/72000 POPS) 1808 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 350 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 800 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 16450 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 170 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 500 - } - - soldiers = { - culture = dyula - religion = sunni - size = 100 - } - - farmers = { - culture = dyula - religion = sunni - size = 9150 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 450 - } - - bureaucrats = { - culture = songhai - religion = sunni - size = 450 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 25 - } - - clergymen = { - culture = songhai - religion = sunni - size = 250 - } - - artisans = { - culture = songhai - religion = sunni - size = 1150 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2280 - } - - farmers = { - culture = songhai - religion = sunni - size = 24050 - } - - slaves = { - culture = gur - religion = animist - size = 2000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 250 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 150 - } - - artisans = { - culture = tuareg - religion = sunni - size = 700 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 150 - } - - farmers = { - culture = tuareg - religion = sunni - size = 10750 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 350 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 800 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 16450 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 170 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 500 + } + + soldiers = { + culture = dyula + religion = sunni + size = 100 + } + + farmers = { + culture = dyula + religion = sunni + size = 9150 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 450 + } + + bureaucrats = { + culture = songhai + religion = sunni + size = 450 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 25 + } + + clergymen = { + culture = songhai + religion = sunni + size = 250 + } + + artisans = { + culture = songhai + religion = sunni + size = 1150 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2280 + } + + farmers = { + culture = songhai + religion = sunni + size = 24050 + } + + slaves = { + culture = gur + religion = animist + size = 2000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 250 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 150 + } + + artisans = { + culture = tuareg + religion = sunni + size = 700 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 150 + } + + farmers = { + culture = tuareg + religion = sunni + size = 10750 + } } #Say (136000/34000 POPS) 1809 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 7150 - } - - aristocrats = { - culture = dyula - religion = sunni - size = 50 - } - - clergymen = { - culture = dyula - religion = sunni - size = 100 - } - - artisans = { - culture = dyula - religion = sunni - size = 200 - } - - soldiers = { - culture = dyula - religion = sunni - size = 50 - } - - farmers = { - culture = dyula - religion = sunni - size = 3600 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 350 - } - - clergymen = { - culture = songhai - religion = sunni - size = 100 - } - - artisans = { - culture = songhai - religion = sunni - size = 1000 - } - - soldiers = { - culture = songhai - religion = sunni - size = 1200 - } - - farmers = { - culture = songhai - religion = sunni - size = 35350 - } - - slaves = { - culture = gur - religion = animist - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 7150 + } + + aristocrats = { + culture = dyula + religion = sunni + size = 50 + } + + clergymen = { + culture = dyula + religion = sunni + size = 100 + } + + artisans = { + culture = dyula + religion = sunni + size = 200 + } + + soldiers = { + culture = dyula + religion = sunni + size = 50 + } + + farmers = { + culture = dyula + religion = sunni + size = 3600 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 350 + } + + clergymen = { + culture = songhai + religion = sunni + size = 100 + } + + artisans = { + culture = songhai + religion = sunni + size = 1000 + } + + soldiers = { + culture = songhai + religion = sunni + size = 1200 + } + + farmers = { + culture = songhai + religion = sunni + size = 35350 + } + + slaves = { + culture = gur + religion = animist + size = 4000 + } } #Dosso (280000/70000 POPS) 1810 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 150 - } - - artisans = { - culture = fulbe - religion = sunni - size = 350 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5300 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 700 - } - - clergymen = { - culture = hausa - religion = sunni - size = 400 - } - - artisans = { - culture = hausa - religion = sunni - size = 2200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1000 - } - - farmers = { - culture = hausa - religion = sunni - size = 47900 - } - - aristocrats = { - culture = songhai - religion = animist - size = 50 - } - - clergymen = { - culture = songhai - religion = animist - size = 100 - } - - artisans = { - culture = songhai - religion = animist - size = 200 - } - - soldiers = { - culture = songhai - religion = animist - size = 100 - } - - farmers = { - culture = songhai - religion = sunni - size = 3600 - } - - slaves = { - culture = songhai - religion = animist - size = 5800 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 350 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 200 - } - - artisans = { - culture = tuareg - religion = sunni - size = 250 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 200 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 150 + } + + artisans = { + culture = fulbe + religion = sunni + size = 350 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5300 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 700 + } + + clergymen = { + culture = hausa + religion = sunni + size = 400 + } + + artisans = { + culture = hausa + religion = sunni + size = 2200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1000 + } + + farmers = { + culture = hausa + religion = sunni + size = 47900 + } + + aristocrats = { + culture = songhai + religion = animist + size = 50 + } + + clergymen = { + culture = songhai + religion = animist + size = 100 + } + + artisans = { + culture = songhai + religion = animist + size = 200 + } + + soldiers = { + culture = songhai + religion = animist + size = 100 + } + + farmers = { + culture = songhai + religion = sunni + size = 3600 + } + + slaves = { + culture = songhai + religion = animist + size = 5800 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 350 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 200 + } + + artisans = { + culture = tuareg + religion = sunni + size = 250 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 200 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1000 + } } #Maradi (280000/70000 POPS) 1811 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1800 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 900 - } - - clergymen = { - culture = hausa - religion = sunni - size = 500 - } - - artisans = { - culture = hausa - religion = sunni - size = 2500 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1100 - } - - farmers = { - culture = hausa - religion = sunni - size = 44000 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 300 - } - - clergymen = { - culture = songhai - religion = sunni - size = 150 - } - - artisans = { - culture = songhai - religion = sunni - size = 800 - } - - soldiers = { - culture = songhai - religion = sunni - size = 150 - } - - farmers = { - culture = songhai - religion = sunni - size = 7600 - } - - slaves = { - culture = songhai - religion = animist - size = 8000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 20 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 30 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1800 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1800 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 900 + } + + clergymen = { + culture = hausa + religion = sunni + size = 500 + } + + artisans = { + culture = hausa + religion = sunni + size = 2500 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1100 + } + + farmers = { + culture = hausa + religion = sunni + size = 44000 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 300 + } + + clergymen = { + culture = songhai + religion = sunni + size = 150 + } + + artisans = { + culture = songhai + religion = sunni + size = 800 + } + + soldiers = { + culture = songhai + religion = sunni + size = 150 + } + + farmers = { + culture = songhai + religion = sunni + size = 7600 + } + + slaves = { + culture = songhai + religion = animist + size = 8000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 20 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 30 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1800 + } } #Air Region (144000) #uncolonized in 1836/under the rule of Sultan of Agades #Agades (168000/42000 POPS) 1812 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 500 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 300 - } - - artisans = { - culture = tuareg - religion = sunni - size = 1100 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 1100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 15000 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 150 - } - - artisans = { - culture = hausa - religion = sunni - size = 700 - } - - soldiers = { - culture = hausa - religion = sunni - size = 150 - } - - farmers = { - culture = hausa - religion = sunni - size = 20750 - } - - slaves = { - culture = baguirmi - religion = animist - size = 2000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 500 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 300 + } + + artisans = { + culture = tuareg + religion = sunni + size = 1100 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 1100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 15000 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 150 + } + + artisans = { + culture = hausa + religion = sunni + size = 700 + } + + soldiers = { + culture = hausa + religion = sunni + size = 150 + } + + farmers = { + culture = hausa + religion = sunni + size = 20750 + } + + slaves = { + culture = baguirmi + religion = animist + size = 2000 + } } #Arlit (16000/4000 POPS) 1813 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 75 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 50 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 50 - } - - farmers = { - culture = tuareg - religion = sunni - size = 3625 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 75 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 50 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 50 + } + + farmers = { + culture = tuareg + religion = sunni + size = 3625 + } } #Madama (44000/11000 POPS) 1814 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 200 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 550 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 125 - } - - farmers = { - culture = tuareg - religion = sunni - size = 9025 - } - - slaves = { - culture = teda - religion = sunni - size = 1000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 200 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 550 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 125 + } + + farmers = { + culture = tuareg + religion = sunni + size = 9025 + } + + slaves = { + culture = teda + religion = sunni + size = 1000 + } } #Damergu Region (360000) #uncolonized in 1836/under the rule of Sultan of Zinder #Zinder (464000/116000 POPS) 1815 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1500 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 600 - } - - clergymen = { - culture = hausa - religion = sunni - size = 800 - } - - artisans = { - culture = hausa - religion = sunni - size = 4000 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1300 - } - - farmers = { - culture = hausa - religion = sunni - size = 79900 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 650 - } - - clergymen = { - culture = songhai - religion = sunni - size = 350 - } - - artisans = { - culture = songhai - religion = sunni - size = 1800 - } - - soldiers = { - culture = songhai - religion = sunni - size = 2150 - } - - farmers = { - culture = songhai - religion = sunni - size = 10850 - } - - slaves = { - culture = songhai - religion = animist - size = 10000 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 150 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 500 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 2150 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1500 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 600 + } + + clergymen = { + culture = hausa + religion = sunni + size = 800 + } + + artisans = { + culture = hausa + religion = sunni + size = 4000 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1300 + } + + farmers = { + culture = hausa + religion = sunni + size = 79900 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 650 + } + + clergymen = { + culture = songhai + religion = sunni + size = 350 + } + + artisans = { + culture = songhai + religion = sunni + size = 1800 + } + + soldiers = { + culture = songhai + religion = sunni + size = 2150 + } + + farmers = { + culture = songhai + religion = sunni + size = 10850 + } + + slaves = { + culture = songhai + religion = animist + size = 10000 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 150 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 500 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 2150 + } } #under the rule of Kanem-Bornu in 1836 #Kufe (384000/96000 POPS) 1816 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 1800 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 900 - } - - artisans = { - culture = kanuri - religion = sunni - size = 3700 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 17600 - } - - aristocrats = { - culture = tuareg - religion = sunni - size = 100 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 100 - } - - farmers = { - culture = tuareg - religion = sunni - size = 1600 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 100 - } - - clergymen = { - culture = hausa - religion = sunni - size = 100 - } - - artisans = { - culture = tuareg - religion = sunni - size = 200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 100 - } - - farmers = { - culture = hausa - religion = sunni - size = 61600 - } - - slaves = { - culture = fulbe - religion = sunni - size = 8000 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 1800 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 900 + } + + artisans = { + culture = kanuri + religion = sunni + size = 3700 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 17600 + } + + aristocrats = { + culture = tuareg + religion = sunni + size = 100 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 100 + } + + farmers = { + culture = tuareg + religion = sunni + size = 1600 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 100 + } + + clergymen = { + culture = hausa + religion = sunni + size = 100 + } + + artisans = { + culture = tuareg + religion = sunni + size = 200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 100 + } + + farmers = { + culture = hausa + religion = sunni + size = 61600 + } + + slaves = { + culture = fulbe + religion = sunni + size = 8000 + } } #Bilma (36000/9000 POPS) 1817 = { - aristocrats = { - culture = tuareg - religion = sunni - size = 125 - } - - clergymen = { - culture = tuareg - religion = sunni - size = 75 - } - - artisans = { - culture = tuareg - religion = sunni - size = 350 - } - - soldiers = { - culture = tuareg - religion = sunni - size = 75 - } - - farmers = { - culture = tuareg - religion = sunni - size = 6375 - } - - aristocrats = { - culture = teda - religion = sunni - size = 25 - } - - clergymen = { - culture = teda - religion = sunni - size = 50 - } - - artisans = { - culture = teda - religion = sunni - size = 100 - } - - soldiers = { - culture = teda - religion = sunni - size = 25 - } - - farmers = { - culture = teda - religion = sunni - size = 800 - } - - slaves = { - culture = baguirmi - religion = animist - size = 1000 - } + aristocrats = { + culture = tuareg + religion = sunni + size = 125 + } + + clergymen = { + culture = tuareg + religion = sunni + size = 75 + } + + artisans = { + culture = tuareg + religion = sunni + size = 350 + } + + soldiers = { + culture = tuareg + religion = sunni + size = 75 + } + + farmers = { + culture = tuareg + religion = sunni + size = 6375 + } + + aristocrats = { + culture = teda + religion = sunni + size = 25 + } + + clergymen = { + culture = teda + religion = sunni + size = 50 + } + + artisans = { + culture = teda + religion = sunni + size = 100 + } + + soldiers = { + culture = teda + religion = sunni + size = 25 + } + + farmers = { + culture = teda + religion = sunni + size = 800 + } + + slaves = { + culture = baguirmi + religion = animist + size = 1000 + } } diff --git a/HPM/history/pops/1861.4.14/Nigeria.txt b/HPM/history/pops/1861.4.14/Nigeria.txt index 25c18b9a..30265f20 100644 --- a/HPM/history/pops/1861.4.14/Nigeria.txt +++ b/HPM/history/pops/1861.4.14/Nigeria.txt @@ -2,2379 +2,2379 @@ #ruled by Oyo in 1836 #Lagos (336000/84000 POPS) 1923 = { - aristocrats = { - culture = yoruba - religion = animist - size = 1550 - } - - clergymen = { - culture = yoruba - religion = animist - size = 800 - } - - artisans = { - culture = yoruba - religion = animist - size = 3200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 1050 - } - - farmers = { - culture = yoruba - religion = animist - size = 37400 - } - - slaves = { - culture = yoruba - religion = animist - size = 36000 - } - - aristocrats = { - culture = fon - religion = animist - size = 50 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 200 - } - - soldiers = { - culture = fon - religion = animist - size = 50 - } - - farmers = { - culture = fon - religion = animist - size = 3600 - } + aristocrats = { + culture = yoruba + religion = animist + size = 1550 + } + + clergymen = { + culture = yoruba + religion = animist + size = 800 + } + + artisans = { + culture = yoruba + religion = animist + size = 3200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 1050 + } + + farmers = { + culture = yoruba + religion = animist + size = 37400 + } + + slaves = { + culture = yoruba + religion = animist + size = 36000 + } + + aristocrats = { + culture = fon + religion = animist + size = 50 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 200 + } + + soldiers = { + culture = fon + religion = animist + size = 50 + } + + farmers = { + culture = fon + religion = animist + size = 3600 + } } #Abeokuta (784000/196000 POPS) 1924 = { - aristocrats = { - culture = yoruba - religion = animist - size = 3650 - } - - clergymen = { - culture = yoruba - religion = animist - size = 1850 - } - - artisans = { - culture = yoruba - religion = animist - size = 7500 - } - - soldiers = { - culture = yoruba - religion = animist - size = 2000 - } - - farmers = { - culture = yoruba - religion = animist - size = 133000 - } - - slaves = { - culture = yoruba - religion = animist - size = 38000 - } - - aristocrats = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 500 - } - - soldiers = { - culture = fon - religion = animist - size = 100 - } - - farmers = { - culture = fon - religion = animist - size = 9100 - } + aristocrats = { + culture = yoruba + religion = animist + size = 3650 + } + + clergymen = { + culture = yoruba + religion = animist + size = 1850 + } + + artisans = { + culture = yoruba + religion = animist + size = 7500 + } + + soldiers = { + culture = yoruba + religion = animist + size = 2000 + } + + farmers = { + culture = yoruba + religion = animist + size = 133000 + } + + slaves = { + culture = yoruba + religion = animist + size = 38000 + } + + aristocrats = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 500 + } + + soldiers = { + culture = fon + religion = animist + size = 100 + } + + farmers = { + culture = fon + religion = animist + size = 9100 + } } #Ibadan (1160000/290000 POPS) 1925 = { - aristocrats = { - culture = yoruba - religion = animist - size = 5800 - } - - bureaucrats = { - culture = yoruba - religion = animist - size = 300 - } - - officers = { - culture = yoruba - religion = animist - size = 900 - } - - clergymen = { - culture = yoruba - religion = animist - size = 2900 - } - - artisans = { - culture = yoruba - religion = animist - size = 10000 - } - - artisans = { - culture = yoruba - religion = animist - size = 1700 - } - - soldiers = { - culture = yoruba - religion = animist - size = 3000 - } - - farmers = { - culture = yoruba - religion = animist - size = 203400 - } - - slaves = { - culture = yoruba - religion = animist - size = 62000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 5800 + } + + bureaucrats = { + culture = yoruba + religion = animist + size = 300 + } + + officers = { + culture = yoruba + religion = animist + size = 900 + } + + clergymen = { + culture = yoruba + religion = animist + size = 2900 + } + + artisans = { + culture = yoruba + religion = animist + size = 10000 + } + + artisans = { + culture = yoruba + religion = animist + size = 1700 + } + + soldiers = { + culture = yoruba + religion = animist + size = 3000 + } + + farmers = { + culture = yoruba + religion = animist + size = 203400 + } + + slaves = { + culture = yoruba + religion = animist + size = 62000 + } } #Ife (872000/218000 POPS) 1926 = { - aristocrats = { - culture = yoruba - religion = animist - size = 4250 - } - - clergymen = { - culture = yoruba - religion = animist - size = 2150 - } - - artisans = { - culture = yoruba - religion = animist - size = 10000 - } - - artisans = { - culture = yoruba - religion = animist - size = 800 - } - - soldiers = { - culture = yoruba - religion = animist - size = 2200 - } - - farmers = { - culture = yoruba - religion = animist - size = 158600 - } - - slaves = { - culture = yoruba - religion = animist - size = 40000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 4250 + } + + clergymen = { + culture = yoruba + religion = animist + size = 2150 + } + + artisans = { + culture = yoruba + religion = animist + size = 10000 + } + + artisans = { + culture = yoruba + religion = animist + size = 800 + } + + soldiers = { + culture = yoruba + religion = animist + size = 2200 + } + + farmers = { + culture = yoruba + religion = animist + size = 158600 + } + + slaves = { + culture = yoruba + religion = animist + size = 40000 + } } #Ilorin (248000/62000 POPS) african_Minor includes Nupe 1927 = { - aristocrats = { - culture = yoruba - religion = sunni - size = 950 - } - - clergymen = { - culture = yoruba - religion = sunni - size = 525 - } - - artisans = { - culture = yoruba - religion = animist - size = 2500 - } - - soldiers = { - culture = yoruba - religion = animist - size = 1100 - } - - farmers = { - culture = yoruba - religion = animist - size = 39025 - } - - slaves = { - culture = yoruba - religion = animist - size = 6000 - } - - aristocrats = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 175 - } - - artisans = { - culture = east_kwa - religion = animist - size = 500 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 125 - } - - farmers = { - culture = hausa - religion = animist - size = 9050 - } - - slaves = { - culture = hausa - religion = animist - size = 2000 - } + aristocrats = { + culture = yoruba + religion = sunni + size = 950 + } + + clergymen = { + culture = yoruba + religion = sunni + size = 525 + } + + artisans = { + culture = yoruba + religion = animist + size = 2500 + } + + soldiers = { + culture = yoruba + religion = animist + size = 1100 + } + + farmers = { + culture = yoruba + religion = animist + size = 39025 + } + + slaves = { + culture = yoruba + religion = animist + size = 6000 + } + + aristocrats = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 175 + } + + artisans = { + culture = east_kwa + religion = animist + size = 500 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 125 + } + + farmers = { + culture = hausa + religion = animist + size = 9050 + } + + slaves = { + culture = hausa + religion = animist + size = 2000 + } } #Edo Region (1676000) #ruled by Benin in 1836 #Benin (1144000/286000 POPS) 1928 = { - aristocrats = { - culture = edo - religion = animist - size = 4250 - } - - bureaucrats = { - culture = edo - religion = animist - size = 200 - } - - officers = { - culture = edo - religion = animist - size = 700 - } - - clergymen = { - culture = edo - religion = animist - size = 2150 - } - - artisans = { - culture = edo - religion = animist - size = 8600 - } - - soldiers = { - culture = edo - religion = animist - size = 3000 - } - - soldiers = { - culture = edo - religion = animist - size = 2000 - } - - farmers = { - culture = edo - religion = animist - size = 173100 - } - - slaves = { - culture = ibo - religion = animist - size = 20000 - } - - aristocrats = { - culture = yoruba - religion = animist - size = 1400 - } - - clergymen = { - culture = yoruba - religion = animist - size = 700 - } - - artisans = { - culture = yoruba - religion = animist - size = 2900 - } - - soldiers = { - culture = yoruba - religion = animist - size = 750 - } - - farmers = { - culture = yoruba - religion = animist - size = 44250 - } - - slaves = { - culture = yoruba - religion = animist - size = 22000 - } + aristocrats = { + culture = edo + religion = animist + size = 4250 + } + + bureaucrats = { + culture = edo + religion = animist + size = 200 + } + + officers = { + culture = edo + religion = animist + size = 700 + } + + clergymen = { + culture = edo + religion = animist + size = 2150 + } + + artisans = { + culture = edo + religion = animist + size = 8600 + } + + soldiers = { + culture = edo + religion = animist + size = 3000 + } + + soldiers = { + culture = edo + religion = animist + size = 2000 + } + + farmers = { + culture = edo + religion = animist + size = 173100 + } + + slaves = { + culture = ibo + religion = animist + size = 20000 + } + + aristocrats = { + culture = yoruba + religion = animist + size = 1400 + } + + clergymen = { + culture = yoruba + religion = animist + size = 700 + } + + artisans = { + culture = yoruba + religion = animist + size = 2900 + } + + soldiers = { + culture = yoruba + religion = animist + size = 750 + } + + farmers = { + culture = yoruba + religion = animist + size = 44250 + } + + slaves = { + culture = yoruba + religion = animist + size = 22000 + } } #Lokoja (332000/83000 POPS) 1930 = { - aristocrats = { - culture = edo - religion = animist - size = 575 - } - - clergymen = { - culture = edo - religion = animist - size = 300 - } - - artisans = { - culture = edo - religion = animist - size = 1175 - } - - soldiers = { - culture = edo - religion = animist - size = 300 - } - - farmers = { - culture = edo - religion = animist - size = 18650 - } - - farmers = { - culture = edo - religion = animist - size = 8000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 1100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 550 - } - - artisans = { - culture = east_kwa - religion = animist - size = 2250 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 575 - } - - farmers = { - culture = east_kwa - religion = animist - size = 35525 - } - - slaves = { - culture = east_kwa - religion = animist - size = 16000 - } - - aristocrats = { - culture = ibo - religion = animist - size = 1550 - } - - clergymen = { - culture = ibo - religion = animist - size = 775 - } - - artisans = { - culture = ibo - religion = animist - size = 3125 - } - - soldiers = { - culture = ibo - religion = animist - size = 800 - } - - farmers = { - culture = ibo - religion = animist - size = 45750 - } - - slaves = { - culture = ibo - religion = animist - size = 26000 - } + aristocrats = { + culture = edo + religion = animist + size = 575 + } + + clergymen = { + culture = edo + religion = animist + size = 300 + } + + artisans = { + culture = edo + religion = animist + size = 1175 + } + + soldiers = { + culture = edo + religion = animist + size = 300 + } + + farmers = { + culture = edo + religion = animist + size = 18650 + } + + farmers = { + culture = edo + religion = animist + size = 8000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 1100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 550 + } + + artisans = { + culture = east_kwa + religion = animist + size = 2250 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 575 + } + + farmers = { + culture = east_kwa + religion = animist + size = 35525 + } + + slaves = { + culture = east_kwa + religion = animist + size = 16000 + } + + aristocrats = { + culture = ibo + religion = animist + size = 1550 + } + + clergymen = { + culture = ibo + religion = animist + size = 775 + } + + artisans = { + culture = ibo + religion = animist + size = 3125 + } + + soldiers = { + culture = ibo + religion = animist + size = 800 + } + + farmers = { + culture = ibo + religion = animist + size = 45750 + } + + slaves = { + culture = ibo + religion = animist + size = 26000 + } } #Warri (1232000/308000 POPS) east_kwa includes Ijaw 1931 = { - aristocrats = { - culture = itsekari - religion = animist - size = 6150 - } - - bureaucrats = { - culture = itsekari - religion = animist - size = 600 - } - - clergymen = { - culture = itsekari - religion = animist - size = 3100 - } - - artisans = { - culture = itsekari - religion = animist - size = 10000 - } - - artisans = { - culture = itsekari - religion = animist - size = 2350 - } - - soldiers = { - culture = itsekari - religion = animist - size = 3000 - } - - soldiers = { - culture = itsekari - religion = animist - size = 100 - } - - farmers = { - culture = itsekari - religion = animist - size = 205300 - } - - slaves = { - culture = ibo - religion = animist - size = 78000 - } + aristocrats = { + culture = itsekari + religion = animist + size = 6150 + } + + bureaucrats = { + culture = itsekari + religion = animist + size = 600 + } + + clergymen = { + culture = itsekari + religion = animist + size = 3100 + } + + artisans = { + culture = itsekari + religion = animist + size = 10000 + } + + artisans = { + culture = itsekari + religion = animist + size = 2350 + } + + soldiers = { + culture = itsekari + religion = animist + size = 3000 + } + + soldiers = { + culture = itsekari + religion = animist + size = 100 + } + + farmers = { + culture = itsekari + religion = animist + size = 205300 + } + + slaves = { + culture = ibo + religion = animist + size = 78000 + } } #ruled by Benin in 1836 #Akure (312000/78000 POPS) african_Minor includes Nupe 1929 = { - aristocrats = { - culture = yoruba - religion = animist - size = 850 - } - - clergymen = { - culture = yoruba - religion = animist - size = 450 - } - - artisans = { - culture = yoruba - religion = animist - size = 2200 - } - - soldiers = { - culture = yoruba - religion = animist - size = 450 - } - - farmers = { - culture = yoruba - religion = animist - size = 34050 - } - - slaves = { - culture = yoruba - religion = animist - size = 6000 - } - - aristocrats = { - culture = edo - religion = animist - size = 200 - } - - clergymen = { - culture = edo - religion = animist - size = 100 - } - - artisans = { - culture = edo - religion = animist - size = 600 - } - - soldiers = { - culture = edo - religion = animist - size = 1150 - } - - farmers = { - culture = edo - religion = animist - size = 9950 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 400 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 200 - } - - artisans = { - culture = east_kwa - religion = animist - size = 900 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 250 - } - - farmers = { - culture = east_kwa - religion = animist - size = 14250 - } - - slaves = { - culture = east_kwa - religion = animist - size = 6000 - } + aristocrats = { + culture = yoruba + religion = animist + size = 850 + } + + clergymen = { + culture = yoruba + religion = animist + size = 450 + } + + artisans = { + culture = yoruba + religion = animist + size = 2200 + } + + soldiers = { + culture = yoruba + religion = animist + size = 450 + } + + farmers = { + culture = yoruba + religion = animist + size = 34050 + } + + slaves = { + culture = yoruba + religion = animist + size = 6000 + } + + aristocrats = { + culture = edo + religion = animist + size = 200 + } + + clergymen = { + culture = edo + religion = animist + size = 100 + } + + artisans = { + culture = edo + religion = animist + size = 600 + } + + soldiers = { + culture = edo + religion = animist + size = 1150 + } + + farmers = { + culture = edo + religion = animist + size = 9950 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 400 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 200 + } + + artisans = { + culture = east_kwa + religion = animist + size = 900 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 250 + } + + farmers = { + culture = east_kwa + religion = animist + size = 14250 + } + + slaves = { + culture = east_kwa + religion = animist + size = 6000 + } } #Oil Rivers Region (1580000) #uncolonized in 1836/ruled by Calabar and the Ibo States #Bonny (224000/56000 POPS) afrcan_minor includes Ijaw 1932 = { - aristocrats = { - culture = itsekari - religion = animist - size = 1100 - } - - clergymen = { - culture = itsekari - religion = animist - size = 550 - } - - artisans = { - culture = itsekari - religion = animist - size = 2250 - } - - soldiers = { - culture = itsekari - religion = animist - size = 1100 - } - - farmers = { - culture = itsekari - religion = animist - size = 50000 - } - - slaves = { - culture = ibibio - religion = animist - size = 14000 - } + aristocrats = { + culture = itsekari + religion = animist + size = 1100 + } + + clergymen = { + culture = itsekari + religion = animist + size = 550 + } + + artisans = { + culture = itsekari + religion = animist + size = 2250 + } + + soldiers = { + culture = itsekari + religion = animist + size = 1100 + } + + farmers = { + culture = itsekari + religion = animist + size = 50000 + } + + slaves = { + culture = ibibio + religion = animist + size = 14000 + } } #Awka (1264000/316000 POPS) 1933 = { - aristocrats = { - culture = ibo - religion = animist - size = 6300 - } - - clergymen = { - culture = ibo - religion = animist - size = 3150 - } - - artisans = { - culture = ibo - religion = animist - size = 10000 - } - - artisans = { - culture = ibo - religion = animist - size = 2650 - } - - soldiers = { - culture = ibo - religion = animist - size = 3000 - } - - soldiers = { - culture = ibo - religion = animist - size = 900 - } - - farmers = { - culture = ibo - religion = animist - size = 214000 - } - - slaves = { - culture = itsekari - religion = animist - size = 76000 - } + aristocrats = { + culture = ibo + religion = animist + size = 6300 + } + + clergymen = { + culture = ibo + religion = animist + size = 3150 + } + + artisans = { + culture = ibo + religion = animist + size = 10000 + } + + artisans = { + culture = ibo + religion = animist + size = 2650 + } + + soldiers = { + culture = ibo + religion = animist + size = 3000 + } + + soldiers = { + culture = ibo + religion = animist + size = 900 + } + + farmers = { + culture = ibo + religion = animist + size = 214000 + } + + slaves = { + culture = itsekari + religion = animist + size = 76000 + } } #Calabar (840000/210000 POPS) 1934 = { - aristocrats = { - culture = ibibio - religion = animist - size = 4150 - } - - bureaucrats = { - culture = ibibio - religion = animist - size = 450 - } - - clergymen = { - culture = ibibio - religion = animist - size = 2100 - } - - artisans = { - culture = ibibio - religion = animist - size = 8400 - } - - soldiers = { - culture = ibibio - religion = animist - size = 2100 - } - - farmers = { - culture = ibibio - religion = animist - size = 149250 - } - - slaves = { - culture = tiv - religion = animist - size = 44000 - } + aristocrats = { + culture = ibibio + religion = animist + size = 4150 + } + + bureaucrats = { + culture = ibibio + religion = animist + size = 450 + } + + clergymen = { + culture = ibibio + religion = animist + size = 2100 + } + + artisans = { + culture = ibibio + religion = animist + size = 8400 + } + + soldiers = { + culture = ibibio + religion = animist + size = 2100 + } + + farmers = { + culture = ibibio + religion = animist + size = 149250 + } + + slaves = { + culture = tiv + religion = animist + size = 44000 + } } #Aruchukwu (832000/208000 POPS) 1935 = { - aristocrats = { - culture = ibo - religion = animist - size = 4150 - } - - bureaucrats = { - culture = ibo - religion = animist - size = 450 - } - - clergymen = { - culture = ibo - religion = animist - size = 2100 - } - - artisans = { - culture = ibo - religion = animist - size = 8350 - } - - soldiers = { - culture = ibo - religion = animist - size = 2400 - } - - farmers = { - culture = ibo - religion = animist - size = 157000 - } - - slaves = { - culture = ibibio - religion = animist - size = 34000 - } + aristocrats = { + culture = ibo + religion = animist + size = 4150 + } + + bureaucrats = { + culture = ibo + religion = animist + size = 450 + } + + clergymen = { + culture = ibo + religion = animist + size = 2100 + } + + artisans = { + culture = ibo + religion = animist + size = 8350 + } + + soldiers = { + culture = ibo + religion = animist + size = 2400 + } + + farmers = { + culture = ibo + religion = animist + size = 157000 + } + + slaves = { + culture = ibibio + religion = animist + size = 34000 + } } #Kwararafa Region (548000) #uncolonized in 1836 #Makurdi (372000/93000 POPS) 1936 = { - aristocrats = { - culture = tiv - religion = animist - size = 1850 - } - - clergymen = { - culture = tiv - religion = animist - size = 925 - } - - artisans = { - culture = tiv - religion = animist - size = 3725 - } - - soldiers = { - culture = tiv - religion = animist - size = 950 - } - - farmers = { - culture = tiv - religion = animist - size = 62550 - } - - slaves = { - culture = ibo - religion = animist - size = 23000 - } + aristocrats = { + culture = tiv + religion = animist + size = 1850 + } + + clergymen = { + culture = tiv + religion = animist + size = 925 + } + + artisans = { + culture = tiv + religion = animist + size = 3725 + } + + soldiers = { + culture = tiv + religion = animist + size = 950 + } + + farmers = { + culture = tiv + religion = animist + size = 62550 + } + + slaves = { + culture = ibo + religion = animist + size = 23000 + } } #Tukari (176000/44000 POPS) 1937 = { - aristocrats = { - culture = tiv - religion = animist - size = 875 - } - - clergymen = { - culture = tiv - religion = animist - size = 450 - } - - artisans = { - culture = tiv - religion = animist - size = 1775 - } - - soldiers = { - culture = tiv - religion = animist - size = 450 - } - - farmers = { - culture = tiv - religion = animist - size = 56250 - } - - slaves = { - culture = tiv - religion = animist - size = 8000 - } + aristocrats = { + culture = tiv + religion = animist + size = 875 + } + + clergymen = { + culture = tiv + religion = animist + size = 450 + } + + artisans = { + culture = tiv + religion = animist + size = 1775 + } + + soldiers = { + culture = tiv + religion = animist + size = 450 + } + + farmers = { + culture = tiv + religion = animist + size = 56250 + } + + slaves = { + culture = tiv + religion = animist + size = 8000 + } } -#Borgu Region (56000) #see Benin.txt for balance of region +#Borgu Region (56000) #see Benin.txt for balance of region #ruled by Sokoto in 1836 -#Bussa (56000/14000 POPS) #now part of Nigeria +#Bussa (56000/14000 POPS) #now part of Nigeria 1938 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 25 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 50 - } - - artisans = { - culture = east_kwa - religion = animist - size = 100 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 25 - } - - farmers = { - culture = east_kwa - religion = animist - size = 1800 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = sunni - size = 225 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 125 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 500 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 125 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 9025 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 25 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 50 + } + + artisans = { + culture = east_kwa + religion = animist + size = 100 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 25 + } + + farmers = { + culture = east_kwa + religion = animist + size = 1800 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = sunni + size = 225 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 125 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 500 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 125 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 9025 + } } #Nupe-Jos Region (600000) #under rule of Sokoto in 1836 #Zaria (216000/54000 POPS) #african_Minor includes Gwari 1939 = { - aristocrats = { - culture = hausa - religion = sunni - size = 375 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 25 - } - - officers = { - culture = hausa - religion = sunni - size = 50 - } - - clergymen = { - culture = hausa - religion = sunni - size = 200 - } - - artisans = { - culture = hausa - religion = sunni - size = 1100 - } - - soldiers = { - culture = hausa - religion = sunni - size = 200 - } - - farmers = { - culture = hausa - religion = sunni - size = 41150 - } - - aristocrats = { - culture = hausa - religion = animist - size = 50 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 200 - } - - soldiers = { - culture = hausa - religion = animist - size = 50 - } - - farmers = { - culture = hausa - religion = animist - size = 3650 - } - - slaves = { - culture = hausa - religion = animist - size = 3000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 25 - } - - officers = { - culture = fulbe - religion = sunni - size = 50 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 400 - } - - artisans = { - culture = fulbe - religion = sunni - size = 775 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10375 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 200 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 100 - } - - artisans = { - culture = east_kwa - religion = animist - size = 550 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 125 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10025 - } - - slaves = { - culture = east_kwa - religion = animist - size = 3000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 375 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 25 + } + + officers = { + culture = hausa + religion = sunni + size = 50 + } + + clergymen = { + culture = hausa + religion = sunni + size = 200 + } + + artisans = { + culture = hausa + religion = sunni + size = 1100 + } + + soldiers = { + culture = hausa + religion = sunni + size = 200 + } + + farmers = { + culture = hausa + religion = sunni + size = 41150 + } + + aristocrats = { + culture = hausa + religion = animist + size = 50 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 200 + } + + soldiers = { + culture = hausa + religion = animist + size = 50 + } + + farmers = { + culture = hausa + religion = animist + size = 3650 + } + + slaves = { + culture = hausa + religion = animist + size = 3000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 25 + } + + officers = { + culture = fulbe + religion = sunni + size = 50 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 400 + } + + artisans = { + culture = fulbe + religion = sunni + size = 775 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10375 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 200 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 100 + } + + artisans = { + culture = east_kwa + religion = animist + size = 550 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 125 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10025 + } + + slaves = { + culture = east_kwa + religion = animist + size = 3000 + } } #Bida (68000/17000 POPS) #african_Minor includes Gwari 1940 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 325 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 175 - } - - artisans = { - culture = east_kwa - religion = animist - size = 700 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10625 - } - - slaves = { - culture = east_kwa - religion = animist - size = 5000 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 325 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 175 + } + + artisans = { + culture = east_kwa + religion = animist + size = 700 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10625 + } + + slaves = { + culture = east_kwa + religion = animist + size = 5000 + } } #Abuja (64000/16000 POPS) #african_Minor includes Gwari and Chamba 1941 = { - aristocrats = { - culture = east_kwa - religion = animist - size = 300 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 650 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10725 - } - - slaves = { - culture = east_kwa - religion = animist - size = 4000 - } + aristocrats = { + culture = east_kwa + religion = animist + size = 300 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 650 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10725 + } + + slaves = { + culture = east_kwa + religion = animist + size = 4000 + } } #Bauchi (152000/38000 POPS) #african_Minor includes Chamba 1942 = { - aristocrats = { - culture = hausa - religion = sunni - size = 150 - } - - clergymen = { - culture = hausa - religion = sunni - size = 100 - } - - artisans = { - culture = hausa - religion = sunni - size = 450 - } - - soldiers = { - culture = hausa - religion = sunni - size = 100 - } - - farmers = { - culture = hausa - religion = sunni - size = 8200 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 775 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 12600 - } - - aristocrats = { - culture = hausa - religion = animist - size = 50 - } - - clergymen = { - culture = hausa - religion = animist - size = 75 - } - - artisans = { - culture = hausa - religion = animist - size = 150 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 2700 - } - - slaves = { - culture = hausa - religion = animist - size = 2000 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 125 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 350 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 6375 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 150 + } + + clergymen = { + culture = hausa + religion = sunni + size = 100 + } + + artisans = { + culture = hausa + religion = sunni + size = 450 + } + + soldiers = { + culture = hausa + religion = sunni + size = 100 + } + + farmers = { + culture = hausa + religion = sunni + size = 8200 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 775 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 12600 + } + + aristocrats = { + culture = hausa + religion = animist + size = 50 + } + + clergymen = { + culture = hausa + religion = animist + size = 75 + } + + artisans = { + culture = hausa + religion = animist + size = 150 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 2700 + } + + slaves = { + culture = hausa + religion = animist + size = 2000 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 125 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 350 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 6375 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } #Jos (52000/13000 POPS) #african_Minor includes Chamba 1943 = { - aristocrats = { - culture = east_kwa - religion = sunni - size = 125 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 75 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 300 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 75 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 4425 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 100 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 300 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 5475 - } - - slaves = { - culture = east_kwa - religion = animist - size = 2000 - } + aristocrats = { + culture = east_kwa + religion = sunni + size = 125 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 75 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 300 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 75 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 4425 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 100 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 300 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 5475 + } + + slaves = { + culture = east_kwa + religion = animist + size = 2000 + } } #Gombe (48000/12000 POPS) 1944 = { - aristocrats = { - culture = east_kwa - religion = sunni - size = 175 - } - - clergymen = { - culture = east_kwa - religion = sunni - size = 100 - } - - artisans = { - culture = east_kwa - religion = sunni - size = 400 - } - - soldiers = { - culture = east_kwa - religion = sunni - size = 100 - } - - farmers = { - culture = east_kwa - religion = sunni - size = 41225 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 25 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 50 - } - - artisans = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 25 - } - - farmers = { - culture = east_kwa - religion = animist - size = 13800 - } - - slaves = { - culture = east_kwa - religion = animist - size = 10000 - } + aristocrats = { + culture = east_kwa + religion = sunni + size = 175 + } + + clergymen = { + culture = east_kwa + religion = sunni + size = 100 + } + + artisans = { + culture = east_kwa + religion = sunni + size = 400 + } + + soldiers = { + culture = east_kwa + religion = sunni + size = 100 + } + + farmers = { + culture = east_kwa + religion = sunni + size = 41225 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 25 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 50 + } + + artisans = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 25 + } + + farmers = { + culture = east_kwa + religion = animist + size = 13800 + } + + slaves = { + culture = east_kwa + religion = animist + size = 10000 + } } #Hausaland Region (3056000) #under rule of Sokoto in 1836 #Kano (852000/213000 POPS) 1945 = { - aristocrats = { - culture = hausa - religion = sunni - size = 2625 - } - - clergymen = { - culture = hausa - religion = sunni - size = 1325 - } - - artisans = { - culture = hausa - religion = sunni - size = 6600 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1325 - } - - farmers = { - culture = hausa - religion = sunni - size = 180125 - } - - aristocrats = { - culture = hausa - religion = animist - size = 550 - } - - clergymen = { - culture = hausa - religion = animist - size = 325 - } - - artisans = { - culture = hausa - religion = animist - size = 1500 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 47325 - } - - slaves = { - culture = hausa - religion = animist - size = 74000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 500 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 525 - } - - farmers = { - culture = fulbe - religion = sunni - size = 102925 - } + aristocrats = { + culture = hausa + religion = sunni + size = 2625 + } + + clergymen = { + culture = hausa + religion = sunni + size = 1325 + } + + artisans = { + culture = hausa + religion = sunni + size = 6600 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1325 + } + + farmers = { + culture = hausa + religion = sunni + size = 180125 + } + + aristocrats = { + culture = hausa + religion = animist + size = 550 + } + + clergymen = { + culture = hausa + religion = animist + size = 325 + } + + artisans = { + culture = hausa + religion = animist + size = 1500 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 47325 + } + + slaves = { + culture = hausa + religion = animist + size = 74000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 500 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 525 + } + + farmers = { + culture = fulbe + religion = sunni + size = 102925 + } } #Kebbi (252000/63000 POPS) 1946 = { - aristocrats = { - culture = hausa - religion = sunni - size = 800 - } - - clergymen = { - culture = hausa - religion = sunni - size = 400 - } - - artisans = { - culture = hausa - religion = sunni - size = 2050 - } - - soldiers = { - culture = hausa - religion = sunni - size = 425 - } - - farmers = { - culture = hausa - religion = sunni - size = 37325 - } - - aristocrats = { - culture = hausa - religion = animist - size = 25 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 100 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 1800 - } - - slaves = { - culture = hausa - religion = animist - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 375 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 200 - } - - artisans = { - culture = fulbe - religion = sunni - size = 800 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 16625 - } + aristocrats = { + culture = hausa + religion = sunni + size = 800 + } + + clergymen = { + culture = hausa + religion = sunni + size = 400 + } + + artisans = { + culture = hausa + religion = sunni + size = 2050 + } + + soldiers = { + culture = hausa + religion = sunni + size = 425 + } + + farmers = { + culture = hausa + religion = sunni + size = 37325 + } + + aristocrats = { + culture = hausa + religion = animist + size = 25 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 100 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 1800 + } + + slaves = { + culture = hausa + religion = animist + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 375 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 200 + } + + artisans = { + culture = fulbe + religion = sunni + size = 800 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 16625 + } } #Katsina (656000/164000 POPS) 1947 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1925 - } - - clergymen = { - culture = hausa - religion = sunni - size = 975 - } - - artisans = { - culture = hausa - religion = sunni - size = 4900 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1100 - } - - farmers = { - culture = hausa - religion = sunni - size = 150100 - } - - aristocrats = { - culture = hausa - religion = animist - size = 525 - } - - clergymen = { - culture = hausa - religion = animist - size = 275 - } - - artisans = { - culture = hausa - religion = animist - size = 1400 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 45500 - } - - slaves = { - culture = hausa - religion = animist - size = 54000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 725 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 375 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 375 - } - - farmers = { - culture = fulbe - religion = sunni - size = 100025 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1925 + } + + clergymen = { + culture = hausa + religion = sunni + size = 975 + } + + artisans = { + culture = hausa + religion = sunni + size = 4900 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1100 + } + + farmers = { + culture = hausa + religion = sunni + size = 150100 + } + + aristocrats = { + culture = hausa + religion = animist + size = 525 + } + + clergymen = { + culture = hausa + religion = animist + size = 275 + } + + artisans = { + culture = hausa + religion = animist + size = 1400 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 45500 + } + + slaves = { + culture = hausa + religion = animist + size = 54000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 725 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 375 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 375 + } + + farmers = { + culture = fulbe + religion = sunni + size = 100025 + } } #Sokoto (888000/220000 POPS) 1948 = { - aristocrats = { - culture = hausa - religion = sunni - size = 2325 - } - - bureaucrats = { - culture = hausa - religion = sunni - size = 125 - } - - officers = { - culture = hausa - religion = sunni - size = 250 - } - - clergymen = { - culture = hausa - religion = sunni - size = 1175 - } - - artisans = { - culture = hausa - religion = sunni - size = 5850 - } - - soldiers = { - culture = hausa - religion = sunni - size = 1175 - } - - farmers = { - culture = hausa - religion = sunni - size = 106025 - } - - aristocrats = { - culture = hausa - religion = animist - size = 575 - } - - clergymen = { - culture = hausa - religion = animist - size = 300 - } - - artisans = { - culture = hausa - religion = animist - size = 1500 - } - - soldiers = { - culture = hausa - religion = animist - size = 300 - } - - farmers = { - culture = hausa - religion = animist - size = 27325 - } - - slaves = { - culture = hausa - religion = animist - size = 13000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1325 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 150 - } - - officers = { - culture = fulbe - religion = sunni - size = 450 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 675 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2700 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 675 - } - - farmers = { - culture = fulbe - religion = sunni - size = 48025 - } - - aristocrats = { - culture = songhai - religion = sunni - size = 100 - } - - clergymen = { - culture = songhai - religion = sunni - size = 50 - } - - artisans = { - culture = songhai - religion = sunni - size = 300 - } - - soldiers = { - culture = songhai - religion = sunni - size = 75 - } - - farmers = { - culture = songhai - religion = sunni - size = 5475 - } + aristocrats = { + culture = hausa + religion = sunni + size = 2325 + } + + bureaucrats = { + culture = hausa + religion = sunni + size = 125 + } + + officers = { + culture = hausa + religion = sunni + size = 250 + } + + clergymen = { + culture = hausa + religion = sunni + size = 1175 + } + + artisans = { + culture = hausa + religion = sunni + size = 5850 + } + + soldiers = { + culture = hausa + religion = sunni + size = 1175 + } + + farmers = { + culture = hausa + religion = sunni + size = 106025 + } + + aristocrats = { + culture = hausa + religion = animist + size = 575 + } + + clergymen = { + culture = hausa + religion = animist + size = 300 + } + + artisans = { + culture = hausa + religion = animist + size = 1500 + } + + soldiers = { + culture = hausa + religion = animist + size = 300 + } + + farmers = { + culture = hausa + religion = animist + size = 27325 + } + + slaves = { + culture = hausa + religion = animist + size = 13000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1325 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 150 + } + + officers = { + culture = fulbe + religion = sunni + size = 450 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 675 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2700 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 675 + } + + farmers = { + culture = fulbe + religion = sunni + size = 48025 + } + + aristocrats = { + culture = songhai + religion = sunni + size = 100 + } + + clergymen = { + culture = songhai + religion = sunni + size = 50 + } + + artisans = { + culture = songhai + religion = sunni + size = 300 + } + + soldiers = { + culture = songhai + religion = sunni + size = 75 + } + + farmers = { + culture = songhai + religion = sunni + size = 5475 + } } #Hadejia (416000/104000 POPS) 1949 = { - aristocrats = { - culture = hausa - religion = sunni - size = 1150 - } - - clergymen = { - culture = hausa - religion = sunni - size = 600 - } - - artisans = { - culture = hausa - religion = sunni - size = 2950 - } - - soldiers = { - culture = hausa - religion = sunni - size = 600 - } - - farmers = { - culture = hausa - religion = sunni - size = 83700 - } - - aristocrats = { - culture = hausa - religion = animist - size = 225 - } - - clergymen = { - culture = hausa - religion = animist - size = 125 - } - - artisans = { - culture = hausa - religion = animist - size = 600 - } - - soldiers = { - culture = hausa - religion = animist - size = 125 - } - - farmers = { - culture = hausa - religion = animist - size = 35925 - } - - slaves = { - culture = hausa - religion = animist - size = 47000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 650 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 325 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1325 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 350 - } - - farmers = { - culture = fulbe - religion = sunni - size = 78350 - } + aristocrats = { + culture = hausa + religion = sunni + size = 1150 + } + + clergymen = { + culture = hausa + religion = sunni + size = 600 + } + + artisans = { + culture = hausa + religion = sunni + size = 2950 + } + + soldiers = { + culture = hausa + religion = sunni + size = 600 + } + + farmers = { + culture = hausa + religion = sunni + size = 83700 + } + + aristocrats = { + culture = hausa + religion = animist + size = 225 + } + + clergymen = { + culture = hausa + religion = animist + size = 125 + } + + artisans = { + culture = hausa + religion = animist + size = 600 + } + + soldiers = { + culture = hausa + religion = animist + size = 125 + } + + farmers = { + culture = hausa + religion = animist + size = 35925 + } + + slaves = { + culture = hausa + religion = animist + size = 47000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 650 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 325 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1325 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 350 + } + + farmers = { + culture = fulbe + religion = sunni + size = 78350 + } } -#Adamawa Region (140000) #see Cameroun.txt for balance of region +#Adamawa Region (140000) #see Cameroun.txt for balance of region #under rule of Sokoto in 1836 #Yola (140000/35000 POPS) 1950 = { - aristocrats = { - culture = hausa - religion = sunni - size = 50 - } - - clergymen = { - culture = hausa - religion = sunni - size = 50 - } - - artisans = { - culture = hausa - religion = sunni - size = 200 - } - - soldiers = { - culture = hausa - religion = sunni - size = 50 - } - - farmers = { - culture = hausa - religion = sunni - size = 3650 - } - - aristocrats = { - culture = hausa - religion = animist - size = 25 - } - - clergymen = { - culture = hausa - religion = animist - size = 50 - } - - artisans = { - culture = hausa - religion = animist - size = 100 - } - - soldiers = { - culture = hausa - religion = animist - size = 25 - } - - farmers = { - culture = hausa - religion = animist - size = 1800 - } - - slaves = { - culture = hausa - religion = animist - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 225 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 125 - } - - artisans = { - culture = fulbe - religion = sunni - size = 525 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 10125 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 300 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 650 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 175 - } - - farmers = { - culture = east_kwa - religion = animist - size = 10725 - } - - slaves = { - culture = east_kwa - religion = animist - size = 4000 - } + aristocrats = { + culture = hausa + religion = sunni + size = 50 + } + + clergymen = { + culture = hausa + religion = sunni + size = 50 + } + + artisans = { + culture = hausa + religion = sunni + size = 200 + } + + soldiers = { + culture = hausa + religion = sunni + size = 50 + } + + farmers = { + culture = hausa + religion = sunni + size = 3650 + } + + aristocrats = { + culture = hausa + religion = animist + size = 25 + } + + clergymen = { + culture = hausa + religion = animist + size = 50 + } + + artisans = { + culture = hausa + religion = animist + size = 100 + } + + soldiers = { + culture = hausa + religion = animist + size = 25 + } + + farmers = { + culture = hausa + religion = animist + size = 1800 + } + + slaves = { + culture = hausa + religion = animist + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 225 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 125 + } + + artisans = { + culture = fulbe + religion = sunni + size = 525 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 10125 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 300 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 650 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 175 + } + + farmers = { + culture = east_kwa + religion = animist + size = 10725 + } + + slaves = { + culture = east_kwa + religion = animist + size = 4000 + } } #Borno Region (2544000) #under rule of Kanem-Borno in 1836 #Kuka (960000/240000 POPS) 1951 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 4600 - } - - bureaucrats = { - culture = kanuri - religion = sunni - size = 800 - } - - officers = { - culture = kanuri - religion = sunni - size = 700 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 2500 - } - - artisans = { - culture = kanuri - religion = sunni - size = 9600 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 2400 - } - - farmers = { - culture = kanuri - religion = sunni - size = 160000 - } - - slaves = { - culture = hausa - religion = sunni - size = 60000 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 4600 + } + + bureaucrats = { + culture = kanuri + religion = sunni + size = 800 + } + + officers = { + culture = kanuri + religion = sunni + size = 700 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 2500 + } + + artisans = { + culture = kanuri + religion = sunni + size = 9600 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 2400 + } + + farmers = { + culture = kanuri + religion = sunni + size = 160000 + } + + slaves = { + culture = hausa + religion = sunni + size = 60000 + } } #Nguru (768000/192000 POPS) 1952 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 2200 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 1300 - } - - artisans = { - culture = kanuri - religion = sunni - size = 4800 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 1200 - } - - farmers = { - culture = kanuri - religion = sunni - size = 74500 - } - - slaves = { - culture = hausa - religion = sunni - size = 36000 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 1300 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 700 - } - - artisans = { - culture = fulbe - religion = sunni - size = 3600 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 800 - } - - farmers = { - culture = fulbe - religion = sunni - size = 65600 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 2200 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 1300 + } + + artisans = { + culture = kanuri + religion = sunni + size = 4800 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 1200 + } + + farmers = { + culture = kanuri + religion = sunni + size = 74500 + } + + slaves = { + culture = hausa + religion = sunni + size = 36000 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 1300 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 700 + } + + artisans = { + culture = fulbe + religion = sunni + size = 3600 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 800 + } + + farmers = { + culture = fulbe + religion = sunni + size = 65600 + } } #Dikoa (816000/204000 POPS) 1953 = { - aristocrats = { - culture = kanuri - religion = sunni - size = 3900 - } - - clergymen = { - culture = kanuri - religion = sunni - size = 2000 - } - - artisans = { - culture = kanuri - religion = sunni - size = 7900 - } - - soldiers = { - culture = kanuri - religion = sunni - size = 2000 - } - - farmers = { - culture = kanuri - religion = sunni - size = 144200 - } - - slaves = { - culture = hausa - religion = sunni - size = 36000 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 200 - } - - artisans = { - culture = bedouin - religion = sunni - size = 400 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 7200 - } + aristocrats = { + culture = kanuri + religion = sunni + size = 3900 + } + + clergymen = { + culture = kanuri + religion = sunni + size = 2000 + } + + artisans = { + culture = kanuri + religion = sunni + size = 7900 + } + + soldiers = { + culture = kanuri + religion = sunni + size = 2000 + } + + farmers = { + culture = kanuri + religion = sunni + size = 144200 + } + + slaves = { + culture = hausa + religion = sunni + size = 36000 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 200 + } + + artisans = { + culture = bedouin + religion = sunni + size = 400 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 7200 + } } diff --git a/HPM/history/pops/1861.4.14/Norway.txt b/HPM/history/pops/1861.4.14/Norway.txt index 9b008331..4b28026d 100644 --- a/HPM/history/pops/1861.4.14/Norway.txt +++ b/HPM/history/pops/1861.4.14/Norway.txt @@ -1,393 +1,393 @@ #Trondelag-Nordland Region - 304000 #Trondheim (140000/35000 POPS) 305 = { - bureaucrats = { - culture = norwegian - religion = protestant - size = 309.0 - } - - officers = { - culture = norwegian - religion = protestant - size = 51.5 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 154.5 - } - - artisans = { - culture = norwegian - religion = protestant - size = 3347.5 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 31157.5 - } + bureaucrats = { + culture = norwegian + religion = protestant + size = 309.0 + } + + officers = { + culture = norwegian + religion = protestant + size = 51.5 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 154.5 + } + + artisans = { + culture = norwegian + religion = protestant + size = 3347.5 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 31157.5 + } } #Bodo (56000/14000 POPS) 306 = { - clergymen = { - culture = norwegian - religion = protestant - size = 51.5 - } - - artisans = { - culture = norwegian - religion = protestant - size = 772.5 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 103.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 12463.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 1030.0 - } + clergymen = { + culture = norwegian + religion = protestant + size = 51.5 + } + + artisans = { + culture = norwegian + religion = protestant + size = 772.5 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 103.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 12463.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 1030.0 + } } #Hammerfest (36000/9000 POPS) 307 = { - clergymen = { - culture = norwegian - religion = protestant - size = 51.5 - } - - artisans = { - culture = norwegian - religion = protestant - size = 515.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 51.5 - } - - farmers = { - culture = norwegian - religion = protestant - size = 4532.0 - } - - farmers = { - culture = sami - religion = protestant - size = 2060.0 - } - - farmers = { - culture = finnish - religion = protestant - size = 2060.0 - } + clergymen = { + culture = norwegian + religion = protestant + size = 51.5 + } + + artisans = { + culture = norwegian + religion = protestant + size = 515.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 51.5 + } + + farmers = { + culture = norwegian + religion = protestant + size = 4532.0 + } + + farmers = { + culture = sami + religion = protestant + size = 2060.0 + } + + farmers = { + culture = finnish + religion = protestant + size = 2060.0 + } } #Alesund (72000/18000 POPS) 308 = { - clergymen = { - culture = norwegian - religion = protestant - size = 77.25 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 103.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 17329.75 - } + clergymen = { + culture = norwegian + religion = protestant + size = 77.25 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 103.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 17329.75 + } } #Jan Mayen St. Barths 3246 = { - aristocrats = { - culture = swedish - religion = protestant - size = 7 - } - - clergymen = { - culture = swedish - religion = protestant - size = 13 - } - - slaves = { - culture = afro_caribbean - religion = protestant - size = 973 - } + aristocrats = { + culture = swedish + religion = protestant + size = 7 + } + + clergymen = { + culture = swedish + religion = protestant + size = 13 + } + + slaves = { + culture = afro_caribbean + religion = protestant + size = 973 + } } #Vestlandet-Sorlandet Region : 544000 #Bergen (180000/45000 POPS) 309 = { - bureaucrats = { - culture = norwegian - religion = protestant - size = 515.0 - } - - officers = { - culture = norwegian - religion = protestant - size = 103.0 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 206.0 - } - - artisans = { - culture = norwegian - religion = protestant - size = 5150.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 39346.0 - } + bureaucrats = { + culture = norwegian + religion = protestant + size = 515.0 + } + + officers = { + culture = norwegian + religion = protestant + size = 103.0 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 206.0 + } + + artisans = { + culture = norwegian + religion = protestant + size = 5150.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 39346.0 + } } #Christiansand (164000/41000 POPS) 310 = { - clergymen = { - culture = norwegian - religion = protestant - size = 180.25 - } - - artisans = { - culture = norwegian - religion = protestant - size = 2060.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 38959.75 - } + clergymen = { + culture = norwegian + religion = protestant + size = 180.25 + } + + artisans = { + culture = norwegian + religion = protestant + size = 2060.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 38959.75 + } } #Skien (68000/17000 POPS) 311 = { - clergymen = { - culture = norwegian - religion = protestant - size = 77.25 - } - - artisans = { - culture = norwegian - religion = protestant - size = 772.5 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 103.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 16557.25 - } + clergymen = { + culture = norwegian + religion = protestant + size = 77.25 + } + + artisans = { + culture = norwegian + religion = protestant + size = 772.5 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 103.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 16557.25 + } } #Drammen (132000/33000 POPS) 312 = { - clergymen = { - culture = norwegian - religion = protestant - size = 128.75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 2060.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 257.5 - } - - farmers = { - culture = norwegian - religion = protestant - size = 32058.75 - } + clergymen = { + culture = norwegian + religion = protestant + size = 128.75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 2060.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 257.5 + } + + farmers = { + culture = norwegian + religion = protestant + size = 32058.75 + } } #Ostlandet Region - 352000 #Christiania (108000/27000 POPS) 313 = { - bureaucrats = { - culture = norwegian - religion = protestant - size = 515.0 - } - - officers = { - culture = norwegian - religion = protestant - size = 103.0 - } - - clergymen = { - culture = norwegian - religion = protestant - size = 128.75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 7210.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 18823.25 - } + bureaucrats = { + culture = norwegian + religion = protestant + size = 515.0 + } + + officers = { + culture = norwegian + religion = protestant + size = 103.0 + } + + clergymen = { + culture = norwegian + religion = protestant + size = 128.75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 7210.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 18823.25 + } } #Hamar (80000/20000 POPS) 314 = { - clergymen = { - culture = norwegian - religion = protestant - size = 103.0 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 154.5 - } - - farmers = { - culture = norwegian - religion = protestant - size = 19312.5 - } + clergymen = { + culture = norwegian + religion = protestant + size = 103.0 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 154.5 + } + + farmers = { + culture = norwegian + religion = protestant + size = 19312.5 + } } #Lillehammer (96000/24000 POPS) 315 = { - clergymen = { - culture = norwegian - religion = protestant - size = 128.75 - } - - artisans = { - culture = norwegian - religion = protestant - size = 1287.5 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 206.0 - } - - farmers = { - culture = norwegian - religion = protestant - size = 23097.75 - } + clergymen = { + culture = norwegian + religion = protestant + size = 128.75 + } + + artisans = { + culture = norwegian + religion = protestant + size = 1287.5 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 206.0 + } + + farmers = { + culture = norwegian + religion = protestant + size = 23097.75 + } } #Frederiksstad (68000/17000 POPS) 316 = { - clergymen = { - culture = norwegian - religion = protestant - size = 77.25 - } - - artisans = { - culture = norwegian - religion = protestant - size = 772.5 - } - - soldiers = { - culture = norwegian - religion = protestant - size = 154.5 - } - - farmers = { - culture = norwegian - religion = protestant - size = 16505.75 - } + clergymen = { + culture = norwegian + religion = protestant + size = 77.25 + } + + artisans = { + culture = norwegian + religion = protestant + size = 772.5 + } + + soldiers = { + culture = norwegian + religion = protestant + size = 154.5 + } + + farmers = { + culture = norwegian + religion = protestant + size = 16505.75 + } } diff --git a/HPM/history/pops/1861.4.14/Oman.txt b/HPM/history/pops/1861.4.14/Oman.txt index 123e50ed..7fd5b477 100644 --- a/HPM/history/pops/1861.4.14/Oman.txt +++ b/HPM/history/pops/1861.4.14/Oman.txt @@ -1,358 +1,358 @@ -#Oman (164000/41000 POPs) +#Oman (164000/41000 POPs) #under the rule of Oman in 1861 #Muscat (40000/10000 POPS) 1166 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 155 - } - - bureaucrats = { - culture = bedouin - religion = shiite - size = 150 - } - - officers = { - culture = bedouin - religion = shiite - size = 50 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 55 - } - - artisans = { - culture = bedouin - religion = shiite - size = 105 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1100 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 2250 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 105 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1900 - } - - artisans = { - culture = baluchi - religion = sunni - size = 75 - } - - farmers = { - culture = baluchi - religion = sunni - size = 900 - } - - clergymen = { - culture = persian - religion = shiite - size = 25 - } - - artisans = { - culture = persian - religion = shiite - size = 50 - } - - farmers = { - culture = persian - religion = shiite - size = 955 - } - - slaves = { - culture = lacustrine_bantu #african_minor - religion = animist - size = 2100.0 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 155 + } + + bureaucrats = { + culture = bedouin + religion = shiite + size = 150 + } + + officers = { + culture = bedouin + religion = shiite + size = 50 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 55 + } + + artisans = { + culture = bedouin + religion = shiite + size = 105 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1100 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 2250 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 105 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1900 + } + + artisans = { + culture = baluchi + religion = sunni + size = 75 + } + + farmers = { + culture = baluchi + religion = sunni + size = 900 + } + + clergymen = { + culture = persian + religion = shiite + size = 25 + } + + artisans = { + culture = persian + religion = shiite + size = 50 + } + + farmers = { + culture = persian + religion = shiite + size = 955 + } + + slaves = { + culture = lacustrine_bantu #african_minor + religion = animist + size = 2100.0 + } } #Suhar (20000/5000 POPS) 1169 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 50 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 75 - } - - artisans = { - culture = bedouin - religion = shiite - size = 200 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1050 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 3625 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 50 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 75 + } + + artisans = { + culture = bedouin + religion = shiite + size = 200 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1050 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 3625 + } } #Nizwa (28000/7000 POPS) 1170 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 75 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 75 - } - - artisans = { - culture = bedouin - religion = shiite - size = 250 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1050 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 4550 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 950 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 75 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 75 + } + + artisans = { + culture = bedouin + religion = shiite + size = 250 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1050 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 4550 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 950 + } } #Sur (28000/7000 POPS) 1171 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 50 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 100 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1050 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 1650 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1900 - } - - artisans = { - culture = baluchi - religion = sunni - size = 50 - } - - farmers = { - culture = baluchi - religion = sunni - size = 975 - } - - slaves = { - culture = lacustrine_bantu #african_minor - religion = animist - size = 1025 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 50 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 100 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1050 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 1650 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1900 + } + + artisans = { + culture = baluchi + religion = sunni + size = 50 + } + + farmers = { + culture = baluchi + religion = sunni + size = 975 + } + + slaves = { + culture = lacustrine_bantu #african_minor + religion = animist + size = 1025 + } } #Duqm (24000/6000 POPS) 1172 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 50 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 200 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1050 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 3625 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 950 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 50 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 200 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1050 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 3625 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 950 + } } #Salalah (24000/6000 POPS) 1174 = { - aristocrats = { - culture = bedouin - religion = shiite - size = 50 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 50 - } - - artisans = { - culture = bedouin - religion = shiite - size = 200 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 1050 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 3625 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 950 - } + aristocrats = { + culture = bedouin + religion = shiite + size = 50 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 50 + } + + artisans = { + culture = bedouin + religion = shiite + size = 200 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 1050 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 3625 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 950 + } } diff --git a/HPM/history/pops/1861.4.14/Panama.txt b/HPM/history/pops/1861.4.14/Panama.txt index 8a109713..d2767d6e 100644 --- a/HPM/history/pops/1861.4.14/Panama.txt +++ b/HPM/history/pops/1861.4.14/Panama.txt @@ -1,353 +1,353 @@ #Panama Region (165600) #Balboa (16000/4000 POPS) 1723 = { - aristocrats = { - culture = central_american - religion = catholic - size = 20 - } - - clergymen = { - culture = central_american - religion = catholic - size = 30 - } - - artisans = { - culture = central_american - religion = catholic - size = 150 - } - - soldiers = { - culture = central_american - religion = catholic - size = 50 - } - - farmers = { - culture = central_american - religion = catholic - size = 1100 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1825 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 650 - } + aristocrats = { + culture = central_american + religion = catholic + size = 20 + } + + clergymen = { + culture = central_american + religion = catholic + size = 30 + } + + artisans = { + culture = central_american + religion = catholic + size = 150 + } + + soldiers = { + culture = central_american + religion = catholic + size = 50 + } + + farmers = { + culture = central_american + religion = catholic + size = 1100 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1825 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 650 + } } #Panama City (67600/16900 POPS) 2204 = { - aristocrats = { - culture = central_american - religion = catholic - size = 225 - } - - bureaucrats = { - culture = central_american - religion = catholic - size = 325 - } - - officers = { - culture = central_american - religion = catholic - size = 75 - } - - clergymen = { - culture = central_american - religion = catholic - size = 175 - } - - artisans = { - culture = central_american - religion = catholic - size = 2400 - } - - soldiers = { - culture = central_american - religion = catholic - size = 1500 - } - - farmers = { - culture = central_american - religion = catholic - size = 7000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3575 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1300 - } + aristocrats = { + culture = central_american + religion = catholic + size = 225 + } + + bureaucrats = { + culture = central_american + religion = catholic + size = 325 + } + + officers = { + culture = central_american + religion = catholic + size = 75 + } + + clergymen = { + culture = central_american + religion = catholic + size = 175 + } + + artisans = { + culture = central_american + religion = catholic + size = 2400 + } + + soldiers = { + culture = central_american + religion = catholic + size = 1500 + } + + farmers = { + culture = central_american + religion = catholic + size = 7000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3575 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1300 + } } #David (36000/9000 POPS) 2205 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 100 - } - - artisans = { - culture = central_american - religion = catholic - size = 1100 - } - - soldiers = { - culture = central_american - religion = catholic - size = 500 - } - - farmers = { - culture = central_american - religion = catholic - size = 6000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 870 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 300 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 100 + } + + artisans = { + culture = central_american + religion = catholic + size = 1100 + } + + soldiers = { + culture = central_american + religion = catholic + size = 500 + } + + farmers = { + culture = central_american + religion = catholic + size = 6000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 870 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 300 + } } #Penonome (30000/7500 POPS) 2206 = { - aristocrats = { - culture = central_american - religion = catholic - size = 150 - } - - clergymen = { - culture = central_american - religion = catholic - size = 100 - } - - artisans = { - culture = central_american - religion = catholic - size = 1100 - } - - soldiers = { - culture = central_american - religion = catholic - size = 500 - } - - farmers = { - culture = central_american - religion = catholic - size = 4500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 870 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 300 - } + aristocrats = { + culture = central_american + religion = catholic + size = 150 + } + + clergymen = { + culture = central_american + religion = catholic + size = 100 + } + + artisans = { + culture = central_american + religion = catholic + size = 1100 + } + + soldiers = { + culture = central_american + religion = catholic + size = 500 + } + + farmers = { + culture = central_american + religion = catholic + size = 4500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 870 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 300 + } } #Yaviza (16000/4000 POPS) 2208 = { - aristocrats = { - culture = central_american - religion = catholic - size = 20 - } - - clergymen = { - culture = central_american - religion = catholic - size = 40 - } - - artisans = { - culture = central_american - religion = catholic - size = 50 - } - - soldiers = { - culture = central_american - religion = catholic - size = 40 - } - - farmers = { - culture = central_american - religion = catholic - size = 1350 - } - - aristocrats = { - culture = north_andean - religion = catholic - size = 20 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 40 - } - - artisans = { - culture = north_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 15 - } - - farmers = { - culture = north_andean - religion = catholic - size = 1125 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size = 10 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1150 - } + aristocrats = { + culture = central_american + religion = catholic + size = 20 + } + + clergymen = { + culture = central_american + religion = catholic + size = 40 + } + + artisans = { + culture = central_american + religion = catholic + size = 50 + } + + soldiers = { + culture = central_american + religion = catholic + size = 40 + } + + farmers = { + culture = central_american + religion = catholic + size = 1350 + } + + aristocrats = { + culture = north_andean + religion = catholic + size = 20 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 40 + } + + artisans = { + culture = north_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 15 + } + + farmers = { + culture = north_andean + religion = catholic + size = 1125 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size = 10 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1150 + } } diff --git a/HPM/history/pops/1861.4.14/Papua New Guinea.txt b/HPM/history/pops/1861.4.14/Papua New Guinea.txt index 4c8e5c2d..b69799bb 100644 --- a/HPM/history/pops/1861.4.14/Papua New Guinea.txt +++ b/HPM/history/pops/1861.4.14/Papua New Guinea.txt @@ -2,227 +2,227 @@ #uncolonized in 1836 #Port Moresby (212000/53000 POPS) 2528 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1055.75 - } - - clergymen = { - culture = melanesian - religion = animist - size = 540.75 - } - - artisans = { - culture = melanesian - religion = animist - size = 2729.5 - } - - soldiers = { - culture = melanesian - religion = animist - size = 566.5 - } - - farmers = { - culture = melanesian - religion = animist - size = 49800.5 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1055.75 + } + + clergymen = { + culture = melanesian + religion = animist + size = 540.75 + } + + artisans = { + culture = melanesian + religion = animist + size = 2729.5 + } + + soldiers = { + culture = melanesian + religion = animist + size = 566.5 + } + + farmers = { + culture = melanesian + religion = animist + size = 49800.5 + } } #Kerema (116000/29000 POPS) 2529 = { - aristocrats = { - culture = melanesian - religion = animist - size = 566.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 309.0 - } - - artisans = { - culture = melanesian - religion = animist - size = 1493.5 - } - - soldiers = { - culture = melanesian - religion = animist - size = 309.0 - } - - farmers = { - culture = melanesian - religion = animist - size = 27192.0 - } + aristocrats = { + culture = melanesian + religion = animist + size = 566.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 309.0 + } + + artisans = { + culture = melanesian + religion = animist + size = 1493.5 + } + + soldiers = { + culture = melanesian + religion = animist + size = 309.0 + } + + farmers = { + culture = melanesian + religion = animist + size = 27192.0 + } } #Lae (264000/66000 POPS) 2530 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1339.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 669.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 3399.0 - } - - soldiers = { - culture = melanesian - religion = animist - size = 695.25 - } - - farmers = { - culture = melanesian - religion = animist - size = 61877.25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1339.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 669.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 3399.0 + } + + soldiers = { + culture = melanesian + religion = animist + size = 695.25 + } + + farmers = { + culture = melanesian + religion = animist + size = 61877.25 + } } #Madang (300000/75000 POPS) 2531 = { - aristocrats = { - culture = melanesian - religion = animist - size = 1519.25 - } - - clergymen = { - culture = melanesian - religion = animist - size = 772.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 3862.5 - } - - soldiers = { - culture = melanesian - religion = animist - size = 772.5 - } - - farmers = { - culture = melanesian - religion = animist - size = 70426.25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 1519.25 + } + + clergymen = { + culture = melanesian + religion = animist + size = 772.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 3862.5 + } + + soldiers = { + culture = melanesian + religion = animist + size = 772.5 + } + + farmers = { + culture = melanesian + religion = animist + size = 70426.25 + } } #Northern Melanesia (226000) #uncolonized in 1836} #New Ireland (104000/POPS) 1531 = { - aristocrats = { - culture = melanesian - religion = animist - size = 515.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 257.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 1339.0 - } - - soldiers = { - culture = melanesian - religion = animist - size = 283.25 - } - - farmers = { - culture = melanesian - religion = animist - size = 24385.25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 515.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 257.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 1339.0 + } + + soldiers = { + culture = melanesian + religion = animist + size = 283.25 + } + + farmers = { + culture = melanesian + religion = animist + size = 24385.25 + } } #New Britain (144000/POPS) 2537 = { - aristocrats = { - culture = melanesian - religion = animist - size = 721.0 - } - - clergymen = { - culture = melanesian - religion = animist - size = 360.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 1854.0 - } - - soldiers = { - culture = melanesian - religion = animist - size = 386.25 - } - - farmers = { - culture = melanesian - religion = animist - size = 33758.25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 721.0 + } + + clergymen = { + culture = melanesian + religion = animist + size = 360.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 1854.0 + } + + soldiers = { + culture = melanesian + religion = animist + size = 386.25 + } + + farmers = { + culture = melanesian + religion = animist + size = 33758.25 + } } #Bougainville (56000/POPS) 2539 = { - aristocrats = { - culture = melanesian - religion = animist - size = 257.5 - } - - clergymen = { - culture = melanesian - religion = animist - size = 154.5 - } - - artisans = { - culture = melanesian - religion = animist - size = 721.0 - } - - soldiers = { - culture = melanesian - religion = animist - size = 154.5 - } - - farmers = { - culture = melanesian - religion = animist - size = 13132.5 - } + aristocrats = { + culture = melanesian + religion = animist + size = 257.5 + } + + clergymen = { + culture = melanesian + religion = animist + size = 154.5 + } + + artisans = { + culture = melanesian + religion = animist + size = 721.0 + } + + soldiers = { + culture = melanesian + religion = animist + size = 154.5 + } + + farmers = { + culture = melanesian + religion = animist + size = 13132.5 + } } diff --git a/HPM/history/pops/1861.4.14/Paraguay.txt b/HPM/history/pops/1861.4.14/Paraguay.txt index 3000e580..3acd9f33 100644 --- a/HPM/history/pops/1861.4.14/Paraguay.txt +++ b/HPM/history/pops/1861.4.14/Paraguay.txt @@ -2,462 +2,462 @@ #Under loose authority of Paraguay 1836 #Fortin Falcon (8000/2000 POPS) 2337 = { - aristocrats = { - culture = guarani - religion = animist - size = 25.75 - } - - clergymen = { - culture = guarani - religion = animist - size = 51.5 - } - - artisans = { - culture = guarani - religion = animist - size = 103.0 - } - - soldiers = { - culture = guarani - religion = animist - size = 25.75 - } - - farmers = { - culture = guarani - religion = animist - size = 1854.0 - } + aristocrats = { + culture = guarani + religion = animist + size = 25.75 + } + + clergymen = { + culture = guarani + religion = animist + size = 51.5 + } + + artisans = { + culture = guarani + religion = animist + size = 103.0 + } + + soldiers = { + culture = guarani + religion = animist + size = 25.75 + } + + farmers = { + culture = guarani + religion = animist + size = 1854.0 + } } #Puerto Guarani (8000/2000 POPS) 2338 = { - aristocrats = { - culture = guarani - religion = animist - size = 25.75 - } - - clergymen = { - culture = guarani - religion = animist - size = 51.5 - } - - artisans = { - culture = guarani - religion = animist - size = 103.0 - } - - soldiers = { - culture = guarani - religion = animist - size = 25.75 - } - - farmers = { - culture = guarani - religion = animist - size = 1854.0 - } + aristocrats = { + culture = guarani + religion = animist + size = 25.75 + } + + clergymen = { + culture = guarani + religion = animist + size = 51.5 + } + + artisans = { + culture = guarani + religion = animist + size = 103.0 + } + + soldiers = { + culture = guarani + religion = animist + size = 25.75 + } + + farmers = { + culture = guarani + religion = animist + size = 1854.0 + } } #Paraguay Region (636000) #see Brazil.txt & Argentina.txt for balance of region #Under rule of Paraguay 1836 #Asuncion (368000/92000 POPS) 2339 = { - aristocrats = { - culture = platinean - religion = catholic - size = 1905.5 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 206.0 - } - - officers = { - culture = platinean - religion = catholic - size = 154.5 - } - - clergymen = { - culture = platinean - religion = catholic - size = 798.25 - } - - artisans = { - culture = platinean - religion = catholic - size = 3296.0 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1030.0 - } - - farmers = { - culture = platinean - religion = catholic - size = 58529.75 - } - - clergymen = { - culture = guarani - religion = catholic - size = 128.75 - } - - artisans = { - culture = guarani - religion = catholic - size = 1236.0 - } - - soldiers = { - culture = guarani - religion = catholic - size = 257.5 - } - - farmers = { - culture = guarani - religion = catholic - size = 23097.75 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 51.5 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 257.5 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 51.5 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3244.5 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1545.0 - } + aristocrats = { + culture = platinean + religion = catholic + size = 1905.5 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 206.0 + } + + officers = { + culture = platinean + religion = catholic + size = 154.5 + } + + clergymen = { + culture = platinean + religion = catholic + size = 798.25 + } + + artisans = { + culture = platinean + religion = catholic + size = 3296.0 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1030.0 + } + + farmers = { + culture = platinean + religion = catholic + size = 58529.75 + } + + clergymen = { + culture = guarani + religion = catholic + size = 128.75 + } + + artisans = { + culture = guarani + religion = catholic + size = 1236.0 + } + + soldiers = { + culture = guarani + religion = catholic + size = 257.5 + } + + farmers = { + culture = guarani + religion = catholic + size = 23097.75 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 51.5 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 257.5 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 51.5 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3244.5 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1545.0 + } } #Pilar (68000/17000 POPS) 2340 = { - aristocrats = { - culture = platinean - religion = catholic - size = 360.5 - } - - clergymen = { - culture = platinean - religion = catholic - size = 103.0 - } - - artisans = { - culture = platinean - religion = catholic - size = 206.0 - } - - soldiers = { - culture = platinean - religion = catholic - size = 51.5 - } - - farmers = { - culture = platinean - religion = catholic - size = 3399.0 - } - - clergymen = { - culture = guarani - religion = catholic - size = 51.5 - } - - artisans = { - culture = guarani - religion = catholic - size = 618.0 - } - - soldiers = { - culture = guarani - religion = catholic - size = 128.75 - } - - farmers = { - culture = guarani - religion = catholic - size = 11561.75 - } - - clergymen = { - culture = guarani - religion = animist - size = 25.75 - } - - artisans = { - culture = guarani - religion = animist - size = 51.5 - } - - soldiers = { - culture = guarani - religion = animist - size = 15.450000000000001 - } - - farmers = { - culture = guarani - religion = animist - size = 937.3000000000001 - } + aristocrats = { + culture = platinean + religion = catholic + size = 360.5 + } + + clergymen = { + culture = platinean + religion = catholic + size = 103.0 + } + + artisans = { + culture = platinean + religion = catholic + size = 206.0 + } + + soldiers = { + culture = platinean + religion = catholic + size = 51.5 + } + + farmers = { + culture = platinean + religion = catholic + size = 3399.0 + } + + clergymen = { + culture = guarani + religion = catholic + size = 51.5 + } + + artisans = { + culture = guarani + religion = catholic + size = 618.0 + } + + soldiers = { + culture = guarani + religion = catholic + size = 128.75 + } + + farmers = { + culture = guarani + religion = catholic + size = 11561.75 + } + + clergymen = { + culture = guarani + religion = animist + size = 25.75 + } + + artisans = { + culture = guarani + religion = animist + size = 51.5 + } + + soldiers = { + culture = guarani + religion = animist + size = 15.450000000000001 + } + + farmers = { + culture = guarani + religion = animist + size = 937.3000000000001 + } } #Encarnacion (100000/25000 POPS) 2341 = { - aristocrats = { - culture = platinean - religion = catholic - size = 515.0 - } - - clergymen = { - culture = platinean - religion = catholic - size = 128.75 - } - - artisans = { - culture = platinean - religion = catholic - size = 206.0 - } - - soldiers = { - culture = platinean - religion = catholic - size = 51.5 - } - - farmers = { - culture = platinean - religion = catholic - size = 3218.75 - } - - clergymen = { - culture = guarani - religion = catholic - size = 103.0 - } - - artisans = { - culture = guarani - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = guarani - religion = catholic - size = 1030.0 - } - - farmers = { - culture = guarani - religion = catholic - size = 19879.0 - } - - clergymen = { - culture = guarani - religion = animist - size = 25.75 - } - - artisans = { - culture = guarani - religion = animist - size = 51.5 - } - - soldiers = { - culture = guarani - religion = animist - size = 15.450000000000001 - } - - farmers = { - culture = guarani - religion = animist - size = 937.3000000000001 - } + aristocrats = { + culture = platinean + religion = catholic + size = 515.0 + } + + clergymen = { + culture = platinean + religion = catholic + size = 128.75 + } + + artisans = { + culture = platinean + religion = catholic + size = 206.0 + } + + soldiers = { + culture = platinean + religion = catholic + size = 51.5 + } + + farmers = { + culture = platinean + religion = catholic + size = 3218.75 + } + + clergymen = { + culture = guarani + religion = catholic + size = 103.0 + } + + artisans = { + culture = guarani + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = guarani + religion = catholic + size = 1030.0 + } + + farmers = { + culture = guarani + religion = catholic + size = 19879.0 + } + + clergymen = { + culture = guarani + religion = animist + size = 25.75 + } + + artisans = { + culture = guarani + religion = animist + size = 51.5 + } + + soldiers = { + culture = guarani + religion = animist + size = 15.450000000000001 + } + + farmers = { + culture = guarani + religion = animist + size = 937.3000000000001 + } } #San Pedro (84000/21000 POPS) 2342 = { - aristocrats = { - culture = platinean - religion = catholic - size = 437.75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 128.75 - } - - artisans = { - culture = platinean - religion = catholic - size = 206.0 - } - - soldiers = { - culture = platinean - religion = catholic - size = 51.5 - } - - farmers = { - culture = platinean - religion = catholic - size = 3296.0 - } - - clergymen = { - culture = guarani - religion = catholic - size = 77.25 - } - - artisans = { - culture = guarani - religion = catholic - size = 824.0 - } - - soldiers = { - culture = guarani - religion = catholic - size = 1030.0 - } - - farmers = { - culture = guarani - religion = catholic - size = 14548.75 - } - - clergymen = { - culture = guarani - religion = animist - size = 25.75 - } - - artisans = { - culture = guarani - religion = animist - size = 51.5 - } - - soldiers = { - culture = guarani - religion = animist - size = 15.450000000000001 - } - - farmers = { - culture = guarani - religion = animist - size = 937.3000000000001 - } + aristocrats = { + culture = platinean + religion = catholic + size = 437.75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 128.75 + } + + artisans = { + culture = platinean + religion = catholic + size = 206.0 + } + + soldiers = { + culture = platinean + religion = catholic + size = 51.5 + } + + farmers = { + culture = platinean + religion = catholic + size = 3296.0 + } + + clergymen = { + culture = guarani + religion = catholic + size = 77.25 + } + + artisans = { + culture = guarani + religion = catholic + size = 824.0 + } + + soldiers = { + culture = guarani + religion = catholic + size = 1030.0 + } + + farmers = { + culture = guarani + religion = catholic + size = 14548.75 + } + + clergymen = { + culture = guarani + religion = animist + size = 25.75 + } + + artisans = { + culture = guarani + religion = animist + size = 51.5 + } + + soldiers = { + culture = guarani + religion = animist + size = 15.450000000000001 + } + + farmers = { + culture = guarani + religion = animist + size = 937.3000000000001 + } } #Concepcion (16000/4000 POPS) 2343 = { - clergymen = { - culture = platinean - religion = catholic - size = 25.75 - } - - artisans = { - culture = platinean - religion = catholic - size = 51.5 - } - - soldiers = { - culture = platinean - religion = catholic - size = 25.75 - } - - farmers = { - culture = platinean - religion = catholic - size = 927.0 - } - - aristocrats = { - culture = guarani - religion = animist - size = 51.5 - } - - clergymen = { - culture = guarani - religion = animist - size = 77.25 - } - - artisans = { - culture = guarani - religion = animist - size = 154.5 - } - - soldiers = { - culture = guarani - religion = animist - size = 25.75 - } - - farmers = { - culture = guarani - religion = animist - size = 2781.0 - } + clergymen = { + culture = platinean + religion = catholic + size = 25.75 + } + + artisans = { + culture = platinean + religion = catholic + size = 51.5 + } + + soldiers = { + culture = platinean + religion = catholic + size = 25.75 + } + + farmers = { + culture = platinean + religion = catholic + size = 927.0 + } + + aristocrats = { + culture = guarani + religion = animist + size = 51.5 + } + + clergymen = { + culture = guarani + religion = animist + size = 77.25 + } + + artisans = { + culture = guarani + religion = animist + size = 154.5 + } + + soldiers = { + culture = guarani + religion = animist + size = 25.75 + } + + farmers = { + culture = guarani + religion = animist + size = 2781.0 + } } diff --git a/HPM/history/pops/1861.4.14/Peru.txt b/HPM/history/pops/1861.4.14/Peru.txt index 60381fc6..0b0ba177 100644 --- a/HPM/history/pops/1861.4.14/Peru.txt +++ b/HPM/history/pops/1861.4.14/Peru.txt @@ -1,1367 +1,1367 @@ #Loreto Region (138000) #Iquitos (84000/21000 POPS) 2286 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 75 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 100 - } - - officers = { - culture = south_andean - religion = catholic - size = 25 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 700 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 7750 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 200 - } - - soldiers = { - culture = quechua - religion = catholic - size = 25 - } - - farmers = { - culture = quechua - religion = catholic - size = 1750 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 175 - } - - clergymen = { - culture = amazonian - religion = animist - size = 100 - } - - artisans = { - culture = amazonian - religion = animist - size = 500 - } - - soldiers = { - culture = amazonian - religion = animist - size = 100 - } - - farmers = { - culture = amazonian - religion = animist - size = 9125 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 75 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 100 + } + + officers = { + culture = south_andean + religion = catholic + size = 25 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 700 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 7750 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 200 + } + + soldiers = { + culture = quechua + religion = catholic + size = 25 + } + + farmers = { + culture = quechua + religion = catholic + size = 1750 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 175 + } + + clergymen = { + culture = amazonian + religion = animist + size = 100 + } + + artisans = { + culture = amazonian + religion = animist + size = 500 + } + + soldiers = { + culture = amazonian + religion = animist + size = 100 + } + + farmers = { + culture = amazonian + religion = animist + size = 9125 + } } #Yurimagues (18000/4500 POPS) 2287 = { - farmers = { - culture = south_andean - religion = catholic - size = 500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 3700 - } + farmers = { + culture = south_andean + religion = catholic + size = 500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 3700 + } } #Yuncos (18000/4500 POPS) 2288 = { - farmers = { - culture = south_andean - religion = catholic - size = 500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 3700 - } + farmers = { + culture = south_andean + religion = catholic + size = 500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 3700 + } } #Puca Urco (18000/4500 POPS) 2289 = { - farmers = { - culture = south_andean - religion = catholic - size = 500 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 3700 - } + farmers = { + culture = south_andean + religion = catholic + size = 500 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 3700 + } } #Cajamarca Region (460000) #Cajamarca (228000/57000 POPS) 2290 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 800 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 925 - } - - officers = { - culture = south_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 300 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1800 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = south_andean - religion = catholic - size = 14000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 375 - } - - artisans = { - culture = quechua - religion = catholic - size = 2125 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 35000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 800 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 925 + } + + officers = { + culture = south_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 300 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1800 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = south_andean + religion = catholic + size = 14000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 375 + } + + artisans = { + culture = quechua + religion = catholic + size = 2125 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 35000 + } } #Piura (94000/23500 POPS) 2291 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 100 - } - - artisans = { - culture = south_andean - religion = catholic - size = 575 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 4250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 150 - } - - artisans = { - culture = quechua - religion = catholic - size = 1350 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 13000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 450 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 950 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 100 + } + + artisans = { + culture = south_andean + religion = catholic + size = 575 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 4250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 150 + } + + artisans = { + culture = quechua + religion = catholic + size = 1350 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 13000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 450 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 950 + } } #Trujillo (102000/25500 POPS) 2292 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 975 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 7500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 150 - } - - artisans = { - culture = quechua - religion = catholic - size = 1350 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 11000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 450 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 950 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 975 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 7500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 150 + } + + artisans = { + culture = quechua + religion = catholic + size = 1350 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 11000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 450 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 950 + } } #Moyobamba (36000/9000 POPS) 2294 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 25 - } - - farmers = { - culture = south_andean - religion = catholic - size = 4250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 25 - } - - artisans = { - culture = quechua - religion = catholic - size = 50 - } - - soldiers = { - culture = quechua - religion = catholic - size = 10 - } - - farmers = { - culture = quechua - religion = catholic - size = 1415 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 25 + } + + farmers = { + culture = south_andean + religion = catholic + size = 4250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 25 + } + + artisans = { + culture = quechua + religion = catholic + size = 50 + } + + soldiers = { + culture = quechua + religion = catholic + size = 10 + } + + farmers = { + culture = quechua + religion = catholic + size = 1415 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Junin Region (306000) #Huanuco (54000/13500 POPS) 2293 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 200 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 500 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 100 - } - - artisans = { - culture = quechua - religion = catholic - size = 400 - } - - soldiers = { - culture = quechua - religion = catholic - size = 100 - } - - farmers = { - culture = quechua - religion = catholic - size = 9400 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 200 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 500 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 100 + } + + artisans = { + culture = quechua + religion = catholic + size = 400 + } + + soldiers = { + culture = quechua + religion = catholic + size = 100 + } + + farmers = { + culture = quechua + religion = catholic + size = 9400 + } } #Jauja (90000/22500 POPS) 2296 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 75 - } - - artisans = { - culture = south_andean - religion = catholic - size = 600 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 3250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 175 - } - - artisans = { - culture = quechua - religion = catholic - size = 1825 - } - - soldiers = { - culture = quechua - religion = catholic - size = 250 - } - - farmers = { - culture = quechua - religion = catholic - size = 15750 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 75 + } + + artisans = { + culture = south_andean + religion = catholic + size = 600 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 3250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 175 + } + + artisans = { + culture = quechua + religion = catholic + size = 1825 + } + + soldiers = { + culture = quechua + religion = catholic + size = 250 + } + + farmers = { + culture = quechua + religion = catholic + size = 15750 + } } #Ayacucho (162000/40500 POPS) 2299 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 575 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 600 - } - - officers = { - culture = south_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 525 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5250 - } - - clergymen = { - culture = quechua - religion = catholic - size = 325 - } - - artisans = { - culture = quechua - religion = catholic - size = 2675 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 29500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 575 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 600 + } + + officers = { + culture = south_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 525 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5250 + } + + clergymen = { + culture = quechua + religion = catholic + size = 325 + } + + artisans = { + culture = quechua + religion = catholic + size = 2675 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 29500 + } } #Lima Region (736000) #Lima (492000/123000 POPS) 2295 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1675 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 1475 - } - - officers = { - culture = south_andean - religion = catholic - size = 300 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 1500 - } - - artisans = { - culture = south_andean - religion = catholic - size = 17050 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 5000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 70000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 125 - } - - artisans = { - culture = quechua - religion = catholic - size = 2375 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1500 - } - - farmers = { - culture = quechua - religion = catholic - size = 16000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 2425 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 500 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1500 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1675 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 1475 + } + + officers = { + culture = south_andean + religion = catholic + size = 300 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 1500 + } + + artisans = { + culture = south_andean + religion = catholic + size = 17050 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 5000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 70000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 125 + } + + artisans = { + culture = quechua + religion = catholic + size = 2375 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1500 + } + + farmers = { + culture = quechua + religion = catholic + size = 16000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 2425 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 500 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1500 + } } #Ica (94000/23500 POPS) 2297 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1100 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 550 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 75 - } - - artisans = { - culture = quechua - religion = catholic - size = 925 - } - - soldiers = { - culture = quechua - religion = catholic - size = 500 - } - - farmers = { - culture = quechua - religion = catholic - size = 13500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 775 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 625 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1100 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 550 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 75 + } + + artisans = { + culture = quechua + religion = catholic + size = 925 + } + + soldiers = { + culture = quechua + religion = catholic + size = 500 + } + + farmers = { + culture = quechua + religion = catholic + size = 13500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 775 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 625 + } } #Huaraz (150000/37500 POPS) 2298 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 525 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 175 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1300 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 7500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 375 - } - - artisans = { - culture = quechua - religion = catholic - size = 1625 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1500 - } - - farmers = { - culture = quechua - religion = catholic - size = 21000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 700 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 800 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 525 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 175 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1300 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 7500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 375 + } + + artisans = { + culture = quechua + religion = catholic + size = 1625 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1500 + } + + farmers = { + culture = quechua + religion = catholic + size = 21000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 700 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 800 + } } #Ucayali Region (48000) #Pucallpa (30000/7500 POPS) 2300 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 15 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 60 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 50 - } - - artisans = { - culture = south_andean - religion = catholic - size = 500 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 125 - } - - farmers = { - culture = south_andean - religion = catholic - size = 2750 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 75 - } - - clergymen = { - culture = amazonian - religion = animist - size = 50 - } - - artisans = { - culture = amazonian - religion = animist - size = 200 - } - - soldiers = { - culture = amazonian - religion = animist - size = 50 - } - - farmers = { - culture = amazonian - religion = animist - size = 3625 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 15 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 60 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 50 + } + + artisans = { + culture = south_andean + religion = catholic + size = 500 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 125 + } + + farmers = { + culture = south_andean + religion = catholic + size = 2750 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 75 + } + + clergymen = { + culture = amazonian + religion = animist + size = 50 + } + + artisans = { + culture = amazonian + religion = animist + size = 200 + } + + soldiers = { + culture = amazonian + religion = animist + size = 50 + } + + farmers = { + culture = amazonian + religion = animist + size = 3625 + } } #Puerto Maldonado (18000/4500 POPS) 2301 = { - clergymen = { - culture = south_andean - religion = catholic - size = 25 - } - - artisans = { - culture = south_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 75 - } - - farmers = { - culture = south_andean - religion = catholic - size = 1150 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + clergymen = { + culture = south_andean + religion = catholic + size = 25 + } + + artisans = { + culture = south_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 75 + } + + farmers = { + culture = south_andean + religion = catholic + size = 1150 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Cusco Region (606360) #Cusco (342360/85590 POPS) 2302 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 1150 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 1500 - } - - officers = { - culture = south_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 400 - } - - artisans = { - culture = south_andean - religion = catholic - size = 2265 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = south_andean - religion = catholic - size = 18000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 900 - } - - artisans = { - culture = quechua - religion = catholic - size = 4100 - } - - soldiers = { - culture = quechua - religion = catholic - size = 4000 - } - - farmers = { - culture = quechua - religion = catholic - size = 51000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 1150 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 1500 + } + + officers = { + culture = south_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 400 + } + + artisans = { + culture = south_andean + religion = catholic + size = 2265 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = south_andean + religion = catholic + size = 18000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 900 + } + + artisans = { + culture = quechua + religion = catholic + size = 4100 + } + + soldiers = { + culture = quechua + religion = catholic + size = 4000 + } + + farmers = { + culture = quechua + religion = catholic + size = 51000 + } } #Puno (156000/39000 POPS) 2303 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 575 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 525 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5500 - } - - clergymen = { - culture = quechua - religion = catholic - size = 500 - } - - artisans = { - culture = quechua - religion = catholic - size = 2500 - } - - soldiers = { - culture = quechua - religion = catholic - size = 1100 - } - - farmers = { - culture = quechua - religion = catholic - size = 28000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 575 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 525 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5500 + } + + clergymen = { + culture = quechua + religion = catholic + size = 500 + } + + artisans = { + culture = quechua + religion = catholic + size = 2500 + } + + soldiers = { + culture = quechua + religion = catholic + size = 1100 + } + + farmers = { + culture = quechua + religion = catholic + size = 28000 + } } #Arequipa (108000/27000 POPS) 2304 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 375 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 125 - } - - artisans = { - culture = south_andean - religion = catholic - size = 1250 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 250 - } - - farmers = { - culture = south_andean - religion = catholic - size = 5000 - } - - clergymen = { - culture = quechua - religion = catholic - size = 300 - } - - artisans = { - culture = quechua - religion = catholic - size = 2000 - } - - soldiers = { - culture = quechua - religion = catholic - size = 700 - } - - farmers = { - culture = quechua - religion = catholic - size = 17000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 375 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 125 + } + + artisans = { + culture = south_andean + religion = catholic + size = 1250 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 250 + } + + farmers = { + culture = south_andean + religion = catholic + size = 5000 + } + + clergymen = { + culture = quechua + religion = catholic + size = 300 + } + + artisans = { + culture = quechua + religion = catholic + size = 2000 + } + + soldiers = { + culture = quechua + religion = catholic + size = 700 + } + + farmers = { + culture = quechua + religion = catholic + size = 17000 + } } #Atacama Region (150000) #see Chile.txt for balance of Region #Tacna (150000/37500 POPS) 2578 = { - aristocrats = { - culture = south_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = south_andean - religion = catholic - size = 300 - } - - officers = { - culture = south_andean - religion = catholic - size = 75 - } - - clergymen = { - culture = south_andean - religion = catholic - size = 150 - } - - artisans = { - culture = south_andean - religion = catholic - size = 925 - } - - soldiers = { - culture = south_andean - religion = catholic - size = 500 - } - - farmers = { - culture = south_andean - religion = catholic - size = 7000 - } - - clergymen = { - culture = aimara - religion = catholic - size = 300 - } - - artisans = { - culture = aimara - religion = catholic - size = 1700 - } - - soldiers = { - culture = aimara - religion = catholic - size = 1100 - } - - farmers = { - culture = aimara - religion = catholic - size = 25000 - } + aristocrats = { + culture = south_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = south_andean + religion = catholic + size = 300 + } + + officers = { + culture = south_andean + religion = catholic + size = 75 + } + + clergymen = { + culture = south_andean + religion = catholic + size = 150 + } + + artisans = { + culture = south_andean + religion = catholic + size = 925 + } + + soldiers = { + culture = south_andean + religion = catholic + size = 500 + } + + farmers = { + culture = south_andean + religion = catholic + size = 7000 + } + + clergymen = { + culture = aimara + religion = catholic + size = 300 + } + + artisans = { + culture = aimara + religion = catholic + size = 1700 + } + + soldiers = { + culture = aimara + religion = catholic + size = 1100 + } + + farmers = { + culture = aimara + religion = catholic + size = 25000 + } } diff --git a/HPM/history/pops/1861.4.14/Philippines.txt b/HPM/history/pops/1861.4.14/Philippines.txt index 96e8ee1c..2dc72504 100644 --- a/HPM/history/pops/1861.4.14/Philippines.txt +++ b/HPM/history/pops/1861.4.14/Philippines.txt @@ -2,781 +2,781 @@ #Ruled by Spain in 1836 #Manila (780000/195000 POPS) 1455 = { - aristocrats = { - culture = spanish - religion = catholic - size = 206.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 412.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 257.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 1081.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 103.0 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 1287.5 - } - - bureaucrats = { - culture = filipino - religion = catholic - size = 463.5 - } - - clergymen = { - culture = filipino - religion = catholic - size = 772.5 - } - - artisans = { - culture = filipino - religion = catholic - size = 29870.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 4120.0 - } - - farmers = { - culture = filipino - religion = catholic - size = 140646.5 - } - - artisans = { - culture = nanfaren - religion = catholic - size = 1236.0 - } - - farmers = { - culture = nanfaren - religion = catholic - size = 824.0 - } - - clergymen = { - culture = malay - religion = catholic - size = 77.25 - } - - artisans = { - culture = malay - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = malay - religion = catholic - size = 206.0 - } - - farmers = { - culture = malay - religion = catholic - size = 18256.75 - } + aristocrats = { + culture = spanish + religion = catholic + size = 206.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 412.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 257.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 1081.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 103.0 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 1287.5 + } + + bureaucrats = { + culture = filipino + religion = catholic + size = 463.5 + } + + clergymen = { + culture = filipino + religion = catholic + size = 772.5 + } + + artisans = { + culture = filipino + religion = catholic + size = 29870.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 4120.0 + } + + farmers = { + culture = filipino + religion = catholic + size = 140646.5 + } + + artisans = { + culture = nanfaren + religion = catholic + size = 1236.0 + } + + farmers = { + culture = nanfaren + religion = catholic + size = 824.0 + } + + clergymen = { + culture = malay + religion = catholic + size = 77.25 + } + + artisans = { + culture = malay + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = malay + religion = catholic + size = 206.0 + } + + farmers = { + culture = malay + religion = catholic + size = 18256.75 + } } #Vigan (608000/152000 POPS) 1456 = { - aristocrats = { - culture = filipino - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = filipino - religion = catholic - size = 643.75 - } - - artisans = { - culture = filipino - religion = catholic - size = 7570.5 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1545.0 - } - - farmers = { - culture = filipino - religion = catholic - size = 138560.75 - } - - clergymen = { - culture = asian_minor - religion = catholic - size = 51.5 - } - - artisans = { - culture = asian_minor - religion = catholic - size = 257.5 - } - - soldiers = { - culture = asian_minor - religion = catholic - size = 51.5 - } - - farmers = { - culture = asian_minor - religion = catholic - size = 6849.5 - } + aristocrats = { + culture = filipino + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = filipino + religion = catholic + size = 643.75 + } + + artisans = { + culture = filipino + religion = catholic + size = 7570.5 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1545.0 + } + + farmers = { + culture = filipino + religion = catholic + size = 138560.75 + } + + clergymen = { + culture = asian_minor + religion = catholic + size = 51.5 + } + + artisans = { + culture = asian_minor + religion = catholic + size = 257.5 + } + + soldiers = { + culture = asian_minor + religion = catholic + size = 51.5 + } + + farmers = { + culture = asian_minor + religion = catholic + size = 6849.5 + } } #Legazpi (564000/141000 POPS) 1457 = { - aristocrats = { - culture = filipino - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = filipino - religion = catholic - size = 643.75 - } - - artisans = { - culture = filipino - religion = catholic - size = 6695.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1390.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 126200.75 - } - - clergymen = { - culture = malay - religion = catholic - size = 51.5 - } - - artisans = { - culture = malay - religion = catholic - size = 515.0 - } - - soldiers = { - culture = malay - religion = catholic - size = 103.0 - } - - farmers = { - culture = malay - religion = catholic - size = 8600.5 - } + aristocrats = { + culture = filipino + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = filipino + religion = catholic + size = 643.75 + } + + artisans = { + culture = filipino + religion = catholic + size = 6695.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1390.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 126200.75 + } + + clergymen = { + culture = malay + religion = catholic + size = 51.5 + } + + artisans = { + culture = malay + religion = catholic + size = 515.0 + } + + soldiers = { + culture = malay + religion = catholic + size = 103.0 + } + + farmers = { + culture = malay + religion = catholic + size = 8600.5 + } } #Mindoro (224000/56000 POPS) 1458 = { - aristocrats = { - culture = filipino - religion = catholic - size = 412.0 - } - - clergymen = { - culture = filipino - religion = catholic - size = 180.25 - } - - artisans = { - culture = filipino - religion = catholic - size = 2163.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 463.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 40041.25 - } - - clergymen = { - culture = filipino - religion = sunni - size = 128.75 - } - - artisans = { - culture = filipino - religion = sunni - size = 772.5 - } - - soldiers = { - culture = filipino - religion = sunni - size = 103.0 - } - - farmers = { - culture = filipino - religion = sunni - size = 11355.75 - } + aristocrats = { + culture = filipino + religion = catholic + size = 412.0 + } + + clergymen = { + culture = filipino + religion = catholic + size = 180.25 + } + + artisans = { + culture = filipino + religion = catholic + size = 2163.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 463.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 40041.25 + } + + clergymen = { + culture = filipino + religion = sunni + size = 128.75 + } + + artisans = { + culture = filipino + religion = sunni + size = 772.5 + } + + soldiers = { + culture = filipino + religion = sunni + size = 103.0 + } + + farmers = { + culture = filipino + religion = sunni + size = 11355.75 + } } #Visayas Region (1044000 POPS) #under rule of Spain 1836 #Palawan (80000/20000 POPS) 1459 = { - aristocrats = { - culture = filipino - religion = catholic - size = 25.75 - } - - clergymen = { - culture = filipino - religion = catholic - size = 25.75 - } - - artisans = { - culture = filipino - religion = catholic - size = 206.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 51.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 3811.0 - } - - aristocrats = { - culture = filipino - religion = sunni - size = 77.25 - } - - clergymen = { - culture = filipino - religion = sunni - size = 51.5 - } - - artisans = { - culture = filipino - religion = sunni - size = 309.0 - } - - soldiers = { - culture = filipino - religion = sunni - size = 77.25 - } - - farmers = { - culture = filipino - religion = sunni - size = 5665.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 463.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 103.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 9656.25 - } + aristocrats = { + culture = filipino + religion = catholic + size = 25.75 + } + + clergymen = { + culture = filipino + religion = catholic + size = 25.75 + } + + artisans = { + culture = filipino + religion = catholic + size = 206.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 51.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 3811.0 + } + + aristocrats = { + culture = filipino + religion = sunni + size = 77.25 + } + + clergymen = { + culture = filipino + religion = sunni + size = 51.5 + } + + artisans = { + culture = filipino + religion = sunni + size = 309.0 + } + + soldiers = { + culture = filipino + religion = sunni + size = 77.25 + } + + farmers = { + culture = filipino + religion = sunni + size = 5665.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 463.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 103.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 9656.25 + } } #Iloilo (312000/78000 POPS) 1460 = { - aristocrats = { - culture = filipino - religion = catholic - size = 669.5 - } - - clergymen = { - culture = filipino - religion = catholic - size = 360.5 - } - - artisans = { - culture = filipino - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 772.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 66692.5 - } - - clergymen = { - culture = filipino - religion = sunni - size = 77.25 - } - - artisans = { - culture = filipino - religion = sunni - size = 515.0 - } - - soldiers = { - culture = filipino - religion = sunni - size = 103.0 - } - - farmers = { - culture = filipino - religion = sunni - size = 7544.75 - } + aristocrats = { + culture = filipino + religion = catholic + size = 669.5 + } + + clergymen = { + culture = filipino + religion = catholic + size = 360.5 + } + + artisans = { + culture = filipino + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 772.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 66692.5 + } + + clergymen = { + culture = filipino + religion = sunni + size = 77.25 + } + + artisans = { + culture = filipino + religion = sunni + size = 515.0 + } + + soldiers = { + culture = filipino + religion = sunni + size = 103.0 + } + + farmers = { + culture = filipino + religion = sunni + size = 7544.75 + } } #Tacloban (348000/87000 POPS) 1461 = { - aristocrats = { - culture = filipino - religion = catholic - size = 772.5 - } - - clergymen = { - culture = filipino - religion = catholic - size = 643.75 - } - - artisans = { - culture = filipino - religion = catholic - size = 4377.5 - } - - soldiers = { - culture = filipino - religion = catholic - size = 875.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 82528.75 - } + aristocrats = { + culture = filipino + religion = catholic + size = 772.5 + } + + clergymen = { + culture = filipino + religion = catholic + size = 643.75 + } + + artisans = { + culture = filipino + religion = catholic + size = 4377.5 + } + + soldiers = { + culture = filipino + religion = catholic + size = 875.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 82528.75 + } } #Cebu (304000/76000 POPS) 2565 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 128.75 - } - - clergymen = { - culture = spanish - religion = catholic - size = 51.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 25.75 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 695.25 - } - - bureaucrats = { - culture = filipino - religion = catholic - size = 386.25 - } - - clergymen = { - culture = filipino - religion = catholic - size = 463.5 - } - - artisans = { - culture = filipino - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = filipino - religion = catholic - size = 772.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 65971.5 - } - - clergymen = { - culture = filipino - religion = sunni - size = 51.5 - } - - artisans = { - culture = filipino - religion = sunni - size = 515.0 - } - - soldiers = { - culture = filipino - religion = sunni - size = 77.25 - } - - farmers = { - culture = filipino - religion = sunni - size = 5536.25 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 128.75 + } + + clergymen = { + culture = spanish + religion = catholic + size = 51.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 25.75 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 695.25 + } + + bureaucrats = { + culture = filipino + religion = catholic + size = 386.25 + } + + clergymen = { + culture = filipino + religion = catholic + size = 463.5 + } + + artisans = { + culture = filipino + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = filipino + religion = catholic + size = 772.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 65971.5 + } + + clergymen = { + culture = filipino + religion = sunni + size = 51.5 + } + + artisans = { + culture = filipino + religion = sunni + size = 515.0 + } + + soldiers = { + culture = filipino + religion = sunni + size = 77.25 + } + + farmers = { + culture = filipino + religion = sunni + size = 5536.25 + } } #Mindanao Region (496000) #Under Spanish "Rule" 1836 #Davao (152000/38000 POPS) 1463 = { - bureaucrats = { - culture = spanish - religion = catholic - size = 77.25 - } - - clergymen = { - culture = spanish - religion = catholic - size = 51.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 25.75 - } - - aristocrats = { - culture = filipino - religion = catholic - size = 103.0 - } - - clergymen = { - culture = filipino - religion = catholic - size = 103.0 - } - - artisans = { - culture = filipino - religion = catholic - size = 875.5 - } - - soldiers = { - culture = filipino - religion = catholic - size = 1030.0 - } - - farmers = { - culture = filipino - religion = catholic - size = 15244.0 - } - - aristocrats = { - culture = filipino - religion = sunni - size = 103.0 - } - - clergymen = { - culture = filipino - religion = sunni - size = 103.0 - } - - artisans = { - culture = filipino - religion = sunni - size = 618.0 - } - - soldiers = { - culture = filipino - religion = sunni - size = 103.0 - } - - farmers = { - culture = filipino - religion = sunni - size = 11433.0 - } - - farmers = { - culture = malay - religion = catholic - size = 1030.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 360.5 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 103.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 7596.25 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 77.25 + } + + clergymen = { + culture = spanish + religion = catholic + size = 51.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 25.75 + } + + aristocrats = { + culture = filipino + religion = catholic + size = 103.0 + } + + clergymen = { + culture = filipino + religion = catholic + size = 103.0 + } + + artisans = { + culture = filipino + religion = catholic + size = 875.5 + } + + soldiers = { + culture = filipino + religion = catholic + size = 1030.0 + } + + farmers = { + culture = filipino + religion = catholic + size = 15244.0 + } + + aristocrats = { + culture = filipino + religion = sunni + size = 103.0 + } + + clergymen = { + culture = filipino + religion = sunni + size = 103.0 + } + + artisans = { + culture = filipino + religion = sunni + size = 618.0 + } + + soldiers = { + culture = filipino + religion = sunni + size = 103.0 + } + + farmers = { + culture = filipino + religion = sunni + size = 11433.0 + } + + farmers = { + culture = malay + religion = catholic + size = 1030.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 360.5 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 103.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 7596.25 + } } #Under rule of Sultans of Sulu in 1836 #Zamboanga (300000/75000 POPS) 1462 = { - aristocrats = { - culture = filipino - religion = sunni - size = 618.0 - } - - clergymen = { - culture = filipino - religion = sunni - size = 515.0 - } - - artisans = { - culture = filipino - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = filipino - religion = sunni - size = 515.0 - } - - farmers = { - culture = filipino - religion = sunni - size = 46247.0 - } - - clergymen = { - culture = filipino - religion = catholic - size = 51.5 - } - - artisans = { - culture = filipino - religion = catholic - size = 772.5 - } - - farmers = { - culture = filipino - religion = catholic - size = 12566.0 - } - - slaves = { - culture = filipino - religion = catholic - size = 4120.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 103.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 309.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 103.0 - } - - farmers = { - culture = asian_minor - religion = animist - size = 8780.75 - } + aristocrats = { + culture = filipino + religion = sunni + size = 618.0 + } + + clergymen = { + culture = filipino + religion = sunni + size = 515.0 + } + + artisans = { + culture = filipino + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = filipino + religion = sunni + size = 515.0 + } + + farmers = { + culture = filipino + religion = sunni + size = 46247.0 + } + + clergymen = { + culture = filipino + religion = catholic + size = 51.5 + } + + artisans = { + culture = filipino + religion = catholic + size = 772.5 + } + + farmers = { + culture = filipino + religion = catholic + size = 12566.0 + } + + slaves = { + culture = filipino + religion = catholic + size = 4120.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 103.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 309.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 103.0 + } + + farmers = { + culture = asian_minor + religion = animist + size = 8780.75 + } } #Jolo (44000/11000 POPS) 1464 = { - aristocrats = { - culture = malay - religion = sunni - size = 103.0 - } - - bureaucrats = { - culture = malay - religion = sunni - size = 77.25 - } - - officers = { - culture = malay - religion = sunni - size = 77.25 - } - - clergymen = { - culture = malay - religion = sunni - size = 103.0 - } - - artisans = { - culture = malay - religion = sunni - size = 618.0 - } - - soldiers = { - culture = malay - religion = sunni - size = 231.75 - } - - farmers = { - culture = malay - religion = sunni - size = 10119.75 - } + aristocrats = { + culture = malay + religion = sunni + size = 103.0 + } + + bureaucrats = { + culture = malay + religion = sunni + size = 77.25 + } + + officers = { + culture = malay + religion = sunni + size = 77.25 + } + + clergymen = { + culture = malay + religion = sunni + size = 103.0 + } + + artisans = { + culture = malay + religion = sunni + size = 618.0 + } + + soldiers = { + culture = malay + religion = sunni + size = 231.75 + } + + farmers = { + culture = malay + religion = sunni + size = 10119.75 + } } diff --git a/HPM/history/pops/1861.4.14/Poland.txt b/HPM/history/pops/1861.4.14/Poland.txt index 898cfb7f..41f818d6 100644 --- a/HPM/history/pops/1861.4.14/Poland.txt +++ b/HPM/history/pops/1861.4.14/Poland.txt @@ -2,3113 +2,3113 @@ #under the rule of Prussia 1836 #Stettin (484000/121000 POPS) #Part of Poland since 1945 546 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1287.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 1339.0 - } - - officers = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1158.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 8497.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 10000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 3090.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 110947.75 - } - - clergymen = { - culture = north_german - religion = jewish - size = 25.75 - } - - artisans = { - culture = north_german - religion = jewish - size = 1004.25 - } - - clergymen = { - culture = polish - religion = catholic - size = 20.6 - } - - artisans = { - culture = polish - religion = catholic - size = 51.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 10.3 - } - - farmers = { - culture = polish - religion = catholic - size = 947.6 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1287.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 1339.0 + } + + officers = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1158.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 8497.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 10000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 3090.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 110947.75 + } + + clergymen = { + culture = north_german + religion = jewish + size = 25.75 + } + + artisans = { + culture = north_german + religion = jewish + size = 1004.25 + } + + clergymen = { + culture = polish + religion = catholic + size = 20.6 + } + + artisans = { + culture = polish + religion = catholic + size = 51.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 10.3 + } + + farmers = { + culture = polish + religion = catholic + size = 947.6 + } } #Kolberg (160000/40000 POPS) #Part of Poland since 1945 679 = { - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 386.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 1957.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 33406.25 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 103.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 1879.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 386.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 1957.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 33406.25 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 103.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 1879.75 + } } #Koslin (160000/40000 POPS) #Part of Poland since 1945 680 = { - aristocrats = { - culture = north_german - religion = protestant - size = 257.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 257.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1390.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 2000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 22874.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 103.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 566.5 - } - - soldiers = { - culture = north_german - religion = catholic - size = 103.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 10557.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 103.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 25.75 - } - - farmers = { - culture = polish - religion = catholic - size = 1879.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 257.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 257.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1390.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 2000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 22874.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 103.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 566.5 + } + + soldiers = { + culture = north_german + religion = catholic + size = 103.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 10557.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 103.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 25.75 + } + + farmers = { + culture = polish + religion = catholic + size = 1879.75 + } } #Brandenburg Region (208000) #see Poland.txt for balance of region #under the rule of Prussia 1836 #Kustrin (208000/52000 POPS) #Part of Poland since 1945 681 = { - aristocrats = { - culture = north_german - religion = protestant - size = 540.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 463.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2472.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2060.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 43817.75 - } - - artisans = { - culture = north_german - religion = jewish - size = 206.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 540.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 463.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2472.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2060.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 43817.75 + } + + artisans = { + culture = north_german + religion = jewish + size = 206.0 + } } #Silesia Region (2568000) #see Czechia.txt and Germany.txt for balance of region #under the rule of Prussia in 1836 #Breslau (936000/234000 POPS) 682 = { - aristocrats = { - culture = north_german - religion = protestant - size = 3862.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 3296.0 - } - - officers = { - culture = north_german - religion = protestant - size = 772.5 - } - - capitalists = { - culture = north_german - religion = protestant - size = 800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 1802.5 - } - - clerks = { - culture = north_german - religion = protestant - size = 128.75 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 30605.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 17381.25 - } - - soldiers = { - culture = north_german - religion = protestant - size = 7090.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 124813.4 - } - - clergymen = { - culture = north_german - religion = catholic - size = 180.25 - } - - artisans = { - culture = north_german - religion = catholic - size = 927.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1030.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 16402.75 - } - - clergymen = { - culture = north_german - religion = jewish - size = 25.75 - } - - clerks = { - culture = north_german - religion = jewish - size = 25.75 - } - - craftsmen = { - culture = north_german - religion = jewish - size = 154.5 - } - - artisans = { - culture = north_german - religion = jewish - size = 1364.75 - } - - soldiers = { - culture = north_german - religion = jewish - size = 25.75 - } - - farmers = { - culture = north_german - religion = jewish - size = 463.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 360.5 - } - - artisans = { - culture = polish - religion = catholic - size = 1802.5 - } - - craftsmen = { - culture = polish - religion = catholic - size = 4000.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = polish - religion = catholic - size = 28857.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 3862.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 3296.0 + } + + officers = { + culture = north_german + religion = protestant + size = 772.5 + } + + capitalists = { + culture = north_german + religion = protestant + size = 800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 1802.5 + } + + clerks = { + culture = north_german + religion = protestant + size = 128.75 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 30605.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 17381.25 + } + + soldiers = { + culture = north_german + religion = protestant + size = 7090.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 124813.4 + } + + clergymen = { + culture = north_german + religion = catholic + size = 180.25 + } + + artisans = { + culture = north_german + religion = catholic + size = 927.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1030.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 16402.75 + } + + clergymen = { + culture = north_german + religion = jewish + size = 25.75 + } + + clerks = { + culture = north_german + religion = jewish + size = 25.75 + } + + craftsmen = { + culture = north_german + religion = jewish + size = 154.5 + } + + artisans = { + culture = north_german + religion = jewish + size = 1364.75 + } + + soldiers = { + culture = north_german + religion = jewish + size = 25.75 + } + + farmers = { + culture = north_german + religion = jewish + size = 463.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 360.5 + } + + artisans = { + culture = polish + religion = catholic + size = 1802.5 + } + + craftsmen = { + culture = polish + religion = catholic + size = 4000.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = polish + religion = catholic + size = 28857.0 + } } #Liegnitz (484000/121000 POPS) 683 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2060.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 952.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 5716.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 12000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1158.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 91000.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 1442.0 - } - - clergymen = { - culture = north_german - religion = catholic - size = 77.25 - } - - artisans = { - culture = north_german - religion = catholic - size = 206.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 51.5 - } - - farmers = { - culture = north_german - religion = catholic - size = 3785.25 - } - - clergymen = { - culture = polish - religion = catholic - size = 87.55 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 4753.45 - } - - clergymen = { - culture = czech - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = czech - religion = catholic - size = 51.5 - } - - soldiers = { - culture = czech - religion = catholic - size = 10.3 - } - - farmers = { - culture = czech - religion = catholic - size = 952.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2060.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 952.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 5716.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 12000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1158.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 91000.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 1442.0 + } + + clergymen = { + culture = north_german + religion = catholic + size = 77.25 + } + + artisans = { + culture = north_german + religion = catholic + size = 206.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 51.5 + } + + farmers = { + culture = north_german + religion = catholic + size = 3785.25 + } + + clergymen = { + culture = polish + religion = catholic + size = 87.55 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 4753.45 + } + + clergymen = { + culture = czech + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = czech + religion = catholic + size = 51.5 + } + + soldiers = { + culture = czech + religion = catholic + size = 10.3 + } + + farmers = { + culture = czech + religion = catholic + size = 952.75 + } } #Oppeln (492000/123000 POPS) 684 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2060.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 334.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 1957.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 4000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 29758.25 - } - - clergymen = { - culture = north_german - religion = catholic - size = 128.75 - } - - artisans = { - culture = north_german - religion = catholic - size = 772.5 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1030.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 13518.75 - } - - clergymen = { - culture = north_german - religion = jewish - size = 25.75 - } - - artisans = { - culture = north_german - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = north_german - religion = jewish - size = 25.75 - } - - farmers = { - culture = north_german - religion = jewish - size = 875.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 643.75 - } - - artisans = { - culture = polish - religion = catholic - size = 3296.0 - } - - craftsmen = { - culture = polish - religion = catholic - size = 11000.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = polish - religion = catholic - size = 49126.25 - } - - clergymen = { - culture = czech - religion = catholic - size = 51.5 - } - - artisans = { - culture = czech - religion = catholic - size = 206.0 - } - - soldiers = { - culture = czech - religion = catholic - size = 25.75 - } - - farmers = { - culture = czech - religion = catholic - size = 3836.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2060.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 334.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 1957.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 4000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 29758.25 + } + + clergymen = { + culture = north_german + religion = catholic + size = 128.75 + } + + artisans = { + culture = north_german + religion = catholic + size = 772.5 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1030.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 13518.75 + } + + clergymen = { + culture = north_german + religion = jewish + size = 25.75 + } + + artisans = { + culture = north_german + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = north_german + religion = jewish + size = 25.75 + } + + farmers = { + culture = north_german + religion = jewish + size = 875.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 643.75 + } + + artisans = { + culture = polish + religion = catholic + size = 3296.0 + } + + craftsmen = { + culture = polish + religion = catholic + size = 11000.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = polish + religion = catholic + size = 49126.25 + } + + clergymen = { + culture = czech + religion = catholic + size = 51.5 + } + + artisans = { + culture = czech + religion = catholic + size = 206.0 + } + + soldiers = { + culture = czech + religion = catholic + size = 25.75 + } + + farmers = { + culture = czech + religion = catholic + size = 3836.75 + } } #Kattowitz (452000/113000 POPS) 685 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1802.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 515.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 103.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 7802.25 - } - - clergymen = { - culture = north_german - religion = catholic - size = 180.25 - } - - artisans = { - culture = north_german - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 1030.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 1100.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 17359.75 - } - - clergymen = { - culture = polish - religion = catholic - size = 695.25 - } - - artisans = { - culture = polish - religion = catholic - size = 3759.5 - } - - craftsmen = { - culture = polish - religion = catholic - size = 9000.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = polish - religion = catholic - size = 60705.25 - } - - clergymen = { - culture = czech - religion = catholic - size = 51.5 - } - - artisans = { - culture = czech - religion = catholic - size = 515.0 - } - - soldiers = { - culture = czech - religion = catholic - size = 103.0 - } - - farmers = { - culture = czech - religion = catholic - size = 9630.5 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1802.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 515.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 103.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 7802.25 + } + + clergymen = { + culture = north_german + religion = catholic + size = 180.25 + } + + artisans = { + culture = north_german + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 1030.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 1100.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 17359.75 + } + + clergymen = { + culture = polish + religion = catholic + size = 695.25 + } + + artisans = { + culture = polish + religion = catholic + size = 3759.5 + } + + craftsmen = { + culture = polish + religion = catholic + size = 9000.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = polish + religion = catholic + size = 60705.25 + } + + clergymen = { + culture = czech + religion = catholic + size = 51.5 + } + + artisans = { + culture = czech + religion = catholic + size = 515.0 + } + + soldiers = { + culture = czech + religion = catholic + size = 103.0 + } + + farmers = { + culture = czech + religion = catholic + size = 9630.5 + } } #under the rule of Austria in 1836 #Bielsko (204000/52000 POPS) #now part of Poland 2584 = { - aristocrats = { - culture = polish - religion = catholic - size = 772.5 - } - - officers = { - culture = polish - religion = catholic - size = 36.050000000000004 - } - - clergymen = { - culture = polish - religion = catholic - size = 515.0 - } - - artisans = { - culture = polish - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 515.0 - } - - farmers = { - culture = polish - religion = catholic - size = 47086.450000000004 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 257.5 - } - - soldiers = { - culture = south_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = south_german - religion = catholic - size = 1725.25 - } + aristocrats = { + culture = polish + religion = catholic + size = 772.5 + } + + officers = { + culture = polish + religion = catholic + size = 36.050000000000004 + } + + clergymen = { + culture = polish + religion = catholic + size = 515.0 + } + + artisans = { + culture = polish + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 515.0 + } + + farmers = { + culture = polish + religion = catholic + size = 47086.450000000004 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 257.5 + } + + soldiers = { + culture = south_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = south_german + religion = catholic + size = 1725.25 + } } #West Prussia Region (688000) #under the rule of Prussia in 1836 #Danzig (76000/19000 POPS) 690 = { - aristocrats = { - culture = north_german - religion = protestant - size = 51.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 386.25 - } - - officers = { - culture = north_german - religion = protestant - size = 206.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 7785.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 128.75 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 3313.25 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.15 - } - - artisans = { - culture = north_german - religion = jewish - size = 406.85 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 4150.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - craftsmen = { - culture = polish - religion = catholic - size = 2931.25 - } + aristocrats = { + culture = north_german + religion = protestant + size = 51.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 386.25 + } + + officers = { + culture = north_german + religion = protestant + size = 206.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 7785.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 128.75 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 3313.25 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.15 + } + + artisans = { + culture = north_german + religion = jewish + size = 406.85 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 4150.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + craftsmen = { + culture = polish + religion = catholic + size = 2931.25 + } } #Tuchel (180000/45000 POPS) 691 = { - aristocrats = { - culture = north_german - religion = protestant - size = 824.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 360.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 1905.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 386.25 - } - - farmers = { - culture = north_german - religion = protestant - size = 34942.75 - } - - clergymen = { - culture = north_german - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = north_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = north_german - religion = catholic - size = 10.3 - } - - farmers = { - culture = north_german - religion = catholic - size = 952.75 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 360.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 6720.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 824.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 360.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 1905.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 386.25 + } + + farmers = { + culture = north_german + religion = protestant + size = 34942.75 + } + + clergymen = { + culture = north_german + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = north_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = north_german + religion = catholic + size = 10.3 + } + + farmers = { + culture = north_german + religion = catholic + size = 952.75 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 360.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 6720.75 + } } #Deutsche Krone (128000/32000 POPS) 692 = { - aristocrats = { - culture = north_german - religion = protestant - size = 643.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 180.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 1287.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 22608.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 360.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 6823.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 643.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 180.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 1287.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 22608.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 360.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 6823.75 + } } #Elbing (148000/37000 POPS) 693 = { - aristocrats = { - culture = north_german - religion = protestant - size = 721.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 128.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 1442.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 3000.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 22157.75 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 463.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1030.0 - } - - craftsmen = { - culture = polish - religion = catholic - size = 2000.0 - } - - farmers = { - culture = polish - religion = catholic - size = 5699.25 - } + aristocrats = { + culture = north_german + religion = protestant + size = 721.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 128.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 1442.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 3000.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 22157.75 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 463.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1030.0 + } + + craftsmen = { + culture = polish + religion = catholic + size = 2000.0 + } + + farmers = { + culture = polish + religion = catholic + size = 5699.25 + } } #Torun (156000/44000 POPS) 694 = { - aristocrats = { - culture = north_german - religion = protestant - size = 875.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 128.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 824.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 180.25 - } - - farmers = { - culture = north_german - religion = protestant - size = 14317.0 - } - - clergymen = { - culture = north_german - religion = jewish - size = 5.15 - } - - artisans = { - culture = north_german - religion = jewish - size = 149.35 - } - - clergymen = { - culture = north_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = north_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = north_german - religion = catholic - size = 1905.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 231.75 - } - - artisans = { - culture = polish - religion = catholic - size = 1339.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 257.5 - } - - farmers = { - culture = polish - religion = catholic - size = 24951.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 875.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 128.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 824.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 180.25 + } + + farmers = { + culture = north_german + religion = protestant + size = 14317.0 + } + + clergymen = { + culture = north_german + religion = jewish + size = 5.15 + } + + artisans = { + culture = north_german + religion = jewish + size = 149.35 + } + + clergymen = { + culture = north_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = north_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = north_german + religion = catholic + size = 1905.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 231.75 + } + + artisans = { + culture = polish + religion = catholic + size = 1339.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 257.5 + } + + farmers = { + culture = polish + religion = catholic + size = 24951.75 + } } #East Prussia Region (396000) #see Russia.txt and Lithuania.txt for balance of region #under the rule of Prussia in 1836 #Allenstein (396000/99000 POPS) 696 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2060.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 566.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2987.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 2060.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 52066.5 - } - - clergymen = { - culture = polish - religion = protestant - size = 334.75 - } - - artisans = { - culture = polish - religion = protestant - size = 1854.0 - } - - soldiers = { - culture = polish - religion = protestant - size = 1030.0 - } - - farmers = { - culture = polish - religion = protestant - size = 33861.25 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 51.5 - } - - farmers = { - culture = polish - religion = catholic - size = 4763.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2060.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 566.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2987.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 2060.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 52066.5 + } + + clergymen = { + culture = polish + religion = protestant + size = 334.75 + } + + artisans = { + culture = polish + religion = protestant + size = 1854.0 + } + + soldiers = { + culture = polish + religion = protestant + size = 1030.0 + } + + farmers = { + culture = polish + religion = protestant + size = 33861.25 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 51.5 + } + + farmers = { + culture = polish + religion = catholic + size = 4763.75 + } } #Posen-Wielkopolska Region (1704000) #under the rule of Prussia in 1836 #Posen (540000/135000 POPS) 699 = { - aristocrats = { - culture = north_german - religion = protestant - size = 2060.0 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 721.0 - } - - officers = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 334.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 2729.5 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 3000.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 24629.75 - } - - clergymen = { - culture = north_german - religion = catholic - size = 180.25 - } - - artisans = { - culture = north_german - religion = catholic - size = 1802.5 - } - - soldiers = { - culture = north_german - religion = catholic - size = 180.25 - } - - farmers = { - culture = north_german - religion = catholic - size = 15645.7 - } - - clergymen = { - culture = north_german - religion = jewish - size = 25.75 - } - - artisans = { - culture = north_german - religion = jewish - size = 1519.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 721.0 - } - - artisans = { - culture = polish - religion = catholic - size = 4120.0 - } - - craftsmen = { - culture = polish - religion = catholic - size = 7000.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = polish - religion = catholic - size = 70044.0 - } + aristocrats = { + culture = north_german + religion = protestant + size = 2060.0 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 721.0 + } + + officers = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 334.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 2729.5 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 3000.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 24629.75 + } + + clergymen = { + culture = north_german + religion = catholic + size = 180.25 + } + + artisans = { + culture = north_german + religion = catholic + size = 1802.5 + } + + soldiers = { + culture = north_german + religion = catholic + size = 180.25 + } + + farmers = { + culture = north_german + religion = catholic + size = 15645.7 + } + + clergymen = { + culture = north_german + religion = jewish + size = 25.75 + } + + artisans = { + culture = north_german + religion = jewish + size = 1519.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 721.0 + } + + artisans = { + culture = polish + religion = catholic + size = 4120.0 + } + + craftsmen = { + culture = polish + religion = catholic + size = 7000.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = polish + religion = catholic + size = 70044.0 + } } #Bromberg (212000/53000 POPS) 700 = { - aristocrats = { - culture = north_german - religion = protestant - size = 824.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 206.0 - } - - artisans = { - culture = north_german - religion = protestant - size = 1081.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 20754.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 360.5 - } - - soldiers = { - culture = north_german - religion = catholic - size = 77.25 - } - - farmers = { - culture = north_german - religion = catholic - size = 6720.75 - } - - - clergymen = { - culture = north_german - religion = jewish - size = 20.6 - } - - artisans = { - culture = north_german - religion = jewish - size = 1266.9 - } - - aristocrats = { - culture = polish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 231.75 - } - - artisans = { - culture = polish - religion = catholic - size = 1236.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 206.0 - } - - farmers = { - culture = polish - religion = catholic - size = 23046.25 - } + aristocrats = { + culture = north_german + religion = protestant + size = 824.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 206.0 + } + + artisans = { + culture = north_german + religion = protestant + size = 1081.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 20754.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 360.5 + } + + soldiers = { + culture = north_german + religion = catholic + size = 77.25 + } + + farmers = { + culture = north_german + religion = catholic + size = 6720.75 + } + + + clergymen = { + culture = north_german + religion = jewish + size = 20.6 + } + + artisans = { + culture = north_german + religion = jewish + size = 1266.9 + } + + aristocrats = { + culture = polish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 231.75 + } + + artisans = { + culture = polish + religion = catholic + size = 1236.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 206.0 + } + + farmers = { + culture = polish + religion = catholic + size = 23046.25 + } } #Gniezno (456000/116000 POPS) 701 = { - aristocrats = { - culture = north_german - religion = protestant - size = 1802.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 128.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 772.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 1030.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 12488.75 - } - - clergymen = { - culture = north_german - religion = catholic - size = 103.0 - } - - artisans = { - culture = north_german - religion = catholic - size = 515.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 103.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 9579.0 - } - - - clergymen = { - culture = north_german - religion = jewish - size = 25.75 - } - - artisans = { - culture = north_german - religion = jewish - size = 1261.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 849.75 - } - - artisans = { - culture = polish - religion = catholic - size = 4635.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = polish - religion = catholic - size = 92313.75 - } + aristocrats = { + culture = north_german + religion = protestant + size = 1802.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 128.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 772.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 1030.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 12488.75 + } + + clergymen = { + culture = north_german + religion = catholic + size = 103.0 + } + + artisans = { + culture = north_german + religion = catholic + size = 515.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 103.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 9579.0 + } + + + clergymen = { + culture = north_german + religion = jewish + size = 25.75 + } + + artisans = { + culture = north_german + religion = jewish + size = 1261.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 849.75 + } + + artisans = { + culture = polish + religion = catholic + size = 4635.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = polish + religion = catholic + size = 92313.75 + } } #under the rule of Russia in 1836 (496000) #Lodz (244000/61000 POPS) 712 = { - aristocrats = { - culture = polish - religion = catholic - size = 1545.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 103.0 - } - - officers = { - culture = polish - religion = catholic - size = 128.75 - } - - clergymen = { - culture = polish - religion = catholic - size = 437.75 - } - - artisans = { - culture = polish - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = polish - religion = catholic - size = 37955.5 - } - - clergymen = { - culture = polish - religion = protestant - size = 77.25 - } - - artisans = { - culture = polish - religion = protestant - size = 515.0 - } - - soldiers = { - culture = polish - religion = protestant - size = 103.0 - } - - farmers = { - culture = polish - religion = protestant - size = 9604.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 206.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 3811.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 1545.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 103.0 + } + + officers = { + culture = polish + religion = catholic + size = 128.75 + } + + clergymen = { + culture = polish + religion = catholic + size = 437.75 + } + + artisans = { + culture = polish + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = polish + religion = catholic + size = 37955.5 + } + + clergymen = { + culture = polish + religion = protestant + size = 77.25 + } + + artisans = { + culture = polish + religion = protestant + size = 515.0 + } + + soldiers = { + culture = polish + religion = protestant + size = 103.0 + } + + farmers = { + culture = polish + religion = protestant + size = 9604.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 206.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 3811.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } } #Kalicz (252000/63000 POPS) 717 = { - aristocrats = { - culture = polish - religion = catholic - size = 1493.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 515.0 - } - - artisans = { - culture = polish - religion = catholic - size = 2678.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 515.0 - } - - farmers = { - culture = polish - religion = catholic - size = 47895.0 - } - - clergymen = { - culture = polish - religion = protestant - size = 51.5 - } - - artisans = { - culture = polish - religion = protestant - size = 154.5 - } - - soldiers = { - culture = polish - religion = protestant - size = 25.75 - } - - farmers = { - culture = polish - religion = protestant - size = 2858.25 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 206.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 3836.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1648.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2369.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 1493.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 515.0 + } + + artisans = { + culture = polish + religion = catholic + size = 2678.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 515.0 + } + + farmers = { + culture = polish + religion = catholic + size = 47895.0 + } + + clergymen = { + culture = polish + religion = protestant + size = 51.5 + } + + artisans = { + culture = polish + religion = protestant + size = 154.5 + } + + soldiers = { + culture = polish + religion = protestant + size = 25.75 + } + + farmers = { + culture = polish + religion = protestant + size = 2858.25 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 206.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 3836.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1648.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2369.0 + } } #Malopolska Region (3004000) #under the rule of Krakow in 1836 #Krakow (424000/106000 POPS) 703 = { - aristocrats = { - culture = polish - religion = catholic - size = 1622.25 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 25.75 - } - - officers = { - culture = polish - religion = catholic - size = 103.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 952.75 - } - - artisans = { - culture = polish - religion = catholic - size = 4789.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = polish - religion = catholic - size = 87266.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 3811.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3708.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4377.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = south_german - religion = catholic - size = 10.3 - } - - farmers = { - culture = south_german - religion = catholic - size = 947.6 - } + aristocrats = { + culture = polish + religion = catholic + size = 1622.25 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 25.75 + } + + officers = { + culture = polish + religion = catholic + size = 103.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 952.75 + } + + artisans = { + culture = polish + religion = catholic + size = 4789.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = polish + religion = catholic + size = 87266.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 3811.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3708.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4377.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = south_german + religion = catholic + size = 10.3 + } + + farmers = { + culture = south_german + religion = catholic + size = 947.6 + } } #under the rule of Austria in 1836 #Novy Sacz (596000/149000 POPS) 704 = { - aristocrats = { - culture = polish - religion = catholic - size = 3553.5 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 283.25 - } - - officers = { - culture = polish - religion = catholic - size = 309.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 1184.5 - } - - artisans = { - culture = polish - religion = catholic - size = 5922.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1184.5 - } - - farmers = { - culture = polish - religion = catholic - size = 106012.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 180.25 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 18746.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8446.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = south_german - religion = catholic - size = 1879.75 - } + aristocrats = { + culture = polish + religion = catholic + size = 3553.5 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 283.25 + } + + officers = { + culture = polish + religion = catholic + size = 309.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 1184.5 + } + + artisans = { + culture = polish + religion = catholic + size = 5922.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1184.5 + } + + farmers = { + culture = polish + religion = catholic + size = 106012.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 180.25 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 18746.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8446.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = south_german + religion = catholic + size = 1879.75 + } } #Tarnow (616000/154000 POPS) 714 = { - aristocrats = { - culture = polish - religion = catholic - size = 3605.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 1467.75 - } - - artisans = { - culture = polish - religion = catholic - size = 7467.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1493.5 - } - - farmers = { - culture = polish - religion = catholic - size = 135316.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3708.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4377.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = south_german - religion = catholic - size = 10.3 - } - - farmers = { - culture = south_german - religion = catholic - size = 947.6 - } + aristocrats = { + culture = polish + religion = catholic + size = 3605.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 1467.75 + } + + artisans = { + culture = polish + religion = catholic + size = 7467.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1493.5 + } + + farmers = { + culture = polish + religion = catholic + size = 135316.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3708.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4377.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = south_german + religion = catholic + size = 10.3 + } + + farmers = { + culture = south_german + religion = catholic + size = 947.6 + } } #under the rule of Russia in 1836 (1368000) #Radom (444000/111000 POPS) 713 = { - aristocrats = { - culture = polish - religion = catholic - size = 2600.75 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 540.75 - } - - officers = { - culture = polish - religion = catholic - size = 309.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 978.5 - } - - artisans = { - culture = polish - religion = catholic - size = 5047.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 978.5 - } - - farmers = { - culture = polish - religion = catholic - size = 90279.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8446.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 2600.75 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 540.75 + } + + officers = { + culture = polish + religion = catholic + size = 309.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 978.5 + } + + artisans = { + culture = polish + religion = catholic + size = 5047.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 978.5 + } + + farmers = { + culture = polish + religion = catholic + size = 90279.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8446.0 + } } #Lublin (476000/119000 POPS) 715 = { - aristocrats = { - culture = polish - religion = catholic - size = 2781.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 849.75 - } - - artisans = { - culture = polish - religion = catholic - size = 4326.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 824.0 - } - - farmers = { - culture = polish - religion = catholic - size = 77739.25 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1133.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 231.75 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 21089.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8446.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 2781.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 849.75 + } + + artisans = { + culture = polish + religion = catholic + size = 4326.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 824.0 + } + + farmers = { + culture = polish + religion = catholic + size = 77739.25 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1133.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 231.75 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 21089.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8446.0 + } } #Kielce (448000/112000 POPS) 716 = { - aristocrats = { - culture = polish - religion = catholic - size = 2626.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 978.5 - } - - artisans = { - culture = polish - religion = catholic - size = 5047.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 978.5 - } - - farmers = { - culture = polish - religion = catholic - size = 91309.5 - } - - clergymen = { - culture = polish - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = polish - religion = protestant - size = 412.0 - } - - soldiers = { - culture = polish - religion = protestant - size = 10.3 - } - - farmers = { - culture = polish - religion = protestant - size = 592.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8446.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 2626.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 978.5 + } + + artisans = { + culture = polish + religion = catholic + size = 5047.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 978.5 + } + + farmers = { + culture = polish + religion = catholic + size = 91309.5 + } + + clergymen = { + culture = polish + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = polish + religion = protestant + size = 412.0 + } + + soldiers = { + culture = polish + religion = protestant + size = 10.3 + } + + farmers = { + culture = polish + religion = protestant + size = 592.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8446.0 + } } #Galicia Region (596000) #see Ukraine.txt for balance of region #under the rule of Austria in 1836 #Przemysl (596000/149000 POPS) 705 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 978.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 180.25 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 18231.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 3502.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 1210.25 - } - - artisans = { - culture = polish - religion = catholic - size = 5922.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1184.5 - } - - farmers = { - culture = polish - religion = catholic - size = 116930.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8471.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = south_german - religion = catholic - size = 1879.75 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 978.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 180.25 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 18231.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 3502.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 1210.25 + } + + artisans = { + culture = polish + religion = catholic + size = 5922.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1184.5 + } + + farmers = { + culture = polish + religion = catholic + size = 116930.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8471.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = south_german + religion = catholic + size = 1879.75 + } } #Mazovia Region (2224000) #under the rule of Russia in 1836 #Warsaw (720000/180000 POPS) 706 = { - aristocrats = { - culture = polish - religion = catholic - size = 4377.5 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 515.0 - } - - officers = { - culture = polish - religion = catholic - size = 566.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 1545.0 - } - - craftsmen = { - culture = polish - religion = catholic - size = 7000.0 - } - - artisans = { - culture = polish - religion = catholic - size = 21630.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 1545.0 - } - - farmers = { - culture = polish - religion = catholic - size = 147963.5 - } - - clergymen = { - culture = polish - religion = protestant - size = 77.25 - } - - artisans = { - culture = polish - religion = protestant - size = 1545.0 - } - - soldiers = { - culture = polish - religion = protestant - size = 25.75 - } - - farmers = { - culture = polish - religion = protestant - size = 2472.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 2000.0 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 10300.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8918.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 2575.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 51.5 - } - - farmers = { - culture = north_german - religion = protestant - size = 3502.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 4377.5 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 515.0 + } + + officers = { + culture = polish + religion = catholic + size = 566.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 1545.0 + } + + craftsmen = { + culture = polish + religion = catholic + size = 7000.0 + } + + artisans = { + culture = polish + religion = catholic + size = 21630.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 1545.0 + } + + farmers = { + culture = polish + religion = catholic + size = 147963.5 + } + + clergymen = { + culture = polish + religion = protestant + size = 77.25 + } + + artisans = { + culture = polish + religion = protestant + size = 1545.0 + } + + soldiers = { + culture = polish + religion = protestant + size = 25.75 + } + + farmers = { + culture = polish + religion = protestant + size = 2472.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 2000.0 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 10300.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8918.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 2575.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 51.5 + } + + farmers = { + culture = north_german + religion = protestant + size = 3502.0 + } } #Suwalki (196000/49000 POPS) 707 = { - aristocrats = { - culture = polish - religion = catholic - size = 1184.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 386.25 - } - - artisans = { - culture = polish - religion = catholic - size = 1957.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 386.25 - } - - farmers = { - culture = polish - religion = catholic - size = 36307.5 - } - - clergymen = { - culture = lithuanian - religion = catholic - size = 77.25 - } - - artisans = { - culture = lithuanian - religion = catholic - size = 257.5 - } - - soldiers = { - culture = lithuanian - religion = catholic - size = 51.5 - } - - farmers = { - culture = lithuanian - religion = catholic - size = 4763.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2060.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2987.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 1184.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 386.25 + } + + artisans = { + culture = polish + religion = catholic + size = 1957.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 386.25 + } + + farmers = { + culture = polish + religion = catholic + size = 36307.5 + } + + clergymen = { + culture = lithuanian + religion = catholic + size = 77.25 + } + + artisans = { + culture = lithuanian + religion = catholic + size = 257.5 + } + + soldiers = { + culture = lithuanian + religion = catholic + size = 51.5 + } + + farmers = { + culture = lithuanian + religion = catholic + size = 4763.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2060.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2987.0 + } } #Plock (396000/99000 POPS) 708 = { - aristocrats = { - culture = polish - religion = catholic - size = 2111.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 901.25 - } - - artisans = { - culture = polish - religion = catholic - size = 4532.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 927.0 - } - - farmers = { - culture = polish - religion = catholic - size = 82168.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3605.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4480.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 36.050000000000004 - } - - artisans = { - culture = north_german - religion = protestant - size = 257.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 2770.7000000000003 - } + aristocrats = { + culture = polish + religion = catholic + size = 2111.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 901.25 + } + + artisans = { + culture = polish + religion = catholic + size = 4532.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 927.0 + } + + farmers = { + culture = polish + religion = catholic + size = 82168.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3605.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4480.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 36.050000000000004 + } + + artisans = { + culture = north_german + religion = protestant + size = 257.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 2770.7000000000003 + } } #Lomza (200000/50000 POPS) 709 = { - aristocrats = { - culture = polish - religion = catholic - size = 1184.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 437.75 - } - - artisans = { - culture = polish - religion = catholic - size = 2214.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 412.0 - } - - farmers = { - culture = polish - religion = catholic - size = 40041.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2317.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5793.75 - } + aristocrats = { + culture = polish + religion = catholic + size = 1184.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 437.75 + } + + artisans = { + culture = polish + religion = catholic + size = 2214.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 412.0 + } + + farmers = { + culture = polish + religion = catholic + size = 40041.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2317.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5793.75 + } } #Skierniewicz (436000/109000 POPS) 710 = { - aristocrats = { - culture = polish - religion = catholic - size = 2575.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 952.75 - } - - artisans = { - culture = polish - religion = catholic - size = 4892.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 978.5 - } - - farmers = { - culture = polish - religion = catholic - size = 88451.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 5150.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 7004.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 257.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 25.75 - } - - farmers = { - culture = north_german - religion = protestant - size = 1751.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 2575.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 952.75 + } + + artisans = { + culture = polish + religion = catholic + size = 4892.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 978.5 + } + + farmers = { + culture = polish + religion = catholic + size = 88451.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 5150.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 7004.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 257.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 25.75 + } + + farmers = { + culture = north_german + religion = protestant + size = 1751.0 + } } #Siedlice (472000/118000 POPS) 711 = { - aristocrats = { - culture = polish - religion = catholic - size = 2781.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 1030.0 - } - - artisans = { - culture = polish - religion = catholic - size = 5407.5 - } - - soldiers = { - culture = polish - religion = catholic - size = 1081.5 - } - - farmers = { - culture = polish - religion = catholic - size = 97850.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 4686.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8446.0 - } + aristocrats = { + culture = polish + religion = catholic + size = 2781.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 1030.0 + } + + artisans = { + culture = polish + religion = catholic + size = 5407.5 + } + + soldiers = { + culture = polish + religion = catholic + size = 1081.5 + } + + farmers = { + culture = polish + religion = catholic + size = 97850.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 4686.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8446.0 + } } #Podlachia Region (320000) #see Belarus.txt for balance of region #under the rule of Russia in 1836 #Bialystok (320000/80000 POPS) 719 = { - clergymen = { - culture = byelorussian - religion = orthodox - size = 334.75 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 1133.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 31131.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1957.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 412.0 - } - - soldiers = { - culture = polish - religion = catholic - size = 77.25 - } - - farmers = { - culture = polish - religion = catholic - size = 5742.25 - } - - clergymen = { - culture = byelorussian - religion = catholic - size = 231.75 - } - - artisans = { - culture = byelorussian - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = byelorussian - religion = catholic - size = 309.0 - } - - farmers = { - culture = byelorussian - religion = catholic - size = 29071.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1287.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8832.25 - } + clergymen = { + culture = byelorussian + religion = orthodox + size = 334.75 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 1133.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 31131.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1957.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 412.0 + } + + soldiers = { + culture = polish + religion = catholic + size = 77.25 + } + + farmers = { + culture = polish + religion = catholic + size = 5742.25 + } + + clergymen = { + culture = byelorussian + religion = catholic + size = 231.75 + } + + artisans = { + culture = byelorussian + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = byelorussian + religion = catholic + size = 309.0 + } + + farmers = { + culture = byelorussian + religion = catholic + size = 29071.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1287.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8832.25 + } } diff --git a/HPM/history/pops/1861.4.14/Polynesia.txt b/HPM/history/pops/1861.4.14/Polynesia.txt index 725af7e9..c5483425 100644 --- a/HPM/history/pops/1861.4.14/Polynesia.txt +++ b/HPM/history/pops/1861.4.14/Polynesia.txt @@ -1,552 +1,552 @@ #Hawaii Region (69800) #Hawaii (100000/25000 POPS) 658 = { - aristocrats = { - culture = polynesian - religion = protestant - size = 450 - } - - bureaucrats = { - culture = polynesian - religion = protestant - size = 75 - } - - officers = { - culture = polynesian - religion = protestant - size = 25 - } - - clergymen = { - culture = polynesian - religion = protestant - size = 250 - } - - artisans = { - culture = polynesian - religion = protestant - size = 1150 - } - - soldiers = { - culture = polynesian - religion = protestant - size = 1100 - } - - farmers = { - culture = polynesian - religion = protestant - size = 13075 - } - - clergymen = { - culture = polynesian - religion = catholic - size = 25 - } - - artisans = { - culture = polynesian - religion = catholic - size = 100 - } - - farmers = { - culture = polynesian - religion = catholic - size = 1300 - } + aristocrats = { + culture = polynesian + religion = protestant + size = 450 + } + + bureaucrats = { + culture = polynesian + religion = protestant + size = 75 + } + + officers = { + culture = polynesian + religion = protestant + size = 25 + } + + clergymen = { + culture = polynesian + religion = protestant + size = 250 + } + + artisans = { + culture = polynesian + religion = protestant + size = 1150 + } + + soldiers = { + culture = polynesian + religion = protestant + size = 1100 + } + + farmers = { + culture = polynesian + religion = protestant + size = 13075 + } + + clergymen = { + culture = polynesian + religion = catholic + size = 25 + } + + artisans = { + culture = polynesian + religion = catholic + size = 100 + } + + farmers = { + culture = polynesian + religion = catholic + size = 1300 + } } #Midway (60/15 POPS) 2623 = { - farmers = { - culture = polynesian - religion = animist - size = 15 - } + farmers = { + culture = polynesian + religion = animist + size = 15 + } } #Central Polynesia Region (660) #Line Islands (600/150 POPS) 686 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 10 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 125 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 10 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 125 + } } #Palmyra Atoll (60/15 POPS) 2526 = { - farmers = { - culture = polynesian - religion = animist - size = 15 - } + farmers = { + culture = polynesian + religion = animist + size = 15 + } } #Western Polynesia Region (47000) #Tonga (13000/3250 POPS) 2540 = { - aristocrats = { - culture = polynesian - religion = animist - size = 50 - } - - clergymen = { - culture = polynesian - religion = animist - size = 75 - } - - artisans = { - culture = polynesian - religion = animist - size = 150 - } - - soldiers = { - culture = polynesian - religion = animist - size = 25 - } - - farmers = { - culture = polynesian - religion = animist - size = 2950 - } + aristocrats = { + culture = polynesian + religion = animist + size = 50 + } + + clergymen = { + culture = polynesian + religion = animist + size = 75 + } + + artisans = { + culture = polynesian + religion = animist + size = 150 + } + + soldiers = { + culture = polynesian + religion = animist + size = 25 + } + + farmers = { + culture = polynesian + religion = animist + size = 2950 + } } #Ellice Islands (2000/500 POPS) 2541 = { - aristocrats = { - culture = polynesian - religion = animist - size = 8 - } - - clergymen = { - culture = polynesian - religion = animist - size = 12 - } - - artisans = { - culture = polynesian - religion = animist - size = 25 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 450 - } + aristocrats = { + culture = polynesian + religion = animist + size = 8 + } + + clergymen = { + culture = polynesian + religion = animist + size = 12 + } + + artisans = { + culture = polynesian + religion = animist + size = 25 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 450 + } } #Wallis & Futuna (3000/750 POPS) 2542 = { - aristocrats = { - culture = polynesian - religion = animist - size = 15 - } - - clergymen = { - culture = polynesian - religion = animist - size = 15 - } - - artisans = { - culture = polynesian - religion = animist - size = 35 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 675 - } + aristocrats = { + culture = polynesian + religion = animist + size = 15 + } + + clergymen = { + culture = polynesian + religion = animist + size = 15 + } + + artisans = { + culture = polynesian + religion = animist + size = 35 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 675 + } } #Upolu (25000/6250 POPS) 2543 = { - aristocrats = { - culture = polynesian - religion = animist - size = 100 - } - - clergymen = { - culture = polynesian - religion = animist - size = 50 - } - - artisans = { - culture = polynesian - religion = animist - size = 325 - } - - soldiers = { - culture = polynesian - religion = animist - size = 75 - } - - farmers = { - culture = polynesian - religion = animist - size = 5700 - } + aristocrats = { + culture = polynesian + religion = animist + size = 100 + } + + clergymen = { + culture = polynesian + religion = animist + size = 50 + } + + artisans = { + culture = polynesian + religion = animist + size = 325 + } + + soldiers = { + culture = polynesian + religion = animist + size = 75 + } + + farmers = { + culture = polynesian + religion = animist + size = 5700 + } } #Tutuila (4000/1000 POPS) 2544 = { - aristocrats = { - culture = polynesian - religion = animist - size = 10 - } - - clergymen = { - culture = polynesian - religion = animist - size = 25 - } - - artisans = { - culture = polynesian - religion = animist - size = 50 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 900 - } + aristocrats = { + culture = polynesian + religion = animist + size = 10 + } + + clergymen = { + culture = polynesian + religion = animist + size = 25 + } + + artisans = { + culture = polynesian + religion = animist + size = 50 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 900 + } } #Central Polynesia Region (9600) #Rarotonga (6000/1500 POPS) 2545 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 35 - } - - artisans = { - culture = polynesian - religion = animist - size = 75 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1350 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 35 + } + + artisans = { + culture = polynesian + religion = animist + size = 75 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1350 + } } #Tongareva (1000/250 POPS) 2546 = { - aristocrats = { - culture = polynesian - religion = animist - size = 3 - } - - clergymen = { - culture = polynesian - religion = animist - size = 5 - } - - artisans = { - culture = polynesian - religion = animist - size = 12 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 225 - } + aristocrats = { + culture = polynesian + religion = animist + size = 3 + } + + clergymen = { + culture = polynesian + religion = animist + size = 5 + } + + artisans = { + culture = polynesian + religion = animist + size = 12 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 225 + } } #Tokelau (600/150 POPS) 2547 = { - aristocrats = { - culture = polynesian - religion = animist - size = 3 - } - - clergymen = { - culture = polynesian - religion = animist - size = 3 - } - - artisans = { - culture = polynesian - religion = animist - size = 5 - } - - soldiers = { - culture = polynesian - religion = animist - size = 2 - } - - farmers = { - culture = polynesian - religion = animist - size = 137 - } + aristocrats = { + culture = polynesian + religion = animist + size = 3 + } + + clergymen = { + culture = polynesian + religion = animist + size = 3 + } + + artisans = { + culture = polynesian + religion = animist + size = 5 + } + + soldiers = { + culture = polynesian + religion = animist + size = 2 + } + + farmers = { + culture = polynesian + religion = animist + size = 137 + } } #Niue (2000/500 POPS) 2548 = { - aristocrats = { - culture = polynesian - religion = animist - size = 5 - } - - clergymen = { - culture = polynesian - religion = animist - size = 10 - } - - artisans = { - culture = polynesian - religion = animist - size = 25 - } - - soldiers = { - culture = polynesian - religion = animist - size = 5 - } - - farmers = { - culture = polynesian - religion = animist - size = 455 - } + aristocrats = { + culture = polynesian + religion = animist + size = 5 + } + + clergymen = { + culture = polynesian + religion = animist + size = 10 + } + + artisans = { + culture = polynesian + religion = animist + size = 25 + } + + soldiers = { + culture = polynesian + religion = animist + size = 5 + } + + farmers = { + culture = polynesian + religion = animist + size = 455 + } } #Eastern Polynesia Region (29160) #Tahiti (18000/4500 POPS) 801 = { - aristocrats = { - culture = polynesian - religion = animist - size = 75 - } - - clergymen = { - culture = polynesian - religion = animist - size = 50 - } - - artisans = { - culture = polynesian - religion = animist - size = 225 - } - - soldiers = { - culture = polynesian - religion = animist - size = 50 - } - - farmers = { - culture = polynesian - religion = animist - size = 4100 - } + aristocrats = { + culture = polynesian + religion = animist + size = 75 + } + + clergymen = { + culture = polynesian + religion = animist + size = 50 + } + + artisans = { + culture = polynesian + religion = animist + size = 225 + } + + soldiers = { + culture = polynesian + religion = animist + size = 50 + } + + farmers = { + culture = polynesian + religion = animist + size = 4100 + } } #Marquesas (5000/1250 POPS) 2551 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 25 - } - - artisans = { - culture = polynesian - religion = animist - size = 60 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1125 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 25 + } + + artisans = { + culture = polynesian + religion = animist + size = 60 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1125 + } } #Tuamotu Islands (6000/1500 POPS) 2553 = { - aristocrats = { - culture = polynesian - religion = animist - size = 25 - } - - clergymen = { - culture = polynesian - religion = animist - size = 35 - } - - artisans = { - culture = polynesian - religion = animist - size = 75 - } - - soldiers = { - culture = polynesian - religion = animist - size = 15 - } - - farmers = { - culture = polynesian - religion = animist - size = 1350 - } + aristocrats = { + culture = polynesian + religion = animist + size = 25 + } + + clergymen = { + culture = polynesian + religion = animist + size = 35 + } + + artisans = { + culture = polynesian + religion = animist + size = 75 + } + + soldiers = { + culture = polynesian + religion = animist + size = 15 + } + + farmers = { + culture = polynesian + religion = animist + size = 1350 + } } #Pitcairn Islands (160/40 POPS) 2552 = { - clergymen = { - culture = polynesian - religion = protestant - size = 1 - } - - artisans = { - culture = polynesian - religion = protestant - size = 4 - } - - farmers = { - culture = polynesian - religion = protestant - size = 35 - } + clergymen = { + culture = polynesian + religion = protestant + size = 1 + } + + artisans = { + culture = polynesian + religion = protestant + size = 4 + } + + farmers = { + culture = polynesian + religion = protestant + size = 35 + } } #Easter Island Region (3000) #Easter Island (3000/750 POPS) 2336 = { - aristocrats = { - culture = polynesian - religion = animist - size = 15 - } - - clergymen = { - culture = polynesian - religion = animist - size = 15 - } - - artisans = { - culture = polynesian - religion = animist - size = 35 - } - - soldiers = { - culture = polynesian - religion = animist - size = 10 - } - - farmers = { - culture = polynesian - religion = animist - size = 675 - } + aristocrats = { + culture = polynesian + religion = animist + size = 15 + } + + clergymen = { + culture = polynesian + religion = animist + size = 15 + } + + artisans = { + culture = polynesian + religion = animist + size = 35 + } + + soldiers = { + culture = polynesian + religion = animist + size = 10 + } + + farmers = { + culture = polynesian + religion = animist + size = 675 + } } diff --git a/HPM/history/pops/1861.4.14/Portugal.txt b/HPM/history/pops/1861.4.14/Portugal.txt index d6f34e2c..c8aafaef 100644 --- a/HPM/history/pops/1861.4.14/Portugal.txt +++ b/HPM/history/pops/1861.4.14/Portugal.txt @@ -1,452 +1,452 @@ #Duoro e Minho Region (2292120) #Oporto (1075520/268880 POPS) 518 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 2100 - } - - officers = { - culture = portuguese - religion = catholic - size = 700 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 1100 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 2900 - } - - craftsmen = { - culture = portuguese - religion = catholic - size = 5000 - } - - artisans = { - culture = portuguese - religion = catholic - size = 21700 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 3500 - } - - farmers = { - culture = portuguese - religion = catholic - size = 233280 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 2100 + } + + officers = { + culture = portuguese + religion = catholic + size = 700 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 1100 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 2900 + } + + craftsmen = { + culture = portuguese + religion = catholic + size = 5000 + } + + artisans = { + culture = portuguese + religion = catholic + size = 21700 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 3500 + } + + farmers = { + culture = portuguese + religion = catholic + size = 233280 + } } #Vila Real (451600/112900) POPS 519 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1190 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1075 - } - - artisans = { - culture = portuguese - religion = catholic - size = 5450 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1400 - } - - farmers = { - culture = portuguese - religion = catholic - size = 103985 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1190 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1075 + } + + artisans = { + culture = portuguese + religion = catholic + size = 5450 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1400 + } + + farmers = { + culture = portuguese + religion = catholic + size = 103985 + } } #Covilha (765000/191250 POPS) 520 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1750 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 2100 - } - - artisans = { - culture = portuguese - religion = catholic - size = 9425 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1900 - } - - farmers = { - culture = portuguese - religion = catholic - size = 176175 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1750 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 2100 + } + + artisans = { + culture = portuguese + religion = catholic + size = 9425 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1900 + } + + farmers = { + culture = portuguese + religion = catholic + size = 176175 + } } #Beira-Estremadura Region (1470420) #Lisbon (474900/118725 POPS) 521 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1400 - } - - capitalists = { - culture = portuguese - religion = catholic - size = 200 - } - - officers = { - culture = portuguese - religion = catholic - size = 500 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 950 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1700 - } - - artisans = { - culture = portuguese - religion = catholic - size = 78975 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 4000 - } - - farmers = { - culture = portuguese - religion = catholic - size = 31500 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1400 + } + + capitalists = { + culture = portuguese + religion = catholic + size = 200 + } + + officers = { + culture = portuguese + religion = catholic + size = 500 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 950 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1700 + } + + artisans = { + culture = portuguese + religion = catholic + size = 78975 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 4000 + } + + farmers = { + culture = portuguese + religion = catholic + size = 31500 + } } #Coimbra (644960/161240 POPS) 522 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1800 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 1900 - } - - artisans = { - culture = portuguese - religion = catholic - size = 8120 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 2800 - } - - farmers = { - culture = portuguese - religion = catholic - size = 146720 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1800 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 1900 + } + + artisans = { + culture = portuguese + religion = catholic + size = 8120 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 2800 + } + + farmers = { + culture = portuguese + religion = catholic + size = 146720 + } } #Abrantes (195200/348800 POPS) 523 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 630 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 600 - } - - artisans = { - culture = portuguese - religion = catholic - size = 3000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1500 - } - - farmers = { - culture = portuguese - religion = catholic - size = 44170 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 630 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 600 + } + + artisans = { + culture = portuguese + religion = catholic + size = 3000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1500 + } + + farmers = { + culture = portuguese + religion = catholic + size = 44170 + } } #Setubal (155360/38840 POPS) 524 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 500 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 520 - } - - artisans = { - culture = portuguese - religion = catholic - size = 4000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 2000 - } - - farmers = { - culture = portuguese - religion = catholic - size = 31920 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 500 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 520 + } + + artisans = { + culture = portuguese + religion = catholic + size = 4000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 2000 + } + + farmers = { + culture = portuguese + religion = catholic + size = 31920 + } } #Alentejo-Algarve Region (510780) #Evora (216540/54135 POPS) 525 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 1100 - } - - officers = { - culture = portuguese - religion = catholic - size = 140 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 200 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 695 - } - - artisans = { - culture = portuguese - religion = catholic - size = 2750 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1400 - } - - farmers = { - culture = portuguese - religion = catholic - size = 47950 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 1100 + } + + officers = { + culture = portuguese + religion = catholic + size = 140 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 200 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 695 + } + + artisans = { + culture = portuguese + religion = catholic + size = 2750 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1400 + } + + farmers = { + culture = portuguese + religion = catholic + size = 47950 + } } #Beja (133400/33350 POPS) 526 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 700 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 550 - } - - artisans = { - culture = portuguese - religion = catholic - size = 1500 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1350 - } - - farmers = { - culture = portuguese - religion = catholic - size = 30450 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 700 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 550 + } + + artisans = { + culture = portuguese + religion = catholic + size = 1500 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1350 + } + + farmers = { + culture = portuguese + religion = catholic + size = 30450 + } } #Faro (160840/40210 POPS) 527 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 850 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 525 - } - - artisans = { - culture = portuguese - religion = catholic - size = 2000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1450 - } - - farmers = { - culture = portuguese - religion = catholic - size = 36485 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 850 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 525 + } + + artisans = { + culture = portuguese + religion = catholic + size = 2000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1450 + } + + farmers = { + culture = portuguese + religion = catholic + size = 36485 + } } #Azores & Madeira Region (428960) #Azores (284440/71110 POPS) 2134 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 600 - } - - officers = { - culture = portuguese - religion = catholic - size = 80 - } - - bureaucrats = { - culture = portuguese - religion = catholic - size = 140 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 625 - } - - artisans = { - culture = portuguese - religion = catholic - size = 4000 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1400 - } - - farmers = { - culture = portuguese - religion = catholic - size = 64365 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 600 + } + + officers = { + culture = portuguese + religion = catholic + size = 80 + } + + bureaucrats = { + culture = portuguese + religion = catholic + size = 140 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 625 + } + + artisans = { + culture = portuguese + religion = catholic + size = 4000 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1400 + } + + farmers = { + culture = portuguese + religion = catholic + size = 64365 + } } #Madeira (144520/36130 POPS) 2135 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 350 - } - - clergymen = { - culture = portuguese - religion = catholic - size = 475 - } - - artisans = { - culture = portuguese - religion = catholic - size = 1800 - } - - soldiers = { - culture = portuguese - religion = catholic - size = 1350 - } - - farmers = { - culture = portuguese - religion = catholic - size = 33355 - } - -} \ No newline at end of file + aristocrats = { + culture = portuguese + religion = catholic + size = 350 + } + + clergymen = { + culture = portuguese + religion = catholic + size = 475 + } + + artisans = { + culture = portuguese + religion = catholic + size = 1800 + } + + soldiers = { + culture = portuguese + religion = catholic + size = 1350 + } + + farmers = { + culture = portuguese + religion = catholic + size = 33355 + } + +} diff --git a/HPM/history/pops/1861.4.14/Puerto Rico.txt b/HPM/history/pops/1861.4.14/Puerto Rico.txt index d8bfe3f3..e864c248 100644 --- a/HPM/history/pops/1861.4.14/Puerto Rico.txt +++ b/HPM/history/pops/1861.4.14/Puerto Rico.txt @@ -1,93 +1,93 @@ #Puerto Rico (583300/145825 POPS) 2222 = { - aristocrats = { - culture = spanish - religion = catholic - size = 410 - } + aristocrats = { + culture = spanish + religion = catholic + size = 410 + } - bureaucrats = { - culture = spanish - religion = catholic - size = 125 - } + bureaucrats = { + culture = spanish + religion = catholic + size = 125 + } - clergymen = { - culture = spanish - religion = catholic - size = 490 - } + clergymen = { + culture = spanish + religion = catholic + size = 490 + } - artisans = { - culture = spanish - religion = catholic - size = 1310 - } + artisans = { + culture = spanish + religion = catholic + size = 1310 + } - soldiers = { - culture = spanish - religion = catholic - size = 80 - } + soldiers = { + culture = spanish + religion = catholic + size = 80 + } - aristocrats = { - culture = caribeno - religion = catholic - size = 1640 - } + aristocrats = { + culture = caribeno + religion = catholic + size = 1640 + } - bureaucrats = { - culture = caribeno - religion = catholic - size = 85 - } + bureaucrats = { + culture = caribeno + religion = catholic + size = 85 + } - clergymen = { - culture = caribeno - religion = catholic - size = 330 - } + clergymen = { + culture = caribeno + religion = catholic + size = 330 + } - artisans = { - culture = caribeno - religion = catholic - size = 4915 - } + artisans = { + culture = caribeno + religion = catholic + size = 4915 + } - soldiers = { - culture = caribeno - religion = catholic - size = 735 - } + soldiers = { + culture = caribeno + religion = catholic + size = 735 + } - farmers = { - culture = caribeno - religion = catholic - size = 66910 - } + farmers = { + culture = caribeno + religion = catholic + size = 66910 + } - artisans = { - culture = afro_caribeno - religion = catholic - size = 1640 - } + artisans = { + culture = afro_caribeno + religion = catholic + size = 1640 + } - soldiers = { - culture = afro_caribeno - religion = catholic - size = 655 - } + soldiers = { + culture = afro_caribeno + religion = catholic + size = 655 + } - farmers = { - culture = afro_caribeno - religion = catholic - size = 50120 - } + farmers = { + culture = afro_caribeno + religion = catholic + size = 50120 + } - slaves = { - culture = afro_caribeno - religion = catholic - size = 16380 - } + slaves = { + culture = afro_caribeno + religion = catholic + size = 16380 + } -} \ No newline at end of file +} diff --git a/HPM/history/pops/1861.4.14/Reunion.txt b/HPM/history/pops/1861.4.14/Reunion.txt index dcbf727c..ced62e08 100644 --- a/HPM/history/pops/1861.4.14/Reunion.txt +++ b/HPM/history/pops/1861.4.14/Reunion.txt @@ -2,59 +2,59 @@ #Ruled by France 1861 #Reunion (200000/50000 POPS) 2126 = { - aristocrats = { - culture = french - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = french - religion = catholic - size = 300 - } - - clergymen = { - culture = french - religion = catholic - size = 250 - } - - artisans = { - culture = french - religion = catholic - size = 1050 - } - - soldiers = { - culture = french - religion = catholic - size= 1250 - - } - - farmers = { - culture = french - religion = catholic - size = 11455 - } - - clergymen = { - culture = afro_antillean - religion = catholic - size = 375 - } - - artisans = { - culture = afro_antillean - religion = catholic - size = 1950 - } - - farmers = { - culture = afro_antillean - religion = catholic - size = 32370 - } + aristocrats = { + culture = french + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = french + religion = catholic + size = 300 + } + + clergymen = { + culture = french + religion = catholic + size = 250 + } + + artisans = { + culture = french + religion = catholic + size = 1050 + } + + soldiers = { + culture = french + religion = catholic + size= 1250 + + } + + farmers = { + culture = french + religion = catholic + size = 11455 + } + + clergymen = { + culture = afro_antillean + religion = catholic + size = 375 + } + + artisans = { + culture = afro_antillean + religion = catholic + size = 1950 + } + + farmers = { + culture = afro_antillean + religion = catholic + size = 32370 + } } diff --git a/HPM/history/pops/1861.4.14/Romania.txt b/HPM/history/pops/1861.4.14/Romania.txt index 2e9cc7d7..46a1c756 100644 --- a/HPM/history/pops/1861.4.14/Romania.txt +++ b/HPM/history/pops/1861.4.14/Romania.txt @@ -2,2495 +2,2495 @@ #under the rule of Austria in 1836 #Oradea (844000/211000 POPS) #part of Romania today 647 = { - clergymen = { - culture = romanian - religion = orthodox - size = 1287.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 772.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 6695.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1390 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 127707.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 2575.0 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 1081.5 - } - - officers = { - culture = hungarian - religion = catholic - size = 309.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 309.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1442.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 309 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 22917.5 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 2060.0 - } - - officers = { - culture = hungarian - religion = protestant - size = 360.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 386.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2163.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 412 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 34788.25 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 463.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 77 - - } - - farmers = { - culture = south_german - religion = catholic - size = 5587.75 - } + clergymen = { + culture = romanian + religion = orthodox + size = 1287.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 772.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 6695.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1390 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 127707.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 2575.0 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 1081.5 + } + + officers = { + culture = hungarian + religion = catholic + size = 309.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 309.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1442.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 309 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 22917.5 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 2060.0 + } + + officers = { + culture = hungarian + religion = protestant + size = 360.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 386.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2163.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 412 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 34788.25 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 463.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 77 + + } + + farmers = { + culture = south_german + religion = catholic + size = 5587.75 + } } #Szatmare (444000/111000 POPS) #part of Romania today 651 = { - clergymen = { - culture = romanian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1566 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 50963.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1287.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 180.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 927.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 206 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 15939.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 1545.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 231.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1339.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 257 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 22376.75 - } - - clergymen = { - culture = hungarian - religion = jewish - size = 51.5 - } - - artisans = { - culture = hungarian - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = jewish - size= 25 - - } - - farmers = { - culture = hungarian - religion = jewish - size = 849.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 463.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 77 - - } - - farmers = { - culture = south_german - religion = catholic - size = 6617.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 51 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 4274.5 - } + clergymen = { + culture = romanian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1566 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 50963.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1287.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 180.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 927.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 206 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 15939.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 1545.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 231.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1339.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 257 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 22376.75 + } + + clergymen = { + culture = hungarian + religion = jewish + size = 51.5 + } + + artisans = { + culture = hungarian + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = jewish + size= 25 + + } + + farmers = { + culture = hungarian + religion = jewish + size = 849.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 463.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 77 + + } + + farmers = { + culture = south_german + religion = catholic + size = 6617.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 51 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 4274.5 + } } #Banat-Bacska Region (1240000) #See Serbia.txt and Croatia.txt for balance of region #under the rule of Austria in 1836 #Temesvar (940000/235000 POPS) #part of Romania today 652 = { - clergymen = { - culture = romanian - religion = orthodox - size = 283.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1442.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1309 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 28895.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 103.0 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 412.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 231.75 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 154.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 721.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 154 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 12875.0 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 154.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 231.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1236.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 154 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 21913.25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 360.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 489.25 - } - - officers = { - culture = south_german - religion = catholic - size = 360.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 824.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 4635.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 3000 - - } - - soldiers = { - culture = south_german - religion = catholic - size= 1875 - - } - - farmers = { - culture = south_german - religion = catholic - size = 73275.75 - } - - clergymen = { - culture = croat - religion = catholic - size = 154.5 - } - - artisans = { - culture = croat - religion = catholic - size = 875.5 - } - - soldiers = { - culture = croat - religion = catholic - size= 206 - - } - - farmers = { - culture = croat - religion = catholic - size = 19364.0 - } - - clergymen = { - culture = serb - religion = orthodox - size = 566.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = serb - religion = orthodox - size= 772 - - } - - farmers = { - culture = serb - religion = orthodox - size = 62521.0 - } + clergymen = { + culture = romanian + religion = orthodox + size = 283.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1442.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1309 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 28895.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 103.0 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 412.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 231.75 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 154.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 721.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 154 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 12875.0 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 154.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 231.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1236.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 154 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 21913.25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 360.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 489.25 + } + + officers = { + culture = south_german + religion = catholic + size = 360.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 824.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 4635.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 3000 + + } + + soldiers = { + culture = south_german + religion = catholic + size= 1875 + + } + + farmers = { + culture = south_german + religion = catholic + size = 73275.75 + } + + clergymen = { + culture = croat + religion = catholic + size = 154.5 + } + + artisans = { + culture = croat + religion = catholic + size = 875.5 + } + + soldiers = { + culture = croat + religion = catholic + size= 206 + + } + + farmers = { + culture = croat + religion = catholic + size = 19364.0 + } + + clergymen = { + culture = serb + religion = orthodox + size = 566.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = serb + religion = orthodox + size= 772 + + } + + farmers = { + culture = serb + religion = orthodox + size = 62521.0 + } } #Orsova (376000/94000 POPS) #part of Romania today 653 = { - clergymen = { - culture = romanian - religion = orthodox - size = 618.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 618 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 65508.0 - } - - clergymen = { - culture = serb - religion = orthodox - size = 154.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = serb - religion = orthodox - size= 206 - - } - - farmers = { - culture = serb - religion = orthodox - size = 16634.5 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 154.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 824.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 154 - - } - - farmers = { - culture = south_german - religion = catholic - size = 13287.0 - } + clergymen = { + culture = romanian + religion = orthodox + size = 618.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 618 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 65508.0 + } + + clergymen = { + culture = serb + religion = orthodox + size = 154.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = serb + religion = orthodox + size= 206 + + } + + farmers = { + culture = serb + religion = orthodox + size = 16634.5 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 154.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 824.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 154 + + } + + farmers = { + culture = south_german + religion = catholic + size = 13287.0 + } } #Transylvania Region (2060000) #under the rule of Austria in 1836 #Cluj (156000/44000 POPS) 654 = { - clergymen = { - culture = romanian - religion = orthodox - size = 231.75 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1236.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 257 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 22994.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 386.25 - } - - officers = { - culture = hungarian - religion = catholic - size = 257.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 669.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 51 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 2446.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 515.0 - } - - bureaucrats = { - culture = hungarian - religion = protestant - size = 283.25 - } - - officers = { - culture = hungarian - religion = protestant - size = 257.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1545.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 103 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 6489.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 257.5 - } - - officers = { - culture = north_german - religion = protestant - size = 103.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 82.4 - } - - artisans = { - culture = north_german - religion = protestant - size = 875.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 51 - - } - - farmers = { - culture = north_german - religion = protestant - size = 3419.6 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 231.75 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1236.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 257 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 22994.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 386.25 + } + + officers = { + culture = hungarian + religion = catholic + size = 257.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 669.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 51 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 2446.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 515.0 + } + + bureaucrats = { + culture = hungarian + religion = protestant + size = 283.25 + } + + officers = { + culture = hungarian + religion = protestant + size = 257.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1545.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 103 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 6489.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 257.5 + } + + officers = { + culture = north_german + religion = protestant + size = 103.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 82.4 + } + + artisans = { + culture = north_german + religion = protestant + size = 875.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 51 + + } + + farmers = { + culture = north_german + religion = protestant + size = 3419.6 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Gyulafehervar/Alba Iulia (316000/79000 POPS) 655 = { - clergymen = { - culture = romanian - religion = orthodox - size = 540.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2884.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 566 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 53688.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 206.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 51 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 3193.0 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 875.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 515.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 103 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 8729.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 360.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 77 - - } - - farmers = { - culture = north_german - religion = protestant - size = 6360.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 540.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2884.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 566 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 53688.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 206.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 51 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 3193.0 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 875.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 515.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 103 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 8729.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 360.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 77 + + } + + farmers = { + culture = north_german + religion = protestant + size = 6360.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Deva (252000/63000 POPS) 656 = { - clergymen = { - culture = romanian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 515 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 47972.25 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 566.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 77.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 154.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 51 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 2240.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 721.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 51.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 309.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 51 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 5047.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 103.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 25 - - } - - farmers = { - culture = north_german - religion = protestant - size = 1905.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 515 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 47972.25 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 566.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 77.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 154.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 51 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 2240.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 721.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 51.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 309.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 51 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 5047.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 103.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 25 + + } + + farmers = { + culture = north_german + religion = protestant + size = 1905.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Nagyszeben/Sibiu (276000/69000 POPS) 657 = { - clergymen = { - culture = romanian - religion = orthodox - size = 360.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 772.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1854.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 360 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 34505.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 206.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 128.75 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 25 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 2163.0 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 360.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 257.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 51 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 3888.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 978.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 231.75 - } - - artisans = { - culture = north_german - religion = protestant - size = 1287.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 257 - - } - - farmers = { - culture = north_german - religion = protestant - size = 21964.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 360.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 772.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1854.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 360 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 34505.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 206.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 128.75 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 25 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 2163.0 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 360.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 257.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 51 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 3888.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 978.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 231.75 + } + + artisans = { + culture = north_german + religion = protestant + size = 1287.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 257 + + } + + farmers = { + culture = north_german + religion = protestant + size = 21964.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Brasso/Brasov (168000/42000 POPS) 659 = { - clergymen = { - culture = romanian - religion = orthodox - size = 231.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1287.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 257 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 23973.25 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 206.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 412.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 25 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 1364.75 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 257.5 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 824.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 51 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 2909.75 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 360.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 2472.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 103 - - } - - farmers = { - culture = north_german - religion = protestant - size = 6257.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 231.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1287.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 257 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 23973.25 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 206.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 412.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 25 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 1364.75 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 257.5 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 824.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 51 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 2909.75 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 360.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 2472.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 103 + + } + + farmers = { + culture = north_german + religion = protestant + size = 6257.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Udvarhely (228000/57000 POPS) 660 = { - clergymen = { - culture = romanian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 77 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 7673.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 309.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 154.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 772.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 154 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 14059.5 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 309.0 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1596.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 309 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 29097.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 154.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 25 - - } - - farmers = { - culture = north_german - religion = protestant - size = 1828.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 77 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 7673.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 309.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 154.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 772.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 154 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 14059.5 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 309.0 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1596.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 309 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 29097.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 154.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 25 + + } + + farmers = { + culture = north_german + religion = protestant + size = 1828.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Beszterce (300000/75000 POPS) 661 = { - clergymen = { - culture = romanian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 515 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 50985.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 360.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 51.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 206.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 51 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 3450.5 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 77.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 412.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 77 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 7055.5 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 412.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 437.75 - } - - soldiers = { - culture = north_german - religion = protestant - size= 77 - - } - - farmers = { - culture = north_german - religion = protestant - size = 7235.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 515 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 50985.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 360.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 51.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 206.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 51 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 3450.5 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 77.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 412.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 77 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 7055.5 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 412.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 437.75 + } + + soldiers = { + culture = north_german + religion = protestant + size= 77 + + } + + farmers = { + culture = north_german + religion = protestant + size = 7235.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Targu Mures (344000/86000 POPS) 2533 = { - clergymen = { - culture = romanian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1339.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 309 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 26934.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 721.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 154.5 - } - - artisans = { - culture = hungarian - religion = catholic - size = 824.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 180 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 14600.25 - } - - aristocrats = { - culture = hungarian - religion = protestant - size = 927.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 309.0 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1648.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 334 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 29741.25 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 206.0 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 360.5 - } - - soldiers = { - culture = north_german - religion = protestant - size= 51 - - } - - farmers = { - culture = north_german - religion = protestant - size = 5510.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1210.25 - } + clergymen = { + culture = romanian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1339.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 309 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 26934.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 721.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 154.5 + } + + artisans = { + culture = hungarian + religion = catholic + size = 824.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 180 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 14600.25 + } + + aristocrats = { + culture = hungarian + religion = protestant + size = 927.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 309.0 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1648.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 334 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 29741.25 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 206.0 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 360.5 + } + + soldiers = { + culture = north_german + religion = protestant + size= 51 + + } + + farmers = { + culture = north_german + religion = protestant + size = 5510.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1210.25 + } } #Bukovina Region (204000) #See Ukraine.txt for balance of region #under the rule of Austria in 1836 #Suceava (204000/51000 POPS) 663 = { - clergymen = { - culture = romanian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1287.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 257 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 24977.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 721.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 154 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 14445.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 77.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 180.25 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 51 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 2163.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 618.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 51 - - } - - farmers = { - culture = south_german - religion = catholic - size = 4429.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1158.75 - } + clergymen = { + culture = romanian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1287.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 257 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 24977.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 721.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 154 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 14445.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 77.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 180.25 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 51 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 2163.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 618.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 51 + + } + + farmers = { + culture = south_german + religion = catholic + size = 4429.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1158.75 + } } #Wallachia Region (1228000) #under the rule of Wallachia in 1836 #Bucharest (260000/65000 POPS) 664 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1133.0 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 360.5 - } - - officers = { - culture = romanian - religion = orthodox - size = 309.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 618.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3690.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 39809.5 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1133.0 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 360.5 + } + + officers = { + culture = romanian + religion = orthodox + size = 309.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 618.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3690.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 39809.5 + } } #Tirgu Jiu (172000/43000 POPS) 665 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 772.5 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 412.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2008.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 412 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 40685.0 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 772.5 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 412.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2008.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 412 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 40685.0 + } } #Craiova (196000/49000 POPS) 666 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 927.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2317.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 463 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 46298.5 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 927.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2317.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 463 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 46298.5 + } } #Tirgoviste (188000/47000 POPS) 667 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 772.5 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2214.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 463 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 44521.75 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 772.5 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2214.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 463 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 44521.75 + } } #Braila (272000/68000 POPS) 668 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1236.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 643.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3193.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 63937.25 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1236.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 643.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3193.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 63937.25 + } } #Calarasi (140000/35000 POPS) 669 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 669.5 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 334.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 1648.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 32367.75 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 669.5 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 334.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 1648.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 32367.75 + } } #Moldavia Region (1356000) #under the rule of Moldavia in 1836 #Iasi (468000/117000 POPS) 670 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 2317.5 - } - - bureaucrats = { - culture = romanian - religion = orthodox - size = 592.25 - } - - officers = { - culture = romanian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 1210.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 5450.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = romanian - religion = orthodox - size= 90 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 119866.25 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 2317.5 + } + + bureaucrats = { + culture = romanian + religion = orthodox + size = 592.25 + } + + officers = { + culture = romanian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 1210.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 5450.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = romanian + religion = orthodox + size= 90 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 119866.25 + } } #Botosani (176000/44000 POPS) 671 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 875.5 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 2266.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 463 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 41251.5 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 875.5 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 2266.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 463 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 41251.5 + } } #Bacau (440000/110000 POPS) 672 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 2060.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 1081.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 5665.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 2060 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 102433.5 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 2060.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 1081.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 5665.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 2060 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 102433.5 + } } #Galati (272000/68000 POPS) 673 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 1339.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 695.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 5665.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 61310.75 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 1339.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 695.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 5665.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 61310.75 + } } #Dobruja Region (168000) #see Bulgaria.txt for balance of Region #under the rule of the Ottoman Empire in 1836 #Constanta (128000/32000 POPS) 674 = { - artisans = { - culture = romanian - religion = orthodox - size = 566.5 - } - - farmers = { - culture = romanian - religion = orthodox - size = 10763.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 669.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 12720.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 257.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 515.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 77.25 - } - - officers = { - culture = turkish - religion = sunni - size = 36.050000000000004 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 4289.95 - } + artisans = { + culture = romanian + religion = orthodox + size = 566.5 + } + + farmers = { + culture = romanian + religion = orthodox + size = 10763.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 669.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 12720.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 257.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 515.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 77.25 + } + + officers = { + culture = turkish + religion = sunni + size = 36.050000000000004 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 4289.95 + } } #Tulcea (40000/10000 POPS) 675 = { - clergymen = { - culture = romanian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = romanian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = romanian - religion = orthodox - size = 4841.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 206.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 618.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 2909.75 - } + clergymen = { + culture = romanian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = romanian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = romanian + religion = orthodox + size = 4841.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 206.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 618.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 2909.75 + } } diff --git a/HPM/history/pops/1861.4.14/Russia.txt b/HPM/history/pops/1861.4.14/Russia.txt index 6767df6a..10c41540 100644 --- a/HPM/history/pops/1861.4.14/Russia.txt +++ b/HPM/history/pops/1861.4.14/Russia.txt @@ -2,9937 +2,9937 @@ #under the rule of Russia in 1836 #Smolensk (336000/84000 POPS) 943 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1751.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 824.0 - } - - officers = { - culture = russian - religion = orthodox - size = 643.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 849.75 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 8000.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 3811.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 78056.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 5.15 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 509.85 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1751.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 824.0 + } + + officers = { + culture = russian + religion = orthodox + size = 643.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 849.75 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 8000.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 3811.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 78056.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 5.15 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 509.85 + } } #Vyazma (416000/104000 POPS) 1014 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2163.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1081.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 4635.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1081.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 97438.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 710.7 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2163.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1081.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 4635.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1081.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 97438.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 710.7 + } } #Peremyshl (624000/156000 POPS) 1015 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3347.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 643.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 515.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 43414.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 824.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 3605.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 875.5 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 83275.5 - } - - clergymen = { - culture = byelorussian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = byelorussian - religion = orthodox - size = 824.0 - } - - soldiers = { - culture = byelorussian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = byelorussian - religion = orthodox - size = 19389.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1019.7 - } + aristocrats = { + culture = russian + religion = orthodox + size = 3347.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 643.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 515.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 43414.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 824.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 3605.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 875.5 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 83275.5 + } + + clergymen = { + culture = byelorussian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = byelorussian + religion = orthodox + size = 824.0 + } + + soldiers = { + culture = byelorussian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = byelorussian + religion = orthodox + size = 19389.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1019.7 + } } #Bryansk (656000/164000 POPS) 1016 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3296.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1673.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 7416.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1699.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 154010.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1019.7 - } + aristocrats = { + culture = russian + religion = orthodox + size = 3296.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1673.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 7416.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1699.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 154010.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1019.7 + } } #Kursk Region (3716000) #see Ukraine.txt for balance of region #under the rule of Russia in 1836 #Kursk (772000/193000 POPS) 977 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1390.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 25132.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 3605.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1545.0 - } - - officers = { - culture = russian - religion = orthodox - size = 1184.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1725.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 8549.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3725.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 122697.5 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1390.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 25132.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 3605.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1545.0 + } + + officers = { + culture = russian + religion = orthodox + size = 1184.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1725.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 8549.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3725.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 122697.5 + } } #Orel (656000/164000 POPS) 1017 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2832.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1699.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 8240.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 21699.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 134139.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2832.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1699.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 8240.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 21699.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 134139.5 + } } #Belgorod (748000/187000 POPS) 1018 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2575.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1622.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6540.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 21648.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 131384.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 283.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 1442.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 5309.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 22732.75 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2575.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1622.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6540.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 21648.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 131384.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 283.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 1442.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 5309.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 22732.75 + } } #Voronets (1540000/385000 POPS) 1019 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2575.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1751.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 8806.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 24120.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 138774.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 3605.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2188.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 10300.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2214.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 202884.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2575.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1751.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 8806.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 24120.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 138774.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 3605.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2188.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 10300.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2214.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 202884.25 + } } #Donbass Region (1188000) #see Ukraine.txt for balance of region #under the rule of Russia in 1836 #Rostov (188000/47000 POPS) 979 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 695.25 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 334.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1802.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4120.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 29097.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 231.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 386.25 - } - - officers = { - culture = russian - religion = orthodox - size = 309.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 463.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 7673.5 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 103.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1828.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 695.25 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 334.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1802.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4120.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 29097.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 231.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 386.25 + } + + officers = { + culture = russian + religion = orthodox + size = 309.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 463.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 7673.5 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 103.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1828.25 + } } #Migolinskaya (84000/21000 POPS) 1045 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 669.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 11458.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 7544.75 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 669.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 11458.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 7544.75 + } } #Chirskaya (92000/23000 POPS) #mongol = kalmyk 1046 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 128.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 9476.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 7493.25 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 103.0 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 51.5 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 257.5 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 51.5 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 4686.5 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 128.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 9476.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 7493.25 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 103.0 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 51.5 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 257.5 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 51.5 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 4686.5 + } } #Azov (172000/43000 POPS) 1047 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 412.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1699.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 4120.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 25441.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 309.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 7982.5 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 875.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1107.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = greek - religion = orthodox - size = 25.75 - } - - farmers = { - culture = greek - religion = orthodox - size = 206.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 412.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1699.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 4120.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 25441.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 309.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 7982.5 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 875.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1107.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = greek + religion = orthodox + size = 25.75 + } + + farmers = { + culture = greek + religion = orthodox + size = 206.0 + } } #Archangelsk Region (219300) #under the rule of Russia in 1836 #Archangel (138000/34500 POPS) 981 = { - aristocrats = { - culture = russian - religion = orthodox - size = 257.5 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - officers = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 334.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 1596.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 334.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 29303.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 3424.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 257.5 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + officers = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 334.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 1596.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 334.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 29303.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 3424.75 + } } #Pestamo (2100/525 POPS) 982 = { - farmers = { - culture = russian - religion = orthodox - size = 25.75 - } - - clergymen = { - culture = finnish - religion = animist - size = 10.3 - } - - farmers = { - culture = finnish - religion = animist - size = 504.7 - } + farmers = { + culture = russian + religion = orthodox + size = 25.75 + } + + clergymen = { + culture = finnish + religion = animist + size = 10.3 + } + + farmers = { + culture = finnish + religion = animist + size = 504.7 + } } #Kandalasksha (7000/1750 POPS) 983 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 77.25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - farmers = { - culture = russian - religion = orthodox - size = 1375.05 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 298.7 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 77.25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + farmers = { + culture = russian + religion = orthodox + size = 1375.05 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 298.7 + } } #Kostomuksha (20000/5000 POPS) 984 = { - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 1879.75 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 2884.0 - } + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 1879.75 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 2884.0 + } } #Povyents (28000/7000 POPS) 988 = { - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 2832.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 3836.75 - } + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 2832.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 3836.75 + } } #Kola (2200/550 POPS) 2587 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 303.85 - } - - clergymen = { - culture = finnish - religion = animist - size = 5.15 - } - - farmers = { - culture = finnish - religion = animist - size = 252.35 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 303.85 + } + + clergymen = { + culture = finnish + religion = animist + size = 5.15 + } + + farmers = { + culture = finnish + religion = animist + size = 252.35 + } } #Onega (22000/5500 POPS) 2588 = { - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 4841.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 504.7 - } + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 4841.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 504.7 + } } #Mezen Region (54000) #under the rule of Russia in 1836 #Mezen (22600/5650 POPS) 985 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 10.3 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 3620.4500000000003 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = animist - size = 25.75 - } - - farmers = { - culture = ugrian - religion = animist - size = 1648.0 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 10.3 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 3620.4500000000003 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = animist + size = 25.75 + } + + farmers = { + culture = ugrian + religion = animist + size = 1648.0 + } } #Ust Sysolsk (20000/5000 POPS) 987 = { - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 2858.25 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1905.5 - } + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 2858.25 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1905.5 + } } #Shoyna (1400/350 POPS) 2589 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 97.85000000000001 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 252.35 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 97.85000000000001 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 252.35 + } } #Usogorsk (10000/2500 POPS) 2700 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 77.25 - } - - soldiers = { - culture = russian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = russian - religion = orthodox - size = 1416.25 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 942.45 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 77.25 + } + + soldiers = { + culture = russian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = russian + religion = orthodox + size = 1416.25 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 942.45 + } } #Naryan-Mar Region (16200) #under the rule of Russia in 1836 #Naryan Mar (4000/1000 POPS) 986 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 5.15 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = russian - religion = orthodox - size = 602.5500000000001 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 401.7 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 5.15 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = russian + religion = orthodox + size = 602.5500000000001 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 401.7 + } } #Mulda (4000/1000 POPS) 2689 = { - clergymen = { - culture = russian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = russian - religion = orthodox - size = 504.7 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 504.7 - } + clergymen = { + culture = russian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = russian + religion = orthodox + size = 504.7 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 504.7 + } } #Anderma (2800/700 POPS) 2687 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 97.85000000000001 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 607.7 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 97.85000000000001 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 607.7 + } } #Inta (3400/850 POPS) 2688 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 200.85 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 659.2 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 200.85 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 659.2 + } } #Izhma (2000/500 POPS) 2699 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 149.35 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 355.35 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 149.35 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 355.35 + } } #Vologda Region (1712000) #under the rule of Russia in 1836 #Vologda (776000/194000 POPS) 989 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2575.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 618.0 - } - - officers = { - culture = russian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1905.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 9270.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1905.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 172679.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 9604.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2575.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 618.0 + } + + officers = { + culture = russian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1905.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 9270.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1905.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 172679.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 9604.75 + } } #Kotlas (20000/5000 POPS) 990 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 3811.0 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 3811.0 + } } #Uglich (440000/110000 POPS) 991 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1442.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1158.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 5665.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1133.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 103901.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1442.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1158.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 5665.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1133.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 103901.25 + } } #Belozersk (380000/95000 POPS) 992 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1184.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 978.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 4635.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 978.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 90073.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1184.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 978.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 4635.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 978.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 90073.5 + } } #Vyterga (96000/24000 POPS) 993 = { - aristocrats = { - culture = russian - religion = orthodox - size = 334.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 978.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 17870.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4763.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 334.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 978.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 17870.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4763.75 + } } #Ingria Region (1155000) #under the rule of Russia in 1836 #Saint Petersburg (735000/147000 POPS) 994 = { - aristocrats = { - culture = russian - religion = orthodox - size = 669.5 - } - - capitalists = { - culture = russian - religion = orthodox - size = 200 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1802.5 - } - - officers = { - culture = russian - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1236.0 - } - - clerks = { - culture = russian - religion = orthodox - size = 1100 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 16000 - } - - artisans = { - culture = russian - religion = orthodox - size = 84412.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 10300.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 7201.0 - } - - aristocrats = { - culture = north_german - religion = protestant - size = 154.5 - } - - bureaucrats = { - culture = north_german - religion = protestant - size = 721.0 - } - - officers = { - culture = north_german - religion = protestant - size = 154.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 51.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 7055.5 - } - - soldiers = { - culture = north_german - religion = protestant - size = 103.0 - } - - clergymen = { - culture = finnish - religion = protestant - size = 180.25 - } - - clerks = { - culture = finnish - religion = protestant - size = 100 - } - - craftsmen = { - culture = finnish - religion = protestant - size = 5900 - } - - artisans = { - culture = finnish - religion = protestant - size = 7240.0 - } - - soldiers = { - culture = finnish - religion = protestant - size = 231.75 - } - - farmers = { - culture = finnish - religion = protestant - size = 9008.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 762.2 - } + aristocrats = { + culture = russian + religion = orthodox + size = 669.5 + } + + capitalists = { + culture = russian + religion = orthodox + size = 200 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1802.5 + } + + officers = { + culture = russian + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1236.0 + } + + clerks = { + culture = russian + religion = orthodox + size = 1100 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 16000 + } + + artisans = { + culture = russian + religion = orthodox + size = 84412.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 10300.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 7201.0 + } + + aristocrats = { + culture = north_german + religion = protestant + size = 154.5 + } + + bureaucrats = { + culture = north_german + religion = protestant + size = 721.0 + } + + officers = { + culture = north_german + religion = protestant + size = 154.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 51.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 7055.5 + } + + soldiers = { + culture = north_german + religion = protestant + size = 103.0 + } + + clergymen = { + culture = finnish + religion = protestant + size = 180.25 + } + + clerks = { + culture = finnish + religion = protestant + size = 100 + } + + craftsmen = { + culture = finnish + religion = protestant + size = 5900 + } + + artisans = { + culture = finnish + religion = protestant + size = 7240.0 + } + + soldiers = { + culture = finnish + religion = protestant + size = 231.75 + } + + farmers = { + culture = finnish + religion = protestant + size = 9008.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 762.2 + } } #Petrozavorsk (104000/26000 POPS) 995 = { - aristocrats = { - culture = russian - religion = orthodox - size = 386.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 978.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 17793.25 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 6720.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 386.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 978.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 17793.25 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 6720.75 + } } #Luga (132000/33000 POPS) 996 = { - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 334.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 1699.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 31080.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 334.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 1699.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 31080.25 + } } #Gdov (120000/30000 POPS) 997 = { - aristocrats = { - culture = russian - religion = orthodox - size = 489.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 283.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 1442.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 26625.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1905.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 489.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 283.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 1442.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 26625.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1905.5 + } } #Stara Ladoga (64000/16000 POPS) 2580 = { - aristocrats = { - culture = russian - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 669.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 128.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 12257.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 2858.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 669.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 128.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 12257.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 2858.25 + } } #Tver Region (1824000) #under the rule of Russia in 1836 #Tver (708000/177000 POPS) 998 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3218.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 746.75 - } - - officers = { - culture = russian - religion = orthodox - size = 489.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1802.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 7261.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1854.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 166937.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 3218.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 746.75 + } + + officers = { + culture = russian + religion = orthodox + size = 489.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1802.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 7261.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1854.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 166937.25 + } } #Rzhev (432000/108000 POPS) 999 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1751.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 978.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 4635.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 91515.5 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 566.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 10557.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1751.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 978.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 4635.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 91515.5 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 566.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 10557.5 + } } #Staritsa (244000/61000 POPS) 1000 = { - aristocrats = { - culture = russian - religion = orthodox - size = 978.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 2626.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 540.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 47869.25 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 9604.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 978.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 2626.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 540.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 47869.25 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 9604.75 + } } #Yaroslavl (440000/110000 POPS) 1001 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2060.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1133.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 5665.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1133.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 103309.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2060.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1133.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 5665.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1133.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 103309.0 + } } #Novgorod Region (1532000) #under the rule of Russia in 1836 #Novgorod (240000/60000 POPS) 1003 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1030.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 592.25 - } - - officers = { - culture = russian - religion = orthodox - size = 412.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 618.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 54512.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 504.7 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1030.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 592.25 + } + + officers = { + culture = russian + religion = orthodox + size = 412.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 618.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 54512.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 504.7 + } } #Tikhvin (156000/44000 POPS) 1004 = { - aristocrats = { - culture = russian - religion = orthodox - size = 669.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 2163.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 437.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 39552.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 1905.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 669.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 2163.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 437.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 39552.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 1905.5 + } } #Borovichi (344000/86000 POPS) 1005 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1545.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 875.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 4429.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 901.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 80829.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1545.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 875.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 4429.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 901.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 80829.25 + } } #Pskov (472000/118000 POPS) 1006 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2060.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1184.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 4686.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1184.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 107635.0 - } - - clergymen = { - culture = estonian - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = estonian - religion = protestant - size = 51.5 - } - - soldiers = { - culture = estonian - religion = protestant - size = 10.3 - } - - farmers = { - culture = estonian - religion = protestant - size = 952.75 - } - - clergymen = { - culture = latvian - religion = protestant - size = 46.35 - } - - artisans = { - culture = latvian - religion = protestant - size = 154.5 - } - - soldiers = { - culture = latvian - religion = protestant - size = 30.900000000000002 - } - - farmers = { - culture = latvian - religion = protestant - size = 2858.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 659.2 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2060.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1184.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 4686.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1184.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 107635.0 + } + + clergymen = { + culture = estonian + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = estonian + religion = protestant + size = 51.5 + } + + soldiers = { + culture = estonian + religion = protestant + size = 10.3 + } + + farmers = { + culture = estonian + religion = protestant + size = 952.75 + } + + clergymen = { + culture = latvian + religion = protestant + size = 46.35 + } + + artisans = { + culture = latvian + religion = protestant + size = 154.5 + } + + soldiers = { + culture = latvian + religion = protestant + size = 30.900000000000002 + } + + farmers = { + culture = latvian + religion = protestant + size = 2858.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 659.2 + } } #Velikiye Luki (320000/80000 POPS) 1007 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1570.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 824.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 4120.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 824.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 75061.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1570.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 824.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 4120.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 824.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 75061.25 + } } #Moscow Region (4960000) #under the rule of Russia in 1836 #Moscow (620000/155000 POPS) 1008 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1648.0 - } - - capitalists = { - culture = russian - religion = orthodox - size = 100 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2060.0 - } - - officers = { - culture = russian - religion = orthodox - size = 1390.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1596.5 - } - - clerks = { - culture = russian - religion = orthodox - size = 200 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 16000 - } - - artisans = { - culture = russian - religion = orthodox - size = 81350.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 31210.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 21474.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 556.2 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1648.0 + } + + capitalists = { + culture = russian + religion = orthodox + size = 100 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2060.0 + } + + officers = { + culture = russian + religion = orthodox + size = 1390.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1596.5 + } + + clerks = { + culture = russian + religion = orthodox + size = 200 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 16000 + } + + artisans = { + culture = russian + religion = orthodox + size = 81350.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 31210.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 21474.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 556.2 + } } #Borodino (572000/143000 POPS) 1009 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2575.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1442.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 7364.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1493.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 134415.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2575.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1442.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 7364.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1493.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 134415.0 + } } #Kaluga (876000/219000 POPS) 1010 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4480.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2240.25 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 2000.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 11278.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2266.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 203304.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4480.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2240.25 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 2000.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 11278.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2266.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 203304.75 + } } #Tula (1160000/290000 POPS) 1011 = { - aristocrats = { - culture = russian - religion = orthodox - size = 5047.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2961.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 14935.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3090.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 272666.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 5047.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2961.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 14935.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3090.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 272666.75 + } } #Riazan (1192000/298000 POPS) 1012 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4635.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3090.0 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 4000.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 14935.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3090.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 277190.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4635.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3090.0 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 4000.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 14935.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3090.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 277190.0 + } } #Vladimir (544000/136000 POPS) 1013 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2369.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1390.5 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 2000.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 6952.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1390.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 125977.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2369.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1390.5 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 2000.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 6952.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1390.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 125977.5 + } } #Nizhni Novgorod Region (4420000) #under the rule of Russia in 1836 #Nizhni Novgorod (1068000/267000 POPS) 1020 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4944.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1313.25 - } - - officers = { - culture = russian - religion = orthodox - size = 1081.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2729.5 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 7000.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 10918.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2729.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 242234.25 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1828.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4944.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1313.25 + } + + officers = { + culture = russian + religion = orthodox + size = 1081.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2729.5 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 7000.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 10918.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2729.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 242234.25 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1828.25 + } } #Penza (952000/238000 POPS) 1021 = { - aristocrats = { - culture = russian - religion = orthodox - size = 4017.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2394.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 12154.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2420.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 222093.75 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1828.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 4017.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2394.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 12154.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2420.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 222093.75 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1828.25 + } } #Ivanovo (540000/135000 POPS) 1022 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1854.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1364.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 6952.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1390.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 127488.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1854.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1364.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 6952.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1390.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 127488.25 + } } #Kostorma (312000/78000 POPS) 1023 = { - aristocrats = { - culture = russian - religion = orthodox - size = 978.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 798.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 4017.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 798.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 73748.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 978.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 798.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 4017.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 798.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 73748.0 + } } #Galich (304000/76000 POPS) 1024 = { - aristocrats = { - culture = russian - religion = orthodox - size = 927.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 772.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 3914.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 772.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 71894.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 927.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 772.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 3914.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 772.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 71894.0 + } } #Tambov (1244000/311000 POPS) 1025 = { - aristocrats = { - culture = russian - religion = orthodox - size = 6025.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3090.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 15450.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3193.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 290511.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1828.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 6025.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3090.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 15450.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3193.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 290511.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1828.25 + } } #Perm Region (2224000) #under the rule of Russia in 1836 #Perm (960000/240000 POPS) 1026 = { - aristocrats = { - culture = russian - religion = orthodox - size = 3914.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 746.75 - } - - officers = { - culture = russian - religion = orthodox - size = 566.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2420.5 - } - - clerks = { - culture = russian - religion = orthodox - size = 50.0 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 3950.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 12360.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2446.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 218686.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1828.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 3914.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 746.75 + } + + officers = { + culture = russian + religion = orthodox + size = 566.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2420.5 + } + + clerks = { + culture = russian + religion = orthodox + size = 50.0 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 3950.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 12360.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2446.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 218686.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1828.25 + } } #Vetluga (308000/77000 POPS) 1027 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1030.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 772.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 3965.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 798.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 72774.65000000001 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1030.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 772.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 3965.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 798.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 72774.65000000001 + } } #Vyatkha (504000/126000 POPS) 1028 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1751.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1236.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 6180.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1236.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 114227.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4763.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1751.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1236.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 6180.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1236.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 114227.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4763.75 + } } #Glasov (452000/113000 POPS) 1029 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1622.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1158.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 5768.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1158.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 106682.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1622.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1158.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 5768.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1158.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 106682.25 + } } #Kazan Region (2848000) #under the rule of Russia in 1836 #Kazan (592000/148000 POPS) 1030 = { - aristocrats = { - culture = russian - religion = orthodox - size = 412.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 721.0 - } - - officers = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 2008.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 22608.5 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1390.5 - } - - bureaucrats = { - culture = tatar - religion = sunni - size = 309.0 - } - - officers = { - culture = tatar - religion = sunni - size = 206.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 772.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 772.5 - } - - farmers = { - culture = tatar - religion = sunni - size = 67362.0 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 283.25 - } - - artisans = { - culture = tatar - religion = orthodox - size = 2935.5 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 360.5 - } - - farmers = { - culture = tatar - religion = orthodox - size = 31955.75 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 1236.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 13956.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 412.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 721.0 + } + + officers = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 2008.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 22608.5 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1390.5 + } + + bureaucrats = { + culture = tatar + religion = sunni + size = 309.0 + } + + officers = { + culture = tatar + religion = sunni + size = 206.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 772.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 772.5 + } + + farmers = { + culture = tatar + religion = sunni + size = 67362.0 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 283.25 + } + + artisans = { + culture = tatar + religion = orthodox + size = 2935.5 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 360.5 + } + + farmers = { + culture = tatar + religion = orthodox + size = 31955.75 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 1236.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 13956.5 + } } #Sarapol (560000/140000 POPS) 1031 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1905.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1364.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 6849.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1364.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 125505.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 103.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1879.75 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4815.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1905.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1364.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 6849.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1364.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 125505.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 103.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1879.75 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4815.25 + } } #Chistopol (608000/152000 POPS) 1032 = { - aristocrats = { - culture = russian - religion = orthodox - size = 772.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 592.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 2832.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 566.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 52916.25 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1236.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 772.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 3914.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 772.5 - } - - farmers = { - culture = tatar - religion = sunni - size = 71585.0 - } - - clergymen = { - culture = ugrian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ugrian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = ugrian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = ugrian - religion = orthodox - size = 4815.25 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 231.75 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 128.75 - } - - artisans = { - culture = tatar - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 154.5 - } - - farmers = { - culture = tatar - religion = orthodox - size = 14162.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 772.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 592.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 2832.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 566.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 52916.25 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1236.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 772.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 3914.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 772.5 + } + + farmers = { + culture = tatar + religion = sunni + size = 71585.0 + } + + clergymen = { + culture = ugrian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ugrian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = ugrian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = ugrian + religion = orthodox + size = 4815.25 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 231.75 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 128.75 + } + + artisans = { + culture = tatar + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 154.5 + } + + farmers = { + culture = tatar + religion = orthodox + size = 14162.5 + } } #Simbirsk (340000/85000 POPS) 1033 = { - aristocrats = { - culture = russian - religion = orthodox - size = 952.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 721.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 3708.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 746.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 74881.0 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 154.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 77.25 - } - - artisans = { - culture = tatar - religion = sunni - size = 412.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 103.0 - } - - farmers = { - culture = tatar - religion = sunni - size = 7493.25 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 77.25 - } - - artisans = { - culture = tatar - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 51.5 - } - - farmers = { - culture = tatar - religion = orthodox - size = 4686.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 952.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 721.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 3708.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 746.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 74881.0 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 154.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 77.25 + } + + artisans = { + culture = tatar + religion = sunni + size = 412.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 103.0 + } + + farmers = { + culture = tatar + religion = sunni + size = 7493.25 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 77.25 + } + + artisans = { + culture = tatar + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 51.5 + } + + farmers = { + culture = tatar + religion = orthodox + size = 4686.5 + } } #Samara (208000/52000 POPS) 1034 = { - aristocrats = { - culture = russian - religion = orthodox - size = 772.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 2266.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 40788.0 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 154.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 77.25 - } - - artisans = { - culture = tatar - religion = sunni - size = 412.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 103.0 - } - - farmers = { - culture = tatar - religion = sunni - size = 7493.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 772.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 2266.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 40788.0 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 154.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 77.25 + } + + artisans = { + culture = tatar + religion = sunni + size = 412.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 103.0 + } + + farmers = { + culture = tatar + religion = sunni + size = 7493.25 + } } #Syzran (540000/135000 POPS) 1035 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2214.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1390.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 6952.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1390.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 127102.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2214.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1390.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 6952.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1390.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 127102.0 + } } #Astrakhan Region (1900000) #under the rule of Russia in 1836 #Astrakhan (76000/19000 POPS) 1036 = { - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 566.5 - } - - officers = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 4635.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 1236.0 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 257.5 - } - - clergymen = { - culture = circassian - religion = sunni - size = 128.75 - } - - artisans = { - culture = circassian - religion = sunni - size = 5665.0 - } - - soldiers = { - culture = circassian - religion = sunni - size = 128.75 - } - - farmers = { - culture = circassian - religion = sunni - size = 6180.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 566.5 + } + + officers = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 4635.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 1236.0 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 257.5 + } + + clergymen = { + culture = circassian + religion = sunni + size = 128.75 + } + + artisans = { + culture = circassian + religion = sunni + size = 5665.0 + } + + soldiers = { + culture = circassian + religion = sunni + size = 128.75 + } + + farmers = { + culture = circassian + religion = sunni + size = 6180.0 + } } #Saratov (252000/83000 POPS) 1037 = { - aristocrats = { - culture = russian - religion = orthodox - size = 618.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 566.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 6695.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 46710.5 - } - - clergymen = { - culture = north_german - religion = protestant - size = 154.5 - } - - artisans = { - culture = north_german - religion = protestant - size = 3090.0 - } - - soldiers = { - culture = north_german - religion = protestant - size = 206.0 - } - - farmers = { - culture = north_german - religion = protestant - size = 15089.5 - } - - clergymen = { - culture = north_german - religion = catholic - size = 154.5 - } - - artisans = { - culture = north_german - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = north_german - religion = catholic - size = 103.0 - } - - farmers = { - culture = north_german - religion = catholic - size = 6952.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 515.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1467.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 618.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 566.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 6695.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 46710.5 + } + + clergymen = { + culture = north_german + religion = protestant + size = 154.5 + } + + artisans = { + culture = north_german + religion = protestant + size = 3090.0 + } + + soldiers = { + culture = north_german + religion = protestant + size = 206.0 + } + + farmers = { + culture = north_german + religion = protestant + size = 15089.5 + } + + clergymen = { + culture = north_german + religion = catholic + size = 154.5 + } + + artisans = { + culture = north_german + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = north_german + religion = catholic + size = 103.0 + } + + farmers = { + culture = north_german + religion = catholic + size = 6952.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 515.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1467.75 + } } #Novo Usensk (340000/85000 POPS) 1038 = { - aristocrats = { - culture = russian - religion = orthodox - size = 1390.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 849.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 4377.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 875.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 80056.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 1390.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 849.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 4377.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 875.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 80056.75 + } } #Tsaritsyn (1072000/268000 POPS) 1039 = { - aristocrats = { - culture = russian - religion = orthodox - size = 5150.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2575.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 12720.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 4120.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 229535.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1081.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 20162.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 5150.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2575.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 12720.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 4120.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 229535.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1081.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 20162.25 + } } #Zarevka (36000/9000 POPS) 1040 = { - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 2755.25 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 103.0 - } - - clergymen = { - culture = circassian - religion = sunni - size = 51.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 257.5 - } - - soldiers = { - culture = circassian - religion = sunni - size = 51.5 - } - - farmers = { - culture = circassian - religion = sunni - size = 4686.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 2755.25 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 103.0 + } + + clergymen = { + culture = circassian + religion = sunni + size = 51.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 257.5 + } + + soldiers = { + culture = circassian + religion = sunni + size = 51.5 + } + + farmers = { + culture = circassian + religion = sunni + size = 4686.5 + } } #Elitsa (124000/31000 POPS) 1041 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 25.75 - } - - clergymen = { - culture = circassian - religion = sunni - size = 25.75 - } - - artisans = { - culture = circassian - religion = sunni - size = 51.5 - } - - soldiers = { - culture = circassian - religion = sunni - size = 25.75 - } - - farmers = { - culture = circassian - religion = sunni - size = 901.25 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 669.5 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 283.25 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 1493.5 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 309.0 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 27114.75 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 25.75 + } + + clergymen = { + culture = circassian + religion = sunni + size = 25.75 + } + + artisans = { + culture = circassian + religion = sunni + size = 51.5 + } + + soldiers = { + culture = circassian + religion = sunni + size = 25.75 + } + + farmers = { + culture = circassian + religion = sunni + size = 901.25 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 669.5 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 283.25 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 1493.5 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 309.0 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 27114.75 + } } #Orenburg Region (1500000) #under the rule of Russia in 1836 #Ufa (1212000/303000 POPS) 1042 = { - aristocrats = { - culture = russian - religion = orthodox - size = 2781.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1854.0 - } - - officers = { - culture = russian - religion = orthodox - size = 257.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2085.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 10815.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2163.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 194283.75 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 1802.5 - } - - officers = { - culture = tatar - religion = sunni - size = 103.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 772.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 4120.0 - } - - soldiers = { - culture = tatar - religion = sunni - size = 824.0 - } - - farmers = { - culture = tatar - religion = sunni - size = 74778.0 - } - - aristocrats = { - culture = tatar - religion = orthodox - size = 257.5 - } - - officers = { - culture = tatar - religion = orthodox - size = 25.75 - } - - clergymen = { - culture = tatar - religion = orthodox - size = 128.75 - } - - artisans = { - culture = tatar - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = tatar - religion = orthodox - size = 154.5 - } - - farmers = { - culture = tatar - religion = orthodox - size = 14111.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 2781.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1854.0 + } + + officers = { + culture = russian + religion = orthodox + size = 257.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2085.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 10815.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2163.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 194283.75 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 1802.5 + } + + officers = { + culture = tatar + religion = sunni + size = 103.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 772.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 4120.0 + } + + soldiers = { + culture = tatar + religion = sunni + size = 824.0 + } + + farmers = { + culture = tatar + religion = sunni + size = 74778.0 + } + + aristocrats = { + culture = tatar + religion = orthodox + size = 257.5 + } + + officers = { + culture = tatar + religion = orthodox + size = 25.75 + } + + clergymen = { + culture = tatar + religion = orthodox + size = 128.75 + } + + artisans = { + culture = tatar + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = tatar + religion = orthodox + size = 154.5 + } + + farmers = { + culture = tatar + religion = orthodox + size = 14111.0 + } } #Busuluk (164000/41000 POPS) 1043 = { - aristocrats = { - culture = russian - religion = orthodox - size = 540.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 412.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 2060.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 412.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 38805.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 540.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 412.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 2060.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 412.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 38805.25 + } } #Orenburg (124000/31000 POPS) 1044 = { - aristocrats = { - culture = russian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 1596.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 28634.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 1596.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 28634.0 + } } #Kuban Region (520000) #under the rule of Russia in 1836 #Ekaterinodar (136000/34000 POPS) 1048 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 412.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1442.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 334.75 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 31543.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = greek - religion = orthodox - size = 25.75 - } - - farmers = { - culture = greek - religion = orthodox - size = 618.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 412.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1442.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 334.75 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 31543.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = greek + religion = orthodox + size = 25.75 + } + + farmers = { + culture = greek + religion = orthodox + size = 618.0 + } } #Temen (60000/15000 POPS) 1049 = { - aristocrats = { - culture = circassian - religion = sunni - size = 283.25 - } - - clergymen = { - culture = circassian - religion = sunni - size = 154.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 772.5 - } - - soldiers = { - culture = circassian - religion = sunni - size = 1030.0 - } - - farmers = { - culture = circassian - religion = sunni - size = 13209.75 - } + aristocrats = { + culture = circassian + religion = sunni + size = 283.25 + } + + clergymen = { + culture = circassian + religion = sunni + size = 154.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 772.5 + } + + soldiers = { + culture = circassian + religion = sunni + size = 1030.0 + } + + farmers = { + culture = circassian + religion = sunni + size = 13209.75 + } } #Stavropol (188000/47000 POPS) 1050 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 669.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 12463.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - officers = { - culture = russian - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 1030.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 4120.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 14497.25 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 257.5 - } - - officers = { - culture = circassian - religion = sunni - size = 51.5 - } - - clergymen = { - culture = circassian - religion = sunni - size = 128.75 - } - - artisans = { - culture = circassian - religion = sunni - size = 669.5 - } - - soldiers = { - culture = circassian - religion = sunni - size = 154.5 - } - - farmers = { - culture = circassian - religion = sunni - size = 12128.25 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 15.450000000000001 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 25.75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 51.5 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 10.3 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 927.0 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 669.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 12463.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + officers = { + culture = russian + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 1030.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 4120.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 14497.25 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 257.5 + } + + officers = { + culture = circassian + religion = sunni + size = 51.5 + } + + clergymen = { + culture = circassian + religion = sunni + size = 128.75 + } + + artisans = { + culture = circassian + religion = sunni + size = 669.5 + } + + soldiers = { + culture = circassian + religion = sunni + size = 154.5 + } + + farmers = { + culture = circassian + religion = sunni + size = 12128.25 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 15.450000000000001 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 25.75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 51.5 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 10.3 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 927.0 + } } #Adygei (136000/34000 POPS) 1051 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 6720.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 5587.75 - } - - aristocrats = { - culture = circassian - religion = sunni - size = 437.75 - } - - clergymen = { - culture = circassian - religion = sunni - size = 206.0 - } - - artisans = { - culture = circassian - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = circassian - religion = sunni - size = 206.0 - } - - farmers = { - culture = circassian - religion = sunni - size = 18720.25 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 6720.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 5587.75 + } + + aristocrats = { + culture = circassian + religion = sunni + size = 437.75 + } + + clergymen = { + culture = circassian + religion = sunni + size = 206.0 + } + + artisans = { + culture = circassian + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = circassian + religion = sunni + size = 206.0 + } + + farmers = { + culture = circassian + religion = sunni + size = 18720.25 + } } #Dagestan Region (324000) #under the rule of Russia in 1836 #Derbent (160000/40000 POPS) 1052 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 25.75 - } - - soldiers = { - culture = russian - religion = orthodox - size = 257.5 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 669.5 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 360.5 - } - - officers = { - culture = dagestani - religion = sunni - size = 77.25 - } - - artisans = { - culture = dagestani - religion = sunni - size = 1854.0 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 386.25 - } - - farmers = { - culture = dagestani - religion = sunni - size = 33758.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 25.75 - } - - farmers = { - culture = sephardic - religion = jewish - size = 581.95 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 154.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 25.75 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 2806.75 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 25.75 + } + + soldiers = { + culture = russian + religion = orthodox + size = 257.5 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 669.5 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 360.5 + } + + officers = { + culture = dagestani + religion = sunni + size = 77.25 + } + + artisans = { + culture = dagestani + religion = sunni + size = 1854.0 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 386.25 + } + + farmers = { + culture = dagestani + religion = sunni + size = 33758.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 25.75 + } + + farmers = { + culture = sephardic + religion = jewish + size = 581.95 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 154.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 25.75 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 2806.75 + } } #Gunib (164000/41000 POPS) 1053 = { - aristocrats = { - culture = dagestani - religion = sunni - size = 669.5 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 360.5 - } - - artisans = { - culture = dagestani - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 360.5 - } - - farmers = { - culture = dagestani - religion = sunni - size = 33166.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 25.75 - } - - farmers = { - culture = sephardic - religion = jewish - size = 684.95 - } - - aristocrats = { - culture = azerbaijani - religion = sunni - size = 77.25 - } - - clergymen = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - artisans = { - culture = azerbaijani - religion = sunni - size = 257.5 - } - - soldiers = { - culture = azerbaijani - religion = sunni - size = 51.5 - } - - farmers = { - culture = azerbaijani - religion = sunni - size = 4712.25 - } + aristocrats = { + culture = dagestani + religion = sunni + size = 669.5 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 360.5 + } + + artisans = { + culture = dagestani + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 360.5 + } + + farmers = { + culture = dagestani + religion = sunni + size = 33166.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 25.75 + } + + farmers = { + culture = sephardic + religion = jewish + size = 684.95 + } + + aristocrats = { + culture = azerbaijani + religion = sunni + size = 77.25 + } + + clergymen = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + artisans = { + culture = azerbaijani + religion = sunni + size = 257.5 + } + + soldiers = { + culture = azerbaijani + religion = sunni + size = 51.5 + } + + farmers = { + culture = azerbaijani + religion = sunni + size = 4712.25 + } } #Kavkaz Region (348000) #under the rule of Russia in 1836 #Vladikavkaz (76000/19000 POPS) 1054 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 849.75 - } - - aristocrats = { - culture = circassian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = circassian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = circassian - religion = orthodox - size = 927.0 - } - - soldiers = { - culture = circassian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = circassian - religion = orthodox - size = 16917.75 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 849.75 + } + + aristocrats = { + culture = circassian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = circassian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = circassian + religion = orthodox + size = 927.0 + } + + soldiers = { + culture = circassian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = circassian + religion = orthodox + size = 16917.75 + } } #Grozny (68000/17000 POPS) 1055 = { - aristocrats = { - culture = chechen - religion = sunni - size = 334.75 - } - - clergymen = { - culture = chechen - religion = sunni - size = 180.25 - } - - artisans = { - culture = chechen - religion = sunni - size = 875.5 - } - - soldiers = { - culture = chechen - religion = sunni - size = 180.25 - } - - farmers = { - culture = chechen - religion = sunni - size = 15939.25 - } + aristocrats = { + culture = chechen + religion = sunni + size = 334.75 + } + + clergymen = { + culture = chechen + religion = sunni + size = 180.25 + } + + artisans = { + culture = chechen + religion = sunni + size = 875.5 + } + + soldiers = { + culture = chechen + religion = sunni + size = 180.25 + } + + farmers = { + culture = chechen + religion = sunni + size = 15939.25 + } } #Pyatigorsk (136000/34000 POPS) 1056 = { - aristocrats = { - culture = circassian - religion = sunni - size = 695.25 - } - - clergymen = { - culture = circassian - religion = sunni - size = 360.5 - } - - officers = { - culture = circassian - religion = sunni - size = 51.5 - } - - artisans = { - culture = circassian - religion = sunni - size = 1751.0 - } - - soldiers = { - culture = circassian - religion = sunni - size = 360.5 - } - - farmers = { - culture = circassian - religion = sunni - size = 31801.25 - } + aristocrats = { + culture = circassian + religion = sunni + size = 695.25 + } + + clergymen = { + culture = circassian + religion = sunni + size = 360.5 + } + + officers = { + culture = circassian + religion = sunni + size = 51.5 + } + + artisans = { + culture = circassian + religion = sunni + size = 1751.0 + } + + soldiers = { + culture = circassian + religion = sunni + size = 360.5 + } + + farmers = { + culture = circassian + religion = sunni + size = 31801.25 + } } #Kizylyar (68000/17000 POPS) 1057 = { - aristocrats = { - culture = russian - religion = orthodox - size = 128.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 9450.25 - } - - aristocrats = { - culture = dagestani - religion = sunni - size = 128.75 - } - - clergymen = { - culture = dagestani - religion = sunni - size = 77.25 - } - - artisans = { - culture = dagestani - religion = sunni - size = 360.5 - } - - soldiers = { - culture = dagestani - religion = sunni - size = 77.25 - } - - farmers = { - culture = dagestani - religion = sunni - size = 6566.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 128.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 9450.25 + } + + aristocrats = { + culture = dagestani + religion = sunni + size = 128.75 + } + + clergymen = { + culture = dagestani + religion = sunni + size = 77.25 + } + + artisans = { + culture = dagestani + religion = sunni + size = 360.5 + } + + soldiers = { + culture = dagestani + religion = sunni + size = 77.25 + } + + farmers = { + culture = dagestani + religion = sunni + size = 6566.25 + } } #Urals Region (832000) #under the rule of Russia in 1836 #Ekaterinburg (396000/99000 POPS) 1058 = { - aristocrats = { - culture = russian - religion = orthodox - size = 824.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 283.25 - } - - officers = { - culture = russian - religion = orthodox - size = 231.75 - } - - clergymen = { - culture = russian - religion = orthodox - size = 1030.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 5098.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 93472.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 824.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 283.25 + } + + officers = { + culture = russian + religion = orthodox + size = 231.75 + } + + clergymen = { + culture = russian + religion = orthodox + size = 1030.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 5098.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 93472.5 + } } #Chelyabinsk (180000/45000 POPS) 1059 = { - aristocrats = { - culture = russian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 2317.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 42642.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 2317.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 42642.0 + } } #Orsk (180000/45000 POPS) 1060 = { - aristocrats = { - culture = russian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 463.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 2317.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 42075.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 463.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 2317.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 42075.5 + } } #Tyumen (54000/13500 POPS) 1061 = { - clergymen = { - culture = russian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 618.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 128.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 11510.25 - } - - clergymen = { - culture = tatar - religion = sunni - size = 25.75 - } - - artisans = { - culture = tatar - religion = sunni - size = 77.25 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 1416.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 618.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 128.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 11510.25 + } + + clergymen = { + culture = tatar + religion = sunni + size = 25.75 + } + + artisans = { + culture = tatar + religion = sunni + size = 77.25 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 1416.25 + } } #Ishim (22000/5500 POPS) 2686 = { - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 4789.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 5.15 - } - - artisans = { - culture = tatar - religion = sunni - size = 10.3 - } - - soldiers = { - culture = tatar - religion = sunni - size = 10.3 - } - - farmers = { - culture = tatar - religion = sunni - size = 489.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 4789.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 5.15 + } + + artisans = { + culture = tatar + religion = sunni + size = 10.3 + } + + soldiers = { + culture = tatar + religion = sunni + size = 10.3 + } + + farmers = { + culture = tatar + religion = sunni + size = 489.25 + } } #Yugra Region (98500) #under the rule of Russia in 1836 #Tobolsk (10800/2700 POPS) 1066 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 1802.5 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 51.5 - } - - clergymen = { - culture = ugrian - religion = animist - size = 15.450000000000001 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 746.75 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 1802.5 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 51.5 + } + + clergymen = { + culture = ugrian + religion = animist + size = 15.450000000000001 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 746.75 + } } #Berezov (60000/15000 POPS) 1062 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 10.3 - } - - clergymen = { - culture = russian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 669.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 12426.95 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 25.75 - } - - clergymen = { - culture = ugrian - religion = animist - size = 51.5 - } - - artisans = { - culture = ugrian - religion = animist - size = 103.0 - } - - soldiers = { - culture = ugrian - religion = animist - size = 25.75 - } - - farmers = { - culture = ugrian - religion = animist - size = 1854.0 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 10.3 + } + + clergymen = { + culture = russian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 669.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 12426.95 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 25.75 + } + + clergymen = { + culture = ugrian + religion = animist + size = 51.5 + } + + artisans = { + culture = ugrian + religion = animist + size = 103.0 + } + + soldiers = { + culture = ugrian + religion = animist + size = 25.75 + } + + farmers = { + culture = ugrian + religion = animist + size = 1854.0 + } } #Nizhnevartovsk (4000/1000 POPS) 1065 = { - aristocrats = { - culture = ugrian - religion = animist - size = 10.3 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 927.0 - } + aristocrats = { + culture = ugrian + religion = animist + size = 10.3 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 927.0 + } } #Ases Igan (4000/1000 POPS) 2646 = { - aristocrats = { - culture = ugrian - religion = animist - size = 10.3 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 927.0 - } + aristocrats = { + culture = ugrian + religion = animist + size = 10.3 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 927.0 + } } #Bakchar (8500/2125 POPS) 2683 = { - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - artisans = { - culture = russian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = russian - religion = orthodox - size = 113.3 - } - - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 25.75 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 927.0 - } - - aristocrats = { - culture = ugrian - religion = animist - size = 10.3 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 927.0 - } + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + artisans = { + culture = russian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = russian + religion = orthodox + size = 113.3 + } + + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 25.75 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 927.0 + } + + aristocrats = { + culture = ugrian + religion = animist + size = 10.3 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 927.0 + } } #Muzhi (6000/1500 POPS) 2685 = { - aristocrats = { - culture = ugrian - religion = animist - size = 25.75 - } - - clergymen = { - culture = ugrian - religion = animist - size = 25.75 - } - - artisans = { - culture = ugrian - religion = animist - size = 51.5 - } - - soldiers = { - culture = ugrian - religion = animist - size = 25.75 - } - - farmers = { - culture = ugrian - religion = animist - size = 1287.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - artisans = { - culture = russian - religion = orthodox - size = 10.3 - } - - farmers = { - culture = russian - religion = orthodox - size = 113.3 - } + aristocrats = { + culture = ugrian + religion = animist + size = 25.75 + } + + clergymen = { + culture = ugrian + religion = animist + size = 25.75 + } + + artisans = { + culture = ugrian + religion = animist + size = 51.5 + } + + soldiers = { + culture = ugrian + religion = animist + size = 25.75 + } + + farmers = { + culture = ugrian + religion = animist + size = 1287.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + artisans = { + culture = russian + religion = orthodox + size = 10.3 + } + + farmers = { + culture = russian + religion = orthodox + size = 113.3 + } } #Verkniy Ufaley (1200/300 POPS) 2690 = { - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 200.85 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - artisans = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 92.7 - } + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 200.85 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + artisans = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 92.7 + } } #Vorgovo (4000/1000 POPS) 2691 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 25.75 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 15.450000000000001 - } - - farmers = { - culture = siberian - religion = animist - size = 824.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - artisans = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 92.7 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 25.75 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 15.450000000000001 + } + + farmers = { + culture = siberian + religion = animist + size = 824.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + artisans = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 92.7 + } } #Kostino (2000/500 POPS) 2692 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Yamalia Region (10400) #under the rule of Russia in 1836 #Mordiyakha (1000/250 POPS) 2614 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - artisans = { - culture = ugrian - religion = animist - size = 10.3 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 231.75 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + artisans = { + culture = ugrian + religion = animist + size = 10.3 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 231.75 + } } #Yar Sale (1000/250 POPS) 2684 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - artisans = { - culture = ugrian - religion = animist - size = 10.3 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 231.75 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + artisans = { + culture = ugrian + religion = animist + size = 10.3 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 231.75 + } } #Aksarka (2200/550 POPS) 2682 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - artisans = { - culture = ugrian - religion = animist - size = 25.75 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2.06 - } - - artisans = { - culture = russian - religion = orthodox - size = 3.09 - } - - farmers = { - culture = russian - religion = orthodox - size = 46.35 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + artisans = { + culture = ugrian + religion = animist + size = 25.75 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2.06 + } + + artisans = { + culture = russian + religion = orthodox + size = 3.09 + } + + farmers = { + culture = russian + religion = orthodox + size = 46.35 + } } #Napalkovo (1000/250 POPS) 2659 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - artisans = { - culture = ugrian - religion = animist - size = 10.3 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 231.75 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + artisans = { + culture = ugrian + religion = animist + size = 10.3 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 231.75 + } } #Nyda (1000/250 POPS) 2613 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 5.15 - } - - artisans = { - culture = ugrian - religion = animist - size = 10.3 - } - - soldiers = { - culture = ugrian - religion = animist - size = 5.15 - } - - farmers = { - culture = ugrian - religion = animist - size = 231.75 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 5.15 + } + + artisans = { + culture = ugrian + religion = animist + size = 10.3 + } + + soldiers = { + culture = ugrian + religion = animist + size = 5.15 + } + + farmers = { + culture = ugrian + religion = animist + size = 231.75 + } } #Krasnoselkup (2200/550 POPS) 2615 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - artisans = { - culture = ugrian - religion = animist - size = 25.75 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2.06 - } - - artisans = { - culture = russian - religion = orthodox - size = 3.09 - } - - farmers = { - culture = russian - religion = orthodox - size = 46.35 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + artisans = { + culture = ugrian + religion = animist + size = 25.75 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2.06 + } + + artisans = { + culture = russian + religion = orthodox + size = 3.09 + } + + farmers = { + culture = russian + religion = orthodox + size = 46.35 + } } #Kikkiakki (2000/500 POPS) 2681 = { - aristocrats = { - culture = ugrian - religion = animist - size = 5.15 - } - - clergymen = { - culture = ugrian - religion = animist - size = 10.3 - } - - artisans = { - culture = ugrian - religion = animist - size = 25.75 - } - - soldiers = { - culture = ugrian - religion = animist - size = 10.3 - } - - farmers = { - culture = ugrian - religion = animist - size = 463.5 - } + aristocrats = { + culture = ugrian + religion = animist + size = 5.15 + } + + clergymen = { + culture = ugrian + religion = animist + size = 10.3 + } + + artisans = { + culture = ugrian + religion = animist + size = 25.75 + } + + soldiers = { + culture = ugrian + religion = animist + size = 10.3 + } + + farmers = { + culture = ugrian + religion = animist + size = 463.5 + } } #Tomsk Region (1346700) #under the rule of Russia in 1836 #Tomsk (814000/203500 POPS) 1063 = { - aristocrats = { - culture = russian - religion = orthodox - size = 721.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 309.0 - } - - officers = { - culture = russian - religion = orthodox - size = 257.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2060.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 10300.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2060.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 191837.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 2858.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 721.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 309.0 + } + + officers = { + culture = russian + religion = orthodox + size = 257.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2060.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 10300.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2060.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 191837.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 2858.25 + } } #Omsk (223500/55878 POPS) 1064 = { - aristocrats = { - culture = russian - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 566.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 2884.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 52864.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 566.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 2884.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 52864.75 + } } #Slavgorod (60000/15000 POPS) 2698 = { - clergymen = { - culture = russian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 618.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 128.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 11510.25 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 2858.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 618.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 128.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 11510.25 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 2858.25 + } } #Barnaul (116000/29000 POPS) 1067 = { - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 257.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 1339.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = russian - religion = orthodox - size = 24823.0 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 51.5 - } - - artisans = { - culture = tatar - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tatar - religion = sunni - size = 25.75 - } - - farmers = { - culture = tatar - religion = sunni - size = 2806.75 - } + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 257.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 1339.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = russian + religion = orthodox + size = 24823.0 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 51.5 + } + + artisans = { + culture = tatar + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tatar + religion = sunni + size = 25.75 + } + + farmers = { + culture = tatar + religion = sunni + size = 2806.75 + } } #Ulala (36000/9000 POPS) 1068 = { - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 2858.25 - } - - aristocrats = { - culture = tatar - religion = animist - size = 103.0 - } - - clergymen = { - culture = tatar - religion = animist - size = 51.5 - } - - artisans = { - culture = tatar - religion = animist - size = 309.0 - } - - soldiers = { - culture = tatar - religion = animist - size = 77.25 - } - - farmers = { - culture = tatar - religion = animist - size = 5639.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 2858.25 + } + + aristocrats = { + culture = tatar + religion = animist + size = 103.0 + } + + clergymen = { + culture = tatar + religion = animist + size = 51.5 + } + + artisans = { + culture = tatar + religion = animist + size = 309.0 + } + + soldiers = { + culture = tatar + religion = animist + size = 77.25 + } + + farmers = { + culture = tatar + religion = animist + size = 5639.25 + } } #Yakutsk Region (117000) #under the rule of Russia in 1836 #Yakutsk (64000/16000 POPS) 2648 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 139.05 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 1828.25 - } - - aristocrats = { - culture = yakut - religion = animist - size = 128.75 - } - - clergymen = { - culture = yakut - religion = animist - size = 77.25 - } - - artisans = { - culture = yakut - religion = animist - size = 463.5 - } - - soldiers = { - culture = yakut - religion = animist - size = 103.0 - } - - farmers = { - culture = yakut - religion = animist - size = 8497.5 - } - - bureaucrats = { - culture = yakut - religion = orthodox - size = 5.15 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 51.5 - } - - artisans = { - culture = yakut - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 51.5 - } - - farmers = { - culture = yakut - religion = orthodox - size = 4835.85 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 139.05 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 1828.25 + } + + aristocrats = { + culture = yakut + religion = animist + size = 128.75 + } + + clergymen = { + culture = yakut + religion = animist + size = 77.25 + } + + artisans = { + culture = yakut + religion = animist + size = 463.5 + } + + soldiers = { + culture = yakut + religion = animist + size = 103.0 + } + + farmers = { + culture = yakut + religion = animist + size = 8497.5 + } + + bureaucrats = { + culture = yakut + religion = orthodox + size = 5.15 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 51.5 + } + + artisans = { + culture = yakut + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 51.5 + } + + farmers = { + culture = yakut + religion = orthodox + size = 4835.85 + } } #Vilyuysk (10000/2500 POPS) 1069 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 15.450000000000001 - } - - artisans = { - culture = yakut - religion = animist - size = 51.5 - } - - soldiers = { - culture = yakut - religion = animist - size = 25.75 - } - - farmers = { - culture = yakut - religion = animist - size = 927.0 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5.15 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10.3 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10.3 - } - - farmers = { - culture = yakut - religion = orthodox - size = 489.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 15.450000000000001 + } + + artisans = { + culture = yakut + religion = animist + size = 51.5 + } + + soldiers = { + culture = yakut + religion = animist + size = 25.75 + } + + farmers = { + culture = yakut + religion = animist + size = 927.0 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5.15 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10.3 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10.3 + } + + farmers = { + culture = yakut + religion = orthodox + size = 489.25 + } } #Mukhtuya (10000/2500 POPS) 2695 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 15.450000000000001 - } - - artisans = { - culture = yakut - religion = animist - size = 51.5 - } - - soldiers = { - culture = yakut - religion = animist - size = 25.75 - } - - farmers = { - culture = yakut - religion = animist - size = 927.0 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5.15 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10.3 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10.3 - } - - farmers = { - culture = yakut - religion = orthodox - size = 489.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 15.450000000000001 + } + + artisans = { + culture = yakut + religion = animist + size = 51.5 + } + + soldiers = { + culture = yakut + religion = animist + size = 25.75 + } + + farmers = { + culture = yakut + religion = animist + size = 927.0 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5.15 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10.3 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10.3 + } + + farmers = { + culture = yakut + religion = orthodox + size = 489.25 + } } #Nyurba (12000/3000 POPS) 2650 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = yakut - religion = animist - size = 25.75 - } - - clergymen = { - culture = yakut - religion = animist - size = 30.900000000000002 - } - - artisans = { - culture = yakut - religion = animist - size = 77.25 - } - - soldiers = { - culture = yakut - religion = animist - size = 20.6 - } - - farmers = { - culture = yakut - religion = animist - size = 1390.5 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5.15 - } - - artisans = { - culture = yakut - religion = orthodox - size = 10.3 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10.3 - } - - farmers = { - culture = yakut - religion = orthodox - size = 489.25 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = yakut + religion = animist + size = 25.75 + } + + clergymen = { + culture = yakut + religion = animist + size = 30.900000000000002 + } + + artisans = { + culture = yakut + religion = animist + size = 77.25 + } + + soldiers = { + culture = yakut + religion = animist + size = 20.6 + } + + farmers = { + culture = yakut + religion = animist + size = 1390.5 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5.15 + } + + artisans = { + culture = yakut + religion = orthodox + size = 10.3 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10.3 + } + + farmers = { + culture = yakut + religion = orthodox + size = 489.25 + } } #Zhigansk (4000/1000 POPS) 2649 = { - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 15.450000000000001 - } - - artisans = { - culture = yakut - religion = animist - size = 51.5 - } - - soldiers = { - culture = yakut - religion = animist - size = 25.75 - } - - farmers = { - culture = yakut - religion = animist - size = 927.0 - } + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 15.450000000000001 + } + + artisans = { + culture = yakut + religion = animist + size = 51.5 + } + + soldiers = { + culture = yakut + religion = animist + size = 25.75 + } + + farmers = { + culture = yakut + religion = animist + size = 927.0 + } } #Pokrovsk (17000/4250 POPS) 2672 = { - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 25.75 - } - - farmers = { - culture = russian - religion = orthodox - size = 927.0 - } - - aristocrats = { - culture = yakut - religion = animist - size = 46.35 - } - - clergymen = { - culture = yakut - religion = animist - size = 51.5 - } - - artisans = { - culture = yakut - religion = animist - size = 128.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 25.75 - } - - farmers = { - culture = yakut - religion = animist - size = 2322.65 - } - - clergymen = { - culture = yakut - religion = orthodox - size = 5.15 - } - - artisans = { - culture = yakut - religion = orthodox - size = 25.75 - } - - soldiers = { - culture = yakut - religion = orthodox - size = 10.3 - } - - farmers = { - culture = yakut - religion = orthodox - size = 731.3000000000001 - } + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 25.75 + } + + farmers = { + culture = russian + religion = orthodox + size = 927.0 + } + + aristocrats = { + culture = yakut + religion = animist + size = 46.35 + } + + clergymen = { + culture = yakut + religion = animist + size = 51.5 + } + + artisans = { + culture = yakut + religion = animist + size = 128.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 25.75 + } + + farmers = { + culture = yakut + religion = animist + size = 2322.65 + } + + clergymen = { + culture = yakut + religion = orthodox + size = 5.15 + } + + artisans = { + culture = yakut + religion = orthodox + size = 25.75 + } + + soldiers = { + culture = yakut + religion = orthodox + size = 10.3 + } + + farmers = { + culture = yakut + religion = orthodox + size = 731.3000000000001 + } } #Evenkia Region (14000) #under the rule of Russia in 1836 #Dudinka (1000/250 POPS) 2680 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Svetlogorsk (2000/500 POPS) 2657 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 20.6 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 422.3 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 3.09 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2.06 - } - - farmers = { - culture = russian - religion = orthodox - size = 46.35 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 20.6 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 422.3 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 3.09 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2.06 + } + + farmers = { + culture = russian + religion = orthodox + size = 46.35 + } } #Kheta (1000/250 POPS) 2658 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Khatanga (1000/250 POPS) 2654 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Essey (1000/250 POPS) 2674 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Saskylah (1000/250 POPS) 2653 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Udachniy (2000/500 POPS) 2651 = { - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 185.4 - } - - aristocrats = { - culture = yakut - religion = animist - size = 5.15 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 283.25 - } + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 185.4 + } + + aristocrats = { + culture = yakut + religion = animist + size = 5.15 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 283.25 + } } #Yekonda (2000/500 POPS) 2675 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 334.75 - } - - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 5.15 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 139.05 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 334.75 + } + + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 5.15 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 139.05 + } } #Tura (1000/250 POPS) 2655 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 231.75 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 231.75 + } } #Uchami (2000/500 POPS) 2693 = { - aristocrats = { - culture = siberian - religion = animist - size = 5.15 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 5.15 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Indigirka Region (11000) #under the rule of Russia in 1836 #Yansk (1000/250 POPS) 2647 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Bytantaysk (2000/500 POPS) 1071 = { - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 10.3 - } - - artisans = { - culture = yakut - religion = animist - size = 25.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 437.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2.06 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3.09 - } - - farmers = { - culture = russian - religion = orthodox - size = 20.6 - } + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 10.3 + } + + artisans = { + culture = yakut + religion = animist + size = 25.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 437.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2.06 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3.09 + } + + farmers = { + culture = russian + religion = orthodox + size = 20.6 + } } #Verkhoyansk (2000/500 POPS) 2668 = { - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 10.3 - } - - artisans = { - culture = yakut - religion = animist - size = 25.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 463.5 - } + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 10.3 + } + + artisans = { + culture = yakut + religion = animist + size = 25.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 463.5 + } } #Ust Nera (2000/500 POPS) 2642 = { - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 10.3 - } - - artisans = { - culture = yakut - religion = animist - size = 25.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 463.5 - } + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 10.3 + } + + artisans = { + culture = yakut + religion = animist + size = 25.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 463.5 + } } #Honuu (1000/250 POPS) 2643 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Abiy (2000/500 POPS) 2619 = { - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 10.3 - } - - artisans = { - culture = yakut - religion = animist - size = 25.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 463.5 - } + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 10.3 + } + + artisans = { + culture = yakut + religion = animist + size = 25.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 463.5 + } } #Chokurdakh (1000/250 POPS) 2665 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Olenyok Region (5000) #under the rule of Russia in 1836 #Olenyok (1000/250 POPS) 2673 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 226.6 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 1.03 - } - - clergymen = { - culture = russian - religion = orthodox - size = 2.06 - } - - farmers = { - culture = russian - religion = orthodox - size = 7.21 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 226.6 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 1.03 + } + + clergymen = { + culture = russian + religion = orthodox + size = 2.06 + } + + farmers = { + culture = russian + religion = orthodox + size = 7.21 + } } #Bulun (1000/250 POPS) 2667 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Tiksi (1000/250 POPS) 2670 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Kular (1000/250 POPS) 2652 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Zhilinda (1000/250 POPS) 2671 = { - aristocrats = { - culture = yakut - religion = animist - size = 3.09 - } - - clergymen = { - culture = yakut - religion = animist - size = 5.15 - } - - artisans = { - culture = yakut - religion = animist - size = 10.3 - } - - soldiers = { - culture = yakut - religion = animist - size = 2.06 - } - - farmers = { - culture = yakut - religion = animist - size = 236.9 - } + aristocrats = { + culture = yakut + religion = animist + size = 3.09 + } + + clergymen = { + culture = yakut + religion = animist + size = 5.15 + } + + artisans = { + culture = yakut + religion = animist + size = 10.3 + } + + soldiers = { + culture = yakut + religion = animist + size = 2.06 + } + + farmers = { + culture = yakut + religion = animist + size = 236.9 + } } #Kolyma Region (6000) #under the rule of Russia in 1836 #Srednokolymsk (1000/250 POPS) 2621 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 211.15 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2.06 - } - - clergymen = { - culture = russian - religion = orthodox - size = 3.09 - } - - farmers = { - culture = russian - religion = orthodox - size = 20.6 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 211.15 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2.06 + } + + clergymen = { + culture = russian + religion = orthodox + size = 3.09 + } + + farmers = { + culture = russian + religion = orthodox + size = 20.6 + } } #Oyotuni (1000/250 POPS) 2664 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Ziryanka (1000/250 POPS) 2640 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 3.09 - } - - artisans = { - culture = siberian - religion = animist - size = 4.12 - } - - soldiers = { - culture = siberian - religion = animist - size = 2.06 - } - - farmers = { - culture = siberian - religion = animist - size = 139.05 - } - - aristocrats = { - culture = yakut - religion = animist - size = 2.06 - } - - clergymen = { - culture = yakut - religion = animist - size = 2.06 - } - - artisans = { - culture = yakut - religion = animist - size = 5.15 - } - - soldiers = { - culture = yakut - religion = animist - size = 1.03 - } - - farmers = { - culture = yakut - religion = animist - size = 92.7 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 3.09 + } + + artisans = { + culture = siberian + religion = animist + size = 4.12 + } + + soldiers = { + culture = siberian + religion = animist + size = 2.06 + } + + farmers = { + culture = siberian + religion = animist + size = 139.05 + } + + aristocrats = { + culture = yakut + religion = animist + size = 2.06 + } + + clergymen = { + culture = yakut + religion = animist + size = 2.06 + } + + artisans = { + culture = yakut + religion = animist + size = 5.15 + } + + soldiers = { + culture = yakut + religion = animist + size = 1.03 + } + + farmers = { + culture = yakut + religion = animist + size = 92.7 + } } #Syasir (1000/250 POPS) 2620 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Beryezovka (1000/250 POPS) 2660 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Cherskiy (1000/250 POPS) 2662 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Aldanskiy Region (18000 POPS) #Aldan (1000/250 POPS) 2696 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Chernomin (1000/250 POPS) 1080 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Amga (6000/1500 POPS) 2669 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } - - aristocrats = { - culture = yakut - religion = animist - size = 20.6 - } - - clergymen = { - culture = yakut - religion = animist - size = 25.75 - } - - artisans = { - culture = yakut - religion = animist - size = 66.95 - } - - soldiers = { - culture = yakut - religion = animist - size = 15.450000000000001 - } - - farmers = { - culture = yakut - religion = animist - size = 1055.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 3.09 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - soldiers = { - culture = russian - religion = orthodox - size = 2.06 - } - - farmers = { - culture = russian - religion = orthodox - size = 92.7 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } + + aristocrats = { + culture = yakut + religion = animist + size = 20.6 + } + + clergymen = { + culture = yakut + religion = animist + size = 25.75 + } + + artisans = { + culture = yakut + religion = animist + size = 66.95 + } + + soldiers = { + culture = yakut + religion = animist + size = 15.450000000000001 + } + + farmers = { + culture = yakut + religion = animist + size = 1055.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 3.09 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + soldiers = { + culture = russian + religion = orthodox + size = 2.06 + } + + farmers = { + culture = russian + religion = orthodox + size = 92.7 + } } #Olyekminsk (6000/1500 POPS) 2644 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } - - aristocrats = { - culture = yakut - religion = animist - size = 15.450000000000001 - } - - clergymen = { - culture = yakut - religion = animist - size = 25.75 - } - - artisans = { - culture = yakut - religion = animist - size = 51.5 - } - - soldiers = { - culture = yakut - religion = animist - size = 10.3 - } - - farmers = { - culture = yakut - religion = animist - size = 927.0 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } + + aristocrats = { + culture = yakut + religion = animist + size = 15.450000000000001 + } + + clergymen = { + culture = yakut + religion = animist + size = 25.75 + } + + artisans = { + culture = yakut + religion = animist + size = 51.5 + } + + soldiers = { + culture = yakut + religion = animist + size = 10.3 + } + + farmers = { + culture = yakut + religion = animist + size = 927.0 + } } #Chilchi (4000/1000 POPS) 2645 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } - - aristocrats = { - culture = yakut - religion = animist - size = 10.3 - } - - clergymen = { - culture = yakut - religion = animist - size = 10.3 - } - - artisans = { - culture = yakut - religion = animist - size = 25.75 - } - - soldiers = { - culture = yakut - religion = animist - size = 5.15 - } - - farmers = { - culture = yakut - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } + + aristocrats = { + culture = yakut + religion = animist + size = 10.3 + } + + clergymen = { + culture = yakut + religion = animist + size = 10.3 + } + + artisans = { + culture = yakut + religion = animist + size = 25.75 + } + + soldiers = { + culture = yakut + religion = animist + size = 5.15 + } + + farmers = { + culture = yakut + religion = animist + size = 463.5 + } } #Okhotsk Region (11000) #under the rule of Russia in 1836 #Okhotsk (4000/1000 POPS) 1072 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 2.06 - } - - artisans = { - culture = russian - religion = orthodox - size = 46.35 - } - - clergymen = { - culture = russian - religion = orthodox - size = 15.450000000000001 - } - - soldiers = { - culture = russian - religion = orthodox - size = 8.24 - } - - farmers = { - culture = russian - religion = orthodox - size = 700.4 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 2.06 + } + + artisans = { + culture = russian + religion = orthodox + size = 46.35 + } + + clergymen = { + culture = russian + religion = orthodox + size = 15.450000000000001 + } + + soldiers = { + culture = russian + religion = orthodox + size = 8.24 + } + + farmers = { + culture = russian + religion = orthodox + size = 700.4 + } } #Ayan (3000/750 POPS) 2641 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 10.3 - } - - clergymen = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 242.05 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 10.3 + } + + clergymen = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 242.05 + } } #Susuman (2000/500 POPS) 2639 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Ola (2000/500 POPS) 2618 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Kamchatka Region (10000) #under the rule of Russia in 1836 #Petropavlovsk (4000/1000 POPS) 1074 = { - clergymen = { - culture = siberian - religion = animist - size = 3.09 - } - - artisans = { - culture = siberian - religion = animist - size = 5.15 - } - - soldiers = { - culture = siberian - religion = animist - size = 2.06 - } - - farmers = { - culture = siberian - religion = animist - size = 144.20000000000002 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 3.09 - } - - clergymen = { - culture = russian - religion = orthodox - size = 4.12 - } - - artisans = { - culture = russian - religion = orthodox - size = 41.2 - } - - soldiers = { - culture = russian - religion = orthodox - size = 3.09 - } - - farmers = { - culture = russian - religion = orthodox - size = 824.0 - } + clergymen = { + culture = siberian + religion = animist + size = 3.09 + } + + artisans = { + culture = siberian + religion = animist + size = 5.15 + } + + soldiers = { + culture = siberian + religion = animist + size = 2.06 + } + + farmers = { + culture = siberian + religion = animist + size = 144.20000000000002 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 3.09 + } + + clergymen = { + culture = russian + religion = orthodox + size = 4.12 + } + + artisans = { + culture = russian + religion = orthodox + size = 41.2 + } + + soldiers = { + culture = russian + religion = orthodox + size = 3.09 + } + + farmers = { + culture = russian + religion = orthodox + size = 824.0 + } } #Omsukchan (1000/250 POPS) 2638 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Kamenskoye (1000/250 POPS) 2663 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Korf/Tilichiki (1000/250 POPS) 2616 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Palana/Ossora (1000/250 POPS) 2633 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Yevensk (2000/500 POPS) 1073 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Chukotka Region (5800) #under the rule of Russia in 1836 #Rassvet (1000/250 POPS) 2634 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Novo Mariinsk (2000/500 POPS) #inuit = chukchi } 2637 = { - aristocrats = { - culture = inuit - religion = animist - size = 7.21 - } - - clergymen = { - culture = inuit - religion = animist - size = 10.3 - } - - artisans = { - culture = inuit - religion = animist - size = 25.75 - } - - soldiers = { - culture = inuit - religion = animist - size = 8.24 - } - - farmers = { - culture = inuit - religion = animist - size = 463.5 - } + aristocrats = { + culture = inuit + religion = animist + size = 7.21 + } + + clergymen = { + culture = inuit + religion = animist + size = 10.3 + } + + artisans = { + culture = inuit + religion = animist + size = 25.75 + } + + soldiers = { + culture = inuit + religion = animist + size = 8.24 + } + + farmers = { + culture = inuit + religion = animist + size = 463.5 + } } #Ugolniye (1000/250 POPS) #inuit = chukchi } 2590 = { - aristocrats = { - culture = inuit - religion = animist - size = 2.06 - } - - clergymen = { - culture = inuit - religion = animist - size = 5.15 - } - - artisans = { - culture = inuit - religion = animist - size = 10.3 - } - - soldiers = { - culture = inuit - religion = animist - size = 3.09 - } - - farmers = { - culture = inuit - religion = animist - size = 236.9 - } + aristocrats = { + culture = inuit + religion = animist + size = 2.06 + } + + clergymen = { + culture = inuit + religion = animist + size = 5.15 + } + + artisans = { + culture = inuit + religion = animist + size = 10.3 + } + + soldiers = { + culture = inuit + religion = animist + size = 3.09 + } + + farmers = { + culture = inuit + religion = animist + size = 236.9 + } } #Pevek (600/150 POPS) #inuit = chukchi } 2666 = { - aristocrats = { - culture = inuit - religion = animist - size = 2.06 - } - - clergymen = { - culture = inuit - religion = animist - size = 3.09 - } - - artisans = { - culture = inuit - religion = animist - size = 4.12 - } - - soldiers = { - culture = inuit - religion = animist - size = 2.06 - } - - farmers = { - culture = inuit - religion = animist - size = 139.05 - } + aristocrats = { + culture = inuit + religion = animist + size = 2.06 + } + + clergymen = { + culture = inuit + religion = animist + size = 3.09 + } + + artisans = { + culture = inuit + religion = animist + size = 4.12 + } + + soldiers = { + culture = inuit + religion = animist + size = 2.06 + } + + farmers = { + culture = inuit + religion = animist + size = 139.05 + } } #Nizhnekolymsk (600/150 POPS) 2661 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 3.09 - } - - artisans = { - culture = siberian - religion = animist - size = 4.12 - } - - soldiers = { - culture = siberian - religion = animist - size = 2.06 - } - - farmers = { - culture = siberian - religion = animist - size = 139.05 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 3.09 + } + + artisans = { + culture = siberian + religion = animist + size = 4.12 + } + + soldiers = { + culture = siberian + religion = animist + size = 2.06 + } + + farmers = { + culture = siberian + religion = animist + size = 139.05 + } } #Markovo (600/150 POPS) 2622 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 3.09 - } - - artisans = { - culture = siberian - religion = animist - size = 4.12 - } - - soldiers = { - culture = siberian - religion = animist - size = 2.06 - } - - farmers = { - culture = siberian - religion = animist - size = 139.05 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 3.09 + } + + artisans = { + culture = siberian + religion = animist + size = 4.12 + } + + soldiers = { + culture = siberian + religion = animist + size = 2.06 + } + + farmers = { + culture = siberian + religion = animist + size = 139.05 + } } #Krasnoyarsk Region (232000) #under the rule of Russia in 1836 #Krasnoyarsk (226000/56500 POPS) 1077 = { - aristocrats = { - culture = russian - religion = orthodox - size = 643.75 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 77.25 - } - - officers = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 2575.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 515.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 47122.5 - } - - aristocrats = { - culture = tatar - religion = animist - size = 77.25 - } - - clergymen = { - culture = tatar - religion = animist - size = 51.5 - } - - artisans = { - culture = tatar - religion = animist - size = 309.0 - } - - soldiers = { - culture = tatar - religion = animist - size = 51.5 - } - - farmers = { - culture = tatar - religion = animist - size = 5690.75 - } - - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = russian + religion = orthodox + size = 643.75 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 77.25 + } + + officers = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 2575.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 515.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 47122.5 + } + + aristocrats = { + culture = tatar + religion = animist + size = 77.25 + } + + clergymen = { + culture = tatar + religion = animist + size = 51.5 + } + + artisans = { + culture = tatar + religion = animist + size = 309.0 + } + + soldiers = { + culture = tatar + religion = animist + size = 51.5 + } + + farmers = { + culture = tatar + religion = animist + size = 5690.75 + } + + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Bryanka (2000/500 POPS) 1070 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Surinda (1000/250 POPS) 2701 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Tayimba (1000/250 POPS) 2656 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Bratsk (2000/500 POPS) 1076 = { - aristocrats = { - culture = siberian - religion = animist - size = 10.3 - } - - clergymen = { - culture = siberian - religion = animist - size = 10.3 - } - - artisans = { - culture = siberian - religion = animist - size = 25.75 - } - - soldiers = { - culture = siberian - religion = animist - size = 5.15 - } - - farmers = { - culture = siberian - religion = animist - size = 463.5 - } + aristocrats = { + culture = siberian + religion = animist + size = 10.3 + } + + clergymen = { + culture = siberian + religion = animist + size = 10.3 + } + + artisans = { + culture = siberian + religion = animist + size = 25.75 + } + + soldiers = { + culture = siberian + religion = animist + size = 5.15 + } + + farmers = { + culture = siberian + religion = animist + size = 463.5 + } } #Irkutsk Region (292000) #under the rule of Russia in 1836 #Irkutsk (289000/72250 POPS) #Mongol = Buryat 1075 = { - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 77.25 - } - - officers = { - culture = russian - religion = orthodox - size = 66.95 - } - - clergymen = { - culture = russian - religion = orthodox - size = 618.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 56402.8 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 180.25 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 128.75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 618.0 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 128.75 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 11304.25 - } - - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 77.25 + } + + officers = { + culture = russian + religion = orthodox + size = 66.95 + } + + clergymen = { + culture = russian + religion = orthodox + size = 618.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 56402.8 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 180.25 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 128.75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 618.0 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 128.75 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 11304.25 + } + + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Vanavara (1000/250 POPS) 2694 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Dotkon (1000/250 POPS) 2677 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Kirensk (1000/250 POPS) 2676 = { - aristocrats = { - culture = siberian - religion = animist - size = 2.06 - } - - clergymen = { - culture = siberian - religion = animist - size = 5.15 - } - - artisans = { - culture = siberian - religion = animist - size = 10.3 - } - - soldiers = { - culture = siberian - religion = animist - size = 3.09 - } - - farmers = { - culture = siberian - religion = animist - size = 236.9 - } + aristocrats = { + culture = siberian + religion = animist + size = 2.06 + } + + clergymen = { + culture = siberian + religion = animist + size = 5.15 + } + + artisans = { + culture = siberian + religion = animist + size = 10.3 + } + + soldiers = { + culture = siberian + religion = animist + size = 3.09 + } + + farmers = { + culture = siberian + religion = animist + size = 236.9 + } } #Chita Region (472000) #under the rule of Russia in 1836 #Chita (216000/54000 POPS) #Mongol = Buryat 1078 = { - aristocrats = { - culture = russian - religion = orthodox - size = 412.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 77.25 - } - - officers = { - culture = russian - religion = orthodox - size = 66.95 - } - - clergymen = { - culture = russian - religion = orthodox - size = 386.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 1905.5 - } - - soldiers = { - culture = russian - religion = orthodox - size = 386.25 - } - - farmers = { - culture = russian - religion = orthodox - size = 34875.8 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 334.75 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 180.25 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 875.5 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 180.25 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 15939.25 - } + aristocrats = { + culture = russian + religion = orthodox + size = 412.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 77.25 + } + + officers = { + culture = russian + religion = orthodox + size = 66.95 + } + + clergymen = { + culture = russian + religion = orthodox + size = 386.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 1905.5 + } + + soldiers = { + culture = russian + religion = orthodox + size = 386.25 + } + + farmers = { + culture = russian + religion = orthodox + size = 34875.8 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 334.75 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 180.25 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 875.5 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 180.25 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 15939.25 + } } #Nerchinsk (160000/40000 POPS) #Mongol = Buryat 1079 = { - aristocrats = { - culture = russian - religion = orthodox - size = 283.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 283.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 1545.0 - } - - soldiers = { - culture = russian - religion = orthodox - size = 309.0 - } - - farmers = { - culture = russian - religion = orthodox - size = 28479.5 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 180.25 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 77.25 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 463.5 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 103.0 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 8446.0 - } - - aristocrats = { - culture = siberian - religion = animist - size = 15.450000000000001 - } - - clergymen = { - culture = siberian - religion = animist - size = 25.75 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 927.0 - } + aristocrats = { + culture = russian + religion = orthodox + size = 283.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 283.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 1545.0 + } + + soldiers = { + culture = russian + religion = orthodox + size = 309.0 + } + + farmers = { + culture = russian + religion = orthodox + size = 28479.5 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 180.25 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 77.25 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 463.5 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 103.0 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 8446.0 + } + + aristocrats = { + culture = siberian + religion = animist + size = 15.450000000000001 + } + + clergymen = { + culture = siberian + religion = animist + size = 25.75 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 927.0 + } } #under the rule of China in 1836 #Yaksa (52000/13000 POPS) 1081 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 128.75 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 25.75 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 103.0 - } - - artisans = { - culture = manchu - religion = mahayana - size = 566.5 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 128.75 - } - - farmers = { - culture = manchu - religion = mahayana - size = 10892.25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10.3 - } - - artisans = { - culture = russian - religion = orthodox - size = 25.75 - } - - soldiers = { - culture = russian - religion = orthodox - size = 5.15 - } - - farmers = { - culture = russian - religion = orthodox - size = 473.8 - } - - aristocrats = { - culture = siberian - religion = animist - size = 7.21 - } - - clergymen = { - culture = siberian - religion = animist - size = 8.24 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 952.75 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 128.75 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 25.75 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 103.0 + } + + artisans = { + culture = manchu + religion = mahayana + size = 566.5 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 128.75 + } + + farmers = { + culture = manchu + religion = mahayana + size = 10892.25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10.3 + } + + artisans = { + culture = russian + religion = orthodox + size = 25.75 + } + + soldiers = { + culture = russian + religion = orthodox + size = 5.15 + } + + farmers = { + culture = russian + religion = orthodox + size = 473.8 + } + + aristocrats = { + culture = siberian + religion = animist + size = 7.21 + } + + clergymen = { + culture = siberian + religion = animist + size = 8.24 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 952.75 + } } #Magdagachi (44000/11000 POPS) 2697 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 103.0 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 103.0 - } - - artisans = { - culture = manchu - religion = mahayana - size = 515.0 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 103.0 - } - - farmers = { - culture = manchu - religion = mahayana - size = 9476.0 - } - - aristocrats = { - culture = siberian - religion = animist - size = 7.21 - } - - clergymen = { - culture = siberian - religion = animist - size = 8.24 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 952.75 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 103.0 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 103.0 + } + + artisans = { + culture = manchu + religion = mahayana + size = 515.0 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 103.0 + } + + farmers = { + culture = manchu + religion = mahayana + size = 9476.0 + } + + aristocrats = { + culture = siberian + religion = animist + size = 7.21 + } + + clergymen = { + culture = siberian + religion = animist + size = 8.24 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 952.75 + } } #Amur-Ussuri Region (1348000) #under the rule of China in 1836 #Haishenwai (328000/82000 POPS) 1082 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1545.0 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 798.25 - } - - artisans = { - culture = manchu - religion = mahayana - size = 4017.0 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 772.5 - } - - farmers = { - culture = manchu - religion = mahayana - size = 73207.25 - } - - aristocrats = { - culture = korean - religion = mahayana - size = 30.900000000000002 - } - - clergymen = { - culture = korean - religion = mahayana - size = 41.2 - } - - artisans = { - culture = korean - religion = mahayana - size = 154.5 - } - - soldiers = { - culture = korean - religion = mahayana - size = 30.900000000000002 - } - - farmers = { - culture = korean - religion = mahayana - size = 2832.5 - } - - aristocrats = { - culture = siberian - religion = animist - size = 7.21 - } - - clergymen = { - culture = siberian - religion = animist - size = 8.24 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 952.75 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1545.0 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 798.25 + } + + artisans = { + culture = manchu + religion = mahayana + size = 4017.0 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 772.5 + } + + farmers = { + culture = manchu + religion = mahayana + size = 73207.25 + } + + aristocrats = { + culture = korean + religion = mahayana + size = 30.900000000000002 + } + + clergymen = { + culture = korean + religion = mahayana + size = 41.2 + } + + artisans = { + culture = korean + religion = mahayana + size = 154.5 + } + + soldiers = { + culture = korean + religion = mahayana + size = 30.900000000000002 + } + + farmers = { + culture = korean + religion = mahayana + size = 2832.5 + } + + aristocrats = { + culture = siberian + religion = animist + size = 7.21 + } + + clergymen = { + culture = siberian + religion = animist + size = 8.24 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 952.75 + } } #Boli (328000/82000 POPS) 1083 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1493.5 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 798.25 - } - - artisans = { - culture = manchu - religion = mahayana - size = 4120.0 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 824.0 - } - - farmers = { - culture = manchu - religion = mahayana - size = 75164.25 - } - - aristocrats = { - culture = siberian - religion = animist - size = 25.75 - } - - clergymen = { - culture = siberian - religion = animist - size = 30.900000000000002 - } - - artisans = { - culture = siberian - religion = animist - size = 103.0 - } - - soldiers = { - culture = siberian - religion = animist - size = 20.6 - } - - farmers = { - culture = siberian - religion = animist - size = 1982.75 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1493.5 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 798.25 + } + + artisans = { + culture = manchu + religion = mahayana + size = 4120.0 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 824.0 + } + + farmers = { + culture = manchu + religion = mahayana + size = 75164.25 + } + + aristocrats = { + culture = siberian + religion = animist + size = 25.75 + } + + clergymen = { + culture = siberian + religion = animist + size = 30.900000000000002 + } + + artisans = { + culture = siberian + religion = animist + size = 103.0 + } + + soldiers = { + culture = siberian + religion = animist + size = 20.6 + } + + farmers = { + culture = siberian + religion = animist + size = 1982.75 + } } #Utchan (18000 POPS) 1084 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 309.0 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 154.5 - } - - artisans = { - culture = manchu - religion = mahayana - size = 824.0 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 180.25 - } - - farmers = { - culture = manchu - religion = mahayana - size = 15012.25 - } - - aristocrats = { - culture = siberian - religion = animist - size = 25.75 - } - - clergymen = { - culture = siberian - religion = animist - size = 51.5 - } - - artisans = { - culture = siberian - religion = animist - size = 103.0 - } - - soldiers = { - culture = siberian - religion = animist - size = 25.75 - } - - farmers = { - culture = siberian - religion = animist - size = 1854.0 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 309.0 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 154.5 + } + + artisans = { + culture = manchu + religion = mahayana + size = 824.0 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 180.25 + } + + farmers = { + culture = manchu + religion = mahayana + size = 15012.25 + } + + aristocrats = { + culture = siberian + religion = animist + size = 25.75 + } + + clergymen = { + culture = siberian + religion = animist + size = 51.5 + } + + artisans = { + culture = siberian + religion = animist + size = 103.0 + } + + soldiers = { + culture = siberian + religion = animist + size = 25.75 + } + + farmers = { + culture = siberian + religion = animist + size = 1854.0 + } } #Ulusamudan (372000/93000 POPS) 1085 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1854.0 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 437.75 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 927.0 - } - - artisans = { - culture = manchu - religion = mahayana - size = 4738.0 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 927.0 - } - - farmers = { - culture = manchu - religion = mahayana - size = 84846.25 - } - - aristocrats = { - culture = siberian - religion = animist - size = 25.75 - } - - clergymen = { - culture = siberian - religion = animist - size = 30.900000000000002 - } - - artisans = { - culture = siberian - religion = animist - size = 103.0 - } - - soldiers = { - culture = siberian - religion = animist - size = 20.6 - } - - farmers = { - culture = siberian - religion = animist - size = 1982.75 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1854.0 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 437.75 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 927.0 + } + + artisans = { + culture = manchu + religion = mahayana + size = 4738.0 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 927.0 + } + + farmers = { + culture = manchu + religion = mahayana + size = 84846.25 + } + + aristocrats = { + culture = siberian + religion = animist + size = 25.75 + } + + clergymen = { + culture = siberian + religion = animist + size = 30.900000000000002 + } + + artisans = { + culture = siberian + religion = animist + size = 103.0 + } + + soldiers = { + culture = siberian + religion = animist + size = 20.6 + } + + farmers = { + culture = siberian + religion = animist + size = 1982.75 + } } #Saghalian Oula (62000 POPS) 2617 = { - aristocrats = { - culture = manchu - religion = mahayana - size = 1236.0 - } - - clergymen = { - culture = manchu - religion = mahayana - size = 618.0 - } - - artisans = { - culture = manchu - religion = mahayana - size = 3141.5 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 643.75 - } - - farmers = { - culture = manchu - religion = mahayana - size = 57190.75 - } - - aristocrats = { - culture = siberian - religion = animist - size = 20.6 - } - - clergymen = { - culture = siberian - religion = animist - size = 20.6 - } - - artisans = { - culture = siberian - religion = animist - size = 51.5 - } - - soldiers = { - culture = siberian - religion = animist - size = 10.3 - } - - farmers = { - culture = siberian - religion = animist - size = 927.0 - } + aristocrats = { + culture = manchu + religion = mahayana + size = 1236.0 + } + + clergymen = { + culture = manchu + religion = mahayana + size = 618.0 + } + + artisans = { + culture = manchu + religion = mahayana + size = 3141.5 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 643.75 + } + + farmers = { + culture = manchu + religion = mahayana + size = 57190.75 + } + + aristocrats = { + culture = siberian + religion = animist + size = 20.6 + } + + clergymen = { + culture = siberian + religion = animist + size = 20.6 + } + + artisans = { + culture = siberian + religion = animist + size = 51.5 + } + + soldiers = { + culture = siberian + religion = animist + size = 10.3 + } + + farmers = { + culture = siberian + religion = animist + size = 927.0 + } } #Sakhalin-Kurile Region (16200) #uncolonized in 1836 #Pogobi (5840/1460 POPS) 1086 = { - aristocrats = { - culture = siberian - religion = animist - size = 5 - } - - clergymen = { - culture = siberian - religion = animist - size = 15 - } - - artisans = { - culture = siberian - religion = animist - size = 60 - } - - soldiers = { - culture = siberian - religion = animist - size = 10 - } - - farmers = { - culture = siberian - religion = animist - size = 1000 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 25 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25 - } - - artisans = { - culture = russian - religion = orthodox - size = 20 - } - - farmers = { - culture = russian - religion = orthodox - size = 300 - } + aristocrats = { + culture = siberian + religion = animist + size = 5 + } + + clergymen = { + culture = siberian + religion = animist + size = 15 + } + + artisans = { + culture = siberian + religion = animist + size = 60 + } + + soldiers = { + culture = siberian + religion = animist + size = 10 + } + + farmers = { + culture = siberian + religion = animist + size = 1000 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 25 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25 + } + + artisans = { + culture = russian + religion = orthodox + size = 20 + } + + farmers = { + culture = russian + religion = orthodox + size = 300 + } } #Ootomari (6500/1625 POPS) 1087 = { - aristocrats = { - culture = ainu - religion = animist - size = 5 - } - - clergymen = { - culture = ainu - religion = animist - size = 5 - } - - artisans = { - culture = ainu - religion = animist - size = 50 - } - - soldiers = { - culture = ainu - religion = animist - size = 10 - } - - farmers = { - culture = ainu - religion = animist - size = 1000 - } - - aristocrats = { - culture = japanese - religion = mahayana - size = 20 - } - - clergymen = { - culture = japanese - religion = mahayana - size = 15 - } - - artisans = { - culture = japanese - religion = mahayana - size = 20 - } - - farmers = { - culture = japanese - religion = mahayana - size = 500 - } + aristocrats = { + culture = ainu + religion = animist + size = 5 + } + + clergymen = { + culture = ainu + religion = animist + size = 5 + } + + artisans = { + culture = ainu + religion = animist + size = 50 + } + + soldiers = { + culture = ainu + religion = animist + size = 10 + } + + farmers = { + culture = ainu + religion = animist + size = 1000 + } + + aristocrats = { + culture = japanese + religion = mahayana + size = 20 + } + + clergymen = { + culture = japanese + religion = mahayana + size = 15 + } + + artisans = { + culture = japanese + religion = mahayana + size = 20 + } + + farmers = { + culture = japanese + religion = mahayana + size = 500 + } } #Shumshu (4480/1120 POPS) 1088 = { - aristocrats = { - culture = ainu - religion = animist - size = 7 - } - - clergymen = { - culture = ainu - religion = animist - size = 8 - } - - artisans = { - culture = ainu - religion = animist - size = 50 - } - - soldiers = { - culture = ainu - religion = animist - size = 10 - } - - farmers = { - culture = ainu - religion = animist - size = 925 - } - - clergymen = { - culture = russian - religion = orthodox - size = 10 - } - - artisans = { - culture = russian - religion = orthodox - size = 10 - } - - farmers = { - culture = russian - religion = orthodox - size = 100 - } + aristocrats = { + culture = ainu + religion = animist + size = 7 + } + + clergymen = { + culture = ainu + religion = animist + size = 8 + } + + artisans = { + culture = ainu + religion = animist + size = 50 + } + + soldiers = { + culture = ainu + religion = animist + size = 10 + } + + farmers = { + culture = ainu + religion = animist + size = 925 + } + + clergymen = { + culture = russian + religion = orthodox + size = 10 + } + + artisans = { + culture = russian + religion = orthodox + size = 10 + } + + farmers = { + culture = russian + religion = orthodox + size = 100 + } } #Etorofu (5080/1270 POPS) 1089 = { - aristocrats = { - culture = ainu - religion = animist - size = 7 - } - - clergymen = { - culture = ainu - religion = animist - size = 8 - } - - artisans = { - culture = ainu - religion = animist - size = 50 - } - - soldiers = { - culture = ainu - religion = animist - size = 10 - } - - farmers = { - culture = ainu - religion = animist - size = 925 - } - - aristocrats = { - culture = japanese - religion = mahayana - size = 2 - } - - clergymen = { - culture = japanese - religion = mahayana - size = 8 - } - - artisans = { - culture = japanese - religion = mahayana - size = 10 - } - - farmers = { - culture = japanese - religion = mahayana - size = 250 - } + aristocrats = { + culture = ainu + religion = animist + size = 7 + } + + clergymen = { + culture = ainu + religion = animist + size = 8 + } + + artisans = { + culture = ainu + religion = animist + size = 50 + } + + soldiers = { + culture = ainu + religion = animist + size = 10 + } + + farmers = { + culture = ainu + religion = animist + size = 925 + } + + aristocrats = { + culture = japanese + religion = mahayana + size = 2 + } + + clergymen = { + culture = japanese + religion = mahayana + size = 8 + } + + artisans = { + culture = japanese + religion = mahayana + size = 10 + } + + farmers = { + culture = japanese + religion = mahayana + size = 250 + } } diff --git a/HPM/history/pops/1861.4.14/Rwanda-Burundi.txt b/HPM/history/pops/1861.4.14/Rwanda-Burundi.txt index e7407dea..35e08872 100644 --- a/HPM/history/pops/1861.4.14/Rwanda-Burundi.txt +++ b/HPM/history/pops/1861.4.14/Rwanda-Burundi.txt @@ -1,92 +1,92 @@ -#Ruanda-Urundi Region (944000) +#Ruanda-Urundi Region (944000) #uncolonized in 1836/ruled by kingdom of Rwanda -#Kigali (496000/124000 POPS) +#Kigali (496000/124000 POPS) 2034 = { - aristocrats = { - culture = ruanda - religion = animist - size = 2450 - } + aristocrats = { + culture = ruanda + religion = animist + size = 2450 + } - bureaucrats = { - culture = ruanda - religion = animist - size = 25 - } + bureaucrats = { + culture = ruanda + religion = animist + size = 25 + } - officers = { - culture = ruanda - religion = animist - size = 125 - } + officers = { + culture = ruanda + religion = animist + size = 125 + } - clergymen = { - culture = ruanda - religion = animist - size = 1750 - } + clergymen = { + culture = ruanda + religion = animist + size = 1750 + } - artisans = { - culture = ruanda - religion = animist - size = 6200 - } + artisans = { + culture = ruanda + religion = animist + size = 6200 + } - soldiers = { - culture = ruanda - religion = animist - size = 1250 - } + soldiers = { + culture = ruanda + religion = animist + size = 1250 + } - farmers = { - culture = ruanda - religion = animist - size = 113200 - } + farmers = { + culture = ruanda + religion = animist + size = 113200 + } } #uncolonized in 1836/ruled by kingdom of Burundi -#Usumbura (448000/112000 POPS) +#Usumbura (448000/112000 POPS) 2035 = { - aristocrats = { - culture = ruanda - religion = animist - size = 2175 - } + aristocrats = { + culture = ruanda + religion = animist + size = 2175 + } - bureaucrats = { - culture = ruanda - religion = animist - size = 15 - } + bureaucrats = { + culture = ruanda + religion = animist + size = 15 + } - officers = { - culture = ruanda - religion = animist - size = 110 - } + officers = { + culture = ruanda + religion = animist + size = 110 + } - clergymen = { - culture = ruanda - religion = animist - size = 1125 - } + clergymen = { + culture = ruanda + religion = animist + size = 1125 + } - artisans = { - culture = ruanda - religion = animist - size = 5600 - } + artisans = { + culture = ruanda + religion = animist + size = 5600 + } - soldiers = { - culture = ruanda - religion = animist - size = 1125 - } + soldiers = { + culture = ruanda + religion = animist + size = 1125 + } - farmers = { - culture = ruanda - religion = animist - size = 101850 - } + farmers = { + culture = ruanda + religion = animist + size = 101850 + } } diff --git a/HPM/history/pops/1861.4.14/Saint Helena.txt b/HPM/history/pops/1861.4.14/Saint Helena.txt index 7ee5ee31..0ca5e8c0 100644 --- a/HPM/history/pops/1861.4.14/Saint Helena.txt +++ b/HPM/history/pops/1861.4.14/Saint Helena.txt @@ -1,55 +1,55 @@ #South Atlantic Islands (4240/1060 POPS) #Saint Helena (4000/1000 POPS) 2129 = { - bureaucrats = { - culture = british - religion = protestant - size = 5 - } + bureaucrats = { + culture = british + religion = protestant + size = 5 + } - clergymen = { - culture = british - religion = protestant - size = 25 - } + clergymen = { + culture = british + religion = protestant + size = 25 + } - soldiers = { - culture = british - religion = protestant - size = 20 - } + soldiers = { + culture = british + religion = protestant + size = 20 + } - artisans = { - culture = british - religion = protestant - size = 50 - } + artisans = { + culture = british + religion = protestant + size = 50 + } - farmers = { - culture = british - religion = protestant - size = 900 - } + farmers = { + culture = british + religion = protestant + size = 900 + } } #Ascension (140/35 POPS) 2130 = { - soldiers = { - culture = british - religion = protestant - size = 10 - } + soldiers = { + culture = british + religion = protestant + size = 10 + } - farmers = { - culture = british - religion = protestant - size = 25 - } + farmers = { + culture = british + religion = protestant + size = 25 + } } #Tristan da Cunha (100/25 POPS) 2132 = { - farmers = { - culture = british - religion = protestant - size = 25 - } + farmers = { + culture = british + religion = protestant + size = 25 + } } diff --git a/HPM/history/pops/1861.4.14/Salvador.txt b/HPM/history/pops/1861.4.14/Salvador.txt index b42ec6f4..78f4078c 100644 --- a/HPM/history/pops/1861.4.14/Salvador.txt +++ b/HPM/history/pops/1861.4.14/Salvador.txt @@ -1,77 +1,77 @@ #Salvador Region (290400) #San Salvador (182400/45600 POPS) 2191 = { - aristocrats = { - culture = central_american - religion = catholic - size = 1100 - } + aristocrats = { + culture = central_american + religion = catholic + size = 1100 + } - bureaucrats = { - culture = central_american - religion = catholic - size = 700 - } + bureaucrats = { + culture = central_american + religion = catholic + size = 700 + } - officers = { - culture = central_american - religion = catholic - size = 125 - } + officers = { + culture = central_american + religion = catholic + size = 125 + } - clergymen = { - culture = central_american - religion = catholic - size = 650 - } + clergymen = { + culture = central_american + religion = catholic + size = 650 + } - artisans = { - culture = central_american - religion = catholic - size = 4200 - } + artisans = { + culture = central_american + religion = catholic + size = 4200 + } - soldiers = { - culture = central_american - religion = catholic - size = 3500 - } + soldiers = { + culture = central_american + religion = catholic + size = 3500 + } - farmers = { - culture = central_american - religion = catholic - size = 35425 - } + farmers = { + culture = central_american + religion = catholic + size = 35425 + } } #San Miguel (108000/27000 POPS) 2192 = { - aristocrats = { - culture = central_american - religion = catholic - size = 750 - } + aristocrats = { + culture = central_american + religion = catholic + size = 750 + } - clergymen = { - culture = central_american - religion = catholic - size = 450 - } + clergymen = { + culture = central_american + religion = catholic + size = 450 + } - artisans = { - culture = central_american - religion = catholic - size = 2200 - } + artisans = { + culture = central_american + religion = catholic + size = 2200 + } - soldiers = { - culture = central_american - religion = catholic - size = 600 - } + soldiers = { + culture = central_american + religion = catholic + size = 600 + } - farmers = { - culture = central_american - religion = catholic - size = 23000 - } + farmers = { + culture = central_american + religion = catholic + size = 23000 + } } diff --git a/HPM/history/pops/1861.4.14/Sao Tome.txt b/HPM/history/pops/1861.4.14/Sao Tome.txt index abcc4329..18adeb52 100644 --- a/HPM/history/pops/1861.4.14/Sao Tome.txt +++ b/HPM/history/pops/1861.4.14/Sao Tome.txt @@ -2,64 +2,64 @@ #Under Portuguese Rule 1836 #Sao Tome (16000/4000 POPS) 1954 = { - aristocrats = { - culture = portuguese - religion = catholic - size = 20 - } + aristocrats = { + culture = portuguese + religion = catholic + size = 20 + } - clergymen = { - culture = portuguese - religion = catholic - size = 5 - } + clergymen = { + culture = portuguese + religion = catholic + size = 5 + } - bureaucrats = { - culture = portuguese - religion = catholic - size = 5 - } + bureaucrats = { + culture = portuguese + religion = catholic + size = 5 + } - artisans = { - culture = portuguese - religion = catholic - size = 5 - } + artisans = { + culture = portuguese + religion = catholic + size = 5 + } - soldiers = { - culture = portuguese - religion = catholic - size = 5 - } + soldiers = { + culture = portuguese + religion = catholic + size = 5 + } - clergymen = { - culture = kreol - religion = catholic - size = 50 - } + clergymen = { + culture = kreol + religion = catholic + size = 50 + } - artisans = { - culture = kreol - religion = catholic - size = 200 - } + artisans = { + culture = kreol + religion = catholic + size = 200 + } - soldiers = { - culture = kreol - religion = catholic - size = 100 - } + soldiers = { + culture = kreol + religion = catholic + size = 100 + } - farmers = { - culture = kreol - religion = catholic - size = 550 - } + farmers = { + culture = kreol + religion = catholic + size = 550 + } - slaves = { - culture = forest_bantu - religion = animist - size = 3450 - } + slaves = { + culture = forest_bantu + religion = animist + size = 3450 + } } diff --git a/HPM/history/pops/1861.4.14/Saudi Arabia.txt b/HPM/history/pops/1861.4.14/Saudi Arabia.txt index a45375e0..220babc4 100644 --- a/HPM/history/pops/1861.4.14/Saudi Arabia.txt +++ b/HPM/history/pops/1861.4.14/Saudi Arabia.txt @@ -2,717 +2,717 @@ #under the "rule" of Egypt in 1836 #Mecca (196000/49000 POPS) 1151 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 412.0 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - officers = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 386.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 6695.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 1230 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 16995.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 412.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 128.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1257 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 20728.75 - } - - slaves = { - culture = kefficho #african_minor - religion = animist - size = 2060.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 412.0 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + officers = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 386.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 6695.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 1230 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 16995.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 412.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 128.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1257 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 20728.75 + } + + slaves = { + culture = kefficho #african_minor + religion = animist + size = 2060.0 + } } #Jidda (100000/25000 POPS) 1152 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 360.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 4635.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 1530 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 21155.75 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1251 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3733.75 - } - - slaves = { - culture = kefficho #african_minor - religion = animist - size = 3090.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 360.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 4635.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 1530 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 21155.75 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1251 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3733.75 + } + + slaves = { + culture = kefficho #african_minor + religion = animist + size = 3090.0 + } } #Medina (80000/20000 POPS) 1153 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 1230 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 11433.0 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3708.0 - } - - slaves = { - culture = kefficho #african_minor - religion = animist - size = 2060.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 1230 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 11433.0 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3708.0 + } + + slaves = { + culture = kefficho #african_minor + religion = animist + size = 2060.0 + } } #Tabuk (8000/2000 POPS) 1154 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 25.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 225 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 1879.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 25.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 225 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 1879.75 + } } #Abha (56000/14000 POPS) 1155 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 309.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 30 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 5686.5 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 154.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 360.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1577 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 7519.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 309.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 30 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 5686.5 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 154.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 360.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1577 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 7519.0 + } } #Badiyat al-Sham Region (20000) #see Jordan.txt, Iraq.txt & Syria.txt for balance of region #under the "rule" of Egypt in 1836 #Kaf (20000/5000 POPS) #now part of Saudi Arabia 1156 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 4738.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 4738.0 + } } #Nejd Region (204000) #under the rule of Nejd in 1836 #Riyadh (116000/29000 POPS) 1157 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 515.0 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - officers = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 334.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1493.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 3000 - - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1120 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 23303.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 515.0 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + officers = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 334.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1493.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 3000 + + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1120 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 23303.75 + } } #Rafha (20000/5000 POPS) 1158 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 77.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 257.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3785.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 77.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 257.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3785.25 + } } #Halaban (28000/7000 POPS) 1159 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 334.75 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5690.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 334.75 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5690.75 + } } #Hail (12000/3000 POPS) 1160 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 128.75 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 25 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 2832.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 128.75 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 25 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 2832.5 + } } #Sharawah (28000/7000 POPS) 1161 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 51.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 334.75 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5690.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 51.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 334.75 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5690.75 + } } #Bahrain Region (204000) #see Gulf States.txt for balance of region #under the rule of Nejd in 1836 #Qatif (92000/23000 POPS) 1163 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 25.75 - } - - officers = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 360.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5690.75 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 206.0 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 154.5 - } - - artisans = { - culture = bedouin - religion = shiite - size = 824.0 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 180 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 15115.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 25.75 + } + + officers = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 360.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5690.75 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 206.0 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 154.5 + } + + artisans = { + culture = bedouin + religion = shiite + size = 824.0 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 180 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 15115.25 + } } #Hufuf (96000/POPS) 1164 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 180.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 103.0 - } - - artisans = { - culture = bedouin - religion = sunni - size = 566.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 1030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 9450.25 - } - - aristocrats = { - culture = bedouin - religion = shiite - size = 231.75 - } - - clergymen = { - culture = bedouin - religion = shiite - size = 128.75 - } - - artisans = { - culture = bedouin - religion = shiite - size = 669.5 - } - - soldiers = { - culture = bedouin - religion = shiite - size= 128 - - } - - farmers = { - culture = bedouin - religion = shiite - size = 12231.25 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 180.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 103.0 + } + + artisans = { + culture = bedouin + religion = sunni + size = 566.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 1030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 9450.25 + } + + aristocrats = { + culture = bedouin + religion = shiite + size = 231.75 + } + + clergymen = { + culture = bedouin + religion = shiite + size = 128.75 + } + + artisans = { + culture = bedouin + religion = shiite + size = 669.5 + } + + soldiers = { + culture = bedouin + religion = shiite + size= 128 + + } + + farmers = { + culture = bedouin + religion = shiite + size = 12231.25 + } } #Ahsa (16000/4000 POPS) 2586 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 206.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 25 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3965.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 206.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 25 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3965.5 + } } diff --git a/HPM/history/pops/1861.4.14/Senegambia.txt b/HPM/history/pops/1861.4.14/Senegambia.txt index f778eeeb..86103d5c 100644 --- a/HPM/history/pops/1861.4.14/Senegambia.txt +++ b/HPM/history/pops/1861.4.14/Senegambia.txt @@ -3,795 +3,795 @@ #uncolonized in 1836/ruled by Damel of Wolof #Dakar (8000/2000 POPS) 1783 = { - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 17800 - } - + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 17800 + } + } #Linguere (216000/54000 POPS) 1786 = { - aristocrats = { - culture = wolof - religion = sunni - size = 550 - } - - clergymen = { - culture = wolof - religion = sunni - size = 225 - } - - artisans = { - culture = wolof - religion = sunni - size = 1075 - } - - soldiers = { - culture = wolof - religion = sunni - size = 750 - } - - farmers = { - culture = wolof - religion = sunni - size = 38500 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 550 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 225 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1075 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 750 - } - - farmers = { - culture = fulbe - religion = sunni - size = 2500 - } - - slaves = { - culture = wolof - religion = sunni - size = 8000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 550 + } + + clergymen = { + culture = wolof + religion = sunni + size = 225 + } + + artisans = { + culture = wolof + religion = sunni + size = 1075 + } + + soldiers = { + culture = wolof + religion = sunni + size = 750 + } + + farmers = { + culture = wolof + religion = sunni + size = 38500 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 550 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 225 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1075 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 750 + } + + farmers = { + culture = fulbe + religion = sunni + size = 2500 + } + + slaves = { + culture = wolof + religion = sunni + size = 8000 + } } #Diourbel (88000/22000 POPS) 1787 = { - aristocrats = { - culture = wolof - religion = sunni - size = 400 - } - - clergymen = { - culture = wolof - religion = sunni - size = 200 - } - - artisans = { - culture = wolof - religion = sunni - size = 900 - } - - soldiers = { - culture = wolof - religion = sunni - size = 250 - } - - farmers = { - culture = wolof - religion = sunni - size = 16250 - } - - slaves = { - culture = wolof - religion = sunni - size = 4000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 400 + } + + clergymen = { + culture = wolof + religion = sunni + size = 200 + } + + artisans = { + culture = wolof + religion = sunni + size = 900 + } + + soldiers = { + culture = wolof + religion = sunni + size = 250 + } + + farmers = { + culture = wolof + religion = sunni + size = 16250 + } + + slaves = { + culture = wolof + religion = sunni + size = 4000 + } } #Kaolack (160000/40000 POPS) #kingdom of the Sereer 1788 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 2000 - } - - farmers = { - culture = fulbe - religion = sunni - size = 1000 - } - - slaves = { - culture = wolof - religion = sunni - size = 8000 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 250 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 650 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 35400 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 2000 + } + + farmers = { + culture = fulbe + religion = sunni + size = 1000 + } + + slaves = { + culture = wolof + religion = sunni + size = 8000 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 250 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 650 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 35400 + } } #Mboul (144000/36000 POPS) 2573 = { - aristocrats = { - culture = wolof - religion = sunni - size = 650 - } - - bureaucrats = { - culture = wolof - religion = sunni - size = 50 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 350 - } - - farmers = { - culture = wolof - religion = sunni - size = 150 - } - - soldiers = { - culture = wolof - religion = sunni - size = 1400 - } - - farmers = { - culture = wolof - religion = sunni - size = 41300 - } - - slaves = { - culture = wolof - religion = sunni - size = 7000 - } + aristocrats = { + culture = wolof + religion = sunni + size = 650 + } + + bureaucrats = { + culture = wolof + religion = sunni + size = 50 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 350 + } + + farmers = { + culture = wolof + religion = sunni + size = 150 + } + + soldiers = { + culture = wolof + religion = sunni + size = 1400 + } + + farmers = { + culture = wolof + religion = sunni + size = 41300 + } + + slaves = { + culture = wolof + religion = sunni + size = 7000 + } } #uncolonized/French have trade post in 1836 #Saint-Louis (24000/6000 POPS) 1784 = { - aristocrats = { - culture = wolof - religion = sunni - size = 50 - } - - artisans = { - culture = wolof - religion = sunni - size = 150 - } - - soldiers = { - culture = wolof - religion = sunni - size = 100 - } - - farmers = { - culture = wolof - religion = sunni - size = 13700 - } - - slaves = { - culture = wolof - religion = sunni - size = 1100 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 50 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 150 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 700 - } + aristocrats = { + culture = wolof + religion = sunni + size = 50 + } + + artisans = { + culture = wolof + religion = sunni + size = 150 + } + + soldiers = { + culture = wolof + religion = sunni + size = 100 + } + + farmers = { + culture = wolof + religion = sunni + size = 13700 + } + + slaves = { + culture = wolof + religion = sunni + size = 1100 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 50 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 150 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 700 + } } #uncolonized/British have trade post in 1836 #Banjul (108000/27000 POPS) #now part of Gambia 1785 = { - aristocrats = { - culture = mande - religion = sunni - size = 100 - } - - officers = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 500 - } - - soldiers = { - culture = mande - religion = sunni - size = 200 - } - - farmers = { - culture = mande - religion = sunni - size = 12446 - } - - aristocrats = { - culture = fulbe - religion = sunni - size = 100 - } - - officers = { - culture = fulbe - religion = sunni - size = 100 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 500 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 200 - } - - farmers = { - culture = fulbe - religion = sunni - size = 5021 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - officers = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 500 - } - - soldiers = { - culture = wolof - religion = sunni - size = 200 - } - - farmers = { - culture = wolof - religion = sunni - size = 2834 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - officers = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 100 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 850 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 200 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 1549 - } + aristocrats = { + culture = mande + religion = sunni + size = 100 + } + + officers = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 500 + } + + soldiers = { + culture = mande + religion = sunni + size = 200 + } + + farmers = { + culture = mande + religion = sunni + size = 12446 + } + + aristocrats = { + culture = fulbe + religion = sunni + size = 100 + } + + officers = { + culture = fulbe + religion = sunni + size = 100 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 500 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 200 + } + + farmers = { + culture = fulbe + religion = sunni + size = 5021 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + officers = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 500 + } + + soldiers = { + culture = wolof + religion = sunni + size = 200 + } + + farmers = { + culture = wolof + religion = sunni + size = 2834 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + officers = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 100 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 850 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 200 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 1549 + } } #Futa Region (328000) #uncolonized in 1836/ruled by Emir of Tukulor #Podor (348000/87000 POPS) 1789 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 1650 - } - - bureaucrats = { - culture = fulbe - religion = sunni - size = 75 - } - - officers = { - culture = fulbe - religion = sunni - size = 150 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 900 - } - - artisans = { - culture = fulbe - religion = sunni - size = 3525 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1700 - } - - farmers = { - culture = fulbe - religion = sunni - size = 64000 - } - - slaves = { - culture = wolof - religion = sunni - size = 12000 - } - - aristocrats = { - culture = wolof - religion = sunni - size = 100 - } - - clergymen = { - culture = wolof - religion = sunni - size = 100 - } - - artisans = { - culture = wolof - religion = sunni - size = 100 - } - - soldiers = { - culture = wolof - religion = sunni - size = 700 - } - - farmers = { - culture = wolof - religion = sunni - size = 1000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 1650 + } + + bureaucrats = { + culture = fulbe + religion = sunni + size = 75 + } + + officers = { + culture = fulbe + religion = sunni + size = 150 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 900 + } + + artisans = { + culture = fulbe + religion = sunni + size = 3525 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1700 + } + + farmers = { + culture = fulbe + religion = sunni + size = 64000 + } + + slaves = { + culture = wolof + religion = sunni + size = 12000 + } + + aristocrats = { + culture = wolof + religion = sunni + size = 100 + } + + clergymen = { + culture = wolof + religion = sunni + size = 100 + } + + artisans = { + culture = wolof + religion = sunni + size = 100 + } + + soldiers = { + culture = wolof + religion = sunni + size = 700 + } + + farmers = { + culture = wolof + religion = sunni + size = 1000 + } } #Matam (216000/54000 POPS) 1790 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 975 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 525 - } - - artisans = { - culture = fulbe - religion = sunni - size = 2175 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 1325 - } - - farmers = { - culture = fulbe - religion = sunni - size = 34000 - } - - slaves = { - culture = fulbe - religion = sunni - size = 15000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 975 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 525 + } + + artisans = { + culture = fulbe + religion = sunni + size = 2175 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 1325 + } + + farmers = { + culture = fulbe + religion = sunni + size = 34000 + } + + slaves = { + culture = fulbe + religion = sunni + size = 15000 + } } #Bakel (140000/35000 POPS) 1791 = { - aristocrats = { - culture = bambara - religion = sunni - size = 575 - } - - clergymen = { - culture = bambara - religion = sunni - size = 300 - } - - artisans = { - culture = bambara - religion = sunni - size = 1175 - } - - soldiers = { - culture = bambara - religion = sunni - size = 300 - } - - farmers = { - culture = bambara - religion = sunni - size = 18650 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 100 - } - - artisans = { - culture = fulbe - religion = sunni - size = 300 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 100 - } - - farmers = { - culture = fulbe - religion = sunni - size = 22575 - } - - slaves = { - culture = fulbe - religion = sunni - size = 6000 - } + aristocrats = { + culture = bambara + religion = sunni + size = 575 + } + + clergymen = { + culture = bambara + religion = sunni + size = 300 + } + + artisans = { + culture = bambara + religion = sunni + size = 1175 + } + + soldiers = { + culture = bambara + religion = sunni + size = 300 + } + + farmers = { + culture = bambara + religion = sunni + size = 18650 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 100 + } + + artisans = { + culture = fulbe + religion = sunni + size = 300 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 100 + } + + farmers = { + culture = fulbe + religion = sunni + size = 22575 + } + + slaves = { + culture = fulbe + religion = sunni + size = 6000 + } } #Casamance Region (224000) #see Guinea Bissau.txt and Guinea.txt for balance of Region #under the rule of Gabu in 1836 #Ziguinchour (240000/60000 POPS) 1792 = { - aristocrats = { - culture = western_nigritic - religion = sunni - size = 1150 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 1100 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 31625 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 500 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 300 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 30000 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 3475 - } + aristocrats = { + culture = western_nigritic + religion = sunni + size = 1150 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 1100 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 31625 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 500 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 300 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 30000 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 3475 + } } #Velingara (104000/26000 POPS 1793 = { - aristocrats = { - culture = fulbe - religion = sunni - size = 500 - } - - clergymen = { - culture = fulbe - religion = sunni - size = 250 - } - - artisans = { - culture = fulbe - religion = sunni - size = 1050 - } - - soldiers = { - culture = fulbe - religion = sunni - size = 275 - } - - farmers = { - culture = fulbe - religion = sunni - size = 19925 - } - - slaves = { - culture = fulbe - religion = sunni - size = 4000 - } + aristocrats = { + culture = fulbe + religion = sunni + size = 500 + } + + clergymen = { + culture = fulbe + religion = sunni + size = 250 + } + + artisans = { + culture = fulbe + religion = sunni + size = 1050 + } + + soldiers = { + culture = fulbe + religion = sunni + size = 275 + } + + farmers = { + culture = fulbe + religion = sunni + size = 19925 + } + + slaves = { + culture = fulbe + religion = sunni + size = 4000 + } } diff --git a/HPM/history/pops/1861.4.14/Serbia.txt b/HPM/history/pops/1861.4.14/Serbia.txt index bacc2f4c..9a9fc388 100644 --- a/HPM/history/pops/1861.4.14/Serbia.txt +++ b/HPM/history/pops/1861.4.14/Serbia.txt @@ -2,913 +2,913 @@ #under the rule of Austria in 1836 #Mitrovica (108000/27000 POPS) #part of Serbia today 791 = { - clergymen = { - culture = serb - religion = orthodox - size = 154.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = serb - religion = orthodox - size= 257 - - } - - farmers = { - culture = serb - religion = orthodox - size = 16325.5 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 206.0 - } - - soldiers = { - culture = croat - religion = catholic - size= 51 - - } - - farmers = { - culture = croat - religion = catholic - size = 3785.25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 309.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 360.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 77 - - } - - farmers = { - culture = south_german - religion = catholic - size = 5381.75 - } + clergymen = { + culture = serb + religion = orthodox + size = 154.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = serb + religion = orthodox + size= 257 + + } + + farmers = { + culture = serb + religion = orthodox + size = 16325.5 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 206.0 + } + + soldiers = { + culture = croat + religion = catholic + size= 51 + + } + + farmers = { + culture = croat + religion = catholic + size = 3785.25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 309.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 360.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 77 + + } + + farmers = { + culture = south_german + religion = catholic + size = 5381.75 + } } #Pancevo (268000/67000 POPS) #part of Serbia today 792 = { - clergymen = { - culture = serb - religion = orthodox - size = 257.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 1133.0 - } - - soldiers = { - culture = serb - religion = orthodox - size= 309 - - } - - farmers = { - culture = serb - religion = orthodox - size = 25054.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 618.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 103.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 515.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 103 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 8961.0 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 206.0 - } - - artisans = { - culture = south_german - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 206 - - } - - farmers = { - culture = south_german - religion = catholic - size = 18128.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 103 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 10609.0 - } + clergymen = { + culture = serb + religion = orthodox + size = 257.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 1133.0 + } + + soldiers = { + culture = serb + religion = orthodox + size= 309 + + } + + farmers = { + culture = serb + religion = orthodox + size = 25054.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 618.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 103.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 515.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 103 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 8961.0 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 206.0 + } + + artisans = { + culture = south_german + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 206 + + } + + farmers = { + culture = south_german + religion = catholic + size = 18128.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 103 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 10609.0 + } } #Novi Sad (384000/96000 POPS) #part of Serbia today 2538 = { - officers = { - culture = serb - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = serb - religion = orthodox - size = 283.25 - } - - artisans = { - culture = serb - religion = orthodox - size = 1287.5 - } - - soldiers = { - culture = serb - religion = orthodox - size= 309 - - } - - farmers = { - culture = serb - religion = orthodox - size = 26960.25 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1442.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 309.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1545.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 309 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 27295.0 - } - - clergymen = { - culture = croat - religion = catholic - size = 77.25 - } - - artisans = { - culture = croat - religion = catholic - size = 257.5 - } - - soldiers = { - culture = croat - religion = catholic - size= 51 - - } - - farmers = { - culture = croat - religion = catholic - size = 4763.75 - } - - clergymen = { - culture = slovak - religion = catholic - size = 77.25 - } - - artisans = { - culture = slovak - religion = catholic - size = 463.5 - } - - soldiers = { - culture = slovak - religion = catholic - size= 103 - - } - - farmers = { - culture = slovak - religion = catholic - size = 9656.25 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 231.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 1184.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 257 - - } - - farmers = { - culture = south_german - religion = catholic - size = 20986.25 - } + officers = { + culture = serb + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = serb + religion = orthodox + size = 283.25 + } + + artisans = { + culture = serb + religion = orthodox + size = 1287.5 + } + + soldiers = { + culture = serb + religion = orthodox + size= 309 + + } + + farmers = { + culture = serb + religion = orthodox + size = 26960.25 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1442.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 309.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1545.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 309 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 27295.0 + } + + clergymen = { + culture = croat + religion = catholic + size = 77.25 + } + + artisans = { + culture = croat + religion = catholic + size = 257.5 + } + + soldiers = { + culture = croat + religion = catholic + size= 51 + + } + + farmers = { + culture = croat + religion = catholic + size = 4763.75 + } + + clergymen = { + culture = slovak + religion = catholic + size = 77.25 + } + + artisans = { + culture = slovak + religion = catholic + size = 463.5 + } + + soldiers = { + culture = slovak + religion = catholic + size= 103 + + } + + farmers = { + culture = slovak + religion = catholic + size = 9656.25 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 231.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 1184.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 257 + + } + + farmers = { + culture = south_german + religion = catholic + size = 20986.25 + } } #Serbia Region (1288000) #under the rule of Serbia in 1861 #Belgrade (463000/115750 POPS) #revised 1861 794 = { - aristocrats = { - culture = serb - religion = orthodox - size = 1365 - } - - bureaucrats = { - culture = serb - religion = orthodox - size = 1365 - } - - officers = { - culture = serb - religion = orthodox - size = 135 - } - - clergymen = { - culture = serb - religion = orthodox - size = 1450 - } - - artisans = { - culture = serb - religion = orthodox - size = 6945 - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 100 - - } - - farmers = { - culture = serb - religion = orthodox - size = 95390 - } + aristocrats = { + culture = serb + religion = orthodox + size = 1365 + } + + bureaucrats = { + culture = serb + religion = orthodox + size = 1365 + } + + officers = { + culture = serb + religion = orthodox + size = 135 + } + + clergymen = { + culture = serb + religion = orthodox + size = 1450 + } + + artisans = { + culture = serb + religion = orthodox + size = 6945 + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 100 + + } + + farmers = { + culture = serb + religion = orthodox + size = 95390 + } } #Bor (271800/67950 POPS) #revised 1861 795 = { - - officers = { - culture = serb - religion = orthodox - size = 100 - } - - clergymen = { - culture = serb - religion = orthodox - size = 850 - } - - artisans = { - culture = serb - religion = orthodox - size = 3125 - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 100 - - } - - farmers = { - culture = serb - religion = orthodox - size = 60775 - } + + officers = { + culture = serb + religion = orthodox + size = 100 + } + + clergymen = { + culture = serb + religion = orthodox + size = 850 + } + + artisans = { + culture = serb + religion = orthodox + size = 3125 + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 100 + + } + + farmers = { + culture = serb + religion = orthodox + size = 60775 + } } #Kragujevac (238840/59710 POPS) #revised 1861 796 = { - - officers = { - culture = serb - religion = orthodox - size = 60 - } - - clergymen = { - culture = serb - religion = orthodox - size = 750 - } - - artisans = { - culture = serb - religion = orthodox - size = 2745 - } - - soldiers = { - culture = serb - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = serb - religion = orthodox - size= 100 - - } - - farmers = { - culture = serb - religion = orthodox - size = 53055 - } + + officers = { + culture = serb + religion = orthodox + size = 60 + } + + clergymen = { + culture = serb + religion = orthodox + size = 750 + } + + artisans = { + culture = serb + religion = orthodox + size = 2745 + } + + soldiers = { + culture = serb + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = serb + religion = orthodox + size= 100 + + } + + farmers = { + culture = serb + religion = orthodox + size = 53055 + } } #Uzice (119360/29840 POPS) #revised 1861 797 = { - officers = { - culture = serb - religion = orthodox - size = 30 - } - - clergymen = { - culture = serb - religion = orthodox - size = 375 - } - - artisans = { - culture = serb - religion = orthodox - size = 1370 - } - - soldiers = { - culture = serb - religion = orthodox - size= 1200 - - } - - farmers = { - culture = serb - religion = orthodox - size = 26865 - } + officers = { + culture = serb + religion = orthodox + size = 30 + } + + clergymen = { + culture = serb + religion = orthodox + size = 375 + } + + artisans = { + culture = serb + religion = orthodox + size = 1370 + } + + soldiers = { + culture = serb + religion = orthodox + size= 1200 + + } + + farmers = { + culture = serb + religion = orthodox + size = 26865 + } } #under the rule of Ottoman Empire in 1836 #Nis (260000/65000 POPS) 798 = { - clergymen = { - culture = serb - religion = orthodox - size = 463.5 - } - - artisans = { - culture = serb - religion = orthodox - size = 2060.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 51036.5 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 154.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 3914.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 1210.25 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - officers = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 3553.5 - } + clergymen = { + culture = serb + religion = orthodox + size = 463.5 + } + + artisans = { + culture = serb + religion = orthodox + size = 2060.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 51036.5 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 154.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 3914.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 1210.25 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + officers = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 3553.5 + } } #Leskovac (220000/55000 POPS) 799 = { - clergymen = { - culture = serb - religion = orthodox - size = 334.75 - } - - artisans = { - culture = serb - religion = orthodox - size = 1545.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 40504.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 8291.5 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 875.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 3682.25 - } + clergymen = { + culture = serb + religion = orthodox + size = 334.75 + } + + artisans = { + culture = serb + religion = orthodox + size = 1545.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 40504.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 8291.5 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 875.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 3682.25 + } } #Kosovo-Sanjak Region (466000) #under the rule of Ottoman Empire in 1836 #Pristina (208000/52000 POPS) 802 = { - clergymen = { - culture = serb - religion = orthodox - size = 206.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 927.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 23587.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 875.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - officers = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 1854.0 - } - - clergymen = { - culture = albanian - religion = sunni - size = 206.0 - } - - artisans = { - culture = albanian - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = albanian - religion = sunni - size= 1030 - - } - - farmers = { - culture = albanian - religion = sunni - size = 20394.0 - } + clergymen = { + culture = serb + religion = orthodox + size = 206.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 927.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 23587.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 875.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + officers = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 1854.0 + } + + clergymen = { + culture = albanian + religion = sunni + size = 206.0 + } + + artisans = { + culture = albanian + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = albanian + religion = sunni + size= 1030 + + } + + farmers = { + culture = albanian + religion = sunni + size = 20394.0 + } } #Prizren (186000/46000 POPS) 803 = { - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 618.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 15553.0 - } - - aristocrats = { - culture = turkish - religion = sunni - size = 772.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 4274.5 - } - - clergymen = { - culture = albanian - religion = sunni - size = 206.0 - } - - artisans = { - culture = albanian - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = albanian - religion = sunni - size= 1030 - - } - - farmers = { - culture = albanian - religion = sunni - size = 24256.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 103.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 1879.75 - } + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 618.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 15553.0 + } + + aristocrats = { + culture = turkish + religion = sunni + size = 772.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 4274.5 + } + + clergymen = { + culture = albanian + religion = sunni + size = 206.0 + } + + artisans = { + culture = albanian + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = albanian + religion = sunni + size= 1030 + + } + + farmers = { + culture = albanian + religion = sunni + size = 24256.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 103.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 1879.75 + } } #Novi Pazar (72000/18000 POPS) 804 = { - clergymen = { - culture = serb - religion = orthodox - size = 103.0 - } - - artisans = { - culture = serb - religion = orthodox - size = 412.0 - } - - farmers = { - culture = serb - religion = orthodox - size = 12360.0 - } - - aristocrats = { - culture = bosniak - religion = sunni - size = 412.0 - } - - clergymen = { - culture = bosniak - religion = sunni - size = 51.5 - } - - artisans = { - culture = bosniak - religion = sunni - size = 515.0 - } - - soldiers = { - culture = bosniak - religion = sunni - size= 1030 - - } - - farmers = { - culture = bosniak - religion = sunni - size = 3656.5 - } + clergymen = { + culture = serb + religion = orthodox + size = 103.0 + } + + artisans = { + culture = serb + religion = orthodox + size = 412.0 + } + + farmers = { + culture = serb + religion = orthodox + size = 12360.0 + } + + aristocrats = { + culture = bosniak + religion = sunni + size = 412.0 + } + + clergymen = { + culture = bosniak + religion = sunni + size = 51.5 + } + + artisans = { + culture = bosniak + religion = sunni + size = 515.0 + } + + soldiers = { + culture = bosniak + religion = sunni + size= 1030 + + } + + farmers = { + culture = bosniak + religion = sunni + size = 3656.5 + } } diff --git a/HPM/history/pops/1861.4.14/Seychelles.txt b/HPM/history/pops/1861.4.14/Seychelles.txt index e8f5a28e..fb169a92 100644 --- a/HPM/history/pops/1861.4.14/Seychelles.txt +++ b/HPM/history/pops/1861.4.14/Seychelles.txt @@ -2,39 +2,39 @@ #ruled by Britain 1836 #Seychelles (5000/1250 POPS) 2127 = { - aristocrats = { - culture = french - religion = catholic - size = 20 - } + aristocrats = { + culture = french + religion = catholic + size = 20 + } - aristocrats = { - culture = kreol - religion = catholic - size = 30 - } - - soldiers = { - culture = kreol - religion = catholic - size = 30 - } - - clergymen = { - culture = kreol - religion = catholic - size = 30 - } + aristocrats = { + culture = kreol + religion = catholic + size = 30 + } - artisans = { - culture = kreol - religion = catholic - size = 75 - } + soldiers = { + culture = kreol + religion = catholic + size = 30 + } - farmers = { - culture = kreol - religion = catholic - size = 1175 - } + clergymen = { + culture = kreol + religion = catholic + size = 30 + } + + artisans = { + culture = kreol + religion = catholic + size = 75 + } + + farmers = { + culture = kreol + religion = catholic + size = 1175 + } } diff --git a/HPM/history/pops/1861.4.14/Sierra Leone.txt b/HPM/history/pops/1861.4.14/Sierra Leone.txt index 2d2b145c..df93591e 100644 --- a/HPM/history/pops/1861.4.14/Sierra Leone.txt +++ b/HPM/history/pops/1861.4.14/Sierra Leone.txt @@ -1,313 +1,313 @@ -#Sierra Leone Region (752000) +#Sierra Leone Region (752000) #uncolonized in 1836/Britain has trade post in 1836 -#Freetown (400000/100000 POPS) +#Freetown (400000/100000 POPS) 1884 = { - aristocrats = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - officers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 250 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 4700 - } - - aristocrats = { - culture = mande - religion = sunni - size = 675 - } - - officers = { - culture = mande - religion = sunni - size = 100 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1650 - } - - soldiers = { - culture = mande - religion = sunni - size = 350 - } - - farmers = { - culture = mande - religion = sunni - size = 32125 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 875 - } - - officers = { - culture = western_nigritic - religion = sunni - size = 100 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 2300 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 450 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 48275 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 250 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 700 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 150 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 6800 - } + aristocrats = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + officers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 250 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 4700 + } + + aristocrats = { + culture = mande + religion = sunni + size = 675 + } + + officers = { + culture = mande + religion = sunni + size = 100 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1650 + } + + soldiers = { + culture = mande + religion = sunni + size = 350 + } + + farmers = { + culture = mande + religion = sunni + size = 32125 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 875 + } + + officers = { + culture = western_nigritic + religion = sunni + size = 100 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 2300 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 450 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 48275 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 250 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 700 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 150 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 6800 + } } #uncolonized in 1836 -#Bo (352000/88000 POPS) +#Bo (352000/88000 POPS) 1886 = { - aristocrats = { - culture = mande - religion = sunni - size = 900 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1875 - } - - soldiers = { - culture = mande - religion = sunni - size = 475 - } - - farmers = { - culture = mande - religion = sunni - size = 36650 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 800 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 2000 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 425 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 37675 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 7000 - } + aristocrats = { + culture = mande + religion = sunni + size = 900 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1875 + } + + soldiers = { + culture = mande + religion = sunni + size = 475 + } + + farmers = { + culture = mande + religion = sunni + size = 36650 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 800 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 2000 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 425 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 37675 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 7000 + } } #Jallon Region (384000) #see Guinea.txt for balance of Region #uncolonized in 1836 -#Falaba (384000/96000 POPS) #now part of Sierra Leone +#Falaba (384000/96000 POPS) #now part of Sierra Leone 1885 = { - aristocrats = { - culture = mande - religion = sunni - size = 925 - } - - clergymen = { - culture = mande - religion = sunni - size = 100 - } - - artisans = { - culture = mande - religion = sunni - size = 1900 - } - - soldiers = { - culture = mande - religion = sunni - size = 475 - } - - farmers = { - culture = mande - religion = sunni - size = 36600 - } - - aristocrats = { - culture = western_nigritic - religion = sunni - size = 800 - } - - clergymen = { - culture = western_nigritic - religion = sunni - size = 100 - } - - artisans = { - culture = western_nigritic - religion = sunni - size = 1650 - } - - soldiers = { - culture = western_nigritic - religion = sunni - size = 425 - } - - farmers = { - culture = western_nigritic - religion = sunni - size = 37025 - } - - aristocrats = { - culture = western_nigritic - religion = animist - size = 125 - } - - clergymen = { - culture = western_nigritic - religion = animist - size = 100 - } - - artisans = { - culture = western_nigritic - religion = animist - size = 400 - } - - soldiers = { - culture = western_nigritic - religion = animist - size = 100 - } - - farmers = { - culture = western_nigritic - religion = animist - size = 2300 - } - - slaves = { - culture = western_nigritic - religion = animist - size = 13000 - } + aristocrats = { + culture = mande + religion = sunni + size = 925 + } + + clergymen = { + culture = mande + religion = sunni + size = 100 + } + + artisans = { + culture = mande + religion = sunni + size = 1900 + } + + soldiers = { + culture = mande + religion = sunni + size = 475 + } + + farmers = { + culture = mande + religion = sunni + size = 36600 + } + + aristocrats = { + culture = western_nigritic + religion = sunni + size = 800 + } + + clergymen = { + culture = western_nigritic + religion = sunni + size = 100 + } + + artisans = { + culture = western_nigritic + religion = sunni + size = 1650 + } + + soldiers = { + culture = western_nigritic + religion = sunni + size = 425 + } + + farmers = { + culture = western_nigritic + religion = sunni + size = 37025 + } + + aristocrats = { + culture = western_nigritic + religion = animist + size = 125 + } + + clergymen = { + culture = western_nigritic + religion = animist + size = 100 + } + + artisans = { + culture = western_nigritic + religion = animist + size = 400 + } + + soldiers = { + culture = western_nigritic + religion = animist + size = 100 + } + + farmers = { + culture = western_nigritic + religion = animist + size = 2300 + } + + slaves = { + culture = western_nigritic + religion = animist + size = 13000 + } } diff --git a/HPM/history/pops/1861.4.14/Slovakia.txt b/HPM/history/pops/1861.4.14/Slovakia.txt index f5249582..96ad6dfa 100644 --- a/HPM/history/pops/1861.4.14/Slovakia.txt +++ b/HPM/history/pops/1861.4.14/Slovakia.txt @@ -2,785 +2,785 @@ #under the rule of Austria in 1836 #Bratislava (784000/196000 POPS) 633 = { - bureaucrats = { - culture = slovak - religion = catholic - size = 128.75 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 463.5 - } - - officers = { - culture = slovak - religion = catholic - size = 77.25 - } - - clergymen = { - culture = slovak - religion = catholic - size = 1236.0 - } - - artisans = { - culture = slovak - religion = catholic - size = 6386.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 1287 - - } - - farmers = { - culture = slovak - religion = catholic - size = 118604.5 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 2317.5 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 309.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 206.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 206.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1206 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 15068.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 128.75 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 154 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 15166.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 180.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 10000.0 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1330.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 206 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 8883.75 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 1287.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 283.25 - } - - officers = { - culture = south_german - religion = catholic - size = 154.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 154.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 180 - - } - - farmers = { - culture = south_german - religion = catholic - size = 13390.0 - } + bureaucrats = { + culture = slovak + religion = catholic + size = 128.75 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 463.5 + } + + officers = { + culture = slovak + religion = catholic + size = 77.25 + } + + clergymen = { + culture = slovak + religion = catholic + size = 1236.0 + } + + artisans = { + culture = slovak + religion = catholic + size = 6386.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 1287 + + } + + farmers = { + culture = slovak + religion = catholic + size = 118604.5 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 2317.5 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 309.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 206.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 206.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1206 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 15068.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 128.75 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 154 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 15166.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 180.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 10000.0 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1330.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 206 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 8883.75 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 1287.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 283.25 + } + + officers = { + culture = south_german + religion = catholic + size = 154.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 154.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 180 + + } + + farmers = { + culture = south_german + religion = catholic + size = 13390.0 + } } #Trencin (228000/57000 POPS) 634 = { - clergymen = { - culture = slovak - religion = catholic - size = 515.0 - } - - artisans = { - culture = slovak - religion = catholic - size = 2678.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 1515 - - } - - farmers = { - culture = slovak - religion = catholic - size = 48852.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 875.5 - } - - aristocrats = { - culture = south_german - religion = catholic - size = 309.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 154.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 51 - - } - - farmers = { - culture = south_german - religion = catholic - size = 2523.5 - } + clergymen = { + culture = slovak + religion = catholic + size = 515.0 + } + + artisans = { + culture = slovak + religion = catholic + size = 2678.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 1515 + + } + + farmers = { + culture = slovak + religion = catholic + size = 48852.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 875.5 + } + + aristocrats = { + culture = south_german + religion = catholic + size = 309.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 154.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 51 + + } + + farmers = { + culture = south_german + religion = catholic + size = 2523.5 + } } #Nitra (352000/88000 POPS) 635 = { - clergymen = { - culture = slovak - religion = catholic - size = 669.5 - } - - artisans = { - culture = slovak - religion = catholic - size = 3502.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 1669 - - } - - farmers = { - culture = slovak - religion = catholic - size = 64199.0 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 1133.0 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 77.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 360.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 77 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 5562.0 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 51.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 412.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 77 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 7699.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 875.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 154.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 51 - - } - - farmers = { - culture = south_german - religion = catholic - size = 2832.5 - } + clergymen = { + culture = slovak + religion = catholic + size = 669.5 + } + + artisans = { + culture = slovak + religion = catholic + size = 3502.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 1669 + + } + + farmers = { + culture = slovak + religion = catholic + size = 64199.0 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 1133.0 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 77.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 360.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 77 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 5562.0 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 51.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 412.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 77 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 7699.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 875.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 154.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 51 + + } + + farmers = { + culture = south_german + religion = catholic + size = 2832.5 + } } #Banska Bystrica (224000/56000 POPS) 636 = { - clergymen = { - culture = slovak - religion = catholic - size = 489.25 - } - - artisans = { - culture = slovak - religion = catholic - size = 2729.5 - } - - soldiers = { - culture = slovak - religion = catholic - size= 515 - - } - - farmers = { - culture = slovak - religion = catholic - size = 50856.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1648.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1364.75 - } + clergymen = { + culture = slovak + religion = catholic + size = 489.25 + } + + artisans = { + culture = slovak + religion = catholic + size = 2729.5 + } + + soldiers = { + culture = slovak + religion = catholic + size= 515 + + } + + farmers = { + culture = slovak + religion = catholic + size = 50856.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1648.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1364.75 + } } #Felvidek Region (860000) #see Hungary.txt and Ukraine.txt for balance of Region #under the rule of Austria in 1836 #Kosice (712000/178000POPS) 637 = { - bureaucrats = { - culture = slovak - religion = catholic - size = 77.25 - } - - officers = { - culture = slovak - religion = catholic - size = 77.25 - } - - clergymen = { - culture = slovak - religion = catholic - size = 1004.25 - } - - artisans = { - culture = slovak - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 1130 - - } - - farmers = { - culture = slovak - religion = catholic - size = 96591.25 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 3090.0 - } - - bureaucrats = { - culture = hungarian - religion = catholic - size = 515.0 - } - - officers = { - culture = hungarian - religion = catholic - size = 386.25 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 206.0 - } - - artisans = { - culture = hungarian - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 257 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 15269.75 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 180.25 - } - - artisans = { - culture = hungarian - religion = protestant - size = 1133.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 206 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 19080.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 849.75 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 257.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 283.25 - } - - officers = { - culture = south_german - religion = catholic - size = 154.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 1257 - - } - - farmers = { - culture = south_german - religion = catholic - size = 22612.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 77 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 8703.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 25.75 - } - - artisans = { - culture = polish - religion = catholic - size = 51.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 25 - - } - - farmers = { - culture = polish - religion = catholic - size = 927.0 - } + bureaucrats = { + culture = slovak + religion = catholic + size = 77.25 + } + + officers = { + culture = slovak + religion = catholic + size = 77.25 + } + + clergymen = { + culture = slovak + religion = catholic + size = 1004.25 + } + + artisans = { + culture = slovak + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 1130 + + } + + farmers = { + culture = slovak + religion = catholic + size = 96591.25 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 3090.0 + } + + bureaucrats = { + culture = hungarian + religion = catholic + size = 515.0 + } + + officers = { + culture = hungarian + religion = catholic + size = 386.25 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 206.0 + } + + artisans = { + culture = hungarian + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 257 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 15269.75 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 180.25 + } + + artisans = { + culture = hungarian + religion = protestant + size = 1133.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 206 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 19080.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 849.75 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 257.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 283.25 + } + + officers = { + culture = south_german + religion = catholic + size = 154.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 1257 + + } + + farmers = { + culture = south_german + religion = catholic + size = 22612.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 77 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 8703.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 25.75 + } + + artisans = { + culture = polish + religion = catholic + size = 51.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 25 + + } + + farmers = { + culture = polish + religion = catholic + size = 927.0 + } } #Roznava (148000/37000 POPS) 638 = { - clergymen = { - culture = slovak - religion = catholic - size = 180.25 - } - - artisans = { - culture = slovak - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = slovak - religion = catholic - size= 206 - - } - - farmers = { - culture = slovak - religion = catholic - size = 19183.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 772.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 77.25 - } - - artisans = { - culture = hungarian - religion = catholic - size = 412.0 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 103 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 6875.25 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 51.5 - } - - artisans = { - culture = hungarian - religion = protestant - size = 412.0 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 77 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 6669.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1133.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 849.75 - } + clergymen = { + culture = slovak + religion = catholic + size = 180.25 + } + + artisans = { + culture = slovak + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = slovak + religion = catholic + size= 206 + + } + + farmers = { + culture = slovak + religion = catholic + size = 19183.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 772.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 77.25 + } + + artisans = { + culture = hungarian + religion = catholic + size = 412.0 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 103 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 6875.25 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 51.5 + } + + artisans = { + culture = hungarian + religion = protestant + size = 412.0 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 77 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 6669.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1133.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 849.75 + } } diff --git a/HPM/history/pops/1861.4.14/Slovenia.txt b/HPM/history/pops/1861.4.14/Slovenia.txt index 2cd7d303..c123379f 100644 --- a/HPM/history/pops/1861.4.14/Slovenia.txt +++ b/HPM/history/pops/1861.4.14/Slovenia.txt @@ -2,165 +2,165 @@ #under the rule of Austria in 1836 #Maribor (204000/51000 POPS) #Part of Slovenia Today 767 = { - aristocrats = { - culture = south_german - religion = catholic - size = 772.5 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 257.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 51 - - } - - farmers = { - culture = south_german - religion = catholic - size = 3244.5 - } - - clergymen = { - culture = slovene - religion = catholic - size = 463.5 - } - - artisans = { - culture = slovene - religion = catholic - size = 1648.0 - } - - soldiers = { - culture = slovene - religion = catholic - size= 1463 - - } - - farmers = { - culture = slovene - religion = catholic - size = 43805.0 - } + aristocrats = { + culture = south_german + religion = catholic + size = 772.5 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 257.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 51 + + } + + farmers = { + culture = south_german + religion = catholic + size = 3244.5 + } + + clergymen = { + culture = slovene + religion = catholic + size = 463.5 + } + + artisans = { + culture = slovene + religion = catholic + size = 1648.0 + } + + soldiers = { + culture = slovene + religion = catholic + size= 1463 + + } + + farmers = { + culture = slovene + religion = catholic + size = 43805.0 + } } #Carniola Region (460000) #under the rule of Austria in 1836 #Ljubljana (280000/70000 POPS) 768 = { - aristocrats = { - culture = slovene - religion = catholic - size = 849.75 - } - - bureaucrats = { - culture = slovene - religion = catholic - size = 231.75 - } - - officers = { - culture = slovene - religion = catholic - size = 103.0 - } - - clergymen = { - culture = slovene - religion = catholic - size = 721.0 - } - - artisans = { - culture = slovene - religion = catholic - size = 4120.0 - } - - soldiers = { - culture = slovene - religion = catholic - size= 3000 - - } - - soldiers = { - culture = slovene - religion = catholic - size= 2030 - - } - - farmers = { - culture = slovene - religion = catholic - size = 61044.5 - } + aristocrats = { + culture = slovene + religion = catholic + size = 849.75 + } + + bureaucrats = { + culture = slovene + religion = catholic + size = 231.75 + } + + officers = { + culture = slovene + religion = catholic + size = 103.0 + } + + clergymen = { + culture = slovene + religion = catholic + size = 721.0 + } + + artisans = { + culture = slovene + religion = catholic + size = 4120.0 + } + + soldiers = { + culture = slovene + religion = catholic + size= 3000 + + } + + soldiers = { + culture = slovene + religion = catholic + size= 2030 + + } + + farmers = { + culture = slovene + religion = catholic + size = 61044.5 + } } #Postojna (180000/45000 POPS) 769 = { - aristocrats = { - culture = slovene - religion = catholic - size = 515.0 - } - - clergymen = { - culture = slovene - religion = catholic - size = 437.75 - } - - artisans = { - culture = slovene - religion = catholic - size = 2163.0 - } - - soldiers = { - culture = slovene - religion = catholic - size= 437 - - } - - farmers = { - culture = slovene - religion = catholic - size = 40762.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - farmers = { - culture = south_german - religion = catholic - size = 2034.25 - } + aristocrats = { + culture = slovene + religion = catholic + size = 515.0 + } + + clergymen = { + culture = slovene + religion = catholic + size = 437.75 + } + + artisans = { + culture = slovene + religion = catholic + size = 2163.0 + } + + soldiers = { + culture = slovene + religion = catholic + size= 437 + + } + + farmers = { + culture = slovene + religion = catholic + size = 40762.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + farmers = { + culture = south_german + religion = catholic + size = 2034.25 + } } diff --git a/HPM/history/pops/1861.4.14/Solomon Islands.txt b/HPM/history/pops/1861.4.14/Solomon Islands.txt index 097cfeb0..98939a3b 100644 --- a/HPM/history/pops/1861.4.14/Solomon Islands.txt +++ b/HPM/history/pops/1861.4.14/Solomon Islands.txt @@ -1,65 +1,65 @@ #Central Melanesia (54000) #Solomon Islands (48000/12000 POPS) 2534 = { - aristocrats = { - culture = melanesian - religion = animist - size = 225 - } + aristocrats = { + culture = melanesian + religion = animist + size = 225 + } - clergymen = { - culture = melanesian - religion = animist - size = 125 - } + clergymen = { + culture = melanesian + religion = animist + size = 125 + } - artisans = { - culture = melanesian - religion = animist - size = 600 - } + artisans = { + culture = melanesian + religion = animist + size = 600 + } - soldiers = { - culture = melanesian - religion = animist - size = 125 - } + soldiers = { + culture = melanesian + religion = animist + size = 125 + } - farmers = { - culture = melanesian - religion = animist - size = 10925 - } + farmers = { + culture = melanesian + religion = animist + size = 10925 + } } #Santa Cruz Islands (6000/1500 POPS) 2536 = { - aristocrats = { - culture = melanesian - religion = animist - size = 25 - } + aristocrats = { + culture = melanesian + religion = animist + size = 25 + } - clergymen = { - culture = melanesian - religion = animist - size = 35 - } + clergymen = { + culture = melanesian + religion = animist + size = 35 + } - artisans = { - culture = melanesian - religion = animist - size = 75 - } + artisans = { + culture = melanesian + religion = animist + size = 75 + } - soldiers = { - culture = melanesian - religion = animist - size = 15 - } + soldiers = { + culture = melanesian + religion = animist + size = 15 + } - farmers = { - culture = melanesian - religion = animist - size = 1350 - } -} \ No newline at end of file + farmers = { + culture = melanesian + religion = animist + size = 1350 + } +} diff --git a/HPM/history/pops/1861.4.14/Somalia.txt b/HPM/history/pops/1861.4.14/Somalia.txt index b77d294a..047e7120 100644 --- a/HPM/history/pops/1861.4.14/Somalia.txt +++ b/HPM/history/pops/1861.4.14/Somalia.txt @@ -3,395 +3,395 @@ #under the loose rule of Muscat in 1836 #Mogadishu (216000/54000 POPS) 1868 = { - aristocrats = { - culture = somali - religion = sunni - size = 1050 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 100 - } - - officers = { - culture = somali - religion = sunni - size = 75 - } - - clergymen = { - culture = somali - religion = sunni - size = 550 - } - - artisans = { - culture = somali - religion = sunni - size = 2175 - } - - soldiers = { - culture = somali - religion = sunni - size = 1125 - } - - farmers = { - culture = somali - religion = sunni - size = 58000 - } - - slaves = { - culture = cushitic - religion = animist - size = 6000 - } + aristocrats = { + culture = somali + religion = sunni + size = 1050 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 100 + } + + officers = { + culture = somali + religion = sunni + size = 75 + } + + clergymen = { + culture = somali + religion = sunni + size = 550 + } + + artisans = { + culture = somali + religion = sunni + size = 2175 + } + + soldiers = { + culture = somali + religion = sunni + size = 1125 + } + + farmers = { + culture = somali + religion = sunni + size = 58000 + } + + slaves = { + culture = cushitic + religion = animist + size = 6000 + } } #Kismayo (84000/21000 POPS) 1870 = { - aristocrats = { - culture = somali - religion = sunni - size = 275 - } - - clergymen = { - culture = somali - religion = sunni - size = 150 - } - - artisans = { - culture = somali - religion = sunni - size = 650 - } - - soldiers = { - culture = somali - religion = sunni - size = 150 - } - - farmers = { - culture = somali - religion = sunni - size = 13775 - } - - aristocrats = { - culture = cushitic - religion = animist - size = 75 - } - - clergymen = { - culture = cushitic - religion = animist - size = 50 - } - - artisans = { - culture = cushitic - religion = animist - size = 250 - } - - soldiers = { - culture = cushitic - religion = animist - size = 50 - } - - farmers = { - culture = cushitic - religion = animist - size = 4575 - } - - slaves = { - culture = cushitic - religion = animist - size = 1100 - } + aristocrats = { + culture = somali + religion = sunni + size = 275 + } + + clergymen = { + culture = somali + religion = sunni + size = 150 + } + + artisans = { + culture = somali + religion = sunni + size = 650 + } + + soldiers = { + culture = somali + religion = sunni + size = 150 + } + + farmers = { + culture = somali + religion = sunni + size = 13775 + } + + aristocrats = { + culture = cushitic + religion = animist + size = 75 + } + + clergymen = { + culture = cushitic + religion = animist + size = 50 + } + + artisans = { + culture = cushitic + religion = animist + size = 250 + } + + soldiers = { + culture = cushitic + religion = animist + size = 50 + } + + farmers = { + culture = cushitic + religion = animist + size = 4575 + } + + slaves = { + culture = cushitic + religion = animist + size = 1100 + } } #uncolonized/ruled by the Sultan of Geledi in 1836 #Baidoa (92000/23000 POPS) 1869 = { - aristocrats = { - culture = somali - religion = sunni - size = 450 - } - - clergymen = { - culture = somali - religion = sunni - size = 225 - } - - artisans = { - culture = somali - religion = sunni - size = 1150 - } - - soldiers = { - culture = somali - religion = sunni - size = 1175 - } - - farmers = { - culture = somali - religion = sunni - size = 20000 - } + aristocrats = { + culture = somali + religion = sunni + size = 450 + } + + clergymen = { + culture = somali + religion = sunni + size = 225 + } + + artisans = { + culture = somali + religion = sunni + size = 1150 + } + + soldiers = { + culture = somali + religion = sunni + size = 1175 + } + + farmers = { + culture = somali + religion = sunni + size = 20000 + } } #Majerteyn Region (192000) #under the loose rule of Muscat via Sultan of Majerteyn in 1836 #Hobye (76000/19000 POPS) 1871 = { - aristocrats = { - culture = somali - religion = sunni - size = 350 - } - - clergymen = { - culture = somali - religion = sunni - size = 175 - } - - artisans = { - culture = somali - religion = sunni - size = 775 - } - - soldiers = { - culture = somali - religion = sunni - size = 200 - } - - farmers = { - culture = somali - religion = sunni - size = 15500 - } - - slaves = { - culture = cushitic - religion = animist - size = 2000 - } + aristocrats = { + culture = somali + religion = sunni + size = 350 + } + + clergymen = { + culture = somali + religion = sunni + size = 175 + } + + artisans = { + culture = somali + religion = sunni + size = 775 + } + + soldiers = { + culture = somali + religion = sunni + size = 200 + } + + farmers = { + culture = somali + religion = sunni + size = 15500 + } + + slaves = { + culture = cushitic + religion = animist + size = 2000 + } } #Busaso (116000/29000 POPS) 1872 = { - aristocrats = { - culture = somali - religion = sunni - size = 540 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 50 - } - - officers = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 275 - } - - artisans = { - culture = somali - religion = sunni - size = 1175 - } - - soldiers = { - culture = somali - religion = sunni - size = 1000 - } - - farmers = { - culture = somali - religion = sunni - size = 20950 - } - - slaves = { - culture = cushitic - religion = animist - size = 5000 - } + aristocrats = { + culture = somali + religion = sunni + size = 540 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 50 + } + + officers = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 275 + } + + artisans = { + culture = somali + religion = sunni + size = 1175 + } + + soldiers = { + culture = somali + religion = sunni + size = 1000 + } + + farmers = { + culture = somali + religion = sunni + size = 20950 + } + + slaves = { + culture = cushitic + religion = animist + size = 5000 + } } #Adal Region (244000) #under the loose rule of Egypt 1836 #Berbera (188000/47000 POPS) 1873 = { - aristocrats = { - culture = somali - religion = sunni - size = 890 - } - - bureaucrats = { - culture = somali - religion = sunni - size = 10 - } - - officers = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 450 - } - - artisans = { - culture = somali - religion = sunni - size = 1850 - } - - soldiers = { - culture = somali - religion = sunni - size = 1750 - } - - farmers = { - culture = somali - religion = sunni - size = 32000 - } - - slaves = { - culture = oromo - religion = animist - size = 7000 - } - - slaves = { - culture = cushitic - religion = animist - size = 3000 - } + aristocrats = { + culture = somali + religion = sunni + size = 890 + } + + bureaucrats = { + culture = somali + religion = sunni + size = 10 + } + + officers = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 450 + } + + artisans = { + culture = somali + religion = sunni + size = 1850 + } + + soldiers = { + culture = somali + religion = sunni + size = 1750 + } + + farmers = { + culture = somali + religion = sunni + size = 32000 + } + + slaves = { + culture = oromo + religion = animist + size = 7000 + } + + slaves = { + culture = cushitic + religion = animist + size = 3000 + } } #Zayla (32000/8000 POPS) 1874 = { - aristocrats = { - culture = somali - religion = sunni - size = 150 - } - - clergymen = { - culture = somali - religion = sunni - size = 75 - } - - artisans = { - culture = somali - religion = sunni - size = 400 - } - - soldiers = { - culture = somali - religion = sunni - size = 75 - } - - farmers = { - culture = somali - religion = sunni - size = 7300 - } + aristocrats = { + culture = somali + religion = sunni + size = 150 + } + + clergymen = { + culture = somali + religion = sunni + size = 75 + } + + artisans = { + culture = somali + religion = sunni + size = 400 + } + + soldiers = { + culture = somali + religion = sunni + size = 75 + } + + farmers = { + culture = somali + religion = sunni + size = 7300 + } } -#Jibuti (28000/7000 POPS) #now part of Djibouti +#Jibuti (28000/7000 POPS) #now part of Djibouti 1875 = { - aristocrats = { - culture = somali - religion = sunni - size = 50 - } - - clergymen = { - culture = somali - religion = sunni - size = 75 - } - - artisans = { - culture = somali - religion = sunni - size = 150 - } - - soldiers = { - culture = somali - religion = sunni - size = 25 - } - - farmers = { - culture = somali - religion = sunni - size = 2700 - } - - aristocrats = { - culture = afar - religion = sunni - size = 50 - } - - clergymen = { - culture = afar - religion = sunni - size = 75 - } - - artisans = { - culture = afar - religion = sunni - size = 200 - } - - soldiers = { - culture = afar - religion = sunni - size = 50 - } - - farmers = { - culture = afar - religion = sunni - size = 3625 - } + aristocrats = { + culture = somali + religion = sunni + size = 50 + } + + clergymen = { + culture = somali + religion = sunni + size = 75 + } + + artisans = { + culture = somali + religion = sunni + size = 150 + } + + soldiers = { + culture = somali + religion = sunni + size = 25 + } + + farmers = { + culture = somali + religion = sunni + size = 2700 + } + + aristocrats = { + culture = afar + religion = sunni + size = 50 + } + + clergymen = { + culture = afar + religion = sunni + size = 75 + } + + artisans = { + culture = afar + religion = sunni + size = 200 + } + + soldiers = { + culture = afar + religion = sunni + size = 50 + } + + farmers = { + culture = afar + religion = sunni + size = 3625 + } } diff --git a/HPM/history/pops/1861.4.14/South Africa.txt b/HPM/history/pops/1861.4.14/South Africa.txt index b2fad479..ba1f423e 100644 --- a/HPM/history/pops/1861.4.14/South Africa.txt +++ b/HPM/history/pops/1861.4.14/South Africa.txt @@ -4,495 +4,495 @@ #Boer POPs represent post-Great Trek migration #Cape Town (173000/43250 POPS) 2087 = { - clergymen = { - culture = khoisan - religion = protestant - size = 51.5 - } - - artisans = { - culture = khoisan - religion = protestant - size = 772.5 - } - - soldiers = { - culture = khoisan - religion = protestant - size= 154 - - } - - farmers = { - culture = khoisan - religion = protestant - size = 9321.5 - } - - clergymen = { - culture = khoisan - religion = animist - size = 51.5 - } - - artisans = { - culture = khoisan - religion = animist - size = 772.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 154 - - } - - farmers = { - culture = khoisan - religion = animist - size = 12411.5 - } - - aristocrats = { - culture = british - religion = protestant - size = 20.6 - } - - clergymen = { - culture = british - religion = protestant - size = 72.10000000000001 - } - - bureaucrats = { - culture = british - religion = protestant - size = 61.800000000000004 - } - - artisans = { - culture = british - religion = protestant - size = 2575.0 - } - - soldiers = { - culture = british - religion = protestant - size= 103 - - } - - farmers = { - culture = british - religion = protestant - size = 4377.5 - } - - clergymen = { - culture = boer - religion = protestant - size = 77.25 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 30.900000000000002 - } - - artisans = { - culture = boer - religion = protestant - size = 1030.0 - } - - soldiers = { - culture = boer - religion = protestant - size= 1030 - - } - - farmers = { - culture = boer - religion = protestant - size = 11479.35 - } + clergymen = { + culture = khoisan + religion = protestant + size = 51.5 + } + + artisans = { + culture = khoisan + religion = protestant + size = 772.5 + } + + soldiers = { + culture = khoisan + religion = protestant + size= 154 + + } + + farmers = { + culture = khoisan + religion = protestant + size = 9321.5 + } + + clergymen = { + culture = khoisan + religion = animist + size = 51.5 + } + + artisans = { + culture = khoisan + religion = animist + size = 772.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 154 + + } + + farmers = { + culture = khoisan + religion = animist + size = 12411.5 + } + + aristocrats = { + culture = british + religion = protestant + size = 20.6 + } + + clergymen = { + culture = british + religion = protestant + size = 72.10000000000001 + } + + bureaucrats = { + culture = british + religion = protestant + size = 61.800000000000004 + } + + artisans = { + culture = british + religion = protestant + size = 2575.0 + } + + soldiers = { + culture = british + religion = protestant + size= 103 + + } + + farmers = { + culture = british + religion = protestant + size = 4377.5 + } + + clergymen = { + culture = boer + religion = protestant + size = 77.25 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 30.900000000000002 + } + + artisans = { + culture = boer + religion = protestant + size = 1030.0 + } + + soldiers = { + culture = boer + religion = protestant + size= 1030 + + } + + farmers = { + culture = boer + religion = protestant + size = 11479.35 + } } #Worcester (117700/29425 POPS) 2089 = { - clergymen = { - culture = khoisan - religion = protestant - size = 51.5 - } - - artisans = { - culture = khoisan - religion = protestant - size = 257.5 - } - - soldiers = { - culture = khoisan - religion = protestant - size= 103 - - } - - farmers = { - culture = khoisan - religion = protestant - size = 7828.0 - } - - clergymen = { - culture = khoisan - religion = animist - size = 77.25 - } - - artisans = { - culture = khoisan - religion = animist - size = 154.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 77 - - } - - farmers = { - culture = khoisan - religion = animist - size = 6901.0 - } - - clergymen = { - culture = boer - religion = protestant - size = 82.4 - } - - artisans = { - culture = boer - religion = protestant - size = 721.0 - } - - soldiers = { - culture = boer - religion = protestant - size= 20 - - } - - farmers = { - culture = boer - religion = protestant - size = 3527.75 - } - - aristocrats = { - culture = sotho - religion = animist - size = 103.0 - } - - clergymen = { - culture = sotho - religion = animist - size = 51.5 - } - - artisans = { - culture = sotho - religion = animist - size = 103.0 - } - - soldiers = { - culture = sotho - religion = animist - size= 103 - - } - - farmers = { - culture = sotho - religion = animist - size = 9939.5 - } - - clergymen = { - culture = british - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = british - religion = protestant - size = 309.0 - } - - soldiers = { - culture = british - religion = protestant - size= 25 - - } - - farmers = { - culture = british - religion = protestant - size = 679.8000000000001 - } + clergymen = { + culture = khoisan + religion = protestant + size = 51.5 + } + + artisans = { + culture = khoisan + religion = protestant + size = 257.5 + } + + soldiers = { + culture = khoisan + religion = protestant + size= 103 + + } + + farmers = { + culture = khoisan + religion = protestant + size = 7828.0 + } + + clergymen = { + culture = khoisan + religion = animist + size = 77.25 + } + + artisans = { + culture = khoisan + religion = animist + size = 154.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 77 + + } + + farmers = { + culture = khoisan + religion = animist + size = 6901.0 + } + + clergymen = { + culture = boer + religion = protestant + size = 82.4 + } + + artisans = { + culture = boer + religion = protestant + size = 721.0 + } + + soldiers = { + culture = boer + religion = protestant + size= 20 + + } + + farmers = { + culture = boer + religion = protestant + size = 3527.75 + } + + aristocrats = { + culture = sotho + religion = animist + size = 103.0 + } + + clergymen = { + culture = sotho + religion = animist + size = 51.5 + } + + artisans = { + culture = sotho + religion = animist + size = 103.0 + } + + soldiers = { + culture = sotho + religion = animist + size= 103 + + } + + farmers = { + culture = sotho + religion = animist + size = 9939.5 + } + + clergymen = { + culture = british + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = british + religion = protestant + size = 309.0 + } + + soldiers = { + culture = british + religion = protestant + size= 25 + + } + + farmers = { + culture = british + religion = protestant + size = 679.8000000000001 + } } #Swettenham (69700/17425 POPS) 2090 = { - clergymen = { - culture = khoisan - religion = protestant - size = 77.25 - } - - artisans = { - culture = khoisan - religion = protestant - size = 206.0 - } - - soldiers = { - culture = khoisan - religion = protestant - size= 103 - - } - - farmers = { - culture = khoisan - religion = protestant - size = 6823.75 - } - - clergymen = { - culture = boer - religion = protestant - size = 51.5 - } - - artisans = { - culture = boer - religion = protestant - size = 309.0 - } - - soldiers = { - culture = boer - religion = protestant - size= 51 - - } - - farmers = { - culture = boer - religion = protestant - size = 4145.75 - } - - clergymen = { - culture = khoisan - religion = animist - size = 77.25 - } - - artisans = { - culture = khoisan - religion = animist - size = 103.0 - } - - soldiers = { - culture = khoisan - religion = animist - size= 154 - - } - - farmers = { - culture = khoisan - religion = animist - size = 15115.25 - } - - clergymen = { - culture = british - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = british - religion = protestant - size = 309.0 - } - - soldiers = { - culture = british - religion = protestant - size= 25 - - } - - farmers = { - culture = british - religion = protestant - size = 679.8000000000001 - } + clergymen = { + culture = khoisan + religion = protestant + size = 77.25 + } + + artisans = { + culture = khoisan + religion = protestant + size = 206.0 + } + + soldiers = { + culture = khoisan + religion = protestant + size= 103 + + } + + farmers = { + culture = khoisan + religion = protestant + size = 6823.75 + } + + clergymen = { + culture = boer + religion = protestant + size = 51.5 + } + + artisans = { + culture = boer + religion = protestant + size = 309.0 + } + + soldiers = { + culture = boer + religion = protestant + size= 51 + + } + + farmers = { + culture = boer + religion = protestant + size = 4145.75 + } + + clergymen = { + culture = khoisan + religion = animist + size = 77.25 + } + + artisans = { + culture = khoisan + religion = animist + size = 103.0 + } + + soldiers = { + culture = khoisan + religion = animist + size= 154 + + } + + farmers = { + culture = khoisan + religion = animist + size = 15115.25 + } + + clergymen = { + culture = british + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = british + religion = protestant + size = 309.0 + } + + soldiers = { + culture = british + religion = protestant + size= 25 + + } + + farmers = { + culture = british + religion = protestant + size = 679.8000000000001 + } } #Mossel Bay (34700/8675 POPS) 2091 = { - clergymen = { - culture = boer - religion = protestant - size = 25.75 - } - - artisans = { - culture = boer - religion = protestant - size = 154.5 - } - - soldiers = { - culture = boer - religion = protestant - size= 25 - - } - - farmers = { - culture = boer - religion = protestant - size = 1622.25 - } - - clergymen = { - culture = british - religion = protestant - size = 51.5 - } - - artisans = { - culture = british - religion = protestant - size = 154.5 - } - - soldiers = { - culture = british - religion = protestant - size= 25 - - } - - farmers = { - culture = british - religion = protestant - size = 1854.0 - } - - clergymen = { - culture = khoisan - religion = animist - size = 36.050000000000004 - } - - artisans = { - culture = khoisan - religion = animist - size = 51.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 25 - - } - - farmers = { - culture = khoisan - religion = animist - size = 2976.7000000000003 - } - - clergymen = { - culture = khoisan - religion = protestant - size = 25.75 - } - - artisans = { - culture = khoisan - religion = protestant - size = 103.0 - } - - soldiers = { - culture = khoisan - religion = protestant - size= 25 - - } - - farmers = { - culture = khoisan - religion = protestant - size = 1905.5 - } + clergymen = { + culture = boer + religion = protestant + size = 25.75 + } + + artisans = { + culture = boer + religion = protestant + size = 154.5 + } + + soldiers = { + culture = boer + religion = protestant + size= 25 + + } + + farmers = { + culture = boer + religion = protestant + size = 1622.25 + } + + clergymen = { + culture = british + religion = protestant + size = 51.5 + } + + artisans = { + culture = british + religion = protestant + size = 154.5 + } + + soldiers = { + culture = british + religion = protestant + size= 25 + + } + + farmers = { + culture = british + religion = protestant + size = 1854.0 + } + + clergymen = { + culture = khoisan + religion = animist + size = 36.050000000000004 + } + + artisans = { + culture = khoisan + religion = animist + size = 51.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 25 + + } + + farmers = { + culture = khoisan + religion = animist + size = 2976.7000000000003 + } + + clergymen = { + culture = khoisan + religion = protestant + size = 25.75 + } + + artisans = { + culture = khoisan + religion = protestant + size = 103.0 + } + + soldiers = { + culture = khoisan + religion = protestant + size= 25 + + } + + farmers = { + culture = khoisan + religion = protestant + size = 1905.5 + } } #Namaqualand Region (12000) #see Namibia.txt for balance of region #uncolonized 1836 #Springbok (12000/3000 POPS) 2088 = { - aristocrats = { - culture = khoisan - religion = animist - size = 25.75 - } - - clergymen = { - culture = khoisan - religion = animist - size = 51.5 - } - - artisans = { - culture = khoisan - religion = animist - size = 154.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 25 - - } - - farmers = { - culture = khoisan - religion = animist - size = 2832.5 - } + aristocrats = { + culture = khoisan + religion = animist + size = 25.75 + } + + clergymen = { + culture = khoisan + religion = animist + size = 51.5 + } + + artisans = { + culture = khoisan + religion = animist + size = 154.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 25 + + } + + farmers = { + culture = khoisan + religion = animist + size = 2832.5 + } } #Karoo Region (244500) @@ -500,614 +500,614 @@ #Boer POPs represent post-Great Trek migration #Beaufort (34600/8650 POPS) 2092 = { - clergymen = { - culture = boer - religion = protestant - size = 25.75 - } - - artisans = { - culture = boer - religion = protestant - size = 154.5 - } - - soldiers = { - culture = boer - religion = protestant - size= 25 - - } - - farmers = { - culture = boer - religion = protestant - size = 2523.5 - } - - clergymen = { - culture = british - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = british - religion = protestant - size = 206.0 - } - - soldiers = { - culture = british - religion = protestant - size= 10 - - } - - farmers = { - culture = british - religion = protestant - size = 798.25 - } - - clergymen = { - culture = khoisan - religion = animist - size = 51.5 - } - - artisans = { - culture = khoisan - religion = animist - size = 103.0 - } - - soldiers = { - culture = khoisan - religion = animist - size= 51 - - } - - farmers = { - culture = khoisan - religion = animist - size = 4944.0 - } + clergymen = { + culture = boer + religion = protestant + size = 25.75 + } + + artisans = { + culture = boer + religion = protestant + size = 154.5 + } + + soldiers = { + culture = boer + religion = protestant + size= 25 + + } + + farmers = { + culture = boer + religion = protestant + size = 2523.5 + } + + clergymen = { + culture = british + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = british + religion = protestant + size = 206.0 + } + + soldiers = { + culture = british + religion = protestant + size= 10 + + } + + farmers = { + culture = british + religion = protestant + size = 798.25 + } + + clergymen = { + culture = khoisan + religion = animist + size = 51.5 + } + + artisans = { + culture = khoisan + religion = animist + size = 103.0 + } + + soldiers = { + culture = khoisan + religion = animist + size= 51 + + } + + farmers = { + culture = khoisan + religion = animist + size = 4944.0 + } } #Calvinia (23300/5825 POPS) 2093 = { - clergymen = { - culture = boer - religion = protestant - size = 15.450000000000001 - } - - artisans = { - culture = boer - religion = protestant - size = 103.0 - } - - soldiers = { - culture = boer - religion = protestant - size= 10 - - } - - farmers = { - culture = boer - religion = protestant - size = 849.75 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25.75 - } - - artisans = { - culture = khoisan - religion = animist - size = 51.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 25 - - } - - farmers = { - culture = khoisan - religion = animist - size = 2987.0 - } - - aristocrats = { - culture = sotho - religion = animist - size = 25.75 - } - - clergymen = { - culture = sotho - religion = animist - size = 25.75 - } - - artisans = { - culture = sotho - religion = animist - size = 51.5 - } - - soldiers = { - culture = sotho - religion = animist - size= 25 - - } - - farmers = { - culture = sotho - religion = animist - size = 1931.25 - } + clergymen = { + culture = boer + religion = protestant + size = 15.450000000000001 + } + + artisans = { + culture = boer + religion = protestant + size = 103.0 + } + + soldiers = { + culture = boer + religion = protestant + size= 10 + + } + + farmers = { + culture = boer + religion = protestant + size = 849.75 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25.75 + } + + artisans = { + culture = khoisan + religion = animist + size = 51.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 25 + + } + + farmers = { + culture = khoisan + religion = animist + size = 2987.0 + } + + aristocrats = { + culture = sotho + religion = animist + size = 25.75 + } + + clergymen = { + culture = sotho + religion = animist + size = 25.75 + } + + artisans = { + culture = sotho + religion = animist + size = 51.5 + } + + soldiers = { + culture = sotho + religion = animist + size= 25 + + } + + farmers = { + culture = sotho + religion = animist + size = 1931.25 + } } #De Aar (30600/7650 POPS) 2558 = { - aristocrats = { - culture = sotho - religion = animist - size = 51.5 - } - - clergymen = { - culture = sotho - religion = animist - size = 51.5 - } - - artisans = { - culture = sotho - religion = animist - size = 154.5 - } - - soldiers = { - culture = sotho - religion = animist - size= 51 - - } - - farmers = { - culture = sotho - religion = animist - size = 5871.0 - } - - clergymen = { - culture = boer - religion = protestant - size = 25.75 - } - - artisans = { - culture = boer - religion = protestant - size = 257.5 - } - - soldiers = { - culture = boer - religion = protestant - size= 25 - - } - - farmers = { - culture = boer - religion = protestant - size = 2420.5 - } + aristocrats = { + culture = sotho + religion = animist + size = 51.5 + } + + clergymen = { + culture = sotho + religion = animist + size = 51.5 + } + + artisans = { + culture = sotho + religion = animist + size = 154.5 + } + + soldiers = { + culture = sotho + religion = animist + size= 51 + + } + + farmers = { + culture = sotho + religion = animist + size = 5871.0 + } + + clergymen = { + culture = boer + religion = protestant + size = 25.75 + } + + artisans = { + culture = boer + religion = protestant + size = 257.5 + } + + soldiers = { + culture = boer + religion = protestant + size= 25 + + } + + farmers = { + culture = boer + religion = protestant + size = 2420.5 + } } #Uncolonized in 1836 #Kimberley (156000/39000 POPS) 2094 = { - aristocrats = { - culture = tswana - religion = animist - size = 412.0 - } - - clergymen = { - culture = tswana - religion = animist - size = 412.0 - } - - artisans = { - culture = tswana - religion = animist - size = 1648.0 - } - - soldiers = { - culture = tswana - religion = animist - size= 412 - - } - - farmers = { - culture = tswana - religion = animist - size = 37286.0 - } + aristocrats = { + culture = tswana + religion = animist + size = 412.0 + } + + clergymen = { + culture = tswana + religion = animist + size = 412.0 + } + + artisans = { + culture = tswana + religion = animist + size = 1648.0 + } + + soldiers = { + culture = tswana + religion = animist + size= 412 + + } + + farmers = { + culture = tswana + religion = animist + size = 37286.0 + } } #Bechuanaland Region (20000) #see Botswana.txt for balance of region #Dikathong (20000/5000 POPS) 2095 = { - aristocrats = { - culture = tswana - religion = animist - size = 51.5 - } - - clergymen = { - culture = tswana - religion = animist - size = 51.5 - } - - artisans = { - culture = tswana - religion = animist - size = 206.0 - } - - soldiers = { - culture = tswana - religion = animist - size= 51 - - } - - farmers = { - culture = tswana - religion = animist - size = 4789.5 - } + aristocrats = { + culture = tswana + religion = animist + size = 51.5 + } + + clergymen = { + culture = tswana + religion = animist + size = 51.5 + } + + artisans = { + culture = tswana + religion = animist + size = 206.0 + } + + soldiers = { + culture = tswana + religion = animist + size= 51 + + } + + farmers = { + culture = tswana + religion = animist + size = 4789.5 + } } #Eastern Cape Region (232000) #Ruled by Britain 1836 #Port Elizabeth (44000/11000 POPS) 2096 = { - clergymen = { - culture = british - religion = protestant - size = 25.75 - } - - artisans = { - culture = british - religion = protestant - size = 309.0 - } - - soldiers = { - culture = british - religion = protestant - size= 25 - - } - - farmers = { - culture = british - religion = protestant - size = 2729.5 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 41.2 - } - - clergymen = { - culture = xhosa - religion = animist - size = 36.050000000000004 - } - - artisans = { - culture = xhosa - religion = animist - size = 103.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 25 - - } - - farmers = { - culture = xhosa - religion = animist - size = 4017.0 - } - - aristocrats = { - culture = nguni - religion = animist - size = 15.450000000000001 - } - - clergymen = { - culture = nguni - religion = animist - size = 15.450000000000001 - } - - soldiers = { - culture = nguni - religion = animist - size= 10 - - } - - farmers = { - culture = nguni - religion = animist - size = 988.8000000000001 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25.75 - } - - artisans = { - culture = khoisan - religion = animist - size = 51.5 - } - - soldiers = { - culture = khoisan - religion = animist - size= 25 - - } - - farmers = { - culture = khoisan - religion = animist - size = 2987.0 - } + clergymen = { + culture = british + religion = protestant + size = 25.75 + } + + artisans = { + culture = british + religion = protestant + size = 309.0 + } + + soldiers = { + culture = british + religion = protestant + size= 25 + + } + + farmers = { + culture = british + religion = protestant + size = 2729.5 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 41.2 + } + + clergymen = { + culture = xhosa + religion = animist + size = 36.050000000000004 + } + + artisans = { + culture = xhosa + religion = animist + size = 103.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 25 + + } + + farmers = { + culture = xhosa + religion = animist + size = 4017.0 + } + + aristocrats = { + culture = nguni + religion = animist + size = 15.450000000000001 + } + + clergymen = { + culture = nguni + religion = animist + size = 15.450000000000001 + } + + soldiers = { + culture = nguni + religion = animist + size= 10 + + } + + farmers = { + culture = nguni + religion = animist + size = 988.8000000000001 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25.75 + } + + artisans = { + culture = khoisan + religion = animist + size = 51.5 + } + + soldiers = { + culture = khoisan + religion = animist + size= 25 + + } + + farmers = { + culture = khoisan + religion = animist + size = 2987.0 + } } #Graaf Reinet (36000/9000 POPS) 2097 = { - clergymen = { - culture = british - religion = protestant - size = 10.3 - } - - artisans = { - culture = british - religion = protestant - size = 154.5 - } - - soldiers = { - culture = british - religion = protestant - size= 15 - - } - - farmers = { - culture = british - religion = protestant - size = 9089.75 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 25.75 - } - - clergymen = { - culture = xhosa - religion = animist - size = 25.75 - } - - artisans = { - culture = xhosa - religion = animist - size = 103.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 51 - - } - - farmers = { - culture = xhosa - religion = animist - size = 3914.0 - } - - aristocrats = { - culture = nguni - religion = animist - size = 10.3 - } - - clergymen = { - culture = nguni - religion = animist - size = 15.450000000000001 - } - - artisans = { - culture = nguni - religion = animist - size = 103.0 - } - - soldiers = { - culture = nguni - religion = animist - size= 25 - - } - - farmers = { - culture = nguni - religion = animist - size = 875.5 - } - - clergymen = { - culture = khoisan - religion = animist - size = 25.75 - } - - artisans = { - culture = khoisan - religion = animist - size = 103.0 - } - - soldiers = { - culture = khoisan - religion = animist - size= 25 - - } - - farmers = { - culture = khoisan - religion = animist - size = 3965.5 - } + clergymen = { + culture = british + religion = protestant + size = 10.3 + } + + artisans = { + culture = british + religion = protestant + size = 154.5 + } + + soldiers = { + culture = british + religion = protestant + size= 15 + + } + + farmers = { + culture = british + religion = protestant + size = 9089.75 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 25.75 + } + + clergymen = { + culture = xhosa + religion = animist + size = 25.75 + } + + artisans = { + culture = xhosa + religion = animist + size = 103.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 51 + + } + + farmers = { + culture = xhosa + religion = animist + size = 3914.0 + } + + aristocrats = { + culture = nguni + religion = animist + size = 10.3 + } + + clergymen = { + culture = nguni + religion = animist + size = 15.450000000000001 + } + + artisans = { + culture = nguni + religion = animist + size = 103.0 + } + + soldiers = { + culture = nguni + religion = animist + size= 25 + + } + + farmers = { + culture = nguni + religion = animist + size = 875.5 + } + + clergymen = { + culture = khoisan + religion = animist + size = 25.75 + } + + artisans = { + culture = khoisan + religion = animist + size = 103.0 + } + + soldiers = { + culture = khoisan + religion = animist + size= 25 + + } + + farmers = { + culture = khoisan + religion = animist + size = 3965.5 + } } #uncolonized/ruled by the Xhosa 1836 #Bisho (40000/10000 POPS) 2098 = { - aristocrats = { - culture = xhosa - religion = animist - size = 103.0 - } - - clergymen = { - culture = xhosa - religion = animist - size = 103.0 - } - - artisans = { - culture = xhosa - religion = animist - size = 515.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 103 - - } - - farmers = { - culture = xhosa - religion = animist - size = 9476.0 - } + aristocrats = { + culture = xhosa + religion = animist + size = 103.0 + } + + clergymen = { + culture = xhosa + religion = animist + size = 103.0 + } + + artisans = { + culture = xhosa + religion = animist + size = 515.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 103 + + } + + farmers = { + culture = xhosa + religion = animist + size = 9476.0 + } } #Mathele (40000/10000 POPS) 2099 = { - aristocrats = { - culture = xhosa - religion = animist - size = 103.0 - } - - clergymen = { - culture = xhosa - religion = animist - size = 103.0 - } - - artisans = { - culture = xhosa - religion = animist - size = 515.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 103 - - } - - farmers = { - culture = xhosa - religion = animist - size = 9476.0 - } + aristocrats = { + culture = xhosa + religion = animist + size = 103.0 + } + + clergymen = { + culture = xhosa + religion = animist + size = 103.0 + } + + artisans = { + culture = xhosa + religion = animist + size = 515.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 103 + + } + + farmers = { + culture = xhosa + religion = animist + size = 9476.0 + } } #Umtata (72000/18000 POPS) 2100 = { - aristocrats = { - culture = xhosa - religion = animist - size = 206.0 - } - - clergymen = { - culture = xhosa - religion = animist - size = 206.0 - } - - artisans = { - culture = xhosa - religion = animist - size = 927.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 206 - - } - - farmers = { - culture = xhosa - religion = animist - size = 16995.0 - } + aristocrats = { + culture = xhosa + religion = animist + size = 206.0 + } + + clergymen = { + culture = xhosa + religion = animist + size = 206.0 + } + + artisans = { + culture = xhosa + religion = animist + size = 927.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 206 + + } + + farmers = { + culture = xhosa + religion = animist + size = 16995.0 + } } #Transorangia Region (509000) @@ -1115,1020 +1115,1020 @@ #Boer POPs represent post-Great Trek migration #Bloemfontein (194000/48500 POPS) 2101 = { - aristocrats = { - culture = boer - religion = protestant - size = 22.06 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 22.06 - } - - officers = { - culture = boer - religion = protestant - size = 23.09 - } - - clergymen = { - culture = boer - religion = protestant - size = 25.15 - } - - artisans = { - culture = boer - religion = protestant - size = 51.5 - } - - soldiers = { - culture = boer - religion = protestant - size= 1092 - - } - - farmers = { - culture = boer - religion = protestant - size = 2618.0 - } - - aristocrats = { - culture = sotho - religion = animist - size = 952.75 - } - - clergymen = { - culture = sotho - religion = animist - size = 489.25 - } - - artisans = { - culture = sotho - religion = animist - size = 2446.25 - } - - soldiers = { - culture = sotho - religion = animist - size= 489 - - } - - farmers = { - culture = sotho - religion = animist - size = 41805.0 - } + aristocrats = { + culture = boer + religion = protestant + size = 22.06 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 22.06 + } + + officers = { + culture = boer + religion = protestant + size = 23.09 + } + + clergymen = { + culture = boer + religion = protestant + size = 25.15 + } + + artisans = { + culture = boer + religion = protestant + size = 51.5 + } + + soldiers = { + culture = boer + religion = protestant + size= 1092 + + } + + farmers = { + culture = boer + religion = protestant + size = 2618.0 + } + + aristocrats = { + culture = sotho + religion = animist + size = 952.75 + } + + clergymen = { + culture = sotho + religion = animist + size = 489.25 + } + + artisans = { + culture = sotho + religion = animist + size = 2446.25 + } + + soldiers = { + culture = sotho + religion = animist + size= 489 + + } + + farmers = { + culture = sotho + religion = animist + size = 41805.0 + } } #Winburg (102000/25500 POPS) 2102 = { - clergymen = { - culture = boer - religion = protestant - size = 25.15 - } - - artisans = { - culture = boer - religion = protestant - size = 25.75 - } - - soldiers = { - culture = boer - religion = protestant - size= 1030 - - } - - farmers = { - culture = boer - religion = protestant - size = 2432.6 - } - - aristocrats = { - culture = sotho - religion = animist - size = 360.5 - } - - clergymen = { - culture = sotho - religion = animist - size = 231.75 - } - - artisans = { - culture = sotho - religion = animist - size = 1030.0 - } - - soldiers = { - culture = sotho - religion = animist - size= 206 - - } - - farmers = { - culture = sotho - religion = animist - size = 17771.75 - } - - aristocrats = { - culture = nguni - religion = animist - size = 77.25 - } - - clergymen = { - culture = nguni - religion = animist - size = 51.5 - } - - artisans = { - culture = nguni - religion = animist - size = 257.5 - } - - soldiers = { - culture = nguni - religion = animist - size= 51 - - } - - farmers = { - culture = nguni - religion = animist - size = 4712.25 - } + clergymen = { + culture = boer + religion = protestant + size = 25.15 + } + + artisans = { + culture = boer + religion = protestant + size = 25.75 + } + + soldiers = { + culture = boer + religion = protestant + size= 1030 + + } + + farmers = { + culture = boer + religion = protestant + size = 2432.6 + } + + aristocrats = { + culture = sotho + religion = animist + size = 360.5 + } + + clergymen = { + culture = sotho + religion = animist + size = 231.75 + } + + artisans = { + culture = sotho + religion = animist + size = 1030.0 + } + + soldiers = { + culture = sotho + religion = animist + size= 206 + + } + + farmers = { + culture = sotho + religion = animist + size = 17771.75 + } + + aristocrats = { + culture = nguni + religion = animist + size = 77.25 + } + + clergymen = { + culture = nguni + religion = animist + size = 51.5 + } + + artisans = { + culture = nguni + religion = animist + size = 257.5 + } + + soldiers = { + culture = nguni + religion = animist + size= 51 + + } + + farmers = { + culture = nguni + religion = animist + size = 4712.25 + } } #Philippolis (85000/21250 POPS) 2103 = { - clergymen = { - culture = boer - religion = protestant - size = 10.3 - } - - artisans = { - culture = boer - religion = protestant - size = 51.5 - } - - soldiers = { - culture = boer - religion = protestant - size= 1092 - - } - - farmers = { - culture = boer - religion = protestant - size = 1618.0 - } - - aristocrats = { - culture = sotho - religion = animist - size = 412.0 - } - - clergymen = { - culture = sotho - religion = animist - size = 206.0 - } - - artisans = { - culture = sotho - religion = animist - size = 1055.75 - } - - soldiers = { - culture = sotho - religion = animist - size= 206 - - } - - farmers = { - culture = sotho - religion = animist - size = 17235.25 - } + clergymen = { + culture = boer + religion = protestant + size = 10.3 + } + + artisans = { + culture = boer + religion = protestant + size = 51.5 + } + + soldiers = { + culture = boer + religion = protestant + size= 1092 + + } + + farmers = { + culture = boer + religion = protestant + size = 1618.0 + } + + aristocrats = { + culture = sotho + religion = animist + size = 412.0 + } + + clergymen = { + culture = sotho + religion = animist + size = 206.0 + } + + artisans = { + culture = sotho + religion = animist + size = 1055.75 + } + + soldiers = { + culture = sotho + religion = animist + size= 206 + + } + + farmers = { + culture = sotho + religion = animist + size = 17235.25 + } } #Thaba Bosiu (128000/32000 POPS) #now Lesotho 2104 = { - aristocrats = { - culture = sotho - religion = animist - size = 643.75 - } - - bureaucrats = { - culture = sotho - religion = animist - size = 25.75 - } - - officers = { - culture = sotho - religion = animist - size = 128.75 - } - - clergymen = { - culture = sotho - religion = animist - size = 334.75 - } - - artisans = { - culture = sotho - religion = animist - size = 1648.0 - } - - soldiers = { - culture = sotho - religion = animist - size= 334 - - } - - farmers = { - culture = sotho - religion = animist - size = 29844.25 - } + aristocrats = { + culture = sotho + religion = animist + size = 643.75 + } + + bureaucrats = { + culture = sotho + religion = animist + size = 25.75 + } + + officers = { + culture = sotho + religion = animist + size = 128.75 + } + + clergymen = { + culture = sotho + religion = animist + size = 334.75 + } + + artisans = { + culture = sotho + religion = animist + size = 1648.0 + } + + soldiers = { + culture = sotho + religion = animist + size= 334 + + } + + farmers = { + culture = sotho + religion = animist + size = 29844.25 + } } #Transvaal Region (349000) #uncolonized in 1836/dominated by the Sotho in 1836 #Boer POPs represent post-Great Trek migration #Pretoria (137600/34400 POPS) 2105 = { - aristocrats = { - culture = boer - religion = protestant - size = 22.06 - } - - bureaucrats = { - culture = boer - religion = protestant - size = 22.06 - } - - officers = { - culture = boer - religion = protestant - size = 23.09 - } - - clergymen = { - culture = boer - religion = protestant - size = 25.15 - } - - artisans = { - culture = boer - religion = protestant - size = 200.6 - } - - soldiers = { - culture = boer - religion = protestant - size= 1030 - - } - - farmers = { - culture = boer - religion = protestant - size = 3329.6 - } - - aristocrats = { - culture = sotho - religion = animist - size = 169.5 - } - - clergymen = { - culture = sotho - religion = animist - size = 360.5 - } - - artisans = { - culture = sotho - religion = animist - size = 1390.5 - } - - soldiers = { - culture = sotho - religion = animist - size= 360 - - } - - farmers = { - culture = sotho - religion = animist - size = 30239.0 - } + aristocrats = { + culture = boer + religion = protestant + size = 22.06 + } + + bureaucrats = { + culture = boer + religion = protestant + size = 22.06 + } + + officers = { + culture = boer + religion = protestant + size = 23.09 + } + + clergymen = { + culture = boer + religion = protestant + size = 25.15 + } + + artisans = { + culture = boer + religion = protestant + size = 200.6 + } + + soldiers = { + culture = boer + religion = protestant + size= 1030 + + } + + farmers = { + culture = boer + religion = protestant + size = 3329.6 + } + + aristocrats = { + culture = sotho + religion = animist + size = 169.5 + } + + clergymen = { + culture = sotho + religion = animist + size = 360.5 + } + + artisans = { + culture = sotho + religion = animist + size = 1390.5 + } + + soldiers = { + culture = sotho + religion = animist + size= 360 + + } + + farmers = { + culture = sotho + religion = animist + size = 30239.0 + } } #Johannesburg (102400/25600 POPS) 2106 = { - clergymen = { - culture = boer - religion = protestant - size = 30.3 - } - - artisans = { - culture = boer - religion = protestant - size = 125.75 - } - - soldiers = { - culture = boer - religion = protestant - size= 1066 - - } - - farmers = { - culture = boer - religion = protestant - size = 2515.0 - } - - aristocrats = { - culture = sotho - religion = animist - size = 169.5 - } - - clergymen = { - culture = sotho - religion = animist - size = 257.5 - } - - artisans = { - culture = sotho - religion = animist - size = 1287.5 - } - - soldiers = { - culture = sotho - religion = animist - size= 257 - - } - - farmers = { - culture = sotho - religion = animist - size = 23758.25 - } + clergymen = { + culture = boer + religion = protestant + size = 30.3 + } + + artisans = { + culture = boer + religion = protestant + size = 125.75 + } + + soldiers = { + culture = boer + religion = protestant + size= 1066 + + } + + farmers = { + culture = boer + religion = protestant + size = 2515.0 + } + + aristocrats = { + culture = sotho + religion = animist + size = 169.5 + } + + clergymen = { + culture = sotho + religion = animist + size = 257.5 + } + + artisans = { + culture = sotho + religion = animist + size = 1287.5 + } + + soldiers = { + culture = sotho + religion = animist + size= 257 + + } + + farmers = { + culture = sotho + religion = animist + size = 23758.25 + } } #uncolonized in 1836/dominated by the Ndebele #Klerksdorp (109000/27250 POPS) 2107 = { - clergymen = { - culture = boer - religion = protestant - size = 5.15 - } - - artisans = { - culture = boer - religion = protestant - size = 15.450000000000001 - } - - soldiers = { - culture = boer - religion = protestant - size= 1025 - - } - - farmers = { - culture = boer - religion = protestant - size = 1011.15 - } - aristocrats = { - culture = tswana - religion = animist - size = 231.75 - } - - clergymen = { - culture = tswana - religion = animist - size = 128.75 - } - - artisans = { - culture = tswana - religion = animist - size = 618.0 - } - - soldiers = { - culture = tswana - religion = animist - size= 128 - - } - - farmers = { - culture = tswana - religion = animist - size = 14602.75 - } - - aristocrats = { - culture = nguni - religion = animist - size = 283.25 - } - - clergymen = { - culture = nguni - religion = animist - size = 154.5 - } - - artisans = { - culture = nguni - religion = animist - size = 618.0 - } - - soldiers = { - culture = nguni - religion = animist - size= 154 - - } - - farmers = { - culture = nguni - religion = animist - size = 9089.75 - } + clergymen = { + culture = boer + religion = protestant + size = 5.15 + } + + artisans = { + culture = boer + religion = protestant + size = 15.450000000000001 + } + + soldiers = { + culture = boer + religion = protestant + size= 1025 + + } + + farmers = { + culture = boer + religion = protestant + size = 1011.15 + } + aristocrats = { + culture = tswana + religion = animist + size = 231.75 + } + + clergymen = { + culture = tswana + religion = animist + size = 128.75 + } + + artisans = { + culture = tswana + religion = animist + size = 618.0 + } + + soldiers = { + culture = tswana + religion = animist + size= 128 + + } + + farmers = { + culture = tswana + religion = animist + size = 14602.75 + } + + aristocrats = { + culture = nguni + religion = animist + size = 283.25 + } + + clergymen = { + culture = nguni + religion = animist + size = 154.5 + } + + artisans = { + culture = nguni + religion = animist + size = 618.0 + } + + soldiers = { + culture = nguni + religion = animist + size= 154 + + } + + farmers = { + culture = nguni + religion = animist + size = 9089.75 + } } #Limpopo Region (129000) #uncolonized in 1836/dominated by the Ndebele #Boer POPs represent post-Great Trek migration #Mosega (48200/12050 POPS) 2108 = { - clergymen = { - culture = boer - religion = protestant - size = 21.03 - } - - artisans = { - culture = boer - religion = protestant - size = 23.09 - } - - soldiers = { - culture = boer - religion = protestant - size= 26 - - } - - farmers = { - culture = boer - religion = protestant - size = 341.2 - } - - aristocrats = { - culture = nguni - religion = animist - size = 77.25 - } - - clergymen = { - culture = nguni - religion = animist - size = 51.5 - } - - artisans = { - culture = nguni - religion = animist - size = 206.0 - } - - soldiers = { - culture = nguni - religion = animist - size= 51 - - } - - farmers = { - culture = nguni - religion = animist - size = 2703.75 - } - - aristocrats = { - culture = sotho - religion = animist - size = 128.75 - } - - clergymen = { - culture = sotho - religion = animist - size = 77.25 - } - - artisans = { - culture = sotho - religion = animist - size = 360.5 - } - - soldiers = { - culture = sotho - religion = animist - size= 77 - - } - - farmers = { - culture = sotho - religion = animist - size = 8266.25 - } + clergymen = { + culture = boer + religion = protestant + size = 21.03 + } + + artisans = { + culture = boer + religion = protestant + size = 23.09 + } + + soldiers = { + culture = boer + religion = protestant + size= 26 + + } + + farmers = { + culture = boer + religion = protestant + size = 341.2 + } + + aristocrats = { + culture = nguni + religion = animist + size = 77.25 + } + + clergymen = { + culture = nguni + religion = animist + size = 51.5 + } + + artisans = { + culture = nguni + religion = animist + size = 206.0 + } + + soldiers = { + culture = nguni + religion = animist + size= 51 + + } + + farmers = { + culture = nguni + religion = animist + size = 2703.75 + } + + aristocrats = { + culture = sotho + religion = animist + size = 128.75 + } + + clergymen = { + culture = sotho + religion = animist + size = 77.25 + } + + artisans = { + culture = sotho + religion = animist + size = 360.5 + } + + soldiers = { + culture = sotho + religion = animist + size= 77 + + } + + farmers = { + culture = sotho + religion = animist + size = 8266.25 + } } #uncolonized in 1836/dominated by the Zulu #Lydenburg (52600/13150 POPS) 2109 = { - clergymen = { - culture = boer - religion = protestant - size = 3.09 - } - - artisans = { - culture = boer - religion = protestant - size = 12.36 - } - - soldiers = { - culture = boer - religion = protestant - size= 1115 - - } - - farmers = { - culture = boer - religion = protestant - size = 1123.60000000000001 - } - - aristocrats = { - culture = nguni - religion = animist - size = 231.75 - } - - clergymen = { - culture = nguni - religion = animist - size = 128.75 - } - - artisans = { - culture = nguni - religion = animist - size = 669.5 - } - - soldiers = { - culture = nguni - religion = animist - size= 154 - - } - - farmers = { - culture = nguni - religion = animist - size = 10205.5 - } + clergymen = { + culture = boer + religion = protestant + size = 3.09 + } + + artisans = { + culture = boer + religion = protestant + size = 12.36 + } + + soldiers = { + culture = boer + religion = protestant + size= 1115 + + } + + farmers = { + culture = boer + religion = protestant + size = 1123.60000000000001 + } + + aristocrats = { + culture = nguni + religion = animist + size = 231.75 + } + + clergymen = { + culture = nguni + religion = animist + size = 128.75 + } + + artisans = { + culture = nguni + religion = animist + size = 669.5 + } + + soldiers = { + culture = nguni + religion = animist + size= 154 + + } + + farmers = { + culture = nguni + religion = animist + size = 10205.5 + } } #uncolonized in 1836/dominated by the Gaza Nguni #Thohoyandu (28200/7050 POPS) 2110 = { - clergymen = { - culture = boer - religion = protestant - size = 11.03 - } - - artisans = { - culture = boer - religion = protestant - size = 13.09 - } - - soldiers = { - culture = boer - religion = protestant - size= 16 - - } - - farmers = { - culture = boer - religion = protestant - size = 241.2 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 51.5 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 77.25 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 154.5 - } - - soldiers = { - culture = southern_bantu - religion = animist - size= 25 - - } - - farmers = { - culture = southern_bantu - religion = animist - size = 4611.0 - } - - aristocrats = { - culture = nguni - religion = animist - size = 77.25 - } - - clergymen = { - culture = nguni - religion = animist - size = 51.5 - } - - artisans = { - culture = nguni - religion = animist - size = 180.25 - } - - soldiers = { - culture = nguni - religion = animist - size= 51 - - } - - farmers = { - culture = nguni - religion = animist - size = 1802.5 - } + clergymen = { + culture = boer + religion = protestant + size = 11.03 + } + + artisans = { + culture = boer + religion = protestant + size = 13.09 + } + + soldiers = { + culture = boer + religion = protestant + size= 16 + + } + + farmers = { + culture = boer + religion = protestant + size = 241.2 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 51.5 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 77.25 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 154.5 + } + + soldiers = { + culture = southern_bantu + religion = animist + size= 25 + + } + + farmers = { + culture = southern_bantu + religion = animist + size = 4611.0 + } + + aristocrats = { + culture = nguni + religion = animist + size = 77.25 + } + + clergymen = { + culture = nguni + religion = animist + size = 51.5 + } + + artisans = { + culture = nguni + religion = animist + size = 180.25 + } + + soldiers = { + culture = nguni + religion = animist + size= 51 + + } + + farmers = { + culture = nguni + religion = animist + size = 1802.5 + } } #Natal Region (682000) #ruled/dominated by the Zulu in 1836 #Boer POPs represent post-Great Trek migration #Durban (126000/31500 POPS) 2111 = { - clergymen = { - culture = boer - religion = protestant - size = 5.15 - } - - artisans = { - culture = boer - religion = protestant - size = 25.75 - } - - soldiers = { - culture = boer - religion = protestant - size= 51 - - } - - farmers = { - culture = boer - religion = protestant - size = 432.6 - } - - aristocrats = { - culture = xhosa - religion = animist - size = 154.5 - } - - clergymen = { - culture = xhosa - religion = animist - size = 77.25 - } - - artisans = { - culture = xhosa - religion = animist - size = 412.0 - } - - soldiers = { - culture = xhosa - religion = animist - size= 77 - - } - - farmers = { - culture = xhosa - religion = animist - size = 7493.25 - } - - aristocrats = { - culture = zulu - religion = animist - size = 437.75 - } - - clergymen = { - culture = zulu - religion = animist - size = 231.75 - } - - artisans = { - culture = zulu - religion = animist - size = 1081.5 - } - - soldiers = { - culture = zulu - religion = animist - size= 257 - - } - - farmers = { - culture = zulu - religion = animist - size = 21681.5 - } + clergymen = { + culture = boer + religion = protestant + size = 5.15 + } + + artisans = { + culture = boer + religion = protestant + size = 25.75 + } + + soldiers = { + culture = boer + religion = protestant + size= 51 + + } + + farmers = { + culture = boer + religion = protestant + size = 432.6 + } + + aristocrats = { + culture = xhosa + religion = animist + size = 154.5 + } + + clergymen = { + culture = xhosa + religion = animist + size = 77.25 + } + + artisans = { + culture = xhosa + religion = animist + size = 412.0 + } + + soldiers = { + culture = xhosa + religion = animist + size= 77 + + } + + farmers = { + culture = xhosa + religion = animist + size = 7493.25 + } + + aristocrats = { + culture = zulu + religion = animist + size = 437.75 + } + + clergymen = { + culture = zulu + religion = animist + size = 231.75 + } + + artisans = { + culture = zulu + religion = animist + size = 1081.5 + } + + soldiers = { + culture = zulu + religion = animist + size= 257 + + } + + farmers = { + culture = zulu + religion = animist + size = 21681.5 + } } #Ladysmith (156000/39000 POPS) 2112 = { - aristocrats = { - culture = zulu - religion = animist - size = 772.5 - } - - clergymen = { - culture = zulu - religion = animist - size = 412.0 - } - - artisans = { - culture = zulu - religion = animist - size = 2008.5 - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 1210 - - } - - farmers = { - culture = zulu - religion = animist - size = 29767.0 - } + aristocrats = { + culture = zulu + religion = animist + size = 772.5 + } + + clergymen = { + culture = zulu + religion = animist + size = 412.0 + } + + artisans = { + culture = zulu + religion = animist + size = 2008.5 + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 1210 + + } + + farmers = { + culture = zulu + religion = animist + size = 29767.0 + } } #Ulundi (320000/80000 POPS) 2113 = { - aristocrats = { - culture = zulu - religion = animist - size = 1596.5 - } - - bureaucrats = { - culture = zulu - religion = animist - size = 25.75 - } - - officers = { - culture = zulu - religion = animist - size = 154.5 - } - - clergymen = { - culture = zulu - religion = animist - size = 849.75 - } - - artisans = { - culture = zulu - religion = animist - size = 4120.0 - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 3000 - - } - - soldiers = { - culture = zulu - religion = animist - size= 1480 - - } - - farmers = { - culture = zulu - religion = animist - size = 59173.5 - } + aristocrats = { + culture = zulu + religion = animist + size = 1596.5 + } + + bureaucrats = { + culture = zulu + religion = animist + size = 25.75 + } + + officers = { + culture = zulu + religion = animist + size = 154.5 + } + + clergymen = { + culture = zulu + religion = animist + size = 849.75 + } + + artisans = { + culture = zulu + religion = animist + size = 4120.0 + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 3000 + + } + + soldiers = { + culture = zulu + religion = animist + size= 1480 + + } + + farmers = { + culture = zulu + religion = animist + size = 59173.5 + } } #Mbabane (80000/20000 POPS) #now Swaziland 2114 = { - aristocrats = { - culture = zulu - religion = animist - size = 128.75 - } - - clergymen = { - culture = zulu - religion = animist - size = 77.25 - } - - artisans = { - culture = zulu - religion = animist - size = 360.5 - } - - soldiers = { - culture = zulu - religion = animist - size= 77 - - } - - farmers = { - culture = zulu - religion = animist - size = 6566.25 - } - - aristocrats = { - culture = nguni - religion = animist - size = 257.5 - } - - clergymen = { - culture = nguni - religion = animist - size = 128.75 - } - - artisans = { - culture = nguni - religion = animist - size = 669.5 - } - - soldiers = { - culture = nguni - religion = animist - size= 128 - - } - - farmers = { - culture = nguni - religion = animist - size = 12205.5 - } + aristocrats = { + culture = zulu + religion = animist + size = 128.75 + } + + clergymen = { + culture = zulu + religion = animist + size = 77.25 + } + + artisans = { + culture = zulu + religion = animist + size = 360.5 + } + + soldiers = { + culture = zulu + religion = animist + size= 77 + + } + + farmers = { + culture = zulu + religion = animist + size = 6566.25 + } + + aristocrats = { + culture = nguni + religion = animist + size = 257.5 + } + + clergymen = { + culture = nguni + religion = animist + size = 128.75 + } + + artisans = { + culture = nguni + religion = animist + size = 669.5 + } + + soldiers = { + culture = nguni + religion = animist + size= 128 + + } + + farmers = { + culture = nguni + religion = animist + size = 12205.5 + } } diff --git a/HPM/history/pops/1861.4.14/Spain.txt b/HPM/history/pops/1861.4.14/Spain.txt index 814c1181..9b49eaf9 100644 --- a/HPM/history/pops/1861.4.14/Spain.txt +++ b/HPM/history/pops/1861.4.14/Spain.txt @@ -1,2149 +1,2149 @@ #Galicia-Asturias Region (1572000) #La Coruna (796000/199000 POPS) 474 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2266.0 - } - - officers = { - culture = spanish - religion = catholic - size = 463.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 669.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 2060.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 6540.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 23090.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 138980.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2266.0 + } + + officers = { + culture = spanish + religion = catholic + size = 463.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 669.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 2060.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 6540.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 23090.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 138980.5 + } } #Oviedo (448000/112000 POPS) 475 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 1081.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1133.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 11175.5 - } - - clergymen = { - culture = basque - religion = catholic - size = 51.5 - } - - soldiers = { - culture = basque - religion = catholic - size = 51.5 - } - - farmers = { - culture = basque - religion = catholic - size = 4017.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 1081.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1133.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 11175.5 + } + + clergymen = { + culture = basque + religion = catholic + size = 51.5 + } + + soldiers = { + culture = basque + religion = catholic + size = 51.5 + } + + farmers = { + culture = basque + religion = catholic + size = 4017.0 + } } #Vigo (328000/82000 POPS) 476 = { - aristocrats = { - culture = spanish - religion = catholic - size = 721.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 824.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 4120.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 21030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 57765.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 721.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 824.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 4120.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 21030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 57765.0 + } } #Leon Region (888000) #Leon (280000/70000 POPS) 477 = { - aristocrats = { - culture = spanish - religion = catholic - size = 824.0 - } - - officers = { - culture = spanish - religion = catholic - size = 309.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 412.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 721.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 721.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 65508.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 824.0 + } + + officers = { + culture = spanish + religion = catholic + size = 309.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 412.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 721.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 721.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 65508.0 + } } #Santander (178000/44500) POPS 478 = { - aristocrats = { - culture = spanish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 412.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 412.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 36771.0 - } - - clergymen = { - culture = basque - religion = catholic - size = 51.5 - } - - soldiers = { - culture = basque - religion = catholic - size = 51.5 - } - - farmers = { - culture = basque - religion = catholic - size = 4017.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 412.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 412.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 36771.0 + } + + clergymen = { + culture = basque + religion = catholic + size = 51.5 + } + + soldiers = { + culture = basque + religion = catholic + size = 51.5 + } + + farmers = { + culture = basque + religion = catholic + size = 4017.0 + } } #Burgos (236000/59000 POPS) 479 = { - aristocrats = { - culture = spanish - religion = catholic - size = 669.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 592.25 - } - - artisans = { - culture = spanish - religion = catholic - size = 5665.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 618.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 52195.25 - } - - clergymen = { - culture = basque - religion = catholic - size = 25.75 - } - - farmers = { - culture = basque - religion = catholic - size = 1004.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 669.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 592.25 + } + + artisans = { + culture = spanish + religion = catholic + size = 5665.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 618.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 52195.25 + } + + clergymen = { + culture = basque + religion = catholic + size = 25.75 + } + + farmers = { + culture = basque + religion = catholic + size = 1004.25 + } } #Valladolid (194000/48500 POPS) 480 = { - aristocrats = { - culture = spanish - religion = catholic - size = 618.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 515.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 515.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 42127.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 618.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 515.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 515.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 42127.0 + } } #Castilla Vieja Region (724000) #Avila (284000/71000 POPS) 481 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1545.0 - } - - officers = { - culture = spanish - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 360.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 721.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 64581.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1545.0 + } + + officers = { + culture = spanish + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 360.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 721.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 64581.0 + } } #Soria (216000/54000 POPS) 482 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1133.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 2678.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 50212.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1133.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 2678.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 50212.5 + } } #Salamanca (224000/56000 POPS) 483 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 4120.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 50727.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 4120.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 50727.5 + } } #Extremadura Region (580000) #Badajoz (216000/54000 POPS) 484 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1287.5 - } - - officers = { - culture = spanish - religion = catholic - size = 206.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 4635.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 618.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 48049.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1287.5 + } + + officers = { + culture = spanish + religion = catholic + size = 206.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 4635.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 618.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 48049.5 + } } #Almendralejo (192000/48000 POPS) 485 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1081.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 515.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 2317.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 515.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 45011.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1081.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 515.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 2317.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 515.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 45011.0 + } } #Caceres (172000/43000 POPS) 486 = { - aristocrats = { - culture = spanish - religion = catholic - size = 927.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 437.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 463.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 39886.75 - } + aristocrats = { + culture = spanish + religion = catholic + size = 927.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 437.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 463.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 39886.75 + } } #Castilla Nueva Region (1504000) #Madrid (364000/91000 POPS) 487 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2060.0 - } - - officers = { - culture = spanish - religion = catholic - size = 515.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 927.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 70555.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 16180.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 7463.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2060.0 + } + + officers = { + culture = spanish + religion = catholic + size = 515.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 927.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 70555.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 16180.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 7463.0 + } } #Siguenza (204000/51000 POPS) 488 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1236.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 515.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2060.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 47174.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1236.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 515.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2060.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 47174.0 + } } #Toledo (302000/75500 POPS) 489 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1596.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 772.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 5150.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 64066.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1596.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 772.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 5150.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 64066.0 + } } #Cuenca (346000/86500 POPS) 490 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1854.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 901.25 - } - - artisans = { - culture = spanish - religion = catholic - size = 4326.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2875.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 61138.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1854.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 901.25 + } + + artisans = { + culture = spanish + religion = catholic + size = 4326.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2875.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 61138.25 + } } #Ciudad Real (288000/74000 POPS) 491 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1545.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 721.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 3605.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 2721.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 47568.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1545.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 721.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 3605.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 2721.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 47568.0 + } } #Vizcaya-Navarra Region (710000) #Bilbao (308000/77000 POPS) 492 = { - aristocrats = { - culture = basque - religion = catholic - size = 618.0 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = basque - religion = catholic - size = 566.5 - militancy = 8 - rebel_type = carlist_rebels - } - - craftsmen = { - culture = basque - religion = catholic - size = 8000.0 - } - - artisans = { - culture = basque - religion = catholic - size = 3090.0 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = basque - religion = catholic - size = 566.5 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = basque - religion = catholic - size = 45354.0 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 206.0 - } - - craftsmen = { - culture = spanish - religion = catholic - size = 2000 - } - - artisans = { - culture = spanish - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 206.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 17415.5 - } + aristocrats = { + culture = basque + religion = catholic + size = 618.0 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = basque + religion = catholic + size = 566.5 + militancy = 8 + rebel_type = carlist_rebels + } + + craftsmen = { + culture = basque + religion = catholic + size = 8000.0 + } + + artisans = { + culture = basque + religion = catholic + size = 3090.0 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = basque + religion = catholic + size = 566.5 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = basque + religion = catholic + size = 45354.0 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 206.0 + } + + craftsmen = { + culture = spanish + religion = catholic + size = 2000 + } + + artisans = { + culture = spanish + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 206.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 17415.5 + } } #Pamplona (244000/61000 POPS) 493 = { - aristocrats = { - culture = basque - religion = catholic - size = 721.0 - militancy = 8 - rebel_type = carlist_rebels - } - - officers = { - culture = basque - religion = catholic - size = 103.0 - militancy = 8 - rebel_type = carlist_rebels - } - - bureaucrats = { - culture = basque - religion = catholic - size = 154.5 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = basque - religion = catholic - size = 386.25 - militancy = 8 - rebel_type = carlist_rebels - } - - craftsmen = { - culture = basque - religion = catholic - size = 2000.0 - } - - artisans = { - culture = basque - religion = catholic - size = 1802.5 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = basque - religion = catholic - size = 412.0 - militancy = 8 - rebel_type = carlist_rebels - } - - labourers = { - culture = basque - religion = catholic - size = 34075.75 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 515.0 - } - - officers = { - culture = spanish - religion = catholic - size = 103.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 206.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 231.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 257.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 20574.25 - } + aristocrats = { + culture = basque + religion = catholic + size = 721.0 + militancy = 8 + rebel_type = carlist_rebels + } + + officers = { + culture = basque + religion = catholic + size = 103.0 + militancy = 8 + rebel_type = carlist_rebels + } + + bureaucrats = { + culture = basque + religion = catholic + size = 154.5 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = basque + religion = catholic + size = 386.25 + militancy = 8 + rebel_type = carlist_rebels + } + + craftsmen = { + culture = basque + religion = catholic + size = 2000.0 + } + + artisans = { + culture = basque + religion = catholic + size = 1802.5 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = basque + religion = catholic + size = 412.0 + militancy = 8 + rebel_type = carlist_rebels + } + + labourers = { + culture = basque + religion = catholic + size = 34075.75 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 515.0 + } + + officers = { + culture = spanish + religion = catholic + size = 103.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 206.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 231.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 257.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 20574.25 + } } #Logrono (158000/39500 POPS) 494 = { - aristocrats = { - culture = spanish - religion = catholic - size = 875.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 412.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 412.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 36925.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 875.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 412.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 412.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 36925.5 + } } #Aragon Region (764000) #Zaragosa (312000/78000 POPS) 495 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1648.0 - } - - officers = { - culture = spanish - religion = catholic - size = 257.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 309.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 772.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 15450.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 58813.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 51.5 - } - - farmers = { - culture = catalan - religion = catholic - size = 2008.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1648.0 + } + + officers = { + culture = spanish + religion = catholic + size = 257.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 309.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 772.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 15450.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 58813.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 51.5 + } + + farmers = { + culture = catalan + religion = catholic + size = 2008.5 + } } #Huesca (224000/56000 POPS) 496 = { - aristocrats = { - culture = spanish - religion = catholic - size = 463.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 360.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 1905.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 412.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 36513.5 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 206.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 180.25 - } - - artisans = { - culture = catalan - religion = catholic - size = 875.5 - } - - soldiers = { - culture = catalan - religion = catholic - size = 257.5 - } - - labourers = { - culture = catalan - religion = catholic - size = 16505.75 - } + aristocrats = { + culture = spanish + religion = catholic + size = 463.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 360.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 1905.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 412.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 36513.5 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 206.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 180.25 + } + + artisans = { + culture = catalan + religion = catholic + size = 875.5 + } + + soldiers = { + culture = catalan + religion = catholic + size = 257.5 + } + + labourers = { + culture = catalan + religion = catholic + size = 16505.75 + } } #Teruel (228000/57000 POPS) 497 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1236.0 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = spanish - religion = catholic - size = 2832.5 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = spanish - religion = catholic - size = 53045.0 - militancy = 8 - rebel_type = carlist_rebels - } + aristocrats = { + culture = spanish + religion = catholic + size = 1236.0 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = spanish + religion = catholic + size = 2832.5 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = spanish + religion = catholic + size = 53045.0 + militancy = 8 + rebel_type = carlist_rebels + } } #Catalonia Region (1340000) #Barcelona (464000/116000 POPS) 498 = { - aristocrats = { - culture = catalan - religion = catholic - size = 1751.0 - } - - officers = { - culture = catalan - religion = catholic - size = 206.0 - } - - bureaucrats = { - culture = catalan - religion = catholic - size = 566.5 - } - - clergymen = { - culture = catalan - religion = catholic - size = 849.75 - } - - craftsmen = { - culture = catalan - religion = catholic - size = 11000 - } - - artisans = { - culture = catalan - religion = catholic - size = 31930.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 2060.0 - } - - farmers = { - culture = catalan - religion = catholic - size = 43821.75 - } - - aristocrats = { - culture = spanish - religion = catholic - size = 515.0 - } - - officers = { - culture = spanish - religion = catholic - size = 103.0 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 206.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 283.25 - } - - craftsmen = { - culture = spanish - religion = catholic - size = 2000 - } - - artisans = { - culture = spanish - religion = catholic - size = 9270.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 309.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 14608.75 - } + aristocrats = { + culture = catalan + religion = catholic + size = 1751.0 + } + + officers = { + culture = catalan + religion = catholic + size = 206.0 + } + + bureaucrats = { + culture = catalan + religion = catholic + size = 566.5 + } + + clergymen = { + culture = catalan + religion = catholic + size = 849.75 + } + + craftsmen = { + culture = catalan + religion = catholic + size = 11000 + } + + artisans = { + culture = catalan + religion = catholic + size = 31930.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 2060.0 + } + + farmers = { + culture = catalan + religion = catholic + size = 43821.75 + } + + aristocrats = { + culture = spanish + religion = catholic + size = 515.0 + } + + officers = { + culture = spanish + religion = catholic + size = 103.0 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 206.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 283.25 + } + + craftsmen = { + culture = spanish + religion = catholic + size = 2000 + } + + artisans = { + culture = spanish + religion = catholic + size = 9270.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 309.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 14608.75 + } } #Gerona (228000/57000 POPS) 499 = { - aristocrats = { - culture = catalan - religion = catholic - size = 772.5 - } - - clergymen = { - culture = catalan - religion = catholic - size = 360.5 - } - - - craftsmen = { - culture = catalan - religion = catholic - size = 2000 - } - - artisans = { - culture = catalan - religion = catholic - size = 1802.5 - } - - soldiers = { - culture = catalan - religion = catholic - size = 360.5 - } - - farmers = { - culture = catalan - religion = catholic - size = 32299.0 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 463.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 206.0 - } - - - craftsmen = { - culture = spanish - religion = catholic - size = 1100 - } - - artisans = { - culture = spanish - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 257.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 18158.0 - } + aristocrats = { + culture = catalan + religion = catholic + size = 772.5 + } + + clergymen = { + culture = catalan + religion = catholic + size = 360.5 + } + + + craftsmen = { + culture = catalan + religion = catholic + size = 2000 + } + + artisans = { + culture = catalan + religion = catholic + size = 1802.5 + } + + soldiers = { + culture = catalan + religion = catholic + size = 360.5 + } + + farmers = { + culture = catalan + religion = catholic + size = 32299.0 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 463.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 206.0 + } + + + craftsmen = { + culture = spanish + religion = catholic + size = 1100 + } + + artisans = { + culture = spanish + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 257.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 18158.0 + } } #Lerida (164000/41000 POPS) 500 = { - aristocrats = { - culture = catalan - religion = catholic - size = 566.5 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = catalan - religion = catholic - size = 257.5 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = catalan - religion = catholic - size = 2832.5 - militancy = 8 - rebel_type = carlist_rebels - } - - soldiers = { - culture = catalan - religion = catholic - size = 283.25 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = catalan - religion = catholic - size = 24874.5 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 206.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 128.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 1287.5 - } - - soldiers = { - culture = spanish - religion = catholic - size = 154.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 11613.25 - } + aristocrats = { + culture = catalan + religion = catholic + size = 566.5 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = catalan + religion = catholic + size = 257.5 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = catalan + religion = catholic + size = 2832.5 + militancy = 8 + rebel_type = carlist_rebels + } + + soldiers = { + culture = catalan + religion = catholic + size = 283.25 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = catalan + religion = catholic + size = 24874.5 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 206.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 128.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 1287.5 + } + + soldiers = { + culture = spanish + religion = catholic + size = 154.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 11613.25 + } } #Tarragona (244000/61000 POPS) 501 = { - aristocrats = { - culture = catalan - religion = catholic - size = 875.5 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = catalan - religion = catholic - size = 412.0 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = catalan - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 412.0 - militancy = 8 - rebel_type = carlist_rebels - } - - farmers = { - culture = catalan - religion = catholic - size = 38985.5 - militancy = 8 - rebel_type = carlist_rebels - } - - aristocrats = { - culture = spanish - religion = catholic - size = 463.5 - militancy = 8 - rebel_type = carlist_rebels - } - - clergymen = { - culture = spanish - religion = catholic - size = 206.0 - militancy = 8 - rebel_type = carlist_rebels - } - - artisans = { - culture = spanish - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 206.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 18179.5 - } + aristocrats = { + culture = catalan + religion = catholic + size = 875.5 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = catalan + religion = catholic + size = 412.0 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = catalan + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 412.0 + militancy = 8 + rebel_type = carlist_rebels + } + + farmers = { + culture = catalan + religion = catholic + size = 38985.5 + militancy = 8 + rebel_type = carlist_rebels + } + + aristocrats = { + culture = spanish + religion = catholic + size = 463.5 + militancy = 8 + rebel_type = carlist_rebels + } + + clergymen = { + culture = spanish + religion = catholic + size = 206.0 + militancy = 8 + rebel_type = carlist_rebels + } + + artisans = { + culture = spanish + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 206.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 18179.5 + } } #Balearics (240000/60000 POPS) 502 = { - aristocrats = { - culture = catalan - religion = catholic - size = 412.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 412.0 - } - - artisans = { - culture = catalan - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 412.0 - } - - farmers = { - culture = catalan - religion = catholic - size = 34299.0 - } - - aristocrats = { - culture = spanish - religion = catholic - size = 206.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 206.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 3090.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 206.0 - } - - labourers = { - culture = spanish - religion = catholic - size = 16377.0 - } + aristocrats = { + culture = catalan + religion = catholic + size = 412.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 412.0 + } + + artisans = { + culture = catalan + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 412.0 + } + + farmers = { + culture = catalan + religion = catholic + size = 34299.0 + } + + aristocrats = { + culture = spanish + religion = catholic + size = 206.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 206.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 3090.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 206.0 + } + + labourers = { + culture = spanish + religion = catholic + size = 16377.0 + } } #Valencia Region (1016000) #Valencia (420000/105000 POPS) 503 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1133.0 - } - - officers = { - culture = spanish - religion = catholic - size = 180.25 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 283.25 - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - } - - clerks = { - culture = spanish - religion = catholic - size = 100 - } - - craftsmen = { - culture = spanish - religion = catholic - size = 2900 - } - - artisans = { - culture = spanish - religion = catholic - size = 10330.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 12060.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 27037.0 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 1030.0 - } - - officers = { - culture = catalan - religion = catholic - size = 103.0 - } - - bureaucrats = { - culture = catalan - religion = catholic - size = 231.75 - } - - clergymen = { - culture = catalan - religion = catholic - size = 515.0 - } - - clerks = { - culture = catalan - religion = catholic - size = 300 - } - - craftsmen = { - culture = catalan - religion = catholic - size = 11700 - } - - artisans = { - culture = catalan - religion = catholic - size = 10300.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 515.0 - } - - farmers = { - culture = catalan - religion = catholic - size = 28865.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1133.0 + } + + officers = { + culture = spanish + religion = catholic + size = 180.25 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 283.25 + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + } + + clerks = { + culture = spanish + religion = catholic + size = 100 + } + + craftsmen = { + culture = spanish + religion = catholic + size = 2900 + } + + artisans = { + culture = spanish + religion = catholic + size = 10330.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 12060.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 27037.0 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 1030.0 + } + + officers = { + culture = catalan + religion = catholic + size = 103.0 + } + + bureaucrats = { + culture = catalan + religion = catholic + size = 231.75 + } + + clergymen = { + culture = catalan + religion = catholic + size = 515.0 + } + + clerks = { + culture = catalan + religion = catholic + size = 300 + } + + craftsmen = { + culture = catalan + religion = catholic + size = 11700 + } + + artisans = { + culture = catalan + religion = catholic + size = 10300.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 515.0 + } + + farmers = { + culture = catalan + religion = catholic + size = 28865.25 + } } #Castellon (212000/53000 POPS) 504 = { - aristocrats = { - culture = spanish - religion = catholic - size = 566.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 257.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 1339.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 257.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 22299.5 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 515.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 283.25 - } - - artisans = { - culture = catalan - religion = catholic - size = 1751.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 257.5 - } - - farmers = { - culture = catalan - religion = catholic - size = 27063.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 566.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 257.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 1339.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 257.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 22299.5 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 515.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 283.25 + } + + artisans = { + culture = catalan + religion = catholic + size = 1751.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 257.5 + } + + farmers = { + culture = catalan + religion = catholic + size = 27063.25 + } } #Alicante (384000/96000 POPS) 505 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1133.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 540.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 2575.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 566.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 51319.75 - } - - aristocrats = { - culture = catalan - religion = catholic - size = 412.0 - } - - clergymen = { - culture = catalan - religion = catholic - size = 412.0 - } - - artisans = { - culture = catalan - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = catalan - religion = catholic - size = 412.0 - } - - labourers = { - culture = catalan - religion = catholic - size = 39449.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1133.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 540.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 2575.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 566.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 51319.75 + } + + aristocrats = { + culture = catalan + religion = catholic + size = 412.0 + } + + clergymen = { + culture = catalan + religion = catholic + size = 412.0 + } + + artisans = { + culture = catalan + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = catalan + religion = catholic + size = 412.0 + } + + labourers = { + culture = catalan + religion = catholic + size = 39449.0 + } } #Murcia Region (504000/121000 POPS) #Cartagena (212000/53000 POPS) 506 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1133.0 - } - - officers = { - culture = spanish - religion = catholic - size = 154.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 927.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 540.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 7210.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 566.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 43646.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1133.0 + } + + officers = { + culture = spanish + religion = catholic + size = 154.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 927.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 540.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 7210.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 566.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 43646.25 + } } #Murcia (92000/23000 POPS) 507 = { - aristocrats = { - culture = spanish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 231.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 257.5 - } - - farmers = { - culture = spanish - religion = catholic - size = 21655.75 - } + aristocrats = { + culture = spanish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 231.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 257.5 + } + + farmers = { + culture = spanish + religion = catholic + size = 21655.75 + } } #Albacete (20000/50000 POPS) 508 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 515.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 2472.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 515.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 46968.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 515.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 2472.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 515.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 46968.0 + } } #Andalucia Region (1176000) #Seville (376000/94000 POPS) 509 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1854.0 - } - - officers = { - culture = spanish - religion = catholic - size = 566.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 463.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 1030.0 - } - - craftsmen = { - culture = spanish - religion = catholic - size = 5000 - } - - artisans = { - culture = spanish - religion = catholic - size = 25750.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3090.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 59066.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1854.0 + } + + officers = { + culture = spanish + religion = catholic + size = 566.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 463.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 1030.0 + } + + craftsmen = { + culture = spanish + religion = catholic + size = 5000 + } + + artisans = { + culture = spanish + religion = catholic + size = 25750.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3090.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 59066.0 + } } #Cordoba (324000/81000 POPS) 510 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1751.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 824.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 9270.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 70555.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1751.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 824.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 9270.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 70555.0 + } } #Huelva (140000/35000 POPS) 511 = { - aristocrats = { - culture = spanish - religion = catholic - size = 772.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 386.25 - } - - artisans = { - culture = spanish - religion = catholic - size = 2060.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 515.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 32316.25 - } + aristocrats = { + culture = spanish + religion = catholic + size = 772.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 386.25 + } + + artisans = { + culture = spanish + religion = catholic + size = 2060.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 515.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 32316.25 + } } #Cadiz (336000/84000 POPS) 512 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1030.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 875.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 16995.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 66589.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1030.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 875.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 16995.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 66589.5 + } } #Alpujarras Region (1296000) #Granada (382000/95500 POPS) 513 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2832.5 - } - - officers = { - culture = spanish - religion = catholic - size = 463.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 515.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 978.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 15450.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 3090.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 75035.5 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2832.5 + } + + officers = { + culture = spanish + religion = catholic + size = 463.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 515.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 978.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 15450.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 3090.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 75035.5 + } } #Malaga (402000/100500 POPS) 514 = { - aristocrats = { - culture = spanish - religion = catholic - size = 2781.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 927.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 18025.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 80752.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 2781.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 927.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 18025.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 80752.0 + } } #Almeria (242000/60500 POPS) 515 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1699.5 - } - - clergymen = { - culture = spanish - religion = catholic - size = 566.5 - } - - artisans = { - culture = spanish - religion = catholic - size = 5150.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 54178.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1699.5 + } + + clergymen = { + culture = spanish + religion = catholic + size = 566.5 + } + + artisans = { + culture = spanish + religion = catholic + size = 5150.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 54178.0 + } } #Jaen (270000/67500 POPS) 516 = { - aristocrats = { - culture = spanish - religion = catholic - size = 1751.0 - } - - clergymen = { - culture = spanish - religion = catholic - size = 618.0 - } - - artisans = { - culture = spanish - religion = catholic - size = 6180.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 1030.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 59946.0 - } + aristocrats = { + culture = spanish + religion = catholic + size = 1751.0 + } + + clergymen = { + culture = spanish + religion = catholic + size = 618.0 + } + + artisans = { + culture = spanish + religion = catholic + size = 6180.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 1030.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 59946.0 + } } #see Morocco.txt for Ceuta-Melilla #Canary Islands Region (208000) #Canary Islands (208000/52000 POPS) 2136 = { - aristocrats = { - culture = spanish - religion = catholic - size = 849.75 - } - - officers = { - culture = spanish - religion = catholic - size = 51.5 - } - - bureaucrats = { - culture = spanish - religion = catholic - size = 77.25 - } - - clergymen = { - culture = spanish - religion = catholic - size = 540.75 - } - - artisans = { - culture = spanish - religion = catholic - size = 3090.0 - } - - soldiers = { - culture = spanish - religion = catholic - size = 515.0 - } - - farmers = { - culture = spanish - religion = catholic - size = 48435.75 - } + aristocrats = { + culture = spanish + religion = catholic + size = 849.75 + } + + officers = { + culture = spanish + religion = catholic + size = 51.5 + } + + bureaucrats = { + culture = spanish + religion = catholic + size = 77.25 + } + + clergymen = { + culture = spanish + religion = catholic + size = 540.75 + } + + artisans = { + culture = spanish + religion = catholic + size = 3090.0 + } + + soldiers = { + culture = spanish + religion = catholic + size = 515.0 + } + + farmers = { + culture = spanish + religion = catholic + size = 48435.75 + } } diff --git a/HPM/history/pops/1861.4.14/Sudan.txt b/HPM/history/pops/1861.4.14/Sudan.txt index 4066af46..acfdf374 100644 --- a/HPM/history/pops/1861.4.14/Sudan.txt +++ b/HPM/history/pops/1861.4.14/Sudan.txt @@ -2,1727 +2,1727 @@ #under the rule of Egypt in 1836 #Khartoum (344000/86000 POPS) 1827 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 650 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 40 - } - - officers = { - culture = sudanese - religion = sunni - size = 110 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 125 - } - - artisans = { - culture = sudanese - religion = sunni - size = 2125 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 3000 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 38150 - } - - bureaucrats = { - culture = misri - religion = sunni - size = 50 - } - - officers = { - culture = misri - religion = sunni - size = 150 - } - - soldiers = { - culture = misri - religion = sunni - size = 300 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 275 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 800 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 125 - } - - farmers = { - culture = bedouin - religion = sunni - size = 15650 - } - - slaves = { - culture = nilotic - religion = animist - size = 22000 - } - - slaves = { - culture = dinka - religion = animist - size = 5000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 650 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 40 + } + + officers = { + culture = sudanese + religion = sunni + size = 110 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 125 + } + + artisans = { + culture = sudanese + religion = sunni + size = 2125 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 3000 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 38150 + } + + bureaucrats = { + culture = misri + religion = sunni + size = 50 + } + + officers = { + culture = misri + religion = sunni + size = 150 + } + + soldiers = { + culture = misri + religion = sunni + size = 300 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 275 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 800 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 125 + } + + farmers = { + culture = bedouin + religion = sunni + size = 15650 + } + + slaves = { + culture = nilotic + religion = animist + size = 22000 + } + + slaves = { + culture = dinka + religion = animist + size = 5000 + } } #Wadi Madani (136000/34000 POPS) 1828 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 375 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 20425 - } - - slaves = { - culture = nilotic - religion = animist - size = 7000 - } - - slaves = { - culture = dinka - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 375 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 20425 + } + + slaves = { + culture = nilotic + religion = animist + size = 7000 + } + + slaves = { + culture = dinka + religion = animist + size = 4000 + } } #Kassala (252000/63000 POPS) 1829 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 400 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 20400 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 675 - } - - - artisans = { - culture = nilotic - religion = animist - size = 1800 - } - - soldiers = { - culture = nilotic - religion = animist - size = 275 - } - - farmers = { - culture = nilotic - religion = animist - size = 24225 - } - - slaves = { - culture = nilotic - religion = animist - size = 9000 - } - - aristocrats = { - culture = beja - religion = sunni - size = 75 - } - - clergymen = { - culture = beja - religion = sunni - size = 50 - } - - artisans = { - culture = beja - religion = sunni - size = 200 - } - - soldiers = { - culture = beja - religion = sunni - size = 50 - } - - farmers = { - culture = beja - religion = sunni - size = 3625 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 400 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 20400 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 675 + } + + + artisans = { + culture = nilotic + religion = animist + size = 1800 + } + + soldiers = { + culture = nilotic + religion = animist + size = 275 + } + + farmers = { + culture = nilotic + religion = animist + size = 24225 + } + + slaves = { + culture = nilotic + religion = animist + size = 9000 + } + + aristocrats = { + culture = beja + religion = sunni + size = 75 + } + + clergymen = { + culture = beja + religion = sunni + size = 50 + } + + artisans = { + culture = beja + religion = sunni + size = 200 + } + + soldiers = { + culture = beja + religion = sunni + size = 50 + } + + farmers = { + culture = beja + religion = sunni + size = 3625 + } } #Sennar (160000/40000 POPS) 1830 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 475 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1350 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 22125 - } - - aristocrats = { - culture = luo - religion = animist - size = 75 - } - - artisans = { - culture = luo - religion = animist - size = 250 - } - - soldiers = { - culture = luo - religion = animist - size = 50 - } - - farmers = { - culture = luo - religion = animist - size = 4675 - } - - slaves = { - culture = luo - religion = animist - size = 2000 - } - - aristocrats = { - culture = dinka - religion = animist - size = 150 - } - - artisans = { - culture = dinka - religion = animist - size = 400 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 7375 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 475 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1350 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 22125 + } + + aristocrats = { + culture = luo + religion = animist + size = 75 + } + + artisans = { + culture = luo + religion = animist + size = 250 + } + + soldiers = { + culture = luo + religion = animist + size = 50 + } + + farmers = { + culture = luo + religion = animist + size = 4675 + } + + slaves = { + culture = luo + religion = animist + size = 2000 + } + + aristocrats = { + culture = dinka + religion = animist + size = 150 + } + + artisans = { + culture = dinka + religion = animist + size = 400 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 7375 + } } #Rabak (128000/32000 POPS) 1831 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 350 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 975 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 1000 - } - - farmers = { - culture = sudanese - religion = sunni - size = 17625 - } - - aristocrats = { - culture = dinka - religion = animist - size = 150 - } - - artisans = { - culture = dinka - religion = animist - size = 400 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 7350 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 350 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 975 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 1000 + } + + farmers = { + culture = sudanese + religion = sunni + size = 17625 + } + + aristocrats = { + culture = dinka + religion = animist + size = 150 + } + + artisans = { + culture = dinka + religion = animist + size = 400 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 7350 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } -#Fashoda (132000/33000 POPS) +#Fashoda (132000/33000 POPS) 1832 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - aristocrats = { - culture = nuer - religion = animist - size = 275 - } - - artisans = { - culture = nuer - religion = animist - size = 750 - } - - soldiers = { - culture = nuer - religion = animist - size = 150 - } - - farmers = { - culture = nuer - religion = animist - size = 13825 - } - - aristocrats = { - culture = dinka - religion = animist - size = 125 - } - - artisans = { - culture = dinka - religion = animist - size = 350 - } - - soldiers = { - culture = dinka - religion = animist - size = 75 - } - - farmers = { - culture = dinka - religion = animist - size = 6450 - } - - aristocrats = { - culture = luo - religion = animist - size = 200 - } - - bureaucrats = { - culture = luo - religion = animist - size = 50 - } - - officers = { - culture = luo - religion = animist - size = 50 - } - - artisans = { - culture = luo - religion = animist - size = 550 - } - - soldiers = { - culture = luo - religion = animist - size = 3025 - } - - farmers = { - culture = luo - religion = animist - size = 10125 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + aristocrats = { + culture = nuer + religion = animist + size = 275 + } + + artisans = { + culture = nuer + religion = animist + size = 750 + } + + soldiers = { + culture = nuer + religion = animist + size = 150 + } + + farmers = { + culture = nuer + religion = animist + size = 13825 + } + + aristocrats = { + culture = dinka + religion = animist + size = 125 + } + + artisans = { + culture = dinka + religion = animist + size = 350 + } + + soldiers = { + culture = dinka + religion = animist + size = 75 + } + + farmers = { + culture = dinka + religion = animist + size = 6450 + } + + aristocrats = { + culture = luo + religion = animist + size = 200 + } + + bureaucrats = { + culture = luo + religion = animist + size = 50 + } + + officers = { + culture = luo + religion = animist + size = 50 + } + + artisans = { + culture = luo + religion = animist + size = 550 + } + + soldiers = { + culture = luo + religion = animist + size = 3025 + } + + farmers = { + culture = luo + religion = animist + size = 10125 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } -#Red Sea Region (108000) #see Egypt.txt for balance of the region +#Red Sea Region (108000) #see Egypt.txt for balance of the region #under the rule of Egypt in 1836 -#Suakin (60000/15000 POPS) #now part of Sudan +#Suakin (60000/15000 POPS) #now part of Sudan 1833 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 75 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - officers = { - culture = sudanese - religion = sunni - size = 25 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 200 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 50 - } - - farmers = { - culture = sudanese - religion = sunni - size = 3575 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 125 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 350 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 6375 - } - - aristocrats = { - culture = beja - religion = sunni - size = 25 - } - - clergymen = { - culture = beja - religion = sunni - size = 50 - } - - artisans = { - culture = beja - religion = sunni - size = 100 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 1800 - } - - slaves = { - culture = nilotic - religion = animist - size = 2000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 75 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + officers = { + culture = sudanese + religion = sunni + size = 25 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 200 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 50 + } + + farmers = { + culture = sudanese + religion = sunni + size = 3575 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 125 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 350 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 6375 + } + + aristocrats = { + culture = beja + religion = sunni + size = 25 + } + + clergymen = { + culture = beja + religion = sunni + size = 50 + } + + artisans = { + culture = beja + religion = sunni + size = 100 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 1800 + } + + slaves = { + culture = nilotic + religion = animist + size = 2000 + } } -#Halaib (48000/12000 POPS) #now part of Sudan +#Halaib (48000/12000 POPS) #now part of Sudan 1834 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 300 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 75 - } - - farmers = { - culture = sudanese - religion = sunni - size = 5475 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 150 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 2700 - } - - aristocrats = { - culture = beja - religion = sunni - size = 50 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 150 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 2700 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 300 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 75 + } + + farmers = { + culture = sudanese + religion = sunni + size = 5475 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 150 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 2700 + } + + aristocrats = { + culture = beja + religion = sunni + size = 50 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 150 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 2700 + } } #Nubia Region (236000) #under the rule of Egypt in 1836 #Dunqulah (84000/21000 POPS) 1835 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 50 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 10 - } - - officers = { - culture = sudanese - religion = sunni - size = 40 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 75 - } - - artisans = { - culture = sudanese - religion = sunni - size = 150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 75 - } - - farmers = { - culture = sudanese - religion = sunni - size = 2600 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 250 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 700 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 150 - } - - farmers = { - culture = bedouin - religion = sunni - size = 12850 - } - - slaves = { - culture = nilotic - religion = animist - size = 3000 - } - - aristocrats = { - culture = beja - religion = sunni - size = 15 - } - - clergymen = { - culture = beja - religion = sunni - size = 25 - } - - artisans = { - culture = beja - religion = sunni - size = 50 - } - - soldiers = { - culture = beja - religion = sunni - size = 10 - } - - farmers = { - culture = beja - religion = sunni - size = 900 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 50 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 10 + } + + officers = { + culture = sudanese + religion = sunni + size = 40 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 75 + } + + artisans = { + culture = sudanese + religion = sunni + size = 150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 75 + } + + farmers = { + culture = sudanese + religion = sunni + size = 2600 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 250 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 700 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 150 + } + + farmers = { + culture = bedouin + religion = sunni + size = 12850 + } + + slaves = { + culture = nilotic + religion = animist + size = 3000 + } + + aristocrats = { + culture = beja + religion = sunni + size = 15 + } + + clergymen = { + culture = beja + religion = sunni + size = 25 + } + + artisans = { + culture = beja + religion = sunni + size = 50 + } + + soldiers = { + culture = beja + religion = sunni + size = 10 + } + + farmers = { + culture = beja + religion = sunni + size = 900 + } } #Hayya (104000/26000 POPS) 1836 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 75 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 200 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 50 - } - - farmers = { - culture = sudanese - religion = sunni - size = 3625 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3600 - } - - aristocrats = { - culture = beja - religion = sunni - size = 325 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 900 - } - - soldiers = { - culture = beja - religion = sunni - size = 200 - } - - farmers = { - culture = beja - religion = sunni - size = 16500 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 75 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 200 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 50 + } + + farmers = { + culture = sudanese + religion = sunni + size = 3625 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3600 + } + + aristocrats = { + culture = beja + religion = sunni + size = 325 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 900 + } + + soldiers = { + culture = beja + religion = sunni + size = 200 + } + + farmers = { + culture = beja + religion = sunni + size = 16500 + } } #Atbarah (40000/1000 POPS) 1837 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 15 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 25 - } - - artisans = { - culture = sudanese - religion = sunni - size = 50 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 10 - } - - farmers = { - culture = sudanese - religion = sunni - size = 900 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 100 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 300 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 75 - } - - farmers = { - culture = bedouin - religion = sunni - size = 5475 - } - - aristocrats = { - culture = beja - religion = sunni - size = 50 - } - - clergymen = { - culture = beja - religion = sunni - size = 75 - } - - artisans = { - culture = beja - religion = sunni - size = 150 - } - - soldiers = { - culture = beja - religion = sunni - size = 25 - } - - farmers = { - culture = beja - religion = sunni - size = 2700 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 15 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 25 + } + + artisans = { + culture = sudanese + religion = sunni + size = 50 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 10 + } + + farmers = { + culture = sudanese + religion = sunni + size = 900 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 100 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 300 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 75 + } + + farmers = { + culture = bedouin + religion = sunni + size = 5475 + } + + aristocrats = { + culture = beja + religion = sunni + size = 50 + } + + clergymen = { + culture = beja + religion = sunni + size = 75 + } + + artisans = { + culture = beja + religion = sunni + size = 150 + } + + soldiers = { + culture = beja + religion = sunni + size = 25 + } + + farmers = { + culture = beja + religion = sunni + size = 2700 + } } #Salima (8000/2000 POPS) 2564 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 100 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 1800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 100 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 1800 + } } #Kordofan Region (524000) #under the rule of Egypt in 1836 #Obeid (180000/45000 POPS) 1838 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 500 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - officers = { - culture = sudanese - religion = sunni - size = 100 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 50 - } - - artisans = { - culture = sudanese - religion = sunni - size = 1100 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 450 - } - - farmers = { - culture = sudanese - religion = sunni - size = 23875 - } - - slaves = { - culture = nilotic - religion = animist - size = 19000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 500 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + officers = { + culture = sudanese + religion = sunni + size = 100 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 50 + } + + artisans = { + culture = sudanese + religion = sunni + size = 1100 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 450 + } + + farmers = { + culture = sudanese + religion = sunni + size = 23875 + } + + slaves = { + culture = nilotic + religion = animist + size = 19000 + } } #Nuhud (164000/41000 POPS) 1839 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - aristocrats = { - culture = dinka - religion = animist - size = 475 - } - - artisans = { - culture = dinka - religion = animist - size = 1100 - } - - soldiers = { - culture = dinka - religion = animist - size = 425 - } - - farmers = { - culture = dinka - religion = animist - size = 24900 - } - - slaves = { - culture = nilotic - religion = animist - size = 15000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + aristocrats = { + culture = dinka + religion = animist + size = 475 + } + + artisans = { + culture = dinka + religion = animist + size = 1100 + } + + soldiers = { + culture = dinka + religion = animist + size = 425 + } + + farmers = { + culture = dinka + religion = animist + size = 24900 + } + + slaves = { + culture = nilotic + religion = animist + size = 15000 + } } #Kaduqli (180000/45000 POPS) 1840 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 100 - } - - bureaucrats = { - culture = sudanese - religion = sunni - size = 25 - } - - aristocrats = { - culture = nuba - religion = animist - size = 350 - } - - artisans = { - culture = nuba - religion = animist - size = 725 - } - - soldiers = { - culture = nuba - religion = animist - size = 300 - } - - farmers = { - culture = nuba - religion = animist - size = 16625 - } - - slaves = { - culture = nuba - religion = animist - size = 10000 - } - - aristocrats = { - culture = luo - religion = animist - size = 275 - } - - artisans = { - culture = luo - religion = animist - size = 800 - } - - soldiers = { - culture = luo - religion = animist - size = 150 - } - - farmers = { - culture = nilotic - religion = animist - size = 14775 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 100 + } + + bureaucrats = { + culture = sudanese + religion = sunni + size = 25 + } + + aristocrats = { + culture = nuba + religion = animist + size = 350 + } + + artisans = { + culture = nuba + religion = animist + size = 725 + } + + soldiers = { + culture = nuba + religion = animist + size = 300 + } + + farmers = { + culture = nuba + religion = animist + size = 16625 + } + + slaves = { + culture = nuba + religion = animist + size = 10000 + } + + aristocrats = { + culture = luo + religion = animist + size = 275 + } + + artisans = { + culture = luo + religion = animist + size = 800 + } + + soldiers = { + culture = luo + religion = animist + size = 150 + } + + farmers = { + culture = nilotic + religion = animist + size = 14775 + } } #Darfur Region (376000) #uncolonized/Ruled by Sultans of Darfur in 1836 #Fasher (272000/68000 POPS) 1841 = { - aristocrats = { - culture = fur - religion = sunni - size = 1200 - } - - bureaucrats = { - culture = fur - religion = sunni - size = 100 - } - - officers = { - culture = fur - religion = sunni - size = 200 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 2600 - } - - soldiers = { - culture = fur - religion = sunni - size = 1250 - } - - farmers = { - culture = fur - religion = sunni - size = 58600 - } - - slaves = { - culture = teda - religion = sunni - size = 4000 - } + aristocrats = { + culture = fur + religion = sunni + size = 1200 + } + + bureaucrats = { + culture = fur + religion = sunni + size = 100 + } + + officers = { + culture = fur + religion = sunni + size = 200 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 2600 + } + + soldiers = { + culture = fur + religion = sunni + size = 1250 + } + + farmers = { + culture = fur + religion = sunni + size = 58600 + } + + slaves = { + culture = teda + religion = sunni + size = 4000 + } } #Junayah (200000/50000 POPS) 1842 = { - aristocrats = { - culture = fur - religion = sunni - size = 650 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 1500 - } - - soldiers = { - culture = fur - religion = sunni - size = 1100 - } - - farmers = { - culture = fur - religion = sunni - size = 32300 - } - - slaves = { - culture = teda - religion = sunni - size = 10400 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50 - } - - artisans = { - culture = bedouin - religion = sunni - size = 200 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 50 - } - - farmers = { - culture = bedouin - religion = sunni - size = 3650 - } + aristocrats = { + culture = fur + religion = sunni + size = 650 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 1500 + } + + soldiers = { + culture = fur + religion = sunni + size = 1100 + } + + farmers = { + culture = fur + religion = sunni + size = 32300 + } + + slaves = { + culture = teda + religion = sunni + size = 10400 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50 + } + + artisans = { + culture = bedouin + religion = sunni + size = 200 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 50 + } + + farmers = { + culture = bedouin + religion = sunni + size = 3650 + } } #Waw (140000/35000 POPS) 1843 = { - aristocrats = { - culture = fur - religion = sunni - size = 125 - } - - clergymen = { - culture = fur - religion = sunni - size = 75 - } - - artisans = { - culture = fur - religion = sunni - size = 350 - } - - soldiers = { - culture = fur - religion = sunni - size = 100 - } - - farmers = { - culture = fur - religion = sunni - size = 6350 - } - - aristocrats = { - culture = ubangian - religion = animist - size = 100 - } - - artisans = { - culture = ubangian - religion = animist - size = 300 - } - - soldiers = { - culture = ubangian - religion = animist - size = 75 - } - - farmers = { - culture = ubangian - religion = animist - size = 5525 - } - - slaves = { - culture = ubangian - religion = animist - size = 4000 - } - - aristocrats = { - culture = nuba - religion = animist - size = 200 - } - - artisans = { - culture = nuba - religion = animist - size = 450 - } - - soldiers = { - culture = nuba - religion = animist - size = 200 - } - - farmers = { - culture = nuba - religion = animist - size = 10150 - } - - slaves = { - culture = nuba - religion = animist - size = 7000 - } + aristocrats = { + culture = fur + religion = sunni + size = 125 + } + + clergymen = { + culture = fur + religion = sunni + size = 75 + } + + artisans = { + culture = fur + religion = sunni + size = 350 + } + + soldiers = { + culture = fur + religion = sunni + size = 100 + } + + farmers = { + culture = fur + religion = sunni + size = 6350 + } + + aristocrats = { + culture = ubangian + religion = animist + size = 100 + } + + artisans = { + culture = ubangian + religion = animist + size = 300 + } + + soldiers = { + culture = ubangian + religion = animist + size = 75 + } + + farmers = { + culture = ubangian + religion = animist + size = 5525 + } + + slaves = { + culture = ubangian + religion = animist + size = 4000 + } + + aristocrats = { + culture = nuba + religion = animist + size = 200 + } + + artisans = { + culture = nuba + religion = animist + size = 450 + } + + soldiers = { + culture = nuba + religion = animist + size = 200 + } + + farmers = { + culture = nuba + religion = animist + size = 10150 + } + + slaves = { + culture = nuba + religion = animist + size = 7000 + } } -#Upper Nile Region (868000) +#Upper Nile Region (868000) #uncolonized in 1836 #Bor (344000/86000 POPS) 1844 = { - aristocrats = { - culture = sudanese - religion = sunni - size = 50 - } - - clergymen = { - culture = sudanese - religion = sunni - size = 75 - } - - artisans = { - culture = sudanese - religion = sunni - size = 150 - } - - soldiers = { - culture = sudanese - religion = sunni - size = 25 - } - - farmers = { - culture = sudanese - religion = sunni - size = 2700 - } - - aristocrats = { - culture = dinka - religion = animist - size = 325 - } - - artisans = { - culture = dinka - religion = animist - size = 850 - } - - soldiers = { - culture = dinka - religion = animist - size = 175 - } - - farmers = { - culture = dinka - religion = animist - size = 15650 - } - - aristocrats = { - culture = nuer - religion = animist - size = 750 - } - - - artisans = { - culture = nuer - religion = animist - size = 1950 - } - - soldiers = { - culture = nuer - religion = animist - size = 400 - } - - farmers = { - culture = nuer - religion = animist - size = 35900 - } - - aristocrats = { - culture = luo - religion = animist - size = 300 - } - - artisans = { - culture = luo - religion = animist - size = 675 - } - - soldiers = { - culture = luo - religion = animist - size = 275 - } - - farmers = { - culture = luo - religion = animist - size = 15775 - } - - slaves = { - culture = nilotic - religion = animist - size = 10000 - } + aristocrats = { + culture = sudanese + religion = sunni + size = 50 + } + + clergymen = { + culture = sudanese + religion = sunni + size = 75 + } + + artisans = { + culture = sudanese + religion = sunni + size = 150 + } + + soldiers = { + culture = sudanese + religion = sunni + size = 25 + } + + farmers = { + culture = sudanese + religion = sunni + size = 2700 + } + + aristocrats = { + culture = dinka + religion = animist + size = 325 + } + + artisans = { + culture = dinka + religion = animist + size = 850 + } + + soldiers = { + culture = dinka + religion = animist + size = 175 + } + + farmers = { + culture = dinka + religion = animist + size = 15650 + } + + aristocrats = { + culture = nuer + religion = animist + size = 750 + } + + + artisans = { + culture = nuer + religion = animist + size = 1950 + } + + soldiers = { + culture = nuer + religion = animist + size = 400 + } + + farmers = { + culture = nuer + religion = animist + size = 35900 + } + + aristocrats = { + culture = luo + religion = animist + size = 300 + } + + artisans = { + culture = luo + religion = animist + size = 675 + } + + soldiers = { + culture = luo + religion = animist + size = 275 + } + + farmers = { + culture = luo + religion = animist + size = 15775 + } + + slaves = { + culture = nilotic + religion = animist + size = 10000 + } } #Yambio (140000/35000 POPS) 1845 = { - aristocrats = { - culture = fur - religion = sunni - size = 75 - } - - clergymen = { - culture = fur - religion = sunni - size = 50 - } - - artisans = { - culture = fur - religion = sunni - size = 200 - } - - soldiers = { - culture = fur - religion = sunni - size = 25 - } - - farmers = { - culture = fur - religion = sunni - size = 3650 - } - - aristocrats = { - culture = azande - religion = animist - size = 450 - } - - artisans = { - culture = azande - religion = animist - size = 900 - } - - soldiers = { - culture = azande - religion = animist - size = 325 - } - - farmers = { - culture = azande - religion = animist - size = 21100 - } - - slaves = { - culture = azande - religion = animist - size = 8000 - } - - slaves = { - culture = luo - religion = animist - size = 4000 - } + aristocrats = { + culture = fur + religion = sunni + size = 75 + } + + clergymen = { + culture = fur + religion = sunni + size = 50 + } + + artisans = { + culture = fur + religion = sunni + size = 200 + } + + soldiers = { + culture = fur + religion = sunni + size = 25 + } + + farmers = { + culture = fur + religion = sunni + size = 3650 + } + + aristocrats = { + culture = azande + religion = animist + size = 450 + } + + artisans = { + culture = azande + religion = animist + size = 900 + } + + soldiers = { + culture = azande + religion = animist + size = 325 + } + + farmers = { + culture = azande + religion = animist + size = 21100 + } + + slaves = { + culture = azande + religion = animist + size = 8000 + } + + slaves = { + culture = luo + religion = animist + size = 4000 + } } #Lado (244000/61000 POPS) 1846 = { - aristocrats = { - culture = azande - religion = animist - size = 450 - } - - artisans = { - culture = azande - religion = animist - size = 1200 - } - - soldiers = { - culture = azande - religion = animist - size = 250 - } - - farmers = { - culture = azande - religion = animist - size = 22100 - } - - aristocrats = { - culture = nuer - religion = animist - size = 325 - } - - - artisans = { - culture = nuer - religion = animist - size = 900 - } - - soldiers = { - culture = nuer - religion = animist - size = 200 - } - - farmers = { - culture = nuer - religion = animist - size = 16575 - } - - aristocrats = { - culture = luo - religion = animist - size = 325 - } - - farmers = { - culture = nilotic - religion = animist - size = 950 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 16550 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = azande + religion = animist + size = 450 + } + + artisans = { + culture = azande + religion = animist + size = 1200 + } + + soldiers = { + culture = azande + religion = animist + size = 250 + } + + farmers = { + culture = azande + religion = animist + size = 22100 + } + + aristocrats = { + culture = nuer + religion = animist + size = 325 + } + + + artisans = { + culture = nuer + religion = animist + size = 900 + } + + soldiers = { + culture = nuer + religion = animist + size = 200 + } + + farmers = { + culture = nuer + religion = animist + size = 16575 + } + + aristocrats = { + culture = luo + religion = animist + size = 325 + } + + farmers = { + culture = nilotic + religion = animist + size = 950 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 16550 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } #Kapoeta (140000/35000 POPS) 1847 = { - aristocrats = { - culture = luo - religion = animist - size = 525 - } - - artisans = { - culture = luo - religion = animist - size = 1400 - } - - soldiers = { - culture = luo - religion = animist - size = 300 - } - - farmers = { - culture = luo - religion = animist - size = 25800 - } - - aristocrats = { - culture = nilotic - religion = animist - size = 125 - } - - artisans = { - culture = luo - religion = animist - size = 350 - } - - soldiers = { - culture = luo - religion = animist - size = 75 - } - - farmers = { - culture = luo - religion = animist - size = 6475 - } - - slaves = { - culture = nilotic - religion = animist - size = 1100 - } + aristocrats = { + culture = luo + religion = animist + size = 525 + } + + artisans = { + culture = luo + religion = animist + size = 1400 + } + + soldiers = { + culture = luo + religion = animist + size = 300 + } + + farmers = { + culture = luo + religion = animist + size = 25800 + } + + aristocrats = { + culture = nilotic + religion = animist + size = 125 + } + + artisans = { + culture = luo + religion = animist + size = 350 + } + + soldiers = { + culture = luo + religion = animist + size = 75 + } + + farmers = { + culture = luo + religion = animist + size = 6475 + } + + slaves = { + culture = nilotic + religion = animist + size = 1100 + } } diff --git a/HPM/history/pops/1861.4.14/Surinam.txt b/HPM/history/pops/1861.4.14/Surinam.txt index a06aea3c..4cc0edab 100644 --- a/HPM/history/pops/1861.4.14/Surinam.txt +++ b/HPM/history/pops/1861.4.14/Surinam.txt @@ -1,89 +1,89 @@ #Surinam (53300) #Paramaribo (46100/11525 POPS) 2240 = { - aristocrats = { - culture = dutch - religion = protestant - size = 25 - } + aristocrats = { + culture = dutch + religion = protestant + size = 25 + } - bureaucrats = { - culture = dutch - religion = protestant - size = 10 - } + bureaucrats = { + culture = dutch + religion = protestant + size = 10 + } - artisans = { - culture = dutch - religion = protestant - size = 50 - } + artisans = { + culture = dutch + religion = protestant + size = 50 + } - soldiers = { - culture = dutch - religion = protestant - size = 75 - } + soldiers = { + culture = dutch + religion = protestant + size = 75 + } - clergymen = { - culture = afro_caribbean - religion = protestant - size = 25 - } + clergymen = { + culture = afro_caribbean + religion = protestant + size = 25 + } - artisans = { - culture = afro_caribbean - religion = protestant - size = 1750 - } + artisans = { + culture = afro_caribbean + religion = protestant + size = 1750 + } - farmers = { - culture = afro_caribbean - religion = protestant - size = 1200 - } + farmers = { + culture = afro_caribbean + religion = protestant + size = 1200 + } - soldiers = { - culture = afro_caribbean - religion = protestant - size = 25 - } + soldiers = { + culture = afro_caribbean + religion = protestant + size = 25 + } - slaves = { - culture = afro_caribbean - religion = animist - size = 8365 - } + slaves = { + culture = afro_caribbean + religion = animist + size = 8365 + } } #Aperina (7200/1800 POPS) 2245 = { - aristocrats = { - culture = amazonian - religion = animist - size = 25 - } + aristocrats = { + culture = amazonian + religion = animist + size = 25 + } - clergymen = { - culture = amazonian - religion = animist - size = 50 - } + clergymen = { + culture = amazonian + religion = animist + size = 50 + } - artisans = { - culture = amazonian - religion = animist - size = 100 - } + artisans = { + culture = amazonian + religion = animist + size = 100 + } - soldiers = { - culture = amazonian - religion = animist - size = 25 - } + soldiers = { + culture = amazonian + religion = animist + size = 25 + } - farmers = { - culture = amazonian - religion = animist - size = 1600 - } + farmers = { + culture = amazonian + religion = animist + size = 1600 + } } diff --git a/HPM/history/pops/1861.4.14/Sweden.txt b/HPM/history/pops/1861.4.14/Sweden.txt index 0cbd5ec3..c5096502 100644 --- a/HPM/history/pops/1861.4.14/Sweden.txt +++ b/HPM/history/pops/1861.4.14/Sweden.txt @@ -1,704 +1,704 @@ #Norrland Region 427880 #Gavle (133220/33305 POPS) 317 = { - aristocrats = { - culture = swedish - religion = protestant - size = 195 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 400 - } - - officers = { - culture = swedish - religion = protestant - size = 130 - } - - clergymen = { - culture = swedish - religion = protestant - size = 215 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 3000 - } - - artisans = { - culture = swedish - religion = protestant - size = 2000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1600 - } - - farmers = { - culture = swedish - religion = protestant - size = 25765 - } + aristocrats = { + culture = swedish + religion = protestant + size = 195 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 400 + } + + officers = { + culture = swedish + religion = protestant + size = 130 + } + + clergymen = { + culture = swedish + religion = protestant + size = 215 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 3000 + } + + artisans = { + culture = swedish + religion = protestant + size = 2000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1600 + } + + farmers = { + culture = swedish + religion = protestant + size = 25765 + } } #Sundsvall (106680/26670 POPS) 318 = { - aristocrats = { - culture = swedish - religion = protestant - size = 70 - } - - clergymen = { - culture = swedish - religion = protestant - size = 130 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 2000 - } - - artisans = { - culture = swedish - religion = protestant - size = 1300 - } - - soldiers = { - culture = swedish - religion = protestant - size = 340 - } - - farmers = { - culture = swedish - religion = protestant - size = 22830 - } + aristocrats = { + culture = swedish + religion = protestant + size = 70 + } + + clergymen = { + culture = swedish + religion = protestant + size = 130 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 2000 + } + + artisans = { + culture = swedish + religion = protestant + size = 1300 + } + + soldiers = { + culture = swedish + religion = protestant + size = 340 + } + + farmers = { + culture = swedish + religion = protestant + size = 22830 + } } #Ostersund (58000/14500 POPS) 319 = { - clergymen = { - culture = swedish - religion = protestant - size = 65 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 500 - } - - artisans = { - culture = swedish - religion = protestant - size = 650 - } - - soldiers = { - culture = swedish - religion = protestant - size = 130 - } - - labourers = { - culture = swedish - religion = protestant - size = 11655 - } - - labourers = { - culture = norwegian - religion = protestant - size = 1500 - } + clergymen = { + culture = swedish + religion = protestant + size = 65 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 500 + } + + artisans = { + culture = swedish + religion = protestant + size = 650 + } + + soldiers = { + culture = swedish + religion = protestant + size = 130 + } + + labourers = { + culture = swedish + religion = protestant + size = 11655 + } + + labourers = { + culture = norwegian + religion = protestant + size = 1500 + } } #Umea (71800/17950 POPS) 320 = { - clergymen = { - culture = swedish - religion = protestant - size = 100 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 1100 - } - - artisans = { - culture = swedish - religion = protestant - size = 1100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 350 - } - - labourers = { - culture = swedish - religion = protestant - size = 14500 - } - - farmers = { - culture = finnish - religion = protestant - size = 1100 - } + clergymen = { + culture = swedish + religion = protestant + size = 100 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 1100 + } + + artisans = { + culture = swedish + religion = protestant + size = 1100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 350 + } + + labourers = { + culture = swedish + religion = protestant + size = 14500 + } + + farmers = { + culture = finnish + religion = protestant + size = 1100 + } } #Lulea (58180/14545 POPS) 321 = { - clergymen = { - culture = swedish - religion = protestant - size = 70 - } - - artisans = { - culture = swedish - religion = protestant - size = 510 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - labourers = { - culture = swedish - religion = protestant - size = 8125 - } - - artisans = { - culture = finnish - religion = protestant - size = 140 - } - - farmers = { - culture = sami - religion = protestant - size = 2600 - } - - farmers = { - culture = finnish - religion = protestant - size = 1800 - } + clergymen = { + culture = swedish + religion = protestant + size = 70 + } + + artisans = { + culture = swedish + religion = protestant + size = 510 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + labourers = { + culture = swedish + religion = protestant + size = 8125 + } + + artisans = { + culture = finnish + religion = protestant + size = 140 + } + + farmers = { + culture = sami + religion = protestant + size = 2600 + } + + farmers = { + culture = finnish + religion = protestant + size = 1800 + } } #Svealand Region : 1550200 #Stockholm (274900/68725 POPs) 322 = { - aristocrats = { - culture = swedish - religion = protestant - size = 350 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 1100 - } - - officers = { - culture = swedish - religion = protestant - size = 700 - } - - clergymen = { - culture = swedish - religion = protestant - size = 350 - } - - artisans = { - culture = swedish - religion = protestant - size = 28000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 5500 - } - - farmers = { - culture = swedish - religion = protestant - size = 32825 - } + aristocrats = { + culture = swedish + religion = protestant + size = 350 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 1100 + } + + officers = { + culture = swedish + religion = protestant + size = 700 + } + + clergymen = { + culture = swedish + religion = protestant + size = 350 + } + + artisans = { + culture = swedish + religion = protestant + size = 28000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 5500 + } + + farmers = { + culture = swedish + religion = protestant + size = 32825 + } } #Falun (186300/46575 POPS) 323 = { - aristocrats = { - culture = swedish - religion = protestant - size = 350 - } - - clergymen = { - culture = swedish - religion = protestant - size = 350 - } - - artisans = { - culture = swedish - religion = protestant - size = 2000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 42575 - } + aristocrats = { + culture = swedish + religion = protestant + size = 350 + } + + clergymen = { + culture = swedish + religion = protestant + size = 350 + } + + artisans = { + culture = swedish + religion = protestant + size = 2000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 42575 + } } #Uppsala (114160/28540 POPS) 324 = { - aristocrats = { - culture = swedish - religion = protestant - size = 130 - } - - clergymen = { - culture = swedish - religion = protestant - size = 175 - } - - artisans = { - culture = swedish - religion = protestant - size = 1550 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 25385 - } + aristocrats = { + culture = swedish + religion = protestant + size = 130 + } + + clergymen = { + culture = swedish + religion = protestant + size = 175 + } + + artisans = { + culture = swedish + religion = protestant + size = 1550 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 25385 + } } #Norrkoping (288020/72005 POPS) 325 = { - aristocrats = { - culture = swedish - religion = protestant - size = 350 - } - - clergymen = { - culture = swedish - religion = protestant - size = 380 - } - - artisans = { - culture = swedish - religion = protestant - size = 4000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 65975 - } + aristocrats = { + culture = swedish + religion = protestant + size = 350 + } + + clergymen = { + culture = swedish + religion = protestant + size = 380 + } + + artisans = { + culture = swedish + religion = protestant + size = 4000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 65975 + } } #Vasteras (273780/68445 POPS) 326 = { - aristocrats = { - culture = swedish - religion = protestant - size = 350 - } - - clergymen = { - culture = swedish - religion = protestant - size = 360 - } - - clerks = { - culture = swedish - religion = protestant - size = 100 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 6900 - } - - artisans = { - culture = swedish - religion = protestant - size = 2050 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 57375 - } + aristocrats = { + culture = swedish + religion = protestant + size = 350 + } + + clergymen = { + culture = swedish + religion = protestant + size = 360 + } + + clerks = { + culture = swedish + religion = protestant + size = 100 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 6900 + } + + artisans = { + culture = swedish + religion = protestant + size = 2050 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 57375 + } } #Orebro (166600/41650 POPS) 327 = { - aristocrats = { - culture = swedish - religion = protestant - size = 380 - } - - clergymen = { - culture = swedish - religion = protestant - size = 200 - } - - artisans = { - culture = swedish - religion = protestant - size = 2100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 37670 - } + aristocrats = { + culture = swedish + religion = protestant + size = 380 + } + + clergymen = { + culture = swedish + religion = protestant + size = 200 + } + + artisans = { + culture = swedish + religion = protestant + size = 2100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 37670 + } } #Karlstad (246440/61610 POPS) 328 = { - aristocrats = { - culture = swedish - religion = protestant - size = 520 - } - - clergymen = { - culture = swedish - religion = protestant - size = 400 - } - - artisans = { - culture = swedish - religion = protestant - size = 3100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 56290 - } + aristocrats = { + culture = swedish + religion = protestant + size = 520 + } + + clergymen = { + culture = swedish + religion = protestant + size = 400 + } + + artisans = { + culture = swedish + religion = protestant + size = 3100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 56290 + } } #Gotaland Region : 1858740 #Goteborg (209740/52435 POPS) 329 = { - aristocrats = { - culture = swedish - religion = protestant - size = 360 - } - - bureaucrats = { - culture = swedish - religion = protestant - size = 190 - } - - officers = { - culture = swedish - religion = protestant - size = 350 - } - - clergymen = { - culture = swedish - religion = protestant - size = 360 - } - - artisans = { - culture = swedish - religion = protestant - size = 6000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 43875 - } + aristocrats = { + culture = swedish + religion = protestant + size = 360 + } + + bureaucrats = { + culture = swedish + religion = protestant + size = 190 + } + + officers = { + culture = swedish + religion = protestant + size = 350 + } + + clergymen = { + culture = swedish + religion = protestant + size = 360 + } + + artisans = { + culture = swedish + religion = protestant + size = 6000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 43875 + } } #Boras (285140/71285 POPS) 330 = { - aristocrats = { - culture = swedish - religion = protestant - size = 650 - } - - clergymen = { - culture = swedish - religion = protestant - size = 360 - } - - craftsmen = { - culture = swedish - religion = protestant - size = 7000 - } - - artisans = { - culture = swedish - religion = protestant - size = 2000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 59975 - } + aristocrats = { + culture = swedish + religion = protestant + size = 650 + } + + clergymen = { + culture = swedish + religion = protestant + size = 360 + } + + craftsmen = { + culture = swedish + religion = protestant + size = 7000 + } + + artisans = { + culture = swedish + religion = protestant + size = 2000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 59975 + } } #Visby (45300/11325 POPS) 331 = { - aristocrats = { - culture = swedish - religion = protestant - size = 130 - } - - clergymen = { - culture = swedish - religion = protestant - size = 65 - } - - artisans = { - culture = swedish - religion = protestant - size = 1100 - } - - soldiers = { - culture = swedish - religion = protestant - size = 130 - } - - farmers = { - culture = swedish - religion = protestant - size = 10000 - } + aristocrats = { + culture = swedish + religion = protestant + size = 130 + } + + clergymen = { + culture = swedish + religion = protestant + size = 65 + } + + artisans = { + culture = swedish + religion = protestant + size = 1100 + } + + soldiers = { + culture = swedish + religion = protestant + size = 130 + } + + farmers = { + culture = swedish + religion = protestant + size = 10000 + } } #Kalmar (235680/58920 POPS) 332 = { - aristocrats = { - culture = swedish - religion = protestant - size = 400 - } - - clergymen = { - culture = swedish - religion = protestant - size = 300 - } - - artisans = { - culture = swedish - religion = protestant - size = 3000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 53920 - } + aristocrats = { + culture = swedish + religion = protestant + size = 400 + } + + clergymen = { + culture = swedish + religion = protestant + size = 300 + } + + artisans = { + culture = swedish + religion = protestant + size = 3000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 53920 + } } #Vaxjo (356300/89075 POPS) 333 = { - aristocrats = { - culture = swedish - religion = protestant - size = 650 - } - - clergymen = { - culture = swedish - religion = protestant - size = 410 - } - - artisans = { - culture = swedish - religion = protestant - size = 4000 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 82715 - } + aristocrats = { + culture = swedish + religion = protestant + size = 650 + } + + clergymen = { + culture = swedish + religion = protestant + size = 410 + } + + artisans = { + culture = swedish + religion = protestant + size = 4000 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 82715 + } } #Malmo (385460/96365 POPS) 334 = { - aristocrats = { - culture = swedish - religion = protestant - size = 1100 - } - - clergymen = { - culture = swedish - religion = protestant - size = 450 - } - - artisans = { - culture = swedish - religion = protestant - size = 4050 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 89565 - } + aristocrats = { + culture = swedish + religion = protestant + size = 1100 + } + + clergymen = { + culture = swedish + religion = protestant + size = 450 + } + + artisans = { + culture = swedish + religion = protestant + size = 4050 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 89565 + } } #Karlskrona (341120/85280 POPS) 335 = { - aristocrats = { - culture = swedish - religion = protestant - size = 780 - } - - clergymen = { - culture = swedish - religion = protestant - size = 450 - } - - artisans = { - culture = swedish - religion = protestant - size = 4125 - } - - soldiers = { - culture = swedish - religion = protestant - size = 1300 - } - - farmers = { - culture = swedish - religion = protestant - size = 78625 - } - -} \ No newline at end of file + aristocrats = { + culture = swedish + religion = protestant + size = 780 + } + + clergymen = { + culture = swedish + religion = protestant + size = 450 + } + + artisans = { + culture = swedish + religion = protestant + size = 4125 + } + + soldiers = { + culture = swedish + religion = protestant + size = 1300 + } + + farmers = { + culture = swedish + religion = protestant + size = 78625 + } + +} diff --git a/HPM/history/pops/1861.4.14/Switzerland.txt b/HPM/history/pops/1861.4.14/Switzerland.txt index d6174885..25ff0e74 100644 --- a/HPM/history/pops/1861.4.14/Switzerland.txt +++ b/HPM/history/pops/1861.4.14/Switzerland.txt @@ -4,300 +4,300 @@ #Zurich (632700/158175 POPS) (Cantons Zurich/Schaffhausen/Appenzell/Sankt Gallen/Thurgau) 603 = { - aristocrats = { - culture = swiss - religion = protestant - size = 1770 - } - - capitalists = { - culture = swiss - religion = protestant - size = 100 - } - - bureaucrats = { - culture = swiss - religion = protestant - size = 1065 - } - - clergymen = { - culture = swiss - religion = protestant - size = 1300 - } - - officers = { - culture = swiss - religion = protestant - size = 405 - } - - clerks = { - culture = swiss - religion = protestant - size = 150 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 6900 - } - - artisans = { - culture = swiss - religion = protestant - size = 7595 - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 110 - - } - - farmers = { - culture = swiss - religion = protestant - size = 72835 - } - - aristocrats = { - culture = swiss - religion = catholic - size = 1100 - } - - bureaucrats = { - culture = swiss - religion = protestant - size = 600 - } - - clergymen = { - culture = swiss - religion = catholic - size = 500 - } - - officers = { - culture = swiss - religion = catholic - size = 225 - } - - clerks = { - culture = swiss - religion = catholic - size = 150 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 5300 - } - - artisans = { - culture = swiss - religion = catholic - size = 4270 - } - - soldiers = { - culture = swiss - religion = catholic - size= 3000 - - } - - soldiers = { - culture = swiss - religion = catholic - size= 2125 - - } - - farmers = { - culture = swiss - religion = catholic - size = 39825 - } + aristocrats = { + culture = swiss + religion = protestant + size = 1770 + } + + capitalists = { + culture = swiss + religion = protestant + size = 100 + } + + bureaucrats = { + culture = swiss + religion = protestant + size = 1065 + } + + clergymen = { + culture = swiss + religion = protestant + size = 1300 + } + + officers = { + culture = swiss + religion = protestant + size = 405 + } + + clerks = { + culture = swiss + religion = protestant + size = 150 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 6900 + } + + artisans = { + culture = swiss + religion = protestant + size = 7595 + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 110 + + } + + farmers = { + culture = swiss + religion = protestant + size = 72835 + } + + aristocrats = { + culture = swiss + religion = catholic + size = 1100 + } + + bureaucrats = { + culture = swiss + religion = protestant + size = 600 + } + + clergymen = { + culture = swiss + religion = catholic + size = 500 + } + + officers = { + culture = swiss + religion = catholic + size = 225 + } + + clerks = { + culture = swiss + religion = catholic + size = 150 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 5300 + } + + artisans = { + culture = swiss + religion = catholic + size = 4270 + } + + soldiers = { + culture = swiss + religion = catholic + size= 3000 + + } + + soldiers = { + culture = swiss + religion = catholic + size= 2125 + + } + + farmers = { + culture = swiss + religion = catholic + size = 39825 + } } #Lucerne (268100/67025 POPS) (Cantons Lucerne/Zug/Schwyz/Obwalden/Nidwalden/Glarus/Uri) 606 = { - officers = { - culture = swiss - religion = catholic - size = 70 - } - - clergymen = { - culture = swiss - religion = catholic - size = 840 - } - - clerks = { - culture = swiss - religion = catholic - size = 50 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 2450 - } - - artisans = { - culture = swiss - religion = catholic - size = 4700 - } - - soldiers = { - culture = swiss - religion = catholic - size= 3000 - - } - - soldiers = { - culture = swiss - religion = catholic - size= 1100 - - } - - farmers = { - culture = swiss - religion = catholic - size = 54815 - } + officers = { + culture = swiss + religion = catholic + size = 70 + } + + clergymen = { + culture = swiss + religion = catholic + size = 840 + } + + clerks = { + culture = swiss + religion = catholic + size = 50 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 2450 + } + + artisans = { + culture = swiss + religion = catholic + size = 4700 + } + + soldiers = { + culture = swiss + religion = catholic + size= 3000 + + } + + soldiers = { + culture = swiss + religion = catholic + size= 1100 + + } + + farmers = { + culture = swiss + religion = catholic + size = 54815 + } } #Lugano (116300/29075 POPS) (Cantons Ticino) 2568 = { - officers = { - culture = swiss - religion = catholic - size = 30 - } - - clergymen = { - culture = swiss - religion = catholic - size = 365 - } - - artisans = { - culture = swiss - religion = catholic - size = 1350 - } - - soldiers = { - culture = swiss - religion = catholic - size= 1100 - - } - - farmers = { - culture = swiss - religion = catholic - size = 26230 - } + officers = { + culture = swiss + religion = catholic + size = 30 + } + + clergymen = { + culture = swiss + religion = catholic + size = 365 + } + + artisans = { + culture = swiss + religion = catholic + size = 1350 + } + + soldiers = { + culture = swiss + religion = catholic + size= 1100 + + } + + farmers = { + culture = swiss + religion = catholic + size = 26230 + } } #Chur (90700/22675 POPS) (Cantons Graubunden) 611 = { - officers = { - culture = swiss - religion = catholic - size = 10 - } - - clergymen = { - culture = swiss - religion = catholic - size = 190 - } - - artisans = { - culture = swiss - religion = catholic - size = 675 - } - - soldiers = { - culture = swiss - religion = catholic - size= 600 - - } - - farmers = { - culture = swiss - religion = catholic - size = 14030 - } - - officers = { - culture = swiss - religion = protestant - size = 10 - } - - clergymen = { - culture = swiss - religion = protestant - size = 95 - } - - artisans = { - culture = swiss - religion = protestant - size = 375 - } - - soldiers = { - culture = swiss - religion = protestant - size= 310 - - } - - farmers = { - culture = swiss - religion = protestant - size = 6920 - } + officers = { + culture = swiss + religion = catholic + size = 10 + } + + clergymen = { + culture = swiss + religion = catholic + size = 190 + } + + artisans = { + culture = swiss + religion = catholic + size = 675 + } + + soldiers = { + culture = swiss + religion = catholic + size= 600 + + } + + farmers = { + culture = swiss + religion = catholic + size = 14030 + } + + officers = { + culture = swiss + religion = protestant + size = 10 + } + + clergymen = { + culture = swiss + religion = protestant + size = 95 + } + + artisans = { + culture = swiss + religion = protestant + size = 375 + } + + soldiers = { + culture = swiss + religion = protestant + size= 310 + + } + + farmers = { + culture = swiss + religion = protestant + size = 6920 + } } @@ -305,328 +305,328 @@ #Bern (467100/116775 POPS) (Cantons Bern) 605 = { - aristocrats = { - culture = swiss - religion = protestant - size = 3505 - } - - capitalists = { - culture = swiss - religion = protestant - size = 100 - } - - officers = { - culture = swiss - religion = protestant - size = 115 - } - - bureaucrats = { - culture = swiss - religion = protestant - size = 2630 - } - - clergymen = { - culture = swiss - religion = protestant - size = 1460 - } - - clerks = { - culture = swiss - religion = protestant - size = 100 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 4900 - } - - artisans = { - culture = swiss - religion = protestant - size = 8760 - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 1670 - - } - - farmers = { - culture = swiss - religion = protestant - size = 90575 - } + aristocrats = { + culture = swiss + religion = protestant + size = 3505 + } + + capitalists = { + culture = swiss + religion = protestant + size = 100 + } + + officers = { + culture = swiss + religion = protestant + size = 115 + } + + bureaucrats = { + culture = swiss + religion = protestant + size = 2630 + } + + clergymen = { + culture = swiss + religion = protestant + size = 1460 + } + + clerks = { + culture = swiss + religion = protestant + size = 100 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 4900 + } + + artisans = { + culture = swiss + religion = protestant + size = 8760 + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 1670 + + } + + farmers = { + culture = swiss + religion = protestant + size = 90575 + } } #Basel (355700/88925 POPS) (Cantons Aargau/Basel/Solothurn) 604 = { - officers = { - culture = swiss - religion = protestant - size = 50 - } - - clergymen = { - culture = swiss - religion = protestant - size = 275 - } - - clerks = { - culture = swiss - religion = protestant - size = 50 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 2450 - } - - artisans = { - culture = swiss - religion = protestant - size = 2495 - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 155 - - } - - farmers = { - culture = swiss - religion = protestant - size = 41500 - } - - officers = { - culture = swiss - religion = catholic - size = 35 - } - - clergymen = { - culture = swiss - religion = catholic - size = 250 - } - - - clerks = { - culture = swiss - religion = catholic - size = 50 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 2450 - } - - artisans = { - culture = swiss - religion = catholic - size = 1950 - } - - soldiers = { - culture = swiss - religion = catholic - size= 2335 - - } - - farmers = { - culture = swiss - religion = catholic - size = 31880 - } + officers = { + culture = swiss + religion = protestant + size = 50 + } + + clergymen = { + culture = swiss + religion = protestant + size = 275 + } + + clerks = { + culture = swiss + religion = protestant + size = 50 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 2450 + } + + artisans = { + culture = swiss + religion = protestant + size = 2495 + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 155 + + } + + farmers = { + culture = swiss + religion = protestant + size = 41500 + } + + officers = { + culture = swiss + religion = catholic + size = 35 + } + + clergymen = { + culture = swiss + religion = catholic + size = 250 + } + + + clerks = { + culture = swiss + religion = catholic + size = 50 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 2450 + } + + artisans = { + culture = swiss + religion = catholic + size = 1950 + } + + soldiers = { + culture = swiss + religion = catholic + size= 2335 + + } + + farmers = { + culture = swiss + religion = catholic + size = 31880 + } } #Geneva (401600/100400 POPS) (Cantons Geneva/Vaud/Fribourg) 607 = { - officers = { - culture = swiss - religion = protestant - size = 50 - } - - clergymen = { - culture = swiss - religion = protestant - size = 580 - } - - - clerks = { - culture = swiss - religion = protestant - size = 50 - } - - craftsmen = { - culture = swiss - religion = protestant - size = 2450 - } - - artisans = { - culture = swiss - religion = protestant - size = 5065 - } - - soldiers = { - culture = swiss - religion = protestant - size= 3000 - - } - - soldiers = { - culture = swiss - religion = protestant - size= 290 - - } - - farmers = { - culture = swiss - religion = protestant - size = 43335 - } - - aristocrats = { - culture = swiss - religion = catholic - size = 410 - } - - officers = { - culture = swiss - religion = catholic - size = 50 - } - - clergymen = { - culture = swiss - religion = catholic - size = 675 - } - - - clerks = { - culture = swiss - religion = catholic - size = 50 - } - - craftsmen = { - culture = swiss - religion = catholic - size = 2450 - } - - artisans = { - culture = swiss - religion = catholic - size = 3975 - } - - soldiers = { - culture = swiss - religion = catholic - size= 2735 - - } - - farmers = { - culture = swiss - religion = catholic - size = 35645 - } + officers = { + culture = swiss + religion = protestant + size = 50 + } + + clergymen = { + culture = swiss + religion = protestant + size = 580 + } + + + clerks = { + culture = swiss + religion = protestant + size = 50 + } + + craftsmen = { + culture = swiss + religion = protestant + size = 2450 + } + + artisans = { + culture = swiss + religion = protestant + size = 5065 + } + + soldiers = { + culture = swiss + religion = protestant + size= 3000 + + } + + soldiers = { + culture = swiss + religion = protestant + size= 290 + + } + + farmers = { + culture = swiss + religion = protestant + size = 43335 + } + + aristocrats = { + culture = swiss + religion = catholic + size = 410 + } + + officers = { + culture = swiss + religion = catholic + size = 50 + } + + clergymen = { + culture = swiss + religion = catholic + size = 675 + } + + + clerks = { + culture = swiss + religion = catholic + size = 50 + } + + craftsmen = { + culture = swiss + religion = catholic + size = 2450 + } + + artisans = { + culture = swiss + religion = catholic + size = 3975 + } + + soldiers = { + culture = swiss + religion = catholic + size= 2735 + + } + + farmers = { + culture = swiss + religion = catholic + size = 35645 + } } #Neuchatel (87400/21850 POPS) (Cantons Neuchatel) 608 = { - clergymen = { - culture = swiss - religion = protestant - size = 275 - } - - artisans = { - culture = swiss - religion = protestant - size = 4805 - } - - soldiers = { - culture = swiss - religion = protestant - size= 1070 - - } - - farmers = { - culture = swiss - religion = protestant - size = 15700 - } + clergymen = { + culture = swiss + religion = protestant + size = 275 + } + + artisans = { + culture = swiss + religion = protestant + size = 4805 + } + + soldiers = { + culture = swiss + religion = protestant + size= 1070 + + } + + farmers = { + culture = swiss + religion = protestant + size = 15700 + } } #Sitten (90800/22700) POPS (Cantons Valais) 609 = { - clergymen = { - culture = swiss - religion = catholic - size = 285 - } - - artisans = { - culture = swiss - religion = catholic - size = 1300 - } - - soldiers = { - culture = swiss - religion = catholic - size= 1100 - - } - - farmers = { - culture = swiss - religion = catholic - size = 20015 - } + clergymen = { + culture = swiss + religion = catholic + size = 285 + } + + artisans = { + culture = swiss + religion = catholic + size = 1300 + } + + soldiers = { + culture = swiss + religion = catholic + size= 1100 + + } + + farmers = { + culture = swiss + religion = catholic + size = 20015 + } } diff --git a/HPM/history/pops/1861.4.14/Syria.txt b/HPM/history/pops/1861.4.14/Syria.txt index e23aa848..992fc255 100644 --- a/HPM/history/pops/1861.4.14/Syria.txt +++ b/HPM/history/pops/1861.4.14/Syria.txt @@ -2,695 +2,695 @@ #under the rule of Egypt in 1836 #Aleppo (316000/79000 POPS) #now part of Syria 897 = { - aristocrats = { - culture = turkish - religion = sunni - size = 128.75 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 25.75 - } - - officers = { - culture = turkish - religion = sunni - size = 128.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 978.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 103 - - } - - farmers = { - culture = turkish - religion = sunni - size = 7956.75 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 180.25 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 25.75 - } - - officers = { - culture = kurdish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 128.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1390.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 154 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 11510.25 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 618.0 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 360.5 - } - - officers = { - culture = mashriqi - religion = sunni - size = 128.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 566.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 5613.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 566 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 45320.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 772.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 3270.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 1493.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 128.75 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 25.75 + } + + officers = { + culture = turkish + religion = sunni + size = 128.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 978.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 103 + + } + + farmers = { + culture = turkish + religion = sunni + size = 7956.75 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 180.25 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 25.75 + } + + officers = { + culture = kurdish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 128.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1390.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 154 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 11510.25 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 618.0 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 360.5 + } + + officers = { + culture = mashriqi + religion = sunni + size = 128.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 566.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 5613.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 566 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 45320.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 772.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 3270.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 1493.5 + } } #Dayr al-Zour (256000/64000 POPS) #now part of Syria mashriqi-catholic = assyrian 901 = { - aristocrats = { - culture = kurdish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 128.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 669.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 180 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 11639.0 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 463.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 360.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1854.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 437 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 33964.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 51.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 103.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 51 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3836.75 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 103.0 - } - - artisans = { - culture = assyrian - religion = catholic - size = 566.5 - } - - farmers = { - culture = assyrian - religion = catholic - size = 10660.5 - } + aristocrats = { + culture = kurdish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 128.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 669.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 180 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 11639.0 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 463.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 360.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1854.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 437 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 33964.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 51.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 103.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 51 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3836.75 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 103.0 + } + + artisans = { + culture = assyrian + religion = catholic + size = 566.5 + } + + farmers = { + culture = assyrian + religion = catholic + size = 10660.5 + } } #Suriye Region (720000) #see Jordan.txt & Lebanon.txt for balance of region #under the rule of Egypt in 1836 #Damascus (328000/82000 POPS) 902 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 927.0 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 283.25 - } - - officers = { - culture = mashriqi - religion = sunni - size = 231.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 592.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 300.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 10000.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 849 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 46556.0 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 515.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1493.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 5665.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 14754.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 2008.5 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 927.0 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 283.25 + } + + officers = { + culture = mashriqi + religion = sunni + size = 231.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 592.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 300.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 10000.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 849 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 46556.0 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 515.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1493.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 5665.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 14754.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 2008.5 + } } #Homs (80000/20000 POPS) 903 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 257.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 875.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 206 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 15990.75 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 1905.5 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 51.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1004.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 257.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 875.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 206 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 15990.75 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 1905.5 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 51.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1004.25 + } } #Hama (108000/27000 POPS) 904 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 154.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 824.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 283 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 14909.25 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 463.5 - } - - farmers = { - culture = mashriqi - religion = shiite - size = 8729.25 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 25.75 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 103.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 154.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 824.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 283 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 14909.25 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 463.5 + } + + farmers = { + culture = mashriqi + religion = shiite + size = 8729.25 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 25.75 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 103.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 1931.25 + } } #Latakia (112000/28000 POPS) 905 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 309.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 206.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 283 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 18771.75 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 412.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 7750.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 309.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 206.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 283 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 18771.75 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 412.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 7750.75 + } } #Suwayda (92000/23000 POPS) 906 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 231.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 180.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 978.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 257 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 17922.0 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 206.0 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 3836.75 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 231.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 180.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 978.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 257 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 17922.0 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 206.0 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 3836.75 + } } #Badiyat al-Sham Region (444000) #see Jordan.txt, Iraq.txt & Saudi Arabia.txt for balance of region #under the "rule" of Egypt in 1836 #Palmyra (44000/11000 POPS) 907 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - bureaucrats = { - culture = mashriqi - religion = sunni - size = 15.450000000000001 - } - - officers = { - culture = mashriqi - religion = sunni - size = 5.15 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 36 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 1823.1000000000001 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 103.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 77.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 360.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 103 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 8729.25 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + bureaucrats = { + culture = mashriqi + religion = sunni + size = 15.450000000000001 + } + + officers = { + culture = mashriqi + religion = sunni + size = 5.15 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 36 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 1823.1000000000001 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 103.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 77.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 360.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 103 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 8729.25 + } } diff --git a/HPM/history/pops/1861.4.14/Taiwan.txt b/HPM/history/pops/1861.4.14/Taiwan.txt index ac065cfe..650ecdaa 100644 --- a/HPM/history/pops/1861.4.14/Taiwan.txt +++ b/HPM/history/pops/1861.4.14/Taiwan.txt @@ -1,155 +1,155 @@ #Taiwan Region (3507000) #Taipei (1707000/426750 POPS) 1485 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - bureaucrats = { - culture = nanfaren - religion = mahayana - size = 3500 - } - - officers = { - culture = nanfaren - religion = mahayana - size = 875 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 15000 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 1625 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 120000 - } - - aristocrats = { - culture = min - religion = mahayana - size = 2800 - } - - clergymen = { - culture = min - religion = mahayana - size = 2800 - } - - artisans = { - culture = min - religion = mahayana - size = 12000 - } - - soldiers = { - culture = min - religion = mahayana - size = 500 - } - - farmers = { - culture = min - religion = mahayana - size = 264500 - } - - bureaucrats = { - culture = manchu - religion = mahayana - size = 50 - } - - officers = { - culture = manchu - religion = mahayana - size = 25 - } - - soldiers = { - culture = manchu - religion = mahayana - size = 75 - } + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + bureaucrats = { + culture = nanfaren + religion = mahayana + size = 3500 + } + + officers = { + culture = nanfaren + religion = mahayana + size = 875 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 15000 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 1625 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 120000 + } + + aristocrats = { + culture = min + religion = mahayana + size = 2800 + } + + clergymen = { + culture = min + religion = mahayana + size = 2800 + } + + artisans = { + culture = min + religion = mahayana + size = 12000 + } + + soldiers = { + culture = min + religion = mahayana + size = 500 + } + + farmers = { + culture = min + religion = mahayana + size = 264500 + } + + bureaucrats = { + culture = manchu + religion = mahayana + size = 50 + } + + officers = { + culture = manchu + religion = mahayana + size = 25 + } + + soldiers = { + culture = manchu + religion = mahayana + size = 75 + } } #Tainan (1800000/450000 POPS) 2562 = { - aristocrats = { - culture = nanfaren - religion = mahayana - size = 1500 - } - - clergymen = { - culture = nanfaren - religion = mahayana - size = 1600 - } - - artisans = { - culture = nanfaren - religion = mahayana - size = 7400 - } - - soldiers = { - culture = nanfaren - religion = mahayana - size = 2500 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 142500 - } - - aristocrats = { - culture = min - religion = mahayana - size = 3500 - } - - clergymen = { - culture = min - religion = mahayana - size = 3000 - } - - artisans = { - culture = min - religion = mahayana - size = 18000 - } - - soldiers = { - culture = min - religion = mahayana - size = 500 - } - - farmers = { - culture = min - religion = mahayana - size = 269500 - } -} \ No newline at end of file + aristocrats = { + culture = nanfaren + religion = mahayana + size = 1500 + } + + clergymen = { + culture = nanfaren + religion = mahayana + size = 1600 + } + + artisans = { + culture = nanfaren + religion = mahayana + size = 7400 + } + + soldiers = { + culture = nanfaren + religion = mahayana + size = 2500 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 142500 + } + + aristocrats = { + culture = min + religion = mahayana + size = 3500 + } + + clergymen = { + culture = min + religion = mahayana + size = 3000 + } + + artisans = { + culture = min + religion = mahayana + size = 18000 + } + + soldiers = { + culture = min + religion = mahayana + size = 500 + } + + farmers = { + culture = min + religion = mahayana + size = 269500 + } +} diff --git a/HPM/history/pops/1861.4.14/Tajikistan.txt b/HPM/history/pops/1861.4.14/Tajikistan.txt index 04bbf689..7b053f7d 100644 --- a/HPM/history/pops/1861.4.14/Tajikistan.txt +++ b/HPM/history/pops/1861.4.14/Tajikistan.txt @@ -2,165 +2,165 @@ #under the rule of Kokand in 1836 #Khujand (200000/50000 POPS) #now part of Tajikistan 1201 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 798.25 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 412.0 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2060.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1412 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 37517.75 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 180.25 - } - - clergymen = { - culture = tajik - religion = sunni - size = 77.25 - } - - artisans = { - culture = tajik - religion = sunni - size = 515.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 103 - - } - - farmers = { - culture = tajik - religion = sunni - size = 9424.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 798.25 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 412.0 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2060.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1412 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 37517.75 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 180.25 + } + + clergymen = { + culture = tajik + religion = sunni + size = 77.25 + } + + artisans = { + culture = tajik + religion = sunni + size = 515.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 103 + + } + + farmers = { + culture = tajik + religion = sunni + size = 9424.5 + } } #Badakhshan Region (212000) #under the rule of Kokand in 1836 #Kulob (120000/30000 POPS) 1207 = { - aristocrats = { - culture = tajik - religion = sunni - size = 592.25 - } - - clergymen = { - culture = tajik - religion = sunni - size = 283.25 - } - - artisans = { - culture = tajik - religion = sunni - size = 1493.5 - } - - soldiers = { - culture = tajik - religion = sunni - size= 1257 - - } - - farmers = { - culture = tajik - religion = sunni - size = 28273.5 - } + aristocrats = { + culture = tajik + religion = sunni + size = 592.25 + } + + clergymen = { + culture = tajik + religion = sunni + size = 283.25 + } + + artisans = { + culture = tajik + religion = sunni + size = 1493.5 + } + + soldiers = { + culture = tajik + religion = sunni + size= 1257 + + } + + farmers = { + culture = tajik + religion = sunni + size = 28273.5 + } } #Khorugh (92000/23000 POPS) 1208 = { - aristocrats = { - culture = tajik - religion = sunni - size = 360.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 180.25 - } - - artisans = { - culture = tajik - religion = sunni - size = 875.5 - } - - soldiers = { - culture = tajik - religion = sunni - size= 1180 - - } - - farmers = { - culture = tajik - religion = sunni - size = 17973.5 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 77.25 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 180.25 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 25 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 3759.5 - } + aristocrats = { + culture = tajik + religion = sunni + size = 360.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 180.25 + } + + artisans = { + culture = tajik + religion = sunni + size = 875.5 + } + + soldiers = { + culture = tajik + religion = sunni + size= 1180 + + } + + farmers = { + culture = tajik + religion = sunni + size = 17973.5 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 77.25 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 180.25 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 25 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 3759.5 + } } diff --git a/HPM/history/pops/1861.4.14/Tanzania.txt b/HPM/history/pops/1861.4.14/Tanzania.txt index 1b1655f9..9e33a09d 100644 --- a/HPM/history/pops/1861.4.14/Tanzania.txt +++ b/HPM/history/pops/1861.4.14/Tanzania.txt @@ -2,1233 +2,1233 @@ #ruled by kingdom of Oman in 1836 #Dar es Salaam (220000/55000 POPS) 2036 = { - aristocrats = { - culture = swahili - religion = sunni - size = 950 - } - - bureaucrats = { - culture = swahili - religion = sunni - size = 75 - } - - officers = { - culture = swahili - religion = sunni - size = 125 - } - - clergymen = { - culture = swahili - religion = sunni - size = 525 - } - - artisans = { - culture = swahili - religion = sunni - size = 2000 - } - - soldiers = { - culture = swahili - religion = sunni - size = 500 - } - - farmers = { - culture = swahili - religion = sunni - size = 32825 - } - - slaves = { - culture = kilombero - religion = animist - size = 14000 - } - - aristocrats = { - culture = sukuma - religion = sunni - size = 50 - } - - clergymen = { - culture = sukuma - religion = sunni - size = 50 - } - - artisans = { - culture = sukuma - religion = sunni - size = 200 - } - - soldiers = { - culture = sukuma - religion = sunni - size = 50 - } - - farmers = { - culture = sukuma - religion = sunni - size = 3650 - } + aristocrats = { + culture = swahili + religion = sunni + size = 950 + } + + bureaucrats = { + culture = swahili + religion = sunni + size = 75 + } + + officers = { + culture = swahili + religion = sunni + size = 125 + } + + clergymen = { + culture = swahili + religion = sunni + size = 525 + } + + artisans = { + culture = swahili + religion = sunni + size = 2000 + } + + soldiers = { + culture = swahili + religion = sunni + size = 500 + } + + farmers = { + culture = swahili + religion = sunni + size = 32825 + } + + slaves = { + culture = kilombero + religion = animist + size = 14000 + } + + aristocrats = { + culture = sukuma + religion = sunni + size = 50 + } + + clergymen = { + culture = sukuma + religion = sunni + size = 50 + } + + artisans = { + culture = sukuma + religion = sunni + size = 200 + } + + soldiers = { + culture = sukuma + religion = sunni + size = 50 + } + + farmers = { + culture = sukuma + religion = sunni + size = 3650 + } } #Tanga (88000/22000 POPS) 2037 = { - aristocrats = { - culture = swahili - religion = sunni - size = 325 - } - - clergymen = { - culture = swahili - religion = sunni - size = 175 - } - - artisans = { - culture = swahili - religion = sunni - size = 725 - } - - soldiers = { - culture = swahili - religion = sunni - size = 175 - } - - farmers = { - culture = swahili - religion = sunni - size = 11600 - } - - slaves = { - culture = kilombero - religion = animist - size = 6000 - } - - aristocrats = { - culture = sukuma - religion = sunni - size = 50 - } - - clergymen = { - culture = sukuma - religion = sunni - size = 50 - } - - artisans = { - culture = sukuma - religion = sunni - size = 200 - } - - soldiers = { - culture = sukuma - religion = sunni - size = 50 - } - - farmers = { - culture = sukuma - religion = sunni - size = 2650 - } + aristocrats = { + culture = swahili + religion = sunni + size = 325 + } + + clergymen = { + culture = swahili + religion = sunni + size = 175 + } + + artisans = { + culture = swahili + religion = sunni + size = 725 + } + + soldiers = { + culture = swahili + religion = sunni + size = 175 + } + + farmers = { + culture = swahili + religion = sunni + size = 11600 + } + + slaves = { + culture = kilombero + religion = animist + size = 6000 + } + + aristocrats = { + culture = sukuma + religion = sunni + size = 50 + } + + clergymen = { + culture = sukuma + religion = sunni + size = 50 + } + + artisans = { + culture = sukuma + religion = sunni + size = 200 + } + + soldiers = { + culture = sukuma + religion = sunni + size = 50 + } + + farmers = { + culture = sukuma + religion = sunni + size = 2650 + } } #Kilwa (188000/47000 POPS) 2038 = { - aristocrats = { - culture = swahili - religion = sunni - size = 550 - } - - clergymen = { - culture = swahili - religion = sunni - size = 275 - } - - artisans = { - culture = swahili - religion = sunni - size = 1125 - } - - soldiers = { - culture = swahili - religion = sunni - size = 300 - } - - farmers = { - culture = swahili - religion = sunni - size = 14750 - } - - aristocrats = { - culture = yao - religion = animist - size = 350 - } - - clergymen = { - culture = yao - religion = animist - size = 200 - } - - artisans = { - culture = yao - religion = animist - size = 950 - } - - soldiers = { - culture = yao - religion = animist - size = 200 - } - - farmers = { - culture = yao - religion = animist - size = 17300 - } - - slaves = { - culture = yao - religion = animist - size = 10000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 550 + } + + clergymen = { + culture = swahili + religion = sunni + size = 275 + } + + artisans = { + culture = swahili + religion = sunni + size = 1125 + } + + soldiers = { + culture = swahili + religion = sunni + size = 300 + } + + farmers = { + culture = swahili + religion = sunni + size = 14750 + } + + aristocrats = { + culture = yao + religion = animist + size = 350 + } + + clergymen = { + culture = yao + religion = animist + size = 200 + } + + artisans = { + culture = yao + religion = animist + size = 950 + } + + soldiers = { + culture = yao + religion = animist + size = 200 + } + + farmers = { + culture = yao + religion = animist + size = 17300 + } + + slaves = { + culture = yao + religion = animist + size = 10000 + } } #Lindi (64000/16000 POPS) 2039 = { - aristocrats = { - culture = swahili - religion = sunni - size = 100 - } - aristocrats = { - culture = bedouin - religion = ibadi - size = 500 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 25 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = swahili - religion = sunni - size = 650 - } - - soldiers = { - culture = swahili - religion = sunni - size = 175 - } - - farmers = { - culture = swahili - religion = sunni - size = 10725 - } - - slaves = { - culture = yao - religion = animist - size = 4000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 100 + } + aristocrats = { + culture = bedouin + religion = ibadi + size = 500 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 25 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = swahili + religion = sunni + size = 650 + } + + soldiers = { + culture = swahili + religion = sunni + size = 175 + } + + farmers = { + culture = swahili + religion = sunni + size = 10725 + } + + slaves = { + culture = yao + religion = animist + size = 4000 + } } #Ruvuma-Rufiji Region (568000) #uncolonized in 1836 #Songea (136000/34000 POPS) 2040 = { - aristocrats = { - culture = yao - religion = sunni - size = 375 - } - - clergymen = { - culture = yao - religion = sunni - size = 200 - } - - artisans = { - culture = yao - religion = sunni - size = 800 - } - - soldiers = { - culture = yao - religion = sunni - size = 200 - } - - farmers = { - culture = yao - religion = sunni - size = 15425 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 225 - } - - clergymen = { - culture = nyasa - religion = animist - size = 125 - } - - artisans = { - culture = nyasa - religion = animist - size = 600 - } - - soldiers = { - culture = nyasa - religion = animist - size = 125 - } - - farmers = { - culture = nyasa - religion = animist - size = 10925 - } - - slaves = { - culture = nyasa - religion = animist - size = 3000 - } - - slaves = { - culture = chewa - religion = animist - size = 2000 - } + aristocrats = { + culture = yao + religion = sunni + size = 375 + } + + clergymen = { + culture = yao + religion = sunni + size = 200 + } + + artisans = { + culture = yao + religion = sunni + size = 800 + } + + soldiers = { + culture = yao + religion = sunni + size = 200 + } + + farmers = { + culture = yao + religion = sunni + size = 15425 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 225 + } + + clergymen = { + culture = nyasa + religion = animist + size = 125 + } + + artisans = { + culture = nyasa + religion = animist + size = 600 + } + + soldiers = { + culture = nyasa + religion = animist + size = 125 + } + + farmers = { + culture = nyasa + religion = animist + size = 10925 + } + + slaves = { + culture = nyasa + religion = animist + size = 3000 + } + + slaves = { + culture = chewa + religion = animist + size = 2000 + } } #Masasi (132000/33000 POPS) 2041 = { - aristocrats = { - culture = yao - religion = sunni - size = 475 - } - - clergymen = { - culture = yao - religion = sunni - size = 250 - } - - artisans = { - culture = yao - religion = sunni - size = 1100 - } - - soldiers = { - culture = yao - religion = sunni - size = 250 - } - - farmers = { - culture = yao - religion = sunni - size = 15125 - } - - aristocrats = { - culture = makua - religion = animist - size = 150 - } - - clergymen = { - culture = makua - religion = animist - size = 75 - } - - artisans = { - culture = makua - religion = animist - size = 400 - } - - soldiers = { - culture = makua - religion = animist - size = 75 - } - - farmers = { - culture = makua - religion = animist - size = 7275 - } - - slaves = { - culture = makua - religion = animist - size = 8000 - } + aristocrats = { + culture = yao + religion = sunni + size = 475 + } + + clergymen = { + culture = yao + religion = sunni + size = 250 + } + + artisans = { + culture = yao + religion = sunni + size = 1100 + } + + soldiers = { + culture = yao + religion = sunni + size = 250 + } + + farmers = { + culture = yao + religion = sunni + size = 15125 + } + + aristocrats = { + culture = makua + religion = animist + size = 150 + } + + clergymen = { + culture = makua + religion = animist + size = 75 + } + + artisans = { + culture = makua + religion = animist + size = 400 + } + + soldiers = { + culture = makua + religion = animist + size = 75 + } + + farmers = { + culture = makua + religion = animist + size = 7275 + } + + slaves = { + culture = makua + religion = animist + size = 8000 + } } #Iringa (300000/75000 POPS) 2042 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 375 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 200 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 800 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 200 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 13225 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 450 - } - - clergymen = { - culture = nyasa - religion = animist - size = 225 - } - - artisans = { - culture = nyasa - religion = animist - size = 1150 - } - - soldiers = { - culture = nyasa - religion = animist - size = 225 - } - - farmers = { - culture = nyasa - religion = animist - size = 20950 - } - - slaves = { - culture = nyasa - religion = animist - size = 13000 - } - - aristocrats = { - culture = nyasa - religion = sunni - size = 100 - } - - clergymen = { - culture = nyasa - religion = sunni - size = 100 - } - - artisans = { - culture = nyasa - religion = sunni - size = 200 - } - - soldiers = { - culture = nyasa - religion = sunni - size = 100 - } - - farmers = { - culture = nyasa - religion = sunni - size = 3650 - } - - aristocrats = { - culture = yao - religion = animist - size = 525 - } - - clergymen = { - culture = yao - religion = animist - size = 275 - } - - artisans = { - culture = yao - religion = animist - size = 1100 - } - - soldiers = { - culture = yao - religion = animist - size = 275 - } - - farmers = { - culture = yao - religion = animist - size = 17825 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 375 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 200 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 800 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 200 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 13225 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 450 + } + + clergymen = { + culture = nyasa + religion = animist + size = 225 + } + + artisans = { + culture = nyasa + religion = animist + size = 1150 + } + + soldiers = { + culture = nyasa + religion = animist + size = 225 + } + + farmers = { + culture = nyasa + religion = animist + size = 20950 + } + + slaves = { + culture = nyasa + religion = animist + size = 13000 + } + + aristocrats = { + culture = nyasa + religion = sunni + size = 100 + } + + clergymen = { + culture = nyasa + religion = sunni + size = 100 + } + + artisans = { + culture = nyasa + religion = sunni + size = 200 + } + + soldiers = { + culture = nyasa + religion = sunni + size = 100 + } + + farmers = { + culture = nyasa + religion = sunni + size = 3650 + } + + aristocrats = { + culture = yao + religion = animist + size = 525 + } + + clergymen = { + culture = yao + religion = animist + size = 275 + } + + artisans = { + culture = yao + religion = animist + size = 1100 + } + + soldiers = { + culture = yao + religion = animist + size = 275 + } + + farmers = { + culture = yao + religion = animist + size = 17825 + } } #Tanganyikia Region (1276000) #uncolonized in 1836/dominated by the Unyamwezi #Tabora (260000/65000 POPS) 2043 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 1075 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 550 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 2200 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 550 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 37625 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 150 - } - - clergymen = { - culture = kilombero - religion = animist - size = 100 - } - - artisans = { - culture = kilombero - religion = animist - size = 350 - } - - soldiers = { - culture = kilombero - religion = animist - size = 100 - } - - farmers = { - culture = kilombero - religion = animist - size = 6325 - } - - slaves = { - culture = kilombero - religion = animist - size = 7000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 100 - } - - clergymen = { - culture = sukuma - religion = animist - size = 100 - } - - artisans = { - culture = sukuma - religion = animist - size = 150 - } - - soldiers = { - culture = sukuma - religion = animist - size = 100 - } - - farmers = { - culture = sukuma - religion = animist - size = 2700 - } - - slaves = { - culture = sukuma - religion = animist - size = 6000 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 1075 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 550 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 2200 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 550 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 37625 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 150 + } + + clergymen = { + culture = kilombero + religion = animist + size = 100 + } + + artisans = { + culture = kilombero + religion = animist + size = 350 + } + + soldiers = { + culture = kilombero + religion = animist + size = 100 + } + + farmers = { + culture = kilombero + religion = animist + size = 6325 + } + + slaves = { + culture = kilombero + religion = animist + size = 7000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 100 + } + + clergymen = { + culture = sukuma + religion = animist + size = 100 + } + + artisans = { + culture = sukuma + religion = animist + size = 150 + } + + soldiers = { + culture = sukuma + religion = animist + size = 100 + } + + farmers = { + culture = sukuma + religion = animist + size = 2700 + } + + slaves = { + culture = sukuma + religion = animist + size = 6000 + } } #Mwanza (368000/92000 POPS) 2044 = { - aristocrats = { - culture = luo - religion = animist - size = 475 - } - - clergymen = { - culture = luo - religion = animist - size = 250 - } - - artisans = { - culture = luo - religion = animist - size = 1100 - } - - soldiers = { - culture = luo - religion = animist - size = 250 - } - - farmers = { - culture = luo - religion = animist - size = 9025 - } - - aristocrats = { - culture = unyamwezi - religion = animist - size = 275 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 150 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 600 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 150 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 3825 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 24000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 925 - } - - clergymen = { - culture = sukuma - religion = animist - size = 475 - } - - artisans = { - culture = sukuma - religion = animist - size = 2350 - } - - soldiers = { - culture = sukuma - religion = animist - size = 475 - } - - farmers = { - culture = sukuma - religion = animist - size = 42775 - } - - aristocrats = { - culture = ruanda - religion = animist - size = 10 - } - - clergymen = { - culture = ruanda - religion = animist - size = 25 - } - - artisans = { - culture = ruanda - religion = animist - size = 50 - } - - soldiers = { - culture = ruanda - religion = animist - size = 15 - } - - farmers = { - culture = ruanda - religion = animist - size = 900 - } - - aristocrats = { - culture = ruanda - religion = animist - size = 50 - } - - clergymen = { - culture = ruanda - religion = animist - size = 75 - } - - artisans = { - culture = ruanda - religion = animist - size = 150 - } - - soldiers = { - culture = ruanda - religion = animist - size = 25 - } - - farmers = { - culture = ruanda - religion = animist - size = 2700 - } + aristocrats = { + culture = luo + religion = animist + size = 475 + } + + clergymen = { + culture = luo + religion = animist + size = 250 + } + + artisans = { + culture = luo + religion = animist + size = 1100 + } + + soldiers = { + culture = luo + religion = animist + size = 250 + } + + farmers = { + culture = luo + religion = animist + size = 9025 + } + + aristocrats = { + culture = unyamwezi + religion = animist + size = 275 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 150 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 600 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 150 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 3825 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 24000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 925 + } + + clergymen = { + culture = sukuma + religion = animist + size = 475 + } + + artisans = { + culture = sukuma + religion = animist + size = 2350 + } + + soldiers = { + culture = sukuma + religion = animist + size = 475 + } + + farmers = { + culture = sukuma + religion = animist + size = 42775 + } + + aristocrats = { + culture = ruanda + religion = animist + size = 10 + } + + clergymen = { + culture = ruanda + religion = animist + size = 25 + } + + artisans = { + culture = ruanda + religion = animist + size = 50 + } + + soldiers = { + culture = ruanda + religion = animist + size = 15 + } + + farmers = { + culture = ruanda + religion = animist + size = 900 + } + + aristocrats = { + culture = ruanda + religion = animist + size = 50 + } + + clergymen = { + culture = ruanda + religion = animist + size = 75 + } + + artisans = { + culture = ruanda + religion = animist + size = 150 + } + + soldiers = { + culture = ruanda + religion = animist + size = 25 + } + + farmers = { + culture = ruanda + religion = animist + size = 2700 + } } #Morogoro (232000/58000 POPS) 2045 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 675 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 350 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 1400 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 350 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 20225 - } - - aristocrats = { - culture = swahili - religion = sunni - size = 100 - } - - clergymen = { - culture = swahili - religion = sunni - size = 50 - } - - artisans = { - culture = swahili - religion = sunni - size = 250 - } - - soldiers = { - culture = swahili - religion = sunni - size = 75 - } - - farmers = { - culture = swahili - religion = sunni - size = 3525 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 275 - } - - clergymen = { - culture = kilombero - religion = animist - size = 150 - } - - artisans = { - culture = kilombero - religion = animist - size = 700 - } - - soldiers = { - culture = kilombero - religion = animist - size = 150 - } - - farmers = { - culture = kilombero - religion = animist - size = 12825 - } - - slaves = { - culture = kilombero - religion = animist - size = 14000 - } - - aristocrats = { - culture = sukuma - religion = animist - size = 50 - } - - clergymen = { - culture = sukuma - religion = animist - size = 75 - } - - artisans = { - culture = sukuma - religion = animist - size = 150 - } - - soldiers = { - culture = sukuma - religion = animist - size = 25 - } - - farmers = { - culture = sukuma - religion = animist - size = 2700 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 675 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 350 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 1400 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 350 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 20225 + } + + aristocrats = { + culture = swahili + religion = sunni + size = 100 + } + + clergymen = { + culture = swahili + religion = sunni + size = 50 + } + + artisans = { + culture = swahili + religion = sunni + size = 250 + } + + soldiers = { + culture = swahili + religion = sunni + size = 75 + } + + farmers = { + culture = swahili + religion = sunni + size = 3525 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 275 + } + + clergymen = { + culture = kilombero + religion = animist + size = 150 + } + + artisans = { + culture = kilombero + religion = animist + size = 700 + } + + soldiers = { + culture = kilombero + religion = animist + size = 150 + } + + farmers = { + culture = kilombero + religion = animist + size = 12825 + } + + slaves = { + culture = kilombero + religion = animist + size = 14000 + } + + aristocrats = { + culture = sukuma + religion = animist + size = 50 + } + + clergymen = { + culture = sukuma + religion = animist + size = 75 + } + + artisans = { + culture = sukuma + religion = animist + size = 150 + } + + soldiers = { + culture = sukuma + religion = animist + size = 25 + } + + farmers = { + culture = sukuma + religion = animist + size = 2700 + } } #Ujiji (336000/84000 POPS) 2046 = { - aristocrats = { - culture = unyamwezi - religion = animist - size = 1075 - } - - clergymen = { - culture = unyamwezi - religion = animist - size = 550 - } - - artisans = { - culture = unyamwezi - religion = animist - size = 2200 - } - - soldiers = { - culture = unyamwezi - religion = animist - size = 550 - } - - farmers = { - culture = unyamwezi - religion = animist - size = 31425 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 475 - } - - clergymen = { - culture = nyasa - religion = animist - size = 250 - } - - artisans = { - culture = nyasa - religion = animist - size = 1250 - } - - soldiers = { - culture = nyasa - religion = animist - size = 250 - } - - farmers = { - culture = nyasa - religion = animist - size = 22775 - } - - slaves = { - culture = nyasa - religion = animist - size = 12000 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 3650 - } + aristocrats = { + culture = unyamwezi + religion = animist + size = 1075 + } + + clergymen = { + culture = unyamwezi + religion = animist + size = 550 + } + + artisans = { + culture = unyamwezi + religion = animist + size = 2200 + } + + soldiers = { + culture = unyamwezi + religion = animist + size = 550 + } + + farmers = { + culture = unyamwezi + religion = animist + size = 31425 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 475 + } + + clergymen = { + culture = nyasa + religion = animist + size = 250 + } + + artisans = { + culture = nyasa + religion = animist + size = 1250 + } + + soldiers = { + culture = nyasa + religion = animist + size = 250 + } + + farmers = { + culture = nyasa + religion = animist + size = 22775 + } + + slaves = { + culture = nyasa + religion = animist + size = 12000 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 3650 + } } #Arusha (80000/20000 POPS) 2047 = { - aristocrats = { - culture = sukuma - religion = animist - size = 100 - } - - clergymen = { - culture = sukuma - religion = animist - size = 50 - } - - artisans = { - culture = sukuma - religion = animist - size = 300 - } - - soldiers = { - culture = sukuma - religion = animist - size = 75 - } - - farmers = { - culture = sukuma - religion = animist - size = 5475 - } - - aristocrats = { - culture = maasai - religion = animist - size = 125 - } - - clergymen = { - culture = maasai - religion = animist - size = 75 - } - - artisans = { - culture = maasai - religion = animist - size = 400 - } - - soldiers = { - culture = maasai - religion = animist - size = 100 - } - - farmers = { - culture = maasai - religion = animist - size = 7275 - } - - aristocrats = { - culture = kilombero - religion = animist - size = 100 - } - - clergymen = { - culture = kilombero - religion = animist - size = 100 - } - - artisans = { - culture = kilombero - religion = animist - size = 300 - } - - soldiers = { - culture = kilombero - religion = animist - size = 75 - } - - farmers = { - culture = kilombero - religion = animist - size = 5475 - } - - slaves = { - culture = cushitic - religion = sunni - size = 2000 - } + aristocrats = { + culture = sukuma + religion = animist + size = 100 + } + + clergymen = { + culture = sukuma + religion = animist + size = 50 + } + + artisans = { + culture = sukuma + religion = animist + size = 300 + } + + soldiers = { + culture = sukuma + religion = animist + size = 75 + } + + farmers = { + culture = sukuma + religion = animist + size = 5475 + } + + aristocrats = { + culture = maasai + religion = animist + size = 125 + } + + clergymen = { + culture = maasai + religion = animist + size = 75 + } + + artisans = { + culture = maasai + religion = animist + size = 400 + } + + soldiers = { + culture = maasai + religion = animist + size = 100 + } + + farmers = { + culture = maasai + religion = animist + size = 7275 + } + + aristocrats = { + culture = kilombero + religion = animist + size = 100 + } + + clergymen = { + culture = kilombero + religion = animist + size = 100 + } + + artisans = { + culture = kilombero + religion = animist + size = 300 + } + + soldiers = { + culture = kilombero + religion = animist + size = 75 + } + + farmers = { + culture = kilombero + religion = animist + size = 5475 + } + + slaves = { + culture = cushitic + religion = sunni + size = 2000 + } } #Zanzibar Region (156000) #ruled by Oman in 1836 #Zanzibar (156000/39000 POPS) 2048 = { - aristocrats = { - culture = swahili - religion = sunni - size = 250 - } - - clergymen = { - culture = swahili - religion = sunni - size = 125 - } - - artisans = { - culture = swahili - religion = sunni - size = 525 - } - - soldiers = { - culture = swahili - religion = sunni - size = 1100 - } - - farmers = { - culture = swahili - religion = sunni - size = 7100 - } - - aristocrats = { - culture = bedouin - religion = ibadi - size = 150 - } - - bureaucrats = { - culture = bedouin - religion = ibadi - size = 75 - } - - officers = { - culture = bedouin - religion = ibadi - size = 75 - } - - clergymen = { - culture = bedouin - religion = ibadi - size = 50 - } - - artisans = { - culture = bedouin - religion = ibadi - size = 200 - } - - soldiers = { - culture = bedouin - religion = ibadi - size = 450 - } - - aristocrats = { - culture = kilombero - religion = sunni - size = 400 - } - - clergymen = { - culture = kilombero - religion = sunni - size = 200 - } - - artisans = { - culture = kilombero - religion = sunni - size = 1050 - } - - soldiers = { - culture = kilombero - religion = sunni - size = 225 - } - - farmers = { - culture = kilombero - religion = sunni - size = 19125 - } - - slaves = { - culture = kilombero - religion = animist - size = 8000 - } + aristocrats = { + culture = swahili + religion = sunni + size = 250 + } + + clergymen = { + culture = swahili + religion = sunni + size = 125 + } + + artisans = { + culture = swahili + religion = sunni + size = 525 + } + + soldiers = { + culture = swahili + religion = sunni + size = 1100 + } + + farmers = { + culture = swahili + religion = sunni + size = 7100 + } + + aristocrats = { + culture = bedouin + religion = ibadi + size = 150 + } + + bureaucrats = { + culture = bedouin + religion = ibadi + size = 75 + } + + officers = { + culture = bedouin + religion = ibadi + size = 75 + } + + clergymen = { + culture = bedouin + religion = ibadi + size = 50 + } + + artisans = { + culture = bedouin + religion = ibadi + size = 200 + } + + soldiers = { + culture = bedouin + religion = ibadi + size = 450 + } + + aristocrats = { + culture = kilombero + religion = sunni + size = 400 + } + + clergymen = { + culture = kilombero + religion = sunni + size = 200 + } + + artisans = { + culture = kilombero + religion = sunni + size = 1050 + } + + soldiers = { + culture = kilombero + religion = sunni + size = 225 + } + + farmers = { + culture = kilombero + religion = sunni + size = 19125 + } + + slaves = { + culture = kilombero + religion = animist + size = 8000 + } } diff --git a/HPM/history/pops/1861.4.14/Thailand.txt b/HPM/history/pops/1861.4.14/Thailand.txt index 54b1594c..0c9a5985 100644 --- a/HPM/history/pops/1861.4.14/Thailand.txt +++ b/HPM/history/pops/1861.4.14/Thailand.txt @@ -2,1164 +2,1164 @@ #under the rule of Siam in 1836 #Bangkok (1108000/277000 POPS) 1346 = { - aristocrats = { - culture = thai - religion = theravada - size = 4635.0 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 386.25 - } - - officers = { - culture = thai - religion = theravada - size = 489.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 2446.25 - } - - artisans = { - culture = thai - religion = theravada - size = 10000.0 - } - - artisans = { - culture = thai - religion = theravada - size = 1330.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 3000 - - } - - soldiers = { - culture = thai - religion = theravada - size= 3000 - - } - - soldiers = { - culture = thai - religion = theravada - size= 1317 - - } - - farmers = { - culture = thai - religion = theravada - size = 198815.75 - } - - slaves = { - culture = thai - religion = theravada - size = 6180.0 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 772.5 - } - - bureaucrats = { - culture = yue - religion = mahayana - size = 206.0 - } - - officers = { - culture = yue - religion = mahayana - size = 77.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 540.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = yue - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = yue - religion = mahayana - size = 3990.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 1592 - - } - - farmers = { - culture = yue - religion = mahayana - size = 22531.25 - } + aristocrats = { + culture = thai + religion = theravada + size = 4635.0 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 386.25 + } + + officers = { + culture = thai + religion = theravada + size = 489.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 2446.25 + } + + artisans = { + culture = thai + religion = theravada + size = 10000.0 + } + + artisans = { + culture = thai + religion = theravada + size = 1330.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 3000 + + } + + soldiers = { + culture = thai + religion = theravada + size= 3000 + + } + + soldiers = { + culture = thai + religion = theravada + size= 1317 + + } + + farmers = { + culture = thai + religion = theravada + size = 198815.75 + } + + slaves = { + culture = thai + religion = theravada + size = 6180.0 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 772.5 + } + + bureaucrats = { + culture = yue + religion = mahayana + size = 206.0 + } + + officers = { + culture = yue + religion = mahayana + size = 77.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 540.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = yue + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = yue + religion = mahayana + size = 3990.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 1592 + + } + + farmers = { + culture = yue + religion = mahayana + size = 22531.25 + } } #Lopburi (324000/81000 POPS) 1347 = { - aristocrats = { - culture = thai - religion = theravada - size = 1622.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 849.75 - } - - artisans = { - culture = thai - religion = theravada - size = 4120.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 3000 - - } - - soldiers = { - culture = thai - religion = theravada - size= 130 - - } - - farmers = { - culture = thai - religion = theravada - size = 72718.0 - } - - slaves = { - culture = thai - religion = theravada - size = 3090.0 - } + aristocrats = { + culture = thai + religion = theravada + size = 1622.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 849.75 + } + + artisans = { + culture = thai + religion = theravada + size = 4120.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 3000 + + } + + soldiers = { + culture = thai + religion = theravada + size= 130 + + } + + farmers = { + culture = thai + religion = theravada + size = 72718.0 + } + + slaves = { + culture = thai + religion = theravada + size = 3090.0 + } } #Nakhon Sawan (188000/47000 POPS) 1348 = { - aristocrats = { - culture = thai - religion = theravada - size = 824.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 412.0 - } - - artisans = { - culture = thai - religion = theravada - size = 1545.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 38419.0 - } - - slaves = { - culture = thai - religion = theravada - size = 3090.0 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 25.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1287.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 1699.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 824.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 412.0 + } + + artisans = { + culture = thai + religion = theravada + size = 1545.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 38419.0 + } + + slaves = { + culture = thai + religion = theravada + size = 3090.0 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 25.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1287.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 1699.5 + } } #Sukothai (136000/34000 POPS) 1349 = { - aristocrats = { - culture = thai - religion = theravada - size = 669.5 - } - - clergymen = { - culture = thai - religion = theravada - size = 360.5 - } - - artisans = { - culture = thai - religion = theravada - size = 1751.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 30797.0 - } + aristocrats = { + culture = thai + religion = theravada + size = 669.5 + } + + clergymen = { + culture = thai + religion = theravada + size = 360.5 + } + + artisans = { + culture = thai + religion = theravada + size = 1751.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 30797.0 + } } #Nakhon Ratchasima (160000/40000 POPS) 1350 = { - aristocrats = { - culture = thai - religion = theravada - size = 824.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 437.75 - } - - artisans = { - culture = thai - religion = theravada - size = 2060.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 36848.25 - } + aristocrats = { + culture = thai + religion = theravada + size = 824.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 437.75 + } + + artisans = { + culture = thai + religion = theravada + size = 2060.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 36848.25 + } } #Prachin Buri (164000/41000 POPS) 1351 = { - aristocrats = { - culture = thai - religion = theravada - size = 592.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 309.0 - } - - artisans = { - culture = thai - religion = theravada - size = 1442.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 28556.75 - } - - slaves = { - culture = thai - religion = theravada - size = 1030.0 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 103.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 2060.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 103 - - } - - farmers = { - culture = yue - religion = mahayana - size = 6926.75 - } + aristocrats = { + culture = thai + religion = theravada + size = 592.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 309.0 + } + + artisans = { + culture = thai + religion = theravada + size = 1442.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 28556.75 + } + + slaves = { + culture = thai + religion = theravada + size = 1030.0 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 103.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 2060.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 103 + + } + + farmers = { + culture = yue + religion = mahayana + size = 6926.75 + } } #Kra Region (492000) #under the rule of Siam in 1836 #Phuket (124000/31000 POPS) 1352 = { - aristocrats = { - culture = thai - religion = theravada - size = 463.5 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 103.0 - } - - officers = { - culture = thai - religion = theravada - size = 103.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 231.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1081.5 - } - - soldiers = { - culture = thai - religion = theravada - size= 1530 - - } - - farmers = { - culture = thai - religion = theravada - size = 20625.75 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 77.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1030.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 51 - - } - - farmers = { - culture = yue - religion = mahayana - size = 3939.75 - } - - aristocrats = { - culture = malay - religion = sunni - size = 25.75 - } - - clergymen = { - culture = malay - religion = sunni - size = 51.5 - } - - artisans = { - culture = malay - religion = sunni - size = 154.5 - } - - soldiers = { - culture = malay - religion = sunni - size= 25 - - } - - farmers = { - culture = malay - religion = sunni - size = 2832.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 463.5 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 103.0 + } + + officers = { + culture = thai + religion = theravada + size = 103.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 231.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1081.5 + } + + soldiers = { + culture = thai + religion = theravada + size= 1530 + + } + + farmers = { + culture = thai + religion = theravada + size = 20625.75 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 77.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1030.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 51 + + } + + farmers = { + culture = yue + religion = mahayana + size = 3939.75 + } + + aristocrats = { + culture = malay + religion = sunni + size = 25.75 + } + + clergymen = { + culture = malay + religion = sunni + size = 51.5 + } + + artisans = { + culture = malay + religion = sunni + size = 154.5 + } + + soldiers = { + culture = malay + religion = sunni + size= 25 + + } + + farmers = { + culture = malay + religion = sunni + size = 2832.5 + } } #Ratchaburi (172000/43000 POPS) 1353 = { - aristocrats = { - culture = thai - religion = theravada - size = 721.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 360.5 - } - - artisans = { - culture = thai - religion = theravada - size = 1854.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 34144.5 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 128.75 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 1545.0 - } - - soldiers = { - culture = yue - religion = mahayana - size= 77 - - } - - farmers = { - culture = yue - religion = mahayana - size = 5381.75 - } + aristocrats = { + culture = thai + religion = theravada + size = 721.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 360.5 + } + + artisans = { + culture = thai + religion = theravada + size = 1854.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 34144.5 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 128.75 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 1545.0 + } + + soldiers = { + culture = yue + religion = mahayana + size= 77 + + } + + farmers = { + culture = yue + religion = mahayana + size = 5381.75 + } } #Nakhon Si Thammanet (196000/49000 POPS) 1354 = { - aristocrats = { - culture = thai - religion = theravada - size = 643.75 - } - - clergymen = { - culture = thai - religion = theravada - size = 334.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1339.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1230 - - } - - farmers = { - culture = thai - religion = theravada - size = 29664.0 - } - - aristocrats = { - culture = yue - religion = mahayana - size = 77.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1313.25 - } - - soldiers = { - culture = yue - religion = mahayana - size= 51 - - } - - farmers = { - culture = yue - religion = mahayana - size = 3656.5 - } - - aristocrats = { - culture = malay - religion = sunni - size = 206.0 - } - - clergymen = { - culture = malay - religion = sunni - size = 128.75 - } - - artisans = { - culture = malay - religion = sunni - size = 618.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 103 - - } - - farmers = { - culture = malay - religion = sunni - size = 11304.25 - } + aristocrats = { + culture = thai + religion = theravada + size = 643.75 + } + + clergymen = { + culture = thai + religion = theravada + size = 334.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1339.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1230 + + } + + farmers = { + culture = thai + religion = theravada + size = 29664.0 + } + + aristocrats = { + culture = yue + religion = mahayana + size = 77.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1313.25 + } + + soldiers = { + culture = yue + religion = mahayana + size= 51 + + } + + farmers = { + culture = yue + religion = mahayana + size = 3656.5 + } + + aristocrats = { + culture = malay + religion = sunni + size = 206.0 + } + + clergymen = { + culture = malay + religion = sunni + size = 128.75 + } + + artisans = { + culture = malay + religion = sunni + size = 618.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 103 + + } + + farmers = { + culture = malay + religion = sunni + size = 11304.25 + } } #Shan Region (600000) #under the rule of Siam in 1836 #Chiang Mai (332000/83000 POPS) 1355 = { - aristocrats = { - culture = thai - religion = theravada - size = 566.5 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 128.75 - } - - officers = { - culture = thai - religion = theravada - size = 77.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 334.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1648.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1334 - - } - - farmers = { - culture = thai - religion = theravada - size = 29586.75 - } - - aristocrats = { - culture = shan - religion = theravada - size = 1467.75 - } - - officers = { - culture = shan - religion = theravada - size = 77.25 - } - - clergymen = { - culture = shan - religion = theravada - size = 515.0 - } - - artisans = { - culture = shan - religion = theravada - size = 2626.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 1540 - - } - - farmers = { - culture = shan - religion = theravada - size = 47637.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 566.5 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 128.75 + } + + officers = { + culture = thai + religion = theravada + size = 77.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 334.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1648.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1334 + + } + + farmers = { + culture = thai + religion = theravada + size = 29586.75 + } + + aristocrats = { + culture = shan + religion = theravada + size = 1467.75 + } + + officers = { + culture = shan + religion = theravada + size = 77.25 + } + + clergymen = { + culture = shan + religion = theravada + size = 515.0 + } + + artisans = { + culture = shan + religion = theravada + size = 2626.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 1540 + + } + + farmers = { + culture = shan + religion = theravada + size = 47637.5 + } } #Nan (268000/67000 POPS) 2572 = { - aristocrats = { - culture = thai - religion = theravada - size = 412.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 231.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1133.0 - } - - soldiers = { - culture = thai - religion = theravada - size= 1231 - - } - - farmers = { - culture = thai - religion = theravada - size = 20651.5 - } - - aristocrats = { - culture = shan - religion = theravada - size = 437.75 - } - - clergymen = { - culture = shan - religion = theravada - size = 206.0 - } - - artisans = { - culture = shan - religion = theravada - size = 1184.5 - } - - soldiers = { - culture = shan - religion = theravada - size= 1257 - - } - - farmers = { - culture = shan - religion = theravada - size = 21707.25 - } - - aristocrats = { - culture = lao - religion = theravada - size = 386.25 - } - - clergymen = { - culture = lao - religion = theravada - size = 206.0 - } - - artisans = { - culture = lao - religion = theravada - size = 1030.0 - } - - soldiers = { - culture = lao - religion = theravada - size= 1231 - - } - - farmers = { - culture = lao - religion = theravada - size = 20806.0 - } + aristocrats = { + culture = thai + religion = theravada + size = 412.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 231.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1133.0 + } + + soldiers = { + culture = thai + religion = theravada + size= 1231 + + } + + farmers = { + culture = thai + religion = theravada + size = 20651.5 + } + + aristocrats = { + culture = shan + religion = theravada + size = 437.75 + } + + clergymen = { + culture = shan + religion = theravada + size = 206.0 + } + + artisans = { + culture = shan + religion = theravada + size = 1184.5 + } + + soldiers = { + culture = shan + religion = theravada + size= 1257 + + } + + farmers = { + culture = shan + religion = theravada + size = 21707.25 + } + + aristocrats = { + culture = lao + religion = theravada + size = 386.25 + } + + clergymen = { + culture = lao + religion = theravada + size = 206.0 + } + + artisans = { + culture = lao + religion = theravada + size = 1030.0 + } + + soldiers = { + culture = lao + religion = theravada + size= 1231 + + } + + farmers = { + culture = lao + religion = theravada + size = 20806.0 + } } #Laos Region (776000) #under the rule of Siam in 1836 #Udon Thani (596000/149000 POPS) #now part of Thailand 1358 = { - aristocrats = { - culture = thai - religion = theravada - size = 412.0 - } - - bureaucrats = { - culture = thai - religion = theravada - size = 154.5 - } - - officers = { - culture = thai - religion = theravada - size = 206.0 - } - - clergymen = { - culture = thai - religion = theravada - size = 231.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1081.5 - } - - soldiers = { - culture = thai - religion = theravada - size= 1231 - - } - - farmers = { - culture = thai - religion = theravada - size = 21655.75 - } - - aristocrats = { - culture = lao - religion = theravada - size = 2575.0 - } - - clergymen = { - culture = lao - religion = theravada - size = 1339.0 - } - - artisans = { - culture = lao - religion = theravada - size = 6592.0 - } - - soldiers = { - culture = lao - religion = theravada - size= 3000 - - } - - soldiers = { - culture = lao - religion = theravada - size= 236 - - } - - farmers = { - culture = lao - religion = theravada - size = 120098.0 - } + aristocrats = { + culture = thai + religion = theravada + size = 412.0 + } + + bureaucrats = { + culture = thai + religion = theravada + size = 154.5 + } + + officers = { + culture = thai + religion = theravada + size = 206.0 + } + + clergymen = { + culture = thai + religion = theravada + size = 231.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1081.5 + } + + soldiers = { + culture = thai + religion = theravada + size= 1231 + + } + + farmers = { + culture = thai + religion = theravada + size = 21655.75 + } + + aristocrats = { + culture = lao + religion = theravada + size = 2575.0 + } + + clergymen = { + culture = lao + religion = theravada + size = 1339.0 + } + + artisans = { + culture = lao + religion = theravada + size = 6592.0 + } + + soldiers = { + culture = lao + religion = theravada + size= 3000 + + } + + soldiers = { + culture = lao + religion = theravada + size= 236 + + } + + farmers = { + culture = lao + religion = theravada + size = 120098.0 + } } #Sisaket (180000/45000 POPS) #now part of Thailand 1359 = { - aristocrats = { - culture = thai - religion = theravada - size = 437.75 - } - - clergymen = { - culture = thai - religion = theravada - size = 231.75 - } - - artisans = { - culture = thai - religion = theravada - size = 1184.5 - } - - soldiers = { - culture = thai - religion = theravada - size= 1257 - - } - - farmers = { - culture = thai - religion = theravada - size = 21578.5 - } - - aristocrats = { - culture = lao - religion = theravada - size = 334.75 - } - - clergymen = { - culture = lao - religion = theravada - size = 180.25 - } - - artisans = { - culture = lao - religion = theravada - size = 901.25 - } - - soldiers = { - culture = lao - religion = theravada - size= 180 - - } - - farmers = { - culture = lao - religion = theravada - size = 17973.5 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 25.75 - } - - clergymen = { - culture = khmer - religion = theravada - size = 51.5 - } - - artisans = { - culture = khmer - religion = theravada - size = 154.5 - } - - soldiers = { - culture = khmer - religion = theravada - size= 25 - - } - - farmers = { - culture = khmer - religion = theravada - size = 2832.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 437.75 + } + + clergymen = { + culture = thai + religion = theravada + size = 231.75 + } + + artisans = { + culture = thai + religion = theravada + size = 1184.5 + } + + soldiers = { + culture = thai + religion = theravada + size= 1257 + + } + + farmers = { + culture = thai + religion = theravada + size = 21578.5 + } + + aristocrats = { + culture = lao + religion = theravada + size = 334.75 + } + + clergymen = { + culture = lao + religion = theravada + size = 180.25 + } + + artisans = { + culture = lao + religion = theravada + size = 901.25 + } + + soldiers = { + culture = lao + religion = theravada + size= 180 + + } + + farmers = { + culture = lao + religion = theravada + size = 17973.5 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 25.75 + } + + clergymen = { + culture = khmer + religion = theravada + size = 51.5 + } + + artisans = { + culture = khmer + religion = theravada + size = 154.5 + } + + soldiers = { + culture = khmer + religion = theravada + size= 25 + + } + + farmers = { + culture = khmer + religion = theravada + size = 2832.5 + } } #Cambodia Region (72000) #under the rule of Siam in 1836 #Chanthaburi (72000/18000 POPS) #now part of Thailand 1365 = { - aristocrats = { - culture = thai - religion = theravada - size = 77.25 - } - - clergymen = { - culture = thai - religion = theravada - size = 51.5 - } - - artisans = { - culture = thai - religion = theravada - size = 231.75 - } - - soldiers = { - culture = thai - religion = theravada - size= 51 - - } - - farmers = { - culture = thai - religion = theravada - size = 4738.0 - } - - aristocrats = { - culture = khmer - religion = theravada - size = 154.5 - } - - clergymen = { - culture = khmer - religion = theravada - size = 103.0 - } - - artisans = { - culture = khmer - religion = theravada - size = 515.0 - } - - soldiers = { - culture = khmer - religion = theravada - size= 103 - - } - - farmers = { - culture = khmer - religion = theravada - size = 9424.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 772.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 51 - - } - - farmers = { - culture = yue - religion = mahayana - size = 2214.5 - } + aristocrats = { + culture = thai + religion = theravada + size = 77.25 + } + + clergymen = { + culture = thai + religion = theravada + size = 51.5 + } + + artisans = { + culture = thai + religion = theravada + size = 231.75 + } + + soldiers = { + culture = thai + religion = theravada + size= 51 + + } + + farmers = { + culture = thai + religion = theravada + size = 4738.0 + } + + aristocrats = { + culture = khmer + religion = theravada + size = 154.5 + } + + clergymen = { + culture = khmer + religion = theravada + size = 103.0 + } + + artisans = { + culture = khmer + religion = theravada + size = 515.0 + } + + soldiers = { + culture = khmer + religion = theravada + size= 103 + + } + + farmers = { + culture = khmer + religion = theravada + size = 9424.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 772.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 51 + + } + + farmers = { + culture = yue + religion = mahayana + size = 2214.5 + } } #Malaya Region (132000) #see Malaysia.txt for balance of region #under the rule of Siam in 1836 #Patani (132000/33000 POPS) #now part of Thailand 1392 = { - aristocrats = { - culture = malay - religion = sunni - size = 566.5 - } - - clergymen = { - culture = malay - religion = sunni - size = 309.0 - } - - artisans = { - culture = malay - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = malay - religion = sunni - size= 1309 - - } - - farmers = { - culture = malay - religion = sunni - size = 29303.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 669.5 - } - - soldiers = { - culture = yue - religion = mahayana - size= 25 - - } - - farmers = { - culture = yue - religion = mahayana - size = 1313.25 - } + aristocrats = { + culture = malay + religion = sunni + size = 566.5 + } + + clergymen = { + culture = malay + religion = sunni + size = 309.0 + } + + artisans = { + culture = malay + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = malay + religion = sunni + size= 1309 + + } + + farmers = { + culture = malay + religion = sunni + size = 29303.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 669.5 + } + + soldiers = { + culture = yue + religion = mahayana + size= 25 + + } + + farmers = { + culture = yue + religion = mahayana + size = 1313.25 + } } diff --git a/HPM/history/pops/1861.4.14/Tibet.txt b/HPM/history/pops/1861.4.14/Tibet.txt index 473572dc..afc3cdd7 100644 --- a/HPM/history/pops/1861.4.14/Tibet.txt +++ b/HPM/history/pops/1861.4.14/Tibet.txt @@ -1,369 +1,369 @@ #Tibet Region (5145000) #Lhasa (1224500/306125 POPS) 1587 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 4150 - } - - bureaucrats = { - culture = tibetan - religion = gelugpa - size = 1075 - } - - officers = { - culture = tibetan - religion = gelugpa - size = 1250 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 4300 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 24850 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 10000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 24000 - } - - clergymen = { - culture = beifaren - religion = animist - size = 200 - } - - artisans = { - culture = beifaren - religion = animist - size = 1800 - } - - soldiers = { - culture = beifaren - religion = animist - size = 500 - } - - farmers = { - culture = beifaren - religion = animist - size = 18000 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 4150 + } + + bureaucrats = { + culture = tibetan + religion = gelugpa + size = 1075 + } + + officers = { + culture = tibetan + religion = gelugpa + size = 1250 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 4300 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 24850 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 10000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 24000 + } + + clergymen = { + culture = beifaren + religion = animist + size = 200 + } + + artisans = { + culture = beifaren + religion = animist + size = 1800 + } + + soldiers = { + culture = beifaren + religion = animist + size = 500 + } + + farmers = { + culture = beifaren + religion = animist + size = 18000 + } } #Chamdo (856500/214125 POPS) 1588 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 2750 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 2000 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 12425 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 170000 - } - - clergymen = { - culture = beifaren - religion = animist - size = 225 - } - - artisans = { - culture = beifaren - religion = animist - size = 1725 - } - - soldiers = { - culture = beifaren - religion = animist - size = 2000 - } - - farmers = { - culture = beifaren - religion = animist - size = 18000 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 2750 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 2000 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 12425 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 170000 + } + + clergymen = { + culture = beifaren + religion = animist + size = 225 + } + + artisans = { + culture = beifaren + religion = animist + size = 1725 + } + + soldiers = { + culture = beifaren + religion = animist + size = 2000 + } + + farmers = { + culture = beifaren + religion = animist + size = 18000 + } } #Shigatse (450000/112500 POPS) 1589 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1600 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1100 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 7100 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 95000 - } - - clergymen = { - culture = beifaren - religion = animist - size = 75 - } - - artisans = { - culture = beifaren - religion = animist - size = 225 - } - - soldiers = { - culture = beifaren - religion = animist - size = 150 - } - - farmers = { - culture = beifaren - religion = animist - size = 2250 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1600 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1100 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 7100 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 95000 + } + + clergymen = { + culture = beifaren + religion = animist + size = 75 + } + + artisans = { + culture = beifaren + religion = animist + size = 225 + } + + soldiers = { + culture = beifaren + religion = animist + size = 150 + } + + farmers = { + culture = beifaren + religion = animist + size = 2250 + } } #Lhodrak (944000/236000 POPS) 1590 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 3375 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 2375 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 15250 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 210000 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 3375 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 2375 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 15250 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 210000 + } } #Changtang (104000/26000 POPS) 1591 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 375 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 275 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 1850 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 1500 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 22000 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 375 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 275 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 1850 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 1500 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 22000 + } } #Ngari (417000/104250 POPS) 1592 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 1500 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1050 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 6700 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 2500 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 92500 - } + aristocrats = { + culture = tibetan + religion = gelugpa + size = 1500 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1050 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 6700 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 2500 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 92500 + } } #Tawang (1149000/287250 POPS) #now NEFA in India asian_minor = Chin 1593 = { - aristocrats = { - culture = tibetan - religion = gelugpa - size = 2625 - } - - clergymen = { - culture = tibetan - religion = gelugpa - size = 1825 - } - - artisans = { - culture = tibetan - religion = gelugpa - size = 7550 - } - - soldiers = { - culture = tibetan - religion = gelugpa - size = 5000 - } - - farmers = { - culture = tibetan - religion = gelugpa - size = 165000 - } - - aristocrats = { - culture = kachin - religion = animist - size = 750 - } - - clergymen = { - culture = kachin - religion = animist - size = 500 - } - - artisans = { - culture = kachin - religion = animist - size = 5000 - } - - soldiers = { - culture = kachin - religion = animist - size = 2000 - } - - farmers = { - culture = kachin - religion = animist - size = 45000 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 750 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 500 - } - - artisans = { - culture = asian_minor - religion = animist - size = 5750 - } - - soldiers = { - culture = asian_minor - religion = animist - size = 2000 - } - - farmers = { - culture = asian_minor - religion = animist - size = 43000 - } -} \ No newline at end of file + aristocrats = { + culture = tibetan + religion = gelugpa + size = 2625 + } + + clergymen = { + culture = tibetan + religion = gelugpa + size = 1825 + } + + artisans = { + culture = tibetan + religion = gelugpa + size = 7550 + } + + soldiers = { + culture = tibetan + religion = gelugpa + size = 5000 + } + + farmers = { + culture = tibetan + religion = gelugpa + size = 165000 + } + + aristocrats = { + culture = kachin + religion = animist + size = 750 + } + + clergymen = { + culture = kachin + religion = animist + size = 500 + } + + artisans = { + culture = kachin + religion = animist + size = 5000 + } + + soldiers = { + culture = kachin + religion = animist + size = 2000 + } + + farmers = { + culture = kachin + religion = animist + size = 45000 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 750 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 500 + } + + artisans = { + culture = asian_minor + religion = animist + size = 5750 + } + + soldiers = { + culture = asian_minor + religion = animist + size = 2000 + } + + farmers = { + culture = asian_minor + religion = animist + size = 43000 + } +} diff --git a/HPM/history/pops/1861.4.14/Togo.txt b/HPM/history/pops/1861.4.14/Togo.txt index 72d90fc1..48ba2f8d 100644 --- a/HPM/history/pops/1861.4.14/Togo.txt +++ b/HPM/history/pops/1861.4.14/Togo.txt @@ -1,231 +1,231 @@ #Togo Region (368000) #see Ghana.txt for balance of region #uncolonized in 1836 -#Lome (216000/54000 POPS) +#Lome (216000/54000 POPS) 1914 = { - aristocrats = { - culture = ewe - religion = animist - size = 775 - } - - clergymen = { - culture = ewe - religion = animist - size = 400 - } - - artisans = { - culture = ewe - religion = animist - size = 1575 - } - - soldiers = { - culture = ewe - religion = animist - size = 400 - } - - farmers = { - culture = ewe - religion = animist - size = 30850 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 275 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 150 - } - - artisans = { - culture = east_kwa - religion = animist - size = 600 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 150 - } - - farmers = { - culture = east_kwa - religion = animist - size = 11825 - } - - slaves = { - culture = east_kwa - religion = animist - size = 7000 - } + aristocrats = { + culture = ewe + religion = animist + size = 775 + } + + clergymen = { + culture = ewe + religion = animist + size = 400 + } + + artisans = { + culture = ewe + religion = animist + size = 1575 + } + + soldiers = { + culture = ewe + religion = animist + size = 400 + } + + farmers = { + culture = ewe + religion = animist + size = 30850 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 275 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 150 + } + + artisans = { + culture = east_kwa + religion = animist + size = 600 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 150 + } + + farmers = { + culture = east_kwa + religion = animist + size = 11825 + } + + slaves = { + culture = east_kwa + religion = animist + size = 7000 + } } -#Atakpane (128000/32000 POPS) +#Atakpane (128000/32000 POPS) 1917 = { - aristocrats = { - culture = ewe - religion = animist - size = 250 - } - - clergymen = { - culture = ewe - religion = animist - size = 150 - } - - artisans = { - culture = ewe - religion = animist - size = 700 - } - - soldiers = { - culture = ewe - religion = animist - size = 150 - } - - farmers = { - culture = ewe - religion = animist - size = 12750 - } - - aristocrats = { - culture = east_kwa - religion = animist - size = 125 - } - - clergymen = { - culture = east_kwa - religion = animist - size = 75 - } - - artisans = { - culture = east_kwa - religion = animist - size = 350 - } - - soldiers = { - culture = east_kwa - religion = animist - size = 75 - } - - farmers = { - culture = east_kwa - religion = animist - size = 6375 - } - - aristocrats = { - culture = fon - religion = animist - size = 200 - } - - clergymen = { - culture = fon - religion = animist - size = 100 - } - - artisans = { - culture = fon - religion = animist - size = 450 - } - - soldiers = { - culture = fon - religion = animist - size = 125 - } - - farmers = { - culture = fon - religion = animist - size = 8125 - } - - slaves = { - culture = fon - religion = animist - size = 2000 - } + aristocrats = { + culture = ewe + religion = animist + size = 250 + } + + clergymen = { + culture = ewe + religion = animist + size = 150 + } + + artisans = { + culture = ewe + religion = animist + size = 700 + } + + soldiers = { + culture = ewe + religion = animist + size = 150 + } + + farmers = { + culture = ewe + religion = animist + size = 12750 + } + + aristocrats = { + culture = east_kwa + religion = animist + size = 125 + } + + clergymen = { + culture = east_kwa + religion = animist + size = 75 + } + + artisans = { + culture = east_kwa + religion = animist + size = 350 + } + + soldiers = { + culture = east_kwa + religion = animist + size = 75 + } + + farmers = { + culture = east_kwa + religion = animist + size = 6375 + } + + aristocrats = { + culture = fon + religion = animist + size = 200 + } + + clergymen = { + culture = fon + religion = animist + size = 100 + } + + artisans = { + culture = fon + religion = animist + size = 450 + } + + soldiers = { + culture = fon + religion = animist + size = 125 + } + + farmers = { + culture = fon + religion = animist + size = 8125 + } + + slaves = { + culture = fon + religion = animist + size = 2000 + } } -#Sokode (24000/6000 POPS) +#Sokode (24000/6000 POPS) 1918 = { - aristocrats = { - culture = gur - religion = animist - size = 50 - } - - clergymen = { - culture = gur - religion = animist - size = 50 - } - - artisans = { - culture = gur - religion = animist - size = 200 - } - - soldiers = { - culture = gur - religion = animist - size = 50 - } - - farmers = { - culture = gur - religion = animist - size = 3650 - } - - aristocrats = { - culture = gur - religion = sunni - size = 25 - } - - clergymen = { - culture = gur - religion = sunni - size = 50 - } - - artisans = { - culture = gur - religion = sunni - size = 100 - } - - soldiers = { - culture = gur - religion = sunni - size = 25 - } - - farmers = { - culture = gur - religion = sunni - size = 1800 - } + aristocrats = { + culture = gur + religion = animist + size = 50 + } + + clergymen = { + culture = gur + religion = animist + size = 50 + } + + artisans = { + culture = gur + religion = animist + size = 200 + } + + soldiers = { + culture = gur + religion = animist + size = 50 + } + + farmers = { + culture = gur + religion = animist + size = 3650 + } + + aristocrats = { + culture = gur + religion = sunni + size = 25 + } + + clergymen = { + culture = gur + religion = sunni + size = 50 + } + + artisans = { + culture = gur + religion = sunni + size = 100 + } + + soldiers = { + culture = gur + religion = sunni + size = 25 + } + + farmers = { + culture = gur + religion = sunni + size = 1800 + } } diff --git a/HPM/history/pops/1861.4.14/Trinidad Tobago.txt b/HPM/history/pops/1861.4.14/Trinidad Tobago.txt index 815973d1..ac16d9da 100644 --- a/HPM/history/pops/1861.4.14/Trinidad Tobago.txt +++ b/HPM/history/pops/1861.4.14/Trinidad Tobago.txt @@ -1,114 +1,114 @@ #Trinidad & Tobago Region (99800) #Trinidad (84400/21100 POPS) 2237 = { - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - bureaucrats = { - culture = british - religion = protestant - size = 175 - } - - clergymen = { - culture = british - religion = protestant - size = 100 - } - - artisans = { - culture = british - religion = protestant - size = 750 - } - - soldiers = { - culture = british - religion = protestant - size = 90 - } - - farmers = { - culture = british - religion = protestant - size = 750 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 160 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 1325 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 200 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 17500 - } + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + bureaucrats = { + culture = british + religion = protestant + size = 175 + } + + clergymen = { + culture = british + religion = protestant + size = 100 + } + + artisans = { + culture = british + religion = protestant + size = 750 + } + + soldiers = { + culture = british + religion = protestant + size = 90 + } + + farmers = { + culture = british + religion = protestant + size = 750 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 160 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 1325 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 200 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 17500 + } } #Tobago (15400/3850 POPS) 2238 = { - aristocrats = { - culture = british - religion = protestant - size = 10 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - artisans = { - culture = british - religion = protestant - size = 40 - } - - farmers = { - culture = british - religion = protestant - size = 60 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 50 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 150 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 3430 - } - -} \ No newline at end of file + aristocrats = { + culture = british + religion = protestant + size = 10 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + artisans = { + culture = british + religion = protestant + size = 40 + } + + farmers = { + culture = british + religion = protestant + size = 60 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 50 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 150 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 3430 + } + +} diff --git a/HPM/history/pops/1861.4.14/Tunisia.txt b/HPM/history/pops/1861.4.14/Tunisia.txt index 81ef7326..a3388e08 100644 --- a/HPM/history/pops/1861.4.14/Tunisia.txt +++ b/HPM/history/pops/1861.4.14/Tunisia.txt @@ -2,302 +2,302 @@ #under the rule of Tunisia in 1836 #Tunis (488000/122000 POPS) 1725 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 2420.5 - } - - bureaucrats = { - culture = maghrebi - religion = sunni - size = 360.5 - } - - officers = { - culture = maghrebi - religion = sunni - size = 334.75 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 1236.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 28325.0 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 4120.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 78717.75 - } - - slaves = { - culture = berber - religion = sunni - size = 5150.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 77.25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3836.75 - } - - artisans = { - culture = maltese - religion = catholic - size = 515.0 - } - - artisans = { - culture = south_italian - religion = catholic - size = 515.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 2420.5 + } + + bureaucrats = { + culture = maghrebi + religion = sunni + size = 360.5 + } + + officers = { + culture = maghrebi + religion = sunni + size = 334.75 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 1236.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 28325.0 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 4120.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 78717.75 + } + + slaves = { + culture = berber + religion = sunni + size = 5150.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 77.25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3836.75 + } + + artisans = { + culture = maltese + religion = catholic + size = 515.0 + } + + artisans = { + culture = south_italian + religion = catholic + size = 515.0 + } } #Bizerte (268000/67000 POPS) 1726 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 1287.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 695.25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 3347.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 60332.25 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 2060.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 1287.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 695.25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 3347.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 60332.25 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 2060.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Gafsa (112000/28000 POPS) 1727 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 463.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 283.25 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 130.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 23685.75 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 3090.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 463.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 283.25 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 130.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 23685.75 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 3090.0 + } } #Kairouan (228000/57000 POPS) 1728 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 901.25 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 412.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2317.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 41431.75 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 12360.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 901.25 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 412.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2317.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 41431.75 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 12360.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Tozeur (96000/24000 POPS) 1729 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 360.5 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 978.5 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 206.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 17819.0 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 5150.0 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 360.5 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 978.5 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 206.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 17819.0 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 5150.0 + } } #Gabes (200000/50000 POPS) 1730 = { - aristocrats = { - culture = maghrebi - religion = sunni - size = 927.0 - } - - clergymen = { - culture = maghrebi - religion = sunni - size = 412.0 - } - - artisans = { - culture = maghrebi - religion = sunni - size = 2343.25 - } - - soldiers = { - culture = maghrebi - religion = sunni - size = 1030.0 - } - - farmers = { - culture = maghrebi - religion = sunni - size = 42049.75 - } - - slaves = { - culture = forest_bantu - religion = animist - size = 4120.0 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } + aristocrats = { + culture = maghrebi + religion = sunni + size = 927.0 + } + + clergymen = { + culture = maghrebi + religion = sunni + size = 412.0 + } + + artisans = { + culture = maghrebi + religion = sunni + size = 2343.25 + } + + soldiers = { + culture = maghrebi + religion = sunni + size = 1030.0 + } + + farmers = { + culture = maghrebi + religion = sunni + size = 42049.75 + } + + slaves = { + culture = forest_bantu + religion = animist + size = 4120.0 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } } diff --git a/HPM/history/pops/1861.4.14/Turkey.txt b/HPM/history/pops/1861.4.14/Turkey.txt index 0cdf8e12..9c4641e3 100644 --- a/HPM/history/pops/1861.4.14/Turkey.txt +++ b/HPM/history/pops/1861.4.14/Turkey.txt @@ -2,3513 +2,3513 @@ #under the rule of Ottoman Empire in 1836 #Edirne (172000/43000 POPS) 828 = { - aristocrats = { - culture = turkish - religion = sunni - size = 927.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 231.75 - } - - officers = { - culture = turkish - religion = sunni - size = 128.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 180.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 9270.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 7029.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 180.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 8240.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 4969.75 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2060.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 9218.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1004.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 2008.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 927.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 231.75 + } + + officers = { + culture = turkish + religion = sunni + size = 128.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 180.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 9270.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 7029.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 180.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 8240.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 4969.75 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2060.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 9218.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1004.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 2008.5 + } } #Kirklareli (112000/28000 POPS) 858 = { - aristocrats = { - culture = turkish - religion = sunni - size = 566.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 772.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 309 - - } - - farmers = { - culture = turkish - religion = sunni - size = 11613.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 103.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 566.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 7313.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 5999.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = turkish + religion = sunni + size = 566.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 772.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 309 + + } + + farmers = { + culture = turkish + religion = sunni + size = 11613.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 103.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 566.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 7313.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 5999.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Gelibolu (80000/20000 POPS) 859 = { - aristocrats = { - culture = turkish - religion = sunni - size = 386.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 566.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 9244.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 8471.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 5.15 - } - - artisans = { - culture = sephardic - religion = jewish - size = 252.35 - } + aristocrats = { + culture = turkish + religion = sunni + size = 386.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 566.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 9244.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 8471.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 5.15 + } + + artisans = { + culture = sephardic + religion = jewish + size = 252.35 + } } #Istanbul Region (1268000) #under the rule of Ottoman Empire in 1836 #Istanbul (764000/191000 POPS) 860 = { - aristocrats = { - culture = turkish - religion = sunni - size = 772.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 721.0 - } - - officers = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 1158.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 4010.0 - } - - craftsmen = { - culture = turkish - religion = sunni - size = 10000 - } - - soldiers = { - culture = turkish - religion = sunni - size= 3000 - - } - - soldiers = { - culture = turkish - religion = sunni - size= 90 - - } - - farmers = { - culture = turkish - religion = sunni - size = 19385.25 - } - - bureaucrats = { - culture = greek - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 566.5 - } - - clerks = { - culture = greek - religion = orthodox - size = 400 - } - - craftsmen = { - culture = greek - religion = orthodox - size = 4000 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 2375.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 3077.0 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 2575.0 - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 489.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 231.75 - } - - clerks = { - culture = armenian - religion = orthodox - size = 100 - } - - craftsmen = { - culture = armenian - religion = orthodox - size = 2000 - } - - artisans = { - culture = armenian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 6680.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1888.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 77.25 - } - - artisans = { - culture = sephardic - religion = jewish - size = 10000.0 - } - - artisans = { - culture = sephardic - religion = jewish - size = 222.75 - } - - clergymen = { - culture = north_italian - religion = catholic - size = 25.75 - } - - artisans = { - culture = north_italian - religion = catholic - size = 2034.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 772.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 721.0 + } + + officers = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 1158.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 4010.0 + } + + craftsmen = { + culture = turkish + religion = sunni + size = 10000 + } + + soldiers = { + culture = turkish + religion = sunni + size= 3000 + + } + + soldiers = { + culture = turkish + religion = sunni + size= 90 + + } + + farmers = { + culture = turkish + religion = sunni + size = 19385.25 + } + + bureaucrats = { + culture = greek + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 566.5 + } + + clerks = { + culture = greek + religion = orthodox + size = 400 + } + + craftsmen = { + culture = greek + religion = orthodox + size = 4000 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 2375.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 3077.0 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 2575.0 + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 489.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 231.75 + } + + clerks = { + culture = armenian + religion = orthodox + size = 100 + } + + craftsmen = { + culture = armenian + religion = orthodox + size = 2000 + } + + artisans = { + culture = armenian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 6680.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1888.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 77.25 + } + + artisans = { + culture = sephardic + religion = jewish + size = 10000.0 + } + + artisans = { + culture = sephardic + religion = jewish + size = 222.75 + } + + clergymen = { + culture = north_italian + religion = catholic + size = 25.75 + } + + artisans = { + culture = north_italian + religion = catholic + size = 2034.25 + } } #Uskudar (188000/47000 POPS) 861 = { - aristocrats = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 309.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 3090.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 24977.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 128.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 3605.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 8626.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 2575.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 3553.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 309.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 3090.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 24977.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 128.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 3605.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 8626.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 2575.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 3553.5 + } } #Izmit (316000/79000 POPS) 862 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 592.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 3476.25 - } - - soldiers = { - culture = turkish - religion = sunni - size= 824 - - } - - farmers = { - culture = turkish - religion = sunni - size = 51757.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 8729.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 721.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 13776.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 592.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 3476.25 + } + + soldiers = { + culture = turkish + religion = sunni + size= 824 + + } + + farmers = { + culture = turkish + religion = sunni + size = 51757.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 8729.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 721.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 13776.25 + } } #Hudavendigar Region (736000) #under the rule of Ottoman Empire in 1836 #Bursa (400000/100000 POPS) 863 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1184.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 334.75 - } - - officers = { - culture = turkish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 772.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 6180.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 67542.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 154.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 5665.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 10145.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 2575.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6617.75 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 10.3 - } - - artisans = { - culture = sephardic - religion = jewish - size = 504.7 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1184.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 334.75 + } + + officers = { + culture = turkish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 772.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 6180.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 67542.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 154.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 5665.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 10145.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 2575.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6617.75 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 10.3 + } + + artisans = { + culture = sephardic + religion = jewish + size = 504.7 + } } #Balikesir (204000/51000 POPS) 864 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 437.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2163.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 515 - - } - - farmers = { - culture = turkish - religion = sunni - size = 39474.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 463.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 8729.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 437.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2163.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 515 + + } + + farmers = { + culture = turkish + religion = sunni + size = 39474.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 463.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 8729.25 + } } #Chanakkale (132000/33000 POPS) 865 = { - aristocrats = { - culture = turkish - religion = sunni - size = 360.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 283.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 334 - - } - - farmers = { - culture = turkish - religion = sunni - size = 28428.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 154.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 2884.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 360.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 283.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 334 + + } + + farmers = { + culture = turkish + religion = sunni + size = 28428.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 154.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 2884.0 + } } #Karahisar Region (336000) #under the rule of Ottoman Empire in 1836 #Afyon (84000/21000 POPS) 866 = { - aristocrats = { - culture = turkish - religion = sunni - size = 283.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 180.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 978.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 206 - - } - - farmers = { - culture = turkish - religion = sunni - size = 17922.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 20.6 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 957.9 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1030.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 283.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 180.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 978.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 206 + + } + + farmers = { + culture = turkish + religion = sunni + size = 17922.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 20.6 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 957.9 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1030.0 + } } #Kutahya (112000/28000 POPS) 867 = { - aristocrats = { - culture = turkish - religion = sunni - size = 386.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 283.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1390.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 283 - - } - - farmers = { - culture = turkish - religion = sunni - size = 25466.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 20.6 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 957.9 - } + aristocrats = { + culture = turkish + religion = sunni + size = 386.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 283.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1390.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 283 + + } + + farmers = { + culture = turkish + religion = sunni + size = 25466.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 20.6 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 957.9 + } } #Eskisehir (140000/35000 POPS) 868 = { - aristocrats = { - culture = turkish - religion = sunni - size = 463.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 540.75 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 283.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 1699.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 360 - - } - - farmers = { - culture = turkish - religion = sunni - size = 30436.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 20.6 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 957.9 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1030.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 463.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 540.75 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 283.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 1699.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 360 + + } + + farmers = { + culture = turkish + religion = sunni + size = 30436.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 20.6 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 957.9 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1030.0 + } } #Aydin Region (988000) #under the rule of Ottoman Empire in 1836 #Izmir (340000/85000 POPS) 869 = { - aristocrats = { - culture = turkish - religion = sunni - size = 592.25 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 437.75 - } - - officers = { - culture = turkish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 566.5 - } - - craftsmen = { - culture = turkish - religion = sunni - size = 5000 - } - - artisans = { - culture = turkish - religion = sunni - size = 10000.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1390.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 2060 - - } - - farmers = { - culture = turkish - religion = sunni - size = 36500.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 257.5 - } - - clerks = { - culture = greek - religion = orthodox - size = 100 - } - - craftsmen = { - culture = greek - religion = orthodox - size = 1500 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = greek - religion = orthodox - size = 1030.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 3892.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1009.4 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3038.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 592.25 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 437.75 + } + + officers = { + culture = turkish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 566.5 + } + + craftsmen = { + culture = turkish + religion = sunni + size = 5000 + } + + artisans = { + culture = turkish + religion = sunni + size = 10000.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1390.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 2060 + + } + + farmers = { + culture = turkish + religion = sunni + size = 36500.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 257.5 + } + + clerks = { + culture = greek + religion = orthodox + size = 100 + } + + craftsmen = { + culture = greek + religion = orthodox + size = 1500 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = greek + religion = orthodox + size = 1030.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 3892.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1009.4 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3038.5 + } } #Manisa (244000/61000 POPS) 870 = { - aristocrats = { - culture = turkish - religion = sunni - size = 566.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 566.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 7725.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 618 - - } - - farmers = { - culture = turkish - religion = sunni - size = 47174.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 3605.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 2523.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 566.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 566.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 7725.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 618 + + } + + farmers = { + culture = turkish + religion = sunni + size = 47174.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 3605.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 2523.5 + } } #Denizli (308000/77000 POPS) 871 = { - aristocrats = { - culture = turkish - religion = sunni - size = 927.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 746.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 3759.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 772 - - } - - farmers = { - culture = turkish - religion = sunni - size = 69010.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 206.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 3836.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 927.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 746.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 3759.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 772 + + } + + farmers = { + culture = turkish + religion = sunni + size = 69010.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 206.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 3836.75 + } } #Mugla (96000/24000 POPS) 872 = { - aristocrats = { - culture = turkish - religion = sunni - size = 283.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 206.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 257 - - } - - farmers = { - culture = turkish - religion = sunni - size = 20780.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 103.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 283.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 206.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 257 + + } + + farmers = { + culture = turkish + religion = sunni + size = 20780.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 103.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 1931.25 + } } #Karaman Region (820000) #under the rule of Ottoman Empire in 1836 #Konya (416000/104000 POPS) 873 = { - aristocrats = { - culture = turkish - religion = sunni - size = 1184.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 309.0 - } - - officers = { - culture = turkish - religion = sunni - size = 231.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 978.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 3965.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1081 - - } - - farmers = { - culture = turkish - religion = sunni - size = 91129.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 360.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 7287.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 957.9 - } + aristocrats = { + culture = turkish + religion = sunni + size = 1184.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 309.0 + } + + officers = { + culture = turkish + religion = sunni + size = 231.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 978.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 3965.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1081 + + } + + farmers = { + culture = turkish + religion = sunni + size = 91129.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 360.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 7287.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 957.9 + } } #Burdur (200000/50000 POPS) 874 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 489.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 2420.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 515 - - } - - farmers = { - culture = turkish - religion = sunni - size = 44315.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 103.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 1931.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 20.6 - } - - artisans = { - culture = armenian - religion = orthodox - size = 51.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 957.9 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 489.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 2420.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 515 + + } + + farmers = { + culture = turkish + religion = sunni + size = 44315.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 103.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 1931.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 20.6 + } + + artisans = { + culture = armenian + religion = orthodox + size = 51.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 957.9 + } } #Antalya (204000/51000 POPS) 875 = { - aristocrats = { - culture = turkish - religion = sunni - size = 592.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 489.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 2472.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 540 - - } - - farmers = { - culture = turkish - religion = sunni - size = 45345.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 154.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 2884.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 592.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 489.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 2472.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 540 + + } + + farmers = { + culture = turkish + religion = sunni + size = 45345.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 154.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 2884.0 + } } #Central Anatolia Region (692000) #under the rule of Ottoman Empire in 1836 #Ankara (240000/60000 POPS) 876 = { - aristocrats = { - culture = turkish - religion = sunni - size = 721.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 257.5 - } - - officers = { - culture = turkish - religion = sunni - size = 206.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 540.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2266.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 2060 - - } - - farmers = { - culture = turkish - religion = sunni - size = 49568.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 952.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 4841.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 721.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 257.5 + } + + officers = { + culture = turkish + religion = sunni + size = 206.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 540.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2266.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 2060 + + } + + farmers = { + culture = turkish + religion = sunni + size = 49568.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 952.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 4841.0 + } } #Amasya (132000/33000 POPS) 877 = { - aristocrats = { - culture = turkish - religion = sunni - size = 695.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 309.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 334 - - } - - farmers = { - culture = turkish - religion = sunni - size = 28016.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 952.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 695.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 309.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 334 + + } + + farmers = { + culture = turkish + religion = sunni + size = 28016.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 952.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1931.25 + } } #Kayseri (96000/24000 POPS) 878 = { - aristocrats = { - culture = turkish - religion = sunni - size = 309.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 618.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 257 - - } - - farmers = { - culture = turkish - religion = sunni - size = 110441.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 4841.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6772.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 309.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 618.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 257 + + } + + farmers = { + culture = turkish + religion = sunni + size = 110441.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 4841.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6772.25 + } } #Sivas (224000/56000 POPS) 879 = { - aristocrats = { - culture = turkish - religion = sunni - size = 618.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 463.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 2317.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 2060 - - } - - farmers = { - culture = turkish - religion = sunni - size = 41921.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 103.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 1931.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 8729.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 618.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 463.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 2317.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 2060 + + } + + farmers = { + culture = turkish + religion = sunni + size = 41921.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 103.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 1931.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 8729.25 + } } #Kastamonu Region (392000) #under the rule of Ottoman Empire in 1836 #Kastamonu (296000/74000 POPS) 880 = { - aristocrats = { - culture = turkish - religion = sunni - size = 849.75 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 128.75 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 746.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 3759.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 772 - - } - - farmers = { - culture = turkish - religion = sunni - size = 68829.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 952.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 849.75 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 128.75 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 746.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 3759.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 772 + + } + + farmers = { + culture = turkish + religion = sunni + size = 68829.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 952.75 + } } #Bolu (96000/24000 POPS) 881 = { - aristocrats = { - culture = turkish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 231.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 1184.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 257 - - } - - farmers = { - culture = turkish - religion = sunni - size = 21758.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 51.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 952.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 231.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 1184.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 257 + + } + + farmers = { + culture = turkish + religion = sunni + size = 21758.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 51.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 952.75 + } } #Trebizonde Region (540000) #under the rule of Ottoman Empire in 1836 #Trabzon (208000/52000 POPS) 882 = { - aristocrats = { - culture = turkish - religion = sunni - size = 566.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 180.25 - } - - officers = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 360.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 2060 - - } - - farmers = { - culture = turkish - religion = sunni - size = 30925.75 - } - - clergymen = { - culture = greek - religion = orthodox - size = 128.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 669.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 12591.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 257.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 4841.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 566.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 180.25 + } + + officers = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 360.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 2060 + + } + + farmers = { + culture = turkish + religion = sunni + size = 30925.75 + } + + clergymen = { + culture = greek + religion = orthodox + size = 128.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 669.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 12591.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 257.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 4841.0 + } } #Sinop (192000/48000 POPS) 883 = { - aristocrats = { - culture = turkish - religion = sunni - size = 540.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 437.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2214.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 2060 - - } - - farmers = { - culture = turkish - religion = sunni - size = 39037.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 4841.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 540.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 437.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2214.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 2060 + + } + + farmers = { + culture = turkish + religion = sunni + size = 39037.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 4841.0 + } } #Giresun (140000/35000 POPS) 884 = { - aristocrats = { - culture = turkish - religion = sunni - size = 412.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 257.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 22660.0 - } - - clergymen = { - culture = greek - religion = orthodox - size = 77.25 - } - - artisans = { - culture = greek - religion = orthodox - size = 412.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 7750.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = armenian - religion = orthodox - size = 103.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 412.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 257.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 22660.0 + } + + clergymen = { + culture = greek + religion = orthodox + size = 77.25 + } + + artisans = { + culture = greek + religion = orthodox + size = 412.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 7750.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = armenian + religion = orthodox + size = 103.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 1931.25 + } } #Kars Region (856000) #see Georgia.txt for balance of region #under the rule of Ottoman Empire in 1836 #Kars (408000/102000 POPS) 885 = { - aristocrats = { - culture = turkish - religion = sunni - size = 618.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 206.0 - } - - officers = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 515.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 2575.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 721 - - } - - farmers = { - culture = turkish - religion = sunni - size = 46710.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1545.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 29046.0 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 463.5 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 51.5 - } - - officers = { - culture = kurdish - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 206.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 283 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 20548.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 618.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 206.0 + } + + officers = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 515.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 2575.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 721 + + } + + farmers = { + culture = turkish + religion = sunni + size = 46710.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1545.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 29046.0 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 463.5 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 51.5 + } + + officers = { + culture = kurdish + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 206.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 283 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 20548.5 + } } #Ardahan (448000/112000 POPS) 886 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 437.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2214.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 592 - - } - - farmers = { - culture = turkish - religion = sunni - size = 40376.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 309.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1545.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 29046.0 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 566.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 386.25 - } - - artisans = { - culture = kurdish - religion = sunni - size = 2008.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 592 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 36616.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 437.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2214.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 592 + + } + + farmers = { + culture = turkish + religion = sunni + size = 40376.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 309.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1545.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 29046.0 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 566.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 386.25 + } + + artisans = { + culture = kurdish + religion = sunni + size = 2008.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 592 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 36616.5 + } } #Eastern Anatolia Region (676000) #under the rule of Ottoman Empire in 1836 #Erzurum (168000/42000 POPS) 887 = { - aristocrats = { - culture = turkish - religion = sunni - size = 206.0 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - officers = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 128.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 669.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 11201.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 9038.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 309.0 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 51.5 - } - - officers = { - culture = kurdish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 206.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1030.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 1030 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 17870.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 206.0 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + officers = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 128.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 669.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 11201.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 9038.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 309.0 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 51.5 + } + + officers = { + culture = kurdish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 206.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1030.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 1030 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 17870.5 + } } #Erzincan (312000/78000 POPS) 888 = { - aristocrats = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 231.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 1184.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 1030 - - } - - farmers = { - culture = turkish - religion = sunni - size = 20780.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 360.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1854.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 34865.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 412.0 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 206.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 978.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 1030 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 16943.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 231.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 1184.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 1030 + + } + + farmers = { + culture = turkish + religion = sunni + size = 20780.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 360.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1854.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 34865.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 412.0 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 206.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 978.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 1030 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 16943.5 + } } #Malatya (196000/49000 POPS) #mashriqi catholic = Assyrians 889 = { - aristocrats = { - culture = turkish - religion = sunni - size = 180.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 515.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 154 - - } - - farmers = { - culture = turkish - religion = sunni - size = 10403.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 618.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 11639.0 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 77.25 - } - - artisans = { - culture = assyrian - religion = catholic - size = 206.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 3836.75 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 386.25 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 231.75 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1184.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 386 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 21501.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 180.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 515.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 154 + + } + + farmers = { + culture = turkish + religion = sunni + size = 10403.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 618.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 11639.0 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 77.25 + } + + artisans = { + culture = assyrian + religion = catholic + size = 206.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 3836.75 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 386.25 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 231.75 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1184.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 386 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 21501.25 + } } #Kurdistan Region (720000) #under the rule of Ottoman Empire in 1836 #Van (288000/72000 POPS) 890 = { - aristocrats = { - culture = turkish - religion = sunni - size = 180.25 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 128.75 - } - - officers = { - culture = turkish - religion = sunni - size = 128.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 103.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 566.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 10042.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 180.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 978.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 18411.25 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 51.5 - } - - artisans = { - culture = assyrian - religion = catholic - size = 309.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 5819.5 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 566.5 - } - - bureaucrats = { - culture = kurdish - religion = sunni - size = 77.25 - } - - officers = { - culture = kurdish - religion = sunni - size = 77.25 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 360.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1854.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 566 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 33578.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 180.25 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 128.75 + } + + officers = { + culture = turkish + religion = sunni + size = 128.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 103.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 566.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 10042.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 180.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 978.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 18411.25 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 51.5 + } + + artisans = { + culture = assyrian + religion = catholic + size = 309.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 5819.5 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 566.5 + } + + bureaucrats = { + culture = kurdish + religion = sunni + size = 77.25 + } + + officers = { + culture = kurdish + religion = sunni + size = 77.25 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 360.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1854.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 566 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 33578.0 + } } #Bitlis (76000/19000 POPS) 891 = { - aristocrats = { - culture = turkish - religion = sunni - size = 103.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 206.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 77 - - } - - farmers = { - culture = turkish - religion = sunni - size = 3656.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6798.0 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25.75 - } - - artisans = { - culture = assyrian - religion = catholic - size = 103.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1931.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 128.75 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 51.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 309.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 128 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 5562.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 103.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 206.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 77 + + } + + farmers = { + culture = turkish + religion = sunni + size = 3656.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6798.0 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25.75 + } + + artisans = { + culture = assyrian + religion = catholic + size = 103.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1931.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 128.75 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 51.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 309.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 128 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 5562.0 + } } #Hakkari (92000/23000 POPS) 892 = { - aristocrats = { - culture = turkish - religion = sunni - size = 51.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 154.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 77 - - } - - farmers = { - culture = turkish - religion = sunni - size = 2729.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6798.0 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 25.75 - } - - artisans = { - culture = assyrian - religion = catholic - size = 103.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 1931.25 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 103.0 - } - - artisans = { - culture = kurdish - religion = sunni - size = 566.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 180 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 10325.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 51.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 154.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 77 + + } + + farmers = { + culture = turkish + religion = sunni + size = 2729.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6798.0 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 25.75 + } + + artisans = { + culture = assyrian + religion = catholic + size = 103.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 1931.25 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 103.0 + } + + artisans = { + culture = kurdish + religion = sunni + size = 566.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 180 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 10325.75 + } } #Diyarbakir (264000/66000 POPS) 893 = { - aristocrats = { - culture = turkish - religion = sunni - size = 25.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 206.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 206.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 51 - - } - - farmers = { - culture = turkish - religion = sunni - size = 2266.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = armenian - religion = orthodox - size = 1081.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 21372.5 - } - - clergymen = { - culture = assyrian - religion = catholic - size = 77.25 - } - - artisans = { - culture = assyrian - religion = catholic - size = 412.0 - } - - farmers = { - culture = assyrian - religion = catholic - size = 7750.75 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 669.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 360.5 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 669 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 32548.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 25.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 206.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 206.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 51 + + } + + farmers = { + culture = turkish + religion = sunni + size = 2266.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = armenian + religion = orthodox + size = 1081.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 21372.5 + } + + clergymen = { + culture = assyrian + religion = catholic + size = 77.25 + } + + artisans = { + culture = assyrian + religion = catholic + size = 412.0 + } + + farmers = { + culture = assyrian + religion = catholic + size = 7750.75 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 669.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 360.5 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 669 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 32548.0 + } } #Cilicia Region (540000) #under the rule of Ottoman Empire in 1836 #Adana (252000/63000 POPS) 894 = { - aristocrats = { - culture = turkish - religion = sunni - size = 669.5 - } - - bureaucrats = { - culture = turkish - religion = sunni - size = 154.5 - } - - officers = { - culture = turkish - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 515.0 - } - - artisans = { - culture = turkish - religion = sunni - size = 2626.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 643 - - } - - farmers = { - culture = turkish - religion = sunni - size = 47766.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 154.5 - } - - farmers = { - culture = greek - religion = orthodox - size = 2884.0 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 463.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 8729.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 669.5 + } + + bureaucrats = { + culture = turkish + religion = sunni + size = 154.5 + } + + officers = { + culture = turkish + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 515.0 + } + + artisans = { + culture = turkish + religion = sunni + size = 2626.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 643 + + } + + farmers = { + culture = turkish + religion = sunni + size = 47766.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 154.5 + } + + farmers = { + culture = greek + religion = orthodox + size = 2884.0 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 463.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 8729.25 + } } #Mersin (96000/24000 POPS) 895 = { - aristocrats = { - culture = turkish - religion = sunni - size = 283.25 - } - - clergymen = { - culture = turkish - religion = sunni - size = 231.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 231 - - } - - farmers = { - culture = turkish - religion = sunni - size = 20780.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 103.0 - } - - farmers = { - culture = greek - religion = orthodox - size = 1931.25 - } + aristocrats = { + culture = turkish + religion = sunni + size = 283.25 + } + + clergymen = { + culture = turkish + religion = sunni + size = 231.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 231 + + } + + farmers = { + culture = turkish + religion = sunni + size = 20780.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 103.0 + } + + farmers = { + culture = greek + religion = orthodox + size = 1931.25 + } } #Marash (192000/48000 POPS) 896 = { - aristocrats = { - culture = turkish - religion = sunni - size = 540.75 - } - - clergymen = { - culture = turkish - religion = sunni - size = 437.75 - } - - artisans = { - culture = turkish - religion = sunni - size = 2163.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 437 - - } - - farmers = { - culture = turkish - religion = sunni - size = 39680.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 309.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 5819.5 - } + aristocrats = { + culture = turkish + religion = sunni + size = 540.75 + } + + clergymen = { + culture = turkish + religion = sunni + size = 437.75 + } + + artisans = { + culture = turkish + religion = sunni + size = 2163.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 437 + + } + + farmers = { + culture = turkish + religion = sunni + size = 39680.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 309.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 5819.5 + } } #Halab Region (756000) #see Syria.txt for balance of region #under the rule of Egypt in 1836 #Antep (248000/62000 POPS) 898 = { - aristocrats = { - culture = turkish - religion = sunni - size = 463.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 360.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 1802.5 - } - - soldiers = { - culture = turkish - religion = sunni - size= 437 - - } - - farmers = { - culture = turkish - religion = sunni - size = 32985.75 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 180.25 - } - - artisans = { - culture = kurdish - religion = sunni - size = 875.5 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 206 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 15990.75 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 515.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 9707.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 463.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 360.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 1802.5 + } + + soldiers = { + culture = turkish + religion = sunni + size= 437 + + } + + farmers = { + culture = turkish + religion = sunni + size = 32985.75 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 180.25 + } + + artisans = { + culture = kurdish + religion = sunni + size = 875.5 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 206 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 15990.75 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 515.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 9707.75 + } } #Urfa (348000/87000 POPS) 899 = { - aristocrats = { - culture = turkish - religion = sunni - size = 257.5 - } - - clergymen = { - culture = turkish - religion = sunni - size = 180.25 - } - - artisans = { - culture = turkish - religion = sunni - size = 927.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 180 - - } - - farmers = { - culture = turkish - religion = sunni - size = 16995.0 - } - - aristocrats = { - culture = kurdish - religion = sunni - size = 360.5 - } - - clergymen = { - culture = kurdish - religion = sunni - size = 283.25 - } - - artisans = { - culture = kurdish - religion = sunni - size = 1442.0 - } - - soldiers = { - culture = kurdish - religion = sunni - size= 334 - - } - - farmers = { - culture = kurdish - religion = sunni - size = 26419.5 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 412.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 283.25 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1751.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 386 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 34144.5 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = armenian - religion = orthodox - size = 360.5 - } - - farmers = { - culture = armenian - religion = orthodox - size = 6798.0 - } + aristocrats = { + culture = turkish + religion = sunni + size = 257.5 + } + + clergymen = { + culture = turkish + religion = sunni + size = 180.25 + } + + artisans = { + culture = turkish + religion = sunni + size = 927.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 180 + + } + + farmers = { + culture = turkish + religion = sunni + size = 16995.0 + } + + aristocrats = { + culture = kurdish + religion = sunni + size = 360.5 + } + + clergymen = { + culture = kurdish + religion = sunni + size = 283.25 + } + + artisans = { + culture = kurdish + religion = sunni + size = 1442.0 + } + + soldiers = { + culture = kurdish + religion = sunni + size= 334 + + } + + farmers = { + culture = kurdish + religion = sunni + size = 26419.5 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 412.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 283.25 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1751.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 386 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 34144.5 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = armenian + religion = orthodox + size = 360.5 + } + + farmers = { + culture = armenian + religion = orthodox + size = 6798.0 + } } #Antioch (160000/40000 POPS) 900 = { - aristocrats = { - culture = turkish - religion = sunni - size = 309.0 - } - - clergymen = { - culture = turkish - religion = sunni - size = 154.5 - } - - artisans = { - culture = turkish - religion = sunni - size = 824.0 - } - - soldiers = { - culture = turkish - religion = sunni - size= 231 - - } - - farmers = { - culture = turkish - religion = sunni - size = 14960.75 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 206.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 566.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 180 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 10274.25 - } - - clergymen = { - culture = mashriqi - religion = orthodox - size = 77.25 - } - - artisans = { - culture = mashriqi - religion = orthodox - size = 463.5 - } - - farmers = { - culture = mashriqi - religion = orthodox - size = 8729.25 - } - - clergymen = { - culture = armenian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = armenian - religion = orthodox - size = 206.0 - } - - farmers = { - culture = armenian - religion = orthodox - size = 3836.75 - } + aristocrats = { + culture = turkish + religion = sunni + size = 309.0 + } + + clergymen = { + culture = turkish + religion = sunni + size = 154.5 + } + + artisans = { + culture = turkish + religion = sunni + size = 824.0 + } + + soldiers = { + culture = turkish + religion = sunni + size= 231 + + } + + farmers = { + culture = turkish + religion = sunni + size = 14960.75 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 206.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 566.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 180 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 10274.25 + } + + clergymen = { + culture = mashriqi + religion = orthodox + size = 77.25 + } + + artisans = { + culture = mashriqi + religion = orthodox + size = 463.5 + } + + farmers = { + culture = mashriqi + religion = orthodox + size = 8729.25 + } + + clergymen = { + culture = armenian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = armenian + religion = orthodox + size = 206.0 + } + + farmers = { + culture = armenian + religion = orthodox + size = 3836.75 + } } diff --git a/HPM/history/pops/1861.4.14/Turkmenistan.txt b/HPM/history/pops/1861.4.14/Turkmenistan.txt index 7aee129b..66e4351b 100644 --- a/HPM/history/pops/1861.4.14/Turkmenistan.txt +++ b/HPM/history/pops/1861.4.14/Turkmenistan.txt @@ -2,256 +2,256 @@ #under the rule of Khiva in 1836 #Dashhowuz (40000/10000 POPS) #now part of Turkmenistan 1196 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 180.25 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 463.5 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 1103 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 9476.0 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 180.25 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 463.5 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 1103 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 9476.0 + } } #Turkmenia Region (368000) #under the rule of Khiva in 1836 #Ashkabad (148000/32000 POPS) 1204 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 515.0 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 283.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 1287.5 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 309 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 26445.25 - } - - clergymen = { - culture = persian - religion = shiite - size = 25.75 - } - - artisans = { - culture = persian - religion = shiite - size = 206.0 - } - - soldiers = { - culture = persian - religion = shiite - size= 25 - - } - - farmers = { - culture = persian - religion = shiite - size = 3862.5 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 515.0 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 283.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 1287.5 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 309 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 26445.25 + } + + clergymen = { + culture = persian + religion = shiite + size = 25.75 + } + + artisans = { + culture = persian + religion = shiite + size = 206.0 + } + + soldiers = { + culture = persian + religion = shiite + size= 25 + + } + + farmers = { + culture = persian + religion = shiite + size = 3862.5 + } } #Kizil Arvut (88000/22000 POPS) 1205 = { - aristocrats = { - culture = turkmen - religion = sunni - size = 386.25 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 180.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 875.5 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 206 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 17922.0 - } - - clergymen = { - culture = persian - religion = shiite - size = 25.75 - } - - artisans = { - culture = persian - religion = shiite - size = 154.5 - } - - soldiers = { - culture = persian - religion = shiite - size= 25 - - } - - farmers = { - culture = persian - religion = shiite - size = 2884.0 - } + aristocrats = { + culture = turkmen + religion = sunni + size = 386.25 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 180.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 875.5 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 206 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 17922.0 + } + + clergymen = { + culture = persian + religion = shiite + size = 25.75 + } + + artisans = { + culture = persian + religion = shiite + size = 154.5 + } + + soldiers = { + culture = persian + religion = shiite + size= 25 + + } + + farmers = { + culture = persian + religion = shiite + size = 2884.0 + } } #under the rule of Bukhara in 1836 #Merv (132000/33000 POPS) 1206 = { - aristocrats = { - culture = tajik - religion = sunni - size = 25.75 - } - - clergymen = { - culture = tajik - religion = sunni - size = 25.75 - } - - artisans = { - culture = tajik - religion = sunni - size = 103.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 25 - - } - - farmers = { - culture = tajik - religion = sunni - size = 1879.75 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 412.0 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 231.75 - } - - artisans = { - culture = turkmen - religion = sunni - size = 1133.0 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 3000 - - } - - soldiers = { - culture = turkmen - religion = sunni - size= 1257 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 17655.75 - } - - aristocrats = { - culture = persian - religion = shiite - size = 51.5 - } - - clergymen = { - culture = persian - religion = shiite - size = 51.5 - } - - artisans = { - culture = persian - religion = shiite - size = 412.0 - } - - soldiers = { - culture = persian - religion = shiite - size= 77 - - } - - farmers = { - culture = persian - religion = shiite - size = 7647.75 - } + aristocrats = { + culture = tajik + religion = sunni + size = 25.75 + } + + clergymen = { + culture = tajik + religion = sunni + size = 25.75 + } + + artisans = { + culture = tajik + religion = sunni + size = 103.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 25 + + } + + farmers = { + culture = tajik + religion = sunni + size = 1879.75 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 412.0 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 231.75 + } + + artisans = { + culture = turkmen + religion = sunni + size = 1133.0 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 3000 + + } + + soldiers = { + culture = turkmen + religion = sunni + size= 1257 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 17655.75 + } + + aristocrats = { + culture = persian + religion = shiite + size = 51.5 + } + + clergymen = { + culture = persian + religion = shiite + size = 51.5 + } + + artisans = { + culture = persian + religion = shiite + size = 412.0 + } + + soldiers = { + culture = persian + religion = shiite + size= 77 + + } + + farmers = { + culture = persian + religion = shiite + size = 7647.75 + } } diff --git a/HPM/history/pops/1861.4.14/Uganda.txt b/HPM/history/pops/1861.4.14/Uganda.txt index 8d8557af..ea6eb3c6 100644 --- a/HPM/history/pops/1861.4.14/Uganda.txt +++ b/HPM/history/pops/1861.4.14/Uganda.txt @@ -1,421 +1,421 @@ -#Uganda Region (1136000) +#Uganda Region (1136000) #uncolonized in 1836/dominated by Buganda in 1836 -#Entebbe (400000/100000 POPS) +#Entebbe (400000/100000 POPS) 2019 = { - aristocrats = { - culture = baganda - religion = animist - size = 1000 - } - - aristocrats = { - culture = baganda - religion = sunni - size = 350 - } - - bureaucrats = { - culture = baganda - religion = sunni - size = 50 - } - - officers = { - culture = baganda - religion = animist - size = 50 - } - - officers = { - culture = baganda - religion = sunni - size = 50 - } - - clergymen = { - culture = baganda - religion = sunni - size = 725 - } - - artisans = { - culture = baganda - religion = animist - size = 1800 - } - - artisans = { - culture = baganda - religion = sunni - size = 1000 - } - - soldiers = { - culture = baganda - religion = animist - size = 1000 - } - - soldiers = { - culture = baganda - religion = sunni - size = 1000 - } - - farmers = { - culture = baganda - religion = animist - size = 48025 - } - - farmers = { - culture = baganda - religion = sunni - size = 15000 - } - - aristocrats = { - culture = lacustrine_bantu - religion = animist - size = 575 - } - - clergymen = { - culture = lacustrine_bantu - religion = animist - size = 300 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 1500 - } - - soldiers = { - culture = lacustrine_bantu - religion = animist - size = 300 - } - - farmers = { - culture = lacustrine_bantu - religion = animist - size = 10325 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 7000 - } + aristocrats = { + culture = baganda + religion = animist + size = 1000 + } + + aristocrats = { + culture = baganda + religion = sunni + size = 350 + } + + bureaucrats = { + culture = baganda + religion = sunni + size = 50 + } + + officers = { + culture = baganda + religion = animist + size = 50 + } + + officers = { + culture = baganda + religion = sunni + size = 50 + } + + clergymen = { + culture = baganda + religion = sunni + size = 725 + } + + artisans = { + culture = baganda + religion = animist + size = 1800 + } + + artisans = { + culture = baganda + religion = sunni + size = 1000 + } + + soldiers = { + culture = baganda + religion = animist + size = 1000 + } + + soldiers = { + culture = baganda + religion = sunni + size = 1000 + } + + farmers = { + culture = baganda + religion = animist + size = 48025 + } + + farmers = { + culture = baganda + religion = sunni + size = 15000 + } + + aristocrats = { + culture = lacustrine_bantu + religion = animist + size = 575 + } + + clergymen = { + culture = lacustrine_bantu + religion = animist + size = 300 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 1500 + } + + soldiers = { + culture = lacustrine_bantu + religion = animist + size = 300 + } + + farmers = { + culture = lacustrine_bantu + religion = animist + size = 10325 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 7000 + } } -#Mbarara (232000/53000 POPS) +#Mbarara (232000/53000 POPS) 2020 = { - aristocrats = { - culture = baganda - religion = animist - size = 650 - } - - clergymen = { - culture = baganda - religion = animist - size = 350 - } - - artisans = { - culture = baganda - religion = animist - size = 1650 - } - - soldiers = { - culture = baganda - religion = animist - size = 1350 - } - - farmers = { - culture = baganda - religion = animist - size = 41920 - } - - farmers = { - culture = ruanda - religion = animist - size = 4000 - } - - farmers = { - culture = baganda - religion = sunni - size = 2080 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 4000 - } - - aristocrats = { - culture = luo - religion = animist - size = 350 - } - - clergymen = { - culture = luo - religion = animist - size = 175 - } - - artisans = { - culture = luo - religion = animist - size = 725 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 8550 - } + aristocrats = { + culture = baganda + religion = animist + size = 650 + } + + clergymen = { + culture = baganda + religion = animist + size = 350 + } + + artisans = { + culture = baganda + religion = animist + size = 1650 + } + + soldiers = { + culture = baganda + religion = animist + size = 1350 + } + + farmers = { + culture = baganda + religion = animist + size = 41920 + } + + farmers = { + culture = ruanda + religion = animist + size = 4000 + } + + farmers = { + culture = baganda + religion = sunni + size = 2080 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 4000 + } + + aristocrats = { + culture = luo + religion = animist + size = 350 + } + + clergymen = { + culture = luo + religion = animist + size = 175 + } + + artisans = { + culture = luo + religion = animist + size = 725 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 8550 + } } -#Masindi (192000/48000 POPS) +#Masindi (192000/48000 POPS) 2021 = { - aristocrats = { - culture = luo - religion = sunni - size = 550 - } - - clergymen = { - culture = luo - religion = sunni - size = 300 - } - - soldiers = { - culture = luo - religion = sunni - size = 300 - } - - farmers = { - culture = luo - religion = sunni - size = 700 - } - - artisans = { - culture = nilotic - religion = animist - size = 1450 - } - - farmers = { - culture = nilotic - religion = animist - size = 3700 - } - - slaves = { - culture = nilotic - religion = animist - size = 4000 - } - - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 20450 - } + aristocrats = { + culture = luo + religion = sunni + size = 550 + } + + clergymen = { + culture = luo + religion = sunni + size = 300 + } + + soldiers = { + culture = luo + religion = sunni + size = 300 + } + + farmers = { + culture = luo + religion = sunni + size = 700 + } + + artisans = { + culture = nilotic + religion = animist + size = 1450 + } + + farmers = { + culture = nilotic + religion = animist + size = 3700 + } + + slaves = { + culture = nilotic + religion = animist + size = 4000 + } + + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 20450 + } } -#Kitgum (104000/26000 POPS) +#Kitgum (104000/26000 POPS) 2022 = { - aristocrats = { - culture = luo - religion = animist - size = 375 - } - - clergymen = { - culture = luo - religion = animist - size = 200 - } - - artisans = { - culture = luo - religion = animist - size = 775 - } - - soldiers = { - culture = luo - religion = animist - size = 200 - } - - farmers = { - culture = luo - religion = animist - size = 24450 - } - - aristocrats = { - culture = luo - religion = sunni - size = 125 - } - - clergymen = { - culture = luo - religion = sunni - size = 75 - } - - artisans = { - culture = luo - religion = sunni - size = 350 - } - - soldiers = { - culture = luo - religion = sunni - size = 75 - } - - farmers = { - culture = nilotic - religion = animist - size = 5075 - } - - farmers = { - culture = nilotic - religion = sunni - size = 2700 - } - - slaves = { - culture = nilotic - religion = animist - size = 3300 - } + aristocrats = { + culture = luo + religion = animist + size = 375 + } + + clergymen = { + culture = luo + religion = animist + size = 200 + } + + artisans = { + culture = luo + religion = animist + size = 775 + } + + soldiers = { + culture = luo + religion = animist + size = 200 + } + + farmers = { + culture = luo + religion = animist + size = 24450 + } + + aristocrats = { + culture = luo + religion = sunni + size = 125 + } + + clergymen = { + culture = luo + religion = sunni + size = 75 + } + + artisans = { + culture = luo + religion = sunni + size = 350 + } + + soldiers = { + culture = luo + religion = sunni + size = 75 + } + + farmers = { + culture = nilotic + religion = animist + size = 5075 + } + + farmers = { + culture = nilotic + religion = sunni + size = 2700 + } + + slaves = { + culture = nilotic + religion = animist + size = 3300 + } } -#Jinja (208000/52000 POPS) +#Jinja (208000/52000 POPS) 2023 = { - aristocrats = { - culture = baganda - religion = animist - size = 275 - } - - clergymen = { - culture = baganda - religion = animist - size = 150 - } - - aristocrats = { - culture = baganda - religion = sunni - size = 750 - } - - clergymen = { - culture = baganda - religion = sunni - size = 375 - } - - artisans = { - culture = baganda - religion = animist - size = 575 - } - - soldiers = { - culture = baganda - religion = animist - size = 150 - } - - soldiers = { - culture = baganda - religion = sunni - size = 375 - } - - farmers = { - culture = baganda - religion = animist - size = 52850 - } - - farmers = { - culture = baganda - religion = sunni - size = 9000 - } - - artisans = { - culture = luo - religion = animist - size = 1900 - } - - farmers = { - culture = luo - religion = animist - size = 4400 - } - - artisans = { - culture = lacustrine_bantu - religion = animist - size = 200 - } - - slaves = { - culture = lacustrine_bantu - religion = animist - size = 6000 - } + aristocrats = { + culture = baganda + religion = animist + size = 275 + } + + clergymen = { + culture = baganda + religion = animist + size = 150 + } + + aristocrats = { + culture = baganda + religion = sunni + size = 750 + } + + clergymen = { + culture = baganda + religion = sunni + size = 375 + } + + artisans = { + culture = baganda + religion = animist + size = 575 + } + + soldiers = { + culture = baganda + religion = animist + size = 150 + } + + soldiers = { + culture = baganda + religion = sunni + size = 375 + } + + farmers = { + culture = baganda + religion = animist + size = 52850 + } + + farmers = { + culture = baganda + religion = sunni + size = 9000 + } + + artisans = { + culture = luo + religion = animist + size = 1900 + } + + farmers = { + culture = luo + religion = animist + size = 4400 + } + + artisans = { + culture = lacustrine_bantu + religion = animist + size = 200 + } + + slaves = { + culture = lacustrine_bantu + religion = animist + size = 6000 + } } diff --git a/HPM/history/pops/1861.4.14/Ukraine.txt b/HPM/history/pops/1861.4.14/Ukraine.txt index ab45a6a6..b83190fa 100644 --- a/HPM/history/pops/1861.4.14/Ukraine.txt +++ b/HPM/history/pops/1861.4.14/Ukraine.txt @@ -2,3868 +2,3868 @@ #under the rule of Austria in 1836 #Cernauti (164000/41000 POPS) 662 = { - clergymen = { - culture = romanian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 412.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 103 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 9707.75 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 206.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 206 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 20188.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 721.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 30.900000000000002 - } - - officers = { - culture = polish - religion = catholic - size = 61.800000000000004 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 309.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 51 - - } - - farmers = { - culture = polish - religion = catholic - size = 3924.3 - } - - bureaucrats = { - culture = south_german - religion = catholic - size = 36.050000000000004 - } - - officers = { - culture = south_german - religion = catholic - size = 41.2 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 206.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 2729.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 618.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2394.75 - } + clergymen = { + culture = romanian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 412.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 103 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 9707.75 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 206.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 206 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 20188.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 721.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 30.900000000000002 + } + + officers = { + culture = polish + religion = catholic + size = 61.800000000000004 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 309.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 51 + + } + + farmers = { + culture = polish + religion = catholic + size = 3924.3 + } + + bureaucrats = { + culture = south_german + religion = catholic + size = 36.050000000000004 + } + + officers = { + culture = south_german + religion = catholic + size = 41.2 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 206.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 2729.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 618.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2394.75 + } } #Bessarabia Region (332000) #see Moldova.txt for balance of Region #under the rule of Russia in 1836 #Ismail (332000/83000 POPS) 678 = { - aristocrats = { - culture = romanian - religion = orthodox - size = 2163.0 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 618.0 - } - - artisans = { - culture = romanian - religion = orthodox - size = 3090.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 618 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 55414.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1442.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5613.5 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 77.25 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size= 25 - - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2935.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 103.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 103 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 9579.0 - } - - clergymen = { - culture = turkish #gagauz - religion = orthodox - size = 51.5 - } - - artisans = { - culture = turkish - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = turkish - religion = orthodox - size= 25 - - } - - farmers = { - culture = turkish - religion = orthodox - size = 2858.25 - } + aristocrats = { + culture = romanian + religion = orthodox + size = 2163.0 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 618.0 + } + + artisans = { + culture = romanian + religion = orthodox + size = 3090.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 618 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 55414.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1442.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5613.5 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 77.25 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size= 25 + + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2935.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 103.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 103 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 9579.0 + } + + clergymen = { + culture = turkish #gagauz + religion = orthodox + size = 51.5 + } + + artisans = { + culture = turkish + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = turkish + religion = orthodox + size= 25 + + } + + farmers = { + culture = turkish + religion = orthodox + size = 2858.25 + } } #Felvidek Region (856000) #see Hungary.txt and Slovakia.txt for balance of Region #under the rule of Austria in 1836 #Uzgorod (856000/214000 POPS) #Part of Ukraine today 950 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 875.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 4738.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1927 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 87219.5 - } - - clergymen = { - culture = slovak - religion = catholic - size = 154.5 - } - - artisans = { - culture = slovak - religion = catholic - size = 875.5 - } - - soldiers = { - culture = slovak - religion = catholic - size= 180 - - } - - farmers = { - culture = slovak - religion = catholic - size = 16299.75 - } - - aristocrats = { - culture = hungarian - religion = catholic - size = 4377.5 - } - - clergymen = { - culture = hungarian - religion = catholic - size = 437.75 - } - - artisans = { - culture = hungarian - religion = catholic - size = 2214.5 - } - - soldiers = { - culture = hungarian - religion = catholic - size= 1463 - - } - - farmers = { - culture = hungarian - religion = catholic - size = 35796.75 - } - - clergymen = { - culture = hungarian - religion = protestant - size = 412.0 - } - - artisans = { - culture = hungarian - religion = protestant - size = 2317.5 - } - - soldiers = { - culture = hungarian - religion = protestant - size= 1412 - - } - - farmers = { - culture = hungarian - religion = protestant - size = 39118.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 824.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 51 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 3167.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 77.25 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 901.25 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 154 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 14394.25 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 875.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 4738.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1927 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 87219.5 + } + + clergymen = { + culture = slovak + religion = catholic + size = 154.5 + } + + artisans = { + culture = slovak + religion = catholic + size = 875.5 + } + + soldiers = { + culture = slovak + religion = catholic + size= 180 + + } + + farmers = { + culture = slovak + religion = catholic + size = 16299.75 + } + + aristocrats = { + culture = hungarian + religion = catholic + size = 4377.5 + } + + clergymen = { + culture = hungarian + religion = catholic + size = 437.75 + } + + artisans = { + culture = hungarian + religion = catholic + size = 2214.5 + } + + soldiers = { + culture = hungarian + religion = catholic + size= 1463 + + } + + farmers = { + culture = hungarian + religion = catholic + size = 35796.75 + } + + clergymen = { + culture = hungarian + religion = protestant + size = 412.0 + } + + artisans = { + culture = hungarian + religion = protestant + size = 2317.5 + } + + soldiers = { + culture = hungarian + religion = protestant + size= 1412 + + } + + farmers = { + culture = hungarian + religion = protestant + size = 39118.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 824.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 51 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 3167.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 77.25 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 901.25 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 154 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 14394.25 + } } #Galicia Region (2576000) #see Poland.txt for balance of region #under the rule of Austria in 1836 #Lvov (660000/165000 POPS) #now part of Ukraine 702 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 772.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 4326.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 80391.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 3862.5 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 1339.0 - } - - officers = { - culture = polish - religion = catholic - size = 772.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 798.25 - } - - artisans = { - culture = polish - religion = catholic - size = 3347.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 669 - - } - - farmers = { - culture = polish - religion = catholic - size = 56366.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2884.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 128 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11278.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1879.75 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 772.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 4326.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 80391.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 3862.5 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 1339.0 + } + + officers = { + culture = polish + religion = catholic + size = 772.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 798.25 + } + + artisans = { + culture = polish + religion = catholic + size = 3347.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 669 + + } + + farmers = { + culture = polish + religion = catholic + size = 56366.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2884.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 128 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11278.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1879.75 + } } #Stryi (404000/101000 POPS) #now part of Ukraine 951 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 489.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2626.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 515 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 48899.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 5150.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 437.75 - } - - artisans = { - culture = polish - religion = catholic - size = 2163.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 463 - - } - - farmers = { - culture = polish - religion = catholic - size = 35045.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1442.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5639.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 10 - - } - - farmers = { - culture = south_german - religion = catholic - size = 947.6 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 489.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2626.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 515 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 48899.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 5150.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 437.75 + } + + artisans = { + culture = polish + religion = catholic + size = 2163.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 463 + + } + + farmers = { + culture = polish + religion = catholic + size = 35045.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1442.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5639.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 10 + + } + + farmers = { + culture = south_german + religion = catholic + size = 947.6 + } } #Ternopil (1136000/284000 POPS) #now part of Ukraine 952 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 2008.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 197.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 2008 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 189726.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 6695.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 721.0 - } - - artisans = { - culture = polish - religion = catholic - size = 3502.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 721 - - } - - farmers = { - culture = polish - religion = catholic - size = 58401.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 180.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3502.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 13673.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 10 - - } - - farmers = { - culture = south_german - religion = catholic - size = 947.6 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 2008.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 197.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 2008 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 189726.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 6695.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 721.0 + } + + artisans = { + culture = polish + religion = catholic + size = 3502.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 721 + + } + + farmers = { + culture = polish + religion = catholic + size = 58401.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 180.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3502.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 13673.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 10 + + } + + farmers = { + culture = south_german + religion = catholic + size = 947.6 + } } #Stanislavov (376000/94000 POPS) #now part of Ukraine 953 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2729.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 540 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 50804.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2214.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 334.75 - } - - artisans = { - culture = polish - religion = catholic - size = 1699.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 334 - - } - - farmers = { - culture = polish - religion = catholic - size = 29406.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1442.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5639.25 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20.6 - } - - artisans = { - culture = south_german - religion = catholic - size = 51.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 10 - - } - - farmers = { - culture = south_german - religion = catholic - size = 947.6 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2729.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 540 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 50804.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2214.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 334.75 + } + + artisans = { + culture = polish + religion = catholic + size = 1699.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 334 + + } + + farmers = { + culture = polish + religion = catholic + size = 29406.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1442.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5639.25 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20.6 + } + + artisans = { + culture = south_german + religion = catholic + size = 51.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 10 + + } + + farmers = { + culture = south_german + religion = catholic + size = 947.6 + } } #Volhynia-Podolia Region (1892000) #under the rule of Russia in 1836 #Vinnitsa (492000/123000 POPS) 954 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } - artisans = { - culture = ukrainian - religion = orthodox - size = 6025.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } + artisans = { + culture = ukrainian + religion = orthodox + size = 6025.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1081 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 68983.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2060.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 128.75 - } - - officers = { - culture = polish - religion = catholic - size = 412.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 77.25 - } - - artisans = { - culture = polish - religion = catholic - size = 309.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 51 - - } - - farmers = { - culture = polish - religion = catholic - size = 334.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12076.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 695.25 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 180.25 - } - - officers = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1081 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 68983.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2060.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 128.75 + } + + officers = { + culture = polish + religion = catholic + size = 412.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 77.25 + } + + artisans = { + culture = polish + religion = catholic + size = 309.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 51 + + } + + farmers = { + culture = polish + religion = catholic + size = 334.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12076.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 695.25 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 180.25 + } + + officers = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } } #Proskorov (496000/124000 POPS) 955 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 978.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2523.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 96408.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2832.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 669.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 103 - - } - - farmers = { - culture = polish - religion = catholic - size = 6592.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12076.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 103.0 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 875.5 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 978.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2523.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 96408.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2832.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 669.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 103 + + } + + farmers = { + culture = polish + religion = catholic + size = 6592.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12076.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 103.0 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 875.5 + } } #Rovne (460000/115000 POPS) 956 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 849.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2472.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 86288.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2678.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 128.75 - } - - artisans = { - culture = polish - religion = catholic - size = 772.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 154 - - } - - farmers = { - culture = polish - religion = catholic - size = 10686.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2678.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 128 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10557.5 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 849.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2472.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 86288.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2678.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 128.75 + } + + artisans = { + culture = polish + religion = catholic + size = 772.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 154 + + } + + farmers = { + culture = polish + religion = catholic + size = 10686.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2678.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 128 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10557.5 + } } #Kovel (444000/111000 POPS) 957 = { - clergymen = { - culture = ukrainian - religion = orthodox - size = 849.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2420.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 85309.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 2369.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 618.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 128 - - } - - farmers = { - culture = polish - religion = catholic - size = 8111.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2678.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 128 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10557.5 - } + clergymen = { + culture = ukrainian + religion = orthodox + size = 849.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2420.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 85309.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 2369.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 618.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 128 + + } + + farmers = { + culture = polish + religion = catholic + size = 8111.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2678.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 128 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10557.5 + } } #Ukraine Region (4028000) #under the rule of Russia in 1836 #Kiev (492000/123000 POPS) 958 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1339.0 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 257.5 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 618.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 927.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 9785.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 84923.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 1545.0 - } - - bureaucrats = { - culture = polish - religion = catholic - size = 154.5 - } - - officers = { - culture = polish - religion = catholic - size = 309.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 1030.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 103 - - } - - farmers = { - culture = polish - religion = catholic - size = 7055.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3399.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 180 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12746.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 463.5 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 257.5 - } - - officers = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 103 - - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1339.0 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 257.5 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 618.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 927.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 9785.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 84923.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 1545.0 + } + + bureaucrats = { + culture = polish + religion = catholic + size = 154.5 + } + + officers = { + culture = polish + religion = catholic + size = 309.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 1030.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 103 + + } + + farmers = { + culture = polish + religion = catholic + size = 7055.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3399.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 180 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12746.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 463.5 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 257.5 + } + + officers = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 103 + + } } #Korosten (448000/112000 POPS) 959 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1751.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 901.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2163.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 927 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 85927.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 927.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 772.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 103 - - } - - farmers = { - culture = polish - religion = catholic - size = 8394.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 2832.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 10274.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1751.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 901.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2163.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 927 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 85927.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 927.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 772.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 103 + + } + + farmers = { + culture = polish + religion = catholic + size = 8394.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 2832.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 10274.25 + } } #Zhitomir (460000/115000 POPS) 960 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1648.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2678.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 95584.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 824.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 154.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 25 - - } - - farmers = { - culture = polish - religion = catholic - size = 1004.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11021.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1648.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2678.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 95584.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 824.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 154.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 25 + + } + + farmers = { + culture = polish + religion = catholic + size = 1004.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11021.0 + } } #Cherkassy (460000/115000 POPS) 961 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1648.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 824.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2008.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 927 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 84202.5 - } - - aristocrats = { - culture = polish - religion = catholic - size = 721.0 - } - - clergymen = { - culture = polish - religion = catholic - size = 103.0 - } - - artisans = { - culture = polish - religion = catholic - size = 618.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 103 - - } - - farmers = { - culture = polish - religion = catholic - size = 8755.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 11021.0 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 77 - - } - - farmers = { - culture = russian - religion = orthodox - size = 3424.75 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1648.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 824.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2008.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 927 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 84202.5 + } + + aristocrats = { + culture = polish + religion = catholic + size = 721.0 + } + + clergymen = { + culture = polish + religion = catholic + size = 103.0 + } + + artisans = { + culture = polish + religion = catholic + size = 618.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 103 + + } + + farmers = { + culture = polish + religion = catholic + size = 8755.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 11021.0 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 77 + + } + + farmers = { + culture = russian + religion = orthodox + size = 3424.75 + } } #Chernigov (616000/154000 POPS) 962 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 3090.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1442.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6180.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1493 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 136114.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 103 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6514.75 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 1287.5 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 3090.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1442.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6180.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1493 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 136114.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 103 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6514.75 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 1287.5 + } } #Poltava (1552000/388000 POPS) 963 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 6180.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 3605.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 10000.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6480.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 3000 - - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 862 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 352620.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3347.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12308.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 515.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 283.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 6180.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 3605.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 10000.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6480.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 3000 + + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 862 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 352620.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3347.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12308.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 515.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 283.25 + } } #Taurida Region (360000) #under the rule of Russia in 1836 #Simferopol (126000/29000 POPS) 964 = { - aristocrats = { - culture = tatar - religion = sunni - size = 566.5 - } - - bureaucrats = { - culture = tatar - religion = sunni - size = 77.25 - } - - officers = { - culture = tatar - religion = sunni - size = 41.2 - } - - clergymen = { - culture = tatar - religion = sunni - size = 206.0 - } - - artisans = { - culture = tatar - religion = sunni - size = 978.5 - } - - soldiers = { - culture = tatar - religion = sunni - size= 1030 - - } - - farmers = { - culture = tatar - religion = sunni - size = 18730.55 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 51 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 2832.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 180.25 - } - - officers = { - culture = russian - religion = orthodox - size = 61.800000000000004 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 77.25 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 2538.9500000000003 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - clergymen = { - culture = south_german - religion = catholic - size = 15.450000000000001 - } - - artisans = { - culture = south_german - religion = catholic - size = 77.25 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 911.5500000000001 - } + aristocrats = { + culture = tatar + religion = sunni + size = 566.5 + } + + bureaucrats = { + culture = tatar + religion = sunni + size = 77.25 + } + + officers = { + culture = tatar + religion = sunni + size = 41.2 + } + + clergymen = { + culture = tatar + religion = sunni + size = 206.0 + } + + artisans = { + culture = tatar + religion = sunni + size = 978.5 + } + + soldiers = { + culture = tatar + religion = sunni + size= 1030 + + } + + farmers = { + culture = tatar + religion = sunni + size = 18730.55 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 51 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 2832.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 180.25 + } + + officers = { + culture = russian + religion = orthodox + size = 61.800000000000004 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 77.25 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 2538.9500000000003 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + clergymen = { + culture = south_german + religion = catholic + size = 15.450000000000001 + } + + artisans = { + culture = south_german + religion = catholic + size = 77.25 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 911.5500000000001 + } } #Cherson (126000/29000 POPS) 965 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 283.25 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 154 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 12360.0 - } - - aristocrats = { - culture = tatar - religion = sunni - size = 103.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 77.25 - } - - artisans = { - culture = tatar - religion = sunni - size = 206.0 - } - - soldiers = { - culture = tatar - religion = sunni - size= 51 - - } - - farmers = { - culture = tatar - religion = sunni - size = 4712.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 154.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 2703.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 25.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 412.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1596.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 25 - - } - - farmers = { - culture = greek - religion = orthodox - size = 772.5 - } - - clergymen = { - culture = bulgarian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = bulgarian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = bulgarian - religion = orthodox - size= 25 - - } - - farmers = { - culture = bulgarian - religion = orthodox - size = 2909.75 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 128.75 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1854.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 283.25 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 154 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 12360.0 + } + + aristocrats = { + culture = tatar + religion = sunni + size = 103.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 77.25 + } + + artisans = { + culture = tatar + religion = sunni + size = 206.0 + } + + soldiers = { + culture = tatar + religion = sunni + size= 51 + + } + + farmers = { + culture = tatar + religion = sunni + size = 4712.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 154.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 2703.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 25.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 412.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1596.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 25 + + } + + farmers = { + culture = greek + religion = orthodox + size = 772.5 + } + + clergymen = { + culture = bulgarian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = bulgarian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = bulgarian + religion = orthodox + size= 25 + + } + + farmers = { + culture = bulgarian + religion = orthodox + size = 2909.75 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 128.75 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1854.0 + } } #Kerch (48000/12000 POPS) 966 = { - aristocrats = { - culture = tatar - religion = sunni - size = 206.0 - } - - clergymen = { - culture = tatar - religion = sunni - size = 77.25 - } - - artisans = { - culture = tatar - religion = sunni - size = 180.25 - } - - soldiers = { - culture = tatar - religion = sunni - size= 103 - - } - - farmers = { - culture = tatar - religion = sunni - size = 8188.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 128.75 - } - - soldiers = { - culture = russian - religion = orthodox - size= 25 - - } - - farmers = { - culture = russian - religion = orthodox - size = 1802.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 5.15 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 103.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 406.85 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 25 - - } - - farmers = { - culture = greek - religion = orthodox - size = 772.5 - } + aristocrats = { + culture = tatar + religion = sunni + size = 206.0 + } + + clergymen = { + culture = tatar + religion = sunni + size = 77.25 + } + + artisans = { + culture = tatar + religion = sunni + size = 180.25 + } + + soldiers = { + culture = tatar + religion = sunni + size= 103 + + } + + farmers = { + culture = tatar + religion = sunni + size = 8188.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 128.75 + } + + soldiers = { + culture = russian + religion = orthodox + size= 25 + + } + + farmers = { + culture = russian + religion = orthodox + size = 1802.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 5.15 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 103.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 406.85 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 25 + + } + + farmers = { + culture = greek + religion = orthodox + size = 772.5 + } } #Sevastopol (60000/15000 POPS) 967 = { - aristocrats = { - culture = tatar - religion = sunni - size = 257.5 - } - - clergymen = { - culture = tatar - religion = sunni - size = 103.0 - } - - artisans = { - culture = tatar - religion = sunni - size = 180.25 - } - - soldiers = { - culture = tatar - religion = sunni - size= 103 - - } - - farmers = { - culture = tatar - religion = sunni - size = 9656.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 51.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 103.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 25 - - } - - farmers = { - culture = russian - religion = orthodox - size = 1828.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 154.5 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 607.7 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = greek - religion = orthodox - size= 15 - - } - - farmers = { - culture = greek - religion = orthodox - size = 988.8000000000001 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 77.25 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 901.25 - } + aristocrats = { + culture = tatar + religion = sunni + size = 257.5 + } + + clergymen = { + culture = tatar + religion = sunni + size = 103.0 + } + + artisans = { + culture = tatar + religion = sunni + size = 180.25 + } + + soldiers = { + culture = tatar + religion = sunni + size= 103 + + } + + farmers = { + culture = tatar + religion = sunni + size = 9656.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 51.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 103.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 25 + + } + + farmers = { + culture = russian + religion = orthodox + size = 1828.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 154.5 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 607.7 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = greek + religion = orthodox + size= 15 + + } + + farmers = { + culture = greek + religion = orthodox + size = 988.8000000000001 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 77.25 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 901.25 + } } #Odessa Region (1488000) #under the rule of Russia in 1836 #Odessa (248000/62000 POPS) 968 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 566.5 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 437.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 7725.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 34736.75 - } - - aristocrats = { - culture = polish - religion = catholic - size = 154.5 - } - - officers = { - culture = polish - religion = catholic - size = 51.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 515.0 - } - - soldiers = { - culture = polish - religion = catholic - size= 25 - - } - - farmers = { - culture = polish - religion = catholic - size = 1261.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 77.25 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 6025.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 103.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - officers = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 25.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 25 - - } - - farmers = { - culture = russian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = greek - religion = orthodox - size = 25.75 - } - - artisans = { - culture = greek - religion = orthodox - size = 772.5 - } - - soldiers = { - culture = greek - religion = orthodox - size= 25 - - } - - farmers = { - culture = greek - religion = orthodox - size = 206.0 - } - - clergymen = { - culture = south_italian - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_italian - religion = catholic - size = 4120.0 - } - - soldiers = { - culture = south_italian - religion = catholic - size= 51 - - } - - farmers = { - culture = south_italian - religion = catholic - size = 927.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 772.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 1210.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 566.5 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 437.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 7725.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 34736.75 + } + + aristocrats = { + culture = polish + religion = catholic + size = 154.5 + } + + officers = { + culture = polish + religion = catholic + size = 51.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 515.0 + } + + soldiers = { + culture = polish + religion = catholic + size= 25 + + } + + farmers = { + culture = polish + religion = catholic + size = 1261.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 77.25 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 6025.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 103.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + officers = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 25.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 25 + + } + + farmers = { + culture = russian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = greek + religion = orthodox + size = 25.75 + } + + artisans = { + culture = greek + religion = orthodox + size = 772.5 + } + + soldiers = { + culture = greek + religion = orthodox + size= 25 + + } + + farmers = { + culture = greek + religion = orthodox + size = 206.0 + } + + clergymen = { + culture = south_italian + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_italian + religion = catholic + size = 4120.0 + } + + soldiers = { + culture = south_italian + religion = catholic + size= 51 + + } + + farmers = { + culture = south_italian + religion = catholic + size = 927.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 772.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 1210.25 + } } #Pervomaisk (496000/124000 POPS) 969 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2060.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2729.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1030 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 104030.0 - } - - aristocrats = { - culture = polish - religion = catholic - size = 772.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 360.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 51 - - } - - farmers = { - culture = polish - religion = catholic - size = 2884.0 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 128.75 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 3090.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 154 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 12076.75 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = romanian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 51 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 4763.75 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2060.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2729.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1030 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 104030.0 + } + + aristocrats = { + culture = polish + religion = catholic + size = 772.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 360.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 51 + + } + + farmers = { + culture = polish + religion = catholic + size = 2884.0 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 128.75 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 3090.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 154 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 12076.75 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = romanian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 51 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 4763.75 + } } #Nikolaev (248000/62000 POPS) 970 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 875.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 283.25 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 721.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 309 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 28711.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 154.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 25 - - } - - farmers = { - culture = polish - religion = catholic - size = 1570.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5536.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 360.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 4429.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 51.5 - } - - artisans = { - culture = south_german - religion = catholic - size = 154.5 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 2858.25 - } - - clergymen = { - culture = romanian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = romanian - religion = orthodox - size = 360.5 - } - - soldiers = { - culture = romanian - religion = orthodox - size= 154 - - } - - farmers = { - culture = romanian - religion = orthodox - size = 14806.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 875.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 283.25 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 721.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 309 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 28711.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 154.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 25 + + } + + farmers = { + culture = polish + religion = catholic + size = 1570.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5536.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 360.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 4429.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 51.5 + } + + artisans = { + culture = south_german + religion = catholic + size = 154.5 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 2858.25 + } + + clergymen = { + culture = romanian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = romanian + religion = orthodox + size = 360.5 + } + + soldiers = { + culture = romanian + religion = orthodox + size= 154 + + } + + farmers = { + culture = romanian + religion = orthodox + size = 14806.25 + } } #Krivoy Rog (244000/61000 POPS) 971 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1030.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 515.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1339.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 540 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 50135.25 - } - - aristocrats = { - culture = polish - religion = catholic - size = 257.5 - } - - clergymen = { - culture = polish - religion = catholic - size = 51.5 - } - - artisans = { - culture = polish - religion = catholic - size = 257.5 - } - - soldiers = { - culture = polish - religion = catholic - size= 25 - - } - - farmers = { - culture = polish - religion = catholic - size = 1467.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 1545.0 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 77 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 5536.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1030.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 515.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1339.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 540 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 50135.25 + } + + aristocrats = { + culture = polish + religion = catholic + size = 257.5 + } + + clergymen = { + culture = polish + religion = catholic + size = 51.5 + } + + artisans = { + culture = polish + religion = catholic + size = 257.5 + } + + soldiers = { + culture = polish + religion = catholic + size= 25 + + } + + farmers = { + culture = polish + religion = catholic + size = 1467.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 1545.0 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 77 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 5536.25 + } } #Ekaterinoslav (252000/63000 POPS) 972 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 875.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 540.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1957.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 566 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 50650.25 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 566.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 2188.75 - } - - clergymen = { - culture = north_german - religion = protestant - size = 77.25 - } - - artisans = { - culture = north_german - religion = protestant - size = 309.0 - } - - soldiers = { - culture = north_german - religion = protestant - size= 51 - - } - - farmers = { - culture = north_german - religion = protestant - size = 3682.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 51 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 2214.5 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 875.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 540.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1957.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 566 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 50650.25 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 566.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 2188.75 + } + + clergymen = { + culture = north_german + religion = protestant + size = 77.25 + } + + artisans = { + culture = north_german + religion = protestant + size = 309.0 + } + + soldiers = { + culture = north_german + religion = protestant + size= 51 + + } + + farmers = { + culture = north_german + religion = protestant + size = 3682.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 51 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 2214.5 + } } #Zaporozhia Region (648000) #under the rule of Russia in 1836 #Melitopol (84000/21000 POPS) 973 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 257.5 - } - - bureaucrats = { - culture = ukrainian - religion = orthodox - size = 51.5 - } - - officers = { - culture = ukrainian - religion = orthodox - size = 77.25 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 154.5 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 669.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 180 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 16119.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 556.2 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 206.0 - } - - bureaucrats = { - culture = russian - religion = orthodox - size = 25.75 - } - - officers = { - culture = russian - religion = orthodox - size = 103.0 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - artisans = { - culture = russian - religion = orthodox - size = 206.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 2678.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 257.5 + } + + bureaucrats = { + culture = ukrainian + religion = orthodox + size = 51.5 + } + + officers = { + culture = ukrainian + religion = orthodox + size = 77.25 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 154.5 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 669.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 180 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 16119.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 556.2 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 206.0 + } + + bureaucrats = { + culture = russian + religion = orthodox + size = 25.75 + } + + officers = { + culture = russian + religion = orthodox + size = 103.0 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + artisans = { + culture = russian + religion = orthodox + size = 206.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 2678.0 + } } #Kramatorsk (240000/60000 POPS) 974 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1287.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 566.5 - } - - craftsmen = { - culture = ukrainian - religion = orthodox - size = 4000.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 2317.5 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 592 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 50461.25 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1725.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1287.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 566.5 + } + + craftsmen = { + culture = ukrainian + religion = orthodox + size = 4000.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 2317.5 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 592 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 50461.25 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1725.25 + } } #Yuzovka (76000/19000 POPS) 975 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 309.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 128.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 154 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 13312.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 206.0 - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 556.2 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 154.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 51.5 - } - - artisans = { - culture = russian - religion = orthodox - size = 257.5 - } - - soldiers = { - culture = russian - religion = orthodox - size= 51 - - } - - farmers = { - culture = russian - religion = orthodox - size = 3862.5 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 309.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 128.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 154 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 13312.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 206.0 + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 556.2 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 154.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 51.5 + } + + artisans = { + culture = russian + religion = orthodox + size = 257.5 + } + + soldiers = { + culture = russian + religion = orthodox + size= 51 + + } + + farmers = { + culture = russian + religion = orthodox + size = 3862.5 + } } #Mariopol (248000/62000 POPS) 976 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 1442.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 540.75 - } - - craftsmen = { - culture = ukrainian - religion = orthodox - size = 4000.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 1313.25 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 566 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 49714.5 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 51.5 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 772.5 - } - - soldiers = { - culture = ashkenazi - religion = jewish - size= 25 - - } - - farmers = { - culture = ashkenazi - religion = jewish - size = 1725.25 - } - - clergymen = { - culture = greek - religion = orthodox - size = 51.5 - } - - artisans = { - culture = greek - religion = orthodox - size = 1030.0 - } - - soldiers = { - culture = greek - religion = orthodox - size= 51 - - } - - farmers = { - culture = greek - religion = orthodox - size = 4017.0 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25.75 - } - - artisans = { - culture = south_german - religion = catholic - size = 77.25 - } - - soldiers = { - culture = south_german - religion = catholic - size= 25 - - } - - farmers = { - culture = south_german - religion = catholic - size = 901.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 1442.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 540.75 + } + + craftsmen = { + culture = ukrainian + religion = orthodox + size = 4000.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 1313.25 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 566 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 49714.5 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 51.5 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 772.5 + } + + soldiers = { + culture = ashkenazi + religion = jewish + size= 25 + + } + + farmers = { + culture = ashkenazi + religion = jewish + size = 1725.25 + } + + clergymen = { + culture = greek + religion = orthodox + size = 51.5 + } + + artisans = { + culture = greek + religion = orthodox + size = 1030.0 + } + + soldiers = { + culture = greek + religion = orthodox + size= 51 + + } + + farmers = { + culture = greek + religion = orthodox + size = 4017.0 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25.75 + } + + artisans = { + culture = south_german + religion = catholic + size = 77.25 + } + + soldiers = { + culture = south_german + religion = catholic + size= 25 + + } + + farmers = { + culture = south_german + religion = catholic + size = 901.25 + } } #Kursk Region (596000) #see Russia.txt for balance of region #under the rule of Russia in 1836 #Kharkov (596000/149000 POPS) #now part of Ukraine 978 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2317.5 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1416.25 - } - - craftsmen = { - culture = ukrainian - religion = orthodox - size = 9000.0 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 6386.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1442 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 123895.75 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 10.3 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 762.2 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 257.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 77.25 - } - - craftsmen = { - culture = russian - religion = orthodox - size = 1100.0 - } - - artisans = { - culture = russian - religion = orthodox - size = 515.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 103 - - } - - farmers = { - culture = russian - religion = orthodox - size = 6287.25 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2317.5 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1416.25 + } + + craftsmen = { + culture = ukrainian + religion = orthodox + size = 9000.0 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 6386.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1442 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 123895.75 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 10.3 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 762.2 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 257.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 77.25 + } + + craftsmen = { + culture = russian + religion = orthodox + size = 1100.0 + } + + artisans = { + culture = russian + religion = orthodox + size = 515.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 103 + + } + + farmers = { + culture = russian + religion = orthodox + size = 6287.25 + } } #Donbass Region (652000) #see Russia.txt for balance of region #under the rule of Russia in 1836 #Luhansk (652000/163000 POPS) #now part of Ukraine 980 = { - aristocrats = { - culture = ukrainian - religion = orthodox - size = 2987.0 - } - - clergymen = { - culture = ukrainian - religion = orthodox - size = 1364.75 - } - - artisans = { - culture = ukrainian - religion = orthodox - size = 7210.0 - } - - soldiers = { - culture = ukrainian - religion = orthodox - size= 1467 - - } - - farmers = { - culture = ukrainian - religion = orthodox - size = 132200.5 - } - - aristocrats = { - culture = russian - religion = orthodox - size = 463.5 - } - - clergymen = { - culture = russian - religion = orthodox - size = 231.75 - } - - artisans = { - culture = russian - religion = orthodox - size = 1133.0 - } - - soldiers = { - culture = russian - religion = orthodox - size= 231 - - } - - farmers = { - culture = russian - religion = orthodox - size = 20600.0 - } + aristocrats = { + culture = ukrainian + religion = orthodox + size = 2987.0 + } + + clergymen = { + culture = ukrainian + religion = orthodox + size = 1364.75 + } + + artisans = { + culture = ukrainian + religion = orthodox + size = 7210.0 + } + + soldiers = { + culture = ukrainian + religion = orthodox + size= 1467 + + } + + farmers = { + culture = ukrainian + religion = orthodox + size = 132200.5 + } + + aristocrats = { + culture = russian + religion = orthodox + size = 463.5 + } + + clergymen = { + culture = russian + religion = orthodox + size = 231.75 + } + + artisans = { + culture = russian + religion = orthodox + size = 1133.0 + } + + soldiers = { + culture = russian + religion = orthodox + size= 231 + + } + + farmers = { + culture = russian + religion = orthodox + size = 20600.0 + } } diff --git a/HPM/history/pops/1861.4.14/United States.txt b/HPM/history/pops/1861.4.14/United States.txt index b9353e34..b461edde 100644 --- a/HPM/history/pops/1861.4.14/United States.txt +++ b/HPM/history/pops/1861.4.14/United States.txt @@ -1,15383 +1,15383 @@ #Alaska Region (72000) #Sitka (23200/5800 POPS) 1 = { - bureaucrats = { - culture = russian - religion = orthodox - size = 250 - } - - clergymen = { - culture = russian - religion = orthodox - size = 350 - } - - artisans = { - culture = russian - religion = orthodox - size = 1150 - } - - soldiers = { - culture = russian - religion = orthodox - size= 250 - - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 250 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 500 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 250 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2750 - } + bureaucrats = { + culture = russian + religion = orthodox + size = 250 + } + + clergymen = { + culture = russian + religion = orthodox + size = 350 + } + + artisans = { + culture = russian + religion = orthodox + size = 1150 + } + + soldiers = { + culture = russian + religion = orthodox + size= 250 + + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 250 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 500 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 250 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2750 + } } #Yakutat (11500/2875 POPS) 2 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 200 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 100 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2500 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 200 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 100 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2500 + } } #Kenai (6900/1725 POPS) 3 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 40 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 170 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 100 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1400 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 40 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 170 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 100 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1400 + } } #Dutch Harbor (5700/1425 POPS) 4 = { - aristocrats = { - culture = inuit - religion = animist - size = 15 - } - - clergymen = { - culture = inuit - religion = animist - size = 35 - } - - artisans = { - culture = inuit - religion = animist - size = 125 - } - - soldiers = { - culture = inuit - religion = animist - size= 50 - - } - - farmers = { - culture = inuit - religion = animist - size = 1200 - } + aristocrats = { + culture = inuit + religion = animist + size = 15 + } + + clergymen = { + culture = inuit + religion = animist + size = 35 + } + + artisans = { + culture = inuit + religion = animist + size = 125 + } + + soldiers = { + culture = inuit + religion = animist + size= 50 + + } + + farmers = { + culture = inuit + religion = animist + size = 1200 + } } #Bethel (5800/1450 POPS) 5 = { - aristocrats = { - culture = inuit - religion = animist - size = 10 - } - - clergymen = { - culture = inuit - religion = animist - size = 20 - } - - artisans = { - culture = inuit - religion = animist - size = 95 - } - - soldiers = { - culture = inuit - religion = animist - size= 50 - - } - - farmers = { - culture = inuit - religion = animist - size = 550 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 95 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 50 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 550 - } + aristocrats = { + culture = inuit + religion = animist + size = 10 + } + + clergymen = { + culture = inuit + religion = animist + size = 20 + } + + artisans = { + culture = inuit + religion = animist + size = 95 + } + + soldiers = { + culture = inuit + religion = animist + size= 50 + + } + + farmers = { + culture = inuit + religion = animist + size = 550 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 95 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 50 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 550 + } } #Fairbanks (5700/1425 POPS) 2599 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 35 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 125 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 50 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1200 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 35 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 125 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 50 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1200 + } } #Cordova (4600/1150 POPS) 2630 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 115 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 75 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 925 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 115 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 75 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 925 + } } #Unalakeet (8600/2150 POPS) 2631 = { - aristocrats = { - culture = inuit - religion = animist - size = 15 - } - - clergymen = { - culture = inuit - religion = animist - size = 45 - } - - artisans = { - culture = inuit - religion = animist - size = 170 - } - - soldiers = { - culture = inuit - religion = animist - size= 100 - - } - - farmers = { - culture = inuit - religion = animist - size = 1100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 55 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 50 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 600 - } + aristocrats = { + culture = inuit + religion = animist + size = 15 + } + + clergymen = { + culture = inuit + religion = animist + size = 45 + } + + artisans = { + culture = inuit + religion = animist + size = 170 + } + + soldiers = { + culture = inuit + religion = animist + size= 100 + + } + + farmers = { + culture = inuit + religion = animist + size = 1100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 55 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 50 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 600 + } } #Washington Region (31600) #Seattle (22320/5580 POPS) 78 = { - aristocrats = { - culture = yankee - religion = protestant - size = 50 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 190 - } - - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 550 - } - - soldiers = { - culture = yankee - religion = protestant - size= 250 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2920 - } - - farmers = { - culture = north_german - religion = protestant - size = 880 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 40 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 20 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 405 - } + aristocrats = { + culture = yankee + religion = protestant + size = 50 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 190 + } + + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 550 + } + + soldiers = { + culture = yankee + religion = protestant + size= 250 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2920 + } + + farmers = { + culture = north_german + religion = protestant + size = 880 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 40 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 20 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 405 + } } #Spokane (4640/1160 POPS) 79 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 140 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 290 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 20 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 480 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 140 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 290 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 20 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 480 + } } #Walla Walla (4640/1160 POPS) 80 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 140 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 290 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 20 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 480 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 140 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 290 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 20 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 480 + } } #Oregon Region (20000) 52500 #Portland (44500/11125 POPS) 81 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 340 - } - - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 700 - } - - soldiers = { - culture = yankee - religion = protestant - size= 400 - - } - - farmers = { - culture = yankee - religion = protestant - size = 8300 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 35 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 100 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 750 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 340 + } + + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 700 + } + + soldiers = { + culture = yankee + religion = protestant + size= 400 + + } + + farmers = { + culture = yankee + religion = protestant + size = 8300 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 35 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 100 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 750 + } } #Baker City (4000/1000 POPS) 82 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Klamath Falls (4000/1000 POPS) 83 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #California Region (64000) 380000 #San Francisco (76000/19000 POPS) 84 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 400 - } - - artisans = { - culture = yankee - religion = protestant - size = 700 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 9100 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 150 - } - - farmers = { - culture = mexican - religion = catholic - size = 2300 - } - - farmers = { - culture = irish - religion = catholic - size = 2000 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 2500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 400 + } + + artisans = { + culture = yankee + religion = protestant + size = 700 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 9100 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 150 + } + + farmers = { + culture = mexican + religion = catholic + size = 2300 + } + + farmers = { + culture = irish + religion = catholic + size = 2000 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 2500 + } } #Eureka (12000/3000 POPS) 85 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 100 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 100 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2600 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 100 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 100 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2600 + } } #Sacramento (28000/7000 POPS) 86 = { - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1400 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 150 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 350 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 150 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 4000 - } + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1400 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 150 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 350 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 150 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 4000 + } } #Monterey (70000/17500 POPS) 87 = { - aristocrats = { - culture = yankee - religion = protestant - size = 30 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 150 - } - - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 300 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 8600 - } - - clergymen = { - culture = mexican - religion = catholic - size = 50 - } - - artisans = { - culture = mexican - religion = catholic - size = 150 - } - - soldiers = { - culture = mexican - religion = catholic - size= 100 - - } - - farmers = { - culture = mexican - religion = catholic - size = 2100 - } - - farmers = { - culture = irish - religion = catholic - size = 1600 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1520 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 20 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 30 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2300 - } + aristocrats = { + culture = yankee + religion = protestant + size = 30 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 150 + } + + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 300 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 8600 + } + + clergymen = { + culture = mexican + religion = catholic + size = 50 + } + + artisans = { + culture = mexican + religion = catholic + size = 150 + } + + soldiers = { + culture = mexican + religion = catholic + size= 100 + + } + + farmers = { + culture = mexican + religion = catholic + size = 2100 + } + + farmers = { + culture = irish + religion = catholic + size = 1600 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1520 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 20 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 30 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2300 + } } #Mariposa (28000/7000 POPS) 88 = { - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1400 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 100 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 150 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 350 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 150 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 4000 - } + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1400 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 100 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 150 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 350 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 150 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 4000 + } } #Los Angeles (83000/20750 POPS) 89 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 400 - } - - artisans = { - culture = yankee - religion = protestant - size = 700 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10865 - } - - clergymen = { - culture = mexican - religion = catholic - size = 100 - } - - artisans = { - culture = mexican - religion = catholic - size = 350 - } - - soldiers = { - culture = mexican - religion = catholic - size= 250 - - } - - farmers = { - culture = mexican - religion = catholic - size = 2300 - } - - farmers = { - culture = irish - religion = catholic - size = 2135 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 1850 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 400 + } + + artisans = { + culture = yankee + religion = protestant + size = 700 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10865 + } + + clergymen = { + culture = mexican + religion = catholic + size = 100 + } + + artisans = { + culture = mexican + religion = catholic + size = 350 + } + + soldiers = { + culture = mexican + religion = catholic + size= 250 + + } + + farmers = { + culture = mexican + religion = catholic + size = 2300 + } + + farmers = { + culture = irish + religion = catholic + size = 2135 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 1850 + } } #San Diego (83000/20750 POPS) 90 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 400 - } - - artisans = { - culture = yankee - religion = protestant - size = 700 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10415 - } - - clergymen = { - culture = mexican - religion = catholic - size = 125 - } - - artisans = { - culture = mexican - religion = catholic - size = 400 - } - - soldiers = { - culture = mexican - religion = catholic - size= 400 - - } - - farmers = { - culture = mexican - religion = catholic - size = 2375 - } - - farmers = { - culture = irish - religion = catholic - size = 2135 - } - - farmers = { - culture = nanfaren - religion = mahayana - size = 2000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 400 + } + + artisans = { + culture = yankee + religion = protestant + size = 700 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10415 + } + + clergymen = { + culture = mexican + religion = catholic + size = 125 + } + + artisans = { + culture = mexican + religion = catholic + size = 400 + } + + soldiers = { + culture = mexican + religion = catholic + size= 400 + + } + + farmers = { + culture = mexican + religion = catholic + size = 2375 + } + + farmers = { + culture = irish + religion = catholic + size = 2135 + } + + farmers = { + culture = nanfaren + religion = mahayana + size = 2000 + } } #Idaho Region (32000) #Boise (12300/3075 POPS) 91 = { - aristocrats = { - culture = yankee - religion = protestant - size = 50 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 50 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2000 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 40 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 475 - } + aristocrats = { + culture = yankee + religion = protestant + size = 50 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 50 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2000 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 40 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 475 + } } #Coeur d'Alene (5300/1325 POPS) 92 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 5 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 25 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 10 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1275 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 5 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 25 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 10 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1275 + } } #Pocatello (14400/3600 POPS) 93 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 35 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 75 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 950 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 35 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 75 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 950 + } } #Nevada Region (20000) #Carson City (6700/1675 POPS) 94 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 125 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 750 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 575 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 125 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 750 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 575 + } } #Elko (6600/1650 POPS) 95 = { - clergymen = { - culture = yankee - religion = protestant - size = 10 - } - - artisans = { - culture = yankee - religion = protestant - size = 40 - } - - soldiers = { - culture = yankee - religion = protestant - size= 50 - - } - - farmers = { - culture = yankee - religion = protestant - size = 300 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1150 - } + clergymen = { + culture = yankee + religion = protestant + size = 10 + } + + artisans = { + culture = yankee + religion = protestant + size = 40 + } + + soldiers = { + culture = yankee + religion = protestant + size= 50 + + } + + farmers = { + culture = yankee + religion = protestant + size = 300 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1150 + } } #Las Vegas (6700/1675 POPS) 96 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 675 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 475 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 675 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 475 + } } #Utah Region (40300) #Salt Lake City (30540/7635 POPS) 97 = { - aristocrats = { - culture = yankee - religion = catholic - size = 25 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 25 - } - - clergymen = { - culture = yankee - religion = catholic - size = 25 - } - - artisans = { - culture = yankee - religion = catholic - size = 165 - } - - soldiers = { - culture = yankee - religion = catholic - size= 300 - - } - - farmers = { - culture = yankee - religion = catholic - size = 6460 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 50 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } + aristocrats = { + culture = yankee + religion = catholic + size = 25 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 25 + } + + clergymen = { + culture = yankee + religion = catholic + size = 25 + } + + artisans = { + culture = yankee + religion = catholic + size = 165 + } + + soldiers = { + culture = yankee + religion = catholic + size= 300 + + } + + farmers = { + culture = yankee + religion = catholic + size = 6460 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 50 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } } #Loa (4880/1220 POPS) 98 = { - clergymen = { - culture = yankee - religion = catholic - size = 10 - } - - artisans = { - culture = yankee - religion = catholic - size = 60 - } - - soldiers = { - culture = yankee - religion = catholic - size= 50 - - } - - farmers = { - culture = yankee - religion = catholic - size = 350 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 650 - } + clergymen = { + culture = yankee + religion = catholic + size = 10 + } + + artisans = { + culture = yankee + religion = catholic + size = 60 + } + + soldiers = { + culture = yankee + religion = catholic + size= 50 + + } + + farmers = { + culture = yankee + religion = catholic + size = 350 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 650 + } } #Moab (4880/1220 POPS) 99 = { - clergymen = { - culture = yankee - religion = catholic - size = 10 - } - - artisans = { - culture = yankee - religion = catholic - size = 60 - } - - soldiers = { - culture = yankee - religion = catholic - size= 50 - - } - - farmers = { - culture = yankee - religion = catholic - size = 350 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 650 - } + clergymen = { + culture = yankee + religion = catholic + size = 10 + } + + artisans = { + culture = yankee + religion = catholic + size = 60 + } + + soldiers = { + culture = yankee + religion = catholic + size= 50 + + } + + farmers = { + culture = yankee + religion = catholic + size = 350 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 650 + } } #Arizona Region (50000) #Phoenix (16200/4050 POPS) 100 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 3750 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 3750 + } } #Flagstaff (16200/4050 POPS) 101 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2500 - } - - aristocrats = { - culture = pueblo - religion = animist - size = 10 - } - - clergymen = { - culture = pueblo - religion = animist - size = 25 - } - - artisans = { - culture = pueblo - religion = animist - size = 50 - } - - soldiers = { - culture = pueblo - religion = animist - size= 15 - - } - - farmers = { - culture = pueblo - religion = animist - size = 1250 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2500 + } + + aristocrats = { + culture = pueblo + religion = animist + size = 10 + } + + clergymen = { + culture = pueblo + religion = animist + size = 25 + } + + artisans = { + culture = pueblo + religion = animist + size = 50 + } + + soldiers = { + culture = pueblo + religion = animist + size= 15 + + } + + farmers = { + culture = pueblo + religion = animist + size = 1250 + } } #Tucson (17600/4400 POPS) 102 = { - aristocrats = { - culture = dixie - religion = protestant - size = 25 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 25 - } - - clergymen = { - culture = dixie - religion = protestant - size = 25 - } - - artisans = { - culture = dixie - religion = protestant - size = 150 - } - - soldiers = { - culture = dixie - religion = protestant - size= 225 - - } - - farmers = { - culture = dixie - religion = protestant - size = 800 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 1100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 50 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1700 - } + aristocrats = { + culture = dixie + religion = protestant + size = 25 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 25 + } + + clergymen = { + culture = dixie + religion = protestant + size = 25 + } + + artisans = { + culture = dixie + religion = protestant + size = 150 + } + + soldiers = { + culture = dixie + religion = protestant + size= 225 + + } + + farmers = { + culture = dixie + religion = protestant + size = 800 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 1100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 50 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1700 + } } #New Mexico Region (93500) #Santa Fe (53300/13325 POPS) 103 = { - aristocrats = { - culture = dixie - religion = protestant - size = 25 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 50 - } - - clergymen = { - culture = dixie - religion = protestant - size = 25 - } - - artisans = { - culture = dixie - religion = protestant - size = 150 - } - - soldiers = { - culture = dixie - religion = protestant - size= 250 - - } - - farmers = { - culture = dixie - religion = protestant - size = 1100 - } - - farmers = { - culture = yankee - religion = protestant - size = 3395 - } - - clergymen = { - culture = mexican - religion = catholic - size = 55 - } - - artisans = { - culture = mexican - religion = catholic - size = 250 - } - - soldiers = { - culture = mexican - religion = catholic - size= 95 - - } - - farmers = { - culture = mexican - religion = catholic - size = 5700 - } - - aristocrats = { - culture = pueblo - religion = animist - size = 25 - } - - clergymen = { - culture = pueblo - religion = animist - size = 50 - } - - artisans = { - culture = pueblo - religion = animist - size = 100 - } - - farmers = { - culture = pueblo - religion = animist - size = 1400 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 20 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 650 - } + aristocrats = { + culture = dixie + religion = protestant + size = 25 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 50 + } + + clergymen = { + culture = dixie + religion = protestant + size = 25 + } + + artisans = { + culture = dixie + religion = protestant + size = 150 + } + + soldiers = { + culture = dixie + religion = protestant + size= 250 + + } + + farmers = { + culture = dixie + religion = protestant + size = 1100 + } + + farmers = { + culture = yankee + religion = protestant + size = 3395 + } + + clergymen = { + culture = mexican + religion = catholic + size = 55 + } + + artisans = { + culture = mexican + religion = catholic + size = 250 + } + + soldiers = { + culture = mexican + religion = catholic + size= 95 + + } + + farmers = { + culture = mexican + religion = catholic + size = 5700 + } + + aristocrats = { + culture = pueblo + religion = animist + size = 25 + } + + clergymen = { + culture = pueblo + religion = animist + size = 50 + } + + artisans = { + culture = pueblo + religion = animist + size = 100 + } + + farmers = { + culture = pueblo + religion = animist + size = 1400 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 20 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 650 + } } #Albuquerque (33500/8375 POPS) 104 = { - clergymen = { - culture = dixie - religion = protestant - size = 25 - } - - artisans = { - culture = dixie - religion = protestant - size = 125 - } - - soldiers = { - culture = dixie - religion = protestant - size= 100 - - } - - farmers = { - culture = dixie - religion = protestant - size = 1120 - } - - farmers = { - culture = yankee - religion = protestant - size = 3265 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 125 - } - - farmers = { - culture = mexican - religion = catholic - size = 1595 - } - - aristocrats = { - culture = pueblo - religion = animist - size = 25 - } - - clergymen = { - culture = pueblo - religion = animist - size = 25 - } - - artisans = { - culture = pueblo - religion = animist - size = 70 - } - - soldiers = { - culture = pueblo - religion = animist - size= 125 - - } - - farmers = { - culture = pueblo - religion = animist - size = 1750 - } + clergymen = { + culture = dixie + religion = protestant + size = 25 + } + + artisans = { + culture = dixie + religion = protestant + size = 125 + } + + soldiers = { + culture = dixie + religion = protestant + size= 100 + + } + + farmers = { + culture = dixie + religion = protestant + size = 1120 + } + + farmers = { + culture = yankee + religion = protestant + size = 3265 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 125 + } + + farmers = { + culture = mexican + religion = catholic + size = 1595 + } + + aristocrats = { + culture = pueblo + religion = animist + size = 25 + } + + clergymen = { + culture = pueblo + religion = animist + size = 25 + } + + artisans = { + culture = pueblo + religion = animist + size = 70 + } + + soldiers = { + culture = pueblo + religion = animist + size= 125 + + } + + farmers = { + culture = pueblo + religion = animist + size = 1750 + } } #Las Cruces (6700/1675 POPS) 105 = { - clergymen = { - culture = dixie - religion = protestant - size = 10 - } - - artisans = { - culture = dixie - religion = protestant - size = 90 - } - - soldiers = { - culture = dixie - religion = protestant - size= 50 - - } - - farmers = { - culture = dixie - religion = protestant - size = 350 - } - - farmers = { - culture = mexican - religion = catholic - size = 500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 90 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 500 - } + clergymen = { + culture = dixie + religion = protestant + size = 10 + } + + artisans = { + culture = dixie + religion = protestant + size = 90 + } + + soldiers = { + culture = dixie + religion = protestant + size= 50 + + } + + farmers = { + culture = dixie + religion = protestant + size = 350 + } + + farmers = { + culture = mexican + religion = catholic + size = 500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 90 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 500 + } } #Colorado Region (34300) #Denver (13720/3430 POPS) 106 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 160 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 420 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 160 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 420 + } } #Grand Junction (6860/1715 POPS) 107 = { - clergymen = { - culture = yankee - religion = protestant - size = 15 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1100 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 15 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 25 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } + clergymen = { + culture = yankee + religion = protestant + size = 15 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1100 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 15 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 25 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } } #Alamosa (6000/1500 POPS) 108 = { - clergymen = { - culture = yankee - religion = protestant - size = 10 - } - - artisans = { - culture = yankee - religion = protestant - size = 40 - } - - farmers = { - culture = yankee - religion = protestant - size = 450 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 10 + } + + artisans = { + culture = yankee + religion = protestant + size = 40 + } + + farmers = { + culture = yankee + religion = protestant + size = 450 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Pueblo (7720/1930 POPS) 109 = { - clergymen = { - culture = yankee - religion = protestant - size = 20 - } - - artisans = { - culture = yankee - religion = protestant - size = 110 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1200 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 10 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 30 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 450 - } + clergymen = { + culture = yankee + religion = protestant + size = 20 + } + + artisans = { + culture = yankee + religion = protestant + size = 110 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1200 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 10 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 30 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 450 + } } #Wyoming Region (34000) #Cheyenne (9700/2425 POPS) 110 = { - aristocrats = { - culture = yankee - religion = protestant - size = 20 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 35 - } - - artisans = { - culture = yankee - religion = protestant - size = 70 - } - - soldiers = { - culture = yankee - religion = protestant - size= 50 - - } - - farmers = { - culture = yankee - religion = protestant - size = 625 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1400 - } + aristocrats = { + culture = yankee + religion = protestant + size = 20 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 35 + } + + artisans = { + culture = yankee + religion = protestant + size = 70 + } + + soldiers = { + culture = yankee + religion = protestant + size= 50 + + } + + farmers = { + culture = yankee + religion = protestant + size = 625 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1400 + } } #Cody (15500/3875 POPS) 111 = { - farmers = { - culture = yankee - religion = protestant - size = 390 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 50 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 75 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 150 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 3185 - } + farmers = { + culture = yankee + religion = protestant + size = 390 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 50 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 75 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 150 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 3185 + } } #Casper (8800/2200 POPS) 112 = { - farmers = { - culture = yankee - religion = protestant - size = 200 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + farmers = { + culture = yankee + religion = protestant + size = 200 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Montana Region (56000) #Bozeman (14000/3500 POPS) 113 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2225 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 15 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2225 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 15 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 800 + } } #Missoula (7000/1750 POPS) 114 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - farmers = { - culture = yankee - religion = protestant - size = 1075 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 400 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + farmers = { + culture = yankee + religion = protestant + size = 1075 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 400 + } } #Great Falls (14000/3500 POPS) 115 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 525 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 1375 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1300 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 525 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 1375 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1300 + } } #Billings (21000/5250 POPS) 116 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - farmers = { - culture = yankee - religion = protestant - size = 1300 - } - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 1150 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 2300 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + farmers = { + culture = yankee + religion = protestant + size = 1300 + } + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 1150 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 2300 + } } #North Dakota Region (34800) #Bismarck (11600/2900 POPS) 117 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 180 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1300 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 20 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 40 - - } - - farmers = { - culture = dakota - religion = animist - size = 1100 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 180 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1300 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 20 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 40 + + } + + farmers = { + culture = dakota + religion = animist + size = 1100 + } } #Minot (11600/2900 POPS) 118 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 800 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 800 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Dickinson (11600/2900 POPS) 119 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 800 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 800 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #South Dakota Region (64000) #Sioux Falls (21400/5350 POPS) 120 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 50 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 160 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1575 - } - - aristocrats = { - culture = dakota - religion = animist - size = 20 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 1565 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1565 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 50 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 160 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1575 + } + + aristocrats = { + culture = dakota + religion = animist + size = 20 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 1565 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1565 + } } #Dupree (21300/5325 POPS) 121 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 145 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1700 - } - - aristocrats = { - culture = dakota - religion = animist - size = 25 - } - - clergymen = { - culture = dakota - religion = animist - size = 50 - } - - artisans = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size= 25 - - } - - farmers = { - culture = dakota - religion = animist - size = 3130 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 145 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1700 + } + + aristocrats = { + culture = dakota + religion = animist + size = 25 + } + + clergymen = { + culture = dakota + religion = animist + size = 50 + } + + artisans = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size= 25 + + } + + farmers = { + culture = dakota + religion = animist + size = 3130 + } } #Rapid City (21300/5325 POPS) 122 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 145 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1700 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 25 - } - - artisans = { - culture = dakota - religion = animist - size = 50 - } - - soldiers = { - culture = dakota - religion = animist - size= 15 - - } - - farmers = { - culture = dakota - religion = animist - size = 1565 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1565 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 145 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1700 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 25 + } + + artisans = { + culture = dakota + religion = animist + size = 50 + } + + soldiers = { + culture = dakota + religion = animist + size= 15 + + } + + farmers = { + culture = dakota + religion = animist + size = 1565 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1565 + } } #Nebraska Region (28800) #Omaha (16800/4200 POPS) 123 = { - aristocrats = { - culture = yankee - religion = protestant - size = 25 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 25 - } - - clergymen = { - culture = yankee - religion = protestant - size = 120 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - soldiers = { - culture = yankee - religion = protestant - size= 100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1300 - } - - farmers = { - culture = north_german - religion = protestant - size = 1110 - } - - farmers = { - culture = south_german - religion = catholic - size = 550 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 15 - } - - artisans = { - culture = dakota - religion = animist - size = 60 - } - - farmers = { - culture = dakota - religion = animist - size = 300 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 15 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 60 - } - - farmers = { - culture = native_american_minor - religion = animist - size = 300 - } + aristocrats = { + culture = yankee + religion = protestant + size = 25 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 25 + } + + clergymen = { + culture = yankee + religion = protestant + size = 120 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + soldiers = { + culture = yankee + religion = protestant + size= 100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1300 + } + + farmers = { + culture = north_german + religion = protestant + size = 1110 + } + + farmers = { + culture = south_german + religion = catholic + size = 550 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 15 + } + + artisans = { + culture = dakota + religion = animist + size = 60 + } + + farmers = { + culture = dakota + religion = animist + size = 300 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 15 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 60 + } + + farmers = { + culture = native_american_minor + religion = animist + size = 300 + } } #Alliance (4000/1000 POPS) 124 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #North Platte (8000/2000 POPS) 125 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 75 - } - - farmers = { - culture = yankee - religion = protestant - size = 900 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 75 + } + + farmers = { + culture = yankee + religion = protestant + size = 900 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Kansas Region (107200) #Topeka (28000/7000 POPS) 126 = { - aristocrats = { - culture = yankee - religion = protestant - size = 50 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 150 - } - - clergymen = { - culture = yankee - religion = protestant - size = 150 - } - - artisans = { - culture = yankee - religion = protestant - size = 450 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 4400 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 50 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 150 + } + + clergymen = { + culture = yankee + religion = protestant + size = 150 + } + + artisans = { + culture = yankee + religion = protestant + size = 450 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 4400 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 500 + } } #Goodland (14000/3500 POPS) 127 = { - clergymen = { - culture = yankee - religion = protestant - size = 25 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 125 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2600 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 550 - } + clergymen = { + culture = yankee + religion = protestant + size = 25 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 125 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2600 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 550 + } } #Wichita (65200/16300 POPS) 128 = { - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = protestant - size = 1250 - } - - soldiers = { - culture = yankee - religion = protestant - size= 250 - - } - - farmers = { - culture = yankee - religion = protestant - size = 13000 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 500 - } + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = protestant + size = 1250 + } + + soldiers = { + culture = yankee + religion = protestant + size= 250 + + } + + farmers = { + culture = yankee + religion = protestant + size = 13000 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 500 + } } #Oklahoma Region (39800) #Oklahoma City (16800/4200 POPS) 129 = { - aristocrats = { - culture = dixie - religion = protestant - size = 25 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 25 - } - - clergymen = { - culture = dixie - religion = protestant - size = 50 - } - - artisans = { - culture = dixie - religion = protestant - size = 75 - } - - soldiers = { - culture = dixie - religion = protestant - size= 100 - - } - - farmers = { - culture = dixie - religion = protestant - size = 275 - } - - aristocrats = { - culture = cherokee - religion = animist - size = 10 - } - - clergymen = { - culture = cherokee - religion = animist - size = 25 - } - - artisans = { - culture = cherokee - religion = animist - size = 50 - } - - soldiers = { - culture = cherokee - religion = animist - size= 15 - - } - - farmers = { - culture = cherokee - religion = animist - size = 1050 - } - - slaves = { - culture = afro_american - religion = protestant - size = 500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1800 - } + aristocrats = { + culture = dixie + religion = protestant + size = 25 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 25 + } + + clergymen = { + culture = dixie + religion = protestant + size = 50 + } + + artisans = { + culture = dixie + religion = protestant + size = 75 + } + + soldiers = { + culture = dixie + religion = protestant + size= 100 + + } + + farmers = { + culture = dixie + religion = protestant + size = 275 + } + + aristocrats = { + culture = cherokee + religion = animist + size = 10 + } + + clergymen = { + culture = cherokee + religion = animist + size = 25 + } + + artisans = { + culture = cherokee + religion = animist + size = 50 + } + + soldiers = { + culture = cherokee + religion = animist + size= 15 + + } + + farmers = { + culture = cherokee + religion = animist + size = 1050 + } + + slaves = { + culture = afro_american + religion = protestant + size = 500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1800 + } } #Tahlequah (14600/3650 POPS) 130 = { - aristocrats = { - culture = dixie - religion = protestant - size = 25 - } - - aristocrats = { - culture = cherokee - religion = animist - size = 25 - } - - clergymen = { - culture = cherokee - religion = animist - size = 50 - } - - artisans = { - culture = cherokee - religion = animist - size = 100 - } - - soldiers = { - culture = cherokee - religion = animist - size= 25 - - } - - farmers = { - culture = cherokee - religion = animist - size = 1750 - } - - slaves = { - culture = afro_american - religion = protestant - size = 675 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 25 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 900 - } + aristocrats = { + culture = dixie + religion = protestant + size = 25 + } + + aristocrats = { + culture = cherokee + religion = animist + size = 25 + } + + clergymen = { + culture = cherokee + religion = animist + size = 50 + } + + artisans = { + culture = cherokee + religion = animist + size = 100 + } + + soldiers = { + culture = cherokee + religion = animist + size= 25 + + } + + farmers = { + culture = cherokee + religion = animist + size = 1750 + } + + slaves = { + culture = afro_american + religion = protestant + size = 675 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 25 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 900 + } } #Okmulgee (8400/2100 POPS) 131 = { - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 1900 - } + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 1900 + } } #Texas Region (604200) #Houston (138000/34500 POPS) 132 = { - aristocrats = { - culture = texan - religion = protestant - size = 100 - } - - clergymen = { - culture = texan - religion = protestant - size = 400 - } - - artisans = { - culture = texan - religion = protestant - size = 1300 - } - - soldiers = { - culture = texan - religion = protestant - size= 1400 - - } - - farmers = { - culture = texan - religion = protestant - size = 13000 - } - - farmers = { - culture = dixie - religion = protestant - size = 4355 - } - - farmers = { - culture = yankee - religion = protestant - size = 1065 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10880 - } + aristocrats = { + culture = texan + religion = protestant + size = 100 + } + + clergymen = { + culture = texan + religion = protestant + size = 400 + } + + artisans = { + culture = texan + religion = protestant + size = 1300 + } + + soldiers = { + culture = texan + religion = protestant + size= 1400 + + } + + farmers = { + culture = texan + religion = protestant + size = 13000 + } + + farmers = { + culture = dixie + religion = protestant + size = 4355 + } + + farmers = { + culture = yankee + religion = protestant + size = 1065 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10880 + } } 133 = { #Austin (150600/37650 POPS) - aristocrats = { - culture = texan - religion = protestant - size = 100 - } - - bureaucrats = { - culture = texan - religion = protestant - size = 500 - } - - officers = { - culture = texan - religion = protestant - size = 500 - } - - clergymen = { - culture = texan - religion = protestant - size = 500 - } - - artisans = { - culture = texan - religion = protestant - size = 1400 - } - - soldiers = { - culture = texan - religion = protestant - size= 1490 - - } - - farmers = { - culture = texan - religion = protestant - size = 16500 - } - - farmers = { - culture = yankee - religion = protestant - size = 900 - } - - farmers = { - culture = north_german - religion = protestant - size = 1925 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size= 25 - - } - - farmers = { - culture = mexican - religion = catholic - size = 650 - } - - slaves = { - culture = afro_american - religion = protestant - size = 11085 - } + aristocrats = { + culture = texan + religion = protestant + size = 100 + } + + bureaucrats = { + culture = texan + religion = protestant + size = 500 + } + + officers = { + culture = texan + religion = protestant + size = 500 + } + + clergymen = { + culture = texan + religion = protestant + size = 500 + } + + artisans = { + culture = texan + religion = protestant + size = 1400 + } + + soldiers = { + culture = texan + religion = protestant + size= 1490 + + } + + farmers = { + culture = texan + religion = protestant + size = 16500 + } + + farmers = { + culture = yankee + religion = protestant + size = 900 + } + + farmers = { + culture = north_german + religion = protestant + size = 1925 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size= 25 + + } + + farmers = { + culture = mexican + religion = catholic + size = 650 + } + + slaves = { + culture = afro_american + religion = protestant + size = 11085 + } } #San Antonio (55900/13975 POPS) 137 = { - aristocrats = { - culture = texan - religion = protestant - size = 35 - } - - clergymen = { - culture = texan - religion = protestant - size = 200 - } - - artisans = { - culture = texan - religion = protestant - size = 400 - } - - soldiers = { - culture = texan - religion = protestant - size= 1100 - - } - - farmers = { - culture = texan - religion = protestant - size = 6700 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size= 25 - - } - - farmers = { - culture = mexican - religion = catholic - size = 900 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4540 - } + aristocrats = { + culture = texan + religion = protestant + size = 35 + } + + clergymen = { + culture = texan + religion = protestant + size = 200 + } + + artisans = { + culture = texan + religion = protestant + size = 400 + } + + soldiers = { + culture = texan + religion = protestant + size= 1100 + + } + + farmers = { + culture = texan + religion = protestant + size = 6700 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size= 25 + + } + + farmers = { + culture = mexican + religion = catholic + size = 900 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4540 + } } #Laredo (43600/10900 POPS) 138 = { - clergymen = { - culture = texan - religion = protestant - size = 200 - } - - artisans = { - culture = texan - religion = protestant - size = 450 - } - - soldiers = { - culture = texan - religion = protestant - size= 1100 - - } - - farmers = { - culture = texan - religion = protestant - size = 5000 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 25 - } - - farmers = { - culture = mexican - religion = catholic - size = 1200 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2900 - } + clergymen = { + culture = texan + religion = protestant + size = 200 + } + + artisans = { + culture = texan + religion = protestant + size = 450 + } + + soldiers = { + culture = texan + religion = protestant + size= 1100 + + } + + farmers = { + culture = texan + religion = protestant + size = 5000 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 25 + } + + farmers = { + culture = mexican + religion = catholic + size = 1200 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2900 + } } #Dallas (106200/26550 POPS) 134 = { - clergymen = { - culture = texan - religion = protestant - size = 375 - } - - artisans = { - culture = texan - religion = protestant - size = 550 - } - - soldiers = { - culture = texan - religion = protestant - size= 1200 - - } - - farmers = { - culture = texan - religion = protestant - size = 12400 - } - - farmers = { - culture = dixie - religion = protestant - size = 3500 - } - - farmers = { - culture = north_german - religion = protestant - size = 2000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 6525 - } + clergymen = { + culture = texan + religion = protestant + size = 375 + } + + artisans = { + culture = texan + religion = protestant + size = 550 + } + + soldiers = { + culture = texan + religion = protestant + size= 1200 + + } + + farmers = { + culture = texan + religion = protestant + size = 12400 + } + + farmers = { + culture = dixie + religion = protestant + size = 3500 + } + + farmers = { + culture = north_german + religion = protestant + size = 2000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 6525 + } } #Lubbock (51100/12775 POPS) 135 = { - clergymen = { - culture = texan - religion = protestant - size = 200 - } - - artisans = { - culture = texan - religion = protestant - size = 455 - } - - soldiers = { - culture = texan - religion = protestant - size= 1100 - - } - - farmers = { - culture = texan - religion = protestant - size = 5550 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 25 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 50 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 25 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 400 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4870 - } + clergymen = { + culture = texan + religion = protestant + size = 200 + } + + artisans = { + culture = texan + religion = protestant + size = 455 + } + + soldiers = { + culture = texan + religion = protestant + size= 1100 + + } + + farmers = { + culture = texan + religion = protestant + size = 5550 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 25 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 50 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 25 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 400 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4870 + } } #El Paso (58800/14700 POPS) 136 = { - clergymen = { - culture = texan - religion = protestant - size = 200 - } - - artisans = { - culture = texan - religion = protestant - size = 500 - } - - soldiers = { - culture = texan - religion = protestant - size= 1160 - - } - - farmers = { - culture = texan - religion = protestant - size = 6800 - } - - clergymen = { - culture = mexican - religion = catholic - size = 25 - } - - artisans = { - culture = mexican - religion = catholic - size = 50 - } - - soldiers = { - culture = mexican - religion = catholic - size= 25 - - } - - farmers = { - culture = mexican - religion = catholic - size = 825 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 10 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 20 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 50 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 20 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 350 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4665 - } + clergymen = { + culture = texan + religion = protestant + size = 200 + } + + artisans = { + culture = texan + religion = protestant + size = 500 + } + + soldiers = { + culture = texan + religion = protestant + size= 1160 + + } + + farmers = { + culture = texan + religion = protestant + size = 6800 + } + + clergymen = { + culture = mexican + religion = catholic + size = 25 + } + + artisans = { + culture = mexican + religion = catholic + size = 50 + } + + soldiers = { + culture = mexican + religion = catholic + size= 25 + + } + + farmers = { + culture = mexican + religion = catholic + size = 825 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 10 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 20 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 50 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 20 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 350 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4665 + } } #Louisiana Region (708000) #New Orleans (341600/85400 POPS) 139 = { - aristocrats = { - culture = dixie - religion = protestant - size = 440 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1250 - } - - artisans = { - culture = dixie - religion = protestant - size = 2350 - } - - soldiers = { - culture = dixie - religion = protestant - size= 2060 - - } - - farmers = { - culture = dixie - religion = protestant - size = 36625 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 150 - } - - clergymen = { - culture = dixie - religion = catholic - size = 150 - } - - artisans = { - culture = dixie - religion = catholic - size = 530 - } - - soldiers = { - culture = dixie - religion = catholic - size= 1100 - - } - - farmers = { - culture = dixie - religion = catholic - size = 800 - } - - artisans = { - culture = dixie - religion = jewish - size = 1595 - } - - clergymen = { - culture = afro_american - religion = catholic - size = 50 - } - - artisans = { - culture = afro_american - religion = catholic - size = 600 - } - - farmers = { - culture = afro_american - religion = catholic - size = 3650 - } - - artisans = { - culture = afro_american - religion = protestant - size = 700 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 28350 - } + aristocrats = { + culture = dixie + religion = protestant + size = 440 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1250 + } + + artisans = { + culture = dixie + religion = protestant + size = 2350 + } + + soldiers = { + culture = dixie + religion = protestant + size= 2060 + + } + + farmers = { + culture = dixie + religion = protestant + size = 36625 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 150 + } + + clergymen = { + culture = dixie + religion = catholic + size = 150 + } + + artisans = { + culture = dixie + religion = catholic + size = 530 + } + + soldiers = { + culture = dixie + religion = catholic + size= 1100 + + } + + farmers = { + culture = dixie + religion = catholic + size = 800 + } + + artisans = { + culture = dixie + religion = jewish + size = 1595 + } + + clergymen = { + culture = afro_american + religion = catholic + size = 50 + } + + artisans = { + culture = afro_american + religion = catholic + size = 600 + } + + farmers = { + culture = afro_american + religion = catholic + size = 3650 + } + + artisans = { + culture = afro_american + religion = protestant + size = 700 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 28350 + } } #Baton Rouge (173200/43300 POPS) 140 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 1100 - } - - officers = { - culture = dixie - religion = protestant - size = 600 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1100 - } - - artisans = { - culture = dixie - religion = protestant - size = 2400 - } - - soldiers = { - culture = dixie - religion = protestant - size= 2000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 150 - } - - bureaucrats = { - culture = dixie - religion = catholic - size = 200 - } - - officers = { - culture = dixie - religion = catholic - size = 150 - } - - clergymen = { - culture = dixie - religion = catholic - size = 200 - } - - artisans = { - culture = dixie - religion = catholic - size = 250 - } - - soldiers = { - culture = dixie - religion = catholic - size= 250 - - } - - farmers = { - culture = dixie - religion = catholic - size = 800 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 250 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3825 - } - - slaves = { - culture = afro_american - religion = protestant - size = 20000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 1100 + } + + officers = { + culture = dixie + religion = protestant + size = 600 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1100 + } + + artisans = { + culture = dixie + religion = protestant + size = 2400 + } + + soldiers = { + culture = dixie + religion = protestant + size= 2000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 150 + } + + bureaucrats = { + culture = dixie + religion = catholic + size = 200 + } + + officers = { + culture = dixie + religion = catholic + size = 150 + } + + clergymen = { + culture = dixie + religion = catholic + size = 200 + } + + artisans = { + culture = dixie + religion = catholic + size = 250 + } + + soldiers = { + culture = dixie + religion = catholic + size= 250 + + } + + farmers = { + culture = dixie + religion = catholic + size = 800 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 250 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3825 + } + + slaves = { + culture = afro_american + religion = protestant + size = 20000 + } } #Lake Charles (86500/21625 POPS) 141 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 250 - } - - artisans = { - culture = dixie - religion = protestant - size = 450 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1675 - - } - - farmers = { - culture = dixie - religion = protestant - size = 7000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 175 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1850 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 250 + } + + artisans = { + culture = dixie + religion = protestant + size = 450 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1675 + + } + + farmers = { + culture = dixie + religion = protestant + size = 7000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 175 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1850 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10000 + } } #Shreveport (106700/26675 POPS) 142 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 275 - } - - artisans = { - culture = dixie - religion = protestant - size = 500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1300 - - } - - farmers = { - culture = dixie - religion = protestant - size = 9000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 200 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2175 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 275 + } + + artisans = { + culture = dixie + religion = protestant + size = 500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1300 + + } + + farmers = { + culture = dixie + religion = protestant + size = 9000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 200 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2175 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12000 + } } #Arkansas Region (435500) #Little Rock (277500/69375 POPS) 143 = { - aristocrats = { - culture = dixie - religion = protestant - size = 350 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 900 - } - - officers = { - culture = dixie - religion = protestant - size = 900 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1200 - } - - artisans = { - culture = dixie - religion = protestant - size = 2500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 40000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 925 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 16000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 350 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 900 + } + + officers = { + culture = dixie + religion = protestant + size = 900 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1200 + } + + artisans = { + culture = dixie + religion = protestant + size = 2500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 40000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 925 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 16000 + } } #Hot Springs (79000/19750 POPS) 144 = { - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - artisans = { - culture = dixie - religion = protestant - size = 680 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1200 - - } - - farmers = { - culture = dixie - religion = protestant - size = 13800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3870 - } + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + artisans = { + culture = dixie + religion = protestant + size = 680 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1200 + + } + + farmers = { + culture = dixie + religion = protestant + size = 13800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3870 + } } #Fayetteville (79000/19750 POPS) 145 = { - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - artisans = { - culture = dixie - religion = protestant - size = 680 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1200 - - } - - farmers = { - culture = dixie - religion = protestant - size = 13800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 3870 - } + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + artisans = { + culture = dixie + religion = protestant + size = 680 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1200 + + } + + farmers = { + culture = dixie + religion = protestant + size = 13800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 3870 + } } #Missouri Region (1182000) #Saint Louis (618500/154625 POPS) 146 = { - clergymen = { - culture = yankee - religion = protestant - size = 500 - } - - artisans = { - culture = yankee - religion = protestant - size = 2655 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 56000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 300 - } - - clergymen = { - culture = dixie - religion = protestant - size = 500 - } - - artisans = { - culture = dixie - religion = protestant - size = 2230 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 33000 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 20 - } - - clergymen = { - culture = dixie - religion = catholic - size = 100 - } - - artisans = { - culture = dixie - religion = catholic - size = 300 - } - - soldiers = { - culture = dixie - religion = catholic - size= 400 - - } - - farmers = { - culture = dixie - religion = catholic - size = 4000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 115 - } - - artisans = { - culture = north_german - religion = protestant - size = 2000 - } - - farmers = { - culture = north_german - religion = protestant - size = 10000 - } - - clergymen = { - culture = irish - religion = catholic - size = 245 - } - - artisans = { - culture = irish - religion = catholic - size = 800 - } - - farmers = { - culture = irish - religion = catholic - size = 9000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 160 - } - - artisans = { - culture = afro_american - religion = protestant - size = 600 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3200 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10000 - } + clergymen = { + culture = yankee + religion = protestant + size = 500 + } + + artisans = { + culture = yankee + religion = protestant + size = 2655 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 56000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 300 + } + + clergymen = { + culture = dixie + religion = protestant + size = 500 + } + + artisans = { + culture = dixie + religion = protestant + size = 2230 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 33000 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 20 + } + + clergymen = { + culture = dixie + religion = catholic + size = 100 + } + + artisans = { + culture = dixie + religion = catholic + size = 300 + } + + soldiers = { + culture = dixie + religion = catholic + size= 400 + + } + + farmers = { + culture = dixie + religion = catholic + size = 4000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 115 + } + + artisans = { + culture = north_german + religion = protestant + size = 2000 + } + + farmers = { + culture = north_german + religion = protestant + size = 10000 + } + + clergymen = { + culture = irish + religion = catholic + size = 245 + } + + artisans = { + culture = irish + religion = catholic + size = 800 + } + + farmers = { + culture = irish + religion = catholic + size = 9000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 160 + } + + artisans = { + culture = afro_american + religion = protestant + size = 600 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3200 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10000 + } } #Joplin (79300/19825 POPS) 147 = { - clergymen = { - culture = dixie - religion = protestant - size = 325 - } - - artisans = { - culture = dixie - religion = protestant - size = 1500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 12000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2000 - } + clergymen = { + culture = dixie + religion = protestant + size = 325 + } + + artisans = { + culture = dixie + religion = protestant + size = 1500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 12000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2000 + } } #Malden (126900/31725 POPS) 148 = { - clergymen = { - culture = yankee - religion = protestant - size = 125 - } - - artisans = { - culture = yankee - religion = protestant - size = 1100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1250 - - } - - farmers = { - culture = yankee - religion = protestant - size = 14750 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 400 - } - - artisans = { - culture = dixie - religion = protestant - size = 2000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1200 - - } - - farmers = { - culture = dixie - religion = protestant - size = 7800 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 25 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2850 - } + clergymen = { + culture = yankee + religion = protestant + size = 125 + } + + artisans = { + culture = yankee + religion = protestant + size = 1100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1250 + + } + + farmers = { + culture = yankee + religion = protestant + size = 14750 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 400 + } + + artisans = { + culture = dixie + religion = protestant + size = 2000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1200 + + } + + farmers = { + culture = dixie + religion = protestant + size = 7800 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 25 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2850 + } } #Jefferson City (179600/44900 POPS) 149 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 1200 - } - - officers = { - culture = yankee - religion = protestant - size = 750 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1100 - } - - artisans = { - culture = yankee - religion = protestant - size = 2500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 1200 - } - - officers = { - culture = dixie - religion = protestant - size = 800 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1200 - } - - artisans = { - culture = dixie - religion = protestant - size = 3500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 600 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4200 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 1200 + } + + officers = { + culture = yankee + religion = protestant + size = 750 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1100 + } + + artisans = { + culture = yankee + religion = protestant + size = 2500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 1200 + } + + officers = { + culture = dixie + religion = protestant + size = 800 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1200 + } + + artisans = { + culture = dixie + religion = protestant + size = 3500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 600 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4200 + } } #Kansas City (177700/44425 POPS) 150 = { - clergymen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 2500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 15000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 275 - } - - artisans = { - culture = dixie - religion = protestant - size = 1900 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1050 - - } - - farmers = { - culture = dixie - religion = protestant - size = 14000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 150 - } - - farmers = { - culture = afro_american - religion = protestant - size = 600 - } - - slaves = { - culture = afro_american - religion = protestant - size = 4200 - } + clergymen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 2500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 15000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 275 + } + + artisans = { + culture = dixie + religion = protestant + size = 1900 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1050 + + } + + farmers = { + culture = dixie + religion = protestant + size = 14000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 150 + } + + farmers = { + culture = afro_american + religion = protestant + size = 600 + } + + slaves = { + culture = afro_american + religion = protestant + size = 4200 + } } #Iowa Region (674900) #Des Moines (245400/61350 POPS) 151 = { - aristocrats = { - culture = yankee - religion = protestant - size = 900 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 1500 - } - - officers = { - culture = yankee - religion = protestant - size = 1100 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1500 - } - - artisans = { - culture = yankee - religion = protestant - size = 2640 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 38000 - } - - farmers = { - culture = north_german - religion = protestant - size = 4355 - } - - farmers = { - culture = south_german - religion = catholic - size = 4355 - } + aristocrats = { + culture = yankee + religion = protestant + size = 900 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 1500 + } + + officers = { + culture = yankee + religion = protestant + size = 1100 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1500 + } + + artisans = { + culture = yankee + religion = protestant + size = 2640 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 38000 + } + + farmers = { + culture = north_german + religion = protestant + size = 4355 + } + + farmers = { + culture = south_german + religion = catholic + size = 4355 + } } #Oskaloosa (122700/30675 POPS) 152 = { - clergymen = { - culture = yankee - religion = protestant - size = 715 - } - - artisans = { - culture = yankee - religion = protestant - size = 1600 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 21500 - } - - farmers = { - culture = north_german - religion = protestant - size = 2180 - } - - farmers = { - culture = south_german - religion = catholic - size = 2180 - } + clergymen = { + culture = yankee + religion = protestant + size = 715 + } + + artisans = { + culture = yankee + religion = protestant + size = 1600 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 21500 + } + + farmers = { + culture = north_german + religion = protestant + size = 2180 + } + + farmers = { + culture = south_german + religion = catholic + size = 2180 + } } #Cedar Rapids (184100/46025 POPS) 153 = { - clergymen = { - culture = yankee - religion = protestant - size = 945 - } + clergymen = { + culture = yankee + religion = protestant + size = 945 + } - artisans = { - culture = yankee - religion = protestant - size = 2150 - } + artisans = { + culture = yankee + religion = protestant + size = 2150 + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 3000 + soldiers = { + culture = yankee + religion = protestant + size= 3000 - } + } - soldiers = { - culture = yankee - religion = protestant - size= 2100 + soldiers = { + culture = yankee + religion = protestant + size= 2100 - } + } - farmers = { - culture = yankee - religion = protestant - size = 33500 - } + farmers = { + culture = yankee + religion = protestant + size = 33500 + } - farmers = { - culture = north_german - religion = protestant - size = 3265 - } + farmers = { + culture = north_german + religion = protestant + size = 3265 + } - farmers = { - culture = south_german - religion = catholic - size = 3265 - } + farmers = { + culture = south_german + religion = catholic + size = 3265 + } } #Sioux City (122700/30675 POPS) 154 = { - clergymen = { - culture = yankee - religion = protestant - size = 715 - } - - artisans = { - culture = yankee - religion = protestant - size = 1600 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 19500 - } - - farmers = { - culture = north_german - religion = protestant - size = 2180 - } - - farmers = { - culture = south_german - religion = catholic - size = 2180 - } - - aristocrats = { - culture = dakota - religion = animist - size = 25 - } - - clergymen = { - culture = dakota - religion = animist - size = 50 - } - - artisans = { - culture = dakota - religion = animist - size = 100 - } - - soldiers = { - culture = dakota - religion = animist - size= 25 - - } - - farmers = { - culture = dakota - religion = animist - size = 1800 - } + clergymen = { + culture = yankee + religion = protestant + size = 715 + } + + artisans = { + culture = yankee + religion = protestant + size = 1600 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 19500 + } + + farmers = { + culture = north_german + religion = protestant + size = 2180 + } + + farmers = { + culture = south_german + religion = catholic + size = 2180 + } + + aristocrats = { + culture = dakota + religion = animist + size = 25 + } + + clergymen = { + culture = dakota + religion = animist + size = 50 + } + + artisans = { + culture = dakota + religion = animist + size = 100 + } + + soldiers = { + culture = dakota + religion = animist + size= 25 + + } + + farmers = { + culture = dakota + religion = animist + size = 1800 + } } #Minnesota Region (123000) #Minneapolis (42900/10725 POPS) 155 = { - aristocrats = { - culture = yankee - religion = protestant - size = 200 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 300 - } - - officers = { - culture = yankee - religion = protestant - size = 125 - } - - clergymen = { - culture = yankee - religion = protestant - size = 600 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 300 - - } - - farmers = { - culture = yankee - religion = protestant - size = 4495 - } - - farmers = { - culture = north_german - religion = protestant - size = 2335 - } - - farmers = { - culture = south_german - religion = protestant - size = 1870 - } + aristocrats = { + culture = yankee + religion = protestant + size = 200 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 300 + } + + officers = { + culture = yankee + religion = protestant + size = 125 + } + + clergymen = { + culture = yankee + religion = protestant + size = 600 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 300 + + } + + farmers = { + culture = yankee + religion = protestant + size = 4495 + } + + farmers = { + culture = north_german + religion = protestant + size = 2335 + } + + farmers = { + culture = south_german + religion = protestant + size = 1870 + } } #Granite Falls (34700/8675 POPS) 156 = { - clergymen = { - culture = yankee - religion = protestant - size = 190 - } - - artisans = { - culture = yankee - religion = protestant - size = 300 - } - - soldiers = { - culture = yankee - religion = protestant - size= 250 - - } - - farmers = { - culture = yankee - religion = protestant - size = 5250 - } - - farmers = { - culture = north_german - religion = protestant - size = 1570 - } - - farmers = { - culture = south_german - religion = protestant - size = 1115 - } + clergymen = { + culture = yankee + religion = protestant + size = 190 + } + + artisans = { + culture = yankee + religion = protestant + size = 300 + } + + soldiers = { + culture = yankee + religion = protestant + size= 250 + + } + + farmers = { + culture = yankee + religion = protestant + size = 5250 + } + + farmers = { + culture = north_german + religion = protestant + size = 1570 + } + + farmers = { + culture = south_german + religion = protestant + size = 1115 + } } #Moorhead (10700/2675 POPS) 157 = { - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 50 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1800 - } - - aristocrats = { - culture = dakota - religion = animist - size = 10 - } - - clergymen = { - culture = dakota - religion = animist - size = 50 - } - - artisans = { - culture = dakota - religion = animist - size = 65 - } - - farmers = { - culture = dakota - religion = animist - size = 550 - } + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 50 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1800 + } + + aristocrats = { + culture = dakota + religion = animist + size = 10 + } + + clergymen = { + culture = dakota + religion = animist + size = 50 + } + + artisans = { + culture = dakota + religion = animist + size = 65 + } + + farmers = { + culture = dakota + religion = animist + size = 550 + } } #Duluth (34700/8675 POPS) 158 = { - clergymen = { - culture = yankee - religion = protestant - size = 190 - } - - artisans = { - culture = yankee - religion = protestant - size = 300 - } - - soldiers = { - culture = yankee - religion = protestant - size= 250 - - } - - farmers = { - culture = yankee - religion = protestant - size = 5250 - } - - farmers = { - culture = north_german - religion = protestant - size = 1570 - } - - farmers = { - culture = south_german - religion = protestant - size = 1115 - } + clergymen = { + culture = yankee + religion = protestant + size = 190 + } + + artisans = { + culture = yankee + religion = protestant + size = 300 + } + + soldiers = { + culture = yankee + religion = protestant + size= 250 + + } + + farmers = { + culture = yankee + religion = protestant + size = 5250 + } + + farmers = { + culture = north_german + religion = protestant + size = 1570 + } + + farmers = { + culture = south_german + religion = protestant + size = 1115 + } } #Wisconsin Region (775900) #Milwaukee (344800/86200 POPS) 159 = { - aristocrats = { - culture = yankee - religion = protestant - size = 980 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2000 - } - - artisans = { - culture = yankee - religion = protestant - size = 6000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2600 - - } - - farmers = { - culture = yankee - religion = protestant - size = 60000 - } - - farmers = { - culture = north_german - religion = protestant - size = 4310 - } - - farmers = { - culture = south_german - religion = catholic - size = 4310 - } + aristocrats = { + culture = yankee + religion = protestant + size = 980 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2000 + } + + artisans = { + culture = yankee + religion = protestant + size = 6000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2600 + + } + + farmers = { + culture = yankee + religion = protestant + size = 60000 + } + + farmers = { + culture = north_german + religion = protestant + size = 4310 + } + + farmers = { + culture = south_german + religion = catholic + size = 4310 + } } #Eau Claire (86300/21575 POPS) 160 = { - clergymen = { - culture = yankee - religion = protestant - size = 575 - } - - artisans = { - culture = yankee - religion = protestant - size = 1100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 14000 - } - - farmers = { - culture = north_german - religion = protestant - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1100 - } + clergymen = { + culture = yankee + religion = protestant + size = 575 + } + + artisans = { + culture = yankee + religion = protestant + size = 1100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 14000 + } + + farmers = { + culture = north_german + religion = protestant + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1100 + } } #Green Bay (172400/43100 POPS) 161 = { - clergymen = { - culture = yankee - religion = protestant - size = 790 - } - - artisans = { - culture = yankee - religion = protestant - size = 1500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 30000 - } - - farmers = { - culture = north_german - religion = protestant - size = 2155 - } - - farmers = { - culture = south_german - religion = catholic - size = 2155 - } + clergymen = { + culture = yankee + religion = protestant + size = 790 + } + + artisans = { + culture = yankee + religion = protestant + size = 1500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 30000 + } + + farmers = { + culture = north_german + religion = protestant + size = 2155 + } + + farmers = { + culture = south_german + religion = catholic + size = 2155 + } } #Madison (172400/43100 POPS) 162 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 1630 - } - - officers = { - culture = yankee - religion = protestant - size = 1500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1500 - } - - artisans = { - culture = yankee - religion = protestant - size = 1500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 27500 - } - - farmers = { - culture = north_german - religion = protestant - size = 2235 - } - - farmers = { - culture = south_german - religion = catholic - size = 2235 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 1630 + } + + officers = { + culture = yankee + religion = protestant + size = 1500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1500 + } + + artisans = { + culture = yankee + religion = protestant + size = 1500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 27500 + } + + farmers = { + culture = north_german + religion = protestant + size = 2235 + } + + farmers = { + culture = south_german + religion = catholic + size = 2235 + } } #Illinois Region (1712000) #Chicago (765400/191350 POPS) 163 = { - aristocrats = { - culture = yankee - religion = protestant - size = 1895 - } - - officers = { - culture = yankee - religion = protestant - size = 2500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1500 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 3000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 110000 - } - - aristocrats = { - culture = yankee - religion = jewish - size = 105 - } - - clergymen = { - culture = yankee - religion = jewish - size = 250 - } - - clerks = { - culture = yankee - religion = jewish - size = 400 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 1400 - } - - artisans = { - culture = yankee - religion = jewish - size = 750 - } - - farmers = { - culture = yankee - religion = jewish - size = 600 - } - - aristocrats = { - culture = british - religion = protestant - size = 480 - } - - clergymen = { - culture = british - religion = protestant - size = 500 - } - - clerks = { - culture = british - religion = protestant - size = 1100 - } - - craftsmen = { - culture = british - religion = protestant - size = 6500 - } - - artisans = { - culture = british - religion = protestant - size = 1100 - } - - farmers = { - culture = british - religion = protestant - size = 5500 - } - - clergymen = { - culture = irish - religion = catholic - size = 970 - } - - clerks = { - culture = irish - religion = catholic - size = 500 - } - - craftsmen = { - culture = irish - religion = catholic - size = 5500 - } - - artisans = { - culture = irish - religion = catholic - size = 2000 - } - - soldiers = { - culture = irish - religion = catholic - size= 2000 - - } - - farmers = { - culture = irish - religion = catholic - size = 13000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 1895 + } + + officers = { + culture = yankee + religion = protestant + size = 2500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1500 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 3000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 110000 + } + + aristocrats = { + culture = yankee + religion = jewish + size = 105 + } + + clergymen = { + culture = yankee + religion = jewish + size = 250 + } + + clerks = { + culture = yankee + religion = jewish + size = 400 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 1400 + } + + artisans = { + culture = yankee + religion = jewish + size = 750 + } + + farmers = { + culture = yankee + religion = jewish + size = 600 + } + + aristocrats = { + culture = british + religion = protestant + size = 480 + } + + clergymen = { + culture = british + religion = protestant + size = 500 + } + + clerks = { + culture = british + religion = protestant + size = 1100 + } + + craftsmen = { + culture = british + religion = protestant + size = 6500 + } + + artisans = { + culture = british + religion = protestant + size = 1100 + } + + farmers = { + culture = british + religion = protestant + size = 5500 + } + + clergymen = { + culture = irish + religion = catholic + size = 970 + } + + clerks = { + culture = irish + religion = catholic + size = 500 + } + + craftsmen = { + culture = irish + religion = catholic + size = 5500 + } + + artisans = { + culture = irish + religion = catholic + size = 2000 + } + + soldiers = { + culture = irish + religion = catholic + size= 2000 + + } + + farmers = { + culture = irish + religion = catholic + size = 13000 + } } #Rockford (165000/41250 POPS) 164 = { - clergymen = { - culture = yankee - religion = protestant - size = 600 - } - - clerks = { - culture = yankee - religion = protestant - size = 650 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 7000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 25000 - } + clergymen = { + culture = yankee + religion = protestant + size = 600 + } + + clerks = { + culture = yankee + religion = protestant + size = 650 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 7000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 25000 + } } #Champaign (135000/33750 POPS) 165 = { - clergymen = { - culture = yankee - religion = protestant - size = 500 - } - - clerks = { - culture = yankee - religion = protestant - size = 600 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 6000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2650 - - } - - farmers = { - culture = yankee - religion = protestant - size = 20000 - } + clergymen = { + culture = yankee + religion = protestant + size = 500 + } + + clerks = { + culture = yankee + religion = protestant + size = 600 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 6000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2650 + + } + + farmers = { + culture = yankee + religion = protestant + size = 20000 + } } #Peoria (136500/34125 POPS) 166 = { - clergymen = { - culture = yankee - religion = protestant - size = 500 - } - - clerks = { - culture = yankee - religion = protestant - size = 625 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 6000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 20000 - } + clergymen = { + culture = yankee + religion = protestant + size = 500 + } + + clerks = { + culture = yankee + religion = protestant + size = 625 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 6000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 20000 + } } #Springfield (255100/63775 POPS) 167 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 6000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1250 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2525 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 38000 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 6000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1250 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2525 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 38000 + } } #Carbondale (255000/63750 POPS) 168 = { - clergymen = { - culture = yankee - religion = protestant - size = 850 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 1150 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 39500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 200 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3400 - } + clergymen = { + culture = yankee + religion = protestant + size = 850 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 1150 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 39500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 200 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3400 + } } #Indiana Region (1350400) #Indianapolis (601400/150350 POPS) 169 = { - aristocrats = { - culture = yankee - religion = protestant - size = 3200 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 2250 - } - - officers = { - culture = yankee - religion = protestant - size = 1750 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2250 - } - - artisans = { - culture = yankee - religion = protestant - size = 5750 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 112000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 575 - } - - artisans = { - culture = north_german - religion = protestant - size = 750 - } - - farmers = { - culture = north_german - religion = protestant - size = 5675 - } + aristocrats = { + culture = yankee + religion = protestant + size = 3200 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 2250 + } + + officers = { + culture = yankee + religion = protestant + size = 1750 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2250 + } + + artisans = { + culture = yankee + religion = protestant + size = 5750 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 112000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 575 + } + + artisans = { + culture = north_german + religion = protestant + size = 750 + } + + farmers = { + culture = north_german + religion = protestant + size = 5675 + } } #Evansville (398900/99725 POPS) 170 = { - clergymen = { - culture = yankee - religion = protestant - size = 925 - } - - artisans = { - culture = yankee - religion = protestant - size = 2600 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 80000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 100 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 2000 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 100 - } - - farmers = { - culture = irish - religion = catholic - size = 1800 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3650 - } + clergymen = { + culture = yankee + religion = protestant + size = 925 + } + + artisans = { + culture = yankee + religion = protestant + size = 2600 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 80000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 100 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 2000 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 100 + } + + farmers = { + culture = irish + religion = catholic + size = 1800 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3650 + } } #South Bend (89600/22400 POPS) 171 = { - clergymen = { - culture = yankee - religion = protestant - size = 225 - } - - artisans = { - culture = yankee - religion = protestant - size = 675 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 18000 - } + clergymen = { + culture = yankee + religion = protestant + size = 225 + } + + artisans = { + culture = yankee + religion = protestant + size = 675 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 18000 + } } #Fort Wayne (260500/65125 POPS) 172 = { - clergymen = { - culture = yankee - religion = protestant - size = 1125 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 56000 - } + clergymen = { + culture = yankee + religion = protestant + size = 1125 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 56000 + } } #Michigan Region (749100) #Detroit (425200/106300 POPS) 173 = { - aristocrats = { - culture = yankee - religion = protestant - size = 1345 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 2500 - } - - officers = { - culture = yankee - religion = protestant - size = 1500 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2500 - } - - clerks = { - culture = yankee - religion = protestant - size = 1500 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 14000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 35000 - } - - clergymen = { - culture = yankee - religion = catholic - size = 200 - } - - clerks = { - culture = yankee - religion = catholic - size = 300 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 1500 - } - - artisans = { - culture = yankee - religion = catholic - size = 500 - } - - soldiers = { - culture = yankee - religion = catholic - size= 500 - - } - - farmers = { - culture = yankee - religion = catholic - size = 2000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 215 - } - - clerks = { - culture = north_german - religion = protestant - size = 500 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 5000 - } - - artisans = { - culture = north_german - religion = protestant - size = 700 - } - - farmers = { - culture = north_german - religion = protestant - size = 4500 - } - - clergymen = { - culture = south_german - religion = catholic - size = 215 - } - - clerks = { - culture = south_german - religion = catholic - size = 500 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 5000 - } - - artisans = { - culture = south_german - religion = catholic - size = 700 - } - - farmers = { - culture = south_german - religion = catholic - size = 4500 - } - - clergymen = { - culture = irish - religion = catholic - size = 225 - } - - clerks = { - culture = irish - religion = catholic - size = 300 - } - - craftsmen = { - culture = irish - religion = catholic - size = 3000 - } - - artisans = { - culture = irish - religion = catholic - size = 600 - } - - farmers = { - culture = irish - religion = catholic - size = 6000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 1345 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 2500 + } + + officers = { + culture = yankee + religion = protestant + size = 1500 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2500 + } + + clerks = { + culture = yankee + religion = protestant + size = 1500 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 14000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 35000 + } + + clergymen = { + culture = yankee + religion = catholic + size = 200 + } + + clerks = { + culture = yankee + religion = catholic + size = 300 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 1500 + } + + artisans = { + culture = yankee + religion = catholic + size = 500 + } + + soldiers = { + culture = yankee + religion = catholic + size= 500 + + } + + farmers = { + culture = yankee + religion = catholic + size = 2000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 215 + } + + clerks = { + culture = north_german + religion = protestant + size = 500 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 5000 + } + + artisans = { + culture = north_german + religion = protestant + size = 700 + } + + farmers = { + culture = north_german + religion = protestant + size = 4500 + } + + clergymen = { + culture = south_german + religion = catholic + size = 215 + } + + clerks = { + culture = south_german + religion = catholic + size = 500 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 5000 + } + + artisans = { + culture = south_german + religion = catholic + size = 700 + } + + farmers = { + culture = south_german + religion = catholic + size = 4500 + } + + clergymen = { + culture = irish + religion = catholic + size = 225 + } + + clerks = { + culture = irish + religion = catholic + size = 300 + } + + craftsmen = { + culture = irish + religion = catholic + size = 3000 + } + + artisans = { + culture = irish + religion = catholic + size = 600 + } + + farmers = { + culture = irish + religion = catholic + size = 6000 + } } #Grand Rapids (121500/30375 POPS) 174 = { - clergymen = { - culture = yankee - religion = protestant - size = 115 - } - - clerks = { - culture = yankee - religion = protestant - size = 250 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 4250 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 15000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 30 - } - - artisans = { - culture = north_german - religion = protestant - size = 100 - } - - farmers = { - culture = north_german - religion = protestant - size = 1750 - } - - clergymen = { - culture = south_german - religion = catholic - size = 30 - } - - artisans = { - culture = south_german - religion = catholic - size = 100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1750 - } + clergymen = { + culture = yankee + religion = protestant + size = 115 + } + + clerks = { + culture = yankee + religion = protestant + size = 250 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 4250 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 15000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 30 + } + + artisans = { + culture = north_german + religion = protestant + size = 100 + } + + farmers = { + culture = north_german + religion = protestant + size = 1750 + } + + clergymen = { + culture = south_german + religion = catholic + size = 30 + } + + artisans = { + culture = south_german + religion = catholic + size = 100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1750 + } } #Saginaw (81000/20250 POPS) 175 = { - clergymen = { - culture = yankee - religion = protestant - size = 100 - } - - clerks = { - culture = yankee - religion = protestant - size = 150 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1250 - } - - artisans = { - culture = yankee - religion = protestant - size = 1250 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25 - } - - artisans = { - culture = north_german - religion = protestant - size = 75 - } - - farmers = { - culture = north_german - religion = protestant - size = 1150 - } - - clergymen = { - culture = south_german - religion = catholic - size = 25 - } - - artisans = { - culture = south_german - religion = catholic - size = 75 - } - - farmers = { - culture = south_german - religion = catholic - size = 1150 - } + clergymen = { + culture = yankee + religion = protestant + size = 100 + } + + clerks = { + culture = yankee + religion = protestant + size = 150 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1250 + } + + artisans = { + culture = yankee + religion = protestant + size = 1250 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25 + } + + artisans = { + culture = north_german + religion = protestant + size = 75 + } + + farmers = { + culture = north_german + religion = protestant + size = 1150 + } + + clergymen = { + culture = south_german + religion = catholic + size = 25 + } + + artisans = { + culture = south_german + religion = catholic + size = 75 + } + + farmers = { + culture = south_german + religion = catholic + size = 1150 + } } #Traverse City (60700/15175 POPS) 176 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - clerks = { - culture = yankee - religion = protestant - size = 130 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1100 - } - - artisans = { - culture = yankee - religion = protestant - size = 1100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 8000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 15 - } - - artisans = { - culture = north_german - religion = protestant - size = 70 - } - - farmers = { - culture = north_german - religion = protestant - size = 850 - } - - clergymen = { - culture = south_german - religion = catholic - size = 15 - } - - artisans = { - culture = south_german - religion = catholic - size = 70 - } - - farmers = { - culture = south_german - religion = catholic - size = 850 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + clerks = { + culture = yankee + religion = protestant + size = 130 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1100 + } + + artisans = { + culture = yankee + religion = protestant + size = 1100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 8000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 15 + } + + artisans = { + culture = north_german + religion = protestant + size = 70 + } + + farmers = { + culture = north_german + religion = protestant + size = 850 + } + + clergymen = { + culture = south_german + religion = catholic + size = 15 + } + + artisans = { + culture = south_german + religion = catholic + size = 70 + } + + farmers = { + culture = south_german + religion = catholic + size = 850 + } } #Marquette (60700/15175 POPS) 177 = { - clergymen = { - culture = yankee - religion = protestant - size = 75 - } - - clerks = { - culture = yankee - religion = protestant - size = 130 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1100 - } - - artisans = { - culture = yankee - religion = protestant - size = 1100 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 8000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 15 - } - - artisans = { - culture = north_german - religion = protestant - size = 70 - } - - farmers = { - culture = north_german - religion = protestant - size = 850 - } - - clergymen = { - culture = south_german - religion = catholic - size = 15 - } - - artisans = { - culture = south_german - religion = catholic - size = 70 - } - - farmers = { - culture = south_german - religion = catholic - size = 850 - } + clergymen = { + culture = yankee + religion = protestant + size = 75 + } + + clerks = { + culture = yankee + religion = protestant + size = 130 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1100 + } + + artisans = { + culture = yankee + religion = protestant + size = 1100 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 8000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 15 + } + + artisans = { + culture = north_german + religion = protestant + size = 70 + } + + farmers = { + culture = north_german + religion = protestant + size = 850 + } + + clergymen = { + culture = south_german + religion = catholic + size = 15 + } + + artisans = { + culture = south_german + religion = catholic + size = 70 + } + + farmers = { + culture = south_german + religion = catholic + size = 850 + } } #Ohio Region (2339500) #Cleveland (362000/90500 POPS) 178 = { - clergymen = { - culture = yankee - religion = protestant - size = 910 - } - - clerks = { - culture = yankee - religion = protestant - size = 400 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 4750 - } - - artisans = { - culture = yankee - religion = protestant - size = 2250 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 60000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 50 - } - - clerks = { - culture = yankee - religion = protestant - size = 200 - } - - artisans = { - culture = yankee - religion = jewish - size = 350 - } - - farmers = { - culture = yankee - religion = jewish - size = 1400 - } - - clergymen = { - culture = irish - religion = catholic - size = 190 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 10000 - } + clergymen = { + culture = yankee + religion = protestant + size = 910 + } + + clerks = { + culture = yankee + religion = protestant + size = 400 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 4750 + } + + artisans = { + culture = yankee + religion = protestant + size = 2250 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 60000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 50 + } + + clerks = { + culture = yankee + religion = protestant + size = 200 + } + + artisans = { + culture = yankee + religion = jewish + size = 350 + } + + farmers = { + culture = yankee + religion = jewish + size = 1400 + } + + clergymen = { + culture = irish + religion = catholic + size = 190 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 10000 + } } #Columbus (466800/116700 POPS) 179 = { - aristocrats = { - culture = yankee - religion = protestant - size = 2500 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 5275 - } - - officers = { - culture = yankee - religion = protestant - size = 905 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2000 - } - - clerks = { - culture = yankee - religion = protestant - size = 800 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5200 - } - - artisans = { - culture = yankee - religion = protestant - size = 3000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 60000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 95 - } - - clerks = { - culture = yankee - religion = protestant - size = 250 - } - - artisans = { - culture = yankee - religion = jewish - size = 350 - } - - farmers = { - culture = yankee - religion = jewish - size = 1400 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 300 - } - - farmers = { - culture = north_german - religion = protestant - size = 6150 - } - - clergymen = { - culture = irish - religion = catholic - size = 400 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 15500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 2500 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 5275 + } + + officers = { + culture = yankee + religion = protestant + size = 905 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2000 + } + + clerks = { + culture = yankee + religion = protestant + size = 800 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5200 + } + + artisans = { + culture = yankee + religion = protestant + size = 3000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 60000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 95 + } + + clerks = { + culture = yankee + religion = protestant + size = 250 + } + + artisans = { + culture = yankee + religion = jewish + size = 350 + } + + farmers = { + culture = yankee + religion = jewish + size = 1400 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 300 + } + + farmers = { + culture = north_german + religion = protestant + size = 6150 + } + + clergymen = { + culture = irish + religion = catholic + size = 400 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 15500 + } } #Sandusky (327200/81800 POPS) 180 = { - clergymen = { - culture = yankee - religion = protestant - size = 880 - } - - clerks = { - culture = yankee - religion = protestant - size = 300 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 3000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 55000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 120 - } - - artisans = { - culture = north_german - religion = protestant - size = 500 - } - - farmers = { - culture = north_german - religion = protestant - size = 8700 - } - - clergymen = { - culture = south_german - religion = catholic - size = 50 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 3100 - } + clergymen = { + culture = yankee + religion = protestant + size = 880 + } + + clerks = { + culture = yankee + religion = protestant + size = 300 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 3000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 55000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 120 + } + + artisans = { + culture = north_german + religion = protestant + size = 500 + } + + farmers = { + culture = north_german + religion = protestant + size = 8700 + } + + clergymen = { + culture = south_german + religion = catholic + size = 50 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 3100 + } } #Dayton (389800/97450 POPS) 181 = { - clergymen = { - culture = yankee - religion = protestant - size = 1100 - } - - clerks = { - culture = yankee - religion = protestant - size = 625 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 6000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 68000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 75 - } - - artisans = { - culture = north_german - religion = protestant - size = 300 - } - - farmers = { - culture = north_german - religion = protestant - size = 6150 - } - - clergymen = { - culture = south_german - religion = catholic - size = 50 - } - - artisans = { - culture = south_german - religion = catholic - size = 150 - } - - farmers = { - culture = south_german - religion = catholic - size = 3100 - } + clergymen = { + culture = yankee + religion = protestant + size = 1100 + } + + clerks = { + culture = yankee + religion = protestant + size = 625 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 6000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 68000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 75 + } + + artisans = { + culture = north_german + religion = protestant + size = 300 + } + + farmers = { + culture = north_german + religion = protestant + size = 6150 + } + + clergymen = { + culture = south_german + religion = catholic + size = 50 + } + + artisans = { + culture = south_german + religion = catholic + size = 150 + } + + farmers = { + culture = south_german + religion = catholic + size = 3100 + } } #Cincinnati (515200/128800 POPS) 182 = { - clergymen = { - culture = yankee - religion = protestant - size = 1375 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 9000 - } - - artisans = { - culture = yankee - religion = protestant - size = 4000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 70000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 110 - } - - artisans = { - culture = north_german - religion = protestant - size = 350 - } - - farmers = { - culture = north_german - religion = protestant - size = 7000 - } - - clergymen = { - culture = south_german - religion = catholic - size = 95 - } - - artisans = { - culture = south_german - religion = catholic - size = 250 - } - - farmers = { - culture = south_german - religion = catholic - size = 3000 - } - - clergymen = { - culture = irish - religion = catholic - size = 400 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 15500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 120 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 4800 - } + clergymen = { + culture = yankee + religion = protestant + size = 1375 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 9000 + } + + artisans = { + culture = yankee + religion = protestant + size = 4000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 70000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 110 + } + + artisans = { + culture = north_german + religion = protestant + size = 350 + } + + farmers = { + culture = north_german + religion = protestant + size = 7000 + } + + clergymen = { + culture = south_german + religion = catholic + size = 95 + } + + artisans = { + culture = south_german + religion = catholic + size = 250 + } + + farmers = { + culture = south_german + religion = catholic + size = 3000 + } + + clergymen = { + culture = irish + religion = catholic + size = 400 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 15500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 120 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 4800 + } } #Marietta (278500/69625 POPS) 183 = { - clergymen = { - culture = yankee - religion = protestant - size = 735 - } - - clerks = { - culture = yankee - religion = protestant - size = 200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 2000 - } - - artisans = { - culture = yankee - religion = protestant - size = 1450 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 60000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 190 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1500 - } + clergymen = { + culture = yankee + religion = protestant + size = 735 + } + + clerks = { + culture = yankee + religion = protestant + size = 200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 2000 + } + + artisans = { + culture = yankee + religion = protestant + size = 1450 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 60000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 190 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1500 + } } #Kentucky Region (1155700) #Louisville (242200/60550 POPS) 184 = { - clergymen = { - culture = yankee - religion = protestant - size = 400 - } - - clerks = { - culture = yankee - religion = protestant - size = 200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1800 - } - - artisans = { - culture = yankee - religion = protestant - size = 1025 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 17000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 305 - } - - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - clerks = { - culture = dixie - religion = protestant - size = 200 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 1800 - } - - artisans = { - culture = dixie - religion = protestant - size = 700 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 9000 - } - - clergymen = { - culture = irish - religion = catholic - size = 75 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - farmers = { - culture = irish - religion = catholic - size = 4585 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 910 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1450 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13000 - } + clergymen = { + culture = yankee + religion = protestant + size = 400 + } + + clerks = { + culture = yankee + religion = protestant + size = 200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1800 + } + + artisans = { + culture = yankee + religion = protestant + size = 1025 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 17000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 305 + } + + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + clerks = { + culture = dixie + religion = protestant + size = 200 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 1800 + } + + artisans = { + culture = dixie + religion = protestant + size = 700 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 9000 + } + + clergymen = { + culture = irish + religion = catholic + size = 75 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + farmers = { + culture = irish + religion = catholic + size = 4585 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 910 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1450 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13000 + } } #Lexington (516000/129000 POPS) 185 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 3000 - } - - officers = { - culture = yankee - religion = protestant - size = 300 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1440 - } - - clerks = { - culture = yankee - religion = protestant - size = 500 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5000 - } - - artisans = { - culture = yankee - religion = protestant - size = 4000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 50000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 650 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 2500 - } - - officers = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 730 - } - - clerks = { - culture = dixie - religion = protestant - size = 250 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2500 - } - - artisans = { - culture = dixie - religion = protestant - size = 1950 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 24000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 180 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1750 - } - - slaves = { - culture = afro_american - religion = protestant - size = 14000 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 3000 + } + + officers = { + culture = yankee + religion = protestant + size = 300 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1440 + } + + clerks = { + culture = yankee + religion = protestant + size = 500 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5000 + } + + artisans = { + culture = yankee + religion = protestant + size = 4000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 50000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 650 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 2500 + } + + officers = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 730 + } + + clerks = { + culture = dixie + religion = protestant + size = 250 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2500 + } + + artisans = { + culture = dixie + religion = protestant + size = 1950 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 24000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 180 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1750 + } + + slaves = { + culture = afro_american + religion = protestant + size = 14000 + } } #Bowling Green (229800/57450 POPS) 186 = { - aristocrats = { - culture = dixie - religion = protestant - size = 305 - } - - clergymen = { - culture = dixie - religion = protestant - size = 400 - } - - clerks = { - culture = dixie - religion = protestant - size = 250 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 1800 - } - - artisans = { - culture = dixie - religion = protestant - size = 900 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 600 - - } - - farmers = { - culture = dixie - religion = protestant - size = 14000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 400 - } - - clerks = { - culture = yankee - religion = protestant - size = 200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1800 - } - - artisans = { - culture = yankee - religion = protestant - size = 785 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 14000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 910 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1450 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 305 + } + + clergymen = { + culture = dixie + religion = protestant + size = 400 + } + + clerks = { + culture = dixie + religion = protestant + size = 250 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 1800 + } + + artisans = { + culture = dixie + religion = protestant + size = 900 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 600 + + } + + farmers = { + culture = dixie + religion = protestant + size = 14000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 400 + } + + clerks = { + culture = yankee + religion = protestant + size = 200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1800 + } + + artisans = { + culture = yankee + religion = protestant + size = 785 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 14000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 910 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1450 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13000 + } } #Paducah (167700/41925 POPS) 187 = { - aristocrats = { - culture = dixie - religion = protestant - size = 230 - } - - clergymen = { - culture = dixie - religion = protestant - size = 400 - } - - clerks = { - culture = dixie - religion = protestant - size = 200 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2000 - } - - artisans = { - culture = dixie - religion = protestant - size = 750 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 14000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 165 - } - - clerks = { - culture = yankee - religion = protestant - size = 100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 900 - } - - artisans = { - culture = yankee - religion = protestant - size = 400 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 5000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 80 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 700 - } - - slaves = { - culture = afro_american - religion = protestant - size = 10000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 230 + } + + clergymen = { + culture = dixie + religion = protestant + size = 400 + } + + clerks = { + culture = dixie + religion = protestant + size = 200 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2000 + } + + artisans = { + culture = dixie + religion = protestant + size = 750 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 14000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 165 + } + + clerks = { + culture = yankee + religion = protestant + size = 100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 900 + } + + artisans = { + culture = yankee + religion = protestant + size = 400 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 5000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 80 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 700 + } + + slaves = { + culture = afro_american + religion = protestant + size = 10000 + } } #Tennessee Region (1109800) #Nashville (572200/143050 POPS) 188 = { - aristocrats = { - culture = dixie - religion = protestant - size = 950 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 2000 - } - - officers = { - culture = dixie - religion = protestant - size = 550 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1500 - } - - clerks = { - culture = dixie - religion = protestant - size = 400 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 4000 - } - - artisans = { - culture = dixie - religion = protestant - size = 5250 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 50500 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 1100 - } - - officers = { - culture = yankee - religion = protestant - size = 235 - } - - clergymen = { - culture = yankee - religion = protestant - size = 600 - } - - clerks = { - culture = yankee - religion = protestant - size = 200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1800 - } - - artisans = { - culture = yankee - religion = protestant - size = 1800 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1890 - - } - - farmers = { - culture = yankee - religion = protestant - size = 18950 - } - - clergymen = { - culture = yankee - religion = jewish - size = 50 - } - - clerks = { - culture = yankee - religion = jewish - size = 60 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 550 - } - - artisans = { - culture = yankee - religion = jewish - size = 100 - } - - farmers = { - culture = yankee - religion = jewish - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 90 - } - - artisans = { - culture = north_german - religion = protestant - size = 300 - } - - farmers = { - culture = north_german - religion = protestant - size = 2700 - } - - farmers = { - culture = irish - religion = catholic - size = 1050 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 55 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1620 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 25000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 950 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 2000 + } + + officers = { + culture = dixie + religion = protestant + size = 550 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1500 + } + + clerks = { + culture = dixie + religion = protestant + size = 400 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 4000 + } + + artisans = { + culture = dixie + religion = protestant + size = 5250 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 50500 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 1100 + } + + officers = { + culture = yankee + religion = protestant + size = 235 + } + + clergymen = { + culture = yankee + religion = protestant + size = 600 + } + + clerks = { + culture = yankee + religion = protestant + size = 200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1800 + } + + artisans = { + culture = yankee + religion = protestant + size = 1800 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1890 + + } + + farmers = { + culture = yankee + religion = protestant + size = 18950 + } + + clergymen = { + culture = yankee + religion = jewish + size = 50 + } + + clerks = { + culture = yankee + religion = jewish + size = 60 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 550 + } + + artisans = { + culture = yankee + religion = jewish + size = 100 + } + + farmers = { + culture = yankee + religion = jewish + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 90 + } + + artisans = { + culture = north_german + religion = protestant + size = 300 + } + + farmers = { + culture = north_german + religion = protestant + size = 2700 + } + + farmers = { + culture = irish + religion = catholic + size = 1050 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 55 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1620 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 25000 + } } #Memphis (184600/46150 POPS) 189 = { - aristocrats = { - culture = dixie - religion = protestant - size = 440 - } - - clergymen = { - culture = dixie - religion = protestant - size = 550 - } - - clerks = { - culture = dixie - religion = protestant - size = 300 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2800 - } - - artisans = { - culture = dixie - religion = protestant - size = 1100 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 12000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 110 - } - - clerks = { - culture = yankee - religion = protestant - size = 150 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1500 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 3000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 250 - } - - artisans = { - culture = afro_american - religion = protestant - size = 550 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 440 + } + + clergymen = { + culture = dixie + religion = protestant + size = 550 + } + + clerks = { + culture = dixie + religion = protestant + size = 300 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2800 + } + + artisans = { + culture = dixie + religion = protestant + size = 1100 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 12000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 110 + } + + clerks = { + culture = yankee + religion = protestant + size = 150 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1500 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 3000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 250 + } + + artisans = { + culture = afro_american + religion = protestant + size = 550 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12000 + } } #Knoxville (167300/41825 POPS) 190 = { - aristocrats = { - culture = dixie - religion = protestant - size = 275 - } - - clergymen = { - culture = dixie - religion = protestant - size = 350 - } - - clerks = { - culture = dixie - religion = protestant - size = 340 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3500 - } - - artisans = { - culture = dixie - religion = protestant - size = 500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 180 - } - - clerks = { - culture = yankee - religion = protestant - size = 100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 900 - } - - artisans = { - culture = yankee - religion = protestant - size = 500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1300 - - } - - farmers = { - culture = yankee - religion = protestant - size = 5500 - } - - clergymen = { - culture = yankee - religion = catholic - size = 25 - } - - artisans = { - culture = yankee - religion = catholic - size = 75 - } - - farmers = { - culture = yankee - religion = catholic - size = 900 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25 - } - - artisans = { - culture = north_german - religion = protestant - size = 70 - } - - farmers = { - culture = north_german - religion = protestant - size = 810 - } - - clergymen = { - culture = irish - religion = catholic - size = 25 - } - - artisans = { - culture = irish - religion = catholic - size = 75 - } - - farmers = { - culture = irish - religion = catholic - size = 900 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 200 - } - - artisans = { - culture = afro_american - religion = protestant - size = 775 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 9000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 275 + } + + clergymen = { + culture = dixie + religion = protestant + size = 350 + } + + clerks = { + culture = dixie + religion = protestant + size = 340 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3500 + } + + artisans = { + culture = dixie + religion = protestant + size = 500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 180 + } + + clerks = { + culture = yankee + religion = protestant + size = 100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 900 + } + + artisans = { + culture = yankee + religion = protestant + size = 500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1300 + + } + + farmers = { + culture = yankee + religion = protestant + size = 5500 + } + + clergymen = { + culture = yankee + religion = catholic + size = 25 + } + + artisans = { + culture = yankee + religion = catholic + size = 75 + } + + farmers = { + culture = yankee + religion = catholic + size = 900 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25 + } + + artisans = { + culture = north_german + religion = protestant + size = 70 + } + + farmers = { + culture = north_german + religion = protestant + size = 810 + } + + clergymen = { + culture = irish + religion = catholic + size = 25 + } + + artisans = { + culture = irish + religion = catholic + size = 75 + } + + farmers = { + culture = irish + religion = catholic + size = 900 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 200 + } + + artisans = { + culture = afro_american + religion = protestant + size = 775 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 9000 + } } #Chattanooga (185700/46425 POPS) 191 = { - aristocrats = { - culture = dixie - religion = protestant - size = 275 - } - - clergymen = { - culture = dixie - religion = protestant - size = 350 - } - - clerks = { - culture = dixie - religion = protestant - size = 500 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 4500 - } - - artisans = { - culture = dixie - religion = protestant - size = 1005 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 8000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 200 - } - - clerks = { - culture = yankee - religion = protestant - size = 250 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 2250 - } - - artisans = { - culture = yankee - religion = protestant - size = 795 - } - - farmers = { - culture = yankee - religion = protestant - size = 5000 - } - - clergymen = { - culture = yankee - religion = catholic - size = 25 - } - - artisans = { - culture = yankee - religion = catholic - size = 75 - } - - farmers = { - culture = yankee - religion = catholic - size = 900 - } - - clergymen = { - culture = north_german - religion = protestant - size = 25 - } - - artisans = { - culture = north_german - religion = protestant - size = 75 - } - - farmers = { - culture = north_german - religion = protestant - size = 900 - } - - clergymen = { - culture = irish - religion = protestant - size = 25 - } - - artisans = { - culture = irish - religion = protestant - size = 75 - } - - farmers = { - culture = irish - religion = protestant - size = 900 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 250 - } - - artisans = { - culture = afro_american - religion = protestant - size = 550 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 275 + } + + clergymen = { + culture = dixie + religion = protestant + size = 350 + } + + clerks = { + culture = dixie + religion = protestant + size = 500 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 4500 + } + + artisans = { + culture = dixie + religion = protestant + size = 1005 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 8000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 200 + } + + clerks = { + culture = yankee + religion = protestant + size = 250 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 2250 + } + + artisans = { + culture = yankee + religion = protestant + size = 795 + } + + farmers = { + culture = yankee + religion = protestant + size = 5000 + } + + clergymen = { + culture = yankee + religion = catholic + size = 25 + } + + artisans = { + culture = yankee + religion = catholic + size = 75 + } + + farmers = { + culture = yankee + religion = catholic + size = 900 + } + + clergymen = { + culture = north_german + religion = protestant + size = 25 + } + + artisans = { + culture = north_german + religion = protestant + size = 75 + } + + farmers = { + culture = north_german + religion = protestant + size = 900 + } + + clergymen = { + culture = irish + religion = protestant + size = 25 + } + + artisans = { + culture = irish + religion = protestant + size = 75 + } + + farmers = { + culture = irish + religion = protestant + size = 900 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 250 + } + + artisans = { + culture = afro_american + religion = protestant + size = 550 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12000 + } } #Mississippi Region (791300) #Jackson (382200/95550 POPS) 192 = { - aristocrats = { - culture = dixie - religion = protestant - size = 525 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 2200 - } - - officers = { - culture = dixie - religion = protestant - size = 375 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1250 - } - - clerks = { - culture = dixie - religion = protestant - size = 1100 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 9000 - } - - artisans = { - culture = dixie - religion = protestant - size = 2270 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 250 - - } - - farmers = { - culture = dixie - religion = protestant - size = 14900 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 780 - } - - artisans = { - culture = afro_american - religion = protestant - size = 3000 - } - - farmers = { - culture = afro_american - religion = protestant - size = 6000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 43000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 525 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 2200 + } + + officers = { + culture = dixie + religion = protestant + size = 375 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1250 + } + + clerks = { + culture = dixie + religion = protestant + size = 1100 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 9000 + } + + artisans = { + culture = dixie + religion = protestant + size = 2270 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 250 + + } + + farmers = { + culture = dixie + religion = protestant + size = 14900 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 780 + } + + artisans = { + culture = afro_american + religion = protestant + size = 3000 + } + + farmers = { + culture = afro_american + religion = protestant + size = 6000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 43000 + } } #Vicksburg (232500/58125 POPS) 193 = { - aristocrats = { - culture = dixie - religion = protestant - size = 350 - } - - clergymen = { - culture = dixie - religion = protestant - size = 400 - } - - artisans = { - culture = dixie - religion = protestant - size = 1405 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = irish - religion = catholic - size = 70 - } - - artisans = { - culture = irish - religion = catholic - size = 400 - } - - farmers = { - culture = irish - religion = catholic - size = 2500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 500 - } - - artisans = { - culture = afro_american - religion = protestant - size = 2500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 6000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 25000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 350 + } + + clergymen = { + culture = dixie + religion = protestant + size = 400 + } + + artisans = { + culture = dixie + religion = protestant + size = 1405 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = irish + religion = catholic + size = 70 + } + + artisans = { + culture = irish + religion = catholic + size = 400 + } + + farmers = { + culture = irish + religion = catholic + size = 2500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 500 + } + + artisans = { + culture = afro_american + religion = protestant + size = 2500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 6000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 25000 + } } #Biloxi (176600/44150 POPS) 194 = { - aristocrats = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 375 - } - - artisans = { - culture = dixie - religion = protestant - size = 1125 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 400 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 20000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 375 + } + + artisans = { + culture = dixie + religion = protestant + size = 1125 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 400 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 20000 + } } #Alabama Region (964200) #Montgomery (449300/112325 POPS) 195 = { - aristocrats = { - culture = dixie - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 4265 - } - - officers = { - culture = dixie - religion = protestant - size = 450 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1150 - } - - clerks = { - culture = dixie - religion = protestant - size = 650 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 7500 - } - - artisans = { - culture = dixie - religion = protestant - size = 3000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 23760 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 25 - } - - clergymen = { - culture = dixie - religion = catholic - size = 50 - } - - artisans = { - culture = dixie - religion = catholic - size = 300 - } - - farmers = { - culture = dixie - religion = catholic - size = 1800 - } - - clergymen = { - culture = dixie - religion = jewish - size = 40 - } - - artisans = { - culture = dixie - religion = jewish - size = 350 - } - - - farmers = { - culture = dixie - religion = jewish - size = 1400 - } - - clergymen = { - culture = irish - religion = catholic - size = 50 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - farmers = { - culture = irish - religion = catholic - size = 1600 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 560 - } - - artisans = { - culture = afro_american - religion = protestant - size = 600 - } - - farmers = { - culture = afro_american - religion = protestant - size = 4500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 45000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 4265 + } + + officers = { + culture = dixie + religion = protestant + size = 450 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1150 + } + + clerks = { + culture = dixie + religion = protestant + size = 650 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 7500 + } + + artisans = { + culture = dixie + religion = protestant + size = 3000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 23760 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 25 + } + + clergymen = { + culture = dixie + religion = catholic + size = 50 + } + + artisans = { + culture = dixie + religion = catholic + size = 300 + } + + farmers = { + culture = dixie + religion = catholic + size = 1800 + } + + clergymen = { + culture = dixie + religion = jewish + size = 40 + } + + artisans = { + culture = dixie + religion = jewish + size = 350 + } + + + farmers = { + culture = dixie + religion = jewish + size = 1400 + } + + clergymen = { + culture = irish + religion = catholic + size = 50 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + farmers = { + culture = irish + religion = catholic + size = 1600 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 560 + } + + artisans = { + culture = afro_american + religion = protestant + size = 600 + } + + farmers = { + culture = afro_american + religion = protestant + size = 4500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 45000 + } } #Tuscaloosa (280700/70175 POPS) 196 = { - aristocrats = { - culture = dixie - religion = protestant - size = 600 - } - - clergymen = { - culture = dixie - religion = protestant - size = 750 - } - - clerks = { - culture = dixie - religion = protestant - size = 475 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 4400 - } - - artisans = { - culture = dixie - religion = protestant - size = 2000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 19300 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 500 - } - - artisans = { - culture = afro_american - religion = protestant - size = 450 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2700 - } - - slaves = { - culture = afro_american - religion = protestant - size = 28000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 600 + } + + clergymen = { + culture = dixie + religion = protestant + size = 750 + } + + clerks = { + culture = dixie + religion = protestant + size = 475 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 4400 + } + + artisans = { + culture = dixie + religion = protestant + size = 2000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 19300 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 500 + } + + artisans = { + culture = afro_american + religion = protestant + size = 450 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2700 + } + + slaves = { + culture = afro_american + religion = protestant + size = 28000 + } } #Mobile (234200/58550 POPS) 197 = { - aristocrats = { - culture = dixie - religion = protestant - size = 450 - } - - clergymen = { - culture = dixie - religion = protestant - size = 600 - } - - clerks = { - culture = dixie - religion = protestant - size = 205 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2900 - } - - artisans = { - culture = dixie - religion = protestant - size = 1500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 16650 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 25 - } - - clergymen = { - culture = dixie - religion = catholic - size = 50 - } - - artisans = { - culture = dixie - religion = catholic - size = 175 - } - - soldiers = { - culture = dixie - religion = catholic - size= 1100 - - } - - farmers = { - culture = dixie - religion = catholic - size = 2000 - } - - clergymen = { - culture = irish - religion = catholic - size = 15 - } - - artisans = { - culture = irish - religion = catholic - size = 125 - } - - farmers = { - culture = irish - religion = catholic - size = 850 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 405 - } - - artisans = { - culture = afro_american - religion = protestant - size = 300 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2200 - } - - slaves = { - culture = afro_american - religion = protestant - size = 23500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 450 + } + + clergymen = { + culture = dixie + religion = protestant + size = 600 + } + + clerks = { + culture = dixie + religion = protestant + size = 205 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2900 + } + + artisans = { + culture = dixie + religion = protestant + size = 1500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 16650 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 25 + } + + clergymen = { + culture = dixie + religion = catholic + size = 50 + } + + artisans = { + culture = dixie + religion = catholic + size = 175 + } + + soldiers = { + culture = dixie + religion = catholic + size= 1100 + + } + + farmers = { + culture = dixie + religion = catholic + size = 2000 + } + + clergymen = { + culture = irish + religion = catholic + size = 15 + } + + artisans = { + culture = irish + religion = catholic + size = 125 + } + + farmers = { + culture = irish + religion = catholic + size = 850 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 405 + } + + artisans = { + culture = afro_american + religion = protestant + size = 300 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2200 + } + + slaves = { + culture = afro_american + religion = protestant + size = 23500 + } } #Florida Region (140400) #Tallahassee (54000/13500 POPS) 198 = { - aristocrats = { - culture = dixie - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 550 - } - - officers = { - culture = dixie - religion = protestant - size = 70 - } - - clergymen = { - culture = dixie - religion = protestant - size = 130 - } - - artisans = { - culture = dixie - religion = protestant - size = 280 - } - - soldiers = { - culture = dixie - religion = protestant - size= 200 - - } - - farmers = { - culture = dixie - religion = protestant - size = 4000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 100 - } - - artisans = { - culture = afro_american - religion = protestant - size = 120 - } - - farmers = { - culture = afro_american - religion = protestant - size = 450 - } - - slaves = { - culture = afro_american - religion = protestant - size = 6200 - } + aristocrats = { + culture = dixie + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 550 + } + + officers = { + culture = dixie + religion = protestant + size = 70 + } + + clergymen = { + culture = dixie + religion = protestant + size = 130 + } + + artisans = { + culture = dixie + religion = protestant + size = 280 + } + + soldiers = { + culture = dixie + religion = protestant + size= 200 + + } + + farmers = { + culture = dixie + religion = protestant + size = 4000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 100 + } + + artisans = { + culture = afro_american + religion = protestant + size = 120 + } + + farmers = { + culture = afro_american + religion = protestant + size = 450 + } + + slaves = { + culture = afro_american + religion = protestant + size = 6200 + } } #St Augustine (56600/14150 POPS) 199 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - artisans = { - culture = dixie - religion = protestant - size = 275 - } - - soldiers = { - culture = dixie - religion = protestant - size= 125 - - } - - farmers = { - culture = dixie - religion = protestant - size = 7350 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 5500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + artisans = { + culture = dixie + religion = protestant + size = 275 + } + + soldiers = { + culture = dixie + religion = protestant + size= 125 + + } + + farmers = { + culture = dixie + religion = protestant + size = 7350 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 5500 + } } #Tampa (29800/7450 POPS) 200 = { - aristocrats = { - culture = dixie - religion = protestant - size = 80 - } - - clergymen = { - culture = dixie - religion = protestant - size = 75 - } - - artisans = { - culture = dixie - religion = protestant - size = 175 - } - - soldiers = { - culture = dixie - religion = protestant - size= 400 - - } - - farmers = { - culture = dixie - religion = protestant - size = 3700 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 70 - } - - farmers = { - culture = afro_american - religion = protestant - size = 100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 2500 - } - - aristocrats = { - culture = native_american_minor - religion = animist - size = 15 - } - - clergymen = { - culture = native_american_minor - religion = animist - size = 35 - } - - artisans = { - culture = native_american_minor - religion = animist - size = 35 - } - - soldiers = { - culture = native_american_minor - religion = animist - size= 15 - - } - - farmers = { - culture = native_american_minor - religion = animist - size = 200 - } + aristocrats = { + culture = dixie + religion = protestant + size = 80 + } + + clergymen = { + culture = dixie + religion = protestant + size = 75 + } + + artisans = { + culture = dixie + religion = protestant + size = 175 + } + + soldiers = { + culture = dixie + religion = protestant + size= 400 + + } + + farmers = { + culture = dixie + religion = protestant + size = 3700 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 70 + } + + farmers = { + culture = afro_american + religion = protestant + size = 100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 2500 + } + + aristocrats = { + culture = native_american_minor + religion = animist + size = 15 + } + + clergymen = { + culture = native_american_minor + religion = animist + size = 35 + } + + artisans = { + culture = native_american_minor + religion = animist + size = 35 + } + + soldiers = { + culture = native_american_minor + religion = animist + size= 15 + + } + + farmers = { + culture = native_american_minor + religion = animist + size = 200 + } } #Georgia Region (1057300) #Atlanta (411400/102850 POPS) 201 = { - aristocrats = { - culture = dixie - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 4000 - } - - officers = { - culture = dixie - religion = protestant - size = 525 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1120 - } - - clerks = { - culture = dixie - religion = protestant - size = 500 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 5000 - } - - artisans = { - culture = dixie - religion = protestant - size = 3050 - } - - soldiers = { - culture = dixie - religion = protestant - size= 2000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 27095 - } - - clergymen = { - culture = dixie - religion = jewish - size = 50 - } - - clerks = { - culture = dixie - religion = jewish - size = 55 - } - - craftsmen = { - culture = dixie - religion = jewish - size = 500 - } - - artisans = { - culture = dixie - religion = jewish - size = 300 - } - - farmers = { - culture = dixie - religion = jewish - size = 2000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 655 - } - - artisans = { - culture = afro_american - religion = protestant - size = 1100 - } - - farmers = { - culture = afro_american - religion = protestant - size = 4000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 40000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 4000 + } + + officers = { + culture = dixie + religion = protestant + size = 525 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1120 + } + + clerks = { + culture = dixie + religion = protestant + size = 500 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 5000 + } + + artisans = { + culture = dixie + religion = protestant + size = 3050 + } + + soldiers = { + culture = dixie + religion = protestant + size= 2000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 27095 + } + + clergymen = { + culture = dixie + religion = jewish + size = 50 + } + + clerks = { + culture = dixie + religion = jewish + size = 55 + } + + craftsmen = { + culture = dixie + religion = jewish + size = 500 + } + + artisans = { + culture = dixie + religion = jewish + size = 300 + } + + farmers = { + culture = dixie + religion = jewish + size = 2000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 655 + } + + artisans = { + culture = afro_american + religion = protestant + size = 1100 + } + + farmers = { + culture = afro_american + religion = protestant + size = 4000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 40000 + } } #Valdosta (76400/19100 POPS) 202 = { - aristocrats = { - culture = dixie - religion = protestant - size = 150 - } - - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - clerks = { - culture = dixie - religion = protestant - size = 245 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2200 - } - - artisans = { - culture = dixie - religion = protestant - size = 1100 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 4800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 10 - } - - artisans = { - culture = north_german - religion = protestant - size = 65 - } - - farmers = { - culture = north_german - religion = protestant - size = 450 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 80 - } - - artisans = { - culture = afro_american - religion = protestant - size = 400 - } - - farmers = { - culture = afro_american - religion = protestant - size = 500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 150 + } + + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + clerks = { + culture = dixie + religion = protestant + size = 245 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2200 + } + + artisans = { + culture = dixie + religion = protestant + size = 1100 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 4800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 10 + } + + artisans = { + culture = north_german + religion = protestant + size = 65 + } + + farmers = { + culture = north_german + religion = protestant + size = 450 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 80 + } + + artisans = { + culture = afro_american + religion = protestant + size = 400 + } + + farmers = { + culture = afro_american + religion = protestant + size = 500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7500 + } } #Savannah (347300/86825 POPS) 204 = { - aristocrats = { - culture = dixie - religion = protestant - size = 700 - } - - clergymen = { - culture = dixie - religion = protestant - size = 1100 - } - - clerks = { - culture = dixie - religion = protestant - size = 325 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3400 - } - - artisans = { - culture = dixie - religion = protestant - size = 4000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 30000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 300 - } - - artisans = { - culture = afro_american - religion = protestant - size = 600 - } - - farmers = { - culture = afro_american - religion = protestant - size = 4500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 30000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 700 + } + + clergymen = { + culture = dixie + religion = protestant + size = 1100 + } + + clerks = { + culture = dixie + religion = protestant + size = 325 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3400 + } + + artisans = { + culture = dixie + religion = protestant + size = 4000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 30000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 300 + } + + artisans = { + culture = afro_american + religion = protestant + size = 600 + } + + farmers = { + culture = afro_american + religion = protestant + size = 4500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 30000 + } } #Augusta (222200/55550 POPS) 2555 = { - aristocrats = { - culture = dixie - religion = protestant - size = 500 - } - - clergymen = { - culture = dixie - religion = protestant - size = 500 - } - - clerks = { - culture = dixie - religion = protestant - size = 265 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2400 - } - - artisans = { - culture = dixie - religion = protestant - size = 2000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 13000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 40 - } - - artisans = { - culture = north_german - religion = protestant - size = 240 - } - - farmers = { - culture = north_german - religion = protestant - size = 2100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 250 - } - - artisans = { - culture = afro_american - religion = protestant - size = 455 - } - - farmers = { - culture = afro_american - religion = protestant - size = 3800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 22000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 500 + } + + clergymen = { + culture = dixie + religion = protestant + size = 500 + } + + clerks = { + culture = dixie + religion = protestant + size = 265 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2400 + } + + artisans = { + culture = dixie + religion = protestant + size = 2000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 13000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 40 + } + + artisans = { + culture = north_german + religion = protestant + size = 240 + } + + farmers = { + culture = north_german + religion = protestant + size = 2100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 250 + } + + artisans = { + culture = afro_american + religion = protestant + size = 455 + } + + farmers = { + culture = afro_american + religion = protestant + size = 3800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 22000 + } } #South Carolina Region (703700) #Charleston (297000/74250 POPS) 205 = { - aristocrats = { - culture = dixie - religion = protestant - size = 850 - } - - clergymen = { - culture = dixie - religion = protestant - size = 665 - } - - clerks = { - culture = dixie - religion = protestant - size = 300 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2700 - } - - artisans = { - culture = dixie - religion = protestant - size = 1900 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 2000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 14945 - } - - clerks = { - culture = dixie - religion = jewish - size = 55 - } - - craftsmen = { - culture = dixie - religion = jewish - size = 500 - } - - artisans = { - culture = dixie - religion = jewish - size = 500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 400 - } - - artisans = { - culture = afro_american - religion = protestant - size = 835 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1600 - } - - slaves = { - culture = afro_american - religion = protestant - size = 38000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 850 + } + + clergymen = { + culture = dixie + religion = protestant + size = 665 + } + + clerks = { + culture = dixie + religion = protestant + size = 300 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2700 + } + + artisans = { + culture = dixie + religion = protestant + size = 1900 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 2000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 14945 + } + + clerks = { + culture = dixie + religion = jewish + size = 55 + } + + craftsmen = { + culture = dixie + religion = jewish + size = 500 + } + + artisans = { + culture = dixie + religion = jewish + size = 500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 400 + } + + artisans = { + culture = afro_american + religion = protestant + size = 835 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1600 + } + + slaves = { + culture = afro_american + religion = protestant + size = 38000 + } } #Columbia (406700/101675 POPS) 206 = { - aristocrats = { - culture = dixie - religion = protestant - size = 1100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 3500 - } - - officers = { - culture = dixie - religion = protestant - size = 350 - } - - clergymen = { - culture = dixie - religion = protestant - size = 795 - } - - clerks = { - culture = dixie - religion = protestant - size = 500 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 4500 - } - - artisans = { - culture = dixie - religion = protestant - size = 2300 - } - - soldiers = { - culture = dixie - religion = protestant - size= 2000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 15000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 530 - } - - artisans = { - culture = afro_american - religion = protestant - size = 700 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 58000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 1100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 3500 + } + + officers = { + culture = dixie + religion = protestant + size = 350 + } + + clergymen = { + culture = dixie + religion = protestant + size = 795 + } + + clerks = { + culture = dixie + religion = protestant + size = 500 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 4500 + } + + artisans = { + culture = dixie + religion = protestant + size = 2300 + } + + soldiers = { + culture = dixie + religion = protestant + size= 2000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 15000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 530 + } + + artisans = { + culture = afro_american + religion = protestant + size = 700 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 58000 + } } #North Carolina Region (992600) #Greenville (145600/36400 POPS) 207 = { - aristocrats = { - culture = dixie - religion = protestant - size = 425 - } - - clergymen = { - culture = dixie - religion = protestant - size = 425 - } - - clerks = { - culture = dixie - religion = protestant - size = 250 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2500 - } - - artisans = { - culture = dixie - religion = protestant - size = 1600 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 125 - } - - artisans = { - culture = afro_american - religion = protestant - size = 375 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1700 - } - - slaves = { - culture = afro_american - religion = protestant - size = 12000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 425 + } + + clergymen = { + culture = dixie + religion = protestant + size = 425 + } + + clerks = { + culture = dixie + religion = protestant + size = 250 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2500 + } + + artisans = { + culture = dixie + religion = protestant + size = 1600 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 125 + } + + artisans = { + culture = afro_american + religion = protestant + size = 375 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1700 + } + + slaves = { + culture = afro_american + religion = protestant + size = 12000 + } } #Raleigh (210800/52700 POPS) 208 = { - aristocrats = { - culture = dixie - religion = protestant - size = 750 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 3750 - } - - officers = { - culture = dixie - religion = protestant - size = 450 - } - - clergymen = { - culture = dixie - religion = protestant - size = 550 - } - - clerks = { - culture = dixie - religion = protestant - size = 300 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3000 - } - - artisans = { - culture = dixie - religion = protestant - size = 1700 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 15000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 200 - } - - artisans = { - culture = afro_american - religion = protestant - size = 500 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 18000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 750 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 3750 + } + + officers = { + culture = dixie + religion = protestant + size = 450 + } + + clergymen = { + culture = dixie + religion = protestant + size = 550 + } + + clerks = { + culture = dixie + religion = protestant + size = 300 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3000 + } + + artisans = { + culture = dixie + religion = protestant + size = 1700 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 15000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 200 + } + + artisans = { + culture = afro_american + religion = protestant + size = 500 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 18000 + } } #Charlotte (183300/45825 POPS) 209 = { - aristocrats = { - culture = dixie - religion = protestant - size = 500 - } - - clergymen = { - culture = dixie - religion = protestant - size = 550 - } - - clerks = { - culture = dixie - religion = protestant - size = 300 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2700 - } - - artisans = { - culture = dixie - religion = protestant - size = 1700 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 16015 - } - - clergymen = { - culture = dixie - religion = jewish - size = 40 - } - - clerks = { - culture = dixie - religion = jewish - size = 45 - } - - craftsmen = { - culture = dixie - religion = jewish - size = 450 - } - - artisans = { - culture = dixie - religion = jewish - size = 450 - } - - farmers = { - culture = dixie - religion = jewish - size = 1100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 725 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1200 - } - - slaves = { - culture = afro_american - religion = protestant - size = 14000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 500 + } + + clergymen = { + culture = dixie + religion = protestant + size = 550 + } + + clerks = { + culture = dixie + religion = protestant + size = 300 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2700 + } + + artisans = { + culture = dixie + religion = protestant + size = 1700 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 16015 + } + + clergymen = { + culture = dixie + religion = jewish + size = 40 + } + + clerks = { + culture = dixie + religion = jewish + size = 45 + } + + craftsmen = { + culture = dixie + religion = jewish + size = 450 + } + + artisans = { + culture = dixie + religion = jewish + size = 450 + } + + farmers = { + culture = dixie + religion = jewish + size = 1100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 725 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1200 + } + + slaves = { + culture = afro_american + religion = protestant + size = 14000 + } } #Wilmington (253400/63350 POPS) 210 = { - aristocrats = { - culture = dixie - religion = protestant - size = 775 - } - - clergymen = { - culture = dixie - religion = protestant - size = 800 - } - - clerks = { - culture = dixie - religion = protestant - size = 375 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3750 - } - - artisans = { - culture = dixie - religion = protestant - size = 3000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 3000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 20000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 200 - } - - artisans = { - culture = afro_american - religion = protestant - size = 650 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 18000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 775 + } + + clergymen = { + culture = dixie + religion = protestant + size = 800 + } + + clerks = { + culture = dixie + religion = protestant + size = 375 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3750 + } + + artisans = { + culture = dixie + religion = protestant + size = 3000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 3000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 20000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 200 + } + + artisans = { + culture = afro_american + religion = protestant + size = 650 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 18000 + } } #Asheville (199500/49875 POPS) 2556 = { - aristocrats = { - culture = dixie - religion = protestant - size = 600 - } - - clergymen = { - culture = dixie - religion = protestant - size = 600 - } - - clerks = { - culture = dixie - religion = protestant - size = 270 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2950 - } - - artisans = { - culture = dixie - religion = protestant - size = 1500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 20000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 805 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 15000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 600 + } + + clergymen = { + culture = dixie + religion = protestant + size = 600 + } + + clerks = { + culture = dixie + religion = protestant + size = 270 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2950 + } + + artisans = { + culture = dixie + religion = protestant + size = 1500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 20000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 805 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 15000 + } } #Virginia Region (842900) #Richmond (362000/90500 POPS) 211 = { - aristocrats = { - culture = dixie - religion = protestant - size = 1200 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 2000 - } - - officers = { - culture = dixie - religion = protestant - size = 250 - } - - clergymen = { - culture = dixie - religion = protestant - size = 800 - } - - clerks = { - culture = dixie - religion = protestant - size = 625 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 6500 - } - - artisans = { - culture = dixie - religion = protestant - size = 4000 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1000 - - } - - farmers = { - culture = dixie - religion = protestant - size = 15350 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 1200 - } - - officers = { - culture = yankee - religion = protestant - size = 150 - } - - clergymen = { - culture = yankee - religion = protestant - size = 500 - } - - clerks = { - culture = yankee - religion = protestant - size = 375 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 3900 - } - - artisans = { - culture = yankee - religion = protestant - size = 2400 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10185 - } - - clergymen = { - culture = yankee - religion = jewish - size = 15 - } - - clerks = { - culture = yankee - religion = jewish - size = 15 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 150 - } - - artisans = { - culture = yankee - religion = jewish - size = 300 - } - - farmers = { - culture = yankee - religion = jewish - size = 150 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 235 - } - - artisans = { - culture = afro_american - religion = protestant - size = 700 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 22500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 1200 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 2000 + } + + officers = { + culture = dixie + religion = protestant + size = 250 + } + + clergymen = { + culture = dixie + religion = protestant + size = 800 + } + + clerks = { + culture = dixie + religion = protestant + size = 625 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 6500 + } + + artisans = { + culture = dixie + religion = protestant + size = 4000 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1000 + + } + + farmers = { + culture = dixie + religion = protestant + size = 15350 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 1200 + } + + officers = { + culture = yankee + religion = protestant + size = 150 + } + + clergymen = { + culture = yankee + religion = protestant + size = 500 + } + + clerks = { + culture = yankee + religion = protestant + size = 375 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 3900 + } + + artisans = { + culture = yankee + religion = protestant + size = 2400 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10185 + } + + clergymen = { + culture = yankee + religion = jewish + size = 15 + } + + clerks = { + culture = yankee + religion = jewish + size = 15 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 150 + } + + artisans = { + culture = yankee + religion = jewish + size = 300 + } + + farmers = { + culture = yankee + religion = jewish + size = 150 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 235 + } + + artisans = { + culture = afro_american + religion = protestant + size = 700 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 22500 + } } #Manassas (69200/17300 POPS) 212 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - clerks = { - culture = dixie - religion = protestant - size = 40 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 400 - } - - artisans = { - culture = dixie - religion = protestant - size = 300 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1250 - - } - - farmers = { - culture = dixie - religion = protestant - size = 2750 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - clerks = { - culture = yankee - religion = protestant - size = 25 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 225 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1100 - - } - - farmers = { - culture = yankee - religion = protestant - size = 1400 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 385 - } - - farmers = { - culture = afro_american - religion = protestant - size = 500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 8300 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + clerks = { + culture = dixie + religion = protestant + size = 40 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 400 + } + + artisans = { + culture = dixie + religion = protestant + size = 300 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1250 + + } + + farmers = { + culture = dixie + religion = protestant + size = 2750 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + clerks = { + culture = yankee + religion = protestant + size = 25 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 225 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1100 + + } + + farmers = { + culture = yankee + religion = protestant + size = 1400 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 385 + } + + farmers = { + culture = afro_american + religion = protestant + size = 500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 8300 + } } #Fredericksburg (118000/29500 POPS) 213 = { - aristocrats = { - culture = dixie - religion = protestant - size = 425 - } - - clergymen = { - culture = dixie - religion = protestant - size = 200 - } - - clerks = { - culture = dixie - religion = protestant - size = 210 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2200 - } - - artisans = { - culture = dixie - religion = protestant - size = 500 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1500 - - } - - farmers = { - culture = dixie - religion = protestant - size = 5000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 50 - } - - clerks = { - culture = yankee - religion = protestant - size = 25 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 225 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - farmers = { - culture = yankee - religion = protestant - size = 1280 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 135 - } - - artisans = { - culture = afro_american - religion = protestant - size = 450 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 14000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 425 + } + + clergymen = { + culture = dixie + religion = protestant + size = 200 + } + + clerks = { + culture = dixie + religion = protestant + size = 210 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2200 + } + + artisans = { + culture = dixie + religion = protestant + size = 500 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1500 + + } + + farmers = { + culture = dixie + religion = protestant + size = 5000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 50 + } + + clerks = { + culture = yankee + religion = protestant + size = 25 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 225 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + farmers = { + culture = yankee + religion = protestant + size = 1280 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 135 + } + + artisans = { + culture = afro_american + religion = protestant + size = 450 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 14000 + } } #Norfolk (110200/27550 POPS) 214 = { - aristocrats = { - culture = dixie - religion = protestant - size = 125 - } - - clergymen = { - culture = dixie - religion = protestant - size = 40 - } - - clerks = { - culture = dixie - religion = protestant - size = 50 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 450 - } - - artisans = { - culture = dixie - religion = protestant - size = 95 - } - - soldiers = { - culture = dixie - religion = protestant - size= 400 - - } - - farmers = { - culture = dixie - religion = protestant - size = 800 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 225 - } - - clergymen = { - culture = dixie - religion = catholic - size = 100 - } - - clerks = { - culture = dixie - religion = catholic - size = 75 - } - - craftsmen = { - culture = dixie - religion = catholic - size = 675 - } - - artisans = { - culture = dixie - religion = catholic - size = 225 - } - - soldiers = { - culture = dixie - religion = catholic - size= 1000 - - } - - farmers = { - culture = dixie - religion = catholic - size = 3000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 20 - } - - clerks = { - culture = yankee - religion = protestant - size = 25 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 255 - } - - artisans = { - culture = yankee - religion = protestant - size = 100 - } - - farmers = { - culture = yankee - religion = protestant - size = 600 - } - - clergymen = { - culture = yankee - religion = catholic - size = 60 - } - - clerks = { - culture = yankee - religion = catholic - size = 75 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 675 - } - - artisans = { - culture = yankee - religion = catholic - size = 240 - } - - farmers = { - culture = yankee - religion = catholic - size = 2000 - } - - clergymen = { - culture = irish - religion = catholic - size = 25 - } - - artisans = { - culture = irish - religion = catholic - size = 40 - } - - farmers = { - culture = irish - religion = catholic - size = 1200 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 125 - } - - artisans = { - culture = afro_american - religion = protestant - size = 450 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 13000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 125 + } + + clergymen = { + culture = dixie + religion = protestant + size = 40 + } + + clerks = { + culture = dixie + religion = protestant + size = 50 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 450 + } + + artisans = { + culture = dixie + religion = protestant + size = 95 + } + + soldiers = { + culture = dixie + religion = protestant + size= 400 + + } + + farmers = { + culture = dixie + religion = protestant + size = 800 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 225 + } + + clergymen = { + culture = dixie + religion = catholic + size = 100 + } + + clerks = { + culture = dixie + religion = catholic + size = 75 + } + + craftsmen = { + culture = dixie + religion = catholic + size = 675 + } + + artisans = { + culture = dixie + religion = catholic + size = 225 + } + + soldiers = { + culture = dixie + religion = catholic + size= 1000 + + } + + farmers = { + culture = dixie + religion = catholic + size = 3000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 20 + } + + clerks = { + culture = yankee + religion = protestant + size = 25 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 255 + } + + artisans = { + culture = yankee + religion = protestant + size = 100 + } + + farmers = { + culture = yankee + religion = protestant + size = 600 + } + + clergymen = { + culture = yankee + religion = catholic + size = 60 + } + + clerks = { + culture = yankee + religion = catholic + size = 75 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 675 + } + + artisans = { + culture = yankee + religion = catholic + size = 240 + } + + farmers = { + culture = yankee + religion = catholic + size = 2000 + } + + clergymen = { + culture = irish + religion = catholic + size = 25 + } + + artisans = { + culture = irish + religion = catholic + size = 40 + } + + farmers = { + culture = irish + religion = catholic + size = 1200 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 125 + } + + artisans = { + culture = afro_american + religion = protestant + size = 450 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 13000 + } } #Staunton (61500/15375 POPS) 215 = { - aristocrats = { - culture = dixie - religion = protestant - size = 200 - } - - clergymen = { - culture = dixie - religion = protestant - size = 100 - } - - clerks = { - culture = dixie - religion = protestant - size = 100 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 900 - } - - artisans = { - culture = dixie - religion = protestant - size = 400 - } - - soldiers = { - culture = dixie - religion = protestant - size= 1400 - - } - - farmers = { - culture = dixie - religion = protestant - size = 2000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 45 - } - - clerks = { - culture = yankee - religion = protestant - size = 50 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 150 - } - - - farmers = { - culture = yankee - religion = protestant - size = 1100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 75 - } - - artisans = { - culture = afro_american - religion = protestant - size = 305 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1100 - } - - slaves = { - culture = afro_american - religion = protestant - size = 6500 - } + aristocrats = { + culture = dixie + religion = protestant + size = 200 + } + + clergymen = { + culture = dixie + religion = protestant + size = 100 + } + + clerks = { + culture = dixie + religion = protestant + size = 100 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 900 + } + + artisans = { + culture = dixie + religion = protestant + size = 400 + } + + soldiers = { + culture = dixie + religion = protestant + size= 1400 + + } + + farmers = { + culture = dixie + religion = protestant + size = 2000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 45 + } + + clerks = { + culture = yankee + religion = protestant + size = 50 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 150 + } + + + farmers = { + culture = yankee + religion = protestant + size = 1100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 75 + } + + artisans = { + culture = afro_american + religion = protestant + size = 305 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1100 + } + + slaves = { + culture = afro_american + religion = protestant + size = 6500 + } } #Roanoke (122000/30500 POPS) 216 = { - aristocrats = { - culture = dixie - religion = protestant - size = 225 - } - - clergymen = { - culture = dixie - religion = protestant - size = 185 - } - - clerks = { - culture = dixie - religion = protestant - size = 225 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 2250 - } - - artisans = { - culture = dixie - religion = protestant - size = 750 - } - - - farmers = { - culture = dixie - religion = protestant - size = 4000 - } - - clergymen = { - culture = yankee - religion = protestant - size = 80 - } - - clerks = { - culture = yankee - religion = protestant - size = 100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 900 - } - - artisans = { - culture = yankee - religion = protestant - size = 200 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 2000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 135 - } - - artisans = { - culture = afro_american - religion = protestant - size = 750 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1250 - } - - slaves = { - culture = afro_american - religion = protestant - size = 14000 - } + aristocrats = { + culture = dixie + religion = protestant + size = 225 + } + + clergymen = { + culture = dixie + religion = protestant + size = 185 + } + + clerks = { + culture = dixie + religion = protestant + size = 225 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 2250 + } + + artisans = { + culture = dixie + religion = protestant + size = 750 + } + + + farmers = { + culture = dixie + religion = protestant + size = 4000 + } + + clergymen = { + culture = yankee + religion = protestant + size = 80 + } + + clerks = { + culture = yankee + religion = protestant + size = 100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 900 + } + + artisans = { + culture = yankee + religion = protestant + size = 200 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 2000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 135 + } + + artisans = { + culture = afro_american + religion = protestant + size = 750 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1250 + } + + slaves = { + culture = afro_american + religion = protestant + size = 14000 + } } #West Virginia Region (from 1863) (376700) #Wheeling (196300/49075 POPS) 217 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 1070 - } - - clergymen = { - culture = yankee - religion = protestant - size = 475 - } - - clerks = { - culture = yankee - religion = protestant - size = 500 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 4500 - } - - artisans = { - culture = yankee - religion = protestant - size = 835 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - aristocrats = { - culture = yankee - religion = catholic - size = 25 - } - - clergymen = { - culture = yankee - religion = catholic - size = 145 - } - - clerks = { - culture = yankee - religion = catholic - size = 125 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 1125 - } - - artisans = { - culture = yankee - religion = catholic - size = 500 - } - - soldiers = { - culture = yankee - religion = catholic - size= 1500 - - } - - farmers = { - culture = yankee - religion = catholic - size = 4000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 100 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 430 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - clerks = { - culture = dixie - religion = protestant - size = 200 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 1800 - } - - artisans = { - culture = dixie - religion = protestant - size = 700 - } - - farmers = { - culture = dixie - religion = protestant - size = 5000 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 25 - } - - clergymen = { - culture = dixie - religion = catholic - size = 60 - } - - clerks = { - culture = dixie - religion = catholic - size = 50 - } - - craftsmen = { - culture = dixie - religion = catholic - size = 450 - } - - artisans = { - culture = dixie - religion = catholic - size = 215 - } - - farmers = { - culture = dixie - religion = catholic - size = 1100 - } - - clergymen = { - culture = irish - religion = catholic - size = 25 - } - - artisans = { - culture = irish - religion = catholic - size = 245 - } - - farmers = { - culture = irish - religion = catholic - size = 1400 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 25 - } - - artisans = { - culture = afro_american - religion = protestant - size = 275 - } - - farmers = { - culture = afro_american - religion = protestant - size = 500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 1800 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 1070 + } + + clergymen = { + culture = yankee + religion = protestant + size = 475 + } + + clerks = { + culture = yankee + religion = protestant + size = 500 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 4500 + } + + artisans = { + culture = yankee + religion = protestant + size = 835 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + aristocrats = { + culture = yankee + religion = catholic + size = 25 + } + + clergymen = { + culture = yankee + religion = catholic + size = 145 + } + + clerks = { + culture = yankee + religion = catholic + size = 125 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 1125 + } + + artisans = { + culture = yankee + religion = catholic + size = 500 + } + + soldiers = { + culture = yankee + religion = catholic + size= 1500 + + } + + farmers = { + culture = yankee + religion = catholic + size = 4000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 100 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 430 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + clerks = { + culture = dixie + religion = protestant + size = 200 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 1800 + } + + artisans = { + culture = dixie + religion = protestant + size = 700 + } + + farmers = { + culture = dixie + religion = protestant + size = 5000 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 25 + } + + clergymen = { + culture = dixie + religion = catholic + size = 60 + } + + clerks = { + culture = dixie + religion = catholic + size = 50 + } + + craftsmen = { + culture = dixie + religion = catholic + size = 450 + } + + artisans = { + culture = dixie + religion = catholic + size = 215 + } + + farmers = { + culture = dixie + religion = catholic + size = 1100 + } + + clergymen = { + culture = irish + religion = catholic + size = 25 + } + + artisans = { + culture = irish + religion = catholic + size = 245 + } + + farmers = { + culture = irish + religion = catholic + size = 1400 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 25 + } + + artisans = { + culture = afro_american + religion = protestant + size = 275 + } + + farmers = { + culture = afro_american + religion = protestant + size = 500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 1800 + } } #Huntington (180400/45100 POPS) 218 = { - aristocrats = { - culture = yankee - religion = protestant - size = 100 - } - - clergymen = { - culture = yankee - religion = protestant - size = 450 - } - - clerks = { - culture = yankee - religion = protestant - size = 450 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 4050 - } - - artisans = { - culture = yankee - religion = protestant - size = 800 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - aristocrats = { - culture = yankee - religion = catholic - size = 25 - } - - clergymen = { - culture = yankee - religion = catholic - size = 110 - } - - clerks = { - culture = yankee - religion = catholic - size = 100 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 900 - } - - artisans = { - culture = yankee - religion = catholic - size = 475 - } - - farmers = { - culture = yankee - religion = catholic - size = 3000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 100 - } - - clergymen = { - culture = dixie - religion = protestant - size = 175 - } - - clerks = { - culture = dixie - religion = protestant - size = 200 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 1800 - } - - artisans = { - culture = dixie - religion = protestant - size = 725 - } - - soldiers = { - culture = dixie - religion = protestant - size= 150 - - } - - farmers = { - culture = dixie - religion = protestant - size = 5000 - } - - aristocrats = { - culture = dixie - religion = catholic - size = 25 - } - - clergymen = { - culture = dixie - religion = catholic - size = 40 - } - - clerks = { - culture = dixie - religion = catholic - size = 50 - } - - craftsmen = { - culture = dixie - religion = catholic - size = 450 - } - - artisans = { - culture = dixie - religion = catholic - size = 100 - } - - soldiers = { - culture = dixie - religion = catholic - size= 300 - - } - - farmers = { - culture = dixie - religion = catholic - size = 1100 - } - - clergymen = { - culture = irish - religion = catholic - size = 35 - } - - artisans = { - culture = irish - religion = catholic - size = 250 - } - - farmers = { - culture = irish - religion = catholic - size = 2000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 15 - } - - artisans = { - culture = afro_american - religion = protestant - size = 375 - } - - farmers = { - culture = afro_american - religion = protestant - size = 400 - } - - slaves = { - culture = afro_american - religion = protestant - size = 1600 - } + aristocrats = { + culture = yankee + religion = protestant + size = 100 + } + + clergymen = { + culture = yankee + religion = protestant + size = 450 + } + + clerks = { + culture = yankee + religion = protestant + size = 450 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 4050 + } + + artisans = { + culture = yankee + religion = protestant + size = 800 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + aristocrats = { + culture = yankee + religion = catholic + size = 25 + } + + clergymen = { + culture = yankee + religion = catholic + size = 110 + } + + clerks = { + culture = yankee + religion = catholic + size = 100 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 900 + } + + artisans = { + culture = yankee + religion = catholic + size = 475 + } + + farmers = { + culture = yankee + religion = catholic + size = 3000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 100 + } + + clergymen = { + culture = dixie + religion = protestant + size = 175 + } + + clerks = { + culture = dixie + religion = protestant + size = 200 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 1800 + } + + artisans = { + culture = dixie + religion = protestant + size = 725 + } + + soldiers = { + culture = dixie + religion = protestant + size= 150 + + } + + farmers = { + culture = dixie + religion = protestant + size = 5000 + } + + aristocrats = { + culture = dixie + religion = catholic + size = 25 + } + + clergymen = { + culture = dixie + religion = catholic + size = 40 + } + + clerks = { + culture = dixie + religion = catholic + size = 50 + } + + craftsmen = { + culture = dixie + religion = catholic + size = 450 + } + + artisans = { + culture = dixie + religion = catholic + size = 100 + } + + soldiers = { + culture = dixie + religion = catholic + size= 300 + + } + + farmers = { + culture = dixie + religion = catholic + size = 1100 + } + + clergymen = { + culture = irish + religion = catholic + size = 35 + } + + artisans = { + culture = irish + religion = catholic + size = 250 + } + + farmers = { + culture = irish + religion = catholic + size = 2000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 15 + } + + artisans = { + culture = afro_american + religion = protestant + size = 375 + } + + farmers = { + culture = afro_american + religion = protestant + size = 400 + } + + slaves = { + culture = afro_american + religion = protestant + size = 1600 + } } #Maryland Region (687000) #Baltimore (304200/76050 POPS) 219 = { - aristocrats = { - culture = yankee - religion = protestant - size = 300 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 825 - } - - officers = { - culture = yankee - religion = protestant - size = 200 - } - - clergymen = { - culture = yankee - religion = protestant - size = 540 - } - - clerks = { - culture = yankee - religion = protestant - size = 600 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5400 - } - - artisans = { - culture = yankee - religion = protestant - size = 1455 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 11030 - } - - clergymen = { - culture = yankee - religion = catholic - size = 70 - } - - clerks = { - culture = yankee - religion = catholic - size = 25 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 225 - } - - artisans = { - culture = yankee - religion = catholic - size = 310 - } - - farmers = { - culture = yankee - religion = catholic - size = 1900 - } - - clergymen = { - culture = yankee - religion = jewish - size = 40 - } - - clerks = { - culture = yankee - religion = jewish - size = 50 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 450 - } - - artisans = { - culture = yankee - religion = jewish - size = 435 - } - - farmers = { - culture = yankee - religion = jewish - size = 1150 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 225 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 675 - } - - officers = { - culture = dixie - religion = protestant - size = 135 - } - - clergymen = { - culture = dixie - religion = protestant - size = 450 - } - - clerks = { - culture = dixie - religion = protestant - size = 400 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 3600 - } - - artisans = { - culture = dixie - religion = protestant - size = 965 - } - - farmers = { - culture = dixie - religion = protestant - size = 10465 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 180 - } - - artisans = { - culture = afro_american - religion = protestant - size = 825 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 17000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 300 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 825 + } + + officers = { + culture = yankee + religion = protestant + size = 200 + } + + clergymen = { + culture = yankee + religion = protestant + size = 540 + } + + clerks = { + culture = yankee + religion = protestant + size = 600 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5400 + } + + artisans = { + culture = yankee + religion = protestant + size = 1455 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 11030 + } + + clergymen = { + culture = yankee + religion = catholic + size = 70 + } + + clerks = { + culture = yankee + religion = catholic + size = 25 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 225 + } + + artisans = { + culture = yankee + religion = catholic + size = 310 + } + + farmers = { + culture = yankee + religion = catholic + size = 1900 + } + + clergymen = { + culture = yankee + religion = jewish + size = 40 + } + + clerks = { + culture = yankee + religion = jewish + size = 50 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 450 + } + + artisans = { + culture = yankee + religion = jewish + size = 435 + } + + farmers = { + culture = yankee + religion = jewish + size = 1150 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 225 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 675 + } + + officers = { + culture = dixie + religion = protestant + size = 135 + } + + clergymen = { + culture = dixie + religion = protestant + size = 450 + } + + clerks = { + culture = dixie + religion = protestant + size = 400 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 3600 + } + + artisans = { + culture = dixie + religion = protestant + size = 965 + } + + farmers = { + culture = dixie + religion = protestant + size = 10465 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 180 + } + + artisans = { + culture = afro_american + religion = protestant + size = 825 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 17000 + } } #Washington (285400/71350 POPS) 220 = { - aristocrats = { - culture = yankee - religion = protestant - size = 280 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 600 - } - - clergymen = { - culture = yankee - religion = protestant - size = 545 - } - - clerks = { - culture = yankee - religion = protestant - size = 700 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 6300 - } - - artisans = { - culture = yankee - religion = protestant - size = 1800 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 11120 - } - - clergymen = { - culture = yankee - religion = catholic - size = 60 - } - - clerks = { - culture = yankee - religion = catholic - size = 25 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 225 - } - - artisans = { - culture = yankee - religion = catholic - size = 300 - } - - farmers = { - culture = yankee - religion = catholic - size = 1700 - } - - clergymen = { - culture = yankee - religion = jewish - size = 35 - } - - clerks = { - culture = yankee - religion = jewish - size = 50 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 450 - } - - artisans = { - culture = yankee - religion = jewish - size = 360 - } - - farmers = { - culture = yankee - religion = jewish - size = 1100 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 195 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 470 - } - - clergymen = { - culture = dixie - religion = protestant - size = 450 - } - - clerks = { - culture = dixie - religion = protestant - size = 600 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 5400 - } - - artisans = { - culture = dixie - religion = protestant - size = 1215 - } - - farmers = { - culture = dixie - religion = protestant - size = 10000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 120 - } - - artisans = { - culture = afro_american - religion = protestant - size = 650 - } - - farmers = { - culture = afro_american - religion = protestant - size = 1500 - } - - slaves = { - culture = afro_american - religion = protestant - size = 11500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 280 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 600 + } + + clergymen = { + culture = yankee + religion = protestant + size = 545 + } + + clerks = { + culture = yankee + religion = protestant + size = 700 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 6300 + } + + artisans = { + culture = yankee + religion = protestant + size = 1800 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 11120 + } + + clergymen = { + culture = yankee + religion = catholic + size = 60 + } + + clerks = { + culture = yankee + religion = catholic + size = 25 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 225 + } + + artisans = { + culture = yankee + religion = catholic + size = 300 + } + + farmers = { + culture = yankee + religion = catholic + size = 1700 + } + + clergymen = { + culture = yankee + religion = jewish + size = 35 + } + + clerks = { + culture = yankee + religion = jewish + size = 50 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 450 + } + + artisans = { + culture = yankee + religion = jewish + size = 360 + } + + farmers = { + culture = yankee + religion = jewish + size = 1100 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 195 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 470 + } + + clergymen = { + culture = dixie + religion = protestant + size = 450 + } + + clerks = { + culture = dixie + religion = protestant + size = 600 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 5400 + } + + artisans = { + culture = dixie + religion = protestant + size = 1215 + } + + farmers = { + culture = dixie + religion = protestant + size = 10000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 120 + } + + artisans = { + culture = afro_american + religion = protestant + size = 650 + } + + farmers = { + culture = afro_american + religion = protestant + size = 1500 + } + + slaves = { + culture = afro_american + religion = protestant + size = 11500 + } } #Hagerstown (97400/24350 POPS) 221 = { - aristocrats = { - culture = yankee - religion = protestant - size = 90 - } - - clergymen = { - culture = yankee - religion = protestant - size = 205 - } - - clerks = { - culture = yankee - religion = protestant - size = 150 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 1350 - } - - artisans = { - culture = yankee - religion = protestant - size = 650 - } - - soldiers = { - culture = yankee - religion = protestant - size= 200 - - } - - farmers = { - culture = yankee - religion = protestant - size = 6000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 60 - } - - clergymen = { - culture = dixie - religion = protestant - size = 115 - } - - clerks = { - culture = dixie - religion = protestant - size = 50 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 450 - } - - artisans = { - culture = dixie - religion = protestant - size = 115 - } - - soldiers = { - culture = dixie - religion = protestant - size= 150 - - } - - farmers = { - culture = dixie - religion = protestant - size = 3500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 65 - } - - artisans = { - culture = afro_american - religion = protestant - size = 250 - } - - farmers = { - culture = afro_american - religion = protestant - size = 800 - } - - slaves = { - culture = afro_american - religion = protestant - size = 7000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 90 + } + + clergymen = { + culture = yankee + religion = protestant + size = 205 + } + + clerks = { + culture = yankee + religion = protestant + size = 150 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 1350 + } + + artisans = { + culture = yankee + religion = protestant + size = 650 + } + + soldiers = { + culture = yankee + religion = protestant + size= 200 + + } + + farmers = { + culture = yankee + religion = protestant + size = 6000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 60 + } + + clergymen = { + culture = dixie + religion = protestant + size = 115 + } + + clerks = { + culture = dixie + religion = protestant + size = 50 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 450 + } + + artisans = { + culture = dixie + religion = protestant + size = 115 + } + + soldiers = { + culture = dixie + religion = protestant + size= 150 + + } + + farmers = { + culture = dixie + religion = protestant + size = 3500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 65 + } + + artisans = { + culture = afro_american + religion = protestant + size = 250 + } + + farmers = { + culture = afro_american + religion = protestant + size = 800 + } + + slaves = { + culture = afro_american + religion = protestant + size = 7000 + } } #Delaware Region (112200) #Dover (112200/28050 POPS) 222 = { - aristocrats = { - culture = yankee - religion = protestant - size = 45 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 255 - } - - officers = { - culture = yankee - religion = protestant - size = 35 - } - - clergymen = { - culture = yankee - religion = protestant - size = 250 - } - - clerks = { - culture = yankee - religion = protestant - size = 50 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 450 - } - - artisans = { - culture = yankee - religion = protestant - size = 115 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1350 - - } - - farmers = { - culture = yankee - religion = protestant - size = 9000 - } - - aristocrats = { - culture = dixie - religion = protestant - size = 35 - } - - bureaucrats = { - culture = dixie - religion = protestant - size = 165 - } - - officers = { - culture = dixie - religion = protestant - size = 20 - } - - clergymen = { - culture = dixie - religion = protestant - size = 170 - } - - clerks = { - culture = dixie - religion = protestant - size = 30 - } - - craftsmen = { - culture = dixie - religion = protestant - size = 270 - } - - artisans = { - culture = dixie - religion = protestant - size = 105 - } - - - farmers = { - culture = dixie - religion = protestant - size = 6000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 55 - } - - artisans = { - culture = afro_american - religion = protestant - size = 250 - } - - farmers = { - culture = afro_american - religion = protestant - size = 5000 - } - - slaves = { - culture = afro_american - religion = protestant - size = 500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 45 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 255 + } + + officers = { + culture = yankee + religion = protestant + size = 35 + } + + clergymen = { + culture = yankee + religion = protestant + size = 250 + } + + clerks = { + culture = yankee + religion = protestant + size = 50 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 450 + } + + artisans = { + culture = yankee + religion = protestant + size = 115 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1350 + + } + + farmers = { + culture = yankee + religion = protestant + size = 9000 + } + + aristocrats = { + culture = dixie + religion = protestant + size = 35 + } + + bureaucrats = { + culture = dixie + religion = protestant + size = 165 + } + + officers = { + culture = dixie + religion = protestant + size = 20 + } + + clergymen = { + culture = dixie + religion = protestant + size = 170 + } + + clerks = { + culture = dixie + religion = protestant + size = 30 + } + + craftsmen = { + culture = dixie + religion = protestant + size = 270 + } + + artisans = { + culture = dixie + religion = protestant + size = 105 + } + + + farmers = { + culture = dixie + religion = protestant + size = 6000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 55 + } + + artisans = { + culture = afro_american + religion = protestant + size = 250 + } + + farmers = { + culture = afro_american + religion = protestant + size = 5000 + } + + slaves = { + culture = afro_american + religion = protestant + size = 500 + } } #Pennsylvania Region (2906200) #Philadelphia (891600/222900 POPS) 223 = { - aristocrats = { - culture = yankee - religion = protestant - size = 950 - } - - capitalists = { - culture = yankee - religion = protestant - size = 950 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 9000 - } - - officers = { - culture = yankee - religion = protestant - size = 1185 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2750 - } - - clerks = { - culture = yankee - religion = protestant - size = 1500 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 13500 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 5425 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 44465 - } - - aristocrats = { - culture = yankee - religion = catholic - size = 175 - } - - capitalists = { - culture = yankee - religion = catholic - size = 175 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 1900 - } - - officers = { - culture = yankee - religion = catholic - size = 250 - } - - clergymen = { - culture = yankee - religion = catholic - size = 475 - } - - clerks = { - culture = yankee - religion = catholic - size = 250 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 2250 - } - - artisans = { - culture = yankee - religion = catholic - size = 1925 - } - - farmers = { - culture = yankee - religion = catholic - size = 10000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 65 - } - - clerks = { - culture = yankee - religion = jewish - size = 150 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 1350 - } - - artisans = { - culture = yankee - religion = jewish - size = 1070 - } - - farmers = { - culture = yankee - religion = jewish - size = 1100 - } - - clergymen = { - culture = british - religion = protestant - size = 275 - } - - artisans = { - culture = british - religion = protestant - size = 4000 - } - - farmers = { - culture = british - religion = protestant - size = 10000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 305 - } - - artisans = { - culture = north_german - religion = protestant - size = 5100 - } - - farmers = { - culture = north_german - religion = protestant - size = 10000 - } - - clergymen = { - culture = south_german - religion = catholic - size = 375 - } - - artisans = { - culture = south_german - religion = catholic - size = 5670 - } - - farmers = { - culture = south_german - religion = catholic - size = 13000 - } - - clergymen = { - culture = irish - religion = catholic - size = 415 - } - - artisans = { - culture = irish - religion = catholic - size = 6000 - } - - farmers = { - culture = irish - religion = catholic - size = 15000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 150 - } - - artisans = { - culture = afro_american - religion = protestant - size = 2350 - } - - farmers = { - culture = afro_american - religion = protestant - size = 12500 - } + aristocrats = { + culture = yankee + religion = protestant + size = 950 + } + + capitalists = { + culture = yankee + religion = protestant + size = 950 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 9000 + } + + officers = { + culture = yankee + religion = protestant + size = 1185 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2750 + } + + clerks = { + culture = yankee + religion = protestant + size = 1500 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 13500 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 5425 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 44465 + } + + aristocrats = { + culture = yankee + religion = catholic + size = 175 + } + + capitalists = { + culture = yankee + religion = catholic + size = 175 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 1900 + } + + officers = { + culture = yankee + religion = catholic + size = 250 + } + + clergymen = { + culture = yankee + religion = catholic + size = 475 + } + + clerks = { + culture = yankee + religion = catholic + size = 250 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 2250 + } + + artisans = { + culture = yankee + religion = catholic + size = 1925 + } + + farmers = { + culture = yankee + religion = catholic + size = 10000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 65 + } + + clerks = { + culture = yankee + religion = jewish + size = 150 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 1350 + } + + artisans = { + culture = yankee + religion = jewish + size = 1070 + } + + farmers = { + culture = yankee + religion = jewish + size = 1100 + } + + clergymen = { + culture = british + religion = protestant + size = 275 + } + + artisans = { + culture = british + religion = protestant + size = 4000 + } + + farmers = { + culture = british + religion = protestant + size = 10000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 305 + } + + artisans = { + culture = north_german + religion = protestant + size = 5100 + } + + farmers = { + culture = north_german + religion = protestant + size = 10000 + } + + clergymen = { + culture = south_german + religion = catholic + size = 375 + } + + artisans = { + culture = south_german + religion = catholic + size = 5670 + } + + farmers = { + culture = south_german + religion = catholic + size = 13000 + } + + clergymen = { + culture = irish + religion = catholic + size = 415 + } + + artisans = { + culture = irish + religion = catholic + size = 6000 + } + + farmers = { + culture = irish + religion = catholic + size = 15000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 150 + } + + artisans = { + culture = afro_american + religion = protestant + size = 2350 + } + + farmers = { + culture = afro_american + religion = protestant + size = 12500 + } } #Scranton (309400/77350 POPS) 224 = { - clergymen = { - culture = yankee - religion = protestant - size = 1340 - } - - clerks = { - culture = yankee - religion = protestant - size = 600 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5400 - } - - artisans = { - culture = yankee - religion = protestant - size = 5250 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 35000 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 710 - } - - farmers = { - culture = british - religion = protestant - size = 600 - } - - clergymen = { - culture = north_german - religion = protestant - size = 45 - } - - artisans = { - culture = north_german - religion = protestant - size = 1280 - } - - farmers = { - culture = north_german - religion = protestant - size = 1100 - } - - clergymen = { - culture = south_german - religion = catholic - size = 60 - } - - artisans = { - culture = south_german - religion = catholic - size = 1540 - } - - farmers = { - culture = south_german - religion = catholic - size = 1400 - } - - clergymen = { - culture = irish - religion = catholic - size = 35 - } - - artisans = { - culture = irish - religion = catholic - size = 965 - } - - farmers = { - culture = irish - religion = catholic - size = 1100 - } + clergymen = { + culture = yankee + religion = protestant + size = 1340 + } + + clerks = { + culture = yankee + religion = protestant + size = 600 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5400 + } + + artisans = { + culture = yankee + religion = protestant + size = 5250 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 35000 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 710 + } + + farmers = { + culture = british + religion = protestant + size = 600 + } + + clergymen = { + culture = north_german + religion = protestant + size = 45 + } + + artisans = { + culture = north_german + religion = protestant + size = 1280 + } + + farmers = { + culture = north_german + religion = protestant + size = 1100 + } + + clergymen = { + culture = south_german + religion = catholic + size = 60 + } + + artisans = { + culture = south_german + religion = catholic + size = 1540 + } + + farmers = { + culture = south_german + religion = catholic + size = 1400 + } + + clergymen = { + culture = irish + religion = catholic + size = 35 + } + + artisans = { + culture = irish + religion = catholic + size = 965 + } + + farmers = { + culture = irish + religion = catholic + size = 1100 + } } #Williamsport (324500/81125 POPS) 225 = { - clergymen = { - culture = yankee - religion = protestant - size = 1380 - } - - clerks = { - culture = yankee - religion = protestant - size = 650 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5850 - } - - artisans = { - culture = yankee - religion = protestant - size = 3000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 45000 - } - - clergymen = { - culture = british - religion = protestant - size = 30 - } - - artisans = { - culture = british - religion = protestant - size = 735 - } - - farmers = { - culture = british - religion = protestant - size = 800 - } - - clergymen = { - culture = north_german - religion = protestant - size = 55 - } - - artisans = { - culture = north_german - religion = protestant - size = 1275 - } - - farmers = { - culture = north_german - religion = protestant - size = 1500 - } - - clergymen = { - culture = south_german - religion = catholic - size = 70 - } - - artisans = { - culture = south_german - religion = catholic - size = 1630 - } - - farmers = { - culture = south_german - religion = catholic - size = 1800 - } - - clergymen = { - culture = irish - religion = catholic - size = 45 - } - - artisans = { - culture = irish - religion = catholic - size = 1005 - } - - farmers = { - culture = irish - religion = catholic - size = 1300 - } + clergymen = { + culture = yankee + religion = protestant + size = 1380 + } + + clerks = { + culture = yankee + religion = protestant + size = 650 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5850 + } + + artisans = { + culture = yankee + religion = protestant + size = 3000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 45000 + } + + clergymen = { + culture = british + religion = protestant + size = 30 + } + + artisans = { + culture = british + religion = protestant + size = 735 + } + + farmers = { + culture = british + religion = protestant + size = 800 + } + + clergymen = { + culture = north_german + religion = protestant + size = 55 + } + + artisans = { + culture = north_german + religion = protestant + size = 1275 + } + + farmers = { + culture = north_german + religion = protestant + size = 1500 + } + + clergymen = { + culture = south_german + religion = catholic + size = 70 + } + + artisans = { + culture = south_german + religion = catholic + size = 1630 + } + + farmers = { + culture = south_german + religion = catholic + size = 1800 + } + + clergymen = { + culture = irish + religion = catholic + size = 45 + } + + artisans = { + culture = irish + religion = catholic + size = 1005 + } + + farmers = { + culture = irish + religion = catholic + size = 1300 + } } #Harrisburg (550900/137725 POPS) 226 = { - clergymen = { - culture = yankee - religion = protestant - size = 2200 - } - - clerks = { - culture = yankee - religion = protestant - size = 750 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 6750 - } - - artisans = { - culture = yankee - religion = protestant - size = 6625 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 70000 - } - - clergymen = { - culture = british - religion = protestant - size = 85 - } - - artisans = { - culture = british - religion = protestant - size = 1750 - } - - farmers = { - culture = british - religion = protestant - size = 3000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 140 - } - - artisans = { - culture = north_german - religion = protestant - size = 3050 - } - - farmers = { - culture = north_german - religion = protestant - size = 5000 - } - - clergymen = { - culture = south_german - religion = catholic - size = 200 - } - - artisans = { - culture = south_german - religion = catholic - size = 3925 - } - - farmers = { - culture = south_german - religion = catholic - size = 6000 - } - - clergymen = { - culture = irish - religion = catholic - size = 65 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 1685 - } + clergymen = { + culture = yankee + religion = protestant + size = 2200 + } + + clerks = { + culture = yankee + religion = protestant + size = 750 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 6750 + } + + artisans = { + culture = yankee + religion = protestant + size = 6625 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 70000 + } + + clergymen = { + culture = british + religion = protestant + size = 85 + } + + artisans = { + culture = british + religion = protestant + size = 1750 + } + + farmers = { + culture = british + religion = protestant + size = 3000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 140 + } + + artisans = { + culture = north_german + religion = protestant + size = 3050 + } + + farmers = { + culture = north_german + religion = protestant + size = 5000 + } + + clergymen = { + culture = south_german + religion = catholic + size = 200 + } + + artisans = { + culture = south_german + religion = catholic + size = 3925 + } + + farmers = { + culture = south_german + religion = catholic + size = 6000 + } + + clergymen = { + culture = irish + religion = catholic + size = 65 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 1685 + } } #Pittsburgh (626000/156500 POPS) 227 = { - clergymen = { - culture = yankee - religion = protestant - size = 1700 - } - - clerks = { - culture = yankee - religion = protestant - size = 600 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 5400 - } - - artisans = { - culture = yankee - religion = protestant - size = 4390 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 53300 - } - - clergymen = { - culture = yankee - religion = catholic - size = 550 - } - - clerks = { - culture = yankee - religion = catholic - size = 200 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 1800 - } - - artisans = { - culture = yankee - religion = catholic - size = 2050 - } - - farmers = { - culture = yankee - religion = catholic - size = 14000 - } - - clergymen = { - culture = british - religion = protestant - size = 85 - } - - artisans = { - culture = british - religion = protestant - size = 1850 - } - - farmers = { - culture = british - religion = protestant - size = 3000 - } - - clergymen = { - culture = north_german - religion = protestant - size = 160 - } - - artisans = { - culture = north_german - religion = protestant - size = 3500 - } - - farmers = { - culture = north_german - religion = protestant - size = 4620 - } - - clergymen = { - culture = south_german - religion = catholic - size = 200 - } - - artisans = { - culture = south_german - religion = catholic - size = 4035 - } - - farmers = { - culture = south_german - religion = catholic - size = 6000 - } - - clergymen = { - culture = irish - religion = catholic - size = 200 - } - - artisans = { - culture = irish - religion = catholic - size = 4200 - } - - farmers = { - culture = irish - religion = catholic - size = 7000 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 210 - } - - farmers = { - culture = afro_american - religion = protestant - size = 5400 - } + clergymen = { + culture = yankee + religion = protestant + size = 1700 + } + + clerks = { + culture = yankee + religion = protestant + size = 600 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 5400 + } + + artisans = { + culture = yankee + religion = protestant + size = 4390 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 53300 + } + + clergymen = { + culture = yankee + religion = catholic + size = 550 + } + + clerks = { + culture = yankee + religion = catholic + size = 200 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 1800 + } + + artisans = { + culture = yankee + religion = catholic + size = 2050 + } + + farmers = { + culture = yankee + religion = catholic + size = 14000 + } + + clergymen = { + culture = british + religion = protestant + size = 85 + } + + artisans = { + culture = british + religion = protestant + size = 1850 + } + + farmers = { + culture = british + religion = protestant + size = 3000 + } + + clergymen = { + culture = north_german + religion = protestant + size = 160 + } + + artisans = { + culture = north_german + religion = protestant + size = 3500 + } + + farmers = { + culture = north_german + religion = protestant + size = 4620 + } + + clergymen = { + culture = south_german + religion = catholic + size = 200 + } + + artisans = { + culture = south_german + religion = catholic + size = 4035 + } + + farmers = { + culture = south_german + religion = catholic + size = 6000 + } + + clergymen = { + culture = irish + religion = catholic + size = 200 + } + + artisans = { + culture = irish + religion = catholic + size = 4200 + } + + farmers = { + culture = irish + religion = catholic + size = 7000 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 210 + } + + farmers = { + culture = afro_american + religion = protestant + size = 5400 + } } #Erie (203800/50950 POPS) 228 = { - clergymen = { - culture = yankee - religion = protestant - size = 855 - } - - clerks = { - culture = yankee - religion = protestant - size = 300 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 2700 - } - - artisans = { - culture = yankee - religion = protestant - size = 2600 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 26500 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - artisans = { - culture = british - religion = protestant - size = 300 - } - - farmers = { - culture = british - religion = protestant - size = 350 - } - - clergymen = { - culture = north_german - religion = protestant - size = 55 - } - - artisans = { - culture = north_german - religion = protestant - size = 1100 - } - - farmers = { - culture = north_german - religion = protestant - size = 1775 - } - - clergymen = { - culture = south_german - religion = catholic - size = 70 - } - - artisans = { - culture = south_german - religion = catholic - size = 1430 - } - - farmers = { - culture = south_german - religion = catholic - size = 2000 - } - - clergymen = { - culture = irish - religion = catholic - size = 15 - } - - artisans = { - culture = irish - religion = catholic - size = 385 - } - - farmers = { - culture = irish - religion = catholic - size = 600 - } + clergymen = { + culture = yankee + religion = protestant + size = 855 + } + + clerks = { + culture = yankee + religion = protestant + size = 300 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 2700 + } + + artisans = { + culture = yankee + religion = protestant + size = 2600 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 26500 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + artisans = { + culture = british + religion = protestant + size = 300 + } + + farmers = { + culture = british + religion = protestant + size = 350 + } + + clergymen = { + culture = north_german + religion = protestant + size = 55 + } + + artisans = { + culture = north_german + religion = protestant + size = 1100 + } + + farmers = { + culture = north_german + religion = protestant + size = 1775 + } + + clergymen = { + culture = south_german + religion = catholic + size = 70 + } + + artisans = { + culture = south_german + religion = catholic + size = 1430 + } + + farmers = { + culture = south_german + religion = catholic + size = 2000 + } + + clergymen = { + culture = irish + religion = catholic + size = 15 + } + + artisans = { + culture = irish + religion = catholic + size = 385 + } + + farmers = { + culture = irish + religion = catholic + size = 600 + } } #New Jersey Region (672000) #Newark (302000/75500 POPS) 229 = { - clergymen = { - culture = yankee - religion = protestant - size = 750 - } - - clerks = { - culture = yankee - religion = protestant - size = 500 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 4500 - } - - artisans = { - culture = yankee - religion = protestant - size = 2975 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 17040 - } - - clergymen = { - culture = yankee - religion = catholic - size = 100 - } - - clerks = { - culture = yankee - religion = catholic - size = 100 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 900 - } - - artisans = { - culture = yankee - religion = catholic - size = 200 - } - - soldiers = { - culture = yankee - religion = catholic - size= 700 - - } - - farmers = { - culture = yankee - religion = catholic - size = 3000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 50 - } - - clerks = { - culture = yankee - religion = jewish - size = 100 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 900 - } - - artisans = { - culture = yankee - religion = jewish - size = 910 - } - - farmers = { - culture = yankee - religion = jewish - size = 1100 - } - - clergymen = { - culture = north_german - religion = protestant - size = 200 - } - - artisans = { - culture = north_german - religion = protestant - size = 3800 - } - - farmers = { - culture = north_german - religion = protestant - size = 6000 - } - - clergymen = { - culture = south_german - religion = catholic - size = 50 - } - - artisans = { - culture = south_german - religion = catholic - size = 1100 - } - - farmers = { - culture = south_german - religion = catholic - size = 1655 - } - - clergymen = { - culture = irish - religion = catholic - size = 225 - } - - artisans = { - culture = irish - religion = catholic - size = 4600 - } - - farmers = { - culture = irish - religion = catholic - size = 6500 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 50 - } - - artisans = { - culture = afro_american - religion = protestant - size = 695 - } - - farmers = { - culture = afro_american - religion = protestant - size = 7000 - } + clergymen = { + culture = yankee + religion = protestant + size = 750 + } + + clerks = { + culture = yankee + religion = protestant + size = 500 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 4500 + } + + artisans = { + culture = yankee + religion = protestant + size = 2975 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 17040 + } + + clergymen = { + culture = yankee + religion = catholic + size = 100 + } + + clerks = { + culture = yankee + religion = catholic + size = 100 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 900 + } + + artisans = { + culture = yankee + religion = catholic + size = 200 + } + + soldiers = { + culture = yankee + religion = catholic + size= 700 + + } + + farmers = { + culture = yankee + religion = catholic + size = 3000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 50 + } + + clerks = { + culture = yankee + religion = jewish + size = 100 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 900 + } + + artisans = { + culture = yankee + religion = jewish + size = 910 + } + + farmers = { + culture = yankee + religion = jewish + size = 1100 + } + + clergymen = { + culture = north_german + religion = protestant + size = 200 + } + + artisans = { + culture = north_german + religion = protestant + size = 3800 + } + + farmers = { + culture = north_german + religion = protestant + size = 6000 + } + + clergymen = { + culture = south_german + religion = catholic + size = 50 + } + + artisans = { + culture = south_german + religion = catholic + size = 1100 + } + + farmers = { + culture = south_german + religion = catholic + size = 1655 + } + + clergymen = { + culture = irish + religion = catholic + size = 225 + } + + artisans = { + culture = irish + religion = catholic + size = 4600 + } + + farmers = { + culture = irish + religion = catholic + size = 6500 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 50 + } + + artisans = { + culture = afro_american + religion = protestant + size = 695 + } + + farmers = { + culture = afro_american + religion = protestant + size = 7000 + } } #Trenton (200000/50000 POPS) 230 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 2210 - } - - officers = { - culture = yankee - religion = protestant - size = 290 - } - - clergymen = { - culture = yankee - religion = protestant - size = 660 - } - - clerks = { - culture = yankee - religion = protestant - size = 400 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 3600 - } - - artisans = { - culture = yankee - religion = protestant - size = 1510 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 13000 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 290 - } - - officers = { - culture = yankee - religion = catholic - size = 40 - } - - clergymen = { - culture = yankee - religion = catholic - size = 90 - } - - clerks = { - culture = yankee - religion = catholic - size = 50 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 450 - } - - artisans = { - culture = yankee - religion = catholic - size = 745 - } - - soldiers = { - culture = yankee - religion = catholic - size= 1200 - - } - - farmers = { - culture = yankee - religion = catholic - size = 1800 - } - - clergymen = { - culture = yankee - religion = jewish - size = 45 - } - - clerks = { - culture = yankee - religion = jewish - size = 100 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 900 - } - - artisans = { - culture = yankee - religion = jewish - size = 755 - } - - farmers = { - culture = yankee - religion = jewish - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 90 - } - - artisans = { - culture = north_german - religion = protestant - size = 1910 - } - - farmers = { - culture = north_german - religion = protestant - size = 2500 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20 - } - - artisans = { - culture = south_german - religion = catholic - size = 480 - } - - farmers = { - culture = south_german - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 65 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 2800 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 2210 + } + + officers = { + culture = yankee + religion = protestant + size = 290 + } + + clergymen = { + culture = yankee + religion = protestant + size = 660 + } + + clerks = { + culture = yankee + religion = protestant + size = 400 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 3600 + } + + artisans = { + culture = yankee + religion = protestant + size = 1510 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 13000 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 290 + } + + officers = { + culture = yankee + religion = catholic + size = 40 + } + + clergymen = { + culture = yankee + religion = catholic + size = 90 + } + + clerks = { + culture = yankee + religion = catholic + size = 50 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 450 + } + + artisans = { + culture = yankee + religion = catholic + size = 745 + } + + soldiers = { + culture = yankee + religion = catholic + size= 1200 + + } + + farmers = { + culture = yankee + religion = catholic + size = 1800 + } + + clergymen = { + culture = yankee + religion = jewish + size = 45 + } + + clerks = { + culture = yankee + religion = jewish + size = 100 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 900 + } + + artisans = { + culture = yankee + religion = jewish + size = 755 + } + + farmers = { + culture = yankee + religion = jewish + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 90 + } + + artisans = { + culture = north_german + religion = protestant + size = 1910 + } + + farmers = { + culture = north_german + religion = protestant + size = 2500 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20 + } + + artisans = { + culture = south_german + religion = catholic + size = 480 + } + + farmers = { + culture = south_german + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 65 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 2800 + } } #Atlantic City (170000/42500 POPS) 231 = { - clergymen = { - culture = yankee - religion = protestant - size = 600 - } - - clerks = { - culture = yankee - religion = protestant - size = 300 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 2700 - } - - artisans = { - culture = yankee - religion = protestant - size = 1815 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 15000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 45 - } - - clerks = { - culture = yankee - religion = jewish - size = 100 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 900 - } - - artisans = { - culture = yankee - religion = jewish - size = 755 - } - - farmers = { - culture = yankee - religion = jewish - size = 500 - } - - clergymen = { - culture = north_german - religion = protestant - size = 85 - } - - artisans = { - culture = north_german - religion = protestant - size = 1900 - } - - farmers = { - culture = north_german - religion = protestant - size = 2500 - } - - clergymen = { - culture = south_german - religion = catholic - size = 20 - } - - artisans = { - culture = south_german - religion = catholic - size = 480 - } - - farmers = { - culture = south_german - religion = catholic - size = 500 - } - - clergymen = { - culture = irish - religion = catholic - size = 80 - } - - artisans = { - culture = irish - religion = catholic - size = 1500 - } - - farmers = { - culture = irish - religion = catholic - size = 2720 - } + clergymen = { + culture = yankee + religion = protestant + size = 600 + } + + clerks = { + culture = yankee + religion = protestant + size = 300 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 2700 + } + + artisans = { + culture = yankee + religion = protestant + size = 1815 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 15000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 45 + } + + clerks = { + culture = yankee + religion = jewish + size = 100 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 900 + } + + artisans = { + culture = yankee + religion = jewish + size = 755 + } + + farmers = { + culture = yankee + religion = jewish + size = 500 + } + + clergymen = { + culture = north_german + religion = protestant + size = 85 + } + + artisans = { + culture = north_german + religion = protestant + size = 1900 + } + + farmers = { + culture = north_german + religion = protestant + size = 2500 + } + + clergymen = { + culture = south_german + religion = catholic + size = 20 + } + + artisans = { + culture = south_german + religion = catholic + size = 480 + } + + farmers = { + culture = south_german + religion = catholic + size = 500 + } + + clergymen = { + culture = irish + religion = catholic + size = 80 + } + + artisans = { + culture = irish + religion = catholic + size = 1500 + } + + farmers = { + culture = irish + religion = catholic + size = 2720 + } } #New York Region (3880700) #New York (1721500/430375 POPS) 232 = { - aristocrats = { - culture = yankee - religion = protestant - size = 2085 - } - - capitalists = { - culture = yankee - religion = protestant - size = 2085 - } - - clergymen = { - culture = yankee - religion = protestant - size = 4680 - } - - clerks = { - culture = yankee - religion = protestant - size = 2000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 18000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 4875 - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - soldiers = { - culture = yankee - religion = protestant - size= 3000 - - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 110000 - } - - aristocrats = { - culture = yankee - religion = catholic - size = 65 - } - - capitalists = { - culture = yankee - religion = catholic - size = 65 - } - - clergymen = { - culture = yankee - religion = catholic - size = 135 - } - - clerks = { - culture = yankee - religion = catholic - size = 250 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 2250 - } - - artisans = { - culture = yankee - religion = catholic - size = 1720 - } - - soldiers = { - culture = yankee - religion = catholic - size= 1500 - - } - - farmers = { - culture = yankee - religion = catholic - size = 1100 - } - - clergymen = { - culture = yankee - religion = jewish - size = 75 - } - - clerks = { - culture = yankee - religion = jewish - size = 200 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 1800 - } - - artisans = { - culture = yankee - religion = jewish - size = 1805 - } - - clergymen = { - culture = north_german - religion = protestant - size = 880 - } - - clerks = { - culture = north_german - religion = protestant - size = 1500 - } - - craftsmen = { - culture = north_german - religion = protestant - size = 28500 - } - - artisans = { - culture = north_german - religion = protestant - size = 13750 - } - - clergymen = { - culture = south_german - religion = catholic - size = 270 - } - - clerks = { - culture = south_german - religion = catholic - size = 1100 - } - - craftsmen = { - culture = south_german - religion = catholic - size = 9000 - } - - artisans = { - culture = south_german - religion = catholic - size = 3310 - } - - clergymen = { - culture = french - religion = catholic - size = 425 - } - - clerks = { - culture = french - religion = catholic - size = 1250 - } - - craftsmen = { - culture = french - religion = catholic - size = 13750 - } - - artisans = { - culture = french - religion = catholic - size = 6350 - } - - clergymen = { - culture = irish - religion = catholic - size = 1600 - } - - clerks = { - culture = irish - religion = catholic - size = 1500 - } - - craftsmen = { - culture = irish - religion = catholic - size = 43500 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 10000 - } - - artisans = { - culture = irish - religion = catholic - size = 4755 - } - - capitalists = { - culture = ashkenazi - religion = jewish - size = 110 - } - - clergymen = { - culture = ashkenazi - religion = jewish - size = 445 - } - - clerks = { - culture = ashkenazi - religion = jewish - size = 1250 - } - - craftsmen = { - culture = ashkenazi - religion = jewish - size = 13750 - } - - artisans = { - culture = ashkenazi - religion = jewish - size = 6760 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 120 - } - - artisans = { - culture = afro_american - religion = protestant - size = 7010 - } - - farmers = { - culture = afro_american - religion = protestant - size = 5000 - } + aristocrats = { + culture = yankee + religion = protestant + size = 2085 + } + + capitalists = { + culture = yankee + religion = protestant + size = 2085 + } + + clergymen = { + culture = yankee + religion = protestant + size = 4680 + } + + clerks = { + culture = yankee + religion = protestant + size = 2000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 18000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 4875 + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + soldiers = { + culture = yankee + religion = protestant + size= 3000 + + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 110000 + } + + aristocrats = { + culture = yankee + religion = catholic + size = 65 + } + + capitalists = { + culture = yankee + religion = catholic + size = 65 + } + + clergymen = { + culture = yankee + religion = catholic + size = 135 + } + + clerks = { + culture = yankee + religion = catholic + size = 250 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 2250 + } + + artisans = { + culture = yankee + religion = catholic + size = 1720 + } + + soldiers = { + culture = yankee + religion = catholic + size= 1500 + + } + + farmers = { + culture = yankee + religion = catholic + size = 1100 + } + + clergymen = { + culture = yankee + religion = jewish + size = 75 + } + + clerks = { + culture = yankee + religion = jewish + size = 200 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 1800 + } + + artisans = { + culture = yankee + religion = jewish + size = 1805 + } + + clergymen = { + culture = north_german + religion = protestant + size = 880 + } + + clerks = { + culture = north_german + religion = protestant + size = 1500 + } + + craftsmen = { + culture = north_german + religion = protestant + size = 28500 + } + + artisans = { + culture = north_german + religion = protestant + size = 13750 + } + + clergymen = { + culture = south_german + religion = catholic + size = 270 + } + + clerks = { + culture = south_german + religion = catholic + size = 1100 + } + + craftsmen = { + culture = south_german + religion = catholic + size = 9000 + } + + artisans = { + culture = south_german + religion = catholic + size = 3310 + } + + clergymen = { + culture = french + religion = catholic + size = 425 + } + + clerks = { + culture = french + religion = catholic + size = 1250 + } + + craftsmen = { + culture = french + religion = catholic + size = 13750 + } + + artisans = { + culture = french + religion = catholic + size = 6350 + } + + clergymen = { + culture = irish + religion = catholic + size = 1600 + } + + clerks = { + culture = irish + religion = catholic + size = 1500 + } + + craftsmen = { + culture = irish + religion = catholic + size = 43500 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 10000 + } + + artisans = { + culture = irish + religion = catholic + size = 4755 + } + + capitalists = { + culture = ashkenazi + religion = jewish + size = 110 + } + + clergymen = { + culture = ashkenazi + religion = jewish + size = 445 + } + + clerks = { + culture = ashkenazi + religion = jewish + size = 1250 + } + + craftsmen = { + culture = ashkenazi + religion = jewish + size = 13750 + } + + artisans = { + culture = ashkenazi + religion = jewish + size = 6760 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 120 + } + + artisans = { + culture = afro_american + religion = protestant + size = 7010 + } + + farmers = { + culture = afro_american + religion = protestant + size = 5000 + } } #Long Island (160800/40200 POPS) 233 = { - clergymen = { - culture = yankee - religion = protestant - size = 670 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 9000 - } - - artisans = { - culture = yankee - religion = protestant - size = 3500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 12500 - } - - clergymen = { - culture = irish - religion = catholic - size = 120 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1900 - } - - artisans = { - culture = irish - religion = catholic - size = 1410 - } - - farmers = { - culture = irish - religion = catholic - size = 2500 - } + clergymen = { + culture = yankee + religion = protestant + size = 670 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 9000 + } + + artisans = { + culture = yankee + religion = protestant + size = 3500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 12500 + } + + clergymen = { + culture = irish + religion = catholic + size = 120 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1900 + } + + artisans = { + culture = irish + religion = catholic + size = 1410 + } + + farmers = { + culture = irish + religion = catholic + size = 2500 + } } #Albany (419200/104800 POPS) 234 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 13550 - } - - officers = { - culture = yankee - religion = protestant - size = 7220 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1655 - } - - clerks = { - culture = yankee - religion = protestant - size = 1800 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 16200 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2405 - } - - soldiers = { - culture = yankee - religion = protestant - size= 500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 18000 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 1100 - } - - officers = { - culture = yankee - religion = catholic - size = 540 - } - - clergymen = { - culture = yankee - religion = catholic - size = 125 - } - - clerks = { - culture = yankee - religion = catholic - size = 200 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 1800 - } - - artisans = { - culture = yankee - religion = catholic - size = 585 - } - - soldiers = { - culture = yankee - religion = catholic - size= 800 - - } - - farmers = { - culture = yankee - religion = catholic - size = 1200 - } - - clergymen = { - culture = irish - religion = catholic - size = 310 - } - - clerks = { - culture = irish - religion = catholic - size = 1100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 9000 - } - - artisans = { - culture = irish - religion = catholic - size = 2410 - } - - farmers = { - culture = irish - religion = catholic - size = 3000 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 13550 + } + + officers = { + culture = yankee + religion = protestant + size = 7220 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1655 + } + + clerks = { + culture = yankee + religion = protestant + size = 1800 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 16200 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2405 + } + + soldiers = { + culture = yankee + religion = protestant + size= 500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 18000 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 1100 + } + + officers = { + culture = yankee + religion = catholic + size = 540 + } + + clergymen = { + culture = yankee + religion = catholic + size = 125 + } + + clerks = { + culture = yankee + religion = catholic + size = 200 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 1800 + } + + artisans = { + culture = yankee + religion = catholic + size = 585 + } + + soldiers = { + culture = yankee + religion = catholic + size= 800 + + } + + farmers = { + culture = yankee + religion = catholic + size = 1200 + } + + clergymen = { + culture = irish + religion = catholic + size = 310 + } + + clerks = { + culture = irish + religion = catholic + size = 1100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 9000 + } + + artisans = { + culture = irish + religion = catholic + size = 2410 + } + + farmers = { + culture = irish + religion = catholic + size = 3000 + } } #Binghamton (426100/106525 POPS) 235 = { - clergymen = { - culture = yankee - religion = protestant - size = 1800 - } - - clerks = { - culture = yankee - religion = protestant - size = 1800 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 16200 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 745 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 40000 - } - - clergymen = { - culture = irish - religion = catholic - size = 305 - } - - clerks = { - culture = irish - religion = catholic - size = 1100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 9000 - } - - artisans = { - culture = irish - religion = catholic - size = 2675 - } - - farmers = { - culture = irish - religion = catholic - size = 3000 - } + clergymen = { + culture = yankee + religion = protestant + size = 1800 + } + + clerks = { + culture = yankee + religion = protestant + size = 1800 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 16200 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 745 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 40000 + } + + clergymen = { + culture = irish + religion = catholic + size = 305 + } + + clerks = { + culture = irish + religion = catholic + size = 1100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 9000 + } + + artisans = { + culture = irish + religion = catholic + size = 2675 + } + + farmers = { + culture = irish + religion = catholic + size = 3000 + } } #Buffalo (272400/68100 POPS) 236 = { - clergymen = { - culture = yankee - religion = protestant - size = 1245 - } - - clerks = { - culture = yankee - religion = protestant - size = 1200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 10800 - } - - artisans = { - culture = yankee - religion = protestant - size = 9575 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 25000 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - clerks = { - culture = british - religion = protestant - size = 50 - } - - craftsmen = { - culture = british - religion = protestant - size = 450 - } - - artisans = { - culture = british - religion = protestant - size = 70 - } - - farmers = { - culture = british - religion = protestant - size = 200 - } - - clergymen = { - culture = irish - religion = catholic - size = 70 - } - - clerks = { - culture = irish - religion = catholic - size = 300 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2700 - } - - artisans = { - culture = irish - religion = catholic - size = 1100 - } - - farmers = { - culture = irish - religion = catholic - size = 425 - } + clergymen = { + culture = yankee + religion = protestant + size = 1245 + } + + clerks = { + culture = yankee + religion = protestant + size = 1200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 10800 + } + + artisans = { + culture = yankee + religion = protestant + size = 9575 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 25000 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + clerks = { + culture = british + religion = protestant + size = 50 + } + + craftsmen = { + culture = british + religion = protestant + size = 450 + } + + artisans = { + culture = british + religion = protestant + size = 70 + } + + farmers = { + culture = british + religion = protestant + size = 200 + } + + clergymen = { + culture = irish + religion = catholic + size = 70 + } + + clerks = { + culture = irish + religion = catholic + size = 300 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2700 + } + + artisans = { + culture = irish + religion = catholic + size = 1100 + } + + farmers = { + culture = irish + religion = catholic + size = 425 + } } #Rochester (283000/70750 POPS) 237 = { - clergymen = { - culture = yankee - religion = protestant - size = 1335 - } - - clerks = { - culture = yankee - religion = protestant - size = 1200 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 10800 - } - - artisans = { - culture = yankee - religion = protestant - size = 3850 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 35000 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - clerks = { - culture = british - religion = protestant - size = 25 - } - - craftsmen = { - culture = british - religion = protestant - size = 225 - } - - artisans = { - culture = british - religion = protestant - size = 90 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = irish - religion = catholic - size = 55 - } - - clerks = { - culture = irish - religion = catholic - size = 200 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1800 - } - - artisans = { - culture = irish - religion = catholic - size = 560 - } - - farmers = { - culture = irish - religion = catholic - size = 500 - } + clergymen = { + culture = yankee + religion = protestant + size = 1335 + } + + clerks = { + culture = yankee + religion = protestant + size = 1200 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 10800 + } + + artisans = { + culture = yankee + religion = protestant + size = 3850 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 35000 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + clerks = { + culture = british + religion = protestant + size = 25 + } + + craftsmen = { + culture = british + religion = protestant + size = 225 + } + + artisans = { + culture = british + religion = protestant + size = 90 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = irish + religion = catholic + size = 55 + } + + clerks = { + culture = irish + religion = catholic + size = 200 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1800 + } + + artisans = { + culture = irish + religion = catholic + size = 560 + } + + farmers = { + culture = irish + religion = catholic + size = 500 + } } #Syracuse (288900/72225 POPS) 238 = { - clergymen = { - culture = yankee - religion = protestant - size = 1355 - } - - clerks = { - culture = yankee - religion = protestant - size = 1800 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 16200 - } - - artisans = { - culture = yankee - religion = protestant - size = 8510 - } - - soldiers = { - culture = yankee - religion = protestant - size= 150 - - } - - farmers = { - culture = yankee - religion = protestant - size = 25000 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - clerks = { - culture = british - religion = protestant - size = 35 - } - - craftsmen = { - culture = british - religion = protestant - size = 315 - } - - artisans = { - culture = british - religion = protestant - size = 235 - } - - farmers = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = irish - religion = catholic - size = 60 - } - - clerks = { - culture = irish - religion = catholic - size = 200 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1800 - } - - artisans = { - culture = irish - religion = catholic - size = 850 - } - - farmers = { - culture = irish - religion = catholic - size = 700 - } + clergymen = { + culture = yankee + religion = protestant + size = 1355 + } + + clerks = { + culture = yankee + religion = protestant + size = 1800 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 16200 + } + + artisans = { + culture = yankee + religion = protestant + size = 8510 + } + + soldiers = { + culture = yankee + religion = protestant + size= 150 + + } + + farmers = { + culture = yankee + religion = protestant + size = 25000 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + clerks = { + culture = british + religion = protestant + size = 35 + } + + craftsmen = { + culture = british + religion = protestant + size = 315 + } + + artisans = { + culture = british + religion = protestant + size = 235 + } + + farmers = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = irish + religion = catholic + size = 60 + } + + clerks = { + culture = irish + religion = catholic + size = 200 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1800 + } + + artisans = { + culture = irish + religion = catholic + size = 850 + } + + farmers = { + culture = irish + religion = catholic + size = 700 + } } #Watertown (186600/46650 POPS) 239 = { - clergymen = { - culture = yankee - religion = protestant - size = 860 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 9000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2900 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 20000 - } - - clergymen = { - culture = british - religion = protestant - size = 10 - } - - clerks = { - culture = british - religion = protestant - size = 35 - } - - craftsmen = { - culture = british - religion = protestant - size = 315 - } - - artisans = { - culture = british - religion = protestant - size = 145 - } - - farmers = { - culture = british - religion = protestant - size = 100 - } - - clergymen = { - culture = french - religion = catholic - size = 5 - } - - artisans = { - culture = french - religion = catholic - size = 130 - } - - farmers = { - culture = french - religion = catholic - size = 100 - } - - clergymen = { - culture = irish - religion = catholic - size = 40 - } - - clerks = { - culture = irish - religion = catholic - size = 125 - } - - craftsmen = { - culture = irish - religion = catholic - size = 1125 - } - - artisans = { - culture = irish - religion = catholic - size = 460 - } - - farmers = { - culture = irish - religion = catholic - size = 300 - } + clergymen = { + culture = yankee + religion = protestant + size = 860 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 9000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2900 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 20000 + } + + clergymen = { + culture = british + religion = protestant + size = 10 + } + + clerks = { + culture = british + religion = protestant + size = 35 + } + + craftsmen = { + culture = british + religion = protestant + size = 315 + } + + artisans = { + culture = british + religion = protestant + size = 145 + } + + farmers = { + culture = british + religion = protestant + size = 100 + } + + clergymen = { + culture = french + religion = catholic + size = 5 + } + + artisans = { + culture = french + religion = catholic + size = 130 + } + + farmers = { + culture = french + religion = catholic + size = 100 + } + + clergymen = { + culture = irish + religion = catholic + size = 40 + } + + clerks = { + culture = irish + religion = catholic + size = 125 + } + + craftsmen = { + culture = irish + religion = catholic + size = 1125 + } + + artisans = { + culture = irish + religion = catholic + size = 460 + } + + farmers = { + culture = irish + religion = catholic + size = 300 + } } #Plattsburgh (122200/30550 POPS) 240 = { - clergymen = { - culture = yankee - religion = protestant - size = 565 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 9000 - } - - artisans = { - culture = yankee - religion = protestant - size = 2830 - } - - soldiers = { - culture = yankee - religion = protestant - size= 500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - clergymen = { - culture = british - religion = protestant - size = 5 - } - - artisans = { - culture = british - religion = protestant - size = 165 - } - - farmers = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = french - religion = catholic - size = 5 - } - - artisans = { - culture = french - religion = catholic - size = 175 - } - - farmers = { - culture = french - religion = catholic - size = 125 - } - - clergymen = { - culture = irish - religion = catholic - size = 30 - } - - clerks = { - culture = irish - religion = catholic - size = 100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 900 - } - - artisans = { - culture = irish - religion = catholic - size = 300 - } - - farmers = { - culture = irish - religion = catholic - size = 200 - } + clergymen = { + culture = yankee + religion = protestant + size = 565 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 9000 + } + + artisans = { + culture = yankee + religion = protestant + size = 2830 + } + + soldiers = { + culture = yankee + religion = protestant + size= 500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + clergymen = { + culture = british + religion = protestant + size = 5 + } + + artisans = { + culture = british + religion = protestant + size = 165 + } + + farmers = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = french + religion = catholic + size = 5 + } + + artisans = { + culture = french + religion = catholic + size = 175 + } + + farmers = { + culture = french + religion = catholic + size = 125 + } + + clergymen = { + culture = irish + religion = catholic + size = 30 + } + + clerks = { + culture = irish + religion = catholic + size = 100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 900 + } + + artisans = { + culture = irish + religion = catholic + size = 300 + } + + farmers = { + culture = irish + religion = catholic + size = 200 + } } #Connecticut Region (460100) #Hartford (460100/115025 POPS) 241 = { - capitalists = { - culture = yankee - religion = protestant - size = 575 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 1725 - } - - officers = { - culture = yankee - religion = protestant - size = 225 - } - - clergymen = { - culture = yankee - religion = protestant - size = 2160 - } - - clerks = { - culture = yankee - religion = protestant - size = 2000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 18000 - } - - artisans = { - culture = yankee - religion = protestant - size = 8480 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 50000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 75 - } - - clerks = { - culture = yankee - religion = jewish - size = 250 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 2250 - } - - artisans = { - culture = yankee - religion = jewish - size = 1220 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 30 - } - - artisans = { - culture = afro_american - religion = protestant - size = 535 - } - - farmers = { - culture = afro_american - religion = protestant - size = 2500 - } + capitalists = { + culture = yankee + religion = protestant + size = 575 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 1725 + } + + officers = { + culture = yankee + religion = protestant + size = 225 + } + + clergymen = { + culture = yankee + religion = protestant + size = 2160 + } + + clerks = { + culture = yankee + religion = protestant + size = 2000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 18000 + } + + artisans = { + culture = yankee + religion = protestant + size = 8480 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 50000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 75 + } + + clerks = { + culture = yankee + religion = jewish + size = 250 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 2250 + } + + artisans = { + culture = yankee + religion = jewish + size = 1220 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 30 + } + + artisans = { + culture = afro_american + religion = protestant + size = 535 + } + + farmers = { + culture = afro_american + religion = protestant + size = 2500 + } } #Rhode Island Region (174600) #Providence (174600/43650 POPS) 242 = { - capitalists = { - culture = yankee - religion = protestant - size = 215 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 650 - } - - officers = { - culture = yankee - religion = protestant - size = 85 - } - - clergymen = { - culture = yankee - religion = protestant - size = 645 - } - - clerks = { - culture = yankee - religion = protestant - size = 1100 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 9000 - } - - artisans = { - culture = yankee - religion = protestant - size = 5900 - } - - soldiers = { - culture = yankee - religion = protestant - size= 500 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 75 - } - - clerks = { - culture = yankee - religion = jewish - size = 225 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 2025 - } - - artisans = { - culture = yankee - religion = jewish - size = 1475 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - clerks = { - culture = irish - religion = catholic - size = 300 - } - - craftsmen = { - culture = irish - religion = catholic - size = 2700 - } - - artisans = { - culture = irish - religion = catholic - size = 1575 - } - - farmers = { - culture = irish - religion = catholic - size = 1100 - } - - clergymen = { - culture = afro_american - religion = protestant - size = 30 - } - - artisans = { - culture = afro_american - religion = protestant - size = 850 - } - - farmers = { - culture = afro_american - religion = protestant - size = 800 - } + capitalists = { + culture = yankee + religion = protestant + size = 215 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 650 + } + + officers = { + culture = yankee + religion = protestant + size = 85 + } + + clergymen = { + culture = yankee + religion = protestant + size = 645 + } + + clerks = { + culture = yankee + religion = protestant + size = 1100 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 9000 + } + + artisans = { + culture = yankee + religion = protestant + size = 5900 + } + + soldiers = { + culture = yankee + religion = protestant + size= 500 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 75 + } + + clerks = { + culture = yankee + religion = jewish + size = 225 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 2025 + } + + artisans = { + culture = yankee + religion = jewish + size = 1475 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + clerks = { + culture = irish + religion = catholic + size = 300 + } + + craftsmen = { + culture = irish + religion = catholic + size = 2700 + } + + artisans = { + culture = irish + religion = catholic + size = 1575 + } + + farmers = { + culture = irish + religion = catholic + size = 1100 + } + + clergymen = { + culture = afro_american + religion = protestant + size = 30 + } + + artisans = { + culture = afro_american + religion = protestant + size = 850 + } + + farmers = { + culture = afro_american + religion = protestant + size = 800 + } } #Massachusetts Region (1231100) #Boston (871100/217775 POPS) 243 = { - capitalists = { - culture = yankee - religion = protestant - size = 1015 - } - - bureaucrats = { - culture = yankee - religion = protestant - size = 4285 - } - - officers = { - culture = yankee - religion = protestant - size = 575 - } - - clergymen = { - culture = yankee - religion = protestant - size = 3160 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 10000 - } - - artisans = { - culture = yankee - religion = protestant - size = 5000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 48995 - } - - capitalists = { - culture = yankee - religion = catholic - size = 75 - } - - bureaucrats = { - culture = yankee - religion = catholic - size = 330 - } - - officers = { - culture = yankee - religion = catholic - size = 40 - } - - clergymen = { - culture = yankee - religion = catholic - size = 250 - } - - clerks = { - culture = yankee - religion = catholic - size = 500 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 4500 - } - - artisans = { - culture = yankee - religion = catholic - size = 1800 - } - - farmers = { - culture = yankee - religion = catholic - size = 3000 - } - - clergymen = { - culture = yankee - religion = jewish - size = 70 - } - - clerks = { - culture = yankee - religion = jewish - size = 250 - } - - craftsmen = { - culture = yankee - religion = jewish - size = 2250 - } - - artisans = { - culture = yankee - religion = jewish - size = 1125 - } - - clergymen = { - culture = irish - religion = catholic - size = 855 - } - - clerks = { - culture = irish - religion = catholic - size = 1100 - } - - craftsmen = { - culture = irish - religion = catholic - size = 9000 - } - - artisans = { - culture = irish - religion = catholic - size = 12700 - } - - farmers = { - culture = irish - religion = catholic - size = 20000 - } + capitalists = { + culture = yankee + religion = protestant + size = 1015 + } + + bureaucrats = { + culture = yankee + religion = protestant + size = 4285 + } + + officers = { + culture = yankee + religion = protestant + size = 575 + } + + clergymen = { + culture = yankee + religion = protestant + size = 3160 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 10000 + } + + artisans = { + culture = yankee + religion = protestant + size = 5000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 48995 + } + + capitalists = { + culture = yankee + religion = catholic + size = 75 + } + + bureaucrats = { + culture = yankee + religion = catholic + size = 330 + } + + officers = { + culture = yankee + religion = catholic + size = 40 + } + + clergymen = { + culture = yankee + religion = catholic + size = 250 + } + + clerks = { + culture = yankee + religion = catholic + size = 500 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 4500 + } + + artisans = { + culture = yankee + religion = catholic + size = 1800 + } + + farmers = { + culture = yankee + religion = catholic + size = 3000 + } + + clergymen = { + culture = yankee + religion = jewish + size = 70 + } + + clerks = { + culture = yankee + religion = jewish + size = 250 + } + + craftsmen = { + culture = yankee + religion = jewish + size = 2250 + } + + artisans = { + culture = yankee + religion = jewish + size = 1125 + } + + clergymen = { + culture = irish + religion = catholic + size = 855 + } + + clerks = { + culture = irish + religion = catholic + size = 1100 + } + + craftsmen = { + culture = irish + religion = catholic + size = 9000 + } + + artisans = { + culture = irish + religion = catholic + size = 12700 + } + + farmers = { + culture = irish + religion = catholic + size = 20000 + } } #New Bedford (220000/55000 POPS) 244 = { - clergymen = { - culture = yankee - religion = protestant - size = 1100 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 4000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 10000 - } - - clergymen = { - culture = irish - religion = catholic - size = 100 - } - - artisans = { - culture = irish - religion = catholic - size = 1900 - } - - farmers = { - culture = irish - religion = catholic - size = 3000 - } + clergymen = { + culture = yankee + religion = protestant + size = 1100 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 4000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 10000 + } + + clergymen = { + culture = irish + religion = catholic + size = 100 + } + + artisans = { + culture = irish + religion = catholic + size = 1900 + } + + farmers = { + culture = irish + religion = catholic + size = 3000 + } } #Pittsfield (140000/35000 POPS) 245 = { - clergymen = { - culture = yankee - religion = protestant - size = 635 - } - - clerks = { - culture = yankee - religion = protestant - size = 2000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 18000 - } - - artisans = { - culture = yankee - religion = protestant - size = 3000 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1165 - - } - - farmers = { - culture = yankee - religion = protestant - size = 5000 - } - - clergymen = { - culture = irish - religion = catholic - size = 60 - } - - artisans = { - culture = irish - religion = catholic - size = 1300 - } - - farmers = { - culture = irish - religion = catholic - size = 1840 - } + clergymen = { + culture = yankee + religion = protestant + size = 635 + } + + clerks = { + culture = yankee + religion = protestant + size = 2000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 18000 + } + + artisans = { + culture = yankee + religion = protestant + size = 3000 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1165 + + } + + farmers = { + culture = yankee + religion = protestant + size = 5000 + } + + clergymen = { + culture = irish + religion = catholic + size = 60 + } + + artisans = { + culture = irish + religion = catholic + size = 1300 + } + + farmers = { + culture = irish + religion = catholic + size = 1840 + } } #Vermont Region (315100) #Montpelier (315100/78775 POPS) 246 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 1180 - } - - officers = { - culture = yankee - religion = protestant - size = 155 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1575 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 5865 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 20085 - } - - clergymen = { - culture = yankee - religion = catholic - size = 175 - } - - clerks = { - culture = yankee - religion = catholic - size = 300 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 2700 - } - - artisans = { - culture = yankee - religion = catholic - size = 1740 - } - - soldiers = { - culture = yankee - religion = catholic - size= 1200 - - } - - farmers = { - culture = yankee - religion = catholic - size = 2800 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 1180 + } + + officers = { + culture = yankee + religion = protestant + size = 155 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1575 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 5865 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 20085 + } + + clergymen = { + culture = yankee + religion = catholic + size = 175 + } + + clerks = { + culture = yankee + religion = catholic + size = 300 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 2700 + } + + artisans = { + culture = yankee + religion = catholic + size = 1740 + } + + soldiers = { + culture = yankee + religion = catholic + size= 1200 + + } + + farmers = { + culture = yankee + religion = catholic + size = 2800 + } } #New Hampshire Region (326100) #Concord (326100/81525 POPS) 247 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 1220 - } - - officers = { - culture = yankee - religion = protestant - size = 175 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1630 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 3500 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 30000 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 1220 + } + + officers = { + culture = yankee + religion = protestant + size = 175 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1630 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 3500 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 30000 + } } #Maine Region (628300) #Lewiston (333600/83400 POPS) 248 = { - bureaucrats = { - culture = yankee - religion = protestant - size = 2350 - } - - officers = { - culture = yankee - religion = protestant - size = 310 - } - - clergymen = { - culture = yankee - religion = protestant - size = 1665 - } - - clerks = { - culture = yankee - religion = protestant - size = 3000 - } - - craftsmen = { - culture = yankee - religion = protestant - size = 27000 - } - - artisans = { - culture = yankee - religion = protestant - size = 4075 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 30000 - } + bureaucrats = { + culture = yankee + religion = protestant + size = 2350 + } + + officers = { + culture = yankee + religion = protestant + size = 310 + } + + clergymen = { + culture = yankee + religion = protestant + size = 1665 + } + + clerks = { + culture = yankee + religion = protestant + size = 3000 + } + + craftsmen = { + culture = yankee + religion = protestant + size = 27000 + } + + artisans = { + culture = yankee + religion = protestant + size = 4075 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 30000 + } } #Bangor (244700/61175 POPS) 249 = { - clergymen = { - culture = yankee - religion = protestant - size = 1200 - } - - clerks = { - culture = yankee - religion = catholic - size = 2500 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 22500 - } - - artisans = { - culture = yankee - religion = protestant - size = 4035 - } - - soldiers = { - culture = yankee - religion = protestant - size= 1000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 20000 - } - - clergymen = { - culture = french_canadian - religion = catholic - size = 20 - } - - artisans = { - culture = french_canadian - religion = catholic - size = 320 - } - - farmers = { - culture = french_canadian - religion = catholic - size = 600 - } + clergymen = { + culture = yankee + religion = protestant + size = 1200 + } + + clerks = { + culture = yankee + religion = catholic + size = 2500 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 22500 + } + + artisans = { + culture = yankee + religion = protestant + size = 4035 + } + + soldiers = { + culture = yankee + religion = protestant + size= 1000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 20000 + } + + clergymen = { + culture = french_canadian + religion = catholic + size = 20 + } + + artisans = { + culture = french_canadian + religion = catholic + size = 320 + } + + farmers = { + culture = french_canadian + religion = catholic + size = 600 + } } #Caribou (50000/12500 POPS) 250 = { - clergymen = { - culture = yankee - religion = protestant - size = 210 - } - - clerks = { - culture = yankee - religion = catholic - size = 350 - } - - craftsmen = { - culture = yankee - religion = catholic - size = 3150 - } - - artisans = { - culture = yankee - religion = protestant - size = 1905 - } - - soldiers = { - culture = yankee - religion = protestant - size= 2000 - - } - - farmers = { - culture = yankee - religion = protestant - size = 3000 - } - - clergymen = { - culture = anglo_canadian - religion = protestant - size = 35 - } - - artisans = { - culture = anglo_canadian - religion = protestant - size = 850 - } - - farmers = { - culture = anglo_canadian - religion = protestant - size = 1100 - } + clergymen = { + culture = yankee + religion = protestant + size = 210 + } + + clerks = { + culture = yankee + religion = catholic + size = 350 + } + + craftsmen = { + culture = yankee + religion = catholic + size = 3150 + } + + artisans = { + culture = yankee + religion = protestant + size = 1905 + } + + soldiers = { + culture = yankee + religion = protestant + size= 2000 + + } + + farmers = { + culture = yankee + religion = protestant + size = 3000 + } + + clergymen = { + culture = anglo_canadian + religion = protestant + size = 35 + } + + artisans = { + culture = anglo_canadian + religion = protestant + size = 850 + } + + farmers = { + culture = anglo_canadian + religion = protestant + size = 1100 + } } diff --git a/HPM/history/pops/1861.4.14/Uruguay.txt b/HPM/history/pops/1861.4.14/Uruguay.txt index 2f9c2008..9fe0af01 100644 --- a/HPM/history/pops/1861.4.14/Uruguay.txt +++ b/HPM/history/pops/1861.4.14/Uruguay.txt @@ -1,213 +1,213 @@ #Uruguay Region (261000) #Montevideo (116200/29050 POPS) 2344 = { - aristocrats = { - culture = platinean - religion = catholic - size = 575 - } - - bureaucrats = { - culture = platinean - religion = catholic - size = 200 - } - - officers = { - culture = platinean - religion = catholic - size = 75 - } - - clergymen = { - culture = platinean - religion = catholic - size = 325 - } - - artisans = { - culture = platinean - religion = catholic - size = 1100 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1575 - } - - farmers = { - culture = platinean - religion = catholic - size = 20600 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3300 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1500 - } + aristocrats = { + culture = platinean + religion = catholic + size = 575 + } + + bureaucrats = { + culture = platinean + religion = catholic + size = 200 + } + + officers = { + culture = platinean + religion = catholic + size = 75 + } + + clergymen = { + culture = platinean + religion = catholic + size = 325 + } + + artisans = { + culture = platinean + religion = catholic + size = 1100 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1575 + } + + farmers = { + culture = platinean + religion = catholic + size = 20600 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3300 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1500 + } } #Paysandu (81200/20300 POPS) 2345 = { - aristocrats = { - culture = platinean - religion = catholic - size = 200 - } - - clergymen = { - culture = platinean - religion = catholic - size = 225 - } - - artisans = { - culture = platinean - religion = catholic - size = 875 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1200 - } - - farmers = { - culture = platinean - religion = catholic - size = 18000 - } + aristocrats = { + culture = platinean + religion = catholic + size = 200 + } + + clergymen = { + culture = platinean + religion = catholic + size = 225 + } + + artisans = { + culture = platinean + religion = catholic + size = 875 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1200 + } + + farmers = { + culture = platinean + religion = catholic + size = 18000 + } } #Tacuarembo (19000/4750 POPS) 2346 = { - aristocrats = { - culture = platinean - religion = catholic - size = 25 - } - - clergymen = { - culture = platinean - religion = catholic - size = 50 - } - - artisans = { - culture = platinean - religion = catholic - size = 190 - } - - soldiers = { - culture = platinean - religion = catholic - size = 200 - } - - farmers = { - culture = platinean - religion = catholic - size = 3285 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 15 - } - - artisans = { - culture = brazilian - religion = catholic - size = 50 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 910 - } + aristocrats = { + culture = platinean + religion = catholic + size = 25 + } + + clergymen = { + culture = platinean + religion = catholic + size = 50 + } + + artisans = { + culture = platinean + religion = catholic + size = 190 + } + + soldiers = { + culture = platinean + religion = catholic + size = 200 + } + + farmers = { + culture = platinean + religion = catholic + size = 3285 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 15 + } + + artisans = { + culture = brazilian + religion = catholic + size = 50 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 910 + } } #Melo (44600/11150 POPS) 2347 = { - aristocrats = { - culture = platinean - religion = catholic - size = 150 - } - - clergymen = { - culture = platinean - religion = catholic - size = 100 - } - - artisans = { - culture = platinean - religion = catholic - size = 400 - } - - soldiers = { - culture = platinean - religion = catholic - size = 1200 - } - - farmers = { - culture = platinean - religion = catholic - size = 6500 - } - - clergymen = { - culture = brazilian - religion = catholic - size = 50 - } - - artisans = { - culture = brazilian - religion = catholic - size = 150 - } - - soldiers = { - culture = brazilian - religion = catholic - size = 25 - } - - farmers = { - culture = brazilian - religion = catholic - size = 2775 - } + aristocrats = { + culture = platinean + religion = catholic + size = 150 + } + + clergymen = { + culture = platinean + religion = catholic + size = 100 + } + + artisans = { + culture = platinean + religion = catholic + size = 400 + } + + soldiers = { + culture = platinean + religion = catholic + size = 1200 + } + + farmers = { + culture = platinean + religion = catholic + size = 6500 + } + + clergymen = { + culture = brazilian + religion = catholic + size = 50 + } + + artisans = { + culture = brazilian + religion = catholic + size = 150 + } + + soldiers = { + culture = brazilian + religion = catholic + size = 25 + } + + farmers = { + culture = brazilian + religion = catholic + size = 2775 + } } diff --git a/HPM/history/pops/1861.4.14/Uzbekistan.txt b/HPM/history/pops/1861.4.14/Uzbekistan.txt index 96662455..f269e1df 100644 --- a/HPM/history/pops/1861.4.14/Uzbekistan.txt +++ b/HPM/history/pops/1861.4.14/Uzbekistan.txt @@ -2,764 +2,764 @@ #under the rule of Khiva in 1836 #Khiva (200000/50000 POPS) #now part of Uzbekistan 1191 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 978.5 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 128.75 - } - - officers = { - culture = uzbek - religion = sunni - size = 128.75 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 463.5 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2369.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1120 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 36191.5 - } - - slaves = { - culture = persian - religion = shiite - size = 2060.0 - } - - slaves = { - culture = russian - religion = orthodox - size = 2060.0 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 978.5 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 128.75 + } + + officers = { + culture = uzbek + religion = sunni + size = 128.75 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 463.5 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2369.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1120 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 36191.5 + } + + slaves = { + culture = persian + religion = shiite + size = 2060.0 + } + + slaves = { + culture = russian + religion = orthodox + size = 2060.0 + } } #Nukus (180000/45000 POPS) #now part of Uzbekistan 1192 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 412.0 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 231.75 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2184.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1120 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 17844.75 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 283.25 - } - - clergymen = { - culture = kazak - religion = sunni - size = 128.75 - } - - artisans = { - culture = kazak - religion = sunni - size = 721.0 - } - - soldiers = { - culture = kazak - religion = sunni - size= 128 - - } - - farmers = { - culture = kazak - religion = sunni - size = 14317.0 - } - - slaves = { - culture = persian - religion = shiite - size = 2060.0 - } - - slaves = { - culture = russian - religion = orthodox - size = 1030.0 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 77.25 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 77.25 - } - - artisans = { - culture = turkmen - religion = sunni - size = 180.25 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 25 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 3759.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 412.0 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 231.75 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2184.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1120 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 17844.75 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 283.25 + } + + clergymen = { + culture = kazak + religion = sunni + size = 128.75 + } + + artisans = { + culture = kazak + religion = sunni + size = 721.0 + } + + soldiers = { + culture = kazak + religion = sunni + size= 128 + + } + + farmers = { + culture = kazak + religion = sunni + size = 14317.0 + } + + slaves = { + culture = persian + religion = shiite + size = 2060.0 + } + + slaves = { + culture = russian + religion = orthodox + size = 1030.0 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 77.25 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 77.25 + } + + artisans = { + culture = turkmen + religion = sunni + size = 180.25 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 25 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 3759.5 + } } #Mawarannahr Region (524000) #see Kazakhstan.txt, Tajikistan.txt, Kirghizstan.txt for balance of region #under the rule of Kokand in 1836 #Tashkent (224000/56000 POPS) 1195 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 927.0 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 463.5 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2369.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1120 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 40015.5 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 51.5 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 25.75 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 128.75 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 25 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 2858.25 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 128.75 - } - - clergymen = { - culture = tajik - religion = sunni - size = 51.5 - } - - artisans = { - culture = tajik - religion = sunni - size = 334.75 - } - - soldiers = { - culture = tajik - religion = sunni - size= 51 - - } - - farmers = { - culture = tajik - religion = sunni - size = 6643.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 927.0 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 463.5 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2369.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1120 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 40015.5 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 51.5 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 25.75 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 128.75 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 25 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 2858.25 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 128.75 + } + + clergymen = { + culture = tajik + religion = sunni + size = 51.5 + } + + artisans = { + culture = tajik + religion = sunni + size = 334.75 + } + + soldiers = { + culture = tajik + religion = sunni + size= 51 + + } + + farmers = { + culture = tajik + religion = sunni + size = 6643.5 + } } #Kokand (300000/75000 POPS) 1202 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 1133.0 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 206.0 - } - - officers = { - culture = uzbek - religion = sunni - size = 231.75 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 566.5 - } - - artisans = { - culture = uzbek - religion = sunni - size = 7261.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 592 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 45740.5 - } - - aristocrats = { - culture = kirgiz - religion = sunni - size = 309.0 - } - - clergymen = { - culture = kirgiz - religion = sunni - size = 154.5 - } - - artisans = { - culture = kirgiz - religion = sunni - size = 824.0 - } - - soldiers = { - culture = kirgiz - religion = sunni - size= 154 - - } - - farmers = { - culture = kirgiz - religion = sunni - size = 15038.0 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 51.5 - } - - artisans = { - culture = tajik - religion = sunni - size = 154.5 - } - - soldiers = { - culture = tajik - religion = sunni - size= 25 - - } - - farmers = { - culture = tajik - religion = sunni - size = 2703.75 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 1133.0 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 206.0 + } + + officers = { + culture = uzbek + religion = sunni + size = 231.75 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 566.5 + } + + artisans = { + culture = uzbek + religion = sunni + size = 7261.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 592 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 45740.5 + } + + aristocrats = { + culture = kirgiz + religion = sunni + size = 309.0 + } + + clergymen = { + culture = kirgiz + religion = sunni + size = 154.5 + } + + artisans = { + culture = kirgiz + religion = sunni + size = 824.0 + } + + soldiers = { + culture = kirgiz + religion = sunni + size= 154 + + } + + farmers = { + culture = kirgiz + religion = sunni + size = 15038.0 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 51.5 + } + + artisans = { + culture = tajik + religion = sunni + size = 154.5 + } + + soldiers = { + culture = tajik + religion = sunni + size= 25 + + } + + farmers = { + culture = tajik + religion = sunni + size = 2703.75 + } } #under the rule of Bukhara in 1836 #Bukhara (868000/217000 POPS) 1198 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 3862.5 - } - - bureaucrats = { - culture = uzbek - religion = sunni - size = 540.75 - } - - officers = { - culture = uzbek - religion = sunni - size = 489.25 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 2060.0 - } - - artisans = { - culture = uzbek - religion = sunni - size = 4429.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1480 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 174018.5 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 283.25 - } - - clergymen = { - culture = tajik - religion = sunni - size = 128.75 - } - - artisans = { - culture = tajik - religion = sunni - size = 721.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 128 - - } - - farmers = { - culture = tajik - religion = sunni - size = 13158.25 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 25.75 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 51 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 3476.25 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 51.5 - } - - artisans = { - culture = sephardic - religion = jewish - size = 2008.5 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 3862.5 + } + + bureaucrats = { + culture = uzbek + religion = sunni + size = 540.75 + } + + officers = { + culture = uzbek + religion = sunni + size = 489.25 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 2060.0 + } + + artisans = { + culture = uzbek + religion = sunni + size = 4429.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1480 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 174018.5 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 283.25 + } + + clergymen = { + culture = tajik + religion = sunni + size = 128.75 + } + + artisans = { + culture = tajik + religion = sunni + size = 721.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 128 + + } + + farmers = { + culture = tajik + religion = sunni + size = 13158.25 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 25.75 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 51 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 3476.25 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 51.5 + } + + artisans = { + culture = sephardic + religion = jewish + size = 2008.5 + } } #Samarkand (544000/136000 POPS) 1199 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 2317.5 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 1287.5 - } - - artisans = { - culture = uzbek - religion = sunni - size = 4841.0 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 3000 - - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1210 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 114124.0 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 51.5 - } - - clergymen = { - culture = tajik - religion = sunni - size = 51.5 - } - - artisans = { - culture = tajik - religion = sunni - size = 309.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 51 - - } - - farmers = { - culture = tajik - religion = sunni - size = 5768.0 - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 77.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 51.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1545.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 51 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 2394.75 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 2317.5 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 1287.5 + } + + artisans = { + culture = uzbek + religion = sunni + size = 4841.0 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 3000 + + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1210 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 114124.0 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 51.5 + } + + clergymen = { + culture = tajik + religion = sunni + size = 51.5 + } + + artisans = { + culture = tajik + religion = sunni + size = 309.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 51 + + } + + farmers = { + culture = tajik + religion = sunni + size = 5768.0 + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 77.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 51.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1545.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 51 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 2394.75 + } } #Qarshi (280000/70000 POPS) 1200 = { - aristocrats = { - culture = uzbek - religion = sunni - size = 1030.0 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 515.0 - } - - artisans = { - culture = uzbek - religion = sunni - size = 2626.5 - } - - soldiers = { - culture = uzbek - religion = sunni - size= 1540 - - } - - farmers = { - culture = uzbek - religion = sunni - size = 47817.75 - } - - aristocrats = { - culture = tajik - religion = sunni - size = 231.75 - } - - clergymen = { - culture = tajik - religion = sunni - size = 103.0 - } - - artisans = { - culture = tajik - religion = sunni - size = 515.0 - } - - soldiers = { - culture = tajik - religion = sunni - size= 103 - - } - - farmers = { - culture = tajik - religion = sunni - size = 11407.25 - } - - aristocrats = { - culture = turkmen - religion = sunni - size = 154.5 - } - - clergymen = { - culture = turkmen - religion = sunni - size = 51.5 - } - - artisans = { - culture = turkmen - religion = sunni - size = 309.0 - } - - soldiers = { - culture = turkmen - religion = sunni - size= 77 - - } - - farmers = { - culture = turkmen - religion = sunni - size = 6617.75 - } + aristocrats = { + culture = uzbek + religion = sunni + size = 1030.0 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 515.0 + } + + artisans = { + culture = uzbek + religion = sunni + size = 2626.5 + } + + soldiers = { + culture = uzbek + religion = sunni + size= 1540 + + } + + farmers = { + culture = uzbek + religion = sunni + size = 47817.75 + } + + aristocrats = { + culture = tajik + religion = sunni + size = 231.75 + } + + clergymen = { + culture = tajik + religion = sunni + size = 103.0 + } + + artisans = { + culture = tajik + religion = sunni + size = 515.0 + } + + soldiers = { + culture = tajik + religion = sunni + size= 103 + + } + + farmers = { + culture = tajik + religion = sunni + size = 11407.25 + } + + aristocrats = { + culture = turkmen + religion = sunni + size = 154.5 + } + + clergymen = { + culture = turkmen + religion = sunni + size = 51.5 + } + + artisans = { + culture = turkmen + religion = sunni + size = 309.0 + } + + soldiers = { + culture = turkmen + religion = sunni + size= 77 + + } + + farmers = { + culture = turkmen + religion = sunni + size = 6617.75 + } } diff --git a/HPM/history/pops/1861.4.14/Vanuatu.txt b/HPM/history/pops/1861.4.14/Vanuatu.txt index bdc18904..12f120be 100644 --- a/HPM/history/pops/1861.4.14/Vanuatu.txt +++ b/HPM/history/pops/1861.4.14/Vanuatu.txt @@ -1,33 +1,33 @@ #Southern Melanesia (28000) #see New Caledonia.txt for balance of region -#New Hebrides (28000/7000 POPS) +#New Hebrides (28000/7000 POPS) 2535 = { - aristocrats = { - culture = melanesian - religion = animist - size = 125 - } + aristocrats = { + culture = melanesian + religion = animist + size = 125 + } - clergymen = { - culture = melanesian - religion = animist - size = 75 - } + clergymen = { + culture = melanesian + religion = animist + size = 75 + } - artisans = { - culture = melanesian - religion = animist - size = 350 - } + artisans = { + culture = melanesian + religion = animist + size = 350 + } - soldiers = { - culture = melanesian - religion = animist - size = 75 - } + soldiers = { + culture = melanesian + religion = animist + size = 75 + } - farmers = { - culture = melanesian - religion = animist - size = 6375 - } + farmers = { + culture = melanesian + religion = animist + size = 6375 + } } diff --git a/HPM/history/pops/1861.4.14/Venezuela.txt b/HPM/history/pops/1861.4.14/Venezuela.txt index e664e3a1..7cd48c7a 100644 --- a/HPM/history/pops/1861.4.14/Venezuela.txt +++ b/HPM/history/pops/1861.4.14/Venezuela.txt @@ -1,1018 +1,1018 @@ #Caracas Region (602000) #Caracas (412000/103000 POPS) 2264 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 1125 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 1125 - } - - officers = { - culture = north_andean - religion = catholic - size = 200 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 1100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 3550 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 5000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 65500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 925 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 14000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 9000 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 1125 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 1125 + } + + officers = { + culture = north_andean + religion = catholic + size = 200 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 1100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 3550 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 5000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 65500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 925 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 14000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 9000 + } } #Cumana (40000/10000 POPS) 2267 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 125 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 635 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 6000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 40 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1100 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 500 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 125 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 635 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 6000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 40 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1100 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 500 + } } #San Felipe (82000/20500 POPS) 2268 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 2500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 13000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2400 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 825 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 2500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 13000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2400 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 825 + } } #Guiria (68000/17000 POPS) 2269 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 200 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 975 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 2000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 12000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 40 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 1600 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 200 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 975 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 2000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 12000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 40 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 1600 + } } #Llanos Region (135000) #Guanare (24000/6000 POPS) 2265 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 100 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 250 - } - - officers = { - culture = north_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 525 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 250 - } - - farmers = { - culture = north_andean - religion = catholic - size = 3250 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 20 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 800 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 620 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 100 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 250 + } + + officers = { + culture = north_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 525 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 250 + } + + farmers = { + culture = north_andean + religion = catholic + size = 3250 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 20 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 800 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 620 + } } #Calabozo (62000/15500 POPS) 2266 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 225 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 100 - } - - artisans = { - culture = north_andean - religion = catholic - size = 675 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 10000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 100 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 2000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 825 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 225 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 100 + } + + artisans = { + culture = north_andean + religion = catholic + size = 675 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 10000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 100 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 2000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 825 + } } #Barinas (49000/12250 POPS) 2274 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 75 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1100 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 6000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 25 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 10 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 800 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 615 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 50 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 300 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 100 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 2550 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 75 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1100 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 6000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 25 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 10 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 800 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 615 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 50 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 300 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 100 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 2550 + } } #Zulia Region (584000) #Maracaibo (155000/38750 POPS) 2270 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 1250 - } - - officers = { - culture = north_andean - religion = catholic - size = 275 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 275 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1500 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 15000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 1325 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 1500 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 9000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 3500 - } - - clergymen = { - culture = amazonian #guajiro - religion = catholic - size = 25 - } - - artisans = { - culture = amazonian #guajiro - religion = catholic - size = 100 - } - - soldiers = { - culture = amazonian #guajiro - religion = catholic - size = 25 - } - - farmers = { - culture = amazonian #guajiro - religion = catholic - size = 1350 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 1250 + } + + officers = { + culture = north_andean + religion = catholic + size = 275 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 275 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1500 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 15000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 1325 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 1500 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 9000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 3500 + } + + clergymen = { + culture = amazonian #guajiro + religion = catholic + size = 25 + } + + artisans = { + culture = amazonian #guajiro + religion = catholic + size = 100 + } + + soldiers = { + culture = amazonian #guajiro + religion = catholic + size = 25 + } + + farmers = { + culture = amazonian #guajiro + religion = catholic + size = 1350 + } } #Valera (196000/49000 POPS) 2271 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 650 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 300 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 2500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 36000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 4000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1700 - } - - clergymen = { - culture = native_american_minor - religion = catholic - size = 25 - } - - artisans = { - culture = native_american_minor - religion = catholic - size = 100 - } - - soldiers = { - culture = native_american_minor - religion = catholic - size = 25 - } - - farmers = { - culture = native_american_minor - religion = catholic - size = 1350 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 650 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 300 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 2500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 36000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 4000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1700 + } + + clergymen = { + culture = native_american_minor + religion = catholic + size = 25 + } + + artisans = { + culture = native_american_minor + religion = catholic + size = 100 + } + + soldiers = { + culture = native_american_minor + religion = catholic + size = 25 + } + + farmers = { + culture = native_american_minor + religion = catholic + size = 1350 + } } #Coro (86000/21500 POPS) 2272 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 325 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 125 - } - - artisans = { - culture = north_andean - religion = catholic - size = 1050 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1500 - } - - farmers = { - culture = north_andean - religion = catholic - size = 12500 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 4000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 325 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 125 + } + + artisans = { + culture = north_andean + religion = catholic + size = 1050 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1500 + } + + farmers = { + culture = north_andean + religion = catholic + size = 12500 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 4000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1700 + } } #Barquisimento (147000/36750 POPS) 2273 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 525 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 225 - } - - artisans = { - culture = north_andean - religion = catholic - size = 5000 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 3000 - } - - farmers = { - culture = north_andean - religion = catholic - size = 22000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 200 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 4000 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 525 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 225 + } + + artisans = { + culture = north_andean + religion = catholic + size = 5000 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 3000 + } + + farmers = { + culture = north_andean + religion = catholic + size = 22000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 200 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 4000 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1700 + } } #Orinoco Region (175000) #Angostura (37000/9250 POPS) 2275 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 175 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 50 - } - - artisans = { - culture = north_andean - religion = catholic - size = 250 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 5675 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 175 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 50 + } + + artisans = { + culture = north_andean + religion = catholic + size = 250 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 5675 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #Curiapo (118000/29500 POPS) 2276 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 550 - } - - bureaucrats = { - culture = north_andean - religion = catholic - size = 175 - } - - officers = { - culture = north_andean - religion = catholic - size = 50 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 225 - } - - artisans = { - culture = north_andean - religion = catholic - size = 2200 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 1100 - } - - farmers = { - culture = north_andean - religion = catholic - size = 20000 - } - - clergymen = { - culture = afro_caribeno - religion = catholic - size = 75 - } - - artisans = { - culture = afro_caribeno - religion = catholic - size = 250 - } - - soldiers = { - culture = afro_caribeno - religion = catholic - size = 50 - } - - farmers = { - culture = afro_caribeno - religion = catholic - size = 3625 - } - - slaves = { - culture = afro_caribeno - religion = catholic - size = 1300 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 550 + } + + bureaucrats = { + culture = north_andean + religion = catholic + size = 175 + } + + officers = { + culture = north_andean + religion = catholic + size = 50 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 225 + } + + artisans = { + culture = north_andean + religion = catholic + size = 2200 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 1100 + } + + farmers = { + culture = north_andean + religion = catholic + size = 20000 + } + + clergymen = { + culture = afro_caribeno + religion = catholic + size = 75 + } + + artisans = { + culture = afro_caribeno + religion = catholic + size = 250 + } + + soldiers = { + culture = afro_caribeno + religion = catholic + size = 50 + } + + farmers = { + culture = afro_caribeno + religion = catholic + size = 3625 + } + + slaves = { + culture = afro_caribeno + religion = catholic + size = 1300 + } } #El Jobal (16000/4000 POPS) 2277 = { - aristocrats = { - culture = north_andean - religion = catholic - size = 15 - } - - clergymen = { - culture = north_andean - religion = catholic - size = 25 - } - - artisans = { - culture = north_andean - religion = catholic - size = 50 - } - - soldiers = { - culture = north_andean - religion = catholic - size = 10 - } - - farmers = { - culture = north_andean - religion = catholic - size = 900 - } - - aristocrats = { - culture = amazonian - religion = animist - size = 50 - } - - clergymen = { - culture = amazonian - religion = animist - size = 75 - } - - artisans = { - culture = amazonian - religion = animist - size = 150 - } - - soldiers = { - culture = amazonian - religion = animist - size = 25 - } - - farmers = { - culture = amazonian - religion = animist - size = 2700 - } + aristocrats = { + culture = north_andean + religion = catholic + size = 15 + } + + clergymen = { + culture = north_andean + religion = catholic + size = 25 + } + + artisans = { + culture = north_andean + religion = catholic + size = 50 + } + + soldiers = { + culture = north_andean + religion = catholic + size = 10 + } + + farmers = { + culture = north_andean + religion = catholic + size = 900 + } + + aristocrats = { + culture = amazonian + religion = animist + size = 50 + } + + clergymen = { + culture = amazonian + religion = animist + size = 75 + } + + artisans = { + culture = amazonian + religion = animist + size = 150 + } + + soldiers = { + culture = amazonian + religion = animist + size = 25 + } + + farmers = { + culture = amazonian + religion = animist + size = 2700 + } } #San Fernando de Atabapo (4000/1000 POPS) 2278 = { - aristocrats = { - culture = amazonian - religion = animist - size = 10 - } - - clergymen = { - culture = amazonian - religion = animist - size = 25 - } - - artisans = { - culture = amazonian - religion = animist - size = 50 - } - - soldiers = { - culture = amazonian - religion = animist - size = 15 - } - - farmers = { - culture = amazonian - religion = animist - size = 900 - } + aristocrats = { + culture = amazonian + religion = animist + size = 10 + } + + clergymen = { + culture = amazonian + religion = animist + size = 25 + } + + artisans = { + culture = amazonian + religion = animist + size = 50 + } + + soldiers = { + culture = amazonian + religion = animist + size = 15 + } + + farmers = { + culture = amazonian + religion = animist + size = 900 + } } diff --git a/HPM/history/pops/1861.4.14/Vietnam.txt b/HPM/history/pops/1861.4.14/Vietnam.txt index f3ee9856..53272978 100644 --- a/HPM/history/pops/1861.4.14/Vietnam.txt +++ b/HPM/history/pops/1861.4.14/Vietnam.txt @@ -2,1263 +2,1263 @@ #under the rule of Annam in 1836 #Hanoi (808000/202000 POPS) 1369 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 3708.0 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 1133.0 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 643.75 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1673.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 10000.0 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 5235.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1725 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 130861.25 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 8240.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1287.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 721.0 - } - - clergymen = { - culture = min - religion = mahayana - size = 51.5 - } - - artisans = { - culture = min - religion = mahayana - size = 1287.5 - } - - farmers = { - culture = min - religion = mahayana - size = 721.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 180.25 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 3605.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 20934.75 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 3708.0 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 1133.0 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 643.75 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1673.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 10000.0 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 5235.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1725 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 130861.25 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 8240.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1287.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 721.0 + } + + clergymen = { + culture = min + religion = mahayana + size = 51.5 + } + + artisans = { + culture = min + religion = mahayana + size = 1287.5 + } + + farmers = { + culture = min + religion = mahayana + size = 721.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 180.25 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 3605.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 20934.75 + } } #Haiphong (596000/149000 POPS) 1370 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2832.5 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1364.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 6746.5 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 364 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 120621.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 51.5 - } - - artisans = { - culture = yue - religion = mahayana - size = 1287.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 721.0 - } - - clergymen = { - culture = min - religion = mahayana - size = 51.5 - } - - artisans = { - culture = min - religion = mahayana - size = 1287.5 - } - - farmers = { - culture = min - religion = mahayana - size = 721.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 103.0 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 721.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 13596.0 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2832.5 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1364.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 6746.5 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 364 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 120621.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 51.5 + } + + artisans = { + culture = yue + religion = mahayana + size = 1287.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 721.0 + } + + clergymen = { + culture = min + religion = mahayana + size = 51.5 + } + + artisans = { + culture = min + religion = mahayana + size = 1287.5 + } + + farmers = { + culture = min + religion = mahayana + size = 721.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 103.0 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 721.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 13596.0 + } } #Cao Bang (272000/68000 POPS) 1371 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1081.5 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 515.0 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2678.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 230 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 46004.0 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2060.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 77.25 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 309.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 5793.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 206.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 103.0 - } - - artisans = { - culture = asian_minor - religion = animist - size = 515.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 103 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 9373.0 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1081.5 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 515.0 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2678.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 230 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 46004.0 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2060.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 77.25 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 309.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 5793.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 206.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 103.0 + } + + artisans = { + culture = asian_minor + religion = animist + size = 515.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 103 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 9373.0 + } } #Son La (300000/75000 POPS) 1372 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1133.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 566.5 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2781.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 130 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 48009.5 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 1030.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 77.25 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 309.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 5793.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 283.25 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 128.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 721.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 154 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 13132.5 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1133.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 566.5 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2781.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 130 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 48009.5 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 1030.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 77.25 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 309.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 5793.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 283.25 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 128.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 721.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 154 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 13132.5 + } } #Lang Son (324000/81000 POPS) 1373 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 1467.75 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 721.0 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 3553.5 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 230 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 62077.15 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2060.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 360.5 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 6798.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 1699.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 1313.25 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 1467.75 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 721.0 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 3553.5 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 230 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 62077.15 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2060.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 360.5 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 6798.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 1699.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 1313.25 + } } #Thanh Hoa (484000/121000 POPS) 1374 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2317.5 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1158.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 5665.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 133 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 101025.75 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 3090.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 566.5 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 10712.0 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2317.5 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1158.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 5665.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 133 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 101025.75 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 3090.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 566.5 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 10712.0 + } } #Annam Region (2148000) #under the rule of Annam in 1836 #Hue (1080000/270000 POPS) 1375 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 4892.5 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 875.5 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 540.75 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 2317.5 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 7699.25 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1317 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 206047.0 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 9270.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 231.75 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 1055.75 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 30642.5 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 4120.0 - } - - farmers = { - culture = yue - religion = mahayana - size = 3012.75 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 4892.5 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 875.5 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 540.75 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 2317.5 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 7699.25 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1317 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 206047.0 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 9270.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 231.75 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 1055.75 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 30642.5 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 4120.0 + } + + farmers = { + culture = yue + religion = mahayana + size = 3012.75 + } } #Vinh (524000/131000 POPS) 1376 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 2575.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1261.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 6334.5 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 287 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 113231.25 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 412.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 7776.5 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 2575.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1261.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 6334.5 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 287 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 113231.25 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 412.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 7776.5 + } } #Tourane (276000/69000 POPS) 1377 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 824.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 412.0 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2060.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 3000 - - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 230 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 34674.0 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2060.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 206.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 3862.5 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 463.5 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 231.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1133.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 231 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 20574.25 - } - - clergymen = { - culture = yue - religion = mahayana - size = 25.75 - } - - artisans = { - culture = yue - religion = mahayana - size = 566.5 - } - - farmers = { - culture = yue - religion = mahayana - size = 437.75 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 824.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 412.0 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2060.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 3000 + + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 230 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 34674.0 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2060.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 206.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 3862.5 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 463.5 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 231.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1133.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 231 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 20574.25 + } + + clergymen = { + culture = yue + religion = mahayana + size = 25.75 + } + + artisans = { + culture = yue + religion = mahayana + size = 566.5 + } + + farmers = { + culture = yue + religion = mahayana + size = 437.75 + } } #Pleiku (148000 37000 POPS) 1378 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 721.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 334.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 1751.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1360 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 30852.75 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 2060.0 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 206.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 3862.5 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 721.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 334.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 1751.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1360 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 30852.75 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 2060.0 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 206.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 3862.5 + } } #Quinhon (120000/30000 POPS) 1379 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 154.5 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 309.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 77 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 5587.75 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 515.0 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 231.75 - } - - artisans = { - culture = asian_minor - religion = animist - size = 1236.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 257 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 22479.75 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 154.5 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 309.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 77 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 5587.75 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 515.0 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 231.75 + } + + artisans = { + culture = asian_minor + religion = animist + size = 1236.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 257 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 22479.75 + } } #Cochinchina Region (1384000) #under the rule of Annam in 1836 #Saigon (848000/212000 POPS) 1380 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 3708.0 - } - - bureaucrats = { - culture = vietnamese - religion = mahayana - size = 334.75 - } - - officers = { - culture = vietnamese - religion = mahayana - size = 309.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 1828.25 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 7725.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1828 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 166576.75 - } - - slaves = { - culture = vietnamese - religion = mahayana - size = 8240.0 - } - - clergymen = { - culture = yue - religion = mahayana - size = 77.25 - } - - artisans = { - culture = yue - religion = mahayana - size = 2163.0 - } - - farmers = { - culture = yue - religion = mahayana - size = 1879.75 - } - - clergymen = { - culture = min - religion = mahayana - size = 51.5 - } - - artisans = { - culture = min - religion = mahayana - size = 1648.0 - } - - farmers = { - culture = min - religion = mahayana - size = 1390.5 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 128.75 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 1030.0 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 19441.25 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 3708.0 + } + + bureaucrats = { + culture = vietnamese + religion = mahayana + size = 334.75 + } + + officers = { + culture = vietnamese + religion = mahayana + size = 309.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 1828.25 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 7725.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1828 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 166576.75 + } + + slaves = { + culture = vietnamese + religion = mahayana + size = 8240.0 + } + + clergymen = { + culture = yue + religion = mahayana + size = 77.25 + } + + artisans = { + culture = yue + religion = mahayana + size = 2163.0 + } + + farmers = { + culture = yue + religion = mahayana + size = 1879.75 + } + + clergymen = { + culture = min + religion = mahayana + size = 51.5 + } + + artisans = { + culture = min + religion = mahayana + size = 1648.0 + } + + farmers = { + culture = min + religion = mahayana + size = 1390.5 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 128.75 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 1030.0 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 19441.25 + } } #Dongquai (244000/61000 POPS) 1381 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 927.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 489.25 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 2472.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 2489 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 43062.5 - } - - clergymen = { - culture = vietnamese - religion = catholic - size = 51.5 - } - - artisans = { - culture = vietnamese - religion = catholic - size = 257.5 - } - - farmers = { - culture = vietnamese - religion = catholic - size = 4841.0 - } - - aristocrats = { - culture = asian_minor - religion = animist - size = 180.25 - } - - clergymen = { - culture = asian_minor - religion = animist - size = 77.25 - } - - artisans = { - culture = asian_minor - religion = animist - size = 412.0 - } - - soldiers = { - culture = asian_minor - religion = animist - size= 77 - - } - - farmers = { - culture = asian_minor - religion = animist - size = 7493.25 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 927.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 489.25 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 2472.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 2489 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 43062.5 + } + + clergymen = { + culture = vietnamese + religion = catholic + size = 51.5 + } + + artisans = { + culture = vietnamese + religion = catholic + size = 257.5 + } + + farmers = { + culture = vietnamese + religion = catholic + size = 4841.0 + } + + aristocrats = { + culture = asian_minor + religion = animist + size = 180.25 + } + + clergymen = { + culture = asian_minor + religion = animist + size = 77.25 + } + + artisans = { + culture = asian_minor + religion = animist + size = 412.0 + } + + soldiers = { + culture = asian_minor + religion = animist + size= 77 + + } + + farmers = { + culture = asian_minor + religion = animist + size = 7493.25 + } } #Hatien (172000/43000 POPS) 1382 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 309.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 128.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 721.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1154 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 12106.75 - } - - clergymen = { - culture = khmer - religion = theravada - size = 309.0 - } - - artisans = { - culture = khmer - religion = theravada - size = 1493.5 - } - - soldiers = { - culture = khmer - religion = theravada - size= 257 - - } - - farmers = { - culture = khmer - religion = theravada - size = 27810.0 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 309.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 128.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 721.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1154 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 12106.75 + } + + clergymen = { + culture = khmer + religion = theravada + size = 309.0 + } + + artisans = { + culture = khmer + religion = theravada + size = 1493.5 + } + + soldiers = { + culture = khmer + religion = theravada + size= 257 + + } + + farmers = { + culture = khmer + religion = theravada + size = 27810.0 + } } #Vinhlong (120000/30000 POPS) 1383 = { - aristocrats = { - culture = vietnamese - religion = mahayana - size = 309.0 - } - - clergymen = { - culture = vietnamese - religion = mahayana - size = 128.75 - } - - artisans = { - culture = vietnamese - religion = mahayana - size = 721.0 - } - - soldiers = { - culture = vietnamese - religion = mahayana - size= 1130 - - } - - farmers = { - culture = vietnamese - religion = mahayana - size = 12131.25 - } - - clergymen = { - culture = khmer - religion = theravada - size = 154.5 - } - - artisans = { - culture = khmer - religion = theravada - size = 824.0 - } - - soldiers = { - culture = khmer - religion = theravada - size= 154 - - } - - farmers = { - culture = khmer - religion = theravada - size = 15347.0 - } + aristocrats = { + culture = vietnamese + religion = mahayana + size = 309.0 + } + + clergymen = { + culture = vietnamese + religion = mahayana + size = 128.75 + } + + artisans = { + culture = vietnamese + religion = mahayana + size = 721.0 + } + + soldiers = { + culture = vietnamese + religion = mahayana + size= 1130 + + } + + farmers = { + culture = vietnamese + religion = mahayana + size = 12131.25 + } + + clergymen = { + culture = khmer + religion = theravada + size = 154.5 + } + + artisans = { + culture = khmer + religion = theravada + size = 824.0 + } + + soldiers = { + culture = khmer + religion = theravada + size= 154 + + } + + farmers = { + culture = khmer + religion = theravada + size = 15347.0 + } } diff --git a/HPM/history/pops/1861.4.14/Virgin Islands.txt b/HPM/history/pops/1861.4.14/Virgin Islands.txt index 7f2f6296..2882715f 100644 --- a/HPM/history/pops/1861.4.14/Virgin Islands.txt +++ b/HPM/history/pops/1861.4.14/Virgin Islands.txt @@ -1,45 +1,45 @@ #Danish West Indies Region #see Leeward Islands.txt for BVI #Saint Thomas (38300/9575 POPS) 2223 = { - aristocrats = { - culture = danish - religion = protestant - size = 175 - } + aristocrats = { + culture = danish + religion = protestant + size = 175 + } - bureaucrats = { - culture = danish - religion = protestant - size = 25 - } + bureaucrats = { + culture = danish + religion = protestant + size = 25 + } - artisans = { - culture = danish - religion = protestant - size = 325 - } + artisans = { + culture = danish + religion = protestant + size = 325 + } - farmers = { - culture = danish - religion = protestant - size = 345 - } + farmers = { + culture = danish + religion = protestant + size = 345 + } - artisans = { - culture = afro_caribbean - religion = catholic - size = 135 - } + artisans = { + culture = afro_caribbean + religion = catholic + size = 135 + } - farmers = { - culture = afro_caribbean - religion = catholic - size = 2910 - } + farmers = { + culture = afro_caribbean + religion = catholic + size = 2910 + } - slaves = { - culture = afro_caribbean - religion = catholic - size = 5660 - } -} \ No newline at end of file + slaves = { + culture = afro_caribbean + religion = catholic + size = 5660 + } +} diff --git a/HPM/history/pops/1861.4.14/West Sahara.txt b/HPM/history/pops/1861.4.14/West Sahara.txt index ef040304..b9a64850 100644 --- a/HPM/history/pops/1861.4.14/West Sahara.txt +++ b/HPM/history/pops/1861.4.14/West Sahara.txt @@ -1,127 +1,127 @@ #Rio de Oro Region (20000) #see Mauritania.txt for balance of region -#uncolonized in 1836 +#uncolonized in 1836 #Al Aiyun (12000/3000 POPS) aguia el-Hamra 1773 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 100 - } - - aristocrats = { - culture = berber - religion = sunni - size = 25 - } - - clergymen = { - culture = berber - religion = sunni - size = 50 - } - - artisans = { - culture = berber - religion = sunni - size = 100 - } - - soldiers = { - culture = berber - religion = sunni - size = 25 - } - - farmers = { - culture = berber - religion = sunni - size = 800 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 100 + } + + aristocrats = { + culture = berber + religion = sunni + size = 25 + } + + clergymen = { + culture = berber + religion = sunni + size = 50 + } + + artisans = { + culture = berber + religion = sunni + size = 100 + } + + soldiers = { + culture = berber + religion = sunni + size = 25 + } + + farmers = { + culture = berber + religion = sunni + size = 800 + } } -#Dahkla (8000/2000 POPS) +#Dahkla (8000/2000 POPS) 1774 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 10 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 15 - } - - artisans = { - culture = bedouin - religion = sunni - size = 50 - } - - soldiers = { - culture = bedouin - religion = sunni - size = 25 - } - - farmers = { - culture = bedouin - religion = sunni - size = 300 - } - - aristocrats = { - culture = maures - religion = sunni - size = 10 - } - - clergymen = { - culture = maures - religion = sunni - size = 15 - } - - artisans = { - culture = maures - religion = sunni - size = 50 - } - - soldiers = { - culture = maures - religion = sunni - size = 25 - } - - farmers = { - culture = maures - religion = sunni - size = 300 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 10 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 15 + } + + artisans = { + culture = bedouin + religion = sunni + size = 50 + } + + soldiers = { + culture = bedouin + religion = sunni + size = 25 + } + + farmers = { + culture = bedouin + religion = sunni + size = 300 + } + + aristocrats = { + culture = maures + religion = sunni + size = 10 + } + + clergymen = { + culture = maures + religion = sunni + size = 15 + } + + artisans = { + culture = maures + religion = sunni + size = 50 + } + + soldiers = { + culture = maures + religion = sunni + size = 25 + } + + farmers = { + culture = maures + religion = sunni + size = 300 + } } diff --git a/HPM/history/pops/1861.4.14/Windward Islands.txt b/HPM/history/pops/1861.4.14/Windward Islands.txt index 9c761fc4..9d1983de 100644 --- a/HPM/history/pops/1861.4.14/Windward Islands.txt +++ b/HPM/history/pops/1861.4.14/Windward Islands.txt @@ -1,270 +1,270 @@ #Windward Islands Region - 268600 #Barbados (152700/38175 POPS) 2229 = { - aristocrats = { - culture = british - religion = protestant - size = 75 - } - - bureaucrats = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = british - religion = protestant - size = 75 - } - - artisans = { - culture = british - religion = protestant - size = 2675 - } - - soldiers = { - culture = british - religion = protestant - size = 100 - } - - farmers = { - culture = british - religion = protestant - size = 1500 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 120 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 4200 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 380 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 28900 - } + aristocrats = { + culture = british + religion = protestant + size = 75 + } + + bureaucrats = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = british + religion = protestant + size = 75 + } + + artisans = { + culture = british + religion = protestant + size = 2675 + } + + soldiers = { + culture = british + religion = protestant + size = 100 + } + + farmers = { + culture = british + religion = protestant + size = 1500 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 120 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 4200 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 380 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 28900 + } } #Saint Lucia (27100/6775 POPS) 2231 = { - aristocrats = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 200 - } - - farmers = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 175 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 100 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 6000 - } + aristocrats = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 200 + } + + farmers = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 175 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 100 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 6000 + } } #Dominica (25100/6275 POPS) 2232 = { - aristocrats = { - culture = british - religion = protestant - size = 15 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - artisans = { - culture = british - religion = protestant - size = 170 - } - - farmers = { - culture = british - religion = protestant - size = 130 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 65 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 200 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 70 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 5610 - } + aristocrats = { + culture = british + religion = protestant + size = 15 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + artisans = { + culture = british + religion = protestant + size = 170 + } + + farmers = { + culture = british + religion = protestant + size = 130 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 65 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 200 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 70 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 5610 + } } #Grenada (31900/7975 POPS) 2233 = { - aristocrats = { - culture = british - religion = protestant - size = 25 - } - - clergymen = { - culture = british - religion = protestant - size = 25 - } - - artisans = { - culture = british - religion = protestant - size = 260 - } - - soldiers = { - culture = british - religion = protestant - size = 10 - } - - farmers = { - culture = british - religion = protestant - size = 210 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 55 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 160 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 80 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 7150 - } + aristocrats = { + culture = british + religion = protestant + size = 25 + } + + clergymen = { + culture = british + religion = protestant + size = 25 + } + + artisans = { + culture = british + religion = protestant + size = 260 + } + + soldiers = { + culture = british + religion = protestant + size = 10 + } + + farmers = { + culture = british + religion = protestant + size = 210 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 55 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 160 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 80 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 7150 + } } #Saint Vincent (31800/7950 POPS) 2409 = { - aristocrats = { - culture = british - religion = protestant - size = 15 - } - - clergymen = { - culture = british - religion = protestant - size = 15 - } - - artisans = { - culture = british - religion = protestant - size = 200 - } - - farmers = { - culture = british - religion = protestant - size = 150 - } - - clergymen = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - artisans = { - culture = afro_caribbean - religion = protestant - size = 300 - } - - soldiers = { - culture = afro_caribbean - religion = protestant - size = 75 - } - - farmers = { - culture = afro_caribbean - religion = protestant - size = 7120 - } - -} \ No newline at end of file + aristocrats = { + culture = british + religion = protestant + size = 15 + } + + clergymen = { + culture = british + religion = protestant + size = 15 + } + + artisans = { + culture = british + religion = protestant + size = 200 + } + + farmers = { + culture = british + religion = protestant + size = 150 + } + + clergymen = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + artisans = { + culture = afro_caribbean + religion = protestant + size = 300 + } + + soldiers = { + culture = afro_caribbean + religion = protestant + size = 75 + } + + farmers = { + culture = afro_caribbean + religion = protestant + size = 7120 + } + +} diff --git a/HPM/history/pops/1861.4.14/Xinjiang.txt b/HPM/history/pops/1861.4.14/Xinjiang.txt index 35a79f35..ad05c495 100644 --- a/HPM/history/pops/1861.4.14/Xinjiang.txt +++ b/HPM/history/pops/1861.4.14/Xinjiang.txt @@ -1,713 +1,713 @@ #Xinjiang Region (1500000) #Kashgar (296500/74125 POPS) 1594 = { - aristocrats = { - culture = uighur - religion = sunni - size = 1100 - } - - bureaucrats = { - culture = uighur - religion = sunni - size = 500 - } - - officers = { - culture = uighur - religion = sunni - size = 350 - } - - clergymen = { - culture = uighur - religion = sunni - size = 600 - } - - artisans = { - culture = uighur - religion = sunni - size = 5475 - } - - soldiers = { - culture = uighur - religion = sunni - size = 2500 - } - - farmers = { - culture = uighur - religion = sunni - size = 47500 - } - - aristocrats = { - culture = kirgiz - religion = animist - size = 225 - } - - clergymen = { - culture = kirgiz - religion = animist - size = 125 - } - - artisans = { - culture = kirgiz - religion = animist - size = 650 - } - - soldiers = { - culture = kirgiz - religion = animist - size = 250 - } - - farmers = { - culture = kirgiz - religion = animist - size = 11750 - } - - clergymen = { - culture = tajik - religion = sunni - size = 50 - } - - artisans = { - culture = tajik - religion = sunni - size = 650 - } - - farmers = { - culture = tajik - religion = sunni - size = 1500 - } - - clergymen = { - culture = uzbek - religion = sunni - size = 25 - } - - artisans = { - culture = uzbek - religion = sunni - size = 975 - } + aristocrats = { + culture = uighur + religion = sunni + size = 1100 + } + + bureaucrats = { + culture = uighur + religion = sunni + size = 500 + } + + officers = { + culture = uighur + religion = sunni + size = 350 + } + + clergymen = { + culture = uighur + religion = sunni + size = 600 + } + + artisans = { + culture = uighur + religion = sunni + size = 5475 + } + + soldiers = { + culture = uighur + religion = sunni + size = 2500 + } + + farmers = { + culture = uighur + religion = sunni + size = 47500 + } + + aristocrats = { + culture = kirgiz + religion = animist + size = 225 + } + + clergymen = { + culture = kirgiz + religion = animist + size = 125 + } + + artisans = { + culture = kirgiz + religion = animist + size = 650 + } + + soldiers = { + culture = kirgiz + religion = animist + size = 250 + } + + farmers = { + culture = kirgiz + religion = animist + size = 11750 + } + + clergymen = { + culture = tajik + religion = sunni + size = 50 + } + + artisans = { + culture = tajik + religion = sunni + size = 650 + } + + farmers = { + culture = tajik + religion = sunni + size = 1500 + } + + clergymen = { + culture = uzbek + religion = sunni + size = 25 + } + + artisans = { + culture = uzbek + religion = sunni + size = 975 + } } #Ili (185800/46450 POPS) 1595 = { - aristocrats = { - culture = uighur - religion = sunni - size = 575 - } - - clergymen = { - culture = uighur - religion = sunni - size = 350 - } - - artisans = { - culture = uighur - religion = sunni - size = 2525 - } - - soldiers = { - culture = uighur - religion = sunni - size = 1100 - } - - farmers = { - culture = uighur - religion = sunni - size = 29000 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 100 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 700 - } - - soldiers = { - culture = kazak - religion = sunni - size = 125 - } - - farmers = { - culture = kazak - religion = sunni - size = 5500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 20 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 20 - } - - artisans = { - culture = beifaren - religion = sunni - size = 50 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 10 - } - - farmers = { - culture = beifaren - religion = sunni - size = 900 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 100 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 700 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 125 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 4500 - } + aristocrats = { + culture = uighur + religion = sunni + size = 575 + } + + clergymen = { + culture = uighur + religion = sunni + size = 350 + } + + artisans = { + culture = uighur + religion = sunni + size = 2525 + } + + soldiers = { + culture = uighur + religion = sunni + size = 1100 + } + + farmers = { + culture = uighur + religion = sunni + size = 29000 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 100 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 700 + } + + soldiers = { + culture = kazak + religion = sunni + size = 125 + } + + farmers = { + culture = kazak + religion = sunni + size = 5500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 20 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 20 + } + + artisans = { + culture = beifaren + religion = sunni + size = 50 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 10 + } + + farmers = { + culture = beifaren + religion = sunni + size = 900 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 100 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 700 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 125 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 4500 + } } #Tulta (97300/24325 POPS) 1596 = { - aristocrats = { - culture = uighur - religion = sunni - size = 125 - } - - clergymen = { - culture = uighur - religion = sunni - size = 100 - } - - artisans = { - culture = uighur - religion = sunni - size = 575 - } - - soldiers = { - culture = uighur - religion = sunni - size = 200 - } - - farmers = { - culture = uighur - religion = sunni - size = 7000 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 125 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 600 - } - - soldiers = { - culture = kazak - religion = sunni - size = 200 - } - - farmers = { - culture = kazak - religion = sunni - size = 6500 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 20 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 25 - } - - artisans = { - culture = beifaren - religion = sunni - size = 50 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 30 - } - - farmers = { - culture = beifaren - religion = sunni - size = 1200 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 125 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 800 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 250 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 6250 - } + aristocrats = { + culture = uighur + religion = sunni + size = 125 + } + + clergymen = { + culture = uighur + religion = sunni + size = 100 + } + + artisans = { + culture = uighur + religion = sunni + size = 575 + } + + soldiers = { + culture = uighur + religion = sunni + size = 200 + } + + farmers = { + culture = uighur + religion = sunni + size = 7000 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 125 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 600 + } + + soldiers = { + culture = kazak + religion = sunni + size = 200 + } + + farmers = { + culture = kazak + religion = sunni + size = 6500 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 20 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 25 + } + + artisans = { + culture = beifaren + religion = sunni + size = 50 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 30 + } + + farmers = { + culture = beifaren + religion = sunni + size = 1200 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 125 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 800 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 250 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 6250 + } } #Aksu (212400/53100 POPS) 1597 = { - aristocrats = { - culture = uighur - religion = sunni - size = 950 - } - - clergymen = { - culture = uighur - religion = sunni - size = 525 - } - - artisans = { - culture = uighur - religion = sunni - size = 3625 - } - - soldiers = { - culture = uighur - religion = sunni - size = 1500 - } - - farmers = { - culture = uighur - religion = sunni - size = 46500 - } + aristocrats = { + culture = uighur + religion = sunni + size = 950 + } + + clergymen = { + culture = uighur + religion = sunni + size = 525 + } + + artisans = { + culture = uighur + religion = sunni + size = 3625 + } + + soldiers = { + culture = uighur + religion = sunni + size = 1500 + } + + farmers = { + culture = uighur + religion = sunni + size = 46500 + } } #Khotan (97300/24325 POPS) 1598 = { - aristocrats = { - culture = uighur - religion = sunni - size = 425 - } - - clergymen = { - culture = uighur - religion = sunni - size = 250 - } - - artisans = { - culture = uighur - religion = sunni - size = 1650 - } - - soldiers = { - culture = uighur - religion = sunni - size = 1100 - } - - farmers = { - culture = uighur - religion = sunni - size = 21000 - } + aristocrats = { + culture = uighur + religion = sunni + size = 425 + } + + clergymen = { + culture = uighur + religion = sunni + size = 250 + } + + artisans = { + culture = uighur + religion = sunni + size = 1650 + } + + soldiers = { + culture = uighur + religion = sunni + size = 1100 + } + + farmers = { + culture = uighur + religion = sunni + size = 21000 + } } #Kumul (208000/52000 POPS) 1599 = { - aristocrats = { - culture = uighur - religion = sunni - size = 850 - } - - clergymen = { - culture = uighur - religion = sunni - size = 475 - } - - artisans = { - culture = uighur - religion = sunni - size = 3775 - } - - soldiers = { - culture = uighur - religion = sunni - size = 2500 - } - - farmers = { - culture = uighur - religion = sunni - size = 40000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 50 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 100 - } - - artisans = { - culture = beifaren - religion = sunni - size = 200 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 50 - } - - farmers = { - culture = beifaren - religion = sunni - size = 2900 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 100 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 50 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 900 - } + aristocrats = { + culture = uighur + religion = sunni + size = 850 + } + + clergymen = { + culture = uighur + religion = sunni + size = 475 + } + + artisans = { + culture = uighur + religion = sunni + size = 3775 + } + + soldiers = { + culture = uighur + religion = sunni + size = 2500 + } + + farmers = { + culture = uighur + religion = sunni + size = 40000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 50 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 100 + } + + artisans = { + culture = beifaren + religion = sunni + size = 200 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 50 + } + + farmers = { + culture = beifaren + religion = sunni + size = 2900 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 100 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 50 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 900 + } } #Urumqi (367300/91825 POPS) 1600 = { - aristocrats = { - culture = uighur - religion = sunni - size = 1200 - } - - clergymen = { - culture = uighur - religion = sunni - size = 750 - } - - artisans = { - culture = uighur - religion = sunni - size = 7175 - } - - soldiers = { - culture = uighur - religion = sunni - size = 3000 - } - - farmers = { - culture = uighur - religion = sunni - size = 62000 - } - - aristocrats = { - culture = beifaren - religion = sunni - size = 125 - } - - clergymen = { - culture = beifaren - religion = sunni - size = 75 - } - - artisans = { - culture = beifaren - religion = sunni - size = 550 - } - - soldiers = { - culture = beifaren - religion = sunni - size = 100 - } - - farmers = { - culture = beifaren - religion = sunni - size = 6900 - } - - bureaucrats = { - culture = beifaren - religion = mahayana - size = 75 - } - - clergymen = { - culture = beifaren - religion = mahayana - size = 50 - } - - artisans = { - culture = beifaren - religion = mahayana - size = 200 - } - - soldiers = { - culture = beifaren - religion = mahayana - size = 100 - } - - farmers = { - culture = beifaren - religion = mahayana - size = 2900 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 25 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 50 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 100 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 25 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 2000 - } - - aristocrats = { - culture = kazak - religion = sunni - size = 75 - } - - clergymen = { - culture = kazak - religion = sunni - size = 75 - } - - artisans = { - culture = kazak - religion = sunni - size = 225 - } - - soldiers = { - culture = kazak - religion = sunni - size = 150 - } - - farmers = { - culture = kazak - religion = sunni - size = 3900 - } + aristocrats = { + culture = uighur + religion = sunni + size = 1200 + } + + clergymen = { + culture = uighur + religion = sunni + size = 750 + } + + artisans = { + culture = uighur + religion = sunni + size = 7175 + } + + soldiers = { + culture = uighur + religion = sunni + size = 3000 + } + + farmers = { + culture = uighur + religion = sunni + size = 62000 + } + + aristocrats = { + culture = beifaren + religion = sunni + size = 125 + } + + clergymen = { + culture = beifaren + religion = sunni + size = 75 + } + + artisans = { + culture = beifaren + religion = sunni + size = 550 + } + + soldiers = { + culture = beifaren + religion = sunni + size = 100 + } + + farmers = { + culture = beifaren + religion = sunni + size = 6900 + } + + bureaucrats = { + culture = beifaren + religion = mahayana + size = 75 + } + + clergymen = { + culture = beifaren + religion = mahayana + size = 50 + } + + artisans = { + culture = beifaren + religion = mahayana + size = 200 + } + + soldiers = { + culture = beifaren + religion = mahayana + size = 100 + } + + farmers = { + culture = beifaren + religion = mahayana + size = 2900 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 25 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 50 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 100 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 25 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 2000 + } + + aristocrats = { + culture = kazak + religion = sunni + size = 75 + } + + clergymen = { + culture = kazak + religion = sunni + size = 75 + } + + artisans = { + culture = kazak + religion = sunni + size = 225 + } + + soldiers = { + culture = kazak + religion = sunni + size = 150 + } + + farmers = { + culture = kazak + religion = sunni + size = 3900 + } } #Lopnur (35400/8850 POPS) 2607 = { - aristocrats = { - culture = uighur - religion = sunni - size = 75 - } - - clergymen = { - culture = uighur - religion = sunni - size = 75 - } - - artisans = { - culture = uighur - religion = sunni - size = 300 - } - - soldiers = { - culture = uighur - religion = sunni - size = 100 - } - - farmers = { - culture = uighur - religion = sunni - size = 5000 - } - - aristocrats = { - culture = mongol - religion = gelugpa - size = 50 - } - - clergymen = { - culture = mongol - religion = gelugpa - size = 75 - } - - artisans = { - culture = mongol - religion = gelugpa - size = 175 - } - - soldiers = { - culture = mongol - religion = gelugpa - size = 50 - } - - farmers = { - culture = mongol - religion = gelugpa - size = 2950 - } -} \ No newline at end of file + aristocrats = { + culture = uighur + religion = sunni + size = 75 + } + + clergymen = { + culture = uighur + religion = sunni + size = 75 + } + + artisans = { + culture = uighur + religion = sunni + size = 300 + } + + soldiers = { + culture = uighur + religion = sunni + size = 100 + } + + farmers = { + culture = uighur + religion = sunni + size = 5000 + } + + aristocrats = { + culture = mongol + religion = gelugpa + size = 50 + } + + clergymen = { + culture = mongol + religion = gelugpa + size = 75 + } + + artisans = { + culture = mongol + religion = gelugpa + size = 175 + } + + soldiers = { + culture = mongol + religion = gelugpa + size = 50 + } + + farmers = { + culture = mongol + religion = gelugpa + size = 2950 + } +} diff --git a/HPM/history/pops/1861.4.14/Yemen.txt b/HPM/history/pops/1861.4.14/Yemen.txt index 1f01b235..6712466f 100644 --- a/HPM/history/pops/1861.4.14/Yemen.txt +++ b/HPM/history/pops/1861.4.14/Yemen.txt @@ -2,493 +2,493 @@ #under the rule of Yemen in 1836 #Mukalla (32000/8000 POPS) 1173 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 239.05 - } - - bureaucrats = { - culture = bedouin - religion = sunni - size = 30.450000000000001 - } - - officers = { - culture = bedouin - religion = sunni - size = 50.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 150.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 812.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 2030 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 12540.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 239.05 + } + + bureaucrats = { + culture = bedouin + religion = sunni + size = 30.450000000000001 + } + + officers = { + culture = bedouin + religion = sunni + size = 50.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 150.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 812.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 2030 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 12540.5 + } } #Ghaydah (20000/5000 POPS) 1175 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 203.0 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 101.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 507.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 101 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 9289.5 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 203.0 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 101.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 507.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 101 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 9289.5 + } } #Bayda (68000/17000 POPS) 1176 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 563.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 360.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 1675.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 360 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 30990.75 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 563.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 360.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 1675.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 360 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 30990.75 + } } #under the rule of Oman in 1836 #Socotra (16000/4000 POPS) 1177 = { - aristocrats = { - culture = bedouin - religion = sunni - size = 101.5 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 101.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 304.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 50 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 5658.25 - } - - slaves = { - culture = kefficho - religion = animist - size = 2030.0 - } + aristocrats = { + culture = bedouin + religion = sunni + size = 101.5 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 101.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 304.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 50 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 5658.25 + } + + slaves = { + culture = kefficho + religion = animist + size = 2030.0 + } } #Yemen Region (224000) #under the rule of Yemen in 1836 #Sana (124000/31000 POPS) 1178 = { - aristocrats = { - culture = mashriqi - religion = shiite - size = 909.25 - } - - bureaucrats = { - culture = mashriqi - religion = shiite - size = 101.5 - } - - officers = { - culture = mashriqi - religion = shiite - size = 157.25 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 507.5 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 2613.25 - } - - soldiers = { - culture = mashriqi - religion = shiite - size= 3000 - - } - - soldiers = { - culture = mashriqi - religion = shiite - size= 3000 - - } - - soldiers = { - culture = mashriqi - religion = shiite - size= 2220 - - } - - farmers = { - culture = mashriqi - religion = shiite - size = 40956.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 157.25 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 157.25 - } - - artisans = { - culture = bedouin - religion = sunni - size = 304.5 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 101 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 7459.5 - } - - clergymen = { - culture = sephardic - religion = jewish - size = 50.75 - } - - artisans = { - culture = sephardic - religion = jewish - size = 3019.25 - } + aristocrats = { + culture = mashriqi + religion = shiite + size = 909.25 + } + + bureaucrats = { + culture = mashriqi + religion = shiite + size = 101.5 + } + + officers = { + culture = mashriqi + religion = shiite + size = 157.25 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 507.5 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 2613.25 + } + + soldiers = { + culture = mashriqi + religion = shiite + size= 3000 + + } + + soldiers = { + culture = mashriqi + religion = shiite + size= 3000 + + } + + soldiers = { + culture = mashriqi + religion = shiite + size= 2220 + + } + + farmers = { + culture = mashriqi + religion = shiite + size = 40956.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 157.25 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 157.25 + } + + artisans = { + culture = bedouin + religion = sunni + size = 304.5 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 101 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 7459.5 + } + + clergymen = { + culture = sephardic + religion = jewish + size = 50.75 + } + + artisans = { + culture = sephardic + religion = jewish + size = 3019.25 + } } #Hodeida (48000/12000 POPS) 1179 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 304.5 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 203.0 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 1015.0 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 2030 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 16897.5 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 101.5 - } - - artisans = { - culture = bedouin - religion = sunni - size = 203.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 50 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3654.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 304.5 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 203.0 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 1015.0 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 2030 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 16897.5 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 101.5 + } + + artisans = { + culture = bedouin + religion = sunni + size = 203.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 50 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3654.0 + } } #Taizz (52000/13000 POPS) 1180 = { - aristocrats = { - culture = mashriqi - religion = sunni - size = 103.0 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 101.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 507.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 2030 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7433.75 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 248.75 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 147.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 812.0 - } - - soldiers = { - culture = mashriqi - religion = shiite - size= 147 - - } - - farmers = { - culture = mashriqi - religion = shiite - size = 13092.0 - } + aristocrats = { + culture = mashriqi + religion = sunni + size = 103.0 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 101.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 507.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 2030 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7433.75 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 248.75 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 147.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 812.0 + } + + soldiers = { + culture = mashriqi + religion = shiite + size= 147 + + } + + farmers = { + culture = mashriqi + religion = shiite + size = 13092.0 + } } #Aden (40000/10000 POPS) 1412 = { - aristocrats = { - culture = british - religion = protestant - size = 50 - } - - soldiers = { - culture = british - religion = protestant - size= 150 - - } - - aristocrats = { - culture = mashriqi - religion = sunni - size = 147.25 - } - - clergymen = { - culture = mashriqi - religion = sunni - size = 101.5 - } - - artisans = { - culture = mashriqi - religion = sunni - size = 507.5 - } - - soldiers = { - culture = mashriqi - religion = sunni - size= 101 - - } - - farmers = { - culture = mashriqi - religion = sunni - size = 7433.75 - } - - aristocrats = { - culture = mashriqi - religion = shiite - size = 101.5 - } - - clergymen = { - culture = mashriqi - religion = shiite - size = 147.25 - } - - artisans = { - culture = mashriqi - religion = shiite - size = 304.5 - } - - soldiers = { - culture = mashriqi - religion = shiite - size= 2030 - - } - - farmers = { - culture = mashriqi - religion = shiite - size = 5455.25 - } - - aristocrats = { - culture = bedouin - religion = sunni - size = 50.75 - } - - clergymen = { - culture = bedouin - religion = sunni - size = 50.75 - } - - artisans = { - culture = bedouin - religion = sunni - size = 203.0 - } - - soldiers = { - culture = bedouin - religion = sunni - size= 50 - - } - - farmers = { - culture = bedouin - religion = sunni - size = 3679.75 - } + aristocrats = { + culture = british + religion = protestant + size = 50 + } + + soldiers = { + culture = british + religion = protestant + size= 150 + + } + + aristocrats = { + culture = mashriqi + religion = sunni + size = 147.25 + } + + clergymen = { + culture = mashriqi + religion = sunni + size = 101.5 + } + + artisans = { + culture = mashriqi + religion = sunni + size = 507.5 + } + + soldiers = { + culture = mashriqi + religion = sunni + size= 101 + + } + + farmers = { + culture = mashriqi + religion = sunni + size = 7433.75 + } + + aristocrats = { + culture = mashriqi + religion = shiite + size = 101.5 + } + + clergymen = { + culture = mashriqi + religion = shiite + size = 147.25 + } + + artisans = { + culture = mashriqi + religion = shiite + size = 304.5 + } + + soldiers = { + culture = mashriqi + religion = shiite + size= 2030 + + } + + farmers = { + culture = mashriqi + religion = shiite + size = 5455.25 + } + + aristocrats = { + culture = bedouin + religion = sunni + size = 50.75 + } + + clergymen = { + culture = bedouin + religion = sunni + size = 50.75 + } + + artisans = { + culture = bedouin + religion = sunni + size = 203.0 + } + + soldiers = { + culture = bedouin + religion = sunni + size= 50 + + } + + farmers = { + culture = bedouin + religion = sunni + size = 3679.75 + } } diff --git a/HPM/history/pops/1861.4.14/Zambia.txt b/HPM/history/pops/1861.4.14/Zambia.txt index 88d1e1f5..dc4212c7 100644 --- a/HPM/history/pops/1861.4.14/Zambia.txt +++ b/HPM/history/pops/1861.4.14/Zambia.txt @@ -1,633 +1,633 @@ -#Bangwelu Region (308000) +#Bangwelu Region (308000) #uncolonized in 1836/ruled by Kazembe in 1836 -#Kitwe (88000/22000 POPS) +#Kitwe (88000/22000 POPS) 790 = { - aristocrats = { - culture = lunda - religion = animist - size = 250 - } - - clergymen = { - culture = lunda - religion = animist - size = 150 - } - - artisans = { - culture = lunda - religion = animist - size = 650 - } - - soldiers = { - culture = lunda - religion = animist - size = 200 - } - - farmers = { - culture = lunda - religion = animist - size = 12750 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 150 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 300 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 5400 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 2000 - } + aristocrats = { + culture = lunda + religion = animist + size = 250 + } + + clergymen = { + culture = lunda + religion = animist + size = 150 + } + + artisans = { + culture = lunda + religion = animist + size = 650 + } + + soldiers = { + culture = lunda + religion = animist + size = 200 + } + + farmers = { + culture = lunda + religion = animist + size = 12750 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 150 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 300 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 5400 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 2000 + } } #Kazembe (168000/42000 POPS) 2016 = { - aristocrats = { - culture = lunda - religion = animist - size = 450 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 30 - } - - officers = { - culture = lunda - religion = animist - size = 120 - } - - clergymen = { - culture = lunda - religion = animist - size = 250 - } - - artisans = { - culture = lunda - religion = animist - size = 1100 - } - - soldiers = { - culture = lunda - religion = animist - size = 1150 - } - - farmers = { - culture = lunda - religion = animist - size = 15000 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 300 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 900 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 16400 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 6000 - } + aristocrats = { + culture = lunda + religion = animist + size = 450 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 30 + } + + officers = { + culture = lunda + religion = animist + size = 120 + } + + clergymen = { + culture = lunda + religion = animist + size = 250 + } + + artisans = { + culture = lunda + religion = animist + size = 1100 + } + + soldiers = { + culture = lunda + religion = animist + size = 1150 + } + + farmers = { + culture = lunda + religion = animist + size = 15000 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 300 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 900 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 16400 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 6000 + } } -#Kasema (136000/34000 POPS) +#Kasema (136000/34000 POPS) 2017 = { - aristocrats = { - culture = lunda - religion = animist - size = 200 - } - - clergymen = { - culture = lunda - religion = animist - size = 100 - } - - artisans = { - culture = lunda - religion = animist - size = 500 - } - - soldiers = { - culture = lunda - religion = animist - size = 150 - } - - farmers = { - culture = lunda - religion = animist - size = 3050 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 400 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 200 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 1100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 250 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 20050 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 8000 - } + aristocrats = { + culture = lunda + religion = animist + size = 200 + } + + clergymen = { + culture = lunda + religion = animist + size = 100 + } + + artisans = { + culture = lunda + religion = animist + size = 500 + } + + soldiers = { + culture = lunda + religion = animist + size = 150 + } + + farmers = { + culture = lunda + religion = animist + size = 3050 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 400 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 200 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 1100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 250 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 20050 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 8000 + } } -#Chipata (112000/23000 POPS) +#Chipata (112000/23000 POPS) 2018 = { - aristocrats = { - culture = lunda - religion = animist - size = 100 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 250 - } - - soldiers = { - culture = lunda - religion = animist - size = 75 - } - - farmers = { - culture = lunda - religion = animist - size = 3525 - } - - aristocrats = { - culture = nyasa - religion = animist - size = 150 - } - - clergymen = { - culture = nyasa - religion = animist - size = 75 - } - - artisans = { - culture = nyasa - religion = animist - size = 400 - } - - soldiers = { - culture = nyasa - religion = animist - size = 75 - } - - farmers = { - culture = nyasa - religion = animist - size = 7300 - } - - slaves = { - culture = nyasa - religion = animist - size = 2000 - } - - aristocrats = { - culture = nguni - religion = animist - size = 100 - } - - clergymen = { - culture = nguni - religion = animist - size = 100 - } - - artisans = { - culture = nguni - religion = animist - size = 250 - } - - soldiers = { - culture = nguni - religion = animist - size = 100 - } - - farmers = { - culture = nguni - religion = animist - size = 4575 - } - - aristocrats = { - culture = sena - religion = animist - size = 100 - } - - clergymen = { - culture = sena - religion = animist - size = 100 - } - - artisans = { - culture = sena - religion = animist - size = 200 - } - - soldiers = { - culture = sena - religion = animist - size = 100 - } - - farmers = { - culture = sena - religion = animist - size = 3650 - } + aristocrats = { + culture = lunda + religion = animist + size = 100 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 250 + } + + soldiers = { + culture = lunda + religion = animist + size = 75 + } + + farmers = { + culture = lunda + religion = animist + size = 3525 + } + + aristocrats = { + culture = nyasa + religion = animist + size = 150 + } + + clergymen = { + culture = nyasa + religion = animist + size = 75 + } + + artisans = { + culture = nyasa + religion = animist + size = 400 + } + + soldiers = { + culture = nyasa + religion = animist + size = 75 + } + + farmers = { + culture = nyasa + religion = animist + size = 7300 + } + + slaves = { + culture = nyasa + religion = animist + size = 2000 + } + + aristocrats = { + culture = nguni + religion = animist + size = 100 + } + + clergymen = { + culture = nguni + religion = animist + size = 100 + } + + artisans = { + culture = nguni + religion = animist + size = 250 + } + + soldiers = { + culture = nguni + religion = animist + size = 100 + } + + farmers = { + culture = nguni + religion = animist + size = 4575 + } + + aristocrats = { + culture = sena + religion = animist + size = 100 + } + + clergymen = { + culture = sena + religion = animist + size = 100 + } + + artisans = { + culture = sena + religion = animist + size = 200 + } + + soldiers = { + culture = sena + religion = animist + size = 100 + } + + farmers = { + culture = sena + religion = animist + size = 3650 + } } -#Kafue Region (228000) #see Namibia.txt for balance of region +#Kafue Region (228000) #see Namibia.txt for balance of region #uncolonized in 1836/ruled by Lozi in 1836 -#Kabwe (28000/7000 POPS) +#Kabwe (28000/7000 POPS) 2012 = { - aristocrats = { - culture = lunda - religion = animist - size = 75 - } - - clergymen = { - culture = lunda - religion = animist - size = 50 - } - - artisans = { - culture = lunda - religion = animist - size = 200 - } - - soldiers = { - culture = lunda - religion = animist - size = 50 - } - - farmers = { - culture = lunda - religion = animist - size = 1575 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 75 + } + + clergymen = { + culture = lunda + religion = animist + size = 50 + } + + artisans = { + culture = lunda + religion = animist + size = 200 + } + + soldiers = { + culture = lunda + religion = animist + size = 50 + } + + farmers = { + culture = lunda + religion = animist + size = 1575 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 3000 + } } -#Senanga (52000/13000 POPS) +#Senanga (52000/13000 POPS) 2013 = { - aristocrats = { - culture = lunda - religion = animist - size = 225 - } - - bureaucrats = { - culture = lunda - religion = animist - size = 10 - } - - officers = { - culture = lunda - religion = animist - size = 65 - } - - clergymen = { - culture = lunda - religion = animist - size = 125 - } - - artisans = { - culture = lunda - religion = animist - size = 500 - } - - soldiers = { - culture = lunda - religion = animist - size = 125 - } - - farmers = { - culture = lunda - religion = animist - size = 8950 - } - - aristocrats = { - culture = kavango - religion = animist - size = 10 - } - - clergymen = { - culture = kavango - religion = animist - size = 25 - } - - artisans = { - culture = kavango - religion = animist - size = 50 - } - - soldiers = { - culture = kavango - religion = animist - size = 15 - } - - farmers = { - culture = kavango - religion = animist - size = 900 - } - - slaves = { - culture = kavango - religion = animist - size = 2000 - } + aristocrats = { + culture = lunda + religion = animist + size = 225 + } + + bureaucrats = { + culture = lunda + religion = animist + size = 10 + } + + officers = { + culture = lunda + religion = animist + size = 65 + } + + clergymen = { + culture = lunda + religion = animist + size = 125 + } + + artisans = { + culture = lunda + religion = animist + size = 500 + } + + soldiers = { + culture = lunda + religion = animist + size = 125 + } + + farmers = { + culture = lunda + religion = animist + size = 8950 + } + + aristocrats = { + culture = kavango + religion = animist + size = 10 + } + + clergymen = { + culture = kavango + religion = animist + size = 25 + } + + artisans = { + culture = kavango + religion = animist + size = 50 + } + + soldiers = { + culture = kavango + religion = animist + size = 15 + } + + farmers = { + culture = kavango + religion = animist + size = 900 + } + + slaves = { + culture = kavango + religion = animist + size = 2000 + } } -#Kasempa (40000/10000 POPS) +#Kasempa (40000/10000 POPS) 2014 = { - aristocrats = { - culture = lunda - religion = animist - size = 150 - } - - clergymen = { - culture = lunda - religion = animist - size = 75 - } - - artisans = { - culture = lunda - religion = animist - size = 325 - } - - soldiers = { - culture = lunda - religion = animist - size = 100 - } - - farmers = { - culture = lunda - religion = animist - size = 4350 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = kavango - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 150 + } + + clergymen = { + culture = lunda + religion = animist + size = 75 + } + + artisans = { + culture = lunda + religion = animist + size = 325 + } + + soldiers = { + culture = lunda + religion = animist + size = 100 + } + + farmers = { + culture = lunda + religion = animist + size = 4350 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = kavango + religion = animist + size = 3000 + } } -#Monzo (108000/27000 POPS) +#Monzo (108000/27000 POPS) 2015 = { - aristocrats = { - culture = lunda - religion = animist - size = 475 - } - - clergymen = { - culture = lunda - religion = animist - size = 250 - } - - artisans = { - culture = lunda - religion = animist - size = 1100 - } - - soldiers = { - culture = lunda - religion = animist - size = 250 - } - - farmers = { - culture = lunda - religion = animist - size = 20025 - } - - aristocrats = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = south_forest_bantu - religion = animist - size = 50 - } - - artisans = { - culture = south_forest_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = south_forest_bantu - religion = animist - size = 25 - } - - farmers = { - culture = south_forest_bantu - religion = animist - size = 1800 - } - - slaves = { - culture = south_forest_bantu - religion = animist - size = 3000 - } + aristocrats = { + culture = lunda + religion = animist + size = 475 + } + + clergymen = { + culture = lunda + religion = animist + size = 250 + } + + artisans = { + culture = lunda + religion = animist + size = 1100 + } + + soldiers = { + culture = lunda + religion = animist + size = 250 + } + + farmers = { + culture = lunda + religion = animist + size = 20025 + } + + aristocrats = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = south_forest_bantu + religion = animist + size = 50 + } + + artisans = { + culture = south_forest_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = south_forest_bantu + religion = animist + size = 25 + } + + farmers = { + culture = south_forest_bantu + religion = animist + size = 1800 + } + + slaves = { + culture = south_forest_bantu + religion = animist + size = 3000 + } } diff --git a/HPM/history/pops/1861.4.14/Zimbabwe.txt b/HPM/history/pops/1861.4.14/Zimbabwe.txt index 012eda57..c544f0cb 100644 --- a/HPM/history/pops/1861.4.14/Zimbabwe.txt +++ b/HPM/history/pops/1861.4.14/Zimbabwe.txt @@ -1,499 +1,499 @@ -#Mashonaland Region (296000) +#Mashonaland Region (296000) #uncolonized in 1836/dominated by Mutapa in 1836 -#Harare (68000/17000 POPS) +#Harare (68000/17000 POPS) 2068 = { - aristocrats = { - culture = shona - religion = animist - size = 275 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 750 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 13675 - } - - aristocrats = { - culture = sena - religion = animist - size = 25 - } - - clergymen = { - culture = sena - religion = animist - size = 50 - } - - artisans = { - culture = sena - religion = animist - size = 100 - } - - soldiers = { - culture = sena - religion = animist - size = 25 - } - - farmers = { - culture = sena - religion = animist - size = 1800 - } + aristocrats = { + culture = shona + religion = animist + size = 275 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 750 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 13675 + } + + aristocrats = { + culture = sena + religion = animist + size = 25 + } + + clergymen = { + culture = sena + religion = animist + size = 50 + } + + artisans = { + culture = sena + religion = animist + size = 100 + } + + soldiers = { + culture = sena + religion = animist + size = 25 + } + + farmers = { + culture = sena + religion = animist + size = 1800 + } } -#Gweru (96000/24000 POPS) +#Gweru (96000/24000 POPS) 2069 = { - aristocrats = { - culture = shona - religion = animist - size = 450 - } - - clergymen = { - culture = shona - religion = animist - size = 250 - } - - artisans = { - culture = shona - religion = animist - size = 1200 - } - - soldiers = { - culture = shona - religion = animist - size = 250 - } - - farmers = { - culture = shona - religion = animist - size = 21850 - } + aristocrats = { + culture = shona + religion = animist + size = 450 + } + + clergymen = { + culture = shona + religion = animist + size = 250 + } + + artisans = { + culture = shona + religion = animist + size = 1200 + } + + soldiers = { + culture = shona + religion = animist + size = 250 + } + + farmers = { + culture = shona + religion = animist + size = 21850 + } } -#Mutare (96000/24000 POPS) +#Mutare (96000/24000 POPS) 2070 = { - aristocrats = { - culture = shona - religion = animist - size = 425 - } - - clergymen = { - culture = shona - religion = animist - size = 225 - } - - artisans = { - culture = shona - religion = animist - size = 1100 - } - - soldiers = { - culture = shona - religion = animist - size = 225 - } - - farmers = { - culture = shona - religion = animist - size = 20025 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 25 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 50 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 100 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 25 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 1800 - } + aristocrats = { + culture = shona + religion = animist + size = 425 + } + + clergymen = { + culture = shona + religion = animist + size = 225 + } + + artisans = { + culture = shona + religion = animist + size = 1100 + } + + soldiers = { + culture = shona + religion = animist + size = 225 + } + + farmers = { + culture = shona + religion = animist + size = 20025 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 25 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 50 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 100 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 25 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 1800 + } } -#Kariba (36000/9000 POPS) +#Kariba (36000/9000 POPS) 2635 = { - aristocrats = { - culture = southern_bantu - religion = animist - size = 75 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 50 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 300 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 50 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 5525 - } - - aristocrats = { - culture = shona - religion = animist - size = 25 - } - - clergymen = { - culture = shona - religion = animist - size = 50 - } - - artisans = { - culture = shona - religion = animist - size = 100 - } - - soldiers = { - culture = shona - religion = animist - size = 25 - } - - farmers = { - culture = shona - religion = animist - size = 1800 - } - - aristocrats = { - culture = sena - religion = animist - size = 10 - } - - clergymen = { - culture = sena - religion = animist - size = 25 - } - - artisans = { - culture = sena - religion = animist - size = 50 - } - - soldiers = { - culture = sena - religion = animist - size = 15 - } - - farmers = { - culture = sena - religion = animist - size = 900 - } + aristocrats = { + culture = southern_bantu + religion = animist + size = 75 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 50 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 300 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 50 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 5525 + } + + aristocrats = { + culture = shona + religion = animist + size = 25 + } + + clergymen = { + culture = shona + religion = animist + size = 50 + } + + artisans = { + culture = shona + religion = animist + size = 100 + } + + soldiers = { + culture = shona + religion = animist + size = 25 + } + + farmers = { + culture = shona + religion = animist + size = 1800 + } + + aristocrats = { + culture = sena + religion = animist + size = 10 + } + + clergymen = { + culture = sena + religion = animist + size = 25 + } + + artisans = { + culture = sena + religion = animist + size = 50 + } + + soldiers = { + culture = sena + religion = animist + size = 15 + } + + farmers = { + culture = sena + religion = animist + size = 900 + } } -#Matabeleland Region (188000) +#Matabeleland Region (188000) #under the rule of Matabele in 1836 -#Bulawayo (136000/34000 POPS) +#Bulawayo (136000/34000 POPS) 2071 = { - aristocrats = { - culture = nguni - religion = animist - size = 500 - } - - bureaucrats = { - culture = nguni - religion = animist - size = 10 - } - - officers = { - culture = nguni - religion = animist - size = 40 - } - - clergymen = { - culture = nguni - religion = animist - size = 300 - } - - artisans = { - culture = nguni - religion = animist - size = 1200 - } - - soldiers = { - culture = nguni - religion = animist - size = 8050 - } - - farmers = { - culture = nguni - religion = animist - size = 29000 - } - - aristocrats = { - culture = shona - religion = animist - size = 100 - } - - clergymen = { - culture = shona - religion = animist - size = 150 - } - - artisans = { - culture = shona - religion = animist - size = 300 - } - - soldiers = { - culture = shona - religion = animist - size = 50 - } - - farmers = { - culture = shona - religion = animist - size = 5400 - } - - artisans = { - culture = sotho - religion = animist - size = 200 - } - - soldiers = { - culture = sotho - religion = animist - size = 50 - } - - farmers = { - culture = sotho - religion = animist - size = 6650 - } + aristocrats = { + culture = nguni + religion = animist + size = 500 + } + + bureaucrats = { + culture = nguni + religion = animist + size = 10 + } + + officers = { + culture = nguni + religion = animist + size = 40 + } + + clergymen = { + culture = nguni + religion = animist + size = 300 + } + + artisans = { + culture = nguni + religion = animist + size = 1200 + } + + soldiers = { + culture = nguni + religion = animist + size = 8050 + } + + farmers = { + culture = nguni + religion = animist + size = 29000 + } + + aristocrats = { + culture = shona + religion = animist + size = 100 + } + + clergymen = { + culture = shona + religion = animist + size = 150 + } + + artisans = { + culture = shona + religion = animist + size = 300 + } + + soldiers = { + culture = shona + religion = animist + size = 50 + } + + farmers = { + culture = shona + religion = animist + size = 5400 + } + + artisans = { + culture = sotho + religion = animist + size = 200 + } + + soldiers = { + culture = sotho + religion = animist + size = 50 + } + + farmers = { + culture = sotho + religion = animist + size = 6650 + } } #Hwange (96000/24000 POPS) 2072 = { - aristocrats = { - culture = shona - religion = animist - size = 200 - } - - clergymen = { - culture = shona - religion = animist - size = 100 - } - - artisans = { - culture = shona - religion = animist - size = 400 - } - - soldiers = { - culture = shona - religion = animist - size = 150 - } - - farmers = { - culture = shona - religion = animist - size = 10950 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 150 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 100 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 500 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 100 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 9150 - } - - aristocrats = { - culture = nguni - religion = animist - size = 20 - } - - clergymen = { - culture = nguni - religion = animist - size = 30 - } - - artisans = { - culture = nguni - religion = animist - size = 100 - } - - soldiers = { - culture = nguni - religion = animist - size = 50 - } - - farmers = { - culture = nguni - religion = animist - size = 2000 - } + aristocrats = { + culture = shona + religion = animist + size = 200 + } + + clergymen = { + culture = shona + religion = animist + size = 100 + } + + artisans = { + culture = shona + religion = animist + size = 400 + } + + soldiers = { + culture = shona + religion = animist + size = 150 + } + + farmers = { + culture = shona + religion = animist + size = 10950 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 150 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 100 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 500 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 100 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 9150 + } + + aristocrats = { + culture = nguni + religion = animist + size = 20 + } + + clergymen = { + culture = nguni + religion = animist + size = 30 + } + + artisans = { + culture = nguni + religion = animist + size = 100 + } + + soldiers = { + culture = nguni + religion = animist + size = 50 + } + + farmers = { + culture = nguni + religion = animist + size = 2000 + } } -#Masvingo (72000/18000 POPS) +#Masvingo (72000/18000 POPS) 2073 = { - aristocrats = { - culture = shona - religion = animist - size = 25 - } - - clergymen = { - culture = shona - religion = animist - size = 50 - } - - artisans = { - culture = shona - religion = animist - size = 100 - } - - soldiers = { - culture = shona - religion = animist - size = 25 - } - - farmers = { - culture = shona - religion = animist - size = 1800 - } - - aristocrats = { - culture = southern_bantu - religion = animist - size = 300 - } - - clergymen = { - culture = southern_bantu - religion = animist - size = 150 - } - - artisans = { - culture = southern_bantu - religion = animist - size = 800 - } - - soldiers = { - culture = southern_bantu - religion = animist - size = 175 - } - - farmers = { - culture = southern_bantu - religion = animist - size = 14575 - } + aristocrats = { + culture = shona + religion = animist + size = 25 + } + + clergymen = { + culture = shona + religion = animist + size = 50 + } + + artisans = { + culture = shona + religion = animist + size = 100 + } + + soldiers = { + culture = shona + religion = animist + size = 25 + } + + farmers = { + culture = shona + religion = animist + size = 1800 + } + + aristocrats = { + culture = southern_bantu + religion = animist + size = 300 + } + + clergymen = { + culture = southern_bantu + religion = animist + size = 150 + } + + artisans = { + culture = southern_bantu + religion = animist + size = 800 + } + + soldiers = { + culture = southern_bantu + religion = animist + size = 175 + } + + farmers = { + culture = southern_bantu + religion = animist + size = 14575 + } } diff --git a/HPM/history/provinces/africa/1695 - Ifni.txt b/HPM/history/provinces/africa/1695 - Ifni.txt index ae0e8222..014748df 100644 --- a/HPM/history/provinces/africa/1695 - Ifni.txt +++ b/HPM/history/provinces/africa/1695 - Ifni.txt @@ -5,7 +5,7 @@ trade_goods = fish life_rating = 30 terrain = semidesert 1861.1.1 = { - owner = SPA - controller = SPA - colonial = 2 + owner = SPA + controller = SPA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1700 - Algiers.txt b/HPM/history/provinces/africa/1700 - Algiers.txt index 3dc8c5e9..7049ec84 100644 --- a/HPM/history/provinces/africa/1700 - Algiers.txt +++ b/HPM/history/provinces/africa/1700 - Algiers.txt @@ -5,6 +5,6 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - railroad = 2 - naval_base = 1 + railroad = 2 + naval_base = 1 } diff --git a/HPM/history/provinces/africa/1702 - Setif.txt b/HPM/history/provinces/africa/1702 - Setif.txt index 7861688e..85457289 100644 --- a/HPM/history/provinces/africa/1702 - Setif.txt +++ b/HPM/history/provinces/africa/1702 - Setif.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = grain life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1703 - Medea.txt b/HPM/history/provinces/africa/1703 - Medea.txt index 7861688e..85457289 100644 --- a/HPM/history/provinces/africa/1703 - Medea.txt +++ b/HPM/history/provinces/africa/1703 - Medea.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = grain life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1704 - Oran.txt b/HPM/history/provinces/africa/1704 - Oran.txt index 5435ad83..102be4a8 100644 --- a/HPM/history/provinces/africa/1704 - Oran.txt +++ b/HPM/history/provinces/africa/1704 - Oran.txt @@ -5,5 +5,5 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - naval_base = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/africa/1705 - Tlemcen.txt b/HPM/history/provinces/africa/1705 - Tlemcen.txt index af749db8..c00dbb3b 100644 --- a/HPM/history/provinces/africa/1705 - Tlemcen.txt +++ b/HPM/history/provinces/africa/1705 - Tlemcen.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1706 - Mustaghanim.txt b/HPM/history/provinces/africa/1706 - Mustaghanim.txt index bd758ff1..1f1f6c9c 100644 --- a/HPM/history/provinces/africa/1706 - Mustaghanim.txt +++ b/HPM/history/provinces/africa/1706 - Mustaghanim.txt @@ -4,6 +4,6 @@ add_core = ALD trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA + owner = FRA + controller = FRA } diff --git a/HPM/history/provinces/africa/1707 - Mascara.txt b/HPM/history/provinces/africa/1707 - Mascara.txt index 7861688e..85457289 100644 --- a/HPM/history/provinces/africa/1707 - Mascara.txt +++ b/HPM/history/provinces/africa/1707 - Mascara.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = grain life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1708 - Constantine.txt b/HPM/history/provinces/africa/1708 - Constantine.txt index 47bf011a..85457289 100644 --- a/HPM/history/provinces/africa/1708 - Constantine.txt +++ b/HPM/history/provinces/africa/1708 - Constantine.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = grain life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 -} \ No newline at end of file + owner = FRA + controller = FRA + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1710 - Biskra.txt b/HPM/history/provinces/africa/1710 - Biskra.txt index 461c6af9..767db5da 100644 --- a/HPM/history/provinces/africa/1710 - Biskra.txt +++ b/HPM/history/provinces/africa/1710 - Biskra.txt @@ -5,7 +5,7 @@ trade_goods = wool life_rating = 31 terrain = semidesert 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 -} \ No newline at end of file + owner = FRA + controller = FRA + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1711 - Ouargla.txt b/HPM/history/provinces/africa/1711 - Ouargla.txt index 3d214a89..ac5591c1 100644 --- a/HPM/history/provinces/africa/1711 - Ouargla.txt +++ b/HPM/history/provinces/africa/1711 - Ouargla.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = wool life_rating = 10 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1712 - Tuggurt.txt b/HPM/history/provinces/africa/1712 - Tuggurt.txt index 3d214a89..ac5591c1 100644 --- a/HPM/history/provinces/africa/1712 - Tuggurt.txt +++ b/HPM/history/provinces/africa/1712 - Tuggurt.txt @@ -4,7 +4,7 @@ add_core = ALD trade_goods = wool life_rating = 10 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1713 - Laghwat.txt b/HPM/history/provinces/africa/1713 - Laghwat.txt index 2e0bdd01..10d34871 100644 --- a/HPM/history/provinces/africa/1713 - Laghwat.txt +++ b/HPM/history/provinces/africa/1713 - Laghwat.txt @@ -5,7 +5,7 @@ trade_goods = grain life_rating = 31 terrain = semidesert 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1715 - Naama.txt b/HPM/history/provinces/africa/1715 - Naama.txt index 6be5e9b2..767db5da 100644 --- a/HPM/history/provinces/africa/1715 - Naama.txt +++ b/HPM/history/provinces/africa/1715 - Naama.txt @@ -5,7 +5,7 @@ trade_goods = wool life_rating = 31 terrain = semidesert 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1721 - In Guezzam.txt b/HPM/history/provinces/africa/1721 - In Guezzam.txt index 5a35c6c2..2571bd71 100644 --- a/HPM/history/provinces/africa/1721 - In Guezzam.txt +++ b/HPM/history/provinces/africa/1721 - In Guezzam.txt @@ -1,3 +1,3 @@ trade_goods = grain terrain = desert -life_rating = 10 +life_rating = 10 diff --git a/HPM/history/provinces/africa/1724 - Tamanrasset.txt b/HPM/history/provinces/africa/1724 - Tamanrasset.txt index dcdfd81f..26659126 100644 --- a/HPM/history/provinces/africa/1724 - Tamanrasset.txt +++ b/HPM/history/provinces/africa/1724 - Tamanrasset.txt @@ -6,6 +6,6 @@ trade_goods = wool terrain = small_island life_rating = 30 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } diff --git a/HPM/history/provinces/africa/1725 - Tunis.txt b/HPM/history/provinces/africa/1725 - Tunis.txt index ab761651..fad53c66 100644 --- a/HPM/history/provinces/africa/1725 - Tunis.txt +++ b/HPM/history/provinces/africa/1725 - Tunis.txt @@ -5,7 +5,7 @@ trade_goods = grain life_rating = 35 naval_base = 1 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1726 - Bizerte.txt b/HPM/history/provinces/africa/1726 - Bizerte.txt index 18546f26..229db538 100644 --- a/HPM/history/provinces/africa/1726 - Bizerte.txt +++ b/HPM/history/provinces/africa/1726 - Bizerte.txt @@ -4,7 +4,7 @@ add_core = TUN trade_goods = grain life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1727 - Gafsa.txt b/HPM/history/provinces/africa/1727 - Gafsa.txt index 53be5e76..5d5d8fc5 100644 --- a/HPM/history/provinces/africa/1727 - Gafsa.txt +++ b/HPM/history/provinces/africa/1727 - Gafsa.txt @@ -5,7 +5,7 @@ trade_goods = wool life_rating = 31 terrain = semidesert 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 + owner = TUR + controller = TUR + colonial = 2 } diff --git a/HPM/history/provinces/africa/1728 - Kairouan.txt b/HPM/history/provinces/africa/1728 - Kairouan.txt index af45b0be..21f1fc3c 100644 --- a/HPM/history/provinces/africa/1728 - Kairouan.txt +++ b/HPM/history/provinces/africa/1728 - Kairouan.txt @@ -4,7 +4,7 @@ add_core = TUN trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1729 - Tozeur.txt b/HPM/history/provinces/africa/1729 - Tozeur.txt index c0f74465..3702c77d 100644 --- a/HPM/history/provinces/africa/1729 - Tozeur.txt +++ b/HPM/history/provinces/africa/1729 - Tozeur.txt @@ -4,7 +4,7 @@ add_core = TUN trade_goods = wool life_rating = 10 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 + owner = TUR + controller = TUR + colonial = 2 } diff --git a/HPM/history/provinces/africa/1730 - Gabes.txt b/HPM/history/provinces/africa/1730 - Gabes.txt index 18546f26..229db538 100644 --- a/HPM/history/provinces/africa/1730 - Gabes.txt +++ b/HPM/history/provinces/africa/1730 - Gabes.txt @@ -4,7 +4,7 @@ add_core = TUN trade_goods = grain life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1731 - Tripoli.txt b/HPM/history/provinces/africa/1731 - Tripoli.txt index e3b5de5d..84e4bfe4 100644 --- a/HPM/history/provinces/africa/1731 - Tripoli.txt +++ b/HPM/history/provinces/africa/1731 - Tripoli.txt @@ -6,6 +6,6 @@ life_rating = 35 terrain = plains naval_base = 1 1861.1.1 = { - owner = TUR - colonial = 2 + owner = TUR + colonial = 2 } diff --git a/HPM/history/provinces/africa/1732 - Ghayran.txt b/HPM/history/provinces/africa/1732 - Ghayran.txt index 9d089c90..3f02c240 100644 --- a/HPM/history/provinces/africa/1732 - Ghayran.txt +++ b/HPM/history/provinces/africa/1732 - Ghayran.txt @@ -4,7 +4,7 @@ add_core = TRI trade_goods = fruit life_rating = 32 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1740 - Waddan.txt b/HPM/history/provinces/africa/1740 - Waddan.txt index 904279a4..95ff2630 100644 --- a/HPM/history/provinces/africa/1740 - Waddan.txt +++ b/HPM/history/provinces/africa/1740 - Waddan.txt @@ -4,6 +4,6 @@ add_core = TRI trade_goods = wool life_rating = 32 1861.1.1 = { - owner = TUR - controller = TUR + owner = TUR + controller = TUR } diff --git a/HPM/history/provinces/africa/1741 - Murzuk.txt b/HPM/history/provinces/africa/1741 - Murzuk.txt index 83eed0d4..3fb7b720 100644 --- a/HPM/history/provinces/africa/1741 - Murzuk.txt +++ b/HPM/history/provinces/africa/1741 - Murzuk.txt @@ -4,7 +4,7 @@ add_core = TRI trade_goods = fruit life_rating = 10 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 + owner = TUR + controller = TUR + colonial = 2 } diff --git a/HPM/history/provinces/africa/1744 - Ghadamis.txt b/HPM/history/provinces/africa/1744 - Ghadamis.txt index a995d4cc..3fb7b720 100644 --- a/HPM/history/provinces/africa/1744 - Ghadamis.txt +++ b/HPM/history/provinces/africa/1744 - Ghadamis.txt @@ -4,7 +4,7 @@ add_core = TRI trade_goods = fruit life_rating = 10 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 -} \ No newline at end of file + owner = TUR + controller = TUR + colonial = 2 +} diff --git a/HPM/history/provinces/africa/1783 - Dakar.txt b/HPM/history/provinces/africa/1783 - Dakar.txt index f13a6fba..a8bb27a1 100644 --- a/HPM/history/provinces/africa/1783 - Dakar.txt +++ b/HPM/history/provinces/africa/1783 - Dakar.txt @@ -7,5 +7,5 @@ terrain = semidesert life_rating = 35 colonial = 2 1861.1.1 = { - naval_base = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/africa/1785 - Banjul.txt b/HPM/history/provinces/africa/1785 - Banjul.txt index fcc91931..0729f90a 100644 --- a/HPM/history/provinces/africa/1785 - Banjul.txt +++ b/HPM/history/provinces/africa/1785 - Banjul.txt @@ -5,4 +5,4 @@ add_core = WOL add_core = TOO trade_goods = fruit life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/africa/1789 - Podor.txt b/HPM/history/provinces/africa/1789 - Podor.txt index b5650831..d1c1f4c7 100644 --- a/HPM/history/provinces/africa/1789 - Podor.txt +++ b/HPM/history/provinces/africa/1789 - Podor.txt @@ -6,7 +6,7 @@ trade_goods = fruit terrain = semidesert life_rating = 31 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1790 - Matam.txt b/HPM/history/provinces/africa/1790 - Matam.txt index 83e92e78..39a38761 100644 --- a/HPM/history/provinces/africa/1790 - Matam.txt +++ b/HPM/history/provinces/africa/1790 - Matam.txt @@ -6,7 +6,7 @@ trade_goods = fruit terrain = semidesert life_rating = 31 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/africa/1832 - Fashoda.txt b/HPM/history/provinces/africa/1832 - Fashoda.txt index 48956c6c..e8016f00 100644 --- a/HPM/history/provinces/africa/1832 - Fashoda.txt +++ b/HPM/history/provinces/africa/1832 - Fashoda.txt @@ -5,7 +5,7 @@ add_core = EGY add_core = SUD trade_goods = grain life_rating = 35 -1861.1.1 = { - owner = EGY - controller = EGY +1861.1.1 = { + owner = EGY + controller = EGY } diff --git a/HPM/history/provinces/africa/1848 - Asmara.txt b/HPM/history/provinces/africa/1848 - Asmara.txt index a9f93eca..f8aa11e5 100644 --- a/HPM/history/provinces/africa/1848 - Asmara.txt +++ b/HPM/history/provinces/africa/1848 - Asmara.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = TIG + owner = ETH + controller = ETH + remove_core = TIG } diff --git a/HPM/history/provinces/africa/1849 - Massawa.txt b/HPM/history/provinces/africa/1849 - Massawa.txt index cdac6a03..4053c8ba 100644 --- a/HPM/history/provinces/africa/1849 - Massawa.txt +++ b/HPM/history/provinces/africa/1849 - Massawa.txt @@ -6,6 +6,6 @@ trade_goods = fish terrain = semidesert life_rating = 32 1861.1.1 = { - owner = ETH - controller = ETH + owner = ETH + controller = ETH } diff --git a/HPM/history/provinces/africa/1850 - Akordat.txt b/HPM/history/provinces/africa/1850 - Akordat.txt index 22a5d2d5..268cf8df 100644 --- a/HPM/history/provinces/africa/1850 - Akordat.txt +++ b/HPM/history/provinces/africa/1850 - Akordat.txt @@ -6,6 +6,6 @@ trade_goods = fruit terrain = semidesert life_rating = 32 1861.1.1 = { - owner = ETH - controller = ETH + owner = ETH + controller = ETH } diff --git a/HPM/history/provinces/africa/1851 - Assab.txt b/HPM/history/provinces/africa/1851 - Assab.txt index 5d9bf168..7d7bc07c 100644 --- a/HPM/history/provinces/africa/1851 - Assab.txt +++ b/HPM/history/provinces/africa/1851 - Assab.txt @@ -7,8 +7,8 @@ trade_goods = fish terrain = desert life_rating = 31 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = TIG - remove_core = AWS + owner = ETH + controller = ETH + remove_core = TIG + remove_core = AWS } diff --git a/HPM/history/provinces/africa/1852 - Gonder.txt b/HPM/history/provinces/africa/1852 - Gonder.txt index df605cc9..83d15429 100644 --- a/HPM/history/provinces/africa/1852 - Gonder.txt +++ b/HPM/history/provinces/africa/1852 - Gonder.txt @@ -6,9 +6,9 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = GON - remove_core = SHW - remove_core = TIG + owner = ETH + controller = ETH + remove_core = GON + remove_core = SHW + remove_core = TIG } diff --git a/HPM/history/provinces/africa/1853 - Debre Tabor.txt b/HPM/history/provinces/africa/1853 - Debre Tabor.txt index ccd667df..29a689c8 100644 --- a/HPM/history/provinces/africa/1853 - Debre Tabor.txt +++ b/HPM/history/provinces/africa/1853 - Debre Tabor.txt @@ -7,9 +7,9 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = GON - remove_core = SHW - remove_core = TIG + owner = ETH + controller = ETH + remove_core = GON + remove_core = SHW + remove_core = TIG } diff --git a/HPM/history/provinces/africa/1854 - Matamma.txt b/HPM/history/provinces/africa/1854 - Matamma.txt index 7f985140..74291d3d 100644 --- a/HPM/history/provinces/africa/1854 - Matamma.txt +++ b/HPM/history/provinces/africa/1854 - Matamma.txt @@ -6,7 +6,7 @@ add_core = ETH trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = GON + owner = ETH + controller = ETH + remove_core = GON } diff --git a/HPM/history/provinces/africa/1855 - Debre Markos.txt b/HPM/history/provinces/africa/1855 - Debre Markos.txt index d8fa0d16..aa94a101 100644 --- a/HPM/history/provinces/africa/1855 - Debre Markos.txt +++ b/HPM/history/provinces/africa/1855 - Debre Markos.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = GON + owner = ETH + controller = ETH + remove_core = GON } diff --git a/HPM/history/provinces/africa/1856 - Aksum.txt b/HPM/history/provinces/africa/1856 - Aksum.txt index 38223191..35e8c3bf 100644 --- a/HPM/history/provinces/africa/1856 - Aksum.txt +++ b/HPM/history/provinces/africa/1856 - Aksum.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = TIG + owner = ETH + controller = ETH + remove_core = TIG } diff --git a/HPM/history/provinces/africa/1857 - Antalo.txt b/HPM/history/provinces/africa/1857 - Antalo.txt index 38223191..35e8c3bf 100644 --- a/HPM/history/provinces/africa/1857 - Antalo.txt +++ b/HPM/history/provinces/africa/1857 - Antalo.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = TIG + owner = ETH + controller = ETH + remove_core = TIG } diff --git a/HPM/history/provinces/africa/1858 - Awsa.txt b/HPM/history/provinces/africa/1858 - Awsa.txt index 60230768..40f81275 100644 --- a/HPM/history/provinces/africa/1858 - Awsa.txt +++ b/HPM/history/provinces/africa/1858 - Awsa.txt @@ -7,8 +7,8 @@ trade_goods = grain terrain = desert life_rating = 10 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = TIG - remove_core = AWS + owner = ETH + controller = ETH + remove_core = TIG + remove_core = AWS } diff --git a/HPM/history/provinces/africa/1859 - Ankober.txt b/HPM/history/provinces/africa/1859 - Ankober.txt index fc9b2ef5..82d85247 100644 --- a/HPM/history/provinces/africa/1859 - Ankober.txt +++ b/HPM/history/provinces/africa/1859 - Ankober.txt @@ -6,7 +6,7 @@ add_core = ETH trade_goods = coffee life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = SHW + owner = ETH + controller = ETH + remove_core = SHW } diff --git a/HPM/history/provinces/africa/1860 - Awasa.txt b/HPM/history/provinces/africa/1860 - Awasa.txt index 6f9af4fe..eed8c232 100644 --- a/HPM/history/provinces/africa/1860 - Awasa.txt +++ b/HPM/history/provinces/africa/1860 - Awasa.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = SHW + owner = ETH + controller = ETH + remove_core = SHW } diff --git a/HPM/history/provinces/africa/1861 - Aselia.txt b/HPM/history/provinces/africa/1861 - Aselia.txt index d6983b9b..0d7b2e22 100644 --- a/HPM/history/provinces/africa/1861 - Aselia.txt +++ b/HPM/history/provinces/africa/1861 - Aselia.txt @@ -5,7 +5,7 @@ add_core = ETH trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ETH - controller = ETH - remove_core = SHW + owner = ETH + controller = ETH + remove_core = SHW } diff --git a/HPM/history/provinces/africa/1877 - Bissau.txt b/HPM/history/provinces/africa/1877 - Bissau.txt index 3f73e256..8d31507d 100644 --- a/HPM/history/provinces/africa/1877 - Bissau.txt +++ b/HPM/history/provinces/africa/1877 - Bissau.txt @@ -3,4 +3,4 @@ controller = POR add_core = GBU trade_goods = fish life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/africa/1889 - Bopolu.txt b/HPM/history/provinces/africa/1889 - Bopolu.txt index bd8e5784..9e3a0daf 100644 --- a/HPM/history/provinces/africa/1889 - Bopolu.txt +++ b/HPM/history/provinces/africa/1889 - Bopolu.txt @@ -1,5 +1,5 @@ trade_goods = fruit life_rating = 10 1861.1.1 = { - add_core = LIB + add_core = LIB } diff --git a/HPM/history/provinces/africa/1890 - Gbarnga.txt b/HPM/history/provinces/africa/1890 - Gbarnga.txt index bd8e5784..9e3a0daf 100644 --- a/HPM/history/provinces/africa/1890 - Gbarnga.txt +++ b/HPM/history/provinces/africa/1890 - Gbarnga.txt @@ -1,5 +1,5 @@ trade_goods = fruit life_rating = 10 1861.1.1 = { - add_core = LIB + add_core = LIB } diff --git a/HPM/history/provinces/africa/1891 - Zwedru.txt b/HPM/history/provinces/africa/1891 - Zwedru.txt index 28cfeaac..a0e7dfee 100644 --- a/HPM/history/provinces/africa/1891 - Zwedru.txt +++ b/HPM/history/provinces/africa/1891 - Zwedru.txt @@ -1,5 +1,5 @@ trade_goods = tropical_wood life_rating = 10 1861.1.1 = { - add_core = LIB + add_core = LIB } diff --git a/HPM/history/provinces/africa/1907 - Accra.txt b/HPM/history/provinces/africa/1907 - Accra.txt index f696d2ef..ea89aeb4 100644 --- a/HPM/history/provinces/africa/1907 - Accra.txt +++ b/HPM/history/provinces/africa/1907 - Accra.txt @@ -4,7 +4,7 @@ add_core = ASH trade_goods = fish life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/1923 - Lagos.txt b/HPM/history/provinces/africa/1923 - Lagos.txt index 6b02846b..d3374102 100644 --- a/HPM/history/provinces/africa/1923 - Lagos.txt +++ b/HPM/history/provinces/africa/1923 - Lagos.txt @@ -4,7 +4,7 @@ add_core = OYO trade_goods = fish life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/1954 - Sao Tome.txt b/HPM/history/provinces/africa/1954 - Sao Tome.txt index b409d3c9..8d10c156 100644 --- a/HPM/history/provinces/africa/1954 - Sao Tome.txt +++ b/HPM/history/provinces/africa/1954 - Sao Tome.txt @@ -5,5 +5,5 @@ life_rating = 35 colonial = 2 terrain = small_island 1861.1.1 = { - naval_base = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/africa/1981 - Impfondo.txt b/HPM/history/provinces/africa/1981 - Impfondo.txt index 22be6bd8..a6dfc21f 100644 --- a/HPM/history/provinces/africa/1981 - Impfondo.txt +++ b/HPM/history/provinces/africa/1981 - Impfondo.txt @@ -6,7 +6,7 @@ trade_goods = iron life_rating = 31 terrain = small_island 1861.1.1 = { - controller = ITA - owner = ITA - remove_core = TUS + controller = ITA + owner = ITA + remove_core = TUS } diff --git a/HPM/history/provinces/africa/2001 - Mbanza.txt b/HPM/history/provinces/africa/2001 - Mbanza.txt index edb9384c..b3afd99b 100644 --- a/HPM/history/provinces/africa/2001 - Mbanza.txt +++ b/HPM/history/provinces/africa/2001 - Mbanza.txt @@ -4,7 +4,7 @@ add_core = KON trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = POR - controller = POR - colonial = 2 + owner = POR + controller = POR + colonial = 2 } diff --git a/HPM/history/provinces/africa/2029 - Mombasa.txt b/HPM/history/provinces/africa/2029 - Mombasa.txt index 44f25e83..1a8347ca 100644 --- a/HPM/history/provinces/africa/2029 - Mombasa.txt +++ b/HPM/history/provinces/africa/2029 - Mombasa.txt @@ -6,6 +6,6 @@ trade_goods = fish terrain = savanna life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2030 - Lamu.txt b/HPM/history/provinces/africa/2030 - Lamu.txt index 6ffb8814..edecab83 100644 --- a/HPM/history/provinces/africa/2030 - Lamu.txt +++ b/HPM/history/provinces/africa/2030 - Lamu.txt @@ -6,6 +6,6 @@ trade_goods = cattle terrain = savanna life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2033 - Voi.txt b/HPM/history/provinces/africa/2033 - Voi.txt index 31bbd5b4..63b179ca 100644 --- a/HPM/history/provinces/africa/2033 - Voi.txt +++ b/HPM/history/provinces/africa/2033 - Voi.txt @@ -6,6 +6,6 @@ trade_goods = grain terrain = savanna life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2036 - Dar Es Salaam.txt b/HPM/history/provinces/africa/2036 - Dar Es Salaam.txt index 44f25e83..1a8347ca 100644 --- a/HPM/history/provinces/africa/2036 - Dar Es Salaam.txt +++ b/HPM/history/provinces/africa/2036 - Dar Es Salaam.txt @@ -6,6 +6,6 @@ trade_goods = fish terrain = savanna life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2037 - Tanga.txt b/HPM/history/provinces/africa/2037 - Tanga.txt index 31bbd5b4..63b179ca 100644 --- a/HPM/history/provinces/africa/2037 - Tanga.txt +++ b/HPM/history/provinces/africa/2037 - Tanga.txt @@ -6,6 +6,6 @@ trade_goods = grain terrain = savanna life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2038 - Kilwa.txt b/HPM/history/provinces/africa/2038 - Kilwa.txt index c49b2f6f..511fd139 100644 --- a/HPM/history/provinces/africa/2038 - Kilwa.txt +++ b/HPM/history/provinces/africa/2038 - Kilwa.txt @@ -5,6 +5,6 @@ add_core = OMA trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2039 - Lindi.txt b/HPM/history/provinces/africa/2039 - Lindi.txt index be2a2ac9..9750919c 100644 --- a/HPM/history/provinces/africa/2039 - Lindi.txt +++ b/HPM/history/provinces/africa/2039 - Lindi.txt @@ -1,6 +1,6 @@ trade_goods = grain life_rating = 10 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2048 - Zanzibar.txt b/HPM/history/provinces/africa/2048 - Zanzibar.txt index efecaf2c..f999ff3c 100644 --- a/HPM/history/provinces/africa/2048 - Zanzibar.txt +++ b/HPM/history/provinces/africa/2048 - Zanzibar.txt @@ -5,6 +5,6 @@ add_core = OMA trade_goods = precious_goods life_rating = 40 1861.1.1 = { - owner = ZAN - controller = ZAN + owner = ZAN + controller = ZAN } diff --git a/HPM/history/provinces/africa/2049 - Maputo.txt b/HPM/history/provinces/africa/2049 - Maputo.txt index fcea558a..6118240c 100644 --- a/HPM/history/provinces/africa/2049 - Maputo.txt +++ b/HPM/history/provinces/africa/2049 - Maputo.txt @@ -5,7 +5,7 @@ trade_goods = fish terrain = savanna life_rating = 35 1861.1.1 = { - owner = POR - controller = POR - colonial = 2 + owner = POR + controller = POR + colonial = 2 } diff --git a/HPM/history/provinces/africa/2063 - Ibo.txt b/HPM/history/provinces/africa/2063 - Ibo.txt index a811f452..298b4d7d 100644 --- a/HPM/history/provinces/africa/2063 - Ibo.txt +++ b/HPM/history/provinces/africa/2063 - Ibo.txt @@ -3,4 +3,4 @@ controller = POR add_core = AGC trade_goods = grain life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/africa/2065 - Milange.txt b/HPM/history/provinces/africa/2065 - Milange.txt index 53431ac2..62558a97 100644 --- a/HPM/history/provinces/africa/2065 - Milange.txt +++ b/HPM/history/provinces/africa/2065 - Milange.txt @@ -4,4 +4,4 @@ add_core = SHO add_core = AGC trade_goods = grain life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/africa/2069 - Gweru.txt b/HPM/history/provinces/africa/2069 - Gweru.txt index 06baadae..0d395fd1 100644 --- a/HPM/history/provinces/africa/2069 - Gweru.txt +++ b/HPM/history/provinces/africa/2069 - Gweru.txt @@ -3,7 +3,7 @@ terrain = savanna trade_goods = fruit life_rating = 10 1861.1.1 = { - owner = MAT - controller = MAT - life_rating = 35 + owner = MAT + controller = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2071 - Bulawayo.txt b/HPM/history/provinces/africa/2071 - Bulawayo.txt index 6d79efbb..6feb1b5a 100644 --- a/HPM/history/provinces/africa/2071 - Bulawayo.txt +++ b/HPM/history/provinces/africa/2071 - Bulawayo.txt @@ -3,7 +3,7 @@ terrain = savanna trade_goods = cattle life_rating = 10 1861.1.1 = { - owner = MAT - controller = MAT - life_rating = 35 + owner = MAT + controller = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2072 - Hwange.txt b/HPM/history/provinces/africa/2072 - Hwange.txt index 8e38c71e..25c3ed5c 100644 --- a/HPM/history/provinces/africa/2072 - Hwange.txt +++ b/HPM/history/provinces/africa/2072 - Hwange.txt @@ -3,7 +3,7 @@ terrain = savanna trade_goods = grain life_rating = 10 1861.1.1 = { - owner = MAT - controller = MAT - life_rating = 35 + owner = MAT + controller = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2088 - Springbok.txt b/HPM/history/provinces/africa/2088 - Springbok.txt index 6b7744a7..588080a6 100644 --- a/HPM/history/provinces/africa/2088 - Springbok.txt +++ b/HPM/history/provinces/africa/2088 - Springbok.txt @@ -3,8 +3,8 @@ life_rating = 15 terrain = mountain colonial = 1 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF - colonial = 2 + owner = ENG + controller = ENG + add_core = SAF + colonial = 2 } diff --git a/HPM/history/provinces/africa/2090 - Swettenham.txt b/HPM/history/provinces/africa/2090 - Swettenham.txt index d49dfb66..6b1351af 100644 --- a/HPM/history/provinces/africa/2090 - Swettenham.txt +++ b/HPM/history/provinces/africa/2090 - Swettenham.txt @@ -3,4 +3,4 @@ controller = ENG add_core = SAF trade_goods = wool life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/africa/2093 - Calvinia.txt b/HPM/history/provinces/africa/2093 - Calvinia.txt index f19174d7..671670c9 100644 --- a/HPM/history/provinces/africa/2093 - Calvinia.txt +++ b/HPM/history/provinces/africa/2093 - Calvinia.txt @@ -3,7 +3,7 @@ life_rating = 15 terrain = semidesert colonial = 1 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF + owner = ENG + controller = ENG + add_core = SAF } diff --git a/HPM/history/provinces/africa/2098 - Bisho.txt b/HPM/history/provinces/africa/2098 - Bisho.txt index 7ec81e48..6d091104 100644 --- a/HPM/history/provinces/africa/2098 - Bisho.txt +++ b/HPM/history/provinces/africa/2098 - Bisho.txt @@ -5,9 +5,9 @@ add_core = SAF trade_goods = wool life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF - add_core = ENG - colonial = 2 + owner = ENG + controller = ENG + add_core = SAF + add_core = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/2099 - Mathele.txt b/HPM/history/provinces/africa/2099 - Mathele.txt index 9c983f4e..867288ac 100644 --- a/HPM/history/provinces/africa/2099 - Mathele.txt +++ b/HPM/history/provinces/africa/2099 - Mathele.txt @@ -5,9 +5,9 @@ add_core = SAF trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF - add_core = ENG - colonial = 2 + owner = ENG + controller = ENG + add_core = SAF + add_core = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/2101 - Bloemfontein.txt b/HPM/history/provinces/africa/2101 - Bloemfontein.txt index 6c5de8d0..a0ef57ea 100644 --- a/HPM/history/provinces/africa/2101 - Bloemfontein.txt +++ b/HPM/history/provinces/africa/2101 - Bloemfontein.txt @@ -6,7 +6,7 @@ trade_goods = wool life_rating = 35 terrain = mining_district 1861.1.1 = { - owner = ORA - controller = ORA - add_core = SAF + owner = ORA + controller = ORA + add_core = SAF } diff --git a/HPM/history/provinces/africa/2102 - Winburg.txt b/HPM/history/provinces/africa/2102 - Winburg.txt index deee61f9..f56eaa9e 100644 --- a/HPM/history/provinces/africa/2102 - Winburg.txt +++ b/HPM/history/provinces/africa/2102 - Winburg.txt @@ -7,8 +7,8 @@ trade_goods = fruit life_rating = 35 terrain = mining_district 1861.1.1 = { - owner = ORA - controller = ORA - add_core = SAF - remove_core = MAT + owner = ORA + controller = ORA + add_core = SAF + remove_core = MAT } diff --git a/HPM/history/provinces/africa/2103 - Philippolis.txt b/HPM/history/provinces/africa/2103 - Philippolis.txt index adc6607a..56f847ca 100644 --- a/HPM/history/provinces/africa/2103 - Philippolis.txt +++ b/HPM/history/provinces/africa/2103 - Philippolis.txt @@ -5,7 +5,7 @@ add_core = ORA trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = ORA - controller = ORA - add_core = SAF + owner = ORA + controller = ORA + add_core = SAF } diff --git a/HPM/history/provinces/africa/2105 - Pretoria.txt b/HPM/history/provinces/africa/2105 - Pretoria.txt index b4abef97..ba6e60e9 100644 --- a/HPM/history/provinces/africa/2105 - Pretoria.txt +++ b/HPM/history/provinces/africa/2105 - Pretoria.txt @@ -7,9 +7,9 @@ trade_goods = cattle life_rating = 15 terrain = mining_district 1861.1.1 = { - owner = TRN - controller = TRN - add_core = SAF - remove_core = BSH - life_rating = 35 + owner = TRN + controller = TRN + add_core = SAF + remove_core = BSH + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2106 - Johannesburg.txt b/HPM/history/provinces/africa/2106 - Johannesburg.txt index fa72b28e..44a4fca0 100644 --- a/HPM/history/provinces/africa/2106 - Johannesburg.txt +++ b/HPM/history/provinces/africa/2106 - Johannesburg.txt @@ -7,9 +7,9 @@ trade_goods = wool life_rating = 20 terrain = mining_district 1861.1.1 = { - owner = TRN - controller = TRN - add_core = SAF - remove_core = BSH - life_rating = 35 + owner = TRN + controller = TRN + add_core = SAF + remove_core = BSH + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2107 - Klerksdorp.txt b/HPM/history/provinces/africa/2107 - Klerksdorp.txt index 3ab76490..866222d3 100644 --- a/HPM/history/provinces/africa/2107 - Klerksdorp.txt +++ b/HPM/history/provinces/africa/2107 - Klerksdorp.txt @@ -7,10 +7,10 @@ trade_goods = grain life_rating = 20 terrain = mining_district 1861.1.1 = { - owner = TRN - controller = TRN - add_core = TRN - add_core = SAF - remove_core = MAT - life_rating = 35 + owner = TRN + controller = TRN + add_core = TRN + add_core = SAF + remove_core = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2108 - Mosega.txt b/HPM/history/provinces/africa/2108 - Mosega.txt index 878754bc..0d2862da 100644 --- a/HPM/history/provinces/africa/2108 - Mosega.txt +++ b/HPM/history/provinces/africa/2108 - Mosega.txt @@ -7,10 +7,10 @@ terrain = savanna trade_goods = grain life_rating = 20 1861.1.1 = { - owner = TRN - controller = TRN - add_core = TRN - add_core = SAF - remove_core = MAT - life_rating = 35 + owner = TRN + controller = TRN + add_core = TRN + add_core = SAF + remove_core = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2109 - Lydenburg.txt b/HPM/history/provinces/africa/2109 - Lydenburg.txt index e142ec11..476fc9e7 100644 --- a/HPM/history/provinces/africa/2109 - Lydenburg.txt +++ b/HPM/history/provinces/africa/2109 - Lydenburg.txt @@ -8,10 +8,10 @@ trade_goods = fruit life_rating = 15 terrain = mining_district 1861.1.1 = { - owner = TRN - controller = TRN - add_core = TRN - add_core = SAF - remove_core = MAT - life_rating = 35 + owner = TRN + controller = TRN + add_core = TRN + add_core = SAF + remove_core = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2110 - Thohoyandu.txt b/HPM/history/provinces/africa/2110 - Thohoyandu.txt index 2c4da8d9..11c63e60 100644 --- a/HPM/history/provinces/africa/2110 - Thohoyandu.txt +++ b/HPM/history/provinces/africa/2110 - Thohoyandu.txt @@ -7,9 +7,9 @@ terrain = mountain trade_goods = wool life_rating = 15 1861.1.1 = { - owner = TRN - controller = TRN - add_core = SAF - remove_core = MAT - life_rating = 35 + owner = TRN + controller = TRN + add_core = SAF + remove_core = MAT + life_rating = 35 } diff --git a/HPM/history/provinces/africa/2111 - Durban.txt b/HPM/history/provinces/africa/2111 - Durban.txt index e422e6d8..b9775ad9 100644 --- a/HPM/history/provinces/africa/2111 - Durban.txt +++ b/HPM/history/provinces/africa/2111 - Durban.txt @@ -6,9 +6,9 @@ add_core = NAL trade_goods = wool life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF - add_core = ENG - colonial = 2 + owner = ENG + controller = ENG + add_core = SAF + add_core = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/2112 - Ladysmith.txt b/HPM/history/provinces/africa/2112 - Ladysmith.txt index c870b4c6..0e4d861d 100644 --- a/HPM/history/provinces/africa/2112 - Ladysmith.txt +++ b/HPM/history/provinces/africa/2112 - Ladysmith.txt @@ -6,9 +6,9 @@ add_core = NAL trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF - add_core = ENG - colonial = 2 + owner = ENG + controller = ENG + add_core = SAF + add_core = ENG + colonial = 2 } diff --git a/HPM/history/provinces/africa/2124 - Mayotte.txt b/HPM/history/provinces/africa/2124 - Mayotte.txt index cc11303d..9c2b12f3 100644 --- a/HPM/history/provinces/africa/2124 - Mayotte.txt +++ b/HPM/history/provinces/africa/2124 - Mayotte.txt @@ -3,7 +3,7 @@ trade_goods = grain life_rating = 30 terrain = small_island 1861.1.1 = { - owner = FRA - controller = FRA - naval_base = 1 + owner = FRA + controller = FRA + naval_base = 1 } diff --git a/HPM/history/provinces/africa/2558 - De Aar.txt b/HPM/history/provinces/africa/2558 - De Aar.txt index ecd195da..cf070aea 100644 --- a/HPM/history/provinces/africa/2558 - De Aar.txt +++ b/HPM/history/provinces/africa/2558 - De Aar.txt @@ -3,7 +3,7 @@ life_rating = 15 terrain = savanna colonial = 1 1861.1.1 = { - owner = ENG - controller = ENG - add_core = SAF + owner = ENG + controller = ENG + add_core = SAF } diff --git a/HPM/history/provinces/africa/2573 - Mboul.txt b/HPM/history/provinces/africa/2573 - Mboul.txt index 56b59246..6b5f264f 100644 --- a/HPM/history/provinces/africa/2573 - Mboul.txt +++ b/HPM/history/provinces/africa/2573 - Mboul.txt @@ -6,7 +6,7 @@ trade_goods = fish terrain = semidesert life_rating = 35 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 + owner = FRA + controller = FRA + colonial = 2 } diff --git a/HPM/history/provinces/asia/1330 - Rangoon.txt b/HPM/history/provinces/asia/1330 - Rangoon.txt index 96b8764c..3f7d71e0 100644 --- a/HPM/history/provinces/asia/1330 - Rangoon.txt +++ b/HPM/history/provinces/asia/1330 - Rangoon.txt @@ -5,7 +5,7 @@ add_core = BUR trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/asia/1331 - Bassein.txt b/HPM/history/provinces/asia/1331 - Bassein.txt index 021a360f..d536b2f4 100644 --- a/HPM/history/provinces/asia/1331 - Bassein.txt +++ b/HPM/history/provinces/asia/1331 - Bassein.txt @@ -4,7 +4,7 @@ add_core = BUR trade_goods = fish life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/asia/1332 - Pegu.txt b/HPM/history/provinces/asia/1332 - Pegu.txt index 96b8764c..3f7d71e0 100644 --- a/HPM/history/provinces/asia/1332 - Pegu.txt +++ b/HPM/history/provinces/asia/1332 - Pegu.txt @@ -5,7 +5,7 @@ add_core = BUR trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/asia/1333 - Toungoo.txt b/HPM/history/provinces/asia/1333 - Toungoo.txt index 3928ce07..44f92f08 100644 --- a/HPM/history/provinces/asia/1333 - Toungoo.txt +++ b/HPM/history/provinces/asia/1333 - Toungoo.txt @@ -5,7 +5,7 @@ add_core = BUR trade_goods = opium life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/asia/1337 Prome.txt b/HPM/history/provinces/asia/1337 Prome.txt index a3ae152e..8b7b774d 100644 --- a/HPM/history/provinces/asia/1337 Prome.txt +++ b/HPM/history/provinces/asia/1337 Prome.txt @@ -4,6 +4,6 @@ add_core = BUR trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG + owner = ENG + controller = ENG } diff --git a/HPM/history/provinces/asia/1343 - Moulmein.txt b/HPM/history/provinces/asia/1343 - Moulmein.txt index bd9ac452..36b22b3a 100644 --- a/HPM/history/provinces/asia/1343 - Moulmein.txt +++ b/HPM/history/provinces/asia/1343 - Moulmein.txt @@ -4,4 +4,4 @@ add_core = KAR add_core = BUR trade_goods = grain life_rating = 33 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/asia/1344 - Mergui.txt b/HPM/history/provinces/asia/1344 - Mergui.txt index 0f2b662a..9c96e72f 100644 --- a/HPM/history/provinces/asia/1344 - Mergui.txt +++ b/HPM/history/provinces/asia/1344 - Mergui.txt @@ -4,4 +4,4 @@ add_core = KAR add_core = BUR trade_goods = fish life_rating = 31 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/asia/1345 - Sittwe.txt b/HPM/history/provinces/asia/1345 - Sittwe.txt index 9f62c677..b7bfea0e 100644 --- a/HPM/history/provinces/asia/1345 - Sittwe.txt +++ b/HPM/history/provinces/asia/1345 - Sittwe.txt @@ -3,4 +3,4 @@ controller = ENG add_core = BUR trade_goods = grain life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/asia/1380 - Saigon.txt b/HPM/history/provinces/asia/1380 - Saigon.txt index bf945ea4..4262cce4 100644 --- a/HPM/history/provinces/asia/1380 - Saigon.txt +++ b/HPM/history/provinces/asia/1380 - Saigon.txt @@ -5,5 +5,5 @@ trade_goods = grain life_rating = 40 naval_base = 1 1861.1.1 = { - controller = FRA -} \ No newline at end of file + controller = FRA +} diff --git a/HPM/history/provinces/asia/1394 - Kuching.txt b/HPM/history/provinces/asia/1394 - Kuching.txt index 5dee9c6b..bd48603e 100644 --- a/HPM/history/provinces/asia/1394 - Kuching.txt +++ b/HPM/history/provinces/asia/1394 - Kuching.txt @@ -4,8 +4,8 @@ add_core = BRU trade_goods = fruit life_rating = 31 1861.1.1 = { - owner = SWK - controller = SWK - add_core = SWK - remove_core = BRU + owner = SWK + controller = SWK + add_core = SWK + remove_core = BRU } diff --git a/HPM/history/provinces/asia/1395 - Bintulu.txt b/HPM/history/provinces/asia/1395 - Bintulu.txt index aeb284d0..dd45e2be 100644 --- a/HPM/history/provinces/asia/1395 - Bintulu.txt +++ b/HPM/history/provinces/asia/1395 - Bintulu.txt @@ -4,8 +4,8 @@ add_core = BRU trade_goods = grain life_rating = 31 1861.1.1 = { - owner = SWK - controller = SWK - add_core = SWK - remove_core = BRU + owner = SWK + controller = SWK + add_core = SWK + remove_core = BRU } diff --git a/HPM/history/provinces/australia/2468 - Sydney.txt b/HPM/history/provinces/australia/2468 - Sydney.txt index 1217ecb5..2cb2cc3f 100644 --- a/HPM/history/provinces/australia/2468 - Sydney.txt +++ b/HPM/history/provinces/australia/2468 - Sydney.txt @@ -6,16 +6,16 @@ life_rating = 35 colonial = 2 naval_base = 1 1861.1.1 = { - colonial = 0 - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + colonial = 0 + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/australia/2476 - Melbourne.txt b/HPM/history/provinces/australia/2476 - Melbourne.txt index 70d702af..0efb973a 100644 --- a/HPM/history/provinces/australia/2476 - Melbourne.txt +++ b/HPM/history/provinces/australia/2476 - Melbourne.txt @@ -5,11 +5,11 @@ trade_goods = wool life_rating = 35 colonial = 2 1861.1.1 = { - colonial = 2 - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + colonial = 2 + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/australia/2509 - Auckland.txt b/HPM/history/provinces/australia/2509 - Auckland.txt index eb8039e4..4a53f65b 100644 --- a/HPM/history/provinces/australia/2509 - Auckland.txt +++ b/HPM/history/provinces/australia/2509 - Auckland.txt @@ -3,4 +3,4 @@ controller = ENG add_core = NZL trade_goods = cattle life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/australia/2510 - New Plymouth.txt b/HPM/history/provinces/australia/2510 - New Plymouth.txt index 73e37899..2b75826b 100644 --- a/HPM/history/provinces/australia/2510 - New Plymouth.txt +++ b/HPM/history/provinces/australia/2510 - New Plymouth.txt @@ -1,4 +1,4 @@ add_core = NZL trade_goods = cattle life_rating = 30 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/australia/2511 - Napier.txt b/HPM/history/provinces/australia/2511 - Napier.txt index 7a6b737d..58db41ec 100644 --- a/HPM/history/provinces/australia/2511 - Napier.txt +++ b/HPM/history/provinces/australia/2511 - Napier.txt @@ -1,8 +1,8 @@ add_core = NZL trade_goods = cattle life_rating = 30 -1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 +1861.1.1 = { + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/australia/2513 - Dunedin.txt b/HPM/history/provinces/australia/2513 - Dunedin.txt index 6c94d731..5f7fa4d8 100644 --- a/HPM/history/provinces/australia/2513 - Dunedin.txt +++ b/HPM/history/provinces/australia/2513 - Dunedin.txt @@ -3,7 +3,7 @@ trade_goods = wool terrain = hills life_rating = 30 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/australia/2514 - Hokitika.txt b/HPM/history/provinces/australia/2514 - Hokitika.txt index f1c8466c..1c11c88e 100644 --- a/HPM/history/provinces/australia/2514 - Hokitika.txt +++ b/HPM/history/provinces/australia/2514 - Hokitika.txt @@ -3,7 +3,7 @@ trade_goods = wool terrain = montane_forest life_rating = 30 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/australia/2515 - Christchurch.txt b/HPM/history/provinces/australia/2515 - Christchurch.txt index 3ff38bcb..3268fd42 100644 --- a/HPM/history/provinces/australia/2515 - Christchurch.txt +++ b/HPM/history/provinces/australia/2515 - Christchurch.txt @@ -2,7 +2,7 @@ add_core = NZL trade_goods = wool life_rating = 30 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/austria/2538 - Novi Sad.txt b/HPM/history/provinces/austria/2538 - Novi Sad.txt index 3149e9af..25b9959c 100644 --- a/HPM/history/provinces/austria/2538 - Novi Sad.txt +++ b/HPM/history/provinces/austria/2538 - Novi Sad.txt @@ -2,6 +2,7 @@ owner = AUS controller = AUS add_core = SER add_core = HUN +add_core = BAN trade_goods = wool life_rating = 35 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/austria/612 - Innsbruck.txt b/HPM/history/provinces/austria/612 - Innsbruck.txt index 97c2cfb5..41e5f58c 100644 --- a/HPM/history/provinces/austria/612 - Innsbruck.txt +++ b/HPM/history/provinces/austria/612 - Innsbruck.txt @@ -4,7 +4,7 @@ add_core = AUS trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} diff --git a/HPM/history/provinces/austria/613 - Salzburg.txt b/HPM/history/provinces/austria/613 - Salzburg.txt index 86016b03..941cfe1f 100644 --- a/HPM/history/provinces/austria/613 - Salzburg.txt +++ b/HPM/history/provinces/austria/613 - Salzburg.txt @@ -4,7 +4,7 @@ add_core = AUS trade_goods = grain life_rating = 35 #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} diff --git a/HPM/history/provinces/austria/619 - Vienna.txt b/HPM/history/provinces/austria/619 - Vienna.txt index d1f7dbbb..55e7145d 100644 --- a/HPM/history/provinces/austria/619 - Vienna.txt +++ b/HPM/history/provinces/austria/619 - Vienna.txt @@ -5,14 +5,14 @@ trade_goods = grain life_rating = 35 fort = 1 state_building = { - level = 1 - building = small_arms_factory - upgrade = yes + level = 1 + building = small_arms_factory + upgrade = yes } state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/austria/625 - Prague.txt b/HPM/history/provinces/austria/625 - Prague.txt index 209eb57c..f6bd9955 100644 --- a/HPM/history/provinces/austria/625 - Prague.txt +++ b/HPM/history/provinces/austria/625 - Prague.txt @@ -6,15 +6,15 @@ add_core = CZH trade_goods = coal life_rating = 35 state_building = { - level = 1 - building = glass_factory - upgrade = yes + level = 1 + building = glass_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/austria/629 - Plzen.txt b/HPM/history/provinces/austria/629 - Plzen.txt index 70df8cf0..aa5894f6 100644 --- a/HPM/history/provinces/austria/629 - Plzen.txt +++ b/HPM/history/provinces/austria/629 - Plzen.txt @@ -6,7 +6,7 @@ add_core = CZH trade_goods = coal life_rating = 35 state_building = { - level = 1 - building = artillery_factory - upgrade = yes + level = 1 + building = artillery_factory + upgrade = yes } diff --git a/HPM/history/provinces/austria/631 - Brno.txt b/HPM/history/provinces/austria/631 - Brno.txt index 15f2d877..75a31c01 100644 --- a/HPM/history/provinces/austria/631 - Brno.txt +++ b/HPM/history/provinces/austria/631 - Brno.txt @@ -7,9 +7,9 @@ trade_goods = coal life_rating = 35 1861.1.1 = { railroad = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/austria/633 - Bratislava.txt b/HPM/history/provinces/austria/633 - Bratislava.txt index 2fd86dcc..68c35d94 100644 --- a/HPM/history/provinces/austria/633 - Bratislava.txt +++ b/HPM/history/provinces/austria/633 - Bratislava.txt @@ -6,8 +6,8 @@ add_core = CZH trade_goods = cattle life_rating = 35 state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/austria/639 - Zalaegerszeg.txt b/HPM/history/provinces/austria/639 - Zalaegerszeg.txt index 5f5933c9..9bbc15b9 100644 --- a/HPM/history/provinces/austria/639 - Zalaegerszeg.txt +++ b/HPM/history/provinces/austria/639 - Zalaegerszeg.txt @@ -4,7 +4,7 @@ add_core = HUN trade_goods = cattle life_rating = 35 state_building = { - level = 1 - building = ammunition_factory - upgrade = yes + level = 1 + building = ammunition_factory + upgrade = yes } diff --git a/HPM/history/provinces/austria/641 - Budapest.txt b/HPM/history/provinces/austria/641 - Budapest.txt index b80e5306..ca013a5b 100644 --- a/HPM/history/provinces/austria/641 - Budapest.txt +++ b/HPM/history/provinces/austria/641 - Budapest.txt @@ -5,8 +5,8 @@ trade_goods = cattle life_rating = 35 fort = 1 state_building = { - level = 1 - building = canned_food_factory - upgrade = yes + level = 1 + building = canned_food_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/austria/726 - Milan.txt b/HPM/history/provinces/austria/726 - Milan.txt index 4ff36ced..af071299 100644 --- a/HPM/history/provinces/austria/726 - Milan.txt +++ b/HPM/history/provinces/austria/726 - Milan.txt @@ -6,20 +6,20 @@ trade_goods = cotton life_rating = 45 fort = 1 state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } 1861.1.1 = { - owner = ITA - controller = ITA - remove_core = LOM + owner = ITA + controller = ITA + remove_core = LOM } -1861.1.1 = { - state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/austria/727 - Bergamo.txt b/HPM/history/provinces/austria/727 - Bergamo.txt index ae402336..b1f76a5c 100644 --- a/HPM/history/provinces/austria/727 - Bergamo.txt +++ b/HPM/history/provinces/austria/727 - Bergamo.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = cotton life_rating = 35 1861.1.1 = { - owner = ITA - controller = ITA - remove_core = LOM + owner = ITA + controller = ITA + remove_core = LOM } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/austria/728 - Brescia.txt b/HPM/history/provinces/austria/728 - Brescia.txt index 5d1ecb3c..6886de98 100644 --- a/HPM/history/provinces/austria/728 - Brescia.txt +++ b/HPM/history/provinces/austria/728 - Brescia.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = silk life_rating = 35 1861.1.1 = { - owner = ITA - controller = ITA + owner = ITA + controller = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/austria/729 - Venice.txt b/HPM/history/provinces/austria/729 - Venice.txt index a4711306..66e7653d 100644 --- a/HPM/history/provinces/austria/729 - Venice.txt +++ b/HPM/history/provinces/austria/729 - Venice.txt @@ -5,14 +5,14 @@ trade_goods = fish life_rating = 40 naval_base = 1 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/austria/736 - Trieste.txt b/HPM/history/provinces/austria/736 - Trieste.txt index b8be8c72..d8f8a4b4 100644 --- a/HPM/history/provinces/austria/736 - Trieste.txt +++ b/HPM/history/provinces/austria/736 - Trieste.txt @@ -7,11 +7,11 @@ add_core = VEN trade_goods = grain life_rating = 40 #state_building = { -# level = 1 -# building = liquor_distillery -# upgrade = yes +# level = 1 +# building = liquor_distillery +# upgrade = yes #} -1861.1.1 = { - railroad = 2 - naval_base = 3 +1861.1.1 = { + railroad = 2 + naval_base = 3 } diff --git a/HPM/history/provinces/austria/791 - Mitrovica.txt b/HPM/history/provinces/austria/791 - Mitrovica.txt index e5634901..beef433e 100644 --- a/HPM/history/provinces/austria/791 - Mitrovica.txt +++ b/HPM/history/provinces/austria/791 - Mitrovica.txt @@ -2,6 +2,7 @@ owner = AUS controller = AUS add_core = SER add_core = HUN +add_core = BAN trade_goods = timber life_rating = 35 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/balkan/664 - Bucharest.txt b/HPM/history/provinces/balkan/664 - Bucharest.txt index d0625d10..5380c212 100644 --- a/HPM/history/provinces/balkan/664 - Bucharest.txt +++ b/HPM/history/provinces/balkan/664 - Bucharest.txt @@ -1,11 +1,11 @@ owner = WAL controller = WAL add_core = WAL -add_core = ROM +add_core = ROM trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/665 - Tirgu Jiu.txt b/HPM/history/provinces/balkan/665 - Tirgu Jiu.txt index c1af45d9..5380c212 100644 --- a/HPM/history/provinces/balkan/665 - Tirgu Jiu.txt +++ b/HPM/history/provinces/balkan/665 - Tirgu Jiu.txt @@ -6,6 +6,6 @@ trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/666 - Craiova.txt b/HPM/history/provinces/balkan/666 - Craiova.txt index 44a6f1b7..ec9eb80d 100644 --- a/HPM/history/provinces/balkan/666 - Craiova.txt +++ b/HPM/history/provinces/balkan/666 - Craiova.txt @@ -6,6 +6,6 @@ trade_goods = coal life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/667 - Tirgoviste.txt b/HPM/history/provinces/balkan/667 - Tirgoviste.txt index e5e4c7bc..8e635271 100644 --- a/HPM/history/provinces/balkan/667 - Tirgoviste.txt +++ b/HPM/history/provinces/balkan/667 - Tirgoviste.txt @@ -6,6 +6,6 @@ trade_goods = wool life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/668 - Braila.txt b/HPM/history/provinces/balkan/668 - Braila.txt index 44a6f1b7..ec9eb80d 100644 --- a/HPM/history/provinces/balkan/668 - Braila.txt +++ b/HPM/history/provinces/balkan/668 - Braila.txt @@ -6,6 +6,6 @@ trade_goods = coal life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/669 - Calarasi.txt b/HPM/history/provinces/balkan/669 - Calarasi.txt index 44a6f1b7..ec9eb80d 100644 --- a/HPM/history/provinces/balkan/669 - Calarasi.txt +++ b/HPM/history/provinces/balkan/669 - Calarasi.txt @@ -6,6 +6,6 @@ trade_goods = coal life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/670 - Iasi.txt b/HPM/history/provinces/balkan/670 - Iasi.txt index 7c5b8de2..dab09908 100644 --- a/HPM/history/provinces/balkan/670 - Iasi.txt +++ b/HPM/history/provinces/balkan/670 - Iasi.txt @@ -6,6 +6,6 @@ trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/671 - Botosani.txt b/HPM/history/provinces/balkan/671 - Botosani.txt index 7c5b8de2..dab09908 100644 --- a/HPM/history/provinces/balkan/671 - Botosani.txt +++ b/HPM/history/provinces/balkan/671 - Botosani.txt @@ -6,6 +6,6 @@ trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/672 - Bacau.txt b/HPM/history/provinces/balkan/672 - Bacau.txt index b9621e9b..e0873bfd 100644 --- a/HPM/history/provinces/balkan/672 - Bacau.txt +++ b/HPM/history/provinces/balkan/672 - Bacau.txt @@ -6,6 +6,6 @@ trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/673 - Galati.txt b/HPM/history/provinces/balkan/673 - Galati.txt index b9621e9b..e0873bfd 100644 --- a/HPM/history/provinces/balkan/673 - Galati.txt +++ b/HPM/history/provinces/balkan/673 - Galati.txt @@ -6,6 +6,6 @@ trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM -} \ No newline at end of file + controller = ROM + owner = ROM +} diff --git a/HPM/history/provinces/balkan/674 - Constanta.txt b/HPM/history/provinces/balkan/674 - Constanta.txt index 8f82022b..15f1659b 100644 --- a/HPM/history/provinces/balkan/674 - Constanta.txt +++ b/HPM/history/provinces/balkan/674 - Constanta.txt @@ -3,6 +3,6 @@ controller = TUR add_core = TUR add_core = WAL add_core = ROM -add_core = BUL +add_core = BUL trade_goods = grain life_rating = 35 diff --git a/HPM/history/provinces/balkan/675 - Tulcea.txt b/HPM/history/provinces/balkan/675 - Tulcea.txt index 0723bbdf..a99e086e 100644 --- a/HPM/history/provinces/balkan/675 - Tulcea.txt +++ b/HPM/history/provinces/balkan/675 - Tulcea.txt @@ -7,6 +7,6 @@ trade_goods = coal life_rating = 35 1861.1.1 = { - controller = ROM - owner = ROM + controller = ROM + owner = ROM } diff --git a/HPM/history/provinces/balkan/809 - Sofia.txt b/HPM/history/provinces/balkan/809 - Sofia.txt index a14dd1fa..bc662d58 100644 --- a/HPM/history/provinces/balkan/809 - Sofia.txt +++ b/HPM/history/provinces/balkan/809 - Sofia.txt @@ -5,7 +5,7 @@ add_core = BUL trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} diff --git a/HPM/history/provinces/balkan/818 - Silistre.txt b/HPM/history/provinces/balkan/818 - Silistre.txt index 689749fe..36edc643 100644 --- a/HPM/history/provinces/balkan/818 - Silistre.txt +++ b/HPM/history/provinces/balkan/818 - Silistre.txt @@ -2,6 +2,6 @@ owner = TUR controller = TUR add_core = TUR add_core = BUL -add_core = ROM +add_core = ROM trade_goods = grain life_rating = 35 diff --git a/HPM/history/provinces/balkan/845 - Cyclades.txt b/HPM/history/provinces/balkan/845 - Cyclades.txt index 239e84b0..913bc87b 100644 --- a/HPM/history/provinces/balkan/845 - Cyclades.txt +++ b/HPM/history/provinces/balkan/845 - Cyclades.txt @@ -5,9 +5,9 @@ trade_goods = fish life_rating = 30 terrain = small_island 1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } } diff --git a/HPM/history/provinces/balkan/847 - Chania.txt b/HPM/history/provinces/balkan/847 - Chania.txt index 9f008109..d5ba0bfc 100644 --- a/HPM/history/provinces/balkan/847 - Chania.txt +++ b/HPM/history/provinces/balkan/847 - Chania.txt @@ -7,6 +7,6 @@ trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } diff --git a/HPM/history/provinces/balkan/848 - Iraklion.txt b/HPM/history/provinces/balkan/848 - Iraklion.txt index 9f008109..d5ba0bfc 100644 --- a/HPM/history/provinces/balkan/848 - Iraklion.txt +++ b/HPM/history/provinces/balkan/848 - Iraklion.txt @@ -7,6 +7,6 @@ trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } diff --git a/HPM/history/provinces/balkan/860 - Istanbul.txt b/HPM/history/provinces/balkan/860 - Istanbul.txt index 246ebe43..7d4f5469 100644 --- a/HPM/history/provinces/balkan/860 - Istanbul.txt +++ b/HPM/history/provinces/balkan/860 - Istanbul.txt @@ -6,27 +6,27 @@ life_rating = 40 naval_base = 1 fort = 1 #state_building = { -# level = 1 -# building = cement_factory -# upgrade = yes +# level = 1 +# building = cement_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 2 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 2 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { - naval_base = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/balkan/863 - Bursa.txt b/HPM/history/provinces/balkan/863 - Bursa.txt index 0e7c4a23..030b9c19 100644 --- a/HPM/history/provinces/balkan/863 - Bursa.txt +++ b/HPM/history/provinces/balkan/863 - Bursa.txt @@ -4,10 +4,10 @@ add_core = TUR trade_goods = grain life_rating = 35 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - naval_base = 1 -} \ No newline at end of file + naval_base = 1 +} diff --git a/HPM/history/provinces/balkan/869 - Izmir.txt b/HPM/history/provinces/balkan/869 - Izmir.txt index 5e346e51..204f4f24 100644 --- a/HPM/history/provinces/balkan/869 - Izmir.txt +++ b/HPM/history/provinces/balkan/869 - Izmir.txt @@ -4,18 +4,18 @@ add_core = TUR trade_goods = sulphur life_rating = 35 #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} -1861.1.1 = { - railroad = 1 - naval_base = 1 +1861.1.1 = { + railroad = 1 + naval_base = 1 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/balkan/891 - Bitlis.txt b/HPM/history/provinces/balkan/891 - Bitlis.txt index 653b9d8a..3b0b3eae 100644 --- a/HPM/history/provinces/balkan/891 - Bitlis.txt +++ b/HPM/history/provinces/balkan/891 - Bitlis.txt @@ -7,6 +7,6 @@ add_core = KDS trade_goods = grain life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR + owner = TUR + controller = TUR } diff --git a/HPM/history/provinces/balkan/894 - Adana.txt b/HPM/history/provinces/balkan/894 - Adana.txt index d2f82924..0cf48f5b 100644 --- a/HPM/history/provinces/balkan/894 - Adana.txt +++ b/HPM/history/provinces/balkan/894 - Adana.txt @@ -6,6 +6,6 @@ trade_goods = wool life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } diff --git a/HPM/history/provinces/balkan/896 - Marash.txt b/HPM/history/provinces/balkan/896 - Marash.txt index d2f82924..0cf48f5b 100644 --- a/HPM/history/provinces/balkan/896 - Marash.txt +++ b/HPM/history/provinces/balkan/896 - Marash.txt @@ -6,6 +6,6 @@ trade_goods = wool life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } diff --git a/HPM/history/provinces/balkan/897 - Aleppo.txt b/HPM/history/provinces/balkan/897 - Aleppo.txt index b37547f2..9efa2ecf 100644 --- a/HPM/history/provinces/balkan/897 - Aleppo.txt +++ b/HPM/history/provinces/balkan/897 - Aleppo.txt @@ -8,6 +8,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/898 - Antep.txt b/HPM/history/provinces/balkan/898 - Antep.txt index d97b546f..eeca7119 100644 --- a/HPM/history/provinces/balkan/898 - Antep.txt +++ b/HPM/history/provinces/balkan/898 - Antep.txt @@ -7,6 +7,6 @@ trade_goods = wool life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } diff --git a/HPM/history/provinces/balkan/900 - Antioch.txt b/HPM/history/provinces/balkan/900 - Antioch.txt index 3f97482a..8cddbf56 100644 --- a/HPM/history/provinces/balkan/900 - Antioch.txt +++ b/HPM/history/provinces/balkan/900 - Antioch.txt @@ -9,6 +9,6 @@ life_rating = 35 terrain = hills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/901 - Dayr al.txt b/HPM/history/provinces/balkan/901 - Dayr al.txt index 6b5b26fb..15a00299 100644 --- a/HPM/history/provinces/balkan/901 - Dayr al.txt +++ b/HPM/history/provinces/balkan/901 - Dayr al.txt @@ -4,7 +4,7 @@ trade_goods = grain terrain = semidesert life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/balkan/902 - Damascus.txt b/HPM/history/provinces/balkan/902 - Damascus.txt index c4b2e926..e03b0e3c 100644 --- a/HPM/history/provinces/balkan/902 - Damascus.txt +++ b/HPM/history/provinces/balkan/902 - Damascus.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/903 - Homs.txt b/HPM/history/provinces/balkan/903 - Homs.txt index c4b2e926..e03b0e3c 100644 --- a/HPM/history/provinces/balkan/903 - Homs.txt +++ b/HPM/history/provinces/balkan/903 - Homs.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/904 - Hama.txt b/HPM/history/provinces/balkan/904 - Hama.txt index c4b2e926..e03b0e3c 100644 --- a/HPM/history/provinces/balkan/904 - Hama.txt +++ b/HPM/history/provinces/balkan/904 - Hama.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/905 - Latakia.txt b/HPM/history/provinces/balkan/905 - Latakia.txt index f5656213..fc2abc21 100644 --- a/HPM/history/provinces/balkan/905 - Latakia.txt +++ b/HPM/history/provinces/balkan/905 - Latakia.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = hills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/912 - Baalbeck.txt b/HPM/history/provinces/balkan/912 - Baalbeck.txt index 63b009ea..255f0c59 100644 --- a/HPM/history/provinces/balkan/912 - Baalbeck.txt +++ b/HPM/history/provinces/balkan/912 - Baalbeck.txt @@ -7,6 +7,6 @@ trade_goods = timber life_rating = 35 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/balkan/913 - Beirut.txt b/HPM/history/provinces/balkan/913 - Beirut.txt index 441dd62e..77e408c1 100644 --- a/HPM/history/provinces/balkan/913 - Beirut.txt +++ b/HPM/history/provinces/balkan/913 - Beirut.txt @@ -8,13 +8,13 @@ life_rating = 35 terrain = hills 1861.1.1 = { - controller = TUR - owner = TUR + controller = TUR + owner = TUR } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/balkan/914 - Askaleh.txt b/HPM/history/provinces/balkan/914 - Askaleh.txt index f85e7d83..ceff909e 100644 --- a/HPM/history/provinces/balkan/914 - Askaleh.txt +++ b/HPM/history/provinces/balkan/914 - Askaleh.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = hills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/canada/10 - Inuvik.txt b/HPM/history/provinces/canada/10 - Inuvik.txt index 61fb36cb..794c578f 100644 --- a/HPM/history/provinces/canada/10 - Inuvik.txt +++ b/HPM/history/provinces/canada/10 - Inuvik.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = timber life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } diff --git a/HPM/history/provinces/canada/14 - Vancouver Island.txt b/HPM/history/provinces/canada/14 - Vancouver Island.txt index 4ab1e293..8e33af7d 100644 --- a/HPM/history/provinces/canada/14 - Vancouver Island.txt +++ b/HPM/history/provinces/canada/14 - Vancouver Island.txt @@ -5,5 +5,5 @@ trade_goods = coal life_rating = 31 colonial = 2 1861.1.1 = { - naval_base = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/canada/18 - Fort Saint John.txt b/HPM/history/provinces/canada/18 - Fort Saint John.txt index 5e0a631e..07070933 100644 --- a/HPM/history/provinces/canada/18 - Fort Saint John.txt +++ b/HPM/history/provinces/canada/18 - Fort Saint John.txt @@ -3,8 +3,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/19 - Prince George.txt b/HPM/history/provinces/canada/19 - Prince George.txt index d7094c33..fd883b3c 100644 --- a/HPM/history/provinces/canada/19 - Prince George.txt +++ b/HPM/history/provinces/canada/19 - Prince George.txt @@ -5,8 +5,8 @@ trade_goods = timber life_rating = 31 terrain = new_world_montane_tundra 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/20 - Kelowna.txt b/HPM/history/provinces/canada/20 - Kelowna.txt index f2f2fe6e..53c4dc58 100644 --- a/HPM/history/provinces/canada/20 - Kelowna.txt +++ b/HPM/history/provinces/canada/20 - Kelowna.txt @@ -4,7 +4,7 @@ add_core = COL trade_goods = grain life_rating = 31 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/canada/21 - Vernon.txt b/HPM/history/provinces/canada/21 - Vernon.txt index 3d9e6ba9..d302424a 100644 --- a/HPM/history/provinces/canada/21 - Vernon.txt +++ b/HPM/history/provinces/canada/21 - Vernon.txt @@ -5,7 +5,7 @@ trade_goods = timber life_rating = 32 colonial = 2 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/canada/23 - Athabaska Landing.txt b/HPM/history/provinces/canada/23 - Athabaska Landing.txt index f510f9e9..41b9ccd1 100644 --- a/HPM/history/provinces/canada/23 - Athabaska Landing.txt +++ b/HPM/history/provinces/canada/23 - Athabaska Landing.txt @@ -2,8 +2,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/250 - Caribou.txt b/HPM/history/provinces/canada/250 - Caribou.txt index 6cf5eed8..320ae053 100644 --- a/HPM/history/provinces/canada/250 - Caribou.txt +++ b/HPM/history/provinces/canada/250 - Caribou.txt @@ -6,10 +6,10 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MRU - remove_core = NEN - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MRU + remove_core = NEN + colonial = 0 } diff --git a/HPM/history/provinces/canada/2592 - Ungava.txt b/HPM/history/provinces/canada/2592 - Ungava.txt index 2df85a40..1d11928f 100644 --- a/HPM/history/provinces/canada/2592 - Ungava.txt +++ b/HPM/history/provinces/canada/2592 - Ungava.txt @@ -3,4 +3,4 @@ controller = ENG add_core = RPL trade_goods = timber life_rating = 10 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/canada/2595 - Nunavut.txt b/HPM/history/provinces/canada/2595 - Nunavut.txt index 5fe3cc38..9c6235d1 100644 --- a/HPM/history/provinces/canada/2595 - Nunavut.txt +++ b/HPM/history/provinces/canada/2595 - Nunavut.txt @@ -3,4 +3,4 @@ controller = ENG add_core = RPL trade_goods = fish life_rating = 10 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/canada/2597 - Fort Chipewyan.txt b/HPM/history/provinces/canada/2597 - Fort Chipewyan.txt index f510f9e9..41b9ccd1 100644 --- a/HPM/history/provinces/canada/2597 - Fort Chipewyan.txt +++ b/HPM/history/provinces/canada/2597 - Fort Chipewyan.txt @@ -2,8 +2,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/2626 - Port Harrison.txt b/HPM/history/provinces/canada/2626 - Port Harrison.txt index eb7e7ddb..954b74ed 100644 --- a/HPM/history/provinces/canada/2626 - Port Harrison.txt +++ b/HPM/history/provinces/canada/2626 - Port Harrison.txt @@ -2,4 +2,4 @@ add_core = RPL trade_goods = timber life_rating = 10 colonial = 2 -terrain = new_world_boreal \ No newline at end of file +terrain = new_world_boreal diff --git a/HPM/history/provinces/canada/2627 - Fort Chimo.txt b/HPM/history/provinces/canada/2627 - Fort Chimo.txt index 56b94756..5f8dfb5d 100644 --- a/HPM/history/provinces/canada/2627 - Fort Chimo.txt +++ b/HPM/history/provinces/canada/2627 - Fort Chimo.txt @@ -5,10 +5,10 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 25 + ideology = conservative + loyalty_value = 25 } party_loyalty = { - ideology = liberal - loyalty_value = 25 + ideology = liberal + loyalty_value = 25 } diff --git a/HPM/history/provinces/canada/2629 - Beatton River.txt b/HPM/history/provinces/canada/2629 - Beatton River.txt index 5e0a631e..07070933 100644 --- a/HPM/history/provinces/canada/2629 - Beatton River.txt +++ b/HPM/history/provinces/canada/2629 - Beatton River.txt @@ -3,8 +3,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/31 - Stanley.txt b/HPM/history/provinces/canada/31 - Stanley.txt index f510f9e9..41b9ccd1 100644 --- a/HPM/history/provinces/canada/31 - Stanley.txt +++ b/HPM/history/provinces/canada/31 - Stanley.txt @@ -2,8 +2,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/32 - Prince Albert.txt b/HPM/history/provinces/canada/32 - Prince Albert.txt index c8566fef..6cce0c45 100644 --- a/HPM/history/provinces/canada/32 - Prince Albert.txt +++ b/HPM/history/provinces/canada/32 - Prince Albert.txt @@ -3,8 +3,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/38 - Indian Lakes.txt b/HPM/history/provinces/canada/38 - Indian Lakes.txt index f47fbd5b..a5c1c004 100644 --- a/HPM/history/provinces/canada/38 - Indian Lakes.txt +++ b/HPM/history/provinces/canada/38 - Indian Lakes.txt @@ -3,8 +3,8 @@ trade_goods = timber terrain = new_world_arctic life_rating = 10 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/39 - Norway House.txt b/HPM/history/provinces/canada/39 - Norway House.txt index c8566fef..6cce0c45 100644 --- a/HPM/history/provinces/canada/39 - Norway House.txt +++ b/HPM/history/provinces/canada/39 - Norway House.txt @@ -3,8 +3,8 @@ trade_goods = timber terrain = new_world_boreal life_rating = 15 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 } diff --git a/HPM/history/provinces/canada/46 - Toronto.txt b/HPM/history/provinces/canada/46 - Toronto.txt index 7b14e3da..729baa4f 100644 --- a/HPM/history/provinces/canada/46 - Toronto.txt +++ b/HPM/history/provinces/canada/46 - Toronto.txt @@ -5,15 +5,15 @@ trade_goods = grain life_rating = 38 colonial = 2 1861.1.1 = { - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/canada/58 - Montreal.txt b/HPM/history/provinces/canada/58 - Montreal.txt index 56d368f7..cf63fb51 100644 --- a/HPM/history/provinces/canada/58 - Montreal.txt +++ b/HPM/history/provinces/canada/58 - Montreal.txt @@ -5,15 +5,15 @@ trade_goods = cattle life_rating = 38 colonial = 2 1861.1.1 = { - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/canada/59 - Nitchequon.txt b/HPM/history/provinces/canada/59 - Nitchequon.txt index 5ca3b08f..aacdd8f1 100644 --- a/HPM/history/provinces/canada/59 - Nitchequon.txt +++ b/HPM/history/provinces/canada/59 - Nitchequon.txt @@ -2,4 +2,4 @@ add_core = RPL trade_goods = timber terrain = new_world_boreal life_rating = 20 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/canada/60 - Fort Rupert.txt b/HPM/history/provinces/canada/60 - Fort Rupert.txt index d530bfe6..1f796760 100644 --- a/HPM/history/provinces/canada/60 - Fort Rupert.txt +++ b/HPM/history/provinces/canada/60 - Fort Rupert.txt @@ -6,10 +6,10 @@ life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 25 + ideology = conservative + loyalty_value = 25 } party_loyalty = { - ideology = liberal - loyalty_value = 25 + ideology = liberal + loyalty_value = 25 } diff --git a/HPM/history/provinces/canada/69 - Bathurst.txt b/HPM/history/provinces/canada/69 - Bathurst.txt index 11dd44d3..4fcc7ac4 100644 --- a/HPM/history/provinces/canada/69 - Bathurst.txt +++ b/HPM/history/provinces/canada/69 - Bathurst.txt @@ -6,5 +6,5 @@ trade_goods = cattle life_rating = 31 colonial = 2 1861.1.1 = { - remove_core = NEN + remove_core = NEN } diff --git a/HPM/history/provinces/canada/7 - Dawson.txt b/HPM/history/provinces/canada/7 - Dawson.txt index 13bc24f2..9152738d 100644 --- a/HPM/history/provinces/canada/7 - Dawson.txt +++ b/HPM/history/provinces/canada/7 - Dawson.txt @@ -3,8 +3,8 @@ life_rating = 10 colonial = 2 terrain = new_world_arctic 1861.1.1 = { - owner = ENG - controller = ENG - add_core = RPL - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + add_core = RPL + colonial = 2 +} diff --git a/HPM/history/provinces/canada/71 - Halifax.txt b/HPM/history/provinces/canada/71 - Halifax.txt index b8b51095..7cd4dcfb 100644 --- a/HPM/history/provinces/canada/71 - Halifax.txt +++ b/HPM/history/provinces/canada/71 - Halifax.txt @@ -6,6 +6,6 @@ life_rating = 31 colonial = 2 naval_base = 1 fort = 1 -1861.1.1 = { - railroad = 2 +1861.1.1 = { + railroad = 2 } diff --git a/HPM/history/provinces/carribean/203 - Bermuda.txt b/HPM/history/provinces/carribean/203 - Bermuda.txt index 1f576165..4852d812 100644 --- a/HPM/history/provinces/carribean/203 - Bermuda.txt +++ b/HPM/history/provinces/carribean/203 - Bermuda.txt @@ -7,6 +7,6 @@ colonial = 2 naval_base = 1 fort = 1 1861.1.1 = { - naval_base = 2 - fort = 2 + naval_base = 2 + fort = 2 } diff --git a/HPM/history/provinces/carribean/2209 - Havana.txt b/HPM/history/provinces/carribean/2209 - Havana.txt index 1bcd1cb6..50fbf2a6 100644 --- a/HPM/history/provinces/carribean/2209 - Havana.txt +++ b/HPM/history/provinces/carribean/2209 - Havana.txt @@ -7,5 +7,5 @@ naval_base = 1 colonial = 2 1861.1.1 = { railroad = 2 } 1861.1.1 = { - naval_base = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/carribean/2210 - Jagua.txt b/HPM/history/provinces/carribean/2210 - Jagua.txt index 580606bd..9620739b 100644 --- a/HPM/history/provinces/carribean/2210 - Jagua.txt +++ b/HPM/history/provinces/carribean/2210 - Jagua.txt @@ -3,4 +3,4 @@ controller = SPA add_core = CUB trade_goods = tobacco life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/carribean/2211 - Camaguey.txt b/HPM/history/provinces/carribean/2211 - Camaguey.txt index 580606bd..9620739b 100644 --- a/HPM/history/provinces/carribean/2211 - Camaguey.txt +++ b/HPM/history/provinces/carribean/2211 - Camaguey.txt @@ -3,4 +3,4 @@ controller = SPA add_core = CUB trade_goods = tobacco life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/carribean/2216 - La Vega.txt b/HPM/history/provinces/carribean/2216 - La Vega.txt index 9a670f57..3995635d 100644 --- a/HPM/history/provinces/carribean/2216 - La Vega.txt +++ b/HPM/history/provinces/carribean/2216 - La Vega.txt @@ -7,4 +7,4 @@ life_rating = 35 1861.1.1 = { owner = DOM controller = DOM -} \ No newline at end of file +} diff --git a/HPM/history/provinces/central asia/1118 - Sanandaj.txt b/HPM/history/provinces/central asia/1118 - Sanandaj.txt index 42ee6bd6..9977977b 100644 --- a/HPM/history/provinces/central asia/1118 - Sanandaj.txt +++ b/HPM/history/provinces/central asia/1118 - Sanandaj.txt @@ -6,6 +6,6 @@ add_core = KDS trade_goods = wool life_rating = 35 1861.1.1 = { - owner = PER - controller = PER + owner = PER + controller = PER } diff --git a/HPM/history/provinces/central asia/1178 - Sana.txt b/HPM/history/provinces/central asia/1178 - Sana.txt index c23c3483..b8a03c68 100644 --- a/HPM/history/provinces/central asia/1178 - Sana.txt +++ b/HPM/history/provinces/central asia/1178 - Sana.txt @@ -5,7 +5,7 @@ trade_goods = coffee terrain = steppe life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 + owner = TUR + controller = TUR + colonial = 2 } diff --git a/HPM/history/provinces/central asia/1180 - Taizz.txt b/HPM/history/provinces/central asia/1180 - Taizz.txt index 07c92730..13daabc8 100644 --- a/HPM/history/provinces/central asia/1180 - Taizz.txt +++ b/HPM/history/provinces/central asia/1180 - Taizz.txt @@ -4,7 +4,7 @@ add_core = NYE trade_goods = coffee life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR - colonial = 2 + owner = TUR + controller = TUR + colonial = 2 } diff --git a/HPM/history/provinces/central asia/1211 - Balkh.txt b/HPM/history/provinces/central asia/1211 - Balkh.txt index fb0fa20f..c91a8e8d 100644 --- a/HPM/history/provinces/central asia/1211 - Balkh.txt +++ b/HPM/history/provinces/central asia/1211 - Balkh.txt @@ -6,6 +6,6 @@ terrain = dryhills trade_goods = grain life_rating = 35 1860.1.1 = { - owner = AFG - controller = AFG + owner = AFG + controller = AFG } diff --git a/HPM/history/provinces/central asia/1218 - Peshawar.txt b/HPM/history/provinces/central asia/1218 - Peshawar.txt index cafdc64e..b411f350 100644 --- a/HPM/history/provinces/central asia/1218 - Peshawar.txt +++ b/HPM/history/provinces/central asia/1218 - Peshawar.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/central asia/1225 - Gilgit.txt b/HPM/history/provinces/central asia/1225 - Gilgit.txt index b2eb01b3..f9a06c63 100644 --- a/HPM/history/provinces/central asia/1225 - Gilgit.txt +++ b/HPM/history/provinces/central asia/1225 - Gilgit.txt @@ -6,6 +6,6 @@ add_core = HND trade_goods = wool life_rating = 35 1861.1.1 = { - owner = KAS - controller = KAS -} \ No newline at end of file + owner = KAS + controller = KAS +} diff --git a/HPM/history/provinces/central asia/1226 - Leh.txt b/HPM/history/provinces/central asia/1226 - Leh.txt index ff550786..41556ddc 100644 --- a/HPM/history/provinces/central asia/1226 - Leh.txt +++ b/HPM/history/provinces/central asia/1226 - Leh.txt @@ -7,6 +7,6 @@ add_core = HND trade_goods = wool life_rating = 35 1861.1.1 = { - owner = KAS - controller = KAS + owner = KAS + controller = KAS } diff --git a/HPM/history/provinces/central asia/1288 - Karachi.txt b/HPM/history/provinces/central asia/1288 - Karachi.txt index bf5d3689..e3fa7273 100644 --- a/HPM/history/provinces/central asia/1288 - Karachi.txt +++ b/HPM/history/provinces/central asia/1288 - Karachi.txt @@ -6,8 +6,8 @@ trade_goods = fruit life_rating = 35 naval_base = 1 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/central asia/1289 - Sukkur.txt b/HPM/history/provinces/central asia/1289 - Sukkur.txt index 73d47bb5..fe6191f6 100644 --- a/HPM/history/provinces/central asia/1289 - Sukkur.txt +++ b/HPM/history/provinces/central asia/1289 - Sukkur.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = grain life_rating = 35 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/central asia/1412 - Aden.txt b/HPM/history/provinces/central asia/1412 - Aden.txt index fe5a401f..b6eac38c 100644 --- a/HPM/history/provinces/central asia/1412 - Aden.txt +++ b/HPM/history/provinces/central asia/1412 - Aden.txt @@ -8,8 +8,8 @@ add_core = NYE trade_goods = fish life_rating = 35 naval_base = 1 -1861.1.1 = { - owner = ENG - controller = ENG - naval_base = 1 +1861.1.1 = { + owner = ENG + controller = ENG + naval_base = 1 } diff --git a/HPM/history/provinces/central asia/906 - Suwayda.txt b/HPM/history/provinces/central asia/906 - Suwayda.txt index a52c40d1..d42f96f2 100644 --- a/HPM/history/provinces/central asia/906 - Suwayda.txt +++ b/HPM/history/provinces/central asia/906 - Suwayda.txt @@ -2,7 +2,7 @@ add_core = SYR trade_goods = grain life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/central asia/907 - Palmyra.txt b/HPM/history/provinces/central asia/907 - Palmyra.txt index a52c40d1..d42f96f2 100644 --- a/HPM/history/provinces/central asia/907 - Palmyra.txt +++ b/HPM/history/provinces/central asia/907 - Palmyra.txt @@ -2,7 +2,7 @@ add_core = SYR trade_goods = grain life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/central asia/908 - Amman.txt b/HPM/history/provinces/central asia/908 - Amman.txt index 2fc79982..d6113399 100644 --- a/HPM/history/provinces/central asia/908 - Amman.txt +++ b/HPM/history/provinces/central asia/908 - Amman.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/909 - Jerash.txt b/HPM/history/provinces/central asia/909 - Jerash.txt index 9abac0e5..7519aba7 100644 --- a/HPM/history/provinces/central asia/909 - Jerash.txt +++ b/HPM/history/provinces/central asia/909 - Jerash.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 31 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/910 - Ruwayshid.txt b/HPM/history/provinces/central asia/910 - Ruwayshid.txt index 0bd70ae4..032383e1 100644 --- a/HPM/history/provinces/central asia/910 - Ruwayshid.txt +++ b/HPM/history/provinces/central asia/910 - Ruwayshid.txt @@ -2,7 +2,7 @@ add_core = JOR trade_goods = grain life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/central asia/911 - Maan.txt b/HPM/history/provinces/central asia/911 - Maan.txt index 3e3252ca..cfb894e5 100644 --- a/HPM/history/provinces/central asia/911 - Maan.txt +++ b/HPM/history/provinces/central asia/911 - Maan.txt @@ -2,7 +2,7 @@ add_core = JOR trade_goods = cattle life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/central asia/915 - Sidon.txt b/HPM/history/provinces/central asia/915 - Sidon.txt index df27e9b6..885fc904 100644 --- a/HPM/history/provinces/central asia/915 - Sidon.txt +++ b/HPM/history/provinces/central asia/915 - Sidon.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = dryhills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/916 - Acre.txt b/HPM/history/provinces/central asia/916 - Acre.txt index 484afb8c..35c84dc6 100644 --- a/HPM/history/provinces/central asia/916 - Acre.txt +++ b/HPM/history/provinces/central asia/916 - Acre.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = dryhills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/917 - Jerusalem.txt b/HPM/history/provinces/central asia/917 - Jerusalem.txt index eae15077..b2f7878a 100644 --- a/HPM/history/provinces/central asia/917 - Jerusalem.txt +++ b/HPM/history/provinces/central asia/917 - Jerusalem.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = dryhills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/918 - Nablus.txt b/HPM/history/provinces/central asia/918 - Nablus.txt index 484afb8c..35c84dc6 100644 --- a/HPM/history/provinces/central asia/918 - Nablus.txt +++ b/HPM/history/provinces/central asia/918 - Nablus.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = dryhills 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/919 - Jaffa.txt b/HPM/history/provinces/central asia/919 - Jaffa.txt index 41270945..78cf05dc 100644 --- a/HPM/history/provinces/central asia/919 - Jaffa.txt +++ b/HPM/history/provinces/central asia/919 - Jaffa.txt @@ -8,6 +8,6 @@ life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/920 - Gaza.txt b/HPM/history/provinces/central asia/920 - Gaza.txt index 8c00870e..116b2993 100644 --- a/HPM/history/provinces/central asia/920 - Gaza.txt +++ b/HPM/history/provinces/central asia/920 - Gaza.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 35 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/921 - Beersheba.txt b/HPM/history/provinces/central asia/921 - Beersheba.txt index d61fb7cb..009a5e71 100644 --- a/HPM/history/provinces/central asia/921 - Beersheba.txt +++ b/HPM/history/provinces/central asia/921 - Beersheba.txt @@ -7,6 +7,6 @@ trade_goods = grain life_rating = 10 terrain = desert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/922 - Aqaba.txt b/HPM/history/provinces/central asia/922 - Aqaba.txt index 300b2de9..00e8f6fb 100644 --- a/HPM/history/provinces/central asia/922 - Aqaba.txt +++ b/HPM/history/provinces/central asia/922 - Aqaba.txt @@ -7,6 +7,6 @@ trade_goods = wool life_rating = 20 terrain = semidesert 1861.1.1 = { - controller = TUR - owner = TUR -} \ No newline at end of file + controller = TUR + owner = TUR +} diff --git a/HPM/history/provinces/central asia/931 - Rutbah.txt b/HPM/history/provinces/central asia/931 - Rutbah.txt index a29b5e6f..d406db09 100644 --- a/HPM/history/provinces/central asia/931 - Rutbah.txt +++ b/HPM/history/provinces/central asia/931 - Rutbah.txt @@ -2,7 +2,7 @@ add_core = IRQ trade_goods = sulphur life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/central asia/934 - Najaf.txt b/HPM/history/provinces/central asia/934 - Najaf.txt index 252085e3..fcf3f60f 100644 --- a/HPM/history/provinces/central asia/934 - Najaf.txt +++ b/HPM/history/provinces/central asia/934 - Najaf.txt @@ -2,7 +2,7 @@ add_core = IRQ trade_goods = fruit life_rating = 10 1861.1.1 = { - controller = TUR - owner = TUR - colonial = 1 + controller = TUR + owner = TUR + colonial = 1 } diff --git a/HPM/history/provinces/china/1082 - HaIshenwai.txt b/HPM/history/provinces/china/1082 - HaIshenwai.txt index 22dd3c3c..65760446 100644 --- a/HPM/history/provinces/china/1082 - HaIshenwai.txt +++ b/HPM/history/provinces/china/1082 - HaIshenwai.txt @@ -5,8 +5,8 @@ add_core = MCK trade_goods = coal life_rating = 32 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 1 - naval_base = 1 + owner = RUS + controller = RUS + colonial = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/china/1083 - Boli.txt b/HPM/history/provinces/china/1083 - Boli.txt index 14e7093a..c85a8524 100644 --- a/HPM/history/provinces/china/1083 - Boli.txt +++ b/HPM/history/provinces/china/1083 - Boli.txt @@ -5,7 +5,7 @@ add_core = MCK trade_goods = coal life_rating = 32 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/china/1084 - Utchan.txt b/HPM/history/provinces/china/1084 - Utchan.txt index 14e7093a..c85a8524 100644 --- a/HPM/history/provinces/china/1084 - Utchan.txt +++ b/HPM/history/provinces/china/1084 - Utchan.txt @@ -5,7 +5,7 @@ add_core = MCK trade_goods = coal life_rating = 32 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/china/1085 - Ulusamudan.txt b/HPM/history/provinces/china/1085 - Ulusamudan.txt index 94ae6b89..e149586b 100644 --- a/HPM/history/provinces/china/1085 - Ulusamudan.txt +++ b/HPM/history/provinces/china/1085 - Ulusamudan.txt @@ -5,7 +5,7 @@ add_core = MCK trade_goods = grain life_rating = 32 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/china/1470 - Anqing.txt b/HPM/history/provinces/china/1470 - Anqing.txt index b87f9785..81c34804 100644 --- a/HPM/history/provinces/china/1470 - Anqing.txt +++ b/HPM/history/provinces/china/1470 - Anqing.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = tea life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1471 - Chizhou.txt b/HPM/history/provinces/china/1471 - Chizhou.txt index 5fb51388..b317c064 100644 --- a/HPM/history/provinces/china/1471 - Chizhou.txt +++ b/HPM/history/provinces/china/1471 - Chizhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = grain life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1472 - Fengyang.txt b/HPM/history/provinces/china/1472 - Fengyang.txt index b87f9785..81c34804 100644 --- a/HPM/history/provinces/china/1472 - Fengyang.txt +++ b/HPM/history/provinces/china/1472 - Fengyang.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = tea life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1473 - Huizhou.txt b/HPM/history/provinces/china/1473 - Huizhou.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1473 - Huizhou.txt +++ b/HPM/history/provinces/china/1473 - Huizhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1474 - Luzhou.txt b/HPM/history/provinces/china/1474 - Luzhou.txt index 600e7fdf..7ddb3b71 100644 --- a/HPM/history/provinces/china/1474 - Luzhou.txt +++ b/HPM/history/provinces/china/1474 - Luzhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = cattle life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1475 - Ningguo.txt b/HPM/history/provinces/china/1475 - Ningguo.txt index a7298a46..18db40c8 100644 --- a/HPM/history/provinces/china/1475 - Ningguo.txt +++ b/HPM/history/provinces/china/1475 - Ningguo.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = timber life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1477 - Taiping.txt b/HPM/history/provinces/china/1477 - Taiping.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1477 - Taiping.txt +++ b/HPM/history/provinces/china/1477 - Taiping.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1496 - Hong Kong.txt b/HPM/history/provinces/china/1496 - Hong Kong.txt index 5c6738a8..b7139989 100644 --- a/HPM/history/provinces/china/1496 - Hong Kong.txt +++ b/HPM/history/provinces/china/1496 - Hong Kong.txt @@ -6,10 +6,10 @@ trade_goods = tea life_rating = 35 terrain = urban 1861.1.1 = { - owner = ENG - controller = ENG - add_core = ENG - fort = 1 - naval_base = 1 - colonial = 2 + owner = ENG + controller = ENG + add_core = ENG + fort = 1 + naval_base = 1 + colonial = 2 } diff --git a/HPM/history/provinces/china/1537 - Changzhou.txt b/HPM/history/provinces/china/1537 - Changzhou.txt index b87f9785..81c34804 100644 --- a/HPM/history/provinces/china/1537 - Changzhou.txt +++ b/HPM/history/provinces/china/1537 - Changzhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = tea life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1539 - Suzhou.txt b/HPM/history/provinces/china/1539 - Suzhou.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1539 - Suzhou.txt +++ b/HPM/history/provinces/china/1539 - Suzhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1544 - Zhenjiang.txt b/HPM/history/provinces/china/1544 - Zhenjiang.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1544 - Zhenjiang.txt +++ b/HPM/history/provinces/china/1544 - Zhenjiang.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1605 - Huzhou.txt b/HPM/history/provinces/china/1605 - Huzhou.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1605 - Huzhou.txt +++ b/HPM/history/provinces/china/1605 - Huzhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1606 - Jiaxing.txt b/HPM/history/provinces/china/1606 - Jiaxing.txt index 3796484d..9cf02d51 100644 --- a/HPM/history/provinces/china/1606 - Jiaxing.txt +++ b/HPM/history/provinces/china/1606 - Jiaxing.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = silk life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1607 - Jinhua.txt b/HPM/history/provinces/china/1607 - Jinhua.txt index a7298a46..18db40c8 100644 --- a/HPM/history/provinces/china/1607 - Jinhua.txt +++ b/HPM/history/provinces/china/1607 - Jinhua.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = timber life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1609 - Shaoxing.txt b/HPM/history/provinces/china/1609 - Shaoxing.txt index a7298a46..18db40c8 100644 --- a/HPM/history/provinces/china/1609 - Shaoxing.txt +++ b/HPM/history/provinces/china/1609 - Shaoxing.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = timber life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1610 - Taizhou.txt b/HPM/history/provinces/china/1610 - Taizhou.txt index b87f9785..81c34804 100644 --- a/HPM/history/provinces/china/1610 - Taizhou.txt +++ b/HPM/history/provinces/china/1610 - Taizhou.txt @@ -4,7 +4,7 @@ add_core = CHI trade_goods = tea life_rating = 32 1861.1.1 = { - owner = TPG - controller = TPG - add_core = TPG + owner = TPG + controller = TPG + add_core = TPG } diff --git a/HPM/history/provinces/china/1617 - Tianjin.txt b/HPM/history/provinces/china/1617 - Tianjin.txt index 5f47d619..b62ed1ee 100644 --- a/HPM/history/provinces/china/1617 - Tianjin.txt +++ b/HPM/history/provinces/china/1617 - Tianjin.txt @@ -6,5 +6,5 @@ trade_goods = silk life_rating = 32 1861.1.1 = { - fort = 1 + fort = 1 } diff --git a/HPM/history/provinces/china/2221 - Nanjing.txt b/HPM/history/provinces/china/2221 - Nanjing.txt index 754ef536..605a29b6 100644 --- a/HPM/history/provinces/china/2221 - Nanjing.txt +++ b/HPM/history/provinces/china/2221 - Nanjing.txt @@ -5,7 +5,7 @@ add_core = TPG trade_goods = tea life_rating = 32 1861.1.1 = { - controller = TPG - owner = TPG - + controller = TPG + owner = TPG + } diff --git a/HPM/history/provinces/china/2617 - Amgun.txt b/HPM/history/provinces/china/2617 - Amgun.txt index 14e7093a..c85a8524 100644 --- a/HPM/history/provinces/china/2617 - Amgun.txt +++ b/HPM/history/provinces/china/2617 - Amgun.txt @@ -5,7 +5,7 @@ add_core = MCK trade_goods = coal life_rating = 32 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/france/399 - Lille.txt b/HPM/history/provinces/france/399 - Lille.txt index 3155cff4..57317017 100644 --- a/HPM/history/provinces/france/399 - Lille.txt +++ b/HPM/history/provinces/france/399 - Lille.txt @@ -4,15 +4,15 @@ add_core = FRA trade_goods = iron life_rating = 31 #state_building = { -# level = 1 -# building = steel_factory -# upgrade = yes +# level = 1 +# building = steel_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/402 - Amiens.txt b/HPM/history/provinces/france/402 - Amiens.txt index e6638e8c..be8575e2 100644 --- a/HPM/history/provinces/france/402 - Amiens.txt +++ b/HPM/history/provinces/france/402 - Amiens.txt @@ -4,7 +4,7 @@ add_core = FRA trade_goods = fish life_rating = 31 naval_base = 1 -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/france/404 - Cambrai.txt b/HPM/history/provinces/france/404 - Cambrai.txt index a375c460..9ab39ff6 100644 --- a/HPM/history/provinces/france/404 - Cambrai.txt +++ b/HPM/history/provinces/france/404 - Cambrai.txt @@ -4,25 +4,25 @@ add_core = FRA trade_goods = coal life_rating = 31 #state_building = { -# level = 1 -# building = explosives_factory -# upgrade = yes +# level = 1 +# building = explosives_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = artillery_factory -# upgrade = yes +# level = 1 +# building = artillery_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = paper_mill - upgrade = yes - } - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } + state_building = { + level = 1 + building = paper_mill + upgrade = yes + } + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/412 - Metz.txt b/HPM/history/provinces/france/412 - Metz.txt index d00b3d6f..b1cd05ba 100644 --- a/HPM/history/provinces/france/412 - Metz.txt +++ b/HPM/history/provinces/france/412 - Metz.txt @@ -5,25 +5,25 @@ add_core = ALS trade_goods = cattle life_rating = 32 #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/417 - Alencon.txt b/HPM/history/provinces/france/417 - Alencon.txt index 1d157b30..14135270 100644 --- a/HPM/history/provinces/france/417 - Alencon.txt +++ b/HPM/history/provinces/france/417 - Alencon.txt @@ -4,8 +4,8 @@ add_core = FRA trade_goods = cotton life_rating = 31 state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/418 - Caen.txt b/HPM/history/provinces/france/418 - Caen.txt index 7b6d5276..ccd74ff3 100644 --- a/HPM/history/provinces/france/418 - Caen.txt +++ b/HPM/history/provinces/france/418 - Caen.txt @@ -5,17 +5,17 @@ trade_goods = cattle life_rating = 31 naval_base = 2 #state_building = { -# level = 1 -# building = regular_clothes_factory -# upgrade = yes +# level = 1 +# building = regular_clothes_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/france/420 - Brest.txt b/HPM/history/provinces/france/420 - Brest.txt index 3e499090..d10ec660 100644 --- a/HPM/history/provinces/france/420 - Brest.txt +++ b/HPM/history/provinces/france/420 - Brest.txt @@ -6,17 +6,17 @@ trade_goods = grain life_rating = 31 naval_base = 2 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } } -1861.1.1 = { - naval_base = 3 +1861.1.1 = { + naval_base = 3 } diff --git a/HPM/history/provinces/france/425 - Paris.txt b/HPM/history/provinces/france/425 - Paris.txt index a46b464c..9ef99ab2 100644 --- a/HPM/history/provinces/france/425 - Paris.txt +++ b/HPM/history/provinces/france/425 - Paris.txt @@ -4,40 +4,40 @@ add_core = FRA trade_goods = grain life_rating = 35 state_building = { - level = 1 - building = luxury_furniture_factory - upgrade = yes + level = 1 + building = luxury_furniture_factory + upgrade = yes } state_building = { - level = 1 - building = paper_mill - upgrade = yes + level = 1 + building = paper_mill + upgrade = yes } state_building = { - level = 1 - building = liquor_distillery - upgrade = yes + level = 1 + building = liquor_distillery + upgrade = yes } 1861.1.1 = { - state_building = { - level = 2 - building = luxury_furniture_factory - upgrade = yes - } - state_building = { - level = 2 - building = ammunition_factory - upgrade = yes - } - state_building = { - level = 2 - building = paper_mill - upgrade = yes - } - state_building = { - level = 1 - building = machine_parts_factory - upgrade = yes - } + state_building = { + level = 2 + building = luxury_furniture_factory + upgrade = yes + } + state_building = { + level = 2 + building = ammunition_factory + upgrade = yes + } + state_building = { + level = 2 + building = paper_mill + upgrade = yes + } + state_building = { + level = 1 + building = machine_parts_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/428 - Dijon.txt b/HPM/history/provinces/france/428 - Dijon.txt index 0ad7702f..c3cbd51c 100644 --- a/HPM/history/provinces/france/428 - Dijon.txt +++ b/HPM/history/provinces/france/428 - Dijon.txt @@ -4,25 +4,25 @@ add_core = FRA trade_goods = fruit life_rating = 33 #state_building = { -# level = 1 -# building = furniture_factory -# upgrade = yes +# level = 1 +# building = furniture_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = fertilizer_factory -# upgrade = yes +# level = 1 +# building = fertilizer_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = small_arms_factory -# upgrade = yes +# level = 1 +# building = small_arms_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } + state_building = { + level = 1 + building = winery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/435 - Laval.txt b/HPM/history/provinces/france/435 - Laval.txt index c34be72c..e357e14a 100644 --- a/HPM/history/provinces/france/435 - Laval.txt +++ b/HPM/history/provinces/france/435 - Laval.txt @@ -4,10 +4,10 @@ add_core = FRA trade_goods = timber life_rating = 31 1861.1.1 = { - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/437 - La Roche.txt b/HPM/history/provinces/france/437 - La Roche.txt index 7bf4fe38..29c14562 100644 --- a/HPM/history/provinces/france/437 - La Roche.txt +++ b/HPM/history/provinces/france/437 - La Roche.txt @@ -4,5 +4,5 @@ add_core = FRA trade_goods = grain life_rating = 32 1861.1.1 = { - naval_base = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/france/438 - Orleans.txt b/HPM/history/provinces/france/438 - Orleans.txt index 1dfd2f47..b2cf56f1 100644 --- a/HPM/history/provinces/france/438 - Orleans.txt +++ b/HPM/history/provinces/france/438 - Orleans.txt @@ -4,20 +4,20 @@ add_core = FRA trade_goods = timber life_rating = 32 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = artillery_factory - upgrade = yes - } + state_building = { + level = 1 + building = artillery_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/442 - La Rochelle.txt b/HPM/history/provinces/france/442 - La Rochelle.txt index 5d1ac88c..ed98895b 100644 --- a/HPM/history/provinces/france/442 - La Rochelle.txt +++ b/HPM/history/provinces/france/442 - La Rochelle.txt @@ -5,10 +5,10 @@ trade_goods = fish life_rating = 31 naval_base = 2 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/445 - Limoges.txt b/HPM/history/provinces/france/445 - Limoges.txt index f0d250b2..ac591d7a 100644 --- a/HPM/history/provinces/france/445 - Limoges.txt +++ b/HPM/history/provinces/france/445 - Limoges.txt @@ -4,15 +4,15 @@ add_core = FRA trade_goods = cattle life_rating = 31 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/448 - Clermont.txt b/HPM/history/provinces/france/448 - Clermont.txt index 039c94fd..61f87176 100644 --- a/HPM/history/provinces/france/448 - Clermont.txt +++ b/HPM/history/provinces/france/448 - Clermont.txt @@ -4,15 +4,15 @@ add_core = FRA trade_goods = coal life_rating = 31 1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + state_building = { + level = 1 + building = winery + upgrade = yes + } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/france/451 - Lyon.txt b/HPM/history/provinces/france/451 - Lyon.txt index 2f2686bd..0071ee70 100644 --- a/HPM/history/provinces/france/451 - Lyon.txt +++ b/HPM/history/provinces/france/451 - Lyon.txt @@ -5,20 +5,20 @@ trade_goods = iron life_rating = 34 railroad = 1 state_building = { - level = 1 - building = winery - upgrade = yes + level = 1 + building = winery + upgrade = yes } 1861.1.1 = { - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } - state_building = { - level = 2 - building = luxury_clothes_factory - upgrade = yes - } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } + state_building = { + level = 2 + building = luxury_clothes_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/452 - St Etienne.txt b/HPM/history/provinces/france/452 - St Etienne.txt index 8a70cfd1..e485cc04 100644 --- a/HPM/history/provinces/france/452 - St Etienne.txt +++ b/HPM/history/provinces/france/452 - St Etienne.txt @@ -5,13 +5,13 @@ trade_goods = coal life_rating = 32 railroad = 1 state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes + level = 1 + building = regular_clothes_factory + upgrade = yes } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/france/458 - Bordeaux.txt b/HPM/history/provinces/france/458 - Bordeaux.txt index 6598e69f..a48344eb 100644 --- a/HPM/history/provinces/france/458 - Bordeaux.txt +++ b/HPM/history/provinces/france/458 - Bordeaux.txt @@ -5,18 +5,18 @@ trade_goods = wool life_rating = 31 terrain = forest #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } + state_building = { + level = 1 + building = winery + upgrade = yes + } } -1861.1.1 = { - railroad = 3 - naval_base = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 } diff --git a/HPM/history/provinces/france/461 - Montpellier.txt b/HPM/history/provinces/france/461 - Montpellier.txt index 0924e23a..a46dc3bb 100644 --- a/HPM/history/provinces/france/461 - Montpellier.txt +++ b/HPM/history/provinces/france/461 - Montpellier.txt @@ -4,6 +4,6 @@ add_core = FRA trade_goods = cattle life_rating = 31 naval_base = 1 -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/france/465 - Annency.txt b/HPM/history/provinces/france/465 - Annency.txt index 9ff7ecd7..7daef386 100644 --- a/HPM/history/provinces/france/465 - Annency.txt +++ b/HPM/history/provinces/france/465 - Annency.txt @@ -5,9 +5,9 @@ add_core = ITA trade_goods = coal life_rating = 33 1861.1.1 = { - remove_core = ITA - remove_core = SAR - owner = FRA - controller = FRA - add_core = FRA -} \ No newline at end of file + remove_core = ITA + remove_core = SAR + owner = FRA + controller = FRA + add_core = FRA +} diff --git a/HPM/history/provinces/france/466 - Chambery.txt b/HPM/history/provinces/france/466 - Chambery.txt index 168479f5..9934495f 100644 --- a/HPM/history/provinces/france/466 - Chambery.txt +++ b/HPM/history/provinces/france/466 - Chambery.txt @@ -5,9 +5,9 @@ add_core = ITA trade_goods = grain life_rating = 33 1861.1.1 = { - remove_core = ITA - remove_core = SAR - owner = FRA - controller = FRA - add_core = FRA + remove_core = ITA + remove_core = SAR + owner = FRA + controller = FRA + add_core = FRA } diff --git a/HPM/history/provinces/france/467 - Marseilles.txt b/HPM/history/provinces/france/467 - Marseilles.txt index 57257671..d498e4c3 100644 --- a/HPM/history/provinces/france/467 - Marseilles.txt +++ b/HPM/history/provinces/france/467 - Marseilles.txt @@ -4,10 +4,10 @@ add_core = FRA trade_goods = fruit life_rating = 32 1861.1.1 = { - state_building = { - level = 2 - building = clipper_shipyard - upgrade = yes - } + state_building = { + level = 2 + building = clipper_shipyard + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/france/470 - Toulon.txt b/HPM/history/provinces/france/470 - Toulon.txt index d7085dcd..1d02ea7a 100644 --- a/HPM/history/provinces/france/470 - Toulon.txt +++ b/HPM/history/provinces/france/470 - Toulon.txt @@ -4,7 +4,7 @@ add_core = FRA trade_goods = silk life_rating = 32 naval_base = 2 -1861.1.1 = { - railroad = 3 - naval_base = 3 +1861.1.1 = { + railroad = 3 + naval_base = 3 } diff --git a/HPM/history/provinces/france/472 - Nice.txt b/HPM/history/provinces/france/472 - Nice.txt index d0b9f16e..9934495f 100644 --- a/HPM/history/provinces/france/472 - Nice.txt +++ b/HPM/history/provinces/france/472 - Nice.txt @@ -5,9 +5,9 @@ add_core = ITA trade_goods = grain life_rating = 33 1861.1.1 = { - remove_core = ITA - remove_core = SAR - owner = FRA - controller = FRA - add_core = FRA -} \ No newline at end of file + remove_core = ITA + remove_core = SAR + owner = FRA + controller = FRA + add_core = FRA +} diff --git a/HPM/history/provinces/germany/2560 - Darmstadt.txt b/HPM/history/provinces/germany/2560 - Darmstadt.txt index d240b249..8287126b 100644 --- a/HPM/history/provinces/germany/2560 - Darmstadt.txt +++ b/HPM/history/provinces/germany/2560 - Darmstadt.txt @@ -5,8 +5,8 @@ add_core = GER trade_goods = fruit life_rating = 40 #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/2568 - Lugano.txt b/HPM/history/provinces/germany/2568 - Lugano.txt index 069ecfca..89bfa8a2 100644 --- a/HPM/history/provinces/germany/2568 - Lugano.txt +++ b/HPM/history/provinces/germany/2568 - Lugano.txt @@ -5,10 +5,10 @@ trade_goods = wool life_rating = 32 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 2 + ideology = liberal + loyalty_value = 2 } diff --git a/HPM/history/provinces/germany/369 - Kiel.txt b/HPM/history/provinces/germany/369 - Kiel.txt index a49804d1..f8c66617 100644 --- a/HPM/history/provinces/germany/369 - Kiel.txt +++ b/HPM/history/provinces/germany/369 - Kiel.txt @@ -9,9 +9,9 @@ naval_base = 1 1861.1.1 = { railroad = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } } diff --git a/HPM/history/provinces/germany/534 - Hanover.txt b/HPM/history/provinces/germany/534 - Hanover.txt index e6b64b96..31fcaf8b 100644 --- a/HPM/history/provinces/germany/534 - Hanover.txt +++ b/HPM/history/provinces/germany/534 - Hanover.txt @@ -5,13 +5,13 @@ add_core = GER trade_goods = fruit life_rating = 40 state_building = { - level = 1 - building = small_arms_factory - upgrade = yes + level = 1 + building = small_arms_factory + upgrade = yes } state_building = { - level = 1 - building = ammunition_factory - upgrade = yes + level = 1 + building = ammunition_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/540 - Oldenburg.txt b/HPM/history/provinces/germany/540 - Oldenburg.txt index ac0f9b71..880371f7 100644 --- a/HPM/history/provinces/germany/540 - Oldenburg.txt +++ b/HPM/history/provinces/germany/540 - Oldenburg.txt @@ -5,10 +5,10 @@ add_core = GER trade_goods = fish life_rating = 40 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - naval_base = 1 #Wilhelmshaven + naval_base = 1 #Wilhelmshaven } diff --git a/HPM/history/provinces/germany/546 - Stettin.txt b/HPM/history/provinces/germany/546 - Stettin.txt index 71d267a4..32dd2aa7 100644 --- a/HPM/history/provinces/germany/546 - Stettin.txt +++ b/HPM/history/provinces/germany/546 - Stettin.txt @@ -6,15 +6,15 @@ trade_goods = fish life_rating = 40 naval_base = 1 1861.1.1 = { - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/549 - Berlin.txt b/HPM/history/provinces/germany/549 - Berlin.txt index 9ac8338f..67cbaf24 100644 --- a/HPM/history/provinces/germany/549 - Berlin.txt +++ b/HPM/history/provinces/germany/549 - Berlin.txt @@ -7,45 +7,45 @@ life_rating = 45 railroad = 1 fort = 1 state_building = { - level = 1 - building = glass_factory - upgrade = yes + level = 1 + building = glass_factory + upgrade = yes } state_building = { - level = 1 - building = ammunition_factory - upgrade = yes + level = 1 + building = ammunition_factory + upgrade = yes } state_building = { - level = 1 - building = small_arms_factory - upgrade = yes + level = 1 + building = small_arms_factory + upgrade = yes } state_building = { - level = 1 - building = paper_mill - upgrade = yes + level = 1 + building = paper_mill + upgrade = yes } 1861.1.1 = { - state_building = { - level = 2 - building = glass_factory - upgrade = yes - } - state_building = { - level = 2 - building = ammunition_factory - upgrade = yes - } - state_building = { - level = 2 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 2 - building = paper_mill - upgrade = yes - } + state_building = { + level = 2 + building = glass_factory + upgrade = yes + } + state_building = { + level = 2 + building = ammunition_factory + upgrade = yes + } + state_building = { + level = 2 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 2 + building = paper_mill + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/553 - Magdeburg.txt b/HPM/history/provinces/germany/553 - Magdeburg.txt index 1fed3fe2..615ad23b 100644 --- a/HPM/history/provinces/germany/553 - Magdeburg.txt +++ b/HPM/history/provinces/germany/553 - Magdeburg.txt @@ -5,25 +5,25 @@ add_core = GER trade_goods = cattle life_rating = 40 1861.1.1 = { - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } - state_building = { - level = 1 - building = paper_mill - upgrade = yes - } - state_building = { - level = 1 - building = luxury_furniture_factory - upgrade = yes - } - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } + state_building = { + level = 1 + building = paper_mill + upgrade = yes + } + state_building = { + level = 1 + building = luxury_furniture_factory + upgrade = yes + } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/558 - Dresden.txt b/HPM/history/provinces/germany/558 - Dresden.txt index fe851c19..770a377a 100644 --- a/HPM/history/provinces/germany/558 - Dresden.txt +++ b/HPM/history/provinces/germany/558 - Dresden.txt @@ -5,7 +5,7 @@ add_core = GER trade_goods = coal life_rating = 40 state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } diff --git a/HPM/history/provinces/germany/572 - Trier.txt b/HPM/history/provinces/germany/572 - Trier.txt index 32555f57..d6e5e1bc 100644 --- a/HPM/history/provinces/germany/572 - Trier.txt +++ b/HPM/history/provinces/germany/572 - Trier.txt @@ -6,25 +6,25 @@ add_core = GER trade_goods = iron life_rating = 40 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 1 - building = cement_factory - upgrade = yes - } - state_building = { - level = 1 - building = winery - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 1 + building = cement_factory + upgrade = yes + } + state_building = { + level = 1 + building = winery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/575 - Cologne.txt b/HPM/history/provinces/germany/575 - Cologne.txt index c5bebde0..efab349a 100644 --- a/HPM/history/provinces/germany/575 - Cologne.txt +++ b/HPM/history/provinces/germany/575 - Cologne.txt @@ -7,30 +7,30 @@ trade_goods = coal life_rating = 40 terrain = mining_district state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } state_building = { - level = 1 - building = machine_parts_factory - upgrade = yes + level = 1 + building = machine_parts_factory + upgrade = yes } -1861.1.1 = { - state_building = { - level = 1 - building = machine_parts_factory - upgrade = yes - } - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = machine_parts_factory + upgrade = yes + } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/578 - Dusseldorf.txt b/HPM/history/provinces/germany/578 - Dusseldorf.txt index 2b04df14..6d7b0c21 100644 --- a/HPM/history/provinces/germany/578 - Dusseldorf.txt +++ b/HPM/history/provinces/germany/578 - Dusseldorf.txt @@ -8,18 +8,18 @@ life_rating = 40 railroad = 1 terrain = mining_district state_building = { - level = 1 - building = explosives_factory - upgrade = yes + level = 1 + building = explosives_factory + upgrade = yes } state_building = { - level = 1 - building = fertilizer_factory - upgrade = yes + level = 1 + building = fertilizer_factory + upgrade = yes } state_building = { - level = 1 - building = canned_food_factory - upgrade = yes + level = 1 + building = canned_food_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/580 - Dortmund.txt b/HPM/history/provinces/germany/580 - Dortmund.txt index 038b4c9f..4d94a21e 100644 --- a/HPM/history/provinces/germany/580 - Dortmund.txt +++ b/HPM/history/provinces/germany/580 - Dortmund.txt @@ -6,13 +6,13 @@ add_core = GER trade_goods = coal life_rating = 40 state_building = { - level = 1 - building = cement_factory - upgrade = yes + level = 1 + building = cement_factory + upgrade = yes } state_building = { - level = 1 - building = artillery_factory - upgrade = yes + level = 1 + building = artillery_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/581 - Munster.txt b/HPM/history/provinces/germany/581 - Munster.txt index f8510cc7..767ab37f 100644 --- a/HPM/history/provinces/germany/581 - Munster.txt +++ b/HPM/history/provinces/germany/581 - Munster.txt @@ -7,20 +7,20 @@ trade_goods = coal life_rating = 40 terrain = mining_district 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = explosives_factory - upgrade = yes - } - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = explosives_factory + upgrade = yes + } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/586 - Karlsruhe.txt b/HPM/history/provinces/germany/586 - Karlsruhe.txt index 08d0939a..db1d0a8a 100644 --- a/HPM/history/provinces/germany/586 - Karlsruhe.txt +++ b/HPM/history/provinces/germany/586 - Karlsruhe.txt @@ -5,8 +5,8 @@ add_core = GER trade_goods = fruit life_rating = 40 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/595 - Nuremburg.txt b/HPM/history/provinces/germany/595 - Nuremburg.txt index 4ddeed6a..8cd1d2af 100644 --- a/HPM/history/provinces/germany/595 - Nuremburg.txt +++ b/HPM/history/provinces/germany/595 - Nuremburg.txt @@ -6,13 +6,13 @@ trade_goods = grain life_rating = 40 railroad = 1 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} #state_building = { -# level = 1 -# building = paper_mill -# upgrade = yes +# level = 1 +# building = paper_mill +# upgrade = yes #} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/599 - Munich.txt b/HPM/history/provinces/germany/599 - Munich.txt index 4013f2c0..2899e3da 100644 --- a/HPM/history/provinces/germany/599 - Munich.txt +++ b/HPM/history/provinces/germany/599 - Munich.txt @@ -5,30 +5,30 @@ add_core = GER trade_goods = coal life_rating = 40 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} 1861.1.1 = { railroad = 2 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } +} diff --git a/HPM/history/provinces/germany/603 - Zurich.txt b/HPM/history/provinces/germany/603 - Zurich.txt index 82fd7bd1..fdfb5e57 100644 --- a/HPM/history/provinces/germany/603 - Zurich.txt +++ b/HPM/history/provinces/germany/603 - Zurich.txt @@ -6,29 +6,29 @@ life_rating = 34 fort = 1 party_loyalty = { - ideology = conservative - loyalty_value = 1 + ideology = conservative + loyalty_value = 1 } party_loyalty = { - ideology = liberal - loyalty_value = 30 + ideology = liberal + loyalty_value = 30 } state_building = { - level = 1 - building = artillery_factory - upgrade = yes + level = 1 + building = artillery_factory + upgrade = yes } state_building = { - level = 1 - building = liquor_distillery - upgrade = yes + level = 1 + building = liquor_distillery + upgrade = yes } 1861.1.1 = { railroad = 1 } 1861.1.1 = { - state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes - } + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/germany/604 - Basel.txt b/HPM/history/provinces/germany/604 - Basel.txt index 9025e927..401b4d04 100644 --- a/HPM/history/provinces/germany/604 - Basel.txt +++ b/HPM/history/provinces/germany/604 - Basel.txt @@ -5,26 +5,26 @@ trade_goods = fruit life_rating = 32 fort = 1 party_loyalty = { - ideology = conservative - loyalty_value = 1 + ideology = conservative + loyalty_value = 1 } party_loyalty = { - ideology = liberal - loyalty_value = 25 + ideology = liberal + loyalty_value = 25 } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } -1861.1.1 = { - railroad = 1 +1861.1.1 = { + railroad = 1 - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/germany/605 - Bern.txt b/HPM/history/provinces/germany/605 - Bern.txt index 18bbf9c9..6e10850b 100644 --- a/HPM/history/provinces/germany/605 - Bern.txt +++ b/HPM/history/provinces/germany/605 - Bern.txt @@ -6,12 +6,12 @@ life_rating = 34 fort = 1 party_loyalty = { - ideology = conservative - loyalty_value = 1 + ideology = conservative + loyalty_value = 1 } party_loyalty = { - ideology = liberal - loyalty_value = 30 + ideology = liberal + loyalty_value = 30 } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/germany/606 - Lucerne.txt b/HPM/history/provinces/germany/606 - Lucerne.txt index cf081246..0dd2e4a2 100644 --- a/HPM/history/provinces/germany/606 - Lucerne.txt +++ b/HPM/history/provinces/germany/606 - Lucerne.txt @@ -4,11 +4,11 @@ add_core = SWI trade_goods = timber life_rating = 34 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/germany/607 - Geneva.txt b/HPM/history/provinces/germany/607 - Geneva.txt index 911f791a..ef685097 100644 --- a/HPM/history/provinces/germany/607 - Geneva.txt +++ b/HPM/history/provinces/germany/607 - Geneva.txt @@ -4,11 +4,11 @@ add_core = SWI trade_goods = grain life_rating = 33 party_loyalty = { - ideology = conservative - loyalty_value = 1 + ideology = conservative + loyalty_value = 1 } party_loyalty = { - ideology = liberal - loyalty_value = 25 + ideology = liberal + loyalty_value = 25 } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/germany/608 - Neuchatel.txt b/HPM/history/provinces/germany/608 - Neuchatel.txt index 529fc965..cf1074fd 100644 --- a/HPM/history/provinces/germany/608 - Neuchatel.txt +++ b/HPM/history/provinces/germany/608 - Neuchatel.txt @@ -7,10 +7,10 @@ trade_goods = coal life_rating = 32 party_loyalty = { - ideology = conservative - loyalty_value = 1 + ideology = conservative + loyalty_value = 1 } party_loyalty = { - ideology = liberal - loyalty_value = 30 + ideology = liberal + loyalty_value = 30 } diff --git a/HPM/history/provinces/germany/609 - Sitten.txt b/HPM/history/provinces/germany/609 - Sitten.txt index c58eb88b..7ec31b12 100644 --- a/HPM/history/provinces/germany/609 - Sitten.txt +++ b/HPM/history/provinces/germany/609 - Sitten.txt @@ -4,10 +4,10 @@ add_core = SWI trade_goods = coal life_rating = 31 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } diff --git a/HPM/history/provinces/germany/611 - Chur.txt b/HPM/history/provinces/germany/611 - Chur.txt index 55fb0cd6..33fd260f 100644 --- a/HPM/history/provinces/germany/611 - Chur.txt +++ b/HPM/history/provinces/germany/611 - Chur.txt @@ -4,10 +4,10 @@ add_core = SWI trade_goods = cattle life_rating = 32 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } diff --git a/HPM/history/provinces/germany/682 - Breslau.txt b/HPM/history/provinces/germany/682 - Breslau.txt index 5716bd86..db4ec63a 100644 --- a/HPM/history/provinces/germany/682 - Breslau.txt +++ b/HPM/history/provinces/germany/682 - Breslau.txt @@ -6,25 +6,25 @@ add_core = GER trade_goods = grain life_rating = 40 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 2 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = explosives_factory - upgrade = yes - } - state_building = { - level = 2 - building = artillery_factory - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 2 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = explosives_factory + upgrade = yes + } + state_building = { + level = 2 + building = artillery_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/690 - Danzig.txt b/HPM/history/provinces/germany/690 - Danzig.txt index 221507f3..e7fe2127 100644 --- a/HPM/history/provinces/germany/690 - Danzig.txt +++ b/HPM/history/provinces/germany/690 - Danzig.txt @@ -8,15 +8,15 @@ trade_goods = fish life_rating = 40 naval_base = 1 1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/693 - Elbing.txt b/HPM/history/provinces/germany/693 - Elbing.txt index 34872e85..62a725b4 100644 --- a/HPM/history/provinces/germany/693 - Elbing.txt +++ b/HPM/history/provinces/germany/693 - Elbing.txt @@ -4,4 +4,4 @@ add_core = PRU add_core = GER trade_goods = cattle life_rating = 40 -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/694 - Torun.txt b/HPM/history/provinces/germany/694 - Torun.txt index ab3d8787..ba0fdfc7 100644 --- a/HPM/history/provinces/germany/694 - Torun.txt +++ b/HPM/history/provinces/germany/694 - Torun.txt @@ -5,4 +5,4 @@ add_core = GER add_core = PML trade_goods = grain life_rating = 40 -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/695 - Konigsberg.txt b/HPM/history/provinces/germany/695 - Konigsberg.txt index affb9e07..9e40d3d4 100644 --- a/HPM/history/provinces/germany/695 - Konigsberg.txt +++ b/HPM/history/provinces/germany/695 - Konigsberg.txt @@ -7,15 +7,15 @@ life_rating = 40 fort = 1 naval_base = 1 1861.1.1 = { - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } - state_building = { - level = 1 - building = clipper_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } + state_building = { + level = 1 + building = clipper_shipyard + upgrade = yes + } } -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/697 - Gumbinnen.txt b/HPM/history/provinces/germany/697 - Gumbinnen.txt index ad2d8233..a838ec02 100644 --- a/HPM/history/provinces/germany/697 - Gumbinnen.txt +++ b/HPM/history/provinces/germany/697 - Gumbinnen.txt @@ -4,4 +4,4 @@ add_core = PRU add_core = GER trade_goods = grain life_rating = 40 -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/698 - Memel.txt b/HPM/history/provinces/germany/698 - Memel.txt index 4343bb5a..ef501dba 100644 --- a/HPM/history/provinces/germany/698 - Memel.txt +++ b/HPM/history/provinces/germany/698 - Memel.txt @@ -5,4 +5,4 @@ add_core = GER add_core = LIT trade_goods = fish life_rating = 40 -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/germany/701 - Gniezno.txt b/HPM/history/provinces/germany/701 - Gniezno.txt index 383a8e2d..2b38bfba 100644 --- a/HPM/history/provinces/germany/701 - Gniezno.txt +++ b/HPM/history/provinces/germany/701 - Gniezno.txt @@ -6,9 +6,9 @@ add_core = PZN trade_goods = grain life_rating = 40 1861.1.1 = { - state_building = { - level = 1 - building = fertilizer_factory - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = fertilizer_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/germany/703 - Krakow.txt b/HPM/history/provinces/germany/703 - Krakow.txt index 88329c09..5aa75a35 100644 --- a/HPM/history/provinces/germany/703 - Krakow.txt +++ b/HPM/history/provinces/germany/703 - Krakow.txt @@ -5,7 +5,7 @@ add_core = POL trade_goods = coal life_rating = 40 1861.1.1 = { - owner = AUS - controller = AUS + owner = AUS + controller = AUS } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/india/1224 - Srinagar.txt b/HPM/history/provinces/india/1224 - Srinagar.txt index 828d49ec..2f6c0d8b 100644 --- a/HPM/history/provinces/india/1224 - Srinagar.txt +++ b/HPM/history/provinces/india/1224 - Srinagar.txt @@ -6,6 +6,6 @@ add_core = HND trade_goods = silk life_rating = 32 1861.1.1 = { - owner = KAS - controller = KAS + owner = KAS + controller = KAS } diff --git a/HPM/history/provinces/india/1227 - Lahore.txt b/HPM/history/provinces/india/1227 - Lahore.txt index a646f92c..a017a5c2 100644 --- a/HPM/history/provinces/india/1227 - Lahore.txt +++ b/HPM/history/provinces/india/1227 - Lahore.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = wool life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1228 - Multan.txt b/HPM/history/provinces/india/1228 - Multan.txt index 8c959e53..707b99c3 100644 --- a/HPM/history/provinces/india/1228 - Multan.txt +++ b/HPM/history/provinces/india/1228 - Multan.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = cattle life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1229 - Sialkot.txt b/HPM/history/provinces/india/1229 - Sialkot.txt index dca276c0..a91fd05d 100644 --- a/HPM/history/provinces/india/1229 - Sialkot.txt +++ b/HPM/history/provinces/india/1229 - Sialkot.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = cotton life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1230 - Attock.txt b/HPM/history/provinces/india/1230 - Attock.txt index a646f92c..a017a5c2 100644 --- a/HPM/history/provinces/india/1230 - Attock.txt +++ b/HPM/history/provinces/india/1230 - Attock.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = wool life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1231 - Bahawalpur.txt b/HPM/history/provinces/india/1231 - Bahawalpur.txt index 2f1ea569..2d4a9643 100644 --- a/HPM/history/provinces/india/1231 - Bahawalpur.txt +++ b/HPM/history/provinces/india/1231 - Bahawalpur.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = cattle life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/india/1232 - Shahpur.txt b/HPM/history/provinces/india/1232 - Shahpur.txt index a646f92c..a017a5c2 100644 --- a/HPM/history/provinces/india/1232 - Shahpur.txt +++ b/HPM/history/provinces/india/1232 - Shahpur.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = wool life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1233 - Amritsar.txt b/HPM/history/provinces/india/1233 - Amritsar.txt index e9b598d5..ad18678f 100644 --- a/HPM/history/provinces/india/1233 - Amritsar.txt +++ b/HPM/history/provinces/india/1233 - Amritsar.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = fruit life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1234 - Firuzapur.txt b/HPM/history/provinces/india/1234 - Firuzapur.txt index 83888d87..8f6613de 100644 --- a/HPM/history/provinces/india/1234 - Firuzapur.txt +++ b/HPM/history/provinces/india/1234 - Firuzapur.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = wool life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1242 - Lucknow.txt b/HPM/history/provinces/india/1242 - Lucknow.txt index e6952d01..a677cbf7 100644 --- a/HPM/history/provinces/india/1242 - Lucknow.txt +++ b/HPM/history/provinces/india/1242 - Lucknow.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = timber life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 + owner = ENG + controller = ENG + colonial = 2 } diff --git a/HPM/history/provinces/india/1244 - Fyzabad.txt b/HPM/history/provinces/india/1244 - Fyzabad.txt index b4c30e8b..a677cbf7 100644 --- a/HPM/history/provinces/india/1244 - Fyzabad.txt +++ b/HPM/history/provinces/india/1244 - Fyzabad.txt @@ -6,7 +6,7 @@ add_core = HND trade_goods = timber life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1254 - Dacca.txt b/HPM/history/provinces/india/1254 - Dacca.txt index d9db6142..026ee0ca 100644 --- a/HPM/history/provinces/india/1254 - Dacca.txt +++ b/HPM/history/provinces/india/1254 - Dacca.txt @@ -4,4 +4,4 @@ add_core = HND add_core = BNG trade_goods = dye life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1261 - Cuttack.txt b/HPM/history/provinces/india/1261 - Cuttack.txt index d9de3bf3..e9164ce8 100644 --- a/HPM/history/provinces/india/1261 - Cuttack.txt +++ b/HPM/history/provinces/india/1261 - Cuttack.txt @@ -4,4 +4,4 @@ add_core = ORI add_core = HND trade_goods = grain life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1277 - Nagpur.txt b/HPM/history/provinces/india/1277 - Nagpur.txt index c3ddce8b..71b91db9 100644 --- a/HPM/history/provinces/india/1277 - Nagpur.txt +++ b/HPM/history/provinces/india/1277 - Nagpur.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = dye life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1280 - Raipur.txt b/HPM/history/provinces/india/1280 - Raipur.txt index c3ddce8b..71b91db9 100644 --- a/HPM/history/provinces/india/1280 - Raipur.txt +++ b/HPM/history/provinces/india/1280 - Raipur.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = dye life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1281 - Bilaspur.txt b/HPM/history/provinces/india/1281 - Bilaspur.txt index 6a429d03..4f2f6fb1 100644 --- a/HPM/history/provinces/india/1281 - Bilaspur.txt +++ b/HPM/history/provinces/india/1281 - Bilaspur.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = grain life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1282 - Raigarh.txt b/HPM/history/provinces/india/1282 - Raigarh.txt index 4c4ddb19..5dc77f31 100644 --- a/HPM/history/provinces/india/1282 - Raigarh.txt +++ b/HPM/history/provinces/india/1282 - Raigarh.txt @@ -5,4 +5,4 @@ add_core = BUN add_core = HND trade_goods = grain life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1290 - Umarkot.txt b/HPM/history/provinces/india/1290 - Umarkot.txt index 90c0d1f5..388aab72 100644 --- a/HPM/history/provinces/india/1290 - Umarkot.txt +++ b/HPM/history/provinces/india/1290 - Umarkot.txt @@ -5,7 +5,7 @@ add_core = HND trade_goods = cattle life_rating = 32 1861.1.1 = { - owner = ENG - controller = ENG - colonial = 2 -} \ No newline at end of file + owner = ENG + controller = ENG + colonial = 2 +} diff --git a/HPM/history/provinces/india/1291 - Ahmedabad.txt b/HPM/history/provinces/india/1291 - Ahmedabad.txt index 74eab213..4e975204 100644 --- a/HPM/history/provinces/india/1291 - Ahmedabad.txt +++ b/HPM/history/provinces/india/1291 - Ahmedabad.txt @@ -4,4 +4,4 @@ add_core = BER add_core = HND trade_goods = tobacco life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1297 - Bombay.txt b/HPM/history/provinces/india/1297 - Bombay.txt index c0168840..66d36e4f 100644 --- a/HPM/history/provinces/india/1297 - Bombay.txt +++ b/HPM/history/provinces/india/1297 - Bombay.txt @@ -7,7 +7,6 @@ life_rating = 32 colonial = 2 fort = 1 naval_base = 1 -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } - diff --git a/HPM/history/provinces/india/1304 - Madras.txt b/HPM/history/provinces/india/1304 - Madras.txt index e2be3a2c..5abf08ca 100644 --- a/HPM/history/provinces/india/1304 - Madras.txt +++ b/HPM/history/provinces/india/1304 - Madras.txt @@ -9,6 +9,6 @@ life_rating = 32 colonial = 2 fort = 1 naval_base = 1 -1861.1.1 = { - naval_base = 2 +1861.1.1 = { + naval_base = 2 } diff --git a/HPM/history/provinces/india/1305 - Vizagapatnam.txt b/HPM/history/provinces/india/1305 - Vizagapatnam.txt index 3ec8a5b8..75a0e1b6 100644 --- a/HPM/history/provinces/india/1305 - Vizagapatnam.txt +++ b/HPM/history/provinces/india/1305 - Vizagapatnam.txt @@ -5,4 +5,4 @@ add_core = ORI add_core = HND trade_goods = tobacco life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1306 - Masulipatnam.txt b/HPM/history/provinces/india/1306 - Masulipatnam.txt index 30a66907..be4aede5 100644 --- a/HPM/history/provinces/india/1306 - Masulipatnam.txt +++ b/HPM/history/provinces/india/1306 - Masulipatnam.txt @@ -5,4 +5,4 @@ add_core = MYS add_core = HND trade_goods = grain life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1307 - Nellore.txt b/HPM/history/provinces/india/1307 - Nellore.txt index 30a66907..be4aede5 100644 --- a/HPM/history/provinces/india/1307 - Nellore.txt +++ b/HPM/history/provinces/india/1307 - Nellore.txt @@ -5,4 +5,4 @@ add_core = MYS add_core = HND trade_goods = grain life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1308 - Kurnool.txt b/HPM/history/provinces/india/1308 - Kurnool.txt index 94f83922..2ebeaa32 100644 --- a/HPM/history/provinces/india/1308 - Kurnool.txt +++ b/HPM/history/provinces/india/1308 - Kurnool.txt @@ -5,4 +5,4 @@ add_core = MYS add_core = HND trade_goods = cattle life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1309 - Tanjore.txt b/HPM/history/provinces/india/1309 - Tanjore.txt index 8d0ff08e..10881237 100644 --- a/HPM/history/provinces/india/1309 - Tanjore.txt +++ b/HPM/history/provinces/india/1309 - Tanjore.txt @@ -5,4 +5,4 @@ add_core = KRN add_core = HND trade_goods = dye life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1310 - Madurai.txt b/HPM/history/provinces/india/1310 - Madurai.txt index 8d0ff08e..10881237 100644 --- a/HPM/history/provinces/india/1310 - Madurai.txt +++ b/HPM/history/provinces/india/1310 - Madurai.txt @@ -5,4 +5,4 @@ add_core = KRN add_core = HND trade_goods = dye life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1312 - Pondicherry.txt b/HPM/history/provinces/india/1312 - Pondicherry.txt index 5b32b3d2..4018d9a0 100644 --- a/HPM/history/provinces/india/1312 - Pondicherry.txt +++ b/HPM/history/provinces/india/1312 - Pondicherry.txt @@ -5,4 +5,4 @@ add_core = KRN add_core = HND trade_goods = fish life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/1316 - Mangalore.txt b/HPM/history/provinces/india/1316 - Mangalore.txt index 72349fcc..891e23e1 100644 --- a/HPM/history/provinces/india/1316 - Mangalore.txt +++ b/HPM/history/provinces/india/1316 - Mangalore.txt @@ -4,4 +4,4 @@ add_core = MYS add_core = HND trade_goods = fruit life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/india/2566 - Agartala.txt b/HPM/history/provinces/india/2566 - Agartala.txt index 8f2ff470..53382075 100644 --- a/HPM/history/provinces/india/2566 - Agartala.txt +++ b/HPM/history/provinces/india/2566 - Agartala.txt @@ -5,4 +5,4 @@ add_core = ASM add_core = BNG trade_goods = grain life_rating = 32 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/indonesia/1402 - Tanjungpinang.txt b/HPM/history/provinces/indonesia/1402 - Tanjungpinang.txt index 3f893e52..6685839e 100644 --- a/HPM/history/provinces/indonesia/1402 - Tanjungpinang.txt +++ b/HPM/history/provinces/indonesia/1402 - Tanjungpinang.txt @@ -3,4 +3,4 @@ controller = NET add_core = SAK trade_goods = timber life_rating = 30 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/indonesia/1425 - Tarakan.txt b/HPM/history/provinces/indonesia/1425 - Tarakan.txt index f060ab96..f55f094a 100644 --- a/HPM/history/provinces/indonesia/1425 - Tarakan.txt +++ b/HPM/history/provinces/indonesia/1425 - Tarakan.txt @@ -6,7 +6,7 @@ add_core = BRU trade_goods = wool life_rating = 31 1860.1.1 = { - owner = NET - controller = NET - colonial = 2 + owner = NET + controller = NET + colonial = 2 } diff --git a/HPM/history/provinces/indonesia/1429 - Samarinda.txt b/HPM/history/provinces/indonesia/1429 - Samarinda.txt index 7a99ee6e..2d52aeb2 100644 --- a/HPM/history/provinces/indonesia/1429 - Samarinda.txt +++ b/HPM/history/provinces/indonesia/1429 - Samarinda.txt @@ -4,7 +4,7 @@ add_core = KTI trade_goods = fruit life_rating = 31 1860.1.1 = { - owner = NET - controller = NET - colonial = 2 + owner = NET + controller = NET + colonial = 2 } diff --git a/HPM/history/provinces/indonesia/1438 - Bali.txt b/HPM/history/provinces/indonesia/1438 - Bali.txt index 0d1afcd2..56f6f2ce 100644 --- a/HPM/history/provinces/indonesia/1438 - Bali.txt +++ b/HPM/history/provinces/indonesia/1438 - Bali.txt @@ -4,7 +4,7 @@ add_core = BAL trade_goods = fish life_rating = 35 1860.1.1 = { - owner = NET - controller = NET - colonial = 2 + owner = NET + controller = NET + colonial = 2 } diff --git a/HPM/history/provinces/indonesia/1439 - Flores.txt b/HPM/history/provinces/indonesia/1439 - Flores.txt index da3b7ed1..d16f1120 100644 --- a/HPM/history/provinces/indonesia/1439 - Flores.txt +++ b/HPM/history/provinces/indonesia/1439 - Flores.txt @@ -5,6 +5,6 @@ trade_goods = coffee life_rating = 31 colonial = 2 1861.1.1 = { - owner = NET - controller = NET + owner = NET + controller = NET } diff --git a/HPM/history/provinces/indonesia/1442 - Lombok.txt b/HPM/history/provinces/indonesia/1442 - Lombok.txt index 83213597..78a2fd92 100644 --- a/HPM/history/provinces/indonesia/1442 - Lombok.txt +++ b/HPM/history/provinces/indonesia/1442 - Lombok.txt @@ -4,7 +4,7 @@ add_core = BAL trade_goods = timber life_rating = 35 1860.1.1 = { - owner = NET - controller = NET - colonial = 2 + owner = NET + controller = NET + colonial = 2 } diff --git a/HPM/history/provinces/indonesia/1444 - Alor.txt b/HPM/history/provinces/indonesia/1444 - Alor.txt index 3aaf49af..c856a333 100644 --- a/HPM/history/provinces/indonesia/1444 - Alor.txt +++ b/HPM/history/provinces/indonesia/1444 - Alor.txt @@ -5,6 +5,6 @@ trade_goods = tropical_wood life_rating = 31 colonial = 2 1861.1.1 = { - owner = NET - controller = NET + owner = NET + controller = NET } diff --git a/HPM/history/provinces/indonesia/1461 - Tacloban.txt b/HPM/history/provinces/indonesia/1461 - Tacloban.txt index dbce3e57..af233aa2 100644 --- a/HPM/history/provinces/indonesia/1461 - Tacloban.txt +++ b/HPM/history/provinces/indonesia/1461 - Tacloban.txt @@ -3,4 +3,4 @@ controller = SPA add_core = PHL trade_goods = grain life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/indonesia/1462 - Zamboanga.txt b/HPM/history/provinces/indonesia/1462 - Zamboanga.txt index 9e109f59..9fcb9ee2 100644 --- a/HPM/history/provinces/indonesia/1462 - Zamboanga.txt +++ b/HPM/history/provinces/indonesia/1462 - Zamboanga.txt @@ -3,4 +3,4 @@ controller = SPA add_core = PHL trade_goods = iron life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/indonesia/1463 - Davao.txt b/HPM/history/provinces/indonesia/1463 - Davao.txt index 9e109f59..9fcb9ee2 100644 --- a/HPM/history/provinces/indonesia/1463 - Davao.txt +++ b/HPM/history/provinces/indonesia/1463 - Davao.txt @@ -3,4 +3,4 @@ controller = SPA add_core = PHL trade_goods = iron life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/indonesia/2244 - Christmas Island.txt b/HPM/history/provinces/indonesia/2244 - Christmas Island.txt index 0dc06d48..1d13cd1a 100644 --- a/HPM/history/provinces/indonesia/2244 - Christmas Island.txt +++ b/HPM/history/provinces/indonesia/2244 - Christmas Island.txt @@ -2,6 +2,6 @@ trade_goods = fish life_rating = 15 terrain = coral_island 1861.1.1 = { - owner = ENG - controller = ENG + owner = ENG + controller = ENG } diff --git a/HPM/history/provinces/indonesia/2565 - Cebu.txt b/HPM/history/provinces/indonesia/2565 - Cebu.txt index ed1f8cbe..d715592f 100644 --- a/HPM/history/provinces/indonesia/2565 - Cebu.txt +++ b/HPM/history/provinces/indonesia/2565 - Cebu.txt @@ -3,4 +3,4 @@ controller = SPA add_core = PHL trade_goods = fish life_rating = 35 -colonial = 2 \ No newline at end of file +colonial = 2 diff --git a/HPM/history/provinces/italy/2567 - Gaeta.txt b/HPM/history/provinces/italy/2567 - Gaeta.txt index b7ba0119..aa6223c0 100644 --- a/HPM/history/provinces/italy/2567 - Gaeta.txt +++ b/HPM/history/provinces/italy/2567 - Gaeta.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = silk life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/720 - Turin.txt b/HPM/history/provinces/italy/720 - Turin.txt index 57268bf5..ca6a846e 100644 --- a/HPM/history/provinces/italy/720 - Turin.txt +++ b/HPM/history/provinces/italy/720 - Turin.txt @@ -5,40 +5,40 @@ add_core = ITA trade_goods = fruit life_rating = 40 state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes + level = 1 + building = luxury_clothes_factory + upgrade = yes } state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes + level = 1 + building = regular_clothes_factory + upgrade = yes } #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = small_arms_factory -# upgrade = yes +# level = 1 +# building = small_arms_factory +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA - remove_core = SAR + controller = ITA + owner = ITA + remove_core = SAR } -1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/721 - Aosta.txt b/HPM/history/provinces/italy/721 - Aosta.txt index 56272c90..291d5cb7 100644 --- a/HPM/history/provinces/italy/721 - Aosta.txt +++ b/HPM/history/provinces/italy/721 - Aosta.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = silk life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/722 - Novara.txt b/HPM/history/provinces/italy/722 - Novara.txt index 6f68bd61..99ecbc2c 100644 --- a/HPM/history/provinces/italy/722 - Novara.txt +++ b/HPM/history/provinces/italy/722 - Novara.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = silk life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/723 - Alessandria.txt b/HPM/history/provinces/italy/723 - Alessandria.txt index 8f26faa7..df54be84 100644 --- a/HPM/history/provinces/italy/723 - Alessandria.txt +++ b/HPM/history/provinces/italy/723 - Alessandria.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/724 - Genoa.txt b/HPM/history/provinces/italy/724 - Genoa.txt index 1967506d..27531835 100644 --- a/HPM/history/provinces/italy/724 - Genoa.txt +++ b/HPM/history/provinces/italy/724 - Genoa.txt @@ -6,11 +6,11 @@ trade_goods = fruit life_rating = 40 naval_base = 1 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } -1861.1.1 = { - railroad = 2 - naval_base = 2 +1861.1.1 = { + railroad = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/italy/725 - Savona.txt b/HPM/history/provinces/italy/725 - Savona.txt index a9cfe4ce..0566995d 100644 --- a/HPM/history/provinces/italy/725 - Savona.txt +++ b/HPM/history/provinces/italy/725 - Savona.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = fish life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/738 - Parma.txt b/HPM/history/provinces/italy/738 - Parma.txt index 56488fd1..d9b3cf6d 100644 --- a/HPM/history/provinces/italy/738 - Parma.txt +++ b/HPM/history/provinces/italy/738 - Parma.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = iron life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/739 - Modena.txt b/HPM/history/provinces/italy/739 - Modena.txt index 3146e297..603f566e 100644 --- a/HPM/history/provinces/italy/739 - Modena.txt +++ b/HPM/history/provinces/italy/739 - Modena.txt @@ -5,13 +5,13 @@ add_core = ITA trade_goods = iron life_rating = 35 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/740 - Massa.txt b/HPM/history/provinces/italy/740 - Massa.txt index 453bbf23..a5a9ccf3 100644 --- a/HPM/history/provinces/italy/740 - Massa.txt +++ b/HPM/history/provinces/italy/740 - Massa.txt @@ -6,7 +6,7 @@ trade_goods = timber life_rating = 35 naval_base = 1 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/741 - Bologna.txt b/HPM/history/provinces/italy/741 - Bologna.txt index 06ebcabf..fcf680d4 100644 --- a/HPM/history/provinces/italy/741 - Bologna.txt +++ b/HPM/history/provinces/italy/741 - Bologna.txt @@ -6,13 +6,13 @@ add_core = ITA trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/742 - Ferrara.txt b/HPM/history/provinces/italy/742 - Ferrara.txt index 373b4291..f9d6b139 100644 --- a/HPM/history/provinces/italy/742 - Ferrara.txt +++ b/HPM/history/provinces/italy/742 - Ferrara.txt @@ -6,7 +6,7 @@ add_core = ITA trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/743 - Ravenna.txt b/HPM/history/provinces/italy/743 - Ravenna.txt index 92dd2f03..049743b3 100644 --- a/HPM/history/provinces/italy/743 - Ravenna.txt +++ b/HPM/history/provinces/italy/743 - Ravenna.txt @@ -6,7 +6,7 @@ add_core = ITA trade_goods = wool life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/744 - Florence.txt b/HPM/history/provinces/italy/744 - Florence.txt index 02578c1e..5c17bd79 100644 --- a/HPM/history/provinces/italy/744 - Florence.txt +++ b/HPM/history/provinces/italy/744 - Florence.txt @@ -5,13 +5,13 @@ add_core = ITA trade_goods = fruit life_rating = 40 state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/745 - Leghorn.txt b/HPM/history/provinces/italy/745 - Leghorn.txt index 1b8ccf75..856c4060 100644 --- a/HPM/history/provinces/italy/745 - Leghorn.txt +++ b/HPM/history/provinces/italy/745 - Leghorn.txt @@ -6,8 +6,8 @@ trade_goods = fish life_rating = 35 naval_base = 1 1861.1.1 = { - controller = ITA - owner = ITA - remove_core = TUS + controller = ITA + owner = ITA + remove_core = TUS } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/746 - Lucca.txt b/HPM/history/provinces/italy/746 - Lucca.txt index 7d0fafea..adfe911b 100644 --- a/HPM/history/provinces/italy/746 - Lucca.txt +++ b/HPM/history/provinces/italy/746 - Lucca.txt @@ -5,11 +5,11 @@ add_core = ITA trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } -1861.1.1 = { - railroad = 3 - naval_base = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 } diff --git a/HPM/history/provinces/italy/747 - Siena.txt b/HPM/history/provinces/italy/747 - Siena.txt index 0a8d71e3..7c4e2641 100644 --- a/HPM/history/provinces/italy/747 - Siena.txt +++ b/HPM/history/provinces/italy/747 - Siena.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/italy/748 - Grosetto.txt b/HPM/history/provinces/italy/748 - Grosetto.txt index 6711565a..da519214 100644 --- a/HPM/history/provinces/italy/748 - Grosetto.txt +++ b/HPM/history/provinces/italy/748 - Grosetto.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = cattle life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/750 - Viterbo.txt b/HPM/history/provinces/italy/750 - Viterbo.txt index 371c9b5b..473813bd 100644 --- a/HPM/history/provinces/italy/750 - Viterbo.txt +++ b/HPM/history/provinces/italy/750 - Viterbo.txt @@ -5,5 +5,5 @@ add_core = ITA trade_goods = fruit life_rating = 35 1861.1.1 = { - add_core = ITA -} \ No newline at end of file + add_core = ITA +} diff --git a/HPM/history/provinces/italy/751 - Perugia.txt b/HPM/history/provinces/italy/751 - Perugia.txt index 2f0cc7a8..416460ce 100644 --- a/HPM/history/provinces/italy/751 - Perugia.txt +++ b/HPM/history/provinces/italy/751 - Perugia.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/752 - Ancona.txt b/HPM/history/provinces/italy/752 - Ancona.txt index 8ba87690..10df2af9 100644 --- a/HPM/history/provinces/italy/752 - Ancona.txt +++ b/HPM/history/provinces/italy/752 - Ancona.txt @@ -5,12 +5,12 @@ add_core = ITA trade_goods = fruit life_rating = 35 #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/753 - Aquila.txt b/HPM/history/provinces/italy/753 - Aquila.txt index 46e77ff9..e752ec39 100644 --- a/HPM/history/provinces/italy/753 - Aquila.txt +++ b/HPM/history/provinces/italy/753 - Aquila.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = wool life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } diff --git a/HPM/history/provinces/italy/754 - Naples.txt b/HPM/history/provinces/italy/754 - Naples.txt index d509cbdb..fedc2c7d 100644 --- a/HPM/history/provinces/italy/754 - Naples.txt +++ b/HPM/history/provinces/italy/754 - Naples.txt @@ -6,39 +6,39 @@ trade_goods = grain life_rating = 40 naval_base = 1 state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } 1861.1.1 = { - controller = ITA - owner = ITA - remove_core = SIC - railroad = 2 - naval_base = 2 - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = clipper_shipyard - upgrade = yes - } - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } -} \ No newline at end of file + controller = ITA + owner = ITA + remove_core = SIC + railroad = 2 + naval_base = 2 + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = clipper_shipyard + upgrade = yes + } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/italy/755 - Salerno.txt b/HPM/history/provinces/italy/755 - Salerno.txt index 3cc40fac..98dca9bd 100644 --- a/HPM/history/provinces/italy/755 - Salerno.txt +++ b/HPM/history/provinces/italy/755 - Salerno.txt @@ -5,8 +5,8 @@ add_core = ITA trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/italy/756 - Bari.txt b/HPM/history/provinces/italy/756 - Bari.txt index 6e8c8e9e..8764b6ef 100644 --- a/HPM/history/provinces/italy/756 - Bari.txt +++ b/HPM/history/provinces/italy/756 - Bari.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = cotton life_rating = 40 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } diff --git a/HPM/history/provinces/italy/757 - Foggia.txt b/HPM/history/provinces/italy/757 - Foggia.txt index 0ede0091..141222a1 100644 --- a/HPM/history/provinces/italy/757 - Foggia.txt +++ b/HPM/history/provinces/italy/757 - Foggia.txt @@ -5,7 +5,7 @@ add_core = ITA trade_goods = fish life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA -} \ No newline at end of file + controller = ITA + owner = ITA + add_core = ITA +} diff --git a/HPM/history/provinces/italy/758 - Brindisi.txt b/HPM/history/provinces/italy/758 - Brindisi.txt index 7f8bdef4..aaaf86b3 100644 --- a/HPM/history/provinces/italy/758 - Brindisi.txt +++ b/HPM/history/provinces/italy/758 - Brindisi.txt @@ -6,6 +6,6 @@ trade_goods = cotton naval_base = 1 life_rating = 40 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/italy/759 - Reggio di Calabria.txt b/HPM/history/provinces/italy/759 - Reggio di Calabria.txt index 535adbd6..0188c3a6 100644 --- a/HPM/history/provinces/italy/759 - Reggio di Calabria.txt +++ b/HPM/history/provinces/italy/759 - Reggio di Calabria.txt @@ -5,6 +5,6 @@ add_core = ITA trade_goods = wool life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/italy/760 - Catanzaro.txt b/HPM/history/provinces/italy/760 - Catanzaro.txt index 535adbd6..0188c3a6 100644 --- a/HPM/history/provinces/italy/760 - Catanzaro.txt +++ b/HPM/history/provinces/italy/760 - Catanzaro.txt @@ -5,6 +5,6 @@ add_core = ITA trade_goods = wool life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/italy/761 - Potenza.txt b/HPM/history/provinces/italy/761 - Potenza.txt index e5e8fd30..fce3ce4c 100644 --- a/HPM/history/provinces/italy/761 - Potenza.txt +++ b/HPM/history/provinces/italy/761 - Potenza.txt @@ -5,6 +5,6 @@ add_core = ITA trade_goods = fruit life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/italy/762 - Palermo.txt b/HPM/history/provinces/italy/762 - Palermo.txt index 5d2c862d..5cd799cc 100644 --- a/HPM/history/provinces/italy/762 - Palermo.txt +++ b/HPM/history/provinces/italy/762 - Palermo.txt @@ -6,7 +6,7 @@ add_core = ITA trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA - naval_base = 1 + controller = ITA + owner = ITA + naval_base = 1 } diff --git a/HPM/history/provinces/italy/763 - Messina.txt b/HPM/history/provinces/italy/763 - Messina.txt index 1dbc69c4..6cb94c67 100644 --- a/HPM/history/provinces/italy/763 - Messina.txt +++ b/HPM/history/provinces/italy/763 - Messina.txt @@ -6,12 +6,12 @@ add_core = ITA trade_goods = sulphur life_rating = 40 #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA - add_core = ITA + controller = ITA + owner = ITA + add_core = ITA } diff --git a/HPM/history/provinces/italy/764 - Catania.txt b/HPM/history/provinces/italy/764 - Catania.txt index 627ac69b..8f438f1c 100644 --- a/HPM/history/provinces/italy/764 - Catania.txt +++ b/HPM/history/provinces/italy/764 - Catania.txt @@ -6,6 +6,6 @@ add_core = ITA trade_goods = sulphur life_rating = 40 1861.1.1 = { - controller = ITA - owner = ITA + controller = ITA + owner = ITA } diff --git a/HPM/history/provinces/italy/765 - Cagliari.txt b/HPM/history/provinces/italy/765 - Cagliari.txt index d8fa00cd..4e9b97c6 100644 --- a/HPM/history/provinces/italy/765 - Cagliari.txt +++ b/HPM/history/provinces/italy/765 - Cagliari.txt @@ -7,16 +7,16 @@ trade_goods = coal naval_base = 1 life_rating = 35 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/italy/766 - Sassari.txt b/HPM/history/provinces/italy/766 - Sassari.txt index 7d95b6f4..6ec32cc8 100644 --- a/HPM/history/provinces/italy/766 - Sassari.txt +++ b/HPM/history/provinces/italy/766 - Sassari.txt @@ -6,6 +6,6 @@ add_core = ITA trade_goods = grain life_rating = 35 1861.1.1 = { - controller = ITA - owner = ITA -} \ No newline at end of file + controller = ITA + owner = ITA +} diff --git a/HPM/history/provinces/japan/1643 - Ishikara.txt b/HPM/history/provinces/japan/1643 - Ishikara.txt index f9711436..02dc9512 100644 --- a/HPM/history/provinces/japan/1643 - Ishikara.txt +++ b/HPM/history/provinces/japan/1643 - Ishikara.txt @@ -1,7 +1,7 @@ trade_goods = fish life_rating = 10 1861.1.1 = { - owner = TKG - controller = TKG - add_core = TKG + owner = TKG + controller = TKG + add_core = TKG } diff --git a/HPM/history/provinces/japan/1644 - Nemuru.txt b/HPM/history/provinces/japan/1644 - Nemuru.txt index f4e126b7..44409e10 100644 --- a/HPM/history/provinces/japan/1644 - Nemuru.txt +++ b/HPM/history/provinces/japan/1644 - Nemuru.txt @@ -1,7 +1,7 @@ trade_goods = timber life_rating = 10 1861.1.1 = { - owner = TKG - controller = TKG - add_core = TKG + owner = TKG + controller = TKG + add_core = TKG } diff --git a/HPM/history/provinces/japan/1675 - Nagoya.txt b/HPM/history/provinces/japan/1675 - Nagoya.txt index ca52ab1b..4023ff79 100644 --- a/HPM/history/provinces/japan/1675 - Nagoya.txt +++ b/HPM/history/provinces/japan/1675 - Nagoya.txt @@ -5,7 +5,7 @@ add_core = TKG trade_goods = fruit life_rating = 35 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} diff --git a/HPM/history/provinces/low countries/375 - Amsterdam.txt b/HPM/history/provinces/low countries/375 - Amsterdam.txt index 613b45a6..dc95bbd4 100644 --- a/HPM/history/provinces/low countries/375 - Amsterdam.txt +++ b/HPM/history/provinces/low countries/375 - Amsterdam.txt @@ -6,22 +6,22 @@ life_rating = 35 fort = 1 naval_base = 2 #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = paper_mill - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = paper_mill + upgrade = yes + } +} diff --git a/HPM/history/provinces/low countries/376 - Rotterdam.txt b/HPM/history/provinces/low countries/376 - Rotterdam.txt index a8d90e4d..ef152e20 100644 --- a/HPM/history/provinces/low countries/376 - Rotterdam.txt +++ b/HPM/history/provinces/low countries/376 - Rotterdam.txt @@ -3,7 +3,7 @@ controller = NET add_core = NET trade_goods = fish life_rating = 35 -1861.1.1 = { - railroad = 1 - naval_base = 3 +1861.1.1 = { + railroad = 1 + naval_base = 3 } diff --git a/HPM/history/provinces/low countries/381 - Maastricht.txt b/HPM/history/provinces/low countries/381 - Maastricht.txt index 35cab370..09a4579e 100644 --- a/HPM/history/provinces/low countries/381 - Maastricht.txt +++ b/HPM/history/provinces/low countries/381 - Maastricht.txt @@ -6,18 +6,18 @@ trade_goods = coal life_rating = 35 terrain = mining_district #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = liquor_distillery -# upgrade = yes +# level = 1 +# building = liquor_distillery +# upgrade = yes #} 1861.1.1 = { - owner = NET - controller = NET - remove_core = BEL - railroad = 3 + owner = NET + controller = NET + remove_core = BEL + railroad = 3 } diff --git a/HPM/history/provinces/low countries/383 - Groningen.txt b/HPM/history/provinces/low countries/383 - Groningen.txt index 0cce4c7e..599c2a99 100644 --- a/HPM/history/provinces/low countries/383 - Groningen.txt +++ b/HPM/history/provinces/low countries/383 - Groningen.txt @@ -4,5 +4,5 @@ add_core = NET trade_goods = grain life_rating = 35 1861.1.1 = { - naval_base = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/low countries/385 - Leeuwarden.txt b/HPM/history/provinces/low countries/385 - Leeuwarden.txt index 0aa126de..5d42f926 100644 --- a/HPM/history/provinces/low countries/385 - Leeuwarden.txt +++ b/HPM/history/provinces/low countries/385 - Leeuwarden.txt @@ -4,7 +4,7 @@ add_core = NET trade_goods = cattle life_rating = 35 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} diff --git a/HPM/history/provinces/low countries/387 - Brussels.txt b/HPM/history/provinces/low countries/387 - Brussels.txt index abb0de4a..5cf6ce97 100644 --- a/HPM/history/provinces/low countries/387 - Brussels.txt +++ b/HPM/history/provinces/low countries/387 - Brussels.txt @@ -8,42 +8,42 @@ life_rating = 35 railroad = 1 terrain = mining_district state_building = { - level = 2 - building = fabric_factory - upgrade = yes + level = 2 + building = fabric_factory + upgrade = yes } state_building = { - level = 1 - building = canned_food_factory - upgrade = yes + level = 1 + building = canned_food_factory + upgrade = yes } state_building = { - level = 1 - building = cement_factory - upgrade = yes + level = 1 + building = cement_factory + upgrade = yes } state_building = { - level = 1 - building = liquor_distillery - upgrade = yes + level = 1 + building = liquor_distillery + upgrade = yes } 1861.1.1 = { - state_building = { - level = 2 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 2 - building = canned_food_factory - upgrade = yes - } - state_building = { - level = 2 - building = cement_factory - upgrade = yes - } + state_building = { + level = 2 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 2 + building = canned_food_factory + upgrade = yes + } + state_building = { + level = 2 + building = cement_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } 1861.1.1 = { remove_core = NET } diff --git a/HPM/history/provinces/low countries/394 - Charleroi.txt b/HPM/history/provinces/low countries/394 - Charleroi.txt index a293a95f..41415028 100644 --- a/HPM/history/provinces/low countries/394 - Charleroi.txt +++ b/HPM/history/provinces/low countries/394 - Charleroi.txt @@ -7,26 +7,26 @@ trade_goods = coal life_rating = 35 terrain = mining_district state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } state_building = { - level = 1 - building = ammunition_factory - upgrade = yes + level = 1 + building = ammunition_factory + upgrade = yes } state_building = { - level = 1 - building = small_arms_factory - upgrade = yes + level = 1 + building = small_arms_factory + upgrade = yes } -1861.1.1 = { - state_building = { - level = 1 - building = machine_parts_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = machine_parts_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } 1861.1.1 = { remove_core = NET } diff --git a/HPM/history/provinces/low countries/397 - Luxembourg.txt b/HPM/history/provinces/low countries/397 - Luxembourg.txt index 3e545db2..45fd28d3 100644 --- a/HPM/history/provinces/low countries/397 - Luxembourg.txt +++ b/HPM/history/provinces/low countries/397 - Luxembourg.txt @@ -7,7 +7,7 @@ life_rating = 35 terrain = mining_district 1861.1.1 = { railroad = 3 } 1861.1.1 = { - owner = LUX - controller = LUX - remove_core = NET + owner = LUX + controller = LUX + remove_core = NET } diff --git a/HPM/history/provinces/low countries/398 - Arlon.txt b/HPM/history/provinces/low countries/398 - Arlon.txt index 497f1f4f..ad597dba 100644 --- a/HPM/history/provinces/low countries/398 - Arlon.txt +++ b/HPM/history/provinces/low countries/398 - Arlon.txt @@ -8,7 +8,7 @@ trade_goods = coal life_rating = 35 terrain = mining_district 1861.1.1 = { - railroad = 3 - remove_core = LUX - remove_core = NET + railroad = 3 + remove_core = LUX + remove_core = NET } diff --git a/HPM/history/provinces/mexico/100 - Phoenix.txt b/HPM/history/provinces/mexico/100 - Phoenix.txt index d9b4feef..bc181ede 100644 --- a/HPM/history/provinces/mexico/100 - Phoenix.txt +++ b/HPM/history/provinces/mexico/100 - Phoenix.txt @@ -7,10 +7,10 @@ terrain = new_world_semidesert trade_goods = cattle life_rating = 35 1861.1.1 = { - controller = CSA - owner = CSA - add_core = USA - add_core = CSA - remove_core = MEX - colonial = 0 + controller = CSA + owner = CSA + add_core = USA + add_core = CSA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/101 - Flagstaff.txt b/HPM/history/provinces/mexico/101 - Flagstaff.txt index c98b43c2..c7afe7f9 100644 --- a/HPM/history/provinces/mexico/101 - Flagstaff.txt +++ b/HPM/history/provinces/mexico/101 - Flagstaff.txt @@ -5,9 +5,9 @@ trade_goods = iron life_rating = 35 colonial = 2 1861.1.1 = { - controller = USA - owner = USA - add_core = USA - add_core = CSA - remove_core = MEX + controller = USA + owner = USA + add_core = USA + add_core = CSA + remove_core = MEX } diff --git a/HPM/history/provinces/mexico/102 - Tucson.txt b/HPM/history/provinces/mexico/102 - Tucson.txt index 324a701f..b8daf2d9 100644 --- a/HPM/history/provinces/mexico/102 - Tucson.txt +++ b/HPM/history/provinces/mexico/102 - Tucson.txt @@ -1 +1,15 @@ -owner = MEX controller = MEX add_core = MEX trade_goods = cattle life_rating = 31 terrain = new_world_semidesert colonial = 2 1861.1.1 = { controller = CSA owner = CSA add_core = USA add_core = CSA remove_core = MEX colonial = 0 } \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +trade_goods = cattle +life_rating = 31 +terrain = new_world_semidesert +colonial = 2 +1861.1.1 = { + controller = CSA + owner = CSA + add_core = USA + add_core = CSA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/103 - Santa Fe.txt b/HPM/history/provinces/mexico/103 - Santa Fe.txt index a74089aa..a46c241c 100644 --- a/HPM/history/provinces/mexico/103 - Santa Fe.txt +++ b/HPM/history/provinces/mexico/103 - Santa Fe.txt @@ -5,9 +5,9 @@ trade_goods = fruit life_rating = 35 colonial = 2 1861.1.1 = { - controller = USA - owner = USA - add_core = USA - add_core = CSA - remove_core = MEX + controller = USA + owner = USA + add_core = USA + add_core = CSA + remove_core = MEX } diff --git a/HPM/history/provinces/mexico/104 - Albuquerque.txt b/HPM/history/provinces/mexico/104 - Albuquerque.txt index 7ea27ff5..338d9e5a 100644 --- a/HPM/history/provinces/mexico/104 - Albuquerque.txt +++ b/HPM/history/provinces/mexico/104 - Albuquerque.txt @@ -6,9 +6,9 @@ trade_goods = fruit life_rating = 35 colonial = 2 1861.1.1 = { - controller = USA - owner = USA - add_core = USA - remove_core = MEX - colonial = 0 + controller = USA + owner = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/105 - Las Cruces.txt b/HPM/history/provinces/mexico/105 - Las Cruces.txt index 0c919a67..f0088283 100644 --- a/HPM/history/provinces/mexico/105 - Las Cruces.txt +++ b/HPM/history/provinces/mexico/105 - Las Cruces.txt @@ -5,10 +5,10 @@ trade_goods = cattle life_rating = 35 colonial = 2 1861.1.1 = { - controller = CSA - owner = CSA - add_core = USA - add_core = CSA - remove_core = MEX - colonial = 0 + controller = CSA + owner = CSA + add_core = USA + add_core = CSA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/136 - El Paso.txt b/HPM/history/provinces/mexico/136 - El Paso.txt index 1e44abdc..643e9ea5 100644 --- a/HPM/history/provinces/mexico/136 - El Paso.txt +++ b/HPM/history/provinces/mexico/136 - El Paso.txt @@ -1 +1,17 @@ -owner = MEX controller = MEX add_core = MEX add_core = TEX terrain = new_world_semidesert trade_goods = cotton life_rating = 35 colonial = 2 1861.1.1 = { controller = CSA owner = CSA add_core = CSA add_core = USA remove_core = MEX colonial = 0 } \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +add_core = TEX +terrain = new_world_semidesert +trade_goods = cotton +life_rating = 35 +colonial = 2 + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/138 - Laredo.txt b/HPM/history/provinces/mexico/138 - Laredo.txt index 289eb508..a1164b45 100644 --- a/HPM/history/provinces/mexico/138 - Laredo.txt +++ b/HPM/history/provinces/mexico/138 - Laredo.txt @@ -9,10 +9,10 @@ life_rating = 35 colonial = 2 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX - colonial = 0 + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/2141 - Guaymas.txt b/HPM/history/provinces/mexico/2141 - Guaymas.txt index ffd14938..4c0e18d9 100644 --- a/HPM/history/provinces/mexico/2141 - Guaymas.txt +++ b/HPM/history/provinces/mexico/2141 - Guaymas.txt @@ -4,5 +4,5 @@ add_core = MEX trade_goods = cattle life_rating = 35 1861.1.1 = { - naval_base = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/mexico/2146 - Monterrey.txt b/HPM/history/provinces/mexico/2146 - Monterrey.txt index 3e04b641..afca576c 100644 --- a/HPM/history/provinces/mexico/2146 - Monterrey.txt +++ b/HPM/history/provinces/mexico/2146 - Monterrey.txt @@ -8,6 +8,6 @@ trade_goods = grain life_rating = 35 terrain = urban party_loyalty = { - ideology = liberal - loyalty_value = 40 + ideology = liberal + loyalty_value = 40 } diff --git a/HPM/history/provinces/mexico/2148 - Reynosa.txt b/HPM/history/provinces/mexico/2148 - Reynosa.txt index 50272145..6b3dfe45 100644 --- a/HPM/history/provinces/mexico/2148 - Reynosa.txt +++ b/HPM/history/provinces/mexico/2148 - Reynosa.txt @@ -5,10 +5,10 @@ trade_goods = coal life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - add_core = CSA - remove_core = MEX - colonial = 0 -} \ No newline at end of file + owner = USA + controller = USA + add_core = USA + add_core = CSA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/2158 - Zacatecas.txt b/HPM/history/provinces/mexico/2158 - Zacatecas.txt index 56439a2c..ae48e8ff 100644 --- a/HPM/history/provinces/mexico/2158 - Zacatecas.txt +++ b/HPM/history/provinces/mexico/2158 - Zacatecas.txt @@ -1,5 +1,7 @@ -owner = MEX - controller = MEX - add_core = MEX -trade_goods = grain -life_rating = 35 +owner = MEX + +controller = MEX + +add_core = MEX +trade_goods = grain +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2163 - Tampico.txt b/HPM/history/provinces/mexico/2163 - Tampico.txt index a1227255..8a5a8f4d 100644 --- a/HPM/history/provinces/mexico/2163 - Tampico.txt +++ b/HPM/history/provinces/mexico/2163 - Tampico.txt @@ -1,5 +1,6 @@ -owner = MEX -controller = MEX - add_core = MEX -trade_goods = fish -life_rating = 35 \ No newline at end of file +owner = MEX +controller = MEX + +add_core = MEX +trade_goods = fish +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2166 - Guadalajara.txt b/HPM/history/provinces/mexico/2166 - Guadalajara.txt index 2f5df355..2f5150c2 100644 --- a/HPM/history/provinces/mexico/2166 - Guadalajara.txt +++ b/HPM/history/provinces/mexico/2166 - Guadalajara.txt @@ -1,5 +1,6 @@ -owner = MEX -controller = MEX -add_core = MEX -trade_goods = timber - life_rating = 35 \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +trade_goods = timber + +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2169 - Colima.txt b/HPM/history/provinces/mexico/2169 - Colima.txt index a1227255..8a5a8f4d 100644 --- a/HPM/history/provinces/mexico/2169 - Colima.txt +++ b/HPM/history/provinces/mexico/2169 - Colima.txt @@ -1,5 +1,6 @@ -owner = MEX -controller = MEX - add_core = MEX -trade_goods = fish -life_rating = 35 \ No newline at end of file +owner = MEX +controller = MEX + +add_core = MEX +trade_goods = fish +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2172 - Mexico City.txt b/HPM/history/provinces/mexico/2172 - Mexico City.txt index 7e2714eb..304aa2b0 100644 --- a/HPM/history/provinces/mexico/2172 - Mexico City.txt +++ b/HPM/history/provinces/mexico/2172 - Mexico City.txt @@ -1,6 +1,7 @@ -owner = MEX -controller = MEX - add_core = MEX -trade_goods = grain -life_rating = 39 -fort = 1 \ No newline at end of file +owner = MEX +controller = MEX + +add_core = MEX +trade_goods = grain +life_rating = 39 +fort = 1 diff --git a/HPM/history/provinces/mexico/2176 - Puebla.txt b/HPM/history/provinces/mexico/2176 - Puebla.txt index 49ca6344..b24288df 100644 --- a/HPM/history/provinces/mexico/2176 - Puebla.txt +++ b/HPM/history/provinces/mexico/2176 - Puebla.txt @@ -4,9 +4,9 @@ add_core = MEX trade_goods = dye life_rating = 35 1861.1.1 = { - state_building = { - level = 3 - building = fabric_factory - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 3 + building = fabric_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/mexico/2179 - Acapulco.txt b/HPM/history/provinces/mexico/2179 - Acapulco.txt index f008c2c2..f962fcef 100644 --- a/HPM/history/provinces/mexico/2179 - Acapulco.txt +++ b/HPM/history/provinces/mexico/2179 - Acapulco.txt @@ -1,5 +1,5 @@ -owner = MEX -controller = MEX -add_core = MEX -trade_goods = grain -life_rating = 35 \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +trade_goods = grain +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2182 - Tapachula.txt b/HPM/history/provinces/mexico/2182 - Tapachula.txt index 7acd609a..268e6547 100644 --- a/HPM/history/provinces/mexico/2182 - Tapachula.txt +++ b/HPM/history/provinces/mexico/2182 - Tapachula.txt @@ -8,7 +8,7 @@ add_core = UCA trade_goods = cotton life_rating = 31 1861.1.1 = { - owner = MEX - controller = MEX - remove_core = UCA + owner = MEX + controller = MEX + remove_core = UCA } diff --git a/HPM/history/provinces/mexico/2183 - Merida.txt b/HPM/history/provinces/mexico/2183 - Merida.txt index 6b13f0ea..849e229f 100644 --- a/HPM/history/provinces/mexico/2183 - Merida.txt +++ b/HPM/history/provinces/mexico/2183 - Merida.txt @@ -1,5 +1,7 @@ -owner = MEX -controller = MEX - add_core = MEX -add_core = YUC trade_goods = grain -life_rating = 35 \ No newline at end of file +owner = MEX +controller = MEX + +add_core = MEX +add_core = YUC +trade_goods = grain +life_rating = 35 diff --git a/HPM/history/provinces/mexico/2184 - Campeche.txt b/HPM/history/provinces/mexico/2184 - Campeche.txt index 8e8d12a5..aa5b9fba 100644 --- a/HPM/history/provinces/mexico/2184 - Campeche.txt +++ b/HPM/history/provinces/mexico/2184 - Campeche.txt @@ -1,5 +1,8 @@ -owner = MEX -controller = MEX - add_core = MEX add_core = YUC -trade_goods = timber -life_rating = 33 naval_base = 1 \ No newline at end of file +owner = MEX +controller = MEX + +add_core = MEX +add_core = YUC +trade_goods = timber +life_rating = 33 +naval_base = 1 diff --git a/HPM/history/provinces/mexico/84 - San Francisco.txt b/HPM/history/provinces/mexico/84 - San Francisco.txt index 05b4fc6d..bb481fc7 100644 --- a/HPM/history/provinces/mexico/84 - San Francisco.txt +++ b/HPM/history/provinces/mexico/84 - San Francisco.txt @@ -1,8 +1,18 @@ -owner = MEX controller = MEX -add_core = MEX add_core = CAL -trade_goods = cattle -life_rating = 35 colonial = 2 1861.1.1 = { owner = USA controller = USA add_core = USA remove_core = MEX colonial = 0 } -1861.1.1 = { - naval_base = 1 - fort = 1 -} \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +add_core = CAL +trade_goods = cattle +life_rating = 35 +colonial = 2 +1861.1.1 = { + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} +1861.1.1 = { + naval_base = 1 + fort = 1 +} diff --git a/HPM/history/provinces/mexico/85 - Eureka.txt b/HPM/history/provinces/mexico/85 - Eureka.txt index d5421c54..b36287d9 100644 --- a/HPM/history/provinces/mexico/85 - Eureka.txt +++ b/HPM/history/provinces/mexico/85 - Eureka.txt @@ -6,9 +6,9 @@ trade_goods = fish life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 -} \ No newline at end of file + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/86 - Sacramento.txt b/HPM/history/provinces/mexico/86 - Sacramento.txt index 5c3f03fe..45816adf 100644 --- a/HPM/history/provinces/mexico/86 - Sacramento.txt +++ b/HPM/history/provinces/mexico/86 - Sacramento.txt @@ -1,13 +1,14 @@ -owner = MEX -controller = MEX -add_core = MEX add_core = CAL -trade_goods = fruit -life_rating = 35 -colonial = 2 -1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 -} +owner = MEX +controller = MEX +add_core = MEX +add_core = CAL +trade_goods = fruit +life_rating = 35 +colonial = 2 +1861.1.1 = { + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/87 - Monterey.txt b/HPM/history/provinces/mexico/87 - Monterey.txt index e21a0db0..45816adf 100644 --- a/HPM/history/provinces/mexico/87 - Monterey.txt +++ b/HPM/history/provinces/mexico/87 - Monterey.txt @@ -6,9 +6,9 @@ trade_goods = fruit life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/88 - Mariposa.txt b/HPM/history/provinces/mexico/88 - Mariposa.txt index 8463efb3..0d700f1b 100644 --- a/HPM/history/provinces/mexico/88 - Mariposa.txt +++ b/HPM/history/provinces/mexico/88 - Mariposa.txt @@ -7,9 +7,9 @@ terrain = new_world_semidesert life_rating = 31 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/89 - Los Angeles.txt b/HPM/history/provinces/mexico/89 - Los Angeles.txt index eaa9cb8c..b0a9e796 100644 --- a/HPM/history/provinces/mexico/89 - Los Angeles.txt +++ b/HPM/history/provinces/mexico/89 - Los Angeles.txt @@ -6,9 +6,9 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 -} \ No newline at end of file + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/90 - San Diego.txt b/HPM/history/provinces/mexico/90 - San Diego.txt index f76643d3..b0a9e796 100644 --- a/HPM/history/provinces/mexico/90 - San Diego.txt +++ b/HPM/history/provinces/mexico/90 - San Diego.txt @@ -1,5 +1,14 @@ -owner = MEX controller = MEX -add_core = MEX -add_core = CAL -trade_goods = grain -life_rating = 35 colonial = 2 1861.1.1 = { owner = USA controller = USA add_core = USA remove_core = MEX colonial = 0 } \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +add_core = CAL +trade_goods = grain +life_rating = 35 +colonial = 2 +1861.1.1 = { + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/94 - Carson City.txt b/HPM/history/provinces/mexico/94 - Carson City.txt index 868143c2..3578eef4 100644 --- a/HPM/history/provinces/mexico/94 - Carson City.txt +++ b/HPM/history/provinces/mexico/94 - Carson City.txt @@ -1,13 +1,14 @@ -owner = MEX -controller = MEX -add_core = MEX trade_goods = iron -life_rating = 35 -terrain = new_world_semidesert -colonial = 2 -1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 -} +owner = MEX +controller = MEX +add_core = MEX +trade_goods = iron +life_rating = 35 +terrain = new_world_semidesert +colonial = 2 +1861.1.1 = { + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/95 - Elko.txt b/HPM/history/provinces/mexico/95 - Elko.txt index 70c44757..3578eef4 100644 --- a/HPM/history/provinces/mexico/95 - Elko.txt +++ b/HPM/history/provinces/mexico/95 - Elko.txt @@ -6,9 +6,9 @@ life_rating = 35 terrain = new_world_semidesert colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/96 - Las Vegas.txt b/HPM/history/provinces/mexico/96 - Las Vegas.txt index f40c7473..3578eef4 100644 --- a/HPM/history/provinces/mexico/96 - Las Vegas.txt +++ b/HPM/history/provinces/mexico/96 - Las Vegas.txt @@ -1,3 +1,14 @@ -owner = MEX controller = MEX -add_core = MEX trade_goods = iron -life_rating = 35 terrain = new_world_semidesert colonial = 2 1861.1.1 = { owner = USA controller = USA add_core = USA remove_core = MEX colonial = 0 } \ No newline at end of file +owner = MEX +controller = MEX +add_core = MEX +trade_goods = iron +life_rating = 35 +terrain = new_world_semidesert +colonial = 2 +1861.1.1 = { + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 +} diff --git a/HPM/history/provinces/mexico/97 - Salt Lake City.txt b/HPM/history/provinces/mexico/97 - Salt Lake City.txt index f6c632cd..fda4ba05 100644 --- a/HPM/history/provinces/mexico/97 - Salt Lake City.txt +++ b/HPM/history/provinces/mexico/97 - Salt Lake City.txt @@ -5,9 +5,9 @@ trade_goods = coal life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/mexico/98 - Loa.txt b/HPM/history/provinces/mexico/98 - Loa.txt index 41afc696..343f63a1 100644 --- a/HPM/history/provinces/mexico/98 - Loa.txt +++ b/HPM/history/provinces/mexico/98 - Loa.txt @@ -6,9 +6,9 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/pacific island/1097 - New Caledonia.txt b/HPM/history/provinces/pacific island/1097 - New Caledonia.txt index 2e91b949..51458a9e 100644 --- a/HPM/history/provinces/pacific island/1097 - New Caledonia.txt +++ b/HPM/history/provinces/pacific island/1097 - New Caledonia.txt @@ -3,9 +3,9 @@ trade_goods = coffee life_rating = 15 colonial = 2 1861.1.1 = { - owner = FRA - controller = FRA - colonial = 2 - naval_base = 1 - life_rating = 35 + owner = FRA + controller = FRA + colonial = 2 + naval_base = 1 + life_rating = 35 } diff --git a/HPM/history/provinces/portugal/518 - Oporto.txt b/HPM/history/provinces/portugal/518 - Oporto.txt index 11eaeb91..b2005d1d 100644 --- a/HPM/history/provinces/portugal/518 - Oporto.txt +++ b/HPM/history/provinces/portugal/518 - Oporto.txt @@ -5,15 +5,15 @@ trade_goods = fruit life_rating = 35 naval_base = 1 #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } + state_building = { + level = 1 + building = winery + upgrade = yes + } } 1861.1.1 = { naval_base = 2 } diff --git a/HPM/history/provinces/portugal/521 - Lisbon.txt b/HPM/history/provinces/portugal/521 - Lisbon.txt index 55de95e2..5143193e 100644 --- a/HPM/history/provinces/portugal/521 - Lisbon.txt +++ b/HPM/history/provinces/portugal/521 - Lisbon.txt @@ -6,15 +6,15 @@ life_rating = 35 naval_base = 1 fort = 1 party_loyalty = { - ideology = liberal - loyalty_value = 25 + ideology = liberal + loyalty_value = 25 } #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} -1861.1.1 = { - railroad = 1 - naval_base = 2 +1861.1.1 = { + railroad = 1 + naval_base = 2 } diff --git a/HPM/history/provinces/scandinavia/2591 - Sisimiut.txt b/HPM/history/provinces/scandinavia/2591 - Sisimiut.txt index 34b03f8f..2153fe13 100644 --- a/HPM/history/provinces/scandinavia/2591 - Sisimiut.txt +++ b/HPM/history/provinces/scandinavia/2591 - Sisimiut.txt @@ -7,6 +7,6 @@ trade_goods = fish life_rating = 32 colonial = 2 1861.1.1 = { - owner = ENG - controller = ENG + owner = ENG + controller = ENG } diff --git a/HPM/history/provinces/scandinavia/312 - Drammen.txt b/HPM/history/provinces/scandinavia/312 - Drammen.txt index 3d0a0d92..adb0b604 100644 --- a/HPM/history/provinces/scandinavia/312 - Drammen.txt +++ b/HPM/history/provinces/scandinavia/312 - Drammen.txt @@ -5,5 +5,5 @@ trade_goods = precious_metal naval_base = 1 life_rating = 35 1861.1.1 = { - naval_base = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/scandinavia/313 - Christiania.txt b/HPM/history/provinces/scandinavia/313 - Christiania.txt index c00f792d..903136bb 100644 --- a/HPM/history/provinces/scandinavia/313 - Christiania.txt +++ b/HPM/history/provinces/scandinavia/313 - Christiania.txt @@ -4,8 +4,8 @@ add_core = NOR trade_goods = fish life_rating = 40 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/scandinavia/317 - Gavle.txt b/HPM/history/provinces/scandinavia/317 - Gavle.txt index cab2f389..dc4b99ae 100644 --- a/HPM/history/provinces/scandinavia/317 - Gavle.txt +++ b/HPM/history/provinces/scandinavia/317 - Gavle.txt @@ -3,11 +3,11 @@ controller = SWE add_core = SWE trade_goods = timber life_rating = 35 -1861.1.1 = { - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } -1861.1.1 = { railroad = 1 } \ No newline at end of file +1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/scandinavia/318 - Sundsvall.txt b/HPM/history/provinces/scandinavia/318 - Sundsvall.txt index d2598718..43948a7a 100644 --- a/HPM/history/provinces/scandinavia/318 - Sundsvall.txt +++ b/HPM/history/provinces/scandinavia/318 - Sundsvall.txt @@ -4,7 +4,7 @@ add_core = SWE trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} diff --git a/HPM/history/provinces/scandinavia/322 - Stockholm.txt b/HPM/history/provinces/scandinavia/322 - Stockholm.txt index f096e9f3..0c69dc73 100644 --- a/HPM/history/provinces/scandinavia/322 - Stockholm.txt +++ b/HPM/history/provinces/scandinavia/322 - Stockholm.txt @@ -5,18 +5,18 @@ trade_goods = coal life_rating = 40 naval_base = 1 #state_building = { -# level = 1 -# building = steel_factory -# upgrade = yes +# level = 1 +# building = steel_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = small_arms_factory -# upgrade = yes +# level = 1 +# building = small_arms_factory +# upgrade = yes #} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/scandinavia/326 - Vasteras.txt b/HPM/history/provinces/scandinavia/326 - Vasteras.txt index aa273e80..1ba86fbd 100644 --- a/HPM/history/provinces/scandinavia/326 - Vasteras.txt +++ b/HPM/history/provinces/scandinavia/326 - Vasteras.txt @@ -3,11 +3,11 @@ controller = SWE add_core = SWE trade_goods = iron life_rating = 35 -1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } } -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/scandinavia/329 - Gothenburg.txt b/HPM/history/provinces/scandinavia/329 - Gothenburg.txt index ffbdaac4..a057391a 100644 --- a/HPM/history/provinces/scandinavia/329 - Gothenburg.txt +++ b/HPM/history/provinces/scandinavia/329 - Gothenburg.txt @@ -4,12 +4,12 @@ add_core = SWE trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = paper_mill -# upgrade = yes +# level = 1 +# building = paper_mill +# upgrade = yes #} diff --git a/HPM/history/provinces/scandinavia/330 - Boras.txt b/HPM/history/provinces/scandinavia/330 - Boras.txt index be898d11..e11c2662 100644 --- a/HPM/history/provinces/scandinavia/330 - Boras.txt +++ b/HPM/history/provinces/scandinavia/330 - Boras.txt @@ -3,11 +3,11 @@ controller = SWE add_core = SWE trade_goods = fish life_rating = 35 -1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/scandinavia/335 - Karlskrona.txt b/HPM/history/provinces/scandinavia/335 - Karlskrona.txt index 9b8a29c2..3113c25f 100644 --- a/HPM/history/provinces/scandinavia/335 - Karlskrona.txt +++ b/HPM/history/provinces/scandinavia/335 - Karlskrona.txt @@ -4,7 +4,7 @@ add_core = SWE trade_goods = fish life_rating = 35 naval_base = 1 -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/scandinavia/339 - Viipuri.txt b/HPM/history/provinces/scandinavia/339 - Viipuri.txt index 271903ea..de1f185b 100644 --- a/HPM/history/provinces/scandinavia/339 - Viipuri.txt +++ b/HPM/history/provinces/scandinavia/339 - Viipuri.txt @@ -6,7 +6,7 @@ add_core = RUS trade_goods = timber life_rating = 35 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} diff --git a/HPM/history/provinces/scandinavia/367 - Aalborg.txt b/HPM/history/provinces/scandinavia/367 - Aalborg.txt index 954fbeed..21f590c2 100644 --- a/HPM/history/provinces/scandinavia/367 - Aalborg.txt +++ b/HPM/history/provinces/scandinavia/367 - Aalborg.txt @@ -5,12 +5,12 @@ trade_goods = cattle life_rating = 35 naval_base = 1 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} diff --git a/HPM/history/provinces/scandinavia/372 - Copenhagen.txt b/HPM/history/provinces/scandinavia/372 - Copenhagen.txt index 2bded4f8..25257cf2 100644 --- a/HPM/history/provinces/scandinavia/372 - Copenhagen.txt +++ b/HPM/history/provinces/scandinavia/372 - Copenhagen.txt @@ -6,28 +6,28 @@ life_rating = 35 naval_base = 1 fort = 1 #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} -1861.1.1 = { - railroad = 2 - naval_base = 3 +1861.1.1 = { + railroad = 2 + naval_base = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = fertilizer_factory - upgrade = yes - } - state_building = { - level = 1 - building = clipper_shipyard - upgrade = yes - } - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } + state_building = { + level = 1 + building = fertilizer_factory + upgrade = yes + } + state_building = { + level = 1 + building = clipper_shipyard + upgrade = yes + } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } } diff --git a/HPM/history/provinces/south america/2131 - Falkland Islands.txt b/HPM/history/provinces/south america/2131 - Falkland Islands.txt index 5aa6c371..1a7aa07f 100644 --- a/HPM/history/provinces/south america/2131 - Falkland Islands.txt +++ b/HPM/history/provinces/south america/2131 - Falkland Islands.txt @@ -6,8 +6,8 @@ trade_goods = wool life_rating = 30 colonial = 2 terrain = new_world_arctic -1861.1.1 = { - add_core = ARG - remove_core = ARC - colonial = 0 +1861.1.1 = { + add_core = ARG + remove_core = ARC + colonial = 0 } diff --git a/HPM/history/provinces/south america/2186 - Guatemala.txt b/HPM/history/provinces/south america/2186 - Guatemala.txt index 706519ff..54917c1c 100644 --- a/HPM/history/provinces/south america/2186 - Guatemala.txt +++ b/HPM/history/provinces/south america/2186 - Guatemala.txt @@ -7,7 +7,7 @@ add_core = GUA trade_goods = coffee life_rating = 39 1861.1.1 = { - owner = GUA - controller = GUA - remove_core = UCA -} \ No newline at end of file + owner = GUA + controller = GUA + remove_core = UCA +} diff --git a/HPM/history/provinces/south america/2187 - Quetzaltenango.txt b/HPM/history/provinces/south america/2187 - Quetzaltenango.txt index 63ab85be..ace15fc7 100644 --- a/HPM/history/provinces/south america/2187 - Quetzaltenango.txt +++ b/HPM/history/provinces/south america/2187 - Quetzaltenango.txt @@ -6,7 +6,7 @@ add_core = LOS trade_goods = iron life_rating = 33 1861.1.1 = { - owner = GUA - controller = GUA - remove_core = UCA -} \ No newline at end of file + owner = GUA + controller = GUA + remove_core = UCA +} diff --git a/HPM/history/provinces/south america/2188 - Puerto Barrios.txt b/HPM/history/provinces/south america/2188 - Puerto Barrios.txt index f9b4aac2..0bd386aa 100644 --- a/HPM/history/provinces/south america/2188 - Puerto Barrios.txt +++ b/HPM/history/provinces/south america/2188 - Puerto Barrios.txt @@ -5,7 +5,7 @@ add_core = GUA trade_goods = wool life_rating = 35 1861.1.1 = { - owner = GUA - controller = GUA - remove_core = UCA + owner = GUA + controller = GUA + remove_core = UCA } diff --git a/HPM/history/provinces/south america/2189 - Sayaxche.txt b/HPM/history/provinces/south america/2189 - Sayaxche.txt index aab226a5..8513ff83 100644 --- a/HPM/history/provinces/south america/2189 - Sayaxche.txt +++ b/HPM/history/provinces/south america/2189 - Sayaxche.txt @@ -5,7 +5,7 @@ add_core = GUA trade_goods = timber life_rating = 33 1861.1.1 = { - owner = GUA - controller = GUA - remove_core = UCA -} \ No newline at end of file + owner = GUA + controller = GUA + remove_core = UCA +} diff --git a/HPM/history/provinces/south america/2190 - Belize.txt b/HPM/history/provinces/south america/2190 - Belize.txt index e1203b88..eeaf0d11 100644 --- a/HPM/history/provinces/south america/2190 - Belize.txt +++ b/HPM/history/provinces/south america/2190 - Belize.txt @@ -7,5 +7,5 @@ trade_goods = fruit life_rating = 33 colonial = 2 1861.1.1 = { - remove_core = UCA -} \ No newline at end of file + remove_core = UCA +} diff --git a/HPM/history/provinces/south america/2191 - San Salvador.txt b/HPM/history/provinces/south america/2191 - San Salvador.txt index 60f967bc..931a3c88 100644 --- a/HPM/history/provinces/south america/2191 - San Salvador.txt +++ b/HPM/history/provinces/south america/2191 - San Salvador.txt @@ -5,6 +5,6 @@ trade_goods = coffee life_rating = 39 naval_base = 1 1861.1.1 = { - owner = ELS - controller = ELS -} \ No newline at end of file + owner = ELS + controller = ELS +} diff --git a/HPM/history/provinces/south america/2192 - San Miguel.txt b/HPM/history/provinces/south america/2192 - San Miguel.txt index d27fe9ec..0ba7cced 100644 --- a/HPM/history/provinces/south america/2192 - San Miguel.txt +++ b/HPM/history/provinces/south america/2192 - San Miguel.txt @@ -4,6 +4,6 @@ add_core = ELS trade_goods = tropical_wood life_rating = 35 1861.1.1 = { - owner = ELS - controller = ELS -} \ No newline at end of file + owner = ELS + controller = ELS +} diff --git a/HPM/history/provinces/south america/2193 - Comayagua.txt b/HPM/history/provinces/south america/2193 - Comayagua.txt index c1d9a85d..b40bf094 100644 --- a/HPM/history/provinces/south america/2193 - Comayagua.txt +++ b/HPM/history/provinces/south america/2193 - Comayagua.txt @@ -1,2 +1,9 @@ -owner = UCA controller = UCA add_core = HON -trade_goods = fruit life_rating = 39 1861.1.1 = { owner = HON controller = HON } \ No newline at end of file +owner = UCA +controller = UCA +add_core = HON +trade_goods = fruit +life_rating = 39 +1861.1.1 = { + owner = HON + controller = HON +} diff --git a/HPM/history/provinces/south america/2194 - San Pedro Sula.txt b/HPM/history/provinces/south america/2194 - San Pedro Sula.txt index fa28b8b9..05d98bfa 100644 --- a/HPM/history/provinces/south america/2194 - San Pedro Sula.txt +++ b/HPM/history/provinces/south america/2194 - San Pedro Sula.txt @@ -4,6 +4,6 @@ add_core = HON trade_goods = grain life_rating = 35 1861.1.1 = { - owner = HON - controller = HON -} \ No newline at end of file + owner = HON + controller = HON +} diff --git a/HPM/history/provinces/south america/2195 - La Ceiba.txt b/HPM/history/provinces/south america/2195 - La Ceiba.txt index db9eeab7..5aba3ebb 100644 --- a/HPM/history/provinces/south america/2195 - La Ceiba.txt +++ b/HPM/history/provinces/south america/2195 - La Ceiba.txt @@ -4,6 +4,6 @@ add_core = HON trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = HON - controller = HON -} \ No newline at end of file + owner = HON + controller = HON +} diff --git a/HPM/history/provinces/south america/2196 - Puerto Lempira.txt b/HPM/history/provinces/south america/2196 - Puerto Lempira.txt index 120077e3..b0072c47 100644 --- a/HPM/history/provinces/south america/2196 - Puerto Lempira.txt +++ b/HPM/history/provinces/south america/2196 - Puerto Lempira.txt @@ -4,6 +4,6 @@ add_core = HON trade_goods = timber life_rating = 33 1861.1.1 = { - owner = HON - controller = HON -} \ No newline at end of file + owner = HON + controller = HON +} diff --git a/HPM/history/provinces/south america/2197 - Managua.txt b/HPM/history/provinces/south america/2197 - Managua.txt index 46fffaf2..e402a831 100644 --- a/HPM/history/provinces/south america/2197 - Managua.txt +++ b/HPM/history/provinces/south america/2197 - Managua.txt @@ -1,5 +1,9 @@ -owner = UCA -controller = UCA -add_core = NIC -trade_goods = coffee -life_rating = 39 1861.1.1 = { owner = NIC controller = NIC } \ No newline at end of file +owner = UCA +controller = UCA +add_core = NIC +trade_goods = coffee +life_rating = 39 +1861.1.1 = { + owner = NIC + controller = NIC +} diff --git a/HPM/history/provinces/south america/2198 - Rivas.txt b/HPM/history/provinces/south america/2198 - Rivas.txt index 7ac5f6da..ebeda09d 100644 --- a/HPM/history/provinces/south america/2198 - Rivas.txt +++ b/HPM/history/provinces/south america/2198 - Rivas.txt @@ -1,8 +1,9 @@ -owner = UCA controller = UCA -add_core = NIC -trade_goods = fish -life_rating = 35 -1861.1.1 = { - owner = NIC - controller = NIC -} \ No newline at end of file +owner = UCA +controller = UCA +add_core = NIC +trade_goods = fish +life_rating = 35 +1861.1.1 = { + owner = NIC + controller = NIC +} diff --git a/HPM/history/provinces/south america/2199 - Leon.txt b/HPM/history/provinces/south america/2199 - Leon.txt index a69d6e1d..6ae1ac19 100644 --- a/HPM/history/provinces/south america/2199 - Leon.txt +++ b/HPM/history/provinces/south america/2199 - Leon.txt @@ -4,6 +4,6 @@ add_core = NIC trade_goods = coffee life_rating = 35 1861.1.1 = { - owner = NIC - controller = NIC -} \ No newline at end of file + owner = NIC + controller = NIC +} diff --git a/HPM/history/provinces/south america/2201 - San Jose.txt b/HPM/history/provinces/south america/2201 - San Jose.txt index 3c7f074f..06a04073 100644 --- a/HPM/history/provinces/south america/2201 - San Jose.txt +++ b/HPM/history/provinces/south america/2201 - San Jose.txt @@ -1,5 +1,9 @@ -owner = UCA -controller = UCA -add_core = COS -trade_goods = fruit -life_rating = 39 1861.1.1 = { owner = COS controller = COS } \ No newline at end of file +owner = UCA +controller = UCA +add_core = COS +trade_goods = fruit +life_rating = 39 +1861.1.1 = { + owner = COS + controller = COS +} diff --git a/HPM/history/provinces/south america/2202 - Liberia.txt b/HPM/history/provinces/south america/2202 - Liberia.txt index 677c24f0..ed3cbd47 100644 --- a/HPM/history/provinces/south america/2202 - Liberia.txt +++ b/HPM/history/provinces/south america/2202 - Liberia.txt @@ -4,6 +4,6 @@ add_core = COS trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = COS - controller = COS -} \ No newline at end of file + owner = COS + controller = COS +} diff --git a/HPM/history/provinces/south america/2203 - Limon.txt b/HPM/history/provinces/south america/2203 - Limon.txt index baec8926..83041b69 100644 --- a/HPM/history/provinces/south america/2203 - Limon.txt +++ b/HPM/history/provinces/south america/2203 - Limon.txt @@ -4,6 +4,6 @@ add_core = COS trade_goods = coffee life_rating = 33 1861.1.1 = { - owner = COS - controller = COS -} \ No newline at end of file + owner = COS + controller = COS +} diff --git a/HPM/history/provinces/south america/2295 - Lima.txt b/HPM/history/provinces/south america/2295 - Lima.txt index 5b04819b..aa68cc30 100644 --- a/HPM/history/provinces/south america/2295 - Lima.txt +++ b/HPM/history/provinces/south america/2295 - Lima.txt @@ -4,7 +4,7 @@ add_core = PEU trade_goods = sulphur life_rating = 39 naval_base = 1 -1861.1.1 = { - railroad = 1 - naval_base = 1 +1861.1.1 = { + railroad = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/south america/2297 - Ica.txt b/HPM/history/provinces/south america/2297 - Ica.txt index 2e3a6b58..e3f68382 100644 --- a/HPM/history/provinces/south america/2297 - Ica.txt +++ b/HPM/history/provinces/south america/2297 - Ica.txt @@ -6,7 +6,7 @@ trade_goods = fish terrain = dryhills life_rating = 35 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2299 - Ayacucho.txt b/HPM/history/provinces/south america/2299 - Ayacucho.txt index 91dedb99..53c4e9e2 100644 --- a/HPM/history/provinces/south america/2299 - Ayacucho.txt +++ b/HPM/history/provinces/south america/2299 - Ayacucho.txt @@ -5,7 +5,7 @@ add_core = PEU trade_goods = cattle life_rating = 35 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2301 - Puerto Maldonado.txt b/HPM/history/provinces/south america/2301 - Puerto Maldonado.txt index 4a9e9668..10aefb2e 100644 --- a/HPM/history/provinces/south america/2301 - Puerto Maldonado.txt +++ b/HPM/history/provinces/south america/2301 - Puerto Maldonado.txt @@ -6,7 +6,7 @@ trade_goods = fruit terrain = jungle life_rating = 31 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2302 - Cusco.txt b/HPM/history/provinces/south america/2302 - Cusco.txt index 0564de4b..2303d070 100644 --- a/HPM/history/provinces/south america/2302 - Cusco.txt +++ b/HPM/history/provinces/south america/2302 - Cusco.txt @@ -5,7 +5,7 @@ add_core = PEU trade_goods = wool life_rating = 37 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2303 - Puno.txt b/HPM/history/provinces/south america/2303 - Puno.txt index f064f369..8805c067 100644 --- a/HPM/history/provinces/south america/2303 - Puno.txt +++ b/HPM/history/provinces/south america/2303 - Puno.txt @@ -5,7 +5,7 @@ add_core = PEU trade_goods = iron life_rating = 35 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2304 - Arequipa.txt b/HPM/history/provinces/south america/2304 - Arequipa.txt index 3fe60ddd..9272fe75 100644 --- a/HPM/history/provinces/south america/2304 - Arequipa.txt +++ b/HPM/history/provinces/south america/2304 - Arequipa.txt @@ -6,7 +6,7 @@ trade_goods = sulphur terrain = new_world_semidesert life_rating = 31 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2305 - Antofagasta.txt b/HPM/history/provinces/south america/2305 - Antofagasta.txt index c44a7775..52dfe013 100644 --- a/HPM/history/provinces/south america/2305 - Antofagasta.txt +++ b/HPM/history/provinces/south america/2305 - Antofagasta.txt @@ -6,6 +6,6 @@ terrain = new_world_desert life_rating = 15 naval_base = 1 1860.1.1 = { - owner = CHL - controller = CHL + owner = CHL + controller = CHL } diff --git a/HPM/history/provinces/south america/2307 - Iquique.txt b/HPM/history/provinces/south america/2307 - Iquique.txt index 0ae29f76..775c56bd 100644 --- a/HPM/history/provinces/south america/2307 - Iquique.txt +++ b/HPM/history/provinces/south america/2307 - Iquique.txt @@ -6,7 +6,7 @@ trade_goods = cattle terrain = new_world_desert life_rating = 31 1860.1.1 = { - owner = CHL - controller = CHL - remove_core = SPU + owner = CHL + controller = CHL + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2308 - Arica.txt b/HPM/history/provinces/south america/2308 - Arica.txt index d8e7f038..7e440972 100644 --- a/HPM/history/provinces/south america/2308 - Arica.txt +++ b/HPM/history/provinces/south america/2308 - Arica.txt @@ -6,7 +6,7 @@ trade_goods = wool terrain = new_world_desert life_rating = 31 1860.1.1 = { - owner = CHL - controller = CHL - remove_core = SPU + owner = CHL + controller = CHL + remove_core = SPU } diff --git a/HPM/history/provinces/south america/2309 - Calama.txt b/HPM/history/provinces/south america/2309 - Calama.txt index ddc8a9f1..640267f9 100644 --- a/HPM/history/provinces/south america/2309 - Calama.txt +++ b/HPM/history/provinces/south america/2309 - Calama.txt @@ -5,6 +5,6 @@ trade_goods = fish terrain = new_world_desert life_rating = 31 1860.1.1 = { - owner = CHL - controller = CHL + owner = CHL + controller = CHL } diff --git a/HPM/history/provinces/south america/2310 - La Paz.txt b/HPM/history/provinces/south america/2310 - La Paz.txt index ed54c9ca..2a7a1e59 100644 --- a/HPM/history/provinces/south america/2310 - La Paz.txt +++ b/HPM/history/provinces/south america/2310 - La Paz.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = cattle life_rating = 39 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2311 - Cochabamba.txt b/HPM/history/provinces/south america/2311 - Cochabamba.txt index af2151f1..ddac4e7d 100644 --- a/HPM/history/provinces/south america/2311 - Cochabamba.txt +++ b/HPM/history/provinces/south america/2311 - Cochabamba.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = fruit life_rating = 35 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2312 - Oruro.txt b/HPM/history/provinces/south america/2312 - Oruro.txt index 309fd55e..c6840321 100644 --- a/HPM/history/provinces/south america/2312 - Oruro.txt +++ b/HPM/history/provinces/south america/2312 - Oruro.txt @@ -5,6 +5,6 @@ trade_goods = iron life_rating = 31 terrain = new_world_semidesert 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2313 - Chuquisaca.txt b/HPM/history/provinces/south america/2313 - Chuquisaca.txt index 02c73190..127c8d88 100644 --- a/HPM/history/provinces/south america/2313 - Chuquisaca.txt +++ b/HPM/history/provinces/south america/2313 - Chuquisaca.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = wool life_rating = 35 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2314 - Potosi.txt b/HPM/history/provinces/south america/2314 - Potosi.txt index f7d5e220..9daa2cbc 100644 --- a/HPM/history/provinces/south america/2314 - Potosi.txt +++ b/HPM/history/provinces/south america/2314 - Potosi.txt @@ -5,6 +5,6 @@ trade_goods = grain life_rating = 31 terrain = new_world_semidesert 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2315 - Tarija.txt b/HPM/history/provinces/south america/2315 - Tarija.txt index 679936bb..452523d3 100644 --- a/HPM/history/provinces/south america/2315 - Tarija.txt +++ b/HPM/history/provinces/south america/2315 - Tarija.txt @@ -4,7 +4,7 @@ add_core = BOL trade_goods = wool life_rating = 35 1861.1.1 = { - owner = BOL - controller = BOL - remove_core = ARC + owner = BOL + controller = BOL + remove_core = ARC } diff --git a/HPM/history/provinces/south america/2316 - Santa Cruz.txt b/HPM/history/provinces/south america/2316 - Santa Cruz.txt index 26ebcdd9..962cb74a 100644 --- a/HPM/history/provinces/south america/2316 - Santa Cruz.txt +++ b/HPM/history/provinces/south america/2316 - Santa Cruz.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = fruit life_rating = 32 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2317 - San Ignacio.txt b/HPM/history/provinces/south america/2317 - San Ignacio.txt index f2b3c21e..dc0e1884 100644 --- a/HPM/history/provinces/south america/2317 - San Ignacio.txt +++ b/HPM/history/provinces/south america/2317 - San Ignacio.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = tropical_wood life_rating = 31 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2318 - Robore.txt b/HPM/history/provinces/south america/2318 - Robore.txt index bf4421fa..46671f11 100644 --- a/HPM/history/provinces/south america/2318 - Robore.txt +++ b/HPM/history/provinces/south america/2318 - Robore.txt @@ -1 +1,10 @@ -owner = PBC controller = PBC add_core = BOL trade_goods = wool terrain = savanna life_rating = 31 1860.1.1 = { owner = BOL controller = BOL } \ No newline at end of file +owner = PBC +controller = PBC +add_core = BOL +trade_goods = wool +terrain = savanna +life_rating = 31 +1860.1.1 = { + owner = BOL + controller = BOL +} diff --git a/HPM/history/provinces/south america/2319 - Santa Ana.txt b/HPM/history/provinces/south america/2319 - Santa Ana.txt index 4bc104e8..c5972aff 100644 --- a/HPM/history/provinces/south america/2319 - Santa Ana.txt +++ b/HPM/history/provinces/south america/2319 - Santa Ana.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = rubber life_rating = 31 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2320 - Riberalta.txt b/HPM/history/provinces/south america/2320 - Riberalta.txt index 4bc104e8..c5972aff 100644 --- a/HPM/history/provinces/south america/2320 - Riberalta.txt +++ b/HPM/history/provinces/south america/2320 - Riberalta.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = rubber life_rating = 31 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2321 - Cobija.txt b/HPM/history/provinces/south america/2321 - Cobija.txt index f2b3c21e..dc0e1884 100644 --- a/HPM/history/provinces/south america/2321 - Cobija.txt +++ b/HPM/history/provinces/south america/2321 - Cobija.txt @@ -4,6 +4,6 @@ add_core = BOL trade_goods = tropical_wood life_rating = 31 1860.1.1 = { - owner = BOL - controller = BOL + owner = BOL + controller = BOL } diff --git a/HPM/history/provinces/south america/2325 - Valparaiso.txt b/HPM/history/provinces/south america/2325 - Valparaiso.txt index db17713a..5546dc87 100644 --- a/HPM/history/provinces/south america/2325 - Valparaiso.txt +++ b/HPM/history/provinces/south america/2325 - Valparaiso.txt @@ -5,7 +5,7 @@ trade_goods = fruit terrain = farmlands life_rating = 35 naval_base = 1 -1861.1.1 = { - railroad = 1 - naval_base = 1 +1861.1.1 = { + railroad = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/south america/2328 - Valdivia.txt b/HPM/history/provinces/south america/2328 - Valdivia.txt index 1433932b..56664630 100644 --- a/HPM/history/provinces/south america/2328 - Valdivia.txt +++ b/HPM/history/provinces/south america/2328 - Valdivia.txt @@ -1,6 +1,8 @@ -owner = CHL - controller = CHL -add_core = CHL -add_core = PTG -trade_goods = grain -terrain = montane_forest life_rating = 35 +owner = CHL + +controller = CHL +add_core = CHL +add_core = PTG +trade_goods = grain +terrain = montane_forest +life_rating = 35 diff --git a/HPM/history/provinces/south america/2334 - Punta Arenas.txt b/HPM/history/provinces/south america/2334 - Punta Arenas.txt index 44a858bf..65a74c84 100644 --- a/HPM/history/provinces/south america/2334 - Punta Arenas.txt +++ b/HPM/history/provinces/south america/2334 - Punta Arenas.txt @@ -3,6 +3,6 @@ trade_goods = precious_metal terrain = steppe life_rating = 15 1860.1.1 = { - owner = CHL - controller = CHL + owner = CHL + controller = CHL } diff --git a/HPM/history/provinces/south america/2337 - Fortin Falcon.txt b/HPM/history/provinces/south america/2337 - Fortin Falcon.txt index 89ecdc03..4419d0ea 100644 --- a/HPM/history/provinces/south america/2337 - Fortin Falcon.txt +++ b/HPM/history/provinces/south america/2337 - Fortin Falcon.txt @@ -2,7 +2,7 @@ trade_goods = tropical_wood terrain = savanna life_rating = 15 1861.1.1 = { - owner = PRG - controller = PRG - add_core = PRG + owner = PRG + controller = PRG + add_core = PRG } diff --git a/HPM/history/provinces/south america/2338 - Puerto Guarani.txt b/HPM/history/provinces/south america/2338 - Puerto Guarani.txt index 9dea0215..a48f61f3 100644 --- a/HPM/history/provinces/south america/2338 - Puerto Guarani.txt +++ b/HPM/history/provinces/south america/2338 - Puerto Guarani.txt @@ -1,4 +1,8 @@ -trade_goods = fish -terrain = savanna -life_rating = 15 1861.1.1 = { owner = PRG controller = PRG - add_core = PRG } \ No newline at end of file +trade_goods = fish +terrain = savanna +life_rating = 15 +1861.1.1 = { + owner = PRG + controller = PRG + add_core = PRG +} diff --git a/HPM/history/provinces/south america/2339 - Asuncion.txt b/HPM/history/provinces/south america/2339 - Asuncion.txt index e0121ed8..ec0cca9a 100644 --- a/HPM/history/provinces/south america/2339 - Asuncion.txt +++ b/HPM/history/provinces/south america/2339 - Asuncion.txt @@ -3,4 +3,3 @@ controller = PRG add_core = PRG trade_goods = cattle life_rating = 39 - diff --git a/HPM/history/provinces/south america/2341 - Encarnacion.txt b/HPM/history/provinces/south america/2341 - Encarnacion.txt index 8c17bfe9..5d39cd6f 100644 --- a/HPM/history/provinces/south america/2341 - Encarnacion.txt +++ b/HPM/history/provinces/south america/2341 - Encarnacion.txt @@ -1,4 +1,5 @@ -owner = PRG -controller = PRG -add_core = PRG trade_goods = timber -life_rating = 31 \ No newline at end of file +owner = PRG +controller = PRG +add_core = PRG +trade_goods = timber +life_rating = 31 diff --git a/HPM/history/provinces/south america/2342 - San Pedro.txt b/HPM/history/provinces/south america/2342 - San Pedro.txt index 458c0d7f..e2b9884c 100644 --- a/HPM/history/provinces/south america/2342 - San Pedro.txt +++ b/HPM/history/provinces/south america/2342 - San Pedro.txt @@ -1,3 +1,6 @@ -owner = PRG -controller = PRG - add_core = PRG trade_goods = wool life_rating = 31 \ No newline at end of file +owner = PRG +controller = PRG + +add_core = PRG +trade_goods = wool +life_rating = 31 diff --git a/HPM/history/provinces/south america/2343 - Concepcion.txt b/HPM/history/provinces/south america/2343 - Concepcion.txt index 1a51e8ce..266bc2b8 100644 --- a/HPM/history/provinces/south america/2343 - Concepcion.txt +++ b/HPM/history/provinces/south america/2343 - Concepcion.txt @@ -1,3 +1,5 @@ -owner = PRG -controller = PRG -add_core = PRG trade_goods = fruit life_rating = 31 \ No newline at end of file +owner = PRG +controller = PRG +add_core = PRG +trade_goods = fruit +life_rating = 31 diff --git a/HPM/history/provinces/south america/2344 - Montevideo.txt b/HPM/history/provinces/south america/2344 - Montevideo.txt index dcd52d6a..590b31a7 100644 --- a/HPM/history/provinces/south america/2344 - Montevideo.txt +++ b/HPM/history/provinces/south america/2344 - Montevideo.txt @@ -5,6 +5,6 @@ trade_goods = cattle life_rating = 39 naval_base = 1 party_loyalty = { - ideology = liberal - loyalty_value = 30 + ideology = liberal + loyalty_value = 30 } diff --git a/HPM/history/provinces/south america/2345 - Paysandu.txt b/HPM/history/provinces/south america/2345 - Paysandu.txt index 026e6efc..4ff81c82 100644 --- a/HPM/history/provinces/south america/2345 - Paysandu.txt +++ b/HPM/history/provinces/south america/2345 - Paysandu.txt @@ -4,6 +4,6 @@ add_core = URU trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 25 + ideology = conservative + loyalty_value = 25 } diff --git a/HPM/history/provinces/south america/2346 - Tacumba.txt b/HPM/history/provinces/south america/2346 - Tacumba.txt index 14dda6fe..8a44a36b 100644 --- a/HPM/history/provinces/south america/2346 - Tacumba.txt +++ b/HPM/history/provinces/south america/2346 - Tacumba.txt @@ -4,6 +4,6 @@ add_core = URU trade_goods = fish life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 25 + ideology = conservative + loyalty_value = 25 } diff --git a/HPM/history/provinces/south america/2347 - Melo.txt b/HPM/history/provinces/south america/2347 - Melo.txt index 0f6d489b..8e3c715f 100644 --- a/HPM/history/provinces/south america/2347 - Melo.txt +++ b/HPM/history/provinces/south america/2347 - Melo.txt @@ -4,6 +4,6 @@ add_core = URU trade_goods = fruit life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 25 + ideology = conservative + loyalty_value = 25 } diff --git a/HPM/history/provinces/south america/2348 - Buenos Aires.txt b/HPM/history/provinces/south america/2348 - Buenos Aires.txt index 1df39ce8..890ac5df 100644 --- a/HPM/history/provinces/south america/2348 - Buenos Aires.txt +++ b/HPM/history/provinces/south america/2348 - Buenos Aires.txt @@ -1,14 +1,16 @@ -owner = ARC -controller = ARC add_core = SBA -add_core = ARC -trade_goods = cattle -life_rating = 39 -naval_base = 1 1861.1.1 = { - railroad = 1 - naval_base = 2 - owner = ARG - controller = ARG - add_core = ARG - remove_core = SBA - remove_core = ARC -} \ No newline at end of file +owner = ARC +controller = ARC +add_core = SBA +add_core = ARC +trade_goods = cattle +life_rating = 39 +naval_base = 1 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = SBA + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2349 - Junin.txt b/HPM/history/provinces/south america/2349 - Junin.txt index 6a024e09..ee284b32 100644 --- a/HPM/history/provinces/south america/2349 - Junin.txt +++ b/HPM/history/provinces/south america/2349 - Junin.txt @@ -4,10 +4,10 @@ add_core = SBA add_core = ARC trade_goods = cattle life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - remove_core = SBA - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + remove_core = SBA + } diff --git a/HPM/history/provinces/south america/2350 - Azul.txt b/HPM/history/provinces/south america/2350 - Azul.txt index 77ae7347..e5b1379e 100644 --- a/HPM/history/provinces/south america/2350 - Azul.txt +++ b/HPM/history/provinces/south america/2350 - Azul.txt @@ -1,14 +1,17 @@ -owner = ARC - controller = ARC - add_core = SBA add_core = ARC -trade_goods = cattle -life_rating = 35 -1861.1.1 = { - railroad = 1 - naval_base = 2 - owner = ARG - controller = ARG - add_core = ARG - remove_core = SBA - remove_core = ARC -} +owner = ARC + +controller = ARC + +add_core = SBA +add_core = ARC +trade_goods = cattle +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = SBA + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2351 - La Plata.txt b/HPM/history/provinces/south america/2351 - La Plata.txt index 2a8f40fd..6b08ebf5 100644 --- a/HPM/history/provinces/south america/2351 - La Plata.txt +++ b/HPM/history/provinces/south america/2351 - La Plata.txt @@ -1 +1,18 @@ -owner = ARC controller = ARC add_core = SBA add_core = ARC trade_goods = fish terrain = farmlands life_rating = 35 1861.1.1 = { railroad = 1 naval_base = 2 owner = ARG controller = ARG add_core = ARG remove_core = SBA remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = SBA +add_core = ARC +trade_goods = fish +terrain = farmlands +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = SBA + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2352 - Mar del Plata.txt b/HPM/history/provinces/south america/2352 - Mar del Plata.txt index 111d7df7..e31c6c14 100644 --- a/HPM/history/provinces/south america/2352 - Mar del Plata.txt +++ b/HPM/history/provinces/south america/2352 - Mar del Plata.txt @@ -5,10 +5,10 @@ add_core = ARC trade_goods = cattle terrain = farmlands life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - remove_core = SBA - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + remove_core = SBA + } diff --git a/HPM/history/provinces/south america/2353 - Trenque Lanquen.txt b/HPM/history/provinces/south america/2353 - Trenque Lanquen.txt index 74742815..12ebf4b0 100644 --- a/HPM/history/provinces/south america/2353 - Trenque Lanquen.txt +++ b/HPM/history/provinces/south america/2353 - Trenque Lanquen.txt @@ -1,2 +1,2 @@ -trade_goods = grain -life_rating = 15 \ No newline at end of file +trade_goods = grain +life_rating = 15 diff --git a/HPM/history/provinces/south america/2354 - Bahia Blanca.txt b/HPM/history/provinces/south america/2354 - Bahia Blanca.txt index 5d4b75fe..a7631848 100644 --- a/HPM/history/provinces/south america/2354 - Bahia Blanca.txt +++ b/HPM/history/provinces/south america/2354 - Bahia Blanca.txt @@ -1 +1,17 @@ -owner = ARC controller = ARC add_core = SBA add_core = ARC trade_goods = wool life_rating = 35 1861.1.1 = { railroad = 1 naval_base = 2 owner = ARG controller = ARG add_core = ARG remove_core = SBA remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = SBA +add_core = ARC +trade_goods = wool +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = SBA + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2355 - Carmen.txt b/HPM/history/provinces/south america/2355 - Carmen.txt index fc80239b..10f96613 100644 --- a/HPM/history/provinces/south america/2355 - Carmen.txt +++ b/HPM/history/provinces/south america/2355 - Carmen.txt @@ -1 +1,17 @@ -owner = ARC controller = ARC add_core = SBA add_core = ARC trade_goods = timber life_rating = 35 1861.1.1 = { railroad = 1 naval_base = 2 owner = ARG controller = ARG add_core = ARG remove_core = SBA remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = SBA +add_core = ARC +trade_goods = timber +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = SBA + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2356 - Corrientes.txt b/HPM/history/provinces/south america/2356 - Corrientes.txt index c4e4adc9..09b0ddc8 100644 --- a/HPM/history/provinces/south america/2356 - Corrientes.txt +++ b/HPM/history/provinces/south america/2356 - Corrientes.txt @@ -1,5 +1,13 @@ -owner = CRT -controller = CRT -add_core = CRT add_core = ARC -trade_goods = cattle -life_rating = 34 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = CRT remove_core = ARC } \ No newline at end of file +owner = CRT +controller = CRT +add_core = CRT +add_core = ARC +trade_goods = cattle +life_rating = 34 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = CRT + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2357 - Curuzu Cuatia.txt b/HPM/history/provinces/south america/2357 - Curuzu Cuatia.txt index 6122bb1a..df6dd75e 100644 --- a/HPM/history/provinces/south america/2357 - Curuzu Cuatia.txt +++ b/HPM/history/provinces/south america/2357 - Curuzu Cuatia.txt @@ -7,12 +7,12 @@ add_core = ARC trade_goods = tropical_wood life_rating = 35 -1861.1.1 = { - railroad = 1 - naval_base = 2 - owner = ARG - controller = ARG - add_core = ARG - remove_core = CRT - remove_core = ARC +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = CRT + remove_core = ARC } diff --git a/HPM/history/provinces/south america/2358 - Santo Tomas.txt b/HPM/history/provinces/south america/2358 - Santo Tomas.txt index 7d90b077..b8b7757e 100644 --- a/HPM/history/provinces/south america/2358 - Santo Tomas.txt +++ b/HPM/history/provinces/south america/2358 - Santo Tomas.txt @@ -7,12 +7,12 @@ add_core = ARC trade_goods = tobacco life_rating = 34 -1861.1.1 = { - railroad = 1 - naval_base = 2 - owner = ARG - controller = ARG - add_core = ARG - remove_core = CRT - remove_core = ARC +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = CRT + remove_core = ARC } diff --git a/HPM/history/provinces/south america/2359 - Colon.txt b/HPM/history/provinces/south america/2359 - Colon.txt index a0a894e8..58f1c5ca 100644 --- a/HPM/history/provinces/south america/2359 - Colon.txt +++ b/HPM/history/provinces/south america/2359 - Colon.txt @@ -1,15 +1,17 @@ -owner = ENT - controller = ENT -add_core = ENT -add_core = ARC - trade_goods = cattle -life_rating = 35 -1861.1.1 = { - railroad = 1 - naval_base = 2 - owner = ARG - controller = ARG - add_core = ARG - remove_core = ENT - remove_core = ARC -} +owner = ENT + +controller = ENT +add_core = ENT +add_core = ARC + +trade_goods = cattle +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = ENT + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2360 - Parana.txt b/HPM/history/provinces/south america/2360 - Parana.txt index fe73c4fe..348780e9 100644 --- a/HPM/history/provinces/south america/2360 - Parana.txt +++ b/HPM/history/provinces/south america/2360 - Parana.txt @@ -1 +1,18 @@ -owner = ENT controller = ENT add_core = ENT add_core = ARC trade_goods = cattle life_rating = 35 1861.1.1 = { railroad = 1 naval_base = 2 owner = ARG controller = ARG add_core = ARG remove_core = ENT remove_core = ARC } \ No newline at end of file +owner = ENT + +controller = ENT + +add_core = ENT +add_core = ARC + +trade_goods = cattle +life_rating = 35 +1861.1.1 = { + railroad = 1 + naval_base = 2 + owner = ARG + controller = ARG + add_core = ARG + remove_core = ENT + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2361 - Santa Espiritu.txt b/HPM/history/provinces/south america/2361 - Santa Espiritu.txt index 4062070f..c262995f 100644 --- a/HPM/history/provinces/south america/2361 - Santa Espiritu.txt +++ b/HPM/history/provinces/south america/2361 - Santa Espiritu.txt @@ -3,9 +3,9 @@ controller = ARC add_core = ARC trade_goods = grain life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2362 - Reconquista.txt b/HPM/history/provinces/south america/2362 - Reconquista.txt index df2e872c..96e76110 100644 --- a/HPM/history/provinces/south america/2362 - Reconquista.txt +++ b/HPM/history/provinces/south america/2362 - Reconquista.txt @@ -1,2 +1,3 @@ -trade_goods = cattle terrain = savanna -life_rating = 15 \ No newline at end of file +trade_goods = cattle +terrain = savanna +life_rating = 15 diff --git a/HPM/history/provinces/south america/2363 - Rosario.txt b/HPM/history/provinces/south america/2363 - Rosario.txt index 3b71aa2e..fc2ebdcf 100644 --- a/HPM/history/provinces/south america/2363 - Rosario.txt +++ b/HPM/history/provinces/south america/2363 - Rosario.txt @@ -1,11 +1,13 @@ -owner = ARC - controller = ARC -add_core = ARC - trade_goods = cattle -life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC -} +owner = ARC + +controller = ARC +add_core = ARC + +trade_goods = cattle +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2364 - Resistencia.txt b/HPM/history/provinces/south america/2364 - Resistencia.txt index 46f0832a..2717ebd0 100644 --- a/HPM/history/provinces/south america/2364 - Resistencia.txt +++ b/HPM/history/provinces/south america/2364 - Resistencia.txt @@ -1,3 +1,3 @@ -trade_goods = timber -terrain = savanna -life_rating = 15 \ No newline at end of file +trade_goods = timber +terrain = savanna +life_rating = 15 diff --git a/HPM/history/provinces/south america/2366 - Formosa.txt b/HPM/history/provinces/south america/2366 - Formosa.txt index 8be9468e..a46b7666 100644 --- a/HPM/history/provinces/south america/2366 - Formosa.txt +++ b/HPM/history/provinces/south america/2366 - Formosa.txt @@ -1,2 +1,8 @@ -trade_goods = cotton -terrain = savanna life_rating = 15 1861.1.1 = { owner = PRG controller = PRG add_core = PRG } \ No newline at end of file +trade_goods = cotton +terrain = savanna +life_rating = 15 +1861.1.1 = { + owner = PRG + controller = PRG + add_core = PRG +} diff --git a/HPM/history/provinces/south america/2367 - Xolotas.txt b/HPM/history/provinces/south america/2367 - Xolotas.txt index 8be9468e..a46b7666 100644 --- a/HPM/history/provinces/south america/2367 - Xolotas.txt +++ b/HPM/history/provinces/south america/2367 - Xolotas.txt @@ -1,2 +1,8 @@ -trade_goods = cotton -terrain = savanna life_rating = 15 1861.1.1 = { owner = PRG controller = PRG add_core = PRG } \ No newline at end of file +trade_goods = cotton +terrain = savanna +life_rating = 15 +1861.1.1 = { + owner = PRG + controller = PRG + add_core = PRG +} diff --git a/HPM/history/provinces/south america/2368 - Salta.txt b/HPM/history/provinces/south america/2368 - Salta.txt index 27e34f7f..23f5d9db 100644 --- a/HPM/history/provinces/south america/2368 - Salta.txt +++ b/HPM/history/provinces/south america/2368 - Salta.txt @@ -3,8 +3,8 @@ controller = ARC add_core = ARC trade_goods = wool life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG } diff --git a/HPM/history/provinces/south america/2369 - Jujuy.txt b/HPM/history/provinces/south america/2369 - Jujuy.txt index 4f6ab195..77d6875e 100644 --- a/HPM/history/provinces/south america/2369 - Jujuy.txt +++ b/HPM/history/provinces/south america/2369 - Jujuy.txt @@ -1,11 +1,14 @@ -owner = ARC - controller = ARC - add_core = ARC trade_goods = wool -life_rating = 31 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - remove_core = BOL -} +owner = ARC + +controller = ARC + +add_core = ARC +trade_goods = wool +life_rating = 31 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + remove_core = BOL +} diff --git a/HPM/history/provinces/south america/2370 - Cochinoca.txt b/HPM/history/provinces/south america/2370 - Cochinoca.txt index 78d73d2f..44d7658e 100644 --- a/HPM/history/provinces/south america/2370 - Cochinoca.txt +++ b/HPM/history/provinces/south america/2370 - Cochinoca.txt @@ -1,3 +1,12 @@ -owner = PBC controller = PBC add_core = BOL -trade_goods = wool -life_rating = 33 1860.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC remove_core = BOL } \ No newline at end of file +owner = PBC +controller = PBC +add_core = BOL +trade_goods = wool +life_rating = 33 +1860.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + remove_core = BOL +} diff --git a/HPM/history/provinces/south america/2371 - Equia.txt b/HPM/history/provinces/south america/2371 - Equia.txt index 25507e68..c444e16b 100644 --- a/HPM/history/provinces/south america/2371 - Equia.txt +++ b/HPM/history/provinces/south america/2371 - Equia.txt @@ -6,10 +6,10 @@ add_core = ARC add_core = BOL trade_goods = timber life_rating = 31 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - remove_core = BOL +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + remove_core = BOL } diff --git a/HPM/history/provinces/south america/2373 - Tucuman.txt b/HPM/history/provinces/south america/2373 - Tucuman.txt index dc0cfdd2..65f239dc 100644 --- a/HPM/history/provinces/south america/2373 - Tucuman.txt +++ b/HPM/history/provinces/south america/2373 - Tucuman.txt @@ -1,5 +1,13 @@ -owner = ARC -controller = ARC - add_core = ARC -trade_goods = fruit -terrain = dryhills life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC +controller = ARC + +add_core = ARC +trade_goods = fruit +terrain = dryhills +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2374 - Catamarca.txt b/HPM/history/provinces/south america/2374 - Catamarca.txt index eb24f750..4e03a4b3 100644 --- a/HPM/history/provinces/south america/2374 - Catamarca.txt +++ b/HPM/history/provinces/south america/2374 - Catamarca.txt @@ -1,5 +1,13 @@ -owner = ARC -controller = ARC - add_core = ARC -trade_goods = wool terrain = dryhills -life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC +controller = ARC + +add_core = ARC +trade_goods = wool +terrain = dryhills +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2375 - Vinchina.txt b/HPM/history/provinces/south america/2375 - Vinchina.txt index 26748605..de0728e4 100644 --- a/HPM/history/provinces/south america/2375 - Vinchina.txt +++ b/HPM/history/provinces/south america/2375 - Vinchina.txt @@ -1,9 +1,11 @@ -owner = ARC controller = ARC -add_core = ARC -trade_goods = iron -life_rating = 35 1860.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC -} +owner = ARC +controller = ARC +add_core = ARC +trade_goods = iron +life_rating = 35 +1860.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC +} diff --git a/HPM/history/provinces/south america/2376 - Santiago del Estero.txt b/HPM/history/provinces/south america/2376 - Santiago del Estero.txt index ddf44bb1..8309132d 100644 --- a/HPM/history/provinces/south america/2376 - Santiago del Estero.txt +++ b/HPM/history/provinces/south america/2376 - Santiago del Estero.txt @@ -1,5 +1,12 @@ -owner = ARC -controller = ARC -add_core = ARC -trade_goods = timber terrain = savanna -life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC +controller = ARC +add_core = ARC +trade_goods = timber +terrain = savanna +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2378 - Mailin.txt b/HPM/history/provinces/south america/2378 - Mailin.txt index 576f31f1..dffd241d 100644 --- a/HPM/history/provinces/south america/2378 - Mailin.txt +++ b/HPM/history/provinces/south america/2378 - Mailin.txt @@ -1 +1,14 @@ -owner = ARC controller = ARC add_core = ARC trade_goods = timber life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = ARC + +trade_goods = timber +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2379 - Cordoba de Argentina.txt b/HPM/history/provinces/south america/2379 - Cordoba de Argentina.txt index 4062070f..c262995f 100644 --- a/HPM/history/provinces/south america/2379 - Cordoba de Argentina.txt +++ b/HPM/history/provinces/south america/2379 - Cordoba de Argentina.txt @@ -3,9 +3,9 @@ controller = ARC add_core = ARC trade_goods = grain life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2380 - Villa Nueva.txt b/HPM/history/provinces/south america/2380 - Villa Nueva.txt index 4062070f..c262995f 100644 --- a/HPM/history/provinces/south america/2380 - Villa Nueva.txt +++ b/HPM/history/provinces/south america/2380 - Villa Nueva.txt @@ -3,9 +3,9 @@ controller = ARC add_core = ARC trade_goods = grain life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2381 - Rio Cuarto.txt b/HPM/history/provinces/south america/2381 - Rio Cuarto.txt index bb68a796..ae3355c0 100644 --- a/HPM/history/provinces/south america/2381 - Rio Cuarto.txt +++ b/HPM/history/provinces/south america/2381 - Rio Cuarto.txt @@ -1,5 +1,11 @@ -owner = ARC -controller = ARC -add_core = ARC -trade_goods = cattle -life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC +controller = ARC +add_core = ARC +trade_goods = cattle +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2382 - Renanco.txt b/HPM/history/provinces/south america/2382 - Renanco.txt index eaad2c84..4170dc0b 100644 --- a/HPM/history/provinces/south america/2382 - Renanco.txt +++ b/HPM/history/provinces/south america/2382 - Renanco.txt @@ -1,7 +1,7 @@ trade_goods = wool life_rating = 15 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + } diff --git a/HPM/history/provinces/south america/2383 - San Luis.txt b/HPM/history/provinces/south america/2383 - San Luis.txt index 4062070f..c262995f 100644 --- a/HPM/history/provinces/south america/2383 - San Luis.txt +++ b/HPM/history/provinces/south america/2383 - San Luis.txt @@ -3,9 +3,9 @@ controller = ARC add_core = ARC trade_goods = grain life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2384 - Mercedes.txt b/HPM/history/provinces/south america/2384 - Mercedes.txt index 911a003f..c080099f 100644 --- a/HPM/history/provinces/south america/2384 - Mercedes.txt +++ b/HPM/history/provinces/south america/2384 - Mercedes.txt @@ -1 +1,7 @@ -trade_goods = cattle life_rating = 15 1861.1.1 = { owner = ARG controller = ARG add_core = ARG } \ No newline at end of file +trade_goods = cattle +life_rating = 15 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + } diff --git a/HPM/history/provinces/south america/2385 - La Rioja.txt b/HPM/history/provinces/south america/2385 - La Rioja.txt index 247a387e..9b408ff9 100644 --- a/HPM/history/provinces/south america/2385 - La Rioja.txt +++ b/HPM/history/provinces/south america/2385 - La Rioja.txt @@ -5,9 +5,9 @@ controller = ARC add_core = ARC trade_goods = wool life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2386 - Santa Rita.txt b/HPM/history/provinces/south america/2386 - Santa Rita.txt index 2faaa9a6..cfe5791e 100644 --- a/HPM/history/provinces/south america/2386 - Santa Rita.txt +++ b/HPM/history/provinces/south america/2386 - Santa Rita.txt @@ -1 +1,14 @@ -owner = ARC controller = ARC add_core = ARC trade_goods = fruit terrain = steppe life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = ARC +trade_goods = fruit +terrain = steppe +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2387 - San Juan.txt b/HPM/history/provinces/south america/2387 - San Juan.txt index 59a6b2ef..1b753e2d 100644 --- a/HPM/history/provinces/south america/2387 - San Juan.txt +++ b/HPM/history/provinces/south america/2387 - San Juan.txt @@ -6,9 +6,9 @@ add_core = ARC trade_goods = fruit terrain = dryhills life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2388 - Calingasta.txt b/HPM/history/provinces/south america/2388 - Calingasta.txt index ebf21ada..2283195f 100644 --- a/HPM/history/provinces/south america/2388 - Calingasta.txt +++ b/HPM/history/provinces/south america/2388 - Calingasta.txt @@ -3,9 +3,9 @@ controller = ARC add_core = ARC trade_goods = fruit life_rating = 35 -1861.1.1 = { - owner = ARG - controller = ARG - add_core = ARG - remove_core = ARC - } +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2389 - Mendoza.txt b/HPM/history/provinces/south america/2389 - Mendoza.txt index 1685878a..1b753e2d 100644 --- a/HPM/history/provinces/south america/2389 - Mendoza.txt +++ b/HPM/history/provinces/south america/2389 - Mendoza.txt @@ -1 +1,14 @@ -owner = ARC controller = ARC add_core = ARC trade_goods = fruit terrain = dryhills life_rating = 35 1861.1.1 = { owner = ARG controller = ARG add_core = ARG remove_core = ARC } \ No newline at end of file +owner = ARC + +controller = ARC + +add_core = ARC +trade_goods = fruit +terrain = dryhills +life_rating = 35 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + remove_core = ARC + } diff --git a/HPM/history/provinces/south america/2390 - San Rafael.txt b/HPM/history/provinces/south america/2390 - San Rafael.txt index d753c494..23b86ce3 100644 --- a/HPM/history/provinces/south america/2390 - San Rafael.txt +++ b/HPM/history/provinces/south america/2390 - San Rafael.txt @@ -1 +1,8 @@ -trade_goods = fruit terrain = dryhills life_rating = 15 1861.1.1 = { owner = ARG controller = ARG add_core = ARG } \ No newline at end of file +trade_goods = fruit +terrain = dryhills +life_rating = 15 +1861.1.1 = { + owner = ARG + controller = ARG + add_core = ARG + } diff --git a/HPM/history/provinces/south america/2393 - Telen.txt b/HPM/history/provinces/south america/2393 - Telen.txt index 58b1acac..386a8058 100644 --- a/HPM/history/provinces/south america/2393 - Telen.txt +++ b/HPM/history/provinces/south america/2393 - Telen.txt @@ -1 +1,2 @@ -trade_goods = wool life_rating = 15 \ No newline at end of file +trade_goods = wool +life_rating = 15 diff --git a/HPM/history/provinces/south america/2394 - Bariloche.txt b/HPM/history/provinces/south america/2394 - Bariloche.txt index 8edb0a01..30f39a72 100644 --- a/HPM/history/provinces/south america/2394 - Bariloche.txt +++ b/HPM/history/provinces/south america/2394 - Bariloche.txt @@ -1 +1,4 @@ -add_core = PTG trade_goods = wool terrain = steppe life_rating = 15 +add_core = PTG +trade_goods = wool +terrain = steppe +life_rating = 15 diff --git a/HPM/history/provinces/south america/2395 - Curaco.txt b/HPM/history/provinces/south america/2395 - Curaco.txt index 80a0088b..3fcec580 100644 --- a/HPM/history/provinces/south america/2395 - Curaco.txt +++ b/HPM/history/provinces/south america/2395 - Curaco.txt @@ -1 +1,2 @@ -trade_goods = cattle life_rating = 15 \ No newline at end of file +trade_goods = cattle +life_rating = 15 diff --git a/HPM/history/provinces/south america/2396 - Rawson.txt b/HPM/history/provinces/south america/2396 - Rawson.txt index 4954f752..30f39a72 100644 --- a/HPM/history/provinces/south america/2396 - Rawson.txt +++ b/HPM/history/provinces/south america/2396 - Rawson.txt @@ -1 +1,4 @@ -add_core = PTG trade_goods = wool terrain = steppe life_rating = 15 \ No newline at end of file +add_core = PTG +trade_goods = wool +terrain = steppe +life_rating = 15 diff --git a/HPM/history/provinces/south america/2414 - Amapa.txt b/HPM/history/provinces/south america/2414 - Amapa.txt index f9eea64b..bbe45631 100644 --- a/HPM/history/provinces/south america/2414 - Amapa.txt +++ b/HPM/history/provinces/south america/2414 - Amapa.txt @@ -6,6 +6,6 @@ add_core = KDS trade_goods = grain life_rating = 35 1861.1.1 = { - owner = TUR - controller = TUR + owner = TUR + controller = TUR } diff --git a/HPM/history/provinces/south america/2416 - Dourados.txt b/HPM/history/provinces/south america/2416 - Dourados.txt index b00e414c..8a071d4a 100644 --- a/HPM/history/provinces/south america/2416 - Dourados.txt +++ b/HPM/history/provinces/south america/2416 - Dourados.txt @@ -1,5 +1,6 @@ -owner = BRZ -controller = BRZ -add_core = BRZ trade_goods = fruit -terrain = savanna -life_rating = 31 +owner = BRZ +controller = BRZ +add_core = BRZ +trade_goods = fruit +terrain = savanna +life_rating = 31 diff --git a/HPM/history/provinces/south america/2463 - Porto Alegre.txt b/HPM/history/provinces/south america/2463 - Porto Alegre.txt index 3ccf75e2..878621d7 100644 --- a/HPM/history/provinces/south america/2463 - Porto Alegre.txt +++ b/HPM/history/provinces/south america/2463 - Porto Alegre.txt @@ -5,6 +5,6 @@ add_core = RGS trade_goods = tobacco life_rating = 35 1861.1.1 = { - owner = BRZ - controller = BRZ + owner = BRZ + controller = BRZ } diff --git a/HPM/history/provinces/south america/2464 - Pelotas.txt b/HPM/history/provinces/south america/2464 - Pelotas.txt index 4a9fbe79..7ac98b81 100644 --- a/HPM/history/provinces/south america/2464 - Pelotas.txt +++ b/HPM/history/provinces/south america/2464 - Pelotas.txt @@ -5,6 +5,6 @@ add_core = RGS trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = BRZ - controller = BRZ + owner = BRZ + controller = BRZ } diff --git a/HPM/history/provinces/south america/2465 - Passo Fundo.txt b/HPM/history/provinces/south america/2465 - Passo Fundo.txt index 4a9fbe79..7ac98b81 100644 --- a/HPM/history/provinces/south america/2465 - Passo Fundo.txt +++ b/HPM/history/provinces/south america/2465 - Passo Fundo.txt @@ -5,6 +5,6 @@ add_core = RGS trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = BRZ - controller = BRZ + owner = BRZ + controller = BRZ } diff --git a/HPM/history/provinces/south america/2466 - Santa Maria.txt b/HPM/history/provinces/south america/2466 - Santa Maria.txt index bfb76be7..48a01977 100644 --- a/HPM/history/provinces/south america/2466 - Santa Maria.txt +++ b/HPM/history/provinces/south america/2466 - Santa Maria.txt @@ -5,6 +5,6 @@ add_core = BRZ trade_goods = timber life_rating = 35 1860.1.1 = { - owner = BRZ - controller = BRZ + owner = BRZ + controller = BRZ } diff --git a/HPM/history/provinces/south america/2467 - Alegrete.txt b/HPM/history/provinces/south america/2467 - Alegrete.txt index 1f1ed41a..1c9ca27d 100644 --- a/HPM/history/provinces/south america/2467 - Alegrete.txt +++ b/HPM/history/provinces/south america/2467 - Alegrete.txt @@ -5,6 +5,6 @@ add_core = BRZ trade_goods = cattle life_rating = 35 1860.1.1 = { - owner = BRZ - controller = BRZ + owner = BRZ + controller = BRZ } diff --git a/HPM/history/provinces/south america/2549 - Tarauaca.txt b/HPM/history/provinces/south america/2549 - Tarauaca.txt index 65bd0c0b..5e1c0266 100644 --- a/HPM/history/provinces/south america/2549 - Tarauaca.txt +++ b/HPM/history/provinces/south america/2549 - Tarauaca.txt @@ -3,4 +3,3 @@ add_core = BRZ add_core = PEU trade_goods = tropical_wood life_rating = 15 - diff --git a/HPM/history/provinces/south america/2554 - Posadas.txt b/HPM/history/provinces/south america/2554 - Posadas.txt index 79112888..8db404d9 100644 --- a/HPM/history/provinces/south america/2554 - Posadas.txt +++ b/HPM/history/provinces/south america/2554 - Posadas.txt @@ -4,8 +4,8 @@ add_core = CRT add_core = ARC trade_goods = tobacco life_rating = 32 -1861.1.1 = { - owner = PRG - controller = PRG - add_core = PRG +1861.1.1 = { + owner = PRG + controller = PRG + add_core = PRG } diff --git a/HPM/history/provinces/south america/2578 - Tacna.txt b/HPM/history/provinces/south america/2578 - Tacna.txt index 3fe60ddd..9272fe75 100644 --- a/HPM/history/provinces/south america/2578 - Tacna.txt +++ b/HPM/history/provinces/south america/2578 - Tacna.txt @@ -6,7 +6,7 @@ trade_goods = sulphur terrain = new_world_semidesert life_rating = 31 1860.1.1 = { - owner = PEU - controller = PEU - remove_core = SPU + owner = PEU + controller = PEU + remove_core = SPU } diff --git a/HPM/history/provinces/soviet/1008 - Moscow.txt b/HPM/history/provinces/soviet/1008 - Moscow.txt index 1337f0c1..067e6abe 100644 --- a/HPM/history/provinces/soviet/1008 - Moscow.txt +++ b/HPM/history/provinces/soviet/1008 - Moscow.txt @@ -6,20 +6,20 @@ life_rating = 40 fort = 1 terrain = mining_district 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/soviet/1020 - Nizhni Novgorod.txt b/HPM/history/provinces/soviet/1020 - Nizhni Novgorod.txt index c1465736..607f696a 100644 --- a/HPM/history/provinces/soviet/1020 - Nizhni Novgorod.txt +++ b/HPM/history/provinces/soviet/1020 - Nizhni Novgorod.txt @@ -4,14 +4,14 @@ add_core = RUS trade_goods = timber life_rating = 40 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } -} \ No newline at end of file + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } +} diff --git a/HPM/history/provinces/soviet/1026 - Perm.txt b/HPM/history/provinces/soviet/1026 - Perm.txt index f0b6476e..431631ed 100644 --- a/HPM/history/provinces/soviet/1026 - Perm.txt +++ b/HPM/history/provinces/soviet/1026 - Perm.txt @@ -5,9 +5,9 @@ add_core = URA trade_goods = coal life_rating = 35 1861.1.1 = { - state_building = { - level = 1 - building = artillery_factory - upgrade = yes - } + state_building = { + level = 1 + building = artillery_factory + upgrade = yes + } } diff --git a/HPM/history/provinces/soviet/1049 - Novorossiysk.txt b/HPM/history/provinces/soviet/1049 - Novorossiysk.txt index f4e09177..4281a2fb 100644 --- a/HPM/history/provinces/soviet/1049 - Novorossiysk.txt +++ b/HPM/history/provinces/soviet/1049 - Novorossiysk.txt @@ -5,6 +5,6 @@ add_core = DON trade_goods = grain life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1051 - Adygei.txt b/HPM/history/provinces/soviet/1051 - Adygei.txt index f4e09177..4281a2fb 100644 --- a/HPM/history/provinces/soviet/1051 - Adygei.txt +++ b/HPM/history/provinces/soviet/1051 - Adygei.txt @@ -5,6 +5,6 @@ add_core = DON trade_goods = grain life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1052 - Derbent.txt b/HPM/history/provinces/soviet/1052 - Derbent.txt index 8ccf0758..61dfc0d1 100644 --- a/HPM/history/provinces/soviet/1052 - Derbent.txt +++ b/HPM/history/provinces/soviet/1052 - Derbent.txt @@ -4,6 +4,6 @@ add_core = DAG trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1053 - Gunib.txt b/HPM/history/provinces/soviet/1053 - Gunib.txt index c5269769..c20da056 100644 --- a/HPM/history/provinces/soviet/1053 - Gunib.txt +++ b/HPM/history/provinces/soviet/1053 - Gunib.txt @@ -4,6 +4,6 @@ add_core = DAG trade_goods = silk life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1054 - Vladikavkaz.txt b/HPM/history/provinces/soviet/1054 - Vladikavkaz.txt index d64b95e4..1ee97a30 100644 --- a/HPM/history/provinces/soviet/1054 - Vladikavkaz.txt +++ b/HPM/history/provinces/soviet/1054 - Vladikavkaz.txt @@ -5,6 +5,6 @@ trade_goods = wool life_rating = 35 colonial = 2 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1055 - Grozny.txt b/HPM/history/provinces/soviet/1055 - Grozny.txt index 8e4f3503..8610a553 100644 --- a/HPM/history/provinces/soviet/1055 - Grozny.txt +++ b/HPM/history/provinces/soviet/1055 - Grozny.txt @@ -4,6 +4,6 @@ add_core = CHY trade_goods = grain life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1056 - Pyatigorsk.txt b/HPM/history/provinces/soviet/1056 - Pyatigorsk.txt index 8a0ac162..60bd2386 100644 --- a/HPM/history/provinces/soviet/1056 - Pyatigorsk.txt +++ b/HPM/history/provinces/soviet/1056 - Pyatigorsk.txt @@ -5,6 +5,6 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1057 - Kizylyar.txt b/HPM/history/provinces/soviet/1057 - Kizylyar.txt index 20004e2b..f1d1ba15 100644 --- a/HPM/history/provinces/soviet/1057 - Kizylyar.txt +++ b/HPM/history/provinces/soviet/1057 - Kizylyar.txt @@ -5,6 +5,6 @@ add_core = CHY trade_goods = silk life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1074 - Petropavlovsk.txt b/HPM/history/provinces/soviet/1074 - Petropavlovsk.txt index 17f89cca..d688e2f9 100644 --- a/HPM/history/provinces/soviet/1074 - Petropavlovsk.txt +++ b/HPM/history/provinces/soviet/1074 - Petropavlovsk.txt @@ -7,6 +7,6 @@ terrain = montane_tundra life_rating = 15 colonial = 2 1861.1.1 = { - fort = 1 - naval_base = 1 + fort = 1 + naval_base = 1 } diff --git a/HPM/history/provinces/soviet/1086 - Pogobi.txt b/HPM/history/provinces/soviet/1086 - Pogobi.txt index 161f4e00..7ca1baf4 100644 --- a/HPM/history/provinces/soviet/1086 - Pogobi.txt +++ b/HPM/history/provinces/soviet/1086 - Pogobi.txt @@ -2,7 +2,7 @@ trade_goods = fish life_rating = 15 colonial = 1 1861.1.1 = { - owner = RUS - controller = RUS - add_core = RUS + owner = RUS + controller = RUS + add_core = RUS } diff --git a/HPM/history/provinces/soviet/1087 - Ootomari.txt b/HPM/history/provinces/soviet/1087 - Ootomari.txt index d5f838ba..eab358d4 100644 --- a/HPM/history/provinces/soviet/1087 - Ootomari.txt +++ b/HPM/history/provinces/soviet/1087 - Ootomari.txt @@ -2,7 +2,7 @@ trade_goods = coal life_rating = 15 colonial = 1 1861.1.1 = { - owner = TKG - controller = TKG - life_rating = 25 + owner = TKG + controller = TKG + life_rating = 25 } diff --git a/HPM/history/provinces/soviet/1088 - Shumshu.txt b/HPM/history/provinces/soviet/1088 - Shumshu.txt index 4a2ce66e..9e03ee49 100644 --- a/HPM/history/provinces/soviet/1088 - Shumshu.txt +++ b/HPM/history/provinces/soviet/1088 - Shumshu.txt @@ -3,7 +3,7 @@ life_rating = 15 colonial = 1 terrain = arctic 1861.1.1 = { - owner = RUS - controller = RUS - add_core = RUS + owner = RUS + controller = RUS + add_core = RUS } diff --git a/HPM/history/provinces/soviet/1089 - Etorofu.txt b/HPM/history/provinces/soviet/1089 - Etorofu.txt index de962227..e9357ec6 100644 --- a/HPM/history/provinces/soviet/1089 - Etorofu.txt +++ b/HPM/history/provinces/soviet/1089 - Etorofu.txt @@ -3,6 +3,6 @@ life_rating = 15 colonial = 1 terrain = mountain 1861.1.1 = { - owner = TKG - controller = TKG + owner = TKG + controller = TKG } diff --git a/HPM/history/provinces/soviet/1103 - Siyazen.txt b/HPM/history/provinces/soviet/1103 - Siyazen.txt index eddeba7c..10bd7857 100644 --- a/HPM/history/provinces/soviet/1103 - Siyazen.txt +++ b/HPM/history/provinces/soviet/1103 - Siyazen.txt @@ -5,6 +5,6 @@ add_core = DAG trade_goods = fruit life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS + owner = RUS + controller = RUS } diff --git a/HPM/history/provinces/soviet/1107 - Lankaran.txt b/HPM/history/provinces/soviet/1107 - Lankaran.txt index e32b3e28..863a3230 100644 --- a/HPM/history/provinces/soviet/1107 - Lankaran.txt +++ b/HPM/history/provinces/soviet/1107 - Lankaran.txt @@ -1,3 +1,6 @@ -owner = TCA controller = TCA -add_core = AZB add_core = TCA trade_goods = grain -life_rating = 35 \ No newline at end of file +owner = TCA +controller = TCA +add_core = AZB +add_core = TCA +trade_goods = grain +life_rating = 35 diff --git a/HPM/history/provinces/soviet/1181 - Qaraganda.txt b/HPM/history/provinces/soviet/1181 - Qaraganda.txt index b2cebb63..c8287207 100644 --- a/HPM/history/provinces/soviet/1181 - Qaraganda.txt +++ b/HPM/history/provinces/soviet/1181 - Qaraganda.txt @@ -3,4 +3,4 @@ controller = RUS add_core = KAZ trade_goods = coal life_rating = 35 -colonial = 2 +colonial = 2 diff --git a/HPM/history/provinces/soviet/1183 - Aqtobe.txt b/HPM/history/provinces/soviet/1183 - Aqtobe.txt index 08e5e5b0..5a4fc333 100644 --- a/HPM/history/provinces/soviet/1183 - Aqtobe.txt +++ b/HPM/history/provinces/soviet/1183 - Aqtobe.txt @@ -3,4 +3,4 @@ controller = RUS add_core = KAZ trade_goods = wool life_rating = 35 -colonial = 2 +colonial = 2 diff --git a/HPM/history/provinces/soviet/1184 - Kokshetau.txt b/HPM/history/provinces/soviet/1184 - Kokshetau.txt index 6665019d..936d710c 100644 --- a/HPM/history/provinces/soviet/1184 - Kokshetau.txt +++ b/HPM/history/provinces/soviet/1184 - Kokshetau.txt @@ -3,4 +3,4 @@ controller = RUS add_core = KAZ trade_goods = iron life_rating = 35 -colonial = 2 +colonial = 2 diff --git a/HPM/history/provinces/soviet/2611 - Turgay.txt b/HPM/history/provinces/soviet/2611 - Turgay.txt index 08e5e5b0..5a4fc333 100644 --- a/HPM/history/provinces/soviet/2611 - Turgay.txt +++ b/HPM/history/provinces/soviet/2611 - Turgay.txt @@ -3,4 +3,4 @@ controller = RUS add_core = KAZ trade_goods = wool life_rating = 35 -colonial = 2 +colonial = 2 diff --git a/HPM/history/provinces/soviet/2613 - Nyda.txt b/HPM/history/provinces/soviet/2613 - Nyda.txt index 4d486ac3..54a33fce 100644 --- a/HPM/history/provinces/soviet/2613 - Nyda.txt +++ b/HPM/history/provinces/soviet/2613 - Nyda.txt @@ -7,7 +7,7 @@ terrain = boreal life_rating = 10 colonial = 2 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/soviet/2614 - Mordiyakha.txt b/HPM/history/provinces/soviet/2614 - Mordiyakha.txt index 0c25f9fb..29aa5ed1 100644 --- a/HPM/history/provinces/soviet/2614 - Mordiyakha.txt +++ b/HPM/history/provinces/soviet/2614 - Mordiyakha.txt @@ -5,7 +5,7 @@ add_core = URA trade_goods = timber life_rating = 35 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/soviet/2659 - Napalkovo.txt b/HPM/history/provinces/soviet/2659 - Napalkovo.txt index 2af8e83c..c96f42ab 100644 --- a/HPM/history/provinces/soviet/2659 - Napalkovo.txt +++ b/HPM/history/provinces/soviet/2659 - Napalkovo.txt @@ -6,7 +6,7 @@ trade_goods = timber life_rating = 10 colonial = 2 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/soviet/2662 - Cherskiy.txt b/HPM/history/provinces/soviet/2662 - Cherskiy.txt index 6de9bc84..4c8d72a2 100644 --- a/HPM/history/provinces/soviet/2662 - Cherskiy.txt +++ b/HPM/history/provinces/soviet/2662 - Cherskiy.txt @@ -6,10 +6,10 @@ life_rating = 30 terrain = semidesert colonial = 2 1861.1.1 = { - controller = CSA - owner = CSA - add_core = USA - add_core = CSA - remove_core = MEX - colonial = 0 + controller = CSA + owner = CSA + add_core = USA + add_core = CSA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/soviet/2669 - Amga.txt b/HPM/history/provinces/soviet/2669 - Amga.txt index 9b5b273b..a2429f8a 100644 --- a/HPM/history/provinces/soviet/2669 - Amga.txt +++ b/HPM/history/provinces/soviet/2669 - Amga.txt @@ -5,6 +5,6 @@ add_core = ITA trade_goods = iron life_rating = 35 1861.1.1 = { - owner = ITA - controller = ITA + owner = ITA + controller = ITA } diff --git a/HPM/history/provinces/soviet/2684 - Yar Sale.txt b/HPM/history/provinces/soviet/2684 - Yar Sale.txt index 2af8e83c..c96f42ab 100644 --- a/HPM/history/provinces/soviet/2684 - Yar Sale.txt +++ b/HPM/history/provinces/soviet/2684 - Yar Sale.txt @@ -6,7 +6,7 @@ trade_goods = timber life_rating = 10 colonial = 2 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/soviet/354 - Riga.txt b/HPM/history/provinces/soviet/354 - Riga.txt index a6564d5e..f7fb52f1 100644 --- a/HPM/history/provinces/soviet/354 - Riga.txt +++ b/HPM/history/provinces/soviet/354 - Riga.txt @@ -7,14 +7,14 @@ trade_goods = fish life_rating = 40 naval_base = 2 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } -} \ No newline at end of file +1861.1.1 = { + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/soviet/678 - Izmail.txt b/HPM/history/provinces/soviet/678 - Izmail.txt index 1433ff4f..c60d31da 100644 --- a/HPM/history/provinces/soviet/678 - Izmail.txt +++ b/HPM/history/provinces/soviet/678 - Izmail.txt @@ -9,6 +9,6 @@ trade_goods = fish life_rating = 35 fort = 1 1861.1.1 = { - controller = ROM - owner = ROM + controller = ROM + owner = ROM } diff --git a/HPM/history/provinces/soviet/706 - Warsaw.txt b/HPM/history/provinces/soviet/706 - Warsaw.txt index 814f5497..82b0b0ba 100644 --- a/HPM/history/provinces/soviet/706 - Warsaw.txt +++ b/HPM/history/provinces/soviet/706 - Warsaw.txt @@ -5,15 +5,15 @@ add_core = POL trade_goods = cattle life_rating = 40 #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } } -1861.1.1 = { railroad = 3 } \ No newline at end of file +1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/soviet/718 - Minsk.txt b/HPM/history/provinces/soviet/718 - Minsk.txt index 99d540ba..a5801e3e 100644 --- a/HPM/history/provinces/soviet/718 - Minsk.txt +++ b/HPM/history/provinces/soviet/718 - Minsk.txt @@ -5,7 +5,7 @@ add_core = BYE trade_goods = timber life_rating = 40 #state_building = { -# level = 1 -# building = liquor_distillery -# upgrade = yes +# level = 1 +# building = liquor_distillery +# upgrade = yes #} diff --git a/HPM/history/provinces/soviet/943 - Smolensk.txt b/HPM/history/provinces/soviet/943 - Smolensk.txt index af0627d2..41862ab6 100644 --- a/HPM/history/provinces/soviet/943 - Smolensk.txt +++ b/HPM/history/provinces/soviet/943 - Smolensk.txt @@ -4,14 +4,14 @@ add_core = RUS trade_goods = cattle life_rating = 35 #state_building = { -# level = 1 -# building = liquor_distillery -# upgrade = yes +# level = 1 +# building = liquor_distillery +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } -} \ No newline at end of file +1861.1.1 = { + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } +} diff --git a/HPM/history/provinces/soviet/958 - Kiev.txt b/HPM/history/provinces/soviet/958 - Kiev.txt index e8245261..ddeb2818 100644 --- a/HPM/history/provinces/soviet/958 - Kiev.txt +++ b/HPM/history/provinces/soviet/958 - Kiev.txt @@ -6,7 +6,7 @@ trade_goods = grain life_rating = 40 terrain = farmlands #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} diff --git a/HPM/history/provinces/soviet/967 - Sevastopol.txt b/HPM/history/provinces/soviet/967 - Sevastopol.txt index c2867bad..8e28302f 100644 --- a/HPM/history/provinces/soviet/967 - Sevastopol.txt +++ b/HPM/history/provinces/soviet/967 - Sevastopol.txt @@ -8,6 +8,6 @@ life_rating = 35 naval_base = 2 fort = 1 1861.1.1 = { - naval_base = 2 - fort = 2 -} \ No newline at end of file + naval_base = 2 + fort = 2 +} diff --git a/HPM/history/provinces/soviet/978 - Kharkov.txt b/HPM/history/provinces/soviet/978 - Kharkov.txt index 9b242d73..7a99589b 100644 --- a/HPM/history/provinces/soviet/978 - Kharkov.txt +++ b/HPM/history/provinces/soviet/978 - Kharkov.txt @@ -5,15 +5,15 @@ add_core = UKR trade_goods = coal life_rating = 35 terrain = mining_district -1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = cement_factory - upgrade = yes - } -} \ No newline at end of file +1861.1.1 = { + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = cement_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/soviet/994 - St Petersburg.txt b/HPM/history/provinces/soviet/994 - St Petersburg.txt index b7a1d0f8..c415e04c 100644 --- a/HPM/history/provinces/soviet/994 - St Petersburg.txt +++ b/HPM/history/provinces/soviet/994 - St Petersburg.txt @@ -6,33 +6,33 @@ life_rating = 40 naval_base = 1 fort = 1 #state_building = { -# level = 1 -# building = lumber_mill -# upgrade = yes +# level = 1 +# building = lumber_mill +# upgrade = yes #} #state_building = { -# level = 1 -# building = cement_factory -# upgrade = yes +# level = 1 +# building = cement_factory +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } } 1861.1.1 = { - railroad = 2 - fort = 2 + railroad = 2 + fort = 2 } diff --git a/HPM/history/provinces/spain/474 - La Coruna.txt b/HPM/history/provinces/spain/474 - La Coruna.txt index 16f22de9..18da8a0c 100644 --- a/HPM/history/provinces/spain/474 - La Coruna.txt +++ b/HPM/history/provinces/spain/474 - La Coruna.txt @@ -3,7 +3,7 @@ controller = SPA add_core = SPA trade_goods = fish life_rating = 35 -1861.1.1 = { - railroad = 3 - naval_base = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 } diff --git a/HPM/history/provinces/spain/477 - Leon.txt b/HPM/history/provinces/spain/477 - Leon.txt index 7b21fe04..619aaeca 100644 --- a/HPM/history/provinces/spain/477 - Leon.txt +++ b/HPM/history/provinces/spain/477 - Leon.txt @@ -4,8 +4,8 @@ add_core = SPA trade_goods = coal life_rating = 35 #state_building = { -# level = 1 -# building = steel_factory -# upgrade = yes +# level = 1 +# building = steel_factory +# upgrade = yes #} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/spain/487 - Madrid.txt b/HPM/history/provinces/spain/487 - Madrid.txt index 68a5880d..f299eba4 100644 --- a/HPM/history/provinces/spain/487 - Madrid.txt +++ b/HPM/history/provinces/spain/487 - Madrid.txt @@ -5,13 +5,13 @@ trade_goods = cattle life_rating = 40 fort = 1 #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = small_arms_factory -# upgrade = yes +# level = 1 +# building = small_arms_factory +# upgrade = yes #} 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/spain/492 - Bilbao.txt b/HPM/history/provinces/spain/492 - Bilbao.txt index 6870f23b..6aba52bc 100644 --- a/HPM/history/provinces/spain/492 - Bilbao.txt +++ b/HPM/history/provinces/spain/492 - Bilbao.txt @@ -5,16 +5,16 @@ add_core = BSQ trade_goods = fruit life_rating = 35 -1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/spain/498 - Barcelona.txt b/HPM/history/provinces/spain/498 - Barcelona.txt index 651276ec..27df82bc 100644 --- a/HPM/history/provinces/spain/498 - Barcelona.txt +++ b/HPM/history/provinces/spain/498 - Barcelona.txt @@ -6,20 +6,20 @@ trade_goods = cattle life_rating = 35 naval_base = 1 #state_building = { -# level = 1 -# building = fabric_factory -# upgrade = yes +# level = 1 +# building = fabric_factory +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } } -1861.1.1 = { railroad = 2 } \ No newline at end of file +1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/spain/503 - Valencia.txt b/HPM/history/provinces/spain/503 - Valencia.txt index f770b3ea..c3e30438 100644 --- a/HPM/history/provinces/spain/503 - Valencia.txt +++ b/HPM/history/provinces/spain/503 - Valencia.txt @@ -5,25 +5,25 @@ add_core = CAT trade_goods = silk life_rating = 35 #state_building = { -# level = 1 -# building = glass_factory -# upgrade = yes +# level = 1 +# building = glass_factory +# upgrade = yes #} #state_building = { -# level = 1 -# building = winery -# upgrade = yes +# level = 1 +# building = winery +# upgrade = yes #} -1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } - state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = winery + upgrade = yes + } + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } } -1861.1.1 = { railroad = 2 } \ No newline at end of file +1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/spain/506 - Cartagena.txt b/HPM/history/provinces/spain/506 - Cartagena.txt index d397ec53..6211bf9b 100644 --- a/HPM/history/provinces/spain/506 - Cartagena.txt +++ b/HPM/history/provinces/spain/506 - Cartagena.txt @@ -4,7 +4,7 @@ add_core = SPA trade_goods = fish life_rating = 35 naval_base = 1 -1861.1.1 = { - railroad = 3 - naval_base = 3 +1861.1.1 = { + railroad = 3 + naval_base = 3 } diff --git a/HPM/history/provinces/spain/509 - Seville.txt b/HPM/history/provinces/spain/509 - Seville.txt index fb7923ff..a7101d33 100644 --- a/HPM/history/provinces/spain/509 - Seville.txt +++ b/HPM/history/provinces/spain/509 - Seville.txt @@ -3,11 +3,11 @@ controller = SPA add_core = SPA trade_goods = coal life_rating = 35 -1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } +1861.1.1 = { + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/spain/512 - Cadiz.txt b/HPM/history/provinces/spain/512 - Cadiz.txt index e3a8e6f8..6f48e35d 100644 --- a/HPM/history/provinces/spain/512 - Cadiz.txt +++ b/HPM/history/provinces/spain/512 - Cadiz.txt @@ -5,11 +5,11 @@ trade_goods = fish life_rating = 35 naval_base = 1 #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} -1861.1.1 = { - railroad = 2 - naval_base = 2 +1861.1.1 = { + railroad = 2 + naval_base = 2 } diff --git a/HPM/history/provinces/united kingdom/254 - Belfast.txt b/HPM/history/provinces/united kingdom/254 - Belfast.txt index 9ceee85f..0ef91a3e 100644 --- a/HPM/history/provinces/united kingdom/254 - Belfast.txt +++ b/HPM/history/provinces/united kingdom/254 - Belfast.txt @@ -6,23 +6,23 @@ trade_goods = cattle naval_base = 1 life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } 1861.1.1 = { - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/255 - Londonderry.txt b/HPM/history/provinces/united kingdom/255 - Londonderry.txt index 51f92045..459f5fba 100644 --- a/HPM/history/provinces/united kingdom/255 - Londonderry.txt +++ b/HPM/history/provinces/united kingdom/255 - Londonderry.txt @@ -5,11 +5,11 @@ add_core = IRE trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/256 - Armagh.txt b/HPM/history/provinces/united kingdom/256 - Armagh.txt index 51f92045..459f5fba 100644 --- a/HPM/history/provinces/united kingdom/256 - Armagh.txt +++ b/HPM/history/provinces/united kingdom/256 - Armagh.txt @@ -5,11 +5,11 @@ add_core = IRE trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/257 - Donegal.txt b/HPM/history/provinces/united kingdom/257 - Donegal.txt index 1e2cba72..dfdb4743 100644 --- a/HPM/history/provinces/united kingdom/257 - Donegal.txt +++ b/HPM/history/provinces/united kingdom/257 - Donegal.txt @@ -5,10 +5,10 @@ add_core = IRE trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } diff --git a/HPM/history/provinces/united kingdom/258 - Galway.txt b/HPM/history/provinces/united kingdom/258 - Galway.txt index 30c6346d..6afbaa60 100644 --- a/HPM/history/provinces/united kingdom/258 - Galway.txt +++ b/HPM/history/provinces/united kingdom/258 - Galway.txt @@ -6,7 +6,7 @@ trade_goods = cattle life_rating = 35 naval_base = 1 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/259 - Sligo.txt b/HPM/history/provinces/united kingdom/259 - Sligo.txt index dcdd19d1..4e35f865 100644 --- a/HPM/history/provinces/united kingdom/259 - Sligo.txt +++ b/HPM/history/provinces/united kingdom/259 - Sligo.txt @@ -5,6 +5,6 @@ add_core = IRE trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } diff --git a/HPM/history/provinces/united kingdom/260 - Cork.txt b/HPM/history/provinces/united kingdom/260 - Cork.txt index d76082d0..636837ae 100644 --- a/HPM/history/provinces/united kingdom/260 - Cork.txt +++ b/HPM/history/provinces/united kingdom/260 - Cork.txt @@ -6,16 +6,16 @@ trade_goods = fish life_rating = 35 naval_base = 2 #Base in Cobh, important since pre-Napoleonic times party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/261 - Limerick.txt b/HPM/history/provinces/united kingdom/261 - Limerick.txt index fa3f8466..532c0eb6 100644 --- a/HPM/history/provinces/united kingdom/261 - Limerick.txt +++ b/HPM/history/provinces/united kingdom/261 - Limerick.txt @@ -5,7 +5,7 @@ add_core = IRE trade_goods = fish life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/262 - Waterford.txt b/HPM/history/provinces/united kingdom/262 - Waterford.txt index fa3f8466..532c0eb6 100644 --- a/HPM/history/provinces/united kingdom/262 - Waterford.txt +++ b/HPM/history/provinces/united kingdom/262 - Waterford.txt @@ -5,7 +5,7 @@ add_core = IRE trade_goods = fish life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/263 - Dublin.txt b/HPM/history/provinces/united kingdom/263 - Dublin.txt index 0ff8f8d0..446ce39f 100644 --- a/HPM/history/provinces/united kingdom/263 - Dublin.txt +++ b/HPM/history/provinces/united kingdom/263 - Dublin.txt @@ -6,22 +6,22 @@ trade_goods = grain naval_base = 1 life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/united kingdom/264 - Kildare.txt b/HPM/history/provinces/united kingdom/264 - Kildare.txt index 08638229..51a55771 100644 --- a/HPM/history/provinces/united kingdom/264 - Kildare.txt +++ b/HPM/history/provinces/united kingdom/264 - Kildare.txt @@ -5,11 +5,11 @@ add_core = IRE trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/265 - Wexford.txt b/HPM/history/provinces/united kingdom/265 - Wexford.txt index 60cbe8c4..7426fdb4 100644 --- a/HPM/history/provinces/united kingdom/265 - Wexford.txt +++ b/HPM/history/provinces/united kingdom/265 - Wexford.txt @@ -5,6 +5,6 @@ add_core = IRE trade_goods = fish life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } diff --git a/HPM/history/provinces/united kingdom/266 - Aberdeen.txt b/HPM/history/provinces/united kingdom/266 - Aberdeen.txt index 012cf9ab..f1d3eefe 100644 --- a/HPM/history/provinces/united kingdom/266 - Aberdeen.txt +++ b/HPM/history/provinces/united kingdom/266 - Aberdeen.txt @@ -5,20 +5,20 @@ add_core = SCO trade_goods = wool life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/267 - Inverness.txt b/HPM/history/provinces/united kingdom/267 - Inverness.txt index f7a0adfd..a3469ff0 100644 --- a/HPM/history/provinces/united kingdom/267 - Inverness.txt +++ b/HPM/history/provinces/united kingdom/267 - Inverness.txt @@ -6,11 +6,11 @@ trade_goods = sulphur life_rating = 35 naval_base = 1 party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/united kingdom/268 - Dundee.txt b/HPM/history/provinces/united kingdom/268 - Dundee.txt index fd359ff6..88f28eb5 100644 --- a/HPM/history/provinces/united kingdom/268 - Dundee.txt +++ b/HPM/history/provinces/united kingdom/268 - Dundee.txt @@ -5,11 +5,11 @@ add_core = SCO trade_goods = fish life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/269 - Edinburgh.txt b/HPM/history/provinces/united kingdom/269 - Edinburgh.txt index fd76bc73..71245e84 100644 --- a/HPM/history/provinces/united kingdom/269 - Edinburgh.txt +++ b/HPM/history/provinces/united kingdom/269 - Edinburgh.txt @@ -5,11 +5,11 @@ add_core = SCO trade_goods = coal life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/270 - Stirling.txt b/HPM/history/provinces/united kingdom/270 - Stirling.txt index a4dad532..602f62c3 100644 --- a/HPM/history/provinces/united kingdom/270 - Stirling.txt +++ b/HPM/history/provinces/united kingdom/270 - Stirling.txt @@ -5,11 +5,11 @@ add_core = SCO trade_goods = coal life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 2 + ideology = conservative + loyalty_value = 2 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/271 - Glasgow.txt b/HPM/history/provinces/united kingdom/271 - Glasgow.txt index 099fa0dd..7560ef7a 100644 --- a/HPM/history/provinces/united kingdom/271 - Glasgow.txt +++ b/HPM/history/provinces/united kingdom/271 - Glasgow.txt @@ -3,43 +3,43 @@ controller = ENG add_core = ENG add_core = SCO trade_goods = coal -naval_base = 2 +naval_base = 2 life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes + level = 1 + building = steamer_shipyard + upgrade = yes } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } state_building = { - level = 1 - building = machine_parts_factory - upgrade = yes + level = 1 + building = machine_parts_factory + upgrade = yes } 1861.1.1 = { - state_building = { - level = 2 - building = steel_factory - upgrade = yes - } - state_building = { - level = 2 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 2 + building = steel_factory + upgrade = yes + } + state_building = { + level = 2 + building = steamer_shipyard + upgrade = yes + } - railroad = 3 + railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/272 - Dumfries.txt b/HPM/history/provinces/united kingdom/272 - Dumfries.txt index 0f66f09d..70b3f25d 100644 --- a/HPM/history/provinces/united kingdom/272 - Dumfries.txt +++ b/HPM/history/provinces/united kingdom/272 - Dumfries.txt @@ -5,11 +5,11 @@ add_core = SCO trade_goods = coal life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/273 - Cardiff.txt b/HPM/history/provinces/united kingdom/273 - Cardiff.txt index 7e96f240..3639ad9d 100644 --- a/HPM/history/provinces/united kingdom/273 - Cardiff.txt +++ b/HPM/history/provinces/united kingdom/273 - Cardiff.txt @@ -7,25 +7,25 @@ naval_base = 1 life_rating = 35 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } 1861.1.1 = { - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/274 - Cardigan.txt b/HPM/history/provinces/united kingdom/274 - Cardigan.txt index 4051fea5..91f0a03f 100644 --- a/HPM/history/provinces/united kingdom/274 - Cardigan.txt +++ b/HPM/history/provinces/united kingdom/274 - Cardigan.txt @@ -5,11 +5,11 @@ add_core = WHA trade_goods = iron life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/275 - Llandrindod.txt b/HPM/history/provinces/united kingdom/275 - Llandrindod.txt index 1ab7c859..1c5fe35c 100644 --- a/HPM/history/provinces/united kingdom/275 - Llandrindod.txt +++ b/HPM/history/provinces/united kingdom/275 - Llandrindod.txt @@ -5,11 +5,11 @@ add_core = WHA trade_goods = sulphur life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/276 - Holyhead.txt b/HPM/history/provinces/united kingdom/276 - Holyhead.txt index e4ac660c..e583f4b2 100644 --- a/HPM/history/provinces/united kingdom/276 - Holyhead.txt +++ b/HPM/history/provinces/united kingdom/276 - Holyhead.txt @@ -5,11 +5,11 @@ add_core = WHA trade_goods = fish life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/277 - Liverpool.txt b/HPM/history/provinces/united kingdom/277 - Liverpool.txt index 86f72553..562dac55 100644 --- a/HPM/history/provinces/united kingdom/277 - Liverpool.txt +++ b/HPM/history/provinces/united kingdom/277 - Liverpool.txt @@ -5,35 +5,35 @@ trade_goods = fish life_rating = 40 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } state_building = { - level = 3 - building = fabric_factory - upgrade = yes + level = 3 + building = fabric_factory + upgrade = yes } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } state_building = { - level = 3 - building = regular_clothes_factory - upgrade = yes + level = 3 + building = regular_clothes_factory + upgrade = yes } state_building = { - level = 1 - building = liquor_distillery - upgrade = yes + level = 1 + building = liquor_distillery + upgrade = yes } naval_base = 2 -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/united kingdom/278 - Manchester.txt b/HPM/history/provinces/united kingdom/278 - Manchester.txt index 07820e96..5310ae18 100644 --- a/HPM/history/provinces/united kingdom/278 - Manchester.txt +++ b/HPM/history/provinces/united kingdom/278 - Manchester.txt @@ -6,11 +6,11 @@ life_rating = 40 railroad = 1 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/279 - Carlisle.txt b/HPM/history/provinces/united kingdom/279 - Carlisle.txt index 20327be9..9f6f7de7 100644 --- a/HPM/history/provinces/united kingdom/279 - Carlisle.txt +++ b/HPM/history/provinces/united kingdom/279 - Carlisle.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/280 - Newcastle On Tyne.txt b/HPM/history/provinces/united kingdom/280 - Newcastle On Tyne.txt index c7a72b5c..57f8bb54 100644 --- a/HPM/history/provinces/united kingdom/280 - Newcastle On Tyne.txt +++ b/HPM/history/provinces/united kingdom/280 - Newcastle On Tyne.txt @@ -5,11 +5,11 @@ trade_goods = iron life_rating = 35 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/281 - Hull.txt b/HPM/history/provinces/united kingdom/281 - Hull.txt index a61f4179..dba4e400 100644 --- a/HPM/history/provinces/united kingdom/281 - Hull.txt +++ b/HPM/history/provinces/united kingdom/281 - Hull.txt @@ -6,11 +6,11 @@ life_rating = 35 naval_base = 2 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/282 - Leeds.txt b/HPM/history/provinces/united kingdom/282 - Leeds.txt index da90ac9c..2a4e131a 100644 --- a/HPM/history/provinces/united kingdom/282 - Leeds.txt +++ b/HPM/history/provinces/united kingdom/282 - Leeds.txt @@ -5,7 +5,7 @@ trade_goods = coal life_rating = 35 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/283 - Sheffield.txt b/HPM/history/provinces/united kingdom/283 - Sheffield.txt index da90ac9c..2a4e131a 100644 --- a/HPM/history/provinces/united kingdom/283 - Sheffield.txt +++ b/HPM/history/provinces/united kingdom/283 - Sheffield.txt @@ -5,7 +5,7 @@ trade_goods = coal life_rating = 35 terrain = mining_district party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/284 - Birmingham.txt b/HPM/history/provinces/united kingdom/284 - Birmingham.txt index 376736fa..1c891c7c 100644 --- a/HPM/history/provinces/united kingdom/284 - Birmingham.txt +++ b/HPM/history/provinces/united kingdom/284 - Birmingham.txt @@ -4,33 +4,33 @@ add_core = ENG trade_goods = coal life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } state_building = { - level = 2 - building = explosives_factory - upgrade = yes + level = 2 + building = explosives_factory + upgrade = yes } state_building = { - level = 3 - building = artillery_factory - upgrade = yes + level = 3 + building = artillery_factory + upgrade = yes } 1861.1.1 = { - state_building = { - level = 1 - building = cement_factory - upgrade = yes - } - state_building = { - level = 1 - building = glass_factory - upgrade = yes - } + state_building = { + level = 1 + building = cement_factory + upgrade = yes + } + state_building = { + level = 1 + building = glass_factory + upgrade = yes + } } 1861.1.1 = { railroad = 4 } diff --git a/HPM/history/provinces/united kingdom/285 - Chester.txt b/HPM/history/provinces/united kingdom/285 - Chester.txt index fbec31ae..c02ed70e 100644 --- a/HPM/history/provinces/united kingdom/285 - Chester.txt +++ b/HPM/history/provinces/united kingdom/285 - Chester.txt @@ -4,18 +4,18 @@ add_core = ENG trade_goods = fish life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { - state_building = { - level = 1 - building = winery - upgrade = yes - } + state_building = { + level = 1 + building = winery + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/286 - Shrewesbury.txt b/HPM/history/provinces/united kingdom/286 - Shrewesbury.txt index 466d951f..0cdf20db 100644 --- a/HPM/history/provinces/united kingdom/286 - Shrewesbury.txt +++ b/HPM/history/provinces/united kingdom/286 - Shrewesbury.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = iron life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/287 - Coventry.txt b/HPM/history/provinces/united kingdom/287 - Coventry.txt index 7910d685..cac8278b 100644 --- a/HPM/history/provinces/united kingdom/287 - Coventry.txt +++ b/HPM/history/provinces/united kingdom/287 - Coventry.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/288 - Nottingham.txt b/HPM/history/provinces/united kingdom/288 - Nottingham.txt index 183ef3e6..4d088e07 100644 --- a/HPM/history/provinces/united kingdom/288 - Nottingham.txt +++ b/HPM/history/provinces/united kingdom/288 - Nottingham.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { railroad = 4 } diff --git a/HPM/history/provinces/united kingdom/289 - Leicester.txt b/HPM/history/provinces/united kingdom/289 - Leicester.txt index db2378f5..620fd50e 100644 --- a/HPM/history/provinces/united kingdom/289 - Leicester.txt +++ b/HPM/history/provinces/united kingdom/289 - Leicester.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/290 - Lincoln.txt b/HPM/history/provinces/united kingdom/290 - Lincoln.txt index 3b32d33b..cf66441e 100644 --- a/HPM/history/provinces/united kingdom/290 - Lincoln.txt +++ b/HPM/history/provinces/united kingdom/290 - Lincoln.txt @@ -5,11 +5,11 @@ trade_goods = iron naval_base = 1 life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/291 - Cambridge.txt b/HPM/history/provinces/united kingdom/291 - Cambridge.txt index 01fa1721..5c4b3208 100644 --- a/HPM/history/provinces/united kingdom/291 - Cambridge.txt +++ b/HPM/history/provinces/united kingdom/291 - Cambridge.txt @@ -4,23 +4,23 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/292 - Ipswich.txt b/HPM/history/provinces/united kingdom/292 - Ipswich.txt index 6b1c639e..a1a6c2da 100644 --- a/HPM/history/provinces/united kingdom/292 - Ipswich.txt +++ b/HPM/history/provinces/united kingdom/292 - Ipswich.txt @@ -6,14 +6,14 @@ life_rating = 35 naval_base = 2 fort = 1 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } -1861.1.1 = { - railroad = 3 - naval_base = 3 +1861.1.1 = { + railroad = 3 + naval_base = 3 } diff --git a/HPM/history/provinces/united kingdom/293 - Chelmsford.txt b/HPM/history/provinces/united kingdom/293 - Chelmsford.txt index 38a06032..06bd8a5f 100644 --- a/HPM/history/provinces/united kingdom/293 - Chelmsford.txt +++ b/HPM/history/provinces/united kingdom/293 - Chelmsford.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/294 - Oxford.txt b/HPM/history/provinces/united kingdom/294 - Oxford.txt index 4d9928b8..fa87dc09 100644 --- a/HPM/history/provinces/united kingdom/294 - Oxford.txt +++ b/HPM/history/provinces/united kingdom/294 - Oxford.txt @@ -4,15 +4,15 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } party_loyalty = { - ideology = reactionary - loyalty_value = 5 + ideology = reactionary + loyalty_value = 5 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/295 - St Albans.txt b/HPM/history/provinces/united kingdom/295 - St Albans.txt index bb8d349e..1da375e8 100644 --- a/HPM/history/provinces/united kingdom/295 - St Albans.txt +++ b/HPM/history/provinces/united kingdom/295 - St Albans.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/296 - Bristol.txt b/HPM/history/provinces/united kingdom/296 - Bristol.txt index ca9404e5..1152207e 100644 --- a/HPM/history/provinces/united kingdom/296 - Bristol.txt +++ b/HPM/history/provinces/united kingdom/296 - Bristol.txt @@ -4,22 +4,22 @@ add_core = ENG trade_goods = iron life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 17 + ideology = liberal + loyalty_value = 17 } party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes + level = 1 + building = luxury_clothes_factory + upgrade = yes } state_building = { - level = 3 - building = canned_food_factory - upgrade = yes + level = 3 + building = canned_food_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/297 - Salisbury.txt b/HPM/history/provinces/united kingdom/297 - Salisbury.txt index 853a5d20..983334c6 100644 --- a/HPM/history/provinces/united kingdom/297 - Salisbury.txt +++ b/HPM/history/provinces/united kingdom/297 - Salisbury.txt @@ -5,11 +5,11 @@ trade_goods = grain life_rating = 35 fort = 1 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/298 - Bath.txt b/HPM/history/provinces/united kingdom/298 - Bath.txt index 08690324..02a9075c 100644 --- a/HPM/history/provinces/united kingdom/298 - Bath.txt +++ b/HPM/history/provinces/united kingdom/298 - Bath.txt @@ -4,11 +4,11 @@ add_core = ENG trade_goods = grain life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 17 + ideology = liberal + loyalty_value = 17 } party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/299 - Plymouth.txt b/HPM/history/provinces/united kingdom/299 - Plymouth.txt index e65d8b33..a414a332 100644 --- a/HPM/history/provinces/united kingdom/299 - Plymouth.txt +++ b/HPM/history/provinces/united kingdom/299 - Plymouth.txt @@ -5,14 +5,14 @@ trade_goods = fruit life_rating = 35 naval_base = 2 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } -1861.1.1 = { - railroad = 3 - naval_base = 3 +1861.1.1 = { + railroad = 3 + naval_base = 3 } diff --git a/HPM/history/provinces/united kingdom/300 - London.txt b/HPM/history/provinces/united kingdom/300 - London.txt index a4bab91a..87e997c6 100644 --- a/HPM/history/provinces/united kingdom/300 - London.txt +++ b/HPM/history/provinces/united kingdom/300 - London.txt @@ -5,58 +5,58 @@ trade_goods = grain life_rating = 45 fort = 1 party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } state_building = { - level = 1 - building = furniture_factory - upgrade = yes + level = 1 + building = furniture_factory + upgrade = yes } state_building = { - level = 1 - building = paper_mill - upgrade = yes + level = 1 + building = paper_mill + upgrade = yes } state_building = { - level = 3 - building = ammunition_factory - upgrade = yes + level = 3 + building = ammunition_factory + upgrade = yes } state_building = { - level = 3 - building = small_arms_factory - upgrade = yes + level = 3 + building = small_arms_factory + upgrade = yes } state_building = { - level = 2 - building = clipper_shipyard - upgrade = yes + level = 2 + building = clipper_shipyard + upgrade = yes } state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes + level = 1 + building = steamer_shipyard + upgrade = yes } state_building = { - level = 3 - building = fabric_factory - upgrade = yes + level = 3 + building = fabric_factory + upgrade = yes } 1861.1.1 = { - state_building = { - level = 1 - building = luxury_clothes_factory - upgrade = yes - } - state_building = { - level = 1 - building = luxury_furniture_factory - upgrade = yes - } + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } + state_building = { + level = 1 + building = luxury_furniture_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/301 - Canterbury.txt b/HPM/history/provinces/united kingdom/301 - Canterbury.txt index 21cd054a..96482d61 100644 --- a/HPM/history/provinces/united kingdom/301 - Canterbury.txt +++ b/HPM/history/provinces/united kingdom/301 - Canterbury.txt @@ -6,14 +6,14 @@ life_rating = 35 #naval_base = 1 #Chatham fort = 1 party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } party_loyalty = { - ideology = conservative - loyalty_value = 20 + ideology = conservative + loyalty_value = 20 } -1861.1.1 = { - railroad = 3 -# naval_base = 3 #Chatham +1861.1.1 = { + railroad = 3 +# naval_base = 3 #Chatham } diff --git a/HPM/history/provinces/united kingdom/302 - Brighton.txt b/HPM/history/provinces/united kingdom/302 - Brighton.txt index d668cca5..e63a3bec 100644 --- a/HPM/history/provinces/united kingdom/302 - Brighton.txt +++ b/HPM/history/provinces/united kingdom/302 - Brighton.txt @@ -5,11 +5,11 @@ trade_goods = fish life_rating = 35 fort = 1 party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } party_loyalty = { - ideology = conservative - loyalty_value = 6 + ideology = conservative + loyalty_value = 6 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/united kingdom/303 - Southampton.txt b/HPM/history/provinces/united kingdom/303 - Southampton.txt index 2a9c952f..53f50279 100644 --- a/HPM/history/provinces/united kingdom/303 - Southampton.txt +++ b/HPM/history/provinces/united kingdom/303 - Southampton.txt @@ -5,14 +5,14 @@ trade_goods = fish life_rating = 35 naval_base = 2 party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } party_loyalty = { - ideology = conservative - loyalty_value = 17 + ideology = conservative + loyalty_value = 17 } -1861.1.1 = { - railroad = 3 - naval_base = 4 #Portsmouth +1861.1.1 = { + railroad = 3 + naval_base = 4 #Portsmouth } diff --git a/HPM/history/provinces/united kingdom/854 - Malta.txt b/HPM/history/provinces/united kingdom/854 - Malta.txt index bc9e854c..9f5cb9e6 100644 --- a/HPM/history/provinces/united kingdom/854 - Malta.txt +++ b/HPM/history/provinces/united kingdom/854 - Malta.txt @@ -6,6 +6,6 @@ life_rating = 32 naval_base = 1 colonial = 2 terrain = small_island -1861.1.1 = { - naval_base = 2 #Valetta +1861.1.1 = { + naval_base = 2 #Valetta } diff --git a/HPM/history/provinces/usa/107 - Grand Junction.txt b/HPM/history/provinces/usa/107 - Grand Junction.txt index 5e55034a..fee44ff7 100644 --- a/HPM/history/provinces/usa/107 - Grand Junction.txt +++ b/HPM/history/provinces/usa/107 - Grand Junction.txt @@ -8,4 +8,4 @@ owner = USA controller = USA add_core = USA remove_core = MEX -} \ No newline at end of file +} diff --git a/HPM/history/provinces/usa/108 - Alamosa.txt b/HPM/history/provinces/usa/108 - Alamosa.txt index 91cf14a9..cef4bd82 100644 --- a/HPM/history/provinces/usa/108 - Alamosa.txt +++ b/HPM/history/provinces/usa/108 - Alamosa.txt @@ -9,4 +9,4 @@ owner = USA controller = USA add_core = USA remove_core = MEX -} \ No newline at end of file +} diff --git a/HPM/history/provinces/usa/109 - Pueblo.txt b/HPM/history/provinces/usa/109 - Pueblo.txt index a495586d..a4c9639a 100644 --- a/HPM/history/provinces/usa/109 - Pueblo.txt +++ b/HPM/history/provinces/usa/109 - Pueblo.txt @@ -9,4 +9,4 @@ owner = USA controller = USA add_core = USA remove_core = MEX -} \ No newline at end of file +} diff --git a/HPM/history/provinces/usa/110 - Cheyenne.txt b/HPM/history/provinces/usa/110 - Cheyenne.txt index 5f7147e7..129b6363 100644 --- a/HPM/history/provinces/usa/110 - Cheyenne.txt +++ b/HPM/history/provinces/usa/110 - Cheyenne.txt @@ -6,9 +6,9 @@ trade_goods = grain terrain = mountain life_rating = 35 1861.1.1 = { - colonial = 0 - owner = USA - controller = USA - remove_core = MEX - add_core = USA + colonial = 0 + owner = USA + controller = USA + remove_core = MEX + add_core = USA } diff --git a/HPM/history/provinces/usa/111 - Cody.txt b/HPM/history/provinces/usa/111 - Cody.txt index e7c555b5..0e0feb15 100644 --- a/HPM/history/provinces/usa/111 - Cody.txt +++ b/HPM/history/provinces/usa/111 - Cody.txt @@ -6,6 +6,6 @@ trade_goods = coal life_rating = 35 colonial = 2 1861.1.1 = { - colonial = 0 - remove_core = COL + colonial = 0 + remove_core = COL } diff --git a/HPM/history/provinces/usa/114 - Missoula.txt b/HPM/history/provinces/usa/114 - Missoula.txt index 3450204a..c17f9149 100644 --- a/HPM/history/provinces/usa/114 - Missoula.txt +++ b/HPM/history/provinces/usa/114 - Missoula.txt @@ -1 +1,15 @@ -owner = USA controller = USA add_core = USA add_core = COL trade_goods = cattle life_rating = 35 colonial = 2 1861.1.1 = { colonial = 0 remove_core = COL } \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA +add_core = COL + +trade_goods = cattle +life_rating = 35 + +colonial = 2 +1861.1.1 = { + colonial = 0 + remove_core = COL +} diff --git a/HPM/history/provinces/usa/116 - Billings.txt b/HPM/history/provinces/usa/116 - Billings.txt index 78be2261..a11953f7 100644 --- a/HPM/history/provinces/usa/116 - Billings.txt +++ b/HPM/history/provinces/usa/116 - Billings.txt @@ -1 +1,10 @@ -owner = USA controller = USA add_core = USA trade_goods = cattle life_rating = 35 colonial = 2 1861.1.1 = { colonial = 0 } \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA + +trade_goods = cattle +life_rating = 35 +colonial = 2 +1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/117 - Bismarck.txt b/HPM/history/provinces/usa/117 - Bismarck.txt index cc57640d..2c2cabe5 100644 --- a/HPM/history/provinces/usa/117 - Bismarck.txt +++ b/HPM/history/provinces/usa/117 - Bismarck.txt @@ -1 +1,11 @@ -owner = USA controller = USA add_core = USA trade_goods = coal life_rating = 35 colonial = 2 1861.1.1 = { colonial = 0 } \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA + +trade_goods = coal +life_rating = 35 + +colonial = 2 +1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/118 - Minot.txt b/HPM/history/provinces/usa/118 - Minot.txt index cc57640d..2c2cabe5 100644 --- a/HPM/history/provinces/usa/118 - Minot.txt +++ b/HPM/history/provinces/usa/118 - Minot.txt @@ -1 +1,11 @@ -owner = USA controller = USA add_core = USA trade_goods = coal life_rating = 35 colonial = 2 1861.1.1 = { colonial = 0 } \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA + +trade_goods = coal +life_rating = 35 + +colonial = 2 +1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/123 - Omaha.txt b/HPM/history/provinces/usa/123 - Omaha.txt index 823559da..cc2be454 100644 --- a/HPM/history/provinces/usa/123 - Omaha.txt +++ b/HPM/history/provinces/usa/123 - Omaha.txt @@ -1 +1,10 @@ -owner = USA controller = USA add_core = USA trade_goods = fruit life_rating = 35 colonial = 2 1861.1.1 = { colonial = 0 } \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA + +trade_goods = fruit +life_rating = 35 +colonial = 2 +1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/128 - Wichita.txt b/HPM/history/provinces/usa/128 - Wichita.txt index 20d47b8c..3ea87931 100644 --- a/HPM/history/provinces/usa/128 - Wichita.txt +++ b/HPM/history/provinces/usa/128 - Wichita.txt @@ -5,9 +5,9 @@ trade_goods = grain life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 0 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/usa/129 - Oklahoma City.txt b/HPM/history/provinces/usa/129 - Oklahoma City.txt index ba483bd9..85f6be8e 100644 --- a/HPM/history/provinces/usa/129 - Oklahoma City.txt +++ b/HPM/history/provinces/usa/129 - Oklahoma City.txt @@ -5,9 +5,9 @@ colonial = 2 trade_goods = grain life_rating = 35 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA - add_core = USA - remove_core = MEX -} \ No newline at end of file + owner = CSA + controller = CSA + add_core = CSA + add_core = USA + remove_core = MEX +} diff --git a/HPM/history/provinces/usa/130 - Tahlequah.txt b/HPM/history/provinces/usa/130 - Tahlequah.txt index ce3c8b3c..7487aa46 100644 --- a/HPM/history/provinces/usa/130 - Tahlequah.txt +++ b/HPM/history/provinces/usa/130 - Tahlequah.txt @@ -4,8 +4,8 @@ colonial = 2 trade_goods = grain life_rating = 35 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA - add_core = USA -} \ No newline at end of file + owner = CSA + controller = CSA + add_core = CSA + add_core = USA +} diff --git a/HPM/history/provinces/usa/131 - Okmulgee.txt b/HPM/history/provinces/usa/131 - Okmulgee.txt index 0f0d41df..9de11506 100644 --- a/HPM/history/provinces/usa/131 - Okmulgee.txt +++ b/HPM/history/provinces/usa/131 - Okmulgee.txt @@ -5,8 +5,8 @@ trade_goods = grain life_rating = 35 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA - add_core = USA -} \ No newline at end of file + owner = CSA + controller = CSA + add_core = CSA + add_core = USA +} diff --git a/HPM/history/provinces/usa/132 - Houston.txt b/HPM/history/provinces/usa/132 - Houston.txt index 6543e4ca..f36c81c6 100644 --- a/HPM/history/provinces/usa/132 - Houston.txt +++ b/HPM/history/provinces/usa/132 - Houston.txt @@ -6,15 +6,15 @@ trade_goods = cattle life_rating = 35 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/133 - Austin.txt b/HPM/history/provinces/usa/133 - Austin.txt index afbe58b9..c15feb2a 100644 --- a/HPM/history/provinces/usa/133 - Austin.txt +++ b/HPM/history/provinces/usa/133 - Austin.txt @@ -6,9 +6,9 @@ trade_goods = cattle life_rating = 35 naval_base = 1 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX } diff --git a/HPM/history/provinces/usa/134 - Dallas.txt b/HPM/history/provinces/usa/134 - Dallas.txt index f31e16cd..ccb042a1 100644 --- a/HPM/history/provinces/usa/134 - Dallas.txt +++ b/HPM/history/provinces/usa/134 - Dallas.txt @@ -6,9 +6,9 @@ trade_goods = cattle life_rating = 35 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX } diff --git a/HPM/history/provinces/usa/135 - Lubbock.txt b/HPM/history/provinces/usa/135 - Lubbock.txt index 9c2fd29a..5cf498df 100644 --- a/HPM/history/provinces/usa/135 - Lubbock.txt +++ b/HPM/history/provinces/usa/135 - Lubbock.txt @@ -7,10 +7,10 @@ life_rating = 35 colonial = 2 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX - colonial = 0 + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX + colonial = 0 } diff --git a/HPM/history/provinces/usa/137 - San Antonio.txt b/HPM/history/provinces/usa/137 - San Antonio.txt index dc8a8234..a483aca6 100644 --- a/HPM/history/provinces/usa/137 - San Antonio.txt +++ b/HPM/history/provinces/usa/137 - San Antonio.txt @@ -7,9 +7,9 @@ life_rating = 35 fort = 1 #Remember the Alamo! 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - add_core = USA - remove_core = MEX -} \ No newline at end of file + controller = CSA + owner = CSA + add_core = CSA + add_core = USA + remove_core = MEX +} diff --git a/HPM/history/provinces/usa/139 - New Orleans.txt b/HPM/history/provinces/usa/139 - New Orleans.txt index 3c7cfbec..de08f06b 100644 --- a/HPM/history/provinces/usa/139 - New Orleans.txt +++ b/HPM/history/provinces/usa/139 - New Orleans.txt @@ -6,27 +6,27 @@ life_rating = 35 naval_base = 1 party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } } -1861.1.1 = { - railroad = 3 - naval_base = 1 - fort = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 + fort = 1 } diff --git a/HPM/history/provinces/usa/140 - Baton Rouge.txt b/HPM/history/provinces/usa/140 - Baton Rouge.txt index 6065849f..7f80c659 100644 --- a/HPM/history/provinces/usa/140 - Baton Rouge.txt +++ b/HPM/history/provinces/usa/140 - Baton Rouge.txt @@ -5,18 +5,18 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/141 - Lake Charles.txt b/HPM/history/provinces/usa/141 - Lake Charles.txt index bafcb9f7..6ee8a581 100644 --- a/HPM/history/provinces/usa/141 - Lake Charles.txt +++ b/HPM/history/provinces/usa/141 - Lake Charles.txt @@ -5,17 +5,17 @@ trade_goods = sulphur life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA -} \ No newline at end of file + controller = CSA + owner = CSA + add_core = CSA +} diff --git a/HPM/history/provinces/usa/142 - Shreveport.txt b/HPM/history/provinces/usa/142 - Shreveport.txt index 5e19d94d..4cbb3add 100644 --- a/HPM/history/provinces/usa/142 - Shreveport.txt +++ b/HPM/history/provinces/usa/142 - Shreveport.txt @@ -1,17 +1,21 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = sulphur -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { controller = CSA owner = CSA add_core = CSA} +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA} 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/usa/143 - Little Rock.txt b/HPM/history/provinces/usa/143 - Little Rock.txt index e1801e64..9c42f39d 100644 --- a/HPM/history/provinces/usa/143 - Little Rock.txt +++ b/HPM/history/provinces/usa/143 - Little Rock.txt @@ -1,21 +1,23 @@ -owner = USA - controller = USA - add_core = USA -trade_goods = cotton -life_rating = 35 -colonial = 2 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA -} \ No newline at end of file +owner = USA + +controller = USA + +add_core = USA +trade_goods = cotton +life_rating = 35 +colonial = 2 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA +} diff --git a/HPM/history/provinces/usa/144 - Hot Springs.txt b/HPM/history/provinces/usa/144 - Hot Springs.txt index 1978c8b0..4f140add 100644 --- a/HPM/history/provinces/usa/144 - Hot Springs.txt +++ b/HPM/history/provinces/usa/144 - Hot Springs.txt @@ -6,21 +6,21 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } diff --git a/HPM/history/provinces/usa/145 - Fayetteville.txt b/HPM/history/provinces/usa/145 - Fayetteville.txt index bcf36552..a367f254 100644 --- a/HPM/history/provinces/usa/145 - Fayetteville.txt +++ b/HPM/history/provinces/usa/145 - Fayetteville.txt @@ -1,22 +1,23 @@ -owner = USA - controller = USA -add_core = USA -trade_goods = timber -life_rating = 35 -colonial = 2 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} - -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA -} \ No newline at end of file +owner = USA + +controller = USA +add_core = USA +trade_goods = timber +life_rating = 35 +colonial = 2 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} + +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA +} diff --git a/HPM/history/provinces/usa/146 - St Louis.txt b/HPM/history/provinces/usa/146 - St Louis.txt index 79e1413f..8f03aeda 100644 --- a/HPM/history/provinces/usa/146 - St Louis.txt +++ b/HPM/history/provinces/usa/146 - St Louis.txt @@ -5,15 +5,15 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - railroad = 3 - add_core = CSA + railroad = 3 + add_core = CSA } diff --git a/HPM/history/provinces/usa/147 - Joplin.txt b/HPM/history/provinces/usa/147 - Joplin.txt index 7f2ba826..0b97191d 100644 --- a/HPM/history/provinces/usa/147 - Joplin.txt +++ b/HPM/history/provinces/usa/147 - Joplin.txt @@ -5,13 +5,13 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/148 - Malden.txt b/HPM/history/provinces/usa/148 - Malden.txt index d9a12462..4af8926f 100644 --- a/HPM/history/provinces/usa/148 - Malden.txt +++ b/HPM/history/provinces/usa/148 - Malden.txt @@ -5,19 +5,19 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { add_core = CSA } 1861.1.1 = { - party_loyalty = { - ideology = anarcho_liberal - loyalty_value = 12 - } -} \ No newline at end of file + party_loyalty = { + ideology = anarcho_liberal + loyalty_value = 12 + } +} diff --git a/HPM/history/provinces/usa/149 - Jefferson City.txt b/HPM/history/provinces/usa/149 - Jefferson City.txt index 9173047e..e9717957 100644 --- a/HPM/history/provinces/usa/149 - Jefferson City.txt +++ b/HPM/history/provinces/usa/149 - Jefferson City.txt @@ -5,13 +5,13 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/150 - Kansas City.txt b/HPM/history/provinces/usa/150 - Kansas City.txt index 133914da..220bee5b 100644 --- a/HPM/history/provinces/usa/150 - Kansas City.txt +++ b/HPM/history/provinces/usa/150 - Kansas City.txt @@ -5,12 +5,12 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/158 - Duluth.txt b/HPM/history/provinces/usa/158 - Duluth.txt index aa73b9d2..fc97ed7a 100644 --- a/HPM/history/provinces/usa/158 - Duluth.txt +++ b/HPM/history/provinces/usa/158 - Duluth.txt @@ -6,6 +6,6 @@ trade_goods = fish life_rating = 35 colonial = 2 1861.1.1 = { - colonial = 0 - remove_core = CAN + colonial = 0 + remove_core = CAN } diff --git a/HPM/history/provinces/usa/159 - Milwaukee.txt b/HPM/history/provinces/usa/159 - Milwaukee.txt index d53ab7d0..f2452d22 100644 --- a/HPM/history/provinces/usa/159 - Milwaukee.txt +++ b/HPM/history/provinces/usa/159 - Milwaukee.txt @@ -5,11 +5,11 @@ trade_goods = timber life_rating = 35 colonial = 2 1861.1.1 = { - colonial = 0 - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } + colonial = 0 + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/163 - Chicago.txt b/HPM/history/provinces/usa/163 - Chicago.txt index 96fe38a9..7de3685f 100644 --- a/HPM/history/provinces/usa/163 - Chicago.txt +++ b/HPM/history/provinces/usa/163 - Chicago.txt @@ -5,12 +5,12 @@ trade_goods = coal life_rating = 35 terrain = mining_district party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/164 - Rockford.txt b/HPM/history/provinces/usa/164 - Rockford.txt index cca8ad10..cac8b99e 100644 --- a/HPM/history/provinces/usa/164 - Rockford.txt +++ b/HPM/history/provinces/usa/164 - Rockford.txt @@ -5,8 +5,8 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/165 - Champaign.txt b/HPM/history/provinces/usa/165 - Champaign.txt index 1d7daf07..9251e00d 100644 --- a/HPM/history/provinces/usa/165 - Champaign.txt +++ b/HPM/history/provinces/usa/165 - Champaign.txt @@ -5,12 +5,12 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/166 - Peoria.txt b/HPM/history/provinces/usa/166 - Peoria.txt index f7011a5a..57a6c6e6 100644 --- a/HPM/history/provinces/usa/166 - Peoria.txt +++ b/HPM/history/provinces/usa/166 - Peoria.txt @@ -5,12 +5,12 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/167 - Springfield.txt b/HPM/history/provinces/usa/167 - Springfield.txt index f7011a5a..57a6c6e6 100644 --- a/HPM/history/provinces/usa/167 - Springfield.txt +++ b/HPM/history/provinces/usa/167 - Springfield.txt @@ -5,12 +5,12 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/168 - Carbondale.txt b/HPM/history/provinces/usa/168 - Carbondale.txt index 1d7eeab3..796d71d2 100644 --- a/HPM/history/provinces/usa/168 - Carbondale.txt +++ b/HPM/history/provinces/usa/168 - Carbondale.txt @@ -5,29 +5,29 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } - party_loyalty = { - ideology = liberal - loyalty_value = 7 - } + party_loyalty = { + ideology = liberal + loyalty_value = 7 + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/169 - Indianapolis.txt b/HPM/history/provinces/usa/169 - Indianapolis.txt index 0a30a917..edd4f5f6 100644 --- a/HPM/history/provinces/usa/169 - Indianapolis.txt +++ b/HPM/history/provinces/usa/169 - Indianapolis.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/170 - Evansville.txt b/HPM/history/provinces/usa/170 - Evansville.txt index 4f0fba59..8b93b554 100644 --- a/HPM/history/provinces/usa/170 - Evansville.txt +++ b/HPM/history/provinces/usa/170 - Evansville.txt @@ -5,23 +5,23 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - state_building = { - level = 1 - building = furniture_factory - upgrade = yes - } - party_loyalty = { - ideology = liberal - loyalty_value = 12 - } + state_building = { + level = 1 + building = furniture_factory + upgrade = yes + } + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/171 - South Bend.txt b/HPM/history/provinces/usa/171 - South Bend.txt index d7bb7345..3ef87d23 100644 --- a/HPM/history/provinces/usa/171 - South Bend.txt +++ b/HPM/history/provinces/usa/171 - South Bend.txt @@ -5,12 +5,12 @@ trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/172 - Fort Wayne.txt b/HPM/history/provinces/usa/172 - Fort Wayne.txt index d7bb7345..3ef87d23 100644 --- a/HPM/history/provinces/usa/172 - Fort Wayne.txt +++ b/HPM/history/provinces/usa/172 - Fort Wayne.txt @@ -5,12 +5,12 @@ trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/173 - Detroit.txt b/HPM/history/provinces/usa/173 - Detroit.txt index 52065d8a..f27b9eb1 100644 --- a/HPM/history/provinces/usa/173 - Detroit.txt +++ b/HPM/history/provinces/usa/173 - Detroit.txt @@ -6,25 +6,25 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - colonial = 0 - state_building = { - level = 1 - building = lumber_mill - upgrade = yes - } - state_building = { - level = 1 - building = artillery_factory - upgrade = yes - } + colonial = 0 + state_building = { + level = 1 + building = lumber_mill + upgrade = yes + } + state_building = { + level = 1 + building = artillery_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/174 - Grand Rapids.txt b/HPM/history/provinces/usa/174 - Grand Rapids.txt index fc4cdb65..ed429e95 100644 --- a/HPM/history/provinces/usa/174 - Grand Rapids.txt +++ b/HPM/history/provinces/usa/174 - Grand Rapids.txt @@ -6,13 +6,13 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/175 - Saginaw.txt b/HPM/history/provinces/usa/175 - Saginaw.txt index 67fed3a5..9a666d6d 100644 --- a/HPM/history/provinces/usa/175 - Saginaw.txt +++ b/HPM/history/provinces/usa/175 - Saginaw.txt @@ -6,13 +6,13 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/176 - Traverse City.txt b/HPM/history/provinces/usa/176 - Traverse City.txt index 67fed3a5..9a666d6d 100644 --- a/HPM/history/provinces/usa/176 - Traverse City.txt +++ b/HPM/history/provinces/usa/176 - Traverse City.txt @@ -6,13 +6,13 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/177 - Marquette.txt b/HPM/history/provinces/usa/177 - Marquette.txt index 7bea785e..3f7a7b7c 100644 --- a/HPM/history/provinces/usa/177 - Marquette.txt +++ b/HPM/history/provinces/usa/177 - Marquette.txt @@ -6,13 +6,13 @@ life_rating = 35 colonial = 2 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { colonial = 0 } diff --git a/HPM/history/provinces/usa/178 - Cleveland.txt b/HPM/history/provinces/usa/178 - Cleveland.txt index af764bea..153640c9 100644 --- a/HPM/history/provinces/usa/178 - Cleveland.txt +++ b/HPM/history/provinces/usa/178 - Cleveland.txt @@ -6,33 +6,33 @@ life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } - party_loyalty = { - ideology = liberal - loyalty_value = 12 - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/179 - Columbus.txt b/HPM/history/provinces/usa/179 - Columbus.txt index 0a30a917..edd4f5f6 100644 --- a/HPM/history/provinces/usa/179 - Columbus.txt +++ b/HPM/history/provinces/usa/179 - Columbus.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/180 - Sandusky.txt b/HPM/history/provinces/usa/180 - Sandusky.txt index d7bb7345..3ef87d23 100644 --- a/HPM/history/provinces/usa/180 - Sandusky.txt +++ b/HPM/history/provinces/usa/180 - Sandusky.txt @@ -5,12 +5,12 @@ trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/181 - Dayton.txt b/HPM/history/provinces/usa/181 - Dayton.txt index 0a30a917..edd4f5f6 100644 --- a/HPM/history/provinces/usa/181 - Dayton.txt +++ b/HPM/history/provinces/usa/181 - Dayton.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/182 - Cincinnati.txt b/HPM/history/provinces/usa/182 - Cincinnati.txt index bb249e94..43df4024 100644 --- a/HPM/history/provinces/usa/182 - Cincinnati.txt +++ b/HPM/history/provinces/usa/182 - Cincinnati.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 7 + ideology = conservative + loyalty_value = 7 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/183 - Marietta.txt b/HPM/history/provinces/usa/183 - Marietta.txt index a9932c22..d4626659 100644 --- a/HPM/history/provinces/usa/183 - Marietta.txt +++ b/HPM/history/provinces/usa/183 - Marietta.txt @@ -5,12 +5,12 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 17 + ideology = liberal + loyalty_value = 17 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/184 - Louisville.txt b/HPM/history/provinces/usa/184 - Louisville.txt index 7c588c6e..05b18fbd 100644 --- a/HPM/history/provinces/usa/184 - Louisville.txt +++ b/HPM/history/provinces/usa/184 - Louisville.txt @@ -5,12 +5,12 @@ trade_goods = tobacco life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/185 - Lexington.txt b/HPM/history/provinces/usa/185 - Lexington.txt index ef4fc6f1..f668f633 100644 --- a/HPM/history/provinces/usa/185 - Lexington.txt +++ b/HPM/history/provinces/usa/185 - Lexington.txt @@ -5,20 +5,20 @@ trade_goods = coal life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } } 1861.1.1 = { add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/186 - Bowling Green.txt b/HPM/history/provinces/usa/186 - Bowling Green.txt index 4ba15dea..c1974867 100644 --- a/HPM/history/provinces/usa/186 - Bowling Green.txt +++ b/HPM/history/provinces/usa/186 - Bowling Green.txt @@ -5,12 +5,12 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/187 - Paducah.txt b/HPM/history/provinces/usa/187 - Paducah.txt index dd3dfddb..e359164e 100644 --- a/HPM/history/provinces/usa/187 - Paducah.txt +++ b/HPM/history/provinces/usa/187 - Paducah.txt @@ -5,13 +5,13 @@ trade_goods = cattle life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/188 - Nashville.txt b/HPM/history/provinces/usa/188 - Nashville.txt index bcbed888..c494b68e 100644 --- a/HPM/history/provinces/usa/188 - Nashville.txt +++ b/HPM/history/provinces/usa/188 - Nashville.txt @@ -5,37 +5,37 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } #state_building = { -# level = 1 -# building = liquor_distillery -# upgrade = yes +# level = 1 +# building = liquor_distillery +# upgrade = yes #} 1861.1.1 = { - party_loyalty = { - ideology = conservative - loyalty_value = 10 - } - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = liquor_distillery - upgrade = yes - } - state_building = { - level = 1 - building = cement_factory - upgrade = yes - } + party_loyalty = { + ideology = conservative + loyalty_value = 10 + } + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = liquor_distillery + upgrade = yes + } + state_building = { + level = 1 + building = cement_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/189 - Memphis.txt b/HPM/history/provinces/usa/189 - Memphis.txt index 696c7d9e..c5d5bd6e 100644 --- a/HPM/history/provinces/usa/189 - Memphis.txt +++ b/HPM/history/provinces/usa/189 - Memphis.txt @@ -5,18 +5,18 @@ trade_goods = tobacco life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/190 - Knoxville.txt b/HPM/history/provinces/usa/190 - Knoxville.txt index 98f11425..d1580aaa 100644 --- a/HPM/history/provinces/usa/190 - Knoxville.txt +++ b/HPM/history/provinces/usa/190 - Knoxville.txt @@ -6,18 +6,18 @@ life_rating = 35 terrain = montane_forest party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/191 - Chattanooga.txt b/HPM/history/provinces/usa/191 - Chattanooga.txt index 98f11425..d1580aaa 100644 --- a/HPM/history/provinces/usa/191 - Chattanooga.txt +++ b/HPM/history/provinces/usa/191 - Chattanooga.txt @@ -6,18 +6,18 @@ life_rating = 35 terrain = montane_forest party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/192 - Jackson.txt b/HPM/history/provinces/usa/192 - Jackson.txt index 514c6d5e..c8b05a79 100644 --- a/HPM/history/provinces/usa/192 - Jackson.txt +++ b/HPM/history/provinces/usa/192 - Jackson.txt @@ -5,17 +5,17 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/193 - Vicksburg.txt b/HPM/history/provinces/usa/193 - Vicksburg.txt index 9d292fe2..c25399c2 100644 --- a/HPM/history/provinces/usa/193 - Vicksburg.txt +++ b/HPM/history/provinces/usa/193 - Vicksburg.txt @@ -5,18 +5,18 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/194 - Biloxi.txt b/HPM/history/provinces/usa/194 - Biloxi.txt index db7b2040..088f9148 100644 --- a/HPM/history/provinces/usa/194 - Biloxi.txt +++ b/HPM/history/provinces/usa/194 - Biloxi.txt @@ -5,22 +5,22 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = fabric_factory - upgrade = yes - } + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = fabric_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/195 - Montgomery.txt b/HPM/history/provinces/usa/195 - Montgomery.txt index 14bbf400..a63570ae 100644 --- a/HPM/history/provinces/usa/195 - Montgomery.txt +++ b/HPM/history/provinces/usa/195 - Montgomery.txt @@ -5,21 +5,21 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - party_loyalty = { - ideology = conservative - loyalty_value = 10 + party_loyalty = { + ideology = conservative + loyalty_value = 10 } - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/196 - Tuscaloosa.txt b/HPM/history/provinces/usa/196 - Tuscaloosa.txt index a4b68cc4..f4f62ece 100644 --- a/HPM/history/provinces/usa/196 - Tuscaloosa.txt +++ b/HPM/history/provinces/usa/196 - Tuscaloosa.txt @@ -5,22 +5,22 @@ trade_goods = iron life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = canned_food_factory - upgrade = yes - } + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = canned_food_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/197 - Mobile.txt b/HPM/history/provinces/usa/197 - Mobile.txt index 637dc4f0..35d3278e 100644 --- a/HPM/history/provinces/usa/197 - Mobile.txt +++ b/HPM/history/provinces/usa/197 - Mobile.txt @@ -5,21 +5,21 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } -1861.1.1 = { - railroad = 3 - naval_base = 1 - fort = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 + fort = 1 } diff --git a/HPM/history/provinces/usa/198 - Tallahassee.txt b/HPM/history/provinces/usa/198 - Tallahassee.txt index 149440d4..b61acdb2 100644 --- a/HPM/history/provinces/usa/198 - Tallahassee.txt +++ b/HPM/history/provinces/usa/198 - Tallahassee.txt @@ -7,17 +7,17 @@ colonial = 2 is_slave = yes party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - colonial = 0 - controller = CSA - owner = CSA - add_core = CSA + colonial = 0 + controller = CSA + owner = CSA + add_core = CSA } diff --git a/HPM/history/provinces/usa/199 - St Augustine.txt b/HPM/history/provinces/usa/199 - St Augustine.txt index 625da175..47d4b226 100644 --- a/HPM/history/provinces/usa/199 - St Augustine.txt +++ b/HPM/history/provinces/usa/199 - St Augustine.txt @@ -7,18 +7,18 @@ colonial = 2 is_slave = yes party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - colonial = 0 - controller = CSA - owner = CSA - add_core = CSA - railroad = 3 + colonial = 0 + controller = CSA + owner = CSA + add_core = CSA + railroad = 3 } diff --git a/HPM/history/provinces/usa/200 - Tampa.txt b/HPM/history/provinces/usa/200 - Tampa.txt index a216f0a1..bf0f6c60 100644 --- a/HPM/history/provinces/usa/200 - Tampa.txt +++ b/HPM/history/provinces/usa/200 - Tampa.txt @@ -1 +1,19 @@ -owner = USA controller = USA add_core = USA trade_goods = fruit life_rating = 35 colonial = 2 naval_base = 1 party_loyalty = { ideology = conservative loyalty_value = 15 } 1861.1.1 = { colonial = 0 controller = CSA owner = CSA add_core = CSA } \ No newline at end of file +owner = USA +controller = USA +add_core = USA +trade_goods = fruit +life_rating = 35 +colonial = 2 +naval_base = 1 + +party_loyalty = { + ideology = conservative + loyalty_value = 15 +} + +1861.1.1 = { + colonial = 0 + controller = CSA + owner = CSA + add_core = CSA +} diff --git a/HPM/history/provinces/usa/201 - Atlanta.txt b/HPM/history/provinces/usa/201 - Atlanta.txt index 2f4235b4..94a35249 100644 --- a/HPM/history/provinces/usa/201 - Atlanta.txt +++ b/HPM/history/provinces/usa/201 - Atlanta.txt @@ -1,30 +1,42 @@ -owner = USA -controller = USA add_core = USA +owner = USA +controller = USA +add_core = USA trade_goods = cotton -life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -state_building = { - level = 1 - building = clipper_shipyard - upgrade = yes -} - -state_building = { - level = 1 - building = fabric_factory - upgrade = yes -} - -1861.1.1 = { party_loyalty = { ideology = conservative loyalty_value = 12 } - controller = CSA - owner = CSA - add_core = CSA state_building = { level = 1 building = small_arms_factory upgrade = yes } +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +state_building = { + level = 1 + building = clipper_shipyard + upgrade = yes +} + +state_building = { + level = 1 + building = fabric_factory + upgrade = yes +} + +1861.1.1 = { + party_loyalty = { + ideology = conservative + loyalty_value = 12 +} + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/usa/202 - Valdosta.txt b/HPM/history/provinces/usa/202 - Valdosta.txt index 7442d105..75e1ad26 100644 --- a/HPM/history/provinces/usa/202 - Valdosta.txt +++ b/HPM/history/provinces/usa/202 - Valdosta.txt @@ -5,17 +5,17 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 5 + ideology = liberal + loyalty_value = 5 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/204 - Savannah.txt b/HPM/history/provinces/usa/204 - Savannah.txt index e511b0ef..9e7e1e58 100644 --- a/HPM/history/provinces/usa/204 - Savannah.txt +++ b/HPM/history/provinces/usa/204 - Savannah.txt @@ -1,21 +1,22 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = cotton -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 5 -} -party_loyalty = { - ideology = liberal - loyalty_value = 20 -} - +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 5 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} + 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/205 - Charleston.txt b/HPM/history/provinces/usa/205 - Charleston.txt index 2485755f..0402ffe2 100644 --- a/HPM/history/provinces/usa/205 - Charleston.txt +++ b/HPM/history/provinces/usa/205 - Charleston.txt @@ -5,26 +5,26 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } party_loyalty = { - ideology = reactionary - loyalty_value = 5 + ideology = reactionary + loyalty_value = 5 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } -1861.1.1 = { - railroad = 3 - naval_base = 1 - fort = 1 +1861.1.1 = { + railroad = 3 + naval_base = 1 + fort = 1 } diff --git a/HPM/history/provinces/usa/206 - Columbia.txt b/HPM/history/provinces/usa/206 - Columbia.txt index 14a83417..21bc2bfc 100644 --- a/HPM/history/provinces/usa/206 - Columbia.txt +++ b/HPM/history/provinces/usa/206 - Columbia.txt @@ -1,26 +1,27 @@ owner = USA - controller = USA -add_core = USA + +controller = USA +add_core = USA trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } party_loyalty = { - ideology = reactionary - loyalty_value = 5 + ideology = reactionary + loyalty_value = 5 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/207 - Greenville.txt b/HPM/history/provinces/usa/207 - Greenville.txt index 7e9f76b7..614727bf 100644 --- a/HPM/history/provinces/usa/207 - Greenville.txt +++ b/HPM/history/provinces/usa/207 - Greenville.txt @@ -1,21 +1,23 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/208 - Raleigh.txt b/HPM/history/provinces/usa/208 - Raleigh.txt index 7e7ea953..3999a4d3 100644 --- a/HPM/history/provinces/usa/208 - Raleigh.txt +++ b/HPM/history/provinces/usa/208 - Raleigh.txt @@ -1,17 +1,21 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = tobacco -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 15 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { controller = CSA owner = CSA add_core = CSA} +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 15 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/209 - Charlotte.txt b/HPM/history/provinces/usa/209 - Charlotte.txt index 652aa0a5..c41b8e1b 100644 --- a/HPM/history/provinces/usa/209 - Charlotte.txt +++ b/HPM/history/provinces/usa/209 - Charlotte.txt @@ -1,17 +1,22 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = tobacco -life_rating = 35 -railroad = 1 - -party_loyalty = { - ideology = conservative - loyalty_value = 5 -} -party_loyalty = { - ideology = liberal - loyalty_value = 20 -} - 1861.1.1 = { controller = CSA owner = CSA add_core = CSA} +life_rating = 35 +railroad = 1 + +party_loyalty = { + ideology = conservative + loyalty_value = 5 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} + +1861.1.1 = { + controller = CSA + owner = CSA + add_core = CSA} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/210 - WIlmington.txt b/HPM/history/provinces/usa/210 - WIlmington.txt index e982f5fa..546ee33a 100644 --- a/HPM/history/provinces/usa/210 - WIlmington.txt +++ b/HPM/history/provinces/usa/210 - WIlmington.txt @@ -6,19 +6,19 @@ life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 15 + ideology = conservative + loyalty_value = 15 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA + owner = CSA + controller = CSA + add_core = CSA } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/usa/211 - Richmond.txt b/HPM/history/provinces/usa/211 - Richmond.txt index 90b83aae..d576882d 100644 --- a/HPM/history/provinces/usa/211 - Richmond.txt +++ b/HPM/history/provinces/usa/211 - Richmond.txt @@ -5,36 +5,36 @@ trade_goods = tobacco life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } #state_building = { -# level = 1 -# building = small_arms_factory -# upgrade = yes +# level = 1 +# building = small_arms_factory +# upgrade = yes #} 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA + owner = CSA + controller = CSA + add_core = CSA } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } 1861.1.1 = { - state_building = { - level = 1 - building = steel_factory - upgrade = yes - } - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } } diff --git a/HPM/history/provinces/usa/212 - Manassas.txt b/HPM/history/provinces/usa/212 - Manassas.txt index 35bfe8d5..919a03c0 100644 --- a/HPM/history/provinces/usa/212 - Manassas.txt +++ b/HPM/history/provinces/usa/212 - Manassas.txt @@ -1,17 +1,21 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = tobacco -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 5 -} -party_loyalty = { - ideology = liberal - loyalty_value = 20 -} - -1861.1.1 = { owner = CSA controller = CSA add_core = CSA} +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 5 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} + +1861.1.1 = { + owner = CSA + controller = CSA + add_core = CSA} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/213 - Fredericksburg.txt b/HPM/history/provinces/usa/213 - Fredericksburg.txt index f371cf84..fe74cfc4 100644 --- a/HPM/history/provinces/usa/213 - Fredericksburg.txt +++ b/HPM/history/provinces/usa/213 - Fredericksburg.txt @@ -1,21 +1,22 @@ owner = USA - controller = USA -add_core = USA + +controller = USA +add_core = USA trade_goods = tobacco life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 13 + ideology = conservative + loyalty_value = 13 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA + owner = CSA + controller = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/214 - Norfolk.txt b/HPM/history/provinces/usa/214 - Norfolk.txt index 3c0e633c..e9050987 100644 --- a/HPM/history/provinces/usa/214 - Norfolk.txt +++ b/HPM/history/provinces/usa/214 - Norfolk.txt @@ -1,26 +1,28 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = tobacco life_rating = 35 naval_base = 2 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - owner = CSA - controller = CSA - add_core = CSA + owner = CSA + controller = CSA + add_core = CSA } -1861.1.1 = { - railroad = 3 - naval_base = 3 +1861.1.1 = { + railroad = 3 + naval_base = 3 } diff --git a/HPM/history/provinces/usa/215 - Staunton.txt b/HPM/history/provinces/usa/215 - Staunton.txt index 05f83407..40e811dd 100644 --- a/HPM/history/provinces/usa/215 - Staunton.txt +++ b/HPM/history/provinces/usa/215 - Staunton.txt @@ -1,17 +1,21 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = grain -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { owner = CSA controller = CSA add_core = CSA} +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + owner = CSA + controller = CSA + add_core = CSA} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/216 - Roanoke.txt b/HPM/history/provinces/usa/216 - Roanoke.txt index 1160459f..65d17731 100644 --- a/HPM/history/provinces/usa/216 - Roanoke.txt +++ b/HPM/history/provinces/usa/216 - Roanoke.txt @@ -1,18 +1,21 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = tobacco -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - -1861.1.1 = { owner = CSA controller = CSA add_core = CSA -} - \ No newline at end of file +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +1861.1.1 = { + owner = CSA + controller = CSA + add_core = CSA +} diff --git a/HPM/history/provinces/usa/217 - Wheeling.txt b/HPM/history/provinces/usa/217 - Wheeling.txt index 12f6279c..aa3af1df 100644 --- a/HPM/history/provinces/usa/217 - Wheeling.txt +++ b/HPM/history/provinces/usa/217 - Wheeling.txt @@ -1 +1,17 @@ -owner = USA controller = USA add_core = USA trade_goods = coal life_rating = 35 terrain = montane_forest party_loyalty = { ideology = conservative loyalty_value = 10 } party_loyalty = { ideology = liberal loyalty_value = 20 } 1861.1.1 = { add_core = CSA } 1861.1.1 = { railroad = 2 } \ No newline at end of file +owner = USA +controller = USA +add_core = USA +trade_goods = coal +life_rating = 35 +terrain = montane_forest + +party_loyalty = { + ideology = conservative + loyalty_value = 10 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} +1861.1.1 = { add_core = CSA } +1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/218 - Huntington.txt b/HPM/history/provinces/usa/218 - Huntington.txt index 473f1946..3fce0178 100644 --- a/HPM/history/provinces/usa/218 - Huntington.txt +++ b/HPM/history/provinces/usa/218 - Huntington.txt @@ -1,19 +1,20 @@ -owner = USA -controller = USA -add_core = USA trade_goods = coal -life_rating = 35 -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} -1861.1.1 = { - add_core = CSA - party_loyalty = { - ideology = liberal - loyalty_value = 12 - } -} +owner = USA +controller = USA +add_core = USA +trade_goods = coal +life_rating = 35 +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} +1861.1.1 = { + add_core = CSA + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } +} diff --git a/HPM/history/provinces/usa/219 - Baltimore.txt b/HPM/history/provinces/usa/219 - Baltimore.txt index 82ea3504..03c4722e 100644 --- a/HPM/history/provinces/usa/219 - Baltimore.txt +++ b/HPM/history/provinces/usa/219 - Baltimore.txt @@ -1,4 +1,34 @@ -owner = USA controller = USA -add_core = USA trade_goods = tobacco -life_rating = 35 naval_base = 2 party_loyalty = { ideology = conservative loyalty_value = 5 } party_loyalty = { ideology = liberal loyalty_value = 20 } 1861.1.1 = { add_core = CSA state_building = { level = 1 building = paper_mill upgrade = yes } state_building = { level = 1 building = luxury_clothes_factory upgrade = yes } party_loyalty = { ideology = conservative loyalty_value = 12 } } +owner = USA +controller = USA +add_core = USA +trade_goods = tobacco +life_rating = 35 +naval_base = 2 + +party_loyalty = { + ideology = conservative + loyalty_value = 5 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} + +1861.1.1 = { + add_core = CSA + state_building = { + level = 1 + building = paper_mill + upgrade = yes + } + state_building = { + level = 1 + building = luxury_clothes_factory + upgrade = yes + } + party_loyalty = { + ideology = conservative + loyalty_value = 12 + } +} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/220 - Washington.txt b/HPM/history/provinces/usa/220 - Washington.txt index 7f027139..8553d81e 100644 --- a/HPM/history/provinces/usa/220 - Washington.txt +++ b/HPM/history/provinces/usa/220 - Washington.txt @@ -1,29 +1,31 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = grain life_rating = 35 fort = 1 party_loyalty = { - ideology = conservative - loyalty_value = 13 + ideology = conservative + loyalty_value = 13 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } #state_building = { -# level = 1 -# building = ammunition_factory -# upgrade = yes +# level = 1 +# building = ammunition_factory +# upgrade = yes #} 1861.1.1 = { - party_loyalty = { - ideology = liberal - loyalty_value = 7 - } - add_core = CSA + party_loyalty = { + ideology = liberal + loyalty_value = 7 + } + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/221 - Hagerstown.txt b/HPM/history/provinces/usa/221 - Hagerstown.txt index 8d0f6905..8a768516 100644 --- a/HPM/history/provinces/usa/221 - Hagerstown.txt +++ b/HPM/history/provinces/usa/221 - Hagerstown.txt @@ -6,24 +6,24 @@ life_rating = 35 terrain = montane_forest party_loyalty = { - ideology = conservative - loyalty_value = 13 + ideology = conservative + loyalty_value = 13 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { - add_core = CSA - state_building = { - level = 1 - building = artillery_factory - upgrade = yes - } - state_building = { - level = 1 - building = steel_factory - upgrade = yes - }} + add_core = CSA + state_building = { + level = 1 + building = artillery_factory + upgrade = yes + } + state_building = { + level = 1 + building = steel_factory + upgrade = yes + }} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/222 - Dover.txt b/HPM/history/provinces/usa/222 - Dover.txt index 8710a702..3ecbabed 100644 --- a/HPM/history/provinces/usa/222 - Dover.txt +++ b/HPM/history/provinces/usa/222 - Dover.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { add_core = CSA } diff --git a/HPM/history/provinces/usa/223 - Philadelphia.txt b/HPM/history/provinces/usa/223 - Philadelphia.txt index d598d75c..b9beecda 100644 --- a/HPM/history/provinces/usa/223 - Philadelphia.txt +++ b/HPM/history/provinces/usa/223 - Philadelphia.txt @@ -1,41 +1,43 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = iron life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } state_building = { - level = 1 - building = steel_factory - upgrade = yes + level = 1 + building = steel_factory + upgrade = yes } 1861.1.1 = { - party_loyalty = { - ideology = liberal - loyalty_value = 12 - } - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } - state_building = { - level = 1 - building = small_arms_factory - upgrade = yes - } - state_building = { - level = 2 - building = steel_factory - upgrade = yes - } + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } + state_building = { + level = 1 + building = small_arms_factory + upgrade = yes + } + state_building = { + level = 2 + building = steel_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/224 - Scranton.txt b/HPM/history/provinces/usa/224 - Scranton.txt index 7bc32163..5a2588e5 100644 --- a/HPM/history/provinces/usa/224 - Scranton.txt +++ b/HPM/history/provinces/usa/224 - Scranton.txt @@ -1,16 +1,18 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/225 - Williamsport.txt b/HPM/history/provinces/usa/225 - Williamsport.txt index 010ea1ea..b713cac5 100644 --- a/HPM/history/provinces/usa/225 - Williamsport.txt +++ b/HPM/history/provinces/usa/225 - Williamsport.txt @@ -6,12 +6,12 @@ life_rating = 35 terrain = montane_forest party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/226 - Harrisburg.txt b/HPM/history/provinces/usa/226 - Harrisburg.txt index 26a205a5..99d162a7 100644 --- a/HPM/history/provinces/usa/226 - Harrisburg.txt +++ b/HPM/history/provinces/usa/226 - Harrisburg.txt @@ -1,16 +1,17 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = tobacco -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/227 - Pittsburgh.txt b/HPM/history/provinces/usa/227 - Pittsburgh.txt index 3c2e1f1c..1066f2d9 100644 --- a/HPM/history/provinces/usa/227 - Pittsburgh.txt +++ b/HPM/history/provinces/usa/227 - Pittsburgh.txt @@ -1,16 +1,17 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = coal -life_rating = 35 -terrain = mining_district -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - +life_rating = 35 +terrain = mining_district +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/228 - Erie.txt b/HPM/history/provinces/usa/228 - Erie.txt index 4b4f291e..6a6a4536 100644 --- a/HPM/history/provinces/usa/228 - Erie.txt +++ b/HPM/history/provinces/usa/228 - Erie.txt @@ -1,16 +1,18 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 10 + ideology = conservative + loyalty_value = 10 } party_loyalty = { - ideology = liberal - loyalty_value = 10 + ideology = liberal + loyalty_value = 10 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/229 - Newark.txt b/HPM/history/provinces/usa/229 - Newark.txt index a93be1ae..67b69c06 100644 --- a/HPM/history/provinces/usa/229 - Newark.txt +++ b/HPM/history/provinces/usa/229 - Newark.txt @@ -7,12 +7,12 @@ life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/230 - Trenton.txt b/HPM/history/provinces/usa/230 - Trenton.txt index 51bd365a..f6b3241a 100644 --- a/HPM/history/provinces/usa/230 - Trenton.txt +++ b/HPM/history/provinces/usa/230 - Trenton.txt @@ -9,18 +9,18 @@ trade_goods = fish life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } state_building = { - level = 1 - building = fabric_factory - upgrade = yes + level = 1 + building = fabric_factory + upgrade = yes } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/231 - Atlantic City.txt b/HPM/history/provinces/usa/231 - Atlantic City.txt index 40ecb66b..52a14925 100644 --- a/HPM/history/provinces/usa/231 - Atlantic City.txt +++ b/HPM/history/provinces/usa/231 - Atlantic City.txt @@ -7,26 +7,26 @@ naval_base = 1 life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } #state_building = { -# level = 1 -# building = canned_food_factory -# upgrade = yes +# level = 1 +# building = canned_food_factory +# upgrade = yes #} 1861.1.1 = { - state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes - } + state_building = { + level = 1 + building = steamer_shipyard + upgrade = yes + } } -1861.1.1 = { - railroad = 3 +1861.1.1 = { + railroad = 3 } diff --git a/HPM/history/provinces/usa/232 - New York.txt b/HPM/history/provinces/usa/232 - New York.txt index 4f00d8df..517b0e31 100644 --- a/HPM/history/provinces/usa/232 - New York.txt +++ b/HPM/history/provinces/usa/232 - New York.txt @@ -7,44 +7,44 @@ railroad = 1 fort = 1 naval_base = 1 party_loyalty = { - ideology = conservative - loyalty_value = 13 + ideology = conservative + loyalty_value = 13 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } state_building = { - level = 1 - building = cement_factory - upgrade = yes + level = 1 + building = cement_factory + upgrade = yes } state_building = { - level = 1 - building = lumber_mill - upgrade = yes + level = 1 + building = lumber_mill + upgrade = yes } state_building = { - level = 1 - building = liquor_distillery - upgrade = yes + level = 1 + building = liquor_distillery + upgrade = yes } state_building = { - level = 1 - building = steamer_shipyard - upgrade = yes + level = 1 + building = steamer_shipyard + upgrade = yes } 1861.1.1 = { - naval_base = 3 - party_loyalty = { - ideology = liberal - loyalty_value = 17 - } - state_building = { - level = 1 - building = ammunition_factory - upgrade = yes - } + naval_base = 3 + party_loyalty = { + ideology = liberal + loyalty_value = 17 + } + state_building = { + level = 1 + building = ammunition_factory + upgrade = yes + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/233 - Long Island.txt b/HPM/history/provinces/usa/233 - Long Island.txt index b64e9491..2f70a4da 100644 --- a/HPM/history/provinces/usa/233 - Long Island.txt +++ b/HPM/history/provinces/usa/233 - Long Island.txt @@ -4,11 +4,11 @@ add_core = USA trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/234 - Albany.txt b/HPM/history/provinces/usa/234 - Albany.txt index e11778a4..70dad669 100644 --- a/HPM/history/provinces/usa/234 - Albany.txt +++ b/HPM/history/provinces/usa/234 - Albany.txt @@ -4,11 +4,11 @@ add_core = USA trade_goods = iron life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/235 - Binghamton.txt b/HPM/history/provinces/usa/235 - Binghamton.txt index f9b53fb3..5e39e5c1 100644 --- a/HPM/history/provinces/usa/235 - Binghamton.txt +++ b/HPM/history/provinces/usa/235 - Binghamton.txt @@ -1,4 +1,15 @@ -owner = USA controller = USA add_core = USA +owner = USA +controller = USA +add_core = USA trade_goods = grain -life_rating = 35 party_loyalty = { ideology = conservative loyalty_value = 12 } party_loyalty = { ideology = liberal loyalty_value = 12 } +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/236 - Buffalo.txt b/HPM/history/provinces/usa/236 - Buffalo.txt index c75de516..f08c61bb 100644 --- a/HPM/history/provinces/usa/236 - Buffalo.txt +++ b/HPM/history/provinces/usa/236 - Buffalo.txt @@ -1,16 +1,17 @@ owner = USA - controller = USA -add_core = USA + +controller = USA +add_core = USA trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/237 - Rochester.txt b/HPM/history/provinces/usa/237 - Rochester.txt index 18fc96ce..06e5c374 100644 --- a/HPM/history/provinces/usa/237 - Rochester.txt +++ b/HPM/history/provinces/usa/237 - Rochester.txt @@ -1,16 +1,17 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = grain -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 10 -} -party_loyalty = { - ideology = liberal - loyalty_value = 20 -} - +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 10 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} + 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/238 - Syracuse.txt b/HPM/history/provinces/usa/238 - Syracuse.txt index b34dae12..5f3f81d6 100644 --- a/HPM/history/provinces/usa/238 - Syracuse.txt +++ b/HPM/history/provinces/usa/238 - Syracuse.txt @@ -5,12 +5,12 @@ trade_goods = grain life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/239 - Watertown.txt b/HPM/history/provinces/usa/239 - Watertown.txt index bda39960..712f61fd 100644 --- a/HPM/history/provinces/usa/239 - Watertown.txt +++ b/HPM/history/provinces/usa/239 - Watertown.txt @@ -1,16 +1,18 @@ -owner = USA +owner = USA controller = USA - add_core = USA + +add_core = USA trade_goods = iron - life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 17 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - + +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 17 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/240 - Plattsburgh.txt b/HPM/history/provinces/usa/240 - Plattsburgh.txt index 603bd2bf..3b54070a 100644 --- a/HPM/history/provinces/usa/240 - Plattsburgh.txt +++ b/HPM/history/provinces/usa/240 - Plattsburgh.txt @@ -1,14 +1,16 @@ -owner = USA - controller = USA - add_core = USA -trade_goods = timber -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} +owner = USA + +controller = USA + +add_core = USA +trade_goods = timber +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} diff --git a/HPM/history/provinces/usa/241 - Hartford.txt b/HPM/history/provinces/usa/241 - Hartford.txt index 6dc1ebca..b016a64c 100644 --- a/HPM/history/provinces/usa/241 - Hartford.txt +++ b/HPM/history/provinces/usa/241 - Hartford.txt @@ -1,18 +1,23 @@ -owner = USA -controller = USA +owner = USA +controller = USA add_core = USA -add_core = NEN +add_core = NEN trade_goods = fish -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 7 -} -party_loyalty = { - ideology = liberal - loyalty_value = 45 +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 7 } - 1861.1.1 = { party_loyalty = { ideology = liberal loyalty_value = 12 } +party_loyalty = { + ideology = liberal + loyalty_value = 45 +} + +1861.1.1 = { + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/242 - Providence.txt b/HPM/history/provinces/usa/242 - Providence.txt index afed49c2..98488ad9 100644 --- a/HPM/history/provinces/usa/242 - Providence.txt +++ b/HPM/history/provinces/usa/242 - Providence.txt @@ -1,18 +1,21 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA add_core = NEN trade_goods = grain - life_rating = 35 + +life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/243 - Boston.txt b/HPM/history/provinces/usa/243 - Boston.txt index b04a6b4f..2eb52048 100644 --- a/HPM/history/provinces/usa/243 - Boston.txt +++ b/HPM/history/provinces/usa/243 - Boston.txt @@ -10,25 +10,25 @@ railroad = 1 naval_base = 1 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 15 + ideology = liberal + loyalty_value = 15 } state_building = { - level = 2 - building = canned_food_factory - upgrade = yes + level = 2 + building = canned_food_factory + upgrade = yes } state_building = { - level = 1 - building = glass_factory - upgrade = yes + level = 1 + building = glass_factory + upgrade = yes } -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/usa/244 - New Bedford.txt b/HPM/history/provinces/usa/244 - New Bedford.txt index 6067e127..d1df5005 100644 --- a/HPM/history/provinces/usa/244 - New Bedford.txt +++ b/HPM/history/provinces/usa/244 - New Bedford.txt @@ -1,18 +1,19 @@ -owner = USA +owner = USA controller = USA - add_core = USA -add_core = NEN + +add_core = USA +add_core = NEN trade_goods = grain -life_rating = 35 -railroad = 1 - -party_loyalty = { - ideology = conservative - loyalty_value = 5 -} -party_loyalty = { - ideology = liberal - loyalty_value = 20 -} +life_rating = 35 +railroad = 1 + +party_loyalty = { + ideology = conservative + loyalty_value = 5 +} +party_loyalty = { + ideology = liberal + loyalty_value = 20 +} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/245 - Pittsfield.txt b/HPM/history/provinces/usa/245 - Pittsfield.txt index 4ab992d5..fa40320d 100644 --- a/HPM/history/provinces/usa/245 - Pittsfield.txt +++ b/HPM/history/provinces/usa/245 - Pittsfield.txt @@ -1,18 +1,20 @@ owner = USA - controller = USA - add_core = USA + +controller = USA + +add_core = USA add_core = NEN trade_goods = iron life_rating = 35 railroad = 1 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/246 - Burlington.txt b/HPM/history/provinces/usa/246 - Burlington.txt index 470e2766..6a7d806a 100644 --- a/HPM/history/provinces/usa/246 - Burlington.txt +++ b/HPM/history/provinces/usa/246 - Burlington.txt @@ -1,23 +1,25 @@ owner = USA - controller = USA - add_core = USA -add_core = NEN + +controller = USA + +add_core = USA +add_core = NEN trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - party_loyalty = { - ideology = liberal - loyalty_value = 12 - } + party_loyalty = { + ideology = liberal + loyalty_value = 12 + } } 1861.1.1 = { railroad = 2 } diff --git a/HPM/history/provinces/usa/247 - Concord.txt b/HPM/history/provinces/usa/247 - Concord.txt index e1a563b7..3009dae7 100644 --- a/HPM/history/provinces/usa/247 - Concord.txt +++ b/HPM/history/provinces/usa/247 - Concord.txt @@ -1,29 +1,30 @@ -owner = USA +owner = USA controller = USA - add_core = USA -add_core = NEN + +add_core = USA +add_core = NEN trade_goods = timber -life_rating = 35 - -party_loyalty = { - ideology = conservative - loyalty_value = 12 -} -party_loyalty = { - ideology = liberal - loyalty_value = 12 -} - +life_rating = 35 + +party_loyalty = { + ideology = conservative + loyalty_value = 12 +} +party_loyalty = { + ideology = liberal + loyalty_value = 12 +} + +state_building = { + level = 1 + building = fabric_factory + upgrade = yes +} + state_building = { - level = 1 - building = fabric_factory - upgrade = yes -} - -state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes -} + level = 1 + building = regular_clothes_factory + upgrade = yes +} 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/248 - Lewiston.txt b/HPM/history/provinces/usa/248 - Lewiston.txt index a6389356..cf93ca3b 100644 --- a/HPM/history/provinces/usa/248 - Lewiston.txt +++ b/HPM/history/provinces/usa/248 - Lewiston.txt @@ -7,15 +7,15 @@ life_rating = 35 naval_base = 1 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } -1861.1.1 = { - railroad = 3 - naval_base = 2 +1861.1.1 = { + railroad = 3 + naval_base = 2 } diff --git a/HPM/history/provinces/usa/249 - Bangor.txt b/HPM/history/provinces/usa/249 - Bangor.txt index 2f7f62cf..ac3acfc5 100644 --- a/HPM/history/provinces/usa/249 - Bangor.txt +++ b/HPM/history/provinces/usa/249 - Bangor.txt @@ -6,12 +6,12 @@ trade_goods = timber life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 12 + ideology = conservative + loyalty_value = 12 } party_loyalty = { - ideology = liberal - loyalty_value = 12 + ideology = liberal + loyalty_value = 12 } 1861.1.1 = { railroad = 1 } diff --git a/HPM/history/provinces/usa/2555 - Augusta.txt b/HPM/history/provinces/usa/2555 - Augusta.txt index bfa3b924..d299b00a 100644 --- a/HPM/history/provinces/usa/2555 - Augusta.txt +++ b/HPM/history/provinces/usa/2555 - Augusta.txt @@ -5,17 +5,17 @@ trade_goods = cotton life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA + controller = CSA + owner = CSA + add_core = CSA } 1861.1.1 = { railroad = 3 } diff --git a/HPM/history/provinces/usa/2556 - Asheville.txt b/HPM/history/provinces/usa/2556 - Asheville.txt index 97733d8c..4591fe00 100644 --- a/HPM/history/provinces/usa/2556 - Asheville.txt +++ b/HPM/history/provinces/usa/2556 - Asheville.txt @@ -5,21 +5,21 @@ trade_goods = tobacco life_rating = 35 party_loyalty = { - ideology = conservative - loyalty_value = 5 + ideology = conservative + loyalty_value = 5 } party_loyalty = { - ideology = liberal - loyalty_value = 20 + ideology = liberal + loyalty_value = 20 } 1861.1.1 = { - controller = CSA - owner = CSA - add_core = CSA - state_building = { - level = 1 - building = regular_clothes_factory - upgrade = yes - } -} \ No newline at end of file + controller = CSA + owner = CSA + add_core = CSA + state_building = { + level = 1 + building = regular_clothes_factory + upgrade = yes + } +} diff --git a/HPM/history/provinces/usa/2599 - Fairbanks.txt b/HPM/history/provinces/usa/2599 - Fairbanks.txt index 2e13a056..e32bd33e 100644 --- a/HPM/history/provinces/usa/2599 - Fairbanks.txt +++ b/HPM/history/provinces/usa/2599 - Fairbanks.txt @@ -3,7 +3,7 @@ trade_goods = fish life_rating = 15 terrain = new_world_arctic 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 + owner = RUS + controller = RUS + colonial = 2 } diff --git a/HPM/history/provinces/usa/2630 - Cordova.txt b/HPM/history/provinces/usa/2630 - Cordova.txt index 289d60fe..e32bd33e 100644 --- a/HPM/history/provinces/usa/2630 - Cordova.txt +++ b/HPM/history/provinces/usa/2630 - Cordova.txt @@ -3,7 +3,7 @@ trade_goods = fish life_rating = 15 terrain = new_world_arctic 1861.1.1 = { - owner = RUS - controller = RUS - colonial = 2 -} \ No newline at end of file + owner = RUS + controller = RUS + colonial = 2 +} diff --git a/HPM/history/provinces/usa/78 - Seattle.txt b/HPM/history/provinces/usa/78 - Seattle.txt index 1679b8bc..2220fa69 100644 --- a/HPM/history/provinces/usa/78 - Seattle.txt +++ b/HPM/history/provinces/usa/78 - Seattle.txt @@ -5,8 +5,8 @@ trade_goods = timber life_rating = 35 colonial = 2 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = COL + owner = USA + controller = USA + add_core = USA + remove_core = COL } diff --git a/HPM/history/provinces/usa/91 - Boise.txt b/HPM/history/provinces/usa/91 - Boise.txt index 89e38618..2b8d7a5b 100644 --- a/HPM/history/provinces/usa/91 - Boise.txt +++ b/HPM/history/provinces/usa/91 - Boise.txt @@ -2,8 +2,8 @@ add_core = COL trade_goods = wool life_rating = 35 1861.1.1 = { - owner = USA - controller = USA - colonial = 2 - remove_core = COL + owner = USA + controller = USA + colonial = 2 + remove_core = COL } diff --git a/HPM/history/provinces/usa/93 - Pocatello.txt b/HPM/history/provinces/usa/93 - Pocatello.txt index 17ca0e53..309b09b4 100644 --- a/HPM/history/provinces/usa/93 - Pocatello.txt +++ b/HPM/history/provinces/usa/93 - Pocatello.txt @@ -6,7 +6,7 @@ colonial = 2 trade_goods = cattle life_rating = 35 1861.1.1 = { - owner = USA - controller = USA - remove_core = COL + owner = USA + controller = USA + remove_core = COL } diff --git a/HPM/history/provinces/usa/99 - Moab.txt b/HPM/history/provinces/usa/99 - Moab.txt index ce4edac9..4d80e990 100644 --- a/HPM/history/provinces/usa/99 - Moab.txt +++ b/HPM/history/provinces/usa/99 - Moab.txt @@ -5,9 +5,9 @@ colonial = 2 trade_goods = grain life_rating = 35 1861.1.1 = { - owner = USA - controller = USA - add_core = USA - remove_core = MEX - colonial = 1 + owner = USA + controller = USA + add_core = USA + remove_core = MEX + colonial = 1 } diff --git a/HPM/history/units/1861/ABU_oob.txt b/HPM/history/units/1861/ABU_oob.txt index 7e0498e8..c8fae629 100644 --- a/HPM/history/units/1861/ABU_oob.txt +++ b/HPM/history/units/1861/ABU_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Trucial States" - location = 1167 - regiment = { - name= "Trucial Army" - type = irregular - home = 1167 - } + name = "Army of the Trucial States" + location = 1167 + regiment = { + name= "Trucial Army" + type = irregular + home = 1167 + } } - diff --git a/HPM/history/units/1861/AFG_oob.txt b/HPM/history/units/1861/AFG_oob.txt index 8d6cb9a2..7b9dac15 100644 --- a/HPM/history/units/1861/AFG_oob.txt +++ b/HPM/history/units/1861/AFG_oob.txt @@ -1,123 +1,122 @@ army = { - name = "Eastern Army of Afghanistan" - location = 1216 - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1210 - } - - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1210 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1210 - } - - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1216 - } - - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1216 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1218 - } + name = "Eastern Army of Afghanistan" + location = 1216 + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1210 + } + + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1210 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1210 + } + + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1216 + } + + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1216 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1218 + } } army = { - name = "Southern Army of Afghanistan" - location = 1217 - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1213 - } - - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1215 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1215 - } - - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1214 - } - - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1214 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1212 - } - - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1212 - } - + name = "Southern Army of Afghanistan" + location = 1217 + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1213 + } + + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1215 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1215 + } + + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1214 + } + + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1214 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1212 + } + + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1212 + } + } army = { - name = "Northern Army of Afghanistan" - location = 1211 - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1209 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1209 - } - - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 1209 - } - - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 1209 - } - - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 1213 - } + name = "Northern Army of Afghanistan" + location = 1211 + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1209 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1209 + } + + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 1209 + } + + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 1209 + } + + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 1213 + } } - diff --git a/HPM/history/units/1861/AGC_oob.txt b/HPM/history/units/1861/AGC_oob.txt index ebf83639..34df8f5b 100644 --- a/HPM/history/units/1861/AGC_oob.txt +++ b/HPM/history/units/1861/AGC_oob.txt @@ -1,16 +1,16 @@ army = { - name = "Army of the Angoche Sultanate" - location = 2061 - regiment = { - name= "Sultans's Guards" - type = irregular - home = 2061 - } + name = "Army of the Angoche Sultanate" + location = 2061 + regiment = { + name= "Sultans's Guards" + type = irregular + home = 2061 + } - regiment = { - name= "Makua Warriors" - type = irregular - home = 2064 - } + regiment = { + name= "Makua Warriors" + type = irregular + home = 2064 + } } diff --git a/HPM/history/units/1861/AIN_oob.txt b/HPM/history/units/1861/AIN_oob.txt index 626441ad..1c35d4cb 100644 --- a/HPM/history/units/1861/AIN_oob.txt +++ b/HPM/history/units/1861/AIN_oob.txt @@ -8,12 +8,11 @@ SAT = { value = 100 } RUS = { value = 50 } army = { - name = "Army of Ainu Mosir" - location = 1644 - regiment = { - name= "1.Nemuru" - type = irregular - home = 1644 - } + name = "Army of Ainu Mosir" + location = 1644 + regiment = { + name= "1.Nemuru" + type = irregular + home = 1644 + } } - diff --git a/HPM/history/units/1861/ANH_oob.txt b/HPM/history/units/1861/ANH_oob.txt index dbaa7426..222f32ea 100644 --- a/HPM/history/units/1861/ANH_oob.txt +++ b/HPM/history/units/1861/ANH_oob.txt @@ -1,12 +1,12 @@ PRU = { - value = 125 + value = 125 } army = { - name = "Anhaltische Armee" - location = 555 - regiment = { - name= "1. Anhaltische Infanterie-Brigade" - type = infantry - home = 555 - } -} \ No newline at end of file + name = "Anhaltische Armee" + location = 555 + regiment = { + name= "1. Anhaltische Infanterie-Brigade" + type = infantry + home = 555 + } +} diff --git a/HPM/history/units/1861/ANN_oob.txt b/HPM/history/units/1861/ANN_oob.txt index 644f2883..5bf3ea7f 100644 --- a/HPM/history/units/1861/ANN_oob.txt +++ b/HPM/history/units/1861/ANN_oob.txt @@ -1,149 +1,148 @@ army = { - name = "Royal Army" - location = 1381 - regiment = { - name= "1.1/Royal Army" - type = irregular - home = 1376 - } - - regiment = { - name= "2.1/Royal Army" - type = irregular - home = 1376 - } - - regiment = { - name= "3.1/Royal Army" - type = irregular - home = 1376 - } - - regiment = { - name= "1.2/Royal Army" - type = irregular - home = 1377 - } - - regiment = { - name= "2.2/Royal Army" - type = irregular - home = 1377 - } - - regiment = { - name= "3.2/Royal Army" - type = irregular - home = 1377 - } - - regiment = { - name= "1.3/Royal Army" - type = irregular - home = 1379 - } - - regiment = { - name= "2.3/Royal Army" - type = irregular - home = 1379 - } - - regiment = { - name= "3.3/Royal Army" - type = irregular - home = 1379 - } - - regiment = { - name= "1.4/Royal Army" - type = irregular - home = 1382 - } - - regiment = { - name= "2.4/Royal Army" - type = irregular - home = 1382 - } - - regiment = { - name= "3.4/Royal Army" - type = irregular - home = 1382 - } - - regiment = { - name= "1.5/Royal Army" - type = irregular - home = 1383 - } - - regiment = { - name= "2.5/Royal Army" - type = irregular - home = 1383 - } - - regiment = { - name= "3.5/Royal Army" - type = irregular - home = 1383 - } - - regiment = { - name= "1.6/Royal Army" - type = irregular - home = 1381 - } - - regiment = { - name= "2.6/Royal Army" - type = irregular - home = 1381 - } - - regiment = { - name= "3.6/Royal Army" - type = irregular - home = 1381 - } - - regiment = { - name= "1.7/Royal Army" - type = irregular - home = 1372 - } - - regiment = { - name= "2.7/Royal Army" - type = irregular - home = 1372 - } - - regiment = { - name= "3.7/Royal Army" - type = irregular - home = 1372 - } - - regiment = { - name= "1.8/Royal Army" - type = irregular - home = 1371 - } - - regiment = { - name= "2.8/Royal Army" - type = irregular - home = 1371 - } - - regiment = { - name= "3.8/Royal Army" - type = irregular - home = 1371 - } + name = "Royal Army" + location = 1381 + regiment = { + name= "1.1/Royal Army" + type = irregular + home = 1376 + } + + regiment = { + name= "2.1/Royal Army" + type = irregular + home = 1376 + } + + regiment = { + name= "3.1/Royal Army" + type = irregular + home = 1376 + } + + regiment = { + name= "1.2/Royal Army" + type = irregular + home = 1377 + } + + regiment = { + name= "2.2/Royal Army" + type = irregular + home = 1377 + } + + regiment = { + name= "3.2/Royal Army" + type = irregular + home = 1377 + } + + regiment = { + name= "1.3/Royal Army" + type = irregular + home = 1379 + } + + regiment = { + name= "2.3/Royal Army" + type = irregular + home = 1379 + } + + regiment = { + name= "3.3/Royal Army" + type = irregular + home = 1379 + } + + regiment = { + name= "1.4/Royal Army" + type = irregular + home = 1382 + } + + regiment = { + name= "2.4/Royal Army" + type = irregular + home = 1382 + } + + regiment = { + name= "3.4/Royal Army" + type = irregular + home = 1382 + } + + regiment = { + name= "1.5/Royal Army" + type = irregular + home = 1383 + } + + regiment = { + name= "2.5/Royal Army" + type = irregular + home = 1383 + } + + regiment = { + name= "3.5/Royal Army" + type = irregular + home = 1383 + } + + regiment = { + name= "1.6/Royal Army" + type = irregular + home = 1381 + } + + regiment = { + name= "2.6/Royal Army" + type = irregular + home = 1381 + } + + regiment = { + name= "3.6/Royal Army" + type = irregular + home = 1381 + } + + regiment = { + name= "1.7/Royal Army" + type = irregular + home = 1372 + } + + regiment = { + name= "2.7/Royal Army" + type = irregular + home = 1372 + } + + regiment = { + name= "3.7/Royal Army" + type = irregular + home = 1372 + } + + regiment = { + name= "1.8/Royal Army" + type = irregular + home = 1371 + } + + regiment = { + name= "2.8/Royal Army" + type = irregular + home = 1371 + } + + regiment = { + name= "3.8/Royal Army" + type = irregular + home = 1371 + } } - diff --git a/HPM/history/units/1861/ARG_oob.txt b/HPM/history/units/1861/ARG_oob.txt index 1aa114ea..5aedcb41 100644 --- a/HPM/history/units/1861/ARG_oob.txt +++ b/HPM/history/units/1861/ARG_oob.txt @@ -1,68 +1,67 @@ leader = { - name = "de Urquiza" - date = 1837.1.1 - type = land - personality = inefficient - background = powerful_friends - prestige = 0.2 + name = "de Urquiza" + date = 1837.1.1 + type = land + personality = inefficient + background = powerful_friends + prestige = 0.2 } leader = { - name = "Bartolomé Mitre" - date = 1853.1.1 - type = land - personality = efficient - background = politician - prestige = 0.2 + name = "Bartolomé Mitre" + date = 1853.1.1 + type = land + personality = efficient + background = politician + prestige = 0.2 } leader = { - name = "Julio Roca" - date = 1861.1.1 #1853 - type = land - personality = brilliant - background = war_college - prestige = 0.2 + name = "Julio Roca" + date = 1861.1.1 #1853 + type = land + personality = brilliant + background = war_college + prestige = 0.2 } army = { - name = "Ejército Nacional" - location = 2360 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2348 - } + name = "Ejército Nacional" + location = 2360 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2348 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2349 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2349 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2373 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2373 + } - regiment = { - name= "1.1ra división de caballería" - type = cuirassier - home = 2348 - } + regiment = { + name= "1.1ra división de caballería" + type = cuirassier + home = 2348 + } - regiment = { - name= "2.1ra división de caballería" - type = cuirassier - home = 2349 - } + regiment = { + name= "2.1ra división de caballería" + type = cuirassier + home = 2349 + } - regiment = { - name= "3.1ra división de caballería" - type = cuirassier - home = 2379 - } + regiment = { + name= "3.1ra división de caballería" + type = cuirassier + home = 2379 + } } - diff --git a/HPM/history/units/1861/ARO_oob.txt b/HPM/history/units/1861/ARO_oob.txt index 166465ee..e5aeb024 100644 --- a/HPM/history/units/1861/ARO_oob.txt +++ b/HPM/history/units/1861/ARO_oob.txt @@ -1,52 +1,50 @@ NET = { - value = 40 + value = 40 } POR = { - value = 50 + value = 50 } CLA = { - value = 30 + value = 30 } WRI = { - value = 40 + value = 40 } BEN = { - value = 50 + value = 50 } SOK = { - value = -20 + value = -20 } OYO = { - value = 25 + value = 25 } DAH = { - value = 40 + value = 40 } army = { - name = "Army of the Aro Confederacy" - location = 1935 + name = "Army of the Aro Confederacy" + location = 1935 regiment = { - name= "Eze Aro's Guards" - type = irregular - home = 1935 } + name= "Eze Aro's Guards" + type = irregular + home = 1935 } regiment = { - name= "1st Ibo Warriors" - type = irregular - home = 1935 } + name= "1st Ibo Warriors" + type = irregular + home = 1935 } regiment = { - name= "2nd Ibo Warriors" type = irregular - home = 1933 - } + name= "2nd Ibo Warriors" type = irregular + home = 1933 + } } - - diff --git a/HPM/history/units/1861/ASH_oob.txt b/HPM/history/units/1861/ASH_oob.txt index b3cae25e..b1874922 100644 --- a/HPM/history/units/1861/ASH_oob.txt +++ b/HPM/history/units/1861/ASH_oob.txt @@ -1,95 +1,95 @@ NET = { - value = 75 + value = 75 } POR = { - value = 50 + value = 50 } MOS = { - value = 20 + value = 20 } KNG = { - value = -20 + value = -20 } BEN = { - value = 30 + value = 30 } SOK = { - value = -20 + value = -20 } OYO = { - value = 35 + value = 35 } CLA = { - value = 30 + value = 30 } WRI = { - value = 25 + value = 25 } DAH = { - value = 45 + value = 45 } MAS = { - value = -10 + value = -10 } SEG = { - value = 10 + value = 10 } army = { - name = "Army of the Ashanti Confederacy" + name = "Army of the Ashanti Confederacy" - location = 1910 - regiment = { + location = 1910 + regiment = { - name= "Asantehene's Guards" - - type = cavalry + name= "Asantehene's Guards" - home = 1910 - } + type = cavalry + home = 1910 + } - regiment = { - name= "1st Ashanti Warriors" - - type = irregular - - home = 1910 + regiment = { - } + name= "1st Ashanti Warriors" - regiment = { + type = irregular - name= "2nd Ashanti Warriors" - - type = irregular + home = 1910 + } - home = 1911 - } - regiment = { + regiment = { - name= "3rd Ashanti Warriors" - - type = irregular + name= "2nd Ashanti Warriors" + type = irregular - home = 1912 - } + home = 1911 + } + regiment = { + + name= "3rd Ashanti Warriors" + + type = irregular + + + home = 1912 + + } } @@ -97,30 +97,28 @@ army = { army = { - name = "Accra Garrison" + name = "Accra Garrison" - location = 1907 - regiment = { + location = 1907 + regiment = { - name= "Asantehene's Guards" - - type = irregular + name= "Asantehene's Guards" + type = irregular - home = 1907 - } + home = 1907 + } - regiment = { - name= "1st Ashanti Warriors" - - type = irregular + regiment = { - - home = 1907 - } + name= "1st Ashanti Warriors" -} + type = irregular + home = 1907 + } + +} diff --git a/HPM/history/units/1861/ATJ_oob.txt b/HPM/history/units/1861/ATJ_oob.txt index 890c051c..79638b56 100644 --- a/HPM/history/units/1861/ATJ_oob.txt +++ b/HPM/history/units/1861/ATJ_oob.txt @@ -1,59 +1,58 @@ army = { - name = "Army of the Sultan of Atjeh" - location = 1405 - regiment = { - name= "1. Atjeh State Troops" - type = infantry - home = 1405 - } - - regiment = { - name= "2. Atjeh State Troops" - type = infantry - home = 1406 - } - - regiment = { - name= "3. Atjeh State Troops" - type = irregular - home = 1405 - } - - regiment = { - name= "4. Atjeh State Troops" - type = irregular - home = 1406 - } - - regiment = { - name= "5. Atjeh State Troops" - type = irregular - home = 1407 - } - - regiment = { - name= "6. Atjeh State Troops" - type = irregular - home = 1407 - } - - regiment = { - name= "7. Atjeh State Troops" - type = irregular - home = 1409 - } - - regiment = { - name= "8. Atjeh State Troops" - type = irregular - home = 1409 - } - - regiment = { - name= "9. Atjeh State Troops" - type = irregular - home = 1409 - } + name = "Army of the Sultan of Atjeh" + location = 1405 + regiment = { + name= "1. Atjeh State Troops" + type = infantry + home = 1405 + } + + regiment = { + name= "2. Atjeh State Troops" + type = infantry + home = 1406 + } + + regiment = { + name= "3. Atjeh State Troops" + type = irregular + home = 1405 + } + + regiment = { + name= "4. Atjeh State Troops" + type = irregular + home = 1406 + } + + regiment = { + name= "5. Atjeh State Troops" + type = irregular + home = 1407 + } + + regiment = { + name= "6. Atjeh State Troops" + type = irregular + home = 1407 + } + + regiment = { + name= "7. Atjeh State Troops" + type = irregular + home = 1409 + } + + regiment = { + name= "8. Atjeh State Troops" + type = irregular + home = 1409 + } + + regiment = { + name= "9. Atjeh State Troops" + type = irregular + home = 1409 + } } - diff --git a/HPM/history/units/1861/AUS_oob.txt b/HPM/history/units/1861/AUS_oob.txt index 51752107..2169a4c6 100644 --- a/HPM/history/units/1861/AUS_oob.txt +++ b/HPM/history/units/1861/AUS_oob.txt @@ -1,662 +1,662 @@ #Sphere of Influence -HAN = { - value = 50 - level = 3 - influence_value = 10 +HAN = { + value = 50 + level = 3 + influence_value = 10 } -BAD = { - value = 125 - level = 5 - influence_value = 25 +BAD = { + value = 125 + level = 5 + influence_value = 25 } BAV = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } WUR = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } SAX = { - value = 75 - level = 3 - influence_value = 5 + value = 75 + level = 3 + influence_value = 5 } SER = { - value = 75 - level = 2 - influence_value = 25 + value = 75 + level = 2 + influence_value = 25 } PAP = { - value = 125 - level = 3 - influence_value = 25 + value = 125 + level = 3 + influence_value = 25 } SWI = { - value = 125 - level = 3 - influence_value = 25 + value = 125 + level = 3 + influence_value = 25 } DEN = { - value = 155 -} + value = 155 +} PRU = { - value = -50 + value = -50 } RUS = { - value = 80 + value = 80 } #Leaders leader = { - name = "Erzerhog Albrecht" - date = 1861.1.1 #1840 - type = land - personality = intelligent - background = aristocrat - prestige = 0.2 + name = "Erzerhog Albrecht" + date = 1861.1.1 #1840 + type = land + personality = intelligent + background = aristocrat + prestige = 0.2 } leader = { - name = "Eduard von Clam-Gallas" - date = 1852.1.1 - type = land - personality = calm - background = cavalry_school - prestige = 0.2 + name = "Eduard von Clam-Gallas" + date = 1852.1.1 + type = land + personality = calm + background = cavalry_school + prestige = 0.2 } leader = { - name = "Ludwig von Benedek" - date = 1849.1.1 - type = land - personality = steadfast - background = unqualified - prestige = 0.2 + name = "Ludwig von Benedek" + date = 1849.1.1 + type = land + personality = steadfast + background = unqualified + prestige = 0.2 } leader = { - name = "von Gablenz" - date = 1854.1.1 - type = land - personality = bold - background = cavalry_school - prestige = 0.2 + name = "von Gablenz" + date = 1854.1.1 + type = land + personality = bold + background = cavalry_school + prestige = 0.2 } leader = { - name = "Ramming von Riedkirchen" - date = 1854.1.1 - type = land - personality = brash - background = unfit - prestige = 0.2 + name = "Ramming von Riedkirchen" + date = 1854.1.1 + type = land + personality = brash + background = unfit + prestige = 0.2 } leader = { - name = "Joseph Philippovic" - date = 1859.1.1 - type = land - personality = relentless - background = school_of_offense - prestige = 0.1 + name = "Joseph Philippovic" + date = 1859.1.1 + type = land + personality = relentless + background = school_of_offense + prestige = 0.1 } leader = { - name = "Franz von John" - date = 1861.1.1 - type = land - personality = competent - background = generals_aide + name = "Franz von John" + date = 1861.1.1 + type = land + personality = competent + background = generals_aide } leader = { - name = "Kuhn von Khunenfeld" - date = 1861.1.1 - type = land - personality = arrogant - background = professor + name = "Kuhn von Khunenfeld" + date = 1861.1.1 + type = land + personality = arrogant + background = professor } leader = { - name = "von Tegethoff" - date = 1861.1.1 - type = sea - personality = daring - background = school_of_offense + name = "von Tegethoff" + date = 1861.1.1 + type = sea + personality = daring + background = school_of_offense } army = { - name = "Grenztruppen Slavonien" - location = 771 - regiment = { - name= "1.1. Grenzdivision" - type = infantry - home = 648 - } - - regiment = { - name= "2.1. Grenzdivision" - type = infantry - home = 704 - } - - regiment = { - name= "3.1. Grenzdivision" - type = infantry - home = 705 - } - - regiment = { - name= "1.2. Grenzdivision" - type = infantry - home = 702 - } - - regiment = { - name= "2.2. Grenzdivision" - type = infantry - home = 952 - } - - regiment = { - name= "3.2. Grenzdivision" - type = infantry - home = 641 - } + name = "Grenztruppen Slavonien" + location = 771 + regiment = { + name= "1.1. Grenzdivision" + type = infantry + home = 648 + } + + regiment = { + name= "2.1. Grenzdivision" + type = infantry + home = 704 + } + + regiment = { + name= "3.1. Grenzdivision" + type = infantry + home = 705 + } + + regiment = { + name= "1.2. Grenzdivision" + type = infantry + home = 702 + } + + regiment = { + name= "2.2. Grenzdivision" + type = infantry + home = 952 + } + + regiment = { + name= "3.2. Grenzdivision" + type = infantry + home = 641 + } } army = { - name = "Grenztruppen Wallachei" #done - location = 659 - regiment = { - name= "1.4. Grenzdivision" - type = infantry - home = 647 - } - - regiment = { - name= "2.4. Grenzdivision" - type = infantry - home = 647 - } - - regiment = { - name= "3.4. Grenzdivision" - type = infantry - home = 651 - } - - regiment = { - name= "1.5. Grenzdivision" - type = infantry - home = 646 - } - - regiment = { - name= "2.5. Grenzdivision" - type = infantry - home = 646 - } - - regiment = { - name= "3.5. Grenzdivision" - type = infantry - home = 950 - } + name = "Grenztruppen Wallachei" #done + location = 659 + regiment = { + name= "1.4. Grenzdivision" + type = infantry + home = 647 + } + + regiment = { + name= "2.4. Grenzdivision" + type = infantry + home = 647 + } + + regiment = { + name= "3.4. Grenzdivision" + type = infantry + home = 651 + } + + regiment = { + name= "1.5. Grenzdivision" + type = infantry + home = 646 + } + + regiment = { + name= "2.5. Grenzdivision" + type = infantry + home = 646 + } + + regiment = { + name= "3.5. Grenzdivision" + type = infantry + home = 950 + } } army = { - name = "Grenztruppen Kroatien" #done - location = 772 - regiment = { - name= "1.6. Grenzdivision" - type = infantry - home = 771 - } - - regiment = { - name= "2.6. Grenzdivision" - type = infantry - home = 773 - } - - regiment = { - name= "3.6. Grenzdivision" - type = infantry - home = 768 - } - - regiment = { - name= "1.7. Grenzdivision" - type = infantry - home = 768 - } - - regiment = { - name= "2.7. Grenzdivision" - type = infantry - home = 767 - } - - regiment = { - name= "3.7. Grenzdivision" - type = infantry - home = 621 - } - - regiment = { - name= "1.8. Grenzdivision" - type = infantry - home = 621 - } - - regiment = { - name= "2.8. Grenzdivision" - type = infantry - home = 950 - } - - regiment = { - name= "3.8. Grenzdivision" - type = infantry - home = 950 - } + name = "Grenztruppen Kroatien" #done + location = 772 + regiment = { + name= "1.6. Grenzdivision" + type = infantry + home = 771 + } + + regiment = { + name= "2.6. Grenzdivision" + type = infantry + home = 773 + } + + regiment = { + name= "3.6. Grenzdivision" + type = infantry + home = 768 + } + + regiment = { + name= "1.7. Grenzdivision" + type = infantry + home = 768 + } + + regiment = { + name= "2.7. Grenzdivision" + type = infantry + home = 767 + } + + regiment = { + name= "3.7. Grenzdivision" + type = infantry + home = 621 + } + + regiment = { + name= "1.8. Grenzdivision" + type = infantry + home = 621 + } + + regiment = { + name= "2.8. Grenzdivision" + type = infantry + home = 950 + } + + regiment = { + name= "3.8. Grenzdivision" + type = infantry + home = 950 + } } army = { - name = "Grenztruppen Serbien" #done - location = 653 - regiment = { - name= "1.9. Grenzdivision" - type = infantry - home = 652 - } - - regiment = { - name= "2.9. Grenzdivision" - type = infantry - home = 652 - } - - regiment = { - name= "3.9. Grenzdivision" - type = infantry - home = 652 - } - - regiment = { - name= "1.10. Grenzdivision" - type = infantry - home = 650 - } - - regiment = { - name= "2.10. Grenzdivision" - type = infantry - home = 649 - } - - regiment = { - name= "3.10. Grenzdivision" - type = infantry - home = 649 - } - - regiment = { - name= "1.11. Grenzdivision" - type = infantry - home = 649 - } - - regiment = { - name= "2.11. Grenzdivision" - type = infantry - home = 714 - } + name = "Grenztruppen Serbien" #done + location = 653 + regiment = { + name= "1.9. Grenzdivision" + type = infantry + home = 652 + } + + regiment = { + name= "2.9. Grenzdivision" + type = infantry + home = 652 + } + + regiment = { + name= "3.9. Grenzdivision" + type = infantry + home = 652 + } + + regiment = { + name= "1.10. Grenzdivision" + type = infantry + home = 650 + } + + regiment = { + name= "2.10. Grenzdivision" + type = infantry + home = 649 + } + + regiment = { + name= "3.10. Grenzdivision" + type = infantry + home = 649 + } + + regiment = { + name= "1.11. Grenzdivision" + type = infantry + home = 649 + } + + regiment = { + name= "2.11. Grenzdivision" + type = infantry + home = 714 + } } army = { - name = "I. Armeekorps" #done - location = 619 - regiment = { - name= "1.1. Division" - type = infantry - home = 619 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 619 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 619 - } - - regiment = { - name= "4.1. Division" - type = artillery - home = 619 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 619 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 619 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 619 - } - - regiment = { - name= "1.3. Division" - type = infantry - home = 619 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 619 - } - - regiment = { - name= "3.3. Division" - type = engineer - home = 620 - } + name = "I. Armeekorps" #done + location = 619 + regiment = { + name= "1.1. Division" + type = infantry + home = 619 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 619 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 619 + } + + regiment = { + name= "4.1. Division" + type = artillery + home = 619 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 619 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 619 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 619 + } + + regiment = { + name= "1.3. Division" + type = infantry + home = 619 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 619 + } + + regiment = { + name= "3.3. Division" + type = engineer + home = 620 + } } army = { - name = "II. Armeekorps" #done - location = 613 - regiment = { - name= "1.4. Division" - type = infantry - home = 625 - } - - regiment = { - name= "2.4. Division" - type = infantry - home = 625 - } - - regiment = { - name= "3.4. Division" - type = infantry - home = 625 - } - - regiment = { - name= "4.4. Division" - type = artillery - home = 625 - } - - regiment = { - name= "1.5. Division" - type = infantry - home = 625 - } - - regiment = { - name= "2.5. Division" - type = infantry - home = 625 - } - - regiment = { - name= "3.5. Division" - type = infantry - home = 625 - } - - regiment = { - name= "4.5. Division" - type = engineer - home = 625 - } + name = "II. Armeekorps" #done + location = 613 + regiment = { + name= "1.4. Division" + type = infantry + home = 625 + } + + regiment = { + name= "2.4. Division" + type = infantry + home = 625 + } + + regiment = { + name= "3.4. Division" + type = infantry + home = 625 + } + + regiment = { + name= "4.4. Division" + type = artillery + home = 625 + } + + regiment = { + name= "1.5. Division" + type = infantry + home = 625 + } + + regiment = { + name= "2.5. Division" + type = infantry + home = 625 + } + + regiment = { + name= "3.5. Division" + type = infantry + home = 625 + } + + regiment = { + name= "4.5. Division" + type = engineer + home = 625 + } } army = { - name = "IV. Armeekorps" #done - location = 617 - regiment = { - name= "1.7. Division" - type = infantry - home = 614 - } - - regiment = { - name= "2.7. Division" - type = infantry - home = 612 - } - - regiment = { - name= "3.7. Division" - type = infantry - home = 735 - } - - regiment = { - name= "4.7. Division" - type = artillery - home = 734 - } - - regiment = { - name= "1.8. Division" - type = infantry - home = 641 - } - - regiment = { - name= "2.8. Division" - type = infantry - home = 613 - } - - regiment = { - name= "3.8. Division" - type = infantry - home = 617 - } - - regiment = { - name= "1.9. Division" - type = infantry - home = 618 - } - - regiment = { - name= "2.9. Division" - type = infantry - home = 622 - } - - regiment = { - name= "3.9. Division" - type = engineer - home = 622 - } + name = "IV. Armeekorps" #done + location = 617 + regiment = { + name= "1.7. Division" + type = infantry + home = 614 + } + + regiment = { + name= "2.7. Division" + type = infantry + home = 612 + } + + regiment = { + name= "3.7. Division" + type = infantry + home = 735 + } + + regiment = { + name= "4.7. Division" + type = artillery + home = 734 + } + + regiment = { + name= "1.8. Division" + type = infantry + home = 641 + } + + regiment = { + name= "2.8. Division" + type = infantry + home = 613 + } + + regiment = { + name= "3.8. Division" + type = infantry + home = 617 + } + + regiment = { + name= "1.9. Division" + type = infantry + home = 618 + } + + regiment = { + name= "2.9. Division" + type = infantry + home = 622 + } + + regiment = { + name= "3.9. Division" + type = engineer + home = 622 + } } army = { - name = "V. Armeekorps" #done - location = 734 - regiment = { - name= "1.10. Division" - type = infantry - home = 689 - } - - regiment = { - name= "2.10. Division" - type = infantry - home = 625 - } - - regiment = { - name= "3.10. Division" - type = infantry - home = 625 - } - - regiment = { - name= "4.10. Division" - type = artillery - home = 644 - } - - regiment = { - name= "1.11. Division" - type = infantry - home = 644 - } - - regiment = { - name= "2.11. Division" - type = infantry - home = 637 - } - - regiment = { - name= "3.11. Division" - type = infantry - home = 637 - } - - regiment = { - name= "1.12. Division" - type = infantry - home = 703 - } - - regiment = { - name= "2.12. Division" - type = infantry - home = 616 - } - - regiment = { - name= "3.12. Division" - type = engineer - home = 640 - } + name = "V. Armeekorps" #done + location = 734 + regiment = { + name= "1.10. Division" + type = infantry + home = 689 + } + + regiment = { + name= "2.10. Division" + type = infantry + home = 625 + } + + regiment = { + name= "3.10. Division" + type = infantry + home = 625 + } + + regiment = { + name= "4.10. Division" + type = artillery + home = 644 + } + + regiment = { + name= "1.11. Division" + type = infantry + home = 644 + } + + regiment = { + name= "2.11. Division" + type = infantry + home = 637 + } + + regiment = { + name= "3.11. Division" + type = infantry + home = 637 + } + + regiment = { + name= "1.12. Division" + type = infantry + home = 703 + } + + regiment = { + name= "2.12. Division" + type = infantry + home = 616 + } + + regiment = { + name= "3.12. Division" + type = engineer + home = 640 + } } army = { - name = "XI. Armeekorps" #done - location = 729 - regiment = { - name= "1.1. Jägerdivision" - type = infantry - home = 630 - } - - regiment = { - name= "2.1. Jägerdivision" - type = infantry - home = 630 - } - - regiment = { - name= "3.1. Jägerdivision" - type = infantry - home = 630 - } - - regiment = { - name= "4.1. Jägerdivision" - type = engineer - home = 631 - } - - regiment = { - name= "1.2. Jägerdivision" - type = infantry - home = 631 - } - - regiment = { - name= "2.2. Jägerdivision" - type = infantry - home = 632 - } - - regiment = { - name= "3.2. Jägerdivision" - type = infantry - home = 632 - } - - regiment = { - name= "4.2. Jägerdivision" - type = infantry - home = 632 - } - - regiment = { - name= "1.3. Jägerdivision" - type = infantry - home = 641 - } - - regiment = { - name= "2.3. Jägerdivision" - type = infantry - home = 641 - } - - regiment = { - name= "3.3. Jägerdivision" - type = infantry - home = 643 - } - - regiment = { - name= "4.3. Jägerdivision" - type = artillery - home = 643 - } + name = "XI. Armeekorps" #done + location = 729 + regiment = { + name= "1.1. Jägerdivision" + type = infantry + home = 630 + } + + regiment = { + name= "2.1. Jägerdivision" + type = infantry + home = 630 + } + + regiment = { + name= "3.1. Jägerdivision" + type = infantry + home = 630 + } + + regiment = { + name= "4.1. Jägerdivision" + type = engineer + home = 631 + } + + regiment = { + name= "1.2. Jägerdivision" + type = infantry + home = 631 + } + + regiment = { + name= "2.2. Jägerdivision" + type = infantry + home = 632 + } + + regiment = { + name= "3.2. Jägerdivision" + type = infantry + home = 632 + } + + regiment = { + name= "4.2. Jägerdivision" + type = infantry + home = 632 + } + + regiment = { + name= "1.3. Jägerdivision" + type = infantry + home = 641 + } + + regiment = { + name= "2.3. Jägerdivision" + type = infantry + home = 641 + } + + regiment = { + name= "3.3. Jägerdivision" + type = infantry + home = 643 + } + + regiment = { + name= "4.3. Jägerdivision" + type = artillery + home = 643 + } } @@ -665,240 +665,239 @@ army = { army = { - name = "VIII. Armeekorps" #done - location = 628 - regiment = { - name= "1.22. Division" - type = infantry - home = 628 - } - - regiment = { - name= "2.22. Division" - type = infantry - home = 628 - } - - regiment = { - name= "3.22. Division" - type = infantry - home = 627 - } - - regiment = { - name= "4.22. Division" - type = artillery - home = 627 - } - - regiment = { - name= "1.23. Division" - type = infantry - home = 627 - } - - regiment = { - name= "2.23. Division" - type = infantry - home = 626 - } - - regiment = { - name= "3.23. Division" - type = infantry - home = 626 - } - - regiment = { - name= "1.24. Division" - type = infantry - home = 626 - } - - regiment = { - name= "2.24. Division" - type = infantry - home = 629 - } - - regiment = { - name= "3.24. Division" - type = engineer - home = 629 - } + name = "VIII. Armeekorps" #done + location = 628 + regiment = { + name= "1.22. Division" + type = infantry + home = 628 + } + + regiment = { + name= "2.22. Division" + type = infantry + home = 628 + } + + regiment = { + name= "3.22. Division" + type = infantry + home = 627 + } + + regiment = { + name= "4.22. Division" + type = artillery + home = 627 + } + + regiment = { + name= "1.23. Division" + type = infantry + home = 627 + } + + regiment = { + name= "2.23. Division" + type = infantry + home = 626 + } + + regiment = { + name= "3.23. Division" + type = infantry + home = 626 + } + + regiment = { + name= "1.24. Division" + type = infantry + home = 626 + } + + regiment = { + name= "2.24. Division" + type = infantry + home = 629 + } + + regiment = { + name= "3.24. Division" + type = engineer + home = 629 + } } army = { - name = "I. Kavalleriekorps" #done - location = 624 - regiment = { - name= "1.1. Kavalleriedivision" - type = hussar - home = 624 - } - - regiment = { - name= "2.1. Kavalleriedivision" - type = hussar - home = 624 - } - - regiment = { - name= "3.1. Kavalleriedivision" - type = hussar - home = 629 - } - - regiment = { - name= "1.2. Kavalleriedivision" - type = cuirassier - home = 622 - } - - regiment = { - name= "2.2. Kavalleriedivision" - type = cuirassier - home = 631 - } - - regiment = { - name= "3.2. Kavalleriedivision" - type = cuirassier - home = 631 - } - - regiment = { - name= "1.3. Kavalleriedivision" - type = cuirassier - home = 633 - } - - regiment = { - name= "2.3. Kavalleriedivision" - type = cuirassier - home = 633 - } - - regiment = { - name= "3.3. Kavalleriedivision" - type = cuirassier - home = 641 - } + name = "I. Kavalleriekorps" #done + location = 624 + regiment = { + name= "1.1. Kavalleriedivision" + type = hussar + home = 624 + } + + regiment = { + name= "2.1. Kavalleriedivision" + type = hussar + home = 624 + } + + regiment = { + name= "3.1. Kavalleriedivision" + type = hussar + home = 629 + } + + regiment = { + name= "1.2. Kavalleriedivision" + type = cuirassier + home = 622 + } + + regiment = { + name= "2.2. Kavalleriedivision" + type = cuirassier + home = 631 + } + + regiment = { + name= "3.2. Kavalleriedivision" + type = cuirassier + home = 631 + } + + regiment = { + name= "1.3. Kavalleriedivision" + type = cuirassier + home = 633 + } + + regiment = { + name= "2.3. Kavalleriedivision" + type = cuirassier + home = 633 + } + + regiment = { + name= "3.3. Kavalleriedivision" + type = cuirassier + home = 641 + } } army = { - name = "II. Kavalleriekorps" #done - location = 641 - regiment = { - name= "1.4. Kavalleriedivision" - type = dragoon - home = 623 - } - - regiment = { - name= "2.4. Kavalleriedivision" - type = dragoon - home = 639 - } - - regiment = { - name= "3.4. Kavalleriedivision" - type = dragoon - home = 639 - } - - regiment = { - name= "1.5. Kavalleriedivision" - type = dragoon - home = 639 - } - - regiment = { - name= "2.5. Kavalleriedivision" - type = dragoon - home = 642 - } - - regiment = { - name= "3.5. Kavalleriedivision" - type = dragoon - home = 642 - } - - regiment = { - name= "1.6. Kavalleriedivision" - type = dragoon - home = 688 - } - - regiment = { - name= "2.6. Kavalleriedivision" - type = dragoon - home = 634 - } - - regiment = { - name= "3.6. Kavalleriedivision" - type = dragoon - home = 635 - } + name = "II. Kavalleriekorps" #done + location = 641 + regiment = { + name= "1.4. Kavalleriedivision" + type = dragoon + home = 623 + } + + regiment = { + name= "2.4. Kavalleriedivision" + type = dragoon + home = 639 + } + + regiment = { + name= "3.4. Kavalleriedivision" + type = dragoon + home = 639 + } + + regiment = { + name= "1.5. Kavalleriedivision" + type = dragoon + home = 639 + } + + regiment = { + name= "2.5. Kavalleriedivision" + type = dragoon + home = 642 + } + + regiment = { + name= "3.5. Kavalleriedivision" + type = dragoon + home = 642 + } + + regiment = { + name= "1.6. Kavalleriedivision" + type = dragoon + home = 688 + } + + regiment = { + name= "2.6. Kavalleriedivision" + type = dragoon + home = 634 + } + + regiment = { + name= "3.6. Kavalleriedivision" + type = dragoon + home = 635 + } } navy = { - name = "K & K Kriegsflotte" - location = 736 - ship = { - name= "SMS Ferdinand Max" - type = manowar - } - - ship = { - name= "SMS Schwarzenberg" - type = frigate - } - - ship = { - name= "SMS Aurora" - type = frigate - } - - ship = { - name= "SMS Donau" - type = frigate - } - - ship = { - name= "SMS Bellona" - type = frigate - } - - ship = { - name= "SMS Novara" - type = frigate - } - - ship = { - name= "SMS Radetsky" - type = frigate - } - - ship = { - name= "SMS Kaiser" - type = commerce_raider - } - - ship = { - name= "SMS Helgoland" - type = commerce_raider - } - - ship = { - name= "SMS Frundsberg" - type = commerce_raider - } + name = "K & K Kriegsflotte" + location = 736 + ship = { + name= "SMS Ferdinand Max" + type = manowar + } + + ship = { + name= "SMS Schwarzenberg" + type = frigate + } + + ship = { + name= "SMS Aurora" + type = frigate + } + + ship = { + name= "SMS Donau" + type = frigate + } + + ship = { + name= "SMS Bellona" + type = frigate + } + + ship = { + name= "SMS Novara" + type = frigate + } + + ship = { + name= "SMS Radetsky" + type = frigate + } + + ship = { + name= "SMS Kaiser" + type = commerce_raider + } + + ship = { + name= "SMS Helgoland" + type = commerce_raider + } + + ship = { + name= "SMS Frundsberg" + type = commerce_raider + } } - diff --git a/HPM/history/units/1861/AWS_oob.txt b/HPM/history/units/1861/AWS_oob.txt index ae4d2206..3503f7fe 100644 --- a/HPM/history/units/1861/AWS_oob.txt +++ b/HPM/history/units/1861/AWS_oob.txt @@ -1,34 +1,34 @@ EGY = { - value = 75 + value = 75 } SHW = { - value = 40 + value = 40 } GON = { - value = 50 + value = 50 } HAR = { - value = 100 + value = 100 } MAJ = { - value = 60 + value = 60 } TIG = { - value = 40 + value = 40 } army = { - name = "Army of the Sultan of Awsa" - location = 1858 - regiment = { - name= "Sultan's Guards" - type = irregular - home = 1858 - } + name = "Army of the Sultan of Awsa" + location = 1858 + regiment = { + name= "Sultan's Guards" + type = irregular + home = 1858 + } } diff --git a/HPM/history/units/1861/BAD_oob.txt b/HPM/history/units/1861/BAD_oob.txt index 5a3575b9..913c7a2b 100644 --- a/HPM/history/units/1861/BAD_oob.txt +++ b/HPM/history/units/1861/BAD_oob.txt @@ -1,38 +1,37 @@ leader = { - name = "Friedrich I" - date = 1861.1.1 - type = land - personality = openminded - background = aristocrat - prestige = 0.5 + name = "Friedrich I" + date = 1861.1.1 + type = land + personality = openminded + background = aristocrat + prestige = 0.5 } army = { - name = "Badisches Armeekorps" - location = 587 - regiment = { - name= "1.Badensische Division" - type = infantry - home = 569 - } + name = "Badisches Armeekorps" + location = 587 + regiment = { + name= "1.Badensische Division" + type = infantry + home = 569 + } - regiment = { - name= "2.Badensische Division" - type = infantry - home = 586 - } + regiment = { + name= "2.Badensische Division" + type = infantry + home = 586 + } - regiment = { - name= "3.Badensische Division" - type = infantry - home = 587 - } - - regiment = { - name= "4.Badensische Division" - type = cuirassier - home = 588 - } + regiment = { + name= "3.Badensische Division" + type = infantry + home = 587 + } -} + regiment = { + name= "4.Badensische Division" + type = cuirassier + home = 588 + } +} diff --git a/HPM/history/units/1861/BAL_oob.txt b/HPM/history/units/1861/BAL_oob.txt index 0c9cab93..526231ea 100644 --- a/HPM/history/units/1861/BAL_oob.txt +++ b/HPM/history/units/1861/BAL_oob.txt @@ -1,39 +1,38 @@ army = { - name = "Army of the King of Bali" - location = 1438 - regiment = { - name= "1.Karangasem Militia" - type = irregular - home = 1438 - } + name = "Army of the King of Bali" + location = 1438 + regiment = { + name= "1.Karangasem Militia" + type = irregular + home = 1438 + } - regiment = { - name= "2.Karangasem Militia" - type = irregular - home = 1438 - } + regiment = { + name= "2.Karangasem Militia" + type = irregular + home = 1438 + } - regiment = { - name= "3.Karangasem Militia" - type = irregular - home = 1438 - } + regiment = { + name= "3.Karangasem Militia" + type = irregular + home = 1438 + } } army = { - name = "Army of the King of Lombok" - location = 1442 - - regiment = { - name= "4.Karangasem Militia" - type = irregular - home = 1442 - } + name = "Army of the King of Lombok" + location = 1442 - regiment = { - name= "5.Karangasem Militia" - type = irregular - home = 1442 - } -} + regiment = { + name= "4.Karangasem Militia" + type = irregular + home = 1442 + } + regiment = { + name= "5.Karangasem Militia" + type = irregular + home = 1442 + } +} diff --git a/HPM/history/units/1861/BAS_oob.txt b/HPM/history/units/1861/BAS_oob.txt index 0b30bc87..9178d049 100644 --- a/HPM/history/units/1861/BAS_oob.txt +++ b/HPM/history/units/1861/BAS_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Raja of Bastar" - location = 1279 - regiment = { - name= "1.Jagdaipur Contingent" - type = irregular - home = 1279 - } + name = "Army of the Raja of Bastar" + location = 1279 + regiment = { + name= "1.Jagdaipur Contingent" + type = irregular + home = 1279 + } - regiment = { - name= "2.Jagdaipur Contingent" - type = irregular - home = 1279 - } + regiment = { + name= "2.Jagdaipur Contingent" + type = irregular + home = 1279 + } - regiment = { - name= "3.Jagdaipur Contingent" - type = cavalry - home = 1279 - } + regiment = { + name= "3.Jagdaipur Contingent" + type = cavalry + home = 1279 + } } - diff --git a/HPM/history/units/1861/BAV_oob.txt b/HPM/history/units/1861/BAV_oob.txt index b175b4a0..ec358505 100644 --- a/HPM/history/units/1861/BAV_oob.txt +++ b/HPM/history/units/1861/BAV_oob.txt @@ -1,155 +1,154 @@ leader = { - name = "Prinz Karl" - date = 1825.1.1 - type = land - personality = mediocre - background = aristocrat - prestige = 0.3 + name = "Prinz Karl" + date = 1825.1.1 + type = land + personality = mediocre + background = aristocrat + prestige = 0.3 } leader = { - name = "von Hohenausen" - date = 1845.1.1 - type = land - personality = able - background = gifted_administrator - prestige = 0.2 + name = "von Hohenausen" + date = 1845.1.1 + type = land + personality = able + background = gifted_administrator + prestige = 0.2 } leader = { - name = "Jakob von Hartmann" - date = 1849.1.1 - type = land - personality = skilled - background = war_college - prestige = 0.2 + name = "Jakob von Hartmann" + date = 1849.1.1 + type = land + personality = skilled + background = war_college + prestige = 0.2 } leader = { - name = "Prinz Luitpold" - date = 1851.1.1 - type = land - personality = soft - background = aristocrat - prestige = 0.2 + name = "Prinz Luitpold" + date = 1851.1.1 + type = land + personality = soft + background = aristocrat + prestige = 0.2 } leader = { - name = "von der Tann" - date = 1861.1.1 #1855 - type = land - personality = soldierly - background = natural_born_leader - prestige = 0.2 + name = "von der Tann" + date = 1861.1.1 #1855 + type = land + personality = soldierly + background = natural_born_leader + prestige = 0.2 } army = { - name = "I. Korps" - location = 599 - regiment = { - name= "1. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 599 - } - - regiment = { - name= "2. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 600 - } - - regiment = { - name= "3. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 601 - } - - regiment = { - name= "1. Kgl. Bayer. Artilleriebrigade" - type = artillery - home = 599 - } - - regiment = { - name= "4. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 598 - } - - regiment = { - name= "5. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 602 - } - - regiment = { - name= "6. Kgl. Bayer. Infanteriebrigade" - type = engineer - home = 597 - } - - regiment = { - name= "1. Kgl. Bayer. Kürassierbrigade" - type = cuirassier - home = 599 - } + name = "I. Korps" + location = 599 + regiment = { + name= "1. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 599 + } + + regiment = { + name= "2. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 600 + } + + regiment = { + name= "3. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 601 + } + + regiment = { + name= "1. Kgl. Bayer. Artilleriebrigade" + type = artillery + home = 599 + } + + regiment = { + name= "4. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 598 + } + + regiment = { + name= "5. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 602 + } + + regiment = { + name= "6. Kgl. Bayer. Infanteriebrigade" + type = engineer + home = 597 + } + + regiment = { + name= "1. Kgl. Bayer. Kürassierbrigade" + type = cuirassier + home = 599 + } } army = { - name = "II. Korps" - location = 595 - regiment = { - name= "7. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 595 - } - - regiment = { - name= "8. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 595 - } - - regiment = { - name= "9. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 592 - } - - regiment = { - name= "2. Kgl. Bayer. Kürassierbrigade" - type = cuirassier - home = 592 - } - - regiment = { - name= "10. Kgl. Bayer. Infanteriebrigade" - type = engineer - home = 596 - } - - regiment = { - name= "2. Kgl. Bayer. Artilleriebrigade" - type = artillery - home = 598 - } + name = "II. Korps" + location = 595 + regiment = { + name= "7. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 595 + } + + regiment = { + name= "8. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 595 + } + + regiment = { + name= "9. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 592 + } + + regiment = { + name= "2. Kgl. Bayer. Kürassierbrigade" + type = cuirassier + home = 592 + } + + regiment = { + name= "10. Kgl. Bayer. Infanteriebrigade" + type = engineer + home = 596 + } + + regiment = { + name= "2. Kgl. Bayer. Artilleriebrigade" + type = artillery + home = 598 + } } army = { - name = "III. Korps" - location = 571 - regiment = { - name= "11. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 571 - } - - regiment = { - name= "12. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 571 - } + name = "III. Korps" + location = 571 + regiment = { + name= "11. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 571 + } + + regiment = { + name= "12. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 571 + } } - diff --git a/HPM/history/units/1861/BAY_oob.txt b/HPM/history/units/1861/BAY_oob.txt index a1c6b83b..1f9c7a69 100644 --- a/HPM/history/units/1861/BAY_oob.txt +++ b/HPM/history/units/1861/BAY_oob.txt @@ -1,100 +1,99 @@ army = { - name = "I. Korps" - location = 599 - regiment = { - name= "1.1. Division" - type = infantry - home = 599 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 599 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 599 - } - - regiment = { - name= "4.1. Division" - type = artillery - home = 599 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 599 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 599 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 599 - } - - regiment = { - name= "4.2. Division" - type = cuirassier - home = 599 - } + name = "I. Korps" + location = 599 + regiment = { + name= "1.1. Division" + type = infantry + home = 599 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 599 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 599 + } + + regiment = { + name= "4.1. Division" + type = artillery + home = 599 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 599 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 599 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 599 + } + + regiment = { + name= "4.2. Division" + type = cuirassier + home = 599 + } } army = { - name = "II. Korps" - location = 595 - regiment = { - name= "1.3. Division" - type = infantry - home = 595 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 595 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 595 - } - - regiment = { - name= "4.3. Division" - type = cuirassier - home = 595 - } - - regiment = { - name= "1.4. Division" - type = infantry - home = 595 - } - - regiment = { - name= "2.4. Division" - type = infantry - home = 595 - } - - regiment = { - name= "3.4. Division" - type = infantry - home = 595 - } + name = "II. Korps" + location = 595 + regiment = { + name= "1.3. Division" + type = infantry + home = 595 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 595 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 595 + } + + regiment = { + name= "4.3. Division" + type = cuirassier + home = 595 + } + + regiment = { + name= "1.4. Division" + type = infantry + home = 595 + } + + regiment = { + name= "2.4. Division" + type = infantry + home = 595 + } + + regiment = { + name= "3.4. Division" + type = infantry + home = 595 + } } - diff --git a/HPM/history/units/1861/BEL_oob.txt b/HPM/history/units/1861/BEL_oob.txt index 382cd790..e3476b15 100644 --- a/HPM/history/units/1861/BEL_oob.txt +++ b/HPM/history/units/1861/BEL_oob.txt @@ -1,177 +1,176 @@ leader = { - name = "Albert Prisse" - date = 1834.1.1 - type = land - personality = smart_p - background = diplomat - prestige = 0.3 + name = "Albert Prisse" + date = 1834.1.1 + type = land + personality = smart_p + background = diplomat + prestige = 0.3 } leader = { - name = "Pierre Chazal" - date = 1842.1.1 - type = land - personality = balanced_p - background = corrupt - prestige = 0.2 + name = "Pierre Chazal" + date = 1842.1.1 + type = land + personality = balanced_p + background = corrupt + prestige = 0.2 } leader = { - name = "Léonard Greindl" - date = 1845.1.1 - type = land - personality = imperious - background = artillerist - prestige = 0.2 + name = "Léonard Greindl" + date = 1845.1.1 + type = land + personality = imperious + background = artillerist + prestige = 0.2 } leader = { - name = "L.M. Brialmont" - date = 1849.1.1 - type = land - personality = doughty - background = exranker - prestige = 0.2 + name = "L.M. Brialmont" + date = 1849.1.1 + type = land + personality = doughty + background = exranker + prestige = 0.2 } leader = { - name = "Bruno Renard" - date = 1854.1.1 - type = land - personality = inspiring - background = professor - prestige = 0.2 + name = "Bruno Renard" + date = 1854.1.1 + type = land + personality = inspiring + background = professor + prestige = 0.2 } leader = { - name = "Van der Linden" - date = 1859.1.1 - type = land - personality = imperious - background = yesman - prestige = 0.1 + name = "Van der Linden" + date = 1859.1.1 + type = land + personality = imperious + background = yesman + prestige = 0.1 } leader = { - name = "Auguste Goethals" - date = 1859.1.1 - type = land - personality = diplomatic - background = exranker - prestige = 0.1 + name = "Auguste Goethals" + date = 1859.1.1 + type = land + personality = diplomatic + background = exranker + prestige = 0.1 } leader = { - name = "Fleury-Duray" - date = 1861.1.1 - type = land - personality = meticulous - background = war_college + name = "Fleury-Duray" + date = 1861.1.1 + type = land + personality = meticulous + background = war_college } army = { - name = "I. Corps" - location = 389 - regiment = { - name= "1.1e Infanteriedivisie" - type = infantry - home = 387 - } - - regiment = { - name= "2.1e Infanteriedivisie" - type = infantry - home = 388 - } - - regiment = { - name= "3.1e Infanteriedivisie" - type = infantry - home = 389 - } - - regiment = { - name= "4.1e Infanteriedivisie" - type = artillery - home = 387 - } - - regiment = { - name= "1.3e Infanteriedivisie" - type = infantry - home = 390 - } - - regiment = { - name= "2.3e Infanteriedivisie" - type = infantry - home = 391 - } - - regiment = { - name= "3.3e Infanteriedivisie" - type = engineer - home = 393 - } - - regiment = { - name= "1.1e Cavaleriedivisie" - type = hussar - home = 387 - } - - regiment = { - name= "2.1e Cavaleriedivisie" - type = dragoon - home = 388 - } - - regiment = { - name= "3.1e Cavaleriedivisie" - type = dragoon - home = 389 - } + name = "I. Corps" + location = 389 + regiment = { + name= "1.1e Infanteriedivisie" + type = infantry + home = 387 + } + + regiment = { + name= "2.1e Infanteriedivisie" + type = infantry + home = 388 + } + + regiment = { + name= "3.1e Infanteriedivisie" + type = infantry + home = 389 + } + + regiment = { + name= "4.1e Infanteriedivisie" + type = artillery + home = 387 + } + + regiment = { + name= "1.3e Infanteriedivisie" + type = infantry + home = 390 + } + + regiment = { + name= "2.3e Infanteriedivisie" + type = infantry + home = 391 + } + + regiment = { + name= "3.3e Infanteriedivisie" + type = engineer + home = 393 + } + + regiment = { + name= "1.1e Cavaleriedivisie" + type = hussar + home = 387 + } + + regiment = { + name= "2.1e Cavaleriedivisie" + type = dragoon + home = 388 + } + + regiment = { + name= "3.1e Cavaleriedivisie" + type = dragoon + home = 389 + } } army = { - name = "II. Corps" - location = 394 - regiment = { - name= "1.2e Infanteriedivisie" - type = infantry - home = 394 - } - - regiment = { - name= "2.2e Infanteriedivisie" - type = infantry - home = 395 - } - - regiment = { - name= "3.2e Infanteriedivisie" - type = engineer - home = 392 - } - - regiment = { - name= "1.4e Infanteriedivisie" - type = infantry - home = 398 - } - - regiment = { - name= "2.4e Infanteriedivisie" - type = infantry - home = 396 - } - - regiment = { - name= "3.4e Infanteriedivisie" - type = artillery - home = 394 - } + name = "II. Corps" + location = 394 + regiment = { + name= "1.2e Infanteriedivisie" + type = infantry + home = 394 + } + + regiment = { + name= "2.2e Infanteriedivisie" + type = infantry + home = 395 + } + + regiment = { + name= "3.2e Infanteriedivisie" + type = engineer + home = 392 + } + + regiment = { + name= "1.4e Infanteriedivisie" + type = infantry + home = 398 + } + + regiment = { + name= "2.4e Infanteriedivisie" + type = infantry + home = 396 + } + + regiment = { + name= "3.4e Infanteriedivisie" + type = artillery + home = 394 + } } - diff --git a/HPM/history/units/1861/BEN_oob.txt b/HPM/history/units/1861/BEN_oob.txt index 126d13a3..4ea4955d 100644 --- a/HPM/history/units/1861/BEN_oob.txt +++ b/HPM/history/units/1861/BEN_oob.txt @@ -1,71 +1,69 @@ NET = { - value = 40 + value = 40 } POR = { - value = 50 + value = 50 } ARO = { - value = 50 + value = 50 } WRI = { - value = 50 + value = 50 } CLA = { - value = 40 + value = 40 } OYO = { - value = 30 + value = 30 } SOK = { - value = -30 + value = -30 } MAS = { - value = -15 + value = -15 } KBO = { - value = -10 + value = -10 } DAM = { - value = -15 + value = -15 } DAH = { - value = 30 + value = 30 } ASH = { - value = 30 + value = 30 } army = { - name = "Legions of the Empire of Benin" - location = 1928 + name = "Legions of the Empire of Benin" + location = 1928 regiment = { - name= "Oba's Guards" - type = irregular - home = 1928 } + name= "Oba's Guards" + type = irregular + home = 1928 } regiment = { - name= "Queen's Own Warriors" - type = irregular - home = 1928 - } + name= "Queen's Own Warriors" + type = irregular + home = 1928 + } regiment = { - name= "Akure Warriors" - type = irregular - home = 1929 - } + name= "Akure Warriors" + type = irregular + home = 1929 + } } - - diff --git a/HPM/history/units/1861/BER_oob.txt b/HPM/history/units/1861/BER_oob.txt index 1508687c..fc3fb5b8 100644 --- a/HPM/history/units/1861/BER_oob.txt +++ b/HPM/history/units/1861/BER_oob.txt @@ -1,59 +1,58 @@ army = { - name = "Army of Beroda" - location = 1292 - regiment = { - name= "1st Rajkot" - type = irregular - home = 1292 - } - - regiment = { - name= "2nd Rajkot" - type = irregular - home = 1292 - } - - regiment = { - name= "3rd Rajkot" - type = irregular - home = 1292 - } - - regiment = { - name= "1st Patan" - type = irregular - home = 1294 - } - - regiment = { - name= "2nd Patan" - type = irregular - home = 1294 - } - - regiment = { - name= "3rd Patan" - type = irregular - home = 1294 - } - - regiment = { - name= "1st Baroda" - type = irregular - home = 1295 - } - - regiment = { - name= "2nd Baroda" - type = irregular - home = 1295 - } - - regiment = { - name= "3rd Baroda" - type = irregular - home = 1295 - } + name = "Army of Beroda" + location = 1292 + regiment = { + name= "1st Rajkot" + type = irregular + home = 1292 + } + + regiment = { + name= "2nd Rajkot" + type = irregular + home = 1292 + } + + regiment = { + name= "3rd Rajkot" + type = irregular + home = 1292 + } + + regiment = { + name= "1st Patan" + type = irregular + home = 1294 + } + + regiment = { + name= "2nd Patan" + type = irregular + home = 1294 + } + + regiment = { + name= "3rd Patan" + type = irregular + home = 1294 + } + + regiment = { + name= "1st Baroda" + type = irregular + home = 1295 + } + + regiment = { + name= "2nd Baroda" + type = irregular + home = 1295 + } + + regiment = { + name= "3rd Baroda" + type = irregular + home = 1295 + } } - diff --git a/HPM/history/units/1861/BHO_oob.txt b/HPM/history/units/1861/BHO_oob.txt index 810c41ea..5d49f460 100644 --- a/HPM/history/units/1861/BHO_oob.txt +++ b/HPM/history/units/1861/BHO_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Begum of Bhopal" - location = 1272 - regiment = { - name= "1.Bhopal" - type = irregular - home = 1272 - } + name = "Army of the Begum of Bhopal" + location = 1272 + regiment = { + name= "1.Bhopal" + type = irregular + home = 1272 + } - regiment = { - name= "2.Bhopal" - type = irregular - home = 1272 - } + regiment = { + name= "2.Bhopal" + type = irregular + home = 1272 + } - regiment = { - name= "3.Bhopal" - type = cavalry - home = 1272 - } + regiment = { + name= "3.Bhopal" + type = cavalry + home = 1272 + } } - diff --git a/HPM/history/units/1861/BHR_oob.txt b/HPM/history/units/1861/BHR_oob.txt index f227c477..06b27e14 100644 --- a/HPM/history/units/1861/BHR_oob.txt +++ b/HPM/history/units/1861/BHR_oob.txt @@ -1,13 +1,12 @@ ENG = { - value = 50 + value = 50 } army = { - name = "Al Khalifa Army" - location = 1162 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1162 } + name = "Al Khalifa Army" + location = 1162 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1162 } } - diff --git a/HPM/history/units/1861/BHU_oob.txt b/HPM/history/units/1861/BHU_oob.txt index e1d4ba0e..dd10e459 100644 --- a/HPM/history/units/1861/BHU_oob.txt +++ b/HPM/history/units/1861/BHU_oob.txt @@ -1,17 +1,16 @@ army = { - name = "Provincial Army of Bhutan" - location = 1329 - regiment = { - name= "1.Tongsa Militia" - type = irregular - home = 1329 - } + name = "Provincial Army of Bhutan" + location = 1329 + regiment = { + name= "1.Tongsa Militia" + type = irregular + home = 1329 + } - regiment = { - name= "2. Tongsa Militia" - type = irregular - home = 1329 - } + regiment = { + name= "2. Tongsa Militia" + type = irregular + home = 1329 + } } - diff --git a/HPM/history/units/1861/BIK_oob.txt b/HPM/history/units/1861/BIK_oob.txt index fc0c4fbf..9b0e1215 100644 --- a/HPM/history/units/1861/BIK_oob.txt +++ b/HPM/history/units/1861/BIK_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Army of the Maharajah of Bikaner" - location = 1267 - regiment = { - name= "1.Dungar Cavalry" - type = cavalry - home = 1267 - } + name = "Army of the Maharajah of Bikaner" + location = 1267 + regiment = { + name= "1.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "2.Dungar Cavalry" - type = cavalry - home = 1267 - } + regiment = { + name= "2.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "3.Dungar Cavalry" - type = cavalry - home = 1267 - } + regiment = { + name= "3.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "1.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "1.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } - regiment = { - name= "2.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "2.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } - regiment = { - name= "3.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "3.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } } - diff --git a/HPM/history/units/1861/BOL_oob.txt b/HPM/history/units/1861/BOL_oob.txt index ff168fb8..a05eeb3f 100644 --- a/HPM/history/units/1861/BOL_oob.txt +++ b/HPM/history/units/1861/BOL_oob.txt @@ -1,32 +1,31 @@ leader = { - name = "Valencia Melgarejo" - date = 1860.1.1 - type = land - personality = bastard - background = corrupt - prestige = 0.1 + name = "Valencia Melgarejo" + date = 1860.1.1 + type = land + personality = bastard + background = corrupt + prestige = 0.1 } army = { - name = "Ejército de Bolivia" - location = 2310 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2310 - } + name = "Ejército de Bolivia" + location = 2310 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2310 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2310 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2310 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2313 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2313 + } } - diff --git a/HPM/history/units/1861/BRA_oob.txt b/HPM/history/units/1861/BRA_oob.txt index df0ee232..6f609c12 100644 --- a/HPM/history/units/1861/BRA_oob.txt +++ b/HPM/history/units/1861/BRA_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Braunschweigische Armee" - location = 536 - regiment = { - name= "Braunschweigische Infanterie-Brigade" - type = infantry - home = 536 - } -} \ No newline at end of file + name = "Braunschweigische Armee" + location = 536 + regiment = { + name= "Braunschweigische Infanterie-Brigade" + type = infantry + home = 536 + } +} diff --git a/HPM/history/units/1861/BRD_oob.txt b/HPM/history/units/1861/BRD_oob.txt index e5e50e0d..bee045da 100644 --- a/HPM/history/units/1861/BRD_oob.txt +++ b/HPM/history/units/1861/BRD_oob.txt @@ -1,33 +1,32 @@ BUG = { - value = 70 + value = 70 } RWA = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Urundi" - location = 2035 - regiment = { - name= "Mwami's Warriors" - type = irregular - home = 2035 } + name = "Royal army of Urundi" + location = 2035 + regiment = { + name= "Mwami's Warriors" + type = irregular + home = 2035 } } - diff --git a/HPM/history/units/1861/BRE_oob.txt b/HPM/history/units/1861/BRE_oob.txt index fbb69ebb..86f39161 100644 --- a/HPM/history/units/1861/BRE_oob.txt +++ b/HPM/history/units/1861/BRE_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Bremer Armee" - location = 539 - regiment = { - name= "Bremer Infanterie-Brigade" - type = infantry - home = 539 - } -} \ No newline at end of file + name = "Bremer Armee" + location = 539 + regiment = { + name= "Bremer Infanterie-Brigade" + type = infantry + home = 539 + } +} diff --git a/HPM/history/units/1861/BRU_oob.txt b/HPM/history/units/1861/BRU_oob.txt index 71dc7839..7894bb58 100644 --- a/HPM/history/units/1861/BRU_oob.txt +++ b/HPM/history/units/1861/BRU_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Sultan of Brunei" - location = 1393 - regiment = { - name= "1.Sultan's Guard" - type = irregular - home = 1393 - } + name = "Army of the Sultan of Brunei" + location = 1393 + regiment = { + name= "1.Sultan's Guard" + type = irregular + home = 1393 + } - regiment = { - name= "2.Sultan's Guard" - type = irregular - home = 1394 - } + regiment = { + name= "2.Sultan's Guard" + type = irregular + home = 1394 + } - regiment = { - name= "3.Sultan's Guard" - type = irregular - home = 1396 - } + regiment = { + name= "3.Sultan's Guard" + type = irregular + home = 1396 + } } - diff --git a/HPM/history/units/1861/BRZ_oob.txt b/HPM/history/units/1861/BRZ_oob.txt index 83477bd6..abba9f58 100644 --- a/HPM/history/units/1861/BRZ_oob.txt +++ b/HPM/history/units/1861/BRZ_oob.txt @@ -1,195 +1,193 @@ - leader = { - name = "Marquês do Herval" - date = 1840.1.1 - type = land - personality = relentless - background = cavalry_school - prestige = 0.2 + name = "Marquês do Herval" + date = 1840.1.1 + type = land + personality = relentless + background = cavalry_school + prestige = 0.2 } leader = { - name = "Luis Alves,Duque de Caxias" - date = 1841.1.1 - type = land - personality = brilliant - background = innovative_tactician - prestige = 0.2 + name = "Luis Alves,Duque de Caxias" + date = 1841.1.1 + type = land + personality = brilliant + background = innovative_tactician + prestige = 0.2 } leader = { - name = "José Maria Wandenkolk" - date = 1843.1.1 - type = land - personality = coolminded - background = generals_aide - prestige = 0.2 + name = "José Maria Wandenkolk" + date = 1843.1.1 + type = land + personality = coolminded + background = generals_aide + prestige = 0.2 } leader = { - name = "de Surui" - date = 1845.1.1 - type = land - personality = imperious - background = powerful_friends - prestige = 0.2 + name = "de Surui" + date = 1845.1.1 + type = land + personality = imperious + background = powerful_friends + prestige = 0.2 } leader = { - name = "Marquês de Tamandaré" - date = 1847.1.1 - type = sea - personality = audacious - background = natural_born_leader - prestige = 0.2 + name = "Marquês de Tamandaré" + date = 1847.1.1 + type = sea + personality = audacious + background = natural_born_leader + prestige = 0.2 } leader = { - name = "Marques de Souza III" - date = 1850.1.1 - type = land - personality = efficient - background = aristocrat - prestige = 0.2 + name = "Marques de Souza III" + date = 1850.1.1 + type = land + personality = efficient + background = aristocrat + prestige = 0.2 } leader = { - name = "Jesuíno Lamego da Costa" - date = 1851.1.1 - type = land - personality = active_p - background = armchair_general - prestige = 0.2 + name = "Jesuíno Lamego da Costa" + date = 1851.1.1 + type = land + personality = active_p + background = armchair_general + prestige = 0.2 } leader = { - name = "de Itapevi" - date = 1861.1.1 #1851 - type = land - personality = efficient - background = old_school - prestige = 0.2 + name = "de Itapevi" + date = 1861.1.1 #1851 + type = land + personality = efficient + background = old_school + prestige = 0.2 } leader = { - name = "F. Manuel Barroso" - date = 1852.1.1 - type = sea - personality = heroic - background = school_of_defense - prestige = 0.2 + name = "F. Manuel Barroso" + date = 1852.1.1 + type = sea + personality = heroic + background = school_of_defense + prestige = 0.2 } army = { - name = "I Corpo do exército" - location = 2447 - regiment = { - name= "1ª Brigada de Infantaria" - type = infantry - home = 2447 - } - - regiment = { - name= "2ª Brigada de Infantaria" - type = infantry - home = 2450 - } - - regiment = { - name= "3ª Brigada de Infantaria" - type = infantry - home = 2436 - } - - regiment = { - name= "1ª Brigada de Cavalaria" - type = cuirassier - home = 2447 - } - - regiment = { - name= "2ª Brigada de Cavalaria" - type = cuirassier - home = 2441 - } - - regiment = { - name= "1ª Brigada de Artilharia" - type = artillery - home = 2447 - } + name = "I Corpo do exército" + location = 2447 + regiment = { + name= "1ª Brigada de Infantaria" + type = infantry + home = 2447 + } + + regiment = { + name= "2ª Brigada de Infantaria" + type = infantry + home = 2450 + } + + regiment = { + name= "3ª Brigada de Infantaria" + type = infantry + home = 2436 + } + + regiment = { + name= "1ª Brigada de Cavalaria" + type = cuirassier + home = 2447 + } + + regiment = { + name= "2ª Brigada de Cavalaria" + type = cuirassier + home = 2441 + } + + regiment = { + name= "1ª Brigada de Artilharia" + type = artillery + home = 2447 + } } army = { - name = "II Corpo do exército" - location = 2463 - regiment = { - name= "4ª Brigada de Infantaria" - type = infantry - home = 2463 - } - - regiment = { - name= "5ª Brigada de Infantaria" - type = infantry - home = 2461 - } - - regiment = { - name= "6ª Brigada de Infantaria" - type = infantry - home = 2457 - } + name = "II Corpo do exército" + location = 2463 + regiment = { + name= "4ª Brigada de Infantaria" + type = infantry + home = 2463 + } + + regiment = { + name= "5ª Brigada de Infantaria" + type = infantry + home = 2461 + } + + regiment = { + name= "6ª Brigada de Infantaria" + type = infantry + home = 2457 + } } army = { - name = "III Corpo do exército" - location = 2429 - regiment = { - name= "4ª Brigada de Infantaria" - type = infantry - home = 2429 - } - - regiment = { - name= "5ª Brigada de Infantaria" - type = infantry - home = 2426 - } - - regiment = { - name= "6ª Brigada de Infantaria" - type = infantry - home = 2434 - } + name = "III Corpo do exército" + location = 2429 + regiment = { + name= "4ª Brigada de Infantaria" + type = infantry + home = 2429 + } + + regiment = { + name= "5ª Brigada de Infantaria" + type = infantry + home = 2426 + } + + regiment = { + name= "6ª Brigada de Infantaria" + type = infantry + home = 2434 + } } navy = { - name = "1. Fleet" - location = 2447 - ship = { - name= "Manaus" - type = commerce_raider - } - - ship = { - name= "Rio de Janeiro" - type = commerce_raider - } - - ship = { - name= "Sao Paulo" - type = commerce_raider - } - - ship = { - name= "Campos" - type = commerce_raider - } + name = "1. Fleet" + location = 2447 + ship = { + name= "Manaus" + type = commerce_raider + } + + ship = { + name= "Rio de Janeiro" + type = commerce_raider + } + + ship = { + name= "Sao Paulo" + type = commerce_raider + } + + ship = { + name= "Campos" + type = commerce_raider + } } - diff --git a/HPM/history/units/1861/BSH_oob.txt b/HPM/history/units/1861/BSH_oob.txt index a13a2e69..a7f26469 100644 --- a/HPM/history/units/1861/BSH_oob.txt +++ b/HPM/history/units/1861/BSH_oob.txt @@ -1,22 +1,21 @@ XHO = { - value = 50 + value = 50 } SUA = { - value = 40 + value = 40 } ZUL = { - value = 30 + value = 30 } army = { - name = "Royal army of Basotho" - location = 2104 - regiment = { - name= "Basotho Warriors" - type = irregular - home = 2104 - } + name = "Royal army of Basotho" + location = 2104 + regiment = { + name= "Basotho Warriors" + type = irregular + home = 2104 + } } - diff --git a/HPM/history/units/1861/BUG_oob.txt b/HPM/history/units/1861/BUG_oob.txt index 5712989c..eec23ad7 100644 --- a/HPM/history/units/1861/BUG_oob.txt +++ b/HPM/history/units/1861/BUG_oob.txt @@ -1,38 +1,37 @@ BRD = { - value = 70 + value = 70 } RWA = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Buganda" - location = 2019 + name = "Royal army of Buganda" + location = 2019 regiment = { - name= "King's Guards" - type = irregular home = 2019 } + name= "King's Guards" + type = irregular home = 2019 } regiment = { - name= "Bugandan Warriors" - type = irregular - home = 2020 } + name= "Bugandan Warriors" + type = irregular + home = 2020 } } - diff --git a/HPM/history/units/1861/BUK_oob.txt b/HPM/history/units/1861/BUK_oob.txt index a7b14328..53623d39 100644 --- a/HPM/history/units/1861/BUK_oob.txt +++ b/HPM/history/units/1861/BUK_oob.txt @@ -1,69 +1,69 @@ army = { - name = "Army of Bukkhara" - location = 1198 - regiment = { - name= "1. Uzbek" - type = cavalry - home = 1198 - } + name = "Army of Bukkhara" + location = 1198 + regiment = { + name= "1. Uzbek" + type = cavalry + home = 1198 + } - regiment = { - name= "2. Uzbek" - type = irregular - home = 1198 - } + regiment = { + name= "2. Uzbek" + type = irregular + home = 1198 + } - regiment = { - name= "3. Uzbek" - type = irregular - home = 1198 - } + regiment = { + name= "3. Uzbek" + type = irregular + home = 1198 + } - regiment = { - name= "4. Uzbek" - type = irregular - home = 1198 - } + regiment = { + name= "4. Uzbek" + type = irregular + home = 1198 + } - regiment = { - name= "5. Uzbek" - type = irregular - home = 1198 - } + regiment = { + name= "5. Uzbek" + type = irregular + home = 1198 + } } army = { - name = "Army of Samarkand" - location = 1199 - regiment = { - name= "6. Uzbek" - type = cavalry - home = 1199 - } + name = "Army of Samarkand" + location = 1199 + regiment = { + name= "6. Uzbek" + type = cavalry + home = 1199 + } - regiment = { - name= "7. Uzbek" - type = cavalry - home = 1199 - } + regiment = { + name= "7. Uzbek" + type = cavalry + home = 1199 + } - regiment = { - name= "8. Uzbek" - type = irregular - home = 1197 - } + regiment = { + name= "8. Uzbek" + type = irregular + home = 1197 + } - regiment = { - name= "9. Uzbek" - type = irregular - home = 1200 - } + regiment = { + name= "9. Uzbek" + type = irregular + home = 1200 + } - regiment = { - name= "1. Tajik" - type = irregular - home = 1207 - } + regiment = { + name= "1. Tajik" + type = irregular + home = 1207 + } } diff --git a/HPM/history/units/1861/BUN_oob.txt b/HPM/history/units/1861/BUN_oob.txt index 8e51d288..e02d479a 100644 --- a/HPM/history/units/1861/BUN_oob.txt +++ b/HPM/history/units/1861/BUN_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Army of Bundelkhand" - location = 1282 - regiment = { - name= "1. Bundelkhand Legion" - type = irregular - home = 1282 - } + name = "Army of Bundelkhand" + location = 1282 + regiment = { + name= "1. Bundelkhand Legion" + type = irregular + home = 1282 + } - regiment = { - name= "2. Bundelkhand Legion" - type = irregular - home = 1282 - } + regiment = { + name= "2. Bundelkhand Legion" + type = irregular + home = 1282 + } - regiment = { - name= "3. Bundelkhand Legion" - type = irregular - home = 1273 - } + regiment = { + name= "3. Bundelkhand Legion" + type = irregular + home = 1273 + } - regiment = { - name= "4. Bundelkhand Legion" - type = irregular - home = 1273 - } + regiment = { + name= "4. Bundelkhand Legion" + type = irregular + home = 1273 + } - regiment = { - name= "5. Bundelkhand Legion" - type = irregular - home = 1274 - } + regiment = { + name= "5. Bundelkhand Legion" + type = irregular + home = 1274 + } - regiment = { - name= "6. Bundelkhand Legion" - type = cavalry - home = 1274 - } + regiment = { + name= "6. Bundelkhand Legion" + type = cavalry + home = 1274 + } } - diff --git a/HPM/history/units/1861/BUR_oob.txt b/HPM/history/units/1861/BUR_oob.txt index 09af4de7..7374baa1 100644 --- a/HPM/history/units/1861/BUR_oob.txt +++ b/HPM/history/units/1861/BUR_oob.txt @@ -1,96 +1,96 @@ #Relations ENG = { - value = -5 #relation + value = -5 #relation } SIA = { - value = -200 #relation + value = -200 #relation } army = { - name = "Army of Burma" - location = 1335 - regiment = { - name= "1. Brigade" - type = irregular - home = 1335 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1335 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1334 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1334 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1334 - } + name = "Army of Burma" + location = 1335 + regiment = { + name= "1. Brigade" + type = irregular + home = 1335 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1335 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1334 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1334 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1334 + } } army = { - name = "Army of Western Burma" - location = 1339 - regiment = { - name= "6. Brigade" - type = irregular - home = 1339 - } - - regiment = { - name= "7. Brigade" - type = irregular - home = 1342 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1342 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1341 - } + name = "Army of Western Burma" + location = 1339 + regiment = { + name= "6. Brigade" + type = irregular + home = 1339 + } + + regiment = { + name= "7. Brigade" + type = irregular + home = 1342 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1342 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1341 + } } army = { - name = "Army of Eastern Burma" - location = 1338 - regiment = { - name= "10. Brigade" - type = irregular - home = 1338 - } - - regiment = { - name= "11. Brigade" - type = irregular - home = 1336 - } - - regiment = { - name= "12. Brigade" - type = irregular - home = 1340 - } + name = "Army of Eastern Burma" + location = 1338 + regiment = { + name= "10. Brigade" + type = irregular + home = 1338 + } + + regiment = { + name= "11. Brigade" + type = irregular + home = 1336 + } + + regiment = { + name= "12. Brigade" + type = irregular + home = 1340 + } } diff --git a/HPM/history/units/1861/CAM_oob.txt b/HPM/history/units/1861/CAM_oob.txt index 33028eb4..5bc0ff7c 100644 --- a/HPM/history/units/1861/CAM_oob.txt +++ b/HPM/history/units/1861/CAM_oob.txt @@ -1,45 +1,44 @@ army = { - name = "1st Khmer Army" - location = 1364 - regiment = { - name= "1.1/Royal Army" - type = irregular - home = 1364 - } + name = "1st Khmer Army" + location = 1364 + regiment = { + name= "1.1/Royal Army" + type = irregular + home = 1364 + } - regiment = { - name= "2.1/Royal Army" - type = irregular - home = 1364 - } + regiment = { + name= "2.1/Royal Army" + type = irregular + home = 1364 + } - regiment = { - name= "3.1/Royal Army" - type = irregular - home = 1367 - } + regiment = { + name= "3.1/Royal Army" + type = irregular + home = 1367 + } } army = { - name = "2nd Khmer Army" - location = 1368 - regiment = { - name= "1.2/Royal Army" - type = irregular - home = 1367 - } + name = "2nd Khmer Army" + location = 1368 + regiment = { + name= "1.2/Royal Army" + type = irregular + home = 1367 + } - regiment = { - name= "2.2/Royal Army" - type = irregular - home = 1364 - } + regiment = { + name= "2.2/Royal Army" + type = irregular + home = 1364 + } - regiment = { - name= "3.2/Royal Army" - type = irregular - home = 1368 - } + regiment = { + name= "3.2/Royal Army" + type = irregular + home = 1368 + } } - diff --git a/HPM/history/units/1861/CHI_oob.txt b/HPM/history/units/1861/CHI_oob.txt index 0282f802..6963556c 100644 --- a/HPM/history/units/1861/CHI_oob.txt +++ b/HPM/history/units/1861/CHI_oob.txt @@ -1,458 +1,457 @@ leader = { - name = "Prince Senggelinqin" - date = 1840.1.1 - type = land - personality = defiant - background = cavalry_school - prestige = 0.2 + name = "Prince Senggelinqin" + date = 1840.1.1 + type = land + personality = defiant + background = cavalry_school + prestige = 0.2 } leader = { - name = "Zeng Guofan" - date = 1852.1.1 - type = land - personality = audacious - background = rising_star - prestige = 0.2 + name = "Zeng Guofan" + date = 1852.1.1 + type = land + personality = audacious + background = rising_star + prestige = 0.2 } leader = { - name = "F.T. Ward" - date = 1836.1.1 #1860 - type = land - personality = imperious - background = adventurer - prestige = 0.1 + name = "F.T. Ward" + date = 1836.1.1 #1860 + type = land + personality = imperious + background = adventurer + prestige = 0.1 } leader = { - name = "Charles Gordon" - date = 1836.1.1 #1860 - type = land - personality = persistant - background = engineer - prestige = 0.1 + name = "Charles Gordon" + date = 1836.1.1 #1860 + type = land + personality = persistant + background = engineer + prestige = 0.1 } leader = { - name = "Zuo Zongtang" - date = 1860.1.1 - type = land - personality = disciplined - background = butcher - prestige = 0.1 + name = "Zuo Zongtang" + date = 1860.1.1 + type = land + personality = disciplined + background = butcher + prestige = 0.1 } leader = { - name = "Li Hongzhang" - date = 1860.1.1 - type = land - personality = aggressive - background = immoral - prestige = 0.1 + name = "Li Hongzhang" + date = 1860.1.1 + type = land + personality = aggressive + background = immoral + prestige = 0.1 } leader = { - name = "Rong Lu" - date = 1861.1.1 - type = land - personality = intelligent - background = pawn + name = "Rong Lu" + date = 1861.1.1 + type = land + personality = intelligent + background = pawn } leader = { - name = "Zhang Zhidong" - date = 1861.1.1 - type = land - personality = efficient - background = amateur + name = "Zhang Zhidong" + date = 1861.1.1 + type = land + personality = efficient + background = amateur } army = { - name = "1. Green Banner Army" - location = 1612 - regiment = { - name= "1.13 /Green Banner" - type = irregular - home = 1613 - } - - regiment = { - name= "2.13 /Green Banner" - type = irregular - home = 1613 - } - - regiment = { - name= "3.13 /Green Banner" - type = irregular - home = 1616 - } - - regiment = { - name= "1.14 /Green Banner" - type = irregular - home = 1612 - } - - regiment = { - name= "2.14 /Green Banner" - type = irregular - home = 1612 - } - - regiment = { - name= "3.14 /Green Banner" - type = irregular - home = 1617 - } - - regiment = { - name= "1.15 /Green Banner" - type = irregular - home = 1615 - } - - regiment = { - name= "2.15 /Green Banner" - type = irregular - home = 1618 - } - - regiment = { - name= "3.15 /Green Banner" - type = irregular - home = 1570 - } - - regiment = { - name= "1.16 /Green Banner" - type = irregular - home = 1570 - } + name = "1. Green Banner Army" + location = 1612 + regiment = { + name= "1.13 /Green Banner" + type = irregular + home = 1613 + } + + regiment = { + name= "2.13 /Green Banner" + type = irregular + home = 1613 + } + + regiment = { + name= "3.13 /Green Banner" + type = irregular + home = 1616 + } + + regiment = { + name= "1.14 /Green Banner" + type = irregular + home = 1612 + } + + regiment = { + name= "2.14 /Green Banner" + type = irregular + home = 1612 + } + + regiment = { + name= "3.14 /Green Banner" + type = irregular + home = 1617 + } + + regiment = { + name= "1.15 /Green Banner" + type = irregular + home = 1615 + } + + regiment = { + name= "2.15 /Green Banner" + type = irregular + home = 1618 + } + + regiment = { + name= "3.15 /Green Banner" + type = irregular + home = 1570 + } + + regiment = { + name= "1.16 /Green Banner" + type = irregular + home = 1570 + } } army = { - name = "2. Green Banner Army" - location = 1568 - regiment = { - name= "3.19 /Green Banner" - type = irregular - home = 1570 - } - - regiment = { - name= "1.22 /Green Banner" - type = irregular - home = 1563 - } - - regiment = { - name= "2.22 /Green Banner" - type = irregular - home = 1563 - } - - regiment = { - name= "3.22 /Green Banner" - type = irregular - home = 1563 - } - - regiment = { - name= "1.23 /Green Banner" - type = irregular - home = 1564 - } - - regiment = { - name= "2.23 /Green Banner" - type = irregular - home = 1564 - } - - regiment = { - name= "3.23 /Green Banner" - type = irregular - home = 1564 - } - - regiment = { - name= "1.24 /Green Banner" - type = irregular - home = 1568 - } - - regiment = { - name= "2.24 /Green Banner" - type = irregular - home = 1568 - } - - regiment = { - name= "3.24 /Green Banner" - type = irregular - home = 1568 - } + name = "2. Green Banner Army" + location = 1568 + regiment = { + name= "3.19 /Green Banner" + type = irregular + home = 1570 + } + + regiment = { + name= "1.22 /Green Banner" + type = irregular + home = 1563 + } + + regiment = { + name= "2.22 /Green Banner" + type = irregular + home = 1563 + } + + regiment = { + name= "3.22 /Green Banner" + type = irregular + home = 1563 + } + + regiment = { + name= "1.23 /Green Banner" + type = irregular + home = 1564 + } + + regiment = { + name= "2.23 /Green Banner" + type = irregular + home = 1564 + } + + regiment = { + name= "3.23 /Green Banner" + type = irregular + home = 1564 + } + + regiment = { + name= "1.24 /Green Banner" + type = irregular + home = 1568 + } + + regiment = { + name= "2.24 /Green Banner" + type = irregular + home = 1568 + } + + regiment = { + name= "3.24 /Green Banner" + type = irregular + home = 1568 + } } army = { - name = "3. Green Banner Army" - location = 1543 - regiment = { - name= "1.37 /Green Banner" - type = irregular - home = 1567 - } - - regiment = { - name= "2.37 /Green Banner" - type = irregular - home = 1567 - } - - regiment = { - name= "3.42 /Green Banner" - type = irregular - home = 1567 - } - - regiment = { - name= "1.43 /Green Banner" - type = irregular - home = 1565 - } - - regiment = { - name= "2.43 /Green Banner" - type = irregular - home = 1565 - } - - regiment = { - name= "3.43 /Green Banner" - type = irregular - home = 1565 - } - - regiment = { - name= "1.45 /Green Banner" - type = irregular - home = 1571 - } - - regiment = { - name= "2.45 /Green Banner" - type = irregular - home = 1571 - } - - regiment = { - name= "3.45 /Green Banner" - type = irregular - home = 1571 - } - - regiment = { - name= "2.72 /Green Banner" - type = irregular - home = 1542 - } + name = "3. Green Banner Army" + location = 1543 + regiment = { + name= "1.37 /Green Banner" + type = irregular + home = 1567 + } + + regiment = { + name= "2.37 /Green Banner" + type = irregular + home = 1567 + } + + regiment = { + name= "3.42 /Green Banner" + type = irregular + home = 1567 + } + + regiment = { + name= "1.43 /Green Banner" + type = irregular + home = 1565 + } + + regiment = { + name= "2.43 /Green Banner" + type = irregular + home = 1565 + } + + regiment = { + name= "3.43 /Green Banner" + type = irregular + home = 1565 + } + + regiment = { + name= "1.45 /Green Banner" + type = irregular + home = 1571 + } + + regiment = { + name= "2.45 /Green Banner" + type = irregular + home = 1571 + } + + regiment = { + name= "3.45 /Green Banner" + type = irregular + home = 1571 + } + + regiment = { + name= "2.72 /Green Banner" + type = irregular + home = 1542 + } } army = { - name = "4. Green Banner Army" - location = 1617 - regiment = { - name= "1.49 /Green Banner" - type = irregular - home = 1542 - } - - regiment = { - name= "2.59 /Green Banner" - type = irregular - home = 1476 - } - - regiment = { - name= "3.59 /Green Banner" - type = irregular - home = 1536 - } - - regiment = { - name= "1.60 /Green Banner" - type = irregular - home = 1543 - } - - regiment = { - name= "2.60 /Green Banner" - type = irregular - home = 1543 - } - - regiment = { - name= "3.60 /Green Banner" - type = irregular - home = 1541 - } - - regiment = { - name= "2.16 /Green Banner" - type = irregular - home = 1540 - } - - regiment = { - name= "3.16 /Green Banner" - type = irregular - home = 1604 - } - - regiment = { - name= "1.72 /Green Banner" - type = irregular - home = 1604 - } - - regiment = { - name= "3.72 /Green Banner" - type = irregular - home = 1608 - } + name = "4. Green Banner Army" + location = 1617 + regiment = { + name= "1.49 /Green Banner" + type = irregular + home = 1542 + } + + regiment = { + name= "2.59 /Green Banner" + type = irregular + home = 1476 + } + + regiment = { + name= "3.59 /Green Banner" + type = irregular + home = 1536 + } + + regiment = { + name= "1.60 /Green Banner" + type = irregular + home = 1543 + } + + regiment = { + name= "2.60 /Green Banner" + type = irregular + home = 1543 + } + + regiment = { + name= "3.60 /Green Banner" + type = irregular + home = 1541 + } + + regiment = { + name= "2.16 /Green Banner" + type = irregular + home = 1540 + } + + regiment = { + name= "3.16 /Green Banner" + type = irregular + home = 1604 + } + + regiment = { + name= "1.72 /Green Banner" + type = irregular + home = 1604 + } + + regiment = { + name= "3.72 /Green Banner" + type = irregular + home = 1608 + } } army = { - name = "5. Green Banner Army" - location = 1472 - regiment = { - name= "1.61 /Green Banner" - type = irregular - home = 1611 - } - - regiment = { - name= "2.67 /Green Banner" - type = irregular - home = 1509 - } - - regiment = { - name= "3.67 /Green Banner" - type = irregular - home = 1512 - } - - regiment = { - name= "1.68 /Green Banner" - type = irregular - home = 1472 - } - - regiment = { - name= "2.68 /Green Banner" - type = irregular - home = 1517 - } - - regiment = { - name= "3.68 /Green Banner" - type = irregular - home = 1517 - } - - regiment = { - name= "3.70 /Green Banner" - type = irregular - home = 1516 - } - - regiment = { - name= "1.71 /Green Banner" - type = irregular - home = 1522 - } - - regiment = { - name= "2.71 /Green Banner" - type = irregular - home = 1518 - } - - regiment = { - name= "3.71 /Green Banner" - type = irregular - home = 1516 - } + name = "5. Green Banner Army" + location = 1472 + regiment = { + name= "1.61 /Green Banner" + type = irregular + home = 1611 + } + + regiment = { + name= "2.67 /Green Banner" + type = irregular + home = 1509 + } + + regiment = { + name= "3.67 /Green Banner" + type = irregular + home = 1512 + } + + regiment = { + name= "1.68 /Green Banner" + type = irregular + home = 1472 + } + + regiment = { + name= "2.68 /Green Banner" + type = irregular + home = 1517 + } + + regiment = { + name= "3.68 /Green Banner" + type = irregular + home = 1517 + } + + regiment = { + name= "3.70 /Green Banner" + type = irregular + home = 1516 + } + + regiment = { + name= "1.71 /Green Banner" + type = irregular + home = 1522 + } + + regiment = { + name= "2.71 /Green Banner" + type = irregular + home = 1518 + } + + regiment = { + name= "3.71 /Green Banner" + type = irregular + home = 1516 + } } army = { - name = "6. Green Banner Army" - location = 1514 - regiment = { - name= "1.73 /Green Banner" - type = irregular - home = 1572 - } - - regiment = { - name= "2.73 /Green Banner" - type = irregular - home = 1573 - } - - regiment = { - name= "2.82 /Green Banner" - type = irregular - home = 1574 - } - - regiment = { - name= "3.82 /Green Banner" - type = irregular - home = 1575 - } - - regiment = { - name= "1.83 /Green Banner" - type = irregular - home = 1515 - } - - regiment = { - name= "2.83 /Green Banner" - type = irregular - home = 1510 - } - - regiment = { - name= "3.83 /Green Banner" - type = irregular - home = 1508 - } - - regiment = { - name= "1.84 /Green Banner" - type = irregular - home = 1513 - } - - regiment = { - name= "2.84 /Green Banner" - type = irregular - home = 1514 - } - - regiment = { - name= "3.84 /Green Banner" - type = irregular - home = 1511 - } + name = "6. Green Banner Army" + location = 1514 + regiment = { + name= "1.73 /Green Banner" + type = irregular + home = 1572 + } + + regiment = { + name= "2.73 /Green Banner" + type = irregular + home = 1573 + } + + regiment = { + name= "2.82 /Green Banner" + type = irregular + home = 1574 + } + + regiment = { + name= "3.82 /Green Banner" + type = irregular + home = 1575 + } + + regiment = { + name= "1.83 /Green Banner" + type = irregular + home = 1515 + } + + regiment = { + name= "2.83 /Green Banner" + type = irregular + home = 1510 + } + + regiment = { + name= "3.83 /Green Banner" + type = irregular + home = 1508 + } + + regiment = { + name= "1.84 /Green Banner" + type = irregular + home = 1513 + } + + regiment = { + name= "2.84 /Green Banner" + type = irregular + home = 1514 + } + + regiment = { + name= "3.84 /Green Banner" + type = irregular + home = 1511 + } } - diff --git a/HPM/history/units/1861/CHL_oob.txt b/HPM/history/units/1861/CHL_oob.txt index 1de421da..e4bc1396 100644 --- a/HPM/history/units/1861/CHL_oob.txt +++ b/HPM/history/units/1861/CHL_oob.txt @@ -1,75 +1,74 @@ leader = { - name = "Justo Arteaga" - date = 1851.1.1 - type = land - personality = careful - background = elderly - prestige = 0.2 + name = "Justo Arteaga" + date = 1851.1.1 + type = land + personality = careful + background = elderly + prestige = 0.2 } army = { - name = "Ejército de Chile" - location = 2322 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2305 - } + name = "Ejército de Chile" + location = 2322 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2305 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2323 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2323 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2324 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2324 + } - regiment = { - name= "1.1ra división de caballería" - type = cuirassier - home = 2325 - } + regiment = { + name= "1.1ra división de caballería" + type = cuirassier + home = 2325 + } - regiment = { - name= "2.1ra división de caballería" - type = cuirassier - home = 2326 - } + regiment = { + name= "2.1ra división de caballería" + type = cuirassier + home = 2326 + } - regiment = { - name= "3.1ra división de caballería" - type = cuirassier - home = 2328 - } + regiment = { + name= "3.1ra división de caballería" + type = cuirassier + home = 2328 + } } navy = { - name = "Chilean Fleet" - location = 2325 - ship = { - name= "Esmeralda" - type = commerce_raider - } + name = "Chilean Fleet" + location = 2325 + ship = { + name= "Esmeralda" + type = commerce_raider + } - ship = { - name= "Maipu" - type = steam_transport - } + ship = { + name= "Maipu" + type = steam_transport + } } navy = { - name = "1st Transport Squadron" - location = 2325 - ship = { - name= "1st Transport Flotilla" - type = clipper_transport - } + name = "1st Transport Squadron" + location = 2325 + ship = { + name= "1st Transport Flotilla" + type = clipper_transport + } } - diff --git a/HPM/history/units/1861/CHO_oob.txt b/HPM/history/units/1861/CHO_oob.txt index 100e5001..0d91afab 100644 --- a/HPM/history/units/1861/CHO_oob.txt +++ b/HPM/history/units/1861/CHO_oob.txt @@ -3,26 +3,26 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Mori" - location = 1640 - regiment = { - name= "1.Samurai" - type = dragoon - home = 1640 - } - regiment = { - name= "1.Choshu" - type = infantry - home = 1640 - } - regiment = { - name= "2.Choshu" - type = infantry - home = 1640 - } - regiment = { - name= "3.Choshu" - type = infantry - home = 1638 - } + name = "Army of Daimyo Mori" + location = 1640 + regiment = { + name= "1.Samurai" + type = dragoon + home = 1640 + } + regiment = { + name= "1.Choshu" + type = infantry + home = 1640 + } + regiment = { + name= "2.Choshu" + type = infantry + home = 1640 + } + regiment = { + name= "3.Choshu" + type = infantry + home = 1638 + } } diff --git a/HPM/history/units/1861/CLA_oob.txt b/HPM/history/units/1861/CLA_oob.txt index ec26dbcb..4f3d65ce 100644 --- a/HPM/history/units/1861/CLA_oob.txt +++ b/HPM/history/units/1861/CLA_oob.txt @@ -1,47 +1,46 @@ NET = { - value = 60 + value = 60 } POR = { - value = 50 + value = 50 } ARO = { - value = 30 + value = 30 } ASH = { - value = 30 + value = 30 } BEN = { - value = 40 + value = 40 } OYO = { - value = 25 + value = 25 } WRI = { - value = 60 + value = 60 } SOK = { - value = -15 + value = -15 } DAH = { - value = 30 + value = 30 } army = { - name = "Royal army of Calabar" - location = 1934 + name = "Royal army of Calabar" + location = 1934 regiment = { - name= "Calabar Warriors" - type = irregular + name= "Calabar Warriors" + type = irregular - home = 1934 } + home = 1934 } } - diff --git a/HPM/history/units/1861/CLM_oob.txt b/HPM/history/units/1861/CLM_oob.txt index e979b24b..8d27c11b 100644 --- a/HPM/history/units/1861/CLM_oob.txt +++ b/HPM/history/units/1861/CLM_oob.txt @@ -1,91 +1,90 @@ leader = { - name = "Tomas de Mosquera" - date = 1840.1.1 - type = land - personality = resourceful - background = politician - prestige = 0.2 + name = "Tomas de Mosquera" + date = 1840.1.1 + type = land + personality = resourceful + background = politician + prestige = 0.2 } army = { - name = "Ejército del Sur" - location = 2247 - regiment = { - name= "1.1a División de Infantería" - type = infantry - home = 2247 - } + name = "Ejército del Sur" + location = 2247 + regiment = { + name= "1.1a División de Infantería" + type = infantry + home = 2247 + } - regiment = { - name= "2.1a División de Infantería" - type = infantry - home = 2247 - } + regiment = { + name= "2.1a División de Infantería" + type = infantry + home = 2247 + } - regiment = { - name= "3.1a División de Infantería" - type = infantry - home = 2247 - } + regiment = { + name= "3.1a División de Infantería" + type = infantry + home = 2247 + } - regiment = { - name= "1.2a División de Infantería" - type = irregular - home = 2248 - } + regiment = { + name= "1.2a División de Infantería" + type = irregular + home = 2248 + } - regiment = { - name= "2.2a División de Infantería" - type = irregular - home = 2248 - } + regiment = { + name= "2.2a División de Infantería" + type = irregular + home = 2248 + } - regiment = { - name= "3.2a División de Infantería" - type = irregular - home = 2250 - } + regiment = { + name= "3.2a División de Infantería" + type = irregular + home = 2250 + } } army = { - name = "Ejército del Norte" - location = 2255 - regiment = { - name= "1.3a División de Infantería" - type = irregular - home = 2255 - } + name = "Ejército del Norte" + location = 2255 + regiment = { + name= "1.3a División de Infantería" + type = irregular + home = 2255 + } - regiment = { - name= "2.3a División de Infantería" - type = irregular - home = 2255 - } + regiment = { + name= "2.3a División de Infantería" + type = irregular + home = 2255 + } - regiment = { - name= "3.3a División de Infantería" - type = irregular - home = 2255 - } + regiment = { + name= "3.3a División de Infantería" + type = irregular + home = 2255 + } - regiment = { - name= "1.4a División de Infantería" - type = irregular - home = 2254 - } + regiment = { + name= "1.4a División de Infantería" + type = irregular + home = 2254 + } - regiment = { - name= "2.4a División de Infantería" - type = irregular - home = 2254 - } + regiment = { + name= "2.4a División de Infantería" + type = irregular + home = 2254 + } - regiment = { - name= "3.4a División de Infantería" - type = irregular - home = 2254 - } + regiment = { + name= "3.4a División de Infantería" + type = irregular + home = 2254 + } } - diff --git a/HPM/history/units/1861/COB_oob.txt b/HPM/history/units/1861/COB_oob.txt index ca8db9ce..3015fbc5 100644 --- a/HPM/history/units/1861/COB_oob.txt +++ b/HPM/history/units/1861/COB_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Coburgische Armee" - location = 562 - regiment = { - name= "Coburgische Infanterie-Brigade" - type = infantry - home = 562 - } -} \ No newline at end of file + name = "Coburgische Armee" + location = 562 + regiment = { + name= "Coburgische Infanterie-Brigade" + type = infantry + home = 562 + } +} diff --git a/HPM/history/units/1861/COS_oob.txt b/HPM/history/units/1861/COS_oob.txt index 59d8fea0..51e7c83c 100644 --- a/HPM/history/units/1861/COS_oob.txt +++ b/HPM/history/units/1861/COS_oob.txt @@ -1,15 +1,15 @@ army = { - name = "1st Army" - location = 2201 - regiment = { - name= "1st Infantry" - type = infantry - home = 2201 - } + name = "1st Army" + location = 2201 + regiment = { + name= "1st Infantry" + type = infantry + home = 2201 + } - regiment = { - name= "2nd Infantry" - type = infantry - home = 2201 - } -} \ No newline at end of file + regiment = { + name= "2nd Infantry" + type = infantry + home = 2201 + } +} diff --git a/HPM/history/units/1861/CSA_oob.txt b/HPM/history/units/1861/CSA_oob.txt index 8a970b34..adf7e31a 100644 --- a/HPM/history/units/1861/CSA_oob.txt +++ b/HPM/history/units/1861/CSA_oob.txt @@ -1,343 +1,343 @@ leader = { - name = "Joseph E. Johnston" - type = land - date="1861.1.1" - prestige = 0.2 - personality = balanced_p - background = engineer - picture="european_general_37" + name = "Joseph E. Johnston" + type = land + date="1861.1.1" + prestige = 0.2 + personality = balanced_p + background = engineer + picture="european_general_37" } leader = { - name = "Robert E.Lee" - type = land - date="1821.1.1" - prestige = 0.2 - personality = audacious - background = war_college - picture="european_general_38" + name = "Robert E.Lee" + type = land + date="1821.1.1" + prestige = 0.2 + personality = audacious + background = war_college + picture="european_general_38" } leader = { - name = "E. Kirby Smith" - type = land - date="1861.1.1" - prestige = 0.2 - personality = resourceful - background = gifted_administrator - picture="european_general_23" + name = "E. Kirby Smith" + type = land + date="1861.1.1" + prestige = 0.2 + personality = resourceful + background = gifted_administrator + picture="european_general_23" } leader = { - name = "James Longstreet" - type = land - date="1861.1.1" - prestige = 0.2 - personality = disciplined - background = school_of_firepower - picture="european_general_19" + name = "James Longstreet" + type = land + date="1861.1.1" + prestige = 0.2 + personality = disciplined + background = school_of_firepower + picture="european_general_19" } leader = { - name = "Raphael Semmes" - type = sea - date="1861.1.1" - personality = heroic - background = expert_raider - picture="european_admiral_26" + name = "Raphael Semmes" + type = sea + date="1861.1.1" + personality = heroic + background = expert_raider + picture="european_admiral_26" } - + army = { - name = "Army of Northern Virginia" - location = 212 - - leader = { - name = "P.G.T. Beauregard" - type = land - date="1836.1.1" - prestige = 0.2 - personality = reserved - background = engineer - picture="european_general_18" - } - - regiment = { - name= "1st VA Artillery" - type = artillery - home = 211 - } - - regiment = { - name= "1st VA Rifles" - type = infantry - home = 211 - } - - regiment = { - name= "2nd VA Rifles" - type = infantry - home = 212 - } - - regiment = { - name= "2nd TX Rifles" - type = infantry - home = 133 - } - - regiment = { - name= "1st NC Rifles" - type = infantry - home = 207 - } - - regiment = { - name= "1st SC Rifles" - type = infantry - home = 205 - } - - regiment = { - name= "2nd SC Rifles" - type = infantry - home = 205 - } - - regiment = { - name= "1st AL Rifles" - type = infantry - home = 195 - } - - regiment = { - name= "1st GA Rifles" - type = infantry - home = 204 - } - - regiment = { - name= "2nd GA Rifles" - type = infantry - home = 201 - } + name = "Army of Northern Virginia" + location = 212 + + leader = { + name = "P.G.T. Beauregard" + type = land + date="1836.1.1" + prestige = 0.2 + personality = reserved + background = engineer + picture="european_general_18" + } + + regiment = { + name= "1st VA Artillery" + type = artillery + home = 211 + } + + regiment = { + name= "1st VA Rifles" + type = infantry + home = 211 + } + + regiment = { + name= "2nd VA Rifles" + type = infantry + home = 212 + } + + regiment = { + name= "2nd TX Rifles" + type = infantry + home = 133 + } + + regiment = { + name= "1st NC Rifles" + type = infantry + home = 207 + } + + regiment = { + name= "1st SC Rifles" + type = infantry + home = 205 + } + + regiment = { + name= "2nd SC Rifles" + type = infantry + home = 205 + } + + regiment = { + name= "1st AL Rifles" + type = infantry + home = 195 + } + + regiment = { + name= "1st GA Rifles" + type = infantry + home = 204 + } + + regiment = { + name= "2nd GA Rifles" + type = infantry + home = 201 + } } army = { - name = "Army of the Shenandoah" - - leader = { - name = "Thomas Jackson" - type = land - date="1836.1.1" - personality = audacious - background = eccentric_genius - picture="european_general_29" - } - - location = 215 - regiment = { - name= "2nd VA. Cavalry" - type = dragoon - home = 216 - } - - regiment = { - name= "3rd VA Rifles" - type = infantry - home = 215 - } - - regiment = { - name= "4th VA Rifles" - type = infantry - home = 213 - } - - regiment = { - name= "3rd NC Rifles" - type = infantry - home = 208 - } - - regiment = { - name= "1st LA Rifles" - type = infantry - home = 139 - } + name = "Army of the Shenandoah" + + leader = { + name = "Thomas Jackson" + type = land + date="1836.1.1" + personality = audacious + background = eccentric_genius + picture="european_general_29" + } + + location = 215 + regiment = { + name= "2nd VA. Cavalry" + type = dragoon + home = 216 + } + + regiment = { + name= "3rd VA Rifles" + type = infantry + home = 215 + } + + regiment = { + name= "4th VA Rifles" + type = infantry + home = 213 + } + + regiment = { + name= "3rd NC Rifles" + type = infantry + home = 208 + } + + regiment = { + name= "1st LA Rifles" + type = infantry + home = 139 + } } army = { - name = "Army of Tennessee" - - leader = { - name = "Albert Sidney Johnston" - type = land - date="1821.1.1" - personality = brilliant - background = natural_born_leader - picture="european_general_41" - } - - location = 188 - regiment = { - name= "1st TN Artillery" - type = artillery - home = 189 - } - - regiment = { - name= "1st TN Cavalry" - type = hussar - home = 188 - } - - regiment = { - name= "2nd TN Rifles" - type = infantry - home = 191 - } - - regiment = { - name= "2nd AL Rifles" - type = infantry - home = 197 - } - - regiment = { - name= "3rd SC Rifles" - type = infantry - home = 206 - } + name = "Army of Tennessee" + + leader = { + name = "Albert Sidney Johnston" + type = land + date="1821.1.1" + personality = brilliant + background = natural_born_leader + picture="european_general_41" + } + + location = 188 + regiment = { + name= "1st TN Artillery" + type = artillery + home = 189 + } + + regiment = { + name= "1st TN Cavalry" + type = hussar + home = 188 + } + + regiment = { + name= "2nd TN Rifles" + type = infantry + home = 191 + } + + regiment = { + name= "2nd AL Rifles" + type = infantry + home = 197 + } + + regiment = { + name= "3rd SC Rifles" + type = infantry + home = 206 + } } army = { - name = "Army of the West" - - leader = { - name = "Earl Van Dorn" - type = land - date="1861.1.1" - personality = soft - background = womanizer - picture="european_general_0" - } - - location = 145 - regiment = { - name= "1st TX Cavalry" - type = dragoon - home = 132 - } - - regiment = { - name= "1st AR Rifles" - type = infantry - home = 143 - } - - regiment = { - name= "2nd LA Rifles" - type = infantry - home = 140 - } + name = "Army of the West" + + leader = { + name = "Earl Van Dorn" + type = land + date="1861.1.1" + personality = soft + background = womanizer + picture="european_general_0" + } + + location = 145 + regiment = { + name= "1st TX Cavalry" + type = dragoon + home = 132 + } + + regiment = { + name= "1st AR Rifles" + type = infantry + home = 143 + } + + regiment = { + name= "2nd LA Rifles" + type = infantry + home = 140 + } } army = { - name = "Army of the Mississpi" - - leader = { - name = "Braxton Bragg" - type = land - date="1821.1.1" - personality = glory_hound - background = armchair_general - picture="european_general_27" - } - - location = 189 - regiment = { - name= "1st MS Cavalry" - type = infantry - home = 193 - } - - regiment = { - name= "1st MS Rifles" - type = infantry - home = 192 - } - - regiment = { - name= "1st TN Rifles" - type = infantry - home = 189 - } + name = "Army of the Mississpi" + + leader = { + name = "Braxton Bragg" + type = land + date="1821.1.1" + personality = glory_hound + background = armchair_general + picture="european_general_27" + } + + location = 189 + regiment = { + name= "1st MS Cavalry" + type = infantry + home = 193 + } + + regiment = { + name= "1st MS Rifles" + type = infantry + home = 192 + } + + regiment = { + name= "1st TN Rifles" + type = infantry + home = 189 + } } army = { - name = "Norfolk Garrison" - location = 214 - regiment = { - name= "2nd NC Rifles" - type = infantry - home = 210 - } + name = "Norfolk Garrison" + location = 214 + regiment = { + name= "2nd NC Rifles" + type = infantry + home = 210 + } } army = { - name = "Army of Virginia" - - leader = { - name = "J.E.B. Stuart" - type = land - date="1836.1.1" - personality = daring - background = expert_raider - picture="european_general_11" - } - - location = 213 - regiment = { - name= "1st VA Cavalry" - type = hussar - home = 214 - } - - regiment = { - name= "2nd SC Cavalry" - type = dragoon - home = 205 - } - - regiment = { - name= "1st GA Cavalry" - type = dragoon - home = 2555 - } + name = "Army of Virginia" + + leader = { + name = "J.E.B. Stuart" + type = land + date="1836.1.1" + personality = daring + background = expert_raider + picture="european_general_11" + } + + location = 213 + regiment = { + name= "1st VA Cavalry" + type = hussar + home = 214 + } + + regiment = { + name= "2nd SC Cavalry" + type = dragoon + home = 205 + } + + regiment = { + name= "1st GA Cavalry" + type = dragoon + home = 2555 + } } navy = { - name = "CSN" - location = 204 - ship = { - name= "CSS Sumter" - type = commerce_raider - } - - ship = { - name= "CSS Alabama" - type = commerce_raider - } - - ship = { - name= "CSS Florida" - type = commerce_raider - } + name = "CSN" + location = 204 + ship = { + name= "CSS Sumter" + type = commerce_raider + } + + ship = { + name= "CSS Alabama" + type = commerce_raider + } + + ship = { + name= "CSS Florida" + type = commerce_raider + } } diff --git a/HPM/history/units/1861/DAH_oob.txt b/HPM/history/units/1861/DAH_oob.txt index de0b291c..74d50ed6 100644 --- a/HPM/history/units/1861/DAH_oob.txt +++ b/HPM/history/units/1861/DAH_oob.txt @@ -1,70 +1,68 @@ NET = { - value = 60 + value = 60 } POR = { - value = 40 + value = 40 } MOS = { - value = 10 + value = 10 } KNG = { - value = 10 + value = 10 } BEN = { - value = 30 + value = 30 } SOK = { - value = -10 + value = -10 } OYO = { - value = 40 + value = 40 } CLA = { - value = 30 + value = 30 } WRI = { - value = 30 + value = 30 } ARO = { - value = 40 + value = 40 } MAS = { - value = -5 + value = -5 } SEG = { - value = 5 + value = 5 } army = { - name = "Army of Dahomey" - location = 1920 + name = "Army of Dahomey" + location = 1920 regiment = { - name= "Ahosu's Guards" - type = irregular home = 1920 } + name= "Ahosu's Guards" + type = irregular home = 1920 } regiment = { - name= "Mino Warriors" - type = irregular - home = 1920 - } + name= "Mino Warriors" + type = irregular + home = 1920 + } regiment = { - name= "Dahomean Warriors" + name= "Dahomean Warriors" type = irregular - home = 1921 - } + home = 1921 + } } - - diff --git a/HPM/history/units/1861/DAI_oob.txt b/HPM/history/units/1861/DAI_oob.txt index 5d58461f..79741b51 100644 --- a/HPM/history/units/1861/DAI_oob.txt +++ b/HPM/history/units/1861/DAI_oob.txt @@ -1,121 +1,120 @@ army = { - name = "Tonkin Army" - location = 1369 - regiment = { - name= "1. Brigade" - type = irregular - home = 1369 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1369 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1370 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1370 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1371 - } - - regiment = { - name= "6. Brigade" - type = irregular - home = 1372 - } + name = "Tonkin Army" + location = 1369 + regiment = { + name= "1. Brigade" + type = irregular + home = 1369 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1369 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1370 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1370 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1371 + } + + regiment = { + name= "6. Brigade" + type = irregular + home = 1372 + } } army = { - name = "Annam Army" - location = 1375 - regiment = { - name= "7. Brigade" - type = irregular - home = 1375 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1375 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1373 - } - - regiment = { - name= "10. Brigade" - type = irregular - home = 1374 - } - - regiment = { - name= "11. Brigade" - type = irregular - home = 1376 - } - - regiment = { - name= "12. Brigade" - type = irregular - home = 1376 - } + name = "Annam Army" + location = 1375 + regiment = { + name= "7. Brigade" + type = irregular + home = 1375 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1375 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1373 + } + + regiment = { + name= "10. Brigade" + type = irregular + home = 1374 + } + + regiment = { + name= "11. Brigade" + type = irregular + home = 1376 + } + + regiment = { + name= "12. Brigade" + type = irregular + home = 1376 + } } army = { - name = "Cochin Army" - location = 1381 - regiment = { - name= "13. Brigade" - type = irregular - home = 1377 - } - - regiment = { - name= "14. Brigade" - type = irregular - home = 1377 - } - - regiment = { - name= "15. Brigade" - type = irregular - home = 1378 - } - - regiment = { - name= "16. Brigade" - type = irregular - home = 1381 - } - - regiment = { - name= "17. Brigade" - type = irregular - home = 1382 - } - - regiment = { - name= "18. Brigade" - type = irregular - home = 1383 - } + name = "Cochin Army" + location = 1381 + regiment = { + name= "13. Brigade" + type = irregular + home = 1377 + } + + regiment = { + name= "14. Brigade" + type = irregular + home = 1377 + } + + regiment = { + name= "15. Brigade" + type = irregular + home = 1378 + } + + regiment = { + name= "16. Brigade" + type = irregular + home = 1381 + } + + regiment = { + name= "17. Brigade" + type = irregular + home = 1382 + } + + regiment = { + name= "18. Brigade" + type = irregular + home = 1383 + } } - diff --git a/HPM/history/units/1861/DAM_oob.txt b/HPM/history/units/1861/DAM_oob.txt index 2332d023..fa526c1a 100644 --- a/HPM/history/units/1861/DAM_oob.txt +++ b/HPM/history/units/1861/DAM_oob.txt @@ -1,52 +1,50 @@ SOK = { - value = 10 + value = 10 } DND = { - value = 30 + value = 30 } KBO = { - value = 30 + value = 30 } MOS = { - value = 5 + value = 5 } MAS = { - value = 20 + value = 20 } SEG = { - value = 5 + value = 5 } WAD = { - value = 15 + value = 15 } DAR = { - value = 10 + value = 10 } army = { - name = "Army of the Sultanate of Damagaram" - location = 1815 + name = "Army of the Sultanate of Damagaram" + location = 1815 regiment = { - name= "Sultan's Cavalry" - type = cavalry - home = 1815 } + name= "Sultan's Cavalry" + type = cavalry + home = 1815 } regiment = { - name= "1st Hausa Warriors" - type = irregular - home = 1815 } + name= "1st Hausa Warriors" + type = irregular + home = 1815 } regiment = { - name= "2nd Hausa Warriors" - type = irregular - home = 1811 } + name= "2nd Hausa Warriors" + type = irregular + home = 1811 } } - - diff --git a/HPM/history/units/1861/DAN_oob.txt b/HPM/history/units/1861/DAN_oob.txt index 634b9038..8f0b2f9a 100644 --- a/HPM/history/units/1861/DAN_oob.txt +++ b/HPM/history/units/1861/DAN_oob.txt @@ -1,129 +1,128 @@ navy = { - name = "Danish Northsea Fleet" - location = 372 - ship = { - name= "Dannebrog" - type = ironclad - } - - ship = { - name= "Dronning Marie" - type = manowar - } - - ship = { - name= "Frederik den sjette" - type = manowar - } - - ship = { - name= "Bellona" - type = frigate - } - - ship = { - name= "Havfruen" - type = frigate - } - - ship = { - name= "JYLLAND" - type = frigate - } - - ship = { - name= "Niels Juel" - type = frigate - } + name = "Danish Northsea Fleet" + location = 372 + ship = { + name= "Dannebrog" + type = ironclad + } + + ship = { + name= "Dronning Marie" + type = manowar + } + + ship = { + name= "Frederik den sjette" + type = manowar + } + + ship = { + name= "Bellona" + type = frigate + } + + ship = { + name= "Havfruen" + type = frigate + } + + ship = { + name= "JYLLAND" + type = frigate + } + + ship = { + name= "Niels Juel" + type = frigate + } } army = { - name = "Danske Heeren" - location = 372 - regiment = { - name= "1.1. Division" - type = infantry - home = 372 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 372 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 372 - } - - regiment = { - name= "4.1. Division" - type = artillery - home = 372 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 372 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 372 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 372 - } - - regiment = { - name= "1.3. Division" - type = infantry - home = 372 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 372 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 372 - } - - regiment = { - name= "4.3. Division" - type = engineer - home = 372 - } - - regiment = { - name= "1.4. Division" - type = cavalry - home = 372 - } - - regiment = { - name= "2.4. Division" - type = cavalry - home = 372 - } - - regiment = { - name= "3.4. Division" - type = cavalry - home = 372 - } + name = "Danske Heeren" + location = 372 + regiment = { + name= "1.1. Division" + type = infantry + home = 372 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 372 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 372 + } + + regiment = { + name= "4.1. Division" + type = artillery + home = 372 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 372 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 372 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 372 + } + + regiment = { + name= "1.3. Division" + type = infantry + home = 372 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 372 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 372 + } + + regiment = { + name= "4.3. Division" + type = engineer + home = 372 + } + + regiment = { + name= "1.4. Division" + type = cavalry + home = 372 + } + + regiment = { + name= "2.4. Division" + type = cavalry + home = 372 + } + + regiment = { + name= "3.4. Division" + type = cavalry + home = 372 + } } - diff --git a/HPM/history/units/1861/DAR_oob.txt b/HPM/history/units/1861/DAR_oob.txt index 668308fe..736640ef 100644 --- a/HPM/history/units/1861/DAR_oob.txt +++ b/HPM/history/units/1861/DAR_oob.txt @@ -1,41 +1,39 @@ EGY = { - value = 80 + value = 80 } DND = { - value = 10 + value = 10 } KBO = { - value = 40 + value = 40 } DAM = { - value = 10 + value = 10 } WAD = { - value = 60 + value = 60 } SOK = { - value = 10 + value = 10 } army = { - name = "Army of the Sultanate of Darfur" - location = 1841 - + name = "Army of the Sultanate of Darfur" + location = 1841 + regiment = { - name= "Sultan's Kights" - type = cavalry - home = 1841 } + name= "Sultan's Kights" + type = cavalry + home = 1841 } regiment = { - name= "Fur Warriors" - type = irregular - home = 1842 } + name= "Fur Warriors" + type = irregular + home = 1842 } } - - diff --git a/HPM/history/units/1861/DEN_oob.txt b/HPM/history/units/1861/DEN_oob.txt index 8a7c5af5..d4d573ee 100644 --- a/HPM/history/units/1861/DEN_oob.txt +++ b/HPM/history/units/1861/DEN_oob.txt @@ -1,221 +1,220 @@ #Relations PRU = { - value = 100 + value = 100 } #Leaders leader = { - name = "Christian de Meza" - date = 1850.1.1 - type = land - personality = ballsy - background = war_college - prestige = 0.2 + name = "Christian de Meza" + date = 1850.1.1 + type = land + personality = ballsy + background = war_college + prestige = 0.2 } leader = { - name = "Niels Christian Lunding" - date = 1852.1.1 - type = land - personality = resourceful - background = engineer - prestige = 0.2 + name = "Niels Christian Lunding" + date = 1852.1.1 + type = land + personality = resourceful + background = engineer + prestige = 0.2 } leader = { - name = "Edouard Suenson" - date = 1852.1.1 - type = sea - personality = competent - background = war_college - prestige = 0.2 + name = "Edouard Suenson" + date = 1852.1.1 + type = sea + personality = competent + background = war_college + prestige = 0.2 } leader = { - name = "Georg Gerlach" - date = 1858.1.1 - type = land - personality = able - background = generals_aide - prestige = 0.2 + name = "Georg Gerlach" + date = 1858.1.1 + type = land + personality = able + background = generals_aide + prestige = 0.2 } navy = { - name = "Danish Northsea Fleet" - location = 372 - ship = { - name= "Dannebrog" - type = ironclad - } - - ship = { - name= "Frederik den sjette" - type = manowar - } - - ship = { - name= "Dronning Lovisa" - type = manowar - } - - ship = { - name= "Waldemar" - type = manowar - } - - ship = { - name= "Skiold" - type = manowar - } - - ship = { - name= "Rota" - type = frigate - } - - ship = { - name= "Bellona" - type = frigate - } - - ship = { - name= "Havfruen" - type = frigate - } - - ship = { - name= "Thetis" - type = frigate - } - - ship = { - name= "Gefion" - type = frigate - } - - ship = { - name= "Tordenskjold" - type = frigate - } - - ship = { - name= "Niels Juel" - type = commerce_raider - } - - ship = { - name= "Jylland" - type = commerce_raider - } + name = "Danish Northsea Fleet" + location = 372 + ship = { + name= "Dannebrog" + type = ironclad + } + + ship = { + name= "Frederik den sjette" + type = manowar + } + + ship = { + name= "Dronning Lovisa" + type = manowar + } + + ship = { + name= "Waldemar" + type = manowar + } + + ship = { + name= "Skiold" + type = manowar + } + + ship = { + name= "Rota" + type = frigate + } + + ship = { + name= "Bellona" + type = frigate + } + + ship = { + name= "Havfruen" + type = frigate + } + + ship = { + name= "Thetis" + type = frigate + } + + ship = { + name= "Gefion" + type = frigate + } + + ship = { + name= "Tordenskjold" + type = frigate + } + + ship = { + name= "Niels Juel" + type = commerce_raider + } + + ship = { + name= "Jylland" + type = commerce_raider + } } navy = { - name = "Danish Steamer Fleet" - location = 372 - ship = { - name= "Aegir" - type = steam_transport - } - - ship = { - name= "Heckla" - type = steam_transport - } - - ship = { - name= "Skirner" - type = steam_transport - } + name = "Danish Steamer Fleet" + location = 372 + ship = { + name= "Aegir" + type = steam_transport + } + + ship = { + name= "Heckla" + type = steam_transport + } + + ship = { + name= "Skirner" + type = steam_transport + } } army = { - name = "Danske Heeren" - location = 372 - regiment = { - name= "1.1. Division" - type = infantry - home = 372 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 372 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 373 - } - - regiment = { - name= "4.1. Division" - type = artillery - home = 372 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 366 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 366 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 374 - } - - regiment = { - name= "1.3. Division" - type = infantry - home = 367 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 368 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 371 - } - - regiment = { - name= "4.3. Division" - type = engineer - home = 373 - } - - regiment = { - name= "1.4. Division" - type = hussar - home = 372 - } - - regiment = { - name= "2.4. Division" - type = dragoon - home = 373 - } - - regiment = { - name= "3.4. Division" - type = dragoon - home = 366 - } + name = "Danske Heeren" + location = 372 + regiment = { + name= "1.1. Division" + type = infantry + home = 372 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 372 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 373 + } + + regiment = { + name= "4.1. Division" + type = artillery + home = 372 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 366 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 366 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 374 + } + + regiment = { + name= "1.3. Division" + type = infantry + home = 367 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 368 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 371 + } + + regiment = { + name= "4.3. Division" + type = engineer + home = 373 + } + + regiment = { + name= "1.4. Division" + type = hussar + home = 372 + } + + regiment = { + name= "2.4. Division" + type = dragoon + home = 373 + } + + regiment = { + name= "3.4. Division" + type = dragoon + home = 366 + } } - diff --git a/HPM/history/units/1861/DND_oob.txt b/HPM/history/units/1861/DND_oob.txt index a8b0e3c8..01e16287 100644 --- a/HPM/history/units/1861/DND_oob.txt +++ b/HPM/history/units/1861/DND_oob.txt @@ -1,44 +1,42 @@ DAM = { - value = 30 + value = 30 } DAR = { - value = 10 + value = 10 } WAD = { - value = 15 + value = 15 } SOK = { - value = 5 + value = 5 } MOS = { - value = 30 + value = 30 } MAS = { - value = 30 + value = 30 } SEG = { - value = -10 + value = -10 } army = { - name = "Army of the Dendi Kingdom" - location = 1808 + name = "Army of the Dendi Kingdom" + location = 1808 regiment = { - name= "Askiya's Cavalry" - type = cavalry - home = 1808 } + name= "Askiya's Cavalry" + type = cavalry + home = 1808 } regiment = { - name= "Songhai Warriors" - type = irregular - home = 1805 } + name= "Songhai Warriors" + type = irregular + home = 1805 } } - - diff --git a/HPM/history/units/1861/DOM_oob.txt b/HPM/history/units/1861/DOM_oob.txt index 281d1e4d..43c3bd52 100644 --- a/HPM/history/units/1861/DOM_oob.txt +++ b/HPM/history/units/1861/DOM_oob.txt @@ -1,15 +1,15 @@ army = { - name = "Dominican Army" - location = 2214 - regiment = { - name= "1. Brigada" - type = infantry - home = 2214 - } + name = "Dominican Army" + location = 2214 + regiment = { + name= "1. Brigada" + type = infantry + home = 2214 + } - regiment = { - name= "2. Brigada" - type = infantry - home = 2216 - } + regiment = { + name= "2. Brigada" + type = infantry + home = 2216 + } } diff --git a/HPM/history/units/1861/ECU_oob.txt b/HPM/history/units/1861/ECU_oob.txt index ad2d37ba..63d1c3d8 100644 --- a/HPM/history/units/1861/ECU_oob.txt +++ b/HPM/history/units/1861/ECU_oob.txt @@ -1,32 +1,31 @@ leader = { - name = "Garcia Moreno" - date = 1859.1.1 - type = land - personality = deeply_religious - background = politician - prestige = 0.1 + name = "Garcia Moreno" + date = 1859.1.1 + type = land + personality = deeply_religious + background = politician + prestige = 0.1 } army = { - name = "Ejército de Ecuador" - location = 2279 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2279 - } + name = "Ejército de Ecuador" + location = 2279 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2279 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2279 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2279 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2279 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2279 + } } - diff --git a/HPM/history/units/1861/EGY_oob.txt b/HPM/history/units/1861/EGY_oob.txt index de2ccfcc..ab593d87 100644 --- a/HPM/history/units/1861/EGY_oob.txt +++ b/HPM/history/units/1861/EGY_oob.txt @@ -1,197 +1,196 @@ leader = { - name = "Zubayr Pasha" - date = 1855.1.1 - type = land - personality = charismatic - background = immoral - prestige = 0.1 + name = "Zubayr Pasha" + date = 1855.1.1 + type = land + personality = charismatic + background = immoral + prestige = 0.1 } navy = { - name = "Egyptian Navy" - location = 1751 - ship = { - name= "Al Qahira" - type = frigate - } + name = "Egyptian Navy" + location = 1751 + ship = { + name= "Al Qahira" + type = frigate + } } DAR = { - value = 80 + value = 80 } WAD = { - value = 70 + value = 70 } ETH = { - value = 75 + value = 75 } GEL = { - value = 60 + value = 60 } MAJ = { - value = 60 + value = 60 } army = { - name = "Army of Egypt" - location = 1751 - regiment = { - name= "1.1 Infantry" - type = irregular - home = 1750 - } - - regiment = { - name= "2.1 Infantry" - type = irregular - home = 1746 - } - - regiment = { - name= "3.1 Infantry" - type = irregular - home = 1745 - } - - regiment = { - name= "1.2 Infantry" - type = irregular - home = 1745 - } - - regiment = { - name= "2.2 Infantry" - type = irregular - home = 1751 - } - - regiment = { - name= "3.2 Infantry" - type = irregular - home = 2559 - } - - regiment = { - name= "1.3 Infantry" - type = irregular - home = 1764 - } - - regiment = { - name= "2.3 Infantry" - type = irregular - home = 1746 - } - - regiment = { - name= "3.3 Infantry" - type = irregular - home = 1748 - } - - regiment = { - name= "1.4th Division" - type = irregular - home = 1749 - } - - regiment = { - name= "2.4th Division" - type = irregular - home = 1747 - } - - regiment = { - name= "3.4th Division" - type = irregular - home = 1746 - } + name = "Army of Egypt" + location = 1751 + regiment = { + name= "1.1 Infantry" + type = irregular + home = 1750 + } + + regiment = { + name= "2.1 Infantry" + type = irregular + home = 1746 + } + + regiment = { + name= "3.1 Infantry" + type = irregular + home = 1745 + } + + regiment = { + name= "1.2 Infantry" + type = irregular + home = 1745 + } + + regiment = { + name= "2.2 Infantry" + type = irregular + home = 1751 + } + + regiment = { + name= "3.2 Infantry" + type = irregular + home = 2559 + } + + regiment = { + name= "1.3 Infantry" + type = irregular + home = 1764 + } + + regiment = { + name= "2.3 Infantry" + type = irregular + home = 1746 + } + + regiment = { + name= "3.3 Infantry" + type = irregular + home = 1748 + } + + regiment = { + name= "1.4th Division" + type = irregular + home = 1749 + } + + regiment = { + name= "2.4th Division" + type = irregular + home = 1747 + } + + regiment = { + name= "3.4th Division" + type = irregular + home = 1746 + } } army = { - name = "Garrison of Cairo" - location = 1745 - regiment = { - name= "1.1 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "2.1 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "3.1 Sipahis" - type = cavalry - home = 1750 - } - + name = "Garrison of Cairo" + location = 1745 + regiment = { + name= "1.1 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "2.1 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "3.1 Sipahis" + type = cavalry + home = 1750 + } + } - + army = { - name = "Army of the Upper Nile" - location = 1829 - regiment = { - name= "1.2 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "2.2 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "3.2 Sipahis" - type = cavalry - home = 1751 - } - - regiment = { - name= "1.5 Infantry" - type = irregular - home = 1765 - } - - regiment = { - name= "2.5 Infantry" - type = irregular - home = 1762 - } - - regiment = { - name= "3.5 Infantry" - type = irregular - home = 1831 - } - - regiment = { - name= "1.6 Infantry" - type = irregular - home = 1829 - } - - regiment = { - name= "2.6 Infantry" - type = irregular - home = 1828 - } - - regiment = { - name= "3.6 Infantry" - type = irregular - home = 1827 - } + name = "Army of the Upper Nile" + location = 1829 + regiment = { + name= "1.2 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "2.2 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "3.2 Sipahis" + type = cavalry + home = 1751 + } + + regiment = { + name= "1.5 Infantry" + type = irregular + home = 1765 + } + + regiment = { + name= "2.5 Infantry" + type = irregular + home = 1762 + } + + regiment = { + name= "3.5 Infantry" + type = irregular + home = 1831 + } + + regiment = { + name= "1.6 Infantry" + type = irregular + home = 1829 + } + + regiment = { + name= "2.6 Infantry" + type = irregular + home = 1828 + } + + regiment = { + name= "3.6 Infantry" + type = irregular + home = 1827 + } } - diff --git a/HPM/history/units/1861/ELS_oob.txt b/HPM/history/units/1861/ELS_oob.txt index 64593959..ccf9c785 100644 --- a/HPM/history/units/1861/ELS_oob.txt +++ b/HPM/history/units/1861/ELS_oob.txt @@ -1,16 +1,16 @@ army = { - name = "1st Army" - location = 2191 - regiment = { - name= "1st Infantry" - type = infantry - home = 2191 - } + name = "1st Army" + location = 2191 + regiment = { + name= "1st Infantry" + type = infantry + home = 2191 + } - regiment = { - name= "2nd Infantry" - type = infantry - home = 2191 - } + regiment = { + name= "2nd Infantry" + type = infantry + home = 2191 + } -} \ No newline at end of file +} diff --git a/HPM/history/units/1861/ENG_oob.txt b/HPM/history/units/1861/ENG_oob.txt index f6633e4b..4f257031 100644 --- a/HPM/history/units/1861/ENG_oob.txt +++ b/HPM/history/units/1861/ENG_oob.txt @@ -1,1592 +1,1590 @@ #Sphere of Influence EGY = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } PER = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } AFG = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } PNJ = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } BUR = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } -JOH = { - value = 50 - level = 3 +JOH = { + value = 50 + level = 3 } NET = { - value = 125 - #relation + value = 125 + #relation - level = 4 - #3=cordial, 4 = friendly, 5 sphere + level = 4 + #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + influence_value = 25 } DEN = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SWE = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 30 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 30 } VEN = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } ARG = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } BEL = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } AWA = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } BAS = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } BER = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } BIK = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } BHO = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } BUN = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } HYD = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } IND = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } JAI = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } JAS = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } JOD = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } MEW = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } MYS = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } NAG = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } ORI = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } TRA = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } GBU = { - value = 45 - level = 2 - influence_value = 5 + value = 45 + level = 2 + influence_value = 5 } ASH = { - value = 75 - level = 2 - influence_value = 15 + value = 75 + level = 2 + influence_value = 15 } DAH = { - value = 65 - level = 2 - influence_value = 10 + value = 65 + level = 2 + influence_value = 10 } OYO = { - value = 55 - level = 2 - influence_value = 10 + value = 55 + level = 2 + influence_value = 10 } BEN = { - value = 60 - level = 2 - influence_value = 10 + value = 60 + level = 2 + influence_value = 10 } WRI = { - value = 55 - level = 2 - influence_value = 10 + value = 55 + level = 2 + influence_value = 10 } CLA = { - value = 55 - level = 2 - influence_value = 10 + value = 55 + level = 2 + influence_value = 10 } BSH = { - value = 50 - level = 2 - influence_value = 5 + value = 50 + level = 2 + influence_value = 5 } XHO = { - value = -50 - level = 2 - influence_value = 30 + value = -50 + level = 2 + influence_value = 30 } TOO = { - value = 40 + value = 40 } WOL = { - value = 40 + value = 40 } ARO = { - value = 50 + value = 50 } BHR = { - value = 50 - level = 4 - influence_value = 25 + value = 50 + level = 4 + influence_value = 25 } ABU = { - value = 50 - level = 5 - influence_value = 25 + value = 50 + level = 5 + influence_value = 25 } OMA = { - value = 50 - level = 4 - influence_value = 25 + value = 50 + level = 4 + influence_value = 25 } NEJ = { - value = 50 - level = 4 - influence_value = 25 + value = 50 + level = 4 + influence_value = 25 } SWK = { - value = 100 - level = 5 - influence_value = 25 + value = 100 + level = 5 + influence_value = 25 } YEM = { - value = -50 + value = -50 } #Leaders leader = { - name = "John Fox Burgoyne" - date = 1838.1.1 - type = land - personality = able - background = engineer - prestige = 0.3 + name = "John Fox Burgoyne" + date = 1838.1.1 + type = land + personality = able + background = engineer + prestige = 0.3 } leader = { - name = "George Brown" - date = 1840.1.1 - type = land - personality = harsh - background = cavalry_school - prestige = 0.2 + name = "George Brown" + date = 1840.1.1 + type = land + personality = harsh + background = cavalry_school + prestige = 0.2 } leader = { - name = "Sir James Dundas" - date = 1841.1.1 - type = sea - personality = cautious - background = elderly - prestige = 0.2 + name = "Sir James Dundas" + date = 1841.1.1 + type = sea + personality = cautious + background = elderly + prestige = 0.2 } leader = { - name = "James Grant" - date = 1842.1.1 - type = land - personality = brilliant - background = cavalry_school - prestige = 0.2 + name = "James Grant" + date = 1842.1.1 + type = land + personality = brilliant + background = cavalry_school + prestige = 0.2 } leader = { - name = "Colin Campbell" - date = 1849.1.1 - type = land - personality = meticulous - background = school_of_firepower - prestige = 0.2 + name = "Colin Campbell" + date = 1849.1.1 + type = land + personality = meticulous + background = school_of_firepower + prestige = 0.2 } leader = { - name = "Sir Fairfax Moresby" - date = 1849.1.1 - type = sea - personality = able - background = cartographer - prestige = 0.2 + name = "Sir Fairfax Moresby" + date = 1849.1.1 + type = sea + personality = able + background = cartographer + prestige = 0.2 } leader = { - name = "John Inglis" - date = 1852.1.1 - type = land - personality = heroic - background = school_of_defense - prestige = 0.2 + name = "John Inglis" + date = 1852.1.1 + type = land + personality = heroic + background = school_of_defense + prestige = 0.2 } leader = { - name = "Prince George" - date = 1854.1.1 - type = land - personality = arrogant - background = old_school - prestige = 0.1 + name = "Prince George" + date = 1854.1.1 + type = land + personality = arrogant + background = old_school + prestige = 0.1 } leader = { - name = "Robert Napier" - date = 1855.1.1 - type = land - personality = skilled - background = colonial_b - prestige = 0.1 + name = "Robert Napier" + date = 1855.1.1 + type = land + personality = skilled + background = colonial_b + prestige = 0.1 } leader = { - name = "W.F. Williams" - date = 1856.1.1 - type = land - personality = steadfast - background = artillerist - prestige = 0.1 + name = "W.F. Williams" + date = 1856.1.1 + type = land + personality = steadfast + background = artillerist + prestige = 0.1 } leader = { - name = "Sir George R. Mundy" - date = 1857.1.1 - type = sea - personality = bigoted - background = elderly - prestige = 0.1 + name = "Sir George R. Mundy" + date = 1857.1.1 + type = sea + personality = bigoted + background = elderly + prestige = 0.1 } leader = { - name = "Sir James Hope" - date = 1859.1.1 - type = sea - personality = indifferent - background = old_school - prestige = 0.1 + name = "Sir James Hope" + date = 1859.1.1 + type = sea + personality = indifferent + background = old_school + prestige = 0.1 } leader = { - name = "Sir Henry Keppel" - date = 1859.1.1 - type = sea - personality = ballsy - background = aristocrat - prestige = 0.1 + name = "Sir Henry Keppel" + date = 1859.1.1 + type = sea + personality = ballsy + background = aristocrat + prestige = 0.1 } leader = { - name = "Frederick Seymour" - date = 1860.1.1 - type = sea - personality = gallant - background = old_school - prestige = 0.1 + name = "Frederick Seymour" + date = 1860.1.1 + type = sea + personality = gallant + background = old_school + prestige = 0.1 } leader = { - name = "A.C. Key" - date = 1861.1.1 - type = sea - personality = competent - background = gifted_administrator + name = "A.C. Key" + date = 1861.1.1 + type = sea + personality = competent + background = gifted_administrator } army = { - name = "Royal Army" - location = 300 - regiment = { - name= "1.Royal Guards Division" - type = guard - home = 300 - } - - regiment = { - name= "2.Royal Guards Division" - type = guard - home = 269 - } - - regiment = { - name= "3.Royal Guards Division" - type = guard - home = 263 - } - - regiment = { - name= "1.Royal Guards Cavalry Division" - type = hussar - home = 300 - } - - regiment = { - name= "2.Royal Guards Cavalry Division" - type = hussar - home = 271 - } - - regiment = { - name= "3.Royal Guards Cavalry Division" - type = hussar - home = 293 - } + name = "Royal Army" + location = 300 + regiment = { + name= "1.Royal Guards Division" + type = guard + home = 300 + } + + regiment = { + name= "2.Royal Guards Division" + type = guard + home = 269 + } + + regiment = { + name= "3.Royal Guards Division" + type = guard + home = 263 + } + + regiment = { + name= "1.Royal Guards Cavalry Division" + type = hussar + home = 300 + } + + regiment = { + name= "2.Royal Guards Cavalry Division" + type = hussar + home = 271 + } + + regiment = { + name= "3.Royal Guards Cavalry Division" + type = hussar + home = 293 + } } army = { - name = "Home Army" - location = 293 - regiment = { - name= "1.1. Division" - type = infantry - home = 278 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 277 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 284 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 291 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 292 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 295 - } - - regiment = { - name= "1.3. Division" - type = infantry - home = 287 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 294 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 300 - } - - regiment = { - name= "1.4. Division" - type = infantry - home = 271 - } - - regiment = { - name= "2.4. Division" - type = infantry - home = 270 - } - - regiment = { - name= "3.4. Division" - type = infantry - home = 280 - } - - regiment = { - name= "1.5. Division" - type = infantry - home = 282 - } - - regiment = { - name= "2.5. Division" - type = infantry - home = 283 - } - - regiment = { - name= "3.5. Division" - type = infantry - home = 281 - } - - regiment = { - name= "1.6. Division" - type = infantry - home = 289 - } - - regiment = { - name= "2.6. Division" - type = engineer - home = 288 - } - - regiment = { - name= "3.6. Division" - type = artillery - home = 290 - } + name = "Home Army" + location = 293 + regiment = { + name= "1.1. Division" + type = infantry + home = 278 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 277 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 284 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 291 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 292 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 295 + } + + regiment = { + name= "1.3. Division" + type = infantry + home = 287 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 294 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 300 + } + + regiment = { + name= "1.4. Division" + type = infantry + home = 271 + } + + regiment = { + name= "2.4. Division" + type = infantry + home = 270 + } + + regiment = { + name= "3.4. Division" + type = infantry + home = 280 + } + + regiment = { + name= "1.5. Division" + type = infantry + home = 282 + } + + regiment = { + name= "2.5. Division" + type = infantry + home = 283 + } + + regiment = { + name= "3.5. Division" + type = infantry + home = 281 + } + + regiment = { + name= "1.6. Division" + type = infantry + home = 289 + } + + regiment = { + name= "2.6. Division" + type = engineer + home = 288 + } + + regiment = { + name= "3.6. Division" + type = artillery + home = 290 + } } army = { - name = "Royal Irish Army" - location = 263 - regiment = { - name= "1.7. Division" - type = infantry - home = 300 - } + name = "Royal Irish Army" + location = 263 + regiment = { + name= "1.7. Division" + type = infantry + home = 300 + } - regiment = { - name= "2.7. Division" - type = infantry - home = 255 - } + regiment = { + name= "2.7. Division" + type = infantry + home = 255 + } - regiment = { - name= "3.7. Division" - type = infantry - home = 259 - } + regiment = { + name= "3.7. Division" + type = infantry + home = 259 + } } army = { - name = "1st Indian Army" - location = 1239 - regiment = { - name= "1.8. Division" - type = infantry - home = 303 - } - - regiment = { - name= "2.8. Division" - type = infantry - home = 284 - } - - regiment = { - name= "3.8. Division" - type = infantry - home = 273 - } - - regiment = { - name= "1.12. Division" - type = infantry - home = 266 - } - - regiment = { - name= "2.12. Division" - type = engineer - home = 267 - } - - regiment = { - name= "3.12. Division" - type = artillery - home = 268 - } - - regiment = { - name= "1.1. Indian Division" - type = infantry - home = 1251 - } - - regiment = { - name= "2.1. Indian Division" - type = infantry - home = 1254 - } - - regiment = { - name= "3.1. Indian Division" - type = infantry - home = 1257 - } - - regiment = { - name= "1.2. Indian Division" - type = infantry - home = 1227 - } - - regiment = { - name= "2.2. Indian Division" - type = infantry - home = 1233 - } - - regiment = { - name= "3.2. Indian Division" - type = infantry - home = 1228 - } - - regiment = { - name= "1.1. Indian Cavalry Division" - type = dragoon - home = 1239 - } + name = "1st Indian Army" + location = 1239 + regiment = { + name= "1.8. Division" + type = infantry + home = 303 + } + + regiment = { + name= "2.8. Division" + type = infantry + home = 284 + } + + regiment = { + name= "3.8. Division" + type = infantry + home = 273 + } + + regiment = { + name= "1.12. Division" + type = infantry + home = 266 + } + + regiment = { + name= "2.12. Division" + type = engineer + home = 267 + } + + regiment = { + name= "3.12. Division" + type = artillery + home = 268 + } + + regiment = { + name= "1.1. Indian Division" + type = infantry + home = 1251 + } + + regiment = { + name= "2.1. Indian Division" + type = infantry + home = 1254 + } + + regiment = { + name= "3.1. Indian Division" + type = infantry + home = 1257 + } + + regiment = { + name= "1.2. Indian Division" + type = infantry + home = 1227 + } + + regiment = { + name= "2.2. Indian Division" + type = infantry + home = 1233 + } + + regiment = { + name= "3.2. Indian Division" + type = infantry + home = 1228 + } + + regiment = { + name= "1.1. Indian Cavalry Division" + type = dragoon + home = 1239 + } } army = { - name = "2nd Indian Army" - location = 1304 - regiment = { - name= "1.9. Division" - type = infantry - home = 296 - } - - regiment = { - name= "2.9. Division" - type = engineer - home = 286 - } - - regiment = { - name= "3.9. Division" - type = artillery - home = 274 - } - regiment = { - name= "1.3. Indian Division" - type = infantry - home = 1304 - } - - regiment = { - name= "2.3. Indian Division" - type = infantry - home = 1310 - } - - regiment = { - name= "3.3. Indian Division" - type = infantry - home = 1307 - } - - regiment = { - name= "2.1. Indian Cavalry Division" - type = dragoon - home = 1240 - } + name = "2nd Indian Army" + location = 1304 + regiment = { + name= "1.9. Division" + type = infantry + home = 296 + } + + regiment = { + name= "2.9. Division" + type = engineer + home = 286 + } + + regiment = { + name= "3.9. Division" + type = artillery + home = 274 + } + regiment = { + name= "1.3. Indian Division" + type = infantry + home = 1304 + } + + regiment = { + name= "2.3. Indian Division" + type = infantry + home = 1310 + } + + regiment = { + name= "3.3. Indian Division" + type = infantry + home = 1307 + } + + regiment = { + name= "2.1. Indian Cavalry Division" + type = dragoon + home = 1240 + } } army = { - name = "3rd Indian Army" - location = 1297 - regiment = { - name= "1.10. Division" - type = infantry - home = 299 - } - - regiment = { - name= "2.10. Division" - type = infantry - home = 298 - } - - regiment = { - name= "3.10. Division" - type = infantry - home = 297 - } - - regiment = { - name= "1.11. Division" - type = infantry - home = 278 - } - - regiment = { - name= "2.11. Division" - type = engineer - home = 277 - } - - regiment = { - name= "3.11. Division" - type = artillery - home = 285 - } - - regiment = { - name= "1.4. Indian Division" - type = infantry - home = 1297 - } - - regiment = { - name= "2.4. Indian Division" - type = infantry - home = 1296 - } - - regiment = { - name= "3.4. Indian Division" - type = infantry - home = 1299 - } - - regiment = { - name= "3.1. Indian Cavalry Division" - type = dragoon - home = 1236 - } + name = "3rd Indian Army" + location = 1297 + regiment = { + name= "1.10. Division" + type = infantry + home = 299 + } + + regiment = { + name= "2.10. Division" + type = infantry + home = 298 + } + + regiment = { + name= "3.10. Division" + type = infantry + home = 297 + } + + regiment = { + name= "1.11. Division" + type = infantry + home = 278 + } + + regiment = { + name= "2.11. Division" + type = engineer + home = 277 + } + + regiment = { + name= "3.11. Division" + type = artillery + home = 285 + } + + regiment = { + name= "1.4. Indian Division" + type = infantry + home = 1297 + } + + regiment = { + name= "2.4. Indian Division" + type = infantry + home = 1296 + } + + regiment = { + name= "3.4. Indian Division" + type = infantry + home = 1299 + } + + regiment = { + name= "3.1. Indian Cavalry Division" + type = dragoon + home = 1236 + } } army = { - name = "Royal Australian Army" - location = 2468 - regiment = { - name= "1.1. Australian Division" - type = infantry - home = 2468 - } + name = "Royal Australian Army" + location = 2468 + regiment = { + name= "1.1. Australian Division" + type = infantry + home = 2468 + } - regiment = { - name= "2.1. Australian Division" - type = infantry - home = 2482 - } + regiment = { + name= "2.1. Australian Division" + type = infantry + home = 2482 + } - regiment = { - name= "3.1. Australian Division" - type = infantry - home = 302 - } + regiment = { + name= "3.1. Australian Division" + type = infantry + home = 302 + } } army = { - name = "Royal Canadian Army" - location = 57 - regiment = { - name= "1.1. Canadian Division" - type = infantry - home = 46 - } + name = "Royal Canadian Army" + location = 57 + regiment = { + name= "1.1. Canadian Division" + type = infantry + home = 46 + } - regiment = { - name= "2.1. Canadian Division" - type = infantry - home = 56 - } + regiment = { + name= "2.1. Canadian Division" + type = infantry + home = 56 + } - regiment = { - name= "3.1. Canadian Division" - type = infantry - home = 301 - } + regiment = { + name= "3.1. Canadian Division" + type = infantry + home = 301 + } } navy = { - name = "Channel Fleet" - location = 303 - ship = { - name= "HMS Warrior" - type = ironclad - } - - ship = { - name= "HMS Aboukir" #Plymouth - type = manowar - } - - ship = { - name= "HMS Centurion" #Plymouth - type = manowar - } - - ship = { - name= "HMS Conqueror" #Plymouth - type = manowar - } - - ship = { - name= "HMS Donegal" #Plymouth - type = manowar - } - - ship = { - name= "HMS Edgar" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Frederick William" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Hero" #Plymouth - type = manowar - } - - ship = { - name= "HMS Revenge" - type = manowar - } - - ship = { - name= "HMS Trafalgar" - type = manowar - } - - ship = { - name= "HMS Caesar" - type = manowar - } - - ship = { - name= "HMS Ariadne" - type = commerce_raider - } - - ship = { - name= "HMS Diadem" - type = commerce_raider - } + name = "Channel Fleet" + location = 303 + ship = { + name= "HMS Warrior" + type = ironclad + } + + ship = { + name= "HMS Aboukir" #Plymouth + type = manowar + } + + ship = { + name= "HMS Centurion" #Plymouth + type = manowar + } + + ship = { + name= "HMS Conqueror" #Plymouth + type = manowar + } + + ship = { + name= "HMS Donegal" #Plymouth + type = manowar + } + + ship = { + name= "HMS Edgar" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Frederick William" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Hero" #Plymouth + type = manowar + } + + ship = { + name= "HMS Revenge" + type = manowar + } + + ship = { + name= "HMS Trafalgar" + type = manowar + } + + ship = { + name= "HMS Caesar" + type = manowar + } + + ship = { + name= "HMS Ariadne" + type = commerce_raider + } + + ship = { + name= "HMS Diadem" + type = commerce_raider + } } navy = { - name = "Particular Service Squadron" - location = 260 #Cork - ship = { - name= "HMS Sans Pareil" - type = manowar - } + name = "Particular Service Squadron" + location = 260 #Cork + ship = { + name= "HMS Sans Pareil" + type = manowar + } - ship = { - name= "HMS Emerald" - type = commerce_raider - } + ship = { + name= "HMS Emerald" + type = commerce_raider + } } navy = { - name = "1st Reserve Squadron" - location = 303 #Southampton - ship = { - name= "HMS Duke of Wellington" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Windsor Castle" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Nelson" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Rodney" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Victoria" - type = manowar - } - - ship = { - name= "HMS Duncan" - type = manowar - } - - ship = { - name= "HMS Thunderer" #Portsmouth - type = manowar - } - - ship = { - name= "HMS Shannon" - type = commerce_raider - } - - ship = { - name= "HMS Euryalus" - type = commerce_raider - } - - ship = { - name= "HMS Octavia" - type = commerce_raider - } - - ship = { - name= "HMS Sutlej" - type = commerce_raider - } - + name = "1st Reserve Squadron" + location = 303 #Southampton + ship = { + name= "HMS Duke of Wellington" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Windsor Castle" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Nelson" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Rodney" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Victoria" + type = manowar + } + + ship = { + name= "HMS Duncan" + type = manowar + } + + ship = { + name= "HMS Thunderer" #Portsmouth + type = manowar + } + + ship = { + name= "HMS Shannon" + type = commerce_raider + } + + ship = { + name= "HMS Euryalus" + type = commerce_raider + } + + ship = { + name= "HMS Octavia" + type = commerce_raider + } + + ship = { + name= "HMS Sutlej" + type = commerce_raider + } + } navy = { - name = "2nd Reserve Squadron" - location = 299 #Plymouth - - ship = { - name= "HMS Howe" #Plymouth - type = manowar - } - - ship = { - name= "HMS Brunswick" #Plymouth - type = manowar - } - - ship = { - name= "HMS Gibraltar" #Plymouth - type = manowar - } - - ship = { - name= "HMS Princess Royal" #Plymouth - type = manowar - } - - ship = { - name= "HMS Royal Sovereign" #Plymouth - type = manowar - } - - ship = { - name= "HMS Royal Albert" #Plymouth - type = manowar - } - - ship = { - name= "HMS Lion" - type = manowar - } - - ship = { - name= "HMS Phaeton" - type = commerce_raider - } - - ship = { - name= "HMS Sybille" #Plymouth - type = frigate - } - - ship = { - name= "HMS Cambrian" - type = frigate - } + name = "2nd Reserve Squadron" + location = 299 #Plymouth + + ship = { + name= "HMS Howe" #Plymouth + type = manowar + } + + ship = { + name= "HMS Brunswick" #Plymouth + type = manowar + } + + ship = { + name= "HMS Gibraltar" #Plymouth + type = manowar + } + + ship = { + name= "HMS Princess Royal" #Plymouth + type = manowar + } + + ship = { + name= "HMS Royal Sovereign" #Plymouth + type = manowar + } + + ship = { + name= "HMS Royal Albert" #Plymouth + type = manowar + } + + ship = { + name= "HMS Lion" + type = manowar + } + + ship = { + name= "HMS Phaeton" + type = commerce_raider + } + + ship = { + name= "HMS Sybille" #Plymouth + type = frigate + } + + ship = { + name= "HMS Cambrian" + type = frigate + } } navy = { - name = "3rd Reserve Squadron" - location = 299 - ship = { - name= "HMS Bombay" #Plymouth - type = manowar - } - - ship = { - name= "HMS Monarch" #Plymouth - type = manowar - } - - ship = { - name= "HMS Hindostan" #Plymouth - type = manowar - } - - ship = { - name= "HMS Royal William" #Reserve Depot Ship Plymouth Not Fitted - type = manowar - } - - ship = { - name= "HMS Royal Adelaide" #Reserve Depot Ship Plymouth - type = manowar - } - - ship = { - name= "HMS Prince of Wales" #Plymouth Not Fitted - type = manowar - } - - ship = { - name= "HMS Albion" #Plymouth Not Fitted - type = manowar - } - - ship = { - name= "HMS Severn" - type = frigate - } - - ship = { - name= "HMS Indefatigable" - type = frigate - } - - ship = { - name= "HMS Constance" #undergoing conversion to a screw frigate - type = frigate - } + name = "3rd Reserve Squadron" + location = 299 + ship = { + name= "HMS Bombay" #Plymouth + type = manowar + } + + ship = { + name= "HMS Monarch" #Plymouth + type = manowar + } + + ship = { + name= "HMS Hindostan" #Plymouth + type = manowar + } + + ship = { + name= "HMS Royal William" #Reserve Depot Ship Plymouth Not Fitted + type = manowar + } + + ship = { + name= "HMS Royal Adelaide" #Reserve Depot Ship Plymouth + type = manowar + } + + ship = { + name= "HMS Prince of Wales" #Plymouth Not Fitted + type = manowar + } + + ship = { + name= "HMS Albion" #Plymouth Not Fitted + type = manowar + } + + ship = { + name= "HMS Severn" + type = frigate + } + + ship = { + name= "HMS Indefatigable" + type = frigate + } + + ship = { + name= "HMS Constance" #undergoing conversion to a screw frigate + type = frigate + } } navy = { - name = "4th Reserve Squadron" - location = 292 #Ipswich - ship = { - name= "HMS Formidable" #Sheerness - type = manowar - } - - ship = { - name= "HMS Superb" #Chatham - type = manowar - } - - ship = { - name= "HMS Royal George" #Sheerness - type = manowar - } - - ship = { - name= "HMS Collingwood" #Chatham Not Fitted - type = manowar - } - - ship = { - name= "HMS Goliath" #Chatham Not Fitted - type = manowar - } - - ship = { - name= "HMS Waterloo" #Sheerness - type = manowar - } - - ship = { - name= "HMS Hood" - type = manowar - } - - ship = { - name= "HMS Meeanee" - type = manowar - } - - ship = { - name= "HMS Leander" - type = commerce_raider - } - - ship = { - name= "HMS Arethusa" - type = frigate - } - - ship = { - name= "HMS Nankin" - type = frigate - } - - ship = { - name= "HMS Chichester" - type = frigate - } + name = "4th Reserve Squadron" + location = 292 #Ipswich + ship = { + name= "HMS Formidable" #Sheerness + type = manowar + } + + ship = { + name= "HMS Superb" #Chatham + type = manowar + } + + ship = { + name= "HMS Royal George" #Sheerness + type = manowar + } + + ship = { + name= "HMS Collingwood" #Chatham Not Fitted + type = manowar + } + + ship = { + name= "HMS Goliath" #Chatham Not Fitted + type = manowar + } + + ship = { + name= "HMS Waterloo" #Sheerness + type = manowar + } + + ship = { + name= "HMS Hood" + type = manowar + } + + ship = { + name= "HMS Meeanee" + type = manowar + } + + ship = { + name= "HMS Leander" + type = commerce_raider + } + + ship = { + name= "HMS Arethusa" + type = frigate + } + + ship = { + name= "HMS Nankin" + type = frigate + } + + ship = { + name= "HMS Chichester" + type = frigate + } } navy = { - name = "Mediterranean Fleet" - location = 854 - ship = { - name= "HMS Agamemnon" - type = manowar - } - - ship = { - name= "HMS Algiers" - type = manowar - } - - ship = { - name= "HMS Hannibal" - type = manowar - } - - ship = { - name= "HMS James Watt" - type = manowar - } - - ship = { - name= "HMS Victor Emmanuel" - type = manowar - } - - ship = { - name= "HMS Neptune" - type = manowar - } - - ship = { - name= "HMS London" - type = manowar - } - - ship = { - name= "HMS Marlborough" - type = manowar - } - - ship = { - name= "HMS Renown" - type = manowar - } - - ship = { - name= "HMS Exmouth" - type = manowar - } - - ship = { - name= "HMS Mars" - type = manowar - } - - ship = { - name= "HMS Orion" - type = manowar - } - - ship = { - name= "HMS Queen" - type = manowar - } - - ship = { - name= "HMS Hibernia" - type = manowar - } - - ship = { - name= "HMS Cressy" - type = manowar - } - - ship = { - name= "HMS St Jean d'Acre" - type = manowar - } - - ship = { - name= "HMS Amphion" - type = commerce_raider - } - - ship = { - name= "HMS Phoebe" - type = commerce_raider - } - - ship = { - name= "HMS Liffey" - type = commerce_raider - } - - ship = { - name= "HMS Doris" - type = commerce_raider - } - - ship = { - name= "HMS Melpomene" - type = commerce_raider - } - - ship = { - name= "HMS Immortalité" - type = commerce_raider - } + name = "Mediterranean Fleet" + location = 854 + ship = { + name= "HMS Agamemnon" + type = manowar + } + + ship = { + name= "HMS Algiers" + type = manowar + } + + ship = { + name= "HMS Hannibal" + type = manowar + } + + ship = { + name= "HMS James Watt" + type = manowar + } + + ship = { + name= "HMS Victor Emmanuel" + type = manowar + } + + ship = { + name= "HMS Neptune" + type = manowar + } + + ship = { + name= "HMS London" + type = manowar + } + + ship = { + name= "HMS Marlborough" + type = manowar + } + + ship = { + name= "HMS Renown" + type = manowar + } + + ship = { + name= "HMS Exmouth" + type = manowar + } + + ship = { + name= "HMS Mars" + type = manowar + } + + ship = { + name= "HMS Orion" + type = manowar + } + + ship = { + name= "HMS Queen" + type = manowar + } + + ship = { + name= "HMS Hibernia" + type = manowar + } + + ship = { + name= "HMS Cressy" + type = manowar + } + + ship = { + name= "HMS St Jean d'Acre" + type = manowar + } + + ship = { + name= "HMS Amphion" + type = commerce_raider + } + + ship = { + name= "HMS Phoebe" + type = commerce_raider + } + + ship = { + name= "HMS Liffey" + type = commerce_raider + } + + ship = { + name= "HMS Doris" + type = commerce_raider + } + + ship = { + name= "HMS Melpomene" + type = commerce_raider + } + + ship = { + name= "HMS Immortalité" + type = commerce_raider + } } navy = { - name = "North America Station" - location = 71 #Halifax - ship = { - name= "HMS Nile" - type = manowar - } - - ship = { - name= "HMS St. George" - type = manowar - } - - ship = { - name= "HMS Curacoa" - type = frigate - } - - ship = { - name= "HMS Orlando" - type = commerce_raider - } - - ship = { - name= "HMS Mersey" - type = commerce_raider - } + name = "North America Station" + location = 71 #Halifax + ship = { + name= "HMS Nile" + type = manowar + } + + ship = { + name= "HMS St. George" + type = manowar + } + + ship = { + name= "HMS Curacoa" + type = frigate + } + + ship = { + name= "HMS Orlando" + type = commerce_raider + } + + ship = { + name= "HMS Mersey" + type = commerce_raider + } } navy = { - name = "South America Station" - location = 2131 - - ship = { - name= "HMS Forte" - type = commerce_raider - } + name = "South America Station" + location = 2131 + + ship = { + name= "HMS Forte" + type = commerce_raider + } } navy = { - name = "West Africa Station" - location = 1884 - ship = { - name= "HMS Arrogant" - type = commerce_raider - } + name = "West Africa Station" + location = 1884 + ship = { + name= "HMS Arrogant" + type = commerce_raider + } } navy = { - name = "Cape of Good Hope Station" - location = 2087 - ship = { - name= "HMS Boscawen" - type = manowar - } - - ship = { - name= "HMS Narcissus" - type = commerce_raider - } + name = "Cape of Good Hope Station" + location = 2087 + ship = { + name= "HMS Boscawen" + type = manowar + } + + ship = { + name= "HMS Narcissus" + type = commerce_raider + } } navy = { - name = "East Indies Station" - location = 1324 - ship = { - name= "HMS Calcutta" - type = manowar - } - - ship = { - name= "HMS Impérieuse" - type = commerce_raider - } - - ship = { - name= "HMS Chesapeake" - type = commerce_raider - } - - ship = { - name= "HMS Active" - type = frigate - } - - ship = { - name= "HMS Pique" - type = frigate - } + name = "East Indies Station" + location = 1324 + ship = { + name= "HMS Calcutta" + type = manowar + } + + ship = { + name= "HMS Impérieuse" + type = commerce_raider + } + + ship = { + name= "HMS Chesapeake" + type = commerce_raider + } + + ship = { + name= "HMS Active" + type = frigate + } + + ship = { + name= "HMS Pique" + type = frigate + } } navy = { - name = "Australia Station" - location = 2468 - ship = { - name= "HMS Iris" - type = frigate - } + name = "Australia Station" + location = 2468 + ship = { + name= "HMS Iris" + type = frigate + } } navy = { - name = "Pacific Station" - location = 14 #Esquimalt - ship = { - name= "HMS Ganges" - type = manowar - } - - ship = { - name= "HMS Termagent" - type = commerce_raider - } - - ship = { - name= "HMS Bacchante" - type = commerce_raider - } - - ship = { - name= "HMS Topaze" - type = commerce_raider - } - - ship = { - name= "HMS Tribune" - type = commerce_raider - } + name = "Pacific Station" + location = 14 #Esquimalt + ship = { + name= "HMS Ganges" + type = manowar + } + + ship = { + name= "HMS Termagent" + type = commerce_raider + } + + ship = { + name= "HMS Bacchante" + type = commerce_raider + } + + ship = { + name= "HMS Topaze" + type = commerce_raider + } + + ship = { + name= "HMS Tribune" + type = commerce_raider + } } navy = { - name = "Coast Guard Liverpool" - location = 277 - ship = { - name= "HMS Majestic" - type = manowar - } + name = "Coast Guard Liverpool" + location = 277 + ship = { + name= "HMS Majestic" + type = manowar + } } navy = { - name = "Coast Guard Kingstown" - location = 263 - ship = { - name= "HMS Vanguard" - type = manowar - } + name = "Coast Guard Kingstown" + location = 263 + ship = { + name= "HMS Vanguard" + type = manowar + } } navy = { - name = "Coast Guard Southampton" - location = 303 - ship = { - name= "HMS Irresistable" - type = manowar - } + name = "Coast Guard Southampton" + location = 303 + ship = { + name= "HMS Irresistable" + type = manowar + } + + ship = { + name= "HMS Dauntless" + type = commerce_raider + } - ship = { - name= "HMS Dauntless" - type = commerce_raider - } - } navy = { - name = "Coast Guard Portland" - location = 297 - ship = { - name= "HMS Colossus" - type = manowar - } -} - -navy = { - name = "1st Transport Squadron" - location = 303 - ship = { - name= "1st Transport Flotilla" - type = steam_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "3rd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "4th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "5th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "6th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "7th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "8th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "9th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "10th Transport Flotilla" - type = steam_transport - } - + name = "Coast Guard Portland" + location = 297 + ship = { + name= "HMS Colossus" + type = manowar + } } navy = { - name = "2nd Transport Squadron" - location = 277 - ship = { - name= "11th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "12th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "13th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "14th Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "15th Transport Flotilla" - type = clipper_transport - } + name = "1st Transport Squadron" + location = 303 + ship = { + name= "1st Transport Flotilla" + type = steam_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "3rd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "4th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "5th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "6th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "7th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "8th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "9th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "10th Transport Flotilla" + type = steam_transport + } } navy = { - name = "3rd Transport Squadron" - location = 854 - ship = { - name= "16th Transport Flotilla" - type = steam_transport - } + name = "2nd Transport Squadron" + location = 277 + ship = { + name= "11th Transport Flotilla" + type = steam_transport + } - ship = { - name= "17th Transport Flotilla" - type = steam_transport - } + ship = { + name= "12th Transport Flotilla" + type = steam_transport + } - ship = { - name= "18th Transport Flotilla" - type = steam_transport - } + ship = { + name= "13th Transport Flotilla" + type = steam_transport + } - ship = { - name= "19th Transport Flotilla" - type = clipper_transport - } + ship = { + name= "14th Transport Flotilla" + type = clipper_transport + } - ship = { - name= "20th Transport Flotilla" - type = clipper_transport - } + ship = { + name= "15th Transport Flotilla" + type = clipper_transport + } } navy = { - name = "4th Transport Squadron" - location = 1297 - ship = { - name= "21st Transport Flotilla" - type = steam_transport - } - - ship = { - name= "22nd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "23rd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "24th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "25th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "26th Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "27th Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "28th Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "29th Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "30th Transport Flotilla" - type = clipper_transport - } + name = "3rd Transport Squadron" + location = 854 + ship = { + name= "16th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "17th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "18th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "19th Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "20th Transport Flotilla" + type = clipper_transport + } } +navy = { + name = "4th Transport Squadron" + location = 1297 + ship = { + name= "21st Transport Flotilla" + type = steam_transport + } + + ship = { + name= "22nd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "23rd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "24th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "25th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "26th Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "27th Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "28th Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "29th Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "30th Transport Flotilla" + type = clipper_transport + } +} diff --git a/HPM/history/units/1861/ETH_oob.txt b/HPM/history/units/1861/ETH_oob.txt index e42a0b23..8c8f16c0 100644 --- a/HPM/history/units/1861/ETH_oob.txt +++ b/HPM/history/units/1861/ETH_oob.txt @@ -1,5 +1,5 @@ ETH = { - value = 75 + value = 75 } leader = { @@ -7,75 +7,74 @@ leader = { type = land date = 1836.1.1 background = school_of_offense - personality = bold + personality = bold } army = { - name = "Army of the Emperor of Ethiopia" - location = 1854 - regiment = { - name= "1st 'Galla' Division" - type = irregular - home = 1852 - } + name = "Army of the Emperor of Ethiopia" + location = 1854 + regiment = { + name= "1st 'Galla' Division" + type = irregular + home = 1852 + } - regiment = { - name= "2nd 'Galla' Division" - type = irregular - home = 1853 - } + regiment = { + name= "2nd 'Galla' Division" + type = irregular + home = 1853 + } - regiment = { - name= "3rd 'Galla' Division" - type = irregular - home = 1854 - } + regiment = { + name= "3rd 'Galla' Division" + type = irregular + home = 1854 + } } army = { - name = "Army of the Ras of Tigre" - location = 1855 - regiment = { - name= "1st 'Wolla' Division" - type = irregular - home = 1856 - } + name = "Army of the Ras of Tigre" + location = 1855 + regiment = { + name= "1st 'Wolla' Division" + type = irregular + home = 1856 + } - regiment = { - name= "2nd 'Wolla' Division" - type = irregular - home = 1857 - } + regiment = { + name= "2nd 'Wolla' Division" + type = irregular + home = 1857 + } - regiment = { - name= "3rd 'Wolla' Division" - type = irregular - home = 1855 - } + regiment = { + name= "3rd 'Wolla' Division" + type = irregular + home = 1855 + } } army = { - name = "Army of the Ras of Shoa" - location = 1861 - regiment = { - name= "1st 'Shoa' Division" - type = irregular - home = 1859 - } + name = "Army of the Ras of Shoa" + location = 1861 + regiment = { + name= "1st 'Shoa' Division" + type = irregular + home = 1859 + } - regiment = { - name= "2nd 'Shoa' Division" - type = irregular - home = 1859 - } + regiment = { + name= "2nd 'Shoa' Division" + type = irregular + home = 1859 + } - regiment = { - name= "3rd 'Shoa' Division" - type = irregular - home = 1860 - } + regiment = { + name= "3rd 'Shoa' Division" + type = irregular + home = 1860 + } } - diff --git a/HPM/history/units/1861/FRA_oob.txt b/HPM/history/units/1861/FRA_oob.txt index 0af2a70a..69dde134 100644 --- a/HPM/history/units/1861/FRA_oob.txt +++ b/HPM/history/units/1861/FRA_oob.txt @@ -1,1366 +1,1365 @@ #Sphere of Influence BEL = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } LUX = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } PAP = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SIC = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SWI = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SAR = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } WOL = { - value = 55 - level = 2 - influence_value = 10 + value = 55 + level = 2 + influence_value = 10 } ASH = { - value = 75 - level = 2 - influence_value = 15 + value = 75 + level = 2 + influence_value = 15 } DAH = { - value = 65 - level = 2 - influence_value = 15 + value = 65 + level = 2 + influence_value = 15 } #Leaders leader = { - name = "Bernard Pierre Magnan" - date = 1835.1.1 - type = land - personality = disorderly - background = bootlicker - prestige = 0.3 + name = "Bernard Pierre Magnan" + date = 1835.1.1 + type = land + personality = disorderly + background = bootlicker + prestige = 0.3 } leader = { - name = "Baraguey d'Hilliers" - date = 1836.1.1 - type = land - personality = active_p - background = drillmaster - prestige = 0.3 + name = "Baraguey d'Hilliers" + date = 1836.1.1 + type = land + personality = active_p + background = drillmaster + prestige = 0.3 } leader = { - name = "Auguste Regnaud" - date = 1848.1.1 - type = land - personality = manful - background = aristocrat - prestige = 0.2 + name = "Auguste Regnaud" + date = 1848.1.1 + type = land + personality = manful + background = aristocrat + prestige = 0.2 } leader = { - name = "Frédéric Forey" - date = 1848.1.1 - type = land - personality = choleric - background = warmonger - prestige = 0.2 + name = "Frédéric Forey" + date = 1848.1.1 + type = land + personality = choleric + background = warmonger + prestige = 0.2 } leader = { - name = "Paul de Ladmirault" - date = 1858.1.1 #1848 - type = land - personality = resolute - background = colonial_b - prestige = 0.2 + name = "Paul de Ladmirault" + date = 1858.1.1 #1848 + type = land + personality = resolute + background = colonial_b + prestige = 0.2 } leader = { - name = "de Canrobert" - date = 1861.1.1 #1850 - type = land - personality = dauntless - background = generals_aide - prestige = 0.2 + name = "de Canrobert" + date = 1861.1.1 #1850 + type = land + personality = dauntless + background = generals_aide + prestige = 0.2 } leader = { - name = "Comte de Palikao" - date = 1851.1.1 - type = land - personality = impulsive - background = cavalry_school - prestige = 0.2 + name = "Comte de Palikao" + date = 1851.1.1 + type = land + personality = impulsive + background = cavalry_school + prestige = 0.2 } leader = { - name = "Patrice de Mac-Mahon" - date = 1852.1.1 - type = land - personality = skilled - background = war_college - prestige = 0.2 + name = "Patrice de Mac-Mahon" + date = 1852.1.1 + type = land + personality = skilled + background = war_college + prestige = 0.2 } leader = { - name = "Adolphe Niel" - date = 1852.1.1 - type = land - personality = calm - background = engineer - prestige = 0.2 + name = "Adolphe Niel" + date = 1852.1.1 + type = land + personality = calm + background = engineer + prestige = 0.2 } leader = { - name = "Jurien de la Gravière" - date = 1853.1.1 - type = sea - personality = competent - background = drillmaster - prestige = 0.2 + name = "Jurien de la Gravière" + date = 1853.1.1 + type = sea + personality = competent + background = drillmaster + prestige = 0.2 } leader = { - name = "Bouet Willaumez" - date = 1853.1.1 - type = sea - personality = ballsy - background = adventurer - prestige = 0.2 + name = "Bouet Willaumez" + date = 1853.1.1 + type = sea + personality = ballsy + background = adventurer + prestige = 0.2 } leader = { - name = "Achille Bazaine" - date = 1854.1.1 - type = land - personality = harsh - background = school_of_offense - prestige = 0.2 + name = "Achille Bazaine" + date = 1854.1.1 + type = land + personality = harsh + background = school_of_offense + prestige = 0.2 } leader = { - name = "Edmond Lebouef" - date = 1854.1.1 - type = land - personality = vainglorious - background = artillerist - prestige = 0.2 + name = "Edmond Lebouef" + date = 1854.1.1 + type = land + personality = vainglorious + background = artillerist + prestige = 0.2 } leader = { - name = "Rigault de Genouilly" - date = 1854.1.1 - type = sea - personality = brash - background = warmonger - prestige = 0.2 + name = "Rigault de Genouilly" + date = 1854.1.1 + type = sea + personality = brash + background = warmonger + prestige = 0.2 } leader = { - name = "Frossard" - date = 1855.1.1 - type = land - personality = clever - background = school_of_defense - prestige = 0.1 + name = "Frossard" + date = 1855.1.1 + type = land + personality = clever + background = school_of_defense + prestige = 0.1 } leader = { - name = "d’Aurelle de Paladines" - date = 1855.1.1 - type = land - personality = indifferent - background = bureaucrat_speed - prestige = 0.1 + name = "d’Aurelle de Paladines" + date = 1855.1.1 + type = land + personality = indifferent + background = bureaucrat_speed + prestige = 0.1 } leader = { - name = "Charles Bourbaki" - date = 1859.1.1 - type = land - personality = impetuous - background = adventurer - prestige = 0.1 + name = "Charles Bourbaki" + date = 1859.1.1 + type = land + personality = impetuous + background = adventurer + prestige = 0.1 } army = { - name = "I. Corps" - location = 420 - regiment = { - name= "1.1ère Division d'Infanterie" - type = infantry - home = 420 - } - - regiment = { - name= "2.1ère Division d'Infanterie" - type = infantry - home = 421 - } - - regiment = { - name= "3.1ère Division d'Infanterie" - type = infantry - home = 421 - } - - regiment = { - name= "1.2nde Division d'Infanterie" - type = infantry - home = 422 - } - - regiment = { - name= "2.2nde Division d'Infanterie" - type = infantry - home = 422 - } - - regiment = { - name= "3.2nde Division d'Infanterie" - type = infantry - home = 424 - } - - regiment = { - name= "1.3ème Division d'Infanterie" - type = infantry - home = 423 - } - - regiment = { - name= "2.3ème Division d'Infanterie" - type = engineer - home = 418 - } - - regiment = { - name= "3.3ème Division d'Infanterie" - type = artillery - home = 417 - } + name = "I. Corps" + location = 420 + regiment = { + name= "1.1ère Division d'Infanterie" + type = infantry + home = 420 + } + + regiment = { + name= "2.1ère Division d'Infanterie" + type = infantry + home = 421 + } + + regiment = { + name= "3.1ère Division d'Infanterie" + type = infantry + home = 421 + } + + regiment = { + name= "1.2nde Division d'Infanterie" + type = infantry + home = 422 + } + + regiment = { + name= "2.2nde Division d'Infanterie" + type = infantry + home = 422 + } + + regiment = { + name= "3.2nde Division d'Infanterie" + type = infantry + home = 424 + } + + regiment = { + name= "1.3ème Division d'Infanterie" + type = infantry + home = 423 + } + + regiment = { + name= "2.3ème Division d'Infanterie" + type = engineer + home = 418 + } + + regiment = { + name= "3.3ème Division d'Infanterie" + type = artillery + home = 417 + } } army = { - name = "II. Corps" #done - location = 404 - regiment = { - name= "1.4ème Division d'Infanterie" - type = infantry - home = 404 - } - - regiment = { - name= "2.4ème Division d'Infanterie" - type = infantry - home = 404 - } - - regiment = { - name= "3.4ème Division d'Infanterie" - type = infantry - home = 404 - } - - regiment = { - name= "1.5ème Division d'Infanterie" - type = infantry - home = 405 - } - - regiment = { - name= "2.5ème Division d'Infanterie" - type = infantry - home = 405 - } - - regiment = { - name= "3.5ème Division d'Infanterie" - type = infantry - home = 405 - } - - regiment = { - name= "1.6ème Division d'Infanterie" - type = infantry - home = 403 - } - - regiment = { - name= "2.6ème Division d'Infanterie" - type = engineer - home = 403 - } - - regiment = { - name= "3.6ème Division d'Infanterie" - type = artillery - home = 403 - } + name = "II. Corps" #done + location = 404 + regiment = { + name= "1.4ème Division d'Infanterie" + type = infantry + home = 404 + } + + regiment = { + name= "2.4ème Division d'Infanterie" + type = infantry + home = 404 + } + + regiment = { + name= "3.4ème Division d'Infanterie" + type = infantry + home = 404 + } + + regiment = { + name= "1.5ème Division d'Infanterie" + type = infantry + home = 405 + } + + regiment = { + name= "2.5ème Division d'Infanterie" + type = infantry + home = 405 + } + + regiment = { + name= "3.5ème Division d'Infanterie" + type = infantry + home = 405 + } + + regiment = { + name= "1.6ème Division d'Infanterie" + type = infantry + home = 403 + } + + regiment = { + name= "2.6ème Division d'Infanterie" + type = engineer + home = 403 + } + + regiment = { + name= "3.6ème Division d'Infanterie" + type = artillery + home = 403 + } } army = { - name = "IV. Corps" #done - location = 749 - regiment = { - name= "1.10ème Division d'Infanterie" - type = infantry - home = 400 - } - - regiment = { - name= "2.10ème Division d'Infanterie" - type = infantry - home = 400 - } - - regiment = { - name= "3.10ème Division d'Infanterie" - type = infantry - home = 400 - } + name = "IV. Corps" #done + location = 749 + regiment = { + name= "1.10ème Division d'Infanterie" + type = infantry + home = 400 + } + + regiment = { + name= "2.10ème Division d'Infanterie" + type = infantry + home = 400 + } + + regiment = { + name= "3.10ème Division d'Infanterie" + type = infantry + home = 400 + } } army = { - name = "IX. Corps" #done - location = 433 - regiment = { - name= "1.1ère Division de Chasseurs" - type = infantry - home = 433 - } - - regiment = { - name= "2.1ère Division de Chasseurs" - type = infantry - home = 432 - } - - regiment = { - name= "3.1ère Division de Chasseurs" - type = infantry - home = 414 - } - - regiment = { - name= "4.1ère Division de Chasseurs" - type = engineer - home = 411 - } - - regiment = { - name= "1.2ème Division de Chasseurs" - type = infantry - home = 428 - } - - regiment = { - name= "2.2ème Division de Chasseurs" - type = infantry - home = 431 - } - - regiment = { - name= "3.2ème Division de Chasseurs" - type = infantry - home = 434 - } - - regiment = { - name= "4.2ème Division de Chasseurs" - type = engineer - home = 439 - } + name = "IX. Corps" #done + location = 433 + regiment = { + name= "1.1ère Division de Chasseurs" + type = infantry + home = 433 + } + + regiment = { + name= "2.1ère Division de Chasseurs" + type = infantry + home = 432 + } + + regiment = { + name= "3.1ère Division de Chasseurs" + type = infantry + home = 414 + } + + regiment = { + name= "4.1ère Division de Chasseurs" + type = engineer + home = 411 + } + + regiment = { + name= "1.2ème Division de Chasseurs" + type = infantry + home = 428 + } + + regiment = { + name= "2.2ème Division de Chasseurs" + type = infantry + home = 431 + } + + regiment = { + name= "3.2ème Division de Chasseurs" + type = infantry + home = 434 + } + + regiment = { + name= "4.2ème Division de Chasseurs" + type = engineer + home = 439 + } } army = { - name = "V. Corps" - location = 409 - regiment = { - name= "1.13ème Division d'Infanterie" - type = infantry - home = 409 - } - - regiment = { - name= "2.13ème Division d'Infanterie" - type = infantry - home = 409 - } - - regiment = { - name= "3.13ème Division d'Infanterie" - type = infantry - home = 409 - } - - regiment = { - name= "1.14ème Division d'Infanterie" - type = infantry - home = 413 - } - - regiment = { - name= "2.14ème Division d'Infanterie" - type = infantry - home = 410 - } - - regiment = { - name= "3.14ème Division d'Infanterie" - type = infantry - home = 412 - } - - regiment = { - name= "1.15ème Division d'Infanterie" - type = infantry - home = 412 - } - - regiment = { - name= "2.15ème Division d'Infanterie" - type = artillery - home = 412 - } - - regiment = { - name= "3.15ème Division d'Infanterie" - type = artillery - home = 412 - } + name = "V. Corps" + location = 409 + regiment = { + name= "1.13ème Division d'Infanterie" + type = infantry + home = 409 + } + + regiment = { + name= "2.13ème Division d'Infanterie" + type = infantry + home = 409 + } + + regiment = { + name= "3.13ème Division d'Infanterie" + type = infantry + home = 409 + } + + regiment = { + name= "1.14ème Division d'Infanterie" + type = infantry + home = 413 + } + + regiment = { + name= "2.14ème Division d'Infanterie" + type = infantry + home = 410 + } + + regiment = { + name= "3.14ème Division d'Infanterie" + type = infantry + home = 412 + } + + regiment = { + name= "1.15ème Division d'Infanterie" + type = infantry + home = 412 + } + + regiment = { + name= "2.15ème Division d'Infanterie" + type = artillery + home = 412 + } + + regiment = { + name= "3.15ème Division d'Infanterie" + type = artillery + home = 412 + } } army = { - name = "VI. Corps" #done - location = 458 - regiment = { - name= "1.16ème Division d'Infanterie" - type = infantry - home = 458 - } - - regiment = { - name= "2.16ème Division d'Infanterie" - type = infantry - home = 459 - } - - regiment = { - name= "3.16ème Division d'Infanterie" - type = infantry - home = 460 - } - - regiment = { - name= "1.17ème Division d'Infanterie" - type = infantry - home = 444 - } - - regiment = { - name= "2.17ème Division d'Infanterie" - type = infantry - home = 442 - } - - regiment = { - name= "3.17ème Division d'Infanterie" - type = infantry - home = 456 - } - - regiment = { - name= "1.18ème Division d'Infanterie" - type = infantry - home = 455 - } - - regiment = { - name= "2.18ème Division d'Infanterie" - type = infantry - home = 447 - } - - regiment = { - name= "3.18ème Division d'Infanterie" - type = infantry - home = 446 - } - - regiment = { - name= "1.19ème Division d'Infanterie" - type = infantry - home = 457 - } - - regiment = { - name= "2.19ème Division d'Infanterie" - type = infantry - home = 462 - } - - regiment = { - name= "3.19ème Division d'Infanterie" - type = infantry - home = 461 - } - - regiment = { - name= "1.20ème Division d'Infanterie" - type = infantry - home = 449 - } - - regiment = { - name= "2.20ème Division d'Infanterie" - type = infantry - home = 448 - } - - regiment = { - name= "3.20ème Division d'Infanterie" - type = engineer - home = 430 - } + name = "VI. Corps" #done + location = 458 + regiment = { + name= "1.16ème Division d'Infanterie" + type = infantry + home = 458 + } + + regiment = { + name= "2.16ème Division d'Infanterie" + type = infantry + home = 459 + } + + regiment = { + name= "3.16ème Division d'Infanterie" + type = infantry + home = 460 + } + + regiment = { + name= "1.17ème Division d'Infanterie" + type = infantry + home = 444 + } + + regiment = { + name= "2.17ème Division d'Infanterie" + type = infantry + home = 442 + } + + regiment = { + name= "3.17ème Division d'Infanterie" + type = infantry + home = 456 + } + + regiment = { + name= "1.18ème Division d'Infanterie" + type = infantry + home = 455 + } + + regiment = { + name= "2.18ème Division d'Infanterie" + type = infantry + home = 447 + } + + regiment = { + name= "3.18ème Division d'Infanterie" + type = infantry + home = 446 + } + + regiment = { + name= "1.19ème Division d'Infanterie" + type = infantry + home = 457 + } + + regiment = { + name= "2.19ème Division d'Infanterie" + type = infantry + home = 462 + } + + regiment = { + name= "3.19ème Division d'Infanterie" + type = infantry + home = 461 + } + + regiment = { + name= "1.20ème Division d'Infanterie" + type = infantry + home = 449 + } + + regiment = { + name= "2.20ème Division d'Infanterie" + type = infantry + home = 448 + } + + regiment = { + name= "3.20ème Division d'Infanterie" + type = engineer + home = 430 + } } army = { - name = "VII. Corps" - location = 472 - regiment = { - name= "1.21ème Division d'Infanterie" - type = infantry - home = 451 - } - - regiment = { - name= "2.21ème Division d'Infanterie" - type = infantry - home = 452 - } - - regiment = { - name= "3.21ème Division d'Infanterie" - type = infantry - home = 453 - } - - regiment = { - name= "1.22ème Division d'Infanterie" - type = infantry - home = 454 - } - - regiment = { - name= "2.22ème Division d'Infanterie" - type = infantry - home = 465 - } - - regiment = { - name= "3.22ème Division d'Infanterie" - type = infantry - home = 466 - } - - regiment = { - name= "1.23ème Division d'Infanterie" - type = infantry - home = 467 - } - - regiment = { - name= "2.23ème Division d'Infanterie" - type = infantry - home = 470 - } - - regiment = { - name= "3.23ème Division d'Infanterie" - type = infantry - home = 473 - } - - regiment = { - name= "1.24ème Division d'Infanterie" - type = infantry - home = 472 - } - - regiment = { - name= "2.24ème Division d'Infanterie" - type = infantry - home = 463 - } - - regiment = { - name= "3.24ème Division d'Infanterie" - type = engineer - home = 416 - } + name = "VII. Corps" + location = 472 + regiment = { + name= "1.21ème Division d'Infanterie" + type = infantry + home = 451 + } + + regiment = { + name= "2.21ème Division d'Infanterie" + type = infantry + home = 452 + } + + regiment = { + name= "3.21ème Division d'Infanterie" + type = infantry + home = 453 + } + + regiment = { + name= "1.22ème Division d'Infanterie" + type = infantry + home = 454 + } + + regiment = { + name= "2.22ème Division d'Infanterie" + type = infantry + home = 465 + } + + regiment = { + name= "3.22ème Division d'Infanterie" + type = infantry + home = 466 + } + + regiment = { + name= "1.23ème Division d'Infanterie" + type = infantry + home = 467 + } + + regiment = { + name= "2.23ème Division d'Infanterie" + type = infantry + home = 470 + } + + regiment = { + name= "3.23ème Division d'Infanterie" + type = infantry + home = 473 + } + + regiment = { + name= "1.24ème Division d'Infanterie" + type = infantry + home = 472 + } + + regiment = { + name= "2.24ème Division d'Infanterie" + type = infantry + home = 463 + } + + regiment = { + name= "3.24ème Division d'Infanterie" + type = engineer + home = 416 + } } army = { - name = "Corps de la Garde" #done - location = 426 - regiment = { - name= "1.1ère Division de la Garde" - type = guard - home = 425 - } - - regiment = { - name= "2.1ère Division de la Garde" - type = guard - home = 425 - } - - regiment = { - name= "3.1ère Division de la Garde" - type = guard - home = 427 - } - - regiment = { - name= "4.1ère Division de la Garde" - type = guard - home = 426 - } - - regiment = { - name= "1.2ème Division de la Garde" - type = guard - home = 436 - } - - regiment = { - name= "2.2ème Division de la Garde" - type = guard - home = 440 - } - - regiment = { - name= "3.2ème Division de la Garde" - type = guard - home = 438 - } - - regiment = { - name= "4.2ème Division de la Garde" - type = guard - home = 441 - } + name = "Corps de la Garde" #done + location = 426 + regiment = { + name= "1.1ère Division de la Garde" + type = guard + home = 425 + } + + regiment = { + name= "2.1ère Division de la Garde" + type = guard + home = 425 + } + + regiment = { + name= "3.1ère Division de la Garde" + type = guard + home = 427 + } + + regiment = { + name= "4.1ère Division de la Garde" + type = guard + home = 426 + } + + regiment = { + name= "1.2ème Division de la Garde" + type = guard + home = 436 + } + + regiment = { + name= "2.2ème Division de la Garde" + type = guard + home = 440 + } + + regiment = { + name= "3.2ème Division de la Garde" + type = guard + home = 438 + } + + regiment = { + name= "4.2ème Division de la Garde" + type = guard + home = 441 + } } army = { - name = "Corps de Cavalerie" #done - location = 425 - regiment = { - name= "1.1ère Division de Cavalerie" - type = dragoon - home = 408 - } - - regiment = { - name= "2.1ère Division de Cavalerie" - type = dragoon - home = 408 - } - - regiment = { - name= "3.1ère Division de Cavalerie" - type = dragoon - home = 408 - } - - regiment = { - name= "4.1ère Division de Cavalerie" - type = dragoon - home = 406 - } - - regiment = { - name= "1.2ème Division de Cavalerie" - type = dragoon - home = 406 - } - - regiment = { - name= "2.2ème Division de Cavalerie" - type = dragoon - home = 406 - } - - regiment = { - name= "3.2ème Division de Cavalerie" - type = dragoon - home = 407 - } - - regiment = { - name= "4.2ème Division de Cavalerie" - type = dragoon - home = 407 - } - - regiment = { - name= "1.1ère Division Légère de Cavalerie" - type = hussar - home = 407 - } - - regiment = { - name= "2.1ère Division Légère de Cavalerie" - type = hussar - home = 429 - } - - regiment = { - name= "3.1ère Division Légère de Cavalerie" - type = hussar - home = 414 - } - - regiment = { - name= "1.2ème Division Légère de Cavalerie" - type = hussar - home = 414 - } - - regiment = { - name= "2.2ème Division Légère de Cavalerie" - type = hussar - home = 417 - } - - regiment = { - name= "3.2ème Division Légère de Cavalerie" - type = hussar - home = 2570 - } - - regiment = { - name= "1.3ème Division Légère de Cavalerie" - type = hussar - home = 402 - } - - regiment = { - name= "2.3ème Division Légère de Cavalerie" - type = hussar - home = 402 - } - - regiment = { - name= "3.3ème Division Légère de Cavalerie" - type = hussar - home = 402 - } + name = "Corps de Cavalerie" #done + location = 425 + regiment = { + name= "1.1ère Division de Cavalerie" + type = dragoon + home = 408 + } + + regiment = { + name= "2.1ère Division de Cavalerie" + type = dragoon + home = 408 + } + + regiment = { + name= "3.1ère Division de Cavalerie" + type = dragoon + home = 408 + } + + regiment = { + name= "4.1ère Division de Cavalerie" + type = dragoon + home = 406 + } + + regiment = { + name= "1.2ème Division de Cavalerie" + type = dragoon + home = 406 + } + + regiment = { + name= "2.2ème Division de Cavalerie" + type = dragoon + home = 406 + } + + regiment = { + name= "3.2ème Division de Cavalerie" + type = dragoon + home = 407 + } + + regiment = { + name= "4.2ème Division de Cavalerie" + type = dragoon + home = 407 + } + + regiment = { + name= "1.1ère Division Légère de Cavalerie" + type = hussar + home = 407 + } + + regiment = { + name= "2.1ère Division Légère de Cavalerie" + type = hussar + home = 429 + } + + regiment = { + name= "3.1ère Division Légère de Cavalerie" + type = hussar + home = 414 + } + + regiment = { + name= "1.2ème Division Légère de Cavalerie" + type = hussar + home = 414 + } + + regiment = { + name= "2.2ème Division Légère de Cavalerie" + type = hussar + home = 417 + } + + regiment = { + name= "3.2ème Division Légère de Cavalerie" + type = hussar + home = 2570 + } + + regiment = { + name= "1.3ème Division Légère de Cavalerie" + type = hussar + home = 402 + } + + regiment = { + name= "2.3ème Division Légère de Cavalerie" + type = hussar + home = 402 + } + + regiment = { + name= "3.3ème Division Légère de Cavalerie" + type = hussar + home = 402 + } } army = { - name = "Troupes d'Afrique" #done - location = 1706 - regiment = { - name= "1.La Legion Etranger" - type = infantry - home = 415 - } - - regiment = { - name= "2.La Legion Etranger" - type = infantry - home = 415 - } - - regiment = { - name= "3.La Legion Etranger" - type = infantry - home = 416 - } - - regiment = { - name= "1.1ère Division d'Afrique" - type = infantry - home = 1700 - } - - regiment = { - name= "2.1ère Division d'Afrique" - type = infantry - home = 1709 - } - - regiment = { - name= "3.1ère Division d'Afrique" - type = infantry - home = 1705 - } + name = "Troupes d'Afrique" #done + location = 1706 + regiment = { + name= "1.La Legion Etranger" + type = infantry + home = 415 + } + + regiment = { + name= "2.La Legion Etranger" + type = infantry + home = 415 + } + + regiment = { + name= "3.La Legion Etranger" + type = infantry + home = 416 + } + + regiment = { + name= "1.1ère Division d'Afrique" + type = infantry + home = 1700 + } + + regiment = { + name= "2.1ère Division d'Afrique" + type = infantry + home = 1709 + } + + regiment = { + name= "3.1ère Division d'Afrique" + type = infantry + home = 1705 + } } army = { - name = "Troupes d'Indochine" - location = 1380 - regiment = { - name= "1.11ème Division d'Infanterie" - type = infantry - home = 399 - } - - regiment = { - name= "2.11ème Division d'Infanterie" - type = infantry - home = 399 - } - - regiment = { - name= "3.11ème Division d'Infanterie" - type = infantry - home = 399 - } - - regiment = { - name= "1.12ème Division d'Infanterie" - type = infantry - home = 401 - } - - regiment = { - name= "2.12ème Division d'Infanterie" - type = infantry - home = 401 - } - - regiment = { - name= "3.12ème Division d'Infanterie" - type = engineer - home = 401 - } + name = "Troupes d'Indochine" + location = 1380 + regiment = { + name= "1.11ème Division d'Infanterie" + type = infantry + home = 399 + } + + regiment = { + name= "2.11ème Division d'Infanterie" + type = infantry + home = 399 + } + + regiment = { + name= "3.11ème Division d'Infanterie" + type = infantry + home = 399 + } + + regiment = { + name= "1.12ème Division d'Infanterie" + type = infantry + home = 401 + } + + regiment = { + name= "2.12ème Division d'Infanterie" + type = infantry + home = 401 + } + + regiment = { + name= "3.12ème Division d'Infanterie" + type = engineer + home = 401 + } } navy = { - name = "Escadre du Nord" - location = 420 - ship = { - name = "Gloire" - type = ironclad - } - - ship = { - name = "Renommée" - type = commerce_raider - } - - ship = { - name = "Impératrice Eugénie" - type = commerce_raider - } - - ship = { - name = "Foudre" - type = commerce_raider - } - - ship = { - name = "Audacieuse" - type = commerce_raider - } - - ship = { - name = "Ardente" - type = commerce_raider - } - - ship = { - name = "Impétueuse" - type = commerce_raider - } - - ship = { - name = "Souveraine" - type = commerce_raider - } - - ship = { - name = "Algésiras" - type = manowar - } - - ship = { - name = "Redoubtable" - type = manowar - } - - ship = { - name = "Impérial" - type = manowar - } - - ship = { - name = "Ville de Nantes" - type = manowar - } - - ship = { - name = "Jean Bart" - type = manowar - } - - ship = { - name = "Duquesne" - type = manowar - } - - ship = { - name = "Tourville" - type = manowar - } - - ship = { - name = "Breslaw" - type = manowar - } - - ship = { - name = "Tilsitt" - type = manowar - } - - ship = { - name = "Donawerth" - type = manowar - } - - ship = { - name = "Andromaque" - type = frigate - } - - ship = { - name = "Forte" - type = frigate - } - - ship = { - name = "Didon" - type = frigate - } + name = "Escadre du Nord" + location = 420 + ship = { + name = "Gloire" + type = ironclad + } + + ship = { + name = "Renommée" + type = commerce_raider + } + + ship = { + name = "Impératrice Eugénie" + type = commerce_raider + } + + ship = { + name = "Foudre" + type = commerce_raider + } + + ship = { + name = "Audacieuse" + type = commerce_raider + } + + ship = { + name = "Ardente" + type = commerce_raider + } + + ship = { + name = "Impétueuse" + type = commerce_raider + } + + ship = { + name = "Souveraine" + type = commerce_raider + } + + ship = { + name = "Algésiras" + type = manowar + } + + ship = { + name = "Redoubtable" + type = manowar + } + + ship = { + name = "Impérial" + type = manowar + } + + ship = { + name = "Ville de Nantes" + type = manowar + } + + ship = { + name = "Jean Bart" + type = manowar + } + + ship = { + name = "Duquesne" + type = manowar + } + + ship = { + name = "Tourville" + type = manowar + } + + ship = { + name = "Breslaw" + type = manowar + } + + ship = { + name = "Tilsitt" + type = manowar + } + + ship = { + name = "Donawerth" + type = manowar + } + + ship = { + name = "Andromaque" + type = frigate + } + + ship = { + name = "Forte" + type = frigate + } + + ship = { + name = "Didon" + type = frigate + } } navy = { - name = "Escadre de la Méditerranée" - location = 470 - ship = { - name = "Saint Louis" - type = manowar - } - - ship = { - name = "Bayard" - type = manowar - } - - ship = { - name = "Fontenoy" - type = manowar - } - - ship = { - name = "Alexandre" - type = manowar - } - - ship = { - name = "Massena" - type = manowar - } - - ship = { - name = "Ville de Bordeaux" - type = manowar - } - - ship = { - name = "Charlemagne" - type = manowar - } - - ship = { - name = "Guerrière " - type = commerce_raider - } - - ship = { - name = "Danaé" - type = commerce_raider - } - - ship = { - name = "Zénobie" - type = commerce_raider - } - - ship = { - name = "Bellone" - type = commerce_raider - } - - ship = { - name = "Pandore" - type = commerce_raider - } - - ship = { - name = "Hermione" - type = commerce_raider - } - - ship = { - name = "Pénélope" - type = frigate - } - - ship = { - name = "Africaine" - type = frigate - } - + name = "Escadre de la Méditerranée" + location = 470 + ship = { + name = "Saint Louis" + type = manowar + } + + ship = { + name = "Bayard" + type = manowar + } + + ship = { + name = "Fontenoy" + type = manowar + } + + ship = { + name = "Alexandre" + type = manowar + } + + ship = { + name = "Massena" + type = manowar + } + + ship = { + name = "Ville de Bordeaux" + type = manowar + } + + ship = { + name = "Charlemagne" + type = manowar + } + + ship = { + name = "Guerrière " + type = commerce_raider + } + + ship = { + name = "Danaé" + type = commerce_raider + } + + ship = { + name = "Zénobie" + type = commerce_raider + } + + ship = { + name = "Bellone" + type = commerce_raider + } + + ship = { + name = "Pandore" + type = commerce_raider + } + + ship = { + name = "Hermione" + type = commerce_raider + } + + ship = { + name = "Pénélope" + type = frigate + } + + ship = { + name = "Africaine" + type = frigate + } + } navy = { - name = "Flotte de réserve" - location = 418 - ship = { - name = "Souverain" - type = manowar - } - - ship = { - name = "Ville de Paris" - type = manowar - } - - ship = { - name = "Bretagne" - type = manowar - } - - ship = { - name = "Austerlitz" - type = manowar - } - - ship = { - name = "Fleurus" - type = manowar - } - - ship = { - name = "Navarin" - type = manowar - } - - ship = { - name = "Ulm" - type = manowar - } - - ship = { - name = "Prince Jérôme" - type = manowar - } - - ship = { - name = "Wagram" - type = manowar - } - - ship = { - name = "Tage" - type = manowar - } - - ship = { - name = "Duguay-Trouin" - type = manowar - } - - ship = { - name = "Turenne" - type = manowar - } - - ship = { - name = "Eylau" - type = manowar - } - - ship = { - name = "Napoléon" - type = manowar - } - - ship = { - name = "Arcole" - type = manowar - } - - ship = { - name = "Persévérante" - type = frigate - } - - ship = { - name = "Vengeance" - type = frigate - } - - ship = { - name = "Néreide" - type = frigate - } - - ship = { - name = "Cléopâtre" - type = frigate - } - - ship = { - name = "Virginie" - type = frigate - } - - ship = { - name = "Sybille" - type = frigate - } - - ship = { - name = "Némésis" - type = frigate - } - - ship = { - name = "Alceste" - type = frigate - } + name = "Flotte de réserve" + location = 418 + ship = { + name = "Souverain" + type = manowar + } + + ship = { + name = "Ville de Paris" + type = manowar + } + + ship = { + name = "Bretagne" + type = manowar + } + + ship = { + name = "Austerlitz" + type = manowar + } + + ship = { + name = "Fleurus" + type = manowar + } + + ship = { + name = "Navarin" + type = manowar + } + + ship = { + name = "Ulm" + type = manowar + } + + ship = { + name = "Prince Jérôme" + type = manowar + } + + ship = { + name = "Wagram" + type = manowar + } + + ship = { + name = "Tage" + type = manowar + } + + ship = { + name = "Duguay-Trouin" + type = manowar + } + + ship = { + name = "Turenne" + type = manowar + } + + ship = { + name = "Eylau" + type = manowar + } + + ship = { + name = "Napoléon" + type = manowar + } + + ship = { + name = "Arcole" + type = manowar + } + + ship = { + name = "Persévérante" + type = frigate + } + + ship = { + name = "Vengeance" + type = frigate + } + + ship = { + name = "Néreide" + type = frigate + } + + ship = { + name = "Cléopâtre" + type = frigate + } + + ship = { + name = "Virginie" + type = frigate + } + + ship = { + name = "Sybille" + type = frigate + } + + ship = { + name = "Némésis" + type = frigate + } + + ship = { + name = "Alceste" + type = frigate + } } - + navy = { - name = "1st Transport Squadron" - location = 442 - - ship = { - name= "Saone" - type = steam_transport - } - - ship = { - name= "Marne" - type = steam_transport - } - - ship = { - name= "Meuse" - type = steam_transport - } - - ship = { - name= "Nievre" - type = steam_transport - } - - ship = { - name= "Meurthe" - type = steam_transport - } - - ship = { - name= "Yonne" - type = steam_transport - } - - ship = { - name= "Européen" - type = steam_transport - } - - ship = { - name= "Japon" - type = steam_transport - } + name = "1st Transport Squadron" + location = 442 + + ship = { + name= "Saone" + type = steam_transport + } + + ship = { + name= "Marne" + type = steam_transport + } + + ship = { + name= "Meuse" + type = steam_transport + } + + ship = { + name= "Nievre" + type = steam_transport + } + + ship = { + name= "Meurthe" + type = steam_transport + } + + ship = { + name= "Yonne" + type = steam_transport + } + + ship = { + name= "Européen" + type = steam_transport + } + + ship = { + name= "Japon" + type = steam_transport + } } navy = { - name = "2nd Transport Squadron" - location = 470 - ship = { - name= "Isis" - type = clipper_transport - } - - ship = { - name= "Oise" - type = clipper_transport - } - - ship = { - name= "Caravane" - type = clipper_transport - } - - ship = { - name= "Egérie" - type = clipper_transport - } - - ship = { - name= "Fortune" - type = clipper_transport - } - - ship = { - name= "Perdrix" - type = clipper_transport - } - + name = "2nd Transport Squadron" + location = 470 + ship = { + name= "Isis" + type = clipper_transport + } + + ship = { + name= "Oise" + type = clipper_transport + } + + ship = { + name= "Caravane" + type = clipper_transport + } + + ship = { + name= "Egérie" + type = clipper_transport + } + + ship = { + name= "Fortune" + type = clipper_transport + } + + ship = { + name= "Perdrix" + type = clipper_transport + } + } navy = { - name = "Expédition d'Indochine" - location = 1380 - ship = { - name = "Junon" - type = commerce_raider - } - - ship = { - name = "Astrée" - type = commerce_raider - } - - ship = { - name = "Pomone" - type = commerce_raider - } - - ship = { - name = "Isly" - type = commerce_raider - } - - ship = { - name = "Charte" - type = frigate - } - - ship = { - name= "Héliopolis" - type = frigate - } - - ship = { - name= "Psyche" - type = frigate - } - - ship = { - name= "Algérie" - type = frigate - } - - ship = { - name= "Armide" - type = clipper_transport - } - - ship = { - name= "Provençale" - type = clipper_transport - } - - ship = { - name= "Loire" - type = steam_transport - } - - ship = { - name= "Durance" - type = steam_transport - } - - ship = { - name= "Gironde" - type = steam_transport - } - - ship = { - name= "Rhin" - type = steam_transport - } + name = "Expédition d'Indochine" + location = 1380 + ship = { + name = "Junon" + type = commerce_raider + } + + ship = { + name = "Astrée" + type = commerce_raider + } + + ship = { + name = "Pomone" + type = commerce_raider + } + + ship = { + name = "Isly" + type = commerce_raider + } + + ship = { + name = "Charte" + type = frigate + } + + ship = { + name= "Héliopolis" + type = frigate + } + + ship = { + name= "Psyche" + type = frigate + } + + ship = { + name= "Algérie" + type = frigate + } + + ship = { + name= "Armide" + type = clipper_transport + } + + ship = { + name= "Provençale" + type = clipper_transport + } + + ship = { + name= "Loire" + type = steam_transport + } + + ship = { + name= "Durance" + type = steam_transport + } + + ship = { + name= "Gironde" + type = steam_transport + } + + ship = { + name= "Rhin" + type = steam_transport + } } navy = { - name = "Station de l'Afrique de l'ouest" - location = 1783 - ship = { - name = "Poursuivante" - type = frigate - } - + name = "Station de l'Afrique de l'ouest" + location = 1783 + ship = { + name = "Poursuivante" + type = frigate + } + } navy = { - name = "Station des Antilles" - location = 2228 - ship = { - name = "Erigone" - type = frigate - } - + name = "Station des Antilles" + location = 2228 + ship = { + name = "Erigone" + type = frigate + } + } - + navy = { - name = "Station de l'Inde" - location = 1312 - ship = { - name = "Jeanne d'Arc" - type = frigate - } - -} + name = "Station de l'Inde" + location = 1312 + ship = { + name = "Jeanne d'Arc" + type = frigate + } +} diff --git a/HPM/history/units/1861/FRM_oob.txt b/HPM/history/units/1861/FRM_oob.txt index 25ca068f..b9d9f066 100644 --- a/HPM/history/units/1861/FRM_oob.txt +++ b/HPM/history/units/1861/FRM_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Frankfurter Armee" - location = 564 - regiment = { - name= "Frankfurter Infanterie-Brigade" - type = infantry - home = 564 - } -} \ No newline at end of file + name = "Frankfurter Armee" + location = 564 + regiment = { + name= "Frankfurter Infanterie-Brigade" + type = infantry + home = 564 + } +} diff --git a/HPM/history/units/1861/GAZ_oob.txt b/HPM/history/units/1861/GAZ_oob.txt index 5737b069..d00da616 100644 --- a/HPM/history/units/1861/GAZ_oob.txt +++ b/HPM/history/units/1861/GAZ_oob.txt @@ -1,13 +1,13 @@ ZUL = { - value = 30 + value = 30 } MAT = { - value = 20 + value = 20 } SUA = { - value = 50 + value = 50 } leader = { @@ -19,36 +19,36 @@ leader = { } army = { - name = "Army of the Gaza Empire" - location = 2050 - regiment = { - name= "King's Guard" - type = irregular - home = 2050 - } - - regiment = { - name= "Gaza Warriors" - type = irregular - home = 2050 - } - - regiment = { - name= "Nguni Warriors" - type = irregular - home = 2051 - } - - regiment = { - name= "Maputo Warriors" - type = irregular - home = 2049 - } - - regiment = { - name= "Massekisse Warriors" - type = irregular - home = 2052 - } + name = "Army of the Gaza Empire" + location = 2050 + regiment = { + name= "King's Guard" + type = irregular + home = 2050 + } + + regiment = { + name= "Gaza Warriors" + type = irregular + home = 2050 + } + + regiment = { + name= "Nguni Warriors" + type = irregular + home = 2051 + } + + regiment = { + name= "Maputo Warriors" + type = irregular + home = 2049 + } + + regiment = { + name= "Massekisse Warriors" + type = irregular + home = 2052 + } } diff --git a/HPM/history/units/1861/GBU_oob.txt b/HPM/history/units/1861/GBU_oob.txt index 13621502..1337ba23 100644 --- a/HPM/history/units/1861/GBU_oob.txt +++ b/HPM/history/units/1861/GBU_oob.txt @@ -1,46 +1,44 @@ NET = { - value = 40 + value = 40 } POR = { - value = 100 + value = 100 } JAL = { - value = 10 + value = 10 } WOL = { - value = 35 + value = 35 } TOO = { - value = 30 + value = 30 } SEG = { - value = 50 + value = 50 } MAS = { - value = 5 + value = 5 } army = { - name = "Army of the Gabu Empire" - location = 1878 + name = "Army of the Gabu Empire" + location = 1878 regiment = { - name= "Mansaba's Guards" - type = irregular - -home = 1878 } + name= "Mansaba's Guards" + type = irregular + +home = 1878 } regiment = { - name= "Mande Warriors" - type = irregular - home = 1792 - } + name= "Mande Warriors" + type = irregular + home = 1792 + } } - - diff --git a/HPM/history/units/1861/GEL_oob.txt b/HPM/history/units/1861/GEL_oob.txt index 090099d2..436c9937 100644 --- a/HPM/history/units/1861/GEL_oob.txt +++ b/HPM/history/units/1861/GEL_oob.txt @@ -1,38 +1,38 @@ TUR = { - value = 40 + value = 40 } EGY = { - value = 60 + value = 60 } HAR = { - value = 50 + value = 50 } SID = { - value = 50 + value = 50 } MAJ = { - value = 50 + value = 50 } OMA = { - value = 100 + value = 100 } army = { - name = "Army of the Geledi Sultanate" - location = 1868 - regiment = { - name= "Sultan's Guards" - type = irregular - home = 1868 - } - regiment = { - name= "Baidoa Tribesmen" - type = irregular - home = 1869 - } + name = "Army of the Geledi Sultanate" + location = 1868 + regiment = { + name= "Sultan's Guards" + type = irregular + home = 1868 + } + regiment = { + name= "Baidoa Tribesmen" + type = irregular + home = 1869 + } } diff --git a/HPM/history/units/1861/GON_oob.txt b/HPM/history/units/1861/GON_oob.txt index b47a7339..a2b2f9e7 100644 --- a/HPM/history/units/1861/GON_oob.txt +++ b/HPM/history/units/1861/GON_oob.txt @@ -1,29 +1,29 @@ EGY = { - value = 75 + value = 75 } TUR = { - value = 30 + value = 30 } SHW = { - value = 40 + value = 40 } TIG = { - value = 60 + value = 60 } KAF = { - value = 40 + value = 40 } HAR = { - value = 40 + value = 40 } AWS = { - value = 50 + value = 50 } leader = { @@ -35,58 +35,58 @@ leader = { } army = { - name = "Army of the Ras of Begemder" - location = 1854 - regiment = { - name= "Ras' Guards" - type = irregular - home = 1854 - } - - regiment = { - name= "Ras' Horsemen" - type = hussar - home = 1854 - } - - regiment = { - name= "Begemder irregular" - type = irregular - home = 1854 - } + name = "Army of the Ras of Begemder" + location = 1854 + regiment = { + name= "Ras' Guards" + type = irregular + home = 1854 + } + + regiment = { + name= "Ras' Horsemen" + type = hussar + home = 1854 + } + + regiment = { + name= "Begemder irregular" + type = irregular + home = 1854 + } } army = { - name = "Army of the Emperor of Ethiopia" - location = 1852 - regiment = { - name= "Imperial Guards" - type = irregular - home = 1852 - } - - regiment = { - name= "Gonder City Guard" - type = irregular - home = 1852 - } + name = "Army of the Emperor of Ethiopia" + location = 1852 + regiment = { + name= "Imperial Guards" + type = irregular + home = 1852 + } + + regiment = { + name= "Gonder City Guard" + type = irregular + home = 1852 + } } army = { - name = "Army of the Negus of Gojjam" - location = 1855 - regiment = { - name= "Negus' Guards" - type = irregular - home = 1855 - } - - regiment = { - name= "Gojjam irregular" - type = irregular - home = 1855 - } + name = "Army of the Negus of Gojjam" + location = 1855 + regiment = { + name= "Negus' Guards" + type = irregular + home = 1855 + } + + regiment = { + name= "Gojjam irregular" + type = irregular + home = 1855 + } } diff --git a/HPM/history/units/1861/GRE_oob.txt b/HPM/history/units/1861/GRE_oob.txt index d0c784f5..d0fcfc67 100644 --- a/HPM/history/units/1861/GRE_oob.txt +++ b/HPM/history/units/1861/GRE_oob.txt @@ -1,126 +1,125 @@ leader = { - name = "Ioannis Kolokotronis" - date = 1833.1.1 - type = land - personality = aweless - background = powerful_friends - prestige = 0.3 + name = "Ioannis Kolokotronis" + date = 1833.1.1 + type = land + personality = aweless + background = powerful_friends + prestige = 0.3 } leader = { - name = "Antonios Kriezis" - date = 1844.1.1 - type = sea - personality = audacious - background = expert_raider - prestige = 0.2 + name = "Antonios Kriezis" + date = 1844.1.1 + type = sea + personality = audacious + background = expert_raider + prestige = 0.2 } leader = { - name = "Skarlatos Soutsos" - date = 1854.1.1 - type = land - personality = impulsive - background = corrupt - prestige = 0.1 + name = "Skarlatos Soutsos" + date = 1854.1.1 + type = land + personality = impulsive + background = corrupt + prestige = 0.1 } leader = { - name = "Papadiamantopoulos" - date = 1861.1.1 - type = land - personality = unruly - background = generals_aide + name = "Papadiamantopoulos" + date = 1861.1.1 + type = land + personality = unruly + background = generals_aide } army = { - name = "1. Corps " - location = 836 - regiment = { - name= "1.1. Division" - type = infantry - home = 834 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 834 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 834 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 835 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 836 - } - - regiment = { - name= "3.2. Division" - type = cuirassier - home = 837 - } + name = "1. Corps " + location = 836 + regiment = { + name= "1.1. Division" + type = infantry + home = 834 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 834 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 834 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 835 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 836 + } + + regiment = { + name= "3.2. Division" + type = cuirassier + home = 837 + } } army = { - name = "2. Corps " - location = 834 - regiment = { - name= "1.3. Division" - type = infantry - home = 838 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 839 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 841 - } + name = "2. Corps " + location = 834 + regiment = { + name= "1.3. Division" + type = infantry + home = 838 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 839 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 841 + } } army = { - name = "Militia" - location = 837 - regiment = { - name= "1.1. Militia" - type = irregular - home = 837 - } - - regiment = { - name= "2.1. Militia" - type = irregular - home = 840 - } - - regiment = { - name= "3.1. Militia" - type = irregular - home = 842 - } - - regiment = { - name= "1.2. Militia" - type = irregular - home = 845 - } + name = "Militia" + location = 837 + regiment = { + name= "1.1. Militia" + type = irregular + home = 837 + } + + regiment = { + name= "2.1. Militia" + type = irregular + home = 840 + } + + regiment = { + name= "3.1. Militia" + type = irregular + home = 842 + } + + regiment = { + name= "1.2. Militia" + type = irregular + home = 845 + } } - diff --git a/HPM/history/units/1861/GUA_oob.txt b/HPM/history/units/1861/GUA_oob.txt index 42bbe513..7caf58d6 100644 --- a/HPM/history/units/1861/GUA_oob.txt +++ b/HPM/history/units/1861/GUA_oob.txt @@ -1,21 +1,21 @@ army = { - name = "1st Army" - location = 2186 - regiment = { - name= "1st Infantry" - type = infantry - home = 2186 - } + name = "1st Army" + location = 2186 + regiment = { + name= "1st Infantry" + type = infantry + home = 2186 + } - regiment = { - name= "2nd Infantry" - type = infantry - home = 2186 - } + regiment = { + name= "2nd Infantry" + type = infantry + home = 2186 + } - regiment = { - name= "3rd Infantry" - type = infantry - home = 2186 - } -} \ No newline at end of file + regiment = { + name= "3rd Infantry" + type = infantry + home = 2186 + } +} diff --git a/HPM/history/units/1861/GWA_oob.txt b/HPM/history/units/1861/GWA_oob.txt index 6cb17ccb..a1b1008c 100644 --- a/HPM/history/units/1861/GWA_oob.txt +++ b/HPM/history/units/1861/GWA_oob.txt @@ -1,24 +1,22 @@ army = { - name = "Army of Gwalior" - location = 1270 - regiment = { - name= "1.Gwailor Contingent" - type = irregular - home = 1270 - } + name = "Army of Gwalior" + location = 1270 + regiment = { + name= "1.Gwailor Contingent" + type = irregular + home = 1270 + } - regiment = { - name= "2.Gwailor Contingent" - type = irregular - home = 1270 - } + regiment = { + name= "2.Gwailor Contingent" + type = irregular + home = 1270 + } - regiment = { - name= "3.Gwailor Contingent" - type = cavalry - home = 1270 - } + regiment = { + name= "3.Gwailor Contingent" + type = cavalry + home = 1270 + } } - - diff --git a/HPM/history/units/1861/HAI_oob.txt b/HPM/history/units/1861/HAI_oob.txt index 742546fd..47dfaac4 100644 --- a/HPM/history/units/1861/HAI_oob.txt +++ b/HPM/history/units/1861/HAI_oob.txt @@ -1,44 +1,43 @@ leader = { - name = "Nicholas Geffrard" - date = 1855.1.1 - type = land - personality = unsound - background = elderly - prestige = 0.1 + name = "Nicholas Geffrard" + date = 1855.1.1 + type = land + personality = unsound + background = elderly + prestige = 0.1 } leader = { - name = "Rivière-Hérard" - date = 1848.1.1 - type = land - personality = mediocre - background = generals_aide - prestige = 0.2 + name = "Rivière-Hérard" + date = 1848.1.1 + type = land + personality = mediocre + background = generals_aide + prestige = 0.2 } army = { - name = "Haitian Army" - location = 2213 - regiment = { - name= "1. Brigade" - type = infantry - home = 2213 - } + name = "Haitian Army" + location = 2213 + regiment = { + name= "1. Brigade" + type = infantry + home = 2213 + } - regiment = { - name= "2. Brigade" - type = infantry - home = 2215 - } + regiment = { + name= "2. Brigade" + type = infantry + home = 2215 + } } navy = { - name = "Haitian Navy" - location = 2213 - ship = { - name= "Haiti" - type = frigate - } + name = "Haitian Navy" + location = 2213 + ship = { + name= "Haiti" + type = frigate + } } - diff --git a/HPM/history/units/1861/HAL_oob.txt b/HPM/history/units/1861/HAL_oob.txt index 84668e0d..d2f195da 100644 --- a/HPM/history/units/1861/HAL_oob.txt +++ b/HPM/history/units/1861/HAL_oob.txt @@ -1,41 +1,41 @@ TUR = { - value = 75 + value = 75 } army = { - name = "Ibn Rashid's Army" + name = "Ibn Rashid's Army" - location = 1160 - regiment = { + location = 1160 + regiment = { - name= "1. 'Ateba" + name= "1. 'Ateba" - type = cavalry + type = cavalry - home = 1160 + home = 1160 - } + } - regiment = { + regiment = { - name= "2. 'Ateba" + name= "2. 'Ateba" - type = cavalry + type = cavalry - home = 1160 - - } - regiment = { + home = 1160 - name= "3. 'Ateba" + } + regiment = { - type = cavalry + name= "3. 'Ateba" + type = cavalry - home = 1158 - } -} \ No newline at end of file + + home = 1158 + } +} diff --git a/HPM/history/units/1861/HAM_oob.txt b/HPM/history/units/1861/HAM_oob.txt index fbc78ee7..6cbb6a78 100644 --- a/HPM/history/units/1861/HAM_oob.txt +++ b/HPM/history/units/1861/HAM_oob.txt @@ -1,11 +1,10 @@ army = { - name = "Hamburgische Armee" - location = 528 - regiment = { - name= "Hamburgische Infanterie-Brigade" - type = infantry - home = 528 - } + name = "Hamburgische Armee" + location = 528 + regiment = { + name= "Hamburgische Infanterie-Brigade" + type = infantry + home = 528 + } } - diff --git a/HPM/history/units/1861/HAN_oob.txt b/HPM/history/units/1861/HAN_oob.txt index ddac8643..e8ba57eb 100644 --- a/HPM/history/units/1861/HAN_oob.txt +++ b/HPM/history/units/1861/HAN_oob.txt @@ -1,68 +1,67 @@ leader = { - name = "von Halkett" - date = 1835.1.1 - type = land - personality = heroic - background = school_of_offense - prestige = 0.3 + name = "von Halkett" + date = 1835.1.1 + type = land + personality = heroic + background = school_of_offense + prestige = 0.3 } leader = { - name = "Cordemann" - date = 1840.1.1 - type = land - personality = intuitive - background = diplomat - prestige = 0.2 + name = "Cordemann" + date = 1840.1.1 + type = land + personality = intuitive + background = diplomat + prestige = 0.2 } leader = { - name = "von Arentschildt" - date = 1850.1.1 - type = land - personality = competent - background = rising_star - prestige = 0.2 + name = "von Arentschildt" + date = 1850.1.1 + type = land + personality = competent + background = rising_star + prestige = 0.2 } army = { - name = "Hannoversche Armee" - location = 534 - regiment = { - name= "1. Infanteriebrigade" - type = infantry - home = 534 - } + name = "Hannoversche Armee" + location = 534 + regiment = { + name= "1. Infanteriebrigade" + type = infantry + home = 534 + } - regiment = { - name= "2. Infanteriebrigade" - type = infantry - home = 535 - } + regiment = { + name= "2. Infanteriebrigade" + type = infantry + home = 535 + } - regiment = { - name= "3. Infanteriebrigade" - type = infantry - home = 538 - } - - regiment = { - name= "4. Infanteriebrigade" - type = infantry - home = 531 - } + regiment = { + name= "3. Infanteriebrigade" + type = infantry + home = 538 + } - regiment = { - name= "1. Kavalleriebrigade" - type = dragoon - home = 532 - } - - regiment = { - name= "1. Artilleriebrigade" - type = artillery - home = 534 - } + regiment = { + name= "4. Infanteriebrigade" + type = infantry + home = 531 + } -} + regiment = { + name= "1. Kavalleriebrigade" + type = dragoon + home = 532 + } + + regiment = { + name= "1. Artilleriebrigade" + type = artillery + home = 534 + } +} diff --git a/HPM/history/units/1861/HAR_oob.txt b/HPM/history/units/1861/HAR_oob.txt index 95054823..88e3fb8b 100644 --- a/HPM/history/units/1861/HAR_oob.txt +++ b/HPM/history/units/1861/HAR_oob.txt @@ -1,29 +1,29 @@ SHW = { - value = 40 + value = 40 } GON = { - value = 40 + value = 40 } TIG = { - value = 30 + value = 30 } AWS = { - value = 100 + value = 100 } SID = { - value = 30 + value = 30 } GEL = { - value = 50 + value = 50 } MAJ = { - value = 75 + value = 75 } leader = { @@ -35,19 +35,18 @@ leader = { } army = { - name = "Army of the Emir of Harar" - location = 1865 - regiment = { - name= "Emir's Guards" - type = irregular - home = 1865 - } + name = "Army of the Emir of Harar" + location = 1865 + regiment = { + name= "Emir's Guards" + type = irregular + home = 1865 + } - regiment = { - name= "Harari City Militia" - type = irregular - home = 1865 - } + regiment = { + name= "Harari City Militia" + type = irregular + home = 1865 + } } - diff --git a/HPM/history/units/1861/HDJ_oob.txt b/HPM/history/units/1861/HDJ_oob.txt index 0d656eff..505ff0c1 100644 --- a/HPM/history/units/1861/HDJ_oob.txt +++ b/HPM/history/units/1861/HDJ_oob.txt @@ -1,54 +1,54 @@ army = { - name = "Army of the Hedjaz" - location = 1153 - regiment = { - name= "Bedouins" - type = cavalry - home = 1151 - } + name = "Army of the Hedjaz" + location = 1153 + regiment = { + name= "Bedouins" + type = cavalry + home = 1151 + } - regiment = { - name= "Bedouins" - type = cavalry - home = 1153 - } + regiment = { + name= "Bedouins" + type = cavalry + home = 1153 + } } army = { - name = "Tribal Army" - location = 1154 - regiment = { - name= "Bedouins" - type = cavalry - home = 1152 - } - - regiment = { - name= "Bedouins" - type = cavalry - home = 1155 - } + name = "Tribal Army" + location = 1154 + regiment = { + name= "Bedouins" + type = cavalry + home = 1152 + } + + regiment = { + name= "Bedouins" + type = cavalry + home = 1155 + } } army = { - name = "Garrison of Jidda" - location = 1152 - regiment = { - name= "Garrison of Jidda" - type = infantry - home = 1152 - } + name = "Garrison of Jidda" + location = 1152 + regiment = { + name= "Garrison of Jidda" + type = infantry + home = 1152 + } } army = { - name = "Garrison of Mecca" - location = 1151 - regiment = { - name= "Garrison of Mecca" - type = infantry - home = 1151 - } + name = "Garrison of Mecca" + location = 1151 + regiment = { + name= "Garrison of Mecca" + type = infantry + home = 1151 + } } diff --git a/HPM/history/units/1861/HEJ_oob.txt b/HPM/history/units/1861/HEJ_oob.txt index 0bae1286..f769979e 100644 --- a/HPM/history/units/1861/HEJ_oob.txt +++ b/HPM/history/units/1861/HEJ_oob.txt @@ -1,77 +1,76 @@ army = { - name = "Royal Army" - location = 1153 - regiment = { - name= "1.1/Royal Army" - type = infantry - home = 911 - } + name = "Royal Army" + location = 1153 + regiment = { + name= "1.1/Royal Army" + type = infantry + home = 911 + } - regiment = { - name= "2.1/Royal Army" - type = infantry - home = 911 - } + regiment = { + name= "2.1/Royal Army" + type = infantry + home = 911 + } - regiment = { - name= "3.1/Royal Army" - type = infantry - home = 911 - } + regiment = { + name= "3.1/Royal Army" + type = infantry + home = 911 + } - regiment = { - name= "1.2/Royal Army" - type = cavalry - home = 1153 - } + regiment = { + name= "1.2/Royal Army" + type = cavalry + home = 1153 + } - regiment = { - name= "2.2/Royal Army" - type = cavalry - home = 1153 - } + regiment = { + name= "2.2/Royal Army" + type = cavalry + home = 1153 + } - regiment = { - name= "3.2/Royal Army" - type = cavalry - home = 1153 - } + regiment = { + name= "3.2/Royal Army" + type = cavalry + home = 1153 + } - regiment = { - name= "1.3/Royal Army" - type = cavalry - home = 1154 - } + regiment = { + name= "1.3/Royal Army" + type = cavalry + home = 1154 + } - regiment = { - name= "2.3/Royal Army" - type = cavalry - home = 1154 - } + regiment = { + name= "2.3/Royal Army" + type = cavalry + home = 1154 + } - regiment = { - name= "3.3/Royal Army" - type = cavalry - home = 1154 - } + regiment = { + name= "3.3/Royal Army" + type = cavalry + home = 1154 + } - regiment = { - name= "1.4/Royal Army" - type = cavalry - home = 1151 - } + regiment = { + name= "1.4/Royal Army" + type = cavalry + home = 1151 + } - regiment = { - name= "2.4/Royal Army" - type = cavalry - home = 1151 - } + regiment = { + name= "2.4/Royal Army" + type = cavalry + home = 1151 + } - regiment = { - name= "3.4/Royal Army" - type = cavalry - home = 1151 - } + regiment = { + name= "3.4/Royal Army" + type = cavalry + home = 1151 + } } - diff --git a/HPM/history/units/1861/HEK_oob.txt b/HPM/history/units/1861/HEK_oob.txt index 0d777b91..359eeabc 100644 --- a/HPM/history/units/1861/HEK_oob.txt +++ b/HPM/history/units/1861/HEK_oob.txt @@ -1,23 +1,23 @@ leader = { - name = "Friedrich Wilhelm" - date = 1861.1.1 - type = land - personality = unsound - background = aristocrat - prestige = 0.5 + name = "Friedrich Wilhelm" + date = 1861.1.1 + type = land + personality = unsound + background = aristocrat + prestige = 0.5 } army = { - name = "Kurhessische Armee" - location = 566 - regiment = { - name= "1. Kurhessisches Infanterie-Brigade" - type = infantry - home = 566 - } + name = "Kurhessische Armee" + location = 566 regiment = { - name= "2. Kurhessisches Infanterie-Brigade" - type = infantry - home = 568 - } -} \ No newline at end of file + name= "1. Kurhessisches Infanterie-Brigade" + type = infantry + home = 566 + } + regiment = { + name= "2. Kurhessisches Infanterie-Brigade" + type = infantry + home = 568 + } +} diff --git a/HPM/history/units/1861/HES_oob.txt b/HPM/history/units/1861/HES_oob.txt index d278dd36..fea1594d 100644 --- a/HPM/history/units/1861/HES_oob.txt +++ b/HPM/history/units/1861/HES_oob.txt @@ -1,34 +1,34 @@ leader = { - name = "Prinz Karl von H-D" - date = 1861.1.1 #1836 - type = land - personality = indifferent - background = aristocrat - prestige = 0.2 + name = "Prinz Karl von H-D" + date = 1861.1.1 #1836 + type = land + personality = indifferent + background = aristocrat + prestige = 0.2 } leader = { - name = "Ludwig IV" - date = 1861.1.1 - type = land - personality = openminded - background = aristocrat - prestige = 0.5 + name = "Ludwig IV" + date = 1861.1.1 + type = land + personality = openminded + background = aristocrat + prestige = 0.5 } army = { - name = "Großherzogliche Armee" - location = 2560 - regiment = { - name= "1. Großherzogliche Infanterie-Brigade" - type = infantry - home = 2560 - } - - regiment = { - name= "2. Großherzogliche Infanterie-Brigade" - type = infantry - home = 567 - } + name = "Großherzogliche Armee" + location = 2560 + regiment = { + name= "1. Großherzogliche Infanterie-Brigade" + type = infantry + home = 2560 + } -} \ No newline at end of file + regiment = { + name= "2. Großherzogliche Infanterie-Brigade" + type = infantry + home = 567 + } + +} diff --git a/HPM/history/units/1861/HOL_oob.txt b/HPM/history/units/1861/HOL_oob.txt index 20f44298..7e69264e 100644 --- a/HPM/history/units/1861/HOL_oob.txt +++ b/HPM/history/units/1861/HOL_oob.txt @@ -1,31 +1,30 @@ leader = { - name = "Krohn" - date = 1846.1.1 - type = land - personality = impetuous - background = powerful_friends - prestige = 0.2 + name = "Krohn" + date = 1846.1.1 + type = land + personality = impetuous + background = powerful_friends + prestige = 0.2 } army = { - name = "Holsteinische Armee" - location = 369 - regiment = { - name= "1. Schleswig-Hols. Landwehrbrigade" - type = infantry - home = 369 - } + name = "Holsteinische Armee" + location = 369 + regiment = { + name= "1. Schleswig-Hols. Landwehrbrigade" + type = infantry + home = 369 + } - regiment = { - name= "1. Schleswig-Hols. Kürassierbrigade" - type = cuirassier - home = 369 - } - - regiment = { - name= "2. Schleswig-Hols. Landwehrbrigade" - type = infantry - home = 529 - } -} + regiment = { + name= "1. Schleswig-Hols. Kürassierbrigade" + type = cuirassier + home = 369 + } + regiment = { + name= "2. Schleswig-Hols. Landwehrbrigade" + type = infantry + home = 529 + } +} diff --git a/HPM/history/units/1861/HON_oob.txt b/HPM/history/units/1861/HON_oob.txt index a453ea62..45af16a4 100644 --- a/HPM/history/units/1861/HON_oob.txt +++ b/HPM/history/units/1861/HON_oob.txt @@ -1,21 +1,21 @@ army = { - name = "1st Army" - location = 2193 - regiment = { - name= "1st Infantry" - type = infantry - home = 2193 - } + name = "1st Army" + location = 2193 + regiment = { + name= "1st Infantry" + type = infantry + home = 2193 + } - regiment = { - name= "2nd Infantry" - type = infantry - home = 2193 - } + regiment = { + name= "2nd Infantry" + type = infantry + home = 2193 + } - regiment = { - name= "3rd Infantry" - type = infantry - home = 2193 - } -} \ No newline at end of file + regiment = { + name= "3rd Infantry" + type = infantry + home = 2193 + } +} diff --git a/HPM/history/units/1861/HOW_oob.txt b/HPM/history/units/1861/HOW_oob.txt index 09626a16..6d8bf9e3 100644 --- a/HPM/history/units/1861/HOW_oob.txt +++ b/HPM/history/units/1861/HOW_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Royal Army" - location = 2121 - regiment = { - name= "1.Tribal Warriors" - type = irregular - home = 2121 - } + name = "Royal Army" + location = 2121 + regiment = { + name= "1.Tribal Warriors" + type = irregular + home = 2121 + } - regiment = { - name= "2.Tribal Warriors" - type = irregular - home = 2121 - } + regiment = { + name= "2.Tribal Warriors" + type = irregular + home = 2121 + } - regiment = { - name= "3.Tribal Warriors" - type = irregular - home = 2121 - } + regiment = { + name= "3.Tribal Warriors" + type = irregular + home = 2121 + } } - diff --git a/HPM/history/units/1861/HYD_oob.txt b/HPM/history/units/1861/HYD_oob.txt index 85ab6900..41703613 100644 --- a/HPM/history/units/1861/HYD_oob.txt +++ b/HPM/history/units/1861/HYD_oob.txt @@ -1,121 +1,120 @@ army = { - name = "Army of the Nizam of Hyderabad" - location = 1285 - regiment = { - name= "1.Irregular Horse" - type = cavalry - home = 1283 - } - - regiment = { - name= "2.Irregular Horse" - type = cavalry - home = 1278 - } - - regiment = { - name= "3.Irregular Horse" - type = cavalry - home = 1278 - } - - regiment = { - name= "1.Hyderabad Contingent" - type = infantry - home = 1283 - } - - regiment = { - name= "2.Hyderabad Contingent" - type = infantry - home = 1285 - } - - regiment = { - name= "3.Hyderabad Contingent" - type = infantry - home = 1287 - } - - regiment = { - name= "4.Hyderabad Contingent" - type = artillery - home = 1283 - } + name = "Army of the Nizam of Hyderabad" + location = 1285 + regiment = { + name= "1.Irregular Horse" + type = cavalry + home = 1283 + } + + regiment = { + name= "2.Irregular Horse" + type = cavalry + home = 1278 + } + + regiment = { + name= "3.Irregular Horse" + type = cavalry + home = 1278 + } + + regiment = { + name= "1.Hyderabad Contingent" + type = infantry + home = 1283 + } + + regiment = { + name= "2.Hyderabad Contingent" + type = infantry + home = 1285 + } + + regiment = { + name= "3.Hyderabad Contingent" + type = infantry + home = 1287 + } + + regiment = { + name= "4.Hyderabad Contingent" + type = artillery + home = 1283 + } } army = { - name = "Reserve Army" - location = 1283 - regiment = { - name= "1st Hyderabad" - type = irregular - home = 1283 - } - - regiment = { - name= "2nd Hyderabad" - type = irregular - home = 1284 - } - - regiment = { - name= "3rd Hyderabad" - type = irregular - home = 1284 - } - - regiment = { - name= "4th Hyderabad" - type = irregular - home = 1284 - } - - regiment = { - name= "5th Hyderabad" - type = irregular - home = 1285 - } - - regiment = { - name= "6th Hyderabad" - type = irregular - home = 1285 - } + name = "Reserve Army" + location = 1283 + regiment = { + name= "1st Hyderabad" + type = irregular + home = 1283 + } + + regiment = { + name= "2nd Hyderabad" + type = irregular + home = 1284 + } + + regiment = { + name= "3rd Hyderabad" + type = irregular + home = 1284 + } + + regiment = { + name= "4th Hyderabad" + type = irregular + home = 1284 + } + + regiment = { + name= "5th Hyderabad" + type = irregular + home = 1285 + } + + regiment = { + name= "6th Hyderabad" + type = irregular + home = 1285 + } } army = { - name = "Reserve Army" - location = 1286 - regiment = { - name= "7th Hyderabad" - type = irregular - home = 1286 - } - - regiment = { - name= "8th Hyderabad" - type = irregular - home = 1286 - } - - regiment = { - name= "9th Hyderabad" - type = irregular - home = 1287 - } - - regiment = { - name= "10th Hyderabad" - type = irregular - home = 1287 - } - - regiment = { - name= "11th Hyderabad" - type = irregular - home = 1287 - } + name = "Reserve Army" + location = 1286 + regiment = { + name= "7th Hyderabad" + type = irregular + home = 1286 + } + + regiment = { + name= "8th Hyderabad" + type = irregular + home = 1286 + } + + regiment = { + name= "9th Hyderabad" + type = irregular + home = 1287 + } + + regiment = { + name= "10th Hyderabad" + type = irregular + home = 1287 + } + + regiment = { + name= "11th Hyderabad" + type = irregular + home = 1287 + } } - diff --git a/HPM/history/units/1861/IND_oob.txt b/HPM/history/units/1861/IND_oob.txt index b611cb2b..11406b7b 100644 --- a/HPM/history/units/1861/IND_oob.txt +++ b/HPM/history/units/1861/IND_oob.txt @@ -1,22 +1,22 @@ army = { - name = "Army of the Rao of Indore" - location = 1271 - regiment = { - name= "1.Indore Contingent" - type = irregular - home = 1271 - } + name = "Army of the Rao of Indore" + location = 1271 + regiment = { + name= "1.Indore Contingent" + type = irregular + home = 1271 + } - regiment = { - name= "2.Indore Contingent" - type = irregular - home = 1271 - } + regiment = { + name= "2.Indore Contingent" + type = irregular + home = 1271 + } - regiment = { - name= "3.Indore Contingent" - type = cavalry - home = 1271 - } + regiment = { + name= "3.Indore Contingent" + type = cavalry + home = 1271 + } } diff --git a/HPM/history/units/1861/ITA_oob.txt b/HPM/history/units/1861/ITA_oob.txt index 37fb23b0..c779c93e 100644 --- a/HPM/history/units/1861/ITA_oob.txt +++ b/HPM/history/units/1861/ITA_oob.txt @@ -1,626 +1,625 @@ #Starting Relations AUS = { - value = -125 #relation + value = -125 #relation } FRA = { - value = 125 #relation + value = 125 #relation } PRU = { - value = 175 #relation + value = 175 #relation } #Leaders leader = { - name = "Carlo di Persano" - date = 1851.1.1 - type = sea - personality = indifferent - background = clueless - prestige = 0.2 + name = "Carlo di Persano" + date = 1851.1.1 + type = sea + personality = indifferent + background = clueless + prestige = 0.2 } leader = { - name = "Enrico Cialdini" - date = 1858.1.1 - type = land - personality = stouthearted - background = adventurer - prestige = 0.1 + name = "Enrico Cialdini" + date = 1858.1.1 + type = land + personality = stouthearted + background = adventurer + prestige = 0.1 } leader = { - name = "Giuseppe Garibaldi" - date = 1859.1.1 - type = land - personality = resourceful - background = natural_born_leader - prestige = 0.1 + name = "Giuseppe Garibaldi" + date = 1859.1.1 + type = land + personality = resourceful + background = natural_born_leader + prestige = 0.1 } leader = { - name = "Maurizio Gerbaix" - date = 1859.1.1 - type = land - personality = gallant - background = powerful_friends - prestige = 0.1 + name = "Maurizio Gerbaix" + date = 1859.1.1 + type = land + personality = gallant + background = powerful_friends + prestige = 0.1 } leader = { - name = "Bagliani" - date = 1859.1.1 - type = land - personality = coolminded - background = generals_aide - prestige = 0.1 + name = "Bagliani" + date = 1859.1.1 + type = land + personality = coolminded + background = generals_aide + prestige = 0.1 } leader = { - name = "Luigi Mezzacapo" - date = 1859.1.1 - type = land - personality = romantic - background = adventurer - prestige = 0.1 + name = "Luigi Mezzacapo" + date = 1859.1.1 + type = land + personality = romantic + background = adventurer + prestige = 0.1 } leader = { - name = "Carlo Mezzacapo" - date = 1859.1.1 - type = land - personality = able - background = generals_aide - prestige = 0.1 + name = "Carlo Mezzacapo" + date = 1859.1.1 + type = land + personality = able + background = generals_aide + prestige = 0.1 } leader = { - name = "Raffaele Cardorna" - date = 1860.1.1 - type = land - personality = able - background = drillmaster - prestige = 0.1 + name = "Raffaele Cardorna" + date = 1860.1.1 + type = land + personality = able + background = drillmaster + prestige = 0.1 } leader = { - name = "Valfre di Bonzo" - date = 1860.1.1 - type = land - personality = harsh - background = school_of_firepower - prestige = 0.1 + name = "Valfre di Bonzo" + date = 1860.1.1 + type = land + personality = harsh + background = school_of_firepower + prestige = 0.1 } leader = { - name = "Enrico Cosenz" - date = 1860.1.1 - type = land - personality = confident - background = engineer - prestige = 0.1 + name = "Enrico Cosenz" + date = 1860.1.1 + type = land + personality = confident + background = engineer + prestige = 0.1 } leader = { - name = "Nino Bixio" - date = 1860.1.1 - type = land - personality = bold - background = politician - prestige = 0.1 + name = "Nino Bixio" + date = 1860.1.1 + type = land + personality = bold + background = politician + prestige = 0.1 } leader = { - name = "Giuseppe Pianelli" - date = 1861.1.1 - type = land - personality = able - background = war_college + name = "Giuseppe Pianelli" + date = 1861.1.1 + type = land + personality = able + background = war_college } leader = { - name = "Gaetano Sacchi" - date = 1861.1.1 - type = land - personality = romantic - background = exranker + name = "Gaetano Sacchi" + date = 1861.1.1 + type = land + personality = romantic + background = exranker } army = { - name = "1a Armata" #done - location = 726 - regiment = { - name= "1.1a Bersaglieri" - type = infantry - home = 720 - } - - regiment = { - name= "2.1a Bersaglieri" - type = infantry - home = 720 - } - - regiment = { - name= "3.1a Bersaglieri" - type = infantry - home = 720 - } - - regiment = { - name= "1.2a Bersaglieri" - type = infantry - home = 720 - } - - regiment = { - name= "2.2a Bersaglieri" - type = infantry - home = 720 - } - - regiment = { - name= "3.2a Bersaglieri" - type = artillery - home = 720 - } - - regiment = { - name= "1.1a Granatieri" - type = infantry - home = 720 - } - - regiment = { - name= "2.1a Granatieri" - type = infantry - home = 720 - } - - regiment = { - name= "3.1a Granatieri" - type = infantry - home = 722 - } - - regiment = { - name= "4.1a Granatieri" - type = engineer - home = 723 - } - - regiment = { - name= "1.1a Divisione" - type = infantry - home = 724 - } - - regiment = { - name= "2.1a Divisione" - type = infantry - home = 724 - } - - regiment = { - name= "3.1a Divisione" - type = infantry - home = 725 - } - - regiment = { - name= "1.2a Divisione" - type = infantry - home = 765 - } - - regiment = { - name= "2.2a Divisione" - type = infantry - home = 766 - } - - regiment = { - name= "3.2a Divisione" - type = infantry - home = 726 - } - - - regiment = { - name= "1.1a Divisione Cavallero " - type = cuirassier - home = 726 - } - - regiment = { - name= "2.1a Divisione Cavallero " - type = cuirassier - home = 727 - } - - regiment = { - name= "3.1a Divisione Cavallero " - type = cuirassier - home = 727 - } + name = "1a Armata" #done + location = 726 + regiment = { + name= "1.1a Bersaglieri" + type = infantry + home = 720 + } + + regiment = { + name= "2.1a Bersaglieri" + type = infantry + home = 720 + } + + regiment = { + name= "3.1a Bersaglieri" + type = infantry + home = 720 + } + + regiment = { + name= "1.2a Bersaglieri" + type = infantry + home = 720 + } + + regiment = { + name= "2.2a Bersaglieri" + type = infantry + home = 720 + } + + regiment = { + name= "3.2a Bersaglieri" + type = artillery + home = 720 + } + + regiment = { + name= "1.1a Granatieri" + type = infantry + home = 720 + } + + regiment = { + name= "2.1a Granatieri" + type = infantry + home = 720 + } + + regiment = { + name= "3.1a Granatieri" + type = infantry + home = 722 + } + + regiment = { + name= "4.1a Granatieri" + type = engineer + home = 723 + } + + regiment = { + name= "1.1a Divisione" + type = infantry + home = 724 + } + + regiment = { + name= "2.1a Divisione" + type = infantry + home = 724 + } + + regiment = { + name= "3.1a Divisione" + type = infantry + home = 725 + } + + regiment = { + name= "1.2a Divisione" + type = infantry + home = 765 + } + + regiment = { + name= "2.2a Divisione" + type = infantry + home = 766 + } + + regiment = { + name= "3.2a Divisione" + type = infantry + home = 726 + } + + + regiment = { + name= "1.1a Divisione Cavallero " + type = cuirassier + home = 726 + } + + regiment = { + name= "2.1a Divisione Cavallero " + type = cuirassier + home = 727 + } + + regiment = { + name= "3.1a Divisione Cavallero " + type = cuirassier + home = 727 + } } army = { - name = "2a Armata" #done - location = 738 - regiment = { - name= "1.9 a Divisione" - type = infantry - home = 728 - } - - regiment = { - name= "2.9 a Divisione" - type = infantry - home = 728 - } - - regiment = { - name= "3.9 a Divisione" - type = infantry - home = 738 - } - - regiment = { - name= "1.10a Divisione" - type = infantry - home = 738 - } - - regiment = { - name= "2.10a Divisione" - type = infantry - home = 739 - } - - regiment = { - name= "3.10a Divisione" - type = engineer - home = 739 - } - - regiment = { - name= "1.11a Divisione" - type = infantry - home = 740 - } - - regiment = { - name= "2.11a Divisione" - type = infantry - home = 741 - } - - regiment = { - name= "3.11a Divisione" - type = infantry - home = 752 - } - - regiment = { - name= "1.12a Divisione" - type = infantry - home = 743 - } - - regiment = { - name= "2.12a Divisione" - type = infantry - home = 744 - } - - regiment = { - name= "3.12a Divisione" - type = infantry - home = 745 - } - - regiment = { - name= "1.13a Divisione" - type = artillery - home = 744 - } - - regiment = { - name= "2.13a Divisione" - type = infantry - home = 746 - } - - regiment = { - name= "3.13a Divisione" - type = infantry - home = 747 - } - - regiment = { - name= "1.14a Divisione" - type = infantry - home = 748 - } - - regiment = { - name= "2.14a Divisione" - type = infantry - home = 751 - } - - regiment = { - name= "3.14a Divisione" - type = infantry - home = 753 - } + name = "2a Armata" #done + location = 738 + regiment = { + name= "1.9 a Divisione" + type = infantry + home = 728 + } + + regiment = { + name= "2.9 a Divisione" + type = infantry + home = 728 + } + + regiment = { + name= "3.9 a Divisione" + type = infantry + home = 738 + } + + regiment = { + name= "1.10a Divisione" + type = infantry + home = 738 + } + + regiment = { + name= "2.10a Divisione" + type = infantry + home = 739 + } + + regiment = { + name= "3.10a Divisione" + type = engineer + home = 739 + } + + regiment = { + name= "1.11a Divisione" + type = infantry + home = 740 + } + + regiment = { + name= "2.11a Divisione" + type = infantry + home = 741 + } + + regiment = { + name= "3.11a Divisione" + type = infantry + home = 752 + } + + regiment = { + name= "1.12a Divisione" + type = infantry + home = 743 + } + + regiment = { + name= "2.12a Divisione" + type = infantry + home = 744 + } + + regiment = { + name= "3.12a Divisione" + type = infantry + home = 745 + } + + regiment = { + name= "1.13a Divisione" + type = artillery + home = 744 + } + + regiment = { + name= "2.13a Divisione" + type = infantry + home = 746 + } + + regiment = { + name= "3.13a Divisione" + type = infantry + home = 747 + } + + regiment = { + name= "1.14a Divisione" + type = infantry + home = 748 + } + + regiment = { + name= "2.14a Divisione" + type = infantry + home = 751 + } + + regiment = { + name= "3.14a Divisione" + type = infantry + home = 753 + } } army = { - name = "1a Corpo " - location = 754 - regiment = { - name= "1.15a Divisione" - type = infantry - home = 2567 - } - - regiment = { - name= "2.15a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "3.15a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "1.16a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "2.16a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "3.16a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "1.17a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "2.17a Divisione" - type = infantry - home = 754 - } - - regiment = { - name= "3.17a Divisione" - type = infantry - home = 754 - } - regiment = { - name= "1.3a Divisione" - type = infantry - home = 755 - } - - regiment = { - name= "2.3a Divisione" - type = infantry - home = 755 - } - - regiment = { - name= "3.3a Divisione" - type = infantry - home = 756 - } - - regiment = { - name= "1.4a Divisione" - type = artillery - home = 756 - } - - regiment = { - name= "2.4a Divisione" - type = infantry - home = 757 - } + name = "1a Corpo " + location = 754 + regiment = { + name= "1.15a Divisione" + type = infantry + home = 2567 + } + + regiment = { + name= "2.15a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "3.15a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "1.16a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "2.16a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "3.16a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "1.17a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "2.17a Divisione" + type = infantry + home = 754 + } + + regiment = { + name= "3.17a Divisione" + type = infantry + home = 754 + } + regiment = { + name= "1.3a Divisione" + type = infantry + home = 755 + } + + regiment = { + name= "2.3a Divisione" + type = infantry + home = 755 + } + + regiment = { + name= "3.3a Divisione" + type = infantry + home = 756 + } + + regiment = { + name= "1.4a Divisione" + type = artillery + home = 756 + } + + regiment = { + name= "2.4a Divisione" + type = infantry + home = 757 + } } army = { - name = "2a Corpo " - location = 762 - regiment = { - name= "1.18a Divisione" - type = infantry - home = 758 - } - - regiment = { - name= "2.18a Divisione" - type = infantry - home = 759 - } - - regiment = { - name= "3.18a Divisione" - type = infantry - home = 760 - } - - regiment = { - name= "1.19a Divisione" - type = infantry - home = 761 - } - - regiment = { - name= "2.19a Divisione" - type = infantry - home = 762 - } - - regiment = { - name= "3.19a Divisione" - type = infantry - home = 762 - } - - regiment = { - name= "1.20a Divisione" - type = infantry - home = 763 - } - - regiment = { - name= "2.20a Divisione" - type = infantry - home = 764 - } - - regiment = { - name= "3.20a Divisione" - type = engineer - home = 764 - } + name = "2a Corpo " + location = 762 + regiment = { + name= "1.18a Divisione" + type = infantry + home = 758 + } + + regiment = { + name= "2.18a Divisione" + type = infantry + home = 759 + } + + regiment = { + name= "3.18a Divisione" + type = infantry + home = 760 + } + + regiment = { + name= "1.19a Divisione" + type = infantry + home = 761 + } + + regiment = { + name= "2.19a Divisione" + type = infantry + home = 762 + } + + regiment = { + name= "3.19a Divisione" + type = infantry + home = 762 + } + + regiment = { + name= "1.20a Divisione" + type = infantry + home = 763 + } + + regiment = { + name= "2.20a Divisione" + type = infantry + home = 764 + } + + regiment = { + name= "3.20a Divisione" + type = engineer + home = 764 + } } navy = { - name = "Italian Fleet" - location = 746 - ship = { - name= "Re Galantuomo" - type = manowar - } - - ship = { - name= "Carlo Alberto" - type = frigate - } - - ship = { - name= "Duca di Genova" - type = frigate - } - - ship = { - name= "Garibaldi" - type = frigate - } - - ship = { - name= "Maria Adelaide" - type = frigate - } - - ship = { - name= "Vittorio Emanuele" - type = frigate - } - - ship = { - name= "Partenope" - type = frigate - } - - ship = { - name= "Regina" - type = frigate - } - - ship = { - name= "San Michele" - type = frigate - } - - ship = { - name= "Archimede" - type = commerce_raider - } - - ship = { - name= "Constituzione" - type = commerce_raider - } - - ship = { - name= "Ercole" - type = commerce_raider - } - - ship = { - name= "Ettore Fieramosca" - type = commerce_raider - } - - ship = { - name= "Fulminante" - type = commerce_raider - } - - ship = { - name= "Governolo" - type = commerce_raider - } - - ship = { - name= "Guiscardo" - type = commerce_raider - } - - ship = { - name= "Roberto" - type = commerce_raider - } - - ship = { - name= "Ruggiero" - type = commerce_raider - } - - ship = { - name= "Tancredi" - type = commerce_raider - } + name = "Italian Fleet" + location = 746 + ship = { + name= "Re Galantuomo" + type = manowar + } + + ship = { + name= "Carlo Alberto" + type = frigate + } + + ship = { + name= "Duca di Genova" + type = frigate + } + + ship = { + name= "Garibaldi" + type = frigate + } + + ship = { + name= "Maria Adelaide" + type = frigate + } + + ship = { + name= "Vittorio Emanuele" + type = frigate + } + + ship = { + name= "Partenope" + type = frigate + } + + ship = { + name= "Regina" + type = frigate + } + + ship = { + name= "San Michele" + type = frigate + } + + ship = { + name= "Archimede" + type = commerce_raider + } + + ship = { + name= "Constituzione" + type = commerce_raider + } + + ship = { + name= "Ercole" + type = commerce_raider + } + + ship = { + name= "Ettore Fieramosca" + type = commerce_raider + } + + ship = { + name= "Fulminante" + type = commerce_raider + } + + ship = { + name= "Governolo" + type = commerce_raider + } + + ship = { + name= "Guiscardo" + type = commerce_raider + } + + ship = { + name= "Roberto" + type = commerce_raider + } + + ship = { + name= "Ruggiero" + type = commerce_raider + } + + ship = { + name= "Tancredi" + type = commerce_raider + } } navy = { - name = "1st Transport Squadron" - location = 746 - ship = { - name= "1st Transport Flotilla" - type = steam_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = clipper_transport - } + name = "1st Transport Squadron" + location = 746 + ship = { + name= "1st Transport Flotilla" + type = steam_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = clipper_transport + } } - diff --git a/HPM/history/units/1861/JAI_oob.txt b/HPM/history/units/1861/JAI_oob.txt index 0756005f..38922ed6 100644 --- a/HPM/history/units/1861/JAI_oob.txt +++ b/HPM/history/units/1861/JAI_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Jaipur State Troops" - location = 1268 - regiment = { - name= "1.Jaipur Contingent" - type = irregular - home = 1268 - } + name = "Jaipur State Troops" + location = 1268 + regiment = { + name= "1.Jaipur Contingent" + type = irregular + home = 1268 + } - regiment = { - name= "2.Jaipur Contingent" - type = irregular - home = 1268 - } + regiment = { + name= "2.Jaipur Contingent" + type = irregular + home = 1268 + } - regiment = { - name= "3.Jaipur Contingent" - type = cavalry - home = 1268 - } + regiment = { + name= "3.Jaipur Contingent" + type = cavalry + home = 1268 + } } - diff --git a/HPM/history/units/1861/JAL_oob.txt b/HPM/history/units/1861/JAL_oob.txt index d359293e..2f2fdcf7 100644 --- a/HPM/history/units/1861/JAL_oob.txt +++ b/HPM/history/units/1861/JAL_oob.txt @@ -1,48 +1,46 @@ GBU = { - value = 10 + value = 10 } KNG = { - value = 75 + value = 75 } SEG = { - value = 5 + value = 5 } WOL = { - value = 20 + value = 20 } TOO = { - value = 100 + value = 100 } MAS = { - value = 100 + value = 100 } SOK = { - value = 100 + value = 100 } army = { - name = "Army of the Kingdom of Futa Jallon" - location = 1880 - + name = "Army of the Kingdom of Futa Jallon" + location = 1880 + regiment = { - name= "Almami's Cavalry" - type = cavalry - - home = 1880 - } + name= "Almami's Cavalry" + type = cavalry + + home = 1880 + } regiment = { - name= "Jallon Jihadis" - type = irregular - home = 1881 - } + name= "Jallon Jihadis" + type = irregular + home = 1881 + } } - - diff --git a/HPM/history/units/1861/JAP_oob.txt b/HPM/history/units/1861/JAP_oob.txt index 384ba457..3f9aee8a 100644 --- a/HPM/history/units/1861/JAP_oob.txt +++ b/HPM/history/units/1861/JAP_oob.txt @@ -1,289 +1,288 @@ leader = { - name = "Katsu Yasuyoshi" - date = 1855.1.1 - type = sea - personality = intelligent - background = professor - prestige = 0.1 + name = "Katsu Yasuyoshi" + date = 1855.1.1 + type = sea + personality = intelligent + background = professor + prestige = 0.1 } leader = { - name = "Tokugawa Yoshinobu" - date = 1857.1.1 - type = land - personality = keen - background = uncommonly_young - prestige = 0.5 + name = "Tokugawa Yoshinobu" + date = 1857.1.1 + type = land + personality = keen + background = uncommonly_young + prestige = 0.5 } leader = { - name = "Prince Arisugawa" - date = 1857.1.1 - type = land - personality = soldierly - background = aristocrat - prestige = 0.1 + name = "Prince Arisugawa" + date = 1857.1.1 + type = land + personality = soldierly + background = aristocrat + prestige = 0.1 } leader = { - name = "Takasugi Shinsaku" - date = 1859.1.1 - type = land - personality = openminded - background = professor - prestige = 0.1 + name = "Takasugi Shinsaku" + date = 1859.1.1 + type = land + personality = openminded + background = professor + prestige = 0.1 } leader = { - name = "Okubo Toshimichi" - date = 1860.1.1 - type = land - personality = resolute - background = diplomat - prestige = 0.1 + name = "Okubo Toshimichi" + date = 1860.1.1 + type = land + personality = resolute + background = diplomat + prestige = 0.1 } leader = { - name = "Omura Masujiro" - date = 1860.1.1 - type = land - personality = openminded - background = innovative_tactician - prestige = 0.1 + name = "Omura Masujiro" + date = 1860.1.1 + type = land + personality = openminded + background = innovative_tactician + prestige = 0.1 } leader = { - name = "Itagaki Taisuke" - date = 1861.1.1 - type = land - personality = aggressive - background = warmonger + name = "Itagaki Taisuke" + date = 1861.1.1 + type = land + personality = aggressive + background = warmonger } army = { - name = "Tokugawa Army" - location = 1649 - regiment = { - name= "Bakufu Samurai" - type = cavalry - home = 1649 - } - - regiment = { - name= "1.1/Imperial Army" - type = irregular - home = 1650 - } - - regiment = { - name= "2.1/Imperial Army" - type = irregular - home = 1651 - } - - regiment = { - name= "3.1/Imperial Army" - type = irregular - home = 1652 - } - - regiment = { - name= "1.2/Imperial Army" - type = irregular - home = 1645 - } - - regiment = { - name= "2.2/Imperial Army" - type = irregular - home = 1646 - } - - regiment = { - name= "3.2/Imperial Army" - type = irregular - home = 1675 - } - - regiment = { - name= "1.3/Imperial Army" - type = irregular - home = 1669 - } - - regiment = { - name= "2.3/Imperial Army" - type = irregular - home = 1668 - } - - regiment = { - name= "3.3/Imperial Army" - type = irregular - home = 1674 - } + name = "Tokugawa Army" + location = 1649 + regiment = { + name= "Bakufu Samurai" + type = cavalry + home = 1649 + } + + regiment = { + name= "1.1/Imperial Army" + type = irregular + home = 1650 + } + + regiment = { + name= "2.1/Imperial Army" + type = irregular + home = 1651 + } + + regiment = { + name= "3.1/Imperial Army" + type = irregular + home = 1652 + } + + regiment = { + name= "1.2/Imperial Army" + type = irregular + home = 1645 + } + + regiment = { + name= "2.2/Imperial Army" + type = irregular + home = 1646 + } + + regiment = { + name= "3.2/Imperial Army" + type = irregular + home = 1675 + } + + regiment = { + name= "1.3/Imperial Army" + type = irregular + home = 1669 + } + + regiment = { + name= "2.3/Imperial Army" + type = irregular + home = 1668 + } + + regiment = { + name= "3.3/Imperial Army" + type = irregular + home = 1674 + } } army = { - name = "Western Tokugawa Army" - location = 1655 - regiment = { - name= "Bakufu Samurai" - type = cavalry - home = 1655 - } - - regiment = { - name= "1.4/Imperial Army" - type = irregular - home = 1676 - } - - regiment = { - name= "2.4/Imperial Army" - type = irregular - home = 1656 - } - - regiment = { - name= "3.4/Imperial Army" - type = irregular - home = 1657 - } - - regiment = { - name= "1.5/Imperial Army" - type = irregular - home = 1658 - } - - regiment = { - name= "2.5/Imperial Army" - type = irregular - home = 1659 - } - - regiment = { - name= "3.5/Imperial Army" - type = irregular - home = 1677 - } + name = "Western Tokugawa Army" + location = 1655 + regiment = { + name= "Bakufu Samurai" + type = cavalry + home = 1655 + } + + regiment = { + name= "1.4/Imperial Army" + type = irregular + home = 1676 + } + + regiment = { + name= "2.4/Imperial Army" + type = irregular + home = 1656 + } + + regiment = { + name= "3.4/Imperial Army" + type = irregular + home = 1657 + } + + regiment = { + name= "1.5/Imperial Army" + type = irregular + home = 1658 + } + + regiment = { + name= "2.5/Imperial Army" + type = irregular + home = 1659 + } + + regiment = { + name= "3.5/Imperial Army" + type = irregular + home = 1677 + } } army = { - name = "Choshu Army" - location = 1640 - regiment = { - name= "Choshu Samurai" - type = cavalry - home = 1640 - } - - regiment = { - name= "1.6/Imperial Army" - type = irregular - home = 1641 - } - - regiment = { - name= "2.6/Imperial Army" - type = irregular - home = 1639 - } - - regiment = { - name= "3.6/Imperial Army" - type = irregular - home = 1638 - } - - regiment = { - name= "1.7/Imperial Army" - type = irregular - home = 1665 - } - - regiment = { - name= "2.7/Imperial Army" - type = irregular - home = 1667 - } + name = "Choshu Army" + location = 1640 + regiment = { + name= "Choshu Samurai" + type = cavalry + home = 1640 + } + + regiment = { + name= "1.6/Imperial Army" + type = irregular + home = 1641 + } + + regiment = { + name= "2.6/Imperial Army" + type = irregular + home = 1639 + } + + regiment = { + name= "3.6/Imperial Army" + type = irregular + home = 1638 + } + + regiment = { + name= "1.7/Imperial Army" + type = irregular + home = 1665 + } + + regiment = { + name= "2.7/Imperial Army" + type = irregular + home = 1667 + } } army = { - name = "Satsuma Army" - location = 1662 - regiment = { - name= "Satsuma Samurai" - type = cavalry - home = 1662 - } - - regiment = { - name= "1.23/Imperial Army" - type = irregular - home = 1664 - } - - regiment = { - name= "2.23/Imperial Army" - type = irregular - home = 1661 - } - - regiment = { - name= "3.23/Imperial Army" - type = irregular - home = 1661 - } - - regiment = { - name= "1.24/Imperial Army" - type = irregular - home = 1660 - } - - regiment = { - name= "2.24/Imperial Army" - type = irregular - home = 1666 - } - - regiment = { - name= "3.24/Imperial Army" - type = irregular - home = 1663 - } - - regiment = { - name= "3.7/Imperial Army" - type = irregular - home = 1664 - } - + name = "Satsuma Army" + location = 1662 + regiment = { + name= "Satsuma Samurai" + type = cavalry + home = 1662 + } + + regiment = { + name= "1.23/Imperial Army" + type = irregular + home = 1664 + } + + regiment = { + name= "2.23/Imperial Army" + type = irregular + home = 1661 + } + + regiment = { + name= "3.23/Imperial Army" + type = irregular + home = 1661 + } + + regiment = { + name= "1.24/Imperial Army" + type = irregular + home = 1660 + } + + regiment = { + name= "2.24/Imperial Army" + type = irregular + home = 1666 + } + + regiment = { + name= "3.24/Imperial Army" + type = irregular + home = 1663 + } + + regiment = { + name= "3.7/Imperial Army" + type = irregular + home = 1664 + } + } navy = { - name = "Japanese Fleet" - location = 1650 - ship = { - name= "Choyo Maru" - type = commerce_raider - } - - ship = { - name= "Kanko Maru" - type = commerce_raider - } - - ship = { - name= "Kanrin Maru" - type = commerce_raider - } + name = "Japanese Fleet" + location = 1650 + ship = { + name= "Choyo Maru" + type = commerce_raider + } + + ship = { + name= "Kanko Maru" + type = commerce_raider + } + + ship = { + name= "Kanrin Maru" + type = commerce_raider + } } - diff --git a/HPM/history/units/1861/JAS_oob.txt b/HPM/history/units/1861/JAS_oob.txt index cdcdd97e..a9e12361 100644 --- a/HPM/history/units/1861/JAS_oob.txt +++ b/HPM/history/units/1861/JAS_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharawal of Jaisalmer" - location = 1265 - regiment = { - name= "1. Infantry" - type = irregular - home = 1265 - } - - regiment = { - name= "2. Infantry" - type = irregular - home = 1265 - } + name = "Army of the Maharawal of Jaisalmer" + location = 1265 + regiment = { + name= "1. Infantry" + type = irregular + home = 1265 + } - regiment = { - name= "3. Infantry" - type = cavalry - home = 1265 - } - -} + regiment = { + name= "2. Infantry" + type = irregular + home = 1265 + } + + regiment = { + name= "3. Infantry" + type = cavalry + home = 1265 + } +} diff --git a/HPM/history/units/1861/JOD_oob.txt b/HPM/history/units/1861/JOD_oob.txt index 770299a8..56f9decb 100644 --- a/HPM/history/units/1861/JOD_oob.txt +++ b/HPM/history/units/1861/JOD_oob.txt @@ -1,33 +1,33 @@ army = { - name = "Army of the Maharajah of Jodhpur" - location = 1266 - regiment = { - name= "1.Jodhpur Legion" - type = infantry - home = 1266 - } + name = "Army of the Maharajah of Jodhpur" + location = 1266 + regiment = { + name= "1.Jodhpur Legion" + type = infantry + home = 1266 + } - regiment = { - name= "2.Jodhpur Legion" - type = infantry - home = 1266 - } + regiment = { + name= "2.Jodhpur Legion" + type = infantry + home = 1266 + } - regiment = { - name= "1.Jodhpur Horse" - type = cavalry - home = 1266 - } - regiment = { - name= "1.Jodhpur Contingent" - type = irregular - home = 1266 - } + regiment = { + name= "1.Jodhpur Horse" + type = cavalry + home = 1266 + } + regiment = { + name= "1.Jodhpur Contingent" + type = irregular + home = 1266 + } + + regiment = { + name= "2.Jodhpur Contingent" + type = irregular + home = 1266 + } - regiment = { - name= "2.Jodhpur Contingent" - type = irregular - home = 1266 - } - } diff --git a/HPM/history/units/1861/JOH_oob.txt b/HPM/history/units/1861/JOH_oob.txt index 7b222f2e..8e75e0f5 100644 --- a/HPM/history/units/1861/JOH_oob.txt +++ b/HPM/history/units/1861/JOH_oob.txt @@ -1,29 +1,28 @@ army = { - name = "Army of the Sultan of Johore" - location = 1385 - regiment = { - name= "1.Johore State Troops" - type = irregular - home = 1385 - } + name = "Army of the Sultan of Johore" + location = 1385 + regiment = { + name= "1.Johore State Troops" + type = irregular + home = 1385 + } - regiment = { - name= "2.Johore State Troops" - type = irregular - home = 1387 - } + regiment = { + name= "2.Johore State Troops" + type = irregular + home = 1387 + } - regiment = { - name= "3.Johore State Troops" - type = irregular - home = 2575 - } + regiment = { + name= "3.Johore State Troops" + type = irregular + home = 2575 + } - regiment = { - name= "4.Johore State Troops" - type = irregular - home = 1390 - } + regiment = { + name= "4.Johore State Troops" + type = irregular + home = 1390 + } } - diff --git a/HPM/history/units/1861/KAF_oob.txt b/HPM/history/units/1861/KAF_oob.txt index caac3f9f..9d5d5b00 100644 --- a/HPM/history/units/1861/KAF_oob.txt +++ b/HPM/history/units/1861/KAF_oob.txt @@ -1,45 +1,45 @@ EGY = { - value = 75 + value = 75 } SHW = { - value = 50 + value = 50 } SID = { - value = 75 + value = 75 } army = { - name = "Army of the Kingdom of Kaffa" - location = 1862 - regiment = { - name= "King's Warriors" - type = irregular - home = 1862 - } - - regiment = { - name= "Bonga Warriors" - type = irregular - home = 1862 - } + name = "Army of the Kingdom of Kaffa" + location = 1862 + regiment = { + name= "King's Warriors" + type = irregular + home = 1862 + } + + regiment = { + name= "Bonga Warriors" + type = irregular + home = 1862 + } } army = { - name = "Army of the Moti of Jimma" - location = 1863 - regiment = { - name= "Moti's Guards" - type = irregular - home = 1863 - } - - regiment = { - name= "Jimma Warriors" - type = irregular - home = 1863 - } + name = "Army of the Moti of Jimma" + location = 1863 + regiment = { + name= "Moti's Guards" + type = irregular + home = 1863 + } + + regiment = { + name= "Jimma Warriors" + type = irregular + home = 1863 + } } diff --git a/HPM/history/units/1861/KAG_oob.txt b/HPM/history/units/1861/KAG_oob.txt index 9b5c9ce4..0c6214f9 100644 --- a/HPM/history/units/1861/KAG_oob.txt +++ b/HPM/history/units/1861/KAG_oob.txt @@ -3,21 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Maeda" - location = 1646 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1675 - } - regiment = { - name= "1.Kaga" - type = irregular - home = 1675 - } - regiment = { - name= "2.Kaga" - type = irregular - home = 1675 - } + name = "Army of Daimyo Maeda" + location = 1646 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1675 + } + regiment = { + name= "1.Kaga" + type = irregular + home = 1675 + } + regiment = { + name= "2.Kaga" + type = irregular + home = 1675 + } } diff --git a/HPM/history/units/1861/KAL_oob.txt b/HPM/history/units/1861/KAL_oob.txt index 40d25b7f..1d1d023a 100644 --- a/HPM/history/units/1861/KAL_oob.txt +++ b/HPM/history/units/1861/KAL_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Kalat" - location = 1221 - regiment = { - name= "1.Ghilzye" - type = irregular - home = 1221 - } + name = "Army of Kalat" + location = 1221 + regiment = { + name= "1.Ghilzye" + type = irregular + home = 1221 + } - regiment = { - name= "2.Ghilzye" - type = irregular - home = 1221 - } + regiment = { + name= "2.Ghilzye" + type = irregular + home = 1221 + } - regiment = { - name= "3.Ghilzye" - type = cavalry - home = 1221 - } + regiment = { + name= "3.Ghilzye" + type = cavalry + home = 1221 + } } - diff --git a/HPM/history/units/1861/KAS_oob.txt b/HPM/history/units/1861/KAS_oob.txt index 4d997c6c..818618bc 100644 --- a/HPM/history/units/1861/KAS_oob.txt +++ b/HPM/history/units/1861/KAS_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Kashmir" - location = 1224 - regiment = { - name= "1/3 Dogra Army" - type = infantry - home = 1224 - } + name = "Army of Kashmir" + location = 1224 + regiment = { + name= "1/3 Dogra Army" + type = infantry + home = 1224 + } - regiment = { - name= "2/3 Dogra Army" - type = infantry - home = 1225 - } + regiment = { + name= "2/3 Dogra Army" + type = infantry + home = 1225 + } - regiment = { - name= "3/3 Dogra Army" - type = cavalry - home = 1226 - } + regiment = { + name= "3/3 Dogra Army" + type = cavalry + home = 1226 + } } - diff --git a/HPM/history/units/1861/KBO_oob.txt b/HPM/history/units/1861/KBO_oob.txt index eff90072..723adc83 100644 --- a/HPM/history/units/1861/KBO_oob.txt +++ b/HPM/history/units/1861/KBO_oob.txt @@ -1,47 +1,45 @@ SOK = { - value = 10 + value = 10 } DAM = { - value = 30 + value = 30 } DAR = { - value = 40 + value = 40 } WAD = { - value = 50 + value = 50 } BEN = { - value = -10 + value = -10 } army = { - name = "Army of the Kanem-Bornu Empire" - location = 1951 - + name = "Army of the Kanem-Bornu Empire" + location = 1951 + regiment = { - name= "Knights of Bornu" type = cavalry - home = 1816 } + name= "Knights of Bornu" type = cavalry + home = 1816 } regiment = { - name= "1st Bornu Warriors" - type = irregular - home = 1951 - } + name= "1st Bornu Warriors" + type = irregular + home = 1951 + } regiment = { - name= "2nd Bornu Warriors" - type = irregular - home = 1952 - } + name= "2nd Bornu Warriors" + type = irregular + home = 1952 + } regiment = { - name= "3rd Bornu Warriors" - type = irregular - home = 1953 - } + name= "3rd Bornu Warriors" + type = irregular + home = 1953 + } } - - diff --git a/HPM/history/units/1861/KHI_oob.txt b/HPM/history/units/1861/KHI_oob.txt index d2938f7e..1c5e5c8d 100644 --- a/HPM/history/units/1861/KHI_oob.txt +++ b/HPM/history/units/1861/KHI_oob.txt @@ -1,53 +1,52 @@ army = { - name = "Army of Khiva" - location = 1191 - regiment = { - name= "1. Uzbek" - type = irregular - home = 1191 - } - - regiment = { - name= "2. Uzbek" - type = irregular - home = 1191 - } - - regiment = { - name= "3. Uzbek" - type = irregular - home = 1191 - } - - regiment = { - name= "4. Uzbek" - type = irregular - home = 1192 - } - - regiment = { - name= "5. Uzbek" - type = irregular - home = 1192 - } - - regiment = { - name= "3. Turkmen" - type = irregular - home = 1196 - } - - regiment = { - name= "1. Turkmen" - type = cavalry - home = 1206 - } - - regiment = { - name= "2. Turkmen" - type = cavalry - home = 1206 - } + name = "Army of Khiva" + location = 1191 + regiment = { + name= "1. Uzbek" + type = irregular + home = 1191 + } + + regiment = { + name= "2. Uzbek" + type = irregular + home = 1191 + } + + regiment = { + name= "3. Uzbek" + type = irregular + home = 1191 + } + + regiment = { + name= "4. Uzbek" + type = irregular + home = 1192 + } + + regiment = { + name= "5. Uzbek" + type = irregular + home = 1192 + } + + regiment = { + name= "3. Turkmen" + type = irregular + home = 1196 + } + + regiment = { + name= "1. Turkmen" + type = cavalry + home = 1206 + } + + regiment = { + name= "2. Turkmen" + type = cavalry + home = 1206 + } } - diff --git a/HPM/history/units/1861/KNG_oob.txt b/HPM/history/units/1861/KNG_oob.txt index 1614f6ff..1ab13adf 100644 --- a/HPM/history/units/1861/KNG_oob.txt +++ b/HPM/history/units/1861/KNG_oob.txt @@ -1,43 +1,41 @@ MOS = { - value = 10 + value = 10 } JAL = { - value = 75 + value = 75 } MAS = { - value = 30 + value = 30 } SEG = { - value = 20 + value = 20 } ASH = { - value = -20 + value = -20 } army = { - name = "Army of the Kong Empire" - location = 1898 + name = "Army of the Kong Empire" + location = 1898 regiment = { - name= "Fama's Guards" - type = irregular - -home = 1898 } + name= "Fama's Guards" + type = irregular + +home = 1898 } regiment = { - name= "Kong Warriors" - type = irregular - home = 1899 - } + name= "Kong Warriors" + type = irregular + home = 1899 + } regiment = { - name= "Mande Warriors" - type = irregular - home = 1900 - } + name= "Mande Warriors" + type = irregular + home = 1900 + } } - - diff --git a/HPM/history/units/1861/KOK_oob.txt b/HPM/history/units/1861/KOK_oob.txt index 3a00a8a4..7e71f840 100644 --- a/HPM/history/units/1861/KOK_oob.txt +++ b/HPM/history/units/1861/KOK_oob.txt @@ -1,63 +1,63 @@ army = { - name = "1st Army of Kokand" - location = 1195 - regiment = { - name= "3. Uzbek" - type = cavalry - home = 1195 - } - - regiment = { - name= "1. Tajik" - type = irregular - home = 1208 - } - - regiment = { - name= "4. Uzbek" - type = irregular - home = 1201 - } - - regiment = { - name= "3. Kirghiz" - type = irregular - home = 1189 - } - - regiment = { - name= "4. Kirghiz" - type = irregular - home = 1189 - } + name = "1st Army of Kokand" + location = 1195 + regiment = { + name= "3. Uzbek" + type = cavalry + home = 1195 + } + + regiment = { + name= "1. Tajik" + type = irregular + home = 1208 + } + + regiment = { + name= "4. Uzbek" + type = irregular + home = 1201 + } + + regiment = { + name= "3. Kirghiz" + type = irregular + home = 1189 + } + + regiment = { + name= "4. Kirghiz" + type = irregular + home = 1189 + } } army = { - name = "2nd Army of Kokand" - location = 1202 - regiment = { - name= "1. Uzbek" - type = cavalry - home = 1202 - } - - regiment = { - name= "2. Uzbek" - type = irregular - home = 1202 - } - - regiment = { - name= "1. Kirghiz" - type = irregular - home = 1190 - } - - regiment = { - name= "2. Kirghiz" - type = irregular - home = 1203 - } + name = "2nd Army of Kokand" + location = 1202 + regiment = { + name= "1. Uzbek" + type = cavalry + home = 1202 + } + + regiment = { + name= "2. Uzbek" + type = irregular + home = 1202 + } + + regiment = { + name= "1. Kirghiz" + type = irregular + home = 1190 + } + + regiment = { + name= "2. Kirghiz" + type = irregular + home = 1203 + } } diff --git a/HPM/history/units/1861/KON_oob.txt b/HPM/history/units/1861/KON_oob.txt index 46c5b08e..cb7105e3 100644 --- a/HPM/history/units/1861/KON_oob.txt +++ b/HPM/history/units/1861/KON_oob.txt @@ -1,49 +1,47 @@ POR = { - value = 125 + value = 125 } NET = { - value = 40 + value = 40 } LOA = { - value = 50 + value = 50 } LBA = { - value = 30 + value = 30 } KZB = { - value = 30 + value = 30 } KUB = { - value = 30 + value = 30 } LUN = { - value = 50 + value = 50 } army = { - name = "Army of the Kongo Kingdom" - location = 1983 + name = "Army of the Kongo Kingdom" + location = 1983 regiment = { - name= "MweneKongo's Guards" - type = irregular - home = 1983 } + name= "MweneKongo's Guards" + type = irregular + home = 1983 } regiment = { - name= "1st Kongo Warriors" - type = irregular - home = 1982 } + name= "1st Kongo Warriors" + type = irregular + home = 1982 } regiment = { - name= "2nd Kongo Warriors" - type = irregular - home = 2001 - } + name= "2nd Kongo Warriors" + type = irregular + home = 2001 + } } - - diff --git a/HPM/history/units/1861/KOR_oob.txt b/HPM/history/units/1861/KOR_oob.txt index 312fb991..4363929e 100644 --- a/HPM/history/units/1861/KOR_oob.txt +++ b/HPM/history/units/1861/KOR_oob.txt @@ -1,200 +1,199 @@ army = { - name = "Royal Guard" - location = 1624 - regiment = { - name= "1. Royal Guard" - type = irregular - home = 1624 - } - - regiment = { - name= "2. Royal Guard" - type = irregular - home = 1624 - } - - regiment = { - name= "3. Royal Guard" - type = irregular - home = 1624 - } - - regiment = { - name= "4. Royal Guard" - type = irregular - home = 1624 - } - - regiment = { - name= "5. Royal Guard" - type = irregular - home = 1624 - } + name = "Royal Guard" + location = 1624 + regiment = { + name= "1. Royal Guard" + type = irregular + home = 1624 + } + + regiment = { + name= "2. Royal Guard" + type = irregular + home = 1624 + } + + regiment = { + name= "3. Royal Guard" + type = irregular + home = 1624 + } + + regiment = { + name= "4. Royal Guard" + type = irregular + home = 1624 + } + + regiment = { + name= "5. Royal Guard" + type = irregular + home = 1624 + } } army = { - name = "Royal Army" - location = 1628 - regiment = { - name= "1.1/Royal Army" - type = irregular - home = 1628 - } - - regiment = { - name= "1.2/Royal Army" - type = irregular - home = 1628 - } - - regiment = { - name= "1.3/Royal Army" - type = irregular - home = 1625 - } - - regiment = { - name= "1.4/Royal Army" - type = irregular - home = 1626 - } - - regiment = { - name= "1.5/Royal Army" - type = irregular - home = 1627 - } - - regiment = { - name= "1.6/Royal Army" - type = irregular - home = 1629 - } - - regiment = { - name= "1.7/Royal Army" - type = irregular - home = 1630 - } - - regiment = { - name= "1.8/Royal Army" - type = irregular - home = 1631 - } - - regiment = { - name= "1.9/Royal Army" - type = irregular - home = 1633 - } + name = "Royal Army" + location = 1628 + regiment = { + name= "1.1/Royal Army" + type = irregular + home = 1628 + } + + regiment = { + name= "1.2/Royal Army" + type = irregular + home = 1628 + } + + regiment = { + name= "1.3/Royal Army" + type = irregular + home = 1625 + } + + regiment = { + name= "1.4/Royal Army" + type = irregular + home = 1626 + } + + regiment = { + name= "1.5/Royal Army" + type = irregular + home = 1627 + } + + regiment = { + name= "1.6/Royal Army" + type = irregular + home = 1629 + } + + regiment = { + name= "1.7/Royal Army" + type = irregular + home = 1630 + } + + regiment = { + name= "1.8/Royal Army" + type = irregular + home = 1631 + } + + regiment = { + name= "1.9/Royal Army" + type = irregular + home = 1633 + } } army = { - name = "Northern Army" - location = 1619 - regiment = { - name= "1.1/North Army" - type = irregular - home = 1619 - } - - regiment = { - name= "1.2/North Army" - type = irregular - home = 1619 - } - - regiment = { - name= "1.3/North Army" - type = irregular - home = 1619 - } - - regiment = { - name= "1.4/North Army" - type = irregular - home = 1620 - } - - regiment = { - name= "1.5/North Army" - type = irregular - home = 1620 - } - - regiment = { - name= "1.6/North Army" - type = irregular - home = 1620 - } - - regiment = { - name= "1.7/North Army" - type = irregular - home = 1621 - } - - regiment = { - name= "1.8/North Army" - type = irregular - home = 1622 - } + name = "Northern Army" + location = 1619 + regiment = { + name= "1.1/North Army" + type = irregular + home = 1619 + } + + regiment = { + name= "1.2/North Army" + type = irregular + home = 1619 + } + + regiment = { + name= "1.3/North Army" + type = irregular + home = 1619 + } + + regiment = { + name= "1.4/North Army" + type = irregular + home = 1620 + } + + regiment = { + name= "1.5/North Army" + type = irregular + home = 1620 + } + + regiment = { + name= "1.6/North Army" + type = irregular + home = 1620 + } + + regiment = { + name= "1.7/North Army" + type = irregular + home = 1621 + } + + regiment = { + name= "1.8/North Army" + type = irregular + home = 1622 + } } army = { - name = "Southern Army" - location = 1632 - regiment = { - name= "1.1/South Army" - type = irregular - home = 1632 - } - - regiment = { - name= "1.2/South Army" - type = irregular - home = 1632 - } - - regiment = { - name= "1.3/South Army" - type = irregular - home = 1634 - } - - regiment = { - name= "1.4/South Army" - type = irregular - home = 1634 - } - - regiment = { - name= "1.5/South Army" - type = irregular - home = 1635 - } - - regiment = { - name= "1.6/South Army" - type = irregular - home = 1635 - } - - regiment = { - name= "1.7/South Army" - type = irregular - home = 1636 - } - - regiment = { - name= "1.8/South Army" - type = irregular - home = 1636 - } + name = "Southern Army" + location = 1632 + regiment = { + name= "1.1/South Army" + type = irregular + home = 1632 + } + + regiment = { + name= "1.2/South Army" + type = irregular + home = 1632 + } + + regiment = { + name= "1.3/South Army" + type = irregular + home = 1634 + } + + regiment = { + name= "1.4/South Army" + type = irregular + home = 1634 + } + + regiment = { + name= "1.5/South Army" + type = irregular + home = 1635 + } + + regiment = { + name= "1.6/South Army" + type = irregular + home = 1635 + } + + regiment = { + name= "1.7/South Army" + type = irregular + home = 1636 + } + + regiment = { + name= "1.8/South Army" + type = irregular + home = 1636 + } } - diff --git a/HPM/history/units/1861/KUB_oob.txt b/HPM/history/units/1861/KUB_oob.txt index 6ad461db..25ce9202 100644 --- a/HPM/history/units/1861/KUB_oob.txt +++ b/HPM/history/units/1861/KUB_oob.txt @@ -1,49 +1,47 @@ LOA = { - value = 30 + value = 30 } LBA = { - value = 60 + value = 60 } KZB = { - value = 40 + value = 40 } LUN = { - value = 40 + value = 40 } KON = { - value = 30 + value = 30 } BRD = { - value = 25 + value = 25 } BUG = { - value = 25 + value = 25 } RWA = { - value = 25 + value = 25 } army = { - name = "Army of the Nyim of Kuba" - location = 1984 + name = "Army of the Nyim of Kuba" + location = 1984 regiment = { - name= "nyim's Guards" - type = irregular - home = 1984 - } + name= "nyim's Guards" + type = irregular + home = 1984 + } regiment = { - name= "Kuba Warriors" - type = irregular - home = 1984 } + name= "Kuba Warriors" + type = irregular + home = 1984 } } - - diff --git a/HPM/history/units/1861/KUT_oob.txt b/HPM/history/units/1861/KUT_oob.txt index 9faffd60..a240bd69 100644 --- a/HPM/history/units/1861/KUT_oob.txt +++ b/HPM/history/units/1861/KUT_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharao of Kutch" - location = 1293 - regiment = { - name= "1.Kutch" - type = irregular - home = 1293 - } + name = "Army of the Maharao of Kutch" + location = 1293 + regiment = { + name= "1.Kutch" + type = irregular + home = 1293 + } - regiment = { - name= "2.Kutch" - type = irregular - home = 1293 - } + regiment = { + name= "2.Kutch" + type = irregular + home = 1293 + } - regiment = { - name= "3.Kutch" - type = cavalry - home = 1293 - } + regiment = { + name= "3.Kutch" + type = cavalry + home = 1293 + } } - diff --git a/HPM/history/units/1861/KZB_oob.txt b/HPM/history/units/1861/KZB_oob.txt index eab1963f..00cedaef 100644 --- a/HPM/history/units/1861/KZB_oob.txt +++ b/HPM/history/units/1861/KZB_oob.txt @@ -1,49 +1,47 @@ LBA = { - value = 50 + value = 50 } KON = { - value = 30 + value = 30 } KUB = { - value = 40 + value = 40 } LUN = { - value = 85 + value = 85 } BRD = { - value = 30 + value = 30 } BUG = { - value = 30 + value = 30 } RWA = { - value = 30 + value = 30 } army = { - name = "Army of Kazembe" - location = 2016 + name = "Army of Kazembe" + location = 2016 regiment = { - name= "Mwata's Guards" - type = irregular - home = 2016 } + name= "Mwata's Guards" + type = irregular + home = 2016 } regiment = { - name= "1st Kazembe Warriors" - type = irregular - home = 1987 } + name= "1st Kazembe Warriors" + type = irregular + home = 1987 } regiment = { - name= "2nd Kazembe Warriors" - type = irregular home = 1987 } + name= "2nd Kazembe Warriors" + type = irregular home = 1987 } } - - diff --git a/HPM/history/units/1861/LAN_oob.txt b/HPM/history/units/1861/LAN_oob.txt index 9c5211e0..1cad6ebb 100644 --- a/HPM/history/units/1861/LAN_oob.txt +++ b/HPM/history/units/1861/LAN_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Army of Lanfang" - location = 1426 - regiment = { - name= "Lanfang Army" - type = irregular - home = 1426 - } + name = "Army of Lanfang" + location = 1426 + regiment = { + name= "Lanfang Army" + type = irregular + home = 1426 + } } diff --git a/HPM/history/units/1861/LBA_oob.txt b/HPM/history/units/1861/LBA_oob.txt index a2771cde..fbfa89c4 100644 --- a/HPM/history/units/1861/LBA_oob.txt +++ b/HPM/history/units/1861/LBA_oob.txt @@ -1,56 +1,54 @@ KZB = { - value = 50 + value = 50 } KON = { - value = 30 + value = 30 } KUB = { - value = 50 + value = 50 } LUN = { - value = 60 + value = 60 } BRD = { - value = 40 + value = 40 } BUG = { - value = 40 + value = 40 } RWA = { - value = 40 + value = 40 } LOA = { - value = 30 + value = 30 } army = { - name = "Army of the muLopwe of Luba" - location = 1986 + name = "Army of the muLopwe of Luba" + location = 1986 regiment = { - name= "muLopwe's Guards" - type = irregular - home = 1986 - } + name= "muLopwe's Guards" + type = irregular + home = 1986 + } regiment = { - name= "1st Luba Warriors" - type = irregular - home = 1989 - } + name= "1st Luba Warriors" + type = irregular + home = 1989 + } regiment = { - name= "2nd Luba Warriors" - type = irregular - home = 1989 } + name= "2nd Luba Warriors" + type = irregular + home = 1989 } } - - diff --git a/HPM/history/units/1861/LIB_oob.txt b/HPM/history/units/1861/LIB_oob.txt index 46fe35ca..04674b55 100644 --- a/HPM/history/units/1861/LIB_oob.txt +++ b/HPM/history/units/1861/LIB_oob.txt @@ -1,10 +1,10 @@ army = { - name = "Liberian Army" - location = 1887 - - regiment = { - name = "1. Liberian" - type = irregular - home = 1887 - } -} \ No newline at end of file + name = "Liberian Army" + location = 1887 + + regiment = { + name = "1. Liberian" + type = irregular + home = 1887 + } +} diff --git a/HPM/history/units/1861/LIP_oob.txt b/HPM/history/units/1861/LIP_oob.txt index 6f812c24..03f4e5f8 100644 --- a/HPM/history/units/1861/LIP_oob.txt +++ b/HPM/history/units/1861/LIP_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Lippische Armee" - location = 585 - regiment = { - name= "Lippische Infanterie-Brigade" - type = infantry - home = 585 - } -} \ No newline at end of file + name = "Lippische Armee" + location = 585 + regiment = { + name= "Lippische Infanterie-Brigade" + type = infantry + home = 585 + } +} diff --git a/HPM/history/units/1861/LOA_oob.txt b/HPM/history/units/1861/LOA_oob.txt index 7174477c..9e62b4f7 100644 --- a/HPM/history/units/1861/LOA_oob.txt +++ b/HPM/history/units/1861/LOA_oob.txt @@ -1,38 +1,36 @@ POR = { - value = 75 + value = 75 } NET = { - value = 30 + value = 30 } KON = { - value = 50 + value = 50 } LBA = { - value = 30 + value = 30 } KUB = { - value = 30 + value = 30 } LUN = { - value = 40 + value = 40 } army = { - name = "Army of the Loango Kingdom" - location = 2624 + name = "Army of the Loango Kingdom" + location = 2624 regiment = { - name= "Ma Lwããgu's Guards" - type = irregular - home = 2624 } + name= "Ma Lwããgu's Guards" + type = irregular + home = 2624 } regiment = { - name= "Warriors of Loango" - type = irregular - home = 1977 } + name= "Warriors of Loango" + type = irregular + home = 1977 } } - - diff --git a/HPM/history/units/1861/LUA_oob.txt b/HPM/history/units/1861/LUA_oob.txt index 7453ac5f..15452d3b 100644 --- a/HPM/history/units/1861/LUA_oob.txt +++ b/HPM/history/units/1861/LUA_oob.txt @@ -1,41 +1,39 @@ army = { - name = "Army of Luang Prabang" - location = 1356 - regiment = { - name= "1. Brigade" - type = irregular - home = 1356 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1356 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1356 - } + name = "Army of Luang Prabang" + location = 1356 + regiment = { + name= "1. Brigade" + type = irregular + home = 1356 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1356 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1356 + } } army = { - name = "2nd Army of Luang Prabang" - location = 1362 - regiment = { - name= "4. Brigade" - type = irregular - home = 1362 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1362 - } + name = "2nd Army of Luang Prabang" + location = 1362 + regiment = { + name= "4. Brigade" + type = irregular + home = 1362 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1362 + } } - - diff --git a/HPM/history/units/1861/LUB_oob.txt b/HPM/history/units/1861/LUB_oob.txt index dd233715..d8dcc63e 100644 --- a/HPM/history/units/1861/LUB_oob.txt +++ b/HPM/history/units/1861/LUB_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Lübecker Armee" - location = 530 - regiment = { - name= "Lübecker Infanterie-Brigade" - type = infantry - home = 530 - } -} \ No newline at end of file + name = "Lübecker Armee" + location = 530 + regiment = { + name= "Lübecker Infanterie-Brigade" + type = infantry + home = 530 + } +} diff --git a/HPM/history/units/1861/LUN_oob.txt b/HPM/history/units/1861/LUN_oob.txt index 7cbce140..af49777e 100644 --- a/HPM/history/units/1861/LUN_oob.txt +++ b/HPM/history/units/1861/LUN_oob.txt @@ -1,53 +1,51 @@ KZB = { - value = 85 + value = 85 } KON = { - value = 50 + value = 50 } KUB = { - value = 40 + value = 40 } LBA = { - value = 60 + value = 60 } BRD = { - value = 30 + value = 30 } BUG = { - value = 30 + value = 30 } RWA = { - value = 30 + value = 30 } LOA = { - value = 40 + value = 40 } army = { - name = "Army of the Mwaantayaav of Lunda" - location = 2010 + name = "Army of the Mwaantayaav of Lunda" + location = 2010 regiment = { - name= "Mwaantayaav's Guards" - type = irregular - home = 2010 } + name= "Mwaantayaav's Guards" + type = irregular + home = 2010 } regiment = { - name= "1st Lunda Warriors" - type = irregular - home = 2011 } + name= "1st Lunda Warriors" + type = irregular + home = 2011 } regiment = { - name= "2nd Lunda Warriors" - type = irregular home = 1988 } + name= "2nd Lunda Warriors" + type = irregular home = 1988 } } - - diff --git a/HPM/history/units/1861/LUX_oob.txt b/HPM/history/units/1861/LUX_oob.txt index fb0fc477..6f90ee1c 100644 --- a/HPM/history/units/1861/LUX_oob.txt +++ b/HPM/history/units/1861/LUX_oob.txt @@ -1,10 +1,10 @@ army = { - name = "Lëtzebuerger Arméi" - location = 397 - - regiment = { - name = "Lëtzebuerger Infanterie-Brigade" - type = infantry - home = 397 - } -} \ No newline at end of file + name = "Lëtzebuerger Arméi" + location = 397 + + regiment = { + name = "Lëtzebuerger Infanterie-Brigade" + type = infantry + home = 397 + } +} diff --git a/HPM/history/units/1861/MAD_oob.txt b/HPM/history/units/1861/MAD_oob.txt index f6dd72b8..b9595ffa 100644 --- a/HPM/history/units/1861/MAD_oob.txt +++ b/HPM/history/units/1861/MAD_oob.txt @@ -1,52 +1,50 @@ army = { - name = "Merina Royal Army" - location = 2115 - regiment = { - name= "1. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "2. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "3. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "4. Infantry Brigade" - type = irregular - home = 2116 - } + name = "Merina Royal Army" + location = 2115 + regiment = { + name= "1. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "2. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "3. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "4. Infantry Brigade" + type = irregular + home = 2116 + } } army = { - name = "2nd Merina Army" - location = 2116 - regiment = { - name= "5. Infantry Brigade" - type = irregular - home = 2116 - } - - regiment = { - name= "6. Infantry Brigade" - type = irregular - home = 2117 - } - - regiment = { - name= "7. Infantry Brigade" - type = irregular - home = 2122 - } + name = "2nd Merina Army" + location = 2116 + regiment = { + name= "5. Infantry Brigade" + type = irregular + home = 2116 + } + + regiment = { + name= "6. Infantry Brigade" + type = irregular + home = 2117 + } + + regiment = { + name= "7. Infantry Brigade" + type = irregular + home = 2122 + } } - - diff --git a/HPM/history/units/1861/MAJ_oob.txt b/HPM/history/units/1861/MAJ_oob.txt index 249699f1..3556a811 100644 --- a/HPM/history/units/1861/MAJ_oob.txt +++ b/HPM/history/units/1861/MAJ_oob.txt @@ -1,36 +1,34 @@ TUR = { - value = 50 + value = 50 } EGY = { - value = 60 + value = 60 } GEL = { - value = 50 + value = 50 } AWS = { - value = 60 + value = 60 } HAR = { - value = 75 + value = 75 } army = { - name = "Army of the Majeerteen Sultanate" - location = 1872 - regiment = { - name= "Shaykh's Guards" - type = irregular - home = 1872 - } - regiment = { - name= "Berbera Warriors" - type = irregular - home = 1873 - } + name = "Army of the Majeerteen Sultanate" + location = 1872 + regiment = { + name= "Shaykh's Guards" + type = irregular + home = 1872 + } + regiment = { + name= "Berbera Warriors" + type = irregular + home = 1873 + } } - - diff --git a/HPM/history/units/1861/MAK_oob.txt b/HPM/history/units/1861/MAK_oob.txt index b57ced82..1aa2d8b3 100644 --- a/HPM/history/units/1861/MAK_oob.txt +++ b/HPM/history/units/1861/MAK_oob.txt @@ -1,15 +1,14 @@ army = { - name = "Army of the Nawab of Makran" - location = 1222 - regiment = { - name= "1.Baluchye" - type = cavalry - home = 1222 - } - regiment = { - name= "2.Baluchye" - type = irregular - home = 1222 - } + name = "Army of the Nawab of Makran" + location = 1222 + regiment = { + name= "1.Baluchye" + type = cavalry + home = 1222 + } + regiment = { + name= "2.Baluchye" + type = irregular + home = 1222 + } } - diff --git a/HPM/history/units/1861/MAL_oob.txt b/HPM/history/units/1861/MAL_oob.txt index 39067d4a..9880c967 100644 --- a/HPM/history/units/1861/MAL_oob.txt +++ b/HPM/history/units/1861/MAL_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Royal Army" - location = 1390 - regiment = { - name= "1.Royal Army" - type = irregular - home = 1390 - } + name = "Royal Army" + location = 1390 + regiment = { + name= "1.Royal Army" + type = irregular + home = 1390 + } - regiment = { - name= "2.Royal Army" - type = irregular - home = 1390 - } + regiment = { + name= "2.Royal Army" + type = irregular + home = 1390 + } - regiment = { - name= "3.Royal Army" - type = irregular - home = 1390 - } + regiment = { + name= "3.Royal Army" + type = irregular + home = 1390 + } } - diff --git a/HPM/history/units/1861/MAS_oob.txt b/HPM/history/units/1861/MAS_oob.txt index 5919571b..f3a803f5 100644 --- a/HPM/history/units/1861/MAS_oob.txt +++ b/HPM/history/units/1861/MAS_oob.txt @@ -1,86 +1,84 @@ SEG = { - value = -100 + value = -100 } DND = { - value = 30 + value = 30 } SOK = { - value = 100 + value = 100 } MOS = { - value = -5 + value = -5 } KNG = { - value = 30 + value = 30 } DAM = { - value = 20 + value = 20 } JAL = { - value = 100 + value = 100 } TOO = { - value = 100 + value = 100 } ASH = { - value = -10 + value = -10 } GBU = { - value = 5 + value = 5 } DAH = { - value = -5 + value = -5 } BEN = { - value = -15 + value = -15 } leader = { - name = "Seku Amadu" - type = land - date="1836.1.1" - personality = charismatic - background = innovative_tactician + name = "Seku Amadu" + type = land + date="1836.1.1" + personality = charismatic + background = innovative_tactician } army = { - name = "Army of the Massina Jihad" - location = 1804 - + name = "Army of the Massina Jihad" + location = 1804 + regiment = { - name= "Massina Cavalry" - type = cavalry - home = 1804 } + name= "Massina Cavalry" + type = cavalry + home = 1804 } regiment = { - name= "1st Massina Jihadis" - type = irregular - home = 1804 - } + name= "1st Massina Jihadis" + type = irregular + home = 1804 + } regiment = { - name= "2nd Massina Jihadis" - type = irregular - home = 1799 - } + name= "2nd Massina Jihadis" + type = irregular + home = 1799 + } regiment = { - name= "3rd Massina Jihadis" - type = irregular - home = 1906 } + name= "3rd Massina Jihadis" + type = irregular + home = 1906 } } - - diff --git a/HPM/history/units/1861/MAT_oob.txt b/HPM/history/units/1861/MAT_oob.txt index 00087c71..eeb2cf40 100644 --- a/HPM/history/units/1861/MAT_oob.txt +++ b/HPM/history/units/1861/MAT_oob.txt @@ -1,28 +1,28 @@ GAZ = { - value = 20 + value = 20 } XHO = { - value = 50 + value = 50 } SUA = { - value = 50 + value = 50 } army = { - name = "Royal army of Matabele" - location = 2071 - regiment = { - name= "King's Warriors" - type = irregular - home = 2071 - } + name = "Royal army of Matabele" + location = 2071 + regiment = { + name= "King's Warriors" + type = irregular + home = 2071 + } - regiment = { - name= "Matabele Warriors" - type = irregular - home = 2072 - } + regiment = { + name= "Matabele Warriors" + type = irregular + home = 2072 + } } diff --git a/HPM/history/units/1861/MEC_oob.txt b/HPM/history/units/1861/MEC_oob.txt index 2bfa681c..5aec9e2e 100644 --- a/HPM/history/units/1861/MEC_oob.txt +++ b/HPM/history/units/1861/MEC_oob.txt @@ -1,25 +1,25 @@ leader = { - name = "Friedrich Franz II" - date = 1844.1.1 - type = land - personality = soldierly - background = aristocrat - prestige = 0.5 + name = "Friedrich Franz II" + date = 1844.1.1 + type = land + personality = soldierly + background = aristocrat + prestige = 0.5 } army = { - name = "Mecklenburgische Armee" - location = 544 - regiment = { - name= "1. Mecklenburgische Infanterie-Brigade" - type = infantry - home = 544 - } - - regiment = { - name= "2. Mecklenburgische Infanterie-Brigade" - type = infantry - home = 545 - } - -} \ No newline at end of file + name = "Mecklenburgische Armee" + location = 544 + regiment = { + name= "1. Mecklenburgische Infanterie-Brigade" + type = infantry + home = 544 + } + + regiment = { + name= "2. Mecklenburgische Infanterie-Brigade" + type = infantry + home = 545 + } + +} diff --git a/HPM/history/units/1861/MEI_oob.txt b/HPM/history/units/1861/MEI_oob.txt index 7a968895..7a6d2158 100644 --- a/HPM/history/units/1861/MEI_oob.txt +++ b/HPM/history/units/1861/MEI_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Meiningenische Armee" - location = 563 - regiment = { - name= "Meiningenische Infanterie-Brigade" - type = infantry - home = 563 - } -} \ No newline at end of file + name = "Meiningenische Armee" + location = 563 + regiment = { + name= "Meiningenische Infanterie-Brigade" + type = infantry + home = 563 + } +} diff --git a/HPM/history/units/1861/MEW_oob.txt b/HPM/history/units/1861/MEW_oob.txt index 63fa10f2..1cbffcb2 100644 --- a/HPM/history/units/1861/MEW_oob.txt +++ b/HPM/history/units/1861/MEW_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharana of Mewar" - location = 1269 - regiment = { - name= "1.Mewar Contingent" - type = irregular - home = 1269 - } + name = "Army of the Maharana of Mewar" + location = 1269 + regiment = { + name= "1.Mewar Contingent" + type = irregular + home = 1269 + } - regiment = { - name= "2.Mewar Contingent" - type = irregular - home = 1269 - } + regiment = { + name= "2.Mewar Contingent" + type = irregular + home = 1269 + } - regiment = { - name= "3.Mewar Contingent" - type = cavalry - home = 1269 - } + regiment = { + name= "3.Mewar Contingent" + type = cavalry + home = 1269 + } } - diff --git a/HPM/history/units/1861/MEX_oob.txt b/HPM/history/units/1861/MEX_oob.txt index 324bb2ca..48b1039d 100644 --- a/HPM/history/units/1861/MEX_oob.txt +++ b/HPM/history/units/1861/MEX_oob.txt @@ -1,68 +1,67 @@ leader = { - name = "Juan Álvarez" - type = land - date="1836.1.1" - personality = skilled - background = elderly - prestige = 0.3 + name = "Juan Álvarez" + type = land + date="1836.1.1" + personality = skilled + background = elderly + prestige = 0.3 } leader = { - name = "Miguel Mirámon" - type = land - date="1858.1.1" - personality = fanatic - background = uncommonly_young - prestige = 0.1 + name = "Miguel Mirámon" + type = land + date="1858.1.1" + personality = fanatic + background = uncommonly_young + prestige = 0.1 } army = { - name = "Ejército de Ciudad de México" - location = 2172 - regiment = { - name= "1.1. Division" - type = infantry - home = 2172 - } + name = "Ejército de Ciudad de México" + location = 2172 + regiment = { + name= "1.1. Division" + type = infantry + home = 2172 + } - regiment = { - name= "2.1. Division" - type = infantry - home = 2172 - } + regiment = { + name= "2.1. Division" + type = infantry + home = 2172 + } - regiment = { - name= "3.1. Division" - type = infantry - home = 2176 - } + regiment = { + name= "3.1. Division" + type = infantry + home = 2176 + } - regiment = { - name= "4.1. Division" - type = hussar - home = 2172 - } + regiment = { + name= "4.1. Division" + type = hussar + home = 2172 + } } army = { - name = "Ejército del Norte" - location = 2159 - regiment = { - name= "1.2. Division" - type = infantry - home = 2146 - } + name = "Ejército del Norte" + location = 2159 + regiment = { + name= "1.2. Division" + type = infantry + home = 2146 + } - regiment = { - name= "2.2. Division" - type = infantry - home = 2159 - } + regiment = { + name= "2.2. Division" + type = infantry + home = 2159 + } - regiment = { - name= "3.2. Division" - type = infantry - home = 2158 - } + regiment = { + name= "3.2. Division" + type = infantry + home = 2158 + } } - diff --git a/HPM/history/units/1861/MON_oob.txt b/HPM/history/units/1861/MON_oob.txt index 298eeee9..c830356d 100644 --- a/HPM/history/units/1861/MON_oob.txt +++ b/HPM/history/units/1861/MON_oob.txt @@ -1,26 +1,25 @@ leader = { - name = "Nikola I" - date = 1861.1.1 - type = land - personality = spirited - background = gifted_administrator - prestige = 0.5 + name = "Nikola I" + date = 1861.1.1 + type = land + personality = spirited + background = gifted_administrator + prestige = 0.5 } army = { - name = "Montenegrin Army" - location = 2583 - regiment = { - name= "1. Brigade" - type = infantry - home = 2583 - } + name = "Montenegrin Army" + location = 2583 + regiment = { + name= "1. Brigade" + type = infantry + home = 2583 + } - regiment = { - name= "2. Brigade" - type = infantry - home = 2583 - } + regiment = { + name= "2. Brigade" + type = infantry + home = 2583 + } } - diff --git a/HPM/history/units/1861/MOR_oob.txt b/HPM/history/units/1861/MOR_oob.txt index c1367b2f..79864c6b 100644 --- a/HPM/history/units/1861/MOR_oob.txt +++ b/HPM/history/units/1861/MOR_oob.txt @@ -1,102 +1,102 @@ #Relations USA = { - value = 75 #relation + value = 75 #relation } army = { - name = "Royal Guard" - location = 1680 - regiment = { - name= "1/2 Royal Guard" - type = infantry - home = 1680 - } - - regiment = { - name= "2/2 Royal Guard" - type = cavalry - home = 1680 - } + name = "Royal Guard" + location = 1680 + regiment = { + name= "1/2 Royal Guard" + type = infantry + home = 1680 + } + + regiment = { + name= "2/2 Royal Guard" + type = cavalry + home = 1680 + } } army = { - name = "Royal Army" - location = 1685 - regiment = { - name= "1/9 Royal Army" - type = cavalry - home = 1690 - } - - regiment = { - name= "2/9 Royal Army" - type = irregular - home = 1690 - } - - regiment = { - name= "3/9 Royal Army" - type = irregular - home = 1685 - } - - regiment = { - name= "4/9 Royal Army" - type = irregular - home = 1691 - } - - regiment = { - name= "5/9 Royal Army" - type = irregular - home = 1694 - } - - regiment = { - name= "6/9 Royal Army" - type = irregular - home = 1681 - } - - regiment = { - name= "7/9 Royal Army" - type = irregular - home = 1682 - } - - regiment = { - name= "8/9 Royal Army" - type = irregular - home = 1683 - } - - regiment = { - name= "9/9 Royal Army" - type = cavalry - home = 2563 - } + name = "Royal Army" + location = 1685 + regiment = { + name= "1/9 Royal Army" + type = cavalry + home = 1690 + } + + regiment = { + name= "2/9 Royal Army" + type = irregular + home = 1690 + } + + regiment = { + name= "3/9 Royal Army" + type = irregular + home = 1685 + } + + regiment = { + name= "4/9 Royal Army" + type = irregular + home = 1691 + } + + regiment = { + name= "5/9 Royal Army" + type = irregular + home = 1694 + } + + regiment = { + name= "6/9 Royal Army" + type = irregular + home = 1681 + } + + regiment = { + name= "7/9 Royal Army" + type = irregular + home = 1682 + } + + regiment = { + name= "8/9 Royal Army" + type = irregular + home = 1683 + } + + regiment = { + name= "9/9 Royal Army" + type = cavalry + home = 2563 + } } army = { - name = "Palace Guard" - location = 1686 - regiment = { - name= "1/3 Mazhen" - type = cavalry - home = 1686 - } - - regiment = { - name= "2/3 Mazhen" - type = irregular - home = 1687 - } - - regiment = { - name= "3/3 Mazhen" - type = irregular - home = 1688 - } + name = "Palace Guard" + location = 1686 + regiment = { + name= "1/3 Mazhen" + type = cavalry + home = 1686 + } + + regiment = { + name= "2/3 Mazhen" + type = irregular + home = 1687 + } + + regiment = { + name= "3/3 Mazhen" + type = irregular + home = 1688 + } } diff --git a/HPM/history/units/1861/MOS_oob.txt b/HPM/history/units/1861/MOS_oob.txt index 3a12cb3e..4e4f89a6 100644 --- a/HPM/history/units/1861/MOS_oob.txt +++ b/HPM/history/units/1861/MOS_oob.txt @@ -1,56 +1,54 @@ MAS = { - value = -5 + value = -5 } DND = { - value = 30 + value = 30 } SOK = { - value = -5 + value = -5 } DAM = { - value = 5 + value = 5 } KNG = { - value = 10 + value = 10 } SEG = { - value = 40 + value = 40 } ASH = { - value = 20 + value = 20 } DAH = { - value = 10 + value = 10 } army = { - name = "Army of the Mossi" - location = 1901 + name = "Army of the Mossi" + location = 1901 regiment = { - name= "Mogho Naba's Cavalry" - type = cavalry - home = 1901 } + name= "Mogho Naba's Cavalry" + type = cavalry + home = 1901 } regiment = { - name= "1st Mossi Warriors" - type = irregular - -home = 1902 } + name= "1st Mossi Warriors" + type = irregular + +home = 1902 } regiment = { - name= "2nd Mossi Warriors" - type = irregular - home = 1903 - } + name= "2nd Mossi Warriors" + type = irregular + home = 1903 + } } - - diff --git a/HPM/history/units/1861/MYS_oob.txt b/HPM/history/units/1861/MYS_oob.txt index 1ab345c2..9cc42f61 100644 --- a/HPM/history/units/1861/MYS_oob.txt +++ b/HPM/history/units/1861/MYS_oob.txt @@ -1,53 +1,52 @@ army = { - name = "Army of the Wadiyar of Mysore" - location = 1314 - regiment = { - name= "1.Mysore Contingent" - type = irregular - home = 1314 - } - - regiment = { - name= "2.Mysore Contingent" - type = irregular - home = 1313 - } - - regiment = { - name= "3.Mysore Contingent" - type = irregular - home = 1315 - } - - regiment = { - name= "4.Mysore Contingent" - type = irregular - home = 1313 - } + name = "Army of the Wadiyar of Mysore" + location = 1314 + regiment = { + name= "1.Mysore Contingent" + type = irregular + home = 1314 + } + + regiment = { + name= "2.Mysore Contingent" + type = irregular + home = 1313 + } + + regiment = { + name= "3.Mysore Contingent" + type = irregular + home = 1315 + } + + regiment = { + name= "4.Mysore Contingent" + type = irregular + home = 1313 + } } army = { - name = "Reserve Army" - location = 1313 - regiment = { - name= "5.Mysore Contingent" - type = irregular - home = 1314 - } - - regiment = { - name= "6.Mysore Contingent" - type = irregular - home = 1314 - } - - regiment = { - name= "7.Mysore Contingent" - type = irregular - home = 1313 - } - - -} + name = "Reserve Army" + location = 1313 + regiment = { + name= "5.Mysore Contingent" + type = irregular + home = 1314 + } + + regiment = { + name= "6.Mysore Contingent" + type = irregular + home = 1314 + } + + regiment = { + name= "7.Mysore Contingent" + type = irregular + home = 1313 + } + +} diff --git a/HPM/history/units/1861/NAS_oob.txt b/HPM/history/units/1861/NAS_oob.txt index b4dbbebb..2d1ade01 100644 --- a/HPM/history/units/1861/NAS_oob.txt +++ b/HPM/history/units/1861/NAS_oob.txt @@ -1,11 +1,11 @@ army = { - name = "Nassauische Armee" - location = 565 - - regiment = { - name = "Nassauische Infanterie-Brigade" - type = infantry - home = 565 - } - -} \ No newline at end of file + name = "Nassauische Armee" + location = 565 + + regiment = { + name = "Nassauische Infanterie-Brigade" + type = infantry + home = 565 + } + +} diff --git a/HPM/history/units/1861/NEJ_oob.txt b/HPM/history/units/1861/NEJ_oob.txt index 483c0efb..464c47ed 100644 --- a/HPM/history/units/1861/NEJ_oob.txt +++ b/HPM/history/units/1861/NEJ_oob.txt @@ -1,23 +1,23 @@ ENG = { - value = 50 + value = 50 } army = { - name = "Ibn Saud's Army" - location = 1157 - regiment = { - name = "1.Saudi" - type = cavalry - home = 1157 - } - regiment = { - name = "2.Saudi" - type = cavalry - home = 1157 - } - regiment = { - name = "3.Saudi" - type = cavalry - home = 1164 - } -} \ No newline at end of file + name = "Ibn Saud's Army" + location = 1157 + regiment = { + name = "1.Saudi" + type = cavalry + home = 1157 + } + regiment = { + name = "2.Saudi" + type = cavalry + home = 1157 + } + regiment = { + name = "3.Saudi" + type = cavalry + home = 1164 + } +} diff --git a/HPM/history/units/1861/NEP_oob.txt b/HPM/history/units/1861/NEP_oob.txt index 2ca85bfb..6a800acd 100644 --- a/HPM/history/units/1861/NEP_oob.txt +++ b/HPM/history/units/1861/NEP_oob.txt @@ -1,37 +1,37 @@ army = { - name = "Royal Nepalese Army" - location = 1326 - regiment = { - name= "1. Gurkha" - type = irregular - home = 1326 - } + name = "Royal Nepalese Army" + location = 1326 + regiment = { + name= "1. Gurkha" + type = irregular + home = 1326 + } - regiment = { - name= "2. Gurkha" - type = irregular - home = 1326 - } + regiment = { + name= "2. Gurkha" + type = irregular + home = 1326 + } - regiment = { - name= "3. Gurkha" - type = irregular - home = 1326 - } + regiment = { + name= "3. Gurkha" + type = irregular + home = 1326 + } } army = { - name = "Jumla Contingent" - location = 1327 - regiment = { - name= "4. Gurkha" - type = irregular - home = 1327 - } + name = "Jumla Contingent" + location = 1327 + regiment = { + name= "4. Gurkha" + type = irregular + home = 1327 + } - regiment = { - name= "5. Gurkha" - type = irregular - home = 1327 - } -} \ No newline at end of file + regiment = { + name= "5. Gurkha" + type = irregular + home = 1327 + } +} diff --git a/HPM/history/units/1861/NET_oob.txt b/HPM/history/units/1861/NET_oob.txt index 69336a27..ea4ef870 100644 --- a/HPM/history/units/1861/NET_oob.txt +++ b/HPM/history/units/1861/NET_oob.txt @@ -1,318 +1,317 @@ leader = { - name = "Prins Willem Frederik" - date = 1825.1.1 - type = land - personality = active_p - background = drillmaster - prestige = 0.3 + name = "Prins Willem Frederik" + date = 1825.1.1 + type = land + personality = active_p + background = drillmaster + prestige = 0.3 } leader = { - name = "Baron Nepveu" - date = 1836.1.1 - type = land - personality = bigoted - background = powerful_friends - prestige = 0.3 + name = "Baron Nepveu" + date = 1836.1.1 + type = land + personality = bigoted + background = powerful_friends + prestige = 0.3 } leader = { - name = "Hendrik Coops" - date = 1850.1.1 - type = sea - personality = diplomatic - background = cartographer - prestige = 0.2 + name = "Hendrik Coops" + date = 1850.1.1 + type = sea + personality = diplomatic + background = cartographer + prestige = 0.2 } leader = { - name = "Jan van Swieten" - date = 1853.1.1 - type = land - personality = able - background = rising_star - prestige = 0.2 + name = "Jan van Swieten" + date = 1853.1.1 + type = land + personality = able + background = rising_star + prestige = 0.2 } leader = { - name = "Alexander Gregory" - date = 1860.1.1 - type = sea - personality = polite - background = armchair_general - prestige = 0.1 + name = "Alexander Gregory" + date = 1860.1.1 + type = sea + personality = polite + background = armchair_general + prestige = 0.1 } leader = { - name = "Köhler" - date = 1860.1.1 - type = land - personality = inept - background = unqualified - prestige = 0.1 + name = "Köhler" + date = 1860.1.1 + type = land + personality = inept + background = unqualified + prestige = 0.1 } leader = { - name = "de Casembroot" - date = 1860.1.1 - type = land - personality = indifferent - background = powerful_friends - prestige = 0.1 + name = "de Casembroot" + date = 1860.1.1 + type = land + personality = indifferent + background = powerful_friends + prestige = 0.1 } army = { - name = "I. Corps" - location = 375 - regiment = { - name= "1.1. Division" - type = infantry - home = 375 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 375 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 376 - } - - regiment = { - name= "4.1. Division" - type = dragoon - home = 376 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 376 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 377 - } - - regiment = { - name= "3.2. Division" - type = artillery - home = 378 - } + name = "I. Corps" + location = 375 + regiment = { + name= "1.1. Division" + type = infantry + home = 375 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 375 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 376 + } + + regiment = { + name= "4.1. Division" + type = dragoon + home = 376 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 376 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 377 + } + + regiment = { + name= "3.2. Division" + type = artillery + home = 378 + } } army = { - name = "II. Corps" - location = 380 - regiment = { - name= "1.3. Division" - type = infantry - home = 380 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 379 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 379 - } - - regiment = { - name= "4.3. Division" - type = engineer - home = 381 - } - - regiment = { - name= "1.4. Division" - type = infantry - home = 382 - } - - regiment = { - name= "2.4. Division" - type = infantry - home = 382 - } - - regiment = { - name= "3.4. Division" - type = artillery - home = 386 - } + name = "II. Corps" + location = 380 + regiment = { + name= "1.3. Division" + type = infantry + home = 380 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 379 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 379 + } + + regiment = { + name= "4.3. Division" + type = engineer + home = 381 + } + + regiment = { + name= "1.4. Division" + type = infantry + home = 382 + } + + regiment = { + name= "2.4. Division" + type = infantry + home = 382 + } + + regiment = { + name= "3.4. Division" + type = artillery + home = 386 + } } army = { - name = "III. Corps" - location = 383 - regiment = { - name= "1.5. Division" - type = infantry - home = 383 - } - - regiment = { - name= "2.5. Division" - type = infantry - home = 384 - } - - regiment = { - name= "3.5. Division" - type = infantry - home = 385 - } + name = "III. Corps" + location = 383 + regiment = { + name= "1.5. Division" + type = infantry + home = 383 + } + + regiment = { + name= "2.5. Division" + type = infantry + home = 384 + } + + regiment = { + name= "3.5. Division" + type = infantry + home = 385 + } } army = { - name = "Koninklijk Nederlands Indisch Leger" - location = 1413 - regiment = { - name= "1.1. Colonial" - type = infantry - home = 1413 - } - - regiment = { - name= "2.1. Colonial" - type = infantry - home = 1413 - } - - regiment = { - name= "3.1. Colonial" - type = infantry - home = 1414 - } + name = "Koninklijk Nederlands Indisch Leger" + location = 1413 + regiment = { + name= "1.1. Colonial" + type = infantry + home = 1413 + } + + regiment = { + name= "2.1. Colonial" + type = infantry + home = 1413 + } + + regiment = { + name= "3.1. Colonial" + type = infantry + home = 1414 + } } navy = { - name = "Dutch Fleet" - location = 375 - ship = { - name= "William of Orange" - type = manowar - } - - ship = { - name= "Tromp" - type = manowar - } - - ship = { - name= "Zeven Provincien" - type = manowar - } - - ship = { - name= "de Ruyter" - type = frigate - } - - ship = { - name= "Zeeland" - type = frigate - } - - ship = { - name= "Rotterdam" - type = frigate - } - - ship = { - name= "Maastricht" - type = frigate - } - - ship = { - name= "Curacao" - type = frigate - } - - ship = { - name= "Batavia" - type = commerce_raider - } + name = "Dutch Fleet" + location = 375 + ship = { + name= "William of Orange" + type = manowar + } + + ship = { + name= "Tromp" + type = manowar + } + + ship = { + name= "Zeven Provincien" + type = manowar + } + + ship = { + name= "de Ruyter" + type = frigate + } + + ship = { + name= "Zeeland" + type = frigate + } + + ship = { + name= "Rotterdam" + type = frigate + } + + ship = { + name= "Maastricht" + type = frigate + } + + ship = { + name= "Curacao" + type = frigate + } + + ship = { + name= "Batavia" + type = commerce_raider + } } navy = { - name = "1st Transport Squadron" - location = 375 - ship = { - name= "1st Transport Flotilla" - type = steam_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = steam_transport - } + name = "1st Transport Squadron" + location = 375 + ship = { + name= "1st Transport Flotilla" + type = steam_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = steam_transport + } } navy = { - name = "East Indies Squadron" - location = 1418 - ship = { - name= "Admiraal van Wassenaer" - type = frigate - } - - ship = { - name= "Adolf Hertog van Nassau" - type = frigate - } - - ship = { - name= "Evertsen" - type = frigate - } - - ship = { - name= "Breda" - type = frigate - } - - ship = { - name= "Zwolle" - type = frigate - } - - ship = { - name= "Groningen" - type = frigate - } - - ship = { - name= "Leeuwarden" - type = frigate - } + name = "East Indies Squadron" + location = 1418 + ship = { + name= "Admiraal van Wassenaer" + type = frigate + } + + ship = { + name= "Adolf Hertog van Nassau" + type = frigate + } + + ship = { + name= "Evertsen" + type = frigate + } + + ship = { + name= "Breda" + type = frigate + } + + ship = { + name= "Zwolle" + type = frigate + } + + ship = { + name= "Groningen" + type = frigate + } + + ship = { + name= "Leeuwarden" + type = frigate + } } navy = { - name = "2nd Transport Squadron" - location = 1418 - ship = { - name= "3rd Transport Flotilla" - type = clipper_transport - } + name = "2nd Transport Squadron" + location = 1418 + ship = { + name= "3rd Transport Flotilla" + type = clipper_transport + } } - diff --git a/HPM/history/units/1861/NIC_oob.txt b/HPM/history/units/1861/NIC_oob.txt index 7bb29ee3..c239754f 100644 --- a/HPM/history/units/1861/NIC_oob.txt +++ b/HPM/history/units/1861/NIC_oob.txt @@ -1,21 +1,21 @@ army = { - name = "1st Army" - location = 2199 - regiment = { - name= "1st Infantry" - type = infantry - home = 2199 - } + name = "1st Army" + location = 2199 + regiment = { + name= "1st Infantry" + type = infantry + home = 2199 + } - regiment = { - name= "2nd Infantry" - type = infantry - home = 2199 - } + regiment = { + name= "2nd Infantry" + type = infantry + home = 2199 + } - regiment = { - name= "3rd Infantry" - type = infantry - home = 2199 - } -} \ No newline at end of file + regiment = { + name= "3rd Infantry" + type = infantry + home = 2199 + } +} diff --git a/HPM/history/units/1861/NIP_oob.txt b/HPM/history/units/1861/NIP_oob.txt index 51df0d5c..1ca3ad57 100644 --- a/HPM/history/units/1861/NIP_oob.txt +++ b/HPM/history/units/1861/NIP_oob.txt @@ -1 +1 @@ -##empty \ No newline at end of file +##empty diff --git a/HPM/history/units/1861/OLD_oob.txt b/HPM/history/units/1861/OLD_oob.txt index f183f05d..bb9c5816 100644 --- a/HPM/history/units/1861/OLD_oob.txt +++ b/HPM/history/units/1861/OLD_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Oldenburgische Armee" - location = 540 - regiment = { - name= "Oldenburgische Infanterie-Brigade" - type = infantry - home = 540 - } -} \ No newline at end of file + name = "Oldenburgische Armee" + location = 540 + regiment = { + name= "Oldenburgische Infanterie-Brigade" + type = infantry + home = 540 + } +} diff --git a/HPM/history/units/1861/OMA_oob.txt b/HPM/history/units/1861/OMA_oob.txt index c3fa1d4a..a352c753 100644 --- a/HPM/history/units/1861/OMA_oob.txt +++ b/HPM/history/units/1861/OMA_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Royal Army of Oman" - location = 1166 - regiment = { - name= "1.1/Royal Army" - type = irregular - home = 1166 - } + name = "Royal Army of Oman" + location = 1166 + regiment = { + name= "1.1/Royal Army" + type = irregular + home = 1166 + } - regiment = { - name= "2.1/Royal Army" - type = irregular - home = 1169 - } + regiment = { + name= "2.1/Royal Army" + type = irregular + home = 1169 + } - regiment = { - name= "3.1/Royal Army" - type = irregular - home = 1170 - } + regiment = { + name= "3.1/Royal Army" + type = irregular + home = 1170 + } - regiment = { - name= "1.2/Royal Army" - type = irregular - home = 1171 - } + regiment = { + name= "1.2/Royal Army" + type = irregular + home = 1171 + } - regiment = { - name= "2.2/Royal Army" - type = irregular - home = 1172 - } + regiment = { + name= "2.2/Royal Army" + type = irregular + home = 1172 + } - regiment = { - name= "3.2/Royal Army" - type = irregular - home = 1174 - } + regiment = { + name= "3.2/Royal Army" + type = irregular + home = 1174 + } } - diff --git a/HPM/history/units/1861/ORA_oob.txt b/HPM/history/units/1861/ORA_oob.txt index 47a15a65..044bd683 100644 --- a/HPM/history/units/1861/ORA_oob.txt +++ b/HPM/history/units/1861/ORA_oob.txt @@ -1,32 +1,31 @@ leader = { - name = "Jacobus Wepener" - date = 1852.1.1 - type = land - personality = ballsy - background = unfit - prestige = 0.2 + name = "Jacobus Wepener" + date = 1852.1.1 + type = land + personality = ballsy + background = unfit + prestige = 0.2 } army = { - name = "Oranje Army" - location = 2103 - regiment = { - name= "Bloemfontein Commando" - type = dragoon - home = 2101 - } + name = "Oranje Army" + location = 2103 + regiment = { + name= "Bloemfontein Commando" + type = dragoon + home = 2101 + } - regiment = { - name= "Winburg Commando" - type = dragoon - home = 2102 - } + regiment = { + name= "Winburg Commando" + type = dragoon + home = 2102 + } - regiment = { - name= "Philippolis Commando" - type = dragoon - home = 2103 - } + regiment = { + name= "Philippolis Commando" + type = dragoon + home = 2103 + } } - diff --git a/HPM/history/units/1861/ORI_oob.txt b/HPM/history/units/1861/ORI_oob.txt index 048dddb7..d0541517 100644 --- a/HPM/history/units/1861/ORI_oob.txt +++ b/HPM/history/units/1861/ORI_oob.txt @@ -1,22 +1,22 @@ army = { - name = "Army of Orissa " - location = 1262 - regiment = { - name= "1.Balangir Contingent" - type = irregular - home = 1262 - } + name = "Army of Orissa " + location = 1262 + regiment = { + name= "1.Balangir Contingent" + type = irregular + home = 1262 + } - regiment = { - name= "2.Balangir Contingent" - type = irregular - home = 1262 - } + regiment = { + name= "2.Balangir Contingent" + type = irregular + home = 1262 + } - regiment = { - name= "3.Balangir Contingent" - type = cavalry - home = 1263 - } + regiment = { + name= "3.Balangir Contingent" + type = cavalry + home = 1263 + } } diff --git a/HPM/history/units/1861/OYO_oob.txt b/HPM/history/units/1861/OYO_oob.txt index 25d09fff..eb6c44f5 100644 --- a/HPM/history/units/1861/OYO_oob.txt +++ b/HPM/history/units/1861/OYO_oob.txt @@ -1,60 +1,58 @@ NET = { - value = 50 + value = 50 } POR = { - value = 35 + value = 35 } BEN = { - value = 30 + value = 30 } DAH = { - value = 40 + value = 40 } ASH = { - value = 35 + value = 35 } SOK = { - value = -30 + value = -30 } CLA = { - value = 25 + value = 25 } WRI = { - value = 30 + value = 30 } ARO = { - value = 25 + value = 25 } army = { - name = "Army of the Oyo Empire" - location = 1926 + name = "Army of the Oyo Empire" + location = 1926 regiment = { - name= "Alaafin of Oyo's Guards" + name= "Alaafin of Oyo's Guards" type = cavalry - -home = 1926 } + +home = 1926 } regiment = { - name= "1st Yoruba Warriors" - type = irregular - home = 1924 - } + name= "1st Yoruba Warriors" + type = irregular + home = 1924 + } regiment = { - name= "2nd Yoruba Warriors" + name= "2nd Yoruba Warriors" type = irregular - home = 1925 - } + home = 1925 + } } - - diff --git a/HPM/history/units/1861/PER_oob.txt b/HPM/history/units/1861/PER_oob.txt index fa9b6c9d..c78b9519 100644 --- a/HPM/history/units/1861/PER_oob.txt +++ b/HPM/history/units/1861/PER_oob.txt @@ -1,162 +1,161 @@ leader = { - name = "Khanzler Mirza" - date = 1845.1.1 - type = land - personality = glory_hound - background = aristocrat - prestige = 0.2 + name = "Khanzler Mirza" + date = 1845.1.1 + type = land + personality = glory_hound + background = aristocrat + prestige = 0.2 } leader = { - name = "Nasir ad-Din" - date = 1861.1.1 #1848 - type = land - personality = intelligent - background = immoral - prestige = 0.5 + name = "Nasir ad-Din" + date = 1861.1.1 #1848 + type = land + personality = intelligent + background = immoral + prestige = 0.5 } army = { - name = "Army of Persia" - location = 1120 - regiment = { - name= "1. Cavalry Brigade" - type = cavalry - home = 1121 - } - - regiment = { - name= "2. Cavalry Brigade" - type = cavalry - home = 1147 - } - - regiment = { - name= "3. Cavalry Brigade" - type = cavalry - home = 1125 - } - - regiment = { - name= "1. Bakhsh-i Piyadenizam" - type = infantry - home = 1127 - } - - regiment = { - name= "2. Bakhsh-i Piyadenizam" - type = infantry - home = 1135 - } - - regiment = { - name= "3. Bakhsh-i Piyadenizam" - type = infantry - home = 1137 - } + name = "Army of Persia" + location = 1120 + regiment = { + name= "1. Cavalry Brigade" + type = cavalry + home = 1121 + } + + regiment = { + name= "2. Cavalry Brigade" + type = cavalry + home = 1147 + } + + regiment = { + name= "3. Cavalry Brigade" + type = cavalry + home = 1125 + } + + regiment = { + name= "1. Bakhsh-i Piyadenizam" + type = infantry + home = 1127 + } + + regiment = { + name= "2. Bakhsh-i Piyadenizam" + type = infantry + home = 1135 + } + + regiment = { + name= "3. Bakhsh-i Piyadenizam" + type = infantry + home = 1137 + } } army = { - location = 1146 - name = "Eastern Army of Persia" - regiment = { - name= "4. Bakhsh-i Piyadenizam" - type = infantry - home = 1117 - } - - regiment = { - name= "5. Bakhsh-i Piyadenizam" - type = infantry - home = 1124 - } - - regiment = { - name= "6. Bakhsh-i Piyadenizam" - type = infantry - home = 1130 - } - - regiment = { - name= "7. Bakhsh-i Piyadenizam" - type = infantry - home = 1122 - } - - regiment = { - name= "8. Bakhsh-i Piyadenizam" - type = infantry - home = 1129 - } - - regiment = { - name= "9. Bakhsh-i Piyadenizam" - type = infantry - home = 1120 - } + location = 1146 + name = "Eastern Army of Persia" + regiment = { + name= "4. Bakhsh-i Piyadenizam" + type = infantry + home = 1117 + } + + regiment = { + name= "5. Bakhsh-i Piyadenizam" + type = infantry + home = 1124 + } + + regiment = { + name= "6. Bakhsh-i Piyadenizam" + type = infantry + home = 1130 + } + + regiment = { + name= "7. Bakhsh-i Piyadenizam" + type = infantry + home = 1122 + } + + regiment = { + name= "8. Bakhsh-i Piyadenizam" + type = infantry + home = 1129 + } + + regiment = { + name= "9. Bakhsh-i Piyadenizam" + type = infantry + home = 1120 + } } army = { - name = "Northern Army of Persia" - location = 1112 - regiment = { - name= "10. Bakhsh-i Piyadenizam" - type = infantry - home = 1108 - } - - regiment = { - name= "11. Bakhsh-i Piyadenizam" - type = infantry - home = 1112 - } - - regiment = { - name= "12. Bakhsh-i Piyadenizam" - type = infantry - home = 1111 - } - - regiment = { - name= "13. Bakhsh-i Piyadenizam" - type = infantry - home = 1113 - } - - regiment = { - name= "14. Bakhsh-i Piyadenizam" - type = infantry - home = 1116 - } - - regiment = { - name= "15 Bakhsh-i Piyadenizam" - type = infantry - home = 1148 - } + name = "Northern Army of Persia" + location = 1112 + regiment = { + name= "10. Bakhsh-i Piyadenizam" + type = infantry + home = 1108 + } + + regiment = { + name= "11. Bakhsh-i Piyadenizam" + type = infantry + home = 1112 + } + + regiment = { + name= "12. Bakhsh-i Piyadenizam" + type = infantry + home = 1111 + } + + regiment = { + name= "13. Bakhsh-i Piyadenizam" + type = infantry + home = 1113 + } + + regiment = { + name= "14. Bakhsh-i Piyadenizam" + type = infantry + home = 1116 + } + + regiment = { + name= "15 Bakhsh-i Piyadenizam" + type = infantry + home = 1148 + } } army = { - name = "Southern Army of Persia" - location = 1142 - regiment = { - name= "16. Bakhsh-i Piyadenizam" - type = infantry - home = 1142 - } - - regiment = { - name= "17. Bakhsh-i Piyadenizam" - type = infantry - home = 1141 - } - - regiment = { - name= "18. Bakhsh-i Piyadenizam" - type = infantry - home = 1145 - } + name = "Southern Army of Persia" + location = 1142 + regiment = { + name= "16. Bakhsh-i Piyadenizam" + type = infantry + home = 1142 + } + + regiment = { + name= "17. Bakhsh-i Piyadenizam" + type = infantry + home = 1141 + } + + regiment = { + name= "18. Bakhsh-i Piyadenizam" + type = infantry + home = 1145 + } } - diff --git a/HPM/history/units/1861/PEU_oob.txt b/HPM/history/units/1861/PEU_oob.txt index 1b598001..afa077ca 100644 --- a/HPM/history/units/1861/PEU_oob.txt +++ b/HPM/history/units/1861/PEU_oob.txt @@ -1,55 +1,53 @@ army = { - name = "Ejército del Perú" - location = 2295 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2295 - } - - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2295 - } - - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2298 - } - - regiment = { - name= "4.1ra división de infantería" - type = infantry - home = 2302 - } + name = "Ejército del Perú" + location = 2295 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2295 + } + + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2295 + } + + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2298 + } + + regiment = { + name= "4.1ra división de infantería" + type = infantry + home = 2302 + } } navy = { - name = "Peruvian Fleet" - location = 2295 - ship = { - name= "Amazonas" - type = commerce_raider - } - - ship = { - name= "Apúrimac" - type = commerce_raider - } - - ship = { - name= "General Lerzundi" - type = steam_transport - } - - ship = { - name= "Ucayali" - type = steam_transport - } + name = "Peruvian Fleet" + location = 2295 + ship = { + name= "Amazonas" + type = commerce_raider + } + + ship = { + name= "Apúrimac" + type = commerce_raider + } + + ship = { + name= "General Lerzundi" + type = steam_transport + } + + ship = { + name= "Ucayali" + type = steam_transport + } } - - diff --git a/HPM/history/units/1861/PHG_oob.txt b/HPM/history/units/1861/PHG_oob.txt index 607b2289..9cd6d3b5 100644 --- a/HPM/history/units/1861/PHG_oob.txt +++ b/HPM/history/units/1861/PHG_oob.txt @@ -1,17 +1,16 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Pahang" - location = 1390 + name = "Army of the Sultan of Pahang" + location = 1390 - regiment = { - name= "Pahang State Troops" - type = irregular - home = 1390 - } + regiment = { + name= "Pahang State Troops" + type = irregular + home = 1390 + } } - diff --git a/HPM/history/units/1861/POR_oob.txt b/HPM/history/units/1861/POR_oob.txt index 468e47cf..3d056e8f 100644 --- a/HPM/history/units/1861/POR_oob.txt +++ b/HPM/history/units/1861/POR_oob.txt @@ -1,143 +1,142 @@ GBU = { - value = 100 + value = 100 } LOA = { - value = 75 + value = 75 } KON = { - value = 125 + value = 125 } SUA = { - value = 100 + value = 100 } leader = { - name = "Vicente de Mesquita" - date = 1840.1.1 - type = land - personality = dauntless - background = madman - prestige = 0.3 + name = "Vicente de Mesquita" + date = 1840.1.1 + type = land + personality = dauntless + background = madman + prestige = 0.3 } army = { - name = "Exército Português" - location = 524 - regiment = { - name= "1. Brigada de Infantaria" - type = infantry - home = 521 - } - - regiment = { - name= "2. Brigada de Infantaria" - type = infantry - home = 522 - } - - regiment = { - name= "3. Brigada de Infantaria" - type = infantry - home = 524 - } - - regiment = { - name= "4. Brigada de Infantaria" - type = infantry - home = 525 - } - - regiment = { - name= "5. Brigada de Infantaria" - type = infantry - home = 523 - } - - regiment = { - name= "6. Brigada de Infantaria" - type = infantry - home = 2135 - } - - regiment = { - name= "7. Brigada de Infantaria" - type = infantry - home = 2134 - } - - regiment = { - name= "8. Brigada de Infantaria" - type = infantry - home = 527 - } - - regiment = { - name= "1. Brigada de Artilharia" - type = artillery - home = 518 - } - - regiment = { - name= "1. Brigada Hussar" - type = hussar - home = 521 - } + name = "Exército Português" + location = 524 + regiment = { + name= "1. Brigada de Infantaria" + type = infantry + home = 521 + } + + regiment = { + name= "2. Brigada de Infantaria" + type = infantry + home = 522 + } + + regiment = { + name= "3. Brigada de Infantaria" + type = infantry + home = 524 + } + + regiment = { + name= "4. Brigada de Infantaria" + type = infantry + home = 525 + } + + regiment = { + name= "5. Brigada de Infantaria" + type = infantry + home = 523 + } + + regiment = { + name= "6. Brigada de Infantaria" + type = infantry + home = 2135 + } + + regiment = { + name= "7. Brigada de Infantaria" + type = infantry + home = 2134 + } + + regiment = { + name= "8. Brigada de Infantaria" + type = infantry + home = 527 + } + + regiment = { + name= "1. Brigada de Artilharia" + type = artillery + home = 518 + } + + regiment = { + name= "1. Brigada Hussar" + type = hussar + home = 521 + } } army = { - name = "Exército da África" - location = 1999 - regiment = { - name= "1. Brigada Colonial" - type = infantry - home = 1999 - } - - regiment = { - name= "2. Brigada Colonial" - type = infantry - home = 2003 - } + name = "Exército da África" + location = 1999 + regiment = { + name= "1. Brigada Colonial" + type = infantry + home = 1999 + } + + regiment = { + name= "2. Brigada Colonial" + type = infantry + home = 2003 + } } navy = { - name = "Marinha Portuguesa" - location = 521 - ship = { - name= "Vasco da Gama" - type = manowar - } - - ship = { - name= "Dom Fernando II e Gloria" - type = frigate - } - - ship = { - name= "Bartholomeu Daiz" - type = commerce_raider - } - + name = "Marinha Portuguesa" + location = 521 + ship = { + name= "Vasco da Gama" + type = manowar + } + + ship = { + name= "Dom Fernando II e Gloria" + type = frigate + } + + ship = { + name= "Bartholomeu Daiz" + type = commerce_raider + } + } navy = { - location = 521 - name = "Esquadrão de Navio" - - ship = { - name= "1. Transporte Flotilha" - type = steam_transport - } - ship = { - name= "2. Transporte Flotilha" - type = steam_transport - } - ship = { - name= "3. Transporte Flotilha" - type = steam_transport - } + location = 521 + name = "Esquadrão de Navio" + + ship = { + name= "1. Transporte Flotilha" + type = steam_transport + } + ship = { + name= "2. Transporte Flotilha" + type = steam_transport + } + ship = { + name= "3. Transporte Flotilha" + type = steam_transport + } } - diff --git a/HPM/history/units/1861/PRG_oob.txt b/HPM/history/units/1861/PRG_oob.txt index b4f10b34..fb174147 100644 --- a/HPM/history/units/1861/PRG_oob.txt +++ b/HPM/history/units/1861/PRG_oob.txt @@ -1,50 +1,49 @@ leader = { - name = "Pedro Meza" - date = 1850.1.1 - type = land - personality = inspiring - background = yesman - prestige = 0.2 + name = "Pedro Meza" + date = 1850.1.1 + type = land + personality = inspiring + background = yesman + prestige = 0.2 } leader = { - name = "F.S. López" - date = 1850.1.1 - type = land - personality = heroic - background = megalomaniac - prestige = 0.5 + name = "F.S. López" + date = 1850.1.1 + type = land + personality = heroic + background = megalomaniac + prestige = 0.5 } leader = { - name = "José Diaz" - date = 1860.1.1 - type = land - personality = bold - background = generals_aide - prestige = 0.1 + name = "José Diaz" + date = 1860.1.1 + type = land + personality = bold + background = generals_aide + prestige = 0.1 } army = { - name = "Ejército del Paraguay" - location = 2341 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2339 - } + name = "Ejército del Paraguay" + location = 2341 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2339 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2341 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2341 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2342 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2342 + } } - diff --git a/HPM/history/units/1861/PRK_oob.txt b/HPM/history/units/1861/PRK_oob.txt index 424c40b2..12d506ba 100644 --- a/HPM/history/units/1861/PRK_oob.txt +++ b/HPM/history/units/1861/PRK_oob.txt @@ -1,17 +1,16 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Perak" - location = 2575 + name = "Army of the Sultan of Perak" + location = 2575 - regiment = { - name= "Perak State Troops" - type = irregular - home = 2575 - } + regiment = { + name= "Perak State Troops" + type = irregular + home = 2575 + } } - diff --git a/HPM/history/units/1861/PRU_oob.txt b/HPM/history/units/1861/PRU_oob.txt index da153f60..cbe5c3f9 100644 --- a/HPM/history/units/1861/PRU_oob.txt +++ b/HPM/history/units/1861/PRU_oob.txt @@ -1,920 +1,919 @@ #SOIs SWH = { - value = 55 - level = 5 - influence_value = 25 - military_access = yes + value = 55 + level = 5 + influence_value = 25 + military_access = yes } ANH = { - value = 125 - level = 5 - influence_value = 25 - military_access = yes + value = 125 + level = 5 + influence_value = 25 + military_access = yes } BRA = { - value = 125 - level = 5 - influence_value = 25 - military_access = yes + value = 125 + level = 5 + influence_value = 25 + military_access = yes } BRE = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 - military_access = yes + military_access = yes } COB = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } FRM = { - value = 125 - level = 5 - influence_value = 25 - military_access = yes + value = 125 + level = 5 + influence_value = 25 + military_access = yes } HAM = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } HAN = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 50 + influence_value = 50 - military_access = yes + military_access = yes } HEK = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } HES = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } KRA = { - value = 125 - level = 4 - influence_value = 25 + value = 125 + level = 4 + influence_value = 25 } LIP = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 - military_access = yes + military_access = yes } LUB = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } LUX = { - value = 125 + value = 125 - level = 3 + level = 3 - influence_value = 25 + influence_value = 25 } MEC = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } MEI = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } NAS = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } OLD = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } SAX = { - value = 50 + value = 50 - level = 5 + level = 5 - influence_value = 50 + influence_value = 50 - military_access = yes + military_access = yes } WEI = { - value = 125 + value = 125 - level = 5 + level = 5 - influence_value = 25 + influence_value = 25 - military_access = yes + military_access = yes } BAV = { - value = 75 - level = 3 - influence_value = 25 + value = 75 + level = 3 + influence_value = 25 - military_access = yes + military_access = yes } BAD = { - value = 100 + value = 100 - level = 3 + level = 3 - influence_value = 20 + influence_value = 20 - military_access = yes + military_access = yes } WUR = { - value = 100 - level = 3 - influence_value = 20 - military_access = yes + value = 100 + level = 3 + influence_value = 20 + military_access = yes } AUS = { - value = 50 + value = 50 } FRA = { - value = 10 + value = 10 } RUS = { - value = 80 + value = 80 } DEN = { - value = -50 + value = -50 } #Leaders leader = { - name = "Heinrich von Wrangel" - date = 1823.1.1 - type = land - personality = efficient - background = elderly - prestige = 0.3 + name = "Heinrich von Wrangel" + date = 1823.1.1 + type = land + personality = efficient + background = elderly + prestige = 0.3 } leader = { - name = "Prinz Albrecht" - date = 1844.1.1 - type = land - personality = disciplined - background = cavalry_school - prestige = 0.2 + name = "Prinz Albrecht" + date = 1844.1.1 + type = land + personality = disciplined + background = cavalry_school + prestige = 0.2 } leader = { - name = "von Hindersin" - date = 1848.1.1 - type = land - personality = competent - background = artillerist - prestige = 0.2 + name = "von Hindersin" + date = 1848.1.1 + type = land + personality = competent + background = artillerist + prestige = 0.2 } leader = { - name = "Prinz Adalbert" - date = 1853.1.1 - type = sea - personality = competent - background = gifted_administrator - prestige = 0.2 + name = "Prinz Adalbert" + date = 1853.1.1 + type = sea + personality = competent + background = gifted_administrator + prestige = 0.2 } leader = { - name = "Eduard von Bonin" - date = 1848.1.1 - type = land - personality = gallant - background = drillmaster - prestige = 0.2 + name = "Eduard von Bonin" + date = 1848.1.1 + type = land + personality = gallant + background = drillmaster + prestige = 0.2 } leader = { - name = "von Bittenfeld" - date = 1852.1.1 - type = land - personality = manful - background = drillmaster - prestige = 0.2 + name = "von Bittenfeld" + date = 1852.1.1 + type = land + personality = manful + background = drillmaster + prestige = 0.2 } leader = { - name = "M. von Prittwitz" - date = 1853.1.1 - type = land - personality = competent - background = engineer - prestige = 0.2 + name = "M. von Prittwitz" + date = 1853.1.1 + type = land + personality = competent + background = engineer + prestige = 0.2 } leader = { - name = "Prinz Friedrich Karl" - date = 1861.1.1 #1854 - type = land - personality = reserved - background = diplomat - prestige = 0.2 + name = "Prinz Friedrich Karl" + date = 1861.1.1 #1854 + type = land + personality = reserved + background = diplomat + prestige = 0.2 } leader = { - name = "von Steinmetz" - date = 1854.1.1 - type = land - personality = unruly - background = old_school - prestige = 0.2 + name = "von Steinmetz" + date = 1854.1.1 + type = land + personality = unruly + background = old_school + prestige = 0.2 } leader = { - name = "Adolf von Bonin" - date = 1854.1.1 - type = land - personality = inept - background = powerful_friends - prestige = 0.1 + name = "Adolf von Bonin" + date = 1854.1.1 + type = land + personality = inept + background = powerful_friends + prestige = 0.1 } leader = { - name = "von Falckenstein" - date = 1855.1.1 - type = land - personality = confident - background = war_college - prestige = 0.1 + name = "von Falckenstein" + date = 1855.1.1 + type = land + personality = confident + background = war_college + prestige = 0.1 } leader = { - name = "Albrecht von Roon" - date = 1856.1.1 - type = land - personality = active_p - background = innovative_tactician - prestige = 0.1 + name = "Albrecht von Roon" + date = 1856.1.1 + type = land + personality = active_p + background = innovative_tactician + prestige = 0.1 } leader = { - name = "Helmuth von Moltke" - date = 1861.1.1 #1857 - type = land - personality = brilliant - background = eccentric_genius - prestige = 0.2 + name = "Helmuth von Moltke" + date = 1861.1.1 #1857 + type = land + personality = brilliant + background = eccentric_genius + prestige = 0.2 } leader = { - name = "Edwin von Manteuffel" - date = 1857.1.1 - type = land - personality = reserved - background = school_of_firepower - prestige = 0.1 + name = "Edwin von Manteuffel" + date = 1857.1.1 + type = land + personality = reserved + background = school_of_firepower + prestige = 0.1 } leader = { - name = "von Voigts-Rhetz" - date = 1858.1.1 - type = land - personality = skilled - background = school_of_offense - prestige = 0.1 + name = "von Voigts-Rhetz" + date = 1858.1.1 + type = land + personality = skilled + background = school_of_offense + prestige = 0.1 } leader = { - name = "Kronprinz Friedrich Wilhelm" - date = 1861.1.1 - type = land - personality = openminded - background = diplomat - prestige = 0.2 + name = "Kronprinz Friedrich Wilhelm" + date = 1861.1.1 + type = land + personality = openminded + background = diplomat + prestige = 0.2 } army = { - name = "I. Garde Korps" - location = 549 - regiment = { - name= "1.1. Garde Division" - type = guard - home = 549 - } - - regiment = { - name= "2.1. Garde Division" - type = guard - home = 549 - } - - regiment = { - name= "3.1. Garde Division" - type = guard - home = 549 - } - - regiment = { - name= "4.1. Garde Division" - type = guard - home = 549 - } - - regiment = { - name= "1.2. Garde Division" - type = guard - home = 550 - } - - regiment = { - name= "2.2. Garde Division" - type = guard - home = 554 - } - - regiment = { - name= "3.2. Garde Division" - type = guard - home = 594 - } - - regiment = { - name= "4.2. Garde Division" - type = guard - home = 549 - } + name = "I. Garde Korps" + location = 549 + regiment = { + name= "1.1. Garde Division" + type = guard + home = 549 + } + + regiment = { + name= "2.1. Garde Division" + type = guard + home = 549 + } + + regiment = { + name= "3.1. Garde Division" + type = guard + home = 549 + } + + regiment = { + name= "4.1. Garde Division" + type = guard + home = 549 + } + + regiment = { + name= "1.2. Garde Division" + type = guard + home = 550 + } + + regiment = { + name= "2.2. Garde Division" + type = guard + home = 554 + } + + regiment = { + name= "3.2. Garde Division" + type = guard + home = 594 + } + + regiment = { + name= "4.2. Garde Division" + type = guard + home = 549 + } } army = { - name = "II. Korps" - location = 553 - regiment = { - name= "1.1. Linieninfanteriedivision" - type = infantry - home = 557 - } - - regiment = { - name= "2.1. Linieninfanteriedivision" - type = infantry - home = 553 - } - - regiment = { - name= "3.1. Linieninfanteriedivision" - type = artillery - home = 549 - } - - regiment = { - name= "4.1. Linieninfanteriedivision" - type = engineer - home = 582 - } - - regiment = { - name= "1.2. Linieninfanteriedivision" - type = infantry - home = 556 - } - - regiment = { - name= "2.2. Linieninfanteriedivision" - type = infantry - home = 549 - } - - regiment = { - name= "3.2. Linieninfanteriedivision" - type = engineer - home = 584 - } - - regiment = { - name= "4.2. Linieninfanteriedivision" - type = artillery - home = 582 - } + name = "II. Korps" + location = 553 + regiment = { + name= "1.1. Linieninfanteriedivision" + type = infantry + home = 557 + } + + regiment = { + name= "2.1. Linieninfanteriedivision" + type = infantry + home = 553 + } + + regiment = { + name= "3.1. Linieninfanteriedivision" + type = artillery + home = 549 + } + + regiment = { + name= "4.1. Linieninfanteriedivision" + type = engineer + home = 582 + } + + regiment = { + name= "1.2. Linieninfanteriedivision" + type = infantry + home = 556 + } + + regiment = { + name= "2.2. Linieninfanteriedivision" + type = infantry + home = 549 + } + + regiment = { + name= "3.2. Linieninfanteriedivision" + type = engineer + home = 584 + } + + regiment = { + name= "4.2. Linieninfanteriedivision" + type = artillery + home = 582 + } } army = { - name = "III. Korps" - location = 551 - regiment = { - name= "1.3. Linieninfanteriedivision" - type = infantry - home = 551 - } - - regiment = { - name= "2.3. Linieninfanteriedivision" - type = infantry - home = 551 - } - - regiment = { - name= "3.3. Linieninfanteriedivision" - type = infantry - home = 551 - } - - regiment = { - name= "4.3. Linieninfanteriedivision" - type = engineer - home = 551 - } - - regiment = { - name= "1.4. Linieninfanteriedivision" - type = infantry - home = 548 - } - - regiment = { - name= "2.4. Linieninfanteriedivision" - type = infantry - home = 548 - } - - regiment = { - name= "3.4. Linieninfanteriedivision" - type = infantry - home = 548 - } - - regiment = { - name= "4.4. Linieninfanteriedivision" - type = artillery - home = 549 - } + name = "III. Korps" + location = 551 + regiment = { + name= "1.3. Linieninfanteriedivision" + type = infantry + home = 551 + } + + regiment = { + name= "2.3. Linieninfanteriedivision" + type = infantry + home = 551 + } + + regiment = { + name= "3.3. Linieninfanteriedivision" + type = infantry + home = 551 + } + + regiment = { + name= "4.3. Linieninfanteriedivision" + type = engineer + home = 551 + } + + regiment = { + name= "1.4. Linieninfanteriedivision" + type = infantry + home = 548 + } + + regiment = { + name= "2.4. Linieninfanteriedivision" + type = infantry + home = 548 + } + + regiment = { + name= "3.4. Linieninfanteriedivision" + type = infantry + home = 548 + } + + regiment = { + name= "4.4. Linieninfanteriedivision" + type = artillery + home = 549 + } } army = { - name = "IV. Korps" - location = 695 - regiment = { - name= "1.5. Linieninfanteriedivision" - type = infantry - home = 696 - } - - regiment = { - name= "2.5. Linieninfanteriedivision" - type = infantry - home = 696 - } - - regiment = { - name= "3.5. Linieninfanteriedivision" - type = infantry - home = 701 - } - - regiment = { - name= "4.5. Linieninfanteriedivision" - type = engineer - home = 693 - } - - regiment = { - name= "1.6. Linieninfanteriedivision" - type = infantry - home = 695 - } - - regiment = { - name= "2.6. Linieninfanteriedivision" - type = infantry - home = 695 - } - - regiment = { - name= "3.6. Linieninfanteriedivision" - type = infantry - home = 695 - } - - regiment = { - name= "4.6. Linieninfanteriedivision" - type = artillery - home = 698 - } + name = "IV. Korps" + location = 695 + regiment = { + name= "1.5. Linieninfanteriedivision" + type = infantry + home = 696 + } + + regiment = { + name= "2.5. Linieninfanteriedivision" + type = infantry + home = 696 + } + + regiment = { + name= "3.5. Linieninfanteriedivision" + type = infantry + home = 701 + } + + regiment = { + name= "4.5. Linieninfanteriedivision" + type = engineer + home = 693 + } + + regiment = { + name= "1.6. Linieninfanteriedivision" + type = infantry + home = 695 + } + + regiment = { + name= "2.6. Linieninfanteriedivision" + type = infantry + home = 695 + } + + regiment = { + name= "3.6. Linieninfanteriedivision" + type = infantry + home = 695 + } + + regiment = { + name= "4.6. Linieninfanteriedivision" + type = artillery + home = 698 + } } army = { - name = "V. Korps" - location = 548 - regiment = { - name= "1.7. Linieninfanteriedivision" - type = infantry - home = 699 - } - - regiment = { - name= "2.7. Linieninfanteriedivision" - type = infantry - home = 577 - } - - regiment = { - name= "3.7. Linieninfanteriedivision" - type = infantry - home = 548 - } - - regiment = { - name= "4.7. Linieninfanteriedivision" - type = engineer - home = 687 - } - - regiment = { - name= "1.8. Linieninfanteriedivision" - type = infantry - home = 683 - } - - regiment = { - name= "2.8. Linieninfanteriedivision" - type = infantry - home = 684 - } - - regiment = { - name= "3.8. Linieninfanteriedivision" - type = infantry - home = 684 - } - - regiment = { - name= "4.8. Linieninfanteriedivision" - type = artillery - home = 581 - } + name = "V. Korps" + location = 548 + regiment = { + name= "1.7. Linieninfanteriedivision" + type = infantry + home = 699 + } + + regiment = { + name= "2.7. Linieninfanteriedivision" + type = infantry + home = 577 + } + + regiment = { + name= "3.7. Linieninfanteriedivision" + type = infantry + home = 548 + } + + regiment = { + name= "4.7. Linieninfanteriedivision" + type = engineer + home = 687 + } + + regiment = { + name= "1.8. Linieninfanteriedivision" + type = infantry + home = 683 + } + + regiment = { + name= "2.8. Linieninfanteriedivision" + type = infantry + home = 684 + } + + regiment = { + name= "3.8. Linieninfanteriedivision" + type = infantry + home = 684 + } + + regiment = { + name= "4.8. Linieninfanteriedivision" + type = artillery + home = 581 + } } army = { - name = "VI. Korps" - location = 580 - regiment = { - name= "1.9. Linieninfanteriedivision" - type = infantry - home = 679 - } - - regiment = { - name= "2.9. Linieninfanteriedivision" - type = infantry - home = 580 - } - - regiment = { - name= "3.9. Linieninfanteriedivision" - type = infantry - home = 680 - } - - regiment = { - name= "4.9. Linieninfanteriedivision" - type = artillery - home = 529 - } + name = "VI. Korps" + location = 580 + regiment = { + name= "1.9. Linieninfanteriedivision" + type = infantry + home = 679 + } + + regiment = { + name= "2.9. Linieninfanteriedivision" + type = infantry + home = 580 + } + + regiment = { + name= "3.9. Linieninfanteriedivision" + type = infantry + home = 680 + } + + regiment = { + name= "4.9. Linieninfanteriedivision" + type = artillery + home = 529 + } } army = { - name = "VII. Korps" - location = 575 - regiment = { - name= "1.10. Linieninfanteriedivision" - type = infantry - home = 584 - } - - regiment = { - name= "2.10. Linieninfanteriedivision" - type = infantry - home = 575 - } - - regiment = { - name= "3.10. Linieninfanteriedivision" - type = infantry - home = 575 - } - - regiment = { - name= "4.10. Linieninfanteriedivision" - type = artillery - home = 2561 - } + name = "VII. Korps" + location = 575 + regiment = { + name= "1.10. Linieninfanteriedivision" + type = infantry + home = 584 + } + + regiment = { + name= "2.10. Linieninfanteriedivision" + type = infantry + home = 575 + } + + regiment = { + name= "3.10. Linieninfanteriedivision" + type = infantry + home = 575 + } + + regiment = { + name= "4.10. Linieninfanteriedivision" + type = artillery + home = 2561 + } } army = { - name = "VIII. Gardekorps" - location = 549 - regiment = { - name= "1.1. Garde Kavalleriedivision" - type = hussar - home = 684 - } - - regiment = { - name= "2.1. Garde Kavalleriedivision" - type = hussar - home = 547 - } - - regiment = { - name= "3.1. Garde Kavalleriedivision" - type = hussar - home = 682 - } - - regiment = { - name= "4.1. Garde Division" - type = guard - home = 692 - } + name = "VIII. Gardekorps" + location = 549 + regiment = { + name= "1.1. Garde Kavalleriedivision" + type = hussar + home = 684 + } + + regiment = { + name= "2.1. Garde Kavalleriedivision" + type = hussar + home = 547 + } + + regiment = { + name= "3.1. Garde Kavalleriedivision" + type = hussar + home = 682 + } + + regiment = { + name= "4.1. Garde Division" + type = guard + home = 692 + } } army = { - name = "IX. Korps" - location = 552 - regiment = { - name= "1.1. Kavalleriedivsion" - type = dragoon - home = 552 - } - - regiment = { - name= "2.1. Kavalleriedivsion" - type = dragoon - home = 552 - } - - regiment = { - name= "3.1. Kavalleriedivsion" - type = dragoon - home = 552 - } - - regiment = { - name= "1.2. Kavalleriedivsion" - type = dragoon - home = 698 - } - - regiment = { - name= "2.2. Kavalleriedivsion" - type = dragoon - home = 682 - } - - regiment = { - name= "3.2. Kavalleriedivsion" - type = dragoon - home = 685 - } - - regiment = { - name= "4.2. Infanteriedivsion" - type = engineer - home = 699 - } + name = "IX. Korps" + location = 552 + regiment = { + name= "1.1. Kavalleriedivsion" + type = dragoon + home = 552 + } + + regiment = { + name= "2.1. Kavalleriedivsion" + type = dragoon + home = 552 + } + + regiment = { + name= "3.1. Kavalleriedivsion" + type = dragoon + home = 552 + } + + regiment = { + name= "1.2. Kavalleriedivsion" + type = dragoon + home = 698 + } + + regiment = { + name= "2.2. Kavalleriedivsion" + type = dragoon + home = 682 + } + + regiment = { + name= "3.2. Kavalleriedivsion" + type = dragoon + home = 685 + } + + regiment = { + name= "4.2. Infanteriedivsion" + type = engineer + home = 699 + } } army = { - name = "Reserve Kavalleriekorps" - location = 580 - regiment = { - name= "1.2. Garde Kavalleriedivision" - type = hussar - home = 682 - } - - regiment = { - name= "2.2. Garde Kavalleriedivision" - type = hussar - home = 682 - } - - regiment = { - name= "3.2. Garde Kavalleriedivision" - type = hussar - home = 700 - } - - regiment = { - name= "4.2. Garde Kavalleriedivision" - type = hussar - home = 682 - } - - regiment = { - name= "1.3. Kavalleriedivsion" - type = dragoon - home = 369 - } - - regiment = { - name= "2.3. Kavalleriedivsion" - type = dragoon - home = 581 - } - - regiment = { - name= "3.3. Kavalleriedivsion" - type = dragoon - home = 369 - } - - regiment = { - name= "1.4. Kavalleriedivsion" - type = dragoon - home = 681 - } - - regiment = { - name= "2.4. Kavalleriedivsion" - type = dragoon - home = 578 - } - - regiment = { - name= "3.4. Kavalleriedivsion" - type = dragoon - home = 576 - } - - regiment = { - name= "4.4. Kavalleriedivsion" - type = dragoon - home = 685 - } + name = "Reserve Kavalleriekorps" + location = 580 + regiment = { + name= "1.2. Garde Kavalleriedivision" + type = hussar + home = 682 + } + + regiment = { + name= "2.2. Garde Kavalleriedivision" + type = hussar + home = 682 + } + + regiment = { + name= "3.2. Garde Kavalleriedivision" + type = hussar + home = 700 + } + + regiment = { + name= "4.2. Garde Kavalleriedivision" + type = hussar + home = 682 + } + + regiment = { + name= "1.3. Kavalleriedivsion" + type = dragoon + home = 369 + } + + regiment = { + name= "2.3. Kavalleriedivsion" + type = dragoon + home = 581 + } + + regiment = { + name= "3.3. Kavalleriedivsion" + type = dragoon + home = 369 + } + + regiment = { + name= "1.4. Kavalleriedivsion" + type = dragoon + home = 681 + } + + regiment = { + name= "2.4. Kavalleriedivsion" + type = dragoon + home = 578 + } + + regiment = { + name= "3.4. Kavalleriedivsion" + type = dragoon + home = 576 + } + + regiment = { + name= "4.4. Kavalleriedivsion" + type = dragoon + home = 685 + } } navy = { - name = "Prussian Fleet" - location = 690 - ship = { - name= "Arcona" - type = frigate - } + name = "Prussian Fleet" + location = 690 + ship = { + name= "Arcona" + type = frigate + } - ship = { - name= "Gazelle" - type = frigate - } + ship = { + name= "Gazelle" + type = frigate + } - ship = { - name= "Gefion" - type = frigate - } + ship = { + name= "Gefion" + type = frigate + } - ship = { - name= "Thetis" - type = frigate - } + ship = { + name= "Thetis" + type = frigate + } - ship = { - name= "Barbarossa" - type = commerce_raider - } + ship = { + name= "Barbarossa" + type = commerce_raider + } - ship = { - name= "Danzig" - type = commerce_raider - } + ship = { + name= "Danzig" + type = commerce_raider + } - ship = { - name= "Loreley" - type = commerce_raider - } + ship = { + name= "Loreley" + type = commerce_raider + } } navy = { - name = "1st Transport Flotilla" - location = 690 - ship = { - name= "1st Transport Flotilla" - type = clipper_transport - } + name = "1st Transport Flotilla" + location = 690 + ship = { + name= "1st Transport Flotilla" + type = clipper_transport + } } - diff --git a/HPM/history/units/1861/QAT_oob.txt b/HPM/history/units/1861/QAT_oob.txt index d381de51..92224155 100644 --- a/HPM/history/units/1861/QAT_oob.txt +++ b/HPM/history/units/1861/QAT_oob.txt @@ -1,21 +1,21 @@ ENG = { - value = 50 + value = 50 } army = { - name = "bin Thani's Army" - location = 1165 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1165 - } + name = "bin Thani's Army" + location = 1165 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1165 + } } leader = { - name = "Mohammed bin Thani" - type = land - date = 1836.1.1 - background = aristocrat - personality = spirited - } + name = "Mohammed bin Thani" + type = land + date = 1836.1.1 + background = aristocrat + personality = spirited + } diff --git a/HPM/history/units/1861/REB_oob.txt b/HPM/history/units/1861/REB_oob.txt index 4287ca86..792d6005 100644 --- a/HPM/history/units/1861/REB_oob.txt +++ b/HPM/history/units/1861/REB_oob.txt @@ -1 +1 @@ -# \ No newline at end of file +# diff --git a/HPM/history/units/1861/ROM_oob.txt b/HPM/history/units/1861/ROM_oob.txt index a36bbe69..8ecf2eca 100644 --- a/HPM/history/units/1861/ROM_oob.txt +++ b/HPM/history/units/1861/ROM_oob.txt @@ -1,60 +1,60 @@ leader = { - name = "Ion Florescu" - date = 1861.1.1 - type = land - personality = indifferent - background = politician + name = "Ion Florescu" + date = 1861.1.1 + type = land + personality = indifferent + background = politician } leader = { - name = "Gheorghe Adrian" - date = 1861.1.1 - type = land - personality = soldierly - background = war_college + name = "Gheorghe Adrian" + date = 1861.1.1 + type = land + personality = soldierly + background = war_college } army = { - name = "Armata Româna" - location = 664 - regiment = { - name= "Brigada Vânatori de Munte" - type = engineer - home = 672 - } + name = "Armata Româna" + location = 664 + regiment = { + name= "Brigada Vânatori de Munte" + type = engineer + home = 672 + } - regiment = { - name= "1 Brigada de Infanterie" - type = infantry - home = 664 - } + regiment = { + name= "1 Brigada de Infanterie" + type = infantry + home = 664 + } - regiment = { - name= "2 Brigada de Infanterie" - type = infantry - home = 670 - } + regiment = { + name= "2 Brigada de Infanterie" + type = infantry + home = 670 + } - regiment = { - name= "3 Brigada de Infanterie" - type = infantry - home = 670 - } + regiment = { + name= "3 Brigada de Infanterie" + type = infantry + home = 670 + } - regiment = { - name= "4 Brigada de Infanterie" - type = infantry - home = 668 - } + regiment = { + name= "4 Brigada de Infanterie" + type = infantry + home = 668 + } - regiment = { - name= "5 Brigada de Infanterie" - type = infantry - home = 673 - } - regiment = { - name= "Brigada de Artillerie" - type = artillery - home = 669 - } -} \ No newline at end of file + regiment = { + name= "5 Brigada de Infanterie" + type = infantry + home = 673 + } + regiment = { + name= "Brigada de Artillerie" + type = artillery + home = 669 + } +} diff --git a/HPM/history/units/1861/RUS_oob.txt b/HPM/history/units/1861/RUS_oob.txt index 9a11ea36..96274e21 100644 --- a/HPM/history/units/1861/RUS_oob.txt +++ b/HPM/history/units/1861/RUS_oob.txt @@ -2,1173 +2,1172 @@ SWE = { - value = 125 - level = 3 - influence_value = 40 + value = 125 + level = 3 + influence_value = 40 } SER = { - - value = 125 - level = 4 - influence_value = 25 + + value = 125 + level = 4 + influence_value = 25 } GRE = { - - value = 125 - level = 4 - influence_value = 25 + + value = 125 + level = 4 + influence_value = 25 } ROM = { - - value = 175 - level = 5 - influence_value = 25 - military_access = yes + + value = 175 + level = 5 + influence_value = 25 + military_access = yes } MCK = { - value = 0 - level = 3 - influence_value = 25 + value = 0 + level = 3 + influence_value = 25 } QNG = { - value = 75 + value = 75 } PRU = { - value = 80 + value = 80 } AUS = { - value = 80 + value = 80 } PER = { - value = 125 - level = 1 - influence_value = 45 + value = 125 + level = 1 + influence_value = 45 } USA = { - value = 150 + value = 150 } #Leaders leader = { - name = "A.E. Ramsay" - date = 1828.1.1 - type = land - personality = steadfast - background = uncommonly_young - prestige = 0.3 + name = "A.E. Ramsay" + date = 1828.1.1 + type = land + personality = steadfast + background = uncommonly_young + prestige = 0.3 } leader = { - name = "Fedor von Berg" - date = 1828.1.1 - type = land - personality = sharp - background = cartographer - prestige = 0.3 + name = "Fedor von Berg" + date = 1828.1.1 + type = land + personality = sharp + background = cartographer + prestige = 0.3 } leader = { - name = "Ferdinand Wrangel" - date = 1836.1.1 - type = sea - personality = active_p - background = cartographer - prestige = 0.3 + name = "Ferdinand Wrangel" + date = 1836.1.1 + type = sea + personality = active_p + background = cartographer + prestige = 0.3 } leader = { - name = "Pavel Grabbe" - date = 1838.1.1 - type = land - personality = keen - background = school_of_firepower - prestige = 0.3 + name = "Pavel Grabbe" + date = 1838.1.1 + type = land + personality = keen + background = school_of_firepower + prestige = 0.3 } leader = { - name = "Grand Duke Mikhail" - date = 1852.1.1 - type = land - personality = able - background = aristocrat - prestige = 0.2 + name = "Grand Duke Mikhail" + date = 1852.1.1 + type = land + personality = able + background = aristocrat + prestige = 0.2 } leader = { - name = "Ivan Blaramberg" - date = 1852.1.1 - type = land - personality = openminded - background = cartographer - prestige = 0.2 + name = "Ivan Blaramberg" + date = 1852.1.1 + type = land + personality = openminded + background = cartographer + prestige = 0.2 } leader = { - name = "Karl Belgard" - date = 1852.1.1 - type = land - personality = able - background = drillmaster - prestige = 0.2 + name = "Karl Belgard" + date = 1852.1.1 + type = land + personality = able + background = drillmaster + prestige = 0.2 } leader = { - name = "Yakov Baklanov" - date = 1852.1.1 - type = land - personality = merciless - background = expert_raider - prestige = 0.2 + name = "Yakov Baklanov" + date = 1852.1.1 + type = land + personality = merciless + background = expert_raider + prestige = 0.2 } leader = { - name = "Eduard Totleben" - date = 1854.1.1 - type = land - personality = clever - background = engineer - prestige = 0.2 + name = "Eduard Totleben" + date = 1854.1.1 + type = land + personality = clever + background = engineer + prestige = 0.2 } leader = { - name = "Grigory Butakov" - date = 1855.1.1 - type = sea - personality = efficient - background = innovative_tactician - prestige = 0.1 + name = "Grigory Butakov" + date = 1855.1.1 + type = sea + personality = efficient + background = innovative_tactician + prestige = 0.1 } leader = { - name = "Dimitry Milyutin" - date = 1861.1.1 #1856 - type = land - personality = openminded - background = gifted_administrator - prestige = 0.1 + name = "Dimitry Milyutin" + date = 1861.1.1 #1856 + type = land + personality = openminded + background = gifted_administrator + prestige = 0.1 } leader = { - name = "Grand Duke Nikolay" - date = 1856.1.1 - type = land - personality = lackluster - background = womanizer - prestige = 0.2 + name = "Grand Duke Nikolay" + date = 1856.1.1 + type = land + personality = lackluster + background = womanizer + prestige = 0.2 } leader = { - name = "von Kaufman" - date = 1861.1.1 #1858 - type = land - personality = charismatic - background = expert_raider - prestige = 0.2 + name = "von Kaufman" + date = 1861.1.1 #1858 + type = land + personality = charismatic + background = expert_raider + prestige = 0.2 } leader = { - name = "Ivan Lazarev" - date = 1860.1.1 - type = land - personality = clever - background = exranker - prestige = 0.1 + name = "Ivan Lazarev" + date = 1860.1.1 + type = land + personality = clever + background = exranker + prestige = 0.1 } leader = { - name = "Andrey Popov" - date = 1861.1.1 - type = sea - personality = strange - background = armchair_general + name = "Andrey Popov" + date = 1861.1.1 + type = sea + personality = strange + background = armchair_general } leader = { - name = "Kolpakovsky" - date = 1861.1.1 - type = land - personality = soldierly - background = exranker + name = "Kolpakovsky" + date = 1861.1.1 + type = land + personality = soldierly + background = exranker } army = { - name = "1. Line Corps" - location = 1049 - regiment = { - name= "1.1. Division" - type = infantry - home = 994 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 994 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 994 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 994 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 1049 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 1051 - } - - regiment = { - name= "1.3. Division" - type = infantry - home = 1050 - } - - regiment = { - name= "2.3. Division" - type = infantry - home = 1047 - } - - regiment = { - name= "3.3. Division" - type = infantry - home = 1040 - } + name = "1. Line Corps" + location = 1049 + regiment = { + name= "1.1. Division" + type = infantry + home = 994 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 994 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 994 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 994 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 1049 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 1051 + } + + regiment = { + name= "1.3. Division" + type = infantry + home = 1050 + } + + regiment = { + name= "2.3. Division" + type = infantry + home = 1047 + } + + regiment = { + name= "3.3. Division" + type = infantry + home = 1040 + } } army = { - name = "2. Line Corps" - location = 948 - regiment = { - name= "1.4. Division" - type = infantry - home = 948 - } - - regiment = { - name= "2.4. Division" - type = infantry - home = 957 - } - - regiment = { - name= "3.4. Division" - type = infantry - home = 955 - } - - regiment = { - name= "1.5. Division" - type = infantry - home = 712 - } - - regiment = { - name= "2.5. Division" - type = infantry - home = 711 - } - - regiment = { - name= "3.5. Division" - type = infantry - home = 937 - } - - regiment = { - name= "1.6. Division" - type = infantry - home = 718 - } - - regiment = { - name= "2.6. Division" - type = infantry - home = 946 - } - - regiment = { - name= "3.6. Division" - type = infantry - home = 1006 - } + name = "2. Line Corps" + location = 948 + regiment = { + name= "1.4. Division" + type = infantry + home = 948 + } + + regiment = { + name= "2.4. Division" + type = infantry + home = 957 + } + + regiment = { + name= "3.4. Division" + type = infantry + home = 955 + } + + regiment = { + name= "1.5. Division" + type = infantry + home = 712 + } + + regiment = { + name= "2.5. Division" + type = infantry + home = 711 + } + + regiment = { + name= "3.5. Division" + type = infantry + home = 937 + } + + regiment = { + name= "1.6. Division" + type = infantry + home = 718 + } + + regiment = { + name= "2.6. Division" + type = infantry + home = 946 + } + + regiment = { + name= "3.6. Division" + type = infantry + home = 1006 + } } army = { - name = "3. Line Corps" - location = 999 - regiment = { - name= "1.7. Division" - type = infantry - home = 1009 - } - - regiment = { - name= "2.7. Division" - type = infantry - home = 998 - } - - regiment = { - name= "3.7. Division" - type = infantry - home = 1001 - } - - regiment = { - name= "1.8. Division" - type = infantry - home = 989 - } - - regiment = { - name= "2.8. Division" - type = infantry - home = 991 - } - - regiment = { - name= "3.8. Division" - type = infantry - home = 1022 - } - - regiment = { - name= "1.9. Division" - type = infantry - home = 1020 - } - - regiment = { - name= "2.9. Division" - type = infantry - home = 1028 - } - - regiment = { - name= "3.9. Division" - type = infantry - home = 1031 - } + name = "3. Line Corps" + location = 999 + regiment = { + name= "1.7. Division" + type = infantry + home = 1009 + } + + regiment = { + name= "2.7. Division" + type = infantry + home = 998 + } + + regiment = { + name= "3.7. Division" + type = infantry + home = 1001 + } + + regiment = { + name= "1.8. Division" + type = infantry + home = 989 + } + + regiment = { + name= "2.8. Division" + type = infantry + home = 991 + } + + regiment = { + name= "3.8. Division" + type = infantry + home = 1022 + } + + regiment = { + name= "1.9. Division" + type = infantry + home = 1020 + } + + regiment = { + name= "2.9. Division" + type = infantry + home = 1028 + } + + regiment = { + name= "3.9. Division" + type = infantry + home = 1031 + } } army = { - name = "4. Line Corps" - location = 354 - regiment = { - name= "1.10. Division" - type = infantry - home = 706 - } - - regiment = { - name= "2.10. Division" - type = infantry - home = 361 - } - - regiment = { - name= "3.10. Division" - type = infantry - home = 940 - } - - regiment = { - name= "1.11. Division" - type = infantry - home = 956 - } - - regiment = { - name= "2.11. Division" - type = infantry - home = 997 - } - - regiment = { - name= "3.11. Division" - type = infantry - home = 1003 - } - - regiment = { - name= "1.12. Division" - type = infantry - home = 945 - } - - regiment = { - name= "2.12. Division" - type = infantry - home = 999 - } - - regiment = { - name= "3.12. Division" - type = infantry - home = 1014 - } + name = "4. Line Corps" + location = 354 + regiment = { + name= "1.10. Division" + type = infantry + home = 706 + } + + regiment = { + name= "2.10. Division" + type = infantry + home = 361 + } + + regiment = { + name= "3.10. Division" + type = infantry + home = 940 + } + + regiment = { + name= "1.11. Division" + type = infantry + home = 956 + } + + regiment = { + name= "2.11. Division" + type = infantry + home = 997 + } + + regiment = { + name= "3.11. Division" + type = infantry + home = 1003 + } + + regiment = { + name= "1.12. Division" + type = infantry + home = 945 + } + + regiment = { + name= "2.12. Division" + type = infantry + home = 999 + } + + regiment = { + name= "3.12. Division" + type = infantry + home = 1014 + } } army = { - name = "5. Line Corps" - location = 943 - regiment = { - name= "1.13. Division" - type = infantry - home = 943 - } - - regiment = { - name= "2.13. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "3.13. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "1.14. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "2.14. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "3.14. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "1.15. Division" - type = infantry - home = 1017 - } - - regiment = { - name= "2.15. Division" - type = infantry - home = 963 - } - - regiment = { - name= "3.15. Division" - type = infantry - home = 1011 - } + name = "5. Line Corps" + location = 943 + regiment = { + name= "1.13. Division" + type = infantry + home = 943 + } + + regiment = { + name= "2.13. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "3.13. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "1.14. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "2.14. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "3.14. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "1.15. Division" + type = infantry + home = 1017 + } + + regiment = { + name= "2.15. Division" + type = infantry + home = 963 + } + + regiment = { + name= "3.15. Division" + type = infantry + home = 1011 + } } army = { - name = "6. Line Corps" - location = 958 - regiment = { - name= "1.16. Division" - type = infantry - home = 958 - } - - regiment = { - name= "2.16. Division" - type = infantry - home = 968 - } - - regiment = { - name= "3.16. Division" - type = infantry - home = 969 - } - - regiment = { - name= "1.17. Division" - type = infantry - home = 960 - } - - regiment = { - name= "2.17. Division" - type = infantry - home = 954 - } - - regiment = { - name= "3.17. Division" - type = infantry - home = 954 - } - - regiment = { - name= "1.18. Division" - type = infantry - home = 954 - } - - regiment = { - name= "2.18. Division" - type = infantry - home = 954 - } - - regiment = { - name= "3.18. Division" - type = infantry - home = 954 - } + name = "6. Line Corps" + location = 958 + regiment = { + name= "1.16. Division" + type = infantry + home = 958 + } + + regiment = { + name= "2.16. Division" + type = infantry + home = 968 + } + + regiment = { + name= "3.16. Division" + type = infantry + home = 969 + } + + regiment = { + name= "1.17. Division" + type = infantry + home = 960 + } + + regiment = { + name= "2.17. Division" + type = infantry + home = 954 + } + + regiment = { + name= "3.17. Division" + type = infantry + home = 954 + } + + regiment = { + name= "1.18. Division" + type = infantry + home = 954 + } + + regiment = { + name= "2.18. Division" + type = infantry + home = 954 + } + + regiment = { + name= "3.18. Division" + type = infantry + home = 954 + } } army = { - name = "Army Corps of the Guard" - location = 994 - regiment = { - name= "1.Preobrazhenski Guards Division" - type = guard - home = 949 - } - - regiment = { - name= "2.Preobrazhenski Guards Division" - type = guard - home = 1018 - } - - regiment = { - name= "3.Preobrazhenski Guards Division" - type = guard - home = 1019 - } - - regiment = { - name= "4.Preobrazhenski Guards Division" - type = guard - home = 1019 - } - - regiment = { - name= "1.Semenov Guards Division" - type = guard - home = 1019 - } - - regiment = { - name= "2.Semenov Guards Division" - type = guard - home = 1019 - } - - regiment = { - name= "3.Semenov Guards Division" - type = guard - home = 1012 - } - - regiment = { - name= "4.Semenov Guards Division" - type = guard - home = 1025 - } - - regiment = { - name= "1.Izmailova Guards Division" - type = guard - home = 1021 - } - - regiment = { - name= "2.Izmailova Guards Division" - type = guard - home = 980 - } - - regiment = { - name= "3.Izmailova Guards Division" - type = guard - home = 979 - } - - regiment = { - name= "4.Izmailova Guards Division" - type = guard - home = 964 - } + name = "Army Corps of the Guard" + location = 994 + regiment = { + name= "1.Preobrazhenski Guards Division" + type = guard + home = 949 + } + + regiment = { + name= "2.Preobrazhenski Guards Division" + type = guard + home = 1018 + } + + regiment = { + name= "3.Preobrazhenski Guards Division" + type = guard + home = 1019 + } + + regiment = { + name= "4.Preobrazhenski Guards Division" + type = guard + home = 1019 + } + + regiment = { + name= "1.Semenov Guards Division" + type = guard + home = 1019 + } + + regiment = { + name= "2.Semenov Guards Division" + type = guard + home = 1019 + } + + regiment = { + name= "3.Semenov Guards Division" + type = guard + home = 1012 + } + + regiment = { + name= "4.Semenov Guards Division" + type = guard + home = 1025 + } + + regiment = { + name= "1.Izmailova Guards Division" + type = guard + home = 1021 + } + + regiment = { + name= "2.Izmailova Guards Division" + type = guard + home = 980 + } + + regiment = { + name= "3.Izmailova Guards Division" + type = guard + home = 979 + } + + regiment = { + name= "4.Izmailova Guards Division" + type = guard + home = 964 + } } army = { - name = "Grenadier Corps" - location = 1008 - regiment = { - name= "1.St. Pauls Division" - type = infantry - home = 1008 - } - - regiment = { - name= "2.St. Pauls Division" - type = infantry - home = 1008 - } - - regiment = { - name= "3.St. Pauls Division" - type = infantry - home = 1008 - } - - regiment = { - name= "4.St. Pauls Division" - type = artillery - home = 1008 - } - - regiment = { - name= "1.Jaeger Division" - type = infantry - home = 1008 - } - - regiment = { - name= "2.Jaeger Division" - type = infantry - home = 1008 - } - - regiment = { - name= "3.Jaeger Division" - type = infantry - home = 1008 - } - - regiment = { - name= "4.Jaeger Division" - type = engineer - home = 1008 - } - - regiment = { - name= "1.Moskva Division" - type = infantry - home = 1035 - } - - regiment = { - name= "2.Moskva Division" - type = infantry - home = 1037 - } - - regiment = { - name= "3.Moskva Division" - type = infantry - home = 1039 - } - - regiment = { - name= "4.Moskva Division" - type = artillery - home = 1045 - } + name = "Grenadier Corps" + location = 1008 + regiment = { + name= "1.St. Pauls Division" + type = infantry + home = 1008 + } + + regiment = { + name= "2.St. Pauls Division" + type = infantry + home = 1008 + } + + regiment = { + name= "3.St. Pauls Division" + type = infantry + home = 1008 + } + + regiment = { + name= "4.St. Pauls Division" + type = artillery + home = 1008 + } + + regiment = { + name= "1.Jaeger Division" + type = infantry + home = 1008 + } + + regiment = { + name= "2.Jaeger Division" + type = infantry + home = 1008 + } + + regiment = { + name= "3.Jaeger Division" + type = infantry + home = 1008 + } + + regiment = { + name= "4.Jaeger Division" + type = engineer + home = 1008 + } + + regiment = { + name= "1.Moskva Division" + type = infantry + home = 1035 + } + + regiment = { + name= "2.Moskva Division" + type = infantry + home = 1037 + } + + regiment = { + name= "3.Moskva Division" + type = infantry + home = 1039 + } + + regiment = { + name= "4.Moskva Division" + type = artillery + home = 1045 + } } army = { - name = "Caucasian Special Corps " - location = 1098 - regiment = { - name= "1.19. Division" - type = infantry - home = 978 - } - - regiment = { - name= "2.19. Division" - type = infantry - home = 979 - } - - regiment = { - name= "3.19. Division" - type = infantry - home = 1047 - } - - regiment = { - name= "4.19. Division" - type = artillery - home = 1050 - } - - regiment = { - name= "1.20. Division" - type = infantry - home = 1090 - } - - regiment = { - name= "2.20. Division" - type = infantry - home = 346 - } - - regiment = { - name= "3.20. Division" - type = infantry - home = 345 - } - - regiment = { - name= "1.21. Division" - type = infantry - home = 349 - } - - regiment = { - name= "2.21. Division" - type = infantry - home = 954 - } - - regiment = { - name= "3.21. Division" - type = infantry - home = 1029 - } + name = "Caucasian Special Corps " + location = 1098 + regiment = { + name= "1.19. Division" + type = infantry + home = 978 + } + + regiment = { + name= "2.19. Division" + type = infantry + home = 979 + } + + regiment = { + name= "3.19. Division" + type = infantry + home = 1047 + } + + regiment = { + name= "4.19. Division" + type = artillery + home = 1050 + } + + regiment = { + name= "1.20. Division" + type = infantry + home = 1090 + } + + regiment = { + name= "2.20. Division" + type = infantry + home = 346 + } + + regiment = { + name= "3.20. Division" + type = infantry + home = 345 + } + + regiment = { + name= "1.21. Division" + type = infantry + home = 349 + } + + regiment = { + name= "2.21. Division" + type = infantry + home = 954 + } + + regiment = { + name= "3.21. Division" + type = infantry + home = 1029 + } } army = { - name = "Finish Special Corps " - location = 343 - regiment = { - name= "1.22. Division" - type = infantry - home = 343 - } - - regiment = { - name= "2.22. Division" - type = infantry - home = 343 - } - - regiment = { - name= "3.22. Division" - type = infantry - home = 343 - } + name = "Finish Special Corps " + location = 343 + regiment = { + name= "1.22. Division" + type = infantry + home = 343 + } + + regiment = { + name= "2.22. Division" + type = infantry + home = 343 + } + + regiment = { + name= "3.22. Division" + type = infantry + home = 343 + } } army = { - name = "Siberian Special Corps " - location = 1075 - regiment = { - name= "1.23. Division" - type = infantry - home = 1075 - } - - regiment = { - name= "2.23. Division" - type = infantry - home = 1058 - } - - regiment = { - name= "3.23. Division" - type = infantry - home = 1026 - } + name = "Siberian Special Corps " + location = 1075 + regiment = { + name= "1.23. Division" + type = infantry + home = 1075 + } + + regiment = { + name= "2.23. Division" + type = infantry + home = 1058 + } + + regiment = { + name= "3.23. Division" + type = infantry + home = 1026 + } } army = { - name = "Guards Cavalry Corps" - location = 955 - regiment = { - name= "1.Chevalier Guards Division" - type = hussar - home = 355 - } - - regiment = { - name= "2.Chevalier Guards Division" - type = hussar - home = 360 - } - - regiment = { - name= "3.Chevalier Guards Division" - type = hussar - home = 1042 - } - - regiment = { - name= "4.Chevalier Guards Division" - type = hussar - home = 1034 - } - - regiment = { - name= "1.1. Cavalry Division" - type = hussar - home = 1060 - } - - regiment = { - name= "2.1. Cavalry Division" - type = hussar - home = 1064 - } - - regiment = { - name= "3.1. Cavalry Division" - type = hussar - home = 1063 - } - - regiment = { - name= "1.2. Cavalry Division" - type = dragoon - home = 954 - } - - regiment = { - name= "2.2. Cavalry Division" - type = dragoon - home = 954 - } - - regiment = { - name= "3.2. Cavalry Division" - type = dragoon - home = 954 - } + name = "Guards Cavalry Corps" + location = 955 + regiment = { + name= "1.Chevalier Guards Division" + type = hussar + home = 355 + } + + regiment = { + name= "2.Chevalier Guards Division" + type = hussar + home = 360 + } + + regiment = { + name= "3.Chevalier Guards Division" + type = hussar + home = 1042 + } + + regiment = { + name= "4.Chevalier Guards Division" + type = hussar + home = 1034 + } + + regiment = { + name= "1.1. Cavalry Division" + type = hussar + home = 1060 + } + + regiment = { + name= "2.1. Cavalry Division" + type = hussar + home = 1064 + } + + regiment = { + name= "3.1. Cavalry Division" + type = hussar + home = 1063 + } + + regiment = { + name= "1.2. Cavalry Division" + type = dragoon + home = 954 + } + + regiment = { + name= "2.2. Cavalry Division" + type = dragoon + home = 954 + } + + regiment = { + name= "3.2. Cavalry Division" + type = dragoon + home = 954 + } } army = { - name = "Reserve Cavalry Corps" - location = 1009 - regiment = { - name= "1.3. Cavalry Division" - type = cuirassier - home = 1016 - } - - regiment = { - name= "2.3. Cavalry Division" - type = cuirassier - home = 962 - } - - regiment = { - name= "3.3. Cavalry Division" - type = cuirassier - home = 977 - } - - regiment = { - name= "1.4. Cavalry Division" - type = dragoon - home = 977 - } - - regiment = { - name= "2.4. Cavalry Division" - type = dragoon - home = 1018 - } - - regiment = { - name= "3.4. Cavalry Division" - type = dragoon - home = 1018 - } - - regiment = { - name= "1.5. Cavalry Division" - type = cuirassier - home = 1018 - } - - regiment = { - name= "2.5. Cavalry Division" - type = cuirassier - home = 1018 - } - - regiment = { - name= "3.5. Cavalry Division" - type = cuirassier - home = 1018 - } + name = "Reserve Cavalry Corps" + location = 1009 + regiment = { + name= "1.3. Cavalry Division" + type = cuirassier + home = 1016 + } + + regiment = { + name= "2.3. Cavalry Division" + type = cuirassier + home = 962 + } + + regiment = { + name= "3.3. Cavalry Division" + type = cuirassier + home = 977 + } + + regiment = { + name= "1.4. Cavalry Division" + type = dragoon + home = 977 + } + + regiment = { + name= "2.4. Cavalry Division" + type = dragoon + home = 1018 + } + + regiment = { + name= "3.4. Cavalry Division" + type = dragoon + home = 1018 + } + + regiment = { + name= "1.5. Cavalry Division" + type = cuirassier + home = 1018 + } + + regiment = { + name= "2.5. Cavalry Division" + type = cuirassier + home = 1018 + } + + regiment = { + name= "3.5. Cavalry Division" + type = cuirassier + home = 1018 + } } army = { - name = "Orenburg Special Corps " - location = 1044 - regiment = { - name= "1.23. Division" - type = infantry - home = 1044 - } - - regiment = { - name= "2.23. Division" - type = infantry - home = 1019 - } - - regiment = { - name= "3.23. Division" - type = infantry - home = 1019 - } + name = "Orenburg Special Corps " + location = 1044 + regiment = { + name= "1.23. Division" + type = infantry + home = 1044 + } + + regiment = { + name= "2.23. Division" + type = infantry + home = 1019 + } + + regiment = { + name= "3.23. Division" + type = infantry + home = 1019 + } } navy = { - name = "Baltic Fleet" - location = 994 - ship = { - name= "Imperator Nikolai I" - type = manowar - } - - ship = { - name= "Sinop" - type = manowar - } - - ship = { - name= "Tsesarevich" - type = manowar - } - - ship = { - name= "Imperator Pyotr I" - type = manowar - } - - ship = { - name= "Vyborg" - type = manowar - } - - ship = { - name= "Oryol" - type = manowar - } - - ship = { - name= "Retvisan" - type = manowar - } - - ship = { - name= "Krasnoi" - type = manowar - } - - ship = { - name= "Konstantin" - type = manowar - } - - - ship = { - name= "Vola" - type = manowar - } - - ship = { - name= "Pamiat Azova" - type = manowar - } - - ship = { - name= "Ne Tron Menia" - type = manowar - } - - ship = { - name= "Imperatritsa Aleksandra" - type = manowar - } - - ship = { - name= "Gangut" - type = manowar - } - - ship = { - name= "Narva" - type = frigate - } - - ship = { - name= "Borodino" - type = frigate - } - - ship = { - name= "Vilagosh" - type = frigate - } - - ship = { - name= "Sysoi Velikiy" - type = frigate - } - - ship = { - name= "Kastor" - type = frigate - } - - ship = { - name= "Aurora" - type = frigate - } - - ship = { - name= "Polkan" - type = commerce_raider - } - - ship = { - name= "Askold" - type = commerce_raider - } - - ship = { - name= "Ilya Muromets" - type = commerce_raider - } - - ship = { - name= "Gromoboy" - type = commerce_raider - } - - ship = { - name= "General Admiral" - type = commerce_raider - } - - ship = { - name= "Svetlana" - type = commerce_raider - } - - ship = { - name= "Oslyabya" - type = commerce_raider - } - - ship = { - name= "Oleg" - type = commerce_raider - } - - ship = { - name= "Peresvet" - type = commerce_raider - } + name = "Baltic Fleet" + location = 994 + ship = { + name= "Imperator Nikolai I" + type = manowar + } + + ship = { + name= "Sinop" + type = manowar + } + + ship = { + name= "Tsesarevich" + type = manowar + } + + ship = { + name= "Imperator Pyotr I" + type = manowar + } + + ship = { + name= "Vyborg" + type = manowar + } + + ship = { + name= "Oryol" + type = manowar + } + + ship = { + name= "Retvisan" + type = manowar + } + + ship = { + name= "Krasnoi" + type = manowar + } + + ship = { + name= "Konstantin" + type = manowar + } + + + ship = { + name= "Vola" + type = manowar + } + + ship = { + name= "Pamiat Azova" + type = manowar + } + + ship = { + name= "Ne Tron Menia" + type = manowar + } + + ship = { + name= "Imperatritsa Aleksandra" + type = manowar + } + + ship = { + name= "Gangut" + type = manowar + } + + ship = { + name= "Narva" + type = frigate + } + + ship = { + name= "Borodino" + type = frigate + } + + ship = { + name= "Vilagosh" + type = frigate + } + + ship = { + name= "Sysoi Velikiy" + type = frigate + } + + ship = { + name= "Kastor" + type = frigate + } + + ship = { + name= "Aurora" + type = frigate + } + + ship = { + name= "Polkan" + type = commerce_raider + } + + ship = { + name= "Askold" + type = commerce_raider + } + + ship = { + name= "Ilya Muromets" + type = commerce_raider + } + + ship = { + name= "Gromoboy" + type = commerce_raider + } + + ship = { + name= "General Admiral" + type = commerce_raider + } + + ship = { + name= "Svetlana" + type = commerce_raider + } + + ship = { + name= "Oslyabya" + type = commerce_raider + } + + ship = { + name= "Oleg" + type = commerce_raider + } + + ship = { + name= "Peresvet" + type = commerce_raider + } } navy = { - name = "1st Transport Squadron" - location = 994 - ship = { - name= "1st Transport Flotilla" - type = steam_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "3rd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "4th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "5th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "6th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "7th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "8th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "9th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "10th Transport Flotilla" - type = steam_transport - } + name = "1st Transport Squadron" + location = 994 + ship = { + name= "1st Transport Flotilla" + type = steam_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "3rd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "4th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "5th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "6th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "7th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "8th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "9th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "10th Transport Flotilla" + type = steam_transport + } } - diff --git a/HPM/history/units/1861/RWA_oob.txt b/HPM/history/units/1861/RWA_oob.txt index 14620adb..7de1e1be 100644 --- a/HPM/history/units/1861/RWA_oob.txt +++ b/HPM/history/units/1861/RWA_oob.txt @@ -1,33 +1,32 @@ BUG = { - value = 80 + value = 80 } BRD = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Ruanda" - location = 2034 - regiment = { - name= "Ruandan Warriors" - type = irregular - home = 2034 } + name = "Royal army of Ruanda" + location = 2034 + regiment = { + name= "Ruandan Warriors" + type = irregular + home = 2034 } } - diff --git a/HPM/history/units/1861/RYU_oob.txt b/HPM/history/units/1861/RYU_oob.txt index b17c2340..a161a8ec 100644 --- a/HPM/history/units/1861/RYU_oob.txt +++ b/HPM/history/units/1861/RYU_oob.txt @@ -2,12 +2,11 @@ QNG = { value = 125 } JAP = { value = 125 } army = { - name = "Royal Army of Ryukyu" - location = 1678 - regiment = { - name= "Ryukyuan Warriors" - type = irregular - home = 1678 - } + name = "Royal Army of Ryukyu" + location = 1678 + regiment = { + name= "Ryukyuan Warriors" + type = irregular + home = 1678 + } } - diff --git a/HPM/history/units/1861/SAK_oob.txt b/HPM/history/units/1861/SAK_oob.txt index 5bbe2078..bc147efc 100644 --- a/HPM/history/units/1861/SAK_oob.txt +++ b/HPM/history/units/1861/SAK_oob.txt @@ -1,32 +1,31 @@ NET = { - value = -100 + value = -100 } army = { - name = "Army of the Sultan of Siak" + name = "Army of the Sultan of Siak" - location = 1401 + location = 1401 - regiment = { + regiment = { - name= "1st irregular" + name= "1st irregular" - type = irregular - home = 1401 + type = irregular + home = 1401 - } + } - regiment = { + regiment = { - name= "2nd irregular" + name= "2nd irregular" - type = irregular - home = 1401 + type = irregular + home = 1401 - } + } } - diff --git a/HPM/history/units/1861/SAT_oob.txt b/HPM/history/units/1861/SAT_oob.txt index 22c4fe07..9f8b2ad9 100644 --- a/HPM/history/units/1861/SAT_oob.txt +++ b/HPM/history/units/1861/SAT_oob.txt @@ -3,48 +3,47 @@ SUL = { value = 100 } BRU = { value = 100 } leader = { - name = "Saigo Takamori" - type = land - date = 1836.1.1 - personality = inspiring - background = gifted_administrator + name = "Saigo Takamori" + type = land + date = 1836.1.1 + personality = inspiring + background = gifted_administrator } leader = { - name = "Kuroda Kiyotaka" - type = land - date = 1836.1.1 - personality = merciless - background = rising_star + name = "Kuroda Kiyotaka" + type = land + date = 1836.1.1 + personality = merciless + background = rising_star } army = { - name = "Army of Daimyo Shimazu" - location = 1662 - regiment = { - name= "1.Samurai" - type = dragoon - home = 1662 - } - regiment = { - name= "2.Samurai" - type = dragoon - home = 1662 - } - regiment = { - name= "1.Satsuma" - type = infantry - home = 1662 - } - regiment = { - name= "2.Satsuma" - type = infantry - home = 1661 - } - regiment = { - name= "3.Satsuma" - type = infantry - home = 1660 - } + name = "Army of Daimyo Shimazu" + location = 1662 + regiment = { + name= "1.Samurai" + type = dragoon + home = 1662 + } + regiment = { + name= "2.Samurai" + type = dragoon + home = 1662 + } + regiment = { + name= "1.Satsuma" + type = infantry + home = 1662 + } + regiment = { + name= "2.Satsuma" + type = infantry + home = 1661 + } + regiment = { + name= "3.Satsuma" + type = infantry + home = 1660 + } } - diff --git a/HPM/history/units/1861/SAX_oob.txt b/HPM/history/units/1861/SAX_oob.txt index aad87945..8056d50d 100644 --- a/HPM/history/units/1861/SAX_oob.txt +++ b/HPM/history/units/1861/SAX_oob.txt @@ -1,68 +1,67 @@ leader = { - name = "von Rabenhorst" - date = 1849.1.1 - type = land - personality = skilled - background = gifted_administrator - prestige = 0.2 + name = "von Rabenhorst" + date = 1849.1.1 + type = land + personality = skilled + background = gifted_administrator + prestige = 0.2 } leader = { - name = "Kronprinz Albert" - date = 1851.1.1 - type = land - personality = competent - background = drillmaster - prestige = 0.2 + name = "Kronprinz Albert" + date = 1851.1.1 + type = land + personality = competent + background = drillmaster + prestige = 0.2 } leader = { - name = "Auguste von S-C-G" - date = 1861.1.1 - type = land - personality = calm - background = aristocrat - prestige = 0.3 + name = "Auguste von S-C-G" + date = 1861.1.1 + type = land + personality = calm + background = aristocrat + prestige = 0.3 } army = { - name = "I. Korps" - location = 558 - regiment = { - name= "1.Sächsische Division" - type = infantry - home = 558 - } + name = "I. Korps" + location = 558 + regiment = { + name= "1.Sächsische Division" + type = infantry + home = 558 + } - regiment = { - name= "2.Sächsische Division" - type = infantry - home = 559 - } + regiment = { + name= "2.Sächsische Division" + type = infantry + home = 559 + } - regiment = { - name= "3.Sächsische Division" - type = infantry - home = 560 - } + regiment = { + name= "3.Sächsische Division" + type = infantry + home = 560 + } - regiment = { - name= "4.Sächsische Division" - type = cuirassier - home = 559 - } - - regiment = { - name= "5.Sächsische Division" - type = artillery - home = 558 - } - - regiment = { - name= "6.Sächsische Division" - type = infantry - home = 558 - } + regiment = { + name= "4.Sächsische Division" + type = cuirassier + home = 559 + } -} + regiment = { + name= "5.Sächsische Division" + type = artillery + home = 558 + } + + regiment = { + name= "6.Sächsische Division" + type = infantry + home = 558 + } +} diff --git a/HPM/history/units/1861/SEG_oob.txt b/HPM/history/units/1861/SEG_oob.txt index 4c8d0de7..bbdd02f7 100644 --- a/HPM/history/units/1861/SEG_oob.txt +++ b/HPM/history/units/1861/SEG_oob.txt @@ -1,76 +1,75 @@ MAS = { - value = -100 + value = -100 } DND = { - value = -10 + value = -10 } SOK = { - value = -20 + value = -20 } MOS = { - value = 40 + value = 40 } KNG = { - value = 20 + value = 20 } DAM = { - value = 5 + value = 5 } JAL = { - value = 5 + value = 5 } TOO = { - value = 10 + value = 10 } ASH = { - value = 10 + value = 10 } GBU = { - value = 50 + value = 50 } DAH = { - value = 5 + value = 5 } WOL = { - value = 15 + value = 15 } army = { - name = "Army of the Empire of Segu" - location = 1800 - + name = "Army of the Empire of Segu" + location = 1800 + regiment = { - name= "Bambara Cavalry" - type = cavalry - home = 1794 } + name= "Bambara Cavalry" + type = cavalry + home = 1794 } regiment = { - name= "Guards of Segu" - type = irregular - home = 1800 - } + name= "Guards of Segu" + type = irregular + home = 1800 + } } army = { - name = "Western Army" - location = 1797 - + name = "Western Army" + location = 1797 + regiment = { - name= "Kita Warriors" - type = irregular home = 1797 } + name= "Kita Warriors" + type = irregular home = 1797 } } - diff --git a/HPM/history/units/1861/SEM_oob.txt b/HPM/history/units/1861/SEM_oob.txt index 553cb170..29be71fa 100644 --- a/HPM/history/units/1861/SEM_oob.txt +++ b/HPM/history/units/1861/SEM_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Royal Army" - location = 1235 - regiment = { - name= "1.Royal Army" - type = irregular - home = 1235 - } + name = "Royal Army" + location = 1235 + regiment = { + name= "1.Royal Army" + type = irregular + home = 1235 + } - regiment = { - name= "2.Royal Army" - type = irregular - home = 1235 - } + regiment = { + name= "2.Royal Army" + type = irregular + home = 1235 + } - regiment = { - name= "3.Royal Army" - type = irregular - home = 1235 - } + regiment = { + name= "3.Royal Army" + type = irregular + home = 1235 + } } - diff --git a/HPM/history/units/1861/SEN_oob.txt b/HPM/history/units/1861/SEN_oob.txt index 842a5e7a..8ce1fb92 100644 --- a/HPM/history/units/1861/SEN_oob.txt +++ b/HPM/history/units/1861/SEN_oob.txt @@ -3,22 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Date" - location = 1668 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1668 - } - regiment = { - name= "1.Sendai" - type = irregular - home = 1668 - } - regiment = { - name= "2.Sendai" - type = irregular - home = 1669 - } + name = "Army of Daimyo Date" + location = 1668 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1668 + } + regiment = { + name= "1.Sendai" + type = irregular + home = 1668 + } + regiment = { + name= "2.Sendai" + type = irregular + home = 1669 + } } - diff --git a/HPM/history/units/1861/SER_oob.txt b/HPM/history/units/1861/SER_oob.txt index d77fa40e..6308d21f 100644 --- a/HPM/history/units/1861/SER_oob.txt +++ b/HPM/history/units/1861/SER_oob.txt @@ -1,61 +1,60 @@ leader = { - name = "Milivoje Blaznavac" - date = 1861.1.1 - type = land - personality = openminded - background = artillerist + name = "Milivoje Blaznavac" + date = 1861.1.1 + type = land + personality = openminded + background = artillerist } army = { - name = "Serbian Army" - location = 794 - regiment = { - name= "1.1. Division" - type = infantry - home = 794 - } - - regiment = { - name= "2.1. Division" - type = infantry - home = 794 - } - - regiment = { - name= "3.1. Division" - type = infantry - home = 795 - } - - regiment = { - name= "4.1. Division" - type = cuirassier - home = 794 - } - - regiment = { - name= "1.2. Division" - type = infantry - home = 795 - } - - regiment = { - name= "2.2. Division" - type = infantry - home = 796 - } - - regiment = { - name= "3.2. Division" - type = infantry - home = 796 - } - - regiment = { - name= "4.2. Division" - type = engineer - home = 797 - } + name = "Serbian Army" + location = 794 + regiment = { + name= "1.1. Division" + type = infantry + home = 794 + } + + regiment = { + name= "2.1. Division" + type = infantry + home = 794 + } + + regiment = { + name= "3.1. Division" + type = infantry + home = 795 + } + + regiment = { + name= "4.1. Division" + type = cuirassier + home = 794 + } + + regiment = { + name= "1.2. Division" + type = infantry + home = 795 + } + + regiment = { + name= "2.2. Division" + type = infantry + home = 796 + } + + regiment = { + name= "3.2. Division" + type = infantry + home = 796 + } + + regiment = { + name= "4.2. Division" + type = engineer + home = 797 + } } - diff --git a/HPM/history/units/1861/SHW_oob.txt b/HPM/history/units/1861/SHW_oob.txt index 19175a68..c7e02064 100644 --- a/HPM/history/units/1861/SHW_oob.txt +++ b/HPM/history/units/1861/SHW_oob.txt @@ -1,29 +1,29 @@ EGY = { - value = 60 + value = 60 } GON = { - value = 40 + value = 40 } TIG = { - value = 60 + value = 60 } HAR = { - value = 40 + value = 40 } KAF = { - value = 50 + value = 50 } SID = { - value = 40 + value = 40 } AWS = { - value = 40 + value = 40 } leader = { @@ -35,48 +35,48 @@ leader = { } army = { - name = "Army of the Negus of Shewa" - location = 1859 - regiment = { - name= "Negus' Guards" - type = irregular - home = 1859 - } + name = "Army of the Negus of Shewa" + location = 1859 + regiment = { + name= "Negus' Guards" + type = irregular + home = 1859 + } - regiment = { - name= "Negus' Horsemen" - type = hussar - home = 1859 - } + regiment = { + name= "Negus' Horsemen" + type = hussar + home = 1859 + } - regiment = { - name= "1st Shewa Division" - type = irregular - home = 1859 - } + regiment = { + name= "1st Shewa Division" + type = irregular + home = 1859 + } - regiment = { - name= "2nd Shewa Division" - type = irregular - home = 1859 - } + regiment = { + name= "2nd Shewa Division" + type = irregular + home = 1859 + } - regiment = { - name= "3rd Shewa Division" - type = irregular - home = 1859 - } + regiment = { + name= "3rd Shewa Division" + type = irregular + home = 1859 + } - regiment = { - name= "1st Hawassa Division" - type = irregular - home = 1860 - } + regiment = { + name= "1st Hawassa Division" + type = irregular + home = 1860 + } - regiment = { - name= "1st Aselia Division" - type = irregular - home = 1861 - } + regiment = { + name= "1st Aselia Division" + type = irregular + home = 1861 + } } diff --git a/HPM/history/units/1861/SIA_oob.txt b/HPM/history/units/1861/SIA_oob.txt index f2895532..99f0ee26 100644 --- a/HPM/history/units/1861/SIA_oob.txt +++ b/HPM/history/units/1861/SIA_oob.txt @@ -1,154 +1,153 @@ #Relations USA = { - value = 10 #relation + value = 10 #relation } BUR = { - value = -200 #relation + value = -200 #relation } ENG = { - value = 75 #relation + value = 75 #relation } army = { - name = "Army of Siam" - location = 1346 - regiment = { - name= "1. Brigade" - type = irregular - home = 1346 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1346 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1346 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1347 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1353 - } + name = "Army of Siam" + location = 1346 + regiment = { + name= "1. Brigade" + type = irregular + home = 1346 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1346 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1346 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1347 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1353 + } } army = { - name = "Southern Army" - location = 1392 - regiment = { - name= "6. Brigade" - type = irregular - home = 1392 - } - - regiment = { - name= "7. Brigade" - type = irregular - home = 1389 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1391 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1354 - } - - regiment = { - name= "10. Brigade" - type = irregular - home = 1352 - } + name = "Southern Army" + location = 1392 + regiment = { + name= "6. Brigade" + type = irregular + home = 1392 + } + + regiment = { + name= "7. Brigade" + type = irregular + home = 1389 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1391 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1354 + } + + regiment = { + name= "10. Brigade" + type = irregular + home = 1352 + } } army = { - name = "Northern Army" - location = 2572 - regiment = { - name= "11. Brigade" - type = irregular - home = 2572 - } - - regiment = { - name= "12. Brigade" - type = irregular - home = 1355 - } - - regiment = { - name= "13. Brigade" - type = irregular - home = 1355 - } - - regiment = { - name= "14. Brigade" - type = irregular - home = 1349 - } - - regiment = { - name= "15. Brigade" - type = irregular - home = 1348 - } + name = "Northern Army" + location = 2572 + regiment = { + name= "11. Brigade" + type = irregular + home = 2572 + } + + regiment = { + name= "12. Brigade" + type = irregular + home = 1355 + } + + regiment = { + name= "13. Brigade" + type = irregular + home = 1355 + } + + regiment = { + name= "14. Brigade" + type = irregular + home = 1349 + } + + regiment = { + name= "15. Brigade" + type = irregular + home = 1348 + } } army = { - name = "Eastern Army" - location = 1358 - regiment = { - name= "16. Brigade" - type = irregular - home = 1358 - } - - regiment = { - name= "17. Brigade" - type = irregular - home = 1358 - } - - regiment = { - name= "18. Brigade" - type = irregular - home = 1359 - } - - regiment = { - name= "19. Brigade" - type = irregular - home = 1350 - } - - regiment = { - name= "20. Brigade" - type = irregular - home = 1351 - } - -} + name = "Eastern Army" + location = 1358 + regiment = { + name= "16. Brigade" + type = irregular + home = 1358 + } + + regiment = { + name= "17. Brigade" + type = irregular + home = 1358 + } + + regiment = { + name= "18. Brigade" + type = irregular + home = 1359 + } + + regiment = { + name= "19. Brigade" + type = irregular + home = 1350 + } + + regiment = { + name= "20. Brigade" + type = irregular + home = 1351 + } +} diff --git a/HPM/history/units/1861/SID_oob.txt b/HPM/history/units/1861/SID_oob.txt index 333c6e72..8c8c9515 100644 --- a/HPM/history/units/1861/SID_oob.txt +++ b/HPM/history/units/1861/SID_oob.txt @@ -1,32 +1,32 @@ SHW = { - value = 40 + value = 40 } GEL = { - value = 50 + value = 50 } HAR = { - value = 30 + value = 30 } KAF = { - value = 75 + value = 75 } army = { - name = "Army of the Sidama Kingdoms" - location = 1864 - regiment = { - name= "King's Guards" - type = irregular - home = 1864 - } + name = "Army of the Sidama Kingdoms" + location = 1864 + regiment = { + name= "King's Guards" + type = irregular + home = 1864 + } - regiment = { - name= "Sidama Warriors" - type = irregular - home = 1864 - } + regiment = { + name= "Sidama Warriors" + type = irregular + home = 1864 + } } diff --git a/HPM/history/units/1861/SIK_oob.txt b/HPM/history/units/1861/SIK_oob.txt index 645c766f..be7d6070 100644 --- a/HPM/history/units/1861/SIK_oob.txt +++ b/HPM/history/units/1861/SIK_oob.txt @@ -1,16 +1,15 @@ army = { - name = "Army of the Chogyal of Sikkim" - location = 1328 - regiment = { - name= "1st Gurkha" - type = irregular - home = 1328 - } + name = "Army of the Chogyal of Sikkim" + location = 1328 + regiment = { + name= "1st Gurkha" + type = irregular + home = 1328 + } - regiment = { - name= "2nd Gurkha" - type = irregular - home = 1328 - } + regiment = { + name= "2nd Gurkha" + type = irregular + home = 1328 + } } - diff --git a/HPM/history/units/1861/SLG_oob.txt b/HPM/history/units/1861/SLG_oob.txt index e30e7097..68959ba4 100644 --- a/HPM/history/units/1861/SLG_oob.txt +++ b/HPM/history/units/1861/SLG_oob.txt @@ -1,17 +1,16 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Selangor" - location = 1387 + name = "Army of the Sultan of Selangor" + location = 1387 - regiment = { - name= "Selangor State Troops" - type = irregular - home = 1387 - } + regiment = { + name= "Selangor State Troops" + type = irregular + home = 1387 + } } - diff --git a/HPM/history/units/1861/SLW_oob.txt b/HPM/history/units/1861/SLW_oob.txt index 3d74f900..e78983cd 100644 --- a/HPM/history/units/1861/SLW_oob.txt +++ b/HPM/history/units/1861/SLW_oob.txt @@ -1,37 +1,36 @@ army = { - name = "Army of the Sultan of Bone" + name = "Army of the Sultan of Bone" - location = 1431 + location = 1431 - regiment = { + regiment = { - name= "1st irregular" + name= "1st irregular" - type = irregular + type = irregular - home = 1431 + home = 1431 - } + } - regiment = { + regiment = { - name= "2nd irregular" + name= "2nd irregular" - type = irregular - home = 1431 + type = irregular + home = 1431 - } + } - regiment = { + regiment = { - name= "3rd irregular" + name= "3rd irregular" - type = irregular - home = 1432 - } + type = irregular + home = 1432 + } } - diff --git a/HPM/history/units/1861/SOK_oob.txt b/HPM/history/units/1861/SOK_oob.txt index 273327bc..e903f403 100644 --- a/HPM/history/units/1861/SOK_oob.txt +++ b/HPM/history/units/1861/SOK_oob.txt @@ -1,130 +1,129 @@ MAS = { - value = 100 + value = 100 } JAL = { - value = 100 + value = 100 } TOO = { - value = 100 + value = 100 } DAM = { - value = 10 + value = 10 } DND = { - value = 5 + value = 5 } KBO = { - value = 10 + value = 10 } WAD = { - value = 20 + value = 20 } DAR = { - value = 10 + value = 10 } MOS = { - value = -5 + value = -5 } SEG = { - value = -20 + value = -20 } ASH = { - value = -20 + value = -20 } DAH = { - value = -10 + value = -10 } OYO = { - value = -30 + value = -30 } BEN = { - value = -30 + value = -30 } WRI = { - value = -15 + value = -15 } ARO = { - value = -20 + value = -20 } CLA = { - value = -15 + value = -15 } army = { - name = "Army of the Sultan of Sokoto" - location = 1948 - regiment = { - name= "1.Fulbe" - type = cavalry - home = 1948 - } + name = "Army of the Sultan of Sokoto" + location = 1948 + regiment = { + name= "1.Fulbe" + type = cavalry + home = 1948 + } - regiment = { - name= "2.Fulbe" - type = irregular - home = 1945 - } + regiment = { + name= "2.Fulbe" + type = irregular + home = 1945 + } - regiment = { - name= "3.Fulbe" - type = irregular - home = 1947 - } + regiment = { + name= "3.Fulbe" + type = irregular + home = 1947 + } } army = { - name = "Army of the Emir of Adamawa" - location = 1950 - regiment = { - name= "4. Fulbe" - type = cavalry - home = 1950 - } + name = "Army of the Emir of Adamawa" + location = 1950 + regiment = { + name= "4. Fulbe" + type = cavalry + home = 1950 + } - regiment = { - name= "5. Fulbe" - type = irregular - home = 1942 - } + regiment = { + name= "5. Fulbe" + type = irregular + home = 1942 + } } army = { - name = "Army of the Emir of Ilorin" - location = 1927 - regiment = { - name= "1. Yoruba" - type = cavalry - home = 1927 - } - - regiment = { - name= "6. Fulbe" - type = irregular - home = 1939 - } - - regiment = { - name= "7. Fulbe" - type = irregular - home = 1946 - } + name = "Army of the Emir of Ilorin" + location = 1927 + regiment = { + name= "1. Yoruba" + type = cavalry + home = 1927 + } + + regiment = { + name= "6. Fulbe" + type = irregular + home = 1939 + } + + regiment = { + name= "7. Fulbe" + type = irregular + home = 1946 + } } - diff --git a/HPM/history/units/1861/SPA_oob.txt b/HPM/history/units/1861/SPA_oob.txt index 1602ad6a..59635b4c 100644 --- a/HPM/history/units/1861/SPA_oob.txt +++ b/HPM/history/units/1861/SPA_oob.txt @@ -1,585 +1,584 @@ #Sphere of Influence MEX = { - value = 75 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } ECU = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } PEU = { - value = -50 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 5 + value = -50 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 5 } BOL = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } CHL = { - value = -50 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 5 + value = -50 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 5 } PRG = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } CLM = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } BRZ = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } URU = { - value = 75 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } POR = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SUL = { - value = 30 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 30 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } MOR = { - value = 50 + value = 50 } TOO = { - value = 50 - level = 2 - influence_value = 5 + value = 50 + level = 2 + influence_value = 5 } WOL = { - value = 50 - level = 2 - influence_value = 5 + value = 50 + level = 2 + influence_value = 5 } #Leaders leader = { - name = "Francisco Serrano" - date = 1861.1.1 #1833 - type = land - personality = expert - background = war_college - prestige = 0.3 + name = "Francisco Serrano" + date = 1861.1.1 #1833 + type = land + personality = expert + background = war_college + prestige = 0.3 } leader = { - name = "Narváez" - date = 1835.1.1 - type = land - personality = efficient - background = powerful_friends - prestige = 0.3 + name = "Narváez" + date = 1835.1.1 + type = land + personality = efficient + background = powerful_friends + prestige = 0.3 } leader = { - name = "Leopoldo O'Donnell" - date = 1839.1.1 - type = land - personality = efficient - background = rising_star - prestige = 0.3 + name = "Leopoldo O'Donnell" + date = 1839.1.1 + type = land + personality = efficient + background = rising_star + prestige = 0.3 } leader = { - name = "M. de la Concha" - date = 1840.1.1 - type = land - personality = brilliant - background = rising_star - prestige = 0.2 + name = "M. de la Concha" + date = 1840.1.1 + type = land + personality = brilliant + background = rising_star + prestige = 0.2 } leader = { - name = "Novaliches" - date = 1840.1.1 - type = land - personality = soft - background = powerful_friends - prestige = 0.2 + name = "Novaliches" + date = 1840.1.1 + type = land + personality = soft + background = powerful_friends + prestige = 0.2 } leader = { - name = "J. de la Concha" - date = 1843.1.1 - type = land - personality = lackluster - background = artillerist - prestige = 0.2 + name = "J. de la Concha" + date = 1843.1.1 + type = land + personality = lackluster + background = artillerist + prestige = 0.2 } leader = { - name = "Joan Prim" - date = 1847.1.1 - type = land - personality = impulsive - background = diplomat - prestige = 0.2 + name = "Joan Prim" + date = 1847.1.1 + type = land + personality = impulsive + background = diplomat + prestige = 0.2 } leader = { - name = "Pascual Cervera" - date = 1859.1.1 - type = sea - personality = impulsive - background = sad_sack - prestige = 0.1 + name = "Pascual Cervera" + date = 1859.1.1 + type = sea + personality = impulsive + background = sad_sack + prestige = 0.1 } leader = { - name = "Juan Bautiste Topete" - date = 1860.1.1 - type = sea - personality = romantic - background = adventurer - prestige = 0.1 + name = "Juan Bautiste Topete" + date = 1860.1.1 + type = sea + personality = romantic + background = adventurer + prestige = 0.1 } leader = { - name = "Martinez Campos" - date = 1861.1.1 - type = land - personality = chivalrous - background = old_school + name = "Martinez Campos" + date = 1861.1.1 + type = land + personality = chivalrous + background = old_school } leader = { - name = "Valeriano Weyler" - date = 1861.1.1 - type = land - personality = bigoted - background = immoral + name = "Valeriano Weyler" + date = 1861.1.1 + type = land + personality = bigoted + background = immoral } navy = { - name = "1a Escuadra del Norte" - location = 474 - ship = { - name= "Bailén" - type = frigate - } - - ship = { - name= "Reina María Cristina" - type = frigate - } - - ship = { - name= "Cortes" - type = frigate - } - - ship = { - name= "Esperanza" - type = frigate - } + name = "1a Escuadra del Norte" + location = 474 + ship = { + name= "Bailén" + type = frigate + } + + ship = { + name= "Reina María Cristina" + type = frigate + } + + ship = { + name= "Cortes" + type = frigate + } + + ship = { + name= "Esperanza" + type = frigate + } } navy = { - name = "2a Escuadra del Norte" - location = 512 - ship = { - name= "Rey Don Francisco de Asís" - type = manowar - } + name = "2a Escuadra del Norte" + location = 512 + ship = { + name= "Rey Don Francisco de Asís" + type = manowar + } - ship = { - name= "Reina Doña Isabel II" - type = manowar - } + ship = { + name= "Reina Doña Isabel II" + type = manowar + } } navy = { - name = "Escuadra del Caribe" - location = 2212 - - ship = { - name= "Berenguela" - type = commerce_raider - } - - ship = { - name= "Reina Blanca" - type = commerce_raider - } - - ship = { - name= "Petronila" - type = commerce_raider - } - - ship = { - name= "Hernán Cortés" - type = steam_transport - } - - ship = { - name= "Isabel la Católica" - type = steam_transport - } - - ship = { - name= "Jorge Juan" - type = steam_transport - } - - ship = { - name= "Blasco de Garay" - type = steam_transport - } - - ship = { - name= "Vasco Núñez de Balboa" - type = steam_transport - } + name = "Escuadra del Caribe" + location = 2212 + + ship = { + name= "Berenguela" + type = commerce_raider + } + + ship = { + name= "Reina Blanca" + type = commerce_raider + } + + ship = { + name= "Petronila" + type = commerce_raider + } + + ship = { + name= "Hernán Cortés" + type = steam_transport + } + + ship = { + name= "Isabel la Católica" + type = steam_transport + } + + ship = { + name= "Jorge Juan" + type = steam_transport + } + + ship = { + name= "Blasco de Garay" + type = steam_transport + } + + ship = { + name= "Vasco Núñez de Balboa" + type = steam_transport + } } navy = { - name = "Escuadra del Mediterráneo" - location = 498 - ship = { - name= "Princesa de Asturias" - type = commerce_raider - } - - ship = { - name= "Lealtad" - type = commerce_raider - } - - ship = { - name= "Antonio Ulloa" - type = steam_transport - } - - ship = { - name= "Colón" - type = steam_transport - } - - ship = { - name= "Pizzaro" - type = steam_transport - } - - ship = { - name= "Victoria de las Tunas" - type = steam_transport - } - - ship = { - name= "Churruca" - type = steam_transport - } + name = "Escuadra del Mediterráneo" + location = 498 + ship = { + name= "Princesa de Asturias" + type = commerce_raider + } + + ship = { + name= "Lealtad" + type = commerce_raider + } + + ship = { + name= "Antonio Ulloa" + type = steam_transport + } + + ship = { + name= "Colón" + type = steam_transport + } + + ship = { + name= "Pizzaro" + type = steam_transport + } + + ship = { + name= "Victoria de las Tunas" + type = steam_transport + } + + ship = { + name= "Churruca" + type = steam_transport + } } navy = { - name = "Escuadra del Pacífico" - location = 1455 - ship = { - name= "Favorita" - type = clipper_transport - } - - ship = { - name= "Ferrolana" - type = clipper_transport - } + name = "Escuadra del Pacífico" + location = 1455 + ship = { + name= "Favorita" + type = clipper_transport + } - ship = { - name= "Mazarredo" - type = clipper_transport - } + ship = { + name= "Ferrolana" + type = clipper_transport + } + + ship = { + name= "Mazarredo" + type = clipper_transport + } } army = { - name = "Ejército del Norte" - location = 498 - regiment = { - name= "1.1a División de Infantería" - type = infantry - home = 495 - } - - regiment = { - name= "2.1a División de Infantería" - type = infantry - home = 497 - } - - regiment = { - name= "3.1a División de Infantería" - type = artillery - home = 503 - } - - regiment = { - name= "1.2a División de Infantería" - type = infantry - home = 503 - } - - regiment = { - name= "2.2a División de Infantería" - type = infantry - home = 503 - } - - regiment = { - name= "3.2a División de Infantería" - type = infantry - home = 503 - } - - regiment = { - name= "1.4a División de Infantería" - type = infantry - home = 515 - } - - regiment = { - name= "2.4a División de Infantería" - type = infantry - home = 516 - } - - regiment = { - name= "3.4a División de Infantería" - type = infantry - home = 498 - } - - regiment = { - name= "1.3a División de Infantería" - type = infantry - home = 490 - } - - regiment = { - name= "2.3a División de Infantería" - type = infantry - home = 488 - } - - regiment = { - name= "3.3a División de Infantería" - type = engineer - home = 489 - } - - regiment = { - name= "1.1a División de Caballería" - type = cuirassier - home = 487 - } - - regiment = { - name= "2.1a División de Caballería" - type = cuirassier - home = 487 - } - - regiment = { - name= "3.1a División de Caballería" - type = cuirassier - home = 487 - } - - regiment = { - name= "4.1a División de Caballería" - type = hussar - home = 487 - } + name = "Ejército del Norte" + location = 498 + regiment = { + name= "1.1a División de Infantería" + type = infantry + home = 495 + } + + regiment = { + name= "2.1a División de Infantería" + type = infantry + home = 497 + } + + regiment = { + name= "3.1a División de Infantería" + type = artillery + home = 503 + } + + regiment = { + name= "1.2a División de Infantería" + type = infantry + home = 503 + } + + regiment = { + name= "2.2a División de Infantería" + type = infantry + home = 503 + } + + regiment = { + name= "3.2a División de Infantería" + type = infantry + home = 503 + } + + regiment = { + name= "1.4a División de Infantería" + type = infantry + home = 515 + } + + regiment = { + name= "2.4a División de Infantería" + type = infantry + home = 516 + } + + regiment = { + name= "3.4a División de Infantería" + type = infantry + home = 498 + } + + regiment = { + name= "1.3a División de Infantería" + type = infantry + home = 490 + } + + regiment = { + name= "2.3a División de Infantería" + type = infantry + home = 488 + } + + regiment = { + name= "3.3a División de Infantería" + type = engineer + home = 489 + } + + regiment = { + name= "1.1a División de Caballería" + type = cuirassier + home = 487 + } + + regiment = { + name= "2.1a División de Caballería" + type = cuirassier + home = 487 + } + + regiment = { + name= "3.1a División de Caballería" + type = cuirassier + home = 487 + } + + regiment = { + name= "4.1a División de Caballería" + type = hussar + home = 487 + } } army = { - name = "Ejército del Sur" - location = 513 - regiment = { - name= "1.5a División de Infantería" - type = infantry - home = 513 - } - - regiment = { - name= "2.5a División de Infantería" - type = infantry - home = 513 - } - - regiment = { - name= "3.5a División de Infantería" - type = infantry - home = 514 - } - - regiment = { - name= "1.6a División de Infantería" - type = infantry - home = 512 - } - - regiment = { - name= "2.6a División de Infantería" - type = infantry - home = 489 - } - - regiment = { - name= "3.6a División de Infantería" - type = infantry - home = 510 - } - - regiment = { - name= "1.7a División de Infantería" - type = infantry - home = 509 - } - - regiment = { - name= "2.7a División de Caballería" - type = dragoon - home = 509 - } - - regiment = { - name= "3.7a División de Infantería" - type = engineer - home = 491 - } + name = "Ejército del Sur" + location = 513 + regiment = { + name= "1.5a División de Infantería" + type = infantry + home = 513 + } + + regiment = { + name= "2.5a División de Infantería" + type = infantry + home = 513 + } + + regiment = { + name= "3.5a División de Infantería" + type = infantry + home = 514 + } + + regiment = { + name= "1.6a División de Infantería" + type = infantry + home = 512 + } + + regiment = { + name= "2.6a División de Infantería" + type = infantry + home = 489 + } + + regiment = { + name= "3.6a División de Infantería" + type = infantry + home = 510 + } + + regiment = { + name= "1.7a División de Infantería" + type = infantry + home = 509 + } + + regiment = { + name= "2.7a División de Caballería" + type = dragoon + home = 509 + } + + regiment = { + name= "3.7a División de Infantería" + type = engineer + home = 491 + } } army = { - name = "Ejército de Cuba" - location = 2212 - regiment = { - name= "1.1a Infantería Colonial" - type = infantry - home = 481 - } - - regiment = { - name= "2.1a Infantería Colonial" - type = infantry - home = 482 - } - - regiment = { - name= "3.1a Infantería Colonial" - type = infantry - home = 476 - } - - regiment = { - name= "4.1a Caballeria Colonial" - type = cuirassier - home = 2209 - } - - regiment = { - name= "1.2a Infantería Colonial" - type = infantry - home = 476 - } - - regiment = { - name= "2.2a Infantería Colonial" - type = infantry - home = 476 - } - - regiment = { - name= "3.2a Infantería Colonial" - type = engineer - home = 487 - } + name = "Ejército de Cuba" + location = 2212 + regiment = { + name= "1.1a Infantería Colonial" + type = infantry + home = 481 + } + + regiment = { + name= "2.1a Infantería Colonial" + type = infantry + home = 482 + } + + regiment = { + name= "3.1a Infantería Colonial" + type = infantry + home = 476 + } + + regiment = { + name= "4.1a Caballeria Colonial" + type = cuirassier + home = 2209 + } + + regiment = { + name= "1.2a Infantería Colonial" + type = infantry + home = 476 + } + + regiment = { + name= "2.2a Infantería Colonial" + type = infantry + home = 476 + } + + regiment = { + name= "3.2a Infantería Colonial" + type = engineer + home = 487 + } } army = { - name = "Ejército de Puerto Rico" - location = 2222 - regiment = { - name= "1.3a Infantería Colonial" - type = infantry - home = 474 - } + name = "Ejército de Puerto Rico" + location = 2222 + regiment = { + name= "1.3a Infantería Colonial" + type = infantry + home = 474 + } - regiment = { - name= "2.3a Infantería Colonial" - type = infantry - home = 474 - } + regiment = { + name= "2.3a Infantería Colonial" + type = infantry + home = 474 + } - regiment = { - name= "3.3a Infantería Colonial" - type = infantry - home = 474 - } + regiment = { + name= "3.3a Infantería Colonial" + type = infantry + home = 474 + } } army = { - name = "Ejército de Filipinas" - location = 1455 - regiment = { - name= "1.4a Infantería Colonial" - type = infantry - home = 1455 - } - - regiment = { - name= "2.4a Infantería Colonial" - type = infantry - home = 1457 - } - - regiment = { - name= "3.4a Infantería Colonial" - type = infantry - home = 1455 - } - - regiment = { - name= "1.5a Infantería Colonial" - type = infantry - home = 1456 - } - - regiment = { - name= "2.5a Infantería Colonial" - type = infantry - home = 1456 - } - - regiment = { - name= "3.5a Infantería Colonial" - type = artillery - home = 1456 - } + name = "Ejército de Filipinas" + location = 1455 + regiment = { + name= "1.4a Infantería Colonial" + type = infantry + home = 1455 + } + + regiment = { + name= "2.4a Infantería Colonial" + type = infantry + home = 1457 + } + + regiment = { + name= "3.4a Infantería Colonial" + type = infantry + home = 1455 + } + + regiment = { + name= "1.5a Infantería Colonial" + type = infantry + home = 1456 + } + + regiment = { + name= "2.5a Infantería Colonial" + type = infantry + home = 1456 + } + + regiment = { + name= "3.5a Infantería Colonial" + type = artillery + home = 1456 + } } - diff --git a/HPM/history/units/1861/SUA_oob.txt b/HPM/history/units/1861/SUA_oob.txt index 1c41988d..dc5b9a32 100644 --- a/HPM/history/units/1861/SUA_oob.txt +++ b/HPM/history/units/1861/SUA_oob.txt @@ -1,34 +1,33 @@ POR = { - value = 100 + value = 100 } XHO = { - value = 30 + value = 30 } BSH = { - value = 40 + value = 40 } ZUL = { - value = 40 + value = 40 } GAZ = { - value = 50 + value = 50 } MAT = { - value = 50 + value = 50 } army = { - name = "Royal army of Suazi" - location = 2114 - regiment = { - name= "Suazi Warriors" - type = irregular - home = 2114 - } + name = "Royal army of Suazi" + location = 2114 + regiment = { + name= "Suazi Warriors" + type = irregular + home = 2114 + } } - diff --git a/HPM/history/units/1861/SUL_oob.txt b/HPM/history/units/1861/SUL_oob.txt index 3f3dcdb9..5d217fe4 100644 --- a/HPM/history/units/1861/SUL_oob.txt +++ b/HPM/history/units/1861/SUL_oob.txt @@ -3,11 +3,10 @@ JAP = { value = 100 } NET = { value = 50 } army = { - name = "Royal army of Sulu" - location = 1464 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1464 } + name = "Royal army of Sulu" + location = 1464 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1464 } } - diff --git a/HPM/history/units/1861/SWE_oob.txt b/HPM/history/units/1861/SWE_oob.txt index d024d3f4..a117e99f 100644 --- a/HPM/history/units/1861/SWE_oob.txt +++ b/HPM/history/units/1861/SWE_oob.txt @@ -1,286 +1,285 @@ leader = { - name = "von Hohenhausen" - date = 1842.1.1 - type = land - personality = glory_hound - background = school_of_defense - prestige = 0.2 + name = "von Hohenhausen" + date = 1842.1.1 + type = land + personality = glory_hound + background = school_of_defense + prestige = 0.2 } leader = { - name = "von Essen" - date = 1842.1.1 - type = land - personality = cautious - background = professor - prestige = 0.2 + name = "von Essen" + date = 1842.1.1 + type = land + personality = cautious + background = professor + prestige = 0.2 } leader = { - name = "Prins Oscar" - date = 1850.1.1 - type = sea - personality = imperious - background = clueless - prestige = 0.1 + name = "Prins Oscar" + date = 1850.1.1 + type = sea + personality = imperious + background = clueless + prestige = 0.1 } leader = { - name = "Ehnemark" - date = 1853.1.1 - type = sea - personality = competent - background = disgraced - prestige = 0.2 + name = "Ehnemark" + date = 1853.1.1 + type = sea + personality = competent + background = disgraced + prestige = 0.2 } leader = { - name = "K. Adolf Virgin" - date = 1854.1.1 - type = sea - personality = diplomatic - background = adventurer - prestige = 0.2 + name = "K. Adolf Virgin" + date = 1854.1.1 + type = sea + personality = diplomatic + background = adventurer + prestige = 0.2 } leader = { - name = "Carl Björnstjerna" - date = 1858.1.1 - type = land - personality = calm - background = cavalry_school - prestige = 0.1 + name = "Carl Björnstjerna" + date = 1858.1.1 + type = land + personality = calm + background = cavalry_school + prestige = 0.1 } leader = { - name = "J. Björnstjerna" - date = 1858.1.1 - type = land - personality = strange - background = warmonger - prestige = 0.1 + name = "J. Björnstjerna" + date = 1858.1.1 + type = land + personality = strange + background = warmonger + prestige = 0.1 } leader = { - name = "Didrik Bildt" - date = 1861.1.1 #1859 - type = land - personality = diplomatic - background = politician - prestige = 0.1 + name = "Didrik Bildt" + date = 1861.1.1 #1859 + type = land + personality = diplomatic + background = politician + prestige = 0.1 } leader = { - name = "Reuterskiöld" - date = 1860.1.1 - type = land - personality = skilled - background = politician - prestige = 0.1 + name = "Reuterskiöld" + date = 1860.1.1 + type = land + personality = skilled + background = politician + prestige = 0.1 } leader = { - name = "Karl Magnus Thulstrup" - date = 1861.1.1 - type = land - personality = openminded - background = professor + name = "Karl Magnus Thulstrup" + date = 1861.1.1 + type = land + personality = openminded + background = professor } army = { - name = "Swedish Army" - location = 322 - regiment = { - name= "Svea Livgarde" - type = guard - home = 322 - } - - regiment = { - name= "1. Artilleribrigaden" - type = artillery - home = 324 - } - - regiment = { - name= "1.Infanteribrigaden" - type = infantry - home = 322 - } - - regiment = { - name= "2.Infanteribrigaden" - type = infantry - home = 332 - } - - regiment = { - name= "3.Infanteribrigaden" - type = infantry - home = 329 - } - - regiment = { - name= "4.Infanteribrigaden" - type = infantry - home = 323 - } - - regiment = { - name= "5.Infanteribrigaden" - type = engineer - home = 330 - } - - regiment = { - name= "1. Dragonenbrigaden" - type = dragoon - home = 317 - } - - regiment = { - name= "1. Husarbrigaden" - type = hussar - home = 326 - } - - regiment = { - name= "2. Dragonenbrigaden" - type = dragoon - home = 334 - } + name = "Swedish Army" + location = 322 + regiment = { + name= "Svea Livgarde" + type = guard + home = 322 + } + + regiment = { + name= "1. Artilleribrigaden" + type = artillery + home = 324 + } + + regiment = { + name= "1.Infanteribrigaden" + type = infantry + home = 322 + } + + regiment = { + name= "2.Infanteribrigaden" + type = infantry + home = 332 + } + + regiment = { + name= "3.Infanteribrigaden" + type = infantry + home = 329 + } + + regiment = { + name= "4.Infanteribrigaden" + type = infantry + home = 323 + } + + regiment = { + name= "5.Infanteribrigaden" + type = engineer + home = 330 + } + + regiment = { + name= "1. Dragonenbrigaden" + type = dragoon + home = 317 + } + + regiment = { + name= "1. Husarbrigaden" + type = hussar + home = 326 + } + + regiment = { + name= "2. Dragonenbrigaden" + type = dragoon + home = 334 + } } army = { - name = "Norwegian Army" - location = 313 - regiment = { - name= "1.Infanteribrigade" - type = infantry - home = 305 - } - - regiment = { - name= "2.Infanteribrigade" - type = infantry - home = 310 - } - regiment = { - name= "3.Infanteribrigade" - type = infantry - home = 309 - } - - regiment = { - name= "1.Artileribrigade" - type = artillery - home = 313 - } + name = "Norwegian Army" + location = 313 + regiment = { + name= "1.Infanteribrigade" + type = infantry + home = 305 + } + + regiment = { + name= "2.Infanteribrigade" + type = infantry + home = 310 + } + regiment = { + name= "3.Infanteribrigade" + type = infantry + home = 309 + } + + regiment = { + name= "1.Artileribrigade" + type = artillery + home = 313 + } } - + navy = { - name = "Swedish Fleet" - location = 322 - ship = { - name= "Karl XIV Johan" - type = manowar - } - - ship = { - name= "Stockholm" - type = manowar - } - - ship = { - name= "Fäderneslandet" - type = manowar - } - - ship = { - name= "Försiktigheten" - type = manowar - } - - ship = { - name= "Karl XIII" - type = manowar - } - - ship = { - name= "Manligheten" - type = manowar - } - - ship = { - name= "Prins Oskar" - type = manowar - } - - ship = { - name= "Skandinavien" - type = manowar - } - - ship = { - name= "Desirée" - type = frigate - } - - ship = { - name= "Göteborg" - type = frigate - } - - ship = { - name= "Josephine" - type = frigate - } - - ship = { - name= "Nörrköping" - type = frigate - } + name = "Swedish Fleet" + location = 322 + ship = { + name= "Karl XIV Johan" + type = manowar + } + + ship = { + name= "Stockholm" + type = manowar + } + + ship = { + name= "Fäderneslandet" + type = manowar + } + + ship = { + name= "Försiktigheten" + type = manowar + } + + ship = { + name= "Karl XIII" + type = manowar + } + + ship = { + name= "Manligheten" + type = manowar + } + + ship = { + name= "Prins Oskar" + type = manowar + } + + ship = { + name= "Skandinavien" + type = manowar + } + + ship = { + name= "Desirée" + type = frigate + } + + ship = { + name= "Göteborg" + type = frigate + } + + ship = { + name= "Josephine" + type = frigate + } + + ship = { + name= "Nörrköping" + type = frigate + } } navy = { - name = "1st Transport Squadron" - location = 322 - ship = { - name= "1st Transport Squadron" - type = steam_transport - } - - ship = { - name= "2nd Transport Squadron" - type = clipper_transport - } - - ship = { - name= "3rd Transport Squadron" - type = clipper_transport - } + name = "1st Transport Squadron" + location = 322 + ship = { + name= "1st Transport Squadron" + type = steam_transport + } + + ship = { + name= "2nd Transport Squadron" + type = clipper_transport + } + + ship = { + name= "3rd Transport Squadron" + type = clipper_transport + } } navy = { - name = "Norwegian Fleet" - location = 312 - ship = { - name= "St Olaf" - type = frigate - } - - ship = { - name= "Lilla Phoenix" - type = frigate - } - - ship = { - name= "Baron Gustaf Bonde" - type = frigate - } + name = "Norwegian Fleet" + location = 312 + ship = { + name= "St Olaf" + type = frigate + } + + ship = { + name= "Lilla Phoenix" + type = frigate + } + + ship = { + name= "Baron Gustaf Bonde" + type = frigate + } } - diff --git a/HPM/history/units/1861/SWH_oob.txt b/HPM/history/units/1861/SWH_oob.txt index 5ad9b3c5..2cb63bbd 100644 --- a/HPM/history/units/1861/SWH_oob.txt +++ b/HPM/history/units/1861/SWH_oob.txt @@ -1,37 +1,36 @@ AUS = { - value = 175 + value = 175 } DEN = { - value = 200 + value = 200 } PRU = { - value = 55 + value = 55 } army = { - name = "Schleswig-Holsteinische Armee" - location = 369 + name = "Schleswig-Holsteinische Armee" + location = 369 - regiment = { + regiment = { - name= "1. Schleswig-Hols. Landwehrbrigade" - type = infantry + name= "1. Schleswig-Hols. Landwehrbrigade" + type = infantry - home = 369 + home = 369 - } + } - regiment = { + regiment = { - name= "2. Schleswig-Hols. Landwehrbrigade" + name= "2. Schleswig-Hols. Landwehrbrigade" - type = infantry + type = infantry - home = 529 + home = 529 - } + } } - diff --git a/HPM/history/units/1861/SWI_oob.txt b/HPM/history/units/1861/SWI_oob.txt index 56fcfa94..719a8c77 100644 --- a/HPM/history/units/1861/SWI_oob.txt +++ b/HPM/history/units/1861/SWI_oob.txt @@ -1,125 +1,125 @@ leader = { - name = "Paul Ziegler" - date = 1847.1.1 - type = land - personality = active_p - background = politician - prestige = 0.2 + name = "Paul Ziegler" + date = 1847.1.1 + type = land + personality = active_p + background = politician + prestige = 0.2 } leader = { - name = "Augusto Fogliardi" - date = 1855.1.1 - type = land - personality = active_p - background = debutante - prestige = 0.1 + name = "Augusto Fogliardi" + date = 1855.1.1 + type = land + personality = active_p + background = debutante + prestige = 0.1 } leader = { - name = "Hans Herzog" - date = 1861.1.1 - type = land - personality = polite - background = armchair_general - prestige = 0.1 + name = "Hans Herzog" + date = 1861.1.1 + type = land + personality = polite + background = armchair_general + prestige = 0.1 } army = { - name = "Bundesausug I. Division" - location = 603 - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 603 - } - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 603 - } - regiment = { - name= "Scharfschütze-Brigade" - type = guard - home = 603 - } + name = "Bundesausug I. Division" + location = 603 + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 603 + } + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 603 + } + regiment = { + name= "Scharfschütze-Brigade" + type = guard + home = 603 + } } army = { - name = "Bundesausug II. Division" - location = 604 - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 604 - } - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 608 - } - regiment = { - name= "Brigade der Kavallerie" - type = dragoon - home = 604 - } + name = "Bundesausug II. Division" + location = 604 + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 604 + } + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 608 + } + regiment = { + name= "Brigade der Kavallerie" + type = dragoon + home = 604 + } } army = { - name = "Bundesausug III. Division" - location = 605 - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 605 - } - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 603 - } - regiment = { - name= "Brigade Artillerie" - type = artillery - home = 603 - } + name = "Bundesausug III. Division" + location = 605 + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 605 + } + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 603 + } + regiment = { + name= "Brigade Artillerie" + type = artillery + home = 603 + } } army = { - name = "Bundesausug IV. Division" - location = 606 - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 606 - } - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 2568 - } - regiment = { - name= "Brigade Artillerie" - type = artillery - home = 606 - } + name = "Bundesausug IV. Division" + location = 606 + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 606 + } + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 2568 + } + regiment = { + name= "Brigade Artillerie" + type = artillery + home = 606 + } } army = { - name = "Bundesausug V. Division" - location = 607 - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 607 - } - regiment = { - name= "Brigade der Infanterie" - type = infantry - home = 607 - } - regiment = { - name= "Brigade der Infanterie" - type = engineer - home = 609 - } -} \ No newline at end of file + name = "Bundesausug V. Division" + location = 607 + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 607 + } + regiment = { + name= "Brigade der Infanterie" + type = infantry + home = 607 + } + regiment = { + name= "Brigade der Infanterie" + type = engineer + home = 609 + } +} diff --git a/HPM/history/units/1861/SWK_oob.txt b/HPM/history/units/1861/SWK_oob.txt index 05d21b7f..e88b1fbf 100644 --- a/HPM/history/units/1861/SWK_oob.txt +++ b/HPM/history/units/1861/SWK_oob.txt @@ -1,12 +1,11 @@ ENG = { value = 100 } army = { - name = "Royal army of Sarawak" - location = 1394 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1394 - } + name = "Royal army of Sarawak" + location = 1394 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1394 + } } - diff --git a/HPM/history/units/1861/TIB_oob.txt b/HPM/history/units/1861/TIB_oob.txt index 595aafd4..0b419684 100644 --- a/HPM/history/units/1861/TIB_oob.txt +++ b/HPM/history/units/1861/TIB_oob.txt @@ -1,69 +1,68 @@ army = { - name = "Army of Tibet" - location = 1587 - regiment = { - name= "1.1/Royal Army" - type = irregular - home = 1587 - } + name = "Army of Tibet" + location = 1587 + regiment = { + name= "1.1/Royal Army" + type = irregular + home = 1587 + } - regiment = { - name= "2.1/Royal Army" - type = irregular - home = 1587 - } + regiment = { + name= "2.1/Royal Army" + type = irregular + home = 1587 + } - regiment = { - name= "3.1/Royal Army" - type = irregular - home = 1590 - } + regiment = { + name= "3.1/Royal Army" + type = irregular + home = 1590 + } } army = { - name = "Eastern Army of Tibet" - location = 1588 - regiment = { - name= "1.2/Royal Army" - type = irregular - home = 1588 - } + name = "Eastern Army of Tibet" + location = 1588 + regiment = { + name= "1.2/Royal Army" + type = irregular + home = 1588 + } - regiment = { - name= "2.2/Royal Army" - type = irregular - home = 1588 - } - - regiment = { - name= "3.2/Royal Army" - type = irregular - home = 1593 - } + regiment = { + name= "2.2/Royal Army" + type = irregular + home = 1588 + } + + regiment = { + name= "3.2/Royal Army" + type = irregular + home = 1593 + } } army = { - name = "Western Army of Tibet" - location = 1591 - regiment = { - name= "1.3/Royal Army" - type = irregular - home = 1591 - } + name = "Western Army of Tibet" + location = 1591 + regiment = { + name= "1.3/Royal Army" + type = irregular + home = 1591 + } - regiment = { - name= "2.3/Royal Army" - type = irregular - home = 1589 - } + regiment = { + name= "2.3/Royal Army" + type = irregular + home = 1589 + } - regiment = { - name= "3.3/Royal Army" - type = irregular - home = 1592 - } + regiment = { + name= "3.3/Royal Army" + type = irregular + home = 1592 + } } - diff --git a/HPM/history/units/1861/TIG_oob.txt b/HPM/history/units/1861/TIG_oob.txt index b1d0990a..7e2bd935 100644 --- a/HPM/history/units/1861/TIG_oob.txt +++ b/HPM/history/units/1861/TIG_oob.txt @@ -1,21 +1,21 @@ EGY = { - value = 75 + value = 75 } GON = { - value = 60 + value = 60 } SHW = { - value = 60 + value = 60 } AWS = { - value = 40 + value = 40 } HAR = { - value = 30 + value = 30 } leader = { @@ -27,30 +27,30 @@ leader = { } army = { - name = "Army of the Ras of Tigray" - location = 1857 - regiment = { - name= "Ras' Guards" - type = irregular - home = 1856 - } - - regiment = { - name= "Aksum irregular" - type = irregular - home = 1856 - } - - regiment = { - name= "Antalo irregular" - type = irregular - home = 1857 - } - - regiment = { - name= "Debre Tabor irregular" - type = irregular - home = 1853 - } + name = "Army of the Ras of Tigray" + location = 1857 + regiment = { + name= "Ras' Guards" + type = irregular + home = 1856 + } + + regiment = { + name= "Aksum irregular" + type = irregular + home = 1856 + } + + regiment = { + name= "Antalo irregular" + type = irregular + home = 1857 + } + + regiment = { + name= "Debre Tabor irregular" + type = irregular + home = 1853 + } } diff --git a/HPM/history/units/1861/TKG_oob.txt b/HPM/history/units/1861/TKG_oob.txt index e1eef7e7..cc6fe6d9 100644 --- a/HPM/history/units/1861/TKG_oob.txt +++ b/HPM/history/units/1861/TKG_oob.txt @@ -3,12 +3,11 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Imperial Guard" - location = 1657 - regiment = { - name= "1.Guard" - type = cavalry - home = 1657 - } + name = "Imperial Guard" + location = 1657 + regiment = { + name= "1.Guard" + type = cavalry + home = 1657 + } } - diff --git a/HPM/history/units/1861/TOO_oob.txt b/HPM/history/units/1861/TOO_oob.txt index ac33ea30..25ad315e 100644 --- a/HPM/history/units/1861/TOO_oob.txt +++ b/HPM/history/units/1861/TOO_oob.txt @@ -1,52 +1,50 @@ NET = { - value = 40 + value = 40 } POR = { - value = 35 + value = 35 } JAL = { - value = 100 + value = 100 } MAS = { - value = 100 + value = 100 } SOK = { - value = 100 + value = 100 } WOL = { - value = 60 + value = 60 } GBU = { - value = 30 + value = 30 } SEG = { - value = 10 + value = 10 } army = { - name = "Army of the Kingdom of Futa Tooro" - location = 1789 - + name = "Army of the Kingdom of Futa Tooro" + location = 1789 + regiment = { - name= "Almaami's Guards" - type = irregular + name= "Almaami's Guards" + type = irregular - home = 1789 - } + home = 1789 + } regiment = { - name= "Tooro Warriors" - type = irregular - home = 1790 - } + name= "Tooro Warriors" + type = irregular + home = 1790 + } } - - diff --git a/HPM/history/units/1861/TOS_oob.txt b/HPM/history/units/1861/TOS_oob.txt index f02eac10..3a31c603 100644 --- a/HPM/history/units/1861/TOS_oob.txt +++ b/HPM/history/units/1861/TOS_oob.txt @@ -3,22 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Yamanuchi" - location = 1665 - regiment = { - name= "1.Samurai" - type = dragoon - home = 1665 - } - regiment = { - name= "1.Tosa" - type = infantry - home = 1665 - } - regiment = { - name= "2.Tosa" - type = infantry - home = 1665 - } + name = "Army of Daimyo Yamanuchi" + location = 1665 + regiment = { + name= "1.Samurai" + type = dragoon + home = 1665 + } + regiment = { + name= "1.Tosa" + type = infantry + home = 1665 + } + regiment = { + name= "2.Tosa" + type = infantry + home = 1665 + } } - diff --git a/HPM/history/units/1861/TPG_oob.txt b/HPM/history/units/1861/TPG_oob.txt index 540c5878..4d7051c0 100644 --- a/HPM/history/units/1861/TPG_oob.txt +++ b/HPM/history/units/1861/TPG_oob.txt @@ -1,164 +1,164 @@ army = { - name = "Army of Taiping" - location = 2221 - regiment = { - name= "1. Taiping 1st Banner" - type = infantry - home = 1477 - } - - regiment = { - name= "2.Taiping 1st Banner" - type = infantry - home = 1477 - } - - regiment = { - name= "3.Taiping 1st Banner" - type = infantry - home = 2221 - } - regiment = { - name= "4.Taiping 1st Banner" - type = infantry - home = 2221 - } - regiment = { - name= "5.Taiping 1st Banner" - type = infantry - home = 1475 - } + name = "Army of Taiping" + location = 2221 + regiment = { + name= "1. Taiping 1st Banner" + type = infantry + home = 1477 + } + + regiment = { + name= "2.Taiping 1st Banner" + type = infantry + home = 1477 + } + + regiment = { + name= "3.Taiping 1st Banner" + type = infantry + home = 2221 + } + regiment = { + name= "4.Taiping 1st Banner" + type = infantry + home = 2221 + } + regiment = { + name= "5.Taiping 1st Banner" + type = infantry + home = 1475 + } } army = { - name = "Army of the North King" - location = 1470 - - regiment = { - name= "1.North King Banner" - type = infantry - home = 1474 - } - - regiment = { - name= "2.North King Banner" - type = infantry - home = 1474 - } - - regiment = { - name= "3.North King Banner" - type = infantry - home = 1471 - } - regiment = { - name= "4.North King Banner" - type = infantry - home = 1471 - } - regiment = { - name= "5.North King Banner" - type = infantry - home = 1473 - } + name = "Army of the North King" + location = 1470 + + regiment = { + name= "1.North King Banner" + type = infantry + home = 1474 + } + + regiment = { + name= "2.North King Banner" + type = infantry + home = 1474 + } + + regiment = { + name= "3.North King Banner" + type = infantry + home = 1471 + } + regiment = { + name= "4.North King Banner" + type = infantry + home = 1471 + } + regiment = { + name= "5.North King Banner" + type = infantry + home = 1473 + } } army = { - name = "Army of the West King" - location = 1474 - - regiment = { - name= "1.West King Banner" - type = infantry - home = 1470 - } - - regiment = { - name= "2.West King Banner" - type = infantry - home = 1470 - } - - regiment = { - name= "3.West King Banner" - type = infantry - home = 1470 - } - regiment = { - name= "4.West King Banner" - type = infantry - home = 1470 - } - regiment = { - name= "5.West King Banner" - type = infantry - home = 1537 - } + name = "Army of the West King" + location = 1474 + + regiment = { + name= "1.West King Banner" + type = infantry + home = 1470 + } + + regiment = { + name= "2.West King Banner" + type = infantry + home = 1470 + } + + regiment = { + name= "3.West King Banner" + type = infantry + home = 1470 + } + regiment = { + name= "4.West King Banner" + type = infantry + home = 1470 + } + regiment = { + name= "5.West King Banner" + type = infantry + home = 1537 + } } army = { - name = "Army of the East King" - location = 1537 - - regiment = { - name= "1.East King Banner" - type = infantry - home = 1537 - } - - regiment = { - name= "2.East King Banner" - type = infantry - home = 1537 - } - - regiment = { - name= "3.East King Banner" - type = infantry - home = 1544 - } - regiment = { - name= "4.East King Banner" - type = infantry - home = 1539 - } - regiment = { - name= "5.East King Banner" - type = infantry - home = 1539 - } + name = "Army of the East King" + location = 1537 + + regiment = { + name= "1.East King Banner" + type = infantry + home = 1537 + } + + regiment = { + name= "2.East King Banner" + type = infantry + home = 1537 + } + + regiment = { + name= "3.East King Banner" + type = infantry + home = 1544 + } + regiment = { + name= "4.East King Banner" + type = infantry + home = 1539 + } + regiment = { + name= "5.East King Banner" + type = infantry + home = 1539 + } } army = { - name = "Army of the South King" - location = 1537 - - regiment = { - name= "1.South King Banner" - type = infantry - home = 1609 - } - - regiment = { - name= "2.South King Banner" - type = infantry - home = 1609 - } - - regiment = { - name= "3.South King Banner" - type = infantry - home = 1607 - } - regiment = { - name= "4.South King Banner" - type = infantry - home = 1607 - } - regiment = { - name= "5.South King Banner" - type = infantry - home = 1610 - } -} \ No newline at end of file + name = "Army of the South King" + location = 1537 + + regiment = { + name= "1.South King Banner" + type = infantry + home = 1609 + } + + regiment = { + name= "2.South King Banner" + type = infantry + home = 1609 + } + + regiment = { + name= "3.South King Banner" + type = infantry + home = 1607 + } + regiment = { + name= "4.South King Banner" + type = infantry + home = 1607 + } + regiment = { + name= "5.South King Banner" + type = infantry + home = 1610 + } +} diff --git a/HPM/history/units/1861/TRA_oob.txt b/HPM/history/units/1861/TRA_oob.txt index 302cc399..d9acec8a 100644 --- a/HPM/history/units/1861/TRA_oob.txt +++ b/HPM/history/units/1861/TRA_oob.txt @@ -1,42 +1,40 @@ army = { - name = "Army of the Maharaja of Travancore" - location = 1319 - regiment = { - name= "1.Kerala Division" - type = irregular - home = 1319 - } + name = "Army of the Maharaja of Travancore" + location = 1319 + regiment = { + name= "1.Kerala Division" + type = irregular + home = 1319 + } - regiment = { - name= "2.Kerala Division" - type = irregular - home = 1319 - } + regiment = { + name= "2.Kerala Division" + type = irregular + home = 1319 + } - regiment = { - name= "3.Kerala Division" - type = irregular - home = 1319 - } - - regiment = { - name= "4. Kerala Division" - type = irregular - home = 1318 - } + regiment = { + name= "3.Kerala Division" + type = irregular + home = 1319 + } - regiment = { - name= "5. Kerala Division" - type = irregular - home = 1318 - } + regiment = { + name= "4. Kerala Division" + type = irregular + home = 1318 + } - regiment = { - name= "6. Kerala Division" - type = cavalry - home = 1318 - } - -} + regiment = { + name= "5. Kerala Division" + type = irregular + home = 1318 + } + regiment = { + name= "6. Kerala Division" + type = cavalry + home = 1318 + } +} diff --git a/HPM/history/units/1861/TRN_oob.txt b/HPM/history/units/1861/TRN_oob.txt index 6e9e5ac0..7d89ef63 100644 --- a/HPM/history/units/1861/TRN_oob.txt +++ b/HPM/history/units/1861/TRN_oob.txt @@ -1,38 +1,37 @@ leader = { - name = "Paul Kruger" - date = 1848.1.1 - type = land - personality = competent - background = diplomat - prestige = 0.5 + name = "Paul Kruger" + date = 1848.1.1 + type = land + personality = competent + background = diplomat + prestige = 0.5 } army = { - name = "Volunteer Army" - location = 2105 - regiment = { - name= "Pretoria Commando" - type = dragoon - home = 2105 - } + name = "Volunteer Army" + location = 2105 + regiment = { + name= "Pretoria Commando" + type = dragoon + home = 2105 + } - regiment = { - name= "Johannesburg Commando" - type = dragoon - home = 2106 - } + regiment = { + name= "Johannesburg Commando" + type = dragoon + home = 2106 + } - regiment = { - name= "Klerksdorp Commando" - type = dragoon - home = 2107 - } + regiment = { + name= "Klerksdorp Commando" + type = dragoon + home = 2107 + } - regiment = { - name= "Lydenburg Commando" - type = dragoon - home = 2109 - } + regiment = { + name= "Lydenburg Commando" + type = dragoon + home = 2109 + } } - diff --git a/HPM/history/units/1861/TRZ_oob.txt b/HPM/history/units/1861/TRZ_oob.txt index b4680009..778ea6d8 100644 --- a/HPM/history/units/1861/TRZ_oob.txt +++ b/HPM/history/units/1861/TRZ_oob.txt @@ -1,16 +1,16 @@ army = { - name = "Army of the Emirate of Trarza" - location = 1775 - regiment = { - name= "Emir's Guards" - type = irregular - home = 1775 - } + name = "Army of the Emirate of Trarza" + location = 1775 + regiment = { + name= "Emir's Guards" + type = irregular + home = 1775 + } - regiment = { - name= "Maures Warriors" - type = irregular - home = 1777 - } + regiment = { + name= "Maures Warriors" + type = irregular + home = 1777 + } } diff --git a/HPM/history/units/1861/TUN_oob.txt b/HPM/history/units/1861/TUN_oob.txt index c13118f7..169f1554 100644 --- a/HPM/history/units/1861/TUN_oob.txt +++ b/HPM/history/units/1861/TUN_oob.txt @@ -1,77 +1,76 @@ army = { - name = "Royal Army" - location = 1726 - regiment = { - name= "1.1/Royal Army" - type = infantry - home = 1726 - } + name = "Royal Army" + location = 1726 + regiment = { + name= "1.1/Royal Army" + type = infantry + home = 1726 + } - regiment = { - name= "2.1/Royal Army" - type = infantry - home = 1726 - } + regiment = { + name= "2.1/Royal Army" + type = infantry + home = 1726 + } - regiment = { - name= "3.1/Royal Army" - type = infantry - home = 1726 - } + regiment = { + name= "3.1/Royal Army" + type = infantry + home = 1726 + } - regiment = { - name= "1.2/Royal Army" - type = cavalry - home = 1730 - } + regiment = { + name= "1.2/Royal Army" + type = cavalry + home = 1730 + } - regiment = { - name= "2.2/Royal Army" - type = cavalry - home = 1730 - } + regiment = { + name= "2.2/Royal Army" + type = cavalry + home = 1730 + } - regiment = { - name= "3.2/Royal Army" - type = cavalry - home = 1730 - } + regiment = { + name= "3.2/Royal Army" + type = cavalry + home = 1730 + } - regiment = { - name= "1.3/Royal Army" - type = cavalry - home = 1728 - } + regiment = { + name= "1.3/Royal Army" + type = cavalry + home = 1728 + } - regiment = { - name= "2.3/Royal Army" - type = cavalry - home = 1728 - } + regiment = { + name= "2.3/Royal Army" + type = cavalry + home = 1728 + } - regiment = { - name= "3.3/Royal Army" - type = cavalry - home = 1728 - } + regiment = { + name= "3.3/Royal Army" + type = cavalry + home = 1728 + } - regiment = { - name= "1.1/Royal Army" - type = infantry - home = 1729 - } + regiment = { + name= "1.1/Royal Army" + type = infantry + home = 1729 + } - regiment = { - name= "2.1/Royal Army" - type = infantry - home = 1729 - } + regiment = { + name= "2.1/Royal Army" + type = infantry + home = 1729 + } - regiment = { - name= "3.1/Royal Army" - type = infantry - home = 1729 - } + regiment = { + name= "3.1/Royal Army" + type = infantry + home = 1729 + } } - diff --git a/HPM/history/units/1861/TUR_oob.txt b/HPM/history/units/1861/TUR_oob.txt index 5b3808fa..8b1094b4 100644 --- a/HPM/history/units/1861/TUR_oob.txt +++ b/HPM/history/units/1861/TUR_oob.txt @@ -1,536 +1,536 @@ #Sphere of Influence PER = { - value = 75 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } EGY = { - value = 0 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 0 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } GRE = { - value = -25 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = -25 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } TUN = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SER = { - value = 75 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } HDJ = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } MOL = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } WAL = { - value = 125 - level = 5 - influence_value = 25 + value = 125 + level = 5 + influence_value = 25 } HAL = { - value = 75 - level = 5 - influence_value = 25 + value = 75 + level = 5 + influence_value = 25 } #Leaders leader = { - name = "Abdi Pasha" - date = 1861.1.1 #1840 - type = land - personality = merciless - background = old_school - prestige = 0.2 + name = "Abdi Pasha" + date = 1861.1.1 #1840 + type = land + personality = merciless + background = old_school + prestige = 0.2 } leader = { - name = "Abdülkerim Pasha" - date = 1861.1.1 #1846 - type = land - personality = unruly - background = rising_star - prestige = 0.2 + name = "Abdülkerim Pasha" + date = 1861.1.1 #1846 + type = land + personality = unruly + background = rising_star + prestige = 0.2 } leader = { - name = "Ismail Pasha" - date = 1850.1.1 - type = land - personality = balanced_p - background = adventurer - prestige = 0.2 + name = "Ismail Pasha" + date = 1850.1.1 + type = land + personality = balanced_p + background = adventurer + prestige = 0.2 } leader = { - name = "Omer Pasha" - date = 1850.1.1 - type = land - personality = skilled - background = powerful_friends - prestige = 0.2 + name = "Omer Pasha" + date = 1850.1.1 + type = land + personality = skilled + background = powerful_friends + prestige = 0.2 } leader = { - name = "Mehmet Sadik Pasha" - date = 1850.1.1 - type = land - personality = gallant - background = adventurer - prestige = 0.2 + name = "Mehmet Sadik Pasha" + date = 1850.1.1 + type = land + personality = gallant + background = adventurer + prestige = 0.2 } leader = { - name = "Musavir Pasha" - date = 1850.1.1 - type = sea - personality = romantic - background = cartographer - prestige = 0.2 + name = "Musavir Pasha" + date = 1850.1.1 + type = sea + personality = romantic + background = cartographer + prestige = 0.2 } leader = { - name = "Hüseyin Avni Pasha" - date = 1856.1.1 - type = land - personality = disorderly - background = politician - prestige = 0.1 + name = "Hüseyin Avni Pasha" + date = 1856.1.1 + type = land + personality = disorderly + background = politician + prestige = 0.1 } leader = { - name = "Mehmet Ali Pasha" - date = 1861.1.1 - type = land - personality = able - background = cursed_luck + name = "Mehmet Ali Pasha" + date = 1861.1.1 + type = land + personality = able + background = cursed_luck } army = { - name = "1. Order" - location = 860 - regiment = { - name= "1.1. Piyade Tümeni" - type = infantry - home = 828 - } - - regiment = { - name= "2.1. Piyade Tümeni" - type = infantry - home = 862 - } - - regiment = { - name= "3.1. Piyade Tümeni" - type = infantry - home = 861 - } - - regiment = { - name= "4.1. Piyade Tümeni" - type = engineer - home = 860 - } - - regiment = { - name= "1.2. Piyade Tümeni" - type = infantry - home = 860 - } - - regiment = { - name= "2.2. Piyade Tümeni" - type = infantry - home = 812 - } - - regiment = { - name= "3.2. Piyade Tümeni" - type = infantry - home = 810 - } - - regiment = { - name= "4.2. Piyade Tümeni" - type = artillery - home = 883 - } - - regiment = { - name= "1.3. Piyade Tümeni" - type = engineer - home = 880 - } - - regiment = { - name= "1.1. Süvari Tümeni" - type = cuirassier - home = 868 - } - - regiment = { - name= "2.1. Süvari Tümeni" - type = cuirassier - home = 814 - } - - regiment = { - name= "3.1. Süvari Tümeni" - type = cuirassier - home = 863 - } + name = "1. Order" + location = 860 + regiment = { + name= "1.1. Piyade Tümeni" + type = infantry + home = 828 + } + + regiment = { + name= "2.1. Piyade Tümeni" + type = infantry + home = 862 + } + + regiment = { + name= "3.1. Piyade Tümeni" + type = infantry + home = 861 + } + + regiment = { + name= "4.1. Piyade Tümeni" + type = engineer + home = 860 + } + + regiment = { + name= "1.2. Piyade Tümeni" + type = infantry + home = 860 + } + + regiment = { + name= "2.2. Piyade Tümeni" + type = infantry + home = 812 + } + + regiment = { + name= "3.2. Piyade Tümeni" + type = infantry + home = 810 + } + + regiment = { + name= "4.2. Piyade Tümeni" + type = artillery + home = 883 + } + + regiment = { + name= "1.3. Piyade Tümeni" + type = engineer + home = 880 + } + + regiment = { + name= "1.1. Süvari Tümeni" + type = cuirassier + home = 868 + } + + regiment = { + name= "2.1. Süvari Tümeni" + type = cuirassier + home = 814 + } + + regiment = { + name= "3.1. Süvari Tümeni" + type = cuirassier + home = 863 + } } army = { - name = "2. Order" - location = 799 - regiment = { - name= "1.3. Piyade Tümeni" - type = infantry - home = 809 - } - - regiment = { - name= "2.3. Piyade Tümeni" - type = infantry - home = 808 - } - - regiment = { - name= "3.3. Piyade Tümeni" - type = infantry - home = 806 - } - - regiment = { - name= "1.4. Piyade Tümeni" - type = infantry - home = 807 - } - - regiment = { - name= "2.4. Piyade Tümeni" - type = infantry - home = 859 - } - - regiment = { - name= "3.4. Piyade Tümeni" - type = infantry - home = 798 - } - - regiment = { - name= "1.2. Süvari Tümeni" - type = cuirassier - home = 803 - } - - regiment = { - name= "2.2. Süvari Tümeni" - type = cuirassier - home = 802 - } - - regiment = { - name= "3.2. Süvari Tümeni" - type = cuirassier - home = 818 - } + name = "2. Order" + location = 799 + regiment = { + name= "1.3. Piyade Tümeni" + type = infantry + home = 809 + } + + regiment = { + name= "2.3. Piyade Tümeni" + type = infantry + home = 808 + } + + regiment = { + name= "3.3. Piyade Tümeni" + type = infantry + home = 806 + } + + regiment = { + name= "1.4. Piyade Tümeni" + type = infantry + home = 807 + } + + regiment = { + name= "2.4. Piyade Tümeni" + type = infantry + home = 859 + } + + regiment = { + name= "3.4. Piyade Tümeni" + type = infantry + home = 798 + } + + regiment = { + name= "1.2. Süvari Tümeni" + type = cuirassier + home = 803 + } + + regiment = { + name= "2.2. Süvari Tümeni" + type = cuirassier + home = 802 + } + + regiment = { + name= "3.2. Süvari Tümeni" + type = cuirassier + home = 818 + } } army = { - name = "3. Order" - location = 869 - regiment = { - name= "1.5. Piyade Tümeni" - type = infantry - home = 869 - } - - regiment = { - name= "2.5. Piyade Tümeni" - type = infantry - home = 870 - } - - regiment = { - name= "3.5. Piyade Tümeni" - type = infantry - home = 864 - } - - regiment = { - name= "1.6. Piyade Tümeni" - type = infantry - home = 850 - } - - regiment = { - name= "2.6. Piyade Tümeni" - type = infantry - home = 849 - } - - regiment = { - name= "3.6. Piyade Tümeni" - type = artillery - home = 851 - } + name = "3. Order" + location = 869 + regiment = { + name= "1.5. Piyade Tümeni" + type = infantry + home = 869 + } + + regiment = { + name= "2.5. Piyade Tümeni" + type = infantry + home = 870 + } + + regiment = { + name= "3.5. Piyade Tümeni" + type = infantry + home = 864 + } + + regiment = { + name= "1.6. Piyade Tümeni" + type = infantry + home = 850 + } + + regiment = { + name= "2.6. Piyade Tümeni" + type = infantry + home = 849 + } + + regiment = { + name= "3.6. Piyade Tümeni" + type = artillery + home = 851 + } } army = { - name = "4. Order" - location = 873 - regiment = { - name= "1.7. Piyade Tümeni" - type = infantry - home = 878 - } - - regiment = { - name= "2.7. Piyade Tümeni" - type = infantry - home = 877 - } - - regiment = { - name= "3.7. Piyade Tümeni" - type = infantry - home = 873 - } - - regiment = { - name= "1.8. Piyade Tümeni" - type = infantry - home = 875 - } - - regiment = { - name= "2.8. Piyade Tümeni" - type = infantry - home = 874 - } - - regiment = { - name= "3.8. Piyade Tümeni" - type = artillery - home = 876 - } + name = "4. Order" + location = 873 + regiment = { + name= "1.7. Piyade Tümeni" + type = infantry + home = 878 + } + + regiment = { + name= "2.7. Piyade Tümeni" + type = infantry + home = 877 + } + + regiment = { + name= "3.7. Piyade Tümeni" + type = infantry + home = 873 + } + + regiment = { + name= "1.8. Piyade Tümeni" + type = infantry + home = 875 + } + + regiment = { + name= "2.8. Piyade Tümeni" + type = infantry + home = 874 + } + + regiment = { + name= "3.8. Piyade Tümeni" + type = artillery + home = 876 + } } army = { - name = "5. Order" - location = 926 - regiment = { - name= "1.9. Piyade Tümeni" - type = infantry - home = 898 - } - - regiment = { - name= "2.9. Piyade Tümeni" - type = infantry - home = 896 - } - - regiment = { - name= "3.9. Piyade Tümeni" - type = infantry - home = 894 - } + name = "5. Order" + location = 926 + regiment = { + name= "1.9. Piyade Tümeni" + type = infantry + home = 898 + } + + regiment = { + name= "2.9. Piyade Tümeni" + type = infantry + home = 896 + } + + regiment = { + name= "3.9. Piyade Tümeni" + type = infantry + home = 894 + } } army = { - name = "6. Order" - location = 933 - regiment = { - name= "1.10. Piyade Tümeni" - type = infantry - home = 879 - } - - regiment = { - name= "2.10. Piyade Tümeni" - type = infantry - home = 884 - } - - regiment = { - name= "3.10. Piyade Tümeni" - type = infantry - home = 882 - } - - regiment = { - name= "1.3. Süvari Tümeni" - type = cuirassier - home = 887 - } - - regiment = { - name= "2.3. Süvari Tümeni" - type = cuirassier - home = 888 - } - - regiment = { - name= "3.3. Süvari Tümeni" - type = cuirassier - home = 889 - } - - regiment = { - name= "1.4. Süvari Tümeni" - type = dragoon - home = 886 - } - - regiment = { - name= "2.4. Süvari Tümeni" - type = dragoon - home = 885 - } - - regiment = { - name= "3.4. Süvari Tümeni" - type = dragoon - home = 890 - } + name = "6. Order" + location = 933 + regiment = { + name= "1.10. Piyade Tümeni" + type = infantry + home = 879 + } + + regiment = { + name= "2.10. Piyade Tümeni" + type = infantry + home = 884 + } + + regiment = { + name= "3.10. Piyade Tümeni" + type = infantry + home = 882 + } + + regiment = { + name= "1.3. Süvari Tümeni" + type = cuirassier + home = 887 + } + + regiment = { + name= "2.3. Süvari Tümeni" + type = cuirassier + home = 888 + } + + regiment = { + name= "3.3. Süvari Tümeni" + type = cuirassier + home = 889 + } + + regiment = { + name= "1.4. Süvari Tümeni" + type = dragoon + home = 886 + } + + regiment = { + name= "2.4. Süvari Tümeni" + type = dragoon + home = 885 + } + + regiment = { + name= "3.4. Süvari Tümeni" + type = dragoon + home = 890 + } } army = { - name = "Army of Tripoli" - location = 1731 - regiment = { - name= "4.Askäris" - type = irregular - home = 1731 - } + name = "Army of Tripoli" + location = 1731 + regiment = { + name= "4.Askäris" + type = irregular + home = 1731 + } } army = { - name = "Army of the Bey of Tunis" - location = 1725 - regiment = { - name= "1.Askäris" - type = cavalry - home = 1725 - } - - regiment = { - name= "2.Askäris" - type = irregular - home = 1726 - } - - regiment = { - name= "3.Askäris" - type = irregular - home = 1728 - } + name = "Army of the Bey of Tunis" + location = 1725 + regiment = { + name= "1.Askäris" + type = cavalry + home = 1725 + } + + regiment = { + name= "2.Askäris" + type = irregular + home = 1726 + } + + regiment = { + name= "3.Askäris" + type = irregular + home = 1728 + } } navy = { - name = "Turkish Fleet" - location = 860 - ship = { - name= "Fethiye" - type = manowar - } - - ship = { - name= "Kosovo" - type = manowar - } - - ship = { - name= "Peyk-i Zafer" - type = manowar - } - - ship = { - name= "Sadiye" - type = manowar - } - - ship = { - name= "Ertugrul" - type = frigate - } - - ship = { - name= "Hüdavandigar" - type = frigate - } - - ship = { - name= "Kervan-i Bahri" - type = frigate - } - - ship = { - name= "Mubir-i Sürur" - type = frigate - } - - ship = { - name= "Feyza-i Bahri" - type = commerce_raider - } - - ship = { - name= "Mecidiye" - type = commerce_raider - } - - ship = { - name= "Saik-i Sadi" - type = commerce_raider - } - - ship = { - name= "Taif" - type = commerce_raider - } + name = "Turkish Fleet" + location = 860 + ship = { + name= "Fethiye" + type = manowar + } + + ship = { + name= "Kosovo" + type = manowar + } + + ship = { + name= "Peyk-i Zafer" + type = manowar + } + + ship = { + name= "Sadiye" + type = manowar + } + + ship = { + name= "Ertugrul" + type = frigate + } + + ship = { + name= "Hüdavandigar" + type = frigate + } + + ship = { + name= "Kervan-i Bahri" + type = frigate + } + + ship = { + name= "Mubir-i Sürur" + type = frigate + } + + ship = { + name= "Feyza-i Bahri" + type = commerce_raider + } + + ship = { + name= "Mecidiye" + type = commerce_raider + } + + ship = { + name= "Saik-i Sadi" + type = commerce_raider + } + + ship = { + name= "Taif" + type = commerce_raider + } } navy = { - name = "1st Transport Flotilla" - location = 860 - ship = { - name= "1st Transport Flotilla" - type = clipper_transport - } - -} \ No newline at end of file + name = "1st Transport Flotilla" + location = 860 + ship = { + name= "1st Transport Flotilla" + type = clipper_transport + } + +} diff --git a/HPM/history/units/1861/URU_oob.txt b/HPM/history/units/1861/URU_oob.txt index d8b55411..94318e66 100644 --- a/HPM/history/units/1861/URU_oob.txt +++ b/HPM/history/units/1861/URU_oob.txt @@ -1,32 +1,31 @@ leader = { - name = "Venancio Flores" - date = 1854.1.1 - type = land - personality = brash - background = hated - prestige = 0.2 + name = "Venancio Flores" + date = 1854.1.1 + type = land + personality = brash + background = hated + prestige = 0.2 } army = { - name = "Ejército de Uruguay" - location = 2344 - regiment = { - name= "1.1ra división de infantería" - type = infantry - home = 2344 - } + name = "Ejército de Uruguay" + location = 2344 + regiment = { + name= "1.1ra división de infantería" + type = infantry + home = 2344 + } - regiment = { - name= "2.1ra división de infantería" - type = infantry - home = 2347 - } + regiment = { + name= "2.1ra división de infantería" + type = infantry + home = 2347 + } - regiment = { - name= "3.1ra división de infantería" - type = infantry - home = 2345 - } + regiment = { + name= "3.1ra división de infantería" + type = infantry + home = 2345 + } } - diff --git a/HPM/history/units/1861/USA_oob.txt b/HPM/history/units/1861/USA_oob.txt index 16972b4b..fe3db4aa 100644 --- a/HPM/history/units/1861/USA_oob.txt +++ b/HPM/history/units/1861/USA_oob.txt @@ -1,521 +1,521 @@ #Sphere of Influence JAP = { - value = 130 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 130 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } LIB = { - value = 200 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 200 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } MEX = { - value = 150 #relation 50 after game applies decrease from Manifest Destiny - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 150 #relation 50 after game applies decrease from Manifest Destiny + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } COS = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } ELS = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } GUA = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } HON = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } NIC = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } MOR = { - value = 75 #relation + value = 75 #relation } SIA = { - value = 10 #relation + value = 10 #relation } leader = { - name = "William T. Sherman" - type = land - date="1836.1.1" - personality = audacious - background = school_of_offense - picture="european_general_31" + name = "William T. Sherman" + type = land + date="1836.1.1" + personality = audacious + background = school_of_offense + picture="european_general_31" } leader = { - name = "Philip Sheridan" - type = land - date="1836.1.1" - personality = audacious - background = cavalry_school - picture="european_general_13" + name = "Philip Sheridan" + type = land + date="1836.1.1" + personality = audacious + background = cavalry_school + picture="european_general_13" } leader = { - name = "William S. Rosecrans" - type = land - date="1836.1.1" - personality = disciplined - background = engineer - picture="european_general_15" + name = "William S. Rosecrans" + type = land + date="1836.1.1" + personality = disciplined + background = engineer + picture="european_general_15" } leader = { - name = "Irvin McDowell" - type = land - date="1836.1.1" - personality = bastard - background = generals_aide - picture="european_general_52" + name = "Irvin McDowell" + type = land + date="1836.1.1" + personality = bastard + background = generals_aide + picture="european_general_52" } army = { - name = "Washington Garrison" - - leader = { - name = "Henry W. Halleck" - type = land - date="1861.1.1" - prestige = 0.05 - personality = meticulous - background = armchair_general - picture="european_general_6" - } - - location = 220 - regiment = { - name= "1st US Artillery" - type = artillery - home = 220 - } - - regiment = { - name= "1st US Infantry" - type = infantry - home = 243 - } - - regiment = { - name= "2nd US Infantry" - type = infantry - home = 232 - } + name = "Washington Garrison" + + leader = { + name = "Henry W. Halleck" + type = land + date="1861.1.1" + prestige = 0.05 + personality = meticulous + background = armchair_general + picture="european_general_6" + } + + location = 220 + regiment = { + name= "1st US Artillery" + type = artillery + home = 220 + } + + regiment = { + name= "1st US Infantry" + type = infantry + home = 243 + } + + regiment = { + name= "2nd US Infantry" + type = infantry + home = 232 + } } army = { - name = "Army of the Potomac" - - leader = { - name = "George B. McClellan" - type = land - date="1836.1.1" - prestige = 0.15 - personality = timid - background = gifted_administrator - picture="european_admiral_17" - } - - location = 220 - regiment = { - name= "2nd US Artillery" - type = artillery - home = 232 - } - - regiment = { - name= "3rd US Artillery" - type = artillery - home = 223 - } - - regiment = { - name= "1st US Cavalry" - type = dragoon - home = 232 - } - - regiment = { - name= "2nd US Cavalry" - type = dragoon - home = 226 - } - - regiment = { - name= "3rd US Infantry" - type = infantry - home = 227 - } - - regiment = { - name= "4th US Infantry" - type = infantry - home = 230 - } - - regiment = { - name= "5th US Infantry" - type = infantry - home = 246 - } - - regiment = { - name= "6th US Infantry" - type = infantry - home = 235 - } - - regiment = { - name= "7th US Infantry" - type = infantry - home = 237 - } - - regiment = { - name= "8th US Infantry" - type = infantry - home = 248 - } - - regiment = { - name= "9th US Infantry" - type = engineer - home = 241 - } + name = "Army of the Potomac" + + leader = { + name = "George B. McClellan" + type = land + date="1836.1.1" + prestige = 0.15 + personality = timid + background = gifted_administrator + picture="european_admiral_17" + } + + location = 220 + regiment = { + name= "2nd US Artillery" + type = artillery + home = 232 + } + + regiment = { + name= "3rd US Artillery" + type = artillery + home = 223 + } + + regiment = { + name= "1st US Cavalry" + type = dragoon + home = 232 + } + + regiment = { + name= "2nd US Cavalry" + type = dragoon + home = 226 + } + + regiment = { + name= "3rd US Infantry" + type = infantry + home = 227 + } + + regiment = { + name= "4th US Infantry" + type = infantry + home = 230 + } + + regiment = { + name= "5th US Infantry" + type = infantry + home = 246 + } + + regiment = { + name= "6th US Infantry" + type = infantry + home = 235 + } + + regiment = { + name= "7th US Infantry" + type = infantry + home = 237 + } + + regiment = { + name= "8th US Infantry" + type = infantry + home = 248 + } + + regiment = { + name= "9th US Infantry" + type = engineer + home = 241 + } } army = { - name = "Army of Virginia" - - leader = { - name = "John Pope" - type = land - date="1861.1.1" - prestige = 0.05 - personality = polite - background = engineer - picture="european_admiral_10" - } - - location = 221 - regiment = { - name= "4th US Artillery" - type = artillery - home = 178 - } - - regiment = { - name= "10th US Infantry" - type = infantry - home = 173 - } - - regiment = { - name= "11th US Infantry" - type = infantry - home = 172 - } - - regiment = { - name= "12th US Infantry" - type = infantry - home = 168 - } + name = "Army of Virginia" + + leader = { + name = "John Pope" + type = land + date="1861.1.1" + prestige = 0.05 + personality = polite + background = engineer + picture="european_admiral_10" + } + + location = 221 + regiment = { + name= "4th US Artillery" + type = artillery + home = 178 + } + + regiment = { + name= "10th US Infantry" + type = infantry + home = 173 + } + + regiment = { + name= "11th US Infantry" + type = infantry + home = 172 + } + + regiment = { + name= "12th US Infantry" + type = infantry + home = 168 + } } army = { - - name = "Army of the Mississippi" - - leader = { - name = "Ulysses S. Grant" - type = land - date="1836.1.1" - prestige = 0.15 - personality = aggressive - background = natural_born_leader - picture="european_general_44" - } - - location = 146 - regiment = { - name= "13th US Infantry" - type = infantry - home = 187 - } - - regiment = { - name= "14th US Infantry" - type = infantry - home = 146 - } - - regiment = { - name= "15th US Infantry" - type = infantry - home = 153 - } + + name = "Army of the Mississippi" + + leader = { + name = "Ulysses S. Grant" + type = land + date="1836.1.1" + prestige = 0.15 + personality = aggressive + background = natural_born_leader + picture="european_general_44" + } + + location = 146 + regiment = { + name= "13th US Infantry" + type = infantry + home = 187 + } + + regiment = { + name= "14th US Infantry" + type = infantry + home = 146 + } + + regiment = { + name= "15th US Infantry" + type = infantry + home = 153 + } } army = { - name = "Army of the Ohio" - - leader = { - name = "Don Carlos Buell" - type = land - date="1861.1.1" - prestige = 0.05 - personality = careful - background = diplomat - picture="european_general_37" - } - - location = 181 - regiment = { - name= "3rd US Cavalry" - type = dragoon - home = 163 - } - - regiment = { - name= "5th US Artillery" - type = artillery - home = 167 - } - - regiment = { - name= "16th US Infantry" - type = infantry - home = 163 - } - - regiment = { - name= "17th US Infantry" - type = infantry - home = 169 - } - - regiment = { - name= "18th US Infantry" - type = infantry - home = 179 - } - - regiment = { - name= "19th US Infantry" - type = engineer - home = 159 - } + name = "Army of the Ohio" + + leader = { + name = "Don Carlos Buell" + type = land + date="1861.1.1" + prestige = 0.05 + personality = careful + background = diplomat + picture="european_general_37" + } + + location = 181 + regiment = { + name= "3rd US Cavalry" + type = dragoon + home = 163 + } + + regiment = { + name= "5th US Artillery" + type = artillery + home = 167 + } + + regiment = { + name= "16th US Infantry" + type = infantry + home = 163 + } + + regiment = { + name= "17th US Infantry" + type = infantry + home = 169 + } + + regiment = { + name= "18th US Infantry" + type = infantry + home = 179 + } + + regiment = { + name= "19th US Infantry" + type = engineer + home = 159 + } } army = { - name = "Army of NM Territory" - location = 104 - regiment = { - name= "4th US Cavalry" - type = hussar - home = 84 - } + name = "Army of NM Territory" + location = 104 + regiment = { + name= "4th US Cavalry" + type = hussar + home = 84 + } } army = { - name = "Army of Nebraska Terr." - location = 106 - regiment = { - name= "5th US Cavalry" - type = hussar - home = 151 - } + name = "Army of Nebraska Terr." + location = 106 + regiment = { + name= "5th US Cavalry" + type = hussar + home = 151 + } } army = { - name = "Army of Utah Terr." - location = 97 - regiment = { - name= "6th US Cavalry" - type = hussar - home = 161 - } + name = "Army of Utah Terr." + location = 97 + regiment = { + name= "6th US Cavalry" + type = hussar + home = 161 + } } leader = { - name = "Andrew H. Foote" - type = sea - date="1821.1.1" - prestige = 0.05 - personality = skilled - background = drillmaster - picture="european_admiral_0" - } + name = "Andrew H. Foote" + type = sea + date="1821.1.1" + prestige = 0.05 + personality = skilled + background = drillmaster + picture="european_admiral_0" + } navy = { - name = "Home Squadron" - - location = 233 - ship = { - name= "USS Vermont" - type = manowar - } - - ship = { - name= "USS Constitution" - type = frigate - } - - ship = { - name= "USS St. Lawrence" - type = frigate - } - - ship = { - name= "USS Brandywine" - type = frigate - } + name = "Home Squadron" + + location = 233 + ship = { + name= "USS Vermont" + type = manowar + } + + ship = { + name= "USS Constitution" + type = frigate + } + + ship = { + name= "USS St. Lawrence" + type = frigate + } + + ship = { + name= "USS Brandywine" + type = frigate + } } navy = { - name = "Steamer Squadron" - location = 219 - ship = { - name= "USS Wyandot" - type = steam_transport - } - - ship = { - name= "USS Mohawk" - type = steam_transport - } - - ship = { - name= "USS Crusader" - type = steam_transport - } - - ship = { - name= "USS Sumter" - type = steam_transport - } - - ship = { - name= "USS Mystic" - type = steam_transport - } + name = "Steamer Squadron" + location = 219 + ship = { + name= "USS Wyandot" + type = steam_transport + } + + ship = { + name= "USS Mohawk" + type = steam_transport + } + + ship = { + name= "USS Crusader" + type = steam_transport + } + + ship = { + name= "USS Sumter" + type = steam_transport + } + + ship = { + name= "USS Mystic" + type = steam_transport + } } - leader = { - name = "David Dixon Porter" - type = sea - date="1836.1.1" - prestige = 0.05 - personality = openminded - background = drillmaster - picture="european_admiral_22" - } + leader = { + name = "David Dixon Porter" + type = sea + date="1836.1.1" + prestige = 0.05 + personality = openminded + background = drillmaster + picture="european_admiral_22" + } navy = { - name = "Atlantic Blockading Squadron" - - location = 219 - - ship = { - name= "USS Potomac" - type = frigate - } - - ship = { - name= "USS Sabine" - type = frigate - } - - ship = { - name= "USS Congress" - type = frigate - } - - ship = { - name= "USS Roanoke" - type = commerce_raider - } - - ship = { - name= "USS Minnesota" - type = commerce_raider - } + name = "Atlantic Blockading Squadron" + + location = 219 + + ship = { + name= "USS Potomac" + type = frigate + } + + ship = { + name= "USS Sabine" + type = frigate + } + + ship = { + name= "USS Congress" + type = frigate + } + + ship = { + name= "USS Roanoke" + type = commerce_raider + } + + ship = { + name= "USS Minnesota" + type = commerce_raider + } } leader = { - name = "David G. Farragut" - type = sea - date="1836.1.1" - prestige = 0.15 - personality = au_fait - background = innovative_tactician - picture="european_admiral_22" - } + name = "David G. Farragut" + type = sea + date="1836.1.1" + prestige = 0.15 + personality = au_fait + background = innovative_tactician + picture="european_admiral_22" + } navy = { - name = "Gulf Blockading Squadron" - - location = 219 - ship = { - name= "USS Santee" - type = frigate - } - - ship = { - name= "USS Colorado" - type = commerce_raider - } + name = "Gulf Blockading Squadron" + + location = 219 + ship = { + name= "USS Santee" + type = frigate + } + + ship = { + name= "USS Colorado" + type = commerce_raider + } } leader = { - name = "Samuel F. DuPont" - type = sea - date="1821.1.1" - prestige = 0.1 - personality = earnest - background = school_of_offense - picture="european_admiral_19" + name = "Samuel F. DuPont" + type = sea + date="1821.1.1" + prestige = 0.1 + personality = earnest + background = school_of_offense + picture="european_admiral_19" } navy = { - name = "South Atlantic Block'g Squadron" - - location = 219 - ship = { - name= "USS Wabash" - type = commerce_raider - } - -} \ No newline at end of file + name = "South Atlantic Block'g Squadron" + + location = 219 + ship = { + name= "USS Wabash" + type = commerce_raider + } + +} diff --git a/HPM/history/units/1861/VNZ_oob.txt b/HPM/history/units/1861/VNZ_oob.txt index f0b4818d..17bc7706 100644 --- a/HPM/history/units/1861/VNZ_oob.txt +++ b/HPM/history/units/1861/VNZ_oob.txt @@ -1,59 +1,58 @@ leader = { - name = "Leon Cordero" - date = 1850.1.1 - type = land - personality = resourceful - background = professor - prestige = 0.2 + name = "Leon Cordero" + date = 1850.1.1 + type = land + personality = resourceful + background = professor + prestige = 0.2 } leader = { - name = "Juan Falcón" - date = 1857.1.1 - type = land - personality = balanced_p - background = corrupt - prestige = 0.1 + name = "Juan Falcón" + date = 1857.1.1 + type = land + personality = balanced_p + background = corrupt + prestige = 0.1 } army = { - name = "Ejército de Venezuela" - location = 2264 - regiment = { - name= "1.1ra división" - type = infantry - home = 2264 - } - - regiment = { - name= "2.1ra división" - type = infantry - home = 2267 - } - - regiment = { - name= "3.1ra división" - type = cuirassier - home = 2268 - } - - regiment = { - name= "1.2ra división" - type = infantry - home = 2269 - } - - regiment = { - name= "2.2ra división" - type = infantry - home = 2270 - } - - regiment = { - name= "3.2ra división" - type = cuirassier - home = 2271 - } + name = "Ejército de Venezuela" + location = 2264 + regiment = { + name= "1.1ra división" + type = infantry + home = 2264 + } + + regiment = { + name= "2.1ra división" + type = infantry + home = 2267 + } + + regiment = { + name= "3.1ra división" + type = cuirassier + home = 2268 + } + + regiment = { + name= "1.2ra división" + type = infantry + home = 2269 + } + + regiment = { + name= "2.2ra división" + type = infantry + home = 2270 + } + + regiment = { + name= "3.2ra división" + type = cuirassier + home = 2271 + } } - diff --git a/HPM/history/units/1861/WAD_oob.txt b/HPM/history/units/1861/WAD_oob.txt index 633b148e..9b863165 100644 --- a/HPM/history/units/1861/WAD_oob.txt +++ b/HPM/history/units/1861/WAD_oob.txt @@ -1,40 +1,38 @@ EGY = { - value = 80 + value = 80 } DND = { - value = 15 + value = 15 } KBO = { - value = 50 + value = 50 } DAM = { - value = 15 + value = 15 } DAR = { - value = 60 + value = 60 } SOK = { - value = 20 + value = 20 } army = { - name = "Army of the Empire of Wadai" - location = 1821 + name = "Army of the Empire of Wadai" + location = 1821 regiment = { - name= "Kights of Wadai" - type = cavalry - home = 1821 } + name= "Kights of Wadai" + type = cavalry + home = 1821 } regiment = { - name= "Wadai Warriors" - type = irregular - home = 1823 } + name= "Wadai Warriors" + type = irregular + home = 1823 } } - - diff --git a/HPM/history/units/1861/WAR_oob.txt b/HPM/history/units/1861/WAR_oob.txt index 6fcd2a7e..f8821bef 100644 --- a/HPM/history/units/1861/WAR_oob.txt +++ b/HPM/history/units/1861/WAR_oob.txt @@ -1,52 +1,50 @@ NET = { - value = 50 + value = 50 } POR = { - value = 40 + value = 40 } ASH = { - value = 25 + value = 25 } DAH = { - value = 30 + value = 30 } OYO = { - value = 30 + value = 30 } BEN = { - value = 50 + value = 50 } SOK = { - value = -15 + value = -15 } ARO = { - value = 40 + value = 40 } CLA = { - value = 60 + value = 60 } army = { - name = "Army of the Kingdom of Warri" - location = 1931 + name = "Army of the Kingdom of Warri" + location = 1931 regiment = { - name= "Olu's Guards" - type = irregular - home = 1931 } + name= "Olu's Guards" + type = irregular + home = 1931 } regiment = { - name= "Bonny Warriors" - type = irregular - home = 1932 } + name= "Bonny Warriors" + type = irregular + home = 1932 } } - - diff --git a/HPM/history/units/1861/WEI_oob.txt b/HPM/history/units/1861/WEI_oob.txt index a6ca4381..35d4cc2d 100644 --- a/HPM/history/units/1861/WEI_oob.txt +++ b/HPM/history/units/1861/WEI_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Weimarische Armee" - location = 561 - regiment = { - name = "Weimarische Infanterie-Brigade" - type = infantry - home = 561 - } -} \ No newline at end of file + name = "Weimarische Armee" + location = 561 + regiment = { + name = "Weimarische Infanterie-Brigade" + type = infantry + home = 561 + } +} diff --git a/HPM/history/units/1861/WOL_oob.txt b/HPM/history/units/1861/WOL_oob.txt index ad078d85..71f26a1b 100644 --- a/HPM/history/units/1861/WOL_oob.txt +++ b/HPM/history/units/1861/WOL_oob.txt @@ -1,42 +1,40 @@ NET = { - value = 40 + value = 40 } POR = { - value = 35 + value = 35 } JAL = { - value = 20 + value = 20 } TOO = { - value = 60 + value = 60 } GBU = { - value = 35 + value = 35 } SEG = { - value = 15 + value = 15 } army = { - name = "Army of the Wolof Kingdoms" - location = 1786 + name = "Army of the Wolof Kingdoms" + location = 1786 regiment = { - name= "Buur-ba Jolof's Guards" - type = irregular + name= "Buur-ba Jolof's Guards" + type = irregular - home = 1786 } + home = 1786 } regiment = { - name= "Wolof Warriors" - type = irregular - home = 2573 - } + name= "Wolof Warriors" + type = irregular + home = 2573 + } } - - diff --git a/HPM/history/units/1861/WUR_oob.txt b/HPM/history/units/1861/WUR_oob.txt index eaeb8e19..4131827e 100644 --- a/HPM/history/units/1861/WUR_oob.txt +++ b/HPM/history/units/1861/WUR_oob.txt @@ -1,52 +1,52 @@ leader = { - name = "von Neipperg" - date = 1840.1.1 - type = land - personality = arrogant - background = powerful_friends - prestige = 0.2 + name = "von Neipperg" + date = 1840.1.1 + type = land + personality = arrogant + background = powerful_friends + prestige = 0.2 } leader = { - name = "Prinz Hermann van Saksen-Weimar" - date = 1859.1.1 - type = land - personality = harsh - background = cavalry_school - prestige = 0.1 + name = "Prinz Hermann van Saksen-Weimar" + date = 1859.1.1 + type = land + personality = harsh + background = cavalry_school + prestige = 0.1 } army = { - name = "1. Division" - location = 589 - regiment = { - name = "1. Reiter-Regiment König Karl" #Anachronistic by 30 years - type = cavalry - home = 589 - } - regiment = { - name = "1. Infanterie-Regiment Königin Olga" #Anachronistic by 30 years - type = infantry - home = 589 - } - regiment = { - name = "2. Infanterie-Regiment" - type = cuirassier - home = 589 - } + name = "1. Division" + location = 589 + regiment = { + name = "1. Reiter-Regiment König Karl" #Anachronistic by 30 years + type = cavalry + home = 589 + } + regiment = { + name = "1. Infanterie-Regiment Königin Olga" #Anachronistic by 30 years + type = infantry + home = 589 + } + regiment = { + name = "2. Infanterie-Regiment" + type = cuirassier + home = 589 + } } army = { - name = "2. Division" - location = 593 - regiment = { - name = "7. Infanterie-Regiment" - type = infantry - home = 593 - } - regiment = { - name = "1. Bataillon FußArtillerie" - type = artillery - home = 593 - } -} \ No newline at end of file + name = "2. Division" + location = 593 + regiment = { + name = "7. Infanterie-Regiment" + type = infantry + home = 593 + } + regiment = { + name = "1. Bataillon FußArtillerie" + type = artillery + home = 593 + } +} diff --git a/HPM/history/units/1861/XHO_oob.txt b/HPM/history/units/1861/XHO_oob.txt index 50c11d93..3bd2f5a9 100644 --- a/HPM/history/units/1861/XHO_oob.txt +++ b/HPM/history/units/1861/XHO_oob.txt @@ -1,17 +1,17 @@ BSH = { - value = 50 + value = 50 } SUA = { - value = 30 + value = 30 } ZUL = { - value = 30 + value = 30 } MAT = { - value = 50 + value = 50 } leader = { @@ -23,23 +23,21 @@ leader = { } army = { - name = "Army of the Xhosa" - location = 2100 - regiment = { - name= "1st Xhosa Warriors" - type = irregular - home = 2100 - } - regiment = { - name= "2nd Xhosa Warriors" - type = irregular - home = 2099 - } - regiment = { - name= "3rd Xhosa Warriors" - type = irregular - home = 2098 - } + name = "Army of the Xhosa" + location = 2100 + regiment = { + name= "1st Xhosa Warriors" + type = irregular + home = 2100 + } + regiment = { + name= "2nd Xhosa Warriors" + type = irregular + home = 2099 + } + regiment = { + name= "3rd Xhosa Warriors" + type = irregular + home = 2098 + } } - - diff --git a/HPM/history/units/1861/YEM_oob.txt b/HPM/history/units/1861/YEM_oob.txt index 69a14402..2ca59645 100644 --- a/HPM/history/units/1861/YEM_oob.txt +++ b/HPM/history/units/1861/YEM_oob.txt @@ -1,37 +1,36 @@ ENG = { - value = -50 + value = -50 } army = { - name = "Army of the Sheiks of Bayda" + name = "Army of the Sheiks of Bayda" - location = 1176 + location = 1176 - regiment = { + regiment = { - name= "1. Abdali" + name= "1. Abdali" - type = cavalry - - home = 1173 - } + type = cavalry + home = 1173 + } - regiment = { - name= "2. Abdali" + regiment = { - type = cavalry - } - regiment = { + name= "2. Abdali" - name= "3. Abdali" + type = cavalry + } + regiment = { - type = irregular - - home = 1173 - } + name= "3. Abdali" -} + type = irregular + + home = 1173 + } +} diff --git a/HPM/history/units/1861/YZW_oob.txt b/HPM/history/units/1861/YZW_oob.txt index ca976e6f..586448e8 100644 --- a/HPM/history/units/1861/YZW_oob.txt +++ b/HPM/history/units/1861/YZW_oob.txt @@ -3,17 +3,16 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Uesugi" - location = 1673 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1673 - } - regiment = { - name= "1.Yonezawa" - type = irregular - home = 1673 - } + name = "Army of Daimyo Uesugi" + location = 1673 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1673 + } + regiment = { + name= "1.Yonezawa" + type = irregular + home = 1673 + } } - diff --git a/HPM/history/units/1861/ZAN_oob.txt b/HPM/history/units/1861/ZAN_oob.txt index ab8c9fa3..e0ffe074 100644 --- a/HPM/history/units/1861/ZAN_oob.txt +++ b/HPM/history/units/1861/ZAN_oob.txt @@ -1,54 +1,51 @@ army = { - name = "Army of the Sultan of Zanzibar" - location = 2048 - regiment = { - name= "1. Swahili" - type = irregular - home = 2048 - } - - regiment = { - name= "2. Swahili" - type = irregular - home = 2048 - } - - regiment = { - name= "3. Swahili" - type = irregular - home = 1868 - } - - regiment = { - name= "4. Swahili" - type = irregular - home = 2036 - } + name = "Army of the Sultan of Zanzibar" + location = 2048 + regiment = { + name= "1. Swahili" + type = irregular + home = 2048 + } + + regiment = { + name= "2. Swahili" + type = irregular + home = 2048 + } + + regiment = { + name= "3. Swahili" + type = irregular + home = 1868 + } + + regiment = { + name= "4. Swahili" + type = irregular + home = 2036 + } } army = { - name = "Army of the Swahili Coast" - location = 2037 - regiment = { - name= "5. Swahili" - type = irregular - home = 2037 - } - - regiment = { - name= "6. Swahili" - type = irregular - home = 2038 - } - - regiment = { - name= "7. Swahili" - type = irregular - home = 2039 - } + name = "Army of the Swahili Coast" + location = 2037 + regiment = { + name= "5. Swahili" + type = irregular + home = 2037 + } + + regiment = { + name= "6. Swahili" + type = irregular + home = 2038 + } + + regiment = { + name= "7. Swahili" + type = irregular + home = 2039 + } } - - - diff --git a/HPM/history/units/1861/ZUL_oob.txt b/HPM/history/units/1861/ZUL_oob.txt index bfdd56d7..998dd762 100644 --- a/HPM/history/units/1861/ZUL_oob.txt +++ b/HPM/history/units/1861/ZUL_oob.txt @@ -1,21 +1,21 @@ BSH = { - value = 50 + value = 50 } GAZ = { - value = 30 + value = 30 } SUA = { - value = 40 + value = 40 } XHO = { - value = 30 + value = 30 } POR = { - value = 30 + value = 30 } leader = { @@ -27,61 +27,60 @@ leader = { } army = { - name = "Impi of the Zulu" - location = 2113 - regiment = { - name= "1.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "2.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "3.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "1.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "2.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "3.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "1.Gobamakhosi" - type = irregular - home = 2112 - } - - regiment = { - name= "2.Gobamakhosi" - type = irregular - home = 2112 - } - - regiment = { - name= "3.Gobamakhosi" - type = irregular - home = 2112 - } + name = "Impi of the Zulu" + location = 2113 + regiment = { + name= "1.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "2.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "3.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "1.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "2.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "3.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "1.Gobamakhosi" + type = irregular + home = 2112 + } + + regiment = { + name= "2.Gobamakhosi" + type = irregular + home = 2112 + } + + regiment = { + name= "3.Gobamakhosi" + type = irregular + home = 2112 + } } - diff --git a/HPM/history/units/ABU_oob.txt b/HPM/history/units/ABU_oob.txt index 08bf3bdc..fe5c062f 100644 --- a/HPM/history/units/ABU_oob.txt +++ b/HPM/history/units/ABU_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Armies of the Sheikhs" - location = 1167 - regiment = { - name= "1.al Nahyah" - type = irregular - home = 1167 - } + name = "Armies of the Sheikhs" + location = 1167 + regiment = { + name= "1.al Nahyah" + type = irregular + home = 1167 + } } - diff --git a/HPM/history/units/ADW_oob.txt b/HPM/history/units/ADW_oob.txt index bb0ffa52..e0ec8754 100644 --- a/HPM/history/units/ADW_oob.txt +++ b/HPM/history/units/ADW_oob.txt @@ -1,29 +1,27 @@ SOK = { - value = 50 + value = 50 } KBO = { - value = 10 + value = 10 } army = { - name = "Army of the Adamawa Emirate" - location = 1964 + name = "Army of the Adamawa Emirate" + location = 1964 regiment = { - name= "Emir's Cavalry" - type = cavalry - home = 1964 } + name= "Emir's Cavalry" + type = cavalry + home = 1964 } regiment = { - name= "1st Fulbe Warriors" - type = irregular - home = 1964 } + name= "1st Fulbe Warriors" + type = irregular + home = 1964 } regiment = { - name= "2nd Fulbe Warriors" - type = irregular - home = 1964 } + name= "2nd Fulbe Warriors" + type = irregular + home = 1964 } } - - diff --git a/HPM/history/units/AFG_oob.txt b/HPM/history/units/AFG_oob.txt index 9b51039a..10997804 100644 --- a/HPM/history/units/AFG_oob.txt +++ b/HPM/history/units/AFG_oob.txt @@ -1,5 +1,5 @@ CRL = { - truce_until = 1840.1.1 + truce_until = 1840.1.1 } BUK = { value = -200 } @@ -8,123 +8,122 @@ KHI = { value = 400 } leader = { - name = "Dost Mohammed" - type = land - date = 1836.1.1 - personality = stalwart - background = debutante + name = "Dost Mohammed" + type = land + date = 1836.1.1 + personality = stalwart + background = debutante } leader = { - name = "Yar Mohammed" - type = land - date = 1836.1.1 - personality = intuitive - background = aristocrat + name = "Yar Mohammed" + type = land + date = 1836.1.1 + personality = intuitive + background = aristocrat } army = { - name = "Army of Dost Mohammed" - location = 1216 - regiment = { - name= "1. Mohammedzi" - type = irregular - home = 1209 - } - - regiment = { - name= "2. Mohammedzi" - type = irregular - home = 1209 - } - - regiment = { - name= "3. Mohammedzi" - type = irregular - home = 1216 - } - - regiment = { - name= "1. Barakzai" - type = cavalry - home = 1209 - } - - regiment = { - name= "2. Barakzai" - type = cavalry - home = 1209 - } - - regiment = { - name= "3. Barakzai" - type = cavalry - home = 1216 - } + name = "Army of Dost Mohammed" + location = 1216 + regiment = { + name= "1. Mohammedzi" + type = irregular + home = 1209 + } + + regiment = { + name= "2. Mohammedzi" + type = irregular + home = 1209 + } + + regiment = { + name= "3. Mohammedzi" + type = irregular + home = 1216 + } + + regiment = { + name= "1. Barakzai" + type = cavalry + home = 1209 + } + + regiment = { + name= "2. Barakzai" + type = cavalry + home = 1209 + } + + regiment = { + name= "3. Barakzai" + type = cavalry + home = 1216 + } } army = { - name = "Army of Kamran Shah" - location = 1212 - regiment = { - name= "1. Popozai" - type = irregular - home = 1212 - } - - regiment = { - name= "2. Popozai" - type = irregular - home = 1213 - } - - regiment = { - name= "3. Popozai" - type = irregular - home = 1213 - } - - regiment = { - name= "1. Tajiki" - type = irregular - home = 1213 - } - - regiment = { - name= "2. Tajiki" - type = irregular - home = 1212 - } - - regiment = { - name= "3. Tajiki" - type = irregular - home = 1212 - } + name = "Army of Kamran Shah" + location = 1212 + regiment = { + name= "1. Popozai" + type = irregular + home = 1212 + } + + regiment = { + name= "2. Popozai" + type = irregular + home = 1213 + } + + regiment = { + name= "3. Popozai" + type = irregular + home = 1213 + } + + regiment = { + name= "1. Tajiki" + type = irregular + home = 1213 + } + + regiment = { + name= "2. Tajiki" + type = irregular + home = 1212 + } + + regiment = { + name= "3. Tajiki" + type = irregular + home = 1212 + } } army = { - name = "Army of Kohun-dil-Khan" - location = 1215 - regiment = { - name= "1. Durranni" - type = irregular - home = 1215 - } - - regiment = { - name= "2. Durranni" - type = irregular - home = 1215 - } - - regiment = { - name= "3. Durranni" - type = irregular - home = 1214 - } + name = "Army of Kohun-dil-Khan" + location = 1215 + regiment = { + name= "1. Durranni" + type = irregular + home = 1215 + } + + regiment = { + name= "2. Durranni" + type = irregular + home = 1215 + } + + regiment = { + name= "3. Durranni" + type = irregular + home = 1214 + } } - diff --git a/HPM/history/units/AGC_oob.txt b/HPM/history/units/AGC_oob.txt index 03c58243..34df8f5b 100644 --- a/HPM/history/units/AGC_oob.txt +++ b/HPM/history/units/AGC_oob.txt @@ -1,17 +1,16 @@ army = { - name = "Army of the Angoche Sultanate" - location = 2061 - regiment = { - name= "Sultans's Guards" - type = irregular - home = 2061 - } + name = "Army of the Angoche Sultanate" + location = 2061 + regiment = { + name= "Sultans's Guards" + type = irregular + home = 2061 + } - regiment = { - name= "Makua Warriors" - type = irregular - home = 2064 - } + regiment = { + name= "Makua Warriors" + type = irregular + home = 2064 + } } - diff --git a/HPM/history/units/AIN_oob.txt b/HPM/history/units/AIN_oob.txt index 626441ad..1c35d4cb 100644 --- a/HPM/history/units/AIN_oob.txt +++ b/HPM/history/units/AIN_oob.txt @@ -8,12 +8,11 @@ SAT = { value = 100 } RUS = { value = 50 } army = { - name = "Army of Ainu Mosir" - location = 1644 - regiment = { - name= "1.Nemuru" - type = irregular - home = 1644 - } + name = "Army of Ainu Mosir" + location = 1644 + regiment = { + name= "1.Nemuru" + type = irregular + home = 1644 + } } - diff --git a/HPM/history/units/ALD_oob.txt b/HPM/history/units/ALD_oob.txt index 457ab0ef..baacbe79 100644 --- a/HPM/history/units/ALD_oob.txt +++ b/HPM/history/units/ALD_oob.txt @@ -1,104 +1,103 @@ FRA = { - value = -150 + value = -150 } leader = { - name = "Emir Abdelkader" - type = land - date = 1836.1.1 - personality = stalwart - background = school_of_offense - prestige = 0.1 + name = "Emir Abdelkader" + type = land + date = 1836.1.1 + personality = stalwart + background = school_of_offense + prestige = 0.1 } leader = { - name = "Ahmed Bey" - type = land - date = 1780.1.1 - personality = stalwart - background = elderly - prestige = 0.1 + name = "Ahmed Bey" + type = land + date = 1780.1.1 + personality = stalwart + background = elderly + prestige = 0.1 } army = { - name = "Army of Emir Abdelkader" - location = 1707 - regiment = { - name= "1.Askäris" - type = infantry - home = 1707 - } - - regiment = { - name= "2.Askäris" - type = irregular - home = 1702 - } - - regiment = { - name= "3.Askäris" - type = irregular - home = 1705 - } - - regiment = { - name= "1.Spahis" - type = cavalry - home = 1705 - } - - regiment = { - name= "2.Spahis" - type = cavalry - home = 1715 - } - - regiment = { - name= "3.Spahis" - type = cavalry - home = 1713 - } + name = "Army of Emir Abdelkader" + location = 1707 + regiment = { + name= "1.Askäris" + type = infantry + home = 1707 + } + + regiment = { + name= "2.Askäris" + type = irregular + home = 1702 + } + + regiment = { + name= "3.Askäris" + type = irregular + home = 1705 + } + + regiment = { + name= "1.Spahis" + type = cavalry + home = 1705 + } + + regiment = { + name= "2.Spahis" + type = cavalry + home = 1715 + } + + regiment = { + name= "3.Spahis" + type = cavalry + home = 1713 + } } army = { - name = "Army of the Bey of Constantine" - location = 1713 - regiment = { - name= "4.Askäris" - type = irregular - home = 1708 - } - - regiment = { - name= "5.Askäris" - type = irregular - home = 1703 - } - - regiment = { - name= "6.Askäris" - type = irregular - home = 1702 - } - - regiment = { - name= "7.Askäris" - type = irregular - home = 1703 - } - - regiment = { - name= "3.Spahis" - type = irregular - home = 1708 - } - - regiment = { - name= "4.Spahis" - type = irregular - home = 1710 - } + name = "Army of the Bey of Constantine" + location = 1713 + regiment = { + name= "4.Askäris" + type = irregular + home = 1708 + } + + regiment = { + name= "5.Askäris" + type = irregular + home = 1703 + } + + regiment = { + name= "6.Askäris" + type = irregular + home = 1702 + } + + regiment = { + name= "7.Askäris" + type = irregular + home = 1703 + } + + regiment = { + name= "3.Spahis" + type = irregular + home = 1708 + } + + regiment = { + name= "4.Spahis" + type = irregular + home = 1710 + } } - diff --git a/HPM/history/units/ANH_oob.txt b/HPM/history/units/ANH_oob.txt index c5d371b4..c39deae1 100644 --- a/HPM/history/units/ANH_oob.txt +++ b/HPM/history/units/ANH_oob.txt @@ -1,4 +1,3 @@ PRU = { - value = 125 + value = 125 } - diff --git a/HPM/history/units/ARC_oob.txt b/HPM/history/units/ARC_oob.txt index d7859944..5f7348b2 100644 --- a/HPM/history/units/ARC_oob.txt +++ b/HPM/history/units/ARC_oob.txt @@ -1,103 +1,103 @@ ENG = { - value = -100 + value = -100 } FRA = { - value = -150 + value = -150 } CHL = { - value = 75 + value = 75 } PEU = { - value = -200 + value = -200 } PRG = { - value = -50 + value = -50 } SBA = { - value = 150 + value = 150 } ENT = { - value = 100 + value = 100 } CRT = { - value = 150 + value = 150 } PBC = { - value = -100 + value = -100 } BRZ = { - value = -100 + value = -100 } USA = { - value = -50 + value = -50 } army = { - name = "Ejército de Buenos Aires" - location = 2348 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2348 - } - - regiment = { - name= "2. División de Infantería" - type = infantry - home = 2348 - } - - regiment = { - name= "3. División de Infantería" - type = infantry - home = 2348 - } - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2379 - } - regiment = { - name= "2. División de Infantería" - type = infantry - home = 2379 - } + name = "Ejército de Buenos Aires" + location = 2348 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2348 + } + + regiment = { + name= "2. División de Infantería" + type = infantry + home = 2348 + } + + regiment = { + name= "3. División de Infantería" + type = infantry + home = 2348 + } + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2379 + } + regiment = { + name= "2. División de Infantería" + type = infantry + home = 2379 + } } navy = { - name = "Armada de Argentina" - location = 2348 - ship = { - name= "Republicano" - type = frigate - } - ship = { - name= "Echague" - type = frigate - } - ship = { - name= "Chacabuco" - type = frigate - } - ship = { - name= "Americano" - type = frigate - } - ship = { - name= "Nueve de Julio" - type = frigate - } + name = "Armada de Argentina" + location = 2348 + ship = { + name= "Republicano" + type = frigate + } + ship = { + name= "Echague" + type = frigate + } + ship = { + name= "Chacabuco" + type = frigate + } + ship = { + name= "Americano" + type = frigate + } + ship = { + name= "Nueve de Julio" + type = frigate + } } @@ -111,10 +111,9 @@ leader = { } leader = { - name = "Guillermo Brown" - type = sea - date="1830.1.1" - personality = clever - background = nationalist + name = "Guillermo Brown" + type = sea + date="1830.1.1" + personality = clever + background = nationalist } - diff --git a/HPM/history/units/ARG_oob.txt b/HPM/history/units/ARG_oob.txt index 0ad6ca64..54c518f6 100644 --- a/HPM/history/units/ARG_oob.txt +++ b/HPM/history/units/ARG_oob.txt @@ -1,29 +1,28 @@ army = { - name = "Ejército de Buenos Aires" - location = 2349 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2348 - } + name = "Ejército de Buenos Aires" + location = 2349 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2348 + } - regiment = { - name= "2. División de Infantería" - type = infantry - home = 2348 - } + regiment = { + name= "2. División de Infantería" + type = infantry + home = 2348 + } - regiment = { - name= "3. División de Infantería" - type = infantry - home = 2348 - } + regiment = { + name= "3. División de Infantería" + type = infantry + home = 2348 + } - regiment = { - name= "4. División de Infantería" - type = infantry - home = 2349 - } + regiment = { + name= "4. División de Infantería" + type = infantry + home = 2349 + } } - diff --git a/HPM/history/units/ARO_oob.txt b/HPM/history/units/ARO_oob.txt index 166465ee..e5aeb024 100644 --- a/HPM/history/units/ARO_oob.txt +++ b/HPM/history/units/ARO_oob.txt @@ -1,52 +1,50 @@ NET = { - value = 40 + value = 40 } POR = { - value = 50 + value = 50 } CLA = { - value = 30 + value = 30 } WRI = { - value = 40 + value = 40 } BEN = { - value = 50 + value = 50 } SOK = { - value = -20 + value = -20 } OYO = { - value = 25 + value = 25 } DAH = { - value = 40 + value = 40 } army = { - name = "Army of the Aro Confederacy" - location = 1935 + name = "Army of the Aro Confederacy" + location = 1935 regiment = { - name= "Eze Aro's Guards" - type = irregular - home = 1935 } + name= "Eze Aro's Guards" + type = irregular + home = 1935 } regiment = { - name= "1st Ibo Warriors" - type = irregular - home = 1935 } + name= "1st Ibo Warriors" + type = irregular + home = 1935 } regiment = { - name= "2nd Ibo Warriors" type = irregular - home = 1933 - } + name= "2nd Ibo Warriors" type = irregular + home = 1933 + } } - - diff --git a/HPM/history/units/ASH_oob.txt b/HPM/history/units/ASH_oob.txt index a22bb7df..09a78b8a 100644 --- a/HPM/history/units/ASH_oob.txt +++ b/HPM/history/units/ASH_oob.txt @@ -1,28 +1,28 @@ MOS = { - value = 20 + value = 20 } BEN = { - value = 30 + value = 30 } OYO = { - value = 35 + value = 35 } CLA = { - value = 30 + value = 30 } WRI = { - value = 25 + value = 25 } DAH = { - value = 45 + value = 45 } SEG = { - value = 10 + value = 10 } TOO = { value = -200 } @@ -36,48 +36,48 @@ MAS = { value = -200 } army = { - name = "Army of the Ashanti Confederacy" + name = "Army of the Ashanti Confederacy" - location = 1910 - regiment = { + location = 1910 + regiment = { - name= "Asantehene's Guards" - - type = cavalry + name= "Asantehene's Guards" - home = 1910 - } + type = cavalry + home = 1910 + } - regiment = { - name= "1st Ashanti Warriors" - - type = irregular - - home = 1910 + regiment = { - } + name= "1st Ashanti Warriors" - regiment = { + type = irregular - name= "2nd Ashanti Warriors" - - type = irregular + home = 1910 + } - home = 1911 - } - regiment = { + regiment = { - name= "3rd Ashanti Warriors" - - type = irregular + name= "2nd Ashanti Warriors" + type = irregular - home = 1912 - } + home = 1911 + } + regiment = { + + name= "3rd Ashanti Warriors" + + type = irregular + + + home = 1912 + + } } @@ -85,30 +85,28 @@ army = { army = { - name = "Accra Garrison" + name = "Accra Garrison" - location = 1907 - regiment = { + location = 1907 + regiment = { - name= "Asantehene's Guards" - - type = irregular + name= "Asantehene's Guards" + type = irregular - home = 1907 - } + home = 1907 + } - regiment = { - name= "1st Ashanti Warriors" - - type = irregular + regiment = { - - home = 1907 - } + name= "1st Ashanti Warriors" -} + type = irregular + home = 1907 + } + +} diff --git a/HPM/history/units/ATJ_oob.txt b/HPM/history/units/ATJ_oob.txt index cc73627a..ccc41125 100644 --- a/HPM/history/units/ATJ_oob.txt +++ b/HPM/history/units/ATJ_oob.txt @@ -1,31 +1,30 @@ army = { - name = "Army of the Sultan of Atjeh" - location = 1405 - regiment = { - name= "1st Infantry" - type = irregular - home = 1405 - } + name = "Army of the Sultan of Atjeh" + location = 1405 + regiment = { + name= "1st Infantry" + type = irregular + home = 1405 + } - regiment = { - name= "2nd Infantry" - type = irregular - home = 1406 - } + regiment = { + name= "2nd Infantry" + type = irregular + home = 1406 + } - regiment = { - name= "3rd Infantry" - type = irregular - home = 1407 - } + regiment = { + name= "3rd Infantry" + type = irregular + home = 1407 + } } leader = { - name = "Sultan Alauddin Syah" - date = 1836.1.1 - type = land - personality = bigoted - background = powerful_friends + name = "Sultan Alauddin Syah" + date = 1836.1.1 + type = land + personality = bigoted + background = powerful_friends } - diff --git a/HPM/history/units/AUS_oob.txt b/HPM/history/units/AUS_oob.txt index 08e2920e..bbdba38f 100644 --- a/HPM/history/units/AUS_oob.txt +++ b/HPM/history/units/AUS_oob.txt @@ -1,150 +1,150 @@ #Sphere of Influence MOL = { - value = 125 - level = 3 - influence_value = 0 + value = 125 + level = 3 + influence_value = 0 } WAL = { - value = 125 - level = 3 - influence_value = 0 + value = 125 + level = 3 + influence_value = 0 } #German Minors -BAD = { - value = 125 - level = 5 - influence_value = 0 +BAD = { + value = 125 + level = 5 + influence_value = 0 } BAV = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } WUR = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } SAX = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } ANH = { - value = 125 - military_access = yes + value = 125 + military_access = yes } BRA = { - value = 125 - military_access = yes + value = 125 + military_access = yes } BRE = { - value = 125 - military_access = yes + value = 125 + military_access = yes } COB = { - value = 125 - military_access = yes + value = 125 + military_access = yes } FRM = { - value = 125 - military_access = yes + value = 125 + military_access = yes } HAM = { - value = 125 - military_access = yes + value = 125 + military_access = yes } HAN = { - value = 125 - military_access = yes + value = 125 + military_access = yes } HEK = { - value = 125 - military_access = yes + value = 125 + military_access = yes } HES = { - value = 125 - military_access = yes + value = 125 + military_access = yes } LIP = { - value = 125 - military_access = yes + value = 125 + military_access = yes } LUB = { - value = 125 - military_access = yes + value = 125 + military_access = yes } MEC = { - value = 125 - military_access = yes + value = 125 + military_access = yes } MEI = { - value = 125 - military_access = yes + value = 125 + military_access = yes } NAS = { - value = 125 - military_access = yes + value = 125 + military_access = yes } OLD = { - value = 125 - military_access = yes + value = 125 + military_access = yes } WEI = { - value = 125 - military_access = yes + value = 125 + military_access = yes } #Europe KRA = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } SER = { - value = 75 - level = 2 - influence_value = 0 + value = 75 + level = 2 + influence_value = 0 } SAR = { - value = 50 - level = 2 - influence_value = 0 + value = 50 + level = 2 + influence_value = 0 } PAP = { - value = 125 - level = 3 - influence_value = 0 + value = 125 + level = 3 + influence_value = 0 } SWI = { - value = 125 - level = 3 - influence_value = 0 + value = 125 + level = 3 + influence_value = 0 } PAR = { - value = 100 - level = 5 + value = 100 + level = 5 } MOD = { - value = 100 - level = 5 - influence_value = 0 + value = 100 + level = 5 + influence_value = 0 } TUS = { - value = 75 - level = 5 - influence_value = 0 + value = 75 + level = 5 + influence_value = 0 } LUC = { - value = 75 - level = 5 - influence_value = 0 + value = 75 + level = 5 + influence_value = 0 } DEN = { - value = 55 -} + value = 55 +} #Other GP's ENG = { value = -75 } @@ -158,324 +158,323 @@ SPA = { value = 0 } #Africa MOR = { - value = 75 + value = 75 } EGY = { - value = 0 - level = 2 - influence_value = 0 + value = 0 + level = 2 + influence_value = 0 } #Army army = { - name = "I. Armee" - location = 726 - regiment = { - name= "1.1. Kavalleriedivision" - type = cuirassier - home = 619 - } - - regiment = { - name= "2.1. Kavalleriedivision" - type = cuirassier - home = 639 - } - - regiment = { - name= "3.1. Kavalleriedivision" - type = cuirassier - home = 631 - } - - regiment = { - name= "2.2. Infanteriedivision" - type = infantry - home = 729 - } - - regiment = { - name= "3.2. Infanteriedivision" - type = infantry - home = 771 - } - - regiment = { - name= "1.3. Infanteriedivision" - type = infantry - home = 618 - } - - regiment = { - name= "2.3. Infanteriedivision" - type = infantry - home = 773 - } - - regiment = { - name= "3.3. Infanteriedivision" - type = artillery - home = 728 - } + name = "I. Armee" + location = 726 + regiment = { + name= "1.1. Kavalleriedivision" + type = cuirassier + home = 619 + } + + regiment = { + name= "2.1. Kavalleriedivision" + type = cuirassier + home = 639 + } + + regiment = { + name= "3.1. Kavalleriedivision" + type = cuirassier + home = 631 + } + + regiment = { + name= "2.2. Infanteriedivision" + type = infantry + home = 729 + } + + regiment = { + name= "3.2. Infanteriedivision" + type = infantry + home = 771 + } + + regiment = { + name= "1.3. Infanteriedivision" + type = infantry + home = 618 + } + + regiment = { + name= "2.3. Infanteriedivision" + type = infantry + home = 773 + } + + regiment = { + name= "3.3. Infanteriedivision" + type = artillery + home = 728 + } } army = { - name = "II. Armee" - location = 702 - regiment = { - name= "1.6. Infanteriedivision" - type = infantry - home = 627 - } - - regiment = { - name= "2.6. Infanteriedivision" - type = infantry - home = 640 - } - - regiment = { - name= "3.6. Infanteriedivision" - type = infantry - home = 705 - } - - regiment = { - name= "1.7. Infanteriedivision" - type = infantry - home = 630 - } - - regiment = { - name= "2.7. Infanteriedivision" - type = infantry - home = 643 - } - - regiment = { - name= "3.7. Infanteriedivision" - type = infantry - home = 702 - } + name = "II. Armee" + location = 702 + regiment = { + name= "1.6. Infanteriedivision" + type = infantry + home = 627 + } + + regiment = { + name= "2.6. Infanteriedivision" + type = infantry + home = 640 + } + + regiment = { + name= "3.6. Infanteriedivision" + type = infantry + home = 705 + } + + regiment = { + name= "1.7. Infanteriedivision" + type = infantry + home = 630 + } + + regiment = { + name= "2.7. Infanteriedivision" + type = infantry + home = 643 + } + + regiment = { + name= "3.7. Infanteriedivision" + type = infantry + home = 702 + } } army = { - name = "III. Armee" - location = 619 - regiment = { - name= "1.8. Infanteriedivision" - type = infantry - home = 628 - } - - regiment = { - name= "2.8. Infanteriedivision" - type = infantry - home = 642 - } - - regiment = { - name= "3.8. Infanteriedivision" - type = infantry - home = 768 - } - - regiment = { - name= "1.9. Infanteriedivision" - type = infantry - home = 624 - } - - regiment = { - name= "2.9. Infanteriedivision" - type = infantry - home = 649 - } - - regiment = { - name= "3.9. Infanteriedivision" - type = infantry - home = 633 - } + name = "III. Armee" + location = 619 + regiment = { + name= "1.8. Infanteriedivision" + type = infantry + home = 628 + } + + regiment = { + name= "2.8. Infanteriedivision" + type = infantry + home = 642 + } + + regiment = { + name= "3.8. Infanteriedivision" + type = infantry + home = 768 + } + + regiment = { + name= "1.9. Infanteriedivision" + type = infantry + home = 624 + } + + regiment = { + name= "2.9. Infanteriedivision" + type = infantry + home = 649 + } + + regiment = { + name= "3.9. Infanteriedivision" + type = infantry + home = 633 + } } army = { - name = "IV. Armee" - location = 729 - regiment = { - name= "1.4. Infanteriedivision" - type = infantry - home = 612 - } - - regiment = { - name= "2.4. Infanteriedivision" - type = infantry - home = 629 - } - - regiment = { - name= "3.4. Infanteriedivision" - type = infantry - home = 726 - } - - regiment = { - name= "1.5. Infanteriedivision" - type = infantry - home = 614 - } - - regiment = { - name= "2.5. Infanteriedivision" - type = infantry - home = 648 - } - - regiment = { - name= "3.5. Infanteriedivision" - type = infantry - home = 714 - } + name = "IV. Armee" + location = 729 + regiment = { + name= "1.4. Infanteriedivision" + type = infantry + home = 612 + } + + regiment = { + name= "2.4. Infanteriedivision" + type = infantry + home = 629 + } + + regiment = { + name= "3.4. Infanteriedivision" + type = infantry + home = 726 + } + + regiment = { + name= "1.5. Infanteriedivision" + type = infantry + home = 614 + } + + regiment = { + name= "2.5. Infanteriedivision" + type = infantry + home = 648 + } + + regiment = { + name= "3.5. Infanteriedivision" + type = infantry + home = 714 + } } army = { - name = "V. Armee" - location = 641 - regiment = { - name= "1.2. Kavalleriedivision" - type = cuirassier - home = 622 - } - - regiment = { - name= "2.2. Kavalleriedivision" - type = cuirassier - home = 641 - } - - regiment = { - name= "3.2. Kavalleriedivision" - type = cuirassier - home = 626 - } - - regiment = { - name= "1.1. Infanteriedivision" - type = infantry - home = 613 - } - - regiment = { - name= "2.1. Infanteriedivision" - type = infantry - home = 644 - } - - regiment = { - name= "3.1. Infanteriedivision" - type = infantry - home = 625 - } - - regiment = { - name= "1.2. Infanteriedivision" - type = infantry - home = 616 - } + name = "V. Armee" + location = 641 + regiment = { + name= "1.2. Kavalleriedivision" + type = cuirassier + home = 622 + } + + regiment = { + name= "2.2. Kavalleriedivision" + type = cuirassier + home = 641 + } + + regiment = { + name= "3.2. Kavalleriedivision" + type = cuirassier + home = 626 + } + + regiment = { + name= "1.1. Infanteriedivision" + type = infantry + home = 613 + } + + regiment = { + name= "2.1. Infanteriedivision" + type = infantry + home = 644 + } + + regiment = { + name= "3.1. Infanteriedivision" + type = infantry + home = 625 + } + + regiment = { + name= "1.2. Infanteriedivision" + type = infantry + home = 616 + } } navy = { - name = "Austrian Imperial Navy" - location = 729 - ship = { - name= "1. Klipperflottille" - type = clipper_transport - } + name = "Austrian Imperial Navy" + location = 729 + ship = { + name= "1. Klipperflottille" + type = clipper_transport + } - ship = { - name= "2. Klipperflottille" - type = clipper_transport - } + ship = { + name= "2. Klipperflottille" + type = clipper_transport + } - ship = { - name= "3. Klipperflottille" - type = clipper_transport - } + ship = { + name= "3. Klipperflottille" + type = clipper_transport + } } leader = { - name = "Josef Radetzky" - date = 1805.1.1 - type = land - personality = au_fait - background = elderly - prestige = 0.3 + name = "Josef Radetzky" + date = 1805.1.1 + type = land + personality = au_fait + background = elderly + prestige = 0.3 } leader = { - name = "Julius von Haynau" - date = 1835.1.1 - type = land - personality = wrathful - background = natural_born_leader - prestige = 0.1 + name = "Julius von Haynau" + date = 1835.1.1 + type = land + personality = wrathful + background = natural_born_leader + prestige = 0.1 } leader = { - name = "von Mittrowitz-Nettolitzky" - date = 1835.1.1 - type = land - personality = active_p - background = aristocrat - prestige = 0.1 + name = "von Mittrowitz-Nettolitzky" + date = 1835.1.1 + type = land + personality = active_p + background = aristocrat + prestige = 0.1 } leader = { - name = "Hermann von Hess" - date = 1834.1.1 - type = land - personality = aggressive - background = generals_aide - prestige = 0.1 + name = "Hermann von Hess" + date = 1834.1.1 + type = land + personality = aggressive + background = generals_aide + prestige = 0.1 } leader = { - name = "d’Aspre und Hoobreuck" - date = 1832.1.1 - type = land - personality = bold - background = drillmaster - prestige = 0.1 + name = "d’Aspre und Hoobreuck" + date = 1832.1.1 + type = land + personality = bold + background = drillmaster + prestige = 0.1 } leader = { - name = "Alfred von Windischgraetz" - date = 1826.1.1 - type = land - personality = arrogant - background = butcher - prestige = 0.3 + name = "Alfred von Windischgraetz" + date = 1826.1.1 + type = land + personality = arrogant + background = butcher + prestige = 0.3 } leader = { - name = "Erzherzog Albrecht" - date = 1836.1.1 - type = land - personality = active_p - background = aristocrat + name = "Erzherzog Albrecht" + date = 1836.1.1 + type = land + personality = active_p + background = aristocrat } leader = { - name = "Paolucci delle Roncole" - date = 1824.1.1 - type = sea - personality = competent - background = aristocrat - prestige = 0.1 + name = "Paolucci delle Roncole" + date = 1824.1.1 + type = sea + personality = competent + background = aristocrat + prestige = 0.1 } - diff --git a/HPM/history/units/AWA_oob.txt b/HPM/history/units/AWA_oob.txt index c5e6e708..44f35b9f 100644 --- a/HPM/history/units/AWA_oob.txt +++ b/HPM/history/units/AWA_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Nawab of Awadh" - location = 1242 - regiment = { - name= "1.Garhwali Infantry" - type = irregular - home = 1242 - } + name = "Army of the Nawab of Awadh" + location = 1242 + regiment = { + name= "1.Garhwali Infantry" + type = irregular + home = 1242 + } - regiment = { - name= "2.Garhwali Infantry" - type = irregular - home = 1242 - } + regiment = { + name= "2.Garhwali Infantry" + type = irregular + home = 1242 + } - regiment = { - name= "3.Garhwali Infantry" - type = irregular - home = 1244 - } + regiment = { + name= "3.Garhwali Infantry" + type = irregular + home = 1244 + } } - diff --git a/HPM/history/units/AWS_oob.txt b/HPM/history/units/AWS_oob.txt index 98631831..3503f7fe 100644 --- a/HPM/history/units/AWS_oob.txt +++ b/HPM/history/units/AWS_oob.txt @@ -1,35 +1,34 @@ EGY = { - value = 75 + value = 75 } SHW = { - value = 40 + value = 40 } GON = { - value = 50 + value = 50 } HAR = { - value = 100 + value = 100 } MAJ = { - value = 60 + value = 60 } TIG = { - value = 40 + value = 40 } army = { - name = "Army of the Sultan of Awsa" - location = 1858 - regiment = { - name= "Sultan's Guards" - type = irregular - home = 1858 - } + name = "Army of the Sultan of Awsa" + location = 1858 + regiment = { + name= "Sultan's Guards" + type = irregular + home = 1858 + } } - diff --git a/HPM/history/units/BAD_oob.txt b/HPM/history/units/BAD_oob.txt index 44fed6b5..11a0d317 100644 --- a/HPM/history/units/BAD_oob.txt +++ b/HPM/history/units/BAD_oob.txt @@ -1,35 +1,34 @@ BAV = { - value = 150 - military_access = yes + value = 150 + military_access = yes } WUR = { - value = 150 - military_access = yes + value = 150 + military_access = yes } leader = { - name = "Leopold of Baden" - date = 1830.1.1 - type = land - personality = mediocre - background = aristocrat - prestige = 0.3 + name = "Leopold of Baden" + date = 1830.1.1 + type = land + personality = mediocre + background = aristocrat + prestige = 0.3 } army = { - name = "Badische Armee" - location = 586 - - regiment = { - name = "1. Badische Infanterie-Brigade" - type = infantry - home = 586 - } - - regiment = { - name = "2. Badische Infanterie-Brigade" - type = infantry - home = 587 - } -} + name = "Badische Armee" + location = 586 + + regiment = { + name = "1. Badische Infanterie-Brigade" + type = infantry + home = 586 + } + regiment = { + name = "2. Badische Infanterie-Brigade" + type = infantry + home = 587 + } +} diff --git a/HPM/history/units/BAL_oob.txt b/HPM/history/units/BAL_oob.txt index 1a4f21a6..e55cfdd8 100644 --- a/HPM/history/units/BAL_oob.txt +++ b/HPM/history/units/BAL_oob.txt @@ -1,27 +1,26 @@ army = { - name = "Army of the King of Bali" - location = 1438 - regiment = { - name= "1.Karangasem Militia" - type = irregular - home = 1438 - } + name = "Army of the King of Bali" + location = 1438 + regiment = { + name= "1.Karangasem Militia" + type = irregular + home = 1438 + } - regiment = { - name= "2.Karangasem Militia" - type = irregular - home = 1438 - } + regiment = { + name= "2.Karangasem Militia" + type = irregular + home = 1438 + } } army = { - name = "Army of the King of Lombok" - location = 1442 - - regiment = { - name= "3.Karangasem Militia" - type = irregular - home = 1442 - } -} + name = "Army of the King of Lombok" + location = 1442 + regiment = { + name= "3.Karangasem Militia" + type = irregular + home = 1442 + } +} diff --git a/HPM/history/units/BAS_oob.txt b/HPM/history/units/BAS_oob.txt index 78d9f0c6..bc583859 100644 --- a/HPM/history/units/BAS_oob.txt +++ b/HPM/history/units/BAS_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Raja of Bastar" - location = 1279 - regiment = { - name= "1.Jagdaipur Contingent" - type = irregular - home = 1279 - } + name = "Army of the Raja of Bastar" + location = 1279 + regiment = { + name= "1.Jagdaipur Contingent" + type = irregular + home = 1279 + } - regiment = { - name= "2.Jagdaipur Contingent" - type = irregular - home = 1279 - } + regiment = { + name= "2.Jagdaipur Contingent" + type = irregular + home = 1279 + } - regiment = { - name= "3.Jagdaipur Contingent" - type = irregular - home = 1279 - } + regiment = { + name= "3.Jagdaipur Contingent" + type = irregular + home = 1279 + } } - diff --git a/HPM/history/units/BAV_oob.txt b/HPM/history/units/BAV_oob.txt index 73dbb2c8..ee88ac01 100644 --- a/HPM/history/units/BAV_oob.txt +++ b/HPM/history/units/BAV_oob.txt @@ -1,109 +1,108 @@ BAD = { - value = 150 - military_access = yes + value = 150 + military_access = yes } WUR = { - value = 150 - military_access = yes + value = 150 + military_access = yes } leader = { - name = "Pappenheim" - date = 1815.1.1 - type = land - personality = careful - background = elderly - prestige = 0.3 + name = "Pappenheim" + date = 1815.1.1 + type = land + personality = careful + background = elderly + prestige = 0.3 } leader = { - name = "von Washington" - date = 1825.1.1 - type = land - personality = gallant - background = powerful_friends - prestige = 0.1 + name = "von Washington" + date = 1825.1.1 + type = land + personality = gallant + background = powerful_friends + prestige = 0.1 } leader = { - name = "Karl von Heideck" - date = 1832.1.1 - type = land - personality = polite - background = poet - prestige = 0.1 + name = "Karl von Heideck" + date = 1832.1.1 + type = land + personality = polite + background = poet + prestige = 0.1 } leader = { - name = "Prinz Karl" - date = 1825.1.1 - type = land - personality = mediocre - background = aristocrat - prestige = 0.1 + name = "Prinz Karl" + date = 1825.1.1 + type = land + personality = mediocre + background = aristocrat + prestige = 0.1 } army = { - name = "I. Korps" - location = 599 - regiment = { - name= "1. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 599 - } - - regiment = { - name= "2. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 592 - } - - regiment = { - name= "3. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 602 - } - - regiment = { - name= "4. Kgl. Bayer. Infanteriebrigade" - type = artillery - home = 601 - } + name = "I. Korps" + location = 599 + regiment = { + name= "1. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 599 + } + + regiment = { + name= "2. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 592 + } + + regiment = { + name= "3. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 602 + } + + regiment = { + name= "4. Kgl. Bayer. Infanteriebrigade" + type = artillery + home = 601 + } } army = { - name = "II. Korps" - location = 595 - regiment = { - name= "5. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 595 - } - - regiment = { - name= "6. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 595 - } - - regiment = { - name= "7. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 597 - } + name = "II. Korps" + location = 595 + regiment = { + name= "5. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 595 + } + + regiment = { + name= "6. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 595 + } + + regiment = { + name= "7. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 597 + } } army = { - name = "III. Korps" - location = 571 - - regiment = { - name = "8. Kgl. Bayer. Infanteriebrigade" - type = infantry - home = 571 - } + name = "III. Korps" + location = 571 + + regiment = { + name = "8. Kgl. Bayer. Infanteriebrigade" + type = infantry + home = 571 + } } - diff --git a/HPM/history/units/BDK_oob.txt b/HPM/history/units/BDK_oob.txt index f5892380..dc1adf85 100644 --- a/HPM/history/units/BDK_oob.txt +++ b/HPM/history/units/BDK_oob.txt @@ -1,33 +1,32 @@ army = { - name = "Kunduz Army" - location = 1210 - regiment = { - name = "Khan's Warriors" - type = irregular - home = 1210 - } - regiment = { - name = "Khan's Warriors" - type = irregular - home = 1210 - } - regiment = { - name = "Khan's Warriors" - type = irregular - home = 1210 - } - regiment = { - name = "Horse Raiders" - type = cavalry - home = 1208 - } + name = "Kunduz Army" + location = 1210 + regiment = { + name = "Khan's Warriors" + type = irregular + home = 1210 + } + regiment = { + name = "Khan's Warriors" + type = irregular + home = 1210 + } + regiment = { + name = "Khan's Warriors" + type = irregular + home = 1210 + } + regiment = { + name = "Horse Raiders" + type = cavalry + home = 1208 + } } leader = { - name = "Mohammad Murad Beg" - type = land - date = 1825.8.20 - background = aristocrat - personality = merciless + name = "Mohammad Murad Beg" + type = land + date = 1825.8.20 + background = aristocrat + personality = merciless } - diff --git a/HPM/history/units/BDN_oob.txt b/HPM/history/units/BDN_oob.txt index 1ae76ab0..7249576b 100644 --- a/HPM/history/units/BDN_oob.txt +++ b/HPM/history/units/BDN_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 892 - regiment = { - name= "Kurdish Warriors" - type = infantry - home = 892 - } + name = "Army of the Kurdish Emir" + location = 892 + regiment = { + name= "Kurdish Warriors" + type = infantry + home = 892 + } } - diff --git a/HPM/history/units/BEL_oob.txt b/HPM/history/units/BEL_oob.txt index be39584f..3ffbbd1a 100644 --- a/HPM/history/units/BEL_oob.txt +++ b/HPM/history/units/BEL_oob.txt @@ -1,170 +1,169 @@ NET = { - truce_until = 1839.4.1 + truce_until = 1839.4.1 } ENG = { - value = 200 + value = 200 } FRA = { - value = 125 + value = 125 } army = { - name = "1e Infanterie Divisie" - location = 387 #Brussels - regiment = { - name= "1e Infanterie Brigade" - type = infantry - home = 387 #Brussels - } - - regiment = { - name= "2e Infanterie Brigade" - type = infantry - home = 388 #Bruges - } - - regiment = { - name= "3e Infanterie Brigade" - type = infantry - home = 389 #Ghent - } - - regiment = { - name= "1er Brigade d'Artillerie" - type = artillery - home = 392 #Liege - } + name = "1e Infanterie Divisie" + location = 387 #Brussels + regiment = { + name= "1e Infanterie Brigade" + type = infantry + home = 387 #Brussels + } + + regiment = { + name= "2e Infanterie Brigade" + type = infantry + home = 388 #Bruges + } + + regiment = { + name= "3e Infanterie Brigade" + type = infantry + home = 389 #Ghent + } + + regiment = { + name= "1er Brigade d'Artillerie" + type = artillery + home = 392 #Liege + } } army = { - name = "2eme Division d'Infanterie" - location = 395 #Liege - regiment = { - name= "4e Infanterie Brigade" - type = infantry - home = 390 #Antwerp - } - - regiment = { - name= "5eme Brigade d'Infanterie" - type = infantry - home = 393 #Tournai - } - - regiment = { - name= "6eme Brigade d'Infanterie" - type = infantry - home = 394 #Charleroi - } + name = "2eme Division d'Infanterie" + location = 395 #Liege + regiment = { + name= "4e Infanterie Brigade" + type = infantry + home = 390 #Antwerp + } + + regiment = { + name= "5eme Brigade d'Infanterie" + type = infantry + home = 393 #Tournai + } + + regiment = { + name= "6eme Brigade d'Infanterie" + type = infantry + home = 394 #Charleroi + } } army = { - name = "3eme Division d'Infanterie" - location = 388 #Brugges - regiment = { - name= "7eme Brigade d'Infanterie" - type = infantry - home = 395 #Liege - } - - regiment = { - name= "8eme Brigade d'Infanterie" - type = infantry - home = 387 - } - - regiment = { - name= "9eme Brigade d'Infanterie" - type = infantry - home = 398 #Arlon - } + name = "3eme Division d'Infanterie" + location = 388 #Brugges + regiment = { + name= "7eme Brigade d'Infanterie" + type = infantry + home = 395 #Liege + } + + regiment = { + name= "8eme Brigade d'Infanterie" + type = infantry + home = 387 + } + + regiment = { + name= "9eme Brigade d'Infanterie" + type = infantry + home = 398 #Arlon + } } army = { - name = "1er Division de Cavalerie" - location = 395 #Liege - regiment = { - name= "1er Brigade de Cavalerie" - type = dragoon - home = 387 #Brussels - } - - regiment = { - name= "2eme Brigade de Cavalerie" - type = cuirassier - home = 392 #Liege - } - - regiment = { - name= "3e Cavalerie Brigade" - type = cuirassier - home = 391 #Hasselt - } + name = "1er Division de Cavalerie" + location = 395 #Liege + regiment = { + name= "1er Brigade de Cavalerie" + type = dragoon + home = 387 #Brussels + } + + regiment = { + name= "2eme Brigade de Cavalerie" + type = cuirassier + home = 392 #Liege + } + + regiment = { + name= "3e Cavalerie Brigade" + type = cuirassier + home = 391 #Hasselt + } } navy = { - name = "Marine Royale" - location = 390 + name = "Marine Royale" + location = 390 - ship = { - name= "Congrès" - type = clipper_transport - } + ship = { + name= "Congrès" + type = clipper_transport + } - ship = { - name= "Les Quatre Journées" - type = clipper_transport - } + ship = { + name= "Les Quatre Journées" + type = clipper_transport + } } leader = { - name = "King Leopold I" - picture = bel_gen_leopold - type = land - date = 1831.1.1 - background = aristocrat - personality = competent - prestige = 0.5 - } - + name = "King Leopold I" + picture = bel_gen_leopold + type = land + date = 1831.1.1 + background = aristocrat + personality = competent + prestige = 0.5 + } + leader = { - name = "Lambert Nypels" - date = 1830.1.1 - type = land - personality = soldierly - background = diplomat - prestige = 0.1 + name = "Lambert Nypels" + date = 1830.1.1 + type = land + personality = soldierly + background = diplomat + prestige = 0.1 } leader = { - name = "Louis Evain" - date = 1831.1.1 - type = land - personality = able - background = artillerist - prestige = 0.1 + name = "Louis Evain" + date = 1831.1.1 + type = land + personality = able + background = artillerist + prestige = 0.1 } leader = { - name = "Goblet" - date = 1831.1.1 - type = land - personality = diplomatic - background = engineer - prestige = 0.1 + name = "Goblet" + date = 1831.1.1 + type = land + personality = diplomatic + background = engineer + prestige = 0.1 } leader = { - name = "Albert Prisse" - date = 1834.1.1 - type = land - personality = smart_p - background = diplomat - prestige = 0.1 + name = "Albert Prisse" + date = 1834.1.1 + type = land + personality = smart_p + background = diplomat + prestige = 0.1 } - diff --git a/HPM/history/units/BEN_oob.txt b/HPM/history/units/BEN_oob.txt index 126d13a3..4ea4955d 100644 --- a/HPM/history/units/BEN_oob.txt +++ b/HPM/history/units/BEN_oob.txt @@ -1,71 +1,69 @@ NET = { - value = 40 + value = 40 } POR = { - value = 50 + value = 50 } ARO = { - value = 50 + value = 50 } WRI = { - value = 50 + value = 50 } CLA = { - value = 40 + value = 40 } OYO = { - value = 30 + value = 30 } SOK = { - value = -30 + value = -30 } MAS = { - value = -15 + value = -15 } KBO = { - value = -10 + value = -10 } DAM = { - value = -15 + value = -15 } DAH = { - value = 30 + value = 30 } ASH = { - value = 30 + value = 30 } army = { - name = "Legions of the Empire of Benin" - location = 1928 + name = "Legions of the Empire of Benin" + location = 1928 regiment = { - name= "Oba's Guards" - type = irregular - home = 1928 } + name= "Oba's Guards" + type = irregular + home = 1928 } regiment = { - name= "Queen's Own Warriors" - type = irregular - home = 1928 - } + name= "Queen's Own Warriors" + type = irregular + home = 1928 + } regiment = { - name= "Akure Warriors" - type = irregular - home = 1929 - } + name= "Akure Warriors" + type = irregular + home = 1929 + } } - - diff --git a/HPM/history/units/BER_oob.txt b/HPM/history/units/BER_oob.txt index 4d028e3c..de1ba887 100644 --- a/HPM/history/units/BER_oob.txt +++ b/HPM/history/units/BER_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Army of the Maharaja of Beroda" - location = 1295 - regiment = { - name= "1st Baroda" - type = irregular - home = 1295 - } + name = "Army of the Maharaja of Beroda" + location = 1295 + regiment = { + name= "1st Baroda" + type = irregular + home = 1295 + } - regiment = { - name= "2nd Baroda" - type = irregular - home = 1295 - } + regiment = { + name= "2nd Baroda" + type = irregular + home = 1295 + } - regiment = { - name= "3rd Baroda" - type = irregular - home = 1295 - } + regiment = { + name= "3rd Baroda" + type = irregular + home = 1295 + } - regiment = { - name= "1st Patan" - type = irregular - home = 1294 - } + regiment = { + name= "1st Patan" + type = irregular + home = 1294 + } - regiment = { - name= "2nd Patan" - type = irregular - home = 1294 - } + regiment = { + name= "2nd Patan" + type = irregular + home = 1294 + } - regiment = { - name= "1st Rajkot" - type = irregular - home = 1292 - } + regiment = { + name= "1st Rajkot" + type = irregular + home = 1292 + } } - diff --git a/HPM/history/units/BHO_oob.txt b/HPM/history/units/BHO_oob.txt index cffaa6c9..77ba5d7f 100644 --- a/HPM/history/units/BHO_oob.txt +++ b/HPM/history/units/BHO_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Begum of Bhopal" - location = 1272 - regiment = { - name= "1.Bhopal" - type = irregular - home = 1272 - } + name = "Army of the Begum of Bhopal" + location = 1272 + regiment = { + name= "1.Bhopal" + type = irregular + home = 1272 + } - regiment = { - name= "2.Bhopal" - type = irregular - home = 1272 - } + regiment = { + name= "2.Bhopal" + type = irregular + home = 1272 + } - regiment = { - name= "3.Bhopal" - type = irregular - home = 1272 - } + regiment = { + name= "3.Bhopal" + type = irregular + home = 1272 + } } - diff --git a/HPM/history/units/BHP_oob.txt b/HPM/history/units/BHP_oob.txt index e0fcfa25..1044ba36 100644 --- a/HPM/history/units/BHP_oob.txt +++ b/HPM/history/units/BHP_oob.txt @@ -1,22 +1,21 @@ PNJ = { - value = -100 + value = -100 } army = { - name = "Army of the Nawab of Bahawalpur" - location = 1231 - regiment = { - name= "1.Khosa" - type = irregular - home = 1231 - } + name = "Army of the Nawab of Bahawalpur" + location = 1231 + regiment = { + name= "1.Khosa" + type = irregular + home = 1231 + } } leader = { - name = "Nawab Mohammad Abbasi" - type = land - date = 1800.12.14 - background = aristocrat - personality = inspiring + name = "Nawab Mohammad Abbasi" + type = land + date = 1800.12.14 + background = aristocrat + personality = inspiring } - diff --git a/HPM/history/units/BHR_oob.txt b/HPM/history/units/BHR_oob.txt index 840e87f3..528081c0 100644 --- a/HPM/history/units/BHR_oob.txt +++ b/HPM/history/units/BHR_oob.txt @@ -1,20 +1,20 @@ ENG = { - value = 50 + value = 50 } army = { - name = "Al Khalifa Army" - location = 1162 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1162 } + name = "Al Khalifa Army" + location = 1162 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1162 } } leader = { - name = "Muhammad bin Al-Khalifa " - type = land - date = 1836.1.1 - background = aristocrat - personality = skilled + name = "Muhammad bin Al-Khalifa " + type = land + date = 1836.1.1 + background = aristocrat + personality = skilled } diff --git a/HPM/history/units/BHT_oob.txt b/HPM/history/units/BHT_oob.txt index 6f94c85c..1e0fbd57 100644 --- a/HPM/history/units/BHT_oob.txt +++ b/HPM/history/units/BHT_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 2414 - regiment = { - name= "Kurdish Warriors" - type = infantry - home = 2414 - } + name = "Army of the Kurdish Emir" + location = 2414 + regiment = { + name= "Kurdish Warriors" + type = infantry + home = 2414 + } } - diff --git a/HPM/history/units/BHU_oob.txt b/HPM/history/units/BHU_oob.txt index 0ca81e83..9d1dfbdc 100644 --- a/HPM/history/units/BHU_oob.txt +++ b/HPM/history/units/BHU_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Provincial Army of Bhutan" - location = 1329 - regiment = { - name= "1.Tongsa Militia" - type = irregular - home = 1329 - } + name = "Provincial Army of Bhutan" + location = 1329 + regiment = { + name= "1.Tongsa Militia" + type = irregular + home = 1329 + } } - diff --git a/HPM/history/units/BIK_oob.txt b/HPM/history/units/BIK_oob.txt index fc0c4fbf..9b0e1215 100644 --- a/HPM/history/units/BIK_oob.txt +++ b/HPM/history/units/BIK_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Army of the Maharajah of Bikaner" - location = 1267 - regiment = { - name= "1.Dungar Cavalry" - type = cavalry - home = 1267 - } + name = "Army of the Maharajah of Bikaner" + location = 1267 + regiment = { + name= "1.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "2.Dungar Cavalry" - type = cavalry - home = 1267 - } + regiment = { + name= "2.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "3.Dungar Cavalry" - type = cavalry - home = 1267 - } + regiment = { + name= "3.Dungar Cavalry" + type = cavalry + home = 1267 + } - regiment = { - name= "1.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "1.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } - regiment = { - name= "2.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "2.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } - regiment = { - name= "3.Bikaner Sadul Infantry" - type = irregular - home = 1267 - } + regiment = { + name= "3.Bikaner Sadul Infantry" + type = irregular + home = 1267 + } } - diff --git a/HPM/history/units/BNB_oob.txt b/HPM/history/units/BNB_oob.txt index c29d7e49..3c5801ef 100644 --- a/HPM/history/units/BNB_oob.txt +++ b/HPM/history/units/BNB_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 925 - regiment = { - name= "Kurdish Warriors" - type = infantry - home = 925 - } + name = "Army of the Kurdish Emir" + location = 925 + regiment = { + name= "Kurdish Warriors" + type = infantry + home = 925 + } } - diff --git a/HPM/history/units/BOL_oob.txt b/HPM/history/units/BOL_oob.txt index 9c601e31..21a74379 100644 --- a/HPM/history/units/BOL_oob.txt +++ b/HPM/history/units/BOL_oob.txt @@ -1,33 +1,31 @@ PEU = { value=200 } leader = { - name = "Jose Ballivián" - type = land - date = 1836.1.1 - background = generals_aide - personality = bold + name = "Jose Ballivián" + type = land + date = 1836.1.1 + background = generals_aide + personality = bold } army = { - name = "Ejército de Bolivia" - location = 2313 #Chuquisaca (Sucre) - regiment = { - name= "1. Brigada de Infanteria" - type = infantry - home = 2313 - } + name = "Ejército de Bolivia" + location = 2313 #Chuquisaca (Sucre) + regiment = { + name= "1. Brigada de Infanteria" + type = infantry + home = 2313 + } - regiment = { - name= "2. Brigada de Infanteria" - type = infantry - home = 2310 - } + regiment = { + name= "2. Brigada de Infanteria" + type = infantry + home = 2310 + } - regiment = { - name= "3. Brigada de Infanteria" - type = infantry - home = 2311 - } + regiment = { + name= "3. Brigada de Infanteria" + type = infantry + home = 2311 + } } - - diff --git a/HPM/history/units/BRA_oob.txt b/HPM/history/units/BRA_oob.txt index 1934ac0f..74f3d84b 100644 --- a/HPM/history/units/BRA_oob.txt +++ b/HPM/history/units/BRA_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Braunschweigische Armee" - location = 536 - regiment = { - name= "1. Braunschweigische Infanterie-Brigade" - type = infantry - home = 536 - } + name = "Braunschweigische Armee" + location = 536 + regiment = { + name= "1. Braunschweigische Infanterie-Brigade" + type = infantry + home = 536 + } } diff --git a/HPM/history/units/BRD_oob.txt b/HPM/history/units/BRD_oob.txt index e5e50e0d..bee045da 100644 --- a/HPM/history/units/BRD_oob.txt +++ b/HPM/history/units/BRD_oob.txt @@ -1,33 +1,32 @@ BUG = { - value = 70 + value = 70 } RWA = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Urundi" - location = 2035 - regiment = { - name= "Mwami's Warriors" - type = irregular - home = 2035 } + name = "Royal army of Urundi" + location = 2035 + regiment = { + name= "Mwami's Warriors" + type = irregular + home = 2035 } } - diff --git a/HPM/history/units/BRE_oob.txt b/HPM/history/units/BRE_oob.txt index 9bdc8825..f347eef0 100644 --- a/HPM/history/units/BRE_oob.txt +++ b/HPM/history/units/BRE_oob.txt @@ -1,11 +1,9 @@ army = { - name = "Bremen's Militia" - location = 539 - regiment = { - name= "Bremen's Militia" - type = infantry - home = 539 - } + name = "Bremen's Militia" + location = 539 + regiment = { + name= "Bremen's Militia" + type = infantry + home = 539 + } } - - diff --git a/HPM/history/units/BRM_oob.txt b/HPM/history/units/BRM_oob.txt index 1ea43836..ecc0ebf5 100644 --- a/HPM/history/units/BRM_oob.txt +++ b/HPM/history/units/BRM_oob.txt @@ -1,37 +1,35 @@ SOK = { - value = 50 + value = 50 } KBO = { - value = 10 + value = 10 } ADW = { - value = 50 + value = 50 } WAD = { - value = 10 + value = 10 } army = { - name = "Army of the Baguirmi Sultanate" - location = 1818 + name = "Army of the Baguirmi Sultanate" + location = 1818 regiment = { - name= "Sultan's Cavalry" - type = cavalry - home = 1818 } + name= "Sultan's Cavalry" + type = cavalry + home = 1818 } regiment = { - name= "1st Baguirmi Warriors" - type = irregular - home = 1818 } + name= "1st Baguirmi Warriors" + type = irregular + home = 1818 } regiment = { - name= "2nd Baguirmi Warriors" - type = irregular - home = 1818 } + name= "2nd Baguirmi Warriors" + type = irregular + home = 1818 } } - - diff --git a/HPM/history/units/BRU_oob.txt b/HPM/history/units/BRU_oob.txt index 4a14ab78..b6b2751a 100644 --- a/HPM/history/units/BRU_oob.txt +++ b/HPM/history/units/BRU_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Sultan of Brunei" - location = 1394 - regiment = { - name= "1.Sultan's Guard" - type = irregular - home = 1394 - } + name = "Army of the Sultan of Brunei" + location = 1394 + regiment = { + name= "1.Sultan's Guard" + type = irregular + home = 1394 + } } - diff --git a/HPM/history/units/BRZ_oob.txt b/HPM/history/units/BRZ_oob.txt index 8103e91c..f92c80aa 100644 --- a/HPM/history/units/BRZ_oob.txt +++ b/HPM/history/units/BRZ_oob.txt @@ -1,184 +1,183 @@ PBC = { - value = -50 + value = -50 } army = { - name = "Exército Imperial" - location = 2447 - regiment = { - name= "1. Brigada de Infantaria" - type = infantry - home = 2447 - } - - regiment = { - name= "2. Brigada de Infantaria" - type = infantry - home = 2450 - } - - regiment = { - name= "3. Brigada de Infantaria" - type = infantry - home = 2436 - } - - regiment = { - name= "4. Brigada de Infantaria" - type = infantry - home = 2447 - } - - regiment = { - name= "5. Brigada de Infantaria" - type = infantry - home = 2457 - } - - regiment = { - name= "6. Brigada de Infantaria" - type = infantry - home = 2441 - } - - regiment = { - name= "7. Brigada de Infantaria" - type = infantry - home = 2441 - } - - regiment = { - name= "1. Brigada de Cavalaria" - type = cuirassier - home = 2429 - } - - regiment = { - name= "2. Brigada de Cavalaria" - type = cuirassier - home = 2434 - } - - regiment = { - name= "3. Brigada de Cavalaria" - type = cuirassier - home = 2426 - } + name = "Exército Imperial" + location = 2447 + regiment = { + name= "1. Brigada de Infantaria" + type = infantry + home = 2447 + } + + regiment = { + name= "2. Brigada de Infantaria" + type = infantry + home = 2450 + } + + regiment = { + name= "3. Brigada de Infantaria" + type = infantry + home = 2436 + } + + regiment = { + name= "4. Brigada de Infantaria" + type = infantry + home = 2447 + } + + regiment = { + name= "5. Brigada de Infantaria" + type = infantry + home = 2457 + } + + regiment = { + name= "6. Brigada de Infantaria" + type = infantry + home = 2441 + } + + regiment = { + name= "7. Brigada de Infantaria" + type = infantry + home = 2441 + } + + regiment = { + name= "1. Brigada de Cavalaria" + type = cuirassier + home = 2429 + } + + regiment = { + name= "2. Brigada de Cavalaria" + type = cuirassier + home = 2434 + } + + regiment = { + name= "3. Brigada de Cavalaria" + type = cuirassier + home = 2426 + } } leader = { - name = "Manuel Marques de Sousa" - date = 1830.1.1 - type = land - personality = brash - background = butcher - prestige = 0.1 + name = "Manuel Marques de Sousa" + date = 1830.1.1 + type = land + personality = brash + background = butcher + prestige = 0.1 } leader = { - name = "Luís Alves de Lima e Silva" - picture = southamerican_general_6 - date = 1836.1.1 - type = land - personality = gutsy - background = war_college - prestige = 0.1 + name = "Luís Alves de Lima e Silva" + picture = southamerican_general_6 + date = 1836.1.1 + type = land + personality = gutsy + background = war_college + prestige = 0.1 } leader = { - name = "Frederico Mariath" - picture = european_admiral_0 - date = 1830.1.1 - type = sea - personality = tactful - background = nationalist + name = "Frederico Mariath" + picture = european_admiral_0 + date = 1830.1.1 + type = sea + personality = tactful + background = nationalist } navy = { - name = "Brazilian Navy" - location = 2447 - ship = { - name = "Perdo I" - type = manowar - } - - ship = { - name = "Afonso de Albuquerque" - type = manowar - } - - ship = { - name = "Imperatriz" - type = frigate - } - - ship = { - name = "Dona Januária" - type = frigate - } - - ship = { - name = "Nictheroy" - type = frigate - } - - ship = { - name = "Abaeté" - type = frigate - } - - ship = { - name = "Amalia" - type = frigate - } - - ship = { - name = "Bertioga" - type = frigate - } - - ship = { - name = "Duquesa de Goiás" - type = frigate - } - - ship = { - name = "Alcântara" - type = frigate - } - - ship = { - name = "Amazonas" - type = frigate - } - - ship = { - name = "Andorinha" - type = frigate - } - - ship = { - name = "Barca a Vapor Águia" - type = commerce_raider - } - - - ship = { - name = "Barca a Vapor Amélia" - type = commerce_raider - } - - ship = { - name = "Brigue Transporte Alcides" - type = clipper_transport - } - - - ship = { - name = "Brigue Transporte Anibal" - type = clipper_transport - } + name = "Brazilian Navy" + location = 2447 + ship = { + name = "Perdo I" + type = manowar + } -} + ship = { + name = "Afonso de Albuquerque" + type = manowar + } + + ship = { + name = "Imperatriz" + type = frigate + } + + ship = { + name = "Dona Januária" + type = frigate + } + + ship = { + name = "Nictheroy" + type = frigate + } + + ship = { + name = "Abaeté" + type = frigate + } + ship = { + name = "Amalia" + type = frigate + } + + ship = { + name = "Bertioga" + type = frigate + } + + ship = { + name = "Duquesa de Goiás" + type = frigate + } + + ship = { + name = "Alcântara" + type = frigate + } + + ship = { + name = "Amazonas" + type = frigate + } + + ship = { + name = "Andorinha" + type = frigate + } + + ship = { + name = "Barca a Vapor Águia" + type = commerce_raider + } + + + ship = { + name = "Barca a Vapor Amélia" + type = commerce_raider + } + + ship = { + name = "Brigue Transporte Alcides" + type = clipper_transport + } + + + ship = { + name = "Brigue Transporte Anibal" + type = clipper_transport + } + +} diff --git a/HPM/history/units/BSH_oob.txt b/HPM/history/units/BSH_oob.txt index 4e131f4e..d1b6665c 100644 --- a/HPM/history/units/BSH_oob.txt +++ b/HPM/history/units/BSH_oob.txt @@ -1,25 +1,25 @@ XHO = { - value = -50 + value = -50 } SUA = { - value = 40 + value = 40 } MAT = { - value = -50 + value = -50 } GAZ = { - value = -20 + value = -20 } ZUL = { - value = -30 + value = -30 } ENG = { - value = 75 + value = 75 } leader = { @@ -31,12 +31,11 @@ leader = { } army = { - name = "Royal army of Basotho" - location = 2104 - regiment = { - name= "Basotho Warriors" - type = irregular - home = 2104 - } + name = "Royal army of Basotho" + location = 2104 + regiment = { + name= "Basotho Warriors" + type = irregular + home = 2104 + } } - diff --git a/HPM/history/units/BTL_oob.txt b/HPM/history/units/BTL_oob.txt index 5894d3ac..83e872f4 100644 --- a/HPM/history/units/BTL_oob.txt +++ b/HPM/history/units/BTL_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 891 - regiment = { - name= "Kurdish Warriors" - type = infantry - home = 891 - } + name = "Army of the Kurdish Emir" + location = 891 + regiment = { + name= "Kurdish Warriors" + type = infantry + home = 891 + } } - diff --git a/HPM/history/units/BUG_oob.txt b/HPM/history/units/BUG_oob.txt index 5712989c..eec23ad7 100644 --- a/HPM/history/units/BUG_oob.txt +++ b/HPM/history/units/BUG_oob.txt @@ -1,38 +1,37 @@ BRD = { - value = 70 + value = 70 } RWA = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Buganda" - location = 2019 + name = "Royal army of Buganda" + location = 2019 regiment = { - name= "King's Guards" - type = irregular home = 2019 } + name= "King's Guards" + type = irregular home = 2019 } regiment = { - name= "Bugandan Warriors" - type = irregular - home = 2020 } + name= "Bugandan Warriors" + type = irregular + home = 2020 } } - diff --git a/HPM/history/units/BUK_oob.txt b/HPM/history/units/BUK_oob.txt index bc8bb2cd..8ceaf8ed 100644 --- a/HPM/history/units/BUK_oob.txt +++ b/HPM/history/units/BUK_oob.txt @@ -1,133 +1,133 @@ KOK = { - value = 100 + value = 100 } PER = { - value = 50 + value = 50 } army = { - + name = "Army of Nasrullah Khan" - + location = 1198 - + regiment = { - + name= "1st Buchara" - + type = cavalry - + home = 1198 - } + } + - regiment = { - + name = "2nd Buchara" - + type = cavalry - + home = 1198 - } + } + - regiment = { - + name= "3rd Buchara" - + type = cavalry - home = 1198 - + home = 1198 + } } army = { - + name = "Army of Bukkhara" - + location = 1198 - + regiment = { - + name= "4th Buchara" - + type = irregular - + home = 1198 - } + } + - regiment = { - + name= "5th Buchara" - + type = irregular - + home = 1198 - } + } + - regiment = { - + name= "6th Buchara" - + type = irregular - + home = 1198 - + } } army = { - + name = "Army of Samarkand" - + location = 1199 - + regiment = { - + name= "1.Samarkand" - + type = irregular - + home = 1199 - + } - + regiment = { - + name= "2.Samarkand" - + type = irregular - + home = 1199 - } + } + - regiment = { - + name= "3.Samarkand" - + type = irregular - + home = 1199 - } + } } leader = { - name = "Nasr-Allah bin Haydar Tora" - type = land - date = 1820.8.20 - background = aristocrat - personality = merciless + name = "Nasr-Allah bin Haydar Tora" + type = land + date = 1820.8.20 + background = aristocrat + personality = merciless } diff --git a/HPM/history/units/BUN_oob.txt b/HPM/history/units/BUN_oob.txt index 65b95c73..0195c6cb 100644 --- a/HPM/history/units/BUN_oob.txt +++ b/HPM/history/units/BUN_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Bundelkhand" - location = 1274 - regiment = { - name= "1.Bundelkhand Legion" - type = irregular - home = 1273 - } + name = "Army of Bundelkhand" + location = 1274 + regiment = { + name= "1.Bundelkhand Legion" + type = irregular + home = 1273 + } - regiment = { - name= "2.Bundelkhand Legion" - type = irregular - home = 1274 - } + regiment = { + name= "2.Bundelkhand Legion" + type = irregular + home = 1274 + } - regiment = { - name= "3.Bundelkhand Legion" - type = irregular - home = 1274 - } + regiment = { + name= "3.Bundelkhand Legion" + type = irregular + home = 1274 + } } - diff --git a/HPM/history/units/BUR_oob.txt b/HPM/history/units/BUR_oob.txt index 53276947..5c064a35 100644 --- a/HPM/history/units/BUR_oob.txt +++ b/HPM/history/units/BUR_oob.txt @@ -1,118 +1,117 @@ #Relations SIA = { - value = -200 #relation + value = -200 #relation } ENG = { - value = -5 #relation + value = -5 #relation } leader = { - name = "Tharrawaddy Min" - type = land - date = 1836.1.1 - personality = balanced_p - background = armchair_general + name = "Tharrawaddy Min" + type = land + date = 1836.1.1 + personality = balanced_p + background = armchair_general } army = { - name = "Army of Burma" - location = 1334 - regiment = { - name= "1. Brigade" - type = irregular - home = 1330 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1330 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1332 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1332 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1333 - } - - regiment = { - name= "6. Brigade" - type = irregular - home = 1333 - } - - regiment = { - name= "7. Brigade" - type = irregular - home = 1335 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1335 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1337 - } + name = "Army of Burma" + location = 1334 + regiment = { + name= "1. Brigade" + type = irregular + home = 1330 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1330 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1332 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1332 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1333 + } + + regiment = { + name= "6. Brigade" + type = irregular + home = 1333 + } + + regiment = { + name= "7. Brigade" + type = irregular + home = 1335 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1335 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1337 + } } army = { - name = "Army of South Burma" - location = 1333 - regiment = { - name= "10. Brigade" - type = irregular - home = 1334 - } - - regiment = { - name= "11. Brigade" - type = irregular - home = 1334 - } - - regiment = { - name= "12. Brigade" - type = irregular - home = 1339 - } - - regiment = { - name= "13. Brigade" - type = irregular - home = 1336 - } - - regiment = { - name= "15. Brigade" - type = irregular - home = 1342 - } - - regiment = { - name= "16. Brigade" - type = irregular - home = 1342 - } + name = "Army of South Burma" + location = 1333 + regiment = { + name= "10. Brigade" + type = irregular + home = 1334 + } + + regiment = { + name= "11. Brigade" + type = irregular + home = 1334 + } + + regiment = { + name= "12. Brigade" + type = irregular + home = 1339 + } + + regiment = { + name= "13. Brigade" + type = irregular + home = 1336 + } + + regiment = { + name= "15. Brigade" + type = irregular + home = 1342 + } + + regiment = { + name= "16. Brigade" + type = irregular + home = 1342 + } } - diff --git a/HPM/history/units/CAM_oob.txt b/HPM/history/units/CAM_oob.txt index 78c90ae9..1da9f82f 100644 --- a/HPM/history/units/CAM_oob.txt +++ b/HPM/history/units/CAM_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Royal Cambodian Army" - location = 1364 - regiment = { - name= "1.1st Division" - type = irregular - home = 1364 - } + name = "Royal Cambodian Army" + location = 1364 + regiment = { + name= "1.1st Division" + type = irregular + home = 1364 + } - regiment = { - name= "2.1st Division" - type = irregular - home = 1364 - } + regiment = { + name= "2.1st Division" + type = irregular + home = 1364 + } - regiment = { - name= "3.1st Division" - type = irregular - home = 1367 - } + regiment = { + name= "3.1st Division" + type = irregular + home = 1367 + } } - diff --git a/HPM/history/units/CHI_oob.txt b/HPM/history/units/CHI_oob.txt index 14cac2a7..89650125 100644 --- a/HPM/history/units/CHI_oob.txt +++ b/HPM/history/units/CHI_oob.txt @@ -1,699 +1,699 @@ POR = { - value = 125 #relation + value = 125 #relation } LAN = { - value = 200 #relation + value = 200 #relation } LUA = { - value = 300 #relation + value = 300 #relation } MCK = { - value = 125 #relation + value = 125 #relation } UYG = { - value = -150 #relation + value = -150 #relation } TIB = { - value = -100 #relation + value = -100 #relation } MGL = { - value = -50 #relation + value = -50 #relation } army = { - name = "Army of Forbidden Banners" - location = 1612 - regiment = { - name= "1. Manchu Yellow Banner" - type = infantry - home = 1612 - } - - regiment = { - name= "2.Manchu Yellow Banner" - type = infantry - home = 1612 - } - - regiment = { - name= "3.Manchu Yellow Banner" - type = infantry - home = 1612 - } + name = "Army of Forbidden Banners" + location = 1612 + regiment = { + name= "1. Manchu Yellow Banner" + type = infantry + home = 1612 + } + + regiment = { + name= "2.Manchu Yellow Banner" + type = infantry + home = 1612 + } + + regiment = { + name= "3.Manchu Yellow Banner" + type = infantry + home = 1612 + } } army = { - name = "Army of The Manchu Blue Banner" - location = 1612 - - regiment = { - name= "1.Manchu Blue Banner" - type = infantry - home = 1616 - } - - regiment = { - name= "2.Manchu Blue Banner" - type = infantry - home = 1616 - } - - regiment = { - name= "3.Manchu Blue Banner" - type = infantry - home = 1616 - } + name = "Army of The Manchu Blue Banner" + location = 1612 + + regiment = { + name= "1.Manchu Blue Banner" + type = infantry + home = 1616 + } + + regiment = { + name= "2.Manchu Blue Banner" + type = infantry + home = 1616 + } + + regiment = { + name= "3.Manchu Blue Banner" + type = infantry + home = 1616 + } } army = { - name = "Army of The Steppe" - location = 1612 - - regiment = { - name= "1.Tatar Cavalry" - type = cavalry - home = 1488 - } - - regiment = { - name= "2.Tatar Cavalry" - type = cavalry - home = 1490 - } - - regiment = { - name= "3.Tatar Cavalry" - type = cavalry - home = 1532 - } - - regiment = { - name= "4.Tatar Cavalry" - type = cavalry - home = 1535 - } - - regiment = { - name= "5.Tatar Cavalry" - type = cavalry - home = 1534 - } + name = "Army of The Steppe" + location = 1612 + + regiment = { + name= "1.Tatar Cavalry" + type = cavalry + home = 1488 + } + + regiment = { + name= "2.Tatar Cavalry" + type = cavalry + home = 1490 + } + + regiment = { + name= "3.Tatar Cavalry" + type = cavalry + home = 1532 + } + + regiment = { + name= "4.Tatar Cavalry" + type = cavalry + home = 1535 + } + + regiment = { + name= "5.Tatar Cavalry" + type = cavalry + home = 1534 + } } army = { - name = "1st Green Standard Army" - location = 1575 - regiment = { - name= "1st Green Standard" - type = irregular - home = 1470 - } - - regiment = { - name= "2nd Green Standard" - type = irregular - home = 1510 - } - - regiment = { - name= "3rd Green Standard" - type = irregular - home = 1547 - } - - regiment = { - name= "4th Green Standard" - type = irregular - home = 1471 - } - - regiment = { - name= "5th Green Standard" - type = irregular - home = 1511 - } - - regiment = { - name= "6th Green Standard" - type = irregular - home = 1548 - } - - regiment = { - name= "7th Green Standard" - type = irregular - home = 1472 - } - - regiment = { - name= "8th Green Standard" - type = irregular - home = 1512 - } - - regiment = { - name= "9th Green Standard" - type = irregular - home = 1549 - } + name = "1st Green Standard Army" + location = 1575 + regiment = { + name= "1st Green Standard" + type = irregular + home = 1470 + } + + regiment = { + name= "2nd Green Standard" + type = irregular + home = 1510 + } + + regiment = { + name= "3rd Green Standard" + type = irregular + home = 1547 + } + + regiment = { + name= "4th Green Standard" + type = irregular + home = 1471 + } + + regiment = { + name= "5th Green Standard" + type = irregular + home = 1511 + } + + regiment = { + name= "6th Green Standard" + type = irregular + home = 1548 + } + + regiment = { + name= "7th Green Standard" + type = irregular + home = 1472 + } + + regiment = { + name= "8th Green Standard" + type = irregular + home = 1512 + } + + regiment = { + name= "9th Green Standard" + type = irregular + home = 1549 + } } army = { - name = "2nd Green Standard Army" - location = 1583 - - regiment = { - name= "10th Green Standard" - type = irregular - home = 1473 - } - - regiment = { - name= "11th Green Standard" - type = irregular - home = 1513 - } - - regiment = { - name= "12th Green Standard" - type = irregular - home = 1550 - } - - regiment = { - name= "13th Green Standard" - type = irregular - home = 1474 - } - - regiment = { - name= "14th Green Standard" - type = irregular - home = 1514 - } - - regiment = { - name= "15th Green Standard" - type = irregular - home = 1551 - } - - regiment = { - name= "16th Green Standard" - type = irregular - home = 1475 - } - - regiment = { - name= "17th Green Standard" - type = irregular - home = 1515 - } - - regiment = { - name= "18th Green Standard" - type = irregular - home = 1559 - } + name = "2nd Green Standard Army" + location = 1583 + + regiment = { + name= "10th Green Standard" + type = irregular + home = 1473 + } + + regiment = { + name= "11th Green Standard" + type = irregular + home = 1513 + } + + regiment = { + name= "12th Green Standard" + type = irregular + home = 1550 + } + + regiment = { + name= "13th Green Standard" + type = irregular + home = 1474 + } + + regiment = { + name= "14th Green Standard" + type = irregular + home = 1514 + } + + regiment = { + name= "15th Green Standard" + type = irregular + home = 1551 + } + + regiment = { + name= "16th Green Standard" + type = irregular + home = 1475 + } + + regiment = { + name= "17th Green Standard" + type = irregular + home = 1515 + } + + regiment = { + name= "18th Green Standard" + type = irregular + home = 1559 + } } army = { - name = "3rd Green Standard Army" - location = 1525 - - regiment = { - name= "19th Green Standard" - type = irregular - home = 1476 - } - - regiment = { - name= "20th Green Standard" - type = irregular - home = 1516 - } - - regiment = { - name= "21st Green Standard" - type = irregular - home = 1561 - } - - regiment = { - name= "22nd Green Standard" - type = irregular - home = 1477 - } - - regiment = { - name= "23rd Green Standard" - type = irregular - home = 1517 - } - - regiment = { - name= "24th Green Standard" - type = irregular - home = 1562 - } - - regiment = { - name= "25th Green Standard" - type = irregular - home = 1478 - } - - regiment = { - name= "26th Green Standard" - type = irregular - home = 1518 - } - - regiment = { - name= "27th Green Standard" - type = irregular - home = 2062 - } + name = "3rd Green Standard Army" + location = 1525 + + regiment = { + name= "19th Green Standard" + type = irregular + home = 1476 + } + + regiment = { + name= "20th Green Standard" + type = irregular + home = 1516 + } + + regiment = { + name= "21st Green Standard" + type = irregular + home = 1561 + } + + regiment = { + name= "22nd Green Standard" + type = irregular + home = 1477 + } + + regiment = { + name= "23rd Green Standard" + type = irregular + home = 1517 + } + + regiment = { + name= "24th Green Standard" + type = irregular + home = 1562 + } + + regiment = { + name= "25th Green Standard" + type = irregular + home = 1478 + } + + regiment = { + name= "26th Green Standard" + type = irregular + home = 1518 + } + + regiment = { + name= "27th Green Standard" + type = irregular + home = 2062 + } } army = { - name = "4th Green Standard Army" - location = 1576 - - regiment = { - name= "28th Green Standard" - type = irregular - home = 1482 - } - - regiment = { - name= "29th Green Standard" - type = irregular - home = 1519 - } - - regiment = { - name= "30th Green Standard" - type = irregular - home = 1563 - } - - regiment = { - name= "31st Green Standard" - type = irregular - home = 1483 - } - - regiment = { - name= "32nd Green Standard" - type = irregular - home = 1520 - } - - regiment = { - name= "33rd. Green Standard" - type = irregular - home = 1564 - } - - regiment = { - name= "34th Green Standard" - type = irregular - home = 1484 - } - - regiment = { - name= "35th Green Standard" - type = irregular - home = 1521 - } - - regiment = { - name= "36th Green Standard" - type = irregular - home = 1565 - } + name = "4th Green Standard Army" + location = 1576 + + regiment = { + name= "28th Green Standard" + type = irregular + home = 1482 + } + + regiment = { + name= "29th Green Standard" + type = irregular + home = 1519 + } + + regiment = { + name= "30th Green Standard" + type = irregular + home = 1563 + } + + regiment = { + name= "31st Green Standard" + type = irregular + home = 1483 + } + + regiment = { + name= "32nd Green Standard" + type = irregular + home = 1520 + } + + regiment = { + name= "33rd. Green Standard" + type = irregular + home = 1564 + } + + regiment = { + name= "34th Green Standard" + type = irregular + home = 1484 + } + + regiment = { + name= "35th Green Standard" + type = irregular + home = 1521 + } + + regiment = { + name= "36th Green Standard" + type = irregular + home = 1565 + } } army = { - name = "5th Green Standard Army" - location = 1602 - regiment = { - name= "37th Green Standard" - type = irregular - home = 1486 - } - - regiment = { - name= "38th Green Standard" - type = irregular - home = 1522 - } - - regiment = { - name= "39th Green Standard" - type = irregular - home = 1567 - } - - regiment = { - name= "40th Green Standard" - type = irregular - home = 1487 - } - - regiment = { - name= "41st Green Standard" - type = irregular - home = 1523 - } - - regiment = { - name= "42nd Green Standard" - type = irregular - home = 1568 - } - - regiment = { - name= "43rd Green Standard" - type = irregular - home = 1488 - } - - regiment = { - name= "44th Green Standard" - type = irregular - home = 1524 - } - - regiment = { - name= "45th Green Standard" - type = irregular - home = 1570 - } + name = "5th Green Standard Army" + location = 1602 + regiment = { + name= "37th Green Standard" + type = irregular + home = 1486 + } + + regiment = { + name= "38th Green Standard" + type = irregular + home = 1522 + } + + regiment = { + name= "39th Green Standard" + type = irregular + home = 1567 + } + + regiment = { + name= "40th Green Standard" + type = irregular + home = 1487 + } + + regiment = { + name= "41st Green Standard" + type = irregular + home = 1523 + } + + regiment = { + name= "42nd Green Standard" + type = irregular + home = 1568 + } + + regiment = { + name= "43rd Green Standard" + type = irregular + home = 1488 + } + + regiment = { + name= "44th Green Standard" + type = irregular + home = 1524 + } + + regiment = { + name= "45th Green Standard" + type = irregular + home = 1570 + } } army = { - name = "6th Green Standard Army" - location = 1502 - regiment = { - name= "46th Green Standard" - type = irregular - home = 1489 - } - - regiment = { - name= "47th Green Standard" - type = irregular - home = 1525 - } - - regiment = { - name= "48th Green Standard" - type = irregular - home = 1571 - } - - regiment = { - name= "49th Green Standard" - type = irregular - home = 1490 - } - - regiment = { - name= "50th Green Standard" - type = irregular - home = 1526 - } - - regiment = { - name= "51st Green Standard" - type = irregular - home = 1572 - } - - regiment = { - name= "52nd Green Standard" - type = irregular - home = 1493 - } - - regiment = { - name= "53rd Green Standard" - type = irregular - home = 1527 - } - - regiment = { - name= "54th Green Standard" - type = irregular - home = 1573 - } + name = "6th Green Standard Army" + location = 1502 + regiment = { + name= "46th Green Standard" + type = irregular + home = 1489 + } + + regiment = { + name= "47th Green Standard" + type = irregular + home = 1525 + } + + regiment = { + name= "48th Green Standard" + type = irregular + home = 1571 + } + + regiment = { + name= "49th Green Standard" + type = irregular + home = 1490 + } + + regiment = { + name= "50th Green Standard" + type = irregular + home = 1526 + } + + regiment = { + name= "51st Green Standard" + type = irregular + home = 1572 + } + + regiment = { + name= "52nd Green Standard" + type = irregular + home = 1493 + } + + regiment = { + name= "53rd Green Standard" + type = irregular + home = 1527 + } + + regiment = { + name= "54th Green Standard" + type = irregular + home = 1573 + } } army = { - name = "7th Green Standard Army" - location = 1487 - regiment = { - name= "55th Green Standard" - type = irregular - home = 1494 - } - - regiment = { - name= "56th Green Standard" - type = irregular - home = 1528 - } - - regiment = { - name= "57th Green Standard" - type = irregular - home = 1574 - } - - regiment = { - name= "58th Green Standard" - type = irregular - home = 1614 - } - - regiment = { - name= "59th Green Standard" - type = irregular - home = 1529 - } - - regiment = { - name= "60th Green Standard" - type = irregular - home = 1575 - } - - regiment = { - name= "61st Green Standard" - type = irregular - home = 1497 - } - - regiment = { - name= "62nd Green Standard" - type = irregular - home = 1530 - } - - regiment = { - name= "63rd Green Standard" - type = irregular - home = 1577 - } + name = "7th Green Standard Army" + location = 1487 + regiment = { + name= "55th Green Standard" + type = irregular + home = 1494 + } + + regiment = { + name= "56th Green Standard" + type = irregular + home = 1528 + } + + regiment = { + name= "57th Green Standard" + type = irregular + home = 1574 + } + + regiment = { + name= "58th Green Standard" + type = irregular + home = 1614 + } + + regiment = { + name= "59th Green Standard" + type = irregular + home = 1529 + } + + regiment = { + name= "60th Green Standard" + type = irregular + home = 1575 + } + + regiment = { + name= "61st Green Standard" + type = irregular + home = 1497 + } + + regiment = { + name= "62nd Green Standard" + type = irregular + home = 1530 + } + + regiment = { + name= "63rd Green Standard" + type = irregular + home = 1577 + } } army = { - name = "8th Green Standard Army" - location = 1482 - - regiment = { - name= "64th Green Standard" - type = irregular - home = 1499 - } - - regiment = { - name= "65th Green Standard" - type = irregular - home = 1536 - } - - regiment = { - name= "66th Green Standard" - type = irregular - home = 1578 - } - - regiment = { - name= "67th Green Standard" - type = irregular - home = 1615 - } - - regiment = { - name= "68th Green Standard" - type = irregular - home = 2221 - } - - regiment = { - name= "69th Green Standard" - type = irregular - home = 1579 - } - - regiment = { - name= "70th Green Standard" - type = irregular - home = 1501 - } - - regiment = { - name= "71st Green Standard" - type = irregular - home = 1537 - } - - regiment = { - name= "72nd Green Standard" - type = irregular - home = 1580 - } + name = "8th Green Standard Army" + location = 1482 + + regiment = { + name= "64th Green Standard" + type = irregular + home = 1499 + } + + regiment = { + name= "65th Green Standard" + type = irregular + home = 1536 + } + + regiment = { + name= "66th Green Standard" + type = irregular + home = 1578 + } + + regiment = { + name= "67th Green Standard" + type = irregular + home = 1615 + } + + regiment = { + name= "68th Green Standard" + type = irregular + home = 2221 + } + + regiment = { + name= "69th Green Standard" + type = irregular + home = 1579 + } + + regiment = { + name= "70th Green Standard" + type = irregular + home = 1501 + } + + regiment = { + name= "71st Green Standard" + type = irregular + home = 1537 + } + + regiment = { + name= "72nd Green Standard" + type = irregular + home = 1580 + } } army = { - name = "9th Green Standard Army" - location = 1536 - - regiment = { - name= "73rd Green Standard" - type = irregular - home = 1616 - } - - regiment = { - name= "74th Green Standard" - type = irregular - home = 1539 - } - - regiment = { - name= "75th Green Standard" - type = irregular - home = 1581 - } - - regiment = { - name= "76th Green Standard" - type = irregular - home = 1617 - } - - regiment = { - name= "77th Green Standard" - type = irregular - home = 1540 - } - - regiment = { - name= "78th Green Standard" - type = irregular - home = 1582 - } - - regiment = { - name= "79th Green Standard" - type = irregular - home = 1618 - } - - regiment = { - name= "80th Green Standard" - type = irregular - home = 1541 - } - - regiment = { - name= "81st Green Standard" - type = irregular - home = 1583 - } + name = "9th Green Standard Army" + location = 1536 + + regiment = { + name= "73rd Green Standard" + type = irregular + home = 1616 + } + + regiment = { + name= "74th Green Standard" + type = irregular + home = 1539 + } + + regiment = { + name= "75th Green Standard" + type = irregular + home = 1581 + } + + regiment = { + name= "76th Green Standard" + type = irregular + home = 1617 + } + + regiment = { + name= "77th Green Standard" + type = irregular + home = 1540 + } + + regiment = { + name= "78th Green Standard" + type = irregular + home = 1582 + } + + regiment = { + name= "79th Green Standard" + type = irregular + home = 1618 + } + + regiment = { + name= "80th Green Standard" + type = irregular + home = 1541 + } + + regiment = { + name= "81st Green Standard" + type = irregular + home = 1583 + } } leader = { - name = "Guan Tianpei" - picture = asian_admiral_4 - date = 1820.1.1 - type = sea - personality = chivalrous - background = elderly + name = "Guan Tianpei" + picture = asian_admiral_4 + date = 1820.1.1 + type = sea + personality = chivalrous + background = elderly } leader = { - name = "Lin Zexu" - picture = asian_admiral_1 - date = 1820.1.1 - type = sea - personality = charismatic - background = elderly + name = "Lin Zexu" + picture = asian_admiral_1 + date = 1820.1.1 + type = sea + personality = charismatic + background = elderly } leader = { - name = "Daoguang Emperor" - picture = asian_general_3 - date = 1820.1.1 - type = land - personality = inefficient - background = aristocrat + name = "Daoguang Emperor" + picture = asian_general_3 + date = 1820.1.1 + type = land + personality = inefficient + background = aristocrat } leader = { - name = "Qishan" - date = 1830.1.1 - type = land - personality = gutsy - background = old_school + name = "Qishan" + date = 1830.1.1 + type = land + personality = gutsy + background = old_school } leader = { - name = "Yishan" - date = 1830.1.1 - type = land - personality = impetuous - background = aristocrat + name = "Yishan" + date = 1830.1.1 + type = land + personality = impetuous + background = aristocrat } leader = { - name = "Yijing" - date = 1830.1.1 - type = land - personality = spirited - background = aristocrat + name = "Yijing" + date = 1830.1.1 + type = land + personality = spirited + background = aristocrat } leader = { - name = "Yang Fang" - date = 1820.1.1 - type = land - personality = brash - background = school_of_offense + name = "Yang Fang" + date = 1820.1.1 + type = land + personality = brash + background = school_of_offense } diff --git a/HPM/history/units/CHK_oob.txt b/HPM/history/units/CHK_oob.txt index 635151e7..96735fdb 100644 --- a/HPM/history/units/CHK_oob.txt +++ b/HPM/history/units/CHK_oob.txt @@ -1,36 +1,34 @@ #Relations USA = { - value = 10 #relation + value = 10 #relation } SIA = { - value = -50 #relation + value = -50 #relation } FRA = { - value = -75 #relation + value = -75 #relation } ENG = { - value = 75 #relation + value = 75 #relation } army = { - name = "Royal Siamese Army" - location = 1362 - regiment = { - name= "1. Brigade" - type = irregular - home = 1362 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1363 - } + name = "Royal Siamese Army" + location = 1362 + regiment = { + name= "1. Brigade" + type = irregular + home = 1362 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1363 + } } - - diff --git a/HPM/history/units/CHL_oob.txt b/HPM/history/units/CHL_oob.txt index e3afc5e9..68b58441 100644 --- a/HPM/history/units/CHL_oob.txt +++ b/HPM/history/units/CHL_oob.txt @@ -2,94 +2,93 @@ ECU = { value = -100 } PBC = { value = -100 } army = { - name = "Ejército de Chile" - location = 2324 - regiment = { - name= "1. Brigada de artillería" - type = artillery - home = 2324 - } - - regiment = { - name= "1. Brigada de Infantería" - type = infantry - home = 2324 - } - - regiment = { - name= "2. Brigada de Infantería" - type = infantry - home = 2325 - } - - regiment = { - name= "3. Brigada de Infantería" - type = infantry - home = 2328 - } - - regiment = { - name= "1. Brigada de Caballería" - type = cuirassier - home = 2324 - } + name = "Ejército de Chile" + location = 2324 + regiment = { + name= "1. Brigada de artillería" + type = artillery + home = 2324 + } + + regiment = { + name= "1. Brigada de Infantería" + type = infantry + home = 2324 + } + + regiment = { + name= "2. Brigada de Infantería" + type = infantry + home = 2325 + } + + regiment = { + name= "3. Brigada de Infantería" + type = infantry + home = 2328 + } + + regiment = { + name= "1. Brigada de Caballería" + type = cuirassier + home = 2324 + } } - + leader = { - name = "José Joaquín Prieto" - type = land - date = 1820.8.20 - background = rising_star - personality = bold - prestige = 0.01 - } - + name = "José Joaquín Prieto" + type = land + date = 1820.8.20 + background = rising_star + personality = bold + prestige = 0.01 + } + leader = { - name = "Robert Winthrop Simpson" - type = sea - date = 1820.12.14 - background = school_of_defense - personality = au_fait - } - + name = "Robert Winthrop Simpson" + type = sea + date = 1820.12.14 + background = school_of_defense + personality = au_fait + } + navy = { - name = "Chilean Navy" - location = 2325 - ship = { - name = "Aquiles" - type = frigate - } - - ship = { - name = "Voltaire" - type = frigate - } - - ship = { - name = "Orbegoso" - type = frigate - } - - ship = { - name = "Valparaiso" - type = frigate - } - - ship = { - name = "Libertad" - type = frigate - } - - ship = { - name = "1. Buque de transporte" - type = clipper_transport - } - - - ship = { - name = "2. Buque de transporte" - type = clipper_transport - } + name = "Chilean Navy" + location = 2325 + ship = { + name = "Aquiles" + type = frigate + } + + ship = { + name = "Voltaire" + type = frigate + } + + ship = { + name = "Orbegoso" + type = frigate + } + + ship = { + name = "Valparaiso" + type = frigate + } + + ship = { + name = "Libertad" + type = frigate + } + + ship = { + name = "1. Buque de transporte" + type = clipper_transport + } + + + ship = { + name = "2. Buque de transporte" + type = clipper_transport + } } - diff --git a/HPM/history/units/CHO_oob.txt b/HPM/history/units/CHO_oob.txt index 4c9710b9..5ce350c9 100644 --- a/HPM/history/units/CHO_oob.txt +++ b/HPM/history/units/CHO_oob.txt @@ -3,26 +3,26 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Mori" - location = 1640 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1640 - } - regiment = { - name= "1.Choshu" - type = irregular - home = 1640 - } - regiment = { - name= "2.Choshu" - type = irregular - home = 1640 - } - regiment = { - name= "3.Choshu" - type = irregular - home = 1638 - } + name = "Army of Daimyo Mori" + location = 1640 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1640 + } + regiment = { + name= "1.Choshu" + type = irregular + home = 1640 + } + regiment = { + name= "2.Choshu" + type = irregular + home = 1640 + } + regiment = { + name= "3.Choshu" + type = irregular + home = 1638 + } } diff --git a/HPM/history/units/CIR_oob.txt b/HPM/history/units/CIR_oob.txt index 023db52a..5809cc98 100644 --- a/HPM/history/units/CIR_oob.txt +++ b/HPM/history/units/CIR_oob.txt @@ -1,46 +1,44 @@ - army = { - name = "Circassian Army" - location = 1051 - + name = "Circassian Army" + location = 1051 - regiment = { - name= "1. Brigade" - type = infantry - home = 1051 - } - - regiment = { - name= "2. Brigade" - type = infantry - home = 1049 - } - regiment = { - name= "3. Brigade" - type = infantry - home = 1051 - } + regiment = { + name= "1. Brigade" + type = infantry + home = 1051 + } - regiment = { - name= "4. Cavalry" - type = cavalry - home = 1051 - } + regiment = { + name= "2. Brigade" + type = infantry + home = 1049 + } - regiment = { - name= "5. Cavalry" - type = cavalry - home = 1049 - } + regiment = { + name= "3. Brigade" + type = infantry + home = 1051 + } - leader = { - name = "Tuguzhuko Kyzbech" - picture = arab_general_4 - type = land - date = 1836.1.1 - background = cursed_luck - personality = resolute - } -} + regiment = { + name= "4. Cavalry" + type = cavalry + home = 1051 + } + regiment = { + name= "5. Cavalry" + type = cavalry + home = 1049 + } + + leader = { + name = "Tuguzhuko Kyzbech" + picture = arab_general_4 + type = land + date = 1836.1.1 + background = cursed_luck + personality = resolute + } +} diff --git a/HPM/history/units/CLA_oob.txt b/HPM/history/units/CLA_oob.txt index 5dce90b0..b540158e 100644 --- a/HPM/history/units/CLA_oob.txt +++ b/HPM/history/units/CLA_oob.txt @@ -1,46 +1,45 @@ NET = { - value = 60 + value = 60 } POR = { - value = 50 + value = 50 } ARO = { - value = 30 + value = 30 } ASH = { - value = 30 + value = 30 } BEN = { - value = 40 + value = 40 } OYO = { - value = 25 + value = 25 } WRI = { - value = 60 + value = 60 } SOK = { - value = -15 + value = -15 } DAH = { - value = 30 + value = 30 } army = { - name = "Royal army of Calabar" - location = 1934 + name = "Royal army of Calabar" + location = 1934 regiment = { - name= "Calabar Warriors" - type = irregular - home = 1934 - } + name= "Calabar Warriors" + type = irregular + home = 1934 + } } - diff --git a/HPM/history/units/CLM_oob.txt b/HPM/history/units/CLM_oob.txt index b37d34d8..b1c2aa12 100644 --- a/HPM/history/units/CLM_oob.txt +++ b/HPM/history/units/CLM_oob.txt @@ -1,107 +1,106 @@ ECU = { - truce_until = 1837.1.1 - value = -50 + truce_until = 1837.1.1 + value = -50 } PBC = { - value = -25 + value = -25 } leader = { - name = "Pedro Alcántara Herrán" - picture = european_general_24 - type = land - date="1830.1.1" - personality = soldierly - background = nationalist + name = "Pedro Alcántara Herrán" + picture = european_general_24 + type = land + date="1830.1.1" + personality = soldierly + background = nationalist } leader = { - name = "Rafael Tono Llopis" - type = sea - date="1820.1.1" - personality = polite - background = nationalist + name = "Rafael Tono Llopis" + type = sea + date="1820.1.1" + personality = polite + background = nationalist } army = { - name = "Ejército de Colombia" - location = 2253 - regiment = { - name= "1. Brigada de Infantería" - type = infantry - home = 2247 - } + name = "Ejército de Colombia" + location = 2253 + regiment = { + name= "1. Brigada de Infantería" + type = infantry + home = 2247 + } - regiment = { - name= "2. Brigada de Infantería" - type = infantry - home = 2252 - } + regiment = { + name= "2. Brigada de Infantería" + type = infantry + home = 2252 + } - regiment = { - name= "3. Brigada de Infantería" - type = infantry - home = 2254 - } + regiment = { + name= "3. Brigada de Infantería" + type = infantry + home = 2254 + } - regiment = { - name= "1. Brigada de Caballería" - type = cuirassier - home = 2250 - } + regiment = { + name= "1. Brigada de Caballería" + type = cuirassier + home = 2250 + } } navy = { - name = "Armada de Colombia" - location = 2254 - ship = { - name= "Bolivar" - type = manowar - } - ship = { - name= "Venezuela" - type = frigate - } - ship = { - name= "Boyacu" - type = frigate - } - ship = { - name= "Urica" - type = frigate - } - ship = { - name= "Ceres" - type = frigate - } - ship = { - name= "Constitucion" - type = frigate - } + name = "Armada de Colombia" + location = 2254 + ship = { + name= "Bolivar" + type = manowar + } + ship = { + name= "Venezuela" + type = frigate + } + ship = { + name= "Boyacu" + type = frigate + } + ship = { + name= "Urica" + type = frigate + } + ship = { + name= "Ceres" + type = frigate + } + ship = { + name= "Constitucion" + type = frigate + } } navy = { - name = "Armada del Pacífico" - location = 2253 + name = "Armada del Pacífico" + location = 2253 - ship = { - name= "Pichincha" - type = frigate - } - ship = { - name= "Chimborazo" - type = frigate - } - ship = { - name= "Independiente" - type = frigate - } - ship = { - name= "Libertador" - type = frigate - } + ship = { + name= "Pichincha" + type = frigate + } + ship = { + name= "Chimborazo" + type = frigate + } + ship = { + name= "Independiente" + type = frigate + } + ship = { + name= "Libertador" + type = frigate + } } - diff --git a/HPM/history/units/COB_oob.txt b/HPM/history/units/COB_oob.txt index ac20dffe..f5074dee 100644 --- a/HPM/history/units/COB_oob.txt +++ b/HPM/history/units/COB_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Coburgische Landwehr" - location = 562 - regiment = { - name= "1. Linieninfanteriebrigade" - type = infantry - home = 562 - } -} \ No newline at end of file + name = "Coburgische Landwehr" + location = 562 + regiment = { + name= "1. Linieninfanteriebrigade" + type = infantry + home = 562 + } +} diff --git a/HPM/history/units/CRL_oob.txt b/HPM/history/units/CRL_oob.txt index 307cbad6..c6d7c9ba 100644 --- a/HPM/history/units/CRL_oob.txt +++ b/HPM/history/units/CRL_oob.txt @@ -3,34 +3,33 @@ PNJ = { value = 200 } AFG = { truce_until = 1840.1.1 } army = { - name = "Army of Chitral" - location = 1223 - regiment = { - name= "1.Mehtar Cavalry" - type = cavalry - home = 1223 - } + name = "Army of Chitral" + location = 1223 + regiment = { + name= "1.Mehtar Cavalry" + type = cavalry + home = 1223 + } - regiment = { - name= "1.Mehtar Infantry" - type = infantry - home = 1223 - } + regiment = { + name= "1.Mehtar Infantry" + type = infantry + home = 1223 + } - regiment = { - name= "2.Mehtar Infantry" - type = infantry - home = 1223 - } + regiment = { + name= "2.Mehtar Infantry" + type = infantry + home = 1223 + } } leader = { - name = "Shah Afzal II" - type = land - date = 1836.1.1 - personality = disciplined - background = natural_born_leader - prestige = 0.2 + name = "Shah Afzal II" + type = land + date = 1836.1.1 + personality = disciplined + background = natural_born_leader + prestige = 0.2 } - diff --git a/HPM/history/units/CRT_oob.txt b/HPM/history/units/CRT_oob.txt index db80930d..867e5b45 100644 --- a/HPM/history/units/CRT_oob.txt +++ b/HPM/history/units/CRT_oob.txt @@ -1,15 +1,15 @@ USA = { - value = -200 + value = -200 } army = { - name = "Ejército de Corrientes" - location = 2356 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2356 - } + name = "Ejército de Corrientes" + location = 2356 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2356 + } } leader = { @@ -18,5 +18,4 @@ leader = { date = 1835.12.12 background = drillmaster personality = audacious - } - + } diff --git a/HPM/history/units/DAG_oob.txt b/HPM/history/units/DAG_oob.txt index f555df8e..020aea23 100644 --- a/HPM/history/units/DAG_oob.txt +++ b/HPM/history/units/DAG_oob.txt @@ -1,47 +1,44 @@ - army = { - name = "Imam's Army" - location = 1053 - regiment = { - name= "1. Brigade" - type = infantry - home = 1053 - } - - regiment = { - name= "2. Brigade" - type = infantry - home = 1053 - } - - regiment = { - name= "3. Brigade" - type = infantry - home = 1052 - } + name = "Imam's Army" + location = 1053 + regiment = { + name= "1. Brigade" + type = infantry + home = 1053 + } + + regiment = { + name= "2. Brigade" + type = infantry + home = 1053 + } + + regiment = { + name= "3. Brigade" + type = infantry + home = 1052 + } + + regiment = { + name= "4. Brigade" + type = infantry + home = 1052 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1053 + } - regiment = { - name= "4. Brigade" - type = infantry - home = 1052 - } - regiment = { - name= "5. Brigade" - type = irregular - home = 1053 - } - - leader = { - name = "Imam Shamil" - picture = arab_general_4 - type = land - date = 1836.1.1 - background = school_of_defense - personality = implacable - prestige = 0.9 - } + name = "Imam Shamil" + picture = arab_general_4 + type = land + date = 1836.1.1 + background = school_of_defense + personality = implacable + prestige = 0.9 + } } - - diff --git a/HPM/history/units/DAH_oob.txt b/HPM/history/units/DAH_oob.txt index de0b291c..74d50ed6 100644 --- a/HPM/history/units/DAH_oob.txt +++ b/HPM/history/units/DAH_oob.txt @@ -1,70 +1,68 @@ NET = { - value = 60 + value = 60 } POR = { - value = 40 + value = 40 } MOS = { - value = 10 + value = 10 } KNG = { - value = 10 + value = 10 } BEN = { - value = 30 + value = 30 } SOK = { - value = -10 + value = -10 } OYO = { - value = 40 + value = 40 } CLA = { - value = 30 + value = 30 } WRI = { - value = 30 + value = 30 } ARO = { - value = 40 + value = 40 } MAS = { - value = -5 + value = -5 } SEG = { - value = 5 + value = 5 } army = { - name = "Army of Dahomey" - location = 1920 + name = "Army of Dahomey" + location = 1920 regiment = { - name= "Ahosu's Guards" - type = irregular home = 1920 } + name= "Ahosu's Guards" + type = irregular home = 1920 } regiment = { - name= "Mino Warriors" - type = irregular - home = 1920 - } + name= "Mino Warriors" + type = irregular + home = 1920 + } regiment = { - name= "Dahomean Warriors" + name= "Dahomean Warriors" type = irregular - home = 1921 - } + home = 1921 + } } - - diff --git a/HPM/history/units/DAI_oob.txt b/HPM/history/units/DAI_oob.txt index 2e5b1424..a551a7ce 100644 --- a/HPM/history/units/DAI_oob.txt +++ b/HPM/history/units/DAI_oob.txt @@ -1,64 +1,63 @@ SIA = { - value = -50 - truce_until = 1840.1.1 + value = -50 + truce_until = 1840.1.1 } army = { - name = "Imperial Nguyen Army" - location = 1375 - regiment = { - name= "1. Brigade" - type = irregular - home = 1375 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1369 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1380 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1370 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1371 - } - - regiment = { - name= "6. Brigade" - type = irregular - home = 1372 - } - - regiment = { - name= "7. Brigade" - type = irregular - home = 1373 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1376 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1377 - } + name = "Imperial Nguyen Army" + location = 1375 + regiment = { + name= "1. Brigade" + type = irregular + home = 1375 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1369 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1380 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1370 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1371 + } + + regiment = { + name= "6. Brigade" + type = irregular + home = 1372 + } + + regiment = { + name= "7. Brigade" + type = irregular + home = 1373 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1376 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1377 + } } - diff --git a/HPM/history/units/DAM_oob.txt b/HPM/history/units/DAM_oob.txt index ec1beb39..f112ad06 100644 --- a/HPM/history/units/DAM_oob.txt +++ b/HPM/history/units/DAM_oob.txt @@ -1,17 +1,17 @@ SOK = { - value = 100 + value = 100 } DND = { - value = -50 + value = -50 } KBO = { - value = -150 + value = -150 } MAS = { - value = 20 + value = 20 } GBU = { value = -200 } @@ -20,22 +20,20 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Sultanate of Damagaram" - location = 1815 + name = "Army of the Sultanate of Damagaram" + location = 1815 regiment = { - name= "Sultan's Cavalry" - type = cavalry - home = 1815 } + name= "Sultan's Cavalry" + type = cavalry + home = 1815 } regiment = { - name= "1st Hausa Warriors" - type = irregular - home = 1815 } + name= "1st Hausa Warriors" + type = irregular + home = 1815 } regiment = { - name= "2nd Hausa Warriors" - type = irregular - home = 1811 } + name= "2nd Hausa Warriors" + type = irregular + home = 1811 } } - - diff --git a/HPM/history/units/DAR_oob.txt b/HPM/history/units/DAR_oob.txt index 668308fe..736640ef 100644 --- a/HPM/history/units/DAR_oob.txt +++ b/HPM/history/units/DAR_oob.txt @@ -1,41 +1,39 @@ EGY = { - value = 80 + value = 80 } DND = { - value = 10 + value = 10 } KBO = { - value = 40 + value = 40 } DAM = { - value = 10 + value = 10 } WAD = { - value = 60 + value = 60 } SOK = { - value = 10 + value = 10 } army = { - name = "Army of the Sultanate of Darfur" - location = 1841 - + name = "Army of the Sultanate of Darfur" + location = 1841 + regiment = { - name= "Sultan's Kights" - type = cavalry - home = 1841 } + name= "Sultan's Kights" + type = cavalry + home = 1841 } regiment = { - name= "Fur Warriors" - type = irregular - home = 1842 } + name= "Fur Warriors" + type = irregular + home = 1842 } } - - diff --git a/HPM/history/units/DEN_oob.txt b/HPM/history/units/DEN_oob.txt index cd3af7f2..f2825d8f 100644 --- a/HPM/history/units/DEN_oob.txt +++ b/HPM/history/units/DEN_oob.txt @@ -1,76 +1,76 @@ ENG = { - value = 0 + value = 0 } PRU = { - value = 49 + value = 49 } leader = { - name = "Rye" - date = 1836.1.1 - type = land - personality = daring - background = adventurer + name = "Rye" + date = 1836.1.1 + type = land + personality = daring + background = adventurer } army = { - name = "Danske Haeren" - location = 372 - regiment = { - name= "1.1. Infanteridivision" - type = infantry - home = 372 - } + name = "Danske Haeren" + location = 372 + regiment = { + name= "1.1. Infanteridivision" + type = infantry + home = 372 + } - regiment = { - name= "2.1. Infanteridivision" - type = infantry - home = 372 - } + regiment = { + name= "2.1. Infanteridivision" + type = infantry + home = 372 + } - regiment = { - name= "3.1. Infanteridivision" - type = infantry - home = 367 - } - - regiment = { - name= "1.2. Infanteridivision" - type = infantry - home = 366 - } + regiment = { + name= "3.1. Infanteridivision" + type = infantry + home = 367 + } - regiment = { - name= "1.1. Artilleridivision" - type = artillery - home = 368 - } + regiment = { + name= "1.2. Infanteridivision" + type = infantry + home = 366 + } - regiment = { - name= "1.2. Artilleridivision" - type = artillery - home = 2557 - } + regiment = { + name= "1.1. Artilleridivision" + type = artillery + home = 368 + } - regiment = { - name= "1.1. Kavalleridivision" - type = dragoon - home = 373 - } + regiment = { + name= "1.2. Artilleridivision" + type = artillery + home = 2557 + } + + regiment = { + name= "1.1. Kavalleridivision" + type = dragoon + home = 373 + } } navy = { - name = "Royal Navy" - location = 372 - ship = { - name= "Danmark" - type = manowar - } + name = "Royal Navy" + location = 372 + ship = { + name= "Danmark" + type = manowar + } - ship = { - name= "Dronning Marie" - type = manowar - } + ship = { + name= "Dronning Marie" + type = manowar + } } diff --git a/HPM/history/units/DJA_oob.txt b/HPM/history/units/DJA_oob.txt index 1309d5e8..3a4073e7 100644 --- a/HPM/history/units/DJA_oob.txt +++ b/HPM/history/units/DJA_oob.txt @@ -1,18 +1,17 @@ army = { - name = "Army of the Sultan of Jambi" - location = 1403 - regiment = { - name= "Sultan Guards" - type = irregular - home = 1410 - } - } + name = "Army of the Sultan of Jambi" + location = 1403 + regiment = { + name= "Sultan Guards" + type = irregular + home = 1410 + } + } leader = { - name = "Sultan Facharudin" - date = 1836.1.1 - type = land - personality = coward - background = aristocrat + name = "Sultan Facharudin" + date = 1836.1.1 + type = land + personality = coward + background = aristocrat } - diff --git a/HPM/history/units/DND_oob.txt b/HPM/history/units/DND_oob.txt index 02c0e2b1..d8f354f7 100644 --- a/HPM/history/units/DND_oob.txt +++ b/HPM/history/units/DND_oob.txt @@ -1,21 +1,21 @@ DAM = { - value = -50 + value = -50 } DAR = { - value = 10 + value = 10 } WAD = { - value = 15 + value = 15 } SOK = { - value = 5 + value = 5 } MAS = { - value = 30 + value = 30 } GBU = { value = -200 } @@ -24,18 +24,16 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Dendi Kingdom" - location = 1808 + name = "Army of the Dendi Kingdom" + location = 1808 regiment = { - name= "Askiya's Cavalry" - type = cavalry - home = 1808 } + name= "Askiya's Cavalry" + type = cavalry + home = 1808 } regiment = { - name= "Songhai Warriors" - type = irregular - home = 1805 } + name= "Songhai Warriors" + type = irregular + home = 1805 } } - - diff --git a/HPM/history/units/ECU_oob.txt b/HPM/history/units/ECU_oob.txt index 4f4f2f40..ff4f05a5 100644 --- a/HPM/history/units/ECU_oob.txt +++ b/HPM/history/units/ECU_oob.txt @@ -1,71 +1,70 @@ CLM = { - truce_until = 1837.1.1 - value = -50 + truce_until = 1837.1.1 + value = -50 } USA = { - value = -25 + value = -25 } PEU = { - value = -100 + value = -100 } PBC = { - value = -25 + value = -25 } leader = { - name = "Juan Illingworth" - picture = european_general_1 - type = land - date="1830.1.1" - personality = soldierly - background = nationalist + name = "Juan Illingworth" + picture = european_general_1 + type = land + date="1830.1.1" + personality = soldierly + background = nationalist } leader = { - name = "Thomas Charles Wright" - picture = "european_admiral_2" - type = sea - date="1820.1.1" - personality = audacious - background = nationalist + name = "Thomas Charles Wright" + picture = "european_admiral_2" + type = sea + date="1820.1.1" + personality = audacious + background = nationalist } army = { - name = "Ejército de Ecuador" - location = 2279 - regiment = { - name= "1. Brigada de Infantería" - type = infantry - home = 2279 - } + name = "Ejército de Ecuador" + location = 2279 + regiment = { + name= "1. Brigada de Infantería" + type = infantry + home = 2279 + } - regiment = { - name= "2. Brigada de Infantería" - type = infantry - home = 2279 - } + regiment = { + name= "2. Brigada de Infantería" + type = infantry + home = 2279 + } - regiment = { - name= "3. Brigada de Infantería" - type = infantry - home = 2283 - } + regiment = { + name= "3. Brigada de Infantería" + type = infantry + home = 2283 + } } navy = { - name = "Escuadra Unida del Ecuador" - location = 2281 - ship = { - name= "Guayaquileña" - type = frigate - } - ship = { - name= "Diligencia" - type = frigate - } + name = "Escuadra Unida del Ecuador" + location = 2281 + ship = { + name= "Guayaquileña" + type = frigate + } + ship = { + name= "Diligencia" + type = frigate + } } - diff --git a/HPM/history/units/EGY_oob.txt b/HPM/history/units/EGY_oob.txt index d378d7d8..c0f4bd9c 100644 --- a/HPM/history/units/EGY_oob.txt +++ b/HPM/history/units/EGY_oob.txt @@ -1,290 +1,289 @@ DAR = { - value = 80 + value = 80 } WAD = { - value = 70 + value = 70 } GON = { - value = 75 + value = 75 } TIG = { - value = 75 + value = 75 } SHW = { - value = 65 + value = 65 } GEL = { - value = 60 + value = 60 } MAJ = { - value = 60 + value = 60 } navy = { - name = "Taba" - location = 1751 - ship = { - name= "Toushka" - type = manowar - } - - ship = { - name= "Sharm El-Sheikh" - type = manowar - } - - ship = { - name= "Damyat" - type = manowar - } - - ship = { - name= "Rasheed" - type = manowar - } - - ship = { - name= "El Suez" - type = manowar - } - - ship = { - name= "El Aboukir" - type = frigate - } - - ship = { - name= "Najim al Zafir" - type = frigate - } - - ship = { - name= "Cairo" - type = frigate - } - - ship = { - name= "Al Iskandariyah" - type = frigate - } - - ship = { - name= "Aswan" - type = frigate - } - - ship = { - name= "Port Said" - type = frigate - } - - ship = { - name= "Marsa Matruh" - type = frigate - } - - ship = { - name= "Bur Tawfiq" - type = frigate - } - - ship = { - name= "Al Ghardaqah" - type = frigate - } - - ship = { - name= "Bur Safajah" - type = frigate - } - - ship = { - name= "1st transport flotilla" - type = clipper_transport - } + name = "Taba" + location = 1751 + ship = { + name= "Toushka" + type = manowar + } + + ship = { + name= "Sharm El-Sheikh" + type = manowar + } + + ship = { + name= "Damyat" + type = manowar + } + + ship = { + name= "Rasheed" + type = manowar + } + + ship = { + name= "El Suez" + type = manowar + } + + ship = { + name= "El Aboukir" + type = frigate + } + + ship = { + name= "Najim al Zafir" + type = frigate + } + + ship = { + name= "Cairo" + type = frigate + } + + ship = { + name= "Al Iskandariyah" + type = frigate + } + + ship = { + name= "Aswan" + type = frigate + } + + ship = { + name= "Port Said" + type = frigate + } + + ship = { + name= "Marsa Matruh" + type = frigate + } + + ship = { + name= "Bur Tawfiq" + type = frigate + } + + ship = { + name= "Al Ghardaqah" + type = frigate + } + + ship = { + name= "Bur Safajah" + type = frigate + } + + ship = { + name= "1st transport flotilla" + type = clipper_transport + } } army = { - name = "Army of Egypt" - location = 1745 - regiment = { - name= "1.1 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "2.1 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "3.1 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "1.1 Infantry" - type = infantry - home = 1745 - } - - regiment = { - name= "2.1 Infantry" - type = infantry - home = 1745 - } - - regiment = { - name= "3.1 Infantry" - type = infantry - home = 1750 - } - - regiment = { - name= "1.2 Infantry" - type = infantry - home = 1751 - } - - regiment = { - name= "2.2 Infantry" - type = infantry - home = 1751 - } - - regiment = { - name= "3.2 Infantry" - type = infantry - home = 1747 - } + name = "Army of Egypt" + location = 1745 + regiment = { + name= "1.1 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "2.1 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "3.1 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "1.1 Infantry" + type = infantry + home = 1745 + } + + regiment = { + name= "2.1 Infantry" + type = infantry + home = 1745 + } + + regiment = { + name= "3.1 Infantry" + type = infantry + home = 1750 + } + + regiment = { + name= "1.2 Infantry" + type = infantry + home = 1751 + } + + regiment = { + name= "2.2 Infantry" + type = infantry + home = 1751 + } + + regiment = { + name= "3.2 Infantry" + type = infantry + home = 1747 + } } army = { - name = "Army of Syria" - location = 902 - - regiment = { - name= "1.3 Infantry" - type = infantry - home = 1746 - } - - regiment = { - name= "2.3 Infantry" - type = infantry - home = 1752 - } - - regiment = { - name= "3.3 Infantry" - type = infantry - home = 1748 - } - - regiment = { - name= "1.4th Division" - type = infantry - home = 1749 - } - - regiment = { - name= "2.4th Division" - type = infantry - home = 1765 - } - - regiment = { - name= "3.4th Division" - type = infantry - home = 1764 - } + name = "Army of Syria" + location = 902 + + regiment = { + name= "1.3 Infantry" + type = infantry + home = 1746 + } + + regiment = { + name= "2.3 Infantry" + type = infantry + home = 1752 + } + + regiment = { + name= "3.3 Infantry" + type = infantry + home = 1748 + } + + regiment = { + name= "1.4th Division" + type = infantry + home = 1749 + } + + regiment = { + name= "2.4th Division" + type = infantry + home = 1765 + } + + regiment = { + name= "3.4th Division" + type = infantry + home = 1764 + } } army = { - name = "Army of the Upper Nile" - location = 1827 - regiment = { - name= "1.2 Sipahis" - type = cavalry - home = 1745 - } - - regiment = { - name= "2.2 Sipahis" - type = cavalry - home = 1751 - } - - regiment = { - name= "3.2 Sipahis" - type = cavalry - home = 1762 - } - - regiment = { - name= "1.5 Infantry" - type = infantry - home = 1827 - } - - regiment = { - name= "2.5 Infantry" - type = infantry - home = 1827 - } - - regiment = { - name= "3.5 Infantry" - type = irregular - home = 1828 - } - - regiment = { - name= "1.6 Infantry" - type = irregular - home = 1829 - } - - regiment = { - name= "2.6 Infantry" - type = irregular - home = 1830 - } - - regiment = { - name= "3.6 Infantry" - type = irregular - home = 1831 - } + name = "Army of the Upper Nile" + location = 1827 + regiment = { + name= "1.2 Sipahis" + type = cavalry + home = 1745 + } + + regiment = { + name= "2.2 Sipahis" + type = cavalry + home = 1751 + } + + regiment = { + name= "3.2 Sipahis" + type = cavalry + home = 1762 + } + + regiment = { + name= "1.5 Infantry" + type = infantry + home = 1827 + } + + regiment = { + name= "2.5 Infantry" + type = infantry + home = 1827 + } + + regiment = { + name= "3.5 Infantry" + type = irregular + home = 1828 + } + + regiment = { + name= "1.6 Infantry" + type = irregular + home = 1829 + } + + regiment = { + name= "2.6 Infantry" + type = irregular + home = 1830 + } + + regiment = { + name= "3.6 Infantry" + type = irregular + home = 1831 + } } leader = { - name = "Ibrahim Pasha" - type = land - date="1832.1.1" - personality = defiant - background = expert_raider - prestige = 0.3 + name = "Ibrahim Pasha" + type = land + date="1832.1.1" + personality = defiant + background = expert_raider + prestige = 0.3 } leader = { - name = "Suleyman Pasha" - type = land - date="1832.1.1" - personality = balanced_p - background = drillmaster - prestige = 0.1 + name = "Suleyman Pasha" + type = land + date="1832.1.1" + personality = balanced_p + background = drillmaster + prestige = 0.1 } - diff --git a/HPM/history/units/ENG_oob.txt b/HPM/history/units/ENG_oob.txt index d1327caf..3a6eabfe 100644 --- a/HPM/history/units/ENG_oob.txt +++ b/HPM/history/units/ENG_oob.txt @@ -11,1701 +11,1700 @@ SPA = { value = -75 } #Africa BSH = { value = 75 } SUA = { - value = 150 - level = 4 - influence_value = 0 + value = 150 + level = 4 + influence_value = 0 } #Asia #Malay JOH = { - value = 50 + value = 50 } SLG = { - value = 150 - level = 5 - influence_value = 50 + value = 150 + level = 5 + influence_value = 50 } PRK = { - value = 150 - level = 5 - influence_value = 50 + value = 150 + level = 5 + influence_value = 50 } PHG = { - value = 150 - level = 5 - influence_value = 50 + value = 150 + level = 5 + influence_value = 50 } BUR = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BHP = { - value = 100 - level = 5 - influence_value = 0 + value = 100 + level = 5 + influence_value = 0 } SIA = { - value = 150 - level = 3 - influence_value = 0 + value = 150 + level = 3 + influence_value = 0 } NEP = { - value = -25 + value = -25 } QNG ={ - value = -10 - level = 0 - influence_value = 0 + value = -10 + level = 0 + influence_value = 0 } SIN ={ - value = -100 - level = 0 - influence_value = 0 + value = -100 + level = 0 + influence_value = 0 } MAK ={ - value = -100 - level = 0 - influence_value = 0 + value = -100 + level = 0 + influence_value = 0 } KAL ={ - value = -100 - level = 0 - influence_value = 0 + value = -100 + level = 0 + influence_value = 0 } NYE ={ - value = -10 - level = 0 - influence_value = 0 + value = -10 + level = 0 + influence_value = 0 } -ARC = { - value = -50 - level = 1 - influence_value = 0 +ARC = { + value = -50 + level = 1 + influence_value = 0 } -SBA = { - value = -50 - level = 1 - influence_value = 0 +SBA = { + value = -50 + level = 1 + influence_value = 0 } -CRT = { - value = -10 - level = 1 - influence_value = 0 +CRT = { + value = -10 + level = 1 + influence_value = 0 } -ENT = { - value = -10 - level = 1 - influence_value = 0 +ENT = { + value = -10 + level = 1 + influence_value = 0 } #Middle East PER = { - value = 100 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } AFG = { - value = -50 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -50 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BHR = { - value = 50 - level = 3 - influence_value = 0 + value = 50 + level = 3 + influence_value = 0 } ABU = { - value = 50 - level = 5 - influence_value = 0 + value = 50 + level = 5 + influence_value = 0 } OMA = { - value = 100 - level = 4 - influence_value = 0 + value = 100 + level = 4 + influence_value = 0 } NEJ = { - value = 100 - level = 2 - influence_value = 0 + value = 100 + level = 2 + influence_value = 0 } FDL = { - value = 50 - level = 2 - influence_value = 0 + value = 50 + level = 2 + influence_value = 0 } KTH = { - value = 50 - level = 2 - influence_value = 0 + value = 50 + level = 2 + influence_value = 0 } MHR = { - value = 50 - level = 4 - influence_value = 0 + value = 50 + level = 4 + influence_value = 0 } #Europe POR = { - value = 200 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 75 + value = 200 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 75 } NET = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } DEN = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } SWE = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } GRE = { - value = 75 - level = 4 - influence_value = 0 + value = 75 + level = 4 + influence_value = 0 } BEL = { - value = 200 - level = 5 - influence_value = 0 + value = 200 + level = 5 + influence_value = 0 } HAN = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } ION = { - value = 150 - level = 5 - influence_value = 0 + value = 150 + level = 5 + influence_value = 0 } #South America VNZ = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } URU = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #Other -COL = { #Columbia if released - value = 150 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 5 +COL = { #Columbia if released + value = 150 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 5 } #India PNJ = { - value = 75 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 75 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } AWA = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BAS = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BER = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BIK = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BHO = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } BUN = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } GWA = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } HYD = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } IND = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } JAI = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } JAS = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } JOD = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } KUT = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } MEW = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } MYS = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } NAG = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } ORI = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } TRA = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } MAH = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } MUG = { - value = 125 - level = 5 - influence_value = 0 + value = 125 + level = 5 + influence_value = 0 } leader = { - name = "Thomas Cochrane" - picture = eng_adm_cochrane - date = 1832.1.1 - type = sea - personality = charismatic - background = adventurer - prestige = 0.4 + name = "Thomas Cochrane" + picture = eng_adm_cochrane + date = 1832.1.1 + type = sea + personality = charismatic + background = adventurer + prestige = 0.4 } leader = { - name = "Edward Codrington" - picture = eng_adm_codrington - date = 1836.1.1 - type = sea - personality = daring - background = expert_raider - prestige = 0.3 + name = "Edward Codrington" + picture = eng_adm_codrington + date = 1836.1.1 + type = sea + personality = daring + background = expert_raider + prestige = 0.3 } leader = { - name = "Sir George Cockburn" - picture = eng_adm_cockburn - date = 1812.1.1 - type = sea - personality = earnest - background = old_school - prestige = 0.3 + name = "Sir George Cockburn" + picture = eng_adm_cockburn + date = 1812.1.1 + type = sea + personality = earnest + background = old_school + prestige = 0.3 } leader = { - name = "William Parker" - picture = eng_adm_parker - date = 1830.1.1 - type = land - personality = calm - background = exranker + name = "William Parker" + picture = eng_adm_parker + date = 1830.1.1 + type = land + personality = calm + background = exranker } leader = { - name = "Edward Blakeney" - picture = eng_gen_blakeney - date = 1825.1.1 - type = land - personality = indifferent - background = gifted_administrator - prestige = 0.1 + name = "Edward Blakeney" + picture = eng_gen_blakeney + date = 1825.1.1 + type = land + personality = indifferent + background = gifted_administrator + prestige = 0.1 } leader = { - name = "Arthur Wellesley" - picture = european_general_34 - date = 1810.1.1 - type = land - personality = heroic - background = school_of_defense - prestige = 0.8 + name = "Arthur Wellesley" + picture = european_general_34 + date = 1810.1.1 + type = land + personality = heroic + background = school_of_defense + prestige = 0.8 } leader = { - name = "Hugh Gough" - picture = eng_gen_goughhugh - date = 1830.1.1 - type = land - personality = dauntless - background = school_of_the_bayonet - prestige = 0.1 + name = "Hugh Gough" + picture = eng_gen_goughhugh + date = 1830.1.1 + type = land + personality = dauntless + background = school_of_the_bayonet + prestige = 0.1 } leader = { - name = "John Seaton" - picture = eng_gen_seaton - date = 1825.1.1 - type = land - personality = doughty - background = school_of_offense - prestige = 0.2 + name = "John Seaton" + picture = eng_gen_seaton + date = 1825.1.1 + type = land + personality = doughty + background = school_of_offense + prestige = 0.2 } leader = { - name = "Henry Smith" - picture = eng_gen_smith - date = 1814.1.1 - type = land - personality = efficient - background = gifted_administrator - prestige = 0.1 + name = "Henry Smith" + picture = eng_gen_smith + date = 1814.1.1 + type = land + personality = efficient + background = gifted_administrator + prestige = 0.1 } leader = { - name = "Henry Hardinge" - picture = eng_gen_hardinge - date = 1830.1.1 - type = land - personality = tactful - background = gifted_administrator - prestige = 0.1 + name = "Henry Hardinge" + picture = eng_gen_hardinge + date = 1830.1.1 + type = land + personality = tactful + background = gifted_administrator + prestige = 0.1 } leader = { - name = "Raglan" - picture = eng_gen_raglan - date = 1836.1.1 - type = land - personality = mediocre - background = aristocrat - prestige = 0.0 + name = "Raglan" + picture = eng_gen_raglan + date = 1836.1.1 + type = land + personality = mediocre + background = aristocrat + prestige = 0.0 } leader = { - name = "Whitworth-Aylmer" - date = 1825.1.1 - type = land - personality = reserved - background = generals_aide - prestige = 0.1 + name = "Whitworth-Aylmer" + date = 1825.1.1 + type = land + personality = reserved + background = generals_aide + prestige = 0.1 } leader = { - name = "John Fox Burgoyne" - date = 1836.1.1 - type = land - personality = able - background = engineer - prestige = 0.0 + name = "John Fox Burgoyne" + date = 1836.1.1 + type = land + personality = able + background = engineer + prestige = 0.0 } leader = { - name = "Sir George Brown" - date = 1836.1.1 - type = land - personality = harsh - background = cavalry_school - prestige = 0.0 + name = "Sir George Brown" + date = 1836.1.1 + type = land + personality = harsh + background = cavalry_school + prestige = 0.0 } leader = { - name = "James Dundas" - date = 1836.1.1 - type = sea - personality = cautious - background = elderly - prestige = 0.0 + name = "James Dundas" + date = 1836.1.1 + type = sea + personality = cautious + background = elderly + prestige = 0.0 } army = { - name = "1st Corps" - location = 300 - regiment = { - name= "Light Brigade" - type = hussar - home = 300 - } - - regiment = { - name= "Royal Dragoons" - type = dragoon - home = 294 - } - - regiment = { - name= "Heavy Brigade" - type = cuirassier - home = 291 - } - - regiment = { - name= "1.1st Division" - type = infantry - home = 300 - } - - regiment = { - name= "2.1st Division" - type = infantry - home = 293 - } - - regiment = { - name= "3.1st Division" - type = artillery - home = 295 - } + name = "1st Corps" + location = 300 + regiment = { + name= "Light Brigade" + type = hussar + home = 300 + } + + regiment = { + name= "Royal Dragoons" + type = dragoon + home = 294 + } + + regiment = { + name= "Heavy Brigade" + type = cuirassier + home = 291 + } + + regiment = { + name= "1.1st Division" + type = infantry + home = 300 + } + + regiment = { + name= "2.1st Division" + type = infantry + home = 293 + } + + regiment = { + name= "3.1st Division" + type = artillery + home = 295 + } } army = { - name = "2nd Division" - location = 288 - regiment = { - name= "1.2nd Division" - type = infantry - home = 288 - } + name = "2nd Division" + location = 288 + regiment = { + name= "1.2nd Division" + type = infantry + home = 288 + } - regiment = { - name= "2.2nd Division" - type = infantry - home = 287 - } + regiment = { + name= "2.2nd Division" + type = infantry + home = 287 + } - regiment = { - name= "3.2nd Division" - type = infantry - home = 256 - } + regiment = { + name= "3.2nd Division" + type = infantry + home = 256 + } } army = { - name = "3rd Division" - location = 273 - regiment = { - name= "1.3rd Division" - type = infantry - home = 273 - } + name = "3rd Division" + location = 273 + regiment = { + name= "1.3rd Division" + type = infantry + home = 273 + } - regiment = { - name= "2.3rd Division" - type = infantry - home = 266 - } + regiment = { + name= "2.3rd Division" + type = infantry + home = 266 + } - regiment = { - name= "3.3rd Division" - type = infantry - home = 270 - } + regiment = { + name= "3.3rd Division" + type = infantry + home = 270 + } } army = { - name = "4th Division" - location = 263 - regiment = { - name= "1.4th Division" - type = infantry - home = 263 - } + name = "4th Division" + location = 263 + regiment = { + name= "1.4th Division" + type = infantry + home = 263 + } - regiment = { - name= "2.4th Division" - type = infantry - home = 255 - } + regiment = { + name= "2.4th Division" + type = infantry + home = 255 + } - regiment = { - name= "3.4th Division" - type = infantry - home = 281 - } + regiment = { + name= "3.4th Division" + type = infantry + home = 281 + } } army = { - name = "5th Division" - location = 269 - regiment = { - name= "1.5th Division" - type = infantry - home = 269 - } + name = "5th Division" + location = 269 + regiment = { + name= "1.5th Division" + type = infantry + home = 269 + } - regiment = { - name= "2.5th Division" - type = infantry - home = 271 - } + regiment = { + name= "2.5th Division" + type = infantry + home = 271 + } - regiment = { - name= "3.5th Division" - type = infantry - home = 267 - } + regiment = { + name= "3.5th Division" + type = infantry + home = 267 + } } army = { - name = "The Toronto Garrison" - location = 46 - - regiment = { - name= "1st Cavalry Division" - type = cuirassier - home = 300 - } - - regiment = { - name= "1st Infantry Division" - type = infantry - home = 277 - } - - regiment = { - name= "2nd Infantry Division" - type = infantry - home = 292 - } - - regiment = { - name= "3rd Infantry Division" - type = infantry - home = 46 - } - - regiment = { - name= "4th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "5th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "6th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "1st Artillery Division" - type = artillery - home = 300 - } - - regiment = { - name= "2nd Artillery Division" - type = artillery - home = 300 - } + name = "The Toronto Garrison" + location = 46 + + regiment = { + name= "1st Cavalry Division" + type = cuirassier + home = 300 + } + + regiment = { + name= "1st Infantry Division" + type = infantry + home = 277 + } + + regiment = { + name= "2nd Infantry Division" + type = infantry + home = 292 + } + + regiment = { + name= "3rd Infantry Division" + type = infantry + home = 46 + } + + regiment = { + name= "4th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "5th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "6th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "1st Artillery Division" + type = artillery + home = 300 + } + + regiment = { + name= "2nd Artillery Division" + type = artillery + home = 300 + } } army = { - name = "The Montreal Garrison" - location = 58 - - regiment = { - name= "1st Cavalry Division" - type = cuirassier - home = 300 - } - - regiment = { - name= "1st Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "2nd Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "3rd Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "4th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "5th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "6th Infantry Division" - type = infantry - home = 300 - } - - regiment = { - name= "1st Artillery Division" - type = artillery - home = 300 - } - - regiment = { - name= "2nd Artillery Division" - type = artillery - home = 300 - } + name = "The Montreal Garrison" + location = 58 + + regiment = { + name= "1st Cavalry Division" + type = cuirassier + home = 300 + } + + regiment = { + name= "1st Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "2nd Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "3rd Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "4th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "5th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "6th Infantry Division" + type = infantry + home = 300 + } + + regiment = { + name= "1st Artillery Division" + type = artillery + home = 300 + } + + regiment = { + name= "2nd Artillery Division" + type = artillery + home = 300 + } } army = { - name = "The South Africa Garrison" - location = 2096 - - regiment = { - name= "1st Artillery Division" - type = artillery - home = 278 - } - - regiment = { - name= "1st Cavalry Division" - type = hussar - home = 278 - } - - regiment = { - name= "2nd Cavalry Division" - type = hussar - home = 278 - } - - regiment = { - name= "1st Infantry Division" - type = infantry - home = 274 - } - - regiment = { - name= "2nd Infantry Division" - type = infantry - home = 2087 - } + name = "The South Africa Garrison" + location = 2096 + + regiment = { + name= "1st Artillery Division" + type = artillery + home = 278 + } + + regiment = { + name= "1st Cavalry Division" + type = hussar + home = 278 + } + + regiment = { + name= "2nd Cavalry Division" + type = hussar + home = 278 + } + + regiment = { + name= "1st Infantry Division" + type = infantry + home = 274 + } + + regiment = { + name= "2nd Infantry Division" + type = infantry + home = 2087 + } } army = { - name = "The Australia Garrison" - location = 2468 - regiment = { - name= "1.8th Division" - type = infantry - home = 299 - } + name = "The Australia Garrison" + location = 2468 + regiment = { + name= "1.8th Division" + type = infantry + home = 299 + } - regiment = { - name= "2.8th Division" - type = infantry - home = 283 - } + regiment = { + name= "2.8th Division" + type = infantry + home = 283 + } - regiment = { - name= "3.8th Division" - type = infantry - home = 2468 - } + regiment = { + name= "3.8th Division" + type = infantry + home = 2468 + } } army = { - name = "The Bombay Army" - location = 1297 - regiment = { - name= "1.9th Division" - type = infantry - home = 271 - } - - regiment = { - name= "2.9th Division" - type = infantry - home = 280 - } - - regiment = { - name= "3.9th Division" - type = infantry - home = 289 - } - - regiment = { - name= "1.1st Indian Division" - type = infantry - home = 1297 - } - - regiment = { - name= "2.1st Indian Division" - type = infantry - home = 1291 - } - - regiment = { - name= "3.1st Indian Division" - type = infantry - home = 1299 - } - - regiment = { - name= "1.2nd Indian Division" - type = infantry - home = 1316 - } - - regiment = { - name= "2.2nd Indian Division" - type = infantry - home = 1317 - } - - regiment = { - name= "3.2nd Indian Division" - type = infantry - home = 1317 - } + name = "The Bombay Army" + location = 1297 + regiment = { + name= "1.9th Division" + type = infantry + home = 271 + } + + regiment = { + name= "2.9th Division" + type = infantry + home = 280 + } + + regiment = { + name= "3.9th Division" + type = infantry + home = 289 + } + + regiment = { + name= "1.1st Indian Division" + type = infantry + home = 1297 + } + + regiment = { + name= "2.1st Indian Division" + type = infantry + home = 1291 + } + + regiment = { + name= "3.1st Indian Division" + type = infantry + home = 1299 + } + + regiment = { + name= "1.2nd Indian Division" + type = infantry + home = 1316 + } + + regiment = { + name= "2.2nd Indian Division" + type = infantry + home = 1317 + } + + regiment = { + name= "3.2nd Indian Division" + type = infantry + home = 1317 + } } army = { - name = "The Calcutta Army" - location = 1256 - regiment = { - name= "1.10th Division" - type = infantry - home = 300 - } - - regiment = { - name= "2.10th Division" - type = infantry - home = 282 - } - - regiment = { - name= "3.10th Division" - type = infantry - home = 265 - } - - regiment = { - name= "1.3rd Indian Division" - type = infantry - home = 1251 - } - - regiment = { - name= "2.3rd Indian Division" - type = infantry - home = 1247 - } - - regiment = { - name= "3.3rd Indian Division" - type = infantry - home = 1254 - } - - regiment = { - name= "1.4th Indian Division" - type = infantry - home = 1240 - } - - regiment = { - name= "2.4th Indian Division" - type = infantry - home = 1248 - } - - regiment = { - name= "3.4th Indian Division" - type = infantry - home = 1243 - } + name = "The Calcutta Army" + location = 1256 + regiment = { + name= "1.10th Division" + type = infantry + home = 300 + } + + regiment = { + name= "2.10th Division" + type = infantry + home = 282 + } + + regiment = { + name= "3.10th Division" + type = infantry + home = 265 + } + + regiment = { + name= "1.3rd Indian Division" + type = infantry + home = 1251 + } + + regiment = { + name= "2.3rd Indian Division" + type = infantry + home = 1247 + } + + regiment = { + name= "3.3rd Indian Division" + type = infantry + home = 1254 + } + + regiment = { + name= "1.4th Indian Division" + type = infantry + home = 1240 + } + + regiment = { + name= "2.4th Indian Division" + type = infantry + home = 1248 + } + + regiment = { + name= "3.4th Indian Division" + type = infantry + home = 1243 + } } army = { - name = "The Delhi Army" - location = 1239 - regiment = { - name= "1.2nd Cavalry Division" - type = cuirassier - home = 278 - } - - regiment = { - name= "2.2nd Cavalry Division" - type = cuirassier - home = 297 - } - - regiment = { - name= "3.2nd Cavalry Division" - type = hussar - home = 260 - } - - regiment = { - name= "1.11th Division" - type = infantry - home = 296 - } - - regiment = { - name= "2.11th Division" - type = infantry - home = 268 - } - - regiment = { - name= "3.11th Division" - type = infantry - home = 261 - } - - regiment = { - name= "1.12th Division" - type = infantry - home = 284 - } - - regiment = { - name= "2.12th Division" - type = infantry - home = 254 - } - - regiment = { - name= "3.12th Division" - type = infantry - home = 258 - } + name = "The Delhi Army" + location = 1239 + regiment = { + name= "1.2nd Cavalry Division" + type = cuirassier + home = 278 + } + + regiment = { + name= "2.2nd Cavalry Division" + type = cuirassier + home = 297 + } + + regiment = { + name= "3.2nd Cavalry Division" + type = hussar + home = 260 + } + + regiment = { + name= "1.11th Division" + type = infantry + home = 296 + } + + regiment = { + name= "2.11th Division" + type = infantry + home = 268 + } + + regiment = { + name= "3.11th Division" + type = infantry + home = 261 + } + + regiment = { + name= "1.12th Division" + type = infantry + home = 284 + } + + regiment = { + name= "2.12th Division" + type = infantry + home = 254 + } + + regiment = { + name= "3.12th Division" + type = infantry + home = 258 + } } army = { - name = "5th Indian Division" - location = 1239 - regiment = { - name= "1.5th Indian Division" - type = infantry - home = 1239 - } + name = "5th Indian Division" + location = 1239 + regiment = { + name= "1.5th Indian Division" + type = infantry + home = 1239 + } - regiment = { - name= "2.5th Indian Division" - type = infantry - home = 1239 - } + regiment = { + name= "2.5th Indian Division" + type = infantry + home = 1239 + } - regiment = { - name= "3.5th Indian Division" - type = infantry - home = 1251 - } + regiment = { + name= "3.5th Indian Division" + type = infantry + home = 1251 + } } #Channel Fleet navy = { - name = "Channel Fleet" - location = 303 - - ship = { - name= "HMS Belleisle" #- - type = manowar - } - - ship = { - name= "HMS Bellerophon" #----------- - type = manowar - } - - ship = { - name= "HMS Britannia" #- - type = manowar - } - - ship = { - name= "HMS Camperdown" - type = manowar - } - - ship = { - name= "HMS Carnatic" - type = manowar - } - - ship = { - name= "HMS Clarence" - type = manowar - } - - ship = { - name= "HMS Formidable" - type = manowar - } - - ship = { - name= "HMS Hastings" #-- - type = manowar - } - - ship = { - name= "HMS Hawke" - type = manowar - } - - ship = { - name= "HMS Monarch" - type = manowar - } - - ship = { - name= "HMS Neptune" - type = manowar - } - - ship = { - name= "HMS Powerful" - type = manowar - } - - ship = { - name= "HMS Prince Regent" - type = manowar - } - - ship = { - name= "HMS Princess Charlotte" - type = manowar - } - - ship = { - name= "HMS Rodney" - type = manowar - } - - ship = { - name= "HMS Royal Adelaide" - type = manowar - } - - ship = { - name= "HMS Royal George" - type = manowar - } - - ship = { - name= "HMS Royal William" - type = manowar - } - - ship = { - name= "HMS Russell" - type = manowar - } - - ship = { - name= "HMS Talavera" - type = manowar - } - - ship = { - name= "HMS America" - type = frigate - } - - ship = { - name= "HMS Castor" - type = frigate - } - - ship = { - name= "HMS Conquestadore" - type = frigate - } - - ship = { - name= "HMS Eagle" - type = frigate - } - - ship = { - name= "HMS Forth" - type = frigate - } - - ship = { - name= "HMS Gloucester" - type = frigate - } - - ship = { - name= "HMS Pique" - type = frigate - } - - ship = { - name= "HMS Seahorse" - type = frigate - } - - ship = { - name= "HMS Stag" - type = frigate - } - - ship = { - name= "HMS Thalia" - type = frigate - } - - ship = { - name= "HMS Vernon" - type = frigate - } - - ship = { - name= "HMS Vindictive" - type = frigate - } - - ship = { - name= "HMS Medea" - type = frigate - } + name = "Channel Fleet" + location = 303 + + ship = { + name= "HMS Belleisle" #- + type = manowar + } + + ship = { + name= "HMS Bellerophon" #----------- + type = manowar + } + + ship = { + name= "HMS Britannia" #- + type = manowar + } + + ship = { + name= "HMS Camperdown" + type = manowar + } + + ship = { + name= "HMS Carnatic" + type = manowar + } + + ship = { + name= "HMS Clarence" + type = manowar + } + + ship = { + name= "HMS Formidable" + type = manowar + } + + ship = { + name= "HMS Hastings" #-- + type = manowar + } + + ship = { + name= "HMS Hawke" + type = manowar + } + + ship = { + name= "HMS Monarch" + type = manowar + } + + ship = { + name= "HMS Neptune" + type = manowar + } + + ship = { + name= "HMS Powerful" + type = manowar + } + + ship = { + name= "HMS Prince Regent" + type = manowar + } + + ship = { + name= "HMS Princess Charlotte" + type = manowar + } + + ship = { + name= "HMS Rodney" + type = manowar + } + + ship = { + name= "HMS Royal Adelaide" + type = manowar + } + + ship = { + name= "HMS Royal George" + type = manowar + } + + ship = { + name= "HMS Royal William" + type = manowar + } + + ship = { + name= "HMS Russell" + type = manowar + } + + ship = { + name= "HMS Talavera" + type = manowar + } + + ship = { + name= "HMS America" + type = frigate + } + + ship = { + name= "HMS Castor" + type = frigate + } + + ship = { + name= "HMS Conquestadore" + type = frigate + } + + ship = { + name= "HMS Eagle" + type = frigate + } + + ship = { + name= "HMS Forth" + type = frigate + } + + ship = { + name= "HMS Gloucester" + type = frigate + } + + ship = { + name= "HMS Pique" + type = frigate + } + + ship = { + name= "HMS Seahorse" + type = frigate + } + + ship = { + name= "HMS Stag" + type = frigate + } + + ship = { + name= "HMS Thalia" + type = frigate + } + + ship = { + name= "HMS Vernon" + type = frigate + } + + ship = { + name= "HMS Vindictive" + type = frigate + } + + ship = { + name= "HMS Medea" + type = frigate + } } #Reserve Fleet navy = { - name = "Reserve Squadron" - location = 299 #Plymouth - - ship = { - name= "HMS Cambridge" - type = manowar - } - - ship = { - name= "HMS Cornwallis" - type = manowar - } - - ship = { - name= "HMS Defence" - type = manowar - } - - ship = { - name= "HMS Hercules" #- - type = manowar - } - - ship = { - name= "HMS Howe" #- - type = manowar - } - - ship = { - name= "HMS Nelson" - type = manowar - } - - ship = { - name= "HMS Thunderer" - type = manowar - } - - ship = { - name= "HMS Vanguard" - type = manowar - } - - ship = { - name= "HMS Vengeance" - type = manowar - } - - ship = { - name= "HMS Waterloo" - type = manowar - } - - ship = { - name= "HMS Amazon" - type = frigate - } - - ship = { - name= "HMS Fisguard" - type = frigate - } - - ship = { - name= "HMS Isis" - type = frigate - } - - ship = { - name= "HMS Latona" - type = frigate - } - - ship = { - name= "HMS Melampus" - type = frigate - } - - ship = { - name= "HMS Minerva" - type = frigate - } - - ship = { - name= "HMS Nereus" - type = frigate - } - - ship = { - name= "HMS Seringapatam" - type = frigate - } - - ship = { - name= "HMS Southampton" - type = frigate - } - - ship = { - name= "HMS Venus" - type = frigate - } + name = "Reserve Squadron" + location = 299 #Plymouth + + ship = { + name= "HMS Cambridge" + type = manowar + } + + ship = { + name= "HMS Cornwallis" + type = manowar + } + + ship = { + name= "HMS Defence" + type = manowar + } + + ship = { + name= "HMS Hercules" #- + type = manowar + } + + ship = { + name= "HMS Howe" #- + type = manowar + } + + ship = { + name= "HMS Nelson" + type = manowar + } + + ship = { + name= "HMS Thunderer" + type = manowar + } + + ship = { + name= "HMS Vanguard" + type = manowar + } + + ship = { + name= "HMS Vengeance" + type = manowar + } + + ship = { + name= "HMS Waterloo" + type = manowar + } + + ship = { + name= "HMS Amazon" + type = frigate + } + + ship = { + name= "HMS Fisguard" + type = frigate + } + + ship = { + name= "HMS Isis" + type = frigate + } + + ship = { + name= "HMS Latona" + type = frigate + } + + ship = { + name= "HMS Melampus" + type = frigate + } + + ship = { + name= "HMS Minerva" + type = frigate + } + + ship = { + name= "HMS Nereus" + type = frigate + } + + ship = { + name= "HMS Seringapatam" + type = frigate + } + + ship = { + name= "HMS Southampton" + type = frigate + } + + ship = { + name= "HMS Venus" + type = frigate + } } #Mediterranean Fleet navy = { - name = "Mediterranean Fleet" - location = 854 #Malta - - ship = { - name= "HMS Black Prince" #- - type = manowar - } - - ship = { - name= "HMS Melville" - type = manowar - } - - ship = { - name= "HMS Wellington" - type = manowar - } - - ship = { - name= "HMS Invincible" #- - type = manowar - } - - ship = { - name= "HMS Minden" - type = manowar - } - - ship = { - name= "HMS Benbow" #- - type = manowar - } - - ship = { - name= "HMS Devonshire" #- - type = manowar - } - - ship = { - name= "HMS Pembroke" - type = manowar - } - - ship = { - name= "HMS Alfred" - type = frigate - } - - ship = { - name= "HMS Andromeda" - type = frigate - } - - ship = { - name= "HMS Circe" - type = frigate - } - - ship = { - name= "HMS Clyde" - type = frigate - } - - ship = { - name= "HMS Cornwall" - type = frigate - } - - ship = { - name= "HMS Amphitrite" - type = frigate - } - - ship = { - name= "HMS Arethusa" - type = frigate - } - - ship = { - name= "HMS Blonde" - type = frigate - } - - ship = { - name= "HMS Brilliant" - type = frigate - } - - ship = { - name= "HMS Forte" - type = frigate - } - - ship = { - name= "HMS Java" - type = frigate - } - - ship = { - name= "HMS Laurel" - type = frigate - } - - + name = "Mediterranean Fleet" + location = 854 #Malta + + ship = { + name= "HMS Black Prince" #- + type = manowar + } + + ship = { + name= "HMS Melville" + type = manowar + } + + ship = { + name= "HMS Wellington" + type = manowar + } + + ship = { + name= "HMS Invincible" #- + type = manowar + } + + ship = { + name= "HMS Minden" + type = manowar + } + + ship = { + name= "HMS Benbow" #- + type = manowar + } + + ship = { + name= "HMS Devonshire" #- + type = manowar + } + + ship = { + name= "HMS Pembroke" + type = manowar + } + + ship = { + name= "HMS Alfred" + type = frigate + } + + ship = { + name= "HMS Andromeda" + type = frigate + } + + ship = { + name= "HMS Circe" + type = frigate + } + + ship = { + name= "HMS Clyde" + type = frigate + } + + ship = { + name= "HMS Cornwall" + type = frigate + } + + ship = { + name= "HMS Amphitrite" + type = frigate + } + + ship = { + name= "HMS Arethusa" + type = frigate + } + + ship = { + name= "HMS Blonde" + type = frigate + } + + ship = { + name= "HMS Brilliant" + type = frigate + } + + ship = { + name= "HMS Forte" + type = frigate + } + + ship = { + name= "HMS Java" + type = frigate + } + + ship = { + name= "HMS Laurel" + type = frigate + } + + } #North America Station navy = { - name = "North America Station" - location = 71 #Halifax - ship = { - name= "HMS Saint Vincent" - type = manowar - } - - ship = { - name= "HMS Wellesley" #Should not be in NA - type = manowar - } - - ship = { - name= "HMS Hibernia" - type = manowar - } - - ship = { - name= "HMS Illustrious" #- - type = manowar - } - - ship = { - name= "HMS Poictiers" #- - type = manowar - } - - ship = { - name= "HMS Aeolus" - type = frigate - } - - ship = { - name= "HMS Barham" - type = frigate - } - - ship = { - name= "HMS Daedalus" - type = frigate - } - - ship = { - name= "HMS Druid" - type = frigate - } - - ship = { - name= "HMS Dublin" - type = frigate - } + name = "North America Station" + location = 71 #Halifax + ship = { + name= "HMS Saint Vincent" + type = manowar + } + + ship = { + name= "HMS Wellesley" #Should not be in NA + type = manowar + } + + ship = { + name= "HMS Hibernia" + type = manowar + } + + ship = { + name= "HMS Illustrious" #- + type = manowar + } + + ship = { + name= "HMS Poictiers" #- + type = manowar + } + + ship = { + name= "HMS Aeolus" + type = frigate + } + + ship = { + name= "HMS Barham" + type = frigate + } + + ship = { + name= "HMS Daedalus" + type = frigate + } + + ship = { + name= "HMS Druid" + type = frigate + } + + ship = { + name= "HMS Dublin" + type = frigate + } } #South Atlantic Station navy = { - name = "South Atlantic Station" - location = 2087 # Cape Town - - ship = { - name= "HMS Ajax" - type = manowar - } - - ship = { - name= "HMS Caledonia" - type = manowar - } - - ship = { - name= "HMS Edinburgh" - type = manowar - } - - ship = { - name= "HMS Egmont" #- - type = manowar - } - - ship = { - name= "HMS Impregnable" - type = manowar - } - - ship = { - name= "HMS Hamadryad" - type = frigate - } - - ship = { - name= "HMS Lancaster" - type = frigate - } - - ship = { - name= "HMS Thames" - type = frigate - } - - ship = { - name= "HMS Thisbe" - type = frigate - } - - ship = { - name= "HMS Resistance" - type = frigate - } + name = "South Atlantic Station" + location = 2087 # Cape Town + + ship = { + name= "HMS Ajax" + type = manowar + } + + ship = { + name= "HMS Caledonia" + type = manowar + } + + ship = { + name= "HMS Edinburgh" + type = manowar + } + + ship = { + name= "HMS Egmont" #- + type = manowar + } + + ship = { + name= "HMS Impregnable" + type = manowar + } + + ship = { + name= "HMS Hamadryad" + type = frigate + } + + ship = { + name= "HMS Lancaster" + type = frigate + } + + ship = { + name= "HMS Thames" + type = frigate + } + + ship = { + name= "HMS Thisbe" + type = frigate + } + + ship = { + name= "HMS Resistance" + type = frigate + } } #East Indies Station navy = { - name = "East Indies Station" - location = 1297 #Bombay - - ship = { - name= "HMS Asia" - type = manowar - } - - ship = { - name= "HMS Bombay" - type = manowar - } - - ship = { - name= "HMS Calcutta" - type = manowar - } - - ship = { - name= "HMS Ganges" - type = manowar - } - - ship = { - name= "HMS Malabar" - type = manowar - } - - ship = { - name= "HMS Madagascar" - type = frigate - } - - ship = { - name= "HMS Portland" - type = frigate - } - - ship = { - name= "HMS Winchester" - type = frigate - } - - ship = { - name= "HMS Leonidas" - type = frigate - } - - ship = { - name= "HMS Naiad" - type = frigate - } + name = "East Indies Station" + location = 1297 #Bombay + + ship = { + name= "HMS Asia" + type = manowar + } + + ship = { + name= "HMS Bombay" + type = manowar + } + + ship = { + name= "HMS Calcutta" + type = manowar + } + + ship = { + name= "HMS Ganges" + type = manowar + } + + ship = { + name= "HMS Malabar" + type = manowar + } + + ship = { + name= "HMS Madagascar" + type = frigate + } + + ship = { + name= "HMS Portland" + type = frigate + } + + ship = { + name= "HMS Winchester" + type = frigate + } + + ship = { + name= "HMS Leonidas" + type = frigate + } + + ship = { + name= "HMS Naiad" + type = frigate + } } #Transport navy = { - name = "1st Transport Squadron" - location = 301 #Canterbury - ship = { - name= "1st Transport Flotilla" - type = steam_transport - } - ship = { - name= "2nd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "3rd Transport Flotilla" - type = steam_transport - } - - ship = { - name= "4th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "5th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "6th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "7th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "8th Transport Flotilla" - type = steam_transport - } - ship = { - name= "9th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "10th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "11th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "12th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "13th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "14th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "15th Transport Flotilla" - type = steam_transport - } - - ship = { - name= "HMS Bacchante" - type = commerce_raider - } - - ship = { - name= "HMS Belvidera" - type = commerce_raider - } - - ship = { - name= "HMS Briton" - type = commerce_raider - } - - ship = { - name= "HMS Crescent" - type = commerce_raider - } - - ship = { - name= "HMS Galatea" - type = commerce_raider - } - - ship = { - name= "HMS Havannah" - type = frigate - } - - ship = { - name= "HMS Maidstone" - type = frigate - } - - ship = { - name= "HMS Menelaus" - type = frigate - } - - ship = { - name= "HMS Nymphe" - type = frigate - } - - ship = { - name= "HMS Tenedos" - type = frigate - } - - ship = { - name= "HMS Pallas" - type = frigate - } - - ship = { - name= "HMS Sirius" - type = frigate - } - - ship = { - name= "HMS Trincomalee" - type = frigate - } - - ship = { - name= "HMS Apollo" - type = frigate - } - - ship = { - name= "HMS Horatio" - type = frigate - } - - ship = { - name= "HMS Owen Glendower" - type = frigate - } + name = "1st Transport Squadron" + location = 301 #Canterbury + ship = { + name= "1st Transport Flotilla" + type = steam_transport + } + ship = { + name= "2nd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "3rd Transport Flotilla" + type = steam_transport + } + + ship = { + name= "4th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "5th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "6th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "7th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "8th Transport Flotilla" + type = steam_transport + } + ship = { + name= "9th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "10th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "11th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "12th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "13th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "14th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "15th Transport Flotilla" + type = steam_transport + } + + ship = { + name= "HMS Bacchante" + type = commerce_raider + } + + ship = { + name= "HMS Belvidera" + type = commerce_raider + } + + ship = { + name= "HMS Briton" + type = commerce_raider + } + + ship = { + name= "HMS Crescent" + type = commerce_raider + } + + ship = { + name= "HMS Galatea" + type = commerce_raider + } + + ship = { + name= "HMS Havannah" + type = frigate + } + + ship = { + name= "HMS Maidstone" + type = frigate + } + + ship = { + name= "HMS Menelaus" + type = frigate + } + + ship = { + name= "HMS Nymphe" + type = frigate + } + + ship = { + name= "HMS Tenedos" + type = frigate + } + + ship = { + name= "HMS Pallas" + type = frigate + } + + ship = { + name= "HMS Sirius" + type = frigate + } + + ship = { + name= "HMS Trincomalee" + type = frigate + } + + ship = { + name= "HMS Apollo" + type = frigate + } + + ship = { + name= "HMS Horatio" + type = frigate + } + + ship = { + name= "HMS Owen Glendower" + type = frigate + } } - diff --git a/HPM/history/units/ENT_oob.txt b/HPM/history/units/ENT_oob.txt index 8ae5d35a..763c5ff9 100644 --- a/HPM/history/units/ENT_oob.txt +++ b/HPM/history/units/ENT_oob.txt @@ -1,22 +1,22 @@ USA = { - value = -200 + value = -200 } URU = { - value = 200 + value = 200 } BRZ = { - value = 200 + value = 200 } army = { - name = "Ejército de Entre Ríos" - location = 2360 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2360 - } + name = "Ejército de Entre Ríos" + location = 2360 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2360 + } } leader = { name = "Justo José de Urquiza" @@ -25,4 +25,3 @@ leader = { background = school_of_the_bayonet personality = implacable } - diff --git a/HPM/history/units/FDL_oob.txt b/HPM/history/units/FDL_oob.txt index 39da4d04..887736ee 100644 --- a/HPM/history/units/FDL_oob.txt +++ b/HPM/history/units/FDL_oob.txt @@ -1,39 +1,39 @@ #Relations LHJ = { - value = 0 #relation + value = 0 #relation } NEJ = { - value = -150 + value = -150 } HAL = { - value = -50 + value = -50 } NYE = { - value = -50 + value = -50 } ENG = { - value = 25 #relation + value = 25 #relation } leader = { - name = "Haydara bin Ahmed bin Abdullah" - type = land - date = 1836.1.1 - personality = bastard - background = uncommonly_young + name = "Haydara bin Ahmed bin Abdullah" + type = land + date = 1836.1.1 + personality = bastard + background = uncommonly_young } army = { - name = "Sultan's Army" - location = 1176 - regiment = { - name= "1. Brigade" - type = irregular - home = 1176 - } + name = "Sultan's Army" + location = 1176 + regiment = { + name= "1. Brigade" + type = irregular + home = 1176 + } } diff --git a/HPM/history/units/FIN_oob.txt b/HPM/history/units/FIN_oob.txt index 9f00e90d..9f119299 100644 --- a/HPM/history/units/FIN_oob.txt +++ b/HPM/history/units/FIN_oob.txt @@ -1,45 +1,45 @@ army = { - name = "Suomen Kaarti" - location = 343 - regiment = { - name= "I. Suomen Tarkk’ampujapataljoona" - type = guard - home = 343 - } + name = "Suomen Kaarti" + location = 343 + regiment = { + name= "I. Suomen Tarkk’ampujapataljoona" + type = guard + home = 343 + } - regiment = { - name= "II. Suomen Tarkk’ampujapataljoona" - type = infantry - home = 345 - } + regiment = { + name= "II. Suomen Tarkk’ampujapataljoona" + type = infantry + home = 345 + } - regiment = { - name= "III. Suomen Tarkk’ampujapataljoona" - type = infantry - home = 346 - } + regiment = { + name= "III. Suomen Tarkk’ampujapataljoona" + type = infantry + home = 346 + } } navy = { - name = "Suomen Meriekipaas" - location = 343 #Helsinki - ship = { - name= "Rurik" - type = commerce_raider - } - ship = { - name= "Kalevala" - type = commerce_raider - } + name = "Suomen Meriekipaas" + location = 343 #Helsinki + ship = { + name= "Rurik" + type = commerce_raider + } + ship = { + name= "Kalevala" + type = commerce_raider + } } leader = { - name = "Alexander Sergeyevich Menshikov" - picture = european_general_24 - date = 1810.1.1 - type = land - personality = inept - background = incompetent + name = "Alexander Sergeyevich Menshikov" + picture = european_general_24 + date = 1810.1.1 + type = land + personality = inept + background = incompetent } diff --git a/HPM/history/units/FRA_oob.txt b/HPM/history/units/FRA_oob.txt index 7b2d1590..ce4dc8fe 100644 --- a/HPM/history/units/FRA_oob.txt +++ b/HPM/history/units/FRA_oob.txt @@ -1,47 +1,47 @@ #Sphere of Influence LUC = { - value = 75 - level = 3 - influence_value = 0 + value = 75 + level = 3 + influence_value = 0 } BEL = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } LUX = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } NET = { - value = -100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere + value = -100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere } PAP = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SIC = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SWI = { - value = 125 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } SAR = { - value = 125 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 125 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } GRE = { - value = 75 #relation - level = 4 #3=cordial, 4 = friendly, 5 sphere - influence_value = 10 + value = 75 #relation + level = 4 #3=cordial, 4 = friendly, 5 sphere + influence_value = 10 } #GPs @@ -56,962 +56,960 @@ SPA = { value = 55 } TRZ = { value = -100 } army = { - name = "Garde Royale" - location = 425 - regiment = { - name= "1.Garde Royale" - type = guard - home = 425 - } - - regiment = { - name= "2.Garde Royale" - type = guard - home = 426 - } - - regiment = { - name= "3.Garde Royale" - type = guard - home = 427 - } - - regiment = { - name= "1ère Division d'Hussard" - type = hussar - home = 420 - } - - regiment = { - name= "2ère Division d'Hussard" - type = hussar - home = 446 - } - - regiment = { - name= "1.1ère Division d'Infanterie" - type = infantry - home = 438 - } - - regiment = { - name= "2.1ère Division d'Infanterie" - type = infantry - home = 400 - } - - regiment = { - name= "3.1ère Division d'Infanterie" - type = infantry - home = 401 - } - - regiment = { - name= "1.1ère Division d'Artillerie" - type = artillery - home = 425 - } - - regiment = { - name= "2.1ère Division d'Artillerie" - type = artillery - home = 400 - } - - regiment = { - name= "3.1ère Division d'Artillerie" - type = artillery - home = 453 - } - - regiment = { - name= "4.1ère Division d'Artillerie" - type = artillery - home = 399 - } + name = "Garde Royale" + location = 425 + regiment = { + name= "1.Garde Royale" + type = guard + home = 425 + } + + regiment = { + name= "2.Garde Royale" + type = guard + home = 426 + } + + regiment = { + name= "3.Garde Royale" + type = guard + home = 427 + } + + regiment = { + name= "1ère Division d'Hussard" + type = hussar + home = 420 + } + + regiment = { + name= "2ère Division d'Hussard" + type = hussar + home = 446 + } + + regiment = { + name= "1.1ère Division d'Infanterie" + type = infantry + home = 438 + } + + regiment = { + name= "2.1ère Division d'Infanterie" + type = infantry + home = 400 + } + + regiment = { + name= "3.1ère Division d'Infanterie" + type = infantry + home = 401 + } + + regiment = { + name= "1.1ère Division d'Artillerie" + type = artillery + home = 425 + } + + regiment = { + name= "2.1ère Division d'Artillerie" + type = artillery + home = 400 + } + + regiment = { + name= "3.1ère Division d'Artillerie" + type = artillery + home = 453 + } + + regiment = { + name= "4.1ère Division d'Artillerie" + type = artillery + home = 399 + } } army = { - name = "1ère Armée" - location = 409 - - regiment = { - name= "1ère Division d'Hussard" - type = hussar - home = 458 - } - - regiment = { - name= "1.1ème Division d'Infanterie" - type = infantry - home = 441 - } - - regiment = { - name= "2.1ème Division d'Infanterie" - type = infantry - home = 2570 - } - - regiment = { - name= "3.1ème Division d'Infanterie" - type = infantry - home = 404 - } - - regiment = { - name= "2.1ème Division d'Infanterie" - type = infantry - home = 402 - } - - regiment = { - name= "2.2ère Division d'Infanterie" - type = infantry - home = 403 - } - - regiment = { - name= "2.3ème Division d'Infanterie" - type = infantry - home = 399 - } - - regiment = { - name= "1.1ème Division d'Artillerie" - type = artillery - home = 399 - } - - regiment = { - name= "2.1ème Division d'Artillerie" - type = artillery - home = 400 - } - - regiment = { - name= "3.1ème Division d'Artillerie" - type = artillery - home = 399 - } - - regiment = { - name= "4.1ème Division d'Artillerie" - type = artillery - home = 399 - } -} - + name = "1ère Armée" + location = 409 + + regiment = { + name= "1ère Division d'Hussard" + type = hussar + home = 458 + } + + regiment = { + name= "1.1ème Division d'Infanterie" + type = infantry + home = 441 + } + + regiment = { + name= "2.1ème Division d'Infanterie" + type = infantry + home = 2570 + } + + regiment = { + name= "3.1ème Division d'Infanterie" + type = infantry + home = 404 + } + + regiment = { + name= "2.1ème Division d'Infanterie" + type = infantry + home = 402 + } + + regiment = { + name= "2.2ère Division d'Infanterie" + type = infantry + home = 403 + } + + regiment = { + name= "2.3ème Division d'Infanterie" + type = infantry + home = 399 + } + + regiment = { + name= "1.1ème Division d'Artillerie" + type = artillery + home = 399 + } + + regiment = { + name= "2.1ème Division d'Artillerie" + type = artillery + home = 400 + } + + regiment = { + name= "3.1ème Division d'Artillerie" + type = artillery + home = 399 + } + + regiment = { + name= "4.1ème Division d'Artillerie" + type = artillery + home = 399 + } +} + army = { - name = "2ème Armée" - location = 471 - - regiment = { - name= "1.Garde Royale" - type = guard - home = 440 - } - - regiment = { - name= "1ème Division d'Cuirasser" - type = cuirassier - home = 418 - } - - regiment = { - name= "2ère Division d'Cuirasser" - type = cuirassier - home = 406 - } - - regiment = { - name= "1.7ème Division d'Infanterie" - type = infantry - home = 415 - } - - regiment = { - name= "2.7ème Division d'Infanterie" - type = infantry - home = 416 - } - - regiment = { - name= "3.7ème Division d'Infanterie" - type = infantry - home = 417 - } - - regiment = { - name= "4.7ème Division d'Infanterie" - type = infantry - home = 452 - } - - regiment = { - name= "5.7ème Division d'Infanterie" - type = infantry - home = 448 - } - - regiment = { - name= "4.1ème Division d'Artillerie" - type = artillery - home = 470 - } - - regiment = { - name= "4.2ème Division d'Artillerie" - type = artillery - home = 434 - } - - regiment = { - name= "4.3ème Division d'Artillerie" - type = artillery - home = 462 - } - - regiment = { - name= "5.3ème Division d'Artillerie" - type = artillery - home = 461 - } + name = "2ème Armée" + location = 471 + + regiment = { + name= "1.Garde Royale" + type = guard + home = 440 + } + + regiment = { + name= "1ème Division d'Cuirasser" + type = cuirassier + home = 418 + } + + regiment = { + name= "2ère Division d'Cuirasser" + type = cuirassier + home = 406 + } + + regiment = { + name= "1.7ème Division d'Infanterie" + type = infantry + home = 415 + } + + regiment = { + name= "2.7ème Division d'Infanterie" + type = infantry + home = 416 + } + + regiment = { + name= "3.7ème Division d'Infanterie" + type = infantry + home = 417 + } + + regiment = { + name= "4.7ème Division d'Infanterie" + type = infantry + home = 452 + } + + regiment = { + name= "5.7ème Division d'Infanterie" + type = infantry + home = 448 + } + + regiment = { + name= "4.1ème Division d'Artillerie" + type = artillery + home = 470 + } + + regiment = { + name= "4.2ème Division d'Artillerie" + type = artillery + home = 434 + } + + regiment = { + name= "4.3ème Division d'Artillerie" + type = artillery + home = 462 + } + + regiment = { + name= "5.3ème Division d'Artillerie" + type = artillery + home = 461 + } } army = { - name = "Armée d'Algerie" - - leader = { - name = "Bertrand Clauzel" - date = 1803.1.1 - type = land - personality = inefficient - background = elderly - prestige = 0.1 - } - - location = 1700 - regiment = { - name= "1.4ème Division d'Infanterie" - type = infantry - home = 425 - } - - regiment = { - name= "2.4ème Division d'Infanterie" - type = infantry - home = 423 - } - - regiment = { - name= "3.4ème Division d'Infanterie" - type = infantry - home = 432 - } - - regiment = { - name= "1.5ème Division d'Infanterie" - type = infantry - home = 439 - } - - regiment = { - name= "2.5ème Division d'Infanterie" - type = infantry - home = 433 - } - - regiment = { - name= "3.5ème Division d'Infanterie" - type = infantry - home = 431 - } - - regiment = { - name= "1ème Division d'Artillerie" - type = artillery - home = 442 - } - - regiment = { - name= "2ère Division d'Artillerie" - type = artillery - home = 459 - } - - regiment = { - name= "3ème Division d'Artillerie" - type = artillery - home = 429 - } + name = "Armée d'Algerie" + + leader = { + name = "Bertrand Clauzel" + date = 1803.1.1 + type = land + personality = inefficient + background = elderly + prestige = 0.1 + } + + location = 1700 + regiment = { + name= "1.4ème Division d'Infanterie" + type = infantry + home = 425 + } + + regiment = { + name= "2.4ème Division d'Infanterie" + type = infantry + home = 423 + } + + regiment = { + name= "3.4ème Division d'Infanterie" + type = infantry + home = 432 + } + + regiment = { + name= "1.5ème Division d'Infanterie" + type = infantry + home = 439 + } + + regiment = { + name= "2.5ème Division d'Infanterie" + type = infantry + home = 433 + } + + regiment = { + name= "3.5ème Division d'Infanterie" + type = infantry + home = 431 + } + + regiment = { + name= "1ème Division d'Artillerie" + type = artillery + home = 442 + } + + regiment = { + name= "2ère Division d'Artillerie" + type = artillery + home = 459 + } + + regiment = { + name= "3ème Division d'Artillerie" + type = artillery + home = 429 + } } army = { - name = "1ère Division de cavalerie" - location = 1704 - regiment = { - name= "1.1ère Division de cavalerie" - type = dragoon - home = 422 - } + name = "1ère Division de cavalerie" + location = 1704 + regiment = { + name= "1.1ère Division de cavalerie" + type = dragoon + home = 422 + } - regiment = { - name= "2.1ère Division de cavalerie" - type = dragoon - home = 436 - } + regiment = { + name= "2.1ère Division de cavalerie" + type = dragoon + home = 436 + } - regiment = { - name= "3.1ère Division de cavalerie" - type = dragoon - home = 421 - } + regiment = { + name= "3.1ère Division de cavalerie" + type = dragoon + home = 421 + } } army = { - name = "Force d'intervention Espagnole" - location = 458 - regiment = { - name= "1.8ème Division d'Infanterie" - type = infantry - home = 455 - } - - regiment = { - name= "2.8ème Division d'Infanterie" - type = infantry - home = 457 - } - - regiment = { - name= "3.8ème Division d'Infanterie" - type = infantry - home = 473 - } - - regiment = { - name= "1.9ème Division d'Infanterie" - type = infantry - home = 456 - } - - regiment = { - name= "1.10ème Division d'Infanterie" - type = infantry - home = 408 - } - - regiment = { - name= "1.11ème Division d'Infanterie" - type = infantry - home = 447 - } - - regiment = { - name= "2.2ème Division de cavalerie" - type = cuirassier - home = 463 - } - - regiment = { - name= "3.2ème Division de cavalerie" - type = cuirassier - home = 460 - } - - regiment = { - name= "1ème Division d'Artillerie" - type = artillery - home = 424 - } - - regiment = { - name= "2ère Division d'Artillerie" - type = artillery - home = 451 - } - - regiment = { - name= "3ème Division d'Artillerie" - type = artillery - home = 449 - } + name = "Force d'intervention Espagnole" + location = 458 + regiment = { + name= "1.8ème Division d'Infanterie" + type = infantry + home = 455 + } + + regiment = { + name= "2.8ème Division d'Infanterie" + type = infantry + home = 457 + } + + regiment = { + name= "3.8ème Division d'Infanterie" + type = infantry + home = 473 + } + + regiment = { + name= "1.9ème Division d'Infanterie" + type = infantry + home = 456 + } + + regiment = { + name= "1.10ème Division d'Infanterie" + type = infantry + home = 408 + } + + regiment = { + name= "1.11ème Division d'Infanterie" + type = infantry + home = 447 + } + + regiment = { + name= "2.2ème Division de cavalerie" + type = cuirassier + home = 463 + } + + regiment = { + name= "3.2ème Division de cavalerie" + type = cuirassier + home = 460 + } + + regiment = { + name= "1ème Division d'Artillerie" + type = artillery + home = 424 + } + + regiment = { + name= "2ère Division d'Artillerie" + type = artillery + home = 451 + } + + regiment = { + name= "3ème Division d'Artillerie" + type = artillery + home = 449 + } } army = { - name = "Garnison du Sénégal" - location = 1784 - regiment = { - name= "1.10ème Division d'Infanterie" - type = infantry - home = 411 - } + name = "Garnison du Sénégal" + location = 1784 + regiment = { + name= "1.10ème Division d'Infanterie" + type = infantry + home = 411 + } - regiment = { - name= "2.10ème Division d'Infanterie" - type = infantry - home = 407 - } + regiment = { + name= "2.10ème Division d'Infanterie" + type = infantry + home = 407 + } - regiment = { - name= "3.10ème Division d'Infanterie" - type = infantry - home = 444 - } + regiment = { + name= "3.10ème Division d'Infanterie" + type = infantry + home = 444 + } } army = { - name = "Garnison de Côte d'Ivoire" - location = 1894 - regiment = { - name= "1.11ème Division d'Infanterie" - type = infantry - home = 467 - } + name = "Garnison de Côte d'Ivoire" + location = 1894 + regiment = { + name= "1.11ème Division d'Infanterie" + type = infantry + home = 467 + } - regiment = { - name= "2.11ème Division d'Infanterie" - type = infantry - home = 454 - } + regiment = { + name= "2.11ème Division d'Infanterie" + type = infantry + home = 454 + } - regiment = { - name= "3.11ème Division d'Infanterie" - type = infantry - home = 428 - } + regiment = { + name= "3.11ème Division d'Infanterie" + type = infantry + home = 428 + } } navy = { - name = "Escadre du Nord" - location = 420 - ship = { - name= "Couronne" - type = manowar - } - - ship = { - name= "Superbe" - type = manowar - } - - ship = { - name= "Jean Bart" - type = manowar - } - - ship = { - name= "Dix-huit Fructidor" - type = manowar - } - - ship = { - name= "Wagram" - type = manowar - } - - ship = { - name= "Trocadero " - type = manowar - } - - ship = { - name= "Zélandais" - type = manowar - } - - ship = { - name= "Superbe" - type = manowar - } - - ship = { - name= "Austerlitz" - type = manowar - } - - ship = { - name= "Magnifique" - type = manowar - } - - ship = { - name= "République Française" - type = manowar - } - - ship = { - name= "Conquérant" - type = manowar - } - - ship = { - name= "Neptune" - type = manowar - } - - ship = { - name= "Algerisas" - type = manowar - } - - ship = { - name= "Nestor" - type = manowar - } - - ship = { - name= "Duchesse de Berry" - type = frigate - } - - ship = { - name= "Thétis" - type = frigate - } - - ship = { - name= "Astrée" - type = frigate - } - - ship = { - name= "Amazone" - type = frigate - } - - ship = { - name= "Clorinde" - type = frigate - } - - ship = { - name= "Maure" - type = frigate - } - - ship = { - name= "Vestale" - type = frigate - } - - ship = { - name= "Magicienne" - type = frigate - } - - ship = { - name= "Marie Thérese" - type = frigate - } - - ship = { - name= "Venus" - type = frigate - } - - ship = { - name= "Sirène" - type = frigate - } - - ship = { - name= "Atalante" - type = frigate - } - - ship = { - name= "Surveillante" - type = frigate - } - - ship = { - name= "Iphigénie" - type = frigate - } - - ship = { - name= "Sultane" - type = frigate - } + name = "Escadre du Nord" + location = 420 + ship = { + name= "Couronne" + type = manowar + } + + ship = { + name= "Superbe" + type = manowar + } + + ship = { + name= "Jean Bart" + type = manowar + } + + ship = { + name= "Dix-huit Fructidor" + type = manowar + } + + ship = { + name= "Wagram" + type = manowar + } + + ship = { + name= "Trocadero " + type = manowar + } + + ship = { + name= "Zélandais" + type = manowar + } + + ship = { + name= "Superbe" + type = manowar + } + + ship = { + name= "Austerlitz" + type = manowar + } + + ship = { + name= "Magnifique" + type = manowar + } + + ship = { + name= "République Française" + type = manowar + } + + ship = { + name= "Conquérant" + type = manowar + } + + ship = { + name= "Neptune" + type = manowar + } + + ship = { + name= "Algerisas" + type = manowar + } + + ship = { + name= "Nestor" + type = manowar + } + + ship = { + name= "Duchesse de Berry" + type = frigate + } + + ship = { + name= "Thétis" + type = frigate + } + + ship = { + name= "Astrée" + type = frigate + } + + ship = { + name= "Amazone" + type = frigate + } + + ship = { + name= "Clorinde" + type = frigate + } + + ship = { + name= "Maure" + type = frigate + } + + ship = { + name= "Vestale" + type = frigate + } + + ship = { + name= "Magicienne" + type = frigate + } + + ship = { + name= "Marie Thérese" + type = frigate + } + + ship = { + name= "Venus" + type = frigate + } + + ship = { + name= "Sirène" + type = frigate + } + + ship = { + name= "Atalante" + type = frigate + } + + ship = { + name= "Surveillante" + type = frigate + } + + ship = { + name= "Iphigénie" + type = frigate + } + + ship = { + name= "Sultane" + type = frigate + } } navy = { - name = "Escadre de Méditerranée" - location = 470 - ship = { - name= "Triton" - type = manowar - } - - ship = { - name= "Souverain" - type = manowar - } - - ship = { - name= "Marengo" - type = manowar - } - - ship = { - name= "Ville de Marseilles" - type = manowar - } - - ship = { - name= "Hercule" - type = manowar - } - - ship = { - name= "Montebello " - type = manowar - } - - ship = { - name= "Centaure" - type = manowar - } - - ship = { - name= "Jupiter" - type = manowar - } - - ship = { - name= "Duc d’Angouleme" - type = manowar - } - - ship = { - name= "Hercules" - type = manowar - } - - ship = { - name= "Généreux" - type = manowar - } - - ship = { - name= "Diadème" - type = manowar - } - - ship = { - name= "Couronne" - type = manowar - } - - ship = { - name= "Suffren" - type = manowar - } - - ship = { - name= "Trident" - type = manowar - } - - ship = { - name= "Terpsichore" - type = frigate - } - - ship = { - name= "Arthémise" - type = frigate - } - - ship = { - name= "Belle Gabrielle" - type = frigate - } - - ship = { - name= "Didon" - type = frigate - } - - ship = { - name= "Caroline" - type = frigate - } - - ship = { - name= "Herminie" - type = frigate - } - - ship = { - name= "Melpomène" - type = frigate - } - - ship = { - name= "Uranie" - type = frigate - } - - ship = { - name= "Andromède" - type = frigate - } - - ship = { - name= "Jeanne d’Arc" - type = frigate - } - - ship = { - name= "Belle Poule" - type = frigate - } - - ship = { - name= "Erigone" - type = frigate - } - - ship = { - name= "Nereide" - type = frigate - } - - ship = { - name= "Gloire" - type = frigate - } - - ship = { - name= "Reine Blanche" - type = frigate - } + name = "Escadre de Méditerranée" + location = 470 + ship = { + name= "Triton" + type = manowar + } + + ship = { + name= "Souverain" + type = manowar + } + + ship = { + name= "Marengo" + type = manowar + } + + ship = { + name= "Ville de Marseilles" + type = manowar + } + + ship = { + name= "Hercule" + type = manowar + } + + ship = { + name= "Montebello " + type = manowar + } + + ship = { + name= "Centaure" + type = manowar + } + + ship = { + name= "Jupiter" + type = manowar + } + + ship = { + name= "Duc d’Angouleme" + type = manowar + } + + ship = { + name= "Hercules" + type = manowar + } + + ship = { + name= "Généreux" + type = manowar + } + + ship = { + name= "Diadème" + type = manowar + } + + ship = { + name= "Couronne" + type = manowar + } + + ship = { + name= "Suffren" + type = manowar + } + + ship = { + name= "Trident" + type = manowar + } + + ship = { + name= "Terpsichore" + type = frigate + } + + ship = { + name= "Arthémise" + type = frigate + } + + ship = { + name= "Belle Gabrielle" + type = frigate + } + + ship = { + name= "Didon" + type = frigate + } + + ship = { + name= "Caroline" + type = frigate + } + + ship = { + name= "Herminie" + type = frigate + } + + ship = { + name= "Melpomène" + type = frigate + } + + ship = { + name= "Uranie" + type = frigate + } + + ship = { + name= "Andromède" + type = frigate + } + + ship = { + name= "Jeanne d’Arc" + type = frigate + } + + ship = { + name= "Belle Poule" + type = frigate + } + + ship = { + name= "Erigone" + type = frigate + } + + ship = { + name= "Nereide" + type = frigate + } + + ship = { + name= "Gloire" + type = frigate + } + + ship = { + name= "Reine Blanche" + type = frigate + } } navy = { - name = "Escadre de Transport" - location = 442 - - ship = { - name= "1ère Flotille de Transport" - type = steam_transport - } - - ship = { - name= "2ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "3ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "4ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "5ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "6ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "7ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "8ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "9ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "10ème Flotille de Transport" - type = steam_transport - } - - ship = { - name= "1ère Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "2ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "3ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "4ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "5ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "6ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "7ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "8ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "9ème Flotille à Vapeur" - type = commerce_raider - } - - ship = { - name= "10ème Flotille à Vapeur" - type = commerce_raider - } + name = "Escadre de Transport" + location = 442 + + ship = { + name= "1ère Flotille de Transport" + type = steam_transport + } + + ship = { + name= "2ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "3ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "4ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "5ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "6ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "7ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "8ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "9ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "10ème Flotille de Transport" + type = steam_transport + } + + ship = { + name= "1ère Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "2ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "3ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "4ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "5ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "6ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "7ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "8ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "9ème Flotille à Vapeur" + type = commerce_raider + } + + ship = { + name= "10ème Flotille à Vapeur" + type = commerce_raider + } } leader = { - name = "de la Piconnerie" - date = 1836.1.1 - type = land - personality = confident - background = professor - prestige = 0.1 + name = "de la Piconnerie" + date = 1836.1.1 + type = land + personality = confident + background = professor + prestige = 0.1 } leader = { - name = "Jean-Isidore Harispe" - date = 1830.1.1 - type = land - personality = heroic - background = natural_born_leader - prestige = 0.3 + name = "Jean-Isidore Harispe" + date = 1830.1.1 + type = land + personality = heroic + background = natural_born_leader + prestige = 0.3 } leader = { - name = "Guy-Victor Duperré" - date = 1811.1.1 - type = sea - personality = au_fait - background = natural_born_leader - prestige = 0.3 + name = "Guy-Victor Duperré" + date = 1811.1.1 + type = sea + personality = au_fait + background = natural_born_leader + prestige = 0.3 } leader = { - name = "Comte de Castelanne" - date = 1823.1.1 - type = land - personality = incapable - background = aristocrat - prestige = 0.2 + name = "Comte de Castelanne" + date = 1823.1.1 + type = land + personality = incapable + background = aristocrat + prestige = 0.2 } leader = { - name = "Jacques Achard" - date = 1823.1.1 - type = land - personality = relentless - background = elderly - prestige = 0.2 + name = "Jacques Achard" + date = 1823.1.1 + type = land + personality = relentless + background = elderly + prestige = 0.2 } leader = { - name = "Jean-Baptiste Vaillant" - date = 1832.1.1 - type = land - personality = lackluster - background = engineer - prestige = 0.1 + name = "Jean-Baptiste Vaillant" + date = 1832.1.1 + type = land + personality = lackluster + background = engineer + prestige = 0.1 } leader = { - name = "Bernand Pierre Magnan" - date = 1835.1.1 - type = land - personality = disorderly - background = bootlicker - prestige = 0.1 + name = "Bernand Pierre Magnan" + date = 1835.1.1 + type = land + personality = disorderly + background = bootlicker + prestige = 0.1 } leader = { - name = "Baraguey d'Hilliers" - date = 1836.1.1 - type = land - personality = active_p - background = drillmaster - prestige = 0.1 + name = "Baraguey d'Hilliers" + date = 1836.1.1 + type = land + personality = active_p + background = drillmaster + prestige = 0.1 } leader = { - name = "Comte de Randon" - date = 1835.1.1 - type = land - personality = indifferent - background = old_school - prestige = 0.1 + name = "Comte de Randon" + date = 1835.1.1 + type = land + personality = indifferent + background = old_school + prestige = 0.1 } leader = { - name = "Charles Baudin" - date = 1836.1.1 - type = sea - personality = stouthearted - background = unfit - prestige = 0.1 + name = "Charles Baudin" + date = 1836.1.1 + type = sea + personality = stouthearted + background = unfit + prestige = 0.1 } leader = { - name = "Reille" - date = 1836.1.1 - type = land - personality = gallant - background = generals_aide - prestige = 0.0 + name = "Reille" + date = 1836.1.1 + type = land + personality = gallant + background = generals_aide + prestige = 0.0 } leader = { - name = "de la Brunerie" - date = 1836.1.1 - type = land - personality = stouthearted - background = unfit - prestige = 0.0 -} - - + name = "de la Brunerie" + date = 1836.1.1 + type = land + personality = stouthearted + background = unfit + prestige = 0.0 +} diff --git a/HPM/history/units/GAZ_oob.txt b/HPM/history/units/GAZ_oob.txt index 6ec2912f..ccf8e23c 100644 --- a/HPM/history/units/GAZ_oob.txt +++ b/HPM/history/units/GAZ_oob.txt @@ -1,22 +1,22 @@ POR = { - truce_until = 1841.1.1 - value = 125 + truce_until = 1841.1.1 + value = 125 } ZUL = { - value = -50 + value = -50 } MAT = { - value = -150 + value = -150 } SUA = { - value = -200 + value = -200 } XHO = { - value = -70 + value = -70 } leader = { @@ -28,36 +28,36 @@ leader = { } army = { - name = "Army of the Gaza Empire" - location = 2050 - regiment = { - name= "King's Guard" - type = irregular - home = 2050 - } - - regiment = { - name= "Gaza Warriors" - type = irregular - home = 2050 - } - - regiment = { - name= "Nguni Warriors" - type = irregular - home = 2051 - } - - regiment = { - name= "Maputo Warriors" - type = irregular - home = 2049 - } - - regiment = { - name= "Massekisse Warriors" - type = irregular - home = 2052 - } + name = "Army of the Gaza Empire" + location = 2050 + regiment = { + name= "King's Guard" + type = irregular + home = 2050 + } + + regiment = { + name= "Gaza Warriors" + type = irregular + home = 2050 + } + + regiment = { + name= "Nguni Warriors" + type = irregular + home = 2051 + } + + regiment = { + name= "Maputo Warriors" + type = irregular + home = 2049 + } + + regiment = { + name= "Massekisse Warriors" + type = irregular + home = 2052 + } } diff --git a/HPM/history/units/GBU_oob.txt b/HPM/history/units/GBU_oob.txt index f31c3569..4440258c 100644 --- a/HPM/history/units/GBU_oob.txt +++ b/HPM/history/units/GBU_oob.txt @@ -1,13 +1,13 @@ NET = { - value = 40 + value = 40 } POR = { - value = 200 + value = 200 } SEG = { - value = 50 + value = 50 } TOO = { value = -200 } @@ -20,20 +20,18 @@ SOK = { value = -200 } MAS = { value = -200 } army = { - name = "Army of the Gabu Empire" - location = 1878 + name = "Army of the Gabu Empire" + location = 1878 regiment = { - name= "Mansaba's Guards" - type = irregular - -home = 1878 } + name= "Mansaba's Guards" + type = irregular + +home = 1878 } regiment = { - name= "Mande Warriors" - type = irregular - home = 1792 - } + name= "Mande Warriors" + type = irregular + home = 1792 + } } - - diff --git a/HPM/history/units/GEL_oob.txt b/HPM/history/units/GEL_oob.txt index 9465aedd..2bed0fcd 100644 --- a/HPM/history/units/GEL_oob.txt +++ b/HPM/history/units/GEL_oob.txt @@ -1,58 +1,58 @@ GON = { - value = -200 + value = -200 } SHW = { - value = -200 + value = -200 } TIG = { - value = -200 + value = -200 } KAF = { - value = -200 + value = -200 } TUR = { - value = 40 + value = 40 } EGY = { - value = 60 + value = 60 } HAR = { - value = 50 + value = 50 } SID = { - value = 50 + value = 50 } MAJ = { - value = -200 + value = -200 } WRL = { - value = -200 + value = -200 } OMA = { - value = 100 + value = 100 } army = { - name = "Army of the Geledi Sultanate" - location = 1868 - regiment = { - name= "Sultan's Guards" - type = irregular - home = 1868 - } - regiment = { - name= "Baidoa Tribesmen" - type = irregular - home = 1869 - } + name = "Army of the Geledi Sultanate" + location = 1868 + regiment = { + name= "Sultan's Guards" + type = irregular + home = 1868 + } + regiment = { + name= "Baidoa Tribesmen" + type = irregular + home = 1869 + } } diff --git a/HPM/history/units/GON_oob.txt b/HPM/history/units/GON_oob.txt index 3c1d3d4c..6b7ec57b 100644 --- a/HPM/history/units/GON_oob.txt +++ b/HPM/history/units/GON_oob.txt @@ -1,32 +1,31 @@ - EGY = { - value = 30 + value = 30 } TUR = { - value = 30 + value = 30 } SHW = { - truce_until = 1841.1.1 - value = 40 + truce_until = 1841.1.1 + value = 40 } TIG = { - truce_until = 1841.1.1 - value = 60 + truce_until = 1841.1.1 + value = 60 } KAF = { - value = 40 + value = 40 } HAR = { - value = -100 + value = -100 } AWS = { - value = -100 + value = -100 } leader = { @@ -38,49 +37,48 @@ leader = { } army = { - name = "Army of the Ras" - location = 1854 - regiment = { - name= "Ras' Guards" - type = irregular - home = 1854 - } + name = "Army of the Ras" + location = 1854 + regiment = { + name= "Ras' Guards" + type = irregular + home = 1854 + } - regiment = { - name= "Ras' Horsemen" - type = cavalry - home = 1854 - } + regiment = { + name= "Ras' Horsemen" + type = cavalry + home = 1854 + } - regiment = { - name= "Begemder irregular" - type = irregular - home = 1854 - } - - regiment = { - name= "Imperial Guards" - type = irregular - home = 1852 - } + regiment = { + name= "Begemder irregular" + type = irregular + home = 1854 + } - regiment = { - name= "Gonder City Guard" - type = irregular - home = 1852 - } - - regiment = { - name= "Negus' Guards" - type = irregular - home = 1855 - } + regiment = { + name= "Imperial Guards" + type = irregular + home = 1852 + } - regiment = { - name= "Gojjam irregular" - type = irregular - home = 1855 - } + regiment = { + name= "Gonder City Guard" + type = irregular + home = 1852 + } -} + regiment = { + name= "Negus' Guards" + type = irregular + home = 1855 + } + regiment = { + name= "Gojjam irregular" + type = irregular + home = 1855 + } + +} diff --git a/HPM/history/units/GRE_oob.txt b/HPM/history/units/GRE_oob.txt index 6b63a4e1..2130ce6a 100644 --- a/HPM/history/units/GRE_oob.txt +++ b/HPM/history/units/GRE_oob.txt @@ -1,94 +1,93 @@ leader = { - name = "von Heideck" - type = land - date="1833.1.1" - personality = romantic - background = poet - prestige = 0.1 + name = "von Heideck" + type = land + date="1833.1.1" + personality = romantic + background = poet + prestige = 0.1 } leader = { - name = "Ioannis Kolokotronis" - type = land - date="1833.1.1" - personality = aweless - background = powerful_friends - prestige = 0.1 + name = "Ioannis Kolokotronis" + type = land + date="1833.1.1" + personality = aweless + background = powerful_friends + prestige = 0.1 } leader = { - name = "Antonios Kriezis" - type = sea - date="1836.1.1" - personality = audacious - background = expert_raider + name = "Antonios Kriezis" + type = sea + date="1836.1.1" + personality = audacious + background = expert_raider } army = { - name = "Stratós Epeírou" - location = 834 - regiment = { - name= "I. Taxiarchia Pezikou" - type = infantry - home = 834 - } + name = "Stratós Epeírou" + location = 834 + regiment = { + name= "I. Taxiarchia Pezikou" + type = infantry + home = 834 + } - regiment = { - name= "II. Taxiarchia Pezikou" - type = infantry - home = 837 - } - - regiment = { - name= "V. Vavariko Epikouriko Soma" - type = infantry - home = 839 - } + regiment = { + name= "II. Taxiarchia Pezikou" + type = infantry + home = 837 + } + + regiment = { + name= "V. Vavariko Epikouriko Soma" + type = infantry + home = 839 + } } navy = { - name = "Hellenic Navy" - location = 834 + name = "Hellenic Navy" + location = 834 - ship = { - name= "1st Clipper Transport" - type = clipper_transport - } - - ship = { - name= "2nd Clipper Transport" - type = clipper_transport - } - - ship = { - name= "1st Steam Transport" - type = steam_transport - } - - ship = { - name= "2nd Steam Transport" - type = steam_transport - } - - ship = { - name= "Hellas" - type = frigate - } - - ship = { - name= "Navarino" - type = frigate - } - - ship = { - name= "Psara" - type = frigate - } - - ship = { - name= "Heratos" - type = frigate - } + ship = { + name= "1st Clipper Transport" + type = clipper_transport + } -} + ship = { + name= "2nd Clipper Transport" + type = clipper_transport + } + + ship = { + name= "1st Steam Transport" + type = steam_transport + } + + ship = { + name= "2nd Steam Transport" + type = steam_transport + } + + ship = { + name= "Hellas" + type = frigate + } + ship = { + name= "Navarino" + type = frigate + } + + ship = { + name= "Psara" + type = frigate + } + + ship = { + name= "Heratos" + type = frigate + } + +} diff --git a/HPM/history/units/GWA_oob.txt b/HPM/history/units/GWA_oob.txt index 1c3e50b5..6142f242 100644 --- a/HPM/history/units/GWA_oob.txt +++ b/HPM/history/units/GWA_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Gwalior" - location = 1270 - regiment = { - name= "1.Gwailor Contingent" - type = irregular - home = 1270 - } + name = "Army of Gwalior" + location = 1270 + regiment = { + name= "1.Gwailor Contingent" + type = irregular + home = 1270 + } - regiment = { - name= "2.Gwailor Contingent" - type = irregular - home = 1270 - } + regiment = { + name= "2.Gwailor Contingent" + type = irregular + home = 1270 + } - regiment = { - name= "3.Gwailor Contingent" - type = irregular - home = 1270 - } + regiment = { + name= "3.Gwailor Contingent" + type = irregular + home = 1270 + } } - diff --git a/HPM/history/units/HAI_oob.txt b/HPM/history/units/HAI_oob.txt index cb3ef58c..1a8c6bee 100644 --- a/HPM/history/units/HAI_oob.txt +++ b/HPM/history/units/HAI_oob.txt @@ -1,19 +1,18 @@ leader = { - name = "Jean-Pierre Boyer" - date = 1820.1.1 - type = land - personality = lackluster - background = corrupt - prestige = 0.2 + name = "Jean-Pierre Boyer" + date = 1820.1.1 + type = land + personality = lackluster + background = corrupt + prestige = 0.2 } army = { - name = "Armée d'Haiti" - location = 2215 - regiment = { - name= "1. Infanterie" - type = irregular - home = 2213 - } + name = "Armée d'Haiti" + location = 2215 + regiment = { + name= "1. Infanterie" + type = irregular + home = 2213 + } } - diff --git a/HPM/history/units/HAL_oob.txt b/HPM/history/units/HAL_oob.txt index f96389fd..6b42e17b 100644 --- a/HPM/history/units/HAL_oob.txt +++ b/HPM/history/units/HAL_oob.txt @@ -1,70 +1,70 @@ TUR = { - value = 150 + value = 150 } FDL = { - value = -50 + value = -50 } KTH = { - value = -50 + value = -50 } MHR = { - value = -50 + value = -50 } LHJ = { - value = -50 + value = -50 } NYE = { - value = -50 + value = -50 } leader = { - name = "bin Rashid" - type = land - date = 1836.1.1 - personality = implacable - background = school_of_offense - prestige = 0.2 + name = "bin Rashid" + type = land + date = 1836.1.1 + personality = implacable + background = school_of_offense + prestige = 0.2 } army = { - name = "Ibn Rashid's Army" + name = "Ibn Rashid's Army" - location = 1160 - regiment = { + location = 1160 + regiment = { - name= "1. 'Ateba" + name= "1. 'Ateba" - type = cavalry + type = cavalry - home = 1160 + home = 1160 - } + } - regiment = { + regiment = { - name= "2. 'Ateba" + name= "2. 'Ateba" - type = cavalry + type = cavalry - home = 1160 - - } - regiment = { + home = 1160 - name= "3. 'Ateba" + } + regiment = { - type = cavalry + name= "3. 'Ateba" + type = cavalry - home = 1158 - } -} \ No newline at end of file + + home = 1158 + } +} diff --git a/HPM/history/units/HAM_oob.txt b/HPM/history/units/HAM_oob.txt index b8ddd8d1..5f1c8375 100644 --- a/HPM/history/units/HAM_oob.txt +++ b/HPM/history/units/HAM_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Hamburger Armee" - location = 528 - regiment = { - name= "1. Hamburger Infanterie-Brigade" - type = infantry - home = 528 - } -} \ No newline at end of file + name = "Hamburger Armee" + location = 528 + regiment = { + name= "1. Hamburger Infanterie-Brigade" + type = infantry + home = 528 + } +} diff --git a/HPM/history/units/HAN_oob.txt b/HPM/history/units/HAN_oob.txt index 1773794a..e1bdfc75 100644 --- a/HPM/history/units/HAN_oob.txt +++ b/HPM/history/units/HAN_oob.txt @@ -1,74 +1,74 @@ leader = { - name = "von Alten" - date = 1810.1.1 - type = land - personality = stout - background = gifted_administrator - prestige = 0.3 + name = "von Alten" + date = 1810.1.1 + type = land + personality = stout + background = gifted_administrator + prestige = 0.3 } leader = { - name = "Victor von Prott" - date = 1815.1.1 - type = land - personality = intelligent - background = engineer - prestige = 0.3 + name = "Victor von Prott" + date = 1815.1.1 + type = land + personality = intelligent + background = engineer + prestige = 0.3 } leader = { - name = "Julius von Hartmann" - date = 1825.1.1 - type = land - personality = spirited - background = artillerist - prestige = 0.2 + name = "Julius von Hartmann" + date = 1825.1.1 + type = land + personality = spirited + background = artillerist + prestige = 0.2 } leader = { - name = "Hugh Halkett" - date = 1834.1.1 - type = land - personality = heroic - background = school_of_offense - prestige = 0.1 + name = "Hugh Halkett" + date = 1834.1.1 + type = land + personality = heroic + background = school_of_offense + prestige = 0.1 } army = { - name = "Hannöversche Heer" - location = 534 - regiment = { - name= "1. Hannöversche Infanteriebrigade" - type = infantry - home = 534 - } + name = "Hannöversche Heer" + location = 534 + regiment = { + name= "1. Hannöversche Infanteriebrigade" + type = infantry + home = 534 + } - regiment = { - name= "2. Hannöversche Infanteriebrigade" - type = infantry - home = 535 - } + regiment = { + name= "2. Hannöversche Infanteriebrigade" + type = infantry + home = 535 + } - regiment = { - name= "3. Hannöversche Infanteriebrigade" - type = infantry - home = 531 - } + regiment = { + name= "3. Hannöversche Infanteriebrigade" + type = infantry + home = 531 + } - regiment = { - name= "1. Hannöversche Artilleriebrigade" - type = artillery - home = 532 - } + regiment = { + name= "1. Hannöversche Artilleriebrigade" + type = artillery + home = 532 + } } army = { - name = "Korps Göttingen" - location = 537 - - regiment = { - name = "4. Hannöversche Infanteriebrigade" - type = infantry - home = 537 - } -} \ No newline at end of file + name = "Korps Göttingen" + location = 537 + + regiment = { + name = "4. Hannöversche Infanteriebrigade" + type = infantry + home = 537 + } +} diff --git a/HPM/history/units/HAR_oob.txt b/HPM/history/units/HAR_oob.txt index 95054823..88e3fb8b 100644 --- a/HPM/history/units/HAR_oob.txt +++ b/HPM/history/units/HAR_oob.txt @@ -1,29 +1,29 @@ SHW = { - value = 40 + value = 40 } GON = { - value = 40 + value = 40 } TIG = { - value = 30 + value = 30 } AWS = { - value = 100 + value = 100 } SID = { - value = 30 + value = 30 } GEL = { - value = 50 + value = 50 } MAJ = { - value = 75 + value = 75 } leader = { @@ -35,19 +35,18 @@ leader = { } army = { - name = "Army of the Emir of Harar" - location = 1865 - regiment = { - name= "Emir's Guards" - type = irregular - home = 1865 - } + name = "Army of the Emir of Harar" + location = 1865 + regiment = { + name= "Emir's Guards" + type = irregular + home = 1865 + } - regiment = { - name= "Harari City Militia" - type = irregular - home = 1865 - } + regiment = { + name= "Harari City Militia" + type = irregular + home = 1865 + } } - diff --git a/HPM/history/units/HAW_oob.txt b/HPM/history/units/HAW_oob.txt index 8d078692..40a8377f 100644 --- a/HPM/history/units/HAW_oob.txt +++ b/HPM/history/units/HAW_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the King of Hawaii" - location = 658 - regiment = { - name= "1.Hawaii Royal Guard" - type = irregular - home = 658 - } + name = "Army of the King of Hawaii" + location = 658 + regiment = { + name= "1.Hawaii Royal Guard" + type = irregular + home = 658 + } } - diff --git a/HPM/history/units/HDJ_oob.txt b/HPM/history/units/HDJ_oob.txt index f590d50e..676e045f 100644 --- a/HPM/history/units/HDJ_oob.txt +++ b/HPM/history/units/HDJ_oob.txt @@ -1,40 +1,39 @@ leader = { - name = "Muhammad ibn Awn" - type = land - date = 1836.1.1 - personality = harsh - background = brownnoser + name = "Muhammad ibn Awn" + type = land + date = 1836.1.1 + personality = harsh + background = brownnoser } army = { - name = "Bedouins" - location = 1153 - regiment = { - name= "1.Beni Atiya" - type = irregular - home = 1153 - } + name = "Bedouins" + location = 1153 + regiment = { + name= "1.Beni Atiya" + type = irregular + home = 1153 + } - regiment = { - name= "2.Beni Atiya" - type = irregular - home = 1152 - } + regiment = { + name= "2.Beni Atiya" + type = irregular + home = 1152 + } } army = { - name = "Bedouins" - location = 1151 - regiment = { - name= "1.Harb" - type = irregular - home = 1151 - } + name = "Bedouins" + location = 1151 + regiment = { + name= "1.Harb" + type = irregular + home = 1151 + } - regiment = { - name= "2.Harb" - type = irregular - home = 1155 - } + regiment = { + name= "2.Harb" + type = irregular + home = 1155 + } } - diff --git a/HPM/history/units/HEK_oob.txt b/HPM/history/units/HEK_oob.txt index f9936e6c..bf6b0c66 100644 --- a/HPM/history/units/HEK_oob.txt +++ b/HPM/history/units/HEK_oob.txt @@ -1,41 +1,41 @@ leader = { - name = "von Dörnberg" - date = 1807.1.1 - type = land - personality = audacious - background = elderly - prestige = 0.3 + name = "von Dörnberg" + date = 1807.1.1 + type = land + personality = audacious + background = elderly + prestige = 0.3 } leader = { - name = "Wilhelm II" - date = 1813.1.1 - type = land - personality = unruly - background = aristocrat - prestige = 0.3 + name = "Wilhelm II" + date = 1813.1.1 + type = land + personality = unruly + background = aristocrat + prestige = 0.3 } leader = { - name = "Prince Friedrich" - date = 1831.1.1 - type = land - personality = unsound - background = aristocrat - prestige = 0.1 + name = "Prince Friedrich" + date = 1831.1.1 + type = land + personality = unsound + background = aristocrat + prestige = 0.1 } army = { - name = "Kurhessische Armee" - location = 566 - regiment = { - name= "1. Kurhessisches Infanterie-Brigade" - type = infantry - home = 566 - } + name = "Kurhessische Armee" + location = 566 regiment = { - name= "2. Kurhessisches Infanterie-Brigade" - type = infantry - home = 566 - } -} \ No newline at end of file + name= "1. Kurhessisches Infanterie-Brigade" + type = infantry + home = 566 + } + regiment = { + name= "2. Kurhessisches Infanterie-Brigade" + type = infantry + home = 566 + } +} diff --git a/HPM/history/units/HES_oob.txt b/HPM/history/units/HES_oob.txt index 7e80553a..985e9b2a 100644 --- a/HPM/history/units/HES_oob.txt +++ b/HPM/history/units/HES_oob.txt @@ -1,27 +1,27 @@ leader = { - name = "Prince Georg" - date = 1820.1.1 - type = land - personality = mediocre - background = old_school - prestige = 0.2 + name = "Prince Georg" + date = 1820.1.1 + type = land + personality = mediocre + background = old_school + prestige = 0.2 } leader = { - name = "Prince Karl" - date = 1836.1.1 - type = land - personality = indifferent - background = aristocrat + name = "Prince Karl" + date = 1836.1.1 + type = land + personality = indifferent + background = aristocrat } army = { - name = "Großherzogliche Armee" - location = 2560 - regiment = { - name= "1. Großherzogliche Infanterie" - type = infantry - home = 2560 - } + name = "Großherzogliche Armee" + location = 2560 + regiment = { + name= "1. Großherzogliche Infanterie" + type = infantry + home = 2560 + } -} \ No newline at end of file +} diff --git a/HPM/history/units/HOL_oob.txt b/HPM/history/units/HOL_oob.txt index d411cd8a..cdb874dc 100644 --- a/HPM/history/units/HOL_oob.txt +++ b/HPM/history/units/HOL_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Holsteinische Armee" - location = 369 - regiment = { - name= "1. Schleswig-Hols. Landwehrbrigade" - type = infantry - home = 369 - } + name = "Holsteinische Armee" + location = 369 + regiment = { + name= "1. Schleswig-Hols. Landwehrbrigade" + type = infantry + home = 369 + } } - diff --git a/HPM/history/units/HYD_oob.txt b/HPM/history/units/HYD_oob.txt index beda6000..71a14704 100644 --- a/HPM/history/units/HYD_oob.txt +++ b/HPM/history/units/HYD_oob.txt @@ -1,47 +1,46 @@ army = { - name = "Army of the Nizam of Hyderabad" - location = 1283 - regiment = { - name= "1.Irregular Horse" - type = cavalry - home = 1283 - } - - regiment = { - name= "2.Irregular Horse" - type = cavalry - home = 1278 - } - - regiment = { - name= "3.Irregular Horse" - type = cavalry - home = 1284 - } - - regiment = { - name= "1.Hyderabad Contingent" - type = infantry - home = 1283 - } - - regiment = { - name= "2.Hyderabad Contingent" - type = infantry - home = 1285 - } - - regiment = { - name= "3.Hyderabad Contingent" - type = infantry - home = 1287 - } - - regiment = { - name= "4.Hyderabad Contingent" - type = artillery - home = 1283 - } + name = "Army of the Nizam of Hyderabad" + location = 1283 + regiment = { + name= "1.Irregular Horse" + type = cavalry + home = 1283 + } + + regiment = { + name= "2.Irregular Horse" + type = cavalry + home = 1278 + } + + regiment = { + name= "3.Irregular Horse" + type = cavalry + home = 1284 + } + + regiment = { + name= "1.Hyderabad Contingent" + type = infantry + home = 1283 + } + + regiment = { + name= "2.Hyderabad Contingent" + type = infantry + home = 1285 + } + + regiment = { + name= "3.Hyderabad Contingent" + type = infantry + home = 1287 + } + + regiment = { + name= "4.Hyderabad Contingent" + type = artillery + home = 1283 + } } - diff --git a/HPM/history/units/IND_oob.txt b/HPM/history/units/IND_oob.txt index a2bcfc34..04cbaaa8 100644 --- a/HPM/history/units/IND_oob.txt +++ b/HPM/history/units/IND_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Rao of Indore" - location = 1271 - regiment = { - name= "1.Indore Contingent" - type = irregular - home = 1271 - } + name = "Army of the Rao of Indore" + location = 1271 + regiment = { + name= "1.Indore Contingent" + type = irregular + home = 1271 + } - regiment = { - name= "2.Indore Contingent" - type = irregular - home = 1271 - } + regiment = { + name= "2.Indore Contingent" + type = irregular + home = 1271 + } - regiment = { - name= "3.Indore Contingent" - type = irregular - home = 1271 - } + regiment = { + name= "3.Indore Contingent" + type = irregular + home = 1271 + } } - diff --git a/HPM/history/units/ION_oob.txt b/HPM/history/units/ION_oob.txt index 50149008..9bfd3a58 100644 --- a/HPM/history/units/ION_oob.txt +++ b/HPM/history/units/ION_oob.txt @@ -1,10 +1,10 @@ army = { - name = "Stratós Ionias Nesias" - location = 826 - - regiment = { - name = "1. Taxiarchia Pezikou" - type = infantry - home = 826 - } -} \ No newline at end of file + name = "Stratós Ionias Nesias" + location = 826 + + regiment = { + name = "1. Taxiarchia Pezikou" + type = infantry + home = 826 + } +} diff --git a/HPM/history/units/JAI_oob.txt b/HPM/history/units/JAI_oob.txt index 5f29f491..3987c690 100644 --- a/HPM/history/units/JAI_oob.txt +++ b/HPM/history/units/JAI_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Jaipur State Troops" - location = 1268 - regiment = { - name= "1.Jaipur Contingent" - type = irregular - home = 1268 - } + name = "Jaipur State Troops" + location = 1268 + regiment = { + name= "1.Jaipur Contingent" + type = irregular + home = 1268 + } - regiment = { - name= "2.Jaipur Contingent" - type = irregular - home = 1268 - } + regiment = { + name= "2.Jaipur Contingent" + type = irregular + home = 1268 + } - regiment = { - name= "3.Jaipur Contingent" - type = irregular - home = 1268 - } + regiment = { + name= "3.Jaipur Contingent" + type = irregular + home = 1268 + } } - diff --git a/HPM/history/units/JAL_oob.txt b/HPM/history/units/JAL_oob.txt index d4736c37..a6b87dd3 100644 --- a/HPM/history/units/JAL_oob.txt +++ b/HPM/history/units/JAL_oob.txt @@ -5,38 +5,36 @@ MOS = { value = -200 } ASH = { value = -200 } WOL = { - value = 20 + value = 20 } TOO = { - value = 100 + value = 100 } MAS = { - value = 100 + value = 100 } SOK = { - value = 100 + value = 100 } army = { - name = "Army of the Kingdom of Futa Jallon" - location = 1880 - + name = "Army of the Kingdom of Futa Jallon" + location = 1880 + regiment = { - name= "Almami's Cavalry" - type = cavalry - - home = 1880 - } + name= "Almami's Cavalry" + type = cavalry + + home = 1880 + } regiment = { - name= "Jallon Jihadis" - type = irregular - home = 1881 - } + name= "Jallon Jihadis" + type = irregular + home = 1881 + } } - - diff --git a/HPM/history/units/JAP_oob.txt b/HPM/history/units/JAP_oob.txt index c64dc353..7f5fa957 100644 --- a/HPM/history/units/JAP_oob.txt +++ b/HPM/history/units/JAP_oob.txt @@ -4,75 +4,74 @@ BRU = { value = 100 } USA = { value = 0 } leader = { - name = "Sakuma Shozan" - date = 1836.1.1 - type = land - personality = clever - background = politician - prestige = 0.1 + name = "Sakuma Shozan" + date = 1836.1.1 + type = land + personality = clever + background = politician + prestige = 0.1 } leader = { - name = "Takashima Shuhan" - date = 1836.1.1 - type = land - personality = defiant - background = innovative_tactician - prestige = 0.1 + name = "Takashima Shuhan" + date = 1836.1.1 + type = land + personality = defiant + background = innovative_tactician + prestige = 0.1 } leader = { - name = "Watanabe Kazan" - date = 1836.1.1 - type = land - personality = strange - background = aristocrat - prestige = 0.1 + name = "Watanabe Kazan" + date = 1836.1.1 + type = land + personality = strange + background = aristocrat + prestige = 0.1 } leader = { - name = "Takano Choei" - date = 1836.1.1 - type = land - personality = bold - background = aristocrat - prestige = 0.1 + name = "Takano Choei" + date = 1836.1.1 + type = land + personality = bold + background = aristocrat + prestige = 0.1 } leader = { - name = "Prince Fushimi Kuniie" - date = 1836.1.1 - type = land - personality = efficient - background = adventurer - prestige = 0.1 + name = "Prince Fushimi Kuniie" + date = 1836.1.1 + type = land + personality = efficient + background = adventurer + prestige = 0.1 } leader = { - name = "Prince Fushimi Sadanori" - date = 1836.1.1 - type = land - personality = spirited - background = rising_star + name = "Prince Fushimi Sadanori" + date = 1836.1.1 + type = land + personality = spirited + background = rising_star } army = { - name = "Imperial Guard" - location = 1657 - regiment = { - name= "1.Guard" - type = cavalry - home = 1657 - } - regiment = { - name= "2.Guard" - type = cavalry - home = 1676 - } - regiment = { - name= "3.Guard" - type = cavalry - home = 1659 - } + name = "Imperial Guard" + location = 1657 + regiment = { + name= "1.Guard" + type = cavalry + home = 1657 + } + regiment = { + name= "2.Guard" + type = cavalry + home = 1676 + } + regiment = { + name= "3.Guard" + type = cavalry + home = 1659 + } } - diff --git a/HPM/history/units/JAS_oob.txt b/HPM/history/units/JAS_oob.txt index 62cd6101..6f36f160 100644 --- a/HPM/history/units/JAS_oob.txt +++ b/HPM/history/units/JAS_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Maharawal of Jaisalmer" - location = 1265 - regiment = { - name= "1. Infantry" - type = irregular - home = 1265 - } + name = "Army of the Maharawal of Jaisalmer" + location = 1265 + regiment = { + name= "1. Infantry" + type = irregular + home = 1265 + } } - diff --git a/HPM/history/units/JOD_oob.txt b/HPM/history/units/JOD_oob.txt index 8c3aba90..440b6884 100644 --- a/HPM/history/units/JOD_oob.txt +++ b/HPM/history/units/JOD_oob.txt @@ -1,22 +1,21 @@ army = { - name = "Army of the Maharajah of Jodhpur" - location = 1266 - regiment = { - name= "1.Jodhpur Legion" - type = infantry - home = 1266 - } + name = "Army of the Maharajah of Jodhpur" + location = 1266 + regiment = { + name= "1.Jodhpur Legion" + type = infantry + home = 1266 + } - regiment = { - name= "2.Jodhpur Legion" - type = infantry - home = 1266 - } + regiment = { + name= "2.Jodhpur Legion" + type = infantry + home = 1266 + } - regiment = { - name= "1.Jodhpur Horse" - type = cavalry - home = 1266 - } + regiment = { + name= "1.Jodhpur Horse" + type = cavalry + home = 1266 + } } - diff --git a/HPM/history/units/JOH_oob.txt b/HPM/history/units/JOH_oob.txt index 63be4eb1..894def78 100644 --- a/HPM/history/units/JOH_oob.txt +++ b/HPM/history/units/JOH_oob.txt @@ -1,24 +1,23 @@ ENG = { - value = 50 + value = 50 } army = { - name = "Army of the Sultan of Johore" - location = 1385 - regiment = { - name= "Johore State Troops" - type = irregular - home = 1385 - } + name = "Army of the Sultan of Johore" + location = 1385 + regiment = { + name= "Johore State Troops" + type = irregular + home = 1385 + } } leader = { - name = "Sultan Ali Iskandar" - date = 1824.1.1 - type = land - personality = gutsy - background = aristocrat - prestige = 0.0 + name = "Sultan Ali Iskandar" + date = 1824.1.1 + type = land + personality = gutsy + background = aristocrat + prestige = 0.0 } - diff --git a/HPM/history/units/KAF_oob.txt b/HPM/history/units/KAF_oob.txt index aca7d106..999dab95 100644 --- a/HPM/history/units/KAF_oob.txt +++ b/HPM/history/units/KAF_oob.txt @@ -1,57 +1,57 @@ EGY = { - value = 30 + value = 30 } SHW = { - value = 50 + value = 50 } SID = { - value = 75 + value = 75 } HAR = { - value = -100 + value = -100 } AWS = { - value = -100 + value = -100 } SHK = { - value = 100 + value = 100 } army = { - name = "Army of the Kingdom of Kaffa" - location = 1862 - regiment = { - name= "King's Warriors" - type = irregular - home = 1862 - } + name = "Army of the Kingdom of Kaffa" + location = 1862 + regiment = { + name= "King's Warriors" + type = irregular + home = 1862 + } - regiment = { - name= "Bonga Warriors" - type = irregular - home = 1862 - } + regiment = { + name= "Bonga Warriors" + type = irregular + home = 1862 + } } army = { - name = "Army of the Moti of Jimma" - location = 1862 - regiment = { - name= "Moti's Guards" - type = irregular - home = 1862 - } - - regiment = { - name= "Jimma Warriors" - type = irregular - home = 1862 - } + name = "Army of the Moti of Jimma" + location = 1862 + regiment = { + name= "Moti's Guards" + type = irregular + home = 1862 + } + + regiment = { + name= "Jimma Warriors" + type = irregular + home = 1862 + } } diff --git a/HPM/history/units/KAG_oob.txt b/HPM/history/units/KAG_oob.txt index 9b5c9ce4..0c6214f9 100644 --- a/HPM/history/units/KAG_oob.txt +++ b/HPM/history/units/KAG_oob.txt @@ -3,21 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Maeda" - location = 1646 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1675 - } - regiment = { - name= "1.Kaga" - type = irregular - home = 1675 - } - regiment = { - name= "2.Kaga" - type = irregular - home = 1675 - } + name = "Army of Daimyo Maeda" + location = 1646 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1675 + } + regiment = { + name= "1.Kaga" + type = irregular + home = 1675 + } + regiment = { + name= "2.Kaga" + type = irregular + home = 1675 + } } diff --git a/HPM/history/units/KAL_oob.txt b/HPM/history/units/KAL_oob.txt index 684f1a43..5fd8dd55 100644 --- a/HPM/history/units/KAL_oob.txt +++ b/HPM/history/units/KAL_oob.txt @@ -1,67 +1,66 @@ leader = { - name = "Mehreb Khan" - date = 1836.1.1 - type = land - personality = clever - background = poet + name = "Mehreb Khan" + date = 1836.1.1 + type = land + personality = clever + background = poet } army = { - name = "Army of Mehred Khan" - location = 1221 - regiment = { - name= "1.Ghilzye" - type = irregular - home = 1221 - } + name = "Army of Mehred Khan" + location = 1221 + regiment = { + name= "1.Ghilzye" + type = irregular + home = 1221 + } - regiment = { - name= "2.Ghilzye" - type = irregular - home = 1221 - } + regiment = { + name= "2.Ghilzye" + type = irregular + home = 1221 + } - regiment = { - name= "3.Ghilzye" - type = irregular - home = 1221 - } + regiment = { + name= "3.Ghilzye" + type = irregular + home = 1221 + } - regiment = { - name= "1.Baluchye" - type = irregular - home = 1220 - } + regiment = { + name= "1.Baluchye" + type = irregular + home = 1220 + } - regiment = { - name= "2.Baluchye" - type = irregular - home = 1220 - } + regiment = { + name= "2.Baluchye" + type = irregular + home = 1220 + } - regiment = { - name= "3.Baluchye" - type = irregular - home = 1220 - } + regiment = { + name= "3.Baluchye" + type = irregular + home = 1220 + } - regiment = { - name= "1.Afridye" - type = irregular - home = 1219 - } + regiment = { + name= "1.Afridye" + type = irregular + home = 1219 + } - regiment = { - name= "2.Afridye" - type = irregular - home = 1219 - } + regiment = { + name= "2.Afridye" + type = irregular + home = 1219 + } - regiment = { - name= "3.Afridye" - type = irregular - home = 1219 - } + regiment = { + name= "3.Afridye" + type = irregular + home = 1219 + } } - diff --git a/HPM/history/units/KAS_oob.txt b/HPM/history/units/KAS_oob.txt index e48e0e7c..c57c7890 100644 --- a/HPM/history/units/KAS_oob.txt +++ b/HPM/history/units/KAS_oob.txt @@ -1,57 +1,56 @@ leader = { - name = "Zovawar Singh" - type = land - date = 1836.1.1 - personality = sharp - background = spoiled + name = "Zovawar Singh" + type = land + date = 1836.1.1 + personality = sharp + background = spoiled } leader = { - name = "Gulub Singh" - type = land - date = 1836.1.1 - personality = competent - background = aristocrat + name = "Gulub Singh" + type = land + date = 1836.1.1 + personality = competent + background = aristocrat } army = { - name = "Army of the Dogra Rajas" - location = 1224 - regiment = { - name= "1.Sikh Division" - type = infantry - home = 1224 - } - - regiment = { - name= "2.Sikh Division" - type = infantry - home = 1224 - } - - regiment = { - name= "3.Sikh Division" - type = infantry - home = 1224 - } - - regiment = { - name= "1.Tibetan Division" - type = infantry - home = 1224 - } - - regiment = { - name= "2.Tibetan Division" - type = infantry - home = 1224 - } - - regiment = { - name= "3.Tibetan Division" - type = infantry - home = 1224 - } + name = "Army of the Dogra Rajas" + location = 1224 + regiment = { + name= "1.Sikh Division" + type = infantry + home = 1224 + } + + regiment = { + name= "2.Sikh Division" + type = infantry + home = 1224 + } + + regiment = { + name= "3.Sikh Division" + type = infantry + home = 1224 + } + + regiment = { + name= "1.Tibetan Division" + type = infantry + home = 1224 + } + + regiment = { + name= "2.Tibetan Division" + type = infantry + home = 1224 + } + + regiment = { + name= "3.Tibetan Division" + type = infantry + home = 1224 + } } - diff --git a/HPM/history/units/KAZ_oob.txt b/HPM/history/units/KAZ_oob.txt index 9f2dcdd7..29551a08 100644 --- a/HPM/history/units/KAZ_oob.txt +++ b/HPM/history/units/KAZ_oob.txt @@ -1,18 +1,17 @@ army = { - name = "The Middle Juz Army" - location = 1185 - regiment = { - name= "Juz Cavalry" - type = cavalry - home = 1185 - } + name = "The Middle Juz Army" + location = 1185 + regiment = { + name= "Juz Cavalry" + type = cavalry + home = 1185 + } } leader = { - name = "Kenesary Khan" - type = land - date = 1836.1.1 - background = aristocrat - personality = mediocre - } - + name = "Kenesary Khan" + type = land + date = 1836.1.1 + background = aristocrat + personality = mediocre + } diff --git a/HPM/history/units/KBO_oob.txt b/HPM/history/units/KBO_oob.txt index a9b508f2..78d572d6 100644 --- a/HPM/history/units/KBO_oob.txt +++ b/HPM/history/units/KBO_oob.txt @@ -1,37 +1,35 @@ SOK = { - value = -10 + value = -10 } DAM = { - value = -150 + value = -150 } DAR = { - value = 40 + value = 40 } WAD = { - value = 50 + value = 50 } BEN = { - value = -10 + value = -10 } army = { - name = "Army of the Kanem-Bornu Empire" - location = 1951 + name = "Army of the Kanem-Bornu Empire" + location = 1951 regiment = { - name= "1st Bornu Warriors" - type = irregular - home = 1951 - } + name= "1st Bornu Warriors" + type = irregular + home = 1951 + } regiment = { - name= "2nd Bornu Warriors" - type = irregular - home = 1952 - } + name= "2nd Bornu Warriors" + type = irregular + home = 1952 + } } - - diff --git a/HPM/history/units/KHI_oob.txt b/HPM/history/units/KHI_oob.txt index ef05f68d..34b9dfde 100644 --- a/HPM/history/units/KHI_oob.txt +++ b/HPM/history/units/KHI_oob.txt @@ -3,50 +3,50 @@ AFG = { value = 400 } PER = { value = 300 } leader = { - name = "Muhammad Rahim Quli" - type = land - date = 1825.1.1 - personality = resourceful - background = aristocrat + name = "Muhammad Rahim Quli" + type = land + date = 1825.1.1 + personality = resourceful + background = aristocrat } army = { - name = "Army of the Khanate of Khiva" - location = 1191 - regiment = { - name= "1.Yomud" - type = cavalry - home = 1191 - } - - regiment = { - name= "2.Yomud" - type = cavalry - home = 1191 - } - - regiment = { - name= "3.Yomud" - type = cavalry - home = 1192 - } - - regiment = { - name= "1.Kirgiz" - type = cavalry - home = 1192 - } - - regiment = { - name= "2.Kirgiz" - type = cavalry - home = 1196 - } - - regiment = { - name= "3.Kirgiz" - type = cavalry - home = 1196 - } + name = "Army of the Khanate of Khiva" + location = 1191 + regiment = { + name= "1.Yomud" + type = cavalry + home = 1191 + } + + regiment = { + name= "2.Yomud" + type = cavalry + home = 1191 + } + + regiment = { + name= "3.Yomud" + type = cavalry + home = 1192 + } + + regiment = { + name= "1.Kirgiz" + type = cavalry + home = 1192 + } + + regiment = { + name= "2.Kirgiz" + type = cavalry + home = 1196 + } + + regiment = { + name= "3.Kirgiz" + type = cavalry + home = 1196 + } } diff --git a/HPM/history/units/KLM_oob.txt b/HPM/history/units/KLM_oob.txt index 2978d685..4487676a 100644 --- a/HPM/history/units/KLM_oob.txt +++ b/HPM/history/units/KLM_oob.txt @@ -1,9 +1,9 @@ army = { - name = "Army of Kalimintan" - location = 1422 - regiment = { - name= "Kalimantan Army" - type = irregular - home = 1422 - } + name = "Army of Kalimintan" + location = 1422 + regiment = { + name= "Kalimantan Army" + type = irregular + home = 1422 + } } diff --git a/HPM/history/units/KNG_oob.txt b/HPM/history/units/KNG_oob.txt index 42c332fd..9cafb5c3 100644 --- a/HPM/history/units/KNG_oob.txt +++ b/HPM/history/units/KNG_oob.txt @@ -1,9 +1,9 @@ JAL = { - value = 75 + value = 75 } MAS = { - value = 30 + value = 30 } GBU = { value = -200 } @@ -12,25 +12,23 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Kong Empire" - location = 1898 + name = "Army of the Kong Empire" + location = 1898 regiment = { - name= "Fama's Guards" - type = irregular - -home = 1898 } + name= "Fama's Guards" + type = irregular + +home = 1898 } regiment = { - name= "Kong Warriors" - type = irregular - home = 1899 - } + name= "Kong Warriors" + type = irregular + home = 1899 + } regiment = { - name= "Mande Warriors" - type = irregular - home = 1900 - } + name= "Mande Warriors" + type = irregular + home = 1900 + } } - - diff --git a/HPM/history/units/KOK_oob.txt b/HPM/history/units/KOK_oob.txt index 55d5b95f..23e62c22 100644 --- a/HPM/history/units/KOK_oob.txt +++ b/HPM/history/units/KOK_oob.txt @@ -1,73 +1,73 @@ KAZ = { - value = -200 + value = -200 } army = { - name = "Kokand Army" - location = 1202 - regiment = { - name= "1st Brigade" - type = irregular - home = 1189 - } + name = "Kokand Army" + location = 1202 + regiment = { + name= "1st Brigade" + type = irregular + home = 1189 + } - regiment = { - name= "2nd Brigade" - type = irregular - home = 1189 - } + regiment = { + name= "2nd Brigade" + type = irregular + home = 1189 + } - regiment = { - name= "3rd Brigade" - type = irregular - home = 1189 - } - - regiment = { - name= "4th Brigade" - type = cavalry - home = 1195 - } - - regiment = { - name= "1st Cavalry" - type = cavalry - home = 1195 - } + regiment = { + name= "3rd Brigade" + type = irregular + home = 1189 + } + + regiment = { + name= "4th Brigade" + type = cavalry + home = 1195 + } + + regiment = { + name= "1st Cavalry" + type = cavalry + home = 1195 + } } army = { - name = "2nd Army of The Khanate of Kokand" - location = 1202 - regiment = { - name= "5th Brigade" - type = irregular - home = 1190 - } + name = "2nd Army of The Khanate of Kokand" + location = 1202 + regiment = { + name= "5th Brigade" + type = irregular + home = 1190 + } + + regiment = { + name= "6th Brigade" + type = irregular + home = 1203 + } - regiment = { - name= "6th Brigade" - type = irregular - home = 1203 - } + regiment = { + name= "7th Brigade" + type = irregular + home = 1203 + } - regiment = { - name= "7th Brigade" - type = irregular - home = 1203 - } - - regiment = { - name= "2nd Brigade" - type = cavalry - home = 1195 - } + regiment = { + name= "2nd Brigade" + type = cavalry + home = 1195 + } } leader = { - name = "Muhammad Ali Khan" - type = land - date = 1820.8.20 - background = aristocrat - personality = merciless + name = "Muhammad Ali Khan" + type = land + date = 1820.8.20 + background = aristocrat + personality = merciless } diff --git a/HPM/history/units/KON_oob.txt b/HPM/history/units/KON_oob.txt index 46c5b08e..cb7105e3 100644 --- a/HPM/history/units/KON_oob.txt +++ b/HPM/history/units/KON_oob.txt @@ -1,49 +1,47 @@ POR = { - value = 125 + value = 125 } NET = { - value = 40 + value = 40 } LOA = { - value = 50 + value = 50 } LBA = { - value = 30 + value = 30 } KZB = { - value = 30 + value = 30 } KUB = { - value = 30 + value = 30 } LUN = { - value = 50 + value = 50 } army = { - name = "Army of the Kongo Kingdom" - location = 1983 + name = "Army of the Kongo Kingdom" + location = 1983 regiment = { - name= "MweneKongo's Guards" - type = irregular - home = 1983 } + name= "MweneKongo's Guards" + type = irregular + home = 1983 } regiment = { - name= "1st Kongo Warriors" - type = irregular - home = 1982 } + name= "1st Kongo Warriors" + type = irregular + home = 1982 } regiment = { - name= "2nd Kongo Warriors" - type = irregular - home = 2001 - } + name= "2nd Kongo Warriors" + type = irregular + home = 2001 + } } - - diff --git a/HPM/history/units/KOR_oob.txt b/HPM/history/units/KOR_oob.txt index a71d1f1d..bb163478 100644 --- a/HPM/history/units/KOR_oob.txt +++ b/HPM/history/units/KOR_oob.txt @@ -1,90 +1,90 @@ RUS = { - value = 100 + value = 100 } army = { - name = "Korean Imperial Army" - location = 1624 - regiment = { - name= "1.¨Royal Guard" - type = irregular - home = 1624 - } + name = "Korean Imperial Army" + location = 1624 + regiment = { + name= "1.¨Royal Guard" + type = irregular + home = 1624 + } - regiment = { - name= "2. Royal Guard" - type = irregular - home = 1636 - } + regiment = { + name= "2. Royal Guard" + type = irregular + home = 1636 + } - regiment = { - name= "3. Royal Guard" - type = irregular - home = 1628 - } + regiment = { + name= "3. Royal Guard" + type = irregular + home = 1628 + } - regiment = { - name= "1. Infantry" - type = irregular - home = 1633 - } + regiment = { + name= "1. Infantry" + type = irregular + home = 1633 + } - regiment = { - name= "2. Infantry" - type = irregular - home = 1629 - } + regiment = { + name= "2. Infantry" + type = irregular + home = 1629 + } - regiment = { - name= "3. Infantry" - type = irregular - home = 1627 - } + regiment = { + name= "3. Infantry" + type = irregular + home = 1627 + } } army = { - name = "Northern Army" - location = 1623 - regiment = { - name= "4. Infantry" - type = irregular - home = 1619 - } + name = "Northern Army" + location = 1623 + regiment = { + name= "4. Infantry" + type = irregular + home = 1619 + } - regiment = { - name= "5. Infantry" - type = irregular - home = 1620 - } + regiment = { + name= "5. Infantry" + type = irregular + home = 1620 + } - regiment = { - name= "6. Infantry" - type = irregular - home = 1622 - } + regiment = { + name= "6. Infantry" + type = irregular + home = 1622 + } } army = { - name = "Southern Army" - location = 1634 - regiment = { - name= "7. Infantry" - type = irregular - home = 1632 - } + name = "Southern Army" + location = 1634 + regiment = { + name= "7. Infantry" + type = irregular + home = 1632 + } - regiment = { - name= "8. Infantry" - type = irregular - home = 1635 - } + regiment = { + name= "8. Infantry" + type = irregular + home = 1635 + } - regiment = { - name= "9. Infantry" - type = irregular - home = 1634 - } + regiment = { + name= "9. Infantry" + type = irregular + home = 1634 + } -} \ No newline at end of file +} diff --git a/HPM/history/units/KRA_oob.txt b/HPM/history/units/KRA_oob.txt index 001cb43e..35a86335 100644 --- a/HPM/history/units/KRA_oob.txt +++ b/HPM/history/units/KRA_oob.txt @@ -1,11 +1,10 @@ army = { - name = "Armia Krakówiej" - location = 703 - - regiment = { - name = "1. Brygada" - type = infantry - home = 703 - } -} + name = "Armia Krakówiej" + location = 703 + regiment = { + name = "1. Brygada" + type = infantry + home = 703 + } +} diff --git a/HPM/history/units/KTH_oob.txt b/HPM/history/units/KTH_oob.txt index b9e1df8a..1d4442bc 100644 --- a/HPM/history/units/KTH_oob.txt +++ b/HPM/history/units/KTH_oob.txt @@ -1,46 +1,46 @@ #Relations NEJ = { - value = -150 + value = -150 } HAL = { - value = -50 + value = -50 } FDL = { - value = -200 #relation + value = -200 #relation } MHR = { - value = -200 #relation + value = -200 #relation } NYE = { - value = -50 + value = -50 } LHJ = { - value = 0 #relation + value = 0 #relation } ENG = { - value = 0 #relation + value = 0 #relation } leader = { - name = "Ghalib ibn Muhsin al-Kathir" - type = land - date = 1836.1.1 - personality = stalwart - background = aristocrat + name = "Ghalib ibn Muhsin al-Kathir" + type = land + date = 1836.1.1 + personality = stalwart + background = aristocrat } army = { - name = "Sultan's Army" - location = 1173 - regiment = { - name= "1. Brigade" - type = irregular - home = 1173 - } + name = "Sultan's Army" + location = 1173 + regiment = { + name= "1. Brigade" + type = irregular + home = 1173 + } } diff --git a/HPM/history/units/KTI_oob.txt b/HPM/history/units/KTI_oob.txt index fc2b1b19..6fdeb5ec 100644 --- a/HPM/history/units/KTI_oob.txt +++ b/HPM/history/units/KTI_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of Kutei" - location = 1429 - regiment = { - name= "Kutei Army" - type = irregular - home = 1429 - } + name = "Army of Kutei" + location = 1429 + regiment = { + name= "Kutei Army" + type = irregular + home = 1429 + } } - diff --git a/HPM/history/units/KUB_oob.txt b/HPM/history/units/KUB_oob.txt index 6ad461db..25ce9202 100644 --- a/HPM/history/units/KUB_oob.txt +++ b/HPM/history/units/KUB_oob.txt @@ -1,49 +1,47 @@ LOA = { - value = 30 + value = 30 } LBA = { - value = 60 + value = 60 } KZB = { - value = 40 + value = 40 } LUN = { - value = 40 + value = 40 } KON = { - value = 30 + value = 30 } BRD = { - value = 25 + value = 25 } BUG = { - value = 25 + value = 25 } RWA = { - value = 25 + value = 25 } army = { - name = "Army of the Nyim of Kuba" - location = 1984 + name = "Army of the Nyim of Kuba" + location = 1984 regiment = { - name= "nyim's Guards" - type = irregular - home = 1984 - } + name= "nyim's Guards" + type = irregular + home = 1984 + } regiment = { - name= "Kuba Warriors" - type = irregular - home = 1984 } + name= "Kuba Warriors" + type = irregular + home = 1984 } } - - diff --git a/HPM/history/units/KUT_oob.txt b/HPM/history/units/KUT_oob.txt index 01058867..2f8d49ab 100644 --- a/HPM/history/units/KUT_oob.txt +++ b/HPM/history/units/KUT_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharao of Kutch" - location = 1293 - regiment = { - name= "1.Kutch" - type = irregular - home = 1293 - } + name = "Army of the Maharao of Kutch" + location = 1293 + regiment = { + name= "1.Kutch" + type = irregular + home = 1293 + } - regiment = { - name= "2.Kutch" - type = irregular - home = 1293 - } + regiment = { + name= "2.Kutch" + type = irregular + home = 1293 + } - regiment = { - name= "3.Kutch" - type = irregular - home = 1293 - } + regiment = { + name= "3.Kutch" + type = irregular + home = 1293 + } } - diff --git a/HPM/history/units/KZB_oob.txt b/HPM/history/units/KZB_oob.txt index eab1963f..00cedaef 100644 --- a/HPM/history/units/KZB_oob.txt +++ b/HPM/history/units/KZB_oob.txt @@ -1,49 +1,47 @@ LBA = { - value = 50 + value = 50 } KON = { - value = 30 + value = 30 } KUB = { - value = 40 + value = 40 } LUN = { - value = 85 + value = 85 } BRD = { - value = 30 + value = 30 } BUG = { - value = 30 + value = 30 } RWA = { - value = 30 + value = 30 } army = { - name = "Army of Kazembe" - location = 2016 + name = "Army of Kazembe" + location = 2016 regiment = { - name= "Mwata's Guards" - type = irregular - home = 2016 } + name= "Mwata's Guards" + type = irregular + home = 2016 } regiment = { - name= "1st Kazembe Warriors" - type = irregular - home = 1987 } + name= "1st Kazembe Warriors" + type = irregular + home = 1987 } regiment = { - name= "2nd Kazembe Warriors" - type = irregular home = 1987 } + name= "2nd Kazembe Warriors" + type = irregular home = 1987 } } - - diff --git a/HPM/history/units/LAD_oob.txt b/HPM/history/units/LAD_oob.txt index ef579bf8..4719a225 100644 --- a/HPM/history/units/LAD_oob.txt +++ b/HPM/history/units/LAD_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Chogyal of Ladakh" - location = 1226 - regiment = { - name= "1.1st Infantry" - type = irregular - home = 1226 - } + name = "Army of the Chogyal of Ladakh" + location = 1226 + regiment = { + name= "1.1st Infantry" + type = irregular + home = 1226 + } - regiment = { - name= "2.1st Infantry" - type = irregular - home = 1226 - } + regiment = { + name= "2.1st Infantry" + type = irregular + home = 1226 + } - regiment = { - name= "3.1st Infantry" - type = irregular - home = 1226 - } + regiment = { + name= "3.1st Infantry" + type = irregular + home = 1226 + } } - diff --git a/HPM/history/units/LAN_oob.txt b/HPM/history/units/LAN_oob.txt index f739795a..1cad6ebb 100644 --- a/HPM/history/units/LAN_oob.txt +++ b/HPM/history/units/LAN_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of Lanfang" - location = 1426 - regiment = { - name= "Lanfang Army" - type = irregular - home = 1426 - } + name = "Army of Lanfang" + location = 1426 + regiment = { + name= "Lanfang Army" + type = irregular + home = 1426 + } } - diff --git a/HPM/history/units/LBA_oob.txt b/HPM/history/units/LBA_oob.txt index a2771cde..fbfa89c4 100644 --- a/HPM/history/units/LBA_oob.txt +++ b/HPM/history/units/LBA_oob.txt @@ -1,56 +1,54 @@ KZB = { - value = 50 + value = 50 } KON = { - value = 30 + value = 30 } KUB = { - value = 50 + value = 50 } LUN = { - value = 60 + value = 60 } BRD = { - value = 40 + value = 40 } BUG = { - value = 40 + value = 40 } RWA = { - value = 40 + value = 40 } LOA = { - value = 30 + value = 30 } army = { - name = "Army of the muLopwe of Luba" - location = 1986 + name = "Army of the muLopwe of Luba" + location = 1986 regiment = { - name= "muLopwe's Guards" - type = irregular - home = 1986 - } + name= "muLopwe's Guards" + type = irregular + home = 1986 + } regiment = { - name= "1st Luba Warriors" - type = irregular - home = 1989 - } + name= "1st Luba Warriors" + type = irregular + home = 1989 + } regiment = { - name= "2nd Luba Warriors" - type = irregular - home = 1989 } + name= "2nd Luba Warriors" + type = irregular + home = 1989 } } - - diff --git a/HPM/history/units/LHJ_oob.txt b/HPM/history/units/LHJ_oob.txt index 9813fecb..05a2f95d 100644 --- a/HPM/history/units/LHJ_oob.txt +++ b/HPM/history/units/LHJ_oob.txt @@ -1,59 +1,57 @@ #Relations NEJ = { - value = -150 + value = -150 } HAL = { - value = -50 + value = -50 } NYE = { - value = -50 #relation - truce_until = 1840.1.1 + value = -50 #relation + truce_until = 1840.1.1 } FDL = { - value = 100 #relation - truce_until = 1837.1.1 + value = 100 #relation + truce_until = 1837.1.1 } KTH = { - value = 100 #relation - truce_until = 1837.1.1 + value = 100 #relation + truce_until = 1837.1.1 } MHR = { - value = 100 #relation - truce_until = 1837.1.1 + value = 100 #relation + truce_until = 1837.1.1 } ENG = { - value = 25 #relation + value = 25 #relation } leader = { - name = "Muhsin ibn al-Fadl al-Abdali" - type = land - date = 1836.1.1 - personality = timid - background = madman + name = "Muhsin ibn al-Fadl al-Abdali" + type = land + date = 1836.1.1 + personality = timid + background = madman } army = { - name = "Sultan's Army" - location = 1412 - regiment = { - name= "1. Brigade" - type = irregular - home = 1412 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1412 - } + name = "Sultan's Army" + location = 1412 + regiment = { + name= "1. Brigade" + type = irregular + home = 1412 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1412 + } } - - diff --git a/HPM/history/units/LIP_oob.txt b/HPM/history/units/LIP_oob.txt index d6c21a56..2d26a1af 100644 --- a/HPM/history/units/LIP_oob.txt +++ b/HPM/history/units/LIP_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Lippische Armee" - location = 585 - regiment = { - name= "1. Lippische Infanterie-Brigade" - type = infantry - home = 585 - } + name = "Lippische Armee" + location = 585 + regiment = { + name= "1. Lippische Infanterie-Brigade" + type = infantry + home = 585 + } } - diff --git a/HPM/history/units/LOA_oob.txt b/HPM/history/units/LOA_oob.txt index 7174477c..9e62b4f7 100644 --- a/HPM/history/units/LOA_oob.txt +++ b/HPM/history/units/LOA_oob.txt @@ -1,38 +1,36 @@ POR = { - value = 75 + value = 75 } NET = { - value = 30 + value = 30 } KON = { - value = 50 + value = 50 } LBA = { - value = 30 + value = 30 } KUB = { - value = 30 + value = 30 } LUN = { - value = 40 + value = 40 } army = { - name = "Army of the Loango Kingdom" - location = 2624 + name = "Army of the Loango Kingdom" + location = 2624 regiment = { - name= "Ma Lwããgu's Guards" - type = irregular - home = 2624 } + name= "Ma Lwããgu's Guards" + type = irregular + home = 2624 } regiment = { - name= "Warriors of Loango" - type = irregular - home = 1977 } + name= "Warriors of Loango" + type = irregular + home = 1977 } } - - diff --git a/HPM/history/units/LUA_oob.txt b/HPM/history/units/LUA_oob.txt index 7dbffdc4..219d3397 100644 --- a/HPM/history/units/LUA_oob.txt +++ b/HPM/history/units/LUA_oob.txt @@ -1,16 +1,15 @@ army = { - name = "Army of Luang Prabang" - location = 1356 - regiment = { - name= "1st Division" - type = irregular - home = 1356 - } + name = "Army of Luang Prabang" + location = 1356 + regiment = { + name= "1st Division" + type = irregular + home = 1356 + } - regiment = { - name= "2nd Division" - type = irregular - home = 1362 - } + regiment = { + name= "2nd Division" + type = irregular + home = 1362 + } } - diff --git a/HPM/history/units/LUB_oob.txt b/HPM/history/units/LUB_oob.txt index 2d215a80..38fbf8d2 100644 --- a/HPM/history/units/LUB_oob.txt +++ b/HPM/history/units/LUB_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Lubeck's Militia" - location = 530 - regiment = { - name= "1st Division" - type = infantry - home = 530 - } + name = "Lubeck's Militia" + location = 530 + regiment = { + name= "1st Division" + type = infantry + home = 530 + } } - diff --git a/HPM/history/units/LUC_oob.txt b/HPM/history/units/LUC_oob.txt index 3600e235..3c2b9c90 100644 --- a/HPM/history/units/LUC_oob.txt +++ b/HPM/history/units/LUC_oob.txt @@ -1,19 +1,18 @@ leader = { - name = "Carlo di Borbone-Parma" - date = 1815.1.1 - type = land - personality = polite - background = cursed_luck - prestige = 0.5 + name = "Carlo di Borbone-Parma" + date = 1815.1.1 + type = land + personality = polite + background = cursed_luck + prestige = 0.5 } army = { - name = "Esercito di Lucca" - location = 746 - regiment = { - name= "1. Fanteria di Linea" - type = infantry - home = 746 - } + name = "Esercito di Lucca" + location = 746 + regiment = { + name= "1. Fanteria di Linea" + type = infantry + home = 746 + } } - diff --git a/HPM/history/units/LUN_oob.txt b/HPM/history/units/LUN_oob.txt index 7cbce140..af49777e 100644 --- a/HPM/history/units/LUN_oob.txt +++ b/HPM/history/units/LUN_oob.txt @@ -1,53 +1,51 @@ KZB = { - value = 85 + value = 85 } KON = { - value = 50 + value = 50 } KUB = { - value = 40 + value = 40 } LBA = { - value = 60 + value = 60 } BRD = { - value = 30 + value = 30 } BUG = { - value = 30 + value = 30 } RWA = { - value = 30 + value = 30 } LOA = { - value = 40 + value = 40 } army = { - name = "Army of the Mwaantayaav of Lunda" - location = 2010 + name = "Army of the Mwaantayaav of Lunda" + location = 2010 regiment = { - name= "Mwaantayaav's Guards" - type = irregular - home = 2010 } + name= "Mwaantayaav's Guards" + type = irregular + home = 2010 } regiment = { - name= "1st Lunda Warriors" - type = irregular - home = 2011 } + name= "1st Lunda Warriors" + type = irregular + home = 2011 } regiment = { - name= "2nd Lunda Warriors" - type = irregular home = 1988 } + name= "2nd Lunda Warriors" + type = irregular home = 1988 } } - - diff --git a/HPM/history/units/MAD_oob.txt b/HPM/history/units/MAD_oob.txt index fae7c5d6..f9137988 100644 --- a/HPM/history/units/MAD_oob.txt +++ b/HPM/history/units/MAD_oob.txt @@ -1,47 +1,45 @@ army = { - name = "Merina Royal Army" - location = 2115 - regiment = { - name= "1. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "2. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "3. Infantry Brigade" - type = irregular - home = 2115 - } - - regiment = { - name= "4. Infantry Brigade" - type = irregular - home = 2116 - } - - regiment = { - name= "5. Infantry Brigade" - type = irregular - home = 2116 - } - - regiment = { - name= "6. Infantry Brigade" - type = irregular - home = 2117 - } - - regiment = { - name= "7. Infantry Brigade" - type = irregular - home = 2122 - } + name = "Merina Royal Army" + location = 2115 + regiment = { + name= "1. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "2. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "3. Infantry Brigade" + type = irregular + home = 2115 + } + + regiment = { + name= "4. Infantry Brigade" + type = irregular + home = 2116 + } + + regiment = { + name= "5. Infantry Brigade" + type = irregular + home = 2116 + } + + regiment = { + name= "6. Infantry Brigade" + type = irregular + home = 2117 + } + + regiment = { + name= "7. Infantry Brigade" + type = irregular + home = 2122 + } } - - diff --git a/HPM/history/units/MAJ_oob.txt b/HPM/history/units/MAJ_oob.txt index 40fe6af9..d1eac2c9 100644 --- a/HPM/history/units/MAJ_oob.txt +++ b/HPM/history/units/MAJ_oob.txt @@ -1,56 +1,54 @@ GON = { - value = -200 + value = -200 } SHW = { - value = -200 + value = -200 } TIG = { - value = -200 + value = -200 } KAF = { - value = -200 + value = -200 } WRL = { - value = -200 + value = -200 } TUR = { - value = 50 + value = 50 } EGY = { - value = 60 + value = 60 } GEL = { - value = 50 + value = 50 } AWS = { - value = 60 + value = 60 } HAR = { - value = 75 + value = 75 } army = { - name = "Army of the Majeerteen Sultanate" - location = 1872 - regiment = { - name= "Shaykh's Guards" - type = irregular - home = 1872 - } - regiment = { - name= "Berbera Warriors" - type = irregular - home = 1872 - } + name = "Army of the Majeerteen Sultanate" + location = 1872 + regiment = { + name= "Shaykh's Guards" + type = irregular + home = 1872 + } + regiment = { + name= "Berbera Warriors" + type = irregular + home = 1872 + } } - - diff --git a/HPM/history/units/MAK_oob.txt b/HPM/history/units/MAK_oob.txt index 1b3752e8..89f6be09 100644 --- a/HPM/history/units/MAK_oob.txt +++ b/HPM/history/units/MAK_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Nawab of Makran" - location = 1222 - regiment = { - name= "1.Baluchye" - type = cavalry - home = 1222 - } + name = "Army of the Nawab of Makran" + location = 1222 + regiment = { + name= "1.Baluchye" + type = cavalry + home = 1222 + } } - diff --git a/HPM/history/units/MAS_oob.txt b/HPM/history/units/MAS_oob.txt index f5a7de4d..7c9e9a09 100644 --- a/HPM/history/units/MAS_oob.txt +++ b/HPM/history/units/MAS_oob.txt @@ -1,33 +1,33 @@ DND = { - value = 30 + value = 30 } SOK = { - value = 100 + value = 100 } KNG = { - value = 30 + value = 30 } DAM = { - value = 20 + value = 20 } JAL = { - value = 100 + value = 100 } TOO = { - value = 100 + value = 100 } DAH = { - value = -5 + value = -5 } BEN = { - value = -15 + value = -15 } GBU = { value = -200 } @@ -36,40 +36,38 @@ MOS = { value = -200 } ASH = { value = -200 } leader = { - name = "Seku Amadu" - type = land - date="1836.1.1" - personality = charismatic - background = innovative_tactician + name = "Seku Amadu" + type = land + date="1836.1.1" + personality = charismatic + background = innovative_tactician } army = { - name = "Army of the Massina Jihad" - location = 1804 - + name = "Army of the Massina Jihad" + location = 1804 + regiment = { - name= "Massina Cavalry" - type = cavalry - home = 1804 } + name= "Massina Cavalry" + type = cavalry + home = 1804 } regiment = { - name= "1st Massina Jihadis" - type = irregular - home = 1804 - } + name= "1st Massina Jihadis" + type = irregular + home = 1804 + } regiment = { - name= "2nd Massina Jihadis" - type = irregular - home = 1799 - } + name= "2nd Massina Jihadis" + type = irregular + home = 1799 + } regiment = { - name= "3rd Massina Jihadis" - type = irregular - home = 1906 } + name= "3rd Massina Jihadis" + type = irregular + home = 1906 } } - - diff --git a/HPM/history/units/MAT_oob.txt b/HPM/history/units/MAT_oob.txt index 1233a426..b9a45a68 100644 --- a/HPM/history/units/MAT_oob.txt +++ b/HPM/history/units/MAT_oob.txt @@ -1,21 +1,21 @@ GAZ = { - value = -200 + value = -200 } XHO = { - value = -50 + value = -50 } MAT = { - value = -150 + value = -150 } BSH = { - value = -50 + value = -50 } SUA = { - value = 50 + value = 50 } leader = { @@ -28,28 +28,27 @@ leader = { } army = { - name = "Royal Army of Matabele" - location = 2108 - regiment = { - name= "Chief's Warriors" - type = irregular - home = 2108 - } - regiment = { - name= "Chief's Warriors" - type = irregular - home = 2108 - } - regiment = { - name= "Chief's Warriors" - type = irregular - home = 2108 - } - regiment = { - name= "Chief's Warriors" - type = irregular - home = 2108 - } - -} + name = "Royal Army of Matabele" + location = 2108 + regiment = { + name= "Chief's Warriors" + type = irregular + home = 2108 + } + regiment = { + name= "Chief's Warriors" + type = irregular + home = 2108 + } + regiment = { + name= "Chief's Warriors" + type = irregular + home = 2108 + } + regiment = { + name= "Chief's Warriors" + type = irregular + home = 2108 + } +} diff --git a/HPM/history/units/MCK_oob.txt b/HPM/history/units/MCK_oob.txt index e4e1e0db..d922f09b 100644 --- a/HPM/history/units/MCK_oob.txt +++ b/HPM/history/units/MCK_oob.txt @@ -1,170 +1,169 @@ army = { - name = "White Banner" - location = 1554 - - regiment = { - name= "1.Manchu White Banner" - type = infantry - home = 1554 - } - - regiment = { - name= "2.Manchu White Banner" - type = infantry - home = 1555 - } - - regiment = { - name= "3.Manchu White Banner" - type = infantry - home = 1002 - } + name = "White Banner" + location = 1554 + + regiment = { + name= "1.Manchu White Banner" + type = infantry + home = 1554 + } + + regiment = { + name= "2.Manchu White Banner" + type = infantry + home = 1555 + } + + regiment = { + name= "3.Manchu White Banner" + type = infantry + home = 1002 + } } army = { - name = "Yellow Banner" - location = 1552 - - regiment = { - name= "3rd Chengde Jalan" - type = irregular - home = 1613 - } - - regiment = { - name= "3rd Qiqihar Jalan" - type = cavalry - home = 1552 - } - - regiment = { - name= "4th Chengde Jalan" - type = irregular - home = 1613 - } + name = "Yellow Banner" + location = 1552 + + regiment = { + name= "3rd Chengde Jalan" + type = irregular + home = 1613 + } + + regiment = { + name= "3rd Qiqihar Jalan" + type = cavalry + home = 1552 + } + + regiment = { + name= "4th Chengde Jalan" + type = irregular + home = 1613 + } } army = { - name = "Red Banner" - location = 1479 - - regiment = { - name= "2nd Mukden Jalan" - type = irregular - home = 1479 - } - - regiment = { - name= "3rd Mukden Jalan" - type = cavalry - home = 1479 - } - - regiment = { - name= "3rd Qiqihar Jalan" - type = irregular - home = 1552 - } + name = "Red Banner" + location = 1479 + + regiment = { + name= "2nd Mukden Jalan" + type = irregular + home = 1479 + } + + regiment = { + name= "3rd Mukden Jalan" + type = cavalry + home = 1479 + } + + regiment = { + name= "3rd Qiqihar Jalan" + type = irregular + home = 1552 + } } army = { - name = "Yellow Banner" - location = 1613 - - regiment = { - name= "1st Jirim Jalan" - type = irregular - home = 1533 - } - - regiment = { - name= "1st Manzhouli Jalan" - type = irregular - home = 1002 - } - - regiment = { - name= "1st Qiqihar Jalan" - type = irregular - home = 1552 - } - - regiment = { - name= "2nd Qiqihar Jalan" - type = irregular - home = 1552 - } - - regiment = { - name= "1st Jilin Jalan" - type = irregular - home = 1555 - } - - regiment = { - name= "1st Ninguta Jalan" - type = irregular - home = 1554 - } - - regiment = { - name = "2nd Ninguta Jalan" - type = irregular - home = 1554 - } - - regiment = { - name= "1st Aigun Jalan" - type = irregular - home = 1553 - } - - regiment = { - name= "1st Ulusamudan Jalan" - type = irregular - home = 1085 - } + name = "Yellow Banner" + location = 1613 + + regiment = { + name= "1st Jirim Jalan" + type = irregular + home = 1533 + } + + regiment = { + name= "1st Manzhouli Jalan" + type = irregular + home = 1002 + } + + regiment = { + name= "1st Qiqihar Jalan" + type = irregular + home = 1552 + } + + regiment = { + name= "2nd Qiqihar Jalan" + type = irregular + home = 1552 + } + + regiment = { + name= "1st Jilin Jalan" + type = irregular + home = 1555 + } + + regiment = { + name= "1st Ninguta Jalan" + type = irregular + home = 1554 + } + + regiment = { + name = "2nd Ninguta Jalan" + type = irregular + home = 1554 + } + + regiment = { + name= "1st Aigun Jalan" + type = irregular + home = 1553 + } + + regiment = { + name= "1st Ulusamudan Jalan" + type = irregular + home = 1085 + } } army = { - name = "Nikan Banner" - location = 1082 - - regiment = { - name= "1st Chengde Jalan" - type = irregular - home = 1613 - } - - regiment = { - name= "2nd Chengde Jalan" - type = irregular - home = 1613 - } - - regiment = { - name= "1st Jinzhou Jalan" - type = irregular - home = 1480 - } - - regiment = { - name= "1st Lushun Jalan" - type = irregular - home = 1481 - } - - regiment = { - name= "1st Mukden Jalan" - type = irregular - home = 1479 - } - - regiment = { - name= "2nd Mukden Jalan" - type = irregular - home = 1479 - } + name = "Nikan Banner" + location = 1082 + + regiment = { + name= "1st Chengde Jalan" + type = irregular + home = 1613 + } + + regiment = { + name= "2nd Chengde Jalan" + type = irregular + home = 1613 + } + + regiment = { + name= "1st Jinzhou Jalan" + type = irregular + home = 1480 + } + + regiment = { + name= "1st Lushun Jalan" + type = irregular + home = 1481 + } + + regiment = { + name= "1st Mukden Jalan" + type = irregular + home = 1479 + } + + regiment = { + name= "2nd Mukden Jalan" + type = irregular + home = 1479 + } } - diff --git a/HPM/history/units/MEC_oob.txt b/HPM/history/units/MEC_oob.txt index 7de7017b..d2a411e4 100644 --- a/HPM/history/units/MEC_oob.txt +++ b/HPM/history/units/MEC_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Mecklenburgische Armee" - location = 545 - regiment = { - name= "1. Mecklenburgische Infanterie-Brigade" - type = infantry - home = 545 - } + name = "Mecklenburgische Armee" + location = 545 + regiment = { + name= "1. Mecklenburgische Infanterie-Brigade" + type = infantry + home = 545 + } } - diff --git a/HPM/history/units/MEI_oob.txt b/HPM/history/units/MEI_oob.txt index 07b31234..4e58917a 100644 --- a/HPM/history/units/MEI_oob.txt +++ b/HPM/history/units/MEI_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Meiningenische Landwehr" - location = 563 - regiment = { - name= "1. Linieninfanteriebrigade" - type = irregular - home = 563 - } + name = "Meiningenische Landwehr" + location = 563 + regiment = { + name= "1. Linieninfanteriebrigade" + type = irregular + home = 563 + } } - diff --git a/HPM/history/units/MEW_oob.txt b/HPM/history/units/MEW_oob.txt index 23db4298..61ca5d52 100644 --- a/HPM/history/units/MEW_oob.txt +++ b/HPM/history/units/MEW_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharana of Mewar" - location = 1269 - regiment = { - name= "1.Mewar Contingent" - type = irregular - home = 1269 - } + name = "Army of the Maharana of Mewar" + location = 1269 + regiment = { + name= "1.Mewar Contingent" + type = irregular + home = 1269 + } - regiment = { - name= "2.Mewar Contingent" - type = irregular - home = 1269 - } + regiment = { + name= "2.Mewar Contingent" + type = irregular + home = 1269 + } - regiment = { - name= "3.Mewar Contingent" - type = irregular - home = 1269 - } + regiment = { + name= "3.Mewar Contingent" + type = irregular + home = 1269 + } } - diff --git a/HPM/history/units/MEX_oob.txt b/HPM/history/units/MEX_oob.txt index c3053a45..2b097870 100644 --- a/HPM/history/units/MEX_oob.txt +++ b/HPM/history/units/MEX_oob.txt @@ -1,124 +1,123 @@ USA = { - value = 100 + value = 100 } SPA = { - value = 75 + value = 75 } leader = { - name = "D. Francisco López " - type = sea - date="1820.1.1" - personality = bastard - background = no_background + name = "D. Francisco López " + type = sea + date="1820.1.1" + personality = bastard + background = no_background } leader = { - name = "Nicolas Bravo" - type = land - date="1836.1.1" - personality = heroic - background = politician + name = "Nicolas Bravo" + type = land + date="1836.1.1" + personality = heroic + background = politician } leader = { - name = "Mariano Arista" - type = land - date="1836.1.1" - personality = skilled - background = war_college + name = "Mariano Arista" + type = land + date="1836.1.1" + personality = skilled + background = war_college } leader = { - name = "Juan Álvarez" - type = land - date="1836.1.1" - personality = skilled - background = elderly + name = "Juan Álvarez" + type = land + date="1836.1.1" + personality = skilled + background = elderly } leader = { - name = "José de Herrera" - type = land - date="1836.1.1" - personality = soldierly - background = exranker + name = "José de Herrera" + type = land + date="1836.1.1" + personality = soldierly + background = exranker } army = { - name = "Activo Oajaca" - location = 2177 - - regiment = { - name= "1.Oajaca y Tlaxcala" - type = irregular - home = 2177 - } - - regiment = { - name= "2.Oajaca y Tlaxcala" - type = irregular - home = 2173 - } - - regiment = { - name= "3.Oajaca y Tlaxcala" - type = irregular - home = 2167 - } - + name = "Activo Oajaca" + location = 2177 + + regiment = { + name= "1.Oajaca y Tlaxcala" + type = irregular + home = 2177 + } + + regiment = { + name= "2.Oajaca y Tlaxcala" + type = irregular + home = 2173 + } + + regiment = { + name= "3.Oajaca y Tlaxcala" + type = irregular + home = 2167 + } + } army = { - name = "Ejército del Ciudad Mejico" - location = 2172 - regiment = { - name= "1.Division Comonfort" - type = infantry - home = 2176 - } - - regiment = { - name= "2.Division Comonfort" - type = irregular - home = 2159 - } - - regiment = { - name= "3.Division Comonfort" - type = irregular - home = 2174 - } + name = "Ejército del Ciudad Mejico" + location = 2172 + regiment = { + name= "1.Division Comonfort" + type = infantry + home = 2176 + } + + regiment = { + name= "2.Division Comonfort" + type = irregular + home = 2159 + } + + regiment = { + name= "3.Division Comonfort" + type = irregular + home = 2174 + } } navy = { - name = "Armada de Mexico" - location = 2184 - ship = { - name= "Vencedor del Alamo" - type = frigate - } - ship = { - name= "Bravo" - type = frigate - } - ship = { - name= "Vera Cruzana" - type = frigate - } - ship = { - name= "Montezuma" - type = frigate - } - ship = { - name= "Lubardo" - type = frigate - } - ship = { - name= "Pelicano" - type = frigate - } + name = "Armada de Mexico" + location = 2184 + ship = { + name= "Vencedor del Alamo" + type = frigate + } + ship = { + name= "Bravo" + type = frigate + } + ship = { + name= "Vera Cruzana" + type = frigate + } + ship = { + name= "Montezuma" + type = frigate + } + ship = { + name= "Lubardo" + type = frigate + } + ship = { + name= "Pelicano" + type = frigate + } } - diff --git a/HPM/history/units/MHR_oob.txt b/HPM/history/units/MHR_oob.txt index 0cf82ac4..5c1fd183 100644 --- a/HPM/history/units/MHR_oob.txt +++ b/HPM/history/units/MHR_oob.txt @@ -1,50 +1,48 @@ #Relations NEJ = { - value = -150 + value = -150 } HAL = { - value = -50 + value = -50 } FDL = { - value = -200 #relation + value = -200 #relation } KTH = { - value = -200 #relation + value = -200 #relation } NYE = { - value = -50 + value = -50 } ENG = { - value = 0 #relation + value = 0 #relation } leader = { - name = "Abd Allah ibn al-Mahri" - type = land - date = 1836.1.1 - personality = brash - background = toady + name = "Abd Allah ibn al-Mahri" + type = land + date = 1836.1.1 + personality = brash + background = toady } army = { - name = "Sultan's Army" - location = 1175 - regiment = { - name= "1. Brigade" - type = irregular - home = 1175 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1175 - } + name = "Sultan's Army" + location = 1175 + regiment = { + name= "1. Brigade" + type = irregular + home = 1175 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1175 + } } - - diff --git a/HPM/history/units/MKN_oob.txt b/HPM/history/units/MKN_oob.txt index c35bc54c..f10b636d 100644 --- a/HPM/history/units/MKN_oob.txt +++ b/HPM/history/units/MKN_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 1111 - regiment = { - name= "Kurdish Warriors" - type = irregular - home = 1111 - } + name = "Army of the Kurdish Emir" + location = 1111 + regiment = { + name= "Kurdish Warriors" + type = irregular + home = 1111 + } } - diff --git a/HPM/history/units/MOD_oob.txt b/HPM/history/units/MOD_oob.txt index fec1038f..8f6981c0 100644 --- a/HPM/history/units/MOD_oob.txt +++ b/HPM/history/units/MOD_oob.txt @@ -1,25 +1,24 @@ leader = { - name = "Francesco IV" - date = 1815.1.1 - type = land - personality = arrogant - background = hated - prestige = 0.5 + name = "Francesco IV" + date = 1815.1.1 + type = land + personality = arrogant + background = hated + prestige = 0.5 } army = { - name = "Esercito di Modena" - location = 739 - regiment = { - name= "1. Fanteria di Linea" - type = infantry - home = 739 - } + name = "Esercito di Modena" + location = 739 + regiment = { + name= "1. Fanteria di Linea" + type = infantry + home = 739 + } - regiment = { - name= "2. Fanteria di Linea" - type = infantry - home = 740 - } + regiment = { + name= "2. Fanteria di Linea" + type = infantry + home = 740 + } } - diff --git a/HPM/history/units/MOL_oob.txt b/HPM/history/units/MOL_oob.txt index e6dedd6c..609f0f11 100644 --- a/HPM/history/units/MOL_oob.txt +++ b/HPM/history/units/MOL_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Armata Principatul Moldovei" - location = 673 - regiment = { - name= "1. Infanterie Moldovei" - type = infantry - home = 670 - } + name = "Armata Principatul Moldovei" + location = 673 + regiment = { + name= "1. Infanterie Moldovei" + type = infantry + home = 670 + } - regiment = { - name= "2. Infanterie Moldovei" - type = infantry - home = 672 - } + regiment = { + name= "2. Infanterie Moldovei" + type = infantry + home = 672 + } - regiment = { - name= "3. Infanterie Moldovei" - type = infantry - home = 673 - } + regiment = { + name= "3. Infanterie Moldovei" + type = infantry + home = 673 + } } - diff --git a/HPM/history/units/MON_oob.txt b/HPM/history/units/MON_oob.txt index 9b9b8755..ae5f918b 100644 --- a/HPM/history/units/MON_oob.txt +++ b/HPM/history/units/MON_oob.txt @@ -1,19 +1,18 @@ leader = { - name = "Mirko Petrovic" - type = land - date="1830.1.1" - personality = au_fait - background = poet - prestige = 0.2 + name = "Mirko Petrovic" + type = land + date="1830.1.1" + personality = au_fait + background = poet + prestige = 0.2 } army = { - name = "Army of the Prince-Bishop" - location = 2583 - regiment = { - name= "1st Montenegrin Infantry" - type = infantry - home = 2583 - } + name = "Army of the Prince-Bishop" + location = 2583 + regiment = { + name= "1st Montenegrin Infantry" + type = infantry + home = 2583 + } } - diff --git a/HPM/history/units/MOR_oob.txt b/HPM/history/units/MOR_oob.txt index 84a86787..76b81565 100644 --- a/HPM/history/units/MOR_oob.txt +++ b/HPM/history/units/MOR_oob.txt @@ -1,126 +1,124 @@ TUR = { - value = 100 + value = 100 } AUS = { - value = 100 + value = 100 } FRA = { - value = 200 + value = 200 } SPA = { - value = 100 + value = 100 } USA = { - value = 100 + value = 100 } ENG = { - value = 100 + value = 100 } PRU = { - value = 100 + value = 100 } POR = { - value = 100 + value = 100 } army = { - name = "Army of the Sultan of Morocco" - location = 1681 - regiment = { - name= "1. Infantry Brigade 'Askäria'" - type = irregular - home = 1680 - } - - regiment = { - name= "2. Infantry Brigade" - type = irregular - home = 1681 - } - - regiment = { - name= "3. Infantry Brigade" - type = irregular - home = 1682 - } + name = "Army of the Sultan of Morocco" + location = 1681 + regiment = { + name= "1. Infantry Brigade 'Askäria'" + type = irregular + home = 1680 + } + + regiment = { + name= "2. Infantry Brigade" + type = irregular + home = 1681 + } + + regiment = { + name= "3. Infantry Brigade" + type = irregular + home = 1682 + } } army = { - name = "Army of the Atlas" - location = 1684 - regiment = { - name= "4. Infantry Brigade 'Ait 'Atta'" - type = irregular - home = 1683 - } - - regiment = { - name= "5. Infantry Brigade" - type = irregular - home = 1688 - } - - regiment = { - name= "6. Infantry Brigade 'Ait Mnad'" - type = irregular - home = 1694 - } + name = "Army of the Atlas" + location = 1684 + regiment = { + name= "4. Infantry Brigade 'Ait 'Atta'" + type = irregular + home = 1683 + } + + regiment = { + name= "5. Infantry Brigade" + type = irregular + home = 1688 + } + + regiment = { + name= "6. Infantry Brigade 'Ait Mnad'" + type = irregular + home = 1694 + } } army = { - name = "Army of Sahara" - location = 1698 - regiment = { - name= "7. Infantry Brigade 'Dawi Mani'" - type = irregular - home = 1690 - } - - regiment = { - name= "8. Infantry Brigade 'Sahrawi'" - type = irregular - home = 2563 - } - - regiment = { - name= "9. Infantry Brigade" - type = irregular - home = 1691 - } + name = "Army of Sahara" + location = 1698 + regiment = { + name= "7. Infantry Brigade 'Dawi Mani'" + type = irregular + home = 1690 + } + + regiment = { + name= "8. Infantry Brigade 'Sahrawi'" + type = irregular + home = 2563 + } + + regiment = { + name= "9. Infantry Brigade" + type = irregular + home = 1691 + } } army = { - name = "Army of the Rif" - location = 1686 - regiment = { - name= "10. Infantry Brigade" - type = irregular - home = 1686 - } - - regiment = { - name= "11. Infantry Brigade" - type = irregular - home = 1687 - } - - regiment = { - name= "12. Infantry Brigade" - type = irregular - home = 1685 - } + name = "Army of the Rif" + location = 1686 + regiment = { + name= "10. Infantry Brigade" + type = irregular + home = 1686 + } + + regiment = { + name= "11. Infantry Brigade" + type = irregular + home = 1687 + } + + regiment = { + name= "12. Infantry Brigade" + type = irregular + home = 1685 + } } leader = { - name = "Sultan Abd al-Rahman" - type = land - date = 1820.1.1 - background = gifted_administrator - personality = harsh - prestige = 0.1 - } - - \ No newline at end of file + name = "Sultan Abd al-Rahman" + type = land + date = 1820.1.1 + background = gifted_administrator + personality = harsh + prestige = 0.1 + } diff --git a/HPM/history/units/MOS_oob.txt b/HPM/history/units/MOS_oob.txt index e19da1f2..34705938 100644 --- a/HPM/history/units/MOS_oob.txt +++ b/HPM/history/units/MOS_oob.txt @@ -7,38 +7,36 @@ KNG = { value = -200 } SOK = { value = -200 } MAS = { value = -200 } SEG = { - value = 40 + value = 40 } ASH = { - value = 20 + value = 20 } DAH = { - value = 10 + value = 10 } army = { - name = "Army of the Mossi" - location = 1901 + name = "Army of the Mossi" + location = 1901 regiment = { - name= "Mogho Naba's Cavalry" - type = cavalry - home = 1901 } + name= "Mogho Naba's Cavalry" + type = cavalry + home = 1901 } regiment = { - name= "1st Mossi Warriors" - type = irregular - -home = 1902 } + name= "1st Mossi Warriors" + type = irregular + +home = 1902 } regiment = { - name= "2nd Mossi Warriors" - type = irregular - home = 1903 - } + name= "2nd Mossi Warriors" + type = irregular + home = 1903 + } } - - diff --git a/HPM/history/units/MYS_oob.txt b/HPM/history/units/MYS_oob.txt index 3b4b3fec..8168400f 100644 --- a/HPM/history/units/MYS_oob.txt +++ b/HPM/history/units/MYS_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Wadiyar of Mysore" - location = 1314 - regiment = { - name= "1.Mysore Contingent" - type = irregular - home = 1314 - } + name = "Army of the Wadiyar of Mysore" + location = 1314 + regiment = { + name= "1.Mysore Contingent" + type = irregular + home = 1314 + } - regiment = { - name= "2.Mysore Contingent" - type = irregular - home = 1313 - } + regiment = { + name= "2.Mysore Contingent" + type = irregular + home = 1313 + } - regiment = { - name= "3.Mysore Contingent" - type = irregular - home = 1315 - } + regiment = { + name= "3.Mysore Contingent" + type = irregular + home = 1315 + } } - diff --git a/HPM/history/units/NAG_oob.txt b/HPM/history/units/NAG_oob.txt index ba0cf42b..8867d64f 100644 --- a/HPM/history/units/NAG_oob.txt +++ b/HPM/history/units/NAG_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Nagpur" - location = 1277 - regiment = { - name= "1.Nagpur Contingent" - type = irregular - home = 1277 - } + name = "Army of Nagpur" + location = 1277 + regiment = { + name= "1.Nagpur Contingent" + type = irregular + home = 1277 + } - regiment = { - name= "2.Nagpur Contingent" - type = irregular - home = 1280 - } + regiment = { + name= "2.Nagpur Contingent" + type = irregular + home = 1280 + } - regiment = { - name= "3.Nagpur Contingent" - type = irregular - home = 1281 - } + regiment = { + name= "3.Nagpur Contingent" + type = irregular + home = 1281 + } } - diff --git a/HPM/history/units/NAS_oob.txt b/HPM/history/units/NAS_oob.txt index f072cb6a..0a41f681 100644 --- a/HPM/history/units/NAS_oob.txt +++ b/HPM/history/units/NAS_oob.txt @@ -1,33 +1,32 @@ army = { - name = "Nassauische Heer" - location = 565 - - regiment = { - name = "2. Infanteriebrigade" - type = infantry - home = 565 - } - - regiment = { - name = "3. Infanteriebrigade" - type = infantry - home = 565 - } - - regiment = { - name = "1. Artilleriebrigade" - type = artillery - home = 565 - } + name = "Nassauische Heer" + location = 565 + + regiment = { + name = "2. Infanteriebrigade" + type = infantry + home = 565 + } + + regiment = { + name = "3. Infanteriebrigade" + type = infantry + home = 565 + } + + regiment = { + name = "1. Artilleriebrigade" + type = artillery + home = 565 + } } leader = { - name = "Adolf Wilhelm Friedrich" - picture = european_general_12 - date = 1836.1.1 - type = land - personality = gallant - background = aristocrat - prestige = 0.2 + name = "Adolf Wilhelm Friedrich" + picture = european_general_12 + date = 1836.1.1 + type = land + personality = gallant + background = aristocrat + prestige = 0.2 } - diff --git a/HPM/history/units/NCT_oob.txt b/HPM/history/units/NCT_oob.txt index 5b7bd05f..b118f797 100644 --- a/HPM/history/units/NCT_oob.txt +++ b/HPM/history/units/NCT_oob.txt @@ -1,9 +1,9 @@ #Relations -PRU = { - value = 200 +PRU = { + value = 200 } -SWI = { - value = 200 +SWI = { + value = 200 } diff --git a/HPM/history/units/NEJ_oob.txt b/HPM/history/units/NEJ_oob.txt index 70cab221..46cc16f0 100644 --- a/HPM/history/units/NEJ_oob.txt +++ b/HPM/history/units/NEJ_oob.txt @@ -1,52 +1,51 @@ ENG = { - value = 50 + value = 50 } FDL = { - value = -50 + value = -50 } KTH = { - value = -50 + value = -50 } MHR = { - value = -50 + value = -50 } LHJ = { - value = -50 + value = -50 } NYE = { - value = -150 + value = -150 } leader = { - name = "Al Saud" - type = land - date = 1836.1.1 - personality = deeply_religious - background = amateur + name = "Al Saud" + type = land + date = 1836.1.1 + personality = deeply_religious + background = amateur } army = { - name = "Ibn Saud's Army" - location = 1157 - regiment = { - name = "1.Saudi" - type = cavalry - home = 1157 - } - regiment = { - name = "2.Saudi" - type = cavalry - home = 1157 - } - regiment = { - name = "3.Saudi" - type = cavalry - home = 1164 - } + name = "Ibn Saud's Army" + location = 1157 + regiment = { + name = "1.Saudi" + type = cavalry + home = 1157 + } + regiment = { + name = "2.Saudi" + type = cavalry + home = 1157 + } + regiment = { + name = "3.Saudi" + type = cavalry + home = 1164 + } } - diff --git a/HPM/history/units/NEP_oob.txt b/HPM/history/units/NEP_oob.txt index b114b6af..a4ac6899 100644 --- a/HPM/history/units/NEP_oob.txt +++ b/HPM/history/units/NEP_oob.txt @@ -1,28 +1,27 @@ army = { - name = "Royal Nepalese Army" - location = 1326 - regiment = { - name= "1. Gurkha" - type = irregular - home = 1326 - } + name = "Royal Nepalese Army" + location = 1326 + regiment = { + name= "1. Gurkha" + type = irregular + home = 1326 + } - regiment = { - name= "2. Gurkha" - type = irregular - home = 1326 - } + regiment = { + name= "2. Gurkha" + type = irregular + home = 1326 + } - regiment = { - name= "3. Gurkha" - type = irregular - home = 1326 - } + regiment = { + name= "3. Gurkha" + type = irregular + home = 1326 + } - regiment = { - name= "4. Gurkha" - type = irregular - home = 1327 - } + regiment = { + name= "4. Gurkha" + type = irregular + home = 1327 + } } - diff --git a/HPM/history/units/NET_oob.txt b/HPM/history/units/NET_oob.txt index 34d27261..861a1d03 100644 --- a/HPM/history/units/NET_oob.txt +++ b/HPM/history/units/NET_oob.txt @@ -1,422 +1,422 @@ NET = { - truce_until = 1839.4.1 + truce_until = 1839.4.1 } ENG = { - value = 125 + value = 125 } MAL = { value = 400 } JAV = { value = 400 } -DJA = { - value = 125 - military_access = yes - - } -SAK = { - military_access = yes - value = 100 - } +DJA = { + value = 125 + military_access = yes + + } +SAK = { + military_access = yes + value = 100 + } ATJ = { - value = -100 + value = -100 } - + MOR = { - value = 75 + value = 75 } ASH = { - value = 75 + value = 75 } BEN = { - value = 40 + value = 40 } DAH = { - value = 60 + value = 60 } OYO = { - value = 50 + value = 50 } ARO = { - value = 40 + value = 40 } CLA = { - value = 60 + value = 60 } WRI = { - value = 50 + value = 50 } KON = { - value = 40 + value = 40 } LOA = { - value = 30 + value = 30 } GBU = { - value = 40 + value = 40 } TOO = { - value = 40 + value = 40 } WOL = { - value = 40 + value = 40 } SUL = { - value = 100 + value = 100 } POR = { - value = 120 + value = 120 } army = { - name = "Borneo Garnizoen" - location = 1408 - regiment = { - name= "1e Infanterie Brigade" - type = infantry - home = 375 - } -} - + name = "Borneo Garnizoen" + location = 1408 + regiment = { + name= "1e Infanterie Brigade" + type = infantry + home = 375 + } +} + army = { - name = "Suwalesi Garnizoen" - location = 1430 - regiment = { - name= "1e Infanterie Brigade" - type = infantry - home = 375 - } - } + name = "Suwalesi Garnizoen" + location = 1430 + regiment = { + name= "1e Infanterie Brigade" + type = infantry + home = 375 + } + } army = { - name = "Palembang Garnizoen" - location = 1399 - regiment = { - name= "1e Infanterie Brigade" - type = infantry - home = 375 - } - } + name = "Palembang Garnizoen" + location = 1399 + regiment = { + name= "1e Infanterie Brigade" + type = infantry + home = 375 + } + } army = { - name = "Nederlandse Leger" - location = 375 - regiment = { - name= "1e Cavalerie Brigade" - type = cuirassier - home = 375 - } - - regiment = { - name= "2e Cavalerie Brigade" - type = cuirassier - home = 383 - } - - regiment = { - name= "1e Artillerie Brigade" - type = artillery - home = 380 - } - - regiment = { - name = "2e Artillerie Brigade" - type = artillery - home = 386 - } - - regiment = { - name = "3e Artillerie Brigade" - type = artillery - home = 385 - } - - regiment = { - name = "1e Infanterie Brigade" - type = infantry - home = 376 - } - - regiment = { - name = "2e Infanterie Brigade" - type = infantry - home = 382 - } - - regiment = { - name = "3e Infanterie Brigade" - type = infantry - home = 377 - } - - regiment = { - name = "4e Infanterie Brigade" - type = infantry - home = 378 - } - - regiment = { - name = "5e Infanterie Brigade" - type = infantry - home = 379 - } - - regiment = { - name = "6e Infanterie Brigade" - type = infantry - home = 383 - } - - regiment = { - name = "7e Infanterie Brigade" - type = infantry - home = 384 - } + name = "Nederlandse Leger" + location = 375 + regiment = { + name= "1e Cavalerie Brigade" + type = cuirassier + home = 375 + } + + regiment = { + name= "2e Cavalerie Brigade" + type = cuirassier + home = 383 + } + + regiment = { + name= "1e Artillerie Brigade" + type = artillery + home = 380 + } + + regiment = { + name = "2e Artillerie Brigade" + type = artillery + home = 386 + } + + regiment = { + name = "3e Artillerie Brigade" + type = artillery + home = 385 + } + + regiment = { + name = "1e Infanterie Brigade" + type = infantry + home = 376 + } + + regiment = { + name = "2e Infanterie Brigade" + type = infantry + home = 382 + } + + regiment = { + name = "3e Infanterie Brigade" + type = infantry + home = 377 + } + + regiment = { + name = "4e Infanterie Brigade" + type = infantry + home = 378 + } + + regiment = { + name = "5e Infanterie Brigade" + type = infantry + home = 379 + } + + regiment = { + name = "6e Infanterie Brigade" + type = infantry + home = 383 + } + + regiment = { + name = "7e Infanterie Brigade" + type = infantry + home = 384 + } } army = { - name = "K.N.I.L." - location = 1413 - regiment = { - name = "1e Indische Brigade" - type = infantry - home = 1413 - } + name = "K.N.I.L." + location = 1413 + regiment = { + name = "1e Indische Brigade" + type = infantry + home = 1413 + } - regiment = { - name = "Banisaren Korps" - type = irregular - home = 1421 - } + regiment = { + name = "Banisaren Korps" + type = irregular + home = 1421 + } } navy = { - name = "Koninklijke Marine" - location = 375 #Amsterdam - ship = { - name= "Doggersbank" - type = manowar - } - - ship = { - name= "Amsterdam" - type = manowar - } - - ship = { - name= "Maria Regensbergen" - type = frigate - } - - ship = { - name= "Pallas" - type = frigate - } - - ship = { - name= "Proserpine" - type = frigate - } - - ship = { - name= "Daphne" - type = frigate - } - - ship = { - name= "Espion" - type = frigate - } - - ship = { - name= "Zeepaard" - type = frigate - } - - ship = { - name= "Irene" - type = clipper_transport - } - - ship = { - name= "Orpheus" - type = clipper_transport - } - - ship = { - name= "1e Transport Eskader" - type = clipper_transport - } + name = "Koninklijke Marine" + location = 375 #Amsterdam + ship = { + name= "Doggersbank" + type = manowar + } + + ship = { + name= "Amsterdam" + type = manowar + } + + ship = { + name= "Maria Regensbergen" + type = frigate + } + + ship = { + name= "Pallas" + type = frigate + } + + ship = { + name= "Proserpine" + type = frigate + } + + ship = { + name= "Daphne" + type = frigate + } + + ship = { + name= "Espion" + type = frigate + } + + ship = { + name= "Zeepaard" + type = frigate + } + + ship = { + name= "Irene" + type = clipper_transport + } + + ship = { + name= "Orpheus" + type = clipper_transport + } + + ship = { + name= "1e Transport Eskader" + type = clipper_transport + } } navy = { - name = "Koninklijke NI Marine" - location = 1413 #Batavia - ship = { - name= "Admiraal de Ruyter" - type = manowar - } - - ship = { - name= "Verwachting" - type = manowar - } - - ship = { - name= "Aurora" - type = frigate - } - - ship = { - name= "Iris" - type = frigate - } - - ship = { - name= "Fenix" - type = frigate - } - - ship = { - name= "Eendracht" - type = clipper_transport - } - - ship = { - name= "2e Transport Eskader" - type = clipper_transport - } + name = "Koninklijke NI Marine" + location = 1413 #Batavia + ship = { + name= "Admiraal de Ruyter" + type = manowar + } + + ship = { + name= "Verwachting" + type = manowar + } + + ship = { + name= "Aurora" + type = frigate + } + + ship = { + name= "Iris" + type = frigate + } + + ship = { + name= "Fenix" + type = frigate + } + + ship = { + name= "Eendracht" + type = clipper_transport + } + + ship = { + name= "2e Transport Eskader" + type = clipper_transport + } } navy = { - name = "Koninklijke WI Marine" - location = 2234 #Curacao + name = "Koninklijke WI Marine" + location = 2234 #Curacao - ship = { - name= "Admiraal Generaal" - type = manowar - } + ship = { + name= "Admiraal Generaal" + type = manowar + } - ship = { - name= "Diana" - type = frigate - } + ship = { + name= "Diana" + type = frigate + } - ship = { - name= "Hoop" - type = frigate - } + ship = { + name= "Hoop" + type = frigate + } - ship = { - name= "3e Transport Eskader" - type = clipper_transport - } + ship = { + name= "3e Transport Eskader" + type = clipper_transport + } } leader = { - name = "Crown Prince Frederik" - picture = net_gen_prinsfrederik - date = 1836.1.1 - type = land - personality = active_p - background = drillmaster - prestige = 0.1 + name = "Crown Prince Frederik" + picture = net_gen_prinsfrederik + date = 1836.1.1 + type = land + personality = active_p + background = drillmaster + prestige = 0.1 } leader = { - name = "Hendrik Duycker" - picture = net_gen_duycker - date = 1827.1.1 - type = land - personality = mediocre - background = old_school - prestige = 0.1 + name = "Hendrik Duycker" + picture = net_gen_duycker + date = 1827.1.1 + type = land + personality = mediocre + background = old_school + prestige = 0.1 } leader = { - name = "Frans David Cochius" - picture = net_gen_cochius - date = 1830.1.1 - type = land - personality = aggressive - background = colonial_b - prestige = 0.1 + name = "Frans David Cochius" + picture = net_gen_cochius + date = 1830.1.1 + type = land + personality = aggressive + background = colonial_b + prestige = 0.1 } leader = { - name = "Fredrik Karel List" - picture = net_gen_list - date = 1830.1.1 - type = land - personality = arrogant - background = old_school + name = "Fredrik Karel List" + picture = net_gen_list + date = 1830.1.1 + type = land + personality = arrogant + background = old_school } leader = { - name = "Engelbertus Lucas" - picture = net_adm_lucas - date = 1830.1.1 - type = sea - personality = indifferent - background = politician - prestige = 0.1 + name = "Engelbertus Lucas" + picture = net_adm_lucas + date = 1830.1.1 + type = sea + personality = indifferent + background = politician + prestige = 0.1 } leader = { - name = "Charles Nepveu" - picture = net_gen_nepveu - date = 1831.1.1 - type = land - personality = bigoted - background = powerful_friends + name = "Charles Nepveu" + picture = net_gen_nepveu + date = 1831.1.1 + type = land + personality = bigoted + background = powerful_friends } leader = { - name = "Julius Constantijn Rijk" - picture = net_adm_rijk - date = 1836.1.1 - type = sea - personality = able - background = exranker + name = "Julius Constantijn Rijk" + picture = net_adm_rijk + date = 1836.1.1 + type = sea + personality = able + background = exranker } leader = { - name = "David Chassé" - date = 1806.1.1 - type = land - personality = timid - background = school_of_defense - prestige = 0.3 + name = "David Chassé" + date = 1806.1.1 + type = land + personality = timid + background = school_of_defense + prestige = 0.3 } leader = { - name = "Hendrik de Kock" - date = 1807.1.1 - type = land - personality = stout - background = colonial_b - prestige = 0.3 + name = "Hendrik de Kock" + date = 1807.1.1 + type = land + personality = stout + background = colonial_b + prestige = 0.3 } leader = { - name = "van den Bosch" - date = 1827.1.1 - type = land - personality = openminded - background = powerful_friends - prestige = 0.1 + name = "van den Bosch" + date = 1827.1.1 + type = land + personality = openminded + background = powerful_friends + prestige = 0.1 } leader = { - name = "Dominique de Eerens" - date = 1815.1.1 - type = land - personality = soldierly - background = exranker - prestige = 0.2 + name = "Dominique de Eerens" + date = 1815.1.1 + type = land + personality = soldierly + background = exranker + prestige = 0.2 } leader = { - name = "Karel Bernhard van Saksen-Weimar" - date = 1815.1.1 - type = land - personality = smart_p - background = uncommonly_young - prestige = 0.2 + name = "Karel Bernhard van Saksen-Weimar" + date = 1815.1.1 + type = land + personality = smart_p + background = uncommonly_young + prestige = 0.2 } diff --git a/HPM/history/units/NYE_oob.txt b/HPM/history/units/NYE_oob.txt index 2cb6c513..5bdbc981 100644 --- a/HPM/history/units/NYE_oob.txt +++ b/HPM/history/units/NYE_oob.txt @@ -1,61 +1,60 @@ TUR = { - value = -100 + value = -100 } FDL = { - value = -50 + value = -50 } KTH = { - value = -50 + value = -50 } MHR = { - value = -50 + value = -50 } LHJ = { - value = -50 + value = -50 } NEJ = { - value = -150 + value = -150 } HAL = { - value = -50 + value = -50 } leader = { - name = "Hamididdin" - type = land - date = 1836.1.1 - personality = stout - background = natural_born_leader + name = "Hamididdin" + type = land + date = 1836.1.1 + personality = stout + background = natural_born_leader } army = { - name = "Army of the Imam of Zaydi" + name = "Army of the Imam of Zaydi" - location = 1178 + location = 1178 - regiment = { + regiment = { - name= "1. Abdali" + name= "1. Abdali" - type = cavalry - - home = 1178 - } - regiment = { + type = cavalry - name= "2. Abdali" + home = 1178 + } + regiment = { - type = irregular - - home = 1178 - } + name= "2. Abdali" -} + type = irregular + + home = 1178 + } +} diff --git a/HPM/history/units/OLD_oob.txt b/HPM/history/units/OLD_oob.txt index 8b3fdf7a..c5bb7027 100644 --- a/HPM/history/units/OLD_oob.txt +++ b/HPM/history/units/OLD_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Oldenburgische Armee" - location = 540 - regiment = { - name= "1. Oldenburgische Infanteriebrigade" - type = infantry - home = 540 - } + name = "Oldenburgische Armee" + location = 540 + regiment = { + name= "1. Oldenburgische Infanteriebrigade" + type = infantry + home = 540 + } } - diff --git a/HPM/history/units/OMA_oob.txt b/HPM/history/units/OMA_oob.txt index b5169a00..59fa6422 100644 --- a/HPM/history/units/OMA_oob.txt +++ b/HPM/history/units/OMA_oob.txt @@ -1,59 +1,58 @@ army = { - name = "Army of the Sultan of Muscat" - location = 1166 - regiment = { - name= "1. Brigade" - type = infantry - home = 1166 - } - regiment = { - name= "2. Brigade" - type = irregular - home = 1166 - } + name = "Army of the Sultan of Muscat" + location = 1166 + regiment = { + name= "1. Brigade" + type = infantry + home = 1166 + } + regiment = { + name= "2. Brigade" + type = irregular + home = 1166 + } } army = { - name = "Army of the Wali of Zanzibar" - location = 2029 + name = "Army of the Wali of Zanzibar" + location = 2029 - regiment = { - name= "1. Askaris" - type = infantry - home = 2048 - } - - regiment = { - name= "2. Askaris" - type = infantry - home = 2029 - } - regiment = { - name= "3. Brigade" - type = irregular - home = 2048 - } + regiment = { + name= "1. Askaris" + type = infantry + home = 2048 + } + + regiment = { + name= "2. Askaris" + type = infantry + home = 2029 + } + regiment = { + name= "3. Brigade" + type = irregular + home = 2048 + } } navy = { - name = "Omani Fleet" - location = 1166 - ship = { - name= "Transport Flotilla" - type = clipper_transport - } - ship = { - name= "Transport Flotilla" - type = clipper_transport - } + name = "Omani Fleet" + location = 1166 + ship = { + name= "Transport Flotilla" + type = clipper_transport + } + ship = { + name= "Transport Flotilla" + type = clipper_transport + } } leader = { - name = "Said bin Sultan" - type = land - date = 1807.12.12 - background = aristocrat - personality = aggressive + name = "Said bin Sultan" + type = land + date = 1807.12.12 + background = aristocrat + personality = aggressive } - diff --git a/HPM/history/units/ORA_oob.txt b/HPM/history/units/ORA_oob.txt index df558600..a8cec306 100644 --- a/HPM/history/units/ORA_oob.txt +++ b/HPM/history/units/ORA_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of Oranje Vrij Staat" - location = 2101 - regiment = { - name= "1.Oranje Commando" - type = infantry - home = 2102 - } + name = "Army of Oranje Vrij Staat" + location = 2101 + regiment = { + name= "1.Oranje Commando" + type = infantry + home = 2102 + } } - diff --git a/HPM/history/units/ORI_oob.txt b/HPM/history/units/ORI_oob.txt index 787f5a47..c2641f86 100644 --- a/HPM/history/units/ORI_oob.txt +++ b/HPM/history/units/ORI_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Orissa " - location = 1262 - regiment = { - name= "1.Balangir Contingent" - type = irregular - home = 1262 - } + name = "Army of Orissa " + location = 1262 + regiment = { + name= "1.Balangir Contingent" + type = irregular + home = 1262 + } - regiment = { - name= "2.Balangir Contingent" - type = irregular - home = 1262 - } + regiment = { + name= "2.Balangir Contingent" + type = irregular + home = 1262 + } - regiment = { - name= "3.Balangir Contingent" - type = irregular - home = 1263 - } + regiment = { + name= "3.Balangir Contingent" + type = irregular + home = 1263 + } } - diff --git a/HPM/history/units/OYO_oob.txt b/HPM/history/units/OYO_oob.txt index 25d09fff..eb6c44f5 100644 --- a/HPM/history/units/OYO_oob.txt +++ b/HPM/history/units/OYO_oob.txt @@ -1,60 +1,58 @@ NET = { - value = 50 + value = 50 } POR = { - value = 35 + value = 35 } BEN = { - value = 30 + value = 30 } DAH = { - value = 40 + value = 40 } ASH = { - value = 35 + value = 35 } SOK = { - value = -30 + value = -30 } CLA = { - value = 25 + value = 25 } WRI = { - value = 30 + value = 30 } ARO = { - value = 25 + value = 25 } army = { - name = "Army of the Oyo Empire" - location = 1926 + name = "Army of the Oyo Empire" + location = 1926 regiment = { - name= "Alaafin of Oyo's Guards" + name= "Alaafin of Oyo's Guards" type = cavalry - -home = 1926 } + +home = 1926 } regiment = { - name= "1st Yoruba Warriors" - type = irregular - home = 1924 - } + name= "1st Yoruba Warriors" + type = irregular + home = 1924 + } regiment = { - name= "2nd Yoruba Warriors" + name= "2nd Yoruba Warriors" type = irregular - home = 1925 - } + home = 1925 + } } - - diff --git a/HPM/history/units/PAN_oob.txt b/HPM/history/units/PAN_oob.txt index acdbebae..7741d9dd 100644 --- a/HPM/history/units/PAN_oob.txt +++ b/HPM/history/units/PAN_oob.txt @@ -1,179 +1,178 @@ CRL = { - truce_until = 1837.1.1 + truce_until = 1837.1.1 } AFG = { - value = 110 + value = 110 } ENG = { - value = 75 + value = 75 } QNG = { - value = 50 + value = 50 } leader = { - name = "Ranjit Singh" - type = land - date = 1799.1.1 - personality = audacious - background = natural_born_leader - prestige = 0.5 + name = "Ranjit Singh" + type = land + date = 1799.1.1 + personality = audacious + background = natural_born_leader + prestige = 0.5 } leader = { - name = "Zorawar Singh" - type = land - date = 1834.1.1 - personality = polite - background = school_of_offense - prestige = 0.1 + name = "Zorawar Singh" + type = land + date = 1834.1.1 + personality = polite + background = school_of_offense + prestige = 0.1 } leader = { - name = "Sher Singh" - type = land - date = 1836.1.1 - personality = soft - background = unqualified + name = "Sher Singh" + type = land + date = 1836.1.1 + personality = soft + background = unqualified } leader = { - name = "Paolo Avitabile" - type = land - date = 1827.1.1 - personality = harsh - background = gifted_administrator - prestige = 0.1 + name = "Paolo Avitabile" + type = land + date = 1827.1.1 + personality = harsh + background = gifted_administrator + prestige = 0.1 } leader = { - name = "Jean-Francois Allard" - type = land - date = 1822.1.1 - personality = intelligent - background = cavalry_school - prestige = 0.2 + name = "Jean-Francois Allard" + type = land + date = 1822.1.1 + personality = intelligent + background = cavalry_school + prestige = 0.2 } leader = { - name = "Jean-Baptiste Ventura" - type = land - date = 1822.1.1 - personality = romantic - background = drillmaster - prestige = 0.1 + name = "Jean-Baptiste Ventura" + type = land + date = 1822.1.1 + personality = romantic + background = drillmaster + prestige = 0.1 } leader = { - name = "Alexander Gardner" - type = land - date = 1831.1.1 - personality = gallant - background = artillerist - prestige = 0.1 + name = "Alexander Gardner" + type = land + date = 1831.1.1 + personality = gallant + background = artillerist + prestige = 0.1 } army = { - name = "Army of the Khalsa" - location = 1227 - regiment = { - name= "1. Panjabi Infantry" - type = infantry - home = 1227 - } - - regiment = { - name= "2. Panjabi Infantry" - type = infantry - home = 1227 - } - - regiment = { - name= "3. Panjabi Infantry" - type = infantry - home = 1227 - } - - regiment = { - name= "4. Panjabi Infantry" - type = infantry - home = 1232 - } - - regiment = { - name= "1. Kashmiri Infantry" - type = infantry - home = 1224 - } - - regiment = { - name= "5. Panjabi Infantry" - type = infantry - home = 1228 - } - - regiment = { - name= "6. Panjabi Infantry" - type = infantry - home = 1229 - } - - regiment = { - name= "1. Sikh Cavalry" - type = cavalry - home = 1227 - } - - regiment = { - name= "2. Sikh Cavalry" - type = cavalry - home = 1233 - } + name = "Army of the Khalsa" + location = 1227 + regiment = { + name= "1. Panjabi Infantry" + type = infantry + home = 1227 + } + + regiment = { + name= "2. Panjabi Infantry" + type = infantry + home = 1227 + } + + regiment = { + name= "3. Panjabi Infantry" + type = infantry + home = 1227 + } + + regiment = { + name= "4. Panjabi Infantry" + type = infantry + home = 1232 + } + + regiment = { + name= "1. Kashmiri Infantry" + type = infantry + home = 1224 + } + + regiment = { + name= "5. Panjabi Infantry" + type = infantry + home = 1228 + } + + regiment = { + name= "6. Panjabi Infantry" + type = infantry + home = 1229 + } + + regiment = { + name= "1. Sikh Cavalry" + type = cavalry + home = 1227 + } + + regiment = { + name= "2. Sikh Cavalry" + type = cavalry + home = 1233 + } } army = { - name = "Gilgit Guards" - location = 1225 - regiment = { - name= "1. Pashtun Infantry" - type = infantry - home = 1218 - } - - regiment = { - name= "7. Panjabi Infantry" - type = infantry - home = 1231 - } - - regiment = { - name= "3. Sikh Cavalry" - type = cavalry - home = 1234 - } + name = "Gilgit Guards" + location = 1225 + regiment = { + name= "1. Pashtun Infantry" + type = infantry + home = 1218 + } + + regiment = { + name= "7. Panjabi Infantry" + type = infantry + home = 1231 + } + + regiment = { + name= "3. Sikh Cavalry" + type = cavalry + home = 1234 + } } army = { - name = "Ludhiana Garrison" - location = 1234 - regiment = { - name= "8. Panjabi Infantry" - type = infantry - home = 1234 - } - - regiment = { - name= "9. Panjabi Infantry" - type = infantry - home = 1233 - } - - regiment = { - name= "10. Panjabi Infantry" - type = infantry - home = 1233 - } + name = "Ludhiana Garrison" + location = 1234 + regiment = { + name= "8. Panjabi Infantry" + type = infantry + home = 1234 + } + + regiment = { + name= "9. Panjabi Infantry" + type = infantry + home = 1233 + } + + regiment = { + name= "10. Panjabi Infantry" + type = infantry + home = 1233 + } } - diff --git a/HPM/history/units/PAP_oob.txt b/HPM/history/units/PAP_oob.txt index 84c5f193..7ac5174f 100644 --- a/HPM/history/units/PAP_oob.txt +++ b/HPM/history/units/PAP_oob.txt @@ -1,60 +1,59 @@ leader = { - name = "Filippo Resta" - date = 1815.1.1 - type = land - personality = doughty - background = old_school - prestige = 0.5 + name = "Filippo Resta" + date = 1815.1.1 + type = land + personality = doughty + background = old_school + prestige = 0.5 } leader = { - name = "Alessandro Cialdi" - date = 1836.1.1 - type = sea - personality = balanced_p - background = old_school + name = "Alessandro Cialdi" + date = 1836.1.1 + type = sea + personality = balanced_p + background = old_school } army = { - name = "Esercito Pontificio" - location = 749 - regiment = { - name= "Zuavi Pontifici - Sancti Patricii" - type = infantry - home = 749 - } - - regiment = { - name= "Zuavi Pontifici - Sancti Pauli" - type = infantry - home = 741 - } - - regiment = { - name= "Guardia Svizzera Pontificia" - type = guard - home = 749 - } - - regiment = { - name= "Compagnia di Artiglieria" - type = artillery - home = 751 - } + name = "Esercito Pontificio" + location = 749 + regiment = { + name= "Zuavi Pontifici - Sancti Patricii" + type = infantry + home = 749 + } + + regiment = { + name= "Zuavi Pontifici - Sancti Pauli" + type = infantry + home = 741 + } + + regiment = { + name= "Guardia Svizzera Pontificia" + type = guard + home = 749 + } + + regiment = { + name= "Compagnia di Artiglieria" + type = artillery + home = 751 + } } navy = { - name = "Marina Pontificia" - location = 749 - - ship = { - name= "San Pietro" - type = frigate - } - - ship = { - name= "Roma" - type = steam_transport - } -} + name = "Marina Pontificia" + location = 749 + + ship = { + name= "San Pietro" + type = frigate + } + ship = { + name= "Roma" + type = steam_transport + } +} diff --git a/HPM/history/units/PAR_oob.txt b/HPM/history/units/PAR_oob.txt index 60c94f30..fdbbfd50 100644 --- a/HPM/history/units/PAR_oob.txt +++ b/HPM/history/units/PAR_oob.txt @@ -1,19 +1,18 @@ leader = { - name = "Wilhelm Albrecht" - date = 1836.1.1 - type = land - personality = indifferent - background = uncommonly_young - prestige = 0.5 + name = "Wilhelm Albrecht" + date = 1836.1.1 + type = land + personality = indifferent + background = uncommonly_young + prestige = 0.5 } army = { - name = "Esercito di Parma" - location = 738 - regiment = { - name= "1.Fanteria di Linea" - type = infantry - home = 738 - } + name = "Esercito di Parma" + location = 738 + regiment = { + name= "1.Fanteria di Linea" + type = infantry + home = 738 + } } - diff --git a/HPM/history/units/PBC_oob.txt b/HPM/history/units/PBC_oob.txt index cbc81731..785959eb 100644 --- a/HPM/history/units/PBC_oob.txt +++ b/HPM/history/units/PBC_oob.txt @@ -1,73 +1,71 @@ CHL = { - value = -125 + value = -125 } ARC = { - value = -125 + value = -125 } BRZ = { - value = -50 + value = -50 } ECU = { - value = -25 + value = -25 } CLM = { - value = -25 + value = -25 } VNZ = { - value = -25 + value = -25 } leader = { - name = "Jose Ballivián" - type = land - date = 1836.1.1 - background = generals_aide - personality = bold + name = "Jose Ballivián" + type = land + date = 1836.1.1 + background = generals_aide + personality = bold } army = { - name = "Ejército de Bolivia" - location = 2310 #La Paz - regiment = { - name= "1. Brigada de Infanteria" - type = infantry - home = 2313 - } + name = "Ejército de Bolivia" + location = 2310 #La Paz + regiment = { + name= "1. Brigada de Infanteria" + type = infantry + home = 2313 + } - regiment = { - name= "2. Brigada de Infanteria" - type = infantry - home = 2310 - } + regiment = { + name= "2. Brigada de Infanteria" + type = infantry + home = 2310 + } } leader = { - name = "Juan Blanchet" - type = sea - date = 1794.12.14 - background = amateur - personality = pisspoor - } - + name = "Juan Blanchet" + type = sea + date = 1794.12.14 + background = amateur + personality = pisspoor + } + navy = { - name = "French Corsairs" - location = 2305 - ship = { - name = "Edmond" - type = frigate - } - - ship = { - name = "Peru" - type = frigate - } - - ship = { - name = "Mejicana" - type = clipper_transport - } + name = "French Corsairs" + location = 2305 + ship = { + name = "Edmond" + type = frigate + } + + ship = { + name = "Peru" + type = frigate + } + + ship = { + name = "Mejicana" + type = clipper_transport + } - } - - \ No newline at end of file + } diff --git a/HPM/history/units/PER_oob.txt b/HPM/history/units/PER_oob.txt index d3c21162..c53d50cf 100644 --- a/HPM/history/units/PER_oob.txt +++ b/HPM/history/units/PER_oob.txt @@ -1,5 +1,5 @@ BUK = { - value = 50 + value = 50 } KHI = { value = 300 } @@ -7,100 +7,100 @@ KHI = { value = 300 } POR = { value = 200 } leader = { - name = "Muhammad Shah" - date = 1834.1.1 - type = land - personality = charismatic - background = pawn + name = "Muhammad Shah" + date = 1834.1.1 + type = land + personality = charismatic + background = pawn } leader = { - name = "Aziz Khan Mukri" - date = 1836.1.1 - type = land - personality = romantic - background = incompetent + name = "Aziz Khan Mukri" + date = 1836.1.1 + type = land + personality = romantic + background = incompetent } leader = { - name = "Hajj Mirza Aqasi" - date = 1835.6.1 - type = land - personality = deeply_religious - background = politician + name = "Hajj Mirza Aqasi" + date = 1835.6.1 + type = land + personality = deeply_religious + background = politician } army = { - name = "The Shah's Army" - location = 1121 #Tehran - regiment = { - name= "Royal Guard" - type = guard - home = 1121 - } - - regiment = { - name= "1. Zamburak" - type = artillery - home = 1147 - } - - regiment = { - name= "1. Nezam-Atlin" - type = cavalry - home = 1125 - } + name = "The Shah's Army" + location = 1121 #Tehran + regiment = { + name= "Royal Guard" + type = guard + home = 1121 + } + + regiment = { + name= "1. Zamburak" + type = artillery + home = 1147 + } + + regiment = { + name= "1. Nezam-Atlin" + type = cavalry + home = 1125 + } } army = { - location = 1136 #Bushire - name = "Southern Army" - regiment = { - name= "2. Nezam-Atlin" - type = cavalry - home = 1124 - } - - regiment = { - name= "5. Nezam" - type = irregular - home = 1130 - } - - regiment = { - name= "6. Nezam" - type = irregular - home = 1122 - } - + location = 1136 #Bushire + name = "Southern Army" + regiment = { + name= "2. Nezam-Atlin" + type = cavalry + home = 1124 + } + + regiment = { + name= "5. Nezam" + type = irregular + home = 1130 + } + + regiment = { + name= "6. Nezam" + type = irregular + home = 1122 + } + } army = { - name = "Nezam-e Jadid" - location = 1108 #Tabriz - regiment = { - name= "1. Nezam" - type = infantry - home = 1113 - } - - regiment = { - name= "2. Nezam" - type = infantry - home = 1116 - } - - regiment = { - name= "3. Nezam" - type = infantry - home = 1142 - } - - regiment = { - name= "4. Nezam" - type = infantry - home = 1141 - } - - -} \ No newline at end of file + name = "Nezam-e Jadid" + location = 1108 #Tabriz + regiment = { + name= "1. Nezam" + type = infantry + home = 1113 + } + + regiment = { + name= "2. Nezam" + type = infantry + home = 1116 + } + + regiment = { + name= "3. Nezam" + type = infantry + home = 1142 + } + + regiment = { + name= "4. Nezam" + type = infantry + home = 1141 + } + + +} diff --git a/HPM/history/units/PEU_oob.txt b/HPM/history/units/PEU_oob.txt index db6d09c4..0f9134bc 100644 --- a/HPM/history/units/PEU_oob.txt +++ b/HPM/history/units/PEU_oob.txt @@ -1,50 +1,49 @@ ECU = { - value = -100 + value = -100 } leader = { - name = "Andres de Santa Cruz" - type = land - date = 1836.1.1 - personality = arrogant - background = old_school + name = "Andres de Santa Cruz" + type = land + date = 1836.1.1 + personality = arrogant + background = old_school } navy = { - name = "Marina de Guerra del Peru" - location = 2295 - ship = { - name= "Monteagudo" - type = frigate - } - - ship = { - name= "Santa Cruz" - type = frigate - } + name = "Marina de Guerra del Peru" + location = 2295 + ship = { + name= "Monteagudo" + type = frigate + } + + ship = { + name= "Santa Cruz" + type = frigate + } } army = { - name = "Ejército del Perú" - location = 2295 - regiment = { - name= "1. Brigada de Infantería" - type = infantry - home = 2295 - } - - regiment = { - name= "2. Brigada de Infantería" - type = infantry - home = 2295 - } - - regiment = { - name= "3. Brigada de Infantería" - type = infantry - home = 2302 - } + name = "Ejército del Perú" + location = 2295 + regiment = { + name= "1. Brigada de Infantería" + type = infantry + home = 2295 + } + + regiment = { + name= "2. Brigada de Infantería" + type = infantry + home = 2295 + } + + regiment = { + name= "3. Brigada de Infantería" + type = infantry + home = 2302 + } } - diff --git a/HPM/history/units/PHG_oob.txt b/HPM/history/units/PHG_oob.txt index 9aedac34..b2fcf8e9 100644 --- a/HPM/history/units/PHG_oob.txt +++ b/HPM/history/units/PHG_oob.txt @@ -1,23 +1,23 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Pahang" - location = 1390 - regiment = { - name= "Pahang State Troops" - type = irregular - home = 1390 - } + name = "Army of the Sultan of Pahang" + location = 1390 + regiment = { + name= "Pahang State Troops" + type = irregular + home = 1390 + } } leader = { - name = "Sultan Tun Ali Bendahara" - date = 1828.1.1 - type = land - personality = inept - background = aristocrat - prestige = 0.0 + name = "Sultan Tun Ali Bendahara" + date = 1828.1.1 + type = land + personality = inept + background = aristocrat + prestige = 0.0 } diff --git a/HPM/history/units/POR_oob.txt b/HPM/history/units/POR_oob.txt index 244183ef..02db8764 100644 --- a/HPM/history/units/POR_oob.txt +++ b/HPM/history/units/POR_oob.txt @@ -1,287 +1,286 @@ PER = { value = 200 } GAZ = { - truce_until = 1841.1.1 - value = 125 + truce_until = 1841.1.1 + value = 125 } AGC = { - value = -400 + value = -400 } OMA = { - value = 400 + value = 400 } ENG = { - value = 200 + value = 200 } QNG = { - value = 125 + value = 125 } BRZ = { - value = 100 + value = 100 } SPA = { - value = -50 + value = -50 } ASH = { - value = 50 + value = 50 } BEN = { - value = 50 + value = 50 } ZUL = { - value = 50 + value = 50 } SUA = { - value = 100 + value = 100 } DAH = { - value = 40 + value = 40 } OYO = { - value = 35 + value = 35 } ARO = { - value = 50 + value = 50 } CLA = { - value = 50 + value = 50 } WRI = { - value = 40 + value = 40 } KON = { - value = 25 + value = 25 } LOA = { - value = 75 + value = 75 } GBU = { - value = 100 + value = 100 } TOO = { - value = 35 + value = 35 } WOL = { - value = 35 + value = 35 } MOR = { - value = 75 + value = 75 } NET = { - value = 120 + value = 120 } army = { - name = "Exército Português" - location = 521 - regiment = { - name= "1. Brigada de Infantaria" - type = infantry - home = 521 - } - - regiment = { - name= "2. Brigada de Infantaria" - type = infantry - home = 524 - } - - regiment = { - name= "3. Brigada de Infantaria" - type = infantry - home = 518 - } - - regiment = { - name= "4. Brigada de Infantaria" - type = infantry - home = 520 - } - - regiment = { - name= "1. Brigada de Artilharia" - type = artillery - home = 522 - } - - regiment = { - name= "1. Brigada de Cavalaria" - type = cuirassier - home = 519 - } + name = "Exército Português" + location = 521 + regiment = { + name= "1. Brigada de Infantaria" + type = infantry + home = 521 + } + + regiment = { + name= "2. Brigada de Infantaria" + type = infantry + home = 524 + } + + regiment = { + name= "3. Brigada de Infantaria" + type = infantry + home = 518 + } + + regiment = { + name= "4. Brigada de Infantaria" + type = infantry + home = 520 + } + + regiment = { + name= "1. Brigada de Artilharia" + type = artillery + home = 522 + } + + regiment = { + name= "1. Brigada de Cavalaria" + type = cuirassier + home = 519 + } } army = { - name = "Exército de Africa Ocidental" - location = 1999 - - regiment = { - name = "1. Divisão Colonial" - type = infantry - home = 525 - } + name = "Exército de Africa Ocidental" + location = 1999 + + regiment = { + name = "1. Divisão Colonial" + type = infantry + home = 525 + } } army = { - name = "Exército de Africa Oriental" - location = 2059 - - regiment = { - name = "2. Divisão Colonial" - type = infantry - home = 2134 - } + name = "Exército de Africa Oriental" + location = 2059 + + regiment = { + name = "2. Divisão Colonial" + type = infantry + home = 2134 + } } army = { - name = "Exército da Índia" - location = 1303 - - regiment = { - name = "3. Divisão Colonial" - type = infantry - home = 1303 - } + name = "Exército da Índia" + location = 1303 + + regiment = { + name = "3. Divisão Colonial" + type = infantry + home = 1303 + } } navy = { - name = "Portuguese Royal Navy" - location = 521 - ship = { - name= "Rainha de Portugal" - type = manowar - } - - ship = { - name= "Dom João VI" - type = manowar - } - - ship = { - name= "Nossa Senhora da Conceição" - type = manowar - } - - ship = { - name= "São Sebastião" - type = manowar - } - - ship = { - name= "Amazônia" - type = manowar - } - - ship = { - name= "Princesa Carlota" - type = manowar - } - - ship = { - name= "Teresa" - type = manowar - } - - ship = { - name= "Príncipe do Brasil" - type = manowar - } - - ship = { - name= "Algarves" - type = manowar - } - - ship = { - name= "Maria II" - type = manowar - } - - ship = { - name= "1o Navios de Transporte" - type = clipper_transport - } - - ship = { - name= "2o Navios de Transporte" - type = clipper_transport - } - - ship = { - name= "3o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "4o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "5o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "6o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "7o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "8o Navios de Transporte" - type = clipper_transport - } - ship = { - name= "9o Navios de Transporte" - type = clipper_transport - } + name = "Portuguese Royal Navy" + location = 521 + ship = { + name= "Rainha de Portugal" + type = manowar + } + + ship = { + name= "Dom João VI" + type = manowar + } + + ship = { + name= "Nossa Senhora da Conceição" + type = manowar + } + + ship = { + name= "São Sebastião" + type = manowar + } + + ship = { + name= "Amazônia" + type = manowar + } + + ship = { + name= "Princesa Carlota" + type = manowar + } + + ship = { + name= "Teresa" + type = manowar + } + + ship = { + name= "Príncipe do Brasil" + type = manowar + } + + ship = { + name= "Algarves" + type = manowar + } + + ship = { + name= "Maria II" + type = manowar + } + + ship = { + name= "1o Navios de Transporte" + type = clipper_transport + } + + ship = { + name= "2o Navios de Transporte" + type = clipper_transport + } + + ship = { + name= "3o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "4o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "5o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "6o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "7o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "8o Navios de Transporte" + type = clipper_transport + } + ship = { + name= "9o Navios de Transporte" + type = clipper_transport + } } leader = { - name = "Duke of Saldanha" - picture = european_general_55 - type = land - date = 1825.8.20 - background = aristocrat - personality = soldierly - prestige = 0.1 - } - + name = "Duke of Saldanha" + picture = european_general_55 + type = land + date = 1825.8.20 + background = aristocrat + personality = soldierly + prestige = 0.1 + } + leader = { - name = "José Joaquim da Rosa Coelho" - picture = european_admiral_5 - type = sea - date = 1820.12.14 - background = generals_aide - personality = stout - prestige = 0.05 - } + name = "José Joaquim da Rosa Coelho" + picture = european_admiral_5 + type = sea + date = 1820.12.14 + background = generals_aide + personality = stout + prestige = 0.05 + } leader = { - name = "Nunes Vidigal" - date = 1808.1.1 - type = land - personality = aggressive - background = hated - prestige = 0.2 + name = "Nunes Vidigal" + date = 1808.1.1 + type = land + personality = aggressive + background = hated + prestige = 0.2 } leader = { - name = "Luís Barreto" - date = 1824.1.1 - type = land - personality = resolute - background = gifted_administrator - prestige = 0.2 + name = "Luís Barreto" + date = 1824.1.1 + type = land + personality = resolute + background = gifted_administrator + prestige = 0.2 } leader = { - name = "Vicente de Mesquita" - date = 1808.1.1 - type = land - personality = dauntless - background = madman - prestige = 0.0 + name = "Vicente de Mesquita" + date = 1808.1.1 + type = land + personality = dauntless + background = madman + prestige = 0.0 } - diff --git a/HPM/history/units/PRG_oob.txt b/HPM/history/units/PRG_oob.txt index d60223d3..19cf844d 100644 --- a/HPM/history/units/PRG_oob.txt +++ b/HPM/history/units/PRG_oob.txt @@ -1,70 +1,68 @@ SPA = { - value = 100 + value = 100 } USA = { - value = -400 + value = -400 } BRZ = { - value = -250 + value = -250 } URU = { - value = -250 + value = -250 } ARC = { - value = -250 + value = -250 } CHL = { - value = -250 + value = -250 } BOL = { - value = -250 + value = -250 } PBC = { - value = -400 + value = -400 } CRT = { - value = -250 + value = -250 } ENT = { - value = -300 + value = -300 } SBA = { - value = -250 + value = -250 } RGS = { - value = -200 + value = -200 } army = { - name = "Ejército del Paraguay" - location = 2339 - regiment = { - name= "1.1ra División de Infantería" - type = infantry - home = 2339 - } + name = "Ejército del Paraguay" + location = 2339 + regiment = { + name= "1.1ra División de Infantería" + type = infantry + home = 2339 + } - regiment = { - name= "2.2ra División de Infantería" - type = infantry - home = 2339 - } + regiment = { + name= "2.2ra División de Infantería" + type = infantry + home = 2339 + } - regiment = { - name= "3.3ra División de Infantería" - type = infantry - home = 2339 - } + regiment = { + name= "3.3ra División de Infantería" + type = infantry + home = 2339 + } } leader = { - name = "Domingo Francisco Sánchez" - type = land - date = 1836.1.1 - background = school_of_the_bayonet - personality = impetuous + name = "Domingo Francisco Sánchez" + type = land + date = 1836.1.1 + background = school_of_the_bayonet + personality = impetuous } - - diff --git a/HPM/history/units/PRK_oob.txt b/HPM/history/units/PRK_oob.txt index 5fca3c75..62d11cbe 100644 --- a/HPM/history/units/PRK_oob.txt +++ b/HPM/history/units/PRK_oob.txt @@ -1,24 +1,23 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Perak" - location = 2575 - regiment = { - name= "Perak State Troops" - type = irregular - home = 2575 - } + name = "Army of the Sultan of Perak" + location = 2575 + regiment = { + name= "Perak State Troops" + type = irregular + home = 2575 + } } leader = { - name = "Sultan Shahabuddin Riayat" - date = 1822.1.1 - type = land - personality = stouthearted - background = aristocrat - prestige = 0.0 + name = "Sultan Shahabuddin Riayat" + date = 1822.1.1 + type = land + personality = stouthearted + background = aristocrat + prestige = 0.0 } - diff --git a/HPM/history/units/PRU_oob.txt b/HPM/history/units/PRU_oob.txt index 51724fc4..0d0b6118 100644 --- a/HPM/history/units/PRU_oob.txt +++ b/HPM/history/units/PRU_oob.txt @@ -1,147 +1,147 @@ #German Minors NEH = { - value = 200 - level = 5 - influence_value = 100 + value = 200 + level = 5 + influence_value = 100 } SGM = { - value = 200 - level = 5 - influence_value = 100 - military_access = yes + value = 200 + level = 5 + influence_value = 100 + military_access = yes } ANH = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } BRA = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } BRE = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } COB = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } FRM = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } HAM = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } HAN = { - value = 125 - level = 3 - influence_value = 0 - military_access = yes + value = 125 + level = 3 + influence_value = 0 + military_access = yes } HEK = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } HES = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } LIP = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } LUB = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } MEC = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } MEI = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } NAS = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } OLD = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } SAX = { - value = 50 - level = 3 - influence_value = 0 - military_access = yes + value = 50 + level = 3 + influence_value = 0 + military_access = yes } WEI = { - value = 200 - level = 5 - influence_value = 0 - military_access = yes + value = 200 + level = 5 + influence_value = 0 + military_access = yes } BAV = { - value = 75 - level = 3 - influence_value = 0 - military_access = yes + value = 75 + level = 3 + influence_value = 0 + military_access = yes } BAD = { - value = 100 - level = 3 - influence_value = 0 - military_access = yes + value = 100 + level = 3 + influence_value = 0 + military_access = yes } WUR = { - value = 100 - level = 3 - influence_value = 0 - military_access = yes + value = 100 + level = 3 + influence_value = 0 + military_access = yes } #Europe KRA = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } DEN = { - value = 55 + value = 55 } #Other GP's @@ -155,462 +155,462 @@ SPA = { value = 0 } #Other MOR = { - value = 100 #relation + value = 100 #relation } QNG ={ - value = -10 - level = 0 - influence_value = 0 + value = -10 + level = 0 + influence_value = 0 } EGY = { - value = 0 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BEL = { - value = 10 - level = 4 - influence_value = 0 + value = 10 + level = 4 + influence_value = 0 } #Army army = { - name = "I. Korps" - location = 549 - regiment = { - name= "I. Linieninfanteriebrigade" - type = infantry - home = 553 - } - - regiment = { - name= "II. Linieninfanteriebrigade" - type = infantry - home = 557 - } - - regiment = { - name= "III. Linieninfanteriebrigade" - type = infantry - home = 554 - } - - regiment = { - name= "I. Pionierbrigade" - type = engineer - home = 577 - } - - regiment = { - name= "IV. Linieninfanteriebrigade" - type = infantry - home = 2561 - } - - regiment = { - name= "V. Linieninfanteriebrigade" - type = infantry - home = 582 - } - - regiment = { - name= "VI. Linieninfanteriebrigade" - type = infantry - home = 582 - } - - regiment = { - name= "I. Artilleriebrigade" - type = artillery - home = 584 - } - - regiment = { - name= "I. Kavalleriebrigade" - type = dragoon - home = 692 - } - - regiment = { - name= "II. Kavalleriebrigade" - type = cuirassier - home = 552 - } + name = "I. Korps" + location = 549 + regiment = { + name= "I. Linieninfanteriebrigade" + type = infantry + home = 553 + } + + regiment = { + name= "II. Linieninfanteriebrigade" + type = infantry + home = 557 + } + + regiment = { + name= "III. Linieninfanteriebrigade" + type = infantry + home = 554 + } + + regiment = { + name= "I. Pionierbrigade" + type = engineer + home = 577 + } + + regiment = { + name= "IV. Linieninfanteriebrigade" + type = infantry + home = 2561 + } + + regiment = { + name= "V. Linieninfanteriebrigade" + type = infantry + home = 582 + } + + regiment = { + name= "VI. Linieninfanteriebrigade" + type = infantry + home = 582 + } + + regiment = { + name= "I. Artilleriebrigade" + type = artillery + home = 584 + } + + regiment = { + name= "I. Kavalleriebrigade" + type = dragoon + home = 692 + } + + regiment = { + name= "II. Kavalleriebrigade" + type = cuirassier + home = 552 + } } army = { - name = "II. Korps" - location = 682 - - regiment = { - name= "I. Kavalleriebrigade" - type = cuirassier - home = 687 - } - - regiment = { - name= "VII. Linieninfanteriebrigade" - type = infantry - home = 682 - } - - regiment = { - name= "VIII. Linieninfanteriebrigade" - type = infantry - home = 682 - } - - regiment = { - name= "IX. Linieninfanteriebrigade" - type = infantry - home = 682 - } - - regiment = { - name= "II. Pionierbrigade" - type = engineer - home = 684 - } - - regiment = { - name= "X. Linieninfanteriebrigade" - type = infantry - home = 684 - } - - regiment = { - name= "XI. Linieninfanteriebrigade" - type = infantry - home = 684 - } - - regiment = { - name= "XII. Linieninfanteriebrigade" - type = infantry - home = 685 - } - - regiment = { - name= "II. Artilleriebrigade" - type = artillery - home = 685 - } + name = "II. Korps" + location = 682 + + regiment = { + name= "I. Kavalleriebrigade" + type = cuirassier + home = 687 + } + + regiment = { + name= "VII. Linieninfanteriebrigade" + type = infantry + home = 682 + } + + regiment = { + name= "VIII. Linieninfanteriebrigade" + type = infantry + home = 682 + } + + regiment = { + name= "IX. Linieninfanteriebrigade" + type = infantry + home = 682 + } + + regiment = { + name= "II. Pionierbrigade" + type = engineer + home = 684 + } + + regiment = { + name= "X. Linieninfanteriebrigade" + type = infantry + home = 684 + } + + regiment = { + name= "XI. Linieninfanteriebrigade" + type = infantry + home = 684 + } + + regiment = { + name= "XII. Linieninfanteriebrigade" + type = infantry + home = 685 + } + + regiment = { + name= "II. Artilleriebrigade" + type = artillery + home = 685 + } } army = { - name = "III. Korps" - location = 695 - - regiment = { - name= "I. Kavalleriebrigade" - type = cuirassier - home = 681 - } - - regiment = { - name= "XIII. Linieninfanteriebrigade" - type = infantry - home = 696 - } - - regiment = { - name= "XIV. Linieninfanteriebrigade" - type = infantry - home = 696 - } - - regiment = { - name= "XV. Linieninfanteriebrigade" - type = infantry - home = 693 - } - - regiment = { - name= "III. Pionierbrigade" - type = engineer - home = 693 - } - - regiment = { - name= "XVI. Linieninfanteriebrigade" - type = infantry - home = 695 - } - - regiment = { - name= "XVII. Linieninfanteriebrigade" - type = infantry - home = 695 - } - - regiment = { - name= "XVIII. Linieninfanteriebrigade" - type = infantry - home = 698 - } - - regiment = { - name= "III. Artilleriebrigade" - type = artillery - home = 698 - } + name = "III. Korps" + location = 695 + + regiment = { + name= "I. Kavalleriebrigade" + type = cuirassier + home = 681 + } + + regiment = { + name= "XIII. Linieninfanteriebrigade" + type = infantry + home = 696 + } + + regiment = { + name= "XIV. Linieninfanteriebrigade" + type = infantry + home = 696 + } + + regiment = { + name= "XV. Linieninfanteriebrigade" + type = infantry + home = 693 + } + + regiment = { + name= "III. Pionierbrigade" + type = engineer + home = 693 + } + + regiment = { + name= "XVI. Linieninfanteriebrigade" + type = infantry + home = 695 + } + + regiment = { + name= "XVII. Linieninfanteriebrigade" + type = infantry + home = 695 + } + + regiment = { + name= "XVIII. Linieninfanteriebrigade" + type = infantry + home = 698 + } + + regiment = { + name= "III. Artilleriebrigade" + type = artillery + home = 698 + } } army = { - name = "IV. Korps" - location = 548 - - regiment = { - name = "I. Kavalleriebrigade" - type = dragoon - home = 551 - } - - regiment = { - name = "II. Kavalleriebrigade" - type = cuirassier - home = 549 - } - - regiment = { - name= "XIX. Linieninfanteriebrigade" - type = infantry - home = 547 - } - - regiment = { - name= "XX. Linieninfanteriebrigade" - type = infantry - home = 546 - } - - regiment = { - name= "XXI. Linieninfanteriebrigade" - type = infantry - home = 679 - } - - regiment = { - name= "IV. Pionierbrigade" - type = engineer - home = 680 - } - - regiment = { - name= "XXII. Linieninfanteriebrigade" - type = infantry - home = 548 - } - - regiment = { - name= "XXIII. Linieninfanteriebrigade" - type = infantry - home = 548 - } - - regiment = { - name= "IV. Artilleriebrigade" - type = artillery - home = 578 - } + name = "IV. Korps" + location = 548 + + regiment = { + name = "I. Kavalleriebrigade" + type = dragoon + home = 551 + } + + regiment = { + name = "II. Kavalleriebrigade" + type = cuirassier + home = 549 + } + + regiment = { + name= "XIX. Linieninfanteriebrigade" + type = infantry + home = 547 + } + + regiment = { + name= "XX. Linieninfanteriebrigade" + type = infantry + home = 546 + } + + regiment = { + name= "XXI. Linieninfanteriebrigade" + type = infantry + home = 679 + } + + regiment = { + name= "IV. Pionierbrigade" + type = engineer + home = 680 + } + + regiment = { + name= "XXII. Linieninfanteriebrigade" + type = infantry + home = 548 + } + + regiment = { + name= "XXIII. Linieninfanteriebrigade" + type = infantry + home = 548 + } + + regiment = { + name= "IV. Artilleriebrigade" + type = artillery + home = 578 + } } army = { - name = "V. Korps" - location = 575 - - regiment = { - name= "I. Kavalleriebrigade" - type = dragoon - home = 699 - } - - regiment = { - name= "II. Kavalleriebrigade" - type = dragoon - home = 699 - } - - regiment = { - name= "III. Kavalleriebrigade" - type = dragoon - home = 700 - } - - regiment = { - name= "IV. Kavalleriebrigade" - type = cuirassier - home = 550 - } - - regiment = { - name= "XXVII. Linieninfanteriebrigade" - type = infantry - home = 575 - } - - regiment = { - name= "XXVIII. Linieninfanteriebrigade" - type = infantry - home = 576 - } - - regiment = { - name= "XXIX. Linieninfanteriebrigade" - type = infantry - home = 578 - } - - regiment = { - name= "XXIV. Linieninfanteriebrigade" - type = infantry - home = 580 - } - - regiment = { - name= "XXV. Linieninfanteriebrigade" - type = infantry - home = 580 - } - - regiment = { - name= "XXVI. Linieninfanteriebrigade" - type = infantry - home = 581 - } + name = "V. Korps" + location = 575 + + regiment = { + name= "I. Kavalleriebrigade" + type = dragoon + home = 699 + } + + regiment = { + name= "II. Kavalleriebrigade" + type = dragoon + home = 699 + } + + regiment = { + name= "III. Kavalleriebrigade" + type = dragoon + home = 700 + } + + regiment = { + name= "IV. Kavalleriebrigade" + type = cuirassier + home = 550 + } + + regiment = { + name= "XXVII. Linieninfanteriebrigade" + type = infantry + home = 575 + } + + regiment = { + name= "XXVIII. Linieninfanteriebrigade" + type = infantry + home = 576 + } + + regiment = { + name= "XXIX. Linieninfanteriebrigade" + type = infantry + home = 578 + } + + regiment = { + name= "XXIV. Linieninfanteriebrigade" + type = infantry + home = 580 + } + + regiment = { + name= "XXV. Linieninfanteriebrigade" + type = infantry + home = 580 + } + + regiment = { + name= "XXVI. Linieninfanteriebrigade" + type = infantry + home = 581 + } } army = { - name = "VI. Korps" - location = 574 - - regiment = { - name= "XI. Kavalleriebrigade" - type = dragoon - home = 701 - } - - regiment = { - name = "V. Artilleriebrigade" - type = artillery - home = 701 - } + name = "VI. Korps" + location = 574 + + regiment = { + name= "XI. Kavalleriebrigade" + type = dragoon + home = 701 + } + + regiment = { + name = "V. Artilleriebrigade" + type = artillery + home = 701 + } } navy = { - name = "Königlich Preußische Marine" - location = 690 - ship = { - name= "1. Klipperflottille" - type = clipper_transport - } + name = "Königlich Preußische Marine" + location = 690 + ship = { + name= "1. Klipperflottille" + type = clipper_transport + } - ship = { - name= "2. Klipperflottille" - type = clipper_transport - } + ship = { + name= "2. Klipperflottille" + type = clipper_transport + } - ship = { - name= "3. Klipperflottille" - type = clipper_transport - } + ship = { + name= "3. Klipperflottille" + type = clipper_transport + } } leader = { - name = "Prince H. Wilhelm Adalbert" - picture = european_admiral_2 - type = sea - date = 1836.1.1 - background = gifted_administrator - personality = soldierly - prestige = 0.1 + name = "Prince H. Wilhelm Adalbert" + picture = european_admiral_2 + type = sea + date = 1836.1.1 + background = gifted_administrator + personality = soldierly + prestige = 0.1 } leader = { - name = "Helmuth von Moltke" - picture = european_general_36 - type = land - date = 1836.1.1 - background = school_of_firepower - personality = implacable - prestige = 0.75 -} - + name = "Helmuth von Moltke" + picture = european_general_36 + type = land + date = 1836.1.1 + background = school_of_firepower + personality = implacable + prestige = 0.75 +} + leader = { - name = "Albrecht von Roon" - picture = european_general_41 - type = land - date = 1836.1.1 - background = school_of_the_bayonet - personality = au_fait - prestige = 0.75 -} - + name = "Albrecht von Roon" + picture = european_general_41 + type = land + date = 1836.1.1 + background = school_of_the_bayonet + personality = au_fait + prestige = 0.75 +} + leader = { - name = "Friedrich Graf von Wrangel" - picture = pru_gen_wrangel - type = land - date = 1810.1.1 - background = school_of_the_bayonet - personality = unflinching - prestige = 0.5 -} - + name = "Friedrich Graf von Wrangel" + picture = pru_gen_wrangel + type = land + date = 1810.1.1 + background = school_of_the_bayonet + personality = unflinching + prestige = 0.5 +} + leader = { - name = "Eduard Vogel von Falckenstein" - picture = european_general_27 - type = land - date = 1826.1.1 - background = cartographer - personality = audacious - prestige = 0.3 -} - + name = "Eduard Vogel von Falckenstein" + picture = european_general_27 + type = land + date = 1826.1.1 + background = cartographer + personality = audacious + prestige = 0.3 +} + leader = { - name = "Leopold Hermann von Boyen" - picture = pru_gen_boyen - date = 1813.1.1 - type = land - personality = openminded - background = gifted_administrator - prestige = 0.5 + name = "Leopold Hermann von Boyen" + picture = pru_gen_boyen + date = 1813.1.1 + type = land + personality = openminded + background = gifted_administrator + prestige = 0.5 } leader = { - name = "Prince Friedrich Wilhelm August" - picture = pru_gen_prinzaugust - date = 1814.1.1 - type = land - personality = resourceful - background = womanizer - prestige = 0.8 + name = "Prince Friedrich Wilhelm August" + picture = pru_gen_prinzaugust + date = 1814.1.1 + type = land + personality = resourceful + background = womanizer + prestige = 0.8 } leader = { - name = "Prince Friedrich Karl" - picture = pru_gen_prinzkarl - date = 1824.1.1 - type = land - personality = indifferent - background = armchair_general - prestige = 0.8 + name = "Prince Friedrich Karl" + picture = pru_gen_prinzkarl + date = 1824.1.1 + type = land + personality = indifferent + background = armchair_general + prestige = 0.8 } leader = { - name = "Friedrich Wilhelm IV" - picture = pru_gen_prinzwilhelm - date = 1836.1.1 - type = land - personality = soldierly - background = aristocrat - prestige = 0.9 + name = "Friedrich Wilhelm IV" + picture = pru_gen_prinzwilhelm + date = 1836.1.1 + type = land + personality = soldierly + background = aristocrat + prestige = 0.9 } diff --git a/HPM/history/units/QAT_oob.txt b/HPM/history/units/QAT_oob.txt index 23256395..431b8fec 100644 --- a/HPM/history/units/QAT_oob.txt +++ b/HPM/history/units/QAT_oob.txt @@ -1,21 +1,21 @@ ENG = { - value = 50 + value = 50 } army = { - name = "bin Thani's Army" - location = 1165 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1165 - } + name = "bin Thani's Army" + location = 1165 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1165 + } } leader = { - name = "Mohammed bin Thani" - type = land - date = 1836.1.1 - background = aristocrat - personality = spirited + name = "Mohammed bin Thani" + type = land + date = 1836.1.1 + background = aristocrat + personality = spirited } diff --git a/HPM/history/units/RDL_oob.txt b/HPM/history/units/RDL_oob.txt index bf8f204b..eb24a4ab 100644 --- a/HPM/history/units/RDL_oob.txt +++ b/HPM/history/units/RDL_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Kurdish Emir" - location = 1118 - regiment = { - name= "Kurdish Warriors" - type = irregular - home = 1118 - } + name = "Army of the Kurdish Emir" + location = 1118 + regiment = { + name= "Kurdish Warriors" + type = irregular + home = 1118 + } } - diff --git a/HPM/history/units/REB_oob.txt b/HPM/history/units/REB_oob.txt index e42ea5dd..d7f0c848 100644 --- a/HPM/history/units/REB_oob.txt +++ b/HPM/history/units/REB_oob.txt @@ -1,234 +1,233 @@ army = { - name = "1st Carlist Army" - location = 493 - regiment = { - name = "1. Regiment" - type = infantry - home = 493 - } - regiment = { - name = "2. Regiment" - type = infantry - home = 493 - } - regiment = { - name = "3. Regiment" - type = infantry - home = 493 - } - regiment = { - name = "4. Regiment" - type = infantry - home = 493 - } - regiment = { - name = "5. Regiment" - type = irregular - home = 493 - } - regiment = { - name = "6. Regiment" - type = irregular - home = 493 - } - regiment = { - name = "7. Regiment" - type = irregular - home = 493 - } + name = "1st Carlist Army" + location = 493 + regiment = { + name = "1. Regiment" + type = infantry + home = 493 + } + regiment = { + name = "2. Regiment" + type = infantry + home = 493 + } + regiment = { + name = "3. Regiment" + type = infantry + home = 493 + } + regiment = { + name = "4. Regiment" + type = infantry + home = 493 + } + regiment = { + name = "5. Regiment" + type = irregular + home = 493 + } + regiment = { + name = "6. Regiment" + type = irregular + home = 493 + } + regiment = { + name = "7. Regiment" + type = irregular + home = 493 + } } army = { - name = "2nd Carlist Army" - location = 500 - regiment = { - name = "8. Regiment" - type = infantry - home = 500 - } - regiment = { - name = "9. Regiment" - type = infantry - home = 500 - } - regiment = { - name = "10. Regiment" - type = irregular - home = 500 - } - regiment = { - name = "11. Regiment" - type = irregular - home = 500 - } + name = "2nd Carlist Army" + location = 500 + regiment = { + name = "8. Regiment" + type = infantry + home = 500 + } + regiment = { + name = "9. Regiment" + type = infantry + home = 500 + } + regiment = { + name = "10. Regiment" + type = irregular + home = 500 + } + regiment = { + name = "11. Regiment" + type = irregular + home = 500 + } } army = { - name = "3rd Carlist Army" - location = 501 - regiment = { - name = "12. Regiment" - type = infantry - home = 501 - } - regiment = { - name = "13. Regiment" - type = infantry - home = 501 - } - regiment = { - name = "14. Regiment" - type = irregular - home = 501 - } - regiment = { - name = "15. Regiment" - type = irregular - home = 501 - } + name = "3rd Carlist Army" + location = 501 + regiment = { + name = "12. Regiment" + type = infantry + home = 501 + } + regiment = { + name = "13. Regiment" + type = infantry + home = 501 + } + regiment = { + name = "14. Regiment" + type = irregular + home = 501 + } + regiment = { + name = "15. Regiment" + type = irregular + home = 501 + } } army = { - name = "4th Carlist Army" - location = 499 - regiment = { - name= "16.Regiment" - type = infantry - home = 499 - } - - regiment = { - name= "17.Regiment" - type = irregular - home = 499 - } + name = "4th Carlist Army" + location = 499 + regiment = { + name= "16.Regiment" + type = infantry + home = 499 + } + + regiment = { + name= "17.Regiment" + type = irregular + home = 499 + } } army = { - name = "1st Nicaraguan Rebels" - location = 2197 - - regiment = { - name = "1.Regiment" - type = infantry - home = 2197 - } - regiment = { - name = "2.Regiment" - type = infantry - home = 2197 - } - regiment = { - name = "3.Regiment" - type = infantry - home = 2197 - } - regiment = { - name = "4.Regiment" - type = irregular - home = 2197 - } - regiment = { - name = "5.Regiment" - type = irregular - home = 2197 - } - regiment = { - name = "6.Regiment" - type = irregular - home = 2197 - } + name = "1st Nicaraguan Rebels" + location = 2197 + + regiment = { + name = "1.Regiment" + type = infantry + home = 2197 + } + regiment = { + name = "2.Regiment" + type = infantry + home = 2197 + } + regiment = { + name = "3.Regiment" + type = infantry + home = 2197 + } + regiment = { + name = "4.Regiment" + type = irregular + home = 2197 + } + regiment = { + name = "5.Regiment" + type = irregular + home = 2197 + } + regiment = { + name = "6.Regiment" + type = irregular + home = 2197 + } } army = { - name = "2nd Nicaraguan Rebels" - location = 2198 - - regiment = { - name = "1.Regiment" - type = infantry - home = 2198 - } - regiment = { - name = "2.Regiment" - type = infantry - home = 2198 - } - regiment = { - name = "3.Regiment" - type = irregular - home = 2198 - } + name = "2nd Nicaraguan Rebels" + location = 2198 + + regiment = { + name = "1.Regiment" + type = infantry + home = 2198 + } + regiment = { + name = "2.Regiment" + type = infantry + home = 2198 + } + regiment = { + name = "3.Regiment" + type = irregular + home = 2198 + } } army = { - name = "3rd Nicaraguan Rebels" - location = 2199 - - regiment = { - name = "1.Regiment" - type = infantry - home = 2199 - } - regiment = { - name = "2.Regiment" - type = infantry - home = 2199 - } - regiment = { - name = "3.Regiment" - type = irregular - home = 2199 - } + name = "3rd Nicaraguan Rebels" + location = 2199 + + regiment = { + name = "1.Regiment" + type = infantry + home = 2199 + } + regiment = { + name = "2.Regiment" + type = infantry + home = 2199 + } + regiment = { + name = "3.Regiment" + type = irregular + home = 2199 + } } army = { - name = "1st Honduran Rebels" - location = 2194 - - regiment = { - name = "1.Regiment" - type = infantry - home = 2194 - } - regiment = { - name = "2.Regiment" - type = infantry - home = 2194 - } - regiment = { - name = "3.Regiment" - type = irregular - home = 2194 - } + name = "1st Honduran Rebels" + location = 2194 + + regiment = { + name = "1.Regiment" + type = infantry + home = 2194 + } + regiment = { + name = "2.Regiment" + type = infantry + home = 2194 + } + regiment = { + name = "3.Regiment" + type = irregular + home = 2194 + } } army = { - name = "Colorado Rebels" - location = 2345 - - regiment = { - name = "1.Regimiento Colorado" - type = infantry - home = 2344 - } + name = "Colorado Rebels" + location = 2345 + + regiment = { + name = "1.Regimiento Colorado" + type = infantry + home = 2344 + } } army = { - name = "Colorado Rebels" - location = 2346 - - regiment = { - name = "1.Regimiento Colorado" - type = infantry - home = 2344 - } + name = "Colorado Rebels" + location = 2346 + + regiment = { + name = "1.Regimiento Colorado" + type = infantry + home = 2344 + } regiment = { - name = "2.Regimiento Colorado" - type = infantry - home = 2344 - } + name = "2.Regimiento Colorado" + type = infantry + home = 2344 + } } - diff --git a/HPM/history/units/RGS_oob.txt b/HPM/history/units/RGS_oob.txt index c9d63342..e916efa6 100644 --- a/HPM/history/units/RGS_oob.txt +++ b/HPM/history/units/RGS_oob.txt @@ -1,48 +1,47 @@ PRG = { - value = -200 + value = -200 } leader = { - name = "Bento Gonçalves" - type = land - date = 1836.1.1 - personality = charismatic - background = expert_raider + name = "Bento Gonçalves" + type = land + date = 1836.1.1 + personality = charismatic + background = expert_raider } army = { - name = "Exército Gaucho" - location = 2463 + name = "Exército Gaucho" + location = 2463 - regiment = { - name= "1. Divisão Gaucha" - type = irregular - home = 2463 - } - regiment = { - name= "2. Divisão Gaucha" - type = irregular - home = 2463 - } - regiment = { - name= "3. Divisão Gaucha" - type = irregular - home = 2463 - } - regiment = { - name= "3. Divisão Gaucha" - type = irregular - home = 2463 - } - regiment = { - name= "4. Divisão Gaucha" - type = irregular - home = 2466 - } - regiment = { - name= "5. Divisão Gaucha" - type = cavalry - home = 2467 - } + regiment = { + name= "1. Divisão Gaucha" + type = irregular + home = 2463 + } + regiment = { + name= "2. Divisão Gaucha" + type = irregular + home = 2463 + } + regiment = { + name= "3. Divisão Gaucha" + type = irregular + home = 2463 + } + regiment = { + name= "3. Divisão Gaucha" + type = irregular + home = 2463 + } + regiment = { + name= "4. Divisão Gaucha" + type = irregular + home = 2466 + } + regiment = { + name= "5. Divisão Gaucha" + type = cavalry + home = 2467 + } } - diff --git a/HPM/history/units/RUS_oob.txt b/HPM/history/units/RUS_oob.txt index b567b54d..4e97c24b 100644 --- a/HPM/history/units/RUS_oob.txt +++ b/HPM/history/units/RUS_oob.txt @@ -2,110 +2,110 @@ #Europe MON = { - value = -10 - level = 5 - influence_value = 0 + value = -10 + level = 5 + influence_value = 0 } TCA = { - value = 200 - level = 5 - influence_value = 0 + value = 200 + level = 5 + influence_value = 0 } UBD = { - value = 200 - level = 5 - influence_value = 0 + value = 200 + level = 5 + influence_value = 0 } ABK = { - value = 200 - level = 5 - influence_value = 0 + value = 200 + level = 5 + influence_value = 0 } FIN = { - value = 100 - level = 5 - influence_value = 0 + value = 100 + level = 5 + influence_value = 0 } SWE = { - value = 125 - level = 3 - influence_value = 0 + value = 125 + level = 3 + influence_value = 0 } SER = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } GRE = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } KRA = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } DEN = { - value = 125 + value = 125 } MOL = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } WAL = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } #Asia QNG = { - value = 75 + value = 75 } TKG = { - value = 75 + value = 75 } KOR = { - value = 100 - level = 0 - influence_value = 0 + value = 100 + level = 0 + influence_value = 0 } MGL = { - value = 100 + value = 100 } MCK = { - value = 100 - level = 3 - influence_value = 0 + value = 100 + level = 3 + influence_value = 0 } PER = { - value = -50 - level = 2 - influence_value = 0 + value = -50 + level = 2 + influence_value = 0 } XIN = { - value = -200 - level = 0 - influence_value = 0 + value = -200 + level = 0 + influence_value = 0 } AFG = { - value = 100 + value = 100 } CIR = { - value = -200 - level = 1 - influence_value = 1 + value = -200 + level = 1 + influence_value = 1 } #Other GP's @@ -119,1041 +119,1039 @@ TUR = { value = 125 } SPA = { value = 0 } army = { - name = "1-i Armeiskii Korpus" #Ingria Army - location = 994 - regiment = { - name= "1.1-ya Gvardeiskaya Pekhotnaya Diviziya" - type = guard - home = 994 - } - - regiment = { - name= "1.2-ya Gvardeiskaya Pekhotnaya Diviziya" - type = guard - home = 994 - } - - regiment = { - name= "1.3-ya Gvardeiskaya Pekhotnaya Diviziya" - type = guard - home = 994 - } - - regiment = { - name= "1.1-ya Pekhotnaya Diviziya" - type = infantry - home = 994 - } - - regiment = { - name= "1.2-ya Pekhotnaya Diviziya" - type = infantry - home = 2580 - } - - regiment = { - name= "1.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = hussar - home = 997 - } - - regiment = { - name= "1.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = hussar - home = 997 - } - - regiment = { - name= "1.1-ya Artilleriiskii Diviziya" - type = artillery - home = 996 - } - - regiment = { - name= "1.2-ya Artilleriiskii Diviziya" - type = artillery - home = 996 - } - - regiment = { - name= "1.3-ya Artilleriiskii Diviziya" - type = artillery - home = 994 - } - + name = "1-i Armeiskii Korpus" #Ingria Army + location = 994 + regiment = { + name= "1.1-ya Gvardeiskaya Pekhotnaya Diviziya" + type = guard + home = 994 + } + + regiment = { + name= "1.2-ya Gvardeiskaya Pekhotnaya Diviziya" + type = guard + home = 994 + } + + regiment = { + name= "1.3-ya Gvardeiskaya Pekhotnaya Diviziya" + type = guard + home = 994 + } + + regiment = { + name= "1.1-ya Pekhotnaya Diviziya" + type = infantry + home = 994 + } + + regiment = { + name= "1.2-ya Pekhotnaya Diviziya" + type = infantry + home = 2580 + } + + regiment = { + name= "1.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = hussar + home = 997 + } + + regiment = { + name= "1.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = hussar + home = 997 + } + + regiment = { + name= "1.1-ya Artilleriiskii Diviziya" + type = artillery + home = 996 + } + + regiment = { + name= "1.2-ya Artilleriiskii Diviziya" + type = artillery + home = 996 + } + + regiment = { + name= "1.3-ya Artilleriiskii Diviziya" + type = artillery + home = 994 + } + } army = { - name = "2-i Armeiskii Korpus" #Belarus Army - location = 718 - regiment = { - name= "2.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = dragoon - home = 718 - } - - regiment = { - name= "2.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = dragoon - home = 718 - } - - regiment = { - name= "2.1-ya Pekhotnaya Diviziya" - type = infantry - home = 940 - } - - regiment = { - name= "2.2-ya Pekhotnaya Diviziya" - type = infantry - home = 937 - } - - regiment = { - name= "2.3-ya Pekhotnaya Diviziya" - type = infantry - home = 936 - } - - regiment = { - name= "2.4-ya Pekhotnaya Diviziya" - type = infantry - home = 944 - } - - regiment = { - name= "2.5-ya Pekhotnaya Diviziya" - type = infantry - home = 944 - } - - regiment = { - name= "2.6-ya Pekhotnaya Diviziya" - type = infantry - home = 946 - } - - regiment = { - name = "2.1-ya Artilleriiskii Diviziya" - type = artillery - home = 946 - } - - regiment = { - name = "2.2-ya Artilleriiskii Diviziya" - type = artillery - home = 946 - } + name = "2-i Armeiskii Korpus" #Belarus Army + location = 718 + regiment = { + name= "2.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = dragoon + home = 718 + } + + regiment = { + name= "2.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = dragoon + home = 718 + } + + regiment = { + name= "2.1-ya Pekhotnaya Diviziya" + type = infantry + home = 940 + } + + regiment = { + name= "2.2-ya Pekhotnaya Diviziya" + type = infantry + home = 937 + } + + regiment = { + name= "2.3-ya Pekhotnaya Diviziya" + type = infantry + home = 936 + } + + regiment = { + name= "2.4-ya Pekhotnaya Diviziya" + type = infantry + home = 944 + } + + regiment = { + name= "2.5-ya Pekhotnaya Diviziya" + type = infantry + home = 944 + } + + regiment = { + name= "2.6-ya Pekhotnaya Diviziya" + type = infantry + home = 946 + } + + regiment = { + name = "2.1-ya Artilleriiskii Diviziya" + type = artillery + home = 946 + } + + regiment = { + name = "2.2-ya Artilleriiskii Diviziya" + type = artillery + home = 946 + } } army = { - name = "3-i Armeiskii Korpus" #Vilna/Marijampole - Baltic Army - location = 362 - - regiment = { - name = "3.1-ya Pekhotnaya Diviziya" - type = infantry - home = 939 - } - - regiment = { - name = "3.2-ya Pekhotnaya Diviziya" - type = infantry - home = 938 - } - - regiment = { - name = "3.3-ya Pekhotnaya Diviziya" - type = infantry - home = 947 - } - - regiment = { - name = "3.4-ya Pekhotnaya Diviziya" - type = infantry - home = 947 - } - - regiment = { - name = "3.5-ya Pekhotnaya Diviziya" - type = infantry - home = 360 - } - - regiment = { - name = "3.6-ya Pekhotnaya Diviziya" - type = infantry - home = 940 - } - - regiment = { - name = "3.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = dragoon - home = 362 - } - - regiment = { - name = "3.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = dragoon - home = 361 - } - - regiment = { - name = "3.1-ya Artilleriiskii Diviziya" - type = artillery - home = 364 - } - - regiment = { - name = "3.2-ya Artilleriiskii Diviziya" - type = artillery - home = 941 - } + name = "3-i Armeiskii Korpus" #Vilna/Marijampole - Baltic Army + location = 362 + + regiment = { + name = "3.1-ya Pekhotnaya Diviziya" + type = infantry + home = 939 + } + + regiment = { + name = "3.2-ya Pekhotnaya Diviziya" + type = infantry + home = 938 + } + + regiment = { + name = "3.3-ya Pekhotnaya Diviziya" + type = infantry + home = 947 + } + + regiment = { + name = "3.4-ya Pekhotnaya Diviziya" + type = infantry + home = 947 + } + + regiment = { + name = "3.5-ya Pekhotnaya Diviziya" + type = infantry + home = 360 + } + + regiment = { + name = "3.6-ya Pekhotnaya Diviziya" + type = infantry + home = 940 + } + + regiment = { + name = "3.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = dragoon + home = 362 + } + + regiment = { + name = "3.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = dragoon + home = 361 + } + + regiment = { + name = "3.1-ya Artilleriiskii Diviziya" + type = artillery + home = 364 + } + + regiment = { + name = "3.2-ya Artilleriiskii Diviziya" + type = artillery + home = 941 + } } army = { - name = "4-i Armeiskii Korpus" #Kiev/Ukrainian Army - location = 958 - - regiment = { - name = "4.1-ya Pekhotnaya Diviziya" - type = infantry - home = 957 - } - - regiment = { - name = "4.2-ya Pekhotnaya Diviziya" - type = infantry - home = 959 - } - - regiment = { - name = "4.3-ya Pekhotnaya Diviziya" - type = infantry - home = 959 - } - - regiment = { - name = "4.4-ya Pekhotnaya Diviziya" - type = infantry - home = 955 - } - - regiment = { - name = "4.5-ya Pekhotnaya Diviziya" - type = infantry - home = 955 - } - - regiment = { - name = "4.5-ya Pekhotnaya Diviziya" - type = infantry - home = 958 - } - - regiment = { - name = "4.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = cuirassier - home = 958 - } - - regiment = { - name = "4.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = cavalry - home = 1047 - } - - regiment = { - name = "4.1-ya Artilleriiskii Diviziya" - type = artillery - home = 960 - } - - regiment = { - name = "4.2-ya Artilleriiskii Diviziya" - type = artillery - home = 960 - } + name = "4-i Armeiskii Korpus" #Kiev/Ukrainian Army + location = 958 + + regiment = { + name = "4.1-ya Pekhotnaya Diviziya" + type = infantry + home = 957 + } + + regiment = { + name = "4.2-ya Pekhotnaya Diviziya" + type = infantry + home = 959 + } + + regiment = { + name = "4.3-ya Pekhotnaya Diviziya" + type = infantry + home = 959 + } + + regiment = { + name = "4.4-ya Pekhotnaya Diviziya" + type = infantry + home = 955 + } + + regiment = { + name = "4.5-ya Pekhotnaya Diviziya" + type = infantry + home = 955 + } + + regiment = { + name = "4.5-ya Pekhotnaya Diviziya" + type = infantry + home = 958 + } + + regiment = { + name = "4.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = cuirassier + home = 958 + } + + regiment = { + name = "4.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = cavalry + home = 1047 + } + + regiment = { + name = "4.1-ya Artilleriiskii Diviziya" + type = artillery + home = 960 + } + + regiment = { + name = "4.2-ya Artilleriiskii Diviziya" + type = artillery + home = 960 + } } army = { - name = "5-i Armeiskii Korpus" - location = 1008 - - - regiment = { - name = "5.1-ya Pekhotnaya Diviziya" - type = infantry - home = 1022 - } - - regiment = { - name = "5.2-ya Pekhotnaya Diviziya" - type = infantry - home = 1012 - } - - regiment = { - name = "5.3-ya Pekhotnaya Diviziya" - type = infantry - home = 1012 - } - - regiment = { - name = "5.4-ya Pekhotnaya Diviziya" - type = infantry - home = 1012 - } - - regiment = { - name = "5.5-ya Pekhotnaya Diviziya" - type = infantry - home = 1012 - } - - regiment = { - name= "5.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = cuirassier - home = 1008 - } - - regiment = { - name= "5.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" - type = cuirassier - home = 1008 - } - - regiment = { - name= "5.1-ya Artilleriiskii Diviziya" - type = artillery - home = 1013 - } - - regiment = { - name= "5.2-ya Artilleriiskii Diviziya" - type = artillery - home = 1013 - } - - regiment = { - name= "5.3-ya Artilleriiskii Diviziya" - type = artillery - home = 1039 - } + name = "5-i Armeiskii Korpus" + location = 1008 + + + regiment = { + name = "5.1-ya Pekhotnaya Diviziya" + type = infantry + home = 1022 + } + + regiment = { + name = "5.2-ya Pekhotnaya Diviziya" + type = infantry + home = 1012 + } + + regiment = { + name = "5.3-ya Pekhotnaya Diviziya" + type = infantry + home = 1012 + } + + regiment = { + name = "5.4-ya Pekhotnaya Diviziya" + type = infantry + home = 1012 + } + + regiment = { + name = "5.5-ya Pekhotnaya Diviziya" + type = infantry + home = 1012 + } + + regiment = { + name= "5.1-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = cuirassier + home = 1008 + } + + regiment = { + name= "5.2-ya Gvardeiskaya Kavaleriiskaya Diviziya" + type = cuirassier + home = 1008 + } + + regiment = { + name= "5.1-ya Artilleriiskii Diviziya" + type = artillery + home = 1013 + } + + regiment = { + name= "5.2-ya Artilleriiskii Diviziya" + type = artillery + home = 1013 + } + + regiment = { + name= "5.3-ya Artilleriiskii Diviziya" + type = artillery + home = 1039 + } } army = { - name = "6-i Armeiskii Korpus" #Crimean Army - location = 1057 - regiment = { - name= "6.1-ya Pekhotnaya Diviziya" - type = infantry - home = 1009 - } - - regiment = { - name= "6.2-ya Pekhotnaya Diviziya" - type = infantry - home = 1010 - } - - regiment = { - name= "6.3-ya Pekhotnaya Diviziya" - type = infantry - home = 1010 - } - - regiment = { - name= "6.4-ya Pekhotnaya Diviziya" - type = infantry - home = 1010 - } - - regiment = { - name= "6.5-ya Pekhotnaya Diviziya" - type = infantry - home = 1014 - } - - regiment = { - name= "6.1-ya Pekhotnaya Diviziya" - type = cavalry - home = 957 - } - - regiment = { - name= "6.2-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1015 - } - - regiment = { - name= "6.3-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1014 - } - - regiment = { - name= "6.4-ya Kavalerijskaya Diviziya" - type = cavalry - home = 943 - } + name = "6-i Armeiskii Korpus" #Crimean Army + location = 1057 + regiment = { + name= "6.1-ya Pekhotnaya Diviziya" + type = infantry + home = 1009 + } + + regiment = { + name= "6.2-ya Pekhotnaya Diviziya" + type = infantry + home = 1010 + } + + regiment = { + name= "6.3-ya Pekhotnaya Diviziya" + type = infantry + home = 1010 + } + + regiment = { + name= "6.4-ya Pekhotnaya Diviziya" + type = infantry + home = 1010 + } + + regiment = { + name= "6.5-ya Pekhotnaya Diviziya" + type = infantry + home = 1014 + } + + regiment = { + name= "6.1-ya Pekhotnaya Diviziya" + type = cavalry + home = 957 + } + + regiment = { + name= "6.2-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1015 + } + + regiment = { + name= "6.3-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1014 + } + + regiment = { + name= "6.4-ya Kavalerijskaya Diviziya" + type = cavalry + home = 943 + } } army = { - name = "7-i Armeiskii Korpus" #Poland Army - location = 706 - - - regiment = { - name= "7.1-ya Pekhotnaya Diviziya" - type = infantry - home = 1009 - } - - regiment = { - name= "7.2-ya Pekhotnaya Diviziya" - type = infantry - home = 1025 - } - - regiment = { - name= "7.3-ya Pekhotnaya Diviziya" - type = infantry - home = 1025 - } - - regiment = { - name= "7.4-ya Pekhotnaya Diviziya" - type = infantry - home = 1025 - } - - regiment = { - name= "7.5-ya Pekhotnaya Diviziya" - type = infantry - home = 1025 - } - - regiment = { - name= "7.1-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1021 - } - - regiment = { - name= "7.2-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1021 - } - - regiment = { - name= "7.3-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1021 - } - - regiment = { - name= "7.1-ya Artilleriiskii Diviziya" - type = artillery - home = 979 - } - - regiment = { - name= "7.2-ya Artilleriiskii Diviziya" - type = artillery - home = 1019 - } - + name = "7-i Armeiskii Korpus" #Poland Army + location = 706 + + + regiment = { + name= "7.1-ya Pekhotnaya Diviziya" + type = infantry + home = 1009 + } + + regiment = { + name= "7.2-ya Pekhotnaya Diviziya" + type = infantry + home = 1025 + } + + regiment = { + name= "7.3-ya Pekhotnaya Diviziya" + type = infantry + home = 1025 + } + + regiment = { + name= "7.4-ya Pekhotnaya Diviziya" + type = infantry + home = 1025 + } + + regiment = { + name= "7.5-ya Pekhotnaya Diviziya" + type = infantry + home = 1025 + } + + regiment = { + name= "7.1-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1021 + } + + regiment = { + name= "7.2-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1021 + } + + regiment = { + name= "7.3-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1021 + } + + regiment = { + name= "7.1-ya Artilleriiskii Diviziya" + type = artillery + home = 979 + } + + regiment = { + name= "7.2-ya Artilleriiskii Diviziya" + type = artillery + home = 1019 + } + } army = { - name = "8-i Armeiskii Korpus" #Odessa Army - location = 968 - - - regiment = { - name= "8.1-ya Pekhotnaya Diviziya" - type = infantry - home = 963 - } - - regiment = { - name= "8.2-ya Pekhotnaya Diviziya" - type = infantry - home = 963 - } - - regiment = { - name= "8.3-ya Pekhotnaya Diviziya" - type = infantry - home = 963 - } - - regiment = { - name= "8.4-ya Pekhotnaya Diviziya" - type = infantry - home = 963 - } - - regiment = { - name= "8.5-ya Pekhotnaya Diviziya" - type = infantry - home = 963 - } - - regiment = { - name= "8.6-ya Pekhotnaya Diviziya" - type = infantry - home = 978 - } - - regiment = { - name= "8.7-ya Pekhotnaya Diviziya" - type = infantry - home = 978 - } - - regiment = { - name= "8.8-ya Pekhotnaya Diviziya" - type = infantry - home = 962 - } - - regiment = { - name= "8.9-ya Pekhotnaya Diviziya" - type = infantry - home = 977 - } - - regiment = { - name= "8.1-ya Kavalerijskaya Diviziya" - type = cavalry - home = 1019 - } + name = "8-i Armeiskii Korpus" #Odessa Army + location = 968 + + + regiment = { + name= "8.1-ya Pekhotnaya Diviziya" + type = infantry + home = 963 + } + + regiment = { + name= "8.2-ya Pekhotnaya Diviziya" + type = infantry + home = 963 + } + + regiment = { + name= "8.3-ya Pekhotnaya Diviziya" + type = infantry + home = 963 + } + + regiment = { + name= "8.4-ya Pekhotnaya Diviziya" + type = infantry + home = 963 + } + + regiment = { + name= "8.5-ya Pekhotnaya Diviziya" + type = infantry + home = 963 + } + + regiment = { + name= "8.6-ya Pekhotnaya Diviziya" + type = infantry + home = 978 + } + + regiment = { + name= "8.7-ya Pekhotnaya Diviziya" + type = infantry + home = 978 + } + + regiment = { + name= "8.8-ya Pekhotnaya Diviziya" + type = infantry + home = 962 + } + + regiment = { + name= "8.9-ya Pekhotnaya Diviziya" + type = infantry + home = 977 + } + + regiment = { + name= "8.1-ya Kavalerijskaya Diviziya" + type = cavalry + home = 1019 + } } army = { - name = "1-i Kavkazskii Korpus" - location = 1048 - - regiment = { - name= "1.1-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1022 - } - - regiment = { - name= "1.2-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1011 - } - - regiment = { - name= "1.3-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1011 - } - - regiment = { - name= "1.4-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1011 - } - - regiment = { - name= "1.5-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1011 - } - - regiment = { - name= "1.6-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 962 - } - - regiment = { - name= "1.1-ya Kavkazskii Kavalerijskaya Diviziya" - type = cavalry - home = 1016 - } - - regiment = { - name= "1.2-ya Kavkazskii Kavalerijskaya Diviziya" - type = cavalry - home = 1016 - } - - regiment = { - name= "1.3-ya Kavkazskii Kavalerijskaya Diviziya" - type = cavalry - home = 1015 - } - - regiment = { - name= "1.1-ya Kavkazskii Artilleriiskii Diviziya" - type = artillery - home = 1039 - } - + name = "1-i Kavkazskii Korpus" + location = 1048 + + regiment = { + name= "1.1-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1022 + } + + regiment = { + name= "1.2-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1011 + } + + regiment = { + name= "1.3-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1011 + } + + regiment = { + name= "1.4-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1011 + } + + regiment = { + name= "1.5-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1011 + } + + regiment = { + name= "1.6-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 962 + } + + regiment = { + name= "1.1-ya Kavkazskii Kavalerijskaya Diviziya" + type = cavalry + home = 1016 + } + + regiment = { + name= "1.2-ya Kavkazskii Kavalerijskaya Diviziya" + type = cavalry + home = 1016 + } + + regiment = { + name= "1.3-ya Kavkazskii Kavalerijskaya Diviziya" + type = cavalry + home = 1015 + } + + regiment = { + name= "1.1-ya Kavkazskii Artilleriiskii Diviziya" + type = artillery + home = 1039 + } + } army = { - name = "Ural Host" - location = 1058 - regiment = { - name= "1.Don Cossacks" - type = cavalry - home = 980 - } - - regiment = { - name= "2.Don Cossacks" - type = cavalry - home = 980 - } - - regiment = { - name= "3.Don Cossacks" - type = cavalry - home = 969 - } - - regiment = { - name= "4. Don Cossacks" - type = cavalry - home = 969 - } - - regiment = { - name= "5. Don Cossacks" - type = cavalry - home = 961 - } - - regiment = { - name= "6. Don Cossacks" - type = cavalry - home = 961 - } + name = "Ural Host" + location = 1058 + regiment = { + name= "1.Don Cossacks" + type = cavalry + home = 980 + } + + regiment = { + name= "2.Don Cossacks" + type = cavalry + home = 980 + } + + regiment = { + name= "3.Don Cossacks" + type = cavalry + home = 969 + } + + regiment = { + name= "4. Don Cossacks" + type = cavalry + home = 969 + } + + regiment = { + name= "5. Don Cossacks" + type = cavalry + home = 961 + } + + regiment = { + name= "6. Don Cossacks" + type = cavalry + home = 961 + } } army = { - name = "1-i Sibirskii Korpus" #Siberian Army - location = 1075 - - regiment = { - name = "1.1-ya Sibirskii Pekhotnaya Diviziya" - home = 1039 - type = infantry - } - - regiment = { - name= "1.2-ya Sibirskii Pekhotnaya Diviziya" - type = infantry - home = 1019 - } - - regiment = { - name= "1.3-ya Sibirskii Pekhotnaya Diviziya" - type = infantry - home = 1019 - } - - regiment = { - name= "1.1-ya Sibirskii Kavalerijskaya Diviziya" - type = cavalry - home = 1019 - } - - regiment = { - name= "1.2-ya Sibirskii Kavalerijskaya Diviziya" - type = cavalry - home = 1019 - } + name = "1-i Sibirskii Korpus" #Siberian Army + location = 1075 + + regiment = { + name = "1.1-ya Sibirskii Pekhotnaya Diviziya" + home = 1039 + type = infantry + } + + regiment = { + name= "1.2-ya Sibirskii Pekhotnaya Diviziya" + type = infantry + home = 1019 + } + + regiment = { + name= "1.3-ya Sibirskii Pekhotnaya Diviziya" + type = infantry + home = 1019 + } + + regiment = { + name= "1.1-ya Sibirskii Kavalerijskaya Diviziya" + type = cavalry + home = 1019 + } + + regiment = { + name= "1.2-ya Sibirskii Kavalerijskaya Diviziya" + type = cavalry + home = 1019 + } } navy = { - name = "Imperial Black Sea Fleet" - location = 967 - ship = { - name= "Nord Adler" - type = manowar - } - - ship = { - name= "Prints Gustav" - type = manowar - } - - ship = { - name= "Ne Tron Menya" - type = manowar - } - - ship = { - name= "Svyastoslav" - type = manowar - } - - ship = { - name= "Chrabryi" - type = manowar - } - - ship = { - name= "Smelyi" - type = manowar - } - - ship = { - name= "Tri Svyatitelei" - type = manowar - } - - ship = { - name= "Yupiter" - type = manowar - } - - ship = { - name= "Chesma" - type = manowar - } - - ship = { - name= "Mironosets" - type = manowar - } - - ship = { - name= "Asia" - type = manowar - } - - ship = { - name= "Azov" - type = manowar - } - - ship = { - name= "Rossiya" - type = manowar - } - - ship = { - name= "Saratov" - type = manowar - } - - ship = { - name= "Blagodat'" - type = manowar - } - - - ship = { - name= "1. Transportnaya Flotiliya" - type = clipper_transport - } - - ship = { - name= "2. Transportnaya Flotiliya" - type = clipper_transport - } + name = "Imperial Black Sea Fleet" + location = 967 + ship = { + name= "Nord Adler" + type = manowar + } + + ship = { + name= "Prints Gustav" + type = manowar + } + + ship = { + name= "Ne Tron Menya" + type = manowar + } + + ship = { + name= "Svyastoslav" + type = manowar + } + + ship = { + name= "Chrabryi" + type = manowar + } + + ship = { + name= "Smelyi" + type = manowar + } + + ship = { + name= "Tri Svyatitelei" + type = manowar + } + + ship = { + name= "Yupiter" + type = manowar + } + + ship = { + name= "Chesma" + type = manowar + } + + ship = { + name= "Mironosets" + type = manowar + } + + ship = { + name= "Asia" + type = manowar + } + + ship = { + name= "Azov" + type = manowar + } + + ship = { + name= "Rossiya" + type = manowar + } + + ship = { + name= "Saratov" + type = manowar + } + + ship = { + name= "Blagodat'" + type = manowar + } + + + ship = { + name= "1. Transportnaya Flotiliya" + type = clipper_transport + } + + ship = { + name= "2. Transportnaya Flotiliya" + type = clipper_transport + } } navy = { - name = "Imperial Northern Fleet" - location = 994 - ship = { - name= "Dvenadtsat' Apostolov" - type = manowar - } - - ship = { - name= "Poltava" - type = manowar - } - - ship = { - name= "Ratnyi" - type = manowar - } - - ship = { - name= "Hiagudil" - type = manowar - } - - ship = { - name= "Gangut" - type = manowar - } - - ship = { - name= "Ezekiel" - type = manowar - } - - ship = { - name= "Tsar Konstantin" - type = manowar - } - - ship = { - name= "Yaroslav" - type = manowar - } - - ship = { - name= "Izyaslav" - type = manowar - } - - ship = { - name= "Dimitri Donskoi" - type = manowar - } - - ship = { - name= "Paraskevia" - type = manowar - } - - ship = { - name= "Sv Ytoslav" - type = manowar - } - - ship = { - name= "3. Transportnaya Flotiliya" - type = clipper_transport - } - - ship = { - name= "4. Transportnaya Flotiliya" - type = clipper_transport - } + name = "Imperial Northern Fleet" + location = 994 + ship = { + name= "Dvenadtsat' Apostolov" + type = manowar + } + + ship = { + name= "Poltava" + type = manowar + } + + ship = { + name= "Ratnyi" + type = manowar + } + + ship = { + name= "Hiagudil" + type = manowar + } + + ship = { + name= "Gangut" + type = manowar + } + + ship = { + name= "Ezekiel" + type = manowar + } + + ship = { + name= "Tsar Konstantin" + type = manowar + } + + ship = { + name= "Yaroslav" + type = manowar + } + + ship = { + name= "Izyaslav" + type = manowar + } + + ship = { + name= "Dimitri Donskoi" + type = manowar + } + + ship = { + name= "Paraskevia" + type = manowar + } + + ship = { + name= "Sv Ytoslav" + type = manowar + } + + ship = { + name= "3. Transportnaya Flotiliya" + type = clipper_transport + } + + ship = { + name= "4. Transportnaya Flotiliya" + type = clipper_transport + } } leader = { - name = "Prince Vasilchikov" - picture = rus_gen_vasilchikov - date = 1801.1.1 - type = land - personality = competent - background = powerful_friends - prestige = 0.4 + name = "Prince Vasilchikov" + picture = rus_gen_vasilchikov + date = 1801.1.1 + type = land + personality = competent + background = powerful_friends + prestige = 0.4 } leader = { - name = "Prince Mikhail Vorontsov" - picture = rus_gen_vorontsov - date = 1814.1.1 - type = land - personality = daring - background = gifted_administrator - prestige = 0.3 + name = "Prince Mikhail Vorontsov" + picture = rus_gen_vorontsov + date = 1814.1.1 + type = land + personality = daring + background = gifted_administrator + prestige = 0.3 } leader = { - name = "Pyotr Chicherin" - picture = rus_gen_chicherin - date = 1835.1.1 - type = land - personality = earnest - background = cavalry_school - prestige = 0.1 + name = "Pyotr Chicherin" + picture = rus_gen_chicherin + date = 1835.1.1 + type = land + personality = earnest + background = cavalry_school + prestige = 0.1 } leader = { - name = "Alexander Chernyshev" - picture = rus_gen_chernyshev - date = 1821.1.1 - type = land - personality = intelligent - background = diplomat - prestige = 0.1 + name = "Alexander Chernyshev" + picture = rus_gen_chernyshev + date = 1821.1.1 + type = land + personality = intelligent + background = diplomat + prestige = 0.1 } leader = { - name = "Prince Menshikov" - picture = rus_adm_menshikov - date = 1833.1.1 - type = sea - personality = lackluster - background = clueless - prestige = 0.1 + name = "Prince Menshikov" + picture = rus_adm_menshikov + date = 1833.1.1 + type = sea + personality = lackluster + background = clueless + prestige = 0.1 } leader = { - name = "Ivan Paskevich" - picture = rus_gen_paskevich - date = 1812.1.1 - type = land - personality = merciless - background = school_of_offense - prestige = 0.3 + name = "Ivan Paskevich" + picture = rus_gen_paskevich + date = 1812.1.1 + type = land + personality = merciless + background = school_of_offense + prestige = 0.3 } leader = { - name = "Matvey Khrapovitsky" - picture = rus_gen_khrapovitsky - date = 1835.1.1 - type = land - personality = able - background = war_college - prestige = 0.1 + name = "Matvey Khrapovitsky" + picture = rus_gen_khrapovitsky + date = 1835.1.1 + type = land + personality = able + background = war_college + prestige = 0.1 } leader = { - name = "Mikhail Lazarev" - picture = rus_adm_lazarev - date = 1827.1.1 - type = sea - personality = au_fait - background = innovative_tactician - prestige = 0.2 + name = "Mikhail Lazarev" + picture = rus_adm_lazarev + date = 1827.1.1 + type = sea + personality = au_fait + background = innovative_tactician + prestige = 0.2 } leader = { - name = "Nikolai Muraviev-Karsky" - picture = rus_gen_muravievkarsky - date = 1827.1.1 - type = land - personality = defiant - background = natural_born_leader - prestige = 0.1 + name = "Nikolai Muraviev-Karsky" + picture = rus_gen_muravievkarsky + date = 1827.1.1 + type = land + personality = defiant + background = natural_born_leader + prestige = 0.1 } leader = { - name = "Pyotr Volkonsky" - picture = rus_gen_volkonsky - date = 1812.1.1 - type = land - personality = intelligent - background = elderly - prestige = 0.3 + name = "Pyotr Volkonsky" + picture = rus_gen_volkonsky + date = 1812.1.1 + type = land + personality = intelligent + background = elderly + prestige = 0.3 } leader = { - name = "Pavel Grabbe" - date = 1836.1.1 - type = land - personality = keen - background = school_of_firepower - prestige = 0.0 + name = "Pavel Grabbe" + date = 1836.1.1 + type = land + personality = keen + background = school_of_firepower + prestige = 0.0 } leader = { - name = "Vasily Bebutov" - picture = rus_gen_bebutov - date = 1825.1.1 - type = land - personality = stout - background = generals_aide - prestige = 0.1 + name = "Vasily Bebutov" + picture = rus_gen_bebutov + date = 1825.1.1 + type = land + personality = stout + background = generals_aide + prestige = 0.1 } leader = { - name = "Fyodor von Berg" - picture = rus_gen_berg - date = 1836.1.1 - type = land - personality = sharp - background = cartographer - prestige = 0.1 + name = "Fyodor von Berg" + picture = rus_gen_berg + date = 1836.1.1 + type = land + personality = sharp + background = cartographer + prestige = 0.1 } leader = { - name = "Ferdinand Wrangel" - picture = rus_adm_wrangel - date = 1836.1.1 - type = sea - personality = active_p - background = cartographer - prestige = 0.0 + name = "Ferdinand Wrangel" + picture = rus_adm_wrangel + date = 1836.1.1 + type = sea + personality = active_p + background = cartographer + prestige = 0.0 } leader = { - name = "Mikhail Gorchakov" - picture = rus_gen_gorchakov - date = 1830.1.1 - type = land - personality = spineless - background = yesman + name = "Mikhail Gorchakov" + picture = rus_gen_gorchakov + date = 1830.1.1 + type = land + personality = spineless + background = yesman } leader = { - name = "Pyotr Gorchakov" - picture = rus_gen_gorchakovpyotr - date = 1820.1.1 - type = land - personality = maladroit - background = aristocrat + name = "Pyotr Gorchakov" + picture = rus_gen_gorchakovpyotr + date = 1820.1.1 + type = land + personality = maladroit + background = aristocrat } leader = { - name = "Dimitry von der Osten-Sacken" - picture = rus_gen_ostensacken - date = 1824.1.1 - type = land - personality = defiant - background = cavalry_school + name = "Dimitry von der Osten-Sacken" + picture = rus_gen_ostensacken + date = 1824.1.1 + type = land + personality = defiant + background = cavalry_school } leader = { - name = "Vladimir Sievers" - picture = rus_gen_sievers - date = 1823.1.1 - type = land - personality = bold - background = cavalry_school + name = "Vladimir Sievers" + picture = rus_gen_sievers + date = 1823.1.1 + type = land + personality = bold + background = cavalry_school } leader = { - name = "Alexander von Lüders" - picture = rus_gen_lueders - date = 1829.1.1 - type = land - personality = harsh - background = expert_raider + name = "Alexander von Lüders" + picture = rus_gen_lueders + date = 1829.1.1 + type = land + personality = harsh + background = expert_raider } leader = { - name = "Nikolay Read" - picture = rus_gen_read - date = 1835.1.1 - type = land - personality = bold - background = cavalry_school + name = "Nikolay Read" + picture = rus_gen_read + date = 1835.1.1 + type = land + personality = bold + background = cavalry_school } leader = { - name = "Nikokay Sukhozanet" - picture = rus_gen_sukhozanet - date = 1824.1.1 - type = land - personality = mediocre - background = artillerist + name = "Nikokay Sukhozanet" + picture = rus_gen_sukhozanet + date = 1824.1.1 + type = land + personality = mediocre + background = artillerist } leader = { - name = "Fyodor Litke" - picture = rus_adm_litke - date = 1835.1.1 - type = sea - personality = efficient - background = cartographer + name = "Fyodor Litke" + picture = rus_adm_litke + date = 1835.1.1 + type = sea + personality = efficient + background = cartographer } - - diff --git a/HPM/history/units/RWA_oob.txt b/HPM/history/units/RWA_oob.txt index 14620adb..7de1e1be 100644 --- a/HPM/history/units/RWA_oob.txt +++ b/HPM/history/units/RWA_oob.txt @@ -1,33 +1,32 @@ BUG = { - value = 80 + value = 80 } BRD = { - value = 80 + value = 80 } LBA = { - value = 40 + value = 40 } KZB = { - value = 30 + value = 30 } KUB = { - value = 25 + value = 25 } LUN = { - value = 30 + value = 30 } army = { - name = "Royal army of Ruanda" - location = 2034 - regiment = { - name= "Ruandan Warriors" - type = irregular - home = 2034 } + name = "Royal army of Ruanda" + location = 2034 + regiment = { + name= "Ruandan Warriors" + type = irregular + home = 2034 } } - diff --git a/HPM/history/units/RYU_oob.txt b/HPM/history/units/RYU_oob.txt index b17c2340..a161a8ec 100644 --- a/HPM/history/units/RYU_oob.txt +++ b/HPM/history/units/RYU_oob.txt @@ -2,12 +2,11 @@ QNG = { value = 125 } JAP = { value = 125 } army = { - name = "Royal Army of Ryukyu" - location = 1678 - regiment = { - name= "Ryukyuan Warriors" - type = irregular - home = 1678 - } + name = "Royal Army of Ryukyu" + location = 1678 + regiment = { + name= "Ryukyuan Warriors" + type = irregular + home = 1678 + } } - diff --git a/HPM/history/units/SAK_oob.txt b/HPM/history/units/SAK_oob.txt index 5bbe2078..bc147efc 100644 --- a/HPM/history/units/SAK_oob.txt +++ b/HPM/history/units/SAK_oob.txt @@ -1,32 +1,31 @@ NET = { - value = -100 + value = -100 } army = { - name = "Army of the Sultan of Siak" + name = "Army of the Sultan of Siak" - location = 1401 + location = 1401 - regiment = { + regiment = { - name= "1st irregular" + name= "1st irregular" - type = irregular - home = 1401 + type = irregular + home = 1401 - } + } - regiment = { + regiment = { - name= "2nd irregular" + name= "2nd irregular" - type = irregular - home = 1401 + type = irregular + home = 1401 - } + } } - diff --git a/HPM/history/units/SAR_oob.txt b/HPM/history/units/SAR_oob.txt index 70f5d183..97b881ab 100644 --- a/HPM/history/units/SAR_oob.txt +++ b/HPM/history/units/SAR_oob.txt @@ -1,192 +1,191 @@ #Relations -SWI = { - value = 125 +SWI = { + value = 125 } leader = { - name = "Carlo Alberto" - date = 1831.1.1 - type = land - personality = openminded - background = aristocrat - prestige = 0.5 + name = "Carlo Alberto" + date = 1831.1.1 + type = land + personality = openminded + background = aristocrat + prestige = 0.5 } leader = { - name = "Emanuele Pes" - date = 1820.1.1 - type = land - personality = diplomatic - background = politician - prestige = 0.2 + name = "Emanuele Pes" + date = 1820.1.1 + type = land + personality = diplomatic + background = politician + prestige = 0.2 } leader = { - name = "Eusebio Bava" - date = 1832.1.1 - type = land - personality = cautious - background = war_college - prestige = 0.1 + name = "Eusebio Bava" + date = 1832.1.1 + type = land + personality = cautious + background = war_college + prestige = 0.1 } leader = { - name = "Ettore Gerbaix" - date = 1834.1.1 - type = land - personality = scared - background = aristocrat - prestige = 0.0 + name = "Ettore Gerbaix" + date = 1834.1.1 + type = land + personality = scared + background = aristocrat + prestige = 0.0 } leader = { - name = "Giuseppe Albini" - date = 1836.1.1 - type = sea - personality = indifferent - background = war_college - prestige = 0.0 + name = "Giuseppe Albini" + date = 1836.1.1 + type = sea + personality = indifferent + background = war_college + prestige = 0.0 } leader = { - name = "La Marmora-Masserano" - date = 1836.1.1 - type = land - personality = mediocre - background = cavalry_school - prestige = 0.0 + name = "La Marmora-Masserano" + date = 1836.1.1 + type = land + personality = mediocre + background = cavalry_school + prestige = 0.0 } leader = { - name = "Agostino Chiodo" - date = 1836.1.1 - type = land - personality = careful - background = engineer - prestige = 0.0 + name = "Agostino Chiodo" + date = 1836.1.1 + type = land + personality = careful + background = engineer + prestige = 0.0 } army = { - name = "Esercito di Sardegna" - location = 724 - regiment = { - name= "1.Fanteria di Linea" - type = infantry - home = 724 - } - - regiment = { - name= "2.Fanteria di Linea" - type = infantry - home = 723 - } - - regiment = { - name= "3.Fanteria di Linea" - type = infantry - home = 725 - } + name = "Esercito di Sardegna" + location = 724 + regiment = { + name= "1.Fanteria di Linea" + type = infantry + home = 724 + } + + regiment = { + name= "2.Fanteria di Linea" + type = infantry + home = 723 + } + + regiment = { + name= "3.Fanteria di Linea" + type = infantry + home = 725 + } } army = { - name = "Arma dei Carabinieri" - location = 720 - regiment = { - name= "1.Carabinieri" - type = infantry - home = 720 - } - - regiment = { - name= "2.Carabinieri" - type = infantry - home = 722 - } - - regiment = { - name= "1.Carabinieri Reali" - type = cuirassier - home = 720 - } - - regiment = { - name= "2.Carabinieri Reali" - type = cuirassier - home = 472 - } + name = "Arma dei Carabinieri" + location = 720 + regiment = { + name= "1.Carabinieri" + type = infantry + home = 720 + } + + regiment = { + name= "2.Carabinieri" + type = infantry + home = 722 + } + + regiment = { + name= "1.Carabinieri Reali" + type = cuirassier + home = 720 + } + + regiment = { + name= "2.Carabinieri Reali" + type = cuirassier + home = 472 + } } army = { - name = "Arma dei Granatieri" - location = 765 - regiment = { - name= "1.Granatieri di Sardegna" - type = infantry - home = 765 - } - - regiment = { - name= "2.Granatieri di Sardegna" - type = infantry - home = 766 - } + name = "Arma dei Granatieri" + location = 765 + regiment = { + name= "1.Granatieri di Sardegna" + type = infantry + home = 765 + } + + regiment = { + name= "2.Granatieri di Sardegna" + type = infantry + home = 766 + } } army = { - name = "Arma dei Bersaglieri" - location = 721 - regiment = { - name= "1.Bersaglieri" - type = guard - home = 466 - } - - regiment = { - name= "2.Bersaglieri" - type = guard - home = 465 - } + name = "Arma dei Bersaglieri" + location = 721 + regiment = { + name= "1.Bersaglieri" + type = guard + home = 466 + } + + regiment = { + name= "2.Bersaglieri" + type = guard + home = 465 + } } navy = { - name = "Armata di Mare" - location = 724 - ship = { - name= "Beraldo" - type = frigate - } - - ship = { - name= "Haute Combe" - type = frigate - } - - ship = { - name= "Carlo Felice" - type = frigate - } - - ship = { - name= "Regina" - type = frigate - } - - ship = { - name= "1a Squadrone Transporti" - type = clipper_transport - } - - ship = { - name= "2a Squadrone Transporti" - type = clipper_transport - } - - ship = { - name= "3a Squadrone Transporti" - type = clipper_transport - } + name = "Armata di Mare" + location = 724 + ship = { + name= "Beraldo" + type = frigate + } + + ship = { + name= "Haute Combe" + type = frigate + } + + ship = { + name= "Carlo Felice" + type = frigate + } + + ship = { + name= "Regina" + type = frigate + } + + ship = { + name= "1a Squadrone Transporti" + type = clipper_transport + } + + ship = { + name= "2a Squadrone Transporti" + type = clipper_transport + } + + ship = { + name= "3a Squadrone Transporti" + type = clipper_transport + } } - diff --git a/HPM/history/units/SAT_oob.txt b/HPM/history/units/SAT_oob.txt index 1d43486c..962f0949 100644 --- a/HPM/history/units/SAT_oob.txt +++ b/HPM/history/units/SAT_oob.txt @@ -3,40 +3,39 @@ SUL = { value = 100 } BRU = { value = 100 } leader = { - name = "Saigo Takamori" - type = land - date = 1836.1.1 - personality = inspiring - background = gifted_administrator + name = "Saigo Takamori" + type = land + date = 1836.1.1 + personality = inspiring + background = gifted_administrator } army = { - name = "Army of Daimyo Shimazu" - location = 1662 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1662 - } - regiment = { - name= "2.Samurai" - type = cavalry - home = 1662 - } - regiment = { - name= "1.Satsuma" - type = irregular - home = 1662 - } - regiment = { - name= "2.Satsuma" - type = irregular - home = 1661 - } - regiment = { - name= "3.Satsuma" - type = irregular - home = 1660 - } + name = "Army of Daimyo Shimazu" + location = 1662 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1662 + } + regiment = { + name= "2.Samurai" + type = cavalry + home = 1662 + } + regiment = { + name= "1.Satsuma" + type = irregular + home = 1662 + } + regiment = { + name= "2.Satsuma" + type = irregular + home = 1661 + } + regiment = { + name= "3.Satsuma" + type = irregular + home = 1660 + } } - diff --git a/HPM/history/units/SAX_oob.txt b/HPM/history/units/SAX_oob.txt index 42908ce2..b0fa95b3 100644 --- a/HPM/history/units/SAX_oob.txt +++ b/HPM/history/units/SAX_oob.txt @@ -1,41 +1,40 @@ leader = { - name = "von Leysser" - date = 1829.1.1 - type = land - personality = tactful - background = elderly - prestige = 0.1 + name = "von Leysser" + date = 1829.1.1 + type = land + personality = tactful + background = elderly + prestige = 0.1 } leader = { - name = "von Zezschwitz" - date = 1817.1.1 - type = land - personality = cautious - background = school_of_defense - prestige = 0.2 + name = "von Zezschwitz" + date = 1817.1.1 + type = land + personality = cautious + background = school_of_defense + prestige = 0.2 } army = { - name = "Königlich Sächsische Armee" - location = 558 - regiment = { - name= "1. Infanteriebrigade" - type = infantry - home = 558 - } + name = "Königlich Sächsische Armee" + location = 558 + regiment = { + name= "1. Infanteriebrigade" + type = infantry + home = 558 + } - regiment = { - name= "2. Infanteriebrigade" - type = infantry - home = 559 - } + regiment = { + name= "2. Infanteriebrigade" + type = infantry + home = 559 + } - regiment = { - name= "3. Infanteriebrigade" - type = infantry - home = 560 - } + regiment = { + name= "3. Infanteriebrigade" + type = infantry + home = 560 + } } - diff --git a/HPM/history/units/SBA_oob.txt b/HPM/history/units/SBA_oob.txt index 4daa8dd7..f626e7f0 100644 --- a/HPM/history/units/SBA_oob.txt +++ b/HPM/history/units/SBA_oob.txt @@ -1,16 +1,12 @@ USA = { - value = -200 + value = -200 } ENG = { - value = -25 + value = -25 } FRA = { - value = -50 + value = -50 } ARC = { - value = 400 + value = 400 } - - - - \ No newline at end of file diff --git a/HPM/history/units/SEG_oob.txt b/HPM/history/units/SEG_oob.txt index 3db913d0..99b770a2 100644 --- a/HPM/history/units/SEG_oob.txt +++ b/HPM/history/units/SEG_oob.txt @@ -1,69 +1,66 @@ - - MAS = { - value = -100 + value = -100 } DND = { - value = -10 + value = -10 } SOK = { - value = -20 + value = -20 } MOS = { - value = 40 + value = 40 } KNG = { - value = 20 + value = 20 } DAM = { - value = 5 + value = 5 } JAL = { - value = 5 + value = 5 } TOO = { - value = 10 + value = 10 } ASH = { - value = 10 + value = 10 } GBU = { - value = 50 + value = 50 } DAH = { - value = 5 + value = 5 } WOL = { - value = 15 + value = 15 } army = { - name = "Army of the Empire of Segu" - location = 1800 + name = "Army of the Empire of Segu" + location = 1800 regiment = { - name= "Guards of Segu" - type = irregular - home = 1800 - } + name= "Guards of Segu" + type = irregular + home = 1800 + } } leader = { - name = "Da Diarra" - type = land - date = 1820.12.14 - background = unqualified - personality = stout + name = "Da Diarra" + type = land + date = 1820.12.14 + background = unqualified + personality = stout } - diff --git a/HPM/history/units/SEN_oob.txt b/HPM/history/units/SEN_oob.txt index 842a5e7a..8ce1fb92 100644 --- a/HPM/history/units/SEN_oob.txt +++ b/HPM/history/units/SEN_oob.txt @@ -3,22 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Date" - location = 1668 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1668 - } - regiment = { - name= "1.Sendai" - type = irregular - home = 1668 - } - regiment = { - name= "2.Sendai" - type = irregular - home = 1669 - } + name = "Army of Daimyo Date" + location = 1668 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1668 + } + regiment = { + name= "1.Sendai" + type = irregular + home = 1668 + } + regiment = { + name= "2.Sendai" + type = irregular + home = 1669 + } } - diff --git a/HPM/history/units/SER_oob.txt b/HPM/history/units/SER_oob.txt index e94bf3b8..1af72ccf 100644 --- a/HPM/history/units/SER_oob.txt +++ b/HPM/history/units/SER_oob.txt @@ -1,26 +1,25 @@ leader = { - name = "Prince Aleksandar" - type = land - date="1836.1.1" - personality = openminded - background = gifted_administrator + name = "Prince Aleksandar" + type = land + date="1836.1.1" + personality = openminded + background = gifted_administrator } army = { - name = "Army of the Principality of Serbia" - location = 794 - regiment = { - name= "1st Serbian Infantry" - type = infantry - home = 794 - } + name = "Army of the Principality of Serbia" + location = 794 + regiment = { + name= "1st Serbian Infantry" + type = infantry + home = 794 + } - regiment = { - name= "2nd Serbian Infantry" - type = infantry - home = 795 - } + regiment = { + name= "2nd Serbian Infantry" + type = infantry + home = 795 + } } - diff --git a/HPM/history/units/SGR_oob.txt b/HPM/history/units/SGR_oob.txt index 861b11f3..4f0bbbda 100644 --- a/HPM/history/units/SGR_oob.txt +++ b/HPM/history/units/SGR_oob.txt @@ -1,22 +1,22 @@ army = { - name = "I. Korps" - location = 594 - - regiment = { - name = "XXX. Linieninfanteriebrigade" - type = infantry - home = 594 - } - + name = "I. Korps" + location = 594 + + regiment = { + name = "XXX. Linieninfanteriebrigade" + type = infantry + home = 594 + } + } leader = { - name = "Karl Hohenzollern-Sigmaringen" - picture = european_general_36 - date = 1830.1.1 - type = land - personality = soldierly - background = aristocrat - prestige = 0.1 + name = "Karl Hohenzollern-Sigmaringen" + picture = european_general_36 + date = 1830.1.1 + type = land + personality = soldierly + background = aristocrat + prestige = 0.1 } diff --git a/HPM/history/units/SHI_oob.txt b/HPM/history/units/SHI_oob.txt index 8222f6f9..a4a2386f 100644 --- a/HPM/history/units/SHI_oob.txt +++ b/HPM/history/units/SHI_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Raj of Shimla" - location = 1235 - regiment = { - name= "1.1st Infantry" - type = irregular - home = 1235 - } + name = "Army of the Raj of Shimla" + location = 1235 + regiment = { + name= "1.1st Infantry" + type = irregular + home = 1235 + } - regiment = { - name= "2.1st Infantry" - type = irregular - home = 1235 - } + regiment = { + name= "2.1st Infantry" + type = irregular + home = 1235 + } - regiment = { - name= "3.1st Infantry" - type = irregular - home = 1235 - } + regiment = { + name= "3.1st Infantry" + type = irregular + home = 1235 + } } - diff --git a/HPM/history/units/SHK_oob.txt b/HPM/history/units/SHK_oob.txt index b345f2ab..06b6e377 100644 --- a/HPM/history/units/SHK_oob.txt +++ b/HPM/history/units/SHK_oob.txt @@ -1,41 +1,40 @@ EGY = { - value = -400 + value = -400 } GON = { - value = -10 + value = -10 } SHW = { - value = -10 + value = -10 } KAF = { - value = 100 + value = 100 } TIG = { - value = -10 + value = -10 } DAR = { - value = 30 + value = 30 } army = { - name = "Holy Shilluk Army" - location = 1832 + name = "Holy Shilluk Army" + location = 1832 regiment = { - name= "1st Shilluk Warriors" - type = irregular - home = 1832 } - + name= "1st Shilluk Warriors" + type = irregular + home = 1832 } + regiment = { - name= "2nd Shilluk Warriors" - type = irregular - home = 1832 } + name= "2nd Shilluk Warriors" + type = irregular + home = 1832 } } - diff --git a/HPM/history/units/SHW_oob.txt b/HPM/history/units/SHW_oob.txt index 1ccdc2c3..56be430f 100644 --- a/HPM/history/units/SHW_oob.txt +++ b/HPM/history/units/SHW_oob.txt @@ -1,31 +1,30 @@ - EGY = { - value = 30 + value = 30 } GON = { - value = 40 + value = 40 } TIG = { - truce_until = 1841.1.1 - value = 60 + truce_until = 1841.1.1 + value = 60 } KAF = { - value = 50 + value = 50 } SID = { - value = 40 + value = 40 } HAR = { - value = -100 + value = -100 } AWS = { - value = -100 + value = -100 } leader = { @@ -37,49 +36,48 @@ leader = { } army = { - name = "Army of the Negus of Shewa" - location = 1859 - regiment = { - name= "Negus' Guards" - type = irregular - home = 1859 - } - - regiment = { - name= "Negus' Horsemen" - type = cavalry - home = 1859 - } - - regiment = { - name= "1st Shewa Division" - type = irregular - home = 1859 - } - - regiment = { - name= "2nd Shewa Division" - type = irregular - home = 1859 - } - - regiment = { - name= "3rd Shewa Division" - type = irregular - home = 1859 - } - - regiment = { - name= "1st Hawassa Division" - type = irregular - home = 1860 - } - - regiment = { - name= "1st Aselia Division" - type = irregular - home = 1861 - } + name = "Army of the Negus of Shewa" + location = 1859 + regiment = { + name= "Negus' Guards" + type = irregular + home = 1859 + } + + regiment = { + name= "Negus' Horsemen" + type = cavalry + home = 1859 + } + + regiment = { + name= "1st Shewa Division" + type = irregular + home = 1859 + } + + regiment = { + name= "2nd Shewa Division" + type = irregular + home = 1859 + } + + regiment = { + name= "3rd Shewa Division" + type = irregular + home = 1859 + } + + regiment = { + name= "1st Hawassa Division" + type = irregular + home = 1860 + } + + regiment = { + name= "1st Aselia Division" + type = irregular + home = 1861 + } } - diff --git a/HPM/history/units/SIA_oob.txt b/HPM/history/units/SIA_oob.txt index 35c87cc4..f03f7c11 100644 --- a/HPM/history/units/SIA_oob.txt +++ b/HPM/history/units/SIA_oob.txt @@ -1,79 +1,78 @@ #Relations USA = { - value = 10 #relation + value = 10 #relation } BUR = { - value = -200 #relation + value = -200 #relation } ENG = { - value = 75 #relation + value = 75 #relation } DAI = { - value = -50 - truce_until = 1840.1.1 + value = -50 + truce_until = 1840.1.1 } army = { - name = "Royal Siamese Army" - location = 1346 - regiment = { - name= "1. Brigade" - type = irregular - home = 1346 - } - - regiment = { - name= "2. Brigade" - type = irregular - home = 1347 - } - - regiment = { - name= "3. Brigade" - type = irregular - home = 1348 - } - - regiment = { - name= "4. Brigade" - type = irregular - home = 1349 - } - - regiment = { - name= "5. Brigade" - type = irregular - home = 1350 - } - - regiment = { - name= "6. Brigade" - type = irregular - home = 1351 - } - - regiment = { - name= "7. Brigade" - type = irregular - home = 1352 - } - - regiment = { - name= "8. Brigade" - type = irregular - home = 1353 - } - - regiment = { - name= "9. Brigade" - type = irregular - home = 1354 - } + name = "Royal Siamese Army" + location = 1346 + regiment = { + name= "1. Brigade" + type = irregular + home = 1346 + } + + regiment = { + name= "2. Brigade" + type = irregular + home = 1347 + } + + regiment = { + name= "3. Brigade" + type = irregular + home = 1348 + } + + regiment = { + name= "4. Brigade" + type = irregular + home = 1349 + } + + regiment = { + name= "5. Brigade" + type = irregular + home = 1350 + } + + regiment = { + name= "6. Brigade" + type = irregular + home = 1351 + } + + regiment = { + name= "7. Brigade" + type = irregular + home = 1352 + } + + regiment = { + name= "8. Brigade" + type = irregular + home = 1353 + } + + regiment = { + name= "9. Brigade" + type = irregular + home = 1354 + } } - diff --git a/HPM/history/units/SIC_oob.txt b/HPM/history/units/SIC_oob.txt index c431e119..f3e254a6 100644 --- a/HPM/history/units/SIC_oob.txt +++ b/HPM/history/units/SIC_oob.txt @@ -1,166 +1,165 @@ leader = { - name = "Carlo Filangieri" - date = 1831.1.1 - type = land - personality = harsh - background = generals_aide - prestige = 0.2 + name = "Carlo Filangieri" + date = 1831.1.1 + type = land + personality = harsh + background = generals_aide + prestige = 0.2 } leader = { - name = "Rafaella de Cosa" - date = 1836.1.1 - type = sea - personality = gallant - background = war_college + name = "Rafaella de Cosa" + date = 1836.1.1 + type = sea + personality = gallant + background = war_college } leader = { - name = "Francesco Mendoza" - date = 1830.1.1 - type = land - personality = arrogant - background = aristocrat - prestige = 0.2 + name = "Francesco Mendoza" + date = 1830.1.1 + type = land + personality = arrogant + background = aristocrat + prestige = 0.2 } leader = { - name = "Ferdinando II" - date = 1820.1.1 - type = land - personality = bigoted - background = gifted_administrator - prestige = 0.5 + name = "Ferdinando II" + date = 1820.1.1 + type = land + personality = bigoted + background = gifted_administrator + prestige = 0.5 } army = { - name = "Esercito delle Due Sicilia" - location = 762 - regiment = { - name= "1. Fanteria - Re e Regina" - type = infantry - home = 762 - } - - regiment = { - name= "2. Fanteria - Duca di Calabria" - type = infantry - home = 757 - } - - regiment = { - name= "3. Fanteria - Duca di Noto" - type = infantry - home = 755 - } - - regiment = { - name= "1. Compagnia di Artiglieria" - type = artillery - home = 761 - } - - regiment = { - name= "2. Compagnia di Artiglieria" - type = artillery - home = 758 - } - - regiment = { - name= "1. Cavalleria - Re e Regina" - type = dragoon - home = 753 - } - - regiment = { - name= "2. Cavalleria - Re e Regina" - type = dragoon - home = 756 - } + name = "Esercito delle Due Sicilia" + location = 762 + regiment = { + name= "1. Fanteria - Re e Regina" + type = infantry + home = 762 + } + + regiment = { + name= "2. Fanteria - Duca di Calabria" + type = infantry + home = 757 + } + + regiment = { + name= "3. Fanteria - Duca di Noto" + type = infantry + home = 755 + } + + regiment = { + name= "1. Compagnia di Artiglieria" + type = artillery + home = 761 + } + + regiment = { + name= "2. Compagnia di Artiglieria" + type = artillery + home = 758 + } + + regiment = { + name= "1. Cavalleria - Re e Regina" + type = dragoon + home = 753 + } + + regiment = { + name= "2. Cavalleria - Re e Regina" + type = dragoon + home = 756 + } } army = { - name = "Guardia Reale" - location = 754 - - regiment = { - name= "Truppe Svizzere" - type = guard - home = 754 - } - - regiment = { - name= "Artiglieria Svizzere" - type = artillery - home = 2567 - } - - regiment = { - name= "Cavalleria Reale" - type = hussar - home = 762 - } + name = "Guardia Reale" + location = 754 + + regiment = { + name= "Truppe Svizzere" + type = guard + home = 754 + } + + regiment = { + name= "Artiglieria Svizzere" + type = artillery + home = 2567 + } + + regiment = { + name= "Cavalleria Reale" + type = hussar + home = 762 + } } navy = { - name = "Real Marina delle Due Sicilie" - location = 754 - - ship = { - name= "Capri" - type = manowar - } - - ship = { - name= "Vesuvio" - type = manowar - } - - ship = { - name= "Amalia" - type = frigate - } - - ship = { - name= "Cristina" - type = frigate - } - - ship = { - name= "Regina Isabella" - type = frigate - } - - ship = { - name= "Urania" - type = frigate - } - - ship = { - name= "Partenope" - type = frigate - } - - ship = { - name= "Francesco I" - type = frigate - } - - ship = { - name= "Ferdinando II" - type = steam_transport - } - - ship = { - name= "Nettuno" - type = steam_transport - } - - ship = { - name= "San Venefrede" - type = steam_transport - } + name = "Real Marina delle Due Sicilie" + location = 754 + + ship = { + name= "Capri" + type = manowar + } + + ship = { + name= "Vesuvio" + type = manowar + } + + ship = { + name= "Amalia" + type = frigate + } + + ship = { + name= "Cristina" + type = frigate + } + + ship = { + name= "Regina Isabella" + type = frigate + } + + ship = { + name= "Urania" + type = frigate + } + + ship = { + name= "Partenope" + type = frigate + } + + ship = { + name= "Francesco I" + type = frigate + } + + ship = { + name= "Ferdinando II" + type = steam_transport + } + + ship = { + name= "Nettuno" + type = steam_transport + } + + ship = { + name= "San Venefrede" + type = steam_transport + } } - diff --git a/HPM/history/units/SID_oob.txt b/HPM/history/units/SID_oob.txt index 01f30bb3..8c8c9515 100644 --- a/HPM/history/units/SID_oob.txt +++ b/HPM/history/units/SID_oob.txt @@ -1,33 +1,32 @@ SHW = { - value = 40 + value = 40 } GEL = { - value = 50 + value = 50 } HAR = { - value = 30 + value = 30 } KAF = { - value = 75 + value = 75 } army = { - name = "Army of the Sidama Kingdoms" - location = 1864 - regiment = { - name= "King's Guards" - type = irregular - home = 1864 - } + name = "Army of the Sidama Kingdoms" + location = 1864 + regiment = { + name= "King's Guards" + type = irregular + home = 1864 + } - regiment = { - name= "Sidama Warriors" - type = irregular - home = 1864 - } + regiment = { + name= "Sidama Warriors" + type = irregular + home = 1864 + } } - diff --git a/HPM/history/units/SIK_oob.txt b/HPM/history/units/SIK_oob.txt index 6028ad91..81db17ef 100644 --- a/HPM/history/units/SIK_oob.txt +++ b/HPM/history/units/SIK_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of the Chogyal of Sikkim" - location = 1328 - regiment = { - name= "1st Gurkha" - type = irregular - home = 1328 - } + name = "Army of the Chogyal of Sikkim" + location = 1328 + regiment = { + name= "1st Gurkha" + type = irregular + home = 1328 + } } - diff --git a/HPM/history/units/SIN_oob.txt b/HPM/history/units/SIN_oob.txt index 839aea35..24a5b90d 100644 --- a/HPM/history/units/SIN_oob.txt +++ b/HPM/history/units/SIN_oob.txt @@ -1,41 +1,40 @@ army = { - name = "Army of the Amirs of Sind" - location = 1288 - regiment = { - name= "1.Khosa" - type = cavalry - home = 1288 - } + name = "Army of the Amirs of Sind" + location = 1288 + regiment = { + name= "1.Khosa" + type = cavalry + home = 1288 + } - regiment = { - name= "2.Khosa" - type = cavalry - home = 1289 - } + regiment = { + name= "2.Khosa" + type = cavalry + home = 1289 + } - regiment = { - name= "3.Khosa" - type = cavalry - home = 1290 - } + regiment = { + name= "3.Khosa" + type = cavalry + home = 1290 + } - regiment = { - name= "1.Sindhi" - type = irregular - home = 1288 - } + regiment = { + name= "1.Sindhi" + type = irregular + home = 1288 + } - regiment = { - name= "2.Sindhi" - type = irregular - home = 1289 - } + regiment = { + name= "2.Sindhi" + type = irregular + home = 1289 + } - regiment = { - name= "3.Sindhi" - type = irregular - home = 1290 - } + regiment = { + name= "3.Sindhi" + type = irregular + home = 1290 + } } - diff --git a/HPM/history/units/SLG_oob.txt b/HPM/history/units/SLG_oob.txt index 0340ba18..99a27a43 100644 --- a/HPM/history/units/SLG_oob.txt +++ b/HPM/history/units/SLG_oob.txt @@ -1,23 +1,23 @@ ENG = { - value = 150 + value = 150 } army = { - name = "Army of the Sultan of Selangor" - location = 1387 - regiment = { - name= "Selangor State Troops" - type = irregular - home = 1387 - } - + name = "Army of the Sultan of Selangor" + location = 1387 + regiment = { + name= "Selangor State Troops" + type = irregular + home = 1387 + } + } leader = { - name = "Sultan Muhammad Shah" - date = 1820.1.1 - type = land - personality = incapable - background = aristocrat - prestige = 0.0 + name = "Sultan Muhammad Shah" + date = 1820.1.1 + type = land + personality = incapable + background = aristocrat + prestige = 0.0 } diff --git a/HPM/history/units/SLW_oob.txt b/HPM/history/units/SLW_oob.txt index 3d74f900..e78983cd 100644 --- a/HPM/history/units/SLW_oob.txt +++ b/HPM/history/units/SLW_oob.txt @@ -1,37 +1,36 @@ army = { - name = "Army of the Sultan of Bone" + name = "Army of the Sultan of Bone" - location = 1431 + location = 1431 - regiment = { + regiment = { - name= "1st irregular" + name= "1st irregular" - type = irregular + type = irregular - home = 1431 + home = 1431 - } + } - regiment = { + regiment = { - name= "2nd irregular" + name= "2nd irregular" - type = irregular - home = 1431 + type = irregular + home = 1431 - } + } - regiment = { + regiment = { - name= "3rd irregular" + name= "3rd irregular" - type = irregular - home = 1432 - } + type = irregular + home = 1432 + } } - diff --git a/HPM/history/units/SOK_oob.txt b/HPM/history/units/SOK_oob.txt index a274f3b0..985439d4 100644 --- a/HPM/history/units/SOK_oob.txt +++ b/HPM/history/units/SOK_oob.txt @@ -1,61 +1,61 @@ MAS = { - value = 100 + value = 100 } JAL = { - value = 100 + value = 100 } TOO = { - value = 100 + value = 100 } DAM = { - value = 100 + value = 100 } DND = { - value = 5 + value = 5 } KBO = { - value = 10 + value = 10 } WAD = { - value = 20 + value = 20 } DAR = { - value = 10 + value = 10 } DAH = { - value = -10 + value = -10 } OYO = { - value = -30 + value = -30 } BEN = { - value = -30 + value = -30 } WRI = { - value = -15 + value = -15 } ARO = { - value = -20 + value = -20 } CLA = { - value = -15 + value = -15 } USA = { - value = -200 + value = -200 } GBU = { value = -200 } @@ -64,64 +64,63 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Sultan of Sokoto" - location = 1948 - regiment = { - name= "1.Fulbe" - type = cavalry - home = 1948 - } + name = "Army of the Sultan of Sokoto" + location = 1948 + regiment = { + name= "1.Fulbe" + type = cavalry + home = 1948 + } - regiment = { - name= "2.Fulbe" - type = irregular - home = 1945 - } + regiment = { + name= "2.Fulbe" + type = irregular + home = 1945 + } - regiment = { - name= "3.Fulbe" - type = irregular - home = 1947 - } + regiment = { + name= "3.Fulbe" + type = irregular + home = 1947 + } } army = { - name = "Army of the Emir of Adamawa" - location = 1950 - regiment = { - name= "4. Fulbe" - type = cavalry - home = 1950 - } + name = "Army of the Emir of Adamawa" + location = 1950 + regiment = { + name= "4. Fulbe" + type = cavalry + home = 1950 + } - regiment = { - name= "5. Fulbe" - type = irregular - home = 1942 - } + regiment = { + name= "5. Fulbe" + type = irregular + home = 1942 + } } army = { - name = "Army of the Emir of Ilorin" - location = 1927 - regiment = { - name= "1. Yoruba" - type = cavalry - home = 1927 - } - - regiment = { - name= "6. Fulbe" - type = irregular - home = 1939 - } - - regiment = { - name= "7. Fulbe" - type = irregular - home = 1946 - } + name = "Army of the Emir of Ilorin" + location = 1927 + regiment = { + name= "1. Yoruba" + type = cavalry + home = 1927 + } + + regiment = { + name= "6. Fulbe" + type = irregular + home = 1939 + } + + regiment = { + name= "7. Fulbe" + type = irregular + home = 1946 + } } - diff --git a/HPM/history/units/SPA_oob.txt b/HPM/history/units/SPA_oob.txt index f046a16a..293ad15b 100644 --- a/HPM/history/units/SPA_oob.txt +++ b/HPM/history/units/SPA_oob.txt @@ -1,123 +1,123 @@ #Sphere of Influence #Europe POR = { - value = -50 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -50 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #North America MEX = { - value = 75 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 75 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } UCA = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #South America ECU = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } PEU = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BOL = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } CHL = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } PRG = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } CLM = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BRZ = { - value = 100 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } URU = { - value = 75 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 75 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #Africa MOR = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 25 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 25 } EGY = { - value = 0 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } ASH = { - value = 50 + value = 50 } BEN = { - value = 50 + value = 50 } DAH = { - value = 30 + value = 30 } OYO = { - value = 30 + value = 30 } ARO = { - value = 40 + value = 40 } CLA = { - value = 50 + value = 50 } WRI = { - value = 30 + value = 30 } KON = { - value = 40 + value = 40 } LOA = { - value = 30 + value = 30 } GBU = { - value = 50 + value = 50 } TOO = { - value = 50 + value = 50 } WOL = { - value = 50 + value = 50 } #Asia QNG ={ - value = -10 - level = 0 - influence_value = 0 + value = -10 + level = 0 + influence_value = 0 } SUL = { - value = 100 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #Other GP's @@ -132,406 +132,406 @@ RUS = { value = 0 } #Army army = { - name = "Ejército del Centro" - location = 487 - regiment = { - name= "1. Brigada Real de Infantería" - type = infantry - home = 487 - } - - regiment = { - name= "2. Brigada Real de Infantería" - type = infantry - home = 489 - } - - regiment = { - name= "3. Brigada Real de Infantería" - type = infantry - home = 503 - } - - regiment = { - name= "4. Brigada Real de Infantería" - type = infantry - home = 509 - } - - regiment = { - name= "5. Brigada Real de Infantería" - type = infantry - home = 513 - } - - regiment = { - name= "1. Brigada de Artillería" - type = artillery - home = 495 - } - - regiment = { - name= "2. Brigada de Artillería" - type = artillery - home = 481 - } - - regiment = { - name= "3. Brigada de Artillería" - type = artillery - home = 487 - } - - regiment = { - name= "1. Escuadrón de Escolta Real" - type = cuirassier - home = 489 - } - - regiment = { - name= "2. Escuadrón de Escolta Real" - type = cuirassier - home = 488 - } + name = "Ejército del Centro" + location = 487 + regiment = { + name= "1. Brigada Real de Infantería" + type = infantry + home = 487 + } + + regiment = { + name= "2. Brigada Real de Infantería" + type = infantry + home = 489 + } + + regiment = { + name= "3. Brigada Real de Infantería" + type = infantry + home = 503 + } + + regiment = { + name= "4. Brigada Real de Infantería" + type = infantry + home = 509 + } + + regiment = { + name= "5. Brigada Real de Infantería" + type = infantry + home = 513 + } + + regiment = { + name= "1. Brigada de Artillería" + type = artillery + home = 495 + } + + regiment = { + name= "2. Brigada de Artillería" + type = artillery + home = 481 + } + + regiment = { + name= "3. Brigada de Artillería" + type = artillery + home = 487 + } + + regiment = { + name= "1. Escuadrón de Escolta Real" + type = cuirassier + home = 489 + } + + regiment = { + name= "2. Escuadrón de Escolta Real" + type = cuirassier + home = 488 + } } army = { - name = "Ejército del Norte" - location = 498 - - regiment = { - name= "1. Brigada de Infantería" - type = infantry - home = 498 - } - - regiment = { - name= "4. Brigada de Artillería" - type = artillery - home = 476 - } - - regiment = { - name= "5. Brigada de Infantería" - type = infantry - home = 482 - } - - regiment = { - name= "2. Brigada de Infantería" - type = infantry - home = 483 - } - - regiment = { - name= "3. Brigada de Infantería" - type = infantry - home = 497 - } + name = "Ejército del Norte" + location = 498 + + regiment = { + name= "1. Brigada de Infantería" + type = infantry + home = 498 + } + + regiment = { + name= "4. Brigada de Artillería" + type = artillery + home = 476 + } + + regiment = { + name= "5. Brigada de Infantería" + type = infantry + home = 482 + } + + regiment = { + name= "2. Brigada de Infantería" + type = infantry + home = 483 + } + + regiment = { + name= "3. Brigada de Infantería" + type = infantry + home = 497 + } } army = { - name = "Ejército del Sur" - location = 512 - - regiment = { - name= "4. Brigada de Infantería" - type = infantry - home = 512 - } - - regiment = { - name= "5. Brigada de Infantería" - type = infantry - home = 514 - } - - regiment = { - name= "6. Brigada de Infantería" - type = infantry - home = 510 - } - - regiment = { - name= "7. Brigada de Infantería" - type = infantry - home = 516 - } - - regiment = { - name= "5. Brigada de Artillería" - type = artillery - home = 515 - } + name = "Ejército del Sur" + location = 512 + + regiment = { + name= "4. Brigada de Infantería" + type = infantry + home = 512 + } + + regiment = { + name= "5. Brigada de Infantería" + type = infantry + home = 514 + } + + regiment = { + name= "6. Brigada de Infantería" + type = infantry + home = 510 + } + + regiment = { + name= "7. Brigada de Infantería" + type = infantry + home = 516 + } + + regiment = { + name= "5. Brigada de Artillería" + type = artillery + home = 515 + } } army = { - name = "Ejército de Cuba" - location = 2209 - - regiment = { - name = "1. Brigada Colonial" - type = infantry - home = 474 - } - - regiment = { - name = "2. Brigada Colonial" - type = infantry - home = 2209 - } + name = "Ejército de Cuba" + location = 2209 + + regiment = { + name = "1. Brigada Colonial" + type = infantry + home = 474 + } + + regiment = { + name = "2. Brigada Colonial" + type = infantry + home = 2209 + } } army = { - name = "Ejército de Puerto Rico" - location = 2222 - - regiment = { - name = "3. Brigada Colonial" - type = infantry - home = 475 - } + name = "Ejército de Puerto Rico" + location = 2222 + + regiment = { + name = "3. Brigada Colonial" + type = infantry + home = 475 + } } army = { - name = "Ejército de Filipinas" - location = 1455 - - regiment = { - name = "4. Brigada Colonial" - type = infantry - home = 1455 - } - - regiment = { - name = "5. Brigada Colonial" - type = infantry - home = 1463 - } - - regiment = { - name = "6. Brigada Colonial" - type = infantry - home = 1457 - } - - regiment = { - name = "7. Brigada Colonial" - type = infantry - home = 1457 - } - - regiment = { - name = "1. Brigada de Artillería Colonial" - type = artillery - home = 1456 - } - regiment = { - name = "2. Brigada de Artillería Colonial" - type = artillery - home = 1456 - } + name = "Ejército de Filipinas" + location = 1455 + + regiment = { + name = "4. Brigada Colonial" + type = infantry + home = 1455 + } + + regiment = { + name = "5. Brigada Colonial" + type = infantry + home = 1463 + } + + regiment = { + name = "6. Brigada Colonial" + type = infantry + home = 1457 + } + + regiment = { + name = "7. Brigada Colonial" + type = infantry + home = 1457 + } + + regiment = { + name = "1. Brigada de Artillería Colonial" + type = artillery + home = 1456 + } + regiment = { + name = "2. Brigada de Artillería Colonial" + type = artillery + home = 1456 + } } navy = { - name = "Armada de Cuba" - location = 2212 - - ship = { - name = "Santiago" - type = manowar - } - - ship = { - name = "Hespérides" - type = manowar - } - - ship = { - name = "Centinela" - type = manowar - } - - ship = { - name = "Isla de Cuba" - type = frigate - } - - ship = { - name = "Cristóbal Colón" - type = frigate - } - - ship = { - name= "1a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "2a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "3a Flotilla de Transporte" - type = clipper_transport - } + name = "Armada de Cuba" + location = 2212 + + ship = { + name = "Santiago" + type = manowar + } + + ship = { + name = "Hespérides" + type = manowar + } + + ship = { + name = "Centinela" + type = manowar + } + + ship = { + name = "Isla de Cuba" + type = frigate + } + + ship = { + name = "Cristóbal Colón" + type = frigate + } + + ship = { + name= "1a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "2a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "3a Flotilla de Transporte" + type = clipper_transport + } } navy = { - name = "Armada de Filipinas" - location = 1455 - - ship = { - name = "Alerta" - type = manowar - } - - ship = { - name = "San Fernando" - type = manowar - } - - ship = { - name = "Legazpi" - type = manowar - } - - ship = { - name = "Victoria" - type = frigate - } - - ship = { - name = "Nuestra Señora del Patrocinio" - type = frigate - } - - ship = { - name= "1a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "2a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "3a Flotilla de Transporte" - type = clipper_transport - } + name = "Armada de Filipinas" + location = 1455 + + ship = { + name = "Alerta" + type = manowar + } + + ship = { + name = "San Fernando" + type = manowar + } + + ship = { + name = "Legazpi" + type = manowar + } + + ship = { + name = "Victoria" + type = frigate + } + + ship = { + name = "Nuestra Señora del Patrocinio" + type = frigate + } + + ship = { + name= "1a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "2a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "3a Flotilla de Transporte" + type = clipper_transport + } } navy = { - name = "Armada Real Española" - location = 506 - ship = { - name= "San Raimundo" - type = manowar - } - - ship = { - name= "Héroe" - type = manowar - } - - ship = { - name= "San Pablo" - type = manowar - } - - ship = { - name= "Ceres" - type = frigate - } - - ship = { - name= "Gloria" - type = frigate - } - - ship = { - name= "Nuestra Señora de Asunción" - type = frigate - } - - ship = { - name= "Nuestra Señora de Atocha" - type = frigate - } - - ship = { - name= "Santa Sabina" - type = frigate - } - - ship = { - name= "1a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "2a Flotilla de Transporte" - type = clipper_transport - } - - ship = { - name= "3a Flotilla de Transporte" - type = clipper_transport - } + name = "Armada Real Española" + location = 506 + ship = { + name= "San Raimundo" + type = manowar + } + + ship = { + name= "Héroe" + type = manowar + } + + ship = { + name= "San Pablo" + type = manowar + } + + ship = { + name= "Ceres" + type = frigate + } + + ship = { + name= "Gloria" + type = frigate + } + + ship = { + name= "Nuestra Señora de Asunción" + type = frigate + } + + ship = { + name= "Nuestra Señora de Atocha" + type = frigate + } + + ship = { + name= "Santa Sabina" + type = frigate + } + + ship = { + name= "1a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "2a Flotilla de Transporte" + type = clipper_transport + } + + ship = { + name= "3a Flotilla de Transporte" + type = clipper_transport + } } leader = { - name = "Francisco Serrano" - date = 1833.1.1 - type = land - personality = expert - background = war_college - prestige = 0.0 + name = "Francisco Serrano" + date = 1833.1.1 + type = land + personality = expert + background = war_college + prestige = 0.0 } leader = { - name = "Leopoldo O'Donnell" - date = 1836.1.1 - type = land - personality = efficient - background = rising_star - prestige = 0.0 + name = "Leopoldo O'Donnell" + date = 1836.1.1 + type = land + personality = efficient + background = rising_star + prestige = 0.0 } leader = { - name = "Narváez" - date = 1836.1.1 - type = land - personality = efficient - background = powerful_friends - prestige = 0.0 + name = "Narváez" + date = 1836.1.1 + type = land + personality = efficient + background = powerful_friends + prestige = 0.0 } leader = { - name = "Gerónimo Valdés" - date = 1836.1.1 - type = land - personality = competent - background = generals_aide - prestige = 0.0 + name = "Gerónimo Valdés" + date = 1836.1.1 + type = land + personality = competent + background = generals_aide + prestige = 0.0 } leader = { - name = "Van Halen" - date = 1823.1.1 - type = land - personality = merciless - background = adventurer - prestige = 0.1 + name = "Van Halen" + date = 1823.1.1 + type = land + personality = merciless + background = adventurer + prestige = 0.1 } leader = { - name = "José Ramón Rodil" - date = 1824.1.1 - type = land - personality = merciless - background = adventurer - prestige = 0.1 + name = "José Ramón Rodil" + date = 1824.1.1 + type = land + personality = merciless + background = adventurer + prestige = 0.1 } diff --git a/HPM/history/units/SPU_oob.txt b/HPM/history/units/SPU_oob.txt index e4cee40b..520eb6d2 100644 --- a/HPM/history/units/SPU_oob.txt +++ b/HPM/history/units/SPU_oob.txt @@ -1,13 +1,12 @@ USA = { - value = -75 + value = -75 } army = { - name = "Ejército de South Peru" - location = 2304 #Arequipa - regiment = { - name= "1. Brigada de Infanteria" - type = infantry - } + name = "Ejército de South Peru" + location = 2304 #Arequipa + regiment = { + name= "1. Brigada de Infanteria" + type = infantry + } } - diff --git a/HPM/history/units/SUA_oob.txt b/HPM/history/units/SUA_oob.txt index 823e7508..fd652e98 100644 --- a/HPM/history/units/SUA_oob.txt +++ b/HPM/history/units/SUA_oob.txt @@ -1,29 +1,29 @@ POR = { - value = 100 + value = 100 } XHO = { - value = -30 + value = -30 } BSH = { - value = 40 + value = 40 } ZUL = { - value = 200 + value = 200 } GAZ = { - value = -200 + value = -200 } MAT = { - value = 200 + value = 200 } ENG = { - value = 75 + value = 75 } leader = { @@ -35,12 +35,11 @@ leader = { } army = { - name = "Royal army of Suazi" - location = 2114 - regiment = { - name= "Suazi Warriors" - type = irregular - home = 2114 - } + name = "Royal army of Suazi" + location = 2114 + regiment = { + name= "Suazi Warriors" + type = irregular + home = 2114 + } } - diff --git a/HPM/history/units/SUL_oob.txt b/HPM/history/units/SUL_oob.txt index 3f3dcdb9..5d217fe4 100644 --- a/HPM/history/units/SUL_oob.txt +++ b/HPM/history/units/SUL_oob.txt @@ -3,11 +3,10 @@ JAP = { value = 100 } NET = { value = 50 } army = { - name = "Royal army of Sulu" - location = 1464 - regiment = { - name= "The Sultan's Elite" - type = irregular - home = 1464 } + name = "Royal army of Sulu" + location = 1464 + regiment = { + name= "The Sultan's Elite" + type = irregular + home = 1464 } } - diff --git a/HPM/history/units/SWE_oob.txt b/HPM/history/units/SWE_oob.txt index bb808138..fdd89706 100644 --- a/HPM/history/units/SWE_oob.txt +++ b/HPM/history/units/SWE_oob.txt @@ -1,200 +1,198 @@ - leader = { - name = "Carl Nordenskjöld" - date = 1834.1.1 - type = sea - personality = disciplined - background = adventurer - prestige = 0.1 + name = "Carl Nordenskjöld" + date = 1834.1.1 + type = sea + personality = disciplined + background = adventurer + prestige = 0.1 } leader = { - name = "Carl XIV Johan" - date = 1818.1.1 - type = land - personality = charismatic - background = elderly - prestige = 0.5 + name = "Carl XIV Johan" + date = 1818.1.1 + type = land + personality = charismatic + background = elderly + prestige = 0.5 } leader = { - name = "Johan Tawast" - date = 1807.1.1 - type = land - personality = soldierly - background = old_school - prestige = 0.3 + name = "Johan Tawast" + date = 1807.1.1 + type = land + personality = soldierly + background = old_school + prestige = 0.3 } leader = { - name = "Axel Mörner" - date = 1818.1.1 - type = land - personality = unruly - background = generals_aide - prestige = 0.2 + name = "Axel Mörner" + date = 1818.1.1 + type = land + personality = unruly + background = generals_aide + prestige = 0.2 } leader = { - name = "Baltzar von Platen" - date = 1834.1.1 - type = sea - personality = able - background = adventurer - prestige = 0.1 + name = "Baltzar von Platen" + date = 1834.1.1 + type = sea + personality = able + background = adventurer + prestige = 0.1 } leader = { - name = "C. Cederström" - date = 1824.1.1 - type = land - personality = strange - background = hated - prestige = 0.1 + name = "C. Cederström" + date = 1824.1.1 + type = land + personality = strange + background = hated + prestige = 0.1 } leader = { - name = "af Billbergh" - date = 1814.1.1 - type = land - personality = diplomatic - background = toady - prestige = 0.2 + name = "af Billbergh" + date = 1814.1.1 + type = land + personality = diplomatic + background = toady + prestige = 0.2 } leader = { - name = "Gustaf Peyron" - date = 1827.1.1 - type = land - personality = imperious - background = exranker - prestige = 0.1 + name = "Gustaf Peyron" + date = 1827.1.1 + type = land + personality = imperious + background = exranker + prestige = 0.1 } army = { - name = "Svenska Armén" - location = 322 - regiment = { - name= "Svea Livgarde" - type = guard - home = 322 - } - - regiment = { - name= "Södermanlands Regemente" - type = infantry - home = 326 - } - - regiment = { - name= "Första Livgrenadjärregementet" - type = infantry - home = 325 - } - - regiment = { - name= "Upplands Regemente" - type = infantry - home = 324 - } - - regiment = { - name= "Västgöta Regemente" - type = infantry - home = 330 - } - - regiment = { - name= "Kalmar Regemente" - type = infantry - home = 332 - } - - regiment = { - name= "Jönköpings Regemente" - type = infantry - home = 333 - } - - regiment = { - name= "Södra Skånska Infanteriregementet" - type = infantry - home = 334 - } - - regiment = { - name= "Kronprinsens Husarregemente" - type = hussar - home = 335 - } - - regiment = { - name= "Norrlands Dragonregemente" - type = dragoon - home = 321 - } + name = "Svenska Armén" + location = 322 + regiment = { + name= "Svea Livgarde" + type = guard + home = 322 + } + + regiment = { + name= "Södermanlands Regemente" + type = infantry + home = 326 + } + + regiment = { + name= "Första Livgrenadjärregementet" + type = infantry + home = 325 + } + + regiment = { + name= "Upplands Regemente" + type = infantry + home = 324 + } + + regiment = { + name= "Västgöta Regemente" + type = infantry + home = 330 + } + + regiment = { + name= "Kalmar Regemente" + type = infantry + home = 332 + } + + regiment = { + name= "Jönköpings Regemente" + type = infantry + home = 333 + } + + regiment = { + name= "Södra Skånska Infanteriregementet" + type = infantry + home = 334 + } + + regiment = { + name= "Kronprinsens Husarregemente" + type = hussar + home = 335 + } + + regiment = { + name= "Norrlands Dragonregemente" + type = dragoon + home = 321 + } } navy = { - name = "Swedish Navy" - location = 322 - ship = { - name= "Karl XIII" - type = manowar - } - - ship = { - name= "Karl XIV Johan" - type = manowar - } - - ship = { - name= "Fäderneslandet" - type = manowar - } - - ship = { - name= "Manligheten" - type = manowar - } - - - ship = { - name= "Camilla" - type = frigate - } - - ship = { - name= "Af Chapman" - type = frigate - } - - ship = { - name= "Eurydice" - type = frigate - } - - ship = { - name= "Galatea" - type = frigate - } - - - ship = { - name= "1st Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "3rd Transport Flotilla" - type = clipper_transport - } + name = "Swedish Navy" + location = 322 + ship = { + name= "Karl XIII" + type = manowar + } + + ship = { + name= "Karl XIV Johan" + type = manowar + } + + ship = { + name= "Fäderneslandet" + type = manowar + } + + ship = { + name= "Manligheten" + type = manowar + } + + + ship = { + name= "Camilla" + type = frigate + } + + ship = { + name= "Af Chapman" + type = frigate + } + + ship = { + name= "Eurydice" + type = frigate + } + + ship = { + name= "Galatea" + type = frigate + } + + + ship = { + name= "1st Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "3rd Transport Flotilla" + type = clipper_transport + } } - diff --git a/HPM/history/units/SWH_oob.txt b/HPM/history/units/SWH_oob.txt index 5ad9b3c5..2cb63bbd 100644 --- a/HPM/history/units/SWH_oob.txt +++ b/HPM/history/units/SWH_oob.txt @@ -1,37 +1,36 @@ AUS = { - value = 175 + value = 175 } DEN = { - value = 200 + value = 200 } PRU = { - value = 55 + value = 55 } army = { - name = "Schleswig-Holsteinische Armee" - location = 369 + name = "Schleswig-Holsteinische Armee" + location = 369 - regiment = { + regiment = { - name= "1. Schleswig-Hols. Landwehrbrigade" - type = infantry + name= "1. Schleswig-Hols. Landwehrbrigade" + type = infantry - home = 369 + home = 369 - } + } - regiment = { + regiment = { - name= "2. Schleswig-Hols. Landwehrbrigade" + name= "2. Schleswig-Hols. Landwehrbrigade" - type = infantry + type = infantry - home = 529 + home = 529 - } + } } - diff --git a/HPM/history/units/SWI_oob.txt b/HPM/history/units/SWI_oob.txt index c256de51..8e5c59e8 100644 --- a/HPM/history/units/SWI_oob.txt +++ b/HPM/history/units/SWI_oob.txt @@ -1,77 +1,76 @@ #Relations -SAR = { - value = 125 +SAR = { + value = 125 } -NEH = { - value = 200 +NEH = { + value = 200 } leader = { - name = "de Kalbermatten" - date = 1815.1.1 - type = land - personality = tactful - background = exranker - prestige = 0.2 + name = "de Kalbermatten" + date = 1815.1.1 + type = land + personality = tactful + background = exranker + prestige = 0.2 } leader = { - name = "Henri Dufour" - date = 1831.1.1 - type = land - personality = intelligent - background = cartographer - prestige = 0.1 + name = "Henri Dufour" + date = 1831.1.1 + type = land + personality = intelligent + background = cartographer + prestige = 0.1 } army = { - name = "Landwehr I" - location = 603 - regiment = { - name= "1. Brigade" - type = infantry - home = 603 - } - regiment = { - name= "2. Brigade" - type = infantry - home = 604 - } - regiment = { - name= "3. Brigade" - type = infantry - home = 605 - } - regiment = { - name= "4. Brigade" - type = infantry - home = 606 - } + name = "Landwehr I" + location = 603 + regiment = { + name= "1. Brigade" + type = infantry + home = 603 + } + regiment = { + name= "2. Brigade" + type = infantry + home = 604 + } + regiment = { + name= "3. Brigade" + type = infantry + home = 605 + } + regiment = { + name= "4. Brigade" + type = infantry + home = 606 + } } army = { - name = "Landwehr II" - location = 607 - regiment = { - name= "5. Brigade" - type = infantry - home = 607 - } - regiment = { - name= "6. Brigade" - type = infantry - home = 2568 - } - regiment = { - name= "7. Brigade" - type = infantry - home = 609 - } - regiment = { - name= "8. Brigade" - type = infantry - home = 611 - } + name = "Landwehr II" + location = 607 + regiment = { + name= "5. Brigade" + type = infantry + home = 607 + } + regiment = { + name= "6. Brigade" + type = infantry + home = 2568 + } + regiment = { + name= "7. Brigade" + type = infantry + home = 609 + } + regiment = { + name= "8. Brigade" + type = infantry + home = 611 + } } - diff --git a/HPM/history/units/TCA_oob.txt b/HPM/history/units/TCA_oob.txt index ee9ce86e..4add4531 100644 --- a/HPM/history/units/TCA_oob.txt +++ b/HPM/history/units/TCA_oob.txt @@ -1,18 +1,18 @@ army = { - name = "Kavkazskii Korpus" - location = 1090 - regiment = { - name = "1.1-ya Kavkazskii Pekhotnaya Diviziya" - type = infantry - home = 1090 - } + name = "Kavkazskii Korpus" + location = 1090 + regiment = { + name = "1.1-ya Kavkazskii Pekhotnaya Diviziya" + type = infantry + home = 1090 + } } leader = { - name = "Georg Andreas von Rosen" - picture = european_general_14 - date = 1800.1.1 - type = land - personality = soldierly - background = rising_star + name = "Georg Andreas von Rosen" + picture = european_general_14 + date = 1800.1.1 + type = land + personality = soldierly + background = rising_star } diff --git a/HPM/history/units/TEX_oob.txt b/HPM/history/units/TEX_oob.txt index 8fb3c875..0aee5b5b 100644 --- a/HPM/history/units/TEX_oob.txt +++ b/HPM/history/units/TEX_oob.txt @@ -1,70 +1,69 @@ USA = { - value = 125 + value = 125 } leader = { - name = "Sam Houston" - type = land - date="1836.1.1" - personality = cautious - background = school_of_defense + name = "Sam Houston" + type = land + date="1836.1.1" + personality = cautious + background = school_of_defense } leader = { - name = "Charles Edward Hawkins" - type = sea - date="1836.1.1" - personality = audacious - background = nationalist + name = "Charles Edward Hawkins" + type = sea + date="1836.1.1" + personality = audacious + background = nationalist } army = { - name = "Army of Texas" - location = 133 - regiment = { - name= "Travis' Command" - type = cuirassier - home = 133 - } + name = "Army of Texas" + location = 133 + regiment = { + name= "Travis' Command" + type = cuirassier + home = 133 + } + + regiment = { + name= "Fannin's Command" + type = infantry + home = 132 + } + + regiment = { + name = "Burleson's Command" + type = artillery + home = 137 + } - regiment = { - name= "Fannin's Command" - type = infantry - home = 132 - } - - regiment = { - name = "Burleson's Command" - type = artillery - home = 137 - } - } navy = { - name = "Texan Navy" - location = 133 - - ship = { - name= "Invincible" - type = frigate - } - - ship = { - name= "Brutus" - type = frigate - } - - ship = { - name= "Independence" - type = frigate - } - - ship = { - name= "Liberty" - type = frigate - } + name = "Texan Navy" + location = 133 -} + ship = { + name= "Invincible" + type = frigate + } + + ship = { + name= "Brutus" + type = frigate + } + ship = { + name= "Independence" + type = frigate + } + + ship = { + name= "Liberty" + type = frigate + } + +} diff --git a/HPM/history/units/TIB_oob.txt b/HPM/history/units/TIB_oob.txt index 7073ae4f..f5f0e381 100644 --- a/HPM/history/units/TIB_oob.txt +++ b/HPM/history/units/TIB_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of Tibet" - location = 1587 - regiment = { - name= "1st Infantry" - type = irregular - home = 1587 - } + name = "Army of Tibet" + location = 1587 + regiment = { + name= "1st Infantry" + type = irregular + home = 1587 + } - regiment = { - name= "2nd Infantry" - type = irregular - home = 1587 - } + regiment = { + name= "2nd Infantry" + type = irregular + home = 1587 + } - regiment = { - name= "3rd Infantry" - type = irregular - home = 1588 - } + regiment = { + name= "3rd Infantry" + type = irregular + home = 1588 + } } - diff --git a/HPM/history/units/TIG_oob.txt b/HPM/history/units/TIG_oob.txt index e0b79640..5a231b9a 100644 --- a/HPM/history/units/TIG_oob.txt +++ b/HPM/history/units/TIG_oob.txt @@ -1,22 +1,21 @@ - EGY = { - value = 30 + value = 30 } GON = { - value = 60 + value = 60 } SHW = { - value = 60 + value = 60 } HAR = { - value = -100 + value = -100 } AWS = { - value = -100 + value = -100 } leader = { @@ -28,31 +27,30 @@ leader = { } army = { - name = "Army of the Ras of Tigray" - location = 1857 - regiment = { - name= "Ras' Guards" - type = irregular - home = 1856 - } - - regiment = { - name= "Aksum irregular" - type = irregular - home = 1856 - } - - regiment = { - name= "Antalo irregular" - type = irregular - home = 1857 - } - - regiment = { - name= "Debre Tabor irregular" - type = irregular - home = 1853 - } + name = "Army of the Ras of Tigray" + location = 1857 + regiment = { + name= "Ras' Guards" + type = irregular + home = 1856 + } + + regiment = { + name= "Aksum irregular" + type = irregular + home = 1856 + } + + regiment = { + name= "Antalo irregular" + type = irregular + home = 1857 + } + + regiment = { + name= "Debre Tabor irregular" + type = irregular + home = 1853 + } } - diff --git a/HPM/history/units/TKG_oob.txt b/HPM/history/units/TKG_oob.txt index 015de51c..099644ca 100644 --- a/HPM/history/units/TKG_oob.txt +++ b/HPM/history/units/TKG_oob.txt @@ -5,50 +5,50 @@ USA = { value = 0 } RUS = { value = 75 } leader = { - name = "Tokugawa Nariaki" - date = 1836.1.1 - type = land - personality = disciplined - background = old_school - prestige = 0.1 + name = "Tokugawa Nariaki" + date = 1836.1.1 + type = land + personality = disciplined + background = old_school + prestige = 0.1 } army = { - name = "Army of the Tokugawa Shogunate" - location = 1649 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1649 - } - regiment = { - name= "2.Samurai" - type = cavalry - home = 1649 - } - regiment = { - name= "3.Samurai" - type = cavalry - home = 1650 - } - regiment = { - name= "1.Edo" - type = irregular - home = 1651 - } - regiment = { - name= "2.Edo" - type = irregular - home = 1652 - } - regiment = { - name= "3.Edo" - type = irregular - home = 1674 - } - regiment = { - name= "4.Edo" - type = irregular - home = 1653 - } + name = "Army of the Tokugawa Shogunate" + location = 1649 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1649 + } + regiment = { + name= "2.Samurai" + type = cavalry + home = 1649 + } + regiment = { + name= "3.Samurai" + type = cavalry + home = 1650 + } + regiment = { + name= "1.Edo" + type = irregular + home = 1651 + } + regiment = { + name= "2.Edo" + type = irregular + home = 1652 + } + regiment = { + name= "3.Edo" + type = irregular + home = 1674 + } + regiment = { + name= "4.Edo" + type = irregular + home = 1653 + } } diff --git a/HPM/history/units/TOO_oob.txt b/HPM/history/units/TOO_oob.txt index 340fc4f4..8055e007 100644 --- a/HPM/history/units/TOO_oob.txt +++ b/HPM/history/units/TOO_oob.txt @@ -1,17 +1,17 @@ JAL = { - value = 200 + value = 200 } MAS = { - value = 100 + value = 100 } SOK = { - value = 100 + value = 100 } WOL = { - value = 60 + value = 60 } GBU = { value = -200 } @@ -20,22 +20,20 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Kingdom of Futa Tooro" - location = 1789 - + name = "Army of the Kingdom of Futa Tooro" + location = 1789 + regiment = { - name= "Almaami's Guards" - type = irregular + name= "Almaami's Guards" + type = irregular - home = 1789 - } + home = 1789 + } regiment = { - name= "Tooro Warriors" - type = irregular - home = 1790 - } + name= "Tooro Warriors" + type = irregular + home = 1790 + } } - - diff --git a/HPM/history/units/TOS_oob.txt b/HPM/history/units/TOS_oob.txt index 5685eabd..c65ea153 100644 --- a/HPM/history/units/TOS_oob.txt +++ b/HPM/history/units/TOS_oob.txt @@ -3,22 +3,21 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Yamanuchi" - location = 1665 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1665 - } - regiment = { - name= "1.Tosa" - type = irregular - home = 1665 - } - regiment = { - name= "2.Tosa" - type = irregular - home = 1665 - } + name = "Army of Daimyo Yamanuchi" + location = 1665 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1665 + } + regiment = { + name= "1.Tosa" + type = irregular + home = 1665 + } + regiment = { + name= "2.Tosa" + type = irregular + home = 1665 + } } - diff --git a/HPM/history/units/TRA_oob.txt b/HPM/history/units/TRA_oob.txt index 26d6c495..1dbb7863 100644 --- a/HPM/history/units/TRA_oob.txt +++ b/HPM/history/units/TRA_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Maharaja of Travancore" - location = 1319 - regiment = { - name= "1.Kerala Division" - type = irregular - home = 1319 - } + name = "Army of the Maharaja of Travancore" + location = 1319 + regiment = { + name= "1.Kerala Division" + type = irregular + home = 1319 + } - regiment = { - name= "2.Kerala Division" - type = irregular - home = 1319 - } + regiment = { + name= "2.Kerala Division" + type = irregular + home = 1319 + } - regiment = { - name= "3.Kerala Division" - type = irregular - home = 1319 - } + regiment = { + name= "3.Kerala Division" + type = irregular + home = 1319 + } } - diff --git a/HPM/history/units/TRI_oob.txt b/HPM/history/units/TRI_oob.txt index ebf5ebef..fbbeac18 100644 --- a/HPM/history/units/TRI_oob.txt +++ b/HPM/history/units/TRI_oob.txt @@ -1,44 +1,43 @@ army = { - name = "Arab Army" - location = 1732 - regiment = { - name= "1st Arab Battalion" - type = irregular - home = 1732 - } - regiment = { - name= "1st Arab Battalion" - type = irregular - home = 1732 - } + name = "Arab Army" + location = 1732 + regiment = { + name= "1st Arab Battalion" + type = irregular + home = 1732 + } + regiment = { + name= "1st Arab Battalion" + type = irregular + home = 1732 + } } army = { - name = "Berbers" - location = 1744 - regiment = { - name= "1.Imazighen" - type = irregular - home = 1744 - } + name = "Berbers" + location = 1744 + regiment = { + name= "1.Imazighen" + type = irregular + home = 1744 + } } army = { - name = "Tuareg" - location = 1740 - regiment = { - name= "1.Ihajenem" - type = irregular - home = 1740 - } + name = "Tuareg" + location = 1740 + regiment = { + name= "1.Ihajenem" + type = irregular + home = 1740 + } } leader = { - name = "Ali II Karamanli" - type = land - date = 1836.1.1 - background = cavalry_school - personality = resolute + name = "Ali II Karamanli" + type = land + date = 1836.1.1 + background = cavalry_school + personality = resolute } - diff --git a/HPM/history/units/TRN_oob.txt b/HPM/history/units/TRN_oob.txt index a3f85c12..e1e76747 100644 --- a/HPM/history/units/TRN_oob.txt +++ b/HPM/history/units/TRN_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Army of Transvaal" - location = 2105 - regiment = { - name= "1.Transvaal Commando" - type = infantry - home = 2105 - } + name = "Army of Transvaal" + location = 2105 + regiment = { + name= "1.Transvaal Commando" + type = infantry + home = 2105 + } } - diff --git a/HPM/history/units/TRZ_oob.txt b/HPM/history/units/TRZ_oob.txt index 2b20cbb9..d686ec38 100644 --- a/HPM/history/units/TRZ_oob.txt +++ b/HPM/history/units/TRZ_oob.txt @@ -1,19 +1,18 @@ FRA = { value = -100 } army = { - name = "Army of the Emirate of Trarza" - location = 1775 - regiment = { - name= "Emir's Guards" - type = irregular - home = 1775 - } + name = "Army of the Emirate of Trarza" + location = 1775 + regiment = { + name= "Emir's Guards" + type = irregular + home = 1775 + } - regiment = { - name= "Maures Warriors" - type = irregular - home = 1777 - } + regiment = { + name= "Maures Warriors" + type = irregular + home = 1777 + } } - diff --git a/HPM/history/units/TUN_oob.txt b/HPM/history/units/TUN_oob.txt index 0d944532..c88ef62f 100644 --- a/HPM/history/units/TUN_oob.txt +++ b/HPM/history/units/TUN_oob.txt @@ -1,46 +1,45 @@ army = { - name = "Army of the Bey of Tunis" - location = 1725 - regiment = { - name= "1.Askäris" - type = infantry - home = 1725 - } - - regiment = { - name= "2.Askäris" - type = infantry - home = 1725 - } - - regiment = { - name= "3.Askäris" - type = infantry - home = 1726 - } + name = "Army of the Bey of Tunis" + location = 1725 + regiment = { + name= "1.Askäris" + type = infantry + home = 1725 + } + + regiment = { + name= "2.Askäris" + type = infantry + home = 1725 + } + + regiment = { + name= "3.Askäris" + type = infantry + home = 1726 + } } army = { - name = "Army of Ifriqiya" - location = 1730 - regiment = { - name= "1.Kroumir" - type = irregular - home = 1727 - } - - regiment = { - name= "2.Kroumir" - type = irregular - home = 1728 - } - - regiment = { - name= "3.Kroumir" - type = irregular - home = 1730 - } + name = "Army of Ifriqiya" + location = 1730 + regiment = { + name= "1.Kroumir" + type = irregular + home = 1727 + } + + regiment = { + name= "2.Kroumir" + type = irregular + home = 1728 + } + + regiment = { + name= "3.Kroumir" + type = irregular + home = 1730 + } } - diff --git a/HPM/history/units/TUR_oob.txt b/HPM/history/units/TUR_oob.txt index 4be8e7ca..36492772 100644 --- a/HPM/history/units/TUR_oob.txt +++ b/HPM/history/units/TUR_oob.txt @@ -1,111 +1,111 @@ #Sphere of Influence #Asia PER = { - value = 150 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 150 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } QNG ={ - level = 0 + level = 0 } KWT = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BTL = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BHT = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BNB = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BDN = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #Middle East HAL = { - value = 150 - level = 4 - influence_value = 0 + value = 150 + level = 4 + influence_value = 0 } NEJ = { - value = -25 - level = 0 + value = -25 + level = 0 } HDJ = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 = sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 = sphere + influence_value = 0 } NYE = { - value = -100 + value = -100 } BHR = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 = sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 = sphere + influence_value = 0 } QAT = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 = sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 = sphere + influence_value = 0 } #Africa EGY = { - value = -50 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -50 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } TUN = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } MOR = { - value = 100 + value = 100 } #Europe GRE = { - value = -25 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -25 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } SER = { - value = 0 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } MOL = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } WAL = { - value = 125 - level = 4 - influence_value = 0 + value = 125 + level = 4 + influence_value = 0 } #Other GP's @@ -118,519 +118,519 @@ ENG = { value = 125 } FRA = { value = -75 } army = { - name = "Mansure Army" - location = 860 - regiment = { - name= "1. Tümeni Firkasi" - type = infantry - home = 860 - } - - regiment = { - name= "2. Tümeni Firkasi" - type = infantry - home = 828 - } - - regiment = { - name= "3. Tümeni Firkasi" - type = infantry - home = 859 - } - - regiment = { - name= "4. Tümeni Firkasi" - type = infantry - home = 802 - } - - regiment = { - name= "5. Tümeni Firkasi" - type = infantry - home = 803 - } - - regiment = { - name= "6. Tümeni Firkasi" - type = infantry - home = 860 - } - - regiment = { - name= "1. Süvari Firkasi" - type = cuirassier - home = 798 - } - - regiment = { - name= "2. Süvari Firkasi" - type = cuirassier - home = 799 - } - - regiment = { - name= "3. Süvari Firkasi" - type = cuirassier - home = 853 - } - - regiment = { - name= "1. Topçu Firkas" - type = artillery - home = 861 - } + name = "Mansure Army" + location = 860 + regiment = { + name= "1. Tümeni Firkasi" + type = infantry + home = 860 + } + + regiment = { + name= "2. Tümeni Firkasi" + type = infantry + home = 828 + } + + regiment = { + name= "3. Tümeni Firkasi" + type = infantry + home = 859 + } + + regiment = { + name= "4. Tümeni Firkasi" + type = infantry + home = 802 + } + + regiment = { + name= "5. Tümeni Firkasi" + type = infantry + home = 803 + } + + regiment = { + name= "6. Tümeni Firkasi" + type = infantry + home = 860 + } + + regiment = { + name= "1. Süvari Firkasi" + type = cuirassier + home = 798 + } + + regiment = { + name= "2. Süvari Firkasi" + type = cuirassier + home = 799 + } + + regiment = { + name= "3. Süvari Firkasi" + type = cuirassier + home = 853 + } + + regiment = { + name= "1. Topçu Firkas" + type = artillery + home = 861 + } } army = { - name = "1st Army" - location = 810 - - regiment = { - name= "7. Tümeni Firkasi" - type = infantry - home = 807 - } - - regiment = { - name= "8. Tümeni Firkasi" - type = infantry - home = 807 - } - - regiment = { - name= "9. Tümeni Firkasi" - type = infantry - home = 849 - } - - regiment = { - name= "10. Tümeni Firkasi" - type = infantry - home = 850 - } - - regiment = { - name= "11. Tümeni Firkasi" - type = infantry - home = 851 - } - - regiment = { - name= "12. Tümeni Firkasi" - type = infantry - home = 882 - } - - regiment = { - name= "4. Süvari Firkasi" - type = cuirassier - home = 783 - } - - regiment = { - name= "5. Süvari Firkasi" - type = cuirassier - home = 806 - } - - regiment = { - name= "6. Süvari Firkasi" - type = cuirassier - home = 884 - } - - regiment = { - name = "2. Topçu Firkas" - type = artillery - home = 804 - } + name = "1st Army" + location = 810 + + regiment = { + name= "7. Tümeni Firkasi" + type = infantry + home = 807 + } + + regiment = { + name= "8. Tümeni Firkasi" + type = infantry + home = 807 + } + + regiment = { + name= "9. Tümeni Firkasi" + type = infantry + home = 849 + } + + regiment = { + name= "10. Tümeni Firkasi" + type = infantry + home = 850 + } + + regiment = { + name= "11. Tümeni Firkasi" + type = infantry + home = 851 + } + + regiment = { + name= "12. Tümeni Firkasi" + type = infantry + home = 882 + } + + regiment = { + name= "4. Süvari Firkasi" + type = cuirassier + home = 783 + } + + regiment = { + name= "5. Süvari Firkasi" + type = cuirassier + home = 806 + } + + regiment = { + name= "6. Süvari Firkasi" + type = cuirassier + home = 884 + } + + regiment = { + name = "2. Topçu Firkas" + type = artillery + home = 804 + } } army = { - name = "2nd Army" - location = 878 - - regiment = { - name= "13. Tümeni Firkasi" - type = infantry - home = 879 - } - - regiment = { - name= "14. Tümeni Firkasi" - type = infantry - home = 1780 - } - - regiment = { - name= "15. Tümeni Firkasi" - type = infantry - home = 813 - } - - regiment = { - name= "1. Timariot" - type = irregular - home = 887 - } - - regiment = { - name= "2. Timariot" - type = irregular - home = 887 - } - - regiment = { - name= "3. Timariot" - type = irregular - home = 675 - } - - regiment = { - name= "7. Süvari Firkasi" - type = cuirassier - home = 806 - } - - regiment = { - name= "8. Süvari Firkasi" - type = cuirassier - home = 811 - } - - regiment = { - name= "3. Topçu Firkas" - type = artillery - home = 888 - } - + name = "2nd Army" + location = 878 + + regiment = { + name= "13. Tümeni Firkasi" + type = infantry + home = 879 + } + + regiment = { + name= "14. Tümeni Firkasi" + type = infantry + home = 1780 + } + + regiment = { + name= "15. Tümeni Firkasi" + type = infantry + home = 813 + } + + regiment = { + name= "1. Timariot" + type = irregular + home = 887 + } + + regiment = { + name= "2. Timariot" + type = irregular + home = 887 + } + + regiment = { + name= "3. Timariot" + type = irregular + home = 675 + } + + regiment = { + name= "7. Süvari Firkasi" + type = cuirassier + home = 806 + } + + regiment = { + name= "8. Süvari Firkasi" + type = cuirassier + home = 811 + } + + regiment = { + name= "3. Topçu Firkas" + type = artillery + home = 888 + } + } army = { - name = "3rd Army" - location = 818 - - - regiment = { - name= "16. Tümeni Firkasi" - type = infantry - home = 818 - } - - regiment = { - name= "4. Timariot" - type = irregular - home = 809 - } - - regiment = { - name= "5. Timariot" - type = irregular - home = 814 - } - - regiment = { - name= "9. Süvari Firkasi" - type = cuirassier - home = 812 - } - - regiment = { - name= "1. Sipahis" - type = cavalry - home = 876 - } - -} + name = "3rd Army" + location = 818 + + + regiment = { + name= "16. Tümeni Firkasi" + type = infantry + home = 818 + } + + regiment = { + name= "4. Timariot" + type = irregular + home = 809 + } + + regiment = { + name= "5. Timariot" + type = irregular + home = 814 + } + + regiment = { + name= "9. Süvari Firkasi" + type = cuirassier + home = 812 + } + + regiment = { + name= "1. Sipahis" + type = cavalry + home = 876 + } + +} army = { - name = "4th Army" - location = 923 - - regiment = { - name= "17. Tümeni Firkasi" - type = infantry - home = 860 - } - - regiment = { - name= "6. Timariot" - type = irregular - home = 863 - } - - regiment = { - name= "7. Timariot" - type = irregular - home = 923 - } - - regiment = { - name= "2. Sipahis" - type = cavalry - home = 883 - } - - regiment = { - name= "3. Sipahis" - type = cavalry - home = 873 - } + name = "4th Army" + location = 923 + + regiment = { + name= "17. Tümeni Firkasi" + type = infantry + home = 860 + } + + regiment = { + name= "6. Timariot" + type = irregular + home = 863 + } + + regiment = { + name= "7. Timariot" + type = irregular + home = 923 + } + + regiment = { + name= "2. Sipahis" + type = cavalry + home = 883 + } + + regiment = { + name= "3. Sipahis" + type = cavalry + home = 873 + } } army = { - name = "5th Army" - location = 1096 - - regiment = { - name= "18. Tümeni Firkasi" - type = infantry - home = 923 - } - - regiment = { - name= "2. Timariot" - type = irregular - home = 824 - } - - regiment = { - name= "4. Sipahis" - type = cavalry - home = 824 - } - - regiment = { - name= "5. Sipahis" - type = cavalry - home = 926 - } + name = "5th Army" + location = 1096 + + regiment = { + name= "18. Tümeni Firkasi" + type = infantry + home = 923 + } + + regiment = { + name= "2. Timariot" + type = irregular + home = 824 + } + + regiment = { + name= "4. Sipahis" + type = cavalry + home = 824 + } + + regiment = { + name= "5. Sipahis" + type = cavalry + home = 926 + } } army = { - name = "Pashalik of Tripoli Army" - location = 1736 - regiment = { - name= "1. Askäris" - type = irregular - home = 1735 - } - regiment = { - name= "6. Sipahis" - type = cavalry - home = 805 - } + name = "Pashalik of Tripoli Army" + location = 1736 + regiment = { + name= "1. Askäris" + type = irregular + home = 1735 + } + regiment = { + name= "6. Sipahis" + type = cavalry + home = 805 + } } navy = { - name = "Ottoman Navy" - location = 860 - ship = { - name= "Masudiya" - type = manowar - } - - ship = { - name= "Sadd al Bahri" - type = manowar - } - - ship = { - name= "Ankay i Barhi" - type = manowar - } - - ship = { - name= "Taus i Barhi" - type = manowar - } - - ship = { - name= "Tevfik Nyuma" - type = manowar - } - - ship = { - name= "Bisharet Nyuma" - type = manowar - } - - ship = { - name= "Killid i Barhi" - type = manowar - } - - ship = { - name= "Heybetendaz" - type = manowar - } - - ship = { - name= "Melek i Barhi" - type = manowar - } - - ship = { - name= "Sayyad i Barhi" - type = manowar - } - - ship = { - name= "Gulbang i Nusret" - type = manowar - } - - ship = { - name= "Jebel Andaz" - type = manowar - } - - ship = { - name= "Iskenderiya" - type = frigate - } - - ship = { - name= "Badere i Zaffar" - type = frigate - } - - ship = { - name= "Mahubey Subham" - type = frigate - } - - ship = { - name= "Metelin" - type = frigate - } - - ship = { - name= "Denyuvet" - type = frigate - } - - ship = { - name= "Rahbar i Alam" - type = frigate - } - - ship = { - name= "Malbaik Nesuret" - type = frigate - } - - ship = { - name= "Bedr i Zafar" - type = frigate - } - - ship = { - name= "Meskeni Ghazi" - type = frigate - } - - ship = { - name= "Fakim i Zafar" - type = frigate - } - - ship = { - name= "1st Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "2nd Transport Flotilla" - type = clipper_transport - } - - ship = { - name= "3rd Transport Flotilla" - type = clipper_transport - } + name = "Ottoman Navy" + location = 860 + ship = { + name= "Masudiya" + type = manowar + } + + ship = { + name= "Sadd al Bahri" + type = manowar + } + + ship = { + name= "Ankay i Barhi" + type = manowar + } + + ship = { + name= "Taus i Barhi" + type = manowar + } + + ship = { + name= "Tevfik Nyuma" + type = manowar + } + + ship = { + name= "Bisharet Nyuma" + type = manowar + } + + ship = { + name= "Killid i Barhi" + type = manowar + } + + ship = { + name= "Heybetendaz" + type = manowar + } + + ship = { + name= "Melek i Barhi" + type = manowar + } + + ship = { + name= "Sayyad i Barhi" + type = manowar + } + + ship = { + name= "Gulbang i Nusret" + type = manowar + } + + ship = { + name= "Jebel Andaz" + type = manowar + } + + ship = { + name= "Iskenderiya" + type = frigate + } + + ship = { + name= "Badere i Zaffar" + type = frigate + } + + ship = { + name= "Mahubey Subham" + type = frigate + } + + ship = { + name= "Metelin" + type = frigate + } + + ship = { + name= "Denyuvet" + type = frigate + } + + ship = { + name= "Rahbar i Alam" + type = frigate + } + + ship = { + name= "Malbaik Nesuret" + type = frigate + } + + ship = { + name= "Bedr i Zafar" + type = frigate + } + + ship = { + name= "Meskeni Ghazi" + type = frigate + } + + ship = { + name= "Fakim i Zafar" + type = frigate + } + + ship = { + name= "1st Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "2nd Transport Flotilla" + type = clipper_transport + } + + ship = { + name= "3rd Transport Flotilla" + type = clipper_transport + } } leader = { - name = "Omer Vrioni" - type = land - date = 1820.1.1 - background = rising_star - personality = skilled - prestige = 0.1 - } + name = "Omer Vrioni" + type = land + date = 1820.1.1 + background = rising_star + personality = skilled + prestige = 0.1 + } leader = { - name = "Husrev Pasha" - type = sea - date = 1820.1.1 - background = politician - personality = smart_p - prestige = 0.15 - } + name = "Husrev Pasha" + type = sea + date = 1820.1.1 + background = politician + personality = smart_p + prestige = 0.15 + } leader = { - name = "Resid Mehmed Pasha" - date = 1809.1.1 - type = land - personality = inefficient - background = elderly - prestige = 0.2 + name = "Resid Mehmed Pasha" + date = 1809.1.1 + type = land + personality = inefficient + background = elderly + prestige = 0.2 } leader = { - name = "Wojciech Chrzanowski" - date = 1836.1.1 - type = land - personality = romantic - background = cartographer - prestige = 0.1 + name = "Wojciech Chrzanowski" + date = 1836.1.1 + type = land + personality = romantic + background = cartographer + prestige = 0.1 } leader = { - name = "Abdi Pasha" - date = 1836.1.1 - type = land - personality = merciless - background = old_school - prestige = 0.0 + name = "Abdi Pasha" + date = 1836.1.1 + type = land + personality = merciless + background = old_school + prestige = 0.0 } leader = { - name = "Hafiz Osman Pasha" - date = 1836.1.1 - type = land - personality = inept - background = yesman - prestige = 0.0 + name = "Hafiz Osman Pasha" + date = 1836.1.1 + type = land + personality = inept + background = yesman + prestige = 0.0 } leader = { - name = "Namik Pasha" - date = 1836.1.1 - type = land - personality = expert - background = diplomat - prestige = 0.0 + name = "Namik Pasha" + date = 1836.1.1 + type = land + personality = expert + background = diplomat + prestige = 0.0 } leader = { - name = "Abdülkerim Pasha" - date = 1836.1.1 - type = land - personality = active_p - background = war_college - prestige = 0.0 + name = "Abdülkerim Pasha" + date = 1836.1.1 + type = land + personality = active_p + background = war_college + prestige = 0.0 } leader = { - name = "Yaver Pasha" - date = 1836.1.1 - type = sea - personality = diplomatic - background = gifted_administrator - prestige = 0.1 + name = "Yaver Pasha" + date = 1836.1.1 + type = sea + personality = diplomatic + background = gifted_administrator + prestige = 0.1 } diff --git a/HPM/history/units/TUS_oob.txt b/HPM/history/units/TUS_oob.txt index 43e78751..2d14fd40 100644 --- a/HPM/history/units/TUS_oob.txt +++ b/HPM/history/units/TUS_oob.txt @@ -1,37 +1,36 @@ leader = { - name = "Leopoldo II" - date = 1824.1.1 - type = land - personality = soft - background = gifted_administrator - prestige = 0.5 - } + name = "Leopoldo II" + date = 1824.1.1 + type = land + personality = soft + background = gifted_administrator + prestige = 0.5 + } army = { - name = "Esercito Toscano" - location = 744 - regiment = { - name= "1. Fanteria di Linea" - type = infantry - home = 744 - } + name = "Esercito Toscano" + location = 744 + regiment = { + name= "1. Fanteria di Linea" + type = infantry + home = 744 + } - regiment = { - name= "2. Fanteria di Linea" - type = infantry - home = 745 - } + regiment = { + name= "2. Fanteria di Linea" + type = infantry + home = 745 + } - regiment = { - name= "3. Fanteria di Linea" - type = infantry - home = 748 - } + regiment = { + name= "3. Fanteria di Linea" + type = infantry + home = 748 + } - regiment = { - name= "1. Guardia Civica" - type = infantry - home = 747 - } + regiment = { + name= "1. Guardia Civica" + type = infantry + home = 747 + } } - diff --git a/HPM/history/units/UBD_oob.txt b/HPM/history/units/UBD_oob.txt index 2b7d60f1..fe1c8dd8 100644 --- a/HPM/history/units/UBD_oob.txt +++ b/HPM/history/units/UBD_oob.txt @@ -1,36 +1,36 @@ army = { - name = "I. Korps" - location = 354 - regiment = { - name= "I. Linieninfanteriebrigade" - type = infantry - home = 349 - } + name = "I. Korps" + location = 354 + regiment = { + name= "I. Linieninfanteriebrigade" + type = infantry + home = 349 + } - regiment = { - name= "II. Linieninfanteriebrigade" - type = infantry - home = 350 - } + regiment = { + name= "II. Linieninfanteriebrigade" + type = infantry + home = 350 + } - regiment = { - name= "I. Kavalleriebrigade" - type = hussar - home = 354 - } + regiment = { + name= "I. Kavalleriebrigade" + type = hussar + home = 354 + } - regiment = { - name= "I. Artilleriebrigade" - type = artillery - home = 355 - } + regiment = { + name= "I. Artilleriebrigade" + type = artillery + home = 355 + } } leader = { - name = "Carl Magnus von der Pahlen" - picture = european_general_25 - date = 1814.1.1 - type = land - personality = daring - background = gifted_administrator + name = "Carl Magnus von der Pahlen" + picture = european_general_25 + date = 1814.1.1 + type = land + personality = daring + background = gifted_administrator } diff --git a/HPM/history/units/UCA_oob.txt b/HPM/history/units/UCA_oob.txt index fc29467e..afaad78b 100644 --- a/HPM/history/units/UCA_oob.txt +++ b/HPM/history/units/UCA_oob.txt @@ -1,31 +1,30 @@ leader = { - name = "Francisco Morazán" - type = land - date = 1836.1.1 - personality = stout - background = generals_aide + name = "Francisco Morazán" + type = land + date = 1836.1.1 + personality = stout + background = generals_aide } army = { - name = "Ejército Federal" - location = 2187 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2187 - } + name = "Ejército Federal" + location = 2187 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2187 + } - regiment = { - name= "2. División de Infantería" - type = infantry - home = 2191 - } + regiment = { + name= "2. División de Infantería" + type = infantry + home = 2191 + } - regiment = { - name= "3. División de Infantería" - type = infantry - home = 2186 - } + regiment = { + name= "3. División de Infantería" + type = infantry + home = 2186 + } } - diff --git a/HPM/history/units/URU_oob.txt b/HPM/history/units/URU_oob.txt index 817e91d7..c997c77f 100644 --- a/HPM/history/units/URU_oob.txt +++ b/HPM/history/units/URU_oob.txt @@ -1,70 +1,70 @@ SPA = { - value = 75 + value = 75 } RGS = { - value = 150 + value = 150 } BRZ = { - value = -100 + value = -100 } ARC = { - value = 100 + value = 100 } SBA = { - value = 150 + value = 150 } ENT = { - value = 150 + value = 150 } PRG = { - value = 10 + value = 10 } leader = { - name = "Juan Lavalle" - type = land - date="1810.1.1" - personality = hellbent - background = nationalist + name = "Juan Lavalle" + type = land + date="1810.1.1" + personality = hellbent + background = nationalist } leader = { - name = "Pablo Zufriategui" - type = sea - date="1810.1.1" - personality = relentless - background = nationalist + name = "Pablo Zufriategui" + type = sea + date="1810.1.1" + personality = relentless + background = nationalist } army = { - name = "Ejército del Uruguay" - location = 2344 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2345 - } + name = "Ejército del Uruguay" + location = 2344 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2345 + } } navy = { - name = "Armada del Uruguay" - location = 2344 - ship = { - name= "Sarandí" - type = frigate - } - ship = { - name= "General Rivera" - type = frigate - } - ship = { - name= "General Artigas" - type = frigate - } - ship = { - name= "Águila" - type = frigate - } + name = "Armada del Uruguay" + location = 2344 + ship = { + name= "Sarandí" + type = frigate + } + ship = { + name= "General Rivera" + type = frigate + } + ship = { + name= "General Artigas" + type = frigate + } + ship = { + name= "Águila" + type = frigate + } } diff --git a/HPM/history/units/USA_oob.txt b/HPM/history/units/USA_oob.txt index 768dc280..1d70a473 100644 --- a/HPM/history/units/USA_oob.txt +++ b/HPM/history/units/USA_oob.txt @@ -1,125 +1,125 @@ #Polynesia HAW = { - value = 125 #relation - level = 5 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 5 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } #North America TEX = { - value = 125 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 125 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } MEX = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } UCA = { - value = 100 #relation - level = 3 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 3 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } -COL = { #Columbia if released - value = 50 #relation - level = 2 #3=cordial, 4 = friendly, 5 sphere - influence_value = 5 +COL = { #Columbia if released + value = 50 #relation + level = 2 #3=cordial, 4 = friendly, 5 sphere + influence_value = 5 } #South America ECU = { - value = 0 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } PEU = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BOL = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } PBC = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } CHL = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } CLM = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } BRZ = { - value = 100 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 100 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } URU = { - value = 75 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 75 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } PRG = { - value = -400 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -400 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } CRT = { - value = -200 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -200 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } LOS = { - value = -200 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -200 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } SBA = { - value = -200 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -200 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } ENT = { - value = -200 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -200 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } RGS = { - value = -200 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -200 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } ARC = { - value = -50 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = -50 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } VNZ = { - value = 0 #relation - level = 1 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 1 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } SPU = { - value = 0 #relation - level = 0 #3=cordial, 4 = friendly, 5 sphere - influence_value = 0 + value = 0 #relation + level = 0 #3=cordial, 4 = friendly, 5 sphere + influence_value = 0 } @@ -134,368 +134,367 @@ SPA = { value = -25 } #Other TKG = { - value = 0 - level = 3 - influence_value = 25 + value = 0 + level = 3 + influence_value = 25 } MOR = { - value = 0 - level = 0 - influence_value = 0 + value = 0 + level = 0 + influence_value = 0 } DEN = { - value = 200 + value = 200 } QNG ={ - value = -10 - level = 0 - influence_value = 0 + value = -10 + level = 0 + influence_value = 0 } BAH ={ - value = -25 - level = 0 - influence_value = 0 + value = -25 + level = 0 + influence_value = 0 } PNB ={ - value = -25 - level = 0 - influence_value = 0 + value = -25 + level = 0 + influence_value = 0 } #African Uncivs leader = { - name = "Winfield Scott" - date = 1836.1.1 - type = land - personality = steadfast - background = school_of_firepower - prestige = 0.3 + name = "Winfield Scott" + date = 1836.1.1 + type = land + personality = steadfast + background = school_of_firepower + prestige = 0.3 } leader = { - name = "Zachary Taylor" - date = 1836.1.1 - type = land - personality = intuitive - background = school_of_offense - prestige = 0.1 + name = "Zachary Taylor" + date = 1836.1.1 + type = land + personality = intuitive + background = school_of_offense + prestige = 0.1 } leader = { - name = "Thomas Jesup" - date = 1836.1.1 - type = land - personality = meticulous - background = toady - prestige = 0.1 + name = "Thomas Jesup" + date = 1836.1.1 + type = land + personality = meticulous + background = toady + prestige = 0.1 } leader = { - name = "Edmund P. Gaines" - date = 1828.1.1 - type = land - personality = soldierly - background = drillmaster - prestige = 0.1 + name = "Edmund P. Gaines" + date = 1828.1.1 + type = land + personality = soldierly + background = drillmaster + prestige = 0.1 } leader = { - name = "Alexander Macomb" - date = 1812.1.1 - type = land - personality = heroic - background = engineer - prestige = 0.3 + name = "Alexander Macomb" + date = 1812.1.1 + type = land + personality = heroic + background = engineer + prestige = 0.3 } leader = { - name = "Isaac Hull" - date = 1810.1.1 - type = sea - personality = skilled - background = elderly - prestige = 0.2 + name = "Isaac Hull" + date = 1810.1.1 + type = sea + personality = skilled + background = elderly + prestige = 0.2 } leader = { - name = "William B. Shubrick" - date = 1836.1.1 - type = sea - personality = efficient - background = school_of_offense - prestige = 0.1 + name = "William B. Shubrick" + date = 1836.1.1 + type = sea + personality = efficient + background = school_of_offense + prestige = 0.1 } leader = { - name = "James Biddle" - date = 1830.1.1 - type = sea - personality = tactful - background = diplomat - prestige = 0.1 + name = "James Biddle" + date = 1830.1.1 + type = sea + personality = tactful + background = diplomat + prestige = 0.1 } leader = { - name = "Matthew C. Perry" - date = 1836.1.1 - type = sea - personality = openminded - background = war_college - prestige = 0.1 + name = "Matthew C. Perry" + date = 1836.1.1 + type = sea + personality = openminded + background = war_college + prestige = 0.1 } army = { - name = "US Dragoons" - location = 199 - regiment = { - name= "1st Cavalry Regiment" - type = dragoon - home = 223 - } + name = "US Dragoons" + location = 199 + regiment = { + name= "1st Cavalry Regiment" + type = dragoon + home = 223 + } - regiment = { - name= "2nd Cavalry Regiment" - type = dragoon - home = 241 - } + regiment = { + name= "2nd Cavalry Regiment" + type = dragoon + home = 241 + } - regiment = { - name= "3rd Cavalry Regiment" - type = dragoon - home = 205 - } + regiment = { + name= "3rd Cavalry Regiment" + type = dragoon + home = 205 + } } army = { - name = "Army of the South" - location = 200 - regiment = { - name= "1st Regiment of Infantry" - type = infantry - home = 211 - } - - regiment = { - name= "2nd Regiment of Infantry" - type = infantry - home = 206 - } - - regiment = { - name= "3rd Regiment of Infantry" - type = infantry - home = 188 - } - - regiment = { - name= "1st Regiment of Artillery" - type = artillery - home = 195 - } + name = "Army of the South" + location = 200 + regiment = { + name= "1st Regiment of Infantry" + type = infantry + home = 211 + } + + regiment = { + name= "2nd Regiment of Infantry" + type = infantry + home = 206 + } + + regiment = { + name= "3rd Regiment of Infantry" + type = infantry + home = 188 + } + + regiment = { + name= "1st Regiment of Artillery" + type = artillery + home = 195 + } } army = { - name = "US Army" - location = 220 - regiment = { - name= "4th Regiment of Infantry" - type = infantry - home = 243 - } - - regiment = { - name= "5th Regiment of Infantry" - type = infantry - home = 232 - } - - regiment = { - name= "6th Regiment of Infantry" - type = infantry - home = 235 - } - - regiment = { - name= "2nd Regiment of Artillery" - type = artillery - home = 234 - } + name = "US Army" + location = 220 + regiment = { + name= "4th Regiment of Infantry" + type = infantry + home = 243 + } + + regiment = { + name= "5th Regiment of Infantry" + type = infantry + home = 232 + } + + regiment = { + name= "6th Regiment of Infantry" + type = infantry + home = 235 + } + + regiment = { + name= "2nd Regiment of Artillery" + type = artillery + home = 234 + } } army = { - name = "Army of Observation" - location = 144 - regiment = { - name= "7th Regiment of Infantry" - type = infantry - home = 238 - } + name = "Army of Observation" + location = 144 + regiment = { + name= "7th Regiment of Infantry" + type = infantry + home = 238 + } - regiment = { - name= "8th Regiment of Infantry" - type = infantry - home = 226 - } + regiment = { + name= "8th Regiment of Infantry" + type = infantry + home = 226 + } - regiment = { - name= "9th Regiment of Infantry" - type = infantry - home = 247 - } + regiment = { + name= "9th Regiment of Infantry" + type = infantry + home = 247 + } } navy = { - name = "1st Squadron" - location = 222 - ship = { - name= "Franklin" - type = manowar - } + name = "1st Squadron" + location = 222 + ship = { + name= "Franklin" + type = manowar + } - ship = { - name= "Pennsylvania" - type = manowar - } + ship = { + name= "Pennsylvania" + type = manowar + } - ship = { - name= "Washington" - type = manowar - } + ship = { + name= "Washington" + type = manowar + } - ship = { - name= "Columbia" - type = frigate - } + ship = { + name= "Columbia" + type = frigate + } - ship = { - name= "Constellation" - type = frigate - } + ship = { + name= "Constellation" + type = frigate + } } navy = { - name = "2nd Squadron" - location = 248 - ship = { - name= "Ohio" - type = manowar - } + name = "2nd Squadron" + location = 248 + ship = { + name= "Ohio" + type = manowar + } - ship = { - name= "Hudson" - type = frigate - } + ship = { + name= "Hudson" + type = frigate + } } navy = { - name = "3rd Squadron" - location = 214 - ship = { - name= "John Adams" - type = frigate - } + name = "3rd Squadron" + location = 214 + ship = { + name= "John Adams" + type = frigate + } - ship = { - name= "United States" - type = frigate - } + ship = { + name= "United States" + type = frigate + } } navy = { - name = "4th Squadron" - location = 219 - ship = { - name= "Independance" - type = frigate - } + name = "4th Squadron" + location = 219 + ship = { + name= "Independance" + type = frigate + } - ship = { - name= "Brandywine" - type = frigate - } + ship = { + name= "Brandywine" + type = frigate + } - ship = { - name= "Constitution" - type = frigate - } + ship = { + name= "Constitution" + type = frigate + } - ship = { - name= "Potomac" - type = frigate - } + ship = { + name= "Potomac" + type = frigate + } - ship = { - name= "'James McKay' Flotilla" - type = clipper_transport - } + ship = { + name= "'James McKay' Flotilla" + type = clipper_transport + } } navy = { - name = "1st Reserve Squadron" - location = 247 - ship = { - name= "Alabama" - type = manowar - } + name = "1st Reserve Squadron" + location = 247 + ship = { + name= "Alabama" + type = manowar + } - ship = { - name= "Vermont" - type = manowar - } + ship = { + name= "Vermont" + type = manowar + } - ship = { - name= "Virginia" - type = manowar - } + ship = { + name= "Virginia" + type = manowar + } - ship = { - name= "1st Reserve Transport" - type = clipper_transport - } + ship = { + name= "1st Reserve Transport" + type = clipper_transport + } } navy = { - name = "2nd Reserve Squadron" - location = 214 - ship = { - name= "Columbus" - type = manowar - } - - ship = { - name= "Delaware" - type = manowar - } - - ship = { - name= "New York" - type = manowar - } - - ship = { - name= "North Carolina" - type = manowar - } - - ship = { - name= "2nd Reserve Transport" - type = clipper_transport - } + name = "2nd Reserve Squadron" + location = 214 + ship = { + name= "Columbus" + type = manowar + } + + ship = { + name= "Delaware" + type = manowar + } + + ship = { + name= "New York" + type = manowar + } + + ship = { + name= "North Carolina" + type = manowar + } + + ship = { + name= "2nd Reserve Transport" + type = clipper_transport + } } - diff --git a/HPM/history/units/VNZ_oob.txt b/HPM/history/units/VNZ_oob.txt index 2ffcd3e9..61829835 100644 --- a/HPM/history/units/VNZ_oob.txt +++ b/HPM/history/units/VNZ_oob.txt @@ -1,92 +1,91 @@ PBC = { - value = -25 + value = -25 } leader = { - name = "Juan Illingworth" - picture = european_general_1 - type = land - date="1830.1.1" - personality = soldierly - background = nationalist + name = "Juan Illingworth" + picture = european_general_1 + type = land + date="1830.1.1" + personality = soldierly + background = nationalist } leader = { - name = "Renato Beluche" - type = sea - date="1820.1.1" - personality = resolute - background = nationalist + name = "Renato Beluche" + type = sea + date="1820.1.1" + personality = resolute + background = nationalist } army = { - name = "Ejército de Venezuela" - location = 2264 - regiment = { - name= "1. División de Infantería" - type = infantry - home = 2264 - } + name = "Ejército de Venezuela" + location = 2264 + regiment = { + name= "1. División de Infantería" + type = infantry + home = 2264 + } - regiment = { - name= "2. División de Infantería" - type = infantry - home = 2264 - } + regiment = { + name= "2. División de Infantería" + type = infantry + home = 2264 + } - regiment = { - name= "3. División de Infantería" - type = infantry - home = 2267 - } + regiment = { + name= "3. División de Infantería" + type = infantry + home = 2267 + } - regiment = { - name= "1. División de Caballería" - type = cavalry - home = 2268 - } + regiment = { + name= "1. División de Caballería" + type = cavalry + home = 2268 + } - regiment = { - name= "2. División de Caballería" - type = cavalry - home = 2269 - } + regiment = { + name= "2. División de Caballería" + type = cavalry + home = 2269 + } - regiment = { - name= "3. División de Caballería" - type = cavalry - home = 2271 - } + regiment = { + name= "3. División de Caballería" + type = cavalry + home = 2271 + } } navy = { - name = "Armada de Venezuela" - location = 2264 - ship = { - name= "Caribe" - type = frigate - } - ship = { - name= "Cojedes" - type = frigate - } - ship = { - name= "Lara" - type = frigate - } - ship = { - name= "Mérida" - type = frigate - } - ship = { - name= "Monagas" - type = frigate - } - ship = { - name= "Trópico" - type = frigate - } + name = "Armada de Venezuela" + location = 2264 + ship = { + name= "Caribe" + type = frigate + } + ship = { + name= "Cojedes" + type = frigate + } + ship = { + name= "Lara" + type = frigate + } + ship = { + name= "Mérida" + type = frigate + } + ship = { + name= "Monagas" + type = frigate + } + ship = { + name= "Trópico" + type = frigate + } } - diff --git a/HPM/history/units/WAD_oob.txt b/HPM/history/units/WAD_oob.txt index 633b148e..9b863165 100644 --- a/HPM/history/units/WAD_oob.txt +++ b/HPM/history/units/WAD_oob.txt @@ -1,40 +1,38 @@ EGY = { - value = 80 + value = 80 } DND = { - value = 15 + value = 15 } KBO = { - value = 50 + value = 50 } DAM = { - value = 15 + value = 15 } DAR = { - value = 60 + value = 60 } SOK = { - value = 20 + value = 20 } army = { - name = "Army of the Empire of Wadai" - location = 1821 + name = "Army of the Empire of Wadai" + location = 1821 regiment = { - name= "Kights of Wadai" - type = cavalry - home = 1821 } + name= "Kights of Wadai" + type = cavalry + home = 1821 } regiment = { - name= "Wadai Warriors" - type = irregular - home = 1823 } + name= "Wadai Warriors" + type = irregular + home = 1823 } } - - diff --git a/HPM/history/units/WAL_oob.txt b/HPM/history/units/WAL_oob.txt index 48384ba5..431afe55 100644 --- a/HPM/history/units/WAL_oob.txt +++ b/HPM/history/units/WAL_oob.txt @@ -1,23 +1,22 @@ army = { - name = "Army of the Principality of Wallachia" - location = 669 - regiment = { - name= "1st Wallachia Infantry" - type = infantry - home = 664 - } + name = "Army of the Principality of Wallachia" + location = 669 + regiment = { + name= "1st Wallachia Infantry" + type = infantry + home = 664 + } - regiment = { - name= "2nd Wallachia Infantry" - type = infantry - home = 668 - } + regiment = { + name= "2nd Wallachia Infantry" + type = infantry + home = 668 + } - regiment = { - name= "3rd Wallachia Infantry" - type = infantry - home = 669 - } + regiment = { + name= "3rd Wallachia Infantry" + type = infantry + home = 669 + } } - diff --git a/HPM/history/units/WAR_oob.txt b/HPM/history/units/WAR_oob.txt index 6fcd2a7e..f8821bef 100644 --- a/HPM/history/units/WAR_oob.txt +++ b/HPM/history/units/WAR_oob.txt @@ -1,52 +1,50 @@ NET = { - value = 50 + value = 50 } POR = { - value = 40 + value = 40 } ASH = { - value = 25 + value = 25 } DAH = { - value = 30 + value = 30 } OYO = { - value = 30 + value = 30 } BEN = { - value = 50 + value = 50 } SOK = { - value = -15 + value = -15 } ARO = { - value = 40 + value = 40 } CLA = { - value = 60 + value = 60 } army = { - name = "Army of the Kingdom of Warri" - location = 1931 + name = "Army of the Kingdom of Warri" + location = 1931 regiment = { - name= "Olu's Guards" - type = irregular - home = 1931 } + name= "Olu's Guards" + type = irregular + home = 1931 } regiment = { - name= "Bonny Warriors" - type = irregular - home = 1932 } + name= "Bonny Warriors" + type = irregular + home = 1932 } } - - diff --git a/HPM/history/units/WEI_oob.txt b/HPM/history/units/WEI_oob.txt index ce3bb0e3..fc482d5d 100644 --- a/HPM/history/units/WEI_oob.txt +++ b/HPM/history/units/WEI_oob.txt @@ -1,10 +1,9 @@ army = { - name = "Sächsische Armee" - location = 561 - regiment = { - name = "1. Linieninfanteri" - type = infantry - home = 561 - } + name = "Sächsische Armee" + location = 561 + regiment = { + name = "1. Linieninfanteri" + type = infantry + home = 561 + } } - diff --git a/HPM/history/units/WOL_oob.txt b/HPM/history/units/WOL_oob.txt index 03bbb0c8..832865cc 100644 --- a/HPM/history/units/WOL_oob.txt +++ b/HPM/history/units/WOL_oob.txt @@ -1,9 +1,9 @@ JAL = { - value = 60 + value = 60 } TOO = { - value = 60 + value = 60 } GBU = { value = -200 } @@ -12,20 +12,18 @@ MOS = { value = -200 } ASH = { value = -200 } army = { - name = "Army of the Wolof Kingdoms" - location = 1786 + name = "Army of the Wolof Kingdoms" + location = 1786 regiment = { - name= "Buur-ba Jolof's Guards" - type = irregular + name= "Buur-ba Jolof's Guards" + type = irregular - home = 1786 } + home = 1786 } regiment = { - name= "Wolof Warriors" - type = irregular - home = 2573 - } + name= "Wolof Warriors" + type = irregular + home = 2573 + } } - - diff --git a/HPM/history/units/WRL_oob.txt b/HPM/history/units/WRL_oob.txt index ea06a85c..84a27c80 100644 --- a/HPM/history/units/WRL_oob.txt +++ b/HPM/history/units/WRL_oob.txt @@ -1,49 +1,47 @@ GON = { - value = -200 + value = -200 } SHW = { - value = -200 + value = -200 } TIG = { - value = -200 + value = -200 } KAF = { - value = -200 + value = -200 } TUR = { - value = 50 + value = 50 } EGY = { - value = 60 + value = 60 } AWS = { - value = 60 + value = 60 } HAR = { - value = 75 + value = 75 } army = { - name = "Army of the Warsangali Sultanate" - location = 1873 - regiment = { - name= "Shaykh's Guards" - type = irregular - home = 1873 - } - regiment = { - name= "Berbera Warriors" - type = irregular - home = 1873 - } + name = "Army of the Warsangali Sultanate" + location = 1873 + regiment = { + name= "Shaykh's Guards" + type = irregular + home = 1873 + } + regiment = { + name= "Berbera Warriors" + type = irregular + home = 1873 + } } - - diff --git a/HPM/history/units/WUR_oob.txt b/HPM/history/units/WUR_oob.txt index cddf929f..4f7959f3 100644 --- a/HPM/history/units/WUR_oob.txt +++ b/HPM/history/units/WUR_oob.txt @@ -1,80 +1,79 @@ BAD = { - value = 150 - military_access = yes + value = 150 + military_access = yes } BAV = { - value = 150 - military_access = yes + value = 150 + military_access = yes } leader = { - name = "Fredrich Wilhelm" - date = 1819.1.1 - type = land - personality = impetuous - background = cavalry_school - prestige = 0.2 + name = "Fredrich Wilhelm" + date = 1819.1.1 + type = land + personality = impetuous + background = cavalry_school + prestige = 0.2 } leader = { - name = "Ferdinand Gottleb" - date = 1820.1.1 - type = land - personality = indifferent - background = powerful_friends - prestige = 0.2 + name = "Ferdinand Gottleb" + date = 1820.1.1 + type = land + personality = indifferent + background = powerful_friends + prestige = 0.2 } leader = { - name = "Wilhelm I" - date = 1812.1.1 - type = land - personality = able - background = aristocrat - prestige = 0.5 + name = "Wilhelm I" + date = 1812.1.1 + type = land + personality = able + background = aristocrat + prestige = 0.5 } leader = { - name = "Prince Friedrich" - date = 1829.1.1 - type = land - personality = mediocre - background = politician - prestige = 0.1 + name = "Prince Friedrich" + date = 1829.1.1 + type = land + personality = mediocre + background = politician + prestige = 0.1 } army = { - name = "1. Division" - location = 589 - regiment = { - name = "1. Reiter-Regiment König Karl" #Anachronistic by 30 years - type = cavalry - home = 589 - } - regiment = { - name = "1. Infanterie-Regiment Königin Olga" #Anachronistic by 30 years - type = infantry - home = 589 - } - regiment = { - name = "2. Infanterie-Regiment" - type = infantry - home = 589 - } + name = "1. Division" + location = 589 + regiment = { + name = "1. Reiter-Regiment König Karl" #Anachronistic by 30 years + type = cavalry + home = 589 + } + regiment = { + name = "1. Infanterie-Regiment Königin Olga" #Anachronistic by 30 years + type = infantry + home = 589 + } + regiment = { + name = "2. Infanterie-Regiment" + type = infantry + home = 589 + } } army = { - name = "2. Division" - location = 593 - regiment = { - name = "7. Infanterie-Regiment" - type = infantry - home = 593 - } - regiment = { - name = "1. Bataillon FußArtillerie" - type = artillery - home = 593 - } + name = "2. Division" + location = 593 + regiment = { + name = "7. Infanterie-Regiment" + type = infantry + home = 593 + } + regiment = { + name = "1. Bataillon FußArtillerie" + type = artillery + home = 593 + } } - diff --git a/HPM/history/units/XHO_oob.txt b/HPM/history/units/XHO_oob.txt index 9ad6b842..69957086 100644 --- a/HPM/history/units/XHO_oob.txt +++ b/HPM/history/units/XHO_oob.txt @@ -13,23 +13,21 @@ leader = { } army = { - name = "Army of the Xhosa" - location = 2100 - regiment = { - name= "1st Xhosa Warriors" - type = irregular - home = 2100 - } - regiment = { - name= "2nd Xhosa Warriors" - type = irregular - home = 2099 - } - regiment = { - name= "3rd Xhosa Warriors" - type = irregular - home = 2098 - } + name = "Army of the Xhosa" + location = 2100 + regiment = { + name= "1st Xhosa Warriors" + type = irregular + home = 2100 + } + regiment = { + name= "2nd Xhosa Warriors" + type = irregular + home = 2099 + } + regiment = { + name= "3rd Xhosa Warriors" + type = irregular + home = 2098 + } } - - diff --git a/HPM/history/units/YEM_oob.txt b/HPM/history/units/YEM_oob.txt index 69a14402..2ca59645 100644 --- a/HPM/history/units/YEM_oob.txt +++ b/HPM/history/units/YEM_oob.txt @@ -1,37 +1,36 @@ ENG = { - value = -50 + value = -50 } army = { - name = "Army of the Sheiks of Bayda" + name = "Army of the Sheiks of Bayda" - location = 1176 + location = 1176 - regiment = { + regiment = { - name= "1. Abdali" + name= "1. Abdali" - type = cavalry - - home = 1173 - } + type = cavalry + home = 1173 + } - regiment = { - name= "2. Abdali" + regiment = { - type = cavalry - } - regiment = { + name= "2. Abdali" - name= "3. Abdali" + type = cavalry + } + regiment = { - type = irregular - - home = 1173 - } + name= "3. Abdali" -} + type = irregular + + home = 1173 + } +} diff --git a/HPM/history/units/YZW_oob.txt b/HPM/history/units/YZW_oob.txt index ca976e6f..586448e8 100644 --- a/HPM/history/units/YZW_oob.txt +++ b/HPM/history/units/YZW_oob.txt @@ -3,17 +3,16 @@ SUL = { value = 100 } BRU = { value = 100 } army = { - name = "Army of Daimyo Uesugi" - location = 1673 - regiment = { - name= "1.Samurai" - type = cavalry - home = 1673 - } - regiment = { - name= "1.Yonezawa" - type = irregular - home = 1673 - } + name = "Army of Daimyo Uesugi" + location = 1673 + regiment = { + name= "1.Samurai" + type = cavalry + home = 1673 + } + regiment = { + name= "1.Yonezawa" + type = irregular + home = 1673 + } } - diff --git a/HPM/history/units/ZUL_oob.txt b/HPM/history/units/ZUL_oob.txt index be8dd0bb..ebf0c81c 100644 --- a/HPM/history/units/ZUL_oob.txt +++ b/HPM/history/units/ZUL_oob.txt @@ -1,21 +1,21 @@ BSH = { - value = -50 + value = -50 } GAZ = { - value = -50 + value = -50 } SUA = { - value = 100 + value = 100 } XHO = { - value = -70 + value = -70 } POR = { - value = 30 + value = 30 } leader = { @@ -27,61 +27,60 @@ leader = { } army = { - name = "Impi of the Zulu" - location = 2113 - regiment = { - name= "1.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "2.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "3.Fasimba" - type = irregular - home = 2113 - } - - regiment = { - name= "1.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "2.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "3.Thulwana" - type = irregular - home = 2113 - } - - regiment = { - name= "1.Gobamakhosi" - type = irregular - home = 2112 - } - - regiment = { - name= "2.Gobamakhosi" - type = irregular - home = 2112 - } - - regiment = { - name= "3.Gobamakhosi" - type = irregular - home = 2112 - } + name = "Impi of the Zulu" + location = 2113 + regiment = { + name= "1.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "2.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "3.Fasimba" + type = irregular + home = 2113 + } + + regiment = { + name= "1.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "2.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "3.Thulwana" + type = irregular + home = 2113 + } + + regiment = { + name= "1.Gobamakhosi" + type = irregular + home = 2112 + } + + regiment = { + name= "2.Gobamakhosi" + type = irregular + home = 2112 + } + + regiment = { + name= "3.Gobamakhosi" + type = irregular + home = 2112 + } } - diff --git a/HPM/history/wars/ACW.txt b/HPM/history/wars/ACW.txt index d4bf92e7..331e6257 100644 --- a/HPM/history/wars/ACW.txt +++ b/HPM/history/wars/ACW.txt @@ -1,23 +1,23 @@ #name = "War of Northern Aggression" 1861.4.13 = { - add_attacker = USA - add_defender = CSA - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = civil_war - actor = USA - receiver = CSA - } - war_goal = { - casus_belli = status_quo - actor = CSA - receiver = USA - } + add_attacker = USA + add_defender = CSA + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = civil_war + actor = USA + receiver = CSA + } + war_goal = { + casus_belli = status_quo + actor = CSA + receiver = USA + } } diff --git a/HPM/history/wars/AmericanWarOfIndependence.txt b/HPM/history/wars/AmericanWarOfIndependence.txt index d4ba3708..5e33d593 100644 --- a/HPM/history/wars/AmericanWarOfIndependence.txt +++ b/HPM/history/wars/AmericanWarOfIndependence.txt @@ -1,18 +1,18 @@ name = "American War of Independence" 1775.4.19 = { - add_attacker = USA - add_defender = ENG - - war_goal = { - casus_belli = become_independent - actor = USA - receiver = ENG - } + add_attacker = USA + add_defender = ENG + + war_goal = { + casus_belli = become_independent + actor = USA + receiver = ENG + } } 1783.9.3 = { - rem_attacker = USA - rem_defender = ENG + rem_attacker = USA + rem_defender = ENG } diff --git a/HPM/history/wars/AngloAshantiwars.txt b/HPM/history/wars/AngloAshantiwars.txt index a0e7e2d9..a2f8f54f 100644 --- a/HPM/history/wars/AngloAshantiwars.txt +++ b/HPM/history/wars/AngloAshantiwars.txt @@ -1,24 +1,24 @@ name = "Anglo-Ashanti War" 1823.4.19 = { - add_attacker = ENG - add_defender = ASH - - war_goal = { - casus_belli = demand_concession_BC_casus_belli - actor = ENG - receiver = ASH - } - - war_goal = { - casus_belli = demand_concession_NI_casus_belli - actor = ENG - receiver = ASH - } + add_attacker = ENG + add_defender = ASH + + war_goal = { + casus_belli = demand_concession_BC_casus_belli + actor = ENG + receiver = ASH + } + + war_goal = { + casus_belli = demand_concession_NI_casus_belli + actor = ENG + receiver = ASH + } } 1831.9.3 = { - rem_attacker = ENG - rem_defender = ASH + rem_attacker = ENG + rem_defender = ASH } diff --git a/HPM/history/wars/Caucasian War.txt b/HPM/history/wars/Caucasian War.txt index dbe98349..02e43545 100644 --- a/HPM/history/wars/Caucasian War.txt +++ b/HPM/history/wars/Caucasian War.txt @@ -1,29 +1,29 @@ name = "Caucasian War" 1835.10.2 = { - add_attacker = RUS - add_defender = DAG - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = conquest_any - actor = RUS - receiver = DAG - } - - war_goal = { - casus_belli = status_quo - actor = DAG - receiver = RUS - } + add_attacker = RUS + add_defender = DAG + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = conquest_any + actor = RUS + receiver = DAG + } + + war_goal = { + casus_belli = status_quo + actor = DAG + receiver = RUS + } } 1836.6.6 = { - rem_attacker = RUS - rem_attacker = DAG + rem_attacker = RUS + rem_attacker = DAG } diff --git a/HPM/history/wars/Cochinchina Campaign.txt b/HPM/history/wars/Cochinchina Campaign.txt index 1f7076c5..c3bb2375 100644 --- a/HPM/history/wars/Cochinchina Campaign.txt +++ b/HPM/history/wars/Cochinchina Campaign.txt @@ -1,20 +1,20 @@ name = "Cochinchina Campaign" 1861.4.13 = { - add_attacker = FRA - add_defender = DAI - add_defender = CAM - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = demand_concession_NI_casus_belli - actor = FRA - receiver = DAI - state_province_id = 1383 - } + add_attacker = FRA + add_defender = DAI + add_defender = CAM + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = demand_concession_NI_casus_belli + actor = FRA + receiver = DAI + state_province_id = 1383 + } } diff --git a/HPM/history/wars/FarroupilhaWar.txt b/HPM/history/wars/FarroupilhaWar.txt index d2498779..97a45e6e 100644 --- a/HPM/history/wars/FarroupilhaWar.txt +++ b/HPM/history/wars/FarroupilhaWar.txt @@ -1,23 +1,23 @@ name = "War of the Farrapos" 1835.10.2 = { - add_attacker = BRZ - add_defender = RGS - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = annex_core_country - actor = BRZ - receiver = RGS - } + add_attacker = BRZ + add_defender = RGS + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = annex_core_country + actor = BRZ + receiver = RGS + } } 1836.4.21 = { - rem_attacker = BRZ - rem_defender = RGS + rem_attacker = BRZ + rem_defender = RGS } diff --git a/HPM/history/wars/OttomanBarbaryWar.txt b/HPM/history/wars/OttomanBarbaryWar.txt index 192d9b0b..ba3a99df 100644 --- a/HPM/history/wars/OttomanBarbaryWar.txt +++ b/HPM/history/wars/OttomanBarbaryWar.txt @@ -1,29 +1,29 @@ name = "Ottoman Restoration of Tripoli" 1835.10.2 = { - add_attacker = TUR - add_defender = TRI - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = establish_protectorate_casus_belli - actor = TUR - receiver = TRI - } - - war_goal = { - casus_belli = status_quo - actor = TRI - receiver = TUR - } + add_attacker = TUR + add_defender = TRI + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = establish_protectorate_casus_belli + actor = TUR + receiver = TRI + } + + war_goal = { + casus_belli = status_quo + actor = TRI + receiver = TUR + } } 1836.6.6 = { - rem_attacker = TUR - rem_defender = TRI + rem_attacker = TUR + rem_defender = TRI } diff --git a/HPM/history/wars/Padri War.txt b/HPM/history/wars/Padri War.txt index ed1bfda1..d619ca29 100644 --- a/HPM/history/wars/Padri War.txt +++ b/HPM/history/wars/Padri War.txt @@ -1,24 +1,24 @@ name = "Padri War" 1836.1.1 = { - add_attacker = NET - add_defender = ATJ - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = humiliate - actor = NET - receiver = ATJ - } - - war_goal = { - casus_belli = humiliate - actor = ATJ - receiver = NET - } + add_attacker = NET + add_defender = ATJ + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = humiliate + actor = NET + receiver = ATJ + } + + war_goal = { + casus_belli = humiliate + actor = ATJ + receiver = NET + } } diff --git a/HPM/history/wars/RussianCircassian War.txt b/HPM/history/wars/RussianCircassian War.txt index e6ece615..aee6ab4c 100644 --- a/HPM/history/wars/RussianCircassian War.txt +++ b/HPM/history/wars/RussianCircassian War.txt @@ -1,29 +1,29 @@ name = "Russian-Circassian War" 1835.10.2 = { - add_attacker = RUS - add_defender = CIR - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = conquest_any - actor = RUS - receiver = CIR - } - - war_goal = { - casus_belli = status_quo - actor = CIR - receiver = RUS - } + add_attacker = RUS + add_defender = CIR + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = conquest_any + actor = RUS + receiver = CIR + } + + war_goal = { + casus_belli = status_quo + actor = CIR + receiver = RUS + } } 1836.6.6 = { - rem_attacker = RUS - rem_attacker = CIR + rem_attacker = RUS + rem_attacker = CIR } diff --git a/HPM/history/wars/Taiping Rebellion.txt b/HPM/history/wars/Taiping Rebellion.txt index 6b17e7b3..576fcce3 100644 --- a/HPM/history/wars/Taiping Rebellion.txt +++ b/HPM/history/wars/Taiping Rebellion.txt @@ -1,28 +1,28 @@ name = "Taiping Rebellion" 1850.1.1 = { - add_attacker = TPG - add_defender = QNG - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = civil_war - actor = TPG - receiver = QNG - } - war_goal = { - casus_belli = civil_war - actor = QNG - receiver = TPG - } + add_attacker = TPG + add_defender = QNG + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = civil_war + actor = TPG + receiver = QNG + } + war_goal = { + casus_belli = civil_war + actor = QNG + receiver = TPG + } } 1850.6.6 = { - rem_attacker = TPG - rem_attacker = QNG + rem_attacker = TPG + rem_attacker = QNG } diff --git a/HPM/history/wars/TexanWarofIndependence.txt b/HPM/history/wars/TexanWarofIndependence.txt index d87e440d..0cc27d10 100644 --- a/HPM/history/wars/TexanWarofIndependence.txt +++ b/HPM/history/wars/TexanWarofIndependence.txt @@ -1,23 +1,23 @@ name = "Texan War of Independence" 1835.10.2 = { - add_attacker = MEX - add_defender = TEX - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = conquest - actor = MEX - receiver = TEX - } + add_attacker = MEX + add_defender = TEX + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = conquest + actor = MEX + receiver = TEX + } } 1836.4.21 = { - rem_attacker = MEX - rem_defender = TEX + rem_attacker = MEX + rem_defender = TEX } diff --git a/HPM/history/wars/XhosaWar.txt b/HPM/history/wars/XhosaWar.txt index ede5b484..79c45f94 100644 --- a/HPM/history/wars/XhosaWar.txt +++ b/HPM/history/wars/XhosaWar.txt @@ -1,29 +1,29 @@ name = "Sixth Xhosa War" 1835.10.2 = { - add_attacker = ENG - add_defender = XHO - - # actor - # receiver - # casus_belli - cb type - # country - 3rd party - # state_province_id - target state capital - war_goal = { - casus_belli = add_to_sphere - actor = ENG - receiver = XHO - } - - war_goal = { - casus_belli = status_quo - actor = XHO - receiver = ENG - } + add_attacker = ENG + add_defender = XHO + + # actor + # receiver + # casus_belli - cb type + # country - 3rd party + # state_province_id - target state capital + war_goal = { + casus_belli = add_to_sphere + actor = ENG + receiver = XHO + } + + war_goal = { + casus_belli = status_quo + actor = XHO + receiver = ENG + } } 1836.6.6 = { - rem_attacker = ENG - rem_defender = XHO + rem_attacker = ENG + rem_defender = XHO } diff --git a/HPM/interface/country_politics.gfx b/HPM/interface/country_politics.gfx index 1ea89c6c..0507abe7 100644 --- a/HPM/interface/country_politics.gfx +++ b/HPM/interface/country_politics.gfx @@ -88,7 +88,7 @@ spriteTypes = { spriteType = { name = "GFX_movement_strip_social" texturefile = "gfx\\interface\\movement_strip_social.dds" - noOfFrames = 9 + noOfFrames = 10 } spriteType = { diff --git a/HPM/interface/country_pops.gfx b/HPM/interface/country_pops.gfx new file mode 100644 index 00000000..958cea63 --- /dev/null +++ b/HPM/interface/country_pops.gfx @@ -0,0 +1,159 @@ +spriteTypes = { + + BarChartType = { + name = "GFX_pop_item_chart" + size = { x=40 y=40 } + } + + PieChartType = { + name = "GFX_pop_distribution_chart" + size = 35 + } + + PieChartType = { + name = "GFX_pop_distribution_chart_small" + size = 14 + } + + spriteType = { + name = "GFX_legend_icon" + texturefile = "gfx\\interface\\legend_icon.dds" + loadType = "INGAME" + norefcount = yes + } + + spriteType = { + name = "GFX_bg_pops" + texturefile = "gfx\\interface\\pops_bg.dds" + loadType = "INGAME" + norefcount = yes + } + + spriteType = { + name = "GFX_pops_pop_entry_bg" + texturefile = "gfx\\interface\\pops_pop_entry_bg.dds" + loadType = "INGAME" + norefcount = yes + } + + spriteType = { + name = "GFX_popsortitem_country" + texturefile = "gfx\\interface\\pops_country_button.dds" + noOfFrames = 2 + effectFile = "gfx\\FX\\buttonstate.fx" + norefcount = yes + } + + spriteType = { + name = "GFX_popsortitem_state" + texturefile = "gfx\\interface\\pops_state_button.dds" + noOfFrames = 2 + effectFile = "gfx\\FX\\buttonstate.fx" + norefcount = yes + } + + spriteType = { + name = "GFX_popsortitem_province" + texturefile = "gfx\\interface\\pops_prov_button.dds" + noOfFrames = 2 + effectFile = "gfx\\FX\\buttonstate.fx" + norefcount = yes + } + + spriteType = { + name = "GFX_popsortitem_growtharrow" + texturefile = "gfx\\interface\\pops_growth_arrow.dds" + noOfFrames = 3 + effectFile = "gfx\\FX\\buttonstate.fx" + norefcount = yes + } + + spriteType = { + name = "GFX_pop_browse_button" + texturefile = "gfx\\interface\\pops_expand_button.dds" + noOfFrames = 2 + } + + spriteType = { + name = "GFX_pops_colonial_state_icon" + texturefile = "gfx\\interface\\pops_colonial_state_icon.dds" + #allwaystransparent = yes + } + + spriteType = { + name = "GFX_pop_happines" + texturefile = "gfx\\interface\\pops_happiness.dds" + noOfFrames = 3 + } + + spriteType = { + name = "GFX_pops_unempl_overlay" + texturefile = "gfx\\interface\\pops_unempl_overlay.dds" + allwaystransparent = yes + } + + spriteType = { + name = "GFX_pops_piesmall_overlay" + texturefile = "gfx\\interface\\pops_piesmall_overlay.dds" + allwaystransparent = yes + } + + spriteType = { + name = "GFX_pops_piebig_overlay" + texturefile = "gfx\\interface\\pops_piebig_overlay.dds" + allwaystransparent = yes + } + spriteType = { + name = "GFX_luxneed_progress_overlay" + texturefile = "gfx\\interface\\luxneed_progress_overlay.dds" + allwaystransparent = yes + } + spriteType = { + name = "GFX_eveneed_progress_overlay" + texturefile = "gfx\\interface\\eveneed_progress_overlay.dds" + allwaystransparent = yes + } + spriteType = { + name = "GFX_lifeneed_progress_overlay" + texturefile = "gfx\\interface\\lifeneed_progress_overlay.dds" + allwaystransparent = yes + } + + progressbartype = { + name = "unemployment_bar" + color = { 0.0 0.5 0.0 } + colortwo = { 1.0 0.0 0.0 } + textureFile1 = "gfx\\interface\\unempl_progress1.dds" + textureFile2 = "gfx\\interface\\unempl_progress2.dds" + size = { x = 26 y = 15 } + effectFile = "gfx\\FX\\progress.fx" + } + progressbartype = { + name = "luxneed_progress" + color = { 0.0 0.5 0.0 } + colortwo = { 1.0 0.0 0.0 } + textureFile1 = "gfx\\interface\\luxneed_progress1.tga" + textureFile2 = "gfx\\interface\\luxneed_progress2.tga" + size = { x = 19 y = 16 } + effectFile = "gfx\\FX\\progress.fx" + } + progressbartype = { + name = "eveneed_progress" + color = { 0.0 0.5 0.0 } + colortwo = { 1.0 0.0 0.0 } + textureFile1 = "gfx\\interface\\eveneed_progress1.tga" + textureFile2 = "gfx\\interface\\eveneed_progress2.tga" + size = { x = 25 y = 19 } + effectFile = "gfx\\FX\\progress.fx" + } + progressbartype = { + name = "lifeneed_progress" + color = { 0.0 0.5 0.0 } + colortwo = { 1.0 0.0 0.0 } + textureFile1 = "gfx\\interface\\lifeneed_progress1.tga" + textureFile2 = "gfx\\interface\\lifeneed_progress2.tga" + size = { x = 25 y = 18 } + effectFile = "gfx\\FX\\progress.fx" + } + +} \ No newline at end of file diff --git a/HPM/interface/country_pops.gui b/HPM/interface/country_pops.gui new file mode 100644 index 00000000..871d45b5 --- /dev/null +++ b/HPM/interface/country_pops.gui @@ -0,0 +1,970 @@ +guiTypes = { + +######################################## +# Popview Interface +######################################## + + windowType = { + name = "topcolor_pop" + backGround ="" + position = { x=0 y=0 } + size = { x=1120 y=768 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + orientation="UPPER_LEFT" + + iconType = { + name = "topcolor_icon" + spriteType = "GFX_topcolor" + position = { x= 0 y = -1 } + Orientation = "UPPER_LEFT" + } + } + + + + ###################### National Focus + windowType = { + name = "state_focus_window" + backGround ="background" + position = { x=400 y=275 } + size = { x=40 y=40 } + moveable = 1 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + + guiButtonType = { + name ="background" + spriteType = "GFX_province_natfocus_bg" + position = { x= 0 y = 0 } + Orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "close_button" + position = { x=92 y =414} + quadTextureSprite ="GFX_button_standard_200" + buttonText = "CLOSE" + buttonFont = "vic_18_black" + shortcut = "ESCAPE" + } + + guiButtonType = { + name = "cancel_button" + position = { x=218 y =11} + quadTextureSprite ="GFX_button_thin_160" + buttonText = "REMOVE_FOCUS" + buttonFont = "vic_18_black" + } + + instantTextBoxType = { + position = { x = 14 y = 12 } + name = "state_name" + font = "vic_18_black" + borderSize = { x = 0 y = 0 } + text = "" + maxWidth = 185 + maxHeight = 25 + fixedsize = yes + orientation = "UPPER_LEFT" + } + } + + ###################### Main pop interface window + windowType = { + name = "country_pop" + backGround ="" + position = { x=-512 y=-250 } + size = { x=1024 y=632 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + orientation="CENTER" + + iconType = { + name ="main_bg" + spriteType = "GFX_main_bg" + position = { x= -70 y = -70 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name ="bg_pops" + spriteType = "GFX_bg_pops" + position = { x= 18 y = 9 } + Orientation = "UPPER_LEFT" + } + + textBoxType = { + name = "headline_pops" + position = { x = 770 y = -42 } + font = "vic_title" + text = "POPULATION" + maxWidth = 200 + maxHeight = 48 + format = right + } + + # Pop filter buttons + guiButtonType = { + name = "popfilter_ALL" + position = { x=822 y = 27 } + quadTextureSprite ="GFX_button_thin_160" + buttonText = "POP_FILTER_SELECT_ALL" + buttonFont = "vic_18_black" + } + guiButtonType = { + name = "popfilter_DESELECT_ALL" + position = { x=822 y = 55 } + quadTextureSprite ="GFX_button_thin_160" + buttonText = "POP_FILTER_DESELECT_ALL" + buttonFont = "vic_18_black" + } + + listboxType = { + name ="pop_province_list" + position = { x = 26 y = 31 } + backGround="" + size = { x=220 y = 574 } + Orientation = "UPPER_LEFT" + spacing = 2 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + + # list of pops in selected area + #listboxType = + #{ + # name ="pop_list" + # position = { x = 271 y = 321 } + # backGround="" + # size = { x=708 y = 288 } + # Orientation = "UPPER_LEFT" + # spacing = 1 + # scrollbartype = "standardlistbox_slider" + #} + + windowType = { + name = "pop_list" + backGround ="" + position = { x = 271 y = 321 } + size = { x=708 y = 288 } + moveable = 0 + dontRender = "" + horizontalBorder = "" + verticalBorder = "" + fullScreen = no + } + + scrollbarType = { + name = "external_scroll_slider" + slider = "listboxSliderButton" + track= "listboxTrackButton" + leftbutton = "upButton" + rightbutton = "downButton" + size = { x=6 y=288 } + position = { x = 979 y = 321 } + priority = 100 + borderSize = {x = 6 y = 6} + maxValue =100 + minValue =0 + stepSize =1 + startValue = 0 + horizontal = 0 + + + guiButtonType = { + name = "listboxSliderButton" + quadTextureSprite = "slider_slider" + tooltip = "" + tooltipText ="" + delayedTooltipText = "" + position = { x=0 y =0} + } + + guiButtonType = { + name = "listboxTrackButton" + quadTextureSprite = "slider_background" + position = { x=6 y =6} + tooltip = "" + tooltipText ="" + delayedTooltipText = "" + + } + + guiButtonType = { + parent = "listboxSliderButton" + name = "upButton" + quadTextureSprite = "slider_downbutton" + position = { x=0 y =0} + } + + guiButtonType = { + parent = "listboxSliderButton" + name = "downButton" + quadTextureSprite = "slider_upbutton" + position = { x=0 y =120} + } + } + + # Buttons for sorting poplist + guiButtonType = { + name = "sortby_size_button" + position = { x=271 y = 294 } + quadTextureSprite ="GFX_sortbutton_58" + buttonText = "PV_POP_SIZE" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_type_button" + position = { x=326 y = 294 } + quadTextureSprite ="GFX_sortbutton_52" + buttonText = "PV_POP_TYPE" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_nationality_button" + position = { x=381 y = 294 } + quadTextureSprite ="GFX_sortbutton_84" + buttonText = "PV_POP_NATIONALITY" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_religion_button" + position = { x=466 y = 294 } + quadTextureSprite ="GFX_sortbutton_28" + buttonText = "PV_POP_RELIGION" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_location_button" + position = { x=493 y = 294 } + quadTextureSprite ="GFX_sortbutton_96" + buttonText = "PV_POP_LOCATION" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_mil_button" + position = { x=588 y = 300 } + quadTextureSprite ="GFX_sortbutton_mil" + buttonText = "PV_POP_MIL" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_con_button" + position = { x=627 y = 300 } + quadTextureSprite ="GFX_sortbutton_con" + buttonText = "PV_POP_CON" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_ideology_button" + position = { x=666 y = 300 } + quadTextureSprite ="GFX_sortbutton_ideo" + buttonText = "PV_POP_IDEOLOGY" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_issues_button" + position = { x=700 y = 300 } + quadTextureSprite ="GFX_sortbutton_issu" + buttonText = "PV_POP_ISSUES" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_unemployment_button" + position = { x=734 y = 300 } + quadTextureSprite ="GFX_sortbutton_unempl" + buttonText = "PV_POP_UNEMPLOYMENT" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_cash_button" + position = { x=755 y = 300 } + quadTextureSprite ="GFX_sortbutton_cash" + buttonText = "PV_POP_CASH" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_subsistence_button" + position = { x=811 y = 300 } + quadTextureSprite ="GFX_sortbutton_lif" + buttonText = "PV_POP_SUB" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_eve_button" + position = { x=835 y = 300 } + quadTextureSprite ="GFX_sortbutton_eve" + buttonText = "PV_POP_EVE" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_luxury_button" + position = { x=859 y = 300 } + quadTextureSprite ="GFX_sortbutton_lux" + buttonText = "PV_POP_LUX" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_revoltrisk_button" + position = { x=883 y = 300 } + quadTextureSprite ="GFX_sortbutton_rr" + buttonText = "PV_POP_RR" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_change_button" + position = { x=913 y = 300 } + quadTextureSprite ="GFX_sortbutton_change" + buttonText = "PV_POP_change" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "sortby_literacy_button" + position = { x=937 y = 300 } + quadTextureSprite ="GFX_sortbutton_literacy" + buttonText = "PV_POP_LITERACY" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "close_button" + position = { x= -31 y = -7} + quadTextureSprite = "GFX_main_close_button" + Orientation = "UPPER_RIGHT" + shortcut = "ESCAPE" + clicksound = click + } + } + + # Items for selecting COUNTRY STATE PROVINCE ############## + windowType = { + name = "poplistitem_country" + backGround ="" + position = { x=0 y=0 } + size = { x=200 y=38 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + orientation="UPPER_LEFT" + + guiButtonType = { + name = "poplistbutton" + position = { x = 7 y = 0 } + quadTextureSprite ="GFX_popsortitem_country" + clicksound = click + } + + instantTextBoxType = { + position = { x = 17 y = 2 } + name = "poplist_name" + font = "vic_18" + borderSize = { x = 0 y = 0 } + text = "countryname" + maxWidth = 185 + maxHeight = 14 + fixedsize = yes + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 83 y = 19 } + name = "poplist_numpops" + font = "vic_18" + borderSize = { x = 0 y = 0 } + text = "num" + maxWidth = 100 + maxHeight = 16 + format = right + orientation = "UPPER_LEFT" + } + + iconType = + { + name ="growth_indicator" + spriteType = "GFX_popsortitem_growtharrow" + position = { x= 185 y = 18 } + Orientation = "UPPER_LEFT" + } + } + + + ###### STATE + + windowType = { + name = "poplistitem_state" + backGround ="" + position = { x=0 y=0 } + size = { x=200 y=38 } + moveable = 0 + dontRender = "" + fullScreen = no + orientation="UPPER_LEFT" + + guiButtonType = { + name = "poplistbutton" + position = { x = 15 y = 0 } + quadTextureSprite ="GFX_popsortitem_state" + clicksound = click + } + + instantTextBoxType = { + position = { x = 45 y = 2 } + name = "poplist_name" + font = "vic_18_black" + borderSize = { x = 0 y = 0 } + text = "countryname" + maxWidth = 160 + maxHeight = 10 + fixedsize = yes + orientation = "UPPER_LEFT" + } + + #instantTextBoxType = { + # position = { x = 45 y = 18 } + # name = "colonial_state_icon_tooltip" + # font = "vic_18" + # borderSize = { x = 0 y = 0 } + # text = "" + # maxWidth = 20 + # maxHeight = 16 + # format = left + # orientation = "UPPER_LEFT" + #} + guiButtonType = + { + name ="colonial_state_icon" + quadTextureSprite = "GFX_pops_colonial_state_icon" + position = { x= 45 y = 18 } + Orientation = "UPPER_LEFT" + clicksound = click + } + + guiButtonType = { + name = "state_focus" + position = { x = 65 y = 18 } + quadTextureSprite ="GFX_province_natfocus_strip_small" + clicksound = click + } + + instantTextBoxType = { + position = { x = 91 y = 19 } + name = "poplist_numpops" + font = "vic_18_black" + borderSize = { x = 0 y = 0 } + text = "num" + maxWidth = 100 + maxHeight = 16 + format = right + orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "expand" + position = { x=-5 y =6} + quadTextureSprite ="GFX_pop_browse_button" + tooltip = "" + tooltipText ="" + delayedTooltipText = "" + buttonText = ">" + buttonFont = "Arial12" + clicksound = click + } + + iconType = + { + name ="growth_indicator" + spriteType = "GFX_popsortitem_growtharrow" + position = { x= 193 y = 18 } + Orientation = "UPPER_LEFT" + } + } + + + ######### PROVINCE + + windowType = { + name = "poplistitem_province" + backGround ="" + position = { x=0 y=0 } + size = { x=200 y=38 } + moveable = 0 + dontRender = "" + fullScreen = no + orientation="UPPER_LEFT" + + guiButtonType = { + name = "poplistbutton" + position = { x = 20 y = 0 } + quadTextureSprite ="GFX_popsortitem_province" + clicksound = click + } + + instantTextBoxType = { + position = { x = 43 y = 8 } + name = "poplist_name" + font = "vic_18_black" + borderSize = { x = 0 y = 0 } + text = "countryname" + maxWidth = 110 + maxHeight = 14 + fixedsize = yes + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 169 y = 8 } + name = "poplist_numpops" + font = "vic_18_black" + borderSize = { x = 0 y = 0 } + text = "num" + maxWidth = 30 + maxHeight = 16 + format = right + orientation = "UPPER_LEFT" + } + + iconType = + { + name ="growth_indicator" + spriteType = "GFX_popsortitem_growtharrow" + position = { x= 199 y = 7 } + Orientation = "UPPER_LEFT" + } + } + + ######################################## + # Displaywindow for statistics for selected area + ######################################## + + windowType = { + name = "distribution_window" + backGround ="" + position = { x=0 y=0 } + size = { x=220 y=85 } + moveable = 0 + dontRender = "" + fullScreen = no + orientation="UPPER_LEFT" + + instantTextBoxType = { + position = { x = 27 y = -1 } + name = "item_name" + font = "vic_18" + borderSize = { x = 0 y = 0 } + text = "itemname" + maxWidth = 200 + maxHeight = 40 + format = left + orientation = "UPPER_LEFT" + } + + iconType = { + name = "chart" + spriteType = "GFX_pop_distribution_chart" + position = { x= 57 y = 22 } + Orientation = "UPPER_LEFT" + scale = 0.5 + } + iconType = + { + name ="chart_overlay" + spriteType = "GFX_pops_piebig_overlay" + position = { x= 18 y = 17 } + Orientation = "UPPER_LEFT" + } + + listboxType = { + name ="member_names" + position = { x = 102 y = 15 } + backGround="" + size = { x=135 y = 80 } + Orientation = "UPPER_LEFT" + spacing = 1 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + + } + + windowType = { + name = "pop_legend_item" + position = { x=0 y=0 } + size = { x=200 y=13 } + moveable = 0 + fullScreen = no + Orientation = "UPPER_LEFT" + + # color icon inserted here + iconType = { + name = "legend_color" + spriteType = "GFX_legend_icon" + position = { x= -7 y = 0 } + Orientation = "UPPER_LEFT" + scale = 0.7 + } + + instantTextBoxType = { + name = "legend_title" + position = { x = 6 y =2 } + format = left + + textureFile = "" + font = "Arial12_black" + borderSize = {x = 4 y = 0} + text = "" + maxWidth = 100 + maxHeight = 12 + Orientation = "UPPER_LEFT" + fixedsize = yes + } + + instantTextBoxType = { + name = "legend_value" + position = { x = 32 y =2 } + format = right + + textureFile = "" + font = "Arial12_black" + borderSize = {x = 4 y = 0} + text = "" + maxWidth = 100 + maxHeight = 32 + Orientation = "UPPER_LEFT" + } + } + + # Buttons for filtering pops + guiButtonType = { + name = "pop_filter_button" + position = { x = 10 y = 0 } + quadTextureSprite ="GFX_pops_small2" + clicksound = click + } + + # placement of pop filter buttons + positionType = { + name = "popfilter_start" + position = { x = 286 y = 21 } + } + + positionType = { + name = "popfilter_offset" + position = { x = 37 y = 0 } + } + + #placement for distribution windows + positionType = { + name = "popdistribution_start" + position = { x = 255 y = 88 } + } + + positionType = { + name = "popdistribution_offset" + position = { x = 243 y = 101 } + } + + ### Member for pops + windowType = { + name = "popinfomember_popview" + position = { x=0 y=0 } + size = { x=750 y=32 } + moveable = 0 + dontRender = "" + horizontalBorder = "0" + verticalBorder = "" + fullScreen = no + orientation="UPPER_LEFT" + + iconType = { + name ="pops_pop_entry_bg" + spriteType = "GFX_pops_pop_entry_bg" + position = { x= 0 y = 0 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 3 y = 9 } + name = "pop_size" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 50 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "pop_type" + position = { x = 58 y = 0 } + quadTextureSprite ="GFX_pops_mini" + clicksound = click + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "pop_producing_icon" + spriteType = "GFX_resources_small" + position = { x= 87 y = 14 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 108 y = 9 } + name = "pop_nation" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 84 + maxHeight = 20 + fixedsize = yes + format = left + orientation = "UPPER_LEFT" + } + + iconType = + { + name ="pop_religion" + spriteType = "GFX_icon_religion" + position = { x= 192 y = 0 } + Orientation = "UPPER_LEFT" + } + + ##################################### + + instantTextBoxType = { + position = { x = 223 y = 9 } + name = "pop_location" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 90 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 317 y = 9 } + name = "pop_mil" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 40 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 356 y = 9 } + name = "pop_con" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 40 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + + + iconType = { + name = "pop_ideology" + spriteType = "GFX_pop_distribution_chart_small" + position = { x= 413 y = 2 } + Orientation = "UPPER_LEFT" + scale = 0.5 + } + iconType = + { + name ="pops_ideology_overlay" + spriteType = "GFX_pops_piesmall_overlay" + position = { x= 398 y = 0 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "pop_issues" + spriteType = "GFX_pop_distribution_chart_small" + position = { x= 447 y = 2 } + Orientation = "UPPER_LEFT" + scale = 0.5 + } + iconType = + { + name ="pops_issues_overlay" + spriteType = "GFX_pops_piesmall_overlay" + position = { x= 432 y = 0 } + Orientation = "UPPER_LEFT" + } + + + iconType = + { + name ="pop_unemployment_bar" + spriteType = "unemployment_bar" + position = { x= 481 y = 15 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = + { + name ="pops_unempl_overlay" + spriteType = "GFX_pops_unempl_overlay" + position = { x= 464 y = 0 } + Orientation = "UPPER_LEFT" + } + ############################## + + instantTextBoxType = { + position = { x = 480 y = 9 } + name = "pop_cash" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 62 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + ########## POP NEEDS + iconType = { + name = "lifeneed_progress" + spriteType = "lifeneed_progress" + position = { x= 561 y = 11 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "lifeneed_progress_overlay" + spriteType = "GFX_lifeneed_progress_overlay" + position = { x= 543 y = 2 } + Orientation = "UPPER_LEFT" + } + + + iconType = { + name = "eveneed_progress" + spriteType = "eveneed_progress" + position = { x= 585 y = 10 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "eveneed_progress_overlay" + spriteType = "GFX_eveneed_progress_overlay" + position = { x= 566 y = 2 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "luxneed_progress" + spriteType = "luxneed_progress" + position = { x= 608 y = 7 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "luxneed_progress_overlay" + spriteType = "GFX_luxneed_progress_overlay" + position = { x= 591 y = 2 } + Orientation = "UPPER_LEFT" + } + ################################ + + iconType = { + name = "pop_revolt" + spriteType = "GFX_politics_rebel_strip" + position = { x = 616 y = 6 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "pop_movement_social" + spriteType = "GFX_movement_strip_social" + position = { x = 613 y = 2 } + } + iconType = { + name = "pop_movement_political" + spriteType = "GFX_movement_strip_political" + position = { x = 613 y = 2 } + } + iconType = { + name = "pop_movement_flag" + spriteType = "GFX_flag_new" + position = { x = 615 y = 8 } + } + + + iconType = + { + name ="growth_indicator" + spriteType = "GFX_popsortitem_growtharrow" + position = { x= 645 y = 8 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 668 y = 9 } + name = "pop_literacy" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 60 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + } + + +} \ No newline at end of file diff --git a/HPM/interface/mapitems.gfx b/HPM/interface/mapitems.gfx index 31da72ae..4ff9bde9 100644 --- a/HPM/interface/mapitems.gfx +++ b/HPM/interface/mapitems.gfx @@ -129,7 +129,7 @@ objectTypes = { name = "national_focus" textureFile = "gfx\\interface\\province_natfocus_strip.dds" scale = 1.5 - noOfFrames = 32 + noOfFrames = 38 } billboardType = { diff --git a/HPM/interface/popdetails.gui b/HPM/interface/popdetails.gui new file mode 100644 index 00000000..10bfe06b --- /dev/null +++ b/HPM/interface/popdetails.gui @@ -0,0 +1,727 @@ +guiTypes = { + + windowType = { + name = "pop_details_win" + backGround="background" + position = { x=-350 y=-150 } + size = { x=380 y=490 } + moveable = 1 + dontRender = "" + horizontalBorder= "" + verticalBorder= "" + fullScreen = no + Orientation = "CENTER" + + guiButtonType = { + name ="background" + quadTextureSprite = "GFX_popdetails_bg" + position = { x= 0 y = 0 } + Orientation = "UPPER_LEFT" + } + + guiButtonType = { + name = "close_button" + quadTextureSprite = "GFX_main_close_button" + position = { x= 654 y = -1 } + Orientation = "UPPER_LEFT" + shortcut = "ESCAPE" + } + + + # top details + + iconType = { + name ="pop_type_icon" + spriteType = "GFX_pops_small2" + position = { x= 21 y = 12 } + Orientation = "UPPER_LEFT" + } + + + instantTextBoxType = { + position = { x = 70 y = 16 } + name = "pop_type" + font = "vic_22" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 175 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + + iconType = { + name = "pop_producing_icon" + spriteType = "GFX_resources" + position = { x= 270 y = 17 } + Orientation = "UPPER_LEFT" + } + + iconType = + { + name ="growth_indicator" + spriteType = "GFX_popsortitem_growtharrow" + position = { x= 322 y = 20 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 342 y = 16 } + name = "pop_size" + font = "vic_22" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 150 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 70 y = 43 } + name = "pop_culture" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "" + maxWidth = 220 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 70 y = 59 } + name = "pop_location" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "Location" + maxWidth = 220 + maxHeight = 20 + format = left + fixedsize = yes + orientation = "UPPER_LEFT" + } + + # migration + instantTextBoxType = { + position = { x = 340 y = 60 } + name = "internal_migration_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_INTERNAL_MIGRATION" + maxWidth = 230 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 550 y = 60 } + name = "internal_migration_val" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 100 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 340 y = 78 } + name = "external_migration_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_EXTERNAL_MIGRATION" + maxWidth = 230 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 550 y = 78 } + name = "external_migration_val" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 100 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 340 y = 96 } + name = "colonial_migration_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_COLONIAL_MIGRATION" + maxWidth = 230 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 550 y = 96 } + name = "colonial_migration_val" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 100 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + # promote/demote + + instantTextBoxType = { + position = { x = 339 y = 41 } + name = "pop_change_label" + font = "vic_18" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_POPCHANGES" + maxWidth = 300 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 340 y = 115 } + name = "promotions_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_PROMOTIONS" + maxWidth = 230 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 550 y = 115 } + name = "promotions_val" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 100 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 340 y = 133 } + name = "demotions_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_DEMOTIONS" + maxWidth = 230 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 550 y = 133 } + name = "demotions_val" + font = "Arial12_bold_black" + borderSize = {x = 2 y = 2} + text = "9999" + maxWidth = 100 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + OverlappingElementsBoxType = { + name = "pop_types_list" + position = { x = 320 y = 153 } + size = { x=400 y= 128 } + Orientation = "UPPER_LEFT" + format = left + spacing = 0 + } + + # con/mil/literacy/religion + + iconType = { + name ="icon_mil" + spriteType = "GFX_topbar_mil" + position = { x= 25 y = 88 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 55 y = 88 } + name = "mil_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "3.00" + maxWidth = 80 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + iconType = { + name ="icon_con" + spriteType = "GFX_topbar_con" + position = { x= 21 y = 108 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 55 y = 112 } + name = "con_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "3.00" + maxWidth = 80 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + iconType = { + name ="icon_literacy" + spriteType = "GFX_topbar_literacy" + position = { x= 21 y = 135 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 55 y = 136 } + name = "literacy_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "77%" + maxWidth = 80 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + iconType = { + name ="icon_religion" + spriteType = "GFX_icon_religion" + position = { x= 16 y = 155 } + Orientation = "UPPER_LEFT" + } + instantTextBoxType = { + position = { x = 55 y = 163 } + name = "religion" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "Religion" + maxWidth = 80 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + + # income/production + + # employment + + instantTextBoxType = { + position = { x = 152 y = 163 } + name = "pop_unemployment_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_UNEMPLOYED" + maxWidth = 120 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + iconType = { + name ="pop_unemployment_bar" + spriteType = "unemployment_bar" + position = { x= 290 y = 171 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name ="pops_unempl_overlay" + spriteType = "GFX_pops_unempl_overlay" + position = { x= 273 y = 156 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 152 y = 85 } + name = "money_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_MONEY" + maxWidth = 120 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 172 y = 85 } + name = "money_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "99�" + maxWidth = 120 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 152 y = 103 } + name = "income_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_INCOME" + maxWidth = 120 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 172 y = 103 } + name = "income_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "99�" + maxWidth = 120 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 152 y = 121 } + name = "expenses_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_EXPENSES" + maxWidth = 120 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 172 y = 121 } + name = "expenses_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "99�" + maxWidth = 120 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 152 y = 139 } + name = "bank_label" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "POP_DETAILS_BANK" + maxWidth = 120 + maxHeight = 20 + format = left + orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = 172 y = 139 } + name = "bank_value" + font = "Arial12_black" + borderSize = {x = 2 y = 2} + text = "99�" + maxWidth = 120 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + #rebel icon + iconType = { + name = "rebel_icon" + spriteType = "GFX_province_revolt" + position = { x= 19 y = 191 } + Orientation = "UPPER_LEFT" + } + + # needs ############################## + + iconType = { + name = "lifeneed_progress" + spriteType = "lifeneed_progress" + position = { x= 39 y = 237 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "lifeneed_progress_overlay" + spriteType = "GFX_lifeneed_progress_overlay" + position = { x= 21 y = 228 } + Orientation = "UPPER_LEFT" + } + + + iconType = { + name = "eveneed_progress" + spriteType = "eveneed_progress" + position = { x= 173 y = 237 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "eveneed_progress_overlay" + spriteType = "GFX_eveneed_progress_overlay" + position = { x= 154 y = 229 } + Orientation = "UPPER_LEFT" + } + + iconType = { + name = "luxneed_progress" + spriteType = "luxneed_progress" + position = { x= 307 y = 236 } + Orientation = "UPPER_LEFT" + rotation = 1.5708 + } + iconType = { + name = "luxneed_progress_overlay" + spriteType = "GFX_luxneed_progress_overlay" + position = { x= 290 y = 231 } + Orientation = "UPPER_LEFT" + } + + ### life + instantTextBoxType = { + name = "headline_needs_life" + position = { x = 45 y = 235 } + font = "vic_18" + text = "POP_DETAIL_LIFENEEDS" + maxWidth = 120 + maxHeight = 48 + format = left + } + + guiButtonType = { + name = "needs_life_sort_by_goods" + position = { x= 25 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_GOODS" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "needs_life_sort_by_value" + position = { x= 85 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_NEED" + buttonFont = "vic_18_black" + clicksound = click + } + + listboxType = { + name ="life_needs_list" + position = { x = 30 y = 283 } + size = { x=101 y = 161 } + Orientation = "UPPER_LEFT" + spacing = 1 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + ### eve + instantTextBoxType = { + name = "headline_everyday_life" + position = { x = 179 y = 235 } + font = "vic_18" + text = "POP_DETAIL_EVERYDAYNEEDS" + maxWidth = 120 + maxHeight = 48 + format = left + } + + guiButtonType = { + name = "needs_everyday_sort_by_goods" + position = { x= 159 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_GOODS" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "needs_everyday_sort_by_value" + position = { x= 219 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_NEED" + buttonFont = "vic_18_black" + clicksound = click + } + + listboxType = { + name ="everyday_needs_list" + position = { x = 164 y = 283 } + size = { x=101 y = 161 } + Orientation = "UPPER_LEFT" + spacing = 1 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + + ### lux + instantTextBoxType = { + name = "headline_needs_luxuary" + position = { x = 313 y = 235 } + font = "vic_18" + text = "POP_DETAIL_LUXUARYNEEDS" + maxWidth = 120 + maxHeight = 48 + format = left + } + + guiButtonType = { + name = "needs_luxuary_sort_by_goods" + position = { x= 293 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_GOODS" + buttonFont = "vic_18_black" + clicksound = click + } + + guiButtonType = { + name = "needs_luxuary_sort_by_value" + position = { x= 353 y = 253} + quadTextureSprite = "GFX_sortbutton_58" + buttonText="TRADE_NEED" + buttonFont = "vic_18_black" + clicksound = click + } + + listboxType = { + name ="luxuary_needs_list" + position = { x = 298 y = 283 } + size = { x=101 y = 161 } + Orientation = "UPPER_LEFT" + spacing = 1 + scrollbartype = "standardlistbox_slider" + borderSize = {x = 0 y = 0} + } + + ######### Rebel window + + windowType = { + name = "rebel_win" + position = { x=-10 y=197 } + size = { x=232 y=32 } + moveable = 0 + fullScreen = no + Orientation = "UPPER_LEFT" + + instantTextBoxType = { + position = { x = 20 y = 0 } + name = "rebel_faction" + font = "vic_18_black" + borderSize = {x = 2 y = 2} + text = "Angry Potatoefarmers" + maxWidth = 250 + maxHeight = 20 + format = right + orientation = "UPPER_LEFT" + } + + iconType = { + name = "rebel_faction_icon" + spriteType = "GFX_politics_rebel_strip" + position = { x = 280 y = 0 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "pop_movement_icon" + spriteType = "GFX_flag_new" + position = { x = 280 y = 2 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "pop_movement_social_icon" + spriteType = "GFX_movement_strip_social" + position = { x = 280 y = 0 } + Orientation = "UPPER_LEFT" + } + iconType = { + name = "pop_movement_political_icon" + spriteType = "GFX_movement_strip_political" + position = { x = 280 y = -4 } + Orientation = "UPPER_LEFT" + } + } + } + + ## promotion item + + windowType = { + name = "pop_promotion_item" + position = { x=0 y=0 } + size = { x=50 y=32 } + moveable = 0 + fullScreen = no + Orientation = "UPPER_LEFT" + + iconType = { + name = "pop_type" + spriteType = "GFX_pops_mini" + position = { x = 5 y = 19 } + Orientation = "UPPER_LEFT" + } + + instantTextBoxType = { + position = { x = -4 y = 49 } + name = "percentage" + font = "vic_18_black" + borderSize = {x = 2 y = 2} + text = "99%" + maxWidth = 50 + maxHeight = 20 + format = centre + orientation = "UPPER_LEFT" + } + } + + #### GOODS NEED ENTRY + windowType = { + name = "popdetail_needs_entry" + position = { x = 0 y = 0 } + size = { x = 85 y = 23 } + + iconType = { + name = "goods_type" + spriteType = "GFX_resources" + position = { x=6 y =-1 } + } + + instantTextBoxType = { + position = { x = 36 y = 4 } + name = "value" + font = "vic_18_black" + text = "99" + maxWidth = 58 + maxHeight = 24 + format = right + } + } + + #placement for distribution windows + positionType = { + name = "popdetaildistribution_start" + position = { x = 412 y =236 } + } + + positionType = { + name = "popdetaildistribution_offset" + position = { x = 243 y = 106 } + } +} diff --git a/HPM/interface/province_interface.gfx b/HPM/interface/province_interface.gfx index 4ff68cb8..6f35202b 100644 --- a/HPM/interface/province_interface.gfx +++ b/HPM/interface/province_interface.gfx @@ -224,8 +224,9 @@ spriteTypes = { colortwo = { 1.0 0.0 0.0 } textureFile1 = "gfx\\interface\\liferating_progress1.tga" textureFile2 = "gfx\\interface\\liferating_progress2.tga" - size = { x = 52 y = 8 } + size = { x = 104 y = 8 } effectFile = "gfx\\FX\\progress.fx" + allwaystransparent = yes } PieChartType = { diff --git a/HPM/inventions/HPH_inventions.txt b/HPM/inventions/HPH_inventions.txt index 6c5390ca..ea67f68a 100644 --- a/HPM/inventions/HPH_inventions.txt +++ b/HPM/inventions/HPH_inventions.txt @@ -1,1303 +1,1303 @@ #Clipper Design modern_sail_ships = { - limit = { clipper_design = 1 } - chance = { - base = 10 - modifier = { - factor = 10 - alphabetic_flag_signaling = 1 - } - } - effect = { - clipper_transport = { - maximum_speed = 9 - fire_range = 0.2 - } - frigate = { - maximum_speed = 9 - hull = 1 - gun_power = 1 - fire_range = 0.25 - evasion = 0.15 - } - manowar = { - maximum_speed = 7 - hull = 1 - gun_power = 2 - fire_range = 0.3 - } - } + limit = { clipper_design = 1 } + chance = { + base = 10 + modifier = { + factor = 10 + alphabetic_flag_signaling = 1 + } + } + effect = { + clipper_transport = { + maximum_speed = 9 + fire_range = 0.2 + } + frigate = { + maximum_speed = 9 + hull = 1 + gun_power = 1 + fire_range = 0.25 + evasion = 0.15 + } + manowar = { + maximum_speed = 7 + hull = 1 + gun_power = 2 + fire_range = 0.3 + } + } } #Naval Plans # punitive_expeditions = { - # limit = { naval_plans = 1 } - # chance = { - # base = 0 - # modifier = { - # factor = 10 - # total_pops = 250000 - # military_score = 25 - # total_amount_of_ships = 25 - # rank = 16 - # } - # } - # effect = { - # influence = 0.02 - # } + # limit = { naval_plans = 1 } + # chance = { + # base = 0 + # modifier = { + # factor = 10 + # total_pops = 250000 + # military_score = 25 + # total_amount_of_ships = 25 + # rank = 16 + # } + # } + # effect = { + # influence = 0.02 + # } # } schrapnel_standard_design = { - limit = { steel_breech_loaded_artillery = 1 } #1870 - chance = { - base = 2 - modifier = { - factor = 2 - invention = heavy_artillery - } - modifier = { - factor = 3 - great_war_experience = 1 - } - } - effect = { - artillery = { - attack = 1 - } - } + limit = { steel_breech_loaded_artillery = 1 } #1870 + chance = { + base = 2 + modifier = { + factor = 2 + invention = heavy_artillery + } + modifier = { + factor = 3 + great_war_experience = 1 + } + } + effect = { + artillery = { + attack = 1 + } + } } barbed_wire_defense = { - limit = { deep_defense_system = 1 } #1870 - chance = { - base = 2 - modifier = { - factor = 2 - invention = trench_systems - } - modifier = { - factor = 3 - great_war_experience = 1 - } - } - effect = { - infantry = { - defence = 0.5 - } - guard = { - defence = 0.5 - } - engineer = { - defence = 0.5 - } - artillery = { - defence = 1 - } - irregular = { - defence = 0.5 - } - } + limit = { deep_defense_system = 1 } #1870 + chance = { + base = 2 + modifier = { + factor = 2 + invention = trench_systems + } + modifier = { + factor = 3 + great_war_experience = 1 + } + } + effect = { + infantry = { + defence = 0.5 + } + guard = { + defence = 0.5 + } + engineer = { + defence = 0.5 + } + artillery = { + defence = 1 + } + irregular = { + defence = 0.5 + } + } } helmet_mass_production = { - limit = { indirect_artillery_fire = 1 } #1900 - chance = { - base = 2 - modifier = { - factor = 1 - advanced_metallurgy = 1 - } - modifier = { - factor = 2 - invention = schrapnel_standard_design - } - modifier = { - factor = 3 - great_war_experience = 1 - } - } - effect = { - soldier_to_pop_loss = 0.01 - infantry = { - defence = 0.5 - } - guard = { - defence = 0.5 - } - engineer = { - defence = 0.5 - } - irregular = { - defence = 0.5 - } - } + limit = { indirect_artillery_fire = 1 } #1900 + chance = { + base = 2 + modifier = { + factor = 1 + advanced_metallurgy = 1 + } + modifier = { + factor = 2 + invention = schrapnel_standard_design + } + modifier = { + factor = 3 + great_war_experience = 1 + } + } + effect = { + soldier_to_pop_loss = 0.01 + infantry = { + defence = 0.5 + } + guard = { + defence = 0.5 + } + engineer = { + defence = 0.5 + } + irregular = { + defence = 0.5 + } + } } camouflage_uniforms = { - limit = { infiltration = 1 } #1900 - chance = { - base = 2 - modifier = { - factor = 1.5 - invention = machine_gun_armament - } - modifier = { - factor = 3 - great_war_experience = 1 - } - } - effect = { - soldier_to_pop_loss = 0.01 - } + limit = { infiltration = 1 } #1900 + chance = { + base = 2 + modifier = { + factor = 1.5 + invention = machine_gun_armament + } + modifier = { + factor = 3 + great_war_experience = 1 + } + } + effect = { + soldier_to_pop_loss = 0.01 + } } young_school_doctrine = { - limit = { - battleship_column_doctrine = 1 - tech_school = naval_tech_school - } - #news = no - chance = { - base = 10 - modifier = { - factor = -10 - NOT = { tech_school = naval_tech_school } - } - modifier = { - factor = -10 - has_country_modifier = academic_confusion - } - } - effect = { - colonial_points = 200 - } + limit = { + battleship_column_doctrine = 1 + tech_school = naval_tech_school + } + #news = no + chance = { + base = 10 + modifier = { + factor = -10 + NOT = { tech_school = naval_tech_school } + } + modifier = { + factor = -10 + has_country_modifier = academic_confusion + } + } + effect = { + colonial_points = 200 + } } fleet_in_being_doctrine = { - limit = { - raider_group_doctrine = 1 - tech_school = naval_tech_school - } - #news = no - chance = { - base = 25 - modifier = { - factor = -25 - NOT = { tech_school = naval_tech_school } - } - modifier = { - factor = -25 - has_country_modifier = academic_confusion - } - } - effect = { - colonial_points = 200 - } + limit = { + raider_group_doctrine = 1 + tech_school = naval_tech_school + } + #news = no + chance = { + base = 25 + modifier = { + factor = -25 + NOT = { tech_school = naval_tech_school } + } + modifier = { + factor = -25 + has_country_modifier = academic_confusion + } + } + effect = { + colonial_points = 200 + } } sea_power_doctrine = { - limit = { - blue_and_brown_water_schools = 1 - tech_school = naval_tech_school - } - #news = no - chance = { - base = 50 - modifier = { - factor = -50 - NOT = { tech_school = naval_tech_school } - } - modifier = { - factor = -50 - has_country_modifier = academic_confusion - } - } - effect = { - colonial_points = 300 - } + limit = { + blue_and_brown_water_schools = 1 + tech_school = naval_tech_school + } + #news = no + chance = { + base = 50 + modifier = { + factor = -50 + NOT = { tech_school = naval_tech_school } + } + modifier = { + factor = -50 + has_country_modifier = academic_confusion + } + } + effect = { + colonial_points = 300 + } } neocolonialism_doctrine = { - limit = { - steel_steamers = 1 - tech_school = naval_tech_school - } - #news = no - chance = { - base = 80 - modifier = { - factor = -80 - NOT = { tech_school = naval_tech_school } - } - modifier = { - factor = -80 - has_country_modifier = academic_confusion - } - } - effect = { - colonial_points = 300 - } + limit = { + steel_steamers = 1 + tech_school = naval_tech_school + } + #news = no + chance = { + base = 80 + modifier = { + factor = -80 + NOT = { tech_school = naval_tech_school } + } + modifier = { + factor = -80 + has_country_modifier = academic_confusion + } + } + effect = { + colonial_points = 300 + } } ###Mining and Metallurgy pattinson_process = { - limit = { - mechanized_mining = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - - effect = { - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - } + limit = { + mechanized_mining = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + + effect = { + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } + } } parkes_process = { - limit = { - regenerative_furnaces = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - } + limit = { + regenerative_furnaces = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } + } } square_set_timbering = { - limit = { - regenerative_furnaces = 1 - year = 1860 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.2 } - } + limit = { + regenerative_furnaces = 1 + year = 1860 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.2 } + } } electrolytic_refining = { - limit = { - regenerative_furnaces = 1 - year = 1870 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.3 } - } + limit = { + regenerative_furnaces = 1 + year = 1870 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.3 } + } } dynamite = { - limit = { - regenerative_furnaces = 1 - year = 1860 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.25 } - rgo_size = { coal = 0.25 } - rgo_size = { iron = 0.25 } - rgo_size = { sulphur = 0.25 } - } + limit = { + regenerative_furnaces = 1 + year = 1860 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.25 } + rgo_size = { coal = 0.25 } + rgo_size = { iron = 0.25 } + rgo_size = { sulphur = 0.25 } + } } deep_mining = { - limit = { - drilling_and_blasting = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.25 } - } + limit = { + drilling_and_blasting = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.25 } + } } percussion_drill = { - limit = { - drilling_and_blasting = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -10 - NOT = { pneumatic_and_hydraulics = 1 } - } - } - effect = { - rgo_goods_output = { coal = 0.25 } - } + limit = { + drilling_and_blasting = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -10 + NOT = { pneumatic_and_hydraulics = 1 } + } + } + effect = { + rgo_goods_output = { coal = 0.25 } + } } friction_hoist = { - limit = { - drilling_and_blasting = 1 - year = 1875 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.1 } - } + limit = { + drilling_and_blasting = 1 + year = 1875 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.1 } + } } lixiviation_mills = { - limit = { - drilling_and_blasting = 1 - year = 1880 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.3 } - } + limit = { + drilling_and_blasting = 1 + year = 1880 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.3 } + } } cyanide_milling = { - limit = { - drilling_and_blasting = 1 - year = 1885 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { precious_metal = 0.2 } - } + limit = { + drilling_and_blasting = 1 + year = 1885 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { precious_metal = 0.2 } + } } trinitrotoluene = { - limit = { - drilling_and_blasting = 1 - year = 1895 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.25 } - rgo_size = { coal = 0.25 } - rgo_size = { iron = 0.25 } - rgo_size = { sulphur = 0.25 } - } + limit = { + drilling_and_blasting = 1 + year = 1895 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.25 } + rgo_size = { coal = 0.25 } + rgo_size = { iron = 0.25 } + rgo_size = { sulphur = 0.25 } + } } shrinkage_stoping = { - limit = { - electric_furnace = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { coal = 0.4 } - } + limit = { + electric_furnace = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { coal = 0.4 } + } } froth_flotation = { - limit = { - electric_furnace = 1 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.3 } - rgo_goods_output = { sulphur = 0.3 } - } + limit = { + electric_furnace = 1 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.3 } + rgo_goods_output = { sulphur = 0.3 } + } } hydraulic_excavator = { - limit = { - electric_furnace = 1 - year = 1920 - } - #news = no - chance = { - base = 6 - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { iron = 0.5 } - rgo_goods_output = { coal = 0.5 } - } + limit = { + electric_furnace = 1 + year = 1920 + } + #news = no + chance = { + base = 6 + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { iron = 0.5 } + rgo_goods_output = { coal = 0.5 } + } } fish_trawlers = { - limit = { - steam_turbine_ships = 1 - } - #news = no - chance = { - base = 6 - - modifier = { - factor = 1 - interchangeable_parts = 1 - } - modifier = { - factor = 1 - invention = work_specialization - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = fish - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = fish - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -2 - any_owned_province = { - controlled_by = THIS - trade_goods = fish - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = fish - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = fish - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { fish = 0.3 } - } + limit = { + steam_turbine_ships = 1 + } + #news = no + chance = { + base = 6 + + modifier = { + factor = 1 + interchangeable_parts = 1 + } + modifier = { + factor = 1 + invention = work_specialization + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = fish + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = fish + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -2 + any_owned_province = { + controlled_by = THIS + trade_goods = fish + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = fish + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = fish + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { fish = 0.3 } + } } ########Commerce Techs industrial_paper_production = { - limit = { freedom_of_trade = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - modifier = { - factor = -10 - NOT = { invention = industrial_sawmills } - } - } - effect = { - activate_building = paper_mill - } + limit = { freedom_of_trade = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + modifier = { + factor = -10 + NOT = { invention = industrial_sawmills } + } + } + effect = { + activate_building = paper_mill + } } industrial_furniture_production = { - limit = { early_classical_theory_and_critique = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - prestige = 30 - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = -10 - NOT = { invention = industrial_sawmills } - } - } - effect = { - activate_building = furniture_factory - } + limit = { early_classical_theory_and_critique = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + prestige = 30 + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = -10 + NOT = { invention = industrial_sawmills } + } + } + effect = { + activate_building = furniture_factory + } } industrial_luxury_furniture_production = { - limit = { late_classical_theory = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - modifier = { - factor = -10 - NOT = { - mechanical_production = 1 - invention = industrial_furniture_production - } - } - } - effect = { - activate_building = luxury_furniture_factory - } + limit = { late_classical_theory = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + modifier = { + factor = -10 + NOT = { + mechanical_production = 1 + invention = industrial_furniture_production + } + } + } + effect = { + activate_building = luxury_furniture_factory + } } industrial_sawmills = { - limit = { early_classical_theory_and_critique = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - modifier = { - factor = -10 - NOT = { piston_steam_engine = 1 } - } - } - effect = { - activate_building = lumber_mill - } + limit = { early_classical_theory_and_critique = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + modifier = { + factor = -10 + NOT = { piston_steam_engine = 1 } + } + } + effect = { + activate_building = lumber_mill + } } canning_process = { - limit = { guild_based_production = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - modifier = { - factor = -10 - NOT = { piston_steam_engine = 1 } - } - } - effect = { - activate_building = canned_food_factory - } + limit = { guild_based_production = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + modifier = { + factor = -10 + NOT = { piston_steam_engine = 1 } + } + } + effect = { + activate_building = canned_food_factory + } } portland_cement = { - limit = { freedom_of_trade = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - modifier = { - factor = -10 - NOT = { basic_chemistry = 1 } - } - } - effect = { - activate_building = cement_factory - } + limit = { freedom_of_trade = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + modifier = { + factor = -10 + NOT = { basic_chemistry = 1 } + } + } + effect = { + activate_building = cement_factory + } } diff --git a/HPM/inventions/NNM_inventions.txt b/HPM/inventions/NNM_inventions.txt index 9f102059..7bac23fd 100644 --- a/HPM/inventions/NNM_inventions.txt +++ b/HPM/inventions/NNM_inventions.txt @@ -1,243 +1,243 @@ declaration_of_the_rights_of_man = { - limit = { enlightenment_thought = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 5 - average_militancy = 4 - } - modifier = { - factor = -9 - civilized = no - } - } - effect = { - rebel_org_gain = { - faction = liberal_rebels - value = 0.25 - } - rebel_org_gain = { - faction = nationalist_rebels - value = 0.50 - } - rebel_org_gain = { - faction = separatist_rebels - value = 0.50 - } - } + limit = { enlightenment_thought = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 5 + average_militancy = 4 + } + modifier = { + factor = -9 + civilized = no + } + } + effect = { + rebel_org_gain = { + faction = liberal_rebels + value = 0.25 + } + rebel_org_gain = { + faction = nationalist_rebels + value = 0.50 + } + rebel_org_gain = { + faction = separatist_rebels + value = 0.50 + } + } } caste_privileges = { - limit = { - enlightenment_thought = 1 - year = 1850 - tag = ENG - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - religious_policy = moralism - } - modifier = { - factor = 5 - year = 1855 - } - } - effect = { - rebel_org_gain = { - faction = indian_sepoys - value = 0.25 - } - } + limit = { + enlightenment_thought = 1 + year = 1850 + tag = ENG + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + religious_policy = moralism + } + modifier = { + factor = 5 + year = 1855 + } + } + effect = { + rebel_org_gain = { + faction = indian_sepoys + value = 0.25 + } + } } sati_abolished = { - limit = { - enlightenment_thought = 1 - year = 1855 - tag = ENG - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - religious_policy = moralism - } - modifier = { - factor = 5 - year = 1860 - } - } - effect = { - rebel_org_gain = { - faction = indian_sepoys - value = 0.25 - } - } + limit = { + enlightenment_thought = 1 + year = 1855 + tag = ENG + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + religious_policy = moralism + } + modifier = { + factor = 5 + year = 1860 + } + } + effect = { + rebel_org_gain = { + faction = indian_sepoys + value = 0.25 + } + } } pig_fat_cartridges = { - limit = { - enlightenment_thought = 1 - year = 1860 - tag = ENG - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - religious_policy = moralism - } - modifier = { - factor = 5 - year = 1865 - } - } - effect = { - rebel_org_gain = { - faction = indian_sepoys - value = 0.25 - } - } + limit = { + enlightenment_thought = 1 + year = 1860 + tag = ENG + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + religious_policy = moralism + } + modifier = { + factor = 5 + year = 1865 + } + } + effect = { + rebel_org_gain = { + faction = indian_sepoys + value = 0.25 + } + } } spirit_of_freedom = { - limit = { enlightenment_thought = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 5 - nationalvalue = nv_liberty - } - modifier = { - factor = 5 - nationalvalue = nv_equality - } - modifier = { - factor = 5 - year = 1847 - } - modifier = { - factor = -12 - civilized = no - } - } - effect = { - rebel_org_gain = { - faction = liberal_rebels - value = 0.25 - } - } + limit = { enlightenment_thought = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 5 + nationalvalue = nv_liberty + } + modifier = { + factor = 5 + nationalvalue = nv_equality + } + modifier = { + factor = 5 + year = 1847 + } + modifier = { + factor = -12 + civilized = no + } + } + effect = { + rebel_org_gain = { + faction = liberal_rebels + value = 0.25 + } + } } carlism = { - limit = { - classicism_n_early_romanticism = 1 - OR = { - tag = SPA - tag = SPC - } - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - NOT = { government = absolute_monarchy } - } - } - effect = { - rebel_org_gain = { - faction = carlist_rebels - value = 0.75 - } - rebel_org_gain = { - faction = christino_rebels - value = 0.75 - } - } + limit = { + classicism_n_early_romanticism = 1 + OR = { + tag = SPA + tag = SPC + } + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + NOT = { government = absolute_monarchy } + } + } + effect = { + rebel_org_gain = { + faction = carlist_rebels + value = 0.75 + } + rebel_org_gain = { + faction = christino_rebels + value = 0.75 + } + } } the_dark_continent = { - limit = { - has_country_flag = existing_country - revolution_n_counterrevolution = 1 - year = 1890 - } - chance = { - base = 0 - modifier = { - factor = -60 - NOT = { year = 1890 } - } - modifier = { - factor = -100 - NOT = { - has_global_flag = called_congo_conference - year = 1890 - } - } - modifier = { - factor = -100 - NOT = { is_greater_power = yes } - OR = { - has_country_flag = congo_master - has_country_flag = historical_congo - has_country_flag = civilizing_congo - has_country_modifier = integrating_colony - } - } - modifier = { - factor = 20 - biologism = 1 - } - modifier = { - factor = 20 - military_logistics = 1 - } - modifier = { - factor = 20 - steel_steamers = 1 - } - modifier = { - factor = 10 - any_greater_power = { - invention = the_dark_continent - } - } - modifier = { - factor = 10 - any_neighbor_country = { - invention = the_dark_continent - } - } - modifier = { - factor = -10 - is_greater_power = no - is_secondary_power = yes - } - modifier = { - factor = -10 - is_greater_power = no - is_secondary_power = no - } - } - effect = { - colonial_life_rating = -5 - } -} + limit = { + has_country_flag = existing_country + revolution_n_counterrevolution = 1 + year = 1890 + } + chance = { + base = 0 + modifier = { + factor = -60 + NOT = { year = 1890 } + } + modifier = { + factor = -100 + NOT = { + has_global_flag = called_congo_conference + year = 1890 + } + } + modifier = { + factor = -100 + NOT = { is_greater_power = yes } + OR = { + has_country_flag = congo_master + has_country_flag = historical_congo + has_country_flag = civilizing_congo + has_country_modifier = integrating_colony + } + } + modifier = { + factor = 20 + biologism = 1 + } + modifier = { + factor = 20 + military_logistics = 1 + } + modifier = { + factor = 20 + steel_steamers = 1 + } + modifier = { + factor = 10 + any_greater_power = { + invention = the_dark_continent + } + } + modifier = { + factor = 10 + any_neighbor_country = { + invention = the_dark_continent + } + } + modifier = { + factor = -10 + is_greater_power = no + is_secondary_power = yes + } + modifier = { + factor = -10 + is_greater_power = no + is_secondary_power = no + } + } + effect = { + colonial_life_rating = -5 + } +} diff --git a/HPM/inventions/army_inventions.txt b/HPM/inventions/army_inventions.txt index b6b7dc96..e4b03647 100644 --- a/HPM/inventions/army_inventions.txt +++ b/HPM/inventions/army_inventions.txt @@ -1,1967 +1,1967 @@ #post_napoleonic_thought post_napoleonic_army_doctrine = { - limit = { post_napoleonic_thought = 1 } - chance = { - base = 2 - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - cuirassier = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cavalry = { - defence = 1 - } - irregular = { - defence = 1 - } - } + limit = { post_napoleonic_thought = 1 } + chance = { + base = 2 + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + cuirassier = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cavalry = { + defence = 1 + } + irregular = { + defence = 1 + } + } } #strategic_mobility field_fortifications = { - limit = { strategic_mobility = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - mechanical_production = 1 - } - modifier = { - factor = 2 - organized_factories = 1 - } - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - artillery = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cavalry = { - defence = 1 - } - irregular = { - defence = 1 - } - } + limit = { strategic_mobility = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + mechanical_production = 1 + } + modifier = { + factor = 2 + organized_factories = 1 + } + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + artillery = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cavalry = { + defence = 1 + } + irregular = { + defence = 1 + } + } } railroad_transport_groups = { - limit = { - strategic_mobility = 1 - has_country_flag = existing_country - } - chance = { - base = 0 - modifier = { - factor = 2 - experimental_railroad = 1 - } - modifier = { - factor = 3 - early_railroad = 1 - } - } - effect = { - mobilisation_size = 0.01 - } + limit = { + strategic_mobility = 1 + has_country_flag = existing_country + } + chance = { + base = 0 + modifier = { + factor = 2 + experimental_railroad = 1 + } + modifier = { + factor = 3 + early_railroad = 1 + } + } + effect = { + mobilisation_size = 0.01 + } } #point_defense_system signal_detachments = { - limit = { point_defense_system = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - military_staff_system = 1 - } - modifier = { - factor = 2 - army_professionalism = 1 - } - } - effect = { - engineer = { - siege = 1 - } - dragoon = { - reconnaissance = 1 - } - hussar = { - reconnaissance = 1 - } - } + limit = { point_defense_system = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + military_staff_system = 1 + } + modifier = { + factor = 2 + army_professionalism = 1 + } + } + effect = { + engineer = { + siege = 1 + } + dragoon = { + reconnaissance = 1 + } + hussar = { + reconnaissance = 1 + } + } } flexible_firepower = { - limit = { point_defense_system = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = field_fortifications - } - modifier = { - factor = 2 - army_professionalism = 1 - } - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - artillery = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cavalry = { - defence = 0.5 - } - irregular = { - defence = 0.5 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { point_defense_system = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = field_fortifications + } + modifier = { + factor = 2 + army_professionalism = 1 + } + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + artillery = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cavalry = { + defence = 0.5 + } + irregular = { + defence = 0.5 + } + army_base = { + supply_consumption = 0.05 + } + } } synchronized_heavy_support = { - limit = { point_defense_system = 1 } - chance = { - base = 4 - modifier = { - factor = 2 - iron_breech_loaded_artillery = 1 - } - modifier = { - factor = 2 - invention = flexible_firepower - } - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - artillery = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cavalry = { - defence = 0.5 - } - irregular = { - defence = 0.5 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { point_defense_system = 1 } + chance = { + base = 4 + modifier = { + factor = 2 + iron_breech_loaded_artillery = 1 + } + modifier = { + factor = 2 + invention = flexible_firepower + } + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + artillery = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cavalry = { + defence = 0.5 + } + irregular = { + defence = 0.5 + } + army_base = { + supply_consumption = 0.05 + } + } } staff_command_support = { - limit = { point_defense_system = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - military_staff_system = 1 - } - modifier = { - factor = 2 - army_professionalism = 1 - } - } - effect = { - mobilisation_size = 0.01 - } + limit = { point_defense_system = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + military_staff_system = 1 + } + modifier = { + factor = 2 + army_professionalism = 1 + } + } + effect = { + mobilisation_size = 0.01 + } } #deep_defense_system trench_systems = { - limit = { deep_defense_system = 1 } - chance = { - base = 4 - modifier = { - factor = 2 - breech_loaded_rifles = 1 - } - modifier = { - factor = 2 - invention = flexible_firepower - } - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - artillery = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cuirassier = { - defence = 0.5 - } - cavalry = { - defence = 0.5 - } - irregular = { - defence = 0.5 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { deep_defense_system = 1 } + chance = { + base = 4 + modifier = { + factor = 2 + breech_loaded_rifles = 1 + } + modifier = { + factor = 2 + invention = flexible_firepower + } + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + artillery = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cuirassier = { + defence = 0.5 + } + cavalry = { + defence = 0.5 + } + irregular = { + defence = 0.5 + } + army_base = { + supply_consumption = 0.05 + } + } } gas_attack_capability = { - limit = { - military_directionism = 1 - has_country_flag = existing_country - } - chance = { - base = 0 - modifier = { - factor = 2 - invention = cracking - } - modifier = { - factor = 2 - invention = carbon_soil_enrichment - } - } - effect = { - gas_attack = yes - } + limit = { + military_directionism = 1 + has_country_flag = existing_country + } + chance = { + base = 0 + modifier = { + factor = 2 + invention = cracking + } + modifier = { + factor = 2 + invention = carbon_soil_enrichment + } + } + effect = { + gas_attack = yes + } } gas_defense_capability = { - limit = { - military_directionism = 1 - has_country_flag = existing_country - } - chance = { - base = 0 - modifier = { - factor = 5 - war = yes - war_countries = { invention = gas_attack_capability } - } - modifier = { - factor = 1 - any_neighbor_country = { invention = gas_attack_capability } - } - } - effect = { - gas_defence = yes - } + limit = { + military_directionism = 1 + has_country_flag = existing_country + } + chance = { + base = 0 + modifier = { + factor = 5 + war = yes + war_countries = { invention = gas_attack_capability } + } + modifier = { + factor = 1 + any_neighbor_country = { invention = gas_attack_capability } + } + } + effect = { + gas_defence = yes + } } elastic_defense_system = { - limit = { deep_defense_system = 1 } - chance = { - base = 4 - modifier = { - factor = 2 - machine_guns = 1 - } - modifier = { - factor = 2 - invention = trench_systems - } - } - effect = { - infantry = { - defence = 1 - } - guard = { - defence = 1 - } - engineer = { - defence = 1 - } - artillery = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cuirassier = { - defence = 0.5 - } - cavalry = { - defence = 0.5 - } - irregular = { - defence = 0.5 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { deep_defense_system = 1 } + chance = { + base = 4 + modifier = { + factor = 2 + machine_guns = 1 + } + modifier = { + factor = 2 + invention = trench_systems + } + } + effect = { + infantry = { + defence = 1 + } + guard = { + defence = 1 + } + engineer = { + defence = 1 + } + artillery = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cuirassier = { + defence = 0.5 + } + cavalry = { + defence = 0.5 + } + irregular = { + defence = 0.5 + } + army_base = { + supply_consumption = 0.05 + } + } } flexible_counterattacks = { - limit = { deep_defense_system = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - invention = elastic_defense_system - } - - modifier = { - factor = 2 - combustion_engine = 1 - } - } - effect = { - infantry = { - attack = 1 - } - guard = { - attack = 1 - } - engineer = { - attack = 1 - } - dragoon = { - attack = 1 - } - hussar = { - attack = 1 - } - cavalry = { - attack = 0.5 - } - irregular = { - attack = 0.5 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { deep_defense_system = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + invention = elastic_defense_system + } + + modifier = { + factor = 2 + combustion_engine = 1 + } + } + effect = { + infantry = { + attack = 1 + } + guard = { + attack = 1 + } + engineer = { + attack = 1 + } + dragoon = { + attack = 1 + } + hussar = { + attack = 1 + } + cavalry = { + attack = 0.5 + } + irregular = { + attack = 0.5 + } + army_base = { + supply_consumption = 0.05 + } + } } #infiltration low_echelon_fire_support = { - limit = { infiltration = 1 } - chance = { - base = 5 - modifier = { - factor = 2 - indirect_artillery_fire = 1 - } - modifier = { - factor = 2 - invention = signal_detachments - } - modifier = { - factor = 2 - invention = synchronized_heavy_support - } - modifier = { - factor = 2 - invention = elastic_defense_system - } - } - effect = { - infantry = { - attack = 1 - } - guard = { - attack = 1 - } - engineer = { - attack = 1 - } - cuirassier = { - attack = 1 - defence = 1 - } - dragoon = { - attack = 1 - } - hussar = { - attack = 1 - } - cavalry = { - attack = 0.5 - defence = 1 - } - irregular = { - attack = 0.5 - defence = 1 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { infiltration = 1 } + chance = { + base = 5 + modifier = { + factor = 2 + indirect_artillery_fire = 1 + } + modifier = { + factor = 2 + invention = signal_detachments + } + modifier = { + factor = 2 + invention = synchronized_heavy_support + } + modifier = { + factor = 2 + invention = elastic_defense_system + } + } + effect = { + infantry = { + attack = 1 + } + guard = { + attack = 1 + } + engineer = { + attack = 1 + } + cuirassier = { + attack = 1 + defence = 1 + } + dragoon = { + attack = 1 + } + hussar = { + attack = 1 + } + cavalry = { + attack = 0.5 + defence = 1 + } + irregular = { + attack = 0.5 + defence = 1 + } + army_base = { + supply_consumption = 0.05 + } + } } stormtrooper_training = { - limit = { infiltration = 1 } - chance = { - base = 5 - modifier = { - factor = 2 - bolt_action_rifles = 1 - } - } - effect = { - infantry = { - attack = 1 - } - guard = { - attack = 1 - } - engineer = { - attack = 1 - defence = 1 - siege = 1 - } - army_base = { - supply_consumption = 0.05 - } - } + limit = { infiltration = 1 } + chance = { + base = 5 + modifier = { + factor = 2 + bolt_action_rifles = 1 + } + } + effect = { + infantry = { + attack = 1 + } + guard = { + attack = 1 + } + engineer = { + attack = 1 + defence = 1 + siege = 1 + } + army_base = { + supply_consumption = 0.05 + } + } } tank_experiments = { - limit = { - infiltration = 1 - has_country_flag = existing_country - } - chance = { - base = 1 - modifier = { - factor = 2 - invention = elastic_defense_system - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = tank_experiments } - } - modifier = { - factor = -5 - not = { combustion_engine = 1 } - } - } - effect = { - activate_unit = tank - activate_building = barrel_factory - } + limit = { + infiltration = 1 + has_country_flag = existing_country + } + chance = { + base = 1 + modifier = { + factor = 2 + invention = elastic_defense_system + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = tank_experiments } + } + modifier = { + factor = -5 + not = { combustion_engine = 1 } + } + } + effect = { + activate_unit = tank + activate_building = barrel_factory + } } tank_exploits = { - limit = { infiltration = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = synchronized_heavy_support - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = tank_exploits } - } - modifier = { - factor = -5 - not = { invention = tank_experiments } - } - } - effect = { - tank = { - attack = 2 - defence = 4 - supply_consumption = 1 - siege = 1 - } - } + limit = { infiltration = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = synchronized_heavy_support + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = tank_exploits } + } + modifier = { + factor = -5 + not = { invention = tank_experiments } + } + } + effect = { + tank = { + attack = 2 + defence = 4 + supply_consumption = 1 + siege = 1 + } + } } #modern_army_doctrine firepower_vs_mobility = { - limit = { modern_army_doctrine = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 1 - machine_guns = 1 - } - } - effect = { - infantry = { - attack = 1 - defence = 1 - } - guard = { - attack = 1 - defence = 1 - } - engineer = { - attack = 1 - defence = 1 - siege = 1 - } - tank = { - attack = 1 - defence = 1 - } - artillery = { - defence = 2 - } - cuirassier = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - army_base = { - maximum_speed = 1 - } - } + limit = { modern_army_doctrine = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 1 + machine_guns = 1 + } + } + effect = { + infantry = { + attack = 1 + defence = 1 + } + guard = { + attack = 1 + defence = 1 + } + engineer = { + attack = 1 + defence = 1 + siege = 1 + } + tank = { + attack = 1 + defence = 1 + } + artillery = { + defence = 2 + } + cuirassier = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + army_base = { + maximum_speed = 1 + } + } } grand_battle_plan_vs_superior_firepower = { - limit = { modern_army_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = pragmatism - } - modifier = { - factor = 2 - invention = modern_logics - } - } - effect = { - army_base = { - default_organisation = 10 - } - morale = 0.5 - } + limit = { modern_army_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = pragmatism + } + modifier = { + factor = 2 + invention = modern_logics + } + } + effect = { + army_base = { + default_organisation = 10 + } + morale = 0.5 + } } human_wave_vs_spearhead = { - limit = { modern_army_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 1 - semi_automatization = 1 - } - } - effect = { - infantry = { - attack = 1 - defence = 1 - } - guard = { - attack = 1 - defence = 1 - } - engineer = { - attack = 1 - defence = 1 - } - tank = { - attack = 1 - defence = 1 - siege = 1 - maximum_speed = 1 - } - cuirassier = { - defence = 1 - } - dragoon = { - defence = 1 - } - hussar = { - defence = 1 - } - cavalry = { - defence = 2 - } - irregular = { - defence = 2 - } - army_base = { - supply_consumption = -0.3 - } - } + limit = { modern_army_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 1 + semi_automatization = 1 + } + } + effect = { + infantry = { + attack = 1 + defence = 1 + } + guard = { + attack = 1 + defence = 1 + } + engineer = { + attack = 1 + defence = 1 + } + tank = { + attack = 1 + defence = 1 + siege = 1 + maximum_speed = 1 + } + cuirassier = { + defence = 1 + } + dragoon = { + defence = 1 + } + hussar = { + defence = 1 + } + cavalry = { + defence = 2 + } + irregular = { + defence = 2 + } + army_base = { + supply_consumption = -0.3 + } + } } #flintlock_rifles flintlock_rifle_armament = { - limit = { flintlock_rifles = 1 } - chance = { - base = 100 - } - effect = { - combat_width = -1 - } + limit = { flintlock_rifles = 1 } + chance = { + base = 100 + } + effect = { + combat_width = -1 + } } bayonet_charge = { - limit = { - flintlock_rifles = 1 - OR = { - civilized = yes - year = 1840 - } - } - chance = { - base = 4 - modifier = { - factor = 2 - invention = small_arms_production - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = bayonet_charge } - } - } - effect = { - infantry = { - attack = 1 - supply_consumption = 0.10 - } - dragoon = { - attack = 1 - supply_consumption = 0.10 - } - hussar = { - attack = 1 - supply_consumption = 0.10 - } - cavalry = { - attack = 0.5 - supply_consumption = 0.10 - } - irregular = { - attack = 0.5 - supply_consumption = 0.10 - } - } + limit = { + flintlock_rifles = 1 + OR = { + civilized = yes + year = 1840 + } + } + chance = { + base = 4 + modifier = { + factor = 2 + invention = small_arms_production + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = bayonet_charge } + } + } + effect = { + infantry = { + attack = 1 + supply_consumption = 0.10 + } + dragoon = { + attack = 1 + supply_consumption = 0.10 + } + hussar = { + attack = 1 + supply_consumption = 0.10 + } + cavalry = { + attack = 0.5 + supply_consumption = 0.10 + } + irregular = { + attack = 0.5 + supply_consumption = 0.10 + } + } } #muzzle_loaded_rifles muzzle_loaded_rifle_armament = { - limit = { muzzle_loaded_rifles = 1 invention = flintlock_rifle_armament } - chance = { - base = 5 - modifier = { - factor = 2 - war = yes - war_countries = { invention = muzzle_loaded_rifle_armament } - } - } - effect = { - infantry = { - attack = 1 - supply_consumption = 0.10 - } - engineer = { - attack = 1 - supply_consumption = 0.10 - } - dragoon = { - attack = 1 - supply_consumption = 0.10 - } - cavalry = { - attack = 0.5 - supply_consumption = 0.10 - } - irregular = { - attack = 0.5 - supply_consumption = 0.10 - } - } + limit = { muzzle_loaded_rifles = 1 invention = flintlock_rifle_armament } + chance = { + base = 5 + modifier = { + factor = 2 + war = yes + war_countries = { invention = muzzle_loaded_rifle_armament } + } + } + effect = { + infantry = { + attack = 1 + supply_consumption = 0.10 + } + engineer = { + attack = 1 + supply_consumption = 0.10 + } + dragoon = { + attack = 1 + supply_consumption = 0.10 + } + cavalry = { + attack = 0.5 + supply_consumption = 0.10 + } + irregular = { + attack = 0.5 + supply_consumption = 0.10 + } + } } #breech_loaded_rifles breech_loaded_rifle_armament = { - limit = { breech_loaded_rifles = 1 invention = muzzle_loaded_rifle_armament } - chance = { - base = 5 - modifier = { - factor = 2 - war = yes - war_countries = { invention = breech_loaded_rifle_armament } - } - } - effect = { - infantry = { - attack = 1 - supply_consumption = 0.20 - } - guard = { - attack = 1 - supply_consumption = 0.20 - } - engineer = { - attack = 1 - supply_consumption = 0.20 - } - dragoon = { - attack = 1 - supply_consumption = 0.20 - } - hussar = { - attack = 1 - supply_consumption = 0.20 - } - cavalry = { - attack = 0.5 - supply_consumption = 0.20 - } - irregular = { - attack = 0.5 - supply_consumption = 0.20 - } - } + limit = { breech_loaded_rifles = 1 invention = muzzle_loaded_rifle_armament } + chance = { + base = 5 + modifier = { + factor = 2 + war = yes + war_countries = { invention = breech_loaded_rifle_armament } + } + } + effect = { + infantry = { + attack = 1 + supply_consumption = 0.20 + } + guard = { + attack = 1 + supply_consumption = 0.20 + } + engineer = { + attack = 1 + supply_consumption = 0.20 + } + dragoon = { + attack = 1 + supply_consumption = 0.20 + } + hussar = { + attack = 1 + supply_consumption = 0.20 + } + cavalry = { + attack = 0.5 + supply_consumption = 0.20 + } + irregular = { + attack = 0.5 + supply_consumption = 0.20 + } + } } #machine_guns machine_gun_armament = { - limit = { machine_guns = 1 invention = breech_loaded_rifle_armament } - chance = { - base = 5 - modifier = { - factor = 2 - war = yes - war_countries = { invention = machine_gun_armament } - } - } - effect = { - infantry = { - defence = 4 - supply_consumption = 0.20 - } - guard = { - defence = 4 - supply_consumption = 0.20 - } - engineer = { - defence = 4 - supply_consumption = 0.20 - } - cuirassier = { - defence = 1 - supply_consumption = 0.20 - } - dragoon = { - defence = 2 - supply_consumption = 0.20 - } - hussar = { - defence = 3 - supply_consumption = 0.20 - } - cavalry = { - defence = 1 - supply_consumption = 0.20 - } - irregular = { - defence = 1 - supply_consumption = 0.20 - } - } + limit = { machine_guns = 1 invention = breech_loaded_rifle_armament } + chance = { + base = 5 + modifier = { + factor = 2 + war = yes + war_countries = { invention = machine_gun_armament } + } + } + effect = { + infantry = { + defence = 4 + supply_consumption = 0.20 + } + guard = { + defence = 4 + supply_consumption = 0.20 + } + engineer = { + defence = 4 + supply_consumption = 0.20 + } + cuirassier = { + defence = 1 + supply_consumption = 0.20 + } + dragoon = { + defence = 2 + supply_consumption = 0.20 + } + hussar = { + defence = 3 + supply_consumption = 0.20 + } + cavalry = { + defence = 1 + supply_consumption = 0.20 + } + irregular = { + defence = 1 + supply_consumption = 0.20 + } + } } colonial_negotiations = { - limit = { - year = 1880 - breech_loaded_rifles = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = -75 - NOT = { year = 1880 } - } - modifier = { - factor = 25 - machine_guns = 1 - } - modifier = { - factor = 25 - economic_responsibility = 1 - } - modifier = { - factor = 25 - naval_logistics = 1 - } - modifier = { - factor = 10 - any_greater_power = { - invention = colonial_negotiations - } - } - modifier = { - factor = 10 - any_neighbor_country = { - invention = colonial_negotiations - } - } - } - effect = { - colonial_life_rating = -5 - } + limit = { + year = 1880 + breech_loaded_rifles = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = -75 + NOT = { year = 1880 } + } + modifier = { + factor = 25 + machine_guns = 1 + } + modifier = { + factor = 25 + economic_responsibility = 1 + } + modifier = { + factor = 25 + naval_logistics = 1 + } + modifier = { + factor = 10 + any_greater_power = { + invention = colonial_negotiations + } + } + modifier = { + factor = 10 + any_neighbor_country = { + invention = colonial_negotiations + } + } + } + effect = { + colonial_life_rating = -5 + } } #bolt_action_rifles bolt_action_rifle_armament = { - limit = { bolt_action_rifles = 1 invention = machine_gun_armament } - chance = { - base = 5 - modifier = { - factor = 2 - war = yes - war_countries = { invention = bolt_action_rifle_armament } - } - } - effect = { - infantry = { - attack = 4 - supply_consumption = 0.20 - } - guard = { - attack = 4 - supply_consumption = 0.20 - } - engineer = { - attack = 1 - supply_consumption = 0.20 - } - cuirassier = { - attack = 1 - supply_consumption = 0.20 - } - dragoon = { - attack = 1 - supply_consumption = 0.20 - } - hussar = { - attack = 1 - supply_consumption = 0.20 - } - cavalry = { - attack = 0.5 - supply_consumption = 0.20 - } - irregular = { - attack = 0.5 - supply_consumption = 0.20 - } - } + limit = { bolt_action_rifles = 1 invention = machine_gun_armament } + chance = { + base = 5 + modifier = { + factor = 2 + war = yes + war_countries = { invention = bolt_action_rifle_armament } + } + } + effect = { + infantry = { + attack = 4 + supply_consumption = 0.20 + } + guard = { + attack = 4 + supply_consumption = 0.20 + } + engineer = { + attack = 1 + supply_consumption = 0.20 + } + cuirassier = { + attack = 1 + supply_consumption = 0.20 + } + dragoon = { + attack = 1 + supply_consumption = 0.20 + } + hussar = { + attack = 1 + supply_consumption = 0.20 + } + cavalry = { + attack = 0.5 + supply_consumption = 0.20 + } + irregular = { + attack = 0.5 + supply_consumption = 0.20 + } + } } #modern_divisional_structure interwar_infantry = { - limit = { modern_divisional_structure = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - mass_politics = 1 - } - modifier = { - factor = 2 - modern_army_doctrine = 1 - } - } - effect = { - infantry = { - attack = 4 - defence = 2 - supply_consumption = 0.20 - } - guard = { - attack = 4 - defence = 2 - supply_consumption = 0.20 - } - engineer = { - attack = 2 - defence = 2 - supply_consumption = 0.20 - } - irregular = { - attack = 1 - defence = 2 - supply_consumption = 0.20 - } - } + limit = { modern_divisional_structure = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + mass_politics = 1 + } + modifier = { + factor = 2 + modern_army_doctrine = 1 + } + } + effect = { + infantry = { + attack = 4 + defence = 2 + supply_consumption = 0.20 + } + guard = { + attack = 4 + defence = 2 + supply_consumption = 0.20 + } + engineer = { + attack = 2 + defence = 2 + supply_consumption = 0.20 + } + irregular = { + attack = 1 + defence = 2 + supply_consumption = 0.20 + } + } } interwar_cavalry = { - limit = { modern_divisional_structure = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 1 - combustion_engine = 1 - } - } - effect = { - cuirassier = { - attack = 2 - defence = 2 - reconnaissance = 2 - supply_consumption = 0.20 - } - dragoon = { - attack = 2 - defence = 2 - reconnaissance = 1 - supply_consumption = 0.20 - } - hussar = { - attack = 2 - defence = 2 - reconnaissance = 1 - supply_consumption = 0.20 - } - cavalry = { - attack = 1 - defence = 2 - reconnaissance = 2 - supply_consumption = 0.20 - } - } + limit = { modern_divisional_structure = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 1 + combustion_engine = 1 + } + } + effect = { + cuirassier = { + attack = 2 + defence = 2 + reconnaissance = 2 + supply_consumption = 0.20 + } + dragoon = { + attack = 2 + defence = 2 + reconnaissance = 1 + supply_consumption = 0.20 + } + hussar = { + attack = 2 + defence = 2 + reconnaissance = 1 + supply_consumption = 0.20 + } + cavalry = { + attack = 1 + defence = 2 + reconnaissance = 2 + supply_consumption = 0.20 + } + } } rear_area_dumps = { - limit = { modern_divisional_structure = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - combustion_engine = 1 - } - modifier = { - factor = 2 - invention = time_studies - } - } - effect = { - army_base = { - supply_consumption = -0.30 - } - } + limit = { modern_divisional_structure = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + combustion_engine = 1 + } + modifier = { + factor = 2 + invention = time_studies + } + } + effect = { + army_base = { + supply_consumption = -0.30 + } + } } #iron_breech_loaded_artillery #indirect_artillery_fire #heavy_armament tankette = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - modern_army_doctrine = 1 - } - modifier = { - factor = -3 - not = { invention = tank_exploits } - } - } - effect = { - tank = { - attack = 2 - defence = 1 - supply_consumption = 0.5 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + modern_army_doctrine = 1 + } + modifier = { + factor = -3 + not = { invention = tank_exploits } + } + } + effect = { + tank = { + attack = 2 + defence = 1 + supply_consumption = 0.5 + } + } } light_tank = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - modern_army_doctrine = 1 - } - modifier = { - factor = -4 - not = { invention = tankette } - } - } - effect = { - tank = { - attack = 2 - defence = 1 - supply_consumption = 0.5 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + modern_army_doctrine = 1 + } + modifier = { + factor = -4 + not = { invention = tankette } + } + } + effect = { + tank = { + attack = 2 + defence = 1 + supply_consumption = 0.5 + } + } } armoured_cars = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = tractors - } - modifier = { - factor = 2 - invention = tankette - } - modifier = { - factor = -6 - not = { invention = tank_exploits } - } - } - effect = { - tank = { - maximum_speed = 1 - supply_consumption = 0.5 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = tractors + } + modifier = { + factor = 2 + invention = tankette + } + modifier = { + factor = -6 + not = { invention = tank_exploits } + } + } + effect = { + tank = { + maximum_speed = 1 + supply_consumption = 0.5 + } + } } anti_aircraft_artillery = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = wright_n_langleys_aeroplanes - } - modifier = { - factor = 2 - aeronautics = 1 - } - } - effect = { - artillery = { - attack = 0.1 - defence = 1 - support = 0.1 - supply_consumption = 0.25 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = wright_n_langleys_aeroplanes + } + modifier = { + factor = 2 + aeronautics = 1 + } + } + effect = { + artillery = { + attack = 0.1 + defence = 1 + support = 0.1 + supply_consumption = 0.25 + } + } } improved_anti_aircraft_artillery = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - aeronautics = 1 - } - modifier = { - factor = -3 - not = { invention = anti_aircraft_artillery } - } - } - effect = { - artillery = { - attack = 0.1 - defence = 1 - support = 0.1 - supply_consumption = 0.25 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + aeronautics = 1 + } + modifier = { + factor = -3 + not = { invention = anti_aircraft_artillery } + } + } + effect = { + artillery = { + attack = 0.1 + defence = 1 + support = 0.1 + supply_consumption = 0.25 + } + } } light_artillery = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - modern_divisional_structure = 1 - } - modifier = { - factor = 2 - modern_army_doctrine = 1 - } - } - effect = { - artillery = { - attack = 0.1 - support = 0.1 - supply_consumption = 0.25 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + modern_divisional_structure = 1 + } + modifier = { + factor = 2 + modern_army_doctrine = 1 + } + } + effect = { + artillery = { + attack = 0.1 + support = 0.1 + supply_consumption = 0.25 + } + } } medium_artillery = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 4 - modern_army_doctrine = 1 - } - modifier = { - factor = -6 - not = { invention = light_artillery } - } - } - effect = { - artillery = { - attack = 0.1 - support = 0.1 - supply_consumption = 0.25 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 4 + modern_army_doctrine = 1 + } + modifier = { + factor = -6 + not = { invention = light_artillery } + } + } + effect = { + artillery = { + attack = 0.1 + support = 0.1 + supply_consumption = 0.25 + } + } } heavy_artillery = { - limit = { heavy_armament_dunno = 1 } - chance = { - base = 2 - modifier = { - factor = 4 - modern_divisional_structure = 1 - } - modifier = { - factor = -6 - not = { invention = medium_artillery } - } - } - effect = { - artillery = { - attack = 0.1 - support = 0.1 - supply_consumption = 0.25 - } - } + limit = { heavy_armament_dunno = 1 } + chance = { + base = 2 + modifier = { + factor = 4 + modern_divisional_structure = 1 + } + modifier = { + factor = -6 + not = { invention = medium_artillery } + } + } + effect = { + artillery = { + attack = 0.1 + support = 0.1 + supply_consumption = 0.25 + } + } } #military_staff_system cuirassier_activation = { - limit = { military_staff_system = 1 } - chance = { - base = 2 - modifier = { - factor = -2 - not = { civilized = yes } - } - } - effect = { - activate_unit = cuirassier - } + limit = { military_staff_system = 1 } + chance = { + base = 2 + modifier = { + factor = -2 + not = { civilized = yes } + } + } + effect = { + activate_unit = cuirassier + } } dragoon_activation = { - limit = { military_staff_system = 1 } - chance = { - base = 2 - modifier = { - factor = -2 - not = { civilized = yes } - } - } - effect = { - activate_unit = dragoon - } + limit = { military_staff_system = 1 } + chance = { + base = 2 + modifier = { + factor = -2 + not = { civilized = yes } + } + } + effect = { + activate_unit = dragoon + } } hussar_activation = { - limit = { military_staff_system = 1 } - chance = { - base = 2 - modifier = { - factor = -2 - not = { civilized = yes } - } - } - effect = { - activate_unit = hussar - } -} - + limit = { military_staff_system = 1 } + chance = { + base = 2 + modifier = { + factor = -2 + not = { civilized = yes } + } + } + effect = { + activate_unit = hussar + } +} + #military_plans telegraph_coordination = { - limit = { military_plans = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - army_professionalism = 1 - } - modifier = { - factor = 2 - early_railroad = 1 - } - } - effect = { - army_base = { - default_organisation = 5 - supply_consumption = 0.10 - } - } + limit = { military_plans = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + army_professionalism = 1 + } + modifier = { + factor = 2 + early_railroad = 1 + } + } + effect = { + army_base = { + default_organisation = 5 + supply_consumption = 0.10 + } + } } mobilization_time_tables = { - limit = { - military_plans = 1 - has_country_flag = existing_country - } - chance = { - base = 2 - modifier = { - factor = 1 - invention = telegraph_coordination - } - modifier = { - factor = 2 - strategic_mobility = 1 - } - } - effect = { - mobilisation_size = 0.01 - } + limit = { + military_plans = 1 + has_country_flag = existing_country + } + chance = { + base = 2 + modifier = { + factor = 1 + invention = telegraph_coordination + } + modifier = { + factor = 2 + strategic_mobility = 1 + } + } + effect = { + mobilisation_size = 0.01 + } } personnel_category_tables = { - limit = { - military_plans = 1 - has_country_flag = existing_country - } - chance = { - base = 2 - modifier = { - factor = 2 - invention = mobilization_time_tables - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - mobilisation_size = 0.01 - } + limit = { + military_plans = 1 + has_country_flag = existing_country + } + chance = { + base = 2 + modifier = { + factor = 2 + invention = mobilization_time_tables + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + mobilisation_size = 0.01 + } } #military_statistics ammunition_area_effect_calculations = { - limit = { military_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - empiricism = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + empiricism = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } empirical_combat_efficiency_matrix = { - limit = { military_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - empiricism = 1 - } - modifier = { - factor = 1 - breech_loaded_rifles = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + empiricism = 1 + } + modifier = { + factor = 1 + breech_loaded_rifles = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } combat_loss_evaluation_schemata = { - limit = { military_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - point_defense_system = 1 - } - modifier = { - factor = 2 - mechanical_production = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + point_defense_system = 1 + } + modifier = { + factor = 2 + mechanical_production = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } #military_logistics pre_planned_depot_systems = { - limit = { military_logistics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = sequence_planning - } - modifier = { - factor = 1 - invention = distribution_channels - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_logistics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = sequence_planning + } + modifier = { + factor = 1 + invention = distribution_channels + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } logistical_calculations = { - limit = { military_logistics = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - invention = distribution_channels - } - modifier = { - factor = 2 - iron_railroad = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_logistics = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + invention = distribution_channels + } + modifier = { + factor = 2 + iron_railroad = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } replenishment_transport_organisation = { - limit = { military_logistics = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - invention = logistical_calculations - } - modifier = { - factor = 2 - iron_railroad = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_logistics = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + invention = logistical_calculations + } + modifier = { + factor = 2 + iron_railroad = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } #military_directionism army_political_lobbying = { - limit = { military_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - state_n_government = 1 - } - modifier = { - factor = 2 - analytic_philosophy = 1 - } - } - effect = { - mobilisation_economy_impact = -0.05 - } + limit = { military_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + state_n_government = 1 + } + modifier = { + factor = 2 + analytic_philosophy = 1 + } + } + effect = { + mobilisation_economy_impact = -0.05 + } } army_military_political_decision_making = { - limit = { military_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - army_nco_training = 1 - } - modifier = { - factor = 2 - invention = political_science - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + army_nco_training = 1 + } + modifier = { + factor = 2 + invention = political_science + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } army_local_military_government = { - limit = { military_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 2 - invention = dogma_of_violence - } - } - effect = { - army_base = { - default_organisation = 2.5 - supply_consumption = 0.05 - } - } + limit = { military_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 2 + invention = dogma_of_violence + } + } + effect = { + army_base = { + default_organisation = 2.5 + supply_consumption = 0.05 + } + } } #aeronautics military_aviation = { - limit = { aeronautics = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - war = yes - war_countries = { invention = military_aviation } - } - modifier = { - factor = -5 - not = { invention = wright_n_langleys_aeroplanes } - } - } - effect = { - activate_unit = plane - } + limit = { aeronautics = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + war = yes + war_countries = { invention = military_aviation } + } + modifier = { + factor = -5 + not = { invention = wright_n_langleys_aeroplanes } + } + } + effect = { + activate_unit = plane + } } early_interwar_bombers = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = -2 - not = { invention = military_aviation } - } - } - effect = { - plane = { - attack = 0.5 - support = 1 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = -2 + not = { invention = military_aviation } + } + } + effect = { + plane = { + attack = 0.5 + support = 1 + } + } } late_interwar_bombers = { - limit = { aeronautics = 1 } - chance = { - base = 0 - modifier = { - factor = 2 - indirect_artillery_fire = 1 - } - modifier = { - factor = -2 - not = { invention = early_interwar_bombers } - } - } - effect = { - plane = { - attack = 0.5 - support = 1 - } - } + limit = { aeronautics = 1 } + chance = { + base = 0 + modifier = { + factor = 2 + indirect_artillery_fire = 1 + } + modifier = { + factor = -2 + not = { invention = early_interwar_bombers } + } + } + effect = { + plane = { + attack = 0.5 + support = 1 + } + } } early_interwar_fighters = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = -2 - not = { invention = military_aviation } - } - } - effect = { - plane = { - attack = 0.25 - defence = 3 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = -2 + not = { invention = military_aviation } + } + } + effect = { + plane = { + attack = 0.25 + defence = 3 + } + } } late_interwar_fighters = { - limit = { aeronautics = 1 } - chance = { - base = 0 - modifier = { - factor = 2 - modern_army_doctrine = 1 - } - modifier = { - factor = -2 - not = { invention = early_interwar_fighters } - } - } - effect = { - plane = { - attack = 0.25 - defence = 3 - } - } + limit = { aeronautics = 1 } + chance = { + base = 0 + modifier = { + factor = 2 + modern_army_doctrine = 1 + } + modifier = { + factor = -2 + not = { invention = early_interwar_fighters } + } + } + effect = { + plane = { + attack = 0.25 + defence = 3 + } + } } t_air_superiority = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - shift_work = 1 - } - modifier = { - factor = 2 - modern_divisional_structure = 1 - } - modifier = { - factor = -4 - not = { invention = military_aviation } - } - } - effect = { - plane = { - defence = 3 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + shift_work = 1 + } + modifier = { + factor = 2 + modern_divisional_structure = 1 + } + modifier = { + factor = -4 + not = { invention = military_aviation } + } + } + effect = { + plane = { + defence = 3 + default_organisation = 5 + } + } } flying_circus_doctrine = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = t_air_superiority - } - modifier = { - factor = 1 - invention = logistical_calculations - } - modifier = { - factor = -5 - not = { invention = military_aviation } - } - } - effect = { - plane = { - defence = 3 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = t_air_superiority + } + modifier = { + factor = 1 + invention = logistical_calculations + } + modifier = { + factor = -5 + not = { invention = military_aviation } + } + } + effect = { + plane = { + defence = 3 + default_organisation = 5 + } + } } force_substitution_doctrine = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = t_air_superiority - } - modifier = { - factor = 2 - analytic_philosophy = 1 - } - modifier = { - factor = -5 - not = { invention = military_aviation } - } - } - effect = { - plane = { - defence = 3 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = t_air_superiority + } + modifier = { + factor = 2 + analytic_philosophy = 1 + } + modifier = { + factor = -5 + not = { invention = military_aviation } + } + } + effect = { + plane = { + defence = 3 + default_organisation = 5 + } + } } battlefield_destruction_doctrine = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = flying_circus_doctrine - } - modifier = { - factor = 2 - invention = force_substitution_doctrine - } - modifier = { - factor = -6 - not = { invention = military_aviation } - } - } - effect = { - plane = { - attack = 0.25 - support = 1 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = flying_circus_doctrine + } + modifier = { + factor = 2 + invention = force_substitution_doctrine + } + modifier = { + factor = -6 + not = { invention = military_aviation } + } + } + effect = { + plane = { + attack = 0.25 + support = 1 + default_organisation = 5 + } + } } operational_destruction_doctrine = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = flying_circus_doctrine - } - modifier = { - factor = 2 - invention = force_substitution_doctrine - } - modifier = { - factor = -6 - not = { invention = military_aviation } - } - } - effect = { - plane = { - attack = 0.25 - support = 1 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = flying_circus_doctrine + } + modifier = { + factor = 2 + invention = force_substitution_doctrine + } + modifier = { + factor = -6 + not = { invention = military_aviation } + } + } + effect = { + plane = { + attack = 0.25 + support = 1 + default_organisation = 5 + } + } } strategic_destruction_doctrine = { - limit = { aeronautics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = flying_circus_doctrine - } - modifier = { - factor = 2 - invention = force_substitution_doctrine - } - modifier = { - factor = -6 - not = { invention = military_aviation } - } - } - effect = { - plane = { - reconnaissance = 2 - default_organisation = 5 - } - } + limit = { aeronautics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = flying_circus_doctrine + } + modifier = { + factor = 2 + invention = force_substitution_doctrine + } + modifier = { + factor = -6 + not = { invention = military_aviation } + } + } + effect = { + plane = { + reconnaissance = 2 + default_organisation = 5 + } + } } #army_professionalism army_academic_training = { - limit = { army_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - idealism = 1 - } - modifier = { - factor = 2 - ideological_thought = 1 - } - } - effect = { - morale = 0.15 - } + limit = { army_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + idealism = 1 + } + modifier = { + factor = 2 + ideological_thought = 1 + } + } + effect = { + morale = 0.15 + } } field_training = { - limit = { army_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - muzzle_loaded_rifles = 1 - } - modifier = { - factor = 1 - strategic_mobility = 1 - } - } - effect = { - mobilisation_economy_impact = -0.05 - } + limit = { army_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + muzzle_loaded_rifles = 1 + } + modifier = { + factor = 1 + strategic_mobility = 1 + } + } + effect = { + mobilisation_economy_impact = -0.05 + } } army_societal_status = { - limit = { army_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - romanticism = 1 - } - modifier = { - factor = 2 - realism = 1 - } - } - effect = { - mobilisation_economy_impact = -0.05 - } + limit = { army_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + romanticism = 1 + } + modifier = { + factor = 2 + realism = 1 + } + } + effect = { + mobilisation_economy_impact = -0.05 + } } #army_decision_making army_independent_command = { - limit = { army_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - ideological_thought = 1 - } - modifier = { - factor = 2 - positivism = 1 - } - } - effect = { - army_base = { - default_organisation = 2.5 - } - } + limit = { army_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + ideological_thought = 1 + } + modifier = { + factor = 2 + positivism = 1 + } + } + effect = { + army_base = { + default_organisation = 2.5 + } + } } army_continuous_issuing_of_orders = { - limit = { army_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = sequence_planning - } - modifier = { - factor = 2 - state_n_government = 1 - } - } - effect = { - army_base = { - maximum_speed = 1 - } - } + limit = { army_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = sequence_planning + } + modifier = { + factor = 2 + state_n_government = 1 + } + } + effect = { + army_base = { + maximum_speed = 1 + } + } } army_delegated_power = { - limit = { army_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = distribution_channels - } - modifier = { - factor = 2 - invention = telegraph_coordination - } + limit = { army_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = distribution_channels + } + modifier = { + factor = 2 + invention = telegraph_coordination + } - } - effect = { - morale = 0.3 - } + } + effect = { + morale = 0.3 + } } #army_risk_management army_wargames = { - limit = { army_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - state_n_government = 1 - } - modifier = { - factor = 1 - invention = staff_command_support - } - } - effect = { - army_base = { - default_organisation = 2.5 - } - } + limit = { army_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + state_n_government = 1 + } + modifier = { + factor = 1 + invention = staff_command_support + } + } + effect = { + army_base = { + default_organisation = 2.5 + } + } } army_alternative_plans = { - limit = { army_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 2 - empiricism = 1 - } - } - effect = { - army_base = { - maximum_speed = 1 - } - cuirassier = { - maximum_speed = 1 - } - dragoon = { - maximum_speed = 1 - } - hussar = { - maximum_speed = 1 - } - cavalry = { - maximum_speed = 1 - } - } + limit = { army_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 2 + empiricism = 1 + } + } + effect = { + army_base = { + maximum_speed = 1 + } + cuirassier = { + maximum_speed = 1 + } + dragoon = { + maximum_speed = 1 + } + hussar = { + maximum_speed = 1 + } + cavalry = { + maximum_speed = 1 + } + } } saddle_orders = { - limit = { army_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = i_empiricism - } - modifier = { - factor = 2 - invention = trench_systems - } - } - effect = { - morale = 0.3 - } + limit = { army_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = i_empiricism + } + modifier = { + factor = 2 + invention = trench_systems + } + } + effect = { + morale = 0.3 + } } #army_nco_training army_literate_ncos = { - limit = { army_nco_training = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = army_academic_training - } - modifier = { - factor = 2 - functionalism = 1 - } - } - effect = { - army_base = { - default_organisation = 5 - } - } + limit = { army_nco_training = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = army_academic_training + } + modifier = { + factor = 2 + functionalism = 1 + } + } + effect = { + army_base = { + default_organisation = 5 + } + } } nco_field_training = { - limit = { army_nco_training = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = field_training - } - modifier = { - factor = 2 - iron_railroad = 1 - } - } - effect = { - army_base = { - maximum_speed = 1 - } - } + limit = { army_nco_training = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = field_training + } + modifier = { + factor = 2 + iron_railroad = 1 + } + } + effect = { + army_base = { + maximum_speed = 1 + } + } } army_nco_tactical_training = { - limit = { army_nco_training = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = nco_field_training - } - modifier = { - factor = 3 - modern_army_doctrine = 1 - } - } - effect = { - morale = 0.5 - } + limit = { army_nco_training = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = nco_field_training + } + modifier = { + factor = 3 + modern_army_doctrine = 1 + } + } + effect = { + morale = 0.5 + } } diff --git a/HPM/inventions/commerce_inventions.txt b/HPM/inventions/commerce_inventions.txt index fbd5eaa8..4c19a188 100644 --- a/HPM/inventions/commerce_inventions.txt +++ b/HPM/inventions/commerce_inventions.txt @@ -1,2002 +1,2002 @@ #stock_exchange multitude_of_financial_instruments = { - limit = { - stock_exchange = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - tax_eff = 1 - } + limit = { + stock_exchange = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + tax_eff = 1 + } } insurance_companies = { - limit = { - stock_exchange = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - slavery = no_slavery - } - } - effect = { - tax_eff = 2 - } + limit = { + stock_exchange = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + slavery = no_slavery + } + } + effect = { + tax_eff = 2 + } } regulated_buying_and_selling_of_stocks = { - limit = { - stock_exchange = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 1 - economic_policy = state_capitalism - } - } - effect = { - tax_eff = 2 - } + limit = { + stock_exchange = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 1 + economic_policy = state_capitalism + } + } + effect = { + tax_eff = 2 + } } #business_banks liquidation_of_assets = { - limit = { business_banks = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = protectionism - } - } - effect = { - factory_cost = -0.01 - } + limit = { business_banks = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = protectionism + } + } + effect = { + factory_cost = -0.01 + } } capital_for_investors = { - limit = { business_banks = 1 } - news = no - chance = { - base= 2 - modifier = { - factor = 3 - economic_policy = interventionism - } - modifier = { - factor = 1 - ruling_party_ideology = conservative - } - } - effect = { - factory_cost = -0.01 - } + limit = { business_banks = 1 } + news = no + chance = { + base= 2 + modifier = { + factor = 3 + economic_policy = interventionism + } + modifier = { + factor = 1 + ruling_party_ideology = conservative + } + } + effect = { + factory_cost = -0.01 + } } distribution_channels = { - limit = { business_banks = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1 - economic_policy = laissez_faire - } - } - effect = { - factory_cost = -0.01 - } + limit = { business_banks = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1 + economic_policy = laissez_faire + } + } + effect = { + factory_cost = -0.01 + } } #investment_banks industrial_rnd_investments = { - limit = { investment_banks = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - economic_policy = state_capitalism - } - modifier = { - factor = 2 - trade_policy = protectionism - } - } - effect = { - factory_cost = -0.01 - } + limit = { investment_banks = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + economic_policy = state_capitalism + } + modifier = { + factor = 2 + trade_policy = protectionism + } + } + effect = { + factory_cost = -0.01 + } } industrial_production_investments = { - limit = { investment_banks = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 1 - trade_policy = free_trade - } - } - effect = { - factory_cost = -0.01 - } + limit = { investment_banks = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 1 + trade_policy = free_trade + } + } + effect = { + factory_cost = -0.01 + } } industrial_distribution_investments = { - limit = { investment_banks = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - } - effect = { - factory_cost = -0.01 - } + limit = { investment_banks = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + } + effect = { + factory_cost = -0.01 + } } #bank_inspection_board private_bank_monitoring = { - limit = { bank_inspection_board = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - economic_policy = interventionism - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - effect = { - tax_eff = 1 - } + limit = { bank_inspection_board = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + economic_policy = interventionism + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + effect = { + tax_eff = 1 + } } market_behaviour_monitoring = { - limit = { - bank_inspection_board = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 1 - ruling_party_ideology = socialist - } - } - effect = { - tax_eff = 1 - } + limit = { + bank_inspection_board = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 1 + ruling_party_ideology = socialist + } + } + effect = { + tax_eff = 1 + } } #mutual_funds buying_on_margin = { - limit = { mutual_funds = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 1 - nationalvalue = nv_liberty - } - } - effect = { - factory_cost = -0.01 - } + limit = { mutual_funds = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 1 + nationalvalue = nv_liberty + } + } + effect = { + factory_cost = -0.01 + } } #ad_hoc_money_bill_printing silver_standard = { - limit = { ad_hoc_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - economic_policy = interventionism - } - } - effect = { - tax_eff = 1 - } + limit = { ad_hoc_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + economic_policy = interventionism + } + } + effect = { + tax_eff = 1 + } } decimal_monetary_system = { - limit = { ad_hoc_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 1 - economic_policy = interventionism - } - } - effect = { - tax_eff = 1 - } + limit = { ad_hoc_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 1 + economic_policy = interventionism + } + } + effect = { + tax_eff = 1 + } } #private_bank_money_bill_printing double_standard = { - limit = { private_bank_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = silver_standard - } - modifier = { - factor = 3 - average_consciousness = 3 - } - } - effect = { - tax_eff = 1 - } + limit = { private_bank_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = silver_standard + } + modifier = { + factor = 3 + average_consciousness = 3 + } + } + effect = { + tax_eff = 1 + } } fixed_intramonetary_exchange_rates = { - limit = { private_bank_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 2 - } - modifier = { - factor = 1 - economic_policy = planned_economy - } - } - effect = { - tax_eff = 1 - } + limit = { private_bank_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 2 + } + modifier = { + factor = 1 + economic_policy = planned_economy + } + } + effect = { + tax_eff = 1 + } } #central_bank_money_bill_printing gold_standard = { - limit = { central_bank_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - invention = double_standard - } - modifier = { - factor = 2 - invention = ludwig_von_mises #Tu ne cede malis, sed contra audentior - } - modifier = { - factor = 3 - economic_policy = laissez_faire - } - } - effect = { - tax_eff = 1 - } + limit = { central_bank_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + invention = double_standard + } + modifier = { + factor = 2 + invention = ludwig_von_mises #Tu ne cede malis, sed contra audentior + } + modifier = { + factor = 3 + economic_policy = laissez_faire + } + } + effect = { + tax_eff = 1 + } } international_monetary_exchange_rates = { - limit = { central_bank_money_bill_printing = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = fixed_intramonetary_exchange_rates - } - modifier = { - factor = 1 - prestige = 40 - } - modifier = { - factor = 2 - is_greater_power = yes - } - } - effect = { - tax_eff = 1 - } + limit = { central_bank_money_bill_printing = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = fixed_intramonetary_exchange_rates + } + modifier = { + factor = 1 + prestige = 40 + } + modifier = { + factor = 2 + is_greater_power = yes + } + } + effect = { + tax_eff = 1 + } } #modern_central_bank_system state_bond_monetary_mechanism = { - limit = { modern_central_bank_system = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 1 - economic_policy = interventionism - } - } - effect = { - tax_eff = 1 - } + limit = { modern_central_bank_system = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 1 + economic_policy = interventionism + } + } + effect = { + tax_eff = 1 + } } interest_inflation_weapon = { - limit = { modern_central_bank_system = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = international_monetary_exchange_rates - } - modifier = { - factor = 1 - economic_policy = interventionism - } - modifier = { - factor = 1 - trade_policy = protectionism - } - } - effect = { - tax_eff = 1 - } + limit = { modern_central_bank_system = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = international_monetary_exchange_rates + } + modifier = { + factor = 1 + economic_policy = interventionism + } + modifier = { + factor = 1 + trade_policy = protectionism + } + } + effect = { + tax_eff = 1 + } } #market_determined_exchange_rates hyperinflation = { - limit = { market_determined_exchange_rates = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - war_exhaustion = 4 - } - } - core_pop_consciousness_modifier = 0.01 - effect = { - factory_cost = 0.1 - } + limit = { market_determined_exchange_rates = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + war_exhaustion = 4 + } + } + core_pop_consciousness_modifier = 0.01 + effect = { + factory_cost = 0.1 + } } #eary_classical_theory john_ramsay_mcculloch = { - limit = { late_classical_theory = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - prestige = 30 - } - modifier = { - factor = 2 - is_greater_power = yes - } - } - effect = { - loan_interest = -0.002 - } + limit = { late_classical_theory = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + prestige = 30 + } + modifier = { + factor = 2 + is_greater_power = yes + } + } + effect = { + loan_interest = -0.002 + } } nassau_william_sr = { - limit = { late_classical_theory = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - } - effect = { - loan_interest = -0.002 - } + limit = { late_classical_theory = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + } + effect = { + loan_interest = -0.002 + } } # james_mill = { - # limit = { early_classical_theory_and_critique = 1 } - # news = no - # chance = { - # base = 2 - # modifier = { - # factor = 2 - # nationalvalue = nv_equality - # } - # modifier = { - # factor = 1 - # ruling_party_ideology = liberal - # } - # } - # effect = { - # activate_building = luxury_furniture_factory - # } + # limit = { early_classical_theory_and_critique = 1 } + # news = no + # chance = { + # base = 2 + # modifier = { + # factor = 2 + # nationalvalue = nv_equality + # } + # modifier = { + # factor = 1 + # ruling_party_ideology = liberal + # } + # } + # effect = { + # activate_building = luxury_furniture_factory + # } # } #late_classical_theory john_elliot_cairnes = { - limit = { - late_classical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1 - trade_unions = all_trade_unions - } - } - effect = { - permanent_prestige = 1 - } + limit = { + late_classical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1 + trade_unions = all_trade_unions + } + } + effect = { + permanent_prestige = 1 + } } robert_torrens = { - limit = { - late_classical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - } - effect = { - permanent_prestige = 1 - } + limit = { + late_classical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + } + effect = { + permanent_prestige = 1 + } } john_stuart_mill = { - limit = { - late_classical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - } - effect = { - permanent_prestige = 1 - } + limit = { + late_classical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + } + effect = { + permanent_prestige = 1 + } } #collectivist_theory pierre_joseph_proudhon = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 5 - modifier = { - factor = 5 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - - modifier = { - factor = 2 - invention = atheism - } - - modifier = { - factor = 2 - invention = secularization - } - - modifier = { - factor = 2 - invention = authoritarianism - } - - modifier = { - factor = 2 - invention = rationalism - } - - modifier = { - factor = 2 - invention = collectivism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 5 + modifier = { + factor = 5 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + + modifier = { + factor = 2 + invention = atheism + } + + modifier = { + factor = 2 + invention = secularization + } + + modifier = { + factor = 2 + invention = authoritarianism + } + + modifier = { + factor = 2 + invention = rationalism + } + + modifier = { + factor = 2 + invention = collectivism + } + } + effect = { + permanent_prestige = 1 + } } karl_marx = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - ruling_party_ideology = communist - } - modifier = { - factor = 5 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - economic_policy = planned_economy - } - - modifier = { - factor = 8 - invention = friedrich_engels - } - - modifier = { - factor = 2 - invention = egalitarianism - } - - modifier = { - factor = 2 - invention = social_justice - } - - modifier = { - factor = 2 - invention = atheism - } - - modifier = { - factor = 2 - invention = secularization - } - - modifier = { - factor = 2 - invention = rationalism - } - - modifier = { - factor = 2 - invention = determinism - } - - modifier = { - factor = 2 - invention = collectivism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + ruling_party_ideology = communist + } + modifier = { + factor = 5 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + economic_policy = planned_economy + } + + modifier = { + factor = 8 + invention = friedrich_engels + } + + modifier = { + factor = 2 + invention = egalitarianism + } + + modifier = { + factor = 2 + invention = social_justice + } + + modifier = { + factor = 2 + invention = atheism + } + + modifier = { + factor = 2 + invention = secularization + } + + modifier = { + factor = 2 + invention = rationalism + } + + modifier = { + factor = 2 + invention = determinism + } + + modifier = { + factor = 2 + invention = collectivism + } + } + effect = { + permanent_prestige = 1 + } } friedrich_engels = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 4 - invention = karl_marx - } - modifier = { - factor = 2 - invention = egalitarianism - } - - modifier = { - factor = 2 - invention = social_justice - } - - modifier = { - factor = 2 - invention = atheism - } - - modifier = { - factor = 2 - invention = rationalism - } - - modifier = { - factor = 2 - invention = secularization - } - - modifier = { - factor = 2 - invention = determinism - } - - modifier = { - factor = 2 - invention = collectivism - } - - modifier = { - factor = 5 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - economic_policy = planned_economy - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 4 + invention = karl_marx + } + modifier = { + factor = 2 + invention = egalitarianism + } + + modifier = { + factor = 2 + invention = social_justice + } + + modifier = { + factor = 2 + invention = atheism + } + + modifier = { + factor = 2 + invention = rationalism + } + + modifier = { + factor = 2 + invention = secularization + } + + modifier = { + factor = 2 + invention = determinism + } + + modifier = { + factor = 2 + invention = collectivism + } + + modifier = { + factor = 5 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + economic_policy = planned_economy + } + } + effect = { + permanent_prestige = 1 + } } eduard_bernstein = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = friedrich_engels - } - modifier = { - factor = 1 - economic_policy = state_capitalism - } - modifier = { - factor = 2 - economic_policy = planned_economy - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = friedrich_engels + } + modifier = { + factor = 1 + economic_policy = state_capitalism + } + modifier = { + factor = 2 + economic_policy = planned_economy + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + effect = { + permanent_prestige = 1 + } } sidney_webb = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - invention = friedrich_engels - } - modifier = { - factor = 2 - NOT = { - wage_reform = no_minimum_wage - } - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + invention = friedrich_engels + } + modifier = { + factor = 2 + NOT = { + wage_reform = no_minimum_wage + } + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + permanent_prestige = 1 + } } karl_kautsky = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = friedrich_engels - } - modifier = { - factor = 1 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = friedrich_engels + } + modifier = { + factor = 1 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + permanent_prestige = 1 + } } jean_jaures = { - limit = { - collectivist_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - economic_policy = planned_economy - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - } - effect = { - permanent_prestige = 1 - } + limit = { + collectivist_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + economic_policy = planned_economy + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + } + effect = { + permanent_prestige = 1 + } } #the_historical_theory friedrich_list = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 1 - economic_policy = state_capitalism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 1 + economic_policy = state_capitalism + } + } + effect = { + permanent_prestige = 1 + } } wilhelm_roscher = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + effect = { + permanent_prestige = 1 + } } bruno_hildebrand = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 1 - religious_policy = pluralism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 1 + religious_policy = pluralism + } + } + effect = { + permanent_prestige = 1 + } } karl_knies = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + } + effect = { + permanent_prestige = 1 + } } gustav_von_schmoller = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - prestige = 30 - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + prestige = 30 + } + } + effect = { + permanent_prestige = 1 + } } adolph_wagner = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 2 - } - modifier = { - factor = 2 - nationalvalue = nv_order - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 2 + } + modifier = { + factor = 2 + nationalvalue = nv_order + } + } + effect = { + permanent_prestige = 1 + } } william_cunningham = { - limit = { - the_historical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - } - effect = { - permanent_prestige = 1 - } + limit = { + the_historical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + } + effect = { + permanent_prestige = 1 + } } #neoclassical_theory johann_heinrich_von_thunen = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - modifier = { - factor = 1 - economic_policy = interventionism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + modifier = { + factor = 1 + economic_policy = interventionism + } + } + effect = { + permanent_prestige = 1 + } } leon_walras = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = planned_economy - } - modifier = { - factor = 1 - nationalvalue = nv_equality - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = planned_economy + } + modifier = { + factor = 1 + nationalvalue = nv_equality + } + } + effect = { + permanent_prestige = 1 + } } stanley_jevons = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + effect = { + permanent_prestige = 1 + } } carl_menger = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + } + effect = { + permanent_prestige = 1 + } } thorstein_veblen = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - average_consciousness = 4 - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + average_consciousness = 4 + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + permanent_prestige = 1 + } } alfred_marshall = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + } + effect = { + permanent_prestige = 1 + } } augustin_cournot = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - average_consciousness = 3 - } - modifier = { - factor = 2 - nationalvalue = nv_equality - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + average_consciousness = 3 + } + modifier = { + factor = 2 + nationalvalue = nv_equality + } + } + effect = { + permanent_prestige = 1 + } } jules_dupuit = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 3 - average_consciousness = 3 - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 3 + average_consciousness = 3 + } + } + effect = { + permanent_prestige = 1 + } } vilfredo_pareto = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 1 - ruling_party_ideology = liberal - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 1 + ruling_party_ideology = liberal + } + } + effect = { + permanent_prestige = 1 + } } knut_wicksell = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 3 - nationalvalue = nv_liberty - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 3 + nationalvalue = nv_liberty + } + } + effect = { + permanent_prestige = 1 + } } irving_fischer = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - trade_policy = protectionism - } - modifier = { - factor = 2 - economic_policy = interventionism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + trade_policy = protectionism + } + modifier = { + factor = 2 + economic_policy = interventionism + } + } + effect = { + permanent_prestige = 1 + } } joseph_schumpeter = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + permanent_prestige = 1 + } } eugen_von_bohm_bawerk = { - limit = { - neoclassical_theory = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - permanent_prestige = 1 - } + limit = { + neoclassical_theory = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + permanent_prestige = 1 + } } #keynesian_economics john_maynard_keynes = { - limit = { - keynesian_economics = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - NOT = { - literacy = 0.7 - } - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + keynesian_economics = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + NOT = { + literacy = 0.7 + } + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + permanent_prestige = 1 + } } richard_kahn = { - limit = { - keynesian_economics = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 3 - modifier = { - factor = 3 - invention = john_maynard_keynes - } - modifier = { - factor = 2 - economic_policy = interventionism - } - } - effect = { - permanent_prestige = 1 - } + limit = { + keynesian_economics = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 3 + modifier = { + factor = 3 + invention = john_maynard_keynes + } + modifier = { + factor = 2 + economic_policy = interventionism + } + } + effect = { + permanent_prestige = 1 + } } ludwig_von_mises = { - limit = { - keynesian_economics = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = 10 - economic_policy = laissez_faire - } - modifier = { - factor = 3 - trade_policy = free_trade - } - modifier = { - factor = 1 - prestige = 10 - } - } - effect = { - permanent_prestige = 1 - } + limit = { + keynesian_economics = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = 10 + economic_policy = laissez_faire + } + modifier = { + factor = 3 + trade_policy = free_trade + } + modifier = { + factor = 1 + prestige = 10 + } + } + effect = { + permanent_prestige = 1 + } } friedrich_hayek = { - limit = { - keynesian_economics = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - is_ideology_enabled = socialist - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - } - effect = { - permanent_prestige = 1 - } + limit = { + keynesian_economics = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + is_ideology_enabled = socialist + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + } + effect = { + permanent_prestige = 1 + } } #market_structure polypoly_structure = { - news = no - limit = { - has_country_flag = existing_country - market_structure = 1 - NOT = { - OR = { - invention = oligopoly_structure - invention = monopoly_structure - } - } - } - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - } - effect = { - factory_input = -0.02 - } + news = no + limit = { + has_country_flag = existing_country + market_structure = 1 + NOT = { + OR = { + invention = oligopoly_structure + invention = monopoly_structure + } + } + } + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + } + effect = { + factory_input = -0.02 + } } oligopoly_structure = { - news = no - limit = { - has_country_flag = existing_country - market_structure = 1 - NOT = { - OR = { - invention = polypoly_structure - invention = monopoly_structure - } - } - } - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - } - effect = { - factory_output = 0.02 - } + news = no + limit = { + has_country_flag = existing_country + market_structure = 1 + NOT = { + OR = { + invention = polypoly_structure + invention = monopoly_structure + } + } + } + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + } + effect = { + factory_output = 0.02 + } } monopoly_structure = { - news = no - limit = { - has_country_flag = existing_country - market_structure = 1 - NOT = { - OR = { - invention = polypoly_structure - invention = oligopoly_structure - } - } - } - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - factory_throughput = 0.05 - } + news = no + limit = { + has_country_flag = existing_country + market_structure = 1 + NOT = { + OR = { + invention = polypoly_structure + invention = oligopoly_structure + } + } + } + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + factory_throughput = 0.05 + } } #business_regulations limited_partnership_company = { - limit = { business_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - is_greater_power = yes - } - } - effect = { - tax_eff = 1 - } + limit = { business_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + is_greater_power = yes + } + } + effect = { + tax_eff = 1 + } } joint_stock_company = { - limit = { business_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = limited_partnership_company - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - tax_eff = 1 - } + limit = { business_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = limited_partnership_company + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + tax_eff = 1 + } } patent = { - limit = { business_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - factory_cost = -0.03 - } + limit = { business_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + factory_cost = -0.03 + } } trademark = { - limit = { business_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - prestige = 10 - } - } - effect = { - factory_cost = -0.02 - } + limit = { business_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + prestige = 10 + } + } + effect = { + factory_cost = -0.02 + } } #market_regulations anti_trust_laws = { - limit = { market_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - modifier = { - factor = 2 - nationalvalue = nv_equality - } - } - effect = { - tax_eff = 1 - } + limit = { market_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + modifier = { + factor = 2 + nationalvalue = nv_equality + } + } + effect = { + tax_eff = 1 + } } financial_regulations = { - limit = { market_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - trade_policy = protectionism - } - } - effect = { - tax_eff = 1 - } + limit = { market_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + trade_policy = protectionism + } + } + effect = { + tax_eff = 1 + } } banking_regulations = { - limit = { market_regulations = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - } - effect = { - tax_eff = 1 - } + limit = { market_regulations = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + } + effect = { + tax_eff = 1 + } } #economic_responsibility working_board_of_directors = { - limit = { economic_responsibility = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - modifier = { - factor = 2 - economic_policy = laissez_faire - } - } - effect = { - factory_cost = -0.01 - } + limit = { economic_responsibility = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + modifier = { + factor = 2 + economic_policy = laissez_faire + } + } + effect = { + factory_cost = -0.01 + } } bankruptcy_proceedings = { - limit = { economic_responsibility = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - factory_cost = -0.01 - } + limit = { economic_responsibility = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + factory_cost = -0.01 + } } annual_report_proceedings = { - limit = { economic_responsibility = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - } - effect = { - factory_cost = -0.01 - } + limit = { economic_responsibility = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + } + effect = { + factory_cost = -0.01 + } } #government_interventionism priming_the_pump_ = { - limit = { government_interventionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - } - effect = { - loan_interest = -0.005 - } + limit = { government_interventionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + } + effect = { + loan_interest = -0.005 + } } mixed_economy = { - limit = { government_interventionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - loan_interest = -0.005 - } + limit = { government_interventionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + loan_interest = -0.005 + } } centralized_economic_planning = { - limit = { government_interventionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 3 - economic_policy = planned_economy - } - } - effect = { - factory_cost = -0.01 - } + limit = { government_interventionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 3 + economic_policy = planned_economy + } + } + effect = { + factory_cost = -0.01 + } } autarky = { - limit = { government_interventionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - economic_policy = planned_economy - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - #modifier = { - # factor = 100 - # stupidity = yes - #} - } - effect = { - loan_interest = -0.005 - } + limit = { government_interventionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + economic_policy = planned_economy + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + #modifier = { + # factor = 100 + # stupidity = yes + #} + } + effect = { + loan_interest = -0.005 + } } import_substitution_industrialization = { - limit = { - government_interventionism = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = 4 - economic_policy = planned_economy - } - modifier = { - factor = 3 - economic_policy = state_capitalism - } - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 1 - trade_policy = protectionism - } - } - effect = { - activate_building = synthetic_oil_factory - } + limit = { + government_interventionism = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = 4 + economic_policy = planned_economy + } + modifier = { + factor = 3 + economic_policy = state_capitalism + } + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 1 + trade_policy = protectionism + } + } + effect = { + activate_building = synthetic_oil_factory + } } #guild_based_production modern_winemaking = { - limit = { - guild_based_production = 1 - OR = { - NOT = { - has_country_flag = sunni_country - has_country_flag = shiite_country - has_country_flag = ibadi_country - } - has_country_flag = secularized_muslim_society - has_country_flag = post_colonial_country - } - } - news = no - chance = { - base = 100 - } - effect = { - activate_building = winery - factory_goods_throughput = { - liquor = 0.05 - } - } + limit = { + guild_based_production = 1 + OR = { + NOT = { + has_country_flag = sunni_country + has_country_flag = shiite_country + has_country_flag = ibadi_country + } + has_country_flag = secularized_muslim_society + has_country_flag = post_colonial_country + } + } + news = no + chance = { + base = 100 + } + effect = { + activate_building = winery + factory_goods_throughput = { + liquor = 0.05 + } + } } #organized_factories work_classification = { - limit = { organized_factories = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - factory_output = 0.01 - } + limit = { organized_factories = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + factory_output = 0.01 + } } work_specialization = { - limit = { organized_factories = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = work_classification - } - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - factory_output = 0.01 - } + limit = { organized_factories = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = work_classification + } + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + factory_output = 0.01 + } } work_control_and_hierarchy = { - limit = { organized_factories = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = work_specialization - } - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - factory_output = 0.01 - } + limit = { organized_factories = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = work_specialization + } + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + factory_output = 0.01 + } } #scientific_management sequence_planning = { - limit = { scientific_management = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - } - effect = { - factory_output = 0.01 - } + limit = { scientific_management = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + } + effect = { + factory_output = 0.01 + } } inventory_planning = { - limit = { scientific_management = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - trade_policy = free_trade - } - } - effect = { - factory_output = 0.01 - } + limit = { scientific_management = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + trade_policy = free_trade + } + } + effect = { + factory_output = 0.01 + } } quality_assurance_procedure = { - limit = { scientific_management = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - average_consciousness = 4 - } - } - effect = { - factory_output = 0.01 - } + limit = { scientific_management = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + average_consciousness = 4 + } + } + effect = { + factory_output = 0.01 + } } #time_saving_measures time_studies = { - limit = { time_saving_measures = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = state_capitalism - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - } - effect = { - factory_output = 0.01 - } + limit = { time_saving_measures = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = state_capitalism + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + } + effect = { + factory_output = 0.01 + } } time_clock = { - limit = { time_saving_measures = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - average_consciousness = 2 - } - } - effect = { - factory_output = 0.025 - } + limit = { time_saving_measures = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + average_consciousness = 2 + } + } + effect = { + factory_output = 0.025 + } } lighting = { - limit = { time_saving_measures = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 4 - electricity = 1 - } - modifier = { - factor = 2 - economic_policy = laissez_faire - } - } - effect = { - factory_output = 0.025 - } + limit = { time_saving_measures = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 4 + electricity = 1 + } + modifier = { + factor = 2 + economic_policy = laissez_faire + } + } + effect = { + factory_output = 0.025 + } } #management_strategy old_style_family_business = { - limit = { management_strategy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = interventionism - } - modifier = { - factor = 2 - NOT = { - average_consciousness = 3 - } - } - } - effect = { - factory_input = -0.01 - } + limit = { management_strategy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = interventionism + } + modifier = { + factor = 2 + NOT = { + average_consciousness = 3 + } + } + } + effect = { + factory_input = -0.01 + } } anynomous_investor_business = { - limit = { management_strategy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 3 - } - modifier = { - factor = 2 - economic_policy = state_capitalism - } - } - effect = { - factory_input = -0.01 - } + limit = { management_strategy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 3 + } + modifier = { + factor = 2 + economic_policy = state_capitalism + } + } + effect = { + factory_input = -0.01 + } } marketized_smallholder_business = { - limit = { management_strategy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - trade_policy = free_trade - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - factory_input = -0.01 - } + limit = { management_strategy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + trade_policy = free_trade + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + factory_input = -0.01 + } } #organizational_development i_scientific_management = { - limit = { organizational_development = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - average_consciousness = 3 - } - } - effect = { - factory_output = 0.01 - } + limit = { organizational_development = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + average_consciousness = 3 + } + } + effect = { + factory_output = 0.01 + } } human_resource_development = { - limit = { organizational_development = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - average_consciousness = 3 - } - modifier = { - factor = 2 - trade_unions = all_trade_unions - } - } - effect = { - factory_output = 0.01 - } + limit = { organizational_development = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + average_consciousness = 3 + } + modifier = { + factor = 2 + trade_unions = all_trade_unions + } + } + effect = { + factory_output = 0.01 + } } diff --git a/HPM/inventions/culture_inventions.txt b/HPM/inventions/culture_inventions.txt index 62cd5a7a..74a33303 100644 --- a/HPM/inventions/culture_inventions.txt +++ b/HPM/inventions/culture_inventions.txt @@ -1,1836 +1,1836 @@ #romanticism romanticist_literature = { - limit = { romanticism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - average_consciousness = 3 - } - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = -2 - OR = { - invention = romanticist_art - invention = romanticist_music - } - } - } - effect = { - shared_prestige = 5 - } + limit = { romanticism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + average_consciousness = 3 + } + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = -2 + OR = { + invention = romanticist_art + invention = romanticist_music + } + } + } + effect = { + shared_prestige = 5 + } } romanticist_art = { - limit = { romanticism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - average_consciousness = 3 - } - modifier = { - factor = 2 - prestige = 30 - } - modifier = { - factor = -2 - OR = { - invention = romanticist_literature - invention = romanticist_music - } - } - } - effect = { - shared_prestige = 5 - } + limit = { romanticism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + average_consciousness = 3 + } + modifier = { + factor = 2 + prestige = 30 + } + modifier = { + factor = -2 + OR = { + invention = romanticist_literature + invention = romanticist_music + } + } + } + effect = { + shared_prestige = 5 + } } romanticist_music = { - limit = { romanticism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - is_greater_power = no - } - modifier = { - factor = 2 - plurality = 5 - } - modifier = { - factor = -2 - OR = { - invention = romanticist_art - invention = romanticist_literature - } - } - } - effect = { - shared_prestige = 5 - } + limit = { romanticism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + is_greater_power = no + } + modifier = { + factor = 2 + plurality = 5 + } + modifier = { + factor = -2 + OR = { + invention = romanticist_art + invention = romanticist_literature + } + } + } + effect = { + shared_prestige = 5 + } } #realism realist_literature = { - limit = { realism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - is_greater_power = no - } - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = -1 - OR = { - invention = realist_art - invention = realist_music - } - } - } - effect = { - shared_prestige = 10 - } + limit = { realism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + is_greater_power = no + } + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = -1 + OR = { + invention = realist_art + invention = realist_music + } + } + } + effect = { + shared_prestige = 10 + } } realist_art = { - limit = { realism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 3 - } - modifier = { - factor = 3 - plurality = 5 - } - modifier = { - factor = -2 - OR = { - invention = realist_literature - invention = realist_music - } - } - } - effect = { - shared_prestige = 10 - } + limit = { realism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 3 + } + modifier = { + factor = 3 + plurality = 5 + } + modifier = { + factor = -2 + OR = { + invention = realist_literature + invention = realist_music + } + } + } + effect = { + shared_prestige = 10 + } } realist_music = { - limit = { realism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = realist_art - invention = realist_literature - } - } - modifier = { - factor = 2 - idealism = 1 - } - } - effect = { - shared_prestige = 10 - } + limit = { realism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = realist_art + invention = realist_literature + } + } + modifier = { + factor = 2 + idealism = 1 + } + } + effect = { + shared_prestige = 10 + } } #impressionism impressionist_literature = { - limit = { impressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = impressionist_art - invention = impressionist_music - } - } - modifier = { - factor = 2 - positivism = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { impressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = impressionist_art + invention = impressionist_music + } + } + modifier = { + factor = 2 + positivism = 1 + } + } + effect = { + shared_prestige = 15 + } } impressionist_art = { - limit = { impressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = impressionist_literature - invention = impressionist_music - } - } - modifier = { - factor = 2 - ideological_thought = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { impressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = impressionist_literature + invention = impressionist_music + } + } + modifier = { + factor = 2 + ideological_thought = 1 + } + } + effect = { + shared_prestige = 15 + } } impressionist_music = { - limit = { impressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = impressionist_art - invention = impressionist_literature - } - } - modifier = { - factor = 2 - empiricism = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { impressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = impressionist_art + invention = impressionist_literature + } + } + modifier = { + factor = 2 + empiricism = 1 + } + } + effect = { + shared_prestige = 15 + } } #expressionism expressionist_literature = { - limit = { expressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = expressionist_art - invention = expressionist_music - } - } - modifier = { - factor = 2 - experimental_psychology = 1 - } - - } - effect = { - shared_prestige = 20 - } + limit = { expressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = expressionist_art + invention = expressionist_music + } + } + modifier = { + factor = 2 + experimental_psychology = 1 + } + + } + effect = { + shared_prestige = 20 + } } expressionist_art = { - limit = { expressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = expressionist_literature - invention = expressionist_music - } - } - modifier = { - factor = 2 - nationalism_n_imperialism = 1 - } - } - effect = { - shared_prestige = 20 - } + limit = { expressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = expressionist_literature + invention = expressionist_music + } + } + modifier = { + factor = 2 + nationalism_n_imperialism = 1 + } + } + effect = { + shared_prestige = 20 + } } expressionist_music = { - limit = { expressionism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = expressionist_art - invention = expressionist_literature - } - } - modifier = { - factor = 2 - phenomenology_n_hermeneutic = 1 - } - } - effect = { - shared_prestige = 20 - } + limit = { expressionism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = expressionist_art + invention = expressionist_literature + } + } + modifier = { + factor = 2 + phenomenology_n_hermeneutic = 1 + } + } + effect = { + shared_prestige = 20 + } } #mass_culture_n_the_avant_garde avantgarde_literature = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = avantgarde_art - invention = avantgarde_music - } - } - modifier = { - factor = 2 - anti__rationalism = 1 - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = avantgarde_art + invention = avantgarde_music + } + } + modifier = { + factor = 2 + anti__rationalism = 1 + } + } + effect = { + shared_prestige = 25 + } } avantgarde_art = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = avantgarde_literature - invention = avantgarde_music - } - } - modifier = { - factor = 2 - social_alienation = 1 - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = avantgarde_literature + invention = avantgarde_music + } + } + modifier = { + factor = 2 + social_alienation = 1 + } + } + effect = { + shared_prestige = 25 + } } avantgarde_music = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = -2 - OR = { - invention = avantgarde_art - invention = avantgarde_literature - } - } - modifier = { - factor = 2 - invention = jazz - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = -2 + OR = { + invention = avantgarde_art + invention = avantgarde_literature + } + } + modifier = { + factor = 2 + invention = jazz + } + } + effect = { + shared_prestige = 25 + } } surrealism = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - anti__rationalism = 1 - } - modifier = { - factor = 2 - invention = dogma_of_violence - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + anti__rationalism = 1 + } + modifier = { + factor = 2 + invention = dogma_of_violence + } + } + effect = { + shared_prestige = 25 + } } modern_design = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - social_science = 1 - } - modifier = { - factor = 2 - invention = sociology - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + social_science = 1 + } + modifier = { + factor = 2 + invention = sociology + } + } + effect = { + shared_prestige = 25 + } } jazz = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - great_war_experience = 1 - } - modifier = { - factor = 2 - invention = biased_multiculturalism - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + great_war_experience = 1 + } + modifier = { + factor = 2 + invention = biased_multiculturalism + } + } + effect = { + shared_prestige = 25 + } } socialist_realism = { - limit = { mass_culture_n_the_avant_garde = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - government = proletarian_dictatorship - } - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - modifier = { - factor = 2 - invention = dogma_of_mass_action - } - } - effect = { - shared_prestige = 25 - } + limit = { mass_culture_n_the_avant_garde = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + government = proletarian_dictatorship + } + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + modifier = { + factor = 2 + invention = dogma_of_mass_action + } + } + effect = { + shared_prestige = 25 + } } #idealism neokantian_idealism = { - limit = { idealism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ideological_thought = 1 - } - modifier = { - factor = 2 - functionalism = 1 - } - } - effect = { - shared_prestige = 5 - } + limit = { idealism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ideological_thought = 1 + } + modifier = { + factor = 2 + functionalism = 1 + } + } + effect = { + shared_prestige = 5 + } } hegelian_idealism = { - limit = { idealism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - romanticism = 1 - } - modifier = { - factor = 2 - phenomenalism = 1 - } - } - effect = { - shared_prestige = 5 - } + limit = { idealism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + romanticism = 1 + } + modifier = { + factor = 2 + phenomenalism = 1 + } + } + effect = { + shared_prestige = 5 + } } proto_existentialism = { - limit = { idealism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = romanticist_literature - } - modifier = { - factor = 2 - functionalism = 1 - } - } - effect = { - shared_prestige = 5 - } + limit = { idealism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = romanticist_literature + } + modifier = { + factor = 2 + functionalism = 1 + } + } + effect = { + shared_prestige = 5 + } } #empiricism pragmatism = { - limit = { empiricism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - realism = 1 - } - modifier = { - factor = 2 - positivism = 1 - } - } - effect = { - shared_prestige = 10 - } + limit = { empiricism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + realism = 1 + } + modifier = { + factor = 2 + positivism = 1 + } + } + effect = { + shared_prestige = 10 + } } i_empiricism = { - limit = { empiricism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - phenomenalism = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - shared_prestige = 10 - } + limit = { empiricism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + phenomenalism = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + shared_prestige = 10 + } } #analytic_philosophy i_analytic_philosophy = { - limit = { analytic_philosophy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - impressionism = 1 - } - modifier = { - factor = 2 - biologism = 1 - } - modifier = { - factor = 1 - plurality = 5 - } - } - effect = { - shared_prestige = 15 - } + limit = { analytic_philosophy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + impressionism = 1 + } + modifier = { + factor = 2 + biologism = 1 + } + modifier = { + factor = 1 + plurality = 5 + } + } + effect = { + shared_prestige = 15 + } } modern_logics = { - limit = { analytic_philosophy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - functionalism = 1 - } - modifier = { - factor = 2 - state_n_government = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { analytic_philosophy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + functionalism = 1 + } + modifier = { + factor = 2 + state_n_government = 1 + } + } + effect = { + shared_prestige = 15 + } } logical_positivism = { - limit = { analytic_philosophy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - impressionism = 1 - } - modifier = { - factor = 2 - biologism = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { analytic_philosophy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + impressionism = 1 + } + modifier = { + factor = 2 + biologism = 1 + } + } + effect = { + shared_prestige = 15 + } } philosophy_of_language = { - limit = { analytic_philosophy = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - colonial_nation = yes - } - modifier = { - factor = 2 - nationalism_n_imperialism = 1 - } - } - effect = { - shared_prestige = 15 - } + limit = { analytic_philosophy = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + colonial_nation = yes + } + modifier = { + factor = 2 + nationalism_n_imperialism = 1 + } + } + effect = { + shared_prestige = 15 + } } #phenomenology_n_hermeneutic phenomenology = { - limit = { phenomenology_n_hermeneutic = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = expressionist_literature - } - modifier = { - factor = 2 - social_science = 1 - } - } - effect = { - shared_prestige = 20 - } + limit = { phenomenology_n_hermeneutic = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = expressionist_literature + } + modifier = { + factor = 2 + social_science = 1 + } + } + effect = { + shared_prestige = 20 + } } hermeneutics = { - limit = { phenomenology_n_hermeneutic = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - social_science = 1 - } - modifier = { - factor = 2 - invention = darwinism - } - } - effect = { - shared_prestige = 20 - } + limit = { phenomenology_n_hermeneutic = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + social_science = 1 + } + modifier = { + factor = 2 + invention = darwinism + } + } + effect = { + shared_prestige = 20 + } } #anti__rationalism existentialism = { - limit = { anti__rationalism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = expressionist_literature - } - modifier = { - factor = 2 - invention = dogma_of_violence - } - } - effect = { - shared_prestige = 25 - } + limit = { anti__rationalism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = expressionist_literature + } + modifier = { + factor = 2 + invention = dogma_of_violence + } + } + effect = { + shared_prestige = 25 + } } nihilism_and_the_will = { - limit = { anti__rationalism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = national_fraternity - } - modifier = { - factor = 2 - invention = social_anthropology - } - } - effect = { - shared_prestige = 25 - } + limit = { anti__rationalism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = national_fraternity + } + modifier = { + factor = 2 + invention = social_anthropology + } + } + effect = { + shared_prestige = 25 + } } futurism = { - limit = { anti__rationalism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = stainless_steel - } - modifier = { - factor = 2 - synthetic_polymers = 1 - } - } - effect = { - shared_prestige = 25 - } + limit = { anti__rationalism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = stainless_steel + } + modifier = { + factor = 2 + synthetic_polymers = 1 + } + } + effect = { + shared_prestige = 25 + } } quantum_theory = { - limit = { anti__rationalism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 5 - } - modifier = { - factor = 2 - invention = phenomenology - } - } - effect = { - shared_prestige = 25 - } + limit = { anti__rationalism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 5 + } + modifier = { + factor = 2 + invention = phenomenology + } + } + effect = { + shared_prestige = 25 + } } #biologism darwinism = { - limit = { biologism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - impressionism = 1 - } - modifier = { - factor = 2 - invention = genetics_heredity - } - modifier = { - factor = 1 - invention = philosophy_of_language - } - } - effect = { - education_efficiency = 0.3 - } + limit = { biologism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + impressionism = 1 + } + modifier = { + factor = 2 + invention = genetics_heredity + } + modifier = { + factor = 1 + invention = philosophy_of_language + } + } + effect = { + education_efficiency = 0.3 + } } social_darwinism = { - limit = { biologism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = darwinism - } - modifier = { - factor = 2 - invention = national_fraternity - } - } - effect = { - war_exhaustion = -0.05 - } + limit = { biologism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = darwinism + } + modifier = { + factor = 2 + invention = national_fraternity + } + } + effect = { + war_exhaustion = -0.05 + } } sociology = { - limit = { biologism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - analytic_philosophy = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - core_pop_consciousness_modifier = 0.01 + limit = { biologism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + analytic_philosophy = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + core_pop_consciousness_modifier = 0.01 } political_science = { - limit = { biologism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 1 - military_directionism = 1 - } - modifier = { - factor = 1 - naval_directionism = 1 - } - } - core_pop_consciousness_modifier = 0.01 + limit = { biologism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 1 + military_directionism = 1 + } + modifier = { + factor = 1 + naval_directionism = 1 + } + } + core_pop_consciousness_modifier = 0.01 } #social_science social_psychology = { - limit = { social_science = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - experimental_psychology = 1 - } - modifier = { - factor = 2 - behaviorism = 1 - } - } - core_pop_consciousness_modifier = 0.01 + limit = { social_science = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + experimental_psychology = 1 + } + modifier = { + factor = 2 + behaviorism = 1 + } + } + core_pop_consciousness_modifier = 0.01 } social_anthropology = { - limit = { social_science = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - invention = darwinism - } - modifier = { - factor = 2 - assembly_line = 1 - } - } - effect = { - colonial_prestige = 0.1 - } + limit = { social_science = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + invention = darwinism + } + modifier = { + factor = 2 + assembly_line = 1 + } + } + effect = { + colonial_prestige = 0.1 + } } #social_alienation the_revolt_of_the_masses = { - limit = { social_alienation = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - revolution_n_counterrevolution = 1 - } - modifier = { - factor = 2 - great_war_experience = 1 - } - } - effect = { - plurality = 0.10 - war_exhaustion = -0.25 - } + limit = { social_alienation = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + revolution_n_counterrevolution = 1 + } + modifier = { + factor = 2 + great_war_experience = 1 + } + } + effect = { + plurality = 0.10 + war_exhaustion = -0.25 + } } the_decline_of_the_west_and_the_lost_generation = { - limit = { social_alienation = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - great_war_experience = 1 - } - modifier = { - factor = 2 - invention = mission_to_civilize - } - } - core_pop_consciousness_modifier = 0.05 + limit = { social_alienation = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + great_war_experience = 1 + } + modifier = { + factor = 2 + invention = mission_to_civilize + } + } + core_pop_consciousness_modifier = 0.05 } #the rights of man - called enlightenment_thought in files... paternalism = { - limit = { state_n_government = 1 } - news = no - chance = { - base = 1 - modifier = { - factor = 2 - NOT = { average_consciousness = 3.0 } - } - modifier = { - factor = 2 - vote_franschise = landed_voting - } - } - org_regain = 0.05 - effect = { - plurality = -0.05 - } + limit = { state_n_government = 1 } + news = no + chance = { + base = 1 + modifier = { + factor = 2 + NOT = { average_consciousness = 3.0 } + } + modifier = { + factor = 2 + vote_franschise = landed_voting + } + } + org_regain = 0.05 + effect = { + plurality = -0.05 + } } constitutionalism = { - limit = { - state_n_government = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - government = hms_government - } - modifier = { - factor = 1 - NOT = { political_parties = underground_parties } - } - + limit = { + state_n_government = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + government = hms_government + } + modifier = { + factor = 1 + NOT = { political_parties = underground_parties } + } + - } - effect = { - plurality = 0.05 - suppression_points_modifier = -0.05 - } + } + effect = { + plurality = 0.05 + suppression_points_modifier = -0.05 + } } atheism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - tech_school = culture_tech_school - } - modifier = { - factor = 1 - ruling_party_ideology = socialist - } - modifier = { - factor = 2 - pro_atheism = 20 - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + tech_school = culture_tech_school + } + modifier = { + factor = 1 + ruling_party_ideology = socialist + } + modifier = { + factor = 2 + pro_atheism = 20 + } + } + effect = { + plurality = 0.05 + } } egalitarianism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - nationalvalue = nv_equality - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1 - NOT = { - ruling_party_ideology = reactionary - ruling_party_ideology = conservative - } - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + nationalvalue = nv_equality + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1 + NOT = { + ruling_party_ideology = reactionary + ruling_party_ideology = conservative + } + } + } + effect = { + plurality = 0.05 + } } rationalism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - average_consciousness = 1 - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + average_consciousness = 1 + } + } + effect = { + plurality = 0.05 + } } #ideological_thought authoritarianism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = 5 - OR = { - ruling_party_ideology = reactionary - AND = { - government = absolute_monarchy - ruling_party_ideology = conservative - } - } - } - } - core_pop_consciousness_modifier = -0.02 - effect = { - plurality = -0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = 5 + OR = { + ruling_party_ideology = reactionary + AND = { + government = absolute_monarchy + ruling_party_ideology = conservative + } + } + } + } + core_pop_consciousness_modifier = -0.02 + effect = { + plurality = -0.05 + } } hierarchical_order = { - news = no - limit = { - has_country_flag = existing_country - state_n_government = 1 - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - chance = { - base = 1 - modifier = { - factor = 3 - government = absolute_monarchy - } - modifier = { - factor = 2 - government = prussian_constitutionalism - } - } - core_pop_militancy_modifier = -0.01 - core_pop_consciousness_modifier = 0.01 - effect = { - plurality = -0.05 - } + news = no + limit = { + has_country_flag = existing_country + state_n_government = 1 + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + chance = { + base = 1 + modifier = { + factor = 3 + government = absolute_monarchy + } + modifier = { + factor = 2 + government = prussian_constitutionalism + } + } + core_pop_militancy_modifier = -0.01 + core_pop_consciousness_modifier = 0.01 + effect = { + plurality = -0.05 + } } traditionalism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = 3 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - modifier = { - factor = 2 - government = absolute_monarchy - } - modifier = { - factor = 1 - government = prussian_constitutionalism - } - } - core_pop_consciousness_modifier = -0.01 - effect = { - plurality = -0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = 3 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + modifier = { + factor = 2 + government = absolute_monarchy + } + modifier = { + factor = 1 + government = prussian_constitutionalism + } + } + core_pop_consciousness_modifier = -0.01 + effect = { + plurality = -0.05 + } } political_religion = { - limit = { ideological_thought = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - religious_policy = moralism - } - modifier = { - factor = -2 - religious_policy = secularized - } - modifier = { - factor = -3 - religious_policy = pro_atheism - } - } - political_reform_desire = 0.1 + limit = { ideological_thought = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + religious_policy = moralism + } + modifier = { + factor = -2 + religious_policy = secularized + } + modifier = { + factor = -3 + religious_policy = pro_atheism + } + } + political_reform_desire = 0.1 } individualism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - nationalvalue = nv_liberty - } - modifier = { - factor = 1 - average_consciousness = 2 - } - } - effect = { - plurality = 0.05 - suppression_points_modifier = -0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + nationalvalue = nv_liberty + } + modifier = { + factor = 1 + average_consciousness = 2 + } + } + effect = { + plurality = 0.05 + suppression_points_modifier = -0.05 + } } secularization = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 1 - modifier = { - factor = 3 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - OR = { - ruling_party_ideology = socialist - ruling_party_ideology = liberal - } - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 1 + modifier = { + factor = 3 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + OR = { + ruling_party_ideology = socialist + ruling_party_ideology = liberal + } + } + } + effect = { + plurality = 0.05 + } } social_conscience = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - nationalvalue = nv_equality - } - modifier = { - factor = 3 - average_consciousness = 2 - } - } - effect = { - plurality = 0.05 - suppression_points_modifier = -0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + nationalvalue = nv_equality + } + modifier = { + factor = 3 + average_consciousness = 2 + } + } + effect = { + plurality = 0.05 + suppression_points_modifier = -0.05 + } } collectivism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - ruling_party_ideology = socialist - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + ruling_party_ideology = socialist + } + } + effect = { + plurality = 0.05 + } } determinism = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - ruling_party_ideology = socialist - } - modifier = { - factor = 1 - socialist = 0.2 - } - modifier = { - factor = 1 - tech_school = culture_tech_school - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + ruling_party_ideology = socialist + } + modifier = { + factor = 1 + socialist = 0.2 + } + modifier = { + factor = 1 + tech_school = culture_tech_school + } + } + effect = { + plurality = 0.05 + } } social_justice = { - limit = { - ideological_thought = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 1 - OR = { - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - } - effect = { - plurality = 0.05 - } + limit = { + ideological_thought = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 1 + OR = { + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + } + effect = { + plurality = 0.05 + } } #state_n_government populism_vs._establishment = { - limit = { state_n_government = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 3 - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - political_reform_desire = 0.05 + limit = { state_n_government = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 3 + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + political_reform_desire = 0.05 } clericalism_vs._anticlericalism = { - limit = { - state_n_government = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - NOT = { - moralism = 10 - } - } - modifier = { - factor = 1 - average_militancy = 3 - } - } - effect = { - plurality = 0.05 - } + limit = { + state_n_government = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + NOT = { + moralism = 10 + } + } + modifier = { + factor = 1 + average_militancy = 3 + } + } + effect = { + plurality = 0.05 + } } bureaucracy_vs._nepotism = { - limit = { state_n_government = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 1 - average_consciousness = 2 - } - } + limit = { state_n_government = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 1 + average_consciousness = 2 + } + } - social_reform_desire = 0.05 + social_reform_desire = 0.05 } meritocracy_vs._aristocracy = { - limit = { - state_n_government = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - literacy = 0.4 - } - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - } - effect = { - plurality = 0.05 - } + limit = { + state_n_government = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + literacy = 0.4 + } + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + } + effect = { + plurality = 0.05 + } } #nationalism_n_imperialism national_fraternity = { - limit = { - nationalism_n_imperialism = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - is_greater_power = yes - } - modifier = { - factor = 2 - prestige = 200 - } - } - effect = { - war_exhaustion = -0.05 - plurality = 0.05 - } + limit = { + nationalism_n_imperialism = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + is_greater_power = yes + } + modifier = { + factor = 2 + prestige = 200 + } + } + effect = { + war_exhaustion = -0.05 + plurality = 0.05 + } } biased_multiculturalism = { - limit = { nationalism_n_imperialism = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - ruling_party_ideology = reactionary - } - modifier = { - factor = 2 - ruling_party_ideology = conservative - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - } - effect = { - colonial_migration = 0.05 - } + limit = { nationalism_n_imperialism = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + ruling_party_ideology = reactionary + } + modifier = { + factor = 2 + ruling_party_ideology = conservative + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + } + effect = { + colonial_migration = 0.05 + } } manifest_destiny = { - limit = { - nationalism_n_imperialism = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - nationalvalue = nv_liberty - } - modifier = { - factor = -1 - nationalvalue = nv_order - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - war_exhaustion = -0.05 - morale = 0.1 - } + limit = { + nationalism_n_imperialism = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + nationalvalue = nv_liberty + } + modifier = { + factor = -1 + nationalvalue = nv_order + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + war_exhaustion = -0.05 + morale = 0.1 + } } expansionism = { - limit = { - nationalism_n_imperialism = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - badboy = 1 - } - } - effect = { - war_exhaustion = -0.05 - plurality = -0.05 - } + limit = { + nationalism_n_imperialism = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + badboy = 1 + } + } + effect = { + war_exhaustion = -0.05 + plurality = -0.05 + } } mission_to_civilize = { - limit = { - year = 1860 - state_n_government = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 0 - modifier = { - factor = -75 - NOT = { year = 1860 } - } - modifier = { - factor = 25 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 25 - market_regulations = 1 - } - modifier = { - factor = 25 - naval_statistics = 1 - } - modifier = { - factor = 10 - any_greater_power = { - invention = mission_to_civilize - } - } - modifier = { - factor = 10 - any_neighbor_country = { - invention = mission_to_civilize - } - } - } - effect = { - colonial_prestige = 0.1 - diplomatic_points = 0.2 - colonial_life_rating = -10 - } + limit = { + year = 1860 + state_n_government = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 0 + modifier = { + factor = -75 + NOT = { year = 1860 } + } + modifier = { + factor = 25 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 25 + market_regulations = 1 + } + modifier = { + factor = 25 + naval_statistics = 1 + } + modifier = { + factor = 10 + any_greater_power = { + invention = mission_to_civilize + } + } + modifier = { + factor = 10 + any_neighbor_country = { + invention = mission_to_civilize + } + } + } + effect = { + colonial_prestige = 0.1 + diplomatic_points = 0.2 + colonial_life_rating = -10 + } } separatism = { - limit = { - nationalism_n_imperialism = 1 - has_country_flag = existing_country - } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_militancy = 3 - } - modifier = { - factor = 2 - average_consciousness = 2 - } - } - effect = { - seperatism = 0.5 - rebel_org_gain = { - faction = nationalist_rebels - value = 0.33 - } - } + limit = { + nationalism_n_imperialism = 1 + has_country_flag = existing_country + } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_militancy = 3 + } + modifier = { + factor = 2 + average_consciousness = 2 + } + } + effect = { + seperatism = 0.5 + rebel_org_gain = { + faction = nationalist_rebels + value = 0.33 + } + } } #revolution_n_counterrevolution dogma_of_violence = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - average_consciousness = 3 - } - modifier = { - factor = 2 - nationalvalue = nv_order - } - } - effect = { - enable_crime = anarchic_bomb_throwers - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + average_consciousness = 3 + } + modifier = { + factor = 2 + nationalvalue = nv_order + } + } + effect = { + enable_crime = anarchic_bomb_throwers + } } dogma_of_mass_action = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_equality - } - modifier = { - factor = 3 - ruling_party_ideology = socialist - } - } - effect = { - rebel_org_gain = { - faction = communist_rebels - value = 0.25 - } - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_equality + } + modifier = { + factor = 3 + ruling_party_ideology = socialist + } + } + effect = { + rebel_org_gain = { + faction = communist_rebels + value = 0.25 + } + } } terrorism = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - ruling_party_ideology = socialist - } - modifier = { - factor = 3 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = -1 - nationalvalue = nv_liberty - } - } - effect = { - enable_crime = terrorist_cells - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + ruling_party_ideology = socialist + } + modifier = { + factor = 3 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = -1 + nationalvalue = nv_liberty + } + } + effect = { + enable_crime = terrorist_cells + } } #general_strikes = { -# limit = { revolution_n_counterrevolution = 1 } -# news = no -# chance = { -# base = 5 -# } -# effect = { -# } +# limit = { revolution_n_counterrevolution = 1 } +# news = no +# chance = { +# base = 5 +# } +# effect = { +# } #} secret_police = { - news = no - limit = { revolution_n_counterrevolution = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 2 - nationalvalue = nv_order - } - } - effect = { - rebel_org_gain = { - faction = all - value = -0.25 - } - - suppression_points_modifier = 0.25 - } + news = no + limit = { revolution_n_counterrevolution = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 2 + nationalvalue = nv_order + } + } + effect = { + rebel_org_gain = { + faction = all + value = -0.25 + } + + suppression_points_modifier = 0.25 + } } womens_suffrage_movement = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - OR = { - nationalvalue = nv_liberty - nationalvalue = nv_equality - } - } - modifier = { - factor = 3 - ruling_party_ideology = liberal - } - } - effect = { - mobilisation_economy_impact = -0.2 - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + OR = { + nationalvalue = nv_liberty + nationalvalue = nv_equality + } + } + modifier = { + factor = 3 + ruling_party_ideology = liberal + } + } + effect = { + mobilisation_economy_impact = -0.2 + } } rhetoric_of_hate = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 1 - year = 1900 - } - modifier = { - factor = 2 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = -1 - nationalvalue = nv_liberty - } - } - effect = { - war_exhaustion = -0.05 - soldier_to_pop_loss = 0.01 - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 1 + year = 1900 + } + modifier = { + factor = 2 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = -1 + nationalvalue = nv_liberty + } + } + effect = { + war_exhaustion = -0.05 + soldier_to_pop_loss = 0.01 + } } nostalgic_romanticism = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 2 - } - modifier = { - factor = 1 - is_greater_power = yes - } - } - effect = { - war_exhaustion = -0.05 - rebel_org_gain = { - faction = reactionary_rebels - value = 0.50 - } - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 2 + } + modifier = { + factor = 1 + is_greater_power = yes + } + } + effect = { + war_exhaustion = -0.05 + rebel_org_gain = { + faction = reactionary_rebels + value = 0.50 + } + } } anti_egalitarianism = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_order - } - modifier = { - factor = 3 - ruling_party_ideology = reactionary - } - } - effect = { - war_exhaustion = -0.05 - enable_crime = citizen_guard - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_order + } + modifier = { + factor = 3 + ruling_party_ideology = reactionary + } + } + effect = { + war_exhaustion = -0.05 + enable_crime = citizen_guard + } } vangaurd_party = { - limit = { revolution_n_counterrevolution = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 1 - ruling_party_ideology = socialist - } - modifier = { - factor = 2 - ruling_party_ideology = communist - } - } - effect = { - rebel_org_gain = { - faction = communist_rebels - value = 0.75 - } - } + limit = { revolution_n_counterrevolution = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 1 + ruling_party_ideology = socialist + } + modifier = { + factor = 2 + ruling_party_ideology = communist + } + } + effect = { + rebel_org_gain = { + faction = communist_rebels + value = 0.75 + } + } } #mass_politics the_doctrine_of_fascism = { - limit = { mass_politics = 1 } - news = no - chance = { - base = -4 - - modifier = { - factor = 2 - anti__rationalism = 1 - } - modifier = { - factor = 5 - mass_culture_n_the_avant_garde = 1 - } - modifier = { - factor = 1 - invention = nihilism_and_the_will - } - modifier = { - factor = 1 - invention = futurism - } - modifier = { - factor = 1 - invention = existentialism - } - modifier = { - factor = 2 - invention = rhetoric_of_hate - } - modifier = { - factor = 2 - invention = dogma_of_violence - } - modifier = { - factor = 2 - invention = dogma_of_mass_action - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1 - nationalvalue = nv_order - } - - modifier = { - factor = 2 - invention = paramilitary_groups - } - - modifier = { - factor = 3 - average_militancy = 4 - } - } - effect = { - rebel_org_gain = { - faction = fascist_rebels - value = 0.75 - } - } + limit = { mass_politics = 1 } + news = no + chance = { + base = -4 + + modifier = { + factor = 2 + anti__rationalism = 1 + } + modifier = { + factor = 5 + mass_culture_n_the_avant_garde = 1 + } + modifier = { + factor = 1 + invention = nihilism_and_the_will + } + modifier = { + factor = 1 + invention = futurism + } + modifier = { + factor = 1 + invention = existentialism + } + modifier = { + factor = 2 + invention = rhetoric_of_hate + } + modifier = { + factor = 2 + invention = dogma_of_violence + } + modifier = { + factor = 2 + invention = dogma_of_mass_action + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1 + nationalvalue = nv_order + } + + modifier = { + factor = 2 + invention = paramilitary_groups + } + + modifier = { + factor = 3 + average_militancy = 4 + } + } + effect = { + rebel_org_gain = { + faction = fascist_rebels + value = 0.75 + } + } } paramilitary_groups = { - limit = { mass_politics = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 2 - war_exhaustion = 3 - } - modifier = { - factor = 2 - average_militancy = 3 - } - } - effect = { - rebel_org_gain = { - faction = fascist_rebels - value = 0.25 - } - } + limit = { mass_politics = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 2 + war_exhaustion = 3 + } + modifier = { + factor = 2 + average_militancy = 3 + } + } + effect = { + rebel_org_gain = { + faction = fascist_rebels + value = 0.25 + } + } } the_police_state = { - limit = { mass_politics = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 3 - OR = { - ruling_party_ideology = fascist - ruling_party_ideology = communist - } - } - modifier = { - factor = 2 - nationalvalue = nv_order - } - } - effect = { - rebel_org_gain = { - faction = all - value = -0.25 - } - - suppression_points_modifier = 0.25 - } + limit = { mass_politics = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 3 + OR = { + ruling_party_ideology = fascist + ruling_party_ideology = communist + } + } + modifier = { + factor = 2 + nationalvalue = nv_order + } + } + effect = { + rebel_org_gain = { + faction = all + value = -0.25 + } + + suppression_points_modifier = 0.25 + } } #psychoanalysis mass_advertising = { - limit = { psychoanalysis = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 7 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - government = democracy - } - modifier = { - factor = 1 - government = hms_government - } - } - effect = { - education_efficiency = 0.25 - suppression_points_modifier = -0.05 - } - core_pop_consciousness_modifier = 0.01 + limit = { psychoanalysis = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 7 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + government = democracy + } + modifier = { + factor = 1 + government = hms_government + } + } + effect = { + education_efficiency = 0.25 + suppression_points_modifier = -0.05 + } + core_pop_consciousness_modifier = 0.01 } national_radio_networks = { - limit = { psychoanalysis = 1 } - news = no - chance = { - base = 3 - modifier = { - factor = 5 - year = 1920 - } - modifier = { - factor = -1 - NOT = { press_rights = free_press } - } - modifier = { - factor = -3 - NOT = { invention = vacuum_tube } - } - } - effect = { - activate_building = radio_factory - suppression_points_modifier = -0.05 - } - core_pop_consciousness_modifier = 0.01 + limit = { psychoanalysis = 1 } + news = no + chance = { + base = 3 + modifier = { + factor = 5 + year = 1920 + } + modifier = { + factor = -1 + NOT = { press_rights = free_press } + } + modifier = { + factor = -3 + NOT = { invention = vacuum_tube } + } + } + effect = { + activate_building = radio_factory + suppression_points_modifier = -0.05 + } + core_pop_consciousness_modifier = 0.01 } the_talkies = { - limit = { psychoanalysis = 1 } - news = no - chance = { - base = 2 - modifier = { - factor = 2 - nationalvalue = nv_liberty - } - modifier = { - factor = 2 - average_consciousness = 3 - } - } - effect = { - shared_prestige = 20 - suppression_points_modifier = -0.05 - } - core_pop_consciousness_modifier = 0.01 + limit = { psychoanalysis = 1 } + news = no + chance = { + base = 2 + modifier = { + factor = 2 + nationalvalue = nv_liberty + } + modifier = { + factor = 2 + average_consciousness = 3 + } + } + effect = { + shared_prestige = 20 + suppression_points_modifier = -0.05 + } + core_pop_consciousness_modifier = 0.01 } diff --git a/HPM/inventions/industry_inventions.txt b/HPM/inventions/industry_inventions.txt index e857914b..1dcb81d2 100644 --- a/HPM/inventions/industry_inventions.txt +++ b/HPM/inventions/industry_inventions.txt @@ -1,1815 +1,1814 @@ #combustion_engine rotary_kiln = { - limit = { combustion_engine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = stiff_plastic_brickmaking_machine - } - modifier = { - factor = 2 - assembly_line = 1 - } - modifier = { - factor = -6 - NOT = { private_banks = 1 } - } - } - effect = { factory_goods_output = { cement = 0.15 } } + limit = { combustion_engine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = stiff_plastic_brickmaking_machine + } + modifier = { + factor = 2 + assembly_line = 1 + } + modifier = { + factor = -6 + NOT = { private_banks = 1 } + } + } + effect = { factory_goods_output = { cement = 0.15 } } } daimlers_automobile = { - limit = { combustion_engine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 2 - average_consciousness = 3 - } - modifier = { - factor = -6 - NOT = { - invention = edison_light_bulb - } - } - } - effect = { - activate_building = automobile_factory - factory_goods_output = { - machine_parts = 0.01 - } - } + limit = { combustion_engine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 2 + average_consciousness = 3 + } + modifier = { + factor = -6 + NOT = { + invention = edison_light_bulb + } + } + } + effect = { + activate_building = automobile_factory + factory_goods_output = { + machine_parts = 0.01 + } + } } wright_n_langleys_aeroplanes = { - limit = { combustion_engine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 2 - average_consciousness = 4 - } - modifier = { - factor = -6 - NOT = { - invention = edison_light_bulb - } - } - } - effect = { - activate_building = aeroplane_factory - factory_goods_output = { - machine_parts = 0.02 - } - } + limit = { combustion_engine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 2 + average_consciousness = 4 + } + modifier = { + factor = -6 + NOT = { + invention = edison_light_bulb + } + } + } + effect = { + activate_building = aeroplane_factory + factory_goods_output = { + machine_parts = 0.02 + } + } } tractors = { - limit = { combustion_engine = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - average_consciousness = 2 - } - modifier = { - factor = 2 - economic_policy = laissez_faire - } - } - effect = { - rgo_goods_output = { cotton = 0.03 } - rgo_goods_output = { coffee = 0.05 } - rgo_goods_output = { grain = 0.03 } - rgo_goods_output = { opium = 0.03 } - rgo_goods_output = { fruit = 0.03 } - rgo_goods_output = { cattle = 0.03 } - } + limit = { combustion_engine = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + average_consciousness = 2 + } + modifier = { + factor = 2 + economic_policy = laissez_faire + } + } + effect = { + rgo_goods_output = { cotton = 0.03 } + rgo_goods_output = { coffee = 0.05 } + rgo_goods_output = { grain = 0.03 } + rgo_goods_output = { opium = 0.03 } + rgo_goods_output = { fruit = 0.03 } + rgo_goods_output = { cattle = 0.03 } + } } #electrical_power_generation direct_current = { - limit = { electrical_power_generation = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = edison_light_bulb - } - modifier = { - factor = 2 - ruling_party_ideology = liberal - } - } - effect = { - rgo_output = 0.05 - factory_throughput = 0.05 - } + limit = { electrical_power_generation = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = edison_light_bulb + } + modifier = { + factor = 2 + ruling_party_ideology = liberal + } + } + effect = { + rgo_output = 0.05 + factory_throughput = 0.05 + } } alternating_current = { - limit = { electrical_power_generation = 1 } - chance = { - base = 3 - modifier = { - factor = 2 - invention = edison_light_bulb - } - modifier = { - factor = 3 - invention = direct_current - } - } - effect = { - rgo_output = 0.05 - factory_throughput = 0.02 - } + limit = { electrical_power_generation = 1 } + chance = { + base = 3 + modifier = { + factor = 2 + invention = edison_light_bulb + } + modifier = { + factor = 3 + invention = direct_current + } + } + effect = { + rgo_output = 0.05 + factory_throughput = 0.02 + } } polyphase_system = { - limit = { electrical_power_generation = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = edison_light_bulb - } - modifier = { - factor = 2 - average_consciousness = 3 - } - } - effect = { - rgo_output = 0.05 - factory_throughput = 0.02 - } + limit = { electrical_power_generation = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = edison_light_bulb + } + modifier = { + factor = 2 + average_consciousness = 3 + } + } + effect = { + rgo_output = 0.05 + factory_throughput = 0.02 + } } #interchangeable_parts sharp_n_roberts_power_loom = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = work_classification - } - modifier = { - factor = 2 - stock_exchange = 1 - } - } - effect = { - factory_goods_throughput = { fabric = 0.1 } - #rgo_goods_output = { - # cotton = 0.2 - #} - rgo_goods_output = { - wool = 0.2 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = work_classification + } + modifier = { + factor = 2 + stock_exchange = 1 + } + } + effect = { + factory_goods_throughput = { fabric = 0.1 } + #rgo_goods_output = { + # cotton = 0.2 + #} + rgo_goods_output = { + wool = 0.2 + } + } } jacquard_power_loom = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = sharp_n_roberts_power_loom - } - modifier = { - factor = 2 - invention = insurance_companies - } - modifier = { - factor = -10 - NOT = { - mechanical_production = 1 - piston_steam_engine = 1 - invention = industrial_furniture_production - } - } - } - effect = { - rgo_goods_output = { - wool = 0.2 - } - rgo_goods_output = { - silk = 0.2 - } - activate_building = luxury_clothes_factory - #factory_goods_output = { - # fabric = 0.05 - #} - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = sharp_n_roberts_power_loom + } + modifier = { + factor = 2 + invention = insurance_companies + } + modifier = { + factor = -10 + NOT = { + mechanical_production = 1 + piston_steam_engine = 1 + invention = industrial_furniture_production + } + } + } + effect = { + rgo_goods_output = { + wool = 0.2 + } + rgo_goods_output = { + silk = 0.2 + } + activate_building = luxury_clothes_factory + #factory_goods_output = { + # fabric = 0.05 + #} + } } northrop_power_loom = { - limit = { assembly_line = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = dobby_loom - } - modifier = { - factor = 2 - invention = lighting - } - } - effect = { - rgo_goods_output = { - cotton = 0.2 - } - rgo_goods_output = { - wool = 0.2 - } - rgo_goods_output = { - silk = 0.2 - } - factory_goods_throughput = { - fabric = 0.05 - } - } + limit = { assembly_line = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = dobby_loom + } + modifier = { + factor = 2 + invention = lighting + } + } + effect = { + rgo_goods_output = { + cotton = 0.2 + } + rgo_goods_output = { + wool = 0.2 + } + rgo_goods_output = { + silk = 0.2 + } + factory_goods_throughput = { + fabric = 0.05 + } + } } mechanical_saw = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - regenerative_furnaces = 1 - } - modifier = { - factor = 2 - organized_factories = 1 - } - } - effect = { - rgo_goods_output = { - timber = 0.15 - } - rgo_goods_output = { - tropical_wood = 0.1 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + regenerative_furnaces = 1 + } + modifier = { + factor = 2 + organized_factories = 1 + } + } + effect = { + rgo_goods_output = { + timber = 0.15 + } + rgo_goods_output = { + tropical_wood = 0.1 + } + } } mechanical_precision_saw = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = mechanical_saw - } - modifier = { - factor = 2 - high_pressure_steam_engine = 1 - } - } - effect = { - rgo_goods_output = { - timber = 0.15 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = mechanical_saw + } + modifier = { + factor = 2 + high_pressure_steam_engine = 1 + } + } + effect = { + rgo_goods_output = { + timber = 0.15 + } + } } hussey_n_mccormicks_reaping_machine = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - early_railroad = 1 - } - modifier = { - factor = 2 - invention = work_specialization - } - } - effect = { - rgo_goods_output = { - grain = 0.15 - } - rgo_goods_output = { - fruit = 0.15 - } - rgo_goods_output = { - tea = 0.1 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + early_railroad = 1 + } + modifier = { + factor = 2 + invention = work_specialization + } + } + effect = { + rgo_goods_output = { + grain = 0.15 + } + rgo_goods_output = { + fruit = 0.15 + } + rgo_goods_output = { + tea = 0.1 + } + } } pitts_threshing_machine = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = hussey_n_mccormicks_reaping_machine - } - modifier = { - factor = 2 - high_pressure_steam_engine = 1 - } - } - effect = { - rgo_goods_output = { - grain = 0.15 - } - rgo_goods_output = { - fruit = 0.15 - } - rgo_goods_output = { - tea = 0.15 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = hussey_n_mccormicks_reaping_machine + } + modifier = { + factor = 2 + high_pressure_steam_engine = 1 + } + } + effect = { + rgo_goods_output = { + grain = 0.15 + } + rgo_goods_output = { + fruit = 0.15 + } + rgo_goods_output = { + tea = 0.15 + } + } } mechanized_slaughtering_block = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - medicine = 1 - } - modifier = { - factor = 2 - regenerative_furnaces = 1 - } - } - effect = { - rgo_goods_output = { - cattle = 0.2 - } - rgo_goods_output = { - wool = 0.1 - } - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + medicine = 1 + } + modifier = { + factor = 2 + regenerative_furnaces = 1 + } + } + effect = { + rgo_goods_output = { + cattle = 0.2 + } + rgo_goods_output = { + wool = 0.1 + } + } } precision_work = { - limit = { interchangeable_parts = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = mechanical_precision_saw - } - modifier = { - factor = 2 - early_railroad = 1 - } - } - effect = { - factory_goods_output = { - glass = 0.1 - } - factory_goods_output = { - ammunition = 0.1 - } - activate_building = machine_parts_factory - } + limit = { interchangeable_parts = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = mechanical_precision_saw + } + modifier = { + factor = 2 + early_railroad = 1 + } + } + effect = { + factory_goods_output = { + glass = 0.1 + } + factory_goods_output = { + ammunition = 0.1 + } + activate_building = machine_parts_factory + } } #semi_automatization machine_tools = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = precision_work - } - modifier = { - factor = 2 - early_railroad = 1 - } - } - effect = { - factory_goods_output = { - machine_parts = 0.02 - } - factory_throughput = 0.05 - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = precision_work + } + modifier = { + factor = 2 + early_railroad = 1 + } + } + effect = { + factory_goods_output = { + machine_parts = 0.02 + } + factory_throughput = 0.05 + } } whitney_n_colts_standardized_small_arms = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - breech_loaded_rifles = 1 - } - modifier = { - factor = 2 - invention = manifest_destiny - } - } - effect = { - factory_goods_output = { - small_arms = 0.02 - } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + breech_loaded_rifles = 1 + } + modifier = { + factor = 2 + invention = manifest_destiny + } + } + effect = { + factory_goods_output = { + small_arms = 0.02 + } + } } food_packing_system = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = distribution_channels - } - modifier = { - factor = 2 - invention = limited_partnership_company - } - } - effect = { - factory_goods_output = { - canned_food = 0.02 - } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = distribution_channels + } + modifier = { + factor = 2 + invention = limited_partnership_company + } + } + effect = { + factory_goods_output = { + canned_food = 0.02 + } + } } integral_distillery_process = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - scientific_management = 1 - } - modifier = { - factor = 2 - market_structure = 1 - } - } - effect = { - factory_goods_output = { - liquor = 0.02 - } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + scientific_management = 1 + } + modifier = { + factor = 2 + market_structure = 1 + } + } + effect = { + factory_goods_output = { + liquor = 0.02 + } + } } jiggs = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - compound_steam_engines = 1 - } - modifier = { - factor = 2 - invention = sequence_planning - } - } - effect = { - factory_goods_output = { - furniture = 0.02 - } - factory_goods_output = { - luxury_furniture = 0.02 - } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + compound_steam_engines = 1 + } + modifier = { + factor = 2 + invention = sequence_planning + } + } + effect = { + factory_goods_output = { + furniture = 0.02 + } + factory_goods_output = { + luxury_furniture = 0.02 + } + } } dobby_loom = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = sharp_n_roberts_power_loom - } - modifier = { - factor = 2 - invention = insurance_companies - } - } - effect = { - factory_goods_throughput = { fabric = 0.1 } - #rgo_goods_output = { silk = 0.2 } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = sharp_n_roberts_power_loom + } + modifier = { + factor = 2 + invention = insurance_companies + } + } + effect = { + factory_goods_throughput = { fabric = 0.1 } + #rgo_goods_output = { silk = 0.2 } + } } steam_powered_silk_reels = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = sharp_n_roberts_power_loom - } - modifier = { - factor = 2 - invention = insurance_companies - } - } - effect = { - rgo_goods_output = { silk = 0.2 } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = sharp_n_roberts_power_loom + } + modifier = { + factor = 2 + invention = insurance_companies + } + } + effect = { + rgo_goods_output = { silk = 0.2 } + } } lancashire_loom = { - limit = { semi_automatization = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = dobby_loom - } - modifier = { - factor = 2 - invention = inventory_planning - } - } - effect = { - factory_goods_output = { fabric = 0.05 } - } + limit = { semi_automatization = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = dobby_loom + } + modifier = { + factor = 2 + invention = inventory_planning + } + } + effect = { + factory_goods_output = { fabric = 0.05 } + } } #pneumatic_and_hydraulics electric_machinery = { - limit = { pneumatic_and_hydraulics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 2 - invention = machine_tools - } - } - effect = { - factory_cost = 0.05 - rgo_goods_output = { - timber = 0.15 - } - } + limit = { pneumatic_and_hydraulics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 2 + invention = machine_tools + } + } + effect = { + factory_cost = 0.05 + rgo_goods_output = { + timber = 0.15 + } + } } oil_pumping_machinery = { - limit = { pneumatic_and_hydraulics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - iron_railroad = 1 - } - modifier = { - factor = 2 - drilling_and_blasting = 1 - } - } - effect = { - rgo_goods_output = { - oil = 0.1 - } - } + limit = { pneumatic_and_hydraulics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + iron_railroad = 1 + } + modifier = { + factor = 2 + drilling_and_blasting = 1 + } + } + effect = { + rgo_goods_output = { + oil = 0.1 + } + } } drying_techniques = { - limit = { pneumatic_and_hydraulics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = distribution_channels - } - modifier = { - factor = 2 - invention = industrial_rnd_investments - } - } - effect = { - rgo_goods_output = { - tea = 0.2 - } - rgo_goods_output = { - coffee = 0.3 - } - rgo_goods_output = { - opium = 0.2 - } - } + limit = { pneumatic_and_hydraulics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = distribution_channels + } + modifier = { + factor = 2 + invention = industrial_rnd_investments + } + } + effect = { + rgo_goods_output = { + tea = 0.2 + } + rgo_goods_output = { + coffee = 0.3 + } + rgo_goods_output = { + opium = 0.2 + } + } } #Steam Turbine stiff_plastic_brickmaking_machine = { - limit = { steam_turbine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = electric_machinery - } - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - modifier = { - factor = -6 - NOT = { private_banks = 1 } - } - } - effect = { factory_goods_output = { cement = 0.15 } } + limit = { steam_turbine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = electric_machinery + } + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + modifier = { + factor = -6 + NOT = { private_banks = 1 } + } + } + effect = { factory_goods_output = { cement = 0.15 } } } #assembly_line fordism = { - limit = { assembly_line = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = daimlers_automobile - } - modifier = { - factor = 2 - invention = distribution_channels - } - } - effect = { - factory_goods_output = { - automobiles = 0.03 - } - factory_goods_output = { - aeroplanes = 0.03 - } - } + limit = { assembly_line = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = daimlers_automobile + } + modifier = { + factor = 2 + invention = distribution_channels + } + } + effect = { + factory_goods_output = { + automobiles = 0.03 + } + factory_goods_output = { + aeroplanes = 0.03 + } + } } #massproduced_rail = { -# limit = { assembly_line = 1 } -# chance = { -# base = 3 -# modifier = { -# factor = 2 -# drilling_and_blasting = 1 -# } -# modifier = { -# factor = 2 -# steel_railroad = 1 -# } -# modifier = { -# factor = 2 -# invention = fordism -# } -# } -# effect = { -# } +# limit = { assembly_line = 1 } +# chance = { +# base = 3 +# modifier = { +# factor = 2 +# drilling_and_blasting = 1 +# } +# modifier = { +# factor = 2 +# steel_railroad = 1 +# } +# modifier = { +# factor = 2 +# invention = fordism +# } +# } +# effect = { +# } #} industrialized_armament_industry = { - limit = { assembly_line = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = precision_work - } - modifier = { - factor = 2 - invention = whitney_n_colts_standardized_small_arms - } - } - effect = { - factory_goods_output = { - small_arms = 0.03 - } - factory_goods_output = { - ammunition = 0.03 - } - factory_goods_output = { - artillery = 0.03 - } - factory_goods_output = { - explosives = 0.03 - } - } + limit = { assembly_line = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = precision_work + } + modifier = { + factor = 2 + invention = whitney_n_colts_standardized_small_arms + } + } + effect = { + factory_goods_output = { + small_arms = 0.03 + } + factory_goods_output = { + ammunition = 0.03 + } + factory_goods_output = { + artillery = 0.03 + } + factory_goods_output = { + explosives = 0.03 + } + } } refrigerator_technology = { - limit = { assembly_line = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = food_packing_system - } - modifier = { - factor = 2 - integral_rail_system = 1 - } - } - effect = { - rgo_goods_output = { - cattle = 0.15 - } - rgo_goods_output = { - fruit = 0.15 - } - rgo_goods_output = { - fish = 0.15 - } - factory_goods_output = { - liquor = 0.02 - } - factory_goods_output = { - wine = 0.02 - } - } + limit = { assembly_line = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = food_packing_system + } + modifier = { + factor = 2 + integral_rail_system = 1 + } + } + effect = { + rgo_goods_output = { + cattle = 0.15 + } + rgo_goods_output = { + fruit = 0.15 + } + rgo_goods_output = { + fish = 0.15 + } + factory_goods_output = { + liquor = 0.02 + } + factory_goods_output = { + wine = 0.02 + } + } } #Metulurgy # hot_blast ammunition_production = { - limit = { hot_blast = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = whitney_n_colts_standardized_small_arms - } - modifier = { - factor = 2 - army_professionalism = 1 - } - } - effect = { - activate_building = ammunition_factory - } + limit = { hot_blast = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = whitney_n_colts_standardized_small_arms + } + modifier = { + factor = 2 + army_professionalism = 1 + } + } + effect = { + activate_building = ammunition_factory + } } small_arms_production = { - limit = { hot_blast = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - strategic_mobility = 1 - } - modifier = { - factor = 2 - early_railroad = 1 - } - } - effect = { - activate_building = small_arms_factory - } + limit = { hot_blast = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + strategic_mobility = 1 + } + modifier = { + factor = 2 + early_railroad = 1 + } + } + effect = { + activate_building = small_arms_factory + } } explosives_production = { - limit = { hot_blast = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - medicine = 1 - } - modifier = { - factor = 2 - invention = nitroglycerin - } - } - effect = { - activate_building = explosives_factory - } + limit = { hot_blast = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + medicine = 1 + } + modifier = { + factor = 2 + invention = nitroglycerin + } + } + effect = { + activate_building = explosives_factory + } } artillery_production = { - limit = { hot_blast = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = explosives_production - } - modifier = { - factor = 2 - iron_muzzle_loaded_artillery = 1 - } - } - effect = { - activate_building = artillery_factory - } + limit = { hot_blast = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = explosives_production + } + modifier = { + factor = 2 + iron_muzzle_loaded_artillery = 1 + } + } + effect = { + activate_building = artillery_factory + } } # mechanized_mining pit_coal = { - limit = { mechanized_mining = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - high_pressure_steam_engine = 1 - } - modifier = { - factor = 2 - early_railroad = 1 - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { - coal = 0.5 - } - } + limit = { mechanized_mining = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + high_pressure_steam_engine = 1 + } + modifier = { + factor = 2 + early_railroad = 1 + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { + coal = 0.5 + } + } } coke = { - limit = { mechanized_mining = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = pit_coal - } - modifier = { - factor = 2 - early_railroad = 1 - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = coal - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = coal - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { - coal = 0.5 - } - } + limit = { mechanized_mining = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = pit_coal + } + modifier = { + factor = 2 + early_railroad = 1 + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = coal + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = coal + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { + coal = 0.5 + } + } } #Regenerative Furnaces advanced_ore_roasting_processes = { - limit = { regenerative_furnaces = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - interchangeable_parts = 1 - } - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { - iron = 0.4 - } - } + limit = { regenerative_furnaces = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + interchangeable_parts = 1 + } + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { + iron = 0.4 + } + } } advanced_ore_grinding_processes = { - limit = { regenerative_furnaces = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = advanced_ore_roasting_processes - } - modifier = { - factor = 2 - organized_factories = 1 - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { - iron = 0.25 - } - } + limit = { regenerative_furnaces = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = advanced_ore_roasting_processes + } + modifier = { + factor = 2 + organized_factories = 1 + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { + iron = 0.25 + } + } } advanced_ore_smelting_processes = { - limit = { regenerative_furnaces = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = advanced_ore_grinding_processes - } - modifier = { - factor = 2 - iron_railroad = 1 - } - modifier = { - factor = -10 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.05 type = labourers } - province_control_days = 1825 - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - } - } - modifier = { - factor = -1 - any_owned_province = { - controlled_by = THIS - trade_goods = iron - unemployment_by_type = { value = 0.03 type = labourers } - } - } - modifier = { - factor = -1 - any_neighbor_country = { - is_greater_power = no - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - modifier = { - factor = -1 - any_greater_power = { - any_owned_province = { - trade_goods = iron - unemployment_by_type = { value = 0.01 type = labourers } - province_control_days = 365 - } - } - } - } - effect = { - rgo_goods_output = { - iron = 0.25 - } - } + limit = { regenerative_furnaces = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = advanced_ore_grinding_processes + } + modifier = { + factor = 2 + iron_railroad = 1 + } + modifier = { + factor = -10 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.05 type = labourers } + province_control_days = 1825 + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + } + } + modifier = { + factor = -1 + any_owned_province = { + controlled_by = THIS + trade_goods = iron + unemployment_by_type = { value = 0.03 type = labourers } + } + } + modifier = { + factor = -1 + any_neighbor_country = { + is_greater_power = no + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + modifier = { + factor = -1 + any_greater_power = { + any_owned_province = { + trade_goods = iron + unemployment_by_type = { value = 0.01 type = labourers } + province_control_days = 365 + } + } + } + } + effect = { + rgo_goods_output = { + iron = 0.25 + } + } } # Bessemer Process bessemer_steel = { - limit = { - regenerative_furnaces = 1 - year = 1860 - } - chance = { - base = 2 - modifier = { - factor = 2 - compound_steam_engines = 1 - } - modifier = { - factor = 2 - steel_breech_loaded_artillery = 1 - } - } - effect = { - factory_goods_throughput = { - steel = 0.3 - } - } + limit = { + regenerative_furnaces = 1 + year = 1860 + } + chance = { + base = 2 + modifier = { + factor = 2 + compound_steam_engines = 1 + } + modifier = { + factor = 2 + steel_breech_loaded_artillery = 1 + } + } + effect = { + factory_goods_throughput = { + steel = 0.3 + } + } } martin_steel = { - limit = { - regenerative_furnaces = 1 - year = 1870 - } - chance = { - base = 2 - modifier = { - factor = 2 - invention = bessemer_steel - } - modifier = { - factor = 2 - steel_railroad = 1 - } - } - effect = { - factory_goods_output = { - steel = 0.05 - } - } + limit = { + regenerative_furnaces = 1 + year = 1870 + } + chance = { + base = 2 + modifier = { + factor = 2 + invention = bessemer_steel + } + modifier = { + factor = 2 + steel_railroad = 1 + } + } + effect = { + factory_goods_output = { + steel = 0.05 + } + } } thomas_steel = { - limit = { - regenerative_furnaces = 1 - year = 1880 - } - chance = { - base = 2 - modifier = { - factor = 2 - invention = martin_steel - } - modifier = { - factor = 2 - advanced_metallurgy = 1 - } - } - effect = { - factory_goods_output = { - steel = 0.05 - } - } + limit = { + regenerative_furnaces = 1 + year = 1880 + } + chance = { + base = 2 + modifier = { + factor = 2 + invention = martin_steel + } + modifier = { + factor = 2 + advanced_metallurgy = 1 + } + } + effect = { + factory_goods_output = { + steel = 0.05 + } + } } #advanced_metallurgy electric_rolling_techniques = { - limit = { advanced_metallurgy = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 2 - invention = thomas_steel - } - } - effect = { - factory_goods_output = { - steel = 0.02 - } - } + limit = { advanced_metallurgy = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 2 + invention = thomas_steel + } + } + effect = { + factory_goods_output = { + steel = 0.02 + } + } } steel_alloys = { - limit = { advanced_metallurgy = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = thomas_steel - } - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - } - effect = { - rgo_goods_output = { precious_metal = 0.05 } - factory_goods_output = { steel = 0.02 } - } + limit = { advanced_metallurgy = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = thomas_steel + } + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + } + effect = { + rgo_goods_output = { precious_metal = 0.05 } + factory_goods_output = { steel = 0.02 } + } } #electric_furnace stainless_steel = { - limit = { electric_furnace = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electrical_power_generation = 1 - } - modifier = { - factor = 2 - assembly_line = 1 - } - } - effect = { - factory_goods_output = { - steel = 0.05 - } - } + limit = { electric_furnace = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electrical_power_generation = 1 + } + modifier = { + factor = 2 + assembly_line = 1 + } + } + effect = { + factory_goods_output = { + steel = 0.05 + } + } } #early_railroad #iron_railroad #steel_railroad #medicine combat_medicine = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - army_professionalism = 1 - } - modifier = { - factor = 2 - military_statistics = 1 - } - } - effect = { - land_attrition = -0.05 - soldier_to_pop_loss = 0.01 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + army_professionalism = 1 + } + modifier = { + factor = 2 + military_statistics = 1 + } + } + effect = { + land_attrition = -0.05 + soldier_to_pop_loss = 0.01 + } } aerial_bacteria_and_antiseptic_principle = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - colonial_nation = yes - } - modifier = { - factor = 2 - empiricism = 1 - } - } - effect = { - pop_growth = 0.0001 - land_attrition = -0.05 - soldier_to_pop_loss = 0.01 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + colonial_nation = yes + } + modifier = { + factor = 2 + empiricism = 1 + } + } + effect = { + pop_growth = 0.0001 + land_attrition = -0.05 + soldier_to_pop_loss = 0.01 + } } vaccination = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - empiricism = 1 - } - modifier = { - factor = 2 - naval_plans = 1 - } - } - effect = { - land_attrition = -0.05 - soldier_to_pop_loss = 0.01 - pop_growth = 0.0001 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + empiricism = 1 + } + modifier = { + factor = 2 + naval_plans = 1 + } + } + effect = { + land_attrition = -0.05 + soldier_to_pop_loss = 0.01 + pop_growth = 0.0001 + } } chemotherapy = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - empiricism = 1 - } - modifier = { - factor = 2 - market_structure = 1 - } - } - effect = { - land_attrition = -0.05 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + empiricism = 1 + } + modifier = { + factor = 2 + market_structure = 1 + } + } + effect = { + land_attrition = -0.05 + } } genetics_heredity = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - modifier = { - factor = 2 - colonial_nation = yes - } - } - effect = { - pop_growth = 0.0001 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + modifier = { + factor = 2 + colonial_nation = yes + } + } + effect = { + pop_growth = 0.0001 + } } clinical_thermometers_and_binaural_stethoscopes = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - modifier = { - factor = 2 - organized_factories = 1 - } - } - effect = { - pop_growth = 0.0001 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + modifier = { + factor = 2 + organized_factories = 1 + } + } + effect = { + pop_growth = 0.0001 + } } prophylaxis_against_malaria = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - inorganic_chemistry = 1 - } - modifier = { - factor = 3 - colonial_nation = yes - } - } - effect = { - land_attrition = -0.05 - soldier_to_pop_loss = 0.01 - colonial_life_rating = -5 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + inorganic_chemistry = 1 + } + modifier = { + factor = 3 + colonial_nation = yes + } + } + effect = { + land_attrition = -0.05 + soldier_to_pop_loss = 0.01 + colonial_life_rating = -5 + } } pressure_chambers_for_thorax_surgery = { - limit = { medicine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - assembly_line = 1 - } - modifier = { - factor = 2 - hot_blast = 1 - } - } - effect = { - shared_prestige = 10 - } + limit = { medicine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + assembly_line = 1 + } + modifier = { + factor = 2 + hot_blast = 1 + } + } + effect = { + shared_prestige = 10 + } } #inorganic_chemistry germ_theory = { - limit = { inorganic_chemistry = 1 } - chance = { - base = -2 - modifier = { - factor = 2 - literacy = 0.40 - industrial_score = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 2 - invention = vaccination - } - - modifier = { - factor = 2 - invention = aerial_bacteria_and_antiseptic_principle - } - } - effect = { - pop_growth = 0.0002 - } + limit = { inorganic_chemistry = 1 } + chance = { + base = -2 + modifier = { + factor = 2 + literacy = 0.40 + industrial_score = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 2 + invention = vaccination + } + + modifier = { + factor = 2 + invention = aerial_bacteria_and_antiseptic_principle + } + } + effect = { + pop_growth = 0.0002 + } } artificial_fertilizers = { - limit = { inorganic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - interchangeable_parts = 1 - } - modifier = { - factor = 2 - invention = hussey_n_mccormicks_reaping_machine - } - } - effect = { - rgo_goods_output = { cotton = 0.02 } - rgo_goods_output = { tobacco = 0.02 } - rgo_goods_output = { coffee = 0.1 } - rgo_goods_output = { grain = 0.02 } - rgo_goods_output = { opium = 0.02 } - rgo_goods_output = { cattle = 0.02 } - rgo_goods_output = { fruit = 0.02 } - - factory_goods_output = { fertilizer = 0.05 } - } + limit = { inorganic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + interchangeable_parts = 1 + } + modifier = { + factor = 2 + invention = hussey_n_mccormicks_reaping_machine + } + } + effect = { + rgo_goods_output = { cotton = 0.02 } + rgo_goods_output = { tobacco = 0.02 } + rgo_goods_output = { coffee = 0.1 } + rgo_goods_output = { grain = 0.02 } + rgo_goods_output = { opium = 0.02 } + rgo_goods_output = { cattle = 0.02 } + rgo_goods_output = { fruit = 0.02 } + + factory_goods_output = { fertilizer = 0.05 } + } } nitroglycerin = { - limit = { inorganic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - military_statistics = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - factory_goods_output = { - explosives = 0.02 - } - } + limit = { inorganic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + military_statistics = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + factory_goods_output = { + explosives = 0.02 + } + } } chemical_wood_pulp_process = { - limit = { inorganic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - semi_automatization = 1 - } - modifier = { - factor = 2 - invention = industrial_rnd_investments - } - } - effect = { - factory_goods_output = { - paper = 0.02 - } - } + limit = { inorganic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + semi_automatization = 1 + } + modifier = { + factor = 2 + invention = industrial_rnd_investments + } + } + effect = { + factory_goods_output = { + paper = 0.02 + } + } } rubber_vulcanization = { - limit = { inorganic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - combustion_engine = 1 - } - modifier = { - factor = 2 - business_banks = 1 - } - } - effect = { - rgo_goods_output = { - rubber = 1 - } - } + limit = { inorganic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + combustion_engine = 1 + } + modifier = { + factor = 2 + business_banks = 1 + } + } + effect = { + rgo_goods_output = { + rubber = 1 + } + } } catalytic_fermentative_process = { - limit = { inorganic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - business_banks = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - factory_goods_output = { - wine = 0.02 - } - } + limit = { inorganic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + business_banks = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + factory_goods_output = { + wine = 0.02 + } + } } #organic_chemistry synthetic_dye = { - limit = { organic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - regenerative_furnaces = 1 - } - modifier = { - factor = 2 - management_strategy = 1 - } - } - effect = { - activate_building = dye_factory - } + limit = { organic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + regenerative_furnaces = 1 + } + modifier = { + factor = 2 + management_strategy = 1 + } + } + effect = { + activate_building = dye_factory + } } gaslights = { - limit = { organic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = patent - } - modifier = { - factor = 2 - investment_banks = 1 - } - } - effect = { - factory_throughput = 0.05 - } + limit = { organic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = patent + } + modifier = { + factor = 2 + investment_banks = 1 + } + } + effect = { + factory_throughput = 0.05 + } } carbon_soil_enrichment = { - limit = { organic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = artificial_fertilizers - } - modifier = { - factor = 2 - invention = capital_for_investors - } - } - effect = { - rgo_goods_output = { cotton = 0.05 } - rgo_goods_output = { tobacco = 0.05 } - rgo_goods_output = { coffee = 0.05 } - rgo_goods_output = { grain = 0.05 } - rgo_goods_output = { opium = 0.05 } - rgo_goods_output = { cattle = 0.05 } - rgo_goods_output = { fruit = 0.05 } - } + limit = { organic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = artificial_fertilizers + } + modifier = { + factor = 2 + invention = capital_for_investors + } + } + effect = { + rgo_goods_output = { cotton = 0.05 } + rgo_goods_output = { tobacco = 0.05 } + rgo_goods_output = { coffee = 0.05 } + rgo_goods_output = { grain = 0.05 } + rgo_goods_output = { opium = 0.05 } + rgo_goods_output = { cattle = 0.05 } + rgo_goods_output = { fruit = 0.05 } + } } cracking = { - limit = { organic_chemistry = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = oil_pumping_machinery - } - modifier = { - factor = 2 - management_strategy = 1 - } - } - effect = { - activate_building = fuel_refinery - } + limit = { organic_chemistry = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = oil_pumping_machinery + } + modifier = { + factor = 2 + management_strategy = 1 + } + } + effect = { + activate_building = fuel_refinery + } } #electricity x_rays = { - limit = { electricity = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - average_consciousness = 2 - } - modifier = { - factor = 2 - advanced_metallurgy = 1 - } - } - effect = { - pop_growth = 0.0002 - land_attrition = -0.02 - } + limit = { electricity = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + average_consciousness = 2 + } + modifier = { + factor = 2 + advanced_metallurgy = 1 + } + } + effect = { + pop_growth = 0.0002 + land_attrition = -0.02 + } } edison_light_bulb = { - limit = { electricity = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = direct_current - } - modifier = { - factor = 2 - electrical_power_generation = 1 - } - } - effect = { - activate_building = electric_gear_factory - } + limit = { electricity = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = direct_current + } + modifier = { + factor = 2 + electrical_power_generation = 1 + } + } + effect = { + activate_building = electric_gear_factory + } } bell_n_greys_telephones = { - limit = { electricity = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electrical_power_generation = 1 - } - modifier = { - factor = 2 - invention = telegraph_coordination - } - modifier = { - factor = -6 - NOT = { - invention = edison_light_bulb - } - } - } - effect = { - activate_building = telephone_factory - } + limit = { electricity = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electrical_power_generation = 1 + } + modifier = { + factor = 2 + invention = telegraph_coordination + } + modifier = { + factor = -6 + NOT = { + invention = edison_light_bulb + } + } + } + effect = { + activate_building = telephone_factory + } } electrical_lighting = { - limit = { electricity = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = edison_light_bulb - } - modifier = { - factor = 2 - invention = gaslights - } - modifier = { - factor = 2 - electrical_power_generation = 1 - } - } - effect = { - factory_throughput = 0.05 - } + limit = { electricity = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = edison_light_bulb + } + modifier = { + factor = 2 + invention = gaslights + } + modifier = { + factor = 2 + electrical_power_generation = 1 + } + } + effect = { + factory_throughput = 0.05 + } } #synthetic_polymers rayon = { - limit = { synthetic_polymers = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - organizational_development = 1 - } - modifier = { - factor = 2 - mutual_funds = 1 - } - } - effect = { - factory_goods_output = { - fabric = 0.05 - } - } + limit = { synthetic_polymers = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + organizational_development = 1 + } + modifier = { + factor = 2 + mutual_funds = 1 + } + } + effect = { + factory_goods_output = { + fabric = 0.05 + } + } } bakelite = { - limit = { synthetic_polymers = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = bell_n_greys_telephones - } - modifier = { - factor = 2 - time_saving_measures = 1 - } - } - effect = { - factory_goods_output = { - glass = 0.05 - } - } + limit = { synthetic_polymers = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = bell_n_greys_telephones + } + modifier = { + factor = 2 + time_saving_measures = 1 + } + } + effect = { + factory_goods_output = { + glass = 0.05 + } + } } vacuum_tube = { - limit = { - electricity = 1 - electrical_power_generation = 1 - } - chance = { - base = 1 - modifier = { - factor = 5 - invention = direct_current - } - modifier = { - factor = 5 - invention = alternating_current - } - } - effect = { - factory_goods_output = { radio = 0.03 } - factory_goods_output = { telephones = 0.03 } - factory_goods_output = { electric_gear = 0.03 } - } + limit = { + electricity = 1 + electrical_power_generation = 1 + } + chance = { + base = 1 + modifier = { + factor = 5 + invention = direct_current + } + modifier = { + factor = 5 + invention = alternating_current + } + } + effect = { + factory_goods_output = { radio = 0.03 } + factory_goods_output = { telephones = 0.03 } + factory_goods_output = { electric_gear = 0.03 } + } } tulls_seed_drill = { - limit = { piston_steam_engine = 1 } - chance = { - base = 6 - } - effect = { - rgo_goods_output = { - grain = 0.1 - } - rgo_goods_output = { - fruit = 0.1 - } - rgo_goods_output = { - coffee = 0.1 - } - } + limit = { piston_steam_engine = 1 } + chance = { + base = 6 + } + effect = { + rgo_goods_output = { + grain = 0.1 + } + rgo_goods_output = { + fruit = 0.1 + } + rgo_goods_output = { + coffee = 0.1 + } + } } rotherham_plough = { - limit = { high_pressure_steam_engine = 1 } - chance = { - base = 6 - } - effect = { - rgo_goods_output = { - grain = 0.15 - } - } + limit = { high_pressure_steam_engine = 1 } + chance = { + base = 6 + } + effect = { + rgo_goods_output = { + grain = 0.15 + } + } } telephone_switchboard = { - limit = { - electricity = 1 - } - chance = { - base = 0 - modifier = { - factor = 5 - invention = bell_n_greys_telephones - } - modifier = { - factor = 5 - invention = edison_light_bulb - } - } - effect = { - factory_goods_output = { - telephones = 0.03 - } - } + limit = { + electricity = 1 + } + chance = { + base = 0 + modifier = { + factor = 5 + invention = bell_n_greys_telephones + } + modifier = { + factor = 5 + invention = edison_light_bulb + } + } + effect = { + factory_goods_output = { + telephones = 0.03 + } + } } cotton_gin = { - limit = { - compound_steam_engines = 1 - OR = { - year = 1860 - has_global_flag = american_civil_war_has_happened - tag = USA - } - } - chance = { - base = 6 - } - - effect = { - rgo_goods_output = { cotton = 0.3 } - } + limit = { + compound_steam_engines = 1 + OR = { + year = 1860 + has_global_flag = american_civil_war_has_happened + tag = USA + } + } + chance = { + base = 6 + } + + effect = { + rgo_goods_output = { cotton = 0.3 } + } } #early_electrical_telegraph = { -# limit = { high_pressure_steam_engine = 1 } -# chance = { base = 1 } -# -# effect = { } +# limit = { high_pressure_steam_engine = 1 } +# chance = { base = 1 } +# +# effect = { } #} - diff --git a/HPM/inventions/navy_inventions.txt b/HPM/inventions/navy_inventions.txt index 1a9fa6e5..c4d72b27 100644 --- a/HPM/inventions/navy_inventions.txt +++ b/HPM/inventions/navy_inventions.txt @@ -1,2029 +1,2028 @@ #torpedo attacks torpedo_attacks = { - limit = { main_armament = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = protected_cruisers - } - } - effect = { - cruiser = { torpedo_attack = 8 } - } + limit = { main_armament = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = protected_cruisers + } + } + effect = { + cruiser = { torpedo_attack = 8 } + } } #battleship_column_doctrine long_range_fire_tactic = { - limit = { battleship_column_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 2 - steamers = 1 - } - } - effect = { - navy_base = { - default_organisation = 5 - } - } + limit = { battleship_column_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 2 + steamers = 1 + } + } + effect = { + navy_base = { + default_organisation = 5 + } + } } #raider_group_doctrine big_ship_competitor = { - limit = { raider_group_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - iron_steamers = 1 - } - modifier = { - factor = 2 - naval_statistics = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - steam_transport = { - gun_power = -1 - } - clipper_transport = { - gun_power = -1 - } - } + limit = { raider_group_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + iron_steamers = 1 + } + modifier = { + factor = 2 + naval_statistics = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + steam_transport = { + gun_power = -1 + } + clipper_transport = { + gun_power = -1 + } + } } standard_raider_group_doctrine = { - limit = { raider_group_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - fire_control_systems = 1 - } - modifier = { - factor = 2 - iron_steamers = 1 - } - } - effect = { - navy_base = { - maximum_speed = 1 - } - } + limit = { raider_group_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + fire_control_systems = 1 + } + modifier = { + factor = 2 + iron_steamers = 1 + } + } + effect = { + navy_base = { + maximum_speed = 1 + } + } } #blue_and_brown_water_schools blue_water_school = { - limit = { blue_and_brown_water_schools = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - state_n_government = 1 - } - modifier = { - factor = 2 - colonial_nation = yes - } - } - effect = { - navy_base = { - build_time = -10 - } - } + limit = { blue_and_brown_water_schools = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + state_n_government = 1 + } + modifier = { + factor = 2 + colonial_nation = yes + } + } + effect = { + navy_base = { + build_time = -10 + } + } } brown_water_school = { - limit = { blue_and_brown_water_schools = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - empiricism = 1 - } - modifier = { - factor = 2 - naval_statistics = 1 - } - } - effect = { - navy_base = { - build_time = -10 - } - } + limit = { blue_and_brown_water_schools = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + empiricism = 1 + } + modifier = { + factor = 2 + naval_statistics = 1 + } + } + effect = { + navy_base = { + build_time = -10 + } + } } #high_sea_battle_fleet offensive_attitude = { - limit = { high_sea_battle_fleet = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - colonial_nation = yes - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1 - naval_decision_making = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - - } + limit = { high_sea_battle_fleet = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + colonial_nation = yes + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1 + naval_decision_making = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + + } } defensive_attitude = { - limit = { high_sea_battle_fleet = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = protected_cruisers - } - modifier = { - factor = 2 - invention = armour_piercing_projectiles - } - } - effect = { - cruiser = { - hull = 5 - } - battleship = { - hull = 5 - } - dreadnought = { - hull = 5 - } - - } + limit = { high_sea_battle_fleet = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = protected_cruisers + } + modifier = { + factor = 2 + invention = armour_piercing_projectiles + } + } + effect = { + cruiser = { + hull = 5 + } + battleship = { + hull = 5 + } + dreadnought = { + hull = 5 + } + + } } #modern_naval_doctrine decisive_firepower_doctrine = { - limit = { modern_naval_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - nationalism_n_imperialism = 1 - } - modifier = { - factor = 2 - invention = work_control_and_hierarchy - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { modern_naval_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + nationalism_n_imperialism = 1 + } + modifier = { + factor = 2 + invention = work_control_and_hierarchy + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } naval_firepower_doctrine = { - limit = { modern_naval_doctrine = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - advanced_naval_design = 1 - } - modifier = { - factor = 2 - steam_turbine_ships = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { modern_naval_doctrine = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + advanced_naval_design = 1 + } + modifier = { + factor = 2 + steam_turbine_ships = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } #fleet_auxiliary_cv_doctrine = { -# limit = { modern_naval_doctrine = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { modern_naval_doctrine = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #fleet_auxiliary_ss_doctrine = { -# limit = { modern_naval_doctrine = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { modern_naval_doctrine = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #convoy_sailing = { -# limit = { modern_naval_doctrine = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { modern_naval_doctrine = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #integrated_naval_doctrine = { -# limit = { modern_naval_doctrine = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = convoy_sailing -# } -# modifier = { -# factor = 2 -# invention = fleet_auxiliary_ss_doctrine -# } -# modifier = { -# factor = 2 -# invention = fleet_auxiliary_cv_doctrine -# } -# modifier = { -# factor = 2 -# invention = naval_firepower_doctrine -# } -# modifier = { -# factor = 2 -# invention = modern_cruisers -# } -# } -# effect = { -# } +# limit = { modern_naval_doctrine = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = convoy_sailing +# } +# modifier = { +# factor = 2 +# invention = fleet_auxiliary_ss_doctrine +# } +# modifier = { +# factor = 2 +# invention = fleet_auxiliary_cv_doctrine +# } +# modifier = { +# factor = 2 +# invention = naval_firepower_doctrine +# } +# modifier = { +# factor = 2 +# invention = modern_cruisers +# } +# } +# effect = { +# } #} #clipper_design building_station_shipyards = { - limit = { clipper_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - hot_blast = 1 - } - modifier = { - factor = 1 - naval_design_bureaus = 1 - } - modifier = { - factor = -6 - NOT = { civilized = yes } - } - modifier = { - factor = -6 - NOT = { invention = clipper_shipyard_construction } - } - } - effect = { - factory_goods_throughput = { - clipper_convoy = 0.10 - } - } + limit = { clipper_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + hot_blast = 1 + } + modifier = { + factor = 1 + naval_design_bureaus = 1 + } + modifier = { + factor = -6 + NOT = { civilized = yes } + } + modifier = { + factor = -6 + NOT = { invention = clipper_shipyard_construction } + } + } + effect = { + factory_goods_throughput = { + clipper_convoy = 0.10 + } + } } clipper_shipyard_construction = { - limit = { clipper_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - piston_steam_engine = 1 - } - modifier = { - factor = 1 - naval_design_bureaus = 1 - } - } - effect = { - activate_building = clipper_shipyard - } + limit = { clipper_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + piston_steam_engine = 1 + } + modifier = { + factor = 1 + naval_design_bureaus = 1 + } + } + effect = { + activate_building = clipper_shipyard + } } #corvettes = { -# limit = { clipper_design = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { clipper_design = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #steamers steamer_transports = { - limit = { steamers = 1 } - chance = { - base = 5 - modifier = { - factor = 2 - mechanical_production = 1 - } - modifier = { - factor = 1 - regenerative_furnaces = 1 - } - modifier = { - factor = 1 - any_neighbor_country = { invention = steamer_transports } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = steamer_transports } - } - modifier = { - factor = 10 - year = 1850 - } - modifier = { - factor = 10 - iron_steamers = 1 - } - } - effect = { - activate_unit = steam_transport - } + limit = { steamers = 1 } + chance = { + base = 5 + modifier = { + factor = 2 + mechanical_production = 1 + } + modifier = { + factor = 1 + regenerative_furnaces = 1 + } + modifier = { + factor = 1 + any_neighbor_country = { invention = steamer_transports } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = steamer_transports } + } + modifier = { + factor = 10 + year = 1850 + } + modifier = { + factor = 10 + iron_steamers = 1 + } + } + effect = { + activate_unit = steam_transport + } } commerce_raiders = { - limit = { steamers = 1 } - chance = { - base = 5 - modifier = { - factor = 1 - fire_control_systems = 1 - } - modifier = { - factor = 3 - raider_group_doctrine = 1 - } - modifier = { - factor = 1 - any_neighbor_country = { invention = steamer_transports } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = steamer_transports } - } - modifier = { - factor = 10 - year = 1850 - } - modifier = { - factor = 10 - iron_steamers = 1 - } - } - effect = { - activate_unit = commerce_raider - } + limit = { steamers = 1 } + chance = { + base = 5 + modifier = { + factor = 1 + fire_control_systems = 1 + } + modifier = { + factor = 3 + raider_group_doctrine = 1 + } + modifier = { + factor = 1 + any_neighbor_country = { invention = steamer_transports } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = steamer_transports } + } + modifier = { + factor = 10 + year = 1850 + } + modifier = { + factor = 10 + iron_steamers = 1 + } + } + effect = { + activate_unit = commerce_raider + } } steamer_shipyard_construction = { - limit = { steamers = 1 } - chance = { - base = 5 - modifier = { - factor = 1 - semi_automatization = 1 - } - modifier = { - factor = 3 - raider_group_doctrine = 1 - } - modifier = { - factor = -10 - civilized = no - } - } - effect = { - activate_building = steamer_shipyard - } + limit = { steamers = 1 } + chance = { + base = 5 + modifier = { + factor = 1 + semi_automatization = 1 + } + modifier = { + factor = 3 + raider_group_doctrine = 1 + } + modifier = { + factor = -10 + civilized = no + } + } + effect = { + activate_building = steamer_shipyard + } } #iron_steamers steamer_automatic_construction_plants = { - limit = { iron_steamers = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - semi_automatization = 1 - - } - modifier = { - factor = 2 - invention = building_station_shipyards - } - - modifier = { - factor = -10 - civilized = no - } - } - effect = { - factory_goods_throughput = { - steamer_convoy = 0.10 - } - } + limit = { iron_steamers = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + semi_automatization = 1 + + } + modifier = { + factor = 2 + invention = building_station_shipyards + } + + modifier = { + factor = -10 + civilized = no + } + } + effect = { + factory_goods_throughput = { + steamer_convoy = 0.10 + } + } } mechanized_fishing_vessels = { - limit = { iron_steamers = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - interchangeable_parts = 1 - } - modifier = { - factor = 2 - invention = work_specialization - } - modifier = { - factor = -10 - civilized = no - } - } - effect = { - rgo_goods_output = { - fish = 0.5 - } - } + limit = { iron_steamers = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + interchangeable_parts = 1 + } + modifier = { + factor = 2 + invention = work_specialization + } + modifier = { + factor = -10 + civilized = no + } + } + effect = { + rgo_goods_output = { + fish = 0.5 + } + } } ironclads = { - limit = { - iron_steamers = 1 - has_country_flag = existing_country - } - chance = { - base = 5 - modifier = { - factor = 2 - invention = monitors - } - modifier = { - factor = 2 - invention = torpedo_boats - } - modifier = { - factor = 1 - any_neighbor_country = { invention = ironclads } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = ironclads } - } - modifier = { - factor = 10 - year = 1865 - } - modifier = { - factor = 10 - year = 1875 - } - modifier = { - factor = 10 - steel_steamers = 1 - } - } - effect = { - activate_unit = ironclad - ironclad = { - hull = 3 - gun_power = 3 - fire_range = 0.1 - } - } + limit = { + iron_steamers = 1 + has_country_flag = existing_country + } + chance = { + base = 5 + modifier = { + factor = 2 + invention = monitors + } + modifier = { + factor = 2 + invention = torpedo_boats + } + modifier = { + factor = 1 + any_neighbor_country = { invention = ironclads } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = ironclads } + } + modifier = { + factor = 10 + year = 1865 + } + modifier = { + factor = 10 + year = 1875 + } + modifier = { + factor = 10 + steel_steamers = 1 + } + } + effect = { + activate_unit = ironclad + ironclad = { + hull = 3 + gun_power = 3 + fire_range = 0.1 + } + } } monitors = { - limit = { - iron_steamers = 1 - has_country_flag = existing_country - } - chance = { - base = 5 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 2 - invention = torpedo_boats - } - modifier = { - factor = 1 - any_neighbor_country = { invention = monitors } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = monitors } - } - modifier = { - factor = 10 - year = 1865 - } - modifier = { - factor = 10 - year = 1875 - } - modifier = { - factor = 10 - steel_steamers = 1 - } - } - effect = { - activate_unit = monitor - } + limit = { + iron_steamers = 1 + has_country_flag = existing_country + } + chance = { + base = 5 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 2 + invention = torpedo_boats + } + modifier = { + factor = 1 + any_neighbor_country = { invention = monitors } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = monitors } + } + modifier = { + factor = 10 + year = 1865 + } + modifier = { + factor = 10 + year = 1875 + } + modifier = { + factor = 10 + steel_steamers = 1 + } + } + effect = { + activate_unit = monitor + } } torpedo_boats = { - limit = { iron_steamers = 1 } - chance = { - base = 4 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 2 - invention = monitors - } - modifier = { - factor = 1 - any_neighbor_country = { invention = torpedo_boats } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = torpedo_boats } - } - modifier = { - factor = 10 - year = 1865 - } - modifier = { - factor = 10 - year = 1875 - } - modifier = { - factor = 10 - steel_steamers = 1 - } - } - effect = { - commerce_raider = { - hull = 4 - torpedo_attack = 2 - } - } + limit = { iron_steamers = 1 } + chance = { + base = 4 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 2 + invention = monitors + } + modifier = { + factor = 1 + any_neighbor_country = { invention = torpedo_boats } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = torpedo_boats } + } + modifier = { + factor = 10 + year = 1865 + } + modifier = { + factor = 10 + year = 1875 + } + modifier = { + factor = 10 + steel_steamers = 1 + } + } + effect = { + commerce_raider = { + hull = 4 + torpedo_attack = 2 + } + } } #steel_steamers protected_cruisers = { - limit = { - steel_steamers = 1 - has_country_flag = existing_country - } - chance = { - base = 3 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 2 - invention = bessemer_steel - } - modifier = { - factor = 1 - any_neighbor_country = { invention = protected_cruisers } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = protected_cruisers } - } - modifier = { - factor = 10 - year = 1890 - } - modifier = { - factor = 10 - year = 1905 - } - modifier = { - factor = 10 - steam_turbine_ships = 1 - } - } - effect = { - activate_unit = cruiser - } + limit = { + steel_steamers = 1 + has_country_flag = existing_country + } + chance = { + base = 3 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 2 + invention = bessemer_steel + } + modifier = { + factor = 1 + any_neighbor_country = { invention = protected_cruisers } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = protected_cruisers } + } + modifier = { + factor = 10 + year = 1890 + } + modifier = { + factor = 10 + year = 1905 + } + modifier = { + factor = 10 + steam_turbine_ships = 1 + } + } + effect = { + activate_unit = cruiser + } } #destroyers = { -# limit = { steel_steamers = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = torpedo_boats -# } -# } -# effect = { -# } +# limit = { steel_steamers = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = torpedo_boats +# } +# } +# effect = { +# } #} #submarines = { -# limit = { steel_steamers = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = torpedo_boats -# } -# } -# effect = { -# } +# limit = { steel_steamers = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = torpedo_boats +# } +# } +# effect = { +# } #} pre_dreadnought = { - limit = { - steel_steamers = 1 - has_country_flag = existing_country - } - chance = { - base = 5 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 1 - invention = bessemer_steel - } - modifier = { - factor = 1 - main_armament = 1 - } - modifier = { - factor = 1 - any_neighbor_country = { invention = pre_dreadnought } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = pre_dreadnought } - } - modifier = { - factor = 10 - year = 1890 - } - modifier = { - factor = 10 - year = 1905 - } - modifier = { - factor = 10 - steam_turbine_ships = 1 - } - } - effect = { - activate_unit = battleship - battleship = { - hull = 10 - gun_power = 10 - } - } + limit = { + steel_steamers = 1 + has_country_flag = existing_country + } + chance = { + base = 5 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 1 + invention = bessemer_steel + } + modifier = { + factor = 1 + main_armament = 1 + } + modifier = { + factor = 1 + any_neighbor_country = { invention = pre_dreadnought } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = pre_dreadnought } + } + modifier = { + factor = 10 + year = 1890 + } + modifier = { + factor = 10 + year = 1905 + } + modifier = { + factor = 10 + steam_turbine_ships = 1 + } + } + effect = { + activate_unit = battleship + battleship = { + hull = 10 + gun_power = 10 + } + } } #steam_turbine_ships dreadnoughts = { - limit = { - steam_turbine_ships = 1 - has_country_flag = existing_country - } - chance = { - base = 5 - modifier = { - factor = 2 - invention = pre_dreadnought - } - modifier = { - factor = 2 - naval_logistics = 1 - } - modifier = { - factor = 1 - any_neighbor_country = { invention = dreadnoughts } - } - modifier = { - factor = 2 - war = yes - war_countries = { invention = dreadnoughts } - } - modifier = { - factor = 2 - oil_driven_ships = 1 - } - } - effect = { - activate_unit = dreadnought - dreadnought = { - hull = 10 - gun_power = 10 - } - } + limit = { + steam_turbine_ships = 1 + has_country_flag = existing_country + } + chance = { + base = 5 + modifier = { + factor = 2 + invention = pre_dreadnought + } + modifier = { + factor = 2 + naval_logistics = 1 + } + modifier = { + factor = 1 + any_neighbor_country = { invention = dreadnoughts } + } + modifier = { + factor = 2 + war = yes + war_countries = { invention = dreadnoughts } + } + modifier = { + factor = 2 + oil_driven_ships = 1 + } + } + effect = { + activate_unit = dreadnought + dreadnought = { + hull = 10 + gun_power = 10 + } + } } #light_cruisers = { -# limit = { steam_turbine_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = ironclads -# } -# } -# effect = { -# } +# limit = { steam_turbine_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = ironclads +# } +# } +# effect = { +# } #} #battlecruisers = { -# limit = { steam_turbine_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = pre_dreadnought -# } -# } -# effect = { -# } +# limit = { steam_turbine_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = pre_dreadnought +# } +# } +# effect = { +# } #} #ocean_going_submarines = { -# limit = { steam_turbine_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = submarines -# } -# } -# effect = { -# } +# limit = { steam_turbine_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = submarines +# } +# } +# effect = { +# } #} #oil_driven_ships #advanced_destroyers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = destroyers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = destroyers +# } +# } +# effect = { +# } #} #modern_destroyers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = advanced_destroyers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = advanced_destroyers +# } +# } +# effect = { +# } #} advanced_cruisers = { - limit = { oil_driven_ships = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - naval_directionism = 1 - } - modifier = { - factor = 2 - combustion_engine = 1 - } - } - effect = { - cruiser = { - hull = 3 - gun_power = 1 - } - } + limit = { oil_driven_ships = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + naval_directionism = 1 + } + modifier = { + factor = 2 + combustion_engine = 1 + } + } + effect = { + cruiser = { + hull = 3 + gun_power = 1 + } + } } modern_cruisers = { - limit = { oil_driven_ships = 1 } - chance = { - base = 1 - modifier = { - factor = 2 - invention = advanced_cruisers - } - modifier = { - factor = 2 - combustion_engine = 1 - } - modifier = { - factor = 2 - advanced_metallurgy = 1 - } - } - effect = { - cruiser = { - maximum_speed = 1 - } - } + limit = { oil_driven_ships = 1 } + chance = { + base = 1 + modifier = { + factor = 2 + invention = advanced_cruisers + } + modifier = { + factor = 2 + combustion_engine = 1 + } + modifier = { + factor = 2 + advanced_metallurgy = 1 + } + } + effect = { + cruiser = { + maximum_speed = 1 + } + } } #advanced_battlecruisers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = battlecruisers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = battlecruisers +# } +# } +# effect = { +# } #} advanced_battleships = { - limit = { oil_driven_ships = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = dreadnoughts - } - modifier = { - factor = 1 - electricity = 1 - } - modifier = { - factor = 2 - advanced_naval_design = 1 - } - } - effect = { - battleship = { - hull = 3 - gun_power = 1 - } - dreadnought = { - hull = 3 - gun_power = 1 - } - } + limit = { oil_driven_ships = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = dreadnoughts + } + modifier = { + factor = 1 + electricity = 1 + } + modifier = { + factor = 2 + advanced_naval_design = 1 + } + } + effect = { + battleship = { + hull = 3 + gun_power = 1 + } + dreadnought = { + hull = 3 + gun_power = 1 + } + } } modern_battleships = { - limit = { oil_driven_ships = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = advanced_battleships - } - modifier = { - factor = 1 - assembly_line = 1 - } - modifier = { - factor = 2 - modern_naval_training = 1 - } - } - effect = { - battleship = { - maximum_speed = 1 - } - dreadnought = { - maximum_speed = 1 - } - } + limit = { oil_driven_ships = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = advanced_battleships + } + modifier = { + factor = 1 + assembly_line = 1 + } + modifier = { + factor = 2 + modern_naval_training = 1 + } + } + effect = { + battleship = { + maximum_speed = 1 + } + dreadnought = { + maximum_speed = 1 + } + } } #experimental_carriers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #converted_hulk_carriers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = experimental_carriers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = experimental_carriers +# } +# } +# effect = { +# } #} #purpose_built_carriers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = converted_hulk_carriers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = converted_hulk_carriers +# } +# } +# effect = { +# } #} #advanced_submarines = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = ocean_going_submarines -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = ocean_going_submarines +# } +# } +# effect = { +# } #} #modern_battlecruisers = { -# limit = { oil_driven_ships = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = advanced_battlecruisers -# } -# } -# effect = { -# } +# limit = { oil_driven_ships = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = advanced_battlecruisers +# } +# } +# effect = { +# } #} #fire_control_systems optical_rangefinders = { - limit = { fire_control_systems = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - mechanical_production = 1 - } - modifier = { - factor = 2 - organized_factories = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { fire_control_systems = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + mechanical_production = 1 + } + modifier = { + factor = 2 + organized_factories = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } gyrostabilized_fire_control = { - limit = { fire_control_systems = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - naval_professionalism = 1 - } - modifier = { - factor = 1 - interchangeable_parts = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { fire_control_systems = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + naval_professionalism = 1 + } + modifier = { + factor = 1 + interchangeable_parts = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } #torpedo_gyroscope = { -# limit = { fire_control_systems = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { fire_control_systems = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #weapon_platforms #sea_mine_equipment = { -# limit = { weapon_platforms = 1 } -# chance = { -# base = 6 -# } -# effect = { -# } +# limit = { weapon_platforms = 1 } +# chance = { +# base = 6 +# } +# effect = { +# } #} #self_propelled_torpedoes = { -# limit = { weapon_platforms = 1 } -# chance = { -# base = 5 -# modifier = { -# factor = 2 -# invention = torpedo_gyroscope -# } -# } -# effect = { -# } +# limit = { weapon_platforms = 1 } +# chance = { +# base = 5 +# modifier = { +# factor = 2 +# invention = torpedo_gyroscope +# } +# } +# effect = { +# } #} sealane_hunters = { - limit = { weapon_platforms = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - raider_group_doctrine = 1 - } - modifier = { - factor = 2 - state_n_government = 1 - } - } - effect = { - navy_base = { - maximum_speed = 1 - } - } + limit = { weapon_platforms = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + raider_group_doctrine = 1 + } + modifier = { + factor = 2 + state_n_government = 1 + } + } + effect = { + navy_base = { + maximum_speed = 1 + } + } } fast_ship_killer = { - limit = { weapon_platforms = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - naval_professionalism = 1 - } - } - effect = { - navy_base = { - maximum_speed = 1 - } - } + limit = { weapon_platforms = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + naval_professionalism = 1 + } + } + effect = { + navy_base = { + maximum_speed = 1 + } + } } armour_piercing_projectiles = { - limit = { weapon_platforms = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - iron_breech_loaded_artillery = 1 - } - modifier = { - factor = 2 - iron_steamers = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { weapon_platforms = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + iron_breech_loaded_artillery = 1 + } + modifier = { + factor = 2 + iron_steamers = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } armour_piercing_exploding_projectiles = { - limit = { weapon_platforms = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = armour_piercing_projectiles - } - modifier = { - factor = 1 - hot_blast = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - - } + limit = { weapon_platforms = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = armour_piercing_projectiles + } + modifier = { + factor = 1 + hot_blast = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + + } } armoured_turrets = { - limit = { weapon_platforms = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 2 - hot_blast = 1 - } - } - effect = { - ironclad = { hull = 5 } - monitor = { hull = 5 } - cruiser = { hull = 2 } - battleship = { hull = 2 } - dreadnought = { hull = 2 } - } + limit = { weapon_platforms = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 2 + hot_blast = 1 + } + } + effect = { + ironclad = { hull = 5 } + monitor = { hull = 5 } + cruiser = { hull = 2 } + battleship = { hull = 2 } + dreadnought = { hull = 2 } + } } #main_armament bomb_guns = { - limit = { main_armament = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = armour_piercing_exploding_projectiles - } - modifier = { - factor = 2 - military_statistics = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { main_armament = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = armour_piercing_exploding_projectiles + } + modifier = { + factor = 2 + military_statistics = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } rifled_guns = { - limit = { main_armament = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = precision_work - } - modifier = { - factor = 1 - semi_automatization = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { main_armament = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = precision_work + } + modifier = { + factor = 1 + semi_automatization = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } quick_firing_guns = { - limit = { main_armament = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = rifled_guns - } - modifier = { - factor = 1 - semi_automatization = 1 - } - } - effect = { - navy_base = { - gun_power = 1 - } - clipper_transport = { - gun_power = -1 - } - steam_transport = { - gun_power = -1 - } - } + limit = { main_armament = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = rifled_guns + } + modifier = { + factor = 1 + semi_automatization = 1 + } + } + effect = { + navy_base = { + gun_power = 1 + } + clipper_transport = { + gun_power = -1 + } + steam_transport = { + gun_power = -1 + } + } } heavy_caliber_guns = { - limit = { main_armament = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = rifled_guns - } - modifier = { - factor = 2 - steel_breech_loaded_artillery = 1 - } - } - effect = { - battleship = { - gun_power = 2 - } - dreadnought = { - gun_power = 2 - } - } + limit = { main_armament = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = rifled_guns + } + modifier = { + factor = 2 + steel_breech_loaded_artillery = 1 + } + } + effect = { + battleship = { + gun_power = 2 + } + dreadnought = { + gun_power = 2 + } + } } #advanced_naval_design armoured_citadels = { - limit = { advanced_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = armoured_turrets - } - modifier = { - factor = 1 - invention = bessemer_steel - } - } - effect = { - battleship = { - hull = 5 - } - dreadnought = { - hull = 5 - } - - } + limit = { advanced_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = armoured_turrets + } + modifier = { + factor = 1 + invention = bessemer_steel + } + } + effect = { + battleship = { + hull = 5 + } + dreadnought = { + hull = 5 + } + + } } on_board_recon_aircraft = { - limit = { advanced_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = wright_n_langleys_aeroplanes - } - modifier = { - factor = 1 - naval_risk_management = 1 - } - } - effect = { - navy_base = { - default_organisation = 5 - } - } + limit = { advanced_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = wright_n_langleys_aeroplanes + } + modifier = { + factor = 1 + naval_risk_management = 1 + } + } + effect = { + navy_base = { + default_organisation = 5 + } + } } gun_hydraulics = { - limit = { advanced_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 1 - invention = machine_tools - } - } - effect = { - battleship = { - gun_power = 2 - } - dreadnought = { - gun_power = 2 - } - } + limit = { advanced_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 1 + invention = machine_tools + } + } + effect = { + battleship = { + gun_power = 2 + } + dreadnought = { + gun_power = 2 + } + } } heavy_armour_plates = { - limit = { advanced_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = bessemer_steel - } - modifier = { - factor = 1 - invention = martin_steel - } - modifier = { - factor = 1 - invention = thomas_steel - } - } - effect = { - steam_transport = { hull = 5 } - cruiser = { hull = 5 } - battleship = { hull = 5 } - dreadnought = { hull = 5 } - } + limit = { advanced_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = bessemer_steel + } + modifier = { + factor = 1 + invention = martin_steel + } + modifier = { + factor = 1 + invention = thomas_steel + } + } + effect = { + steam_transport = { hull = 5 } + cruiser = { hull = 5 } + battleship = { hull = 5 } + dreadnought = { hull = 5 } + } } large_hull_form = { - limit = { advanced_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = fordism - } - modifier = { - factor = 3 - shift_work = 1 - } - } - effect = { - steam_transport = { hull = 5 } - cruiser = { hull = 5 } - battleship = { hull = 5 } - dreadnought = { hull = 5 } - } + limit = { advanced_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = fordism + } + modifier = { + factor = 3 + shift_work = 1 + } + } + effect = { + steam_transport = { hull = 5 } + cruiser = { hull = 5 } + battleship = { hull = 5 } + dreadnought = { hull = 5 } + } } #modern_naval_design wireless = { - limit = { modern_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - invention = national_radio_networks - } - modifier = { - factor = 2 - invention = industrial_rnd_investments - } - } - effect = { - navy_base = { - default_organisation = 5 - } - } + limit = { modern_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + invention = national_radio_networks + } + modifier = { + factor = 2 + invention = industrial_rnd_investments + } + } + effect = { + navy_base = { + default_organisation = 5 + } + } } advanced_fire_control = { - limit = { modern_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - modern_naval_training = 1 - } - modifier = { - factor = 2 - naval_directionism = 1 - } - } - effect = { - dreadnought = { - gun_power = 2 - } - cruiser = { - gun_power = 2 - torpedo_attack = 4 - } - } + limit = { modern_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + modern_naval_training = 1 + } + modifier = { + factor = 2 + naval_directionism = 1 + } + } + effect = { + dreadnought = { + gun_power = 2 + } + cruiser = { + gun_power = 2 + torpedo_attack = 4 + } + } } 15_inch_main_armament = { - limit = { modern_naval_design = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - advanced_metallurgy = 1 - } - modifier = { - factor = 2 - invention = bessemer_steel - } - modifier = { - factor = 1 - indirect_artillery_fire = 1 - } - } - effect = { - dreadnought = { - gun_power = 2 - } - } + limit = { modern_naval_design = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + advanced_metallurgy = 1 + } + modifier = { + factor = 2 + invention = bessemer_steel + } + modifier = { + factor = 1 + indirect_artillery_fire = 1 + } + } + effect = { + dreadnought = { + gun_power = 2 + } + } } #naval_plans night_training = { - limit = { naval_plans = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = gaslights - } - modifier = { - factor = 2 - naval_statistics = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_plans = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = gaslights + } + modifier = { + factor = 2 + naval_statistics = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } enemy_plotting_cards = { - limit = { naval_plans = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - state_n_government = 1 - } - modifier = { - factor = 2 - naval_professionalism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_plans = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + state_n_government = 1 + } + modifier = { + factor = 2 + naval_professionalism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } target_hit_profile_analysis = { - limit = { naval_plans = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - fire_control_systems = 1 - } - modifier = { - factor = 1 - iron_steamers = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_plans = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + fire_control_systems = 1 + } + modifier = { + factor = 1 + iron_steamers = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_statistics hit_evaluation_reports = { - limit = { naval_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - weapon_platforms = 1 - } - modifier = { - factor = 2 - raider_group_doctrine = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + weapon_platforms = 1 + } + modifier = { + factor = 2 + raider_group_doctrine = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } empirical_interdiction_reports = { - limit = { naval_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 3 - empiricism = 1 - } - modifier = { - factor = 2 - naval_professionalism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 3 + empiricism = 1 + } + modifier = { + factor = 2 + naval_professionalism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } naval_strike_success_criterium = { - limit = { naval_statistics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - raider_group_doctrine = 1 - } - modifier = { - factor = 1 - weapon_platforms = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_statistics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + raider_group_doctrine = 1 + } + modifier = { + factor = 1 + weapon_platforms = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_logistics underway_refueling = { - limit = { naval_logistics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = cracking - } - modifier = { - factor = 2 - colonial_nation = yes - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_logistics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = cracking + } + modifier = { + factor = 2 + colonial_nation = yes + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } ammunition_conservation_system = { - limit = { naval_logistics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = armoured_turrets - } - modifier = { - factor = 2 - invention = time_studies - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_logistics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = armoured_turrets + } + modifier = { + factor = 2 + invention = time_studies + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } radio_telegraphy = { - limit = { naval_logistics = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - electricity = 1 - } - modifier = { - factor = 4 - invention = national_radio_networks - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_logistics = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + electricity = 1 + } + modifier = { + factor = 4 + invention = national_radio_networks + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_directionism political_lobbying = { - limit = { naval_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - state_n_government = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + state_n_government = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } military_political_decision_making = { - limit = { naval_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - state_n_government = 1 - } - modifier = { - factor = 2 - nationalism_n_imperialism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + state_n_government = 1 + } + modifier = { + factor = 2 + nationalism_n_imperialism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } local_military_government = { - limit = { naval_directionism = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - is_greater_power = yes - } - modifier = { - factor = 2 - invention = pragmatism - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_directionism = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + is_greater_power = yes + } + modifier = { + factor = 2 + invention = pragmatism + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_integration war_gamming = { - limit = { naval_integration = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - high_sea_battle_fleet = 1 - } - modifier = { - factor = 2 - advanced_naval_design = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_integration = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + high_sea_battle_fleet = 1 + } + modifier = { + factor = 2 + advanced_naval_design = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } combined_arms_planning = { - limit = { naval_integration = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - military_directionism = 1 - } - modifier = { - factor = 2 - naval_risk_management = 1 - } - - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_integration = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + military_directionism = 1 + } + modifier = { + factor = 2 + naval_risk_management = 1 + } + + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_professionalism academic_training = { - limit = { naval_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - ideological_thought = 1 - } - modifier = { - factor = 2 - idealism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + ideological_thought = 1 + } + modifier = { + factor = 2 + idealism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } combat_station_training = { - limit = { naval_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - fire_control_systems = 1 - } - modifier = { - factor = 2 - naval_statistics = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + fire_control_systems = 1 + } + modifier = { + factor = 2 + naval_statistics = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } societal_status = { - limit = { naval_professionalism = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = national_fraternity - } - modifier = { - factor = 2 - functionalism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_professionalism = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = national_fraternity + } + modifier = { + factor = 2 + functionalism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_decision_making speedy_maneuvering_tactic = { - limit = { naval_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = ironclads - } - modifier = { - factor = 1 - fire_control_systems = 1 - } - } - effect = { - navy_base = { - maximum_speed = 1 - } - } + limit = { naval_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = ironclads + } + modifier = { + factor = 1 + fire_control_systems = 1 + } + } + effect = { + navy_base = { + maximum_speed = 1 + } + } } independent_command = { - limit = { naval_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - blue_and_brown_water_schools = 1 - } - modifier = { - factor = 2 - scientific_management = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + blue_and_brown_water_schools = 1 + } + modifier = { + factor = 2 + scientific_management = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } continuous_issuing_of_orders = { - limit = { naval_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = radio_telegraphy - } - modifier = { - factor = 1 - naval_logistics = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = radio_telegraphy + } + modifier = { + factor = 1 + naval_logistics = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } delegated_power = { - limit = { naval_decision_making = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - main_armament = 1 - } - modifier = { - factor = 1 - biologism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_decision_making = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + main_armament = 1 + } + modifier = { + factor = 1 + biologism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_risk_management wargames = { - limit = { naval_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - prestige = 40 - } - modifier = { - factor = 2 - empiricism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + prestige = 40 + } + modifier = { + factor = 2 + empiricism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } alternative_plans = { - limit = { naval_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = academic_training - } - modifier = { - factor = 2 - high_sea_battle_fleet = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = academic_training + } + modifier = { + factor = 2 + high_sea_battle_fleet = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } n_saddle_orders = { - limit = { naval_risk_management = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - invention = night_training - } - modifier = { - factor = 2 - invention = delegated_power - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_risk_management = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + invention = night_training + } + modifier = { + factor = 2 + invention = delegated_power + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #naval_nco_training literate_ncos = { - limit = { naval_nco_training = 1 } - chance = { - base = 4 - modifier = { - factor = 2 - invention = academic_training - } - modifier = { - factor = 2 - analytic_philosophy = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_nco_training = 1 } + chance = { + base = 4 + modifier = { + factor = 2 + invention = academic_training + } + modifier = { + factor = 2 + analytic_philosophy = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } nco_combat_station_training = { - limit = { naval_nco_training = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = combat_station_training - } - modifier = { - factor = 2 - naval_directionism = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_nco_training = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = combat_station_training + } + modifier = { + factor = 2 + naval_directionism = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } nco_tactical_training = { - limit = { naval_nco_training = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = political_lobbying - } - modifier = { - factor = 2 - modern_naval_doctrine = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { naval_nco_training = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = political_lobbying + } + modifier = { + factor = 2 + modern_naval_doctrine = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } #modern_naval_training amphibious_warfare_training = { - limit = { modern_naval_training = 1 } - chance = { - base = 2 - modifier = { - factor = 1 - modern_army_doctrine = 1 - } - modifier = { - factor = 2 - modern_naval_doctrine = 1 - } - } - effect = { - navy_base = { - default_organisation = 1 - } - } + limit = { modern_naval_training = 1 } + chance = { + base = 2 + modifier = { + factor = 1 + modern_army_doctrine = 1 + } + modifier = { + factor = 2 + modern_naval_doctrine = 1 + } + } + effect = { + navy_base = { + default_organisation = 1 + } + } } naval_exercises = { - limit = { modern_naval_training = 1 } - chance = { - base = 2 - modifier = { - factor = 2 - invention = war_gamming - } - modifier = { - factor = 1 - invention = offensive_attitude - } - modifier = { - factor = 1 - invention = defensive_attitude - } - } - effect = { - naval_attrition = -0.1 - } + limit = { modern_naval_training = 1 } + chance = { + base = 2 + modifier = { + factor = 2 + invention = war_gamming + } + modifier = { + factor = 1 + invention = offensive_attitude + } + modifier = { + factor = 1 + invention = defensive_attitude + } + } + effect = { + naval_attrition = -0.1 + } } - diff --git a/HPM/localisation/00_HPM_Misc.csv b/HPM/localisation/00_HPM_Misc.csv index 8796d091..f8e44c8d 100644 --- a/HPM/localisation/00_HPM_Misc.csv +++ b/HPM/localisation/00_HPM_Misc.csv @@ -1,795 +1,766 @@ -;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -AND_TRIGGER_STARTS;§RAll of the below§W;;;;;;;;;;;;;;;;x;;;; -OR;§Ror§W;;;;;;;;;;;;;;;;x;;;; -partisan_rebels;Partisans;;;;;;;;;;;;;;;;;;;;;;x;;;; -partisan_rebels_title;Partisans;;;;;;;;;;;;;;;;;;;;;;x;;;; -partisan_rebels_name;$COUNTRY_ADJ$ Partisans;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -partisan_rebels_desc;Partisans are common men and women that form resistance cells, small armed groups that, in addition to their guerrilla warfare activities, provide first-hand intelligence information and maintain of escape networks to help $COUNTRY_ADJ$ soldiers. When they take over a province, they will return that province to the original owner in 60 days.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -partisan_rebels_army;$COUNTRY_ADJ$ Partisan Cell;;;;;;;;;;;;;;;;;;;x;;;; -IS_NOT_RELIGION;The state religion is NOT;;;;;;;;;;;;;;;;;;x;;;; -IS_RELIGION;The state religion is;;;;;;;;;;;;;;;;;;x;;;; -CULTURE_IS_NOT;Culture is NOT accepted:;;;;;;;;;;;;;;;;;;;;;;x;;; -CULTURE_IS;Culture is accepted:;;;;;;;;;;;;;;;;;;;x;;; -steam_transport;Troopship;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -commerce_raider;Steam Frigate;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -oceanic;Pacific Islander;;;;;;;;;;;;;;;;;;;;;!;;;;;;;;x;;; -levantine;Greco-Caucasian;;;;;;;;;;;;;;;;;;;;;!;;;;;;;;x;;; -turko_semitic;Turkic;;;;;;;;;;;;;;;;;;;;;!;;;;;;;;x;;; -polish_culture_group;Western Slavic;;;;;;;;;;;;;;;;;;;;;!;;;;;;;;x;;; -BRIGADES_COMPARE_GREATER;Brigades comparison factor of two countries is at least §Y$VAL$§!\n;;;;;;;;;;;;;;;;;;;;;;!;;;;;;;;x;;; -BRIGADES_COMPARE_SMALLER;Brigades comparison factor of two countries is less than §Y$VAL$§!\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;; -jewish_group;Jewish;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -muslim;Muslim;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -christian;Christian;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -eastern;Eastern Religions;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pagan;Pagans;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -jefferson_method_desc;The Jefferson Method is a highest averages method for allocating seats, and is thus a type of party-list proportional representation. Proportional representation systems aim to allocate seats to parties approximately in proportion to the number of votes received. For example, if a party wins one-third of the votes then it should gain about one-third of the seats. In general, exact proportionality is not possible because these divisions produce fractional numbers of seats. As a result, several methods have been devised which ensure that the parties' seat allocations, which are of course whole numbers, are as proportional as possible. In comparison with the Sainte-Lague method, §Ythe Jefferson Method slightly favours large parties and coalitions over scattered small parties§W.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -precious_goods;Precious Goods;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -precious_goods_RGO_SIZE;Precious Goods Market Size;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PARTY_LOYALTY_EFFECT_DESC;Loyalty towards §Y$PARTY$§W in §Y$PROV$§W will be changed by §Y$VALUE$§W.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFY_RELATION_EFFECT;§Y$SOURCE$§!'s relation with §Y$TARGET$§! changed with a value of $VALUE$.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -IS_NOT_ACCEPTED_CULTURE;Is NOT an accepted culture.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -canned_food_factory;Cannery;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ALL_CORE_PROVINCE_THAT;For all core provinces \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -TOPBAR_POPULATION;Our adult male population is $CURR$. Our adult male population has changed by $CHANGE$ in the last §Y$DAYS$§! days.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -precious_metal;Precious Metals;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -precious_metal_RGO_SIZE;Precious Metals Mine Size;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cattle;Livestock;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cattle_RGO_SIZE;Livestock Ranch Size;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_health_care_desc;The government doesn't care about healthcare and no funding for it exists. The few health institutions that exist are inherited from medieval times and are equipped accordingly. The medical career is an informal profession, mainly linked to the church. Hospitals use rudimentary lighting, facilities are overcrowded and infectious diseases round the halls and corners of the buildings. Prayers are commonly recommended to treat ailments.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinket_health_care;Trinket Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinket_health_care_desc;Doctors and nurses have a rudimentary understanding of wounds and diseases, partially relying on old beliefs when treating patients, but they do have formal training. Hospitals have rules to reduce overcrowding (beds are spaced a meter apart), provisions for ventilation, and the sewers leading from the hospital are flushed several times a day while the latrines/drains are disinfected with peat charcoal. There is meager collection of patient data but there aren't any proper sanitation standards for hospitals nor government agencies to check them. Healthcare facilities are hard to find.\n§YFor the full effects of this reform, your administration spending should be at least 20%.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -low_health_care;Low Healthcare;;;;;;;;;;;;;x;;;;;;;;;;;;;; -low_health_care_desc;Doctors and nurses are starting to understand wounds and diseases better during their studies and apply the principles of the so-called "germ theory" when treating patients. A Sanitary Commission was founded and its agents can be seen patrolling the hospitals, albeit infrequently, to guarantee a rudimentary sanitation standard. Healthcare facilities are starting to become common.\n§YFor the full effects of this reform, your administration spending should be at least 30%.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -acceptable_health_care;Acceptable Healthcare;;;;;;;;;;;;;x;;;;;;;;;;;;;; -acceptable_health_care_desc;Medicine is a fully-fledged profession, with doctors and nurses graduating with complete understanding of the human body and a vast knowledge of diseases and how to treat them. Sterilization of the facilities and equipment is common, with Chamberland Filters used to filter water and the Chamberland Autoclave used for heating solutions above their boiling point to destroy dangerous microorganisms. Government agencies exist to enforce sanitation controls and ensure there's no overcrowding. Finding a clinic in an urban center is a relatively easy job and hospitals abandoned oil lamps in favor of gaslights that increase the efficiency of staff.\n§YFor the full effects of this reform, your administration spending should be at least 40%.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -good_health_care;Good Healthcare;;;;;;;;;;;;;x;;;;;;;;;;;;;; -good_health_care_desc;The discovery of several vaccines revolutionized medicine, with vaccination being mandatory or strongly encouraged by the government. Doctors now use pharmaceuticals to treat patients and full sterilization of all medical equipment and facilities, quarantine procedures for infectious diseases and proper disposal of medical waste are mandatory practices enforced by the sanitation standards of the government agencies. Finding clinics or hospitals in smaller population centers is common, overcrowding is rare and some smaller health centers are starting to appear even in rural areas. Hospitals are equipped with modern electric lights and informational posters for staff.\n§YFor the full effects of this reform, your administration spending should be at least 50%.\nA fully funded administration provides a bonus to this reform.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -school_reforms;School System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_schools_l;No School System;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_schools;No School System;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_schools_desc;There's no organized school system or budget for education. The scarce literacy gain that is achieved comes from religious schools or it is based on informal community teaching, though these places get some funding, indirectly, from the government. Higher education institutions are either non existent or completely religious and medieval.\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;x -low_schools;Basic School System;;;;;;;;;;;;;;;;;;;;;;;;;x -low_schools_l;Basic School System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -low_schools_desc;A rudimentary school system exists in the capital and a few important cities but enrollment is completely optional. Schools limits themselves to teaching pupils how to read and write. There's no government agency to inspect schools and they have no common standards for teaching, with the few courses that exist being overcrowded. Private schools are commonly in the same conditions. Teachers don't have professional formation and are often just literate men, while pupils often leave school without being properly schooled.\n§YFor the full effects of this reform, your education spending should be at least 30%.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -acceptable_schools;Acceptable School System;;;;;;;;;;;;;;;;;;;;;;x -acceptable_schools_l;Acceptable School System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -acceptable_schools_desc;Schools can be found in every major and most of the medium cities. A government agency exists to ensure quality standards in education and to inspect that proper facilities are used for it. Enrollment is encouraged and sometimes it's outright mandatory, but it's not properly enforced and pupils often don't go to school for a variety of reasons. Children are also taught math and a few other subjects. Education institutions for teenagers are starting to appear, and secular, higher education institutions for adults are common. Teachers are formally trained, but oftentimes poorly.\n§YFor the full effects of this reform, your education spending should be at least 40%.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -good_schools;Good School System;;;;;;;;;;;;;;;;;;;;;;;x -good_schools_l;Good School System;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -good_schools_desc;Schools can be found in almost every city. Government agencies take education with the utmost seriousness, and enrollment is mandatory and tightly controlled. Children and teenagers are taught a variety of subjects besides reading and writing and teachers are taught pedagogy during their formation. Literacy campaigns for adults and the elderly are a part of the government's effort to eradicate illiteracy. Higher education institutions are considered good, with opportunities for the poor classes to enroll.\n§YFor the full effects of this reform, your education spending should be at least 50%.\nA fully funded education provides a bonus to this reform.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -RULE_RICH_ONLY;\nRich Only;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RULE_SAME_AS_RULING_PARTY;\nSame As Ruling Party;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RULE_STATE_VOTE;\nState Vote;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RULE_POPULATION_VOTE;\nPopulation Vote;;;;;;;;;;;;;;;;;;;;;x;;;; -ISSUE_MOVE_EFFECT;§Y$PERCENTAGE$%§W of pops move from §YFROM§W to §YTO§W\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -social_policy;Welfare Policy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_spending_policy;Colonial;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_spending_policy_l;Colonial;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_spending_policy_desc;The government has a colonial policy towards its subjects and has no intention of spending any money on their welfare.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_state_interference;Opposed to Welfare;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_state_interference_l;Opposed to Welfare;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_state_interference_desc;The government feels that welfare expenditures are unnecessary and that individuals should look after themselves.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_position_set;No Official Policy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_position_set_l;No Official Welfare Policy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;; -no_position_set_desc;There's no official position on welfare policy and how much should the government spend on it, the amount being largely left for the ruler to decide.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;; -populist_welfare;Paternalistic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -populist_welfare_l;Paternalistic Welfare;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -populist_welfare_desc;The welfare system in this government has a paternalistic characteristic, with a minimum amount set to be spent in support of this oftentimes populist policy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;; -welfare_state;Full Welfare State;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -welfare_state_l;Full Welfare State;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -welfare_state_desc;This government feels that the welfare of the less fortunate is of the utmost importance and dedicates a piece of the budget to pursue this objective.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rail_focus;Colonial Policy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_immigration;Encourage Colonial Migration;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -encourage_agriculture;Encourage Agriculture;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -encourage_mining;Encourage Mining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -encourage_business;Encourage Business;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -militancy_appeasement;Colonial Appeasement;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -consciousness_appeasement;Colonial Propaganda;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -native_enslavement;Native Enslavement;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NO_RAIL_YET;We can not encourage railroad building when we do not know how to build them yet.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CAN_NOT_BUILD_FACTORY;Can not build factory.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CAN_BUILD_FACTORY;Can build factory.\n;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_safety;No Safety Regulations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_safety_desc;Death or grievous injuries in the workplace isn't a rare occurrence as employers don't need to think about safety, only profit. The government has no governing legislation covering safety in the workplace and workers rarely manage to sue their employers over accidents.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinket_safety;Minimal Safety Regulations;;;;;;;;;;;;;;;;;;;;x;;;; -trinket_safety_desc;Factories are required to provide proper ventilation and a regularly cleaned workspace. Workers can sue their employers in case of an accident but they rarely win any compensation. When they do the amount is usually negligible. Safety regulations only applies to factories.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -low_safety;Limited Safety Regulations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -low_safety_desc;Safety regulations extend to the agricultural, civil construction and mining sectors. In mines, the use of safety lamps is mandatory. Employees suing their employers still have a hard time winning any significant compensation, but the government offers help to the affected families, albeit the amount given is barely enough to scrap an existence.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -acceptable_safety;Regular Safety Regulations;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -acceptable_safety_desc;Safety regulations extend to all workplaces in our country. Government agencies label agricultural chemicals for toxicity and potential health impacts, mining and construction workers are required to use protection gear and hand brakes operated by workers riding on top of train cars were abolished. Employees have their rights guaranteed and getting compensation for accidents that happen due to employer negligence is a common occurrence. Government help to the victims is reasonable.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -good_safety;Good Safety Regulations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -good_safety_desc;Safety regulations extend to all workplaces in our country and cover potential psychological problems due to extended isolation and even minor injuries. Employers are obliged to supply workers with protection equipment and safety training. Warnings and reminders are spread through the workplace to guarantee workers remember their safety instructions. Getting compensation for employer negligence in the workplace is easy and the government supports victims with a good amount of money.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_work_hour_limit_desc;No limit on working hours per day. Workers have virtually no rights and employers do as they please with their workers. Conditions in some workplaces are analogue to slavery.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fourteen_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At fourteen hours per day, most workers have barely any time for their families.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -twelve_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At twelve hours per day, workers are starting to have time to spend with their families and are quickly becoming common visitors of taverns and cabarets after work.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ten_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. Weekends without work are a common occurrence and white-collar workers have a system of annual vacations.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -eight_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At eight hours per day, almost all workers have the right to weekends off and annual vacations. Free time for leisure is at an all time high and the entertainment industry is in the middle of a boom. All over our country resorts emerge thanks to cheap hotels and inexpensive railway fares, widespread banking holidays and we watch the fading of many religious prohibitions against secular activities on Sundays.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -work_hours;Max. Work Hours;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -movement_fourteen_hours;Maximum Work Hours Movement;;;;;;;;;;;;;;;;;;;;;x -movement_twelve_hours;Maximum Work Hours Movement;;;;;;;;;;;;;;;;;;;;;x -movement_ten_hours;Maximum Work Hours Movement;;;;;;;;;;;;;;;;;;;;;x -movement_eight_hours;Maximum Work Hours Movement;;;;;;;;;;;;;;;;;;;;;x -POLITICS_SUPPORT_REFORM;$IDEOLOGY$: $POSITIVE$% votes yes, $NEGATIVE$% votes no.($PERCENT$% of Upper House)\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POLITICS_IN_FAVOR_TOOLTIP;($PERCENT$% of the Upper House in favor of reforms);;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POLITICS_UPPERHOUSE_CHART_TOOLTIP;$PERCENT$% of the Upper House are $IDEOLOGY$\n;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POLITICS_UPPERHOUSE;Upper House;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAVE_INDUSTRIAL_SCORE_LESS_THAN;Have less Industrial Score than: ;;;;;;;;;;;;;;;;;;;;;;;;;x -CHANGE_GOODS;Change trade goods in §Y$PROV$§W to §Y$GOOD$§W.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -HAVE_LESS_TOTAL_PORTS_THAN;Have equal or less ports than: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -HAVE_MORE_TOTAL_PORTS_THAN;Have equal or more ports than: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -TOTAL_AMOUNT_OF_SHIPS;Total amount of ships: §Y$COUNT$§W \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -LESS_AMOUNT_OF_SHIPS;Less amount of ships than: §Y$COUNT$§W \n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ibadi;Ibadi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -HAS_RECENTLY_LOST_WAR;Have lost a war in the last five years.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NOT_IN_ELECTION_CAMPAIGN;is NOT in an election campaign.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -PEACE_WE_DECLINE_2;We have declined the peace offer from;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -PEACE_WE_ACCEPT_2;We have accepted a peace offer from;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -CALCULATED_WARSCORE;Peace offer value: $VAL$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -CRISIS_BACK_DOWN_WE_DECLINE_2;We have declined the peace offer from;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -HAVE_LESS_VASSALS_THAN;Have less vassals than ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BUDGET_ADMIN_EFFICIENCY_DESC2;Our §Ycountry administrative efficiency§W determines the effectiveness of social reforms and tariffs. Our total spending also increases the ability to fight organized crime.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -ADM_DESC;Spending on administration allows your bureaucrats to run and maintain a healthy bureaucracy, increasing our tariff efficiency and the rate of pop promotion.;;;;;;;;;;;;;;;;;;;;;;x -NO_POPS_OF_TYPE;There are no pops of this type in our country.;;;;;;;;;;;;;;;;;;;;;;x -NAT_STOCK_DESC;Costs of trade to fill our national stockpile. Includes spending with construction, naval supplies, land units supplies and overseas maintenance.;;;;;;;;;;;;;;;;;;;;;;x -IND_SUP_DESC;Costs of government subsidizing of factories. National cash reserves will be used to help factories buy goods needed and pay worker salaries.;;;;;;;;;;;;;;;;;;;;;;;x -DIST_DEFENCE;Military Spending;;;;;;;;;;;;;;;;;;;;;x;;;; -DEFENCE_DESC;The military spending goes towards paying your soldiers and officers.;;;;;;;;;;;;;;;;;;;;;;x -SOCIAL_DESC2;The social spending budget goes towards funding your enacted social reforms. The amount of money to distribute depends on your §Ycountry administrative efficiency§W.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -TAX_MIDDLE_DESC;This controls how much of the middle strata's income will be collected as tax. Too heavy taxation will leave them less money to spend on their own needs or businesses.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -TARIFFS_DESC;Tariffs impose an extra cost on imported goods, with the proceeds going to the national treasury. Negative tariffs can be used to help subsidize imports for anyone in your nation.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -precious_metal_desc;Gold, silver, diamonds, pearls and other precious goods are not sold as normal goods but are directly converted to money.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -GOLD;Precious Goods;;;;;;;;;;;;;;;;;;;;x;;;; -BUDGET_GOLD_INCOME_DESC;Income from precious goods.;;;;;;;;;;;;;;;;;;;;;x -BUDGET_GOLD;Precious Goods: §Y$VAL$§W;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EDU_DESC;The education budget is used to pay the intellectuals and influence literacy.;;;;;;;;;;;;;;;;;;;;;x -MIL_COST_DESC;Supply costs for your military, Army and Navy, not including construction costs, salaries or overseas maintenance of provinces.;;;;;;;;;;;;;;;;;;;;;x -STOCKPILE_COST_ESTIMATED;The National Stockpile consists of the expenses with the Army, Navy, construction budget and the maintenance of overseas provinces.\nWe §Yestimate§! tomorrow's stockpile purchases will cost:;;;;;;;;;;;;;;;;;;x;;;; -BUDGET_OVERSEAS;Overseas Maintenance;;;;;;;;;;;;;;;;;;;;;;;x -BUDGET_CONSUMED_OVERSEAS;Overseas Maintenance expenses are calculated with the National Stockpile and can't be lowered.\nEstimated cost of last day's overseas goods consumption:;;;;;;;;;;;;;;;;;;;;;;x -BUDGET_CONSUMED_MILITARY;Estimated cost of last day's military goods consumption:;;;;;;;;;;;;;;;;;;;;;;;x -BUDGET_DIPL_DESC;Costs or profits incurred through diplomacy or peace deals as a result of paid or received reparations.;;;;;;;;;;;;;;;;;;;;;;x -congo_master;Congo Overlord;;;;;;;;;;;;;;;;;;;x;; -DOMINION_OF_NOCOLOR;Dominion of;;;;;;;;;;;;;;;;;;;x;; -SATELLITE_OF_NOCOLOR;Satellite of;;;;;;;;;;;;;;;;;;;;;;x;; -SUBSTATE_OF_NOCOLOR;Substate of;;;;;;;;;;;;;;;;;;;;;;x -HAVE_MORE_NATIONAL_PROVINCES_OCCUPIED_THAN;The percentage of occupied national provinces is greater than: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -HAVE_LESS_NATIONAL_PROVINCES_OCCUPIED_THAN;The percentage of occupied national provinces is less than: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_to_congo;Voted Yes in the Congo Question;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -NEED_POSITIVE_WARSCORE;The war is not going well enough. §RIn wars were you are not the war leader, contribution is calculated individually. Even though the total warscore might be positive, what allows you to add or not war goals is your individual warscore - your individual contribution - in this war.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -WARGOAL_LACK_JINGO;We require $REQUIRED$ support for jingoism in our country, but have only $VALUE$. Jingoism represents the Ruler or the Upper House will to extend the war. The higher the jingoism, the more the chances that the necessary actors have the will and/or support to extend the war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -berlin_conference;Berlin Conference;;;;;;;;;;;;;;;;;;;;;x -enforce_conference_decision;Enforce Deliberation;;;;;;;;;;;;;;;x;;;; -enforce_conference_decision_desc;Force a §Ycountry§W to abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;;;;;x -enforce_conference_decision_short;Abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;;;;;;;;;;;x;;;; -enforce_conference_decision_setup;Force a §Ycountry§W to abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;;;;;;;;;;;;x -yes_to_congo;Voted Yes for the Congo Free State.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_to_congo;Votes No for the Congo Free State.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -abstained_to_congo;Abstain from Voting.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -admin_spen;AI Administration Spending;;;;;;;;;;;;;;;;;;;;;;;x;;;; -educational_spen;AI Educational Spending;;;;;;;;;;;;;;;;;;;;;;;x;;;; -has_siege;Has Siege;;;;;;;;;;;;;;;;;;;;;;;x;;;; -debt_default_to;Debt Default To;;;;;;;;;;;;;;;;;;;;;;;x;;;; -democracy;Republic;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MAPMODE_3;Revolt Risk Mapmode;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MAPMODE_11;RGO Output Mapmode;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_12;Population Density Mapmode;;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_13;Culture Mapmode;;;;;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_14;Sphere of Influence Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_15;Supply Limit Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_16;Party Loyalty Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_17;Ranking Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_18;Migrations Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_20;Relations Mapmode;;;;;;;;;;;;;;;;;;;;;;;x -MAPMODE_21;Crises Mapmode;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MAPMODE_22;Naval Mapmode;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PV_POP_NATIONALITY;Culture;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POPV_SORT_BY_RR;Rebel Faction;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NATIONALITY_DISTTITLE;Culture;;;;;;;;;;;;;;;;;;;;;;;x;;;; -TERM_FOR_LIFE;No Elections in this form of government.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAVE_LESS_BADBOY_THAN;Have less infamy than ;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAVE_AT_LEAST_ONE_OWNED_NEIGHBORING_PROVINCE;Have at least one owned neighboring province such that:;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -DONT_HAVE_THE_PROVINCE_MODIFIER;Do NOT have the province modifier ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAS_NO_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -HAS_NOT_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -HAS_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -beifaren;North Han;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -nanfaren;South Han;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_1;Obsolete Piston Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_1_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Piston Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_2;Obsolete High-Pressure Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_2_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that High-Pressure Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_3;Obsolete Compound Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_3_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Compound Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_4;Obsolete Steam Turbines;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -control_4_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Steam Turbines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -acceptable_subsidies_l;Extended Subsidies;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;x;;;; -MONEY_IS_ATLEAST_TRIGGER;Money is at least §Y$VALUE$§W¤.\n;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EFFECT_BUILD_IN_CAPITAL_DESC;§Y$BLD$§! construction will take place in: §Y$PROVS$§!\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -ADD_WARGOAL_PRESTIGE;If we achieve this war goal, we will gain $COST$ §Yprestige§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -ADD_WARGOAL_MILITANCY;If we fail to achieve this war goal, our entire population will gain $MILITANCY$ §YMilitancy§W;;;;;;;;;;;;;;;;;;;;;;;;;;x -ADD_WARGOAL_EFFECT;When we add this war goal, we will gain:;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ADD_WARGOAL_SUCCESS;If we achieve this war goal, we will gain:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ADD_WARGOAL_FAILURE;If we fail to achieve this war goal, we will gain:;;;;;;;;;;;;;;;;;;;;;;;;;;x; -BUY_FROM_STOCKPILE_DESC;Allow pops/factories to buy from country stockpile.\n\n§YNOTE: §RNEVER§W use this button while you are still buying or selling manually. §RONLY§W use it with automatic trade §GON§W for §RALL§W goods.§W §RFailing to do so will cause economy crashes both locally and globally. Use it at your own risk.§W;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -military_political_decision_making;Military-Political Decision-Making;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -army_military_political_decision_making;Military-Political Decision-Making;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -army_military_political_decision_making_desc;In wartime an influential Army that had lobbied for their cause for a long time could get full control not only over the execution of the war, but also over the resource management of the country. This could basically be called a Military Dictatorship governed by the General Staff.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -COALITION_WIN;A coalition of §Y$IDE$§W got $VAL$% of the seats and will form the basis of the government.;;;;;;;;;;;;;;;;;;;;;;;;;x -RULE_PRIMARY_CULTURE_VOTING;\nPrimary culture can vote;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RULE_CULTURE_VOTING;\nAccepted cultures can vote;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RULE_ALL_VOTING;\nAll cultures can vote;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -lacking_writing_system;Lacks Writing System;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -clay_and_douglas_draft_enacted;Clay and Douglas Draft Signed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -wilmot_proviso_providing;Wilmot Proviso Signed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -timber;Wood;;;;;;;;;;;;;;x;;;; -timber_RGO_SIZE;Wood lodge size;;;;;;;;;;;;;;;;;;; -aeroplane_factory_desc;Most aircraft in the era are constructed from wood, using metal sockets to joint members and making use of piano wire or stranded steel cable for bracing. Wooden construction typically involved several different types of timber, with careful use of different woods according to their mechanical properties and they were typically covered in a variety of fabrics including rubberized cotton and varnished silk. The first engine design to be widely used for powering aircraft was the Antoinette water-cooled V8 engine, believed to be the very first V-form eight-cylinder internal combustion engine ever placed in production.;;;;;;;;;;;;;;;;;;;x;;;; -barrel_factory_desc;The tank is the 20th century realization of an ancient concept: that of providing troops with mobile protection and firepower and it was born of the need to break the domination of trenches, barbed wire and machine guns over the battlefields. The internal combustion engine, armor plate, and the continuous track were key innovations leading to the invention of the modern tank. One of the earliest used designs was a rhomboid vehicle with a low center of gravity and long track length, able to negotiate broken ground and cross trenches while the main armament was carried in sponsons on the hull sides.;;;;;;;;;;;;;;;;;;;x;;;; -automobile_factory_desc;Early automobiles, known as "Horseless Carriages", were simple vehicles with two or four stroke combustion engines capable of 2/3 horsepower (0.50 kW) at 250 rpm. Featuring an open crankcase and the use of a pushrod-operated poppet valve for exhaust, a large horizontal flywheel that stabilized the single-cylinder engine's power output and an evaporative carburettor controlled by a sleeve valve to regulate power and engine speed. They were produced in small workshops but evolved fast, with the simple open metal frame soon giving way to chassis with glass windows.;;;;;;;;;;;;;;;;;;;x;;;; -telephone_factory_desc;The earliest telephones had only one wire for both transmitting and receiving of audio, but the design was quickly replaced by the candlestick telephone. It featured a base with a vertical cylindrical neck extending upright for up to 10 inches in length. At the top of the stand was mounted a carbon microphone (transmitter) to speak into, and a switchhook extending sideways upon which an ear piece (receiver) was hung. In order to make or answer a telephone call, the user lifted the receiver off the switchhook, thereby activating an internal switch connecting the telephone to the telephone line.;;;;;;;;;;;;;;;;;;;x;;;; -electric_gear_factory_desc;The age of electricity began in 1882 when Thomas A. Edison introduced a system of electric lighting in New York City. Electric lighting quickly spread across the United States and was soon adopted in Europe. The electrical components industry was born, producing a variety of electric components for cars, telephones, gramophones and industrial machinery in general as the electrification in the industry advanced. Electric gear is needed for a variety of things, among them automobiles, telephones, radios and aeroplanes.;;;;;;;;;;;;;;;;;;;x;;;; -machine_parts_factory_desc;The Industrial Revolution received a further boost with the popularization of railways. For the machinery industry this brought all sorts of new work with new machinery for metallurgy, machine tools for metalworking and production of steam engines for trains. In addition, the emerging machine factories started making machines for production machines as textile machinery, compressors, agricultural machinery, and engines for ships. In time the market for the machine industry became wider, specialized products were manufactured for a greater national and often international market.;;;;;;;;;;;;;;;;;;;x;;;; -fuel_refinery;Oil Refinery;;;;;;;;;;;;;;;;;;;;x;;;; -fuel_refinery_desc;An oil refinery is an industrial process plant where crude oil is processed and refined into more useful products such as petroleum naphtha, gasoline, diesel fuel, asphalt base, heating oil, kerosene and liquefied petroleum gas. In the Refinery, crude oil is separated into fractions by fractional distillation. The fractions at the top of the fractionating column have lower boiling points than the fractions at the bottom. The heavy bottom fractions are often cracked into lighter, more useful products. All of the fractions are processed further in other refining units.;;;;;;;;;;;;;;;;;;;;x;;;; -radio_factory_desc;AM radio uses amplitude modulation, in which the amplitude of the transmitted signal is made proportional to the sound amplitude captured (transduced) by the microphone, while the transmitted frequency remains unchanged. It can be a TRF receiver or a superheterodyne receiver, the latter typically using 6 triodes: a mixer, local oscillator, two IF and two audio amplifier stages, with an IF of 45 kHz. The radio case could be made of Bakelite or wood and the insides typically were made out of a variety of metals and vacuum tubes, with the occasional rubber to isolate.;;;;;;;;;;;;;;;;;;;;x;;;; -synthetic_oil_factory;Coal Liquefaction Plant;;;;;;;;;;;;;;;;;;;x;;;; -synthetic_oil_factory_desc;The main methods of direct conversion of coal to liquids by hydrogenation process is the Bergius process. In this process, the coal is finely ground and dried in a stream of hot gas. The dry product is mixed with heavy oil recycled from the process and a catalyst is typically added to the mixture. Usually, iron sulphides present in the coal may have sufficient catalytic activity for the process. The mixture is then pumped into a reactor and the reaction occurs between 400 to 500 °C and 20 to 70 MPa hydrogen pressure. The reaction produces heavy oils, middle oils, gasoline, and gases.;;;;;;;;;;;;;;;;;;;x;;;; -steamer_shipyard_desc;The key innovation that made steamers viable is the change from the paddle-wheel to the screw-propeller for propulsion. Steam engines are designed with the power delivered at the bottom of the machinery, to give direct drive to the propeller shaft, where it passes to the stern tube through the hull. Since the motive power of screw propulsion is delivered along the shaft, a thrust bearing is needed to transfer that load without excessive friction.;;;;;;;;;;;;;;;;;;;x;;;; -clipper_shipyard_desc;Clippers are fast vessels with three masts and a square rig. They are generally narrow for their length, can carry limited bulk freight and have a large total sail area. Optimized for speed, they are too fine-lined to carry much cargo. Clippers typically carry extra sails such as skysails and moonrakers on the masts and studdingsails on booms extending out from the hull or yards, which required extra hands to handle them.;;;;;;;;;;;;;;;;;;;x;;;; -luxury_clothes_factory_desc;Garment made of a single piece of the finest silk, its unique color acquired by repeated immersions in dyes whose shades were suggestive of moonlight or of the watery reflections of the Venetian lagoons, clothing embroiled with gold threads, handmade printed silk square scarves. The curvaceous S-Bend silhouette dominated fashion for women, the corset tightly laced at the waist which forced the hips back. Men wore tight-fitting, calf length frock coats and a waistcoat or vest. The vests were single - or double-breasted, with shawl or notched collars and accompanied by a crane or a hat.;;;;;;;;;;;;;;;;;;;x;;;; -luxury_furniture_factory_desc;Dark or gilded carved wood and richly patterned fabrics, intricate gold ornaments, cushions and fabric made out of silk, the finest or most exotic wood in the world used in furniture. Luxury furniture designers use and modify many styles taken from various time periods in history like Gothic, Tudor, Elizabethan, English Rococo, Neoclassical and others. The Gothic and Rococo revival style are the most common styles to be seen in furniture during this time in history. Styles are mixed with the introduction of middle east and Asian influences in furniture, fittings, and interior decoration.;;;;;;;;;;;;;;;;;;;x;;;; -steel_factory;Steel Mill;;;;;;;;;;;;;;;;;x;;;; -steel_factory_desc;Steel is an alloy of iron and other elements, primarily carbon, used in construction and other applications. When iron is smelted from its ore it contains more carbon than is desirable. To become steel, it must be reprocessed to reduce the carbon to the correct amount, at which point other elements can be added. Steel mills cast the raw iron into ingots which are stored until further refinement processes. The steel ingots are then heated in a soaking pit and hot rolled into slabs, blooms, or billets. Those are rolled into sheet metal, plates, bars, rods, wires and structural steel, such as I-beams and rails.;;;;;;;;;;;;;;;;;x;;;; -artillery_factory_desc;The first stage of artillery production is to create an exact model of the gun, mortar, or howitzer. This is built up upon a tapered wooden spindle, from eight to 12 feet in length and about two inches less than the model in diameter. The spindle is then set upon a wooden turning frame and covered with grease or soap to aid in its eventual removal from the mould. A coat of a lye mixture is spread over the interior surface to prevent the molten metal of the casting adhering to the walls of the mould. The mould is then taken to the casting pit to be annealed.;;;;;;;;;;;;;;;;;x;;;; -small_arms_factory_desc;The basic equipment of the military, encompassing small arms such as muskets, rifled muskets, pistols, revolvers and rifles. Rifled muskets, the most common firearm in the mid 19th century was wrought in iron, forged as one piece, annealed, and machined to the configuration of a threaded plug extending from one leg of an L-shaped tang. It was carburized for wear resistance, and finished in wood in the stock and barrel bands. Some of them were rifled while old musket models weren't, and they typically came with a bayonet and a ramrod.;;;;;;;;;;;;;;;;;x;;;; -furniture_factory_desc;Well off pops live in very comfortable houses, although their servants lived in cramped quarters, often in the attic. During the 19th century, for the first time in history furniture was mass-produced. That meant it was cheaper but unfortunately standards of design fell. In the early 19th century skilled workers usually lived in 'through houses' i.e. ones that were not joined to the backs of other houses while the general populace often lived in 'back-to-backs'. These were houses of three (or sometimes only two) rooms, one of top of the other.;;;;;;;;;;;;;;;;;x;;;; -paper_mill_desc;The paper mill uses a Fourdrinier machine to make paper from vegetable fibers such as wood pulp. The machine is composed of a conveyor belt woven from bronze in the forming section, where a slurry of fiber (usually wood or other vegetable fibers) is drained to create a continuous paper web. After the forming section the wet web passes through a horizontal drainage area, referred to as the drainage table, thus creating a continuous production of Paper. Paper is used for books, newspapers and other means of information.;;;;;;;;;;;;;;;;; -regular_clothes_factory;Clothes Factory;;;;;;;;;;;;;;;;;;;x;;;; -regular_clothes_factory_desc;During the industrial revolution, fabric production was mechanized with machines powered by waterwheels and steam-engines. Production shifted from small cottage based production to mass production based on assembly line organization, with the sewing machine revolutionized clothes productions. The original machine was made of wood and uses a barbed needle which passes downward through the cloth to grab the thread and pull it up to form a loop to be locked by the next loop.;;;;;;;;;;;;;;;;; -explosives_factory_desc;The explosives factory manufacture a variety of components for industrial and military use like nitroglycerin, dynamite and black powder. In the early 19th century black power was the main fabricated component, used to mine for minerals, break rocks, clear fields and make roads. With the invention of dynamite, mines could be dug deeper and more quickly, and uneconomical deposits thus became profitable. Still, the main use of explosives was in the military industry: bombs, gunpowder, ordnances. For infantry, artillery or sappers, the use of explosives and gunpowder was central in the army.;;;;;;;;;;;;;;;;; -ammunition_factory_desc;Swaging, rather than casting, was the preferred manufacturing technique during the 19th century for ammunition. Swaged bullets are bullets manufactured by swaging room temperature metals into a die to form it into the shape of a bullet. The other common manufacturing method is casting, which uses molten metals poured into a mold. Disadvantages became evident as loadings shifted to smokeless powder in the late 19th century and manufacturers of high-velocity military ammunition modified their bullet swaging process to apply a thin sheet of stronger metal over the soft lead bullet.;;;;;;;;;;;;;;;;;;;x;;;; -canned_food_factory_desc;The canning concept is based on experimental food preservation work in glass containers by the French inventor Nicholas Appert. The fabrication of most cans results in at least one "rim", a narrow ring whose outside diameter is slightly larger than that of the rest of the can. The flat surfaces of rimmed cans are recessed from the edge of any rim (toward the middle of the can) by about the width of the rim: the inside diameter of a rim, adjacent to this recessed surface, is slightly smaller than the inside diameter of the rest of the can. Canned food is mainly used for military rations.;;;;;;;;;;;;;;;;;;;x;;;; -dye_factory;Synthetic Dyeworks;;;;;;;;;;;;;;;;;;;x;;;; -dye_factory_desc;Natural dye is only present in small amounts and its extraction is often inefficient, so they are usually expensive. In an experiment with a compound called aniline, one of the simplest chemical components of coal tar, one inventor discovered that an alcohol extracted purple color, which readily dyed silk, and was much more stable in sunlight than any other purple dye in use. In the Synthetic Dyeworks dyes are mixed, synthesized in a reactor, filtered for impurities, dried out and then blended. Along the way many other additives, solvents and chemical compounds are used to instigate reactions.;;;;;;;;;;;;;;;;;;;x;;;; -liquor;Beverages;;;;;;;;;;;;;;;;;;;;x;;;; -liquor_distillery;Bottling Works;;;;;;;;;;;;;;;;;;;;x;;;; -liquor_distillery_desc;The earliest reference to carbonated ginger beer is in a Practical Treatise on Brewing. published in 1809. The drinking of either natural or artificial mineral water was considered at the time to be a healthy practice, and was promoted by advocates of temperance. Pharmacists selling mineral waters began to add herbs and chemicals to unflavored mineral water. They used birch bark, dandelion, sarsaparilla, fruit extracts, and other substances. Flavorings were also added to improve the taste.;;;;;;;;;;;;;;;;;;;x;;;; -winery_desc;The wine-making process involves the fermentation of fruit, with natural yeast or not, as well as blending. The malo-lactic conversion happens after, which is a bacterial process which converts "crisp, green apple" malic acid to "soft, creamy" lactic acid softening the taste of the wine. The wine is sometimes transferred to oak barrels to mature for a period of weeks or months. The wine must be settled or clarified and adjustments made prior to bottling. The process produces wastewater, pomace, and lees that require collection, treatment, and disposal or beneficial use.;;;;;;;;;;;;;;;;;;x;;;; -lumber_mill;Sawmill;;;;;;;;;;;;;;;;;;x;;;; -lumber_mill_desc;At the sawmill, the logs are cut into boards using equipment such as circular saws and bandsaws. This is called conversion. The first stage of conversion is a process called breaking down, which means rough sawing. The second stage is called resawing and refers to more accurate / precise cutting and finishing, such as planing and further machining. The introduction of steam power in the 19th century created many new possibilities for mills, with steam powered sawmills being far more mechanized and scrap lumber from the mill providing a ready fuel source for firing the boiler.;;;;;;;;;;;;;;;;;;x;;;; -fabric_factory;Textile Mill;;;;;;;;;;;;;;;;;;x;;;; -fabric_factory_desc;Fabric is a tightly woven textile made in a Textile Mill which is, among other things, used to produce sails for ships as well as clothing. With the Cartwright Loom, the Spinning Mule and the Boulton & Watt steam engine, the pieces were in place to build a mechanized textile industry. From this point there were no new inventions, but a continuous improvement in technology as the mill-owner strove to reduce cost and improve quality. Developments in the transport infrastructure facilitated the import of raw materials and export of finished cloth, diminishing costs and increasing profits.;;;;;;;;;;;;;;;;;;x;;;; -cement_factory_desc;In 1824 Joseph Aspdin, a British bricklayer turned builder, patented a chemical process for making portland cement which was an important advance in the building trades. This process involves sintering a mixture of clay and limestone to about 1,400°C (2,552°F), then grinding it into a fine powder which is then mixed with water, sand and gravel to produce concrete. Concrete is used to build factories, forts, shipyards, buildings, sewage systems and tunnels. Its use quickly became widespread in civil and military construction.;;;;;;;;;;;;;;;;;;;x;;;; -glass_factory_desc;A new method of producing glass, known as the cylinder process, was developed in Europe during the early 19th century. In 1832, this process was used by the Chance Brothers to create sheet glass. This advancement allowed for larger panes of glass to be created without interruption, thus freeing up the space planning in interiors as well as the fenestration of buildings. The other glass-making method is glassblowing which produces bottles and other containers. Glass is used for a variety of appliances like bottles, windows, bowls, vases, lamps, jars, vacuum tubes and light bulbs.;;;;;;;;;;;;;;;;;;;x;;;; -fertilizer_factory_desc;In this factory fertilizer is created out of guano, sulphur or bone meal. The most common way to create fertilizer is the Birkeland–Eyde process. This process was used to fix atmospheric nitrogen (N2) into nitric acid (HNO3), one of several chemical processes generally referred to as nitrogen fixation. The resultant nitric acid was then used as a source of nitrate (NO3-) for the fertilizers. These fertilizers are used to increase the productivity of farms or the chemical components are further refined to make explosives.;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_CB_GENERATION_SPEED_MODIFIER;Casus Belli Acquisition Speed;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_MOBILIZATION_IMPACT;Mobilization Impact;;;;;;;;;;;;;;;;;;;x -GREAT_WARS_ENABLED_DESC;Great Wars are discovered.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;x -GREAT_WARS_DISABLED_DESC;Great Wars are undiscovered yet.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;x -HAVE_NOT_A_PORT_IN;Do NOT have a port in ;;;;;;;;;;;;;;x;;;; -IN_SOCIAL_MOVEMENT;in social movement\n;;;;;;;;;;;;;;;;;;;;;;;;;;x -NOT_IN_SOCIAL_MOVEMENT;not in social movement\n;;;;;;;;;;;;;;;;;;;;;;;x -IN_POLITICAL_MOVEMENT;in political movement\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NOT_IN_POLITICAL_MOVEMENT;not in political movement\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NEUTRALITY_EFFECT;The nation becomes neutral, dissolving all alliances and setting all satellites free.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -INFLUENCE_CHANGE;§Y$ACTIVE$§W influence with §Y$PASSIVE$§W changes by $MUCH$.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -THE_CAPITAL_IS_NOT;The Capital Is Not ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -ENDGAME_DESC;One hundred momentous years have passed and we have entered the modern age. The world is a radically different place, how did your country do?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -DIPLOMACY_FILTER_NORTH_AMERICA;North America;;;;;;;;;;x;;;; -DIPLOMACY_FILTER_OCEANIA;Near East;;;;;;;;;;x;;;; -DIPLOMACY_FILTER_OCEANIA_TOOLTIP;List §YNear Eastern§W countries;;;;;;;;;;;;;;;;x;;;; -north_america;North America;;;;;;;;;;;;;;;;;;;;;;;x -oceania;Near East;;;;;;;;;;;;;;;;;;;;;;;x -siberian;Siberian Minor;;;;;;;;;;;;;;;;;;;;;;;x -tanzimat_reforms_enacted;Tanzimat Reforms Enacted;;;;;;;;;;;;;;;;;;;;;;;;x; -indo_iranian;Indo-Iranian;;;;;;;;;;;;;;;;;;;;;;;;x; -yazidi;Yazidi;;;;;;;;;;;;;;;;;;;;;;;;x; -yazidi_group;Yazidi Group;;;;;;;;;;;;;;;;;;;;;;;;x; -islamic_law;Islamic Law;;;;;;;;;;;;;;;;;;;;;;;;x; -EFFECT_CRISIS_INTEREST;$COUNTRY$ declares interest in the current crisis\n;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_NAME_FASCISM;The $ORDER$$FIRST$-$SECOND$ Blackshirt Revolution;;;;;;;;;;;;;;;;;;x,,, -AGRESSION_WAR_NAME_FASCISM;The $ORDER$$FIRST$-$SECOND$ Blackshirt Revolution;;;;;;;;;;;;;;;;;;x,,, -NORMAL_WAR_NAME_COMMUNISM;The $ORDER$$FIRST$-$SECOND$ Revolutionary War;;;;;;;;;;;;;;;;;;x,,, -AGRESSION_WAR_NAME_COMMUNISM;The $ORDER$$FIRST$-$SECOND$ Revolutionary War;;;;;;;;;;;;;;;;;;x,,, -NORMAL_WAR_NAME_DEMOCRACY;$ORDER$$FIRST$-$SECOND$ Counterrevolution;;;;;;;;;;;;;;;;;;x,,, -AGRESSION_WAR_NAME_DEMOCRACY;$ORDER$$FIRST$-$SECOND$ Counterrevolution;;;;;;;;;;;;;;;;;;x,,, -aristocrats;Landowners;;;;;;;;;;;;;;;;;;;;x;;;; -appointed_desc;Landowners or capitalists have been assigned seats in the Upper House by the leader of the country.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -landed_voting_desc;Only Landowners and Capitalists may vote.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -promote_aristocrats;Encourage Landowners ;;;;;;;;;;;;;;;;;;;;;;x;;;; -ELECTIONSTART_1;The Elections of $COUNTRY$ are starting;;;;;;;;;;;;;;;;;;;;;;x;;;; -sepoy_rebellion;Sepoy Rebellion;;;;;;;;;;;;;;;;;;;;;x -IS_SUBSTATE_OF;Is a substate;;;;;;;;;;;;;;;;;;;;;x -IS_NOT_SUBSTATE_OF;Is NOT a substate;;;;;;;;;;;;;;;;;;;;x -public_illumination;Public Illumination;;;;;;;;;;;;;;;;;;;;;;;;;;;x -IS_NOT_IN_A_SPHERE;Not in a sphere of influence.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -HOLD_ELECTION_BUTTON;Hold Election;;;;;;;;;;;;;;;;;;;;;;;;;;;x -HOLD_ELECTION;Hold Election\n;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NATIONALIZE_INDUSTRY_EFFECT;Perform Nationalization\n;;;;;;;;;;;;;;;;;;;;;;;;;x -2nd_caucasian_war;Second Caucasian War;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -RELEASE;Release §Y$WHO$§W as an independent state.\n;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PEACE_WE_ACCEPT_2;We have accepted a peace offer from;;;;;;;;;;;;;;;;;;;;;x;;;; -administrative_efficiency_modifier;Administrative Efficiency;;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_ADMINISTRATIVE_EFFICIENCY;Administrative Efficiency;;;;;;;;;;;;;;;;;;;;;;;;;x -in_great_war;In Great War;;;;;;;;;;;;;;;;;;;;;;x;;;; -fascist_rebels_title;Fascist;;;;;;;;;;;;;;;;;;;;;;x;;;; -fascist_rebels_name;$COUNTRY$ Fascists;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fascist_rebels_desc;The Black Guard paramilitary organizations are revolutionaries driven by the radical new ideology of fascism. Labouring under the dogmas of violence and mass action, these battle trained revolutionaries will stop at nothing to overthrow old monarchies and young democracies alike, and replace them all with the absolutes of the Leviathan fascist state.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fascist_rebels_army;$COUNTRY_ADJ$ Paramilitary;;;;;;;;;;;;;;;;;;;x;;;; -dagestani;Dagestani;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -circassian;Circassian;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -chechen;Chechen;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -north_caucasian;Caucasian Minor;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -caucasian;North Caucasian;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -botanical_expedition_threatened;Botanical Expedition Threatened;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -participates_in_botanical_expedition;Participates in Botanical Expedition;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ANY_POP_IN_PROVINCE_STARTS;Any Pop;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -IS_RELIGION;The state religion is;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -house_of_rashid_exiled;House of Rashid Exiled;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -house_of_saud_returned;House of Saud Returned;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -house_of_saud_exiled;House of Saud Exiled;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -early_electrical_telegraph;Early Electrical Telegraph;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -early_electrical_telegraph_desc;The first commercial electrical telegraph was co-developed by Sir William Fothergill Cooke and Charles Wheatstone. This was a five-needle, six-wire system. The cables were originally installed underground in a steel conduit. However, the cables soon began to fail as a result of deteriorating insulation and were replaced with uninsulated wires on poles. As an interim measure, a two-needle system was used with three of the remaining working underground wires, which despite using only two needles had a greater number of codes.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -telegraph;Telegraph;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -REMOVE_MONEY_EFFECT;Lose §R$VALUE$¤§W.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MONEY_EFFECT;Funds §R$VALUE$§W¤§W.\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -theocracy_ruler;Your Holiness;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -proletarian_dictatorship_ruler;Chairman;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -presidential_dictatorship_ruler;President;;;;;;;;;;;;;;;;;;;x;;;; -bourgeois_dictatorship_ruler;Board Director;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fascist_dictatorship_ruler;Supreme Leader;;;;;;;;;;;;;;;;;;x;;;; -absolute_monarchy_ruler;King;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -prussian_constitutionalism_ruler;King;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -hms_government_ruler;King;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -democracy_ruler;President;;;;;;;;;;;;;;;;;;;x;;;; -islamic_fundamentalists_title;Islamic Fundamentalists;;;;;;;;;;;;x,,, -islamic_fundamentalists_name;Islamic Fundamentalists;;;;;;;;;;;;x,,, -islamic_fundamentalists_desc;Islamic fundamentalists believe that Islam is based on the Qur'an, Hadith and Sunnah and "criticize the tradition, the commentaries, popular religious practices (maraboutism, the cult of saints), deviations, and superstitions". They aim to return to the founding texts, shake off the foreign decadence and to overthrow the government and establish a fundamentalist state.;;;;;;;;;;;;;;;;x,,, -islamic_fundamentalists_army;Islamic Fundamentalists;;;;;;;;;;;;x,,, -theocracy;Theocracy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -artillery_production_desc;The Industrial Revolution of the 19th century affected practically all areas of human endeavour, and the production of artillery was no exception. What had previously been a lengthy process of cast molding bronze cannons would -- in the hands of luminaries of the industry, such as Alfred Krupp or Hiram Maxim -- become an industrialized and exact science.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -australian;Australian;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -serfdom_not_abolished;Serfdom not abolished;;;;;;;;;;;;;;;;;;;;;;;;x -theocratic_government;Theocratic Government;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_gov;Communist Regime;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -absolute_monarchy_gov;Absolute Monarchy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -semi_constitutional_monarchy_gov;Semi-Constitutional Monarchy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -constitutional_monarchy_gov;Constitutional Monarchy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -democracy_gov;Democracy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -presidential_dictatorship_gov;Presidential Dictatorship;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fascist_gov;Fascist Regime;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -anarcho_liberal_gov;Anarcho-Liberal Regime;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -serfs;Serfs;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -TRIGGER_STATE;State;;;;;;;;;;;;;;;;x;;;; -piston_steam_engine;Piston Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;x -high_pressure_steam_engine;High-Pressure Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;x -compound_steam_engines;Compound Steam Engine;;;;;;;;;;;;;;;;;;;;;;;;x -nv_autocracy;Autocracy;;;;;;;;;;;;;;;;;;;;;;;;x -nv_tradition;Tradition;;;;;;;;;;;;;;;;;;;;;;;;x -nv_productivity;Productivity;;;;;;;;;;;;;;;;;;;;;;;;x -french_claimed_the_rhine;French Claims on the Rhine;;;;;;;;;;;;;;;;;;;;;;;;x -CANAL_5;Dardanelles Strait;;;;;;;;;;;;;;;;;;;;;;;;x -CANAL_4;Bosphorus Strait;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_LAND_ATTACK;Land Unit Attack;;;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_NAVAL_ATTACK;Naval Unit Attack;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_LAND_DEFENSE;Land Unit Defense;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -MODIFIER_NAVAL_DEFENSE;Naval Unit Defense;;;;;;;;;;;;;;;;;;;;;;;;;x -PV_CLERGY_LIT_PROVIDES;Intellectuals provinces: $VAL$;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -PV_CLERGY_LIT_NUM;$NUM$ of your population are Intellectuals (Optimal $OPT$): $VAL$;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EDU_DESC;The educational budget is used to pay the intellectuals and to produce research points.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -PV_CLERGY_LIT_DESC1;$NUM$ of your population in $LOC$ are Intellectuals.;;;;;;;;;;;;;;;;;;;;;;;;;;x -POP_CON_CLERGY;Intellectuals;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -clergymen;Intellectuals;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -promote_clergymen;Encourage Intellectuals;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -land_attack_modifier;Land Unit Attack Modifier;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BUDGET_TAX_RICH;Taxes (Upper Class);;;;;;;;;;;;;;x;;;; -BUDGET_TAX_MIDDLE;Taxes (Middle Class);;;;;;;;;;;x;;;; -BUDGET_TAX_POOR;Taxes (Lower Class);;;;;;;;;;;;;;x;;;; -NATIONAL_BANK;National Bank;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -immigration_focus_desc;Migrants §Y$VAL$§W% more likely to choose this state. This focus makes immigrants more likely to settle in this state, it doesn't make more likely for them to choose our country.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -emigration_focus;Encourage Emigration;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -emigration_focus_desc;Pops will be §Y$VAL$§W% more likely to leave this region.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -not_AI;Not AI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -harassment_l;Harassed Parties;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -land_reform;Land Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -land_reform_l;Land Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_land_reform;No Land Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_land_reform;Land Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_land_reform_desc;The land is owned and used by the traditional elites in a hereditary way, the way they want, like the old days.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_land_reform_desc;Redistribution of land rights resulting in more effective farming and mining.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -admin_reform;Administrative Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -admin_reform_l;Administrative Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_admin_reform;No Administrative Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_admin_reform;Administrative Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_admin_reform_desc;No administrative reform. The country bureaucracy works like the old days, if it exists at all.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_admin_reform_desc;Our administration is now modern and efficient.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -finance_reform;Financial Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -finance_reform_l;Financial Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_finance_reform;No Financial Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_finance_reform;Enact Financial Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -finance_reform_two;International Debt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_finance_reform_desc;Our financial institutions and economy is run like the old days.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_finance_reform_desc;We started to modernize our financial institutions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -finance_reform_two_desc;We modernized a great part of our financial institutions and now we can borrow money from other nations.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -education_reform;Basic Education;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -education_reform_l;Basic Education;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_education_reform;No Education Reform;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_education_reform;Reformed System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_education_reform_desc;Our country doesn't have schools and education is largely disorganized.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_education_reform_desc;A basic organized education system is now present in our country;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -transport_improv;Transportation System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -transport_improv_l;Transportation System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_transport_improv;Not Improved;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_transport_improv;Improved;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_transport_improv_desc;The transportation system is primitive.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_transport_improv_desc;The transportation system is being modernized. At least in the capital.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -pre_indust;Early Industrialisation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -pre_indust_l;Early Industrialisation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_pre_indust;Stick to the Old Ways;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_pre_indust;Industrial Progress;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_pre_indust_desc;We have no need of industry.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_pre_indust_desc;Construct some basic factories with the help of foreign advisors. Could this be the beginning of an industrial revolution?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -industrial_construction;Industrial Construction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -industrial_construction_l;Industrial Construction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_industrial_construction;No Industrial Construction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_industrial_construction;Industrial Construction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_industrial_construction_desc;No advanced factories.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_industrial_construction_desc;Foreign advisors assist us in building more advanced factories.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -foreign_officers;Officer Training;;;;;;;;;;;;;;;;;;;;;;x -foreign_officers_l;Officer Training;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_officers;Local Officer Training;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_officers;Foreign Officer Training;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_officers_desc;Local officers lead our troops and are trained in our traditional ways.;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_officers_desc;Our troops are now trained, assisted and sometimes led by foreign officers.;;;;;;;;;;;;;;;;;;;;;;;x -army_schools;Army Training;;;;;;;;;;;;;;;;;;;;;;;x -army_schools_l;Army Training;;;;;;;;;;;;;;;;;;;;;;;x -no_army_schools;Ad Hoc;;;;;;;;;;;;;;;;;;;;;;;x -yes_army_schools;Army Schools;;;;;;;;;;;;;;;;;;;;;;;x -no_army_schools_desc;We learn on the field of battle.;;;;;;;;;;;;;;;;;;;;;;;x -yes_army_schools_desc;Officers are trained in professional army academies before leading men into battle.;;;;;;;;;;;;;;;;;;;;;;;x -foreign_naval_officers;Naval Officers;;;;;;;;;;;;;;;;;;;;;;;x -foreign_naval_officers_l;Naval Officers;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_naval_officers;Local Naval Officers;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_naval_officers;Foreign Naval Officers;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_naval_officers_desc;Local officers command our ships.;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_naval_officers_desc;Foreign officers advise our captains.;;;;;;;;;;;;;;;;;;;;;;;x -naval_schools;Naval Training;;;;;;;;;;;;;;;;;;;;;;;x -naval_schools_l;Naval Training;;;;;;;;;;;;;;;;;;;;;;;x -no_naval_schools;Ad Hoc;;;;;;;;;;;;;;;;;;;;;;;x -yes_naval_schools;Navy Schools;;;;;;;;;;;;;;;;;;;;;;;x -no_naval_schools_desc;Our naval officers are trained in the field of battler or knowledge is transmitted informally.;;;;;;;;;;;;;;;;;;;;;;;x -yes_naval_schools_desc;Our naval officers are trained in special naval academies and are taught by foreigners in the arts of naval warfare.;;;;;;;;;;;;;;;;;;;;;;;x -foreign_navies;Foreign Ships;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;x -foreign_navies_l;Foreign Ships;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_navies;Locally Produced Ships;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_navies;Imported Ships;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_navies_desc;Locally manufactured ships.;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_navies_desc;We import strong ships designs from the west.;;;;;;;;;;;;;;;;;;;;;;;x -foreign_training;Training Methods;;;;;;;;;;;;;;;;;;;;;;x -foreign_training_l;Training Methods;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_training;Local Training Methods;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_training;Foreign Training Methods;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_training_desc;Troops are trained in the traditional manner.;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_training_desc;Troops trained by foreign military advisors or using foreign techniques.;;;;;;;;;;;;;;;;;;;;;;;x -foreign_weapons;Foreign Weapons;;;;;;;;;;;;;;;;;;;;;;;;;x -foreign_weapons_l;Foreign Weapons;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_foreign_weapons;Local Weapons;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_weapons;Imported Weapons;;;;;;;;;;;;;;;;;;;;x -no_foreign_weapons_desc;Traditional weapons are used in our armies.;;;;;;;;;;;;;;;;;;;;;;;x -yes_foreign_weapons_desc;This is my BOOMSTICK!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -military_constructions;Military Constructions;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -military_constructions_l;Military Constructions;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -no_military_constructions;Simple Constructions;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_military_constructions;Advanced Constructions;;;;;;;;;;;;;;;;;;;;;;;x -no_military_constructions_desc;Fortifications are built in our traditional way or not built at all.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -yes_military_constructions_desc;Forts are built in the western style and their construction is supervised by foreigners.;;;;;;;;;;;;;;;;;;;;;;;;;x -firearms_production;Firearms Production;;;;;;;;;;;;;x;;;;;;;;;;;;;; -firearms_production_l;Firearms Production;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_firearms_production;Imported Firearms;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_firearms_production_l;Imported Firearms;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_firearms_production_desc;Firearms are imported.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -yes_firearms_production;Local Production;;;;;;;;;;;;;x;;;;;;;;;;;;;; -yes_firearms_production_l;Local Production;;;;;;;;;;;;;x;;;;;;;;;;;;;; -yes_firearms_production_desc;Firearms are produced locally.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -writing_system;Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -writing_system_l;Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_writing_language;No Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_writing_language_l;;No Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -no_writing_language_desc;Spoken language is the only way of communication. There are no documents or writing language, no education system and no codified national language.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -writing_language;Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -writing_language_l;Writing System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -writing_language_desc;We have a writing system and an official written language, used all around by the government. Without a written language, we can't have a modernized state.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -monetary_reform;Currency Reform;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monetary_reform_l;Currency Reform;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_monetary_reform;No Monetary Standards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_monetary_reform_l;No Monetary Standards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_monetary_reform_desc;Each province has its own currencies.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_monetary_reform;Official Currencies;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_monetary_reform_l;Official Currencies;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_monetary_reform_desc;The government adopted some currencies as official but doesn't issue them through a central bank.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monetary_reform_two;Single Currency;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monetary_reform_two_l;Single Currency;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monetary_reform_two_desc;The government enforces a single currency issued by a few authorized banks. This is the beginning of currency centralization and standardization;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -research_reform;University Reform;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -research_reform_l;University Reform;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_research_reform;No Universities;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_research_reform_l;No Universities;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_research_reform_desc;There are no western universities in our country.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_research_reform;Foreign Universities;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_research_reform_l;Foreign Universities;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_research_reform_desc;Universities are built following foreign standards, the professors who teach are usually foreign or graduated in foreign institutions and they teach western philosophy and sciences.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -foreign_artillery;Foreign Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -foreign_artillery_l;Foreign Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_foreign_artillery;Local Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_foreign_artillery_l;Local Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_foreign_artillery_desc;Artillery is made up of ineffective siege equipment or it's not present at all.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_foreign_artillery;Imported Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_foreign_artillery_l;Imported Artillery;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_foreign_artillery_desc;Our artillery is imported from western powers.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -public_meetings;Public Meetings;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -public_meetings_l;Public Meetings;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_meeting;Meetings Allowed;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_meeting_desc;Public meetings and rallies are allowed.;;;;;;;;;;;;;;;;;;x;;;; -no_meeting;Meetings Not Allowed;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_meeting_desc;Public meetings are prohibited.;;;;;;;;;;;;;;;;;;;;x;;;; -POLITICS_MATTERS_OF_STATE;Matters of State;;;;;;;;;;;;;;;;;;x; -matters_of_state;Matters of State;;;;;;;;;;;;;;;;;;x; -bureaucracy_ref;Bureaucracy;;;;;;;;;;;;;;;;;;x; -bureaucracy_ref_l;Bureaucracy;;;;;;;;;;;;;;;;;;x; -gentry;Gentry;;;;;;;;;;;;;;;;;;x; -gentry_l;Gentry;;;;;;;;;;;;;;;;;;x; -gentry_desc;The gentry of the country has the most sayings in the state's bureaucracy. Bureaucracy is extremely small or severely limited.;;;;;;;;;;;;;;;;;;x; -hereditary_bureaucracy;Hereditary Bureaucracy;;;;;;;;;;;;;;;;;;x; -hereditary_bureaucracy_l;Hereditary Bureaucracy;;;;;;;;;;;;;;;;;;x; -hereditary_bureaucracy_desc;Bureaucracy positions in the government are, officially or not, hereditary, severely limiting universal access to the state's internal administration. Usually, the upper classes of society are the ones in these spots and the system suffers of high levels of corruption.;;;;;;;;;;;;;;;;;;x; -professional_civil_servants;Professional Civil Service;;;;;;;;;;;;;;;;;;x; -professional_civil_servants_l;Professional Civil Service;;;;;;;;;;;;;;;;;;x; -professional_civil_servants_desc;The bureaucracy is formed by educated citizens formed in the field of public administration. Bureaucracy is non hereditary and bureaucrats are chosen (mostly) based on the principles of meritocracy.;;;;;;;;;;;;;;;;;;x; -residency_desc;This party supports politics to limit citizenship and political rights of minorities and immigrants.;;;;;;;;;;;;;;;;;;x; -limited_citizenship_desc;This party supports politics to limit citizenship and political rights to people of the same cultural group of this nation.;;;;;;;;;;;;;;;;;;x; -full_citizenship_desc;This party supports that every vote is equal.;;;;;;;;;;;;;;;;;;;;x;;;; -movement_censored_press;Campaign for more Press Freedom;;;;;;;;;;;x -revolution_n_counter_researched;Revolution and Counterrevolution Researched;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -crisis_begin_researched;Crisis Event Triggered;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -medicine_invented;Researched Medicine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -germs_invented;Invented Germ Theory;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -gaslights_invented;Invented Gaslights;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -electricity_invented;Researched Electricity;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -germ_theory;Germ Theory and Experimental Pathology;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -germ_theory_desc;The germ theory of disease states that some diseases are caused by microorganisms. These small organisms, too small to see without magnification, invade humans, animals, and other living hosts. Their growth and reproduction within their hosts can cause a disease. The germ theory was proposed in the mid-16th century and gained widespread credence when substantiated by scientific discoveries of the 17th through the late 19th century. It supplanted earlier explanations for disease, such as Galen's miasma theory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -prussian_constitutionalism;Semi-Constitutional Monarchy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -hms_government;Constitutional Monarchy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -market_structure;Market Structure;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -former_sphere_leader;Former Sphere Leader;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -former_overlord;Former Overlord;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -cisplatina_is_ours;Cisplatina is Ours;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pessimist;Pessimist;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -MOR_1696;Western Sahara;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -anti__rationalism;Anti - Rationalism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -time_saving_measures;Time-Saving Measures;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -time_saving_measures_desc;Time-Saving Measures;;;;;;;;;;;;;;;;;;;;;;;x;;;; -FOCUS_OWNED_BY;You can not place national focus in someone else's province unless it is a potential flashpoint for your cores. Encouraging flashpoint tension requires Revolution & Counterrevolution to be researched.;;;;;;;;;;;;;;;;;;;;;;;x -residency_desc;Only people of your nation's primary culture are allowed to vote.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -secularized_desc;Religion is not explicitly part of state policy, but the state tips its hat to traditional religious values.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -dismantle_declared;Dismantled;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -in_great_war;In a Great War;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -THE_CAPITAL_IS;The Capital Is;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -post_colonial_country;Post-Colonial Nation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -mormon;Mormon;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -gypsy;Gypsy;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -eugen_von_bohm_bawerk;Eugen von Böhm-Bawerk;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -eugen_von_bohm_bawerk_desc;Böhm-Bawerk's career as a scholar was an intermittent one. The most significant span of scholarly activity was his years at the University of Innsbruck (1881-1889). It was during the 1880s that he first published two of the three volumes of his magnum opus, Capital and Interest. His later years were dominated by his duties as the Austrian Minister of Finance, a position he held, though not continuously, throughout the 1890s and beyond-and for which he is fittingly honored by having his likeness on Austria's one-hundred schilling note. After serving in this capacity and assuming other governmental duties, he returned to teaching in 1904. With a chair at the University of Vienna, he became a colleague of Wieser, successor to the retired Menger. Students who passed through the university during the last decade of Böhm-Bawerk's career (and life: he died in 1914) included Joseph Schumpeter and Ludwig von Mises.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -leon_walras;Léon Walras;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -leon_walras_desc;The French economist Léon Walras (pronounced 'Valrasse') has been hailed by Joseph Schumpeter as 'the greatest of all economists'. Walras was one of the three leaders of the Marginalist Revolution, even though his greatest work, Elements of Pure Economics, was published in 1874, three years after those of William Stanley Jevons and Carl Menger. Nonetheless, alone among the three revolutionaries, Léon Walras set forth the new 'marginalist' or 'Neoclassical' theory in a formal general equilibrium setting. Thus, he endowed it with the multi-market considerations Jevons had largely avoided and the mathematical precision Menger had eschewed. Léon Walras is widely and rightfully regarded as the father of general equilibrium theory.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -jean_jaures;Jean Jaurès;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -jean_jaures_desc;Jaurès was elected to the Chamber of Deputies in 1885. Defeated in the 1889 elections he returned to the University of Toulouse. He became increasingly radical in his political views and after reading Karl Marx he began advocating socialism. He was not a revolutionary and supported the Independent Socialists. While out of parliament Jaurès completed his mammoth Socialist History of the French Revolution. He also joined with Aristide Briand and Rene Viviani in 1904 to establish the left-wing newspaper, L'Humanité in 1904. A new Socialist Party under Jaurès grew rapidly at the beginning of the century but split over the correct response to German militarism. Jaurès advocated a policy of international arbitration whereas others supported the Triple Entente.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -johann_heinrich_von_thunen;Johann Heinrich von Thünen;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -johann_heinrich_von_thunen_desc;Johann Heinrich von Thünen was a North German landowner from the Mecklenburg area. Although educated at Götingen, he spent most of his life managing his rural estate, Tellow. In the first volume of his treatise, The Isolated State (1826), he laid down the first serious treatment of spatial economics, connecting with the theory of rent. His second volume (1850) developed the essence of the marginal productivity theory of distribution in a mathematically precise way, thereby making one of the most important Proto-Marginalists of the era. Nearing his death, he asked that his famous equation for the marginal product of labor, or natural wage, be carved into his tombstone.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -colorado_rebels_title;Colorados;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colorado_rebels_name;Colorado Rebels;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colorado_rebels_desc;Colorados seek to topple the Blanco government and install their own party in power.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colorado_rebels_army;Colorado Rebels;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -blanco_rebels_title;Blancos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -blanco_rebels_name;Blanco Rebels;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -blanco_rebels_desc;Blancos seek to topple the Colorado government and install their own party in power.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -blanco_rebels_army;Blanco Rebels;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -separatist_rebels_title;Patriot;;;;;;;;;;;;x,, -separatist_rebels_name;$CULTURE$ Patriots;;;;;;;;;;;;x,, -separatist_rebels_desc;Patriot rebels dream of unification with their cultural kin under a free banner, and any province they gain control of will eventually defect to a neighbouring country of their culture.;;;;;;;;;;;;x, -separatist_rebels_army;$CULTURE$ Patriots;;;;;;;;;;;;x,, -afro_caribeno;Afro Latino;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -NOT_STRONGER_ARMY_THAN;Does not have a stronger military than ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -STRONGER_ARMY_THAN;Has a stronger military than ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -beiyang_faction;Beiyang Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kuomintang_faction;Kuomintang Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -neutral_faction;Part of no Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_faction;Communist Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mandatory_service;Service by Requirement;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -mandatory_service_l;Service by Requirement;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -mandatory_service_desc;All adult males must serve in the military. The government can draft conscripts for as long as it wants.;All adult males must serve in the military.;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -movement_mandatory_service;Mandatory Service Movement.;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -four_year_draft;Four Year Draft;Four Year Draft;Four Year Draft;;Four Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -four_year_draft_l;Four Year Draft;Four Year Draft;Four Year Draft;;Four Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -four_year_draft_desc;Conscripts are drafted for four years.;Conscripts are drafted for four years.;Conscripts are drafted for four years.;;Conscripts are drafted for four years.;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_four_year_draft;Movement for Four Year Draft Implementation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -two_year_draft;Two Year Draft;Two Year Draft;Two Year Draft;;Two Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -two_year_draft_l;Two Year Draft;Two Year Draft;Two Year Draft;;Two Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -two_year_draft_desc;Conscripts are drafted for two years.;Conscripts are drafted for two years.;Conscripts are drafted for two years.;;Conscripts are drafted for two years.;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_two_year_draft;Movement for Two Year Draft Implementation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -one_year_draft;One Year Draft;One Year Draft;One Year Draft;;One Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -one_year_draft_l;One Year Draft;One Year Draft;One Year Draft;;One Year Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -one_year_draft_desc;Conscripts are drafted for one year.;Conscripts are drafted for one year.;Conscripts are drafted for one year.;;Conscripts are drafted for one year.;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_one_year_draft;Movement for One Year Draft Implementation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -no_draft;No Draft;No Draft;No Draft;;No Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -no_draft_l;No Draft;No Draft;No Draft;;No Draft;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -no_draft_desc;No conscription.;No conscription.;No conscription.;;No conscription.;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -conscription;Conscription;Conscription;Conscription;;Conscription;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_no_draft;Movement for the Abolition of the Conscription;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -yes_slavery_desc;Slavery is allowed.\n§RThis reform affects POP promotion chance - promotion will be slower, both globally and even more in slave states.§W\n§YPops in Slave states will be more conservative and less liberal. Immigrants are less likely to choose slave states.§W\n§GThe slave population will grow.§W;;;;;;;;;;;;;;;;;x;;;; -freedom_of_womb;Freedom of Womb;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,x;;;;;;;;;;;;;;,,, -freedom_of_womb_l;Freedom of Womb Law;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,x;;;;;;;;;;;;;;,,, -freedom_of_womb_desc;Slaves children are freed at birth and, in most cases, old slaves are also freed. The slave population stops growing. \n§RThis reform affects POP promotion chance - promotion will be slower, both globally and even more in slave states.§W\n§YPops in Slave states will be more conservative and less liberal. Immigrants are less likely to choose slave states.§W\n§RThe slave population will stop growing.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;,,, -movement_freedom_of_womb;Freedom of Womb Campaign;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,x;;;;;;;;;;;;;;,,, -no_slavery;Outlawed;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -no_slavery_desc;Slavery is forbidden.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -no_slavery_l;Outlaw Slavery;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -citizens_rights;Political Rights;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -primary_culture_only;Restricted Rights;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -primary_culture_only_l;Primary Culture Only Rights;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -primary_culture_only_desc;Only the first class citizens of the country are allowed to participate in the political life, all the other groups are segregated. Becoming a first class citizen is hard and extremely limited.;;;;;;;;;x;;;;;;;;;;;;;;,,,, -movement_primary_culture_only;Pro Citizens Movement;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,, -culture_voting_only;Cultural Rights;;;;;;;;;;;;x,,,,, -culture_voting_only_l;Accepted Cultures Rights;;;;;;;;;;;;x,,,,, -culture_voting_only_desc;Persons from the country's culture are allowed to participate in the political life of the country and citizenship is greatly facilitated for these people.;;;;;;;;;;;;x,,,, -movement_culture_voting_only;Movement for Cultural Political Rights;;;;;;;;x;;;;;;;;;;;;;;,,,,, -all_voting_pops;All Allowed Rights;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -all_voting_pops_l;All Allowed Rights;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -all_voting_pops_desc;All legal immigrants, regardless of the culture, are allowed to vote. Acquiring citizenship status is facilitated.;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_all_voting_pops;The League for Universal Political Rights;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,, -border_policy;Border Policy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,, -closed_borders;Closed Borders;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -closed_borders_l;Closed Borders;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -closed_borders_desc;People aren't allowed in or out of our country. The effectiveness of this policy is based on our administration and military spending. Some people might still emigrate illegally, either by crossing the border or hiding in ships. The veil of secrecy that shrouds our country makes other nations mistrust us.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_closed_borders;Movement for the Protection of the Country;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,, -quota_immigration;Immigration Quotas;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -quota_immigration_l;Immigration Quotas;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -quota_immigration_desc;Foreign nationals are allowed to immigrate to our country, as long as they have a literacy above 60% and aren't citizens of countries that were recently or are currently at war with our country. There are no restrictions for emigration.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -movement_quota_immigration;Movement for Immigration Quotas;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -open_borders;Open Borders;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -open_borders_l;Open Borders;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,, -open_borders_desc;Our country is completly open for immigration and emigration, either by deliberate choice or because of the lack of appropriate border controls.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -movement_open_borders;Pro Immigration Movement;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unemployment_subsidies;Unemployment;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -safety_regulations;Safety Regulations;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -child_labor_illegal;Child Labor Illegal;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_illegal_l;Child Labor Illegal;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_illegal_desc;Child Labor is viewed as immoral and is illegal.;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_child_labor_child_labor_illegal;Campaign for the Legalization of Child Labor;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_restricted;Child Labor Restricted;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_restricted_l;Child Labor Restricted;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_restricted_desc;Children cannot work in certain dangerous professions.;Restricted;Restricted;;Restricted;;;;;;;;;x;;;;;;;;;;;;;; -movement_child_labor_restricted;Campaign for the Restriction of Child Labor;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_legal;Child Labor Legal;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_legal_l;Child Labor Legal;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor_legal_desc;No child labor regulation exists.;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -child_labor;Child Labor;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_child_labor_illegal;Child Labor Abolition League;;;;;;;;;x;;;;;;;;;;;;;; -debt_law;Debt Law;;;;;;;;;;;;;x;;;;;;;;;;;;;; -serfdom;Serfdom;;;;;;;;;;;;;x;;;;;;;;;;;;;; -serfdom_l;Serfdom;;;;;;;;;;;;;x;;;;;;;;;;;;;; -serfdom_desc;Serfs are bound to the land and subject to the will of its owner and forced to work the fields under a feudal system.\n§RThis reform affects POP promotion chance - promotion will be slower.§W\n§YThis reform enables Serfs - poor POPs will demote to Serfs and won't come out of Serfdom until it's abolished.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_serfdom;Pro Serfdom League;;;;;;;;;;;;;x;;;;;;;;;;;;;; -peonage;Peonage;;;;;;;;;;;;;x;;;;;;;;;;;;;; -peonage_l;Peonage;;;;;;;;;;;;;x;;;;;;;;;;;;;; -peonage_desc;Peonage is a debt system under which the debtor is forced to work off his debt. This often leads to a perpetual cycle of involuntary labor called peonage.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_peonage;Campaign for the Abolition of Serfdom;;;;;;;;;;;;;x;;;;;;;;;;;;;; -debtors_prisons;Debtor's Prisons;;;;;;;;;;;;;x;;;;;;;;;;;;;; -debtors_prisons_l;Debtor's Prisons;;;;;;;;;;;;;x;;;;;;;;;;;;;; -debtors_prisons_desc;Debtors are confined to jail until such time as their debt is resolved.\n§YThis reform is neutral - no effects.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_debtors_prisons;Abolition of Peonage Movement;;;;;;;;;;;;x;;;;;;;;;;;;;; -bankruptcy;Bankruptcy;;;;;;;;;;;;;x;;;;;;;;;;;;;; -bankruptcy_l;Bankruptcy;;;;;;;;;;;;;x;;;;;;;;;;;;;; -bankruptcy_desc;Debtors are allowed to declare bankruptcy and have their previous debts declared null and void.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_bankruptcy;Debtor's Prisons Abolition Movement;;;;;;;;;;;;x;;;;;;;;;;;;;; -capital_punishment;Capital Punishment;;;;;;;;;;;;;x;;;;;;;;;;;;;; -capital_punishment_l;Capital Punishment;;;;;;;;;;;;;x;;;;;;;;;;;;;; -capital_punishment_desc;Convicts are killed for relatively minor crimes.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_capital_punishment;Pro Capital Punishment League;;;;;;;;;;;;;x;;;;;;;;;;;;;; -penal_system;Penal System;;;;;;;;;;;;;x;;;;;;;;;;;;;; -colonial_transportation;Transportation;;;;;;;;;;;;;x;;;;;;;;;;;;;; -colonial_transportation_l;Transportation;;;;;;;;;;;;;x;;;;;;;;;;;;;; -colonial_transportation_desc;Prisoners are sent to either far away or inhospitable places in the mother-country or to its colonies. This, however, increases the load on the bureaucracy.\n§YThis reform will increase colonial migration but it will also increase the necessity of bureaucrats.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_colonial_transportation;Campaign for the Abolition of Capital Punishment;;;;;;;;;;;;;x;;;;;;;;;;;;;; -incarceration;Incarceration;;;;;;;;;;;;;x;;;;;;;;;;;;;; -incarceration_l;Incarceration;;;;;;;;;;;;;x;;;;;;;;;;;;;; -incarceration_desc;Convicts are imprisoned with the intent of removing undesirables from society, though they aren't used for hard manual labor most of the times.\n§YThis reform is neutral - no effects.§W;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_incarceration;Movement for the Abolition of Penal Colonies;;;;;;;;;;;;;x;;;;;;;;;;;;;; -rehabilitation;Rehabilitation;;;;;;;;;;;;;x;;;;;;;;;;;;;; -rehabilitation_l;Rehabilitation;;;;;;;;;;;;;x;;;;;;;;;;;;;; -rehabilitation_desc;Convicts are imprisoned with the intent of reforming them and reintroducing them into society.;;;;;;;;;;;;;x;;;;;;;;;;;;;; -movement_rehabilitation;Rehabilitation of Prisoners Campaign;;;;;;;;;;;;;x;;;;;;;;;;;;;; -EVTNAME34608;Child Labour Law Passed;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC34608;Following Britain's lead, in $YEAR$ Prussia, under the influence of some religious and social figures, passed a law strictly regulating the amount of child labour that was possible during the year. According to the new legislation, the Prussian government will lay down restrictions on child labor, with the following main points: children under the age of nine are banned from factory labor, children needed to have had at least three years of schooling before working, and children under the age of sixteen could work no more than ten hours per day. Other provisions included mandated rest times and a total ban on night work for children.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA34608;Those poor children!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;x;;;;;;; -EVTOPTB34608;This isn't really necessary. Revoke the law.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -EVTNAME3700;Chimney Sweepers;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;x;;;; -EVTDESC3700;'A young boy arose from the inside of a chimney and gently sat down on the roof. His face and clothes were blackened by the soot from the chimney and showed that this was not the first chimney he had swept this day. Tired, he climbed down the roof and trotted off after receiving a penny from the house matron.' \n \n The hard work that the city's young chimney sweepers perform has outraged many, and a committee has been formed to tackle the rough working conditions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA3700;We should consider legislation to end this.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;x;;;;;;;;;;;x;;;; -EVTOPTB3700;Hard work is the foundation of a good moral character.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -EVTNAME370000002;Long Work Hours;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -EVTDESC370000002;'The factories extend their flanks of fouler brick one after another, bare, with shutterless windows, like economical and colossal prisons... and inside, lit by gas-jets and deafened by the uproar of their own labour, toil thousands of workmen, penned in, regimented, hands active, feet motionless, all day and every day, mechanically serving their machines...' \n The hard work that the city's workers perform has outraged many, and a committee has been formed to tackle the rough working conditions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -EVTOPTA370000002;We should consider legislation to change this.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -EVTOPTB370000002;Hard work is the foundation of a good moral character.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;; -;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -NORMAL_WAR_TAKE_NAME_RUS_CIR;$ORDER$ Caucasian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_TAKE_CORE_NAME_RUS_CIR;$ORDER$ Caucasian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_TAKE_NAME_RUS_DAG;$ORDER$ Caucasian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_TAKE_CORE_NAME_RUS_DAG;$ORDER$ Caucasian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -secularized_desc;Religion is not explicitly part of state policy, but the state tips its hat to traditional religious values.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -dismantle_declared;Dismantled;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -in_great_war;In a Great War;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -post_colonial_country;Post-Colonial Nation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -school_reforms;School System;Système d'éducation;Schulsystem;;;;;;;;;;;x -no_schools;No School System;Système inexistant;Kein Schulsystem;;;;;;;;;;;x -low_schools;Basic School System;Système de base;Einfaches Schulsystem;;;;;;;;;;;x -acceptable_schools;Acceptable School System;Système acceptable;Akzeptables Schulsystem;;;;;;;;;;;x -good_schools;Good School System;Système de bon niveau;Gutes Schulsystem;;;;;;;;;;;x -no_schools_l;No School System;Système d'éducation inexistant;Kein Schulsystem;;;;;;;;;;;x -low_schools_l;Basic School System;Système d'éducation de base;Einfaches Schulsystem;;;;;;;;;;;x -acceptable_schools_l;Acceptable School System;Système d'éducation acceptable;Akzeptables Schulsystem;;;;;;;;;;;x -good_schools_l;Good School System;Système d'éducation de bon niveau;Gutes Schulsystem;;;;;;;;;;;x -no_schools_desc;No public Schools.;Pas d'écoles publiques.;Keine öffentlichen Schulen.;;;;;;;;;;;x -low_schools_desc;Public Schools are uncommon.;Les écoles publiques sont rares.;Öffentliche Schulen sind nicht verbreitet.;;;;;;;;;;;x -acceptable_schools_desc;Public Schools are common.;Les écoles publiques sont fréquentes.;Öffentliche Schulen sind verbreitet.;;;;;;;;;;;x -good_schools_desc;There are really a lot of Public Schools.;Il y a beaucoup d'écoles publiques.;Es gibt wirklich viele öffentliche Schulen.;;;;;;;;;;;x -womens_suffrage_movement;Women's Suffrage Movement;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -assyrian;Assyrian;;;;;;;;;;;;x -xhosa;Xhosa;;;;;;;;;;;;x -arabic;Arabic;;;;;;;;;;;;x -breton;Breton;;;;;;;;;;;;x -pan_albanian;Albanian;;;;;;;;;;;;x -occitan;Occitan;Occitain;Occitanisch;;;;;;;;;;;x -picard;Picard;;;;;;;;;;;;x -western_slavic;Wend;;;;;;;;;;;;;;;;;;;;x -anglo_african;Anglo African;;;;;;;;;;;;x -jewish_cultures;Jewish Cultures;;;;;;;;;;;;x -itsekari;Ijaw;;;;;;;;;;;;x -kuba;Bakuba;;;;;;;;;;;;x -mormon;Mormon;;;;;;;;;;;;x -separatist_rebels_title;Patriot;;;;;;;;;;;;x,, -separatist_rebels_name;$CULTURE$ Patriots;;;;;;;;;;;;x,, -separatist_rebels_desc;Patriot rebels dream of unification with their cultural kin under a free banner, and any province they gain control of will eventually defect to a neighboring country of their culture.;;;;;;;;;;;;x, -separatist_rebels_army;$CULTURE$ Patriots;;;;;;;;;;;;x,, -indian_nationalists_title;Indian Nationalist;Pan-nationalistes;Pan-Nationalisten;;;;;;;;;;;;x;;;;;;;;;;;;;;,, -indian_nationalists_name;Indian Nationalists;$UNION_ADJ$ - Pan-nationalistes;$UNION_ADJ$ Pan-Nationalisten;;;;;;;;;;;;x;;;;;;;;;;;;;;,, -indian_nationalists_desc;Indian nationalists seek to unify the sub-continent into a free and independent nation-state, by any means necessary. This includes breaking free from foreign oppressors and uniting with their cultural kin.;;;;;;;;;;;;x, -indian_nationalists_army;Indian Nationalists;$UNION$ - Jeunes brigades;Junge $UNION$ Brigaden;;;;;;;;;;;;x;;;;;;;;;;;;;;,, -socialist_rebels_title;Militant Socialist;;;;;;;;;;;;x,, -socialist_rebels_name;Militant Socialists;;;;;;;;;;;;x,, -socialist_rebels_desc;In a democracy, militant socialists will seek to enforce a socialist government. In any other country, they will seek to establish a democracy with a socialist government.;;;;;;;;;;;;x -socialist_rebels_army;Militant Socialists;;;;;;;;;;;;x,, -christino_rebels_title;Christino;;;;;;;;;;;;x,, -christino_rebels_name;Christinos;;;;;;;;;;;;x,, -christino_rebels_desc;These rebels support the royal line of Ferdinand VII, and consider the current king to be a pretender. They intend to reinstall the rightful queen, and restore the liberal reforms enacted by the previous royal line.;;;;;;;;;;;;x -christino_rebels_army;Christinos;;;;;;;;;;;;x,, -slave_revolt_title;Slaves;;;;;;;;;;;;x,, -slave_revolt_name;Slave Revolt;;;;;;;;;;;;x,, -slave_revolt_desc;These slaves are mounting an armed uprising. They will shed blood and free slaves wherever they go, until the country is freed from the institution of slavery.;;;;;;;;;;;;x -slave_revolt_army;Escaped Slaves;;;;;;;;;;;;x,, -independence_rebels_title;Independence;;;;;;;;;;;;x,, -independence_rebels_name;Independence Rebels;;;;;;;;;;;;x,, -independence_rebels_desc;These rebels seek to free the country from its vassal status.;;;;;;;;;;;;x,, -independence_rebels_army;Independence Rebels;;;;;;;;;;;;x,, -turkish_nationalist_rebels_title;Turkish Nationalist;;;;;;;;;;;;x,, -turkish_nationalist_rebels_name;Turkish Nationalists;;;;;;;;;;;;x,, -turkish_nationalist_rebels_desc;Turkish Nationalists seek to topple the Ottoman monarchy, replacing it with a liberal republic.;;;;;;;;;;;;x, -turkish_nationalist_rebels_army;Turkish Nationalists;;;;;;;;;;;;x,, -native_rebels_title;Anti-Colonial;;;;;;;;;;;;x,, -native_rebels_name;Anti-Colonial Rebels;;;;;;;;;;;;x,, -native_rebels_desc;These rebels seek to restore rulership of the country to its proper native culture.;;;;;;;;;;;;x,, -native_rebels_army;Anti-Colonial Rebels;;;;;;;;;;;;x,, -liberal_rebels_desc;In an absolute monarchy, Jacobins will seek to impose a constitutional monarchy. Otherwise, Jacobins will strive to create a democratic government with a liberal ideology and a focus on political reform.;;;;;;;;;;;;;x -NORMAL_WAR_CONQUEST_ANY_NAME;$ORDER$Conquest of $SECOND_COUNTRY$ War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_WAR_CONQUEST_ANY_NAME;$ORDER$War of $FIRST$ Aggression against $SECOND_COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -RANK_INDUSTRY_D;Industry score is a measure of your level of industrialization. It is a combination of the number of employed craftsmen and clerks, divided by 2500, and the value of your foreign investment.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +AND_TRIGGER_STARTS;§RAll of the below§W;;;;;;;;;;;;; +OR;§Ror§W;;;;;;;;;;;;; +partisan_rebels;Partisans;;;;;;;;;;;;; +partisan_rebels_title;Partisans;;;;;;;;;;;;; +partisan_rebels_name;$COUNTRY_ADJ$ Partisans;;;;;;;;;;;;; +partisan_rebels_desc;Partisans are common men and women that form resistance cells, small armed groups that, in addition to their guerrilla warfare activities, provide first-hand intelligence information and maintain of escape networks to help $COUNTRY_ADJ$ soldiers. When they take over a province, they will return that province to the original owner in 60 days.;;;;;;;;;;;;; +partisan_rebels_army;$COUNTRY_ADJ$ Partisan Cell;;;;;;;;;;;;; +IS_NOT_RELIGION;The state religion is NOT;;;;;;;;;;;;; +IS_RELIGION;The state religion is;;;;;;;;;;;;; +CULTURE_IS_NOT;Culture is NOT accepted:;;;;;;;;;;;;; +CULTURE_IS;Culture is accepted:;;;;;;;;;;;;; +steam_transport;Troopship;;;;;;;;;;;;; +commerce_raider;Steam Frigate;;;;;;;;;;;;; +oceanic;Pacific Islander;;;;;;;;;;;;; +levantine;Greco-Caucasian;;;;;;;;;;;;; +turko_semitic;Turkic;;;;;;;;;;;;; +polish_culture_group;Western Slavic;;;;;;;;;;;;; +BRIGADES_COMPARE_GREATER;Brigades comparison factor of two countries is at least §Y$VAL$§!\n;;;;;;;;;;;;; +BRIGADES_COMPARE_SMALLER;Brigades comparison factor of two countries is less than §Y$VAL$§!\n;;;;;;;;;;;;; +jewish_group;Jewish;;;;;;;;;;;;; +muslim;Muslim;;;;;;;;;;;;; +christian;Christian;;;;;;;;;;;;; +eastern;Eastern Religions;;;;;;;;;;;;; +pagan;Pagans;;;;;;;;;;;;; +jefferson_method_desc;The Jefferson Method is a highest averages method for allocating seats, and is thus a type of party-list proportional representation. Proportional representation systems aim to allocate seats to parties approximately in proportion to the number of votes received. For example, if a party wins one-third of the votes then it should gain about one-third of the seats. In general, exact proportionality is not possible because these divisions produce fractional numbers of seats. As a result, several methods have been devised which ensure that the parties' seat allocations, which are of course whole numbers, are as proportional as possible. In comparison with the Sainte-Lague method, §Ythe Jefferson Method slightly favours large parties and coalitions over scattered small parties§W.;;;;;;;;;;;;; +precious_goods;Precious Goods;;;;;;;;;;;;; +precious_goods_RGO_SIZE;Precious Goods Market Size;;;;;;;;;;;;; +PARTY_LOYALTY_EFFECT_DESC;Loyalty towards §Y$PARTY$§W in §Y$PROV$§W will be changed by §Y$VALUE$§W.\n;;;;;;;;;;;;; +MODIFY_RELATION_EFFECT;§Y$SOURCE$§!'s relation with §Y$TARGET$§! changed with a value of $VALUE$.\n;;;;;;;;;;;;; +IS_NOT_ACCEPTED_CULTURE;Is NOT an accepted culture.;;;;;;;;;;;;; +canned_food_factory;Cannery;;;;;;;;;;;;; +ALL_CORE_PROVINCE_THAT;For all core provinces \n;;;;;;;;;;;;; +TOPBAR_POPULATION;Our adult male population is $CURR$. Our adult male population has changed by $CHANGE$ in the last §Y$DAYS$§! days.;;;;;;;;;;;;; +precious_metal;Precious Metals;;;;;;;;;;;;; +precious_metal_RGO_SIZE;Precious Metals Mine Size;;;;;;;;;;;;; +cattle;Livestock;;;;;;;;;;;;; +cattle_RGO_SIZE;Livestock Ranch Size;;;;;;;;;;;;; +no_health_care_desc;The government doesn't care about healthcare and no funding for it exists. The few health institutions that exist are inherited from medieval times and are equipped accordingly. The medical career is an informal profession, mainly linked to the church. Hospitals use rudimentary lighting, facilities are overcrowded and infectious diseases round the halls and corners of the buildings. Prayers are commonly recommended to treat ailments.;;;;;;;;;;;;; +trinket_health_care;Trinket Healthcare;;;;;;;;;;;;; +trinket_health_care_desc;Doctors and nurses have a rudimentary understanding of wounds and diseases, partially relying on old beliefs when treating patients, but they do have formal training. Hospitals have rules to reduce overcrowding (beds are spaced a meter apart), provisions for ventilation, and the sewers leading from the hospital are flushed several times a day while the latrines/drains are disinfected with peat charcoal. There is meager collection of patient data but there aren't any proper sanitation standards for hospitals nor government agencies to check them. Healthcare facilities are hard to find.\n§YFor the full effects of this reform, your administration spending should be at least 20%.§W;;;;;;;;;;;;; +low_health_care;Low Healthcare;;;;;;;;;;;;; +low_health_care_desc;Doctors and nurses are starting to understand wounds and diseases better during their studies and apply the principles of the so-called "germ theory" when treating patients. A Sanitary Commission was founded and its agents can be seen patrolling the hospitals, albeit infrequently, to guarantee a rudimentary sanitation standard. Healthcare facilities are starting to become common.\n§YFor the full effects of this reform, your administration spending should be at least 30%.§W;;;;;;;;;;;;; +acceptable_health_care;Acceptable Healthcare;;;;;;;;;;;;; +acceptable_health_care_desc;Medicine is a fully-fledged profession, with doctors and nurses graduating with complete understanding of the human body and a vast knowledge of diseases and how to treat them. Sterilization of the facilities and equipment is common, with Chamberland Filters used to filter water and the Chamberland Autoclave used for heating solutions above their boiling point to destroy dangerous microorganisms. Government agencies exist to enforce sanitation controls and ensure there's no overcrowding. Finding a clinic in an urban center is a relatively easy job and hospitals abandoned oil lamps in favor of gaslights that increase the efficiency of staff.\n§YFor the full effects of this reform, your administration spending should be at least 40%.§W;;;;;;;;;;;;; +good_health_care;Good Healthcare;;;;;;;;;;;;; +good_health_care_desc;The discovery of several vaccines revolutionized medicine, with vaccination being mandatory or strongly encouraged by the government. Doctors now use pharmaceuticals to treat patients and full sterilization of all medical equipment and facilities, quarantine procedures for infectious diseases and proper disposal of medical waste are mandatory practices enforced by the sanitation standards of the government agencies. Finding clinics or hospitals in smaller population centers is common, overcrowding is rare and some smaller health centers are starting to appear even in rural areas. Hospitals are equipped with modern electric lights and informational posters for staff.\n§YFor the full effects of this reform, your administration spending should be at least 50%.\nA fully funded administration provides a bonus to this reform.§W;;;;;;;;;;;;; +school_reforms;School System;;;;;;;;;;;;; +no_schools_l;No School System;;;;;;;;;;;;; +no_schools;No School System;;;;;;;;;;;;; +no_schools_desc;There's no organized school system or budget for education. The scarce literacy gain that is achieved comes from religious schools or it is based on informal community teaching, though these places get some funding, indirectly, from the government. Higher education institutions are either non existent or completely religious and medieval.\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;; +low_schools;Basic School System;;;;;;;;;;;;; +low_schools_l;Basic School System;;;;;;;;;;;;; +low_schools_desc;A rudimentary school system exists in the capital and a few important cities but enrollment is completely optional. Schools limits themselves to teaching pupils how to read and write. There's no government agency to inspect schools and they have no common standards for teaching, with the few courses that exist being overcrowded. Private schools are commonly in the same conditions. Teachers don't have professional formation and are often just literate men, while pupils often leave school without being properly schooled.\n§YFor the full effects of this reform, your education spending should be at least 30%.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;; +acceptable_schools;Acceptable School System;;;;;;;;;;;;; +acceptable_schools_l;Acceptable School System;;;;;;;;;;;;; +acceptable_schools_desc;Schools can be found in every major and most of the medium cities. A government agency exists to ensure quality standards in education and to inspect that proper facilities are used for it. Enrollment is encouraged and sometimes it's outright mandatory, but it's not properly enforced and pupils often don't go to school for a variety of reasons. Children are also taught math and a few other subjects. Education institutions for teenagers are starting to appear, and secular, higher education institutions for adults are common. Teachers are formally trained, but oftentimes poorly.\n§YFor the full effects of this reform, your education spending should be at least 40%.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;; +good_schools;Good School System;;;;;;;;;;;;; +good_schools_l;Good School System;;;;;;;;;;;;; +good_schools_desc;Schools can be found in almost every city. Government agencies take education with the utmost seriousness, and enrollment is mandatory and tightly controlled. Children and teenagers are taught a variety of subjects besides reading and writing and teachers are taught pedagogy during their formation. Literacy campaigns for adults and the elderly are a part of the government's effort to eradicate illiteracy. Higher education institutions are considered good, with opportunities for the poor classes to enroll.\n§YFor the full effects of this reform, your education spending should be at least 50%.\nA fully funded education provides a bonus to this reform.§W\n§RIf average literacy is more than 25%, education funding needs to be more than 10%. If it is 50%, funding needs to be at least 20%. If it is 75%, funding needs to be at least 30%. Otherwise literacy will start to fall.§W;;;;;;;;;;;;; +RULE_RICH_ONLY;\nRich Only;;;;;;;;;;;;; +RULE_SAME_AS_RULING_PARTY;\nSame As Ruling Party;;;;;;;;;;;;; +RULE_STATE_VOTE;\nState Vote;;;;;;;;;;;;; +RULE_POPULATION_VOTE;\nPopulation Vote;;;;;;;;;;;;; +ISSUE_MOVE_EFFECT;§Y$PERCENTAGE$%§W of pops move from §YFROM§W to §YTO§W\n;;;;;;;;;;;;; +social_policy;Welfare Policy;;;;;;;;;;;;; +colonial_spending_policy;Colonial;;;;;;;;;;;;; +colonial_spending_policy_l;Colonial;;;;;;;;;;;;; +colonial_spending_policy_desc;The government has a colonial policy towards its subjects and has no intention of spending any money on their welfare.;;;;;;;;;;;;; +no_state_interference;Opposed to Welfare;;;;;;;;;;;;; +no_state_interference_l;Opposed to Welfare;;;;;;;;;;;;; +no_state_interference_desc;The government feels that welfare expenditures are unnecessary and that individuals should look after themselves.;;;;;;;;;;;;; +no_position_set;No Official Policy;;;;;;;;;;;;; +no_position_set_l;No Official Welfare Policy;;;;;;;;;;;;; +no_position_set_desc;There's no official position on welfare policy and how much should the government spend on it, the amount being largely left for the ruler to decide.;;;;;;;;;;;;; +populist_welfare;Paternalistic;;;;;;;;;;;;; +populist_welfare_l;Paternalistic Welfare;;;;;;;;;;;;; +populist_welfare_desc;The welfare system in this government has a paternalistic characteristic, with a minimum amount set to be spent in support of this oftentimes populist policy.;;;;;;;;;;;;; +welfare_state;Full Welfare State;;;;;;;;;;;;; +welfare_state_l;Full Welfare State;;;;;;;;;;;;; +welfare_state_desc;This government feels that the welfare of the less fortunate is of the utmost importance and dedicates a piece of the budget to pursue this objective.;;;;;;;;;;;;; +rail_focus;Colonial Policy;;;;;;;;;;;;; +colonial_immigration;Encourage Colonial Migration;;;;;;;;;;;;; +encourage_agriculture;Encourage Agriculture;;;;;;;;;;;;; +encourage_mining;Encourage Mining;;;;;;;;;;;;; +encourage_business;Encourage Business;;;;;;;;;;;;; +militancy_appeasement;Colonial Appeasement;;;;;;;;;;;;; +consciousness_appeasement;Colonial Propaganda;;;;;;;;;;;;; +native_enslavement;Native Enslavement;;;;;;;;;;;;; +NO_RAIL_YET;We can not encourage railroad building when we do not know how to build them yet.;;;;;;;;;;;;; +CAN_NOT_BUILD_FACTORY;Can not build factory.\n;;;;;;;;;;;;; +CAN_BUILD_FACTORY;Can build factory.\n;;;;;;;;;;;;; +no_safety;No Safety Regulations;;;;;;;;;;;;; +no_safety_desc;Death or grievous injuries in the workplace isn't a rare occurrence as employers don't need to think about safety, only profit. The government has no governing legislation covering safety in the workplace and workers rarely manage to sue their employers over accidents.;;;;;;;;;;;;; +trinket_safety;Minimal Safety Regulations;;;;;;;;;;;;; +trinket_safety_desc;Factories are required to provide proper ventilation and a regularly cleaned workspace. Workers can sue their employers in case of an accident but they rarely win any compensation. When they do the amount is usually negligible. Safety regulations only applies to factories.;;;;;;;;;;;;; +low_safety;Limited Safety Regulations;;;;;;;;;;;;; +low_safety_desc;Safety regulations extend to the agricultural, civil construction and mining sectors. In mines, the use of safety lamps is mandatory. Employees suing their employers still have a hard time winning any significant compensation, but the government offers help to the affected families, albeit the amount given is barely enough to scrap an existence.;;;;;;;;;;;;; +acceptable_safety;Regular Safety Regulations;;;;;;;;;;;;; +acceptable_safety_desc;Safety regulations extend to all workplaces in our country. Government agencies label agricultural chemicals for toxicity and potential health impacts, mining and construction workers are required to use protection gear and hand brakes operated by workers riding on top of train cars were abolished. Employees have their rights guaranteed and getting compensation for accidents that happen due to employer negligence is a common occurrence. Government help to the victims is reasonable.;;;;;;;;;;;;; +good_safety;Good Safety Regulations;;;;;;;;;;;;; +good_safety_desc;Safety regulations extend to all workplaces in our country and cover potential psychological problems due to extended isolation and even minor injuries. Employers are obliged to supply workers with protection equipment and safety training. Warnings and reminders are spread through the workplace to guarantee workers remember their safety instructions. Getting compensation for employer negligence in the workplace is easy and the government supports victims with a good amount of money.;;;;;;;;;;;;; +no_work_hour_limit_desc;No limit on working hours per day. Workers have virtually no rights and employers do as they please with their workers. Conditions in some workplaces are analogue to slavery.;;;;;;;;;;;;; +fourteen_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At fourteen hours per day, most workers have barely any time for their families.;;;;;;;;;;;;; +twelve_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At twelve hours per day, workers are starting to have time to spend with their families and are quickly becoming common visitors of taverns and cabarets after work.;;;;;;;;;;;;; +ten_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. Weekends without work are a common occurrence and white-collar workers have a system of annual vacations.;;;;;;;;;;;;; +eight_hours_desc;Working hours legislation aims to not only reduce the workload, but it also gives the right to a minimum number of holidays each year, restricts excessive night work and establishes the right to vacations, all this without a reduction of the workers' salaries. While wages grow and working hours decline, the people have more time for leisure and for consuming, driving demand up. At eight hours per day, almost all workers have the right to weekends off and annual vacations. Free time for leisure is at an all time high and the entertainment industry is in the middle of a boom. All over our country resorts emerge thanks to cheap hotels and inexpensive railway fares, widespread banking holidays and we watch the fading of many religious prohibitions against secular activities on Sundays.;;;;;;;;;;;;; +work_hours;Max. Work Hours;;;;;;;;;;;;; +movement_fourteen_hours;Maximum Work Hours Movement;;;;;;;;;;;;; +movement_twelve_hours;Maximum Work Hours Movement;;;;;;;;;;;;; +movement_ten_hours;Maximum Work Hours Movement;;;;;;;;;;;;; +movement_eight_hours;Maximum Work Hours Movement;;;;;;;;;;;;; +POLITICS_SUPPORT_REFORM;$IDEOLOGY$: $POSITIVE$% votes yes, $NEGATIVE$% votes no.($PERCENT$% of Upper House)\n;;;;;;;;;;;;; +POLITICS_IN_FAVOR_TOOLTIP;($PERCENT$% of the Upper House in favor of reforms);;;;;;;;;;;;; +POLITICS_UPPERHOUSE_CHART_TOOLTIP;$PERCENT$% of the Upper House are $IDEOLOGY$\n;;;;;;;;;;;;; +POLITICS_UPPERHOUSE;Upper House;;;;;;;;;;;;; +HAVE_INDUSTRIAL_SCORE_LESS_THAN;Have less Industrial Score than: ;;;;;;;;;;;;; +CHANGE_GOODS;Change trade goods in §Y$PROV$§W to §Y$GOOD$§W.\n;;;;;;;;;;;;; +HAVE_LESS_TOTAL_PORTS_THAN;Have equal or less ports than: ;;;;;;;;;;;;; +HAVE_MORE_TOTAL_PORTS_THAN;Have equal or more ports than: ;;;;;;;;;;;;; +TOTAL_AMOUNT_OF_SHIPS;Total amount of ships: §Y$COUNT$§W \n;;;;;;;;;;;;; +LESS_AMOUNT_OF_SHIPS;Less amount of ships than: §Y$COUNT$§W \n;;;;;;;;;;;;; +ibadi;Ibadi;;;;;;;;;;;;; +HAS_RECENTLY_LOST_WAR;Have lost a war in the last five years.;;;;;;;;;;;;; +NOT_IN_ELECTION_CAMPAIGN;is NOT in an election campaign.;;;;;;;;;;;;; +PEACE_WE_DECLINE_2;We have declined the peace offer from;;;;;;;;;;;;; +PEACE_WE_ACCEPT_2;We have accepted a peace offer from;;;;;;;;;;;;; +CALCULATED_WARSCORE;Peace offer value: $VAL$;;;;;;;;;;;;; +CRISIS_BACK_DOWN_WE_DECLINE_2;We have declined the peace offer from;;;;;;;;;;;;; +HAVE_LESS_VASSALS_THAN;Have less vassals than ;;;;;;;;;;;;; +BUDGET_ADMIN_EFFICIENCY_DESC2;Our §Ycountry administrative efficiency§W determines the effectiveness of social reforms and tariffs. Our total spending also increases the ability to fight organized crime.;;;;;;;;;;;;; +ADM_DESC;Spending on administration allows your bureaucrats to run and maintain a healthy bureaucracy, increasing our tariff efficiency and the rate of pop promotion.;;;;;;;;;;;;; +NO_POPS_OF_TYPE;There are no pops of this type in our country.;;;;;;;;;;;;; +NAT_STOCK_DESC;Costs of trade to fill our national stockpile. Includes spending with construction, naval supplies, land units supplies and overseas maintenance.;;;;;;;;;;;;; +IND_SUP_DESC;Costs of government subsidizing of factories. National cash reserves will be used to help factories buy goods needed and pay worker salaries.;;;;;;;;;;;;; +DIST_DEFENCE;Military Spending;;;;;;;;;;;;; +DEFENCE_DESC;The military spending goes towards paying your soldiers and officers.;;;;;;;;;;;;; +SOCIAL_DESC2;The social spending budget goes towards funding your enacted social reforms. The amount of money to distribute depends on your §Ycountry administrative efficiency§W.;;;;;;;;;;;;; +TAX_MIDDLE_DESC;This controls how much of the middle strata's income will be collected as tax. Too heavy taxation will leave them less money to spend on their own needs or businesses.;;;;;;;;;;;;; +TARIFFS_DESC;Tariffs impose an extra cost on imported goods, with the proceeds going to the national treasury. Negative tariffs can be used to help subsidize imports for anyone in your nation.;;;;;;;;;;;;; +precious_metal_desc;Gold, silver, diamonds, pearls and other precious goods are not sold as normal goods but are directly converted to money.;;;;;;;;;;;;; +GOLD;Precious Goods;;;;;;;;;;;;; +BUDGET_GOLD_INCOME_DESC;Income from precious goods.;;;;;;;;;;;;; +BUDGET_GOLD;Precious Goods: §Y$VAL$§W;;;;;;;;;;;;; +EDU_DESC;The education budget is used to pay the intellectuals and influence literacy.;;;;;;;;;;;;; +MIL_COST_DESC;Supply costs for your military, Army and Navy, not including construction costs, salaries or overseas maintenance of provinces.;;;;;;;;;;;;; +STOCKPILE_COST_ESTIMATED;The National Stockpile consists of the expenses with the Army, Navy, construction budget and the maintenance of overseas provinces.\nWe §Yestimate§! tomorrow's stockpile purchases will cost:;;;;;;;;;;;;; +BUDGET_OVERSEAS;Overseas Maintenance;;;;;;;;;;;;; +BUDGET_CONSUMED_OVERSEAS;Overseas Maintenance expenses are calculated with the National Stockpile and can't be lowered.\nEstimated cost of last day's overseas goods consumption:;;;;;;;;;;;;; +BUDGET_CONSUMED_MILITARY;Estimated cost of last day's military goods consumption:;;;;;;;;;;;;; +BUDGET_DIPL_DESC;Costs or profits incurred through diplomacy or peace deals as a result of paid or received reparations.;;;;;;;;;;;;; +congo_master;Congo Overlord;;;;;;;;;;;;; +DOMINION_OF_NOCOLOR;Dominion of;;;;;;;;;;;;; +SATELLITE_OF_NOCOLOR;Satellite of;;;;;;;;;;;;; +SUBSTATE_OF_NOCOLOR;Substate of;;;;;;;;;;;;; +HAVE_MORE_NATIONAL_PROVINCES_OCCUPIED_THAN;The percentage of occupied national provinces is greater than: ;;;;;;;;;;;;; +HAVE_LESS_NATIONAL_PROVINCES_OCCUPIED_THAN;The percentage of occupied national provinces is less than: ;;;;;;;;;;;;; +yes_to_congo;Voted Yes in the Congo Question;;;;;;;;;;;;; +NEED_POSITIVE_WARSCORE;The war is not going well enough. §RIn wars were you are not the war leader, contribution is calculated individually. Even though the total warscore might be positive, what allows you to add or not war goals is your individual warscore - your individual contribution - in this war.§W;;;;;;;;;;;;; +WARGOAL_LACK_JINGO;We require $REQUIRED$ support for jingoism in our country, but have only $VALUE$. Jingoism represents the Ruler or the Upper House will to extend the war. The higher the jingoism, the more the chances that the necessary actors have the will and/or support to extend the war.;;;;;;;;;;;;; +berlin_conference;Berlin Conference;;;;;;;;;;;;; +enforce_conference_decision;Enforce Deliberation;;;;;;;;;;;;; +enforce_conference_decision_desc;Force a §Ycountry§W to abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;; +enforce_conference_decision_short;Abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;; +enforce_conference_decision_setup;Force a §Ycountry§W to abide to the §YGreat Powers§W deliberation.;;;;;;;;;;;;; +no_to_congo;Votes No for the Congo Free State.;;;;;;;;;;;;; +abstained_to_congo;Abstain from Voting.;;;;;;;;;;;;; +admin_spen;AI Administration Spending;;;;;;;;;;;;; +educational_spen;AI Educational Spending;;;;;;;;;;;;; +has_siege;Has Siege;;;;;;;;;;;;; +debt_default_to;Debt Default To;;;;;;;;;;;;; +democracy;Republic;;;;;;;;;;;;; +MAPMODE_3;Revolt Risk Mapmode;;;;;;;;;;;;; +MAPMODE_11;RGO Output Mapmode;;;;;;;;;;;;; +MAPMODE_12;Population Density Mapmode;;;;;;;;;;;;; +MAPMODE_13;Culture Mapmode;;;;;;;;;;;;; +MAPMODE_14;Sphere of Influence Mapmode;;;;;;;;;;;;; +MAPMODE_15;Supply Limit Mapmode;;;;;;;;;;;;; +MAPMODE_16;Party Loyalty Mapmode;;;;;;;;;;;;; +MAPMODE_17;Ranking Mapmode;;;;;;;;;;;;; +MAPMODE_18;Migrations Mapmode;;;;;;;;;;;;; +MAPMODE_20;Relations Mapmode;;;;;;;;;;;;; +MAPMODE_21;Crises Mapmode;;;;;;;;;;;;; +MAPMODE_22;Naval Mapmode;;;;;;;;;;;;; +PV_POP_NATIONALITY;Culture;;;;;;;;;;;;; +POPV_SORT_BY_RR;Rebel Faction;;;;;;;;;;;;; +NATIONALITY_DISTTITLE;Culture;;;;;;;;;;;;; +TERM_FOR_LIFE;No Elections in this form of government.;;;;;;;;;;;;; +HAVE_LESS_BADBOY_THAN;Have less infamy than ;;;;;;;;;;;;; +HAVE_AT_LEAST_ONE_OWNED_NEIGHBORING_PROVINCE;Have at least one owned neighboring province such that:;;;;;;;;;;;;; +DONT_HAVE_THE_PROVINCE_MODIFIER;Do NOT have the province modifier ;;;;;;;;;;;;; +HAS_NO_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;; +HAS_NOT_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;; +HAS_NATIONAL_MINORITY;Has Minorities;;;;;;;;;;;;; +beifaren;North Han;;;;;;;;;;;;; +nanfaren;South Han;;;;;;;;;;;;; +control_1;Obsolete Piston Steam Engine;;;;;;;;;;;;; +control_1_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Piston Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;; +control_2;Obsolete High-Pressure Steam Engine;;;;;;;;;;;;; +control_2_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that High-Pressure Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;; +control_3;Obsolete Compound Steam Engine;;;;;;;;;;;;; +control_3_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Compound Steam Engines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;; +control_4;Obsolete Steam Turbines;;;;;;;;;;;;; +control_4_desc;Obsolescence is the state of being which occurs when an object, service, or practice is no longer wanted even though it may still be in good working order. It occurs that Steam Turbines have become rather obsolete and lost some of their advantages.;;;;;;;;;;;;; +acceptable_subsidies_l;Extended Subsidies;;;;;;;;;;;;; +MONEY_IS_ATLEAST_TRIGGER;Money is at least §Y$VALUE$§W¤.\n;;;;;;;;;;;;; +EFFECT_BUILD_IN_CAPITAL_DESC;§Y$BLD$§! construction will take place in: §Y$PROVS$§!\n;;;;;;;;;;;;; +ADD_WARGOAL_PRESTIGE;If we achieve this war goal, we will gain $COST$ §Yprestige§W;;;;;;;;;;;;; +ADD_WARGOAL_MILITANCY;If we fail to achieve this war goal, our entire population will gain $MILITANCY$ §YMilitancy§W;;;;;;;;;;;;; +ADD_WARGOAL_EFFECT;When we add this war goal, we will gain:;;;;;;;;;;;;; +ADD_WARGOAL_SUCCESS;If we achieve this war goal, we will gain:;;;;;;;;;;;;; +ADD_WARGOAL_FAILURE;If we fail to achieve this war goal, we will gain:;;;;;;;;;;;;; +BUY_FROM_STOCKPILE_DESC;Allow pops/factories to buy from country stockpile.\n\n§YNOTE: §RNEVER§W use this button while you are still buying or selling manually. §RONLY§W use it with automatic trade §GON§W for §RALL§W goods.§W §RFailing to do so will cause economy crashes both locally and globally. Use it at your own risk.§W;;;;;;;;;;;;; +military_political_decision_making;Military-Political Decision-Making;;;;;;;;;;;;; +army_military_political_decision_making;Military-Political Decision-Making;;;;;;;;;;;;; +army_military_political_decision_making_desc;In wartime an influential Army that had lobbied for their cause for a long time could get full control not only over the execution of the war, but also over the resource management of the country. This could basically be called a Military Dictatorship governed by the General Staff.;;;;;;;;;;;;; +COALITION_WIN;A coalition of §Y$IDE$§W got $VAL$% of the seats and will form the basis of the government.;;;;;;;;;;;;; +RULE_PRIMARY_CULTURE_VOTING;\nPrimary culture can vote;;;;;;;;;;;;; +RULE_CULTURE_VOTING;\nAccepted cultures can vote;;;;;;;;;;;;; +RULE_ALL_VOTING;\nAll cultures can vote;;;;;;;;;;;;; +lacking_writing_system;Lacks Writing System;;;;;;;;;;;;; +clay_and_douglas_draft_enacted;Clay and Douglas Draft Signed;;;;;;;;;;;;; +wilmot_proviso_providing;Wilmot Proviso Signed;;;;;;;;;;;;; +timber;Wood;;;;;;;;;;;;; +timber_RGO_SIZE;Wood lodge size;;;;;;;;;;;;; +aeroplane_factory_desc;Most aircraft in the era are constructed from wood, using metal sockets to joint members and making use of piano wire or stranded steel cable for bracing. Wooden construction typically involved several different types of timber, with careful use of different woods according to their mechanical properties and they were typically covered in a variety of fabrics including rubberized cotton and varnished silk. The first engine design to be widely used for powering aircraft was the Antoinette water-cooled V8 engine, believed to be the very first V-form eight-cylinder internal combustion engine ever placed in production.;;;;;;;;;;;;; +barrel_factory_desc;The tank is the 20th century realization of an ancient concept: that of providing troops with mobile protection and firepower and it was born of the need to break the domination of trenches, barbed wire and machine guns over the battlefields. The internal combustion engine, armor plate, and the continuous track were key innovations leading to the invention of the modern tank. One of the earliest used designs was a rhomboid vehicle with a low center of gravity and long track length, able to negotiate broken ground and cross trenches while the main armament was carried in sponsons on the hull sides.;;;;;;;;;;;;; +automobile_factory_desc;Early automobiles, known as "Horseless Carriages", were simple vehicles with two or four stroke combustion engines capable of 2/3 horsepower (0.50 kW) at 250 rpm. Featuring an open crankcase and the use of a pushrod-operated poppet valve for exhaust, a large horizontal flywheel that stabilized the single-cylinder engine's power output and an evaporative carburettor controlled by a sleeve valve to regulate power and engine speed. They were produced in small workshops but evolved fast, with the simple open metal frame soon giving way to chassis with glass windows.;;;;;;;;;;;;; +telephone_factory_desc;The earliest telephones had only one wire for both transmitting and receiving of audio, but the design was quickly replaced by the candlestick telephone. It featured a base with a vertical cylindrical neck extending upright for up to 10 inches in length. At the top of the stand was mounted a carbon microphone (transmitter) to speak into, and a switchhook extending sideways upon which an ear piece (receiver) was hung. In order to make or answer a telephone call, the user lifted the receiver off the switchhook, thereby activating an internal switch connecting the telephone to the telephone line.;;;;;;;;;;;;; +electric_gear_factory_desc;The age of electricity began in 1882 when Thomas A. Edison introduced a system of electric lighting in New York City. Electric lighting quickly spread across the United States and was soon adopted in Europe. The electrical components industry was born, producing a variety of electric components for cars, telephones, gramophones and industrial machinery in general as the electrification in the industry advanced. Electric gear is needed for a variety of things, among them automobiles, telephones, radios and aeroplanes.;;;;;;;;;;;;; +machine_parts_factory_desc;The Industrial Revolution received a further boost with the popularization of railways. For the machinery industry this brought all sorts of new work with new machinery for metallurgy, machine tools for metalworking and production of steam engines for trains. In addition, the emerging machine factories started making machines for production machines as textile machinery, compressors, agricultural machinery, and engines for ships. In time the market for the machine industry became wider, specialized products were manufactured for a greater national and often international market.;;;;;;;;;;;;; +fuel_refinery;Oil Refinery;;;;;;;;;;;;; +fuel_refinery_desc;An oil refinery is an industrial process plant where crude oil is processed and refined into more useful products such as petroleum naphtha, gasoline, diesel fuel, asphalt base, heating oil, kerosene and liquefied petroleum gas. In the Refinery, crude oil is separated into fractions by fractional distillation. The fractions at the top of the fractionating column have lower boiling points than the fractions at the bottom. The heavy bottom fractions are often cracked into lighter, more useful products. All of the fractions are processed further in other refining units.;;;;;;;;;;;;; +radio_factory_desc;AM radio uses amplitude modulation, in which the amplitude of the transmitted signal is made proportional to the sound amplitude captured (transduced) by the microphone, while the transmitted frequency remains unchanged. It can be a TRF receiver or a superheterodyne receiver, the latter typically using 6 triodes: a mixer, local oscillator, two IF and two audio amplifier stages, with an IF of 45 kHz. The radio case could be made of Bakelite or wood and the insides typically were made out of a variety of metals and vacuum tubes, with the occasional rubber to isolate.;;;;;;;;;;;;; +synthetic_oil_factory;Coal Liquefaction Plant;;;;;;;;;;;;; +synthetic_oil_factory_desc;The main methods of direct conversion of coal to liquids by hydrogenation process is the Bergius process. In this process, the coal is finely ground and dried in a stream of hot gas. The dry product is mixed with heavy oil recycled from the process and a catalyst is typically added to the mixture. Usually, iron sulphides present in the coal may have sufficient catalytic activity for the process. The mixture is then pumped into a reactor and the reaction occurs between 400 to 500 °C and 20 to 70 MPa hydrogen pressure. The reaction produces heavy oils, middle oils, gasoline, and gases.;;;;;;;;;;;;; +steamer_shipyard_desc;The key innovation that made steamers viable is the change from the paddle-wheel to the screw-propeller for propulsion. Steam engines are designed with the power delivered at the bottom of the machinery, to give direct drive to the propeller shaft, where it passes to the stern tube through the hull. Since the motive power of screw propulsion is delivered along the shaft, a thrust bearing is needed to transfer that load without excessive friction.;;;;;;;;;;;;; +clipper_shipyard_desc;Clippers are fast vessels with three masts and a square rig. They are generally narrow for their length, can carry limited bulk freight and have a large total sail area. Optimized for speed, they are too fine-lined to carry much cargo. Clippers typically carry extra sails such as skysails and moonrakers on the masts and studdingsails on booms extending out from the hull or yards, which required extra hands to handle them.;;;;;;;;;;;;; +luxury_clothes_factory_desc;Garment made of a single piece of the finest silk, its unique color acquired by repeated immersions in dyes whose shades were suggestive of moonlight or of the watery reflections of the Venetian lagoons, clothing embroiled with gold threads, handmade printed silk square scarves. The curvaceous S-Bend silhouette dominated fashion for women, the corset tightly laced at the waist which forced the hips back. Men wore tight-fitting, calf length frock coats and a waistcoat or vest. The vests were single - or double-breasted, with shawl or notched collars and accompanied by a crane or a hat.;;;;;;;;;;;;; +luxury_furniture_factory_desc;Dark or gilded carved wood and richly patterned fabrics, intricate gold ornaments, cushions and fabric made out of silk, the finest or most exotic wood in the world used in furniture. Luxury furniture designers use and modify many styles taken from various time periods in history like Gothic, Tudor, Elizabethan, English Rococo, Neoclassical and others. The Gothic and Rococo revival style are the most common styles to be seen in furniture during this time in history. Styles are mixed with the introduction of middle east and Asian influences in furniture, fittings, and interior decoration.;;;;;;;;;;;;; +steel_factory;Steel Mill;;;;;;;;;;;;; +steel_factory_desc;Steel is an alloy of iron and other elements, primarily carbon, used in construction and other applications. When iron is smelted from its ore it contains more carbon than is desirable. To become steel, it must be reprocessed to reduce the carbon to the correct amount, at which point other elements can be added. Steel mills cast the raw iron into ingots which are stored until further refinement processes. The steel ingots are then heated in a soaking pit and hot rolled into slabs, blooms, or billets. Those are rolled into sheet metal, plates, bars, rods, wires and structural steel, such as I-beams and rails.;;;;;;;;;;;;; +artillery_factory_desc;The first stage of artillery production is to create an exact model of the gun, mortar, or howitzer. This is built up upon a tapered wooden spindle, from eight to 12 feet in length and about two inches less than the model in diameter. The spindle is then set upon a wooden turning frame and covered with grease or soap to aid in its eventual removal from the mould. A coat of a lye mixture is spread over the interior surface to prevent the molten metal of the casting adhering to the walls of the mould. The mould is then taken to the casting pit to be annealed.;;;;;;;;;;;;; +small_arms_factory_desc;The basic equipment of the military, encompassing small arms such as muskets, rifled muskets, pistols, revolvers and rifles. Rifled muskets, the most common firearm in the mid 19th century was wrought in iron, forged as one piece, annealed, and machined to the configuration of a threaded plug extending from one leg of an L-shaped tang. It was carburized for wear resistance, and finished in wood in the stock and barrel bands. Some of them were rifled while old musket models weren't, and they typically came with a bayonet and a ramrod.;;;;;;;;;;;;; +furniture_factory_desc;Well off pops live in very comfortable houses, although their servants lived in cramped quarters, often in the attic. During the 19th century, for the first time in history furniture was mass-produced. That meant it was cheaper but unfortunately standards of design fell. In the early 19th century skilled workers usually lived in 'through houses' i.e. ones that were not joined to the backs of other houses while the general populace often lived in 'back-to-backs'. These were houses of three (or sometimes only two) rooms, one of top of the other.;;;;;;;;;;;;; +paper_mill_desc;The paper mill uses a Fourdrinier machine to make paper from vegetable fibers such as wood pulp. The machine is composed of a conveyor belt woven from bronze in the forming section, where a slurry of fiber (usually wood or other vegetable fibers) is drained to create a continuous paper web. After the forming section the wet web passes through a horizontal drainage area, referred to as the drainage table, thus creating a continuous production of Paper. Paper is used for books, newspapers and other means of information.;;;;;;;;;;;;; +regular_clothes_factory;Clothes Factory;;;;;;;;;;;;; +regular_clothes_factory_desc;During the industrial revolution, fabric production was mechanized with machines powered by waterwheels and steam-engines. Production shifted from small cottage based production to mass production based on assembly line organization, with the sewing machine revolutionized clothes productions. The original machine was made of wood and uses a barbed needle which passes downward through the cloth to grab the thread and pull it up to form a loop to be locked by the next loop.;;;;;;;;;;;;; +explosives_factory_desc;The explosives factory manufacture a variety of components for industrial and military use like nitroglycerin, dynamite and black powder. In the early 19th century black power was the main fabricated component, used to mine for minerals, break rocks, clear fields and make roads. With the invention of dynamite, mines could be dug deeper and more quickly, and uneconomical deposits thus became profitable. Still, the main use of explosives was in the military industry: bombs, gunpowder, ordnances. For infantry, artillery or sappers, the use of explosives and gunpowder was central in the army.;;;;;;;;;;;;; +ammunition_factory_desc;Swaging, rather than casting, was the preferred manufacturing technique during the 19th century for ammunition. Swaged bullets are bullets manufactured by swaging room temperature metals into a die to form it into the shape of a bullet. The other common manufacturing method is casting, which uses molten metals poured into a mold. Disadvantages became evident as loadings shifted to smokeless powder in the late 19th century and manufacturers of high-velocity military ammunition modified their bullet swaging process to apply a thin sheet of stronger metal over the soft lead bullet.;;;;;;;;;;;;; +canned_food_factory_desc;The canning concept is based on experimental food preservation work in glass containers by the French inventor Nicholas Appert. The fabrication of most cans results in at least one "rim", a narrow ring whose outside diameter is slightly larger than that of the rest of the can. The flat surfaces of rimmed cans are recessed from the edge of any rim (toward the middle of the can) by about the width of the rim: the inside diameter of a rim, adjacent to this recessed surface, is slightly smaller than the inside diameter of the rest of the can. Canned food is mainly used for military rations.;;;;;;;;;;;;; +dye_factory;Synthetic Dyeworks;;;;;;;;;;;;; +dye_factory_desc;Natural dye is only present in small amounts and its extraction is often inefficient, so they are usually expensive. In an experiment with a compound called aniline, one of the simplest chemical components of coal tar, one inventor discovered that an alcohol extracted purple color, which readily dyed silk, and was much more stable in sunlight than any other purple dye in use. In the Synthetic Dyeworks dyes are mixed, synthesized in a reactor, filtered for impurities, dried out and then blended. Along the way many other additives, solvents and chemical compounds are used to instigate reactions.;;;;;;;;;;;;; +liquor;Beverages;;;;;;;;;;;;; +liquor_distillery;Bottling Works;;;;;;;;;;;;; +liquor_distillery_desc;The earliest reference to carbonated ginger beer is in a Practical Treatise on Brewing. published in 1809. The drinking of either natural or artificial mineral water was considered at the time to be a healthy practice, and was promoted by advocates of temperance. Pharmacists selling mineral waters began to add herbs and chemicals to unflavored mineral water. They used birch bark, dandelion, sarsaparilla, fruit extracts, and other substances. Flavorings were also added to improve the taste.;;;;;;;;;;;;; +winery_desc;The wine-making process involves the fermentation of fruit, with natural yeast or not, as well as blending. The malo-lactic conversion happens after, which is a bacterial process which converts "crisp, green apple" malic acid to "soft, creamy" lactic acid softening the taste of the wine. The wine is sometimes transferred to oak barrels to mature for a period of weeks or months. The wine must be settled or clarified and adjustments made prior to bottling. The process produces wastewater, pomace, and lees that require collection, treatment, and disposal or beneficial use.;;;;;;;;;;;;; +lumber_mill;Sawmill;;;;;;;;;;;;; +lumber_mill_desc;At the sawmill, the logs are cut into boards using equipment such as circular saws and bandsaws. This is called conversion. The first stage of conversion is a process called breaking down, which means rough sawing. The second stage is called resawing and refers to more accurate / precise cutting and finishing, such as planing and further machining. The introduction of steam power in the 19th century created many new possibilities for mills, with steam powered sawmills being far more mechanized and scrap lumber from the mill providing a ready fuel source for firing the boiler.;;;;;;;;;;;;; +fabric_factory;Textile Mill;;;;;;;;;;;;; +fabric_factory_desc;Fabric is a tightly woven textile made in a Textile Mill which is, among other things, used to produce sails for ships as well as clothing. With the Cartwright Loom, the Spinning Mule and the Boulton & Watt steam engine, the pieces were in place to build a mechanized textile industry. From this point there were no new inventions, but a continuous improvement in technology as the mill-owner strove to reduce cost and improve quality. Developments in the transport infrastructure facilitated the import of raw materials and export of finished cloth, diminishing costs and increasing profits.;;;;;;;;;;;;; +cement_factory_desc;In 1824 Joseph Aspdin, a British bricklayer turned builder, patented a chemical process for making portland cement which was an important advance in the building trades. This process involves sintering a mixture of clay and limestone to about 1,400°C (2,552°F), then grinding it into a fine powder which is then mixed with water, sand and gravel to produce concrete. Concrete is used to build factories, forts, shipyards, buildings, sewage systems and tunnels. Its use quickly became widespread in civil and military construction.;;;;;;;;;;;;; +glass_factory_desc;A new method of producing glass, known as the cylinder process, was developed in Europe during the early 19th century. In 1832, this process was used by the Chance Brothers to create sheet glass. This advancement allowed for larger panes of glass to be created without interruption, thus freeing up the space planning in interiors as well as the fenestration of buildings. The other glass-making method is glassblowing which produces bottles and other containers. Glass is used for a variety of appliances like bottles, windows, bowls, vases, lamps, jars, vacuum tubes and light bulbs.;;;;;;;;;;;;; +fertilizer_factory_desc;In this factory fertilizer is created out of guano, sulphur or bone meal. The most common way to create fertilizer is the Birkeland–Eyde process. This process was used to fix atmospheric nitrogen (N2) into nitric acid (HNO3), one of several chemical processes generally referred to as nitrogen fixation. The resultant nitric acid was then used as a source of nitrate (NO3-) for the fertilizers. These fertilizers are used to increase the productivity of farms or the chemical components are further refined to make explosives.;;;;;;;;;;;;; +MODIFIER_CB_GENERATION_SPEED_MODIFIER;Casus Belli Acquisition Speed;;;;;;;;;;;;; +MODIFIER_MOBILIZATION_IMPACT;Mobilization Impact;;;;;;;;;;;;; +GREAT_WARS_ENABLED_DESC;Great Wars are discovered.\n;;;;;;;;;;;;; +GREAT_WARS_DISABLED_DESC;Great Wars are undiscovered yet.\n;;;;;;;;;;;;; +HAVE_NOT_A_PORT_IN;Do NOT have a port in ;;;;;;;;;;;;; +IN_SOCIAL_MOVEMENT;in social movement\n;;;;;;;;;;;;; +NOT_IN_SOCIAL_MOVEMENT;not in social movement\n;;;;;;;;;;;;; +IN_POLITICAL_MOVEMENT;in political movement\n;;;;;;;;;;;;; +NOT_IN_POLITICAL_MOVEMENT;not in political movement\n;;;;;;;;;;;;; +NEUTRALITY_EFFECT;The nation becomes neutral, dissolving all alliances and setting all satellites free.;;;;;;;;;;;;; +INFLUENCE_CHANGE;§Y$ACTIVE$§W influence with §Y$PASSIVE$§W changes by $MUCH$.\n;;;;;;;;;;;;; +THE_CAPITAL_IS_NOT;The Capital Is Not ;;;;;;;;;;;;; +ENDGAME_DESC;One hundred momentous years have passed and we have entered the modern age. The world is a radically different place, how did your country do?;;;;;;;;;;;;; +DIPLOMACY_FILTER_NORTH_AMERICA;North America;;;;;;;;;;;;; +DIPLOMACY_FILTER_OCEANIA;Near East;;;;;;;;;;;;; +DIPLOMACY_FILTER_OCEANIA_TOOLTIP;List §YNear Eastern§W countries;;;;;;;;;;;;; +north_america;North America;;;;;;;;;;;;; +oceania;Near East;;;;;;;;;;;;; +siberian;Siberian Minor;;;;;;;;;;;;; +tanzimat_reforms_enacted;Tanzimat Reforms Enacted;;;;;;;;;;;;; +indo_iranian;Indo-Iranian;;;;;;;;;;;;; +yazidi;Yazidi;;;;;;;;;;;;; +yazidi_group;Yazidi Group;;;;;;;;;;;;; +islamic_law;Islamic Law;;;;;;;;;;;;; +EFFECT_CRISIS_INTEREST;$COUNTRY$ declares interest in the current crisis\n;;;;;;;;;;;;; +NORMAL_WAR_NAME_FASCISM;The $ORDER$$FIRST$-$SECOND$ Blackshirt Revolution;;;;;;;;;;;;; +AGRESSION_WAR_NAME_FASCISM;The $ORDER$$FIRST$-$SECOND$ Blackshirt Revolution;;;;;;;;;;;;; +NORMAL_WAR_NAME_COMMUNISM;The $ORDER$$FIRST$-$SECOND$ Revolutionary War;;;;;;;;;;;;; +AGRESSION_WAR_NAME_COMMUNISM;The $ORDER$$FIRST$-$SECOND$ Revolutionary War;;;;;;;;;;;;; +NORMAL_WAR_NAME_DEMOCRACY;$ORDER$$FIRST$-$SECOND$ Counterrevolution;;;;;;;;;;;;; +AGRESSION_WAR_NAME_DEMOCRACY;$ORDER$$FIRST$-$SECOND$ Counterrevolution;;;;;;;;;;;;; +aristocrats;Landowners;;;;;;;;;;;;; +appointed_desc;Landowners or capitalists have been assigned seats in the Upper House by the leader of the country.;;;;;;;;;;;;; +landed_voting_desc;Only Landowners and Capitalists may vote.;;;;;;;;;;;;; +promote_aristocrats;Encourage Landowners ;;;;;;;;;;;;; +ELECTIONSTART_1;The Elections of $COUNTRY$ are starting;;;;;;;;;;;;; +sepoy_rebellion;Sepoy Rebellion;;;;;;;;;;;;; +IS_SUBSTATE_OF;Is a substate;;;;;;;;;;;;; +IS_NOT_SUBSTATE_OF;Is NOT a substate;;;;;;;;;;;;; +public_illumination;Public Illumination;;;;;;;;;;;;; +IS_NOT_IN_A_SPHERE;Not in a sphere of influence.;;;;;;;;;;;;; +HOLD_ELECTION_BUTTON;Hold Election;;;;;;;;;;;;; +HOLD_ELECTION;Hold Election\n;;;;;;;;;;;;; +NATIONALIZE_INDUSTRY_EFFECT;Perform Nationalization\n;;;;;;;;;;;;; +2nd_caucasian_war;Second Caucasian War;;;;;;;;;;;;; +RELEASE;Release §Y$WHO$§W as an independent state.\n;;;;;;;;;;;;; +administrative_efficiency_modifier;Administrative Efficiency;;;;;;;;;;;;; +MODIFIER_ADMINISTRATIVE_EFFICIENCY;Administrative Efficiency;;;;;;;;;;;;; +in_great_war;In Great War;;;;;;;;;;;;; +fascist_rebels_title;Fascist;;;;;;;;;;;;; +fascist_rebels_name;$COUNTRY$ Fascists;;;;;;;;;;;;; +fascist_rebels_desc;The Black Guard paramilitary organizations are revolutionaries driven by the radical new ideology of fascism. Labouring under the dogmas of violence and mass action, these battle trained revolutionaries will stop at nothing to overthrow old monarchies and young democracies alike, and replace them all with the absolutes of the Leviathan fascist state.;;;;;;;;;;;;; +fascist_rebels_army;$COUNTRY_ADJ$ Paramilitary;;;;;;;;;;;;; +dagestani;Dagestani;;;;;;;;;;;;; +circassian;Circassian;;;;;;;;;;;;; +chechen;Chechen;;;;;;;;;;;;; +north_caucasian;Caucasian Minor;;;;;;;;;;;;; +caucasian;North Caucasian;;;;;;;;;;;;; +botanical_expedition_threatened;Botanical Expedition Threatened;;;;;;;;;;;;; +participates_in_botanical_expedition;Participates in Botanical Expedition;;;;;;;;;;;;; +ANY_POP_IN_PROVINCE_STARTS;Any Pop;;;;;;;;;;;;; +house_of_rashid_exiled;House of Rashid Exiled;;;;;;;;;;;;; +house_of_saud_returned;House of Saud Returned;;;;;;;;;;;;; +house_of_saud_exiled;House of Saud Exiled;;;;;;;;;;;;; +early_electrical_telegraph;Early Electrical Telegraph;;;;;;;;;;;;; +early_electrical_telegraph_desc;The first commercial electrical telegraph was co-developed by Sir William Fothergill Cooke and Charles Wheatstone. This was a five-needle, six-wire system. The cables were originally installed underground in a steel conduit. However, the cables soon began to fail as a result of deteriorating insulation and were replaced with uninsulated wires on poles. As an interim measure, a two-needle system was used with three of the remaining working underground wires, which despite using only two needles had a greater number of codes.;;;;;;;;;;;;; +telegraph;Telegraph;;;;;;;;;;;;; +REMOVE_MONEY_EFFECT;Lose §R$VALUE$¤§W.\n;;;;;;;;;;;;; +MONEY_EFFECT;Funds §R$VALUE$§W¤§W.\n;;;;;;;;;;;;; +theocracy_ruler;Your Holiness;;;;;;;;;;;;; +proletarian_dictatorship_ruler;Chairman;;;;;;;;;;;;; +presidential_dictatorship_ruler;President;;;;;;;;;;;;; +bourgeois_dictatorship_ruler;Board Director;;;;;;;;;;;;; +fascist_dictatorship_ruler;Supreme Leader;;;;;;;;;;;;; +absolute_monarchy_ruler;King;;;;;;;;;;;;; +prussian_constitutionalism_ruler;King;;;;;;;;;;;;; +hms_government_ruler;King;;;;;;;;;;;;; +democracy_ruler;President;;;;;;;;;;;;; +islamic_fundamentalists_title;Islamic Fundamentalists;;;;;;;;;;;;; +islamic_fundamentalists_name;Islamic Fundamentalists;;;;;;;;;;;;; +islamic_fundamentalists_desc;Islamic fundamentalists believe that Islam is based on the Qur'an, Hadith and Sunnah and "criticize the tradition, the commentaries, popular religious practices (maraboutism, the cult of saints), deviations, and superstitions". They aim to return to the founding texts, shake off the foreign decadence and to overthrow the government and establish a fundamentalist state.;;;;;;;;;;;;; +islamic_fundamentalists_army;Islamic Fundamentalists;;;;;;;;;;;;; +theocracy;Theocracy;;;;;;;;;;;;; +artillery_production_desc;The Industrial Revolution of the 19th century affected practically all areas of human endeavour, and the production of artillery was no exception. What had previously been a lengthy process of cast molding bronze cannons would -- in the hands of luminaries of the industry, such as Alfred Krupp or Hiram Maxim -- become an industrialized and exact science.;;;;;;;;;;;;; +australian;Australian;;;;;;;;;;;;; +serfdom_not_abolished;Serfdom not abolished;;;;;;;;;;;;; +theocratic_government;Theocratic Government;;;;;;;;;;;;; +communist_gov;Communist Regime;;;;;;;;;;;;; +absolute_monarchy_gov;Absolute Monarchy;;;;;;;;;;;;; +semi_constitutional_monarchy_gov;Semi-Constitutional Monarchy;;;;;;;;;;;;; +constitutional_monarchy_gov;Constitutional Monarchy;;;;;;;;;;;;; +democracy_gov;Democracy;;;;;;;;;;;;; +presidential_dictatorship_gov;Presidential Dictatorship;;;;;;;;;;;;; +fascist_gov;Fascist Regime;;;;;;;;;;;;; +anarcho_liberal_gov;Anarcho-Liberal Regime;;;;;;;;;;;;; +serfs;Serfs;;;;;;;;;;;;; +TRIGGER_STATE;State;;;;;;;;;;;;; +piston_steam_engine;Piston Steam Engine;;;;;;;;;;;;; +high_pressure_steam_engine;High-Pressure Steam Engine;;;;;;;;;;;;; +compound_steam_engines;Compound Steam Engine;;;;;;;;;;;;; +nv_autocracy;Autocracy;;;;;;;;;;;;; +nv_tradition;Tradition;;;;;;;;;;;;; +nv_productivity;Productivity;;;;;;;;;;;;; +french_claimed_the_rhine;French Claims on the Rhine;;;;;;;;;;;;; +CANAL_5;Dardanelles Strait;;;;;;;;;;;;; +CANAL_4;Bosphorus Strait;;;;;;;;;;;;; +MODIFIER_LAND_ATTACK;Land Unit Attack;;;;;;;;;;;;; +MODIFIER_NAVAL_ATTACK;Naval Unit Attack;;;;;;;;;;;;; +MODIFIER_LAND_DEFENSE;Land Unit Defense;;;;;;;;;;;;; +MODIFIER_NAVAL_DEFENSE;Naval Unit Defense;;;;;;;;;;;;; +PV_CLERGY_LIT_PROVIDES;Intellectuals provinces: $VAL$;;;;;;;;;;;;; +PV_CLERGY_LIT_NUM;$NUM$ of your population are Intellectuals (Optimal $OPT$): $VAL$;;;;;;;;;;;;; +PV_CLERGY_LIT_DESC1;$NUM$ of your population in $LOC$ are Intellectuals.;;;;;;;;;;;;; +POP_CON_CLERGY;Intellectuals;;;;;;;;;;;;; +clergymen;Intellectuals;;;;;;;;;;;;; +promote_clergymen;Encourage Intellectuals;;;;;;;;;;;;; +land_attack_modifier;Land Unit Attack Modifier;;;;;;;;;;;;; +BUDGET_TAX_RICH;Taxes (Upper Class);;;;;;;;;;;;; +BUDGET_TAX_MIDDLE;Taxes (Middle Class);;;;;;;;;;;;; +BUDGET_TAX_POOR;Taxes (Lower Class);;;;;;;;;;;;; +NATIONAL_BANK;National Bank;;;;;;;;;;;;; +immigration_focus_desc;Migrants §Y$VAL$§W% more likely to choose this state. This focus makes immigrants more likely to settle in this state, it doesn't make more likely for them to choose our country.;;;;;;;;;;;;; +emigration_focus;Encourage Emigration;;;;;;;;;;;;; +emigration_focus_desc;Pops will be §Y$VAL$§W% more likely to leave this region.;;;;;;;;;;;;; +not_AI;Not AI;;;;;;;;;;;;; +harassment_l;Harassed Parties;;;;;;;;;;;;; +land_reform;Land Reform;;;;;;;;;;;;; +land_reform_l;Land Reform;;;;;;;;;;;;; +no_land_reform;No Land Reform;;;;;;;;;;;;; +yes_land_reform;Land Reform;;;;;;;;;;;;; +no_land_reform_desc;The land is owned and used by the traditional elites in a hereditary way, the way they want, like the old days.;;;;;;;;;;;;; +yes_land_reform_desc;Redistribution of land rights resulting in more effective farming and mining.;;;;;;;;;;;;; +admin_reform;Administrative Reform;;;;;;;;;;;;; +admin_reform_l;Administrative Reform;;;;;;;;;;;;; +no_admin_reform;No Administrative Reform;;;;;;;;;;;;; +yes_admin_reform;Administrative Reform;;;;;;;;;;;;; +no_admin_reform_desc;No administrative reform. The country bureaucracy works like the old days, if it exists at all.;;;;;;;;;;;;; +yes_admin_reform_desc;Our administration is now modern and efficient.;;;;;;;;;;;;; +finance_reform;Financial Reform;;;;;;;;;;;;; +finance_reform_l;Financial Reform;;;;;;;;;;;;; +no_finance_reform;No Financial Reform;;;;;;;;;;;;; +yes_finance_reform;Enact Financial Reform;;;;;;;;;;;;; +finance_reform_two;International Debt;;;;;;;;;;;;; +no_finance_reform_desc;Our financial institutions and economy is run like the old days.;;;;;;;;;;;;; +yes_finance_reform_desc;We started to modernize our financial institutions.;;;;;;;;;;;;; +finance_reform_two_desc;We modernized a great part of our financial institutions and now we can borrow money from other nations.;;;;;;;;;;;;; +education_reform;Basic Education;;;;;;;;;;;;; +education_reform_l;Basic Education;;;;;;;;;;;;; +no_education_reform;No Education Reform;;;;;;;;;;;;; +yes_education_reform;Reformed System;;;;;;;;;;;;; +no_education_reform_desc;Our country doesn't have schools and education is largely disorganized.;;;;;;;;;;;;; +yes_education_reform_desc;A basic organized education system is now present in our country;;;;;;;;;;;;; +transport_improv;Transportation System;;;;;;;;;;;;; +transport_improv_l;Transportation System;;;;;;;;;;;;; +no_transport_improv;Not Improved;;;;;;;;;;;;; +yes_transport_improv;Improved;;;;;;;;;;;;; +no_transport_improv_desc;The transportation system is primitive.;;;;;;;;;;;;; +yes_transport_improv_desc;The transportation system is being modernized. At least in the capital.;;;;;;;;;;;;; +pre_indust;Early Industrialisation;;;;;;;;;;;;; +pre_indust_l;Early Industrialisation;;;;;;;;;;;;; +no_pre_indust;Stick to the Old Ways;;;;;;;;;;;;; +yes_pre_indust;Industrial Progress;;;;;;;;;;;;; +no_pre_indust_desc;We have no need of industry.;;;;;;;;;;;;; +yes_pre_indust_desc;Construct some basic factories with the help of foreign advisors. Could this be the beginning of an industrial revolution?;;;;;;;;;;;;; +industrial_construction;Industrial Construction;;;;;;;;;;;;; +industrial_construction_l;Industrial Construction;;;;;;;;;;;;; +no_industrial_construction;No Industrial Construction;;;;;;;;;;;;; +yes_industrial_construction;Industrial Construction;;;;;;;;;;;;; +no_industrial_construction_desc;No advanced factories.;;;;;;;;;;;;; +yes_industrial_construction_desc;Foreign advisors assist us in building more advanced factories.;;;;;;;;;;;;; +foreign_officers;Officer Training;;;;;;;;;;;;; +foreign_officers_l;Officer Training;;;;;;;;;;;;; +no_foreign_officers;Local Officer Training;;;;;;;;;;;;; +yes_foreign_officers;Foreign Officer Training;;;;;;;;;;;;; +no_foreign_officers_desc;Local officers lead our troops and are trained in our traditional ways.;;;;;;;;;;;;; +yes_foreign_officers_desc;Our troops are now trained, assisted and sometimes led by foreign officers.;;;;;;;;;;;;; +army_schools;Army Training;;;;;;;;;;;;; +army_schools_l;Army Training;;;;;;;;;;;;; +no_army_schools;Ad Hoc;;;;;;;;;;;;; +yes_army_schools;Army Schools;;;;;;;;;;;;; +no_army_schools_desc;We learn on the field of battle.;;;;;;;;;;;;; +yes_army_schools_desc;Officers are trained in professional army academies before leading men into battle.;;;;;;;;;;;;; +foreign_naval_officers;Naval Officers;;;;;;;;;;;;; +foreign_naval_officers_l;Naval Officers;;;;;;;;;;;;; +no_foreign_naval_officers;Local Naval Officers;;;;;;;;;;;;; +yes_foreign_naval_officers;Foreign Naval Officers;;;;;;;;;;;;; +no_foreign_naval_officers_desc;Local officers command our ships.;;;;;;;;;;;;; +yes_foreign_naval_officers_desc;Foreign officers advise our captains.;;;;;;;;;;;;; +naval_schools;Naval Training;;;;;;;;;;;;; +naval_schools_l;Naval Training;;;;;;;;;;;;; +no_naval_schools;Ad Hoc;;;;;;;;;;;;; +yes_naval_schools;Navy Schools;;;;;;;;;;;;; +no_naval_schools_desc;Our naval officers are trained in the field of battler or knowledge is transmitted informally.;;;;;;;;;;;;; +yes_naval_schools_desc;Our naval officers are trained in special naval academies and are taught by foreigners in the arts of naval warfare.;;;;;;;;;;;;; +foreign_navies;Foreign Ships;;;;;;;;;;;;; +foreign_navies_l;Foreign Ships;;;;;;;;;;;;; +no_foreign_navies;Locally Produced Ships;;;;;;;;;;;;; +yes_foreign_navies;Imported Ships;;;;;;;;;;;;; +no_foreign_navies_desc;Locally manufactured ships.;;;;;;;;;;;;; +yes_foreign_navies_desc;We import strong ships designs from the west.;;;;;;;;;;;;; +foreign_training;Training Methods;;;;;;;;;;;;; +foreign_training_l;Training Methods;;;;;;;;;;;;; +no_foreign_training;Local Training Methods;;;;;;;;;;;;; +yes_foreign_training;Foreign Training Methods;;;;;;;;;;;;; +no_foreign_training_desc;Troops are trained in the traditional manner.;;;;;;;;;;;;; +yes_foreign_training_desc;Troops trained by foreign military advisors or using foreign techniques.;;;;;;;;;;;;; +foreign_weapons;Foreign Weapons;;;;;;;;;;;;; +foreign_weapons_l;Foreign Weapons;;;;;;;;;;;;; +no_foreign_weapons;Local Weapons;;;;;;;;;;;;; +yes_foreign_weapons;Imported Weapons;;;;;;;;;;;;; +no_foreign_weapons_desc;Traditional weapons are used in our armies.;;;;;;;;;;;;; +yes_foreign_weapons_desc;This is my BOOMSTICK!;;;;;;;;;;;;; +military_constructions;Military Constructions;;;;;;;;;;;;; +military_constructions_l;Military Constructions;;;;;;;;;;;;; +no_military_constructions;Simple Constructions;;;;;;;;;;;;; +yes_military_constructions;Advanced Constructions;;;;;;;;;;;;; +no_military_constructions_desc;Fortifications are built in our traditional way or not built at all.;;;;;;;;;;;;; +yes_military_constructions_desc;Forts are built in the western style and their construction is supervised by foreigners.;;;;;;;;;;;;; +firearms_production;Firearms Production;;;;;;;;;;;;; +firearms_production_l;Firearms Production;;;;;;;;;;;;; +no_firearms_production;Imported Firearms;;;;;;;;;;;;; +no_firearms_production_l;Imported Firearms;;;;;;;;;;;;; +no_firearms_production_desc;Firearms are imported.;;;;;;;;;;;;; +yes_firearms_production;Local Production;;;;;;;;;;;;; +yes_firearms_production_l;Local Production;;;;;;;;;;;;; +yes_firearms_production_desc;Firearms are produced locally.;;;;;;;;;;;;; +writing_system;Writing System;;;;;;;;;;;;; +writing_system_l;Writing System;;;;;;;;;;;;; +no_writing_language;No Writing System;;;;;;;;;;;;; +no_writing_language_l;;No Writing System;;;;;;;;;;;; +no_writing_language_desc;Spoken language is the only way of communication. There are no documents or writing language, no education system and no codified national language.;;;;;;;;;;;;; +writing_language;Writing System;;;;;;;;;;;;; +writing_language_l;Writing System;;;;;;;;;;;;; +writing_language_desc;We have a writing system and an official written language, used all around by the government. Without a written language, we can't have a modernized state.;;;;;;;;;;;;; +monetary_reform;Currency Reform;;;;;;;;;;;;; +monetary_reform_l;Currency Reform;;;;;;;;;;;;; +no_monetary_reform;No Monetary Standards;;;;;;;;;;;;; +no_monetary_reform_l;No Monetary Standards;;;;;;;;;;;;; +no_monetary_reform_desc;Each province has its own currencies.;;;;;;;;;;;;; +yes_monetary_reform;Official Currencies;;;;;;;;;;;;; +yes_monetary_reform_l;Official Currencies;;;;;;;;;;;;; +yes_monetary_reform_desc;The government adopted some currencies as official but doesn't issue them through a central bank.;;;;;;;;;;;;; +monetary_reform_two;Single Currency;;;;;;;;;;;;; +monetary_reform_two_l;Single Currency;;;;;;;;;;;;; +monetary_reform_two_desc;The government enforces a single currency issued by a few authorized banks. This is the beginning of currency centralization and standardization;;;;;;;;;;;;; +research_reform;University Reform;;;;;;;;;;;;; +research_reform_l;University Reform;;;;;;;;;;;;; +no_research_reform;No Universities;;;;;;;;;;;;; +no_research_reform_l;No Universities;;;;;;;;;;;;; +no_research_reform_desc;There are no western universities in our country.;;;;;;;;;;;;; +yes_research_reform;Foreign Universities;;;;;;;;;;;;; +yes_research_reform_l;Foreign Universities;;;;;;;;;;;;; +yes_research_reform_desc;Universities are built following foreign standards, the professors who teach are usually foreign or graduated in foreign institutions and they teach western philosophy and sciences.;;;;;;;;;;;;; +foreign_artillery;Foreign Artillery;;;;;;;;;;;;; +foreign_artillery_l;Foreign Artillery;;;;;;;;;;;;; +no_foreign_artillery;Local Artillery;;;;;;;;;;;;; +no_foreign_artillery_l;Local Artillery;;;;;;;;;;;;; +no_foreign_artillery_desc;Artillery is made up of ineffective siege equipment or it's not present at all.;;;;;;;;;;;;; +yes_foreign_artillery;Imported Artillery;;;;;;;;;;;;; +yes_foreign_artillery_l;Imported Artillery;;;;;;;;;;;;; +yes_foreign_artillery_desc;Our artillery is imported from western powers.;;;;;;;;;;;;; +public_meetings;Public Meetings;;;;;;;;;;;;; +public_meetings_l;Public Meetings;;;;;;;;;;;;; +yes_meeting;Meetings Allowed;;;;;;;;;;;;; +yes_meeting_desc;Public meetings and rallies are allowed.;;;;;;;;;;;;; +no_meeting;Meetings Not Allowed;;;;;;;;;;;;; +no_meeting_desc;Public meetings are prohibited.;;;;;;;;;;;;; +POLITICS_MATTERS_OF_STATE;Matters of State;;;;;;;;;;;;; +matters_of_state;Matters of State;;;;;;;;;;;;; +bureaucracy_ref;Bureaucracy;;;;;;;;;;;;; +bureaucracy_ref_l;Bureaucracy;;;;;;;;;;;;; +gentry;Gentry;;;;;;;;;;;;; +gentry_l;Gentry;;;;;;;;;;;;; +gentry_desc;The gentry of the country has the most sayings in the state's bureaucracy. Bureaucracy is extremely small or severely limited.;;;;;;;;;;;;; +hereditary_bureaucracy;Hereditary Bureaucracy;;;;;;;;;;;;; +hereditary_bureaucracy_l;Hereditary Bureaucracy;;;;;;;;;;;;; +hereditary_bureaucracy_desc;Bureaucracy positions in the government are, officially or not, hereditary, severely limiting universal access to the state's internal administration. Usually, the upper classes of society are the ones in these spots and the system suffers of high levels of corruption.;;;;;;;;;;;;; +professional_civil_servants;Professional Civil Service;;;;;;;;;;;;; +professional_civil_servants_l;Professional Civil Service;;;;;;;;;;;;; +professional_civil_servants_desc;The bureaucracy is formed by educated citizens formed in the field of public administration. Bureaucracy is non hereditary and bureaucrats are chosen (mostly) based on the principles of meritocracy.;;;;;;;;;;;;; +residency_desc;This party supports politics to limit citizenship and political rights of minorities and immigrants.;;;;;;;;;;;;; +limited_citizenship_desc;This party supports politics to limit citizenship and political rights to people of the same cultural group of this nation.;;;;;;;;;;;;; +full_citizenship_desc;This party supports that every vote is equal.;;;;;;;;;;;;; +movement_censored_press;Campaign for more Press Freedom;;;;;;;;;;;;; +revolution_n_counter_researched;Revolution and Counterrevolution Researched;;;;;;;;;;;;; +crisis_begin_researched;Crisis Event Triggered;;;;;;;;;;;;; +medicine_invented;Researched Medicine;;;;;;;;;;;;; +germs_invented;Invented Germ Theory;;;;;;;;;;;;; +gaslights_invented;Invented Gaslights;;;;;;;;;;;;; +electricity_invented;Researched Electricity;;;;;;;;;;;;; +germ_theory;Germ Theory and Experimental Pathology;;;;;;;;;;;;; +germ_theory_desc;The germ theory of disease states that some diseases are caused by microorganisms. These small organisms, too small to see without magnification, invade humans, animals, and other living hosts. Their growth and reproduction within their hosts can cause a disease. The germ theory was proposed in the mid-16th century and gained widespread credence when substantiated by scientific discoveries of the 17th through the late 19th century. It supplanted earlier explanations for disease, such as Galen's miasma theory.;;;;;;;;;;;;; +prussian_constitutionalism;Semi-Constitutional Monarchy;;;;;;;;;;;;; +hms_government;Constitutional Monarchy;;;;;;;;;;;;; +market_structure;Market Structure;;;;;;;;;;;;; +former_sphere_leader;Former Sphere Leader;;;;;;;;;;;;; +former_overlord;Former Overlord;;;;;;;;;;;;; +cisplatina_is_ours;Cisplatina is Ours;;;;;;;;;;;;; +pessimist;Pessimist;;;;;;;;;;;;; +MOR_1696;Western Sahara;;;;;;;;;;;;; +anti__rationalism;Anti - Rationalism;;;;;;;;;;;;; +time_saving_measures;Time-Saving Measures;;;;;;;;;;;;; +time_saving_measures_desc;Time-Saving Measures;;;;;;;;;;;;; +FOCUS_OWNED_BY;You can not place national focus in someone else's province unless it is a potential flashpoint for your cores. Encouraging flashpoint tension requires Revolution & Counterrevolution to be researched.;;;;;;;;;;;;; +secularized_desc;Religion is not explicitly part of state policy, but the state tips its hat to traditional religious values.;;;;;;;;;;;;; +dismantle_declared;Dismantled;;;;;;;;;;;;; +THE_CAPITAL_IS;The Capital Is;;;;;;;;;;;;; +post_colonial_country;Post-Colonial Nation;;;;;;;;;;;;; +mormon;Mormon;;;;;;;;;;;;; +gypsy;Gypsy;;;;;;;;;;;;; +eugen_von_bohm_bawerk;Eugen von Böhm-Bawerk;;;;;;;;;;;;; +eugen_von_bohm_bawerk_desc;Böhm-Bawerk's career as a scholar was an intermittent one. The most significant span of scholarly activity was his years at the University of Innsbruck (1881-1889). It was during the 1880s that he first published two of the three volumes of his magnum opus, Capital and Interest. His later years were dominated by his duties as the Austrian Minister of Finance, a position he held, though not continuously, throughout the 1890s and beyond-and for which he is fittingly honored by having his likeness on Austria's one-hundred schilling note. After serving in this capacity and assuming other governmental duties, he returned to teaching in 1904. With a chair at the University of Vienna, he became a colleague of Wieser, successor to the retired Menger. Students who passed through the university during the last decade of Böhm-Bawerk's career (and life: he died in 1914) included Joseph Schumpeter and Ludwig von Mises.;;;;;;;;;;;;; +leon_walras;Léon Walras;;;;;;;;;;;;; +leon_walras_desc;The French economist Léon Walras (pronounced 'Valrasse') has been hailed by Joseph Schumpeter as 'the greatest of all economists'. Walras was one of the three leaders of the Marginalist Revolution, even though his greatest work, Elements of Pure Economics, was published in 1874, three years after those of William Stanley Jevons and Carl Menger. Nonetheless, alone among the three revolutionaries, Léon Walras set forth the new 'marginalist' or 'Neoclassical' theory in a formal general equilibrium setting. Thus, he endowed it with the multi-market considerations Jevons had largely avoided and the mathematical precision Menger had eschewed. Léon Walras is widely and rightfully regarded as the father of general equilibrium theory.;;;;;;;;;;;;; +jean_jaures;Jean Jaurès;;;;;;;;;;;;; +jean_jaures_desc;Jaurès was elected to the Chamber of Deputies in 1885. Defeated in the 1889 elections he returned to the University of Toulouse. He became increasingly radical in his political views and after reading Karl Marx he began advocating socialism. He was not a revolutionary and supported the Independent Socialists. While out of parliament Jaurès completed his mammoth Socialist History of the French Revolution. He also joined with Aristide Briand and Rene Viviani in 1904 to establish the left-wing newspaper, L'Humanité in 1904. A new Socialist Party under Jaurès grew rapidly at the beginning of the century but split over the correct response to German militarism. Jaurès advocated a policy of international arbitration whereas others supported the Triple Entente.;;;;;;;;;;;;; +johann_heinrich_von_thunen;Johann Heinrich von Thünen;;;;;;;;;;;;; +johann_heinrich_von_thunen_desc;Johann Heinrich von Thünen was a North German landowner from the Mecklenburg area. Although educated at Götingen, he spent most of his life managing his rural estate, Tellow. In the first volume of his treatise, The Isolated State (1826), he laid down the first serious treatment of spatial economics, connecting with the theory of rent. His second volume (1850) developed the essence of the marginal productivity theory of distribution in a mathematically precise way, thereby making one of the most important Proto-Marginalists of the era. Nearing his death, he asked that his famous equation for the marginal product of labor, or natural wage, be carved into his tombstone.;;;;;;;;;;;;; +colorado_rebels_title;Colorados;;;;;;;;;;;;; +colorado_rebels_name;Colorado Rebels;;;;;;;;;;;;; +colorado_rebels_desc;Colorados seek to topple the Blanco government and install their own party in power.;;;;;;;;;;;;; +colorado_rebels_army;Colorado Rebels;;;;;;;;;;;;; +blanco_rebels_title;Blancos;;;;;;;;;;;;; +blanco_rebels_name;Blanco Rebels;;;;;;;;;;;;; +blanco_rebels_desc;Blancos seek to topple the Colorado government and install their own party in power.;;;;;;;;;;;;; +blanco_rebels_army;Blanco Rebels;;;;;;;;;;;;; +separatist_rebels_title;Patriot;;;;;;;;;;;;; +separatist_rebels_name;$CULTURE$ Patriots;;;;;;;;;;;;; +separatist_rebels_desc;Patriot rebels dream of unification with their cultural kin under a free banner, and any province they gain control of will eventually defect to a neighbouring country of their culture.;;;;;;;;;;;;; +separatist_rebels_army;$CULTURE$ Patriots;;;;;;;;;;;;; +afro_caribeno;Afro Latino;;;;;;;;;;;;; +NOT_STRONGER_ARMY_THAN;Does not have a stronger military than ;;;;;;;;;;;;; +STRONGER_ARMY_THAN;Has a stronger military than ;;;;;;;;;;;;; +beiyang_faction;Beiyang Faction;;;;;;;;;;;;; +kuomintang_faction;Kuomintang Faction;;;;;;;;;;;;; +neutral_faction;Part of no Faction;;;;;;;;;;;;; +communist_faction;Communist Faction;;;;;;;;;;;;; +mandatory_service;Service by Requirement;;;;;;;;;;;;; +mandatory_service_l;Service by Requirement;;;;;;;;;;;;; +mandatory_service_desc;All adult males must serve in the military. The government can draft conscripts for as long as it wants.;All adult males must serve in the military.;;;;;;;;;;;; +movement_mandatory_service;Mandatory Service Movement.;;;;;;;;;;;;; +four_year_draft;Four Year Draft;Four Year Draft;Four Year Draft;;Four Year Draft;;;;;;;;; +four_year_draft_l;Four Year Draft;Four Year Draft;Four Year Draft;;Four Year Draft;;;;;;;;; +four_year_draft_desc;Conscripts are drafted for four years.;Conscripts are drafted for four years.;Conscripts are drafted for four years.;;Conscripts are drafted for four years.;;;;;;;;; +movement_four_year_draft;Movement for Four Year Draft Implementation;;;;;;;;;;;;; +two_year_draft;Two Year Draft;Two Year Draft;Two Year Draft;;Two Year Draft;;;;;;;;; +two_year_draft_l;Two Year Draft;Two Year Draft;Two Year Draft;;Two Year Draft;;;;;;;;; +two_year_draft_desc;Conscripts are drafted for two years.;Conscripts are drafted for two years.;Conscripts are drafted for two years.;;Conscripts are drafted for two years.;;;;;;;;; +movement_two_year_draft;Movement for Two Year Draft Implementation;;;;;;;;;;;;; +one_year_draft;One Year Draft;One Year Draft;One Year Draft;;One Year Draft;;;;;;;;; +one_year_draft_l;One Year Draft;One Year Draft;One Year Draft;;One Year Draft;;;;;;;;; +one_year_draft_desc;Conscripts are drafted for one year.;Conscripts are drafted for one year.;Conscripts are drafted for one year.;;Conscripts are drafted for one year.;;;;;;;;; +movement_one_year_draft;Movement for One Year Draft Implementation;;;;;;;;;;;;; +no_draft;No Draft;No Draft;No Draft;;No Draft;;;;;;;;; +no_draft_l;No Draft;No Draft;No Draft;;No Draft;;;;;;;;; +no_draft_desc;No conscription.;No conscription.;No conscription.;;No conscription.;;;;;;;;; +conscription;Conscription;Conscription;Conscription;;Conscription;;;;;;;;; +movement_no_draft;Movement for the Abolition of the Conscription;;;;;;;;;;;;; +yes_slavery_desc;Slavery is allowed.\n§RThis reform affects POP promotion chance - promotion will be slower, both globally and even more in slave states.§W\n§YPops in Slave states will be more conservative and less liberal. Immigrants are less likely to choose slave states.§W\n§GThe slave population will grow.§W;;;;;;;;;;;;; +freedom_of_womb;Freedom of Womb;;;;;;;;;;;;; +freedom_of_womb_l;Freedom of Womb Law;;;;;;;;;;;;; +freedom_of_womb_desc;Slaves children are freed at birth and, in most cases, old slaves are also freed. The slave population stops growing. \n§RThis reform affects POP promotion chance - promotion will be slower, both globally and even more in slave states.§W\n§YPops in Slave states will be more conservative and less liberal. Immigrants are less likely to choose slave states.§W\n§RThe slave population will stop growing.§W;;;;;;;;;;;;; +movement_freedom_of_womb;Freedom of Womb Campaign;;;;;;;;;;;;; +no_slavery;Outlawed;;;;;;;;;;;;; +no_slavery_desc;Slavery is forbidden.;;;;;;;;;;;;; +no_slavery_l;Outlaw Slavery;;;;;;;;;;;;; +citizens_rights;Political Rights;;;;;;;;;;;;; +primary_culture_only;Restricted Rights;;;;;;;;;;;;; +primary_culture_only_l;Primary Culture Only Rights;;;;;;;;;;;;; +primary_culture_only_desc;Only the first class citizens of the country are allowed to participate in the political life, all the other groups are segregated. Becoming a first class citizen is hard and extremely limited.;;;;;;;;;;;;; +movement_primary_culture_only;Pro Citizens Movement;;;;;;;;;;;;; +culture_voting_only;Cultural Rights;;;;;;;;;;;;; +culture_voting_only_l;Accepted Cultures Rights;;;;;;;;;;;;; +culture_voting_only_desc;Persons from the country's culture are allowed to participate in the political life of the country and citizenship is greatly facilitated for these people.;;;;;;;;;;;;; +movement_culture_voting_only;Movement for Cultural Political Rights;;;;;;;;;;;;; +all_voting_pops;All Allowed Rights;;;;;;;;;;;;; +all_voting_pops_l;All Allowed Rights;;;;;;;;;;;;; +all_voting_pops_desc;All legal immigrants, regardless of the culture, are allowed to vote. Acquiring citizenship status is facilitated.;;;;;;;;;;;;; +movement_all_voting_pops;The League for Universal Political Rights;;;;;;;;;;;;; +border_policy;Border Policy;;;;;;;;;;;;; +closed_borders;Closed Borders;;;;;;;;;;;;; +closed_borders_l;Closed Borders;;;;;;;;;;;;; +closed_borders_desc;People aren't allowed in or out of our country. The effectiveness of this policy is based on our administration and military spending. Some people might still emigrate illegally, either by crossing the border or hiding in ships. The veil of secrecy that shrouds our country makes other nations mistrust us.;;;;;;;;;;;;; +movement_closed_borders;Movement for the Protection of the Country;;;;;;;;;;;;; +quota_immigration;Immigration Quotas;;;;;;;;;;;;; +quota_immigration_l;Immigration Quotas;;;;;;;;;;;;; +quota_immigration_desc;Foreign nationals are allowed to immigrate to our country, as long as they have a literacy above 60% and aren't citizens of countries that were recently or are currently at war with our country. There are no restrictions for emigration.;;;;;;;;;;;;; +movement_quota_immigration;Movement for Immigration Quotas;;;;;;;;;;;;; +open_borders;Open Borders;;;;;;;;;;;;; +open_borders_l;Open Borders;;;;;;;;;;;;; +open_borders_desc;Our country is completly open for immigration and emigration, either by deliberate choice or because of the lack of appropriate border controls.;;;;;;;;;;;;; +movement_open_borders;Pro Immigration Movement;;;;;;;;;;;;; +unemployment_subsidies;Unemployment;;;;;;;;;;;;; +safety_regulations;Safety Regulations;;;;;;;;;;;;; +child_labor_illegal;Child Labor Illegal;;;;;;;;;;;;; +child_labor_illegal_l;Child Labor Illegal;;;;;;;;;;;;; +child_labor_illegal_desc;Child Labor is viewed as immoral and is illegal.;;;;;;;;;;;;; +movement_child_labor_child_labor_illegal;Campaign for the Legalization of Child Labor;;;;;;;;;;;;; +child_labor_restricted;Child Labor Restricted;;;;;;;;;;;;; +child_labor_restricted_l;Child Labor Restricted;;;;;;;;;;;;; +child_labor_restricted_desc;Children cannot work in certain dangerous professions.;Restricted;Restricted;;Restricted;;;;;;;;; +movement_child_labor_restricted;Campaign for the Restriction of Child Labor;;;;;;;;;;;;; +child_labor_legal;Child Labor Legal;;;;;;;;;;;;; +child_labor_legal_l;Child Labor Legal;;;;;;;;;;;;; +child_labor_legal_desc;No child labor regulation exists.;;;;;;;;;;;;; +child_labor;Child Labor;;;;;;;;;;;;; +movement_child_labor_illegal;Child Labor Abolition League;;;;;;;;;;;;; +debt_law;Debt Law;;;;;;;;;;;;; +serfdom;Serfdom;;;;;;;;;;;;; +serfdom_l;Serfdom;;;;;;;;;;;;; +serfdom_desc;Serfs are bound to the land and subject to the will of its owner and forced to work the fields under a feudal system.\n§RThis reform affects POP promotion chance - promotion will be slower.§W\n§YThis reform enables Serfs - poor POPs will demote to Serfs and won't come out of Serfdom until it's abolished.§W;;;;;;;;;;;;; +movement_serfdom;Pro Serfdom League;;;;;;;;;;;;; +peonage;Peonage;;;;;;;;;;;;; +peonage_l;Peonage;;;;;;;;;;;;; +peonage_desc;Peonage is a debt system under which the debtor is forced to work off his debt. This often leads to a perpetual cycle of involuntary labor called peonage.;;;;;;;;;;;;; +movement_peonage;Campaign for the Abolition of Serfdom;;;;;;;;;;;;; +debtors_prisons;Debtor's Prisons;;;;;;;;;;;;; +debtors_prisons_l;Debtor's Prisons;;;;;;;;;;;;; +debtors_prisons_desc;Debtors are confined to jail until such time as their debt is resolved.\n§YThis reform is neutral - no effects.§W;;;;;;;;;;;;; +movement_debtors_prisons;Abolition of Peonage Movement;;;;;;;;;;;;; +bankruptcy;Bankruptcy;;;;;;;;;;;;; +bankruptcy_l;Bankruptcy;;;;;;;;;;;;; +bankruptcy_desc;Debtors are allowed to declare bankruptcy and have their previous debts declared null and void.;;;;;;;;;;;;; +movement_bankruptcy;Debtor's Prisons Abolition Movement;;;;;;;;;;;;; +capital_punishment;Capital Punishment;;;;;;;;;;;;; +capital_punishment_l;Capital Punishment;;;;;;;;;;;;; +capital_punishment_desc;Convicts are killed for relatively minor crimes.;;;;;;;;;;;;; +movement_capital_punishment;Pro Capital Punishment League;;;;;;;;;;;;; +penal_system;Penal System;;;;;;;;;;;;; +colonial_transportation;Transportation;;;;;;;;;;;;; +colonial_transportation_l;Transportation;;;;;;;;;;;;; +colonial_transportation_desc;Prisoners are sent to either far away or inhospitable places in the mother-country or to its colonies. This, however, increases the load on the bureaucracy.\n§YThis reform will increase colonial migration but it will also increase the necessity of bureaucrats.§W;;;;;;;;;;;;; +movement_colonial_transportation;Campaign for the Abolition of Capital Punishment;;;;;;;;;;;;; +incarceration;Incarceration;;;;;;;;;;;;; +incarceration_l;Incarceration;;;;;;;;;;;;; +incarceration_desc;Convicts are imprisoned with the intent of removing undesirables from society, though they aren't used for hard manual labor most of the times.\n§YThis reform is neutral - no effects.§W;;;;;;;;;;;;; +movement_incarceration;Movement for the Abolition of Penal Colonies;;;;;;;;;;;;; +rehabilitation;Rehabilitation;;;;;;;;;;;;; +rehabilitation_l;Rehabilitation;;;;;;;;;;;;; +rehabilitation_desc;Convicts are imprisoned with the intent of reforming them and reintroducing them into society.;;;;;;;;;;;;; +movement_rehabilitation;Rehabilitation of Prisoners Campaign;;;;;;;;;;;;; +EVTNAME34608;Child Labour Law Passed;;;;;;;;;;;;; +EVTDESC34608;Following Britain's lead, in $YEAR$ Prussia, under the influence of some religious and social figures, passed a law strictly regulating the amount of child labour that was possible during the year. According to the new legislation, the Prussian government will lay down restrictions on child labor, with the following main points: children under the age of nine are banned from factory labor, children needed to have had at least three years of schooling before working, and children under the age of sixteen could work no more than ten hours per day. Other provisions included mandated rest times and a total ban on night work for children.;;;;;;;;;;;;; +EVTOPTA34608;Those poor children!;;;;;;;;;;;;; +EVTOPTB34608;This isn't really necessary. Revoke the law.;;;;;;;;;;;;; +EVTNAME3700;Chimney Sweepers;;;;;;;;;;;;; +EVTDESC3700;'A young boy arose from the inside of a chimney and gently sat down on the roof. His face and clothes were blackened by the soot from the chimney and showed that this was not the first chimney he had swept this day. Tired, he climbed down the roof and trotted off after receiving a penny from the house matron.' \n\nThe hard work that the city's young chimney sweepers perform has outraged many, and a committee has been formed to tackle the rough working conditions.;;;;;;;;;;;;; +EVTOPTA3700;We should consider legislation to end this.;;;;;;;;;;;;; +EVTOPTB3700;Hard work is the foundation of a good moral character.;;;;;;;;;;;;; +EVTNAME370000002;Long Work Hours;;;;;;;;;;;;; +EVTDESC370000002;'The factories extend their flanks of fouler brick one after another, bare, with shutterless windows, like economical and colossal prisons... and inside, lit by gas-jets and deafened by the uproar of their own labour, toil thousands of workmen, penned in, regimented, hands active, feet motionless, all day and every day, mechanically serving their machines...' \n The hard work that the city's workers perform has outraged many, and a committee has been formed to tackle the rough working conditions.;;;;;;;;;;;;; +EVTOPTA370000002;We should consider legislation to change this.;;;;;;;;;;;;; +EVTOPTB370000002;Hard work is the foundation of a good moral character.;;;;;;;;;;;;; +NORMAL_WAR_TAKE_NAME_RUS_CIR;$ORDER$ Caucasian War;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_RUS_CIR;$ORDER$ Caucasian War;;;;;;;;;;;;; +NORMAL_WAR_TAKE_NAME_RUS_DAG;$ORDER$ Caucasian War;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_RUS_DAG;$ORDER$ Caucasian War;;;;;;;;;;;;; +womens_suffrage_movement;Women's Suffrage Movement;;;;;;;;;;;;; +assyrian;Assyrian;;;;;;;;;;;;; +xhosa;Xhosa;;;;;;;;;;;;; +arabic;Arabic;;;;;;;;;;;;; +breton;Breton;;;;;;;;;;;;; +pan_albanian;Albanian;;;;;;;;;;;;; +occitan;Occitan;Occitain;Occitanisch;;;;;;;;;;; +picard;Picard;;;;;;;;;;;;; +western_slavic;Wend;;;;;;;;;;;;; +anglo_african;Anglo African;;;;;;;;;;;;; +jewish_cultures;Jewish Cultures;;;;;;;;;;;;; +itsekari;Ijaw;;;;;;;;;;;;; +kuba;Bakuba;;;;;;;;;;;;; +indian_nationalists_title;Indian Nationalist;Pan-nationalistes;Pan-Nationalisten;;;;;;;;;;; +indian_nationalists_name;Indian Nationalists;$UNION_ADJ$ - Pan-nationalistes;$UNION_ADJ$ Pan-Nationalisten;;;;;;;;;;; +indian_nationalists_desc;Indian nationalists seek to unify the sub-continent into a free and independent nation-state, by any means necessary. This includes breaking free from foreign oppressors and uniting with their cultural kin.;;;;;;;;;;;;; +indian_nationalists_army;Indian Nationalists;$UNION$ - Jeunes brigades;Junge $UNION$ Brigaden;;;;;;;;;;; +socialist_rebels_title;Militant Socialist;;;;;;;;;;;;; +socialist_rebels_name;Militant Socialists;;;;;;;;;;;;; +socialist_rebels_desc;In a democracy, militant socialists will seek to enforce a socialist government. In any other country, they will seek to establish a democracy with a socialist government.;;;;;;;;;;;;; +socialist_rebels_army;Militant Socialists;;;;;;;;;;;;; +christino_rebels_title;Christino;;;;;;;;;;;;; +christino_rebels_name;Christinos;;;;;;;;;;;;; +christino_rebels_desc;These rebels support the royal line of Ferdinand VII, and consider the current king to be a pretender. They intend to reinstall the rightful queen, and restore the liberal reforms enacted by the previous royal line.;;;;;;;;;;;;; +christino_rebels_army;Christinos;;;;;;;;;;;;; +slave_revolt_title;Slaves;;;;;;;;;;;;; +slave_revolt_name;Slave Revolt;;;;;;;;;;;;; +slave_revolt_desc;These slaves are mounting an armed uprising. They will shed blood and free slaves wherever they go, until the country is freed from the institution of slavery.;;;;;;;;;;;;; +slave_revolt_army;Escaped Slaves;;;;;;;;;;;;; +independence_rebels_title;Independence;;;;;;;;;;;;; +independence_rebels_name;Independence Rebels;;;;;;;;;;;;; +independence_rebels_desc;These rebels seek to free the country from its vassal status.;;;;;;;;;;;;; +independence_rebels_army;Independence Rebels;;;;;;;;;;;;; +turkish_nationalist_rebels_title;Turkish Nationalist;;;;;;;;;;;;; +turkish_nationalist_rebels_name;Turkish Nationalists;;;;;;;;;;;;; +turkish_nationalist_rebels_desc;Turkish Nationalists seek to topple the Ottoman monarchy, replacing it with a liberal republic.;;;;;;;;;;;;; +turkish_nationalist_rebels_army;Turkish Nationalists;;;;;;;;;;;;; +native_rebels_title;Anti-Colonial;;;;;;;;;;;;; +native_rebels_name;Anti-Colonial Rebels;;;;;;;;;;;;; +native_rebels_desc;These rebels seek to restore rulership of the country to its proper native culture.;;;;;;;;;;;;; +native_rebels_army;Anti-Colonial Rebels;;;;;;;;;;;;; +liberal_rebels_desc;In an absolute monarchy, Jacobins will seek to impose a constitutional monarchy. Otherwise, Jacobins will strive to create a democratic government with a liberal ideology and a focus on political reform.;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME;$ORDER$Conquest of $SECOND_COUNTRY$ War;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_ANY_NAME;$ORDER$War of $FIRST$ Aggression against $SECOND_COUNTRY$;;;;;;;;;;;;; +RANK_INDUSTRY_D;Industry score is a measure of your level of industrialization. It is a combination of the number of employed craftsmen and clerks, divided by 2500, and the value of your foreign investment.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_News.csv b/HPM/localisation/00_HPM_News.csv index e8a3b8b0..586c7e5a 100644 --- a/HPM/localisation/00_HPM_News.csv +++ b/HPM/localisation/00_HPM_News.csv @@ -1,675 +1,668 @@ -;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PRO_REACTIONARY;PRO-REACTIONARY ;;;;;;;;;;;;x,,,,,,, -PRO_SOCIALIST;PRO-SOCIALIST ;;;;;;;;;;;;x,,,,,,, -PRO_FASCIST;PRO-FASCIST ;;;;;;;;;;;;x,,,,,,, -PRO_LIBERAL;LIBERAL ;;;;;;;;;;;;x,,,,,,, -PRO_COMMIES;PRO-COMMUNIST ;;;;;;;;;;;;x,,,,,,, -EVTDESC169001_NEWS_LONG;$CAPITAL$, $YEAR$: Like the death throes of a wild beast are the frantic efforts of the ruling party in $COUNTRY$ to destroy their fellow countrymen-those who are of a different culture or opposing faith. The horrors of this march of death have been told only in part. They can not be fully described. $COUNTRY$ is gradually but effectively exterminating people - the population of whole villages are gone. An appeal for relief, following reported massacres and threatened further outrages, was made to the $COUNTRY_ADJ$ Government today by government officials.;;;;;;;;;;;;x,,,,,,, -EVTDESC169001_NEWS_MEDIUM;The $COUNTRY_ADJ$ state is gradually but effectively exterminating people - the population of whole villages are gone - more atrocities detailed in support of charge that $COUNTRY$ is acting deliberately.;;;;;;;;;;;;x,,,,,,, -EVTDESC169001_NEWS_SHORT;$CAPITAL$, $YEAR$: $COUNTRY$ accused of plan to exterminate population, committee on relief says victims are steadily increasing.;;;;;;;;;;;;x,,,,,,, -ARMENIAN_GENOCIDE_NEWS_TITLE;Million Armenians Killed or in Exile;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ARMENIAN_GENOCIDE_NEWS_LONG;On the basis of all the reports and news coming there hardly can be any doubt that the Turks are aiming at the extermination of the few hundred thousand Armenians whom they left alive until now. The Turks have embarked upon the total extermination of the Armenians in Transcaucasia. The aim of Turkish policy is the taking of possession of Armenian districts and the extermination of the Armenians. The Great Powers are slowly moving and watching as the world watches the killings escalate and spill to other Orthodox communities.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ARMENIAN_GENOCIDE_NEWS_MEDIUM;Recent developments point out that the aim of the current Turkish policy is taking possession of Armenian districts and the extermination of the Armenians. The Great Powers are slowly moving and watching as the world watches the killings escalate and spill to other Orthodox communities.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -ARMENIAN_GENOCIDE_NEWS_SHORT;$COUNTRY_ADJ$ Committee on relief says victims of Turks are steadily increasing.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36940_NEWS_LONG;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$, and in turn she guaranteed the chiefs their lands, estates, forests and fisheries. Maori and $COUNTRY_ADJ$ versions of the signed document differ, leaving doubt about what was actually agreed upon. While the $COUNTRY_ADJ$ claim Maori agreed to governor's rule over them, the Maori version of the treaty states they should retain a large degree of autonomy and self-governance allowing them to manage their own affairs.;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36940_NEWS_MEDIUM;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$, and in turn she guaranteed the chiefs their lands, estates, forests and fisheries.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36940_NEWS_SHORT;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$.;;;;;;;;;;;;;;;.;;;;;;;;;;;x; -EVTDESC36941_NEWS_LONG;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to what is known as the First Maori War. Resilient and emboldened by early successes, but strained economically, with dwindling food supplies and victims to many epidemic deaths, Maori chiefs eventually asked for ceasefire. The $COUNTRY_ADJ$ maintained their sovereignty over New Zealand, but rebellious Maori chiefs raised their position higher than it ever was, gaining substantial amounts of respect among all tribes.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36941_NEWS_MEDIUM;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to what is known as the First Maori War. Rebellious chiefs earned respect but didn't manage to overthrow the $COUNTRY_ADJ$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36941_NEWS_SHORT;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to the First Maori War.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC31100_NEWS_LONG;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion of talent in archeology and captured the imagination of millions. When he excavated the hills in Hisarlik, he uncovered a number of ancient cities, dating back from the Bronze Age to the Roman times. His finds at the site were named Priam's Treasure and acquired by $CAPITAL$ museums. His archaeological effort was inspired by a British diplomat, Frank Calvert, who spent over six decades conducting field work in the area.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC31100_NEWS_MEDIUM;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion of talent in archeology and captured the imagination of millions. His finds at the site were named Priam's Treasure and acquired by $CAPITAL$ museums.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC31100_NEWS_SHORT;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion in archeology and captured the imagination of millions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC46800_NEWS_LONG;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$. Constructed in the first half of the 15th century, at the height of the power of the Inca Empire, the citadel is believed to have been the estate of the Inca emperor Pachacuti, though some archaeologists also suggested it might have had purely religious character. The $COUNTRY_ADJ$ explorers were the subject of controversy, accused by Peruvian locals of stealing their cultural heritage, when attempting to transport recovered artifacts to $COUNTRY$ for closer examination.;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC46800_NEWS_MEDIUM;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$. Constructed in the first half of the 15th century, at the height of the power of the Inca Empire, the citadel is believed to have been the estate of the Inca emperor Pachacuti.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC46800_NEWS_SHORT;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$, dating back to the 15th century, the height of power of the Inca Empire.;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC110023_NEWS_TITLE;The Peacock Throne;;;;;;;;;;;;x -EVTDESC110023_NEWS_LONG;Iran, the cradle of civilization – the chickens appear to have come home to roost today as members of diplomatic circles are in general agreement that the nation of Persia can be counted among the great powers of the world. Since coming into contact with western influences years ago, the industrious people of Persia have made sweeping advances in the fields of culture, industry and military prowess and can no longer be dismissed as backward savages. Geopolitical experts have expressed concerns that the new Persia could attempt expansion through Asia and beyond.;;;;;;;;;;;;x -EVTDESC110023_NEWS_MEDIUM;Diplomatic circles are in agreement that Persia can be counted among the great powers of the world. The industrious Persian people have made sweeping advances in the fields of culture, industry and military and can now no longer be dismissed as filthy, backward savages.;;;;;;;;;;;;x -EVTDESC110023_NEWS_SHORT;Diplomatic circles now agree that Persia can be counted among the great powers of the world. The Persian people have made sweeping advances and can no longer be dismissed as backward savages.;;;;;;;;;;;;x -EVTDESC110060_NEWS_TITLE;The Bear Flag Revolt;;;;;;;;;;;;x -EVTDESC110060_NEWS_LONG;Once again, Mexico is being pulled apart by infighting: when it is not Texas, Yucatan or Rio Grande showing their hostility toward the central administration, it is now the turn of California to oppose the government of Mexico City. Conflict arose amidst immigration issues, land distribution disputes and rising tensions with the US. Mexican officials, afraid of the seemingly endless influx of illegal American immigrants, waved the threat of expulsion in the face of the large land-owners of the region. No more was needed and, shortly after, they declared the unilateral secession of the Republic of California.;;;;;;;;;;;;x -EVTDESC110060_NEWS_MEDIUM;Immigration issues and rising tensions with the US are at the heart of Mexico's latest rebellion. When the central government threatened expulsion from the territory, California's wealthy American immigrants decide to have none of it and declared unilateral secession, flying high the Grizzly Bear flag of the new republic.;;;;;;;;;;;;x -EVTDESC110060_NEWS_SHORT;Tension with the US in on the rise again in Mexico where immigration disputes between California's immigrants and the central government motivated the former to secede from the latter.;;;;;;;;;;;;x -EVTNAME110078_NEWS_TITLE;Jack the Ripper;;;;;;;;;;;;x -EVTDESC110078_NEWS_LONG;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. Targeting women from the poor parts of the city, the degenerate uses a gruesome, inhuman modus operandi, cutting their throats prior to abdominal mutilations. George Lusk of the Whitechapel Vigilance Committee received a letter titled 'From Hell' which included half of a preserved human kidney, purportedly taken from one of the victims. People are pressing Scotland Yard to answer questions and find the criminal. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;x -EVTDESC110078_NEWS_MEDIUM;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. Targeting women from the poor parts of the city, the degenerate uses a gruesome, inhuman modus operandi, cutting their throats prior to abdominal mutilations. People are pressing Scotland Yard to answer questions and find the criminal. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;x -EVTDESC110078_NEWS_SHORT;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;x -EVTNAME110042_NEWS_TITLE;Persian Constitutional Revolution;;;;;;;;;;;;x -EVTDESC110042_NEWS_LONG;A new era for the Orient begins with the recent success of the Constitutionalists in Persia. After months of strikes, protests and even some armed insurrections, the rebels have finally put enough pressure on the leadership that they cracked. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'. Greats Powers of the world welcome the country's effort while remaining wary of any possible instability it could generate in the region.;;;;;;;;;;;;x -EVTDESC110042_NEWS_MEDIUM;After months of strikes, protests and even some armed insurrections, the rebels have finally put enough pressure on the leadership that they cracked. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'.;;;;;;;;;;;;x -EVTDESC110042_NEWS_SHORT;The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$.;;;;;;;;;;;;x -EVTDESC315004_NEWS_LONG;David Livingstone was a celebrated African explorer and missionary. After many years in Africa, he was lost sight of, and it was generally believed that he was dead. James Gordon Bennett, proprietor of the New York Herald, sent the young reporter, who was afterwards known as Sir Henry M. Stanley, with an open account in search of him. After two years of searching, during which Stanley's reports -- printed in the Herald -- served to energize public interest in the exploration and conquest of Africa, the following scene took place according to Stanley's account: Preserving a calmness of exterior before the Arabs which was hard to simulate as he reached the group, Mr. Stanley said: – "Doctor Livingstone, I presume?" A smile lit up the features of the pale white man as he answered: "Yes, and I feel thankful that I am here to welcome you.";;;;;;;;;;;;;;;;;;;x -EVTDESC315004_NEWS_MEDIUM;After years missing and presumed dead, explorer and missionary David Livingstone was found alive in the village of Ujiji by Henry Morton Stanley. The reported encounter went as described: "Preserving a calmness of exterior before the Arabs which was hard to simulate as he reached the group, Mr. Stanley said: – "Doctor Livingstone, I presume?" A smile lit up the features of the pale white man as he answered: "Yes, and I feel thankful that I am here to welcome you.";;;;;;;;;;;;;;;;;;;x -EVTDESC315004_NEWS_SHORT;After years missing and presumed dead, explorer and missionary David Livingstone was found alive in the village of Ujiji by Henry Morton Stanley. Despite his best efforts, Stanley failed to convince Livingstone to leave Africa.;;;;;;;;;;;;;;;;;;;x -EVTDESC110023_NEWS_LONG;Iran, the cradle of civilization – the chickens appear to have come home to roost today as members of diplomatic circles are in general agreement that the nation of Persia can be counted among the great powers of the world. Since coming into contact with western influences years ago, the industrious people of Persia have made sweeping advances in the fields of culture, industry and military prowess and can no longer be dismissed as backward savages. Geopolitical experts have expressed concerns that the new Persia could attempt expansion through Asia and beyond.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;x -EVTDESC110023_NEWS_MEDIUM;Diplomatic circles are in agreement that Persia can be counted among the great powers of the world. The industrious Persian people have made sweeping advances in the fields of culture, industry and military and can now no longer be dismissed as filthy, backward savages.;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;x -EVTDESC110023_NEWS_SHORT;Diplomatic circles now agree that Persia can be counted among the great powers of the world. The Persian people have made sweeping advances and can no longer be dismissed as backward savages.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;x -gwar_we_win_large_title;$TAG_3_0_UPPER$ SURRENDERS!;;;;;;;;;;;;;;;;;;;x -gwar_we_win_large_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our glorious victory. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$, and in the end the result was $STRINGS_LIST_4$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -gwar_we_win_medium_title;ARMISTICE SIGNED!\n VICTORY!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -gwar_we_win_medium_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our glorious victory. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$.;;;;;;;;;;;;;;;;;;x -gwar_we_win_small_title;Victory over $TAG_3_0$!;;Sieg über $TAG_3_0$!;;;;;;;;;;;x -gwar_we_win_small_desc;$STRING_0_0$ has ended with the defeat of $TAG_3_0$.;;$STRING_0_0$ endete mit der Niederlage von $TAG_3_0$.;;;;;;;;;;;x -gwar_we_lose_large_title;A SHAMEFUL DAY.\nPEACE WITH $TAG_2_0_UPPER$ SIGNED!;;EIN TAG DER SCHANDE.\nFRIEDEN MIT $TAG_2_0_UPPER$ UNTERZEICHNET!;;;;;;;;;;;x -gwar_we_lose_large_desc;On $DATE_LONG_1$ the Great war against $TAG_2_0$ ended in our shameful defeat. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$, and in the end the result was $STRINGS_LIST_4$.;;Am $DATE_LONG_1$ endete der Krieg gegen $TAG_2_0$ mit unserer schändlichen Niederlage. Der Krieg, $STRING_0_0$, wütete von $DATE_SHORT_0$ über $STRING_9_0$ und am Ende stand $STRINGS_LIST_4$.;;;;;;;;;;;x -gwar_we_lose_medium_title;PEACE WITH $TAG_2_0_UPPER$!;;FRIEDEN MIT $TAG_2_0_UPPER$!;;;;;;;;;;;x -gwar_we_lose_medium_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our shameful defeat. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$.;;Am $DATE_LONG_1$ endete der Krieg zwischen $TAG_0_0$ und $TAG_1_0$ mit unserem Sieg. Der Krieg, bekannt als $STRING_0_0$, wütete von $DATE_SHORT_0$ über $STRING_9_0$.;;;;;;;;;;;x -gwar_we_lose_small_title;Peace with $TAG_2_0$;;Frieden mit $TAG_2_0$;;;;;;;;;;;x -gwar_we_lose_small_desc;$STRING_0_0$ has ended with our defeat at the hands of $TAG_2_0$;;$STRING_0_0$ endete mit unserer Niederlage durch $TAG_2_0$;;;;;;;;;;;x -war_we_win_large_title;ARMISTICE SIGNED!\n $TAG_3_0_UPPER$ SURRENDERS;;WAFFENRUHE!\n $TAG_3_0_UPPER$ GIBT AUF;;;;;;;;;;;x -EVTDESC900009_NEWS_MEDIUM;Tripoli is riddled by Ottoman soldiers corpses as the Italian forces declare victory over the Sultan's Empire. Libya is being unilaterally annexed by Italy after a crisis and ultimatum by the Italian government led to hostilities breaking out, following the Ottoman refusal to hand over the territory. The scramble for Africa becomes fiercer by the day.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900009_NEWS_SHORT;Tripoli is riddled by Ottoman soldiers corpses as the Italian forces declare victory over the Sultan's Empire. Libya is being unilaterally annexed by Italy after a crisis and ultimatum by the Italian government led to hostilities breaking out.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900008_NEWS_MEDIUM;The Turks have backed down and agreed to grant Italy full control over Libya. The race for Africa becomes fiercer as every Great Power vies for a piece of the continent.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900008_NEWS_SHORT;The Turks have backed down and agreed to grant Italy full control over Libya. The race for Africa becomes fiercer as every Great Power vies for a piece of the continent.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC34700_NEWS_LONG;In 1837, Albert Lortzing's best known opera, Zar und Zimmermann (Czar and Carpenter) premièred in Leipzig. Lortzing is regarded as the father of the German comedic opera, the counterpart of the romantic opera. Zar und Zimmerman's premiere wasn't received very warmly by the audience in Leipzig, but subsequent performances in Berlin and other stages of Germany were far more successful. The opera tells the story of Tsar Peter the Great travelling through Germany, Holland and England to gain knowledge of the western culture and technology in disguise of a carpenter.;;;;;;;;;;;;x,,,, -EVTDESC10221_NEWS_LONG;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the $COUNTRY_ADJ$ government suggest that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;x,,,, -EVTDESC10221_NEWS_MEDIUM;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, as well as secret ballots and a fair distribution of constituencies.;;;;;;;;;;;;x,,,,,, -EVTDESC10221_NEWS_SHORT;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately.;;;;;;;;;;;;x,,,,,,, -EVTDESC81002213_NEWS_LONG;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. Titanic began sinking bow-first, with water spilling from compartment to compartment as her angle in the water became steeper. Titanic only had enough lifeboats to carry about half of those on board. The death toll, reaching more than 1,500 people, is the biggest in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC81002213_NEWS_MEDIUM;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. The death toll, reaching more than 1,500 people, is the biggest in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC81002213_NEWS_SHORT;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. The death toll, reaching more than 1,500 people, is the biggest in history.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10225_NEWS_LONG;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,, -EVTDESC10225_NEWS_MEDIUM;The Hungarian Diet has grown increasingly independent of Austrian rule. Field Marshall Count von Lamberg was sent to Hungary to take control over their armies. The Hungarians refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC10225_NEWS_SHORT;The Hungarians refused to obey and order from the $COUNTRY_ADJ$ government to surrender control of their armies, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC10228_NEWS_LONG;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals, they say, and thus prevent $COUNTRY$ from the unpleasant prospect of $CAPITAL$ being overtaken by rebels.;;;;;;;;;;;;x,,,,, -EVTDESC10228_NEWS_MEDIUM;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution with more liberal concessions before it's too late.;;;;;;;;;;;;x,,,,,,, -EVTDESC10228_NEWS_SHORT;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late.;;;;;;;;;;;;x,,,,,,, -EVTDESC10229_NEWS_LONG;With the $COUNTRY_ADJ$ people seemingly ready to break down the government's doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving it to them. Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... or so he appears to assume.;;;;;;;;;;;;x,,,, -EVTDESC10229_NEWS_MEDIUM;With the $COUNTRY_ADJ$ people seemingly ready to break down the government's doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;x,,,,,, -EVTDESC10229_NEWS_SHORT;With the $COUNTRY_ADJ$ people demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;x,,,,,,, -EVTNAME13021_NEWS_TITLE;$COUNTRY_ADJ$ Missionaries Executed;;;;;;;;;;;;x,,,,,,,, -EVTDESC13021_NEWS_LONG;A number of $COUNTRY_ADJ$ missionaries have been summarily executed in $FROMCOUNTRY$, without trial-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and though $FROMCOUNTRY$ has made it very clear that all outsiders are unwelcome in their nation the $COUNTRY_ADJ$ public is understandably still enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it-- the missionaries new the risks, after all.;;;;;;;;;;;;x,,,, -EVTDESC13021_NEWS_MEDIUM;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged.;;;;;;;;;;;;x,,,,,,, -EVTDESC13021_NEWS_SHORT;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners.;;;;;;;;;;;;x,,,,,,,, -EVTNAME13201_NEWS_TITLE;$COUNTRY_ADJ$ Mission Under Siege!;;;;;;;;;;;;x,,,,,,,, -EVTDESC13201_NEWS_LONG;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown the $COUNTRY_ADJ$ ambassador out of $FROMCOUNTRY$, claiming that the $COUNTRY_ADJ$ barbarians behave unacceptably and in contrary to $FROMCOUNTRY_ADJ$ traditions. This affair is developing into an enormous loss of international face, one which many in the $COUNTRY_ADJ$ government believe can only be avoided through a formal declaration of war against $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,, -EVTDESC13201_NEWS_MEDIUM;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador, claiming that the foreign barbarians behave unacceptably and in contrary to their traditions.;;;;;;;;;;;;x,,,,,, -EVTDESC13201_NEWS_SHORT;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador.;;;;;;;;;;;;x,,,,,,, -EVTNAME37711_NEWS_TITLE;The Carlist War;;;;;;;;;;;;x,,,,,,,, -EVTDESC37711_NEWS_LONG;The death of Spain's King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory-- something liberals say simply cannot be done.;;;;;;;;;;;;x,,,,,, -EVTDESC37711_NEWS_MEDIUM;The death of Spain's King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and restore the Spanish Empire to glory.;;;;;;;;;;;;x,,,,,,, -EVTDESC37711_NEWS_SHORT;The death of Spain's King Ferdinand in 1833 and the ascension of Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the Infante Carlos.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37713_NEWS_LONG;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are rumored to be busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be an easy task.;;;;;;;;;;;;x,,,,,,, -EVTDESC37713_NEWS_MEDIUM;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are calling for the overthrow of the Spanish government.;;;;;;;;;;;;x,,,,,,, -EVTDESC37713_NEWS_SHORT;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a rebel cell having been established.;;;;;;;;;;;;x,,,,,,, -EVTDESC37717_NEWS_LONG;The supporters of Spain's former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne. The cell is reportedly well-hidden, and rooting them out will not be easy an easy task for the Spanish government.;;;;;;;;;;;;x,,,,,, -EVTDESC37717_NEWS_MEDIUM;The supporters of Spain's former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;x,,,,,,, -EVTDESC37717_NEWS_SHORT;There are new reports from Spain of rebel Christinos gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37720_NEWS_LONG;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected—either Isabella's heir, Prince Alfonso, the moderate Prince Leopold of Hohenzollern, or the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;x, -EVTDESC37720_NEWS_MEDIUM;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;x,,,,,,, -EVTDESC37720_NEWS_SHORT;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain, forcing her into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;x,,,,,,, -EVTDESC37725_NEWS_LONG;The Hohenzollern King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37725_NEWS_MEDIUM;King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37725_NEWS_SHORT;King Leopold of Spain, controversial since his ascension to the throne, was shot dead after arriving in Madrid. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_LONG;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_MEDIUM;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_SHORT;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37735_NEWS_MEDIUM;After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup, the Republican army has declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella II-- and named him King of Spain.;;;;;;;;;;;;x,,,,,, -EVTDESC37735_NEWS_SHORT;The Spanish Republican army has overthrown the government and declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella-- naming him King of Spain.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37741_NEWS_LONG;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire. To many, this heralds the passing of $FROMCOUNTRY$ as a colonial power—and the ushering in of America as a new one.;;;;;;;;;;;;x,,,,,, -EVTDESC37741_NEWS_MEDIUM;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire.;;;;;;;;;;;;x,,,,,,, -EVTDESC37741_NEWS_SHORT;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC97151_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some Spanish advisors are pushing the government to assert its authority over its old colony as a means of regaining lost glory.;;;;;;;;;;;;x,,,,,, -EVTDESC97151_NEWS_MEDIUM;According to reports, an incident in $FROMCOUNTRY$ came to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology. They have done so, but some advisors are pushing to regain lost glory through war.;;;;;;;;;;;;x,,,,,, -EVTDESC97151_NEWS_SHORT;An incident in $FROMCOUNTRY$ has resulted in the $FROMCOUNTRY_ADJ$ government issuing a full apology to Spain, but some Spanish advisors are pushing to regain lost glory through war.;;;;;;;;;;;;x,,,,,,, -EVTDESC97152_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If they do not react in kind, they will lose a great deal of credibility.;;;;;;;;;;;;x,,,,, -EVTDESC97152_NEWS_MEDIUM;According to reports, a fight broke out in $FROMCOUNTRY$ between Spanish nationals and a group of locals. Predictably, $FROMCOUNTRY$ has refused to apologize to Spain over the matter. This is a direct challenge to Spanish authority from a former colony.;;;;;;;;;;;;x,,,,,, -EVTDESC97152_NEWS_SHORT;A conflict between locals and Spanish nationals has resulted in $FROMCOUNTRY$ refusing to apologize to Spain over the matter. This is an insult to Spain from a former colony.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97175_NEWS_LONG;The rebellion in $STATENAME$ has been going on unchecked for far too long, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their independence from $COUNTRY_ADJ$ rule... and while that isn't yet a claim to be taken seriously, as $STATENAME$'s state of chaos is still far too widespread, it's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;x,,, -EVTDESC97175_NEWS_MEDIUM;The rebellion in $STATENAME$ has been going on unchecked, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. It's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;x,,,,, -EVTDESC97175_NEWS_SHORT;The rebellion in $STATENAME$ has been going unchecked, and observers claim that $COUNTRY$ in danger of losing control of the colony entirely. If so, it would be an embarrassment to $COUNTRY_ADJ$ prestige.;;;;;;;;;;;;x,,,,,, -EVTNAME97055_NEWS_TITLE;End of the Peru-Bolivian Confederation?;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97055_NEWS_LONG;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;;x,,,,,, -EVTDESC97055_NEWS_MEDIUM;Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97055_NEWS_SHORT;Citizens in $COUNTRY$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97060_NEWS_LONG;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;;x,,,,, -EVTDESC97060_NEWS_MEDIUM;After years of hostile relations with Uruguay, the rebel leader of the liberal Colorados has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97060_NEWS_SHORT;The rebel leader of the liberal Colorados in Uruguay has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally once again.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME97070_NEWS_TITLE;A Dictator in Ecuador;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97070_NEWS_LONG;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') has angered a great number of the country's liberal populace.;;;;;;;;;;;;;x,,,,, -EVTDESC97070_NEWS_MEDIUM;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power.;;;;;;;;;;;;;x,,,,,, -EVTDESC97070_NEWS_SHORT;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by annulling the 1835 constitution.;;;;;;;;;;;;;x,,,,,, -EVTDESC97075_NEWS_LONG;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,, -EVTDESC97075_NEWS_MEDIUM;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,, -EVTDESC97075_NEWS_SHORT;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,,,, -EVTNAME46610_NEWS_TITLE;Argentine Civil War Looms;;;;;;;;;;;;x,,,,,,,, -EVTDESC46610_NEWS_LONG;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded that it submit to liberal demands for a new constitution. There are hints that neighboring governments might support Urquiza, and that should he rise up in rebellion they will intervene on his behalf. President Rosas will have to determine whether he should submit or fight a civil war against Urquiza and possibly others.;;;;;;;;;;;;x,,,,, -EVTDESC46610_NEWS_MEDIUM;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution. There are hints that neighboring governments might intervene on Urquiza`s behalf if he rebels.;;;;;;;;;;;;x,,,,,, -EVTDESC46610_NEWS_SHORT;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution.;;;;;;;;;;;;x,,,,,, -EVTDESC46611_NEWS_MEDIUM;With Rosas unable to defeat the Entre Rios rebellion, he has been forced to flee Argentina and General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution and created an Argentine Republic.;;;;;;;;;;;;x,,,,,, -EVTDESC46611_NEWS_SHORT;With Rosas unable to defeat the rebellion, he has been forced to flee Argentina. General Urquiza met with liberals in Santa Fe, drawing up a new constitution to create an Argentine Republic.;;;;;;;;;;;;x,,,,,, -kiel_canal_NEWS_LONG;A combination of commercial and naval interests have led $TAG0_0$ to the idea of constructing an artificial waterway that'd allow vessels to travel between the Baltic and North Seas without having to circumnavigate the stormy seas around Jutland. The 61 miles long canal is being built and is expected to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries, and proves that nation's greatness can be achieved through manufacture, trade and engineering rather than through war and conquest.;;;;;;;;;;;;x,,,,,,,, -kiel_canal_NEWS_MEDIUM;The 61 miles long canal is being built and is expected to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries, and proves that nation's greatness can be achieved through manufacture, trade and engineering rather than through war and conquest.;;;;;;;;;;;;x,,,,,,,, -kiel_canal_NEWS_SHORT;The 61 miles long Kiel Canal is being built and it is expect to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries.;;;;;;;;;;;;x,,,,,,,, -suez_canal_NEWS_LONG;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig the Isthmus of Suez. A true marvel of modern engineering, the 102 miles long and 26 feet deep planned Suez Canal is expected to become one of the world's most active shipping lanes, driving down freight costs and bolstering commerce world-wide. 'Shipping fees will never return the costs of maintenance, the route around Africa will remain dominant', sceptics claim in an attempt to diminish the importance of this development.;;;;;;;;;;;;x,,,,, -suez_canal_NEWS_MEDIUM;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig the Isthmus of Suez. A true marvel of modern engineering, the 102 miles long and 26 feet deep planned Suez Canal is expected to become one of the world's most active shipping lanes.;;;;;;;;;;;;x,,,,, -suez_canal_NEWS_SHORT;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig for the planned 102 miles long and 26 feet deep canal across the Isthmus of Suez.;;;;;;;;;;;;x,,,,, -panama_canal_NEWS_LONG;The beginning of the construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level with some of the most intricate locks on both ends. It will be built in one of the most unhealthy areas of the entire world, so it's as much a monument to modern engineering as to modern medicine. The canal is expected to quickly become an important conduit to international maritime commerce, experts also claim it to offer great strategic advantage to its controller in times of war.;;;;;;;;;;x,,,,, -panama_canal_NEWS_MEDIUM;The beginning of the construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level. To be built in one of most unhealthy places it's a monument to modern engineering as well as medicine.;;;;;;;;;;x,,,,, -panama_canal_NEWS_SHORT;The construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level with some of the most intricate locks on both ends.;;;;;;;;;;x,,,,, -EVTDESC36966_NEWS_LONG;$COUNTRY$ outlawed the slave trade many years ago, but it continues in many African nations-- the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. $COUNTRY$ recently sent ships in to liberate the natives of Lagos, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;x,,,, -EVTDESC36966_NEWS_MEDIUM;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;x,,,,,, -EVTDESC36966_NEWS_SHORT;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment.;;;;;;;;;;;;x,,,,,,, -EVTNAME36961_NEWS_TITLE;The Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,, -EVTDESC36961_NEWS_LONG;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$, resulting in an exchange of sorts-- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$... effectively surrendering their presence in the Ashanti Gold Coast region.;;;;;;;;;;;;x,,,,,, -EVTDESC36961_NEWS_MEDIUM;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$ -- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC36961_NEWS_SHORT;$COUNTRY$ has agreed to relinquish influence in Indonesia, while $FROMCOUNTRY$ has agreed to turn over the Gold Coast province of Sekondi to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTNAME36955_NEWS_TITLE;The Burmese Conflict;;;;;;;;;;;;x,,,,,,,, -EVTDESC36955_NEWS_LONG;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige—they will be forced to follow through with a war against a country that has been, up until now, a staunch British ally.;;;;;;;;;;;;x,,, -EVTDESC36955_NEWS_MEDIUM;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;x,,,,,, -EVTDESC36955_NEWS_SHORT;A British Commodore who was recently dispatched to Burma to negotiate several matters has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;x,,,,,,,, -EVTNAME95656_NEWS_TITLE;Treaty With $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,, -EVTDESC95656_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely a territorial grant, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,, -EVTDESC95656_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC95656_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;x,,,,,,, -EVTNAME96006_NEWS_TITLE;$COUNTRY$ Near Total Collapse!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96006_NEWS_LONG;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Much of the country is under enemy occupation, and the populace even in the free areas is suffering greatly from massive shortages. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now. 'This is a dark day for $COUNTRY$,' said one official. 'We are beyond a state of emergency. The situation is simply hopeless for us. If our allies do not come to our aid soon, we are lost.';;;;;;;;;;;;;x,,, -EVTDESC96006_NEWS_MEDIUM;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now.;;;;;;;;;;;;;x,,,,,, -EVTDESC96006_NEWS_SHORT;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96010_NEWS_LONG;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a treaty had been reached with the $COUNTRY_ADJ$ government. '$COUNTRY$ will be dismantled,' one official relayed. 'Their sins shall be forgiven, but in return they will give up all their colonial holdings, shall release any sovereign states within their borders and return any foreign lands under $COUNTRY_ADJ$ occupation. We seek to ensure that $COUNTRY$ is in no way able to threaten world peace once more.';;;;;;;;;;;;;x,,,, -EVTDESC96010_NEWS_MEDIUM;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that an accord had finally been reached with the $COUNTRY_ADJ$ government, resulting in the dismantling of $COUNTRY$ and all its holdings.;;;;;;;;;;;;;x,,,,,, -EVTDESC96010_NEWS_SHORT;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a peace treaty had finally been reached with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTNAME96085_NEWS_TITLE;$COUNTRY_ADJ$ Democracy;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96085_NEWS_LONG;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed on them by an enemy country, many are nevertheless overjoyed. 'I do not care if $COUNTRY_ADJ$ democracy comes only because $FROMCOUNTRY$ tells us to do it,' one citizen gushed. 'What matters is that now I can vote.';;;;;;;;;;;;;x,,,,, -EVTDESC96085_NEWS_MEDIUM;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed, many are nevertheless overjoyed.;;;;;;;;;;;;;x,,,,,, -EVTDESC96085_NEWS_SHORT;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,,, -EVTNAME96086_NEWS_TITLE;$COUNTRY_ADJ$ Fascism;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96086_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. 'They are our allies, ' said one man. 'Why would we not honor what they have done for us?';;;;;;;;;;;;;x,,, -EVTDESC96086_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;;x,,,,, -EVTDESC96086_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,, -EVTNAME96087_NEWS_TITLE;$COUNTRY_ADJ$ Communism;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96087_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. 'They are our allies, ' said one man. 'Why would we not honor what they have done for us?';;;;;;;;;;;;;x,,, -EVTDESC96087_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;;x,,,,, -EVTDESC96087_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,, -EVTNAME97606_NEWS_TITLE;Commodore Perry's Expedition;;;;;;;;;;;;x,,,,,,,, -EVTDESC97606_NEWS_LONG;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors, though this feat was only accomplished through gunboat diplomacy and the threat of war.;;;;;;;;;;;;x,,,,,, -EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors.;;;;;;;;;;;;x,,,,,,, -EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open.;;;;;;;;;;;;x,,,,,,, -EVTNAME97609_NEWS_TITLE;Japanese Surrender;;;;;;;;;;;;x,,,,,,,, -EVTDESC97609_NEWS_LONG;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met. Additionally, an indemnity will be placed upon Japan to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;x,,,,,, -EVTDESC97609_NEWS_MEDIUM;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met.;;;;;;;;;;;;x,,,,,,, -EVTDESC97609_NEWS_SHORT;The war between America and Japan has officially ended. The American government has formally concluded a treaty with the Japanese which will see their influence in the nation restored.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97617_NEWS_LONG;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the 'foreign barbarian' presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead, is a challenge to the Shogun's power, and may serve to further incite rebellion.;;;;;;;;;;;;x,,,,, -EVTDESC97617_NEWS_MEDIUM;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the 'foreign barbarian' presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead.;;;;;;;;;;;;x,,,,,,, -EVTDESC97617_NEWS_SHORT;In an unprecedented move, the Japanese Emperor-- traditionally a figurehead-- has issued an edict to expel the 'foreign barbarian' presence in Japan.;;;;;;;;;;;;x,,,,,,, -EVTDESC97630_NEWS_LONG;There are some who believe that Emperor Komei of Japan was assassinated-- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the Shogun and the Imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;x,,,,,, -EVTDESC97630_NEWS_MEDIUM;There are some who believe that Emperor Komei of Japan was assassinated. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;x,,,,,,, -EVTDESC97630_NEWS_SHORT;The recent death of Emperor Komei has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war between the Shogun and the Japanese daimyos.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_LONG;The $FROMCOUNTRY_ADJ$ clan of Japan has made a bold move: they have seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun. The coming civil war will determine once and for all where the future of Japan lies.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97646_NEWS_LONG;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;x,,,,,, -EVTDESC97646_NEWS_MEDIUM;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;x,,,,,, -EVTDESC97646_NEWS_SHORT;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace.;;;;;;;;;;;;x,,,,,,, -EVTDESC97651_NEWS_LONG;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;x,,,,,, -EVTDESC97651_NEWS_MEDIUM;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;x,,,,,, -EVTDESC97651_NEWS_SHORT;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace.;;;;;;;;;;;;x,,,,,,, -EVTDESC97665_NEWS_LONG;A growing dissatisfaction among the former samurai with the abolition of the Japanese han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,, -EVTDESC97665_NEWS_MEDIUM;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion. It has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97665_NEWS_SHORT;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion, and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,, -EVTNAME97606_NEWS_TITLE;Commodore Perry's Expedition;;;;;;;;;;;;x,,,,,,,, -EVTDESC97606_NEWS_LONG;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors, though this feat was only accomplished through gunboat diplomacy and the threat of war.;;;;;;;;;;;;x,,,,,, -EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors.;;;;;;;;;;;;x,,,,,,, -EVTDESC97606_NEWS_SHORT;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open.;;;;;;;;;;;;x,,,,,,, -EVTNAME16401_NEWS_TITLE;$FROMCOUNTRY$ Joins the FRCA;;;;;;;;;;;;x,,,,,,,, -EVTDESC16401_NEWS_LONG;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America. A constitution has been submitted, along with maps defining the state's territorial boundaries. Common opinion seems to hold it a forgone conclusion that this petition will be accepted and forever join $FROMCOUNTRY$ into the prosperous $COUNTRY_ADJ$ republic.;;;;;;;;;;;;x,,,,,, -EVTDESC16401_NEWS_MEDIUM;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America. A constitution has been submitted, along with maps defining the state's territorial boundaries.;;;;;;;;;;;;x,,,,,, -EVTDESC16401_NEWS_SHORT;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America.;;;;;;;;;;;;x,,,,,,, -EVTNAME97550_NEWS_TITLE;Civil War in Central America;;;;;;;;;;;;x,,,,,,,, -EVTDESC97550_NEWS_LONG;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,, -EVTDESC97550_NEWS_MEDIUM;The Federal Republic of Central America has been chaotic since its inception, due to a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,,, -EVTDESC97550_NEWS_SHORT;The Federal Republic of Central America has been chaotic since its inception. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,,,, -EVTNAME97560_NEWS_TITLE;End of the Federal Republic?;;;;;;;;;;;;x,,,,,,,, -EVTDESC97560_NEWS_LONG;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have. Some consider that an impossible task, though liberals argue that the government should not allow conservatives to doom the region to a future of division and internal squabbling.;;;;;;;;;;;;x,,,,,, -EVTDESC97560_NEWS_MEDIUM;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have.;;;;;;;;;;;;x,,,,,,, -EVTDESC97560_NEWS_SHORT;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved.;;;;;;;;;;;;x,,,,,,,, -EVTNAME16001_NEWS_TITLE;The American Slavery Debate;;;;;;;;;;;;x,,,,,,,, -EVTDESC16001_NEWS_LONG;The one issue that the Founding Fathers of $COUNTRY$ were never able to answer conclusively was the question concerning the status of slavery within the union. This inflamed debate has only gained traction in the years since the revolution, and it is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel that there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated into emancipation by the central power in Washington.;;;;;;;;;;;;x,,,,,, -EVTDESC16001_NEWS_MEDIUM;This debate on slavery is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated by the central government.;;;;;;;;;;;;x,,,,,,, -EVTDESC16001_NEWS_SHORT;This debate on slavery is the singular most important $COUNTRY_ADJ$ political issue, with some radical southerners feeling the only alternative to being dominated by the government is secession.;;;;;;;;;;;;x,,,,,,, -EVTDESC16010_NEWS_LONG;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. Supposedly, Brown had planned to use the arsenal's weapons to arm slaves and incite an open slave rebellion across the entire south. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue, and in some slave-states there is now even talk of secession from the Union.;;;;;;;;;;;;x -EVTDESC16010_NEWS_MEDIUM;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue.;;;;;;;;;;;;x,, -EVTDESC16010_NEWS_SHORT;$COUNTRY$: John Brown was hanged in Charles Town, Virginia, today after a failed raid on a military armory, further escalating southern tension over the slavery issue.;;;;;;;;;;;;x,,,,, -EVTDESC16020_NEWS_LONG;$COUNTRY$: Dred Scott, born a slave in Virginia, has, with the help of abolitionist legal advisers, sued his 'owner', claiming that his present residency in a free state requires his emancipation. The United States Supreme Court has not yet ruled on the case — but seems inclined to rule that the property of slave-owners are protected regardless of where in the Union the slave resides. The case has caused enormous alarm among northern abolitionists, who see it as the first step to a full extension of the institution of slavery to the whole Union.;;;;;;;;;;;;x,, -EVTDESC16020_NEWS_MEDIUM;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused alarm among northern abolitionists, who see its ruling as the first step to a full extension of slavery to the whole Union.;;;;;;;;;;;;x,,,,,, -EVTDESC16020_NEWS_SHORT;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused enormous alarm among northern abolitionists.;;;;;;;;;;;;x,,,,,,, -EVTDESC44122_NEWS_LONG;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,, -EVTDESC44122_NEWS_MEDIUM;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,, -EVTDESC44122_NEWS_SHORT;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, clearly establishing the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,,, -EVTDESC44152_NEWS_LONG;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, the British have agreed to a compromise-- splitting the land between the countries at the 49th Parallel. Any British lands held by the United States will be turned over to them, and vice-versa. Though some Americans are upset at this 'caving in' to British interests, many others are breathing a sigh of relief that war has been averted.;;;;;;;;;;;;x,,,,, -EVTDESC44152_NEWS_MEDIUM;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel. While some Americans are upset by this 'caving in' to the British, most are relieved.;;;;;;;;;;;;x,,,,,, -EVTDESC44152_NEWS_SHORT;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel.;;;;;;;;;;;;x,,,,,,, -EVTDESC44153_NEWS_LONG;The talks between the American and the British governments over the disputed Oregon Country have broken down, primarily due to the continuing calls by warmongering politicians. Neither of the options now before the Americans are very pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for eventual war with the British.;;;;;;;;;;;;x,,,,,, -EVTDESC44153_NEWS_MEDIUM;The talks between the American and the British governments over the disputed Oregon Country have broken down. Neither of the options now before the Americans are pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for war.;;;;;;;;;;;;x,,,,,,, -EVTDESC44153_NEWS_SHORT;The talks between the American and the British governments over the disputed Oregon Country have broken down. Now the Americans must give up their claims or brace for war with the British.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44154_NEWS_LONG;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by the Americans, who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war unless the British decide the colony is not worth the struggle and surrender their claims.;;;;;;;;;;;;x,,,,,, -EVTDESC44154_NEWS_MEDIUM;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, a situation recently exacerbated by the Americans who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war.;;;;;;;;;;;;x,,,,,,, -EVTDESC44154_NEWS_SHORT;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, with the Americans recently pressing their claim all the way to the 54th Parallel.;;;;;;;;;;;;x,,,,,,, -EVTDESC44826_NEWS_LONG;After a lengthy meeting in Mexico City, an agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that the claimed American territories—the entirety of New Mexico and California to the north, all the way to the Pacific coast—will be turned over to the United States. This is a clear and humiliating defeat for Mexico, and a sign that the United States is becoming a world power with which to be reckoned.;;;;;;;;;;;;x,,,,, -EVTDESC44826_NEWS_MEDIUM;An agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that Mexican frontier will be turned over to the United States-- a clear and humiliating defeat for Mexico.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44826_NEWS_SHORT;An agreement between the Mexican and American governments has been worked out to end the war between them, stating the entire Mexican frontier will be turned over to the United States.;;;;;;;;;;;;x,,,,,,, -EVTNAME44807_NEWS_TITLE;The Treaties of Velasco;;;;;;;;;;;;x,,,,,,,, -EVTDESC44807_NEWS_LONG;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory -- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. The question now falls to Mexico whether to honor the Treaties of Velasco, obtained under duress, or to refute them.;;;;;;;;;;;;x,,,, -EVTDESC44807_NEWS_MEDIUM;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory -- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;x,,,,,, -EVTDESC44807_NEWS_SHORT;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;x,,,,,, -EVTDESC44830_NEWS_MEDIUM;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;x,,,,,, -EVTDESC44830_NEWS_SHORT;Insurgents led by Benito Juárez have captured Emperor Maximilian of Mexico. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;x,,,,,,, -EVTDESC44835_NEWS_MEDIUM;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has installed Diaz as a military-backed dictator.;;;;;;;;;;;;x,,,,, -EVTDESC44835_NEWS_SHORT;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup and been installed as a military-backed dictator.;;;;;;;;;;;;x,,,,,, -EVTDESC16500_NEWS_LONG;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population-- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;x,,,,,, -EVTDESC16500_NEWS_MEDIUM;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, and have demanded a second constitutional convention and a change to a more proportional system of government based on population.;;;;;;;;;;;;x,,,,,,, -EVTDESC16500_NEWS_SHORT;$COUNTRY$: Frustrated northern delegates have demanded a second constitutional convention and a change to a more proportional system of government based on population rather than by state.;;;;;;;;;;;;x,,,,,,,, -EVTDESC16510_NEWS_LONG;A convention of northern delegates in $COUNTRY$ have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and is considering whether a peaceful resolution through negotiation is even possible. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking—and this means war.;;;;;;;;;;;;x,,,, -EVTDESC16510_NEWS_MEDIUM;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and declared war.;;;;;;;;;;;;x,,,,,, -EVTDESC16510_NEWS_SHORT;A new union has been created: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has declared this an act of traitors.;;;;;;;;;;;;x,,,,,,, -EVTDESC96110_NEWS_LONG;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control. The rulers of $COUNTRY$ are scrambling to counter this sudden return, recruiting allies against ibn Saud lest their earlier victory over his house be permanently undone.;;;;;;;;;;;;;x,,,, -EVTDESC96110_NEWS_MEDIUM;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;;x,,,,, -EVTDESC96110_NEWS_SHORT;Abdul-Aziz, scion of the House of Saud, has forged an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;;x,,,,,, -EVTNAME96120_NEWS_TITLE;The War of Arabian Domination;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96120_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Nejd.;;;;;;;;;;;;;x,,,, -EVTDESC96120_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi royal family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;;x,,,,, -EVTDESC96120_NEWS_SHORT;The head of the Rashidi royal family, rulers of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;;x,,,,,, -EVTDESC96121_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Ha'il.;;;;;;;;;;;;;x,,,, -EVTDESC96121_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;;x,,,,, -EVTDESC96121_NEWS_SHORT;The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_LONG;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about the need for a united front to contain $COUNTRY_ADJ$ aggression. There are even efforts to stir up their own citizens against them. 'Surely not all people in $COUNTRY$ agree with their government!' commented one leader. $COUNTRY$ will need to be careful, lest they face not a single enemy but that of the world's great powers united against them.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_MEDIUM;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about a united front to contain $COUNTRY_ADJ$ aggression. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_SHORT;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96136_NEWS_LONG;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. It goes without saying that their demands are extremely humiliating, involving the surrender of all conquered territories among many other things. If they do not agree, however, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;;x,,,, -EVTDESC96136_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. If they do not agree, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;;x,,,,,, -EVTDESC96136_NEWS_SHORT;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96170_NEWS_LONG;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. While the local government in Khartoum initially dismissed this man, further reports indicate the Mahdi possesses a great deal of magnetism -- and his rallying call of driving all foreign presence out of the Sudan has gained him a large following. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96170_NEWS_MEDIUM;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96170_NEWS_SHORT;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war against $COUNTRY$ to unify the tribes in western and central Sudan.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95250_NEWS_LONG;Brunei's control over its southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah'. This has made him the effective ruler, and with British influence his sultanate has become independent in truth.;;;;;;;;;;;;;x,,,, -EVTDESC95250_NEWS_MEDIUM;During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah'.;;;;;;;;;;;;;x,,,,,, -EVTDESC95250_NEWS_SHORT;An Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the rulership of Sarawak -- 'the White Rajah'.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95260_NEWS_LONG;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Talk of secession is frequent, if quiet, and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. Already the rise of a new 'Sons of Liberty' movement heralds resistance against the totalitarian American government.;;;;;;;;;;;;;x,,,,, -EVTDESC95260_NEWS_MEDIUM;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Already the rise of a new 'Sons of Liberty' movement heralds resistance against the government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95260_NEWS_SHORT;The rise of a new 'Sons of Liberty' movement in the United States heralds the first resistance against the totalitarian American government.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95076_NEWS_LONG;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$, supported by high-ranking Polish and Lithuanian officers and politicians. The eyes of all of Europe are upon $COUNTRY$, and if they deal with the insurgents too harshly it may hurt their relations with other European powers. If they do not, however, the uprising will surely spread even further.;;;;;;;;;;;;;x,,,, -EVTDESC95076_NEWS_MEDIUM;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$, supported by high-ranking Polish and Lithuanian officers and politicians.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95076_NEWS_SHORT;A spontaneous protest by young Poles over conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95200_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95200_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95200_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95201_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95201_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95201_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95205_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95205_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95205_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95210_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95210_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95210_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95215_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95215_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95215_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC36711_NEWS_LONG;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC36711_NEWS_MEDIUM;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC36711_NEWS_SHORT;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London, guaranteeing Belgium`s independence in exchange for some territorial concessions.;;;;;;;;;;;;x,,,,,, -EVTDESC36716_NEWS_LONG;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The European powers have pushed for peace and conciliation-- they wish to see that Belgium keeps what it has and be satisfied with its independence-- though the Belgian government is said to be considering territorial demands. Doing so will almost certainly anger the powers of Europe.;;;;;;;;;;;;x,,,,,,, -EVTDESC36716_NEWS_MEDIUM;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The Belgian government is said to be considering territorial demands.;;;;;;;;;;;;x,,,,,,, -EVTDESC36716_NEWS_SHORT;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch have little choice but to accept any terms they dictate.;;;;;;;;;;;;x,,,,,,, -EVTDESC44302_NEWS_LONG;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. Métis petitions for recognition of their land-holdings and institutions went unheeded. The Métis also became increasingly upset with the growing numbers of settlers from the east, invading their territories. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. Adopting the Revolutionary Bill of Rights, the Métis established their own government and independence from Canada.;;;;;;;;;;;;x,,,, -EVTDESC44302_NEWS_MEDIUM;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;x,,,,,, -EVTDESC44302_NEWS_SHORT;In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;x,,,,,,, -EVTNAME44305_NEWS_TITLE;Canadian Rebellions of $YEAR$;;;;;;;;;;;;x,,,,,,,, -EVTDESC44305_NEWS_LONG;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,, -EVTDESC44305_NEWS_MEDIUM;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC44305_NEWS_SHORT;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government.;;;;;;;;;;;;x,,,,,,, -EVTDESC44310_NEWS_LONG;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. The British government would like to see their North American colonies be more self-reliant, so is considering whether it is in their best interests to allow this union.;;;;;;;;;;;;x,,,,,, -EVTDESC44310_NEWS_MEDIUM;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government.;;;;;;;;;;;;x,,,,,,, -EVTDESC44310_NEWS_SHORT;Governors from the Maritime and Canadian colonies in North America have gathered, attempting to organize a larger confederation with an eye towards eventual self-government.;;;;;;;;;;;;x,,,,,,, -EVTNAME44320_NEWS_TITLE;The Rupert's Land Act;;;;;;;;;;;;x,,,,,,,, -EVTDESC44320_NEWS_LONG;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory between British Columbia and Ontario-- offered to the Canadian dominion. Currently the land is administered by the Hudson's Bay Company, and thus the Canadian government would be required to purchase it. Should they choose to do so, it would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;x,,,,,, -EVTDESC44320_NEWS_MEDIUM;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory-- offered to the Canadian dominion. It would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44320_NEWS_SHORT;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory-- offered to the Canadian dominion.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_LONG;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_MEDIUM;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_SHORT;A British act which would have seen Canada offered the rights to purchase all British territory from Ontario to Columbia from the Hudson's Bay Company has been defeated.;;;;;;;;;;;;x,,,,,,,, -EVTNAME44355_NEWS_TITLE;The Canadian National Railway;;;;;;;;;;;;x,,,,,,,, -EVTDESC44355_NEWS_LONG;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages — crossing the Prairies and then the treacherous Rocky Mountains -- which will be considerably more difficult. This is, according to many," the only way that Canada will remain united as a country: 'From sea to shining sea,' as promised.;;;;;;;;;;;;x",,,, -EVTDESC44355_NEWS_MEDIUM;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages — crossing the Prairies and then the treacherous Rocky Mountains -- which will be considerably more difficult.;;;;;;;;;;;;x,,,,,, -EVTDESC44355_NEWS_SHORT;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic, has been completed. Now work must begin on the next stages, which will be considerably more difficult.;;;;;;;;;;;;x,,,,, -EVTNAME32511_NEWS_TITLE;The Alaskan Purchase;;;;;;;;;;;;x,,,,,,,, -EVTDESC32511_NEWS_LONG;Distant Alaska has become a burden to the Russian government, and so recently they began quietly approaching powers around the Pacific Rim in the interest of selling it. They found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control for an undisclosed sum. Already the $COUNTRY_ADJ$ governor has arrived in Sitka to begin the new administration.;;;;;;;;;;;;x,,,,,, -EVTDESC32511_NEWS_MEDIUM;Distant Alaska has become a burden to the Russian government — now they have found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,, -EVTDESC32511_NEWS_SHORT;A deal has been concluded between Russia and $COUNTRY$ where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,, -EVTDESC80110_NEWS_LONG;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier -- agreed upon almost two hundred years ago. The Russians expressed desire for a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. This is surely a veiled threat by the Russians, capitalizing on $COUNTRY$`s perceived weakness… but the $COUNTRY_ADJ$ government knows that, if the Russians do not get what they want, it will mean war.;;;;;;;;;;;;x,,,, -EVTDESC80110_NEWS_MEDIUM;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier. The Russians expressed desire for a southern port upon the Sea of Japan, a veiled threat capitalizing on $COUNTRY$`s perceived weakness.;;;;;;;;;;;;x,,,,,,, -EVTDESC80110_NEWS_SHORT;Russia has demanded readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier, expressing desire for a southern port upon the Sea of Japan.;;;;;;;;;;;;x,,,,,,, -EVTDESC90115_NEWS_LONG;A riot by Cuban Spanish loyalists recently broke out in Havana. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbour. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,, -EVTDESC90115_NEWS_MEDIUM;The battleship USS Maine was sent to Cuba in response to fears that Americans might be endangered by riots. Not long after arriving, the Maine was rocked by an explosion, sinking the ship. American newspapers have leapt on the event, whipping up the public into a rage.;;;;;;;;;;;;;x,,,,, -EVTDESC90115_NEWS_SHORT;After the battleship USS Maine exploded and sank in the Havana harbour, American newspapers have leapt on the event and called for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90904_NEWS_LONG;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. The $FROMCOUNTRY$ people have always been more accepting of western ways, to the point where they are now considered to be on par with civilized nations—unlike $COUNTRY$ itself. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not simply allow them to chart their own course.;;;;;;;;;;;;;x,,,,,, -EVTDESC90904_NEWS_MEDIUM;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not allow them to chart their own course.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90904_NEWS_SHORT;$FROMCOUNTRY$ has thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided $COUNTRY$ does not allow them to go free.;;;;;;;;;;;;;x,,,,,,, -EVTNAME98008_NEWS_TITLE;Attempted Coup in $COUNTRY$!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98008_NEWS_LONG;A group of Czech radical democrats attempted to overthrow the $COUNTRY_ADJ$ government in a coup. The plot, however, did not succeed and was-- according to the $COUNTRY_ADJ$ authorities-- regarded only as a 'local attempt by a few misguided townsmen'. Further interviews revealed, however, that the actions of those 'misguided townsmen' have already inspired others to rise up in demand of freedom. Will their cause succeed? Only time will tell.;;;;;;;;;;;;;x,,,, -EVTDESC98008_NEWS_MEDIUM;Czech radical democrats attempted to coup the $COUNTRY_ADJ$ government. According to authorities the 'local attempt by a few misguided townsmen' did not succeed but further interviews revealed that those 'misguided' may have inspired others to rise up in demand of freedom.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98008_NEWS_SHORT;An attempt of Czech radical democrats - 'a few misguided townsmen', according to authorities - to overthrow the $COUNTRY_ADJ$ government did fail, but may have inspired others to rise up.;;;;;;;;;;;;;x,,,,,, -EVTNAME90016_NEWS_TITLE;$COUNTRY_ADJ$ Heir Assassinated!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90016_NEWS_LONG;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ and one of the most prominent members of $COUNTRY_ADJ$ aristocracy, has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. Interviews with $COUNTRY_ADJ$ authorities revealed that there are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event. A war with Serbia now does seem rather likely.;;;;;;;;;;;;;x,,,,, -EVTDESC90016_NEWS_MEDIUM;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a group of Serbian nationalists who seek to rejoin with the Serbian nation. There are suspicions that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90016_NEWS_SHORT;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a Serbian nationalist group seeking to rejoin with the Serbian nation. Suspicions are that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;;x,,,,,,, -EVTNAME90017_NEWS_TITLE;The Hungarian Question;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90017_NEWS_LONG;Many nations in the world have at least one minority group that claim their own cultural or national heritage. In these changing times some merely seek more political autonomy, whilst others want full-scale independence ? even through violent means. With the recent unrest in Hungarian lands, the local Hungarian government has now demanded greater autonomy from $COUNTRY_ADJ$ rule. One has to ask if a nation like $COUNTRY$ should truly become so bitterly divided between its ethnic groups that only a formal division can bring an end to its inner conflicts? ;;;;;;;;;;;;;x,,,,,, -EVTDESC90017_NEWS_MEDIUM;Cultural minority groups increasingly want political autonomy or full-scale independence ? even through violent means. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule. Should $COUNTRY$ truly become divided between its ethnic groups?;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90017_NEWS_SHORT;Cultural minority groups increasingly want political autonomy or even full-scale independence. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC38505_NEWS_LONG;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,, -EVTDESC38505_NEWS_MEDIUM;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The resulting decree is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,,, -EVTDESC38505_NEWS_SHORT;The Sultan of Oman`s death has left him with two heirs claiming the throne. The result is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97000_NEWS_LONG;A growing dissatisfaction with the ruling government among Portugal's poor has grown into rebellion, spurred on by popular discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion -- which has a large contingent of peasant women among its supporters -- and which has been co-opted by revolutionaries in emulation of the rebellions elsewhere in Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97000_NEWS_MEDIUM;Dissatisfaction with Portugal`s government has grown into rebellion, spurred on by discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion.;;;;;;;;;;;;;x,,,,,, -EVTDESC97000_NEWS_SHORT;Dissatisfaction with Portugal`s government has grown into a rebellion. The instigator of the initial riots is a woman named Maria, and her nickname has come to represent the rebellion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97003_NEWS_LONG;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on Portugal's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;;x,,,,, -EVTDESC97003_NEWS_MEDIUM;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by the Duke of Saldanha. This has served to spur on Portugal`s liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;;x,,,,,, -EVTDESC97003_NEWS_SHORT;Reacting to the spreading revolts in Portugal, Queen Maria II has angered liberals by suspending the constitution and installing a reactionary government presided over by the Duke of Saldanha.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97015_NEWS_LONG;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;;x,, -EVTDESC97015_NEWS_MEDIUM;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain as their carriage was fired upon by republican activists. Manuel, the king's youngest son, has been acclaimed as the new King of Portugal.;;;;;;;;;;;;;x,,,,, -EVTDESC97015_NEWS_SHORT;Upon returning from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain by republican activists. Manuel, the king's youngest son, has been acclaimed the new King.;;;;;;;;;;;;;x,,,,, -EVTDESC97020_NEWS_LONG;With the Portuguese monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in Lisbon. Members of the Carbonária, republican youth, and elements of the army instigated a coup d'état in the palace. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;;x,,,, -EVTDESC97020_NEWS_MEDIUM;Members of the Carbonária, republican youth, and elements of the army have overthrown the Portuguese monarchy in a coup d'état. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;;x,,,,, -EVTDESC97020_NEWS_SHORT;Members of the Carbonária have overthrown the Portuguese monarchy in a coup d'état. King Manuel and his family escaped for exile to England, and a new Portuguese Republic has been declared.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97116_NEWS_LONG;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the Panjabi princes struggling to maintain power. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,, -EVTDESC97116_NEWS_MEDIUM;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire and caused much infighting among the Panjabi princes. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,,,, -EVTDESC97116_NEWS_SHORT;With the death of Ranjit Singh, infighting among the Panjabi princes has erupted. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,,,, -EVTDESC90038_NEWS_SHORT;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98206_NEWS_MEDIUM;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River. The Boers won a decisive victory, and have now carved out a new colony -- with the only question remaining whether the British will recognize their independence.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98206_NEWS_SHORT;The Boer encroachment into Zulu lands has provoked the Battle of Blood River. The Boers won a decisive victory, and now the question is whether the British will recognize their independence.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98207_NEWS_LONG;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to British ambitions in Africa.;;;;;;;;;;;;;x,,,,, -EVTDESC98207_NEWS_MEDIUM;The Boers which have trekked into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98207_NEWS_SHORT;The Boers which have trekked into Zulu lands have reached a settlement with the natives and staked out permanent borders for the Natalia Republic — which the British consider to be subjects.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98210_NEWS_LONG;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military forces, and the British government in Cape Town has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way, regardless of the blow to British prestige.;;;;;;;;;;;;;x,,,,, -EVTDESC98210_NEWS_MEDIUM;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98210_NEWS_SHORT;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98230_NEWS_LONG;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in $COUNTRY_ADJ$ territory ('uitlanders', as they are called). While $COUNTRY_ADJ$ independence is a foregone conclusion, they are deciding whether they wish future conflict with the British.;;;;;;;;;;;;;x,,,,, -EVTDESC98230_NEWS_MEDIUM;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreign workers.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98230_NEWS_SHORT;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of their independence from colonial rule.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98245_NEWS_LONG;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and thus the Boer resistance has proven embarrassing. If they do not answer this with force, it will harm British prestige.;;;;;;;;;;;;;x,,,,, -EVTDESC98245_NEWS_MEDIUM;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98245_NEWS_SHORT;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98247_NEWS_LONG;The Boers have proven far more resilient than the world would ever have thought possible, and now the British face the humiliating prospect of surrendering the Cape Colony to them. It seems they have little choice, with the war going so poorly and Cape Town already occupied. Preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,, -EVTDESC98247_NEWS_MEDIUM;The Boers have proven far more resilient than the world would ever have thought possible, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98247_NEWS_SHORT;The Boers have proven far more resilient than expected, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,,, -EVTDESC80127_NEWS_SHORT;A revolt in the Chinese province of $COUNTRY$ has been successful as the rebel leader confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments, as usual.;;;;;;;;;;;;x,,,,,,, -EVTDESC85000_NEWS_LONG;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux -- head of the fledgling Korean Catholic Church -- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vassal which then launched a punitive expedition with the support of the French consul in Peking.;;;;;;;;;;;;x,,,,,, -EVTDESC85000_NEWS_MEDIUM;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans. One surviving priest relayed his tale to a French war vassal, which then launched a punitive expedition against the Koreans.;;;;;;;;;;;;x,,,,,, -EVTDESC85000_NEWS_SHORT;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans.;;;;;;;;;;;;x,,,,,,, -EVTDESC85010_NEWS_LONG;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home-- but word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,, -EVTDESC85010_NEWS_MEDIUM;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was fired on by a coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire-- and word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,,, -EVTDESC85010_NEWS_SHORT;A $COUNTRY_ADJ$ vessel, damaged by a storm, was fired on by a coastal Korean fortress. Word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,,,, -EVTDESC85020_NEWS_LONG;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presences. $COUNTRY$ will need to move quickly if they wish to prevent these rebels from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;x,,,,,, -EVTDESC85020_NEWS_MEDIUM;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes to rid the country of Japanese and other foreign presences.;;;;;;;;;;;;x,,,,,,, -EVTDESC85020_NEWS_SHORT;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology.;;;;;;;;;;;;x,,,,,,, -EVTDESC85028_NEWS_LONG;Responding to rumors of $COUNTRY$'s intended intervention in Korea, $FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation. $COUNTRY_ADJ$ forces are massing on the border, possibly indicating war to come.;;;;;;;;;;;;x,,,, -EVTDESC85028_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ forces recently entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation.;;;;;;;;;;;;x,,,,,, -EVTDESC85028_NEWS_SHORT;$FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal.;;;;;;;;;;;;x,,,,,,, -EVTDESC98620_NEWS_LONG;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen -- men influenced by the ideals of the French Revolution who are advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities. This, they say, will help stem the tide of decay in the Empire.;;;;;;;;;;;;x,,,,, -EVTDESC98620_NEWS_MEDIUM;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen-- advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;x,,,,,,, -EVTDESC98620_NEWS_SHORT;An intellectual class known as the Young Ottomans has arisen in the Ottoman Empire -- advocating secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98626_NEWS_LONG;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force -- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;x,,,,, -EVTDESC98626_NEWS_MEDIUM;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While some say such action will only foster more unrest, others are all too aware that failing to do so will make the Sultan look weak.;;;;;;;;;;;;x,,,,,,, -EVTDESC98626_NEWS_SHORT;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution as a desperate bid to restore order.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98636_NEWS_MEDIUM;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline.;;;;;;;;;;;;x,,,,,, -EVTDESC98636_NEWS_SHORT;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic.;;;;;;;;;;;;x,,,,,,, -EVTDESC98640_NEWS_SHORT;The Ottoman monarchy has been overthrown, and now $COUNTRY$ stands in its place. An Empire formed of diverse cultures has been set aside in favor of a nation built for the Turkish people.;;;;;;;;;;;;x,,,,,,, -EVTDESC97503_NEWS_LONG;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine -- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca. The Russians consider this a breach of the treaty and a threat to Russian interests in the Holy Land.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97503_NEWS_MEDIUM;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine -- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97503_NEWS_SHORT;The French government has pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine—authority which has traditionally rested with Russia.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97510_NEWS_LONG;The powers of Europe have met in Paris to settle the recent matter of the Crimean War — considered by many to be a punishment of Russia for its stalled invasion of the Ottoman Empire. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;x,,,,,, -EVTDESC97510_NEWS_MEDIUM;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;x,,,,,, -EVTDESC97510_NEWS_SHORT;The powers of Europe have met in Paris to settle the recent matter of the Crimean War: Russia has suffered a humiliating defeat, and must now surrender both influence and prestige.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_LONG;Russian victory in the recent Crimean War has meant the Russians could dictate the terms of a peace treaty — and so they have. After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over both the Ottoman Empire and the Holy Land in the Levant. A clear victory for Russia.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_MEDIUM;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over the Ottoman Empire. A clear victory for Russia.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_SHORT;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see Russians firmly placed in a dominant position over both the Ottoman Empire and a newly-freed Romania.;;;;;;;;;;;;x,,,,,,, -EVTDESC95616_NEWS_LONG;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should $COUNTRY$ choose not to upset the balance of power in the region so drastically, they may find $FROMCOUNTRY$ soon taken from their control and turned into a target for another power's expansion.;;;;;;;;;;;;x,,,,,, -EVTDESC95616_NEWS_MEDIUM;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should they choose not to do so, they may find $FROMCOUNTRY$ soon taken from their control.;;;;;;;;;;;;x,,,,,, -EVTDESC95616_NEWS_SHORT;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is considering taking direct control of the country.;;;;;;;;;;;;x,,,,,,, -EVTDESC95613_NEWS_LONG;As tensions are rising in Central Asia, several $FROMCOUNTRY_ADJ$ soldiers accidentally crossed the $COUNTRY_ADJ$ border. $COUNTRY_ADJ$ soldiers were killed, and even more were wounded. Though the $FROMCOUNTRY_ADJ$ government is apologetic, voices in $CAPITAL$ are calling to move in and assume control of their country. How such an action would affect the stability in the region is anyone's guess.;;;;;;;;;;;;x,,,,, -EVTDESC95613_NEWS_MEDIUM;Tensions are rising in Central Asia as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to move in and assume control of the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,, -EVTDESC95613_NEWS_SHORT;Tensions are rising as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to take action.;;;;;;;;;;;;x,,,,,,, -EVTDESC10400_NEWS_LONG;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsman fired his musket on the citizens and set off a massacre. The resulting conflagration swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic.;;;;;;;;;;;;x,,,, -EVTDESC10400_NEWS_MEDIUM;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. Despite assurances that everything is under control, the king abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;x,,,,,, -EVTDESC10400_NEWS_SHORT;After months of unrest sweeping through Paris, the King of France abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;x,,,,,,, -EVTDESC10405_NEWS_MEDIUM;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has overthrown the French government. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,, -EVTDESC10405_NEWS_SHORT;The popular Louis-Napoleon has overthrown the French government and been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,,, -EVTDESC10410_NEWS_LONG;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbours. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;x,,,,, -EVTDESC10410_NEWS_MEDIUM;The popularity of Louis-Napoleon has waned. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;x,,,,,, -EVTDESC10410_NEWS_SHORT;Emperor Napoleon III of France has been deposed by his enemies in Paris, and the only question remains as to what form the French government shall now take.;;;;;;;;;;;;x,,,,,,, -EVTDESC10411_NEWS_MEDIUM;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;x,,,,, -EVTDESC10411_NEWS_SHORT;The death of Napoleon III comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;x,,,,,, -EVTDESC1010011_NEWS_LONG;Troublesome reports arrive from Ireland of what appears to be a widespread shortage in agricultural products gripping the territory and establishing a situation of famine among the population. While reports vary as to the severity of the situation, tales of entire harvests of potato being rendered useless by the potato blight illness set the stage for what some are dubbing 'the beginning of a calamity' due to the tuber's importance in the Irish diet. $COUNTRY$ response to the reports has so far been indecisive, and many wonder how the situation will evolve.;;;;;;;;;;;;x,,,,,, -EVTDESC1010011_NEWS_MEDIUM;Reports arrive from Ireland of a shortage in agricultural products establishing a famine in the island, with tales of entire harvests of potato being rendered useless. $COUNTRY$ response to the reports has so far been indecisive as many wonder how the situation will evolve.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010011_NEWS_SHORT;Reports come from Ireland of a shortage in agricultural products causing a famine in the island. With tales of entire harvests rendered useless, many call on the government to take action.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010015_NEWS_LONG;Tensions came to a boil in the village of Ballingary in Ireland as the famine affecting the region reaches catastrophic proportions. A group calling themselves the 'Young Irelanders' rose in rebellion against the British authorities, raising barricades and facing the police in a stand off that lasted several hours before police reinforcements lead the rebels to flee. As the manhunt for the rebel leaders continue, many are believed to have escaped to France and USA. The british government has dubbed the rebellion as 'an outrageous attempt to subvert law and order'.;;;;;;;;;;;;x,,,,,, -EVTDESC1010015_NEWS_MEDIUM;Tensions came to a boil in the village of Ballingary in Ireland where a group called the 'Young Irelanders' rose in rebellion against British authorities, facing the police in a stand off that lasted several hours before police reinforcements forced the rebels to flee.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010015_NEWS_SHORT;In Ireland, a group called the 'Young Irelanders' rose against the British authorities, facing the police in a stand off before police reinforcements forced the rebels to flee.;;;;;;;;;;;;x,,,,,, -EVTDESC1010020_NEWS_LONG;The tone among the people in Ireland has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;x,,,,, -EVTDESC1010020_NEWS_MEDIUM;Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood.;;;;;;;;;;;;x,,,,,, -EVTDESC1010020_NEWS_SHORT;Irish nationalists who immigrated to the United States founded the radical Fenian Brotherhood. Now they have formed a sister organization back home: the Irish Republican Brotherhood.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010024_NEWS_LONG;Spurred on by increased public sympathy towards the Irish Republican Brotherhood following the Easter Rising, the Sinn Féin have won a majority of seats in Ireland during the last election. They have gathered in Dublin and declared themselves Dáil Éireann, the parliament of Ireland, and demanded that Ireland be granted immediate full independence. Considering their popularity, refusing would all but certainly trigger a war... but many agree that this is not the way to a peaceful resolution, and that $COUNTRY$ should never submit to such demands.;;;;;;;;;;;;x,,,,,, -EVTDESC1010024_NEWS_MEDIUM;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and declared themselves the parliament, and demanded that Ireland be granted immediate independence. Considering their popularity, refusing would all but certainly trigger a war.;;;;;;;;;;;;x,,,,,, -EVTDESC1010024_NEWS_SHORT;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and demanded that Ireland be granted immediate independence.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010025_NEWS_LONG;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under British control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and the British should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;x,,,, -EVTDESC1010025_NEWS_MEDIUM;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;x,,,,,, -EVTDESC1010025_NEWS_SHORT;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;x,,,,,, -EVTDESC1010032_NEWS_LONG;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable.;;;;;;;;;;;;x,,,,,, -EVTDESC1010032_NEWS_MEDIUM;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament. There is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010032_NEWS_SHORT;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through British Parliament. The man is convincing law-makers who might have once deemed Home Rule unthinkable.;;;;;;;;;;;;x,,,,,,,, -EVTDESC90053_NEWS_LONG;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to Duke Christian of Glücksburg. The crown of Holstein is more problematic, however. The House of Augustenburg claims the crowns of both Schleswig and Holstein and is calling on German support. If the new constitution is signed, Schleswig-Holstein will be officially divided. If it is not, the Danish people will almost certainly rise up against their new king.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC90053_NEWS_MEDIUM;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to his heir—but the crown of Holstein does not. If the new consitution is signed, Schleswig-Holstein will be officially divided.;;;;;;;;;;;;;x,,,,,, -EVTDESC90053_NEWS_SHORT;King Frederick VII of Denmark has died and left no heir. According to the recently-drafted constitution, the crown of Schleswig would pass to his heir—but not that of Holstein.;;;;;;;;;;;;;x,,,,,,, -EVTNAME90054_NEWS_TITLE;Holstein Rebels!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90054_NEWS_LONG;The duchies of Schleswig and Holstein have long been united and considered indivisible under the Danish crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for King Frederick VII. After a plan was announced to incorporate Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south -- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;;x,,,,,, -EVTDESC90054_NEWS_MEDIUM;After a plan was announced to incorporate the Duchy of Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south -- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90054_NEWS_SHORT;After a plan was announced to incorporate Schleswig into Denmark proper, aristocrats in Holstein have rebelled and declared their intention to join with the German Confederation to the south.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_LONG;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation… and not Austria to the south. Some fear this will start a war as Austria and $COUNTRY$ vie for dominance.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_MEDIUM;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_SHORT;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME90065_NEWS_TITLE;The Congress of $CAPITAL$;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90065_NEWS_LONG;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly. Few of the attendees were pleased, the Russians in particular, and even though the Congress favored the Ottomans it remains to be seen whether they will bow to European pressure and uphold the Congress's edict.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90065_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention," ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90065_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. Ultimately it was decided that the Ottoman Empire needed to be kept strong.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90066_NEWS_LONG;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, with delegates from the Ottoman Empire also in attendance. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power. The Russian delegates were pleased, but Ottoman delegates left in a rage. It remains to be seen whether they will bow before the Congress's demands.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90066_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90066_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, deciding that stability was best even if it came at the expense of the Ottoman Empire's power.;;;;;;;;;;;;;x,,,,,,, -EVTDESC152009873_NEWS_LONG;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order. It is not yet known whether they will be successful in their attempted overthrow.;;;;;;;;;;;;x,,,,,, -EVTDESC152009873_NEWS_MEDIUM;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;x,,,,,,, -EVTDESC152009873_NEWS_SHORT;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;x,,,,,,,, -EVTNAME95641_NEWS_TITLE;French Demand Conchinchina;;;;;;;;;;;;x,,,,,,,, -EVTDESC95641_NEWS_LONG;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule — for the protection of French citizens, of course.;;;;;;;;;;;;x,,,,, -EVTDESC95641_NEWS_MEDIUM;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule — for the protection of French citizens, of course.;;;;;;;;;;;;x,,,,,, -EVTDESC95641_NEWS_SHORT;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to colonial rule.;;;;;;;;;;;;x,,,,,,, -EVTDESC98607_NEWS_LONG;As the times of change unfold many states peacefully seek to free themselves from the remaining bonds – and often chains – of their former sovereign. The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. This point also marks the beginning of a rather unforeseeable future for $FROMCOUNTRY$ as the country must now take its path without the former partner – or vassal, as the now-free people of $COUNTRY$ once called themselves.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98607_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former partner – or vassal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98607_NEWS_SHORT;$FROMCOUNTRY$ has approved the $COUNTRY_ADJ$ appeal for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – even in force if necessary. The $FROMCOUNTRY_ADJ$ government - by the threat of a war of independence - has finally given in to $COUNTRY_ADJ$ demands for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal while all men and women in $COUNTRY$ celebrate their final independence.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_MEDIUM;On the verge of a war for independence the $FROMCOUNTRY_ADJ$ government has finally given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_SHORT;$FROMCOUNTRY$ has given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;x,,,,,,,, -EVTNAME98613_NEWS_TITLE;$COUNTRY_ADJ$ Allies;;;;;;;;;;;;x,,,,,,,, -EVTDESC98613_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – in force if necessary. More than often they have to face their former sovereign alone, yet recent reports indicate that $FROMCOUNTRY$ has agreed to enter an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. It remains to be seen whether they will truly help once a war of independence begins. Diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;x,,,,,,, -EVTDESC98613_NEWS_MEDIUM;Reports indicate that $FROMCOUNTRY$ has entered an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. As their help in a war of independence remains to be seen, diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;x,,,,,,, -EVTDESC98613_NEWS_SHORT;Reports are that $FROMCOUNTRY$ has allied with $COUNTRY$ to end the ongoing $COUNTRY_ADJ$ vassalization. Diplomatic relations between the vassal state and its sovereign have deteriorated.;;;;;;;;;;;;x,,,,,,,, -EVTDESC90076_NEWS_LONG;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance once and for all or admit their power is little more than an illusion. There are those who feel that a peaceful solution is possible, and that the Egyptians might better serve as powerful allies than as implacable enemies, but that would require the Ottomans to surrender their claim to the Levant as well as be an affront to Ottoman pride.;;;;;;;;;;;;;x,,,,, -EVTDESC90076_NEWS_MEDIUM;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is little more than an illusion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90076_NEWS_SHORT;Egyptian independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is an illusion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90080_NEWS_LONG;The Turks have proven unable to retake the Levant from Egypt since the first outbreak of war many years ago, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90080_NEWS_MEDIUM;The Turks have proven unable to retake the Levant from Egypt, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90080_NEWS_SHORT;The Turks have proven unable to retake the Levant, despite all the assistance they received. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90088_NEWS_LONG;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control—while leaving them nominally independent and Muhammad Ali as Egypt`s ruler. Should the Empire refuse this offer, it`s likely the rest of Europe will turn against it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90088_NEWS_MEDIUM;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90088_NEWS_SHORT;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97110_NEWS_LONG;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union -- one powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97110_NEWS_MEDIUM;Seldom has there been any serious credence given to the idea of a single Indian union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union-- their calls have received a great deal of attention.;;;;;;;;;;;;;x,,,,,, -EVTDESC97110_NEWS_SHORT;Seldom has there been any serious credence given to the idea of a single Indian union. This has recently changed, with nationalists in $COUNTRY$ calling for Indian cultures to unite.;;;;;;;;;;;;;x,,,,,,, -EVTDESC19370_NEWS_LONG;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks them free of $FROMCOUNTRY_ADJ$ control would $FROMCOUNTRY$ not simply invade once again?;;;;;;;;;;;;x,,,, -EVTDESC19370_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power.;;;;;;;;;;;;x,,,,,,, -EVTDESC19370_NEWS_SHORT;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government.;;;;;;;;;;;;x,,,,,,, -EVTDESC19200_NEWS_LONG;'His Majesty the King thereupon refused to receive the Ambassador again and had the latter informed by the Adjutant of the day that His Majesty had no further communication to make to the Ambassador.' This reads the dispatch to the French government, resulting in a diplomatic incident between France and $FROMCOUNTRY$ -- a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems, Hesse-Nassau, Prussia. Rumors claim that the dispatch might have been purposely engineered by German officials to provoke a war.;;;;;;;;;;;;x,,, -EVTDESC19200_NEWS_MEDIUM;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems. Rumors claim this might have been purposely engineered to provoke a war.;;;;;;;;;;;;x,,,,,, -EVTDESC19200_NEWS_SHORT;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems.;;;;;;;;;;;;x,,,,,, -EVTDESC19300_NEWS_LONG;The people of France have presented to the American people a spectacular gift. An enormous copper statue, 151 ft. tall, depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The design has been carried out by one Frederic Auguste Bartholdi, and a place has been set aside for the statue on an island in the New York harbour. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;x,, -EVTDESC19300_NEWS_MEDIUM;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;x,,,,, -EVTDESC19300_NEWS_SHORT;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, known as 'the Statue of Liberty'.;;;;;;;;;;;;x,,,,,,, -EVTDESC95500_NEWS_LONG;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa—in the interest of avoiding undue conflict, even if some have privately expressed doubt that Europe's powers will avoid fighting regardless of what was decided there. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized European nation will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;;x,,,,, -EVTDESC95500_NEWS_MEDIUM;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95500_NEWS_SHORT;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa, formalizing the scramble for the African continent.;;;;;;;;;;;;;x,,,,,,, -EVTNAME95507_NEWS_TITLE;$COUNTRY_ADJ$ Nationals Expelled;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95507_NEWS_LONG;For years, $COUNTRY$ has enjoyed a great deal of influence in the African nation of $FROMCOUNTRY$. Indeed, most of the world considers $FROMCOUNTRY$ to be a $COUNTRY_ADJ$ protectorate in all but name. The $FROMCOUNTRY_ADJ$ people disagree. Recently, their government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$'s influence has been eliminated, and now the $COUNTRY_ADJ$ government must react if it is to maintain its investment.;;;;;;;;;;;;;x,,, -EVTDESC95507_NEWS_MEDIUM;Recently, the $FROMCOUNTRY_ADJ$ government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$'s influence there has been eliminated.;;;;;;;;;;;;;x,,,,,, -EVTDESC95507_NEWS_SHORT;Recently, the $FROMCOUNTRY_ADJ$ government expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained.;;;;;;;;;;;;;x,,,,,, -EVTDESC800065_NEWS_LONG;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. 'Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!' blustered one official. 'They are funding these criminals and rebels, urging them to overthrow our government!' There is no word of a reaction from the $FROMCOUNTRY_ADJ$ government as of yet, but it is clear that many are urging for some kind of action. 'Should $COUNTRY$ do nothing? I think not!';;;;;;;;;;;;x,,,,, -EVTDESC800065_NEWS_MEDIUM;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. 'Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!' blustered one official.;;;;;;;;;;;;x,,,,,,, -EVTDESC800065_NEWS_SHORT;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province.;;;;;;;;;;;;x,,,,,,, -EVTNAME60000_NEWS_TITLE;Communists Seize Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60000_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced today that the communist party would be suspending voting rights and restricting reforms 'to combat the current crisis'. While government ministers reassured many that the measures would be temporary, it appears obvious to outsiders that this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat. Many see this as having always been the goal of the ruling $COUNTRY_ADJ$ communist party: a peaceful overthrow of the current system and the installation of true communist principles.;;;;;;;;;;;;x,,,,,, -EVTDESC60000_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights 'to combat the current crisis'. While giving reassurances that the measures are temporary, this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat.;;;;;;;;;;;;x,,,,,, -EVTDESC60000_NEWS_SHORT;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights 'to combat the current crisis', transforming $COUNTRY$ into a communist dictatorship.;;;;;;;;;;;;x,,,,,, -EVTNAME60010_NEWS_TITLE;Military Coup in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60010_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights 'to combat the current crisis'. Many see this as a coup d'etat, an overthrow of the democratic government and installation of $COUNTRY$'s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct. For all intents and purposes, $COUNTRY_ADJ$ democracy is now a thing of the past.;;;;;;;;;;;;x,,,,, -EVTDESC60010_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights 'to combat the current crisis'. Many see this as an installation of $COUNTRY$'s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct.;;;;;;;;;;;;x,,,,,,, -EVTDESC60010_NEWS_SHORT;The $COUNTRY_ADJ$ leadership announced the suspension of freedoms 'to combat the current crisis'. Many see this as an installation of $COUNTRY$'s reactionary president as sole ruler and dictator—and they would be correct.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60020_NEWS_TITLE;Anarcho-Liberals Seize Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60020_NEWS_LONG;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship. It's only temporary, they say, a way to combat the current crisis… though many have doubts this is true, or that $COUNTRY$ will ever be restored to true democratic rule unless the radicals are someday overthrown.;;;;;;;;;;;;x,,, -EVTDESC60020_NEWS_MEDIUM;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship.;;;;;;;;;;;;x,,,,,, -EVTDESC60020_NEWS_SHORT;A committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a government dictatorship. A temporary measure, they say, to combat the current crisis.;;;;;;;;;;;;x,,,,,, -EVTNAME60030_NEWS_TITLE;Fascists Seize Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60030_NEWS_LONG;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the fascist ruling party has transformed $COUNTRY$ from a democracy into a fascist dictatorship. Already the $COUNTRY_ADJ$ government has been reported clamping down on protests, black-shirted enforcers visible on every block in every major city. All this, according to the ruling party, will see $COUNTRY$ achieve the destiny it so richly deserves.;;;;;;;;;;;;x,,, -EVTDESC60030_NEWS_MEDIUM;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the ruling party has transformed $COUNTRY$ into a fascist dictatorship.;;;;;;;;;;;;x,,,,,, -EVTDESC60030_NEWS_SHORT;The signs are clear: with the recent expansion of the fascist party's executive powers, $COUNTRY$ has been transformed from a democracy into a fascist dictatorship.;;;;;;;;;;;;x,,,,,,, -EVTDESC60050_NEWS_LONG;The $COUNTRY_ADJ$ dictatorship is not what it used to be. Increased pluralism, combined with extended political reforms, has led to the dictatorship more and more taking on the trappings of a democracy. While this doesn't necessarily mean that the ruling party has given up its reign on power, with the recent calling of elections this does mean that the opposition now has some chance of making its voice heard. $COUNTRY$ has become a democracy, and crowds have gathered in $CAPITAL$ to celebrate the idea that their rulers might soon be peacefully removed from power.;;;;;;;;;;;;x,,,, -EVTDESC60050_NEWS_MEDIUM;The $COUNTRY_ADJ$ dictatorship is not what it used to be. While the ruling party has not yet given up power, increased pluralism, combined with extended political reforms and the recent call for new elections, has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;x,,,,, -EVTDESC60050_NEWS_SHORT;While the $COUNTRY_ADJ$ ruling party has not yet given up power, the recent reforms and call for new elections has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;x,,,,,,, -EVTNAME60060_NEWS_TITLE;The $COUNTRY_ADJ$ Constitution;;;;;;;;;;;;x,,,,,,,, -EVTDESC60060_NEWS_LONG;The political reforms enacted in the past few years have led to a situation where the absolutism of the $COUNTRY_ADJ$ monarchy can now legitimately be called into question. No longer is the $COUNTRY_ADJ$ king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power. Some question the right of the monarch to override decisions by the newly-elected government, or even refuse to accept the results of an election entirely, but the fact that elections are being permitted at all is considered a sure sign of $COUNTRY$'s democratization.;;;;;;;;;;;;x,,,,, -EVTDESC60060_NEWS_MEDIUM;The reforms enacted in the past few years have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. No longer is the king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power.;;;;;;;;;;;;x,,,,,,, -EVTDESC60060_NEWS_SHORT;Political reforms have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. The king has accepted several constitutional restrictions on his exercise of power.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60070_NEWS_TITLE;Democracy in $COUNTRY$;;;;;;;;;;;;x,,,,,,,, -EVTDESC60070_NEWS_LONG;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people. The $COUNTRY_ADJ$ monarch, now serving as a symbolic head-of-state, no longer has the power to personally control and determine the fate of the nation, but is instead forced to accept the mitigating influences of pluralism and limited democracy.;;;;;;;;;;;;x,,,,, -EVTDESC60070_NEWS_MEDIUM;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people.;;;;;;;;;;;;x,,,,,,,, -EVTDESC60070_NEWS_SHORT;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a fully-democratic government responsible to the people.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60080_NEWS_TITLE;$COUNTRY_ADJ$ Voting Rights Rescinded;;;;;;;;;;;;x,,,,,,,, -EVTDESC60080_NEWS_LONG;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. Where before the free exchange of opinion and ideas could be heard, from street corners and bus stops to bars and universities, now only the sounds of silence gives echo. The conclusion that is becoming ever more evident, is that the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,, -EVTDESC60080_NEWS_MEDIUM;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. The tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,,,,, -EVTDESC60080_NEWS_SHORT;According to recent reports, the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,,,, -EVTNAME60160_NEWS_TITLE;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60160_NEWS_LONG;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence from their former rulers. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. It is a heartfelt theme that speaks of better tomorrows, and while many privately wonder whether their independence can last in these uncertain times-- perhaps war might come to $COUNTRY$ to put an end to thoughts of freedom-- that is not on anyone's mind today.;;;;;;;;;;;;x,,,,,, -EVTDESC60160_NEWS_MEDIUM;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. While many privately wonder whether their independence can last, that is not on anyone's mind today.;;;;;;;;;;;;x,,,,,, -EVTDESC60160_NEWS_SHORT;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ long-awaited independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ national anthem.;;;;;;;;;;;;x,,,,,,, -EVTNAME11100_NEW;The Unification of $CULTURE_GROUP_UNION$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11100_NEW;A rising tide of liberal nationalism within $CULTURE_GROUP_UNION$ has begun to spread, raising the idea of a $UNION_ADJ$ union with $COUNTRY$ at its head. A parliament of liberal revolutionaries has been convened, with representatives from throughout $UNION_ADJ$ lands, which has decreed the time is right for the nation to unite under one banner. The parliament has offered the crown of $CULTURE_GROUP_UNION$ to us. We could accept the offer, but doing so would cause international alarm, and require us to compensate the revolutionaries politically.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800077_NEWS_TITLE;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;x,,,,,,,, -EVTDESC800077_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. 'It was even better than we'd hoped, ' said one member of the $FROMCOUNTRY_ADJ$ delegation. Several important trade agreements were made, but far more importantly an accord on military cooperation was reached. This new alliance between the countries heralds a new era, though some sceptics say it is unlikely to matter in the long run. 'They can say all they like, ' remarked an official. 'We all know that the moment $COUNTRY$ is truly threatened, $FROMCOUNTRY$ will be nowhere to be found.';;;;;;;;;;;;x,,, -EVTDESC800077_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. 'It was even better than we'd hoped, ' said one member of the $FROMCOUNTRY_ADJ$ delegation.;;;;;;;;;;;;x,,,,,,, -EVTDESC800077_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success.;;;;;;;;;;;;x,,,,,,,, -EVTDESC800078_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. While there was much talk of increasing military cooperation, talks reportedly got bogged down by disagreements on matters of trade and old disputes that remain unresolved. 'Perhaps there's too much bad blood between us, ' remarked one $COUNTRY_ADJ$ official, 'or simply not enough political will to make things better.' $FROMCOUNTRY_ADJ$ delegates left $CAPITAL$ with promises to soon return.;;;;;;;;;;;;x,,,,, -EVTDESC800078_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. Talk of increased cooperation was reportedly bogged down by old disputes that remain unresolved.;;;;;;;;;;;;x,,,,,,,, -EVTDESC800078_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success.;;;;;;;;;;;;x,,,,,,,, -EVTNAME800090_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Heats Up;;;;;;;;;;;;x,,,,,,,, -EVTDESC800090_NEWS_LONG;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$'s efforts to apologize and offer reparations, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ espionage and collusion with $COUNTRY$'s enemies. The matter remains unresolved, and while many feel $COUNTRY$ is being unreasonable it seems war may be the result.;;;;;;;;;;;;x,,,,,, -EVTDESC800090_NEWS_MEDIUM;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$'s efforts to apologize, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ collusion with $COUNTRY$'s enemies.;;;;;;;;;;;;x,,,,,,, -EVTDESC800090_NEWS_SHORT;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Many fear that war will be the result.;;;;;;;;;;;;x,,,,,,,, -EVTNAME800091_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Resolved;;;;;;;;;;;;x,,,,,,,, -EVTDESC800091_NEWS_LONG;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved without escalation. There were initial concerns regarding possible $FROMCOUNTRY_ADJ$ involvement in espionage against the $COUNTRY_ADJ$ government, but $COUNTRY$ has accepted $FROMCOUNTRY$'s assurances to the contrary. Though relations have cooled as a result, most officials seem confident there need be no war.;;;;;;;;;;;;x,,,,, -EVTDESC800091_NEWS_MEDIUM;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved. Though relations have cooled as a result, most officials seem confident there will be no war.;;;;;;;;;;;;x,,,,,, -EVTDESC800091_NEWS_SHORT;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a diplomatic incident with $COUNTRY$, the matter seems to have been resolved peacefully.;;;;;;;;;;;;x,,,,,,, -EVTDESC800092_NEWS_LONG;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. $FROMCOUNTRY$ responded to the incident by denying any involvement," claiming the incident isolated, but $COUNTRY$ angrily retorted with accusations of $FROMCOUNTRY_ADJ$ espionage. Outside observers seem to believe that $COUNTRY$ may be in the right", but $FROMCOUNTRY$ has so far refused to back down and the matter has escalated to the point that open conflict may be inevitable.;;;;;;;;;;;;x,,,,,, -EVTDESC800092_NEWS_MEDIUM;A recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. Outside observers believe $COUNTRY$ is in the right, but $FROMCOUNTRY$ has so far refused to back down and open conflict may be inevitable.;;;;;;;;;;;;x,,,,,,, -EVTDESC800092_NEWS_SHORT;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers, with many fearing that open conflict may be inevitable.;;;;;;;;;;;;x,,,,,,, -EVTDESC800093_NEWS_LONG;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears that escalation has been avoided. $FROMCOUNTRY$'s initial response was unapologetic, claiming they had no involvement, and while $COUNTRY$ at first refused to accept that they have since been forced to admit they have no evidence to the contrary. Relations between the countries has cooled as a result, but at least one official relayed his relief that this now meant war would not be a necessity.;;;;;;;;;;;;x,,,, -EVTDESC800093_NEWS_MEDIUM;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears escalation has been avoided. Relations between the countries have cooled as a result, but further conflict is so far unlikely.;;;;;;;;;;;;x,,,,,, -EVTDESC800093_NEWS_SHORT;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war with $COUNTRY$, it appears escalation has been avoided.;;;;;;;;;;;;x,,,,,,, -EVTNAME8001160_NEWS_TITLE;$COUNTRY_ADJ$ Monarchy Questioned;;;;;;;;;;;;;x,,,,,,,, -EVTDESC8001160_NEWS_LONG;In the brightening enlightenment of liberalism the 'Divine Right of the Monarch' is being increasingly criticized. This applies especially for $COUNTRY$, one of the few remaining absolute monarchies of the time. Recently, a prominent $COUNTRY_ADJ$ newspaper has published a high-profile article openly criticizing the $COUNTRY_ADJ$ monarchy and its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are already conscious about the end of the monarchy if the free press continues to agitate that way.;;;;;;;;;;;;;x,,,,,, -EVTDESC8001160_NEWS_MEDIUM;Arguing against the 'Divine Right of the Monarchy' a $COUNTRY_ADJ$ newspaper has publicly criticized its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are conscious about the end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC8001160_NEWS_SHORT;A $COUNTRY_ADJ$ newspaper has publicly criticized the country's 'backward absolute sovereign'. Critical voices see the final end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME800118_NEWS_TITLE;$COUNTRY_ADJ$'s Monarchy Threatened! ;;;;;;;;;;;;;x,,,,,,,, -EVTDESC800118_NEWS_LONG;Following a massive demonstration in the capital of $COUNTRY$, criticizing the 'Divine Right of the Monarch' and the 'backward absolute sovereign', things now might get out of control. $COUNTRY_ADJ$ police have found evidence of a secret revolutionary society which has been founded to overthrow the monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have now suggested to take more immediate and immersive action. Whether it will have a real effect remains to be seen.;;;;;;;;;;;;;x,,,,,, -EVTDESC800118_NEWS_MEDIUM;Following a demonstration in the capital, $COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have suggested to take more immediate and immersive action.;;;;;;;;;;;;;x,,,,,,, -EVTDESC800118_NEWS_SHORT;$COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. Due to the unsuccessful calming efforts so far the royal advisors suggest to take more action.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME31510_NEWS_TITLE;A Greater $COUNTRY_ADJ$ Destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31510_NEWS_LONG;$COUNTRY$ has always walked a path slightly apart from those of its fellow Germans, and a 'German Unification' has never caught that much attention in $COUNTRY$ as it has in other German states. Lately however, powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance would oblige it to form a 'Greater Germany' under a single flag. But there are still doubts on whether to embark upon this path. Also, should the non-German peoples be released to scatter the worldwide fears of a coming super-state? Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,, -EVTDESC31510_NEWS_MEDIUM;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a 'Greater Germany'. But there are still doubts on whether to embark upon this path. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31510_NEWS_SHORT;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a unified 'Greater Germany'. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31518_NEWS_LONG;In recent days there has been much talk among $COUNTRY_ADJ$ politicians of a possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk now has been finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. While the $COUNTRY_ADJ$ government hasn't formally responded yet there seem to be doubts in $CAPITAL$ about the next steps in this matter. Laying claims to the German-speaking parts of $FROMCOUNTRY$ remains an option but might likely lead to a war.;;;;;;;;;;;;x,,,,,,, -EVTDESC31518_NEWS_MEDIUM;Talks of a possible unification between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have been finally shot down as the $FROMCOUNTRY_ADJ$ government stated that their path is separate from $COUNTRY$'s. The $COUNTRY_ADJ$ government hasn't formally responded yet.;;;;;;;;;;;;x,,,,,,,, -EVTDESC31518_NEWS_SHORT;Unification-talks between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have ended as the $FROMCOUNTRY_ADJ$ government stated 'our path is separate from $COUNTRY$'s'.;;;;;;;;;;;;x,,,,,,,, -EVTNAME31520_NEWS_TITLE;The 'Greater Germany' Deal;;;;;;;;;;;;;x,,,,,,,, -EVTDESC31520_NEWS_LONG;The $COUNTRY_ADJ$ government has met with the $FROMCOUNTRY_ADJ$ government today to finally ratify the forming charta of 'Greater Germany' and thus ending $COUNTRY$'s independent path apart from the other German states. They do so with the full intent of incorporating their German-speaking territories, but releasing those belonging to other cultures. While such a 'Greater Germany' will undoubtedly become a natural super-power in the coming future, the world's great powers have already objected this unification by sending formal letters of protest.;;;;;;;;;;;;;x,,,,,, -EVTDESC31520_NEWS_MEDIUM;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to finally ratify the forming charta of 'Greater Germany', incorporating their German-speaking territories and releasing those belonging to other cultures. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31520_NEWS_SHORT;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to ratify the forming charta of 'Greater Germany'. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC31521_NEWS_LONG;'Bella gerant alii, tu felix Austria nube'. $COUNTRY$ has now filed for divorce, leaving behind its long-lasting growth through heritage. With the former capital Vienna gone and the remaining controlled regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams. As the $COUNTRY_ADJ$ government was unwilling to maintain the country's cohesion thus to hold the last regions together whole portions of the former Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;;x,,,,, -EVTDESC31521_NEWS_MEDIUM;With the former capital Vienna gone and the remaining regions of the once glorious Empire in disarray, $COUNTRY$ has finally split apart at the seams. Whole portions of the former Empire have either declared their independence or their intention to reunite with their homelands.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31521_NEWS_SHORT;$COUNTRY$ is no more! With the former capital Vienna gone and the remaining regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31531_NEWS_LONG;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending $FROMCOUNTRY$'s independent path. Powerful voices in both states have argued that $COUNTRY$'s dominance would already demand a unification under a single flag. While a unified nation would undoubtedly be a power unheard-of in the world, there are certain voices who do express caution: the world's great powers will likely object to such a union. Is 'Greater Germany' really worth a 'Greater War'?;;;;;;;;;;;;;x,,,,,, -EVTDESC31531_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending its independent path. Certain voices express caution as the world's great powers would likely object to such a union.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31531_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ and $COUNTRY_ADJ$ government have met today, expressing their desire to unite into a 'Greater Germany'. The great powers would likely object to such a union.;;;;;;;;;;;;;x,,,,,,, -EVTNAME11380019_NEWS_TITLE;$COUNTRY_ADJ$ Constitutional Crisis;;;;;;;;;;;;x,,,,,,,, -EVTDESC11380019_NEWS_LONG;$COUNTRY$: In a surprise election win," the fascists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380019_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the fascists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380019_NEWS_SHORT;$COUNTRY$: In a surprise election win, the fascists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380020_NEWS_LONG;$COUNTRY$: In a surprise election win," the communists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380020_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380020_NEWS_SHORT;$COUNTRY$: In a surprise election win, the communists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380021_NEWS_LONG;$COUNTRY$: In a surprise election win," the anarcho-liberals have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380021_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380021_NEWS_SHORT;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380022_NEWS_LONG;$COUNTRY$: In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;x,,,,, -EVTDESC11380022_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;x,,,,,, -EVTDESC11380022_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned communist party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380023_NEWS_LONG;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;x,,,,, -EVTDESC11380023_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;x,,,,,, -EVTDESC11380023_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned anarcho-liberal party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;x,,,,,,, -EVTNAME80123_NEWS_TITLE;Panthay Rebellion Victorious!;;;;;;;;;;;;x,,,,,,,, -EVTDESC80123_NEWS_LONG;A rebellion of local $COUNTRY_ADJ$ minorities against the ruling Manchu of the Qing Dynasty in the south-western Chinese province of $COUNTRY$ has been victorious. The proclaimed leader of the rebels, Du Wenxiu, we don't want to burden our readers with the Chinese notation of his name – confirmed the negotiated peace terms with its former sovereigns. An official of the British Diplomatic Corps in Singapore wouldn't comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory will be under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTDESC80123_NEWS_MEDIUM;A rebellion against the ruling Manchu in the Chinese province of $COUNTRY$ has finally succeeded as the rebel leader, Du Wenxiu, confirmed the negotiated peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTDESC80123_NEWS_SHORT;A rebellion in the Chinese province of $COUNTRY$ has succeeded as the rebel leader, Du Wenxiu, confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTNAME80127_NEWS_TITLE;Dungan Revolt Victorious!;;;;;;;;;;;;x,,,,,,,, -EVTDESC80127_NEWS_LONG;A local revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels finally confirmed the negotiated peace terms. According to local bamboo traders in $CAPITAL$, a Tajik adventurer by the name of Yaqub Beg has led the rebels to seize the capital of Kashgar and has driven the local governors away. The British Diplomatic Corps in Singapore, as usual, wouldn't comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory, as usual, will be under close observation by foreign governments.;;;;;;;;;;;;x,,, -EVTDESC80127_NEWS_MEDIUM;A revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels, Yaqub Beg, confirmed the peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments, as usual.;;;;;;;;;;;;x,,,,, -EVTDESC160008_NEWS_LONG;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire. The question now arises: what is next for China? Who are these Taiping, led by the mysterious Hong Xiuquan and his pseudo-Christian sect? Some countries are approaching the Taiping warily, worried that this may lead to even more violence in the region.;;;;;;;;;;;;x,,,, -EVTDESC160008_NEWS_MEDIUM;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;x,,,,,, -EVTDESC160008_NEWS_SHORT;The Taiping Rebellion has proven victorious. The fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC160025_NEWS_LONG;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance. There are some who say that his son, Hong Tianguifu, will be given the reins of power. Others believe a proper republic is the way forward. Still others say that Hong Xiuquan's death is a sign that the Heavenly Kingdom has lost favor, and that it must restore the Qing Dynasty to the Imperial throne—with the south remaining firmly in control, of course.;;;;;;;;;;;;x,, -EVTDESC160025_NEWS_MEDIUM;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance. Many believe his son, Hong Tianguifu, must take the reins of power… but many disagree. Is this the first sign of conflict among the Taiping?;;;;;;;;;;;;x,,,, -EVTDESC160025_NEWS_SHORT;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance.;;;;;;;;;;;;x,,,,,, -EVTDESC160026_NEWS_LONG;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en mass, setting up a new capital in Taibei as a government-in-exile. How they will maintain their freedom on the island is unknown, but it is almost certain they will never recover $COUNTRY$ -- it has been overrun and conquered.;;;;;;;;;;;;x,,,,, -EVTDESC160026_NEWS_MEDIUM;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en mass, setting up a new capital in Taibei as a government-in-exile.;;;;;;;;;;;;x,,,,,, -EVTDESC160026_NEWS_SHORT;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa—where Taibei has already been set up as a capital-in-exile.;;;;;;;;;;;;x,,,,,,, -EVTNAME99000_NEWS_TITLE;The Chinese 'Boxers';;;;;;;;;;;;x,,,,,,,, -EVTDESC99000_NEWS_LONG;Disturbing news out of $COUNTRY$: a group of Chinese nationalists called the 'Righteous Harmony Society'—known to westerners as 'Boxers'—has arisen with the dedicated mission to drive out western influence through any means necessary. Already there are alarming reports of attacks on foreigners, and while demands have been made to the Qing government to act so far nothing has been done. Some suspect the Qing government of implicitly approving of the Boxer efforts, and afterwards claiming that there was nothing they could do.;;;;;;;;;;;;x,,,,,, -EVTDESC99000_NEWS_MEDIUM;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as 'Boxers' has arisen with the dedicated mission to drive out western influence through any means necessary. While demands have been made to the Qing government to act, so far nothing has been done.;;;;;;;;;;;;x,,,,,,, -EVTDESC99000_NEWS_SHORT;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as 'Boxers' has arisen with the dedicated mission to drive out western influence through any means necessary.;;;;;;;;;;;;x,,,,,,,, -EVTDESC99010_NEWS_LONG;Chinese nationalists streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, assaulting all foreigners in their continuing war against western influence in $COUNTRY$. More alarmingly, the so-called 'Boxers' have laid siege to $CAPITAL$'s Legation Quarter—where hundreds of foreign dignitaries and merchants reside. With so many westerners threatened, calls have been made to the Qing government to defend the quarter. If they do not, it will surely be taken as an act of war and possibly draw intervention from all great powers.;;;;;;;;;;;;x,,,, -EVTDESC99010_NEWS_MEDIUM;Boxer rebels streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, laying siege to $CAPITAL$'s Legation Quarter—where hundreds of foreign dignitaries reside. With so many westerners threatened, immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;x,,,,,, -EVTDESC99010_NEWS_SHORT;Boxer rebels streamed into $CAPITAL$, laying siege to the Legation Quarter where hundreds of foreigners reside. Immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;x,,,,,,, -EVTDESC164599_NEWS_MEDIUM;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news.;;;;;;;;;;;;x,,,,,,, -EVTDESC164599_NEWS_SHORT;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate.;;;;;;;;;;;;x,,,,,,, -EVTDESC164600_NEWS_LONG;Revolutionary societies are springing up all over $COUNTRY$, and now several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisfied to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide.;;;;;;;;;;;;x,,,,, -EVTDESC164600_NEWS_MEDIUM;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples.;;;;;;;;;;;;x,,,,,,, -EVTDESC164600_NEWS_SHORT;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League', dedicated to driving out foreign influence.;;;;;;;;;;;;x,,,,,,, -EVTDESC131709_NEWS_LONG;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. $COUNTRY$ has insisted the sailors be tried by a $COUNTRY_ADJ$ judge, claiming the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The Chinese have demanded they be given the right to punish $COUNTRY_ADJ$ citizens as needed. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;x,,,,,, -EVTDESC131709_NEWS_MEDIUM;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;x,,,,,,, -EVTDESC131709_NEWS_SHORT;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1316083_NEWS_TITLE;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,, -EVTDESC1316083_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely the granting of a 'treaty port' on the $FROMCOUNTRY_ADJ$ coast, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,, -EVTDESC1316083_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC1316083_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;x,,,,,,, -EVTDESC1316182_NEWS_LONG;Qing officials recently boarded the Arrow, a ship that -- according to all reports-- was flying British colors at the time. The Chinese claim this isn't the case, and that the ship was suspected of smuggling and piracy and only claimed $COUNTRY_ADJ$ registry after the fact. $FROMCOUNTRY$ has begun to crack down on the opium trade throughout $FROMCOUNTRY$. The British government is up in arms, furious at this wilful impediment to their trade interests in the region.;;;;;;;;;;;;x,,,,, -EVTDESC1316182_NEWS_MEDIUM;Qing officials recently boarded the Arrow, a ship that -- according to all reports -- was flying British colors at the time. The British government is up in arms, furious at this wilful impediment to their trade interests in the region.;;;;;;;;;;;;x,,,,,, -EVTDESC1316182_NEWS_SHORT;Qing officials recently boarded the Arrow, a ship that was reportedly flying $COUNTRY_ADJ$ colors at the time. The incident has sparked a confrontation with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,, -EVTDESC131713_NEWS_LONG;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it. Many see this as a $COUNTRY_ADJ$ play for influence in Tibet, though in the end an agreement was indeed reached and Tibet's borders are now secure.;;;;;;;;;;;;x,,,,,, -EVTDESC131713_NEWS_MEDIUM;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it.;;;;;;;;;;;;x,,,,,,, -EVTDESC131713_NEWS_SHORT;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations.;;;;;;;;;;;;x,,,,,,, -EVTDESC131715_NEWS_LONG;$COUNTRY_ADJ$ efforts to modernize the Beiyang army have borne fruit, but the modernization has necessitated a division of authority among $COUNTRY$'s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation. They are part of the Beiyang Army, but fight amongst themselves... And, far more importantly, are critical of the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,, -EVTDESC131715_NEWS_MEDIUM;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among $COUNTRY$'s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation.;;;;;;;;;;;;x,,,,, -EVTDESC131715_NEWS_SHORT;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among generals who now wield a great deal of political influence in the nation.;;;;;;;;;;;;x,,,,,,, -EVTDESC131730_NEWS_LONG;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;x,,,,,,, -EVTDESC131730_NEWS_MEDIUM;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control.;;;;;;;;;;;;x,,,,,,,, -EVTDESC131730_NEWS_SHORT;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$, with its most powerful generals struggling for control.;;;;;;;;;;;;x,,,,,,, -EVTDESC131745_NEWS_LONG;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come. 'This is a glorious day for China, ' said one official. 'At last we are unified, no longer mercy to the whims of the western powers. We are free to take our place among the great nations of the world.';;;;;;;;;;;;x,,,,, -EVTDESC131745_NEWS_MEDIUM;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;x,,,,,,, -EVTDESC131745_NEWS_SHORT;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;x,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +PRO_REACTIONARY;PRO-REACTIONARY ;;;;;;;;;;;;; +PRO_SOCIALIST;PRO-SOCIALIST ;;;;;;;;;;;;; +PRO_FASCIST;PRO-FASCIST ;;;;;;;;;;;;; +PRO_LIBERAL;LIBERAL ;;;;;;;;;;;;; +PRO_COMMIES;PRO-COMMUNIST ;;;;;;;;;;;;; +EVTDESC169001_NEWS_LONG;$CAPITAL$, $YEAR$: Like the death throes of a wild beast are the frantic efforts of the ruling party in $COUNTRY$ to destroy their fellow countrymen-those who are of a different culture or opposing faith. The horrors of this march of death have been told only in part. They can not be fully described. $COUNTRY$ is gradually but effectively exterminating people - the population of whole villages are gone. An appeal for relief, following reported massacres and threatened further outrages, was made to the $COUNTRY_ADJ$ Government today by government officials.;;;;;;;;;;;;; +EVTDESC169001_NEWS_MEDIUM;The $COUNTRY_ADJ$ state is gradually but effectively exterminating people - the population of whole villages are gone - more atrocities detailed in support of charge that $COUNTRY$ is acting deliberately.;;;;;;;;;;;;; +EVTDESC169001_NEWS_SHORT;$CAPITAL$, $YEAR$: $COUNTRY$ accused of plan to exterminate population, committee on relief says victims are steadily increasing.;;;;;;;;;;;;; +ARMENIAN_GENOCIDE_NEWS_TITLE;Million Armenians Killed or in Exile;;;;;;;;;;;;; +ARMENIAN_GENOCIDE_NEWS_LONG;On the basis of all the reports and news coming there hardly can be any doubt that the Turks are aiming at the extermination of the few hundred thousand Armenians whom they left alive until now. The Turks have embarked upon the total extermination of the Armenians in Transcaucasia. The aim of Turkish policy is the taking of possession of Armenian districts and the extermination of the Armenians. The Great Powers are slowly moving and watching as the world watches the killings escalate and spill to other Orthodox communities.;;;;;;;;;;;;; +ARMENIAN_GENOCIDE_NEWS_MEDIUM;Recent developments point out that the aim of the current Turkish policy is taking possession of Armenian districts and the extermination of the Armenians. The Great Powers are slowly moving and watching as the world watches the killings escalate and spill to other Orthodox communities.;;;;;;;;;;;;; +ARMENIAN_GENOCIDE_NEWS_SHORT;$COUNTRY_ADJ$ Committee on relief says victims of Turks are steadily increasing.;;;;;;;;;;;;; +EVTDESC36940_NEWS_LONG;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$, and in turn she guaranteed the chiefs their lands, estates, forests and fisheries. Maori and $COUNTRY_ADJ$ versions of the signed document differ, leaving doubt about what was actually agreed upon. While the $COUNTRY_ADJ$ claim Maori agreed to governor's rule over them, the Maori version of the treaty states they should retain a large degree of autonomy and self-governance allowing them to manage their own affairs.;;;;;;;;;;;;; +EVTDESC36940_NEWS_MEDIUM;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$, and in turn she guaranteed the chiefs their lands, estates, forests and fisheries.;;;;;;;;;;;;; +EVTDESC36940_NEWS_SHORT;$COUNTRY$: A treaty formalizing the nation of New Zealand was signed, wherein the Maori Chiefs recognized the sovereignty of $COUNTRY$.;;;;;;;;;;;;; +EVTDESC36941_NEWS_LONG;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to what is known as the First Maori War. Resilient and emboldened by early successes, but strained economically, with dwindling food supplies and victims to many epidemic deaths, Maori chiefs eventually asked for ceasefire. The $COUNTRY_ADJ$ maintained their sovereignty over New Zealand, but rebellious Maori chiefs raised their position higher than it ever was, gaining substantial amounts of respect among all tribes.;;;;;;;;;;;;; +EVTDESC36941_NEWS_MEDIUM;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to what is known as the First Maori War. Rebellious chiefs earned respect but didn't manage to overthrow the $COUNTRY_ADJ$.;;;;;;;;;;;;; +EVTDESC36941_NEWS_SHORT;$COUNTRY$: Disenchanted with $COUNTRY_ADJ$ attitudes, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest leading to the First Maori War.;;;;;;;;;;;;; +EVTDESC31100_NEWS_LONG;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion of talent in archeology and captured the imagination of millions. When he excavated the hills in Hisarlik, he uncovered a number of ancient cities, dating back from the Bronze Age to the Roman times. His finds at the site were named Priam's Treasure and acquired by $CAPITAL$ museums. His archaeological effort was inspired by a British diplomat, Frank Calvert, who spent over six decades conducting field work in the area.;;;;;;;;;;;;; +EVTDESC31100_NEWS_MEDIUM;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion of talent in archeology and captured the imagination of millions. His finds at the site were named Priam's Treasure and acquired by $CAPITAL$ museums.;;;;;;;;;;;;; +EVTDESC31100_NEWS_SHORT;A $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia. This discovery led to an explosion in archeology and captured the imagination of millions.;;;;;;;;;;;;; +EVTDESC46800_NEWS_LONG;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$. Constructed in the first half of the 15th century, at the height of the power of the Inca Empire, the citadel is believed to have been the estate of the Inca emperor Pachacuti, though some archaeologists also suggested it might have had purely religious character. The $COUNTRY_ADJ$ explorers were the subject of controversy, accused by Peruvian locals of stealing their cultural heritage, when attempting to transport recovered artifacts to $COUNTRY$ for closer examination.;;;;;;;;;;;;; +EVTDESC46800_NEWS_MEDIUM;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$. Constructed in the first half of the 15th century, at the height of the power of the Inca Empire, the citadel is believed to have been the estate of the Inca emperor Pachacuti.;;;;;;;;;;;;; +EVTDESC46800_NEWS_SHORT;A $COUNTRY_ADJ$ explorer discovered the remains of the lost Inca city of Machu Picchu in $YEAR$, dating back to the 15th century, the height of power of the Inca Empire.;;;;;;;;;;;;; +EVTDESC110023_NEWS_TITLE;The Peacock Throne;;;;;;;;;;;;; +EVTDESC110023_NEWS_LONG;Iran, the cradle of civilization – the chickens appear to have come home to roost today as members of diplomatic circles are in general agreement that the nation of Persia can be counted among the great powers of the world. Since coming into contact with western influences years ago, the industrious people of Persia have made sweeping advances in the fields of culture, industry and military prowess and can no longer be dismissed as backward savages. Geopolitical experts have expressed concerns that the new Persia could attempt expansion through Asia and beyond.;;;;;;;;;;;;; +EVTDESC110023_NEWS_MEDIUM;Diplomatic circles are in agreement that Persia can be counted among the great powers of the world. The industrious Persian people have made sweeping advances in the fields of culture, industry and military and can now no longer be dismissed as filthy, backward savages.;;;;;;;;;;;;; +EVTDESC110023_NEWS_SHORT;Diplomatic circles now agree that Persia can be counted among the great powers of the world. The Persian people have made sweeping advances and can no longer be dismissed as backward savages.;;;;;;;;;;;;; +EVTDESC110060_NEWS_TITLE;The Bear Flag Revolt;;;;;;;;;;;;; +EVTDESC110060_NEWS_LONG;Once again, Mexico is being pulled apart by infighting: when it is not Texas, Yucatan or Rio Grande showing their hostility toward the central administration, it is now the turn of California to oppose the government of Mexico City. Conflict arose amidst immigration issues, land distribution disputes and rising tensions with the US. Mexican officials, afraid of the seemingly endless influx of illegal American immigrants, waved the threat of expulsion in the face of the large land-owners of the region. No more was needed and, shortly after, they declared the unilateral secession of the Republic of California.;;;;;;;;;;;;; +EVTDESC110060_NEWS_MEDIUM;Immigration issues and rising tensions with the US are at the heart of Mexico's latest rebellion. When the central government threatened expulsion from the territory, California's wealthy American immigrants decide to have none of it and declared unilateral secession, flying high the Grizzly Bear flag of the new republic.;;;;;;;;;;;;; +EVTDESC110060_NEWS_SHORT;Tension with the US in on the rise again in Mexico where immigration disputes between California's immigrants and the central government motivated the former to secede from the latter.;;;;;;;;;;;;; +EVTNAME110078_NEWS_TITLE;Jack the Ripper;;;;;;;;;;;;; +EVTDESC110078_NEWS_LONG;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. Targeting women from the poor parts of the city, the degenerate uses a gruesome, inhuman modus operandi, cutting their throats prior to abdominal mutilations. George Lusk of the Whitechapel Vigilance Committee received a letter titled 'From Hell' which included half of a preserved human kidney, purportedly taken from one of the victims. People are pressing Scotland Yard to answer questions and find the criminal. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;; +EVTDESC110078_NEWS_MEDIUM;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. Targeting women from the poor parts of the city, the degenerate uses a gruesome, inhuman modus operandi, cutting their throats prior to abdominal mutilations. People are pressing Scotland Yard to answer questions and find the criminal. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;; +EVTDESC110078_NEWS_SHORT;A troubled man known under the alias 'Jack the Ripper' is committing serial murders in the London area. The government has, for the moment, made no comment on the issue.;;;;;;;;;;;;; +EVTNAME110042_NEWS_TITLE;Persian Constitutional Revolution;;;;;;;;;;;;; +EVTDESC110042_NEWS_LONG;A new era for the Orient begins with the recent success of the Constitutionalists in Persia. After months of strikes, protests and even some armed insurrections, the rebels have finally put enough pressure on the leadership that they cracked. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'. Greats Powers of the world welcome the country's effort while remaining wary of any possible instability it could generate in the region.;;;;;;;;;;;;; +EVTDESC110042_NEWS_MEDIUM;After months of strikes, protests and even some armed insurrections, the rebels have finally put enough pressure on the leadership that they cracked. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'.;;;;;;;;;;;;; +EVTDESC110042_NEWS_SHORT;The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$.;;;;;;;;;;;;; +EVTDESC315004_NEWS_LONG;David Livingstone was a celebrated African explorer and missionary. After many years in Africa, he was lost sight of, and it was generally believed that he was dead. James Gordon Bennett, proprietor of the New York Herald, sent the young reporter, who was afterwards known as Sir Henry M. Stanley, with an open account in search of him. After two years of searching, during which Stanley's reports -- printed in the Herald -- served to energize public interest in the exploration and conquest of Africa, the following scene took place according to Stanley's account: Preserving a calmness of exterior before the Arabs which was hard to simulate as he reached the group, Mr. Stanley said: – "Doctor Livingstone, I presume?" A smile lit up the features of the pale white man as he answered: "Yes, and I feel thankful that I am here to welcome you.";;;;;;;;;;;;; +EVTDESC315004_NEWS_MEDIUM;After years missing and presumed dead, explorer and missionary David Livingstone was found alive in the village of Ujiji by Henry Morton Stanley. The reported encounter went as described: "Preserving a calmness of exterior before the Arabs which was hard to simulate as he reached the group, Mr. Stanley said: – "Doctor Livingstone, I presume?" A smile lit up the features of the pale white man as he answered: "Yes, and I feel thankful that I am here to welcome you.";;;;;;;;;;;;; +EVTDESC315004_NEWS_SHORT;After years missing and presumed dead, explorer and missionary David Livingstone was found alive in the village of Ujiji by Henry Morton Stanley. Despite his best efforts, Stanley failed to convince Livingstone to leave Africa.;;;;;;;;;;;;; +gwar_we_win_large_title;$TAG_3_0_UPPER$ SURRENDERS!;;;;;;;;;;;;; +gwar_we_win_large_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our glorious victory. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$, and in the end the result was $STRINGS_LIST_4$.;;;;;;;;;;;;; +gwar_we_win_medium_title;ARMISTICE SIGNED!\n VICTORY!;;;;;;;;;;;;; +gwar_we_win_medium_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our glorious victory. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$.;;;;;;;;;;;;; +gwar_we_win_small_title;Victory over $TAG_3_0$!;;Sieg über $TAG_3_0$!;;;;;;;;;;; +gwar_we_win_small_desc;$STRING_0_0$ has ended with the defeat of $TAG_3_0$.;;$STRING_0_0$ endete mit der Niederlage von $TAG_3_0$.;;;;;;;;;;; +gwar_we_lose_large_title;A SHAMEFUL DAY.\nPEACE WITH $TAG_2_0_UPPER$ SIGNED!;;EIN TAG DER SCHANDE.\nFRIEDEN MIT $TAG_2_0_UPPER$ UNTERZEICHNET!;;;;;;;;;;; +gwar_we_lose_large_desc;On $DATE_LONG_1$ the Great war against $TAG_2_0$ ended in our shameful defeat. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$, and in the end the result was $STRINGS_LIST_4$.;;Am $DATE_LONG_1$ endete der Krieg gegen $TAG_2_0$ mit unserer schändlichen Niederlage. Der Krieg, $STRING_0_0$, wütete von $DATE_SHORT_0$ über $STRING_9_0$ und am Ende stand $STRINGS_LIST_4$.;;;;;;;;;;; +gwar_we_lose_medium_title;PEACE WITH $TAG_2_0_UPPER$!;;FRIEDEN MIT $TAG_2_0_UPPER$!;;;;;;;;;;; +gwar_we_lose_medium_desc;On $DATE_LONG_1$ the Great War between $TAG_0_0$ and $TAG_1_0$ ended in our shameful defeat. The war, known as $STRING_0_0$, raged from $DATE_SHORT_0$ over $STRING_9_0$.;;Am $DATE_LONG_1$ endete der Krieg zwischen $TAG_0_0$ und $TAG_1_0$ mit unserem Sieg. Der Krieg, bekannt als $STRING_0_0$, wütete von $DATE_SHORT_0$ über $STRING_9_0$.;;;;;;;;;;; +gwar_we_lose_small_title;Peace with $TAG_2_0$;;Frieden mit $TAG_2_0$;;;;;;;;;;; +gwar_we_lose_small_desc;$STRING_0_0$ has ended with our defeat at the hands of $TAG_2_0$;;$STRING_0_0$ endete mit unserer Niederlage durch $TAG_2_0$;;;;;;;;;;; +war_we_win_large_title;ARMISTICE SIGNED!\n $TAG_3_0_UPPER$ SURRENDERS;;WAFFENRUHE!\n $TAG_3_0_UPPER$ GIBT AUF;;;;;;;;;;; +EVTDESC900009_NEWS_MEDIUM;Tripoli is riddled by Ottoman soldiers corpses as the Italian forces declare victory over the Sultan's Empire. Libya is being unilaterally annexed by Italy after a crisis and ultimatum by the Italian government led to hostilities breaking out, following the Ottoman refusal to hand over the territory. The scramble for Africa becomes fiercer by the day.;;;;;;;;;;;;; +EVTDESC900009_NEWS_SHORT;Tripoli is riddled by Ottoman soldiers corpses as the Italian forces declare victory over the Sultan's Empire. Libya is being unilaterally annexed by Italy after a crisis and ultimatum by the Italian government led to hostilities breaking out.;;;;;;;;;;;;; +EVTDESC900008_NEWS_MEDIUM;The Turks have backed down and agreed to grant Italy full control over Libya. The race for Africa becomes fiercer as every Great Power vies for a piece of the continent.;;;;;;;;;;;;; +EVTDESC900008_NEWS_SHORT;The Turks have backed down and agreed to grant Italy full control over Libya. The race for Africa becomes fiercer as every Great Power vies for a piece of the continent.;;;;;;;;;;;;; +EVTDESC34700_NEWS_LONG;In 1837, Albert Lortzing's best known opera, Zar und Zimmermann (Czar and Carpenter) premièred in Leipzig. Lortzing is regarded as the father of the German comedic opera, the counterpart of the romantic opera. Zar und Zimmerman's premiere wasn't received very warmly by the audience in Leipzig, but subsequent performances in Berlin and other stages of Germany were far more successful. The opera tells the story of Tsar Peter the Great travelling through Germany, Holland and England to gain knowledge of the western culture and technology in disguise of a carpenter.;;;;;;;;;;;;; +EVTDESC10221_NEWS_LONG;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the $COUNTRY_ADJ$ government suggest that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;; +EVTDESC10221_NEWS_MEDIUM;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, as well as secret ballots and a fair distribution of constituencies.;;;;;;;;;;;;; +EVTDESC10221_NEWS_SHORT;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately.;;;;;;;;;;;;; +EVTDESC81002213_NEWS_LONG;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. Titanic began sinking bow-first, with water spilling from compartment to compartment as her angle in the water became steeper. Titanic only had enough lifeboats to carry about half of those on board. The death toll, reaching more than 1,500 people, is the biggest in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;; +EVTDESC81002213_NEWS_MEDIUM;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. The death toll, reaching more than 1,500 people, is the biggest in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;; +EVTDESC81002213_NEWS_SHORT;The immense $COUNTRY_ADJ$ Ocean Liner - Titanic - has sunk. The ship hit an iceberg during it's maiden voyage and five of the ship's watertight compartments were breached. The death toll, reaching more than 1,500 people, is the biggest in history.;;;;;;;;;;;;; +EVTDESC10225_NEWS_LONG;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;; +EVTDESC10225_NEWS_MEDIUM;The Hungarian Diet has grown increasingly independent of Austrian rule. Field Marshall Count von Lamberg was sent to Hungary to take control over their armies. The Hungarians refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;; +EVTDESC10225_NEWS_SHORT;The Hungarians refused to obey and order from the $COUNTRY_ADJ$ government to surrender control of their armies, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;; +EVTDESC10228_NEWS_LONG;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals, they say, and thus prevent $COUNTRY$ from the unpleasant prospect of $CAPITAL$ being overtaken by rebels.;;;;;;;;;;;;; +EVTDESC10228_NEWS_MEDIUM;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution with more liberal concessions before it's too late.;;;;;;;;;;;;; +EVTDESC10228_NEWS_SHORT;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late.;;;;;;;;;;;;; +EVTDESC10229_NEWS_LONG;With the $COUNTRY_ADJ$ people seemingly ready to break down the government's doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving it to them. Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... or so he appears to assume.;;;;;;;;;;;;; +EVTDESC10229_NEWS_MEDIUM;With the $COUNTRY_ADJ$ people seemingly ready to break down the government's doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;; +EVTDESC10229_NEWS_SHORT;With the $COUNTRY_ADJ$ people demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;; +EVTNAME13021_NEWS_TITLE;$COUNTRY_ADJ$ Missionaries Executed;;;;;;;;;;;;; +EVTDESC13021_NEWS_LONG;A number of $COUNTRY_ADJ$ missionaries have been summarily executed in $FROMCOUNTRY$, without trial-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and though $FROMCOUNTRY$ has made it very clear that all outsiders are unwelcome in their nation the $COUNTRY_ADJ$ public is understandably still enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it-- the missionaries new the risks, after all.;;;;;;;;;;;;; +EVTDESC13021_NEWS_MEDIUM;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged.;;;;;;;;;;;;; +EVTDESC13021_NEWS_SHORT;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners.;;;;;;;;;;;;; +EVTNAME13201_NEWS_TITLE;$COUNTRY_ADJ$ Mission Under Siege!;;;;;;;;;;;;; +EVTDESC13201_NEWS_LONG;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown the $COUNTRY_ADJ$ ambassador out of $FROMCOUNTRY$, claiming that the $COUNTRY_ADJ$ barbarians behave unacceptably and in contrary to $FROMCOUNTRY_ADJ$ traditions. This affair is developing into an enormous loss of international face, one which many in the $COUNTRY_ADJ$ government believe can only be avoided through a formal declaration of war against $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC13201_NEWS_MEDIUM;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador, claiming that the foreign barbarians behave unacceptably and in contrary to their traditions.;;;;;;;;;;;;; +EVTDESC13201_NEWS_SHORT;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador.;;;;;;;;;;;;; +EVTNAME37711_NEWS_TITLE;The Carlist War;;;;;;;;;;;;; +EVTDESC37711_NEWS_LONG;The death of Spain's King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory-- something liberals say simply cannot be done.;;;;;;;;;;;;; +EVTDESC37711_NEWS_MEDIUM;The death of Spain's King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and restore the Spanish Empire to glory.;;;;;;;;;;;;; +EVTDESC37711_NEWS_SHORT;The death of Spain's King Ferdinand in 1833 and the ascension of Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the Infante Carlos.;;;;;;;;;;;;; +EVTDESC37713_NEWS_LONG;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are rumored to be busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be an easy task.;;;;;;;;;;;;; +EVTDESC37713_NEWS_MEDIUM;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are calling for the overthrow of the Spanish government.;;;;;;;;;;;;; +EVTDESC37713_NEWS_SHORT;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a rebel cell having been established.;;;;;;;;;;;;; +EVTDESC37717_NEWS_LONG;The supporters of Spain's former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne. The cell is reportedly well-hidden, and rooting them out will not be easy an easy task for the Spanish government.;;;;;;;;;;;;; +EVTDESC37717_NEWS_MEDIUM;The supporters of Spain's former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;; +EVTDESC37717_NEWS_SHORT;There are new reports from Spain of rebel Christinos gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;; +EVTDESC37720_NEWS_LONG;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected—either Isabella's heir, Prince Alfonso, the moderate Prince Leopold of Hohenzollern, or the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;; +EVTDESC37720_NEWS_MEDIUM;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;; +EVTDESC37720_NEWS_SHORT;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain, forcing her into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;; +EVTDESC37725_NEWS_LONG;The Hohenzollern King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;; +EVTDESC37725_NEWS_MEDIUM;King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;; +EVTDESC37725_NEWS_SHORT;King Leopold of Spain, controversial since his ascension to the throne, was shot dead after arriving in Madrid. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;; +EVTDESC37730_NEWS_LONG;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;; +EVTDESC37730_NEWS_MEDIUM;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;; +EVTDESC37730_NEWS_SHORT;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne.;;;;;;;;;;;;; +EVTDESC37735_NEWS_MEDIUM;After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup, the Republican army has declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella II-- and named him King of Spain.;;;;;;;;;;;;; +EVTDESC37735_NEWS_SHORT;The Spanish Republican army has overthrown the government and declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella-- naming him King of Spain.;;;;;;;;;;;;; +EVTDESC37741_NEWS_LONG;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire. To many, this heralds the passing of $FROMCOUNTRY$ as a colonial power—and the ushering in of America as a new one.;;;;;;;;;;;;; +EVTDESC37741_NEWS_MEDIUM;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire.;;;;;;;;;;;;; +EVTDESC37741_NEWS_SHORT;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$.;;;;;;;;;;;;; +EVTDESC97151_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some Spanish advisors are pushing the government to assert its authority over its old colony as a means of regaining lost glory.;;;;;;;;;;;;; +EVTDESC97151_NEWS_MEDIUM;According to reports, an incident in $FROMCOUNTRY$ came to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology. They have done so, but some advisors are pushing to regain lost glory through war.;;;;;;;;;;;;; +EVTDESC97151_NEWS_SHORT;An incident in $FROMCOUNTRY$ has resulted in the $FROMCOUNTRY_ADJ$ government issuing a full apology to Spain, but some Spanish advisors are pushing to regain lost glory through war.;;;;;;;;;;;;; +EVTDESC97152_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If they do not react in kind, they will lose a great deal of credibility.;;;;;;;;;;;;; +EVTDESC97152_NEWS_MEDIUM;According to reports, a fight broke out in $FROMCOUNTRY$ between Spanish nationals and a group of locals. Predictably, $FROMCOUNTRY$ has refused to apologize to Spain over the matter. This is a direct challenge to Spanish authority from a former colony.;;;;;;;;;;;;; +EVTDESC97152_NEWS_SHORT;A conflict between locals and Spanish nationals has resulted in $FROMCOUNTRY$ refusing to apologize to Spain over the matter. This is an insult to Spain from a former colony.;;;;;;;;;;;;; +EVTDESC97175_NEWS_LONG;The rebellion in $STATENAME$ has been going on unchecked for far too long, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their independence from $COUNTRY_ADJ$ rule... and while that isn't yet a claim to be taken seriously, as $STATENAME$'s state of chaos is still far too widespread, it's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;; +EVTDESC97175_NEWS_MEDIUM;The rebellion in $STATENAME$ has been going on unchecked, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. It's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;; +EVTDESC97175_NEWS_SHORT;The rebellion in $STATENAME$ has been going unchecked, and observers claim that $COUNTRY$ in danger of losing control of the colony entirely. If so, it would be an embarrassment to $COUNTRY_ADJ$ prestige.;;;;;;;;;;;;; +EVTNAME97055_NEWS_TITLE;End of the Peru-Bolivian Confederation?;;;;;;;;;;;;; +EVTDESC97055_NEWS_LONG;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;; +EVTDESC97055_NEWS_MEDIUM;Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;; +EVTDESC97055_NEWS_SHORT;Citizens in $COUNTRY$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America.;;;;;;;;;;;;; +EVTDESC97060_NEWS_LONG;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;; +EVTDESC97060_NEWS_MEDIUM;After years of hostile relations with Uruguay, the rebel leader of the liberal Colorados has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;; +EVTDESC97060_NEWS_SHORT;The rebel leader of the liberal Colorados in Uruguay has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally once again.;;;;;;;;;;;;; +EVTNAME97070_NEWS_TITLE;A Dictator in Ecuador;;;;;;;;;;;;; +EVTDESC97070_NEWS_LONG;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') has angered a great number of the country's liberal populace.;;;;;;;;;;;;; +EVTDESC97070_NEWS_MEDIUM;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power.;;;;;;;;;;;;; +EVTDESC97070_NEWS_SHORT;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by annulling the 1835 constitution.;;;;;;;;;;;;; +EVTDESC97075_NEWS_LONG;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;; +EVTDESC97075_NEWS_MEDIUM;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;; +EVTDESC97075_NEWS_SHORT;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;; +EVTNAME46610_NEWS_TITLE;Argentine Civil War Looms;;;;;;;;;;;;; +EVTDESC46610_NEWS_LONG;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded that it submit to liberal demands for a new constitution. There are hints that neighboring governments might support Urquiza, and that should he rise up in rebellion they will intervene on his behalf. President Rosas will have to determine whether he should submit or fight a civil war against Urquiza and possibly others.;;;;;;;;;;;;; +EVTDESC46610_NEWS_MEDIUM;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution. There are hints that neighboring governments might intervene on Urquiza`s behalf if he rebels.;;;;;;;;;;;;; +EVTDESC46610_NEWS_SHORT;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution.;;;;;;;;;;;;; +EVTDESC46611_NEWS_MEDIUM;With Rosas unable to defeat the Entre Rios rebellion, he has been forced to flee Argentina and General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution and created an Argentine Republic.;;;;;;;;;;;;; +EVTDESC46611_NEWS_SHORT;With Rosas unable to defeat the rebellion, he has been forced to flee Argentina. General Urquiza met with liberals in Santa Fe, drawing up a new constitution to create an Argentine Republic.;;;;;;;;;;;;; +kiel_canal_NEWS_LONG;A combination of commercial and naval interests have led $TAG0_0$ to the idea of constructing an artificial waterway that'd allow vessels to travel between the Baltic and North Seas without having to circumnavigate the stormy seas around Jutland. The 61 miles long canal is being built and is expected to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries, and proves that nation's greatness can be achieved through manufacture, trade and engineering rather than through war and conquest.;;;;;;;;;;;;; +kiel_canal_NEWS_MEDIUM;The 61 miles long canal is being built and is expected to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries, and proves that nation's greatness can be achieved through manufacture, trade and engineering rather than through war and conquest.;;;;;;;;;;;;; +kiel_canal_NEWS_SHORT;The 61 miles long Kiel Canal is being built and it is expect to quickly become one of the busiest artificial waterways of the world. The project offers new impetus to commerce for all maritime countries.;;;;;;;;;;;;; +suez_canal_NEWS_LONG;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig the Isthmus of Suez. A true marvel of modern engineering, the 102 miles long and 26 feet deep planned Suez Canal is expected to become one of the world's most active shipping lanes, driving down freight costs and bolstering commerce world-wide. 'Shipping fees will never return the costs of maintenance, the route around Africa will remain dominant', sceptics claim in an attempt to diminish the importance of this development.;;;;;;;;;;;;; +suez_canal_NEWS_MEDIUM;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig the Isthmus of Suez. A true marvel of modern engineering, the 102 miles long and 26 feet deep planned Suez Canal is expected to become one of the world's most active shipping lanes.;;;;;;;;;;;;; +suez_canal_NEWS_SHORT;A triumphant day for $TAG0_0$ as the Suez Canal Company starts to dig for the planned 102 miles long and 26 feet deep canal across the Isthmus of Suez.;;;;;;;;;;;;; +panama_canal_NEWS_LONG;The beginning of the construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level with some of the most intricate locks on both ends. It will be built in one of the most unhealthy areas of the entire world, so it's as much a monument to modern engineering as to modern medicine. The canal is expected to quickly become an important conduit to international maritime commerce, experts also claim it to offer great strategic advantage to its controller in times of war.;;;;;;;;;;;;; +panama_canal_NEWS_MEDIUM;The beginning of the construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level. To be built in one of most unhealthy places it's a monument to modern engineering as well as medicine.;;;;;;;;;;;;; +panama_canal_NEWS_SHORT;The construction of a canal through the Isthmus of Panama offers a proud day for $TAG0_0$. The canal will be 48 miles long, and is in fact a locked waterway 85 feet above sea level with some of the most intricate locks on both ends.;;;;;;;;;;;;; +EVTDESC36966_NEWS_LONG;$COUNTRY$ outlawed the slave trade many years ago, but it continues in many African nations-- the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. $COUNTRY$ recently sent ships in to liberate the natives of Lagos, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;; +EVTDESC36966_NEWS_MEDIUM;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;; +EVTDESC36966_NEWS_SHORT;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment.;;;;;;;;;;;;; +EVTNAME36961_NEWS_TITLE;The Gold Coast Treaty;;;;;;;;;;;;; +EVTDESC36961_NEWS_LONG;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$, resulting in an exchange of sorts-- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$... effectively surrendering their presence in the Ashanti Gold Coast region.;;;;;;;;;;;;; +EVTDESC36961_NEWS_MEDIUM;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$ -- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$.;;;;;;;;;;;;; +EVTDESC36961_NEWS_SHORT;$COUNTRY$ has agreed to relinquish influence in Indonesia, while $FROMCOUNTRY$ has agreed to turn over the Gold Coast province of Sekondi to $COUNTRY$.;;;;;;;;;;;;; +EVTNAME36955_NEWS_TITLE;The Burmese Conflict;;;;;;;;;;;;; +EVTDESC36955_NEWS_LONG;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige—they will be forced to follow through with a war against a country that has been, up until now, a staunch British ally.;;;;;;;;;;;;; +EVTDESC36955_NEWS_MEDIUM;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;; +EVTDESC36955_NEWS_SHORT;A British Commodore who was recently dispatched to Burma to negotiate several matters has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;; +EVTNAME95656_NEWS_TITLE;Treaty With $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC95656_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely a territorial grant, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC95656_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC95656_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;; +EVTNAME96006_NEWS_TITLE;$COUNTRY$ Near Total Collapse!;;;;;;;;;;;;; +EVTDESC96006_NEWS_LONG;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Much of the country is under enemy occupation, and the populace even in the free areas is suffering greatly from massive shortages. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now. 'This is a dark day for $COUNTRY$,' said one official. 'We are beyond a state of emergency. The situation is simply hopeless for us. If our allies do not come to our aid soon, we are lost.';;;;;;;;;;;;; +EVTDESC96006_NEWS_MEDIUM;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now.;;;;;;;;;;;;; +EVTDESC96006_NEWS_SHORT;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace.;;;;;;;;;;;;; +EVTDESC96010_NEWS_LONG;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a treaty had been reached with the $COUNTRY_ADJ$ government. '$COUNTRY$ will be dismantled,' one official relayed. 'Their sins shall be forgiven, but in return they will give up all their colonial holdings, shall release any sovereign states within their borders and return any foreign lands under $COUNTRY_ADJ$ occupation. We seek to ensure that $COUNTRY$ is in no way able to threaten world peace once more.';;;;;;;;;;;;; +EVTDESC96010_NEWS_MEDIUM;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that an accord had finally been reached with the $COUNTRY_ADJ$ government, resulting in the dismantling of $COUNTRY$ and all its holdings.;;;;;;;;;;;;; +EVTDESC96010_NEWS_SHORT;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a peace treaty had finally been reached with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTNAME96085_NEWS_TITLE;$COUNTRY_ADJ$ Democracy;;;;;;;;;;;;; +EVTDESC96085_NEWS_LONG;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed on them by an enemy country, many are nevertheless overjoyed. 'I do not care if $COUNTRY_ADJ$ democracy comes only because $FROMCOUNTRY$ tells us to do it,' one citizen gushed. 'What matters is that now I can vote.';;;;;;;;;;;;; +EVTDESC96085_NEWS_MEDIUM;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed, many are nevertheless overjoyed.;;;;;;;;;;;;; +EVTDESC96085_NEWS_SHORT;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being.;;;;;;;;;;;;; +EVTNAME96086_NEWS_TITLE;$COUNTRY_ADJ$ Fascism;;;;;;;;;;;;; +EVTDESC96086_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. 'They are our allies, ' said one man. 'Why would we not honor what they have done for us?';;;;;;;;;;;;; +EVTDESC96086_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;; +EVTDESC96086_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;; +EVTNAME96087_NEWS_TITLE;$COUNTRY_ADJ$ Communism;;;;;;;;;;;;; +EVTDESC96087_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. 'They are our allies, ' said one man. 'Why would we not honor what they have done for us?';;;;;;;;;;;;; +EVTDESC96087_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;; +EVTDESC96087_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;; +EVTNAME97606_NEWS_TITLE;Commodore Perry's Expedition;;;;;;;;;;;;; +EVTDESC97606_NEWS_LONG;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors, though this feat was only accomplished through gunboat diplomacy and the threat of war.;;;;;;;;;;;;; +EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors.;;;;;;;;;;;;; +EVTNAME97609_NEWS_TITLE;Japanese Surrender;;;;;;;;;;;;; +EVTDESC97609_NEWS_LONG;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met. Additionally, an indemnity will be placed upon Japan to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;; +EVTDESC97609_NEWS_MEDIUM;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met.;;;;;;;;;;;;; +EVTDESC97609_NEWS_SHORT;The war between America and Japan has officially ended. The American government has formally concluded a treaty with the Japanese which will see their influence in the nation restored.;;;;;;;;;;;;; +EVTDESC97617_NEWS_LONG;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the 'foreign barbarian' presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead, is a challenge to the Shogun's power, and may serve to further incite rebellion.;;;;;;;;;;;;; +EVTDESC97617_NEWS_MEDIUM;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the 'foreign barbarian' presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead.;;;;;;;;;;;;; +EVTDESC97617_NEWS_SHORT;In an unprecedented move, the Japanese Emperor-- traditionally a figurehead-- has issued an edict to expel the 'foreign barbarian' presence in Japan.;;;;;;;;;;;;; +EVTDESC97630_NEWS_LONG;There are some who believe that Emperor Komei of Japan was assassinated-- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the Shogun and the Imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;; +EVTDESC97630_NEWS_MEDIUM;There are some who believe that Emperor Komei of Japan was assassinated. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;; +EVTDESC97630_NEWS_SHORT;The recent death of Emperor Komei has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war between the Shogun and the Japanese daimyos.;;;;;;;;;;;;; +EVTDESC97641_NEWS_LONG;The $FROMCOUNTRY_ADJ$ clan of Japan has made a bold move: they have seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun. The coming civil war will determine once and for all where the future of Japan lies.;;;;;;;;;;;;; +EVTDESC97641_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun.;;;;;;;;;;;;; +EVTDESC97641_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation.;;;;;;;;;;;;; +EVTDESC97646_NEWS_LONG;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;; +EVTDESC97646_NEWS_MEDIUM;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;; +EVTDESC97646_NEWS_SHORT;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace.;;;;;;;;;;;;; +EVTDESC97651_NEWS_LONG;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;; +EVTDESC97651_NEWS_MEDIUM;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;; +EVTDESC97651_NEWS_SHORT;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace.;;;;;;;;;;;;; +EVTDESC97665_NEWS_LONG;A growing dissatisfaction among the former samurai with the abolition of the Japanese han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;; +EVTDESC97665_NEWS_MEDIUM;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion. It has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;; +EVTDESC97665_NEWS_SHORT;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion, and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;; +EVTDESC97606_NEWS_SHORT;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan's policy of isolation from western nations has been forcibly cracked open.;;;;;;;;;;;;; +EVTNAME16401_NEWS_TITLE;$FROMCOUNTRY$ Joins the FRCA;;;;;;;;;;;;; +EVTDESC16401_NEWS_LONG;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America. A constitution has been submitted, along with maps defining the state's territorial boundaries. Common opinion seems to hold it a forgone conclusion that this petition will be accepted and forever join $FROMCOUNTRY$ into the prosperous $COUNTRY_ADJ$ republic.;;;;;;;;;;;;; +EVTDESC16401_NEWS_MEDIUM;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America. A constitution has been submitted, along with maps defining the state's territorial boundaries.;;;;;;;;;;;;; +EVTDESC16401_NEWS_SHORT;The $COUNTRY_ADJ$ government has received a petition from $FROMCOUNTRY$, requesting statehood in the Federal Republic of Central America.;;;;;;;;;;;;; +EVTNAME97550_NEWS_TITLE;Civil War in Central America;;;;;;;;;;;;; +EVTDESC97550_NEWS_LONG;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;; +EVTDESC97550_NEWS_MEDIUM;The Federal Republic of Central America has been chaotic since its inception, due to a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;; +EVTDESC97550_NEWS_SHORT;The Federal Republic of Central America has been chaotic since its inception. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;; +EVTNAME97560_NEWS_TITLE;End of the Federal Republic?;;;;;;;;;;;;; +EVTDESC97560_NEWS_LONG;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have. Some consider that an impossible task, though liberals argue that the government should not allow conservatives to doom the region to a future of division and internal squabbling.;;;;;;;;;;;;; +EVTDESC97560_NEWS_MEDIUM;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have.;;;;;;;;;;;;; +EVTDESC97560_NEWS_SHORT;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved.;;;;;;;;;;;;; +EVTNAME16001_NEWS_TITLE;The American Slavery Debate;;;;;;;;;;;;; +EVTDESC16001_NEWS_LONG;The one issue that the Founding Fathers of $COUNTRY$ were never able to answer conclusively was the question concerning the status of slavery within the union. This inflamed debate has only gained traction in the years since the revolution, and it is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel that there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated into emancipation by the central power in Washington.;;;;;;;;;;;;; +EVTDESC16001_NEWS_MEDIUM;This debate on slavery is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated by the central government.;;;;;;;;;;;;; +EVTDESC16001_NEWS_SHORT;This debate on slavery is the singular most important $COUNTRY_ADJ$ political issue, with some radical southerners feeling the only alternative to being dominated by the government is secession.;;;;;;;;;;;;; +EVTDESC16010_NEWS_LONG;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. Supposedly, Brown had planned to use the arsenal's weapons to arm slaves and incite an open slave rebellion across the entire south. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue, and in some slave-states there is now even talk of secession from the Union.;;;;;;;;;;;;; +EVTDESC16010_NEWS_MEDIUM;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue.;;;;;;;;;;;;; +EVTDESC16010_NEWS_SHORT;$COUNTRY$: John Brown was hanged in Charles Town, Virginia, today after a failed raid on a military armory, further escalating southern tension over the slavery issue.;;;;;;;;;;;;; +EVTDESC16020_NEWS_LONG;$COUNTRY$: Dred Scott, born a slave in Virginia, has, with the help of abolitionist legal advisers, sued his 'owner', claiming that his present residency in a free state requires his emancipation. The United States Supreme Court has not yet ruled on the case — but seems inclined to rule that the property of slave-owners are protected regardless of where in the Union the slave resides. The case has caused enormous alarm among northern abolitionists, who see it as the first step to a full extension of the institution of slavery to the whole Union.;;;;;;;;;;;;; +EVTDESC16020_NEWS_MEDIUM;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused alarm among northern abolitionists, who see its ruling as the first step to a full extension of slavery to the whole Union.;;;;;;;;;;;;; +EVTDESC16020_NEWS_SHORT;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused enormous alarm among northern abolitionists.;;;;;;;;;;;;; +EVTDESC44122_NEWS_LONG;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;; +EVTDESC44122_NEWS_MEDIUM;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;; +EVTDESC44122_NEWS_SHORT;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, clearly establishing the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;; +EVTDESC44152_NEWS_LONG;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, the British have agreed to a compromise-- splitting the land between the countries at the 49th Parallel. Any British lands held by the United States will be turned over to them, and vice-versa. Though some Americans are upset at this 'caving in' to British interests, many others are breathing a sigh of relief that war has been averted.;;;;;;;;;;;;; +EVTDESC44152_NEWS_MEDIUM;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel. While some Americans are upset by this 'caving in' to the British, most are relieved.;;;;;;;;;;;;; +EVTDESC44152_NEWS_SHORT;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel.;;;;;;;;;;;;; +EVTDESC44153_NEWS_LONG;The talks between the American and the British governments over the disputed Oregon Country have broken down, primarily due to the continuing calls by warmongering politicians. Neither of the options now before the Americans are very pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for eventual war with the British.;;;;;;;;;;;;; +EVTDESC44153_NEWS_MEDIUM;The talks between the American and the British governments over the disputed Oregon Country have broken down. Neither of the options now before the Americans are pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for war.;;;;;;;;;;;;; +EVTDESC44153_NEWS_SHORT;The talks between the American and the British governments over the disputed Oregon Country have broken down. Now the Americans must give up their claims or brace for war with the British.;;;;;;;;;;;;; +EVTDESC44154_NEWS_LONG;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by the Americans, who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war unless the British decide the colony is not worth the struggle and surrender their claims.;;;;;;;;;;;;; +EVTDESC44154_NEWS_MEDIUM;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, a situation recently exacerbated by the Americans who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war.;;;;;;;;;;;;; +EVTDESC44154_NEWS_SHORT;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, with the Americans recently pressing their claim all the way to the 54th Parallel.;;;;;;;;;;;;; +EVTDESC44826_NEWS_LONG;After a lengthy meeting in Mexico City, an agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that the claimed American territories—the entirety of New Mexico and California to the north, all the way to the Pacific coast—will be turned over to the United States. This is a clear and humiliating defeat for Mexico, and a sign that the United States is becoming a world power with which to be reckoned.;;;;;;;;;;;;; +EVTDESC44826_NEWS_MEDIUM;An agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that Mexican frontier will be turned over to the United States-- a clear and humiliating defeat for Mexico.;;;;;;;;;;;;; +EVTDESC44826_NEWS_SHORT;An agreement between the Mexican and American governments has been worked out to end the war between them, stating the entire Mexican frontier will be turned over to the United States.;;;;;;;;;;;;; +EVTNAME44807_NEWS_TITLE;The Treaties of Velasco;;;;;;;;;;;;; +EVTDESC44807_NEWS_LONG;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory -- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. The question now falls to Mexico whether to honor the Treaties of Velasco, obtained under duress, or to refute them.;;;;;;;;;;;;; +EVTDESC44807_NEWS_MEDIUM;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory -- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;; +EVTDESC44807_NEWS_SHORT;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;; +EVTDESC44830_NEWS_MEDIUM;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;; +EVTDESC44830_NEWS_SHORT;Insurgents led by Benito Juárez have captured Emperor Maximilian of Mexico. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;; +EVTDESC44835_NEWS_MEDIUM;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has installed Diaz as a military-backed dictator.;;;;;;;;;;;;; +EVTDESC44835_NEWS_SHORT;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup and been installed as a military-backed dictator.;;;;;;;;;;;;; +EVTDESC16500_NEWS_LONG;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population-- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;; +EVTDESC16500_NEWS_MEDIUM;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, and have demanded a second constitutional convention and a change to a more proportional system of government based on population.;;;;;;;;;;;;; +EVTDESC16500_NEWS_SHORT;$COUNTRY$: Frustrated northern delegates have demanded a second constitutional convention and a change to a more proportional system of government based on population rather than by state.;;;;;;;;;;;;; +EVTDESC16510_NEWS_LONG;A convention of northern delegates in $COUNTRY$ have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and is considering whether a peaceful resolution through negotiation is even possible. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking—and this means war.;;;;;;;;;;;;; +EVTDESC16510_NEWS_MEDIUM;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and declared war.;;;;;;;;;;;;; +EVTDESC16510_NEWS_SHORT;A new union has been created: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has declared this an act of traitors.;;;;;;;;;;;;; +EVTDESC96110_NEWS_LONG;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control. The rulers of $COUNTRY$ are scrambling to counter this sudden return, recruiting allies against ibn Saud lest their earlier victory over his house be permanently undone.;;;;;;;;;;;;; +EVTDESC96110_NEWS_MEDIUM;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTDESC96110_NEWS_SHORT;Abdul-Aziz, scion of the House of Saud, has forged an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTNAME96120_NEWS_TITLE;The War of Arabian Domination;;;;;;;;;;;;; +EVTDESC96120_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Nejd.;;;;;;;;;;;;; +EVTDESC96120_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi royal family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;; +EVTDESC96120_NEWS_SHORT;The head of the Rashidi royal family, rulers of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;; +EVTDESC96121_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Ha'il.;;;;;;;;;;;;; +EVTDESC96121_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;; +EVTDESC96121_NEWS_SHORT;The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;; +EVTDESC96130_NEWS_LONG;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about the need for a united front to contain $COUNTRY_ADJ$ aggression. There are even efforts to stir up their own citizens against them. 'Surely not all people in $COUNTRY$ agree with their government!' commented one leader. $COUNTRY$ will need to be careful, lest they face not a single enemy but that of the world's great powers united against them.;;;;;;;;;;;;; +EVTDESC96130_NEWS_MEDIUM;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about a united front to contain $COUNTRY_ADJ$ aggression. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;; +EVTDESC96130_NEWS_SHORT;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;; +EVTDESC96136_NEWS_LONG;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. It goes without saying that their demands are extremely humiliating, involving the surrender of all conquered territories among many other things. If they do not agree, however, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;; +EVTDESC96136_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. If they do not agree, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;; +EVTDESC96136_NEWS_SHORT;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you.;;;;;;;;;;;;; +EVTDESC96170_NEWS_LONG;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. While the local government in Khartoum initially dismissed this man, further reports indicate the Mahdi possesses a great deal of magnetism -- and his rallying call of driving all foreign presence out of the Sudan has gained him a large following. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;; +EVTDESC96170_NEWS_MEDIUM;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;; +EVTDESC96170_NEWS_SHORT;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war against $COUNTRY$ to unify the tribes in western and central Sudan.;;;;;;;;;;;;; +EVTDESC95250_NEWS_LONG;Brunei's control over its southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah'. This has made him the effective ruler, and with British influence his sultanate has become independent in truth.;;;;;;;;;;;;; +EVTDESC95250_NEWS_MEDIUM;During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah'.;;;;;;;;;;;;; +EVTDESC95250_NEWS_SHORT;An Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the rulership of Sarawak -- 'the White Rajah'.;;;;;;;;;;;;; +EVTDESC95260_NEWS_LONG;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Talk of secession is frequent, if quiet, and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. Already the rise of a new 'Sons of Liberty' movement heralds resistance against the totalitarian American government.;;;;;;;;;;;;; +EVTDESC95260_NEWS_MEDIUM;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Already the rise of a new 'Sons of Liberty' movement heralds resistance against the government.;;;;;;;;;;;;; +EVTDESC95260_NEWS_SHORT;The rise of a new 'Sons of Liberty' movement in the United States heralds the first resistance against the totalitarian American government.;;;;;;;;;;;;; +EVTDESC95076_NEWS_LONG;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$, supported by high-ranking Polish and Lithuanian officers and politicians. The eyes of all of Europe are upon $COUNTRY$, and if they deal with the insurgents too harshly it may hurt their relations with other European powers. If they do not, however, the uprising will surely spread even further.;;;;;;;;;;;;; +EVTDESC95076_NEWS_MEDIUM;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$, supported by high-ranking Polish and Lithuanian officers and politicians.;;;;;;;;;;;;; +EVTDESC95076_NEWS_SHORT;A spontaneous protest by young Poles over conscription into the army has quickly erupted into a widespread insurrection across $COUNTRY$.;;;;;;;;;;;;; +EVTDESC95200_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;; +EVTDESC95200_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;; +EVTDESC95200_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC95201_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;; +EVTDESC95201_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;; +EVTDESC95201_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC95205_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;; +EVTDESC95205_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;; +EVTDESC95205_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC95210_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;; +EVTDESC95210_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;; +EVTDESC95210_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC95215_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;; +EVTDESC95215_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;; +EVTDESC95215_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC36711_NEWS_LONG;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;; +EVTDESC36711_NEWS_MEDIUM;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;; +EVTDESC36711_NEWS_SHORT;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London, guaranteeing Belgium`s independence in exchange for some territorial concessions.;;;;;;;;;;;;; +EVTDESC36716_NEWS_LONG;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The European powers have pushed for peace and conciliation-- they wish to see that Belgium keeps what it has and be satisfied with its independence-- though the Belgian government is said to be considering territorial demands. Doing so will almost certainly anger the powers of Europe.;;;;;;;;;;;;; +EVTDESC36716_NEWS_MEDIUM;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The Belgian government is said to be considering territorial demands.;;;;;;;;;;;;; +EVTDESC36716_NEWS_SHORT;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch have little choice but to accept any terms they dictate.;;;;;;;;;;;;; +EVTDESC44302_NEWS_LONG;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. Métis petitions for recognition of their land-holdings and institutions went unheeded. The Métis also became increasingly upset with the growing numbers of settlers from the east, invading their territories. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. Adopting the Revolutionary Bill of Rights, the Métis established their own government and independence from Canada.;;;;;;;;;;;;; +EVTDESC44302_NEWS_MEDIUM;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;; +EVTDESC44302_NEWS_SHORT;In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;; +EVTNAME44305_NEWS_TITLE;Canadian Rebellions of $YEAR$;;;;;;;;;;;;; +EVTDESC44305_NEWS_LONG;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;; +EVTDESC44305_NEWS_MEDIUM;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;; +EVTDESC44305_NEWS_SHORT;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government.;;;;;;;;;;;;; +EVTDESC44310_NEWS_LONG;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. The British government would like to see their North American colonies be more self-reliant, so is considering whether it is in their best interests to allow this union.;;;;;;;;;;;;; +EVTDESC44310_NEWS_MEDIUM;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government.;;;;;;;;;;;;; +EVTDESC44310_NEWS_SHORT;Governors from the Maritime and Canadian colonies in North America have gathered, attempting to organize a larger confederation with an eye towards eventual self-government.;;;;;;;;;;;;; +EVTNAME44320_NEWS_TITLE;The Rupert's Land Act;;;;;;;;;;;;; +EVTDESC44320_NEWS_LONG;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory between British Columbia and Ontario-- offered to the Canadian dominion. Currently the land is administered by the Hudson's Bay Company, and thus the Canadian government would be required to purchase it. Should they choose to do so, it would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;; +EVTDESC44320_NEWS_MEDIUM;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory-- offered to the Canadian dominion. It would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;; +EVTDESC44320_NEWS_SHORT;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory-- offered to the Canadian dominion.;;;;;;;;;;;;; +EVTDESC44322_NEWS_LONG;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;; +EVTDESC44322_NEWS_MEDIUM;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;; +EVTDESC44322_NEWS_SHORT;A British act which would have seen Canada offered the rights to purchase all British territory from Ontario to Columbia from the Hudson's Bay Company has been defeated.;;;;;;;;;;;;; +EVTNAME44355_NEWS_TITLE;The Canadian National Railway;;;;;;;;;;;;; +EVTDESC44355_NEWS_LONG;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages — crossing the Prairies and then the treacherous Rocky Mountains -- which will be considerably more difficult. This is, according to many," the only way that Canada will remain united as a country: 'From sea to shining sea,' as promised.;;;;;;;;;;;;x",,,,; +EVTDESC44355_NEWS_MEDIUM;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages — crossing the Prairies and then the treacherous Rocky Mountains -- which will be considerably more difficult.;;;;;;;;;;;;; +EVTDESC44355_NEWS_SHORT;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic, has been completed. Now work must begin on the next stages, which will be considerably more difficult.;;;;;;;;;;;;; +EVTNAME32511_NEWS_TITLE;The Alaskan Purchase;;;;;;;;;;;;; +EVTDESC32511_NEWS_LONG;Distant Alaska has become a burden to the Russian government, and so recently they began quietly approaching powers around the Pacific Rim in the interest of selling it. They found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control for an undisclosed sum. Already the $COUNTRY_ADJ$ governor has arrived in Sitka to begin the new administration.;;;;;;;;;;;;; +EVTDESC32511_NEWS_MEDIUM;Distant Alaska has become a burden to the Russian government — now they have found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTDESC32511_NEWS_SHORT;A deal has been concluded between Russia and $COUNTRY$ where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTDESC80110_NEWS_LONG;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier -- agreed upon almost two hundred years ago. The Russians expressed desire for a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. This is surely a veiled threat by the Russians, capitalizing on $COUNTRY$`s perceived weakness… but the $COUNTRY_ADJ$ government knows that, if the Russians do not get what they want, it will mean war.;;;;;;;;;;;;; +EVTDESC80110_NEWS_MEDIUM;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier. The Russians expressed desire for a southern port upon the Sea of Japan, a veiled threat capitalizing on $COUNTRY$`s perceived weakness.;;;;;;;;;;;;; +EVTDESC80110_NEWS_SHORT;Russia has demanded readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier, expressing desire for a southern port upon the Sea of Japan.;;;;;;;;;;;;; +EVTDESC90115_NEWS_LONG;A riot by Cuban Spanish loyalists recently broke out in Havana. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbour. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;; +EVTDESC90115_NEWS_MEDIUM;The battleship USS Maine was sent to Cuba in response to fears that Americans might be endangered by riots. Not long after arriving, the Maine was rocked by an explosion, sinking the ship. American newspapers have leapt on the event, whipping up the public into a rage.;;;;;;;;;;;;; +EVTDESC90115_NEWS_SHORT;After the battleship USS Maine exploded and sank in the Havana harbour, American newspapers have leapt on the event and called for war against Spain and intervention in Cuba.;;;;;;;;;;;;; +EVTDESC90904_NEWS_LONG;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. The $FROMCOUNTRY$ people have always been more accepting of western ways, to the point where they are now considered to be on par with civilized nations—unlike $COUNTRY$ itself. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not simply allow them to chart their own course.;;;;;;;;;;;;; +EVTDESC90904_NEWS_MEDIUM;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not allow them to chart their own course.;;;;;;;;;;;;; +EVTDESC90904_NEWS_SHORT;$FROMCOUNTRY$ has thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided $COUNTRY$ does not allow them to go free.;;;;;;;;;;;;; +EVTNAME98008_NEWS_TITLE;Attempted Coup in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC98008_NEWS_LONG;A group of Czech radical democrats attempted to overthrow the $COUNTRY_ADJ$ government in a coup. The plot, however, did not succeed and was-- according to the $COUNTRY_ADJ$ authorities-- regarded only as a 'local attempt by a few misguided townsmen'. Further interviews revealed, however, that the actions of those 'misguided townsmen' have already inspired others to rise up in demand of freedom. Will their cause succeed? Only time will tell.;;;;;;;;;;;;; +EVTDESC98008_NEWS_MEDIUM;Czech radical democrats attempted to coup the $COUNTRY_ADJ$ government. According to authorities the 'local attempt by a few misguided townsmen' did not succeed but further interviews revealed that those 'misguided' may have inspired others to rise up in demand of freedom.;;;;;;;;;;;;; +EVTDESC98008_NEWS_SHORT;An attempt of Czech radical democrats - 'a few misguided townsmen', according to authorities - to overthrow the $COUNTRY_ADJ$ government did fail, but may have inspired others to rise up.;;;;;;;;;;;;; +EVTNAME90016_NEWS_TITLE;$COUNTRY_ADJ$ Heir Assassinated!;;;;;;;;;;;;; +EVTDESC90016_NEWS_LONG;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ and one of the most prominent members of $COUNTRY_ADJ$ aristocracy, has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. Interviews with $COUNTRY_ADJ$ authorities revealed that there are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event. A war with Serbia now does seem rather likely.;;;;;;;;;;;;; +EVTDESC90016_NEWS_MEDIUM;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a group of Serbian nationalists who seek to rejoin with the Serbian nation. There are suspicions that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;; +EVTDESC90016_NEWS_SHORT;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a Serbian nationalist group seeking to rejoin with the Serbian nation. Suspicions are that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;; +EVTNAME90017_NEWS_TITLE;The Hungarian Question;;;;;;;;;;;;; +EVTDESC90017_NEWS_LONG;Many nations in the world have at least one minority group that claim their own cultural or national heritage. In these changing times some merely seek more political autonomy, whilst others want full-scale independence ? even through violent means. With the recent unrest in Hungarian lands, the local Hungarian government has now demanded greater autonomy from $COUNTRY_ADJ$ rule. One has to ask if a nation like $COUNTRY$ should truly become so bitterly divided between its ethnic groups that only a formal division can bring an end to its inner conflicts? ;;;;;;;;;;;;; +EVTDESC90017_NEWS_MEDIUM;Cultural minority groups increasingly want political autonomy or full-scale independence ? even through violent means. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule. Should $COUNTRY$ truly become divided between its ethnic groups?;;;;;;;;;;;;; +EVTDESC90017_NEWS_SHORT;Cultural minority groups increasingly want political autonomy or even full-scale independence. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule.;;;;;;;;;;;;; +EVTDESC38505_NEWS_LONG;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;; +EVTDESC38505_NEWS_MEDIUM;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The resulting decree is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;; +EVTDESC38505_NEWS_SHORT;The Sultan of Oman`s death has left him with two heirs claiming the throne. The result is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat.;;;;;;;;;;;;; +EVTDESC97000_NEWS_LONG;A growing dissatisfaction with the ruling government among Portugal's poor has grown into rebellion, spurred on by popular discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion -- which has a large contingent of peasant women among its supporters -- and which has been co-opted by revolutionaries in emulation of the rebellions elsewhere in Europe.;;;;;;;;;;;;; +EVTDESC97000_NEWS_MEDIUM;Dissatisfaction with Portugal`s government has grown into rebellion, spurred on by discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion.;;;;;;;;;;;;; +EVTDESC97000_NEWS_SHORT;Dissatisfaction with Portugal`s government has grown into a rebellion. The instigator of the initial riots is a woman named Maria, and her nickname has come to represent the rebellion.;;;;;;;;;;;;; +EVTDESC97003_NEWS_LONG;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on Portugal's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;; +EVTDESC97003_NEWS_MEDIUM;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by the Duke of Saldanha. This has served to spur on Portugal`s liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;; +EVTDESC97003_NEWS_SHORT;Reacting to the spreading revolts in Portugal, Queen Maria II has angered liberals by suspending the constitution and installing a reactionary government presided over by the Duke of Saldanha.;;;;;;;;;;;;; +EVTDESC97015_NEWS_LONG;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;; +EVTDESC97015_NEWS_MEDIUM;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain as their carriage was fired upon by republican activists. Manuel, the king's youngest son, has been acclaimed as the new King of Portugal.;;;;;;;;;;;;; +EVTDESC97015_NEWS_SHORT;Upon returning from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain by republican activists. Manuel, the king's youngest son, has been acclaimed the new King.;;;;;;;;;;;;; +EVTDESC97020_NEWS_LONG;With the Portuguese monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in Lisbon. Members of the Carbonária, republican youth, and elements of the army instigated a coup d'état in the palace. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;; +EVTDESC97020_NEWS_MEDIUM;Members of the Carbonária, republican youth, and elements of the army have overthrown the Portuguese monarchy in a coup d'état. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;; +EVTDESC97020_NEWS_SHORT;Members of the Carbonária have overthrown the Portuguese monarchy in a coup d'état. King Manuel and his family escaped for exile to England, and a new Portuguese Republic has been declared.;;;;;;;;;;;;; +EVTDESC97116_NEWS_LONG;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the Panjabi princes struggling to maintain power. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;; +EVTDESC97116_NEWS_MEDIUM;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire and caused much infighting among the Panjabi princes. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;; +EVTDESC97116_NEWS_SHORT;With the death of Ranjit Singh, infighting among the Panjabi princes has erupted. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;; +EVTDESC90038_NEWS_SHORT;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria.;;;;;;;;;;;;; +EVTDESC98206_NEWS_MEDIUM;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River. The Boers won a decisive victory, and have now carved out a new colony -- with the only question remaining whether the British will recognize their independence.;;;;;;;;;;;;; +EVTDESC98206_NEWS_SHORT;The Boer encroachment into Zulu lands has provoked the Battle of Blood River. The Boers won a decisive victory, and now the question is whether the British will recognize their independence.;;;;;;;;;;;;; +EVTDESC98207_NEWS_LONG;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to British ambitions in Africa.;;;;;;;;;;;;; +EVTDESC98207_NEWS_MEDIUM;The Boers which have trekked into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand.;;;;;;;;;;;;; +EVTDESC98207_NEWS_SHORT;The Boers which have trekked into Zulu lands have reached a settlement with the natives and staked out permanent borders for the Natalia Republic — which the British consider to be subjects.;;;;;;;;;;;;; +EVTDESC98210_NEWS_LONG;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military forces, and the British government in Cape Town has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way, regardless of the blow to British prestige.;;;;;;;;;;;;; +EVTDESC98210_NEWS_MEDIUM;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way.;;;;;;;;;;;;; +EVTDESC98210_NEWS_SHORT;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse.;;;;;;;;;;;;; +EVTDESC98230_NEWS_LONG;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in $COUNTRY_ADJ$ territory ('uitlanders', as they are called). While $COUNTRY_ADJ$ independence is a foregone conclusion, they are deciding whether they wish future conflict with the British.;;;;;;;;;;;;; +EVTDESC98230_NEWS_MEDIUM;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreign workers.;;;;;;;;;;;;; +EVTDESC98230_NEWS_SHORT;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of their independence from colonial rule.;;;;;;;;;;;;; +EVTDESC98245_NEWS_LONG;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and thus the Boer resistance has proven embarrassing. If they do not answer this with force, it will harm British prestige.;;;;;;;;;;;;; +EVTDESC98245_NEWS_MEDIUM;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;; +EVTDESC98245_NEWS_SHORT;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;; +EVTDESC98247_NEWS_LONG;The Boers have proven far more resilient than the world would ever have thought possible, and now the British face the humiliating prospect of surrendering the Cape Colony to them. It seems they have little choice, with the war going so poorly and Cape Town already occupied. Preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;; +EVTDESC98247_NEWS_MEDIUM;The Boers have proven far more resilient than the world would ever have thought possible, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;; +EVTDESC98247_NEWS_SHORT;The Boers have proven far more resilient than expected, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;; +EVTDESC80127_NEWS_SHORT;A revolt in the Chinese province of $COUNTRY$ has been successful as the rebel leader confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments, as usual.;;;;;;;;;;;;; +EVTDESC85000_NEWS_LONG;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux -- head of the fledgling Korean Catholic Church -- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vassal which then launched a punitive expedition with the support of the French consul in Peking.;;;;;;;;;;;;; +EVTDESC85000_NEWS_MEDIUM;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans. One surviving priest relayed his tale to a French war vassal, which then launched a punitive expedition against the Koreans.;;;;;;;;;;;;; +EVTDESC85000_NEWS_SHORT;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans.;;;;;;;;;;;;; +EVTDESC85010_NEWS_LONG;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home-- but word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;; +EVTDESC85010_NEWS_MEDIUM;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was fired on by a coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire-- and word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;; +EVTDESC85010_NEWS_SHORT;A $COUNTRY_ADJ$ vessel, damaged by a storm, was fired on by a coastal Korean fortress. Word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;; +EVTDESC85020_NEWS_LONG;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presences. $COUNTRY$ will need to move quickly if they wish to prevent these rebels from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;; +EVTDESC85020_NEWS_MEDIUM;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes to rid the country of Japanese and other foreign presences.;;;;;;;;;;;;; +EVTDESC85020_NEWS_SHORT;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology.;;;;;;;;;;;;; +EVTDESC85028_NEWS_LONG;Responding to rumors of $COUNTRY$'s intended intervention in Korea, $FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation. $COUNTRY_ADJ$ forces are massing on the border, possibly indicating war to come.;;;;;;;;;;;;; +EVTDESC85028_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ forces recently entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation.;;;;;;;;;;;;; +EVTDESC85028_NEWS_SHORT;$FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal.;;;;;;;;;;;;; +EVTDESC98620_NEWS_LONG;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen -- men influenced by the ideals of the French Revolution who are advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities. This, they say, will help stem the tide of decay in the Empire.;;;;;;;;;;;;; +EVTDESC98620_NEWS_MEDIUM;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen-- advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;; +EVTDESC98620_NEWS_SHORT;An intellectual class known as the Young Ottomans has arisen in the Ottoman Empire -- advocating secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;; +EVTDESC98626_NEWS_LONG;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force -- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;; +EVTDESC98626_NEWS_MEDIUM;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While some say such action will only foster more unrest, others are all too aware that failing to do so will make the Sultan look weak.;;;;;;;;;;;;; +EVTDESC98626_NEWS_SHORT;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution as a desperate bid to restore order.;;;;;;;;;;;;; +EVTDESC98636_NEWS_MEDIUM;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline.;;;;;;;;;;;;; +EVTDESC98636_NEWS_SHORT;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic.;;;;;;;;;;;;; +EVTDESC98640_NEWS_SHORT;The Ottoman monarchy has been overthrown, and now $COUNTRY$ stands in its place. An Empire formed of diverse cultures has been set aside in favor of a nation built for the Turkish people.;;;;;;;;;;;;; +EVTDESC97503_NEWS_LONG;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine -- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca. The Russians consider this a breach of the treaty and a threat to Russian interests in the Holy Land.;;;;;;;;;;;;; +EVTDESC97503_NEWS_MEDIUM;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine -- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca.;;;;;;;;;;;;; +EVTDESC97503_NEWS_SHORT;The French government has pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine—authority which has traditionally rested with Russia.;;;;;;;;;;;;; +EVTDESC97510_NEWS_LONG;The powers of Europe have met in Paris to settle the recent matter of the Crimean War — considered by many to be a punishment of Russia for its stalled invasion of the Ottoman Empire. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;; +EVTDESC97510_NEWS_MEDIUM;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;; +EVTDESC97510_NEWS_SHORT;The powers of Europe have met in Paris to settle the recent matter of the Crimean War: Russia has suffered a humiliating defeat, and must now surrender both influence and prestige.;;;;;;;;;;;;; +EVTDESC97512_NEWS_LONG;Russian victory in the recent Crimean War has meant the Russians could dictate the terms of a peace treaty — and so they have. After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over both the Ottoman Empire and the Holy Land in the Levant. A clear victory for Russia.;;;;;;;;;;;;; +EVTDESC97512_NEWS_MEDIUM;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over the Ottoman Empire. A clear victory for Russia.;;;;;;;;;;;;; +EVTDESC97512_NEWS_SHORT;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see Russians firmly placed in a dominant position over both the Ottoman Empire and a newly-freed Romania.;;;;;;;;;;;;; +EVTDESC95616_NEWS_LONG;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should $COUNTRY$ choose not to upset the balance of power in the region so drastically, they may find $FROMCOUNTRY$ soon taken from their control and turned into a target for another power's expansion.;;;;;;;;;;;;; +EVTDESC95616_NEWS_MEDIUM;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should they choose not to do so, they may find $FROMCOUNTRY$ soon taken from their control.;;;;;;;;;;;;; +EVTDESC95616_NEWS_SHORT;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is considering taking direct control of the country.;;;;;;;;;;;;; +EVTDESC95613_NEWS_LONG;As tensions are rising in Central Asia, several $FROMCOUNTRY_ADJ$ soldiers accidentally crossed the $COUNTRY_ADJ$ border. $COUNTRY_ADJ$ soldiers were killed, and even more were wounded. Though the $FROMCOUNTRY_ADJ$ government is apologetic, voices in $CAPITAL$ are calling to move in and assume control of their country. How such an action would affect the stability in the region is anyone's guess.;;;;;;;;;;;;; +EVTDESC95613_NEWS_MEDIUM;Tensions are rising in Central Asia as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to move in and assume control of the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC95613_NEWS_SHORT;Tensions are rising as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to take action.;;;;;;;;;;;;; +EVTDESC10400_NEWS_LONG;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsman fired his musket on the citizens and set off a massacre. The resulting conflagration swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic.;;;;;;;;;;;;; +EVTDESC10400_NEWS_MEDIUM;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. Despite assurances that everything is under control, the king abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;; +EVTDESC10400_NEWS_SHORT;After months of unrest sweeping through Paris, the King of France abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;; +EVTDESC10405_NEWS_MEDIUM;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has overthrown the French government. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;; +EVTDESC10405_NEWS_SHORT;The popular Louis-Napoleon has overthrown the French government and been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;; +EVTDESC10410_NEWS_LONG;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbours. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;; +EVTDESC10410_NEWS_MEDIUM;The popularity of Louis-Napoleon has waned. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;; +EVTDESC10410_NEWS_SHORT;Emperor Napoleon III of France has been deposed by his enemies in Paris, and the only question remains as to what form the French government shall now take.;;;;;;;;;;;;; +EVTDESC10411_NEWS_MEDIUM;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;; +EVTDESC10411_NEWS_SHORT;The death of Napoleon III comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;; +EVTDESC1010011_NEWS_LONG;Troublesome reports arrive from Ireland of what appears to be a widespread shortage in agricultural products gripping the territory and establishing a situation of famine among the population. While reports vary as to the severity of the situation, tales of entire harvests of potato being rendered useless by the potato blight illness set the stage for what some are dubbing 'the beginning of a calamity' due to the tuber's importance in the Irish diet. $COUNTRY$ response to the reports has so far been indecisive, and many wonder how the situation will evolve.;;;;;;;;;;;;; +EVTDESC1010011_NEWS_MEDIUM;Reports arrive from Ireland of a shortage in agricultural products establishing a famine in the island, with tales of entire harvests of potato being rendered useless. $COUNTRY$ response to the reports has so far been indecisive as many wonder how the situation will evolve.;;;;;;;;;;;;; +EVTDESC1010011_NEWS_SHORT;Reports come from Ireland of a shortage in agricultural products causing a famine in the island. With tales of entire harvests rendered useless, many call on the government to take action.;;;;;;;;;;;;; +EVTDESC1010015_NEWS_LONG;Tensions came to a boil in the village of Ballingary in Ireland as the famine affecting the region reaches catastrophic proportions. A group calling themselves the 'Young Irelanders' rose in rebellion against the British authorities, raising barricades and facing the police in a stand off that lasted several hours before police reinforcements lead the rebels to flee. As the manhunt for the rebel leaders continue, many are believed to have escaped to France and USA. The british government has dubbed the rebellion as 'an outrageous attempt to subvert law and order'.;;;;;;;;;;;;; +EVTDESC1010015_NEWS_MEDIUM;Tensions came to a boil in the village of Ballingary in Ireland where a group called the 'Young Irelanders' rose in rebellion against British authorities, facing the police in a stand off that lasted several hours before police reinforcements forced the rebels to flee.;;;;;;;;;;;;; +EVTDESC1010015_NEWS_SHORT;In Ireland, a group called the 'Young Irelanders' rose against the British authorities, facing the police in a stand off before police reinforcements forced the rebels to flee.;;;;;;;;;;;;; +EVTDESC1010020_NEWS_LONG;The tone among the people in Ireland has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;; +EVTDESC1010020_NEWS_MEDIUM;Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood.;;;;;;;;;;;;; +EVTDESC1010020_NEWS_SHORT;Irish nationalists who immigrated to the United States founded the radical Fenian Brotherhood. Now they have formed a sister organization back home: the Irish Republican Brotherhood.;;;;;;;;;;;;; +EVTDESC1010024_NEWS_LONG;Spurred on by increased public sympathy towards the Irish Republican Brotherhood following the Easter Rising, the Sinn Féin have won a majority of seats in Ireland during the last election. They have gathered in Dublin and declared themselves Dáil Éireann, the parliament of Ireland, and demanded that Ireland be granted immediate full independence. Considering their popularity, refusing would all but certainly trigger a war... but many agree that this is not the way to a peaceful resolution, and that $COUNTRY$ should never submit to such demands.;;;;;;;;;;;;; +EVTDESC1010024_NEWS_MEDIUM;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and declared themselves the parliament, and demanded that Ireland be granted immediate independence. Considering their popularity, refusing would all but certainly trigger a war.;;;;;;;;;;;;; +EVTDESC1010024_NEWS_SHORT;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and demanded that Ireland be granted immediate independence.;;;;;;;;;;;;; +EVTDESC1010025_NEWS_LONG;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under British control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and the British should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;; +EVTDESC1010025_NEWS_MEDIUM;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;; +EVTDESC1010025_NEWS_SHORT;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;; +EVTDESC1010032_NEWS_LONG;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable.;;;;;;;;;;;;; +EVTDESC1010032_NEWS_MEDIUM;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament. There is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable.;;;;;;;;;;;;; +EVTDESC1010032_NEWS_SHORT;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through British Parliament. The man is convincing law-makers who might have once deemed Home Rule unthinkable.;;;;;;;;;;;;; +EVTDESC90053_NEWS_LONG;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to Duke Christian of Glücksburg. The crown of Holstein is more problematic, however. The House of Augustenburg claims the crowns of both Schleswig and Holstein and is calling on German support. If the new constitution is signed, Schleswig-Holstein will be officially divided. If it is not, the Danish people will almost certainly rise up against their new king.;;;;;;;;;;;;; +EVTDESC90053_NEWS_MEDIUM;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to his heir—but the crown of Holstein does not. If the new consitution is signed, Schleswig-Holstein will be officially divided.;;;;;;;;;;;;; +EVTDESC90053_NEWS_SHORT;King Frederick VII of Denmark has died and left no heir. According to the recently-drafted constitution, the crown of Schleswig would pass to his heir—but not that of Holstein.;;;;;;;;;;;;; +EVTNAME90054_NEWS_TITLE;Holstein Rebels!;;;;;;;;;;;;; +EVTDESC90054_NEWS_LONG;The duchies of Schleswig and Holstein have long been united and considered indivisible under the Danish crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for King Frederick VII. After a plan was announced to incorporate Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south -- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;; +EVTDESC90054_NEWS_MEDIUM;After a plan was announced to incorporate the Duchy of Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south -- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;; +EVTDESC90054_NEWS_SHORT;After a plan was announced to incorporate Schleswig into Denmark proper, aristocrats in Holstein have rebelled and declared their intention to join with the German Confederation to the south.;;;;;;;;;;;;; +EVTDESC90055_NEWS_LONG;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation… and not Austria to the south. Some fear this will start a war as Austria and $COUNTRY$ vie for dominance.;;;;;;;;;;;;; +EVTDESC90055_NEWS_MEDIUM;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;; +EVTDESC90055_NEWS_SHORT;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in $COUNTRY$'s favor. $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;; +EVTNAME90065_NEWS_TITLE;The Congress of $CAPITAL$;;;;;;;;;;;;; +EVTDESC90065_NEWS_LONG;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly. Few of the attendees were pleased, the Russians in particular, and even though the Congress favored the Ottomans it remains to be seen whether they will bow to European pressure and uphold the Congress's edict.;;;;;;;;;;;;; +EVTDESC90065_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention," ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly.;;;;;;;;;;;;; +EVTDESC90065_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. Ultimately it was decided that the Ottoman Empire needed to be kept strong.;;;;;;;;;;;;; +EVTDESC90066_NEWS_LONG;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, with delegates from the Ottoman Empire also in attendance. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power. The Russian delegates were pleased, but Ottoman delegates left in a rage. It remains to be seen whether they will bow before the Congress's demands.;;;;;;;;;;;;; +EVTDESC90066_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power.;;;;;;;;;;;;; +EVTDESC90066_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, deciding that stability was best even if it came at the expense of the Ottoman Empire's power.;;;;;;;;;;;;; +EVTDESC152009873_NEWS_LONG;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order. It is not yet known whether they will be successful in their attempted overthrow.;;;;;;;;;;;;; +EVTDESC152009873_NEWS_MEDIUM;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;; +EVTDESC152009873_NEWS_SHORT;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;; +EVTNAME95641_NEWS_TITLE;French Demand Conchinchina;;;;;;;;;;;;; +EVTDESC95641_NEWS_LONG;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule — for the protection of French citizens, of course.;;;;;;;;;;;;; +EVTDESC95641_NEWS_MEDIUM;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule — for the protection of French citizens, of course.;;;;;;;;;;;;; +EVTDESC95641_NEWS_SHORT;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to colonial rule.;;;;;;;;;;;;; +EVTDESC98607_NEWS_LONG;As the times of change unfold many states peacefully seek to free themselves from the remaining bonds – and often chains – of their former sovereign. The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. This point also marks the beginning of a rather unforeseeable future for $FROMCOUNTRY$ as the country must now take its path without the former partner – or vassal, as the now-free people of $COUNTRY$ once called themselves.;;;;;;;;;;;;; +EVTDESC98607_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former partner – or vassal.;;;;;;;;;;;;; +EVTDESC98607_NEWS_SHORT;$FROMCOUNTRY$ has approved the $COUNTRY_ADJ$ appeal for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;; +EVTDESC98608_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – even in force if necessary. The $FROMCOUNTRY_ADJ$ government - by the threat of a war of independence - has finally given in to $COUNTRY_ADJ$ demands for full and independent rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal while all men and women in $COUNTRY$ celebrate their final independence.;;;;;;;;;;;;; +EVTDESC98608_NEWS_MEDIUM;On the verge of a war for independence the $FROMCOUNTRY_ADJ$ government has finally given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal.;;;;;;;;;;;;; +EVTDESC98608_NEWS_SHORT;$FROMCOUNTRY$ has given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;; +EVTNAME98613_NEWS_TITLE;$COUNTRY_ADJ$ Allies;;;;;;;;;;;;; +EVTDESC98613_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – in force if necessary. More than often they have to face their former sovereign alone, yet recent reports indicate that $FROMCOUNTRY$ has agreed to enter an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. It remains to be seen whether they will truly help once a war of independence begins. Diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;; +EVTDESC98613_NEWS_MEDIUM;Reports indicate that $FROMCOUNTRY$ has entered an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. As their help in a war of independence remains to be seen, diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;; +EVTDESC98613_NEWS_SHORT;Reports are that $FROMCOUNTRY$ has allied with $COUNTRY$ to end the ongoing $COUNTRY_ADJ$ vassalization. Diplomatic relations between the vassal state and its sovereign have deteriorated.;;;;;;;;;;;;; +EVTDESC90076_NEWS_LONG;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance once and for all or admit their power is little more than an illusion. There are those who feel that a peaceful solution is possible, and that the Egyptians might better serve as powerful allies than as implacable enemies, but that would require the Ottomans to surrender their claim to the Levant as well as be an affront to Ottoman pride.;;;;;;;;;;;;; +EVTDESC90076_NEWS_MEDIUM;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is little more than an illusion.;;;;;;;;;;;;; +EVTDESC90076_NEWS_SHORT;Egyptian independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is an illusion.;;;;;;;;;;;;; +EVTDESC90080_NEWS_LONG;The Turks have proven unable to retake the Levant from Egypt since the first outbreak of war many years ago, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;; +EVTDESC90080_NEWS_MEDIUM;The Turks have proven unable to retake the Levant from Egypt, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;; +EVTDESC90080_NEWS_SHORT;The Turks have proven unable to retake the Levant, despite all the assistance they received. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians.;;;;;;;;;;;;; +EVTDESC90088_NEWS_LONG;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control—while leaving them nominally independent and Muhammad Ali as Egypt`s ruler. Should the Empire refuse this offer, it`s likely the rest of Europe will turn against it.;;;;;;;;;;;;; +EVTDESC90088_NEWS_MEDIUM;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control.;;;;;;;;;;;;; +EVTDESC90088_NEWS_SHORT;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them.;;;;;;;;;;;;; +EVTDESC97110_NEWS_LONG;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union -- one powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention.;;;;;;;;;;;;; +EVTDESC97110_NEWS_MEDIUM;Seldom has there been any serious credence given to the idea of a single Indian union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union-- their calls have received a great deal of attention.;;;;;;;;;;;;; +EVTDESC97110_NEWS_SHORT;Seldom has there been any serious credence given to the idea of a single Indian union. This has recently changed, with nationalists in $COUNTRY$ calling for Indian cultures to unite.;;;;;;;;;;;;; +EVTDESC19370_NEWS_LONG;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks them free of $FROMCOUNTRY_ADJ$ control would $FROMCOUNTRY$ not simply invade once again?;;;;;;;;;;;;; +EVTDESC19370_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power.;;;;;;;;;;;;; +EVTDESC19370_NEWS_SHORT;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government.;;;;;;;;;;;;; +EVTDESC19200_NEWS_LONG;'His Majesty the King thereupon refused to receive the Ambassador again and had the latter informed by the Adjutant of the day that His Majesty had no further communication to make to the Ambassador.' This reads the dispatch to the French government, resulting in a diplomatic incident between France and $FROMCOUNTRY$ -- a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems, Hesse-Nassau, Prussia. Rumors claim that the dispatch might have been purposely engineered by German officials to provoke a war.;;;;;;;;;;;;; +EVTDESC19200_NEWS_MEDIUM;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems. Rumors claim this might have been purposely engineered to provoke a war.;;;;;;;;;;;;; +EVTDESC19200_NEWS_SHORT;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems.;;;;;;;;;;;;; +EVTDESC19300_NEWS_LONG;The people of France have presented to the American people a spectacular gift. An enormous copper statue, 151 ft. tall, depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The design has been carried out by one Frederic Auguste Bartholdi, and a place has been set aside for the statue on an island in the New York harbour. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;; +EVTDESC19300_NEWS_MEDIUM;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;; +EVTDESC19300_NEWS_SHORT;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, known as 'the Statue of Liberty'.;;;;;;;;;;;;; +EVTDESC95500_NEWS_LONG;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa—in the interest of avoiding undue conflict, even if some have privately expressed doubt that Europe's powers will avoid fighting regardless of what was decided there. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized European nation will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;; +EVTDESC95500_NEWS_MEDIUM;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent.;;;;;;;;;;;;; +EVTDESC95500_NEWS_SHORT;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa, formalizing the scramble for the African continent.;;;;;;;;;;;;; +EVTNAME95507_NEWS_TITLE;$COUNTRY_ADJ$ Nationals Expelled;;;;;;;;;;;;; +EVTDESC95507_NEWS_LONG;For years, $COUNTRY$ has enjoyed a great deal of influence in the African nation of $FROMCOUNTRY$. Indeed, most of the world considers $FROMCOUNTRY$ to be a $COUNTRY_ADJ$ protectorate in all but name. The $FROMCOUNTRY_ADJ$ people disagree. Recently, their government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$'s influence has been eliminated, and now the $COUNTRY_ADJ$ government must react if it is to maintain its investment.;;;;;;;;;;;;; +EVTDESC95507_NEWS_MEDIUM;Recently, the $FROMCOUNTRY_ADJ$ government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$'s influence there has been eliminated.;;;;;;;;;;;;; +EVTDESC95507_NEWS_SHORT;Recently, the $FROMCOUNTRY_ADJ$ government expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained.;;;;;;;;;;;;; +EVTDESC800065_NEWS_LONG;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. 'Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!' blustered one official. 'They are funding these criminals and rebels, urging them to overthrow our government!' There is no word of a reaction from the $FROMCOUNTRY_ADJ$ government as of yet, but it is clear that many are urging for some kind of action. 'Should $COUNTRY$ do nothing? I think not!';;;;;;;;;;;;; +EVTDESC800065_NEWS_MEDIUM;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. 'Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!' blustered one official.;;;;;;;;;;;;; +EVTDESC800065_NEWS_SHORT;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province.;;;;;;;;;;;;; +EVTNAME60000_NEWS_TITLE;Communists Seize Power in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC60000_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced today that the communist party would be suspending voting rights and restricting reforms 'to combat the current crisis'. While government ministers reassured many that the measures would be temporary, it appears obvious to outsiders that this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat. Many see this as having always been the goal of the ruling $COUNTRY_ADJ$ communist party: a peaceful overthrow of the current system and the installation of true communist principles.;;;;;;;;;;;;; +EVTDESC60000_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights 'to combat the current crisis'. While giving reassurances that the measures are temporary, this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat.;;;;;;;;;;;;; +EVTDESC60000_NEWS_SHORT;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights 'to combat the current crisis', transforming $COUNTRY$ into a communist dictatorship.;;;;;;;;;;;;; +EVTNAME60010_NEWS_TITLE;Military Coup in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC60010_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights 'to combat the current crisis'. Many see this as a coup d'etat, an overthrow of the democratic government and installation of $COUNTRY$'s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct. For all intents and purposes, $COUNTRY_ADJ$ democracy is now a thing of the past.;;;;;;;;;;;;; +EVTDESC60010_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights 'to combat the current crisis'. Many see this as an installation of $COUNTRY$'s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct.;;;;;;;;;;;;; +EVTDESC60010_NEWS_SHORT;The $COUNTRY_ADJ$ leadership announced the suspension of freedoms 'to combat the current crisis'. Many see this as an installation of $COUNTRY$'s reactionary president as sole ruler and dictator—and they would be correct.;;;;;;;;;;;;; +EVTNAME60020_NEWS_TITLE;Anarcho-Liberals Seize Power in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC60020_NEWS_LONG;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship. It's only temporary, they say, a way to combat the current crisis… though many have doubts this is true, or that $COUNTRY$ will ever be restored to true democratic rule unless the radicals are someday overthrown.;;;;;;;;;;;;; +EVTDESC60020_NEWS_MEDIUM;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship.;;;;;;;;;;;;; +EVTDESC60020_NEWS_SHORT;A committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a government dictatorship. A temporary measure, they say, to combat the current crisis.;;;;;;;;;;;;; +EVTNAME60030_NEWS_TITLE;Fascists Seize Power in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC60030_NEWS_LONG;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the fascist ruling party has transformed $COUNTRY$ from a democracy into a fascist dictatorship. Already the $COUNTRY_ADJ$ government has been reported clamping down on protests, black-shirted enforcers visible on every block in every major city. All this, according to the ruling party, will see $COUNTRY$ achieve the destiny it so richly deserves.;;;;;;;;;;;;; +EVTDESC60030_NEWS_MEDIUM;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the ruling party has transformed $COUNTRY$ into a fascist dictatorship.;;;;;;;;;;;;; +EVTDESC60030_NEWS_SHORT;The signs are clear: with the recent expansion of the fascist party's executive powers, $COUNTRY$ has been transformed from a democracy into a fascist dictatorship.;;;;;;;;;;;;; +EVTDESC60050_NEWS_LONG;The $COUNTRY_ADJ$ dictatorship is not what it used to be. Increased pluralism, combined with extended political reforms, has led to the dictatorship more and more taking on the trappings of a democracy. While this doesn't necessarily mean that the ruling party has given up its reign on power, with the recent calling of elections this does mean that the opposition now has some chance of making its voice heard. $COUNTRY$ has become a democracy, and crowds have gathered in $CAPITAL$ to celebrate the idea that their rulers might soon be peacefully removed from power.;;;;;;;;;;;;; +EVTDESC60050_NEWS_MEDIUM;The $COUNTRY_ADJ$ dictatorship is not what it used to be. While the ruling party has not yet given up power, increased pluralism, combined with extended political reforms and the recent call for new elections, has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;; +EVTDESC60050_NEWS_SHORT;While the $COUNTRY_ADJ$ ruling party has not yet given up power, the recent reforms and call for new elections has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;; +EVTNAME60060_NEWS_TITLE;The $COUNTRY_ADJ$ Constitution;;;;;;;;;;;;; +EVTDESC60060_NEWS_LONG;The political reforms enacted in the past few years have led to a situation where the absolutism of the $COUNTRY_ADJ$ monarchy can now legitimately be called into question. No longer is the $COUNTRY_ADJ$ king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power. Some question the right of the monarch to override decisions by the newly-elected government, or even refuse to accept the results of an election entirely, but the fact that elections are being permitted at all is considered a sure sign of $COUNTRY$'s democratization.;;;;;;;;;;;;; +EVTDESC60060_NEWS_MEDIUM;The reforms enacted in the past few years have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. No longer is the king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power.;;;;;;;;;;;;; +EVTDESC60060_NEWS_SHORT;Political reforms have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. The king has accepted several constitutional restrictions on his exercise of power.;;;;;;;;;;;;; +EVTNAME60070_NEWS_TITLE;Democracy in $COUNTRY$;;;;;;;;;;;;; +EVTDESC60070_NEWS_LONG;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people. The $COUNTRY_ADJ$ monarch, now serving as a symbolic head-of-state, no longer has the power to personally control and determine the fate of the nation, but is instead forced to accept the mitigating influences of pluralism and limited democracy.;;;;;;;;;;;;; +EVTDESC60070_NEWS_MEDIUM;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people.;;;;;;;;;;;;; +EVTDESC60070_NEWS_SHORT;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a fully-democratic government responsible to the people.;;;;;;;;;;;;; +EVTNAME60080_NEWS_TITLE;$COUNTRY_ADJ$ Voting Rights Rescinded;;;;;;;;;;;;; +EVTDESC60080_NEWS_LONG;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. Where before the free exchange of opinion and ideas could be heard, from street corners and bus stops to bars and universities, now only the sounds of silence gives echo. The conclusion that is becoming ever more evident, is that the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;; +EVTDESC60080_NEWS_MEDIUM;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. The tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;; +EVTDESC60080_NEWS_SHORT;According to recent reports, the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;; +EVTNAME60160_NEWS_TITLE;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;; +EVTDESC60160_NEWS_LONG;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence from their former rulers. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. It is a heartfelt theme that speaks of better tomorrows, and while many privately wonder whether their independence can last in these uncertain times-- perhaps war might come to $COUNTRY$ to put an end to thoughts of freedom-- that is not on anyone's mind today.;;;;;;;;;;;;; +EVTDESC60160_NEWS_MEDIUM;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. While many privately wonder whether their independence can last, that is not on anyone's mind today.;;;;;;;;;;;;; +EVTDESC60160_NEWS_SHORT;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ long-awaited independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ national anthem.;;;;;;;;;;;;; +EVTNAME11100_NEW;The Unification of $CULTURE_GROUP_UNION$;;;;;;;;;;;;; +EVTDESC11100_NEW;A rising tide of liberal nationalism within $CULTURE_GROUP_UNION$ has begun to spread, raising the idea of a $UNION_ADJ$ union with $COUNTRY$ at its head. A parliament of liberal revolutionaries has been convened, with representatives from throughout $UNION_ADJ$ lands, which has decreed the time is right for the nation to unite under one banner. The parliament has offered the crown of $CULTURE_GROUP_UNION$ to us. We could accept the offer, but doing so would cause international alarm, and require us to compensate the revolutionaries politically.;;;;;;;;;;;;; +EVTNAME800077_NEWS_TITLE;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;; +EVTDESC800077_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. 'It was even better than we'd hoped, ' said one member of the $FROMCOUNTRY_ADJ$ delegation. Several important trade agreements were made, but far more importantly an accord on military cooperation was reached. This new alliance between the countries heralds a new era, though some sceptics say it is unlikely to matter in the long run. 'They can say all they like, ' remarked an official. 'We all know that the moment $COUNTRY$ is truly threatened, $FROMCOUNTRY$ will be nowhere to be found.';;;;;;;;;;;;; +EVTDESC800077_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. 'It was even better than we'd hoped, ' said one member of the $FROMCOUNTRY_ADJ$ delegation.;;;;;;;;;;;;; +EVTDESC800077_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success.;;;;;;;;;;;;; +EVTDESC800078_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. While there was much talk of increasing military cooperation, talks reportedly got bogged down by disagreements on matters of trade and old disputes that remain unresolved. 'Perhaps there's too much bad blood between us, ' remarked one $COUNTRY_ADJ$ official, 'or simply not enough political will to make things better.' $FROMCOUNTRY_ADJ$ delegates left $CAPITAL$ with promises to soon return.;;;;;;;;;;;;; +EVTDESC800078_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. Talk of increased cooperation was reportedly bogged down by old disputes that remain unresolved.;;;;;;;;;;;;; +EVTDESC800078_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success.;;;;;;;;;;;;; +EVTNAME800090_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Heats Up;;;;;;;;;;;;; +EVTDESC800090_NEWS_LONG;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$'s efforts to apologize and offer reparations, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ espionage and collusion with $COUNTRY$'s enemies. The matter remains unresolved, and while many feel $COUNTRY$ is being unreasonable it seems war may be the result.;;;;;;;;;;;;; +EVTDESC800090_NEWS_MEDIUM;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$'s efforts to apologize, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ collusion with $COUNTRY$'s enemies.;;;;;;;;;;;;; +EVTDESC800090_NEWS_SHORT;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Many fear that war will be the result.;;;;;;;;;;;;; +EVTNAME800091_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Resolved;;;;;;;;;;;;; +EVTDESC800091_NEWS_LONG;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved without escalation. There were initial concerns regarding possible $FROMCOUNTRY_ADJ$ involvement in espionage against the $COUNTRY_ADJ$ government, but $COUNTRY$ has accepted $FROMCOUNTRY$'s assurances to the contrary. Though relations have cooled as a result, most officials seem confident there need be no war.;;;;;;;;;;;;; +EVTDESC800091_NEWS_MEDIUM;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved. Though relations have cooled as a result, most officials seem confident there will be no war.;;;;;;;;;;;;; +EVTDESC800091_NEWS_SHORT;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a diplomatic incident with $COUNTRY$, the matter seems to have been resolved peacefully.;;;;;;;;;;;;; +EVTDESC800092_NEWS_LONG;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. $FROMCOUNTRY$ responded to the incident by denying any involvement," claiming the incident isolated, but $COUNTRY$ angrily retorted with accusations of $FROMCOUNTRY_ADJ$ espionage. Outside observers seem to believe that $COUNTRY$ may be in the right", but $FROMCOUNTRY$ has so far refused to back down and the matter has escalated to the point that open conflict may be inevitable.;;;;;;;;;;;;; +EVTDESC800092_NEWS_MEDIUM;A recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. Outside observers believe $COUNTRY$ is in the right, but $FROMCOUNTRY$ has so far refused to back down and open conflict may be inevitable.;;;;;;;;;;;;; +EVTDESC800092_NEWS_SHORT;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers, with many fearing that open conflict may be inevitable.;;;;;;;;;;;;; +EVTDESC800093_NEWS_LONG;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears that escalation has been avoided. $FROMCOUNTRY$'s initial response was unapologetic, claiming they had no involvement, and while $COUNTRY$ at first refused to accept that they have since been forced to admit they have no evidence to the contrary. Relations between the countries has cooled as a result, but at least one official relayed his relief that this now meant war would not be a necessity.;;;;;;;;;;;;; +EVTDESC800093_NEWS_MEDIUM;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears escalation has been avoided. Relations between the countries have cooled as a result, but further conflict is so far unlikely.;;;;;;;;;;;;; +EVTDESC800093_NEWS_SHORT;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war with $COUNTRY$, it appears escalation has been avoided.;;;;;;;;;;;;; +EVTNAME8001160_NEWS_TITLE;$COUNTRY_ADJ$ Monarchy Questioned;;;;;;;;;;;;; +EVTDESC8001160_NEWS_LONG;In the brightening enlightenment of liberalism the 'Divine Right of the Monarch' is being increasingly criticized. This applies especially for $COUNTRY$, one of the few remaining absolute monarchies of the time. Recently, a prominent $COUNTRY_ADJ$ newspaper has published a high-profile article openly criticizing the $COUNTRY_ADJ$ monarchy and its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are already conscious about the end of the monarchy if the free press continues to agitate that way.;;;;;;;;;;;;; +EVTDESC8001160_NEWS_MEDIUM;Arguing against the 'Divine Right of the Monarchy' a $COUNTRY_ADJ$ newspaper has publicly criticized its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are conscious about the end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;; +EVTDESC8001160_NEWS_SHORT;A $COUNTRY_ADJ$ newspaper has publicly criticized the country's 'backward absolute sovereign'. Critical voices see the final end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;; +EVTNAME800118_NEWS_TITLE;$COUNTRY_ADJ$'s Monarchy Threatened! ;;;;;;;;;;;;; +EVTDESC800118_NEWS_LONG;Following a massive demonstration in the capital of $COUNTRY$, criticizing the 'Divine Right of the Monarch' and the 'backward absolute sovereign', things now might get out of control. $COUNTRY_ADJ$ police have found evidence of a secret revolutionary society which has been founded to overthrow the monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have now suggested to take more immediate and immersive action. Whether it will have a real effect remains to be seen.;;;;;;;;;;;;; +EVTDESC800118_NEWS_MEDIUM;Following a demonstration in the capital, $COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have suggested to take more immediate and immersive action.;;;;;;;;;;;;; +EVTDESC800118_NEWS_SHORT;$COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. Due to the unsuccessful calming efforts so far the royal advisors suggest to take more action.;;;;;;;;;;;;; +EVTNAME31510_NEWS_TITLE;A Greater $COUNTRY_ADJ$ Destiny?;;;;;;;;;;;;; +EVTDESC31510_NEWS_LONG;$COUNTRY$ has always walked a path slightly apart from those of its fellow Germans, and a 'German Unification' has never caught that much attention in $COUNTRY$ as it has in other German states. Lately however, powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance would oblige it to form a 'Greater Germany' under a single flag. But there are still doubts on whether to embark upon this path. Also, should the non-German peoples be released to scatter the worldwide fears of a coming super-state? Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;; +EVTDESC31510_NEWS_MEDIUM;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a 'Greater Germany'. But there are still doubts on whether to embark upon this path. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;; +EVTDESC31510_NEWS_SHORT;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a unified 'Greater Germany'. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;; +EVTDESC31518_NEWS_LONG;In recent days there has been much talk among $COUNTRY_ADJ$ politicians of a possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk now has been finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. While the $COUNTRY_ADJ$ government hasn't formally responded yet there seem to be doubts in $CAPITAL$ about the next steps in this matter. Laying claims to the German-speaking parts of $FROMCOUNTRY$ remains an option but might likely lead to a war.;;;;;;;;;;;;; +EVTDESC31518_NEWS_MEDIUM;Talks of a possible unification between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have been finally shot down as the $FROMCOUNTRY_ADJ$ government stated that their path is separate from $COUNTRY$'s. The $COUNTRY_ADJ$ government hasn't formally responded yet.;;;;;;;;;;;;; +EVTDESC31518_NEWS_SHORT;Unification-talks between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have ended as the $FROMCOUNTRY_ADJ$ government stated 'our path is separate from $COUNTRY$'s'.;;;;;;;;;;;;; +EVTNAME31520_NEWS_TITLE;The 'Greater Germany' Deal;;;;;;;;;;;;; +EVTDESC31520_NEWS_LONG;The $COUNTRY_ADJ$ government has met with the $FROMCOUNTRY_ADJ$ government today to finally ratify the forming charta of 'Greater Germany' and thus ending $COUNTRY$'s independent path apart from the other German states. They do so with the full intent of incorporating their German-speaking territories, but releasing those belonging to other cultures. While such a 'Greater Germany' will undoubtedly become a natural super-power in the coming future, the world's great powers have already objected this unification by sending formal letters of protest.;;;;;;;;;;;;; +EVTDESC31520_NEWS_MEDIUM;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to finally ratify the forming charta of 'Greater Germany', incorporating their German-speaking territories and releasing those belonging to other cultures. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;; +EVTDESC31520_NEWS_SHORT;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to ratify the forming charta of 'Greater Germany'. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;; +EVTDESC31521_NEWS_LONG;'Bella gerant alii, tu felix Austria nube'. $COUNTRY$ has now filed for divorce, leaving behind its long-lasting growth through heritage. With the former capital Vienna gone and the remaining controlled regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams. As the $COUNTRY_ADJ$ government was unwilling to maintain the country's cohesion thus to hold the last regions together whole portions of the former Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;; +EVTDESC31521_NEWS_MEDIUM;With the former capital Vienna gone and the remaining regions of the once glorious Empire in disarray, $COUNTRY$ has finally split apart at the seams. Whole portions of the former Empire have either declared their independence or their intention to reunite with their homelands.;;;;;;;;;;;;; +EVTDESC31521_NEWS_SHORT;$COUNTRY$ is no more! With the former capital Vienna gone and the remaining regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams.;;;;;;;;;;;;; +EVTDESC31531_NEWS_LONG;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending $FROMCOUNTRY$'s independent path. Powerful voices in both states have argued that $COUNTRY$'s dominance would already demand a unification under a single flag. While a unified nation would undoubtedly be a power unheard-of in the world, there are certain voices who do express caution: the world's great powers will likely object to such a union. Is 'Greater Germany' really worth a 'Greater War'?;;;;;;;;;;;;; +EVTDESC31531_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending its independent path. Certain voices express caution as the world's great powers would likely object to such a union.;;;;;;;;;;;;; +EVTDESC31531_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ and $COUNTRY_ADJ$ government have met today, expressing their desire to unite into a 'Greater Germany'. The great powers would likely object to such a union.;;;;;;;;;;;;; +EVTNAME11380019_NEWS_TITLE;$COUNTRY_ADJ$ Constitutional Crisis;;;;;;;;;;;;; +EVTDESC11380019_NEWS_LONG;$COUNTRY$: In a surprise election win," the fascists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380019_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the fascists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380019_NEWS_SHORT;$COUNTRY$: In a surprise election win, the fascists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380020_NEWS_LONG;$COUNTRY$: In a surprise election win," the communists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380020_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380020_NEWS_SHORT;$COUNTRY$: In a surprise election win, the communists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380021_NEWS_LONG;$COUNTRY$: In a surprise election win," the anarcho-liberals have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380021_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380021_NEWS_SHORT;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;; +EVTDESC11380022_NEWS_LONG;$COUNTRY$: In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;; +EVTDESC11380022_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;; +EVTDESC11380022_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned communist party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;; +EVTDESC11380023_NEWS_LONG;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;; +EVTDESC11380023_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;; +EVTDESC11380023_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned anarcho-liberal party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;; +EVTNAME80123_NEWS_TITLE;Panthay Rebellion Victorious!;;;;;;;;;;;;; +EVTDESC80123_NEWS_LONG;A rebellion of local $COUNTRY_ADJ$ minorities against the ruling Manchu of the Qing Dynasty in the south-western Chinese province of $COUNTRY$ has been victorious. The proclaimed leader of the rebels, Du Wenxiu, we don't want to burden our readers with the Chinese notation of his name – confirmed the negotiated peace terms with its former sovereigns. An official of the British Diplomatic Corps in Singapore wouldn't comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory will be under close observation by foreign governments.;;;;;;;;;;;;; +EVTDESC80123_NEWS_MEDIUM;A rebellion against the ruling Manchu in the Chinese province of $COUNTRY$ has finally succeeded as the rebel leader, Du Wenxiu, confirmed the negotiated peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments.;;;;;;;;;;;;; +EVTDESC80123_NEWS_SHORT;A rebellion in the Chinese province of $COUNTRY$ has succeeded as the rebel leader, Du Wenxiu, confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments.;;;;;;;;;;;;; +EVTNAME80127_NEWS_TITLE;Dungan Revolt Victorious!;;;;;;;;;;;;; +EVTDESC80127_NEWS_LONG;A local revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels finally confirmed the negotiated peace terms. According to local bamboo traders in $CAPITAL$, a Tajik adventurer by the name of Yaqub Beg has led the rebels to seize the capital of Kashgar and has driven the local governors away. The British Diplomatic Corps in Singapore, as usual, wouldn't comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory, as usual, will be under close observation by foreign governments.;;;;;;;;;;;;; +EVTDESC80127_NEWS_MEDIUM;A revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels, Yaqub Beg, confirmed the peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments, as usual.;;;;;;;;;;;;; +EVTDESC160008_NEWS_LONG;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire. The question now arises: what is next for China? Who are these Taiping, led by the mysterious Hong Xiuquan and his pseudo-Christian sect? Some countries are approaching the Taiping warily, worried that this may lead to even more violence in the region.;;;;;;;;;;;;; +EVTDESC160008_NEWS_MEDIUM;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;; +EVTDESC160008_NEWS_SHORT;The Taiping Rebellion has proven victorious. The fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;; +EVTDESC160025_NEWS_LONG;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance. There are some who say that his son, Hong Tianguifu, will be given the reins of power. Others believe a proper republic is the way forward. Still others say that Hong Xiuquan's death is a sign that the Heavenly Kingdom has lost favor, and that it must restore the Qing Dynasty to the Imperial throne—with the south remaining firmly in control, of course.;;;;;;;;;;;;; +EVTDESC160025_NEWS_MEDIUM;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance. Many believe his son, Hong Tianguifu, must take the reins of power… but many disagree. Is this the first sign of conflict among the Taiping?;;;;;;;;;;;;; +EVTDESC160025_NEWS_SHORT;Hong Xiuquan, leader of the Taiping, has died—now the so-called 'Heavenly Kingdom' must decide what to do without his guidance.;;;;;;;;;;;;; +EVTDESC160026_NEWS_LONG;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en mass, setting up a new capital in Taibei as a government-in-exile. How they will maintain their freedom on the island is unknown, but it is almost certain they will never recover $COUNTRY$ -- it has been overrun and conquered.;;;;;;;;;;;;; +EVTDESC160026_NEWS_MEDIUM;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en mass, setting up a new capital in Taibei as a government-in-exile.;;;;;;;;;;;;; +EVTDESC160026_NEWS_SHORT;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa—where Taibei has already been set up as a capital-in-exile.;;;;;;;;;;;;; +EVTNAME99000_NEWS_TITLE;The Chinese 'Boxers';;;;;;;;;;;;; +EVTDESC99000_NEWS_LONG;Disturbing news out of $COUNTRY$: a group of Chinese nationalists called the 'Righteous Harmony Society'—known to westerners as 'Boxers'—has arisen with the dedicated mission to drive out western influence through any means necessary. Already there are alarming reports of attacks on foreigners, and while demands have been made to the Qing government to act so far nothing has been done. Some suspect the Qing government of implicitly approving of the Boxer efforts, and afterwards claiming that there was nothing they could do.;;;;;;;;;;;;; +EVTDESC99000_NEWS_MEDIUM;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as 'Boxers' has arisen with the dedicated mission to drive out western influence through any means necessary. While demands have been made to the Qing government to act, so far nothing has been done.;;;;;;;;;;;;; +EVTDESC99000_NEWS_SHORT;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as 'Boxers' has arisen with the dedicated mission to drive out western influence through any means necessary.;;;;;;;;;;;;; +EVTDESC99010_NEWS_LONG;Chinese nationalists streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, assaulting all foreigners in their continuing war against western influence in $COUNTRY$. More alarmingly, the so-called 'Boxers' have laid siege to $CAPITAL$'s Legation Quarter—where hundreds of foreign dignitaries and merchants reside. With so many westerners threatened, calls have been made to the Qing government to defend the quarter. If they do not, it will surely be taken as an act of war and possibly draw intervention from all great powers.;;;;;;;;;;;;; +EVTDESC99010_NEWS_MEDIUM;Boxer rebels streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, laying siege to $CAPITAL$'s Legation Quarter—where hundreds of foreign dignitaries reside. With so many westerners threatened, immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;; +EVTDESC99010_NEWS_SHORT;Boxer rebels streamed into $CAPITAL$, laying siege to the Legation Quarter where hundreds of foreigners reside. Immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;; +EVTDESC164599_NEWS_MEDIUM;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news.;;;;;;;;;;;;; +EVTDESC164599_NEWS_SHORT;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate.;;;;;;;;;;;;; +EVTDESC164600_NEWS_LONG;Revolutionary societies are springing up all over $COUNTRY$, and now several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisfied to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide.;;;;;;;;;;;;; +EVTDESC164600_NEWS_MEDIUM;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples.;;;;;;;;;;;;; +EVTDESC164600_NEWS_SHORT;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League', dedicated to driving out foreign influence.;;;;;;;;;;;;; +EVTDESC131709_NEWS_LONG;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. $COUNTRY$ has insisted the sailors be tried by a $COUNTRY_ADJ$ judge, claiming the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The Chinese have demanded they be given the right to punish $COUNTRY_ADJ$ citizens as needed. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;; +EVTDESC131709_NEWS_MEDIUM;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;; +EVTDESC131709_NEWS_SHORT;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTNAME1316083_NEWS_TITLE;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC1316083_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely the granting of a 'treaty port' on the $FROMCOUNTRY_ADJ$ coast, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC1316083_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC1316083_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;; +EVTDESC1316182_NEWS_LONG;Qing officials recently boarded the Arrow, a ship that -- according to all reports-- was flying British colors at the time. The Chinese claim this isn't the case, and that the ship was suspected of smuggling and piracy and only claimed $COUNTRY_ADJ$ registry after the fact. $FROMCOUNTRY$ has begun to crack down on the opium trade throughout $FROMCOUNTRY$. The British government is up in arms, furious at this wilful impediment to their trade interests in the region.;;;;;;;;;;;;; +EVTDESC1316182_NEWS_MEDIUM;Qing officials recently boarded the Arrow, a ship that -- according to all reports -- was flying British colors at the time. The British government is up in arms, furious at this wilful impediment to their trade interests in the region.;;;;;;;;;;;;; +EVTDESC1316182_NEWS_SHORT;Qing officials recently boarded the Arrow, a ship that was reportedly flying $COUNTRY_ADJ$ colors at the time. The incident has sparked a confrontation with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC131713_NEWS_LONG;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it. Many see this as a $COUNTRY_ADJ$ play for influence in Tibet, though in the end an agreement was indeed reached and Tibet's borders are now secure.;;;;;;;;;;;;; +EVTDESC131713_NEWS_MEDIUM;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it.;;;;;;;;;;;;; +EVTDESC131713_NEWS_SHORT;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations.;;;;;;;;;;;;; +EVTDESC131715_NEWS_LONG;$COUNTRY_ADJ$ efforts to modernize the Beiyang army have borne fruit, but the modernization has necessitated a division of authority among $COUNTRY$'s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation. They are part of the Beiyang Army, but fight amongst themselves... And, far more importantly, are critical of the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTDESC131715_NEWS_MEDIUM;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among $COUNTRY$'s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation.;;;;;;;;;;;;; +EVTDESC131715_NEWS_SHORT;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among generals who now wield a great deal of political influence in the nation.;;;;;;;;;;;;; +EVTDESC131730_NEWS_LONG;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;; +EVTDESC131730_NEWS_MEDIUM;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control.;;;;;;;;;;;;; +EVTDESC131730_NEWS_SHORT;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$, with its most powerful generals struggling for control.;;;;;;;;;;;;; +EVTDESC131745_NEWS_LONG;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come. 'This is a glorious day for China, ' said one official. 'At last we are unified, no longer mercy to the whims of the western powers. We are free to take our place among the great nations of the world.';;;;;;;;;;;;; +EVTDESC131745_NEWS_MEDIUM;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;; +EVTDESC131745_NEWS_SHORT;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_countries.csv b/HPM/localisation/00_HPM_countries.csv index 484028fc..115a97bb 100644 --- a/HPM/localisation/00_HPM_countries.csv +++ b/HPM/localisation/00_HPM_countries.csv @@ -1,3224 +1,3225 @@ -;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;x;;;; -finnougric;Finno-Ugric;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ARC_reactionary;Sociedad Popular Restauradora;;;;;;;;;;;;;;;;;;;;;;;x;;;; -TMT;Tuamotu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -TMT_ADJ;Tuamotu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_liberal;Rizospastes;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_conservative;Metarrythmistes;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_reactionary;Prostasianoi;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_socialist;Sosialistikó Kómma;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_communist;Kommounistikó Kómma;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_fascist;Ethniki Enosis;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ION_anarcho_liberal;Ethnikón Rizospastikón Kómma;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNK;Pontianak;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNK_ADJ;Pontianaki;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNK_conservative;Pontianaki Faction;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNK_liberal;Sambas Faction;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNK_reactionary;Mempawah Faction;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ATC;Antillean Confederation;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ATC_ADJ;Antillean;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PPG;Papua New Guinea;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PPG_ADJ;Papua New Guinean;;;;;;;;;;;;;;;;;;;;;;;x;;;; -VTU;Vanuatu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -VTU_ADJ;Ni-Vanuatu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -SMO;Samoa;;;;;;;;;;;;;;;;;;;;;;;x;;;; -SMO_ADJ;Samoan;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_reactionary;Partidul National Roman;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_reactionary_2;Partidul Nationalist-Democrat;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_reactionary_3;Partidul Poporului;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_conservative;Partidul Conservator;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_conservative_2;Partidul Taranesc;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_conservative_3;Partidul National Taranesc;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_liberal;Fractionistii;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_liberal_2;Partidul National Liberal;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_anarcho_liberal;Partidul din Drepturile Omulu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_socialist;Partidul Social-Democrat;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_communist;Partidul Comunist;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ROM_fascist;Garda de Fier;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW;Zimbabwe;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_ADJ;Zimbabwean;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_liberal;United African National Council;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_conservative;Zimbabwe United People's Organisation;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_socialist;Zimbabwe African National Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_reactionary;Patriotic Front;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_anarcho_liberal;Radical Party of Zimbabwe;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_communist;Zimbabwe African People's Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ZBW_fascist;Fascist Party of Zimbabwe;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS;Comoros;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_ADJ;Comorian;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_liberal;Democratic Rally of the Comorian People;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_conservative;Comorian Democratic Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_socialist;Socialist Party of Comoros;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_reactionary;Comorian Union for Progress;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_anarcho_liberal;Uwezo;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_communist;Democratic Assembly of the Comorian People;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CMS_fascist;Party for National Salvation;;;;;;;;;;;;;;;;;;;;;;;x;;;; -nahua;Mesoamerican Indian;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kreol;Kreol;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG;Equatorial Guinea;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_ADJ;Equatoguinean;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_absolute_monarchy;Moka;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_absolute_monarchy_ADJ;Mokian;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_liberal;Progressive Democratic Alliance;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_conservative;Popular Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_socialist;Popular Idea;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_reactionary_2;PDGE;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_reactionary;Bubi Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_anarcho_liberal;Popular Action;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_communist;United National Workers' Party;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EQG_fascist;Movement of National Union;;;;;;;;;;;;;;;;;;;;;;;x;;;; -western_nigritic;Western Nigritic;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kefficho;Omotic;;;;;;;;;;;;;;;;;;;;;;;x;;;; -harari;Habesha;;;;;;;;;;;;;;;;;;;;;;;x;;;; -east_kwa;Kwa;;;;;;;;;;;;;;;;;;;;;;;x;;;; -gur;Gur;;;;;;;;;;;;;;;;;;;;;;;x;;;; -south_forest_bantu;Central Bantu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -forest_bantu;Northwest Bantu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ubangian;Ubangi;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kavango;Kavango-Kimbundu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -southern_bantu;Southern Bantu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yao;Yao-Makonde;;;;;;;;;;;;;;;;;;;;;;;x;;;; -teda;Toubou;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sara;Sara-Baguirmi;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tiv;Bantoid;;;;;;;;;;;;;;;;;;;;;;;x;;;; -baguirmi;Maban;;;;;;;;;;;;;;;;;;;;;;;x;;;; -nyasa;Nyasa;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kilombero;Kilombero;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cushitic;Cushitic;;;;;;;;;;;;;;;;;;;;;;;x;;;; -nilotic;Nilotic;;;;;;;;;;;;;;;;;;;;;;;x;;;; -lacustrine_bantu;Northeast Bantu;;;;;;;;;;;;;;;;;;;;;;;x;;;; -maasai;Kalenjin-Maasai;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kikuyu;Kikuyu–Kamba;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HTY;Turkmeneli;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HTY_ADJ;Turkomani;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POR_fascist;Movimento Nacional-Sindicalista;;;;;;;;;;;;;;;;;;;;;;;x;;;; -IRE_fascist;The Blueshirts;;;;;;;;;;;;;;;;;;;;;;;x;;;; -IRE_communist;Communist Party of Ireland;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -IRE_conservative;Irish Conservative Party;;;;;;;;;;;;;;;;;;;;;;;x;;;; -AST_fascist;New Guard;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -SGF_ADJ;South German;;;;;;;;;;;;;;;;;;;;;;;x;;;; -alaskan;Alaskan;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -USA_conservative_2;Democrats;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -USA_conservative_4;Democratic Party;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -USA_liberal;Republicans;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -USA_liberal_4;Republican Party;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -YUG_fascist;ZBOR;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -YUG_ADJ;Yugoslav;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -AUS_fascist;Vaterländische Front;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -SWI_liberal;Freisinnig-Demokratische Partei;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GCO_communist;Partido Communista;;;;;;;;;;;;;;;;;;;;;;;;;x -GCO_fascist;Partido Fascista;;;;;;;;;;;;;;;;;;;;;;;;;;x -MNP;Manipur;;;;;;;;;;;;;;;;;;;;;;;;x -MNP_ADJ;Manipuri;;;;;;;;;;;;;;;;;;;;;;;;x -BDK_absolute_monarchy;Kunduz;;;;;;;;;;;;;;;;;;;;;;;;x -BDK;Badakhshan;;;;;;;;;;;;;;;;;;;;;;;;x -BDK_ADJ;Badakhshani;;;;;;;;;;;;;;;;;;;;;;;;x -guajiro;Wayuu;;;;;;;;;;;;;;;;;;;;;;;;x -lendu;Lendu;;;;;;;;;;;;;;;;;;;;;;;;x -ruanda;Banyarwanda;;;;;;;;;;;;;;;;;;;;;;;;x -kingwana;Kingwana;;;;;;;;;;;;;;;;;;;;;;;;x -chokwe;Chokwe;;;;;;;;;;;;;;;;;;;;;;;;x -CNG;The Congo;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_absolute_monarchy;Congo Free State;;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_presidential_dictatorship;Zaire;;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_democracy;Republic of the Congo;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_liberal_2;Alliance of Bakongo;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_conservative_2;Congolese National Movement;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_socialist;African Solidarity Party;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_reactionary_2;Popular Movement of the Revolution;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_anarcho_liberal;Common Front;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_communist;Congolese National Union;;;;;;;;;;;;;;;;;;;;;;;;;x -CNG_fascist;Party of National Unity;;;;;;;;;;;;;;;;;;;;;;;;;x -GEO_conservative;Demokratiuli Modzraoba;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_liberal;Sakartvelos Respublikuri;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_reactionary;Natsionaluri Modzraoba;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_anarcho_liberal;Sakartvelos Gza;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_socialist;Sakartvelos Leiboristuli;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_communist;Sakartvelos Komunisturi;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -GEO_fascist;Erovnuli Sotsialisturi;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -scottish;Scottish;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_reactionary;Fazione Monarchica;Restorationiste;Ristorazionista;;Restauracionistas;;;;;;;;;x;;;; -ITA_conservative;La Destra;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_conservative_2;Partito Liberale Italiano;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_conservative_3;Sinistra Dissidente;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_liberal;La Sinistra;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_liberal_2;Partito Repubblicano Italiano;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_socialist;L'Estrema;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_socialist_2;Partito Socialista Italiano;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_anarcho_liberal;L'Estrema Liberale;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_communist;Partito Comunista d'Italia;;;;;;;;;;;;;;;;;;;;;x;;;; -ITA_fascist;Partito Nazionale Fascista;;;;;;;;;;;;;;;;;;;;;;x;;;; -PGG_reactionary;Jahriyya Menhuan;;;;;;;;;;;;;x;;;; -PGG_liberal;Gaige Pai Zhenying;;;;;;;;;;;;;x;;;; -PGG_conservative;Qa'id Jami al-Muslimin;;;;;;;;;;;;;x;;;; -PGG_anarcho_liberal;Jijin Dang;;;;;;;;;;;;;x;;;; -PGG_socialist;Shehuidang;;;;;;;;;;;;;x;;;; -PGG_communist;Gòngchandang;;;;;;;;;;;;;x;;;; -PGG_fascist;Fàxisi Dang;;;;;;;;;;;;;x;;;; -PGG;Pingnan Guo;;;;;;;;;;;;;x;;;; -PGG_ADJ;Hui;;;;;;;;;;;;;x;;;; -UKR_conservative;Ukrainian Democratic Agrarian Party;;;;;;;;;;;;;x;;;; -UKR_liberal;Ukrainian Democratic Party;;;;;;;;;;;;;x;;;; -UKR_reactionary;Congress of Landowners;;;;;;;;;;;;;x;;;; -UKR_anarcho_liberal;Ukrainian Radical Party;;;;;;;;;;;;;x;;;; -UKR_socialist;Ukrainian Social Democratic Labour Party;;;;;;;;;;;;;x;;;; -UKR_communist;Ukrainian Communist Party;;;;;;;;;;;;;x;;;; -UKR_fascist;Organization of Ukrainian Nationalists;;;;;;;;;;;;;x;;;; -TUN;Tunisia;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;x;;;; -TUN_absolute_monarchy;Tunis;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;x;;;; -TUN_prussian_constitutionalism;Tunis;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;x;;;; -ALB_communist;Partia e Punës e Shqipërisë;;;;;;;;;;;;x -ALB_fascist;Partia Fashiste e Shqipërisë;;;;;;;;;;;;x -ALB_conservative;Lëvizja Legalitetit;;;;;;;;;;;;x -AUS_communist;Kommunistische Partei Österreichs;;;;;;;;;;;;x -BEL_liberal;Parti libéral;;;;;;;;;;;;;x;;;; -BEL_conservative;Parti catholique;;;;;;;;;;;;;x;;;; -BEL_reactionary;Parti statiste;;;;;;;;;;;;;x;;;; -BEL_anarcho_liberal;Parti libertaire;;;;;;;;;;;;;x;;;; -BEL_socialist;Parti ouvrier belge;;;;;;;;;;;;;x;;;; -BEL_conservative_2;Christene Volkspartij;;;;;;;;;;;;;x;;;; -BEL_conservative_3;Meetingpartij;;;;;;;;;;;;;x;;;; -BEL_communist;Parti communiste de Belgique;;;;;;;;;;;;;x;;;; -BEL_fascist;Parti rexiste;;;;;;;;;;;;;x;;;; -BUL_socialist;BRSDP;;;;;;;;;;;;x -BUL_liberal;Balgarski Zemedelski Naroden Sayuz;;;;;;;;;;;;x -BUL_anarcho_liberal;Radoslavists;;;;;;;;;;;;x -BUL_communist;Balgarska Komunisticheska Partiya;;;;;;;;;;;;x -BUL_conservative;Mladoliberalna Partija-Toncevisti;;;;;;;;;;;;x -CAN_socialist;Socialist Party of Canada;;;;;;;;;;;;x -CAN_communist;Communist Party of Canada;;;;;;;;;;;;x -CAN_conservative;Conservative Party of Canada;;;;;;;;;;;;x -CAN_reactionary;Tories;;;;;;;;;;;;x -CAN_liberal_1;Red Party;;;;;;;;;;;;x -CAN_liberal_2;Liberal Party of Canada;;;;;;;;;;;;x -DAI;Vietnam;;;;;;;;;;;;;;;;;;;;x;;;; -DAI_communist;Viet Nam Cong san Ðang;;;;;;;;;;;;x -ENG_communist;Communist Party of Great Britain;;;;;;;;;;;;x -ENG_conservative;Tory Party;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ENG_reactionary;High Tories;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -FIN_fascist;Isänmaallinen kansanliike;;;;;;;;;;;;x -MEX_socialist;Partido Laborista Mexicano;;;;;;;;;;;;x -MEX_communist;Partido Socialista Obrero;;;;;;;;;;;;x -MEX_fascist;Unión Nacional Sinarquista;;;;;;;;;;;;x -NET_conservative;Anti-Revolutionaire Partij;;;;;;;;;;;;x -HOL_socialist_1;Sociaal-Democratische Vereeniging;;;;;;;;;;;;x -HOL_socialist_2;Sociaal-Democratische Bond;;;;;;;;;;;;x -HOL_socialist_3;Sociaal Democratische Arbeiders Partij;;;;;;;;;;;;x -HOL_fascist;Verbond Van Actualisten;;;;;;;;;;;;x -POR_socialist;Partido Socialista Português;;;;;;;;;;;;x -POR_communist;Partido Comunista Português;;;;;;;;;;;;x -RUS_fascist;All-Russian Fascist Party;;;;;;;;;;;;x -SER_reactionary;Nacionalna Stranka;;;;;;;;;;;;x -SER_communist;Srpska Socijaldemokratska Partija;;;;;;;;;;;;x -SER_fascist;Narodna Odbrana;;;;;;;;;;;;x -SER_conservative;Ustavobranitelji;;;;;;;;;;;;x -SER_conservative_2;Konzervativna Stranka;;;;;;;;;;;;x -SER_conservative_3;Srpska Napredna Stranka;;;;;;;;;;;;x -SER_socialist;Samostalna Radikalna Stranka;;;;;;;;;;;;x -SER_liberal;Liberalna Stranka;;;;;;;;;;;;x -SER_liberal_2;Narodna Radikalna Stranka;;;;;;;;;;;;x -SER_anarcho_liberal;Anarho-Liberalno Stranka;;;;;;;;;;;;x -GRE_communist;Kommounistikó Kómma Elládas;;;;;;;;;;;;x -GRE_socialist;Sosialistikó Kómma Elládas;;;;;;;;;;;;x -GRE_fascist;Ethniki Enosis Ellados;;;;;;;;;;;;x -GRE_anarcho_liberal;Ethnikón Rizospastikón Kómma;;;;;;;;;;;;x -GRE_reactionary;Kómma ton Napaíon;;;;;;;;;;;;x -GRE_conservative;Syntagmatikó Kómma;;;;;;;;;;;;x -GRE_conservative_2;Kómma Ethnikófronon;;;;;;;;;;;;x -GRE_liberal;Ethnikó Kómma;;;;;;;;;;;;x -GRE_liberal_2;Neoteristikón Kómma;;;;;;;;;;;;x -USA_socialist;Workingmen's Party;;;;;;;;;;;;x -USA_communist;Communist Party USA;;;;;;;;;;;;x -USA_fascist;Silver Legion of America;;;;;;;;;;;;x -YUG_reactionary;Jugoslovenska Nacionalna Stranka;;;;;;;;;;;;x -YUG_liberal;Samostalna Demokratska Stranka;;;;;;;;;;;;x -YUG_anarcho_liberal;Narodna Radikalna Stranka;;;;;;;;;;;;x -YUG_communist;Komunisticka Partija Jugoslavije;;;;;;;;;;;;x -YUG_socialist;Socijalisticka Radnicka Partija Jugoslavije;;;;;;;;;;;;x -YUG_conservative;Jugoslovanska Demokratska Stranka;;;;;;;;;;;;x -NMB;Namibia;;;;;;;;;;;;;;;;;;;x -NMB_ADJ;Namibian;;;;;;;;;;;;;;;;;;;x -NMB_liberal;Republican Party;;;;;;;;;;;;;;;;;;;x -NMB_conservative;NUDO;;;;;;;;;;;;;;;;;;;x -NMB_socialist;SWANU;;;;;;;;;;;;;;;;;;;x -NMB_reactionary;NAPDO;;;;;;;;;;;;;;;;;;;x -NMB_anarcho_liberal;Economic Freedom Fighters;;;;;;;;;;;;;;;;;;;x -NMB_communist;SWAPO;;;;;;;;;;;;;;;;;;;x -NMB_fascist;Patriotic Union Movement;;;;;;;;;;;;;;;;;;;x -SLG;Selangor;;;;;;;;;;;;;;;;;;;x -SLG_ADJ;Selangorese;;;;;;;;;;;;;;;;;;;x -PRK;Perak;;;;;;;;;;;;;;;;;;;x -PRK_ADJ;Peraki;;;;;;;;;;;;;;;;;;;x -PHG;Pahang;;;;;;;;;;;;;;;;;;;x -PHG_ADJ;Pahangi;;;;;;;;;;;;;;;;;;;x -SGM;Sigmaringen;;;;;;;;;;;;;;;;;;;x -SGM_ADJ;Sigmarinian;;;;;;;;;;;;;;;;;;;x -FRO;Faroe Islands;;;;;;;;;;;;;;;;;;;x -FRO_ADJ;Faroese;;;;;;;;;;;;;;;;;;;x -FRO_liberal;Sjálvstýrisflokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_conservative;Sambandsflokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_reactionary;Hin Føroyski Flokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_socialist;Javnaðarflokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_anarcho_liberal;Vinnuflokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_communist;Kommunistiski Flokkur Føroya;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -FRO_fascist;Loysingarflokkurin;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -RUS_proletarian_dictatorship;The Soviet Union;;;;;;;;;;;;;;;;;;;x -NEH;Neuchatel;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEH_ADJ;Neuchateli;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_fascist;Baltic Fascist Union;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_communist;Baltic Communist Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_socialist;Union of Baltic Workers and Socialists;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_socialist_2;Baltic Labour Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_anarcho_liberals;Radical Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_liberal_2;The All-Baltic Landtag;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_liberal;Progressive Union;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_conservative_2;Union of Landowners and Farmers;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_reactionary;Royalist Faction;;;;;;;;;;;;;;;;;;;;;;x;;;; -UBD_conservative;German Landtag;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_fascist;Vabadussõjalased;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_communist;Eestimaa Kommunistlik Partei;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_socialist;Eesti Sotsialistlik Tööliste Partei;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_socialist_2;Eesti Tööerakond;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_anarcho_liberal;Radikaal-Demokraatlik Erakond;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_liberal;Asunikkude Partei;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_conservative;Põllumeeste Kogud;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_conservative_2;Kristlik Rahvaerakond;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_reactionary;Eesti Rojalistlik Partei;;;;;;;;;;;;;;;;;;;;;;x;;;; -EST_reactionary_2;Isamaaliit;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_fascist;Perkonkrusts;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_communist;Latvijas Komunistiska Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_socialist_2;Mazinieki;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_socialist;LSDSP;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_anarcho_liberal;Latvijas Radikaldemokratu Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_liberal_2;Blodnieka Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_liberal;Demokratiskais Centrs;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_conservative_2;Kristigo Zemnieku un Katolu Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_conservative;Latviešu Zemnieku Savieniba;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_reactionary_2;Nacionala Apvieniba;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIV_reactionary;Rojalistu Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -HBY;Hobyo;;;;;;;;;;;;;;;;;;;;;;x;;;; -HBY_ADJ;Somali;;;;;;;;;;;;;;;;;;;;;;x;;;; -QAT;Qatar;;;;;;;;;;;;;;;;;;;;;;x;;;; -QAT_ADJ;Qatari;;;;;;;;;;;;;;;;;;;;;;x;;;; -URU_liberal_2;Colorados;;;;;;;;;;;;;;;;;;;;;;x;;;; -URU_socialist;Partido Socialista;;;;;;;;;;;;;;;;;x;;;; -URU_communist;Partido Comunista;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIT_reactionary;Monarchizmas Frakcija;;;;;;;;;;;;x -LIT_reactionary_2;Lietuviu Tautininku Sajunga;;;;;;;;;;;;x -LIT_conservative;Lietuvos Darbo Federacija;;;;;;;;;;;;x -LIT_conservative_2;LKDP;;;;;;;;;;;;x -LIT_anarcho_liberal;Tautos Pažangos Partija;;;;;;;;;;;;x -LIT_liberal;Lietuviu Demokratu Partij;;;;;;;;;;;;x -LIT_liberal_2;Lietuvos Valstieciu Liaudininku Sajunga;;;;;;;;;;;;x -LIT_socialist;LSDP;;;;;;;;;;;;x -LIT_communist;Lietuvos Komunistu Partija;;;;;;;;;;;;x -LIT_fascist;Lietuvos Šauliu Sajunga;;;;;;;;;;;;x -KAR;Karen;;;;;;;;;;;;x -KAR_ADJ;Kareni;;;;;;;;;;;;x -BRY;Buryatia;;;;;;;;;;;;x -BRY_ADJ;Buryat;;;;;;;;;;;;x -BRY_conservative;Royal Faction;;;;;;;;;;;;x -BRY_liberal;The Liberal Faction;;;;;;;;;;;;x -BRY_reactionary;The Nationalist Faction;;;;;;;;;;;;x -BRY_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -BRY_socialist;The Socialist Faction;;;;;;;;;;;;x -BRY_communist;The Communist Faction;;;;;;;;;;;;x -BRY_fascist;The Fascist Faction;;;;;;;;;;;;x -MLD;Maldives;;;;;;;;;;;;;;;;;;x;;;; -MLD_ADJ;Maldive;;;;;;;;;;;;;;;;;;x;;;; -PAK;Pakistan;;;;;;;;;;;;;;;;;;x;;;; -PAK_ADJ;Pakistani;;;;;;;;;;;;;;;;;;x;;;; -PAK_conservative;Jamaat-e-Islami Pakistan;;;;;;;;;;;;;;;;;;x;;;; -PAK_liberal;Pakistan Tehreek-e-Insaf;;;;;;;;;;;;;;;;;;x;;;; -PAK_liberal_2;Muttahida Qaumi;;;;;;;;;;;;;;;;;;x;;;; -PAK_anarcho_liberal;Awami National;;;;;;;;;;;;;;;;;;x;;;; -PAK_socialist;Pakistan Awami Tehreek;;;;;;;;;;;;;;;;;;x;;;; -PAK_socialist_2;Kull Pakistan Kissan;;;;;;;;;;;;;;;;;;x;;;; -PAK_communist;Pakistan People's Party;;;;;;;;;;;;;;;;;;x;;;; -PAK_fascist;Jamaat Ahle Sunnat;;;;;;;;;;;;;;;;;;x;;;; -PAK_reactionary;Jamiat Ulema-e-Islam;;;;;;;;;;;;;;;;;;x;;;; -CRL;Chitral;;;;;;;;;;;;;;;;;;x;;;; -CRL_ADJ;Chitrali;;;;;;;;;;;;;;;;;;x;;;; -MSS;Samos;;;;;;;;;;;;;;;;;;x;;;; -MSS_ADJ;Greek;;;;;;;;;;;;;;;;;;x;;;; -RDL;Ardalan;;;;;;;;;;;;;;;;;;x;;;; -RDL_ADJ;Ardalani;;;;;;;;;;;;;;;;;;x;;;; -BTL;Bitlis;;;;;;;;;;;;;;;;;;x;;;; -BTL_ADJ;Bitlisi;;;;;;;;;;;;;;;;;;x;;;; -BNB;Baban;;;;;;;;;;;;;;;;;;x;;;; -BNB_ADJ;Babani;;;;;;;;;;;;;;;;;;x;;;; -BDN;Hakkari;;;;;;;;;;;;;;;;;;x;;;; -BDN_ADJ;Hakkari;;;;;;;;;;;;;;;;;;x;;;; -MKN;Mukriyan;;;;;;;;;;;;;;;;;;x;;;; -MKN_ADJ;Mukriyani;;;;;;;;;;;;;;;;;;x;;;; -BHT;Bohtan;;;;;;;;;;;;;;;;;;x;;;; -BHT_ADJ;Bohtani;;;;;;;;;;;;;;;;;;x;;;; -SRN;Soran;;;;;;;;;;;;;;;;;;;x;;;; -SRN_ADJ;Sorani;;;;;;;;;;;;;;;;;;;x;;;; -LBG;Limburg;;;;;;;;;;;;;;;;;;;x;;;; -LBG_ADJ;Limburgian;;;;;;;;;;;;;;;;;;;x;;;; -ABK;Abkhazia;;;;;;;;;;;;;;;;;;;x;;;; -ABK_ADJ;Abkhazian;;;;;;;;;;;;;;;;;;;x;;;; -ABK_reactionary;Bey Loyalists;;;;;;;;;;;;;;;;;;;x;;;; -ABK_conservative;Conservative Faction;;;;;;;;;;;;;;;;;;;x;;;; -ABK_liberal;Reformist Faction;;;;;;;;;;;;;;;;;;;x;;;; -ABK_anarcho_liberal;Radical Faction;;;;;;;;;;;;;;;;;;;x;;;; -ABK_socialist;Socialist Party;;;;;;;;;;;;;;;;;;;x;;;; -ABK_communist;People's Party of Abkhazia;;;;;;;;;;;;;;;;;;;x;;;; -ABK_fascist;United Abkhazia Party;;;;;;;;;;;;;;;;;;;x;;;; -QUE_ADJ;Quebecois;;;;;;;;;;;;;;;;;;;x;;;; -LIB_conservative;Republican Party;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_conservative_2;Democratic Party;;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_liberal;True Whig Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_liberal_2;Pan-African Party;;;;;;;;;;;;;;;;;;x;;;; -LIB_socialist;African Revolutionary Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_reactionary;Nationalist Party;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_anarcho_liberal;Radical Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_communist;Communist Party;;;;;;;;;;;;;;;;;;;;;;x;;;; -LIB_fascist;Fascist Party;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BAY_reactionary;Ultramontanismus Faction;;;;;;;;;;;;;;;;;;;x;;;; -BHP;Bahawalpur;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BHP_ADJ;Punjabi;;;;;;;;;;;;;;;;;;;;;;;x;;;; -WEI;Saxe-Weimar;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ENG_fascist_dictatorship;The Union of Britain;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -ENG_democracy;The British Commonwealth;;;;;;;;;;;;;;;;;x; -ENG_presidential_dictatorship;The British Commonwealth;;;;;;;;;;;;;;;;;x; -ENG_bourgeois_dictatorship;The British Commonwealth;;;;;;;;;;;;;;;;;x; -shilluk;Shilluk;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -PBC;Peru-Bolivia;;;;;;;;;;;;;x -PBC_absolute_monarchy;Great Peru;;;;;;;;;;;;;x -PBC_prussian_constitutionalism;Great Peru;;;;;;;;;;;;;x -PBC_hms_government;Peru-Bolivia;;;;;;;;;;;;;x -PBC_proletarian_dictatorship;The People's Andine Republic;;;;;;;;;;;;;x +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +GER_hms_government;The German Empire;;;;;;;;;;;;; +finnougric;Finno-Ugric;;;;;;;;;;;;; +ARC_reactionary;Sociedad Popular Restauradora;;;;;;;;;;;;; +TMT;Tuamotu;;;;;;;;;;;;; +TMT_ADJ;Tuamotu;;;;;;;;;;;;; +ION_liberal;Rizospastes;;;;;;;;;;;;; +ION_conservative;Metarrythmistes;;;;;;;;;;;;; +ION_reactionary;Prostasianoi;;;;;;;;;;;;; +ION_socialist;Sosialistikó Kómma;;;;;;;;;;;;; +ION_communist;Kommounistikó Kómma;;;;;;;;;;;;; +ION_fascist;Ethniki Enosis;;;;;;;;;;;;; +ION_anarcho_liberal;Ethnikón Rizospastikón Kómma;;;;;;;;;;;;; +PNK;Pontianak;;;;;;;;;;;;; +PNK_ADJ;Pontianaki;;;;;;;;;;;;; +PNK_conservative;Pontianaki Faction;;;;;;;;;;;;; +PNK_liberal;Sambas Faction;;;;;;;;;;;;; +PNK_reactionary;Mempawah Faction;;;;;;;;;;;;; +ATC;Antillean Confederation;;;;;;;;;;;;; +ATC_ADJ;Antillean;;;;;;;;;;;;; +PPG;Papua New Guinea;;;;;;;;;;;;; +PPG_ADJ;Papua New Guinean;;;;;;;;;;;;; +VTU;Vanuatu;;;;;;;;;;;;; +VTU_ADJ;Ni-Vanuatu;;;;;;;;;;;;; +SMO;Samoa;;;;;;;;;;;;; +SMO_ADJ;Samoan;;;;;;;;;;;;; +ROM_reactionary;Partidul National Roman;;;;;;;;;;;;; +ROM_reactionary_2;Partidul Nationalist-Democrat;;;;;;;;;;;;; +ROM_reactionary_3;Partidul Poporului;;;;;;;;;;;;; +ROM_conservative;Partidul Conservator;;;;;;;;;;;;; +ROM_conservative_2;Partidul Taranesc;;;;;;;;;;;;; +ROM_conservative_3;Partidul National Taranesc;;;;;;;;;;;;; +ROM_liberal;Fractionistii;;;;;;;;;;;;; +ROM_liberal_2;Partidul National Liberal;;;;;;;;;;;;; +ROM_anarcho_liberal;Partidul din Drepturile Omulu;;;;;;;;;;;;; +ROM_socialist;Partidul Social-Democrat;;;;;;;;;;;;; +ROM_communist;Partidul Comunist;;;;;;;;;;;;; +ROM_fascist;Garda de Fier;;;;;;;;;;;;; +ZBW;Zimbabwe;;;;;;;;;;;;; +ZBW_ADJ;Zimbabwean;;;;;;;;;;;;; +ZBW_liberal;United African National Council;;;;;;;;;;;;; +ZBW_conservative;Zimbabwe United People's Organisation;;;;;;;;;;;;; +ZBW_socialist;Zimbabwe African National Union;;;;;;;;;;;;; +ZBW_reactionary;Patriotic Front;;;;;;;;;;;;; +ZBW_anarcho_liberal;Radical Party of Zimbabwe;;;;;;;;;;;;; +ZBW_communist;Zimbabwe African People's Union;;;;;;;;;;;;; +ZBW_fascist;Fascist Party of Zimbabwe;;;;;;;;;;;;; +CMS;Comoros;;;;;;;;;;;;; +CMS_ADJ;Comorian;;;;;;;;;;;;; +CMS_liberal;Democratic Rally of the Comorian People;;;;;;;;;;;;; +CMS_conservative;Comorian Democratic Union;;;;;;;;;;;;; +CMS_socialist;Socialist Party of Comoros;;;;;;;;;;;;; +CMS_reactionary;Comorian Union for Progress;;;;;;;;;;;;; +CMS_anarcho_liberal;Uwezo;;;;;;;;;;;;; +CMS_communist;Democratic Assembly of the Comorian People;;;;;;;;;;;;; +CMS_fascist;Party for National Salvation;;;;;;;;;;;;; +nahua;Mesoamerican Indian;;;;;;;;;;;;; +kreol;Kreol;;;;;;;;;;;;; +EQG;Equatorial Guinea;;;;;;;;;;;;; +EQG_ADJ;Equatoguinean;;;;;;;;;;;;; +EQG_absolute_monarchy;Moka;;;;;;;;;;;;; +EQG_absolute_monarchy_ADJ;Mokian;;;;;;;;;;;;; +EQG_liberal;Progressive Democratic Alliance;;;;;;;;;;;;; +EQG_conservative;Popular Union;;;;;;;;;;;;; +EQG_socialist;Popular Idea;;;;;;;;;;;;; +EQG_reactionary_2;PDGE;;;;;;;;;;;;; +EQG_reactionary;Bubi Union;;;;;;;;;;;;; +EQG_anarcho_liberal;Popular Action;;;;;;;;;;;;; +EQG_communist;United National Workers' Party;;;;;;;;;;;;; +EQG_fascist;Movement of National Union;;;;;;;;;;;;; +western_nigritic;Western Nigritic;;;;;;;;;;;;; +kefficho;Omotic;;;;;;;;;;;;; +harari;Habesha;;;;;;;;;;;;; +east_kwa;Kwa;;;;;;;;;;;;; +gur;Gur;;;;;;;;;;;;; +south_forest_bantu;Central Bantu;;;;;;;;;;;;; +forest_bantu;Northwest Bantu;;;;;;;;;;;;; +ubangian;Ubangi;;;;;;;;;;;;; +kavango;Kavango-Kimbundu;;;;;;;;;;;;; +southern_bantu;Southern Bantu;;;;;;;;;;;;; +yao;Yao-Makonde;;;;;;;;;;;;; +teda;Toubou;;;;;;;;;;;;; +sara;Sara-Baguirmi;;;;;;;;;;;;; +tiv;Bantoid;;;;;;;;;;;;; +baguirmi;Maban;;;;;;;;;;;;; +nyasa;Nyasa;;;;;;;;;;;;; +kilombero;Kilombero;;;;;;;;;;;;; +cushitic;Cushitic;;;;;;;;;;;;; +nilotic;Nilotic;;;;;;;;;;;;; +lacustrine_bantu;Northeast Bantu;;;;;;;;;;;;; +maasai;Kalenjin-Maasai;;;;;;;;;;;;; +kikuyu;Kikuyu–Kamba;;;;;;;;;;;;; +HTY;Turkmeneli;;;;;;;;;;;;; +HTY_ADJ;Turkomani;;;;;;;;;;;;; +POR_fascist;Movimento Nacional-Sindicalista;;;;;;;;;;;;; +IRE_fascist;The Blueshirts;;;;;;;;;;;;; +IRE_communist;Communist Party of Ireland;;;;;;;;;;;;; +IRE_conservative;Irish Conservative Party;;;;;;;;;;;;; +AST_fascist;New Guard;;;;;;;;;;;;; +SGF_ADJ;South German;;;;;;;;;;;;; +alaskan;Alaskan;;;;;;;;;;;;; +USA_conservative_2;Democrats;;;;;;;;;;;;; +USA_conservative_4;Democratic Party;;;;;;;;;;;;; +USA_liberal;Republicans;;;;;;;;;;;;; +USA_liberal_4;Republican Party;;;;;;;;;;;;; +YUG_fascist;ZBOR;;;;;;;;;;;;; +YUG_ADJ;Yugoslav;;;;;;;;;;;;; +AUS_fascist;Vaterländische Front;;;;;;;;;;;;; +SWI_liberal;Freisinnig-Demokratische Partei;;;;;;;;;;;;; +GCO_communist;Partido Communista;;;;;;;;;;;;; +GCO_fascist;Partido Fascista;;;;;;;;;;;;; +MNP;Manipur;;;;;;;;;;;;; +MNP_ADJ;Manipuri;;;;;;;;;;;;; +BDK_absolute_monarchy;Kunduz;;;;;;;;;;;;; +BDK;Badakhshan;;;;;;;;;;;;; +BDK_ADJ;Badakhshani;;;;;;;;;;;;; +guajiro;Wayuu;;;;;;;;;;;;; +lendu;Lendu;;;;;;;;;;;;; +ruanda;Banyarwanda;;;;;;;;;;;;; +kingwana;Kingwana;;;;;;;;;;;;; +chokwe;Chokwe;;;;;;;;;;;;; +CNG;The Congo;;;;;;;;;;;;; +CNG_absolute_monarchy;Congo Free State;;;;;;;;;;;;; +CNG_presidential_dictatorship;Zaire;;;;;;;;;;;;; +CNG_democracy;Republic of the Congo;;;;;;;;;;;;; +CNG_liberal_2;Alliance of Bakongo;;;;;;;;;;;;; +CNG_conservative_2;Congolese National Movement;;;;;;;;;;;;; +CNG_socialist;African Solidarity Party;;;;;;;;;;;;; +CNG_reactionary_2;Popular Movement of the Revolution;;;;;;;;;;;;; +CNG_anarcho_liberal;Common Front;;;;;;;;;;;;; +CNG_communist;Congolese National Union;;;;;;;;;;;;; +CNG_fascist;Party of National Unity;;;;;;;;;;;;; +GEO_conservative;Demokratiuli Modzraoba;;;;;;;;;;;;; +GEO_liberal;Sakartvelos Respublikuri;;;;;;;;;;;;; +GEO_reactionary;Natsionaluri Modzraoba;;;;;;;;;;;;; +GEO_anarcho_liberal;Sakartvelos Gza;;;;;;;;;;;;; +GEO_socialist;Sakartvelos Leiboristuli;;;;;;;;;;;;; +GEO_communist;Sakartvelos Komunisturi;;;;;;;;;;;;; +GEO_fascist;Erovnuli Sotsialisturi;;;;;;;;;;;;; +scottish;Scottish;;;;;;;;;;;;; +ITA_reactionary;Fazione Monarchica;Restorationiste;Ristorazionista;;Restauracionistas;;;;;;;;; +ITA_conservative;La Destra;;;;;;;;;;;;; +ITA_conservative_2;Partito Liberale Italiano;;;;;;;;;;;;; +ITA_conservative_3;Sinistra Dissidente;;;;;;;;;;;;; +ITA_liberal;La Sinistra;;;;;;;;;;;;; +ITA_liberal_2;Partito Repubblicano Italiano;;;;;;;;;;;;; +ITA_socialist;L'Estrema;;;;;;;;;;;;; +ITA_socialist_2;Partito Socialista Italiano;;;;;;;;;;;;; +ITA_anarcho_liberal;L'Estrema Liberale;;;;;;;;;;;;; +ITA_communist;Partito Comunista d'Italia;;;;;;;;;;;;; +ITA_fascist;Partito Nazionale Fascista;;;;;;;;;;;;; +PGG_reactionary;Jahriyya Menhuan;;;;;;;;;;;;; +PGG_liberal;Gaige Pai Zhenying;;;;;;;;;;;;; +PGG_conservative;Qa'id Jami al-Muslimin;;;;;;;;;;;;; +PGG_anarcho_liberal;Jijin Dang;;;;;;;;;;;;; +PGG_socialist;Shehuidang;;;;;;;;;;;;; +PGG_communist;Gòngchandang;;;;;;;;;;;;; +PGG_fascist;Fàxisi Dang;;;;;;;;;;;;; +PGG;Pingnan Guo;;;;;;;;;;;;; +PGG_ADJ;Hui;;;;;;;;;;;;; +UKR_conservative;Ukrainian Democratic Agrarian Party;;;;;;;;;;;;; +UKR_liberal;Ukrainian Democratic Party;;;;;;;;;;;;; +UKR_reactionary;Congress of Landowners;;;;;;;;;;;;; +UKR_anarcho_liberal;Ukrainian Radical Party;;;;;;;;;;;;; +UKR_socialist;Ukrainian Social Democratic Labour Party;;;;;;;;;;;;; +UKR_communist;Ukrainian Communist Party;;;;;;;;;;;;; +UKR_fascist;Organization of Ukrainian Nationalists;;;;;;;;;;;;; +TUN;Tunisia;;;;;;;;;;;;; +TUN_absolute_monarchy;Tunis;;;;;;;;;;;;; +TUN_prussian_constitutionalism;Tunis;;;;;;;;;;;;; +ALB_communist;Partia e Punës e Shqipërisë;;;;;;;;;;;;; +ALB_fascist;Partia Fashiste e Shqipërisë;;;;;;;;;;;;; +ALB_conservative;Lëvizja Legalitetit;;;;;;;;;;;;; +AUS_communist;Kommunistische Partei Österreichs;;;;;;;;;;;;; +BEL_liberal;Parti libéral;;;;;;;;;;;;; +BEL_conservative;Parti catholique;;;;;;;;;;;;; +BEL_reactionary;Parti statiste;;;;;;;;;;;;; +BEL_anarcho_liberal;Parti libertaire;;;;;;;;;;;;; +BEL_socialist;Parti ouvrier belge;;;;;;;;;;;;; +BEL_conservative_2;Christene Volkspartij;;;;;;;;;;;;; +BEL_conservative_3;Meetingpartij;;;;;;;;;;;;; +BEL_communist;Parti communiste de Belgique;;;;;;;;;;;;; +BEL_fascist;Parti rexiste;;;;;;;;;;;;; +BUL_socialist;BRSDP;;;;;;;;;;;;; +BUL_liberal;Balgarski Zemedelski Naroden Sayuz;;;;;;;;;;;;; +BUL_anarcho_liberal;Radoslavists;;;;;;;;;;;;; +BUL_communist;Balgarska Komunisticheska Partiya;;;;;;;;;;;;; +BUL_conservative;Mladoliberalna Partija-Toncevisti;;;;;;;;;;;;; +CAN_socialist;Socialist Party of Canada;;;;;;;;;;;;; +CAN_communist;Communist Party of Canada;;;;;;;;;;;;; +CAN_conservative;Conservative Party of Canada;;;;;;;;;;;;; +CAN_reactionary;Tories;;;;;;;;;;;;; +CAN_liberal_1;Red Party;;;;;;;;;;;;; +CAN_liberal_2;Liberal Party of Canada;;;;;;;;;;;;; +DAI;Vietnam;;;;;;;;;;;;; +DAI_communist;Viet Nam Cong san Ðang;;;;;;;;;;;;; +ENG_communist;Communist Party of Great Britain;;;;;;;;;;;;; +ENG_conservative;Tory Party;;;;;;;;;;;;; +ENG_reactionary;High Tories;;;;;;;;;;;;; +FIN_fascist;Isänmaallinen kansanliike;;;;;;;;;;;;; +MEX_socialist;Partido Laborista Mexicano;;;;;;;;;;;;; +MEX_communist;Partido Socialista Obrero;;;;;;;;;;;;; +MEX_fascist;Unión Nacional Sinarquista;;;;;;;;;;;;; +NET_conservative;Anti-Revolutionaire Partij;;;;;;;;;;;;; +HOL_socialist_1;Sociaal-Democratische Vereeniging;;;;;;;;;;;;; +HOL_socialist_2;Sociaal-Democratische Bond;;;;;;;;;;;;; +HOL_socialist_3;Sociaal Democratische Arbeiders Partij;;;;;;;;;;;;; +HOL_fascist;Verbond Van Actualisten;;;;;;;;;;;;; +POR_socialist;Partido Socialista Português;;;;;;;;;;;;; +POR_communist;Partido Comunista Português;;;;;;;;;;;;; +RUS_fascist;All-Russian Fascist Party;;;;;;;;;;;;; +SER_reactionary;Nacionalna Stranka;;;;;;;;;;;;; +SER_communist;Srpska Socijaldemokratska Partija;;;;;;;;;;;;; +SER_fascist;Narodna Odbrana;;;;;;;;;;;;; +SER_conservative;Ustavobranitelji;;;;;;;;;;;;; +SER_conservative_2;Konzervativna Stranka;;;;;;;;;;;;; +SER_conservative_3;Srpska Napredna Stranka;;;;;;;;;;;;; +SER_socialist;Samostalna Radikalna Stranka;;;;;;;;;;;;; +SER_liberal;Liberalna Stranka;;;;;;;;;;;;; +SER_liberal_2;Narodna Radikalna Stranka;;;;;;;;;;;;; +SER_anarcho_liberal;Anarho-Liberalno Stranka;;;;;;;;;;;;; +GRE_communist;Kommounistikó Kómma Elládas;;;;;;;;;;;;; +GRE_socialist;Sosialistikó Kómma Elládas;;;;;;;;;;;;; +GRE_fascist;Ethniki Enosis Ellados;;;;;;;;;;;;; +GRE_anarcho_liberal;Ethnikón Rizospastikón Kómma;;;;;;;;;;;;; +GRE_reactionary;Kómma ton Napaíon;;;;;;;;;;;;; +GRE_conservative;Syntagmatikó Kómma;;;;;;;;;;;;; +GRE_conservative_2;Kómma Ethnikófronon;;;;;;;;;;;;; +GRE_liberal;Ethnikó Kómma;;;;;;;;;;;;; +GRE_liberal_2;Neoteristikón Kómma;;;;;;;;;;;;; +USA_socialist;Workingmen's Party;;;;;;;;;;;;; +USA_communist;Communist Party USA;;;;;;;;;;;;; +USA_fascist;Silver Legion of America;;;;;;;;;;;;; +YUG_reactionary;Jugoslovenska Nacionalna Stranka;;;;;;;;;;;;; +YUG_liberal;Samostalna Demokratska Stranka;;;;;;;;;;;;; +YUG_anarcho_liberal;Narodna Radikalna Stranka;;;;;;;;;;;;; +YUG_communist;Komunisticka Partija Jugoslavije;;;;;;;;;;;;; +YUG_socialist;Socijalisticka Radnicka Partija Jugoslavije;;;;;;;;;;;;x ; +YUG_conservative;Jugoslovanska Demokratska Stranka;;;;;;;;;;;;; +NMB;Namibia;;;;;;;;;;;;; +NMB_ADJ;Namibian;;;;;;;;;;;;; +NMB_liberal;Republican Party;;;;;;;;;;;;; +NMB_conservative;NUDO;;;;;;;;;;;;; +NMB_socialist;SWANU;;;;;;;;;;;;; +NMB_reactionary;NAPDO;;;;;;;;;;;;; +NMB_anarcho_liberal;Economic Freedom Fighters;;;;;;;;;;;;; +NMB_communist;SWAPO;;;;;;;;;;;;; +NMB_fascist;Patriotic Union Movement;;;;;;;;;;;;; +SLG;Selangor;;;;;;;;;;;;; +SLG_ADJ;Selangorese;;;;;;;;;;;;; +PRK;Perak;;;;;;;;;;;;; +PRK_ADJ;Peraki;;;;;;;;;;;;; +PHG;Pahang;;;;;;;;;;;;; +PHG_ADJ;Pahangi;;;;;;;;;;;;; +SGM;Sigmaringen;;;;;;;;;;;;; +SGM_ADJ;Sigmarinian;;;;;;;;;;;;; +FRO;Faroe Islands;;;;;;;;;;;;; +FRO_ADJ;Faroese;;;;;;;;;;;;; +FRO_liberal;Sjálvstýrisflokkurin;;;;;;;;;;;;; +FRO_conservative;Sambandsflokkurin;;;;;;;;;;;;; +FRO_reactionary;Hin Føroyski Flokkurin;;;;;;;;;;;;; +FRO_socialist;Javnaðarflokkurin;;;;;;;;;;;;; +FRO_anarcho_liberal;Vinnuflokkurin;;;;;;;;;;;;; +FRO_communist;Kommunistiski Flokkur Føroya;;;;;;;;;;;;; +FRO_fascist;Loysingarflokkurin;;;;;;;;;;;;; +RUS_proletarian_dictatorship;The Soviet Union;;;;;;;;;;;;; +NEH;Neuchatel;;;;;;;;;;;;; +NEH_ADJ;Neuchateli;;;;;;;;;;;;; +UBD_fascist;Baltic Fascist Union;;;;;;;;;;;;; +UBD_communist;Baltic Communist Party;;;;;;;;;;;;; +UBD_socialist;Union of Baltic Workers and Socialists;;;;;;;;;;;;; +UBD_socialist_2;Baltic Labour Party;;;;;;;;;;;;; +UBD_anarcho_liberals;Radical Party;;;;;;;;;;;;; +UBD_liberal_2;The All-Baltic Landtag;;;;;;;;;;;;; +UBD_liberal;Progressive Union;;;;;;;;;;;;; +UBD_conservative_2;Union of Landowners and Farmers;;;;;;;;;;;;; +UBD_reactionary;Royalist Faction;;;;;;;;;;;;; +UBD_conservative;German Landtag;;;;;;;;;;;;; +EST_fascist;Vabadussõjalased;;;;;;;;;;;;; +EST_communist;Eestimaa Kommunistlik Partei;;;;;;;;;;;;; +EST_socialist;Eesti Sotsialistlik Tööliste Partei;;;;;;;;;;;;; +EST_socialist_2;Eesti Tööerakond;;;;;;;;;;;;; +EST_anarcho_liberal;Radikaal-Demokraatlik Erakond;;;;;;;;;;;;; +EST_liberal;Asunikkude Partei;;;;;;;;;;;;; +EST_conservative;Põllumeeste Kogud;;;;;;;;;;;;; +EST_conservative_2;Kristlik Rahvaerakond;;;;;;;;;;;;; +EST_reactionary;Eesti Rojalistlik Partei;;;;;;;;;;;;; +EST_reactionary_2;Isamaaliit;;;;;;;;;;;;; +LIV_fascist;Perkonkrusts;;;;;;;;;;;;; +LIV_communist;Latvijas Komunistiska Partija;;;;;;;;;;;;; +LIV_socialist_2;Mazinieki;;;;;;;;;;;;; +LIV_socialist;LSDSP;;;;;;;;;;;;; +LIV_anarcho_liberal;Latvijas Radikaldemokratu Partija;;;;;;;;;;;;; +LIV_liberal_2;Blodnieka Partija;;;;;;;;;;;;; +LIV_liberal;Demokratiskais Centrs;;;;;;;;;;;;; +LIV_conservative_2;Kristigo Zemnieku un Katolu Partija;;;;;;;;;;;;; +LIV_conservative;Latviešu Zemnieku Savieniba;;;;;;;;;;;;; +LIV_reactionary_2;Nacionala Apvieniba;;;;;;;;;;;;; +LIV_reactionary;Rojalistu Partija;;;;;;;;;;;;; +HBY;Hobyo;;;;;;;;;;;;; +HBY_ADJ;Somali;;;;;;;;;;;;; +QAT;Qatar;;;;;;;;;;;;; +QAT_ADJ;Qatari;;;;;;;;;;;;; +URU_liberal_2;Colorados;;;;;;;;;;;;; +URU_socialist;Partido Socialista;;;;;;;;;;;;; +URU_communist;Partido Comunista;;;;;;;;;;;;; +LIT_reactionary;Monarchizmas Frakcija;;;;;;;;;;;;; +LIT_reactionary_2;Lietuviu Tautininku Sajunga;;;;;;;;;;;;; +LIT_conservative;Lietuvos Darbo Federacija;;;;;;;;;;;;; +LIT_conservative_2;LKDP;;;;;;;;;;;;; +LIT_anarcho_liberal;Tautos Pažangos Partija;;;;;;;;;;;;; +LIT_liberal;Lietuviu Demokratu Partij;;;;;;;;;;;;; +LIT_liberal_2;Lietuvos Valstieciu Liaudininku Sajunga;;;;;;;;;;;;; +LIT_socialist;LSDP;;;;;;;;;;;;; +LIT_communist;Lietuvos Komunistu Partija;;;;;;;;;;;;; +LIT_fascist;Lietuvos Šauliu Sajunga;;;;;;;;;;;;; +KAR;Karen;;;;;;;;;;;;; +KAR_ADJ;Kareni;;;;;;;;;;;;; +BRY;Buryatia;;;;;;;;;;;;; +BRY_ADJ;Buryat;;;;;;;;;;;;; +BRY_conservative;Royal Faction;;;;;;;;;;;;; +BRY_liberal;The Liberal Faction;;;;;;;;;;;;; +BRY_reactionary;The Nationalist Faction;;;;;;;;;;;;; +BRY_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +BRY_socialist;The Socialist Faction;;;;;;;;;;;;; +BRY_communist;The Communist Faction;;;;;;;;;;;;; +BRY_fascist;The Fascist Faction;;;;;;;;;;;;; +MLD;Maldives;;;;;;;;;;;;; +MLD_ADJ;Maldive;;;;;;;;;;;;; +PAK;Pakistan;;;;;;;;;;;;; +PAK_ADJ;Pakistani;;;;;;;;;;;;; +PAK_conservative;Jamaat-e-Islami Pakistan;;;;;;;;;;;;; +PAK_liberal;Pakistan Tehreek-e-Insaf;;;;;;;;;;;;; +PAK_liberal_2;Muttahida Qaumi;;;;;;;;;;;;; +PAK_anarcho_liberal;Awami National;;;;;;;;;;;;; +PAK_socialist;Pakistan Awami Tehreek;;;;;;;;;;;;; +PAK_socialist_2;Kull Pakistan Kissan;;;;;;;;;;;;; +PAK_communist;Pakistan People's Party;;;;;;;;;;;;; +PAK_fascist;Jamaat Ahle Sunnat;;;;;;;;;;;;; +PAK_reactionary;Jamiat Ulema-e-Islam;;;;;;;;;;;;; +CRL;Chitral;;;;;;;;;;;;; +CRL_ADJ;Chitrali;;;;;;;;;;;;; +MSS;Samos;;;;;;;;;;;;; +MSS_ADJ;Greek;;;;;;;;;;;;; +RDL;Ardalan;;;;;;;;;;;;; +RDL_ADJ;Ardalani;;;;;;;;;;;;; +BTL;Bitlis;;;;;;;;;;;;; +BTL_ADJ;Bitlisi;;;;;;;;;;;;; +BNB;Baban;;;;;;;;;;;;; +BNB_ADJ;Babani;;;;;;;;;;;;; +BDN;Hakkari;;;;;;;;;;;;; +BDN_ADJ;Hakkari;;;;;;;;;;;;; +MKN;Mukriyan;;;;;;;;;;;;; +MKN_ADJ;Mukriyani;;;;;;;;;;;;; +BHT;Bohtan;;;;;;;;;;;;; +BHT_ADJ;Bohtani;;;;;;;;;;;;; +SRN;Soran;;;;;;;;;;;;; +SRN_ADJ;Sorani;;;;;;;;;;;;; +LBG;Limburg;;;;;;;;;;;;; +LBG_ADJ;Limburgian;;;;;;;;;;;;; +ABK;Abkhazia;;;;;;;;;;;;; +ABK_ADJ;Abkhazian;;;;;;;;;;;;; +ABK_reactionary;Bey Loyalists;;;;;;;;;;;;; +ABK_conservative;Conservative Faction;;;;;;;;;;;;; +ABK_liberal;Reformist Faction;;;;;;;;;;;;; +ABK_anarcho_liberal;Radical Faction;;;;;;;;;;;;; +ABK_socialist;Socialist Party;;;;;;;;;;;;; +ABK_communist;People's Party of Abkhazia;;;;;;;;;;;;; +ABK_fascist;United Abkhazia Party;;;;;;;;;;;;; +QUE_ADJ;Quebecois;;;;;;;;;;;;; +LIB_conservative;Republican Party;;;;;;;;;;;;; +LIB_conservative_2;Democratic Party;;;;;;;;;;;;; +LIB_liberal;True Whig Party;;;;;;;;;;;;; +LIB_liberal_2;Pan-African Party;;;;;;;;;;;;; +LIB_socialist;African Revolutionary Party;;;;;;;;;;;;; +LIB_reactionary;Nationalist Party;;;;;;;;;;;;; +LIB_anarcho_liberal;Radical Party;;;;;;;;;;;;; +LIB_communist;Communist Party;;;;;;;;;;;;; +LIB_fascist;Fascist Party;;;;;;;;;;;;; +BAY_reactionary;Ultramontanismus Faction;;;;;;;;;;;;; +BHP;Bahawalpur;;;;;;;;;;;;; +BHP_ADJ;Punjabi;;;;;;;;;;;;; +WEI;Saxe-Weimar;;;;;;;;;;;;; +ENG_fascist_dictatorship;The Union of Britain;;;;;;;;;;;;; +ENG_democracy;The British Commonwealth;;;;;;;;;;;;; +ENG_presidential_dictatorship;The British Commonwealth;;;;;;;;;;;;; +ENG_bourgeois_dictatorship;The British Commonwealth;;;;;;;;;;;;; +shilluk;Shilluk;;;;;;;;;;;;; +PBC;Peru-Bolivia;;;;;;;;;;;;; +PBC_absolute_monarchy;Great Peru;;;;;;;;;;;;; +PBC_prussian_constitutionalism;Great Peru;;;;;;;;;;;;; +PBC_hms_government;Peru-Bolivia;;;;;;;;;;;;; +PBC_proletarian_dictatorship;The People's Andine Republic;;;;;;;;;;;;; PBC_proletarian_dictatorship_ADJ;Andine;;;;;;;;;;;;; -PBC_democracy;Andine Federation;;;;;;;;;;;;;;;;; +PBC_democracy;Andine Federation;;;;;;;;;;;;; PBC_democracy_ADJ;Andine;;;;;;;;;;;;; -PBC_ADJ;Andine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -YNN_reactionary_2;Confucianist Tusi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -YNN_liberal_2;Westernizer Tusi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -YNN_conservative_2;Local Tusi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XIN_reactionary_2;Confucianist Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XIN_conservative_2;Amban Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XIN_liberal_2;Reformer Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -KOR;Korea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -KOR_absolute_monarchy;Kingdom of Joseon;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -KOR_proletarian_dictatorship;DPRK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -KOR_reactionary;Bandong;;;;;;;;;;;;;;;;;;x;;;; -KOR_liberal;Taewon'gun;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_liberal_2;Songgyungwan;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_conservative;Tong Hak;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_liberal_3;Silhak;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_anarcho_liberal;Geubjinpa;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_conservative_2;Wangdangpa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_socialist;Sahoe-tang;;;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_communist;Choson Kongsantang;;;;;;;;;;;;;;;;;;;;;x;;;; -KOR_fascist;Pasiseuteu Pati;;;;;;;;;;;;;;;;;;;;x;;;; -MCK;Manchuria;;;;;;;;;;;;;x -MCK_fascist_dictatorship;Manzhouguo;Manchukuo;Manchukuo;;;;;;;;;;;x -MCK_presidential_dictatorship;Fengtian Clique;;;;;;;;;;;;;x -MCK_ADJ;Manchu;Mandchou;Manchu;;;;;;;;;;;x -MCK_presidential_dictatorship_ADJ;Fengtian;;;;;;;;;;;;;x -BRZ_monarchy;Empire of Brazil;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -SIA_absolute_monarchy;Rattanakosin Kingdom;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -KML;Kumul Khanate;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -KML_democracy;Kumul Republic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -KML_bourgeois_dictatorship;Kumul;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -KML_proletarian_dictatorship;People's Republic of Kumul;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -KML_ADJ;Kumulian;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -KML_conservative;Kumul Shah Faction;;;;;;;;;;;;x,, -KML_liberal;Kumul Reformers;;;;;;;;;;;;x,, -KML_reactionary;Kumul Fundamentalists;;;;;;;;;;;;x,, -KML_anarcho_liberal;Kumul Libertarians;;;;;;;;;;;;x,, -KML_socialist;Kumul Socialists;;;;;;;;;;;;x,, -KML_communist;Kumul People's Party;;;;;;;;;;;;x,, -KML_fascist;Kumul National Front;;;;;;;;;;;;x,, -PROV2281;Esmeraldas;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -PROV1363;Pakse;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -PROV1364;Phnom Penh;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -PROV1464;Jolo;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -ATJ;Aceh;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -ATJ_ADJ;Acehnese;;;;;;;;;;;;;;;;;;;;;;;x;;;; -JOH;Johor;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -UCA;The FRCA;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -UCA_absolute_monarchy;United Kingdom of Central America;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,, -UCA_prussian_constitutionalism;United Kingdom of Central America;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -UCA_hms_government;United Kingdom of Central America;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,, -UCA_democracy;The Republic of Central America;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,, -UCA_proletarian_dictatorship;Socialist Republics of Central America;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -LHJ;Lahej;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -LHJ_ADJ;Laheji;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -FDL;Fadhli;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -FDL_ADJ;Fadhlii;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -KTH;Kathiri;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -KTH_ADJ;Kathirii;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -MHR;Mahra;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -MHR_ADJ;Mahrai;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -SBA;Buenos Aires;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SBA_ADJ;Porteno;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,, -BRZ_absolute_monarchy;The Empire of Brazil;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,, -BRZ_prussian_constitutionalism;The Empire of Brazil;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -BRZ_hms_government;The Empire of Brazil;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,, -ARC;Argentina;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -ARC_democracy;Argentine Confederation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -ARC_presidential_dictatorship;Argentine Confederation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -ARC_proletarian_dictatorship;Communist Federation of Argentina;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -ARC_ADJ;Argentinian;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -CRT;Corrientes;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -CRT_ADJ;Entrerriano;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -DMW;Adamawa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -DMW_ADJ;Adamawan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -BRM;Baguirmi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -BRM_ADJ;Baguirmi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK;Shilluk;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_ADJ;Shilluki;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_conservative;Shilluk Podh Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_liberal;Reformist Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_reactionary;Royal Holiness Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_anarcho_liberal;Shilluk Libertarian Front;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_socialist;Shilluk Socialist Front;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_communist;Shilluk People's Front;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -SHK_fascist;Shilluk National Front;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -MUG_absolute_monarchy;The Mughal Empire;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -MUG_prussian_constitutionalism;The Mughal Empire;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -MUG_fascist_dictatorship;The Gurkani Republic;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -MUG_proletarian_dictatorship;People's Republic of Mughalistan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -MUG_conservative;Mir Saman;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_liberal;Hanafi;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_reactionary;Mir Bakshi;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_anarcho_liberal;The Radical Party;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_socialist;The Socialist Party;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_communist;The Communist Party;;;;;;;;;;;;;;;;;;;;;x;;;; -MUG_fascist;The Fascist Party;;;;;;;;;;;;;;;;;;;;;x;;;; -WRL;Warsangali;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -WRL_ADJ;Somali;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -CAN_liberal;Liberal Party;Parti lib?al;Liberale Partei;;Partido Liberal;;;;;;;;;x;;;; -CAN_anarcho_liberal;One Big Union;Parti radical;Radical Party;;Partido Radical;;;;;;;;;x;;;; -CAN_fascist;National Unity Party;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BRZ_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;Partido Liberal;;;;;;;;;x;;;; -BRZ_conservative;Partido Conservador;;;;;;;;;;;;;;;x;;;; -BRZ_reactionary;Partido Restaurador;;;;;;;;;;;;;;;;;;x;;;; -BRZ_reactionary2;Partido Republicano Riograndense;;;;;;;;;;;;;;;;;;x;;;; -BRZ_conservative_2;Partido Republicano Paulista;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BRZ_liberal_2;Partido Republicano Carioca;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BRZ_anarcho_liberal;Partido Anarquista;;;;;;;;;;;;;;;;;;;;;;;x;;;; -BRZ_socialist;Partido Socialista;;;;;;;;;;;;;;;;x;;;; -BRZ_communist;Partido Comunista;;;;;;;;;;;;;;;x;;;; -BRZ_fascist;Ação Integralista Brasileira;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -PNB;Pernambuco;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNB_ADJ;Pernambucano;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SWI_communist;Kommunistische Partei;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SWI_fascist;Nationale Front;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FRA_fascist;Parti Franciste;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FRA_reactionary_2;Droite Nationaliste;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FRA_anarcho_liberal;Républicain Radical;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -GER_fascist;NSDAP;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -POL_fascist;ONR-Falanga;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAI_conservative;Parti National;;;;;;;;;;;;;;;;;;;x;;;; -HAI_liberal;Parti Liberal;;;;;;;;;;;;;;;;;;;x;;;; -HAI_reactionary;Haitien Nationaliste Parti;;;;;;;;;;;;;;;;;;;x;;;; -HAI_anarcho_liberal;Parti Radical;;;;;;;;;;;;;;;;;;;;x;;;; -HAI_socialist;Parti Socialiste;;;;;;;;;;;;;;;;;;;;;;;;;x;;; -HAI_communist;Parti Communiste Haitien;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -HAI_fascist;Parti Fasciste;;;;;;;;;;;;;;;;;;;;x;;;; -CHK;Champassak;Champassak;Champassak;Champasak;Champasak;Champassak;Champassak;Champassak;;;;;;x; -CHK_ADJ;Champassaki;champassak;Champassaki;Champasak;Champassak;Champassaki;Champassakijský;;;;;;x; -CHK_conservative;Royal Faction;;;;;;;;;;;;x -CHK_liberal;The Liberal Faction;;;;;;;;;;;;x -CHK_reactionary;The Nationalist Faction;;;;;;;;;;;;x -CHK_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -CHK_socialist;The Socialist Faction;;;;;;;;;;;;x -CHK_communist;The Communist Faction;;;;;;;;;;;;x -CHK_fascist;The Fascist Faction;;;;;;;;;;;;x -CRO_conservative;Hrvatska Stranka Prava;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CRO_liberal;Narodna Stranka;;;;;;;;;;;;;;;;;;;;;;x;;;; -CRO_reactionary;Nacionalisticka Partija;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CRO_anarcho_liberal;Anarhisticki Partija;;;;;;;;;;;;;;;;;;;;;;x;;;; -CRO_socialist;Socijalisticka Partija;;;;;;;;;;;;;;;;;;;x;;;; -CRO_communist;Komunisticka Partija;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CRO_fascist;Ustasha;;;;;;;;;;;;;;;;;;;;x;;;; -D01;$REGION$;;Das Königreich von $REGION$;;;;;;;;x;;; -D01_ADJ;$REGION$;;königstreu;;;;;;;;x;;; -D02;The Confederation of $REGION$;;Die Konföderation von $REGION$;;;;;;;;x;;; -D02_ADJ;$REGION$;;konföderiert;;;;;;;;x;;; -D03;Commonwealth of $REGION$;;Commonwealth von $REGION$;;;;;;;;x;;; -D03_ADJ;Commonwealth;;Commonwealth-;;;;;;;;x;;; -D04;$REGION$;;Die Republik von $REGION$;;;;;;;;x;;; -D04_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D05;$REGION$ Free State;;Der $REGION$-Staat;;;;;;;;x;;; -D05_ADJ;$REGION$;;staatlich;;;;;;;;x;;; -D06;$REGION$;;Die Volksrepublik von $REGION$;;;;;;;;x;;; -D06_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D07;The Free State of $REGION$;;Der Freistaat von $REGION$;;;;;;;;x;;; -D07_ADJ;$REGION$;;freistaatlich;;;;;;;;x;;; -D08;$REGION$;;Der Großstaat von $REGION$;;;;;;;;x;;; -D08_ADJ;$REGION$;;großstaatlich;;;;;;;;x;;; -D09;$REGION$;;Der Staat von $REGION$;;;;;;;;x;;; -D09_ADJ;$REGION$;;staatlich;;;;;;;;x;;; -D10;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;x;;; -D10_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -D11;$REGION$;;Die Demokratische Republik von $REGION$;;;;;;;;x;;; -D11_ADJ;$REGION$;;depublikanisch;;;;;;;;x;;; -D12;The $REGION$ Union;;Die $REGION$-Union;;;;;;;;x;;; -D12_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D13;$REGION$;;Das $REGION$-Königreich;;;;;;;;x;;; -D13_ADJ;$REGION$;;königstreu;;;;;;;;x;;; -D14;The Dominion of $REGION$;;Das Dominion von $REGION$;;;;;;;;x;;; -D14_ADJ;Dominion;;Dominions-;;;;;;;;x;;; -D15;$REGION$;;Das Großherzogtum von $REGION$;;;;;;;;x;;; -D15_ADJ;$REGION$;;großherzogstreu;;;;;;;;x;;; -D16;The $REGION$ Commonwealth;;Die $REGION$-Nation;;;;;;;;x;;; -D16_ADJ;$REGION$;;national;;;;;;;;x;;; -D17;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;x;;; -D17_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D18;The United States of $REGION$;;Die Vereinigten Staaten von $REGION$;;;;;;;;x;;; -D18_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D19;The Union of $REGION$;;Die Demokratische Union von $REGION$;;;;;;;;x;;; -D19_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D20;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;x;;; -D20_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -D21;$REGION$;;Die Union von $REGION$;;;;;;;;x;;; -D21_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D22;$REGION$;;Die Demokratische Volksrepublik von $REGION$;;;;;;;;x;;; -D22_ADJ;$REGION$;;demokratisch-republikanisch;;;;;;;;x;;; -D23;$REGION$;;Das $REGION$-Gebiet;;;;;;;;x;;; -D23_ADJ;$REGION$;;ortsansässig;;;;;;;;x;;; -D24;$REGION$;;Die Glorreiche Union von $REGION$;;;;;;;;x;;; -D24_ADJ;$REGION$;;glorreich;;;;;;;;x;;; -D25;$REGION$;;Das mächtige Gebiet von $REGION$;;;;;;;;x;;; -D25_ADJ;$REGION$;;mächtig;;;;;;;;x;;; -D26;The $REGION$ Free State;;Der $REGION$-Freistaat;;;;;;;;x;;; -D26_ADJ;$REGION$;;freistaatlich;;;;;;;;x;;; -D27;The $REGION$ Commonwealth;;$REGION$-Commonwealth;;;;;;;;x;;; -D27_ADJ;Commonwealth;;Commonwealth-;;;;;;;;x;;; -D28;The $REGION$ Confederacy;;Die $REGION$-Konföderation;;;;;;;;x;;; -D28_ADJ;Confederate;;konföderiert;;;;;;;;x;;; -D29;$REGION$;;Das Freie Volk von $REGION$;;;;;;;;x;;; -D29_ADJ;$REGION$;;frei;;;;;;;;x;;; -D30;$REGION$;;Die $REGION$-Republik;;;;;;;;x;;; -D30_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D31;$REGION$;;Die Heilige Union von $REGION$;;;;;;;;x;;; -D31_ADJ;$REGION$;;zelotisch;;;;;;;;x;;; -D32;Union of $REGION$;;Die Volks-Union von $REGION$;;;;;;;;x;;; -D32_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D33;$REGION$ Federation;;Die Föderationsstaaten von $REGION$;;;;;;;;x;;; -D33_ADJ;Federation;;Föderations-;;;;;;;;x;;; -D34;$REGION$;;Der $REGION$-Föderationsstaat;;;;;;;;x;;; -D34_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D35;The $REGION$ Confederation;;Die $REGION$-Konföderation;;;;;;;;x;;; -D35_ADJ;$REGION$;;konföderiert;;;;;;;;x;;; -D36;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;x;;; -D36_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D37;The $REGION$ Union;;Die Fromme Union von $REGION$;;;;;;;;x;;; -D37_ADJ;$REGION$;;fromm;;;;;;;;x;;; -D38;$REGION$;;$REGION$-Land;;;;;;;;x;;; -D38_ADJ;$REGION$;;Landes-;;;;;;;;x;;; -D39;$REGION$;;Die Republik der Ruhe von $REGION$;;;;;;;;x;;; -D39_ADJ;$REGION$;;ruhig;;;;;;;;x;;; -D40;$REGION$;;Das Geheime Königreich von $REGION$;;;;;;;;x;;; -D40_ADJ;$REGION$;;geheim;;;;;;;;x;;; -D41;$REGION$;;Die Kommune von $REGION$;;;;;;;;x;;; -D41_ADJ;$REGION$;;kommunistisch;;;;;;;;x;;; -D42;Dominion of $REGION$;;Die $REGION$-Kommune;;;;;;;;x;;; -D42_ADJ;$REGION$;;kommunistisch;;;;;;;;x;;; -D43;$REGION$;;Die Arbeiter-Union von $REGION$;;;;;;;;x;;; -D43_ADJ;$REGION$;;Arbeiter-;;;;;;;;x;;; -D44;$REGION$;;Die Landgrafschaft von $REGION$;;;;;;;;x;;; -D44_ADJ;$REGION$;;landgrafschaftlich;;;;;;;;x;;; -D45;$REGION$;;Die Nation von $REGION$;;;;;;;;x;;; -D45_ADJ;$REGION$;;national;;;;;;;;x;;; -D46;$REGION$;;Die Heilige Region von $REGION$;;;;;;;;x;;; -D46_ADJ;$REGION$;;zelotisch;;;;;;;;x;;; -D47;The $REGION$ Dominion;;Das $REGION$-Dominion;;;;;;;;x;;; -D47_ADJ;$REGION$;;beherrschend;;;;;;;;x;;; -D48;$REGION$;;Der Volksstaat von $REGION$;;;;;;;;x;;; -D48_ADJ;$REGION$;;völkisch;;;;;;;;x;;; -D49;$REGION$;;Das Hohe Königreich von $REGION$;;;;;;;;x;;; -D49_ADJ;$REGION$;;hochköniglich;;;;;;;;x;;; -D50;$REGION$;;Das Kleinere Fürstentum von $REGION$;;;;;;;;x;;; -D50_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -ABU;United Arab Emirates;;;;;;;;;;;;x -ABU_ADJ;Emirati;;;;;;;;;;;;x -ABU_absolute_monarchy;Trucial States;;;;;;;;;;;;x -ABU_absolute_monarchy_ADJ;Trucial;;;;;;;;;;;;x -ABU_bourgeois_dictatorship;United Arab Councils;;;;;;;;;;;;x -ABU_bourgeois_dictatorship_ADJ;Arabic;;;;;;;;;;;;x -ABU_fascist_dictatorship;The Emirate;;;;;;;;;;;;x -ABU_fascist_dictatorship_ADJ;Emirati;;;;;;;;;;;;x -ABU_proletarian_dictatorship;People's Arabic Republic;;;;;;;;;;;;x -ABU_proletarian_dictatorship_ADJ;Arabic;;;;;;;;;;;;x -ACR;Acre;;;;;;;;;;;;;x -ACR_ADJ;Acrean;;;;;;;;;;;;;x -ACR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -EZO;Ezo;;;;;;;;;;;;;x -EZO_ADJ;Ezo;;;;;;;;;;;;;x -EZO_democracy;The Republic of Ezo;;;;;;;;;;;;x;;;;;;;;;;;;;; -EZO_presidential_dictatorship;The Republic of Ezo;;;;;;;;;;;;x;;;;;;;;;;;;;; -EZO_fascist_dictatorship;The Shogunate;;;;;;;;;;;;x;;;;;;;;;;;;;; -EZO_proletarian_dictatorship;The People's Republic of Ezo;;;;;;;;;;;;x;;;;;;;;;;;;;; -EZO_conservative;Shinsengumi;;;;;;;;;;;;;x -EZO_liberal;Shishi;;;;;;;;;;;;x -EZO_socialist;Progressive Party;;;;;;;;;;;;;x -EZO_communist;Communist Party;;;;;;;;;;;;;x -EZO_reactionary;Bakufu Faction;;;;;;;;;;;;;x -EZO_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -EZO_fascist;Kokutai Faction;;;;;;;;;;;;;x -AKH;Astrakhan;;;;;;;;;;;;x -AKH_ADJ;Astrakhan;;;;;;;;;;;;x -AKH_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -AKH_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -AKH_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -AKH_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -AKH_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -AKH_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -AKH_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -ALS;Elsass;;;;;;;;;;;;;x -ALS_ADJ;Alsatian ;;;;;;;;;;;;;x -ALS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALT;Altai Republic;;;;;;;;;;;;x -ALT_absolute_monarchy;Altai Union;;;;;;;;;;;;x -ALT_hms_government;Altai Union;;;;;;;;;;;;x -ALT_prussian_constitutionalism;Altai Union;;;;;;;;;;;;x -ALT_ADJ;Altaic;;;;;;;;;;;;x -ALT_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -ALT_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -ALT_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -ALT_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -ALT_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -ALT_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -ALT_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -ANG;Angola;;;;;;;;;;;;x -ANG_ADJ;Angolan;;;;;;;;;;;;x -ANG_liberal;Liberal Democratic Party;;;;;;;;;;;;x -ANG_conservative;FNLA;;;;;;;;;;;;x -ANG_socialist;Social Renewal Party;;;;;;;;;;;;x -ANG_reactionary;UNITA;;;;;;;;;;;;x -ANG_anarcho_liberal;Radical-Liberal Party of Angola;;;;;;;;;;;;x -ANG_communist;MPLA;;;;;;;;;;;;x -ANG_fascist;Fascist Party of Angola;;;;;;;;;;;;x -ANI_absolute_monarchy;Antillean Empire;Empire of Antillia;Empire of Antillia;;Empire of Antillia;;;;;;;;;x ; -ANI_proletarian_dictatorship;Antillean Republic;the Red Indies;the Red Indies;;the Red Indies;;;;;;;;;x ; -ANI_presidential_dictatorship;Antillean Republic;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;;x ; -ANI_fascist_dictatorship;Antillean Republic;the Black Isles;the Black Isles;;the Black Isles;;;;;;;;;x ; +PBC_ADJ;Andine;;;;;;;;;;;;; +YNN_reactionary_2;Confucianist Tusi;;;;;;;;;;;;; +YNN_liberal_2;Westernizer Tusi;;;;;;;;;;;;; +YNN_conservative_2;Local Tusi;;;;;;;;;;;;; +XIN_reactionary_2;Confucianist Faction;;;;;;;;;;;;; +XIN_conservative_2;Amban Faction;;;;;;;;;;;;; +XIN_liberal_2;Reformer Faction;;;;;;;;;;;;; +KOR;Korea;;;;;;;;;;;;; +KOR_absolute_monarchy;Kingdom of Joseon;;;;;;;;;;;;; +KOR_proletarian_dictatorship;DPRK;;;;;;;;;;;;; +KOR_reactionary;Bandong;;;;;;;;;;;;; +KOR_liberal;Taewon'gun;;;;;;;;;;;;; +KOR_liberal_2;Songgyungwan;;;;;;;;;;;;; +KOR_conservative;Tong Hak;;;;;;;;;;;;; +KOR_liberal_3;Silhak;;;;;;;;;;;;; +KOR_anarcho_liberal;Geubjinpa;;;;;;;;;;;;; +KOR_conservative_2;Wangdangpa;;;;;;;;;;;;; +KOR_socialist;Sahoe-tang;;;;;;;;;;;;; +KOR_communist;Choson Kongsantang;;;;;;;;;;;;; +KOR_fascist;Pasiseuteu Pati;;;;;;;;;;;;; +MCK;Manchuria;;;;;;;;;;;;; +MCK_fascist_dictatorship;Manzhouguo;Manchukuo;Manchukuo;;;;;;;;;;; +MCK_presidential_dictatorship;Fengtian Clique;;;;;;;;;;;;; +MCK_ADJ;Manchu;Mandchou;Manchu;;;;;;;;;;; +MCK_presidential_dictatorship_ADJ;Fengtian;;;;;;;;;;;;; +BRZ_monarchy;Empire of Brazil;;;;;;;;;;;;; +SIA_absolute_monarchy;Rattanakosin Kingdom;;;;;;;;;;;;; +KML;Kumul Khanate;;;;;;;;;;;;; +KML_democracy;Kumul Republic;;;;;;;;;;;;; +KML_bourgeois_dictatorship;Kumul;;;;;;;;;;;;; +KML_proletarian_dictatorship;People's Republic of Kumul;;;;;;;;;;;;; +KML_ADJ;Kumulian;;;;;;;;;;;;; +KML_conservative;Kumul Shah Faction;;;;;;;;;;;;; +KML_liberal;Kumul Reformers;;;;;;;;;;;;; +KML_reactionary;Kumul Fundamentalists;;;;;;;;;;;;; +KML_anarcho_liberal;Kumul Libertarians;;;;;;;;;;;;; +KML_socialist;Kumul Socialists;;;;;;;;;;;;; +KML_communist;Kumul People's Party;;;;;;;;;;;;; +KML_fascist;Kumul National Front;;;;;;;;;;;;; +PROV2281;Esmeraldas;;;;;;;;;;;;; +PROV1363;Pakse;;;;;;;;;;;;; +PROV1364;Phnom Penh;;;;;;;;;;;;; +PROV1464;Jolo;;;;;;;;;;;;; +ATJ;Aceh;;;;;;;;;;;;; +ATJ_ADJ;Acehnese;;;;;;;;;;;;; +JOH;Johor;;;;;;;;;;;;; +UCA;The FRCA;;;;;;;;;;;;; +UCA_absolute_monarchy;United Kingdom of Central America;;;;;;;;;;;;; +UCA_prussian_constitutionalism;United Kingdom of Central America;;;;;;;;;;;;; +UCA_hms_government;United Kingdom of Central America;;;;;;;;;;;;; +UCA_democracy;The Republic of Central America;;;;;;;;;;;;; +UCA_proletarian_dictatorship;Socialist Republics of Central America;;;;;;;;;;;;; +LHJ;Lahej;;;;;;;;;;;;; +LHJ_ADJ;Laheji;;;;;;;;;;;;; +FDL;Fadhli;;;;;;;;;;;;; +FDL_ADJ;Fadhlii;;;;;;;;;;;;; +KTH;Kathiri;;;;;;;;;;;;; +KTH_ADJ;Kathirii;;;;;;;;;;;;; +MHR;Mahra;;;;;;;;;;;;; +MHR_ADJ;Mahrai;;;;;;;;;;;;; +SBA;Buenos Aires;;;;;;;;;;;;; +SBA_ADJ;Porteno;;;;;;;;;;;;; +BRZ_absolute_monarchy;The Empire of Brazil;;;;;;;;;;;;; +BRZ_prussian_constitutionalism;The Empire of Brazil;;;;;;;;;;;;; +BRZ_hms_government;The Empire of Brazil;;;;;;;;;;;;; +ARC;Argentina;;;;;;;;;;;;; +ARC_democracy;Argentine Confederation;;;;;;;;;;;;; +ARC_presidential_dictatorship;Argentine Confederation;;;;;;;;;;;;; +ARC_proletarian_dictatorship;Communist Federation of Argentina;;;;;;;;;;;;; +ARC_ADJ;Argentinian;;;;;;;;;;;;; +CRT;Corrientes;;;;;;;;;;;;; +CRT_ADJ;Entrerriano;;;;;;;;;;;;; +DMW;Adamawa;;;;;;;;;;;;; +DMW_ADJ;Adamawan;;;;;;;;;;;;; +BRM;Baguirmi;;;;;;;;;;;;; +BRM_ADJ;Baguirmi;;;;;;;;;;;;; +SHK;Shilluk;;;;;;;;;;;;; +SHK_ADJ;Shilluki;;;;;;;;;;;;; +SHK_conservative;Shilluk Podh Faction;;;;;;;;;;;;; +SHK_liberal;Reformist Faction;;;;;;;;;;;;; +SHK_reactionary;Royal Holiness Faction;;;;;;;;;;;;; +SHK_anarcho_liberal;Shilluk Libertarian Front;;;;;;;;;;;;; +SHK_socialist;Shilluk Socialist Front;;;;;;;;;;;;; +SHK_communist;Shilluk People's Front;;;;;;;;;;;;; +SHK_fascist;Shilluk National Front;;;;;;;;;;;;; +MUG_absolute_monarchy;The Mughal Empire;;;;;;;;;;;;; +MUG_prussian_constitutionalism;The Mughal Empire;;;;;;;;;;;;; +MUG_fascist_dictatorship;The Gurkani Republic;;;;;;;;;;;;; +MUG_proletarian_dictatorship;People's Republic of Mughalistan;;;;;;;;;;;;; +MUG_conservative;Mir Saman;;;;;;;;;;;;; +MUG_liberal;Hanafi;;;;;;;;;;;;; +MUG_reactionary;Mir Bakshi;;;;;;;;;;;;; +MUG_anarcho_liberal;The Radical Party;;;;;;;;;;;;; +MUG_socialist;The Socialist Party;;;;;;;;;;;;; +MUG_communist;The Communist Party;;;;;;;;;;;;; +MUG_fascist;The Fascist Party;;;;;;;;;;;;; +WRL;Warsangali;;;;;;;;;;;;; +WRL_ADJ;Somali;;;;;;;;;;;;; +CAN_liberal;Liberal Party;Parti lib?al;Liberale Partei;;Partido Liberal;;;;;;;;; +CAN_anarcho_liberal;One Big Union;Parti radical;Radical Party;;Partido Radical;;;;;;;;; +CAN_fascist;National Unity Party;;;;;;;;;;;;; +BRZ_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;Partido Liberal;;;;;;;;; +BRZ_conservative;Partido Conservador;;;;;;;;;;;;; +BRZ_reactionary;Partido Restaurador;;;;;;;;;;;;; +BRZ_reactionary2;Partido Republicano Riograndense;;;;;;;;;;;;; +BRZ_conservative_2;Partido Republicano Paulista;;;;;;;;;;;;; +BRZ_liberal_2;Partido Republicano Carioca;;;;;;;;;;;;; +BRZ_anarcho_liberal;Partido Anarquista;;;;;;;;;;;;; +BRZ_socialist;Partido Socialista;;;;;;;;;;;;; +BRZ_communist;Partido Comunista;;;;;;;;;;;;; +BRZ_fascist;Ação Integralista Brasileira;;;;;;;;;;;;; +PNB;Pernambuco;;;;;;;;;;;;; +PNB_ADJ;Pernambucano;;;;;;;;;;;;; +SWI_communist;Kommunistische Partei;;;;;;;;;;;;; +SWI_fascist;Nationale Front;;;;;;;;;;;;; +FRA_fascist;Parti Franciste;;;;;;;;;;;;; +FRA_reactionary_2;Droite Nationaliste;;;;;;;;;;;;; +FRA_anarcho_liberal;Républicain Radical;;;;;;;;;;;;; +GER_fascist;NSDAP;;;;;;;;;;;;; +POL_fascist;ONR-Falanga;;;;;;;;;;;;; +HAI_conservative;Parti National;;;;;;;;;;;;; +HAI_liberal;Parti Liberal;;;;;;;;;;;;; +HAI_reactionary;Haitien Nationaliste Parti;;;;;;;;;;;;; +HAI_anarcho_liberal;Parti Radical;;;;;;;;;;;;; +HAI_socialist;Parti Socialiste;;;;;;;;;;;;; +HAI_communist;Parti Communiste Haitien;;;;;;;;;;;;; +HAI_fascist;Parti Fasciste;;;;;;;;;;;;; +CHK;Champassak;Champassak;Champassak;Champasak;Champasak;Champassak;Champassak;Champassak;;;;;; +CHK_ADJ;Champassaki;champassak;Champassaki;Champasak;Champassak;Champassaki;Champassakijský;;;;;;; +CHK_conservative;Royal Faction;;;;;;;;;;;;; +CHK_liberal;The Liberal Faction;;;;;;;;;;;;; +CHK_reactionary;The Nationalist Faction;;;;;;;;;;;;; +CHK_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +CHK_socialist;The Socialist Faction;;;;;;;;;;;;; +CHK_communist;The Communist Faction;;;;;;;;;;;;; +CHK_fascist;The Fascist Faction;;;;;;;;;;;;; +CRO_conservative;Hrvatska Stranka Prava;;;;;;;;;;;;; +CRO_liberal;Narodna Stranka;;;;;;;;;;;;; +CRO_reactionary;Nacionalisticka Partija;;;;;;;;;;;;; +CRO_anarcho_liberal;Anarhisticki Partija;;;;;;;;;;;;; +CRO_socialist;Socijalisticka Partija;;;;;;;;;;;;; +CRO_communist;Komunisticka Partija;;;;;;;;;;;;; +CRO_fascist;Ustasha;;;;;;;;;;;;; +D01;$REGION$;;Das Königreich von $REGION$;;;;;;;;;;; +D01_ADJ;$REGION$;;königstreu;;;;;;;;;;; +D02;The Confederation of $REGION$;;Die Konföderation von $REGION$;;;;;;;;;;; +D02_ADJ;$REGION$;;konföderiert;;;;;;;;;;; +D03;Commonwealth of $REGION$;;Commonwealth von $REGION$;;;;;;;;;;; +D03_ADJ;Commonwealth;;Commonwealth-;;;;;;;;;;; +D04;$REGION$;;Die Republik von $REGION$;;;;;;;;;;; +D04_ADJ;$REGION$;;republikanisch;;;;;;;;;;; +D05;$REGION$ Free State;;Der $REGION$-Staat;;;;;;;;;;; +D05_ADJ;$REGION$;;staatlich;;;;;;;;;;; +D06;$REGION$;;Die Volksrepublik von $REGION$;;;;;;;;;;; +D06_ADJ;$REGION$;;republikanisch;;;;;;;;;;; +D07;The Free State of $REGION$;;Der Freistaat von $REGION$;;;;;;;;;;; +D07_ADJ;$REGION$;;freistaatlich;;;;;;;;;;; +D08;$REGION$;;Der Großstaat von $REGION$;;;;;;;;;;; +D08_ADJ;$REGION$;;großstaatlich;;;;;;;;;;; +D09;$REGION$;;Der Staat von $REGION$;;;;;;;;;;; +D09_ADJ;$REGION$;;staatlich;;;;;;;;;;; +D10;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;;;; +D10_ADJ;$REGION$;;fürstlich;;;;;;;;;;; +D11;$REGION$;;Die Demokratische Republik von $REGION$;;;;;;;;;;; +D11_ADJ;$REGION$;;depublikanisch;;;;;;;;;;; +D12;The $REGION$ Union;;Die $REGION$-Union;;;;;;;;;;; +D12_ADJ;$REGION$;;Unions-;;;;;;;;;;; +D13;$REGION$;;Das $REGION$-Königreich;;;;;;;;;;; +D13_ADJ;$REGION$;;königstreu;;;;;;;;;;; +D14;The Dominion of $REGION$;;Das Dominion von $REGION$;;;;;;;;;;; +D14_ADJ;Dominion;;Dominions-;;;;;;;;;;; +D15;$REGION$;;Das Großherzogtum von $REGION$;;;;;;;;;;; +D15_ADJ;$REGION$;;großherzogstreu;;;;;;;;;;; +D16;The $REGION$ Commonwealth;;Die $REGION$-Nation;;;;;;;;;;; +D16_ADJ;$REGION$;;national;;;;;;;;;;; +D17;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;;;; +D17_ADJ;$REGION$;;Föderations-;;;;;;;;;;; +D18;The United States of $REGION$;;Die Vereinigten Staaten von $REGION$;;;;;;;;;;; +D18_ADJ;$REGION$;;Unions-;;;;;;;;;;; +D19;The Union of $REGION$;;Die Demokratische Union von $REGION$;;;;;;;;;;; +D19_ADJ;$REGION$;;Unions-;;;;;;;;;;; +D20;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;;;; +D20_ADJ;$REGION$;;fürstlich;;;;;;;;;;; +D21;$REGION$;;Die Union von $REGION$;;;;;;;;;;; +D21_ADJ;$REGION$;;Unions-;;;;;;;;;;; +D22;$REGION$;;Die Demokratische Volksrepublik von $REGION$;;;;;;;;;;; +D22_ADJ;$REGION$;;demokratisch-republikanisch;;;;;;;;;;; +D23;$REGION$;;Das $REGION$-Gebiet;;;;;;;;;;; +D23_ADJ;$REGION$;;ortsansässig;;;;;;;;;;; +D24;$REGION$;;Die Glorreiche Union von $REGION$;;;;;;;;;;; +D24_ADJ;$REGION$;;glorreich;;;;;;;;;;; +D25;$REGION$;;Das mächtige Gebiet von $REGION$;;;;;;;;;;; +D25_ADJ;$REGION$;;mächtig;;;;;;;;;;; +D26;The $REGION$ Free State;;Der $REGION$-Freistaat;;;;;;;;;;; +D26_ADJ;$REGION$;;freistaatlich;;;;;;;;;;; +D27;The $REGION$ Commonwealth;;$REGION$-Commonwealth;;;;;;;;;;; +D27_ADJ;Commonwealth;;Commonwealth-;;;;;;;;;;; +D28;The $REGION$ Confederacy;;Die $REGION$-Konföderation;;;;;;;;;;; +D28_ADJ;Confederate;;konföderiert;;;;;;;;;;; +D29;$REGION$;;Das Freie Volk von $REGION$;;;;;;;;;;; +D29_ADJ;$REGION$;;frei;;;;;;;;;;; +D30;$REGION$;;Die $REGION$-Republik;;;;;;;;;;; +D30_ADJ;$REGION$;;republikanisch;;;;;;;;;;; +D31;$REGION$;;Die Heilige Union von $REGION$;;;;;;;;;;; +D31_ADJ;$REGION$;;zelotisch;;;;;;;;;;; +D32;Union of $REGION$;;Die Volks-Union von $REGION$;;;;;;;;;;; +D32_ADJ;$REGION$;;Unions-;;;;;;;;;;; +D33;$REGION$ Federation;;Die Föderationsstaaten von $REGION$;;;;;;;;;;; +D33_ADJ;Federation;;Föderations-;;;;;;;;;;; +D34;$REGION$;;Der $REGION$-Föderationsstaat;;;;;;;;;;; +D34_ADJ;$REGION$;;Föderations-;;;;;;;;;;; +D35;The $REGION$ Confederation;;Die $REGION$-Konföderation;;;;;;;;;;; +D35_ADJ;$REGION$;;konföderiert;;;;;;;;;;; +D36;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;;;; +D36_ADJ;$REGION$;;Föderations-;;;;;;;;;;; +D37;The $REGION$ Union;;Die Fromme Union von $REGION$;;;;;;;;;;; +D37_ADJ;$REGION$;;fromm;;;;;;;;;;; +D38;$REGION$;;$REGION$-Land;;;;;;;;;;; +D38_ADJ;$REGION$;;Landes-;;;;;;;;;;; +D39;$REGION$;;Die Republik der Ruhe von $REGION$;;;;;;;;;;; +D39_ADJ;$REGION$;;ruhig;;;;;;;;;;; +D40;$REGION$;;Das Geheime Königreich von $REGION$;;;;;;;;;;; +D40_ADJ;$REGION$;;geheim;;;;;;;;;;; +D41;$REGION$;;Die Kommune von $REGION$;;;;;;;;;;; +D41_ADJ;$REGION$;;kommunistisch;;;;;;;;;;; +D42;Dominion of $REGION$;;Die $REGION$-Kommune;;;;;;;;;;; +D42_ADJ;$REGION$;;kommunistisch;;;;;;;;;;; +D43;$REGION$;;Die Arbeiter-Union von $REGION$;;;;;;;;;;; +D43_ADJ;$REGION$;;Arbeiter-;;;;;;;;;;; +D44;$REGION$;;Die Landgrafschaft von $REGION$;;;;;;;;;;; +D44_ADJ;$REGION$;;landgrafschaftlich;;;;;;;;;;; +D45;$REGION$;;Die Nation von $REGION$;;;;;;;;;;; +D45_ADJ;$REGION$;;national;;;;;;;;;;; +D46;$REGION$;;Die Heilige Region von $REGION$;;;;;;;;;;; +D46_ADJ;$REGION$;;zelotisch;;;;;;;;;;; +D47;The $REGION$ Dominion;;Das $REGION$-Dominion;;;;;;;;;;; +D47_ADJ;$REGION$;;beherrschend;;;;;;;;;;; +D48;$REGION$;;Der Volksstaat von $REGION$;;;;;;;;;;; +D48_ADJ;$REGION$;;völkisch;;;;;;;;;;; +D49;$REGION$;;Das Hohe Königreich von $REGION$;;;;;;;;;;; +D49_ADJ;$REGION$;;hochköniglich;;;;;;;;;;; +D50;$REGION$;;Das Kleinere Fürstentum von $REGION$;;;;;;;;;;; +D50_ADJ;$REGION$;;fürstlich;;;;;;;;;;; +ABU;United Arab Emirates;;;;;;;;;;;;; +ABU_ADJ;Emirati;;;;;;;;;;;;; +ABU_absolute_monarchy;Trucial States;;;;;;;;;;;;; +ABU_absolute_monarchy_ADJ;Trucial;;;;;;;;;;;;; +ABU_bourgeois_dictatorship;United Arab Councils;;;;;;;;;;;;; +ABU_bourgeois_dictatorship_ADJ;Arabic;;;;;;;;;;;;; +ABU_fascist_dictatorship;The Emirate;;;;;;;;;;;;; +ABU_fascist_dictatorship_ADJ;Emirati;;;;;;;;;;;;; +ABU_proletarian_dictatorship;People's Arabic Republic;;;;;;;;;;;;; +ABU_proletarian_dictatorship_ADJ;Arabic;;;;;;;;;;;;; +ACR;Acre;;;;;;;;;;;;; +ACR_ADJ;Acrean;;;;;;;;;;;;; +ACR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +ACR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +ACR_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;; +ACR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +ACR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +ACR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +ACR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +EZO;Ezo;;;;;;;;;;;;; +EZO_ADJ;Ezo;;;;;;;;;;;;; +EZO_democracy;The Republic of Ezo;;;;;;;;;;;;; +EZO_presidential_dictatorship;The Republic of Ezo;;;;;;;;;;;;; +EZO_fascist_dictatorship;The Shogunate;;;;;;;;;;;;; +EZO_proletarian_dictatorship;The People's Republic of Ezo;;;;;;;;;;;;; +EZO_conservative;Shinsengumi;;;;;;;;;;;;; +EZO_liberal;Shishi;;;;;;;;;;;;; +EZO_socialist;Progressive Party;;;;;;;;;;;;; +EZO_communist;Communist Party;;;;;;;;;;;;; +EZO_reactionary;Bakufu Faction;;;;;;;;;;;;; +EZO_anarcho_liberal;Radical Party;;;;;;;;;;;;; +EZO_fascist;Kokutai Faction;;;;;;;;;;;;; +AKH;Astrakhan;;;;;;;;;;;;; +AKH_ADJ;Astrakhan;;;;;;;;;;;;; +AKH_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +AKH_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +AKH_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +AKH_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +AKH_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +AKH_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +AKH_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +ALS;Elsass;;;;;;;;;;;;; +ALS_ADJ;Alsatian ;;;;;;;;;;;;; +ALS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;; +ALS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;; +ALS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;; +ALS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;; +ALS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;; +ALS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;; +ALS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;; +ALS_fascist;NSDP;NSDP;NSDP;;;;;;;;;;; +ALT;Altai Republic;;;;;;;;;;;;; +ALT_absolute_monarchy;Altai Union;;;;;;;;;;;;; +ALT_hms_government;Altai Union;;;;;;;;;;;;; +ALT_prussian_constitutionalism;Altai Union;;;;;;;;;;;;; +ALT_ADJ;Altaic;;;;;;;;;;;;; +ALT_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +ALT_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +ALT_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +ALT_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +ALT_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +ALT_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +ALT_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +ANG;Angola;;;;;;;;;;;;; +ANG_ADJ;Angolan;;;;;;;;;;;;; +ANG_liberal;Liberal Democratic Party;;;;;;;;;;;;; +ANG_conservative;FNLA;;;;;;;;;;;;; +ANG_socialist;Social Renewal Party;;;;;;;;;;;;; +ANG_reactionary;UNITA;;;;;;;;;;;;; +ANG_anarcho_liberal;Radical-Liberal Party of Angola;;;;;;;;;;;;; +ANG_communist;MPLA;;;;;;;;;;;;; +ANG_fascist;Fascist Party of Angola;;;;;;;;;;;;; +ANI_absolute_monarchy;Antillean Empire;Empire of Antillia;Empire of Antillia;;Empire of Antillia;;;;;;;;; +ANI_proletarian_dictatorship;Antillean Republic;the Red Indies;the Red Indies;;the Red Indies;;;;;;;;; +ANI_presidential_dictatorship;Antillean Republic;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;; +ANI_fascist_dictatorship;Antillean Republic;the Black Isles;the Black Isles;;the Black Isles;;;;;;;;; ANI_bourgeois_dictatorship;Antillean Republic;Pirates of the Caribbean;Pirates of the Caribbean;Pirates of the Caribbean;;;;;;;;;x ; -ANI;Antilles Confederation;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;;x -ANI_ADJ;Antillean;Antillean;Antillean;;Antillean;;;;;;;;;x -ANT;Antigua;;;;;;;;;;;;x -ANT_ADJ;Antiguan;;;;;;;;;;;;x -AOT;Aotearoa;Aotearoa;Aotearoa;;;;;;;;;;;x -AOT_ADJ;Maori;Maori;Maori;;;;;;;;;;;x -AOT_conservative;Kingitanga;Kingitanga;Kingitanga;;;;;;;;;;;x -AOT_liberal;Ropu o te Rangatahi;Ropu o te Rangatahi;Ropu o te Rangatahi;;;;;;;;;;;x -AOT_socialist;Ratana;Ratana;Ratana;;;;;;;;;;;x -AOT_communist;Toputanga-a-iwi;Toputanga-a-iwi;Toputanga-a-iwi;;;;;;;;;;;x -AOT_reactionary;Kauhanganui;Kauhanganui;Kauhanganui;;;;;;;;;;;x -AOT_anarcho_liberal;Mana Maori Motuhake;Mana Maori Motuhake;Mana Maori Motuhake;;;;;;;;;;;x -AOT_fascist;Kawanatanga Whakahawini;Kawanatanga Whakahawini;Kawanatanga Whakahawini;;;;;;;;;;;x -ARA;Arabia;;;;;;;;;;;;x -ARA_ADJ;Arabian;;;;;;;;;;;;x -ARA_reactionary;Al Sa'ud;;;;;;;;;;;;;x -ARA_reactionary2;Al Rashid;;;;;;;;;;;;;x -ARA_conservative;Al Muhafidh;;;;;;;;;;;;;x -ARA_liberal;Al Mutaharir;;;;;;;;;;;;;x -ARA_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -ARA_socialist;Al Ishtiraki;;;;;;;;;;;;;x -ARA_communist;Al Shiu'i;;;;;;;;;;;;;x -ARA_fascist;Al Fashi;;;;;;;;;;;;;x -ARU;Arab Union;;;;;;;;;;;;;x -ARU_ADJ;Arabic;;;;;;;;;;;;;x -ARU_proletarian_dictatorship;Arab People's Republic;;;;;;;;;;;;;x -ARU_fascist_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_presidential_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_bourgeois_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_democracy;United Arab States;;;;;;;;;;;;;x -ASR;Asir;;;;;;;;;;;;x -ASR_ADJ;Asiri;;;;;;;;;;;;x -ASR_absolute_monarchy_ADJ;Idrisi;;;;;;;;;;;;x -ASR_prussian_constitutionalism_ADJ;Idrisi;;;;;;;;;;;;x -ASR_hms_government_ADJ;Idrisi;;;;;;;;;;;;x -ASR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -ASR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -ASR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -ASR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -ASR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -ASR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -ASR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -ASM;Assam;;;;;;;;;;;;x -ASM_ADJ;Assamese;;;;;;;;;;;;x -ASM_fascist_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_presidential_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_bourgeois_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_conservative;Royal Faction;;;;;;;;;;;;x -ASM_liberal;The Liberal Faction;;;;;;;;;;;;x -ASM_reactionary;The Nationalist Faction;;;;;;;;;;;;x -ASM_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -ASM_socialist;The Socialist Faction;;;;;;;;;;;;x -ASM_communist;The Communist Faction;;;;;;;;;;;;x -ASM_fascist;The Fascist Faction;;;;;;;;;;;;x -ASY;Assyria;;;;;;;;;;;;x -ASY_ADJ;Assyrian;;;;;;;;;;;;x -ASY_fascist_dictatorship;Aramaea;;;;;;;;;;;;x -ASY_fascist_dictatorship_ADJ;Aramaic;;;;;;;;;;;;x -ATR;Asturias;Asturias;Asturias;;Asturias;;;;;;;;;x -ATR_ADJ;Asturian;Asturien;Asturisch;;Asturiano;;;;;;;;;x -ATR_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;;x -ATR_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;x -ATR_reactionary;Comunión Carlista;Comunión Carlista;Comunión Carlista;;;;;;;;;;;x -ATR_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -ATR_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;;x -ATR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;x -ATR_fascist;Falange;Falange;Falange;;;;;;;;;;;x -BAH;Bahia;;;;;;;;;;;;;x -BAH_ADJ;Bahian;;;;;;;;;;;;;x -BAH_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_conservative_2;Partido Paulista;Partido Paulista;Partido Paulista;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_liberal_2;Partido Carioca;Partido Carioca;Partido Carioca;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAN;Banat;;;;;;;;;;;;x -BAN_democracy;Banat Republic;;;;;;;;;;;;x -BAN_ADJ;Banati;;;;;;;;;;;;x -BAN_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -BAN_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -BAN_reactionary;The Royalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -BAN_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -BAN_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -BAN_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -BAN_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -BAR;Barbados;;;;;;;;;;;;x -BAR_ADJ;Barbadian;;;;;;;;;;;;x -BHM;Bahamas;;;;;;;;;;;;x -BHM_ADJ;Bahamian;;;;;;;;;;;;x -BHR;Bahrain;;;;;;;;;;;;x -BHR_ADJ;Bahraini;;;;;;;;;;;;x -BHR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -BHR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -BHR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -BHR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -BHR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -BHR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -BHR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -BIH;Bihar;;;;;;;;;;;;x -BIH_ADJ;Bihari;;;;;;;;;;;;x -BIH_proletarian_dictatorship;Bihari People's Republic;;;;;;;;;;;;x -BIH_conservative;Lok Janshakti Party;;;;;;;;;;;;x -BIH_liberal;Samata Party;;;;;;;;;;;;x -BIH_reactionary;Bihar Vikas;;;;;;;;;;;;x -BIH_anarcho_liberal;Bihari Radical Party;;;;;;;;;;;;x -BIH_socialist;Janata Dal;;;;;;;;;;;;x -BIH_communist;Bihari Communist Party;;;;;;;;;;;;x -BIH_fascist;Bihari Fascist Party;;;;;;;;;;;;x -TMR;Timor;;;;;;;;;;;;x -TMR_ADJ;Timorese;;;;;;;;;;;;x -TMR_absolute_monarchy;Wehali;;;;;;;;;;;;x -BKV;Bukovina;;;;;;;;;;;;x -BKV_ADJ;Bukovinian;;;;;;;;;;;;x -BLC;Baluchistan;;;;;;;;;;;;x -BLC_ADJ;Baluchi;;;;;;;;;;;;x -BLZ;Belize;;;;;;;;;;;;x -BLZ_ADJ;Belizean;;;;;;;;;;;;x -BNG;Bangladesh;;;;;;;;;;;;x -BNG_ADJ;Bangladeshi;;;;;;;;;;;;x -BNG_absolute_monarchy;Bengal;;;;;;;;;;;;x -BNG_absolute_monarchy_ADJ;Bengali;;;;;;;;;;;;x -BNG_prussian_constitutionalism;Bengal;;;;;;;;;;;;x -BNG_prussian_constitutionalism_ADJ;Bengali;;;;;;;;;;;;x -BNG_hms_government;Bengal;;;;;;;;;;;;x -BNG_hms_government_ADJ;Bengali;;;;;;;;;;;;x -BNG_proletarian_dictatorship;Bengali People's Republic;;;;;;;;;;;;x -BNG_conservative;Awami League;;;;;;;;;;;;x -BNG_liberal;Liberal Democratic Party;;;;;;;;;;;;x -BNG_reactionary;Jamaat-e-Islami;;;;;;;;;;;;x -BNG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -BNG_socialist;Jatiyo Samajtantrik Dal;;;;;;;;;;;;x -BNG_communist;Bengali Communist Party;;;;;;;;;;;;x -BNG_fascist;Jatiya Party;;;;;;;;;;;;x -BRT;Brittany;;;;;;;;;;;;;x -BRT_ADJ;Breton;;;;;;;;;;;;;x -BRT_fascist;PNB;;;;;;;;;;;;;x -BRT_reactionary;Strollad Broadelour;;;;;;;;;;;;;x -BRT_communist;Strollad Komunist;;;;;;;;;;;;;x -BRT_socialist;Unvaniezh Demokratel;;;;;;;;;;;;;x -BRT_liberal;Strollad Liberal;;;;;;;;;;;;;x -BRT_anarcho_liberal;Strollad Radical;;;;;;;;;;;;;x -BRT_conservative;Strollad Mirour;;;;;;;;;;;;;x -BRU_ADJ;Bruneian;;;;;;;;;;;;;x -BSQ;Basque Country;;;;;;;;;;;;;x -BSQ_ADJ;Basque;;;;;;;;;;;;;x -BSQ_socialist;Abertzale Ekintza;;;;;;;;;;;;;x -BSQ_conservative;Alderdi Jeltzalea;;;;;;;;;;;;;x -BSQ_liberal;Alderdi Abertzale Errepublikanoa;;;;;;;;;;;;;x -BSQ_reactionary;Alderdi Monarkiko;;;;;;;;;;;;;x -BSQ_communist;Mugimendu Komunista;;;;;;;;;;;;;x -BSQ_fascist;Euskadi Ta Askatasuna;;;;;;;;;;;;;x -BSQ_anarcho_liberal;Alderdi Anarkiazale;;;;;;;;;;;;;x -BSQ_fascist_dictatorship;Euskadi;;;;;;;;;;;;;x -CAR;Central African Republic;;;;;;;;;;;;x -CAR_ADJ;Central African;;;;;;;;;;;;x -CAR_fascist_dictatorship;Central African Empire;;;;;;;;;;;;x -CAR_absolute_monarchy;Central African Empire;;;;;;;;;;;;x -CAR_prussian_constitutionalism;Ubangi-Shari;;;;;;;;;;;;x -CAR_prussian_constitutionalism_ADJ;Ubangi;;;;;;;;;;;;x -CAR_hms_government;Ubangi-Shari;;;;;;;;;;;;x -CAR_hms_government_ADJ;Ubangi;;;;;;;;;;;;x -CAR_liberal;Republican Progressive Party;;;;;;;;;;;;x -CAR_conservative;Democratic Union;;;;;;;;;;;;x -CAR_socialist;MLPC;;;;;;;;;;;;x -CAR_reactionary;MESAN;;;;;;;;;;;;x -CAR_anarcho_liberal;MEDAC;;;;;;;;;;;;x -CAR_communist;MDI;;;;;;;;;;;;x -CAR_fascist;Patriotic Front;;;;;;;;;;;;x -CGO;Congo;;;;;;;;;;;;x -CGO_ADJ;Congolese;;;;;;;;;;;;x -CGO_proletarian_dictatorship;People's Republic of the Congo;;;;;;;;;;;;x -CGO_liberal;MCDDI;;;;;;;;;;;;x -CGO_anarcho_liberal;Union for Democratic Renewal;;;;;;;;;;;;x -CGO_conservative;UDDIA;;;;;;;;;;;;x -CGO_reactionary;Party of Unity, Work and Progress;;;;;;;;;;;;x -CGO_socialist;Congolese Progressive Party;;;;;;;;;;;;x -CGO_communist;Congolese Party of Labor;;;;;;;;;;;;x -CGO_fascist;Friendly Union for Complete Change;;;;;;;;;;;;x -CHD;Chad;;;;;;;;;;;;x -CHD_ADJ;Chadian;;;;;;;;;;;;x -CHD_liberal;Republican Union;;;;;;;;;;;;;x -CHD_conservative;Democratic Union;;;;;;;;;;;;;x -CHD_socialist;Independent Socialist Party;;;;;;;;;;;;;x -CHD_reactionary;Patriotic Salvation Movement;;;;;;;;;;;;;x -CHD_anarcho_liberal;Federation, Action for the Republic;;;;;;;;;;;;;x -CHD_communist;Progressive Party;;;;;;;;;;;;;x -CHD_fascist;National Union for Reform;;;;;;;;;;;;;x -CHI_presidential_dictatorship;Beiyang China;;;;;;;;;;;;;x -CHI_proletarian_dictatorship;People's Republic of China;;;;;;;;;;;;;x -CHI_democracy;Republic of China;;;;;;;;;;;;;x -CHI_absolute_monarchy;China;;;;;;;;;;;;;x -CHI;China;;;;;;;;;;;;;x -CHO;Chugoku;;;;;;;;;;;;;x -CHO_ADJ;Chugokuan;;;;;;;;;;;;;x -CHO_absolute_monarchy;Choshu;;;;;;;;;;;;;x -CHO_prussian_constitutionalism;Choshu;;;;;;;;;;;;;x -CHO_hms_government;Choshu;;;;;;;;;;;;;x -CHO_absolute_monarchy_ADJ;Mori;;;;;;;;;;;;;x -CHO_prussian_constitutionalism_ADJ;Mori;;;;;;;;;;;;;x -CHO_hms_government_ADJ;Mori;;;;;;;;;;;;;x -POR_conservative;Cartismo;;;;;;;;;;;;;;;;;;x;;;; -CHP;Chiapas;;;;;;;;;;;;;x -CHP_ADJ;Chiapan;;;;;;;;;;;;;x -CHP_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -CHP_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -CHP_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;;x -CHP_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;;x -CHP_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;;x -CHP_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -CHP_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;;x -CIR;Circassia;;;;;;;;;;;;;x -CIR_ADJ;Circassian;;;;;;;;;;;;;x -CIR_liberal;Partiye Libyeral;;;;;;;;;;;;;x -CIR_conservative;Partiye Wuhumenig;;;;;;;;;;;;;x -CIR_socialist;Partiye Sotsialist;;;;;;;;;;;;;x -CIR_reactionary;Partiye Natsiya;;;;;;;;;;;;;x -CIR_anarcho_liberal;Partiye Fit Bedzer;;;;;;;;;;;;;x -CIR_communist;Partiye Zefediz;;;;;;;;;;;;;x -CIR_fascist;Partiye Lepqh;;;;;;;;;;;;;x -CLC;Cilicia;;;;;;;;;;;;;x -CLC_ADJ;Cilician;;;;;;;;;;;;;x -CLM_fascist_dictatorship;Gran Colombia;;;;;;;;;;;;;x -CLM_absolute_monarchy;New Granada;;;;;;;;;;;;;x -CLM_prussian_constitutionalism;New Granada;;;;;;;;;;;;;x -CLM_hms_government;New Granada;;;;;;;;;;;;;x -CMR;Cameroon;;;;;;;;;;;;x -CMR_ADJ;Cameroonian;;;;;;;;;;;;x -CMR_liberal;Progressive Movement;;;;;;;;;;;;x -CMR_conservative;Cameroon Democratic Union;;;;;;;;;;;;x -CMR_socialist;Social Democratic Front;;;;;;;;;;;;x -CMR_reactionary;Cameroonian National Union;;;;;;;;;;;;x -CMR_anarcho_liberal;National Union for Democracy and Progress;;;;;;;;;;;;x -CMR_communist;Union of the Peoples of Cameroon;;;;;;;;;;;;x -CMR_fascist;Grouping of Patriotic Forces;;;;;;;;;;;;x -CPL;Congress Poland;Royaume du Congres;Kongresspolen;;Zarato de Polonia;;;;;;;;;;x;;;;;;;;;;;;;; -CPL_ADJ;Polish;Polonais;Polnisch;;Polaca;;;;;;;;;;x;;;;;;;;;;;;;; -CRS;Corsica;;;;;;;;;;;;;x -CRS_ADJ;Corsican;;;;;;;;;;;;;x -CRS_conservative;Fazzione Cunservatore;;;;;;;;;;;;;x -CRS_liberal;Fazzione Liberale;;;;;;;;;;;;;x -CRS_reactionary;Fazzione Bonapartistu;;;;;;;;;;;;;x -CRS_socialist;Fazzione Sucialistu;;;;;;;;;;;;;x -CRS_communist;Fazzione Cumunistu;;;;;;;;;;;;;x -CRS_anarcho_liberal;Fazzione Anarchistu;;;;;;;;;;;;;x -CRS_fascist;Fazzione Fascistu;;;;;;;;;;;;;x -CSA_democracy;Confederate States of America;;;;;;;;;;;;x -CSA_presidential_dictatorship;The Confederate States of America;;;;;;;;;;;;x -CSA_bourgeois_dictatorship;The Confederate States of America;;;;;;;;;;;;x -CSA_absolute_monarchy;The Imperial Confederacy;;;;;;;;;;;;x -CSA_prussian_constitutionalism;The Imperial Confederacy;;;;;;;;;;;;x -CSA;The Confederate States of America;;;;;;;;;;;;;; -CSA_fascist_dictatorship;The Confederacy;;;;;;;;;;;;;; -CSA_proletarian_dictatorship;The People's Confederacy;;;;;;;;;;;;x -CYR;Cyrenaica;;;;;;;;;;;;x -CYR_absolute_monarchy;Senussi;;;;;;;;;;;;x -CYR_absolute_monarchy_ADJ;Senussi;;;;;;;;;;;;x -CYR_ADJ;Cyrenaican;;;;;;;;;;;;x -CYR_conservative;Jamyat al-Ahd;;;;;;;;;;;;x -CYR_liberal;Jam'iyyat al-Jami'a al-'Arabiyya;;;;;;;;;;;;x -CYR_reactionary;Al-Senussi;;;;;;;;;;;;x -CYR_anarcho_liberal;Al-Anarkiliberali;;;;;;;;;;;;;x -CYR_socialist;Hizb al-Ba'ath;;;;;;;;;;;;;x -CYR_communist;Al-Shiu'i;;;;;;;;;;;;;x -CYR_fascist;Al-Fashi;;;;;;;;;;;;;x -CHY;Chechnya;;;;;;;;;;;;;x -CHY_ADJ;Chechen;;;;;;;;;;;;;x -CHY_reactionary;Qadiri;;;;;;;;;;;;;x -CHY_liberal;Reformist Faction;;;;;;;;;;;;;x -CHY_conservative;Tukkhum;;;;;;;;;;;;;x -CHY_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -CHY_socialist;Socialist Party;;;;;;;;;;;;;x -CHY_communist;Communist Part;;;;;;;;;;;;;x -CHY_fascist;Fascist Party;;;;;;;;;;;;;x -DAG;Dagestan;;;;;;;;;;;;;x -DAG_ADJ;Dagestani;;;;;;;;;;;;;x -DAG_theocracy;Caucasian Imamate;;;;;;;;;;;;;x -DAG_presidential_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_proletarian_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_bourgeois_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_democracy;Dagestan;;;;;;;;;;;;;x -DAG_fascist_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_liberal;Liberal Factuib;;;;;;;;;;;;;x -DAG_socialist;Socialist Party;;;;;;;;;;;;;x -DAG_reactionary;Nationalist Party;;;;;;;;;;;;;x -DAG_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -DAG_communist;Communist Party;;;;;;;;;;;;;x -DAG_fascist;Fascist Party;;;;;;;;;;;;;x -DAG_conservative;Conservative Party;;;;;;;;;;;;;x -DAK;Dakota Republic;;;;;;;;;;;;x;;; -DAK_ADJ;Dakotan;;;;;;;;;;;;x;;; -DAK_absolute_monarchy;Dakota Commonwealth;;;;;;;;;;;;x; -DAK_prussian_constitutionalism;Dakota Commonwealth;;;;;;;;;;;;x -DAK_hms_government;Dakota Commonwealth;;;;;;;;;;;;;x -DAK_reactionary;White Eagle Faction;;;;;;;;;;;;;x -DAK_conservative;Traditionalists;;;;;;;;;;;;;x -DAK_liberal;Republican Faction;;;;;;;;;;;;;x -DAK_anarcho_liberal;Libertarian Faction;;;;;;;;;;;;;x -DAK_socialist;Socialist Faction;;;;;;;;;;;;;x -DAK_communist;Communist Faction;;;;;;;;;;;;;x -DAK_fascist;Eastward Restorationists;;;;;;;;;;;;;x -DJA;Jambi;;;;;;;;;;;;;x -DJA_ADJ;Jambi;;;;;;;;;;;;;x -DLM;Dalmatia;;;;;;;;;;;;;x -DLM_ADJ;Dalmatian;;;;;;;;;;;;;x -DNB;Danubian Federation;;;;;;;;;;;;;x -DNB_ADJ;Danubian;;;;;;;;;;;;;x -DNB_proletarian_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_fascist_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_presidential_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_bourgeois_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DOI;Dominica;;;;;;;;;;;;x -DOI_ADJ;Dominican;;;;;;;;;;;;x -DON;Cossack Republic;;;;;;;;;;;;x -DON_absolute_monarchy;Cossack Hetmanate;;;;;;;;;;;;x -DON_hms_government;Cossack Union;;;;;;;;;;;;x -DON_prussian_constitutionalism;Cossack Hetmanate;;;;;;;;;;;;x -DON_fascist_dictatorship;Cossackia;;;;;;;;;;;;x -DON_ADJ;Cossack;;;;;;;;;;;;x -DON_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -DON_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -DON_reactionary;The Hetmanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -DON_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -DON_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -DON_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -DON_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -DRA;Dravidistan;;;;;;;;;;;;x -DRA_absolute_monarchy;Dravidian Empire;;;;;;;;;;;;x -DRA_fascist_dictatorship;Dravid Nadu;;;;;;;;;;;;x -DRA_ADJ;Dravidian;;;;;;;;;;;;x -DUR;Pashtunistan;;;;;;;;;;;;x -DUR_ADJ;Pashtun;;;;;;;;;;;;x -DUR_absolute_monarchy;Durrani Empire;;;;;;;;;;;;x -DUR_prussian_constitutionalism;Durrani Empire;;;;;;;;;;;;x -DUR_hms_government;Durrani Empire;;;;;;;;;;;;x -DUR_absolute_monarchy_ADJ;Durrani;;;;;;;;;;;;x -DUR_prussian_constitutionalism_ADJ;Durrani;;;;;;;;;;;;x -DUR_hms_government_ADJ;Durrani;;;;;;;;;;;;x -DUR_fascist_dictatorship;Durrani Republic;;;;;;;;;;;;x -DUR_fascist_dictatorship_ADJ;Durrani;;;;;;;;;;;;x -ENL;England;;;;;;;;;;;;;x -ENL_ADJ;English;;;;;;;;;;;;;x -ENT;Entre Rios;;;;;;;;;;;;;x -ENT_ADJ;Entrerriano;;;;;;;;;;;;;x -ENT_conservative;Federalistas;;;;;;;;;;;;;x -ENT_conservative_2;Partido Federalista;;;;;;;;;;;;;x -ENT_liberal;Partido Liberal;;;;;;;;;;;;;x -ENT_liberal_2;Partido Democracia;;;;;;;;;;;;;x -ENT_socialist;Partido Azul;;;;;;;;;;;;;x -ENT_conservative_3;Unión Cívica de Entre Rios;;;;;;;;;;;;;x -ENT_communist;Partido Communista;;;;;;;;;;;;;x -ENT_liberal_3;Liberales;;;;;;;;;;;;;x -ENT_reactionary;Partido Nacionalista;;;;;;;;;;;;;x -ENT_anarcho_liberal;Partido Radical;;;;;;;;;;;;;x -ENT_socialist_2;Partido Socialista;;;;;;;;;;;;;x -ENT_fascist;Partido Fascista;;;;;;;;;;;;;x -ERT;Eritrea;;;;;;;;;;;;x -ERT_ADJ;Eritrean;;;;;;;;;;;;x -ERT_conservative;Royal Faction;;;;;;;;;;;;x -ERT_liberal;The Liberal Faction;;;;;;;;;;;;x -ERT_reactionary;The Nationalist Faction;;;;;;;;;;;;x -ERT_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -ERT_socialist;The Socialist Faction;;;;;;;;;;;;x -ERT_communist;The Communist Faction;;;;;;;;;;;;x -ERT_fascist;The Fascist Faction;;;;;;;;;;;;x -FIJ;Fiji;Fiji;Fiji;;;;;;;;;;;;x -FIJ_ADJ;Fijian;Fijian;Fijian;;;;;;;;;;;;x -FIU;Fiume;Fiume;Fiume;;;;;;;;;;;x -FIU_ADJ;Fiumani;Fiumani;Fiumani;;;;;;;;;;;x -FIU_fascist_dictatorship;Carnaro;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -FIU_bourgeois_dictatorship;Carnaro;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -FIU_presidential_dictatorship;Carnaro;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -FIU_democracy;Free State of Fiume;tat libre de Fiume;Freistaat Fiume;;;;;;;;;;;x -FIU_liberal;Partito Liberale;Partito Liberale;Partito Liberale;;;;;;;;;;;x -FIU_conservative;Partito Autonomo;Partito Autonomo;Partito Autonomo;;;;;;;;;;;x -FIU_reactionary;Nazionalisti;Nazionalisti;Nazionalisti;;;;;;;;;;;x -FIU_socialist;Partito Socialista di Fiume;Partito Socialista di Fiume;Partito Socialista di Fiume;;;;;;;;;;;x -FIU_communist;Partito Comunista di Fiume;Partito Comunista di Fiume;Partito Comunista di Fiume;;;;;;;;;;;x -FIU_anarcho_liberal;Radicali;Radical;Radikal;;;;;;;;;;;x -FIU_fascist;Fascisti;Fasciste;Faschistisch;;;;;;;;;;;x -FJN;Fujian;;;;;;;;;;;;x -FJN_ADJ;Fujian;;;;;;;;;;;;x -FJN_presidential_dictatorship;Fujian Clique;;;;;;;;;;;;x -FJN_fascist_dictatorship;Min Republic;;;;;;;;;;;;x -FJN_fascist_dictatorship_ADJ;Min;;;;;;;;;;;;x -FJN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -FJN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -FJN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -FJN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -FJN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -FJN_fascist;Min Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -FJN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -FRA_liberal;Républicain;Républicain;Républicain;;Républicain;;;;;;;;;x -FRA_liberal_2;Union libérale;;;;;;;;;;;;x -FRA_liberal_3;Républicain libérale;;;;;;;;;;;;x -FRA_conservative;Orléaniste;Orléaniste;Orléaniste;;Orléaniste;;;;;;;;;x -FRA_conservative_2;Bonapartiste;Bonapartiste;Bonapartiste;;Bonapartiste;;;;;;;;;x -FRA_conservative_3;Républicain modéré;Républicain modéré;Républicain modéré;;Républicain modéré;;;;;;;;;x -FRA_conservative_4;Orléaniste;Orléaniste;Orléaniste;;Orléaniste;;;;;;;;;x -FRA_conservative_5;Royaliste;Royaliste;Royaliste;;Royaliste;;;;;;;;;x -FSA;The Free States of America;;;;;;;;;;;;x -FSA_ADJ;American;;;;;;;;;;;;x -FSA_absolute_monarchy;The Free American Empire;;;;;;;;;;;;x -FSA_prussian_constitutionalism;The Free American Empire;;;;;;;;;;;;x -FSA_proletarian_dictatorship;The Free American Republic;;;;;;;;;;;;x -FSM;Micronesia;Micronesia;Micronesia;;;;;;;;;;;;x -FSM_ADJ;Micronesian;Micronesian;Micronesian;;;;;;;;;;;;x -FSM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;;x -FSM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;;x -FSM_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;;x -FSM_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;;x -FSM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;;x -FSM_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;;x -FSM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;;x -galicio_asturian;Galicio-Asturian;Galicio-Asturien;Galicisch-Asturisch;;;;;;;;;;;x -GAB;Gabon;;;;;;;;;;;;x -GAB_ADJ;Gabonese;;;;;;;;;;;;x -GAB_liberal;Circle of Liberal Reformers;;;;;;;;;;;;x -GAB_conservative;Democratic and Social Union;;;;;;;;;;;;x -GAB_socialist;Young Gabonese;;;;;;;;;;;;x -GAB_reactionary;Gabonese Democratic Bloc;;;;;;;;;;;;x -GAB_anarcho_liberal;Defense of Gabonese Interests;;;;;;;;;;;;x -GAB_communist;Union, Work, Progress;;;;;;;;;;;;x -GAB_fascist;People's Unity Party;;;;;;;;;;;;x -GCO;Gran Colombia;;;;;;;;;;;;x -GCO_ADJ;Colombian;;;;;;;;;;;;x -GCO_absolute_monarchy;New Granada;;;;;;;;;;;;x -GCO_prussian_constitutionalism;New Granada;;;;;;;;;;;;x -GCO_hms_government;New Granada;;;;;;;;;;;;x -GCO_absolute_monarchy_ADJ;New Granadan;;;;;;;;;;;;x -GCO_prussian_constitutionalism_ADJ;New Granadan;;;;;;;;;;;;x -GCO_hms_government_ADJ;New Granadan;;;;;;;;;;;;x -GLC;Galicia;;;;;;;;;;;;;x -GLC_ADJ;Galician;;;;;;;;;;;;;x -GLC_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_reactionary;Partido Nationalist;Comunión Carlista;Comunión Carlista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_fascist;Partido Fascist;Falange;Falange;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLM;Galicia-Lodomeria;Galicie-Lodomerie;Galizien-Lodomerien;;Galitzia-Lodomeria;;;;;;;;;;x;;;;;;;;;;;;;; -GLM_ADJ;Galician;Galicien;Galiziener;;Galiciano;;;;;;;;;;x;;;;;;;;;;;;;; -GMB;Gambia;;;;;;;;;;;;x -GMB_ADJ;Gambian;;;;;;;;;;;;x -GMB_liberal;United Party;;;;;;;;;;;;;x -GMB_anarcho_liberal;National Convention Party;;;;;;;;;;;;;x -GMB_conservative;Democratic Party;;;;;;;;;;;;;x -GMB_reactionary;Muslim Congress Party;;;;;;;;;;;;;x -GMB_socialist;People's Progressive Party;;;;;;;;;;;;;x -GMB_communist;Gambian People's Party;;;;;;;;;;;;;x -GMB_fascist;Gambia Congress Party;;;;;;;;;;;;;x -GMJ;Guominjun;;;;;;;;;;;;;x -GMJ_ADJ;Guominjun;;;;;;;;;;;;;;x -GMJ_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -GMJ_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -GMJ_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -GMJ_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -GMJ_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -GMJ_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -GMJ_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -GNE;Guinea;;;;;;;;;;;;x -GNE_ADJ;Guinean;;;;;;;;;;;;x -GNE_liberal;Union for Progress and Renewal;;;;;;;;;;;;x -GNE_anarcho_liberal;Union for the Progress;;;;;;;;;;;;x -GNE_conservative;African Bloc of Guinea;;;;;;;;;;;;x -GNE_reactionary;Democratic Party of Guinea;;;;;;;;;;;;x -GNE_socialist;Socialist Democracy of Guinea;;;;;;;;;;;;x -GNE_communist;Guinean People's Assembly;;;;;;;;;;;;x -GNE_fascist;National Union for the Prosperity;;;;;;;;;;;;x -GNG;Guangdong;;;;;;;;;;;;x -GNG_ADJ;Guangdong;;;;;;;;;;;;x -GNG_presidential_dictatorship;Guangdong Clique;;;;;;;;;;;;x -GNG_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -GNG_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -GNG_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -GNG_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -GNG_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -GNG_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -GNG_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -GRA;Grenada;;;;;;;;;;;;x -GRA_ADJ;Grenadian;;;;;;;;;;;;x -GRN;Greenland;;;;;;;;;;;;;x -GRN_ADJ;Greenlandic;;;;;;;;;;;;;x -GUY;Guyana;;;;;;;;;;;;;x -GUY_ADJ;Guyanese;;;;;;;;;;;;;x -GUY_conservative;Dutch Faction;;;;;;;;;;;;;x -GUY_liberal;French Faction;;;;;;;;;;;;;x -GUY_socialist;Ruimveldt Party;;;;;;;;;;;;;x -GUY_communist;British Guiana Labour Union;;;;;;;;;;;;;x -GUY_reactionary;British Faction;;;;;;;;;;;;;x -GUY_anarcho_liberal;American Faction;;;;;;;;;;;;;x -GUY_fascist;Unity Party;;;;;;;;;;;;;x -GXI_presidential_dictatorship;Guangxi Clique;Clique de Guangxi;Guangxi-Clique;;;;;;;;;;;x -HAL;Ha'il;;;;;;;;;;;;x -HAL_ADJ;Haili;;;;;;;;;;;;x -HAL_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -HAL_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -HAL_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -HAL_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -HAL_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -HAL_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -HAL_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -HDU;Hindustan;;;;;;;;;;;;x -HDU_ADJ;Hindustani;;;;;;;;;;;;x -HNN;Hunan;;;;;;;;;;;;x -HNN_ADJ;Hunan;;;;;;;;;;;;x -HNN_presidential_dictatorship;Hunan Clique;;;;;;;;;;;;x -HNN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -HNN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -HNN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -HNN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -HNN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -HNN_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -HNN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -HOL_anarcho_liberal;Radicale Partij;;;;;;;;;;;;x -HUI;Anhui;;;;;;;;;;;;x -HUI_ADJ;Anhui;;;;;;;;;;;;x -HUI_presidential_dictatorship;Anhui Clique;;;;;;;;;;;;x -HUI_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -HUI_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -HUI_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -HUI_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -HUI_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -HUI_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -HUI_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -IBR;Iberia;;;;;;;;;;;;;x -IBR_ADJ;Iberian;;;;;;;;;;;;;x -INO;Indonesia;Indonésie;Indonesien;;Indonesia;;;;;;;;;x -INO_ADJ;Indonesian;Indonésienne;Indonesisch;;Indonesio;;;;;;;;;x -INO_conservative;Partai Golongan Karya;;;;;;;;;;;;x -INO_liberal;Partai Majelis Syuro Muslimin Indonesia;;;;;;;;;;;;x -INO_liberal_2;Partai Demokrat;;;;;;;;;;;;x -INO_reactionary;Nahdlatul Ulama;;;;;;;;;;;;x -INO_anarcho_liberal;Partai Nasdem;;;;;;;;;;;;x -INO_socialist;Partai Sosialis Indonesia;;;;;;;;;;;;x -INO_socialist_2;Partai Nasional Indonesia;;;;;;;;;;;;x -INO_communist;Partai Komunis Indonesia;;;;;;;;;;;;x -INO_fascist;Partai Gerakan Indonesia Raya;;;;;;;;;;;;x -IOM;Isle of Man;Île de Man;Isle of Man;;Isle of Man;;;;;;;;;x -IOM_ADJ;Manx;Mannois;Mannisch;Manés;;;;;;;;;x -IOM_liberal;Liberal Party;Liberal Party;Liberal Party;;Liberal Party;;;;;;;;;;;x -IOM_conservative;People's Political Association;People's Political Association;People's Political Association;;People's Political Association;;;;;;;;;;;x -IOM_reactionary;National Party;National Party;National Party;;National Party;;;;;;;;;;;x -IOM_socialist;Labour Party;Labour Party;Labour Party;;Labour Party;;;;;;;;;;;x -IOM_anarcho_liberal;Positive Action Group;Positive Action Group;Positive Action Group;;Positive Action Group;;;;;;;;;;;x -IOM_communist;Communist Party;Communist Party;Communist Party;;Communist Party;;;;;;;;;;;x -IOM_fascist;Mec Vannin;Mec Vannin;Mec Vannin;;Mec Vannin;;;;;;;;;;;x -ITA_democracy;Italy;;;;;;;;;;;;;;x -ITA_bourgeois_dictatorship_ADJ;Italian;;;;;;;;;;;;;x -ITA_proletarian_dictatorship;The People's Republic of Italy;;;;;;;;;;;;;x -ITA_proletarian_dictatorship_ADJ;Italian;;;;;;;;;;;;;x -IVC;Ivory Coast;;;;;;;;;;;;x -IVC_ADJ;Ivorian;;;;;;;;;;;;x -IVC_liberal;Rally of the Republicans;;;;;;;;;;;;x -IVC_anarcho_liberal;URDIESCI;;;;;;;;;;;;x -IVC_conservative;Entente of Independents;;;;;;;;;;;;x -IVC_reactionary;Democratic Party;;;;;;;;;;;;x -IVC_socialist;African Socialist Movement;;;;;;;;;;;;x -IVC_communist;Ivorian Popular Front;;;;;;;;;;;;x -IVC_fascist;Movement of the Forces of the Future;;;;;;;;;;;;x -IZH;Ingria;;;;;;;;;;;;x -IZH_ADJ;Ingrian;;;;;;;;;;;;x -JAM;Jamaica;Jamaïque;Jamaica;;Jamaica;;;;;;;;;x -JAM_ADJ;Jamaican;Jamaïcain;Jamaican;;Jamaican;;;;;;;;;x -JAM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -JAM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -JAM_reactionary;Alliance for National Unity;Alliance for National Unity;Alliance for National Unity;;;;;;;;;;;x -JAM_socialist;People's Political Party;People's Political Party;People's Political Party;;;;;;;;;;;x -JAM_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;;x -JAM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -JAM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -JAP_absolute_monarchy;Imperial Japan;;;;;;;;;;;x -JAP_reactionary;Handoutou;Faction Shogunate;Shogunate Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative;Rikken Teiseitou;Faction de la cour;Court Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative_2;Rikken Kaishintou;Faction impérialiste;Imperialist Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_reactionary_2;Handoutou;Faction nationaliste;Nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative_3;Tachiagare Nippon;Faction conservatrice;Conservative Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_liberal;Aikokusha;Faction libérale;Liberal Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_socialist;Shakaitou;Faction marxiste;Marxist Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_anarcho_liberal;Ishin Seito Shimpu;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_communist;Kyousantou;Faction communiste;Kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_fascist;Kokuhonsha;Faction fasciste;Faschistische Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JNG;Jersey & Guernsey;Jersey & Guernsey;Jersey und Guernsey;;Jersey & Guernsey;;;;;;;;;x -JNG_ADJ;Channel Islander;Jèrriais;Jerseyisch;;Jerseyés;;;;;;;;;x -JNG_liberal;Liberal faction;Liberal Faction;Liberal Faction;;Liberal Faction;;;;;;;;;;;x -JNG_conservative;Conservative Faction;Conservative Faction;;Conservative Faction;;;;;;;;;;;x -JNG_reactionary;Monarchist Faction;Monarchist Faction;Monarchist Faction;;Monarchist Faction;;;;;;;;;;;x -JNG_socialist;Labour Faction;Labour Faction;Labour Faction;;Labour Faction;;;;;;;;;;;x -JNG_anarcho_liberal;Anarchist Faction;Anarchist Faction;Anarchist Faction;;Anarchist Faction;;;;;;;;;;;x -JNG_communist;Communist Faction;Communist Faction;Communist Faction;;Communist Faction;;;;;;;;;;;x -JNG_fascist;Norman Faction;Norman Faction;Norman Faction;;Norman Faction;;;;;;;;;;;x -JOR;Jordan;;;;;;;;;;;;;x -JOR_ADJ;Jordanian;;;;;;;;;;;;;x -JOR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -JOR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -JOR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -JOR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -JOR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -JOR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -JOR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -KAG;Ishikawa;;;;;;;;;;;;;x -KAG_ADJ;Ishikawan;;;;;;;;;;;;;x -KAG_absolute_monarchy;Kaga;;;;;;;;;;;;;x -KAG_prussian_constitutionalism;Kaga;;;;;;;;;;;;;x -KAG_hms_government;Kaga;;;;;;;;;;;;;x -KAG_absolute_monarchy_ADJ;Maeda;;;;;;;;;;;;;x -KAG_prussian_constitutionalism_ADJ;Maeda;;;;;;;;;;;;;x -KAG_hms_government_ADJ;Maeda;;;;;;;;;;;;;x -KAM;Kamchatka;;;;;;;;;;;;;x -KAM_ADJ;Kamchatkan;;;;;;;;;;;;;x -KAM_presidential_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_bourgeois_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_proletarian_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KAM_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KAM_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KAM_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KAM_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KAM_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KAM_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KHI_absolute_monarchy;Khiva;;;;;;;;;;;;;;;;;;x;;;; -BUK_absolute_monarchy;Bukhara;;;;;;;;;;;;;;;;x;;;; -KOK_absolute_monarchy;Kokand;;;;;;;;;;;;;;;;;;x;;;; -KAZ_absolute_monarchy;Kazakh Khanate;;;;;;;;;;;;;x -KAZ;Kazakhstan;;;;;;;;;;;;;x -KAZ_ADJ;Kazakh;;;;;;;;;;;;;x -KAZ_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KAZ_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KAZ_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KAZ_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KAZ_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KAZ_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KAZ_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KCH;Kachin;;;;;;;;;;;;;x -KCH_ADJ;Kachin;;;;;;;;;;;;;x -KDS;Kurdistan;;;;;;;;;;;;;x -KDS_ADJ;Kurdish;;;;;;;;;;;;;x -KDS_conservative;Meclis-i Mîran;;;;;;;;;;;;;x -KDS_conservative_2;Partiya Kurdistanê;;;;;;;;;;;;;x -KDS_liberal;Azadi;;;;;;;;;;;;;x -KDS_liberal_2;Hêvî;;;;;;;;;;;;;x -KDS_liberal_3;Yeketî Nistîman;;;;;;;;;;;;;x -KDS_reactionary;Meclis-i Mesayih;;;;;;;;;;;;;x -KDS_reactionary_2;Bizutnawai Islami;;;;;;;;;;;;;x -KDS_anarcho_liberal;Terakkipeweran;;;;;;;;;;;;;x -KDS_socialist;Partiya Karkerên;;;;;;;;;;;;;x -KDS_socialist_2;Partiya Zahmatkesan;;;;;;;;;;;;;x -KDS_fascist;Jiyanewe;;;;;;;;;;;;;x -KDS_communist;Komala;;;;;;;;;;;;;x -KEL;Kelantan;;;;;;;;;;;;;x -KEL_ADJ;Kelantani;;;;;;;;;;;;;x -KDH;Kedah;;;;;;;;;;;;;x -KDH_ADJ;Kedai;;;;;;;;;;;;;x -KER;Cornwall;Cornouailles;Cornwall;;Cornwall;;;;;;;;;x -KER_ADJ;Cornish;Cornouaillais;Cornish;Cornés;;;;;;;;;x -KER_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -KER_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -KER_reactionary;Party Kenethlegek;Party Kenethlegek;Party Kenethlegek;;;;;;;;;;;x -KER_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;x -KER_communist;Miners' and Fishers' Party;Miners' and Fishers' Party;Miners' and Fishers' Party;;;;;;;;;;;x -KER_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -KER_fascist;Mebyon Kernow;Mebyon Kernow;Mebyon Kernow;;;;;;;;;;;x -KIT;Saint Kitts;;;;;;;;;;;;x -KIT_ADJ;Kittitian;;;;;;;;;;;;x -KLM;Kalimantan;;;;;;;;;;;;;x -KLM_ADJ;Kalimantan;;;;;;;;;;;;;x -KMK;Kalmykia;;;;;;;;;;;;x -KMK_fascist_dictatorship;Kalmyk Khanate;;;;;;;;;;;;x -KMK_proletarian_dictatorship;Kalmyk Republic;;;;;;;;;;;;x -KMK_ADJ;Kalmyk;;;;;;;;;;;;x -KMK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KMK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KMK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KMK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KMK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KMK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KMK_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KMT;Nationalist China;;;;;;;;;;;;x -KMT_ADJ;Chinese;;;;;;;;;;;;x -KMT_proletarian_dictatorship;Socialist Republic of China;;;;;;;;;;;;x -KMT_conservative;Imperial Faction;Faction impériale;Kaiserliche Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_conservative_2;Zhiqiang;Zhiqiang;Zhiqiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal;Reformers;Réformateurs;Reformer;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_reactionary;Conservatives;Conservateurs;Konservative;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_anarcho_liberal;Republicans;Républicains;Republikaner;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal_2;Kuomintang Sun;Kuomintang Sun;Kuomintang Sun;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal_3;Feng Yuxiang;Feng Yuxiang;Feng Yuxiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_socialist;Socialists;Socialistes;Sozialisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_communist;Communist Party of China;Parti communiste chinois;Kommunistische Partei Chinas;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_conservative_4;Kuomintang Chiang;Kuomintang Chiang;Kuomintang Chiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNY;Kenya;;;;;;;;;;;;x -KNY_ADJ;Kenyan;;;;;;;;;;;;x -KNY_liberal;FORD–Asili;;;;;;;;;;;;x -KNY_conservative;Democratic Party;;;;;;;;;;;;x -KNY_socialist;FORD–Kenya;;;;;;;;;;;;x -KNY_reactionary;Kenya African National Union;;;;;;;;;;;;x -KNY_anarcho_liberal;The Independent Party;;;;;;;;;;;;x -KNY_communist;Farmers Party;;;;;;;;;;;;x -KNY_fascist;Fascist Party;;;;;;;;;;;;x -KRL;Karelia;;;;;;;;;;;;x -KRL_ADJ;Karelian;;;;;;;;;;;;x -KRL_conservative;Suomalainen puolue;Suomalainen puolue;Suomalainen puolue;;Suomalainen puolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_conservative_2;Svenska partiet;Svenska partiet;Svenska partiet;;Svenska partiet;;;;;;;;;x;;;;;;;;;;;;;; -KRL_liberal;Nuorsuomalaiset;Nuorsuomalaiset;Nuorsuomalaiset;;Nuorsuomalaiset;;;;;;;;;x;;;;;;;;;;;;;; -KRL_liberal_2;Edistyspuolue;Edistyspuolue;Edistyspuolue;;Edistyspuolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_reactionary;Kokoomus;Kokoomus;Kokoomus;;Kokoomus;;;;;;;;;x;;;;;;;;;;;;;; -KRL_socialist;Sosiaalidemokraatit;Sosiaalidemokraatit;Sosiaalidemokraatit;;Sosiaalidemokraatit;;;;;;;;;x;;;;;;;;;;;;;; -KRL_anarcho_liberal;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;;Aktivistinen vastustuspuolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_communist;Punakaarti;Punakaarti;Punakaarti;;Punakaarti;;;;;;;;;x;;;;;;;;;;;;;; -KRL_fascist;Fascists;Fascistes;Faschisten;;Fascistas;;;;;;;;;x;;;;;;;;;;;;;; -KRN;Karnatak;;;;;;;;;;;;x -KRN_ADJ;Karnatak;;;;;;;;;;;;x -KRN_democracy;Tamil Nadu;;;;;;;;;;;;x -KRN_democracy_ADJ;Tamil;;;;;;;;;;;;x -KRN_fascist_dictatorship;Tamil Nadu;;;;;;;;;;;;x -KRN_fascist_dictatorship_ADJ;Tamil;;;;;;;;;;;;x -KRN_bourgeois_dictatorship;Tamil Nadu;;;;;;;;;;;;x -KRN_bourgeois_dictatorship_ADJ;Tamil;;;;;;;;;;;;x -KRN_proletarian_dictatorship;Republic of the Carnatic;;;;;;;;;;;;x -KRN_proletarian_dictatorship_ADJ;Carnatic;;;;;;;;;;;;x -KRN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRY;Krasnoyarsk;;;;;;;;;;;;;x -KRY_ADJ;Ugrian;;;;;;;;;;;;;x -KRY_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KRY_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KRY_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KRY_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KRY_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KRY_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KRY_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KWT;Kuwait;;;;;;;;;;;x -KWT_ADJ;Kuwaiti;;;;;;;;;;;x -KTI;Kutai;;;;;;;;;;;;;x; -KTI_ADJ;Kutain;;;;;;;;;;;;;x; -KTI_conservative;Royal Faction;;;;;;;;;;;;x -KTI_liberal;The Liberal Faction;;;;;;;;;;;;x -KTI_reactionary;The Nationalist Faction;;;;;;;;;;;;x -KTI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -KTI_socialist;The Socialist Faction;;;;;;;;;;;;x -KTI_communist;The Communist Faction;;;;;;;;;;;;x -KTI_fascist;The Fascist Faction;;;;;;;;;;;;x -KYR;Kyrgyzstan;;;;;;;;;;;;;x -KYR_ADJ;Kyrgyz;;;;;;;;;;;;;x -KYR_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LAN;Lanfang;;;;;;;;;;;;x -LAN_ADJ;Lanfang;;;;;;;;;;;;x -LAN_conservative;Conservative Kongsi;;;;;;;;;;;;x -LAN_liberal;Liberal Kongsi;;;;;;;;;;;;x -LAN_reactionary;Nationalist Kongsi;;;;;;;;;;;;x -LAN_anarcho_liberal;Radical Kongsi;;;;;;;;;;;;x -LAN_socialist;Socialist Kongsi;;;;;;;;;;;;x -LAN_communist;The Communist Kongsi;;;;;;;;;;;;x -LAN_fascist;Fascist Kongsi;;;;;;;;;;;;x -LBY;Libya;;;;;;;;;;;;x -LBY_ADJ;Libyan;;;;;;;;;;;;x -LBN;Lebanon;;;;;;;;;;;;;x -LBN_ADJ;Lebanese;;;;;;;;;;;;;x -LBN_liberal;Harakat al-Tajaddod al-Dimoqrati;;;;;;;;;;;;;x -LBN_conservative;At-Tayyar al-Watani al-Horr;;;;;;;;;;;;;x -LBN_socialist;Hizb al-Taqadummi al-Ishtiraki;;;;;;;;;;;;;x -LBN_reactionary;Harakat al-Qawmiyyin al-Arab;;;;;;;;;;;;;x -LBN_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;;x -LBN_communist;Al-Hizb al-Shooyoo'i al-Lubnani;;;;;;;;;;;;;x -LBN_fascist;Phalanges Libanaises;;;;;;;;;;;;;x -LNA;Lan Na;Lan Na;LanNa;Lan Na;Lanna;Lan Na;LanNa;Lan Na;;;;;;x; -LNA_ADJ;Lan Nan;lan nan;Lan Nan;Lan Nan;de Lanna;Lan Nan;Lan Nan;Lananský;;;;;;x; -LNN_conservative;Royal Faction;;;;;;;;;;;;x -LNN_liberal;The Liberal Faction;;;;;;;;;;;;x -LNN_reactionary;The Nationalist Faction;;;;;;;;;;;;x -LNN_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -LNN_socialist;The Socialist Faction;;;;;;;;;;;;x -LNN_communist;The Communist Faction;;;;;;;;;;;;x -LNN_fascist;The Fascist Faction;;;;;;;;;;;;x -LOM_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -LOM_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -LOM_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -LOM_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -LOM_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -LOM_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -LOM_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -LOM_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -LOR;Lorraine;;;;;;;;;;;;;x -LOR_ADJ;Lorrainian;;;;;;;;;;;;;;x -LOR_fascist_dictatorship;Lotharingia;;;;;;;;;;;;;x -LOR_fascist_dictatorship_ADJ;Lotharingian;;;;;;;;;;;;;x -LOS;Los Altos;;;;;;;;;;;;;x -LOS_ADJ;Losaltan;;;;;;;;;;;;;x -LOS_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LPL;United Provinces;;;;;;;;;;;;x -LPL_ADJ;Platine;;;;;;;;;;;;x -LSK;Alaska;;;;;;;;;;;;;x -LSK_ADJ;Alaskan;;;;;;;;;;;;;x -LSK_reactionary;Nationalist Party;;;;;;;;;;;;;x -LSK_conservative;Democratic Party;;;;;;;;;;;;;x -LSK_liberal;Republican Party;;;;;;;;;;;;;x -LSK_anarcho_liberal;Liberal Economists;;;;;;;;;;;;;x -LSK_socialist;Socialist Party;;;;;;;;;;;;;x -LSK_communist;Bolsheviks;;;;;;;;;;;;;x -LSK_fascist;Northern Futurists;;;;;;;;;;;;;x -LUI;Saint Lucia;;;;;;;;;;;;x -LUI_ADJ;Lucian;;;;;;;;;;;;x -LUZ;Lusatia;;;;;;;;;;;;x -LUZ_ADJ;Lusatian;;;;;;;;;;;;x -LUZ_conservative;Conservative Party;;;;;;;;;;;;x -LUZ_liberal;Liberal Party;;;;;;;;;;;;x -LUZ_reactionary;Nationalist Party;;;;;;;;;;;;x -LUZ_anarcho_liberal;Radical Party;;;;;;;;;;;;x -LUZ_socialist;Socialist Party;;;;;;;;;;;;x -LUZ_communist;Communist Party;;;;;;;;;;;;x -LUZ_fascist;Fascist Party;;;;;;;;;;;;x -LXA_democracy;Laos;;;;;;;;;;;;;x; -LXA_democracy_ADJ;Lao;;;;;;;;;;;;;x; -LXA_proletarian_dictatorship;Lao People's Republic;;;;;;;;;;;;;x; -LXA_proletarian_dictatorship_ADJ;Lao;;;;;;;;;;;;;x; -LXA;Laos;;;;;;;;;;;;;;;;;;;;x; -LXA_absolute_monarchy;Lan Xang;;;;;;;;;;;;;;;;;;;;;;;;;;x; -LXA_absolute_monarchy_ADJ;Lan Xangi;;;;;;;;;;;;;;;;;;;;;;;;;;x; -LXA_conservative;Royal Faction;;;;;;;;;;;;x -LXA_liberal;The Liberal Faction;;;;;;;;;;;;x -LXA_reactionary;The Nationalist Faction;;;;;;;;;;;;x -LXA_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -LXA_socialist;The Socialist Faction;;;;;;;;;;;;x -LXA_communist;The Communist Faction;;;;;;;;;;;;x -LXA_fascist;The Fascist Faction;;;;;;;;;;;;x -MAH;Maharashtra;;;;;;;;;;;;x -MAH_ADJ;Maharashtran;;;;;;;;;;;;x -MAH_conservative;Royal Faction;;;;;;;;;;;;x -MAH_liberal;The Liberal Faction;;;;;;;;;;;;x -MAH_reactionary;The Nationalist Faction;;;;;;;;;;;;x -MAH_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -MAH_socialist;The Socialist Faction;;;;;;;;;;;;x -MAH_communist;Communist Faction;;;;;;;;;;;;x -MAH_fascist;The Fascist Faction;;;;;;;;;;;;x -MAL;Maluku;;;;;;;;;;;;x -MAL_absolute_monarchy;Tidore;;;;;;;;;;;;;x -MAL_prussian_constitutionalism;Tidore;;;;;;;;;;;;;x -MAL_hms_government;Tidore;;;;;;;;;;;;;x -MAL_ADJ;Moluccan;;;;;;;;;;;;x -MAR;Marianas;Marianas;Marianas;;;;;;;;;;;;x -MAR_ADJ;Marianan;Marianan;Marianan;;;;;;;;;;;;x -MCD;Macedonia;;;;;;;;;;;;x -MCD_ADJ;Macedonian;;;;;;;;;;;;x -MDR;Madeiras;;;;;;;;;;;;;x -MDR_ADJ;Madeiran;;;;;;;;;;;;;x -MDR_conservative;Partido Conservador;;;;;;;;;;;;;x -MDR_liberal;Partido Liberal;;;;;;;;;;;;;x -MDR_reactionary;Partido Real;;;;;;;;;;;;;x -MDR_socialist;Partido Socialist;;;;;;;;;;;;;x -MDR_communist;Partido Communist;;;;;;;;;;;;;x -MDR_anarcho_liberal;Partido Anarchist;;;;;;;;;;;;;x -MDR_fascist;Fascistos;;;;;;;;;;;;;x -MDV;Moldova;;;;;;;;;;;;x -MDV_ADJ;Moldovian;;;;;;;;;;;;x -MGH;Maghreb;;;;;;;;;;;;x -MGH_ADJ;Maghrebi;;;;;;;;;;;;x -MLI;Mali;;;;;;;;;;;;;x -MLI_ADJ;Malian;;;;;;;;;;;;;x -MLI_absolute_monarchy;Mali;;;;;;;;;;;;;x -MLI_prussian_constitutionalism;Mali;;;;;;;;;;;;;x -MLI_hms_government;Mali;;;;;;;;;;;;;x -MLI_proletarian_dictatorship;Mali;;;;;;;;;;;;;x -MLI_liberal;African Regroupment Party;;;;;;;;;;;;x -MLI_anarcho_liberal;Party for Unity, Democracy and Progress;;;;;;;;;;;;x -MLI_conservative;Progressive Party;;;;;;;;;;;;x -MLI_reactionary;UDPM;;;;;;;;;;;;x -MLI_socialist;Alliance for Democracy;;;;;;;;;;;;x -MLI_communist;Party of Labor;;;;;;;;;;;;x -MLI_fascist;Patriotic Movement for Renewal;;;;;;;;;;;;x -MLT;Malta;;;;;;;;;;;;x -MLT_ADJ;Maltese;;;;;;;;;;;;x -MLT_conservative;Partit Nazzjonalista;Partit Nazzjonalista;Partit Nazzjonalista;;;;;;;;;;;x -MLT_liberal;Constitutional Party;Constitutional Party;Constitutional Party;;;;;;;;;;;x -MLT_reactionary;Azzjoni Nazzjonali;Azzjoni Nazzjonali;Azzjoni Nazzjonali;;;;;;;;;;;x -MLT_socialist;Partit Laburista;Partit Laburista;Partit Laburista;;;;;;;;;;;x -MLT_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -MLT_anarcho_liberal;Alpha Partit Liberali;Alpha Partit Liberali;Alpha Partit Liberali;;;;;;;;;;;x -MLT_fascist;Imperium Europa;Imperium Europa;Imperium Europa;;;;;;;;;;;x -MLW;Malawi;;;;;;;;;;;;x -MLW_ADJ;Malawian;;;;;;;;;;;;x -MLW_absolute_monarchy;Nyasaland;;;;;;;;;;;;x -MLW_prussian_constitutionalism;Nyasaland;;;;;;;;;;;;x -MLW_hms_government;Nyasaland;;;;;;;;;;;;x -MLW_absolute_monarchy_ADJ;Nyasa;;;;;;;;;;;;x -MLW_prussian_constitutionalism_ADJ;Nyasa;;;;;;;;;;;;x -MLW_hms_government_ADJ;Nyasa;;;;;;;;;;;;x -MLW_liberal;United Democratic Front;;;;;;;;;;;;x -MLW_conservative;Democratic Progressive Party;;;;;;;;;;;;x -MLW_socialist;Alliance for Democracy;;;;;;;;;;;;x -MLW_reactionary;Malawi Congress Party;;;;;;;;;;;;x -MLW_anarcho_liberal;Malawi Forum for Unity and Development;;;;;;;;;;;;x -MLW_communist;Communist Party of Malawi;;;;;;;;;;;;x -MLW_fascist;Fascist Party of Malawi;;;;;;;;;;;;x -MLY;Malaysia;;;;;;;;;;;;x -MLY_ADJ;Malaysian;;;;;;;;;;;;x -MLY_absolute_monarchy;Malaya;;;;;;;;;;;;x -MLY_prussian_constitutionalism;Malaya;;;;;;;;;;;;x -MLY_hms_government;Malay Federation;;;;;;;;;;;;x -MLY_absolute_monarchy_ADJ;Malay;;;;;;;;;;;;x -MLY_prussian_constitutionalism_ADJ;Malay;;;;;;;;;;;;x -MLY_hms_government_ADJ;Malay;;;;;;;;;;;;x -MOD_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -MOD_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -MOD_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -MOD_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -MOD_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -MOD_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -MOD_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -MOD_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -MOD_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -MOZ;Mozambique;;;;;;;;;;;;x -MOZ_ADJ;Mozambican;;;;;;;;;;;;x -MOZ_liberal;Social Liberal Party;;;;;;;;;;;;x -MOZ_conservative;Mozambique Democratic Party;;;;;;;;;;;;x -MOZ_socialist;UDENAMO;;;;;;;;;;;;x -MOZ_reactionary;RENAMO;;;;;;;;;;;;x -MOZ_anarcho_liberal;Independent Party of Mozambique;;;;;;;;;;;;x -MOZ_communist;FRELIMO;;;;;;;;;;;;x -MOZ_fascist;Mozambique People's Progress Party;;;;;;;;;;;;x -MRS;Marshall Islands;Marshall Islands;Marshall Islands;;;;;;;;;;;;x -MRS_ADJ;Marshallese;Marshallese;Marshallese;;;;;;;;;;;;x -MRT;Marathas;;;;;;;;;;;;x -MRT_ADJ;Marathi;;;;;;;;;;;;x -MRT_absolute_monarchy;Maratha Empire;;;;;;;;;;;;x -MRT_prussian_constitutionalism;Maratha Empire;;;;;;;;;;;;x -MRT_democracy;Maratha Confederacy;;;;;;;;;;;;x -MRT_proletarian_dictatorship;Maratha Republic;;;;;;;;;;;;x -MRU;Maritime Republic;;;;;;;;;;;;x -MRU_absolute_monarchy;Maritime Union;;;;;;;;;;;;x -MRU_prussian_constitutionalism;Maritime Union;;;;;;;;;;;;x -MRU_hms_government;Maritime Union;;;;;;;;;;;;x -MRU_ADJ;Maritime;;;;;;;;;;;;x -NEJ_conservative;Al-Sa'ud;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_liberal;Al-Ahrar;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_reactionary;Al-Da'wa al-Wahhabiyyah;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_anarcho_liberal;Al-Hizb al-Metterf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_socialist;Hizb al-Ba'ath al-'Arabi al-Ishtiraki;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_communist;Al-Hizb al-Shuyu'i;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NEJ_fascist;Al-Hizb al-Fashy;;;;;;;;;;;;;;;;;;;;;x;;;; -NGR;Nigeria;;;;;;;;;;;;x -NGR_ADJ;Nigerian;;;;;;;;;;;;x -NGR_liberal;National Council;;;;;;;;;;;;x -NGR_conservative;Northern People's Congress;;;;;;;;;;;;x -NGR_socialist;Action Group;;;;;;;;;;;;x -NGR_reactionary;Nigerian National Democratic Party;;;;;;;;;;;;x -NGR_anarcho_liberal;NEPU;;;;;;;;;;;;x -NGR_communist;Commoners Party;;;;;;;;;;;;x -NGR_fascist;Dynamic Party;;;;;;;;;;;;x -NIG;Niger;;;;;;;;;;;;x -NIG_ADJ;Nigerien;;;;;;;;;;;;x -NIG_liberal;UPDP;;;;;;;;;;;;x -NIG_conservative;Democratic and Social Convention;;;;;;;;;;;;x -NIG_socialist;Sawaba;;;;;;;;;;;;x -NIG_reactionary;MNSD;;;;;;;;;;;;x -NIG_anarcho_liberal;;;;;;;;;;;;;x -NIG_communist;Progressive Party;;;;;;;;;;;;x -NIG_fascist;Party for People's Dignity;;;;;;;;;;;;x -NOR_liberal;Liberals;;;;;;;;;;;;x -NOR_liberal_2;Venstre;;;;;;;;;;;;x -NOR_conservative;Conservatives;;;;;;;;;;;;x -NOR_conservative_2;Høyre;;;;;;;;;;;;x -NOR_conservative_3;Moderate Venstre;;;;;;;;;;;;x -NOR_conservative_4;Samlingspartiet;;;;;;;;;;;;x -NOR_conservative_5;Frisinnede Venstre;;;;;;;;;;;;x -NOR_conservative_6;Kristelig Folkeparti;;;;;;;;;;;;x -NOR_anarcho_liberal_2;Arbeiderdemokratene;;;;;;;;;;;;x -NOR_socialist;Socialists;;;;;;;;;;;;x -NOR_socialist_2;Det Norske Arbeiderparti;;;;;;;;;;;;x -NOR_socialist_3;Norges Socialdemokratiske Arbeiderparti;;;;;;;;;;;;x -NOR_socialist_4;Bondepartiet;;;;;;;;;;;;x -NOR_communist_2;Det Norske Arbeiderparti;;;;;;;;;;;;x -NOR_communist_3;Norges Kommunistiske Parti;;;;;;;;;;;;x -NOR_fascist;Nationalists;;;;;;;;;;;;x -NOR_fascist_2;Nasjonal Samling;;;;;;;;;;;;x -CZH_fascist;Vlajka;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -SLV_fascist;Slovenská Ludová Strana;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -NOV;Nova Scotia;Nouvelle-Écosse;Neuschottland;;;;;;;;;;;x -NOV_ADJ;Nova Scotian;Nouvelle-Écossais;Neuschottisch;;;;;;;;;;;x -NOV_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -NOV_conservative;Conservative Party;Parti conservateur;Conservative Party;;;;;;;;;;;x -NOV_reactionary;Nationalist Party;Parti nationaliste;Nationalist Party;;;;;;;;;;;x -NOV_anarcho_liberal;Radical Party;Parti radical;Radical Party;;;;;;;;;;;x -NOV_socialist;Socialist Party;Parti socialiste;Socialist Party;;;;;;;;;;;x -NOV_communist;Communist Party;Parti communiste;Communist Party;;;;;;;;;;;x -NOV_fascist;Fascist Party;Parti fasciste;Fascist Party;;;;;;;;;;;x -NOV_fascist_dictatorship;Alba Nuadh;;;;;;;;;;;;;x -NOV_fascist_dictatorship_adj;Albannaich;;;;;;;;;;;;;x -NQL;North Queensland;North Queensland;North Queensland;;;;;;;;;;;x -NQL_ADJ;North Queenslander;North Queenslander;North Queenslander;;;;;;;;;;;x -NQL_fascist_dictatorship;Capricornia;Capricornia;Capricornia;;;;;;;;;;;x -NQL_fascist_dictatorship_ADJ;Capricornian;Capricornian;Capricornian;;;;;;;;;;;x -NQL_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NQL_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NQL_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NQL_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NQL_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NQL_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NQL_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NQL_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NQL_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NQL_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -NQL_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NQL_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -NSW;New South Wales;New South Wales;New South Wales;;;;;;;;;;;x -NSW_ADJ;New South Welsh;New South Welsh;New South Welsh;;;;;;;;;;;x -NSW_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NSW_conservative_1;Protectionist Party;Protectionist Party;Protectionist Party;;;;;;;;;;;x -NSW_conservative_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;;x -NSW_conservative_3;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NSW_conservative_4;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NSW_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NSW_liberal_1;Free Trade Party;Free Trade Party;Free Trade Party;;;;;;;;;;;x -NSW_liberal_2;Liberal Reform Party;Liberal Reform Party;Liberal Reform Party;;;;;;;;;;;x -NSW_liberal_3;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NSW_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NSW_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NSW_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NSW_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NSW_reactionary_1;Farmers and Settlers Party;Farmers and Settlers Party;Farmers and Settlers Party;;;;;;;;;;;x -NSW_reactionary_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;;x -NSW_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -NSW_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NSW_fascist;New Guard;New Guard;New Guard;;;;;;;;;;;x -NTA;North Australia;North Australia;North Australia;;;;;;;;;;;x -NTA_ADJ;North Australian;North Australian;North Australian;;;;;;;;;;;x -NTA_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NTA_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NTA_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NTA_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NTA_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NTA_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NTA_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NTA_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NTA_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NTA_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -NTA_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NTA_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -YEM_proletarian_dictatorship;People's Republic of Yemen;;;;;;;;;;;x -NYE;North Yemen;;;;;;;;;;;x -NYE_democracy;Yemen Arab Republic;;;;;;;;;;;x -NYE_presidential_dictatorship;Yemen Arab Republic;;;;;;;;;;;x -NYE_ADJ;North Yemeni;;;;;;;;;;;x -NYE_absolute_monarchy;Zaydi;;;;;;;;;;;x -NYE_prussian_constitutionalism;Kingdom of Yemen;;;;;;;;;;;x -NYE_hms_government;Kingdom of Yemen;;;;;;;;;;;x -NYE_absolute_monarchy_ADJ;Zaidiyyah;;;;;;;;;;;x -OAX;Oaxaca;;;;;;;;;;;;x -OAX_ADJ;Oaxacan;;;;;;;;;;;;x -OAX_conservative;Conservative Party;;;;;;;;;;;;x -OAX_liberal;Liberal Party;;;;;;;;;;;;x -OAX_reactionary;Nationalist Party;;;;;;;;;;;;x -OAX_anarcho_liberal;Radical Party;;;;;;;;;;;;x -OAX_socialist;Socialist Party;;;;;;;;;;;;x -OAX_communist;Communist Party;;;;;;;;;;;;x -OAX_fascist;Fascist Party;;;;;;;;;;;;x -OCC;Occitania;Occitanie;Occitania;;Occitania;;;;;;;;;x -OCC_ADJ;Occitan;Occitain;Occitanisch;;Occitano;;;;;;;;;x -OCC_reactionary;Partit Reiau-Alo;Partit Reiau-Alo;Partit Reiau-Alo;;Partit Reiau-Alo;;;;;;;;;;;x -OCC_liberal;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;;;;;;;;;;;x -OCC_conservative;Partit Counservadouro;Partit Counservadouro;Partit Counservadouro;;Partit Counservadouro;;;;;;;;;;;x -OCC_socialist;Partit Soucialisto;Partit Soucialisto;Partit Soucialisto;;Partit Soucialisto;;;;;;;;;;;x -OCC_anarcho_liberal;Partit Anarquisto;Partit Anarquisto;Partit Anarquisto;;Partit Anarquisto;;;;;;;;;;;x -OCC_communist;Partit Comunisto;Partit Comunisto;Partit Comunisto;;Partit Comunisto;;;;;;;;;;;x -OCC_fascist;Partit Faissisto;Partit Faissisto;Partit Faissisto;;Partit Faissisto;;;;;;;;;;;x -PAP;Papal States;;;;;;;;;;;;;x -PAP_democracy;Roman Republic;;;;;;;;;;;;;x -PAP_theocracy;Papal States;;;;;;;;;;;;;x -PAP_presidential_dictatorship;Roman Republic;;;;;;;;;;;;;x -PAP_bourgeois_dictatorship;Roman Republic;;;;;;;;;;;;;x -PAP_proletarian_dictatorship;People's Republic of Rome;;;;;;;;;;;;;x -PAP_fascist_dictatorship;Roman Republic;;;;;;;;;;;;;x -PAP_absolute_monarchy;Lazio;;;;;;;;;;;;;x -PAP_prussian_constitutionalism;Lazio;;;;;;;;;;;;;x -PAP_hms_government;Lazio;;;;;;;;;;;;;x -PAP_ADJ_democracy;Roman;;;;;;;;;;;;;x -PAP_ADJ_presidential_dictatorship;Roman;;;;;;;;;;;;;x -PAP_ADJ_bourgeois_dictatorship;Roman;;;;;;;;;;;;;x -PAP_ADJ_proletarian_dictatorship;Roman;;;;;;;;;;;;;x -PAP_ADJ_fascist_dictatorship;Roman;;;;;;;;;;;;;x -PAP_ADJ_theocracy;Papal;;;;;;;;;;;;;x -PAP_ADJ;Roman;;;;;;;;;;;;;x -PAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -PAR_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -PAR_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -PAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -PAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -PAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -PAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -PAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -PAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -PER;Iran;;;;;;;;;;;;;x -PER_ADJ;Iranian;;;;;;;;;;;;;x -PER_absolute_monarchy;Persia;;;;;;;;;;;;;x -PER_absolute_monarchy_ADJ;Persian;;;;;;;;;;;;;x -PER_prussian_constitutionalism;Persia;;;;;;;;;;;;;x -PER_prussian_constitutionalism_ADJ;Persian;;;;;;;;;;;;;x -PER_bourgeois_dictatorship;Iranian Free State;;;;;;;;;;;;;x -PER_communist;Tudeh Party of Iran;;;;;;;;;;;;;x -PER_conservative;Shahist Faction;;;;;;;;;;;;;x -PER_reactionary;Ulama Faction;;;;;;;;;;;;;x -PER_anarcho_liberal;Bazaari Faction;;;;;;;;;;;;x -PER_socialist;Hizb-e Socialyist;;;;;;;;;;;;;x -PER_fascist;SUMKA;;;;;;;;;;;;;x -PER_liberal;Constitutionalist Party;;;;;;;;;;;;;x -PER_liberal_2;National Front;;;;;;;;;;;;;x -PLS;Palestine;;;;;;;;;;;;;x -PLS_ADJ;Palestinian;;;;;;;;;;;;;x -PLS_reactionary;Al Raj'i;;;;;;;;;;;;;x -PLS_conservative;Al Muhafidh;;;;;;;;;;;;;x -PLS_liberal;Al Mutaharir;;;;;;;;;;;;;x -PLS_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -PLS_socialist;Al Ishtiraki;;;;;;;;;;;;;x -PLS_communist;Al Shiu'i;;;;;;;;;;;;;x -PLS_fascist;Al Fashi;;;;;;;;;;;;;x -PLU;Palau;Palau;Palau;;;;;;;;;;;;x -PLU_ADJ;Palauan;Palauan;Palauan;;;;;;;;;;;;x -PTN;Pattani;;;;;;;;;;;;;x -PTN_ADJ;Pattani;;;;;;;;;;;;;x -PAN_absolute_monarchy;Sikh Empire;;;;;;;;;;;;x -PAN_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;x -PAN_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;x -PAN_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;x -PAN_fascist_dictatorship;Khalistan;;;;;;;;;;;;x -PAN_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;x -PHL;Philippines;Philippines;Philippinen;;;;;;;;;;;x -PHL_ADJ;Philippine;Philippine;Philippinisch;;;;;;;;;;;x -PHL_reactionary;Partido Tradicionalista;Partido Tradicionalista;Partido Tradicionalista;;;;;;;;;;;x -PHL_socialist;Partido Demokratiko;Partido Demokratiko;Partido Demokratiko;;;;;;;;;;;x -PHL_communist;Partido Komunista;Partido Komunista;Partido Komunista;;;;;;;;;;;x -PHL_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -PHL_anarcho_liberal;Partido Libertad;Partido Libertad;Partido Libertad;;;;;;;;;;;x -PHL_conservative;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -PHL_fascist;Partido Nacional Socialista;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -PLC;Polish-Lithuanian Commonwealth;;;;;;;;;;;;x -PLC_ADJ;Polish-Lithuanian;;;;;;;;;;;;x -PLC_proletarian_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_fascist_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_presidential_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_democracy;Poland-Lithuania;;;;;;;;;;;;x -PML;Pomerelia;;;;;;;;;;;;x -PML_ADJ;Pomerelian;;;;;;;;;;;;x -PNP;Pohnpei;Pohnpei;Pohnpei;;;;;;;;;;;;x -PNP_ADJ;Pohnpeian;Pohnpeian;Pohnpeian;;;;;;;;;;;;x -PNJ;Punjab;Pendjab;Pandschab;;Punjab;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_ADJ;Panjabi;Penjabi;Pundschabisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_conservative;Khalsa;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_liberal;Fauj-i-Khas;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_reactionary;Misls;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_anarcho_liberal;The Radical Party;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_socialist;The Socialist Party;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_communist;The Communist Party;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_fascist;The Fascist Party;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_absolute_monarchy;Sikh Empire;;;;;;;;;;;;x -PNJ_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;x -PNJ_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;x -PNJ_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;x -PNJ_hms_government;Sikh Kingdom;;;;;;;;;;;;x -PNJ_hms_government_ADJ;Sikh;;;;;;;;;;;;x -PNJ_democracy;Khalistan;;;;;;;;;;;;x -PNJ_democracy_ADJ;Khalistani;;;;;;;;;;;;x -PNJ_fascist_dictatorship;Khalistan;;;;;;;;;;;;x -PNJ_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;x -PNT;Pontus;;;;;;;;;;;;x -PNT_ADJ;Pontic;;;;;;;;;;;;x -PRI;Puerto Rico;Puerto Rico;Puerto Rico;;Puerto Rico;;;;;;;;;x -PRI_ADJ;Puerto Rican;Puerto Ricain;?;;?;;;;;;;;;x -PRI_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -PRI_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -PRI_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;;x -PRI_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;;x -PRI_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;;x -PRI_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -PRI_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;;x -PTG;Patagonia;;;;;;;;;;;;x -PTG_ADJ;Patagonian;;;;;;;;;;;;x -PTG_conservative;Royal Faction;;;;;;;;;;;;x -PTG_liberal;The Liberal Faction;;;;;;;;;;;;x -PTG_reactionary;The Nationalist Faction;;;;;;;;;;;;x -PTG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -PTG_socialist;The Socialist Faction;;;;;;;;;;;;x -PTG_communist;The Communist Faction;;;;;;;;;;;;x -PTG_fascist;The Fascist Faction;;;;;;;;;;;;x -PZN;Poznan;Poznan;Poznan;;Poznan;;;;;;;;;;x;;;;;;;;;;;;;; -PZN_ADJ;Poznan;Poznan;Poznan;;Poznan;;;;;;;;;;x;;;;;;;;;;;;;; -QLD;Queensland;Queensland;Queensland;;;;;;;;;;;x -QLD_ADJ;Queenslander;Queenslander;Queenslander;;;;;;;;;;;x -QLD_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -QLD_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -QLD_conservative_2;United Party;United Party;United Party;;;;;;;;;;;x -QLD_conservative_3;Country & Progressive National Party;Country & Progressive National Party;Country & Progressive National Party;;;;;;;;;;;x -QLD_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -QLD_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -QLD_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -QLD_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -QLD_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -QLD_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -QLD_reactionary_2;Queensland Farmers Union;Queensland Farmers Union;Queensland Farmers Union;;;;;;;;;;;x -QLD_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -QLD_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -QLD_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -QNG;Qing;;;;;;;;;;;;;x -QNG_ADJ;Qing;;;;;;;;;;;;;x -QNG_absolute_monarchy;The Qing Empire;;;;;;;;;;;;;x -QNG_prussian_constitutionalism;The Qing Empire;;;;;;;;;;;;;x -QNG_hms_government;The Qing Empire;;;;;;;;;;;;;x -CHI_conservative;Junjichu;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_conservative_2;Zhiqiang Yundong;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_conservative_3;Beiyang;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_conservative_4;Kuomintang;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_conservative_5;Mínzhudang;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_liberal;Gai Liang Pai;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_liberal_2;Xingzhonghui;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_liberal_3;Zhongguó Mínzhu Tóngméng;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_liberal_4;Yang Wu Pai;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_reactionary;Kongjiào Yundong;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_reactionary_2;Jìnbùdang;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_anarcho_liberal;Zhongguó Mínzhu Jiànguó Huì;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_socialist;Zhongguó Guójia Shèhuì Dang;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_communist;Zhongguó Gòngchandang;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -CHI_fascist;Kai-tsu P'ai;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -RAJ;Rajputana;;;;;;;;;;;;x -RAJ_ADJ;Rajput;;;;;;;;;;;;x -RAJ_democracy;Rajasthan;;;;;;;;;;;;x -RAJ_democracy_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_proletarian_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_proletarian_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_fascist_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_fascist_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_bourgeois_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_bourgeois_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RGR;Rio Grande;;;;;;;;;;;;;x -RGR_ADJ;Riograndese;;;;;;;;;;;;;x -RGR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGS;Rio Grande do Sul;;;;;;;;;;;;;x -RGS_ADJ;Riograndense;;;;;;;;;;;;;x -RGS_conservative;Partido Republicano;;;;;;;;;;;;;x -RGS_liberal;Partido Federalista;;;;;;;;;;;;;x -RGS_socialist;Colorados;;;;;;;;;;;;;x -RGS_communist;Partido Popular;;;;;;;;;;;;;x -RGS_reactionary;Partido Gaucho;;;;;;;;;;;;;x -RGS_anarcho_liberal;Partido Libertador;;;;;;;;;;;;;x -RGS_fascist;Partido dos Pampas;;;;;;;;;;;;;x -RHI;Rhineland;Rhénanie;Rheinland;;Rhineland;;;;;;;;;x -RHI_ADJ;Rhinelander;Rhénan;Rheinlander;;Rhinelander;;;;;;;;;x -RHI_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHO_democracy;Rhodesia;;;;;;;;;;;;x;;;;;;;;;;;;;; -RMG;Romagna;;;;;;;;;;;;;x -RMG_ADJ;Romagnan;;;;;;;;;;;;;x -RPL;Assiniboia;;;;;;;;;;;;x -RPL_ADJ;Assiniboian;;;;;;;;;;;;x -RPL_hms_government;Rupert's Land;;;;;;;;;;;;x -RPL_hms_government_ADJ;Northwestern;;;;;;;;;;;;x -RUT_proletarian_dictatorship;West Ukrainian People's Republic;;;;;;;;;;;;;x -RUT_proletarian_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;;x -RUT_democracy;West Ukraine;;;;;;;;;;;;;x -RUT_democracy_ADJ;West Ukrainian;;;;;;;;;;;;;x -RUT_presidential_dictatorship;West Ukraine;;;;;;;;;;;;;x -RUT_presidential_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;;x -RYU;Ryukyu;;;;;;;;;;;;;x -RYU_ADJ;Ryukyuan;;;;;;;;;;;;;x -RYU_conservative;National Party;;;;;;;;;;;;;x -RYU_liberal;Liberal Party;;;;;;;;;;;;;x -RYU_reactionary;Monarchist Party;;;;;;;;;;;;;x -RYU_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -RYU_socialist;Social-Democratic Pary;;;;;;;;;;;;;x -RYU_communist;United Workers Party;;;;;;;;;;;;;x -RYU_fascist;National-Socialist Party;;;;;;;;;;;;;x -SAA;Saarland;Sarre;Saarland;;Saarland;;;;;;;;;x -SAA_ADJ;Saarlander;Sarrois;Saarlander;;Saarlander;;;;;;;;;x -SAA_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -SAR_conservative;Moderati;Moderati ;Moderati;;Moderati ;;;;;;;;;x -SAR_liberal;Riformisti;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -SAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -SAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -SAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -SAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -SAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -SAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -SAS;South Australia;South Australia;South Australia;;;;;;;;;;;x -SAS_ADJ;South Australian;South Australian;South Australian;;;;;;;;;;;x -SAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -SAS_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -SAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -SAS_conservative_3;Liberal and Country League;Liberal and Country League;Liberal and Country League;;;;;;;;;;;x -SAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -SAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -SAS_liberal_2;Liberal and Democratic Union;Liberal and Democratic Union;Liberal and Democratic Union;;;;;;;;;;;x -SAS_liberal_3;Liberal Union;Liberal Union;Liberal Union;;;;;;;;;;;x -SAS_liberal_4;Liberal Federation;Liberal Federation;Liberal Federation;;;;;;;;;;;x -SAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -SAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -SAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -SAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -SAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -SAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -SAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -SAT;Kyushu;;;;;;;;;;;;;x -SAT_ADJ;Kyushuan;;;;;;;;;;;;;x -SAT_absolute_monarchy;Satsuma;;;;;;;;;;;;;x -SAT_prussian_constitutionalism;Satsuma;;;;;;;;;;;;;x -SAT_hms_government;Satsuma;;;;;;;;;;;;;x -SAT_absolute_monarchy_ADJ;Shimazu;;;;;;;;;;;;;x -SAT_prussian_constitutionalism_ADJ;Shimazu;;;;;;;;;;;;;x -SAT_hms_government_ADJ;Shimazu;;;;;;;;;;;;;x -SAV;Saint Vincent;;;;;;;;;;;;x -SAV_ADJ;Vincentian;;;;;;;;;;;;x -SEN;Tohoku;;;;;;;;;;;;;x -SEN_ADJ;Tohokuan;;;;;;;;;;;;;x -SEN_absolute_monarchy;Sendai;;;;;;;;;;;;;x -SEN_prussian_constitutionalism;Sendai;;;;;;;;;;;;;x -SEN_hms_government;Sendai;;;;;;;;;;;;;x -SEN_absolute_monarchy_ADJ;Date;;;;;;;;;;;;;x -SEN_prussian_constitutionalism_ADJ;Date;;;;;;;;;;;;;x -SEN_hms_government_ADJ;Date;;;;;;;;;;;;;x -SHA;Shan;;;;;;;;;;;;;x -SHA_ADJ;Shan;;;;;;;;;;;;;x -SHA_conservative;National Party;;;;;;;;;;;;;x -SHA_liberal;Democratic Party;;;;;;;;;;;;;x -SHA_socialist;Progressive Party;;;;;;;;;;;;;x -SHA_communist;Communist Party;;;;;;;;;;;;;x -SHA_reactionary;Unity Party;;;;;;;;;;;;;x -SHA_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -SHA_fascist;Fascist Party;;;;;;;;;;;;;x -SAK;Siak;;;;;;;;;;;;;x -SAK_ADJ;Siak;;;;;;;;;;;;;x -SIB;Siberian Republic;;;;;;;;;;;;;x -SIB_absolute_monarchy;Siberia;;;;;;;;;;;;;x -SIB_prussian_constitutionalism;Siberia;;;;;;;;;;;;;x -SIB_hms_government;Siberia;;;;;;;;;;;;;x -SIB_ADJ;Siberian;;;;;;;;;;;;;x -SIB_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE;Sierra Leone;;;;;;;;;;;;x -SLE_ADJ;Sierra Leonean;;;;;;;;;;;;x -SLE_liberal;United Progressive Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_anarcho_liberal;National Unity Movement;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_conservative;National Council;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_reactionary;National Reformation Council;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_socialist;Sierra Leone People's Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_communist;All People's Congress;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE_fascist;Dawoh;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLS;Silesia;;;;;;;;;;;;;x -SLS_ADJ;Silesian;;;;;;;;;;;;;x -SLS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;Liberaldem. Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;Zentrumspartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;Nationalliberale ;;;;;;;;;x;;;;;;;;;;;;;; -SLS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;Deutscher Arbeiterverein;;;;;;;;;x;;;;;;;;;;;;;; -SLS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;Nationale Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;Konservative Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;Radical Arbeiterpartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;Communist Arbeiterpartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_fascist;Fascists;;;;;;;;;;;;;x -BRA;Brunswick;;;;;;;;;;;;x -BRA_ADJ;Brunswicker;;;;;;;;;;;;x -SLW;Sulawesi;;;;;;;;;;;;;x -SLW_ADJ;Sulawesian;;;;;;;;;;;;;x -SLW_absolute_monarchy;Bone;;;;;;;;;;;;;x -SLW_prussian_constitutionalism;Bone;;;;;;;;;;;;;x -SLW_hms_government;Bone;;;;;;;;;;;;;x -SMI;Sapmi;Sapmi;Sapmi;;;;;;;;;;;;x -SMI_ADJ;Sami;Sami;Sami;;;;;;;;;;;;x -SMI_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;;x -SMI_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;;x -SMI_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;;x -SMI_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;;x -SMI_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;;x -SMI_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;;x -SMI_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;;x -SNG;Senegal;;;;;;;;;;;;x -SNG_ADJ;Senegalese;;;;;;;;;;;;x -SNG_liberal;Senegalese Democratic Party;;;;;;;;;;;;x -SNG_anarcho_liberal;Convention of Democrats and Patriots;;;;;;;;;;;;x -SNG_conservative;African Regroupment Party;;;;;;;;;;;;x -SNG_reactionary;Senegalese Solidarity Party;;;;;;;;;;;;x -SNG_socialist;Senegalese Progressive Union;;;;;;;;;;;;x -SNG_communist;African Independence Party;;;;;;;;;;;;x -SNG_fascist;Alliance of the Forces of Progress;;;;;;;;;;;;x -SNZ;New Munster;New Munster;New Munster;;;;;;;;;;;x -SNZ_ADJ;Munsterian;Munsterian;Munsterian;;;;;;;;;;;x -SNZ_fascist_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;;x -SNZ_fascist_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;;x -SNZ_presidential_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_presidential_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_bourgeois_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_bourgeois_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_democracy;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_democracy_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_proletarian_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;;x -SNZ_proletarian_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;;x -SNZ_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -SNZ_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -SNZ_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;x -SNZ_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -SNZ_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -SNZ_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -SNZ_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -SON;Sonora;;;;;;;;;;;;;x -SON_ADJ;Sonoran;;;;;;;;;;;;;x -SON_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SPC;Spain;;;;;;;;;;;;;x -SPC_absolute_monarchy;Carlist Spain;;;;;;;;;;;;;x -SPC_prussian_constitutionalism;Carlist Spain;;;;;;;;;;;;;x -SPC_hms_government;Carlist Spain;;;;;;;;;;;;;x -SPC_ADJ;Spanish;;;;;;;;;;;;;x -SPU;South Peru;;;;;;;;;;;;;x -SPU_ADJ;South Peruvian;;;;;;;;;;;;;x +ANI;Antilles Confederation;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;; +ANI_ADJ;Antillean;Antillean;Antillean;;Antillean;;;;;;;;; +ANT;Antigua;;;;;;;;;;;;; +ANT_ADJ;Antiguan;;;;;;;;;;;;; +AOT;Aotearoa;Aotearoa;Aotearoa;;;;;;;;;;; +AOT_ADJ;Maori;Maori;Maori;;;;;;;;;;; +AOT_conservative;Kingitanga;Kingitanga;Kingitanga;;;;;;;;;;; +AOT_liberal;Ropu o te Rangatahi;Ropu o te Rangatahi;Ropu o te Rangatahi;;;;;;;;;;; +AOT_socialist;Ratana;Ratana;Ratana;;;;;;;;;;; +AOT_communist;Toputanga-a-iwi;Toputanga-a-iwi;Toputanga-a-iwi;;;;;;;;;;; +AOT_reactionary;Kauhanganui;Kauhanganui;Kauhanganui;;;;;;;;;;; +AOT_anarcho_liberal;Mana Maori Motuhake;Mana Maori Motuhake;Mana Maori Motuhake;;;;;;;;;;; +AOT_fascist;Kawanatanga Whakahawini;Kawanatanga Whakahawini;Kawanatanga Whakahawini;;;;;;;;;;; +ARA;Arabia;;;;;;;;;;;;; +ARA_ADJ;Arabian;;;;;;;;;;;;; +ARA_reactionary;Al Sa'ud;;;;;;;;;;;;; +ARA_reactionary2;Al Rashid;;;;;;;;;;;;; +ARA_conservative;Al Muhafidh;;;;;;;;;;;;; +ARA_liberal;Al Mutaharir;;;;;;;;;;;;; +ARA_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +ARA_socialist;Al Ishtiraki;;;;;;;;;;;;; +ARA_communist;Al Shiu'i;;;;;;;;;;;;; +ARA_fascist;Al Fashi;;;;;;;;;;;;; +ARU;Arab Union;;;;;;;;;;;;; +ARU_ADJ;Arabic;;;;;;;;;;;;; +ARU_proletarian_dictatorship;Arab People's Republic;;;;;;;;;;;;; +ARU_fascist_dictatorship;Arab Republic;;;;;;;;;;;;; +ARU_presidential_dictatorship;Arab Republic;;;;;;;;;;;;; +ARU_bourgeois_dictatorship;Arab Republic;;;;;;;;;;;;; +ARU_democracy;United Arab States;;;;;;;;;;;;; +ASR;Asir;;;;;;;;;;;;; +ASR_ADJ;Asiri;;;;;;;;;;;;; +ASR_absolute_monarchy_ADJ;Idrisi;;;;;;;;;;;;; +ASR_prussian_constitutionalism_ADJ;Idrisi;;;;;;;;;;;;; +ASR_hms_government_ADJ;Idrisi;;;;;;;;;;;;; +ASR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;; +ASR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;; +ASR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;; +ASR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +ASR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;; +ASR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;; +ASR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;; +ASM;Assam;;;;;;;;;;;;; +ASM_ADJ;Assamese;;;;;;;;;;;;; +ASM_fascist_dictatorship;Assamese Republic;;;;;;;;;;;;; +ASM_presidential_dictatorship;Assamese Republic;;;;;;;;;;;;; +ASM_bourgeois_dictatorship;Assamese Republic;;;;;;;;;;;;; +ASM_conservative;Royal Faction;;;;;;;;;;;;; +ASM_liberal;The Liberal Faction;;;;;;;;;;;;; +ASM_reactionary;The Nationalist Faction;;;;;;;;;;;;; +ASM_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +ASM_socialist;The Socialist Faction;;;;;;;;;;;;; +ASM_communist;The Communist Faction;;;;;;;;;;;;; +ASM_fascist;The Fascist Faction;;;;;;;;;;;;; +ASY;Assyria;;;;;;;;;;;;; +ASY_ADJ;Assyrian;;;;;;;;;;;;; +ASY_fascist_dictatorship;Aramaea;;;;;;;;;;;;; +ASY_fascist_dictatorship_ADJ;Aramaic;;;;;;;;;;;;; +ATR;Asturias;Asturias;Asturias;;Asturias;;;;;;;;; +ATR_ADJ;Asturian;Asturien;Asturisch;;Asturiano;;;;;;;;; +ATR_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;; +ATR_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;; +ATR_reactionary;Comunión Carlista;Comunión Carlista;Comunión Carlista;;;;;;;;;;; +ATR_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;; +ATR_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;; +ATR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +ATR_fascist;Falange;Falange;Falange;;;;;;;;;;; +BAH;Bahia;;;;;;;;;;;;; +BAH_ADJ;Bahian;;;;;;;;;;;;; +BAH_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +BAH_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +BAH_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;; +BAH_conservative_2;Partido Paulista;Partido Paulista;Partido Paulista;;;;;;;;;;; +BAH_liberal_2;Partido Carioca;Partido Carioca;Partido Carioca;;;;;;;;;;; +BAH_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +BAH_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +BAH_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +BAH_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +BAN;Banat;;;;;;;;;;;;; +BAN_democracy;Banat Republic;;;;;;;;;;;;; +BAN_ADJ;Banati;;;;;;;;;;;;; +BAN_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +BAN_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +BAN_reactionary;The Royalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +BAN_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +BAN_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +BAN_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +BAN_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +BAR;Barbados;;;;;;;;;;;;; +BAR_ADJ;Barbadian;;;;;;;;;;;;; +BHM;Bahamas;;;;;;;;;;;;; +BHM_ADJ;Bahamian;;;;;;;;;;;;; +BHR;Bahrain;;;;;;;;;;;;; +BHR_ADJ;Bahraini;;;;;;;;;;;;; +BHR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;; +BHR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;; +BHR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;; +BHR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +BHR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;; +BHR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;; +BHR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;; +BIH;Bihar;;;;;;;;;;;;; +BIH_ADJ;Bihari;;;;;;;;;;;;; +BIH_proletarian_dictatorship;Bihari People's Republic;;;;;;;;;;;;; +BIH_conservative;Lok Janshakti Party;;;;;;;;;;;;; +BIH_liberal;Samata Party;;;;;;;;;;;;; +BIH_reactionary;Bihar Vikas;;;;;;;;;;;;; +BIH_anarcho_liberal;Bihari Radical Party;;;;;;;;;;;;; +BIH_socialist;Janata Dal;;;;;;;;;;;;; +BIH_communist;Bihari Communist Party;;;;;;;;;;;;; +BIH_fascist;Bihari Fascist Party;;;;;;;;;;;;; +TMR;Timor;;;;;;;;;;;;; +TMR_ADJ;Timorese;;;;;;;;;;;;; +TMR_absolute_monarchy;Wehali;;;;;;;;;;;;; +BKV;Bukovina;;;;;;;;;;;;; +BKV_ADJ;Bukovinian;;;;;;;;;;;;; +BLC;Baluchistan;;;;;;;;;;;;; +BLC_ADJ;Baluchi;;;;;;;;;;;;; +BLZ;Belize;;;;;;;;;;;;; +BLZ_ADJ;Belizean;;;;;;;;;;;;; +BNG;Bangladesh;;;;;;;;;;;;; +BNG_ADJ;Bangladeshi;;;;;;;;;;;;; +BNG_absolute_monarchy;Bengal;;;;;;;;;;;;; +BNG_absolute_monarchy_ADJ;Bengali;;;;;;;;;;;;; +BNG_prussian_constitutionalism;Bengal;;;;;;;;;;;;; +BNG_prussian_constitutionalism_ADJ;Bengali;;;;;;;;;;;;; +BNG_hms_government;Bengal;;;;;;;;;;;;; +BNG_hms_government_ADJ;Bengali;;;;;;;;;;;;; +BNG_proletarian_dictatorship;Bengali People's Republic;;;;;;;;;;;;; +BNG_conservative;Awami League;;;;;;;;;;;;; +BNG_liberal;Liberal Democratic Party;;;;;;;;;;;;; +BNG_reactionary;Jamaat-e-Islami;;;;;;;;;;;;; +BNG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +BNG_socialist;Jatiyo Samajtantrik Dal;;;;;;;;;;;;; +BNG_communist;Bengali Communist Party;;;;;;;;;;;;; +BNG_fascist;Jatiya Party;;;;;;;;;;;;; +BRT;Brittany;;;;;;;;;;;;; +BRT_ADJ;Breton;;;;;;;;;;;;; +BRT_fascist;PNB;;;;;;;;;;;;; +BRT_reactionary;Strollad Broadelour;;;;;;;;;;;;; +BRT_communist;Strollad Komunist;;;;;;;;;;;;; +BRT_socialist;Unvaniezh Demokratel;;;;;;;;;;;;; +BRT_liberal;Strollad Liberal;;;;;;;;;;;;; +BRT_anarcho_liberal;Strollad Radical;;;;;;;;;;;;; +BRT_conservative;Strollad Mirour;;;;;;;;;;;;; +BRU_ADJ;Bruneian;;;;;;;;;;;;; +BSQ;Basque Country;;;;;;;;;;;;; +BSQ_ADJ;Basque;;;;;;;;;;;;; +BSQ_socialist;Abertzale Ekintza;;;;;;;;;;;;; +BSQ_conservative;Alderdi Jeltzalea;;;;;;;;;;;;; +BSQ_liberal;Alderdi Abertzale Errepublikanoa;;;;;;;;;;;;; +BSQ_reactionary;Alderdi Monarkiko;;;;;;;;;;;;; +BSQ_communist;Mugimendu Komunista;;;;;;;;;;;;; +BSQ_fascist;Euskadi Ta Askatasuna;;;;;;;;;;;;; +BSQ_anarcho_liberal;Alderdi Anarkiazale;;;;;;;;;;;;; +BSQ_fascist_dictatorship;Euskadi;;;;;;;;;;;;; +CAR;Central African Republic;;;;;;;;;;;;; +CAR_ADJ;Central African;;;;;;;;;;;;; +CAR_fascist_dictatorship;Central African Empire;;;;;;;;;;;;; +CAR_absolute_monarchy;Central African Empire;;;;;;;;;;;;; +CAR_prussian_constitutionalism;Ubangi-Shari;;;;;;;;;;;;; +CAR_prussian_constitutionalism_ADJ;Ubangi;;;;;;;;;;;;; +CAR_hms_government;Ubangi-Shari;;;;;;;;;;;;; +CAR_hms_government_ADJ;Ubangi;;;;;;;;;;;;; +CAR_liberal;Republican Progressive Party;;;;;;;;;;;;; +CAR_conservative;Democratic Union;;;;;;;;;;;;; +CAR_socialist;MLPC;;;;;;;;;;;;; +CAR_reactionary;MESAN;;;;;;;;;;;;; +CAR_anarcho_liberal;MEDAC;;;;;;;;;;;;; +CAR_communist;MDI;;;;;;;;;;;;; +CAR_fascist;Patriotic Front;;;;;;;;;;;;; +CGO;Congo;;;;;;;;;;;;; +CGO_ADJ;Congolese;;;;;;;;;;;;; +CGO_proletarian_dictatorship;People's Republic of the Congo;;;;;;;;;;;;; +CGO_liberal;MCDDI;;;;;;;;;;;;; +CGO_anarcho_liberal;Union for Democratic Renewal;;;;;;;;;;;;; +CGO_conservative;UDDIA;;;;;;;;;;;;; +CGO_reactionary;Party of Unity, Work and Progress;;;;;;;;;;;;; +CGO_socialist;Congolese Progressive Party;;;;;;;;;;;;; +CGO_communist;Congolese Party of Labor;;;;;;;;;;;;; +CGO_fascist;Friendly Union for Complete Change;;;;;;;;;;;;; +CHD;Chad;;;;;;;;;;;;; +CHD_ADJ;Chadian;;;;;;;;;;;;; +CHD_liberal;Republican Union;;;;;;;;;;;;; +CHD_conservative;Democratic Union;;;;;;;;;;;;; +CHD_socialist;Independent Socialist Party;;;;;;;;;;;;; +CHD_reactionary;Patriotic Salvation Movement;;;;;;;;;;;;; +CHD_anarcho_liberal;Federation, Action for the Republic;;;;;;;;;;;;; +CHD_communist;Progressive Party;;;;;;;;;;;;; +CHD_fascist;National Union for Reform;;;;;;;;;;;;; +CHI_presidential_dictatorship;Beiyang China;;;;;;;;;;;;; +CHI_proletarian_dictatorship;People's Republic of China;;;;;;;;;;;;; +CHI_democracy;Republic of China;;;;;;;;;;;;; +CHI_absolute_monarchy;China;;;;;;;;;;;;; +CHI;China;;;;;;;;;;;;; +CHO;Chugoku;;;;;;;;;;;;; +CHO_ADJ;Chugokuan;;;;;;;;;;;;; +CHO_absolute_monarchy;Choshu;;;;;;;;;;;;; +CHO_prussian_constitutionalism;Choshu;;;;;;;;;;;;; +CHO_hms_government;Choshu;;;;;;;;;;;;; +CHO_absolute_monarchy_ADJ;Mori;;;;;;;;;;;;; +CHO_prussian_constitutionalism_ADJ;Mori;;;;;;;;;;;;; +CHO_hms_government_ADJ;Mori;;;;;;;;;;;;; +POR_conservative;Cartismo;;;;;;;;;;;;; +CHP;Chiapas;;;;;;;;;;;;; +CHP_ADJ;Chiapan;;;;;;;;;;;;; +CHP_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +CHP_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;; +CHP_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;; +CHP_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;; +CHP_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;; +CHP_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;; +CHP_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;; +CIR;Circassia;;;;;;;;;;;;; +CIR_ADJ;Circassian;;;;;;;;;;;;; +CIR_liberal;Partiye Libyeral;;;;;;;;;;;;; +CIR_conservative;Partiye Wuhumenig;;;;;;;;;;;;; +CIR_socialist;Partiye Sotsialist;;;;;;;;;;;;; +CIR_reactionary;Partiye Natsiya;;;;;;;;;;;;; +CIR_anarcho_liberal;Partiye Fit Bedzer;;;;;;;;;;;;; +CIR_communist;Partiye Zefediz;;;;;;;;;;;;; +CIR_fascist;Partiye Lepqh;;;;;;;;;;;;; +CLC;Cilicia;;;;;;;;;;;;; +CLC_ADJ;Cilician;;;;;;;;;;;;; +CLM_fascist_dictatorship;Gran Colombia;;;;;;;;;;;;; +CLM_absolute_monarchy;New Granada;;;;;;;;;;;;; +CLM_prussian_constitutionalism;New Granada;;;;;;;;;;;;; +CLM_hms_government;New Granada;;;;;;;;;;;;; +CMR;Cameroon;;;;;;;;;;;;; +CMR_ADJ;Cameroonian;;;;;;;;;;;;; +CMR_liberal;Progressive Movement;;;;;;;;;;;;; +CMR_conservative;Cameroon Democratic Union;;;;;;;;;;;;; +CMR_socialist;Social Democratic Front;;;;;;;;;;;;; +CMR_reactionary;Cameroonian National Union;;;;;;;;;;;;; +CMR_anarcho_liberal;National Union for Democracy and Progress;;;;;;;;;;;;; +CMR_communist;Union of the Peoples of Cameroon;;;;;;;;;;;;; +CMR_fascist;Grouping of Patriotic Forces;;;;;;;;;;;;; +CPL;Congress Poland;Royaume du Congres;Kongresspolen;;Zarato de Polonia;;;;;;;;; +CPL_ADJ;Polish;Polonais;Polnisch;;Polaca;;;;;;;;; +CRS;Corsica;;;;;;;;;;;;; +CRS_ADJ;Corsican;;;;;;;;;;;;; +CRS_conservative;Fazzione Cunservatore;;;;;;;;;;;;; +CRS_liberal;Fazzione Liberale;;;;;;;;;;;;; +CRS_reactionary;Fazzione Bonapartistu;;;;;;;;;;;;; +CRS_socialist;Fazzione Sucialistu;;;;;;;;;;;;; +CRS_communist;Fazzione Cumunistu;;;;;;;;;;;;; +CRS_anarcho_liberal;Fazzione Anarchistu;;;;;;;;;;;;; +CRS_fascist;Fazzione Fascistu;;;;;;;;;;;;; +CSA_democracy;Confederate States of America;;;;;;;;;;;;; +CSA_presidential_dictatorship;The Confederate States of America;;;;;;;;;;;;; +CSA_bourgeois_dictatorship;The Confederate States of America;;;;;;;;;;;;; +CSA_absolute_monarchy;The Imperial Confederacy;;;;;;;;;;;;; +CSA_prussian_constitutionalism;The Imperial Confederacy;;;;;;;;;;;;; +CSA;The Confederate States of America;;;;;;;;;;;;; +CSA_fascist_dictatorship;The Confederacy;;;;;;;;;;;;; +CSA_proletarian_dictatorship;The People's Confederacy;;;;;;;;;;;;; +CYR;Cyrenaica;;;;;;;;;;;;; +CYR_absolute_monarchy;Senussi;;;;;;;;;;;;; +CYR_absolute_monarchy_ADJ;Senussi;;;;;;;;;;;;; +CYR_ADJ;Cyrenaican;;;;;;;;;;;;; +CYR_conservative;Jamyat al-Ahd;;;;;;;;;;;;; +CYR_liberal;Jam'iyyat al-Jami'a al-'Arabiyya;;;;;;;;;;;;; +CYR_reactionary;Al-Senussi;;;;;;;;;;;;; +CYR_anarcho_liberal;Al-Anarkiliberali;;;;;;;;;;;;; +CYR_socialist;Hizb al-Ba'ath;;;;;;;;;;;;; +CYR_communist;Al-Shiu'i;;;;;;;;;;;;; +CYR_fascist;Al-Fashi;;;;;;;;;;;;; +CHY;Chechnya;;;;;;;;;;;;; +CHY_ADJ;Chechen;;;;;;;;;;;;; +CHY_reactionary;Qadiri;;;;;;;;;;;;; +CHY_liberal;Reformist Faction;;;;;;;;;;;;; +CHY_conservative;Tukkhum;;;;;;;;;;;;; +CHY_anarcho_liberal;Radical Party;;;;;;;;;;;;; +CHY_socialist;Socialist Party;;;;;;;;;;;;; +CHY_communist;Communist Part;;;;;;;;;;;;; +CHY_fascist;Fascist Party;;;;;;;;;;;;; +DAG;Dagestan;;;;;;;;;;;;; +DAG_ADJ;Dagestani;;;;;;;;;;;;; +DAG_theocracy;Caucasian Imamate;;;;;;;;;;;;; +DAG_presidential_dictatorship;Dagestan;;;;;;;;;;;;; +DAG_proletarian_dictatorship;Dagestan;;;;;;;;;;;;; +DAG_bourgeois_dictatorship;Dagestan;;;;;;;;;;;;; +DAG_democracy;Dagestan;;;;;;;;;;;;; +DAG_fascist_dictatorship;Dagestan;;;;;;;;;;;;; +DAG_liberal;Liberal Factuib;;;;;;;;;;;;; +DAG_socialist;Socialist Party;;;;;;;;;;;;; +DAG_reactionary;Nationalist Party;;;;;;;;;;;;; +DAG_anarcho_liberal;Radical Party;;;;;;;;;;;;; +DAG_communist;Communist Party;;;;;;;;;;;;; +DAG_fascist;Fascist Party;;;;;;;;;;;;; +DAG_conservative;Conservative Party;;;;;;;;;;;;; +DAK;Dakota Republic;;;;;;;;;;;;; +DAK_ADJ;Dakotan;;;;;;;;;;;;; +DAK_absolute_monarchy;Dakota Commonwealth;;;;;;;;;;;;; +DAK_prussian_constitutionalism;Dakota Commonwealth;;;;;;;;;;;;; +DAK_hms_government;Dakota Commonwealth;;;;;;;;;;;;; +DAK_reactionary;White Eagle Faction;;;;;;;;;;;;; +DAK_conservative;Traditionalists;;;;;;;;;;;;; +DAK_liberal;Republican Faction;;;;;;;;;;;;; +DAK_anarcho_liberal;Libertarian Faction;;;;;;;;;;;;; +DAK_socialist;Socialist Faction;;;;;;;;;;;;; +DAK_communist;Communist Faction;;;;;;;;;;;;; +DAK_fascist;Eastward Restorationists;;;;;;;;;;;;; +DJA;Jambi;;;;;;;;;;;;; +DJA_ADJ;Jambi;;;;;;;;;;;;; +DLM;Dalmatia;;;;;;;;;;;;; +DLM_ADJ;Dalmatian;;;;;;;;;;;;; +DNB;Danubian Federation;;;;;;;;;;;;; +DNB_ADJ;Danubian;;;;;;;;;;;;; +DNB_proletarian_dictatorship;Danubian Republic;;;;;;;;;;;;; +DNB_fascist_dictatorship;Danubian Republic;;;;;;;;;;;;; +DNB_presidential_dictatorship;Danubian Republic;;;;;;;;;;;;; +DNB_bourgeois_dictatorship;Danubian Republic;;;;;;;;;;;;; +DOI;Dominica;;;;;;;;;;;;; +DOI_ADJ;Dominican;;;;;;;;;;;;; +DON;Cossack Republic;;;;;;;;;;;;; +DON_absolute_monarchy;Cossack Hetmanate;;;;;;;;;;;;; +DON_hms_government;Cossack Union;;;;;;;;;;;;; +DON_prussian_constitutionalism;Cossack Hetmanate;;;;;;;;;;;;; +DON_fascist_dictatorship;Cossackia;;;;;;;;;;;;; +DON_ADJ;Cossack;;;;;;;;;;;;; +DON_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +DON_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +DON_reactionary;The Hetmanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +DON_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +DON_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +DON_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +DON_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +DRA;Dravidistan;;;;;;;;;;;;; +DRA_absolute_monarchy;Dravidian Empire;;;;;;;;;;;;; +DRA_fascist_dictatorship;Dravid Nadu;;;;;;;;;;;;; +DRA_ADJ;Dravidian;;;;;;;;;;;;; +DUR;Pashtunistan;;;;;;;;;;;;; +DUR_ADJ;Pashtun;;;;;;;;;;;;; +DUR_absolute_monarchy;Durrani Empire;;;;;;;;;;;;; +DUR_prussian_constitutionalism;Durrani Empire;;;;;;;;;;;;; +DUR_hms_government;Durrani Empire;;;;;;;;;;;;; +DUR_absolute_monarchy_ADJ;Durrani;;;;;;;;;;;;; +DUR_prussian_constitutionalism_ADJ;Durrani;;;;;;;;;;;;; +DUR_hms_government_ADJ;Durrani;;;;;;;;;;;;; +DUR_fascist_dictatorship;Durrani Republic;;;;;;;;;;;;; +DUR_fascist_dictatorship_ADJ;Durrani;;;;;;;;;;;;; +ENL;England;;;;;;;;;;;;; +ENL_ADJ;English;;;;;;;;;;;;; +ENT;Entre Rios;;;;;;;;;;;;; +ENT_ADJ;Entrerriano;;;;;;;;;;;;; +ENT_conservative;Federalistas;;;;;;;;;;;;; +ENT_conservative_2;Partido Federalista;;;;;;;;;;;;; +ENT_liberal;Partido Liberal;;;;;;;;;;;;; +ENT_liberal_2;Partido Democracia;;;;;;;;;;;;; +ENT_socialist;Partido Azul;;;;;;;;;;;;; +ENT_conservative_3;Unión Cívica de Entre Rios;;;;;;;;;;;;; +ENT_communist;Partido Communista;;;;;;;;;;;;; +ENT_liberal_3;Liberales;;;;;;;;;;;;; +ENT_reactionary;Partido Nacionalista;;;;;;;;;;;;; +ENT_anarcho_liberal;Partido Radical;;;;;;;;;;;;; +ENT_socialist_2;Partido Socialista;;;;;;;;;;;;; +ENT_fascist;Partido Fascista;;;;;;;;;;;;; +ERT;Eritrea;;;;;;;;;;;;; +ERT_ADJ;Eritrean;;;;;;;;;;;;; +ERT_conservative;Royal Faction;;;;;;;;;;;;; +ERT_liberal;The Liberal Faction;;;;;;;;;;;;; +ERT_reactionary;The Nationalist Faction;;;;;;;;;;;;; +ERT_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +ERT_socialist;The Socialist Faction;;;;;;;;;;;;; +ERT_communist;The Communist Faction;;;;;;;;;;;;; +ERT_fascist;The Fascist Faction;;;;;;;;;;;;; +FIJ;Fiji;Fiji;Fiji;;;;;;;;;;; +FIJ_ADJ;Fijian;Fijian;Fijian;;;;;;;;;;; +FIU;Fiume;Fiume;Fiume;;;;;;;;;;; +FIU_ADJ;Fiumani;Fiumani;Fiumani;;;;;;;;;;; +FIU_fascist_dictatorship;Carnaro;;;;;;;;;;;;; +FIU_bourgeois_dictatorship;Carnaro;;;;;;;;;;;;; +FIU_presidential_dictatorship;Carnaro;;;;;;;;;;;;; +FIU_democracy;Free State of Fiume;tat libre de Fiume;Freistaat Fiume;;;;;;;;;;; +FIU_liberal;Partito Liberale;Partito Liberale;Partito Liberale;;;;;;;;;;; +FIU_conservative;Partito Autonomo;Partito Autonomo;Partito Autonomo;;;;;;;;;;; +FIU_reactionary;Nazionalisti;Nazionalisti;Nazionalisti;;;;;;;;;;; +FIU_socialist;Partito Socialista di Fiume;Partito Socialista di Fiume;Partito Socialista di Fiume;;;;;;;;;;; +FIU_communist;Partito Comunista di Fiume;Partito Comunista di Fiume;Partito Comunista di Fiume;;;;;;;;;;; +FIU_anarcho_liberal;Radicali;Radical;Radikal;;;;;;;;;;; +FIU_fascist;Fascisti;Fasciste;Faschistisch;;;;;;;;;;; +FJN;Fujian;;;;;;;;;;;;; +FJN_ADJ;Fujian;;;;;;;;;;;;; +FJN_presidential_dictatorship;Fujian Clique;;;;;;;;;;;;; +FJN_fascist_dictatorship;Min Republic;;;;;;;;;;;;; +FJN_fascist_dictatorship_ADJ;Min;;;;;;;;;;;;; +FJN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +FJN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +FJN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +FJN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +FJN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +FJN_fascist;Min Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +FJN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +FRA_liberal;Républicain;Républicain;Républicain;;Républicain;;;;;;;;; +FRA_liberal_2;Union libérale;;;;;;;;;;;;; +FRA_liberal_3;Républicain libérale;;;;;;;;;;;;; +FRA_conservative;Orléaniste;Orléaniste;Orléaniste;;Orléaniste;;;;;;;;; +FRA_conservative_2;Bonapartiste;Bonapartiste;Bonapartiste;;Bonapartiste;;;;;;;;; +FRA_conservative_3;Républicain modéré;Républicain modéré;Républicain modéré;;Républicain modéré;;;;;;;;; +FRA_conservative_4;Orléaniste;Orléaniste;Orléaniste;;Orléaniste;;;;;;;;; +FRA_conservative_5;Royaliste;Royaliste;Royaliste;;Royaliste;;;;;;;;; +FSA;The Free States of America;;;;;;;;;;;;; +FSA_ADJ;American;;;;;;;;;;;;; +FSA_absolute_monarchy;The Free American Empire;;;;;;;;;;;;; +FSA_prussian_constitutionalism;The Free American Empire;;;;;;;;;;;;; +FSA_proletarian_dictatorship;The Free American Republic;;;;;;;;;;;;; +FSM;Micronesia;Micronesia;Micronesia;;;;;;;;;;; +FSM_ADJ;Micronesian;Micronesian;Micronesian;;;;;;;;;;; +FSM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +FSM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +FSM_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +FSM_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;; +FSM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;; +FSM_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +FSM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +galicio_asturian;Galicio-Asturian;Galicio-Asturien;Galicisch-Asturisch;;;;;;;;;;; +GAB;Gabon;;;;;;;;;;;;; +GAB_ADJ;Gabonese;;;;;;;;;;;;; +GAB_liberal;Circle of Liberal Reformers;;;;;;;;;;;;; +GAB_conservative;Democratic and Social Union;;;;;;;;;;;;; +GAB_socialist;Young Gabonese;;;;;;;;;;;;; +GAB_reactionary;Gabonese Democratic Bloc;;;;;;;;;;;;; +GAB_anarcho_liberal;Defense of Gabonese Interests;;;;;;;;;;;;; +GAB_communist;Union, Work, Progress;;;;;;;;;;;;; +GAB_fascist;People's Unity Party;;;;;;;;;;;;; +GCO;Gran Colombia;;;;;;;;;;;;; +GCO_ADJ;Colombian;;;;;;;;;;;;; +GCO_absolute_monarchy;New Granada;;;;;;;;;;;;; +GCO_prussian_constitutionalism;New Granada;;;;;;;;;;;;; +GCO_hms_government;New Granada;;;;;;;;;;;;; +GCO_absolute_monarchy_ADJ;New Granadan;;;;;;;;;;;;; +GCO_prussian_constitutionalism_ADJ;New Granadan;;;;;;;;;;;;; +GCO_hms_government_ADJ;New Granadan;;;;;;;;;;;;; +GLC;Galicia;;;;;;;;;;;;; +GLC_ADJ;Galician;;;;;;;;;;;;; +GLC_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;; +GLC_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;; +GLC_reactionary;Partido Nationalist;Comunión Carlista;Comunión Carlista;;;;;;;;;;; +GLC_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;; +GLC_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;; +GLC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +GLC_fascist;Partido Fascist;Falange;Falange;;;;;;;;;;; +GLM;Galicia-Lodomeria;Galicie-Lodomerie;Galizien-Lodomerien;;Galitzia-Lodomeria;;;;;;;;; +GLM_ADJ;Galician;Galicien;Galiziener;;Galiciano;;;;;;;;; +GMB;Gambia;;;;;;;;;;;;; +GMB_ADJ;Gambian;;;;;;;;;;;;; +GMB_liberal;United Party;;;;;;;;;;;;; +GMB_anarcho_liberal;National Convention Party;;;;;;;;;;;;; +GMB_conservative;Democratic Party;;;;;;;;;;;;; +GMB_reactionary;Muslim Congress Party;;;;;;;;;;;;; +GMB_socialist;People's Progressive Party;;;;;;;;;;;;; +GMB_communist;Gambian People's Party;;;;;;;;;;;;; +GMB_fascist;Gambia Congress Party;;;;;;;;;;;;; +GMJ;Guominjun;;;;;;;;;;;;; +GMJ_ADJ;Guominjun;;;;;;;;;;;;; +GMJ_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +GMJ_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +GMJ_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +GMJ_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +GMJ_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +GMJ_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +GMJ_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +GNE;Guinea;;;;;;;;;;;;; +GNE_ADJ;Guinean;;;;;;;;;;;;; +GNE_liberal;Union for Progress and Renewal;;;;;;;;;;;;; +GNE_anarcho_liberal;Union for the Progress;;;;;;;;;;;;; +GNE_conservative;African Bloc of Guinea;;;;;;;;;;;;; +GNE_reactionary;Democratic Party of Guinea;;;;;;;;;;;;; +GNE_socialist;Socialist Democracy of Guinea;;;;;;;;;;;;; +GNE_communist;Guinean People's Assembly;;;;;;;;;;;;; +GNE_fascist;National Union for the Prosperity;;;;;;;;;;;;; +GNG;Guangdong;;;;;;;;;;;;; +GNG_ADJ;Guangdong;;;;;;;;;;;;; +GNG_presidential_dictatorship;Guangdong Clique;;;;;;;;;;;;; +GNG_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +GNG_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +GNG_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +GNG_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +GNG_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +GNG_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +GNG_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +GRA;Grenada;;;;;;;;;;;;; +GRA_ADJ;Grenadian;;;;;;;;;;;;; +GRN;Greenland;;;;;;;;;;;;; +GRN_ADJ;Greenlandic;;;;;;;;;;;;; +GUY;Guyana;;;;;;;;;;;;; +GUY_ADJ;Guyanese;;;;;;;;;;;;; +GUY_conservative;Dutch Faction;;;;;;;;;;;;; +GUY_liberal;French Faction;;;;;;;;;;;;; +GUY_socialist;Ruimveldt Party;;;;;;;;;;;;; +GUY_communist;British Guiana Labour Union;;;;;;;;;;;;; +GUY_reactionary;British Faction;;;;;;;;;;;;; +GUY_anarcho_liberal;American Faction;;;;;;;;;;;;; +GUY_fascist;Unity Party;;;;;;;;;;;;; +GXI_presidential_dictatorship;Guangxi Clique;Clique de Guangxi;Guangxi-Clique;;;;;;;;;;; +HAL;Ha'il;;;;;;;;;;;;; +HAL_ADJ;Haili;;;;;;;;;;;;; +HAL_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;; +HAL_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;; +HAL_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;; +HAL_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +HAL_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;; +HAL_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;; +HAL_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;; +HDU;Hindustan;;;;;;;;;;;;; +HDU_ADJ;Hindustani;;;;;;;;;;;;; +HNN;Hunan;;;;;;;;;;;;; +HNN_ADJ;Hunan;;;;;;;;;;;;; +HNN_presidential_dictatorship;Hunan Clique;;;;;;;;;;;;; +HNN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +HNN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +HNN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +HNN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +HNN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +HNN_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +HNN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +HOL_anarcho_liberal;Radicale Partij;;;;;;;;;;;;; +HUI;Anhui;;;;;;;;;;;;; +HUI_ADJ;Anhui;;;;;;;;;;;;; +HUI_presidential_dictatorship;Anhui Clique;;;;;;;;;;;;; +HUI_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +HUI_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +HUI_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +HUI_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +HUI_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +HUI_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +HUI_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +IBR;Iberia;;;;;;;;;;;;; +IBR_ADJ;Iberian;;;;;;;;;;;;; +INO;Indonesia;Indonésie;Indonesien;;Indonesia;;;;;;;;; +INO_ADJ;Indonesian;Indonésienne;Indonesisch;;Indonesio;;;;;;;;; +INO_conservative;Partai Golongan Karya;;;;;;;;;;;;; +INO_liberal;Partai Majelis Syuro Muslimin Indonesia;;;;;;;;;;;;; +INO_liberal_2;Partai Demokrat;;;;;;;;;;;;; +INO_reactionary;Nahdlatul Ulama;;;;;;;;;;;;; +INO_anarcho_liberal;Partai Nasdem;;;;;;;;;;;;; +INO_socialist;Partai Sosialis Indonesia;;;;;;;;;;;;; +INO_socialist_2;Partai Nasional Indonesia;;;;;;;;;;;;; +INO_communist;Partai Komunis Indonesia;;;;;;;;;;;;; +INO_fascist;Partai Gerakan Indonesia Raya;;;;;;;;;;;;; +IOM;Isle of Man;Île de Man;Isle of Man;;Isle of Man;;;;;;;;; +IOM_ADJ;Manx;Mannois;Mannisch;Manés;;;;;;;;;; +IOM_liberal;Liberal Party;Liberal Party;Liberal Party;;Liberal Party;;;;;;;;; +IOM_conservative;People's Political Association;People's Political Association;People's Political Association;;People's Political Association;;;;;;;;; +IOM_reactionary;National Party;National Party;National Party;;National Party;;;;;;;;; +IOM_socialist;Labour Party;Labour Party;Labour Party;;Labour Party;;;;;;;;; +IOM_anarcho_liberal;Positive Action Group;Positive Action Group;Positive Action Group;;Positive Action Group;;;;;;;;; +IOM_communist;Communist Party;Communist Party;Communist Party;;Communist Party;;;;;;;;; +IOM_fascist;Mec Vannin;Mec Vannin;Mec Vannin;;Mec Vannin;;;;;;;;; +ITA_democracy;Italy;;;;;;;;;;;;; +ITA_bourgeois_dictatorship_ADJ;Italian;;;;;;;;;;;;; +ITA_proletarian_dictatorship;The People's Republic of Italy;;;;;;;;;;;;; +ITA_proletarian_dictatorship_ADJ;Italian;;;;;;;;;;;;; +IVC;Ivory Coast;;;;;;;;;;;;; +IVC_ADJ;Ivorian;;;;;;;;;;;;; +IVC_liberal;Rally of the Republicans;;;;;;;;;;;;; +IVC_anarcho_liberal;URDIESCI;;;;;;;;;;;;; +IVC_conservative;Entente of Independents;;;;;;;;;;;;; +IVC_reactionary;Democratic Party;;;;;;;;;;;;; +IVC_socialist;African Socialist Movement;;;;;;;;;;;;; +IVC_communist;Ivorian Popular Front;;;;;;;;;;;;; +IVC_fascist;Movement of the Forces of the Future;;;;;;;;;;;;; +IZH;Ingria;;;;;;;;;;;;; +IZH_ADJ;Ingrian;;;;;;;;;;;;; +JAM;Jamaica;Jamaïque;Jamaica;;Jamaica;;;;;;;;; +JAM_ADJ;Jamaican;Jamaïcain;Jamaican;;Jamaican;;;;;;;;; +JAM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +JAM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +JAM_reactionary;Alliance for National Unity;Alliance for National Unity;Alliance for National Unity;;;;;;;;;;; +JAM_socialist;People's Political Party;People's Political Party;People's Political Party;;;;;;;;;;; +JAM_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;; +JAM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;; +JAM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +JAP_absolute_monarchy;Imperial Japan;;;;;;;;;;;;; +JAP_reactionary;Handoutou;Faction Shogunate;Shogunate Faction;;;;;;;;;;; +JAP_conservative;Rikken Teiseitou;Faction de la cour;Court Faction;;;;;;;;;;; +JAP_conservative_2;Rikken Kaishintou;Faction impérialiste;Imperialist Faction;;;;;;;;;;; +JAP_reactionary_2;Handoutou;Faction nationaliste;Nationalistische Fraktion;;;;;;;;;;; +JAP_conservative_3;Tachiagare Nippon;Faction conservatrice;Conservative Faction;;;;;;;;;;; +JAP_liberal;Aikokusha;Faction libérale;Liberal Faction;;;;;;;;;;; +JAP_socialist;Shakaitou;Faction marxiste;Marxist Faction;;;;;;;;;;; +JAP_anarcho_liberal;Ishin Seito Shimpu;;;;;;;;;;;;; +JAP_communist;Kyousantou;Faction communiste;Kommunistische Fraktion;;;;;;;;;;; +JAP_fascist;Kokuhonsha;Faction fasciste;Faschistische Faction;;;;;;;;;;; +JNG;Jersey & Guernsey;Jersey & Guernsey;Jersey und Guernsey;;Jersey & Guernsey;;;;;;;;; +JNG_ADJ;Channel Islander;Jèrriais;Jerseyisch;;Jerseyés;;;;;;;;; +JNG_liberal;Liberal faction;Liberal Faction;Liberal Faction;;Liberal Faction;;;;;;;;; +JNG_conservative;Conservative Faction;Conservative Faction;;Conservative Faction;;;;;;;;;; +JNG_reactionary;Monarchist Faction;Monarchist Faction;Monarchist Faction;;Monarchist Faction;;;;;;;;; +JNG_socialist;Labour Faction;Labour Faction;Labour Faction;;Labour Faction;;;;;;;;; +JNG_anarcho_liberal;Anarchist Faction;Anarchist Faction;Anarchist Faction;;Anarchist Faction;;;;;;;;; +JNG_communist;Communist Faction;Communist Faction;Communist Faction;;Communist Faction;;;;;;;;; +JNG_fascist;Norman Faction;Norman Faction;Norman Faction;;Norman Faction;;;;;;;;; +JOR;Jordan;;;;;;;;;;;;; +JOR_ADJ;Jordanian;;;;;;;;;;;;; +JOR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;; +JOR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;; +JOR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;; +JOR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +JOR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;; +JOR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;; +JOR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;; +KAG;Ishikawa;;;;;;;;;;;;; +KAG_ADJ;Ishikawan;;;;;;;;;;;;; +KAG_absolute_monarchy;Kaga;;;;;;;;;;;;; +KAG_prussian_constitutionalism;Kaga;;;;;;;;;;;;; +KAG_hms_government;Kaga;;;;;;;;;;;;; +KAG_absolute_monarchy_ADJ;Maeda;;;;;;;;;;;;; +KAG_prussian_constitutionalism_ADJ;Maeda;;;;;;;;;;;;; +KAG_hms_government_ADJ;Maeda;;;;;;;;;;;;; +KAM;Kamchatka;;;;;;;;;;;;; +KAM_ADJ;Kamchatkan;;;;;;;;;;;;; +KAM_presidential_dictatorship;Far Eastern Republic;;;;;;;;;;;;; +KAM_bourgeois_dictatorship;Far Eastern Republic;;;;;;;;;;;;; +KAM_proletarian_dictatorship;Far Eastern Republic;;;;;;;;;;;;; +KAM_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +KAM_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KAM_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KAM_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KAM_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KAM_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KAM_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KHI_absolute_monarchy;Khiva;;;;;;;;;;;;; +BUK_absolute_monarchy;Bukhara;;;;;;;;;;;;; +KOK_absolute_monarchy;Kokand;;;;;;;;;;;;; +KAZ_absolute_monarchy;Kazakh Khanate;;;;;;;;;;;;; +KAZ;Kazakhstan;;;;;;;;;;;;; +KAZ_ADJ;Kazakh;;;;;;;;;;;;; +KAZ_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +KAZ_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KAZ_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KAZ_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KAZ_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KAZ_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KAZ_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KCH;Kachin;;;;;;;;;;;;; +KCH_ADJ;Kachin;;;;;;;;;;;;; +KDS;Kurdistan;;;;;;;;;;;;; +KDS_ADJ;Kurdish;;;;;;;;;;;;; +KDS_conservative;Meclis-i Mîran;;;;;;;;;;;;; +KDS_conservative_2;Partiya Kurdistanê;;;;;;;;;;;;; +KDS_liberal;Azadi;;;;;;;;;;;;; +KDS_liberal_2;Hêvî;;;;;;;;;;;;; +KDS_liberal_3;Yeketî Nistîman;;;;;;;;;;;;; +KDS_reactionary;Meclis-i Mesayih;;;;;;;;;;;;; +KDS_reactionary_2;Bizutnawai Islami;;;;;;;;;;;;; +KDS_anarcho_liberal;Terakkipeweran;;;;;;;;;;;;; +KDS_socialist;Partiya Karkerên;;;;;;;;;;;;; +KDS_socialist_2;Partiya Zahmatkesan;;;;;;;;;;;;; +KDS_fascist;Jiyanewe;;;;;;;;;;;;; +KDS_communist;Komala;;;;;;;;;;;;; +KEL;Kelantan;;;;;;;;;;;;; +KEL_ADJ;Kelantani;;;;;;;;;;;;; +KDH;Kedah;;;;;;;;;;;;; +KDH_ADJ;Kedai;;;;;;;;;;;;; +KER;Cornwall;Cornouailles;Cornwall;;Cornwall;;;;;;;;; +KER_ADJ;Cornish;Cornouaillais;Cornish;Cornés;;;;;;;;;; +KER_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +KER_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +KER_reactionary;Party Kenethlegek;Party Kenethlegek;Party Kenethlegek;;;;;;;;;;; +KER_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;; +KER_communist;Miners' and Fishers' Party;Miners' and Fishers' Party;Miners' and Fishers' Party;;;;;;;;;;; +KER_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;; +KER_fascist;Mebyon Kernow;Mebyon Kernow;Mebyon Kernow;;;;;;;;;;; +KIT;Saint Kitts;;;;;;;;;;;;; +KIT_ADJ;Kittitian;;;;;;;;;;;;; +KLM;Kalimantan;;;;;;;;;;;;; +KLM_ADJ;Kalimantan;;;;;;;;;;;;; +KMK;Kalmykia;;;;;;;;;;;;; +KMK_fascist_dictatorship;Kalmyk Khanate;;;;;;;;;;;;; +KMK_proletarian_dictatorship;Kalmyk Republic;;;;;;;;;;;;; +KMK_ADJ;Kalmyk;;;;;;;;;;;;; +KMK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +KMK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KMK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KMK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KMK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KMK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KMK_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KMT;Nationalist China;;;;;;;;;;;;; +KMT_ADJ;Chinese;;;;;;;;;;;;; +KMT_proletarian_dictatorship;Socialist Republic of China;;;;;;;;;;;;; +KMT_conservative;Imperial Faction;Faction impériale;Kaiserliche Fraktion;;;;;;;;;;; +KMT_conservative_2;Zhiqiang;Zhiqiang;Zhiqiang;;;;;;;;;;; +KMT_liberal;Reformers;Réformateurs;Reformer;;;;;;;;;;; +KMT_reactionary;Conservatives;Conservateurs;Konservative;;;;;;;;;;; +KMT_anarcho_liberal;Republicans;Républicains;Republikaner;;;;;;;;;;; +KMT_liberal_2;Kuomintang Sun;Kuomintang Sun;Kuomintang Sun;;;;;;;;;;; +KMT_liberal_3;Feng Yuxiang;Feng Yuxiang;Feng Yuxiang;;;;;;;;;;; +KMT_socialist;Socialists;Socialistes;Sozialisten;;;;;;;;;;; +KMT_communist;Communist Party of China;Parti communiste chinois;Kommunistische Partei Chinas;;;;;;;;;;; +KMT_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;; +KMT_conservative_4;Kuomintang Chiang;Kuomintang Chiang;Kuomintang Chiang;;;;;;;;;;; +KNY;Kenya;;;;;;;;;;;;; +KNY_ADJ;Kenyan;;;;;;;;;;;;; +KNY_liberal;FORD–Asili;;;;;;;;;;;;; +KNY_conservative;Democratic Party;;;;;;;;;;;;; +KNY_socialist;FORD–Kenya;;;;;;;;;;;;; +KNY_reactionary;Kenya African National Union;;;;;;;;;;;;; +KNY_anarcho_liberal;The Independent Party;;;;;;;;;;;;; +KNY_communist;Farmers Party;;;;;;;;;;;;; +KNY_fascist;Fascist Party;;;;;;;;;;;;; +KRL;Karelia;;;;;;;;;;;;; +KRL_ADJ;Karelian;;;;;;;;;;;;; +KRL_conservative;Suomalainen puolue;Suomalainen puolue;Suomalainen puolue;;Suomalainen puolue;;;;;;;;; +KRL_conservative_2;Svenska partiet;Svenska partiet;Svenska partiet;;Svenska partiet;;;;;;;;; +KRL_liberal;Nuorsuomalaiset;Nuorsuomalaiset;Nuorsuomalaiset;;Nuorsuomalaiset;;;;;;;;; +KRL_liberal_2;Edistyspuolue;Edistyspuolue;Edistyspuolue;;Edistyspuolue;;;;;;;;; +KRL_reactionary;Kokoomus;Kokoomus;Kokoomus;;Kokoomus;;;;;;;;; +KRL_socialist;Sosiaalidemokraatit;Sosiaalidemokraatit;Sosiaalidemokraatit;;Sosiaalidemokraatit;;;;;;;;; +KRL_anarcho_liberal;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;;Aktivistinen vastustuspuolue;;;;;;;;; +KRL_communist;Punakaarti;Punakaarti;Punakaarti;;Punakaarti;;;;;;;;; +KRL_fascist;Fascists;Fascistes;Faschisten;;Fascistas;;;;;;;;; +KRN;Karnatak;;;;;;;;;;;;; +KRN_ADJ;Karnatak;;;;;;;;;;;;; +KRN_democracy;Tamil Nadu;;;;;;;;;;;;; +KRN_democracy_ADJ;Tamil;;;;;;;;;;;;; +KRN_fascist_dictatorship;Tamil Nadu;;;;;;;;;;;;; +KRN_fascist_dictatorship_ADJ;Tamil;;;;;;;;;;;;; +KRN_bourgeois_dictatorship;Tamil Nadu;;;;;;;;;;;;; +KRN_bourgeois_dictatorship_ADJ;Tamil;;;;;;;;;;;;; +KRN_proletarian_dictatorship;Republic of the Carnatic;;;;;;;;;;;;; +KRN_proletarian_dictatorship_ADJ;Carnatic;;;;;;;;;;;;; +KRN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +KRN_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KRN_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KRN_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KRN_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KRN_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KRN_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KRY;Krasnoyarsk;;;;;;;;;;;;; +KRY_ADJ;Ugrian;;;;;;;;;;;;; +KRY_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +KRY_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KRY_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KRY_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KRY_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KRY_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KRY_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KWT;Kuwait;;;;;;;;;;;;; +KWT_ADJ;Kuwaiti;;;;;;;;;;;;; +KTI;Kutai;;;;;;;;;;;;; +KTI_ADJ;Kutain;;;;;;;;;;;;; +KTI_conservative;Royal Faction;;;;;;;;;;;;; +KTI_liberal;The Liberal Faction;;;;;;;;;;;;; +KTI_reactionary;The Nationalist Faction;;;;;;;;;;;;; +KTI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +KTI_socialist;The Socialist Faction;;;;;;;;;;;;; +KTI_communist;The Communist Faction;;;;;;;;;;;;; +KTI_fascist;The Fascist Faction;;;;;;;;;;;;; +KYR;Kyrgyzstan;;;;;;;;;;;;; +KYR_ADJ;Kyrgyz;;;;;;;;;;;;; +KYR_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +KYR_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KYR_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +KYR_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KYR_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KYR_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KYR_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +LAN;Lanfang;;;;;;;;;;;;; +LAN_ADJ;Lanfang;;;;;;;;;;;;; +LAN_conservative;Conservative Kongsi;;;;;;;;;;;;; +LAN_liberal;Liberal Kongsi;;;;;;;;;;;;; +LAN_reactionary;Nationalist Kongsi;;;;;;;;;;;;; +LAN_anarcho_liberal;Radical Kongsi;;;;;;;;;;;;; +LAN_socialist;Socialist Kongsi;;;;;;;;;;;;; +LAN_communist;The Communist Kongsi;;;;;;;;;;;;; +LAN_fascist;Fascist Kongsi;;;;;;;;;;;;; +LBY;Libya;;;;;;;;;;;;; +LBY_ADJ;Libyan;;;;;;;;;;;;; +LBN;Lebanon;;;;;;;;;;;;; +LBN_ADJ;Lebanese;;;;;;;;;;;;; +LBN_liberal;Harakat al-Tajaddod al-Dimoqrati;;;;;;;;;;;;; +LBN_conservative;At-Tayyar al-Watani al-Horr;;;;;;;;;;;;; +LBN_socialist;Hizb al-Taqadummi al-Ishtiraki;;;;;;;;;;;;; +LBN_reactionary;Harakat al-Qawmiyyin al-Arab;;;;;;;;;;;;; +LBN_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;; +LBN_communist;Al-Hizb al-Shooyoo'i al-Lubnani;;;;;;;;;;;;; +LBN_fascist;Phalanges Libanaises;;;;;;;;;;;;; +LNA;Lan Na;Lan Na;LanNa;Lan Na;Lanna;Lan Na;LanNa;Lan Na;;;;;; +LNA_ADJ;Lan Nan;lan nan;Lan Nan;Lan Nan;de Lanna;Lan Nan;Lan Nan;Lananský;;;;;; +LNN_conservative;Royal Faction;;;;;;;;;;;;; +LNN_liberal;The Liberal Faction;;;;;;;;;;;;; +LNN_reactionary;The Nationalist Faction;;;;;;;;;;;;; +LNN_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +LNN_socialist;The Socialist Faction;;;;;;;;;;;;; +LNN_communist;The Communist Faction;;;;;;;;;;;;; +LNN_fascist;The Fascist Faction;;;;;;;;;;;;; +LOM_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;; +LOM_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;; +LOM_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;; +LOM_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;; +LOM_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;; +LOM_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;; +LOM_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +LOM_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +LOR;Lorraine;;;;;;;;;;;;; +LOR_ADJ;Lorrainian;;;;;;;;;;;;; +LOR_fascist_dictatorship;Lotharingia;;;;;;;;;;;;; +LOR_fascist_dictatorship_ADJ;Lotharingian;;;;;;;;;;;;; +LOS;Los Altos;;;;;;;;;;;;; +LOS_ADJ;Losaltan;;;;;;;;;;;;; +LOS_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +LOS_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +LOS_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;; +LOS_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +LOS_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +LOS_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +LOS_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +LPL;United Provinces;;;;;;;;;;;;; +LPL_ADJ;Platine;;;;;;;;;;;;; +LSK;Alaska;;;;;;;;;;;;; +LSK_ADJ;Alaskan;;;;;;;;;;;;; +LSK_reactionary;Nationalist Party;;;;;;;;;;;;; +LSK_conservative;Democratic Party;;;;;;;;;;;;; +LSK_liberal;Republican Party;;;;;;;;;;;;; +LSK_anarcho_liberal;Liberal Economists;;;;;;;;;;;;; +LSK_socialist;Socialist Party;;;;;;;;;;;;; +LSK_communist;Bolsheviks;;;;;;;;;;;;; +LSK_fascist;Northern Futurists;;;;;;;;;;;;; +LUI;Saint Lucia;;;;;;;;;;;;; +LUI_ADJ;Lucian;;;;;;;;;;;;; +LUZ;Lusatia;;;;;;;;;;;;; +LUZ_ADJ;Lusatian;;;;;;;;;;;;; +LUZ_conservative;Conservative Party;;;;;;;;;;;;; +LUZ_liberal;Liberal Party;;;;;;;;;;;;; +LUZ_reactionary;Nationalist Party;;;;;;;;;;;;; +LUZ_anarcho_liberal;Radical Party;;;;;;;;;;;;; +LUZ_socialist;Socialist Party;;;;;;;;;;;;; +LUZ_communist;Communist Party;;;;;;;;;;;;; +LUZ_fascist;Fascist Party;;;;;;;;;;;;; +LXA_democracy;Laos;;;;;;;;;;;;; +LXA_democracy_ADJ;Lao;;;;;;;;;;;;; +LXA_proletarian_dictatorship;Lao People's Republic;;;;;;;;;;;;; +LXA_proletarian_dictatorship_ADJ;Lao;;;;;;;;;;;;; +LXA;Laos;;;;;;;;;;;;; +LXA_absolute_monarchy;Lan Xang;;;;;;;;;;;;; +LXA_absolute_monarchy_ADJ;Lan Xangi;;;;;;;;;;;;; +LXA_conservative;Royal Faction;;;;;;;;;;;;; +LXA_liberal;The Liberal Faction;;;;;;;;;;;;; +LXA_reactionary;The Nationalist Faction;;;;;;;;;;;;; +LXA_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +LXA_socialist;The Socialist Faction;;;;;;;;;;;;; +LXA_communist;The Communist Faction;;;;;;;;;;;;; +LXA_fascist;The Fascist Faction;;;;;;;;;;;;; +MAH;Maharashtra;;;;;;;;;;;;; +MAH_ADJ;Maharashtran;;;;;;;;;;;;; +MAH_conservative;Royal Faction;;;;;;;;;;;;; +MAH_liberal;The Liberal Faction;;;;;;;;;;;;; +MAH_reactionary;The Nationalist Faction;;;;;;;;;;;;; +MAH_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +MAH_socialist;The Socialist Faction;;;;;;;;;;;;; +MAH_communist;Communist Faction;;;;;;;;;;;;; +MAH_fascist;The Fascist Faction;;;;;;;;;;;;; +MAL;Maluku;;;;;;;;;;;;; +MAL_absolute_monarchy;Tidore;;;;;;;;;;;;; +MAL_prussian_constitutionalism;Tidore;;;;;;;;;;;;; +MAL_hms_government;Tidore;;;;;;;;;;;;; +MAL_ADJ;Moluccan;;;;;;;;;;;;; +MAR;Marianas;Marianas;Marianas;;;;;;;;;;; +MAR_ADJ;Marianan;Marianan;Marianan;;;;;;;;;;; +MCD;Macedonia;;;;;;;;;;;;; +MCD_ADJ;Macedonian;;;;;;;;;;;;; +MDR;Madeiras;;;;;;;;;;;;; +MDR_ADJ;Madeiran;;;;;;;;;;;;; +MDR_conservative;Partido Conservador;;;;;;;;;;;;; +MDR_liberal;Partido Liberal;;;;;;;;;;;;; +MDR_reactionary;Partido Real;;;;;;;;;;;;; +MDR_socialist;Partido Socialist;;;;;;;;;;;;; +MDR_communist;Partido Communist;;;;;;;;;;;;; +MDR_anarcho_liberal;Partido Anarchist;;;;;;;;;;;;; +MDR_fascist;Fascistos;;;;;;;;;;;;; +MDV;Moldova;;;;;;;;;;;;; +MDV_ADJ;Moldovian;;;;;;;;;;;;; +MGH;Maghreb;;;;;;;;;;;;; +MGH_ADJ;Maghrebi;;;;;;;;;;;;; +MLI;Mali;;;;;;;;;;;;; +MLI_ADJ;Malian;;;;;;;;;;;;; +MLI_absolute_monarchy;Mali;;;;;;;;;;;;; +MLI_prussian_constitutionalism;Mali;;;;;;;;;;;;; +MLI_hms_government;Mali;;;;;;;;;;;;; +MLI_proletarian_dictatorship;Mali;;;;;;;;;;;;; +MLI_liberal;African Regroupment Party;;;;;;;;;;;;; +MLI_anarcho_liberal;Party for Unity, Democracy and Progress;;;;;;;;;;;;; +MLI_conservative;Progressive Party;;;;;;;;;;;;; +MLI_reactionary;UDPM;;;;;;;;;;;;; +MLI_socialist;Alliance for Democracy;;;;;;;;;;;;; +MLI_communist;Party of Labor;;;;;;;;;;;;; +MLI_fascist;Patriotic Movement for Renewal;;;;;;;;;;;;; +MLT;Malta;;;;;;;;;;;;; +MLT_ADJ;Maltese;;;;;;;;;;;;; +MLT_conservative;Partit Nazzjonalista;Partit Nazzjonalista;Partit Nazzjonalista;;;;;;;;;;; +MLT_liberal;Constitutional Party;Constitutional Party;Constitutional Party;;;;;;;;;;; +MLT_reactionary;Azzjoni Nazzjonali;Azzjoni Nazzjonali;Azzjoni Nazzjonali;;;;;;;;;;; +MLT_socialist;Partit Laburista;Partit Laburista;Partit Laburista;;;;;;;;;;; +MLT_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +MLT_anarcho_liberal;Alpha Partit Liberali;Alpha Partit Liberali;Alpha Partit Liberali;;;;;;;;;;; +MLT_fascist;Imperium Europa;Imperium Europa;Imperium Europa;;;;;;;;;;; +MLW;Malawi;;;;;;;;;;;;; +MLW_ADJ;Malawian;;;;;;;;;;;;; +MLW_absolute_monarchy;Nyasaland;;;;;;;;;;;;; +MLW_prussian_constitutionalism;Nyasaland;;;;;;;;;;;;; +MLW_hms_government;Nyasaland;;;;;;;;;;;;; +MLW_absolute_monarchy_ADJ;Nyasa;;;;;;;;;;;;; +MLW_prussian_constitutionalism_ADJ;Nyasa;;;;;;;;;;;;; +MLW_hms_government_ADJ;Nyasa;;;;;;;;;;;;; +MLW_liberal;United Democratic Front;;;;;;;;;;;;; +MLW_conservative;Democratic Progressive Party;;;;;;;;;;;;; +MLW_socialist;Alliance for Democracy;;;;;;;;;;;;; +MLW_reactionary;Malawi Congress Party;;;;;;;;;;;;; +MLW_anarcho_liberal;Malawi Forum for Unity and Development;;;;;;;;;;;;; +MLW_communist;Communist Party of Malawi;;;;;;;;;;;;; +MLW_fascist;Fascist Party of Malawi;;;;;;;;;;;;; +MLY;Malaysia;;;;;;;;;;;;; +MLY_ADJ;Malaysian;;;;;;;;;;;;; +MLY_absolute_monarchy;Malaya;;;;;;;;;;;;; +MLY_prussian_constitutionalism;Malaya;;;;;;;;;;;;; +MLY_hms_government;Malay Federation;;;;;;;;;;;;; +MLY_absolute_monarchy_ADJ;Malay;;;;;;;;;;;;; +MLY_prussian_constitutionalism_ADJ;Malay;;;;;;;;;;;;; +MLY_hms_government_ADJ;Malay;;;;;;;;;;;;; +MOD_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;; +MOD_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;; +MOD_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;; +MOD_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;; +MOD_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; +MOD_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;; +MOD_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +MOD_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;; +MOD_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +MOZ;Mozambique;;;;;;;;;;;;; +MOZ_ADJ;Mozambican;;;;;;;;;;;;; +MOZ_liberal;Social Liberal Party;;;;;;;;;;;;; +MOZ_conservative;Mozambique Democratic Party;;;;;;;;;;;;; +MOZ_socialist;UDENAMO;;;;;;;;;;;;; +MOZ_reactionary;RENAMO;;;;;;;;;;;;; +MOZ_anarcho_liberal;Independent Party of Mozambique;;;;;;;;;;;;; +MOZ_communist;FRELIMO;;;;;;;;;;;;; +MOZ_fascist;Mozambique People's Progress Party;;;;;;;;;;;;; +MRS;Marshall Islands;Marshall Islands;Marshall Islands;;;;;;;;;;; +MRS_ADJ;Marshallese;Marshallese;Marshallese;;;;;;;;;;; +MRT;Marathas;;;;;;;;;;;;; +MRT_ADJ;Marathi;;;;;;;;;;;;; +MRT_absolute_monarchy;Maratha Empire;;;;;;;;;;;;; +MRT_prussian_constitutionalism;Maratha Empire;;;;;;;;;;;;; +MRT_democracy;Maratha Confederacy;;;;;;;;;;;;; +MRT_proletarian_dictatorship;Maratha Republic;;;;;;;;;;;;; +MRU;Maritime Republic;;;;;;;;;;;;; +MRU_absolute_monarchy;Maritime Union;;;;;;;;;;;;; +MRU_prussian_constitutionalism;Maritime Union;;;;;;;;;;;;; +MRU_hms_government;Maritime Union;;;;;;;;;;;;; +MRU_ADJ;Maritime;;;;;;;;;;;;; +NEJ_conservative;Al-Sa'ud;;;;;;;;;;;;; +NEJ_liberal;Al-Ahrar;;;;;;;;;;;;; +NEJ_reactionary;Al-Da'wa al-Wahhabiyyah;;;;;;;;;;;;; +NEJ_anarcho_liberal;Al-Hizb al-Metterf;;;;;;;;;;;;; +NEJ_socialist;Hizb al-Ba'ath al-'Arabi al-Ishtiraki;;;;;;;;;;;;; +NEJ_communist;Al-Hizb al-Shuyu'i;;;;;;;;;;;;; +NEJ_fascist;Al-Hizb al-Fashy;;;;;;;;;;;;; +NGR;Nigeria;;;;;;;;;;;;; +NGR_ADJ;Nigerian;;;;;;;;;;;;; +NGR_liberal;National Council;;;;;;;;;;;;; +NGR_conservative;Northern People's Congress;;;;;;;;;;;;; +NGR_socialist;Action Group;;;;;;;;;;;;; +NGR_reactionary;Nigerian National Democratic Party;;;;;;;;;;;;; +NGR_anarcho_liberal;NEPU;;;;;;;;;;;;; +NGR_communist;Commoners Party;;;;;;;;;;;;; +NGR_fascist;Dynamic Party;;;;;;;;;;;;; +NIG;Niger;;;;;;;;;;;;; +NIG_ADJ;Nigerien;;;;;;;;;;;;; +NIG_liberal;UPDP;;;;;;;;;;;;; +NIG_conservative;Democratic and Social Convention;;;;;;;;;;;;; +NIG_socialist;Sawaba;;;;;;;;;;;;; +NIG_reactionary;MNSD;;;;;;;;;;;;; +NIG_anarcho_liberal;;;;;;;;;;;;;; +NIG_communist;Progressive Party;;;;;;;;;;;;; +NIG_fascist;Party for People's Dignity;;;;;;;;;;;;; +NOR_liberal;Liberals;;;;;;;;;;;;; +NOR_liberal_2;Venstre;;;;;;;;;;;;; +NOR_conservative;Conservatives;;;;;;;;;;;;; +NOR_conservative_2;Høyre;;;;;;;;;;;;; +NOR_conservative_3;Moderate Venstre;;;;;;;;;;;;; +NOR_conservative_4;Samlingspartiet;;;;;;;;;;;;; +NOR_conservative_5;Frisinnede Venstre;;;;;;;;;;;;; +NOR_conservative_6;Kristelig Folkeparti;;;;;;;;;;;;; +NOR_anarcho_liberal_2;Arbeiderdemokratene;;;;;;;;;;;;; +NOR_socialist;Socialists;;;;;;;;;;;;; +NOR_socialist_2;Det Norske Arbeiderparti;;;;;;;;;;;;; +NOR_socialist_3;Norges Socialdemokratiske Arbeiderparti;;;;;;;;;;;;; +NOR_socialist_4;Bondepartiet;;;;;;;;;;;;; +NOR_communist_2;Det Norske Arbeiderparti;;;;;;;;;;;;; +NOR_communist_3;Norges Kommunistiske Parti;;;;;;;;;;;;; +NOR_fascist;Nationalists;;;;;;;;;;;;; +NOR_fascist_2;Nasjonal Samling;;;;;;;;;;;;; +CZH_fascist;Vlajka;;;;;;;;;;;;; +SLV_fascist;Slovenská Ludová Strana;;;;;;;;;;;;; +NOV;Nova Scotia;Nouvelle-Écosse;Neuschottland;;;;;;;;;;; +NOV_ADJ;Nova Scotian;Nouvelle-Écossais;Neuschottisch;;;;;;;;;;; +NOV_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +NOV_conservative;Conservative Party;Parti conservateur;Conservative Party;;;;;;;;;;; +NOV_reactionary;Nationalist Party;Parti nationaliste;Nationalist Party;;;;;;;;;;; +NOV_anarcho_liberal;Radical Party;Parti radical;Radical Party;;;;;;;;;;; +NOV_socialist;Socialist Party;Parti socialiste;Socialist Party;;;;;;;;;;; +NOV_communist;Communist Party;Parti communiste;Communist Party;;;;;;;;;;; +NOV_fascist;Fascist Party;Parti fasciste;Fascist Party;;;;;;;;;;; +NOV_fascist_dictatorship;Alba Nuadh;;;;;;;;;;;;; +NOV_fascist_dictatorship_adj;Albannaich;;;;;;;;;;;;; +NQL;North Queensland;North Queensland;North Queensland;;;;;;;;;;; +NQL_ADJ;North Queenslander;North Queenslander;North Queenslander;;;;;;;;;;; +NQL_fascist_dictatorship;Capricornia;Capricornia;Capricornia;;;;;;;;;;; +NQL_fascist_dictatorship_ADJ;Capricornian;Capricornian;Capricornian;;;;;;;;;;; +NQL_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +NQL_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +NQL_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;; +NQL_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +NQL_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +NQL_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +NQL_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +NQL_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +NQL_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +NQL_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;; +NQL_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +NQL_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +NSW;New South Wales;New South Wales;New South Wales;;;;;;;;;;; +NSW_ADJ;New South Welsh;New South Welsh;New South Welsh;;;;;;;;;;; +NSW_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +NSW_conservative_1;Protectionist Party;Protectionist Party;Protectionist Party;;;;;;;;;;; +NSW_conservative_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;; +NSW_conservative_3;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +NSW_conservative_4;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;; +NSW_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +NSW_liberal_1;Free Trade Party;Free Trade Party;Free Trade Party;;;;;;;;;;; +NSW_liberal_2;Liberal Reform Party;Liberal Reform Party;Liberal Reform Party;;;;;;;;;;; +NSW_liberal_3;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +NSW_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +NSW_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +NSW_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +NSW_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +NSW_reactionary_1;Farmers and Settlers Party;Farmers and Settlers Party;Farmers and Settlers Party;;;;;;;;;;; +NSW_reactionary_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;; +NSW_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;; +NSW_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +NSW_fascist;New Guard;New Guard;New Guard;;;;;;;;;;; +NTA;North Australia;North Australia;North Australia;;;;;;;;;;; +NTA_ADJ;North Australian;North Australian;North Australian;;;;;;;;;;; +NTA_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +NTA_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +NTA_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;; +NTA_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +NTA_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +NTA_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +NTA_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +NTA_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +NTA_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +NTA_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;; +NTA_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +NTA_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +YEM_proletarian_dictatorship;People's Republic of Yemen;;;;;;;;;;;;; +NYE;North Yemen;;;;;;;;;;;;; +NYE_democracy;Yemen Arab Republic;;;;;;;;;;;;; +NYE_presidential_dictatorship;Yemen Arab Republic;;;;;;;;;;;;; +NYE_ADJ;North Yemeni;;;;;;;;;;;;; +NYE_absolute_monarchy;Zaydi;;;;;;;;;;;;; +NYE_prussian_constitutionalism;Kingdom of Yemen;;;;;;;;;;;;; +NYE_hms_government;Kingdom of Yemen;;;;;;;;;;;;; +NYE_absolute_monarchy_ADJ;Zaidiyyah;;;;;;;;;;;;; +OAX;Oaxaca;;;;;;;;;;;;; +OAX_ADJ;Oaxacan;;;;;;;;;;;;; +OAX_conservative;Conservative Party;;;;;;;;;;;;; +OAX_liberal;Liberal Party;;;;;;;;;;;;; +OAX_reactionary;Nationalist Party;;;;;;;;;;;;; +OAX_anarcho_liberal;Radical Party;;;;;;;;;;;;; +OAX_socialist;Socialist Party;;;;;;;;;;;;; +OAX_communist;Communist Party;;;;;;;;;;;;; +OAX_fascist;Fascist Party;;;;;;;;;;;;; +OCC;Occitania;Occitanie;Occitania;;Occitania;;;;;;;;; +OCC_ADJ;Occitan;Occitain;Occitanisch;;Occitano;;;;;;;;; +OCC_reactionary;Partit Reiau-Alo;Partit Reiau-Alo;Partit Reiau-Alo;;Partit Reiau-Alo;;;;;;;;; +OCC_liberal;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;;;;;;;;;;; +OCC_conservative;Partit Counservadouro;Partit Counservadouro;Partit Counservadouro;;Partit Counservadouro;;;;;;;;; +OCC_socialist;Partit Soucialisto;Partit Soucialisto;Partit Soucialisto;;Partit Soucialisto;;;;;;;;; +OCC_anarcho_liberal;Partit Anarquisto;Partit Anarquisto;Partit Anarquisto;;Partit Anarquisto;;;;;;;;; +OCC_communist;Partit Comunisto;Partit Comunisto;Partit Comunisto;;Partit Comunisto;;;;;;;;; +OCC_fascist;Partit Faissisto;Partit Faissisto;Partit Faissisto;;Partit Faissisto;;;;;;;;; +PAP;Papal States;;;;;;;;;;;;; +PAP_democracy;Roman Republic;;;;;;;;;;;;; +PAP_theocracy;Papal States;;;;;;;;;;;;; +PAP_presidential_dictatorship;Roman Republic;;;;;;;;;;;;; +PAP_bourgeois_dictatorship;Roman Republic;;;;;;;;;;;;; +PAP_proletarian_dictatorship;People's Republic of Rome;;;;;;;;;;;;; +PAP_fascist_dictatorship;Roman Republic;;;;;;;;;;;;; +PAP_absolute_monarchy;Lazio;;;;;;;;;;;;; +PAP_prussian_constitutionalism;Lazio;;;;;;;;;;;;; +PAP_hms_government;Lazio;;;;;;;;;;;;; +PAP_ADJ_democracy;Roman;;;;;;;;;;;;; +PAP_ADJ_presidential_dictatorship;Roman;;;;;;;;;;;;; +PAP_ADJ_bourgeois_dictatorship;Roman;;;;;;;;;;;;; +PAP_ADJ_proletarian_dictatorship;Roman;;;;;;;;;;;;; +PAP_ADJ_fascist_dictatorship;Roman;;;;;;;;;;;;; +PAP_ADJ_theocracy;Papal;;;;;;;;;;;;; +PAP_ADJ;Roman;;;;;;;;;;;;; +PAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;; +PAR_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;; +PAR_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;; +PAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;; +PAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; +PAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;; +PAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +PAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;; +PAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +PER;Iran;;;;;;;;;;;;; +PER_ADJ;Iranian;;;;;;;;;;;;; +PER_absolute_monarchy;Persia;;;;;;;;;;;;; +PER_absolute_monarchy_ADJ;Persian;;;;;;;;;;;;; +PER_prussian_constitutionalism;Persia;;;;;;;;;;;;; +PER_prussian_constitutionalism_ADJ;Persian;;;;;;;;;;;;; +PER_bourgeois_dictatorship;Iranian Free State;;;;;;;;;;;;; +PER_communist;Tudeh Party of Iran;;;;;;;;;;;;; +PER_conservative;Shahist Faction;;;;;;;;;;;;; +PER_reactionary;Ulama Faction;;;;;;;;;;;;; +PER_anarcho_liberal;Bazaari Faction;;;;;;;;;;;;; +PER_socialist;Hizb-e Socialyist;;;;;;;;;;;;; +PER_fascist;SUMKA;;;;;;;;;;;;; +PER_liberal;Constitutionalist Party;;;;;;;;;;;;; +PER_liberal_2;National Front;;;;;;;;;;;;; +PLS;Palestine;;;;;;;;;;;;; +PLS_ADJ;Palestinian;;;;;;;;;;;;; +PLS_reactionary;Al Raj'i;;;;;;;;;;;;; +PLS_conservative;Al Muhafidh;;;;;;;;;;;;; +PLS_liberal;Al Mutaharir;;;;;;;;;;;;; +PLS_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +PLS_socialist;Al Ishtiraki;;;;;;;;;;;;; +PLS_communist;Al Shiu'i;;;;;;;;;;;;; +PLS_fascist;Al Fashi;;;;;;;;;;;;; +PLU;Palau;Palau;Palau;;;;;;;;;;; +PLU_ADJ;Palauan;Palauan;Palauan;;;;;;;;;;; +PTN;Pattani;;;;;;;;;;;;; +PTN_ADJ;Pattani;;;;;;;;;;;;; +PAN_absolute_monarchy;Sikh Empire;;;;;;;;;;;;; +PAN_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;; +PAN_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;; +PAN_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;; +PAN_fascist_dictatorship;Khalistan;;;;;;;;;;;;; +PAN_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;; +PHL;Philippines;Philippines;Philippinen;;;;;;;;;;; +PHL_ADJ;Philippine;Philippine;Philippinisch;;;;;;;;;;; +PHL_reactionary;Partido Tradicionalista;Partido Tradicionalista;Partido Tradicionalista;;;;;;;;;;; +PHL_socialist;Partido Demokratiko;Partido Demokratiko;Partido Demokratiko;;;;;;;;;;; +PHL_communist;Partido Komunista;Partido Komunista;Partido Komunista;;;;;;;;;;; +PHL_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +PHL_anarcho_liberal;Partido Libertad;Partido Libertad;Partido Libertad;;;;;;;;;;; +PHL_conservative;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;; +PHL_fascist;Partido Nacional Socialista;;;;;;;;;;;;; +PLC;Polish-Lithuanian Commonwealth;;;;;;;;;;;;; +PLC_ADJ;Polish-Lithuanian;;;;;;;;;;;;; +PLC_proletarian_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;; +PLC_fascist_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;; +PLC_presidential_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;; +PLC_democracy;Poland-Lithuania;;;;;;;;;;;;; +PML;Pomerelia;;;;;;;;;;;;; +PML_ADJ;Pomerelian;;;;;;;;;;;;; +PNP;Pohnpei;Pohnpei;Pohnpei;;;;;;;;;;; +PNP_ADJ;Pohnpeian;Pohnpeian;Pohnpeian;;;;;;;;;;; +PNJ;Punjab;Pendjab;Pandschab;;Punjab;;;;;;;;; +PNJ_ADJ;Panjabi;Penjabi;Pundschabisch;;;;;;;;;;; +PNJ_conservative;Khalsa;;;;;;;;;;;;; +PNJ_liberal;Fauj-i-Khas;;;;;;;;;;;;; +PNJ_reactionary;Misls;;;;;;;;;;;;; +PNJ_anarcho_liberal;The Radical Party;;;;;;;;;;;;; +PNJ_socialist;The Socialist Party;;;;;;;;;;;;; +PNJ_communist;The Communist Party;;;;;;;;;;;;; +PNJ_fascist;The Fascist Party;;;;;;;;;;;;; +PNJ_absolute_monarchy;Sikh Empire;;;;;;;;;;;;; +PNJ_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;; +PNJ_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;; +PNJ_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;; +PNJ_hms_government;Sikh Kingdom;;;;;;;;;;;;; +PNJ_hms_government_ADJ;Sikh;;;;;;;;;;;;; +PNJ_democracy;Khalistan;;;;;;;;;;;;; +PNJ_democracy_ADJ;Khalistani;;;;;;;;;;;;; +PNJ_fascist_dictatorship;Khalistan;;;;;;;;;;;;; +PNJ_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;; +PNT;Pontus;;;;;;;;;;;;; +PNT_ADJ;Pontic;;;;;;;;;;;;; +PRI;Puerto Rico;Puerto Rico;Puerto Rico;;Puerto Rico;;;;;;;;; +PRI_ADJ;Puerto Rican;Puerto Ricain;?;;?;;;;;;;;; +PRI_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +PRI_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;; +PRI_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;; +PRI_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;; +PRI_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;; +PRI_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;; +PRI_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;; +PTG;Patagonia;;;;;;;;;;;;; +PTG_ADJ;Patagonian;;;;;;;;;;;;; +PTG_conservative;Royal Faction;;;;;;;;;;;;; +PTG_liberal;The Liberal Faction;;;;;;;;;;;;; +PTG_reactionary;The Nationalist Faction;;;;;;;;;;;;; +PTG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +PTG_socialist;The Socialist Faction;;;;;;;;;;;;; +PTG_communist;The Communist Faction;;;;;;;;;;;;; +PTG_fascist;The Fascist Faction;;;;;;;;;;;;; +PZN;Poznan;Poznan;Poznan;;Poznan;;;;;;;;; +PZN_ADJ;Poznan;Poznan;Poznan;;Poznan;;;;;;;;; +QLD;Queensland;Queensland;Queensland;;;;;;;;;;; +QLD_ADJ;Queenslander;Queenslander;Queenslander;;;;;;;;;;; +QLD_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +QLD_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +QLD_conservative_2;United Party;United Party;United Party;;;;;;;;;;; +QLD_conservative_3;Country & Progressive National Party;Country & Progressive National Party;Country & Progressive National Party;;;;;;;;;;; +QLD_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +QLD_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +QLD_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +QLD_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +QLD_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +QLD_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +QLD_reactionary_2;Queensland Farmers Union;Queensland Farmers Union;Queensland Farmers Union;;;;;;;;;;; +QLD_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;; +QLD_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +QLD_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +QNG;Qing;;;;;;;;;;;;; +QNG_ADJ;Qing;;;;;;;;;;;;; +QNG_absolute_monarchy;The Qing Empire;;;;;;;;;;;;; +QNG_prussian_constitutionalism;The Qing Empire;;;;;;;;;;;;; +QNG_hms_government;The Qing Empire;;;;;;;;;;;;; +CHI_conservative;Junjichu;;;;;;;;;;;;; +CHI_conservative_2;Zhiqiang Yundong;;;;;;;;;;;;; +CHI_conservative_3;Beiyang;;;;;;;;;;;;; +CHI_conservative_4;Kuomintang;;;;;;;;;;;;; +CHI_conservative_5;Mínzhudang;;;;;;;;;;;;; +CHI_liberal;Gai Liang Pai;;;;;;;;;;;;; +CHI_liberal_2;Xingzhonghui;;;;;;;;;;;;; +CHI_liberal_3;Zhongguó Mínzhu Tóngméng;;;;;;;;;;;;; +CHI_liberal_4;Yang Wu Pai;;;;;;;;;;;;; +CHI_reactionary;Kongjiào Yundong;;;;;;;;;;;;; +CHI_reactionary_2;Jìnbùdang;;;;;;;;;;;;; +CHI_anarcho_liberal;Zhongguó Mínzhu Jiànguó Huì;;;;;;;;;;;;; +CHI_socialist;Zhongguó Guójia Shèhuì Dang;;;;;;;;;;;;; +CHI_communist;Zhongguó Gòngchandang;;;;;;;;;;;;; +CHI_fascist;Kai-tsu P'ai;;;;;;;;;;;;; +RAJ;Rajputana;;;;;;;;;;;;; +RAJ_ADJ;Rajput;;;;;;;;;;;;; +RAJ_democracy;Rajasthan;;;;;;;;;;;;; +RAJ_democracy_ADJ;Rajasthani;;;;;;;;;;;;; +RAJ_proletarian_dictatorship;Rajasthan;;;;;;;;;;;;; +RAJ_proletarian_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;; +RAJ_fascist_dictatorship;Rajasthan;;;;;;;;;;;;; +RAJ_fascist_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;; +RAJ_bourgeois_dictatorship;Rajasthan;;;;;;;;;;;;; +RAJ_bourgeois_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;; +RGR;Rio Grande;;;;;;;;;;;;; +RGR_ADJ;Riograndese;;;;;;;;;;;;; +RGR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +RGR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +RGR_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;; +RGR_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;; +RGR_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;; +RGR_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;; +RGR_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;; +RGR_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;; +RGR_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;; +RGR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +RGR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +RGR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +RGS;Rio Grande do Sul;;;;;;;;;;;;; +RGS_ADJ;Riograndense;;;;;;;;;;;;; +RGS_conservative;Partido Republicano;;;;;;;;;;;;; +RGS_liberal;Partido Federalista;;;;;;;;;;;;; +RGS_socialist;Colorados;;;;;;;;;;;;; +RGS_communist;Partido Popular;;;;;;;;;;;;; +RGS_reactionary;Partido Gaucho;;;;;;;;;;;;; +RGS_anarcho_liberal;Partido Libertador;;;;;;;;;;;;; +RGS_fascist;Partido dos Pampas;;;;;;;;;;;;; +RHI;Rhineland;Rhénanie;Rheinland;;Rhineland;;;;;;;;; +RHI_ADJ;Rhinelander;Rhénan;Rheinlander;;Rhinelander;;;;;;;;; +RHI_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;; +RHI_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;; +RHI_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;; +RHI_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;; +RHI_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;; +RHI_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;; +RHI_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;; +RHI_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;; +RHI_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;; +RHI_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;; +RHI_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;; +RHI_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;; +RHI_fascist;NSDP;NSDP;NSDP;;;;;;;;;;; +RHO_democracy;Rhodesia;;;;;;;;;;;;; +RMG;Romagna;;;;;;;;;;;;; +RMG_ADJ;Romagnan;;;;;;;;;;;;; +RPL;Assiniboia;;;;;;;;;;;;; +RPL_ADJ;Assiniboian;;;;;;;;;;;;; +RPL_hms_government;Rupert's Land;;;;;;;;;;;;; +RPL_hms_government_ADJ;Northwestern;;;;;;;;;;;;; +RUT_proletarian_dictatorship;West Ukrainian People's Republic;;;;;;;;;;;;; +RUT_proletarian_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;; +RUT_democracy;West Ukraine;;;;;;;;;;;;; +RUT_democracy_ADJ;West Ukrainian;;;;;;;;;;;;; +RUT_presidential_dictatorship;West Ukraine;;;;;;;;;;;;; +RUT_presidential_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;; +RYU;Ryukyu;;;;;;;;;;;;; +RYU_ADJ;Ryukyuan;;;;;;;;;;;;; +RYU_conservative;National Party;;;;;;;;;;;;; +RYU_liberal;Liberal Party;;;;;;;;;;;;; +RYU_reactionary;Monarchist Party;;;;;;;;;;;;; +RYU_anarcho_liberal;Libertarian Party;;;;;;;;;;;;; +RYU_socialist;Social-Democratic Pary;;;;;;;;;;;;; +RYU_communist;United Workers Party;;;;;;;;;;;;; +RYU_fascist;National-Socialist Party;;;;;;;;;;;;; +SAA;Saarland;Sarre;Saarland;;Saarland;;;;;;;;; +SAA_ADJ;Saarlander;Sarrois;Saarlander;;Saarlander;;;;;;;;; +SAA_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;; +SAA_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;; +SAA_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;; +SAA_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;; +SAA_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;; +SAA_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;; +SAA_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;; +SAA_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;; +SAA_fascist;NSDP;NSDP;NSDP;;;;;;;;;;; +SAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;; +SAR_conservative;Moderati;Moderati ;Moderati;;Moderati ;;;;;;;;; +SAR_liberal;Riformisti;Riformisti ;Riformisti;;Riformisti ;;;;;;;;; +SAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;; +SAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; +SAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;; +SAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +SAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;; +SAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +SAS;South Australia;South Australia;South Australia;;;;;;;;;;; +SAS_ADJ;South Australian;South Australian;South Australian;;;;;;;;;;; +SAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +SAS_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +SAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +SAS_conservative_3;Liberal and Country League;Liberal and Country League;Liberal and Country League;;;;;;;;;;; +SAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +SAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +SAS_liberal_2;Liberal and Democratic Union;Liberal and Democratic Union;Liberal and Democratic Union;;;;;;;;;;; +SAS_liberal_3;Liberal Union;Liberal Union;Liberal Union;;;;;;;;;;; +SAS_liberal_4;Liberal Federation;Liberal Federation;Liberal Federation;;;;;;;;;;; +SAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +SAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +SAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +SAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +SAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;; +SAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +SAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +SAT;Kyushu;;;;;;;;;;;;; +SAT_ADJ;Kyushuan;;;;;;;;;;;;; +SAT_absolute_monarchy;Satsuma;;;;;;;;;;;;; +SAT_prussian_constitutionalism;Satsuma;;;;;;;;;;;;; +SAT_hms_government;Satsuma;;;;;;;;;;;;; +SAT_absolute_monarchy_ADJ;Shimazu;;;;;;;;;;;;; +SAT_prussian_constitutionalism_ADJ;Shimazu;;;;;;;;;;;;; +SAT_hms_government_ADJ;Shimazu;;;;;;;;;;;;; +SAV;Saint Vincent;;;;;;;;;;;;; +SAV_ADJ;Vincentian;;;;;;;;;;;;; +SEN;Tohoku;;;;;;;;;;;;; +SEN_ADJ;Tohokuan;;;;;;;;;;;;; +SEN_absolute_monarchy;Sendai;;;;;;;;;;;;; +SEN_prussian_constitutionalism;Sendai;;;;;;;;;;;;; +SEN_hms_government;Sendai;;;;;;;;;;;;; +SEN_absolute_monarchy_ADJ;Date;;;;;;;;;;;;; +SEN_prussian_constitutionalism_ADJ;Date;;;;;;;;;;;;; +SEN_hms_government_ADJ;Date;;;;;;;;;;;;; +SHA;Shan;;;;;;;;;;;;; +SHA_ADJ;Shan;;;;;;;;;;;;; +SHA_conservative;National Party;;;;;;;;;;;;; +SHA_liberal;Democratic Party;;;;;;;;;;;;; +SHA_socialist;Progressive Party;;;;;;;;;;;;; +SHA_communist;Communist Party;;;;;;;;;;;;; +SHA_reactionary;Unity Party;;;;;;;;;;;;; +SHA_anarcho_liberal;Radical Party;;;;;;;;;;;;; +SHA_fascist;Fascist Party;;;;;;;;;;;;; +SAK;Siak;;;;;;;;;;;;; +SAK_ADJ;Siak;;;;;;;;;;;;; +SIB;Siberian Republic;;;;;;;;;;;;; +SIB_absolute_monarchy;Siberia;;;;;;;;;;;;; +SIB_prussian_constitutionalism;Siberia;;;;;;;;;;;;; +SIB_hms_government;Siberia;;;;;;;;;;;;; +SIB_ADJ;Siberian;;;;;;;;;;;;; +SIB_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;; +SIB_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;; +SIB_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;; +SIB_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;; +SIB_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;; +SIB_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;; +SIB_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;; +SIB_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;; +SLE;Sierra Leone;;;;;;;;;;;;; +SLE_ADJ;Sierra Leonean;;;;;;;;;;;;; +SLE_liberal;United Progressive Party;;;;;;;;;;;;; +SLE_anarcho_liberal;National Unity Movement;;;;;;;;;;;;; +SLE_conservative;National Council;;;;;;;;;;;;; +SLE_reactionary;National Reformation Council;;;;;;;;;;;;; +SLE_socialist;Sierra Leone People's Party;;;;;;;;;;;;; +SLE_communist;All People's Congress;;;;;;;;;;;;; +SLE_fascist;Dawoh;;;;;;;;;;;;; +SLS;Silesia;;;;;;;;;;;;; +SLS_ADJ;Silesian;;;;;;;;;;;;; +SLS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;Liberaldem. Partei;;;;;;;;; +SLS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;Zentrumspartei;;;;;;;;; +SLS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;Nationalliberale ;;;;;;;;; +SLS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;Deutscher Arbeiterverein;;;;;;;;; +SLS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;Nationale Partei;;;;;;;;; +SLS_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;Konservative Partei;;;;;;;;; +SLS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;Radical Arbeiterpartei;;;;;;;;; +SLS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;Communist Arbeiterpartei;;;;;;;;; +SLS_fascist;Fascists;;;;;;;;;;;;; +BRA;Brunswick;;;;;;;;;;;;; +BRA_ADJ;Brunswicker;;;;;;;;;;;;; +SLW;Sulawesi;;;;;;;;;;;;; +SLW_ADJ;Sulawesian;;;;;;;;;;;;; +SLW_absolute_monarchy;Bone;;;;;;;;;;;;; +SLW_prussian_constitutionalism;Bone;;;;;;;;;;;;; +SLW_hms_government;Bone;;;;;;;;;;;;; +SMI;Sapmi;Sapmi;Sapmi;;;;;;;;;;; +SMI_ADJ;Sami;Sami;Sami;;;;;;;;;;; +SMI_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +SMI_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +SMI_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +SMI_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;; +SMI_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;; +SMI_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +SMI_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +SNG;Senegal;;;;;;;;;;;;; +SNG_ADJ;Senegalese;;;;;;;;;;;;; +SNG_liberal;Senegalese Democratic Party;;;;;;;;;;;;; +SNG_anarcho_liberal;Convention of Democrats and Patriots;;;;;;;;;;;;; +SNG_conservative;African Regroupment Party;;;;;;;;;;;;; +SNG_reactionary;Senegalese Solidarity Party;;;;;;;;;;;;; +SNG_socialist;Senegalese Progressive Union;;;;;;;;;;;;; +SNG_communist;African Independence Party;;;;;;;;;;;;; +SNG_fascist;Alliance of the Forces of Progress;;;;;;;;;;;;; +SNZ;New Munster;New Munster;New Munster;;;;;;;;;;; +SNZ_ADJ;Munsterian;Munsterian;Munsterian;;;;;;;;;;; +SNZ_fascist_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;; +SNZ_fascist_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;; +SNZ_presidential_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;; +SNZ_presidential_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;; +SNZ_bourgeois_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;; +SNZ_bourgeois_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;; +SNZ_democracy;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;; +SNZ_democracy_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;; +SNZ_proletarian_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;; +SNZ_proletarian_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;; +SNZ_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +SNZ_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +SNZ_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;; +SNZ_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +SNZ_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +SNZ_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;; +SNZ_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +SON;Sonora;;;;;;;;;;;;; +SON_ADJ;Sonoran;;;;;;;;;;;;; +SON_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +SON_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +SON_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;; +SON_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;; +SON_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;; +SON_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;; +SON_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;; +SON_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;; +SON_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;; +SON_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +SON_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +SON_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +SPC;Spain;;;;;;;;;;;;; +SPC_absolute_monarchy;Carlist Spain;;;;;;;;;;;;; +SPC_prussian_constitutionalism;Carlist Spain;;;;;;;;;;;;; +SPC_hms_government;Carlist Spain;;;;;;;;;;;;; +SPC_ADJ;Spanish;;;;;;;;;;;;; +SPU;South Peru;;;;;;;;;;;;; +SPU_ADJ;South Peruvian;;;;;;;;;;;;; SRD;Sardinia;;;;;;;;;;;;; SRD_ADJ;Sardinian;;;;;;;;;;;;; -SRI;Sri Lanka;;;;;;;;;;;;;x -SRI_ADJ;Sri Lankan;;;;;;;;;;;;;x -SRI_absolute_monarchy;Ceylon;;;;;;;;;;;;x -SRI_prussian_constitutionalism;Ceylon;;;;;;;;;;;;x -SRI_hms_government;Ceylon;;;;;;;;;;;;x -SRI_absolute_monarchy_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_prussian_constitutionalism_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_hms_government_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_conservative;Royal Faction;;;;;;;;;;;;x -SRI_liberal;The Liberal Faction;;;;;;;;;;;;x -SRI_reactionary;The Nationalist Faction;;;;;;;;;;;;x -SRI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -SRI_socialist;The Socialist Faction;;;;;;;;;;;;x -SRI_communist;The Communist Faction;;;;;;;;;;;;x -SRI_fascist;The Fascist Faction;;;;;;;;;;;;x -BKF;Upper Volta;;;;;;;;;;;;x -BKF_ADJ;Voltaic;;;;;;;;;;;;x -BKF_liberal;UNDD;;;;;;;;;;;;x -BKF_anarcho_liberal;Voltaic Progressive Union;;;;;;;;;;;;x -BKF_conservative;Voltaic Union;;;;;;;;;;;;x -BKF_reactionary;UDV-RDA;;;;;;;;;;;;x -BKF_socialist;Voltaic Democratic Movement;;;;;;;;;;;;x -BKF_communist;Voltaic Communist Organization;;;;;;;;;;;;x -BKF_fascist;Rejectors Front;;;;;;;;;;;;x -SUD;Sudan;;;;;;;;;;;;x -SUD_theocracy;Mahdist Sudan;;;;;;;;;;;;;;;;x -SUD_ADJ;Sudanese;;;;;;;;;;;;x -SUD_reactionary;The Mahdists;;;;;;;;;;;;;x -SUD_conservative;Al Muhafidh;;;;;;;;;;;;;x -SUD_liberal;Al Mutaharir;;;;;;;;;;;;;x -SUD_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -SUD_socialist;Al Ishtiraki;;;;;;;;;;;;;x -SUD_communist;Al Shiu'i;;;;;;;;;;;;;x -SUD_fascist;Al Fashi;;;;;;;;;;;;;x -SUL;Sulu;;;;;;;;;;;;;x -SUL_ADJ;Sulu;;;;;;;;;;;;;x -SUL_conservative;Conservatist Faction;;;;;;;;;;;;;x -SUL_liberal;Reformist Faction;;;;;;;;;;;;;x -SUL_socialist;Progressive Faction;;;;;;;;;;;;;x -SUL_communist;Communist Faction;;;;;;;;;;;;;x -SUL_reactionary;Nationalist Faction;;;;;;;;;;;;;x -SUL_anarcho_liberal;Radical Faction;;;;;;;;;;;;;x -SUL_fascist;Fascist faction;;;;;;;;;;;;;x -SVY;Savoy;;;;;;;;;;;;;x -SVY_ADJ;Savoyard;;;;;;;;;;;;;x -SWH;Schleswig-Holstein;;;;;;;;;;;;x -SWH_ADJ;Schleswigian;;;;;;;;;;;;x -SWH_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SWH_conservative;Zentrumspartei;;;;;;;;;;;;x -SWH_liberal_2;Nationalliberale;;;;;;;;;;;;x -SWH_liberal_3;Freisinnige Partei;;;;;;;;;;;;x -SWH_socialist;Deutscher Arbeiterverein;;;;;;;;;;;;x -SWH_socialist_2;Sozialdem. Arbeiterpartei;;;;;;;;;;;;x -SWH_socialist_3;Sozial. Arbeiterpartei;;;;;;;;;;;;x -SWH_reactionary;Nationale Partei;;;;;;;;;;;;x -SWH_conservative_2;Konservative Partei;;;;;;;;;;;;x -SWH_conservative_3;Christsoz. Arbeiterpartei;;;;;;;;;;;;x -SWH_anarcho_liberal;Radical Arbeiterpartei;;;;;;;;;;;;x -SWH_communist;Communist Arbeiterpartei;;;;;;;;;;;;x -SWH_fascist;NSDP;;;;;;;;;;;;x -SWK;Sarawak;;;;;;;;;;;;;x -SWK_ADJ;Sarawakian;;;;;;;;;;;;;x -SWK_fascist_dictatorship;Borneo Republic;;;;;;;;;;;;;x -SWK_fascist_dictatorship_ADJ;Bornean;;;;;;;;;;;;;x -SWK_conservative;Rajah Faction;Faction royale;Königsfraktion;;Facción real;;;;;;;;;x;;;;;;;;;;;;;; -SWK_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -SWK_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -SWK_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_fascist;The Borneo Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;;x;;;;;;;;;;;;;; -SIE;Transylvania;;;;;;;;;;;;;x -SIE_ADJ;Transylvanian;;;;;;;;;;;;;x -SXI;Shanxi;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;;x -SXI_presidential_dictatorship;Shanxi Clique;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;;x -SYR;Syria;;;;;;;;;;;;;x -SYR_ADJ;Syrian;;;;;;;;;;;;;x -SYR_liberal;Hizb al-Islah al-Suriy;;;;;;;;;;;;;x -SYR_conservative;Jam’iyat al-Arabiya al-Fatat;;;;;;;;;;;;;x -SYR_socialist;Haraka al-Ishtirakiyyun al-Arab;;;;;;;;;;;;;x -SYR_reactionary;Haraka al-Ahd al-Watani;;;;;;;;;;;;;x -SYR_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;;x -SYR_communist;Al-hizb ash-Shuyu'i as-Suri;;;;;;;;;;;;;x -SYR_fascist;Al-Hizb Al-Suri Al-Qawmi Al-'Ijtima'i;;;;;;;;;;;;;x -SZC;Sichuan;;;;;;;;;;;;x -SZC_ADJ;Sichuan;;;;;;;;;;;;x -SZC_presidential_dictatorship;Sichuan Clique;;;;;;;;;;;;x -SZC_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -SZC_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -SZC_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -SZC_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -SZC_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -SZC_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -SZC_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -TAI;Taiwan;;;;;;;;;;;;x -TAI_ADJ;Taiwanese;;;;;;;;;;;;x -TAI_conservative;Conservative Party;;;;;;;;;;;;x -TAI_liberal;Liberal Party;;;;;;;;;;;;x -TAI_reactionary;Nationalist Party;;;;;;;;;;;;x -TAI_anarcho_liberal;Radical Party;;;;;;;;;;;;x -TAI_socialist;Socialist Party;;;;;;;;;;;;x -TAI_communist;Communist Party;;;;;;;;;;;;x -TAI_fascist;Fascist Party;;;;;;;;;;;;x -TAJ;Tajikistan;;;;;;;;;;;;;x -TAJ_ADJ;Tajik;;;;;;;;;;;;;x -TAJ_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAR;Tatarstan;;;;;;;;;;;;;x -TAR_ADJ;Tatar;;;;;;;;;;;;;x -TAR_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -TAR_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -TAR_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -TAR_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -TAR_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -TAR_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -TAR_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -TAS;Tasmania;Tasmania;Tasmania;;;;;;;;;;;x -TAS_ADJ;Tasmanian;Tasmanian;Tasmanian;;;;;;;;;;;x -TAS_absolute_monarchy;Van Diemen's Land;Van Diemen's Land;Van Diemen's Land;;;;;;;;;;;x -TAS_absolute_monarchy_ADJ;Van Diemonian;Van Diemonian;Van Diemonian;;;;;;;;;;;x -TAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -TAS_conservative_1;Anti-Socialist Party;Anti-Socialist Party;Anti-Socialist Party;;;;;;;;;;;x -TAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -TAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -TAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -TAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -TAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -TAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -TAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -TAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -TAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -TAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -TCA;Transcaucasia;;;;;;;;;;;;x -TCA_ADJ;Transcaucasian;;;;;;;;;;;;x -TKG;Shogunate Japan;;;;;;;;;;;x -TKG_ADJ;Tokugawa;;;;;;;;;;;x -TKG_fascist;Kokuryukai;;;;;;;;;;;;;x -TKM;Turkmenistan;;;;;;;;;;;;;x -TKM_ADJ;Turkmenian;;;;;;;;;;;;;x -TKM_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS;Turkestan;;;;;;;;;;;;;x -TKS_ADJ;Turkic;;;;;;;;;;;;;x -TKS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TGA;Tonga;;;;;;;;;;;;;x -TGA_ADJ;Tongan;;;;;;;;;;;;;x -TNZ;Tanganyika;;;;;;;;;;;;x -TNZ_ADJ;Tanganyikan;;;;;;;;;;;;x -TNZ_liberal;Civic United Front;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_conservative;Party for Democracy and Progress;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_socialist;NCCR–Mageuzi;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_reactionary;Justice and Development Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_anarcho_liberal;United Democratic Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_communist;Party of the Revolution;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNZ_fascist;National Reconstruction Alliance;;;;;;;;;;;;x;;;;;;;;;;;;;; -TNT;Tannu Tuva;;;;;;;;;;;;;x -TNT_ADJ;Tuvan;;;;;;;;;;;;;x -TNT_reactionary;Lama Faction;Faction Lama;Lama-Fraktion;;;;;;;;;;;x -TNT_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -TNT_communist;Communist Party;Parti communiste ;Kommunistische Partei;;;;;;;;;;;x -TNT_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -TNT_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -TNT_conservative;Conservative Party;Parti conservateur;Konservative Partei;;;;;;;;;;;x -TNT_fascist;Unity Party;Parti unitaire;Einheitspartei;;;;;;;;;;;x -TOG;Togo;;;;;;;;;;;;x -TOG_ADJ;Togolese;;;;;;;;;;;;x -TOG_liberal;UCPN;;;;;;;;;;;x -TOG_conservative;Party of Progress;;;;;;;;;;;x -TOG_reactionary;Rally of the Togolese People;;;;;;;;;;;x -TOG_socialist;Party of Togolese Unity;;;;;;;;;;;x -TOG_anarcho_liberal;Rally of Young Togolese;;;;;;;;;;;x -TOG_communist;Juvento;;;;;;;;;;;x -TOG_fascist;Togolese People's Movement;;;;;;;;;;;x -TOS;Shikoku;;;;;;;;;;;;;x -TOS_ADJ;Shikokuan;;;;;;;;;;;;;x -TOS_absolute_monarchy;Tosa;;;;;;;;;;;;;x -TOS_prussian_constitutionalism;Tosa;;;;;;;;;;;;;x -TOS_hms_government;Tosa;;;;;;;;;;;;;x -TOS_absolute_monarchy_ADJ;Yamauchi;;;;;;;;;;;;;x -TOS_prussian_constitutionalism_ADJ;Yamauchi;;;;;;;;;;;;;x -TOS_hms_government_ADJ;Yamauchi;;;;;;;;;;;;;x -TOU;Tukulor Empire;;;;;;;;;;;;x -TOU_ADJ;Tukulor;;;;;;;;;;;;x -TOU_democracy;Tukulor Republic;;;;;;;;;;;;x -TOU_proletarian_dictatorship;Sahelian People's Republic;;;;;;;;;;;;x -TOU_fascist_dictatorship;Sahelian Republic;;;;;;;;;;;;x -TOU_bourgeois_dictatorship;Tukulor Republic;;;;;;;;;;;;x -TOU_presidential_dictatorship;Tukulor Republic;;;;;;;;;;;;x -TOU_proletarian_dictatorship_ADJ;Sahelian;;;;;;;;;;;;x -TOU_fascist_dictatorship_ADJ;Sahelian;;;;;;;;;;;;x -TPG;Heavenly Kingdom;;;;;;;;;;;;x -TPG_democracy;Taiping Republic;;;;;;;;;;;;;x -TPG_bourgeois_dictatorship;Taiping Republic;;;;;;;;;;;;;x -TPG_proletarian_dictatorship;Communist Taiping;;;;;;;;;;;;;x -TPG_fascist_dictatorship;Taiping;;;;;;;;;;;;;x -TPG_presidential_dictatorship;Taiping Clique;;;;;;;;;;;;;x -TPG_ADJ;Taiping;;;;;;;;;;;;x -TPG_conservative;West King;;;;;;;;;;;;x -TPG_liberal;Yi King;;;;;;;;;;;;x -TPG_reactionary;East King;;;;;;;;;;;;x -TPG_socialist;North King;;;;;;;;;;;;x -TPG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -TPG_communist;The Communist Faction;;;;;;;;;;;;x -TPG_fascist;The Fascist Faction;;;;;;;;;;;;x -TRE_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -TRE_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -TRE_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -TRE_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -TRE_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -TRE_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -TRE_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -TRE_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -TRK;Truk;Truk;Truk;;;;;;;;;;;;x -TRK_ADJ;Trukese;Trukese;Trukese;;;;;;;;;;;;x -TRS;Tarasco;;;;;;;;;;;;;x -TRS_ADJ;Tarascan;;;;;;;;;;;;;x -TTB;Trinidad;Trinité & Tobago;Trinidad & Tobago;;Trinidad & Tobago;;;;;;;;;x -TTB_ADJ;Trinidadian;Trinidadien;Trinidadisch;;Trinidadian;;;;;;;;;x -TTB_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -TTB_liberal;Citizens' Alliance;Citizens' Alliance;Citizens' Alliance;;;;;;;;;;;x -TTB_reactionary;National Party;National Party;National Party;;;;;;;;;;;x -TTB_socialist;People's Partnership;People's Partnership;People's Partnership;;;;;;;;;;;x -TTB_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;;x -TTB_anarcho_liberal;Butler Party;Butler Party;Butler Party;;;;;;;;;;;x -TTB_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -BYZ;Greek Empire;;;;;;;;;;;;;;;;;;;;x -BYZ_ADJ;Greek;;;;;;;;;;;;;;;;x -BYZ_democracy;Greek Federation;;;;;;;;;;;;;x -BYZ_presidential_dictatorship;Greek Federation;;;;;;;;;;;;;x -BYZ_bourgeois_dictatorship;Greek Federation;;;;;;;;;;;;;x -BYZ_proletarian_dictatorship;Socialist Balkan Union;;;;;;;;;;;;;x -TUR;Turkey;;;;;;;;;x;;;; -TUR_ADJ;Turkish;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -TUR_absolute_monarchy;The Ottoman Empire;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_absolute_monarchy_ADJ;Ottoman;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_prussian_constitutionalism;The Ottoman Empire;;;;;;;;;;;;;;;;;;;;;;;x -TUR_prussian_constitutionalism_ADJ;Ottoman;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_hms_government;The Ottoman Empire;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_hms_government_ADJ;Ottoman;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_bourgeois_dictatorship;Turkish Free State;;;;;;;;;;;;;x -TUR_proletarian_dictatorship;Turkish Socialist Republic;;;;;;;;;;;;;x -TUR_proletarian_dictatorship_ADJ;Turkish;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -TUR_reactionary;Nizam-i Alem;;;;;;;;;;;;;x -TUR_reactionary_2;Ittihad-i Muhammedi Firkasi;;;;;;;;;;;;;x -TUR_reactionary_3;Halâskâr Zabitân;;;;;;;;;;;;;x -TUR_reactionary_4;Fedailer Cemiyeti;;;;;;;;;;;;;x -TUR_conservative;Hükumet-i Hümayun;;;;;;;;;;;;;x -TUR_conservative_2;Selamet-i Osmaniye;;;;;;;;;;;;;x -TUR_conservative_3;Hürriyet ve Itilâf Firkasi;;;;;;;;;;;;;x -TUR_liberal_2;Tanzimat Firkasi;;;;;;;;;;;;;x -TUR_liberal_4;Osmanli Demokrat Firkasi;;;;;;;;;;;;;x -TUR_liberal_5;Halk Firkasi;;;;;;;;;;;;;x -TUR_socialist;Osmanli Köylü ve Amele Firkasi;;;;;;;;;;;;;x -TUR_socialist_3;Sosyalist Firka;;;;;;;;;;;;;x -TUR_communist;Ihtilalci Avam Firkasi;;;;;;;;;;;;;x -TUR_communist_2;Komünist Firka;;;;;;;;;;;;;x -TUR_communist_3;Halk Istirakiyun Firkasi;;;;;;;;;;;;;x -TUR_liberal;Ittihat ve Terakki Firkasi;;;;;;;;;;;;;x -TUR_liberal_3;Yeni Osmanlilar Cemiyeti;;;;;;;;;;;;;x -TUR_socialist_2;Osmanli Ahali Firkasi;;;;;;;;;;;;;x -TUR_anarcho_liberal;Osmanli Ahrar Firkasi;;;;;;;;;;;;;x -TUR_fascist;Ittihat ve Terakki Firkasi;;;;;;;;;;;;;x -TUR_fascist_2;Türk Ocagi;;;;;;;;;;;;;x -TUR_fascist_3;Milli Firka;;;;;;;;;;;;;x -TUS_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -TUS_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -TUS_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -TUS_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -TUS_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -TUS_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -TUS_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -TUS_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -TUS_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -UIL;The New American Alliance;;;;;;;;;;;;x;;; -UIL_proletarian_dictatorship;The New American Republic;;;;;;;;;;;;x -UIL_fascist_dictatorship;New America;;;;;;;;;;;;x -UIL_presidential_dictatorship;New America;;;;;;;;;;;;x -UIL_absolute_monarchy;The Kingdom of New America;;;;;;;;;;;;x -UIL_prussian_constitutionalism;The Kingdom of New America;;;;;;;;;;;;x -UIL_ADJ;New American;;;;;;;;;;;;x;;; -UIL_reactionary;New American Party;;;;;;;;;;;;;x -UIL_conservative;New Democratic Party;;;;;;;;;;;;;x -UIL_liberal;New Republican Party;;;;;;;;;;;;;x -UIL_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UIL_socialist;Socialist Party;;;;;;;;;;;;;x -UIL_communist;Industrial Workers of the World;;;;;;;;;;;;;;x -UIL_fascist;Supremacy Party;;;;;;;;;;;;;x -UNB;The Colorado Republic;;;;;;;;;;;;x;;; -UNB_absolute_monarchy;The Kingdom of Colorado;;;;;;;;;;;;x -UNB_prussian_constitutionalism;The Kingdom of Colorado;;;;;;;;;;;;x -UNB_hms_government;The Colorado Commonwealth;;;;;;;;;;;;x -UNB_ADJ;Coloradan;;;;;;;;;;;;x -UNB_reactionary;Colorado Party;;;;;;;;;;;;;x -UNB_conservative;New Democratic Party;;;;;;;;;;;;;x -UNB_liberal;New Republican Party;;;;;;;;;;;;;x -UNB_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UNB_socialist;Socialist Party;;;;;;;;;;;;;x -UNB_communist;Communist Party;;;;;;;;;;;;;x -UNB_fascist;Fascist Party;;;;;;;;;;;;;x -UNM;The Pueblo Republic;;;;;;;;;;;;x;;; -UNM_absolute_monarchy;New Mexico;;;;;;;;;;;;x -UNM_prussian_constitutionalism;New Mexico;;;;;;;;;;;;x -UNM_hms_government;New Mexico;;;;;;;;;;;;x -UNM_absolute_monarchy_ADJ;New Mexican;;;;;;;;;;;;x -UNM_prussian_constitutionalism_ADJ;New Mexican;;;;;;;;;;;;x -UNM_hms_government_ADJ;New Mexican;;;;;;;;;;;;x -UNM_proletarian_dictatorship;The Pueblo People's Republic;;;;;;;;;;;;x -UNM_ADJ;Pueblo;;;;;;;;;;;;x;;; -UNM_reactionary;New Pueblo Party;;;;;;;;;;;;;x -UNM_conservative;New Democratic Party;;;;;;;;;;;;;x -UNM_liberal;New Republican Party;;;;;;;;;;;;;x -UNM_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UNM_socialist;Socialist Party;;;;;;;;;;;;;x -UNM_communist;Communist Party;;;;;;;;;;;;;x -UNM_fascist;Fascist Party;;;;;;;;;;;;;x -UOR;The Oregon Country;;;;;;;;;;;;x;;; -UOR_absolute_monarchy;The Kingdom of Oregon;;;;;;;;;;;;;x -UOR_prussian_constitutionalism;The Kingdom of Oregon;;;;;;;;;;;;;x -UOR_hms_government;Oregon;;;;;;;;;;;;;x -UOR_proletarian_dictatorship;Oregon People's Republic;;;;;;;;;;;;;x -UOR_ADJ;Oregonian;;;;;;;;;;;;x;;; -UOR_fascist_dictatorship;Cascadia;;;;;;;;;;;;x;;; -UOR_fascist_dictatorship_ADJ;Cascadian;;;;;;;;;;;;x;;; -UOR_reactionary;True American Party;;;;;;;;;;;;;x -UOR_conservative;New Democratic Party;;;;;;;;;;;;;x -UOR_liberal;New Republican Party;;;;;;;;;;;;;x -UOR_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UOR_socialist;Socialist Party;;;;;;;;;;;;;x -UOR_communist;Communist Party;;;;;;;;;;;;;x -UOR_fascist;Cascadians;;;;;;;;;;;;;x -URA;Ural Republic;;;;;;;;;;;;;x -URA_absolute_monarchy;Ural State;;;;;;;;;;;;;x -URA_prussian_constitutionalism;Ural State;;;;;;;;;;;;;x -URA_hms_government;Ural State;;;;;;;;;;;;;x -URA_democracy;Ural Free State;;;;;;;;;;;;;x -URA_proletarian_dictatorship;Ural People's Republic;;;;;;;;;;;;;x -URA_ADJ;Ural;;;;;;;;;;;;;x -URA_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -USA;The United States of America;;;;;;;;;;;;;; -USA_bourgeois_dictatorship;The United States of America;;;;;;;;;;;;;; -USA_absolute_monarchy;The American Empire;;;;;;;;;;;;x -USA_prussian_constitutionalism;The American Empire;;;;;;;;;;;;x -USA_hms_government;The Kingdom of America;;;;;;;;;;;;x -USA_proletarian_dictatorship;The United Socialist States;;;;;;;;;;;;x -UYG;Uyghurstan;;;;;;;;;;;;;x -UYG_ADJ;Uyghur;;;;;;;;;;;;;x -UYG_absolute_monarchy;Kashgaria;;;;;;;;;;;;;x -UYG_prussian_constitutionalism;Kashgaria;;;;;;;;;;;;;x -UYG_hms_government;Kashgaria;;;;;;;;;;;;;x -UYG_absolute_monarchy_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_prussian_constitutionalism_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_hms_government_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB;Uzbekistan;;;;;;;;;;;;;x -UZB_ADJ;Uzbek;;;;;;;;;;;;;x -UZB_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -VEN_democracy;Republic of San Marco;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -VEN_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -VEN_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -VEN_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -VEN_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -VEN_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -VEN_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -VEN_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -VEN_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -VIC;Victoria;Victoria;Victoria;;;;;;;;;;;x -VIC_ADJ;Victorian;Victorian;Victorian;;;;;;;;;;;x -VIC_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -VIC_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -VIC_conservative_2;National Party;National Party;National Party;;;;;;;;;;;x -VIC_conservative_3;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -VIC_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -VIC_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -VIC_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -VIC_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -VIC_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -VIC_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -VIC_reactionary_2;Victorian Farmers Union;Victorian Farmers Union;Victorian Farmers Union;;;;;;;;;;;x -VIC_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -VIC_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -VIC_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -WAS;Western Australia;Western Australia;Western Australia;;;;;;;;;;;x -WAS_ADJ;West Australian;West Australian;West Australian;;;;;;;;;;;x -WAS_fascist_dictatorship;Westralia;Westralia;Westralia;;;;;;;;;;;x -WAS_fascist_dictatorship_ADJ;Westralian;Westralian;Westralian;;;;;;;;;;;x -WAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -WAS_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -WAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -WAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -WAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -WAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -WAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -WAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -WAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -WAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -WAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -WES;Westfalen;;;;;;;;;;;;;x; -WES_ADJ;Westphalian ;;;;;;;;;;;;;;x -WES_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -WHA;Wales;;;;;;;;;;;;;x -WHA_ADJ;Welsh;;;;;;;;;;;;;x -WHA_liberal;Democratiaid Rhyddfrydol;;;;;;;;;;;;;x -WHA_conservative;Plaid Geidwadol;;;;;;;;;;;;;x -WHA_socialist;Plaid Cymru;;;;;;;;;;;;;x -WHA_anarcho_liberal;Anarchwyr;;;;;;;;;;;;;x -WHA_fascist;Meibion Glyndwr;;;;;;;;;;;;;x -WHA_communist;Plaid Gomiwnyddol;;;;;;;;;;;;;x -WHA_reactionary;Plaid Genedlaethol;;;;;;;;;;;;;x -XBI_ADJ;Qinghai;;;;;;;;;;;;;x -XBI_presidential_dictatorship;Ma Clique;;;;;;;;;;;;;;;;x -XBI_presidential_dictatorship_ADJ;Hui;;;;;;;;;;;;;x -XBI_reactionary_2;Confucianist Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XBI_conservative_2;Amban Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XBI_liberal_2;Reformer Faction;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -XIN_presidential_dictatorship;Xinjiang Clique;Clique de Xinjiang;Xinjiang-Clique;;;;;;;;;;;x -YAK;Yakutia;;;;;;;;;;;;;x -YAK_ADJ;Yakut;;;;;;;;;;;;;x -YAK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -YAK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -YAK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -YAK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -YAK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -YAK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -YAK_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -YAP;Yap;Yap;Yap;;;;;;;;;;;;x -YAP_ADJ;Yapese;Yapese;Yapese;;;;;;;;;;;;x -YNN_presidential_dictatorship;Yunnan Clique;Clique de Yunnan;Yunnan-Clique;;;;;;;;;;;x -YUC;Yucatan;;;;;;;;;;;;;x -YUC_ADJ;Yucatecan;;;;;;;;;;;;;x -YUC_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YZW;Yonezawa;;;;;;;;;;;;;x -YZW_ADJ;Yonezawan;;;;;;;;;;;;;x -YZW_absolute_monarchy_ADJ;Uesugi;;;;;;;;;;;;;x -YZW_prussian_constitutionalism_ADJ;Uesugi;;;;;;;;;;;;;x -YZW_hms_government_ADJ;Uesugi;;;;;;;;;;;;;x -ZAM;Zambia;;;;;;;;;;;;x -ZAM_ADJ;Zambian;;;;;;;;;;;;x -ZAM_liberal;United Party for National Development;;;;;;;;;;;;x -ZAM_conservative;Movement for Multi-Party Democracy;;;;;;;;;;;;x -ZAM_socialist;United Progressive Party;;;;;;;;;;;;x -ZAM_reactionary;National Restoration Party;;;;;;;;;;;;x -ZAM_anarcho_liberal;National Party;;;;;;;;;;;;x -ZAM_communist;United National Independence Party;;;;;;;;;;;;x -ZAM_fascist;Fourth Revolution Party ;;;;;;;;;;;;x -### African Kingdoms ###;;;;;;;;;;;;;;x -ARO;Aro;Aro;Aro;;Aro;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_ADJ;Aro;Aro;Aro;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_conservative;Eze Aro Faction;Faction Eze Aro;Eze Aro Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_proletarian_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_proletarian_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_fascist_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_fascist_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_bourgeois_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_bourgeois_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_presidential_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_presidential_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_democracy;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_democracy_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ASH;Ashanti;Ashanti;Aschanti;;Asantia;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_ADJ;Ashanti;Ashanti;Aschanti;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_conservative_2;National Liberation Movement;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_liberal_2;United Gold Coast Convention;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_reactionary_2;National Liberation Council;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_anarcho_liberal;Progress Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_socialist;Ghana Congress Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_communist;Convention People's Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_fascist;Popular Front Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -GHN;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -GHN_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -AZA;Azande;Azande;Azande;;Azande;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_ADJ;Zande;Zande;Zande;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN;Benin;Bénin;Benin;;Benín;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_ADJ;Beninese;Béninois;Benin;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_conservative;Oba's Faction;Faction Obo;Oba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD;Burundi;Burundi;Burundi;;Burundi;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_ADJ;Burundian;Burundaise;Burundische;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_conservative;Country Democratic Union;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_liberal;APRODEBA;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_reactionary;Union for National Progress;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_anarcho_liberal;Abanyamajambere Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_socialist;Rural Democratic Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_communist;Burundi Workers' Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_fascist;People's Union of Burundi;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH;Lesotho;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_absolute_monarchy;Basotho;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_ADJ;Basotho;Basotho;Basotho;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG;Uganda;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_absolute_monarchy;Buganda;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_ADJ;Ugandan;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_conservative;Uganda Patriotic Movement;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_liberal;Democratic Party;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_reactionary;Kabaka Yekka;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_anarcho_liberal;Federal Democratic Party;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_socialist;Uganda People's Congress;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_communist;African Farmers Union;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_fascist;Freedom and Unity Front;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA;Calabar;Calabar;Calabar;;Calabar;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_ADJ;Calabarean;Calabarien;Calabarische;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_conservative;Duke Town Faction;Faction de Duke Town;Duke Town Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_liberal;Creek Town Faction;Faction de Creek Town;Creek Town Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_absolute_monarchy;Dahomey;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_absolute_monarchy_ADJ;Dahomean;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_prussian_constitutionalism;Dahomey;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_prussian_constitutionalism_ADJ;Dahomean;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_hms_government;Dahomey;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_hms_government_ADJ;Dahomean;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH;Benin;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_ADJ;Beninese;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_proletarian_dictatorship;People's Republic of Benin;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_conservative;Ahosu Faction;Faction Ahosu;Ahosu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_liberal;Liberal Faction;Faction Libéral;Liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_conservative_2;Progressive Union;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_reactionary_2;Ethnic Group of the North;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_liberal_2;Republican Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_anarcho_liberal;BMFD;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_socialist;African People's Bloc;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_communist;People's Revolutionary Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_fascist;Fascist Front;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM;Damagaram;Damagaram;Damagaram;;Damgaram;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_ADJ;Damagaram;Damagaram;Damagaram;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_proletarian_dictatorship;Hausa Republic;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_proletarian_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_presidential_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_presidential_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_bourgeois_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_bourgeois_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_fascist_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_fascist_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_democracy;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_democracy_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAR;Darfur;Darfour;Darfur;;Darfur;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_ADJ;Darfuri;Darfourienne;Darfur;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_conservative;Sultan's Faction;Faction sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND;Dendi;Dendi;Dendi;;Dendi;;;;;;;;;;x;;;;;;;;;;;;;; -DND_ADJ;Dendi;Dendi;Dendi;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_conservative;Askiya Faction;Faction Askiya;Askiya Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_proletarian_dictatorship;Songhai Republic;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_proletarian_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_presidential_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_presidential_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_bourgeois_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_bourgeois_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_fascist_dictatorship;Dendi Republic;Dendi;Dendi;;Dendi;;;;;;;;;;x;;;;;;;;;;;;;; -DND_democracy;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_democracy_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -GBU;Guinea-Bissau;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_absolute_monarchy;Gabu;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_absolute_monarchy_ADJ;Gabuan;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_ADJ;Bissau-Guinean;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_conservative;Mansaba Faction;Faction Mansaba;Mansaba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_conservative_2;Democratic Front;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_liberal_2;Party for Social Renewal;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_reactionary_2;Guinean Civic Forum;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_anarcho_liberal;Democratic Party of Progress;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_socialist;Struggle Front for Independence;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_communist;African Party of Independence;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_fascist;Bafatá Movement;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -GEL;Geledi;Geledi;Geledi;;Geledi;;;;;;;;;;x;;;;;;;;;;;;;; -GEL_ADJ;Geledi;Geledien;Geledisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -GEL_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;;x;;;;;;;;;;;;;; -GEL_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -GEL_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -GEL_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_fascist;The Greater Somalia Faction;La Faction Grande Somalie;Die Größere Somalia Fraktion;;El Gran Somalia Facción;;;;;;;;;x;;;;;;;;;;;;;; -JAL;Futa Jallon;Fouta Djalon;Fuuta Jalon;;Fouta Yallon;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_ADJ;Jallon;Djalon;Jalon;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_conservative;Almami's Faction;Faction Almami;Almami Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO;Bornu;Kanem-Bornu;Kanem-Bornu;;Kanem-Bornu;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_ADJ;Bornu;Bornu;Bornu;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_conservative;Mai Faction;Faction Mai;Mai Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_socialist;People's welfare Faction;Faction du bien-être populaire;Volksbetreuungsamt Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_fascist;Greater Kanem-Bornu Faction;Faction du Grand Empire du Kanem-Bornou;Großer Kanem-Bornu ReichFraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG;Wattara;Ouattara;Wattara;;Wattara;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_ADJ;Wattaran;Wattaran;Wattaran;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_conservative;Fama's Faction;Faction Fama;Fama Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON;Kongo;Kongo;Kongo;;Congo;;;;;;;;;;x;;;;;;;;;;;;;; -KON_ADJ;Kongolese;Kongolaise;Kongolesische;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_conservative;MweneKongo Faction;Faction MweneKongo;MweneKongo Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB;Kuba;Kuba;Kuba;;Kuba;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_ADJ;Kuba;Kuba;Kuba;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_conservative;Nyim's Faction;Faction Nyim;Nyim Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_reactionary;Aristocrat's faction;Faction des aristocrates;Aristokraten Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB;Kazembe;Kazembe;Kazembe;;Cazembe;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_ADJ;Kazembe;Kazembe;Kazembe;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_conservative;Mwata Faction;Faction Mwata;Mwata fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA;Luba;Luba;Luba;;Luba;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_ADJ;Luba;Luba;Luba;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA;Loango;Loango;Loango;;Loango;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_ADJ;Loangoese;Loangoaise;Loangoische;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_conservative;Ma Lwããgu's Faction;Faction Ma Lwããgu;Ma Lwããgu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_reactionary;Traditions Faction;Faction des traditions;Traditionen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN;Lunda;Lunda;Lunda;;Lunda;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_ADJ;Lunda;Lundas;Lunda;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ;Majeerteen;Majeerteen;Majeerteen;;Majeerteen;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_ADJ;Majeerteen;Majeerteenien;Majeerteenisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_fascist;The Islamic Faction;La faction islamique;Die islamische Fraktion;;La facción islámica;;;;;;;;;x;;;;;;;;;;;;;; -MAS;Massina;Macina;Massina;;Massina;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_ADJ;Massinan;Massinan;Massinan;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT;Matabele;Matabele;Matabele;;Matabele;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_ADJ;Matabele;Matabele;Matabele;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG;Mongo;Mongo;Mongo;;Mongo;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_ADJ;Mongo;Mongo;Mongo;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS;Mossi;Mossi;Mossi;;Mossi;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_ADJ;Mossi;Mossis;Mossi;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_conservative;Mogho Naba Faction;Faction Mogho Naba;Mogho Naba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_anarcho_liberal;Radical Party;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_socialist;Socialist Party;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_communist;Communist Party;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_fascist;Fascist Party;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_proletarian_dictatorship;Upper Volta;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_proletarian_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_fascist_dictatorship;Upper Volta;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_fascist_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_presidential_dictatorship;Upper Volta;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_presidential_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_bourgeois_dictatorship;Upper Volta;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_bourgeois_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_democracy;Upper Volta;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_democracy_ADJ;Upper Voltan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO;Oyo;Oyo;Oyo;;Oyo;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_ADJ;Oyo;Oyo;Oyo;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_conservative;Alaafin's Faction;Faction Alaafin;Alaafin Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA;Rwanda;Ruanda;Ruanda;;Ruanda;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_ADJ;Rwandan;Ruandaise;Ruandische;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_conservative;Centrist Democratic Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_liberal;Liberal Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_reactionary;MDR-Parmehutu;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_anarcho_liberal;Radical-Liberal Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_socialist;Social Democratic Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_communist;APROSOMA;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_fascist;Fascist Party of Rwanda;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG;Bambara;Ségou;Segu;;Segu;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_ADJ;Bambara;Bambaras;Bambara;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_fascist;New Empire Faction;Faction pour le nouvel empire;Neue Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO;Shonaland;Shona;Shona;;Shona;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_ADJ;Shona;Shona;Shona;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHW;Shewa;Shewa;Shewa;;Shewa;;;;;;;;;;x;;;;;;;;;;;;;; -SHW_ADJ;Shewan;Shewaien;Shewaisch;;Shewa;;;;;;;;;x;;;;;;;;;;;;;; -SHW_conservative;Negus's Faction;Faction Negus;Negus Fraktion;;Facción Negus;;;;;;;;;x;;;;;;;;;;;;;; -SHW_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -SHW_reactionary;The Church Faction;La Faction Eglise;Die Kirche Fraktion;;La Facción Iglesia;;;;;;;;;x;;;;;;;;;;;;;; -SHW_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -SHW_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -SHW_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -SHW_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;;x;;;;;;;;;;;;;; -SOM;Somaliland;Somalia;Somalia;;Somalia;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_ADJ;Somali;Somali;Somalisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_proletarian_dictatorship;Somali Democratic Republic;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_liberal;Somali Democratic Union;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_anarcho_liberal;Somali National Congress;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_conservative;United Somali Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_reactionary;Somali National League;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_socialist;Somali Youth League;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_communist;Somali Revolutionary Socialist Party;;;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_fascist;Greater Somalia League;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA;Suazi;Suazi;Suazi;;Suazi;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_ADJ;Suazi;Suazi;Suazi;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_democracy;Swaziland;;;;;;;;;;;;;;x -SUA_fascist_dictatorship;Swatini;;;;;;;;;;;;;;x -SUA_fascist_dictatorship_ADJ;Siswati;;;;;;;;;;;;;;x -SUA_proletarian_dictatorship;Swaziland;;;;;;;;;;;;;;x -SUA_presidential_dictatorship;Swaziland;;;;;;;;;;;;;;x -SUA_bourgeois_dictatorship;Swaziland;;;;;;;;;;;;;;x -TOO;Futa Tooro;Futa Toro;Fuua Toro;;Fouta Toro;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_ADJ;Tooro;Toro;Toro;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_conservative;Almaami Faction;Faction Almaami;Almaami Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_fascist;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW;Bechuanaland;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_ADJ;Tswana;Tswana;Tswana;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_conservative;Bechuanaland Independence Party;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_liberal;Bechuanaland People's Party;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_reactionary;Bechuanaland National Front;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_anarcho_liberal;Bechuanaland Alliance Movement;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_socialist;Bechuanaland Democratic Party;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_communist;International Socialist Organization;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_fascist;Bechuanaland Fascist Front;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD;Wadai;Ouaddaï;Wadai;;Ouaddai;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_ADJ;Wadai;Wadai;Wadai;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_conservative;Kolak's Faction;Faction Kolak;Kolak Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI;Warri;Warri;Warri;;Warri;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_ADJ;Warri;Warri;Warri;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_conservative;Olu's Faction;Faction Olu;Olu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL;Wolof;Djolof;Jolof;;wólof;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_ADJ;Wolof;Djolof;Jolof;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_conservative;Buur-ba's Faction;Faction Buur-ba;Buur-ba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO;Xhosa;Xhosa;Xhosa;;Kosoj;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_ADJ;Xhosa;Xhosa;Xhosa;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_conservative;Conservative Faction;Faction conservateur;Konservative Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_liberal;Liberal Faction;Faction libéral;Liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_democracy;Xhosaland;;;;;;;;;;;;;;x -AGC;Angoche;;;;;;;;;;;;x -AGC_ADJ;Angochen;;;;;;;;;;;;x -AGC_conservative;Sultan's Faction;;;;;;;;;;;;x -AGC_liberal;Reform Faction;;;;;;;;;;;;x -AGC_reactionary;Islamic faction;;;;;;;;;;;;x -AGC_anarcho_liberal;Radical Faction;;;;;;;;;;;;x -AGC_socialist;Socialist Party;;;;;;;;;;;;x -AGC_communist;Communist Party;;;;;;;;;;;;x -AGC_fascist;Fascist Faction;;;;;;;;;;;;x -GAZ;Gaza;;;;;;;;;;;;x -GAZ_ADJ;Nguni;;;;;;;;;;;;x -GAZ_conservative;King's Faction;;;;;;;;;;;;x -GAZ_liberal;Reform Faction;;;;;;;;;;;;x -GAZ_reactionary;Traditionalist faction;;;;;;;;;;;;x -GAZ_anarcho_liberal;Freedom Faction;;;;;;;;;;;;x -GAZ_socialist;People's Front;;;;;;;;;;;;x -GAZ_communist;Communist Party;;;;;;;;;;;;x -GAZ_fascist;Fascist Faction;;;;;;;;;;;;x -TRZ;Trarza;;;;;;;;;;;;x -TRZ_ADJ;Trarzan;;;;;;;;;;;;x -TRZ_conservative;Emir's Faction;;;;;;;;;;;;x -TRZ_liberal;Reform Faction;;;;;;;;;;;;x -TRZ_reactionary;Islamic faction;;;;;;;;;;;;x -TRZ_conservative_2;Progressive Union;;;;;;;;;;;;x -TRZ_liberal_2;Agreement Party;;;;;;;;;;;;x -TRZ_reactionary_2;People's Party;;;;;;;;;;;;x -TRZ_anarcho_liberal;Radical Faction;;;;;;;;;;;;x -TRZ_socialist;Association of the Young Mauritanians;;;;;;;;;;;;x -TRZ_communist;Mauritanian Entente;;;;;;;;;;;;x -TRZ_fascist;Nahda;;;;;;;;;;;;x -TRZ_proletarian_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_proletarian_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_presidential_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_presidential_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_bourgeois_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_bourgeois_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_fascist_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_fascist_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_democracy;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_democracy_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -AWS;Aussa;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_ADJ;Afar;Afar;Afar;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_liberal;Reformers Faction;Faction réformateurs;Reformatoren Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_socialist;Afar People's Party;Afar Parti populaire;Afar Volkspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_communist;Afar Communist Party;Afar Parti communiste;Afar Kommunistischen Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON;Gonder;Gonder;Gonder;;Gonder;;;;;;;;;;x;;;;;;;;;;;;;; -GON_ADJ;Amhara;Amhara;Amhara;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_conservative;Imperial Faction;Faction impériale;Imperialen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_reactionary;Ras Faction;Faction Ras;Ras Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR;Harar;Harar;Harar;;Harar;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_ADJ;Harari;Hararienne;Hararische;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_conservative;Emir's Faction;Faction Emir;Emir Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_reactionary;Religious Faction;Faction religieuse;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_fascist;Islamic Party;Parti islamique;Islamische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF;Kaffa;Kaffa;Kaffa;;Kaffa;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_ADJ;Kaffan;Kaffaienne;Kaffaische;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_conservative;Royal faction;Faction royale;Königliche Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID;Sidama;Sidama;Sidama;;Sidama;;;;;;;;;;x;;;;;;;;;;;;;; -SID_ADJ;Sidaman;Sidamaienne;Sidamaische;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_conservative;Aristocratic Faction;Faction aristocratique;Aristokratischen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG;Tigray;Tigray;Tigray;;Tigray;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_ADJ;Tigrayan;Tigrayienne;Tigrayische;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_conservative;Faction of the Ras of Tigray;Faction de l'Ras du Tigré;Fraktion der Ras von Tigray;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_socialist;Tigrayan People's Liberation Front;Front de libération du Tigrayienne populaire;Tigrayan Volksbefreiungsfront;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_communist;Tigrayan Communist Party;Tigrayienne Parti communiste;Tigrayan Kommunistischen Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UTI_ADJ;Territories Exchange;;;;;;;;;;;;x;;;;;;;;;;;;;; +SRI;Sri Lanka;;;;;;;;;;;;; +SRI_ADJ;Sri Lankan;;;;;;;;;;;;; +SRI_absolute_monarchy;Ceylon;;;;;;;;;;;;; +SRI_prussian_constitutionalism;Ceylon;;;;;;;;;;;;; +SRI_hms_government;Ceylon;;;;;;;;;;;;; +SRI_absolute_monarchy_ADJ;Ceylonian;;;;;;;;;;;;; +SRI_prussian_constitutionalism_ADJ;Ceylonian;;;;;;;;;;;;; +SRI_hms_government_ADJ;Ceylonian;;;;;;;;;;;;; +SRI_conservative;Royal Faction;;;;;;;;;;;;; +SRI_liberal;The Liberal Faction;;;;;;;;;;;;; +SRI_reactionary;The Nationalist Faction;;;;;;;;;;;;; +SRI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +SRI_socialist;The Socialist Faction;;;;;;;;;;;;; +SRI_communist;The Communist Faction;;;;;;;;;;;;; +SRI_fascist;The Fascist Faction;;;;;;;;;;;;; +BKF;Upper Volta;;;;;;;;;;;;; +BKF_ADJ;Voltaic;;;;;;;;;;;;; +BKF_liberal;UNDD;;;;;;;;;;;;; +BKF_anarcho_liberal;Voltaic Progressive Union;;;;;;;;;;;;; +BKF_conservative;Voltaic Union;;;;;;;;;;;;; +BKF_reactionary;UDV-RDA;;;;;;;;;;;;; +BKF_socialist;Voltaic Democratic Movement;;;;;;;;;;;;; +BKF_communist;Voltaic Communist Organization;;;;;;;;;;;;; +BKF_fascist;Rejectors Front;;;;;;;;;;;;; +SUD;Sudan;;;;;;;;;;;;; +SUD_theocracy;Mahdist Sudan;;;;;;;;;;;;; +SUD_ADJ;Sudanese;;;;;;;;;;;;; +SUD_reactionary;The Mahdists;;;;;;;;;;;;; +SUD_conservative;Al Muhafidh;;;;;;;;;;;;; +SUD_liberal;Al Mutaharir;;;;;;;;;;;;; +SUD_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;; +SUD_socialist;Al Ishtiraki;;;;;;;;;;;;; +SUD_communist;Al Shiu'i;;;;;;;;;;;;; +SUD_fascist;Al Fashi;;;;;;;;;;;;; +SUL;Sulu;;;;;;;;;;;;; +SUL_ADJ;Sulu;;;;;;;;;;;;; +SUL_conservative;Conservatist Faction;;;;;;;;;;;;; +SUL_liberal;Reformist Faction;;;;;;;;;;;;; +SUL_socialist;Progressive Faction;;;;;;;;;;;;; +SUL_communist;Communist Faction;;;;;;;;;;;;; +SUL_reactionary;Nationalist Faction;;;;;;;;;;;;; +SUL_anarcho_liberal;Radical Faction;;;;;;;;;;;;; +SUL_fascist;Fascist faction;;;;;;;;;;;;; +SVY;Savoy;;;;;;;;;;;;; +SVY_ADJ;Savoyard;;;;;;;;;;;;; +SWH;Schleswig-Holstein;;;;;;;;;;;;; +SWH_ADJ;Schleswigian;;;;;;;;;;;;; +SWH_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;; +SWH_conservative;Zentrumspartei;;;;;;;;;;;;; +SWH_liberal_2;Nationalliberale;;;;;;;;;;;;; +SWH_liberal_3;Freisinnige Partei;;;;;;;;;;;;; +SWH_socialist;Deutscher Arbeiterverein;;;;;;;;;;;;; +SWH_socialist_2;Sozialdem. Arbeiterpartei;;;;;;;;;;;;; +SWH_socialist_3;Sozial. Arbeiterpartei;;;;;;;;;;;;; +SWH_reactionary;Nationale Partei;;;;;;;;;;;;; +SWH_conservative_2;Konservative Partei;;;;;;;;;;;;; +SWH_conservative_3;Christsoz. Arbeiterpartei;;;;;;;;;;;;; +SWH_anarcho_liberal;Radical Arbeiterpartei;;;;;;;;;;;;; +SWH_communist;Communist Arbeiterpartei;;;;;;;;;;;;; +SWH_fascist;NSDP;;;;;;;;;;;;; +SWK;Sarawak;;;;;;;;;;;;; +SWK_ADJ;Sarawakian;;;;;;;;;;;;; +SWK_fascist_dictatorship;Borneo Republic;;;;;;;;;;;;; +SWK_fascist_dictatorship_ADJ;Bornean;;;;;;;;;;;;; +SWK_conservative;Rajah Faction;Faction royale;Königsfraktion;;Facción real;;;;;;;;; +SWK_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;; +SWK_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;; +SWK_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;; +SWK_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;; +SWK_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;; +SWK_fascist;The Borneo Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;; +SIE;Transylvania;;;;;;;;;;;;; +SIE_ADJ;Transylvanian;;;;;;;;;;;;; +SXI;Shanxi;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;; +SXI_presidential_dictatorship;Shanxi Clique;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;; +SYR;Syria;;;;;;;;;;;;; +SYR_ADJ;Syrian;;;;;;;;;;;;; +SYR_liberal;Hizb al-Islah al-Suriy;;;;;;;;;;;;; +SYR_conservative;Jam’iyat al-Arabiya al-Fatat;;;;;;;;;;;;; +SYR_socialist;Haraka al-Ishtirakiyyun al-Arab;;;;;;;;;;;;; +SYR_reactionary;Haraka al-Ahd al-Watani;;;;;;;;;;;;; +SYR_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;; +SYR_communist;Al-hizb ash-Shuyu'i as-Suri;;;;;;;;;;;;; +SYR_fascist;Al-Hizb Al-Suri Al-Qawmi Al-'Ijtima'i;;;;;;;;;;;;; +SZC;Sichuan;;;;;;;;;;;;; +SZC_ADJ;Sichuan;;;;;;;;;;;;; +SZC_presidential_dictatorship;Sichuan Clique;;;;;;;;;;;;; +SZC_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;; +SZC_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +SZC_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;; +SZC_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +SZC_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;; +SZC_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;; +SZC_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +TAI;Taiwan;;;;;;;;;;;;; +TAI_ADJ;Taiwanese;;;;;;;;;;;;; +TAI_conservative;Conservative Party;;;;;;;;;;;;; +TAI_liberal;Liberal Party;;;;;;;;;;;;; +TAI_reactionary;Nationalist Party;;;;;;;;;;;;; +TAI_anarcho_liberal;Radical Party;;;;;;;;;;;;; +TAI_socialist;Socialist Party;;;;;;;;;;;;; +TAI_communist;Communist Party;;;;;;;;;;;;; +TAI_fascist;Fascist Party;;;;;;;;;;;;; +TAJ;Tajikistan;;;;;;;;;;;;; +TAJ_ADJ;Tajik;;;;;;;;;;;;; +TAJ_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +TAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +TAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +TAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +TAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +TAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +TAJ_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +TAR;Tatarstan;;;;;;;;;;;;; +TAR_ADJ;Tatar;;;;;;;;;;;;; +TAR_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +TAR_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +TAR_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +TAR_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +TAR_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +TAR_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +TAR_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +TAS;Tasmania;Tasmania;Tasmania;;;;;;;;;;; +TAS_ADJ;Tasmanian;Tasmanian;Tasmanian;;;;;;;;;;; +TAS_absolute_monarchy;Van Diemen's Land;Van Diemen's Land;Van Diemen's Land;;;;;;;;;;; +TAS_absolute_monarchy_ADJ;Van Diemonian;Van Diemonian;Van Diemonian;;;;;;;;;;; +TAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +TAS_conservative_1;Anti-Socialist Party;Anti-Socialist Party;Anti-Socialist Party;;;;;;;;;;; +TAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +TAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +TAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +TAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +TAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +TAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +TAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +TAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;; +TAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +TAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +TCA;Transcaucasia;;;;;;;;;;;;; +TCA_ADJ;Transcaucasian;;;;;;;;;;;;; +TKG;Shogunate Japan;;;;;;;;;;;;; +TKG_ADJ;Tokugawa;;;;;;;;;;;;; +TKG_fascist;Kokuryukai;;;;;;;;;;;;; +TKM;Turkmenistan;;;;;;;;;;;;; +TKM_ADJ;Turkmenian;;;;;;;;;;;;; +TKM_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +TKM_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +TKM_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +TKM_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +TKM_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +TKM_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +TKM_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +TKS;Turkestan;;;;;;;;;;;;; +TKS_ADJ;Turkic;;;;;;;;;;;;; +TKS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +TKS_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +TKS_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +TKS_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +TKS_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +TKS_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +TKS_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +TGA;Tonga;;;;;;;;;;;;; +TGA_ADJ;Tongan;;;;;;;;;;;;; +TNZ;Tanganyika;;;;;;;;;;;;; +TNZ_ADJ;Tanganyikan;;;;;;;;;;;;; +TNZ_liberal;Civic United Front;;;;;;;;;;;;; +TNZ_conservative;Party for Democracy and Progress;;;;;;;;;;;;; +TNZ_socialist;NCCR–Mageuzi;;;;;;;;;;;;; +TNZ_reactionary;Justice and Development Party;;;;;;;;;;;;; +TNZ_anarcho_liberal;United Democratic Party;;;;;;;;;;;;; +TNZ_communist;Party of the Revolution;;;;;;;;;;;;; +TNZ_fascist;National Reconstruction Alliance;;;;;;;;;;;;; +TNT;Tannu Tuva;;;;;;;;;;;;; +TNT_ADJ;Tuvan;;;;;;;;;;;;; +TNT_reactionary;Lama Faction;Faction Lama;Lama-Fraktion;;;;;;;;;;; +TNT_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +TNT_communist;Communist Party;Parti communiste ;Kommunistische Partei;;;;;;;;;;; +TNT_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;; +TNT_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;; +TNT_conservative;Conservative Party;Parti conservateur;Konservative Partei;;;;;;;;;;; +TNT_fascist;Unity Party;Parti unitaire;Einheitspartei;;;;;;;;;;; +TOG;Togo;;;;;;;;;;;;; +TOG_ADJ;Togolese;;;;;;;;;;;;; +TOG_liberal;UCPN;;;;;;;;;;;;; +TOG_conservative;Party of Progress;;;;;;;;;;;;; +TOG_reactionary;Rally of the Togolese People;;;;;;;;;;;;; +TOG_socialist;Party of Togolese Unity;;;;;;;;;;;;; +TOG_anarcho_liberal;Rally of Young Togolese;;;;;;;;;;;;; +TOG_communist;Juvento;;;;;;;;;;;;; +TOG_fascist;Togolese People's Movement;;;;;;;;;;;;; +TOS;Shikoku;;;;;;;;;;;;; +TOS_ADJ;Shikokuan;;;;;;;;;;;;; +TOS_absolute_monarchy;Tosa;;;;;;;;;;;;; +TOS_prussian_constitutionalism;Tosa;;;;;;;;;;;;; +TOS_hms_government;Tosa;;;;;;;;;;;;; +TOS_absolute_monarchy_ADJ;Yamauchi;;;;;;;;;;;;; +TOS_prussian_constitutionalism_ADJ;Yamauchi;;;;;;;;;;;;; +TOS_hms_government_ADJ;Yamauchi;;;;;;;;;;;;; +TOU;Tukulor Empire;;;;;;;;;;;;; +TOU_ADJ;Tukulor;;;;;;;;;;;;; +TOU_democracy;Tukulor Republic;;;;;;;;;;;;; +TOU_proletarian_dictatorship;Sahelian People's Republic;;;;;;;;;;;;; +TOU_fascist_dictatorship;Sahelian Republic;;;;;;;;;;;;; +TOU_bourgeois_dictatorship;Tukulor Republic;;;;;;;;;;;;; +TOU_presidential_dictatorship;Tukulor Republic;;;;;;;;;;;;; +TOU_proletarian_dictatorship_ADJ;Sahelian;;;;;;;;;;;;; +TOU_fascist_dictatorship_ADJ;Sahelian;;;;;;;;;;;;; +TPG;Heavenly Kingdom;;;;;;;;;;;;; +TPG_democracy;Taiping Republic;;;;;;;;;;;;; +TPG_bourgeois_dictatorship;Taiping Republic;;;;;;;;;;;;; +TPG_proletarian_dictatorship;Communist Taiping;;;;;;;;;;;;; +TPG_fascist_dictatorship;Taiping;;;;;;;;;;;;; +TPG_presidential_dictatorship;Taiping Clique;;;;;;;;;;;;; +TPG_ADJ;Taiping;;;;;;;;;;;;; +TPG_conservative;West King;;;;;;;;;;;;; +TPG_liberal;Yi King;;;;;;;;;;;;; +TPG_reactionary;East King;;;;;;;;;;;;; +TPG_socialist;North King;;;;;;;;;;;;; +TPG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;; +TPG_communist;The Communist Faction;;;;;;;;;;;;; +TPG_fascist;The Fascist Faction;;;;;;;;;;;;; +TRE_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;; +TRE_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;; +TRE_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;; +TRE_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;; +TRE_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;; +TRE_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;; +TRE_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +TRE_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +TRK;Truk;Truk;Truk;;;;;;;;;;; +TRK_ADJ;Trukese;Trukese;Trukese;;;;;;;;;;; +TRS;Tarasco;;;;;;;;;;;;; +TRS_ADJ;Tarascan;;;;;;;;;;;;; +TTB;Trinidad;Trinité & Tobago;Trinidad & Tobago;;Trinidad & Tobago;;;;;;;;; +TTB_ADJ;Trinidadian;Trinidadien;Trinidadisch;;Trinidadian;;;;;;;;; +TTB_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +TTB_liberal;Citizens' Alliance;Citizens' Alliance;Citizens' Alliance;;;;;;;;;;; +TTB_reactionary;National Party;National Party;National Party;;;;;;;;;;; +TTB_socialist;People's Partnership;People's Partnership;People's Partnership;;;;;;;;;;; +TTB_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;; +TTB_anarcho_liberal;Butler Party;Butler Party;Butler Party;;;;;;;;;;; +TTB_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +BYZ;Greek Empire;;;;;;;;;;;;; +BYZ_ADJ;Greek;;;;;;;;;;;;; +BYZ_democracy;Greek Federation;;;;;;;;;;;;; +BYZ_presidential_dictatorship;Greek Federation;;;;;;;;;;;;; +BYZ_bourgeois_dictatorship;Greek Federation;;;;;;;;;;;;; +BYZ_proletarian_dictatorship;Socialist Balkan Union;;;;;;;;;;;;; +TUR;Turkey;;;;;;;;;;;;; +TUR_ADJ;Turkish;;;;;;;;;;;;; +TUR_absolute_monarchy;The Ottoman Empire;;;;;;;;;;;;; +TUR_absolute_monarchy_ADJ;Ottoman;;;;;;;;;;;;; +TUR_prussian_constitutionalism;The Ottoman Empire;;;;;;;;;;;;; +TUR_prussian_constitutionalism_ADJ;Ottoman;;;;;;;;;;;;; +TUR_hms_government;The Ottoman Empire;;;;;;;;;;;;; +TUR_hms_government_ADJ;Ottoman;;;;;;;;;;;;; +TUR_bourgeois_dictatorship;Turkish Free State;;;;;;;;;;;;; +TUR_proletarian_dictatorship;Turkish Socialist Republic;;;;;;;;;;;;; +TUR_proletarian_dictatorship_ADJ;Turkish;;;;;;;;;;;;; +TUR_reactionary;Nizam-i Alem;;;;;;;;;;;;; +TUR_reactionary_2;Ittihad-i Muhammedi Firkasi;;;;;;;;;;;;; +TUR_reactionary_3;Halâskâr Zabitân;;;;;;;;;;;;; +TUR_reactionary_4;Fedailer Cemiyeti;;;;;;;;;;;;; +TUR_conservative;Hükumet-i Hümayun;;;;;;;;;;;;; +TUR_conservative_2;Selamet-i Osmaniye;;;;;;;;;;;;; +TUR_conservative_3;Hürriyet ve Itilâf Firkasi;;;;;;;;;;;;; +TUR_liberal_2;Tanzimat Firkasi;;;;;;;;;;;;; +TUR_liberal_4;Osmanli Demokrat Firkasi;;;;;;;;;;;;; +TUR_liberal_5;Halk Firkasi;;;;;;;;;;;;; +TUR_socialist;Osmanli Köylü ve Amele Firkasi;;;;;;;;;;;;; +TUR_socialist_3;Sosyalist Firka;;;;;;;;;;;;; +TUR_communist;Ihtilalci Avam Firkasi;;;;;;;;;;;;; +TUR_communist_2;Komünist Firka;;;;;;;;;;;;; +TUR_communist_3;Halk Istirakiyun Firkasi;;;;;;;;;;;;; +TUR_liberal;Ittihat ve Terakki Firkasi;;;;;;;;;;;;; +TUR_liberal_3;Yeni Osmanlilar Cemiyeti;;;;;;;;;;;;; +TUR_socialist_2;Osmanli Ahali Firkasi;;;;;;;;;;;;; +TUR_anarcho_liberal;Osmanli Ahrar Firkasi;;;;;;;;;;;;; +TUR_fascist;Ittihat ve Terakki Firkasi;;;;;;;;;;;;; +TUR_fascist_2;Türk Ocagi;;;;;;;;;;;;; +TUR_fascist_3;Milli Firka;;;;;;;;;;;;; +TUS_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;; +TUS_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;; +TUS_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;; +TUS_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;; +TUS_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; +TUS_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;; +TUS_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +TUS_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;; +TUS_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +UIL;The New American Alliance;;;;;;;;;;;;; +UIL_proletarian_dictatorship;The New American Republic;;;;;;;;;;;;; +UIL_fascist_dictatorship;New America;;;;;;;;;;;;; +UIL_presidential_dictatorship;New America;;;;;;;;;;;;; +UIL_absolute_monarchy;The Kingdom of New America;;;;;;;;;;;;; +UIL_prussian_constitutionalism;The Kingdom of New America;;;;;;;;;;;;; +UIL_ADJ;New American;;;;;;;;;;;;; +UIL_reactionary;New American Party;;;;;;;;;;;;; +UIL_conservative;New Democratic Party;;;;;;;;;;;;; +UIL_liberal;New Republican Party;;;;;;;;;;;;; +UIL_anarcho_liberal;Libertarian Party;;;;;;;;;;;;; +UIL_socialist;Socialist Party;;;;;;;;;;;;; +UIL_communist;Industrial Workers of the World;;;;;;;;;;;;; +UIL_fascist;Supremacy Party;;;;;;;;;;;;; +UNB;The Colorado Republic;;;;;;;;;;;;; +UNB_absolute_monarchy;The Kingdom of Colorado;;;;;;;;;;;;; +UNB_prussian_constitutionalism;The Kingdom of Colorado;;;;;;;;;;;;; +UNB_hms_government;The Colorado Commonwealth;;;;;;;;;;;;; +UNB_ADJ;Coloradan;;;;;;;;;;;;; +UNB_reactionary;Colorado Party;;;;;;;;;;;;; +UNB_conservative;New Democratic Party;;;;;;;;;;;;; +UNB_liberal;New Republican Party;;;;;;;;;;;;; +UNB_anarcho_liberal;Libertarian Party;;;;;;;;;;;;; +UNB_socialist;Socialist Party;;;;;;;;;;;;; +UNB_communist;Communist Party;;;;;;;;;;;;; +UNB_fascist;Fascist Party;;;;;;;;;;;;; +UNM;The Pueblo Republic;;;;;;;;;;;;; +UNM_absolute_monarchy;New Mexico;;;;;;;;;;;;; +UNM_prussian_constitutionalism;New Mexico;;;;;;;;;;;;; +UNM_hms_government;New Mexico;;;;;;;;;;;;; +UNM_absolute_monarchy_ADJ;New Mexican;;;;;;;;;;;;; +UNM_prussian_constitutionalism_ADJ;New Mexican;;;;;;;;;;;;; +UNM_hms_government_ADJ;New Mexican;;;;;;;;;;;;; +UNM_proletarian_dictatorship;The Pueblo People's Republic;;;;;;;;;;;;; +UNM_ADJ;Pueblo;;;;;;;;;;;;; +UNM_reactionary;New Pueblo Party;;;;;;;;;;;;; +UNM_conservative;New Democratic Party;;;;;;;;;;;;; +UNM_liberal;New Republican Party;;;;;;;;;;;;; +UNM_anarcho_liberal;Libertarian Party;;;;;;;;;;;;; +UNM_socialist;Socialist Party;;;;;;;;;;;;; +UNM_communist;Communist Party;;;;;;;;;;;;; +UNM_fascist;Fascist Party;;;;;;;;;;;;; +UOR;The Oregon Country;;;;;;;;;;;;; +UOR_absolute_monarchy;The Kingdom of Oregon;;;;;;;;;;;;; +UOR_prussian_constitutionalism;The Kingdom of Oregon;;;;;;;;;;;;; +UOR_hms_government;Oregon;;;;;;;;;;;;; +UOR_proletarian_dictatorship;Oregon People's Republic;;;;;;;;;;;;; +UOR_ADJ;Oregonian;;;;;;;;;;;;; +UOR_fascist_dictatorship;Cascadia;;;;;;;;;;;;; +UOR_fascist_dictatorship_ADJ;Cascadian;;;;;;;;;;;;; +UOR_reactionary;True American Party;;;;;;;;;;;;; +UOR_conservative;New Democratic Party;;;;;;;;;;;;; +UOR_liberal;New Republican Party;;;;;;;;;;;;; +UOR_anarcho_liberal;Libertarian Party;;;;;;;;;;;;; +UOR_socialist;Socialist Party;;;;;;;;;;;;; +UOR_communist;Communist Party;;;;;;;;;;;;; +UOR_fascist;Cascadians;;;;;;;;;;;;; +URA;Ural Republic;;;;;;;;;;;;; +URA_absolute_monarchy;Ural State;;;;;;;;;;;;; +URA_prussian_constitutionalism;Ural State;;;;;;;;;;;;; +URA_hms_government;Ural State;;;;;;;;;;;;; +URA_democracy;Ural Free State;;;;;;;;;;;;; +URA_proletarian_dictatorship;Ural People's Republic;;;;;;;;;;;;; +URA_ADJ;Ural;;;;;;;;;;;;; +URA_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;; +URA_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;; +URA_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;; +URA_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;; +URA_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;; +URA_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;; +URA_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;; +URA_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;; +USA;The United States of America;;;;;;;;;;;;; +USA_bourgeois_dictatorship;The United States of America;;;;;;;;;;;;; +USA_absolute_monarchy;The American Empire;;;;;;;;;;;;; +USA_prussian_constitutionalism;The American Empire;;;;;;;;;;;;; +USA_hms_government;The Kingdom of America;;;;;;;;;;;;; +USA_proletarian_dictatorship;The United Socialist States;;;;;;;;;;;;; +UYG;Uyghurstan;;;;;;;;;;;;; +UYG_ADJ;Uyghur;;;;;;;;;;;;; +UYG_absolute_monarchy;Kashgaria;;;;;;;;;;;;; +UYG_prussian_constitutionalism;Kashgaria;;;;;;;;;;;;; +UYG_hms_government;Kashgaria;;;;;;;;;;;;; +UYG_absolute_monarchy_ADJ;Kashgarian;;;;;;;;;;;;; +UYG_prussian_constitutionalism_ADJ;Kashgarian;;;;;;;;;;;;; +UYG_hms_government_ADJ;Kashgarian;;;;;;;;;;;;; +UYG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +UYG_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +UYG_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +UYG_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +UYG_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +UYG_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +UYG_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +UZB;Uzbekistan;;;;;;;;;;;;; +UZB_ADJ;Uzbek;;;;;;;;;;;;; +UZB_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +UZB_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +UZB_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +UZB_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +UZB_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +UZB_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +UZB_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +VEN_democracy;Republic of San Marco;;;;;;;;;;;;; +VEN_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;; +VEN_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;; +VEN_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;; +VEN_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;; +VEN_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;; +VEN_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;; +VEN_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;; +VEN_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;; +VIC;Victoria;Victoria;Victoria;;;;;;;;;;; +VIC_ADJ;Victorian;Victorian;Victorian;;;;;;;;;;; +VIC_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +VIC_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;; +VIC_conservative_2;National Party;National Party;National Party;;;;;;;;;;; +VIC_conservative_3;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;; +VIC_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +VIC_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +VIC_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +VIC_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +VIC_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +VIC_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +VIC_reactionary_2;Victorian Farmers Union;Victorian Farmers Union;Victorian Farmers Union;;;;;;;;;;; +VIC_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;; +VIC_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +VIC_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +WAS;Western Australia;Western Australia;Western Australia;;;;;;;;;;; +WAS_ADJ;West Australian;West Australian;West Australian;;;;;;;;;;; +WAS_fascist_dictatorship;Westralia;Westralia;Westralia;;;;;;;;;;; +WAS_fascist_dictatorship_ADJ;Westralian;Westralian;Westralian;;;;;;;;;;; +WAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;; +WAS_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;; +WAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;; +WAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;; +WAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;; +WAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;; +WAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;; +WAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;; +WAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;; +WAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;; +WAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;; +WES;Westfalen;;;;;;;;;;;;; +WES_ADJ;Westphalian ;;;;;;;;;;;;; +WES_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;; +WES_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;; +WES_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;; +WES_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;; +WES_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;; +WES_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;; +WES_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;; +WES_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;; +WES_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;; +WES_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;; +WES_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;; +WES_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;; +WES_fascist;NSDP;NSDP;NSDP;;;;;;;;;;; +WHA;Wales;;;;;;;;;;;;; +WHA_ADJ;Welsh;;;;;;;;;;;;; +WHA_liberal;Democratiaid Rhyddfrydol;;;;;;;;;;;;; +WHA_conservative;Plaid Geidwadol;;;;;;;;;;;;; +WHA_socialist;Plaid Cymru;;;;;;;;;;;;; +WHA_anarcho_liberal;Anarchwyr;;;;;;;;;;;;; +WHA_fascist;Meibion Glyndwr;;;;;;;;;;;;; +WHA_communist;Plaid Gomiwnyddol;;;;;;;;;;;;; +WHA_reactionary;Plaid Genedlaethol;;;;;;;;;;;;; +XBI_ADJ;Qinghai;;;;;;;;;;;;; +XBI_presidential_dictatorship;Ma Clique;;;;;;;;;;;;; +XBI_presidential_dictatorship_ADJ;Hui;;;;;;;;;;;;; +XBI_reactionary_2;Confucianist Faction;;;;;;;;;;;;; +XBI_conservative_2;Amban Faction;;;;;;;;;;;;; +XBI_liberal_2;Reformer Faction;;;;;;;;;;;;; +XIN_presidential_dictatorship;Xinjiang Clique;Clique de Xinjiang;Xinjiang-Clique;;;;;;;;;;; +YAK;Yakutia;;;;;;;;;;;;; +YAK_ADJ;Yakut;;;;;;;;;;;;; +YAK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;; +YAK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +YAK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;; +YAK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +YAK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +YAK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +YAK_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +YAP;Yap;Yap;Yap;;;;;;;;;;; +YAP_ADJ;Yapese;Yapese;Yapese;;;;;;;;;;; +YNN_presidential_dictatorship;Yunnan Clique;Clique de Yunnan;Yunnan-Clique;;;;;;;;;;; +YUC;Yucatan;;;;;;;;;;;;; +YUC_ADJ;Yucatecan;;;;;;;;;;;;; +YUC_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +YUC_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +YUC_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;; +YUC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +YUC_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +YUC_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +YUC_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +YZW;Yonezawa;;;;;;;;;;;;; +YZW_ADJ;Yonezawan;;;;;;;;;;;;; +YZW_absolute_monarchy_ADJ;Uesugi;;;;;;;;;;;;; +YZW_prussian_constitutionalism_ADJ;Uesugi;;;;;;;;;;;;; +YZW_hms_government_ADJ;Uesugi;;;;;;;;;;;;; +ZAM;Zambia;;;;;;;;;;;;; +ZAM_ADJ;Zambian;;;;;;;;;;;;; +ZAM_liberal;United Party for National Development;;;;;;;;;;;;; +ZAM_conservative;Movement for Multi-Party Democracy;;;;;;;;;;;;; +ZAM_socialist;United Progressive Party;;;;;;;;;;;;; +ZAM_reactionary;National Restoration Party;;;;;;;;;;;;; +ZAM_anarcho_liberal;National Party;;;;;;;;;;;;; +ZAM_communist;United National Independence Party;;;;;;;;;;;;; +ZAM_fascist;Fourth Revolution Party ;;;;;;;;;;;;; +### African Kingdoms ###;;;;;;;;;;;;;; +ARO;Aro;Aro;Aro;;Aro;;;;;;;;; +ARO_ADJ;Aro;Aro;Aro;;;;;;;;;;; +ARO_conservative;Eze Aro Faction;Faction Eze Aro;Eze Aro Fraktion;;;;;;;;;;; +ARO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +ARO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +ARO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +ARO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +ARO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +ARO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +ARO_proletarian_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;; +ARO_proletarian_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;; +ARO_fascist_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;; +ARO_fascist_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;; +ARO_bourgeois_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;; +ARO_bourgeois_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;; +ARO_presidential_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;; +ARO_presidential_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;; +ARO_democracy;Biafra;Biafra;Biafra;;Biafra;;;;;;;;; +ARO_democracy_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;; +ASH;Ashanti;Ashanti;Aschanti;;Asantia;;;;;;;;; +ASH_ADJ;Ashanti;Ashanti;Aschanti;;;;;;;;;;; +ASH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +ASH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +ASH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +ASH_conservative_2;National Liberation Movement;;;;;;;;;;;;; +ASH_liberal_2;United Gold Coast Convention;;;;;;;;;;;;; +ASH_reactionary_2;National Liberation Council;;;;;;;;;;;;; +ASH_anarcho_liberal;Progress Party;;;;;;;;;;;;; +ASH_socialist;Ghana Congress Party;;;;;;;;;;;;; +ASH_communist;Convention People's Party;;;;;;;;;;;;; +ASH_fascist;Popular Front Party;;;;;;;;;;;;; +GHN;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +GHN_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; +AZA;Azande;Azande;Azande;;Azande;;;;;;;;; +AZA_ADJ;Zande;Zande;Zande;;;;;;;;;;; +AZA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +AZA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +AZA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +AZA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +AZA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +AZA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +AZA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +BEN;Benin;Bénin;Benin;;Benín;;;;;;;;; +BEN_ADJ;Beninese;Béninois;Benin;;;;;;;;;;; +BEN_conservative;Oba's Faction;Faction Obo;Oba Fraktion;;;;;;;;;;; +BEN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +BEN_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;; +BEN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +BEN_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;; +BEN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +BEN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +BRD;Burundi;Burundi;Burundi;;Burundi;;;;;;;;; +BRD_ADJ;Burundian;Burundaise;Burundische;;;;;;;;;;; +BRD_conservative;Country Democratic Union;;;;;;;;;;;;; +BRD_liberal;APRODEBA;;;;;;;;;;;;; +BRD_reactionary;Union for National Progress;;;;;;;;;;;;; +BRD_anarcho_liberal;Abanyamajambere Party;;;;;;;;;;;;; +BRD_socialist;Rural Democratic Party;;;;;;;;;;;;; +BRD_communist;Burundi Workers' Party;;;;;;;;;;;;; +BRD_fascist;People's Union of Burundi;;;;;;;;;;;;; +BSH;Lesotho;;;;;;;;;;;;; +BSH_absolute_monarchy;Basotho;;;;;;;;;;;;; +BSH_ADJ;Basotho;Basotho;Basotho;;;;;;;;;;; +BSH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +BSH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +BSH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +BSH_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +BSH_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +BSH_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +BSH_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +BUG;Uganda;;;;;;;;;;;;; +BUG_absolute_monarchy;Buganda;;;;;;;;;;;;; +BUG_ADJ;Ugandan;;;;;;;;;;;;; +BUG_conservative;Uganda Patriotic Movement;;;;;;;;;;;;; +BUG_liberal;Democratic Party;;;;;;;;;;;;; +BUG_reactionary;Kabaka Yekka;;;;;;;;;;;;; +BUG_anarcho_liberal;Federal Democratic Party;;;;;;;;;;;;; +BUG_socialist;Uganda People's Congress;;;;;;;;;;;;; +BUG_communist;African Farmers Union;;;;;;;;;;;;; +BUG_fascist;Freedom and Unity Front;;;;;;;;;;;;; +CLA;Calabar;Calabar;Calabar;;Calabar;;;;;;;;; +CLA_ADJ;Calabarean;Calabarien;Calabarische;;;;;;;;;;; +CLA_conservative;Duke Town Faction;Faction de Duke Town;Duke Town Fraktion;;;;;;;;;;; +CLA_liberal;Creek Town Faction;Faction de Creek Town;Creek Town Fraktion;;;;;;;;;;; +CLA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +CLA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +CLA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +CLA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +CLA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +DAH_absolute_monarchy;Dahomey;;;;;;;;;;;;; +DAH_absolute_monarchy_ADJ;Dahomean;;;;;;;;;;;;; +DAH_prussian_constitutionalism;Dahomey;;;;;;;;;;;;; +DAH_prussian_constitutionalism_ADJ;Dahomean;;;;;;;;;;;;; +DAH_hms_government;Dahomey;;;;;;;;;;;;; +DAH_hms_government_ADJ;Dahomean;;;;;;;;;;;;; +DAH;Benin;;;;;;;;;;;;; +DAH_ADJ;Beninese;;;;;;;;;;;;; +DAH_proletarian_dictatorship;People's Republic of Benin;;;;;;;;;;;;; +DAH_conservative;Ahosu Faction;Faction Ahosu;Ahosu Fraktion;;;;;;;;;;; +DAH_liberal;Liberal Faction;Faction Libéral;Liberale Fraktion;;;;;;;;;;; +DAH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +DAH_conservative_2;Progressive Union;;;;;;;;;;;;; +DAH_reactionary_2;Ethnic Group of the North;;;;;;;;;;;;; +DAH_liberal_2;Republican Party;;;;;;;;;;;;; +DAH_anarcho_liberal;BMFD;;;;;;;;;;;;; +DAH_socialist;African People's Bloc;;;;;;;;;;;;; +DAH_communist;People's Revolutionary Party;;;;;;;;;;;;; +DAH_fascist;Fascist Front;;;;;;;;;;;;; +DAM;Damagaram;Damagaram;Damagaram;;Damgaram;;;;;;;;; +DAM_ADJ;Damagaram;Damagaram;Damagaram;;;;;;;;;;; +DAM_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;; +DAM_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +DAM_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +DAM_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +DAM_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;; +DAM_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +DAM_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +DAM_proletarian_dictatorship;Hausa Republic;Haoussa;Haussaland;;;;;;;;;;; +DAM_proletarian_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;; +DAM_presidential_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;; +DAM_presidential_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;; +DAM_bourgeois_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;; +DAM_bourgeois_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;; +DAM_fascist_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;; +DAM_fascist_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;; +DAM_democracy;Hausaland;Haoussa;Haussaland;;;;;;;;;;; +DAM_democracy_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;; +DAR;Darfur;Darfour;Darfur;;Darfur;;;;;;;;; +DAR_ADJ;Darfuri;Darfourienne;Darfur;;;;;;;;;;; +DAR_conservative;Sultan's Faction;Faction sultan;Sultan Fraktion;;;;;;;;;;; +DAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +DAR_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +DAR_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +DAR_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;; +DAR_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +DAR_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +DND;Dendi;Dendi;Dendi;;Dendi;;;;;;;;; +DND_ADJ;Dendi;Dendi;Dendi;;;;;;;;;;; +DND_conservative;Askiya Faction;Faction Askiya;Askiya Fraktion;;;;;;;;;;; +DND_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +DND_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +DND_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +DND_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;; +DND_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +DND_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +DND_proletarian_dictatorship;Songhai Republic;Songhay;Songhai;;;;;;;;;;; +DND_proletarian_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;; +DND_presidential_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;; +DND_presidential_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;; +DND_bourgeois_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;; +DND_bourgeois_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;; +DND_fascist_dictatorship;Dendi Republic;Dendi;Dendi;;Dendi;;;;;;;;; +DND_democracy;Songhai;Songhay;Songhai;;;;;;;;;;; +DND_democracy_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;; +GBU;Guinea-Bissau;;;;;;;;;;;;; +GBU_absolute_monarchy;Gabu;;;;;;;;;;;;; +GBU_absolute_monarchy_ADJ;Gabuan;;;;;;;;;;;;; +GBU_ADJ;Bissau-Guinean;;;;;;;;;;;;; +GBU_conservative;Mansaba Faction;Faction Mansaba;Mansaba Fraktion;;;;;;;;;;; +GBU_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +GBU_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +GBU_conservative_2;Democratic Front;;;;;;;;;;;;; +GBU_liberal_2;Party for Social Renewal;;;;;;;;;;;;; +GBU_reactionary_2;Guinean Civic Forum;;;;;;;;;;;;; +GBU_anarcho_liberal;Democratic Party of Progress;;;;;;;;;;;;; +GBU_socialist;Struggle Front for Independence;;;;;;;;;;;;; +GBU_communist;African Party of Independence;;;;;;;;;;;;; +GBU_fascist;Bafatá Movement;;;;;;;;;;;;; +GEL;Geledi;Geledi;Geledi;;Geledi;;;;;;;;; +GEL_ADJ;Geledi;Geledien;Geledisch;;;;;;;;;;; +GEL_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;; +GEL_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;; +GEL_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;; +GEL_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;; +GEL_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;; +GEL_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;; +GEL_fascist;The Greater Somalia Faction;La Faction Grande Somalie;Die Größere Somalia Fraktion;;El Gran Somalia Facción;;;;;;;;; +JAL;Futa Jallon;Fouta Djalon;Fuuta Jalon;;Fouta Yallon;;;;;;;;; +JAL_ADJ;Jallon;Djalon;Jalon;;;;;;;;;;; +JAL_conservative;Almami's Faction;Faction Almami;Almami Fraktion;;;;;;;;;;; +JAL_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +JAL_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;; +JAL_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +JAL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +JAL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +JAL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KBO;Bornu;Kanem-Bornu;Kanem-Bornu;;Kanem-Bornu;;;;;;;;; +KBO_ADJ;Bornu;Bornu;Bornu;;;;;;;;;;; +KBO_conservative;Mai Faction;Faction Mai;Mai Fraktion;;;;;;;;;;; +KBO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +KBO_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;; +KBO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +KBO_socialist;People's welfare Faction;Faction du bien-être populaire;Volksbetreuungsamt Fraktion;;;;;;;;;;; +KBO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KBO_fascist;Greater Kanem-Bornu Faction;Faction du Grand Empire du Kanem-Bornou;Großer Kanem-Bornu ReichFraktion;;;;;;;;;;; +KNG;Wattara;Ouattara;Wattara;;Wattara;;;;;;;;; +KNG_ADJ;Wattaran;Wattaran;Wattaran;;;;;;;;;;; +KNG_conservative;Fama's Faction;Faction Fama;Fama Fraktion;;;;;;;;;;; +KNG_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +KNG_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;; +KNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KON;Kongo;Kongo;Kongo;;Congo;;;;;;;;; +KON_ADJ;Kongolese;Kongolaise;Kongolesische;;;;;;;;;;; +KON_conservative;MweneKongo Faction;Faction MweneKongo;MweneKongo Fraktion;;;;;;;;;;; +KON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +KON_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;; +KON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KON_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KON_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KUB;Kuba;Kuba;Kuba;;Kuba;;;;;;;;; +KUB_ADJ;Kuba;Kuba;Kuba;;;;;;;;;;; +KUB_conservative;Nyim's Faction;Faction Nyim;Nyim Fraktion;;;;;;;;;;; +KUB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +KUB_reactionary;Aristocrat's faction;Faction des aristocrates;Aristokraten Fraktion;;;;;;;;;;; +KUB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KUB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KUB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KUB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +KZB;Kazembe;Kazembe;Kazembe;;Cazembe;;;;;;;;; +KZB_ADJ;Kazembe;Kazembe;Kazembe;;;;;;;;;;; +KZB_conservative;Mwata Faction;Faction Mwata;Mwata fraktion;;;;;;;;;;; +KZB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +KZB_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +KZB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +KZB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KZB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KZB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +LBA;Luba;Luba;Luba;;Luba;;;;;;;;; +LBA_ADJ;Luba;Luba;Luba;;;;;;;;;;; +LBA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +LBA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +LBA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +LBA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +LBA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +LBA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +LBA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +LOA;Loango;Loango;Loango;;Loango;;;;;;;;; +LOA_ADJ;Loangoese;Loangoaise;Loangoische;;;;;;;;;;; +LOA_conservative;Ma Lwããgu's Faction;Faction Ma Lwããgu;Ma Lwããgu Fraktion;;;;;;;;;;; +LOA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +LOA_reactionary;Traditions Faction;Faction des traditions;Traditionen Fraktion;;;;;;;;;;; +LOA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +LOA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +LOA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +LOA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +LUN;Lunda;Lunda;Lunda;;Lunda;;;;;;;;; +LUN_ADJ;Lunda;Lundas;Lunda;;;;;;;;;;; +LUN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +LUN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +LUN_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +LUN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +LUN_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +LUN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +LUN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +MAJ;Majeerteen;Majeerteen;Majeerteen;;Majeerteen;;;;;;;;; +MAJ_ADJ;Majeerteen;Majeerteenien;Majeerteenisch;;;;;;;;;;; +MAJ_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;; +MAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;; +MAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;; +MAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;; +MAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;; +MAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;; +MAJ_fascist;The Islamic Faction;La faction islamique;Die islamische Fraktion;;La facción islámica;;;;;;;;; +MAS;Massina;Macina;Massina;;Massina;;;;;;;;; +MAS_ADJ;Massinan;Massinan;Massinan;;;;;;;;;;; +MAS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +MAS_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;; +MAS_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;; +MAS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +MAS_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +MAS_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +MAS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +MAT;Matabele;Matabele;Matabele;;Matabele;;;;;;;;; +MAT_ADJ;Matabele;Matabele;Matabele;;;;;;;;;;; +MAT_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +MAT_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +MAT_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +MAT_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +MAT_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +MAT_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +MAT_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +MNG;Mongo;Mongo;Mongo;;Mongo;;;;;;;;; +MNG_ADJ;Mongo;Mongo;Mongo;;;;;;;;;;; +MNG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +MNG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +MNG_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +MNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +MNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +MNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +MNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +MOS;Mossi;Mossi;Mossi;;Mossi;;;;;;;;; +MOS_ADJ;Mossi;Mossis;Mossi;;;;;;;;;;; +MOS_conservative;Mogho Naba Faction;Faction Mogho Naba;Mogho Naba Fraktion;;;;;;;;;;; +MOS_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +MOS_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;; +MOS_anarcho_liberal;Radical Party;;;;;;;;;;;;; +MOS_socialist;Socialist Party;;;;;;;;;;;;; +MOS_communist;Communist Party;;;;;;;;;;;;; +MOS_fascist;Fascist Party;;;;;;;;;;;;; +MOS_proletarian_dictatorship;Upper Volta;;;;;;;;;;;;; +MOS_proletarian_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;; +MOS_fascist_dictatorship;Upper Volta;;;;;;;;;;;;; +MOS_fascist_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;; +MOS_presidential_dictatorship;Upper Volta;;;;;;;;;;;;; +MOS_presidential_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;; +MOS_bourgeois_dictatorship;Upper Volta;;;;;;;;;;;;; +MOS_bourgeois_dictatorship_ADJ;Upper Voltan;;;;;;;;;;;;; +MOS_democracy;Upper Volta;;;;;;;;;;;;; +MOS_democracy_ADJ;Upper Voltan;;;;;;;;;;;;; +OYO;Oyo;Oyo;Oyo;;Oyo;;;;;;;;; +OYO_ADJ;Oyo;Oyo;Oyo;;;;;;;;;;; +OYO_conservative;Alaafin's Faction;Faction Alaafin;Alaafin Fraktion;;;;;;;;;;; +OYO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +OYO_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;; +OYO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +OYO_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;; +OYO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +OYO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +RWA;Rwanda;Ruanda;Ruanda;;Ruanda;;;;;;;;; +RWA_ADJ;Rwandan;Ruandaise;Ruandische;;;;;;;;;;; +RWA_conservative;Centrist Democratic Party;;;;;;;;;;;;; +RWA_liberal;Liberal Party;;;;;;;;;;;;; +RWA_reactionary;MDR-Parmehutu;;;;;;;;;;;;; +RWA_anarcho_liberal;Radical-Liberal Party;;;;;;;;;;;;; +RWA_socialist;Social Democratic Party;;;;;;;;;;;;; +RWA_communist;APROSOMA;;;;;;;;;;;;; +RWA_fascist;Fascist Party of Rwanda;;;;;;;;;;;;; +SEG;Bambara;Ségou;Segu;;Segu;;;;;;;;; +SEG_ADJ;Bambara;Bambaras;Bambara;;;;;;;;;;; +SEG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +SEG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +SEG_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;; +SEG_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +SEG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +SEG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +SEG_fascist;New Empire Faction;Faction pour le nouvel empire;Neue Reich Fraktion;;;;;;;;;;; +SHO;Shonaland;Shona;Shona;;Shona;;;;;;;;; +SHO_ADJ;Shona;Shona;Shona;;;;;;;;;;; +SHO_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +SHO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +SHO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +SHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +SHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +SHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +SHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +SHW;Shewa;Shewa;Shewa;;Shewa;;;;;;;;; +SHW_ADJ;Shewan;Shewaien;Shewaisch;;Shewa;;;;;;;;; +SHW_conservative;Negus's Faction;Faction Negus;Negus Fraktion;;Facción Negus;;;;;;;;; +SHW_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;; +SHW_reactionary;The Church Faction;La Faction Eglise;Die Kirche Fraktion;;La Facción Iglesia;;;;;;;;; +SHW_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;; +SHW_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;; +SHW_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;; +SHW_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;; +SOM;Somaliland;Somalia;Somalia;;Somalia;;;;;;;;; +SOM_ADJ;Somali;Somali;Somalisch;;;;;;;;;;; +SOM_proletarian_dictatorship;Somali Democratic Republic;;;;;;;;;;;;; +SOM_liberal;Somali Democratic Union;;;;;;;;;;;;; +SOM_anarcho_liberal;Somali National Congress;;;;;;;;;;;;; +SOM_conservative;United Somali Party;;;;;;;;;;;;; +SOM_reactionary;Somali National League;;;;;;;;;;;;; +SOM_socialist;Somali Youth League;;;;;;;;;;;;; +SOM_communist;Somali Revolutionary Socialist Party;;;;;;;;;;;;; +SOM_fascist;Greater Somalia League;;;;;;;;;;;;; +SUA;Suazi;Suazi;Suazi;;Suazi;;;;;;;;; +SUA_ADJ;Suazi;Suazi;Suazi;;;;;;;;;;; +SUA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;; +SUA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +SUA_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;; +SUA_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +SUA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +SUA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +SUA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +SUA_democracy;Swaziland;;;;;;;;;;;;; +SUA_fascist_dictatorship;Swatini;;;;;;;;;;;;; +SUA_fascist_dictatorship_ADJ;Siswati;;;;;;;;;;;;; +SUA_proletarian_dictatorship;Swaziland;;;;;;;;;;;;; +SUA_presidential_dictatorship;Swaziland;;;;;;;;;;;;; +SUA_bourgeois_dictatorship;Swaziland;;;;;;;;;;;;; +TOO;Futa Tooro;Futa Toro;Fuua Toro;;Fouta Toro;;;;;;;;; +TOO_ADJ;Tooro;Toro;Toro;;;;;;;;;;; +TOO_conservative;Almaami Faction;Faction Almaami;Almaami Fraktion;;;;;;;;;;; +TOO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +TOO_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +TOO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +TOO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +TOO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +TOO_fascist;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;; +TSW;Bechuanaland;;;;;;;;;;;;; +TSW_ADJ;Tswana;Tswana;Tswana;;;;;;;;;;; +TSW_conservative;Bechuanaland Independence Party;;;;;;;;;;;;; +TSW_liberal;Bechuanaland People's Party;;;;;;;;;;;;; +TSW_reactionary;Bechuanaland National Front;;;;;;;;;;;;; +TSW_anarcho_liberal;Bechuanaland Alliance Movement;;;;;;;;;;;;; +TSW_socialist;Bechuanaland Democratic Party;;;;;;;;;;;;; +TSW_communist;International Socialist Organization;;;;;;;;;;;;; +TSW_fascist;Bechuanaland Fascist Front;;;;;;;;;;;;; +WAD;Wadai;Ouaddaï;Wadai;;Ouaddai;;;;;;;;; +WAD_ADJ;Wadai;Wadai;Wadai;;;;;;;;;;; +WAD_conservative;Kolak's Faction;Faction Kolak;Kolak Fraktion;;;;;;;;;;; +WAD_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +WAD_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +WAD_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +WAD_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +WAD_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +WAD_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +WRI;Warri;Warri;Warri;;Warri;;;;;;;;; +WRI_ADJ;Warri;Warri;Warri;;;;;;;;;;; +WRI_conservative;Olu's Faction;Faction Olu;Olu Fraktion;;;;;;;;;;; +WRI_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +WRI_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;; +WRI_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +WRI_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;; +WRI_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +WRI_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +WOL;Wolof;Djolof;Jolof;;wólof;;;;;;;;; +WOL_ADJ;Wolof;Djolof;Jolof;;;;;;;;;;; +WOL_conservative;Buur-ba's Faction;Faction Buur-ba;Buur-ba Fraktion;;;;;;;;;;; +WOL_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +WOL_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;; +WOL_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;; +WOL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +WOL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +WOL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +XHO;Xhosa;Xhosa;Xhosa;;Kosoj;;;;;;;;; +XHO_ADJ;Xhosa;Xhosa;Xhosa;;;;;;;;;;; +XHO_conservative;Conservative Faction;Faction conservateur;Konservative Fraktion;;;;;;;;;;; +XHO_liberal;Liberal Faction;Faction libéral;Liberale Fraktion;;;;;;;;;;; +XHO_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;; +XHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +XHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +XHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +XHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +XHO_democracy;Xhosaland;;;;;;;;;;;;; +AGC;Angoche;;;;;;;;;;;;; +AGC_ADJ;Angochen;;;;;;;;;;;;; +AGC_conservative;Sultan's Faction;;;;;;;;;;;;; +AGC_liberal;Reform Faction;;;;;;;;;;;;; +AGC_reactionary;Islamic faction;;;;;;;;;;;;; +AGC_anarcho_liberal;Radical Faction;;;;;;;;;;;;; +AGC_socialist;Socialist Party;;;;;;;;;;;;; +AGC_communist;Communist Party;;;;;;;;;;;;; +AGC_fascist;Fascist Faction;;;;;;;;;;;;; +GAZ;Gaza;;;;;;;;;;;;; +GAZ_ADJ;Nguni;;;;;;;;;;;;; +GAZ_conservative;King's Faction;;;;;;;;;;;;; +GAZ_liberal;Reform Faction;;;;;;;;;;;;; +GAZ_reactionary;Traditionalist faction;;;;;;;;;;;;; +GAZ_anarcho_liberal;Freedom Faction;;;;;;;;;;;;; +GAZ_socialist;People's Front;;;;;;;;;;;;; +GAZ_communist;Communist Party;;;;;;;;;;;;; +GAZ_fascist;Fascist Faction;;;;;;;;;;;;; +TRZ;Trarza;;;;;;;;;;;;; +TRZ_ADJ;Trarzan;;;;;;;;;;;;; +TRZ_conservative;Emir's Faction;;;;;;;;;;;;; +TRZ_liberal;Reform Faction;;;;;;;;;;;;; +TRZ_reactionary;Islamic faction;;;;;;;;;;;;; +TRZ_conservative_2;Progressive Union;;;;;;;;;;;;; +TRZ_liberal_2;Agreement Party;;;;;;;;;;;;; +TRZ_reactionary_2;People's Party;;;;;;;;;;;;; +TRZ_anarcho_liberal;Radical Faction;;;;;;;;;;;;; +TRZ_socialist;Association of the Young Mauritanians;;;;;;;;;;;;; +TRZ_communist;Mauritanian Entente;;;;;;;;;;;;; +TRZ_fascist;Nahda;;;;;;;;;;;;; +TRZ_proletarian_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;; +TRZ_proletarian_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;; +TRZ_presidential_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;; +TRZ_presidential_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;; +TRZ_bourgeois_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;; +TRZ_bourgeois_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;; +TRZ_fascist_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;; +TRZ_fascist_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;; +TRZ_democracy;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;; +TRZ_democracy_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;; +AWS;Aussa;;;;;;;;;;;;; +AWS_ADJ;Afar;Afar;Afar;;;;;;;;;;; +AWS_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;; +AWS_liberal;Reformers Faction;Faction réformateurs;Reformatoren Fraktion;;;;;;;;;;; +AWS_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;; +AWS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +AWS_socialist;Afar People's Party;Afar Parti populaire;Afar Volkspartei;;;;;;;;;;; +AWS_communist;Afar Communist Party;Afar Parti communiste;Afar Kommunistischen Partei;;;;;;;;;;; +AWS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +GON;Gonder;Gonder;Gonder;;Gonder;;;;;;;;; +GON_ADJ;Amhara;Amhara;Amhara;;;;;;;;;;; +GON_conservative;Imperial Faction;Faction impériale;Imperialen Fraktion;;;;;;;;;;; +GON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +GON_reactionary;Ras Faction;Faction Ras;Ras Fraktion;;;;;;;;;;; +GON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +GON_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +GON_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;; +GON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +HAR;Harar;Harar;Harar;;Harar;;;;;;;;; +HAR_ADJ;Harari;Hararienne;Hararische;;;;;;;;;;; +HAR_conservative;Emir's Faction;Faction Emir;Emir Fraktion;;;;;;;;;;; +HAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +HAR_reactionary;Religious Faction;Faction religieuse;Religiöse Fraktion;;;;;;;;;;; +HAR_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;; +HAR_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;; +HAR_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;; +HAR_fascist;Islamic Party;Parti islamique;Islamische Partei;;;;;;;;;;; +KAF;Kaffa;Kaffa;Kaffa;;Kaffa;;;;;;;;; +KAF_ADJ;Kaffan;Kaffaienne;Kaffaische;;;;;;;;;;; +KAF_conservative;Royal faction;Faction royale;Königliche Fraktion;;;;;;;;;;; +KAF_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +KAF_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;; +KAF_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;; +KAF_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +KAF_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +KAF_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +SID;Sidama;Sidama;Sidama;;Sidama;;;;;;;;; +SID_ADJ;Sidaman;Sidamaienne;Sidamaische;;;;;;;;;;; +SID_conservative;Aristocratic Faction;Faction aristocratique;Aristokratischen Fraktion;;;;;;;;;;; +SID_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +SID_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;; +SID_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;; +SID_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;; +SID_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;; +SID_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +TIG;Tigray;Tigray;Tigray;;Tigray;;;;;;;;; +TIG_ADJ;Tigrayan;Tigrayienne;Tigrayische;;;;;;;;;;; +TIG_conservative;Faction of the Ras of Tigray;Faction de l'Ras du Tigré;Fraktion der Ras von Tigray;;;;;;;;;;; +TIG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;; +TIG_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;; +TIG_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;; +TIG_socialist;Tigrayan People's Liberation Front;Front de libération du Tigrayienne populaire;Tigrayan Volksbefreiungsfront;;;;;;;;;;; +TIG_communist;Tigrayan Communist Party;Tigrayienne Parti communiste;Tigrayan Kommunistischen Partei;;;;;;;;;;; +TIG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;; +UTI_ADJ;Territories Exchange;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_decisions.csv b/HPM/localisation/00_HPM_decisions.csv index 2a14de98..5fa496a2 100644 --- a/HPM/localisation/00_HPM_decisions.csv +++ b/HPM/localisation/00_HPM_decisions.csv @@ -1,2000 +1,1993 @@ -;;;;;;;;;;;;;;;;; -found_niger_company_title;Found the $COUNTRY_ADJ$ Niger Company;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -found_niger_company_desc;Talks by senior officials in $CAPITAL$ have come to an end, with the suggestion for the $COUNTRY_ADJ$ government to found a $COUNTRY_ADJ$ Niger Company being the main course of action recommended. With the intensification of colonial competition in the wake of the African Conference, the foothold in Southern Niger that the company can provide can greatly help expanding $COUNTRY_ADJ$ in the Niger delta. All that is missing is the initial capital for the company.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -abolish_umar_pact_title;Abolish the Pact of Umar;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -abolish_umar_pact_desc;The Pact of Umar is a 7th century treaty between the Muslims and the Christians of Syria, Mesopotamia, or Jerusalem that later gained a canonical status in Islamic jurisprudence. In general, the pact contains a list of rights and restrictions on non-Muslims (dhimmis). By abiding by them, non-Muslims are granted the security of their persons, their families, and their possessions. Under the pact today, all dhimmis have their religion and status protected - they are free to practice and need not to convert and in return, they pay a tax: the jizya. Abolishing the pact means relinquishing this tax but will enable efforts to convert the non-muslims. It's a path without return which will greatly anger other countries as well as our own dhimmi population.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -partisan_flip_to_original_owner_title;Partisans Victorious;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -partisan_flip_to_original_owner_desc;Partisans Victorious;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -transfer_vassalage_title;Transfer Vassalage;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -transfer_vassalage_desc;The time has come to align ourselves to our new masters.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -build_suez_canal_desc;One of the long standing problems for shipping on the Far Eastern and India trades has always been the need to round the African Cape in order to actually get there. By establishing a canal through the Suez, we will shorten the journey to Asia by days, as well as perform a wonderful feat of modern engineering. §RThis feat, however, is estimated to cost between 1 to 3 million pounds.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -build_kiel_canal_desc;Building a canal between the Baltic and the North Sea would be a tremendous boon to our shipping, and we are in a position to build one in Kiel. The Kiel Canal and the Danish islands, with their numerous tortuous channels, will enable $COUNTRY$ to play the game of hide-and-seek with a strong naval opponent, such as the Royal Navy. Besides, it will greatly strengthen $COUNTRY$'s position in the Baltic. Whereas Russia must send her ships through the Skager Rack and Kattegat, $COUNTRY$ can pass them quickly and safely through the Canal. Last, but not least, the Canal will convert the Baltic and the North Sea into a single sea as far as $COUNTRY$ goes. Kiel is an enormous harbour, but it lays on the Baltic, while Wilhelmshaven on the North Sea is too small. §RThe estimated costs are between 0.5 to 1.5 million pounds.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -build_panama_canal_desc;Proposals for a Canal across the Panama Isthmus probably date back to the first discovery of the area. Nowhere is the strip of land that unites the North and South American continents thinner than here, and, with the aid of modern engineering, we could shorten the travel time between the Atlantic and the Pacific by several days by building it. §RThe canal will take a long while to be built and will likely cost between 2 and 6 million pounds.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -cotton_in_algiers_title;The Decrees of $YEAR$ on Algerian Cotton;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -cotton_in_algiers_desc;In the context of the a strong demand in Cotton, the $COUNTRY_ADJ$ government in $CAPITAL$ decided to pass a series of decrees stimulating cotton growing in Algiers. These decrees stipulate the obligation for the State to buy, for three years, from $YEAR$, all the cotton crops of the $COUNTRY_ADJ$ planters, at a price fixed in advance, while the world prices are high. The other axis of action fixed by these decrees consisted in attributing, for another two years, export premiums in $COUNTRY$ for cottons harvested in Algeria.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -plantations_in_comoros_title;Economic Reform in the Comoro Islands;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -plantations_in_comoros_desc;The Comoro Islands are an archipelago of Volcanic islands near Madagascar, largely inhabited by Muslims. Agriculture there is geared towards the basic necessities of the inhabitants, but now under $COUNTRY_ADJ$ rule that is unnecessary. Opening up the islands to $COUNTRY_ADJ$ investment will lead to new cash crops and new goods being produced by natives with $COUNTRY_ADJ$ money - something that is of great interest in $CAPITAL$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -send_pleasantries_to_great_power_title;Pay Respects to a Great Power;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -send_pleasantries_to_great_power_desc;If we ever hope to safeguard our nation against foreign aggression, we must find allies in the world. Powerful allies. Great Powers. By sending an entourage with typical $COUNTRY_ADJ$ gifts, compliments and pleasantries to a great power, we will be able to curry some favour with them - and they can become a key ally in the future of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -rename_the_congo_desc;The Congo Free State was confirmed as the personal property of the $COUNTRY_ADJ$ $MONARCHTITLE$, thus it is only fair and reasonable that we now explore the region, and perhaps leave a bit of a personal mark on it?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -conscript_fishermen_title;Conscript Navy;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conscript_fishermen_desc;$COUNTRY$ does not need a standing navy. When the time comes, we can build some ships, conscript merchant and fishing ships and fit them with guns. That time came again, and it's time for the $COUNTRY_ADJ$ people to step up and protect their country.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unlock_crisis_in_1870_title;Option: Unlock Crisis in 1870;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unlock_crisis_in_1870_desc;Old HPM standard was to unlock crisis as soon as someone researched Revolution & Counter-revolution. This changed in recent versions to wait until 1886 at least, to avoid Great Wars during the scramble for Africa. If you prefer the old rule, this option will change this system back to that.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pick_AI_personality_title;The $COUNTRY_ADJ$ $MONARCHTITLE$ Personality;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pick_AI_personality_desc;The $COUNTRY_ADJ$ $MONARCHTITLE$ has a strong personality...;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -take_eisenstadt_title;Reclaim Eisenstadt;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -take_eisenstadt_desc;Eisenstadt is part of Austria proper - and shall be once more.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -south_tirol_compromise_title;Call a Convention on the South Tirol Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -south_tirol_compromise_desc;South Tirol is traditionally split as majority German in the North and majority Italian in the South, with minorities on both provinces. This has been a great source of attrition with our German neighbours, one that some in $CAPITAL$ are eager to solve. We can invite our neighbours to a convention aimed at finding solutions to this problem - though the convention does not guarantee a result, this is the best chance we have of solving this matter peacefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_canada_french_title;French Canada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_canada_french_desc;Canada is under our dominion, and the French Canadians are again part of $COUNTRY$. They should be put in positions of power in Canada, in order to expunge Anglo influence in Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -start_propaganda_title;Start a Propaganda Campaign;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -start_propaganda_desc;“He who wants to persuade should put his trust not in the right argument, but in the right word. The power of sound has always been greater than the power of sense.”\nA meeting in $CAPITAL$ with senior figures of the $COUNTRY_ADJ$ government proposed a propaganda effort to boost popular support to the $COUNTRY_ADJ$ government's efforts. We can choose to boost our war efforts or strengthen the government. There are no guaranteed results, however, as our marketing might fail and even backfire. Unless, of course, the press is controlled by the state...;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -call_allies_cleanup_title;Call Allies Cleanup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -call_allies_cleanup_desc;This removes the flag once peace is achieved. Used to be an event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -dissolve_the_upper_house_title;Dissolve the Upper House;;;;;;;;;;;;;;;;;;;;;;;;;;;x -dissolve_the_upper_house_desc;Supreme executive power in the $COUNTRY_ADJ$ state emanates from $CAPITAL$, through the figure of the $COUNTRY_ADJ$ monarch. The absolute monarch is the final authority in all matters of the state, but the bureaucracy and the military are the pillars that sustain the absolutist government. In addition, the landed aristocracy, which often acts as the bureaucracy, expects and receives positions of power in the government, positions appointed by the monarch. This is necessary for the normal function of the $COUNTRY_ADJ$ state - the aristocrats are the governor generals, the privy-councillors, the high-ranking bureaucrats, the ministers, the judges and the executors of the monarch's decisions. For these functions, several government institutions exist and are populated by the landed nobility - the Committee of Ministers of $COUNTRY$, the Governing Senate, the State Council. They help draft and apply laws, manage foreign and internal policy, plan wars and administer the military, advise the $COUNTRY_ADJ$ monarch as well as judge and administer justice. The monarch still can and has the final say in all these matters, and is his royal prerogative to do away the currently appointed aristocrats and pick new ones. By taking this step - effectively dissolving the upper house and appointing new ministers - the $COUNTRY_ADJ$ monarch can surround himself with sycophants and petty nobility that are willing to do whatever he wants them to do - for a time, at least. This break in the unspoken agreement between the monarch and the bureaucrats, the monarch and the aristocracy, will bring consequences - besides exposing internal fractures in the government to the international community, it is sure to anger the nobles and sow confusion throughout the government ranks.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_african_diaspora_cultures_title;Article 3: African Diaspora Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_african_diaspora_cultures_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YAfrican Diaspora - that is, the Afro-American, Afro-Caribbean, Afro-Latinos, Afro-Brazilians, Afro-Antillean and Kreol §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;; -intern_central_african_title;Article 3: Central African Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_central_african_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YCentral Africa - that is, the Bakongo, Baguirmi, Fang, Kanuri, Bakuba, Luba, Lunda, Lendu, Kingwana, Chokwe, Kavango-Kimbundu, Mongo, Sara-Baguirmi, Toubou, Ubangi, Northwest Bantu and Central Bantu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_east_african_title;Article 3: East African Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_east_african_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YEast Africa - that is, the Amhara, Afar, Azande, Baganda, Beja, Dinka, Fur, Harari, Kefficho, Kikuyu–Kamba, Luo, Kalenjin-Maasai, Nuer, Nuba, Oromo, Banyarwanda, Somali, Sukuma, Swahili, Tigray, Unyamwezi, Kilombero, Northeast Bantu, Cushitic and Nilotic §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_southern_african_title;Article 3: Southern African Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_southern_african_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YSouthern Africa - that is, the Chewa, Nyasa, Herero, Khoisan, Makua, Malagasy, Nguni, Southern Bantu, Ovimbundu, Sena, Shona, Tonga, Yao-Makonde, Xhosa, Tswana and Zulu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -interning_finnougric_people_title;Article 3: Finno-Ugric Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -interning_finnougric_people_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people §YFinno-Ugric people - that is, the Finnish, Sami and Ugric §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Finno-Ugric population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Finno-Ugrics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Finno-Ugric self-government with Finno-Ugric officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_west_african_title;Article 3: West African Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_west_african_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YWest Africa - that is, the Akan, Bambara, Dyula, Edo, Ewe, Fon, Fulbe, Hausa, Ijaw, Ibo, Kru, Mande, Western Nigritic, Mossi, Fur, Senufo, Songhai, Bantoid, Tuareg, Wolof, Yoruba and Kwa §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_pan_albanian_title;Article 3: Albanian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_pan_albanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YAlbanians§W from the rest of the population. In the execution of this, first of all, is the seizing of the Albanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Albanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Albanian self-government with Albanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_arab_title;Article 3: Arab Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_arab_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YArabs - that is, the Maghrebi, Misri, Mashriqi, Bedouins, Berbers, Maures and Sudanese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Arab population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Arabs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Arab self-government with Arab officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_central_asian_title;Article 3: Central Asian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_central_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YCentral Asia - that is, the Mongols, Siberians, Yakut, Tibetans and Nepali §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_east_asian_title;Article 3: East Asian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_east_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YEast Asia - that is, the Manchu, Beifaren, Nanfaren, Hakka, Miao, Min, Zhuang, Yi and Yue §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 8 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_far_east_asian_title;Article 3: Far-East Asians Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_far_east_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YFar East - that is, the Japanese, Korean and Ainu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_south_asian_title;Article 3: Indian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_south_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YIndia - that is, the Assamese, Bihari, Manipuri, Oriya, Sinhala, Awadhi, Kanauji, Kashmiri, Gujarati, Marathi, Rajput, Kannada, Malayalam, Tamil and Telegu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Indian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Indians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Indian self-government with Indian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 8 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_southeast_asian_title;Article 3: Southeast Asian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_southeast_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YSoutheast Asia - that is, the Vietnamese, Khmer, Malay, Javanese, Filipinos, Moluccans, Thai, Lao, Shan, Burmese, Kachin, Karen and other Asian Minor §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_baltic_title;Article 3: Baltic Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_baltic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YBaltics - that is, the Lithuanians, Latvians, and Estonians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Baltic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Baltics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Baltic self-government with Baltic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_beneluxian_title;Article 3: Beneluxian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_beneluxian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YBenelux region - that is, the Dutch, Flemish, and Walloons §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Benelux population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Benelux are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Benelux self-government with Benelux officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_british_title;Article 3: British Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_british_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YBritish Islands - that is, the British, Irish, and Scottish §W- from the rest of the population. In the execution of this, first of all, is the seizing of the British population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the British are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own British self-government with British officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_caucasian_title;Article 3: Caucasus Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_caucasian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YCaucasus - that is, the Dagestani, Chechens, and Circassians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Caucasus population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Caucasus peoples are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Caucasus self-government with officials from the Caucasus. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_czecho_slovak_culture_group_title;Article 3: Czech-Slovak Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_czecho_slovak_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YCzech-Slovak population§W from the rest of the population. In the execution of this, first of all, is the seizing of the Czech-Slovak population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Czech-Slovak peoples are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Czech-Slovak self-government with Czech-Slovak officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_french_title;Article 3: French Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_french_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YFrance - that is, the French, Bretons, Occitan and Picard §W- from the rest of the population. In the execution of this, first of all, is the seizing of the French population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the French are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own French self-government with French officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_germanic_title;Article 3: German Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_germanic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YGermany - that is, the North and South Germans §W- from the rest of the population. In the execution of this, first of all, is the seizing of the German population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Germans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own German self-government with German officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_hungarian_culture_group_title;Article 3: Hungarian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_hungarian_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YHungarians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Hungarian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Hungarians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Hungarian self-government with Hungarian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_iberian_title;Article 3: Iberian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_iberian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the peoples from §YIberia - that is, the Spanish, Galicians, Basque, Catalans and Portuguese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Iberian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Iberians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Iberian self-government with Iberian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_italian_title;Article 3: Italian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_italian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the peoples from §YItaly - that is, the North Italians, South Italians and Maltese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Italian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Italians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Italian self-government with Italian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_indo_iranian_title;Article 3: Indo-Iranian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_indo_iranian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YIndo-Iranians - that is, the Bengali, Panjabi and Sind §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Indo-Iranian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Indo-Iranians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Indo-Iranian self-government with Indo-Iranian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_iranian_turanian_title;Article 3: Iranian-Turanian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_iranian_turanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YIranian-Turanian - that is, the Persians, Uzbeks, Kazakhs, Kirgiz, Tajiks, Uighurs, Pashtuns, Baluchi, Hazaras, Turkmens, Tatars and Gypsies §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Iranian-Turanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Iranian-Turanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Iranian-Turanian self-government with Iranian-Turanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_jewish_cultures_title;Article 3: Jewish Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_jewish_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YJews - that is, the Ashkenazi and the Sephardic §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Jewish population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Jews are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Jewish self-government with Jewish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_latin_american_cultures_title;Article 3: Latin American Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_latin_american_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YLatin America - that is, the Mexicans, Central Americans, Caribenos, North Andeans, South Andeans, Platineans and Brazilians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Latin American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Latin Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Latin American self-government with Latin American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_levantine_title;Article 3: Greco-Caucasian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_levantine_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YGreece and the South Caucasus - that is, the Greeks, Armenians, Georgians and Assyrians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Greco-Caucasian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Greco-Caucasians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Greco-Caucasian self-government with Greco-Caucasian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_native_american_title;Article 3: Native American Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_native_american_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YNative Americans - that is, the Mayas, Nahua, Quechua, Guarani, Aymara, Amazonians, Patagonians, Tupinamba, Metis, Dakota, Cherokees, Pueblo, Inuit, Cree, Navajo and other minor Native American groups§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Native American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Native Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Native American self-government with Native American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_neo_european_cultures_title;Article 3: European Diaspora Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_neo_european_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YEuropean diaspora - that is, the Boers, Australians, Anglo-Canadians, French-Canadians and Alaskan §W- from the rest of the population. In the execution of this, first of all, is the seizing of the European diaspora population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the European diaspora are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own European diaspora self-government with European diaspora officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.";;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_american_cultures_title;Article 3: American Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_american_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YAmericans - that is, the Yankees, Dixies and Texans §W- from the rest of the population. In the execution of this, first of all, is the seizing of the American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own American self-government with American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_oceanic_title;Article 3: Pacific Islander Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_oceanic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YPacific Islanders - that is, the Polynesians, Hawaiians, Maori, Aborigines, Melanesians and Micronesians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Pacific Islander population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Pacific Islanders are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Pacific Islander self-government with Pacific Islander officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_polish_culture_group_title;Article 3: Western Slavic Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_polish_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YWest Slavs - that is, the Polish and Wends §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Western Slavic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Western Slavic's are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Western Slavic self-government with Western Slavic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_pan_romanian_title;Article 3: Romanian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_pan_romanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YRomanians§W from the rest of the population. In the execution of this, first of all, is the seizing of the Romanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Romanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Romanian self-government with Romanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_scandinavian_title;Article 3: Scandinavian Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_scandinavian_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YScandinavians - that is, the Swedish, Danish, Norwegians, Icelanders, Finnish and Sami §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Scandinavian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Scandinavian are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Scandinavian self-government with Scandinavian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_east_slavic_title;Article 3: East Slavic Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_east_slavic_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YEast Slavic cultures - that is, the Russians, Byelorussians, Ukrainians and Ugrians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Slavic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Slavic are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Slavic self-government with Slavic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_south_slavic_title;Article 3: South Slavic Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_south_slavic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YSouth Slavs - that is, the Croats, Serbs, Bulgarians, Slovenes and Bosniaks §W- from the rest of the population. In the execution of this, first of all, is the seizing of the South Slav population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the South Slavs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own South Slav self-government with South Slav officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_pan_swiss_title;Article 3: Swiss Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_pan_swiss_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YSwiss§W from the rest of the population. In the execution of this, first of all, is the seizing of the Swiss population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Swiss are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Swiss self-government with Swiss officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_turko_semitic_title;Article 3: Turkic Internment;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_turko_semitic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YTurkic population - that is, the Turks, Azeris and Kurds §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Turkic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Turkish are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Turkish self-government with Turkish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;xx -intern_catholic_title;Article 3: Catholic Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_catholic_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Catholics from the rest of the population. In the execution of this, first of all, is the seizing of the Catholic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Catholics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Catholic self-government with Catholic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_protestant_title;Article 3: Protestant Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_protestant_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Protestants from the rest of the population. In the execution of this, first of all, is the seizing of the Protestant population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Protestants are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Protestant self-government with Protestant officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_mormon_title;Article 3: Mormon Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_mormon_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Mormons from the rest of the population. In the execution of this, first of all, is the seizing of the Mormon population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Mormons are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Mormon self-government with Mormon officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_orthodox_title;Article 3: Eastern Orthodox Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_orthodox_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Eastern Orthodox Christians from the rest of the population. In the execution of this, first of all, is the seizing of the Eastern Orthodox population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Eastern Orthodox Christians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Eastern Orthodox self-government with Orthodox officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_coptic_title;Article 3: Internment Camps for the Oriental Orthodox;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_coptic_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Oriental Orthodox Christians from the rest of the population. In the execution of this, first of all, is the seizing of the Oriental Orthodox population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Oriental Orthodox Christians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Oriental Orthodox self-government with Oriental Orthodox officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_sunni_title;Article 3: Sunni Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_sunni_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Sunnis from the rest of the population. In the execution of this, first of all, is the seizing of the Sunni population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Sunnis are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Sunni self-government with Sunni officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_shiite_title;Article 3: Shiite Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_shiite_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Shiites from the rest of the population. In the execution of this, first of all, is the seizing of the Shiite population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Shiites are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Shiite self-government with Shiite officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_ibadi_title;Article 3: Ibadi Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_ibadi_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Ibadis from the rest of the population. In the execution of this, first of all, is the seizing of the Ibadi population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Ibadis are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Ibadi self-government with Ibadi officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_druze_title;Article 3: Druze Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_druze_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Druze from the rest of the population. In the execution of this, first of all, is the seizing of the Druze population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Druze are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Druze self-government with Druze officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_jews_title;Article 3: Jewish Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_jews_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Jews from the rest of the population. In the execution of this, first of all, is the seizing of the Jewish population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Jews are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Jewish self-government with Jewish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_yazidi_title;Article 3: Yazidi Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_yazidi_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Yazidi from the rest of the population. In the execution of this, first of all, is the seizing of the Yazidi population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Yazidi are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Yazidi self-government with Yazidi officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_mahayana_title;Article 3: Mahayana Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_mahayana_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Mahayana from the rest of the population. In the execution of this, first of all, is the seizing of the Mahayana population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Mahayana are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Mahayana self-government with Mahayana officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 12 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_gelugpa_title;Article 3: Gelugpa Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_gelugpa_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Gelugpa from the rest of the population. In the execution of this, first of all, is the seizing of the Gelugpa population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Gelugpa are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Gelugpa self-government with Gelugpa officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_hindu_title;Article 3: Hindu Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_hindu_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Hindus from the rest of the population. In the execution of this, first of all, is the seizing of the Hindu population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Hindus are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Hindu self-government with Hindu officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 10 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_shinto_title;Article 3: Shinto Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_shinto_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Shintos from the rest of the population. In the execution of this, first of all, is the seizing of the Shinto population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Shintos are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Shinto self-government with Shinto officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.";;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_theravada_title;Article 3: Theravada Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_theravada_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Theravadas from the rest of the population. In the execution of this, first of all, is the seizing of the Theravada population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Theravadas are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Theravada self-government with Theravada officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_sikh_title;Article 3: Sikh Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_sikh_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Sikhs from the rest of the population. In the execution of this, first of all, is the seizing of the Sikh population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Sikhs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Sikh self-government with Sikh officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_animist_title;Article 3: Animist Internment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;;x -intern_animist_desc;"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Animists from the rest of the population. In the execution of this, first of all, is the seizing of the Animist population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Animists are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Animist self-government with Animist officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -cancel_internment_camps_title;Revoke Directive No. 1;;;;;;;;;;;;;;;;;x -cancel_internment_camps_desc;Too much international attention has been drawn to $CAPITAL$ due to Directive No. 1. The $COUNTRY_ADJ$ $MONARCHTITLE$ decided that it's time to dismantle the apparatus that facilitated the Directive, in order to cast aside any international doubt over the integrity of the $COUNTRY_ADJ$ government. After this, rebuilding such infrastructure back could take a while.;;;;;;;;;;;;;;;;;x -internment_camps_title;Directive No. 1;;;;;;;;;;;;;;;;;x -internment_camps_desc;Directives for the prosecution of offences committed against the $COUNTRY_ADJ$ State\n\nWithin our nation's territories, elements hostile to $COUNTRY$ have increased their efforts against the $COUNTRY_ADJ$ State. The amount and the danger of these machinations oblige us to take severe measures as a determent. First of all the following directives are to be applied:\nI. Within the occupied territories, the adequate punishment for offences committed against the $COUNTRY_ADJ$ State or the occupying power which endanger their security or a state of readiness is on principle the death penalty.\nII. The offences listed in paragraph I as a rule are to be dealt with in the occupied countries only if it is probable that sentence of death will be passed upon the offender, at least the principal offender, and if the trial and the execution can be completed in a very short time.\nIII. Prisoners are subjected to military procedure only if particular military interests require this. In case $COUNTRY_ADJ$ or foreign authorities inquire about such prisoners, they are to be told that they were arrested, but that the proceedings do not allow any further information.\nIV. Commanders and the Court authorities within the framework of their jurisdiction, are personally responsible for the observance of this decree.\nV. The Chief of the High Command of the Armed Forces determines in which occupied territories this decree is to be applied. He is authorized to explain and to issue executive orders and supplements. The $COUNTRY_ADJ$ Minister of Justice will issue executive orders within his own jurisdiction.;;;;;;;;;;;;;;;;;x -claim_tsushima_title;Claim Daemado;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tsushima_desc;The island of Daemado, known by the Japanese as Tsushima, has since ancient times been part of Korea, despite the occupation by foreign Japanese forces. It's time we rectify this and claim the island for the glory of Korea!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_the_metis_title;Integrate the Métis;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_the_metis_desc;While the Métis initially developed as the mixed-race descendants of early unions between First Nations and colonial-era European settlers, within generations (particularly in central and western Canada), a distinct Métis culture developed. Integrating these people close to Canada will allow us to squash national dreams as they become more and more Canadian.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -cleanup_colonial_cores_title;AI: Colonial Core Cleanup;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -cleanup_colonial_cores_desc;AI: Colonial Core Cleanup;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rename_bourbon_island_title;Rename Bourbon Island;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rename_bourbon_island_desc;The French Indian Ocean Territory is known for several names - Reunion Island, Bourbon Island, Bonaparte Island. But now it is the time to give it a more appropriate name - one more in line with the current French government.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ionian_lose_accepted_cultures_title;Greek Supremacy in the Ionian Islands;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ionian_lose_accepted_cultures_desc;There has been a shift in the political balance and the Ionian islands now have a policy of Greek supremacy.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -election_start_player_title;AI: Election Start;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -election_start_player_desc;AI: Election Start;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -election_end_player_title;AI: Election Ends;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -election_end_player_desc;AI: Election Ends;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_lodomeria_title;The Galician Protectorate;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_lodomeria_desc;With the recent enclave in Galicia-Lodomeria formed, we have no option but to grant them greater autonomy to rule themselves.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_kuwait_title;Integrate Kuwait;;;;;;;;;;;;;;;;;;;;;;;;;;x -integrate_kuwait_desc;The sheikhs of Kuwait have long come to $CAPITAL$ to pay their respects to the $COUNTRY_ADJ$ Sultan. This suzerainty was, for the most part, informal and de jure. But in recent years the relations between the $COUNTRY_ADJ$ government and Kuwait got closer and that suzerainty became a de facto reality. Now it is the time to take the final step and integrate Kuwait fully in the $COUNTRY_ADJ$ bureaucracy. The sheikhs of Kuwait will continue to live in Kuwait and will hold some small power in local politics, but all decisions and should and will come from $CAPITAL$.;;;;;;;;;;;;;;;;;;;;;;;;;;x -occupy_syrian_desert_title;Occupy the Syrian Desert;;;;;;;;;;;;;;;;;;;;;;;;;;x -occupy_syrian_desert_desc;From the Tigris to the Mediterranean, the Syrian desert is a vast landscape of of desert, semidesert and barren wastelands home to nomadic and seminomadic pastoralists. $COUNTRY_ADJ$ government claims authority through much of the area, but our claims are just that - the nomadic population recognizes no authority. Senior figures in $CAPITAL$ have come up with plans to establish several military bases in the areas we claim, thus enforcing an effective occupation of the desert. Such a move, however, will likely be mirrored by any nations with a stake in the Syrian wastelands.;;;;;;;;;;;;;;;;;;;;;;;;;;x -move_capital_to_belgrade_title;Move Capital to Belgrade;;;;;;;;;;;;;;;;;;;;;;;;;;x -move_capital_to_belgrade_desc;Belgrade has historically been the capital of Serbia. Now that the Ottoman garrison left the city, it would be auspicious to move our nation's capital to our old historical capital, as a showcase of our newly found independence.;;;;;;;;;;;;;;;;;;;;;;;;;;x -remove_war_focus_title;Remove War Focus;;;;;;;;;;;;;;;;;;;;;;;;;;x -remove_war_focus_desc;We are not at war anymore, the focus is useless.;;;;;;;;;;;;;;;;;;;;;;;;;;x -warn_imperialism_cb_is_available_title;Impending Imperialism;;;;;;;;;;;;;;;;;;;;;;;;;;x -warn_imperialism_cb_is_available_desc;Will we survive the foreign onslaught?;;;;;;;;;;;;;;;;;;;;;;;;;;x -haussmanns_renovations_title;Haussmann's Renovations;;;;;;;;;;;;;;;;;;;;;;;;;;x -haussmanns_renovations_desc;The Haussmann Plan was a project for the modernization and urban renewal of Paris, carried out between 1852 and 1870. The project was initiated after a period of rapid urban growth and development, as the old city centre of Paris had proven itself incapable of meeting the infrastructure demands of a growing city. The long, open boulevards championed by Hausmann have remained defining characteristics of Paris' street layout ever since. The reforms are estimated to cost §R50,000¤§W paid now or in instalments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accept_the_flemish_title;Embrace the Flemish;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accept_the_flemish_desc;The $COUNTRY_ADJ$ made several mistakes when dealing with the Flemish. The Protestant/Catholic divide and political ostracization, among other things, led to the Belgian Revolution. It's time we try and repair our relationship, implement effective freedom of religion and give them equal rights. Bowing down to them will dent our international prestige, but it will allow us to live in peace once again.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_vietnamese_protectorate_title;Declare a Protectorate over Vietnam;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_vietnamese_protectorate_desc;To fulfil the $COUNTRY_ADJ$ ambitions of an Indochinese colony, senior figures in $CAPITAL$ concocted a plan to justify and declare a protectorate over Vietnam. Now, we can put that plan into motion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -first_annexiation_limburg_title;The Limburg Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -first_annexiation_limburg_desc;With the end of the Austrian-led customs union known as German Confederation and the rise of a modern, intertwined German state, the duchy of Limburg became an outdated promise - one that was part of the defunct German Confederation. Limburg is internationally recognized as an integral part of the Netherlands but as the Germans set their eyes and ambitions on the complete unification of all German Confederation states, the duchy became a dangerous compromise. Several senior figures in $CAPITAL$ are preparing an order for the $MONARCHTITLE$ to sign, declaring the extinction of the old duchy of Limburg and its full integration in the Netherlands. The Germans, however, might try to protest this move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ostend_manifesto_title;Ostend Manifesto;;;;;;;;;;;;;;;;;;x;;;; -ostend_manifesto_desc;The Ostend Manifesto proposes that the island of Cuba should be annexed to the United States as a slave state, to balance the expected influx of new free-states in the West. By supporting the manifesto, we can calm tension over the slavery issue domestically, but it might reduce our standing with the European Great Powers significantly. The Manifesto also proposes a shift in foreign policy, justifying the use of force to seize Cuba in the name of national security in case its owners are not willing to sell it to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_back_to_africa_act_player_title;Revoke the Back to Africa Act;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_back_to_africa_act_player_desc;We can revoke the 'Back to Africa Act' but dismantling the structure built around it will mean that any efforts to re-instate it will take a while.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -back_to_africa_act_title;Back to Africa Act;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -back_to_africa_act_desc;The $COUNTRY_ADJ$ Colonization Society was an early advocate of the idea of resettling $COUNTRY_ADJ$-born blacks in Africa. Founded in 1816, it was composed of two core groups: abolitionists and slave owners. Abolitionist members believed in freeing African slaves, along with their descendants, and providing them with the opportunity to return to Africa. Slave owning members believed free blacks endangered the system of slavery and sought to expel them from $COUNTRY$. Their efforts were ultimately fruitless as they didn't attract a significant numbers of colonizers. With the support of the $COUNTRY_ADJ$ government, however, resettling won't be optional. By signing the "Back to Africa Act" we can fulfil their purpose, this time through the forceful repatriation of the Afro-$COUNTRY_ADJ$ community in our core territories. It won't be fast and it will attract a lot of negative attention from around the international community, but we can continue on the work of the $COUNTRY_ADJ$ Colonization Society in repatriating the African diaspora in $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_back_to_africa_act_title;Revoke the Back to Africa Act;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_back_to_africa_act_desc;We can revoke the 'Back to Africa Act' but dismantling the structure built around it will mean that any efforts to re-instate it will take a while.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -return_colonies_from_dismantled_tag_title;The Return of Our Colonies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -return_colonies_from_dismantled_tag_desc;With the recent defeat of a colonial power, our claims to one of our colonies they own are once again at the spotlight. The international community at large agrees that these colonies should be returned to the $COUNTRY_ADJ$ government - we just need to take the necessary steps to get them back.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_colonies_that_werent_annexed_title;Colonial Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_colonies_that_werent_annexed_desc;Our former overlords were defeated and we earned our freedom. Hurrah!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -meiji_daijokan_ordinances_title;The Daijokan Ordinances - Land Reform;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -meiji_daijokan_ordinances_desc;The $COUNTRY_ADJ$ Government announced the reformation of the land taxation system in $YEAR$ as part of the Daijokan Ordinances in Japan. The government initially ordered individual farmers to measure the plots of their land themselves, calculate their taxes, and submit the results to local tax officials. However, difficulties arose with the honesty of the measuring system when the budget showed that collected taxes fell far below projected values. Private land ownership was recognized for the first time in Japan with the issuing of land titles. The previous practice of land ownership was the Public Land Public Citizen Laws, which stated that all land was under the sole ownership of the emperor, such that individual farmers were merely borrowing the land from feudal lords, who in turn were borrowing the land from the emperor. The reform abolished this archaic system of land ownership, and began to allow landowners to use their property as a financial asset in collateral or other investment. This law was one of the first steps towards the development of capitalism in Japan, paralleling the English statute Quia Emptores enacted several centuries earlier.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_india_title;Grant India Home Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_india_desc;India is becoming too big and too troublesome to keep as a direct colony. In $CAPITAL$ a few key ministers proposed that we grant them home rule to placate Indian nationalism - while some local Indian rulers asked not to be integrated in India and continue under the protection of $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accept_the_maltese_title;Accept the Maltese;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accept_the_maltese_desc;Despite our shared cultural ties, Malta has been a separate entity and dominated by British interests for a long time. Now that we own the island, we can start integration the process to make the Maltese an integral part of the great Italian nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -free_botswana_title;Release Botswana;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -free_botswana_desc;Now that Rhodesia/Zimbabwe and South Africa are independent, so should be Botswana.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -flip_colonial_cores_title;Colonial Homeland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -flip_colonial_cores_desc;Our beloved homeland grows as more historical territories come back in our hands. We can't have it under colonial status - $COUNTRY$ territory will never be a colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reject_pan_nationalism_title;Reject Pan-Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reject_pan_nationalism_desc;There has been talk in the $COUNTRY_ADJ$ academia about uniting with our brothers in a greater country, forfeiting our independence in favour of a pan-nationalistic union. We have proved, however, that we are just fine on our own and that the destiny of $COUNTRY$ does not lie with other countries. To solidify this notion, several ministers in $CAPITAL$ have proposed a new curriculum to our education system, as well as a series of pieces in the media, that will help make the dreams of the $COUNTRY_ADJ$ people being part of a pan-nationalistic union a distant dream.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_congo_ccupation_expedition_title;The Congo Expedition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_congo_ccupation_expedition_desc;The occupation of the Congo is almost all done, with a few pockets of resistance left.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_on_government_decisions_title;Show 'Government' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_on_government_decisions_desc;This decision will show the "government decisions", decisions that are not commonly used and can be hidden to avoid clutter. These are:\n-Renovate the Academia\n-Enslave the Serfs\n-Turn Off Vassal Contribution Payments\n-Enable 'Return Cores' Decisions\n-Enable 'Release Vassals' decisions\n-Reform the Colonial Army\n-Increase Conscription Time\n-Reform the Local Government (Change a tag that doesn't exist and that you own their capital to have the same reforms)\n-Choose a Trade Policy\n-Direct No 1\n Dissolve the Upper House\nStart a Propaganda Campaign;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_off_government_decisions_title;Hide 'Government' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_off_government_decisions_desc;This option will hide the following decisions:\n-Renovate the Academia\n-Enslave the Serfs\n-Turn Off Vassal Contribution Payments\n-Enable 'Return Cores' Decisions\n-Enable 'Release Vassals' decisions\n-Reform the Colonial Army\n-Increase Conscription Time\n-Reform the Local Government (Change a tag that doesn't exist and that you own their capital to have the same reforms)\n-Choose a Trade Policy\n-Direct No 1\n Dissolve the Upper House\nStart a Propaganda Campaign;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_on_organize_colony_decisions_title;Show 'Organize Colony' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_on_organize_colony_decisions_desc;The decisions to organize colonial nations are hidden to unclutter the decisions tab.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_off_organize_colony_decisions_title;Hide 'Organize Colony' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -turn_off_organize_colony_decisions_desc;Hide the decisions to organize colonial nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italians_in_balkans_title;The Italian Diaspora;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italians_in_balkans_desc;Thorough the Renaissance and partly due to the Italian merchant republics great influence, the Italian people spread through parts of the Mediterranean and the Balkans. In the era of nationalism, however, these people are treated as second-class citizens or are looked upon with distrust. There have been calls, both in Italy as well as from Italians abroad, to extend Italian influence in these lands and safeguard the Italian people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_still_in_debt_title;More Emergency Measures;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_still_in_debt_desc;Our previous measures were not enough.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_debt_gone_title;Tax Relief;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_debt_gone_desc;The situation with $COUNTRY$'s finances has been resolved... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_cant_borrow_title;Emergency Measures;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -insolvent_ai_cant_borrow_desc;We must impose stringent measures to handle our economic crisis.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -cleaning_after_international_zones_title;End of $COUNTRY$ International Zone;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cleaning_after_international_zones_desc;Ever since we gained more territory, the international zone in our country has been less and less recognize. A congress of the Great Powers now has removed out international zone status.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -core_heligoland_title;The $COUNTRY_ADJ$ Heligoland Claims;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -core_heligoland_desc;The small North Sea island of Heligoland had become a British possession during the Napoleonic Wars, ceded formally by Denmark in the 1814 Treaty of Kiel. After the Unification of Germany the island became an object of desire for $COUNTRY$, as the few inhabitants of the Island were by and large Germans. Now with it firmly in our hands, no one can deny our claims to Heligoland.; ;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -von_moltkes_staff_reforms_desc;In 1857 Helmuth von Moltke was appointed Chief of the Prussian General Staff, which he soon set about reforming. Among the ideas implemented by von Moltke were a department for historical studies, extensive wargaming exercises and a special department dedicated to cataloguing and studying the telegraph and railway networks of Prussia, and how they could be used to best effect in the event of war. The end result was that, by the time of the Franco-Prussian war, Prussia's General Staff was considered the most efficient in Europe, its methods soon becoming widely studied and adopted abroad. Moltke remained Chief of the Prussian Staff for the next 30 years, and is known as one of the most brilliant military strategists of the 19th century.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -disable_trade_policy_globally_title;Option: Disable Trade Policy Decisions;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -disable_trade_policy_globally_desc;The trade policy decisions helps the AI save more money and help historically heavily protectionist countries (like the US, Russia) to do what they did historically and levy heavy tariffs on imports. They happen once every 10 years (sometimes they are rescinded earlier though) and the AI has full autonomy to pick one of the several choices (so no behaviour is guaranteed). If you'd like to disable this for some reason, you can do it with this option.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -option_localized_names_title;Option: Localized Province Names;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -option_localized_names_desc;By default, province names use the English name if one exists. If you'd rather have names always be localized, this option will do this. Names will use the modern country language or the cultural majority. Preferably, both will be the same. This option is under construction and not finished, so if you have suggestions, I will add them.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -cash_crops_africa_title;Cash Crops and Mining;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -cash_crops_africa_desc;Our new colonies would serve us much better if the natives gave up on subsistence farming. Through a series of investments destined to companies and private persons, we can nudge in our colonies production in a direct that suits us better.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -quality_coal_decision_title;Open the High-Quality Coal Mines;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -quality_coal_decision_desc;We have several coal mines in our country that produce superior bituminous coal, lasting longer and producing more heat. Exploiting them will increase our coal production.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -end_of_natural_dyes_title;An End to Natural Dyes?;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;; -end_of_natural_dyes_desc;The discovery of man-made synthetic dyes in the mid-19th century triggered a long decline in the large-scale market for natural dyes. Synthetic dyes, which can be produced in large quantities, quickly superseded natural dyes for the commercial textile production enabled by the industrial revolution, and unlike natural dyes, are suitable for the synthetic fibres that followed. In a few of our provinces, the production of natural dyes is in a steady decline for a few years and now producers can barely sell their product. Faced with bankruptcy, most dye producers are looking for new goods to sell. We can help them look for new markets.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -vassal_stop_paying_vassal_payments_title;Stop Paying Overlord Taxes;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -vassal_stop_paying_vassal_payments_desc;Our overlord issued an order allowing us to cease any contribution to their offers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turn_off_vassal_payments_title;Exempt Vassals from Contributing to our Treasury;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turn_off_vassal_payments_desc;Our coffers are full enough and members of the cabinet have put forward the proposal of exempting our vassals, not the substates, from contributing to $COUNTRY$'s treasury. This tax break would boost our relations with them in the short term, but wouldn't benefit our finances in any way.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turn_on_vassal_payments_title;Oblige Vassals to Contribute to our Treasury;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turn_on_vassal_payments_desc;The earlier tax break offered to vassals has run its course. We need that every vassal of $COUNTRY$ to do their part and contribute to the maintenance of $COUNTRY_ADJ$ glory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -specific_trade_policy_title;Choose a Trade Policy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -specific_trade_policy_desc;While the ruling party has its own broad trade policy, there are several schools of economic thought competing competing for space in the government. Adopting a trade policy will take away some of the flexibility in setting tariffs, but it will allow for more efficient tariff collection and possibly other benefits over what a volatile tariff police might have. \n\n\n§YNOTE: Researching Market Regulations will unlock more options when this decision is taken. You can disable this decision entirely and for the rest of the game by taking it and choosing the last option in the fired event.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rescind_trade_policy_title;AI: Rescind Trade Policy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rescind_trade_policy_desc;Our trade policy, or our neighbour's, no longer correspond to the ruling party wishes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -chile_treaty_of_peace_and_friendship_title;The Antofagasta Border Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -chile_treaty_of_peace_and_friendship_desc;Too much blood has been shed over Antofagasta and now the nations involved are willing to sit on the table and discuss the issue. With international help and arbitration, we drafted a proposal offering a §R60,000¤§W sum as indemnification payment to all parties involved, paid in instalments thought the next years and with each part getting half of the total sum. In return they will abandon their claims over Antofagasta. Any territories we might hold from the involved parties that are not claimed by $COUNTRY$ will be returned to their rightful owners and any claims we have in regions other than Antofagasta will be put to international arbitration.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -name_oslo_title;Rename Christiania;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -name_oslo_desc;After being destroyed by a fire in 1624, during the reign of King Christian IV, the city then known as Oslo was moved closer to Akershus Fortress and renamed Christiania in the king's honour. As the years passed many in the government feel the original name, derived from the Old Norse, would be a much better name to represent the city's legacy than the name of an old monarch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -january_uprising_victory_title;The Polish Uprising is Victorious;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -january_uprising_victory_desc;The success of the latest uprising means the recognition of Poland as a free, sovereign state. Our days of being subjected to foreign powers are over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -copenhagen_convention_title;Call for a Convention Over the Danish Straits;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -copenhagen_convention_desc;The Sound Dues (toll) was introduced by King Eric of Pomerania in 1429 and remains in effect to this day. A toll on all the trade passing through the Danish straits, these barriers damage our commerce in the region. We can call a Convention to solve this situation once and for all, if we have the money to pay the proper indemnifications and to act as a guarantor that this money will be paid.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abolish_sound_dues_title;Abolish the Sound Dues;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abolish_sound_dues_desc;They refused to abolish the tolls on the Danish straits, but now they have no choice. We have the power to end their choke-hold on the Baltic sea. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_corrients_title;Corrientes and Entre-Rios;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_corrients_desc;The provinces of Corrientes and Entre-Rios long have been close. Now, with the rebellion of Corrientes and our conquest of the province, the governor of Entre Rios made several political moves that brought the province under his influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -declaration_of_independence_title;The $COUNTRY_ADJ$ Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -declaration_of_independence_desc;We are a de facto independent country, despite what other countries might think. We now have the clout to assert this independence once and for all, to be recognized as a full sovereign nation where no other nations have claims on.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -substate_nation;Substate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -monthly_substate_payment_title;Monthly Payment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -monthly_substate_payment_desc;As vassals, we are forced to contribute to our overlord coffers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arab_coast_title;The $YEAR$ Expedition to the Arab Gulf;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arab_coast_desc;The $COUNTRY_ADJ$ governor in Baghdad came to $CAPITAL$ to request military provisions and soldiers to outfit an expedition to deal with Wahhabi raids to merchants in the Persian Gulf. With the opening of the Suez Canal, trade from the Persian Gulf is increasingly valuable and it is important that we exert as much power and influence in the region. The Arabian peninsula is divided between the al-Saud and al-Rashid families, and although we crushed the Wahhabi Saudi family once, they keep coming back.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_bahrain_title;Claim Bahrain;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_bahrain_desc;The small island in the Persian Gulf has long been dominated by Arab families and small sheikdoms. The borders are volatile and our country rulers have claimed the area more than once in history. It's time to once again claim our land there and conquer the peninsula.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -basotho_asks_for_protection_title;Ask for Protection;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -basotho_asks_for_protection_desc;Our land is not what it once was and invaders surround our territory. There are some in our country that believe that in order to survive, we need to give our independence and ask for protection, becoming a vassal, of the Cape colony.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -montenegro_borders_title;The Montenegrin Borders;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -montenegro_borders_desc;While independent for a long time, Montenegro never had its full borders officially recognized, leading to claims from Croatia and Bosnia. It's time to change that.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -renovate_capital_title;Renovate $CAPITAL$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -renovate_capital_desc;$CAPITAL$ is an old city but the cramped, medieval-style streets and buildings certainly doesn't do it any favours. In order to implement a modern transportation network and to eliminate potential sanitary problems, we can invest in a renovation of $CAPITAL$ to make it a city worthy of being a capital of $COUNTRY$.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bulgarian_miracle_title;The Bulgarian Miracle;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bulgarian_miracle_desc;Bulgaria is the largest Christian nation in the Balkans in terms of territory and population and is experiencing an economic and cultural revival. Europeans are beginning to speak of “the Bulgarian miracle,” calling Bulgarians the “Prussians” or the “Japanese” of the Balkans. Only time will tell if this miracle will build an enduring legacy and a great nation, or if it will be a one-time thing. For now, we will reap its benefits.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_bulgaria_title;Claim Greater Bulgaria;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_bulgaria_desc;Bulgaria has the right to include all Bulgarian-inhabited lands in the former Ottoman Empire. The Balkans will be stabilized under the might of the Bulgarian Empire.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquest_of_the_saharan_desert_title;The Saharan Frontier;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquest_of_the_saharan_desert_desc;The nomads of the Saharan desert have always been too trouble with not enough benefits to be kept under control. With the Great Powers quickly setting out to carve Africa, establishing proper borders and proper control of even remote regions becomes a necessity. We can strike out a series of treaties to set up the Saharan frontier of our territories and eliminate any possibility of border conflicts in the Sahara.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -remove_spu_cores_title;Unite Peru;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -remove_spu_cores_desc;With the end of the South/North Peru division, these olds boundaries become useless. It's time to end the notion of a separated Peru.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -repudiate_the_treaty_of_paucarpata_title;Repudiate the Treaty of Paucarpata;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -repudiate_the_treaty_of_paucarpata_desc;Surrounded and out-maneuvered, and following an encounter at Paucarpata with an army under the command of Santa Cruz, Admiral Blanco Encalada was forced to sign a peace treaty. The Treaty of Paucarpata agreed to the devolution of all captured ships by Chile, the restoration of commercial relations between the Confederation and Chile, the withdrawal of all Chilean troops from Confederate territories and the payment by the Confederacy of the former Peruvian foreign debts with Chile. The Chilean troops were reembarked. When Admiral Blanco Encalada returned rather ignominiously to Valparaíso with the fleet and the army in December, 1837, the scandal was gigantic. The Chilean government and the Chilean public opinion repudiated the treaty in indignation. Admiral Blanco Encalada as was thrown into jail and tried for high treason, together with his advisor Antonio José de Irisarri, who had refused to even return to Chile.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_removal_act_title;The Natives' Status: The Suppression Act;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_removal_act_desc;"This unfortunate race, whom we had been taking so much pains to save and to civilize, have by their unexpected desertion and ferocious barbarities justified extermination and now await our decision on their fate."\nThe $COUNTRY_ADJ$ spokesperson addressed a cabinet of ministers and advisors of the $MONARCHTITLE$ in regards to the new government policy. The decision has been made, and the new government stance will be one of persecution and marginalization of the natives until they are completely driven off $COUNTRY$.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_assimilation_act_ended_title;The End of the Integration Act;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_assimilation_act_ended_desc;After twenty years, the government's integration policy towards the natives is coming under revision. By enacting this decision we can renew it or select a new policy.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_assimilation_act_title;The Natives' Status: The Integration Act;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_assimilation_act_desc;"In the first place, we should insist that if a native become an $COUNTRY_ADJ$ and assimilates himself to us, he shall be treated on an exact equality with everyone else, for it is an outrage to discriminate against any such man because of creed, or birthplace, or origin. But this is predicated upon the person’s becoming in every facet a $COUNTRY_ADJ$, and nothing but a $COUNTRY_ADJ$... There can be no divided allegiance here. Any man who says he is a $COUNTRY_ADJ$, but something else also, isn’t a $COUNTRY_ADJ$ at all. We have room for but one flag, the $COUNTRY_ADJ$ flag. We have room for but one language here, and that is the $COUNTRY_ADJ$ language... and we have room for but one sole loyalty and that is a loyalty to the $COUNTRY_ADJ$ people."\n\nThe $MONARCHTITLE$ addressed a crowd in $CAPITAL$, delineating the government's policy of integrating the natives in $COUNTRY_ADJ$ society. It will be hard to move them from their traditional villages and it might take a while, but the government is determined that the indigenous peoples of $COUNTRY$ will become $COUNTRY_ADJ$ in every aspect.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_protection_act_title;The Natives' Status: The Protection Act;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_protection_act_desc;Every native of $COUNTRY$ and every native half-caste or child of a half-caste, such half-caste or child habitually associating and living with natives, shall be deemed to be an native within the meaning of this Act, and at the hearing of any case the justice adjudicating may, in the absence of other sufficient evidence, decide on his own view and judgment whether any person with reference to whom any proceedings shall have been taken under this Act is or is not a native. If any person shall violate the provisions of any regulation made under or in pursuance of this Act, or shall obstruct the Board or local committee or any local guardian of natives or other officer in the execution of his duty under this Act or the said regulations, every such person shall on conviction forfeit and pay a fine. Be it enacted by his excellency the $MONARCHTITLE$ and with the advice and consent of the Legislative Council and Legislative Assembly of $COUNTRY$ in this present Parliament assembled and by the authority of the same that all natives of $COUNTRY$ will be under protection of the state and will be regarded as $COUNTRY_ADJ$ citizens.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_integration_status_on_title;The Natives' Status;;;;;;;;;;;;;;;;;;;;;;;;;;;x -native_integration_status_on_desc;Ever since the colonization of $COUNTRY$, the natives have been relegated to a marginal role in $COUNTRY_ADJ$ society. Marginalized or simply ignored, the natives are growing increasingly militant about their status while other countries turn their gaze on our treatment of the first peoples of $COUNTRY$. There are talks in $CAPITAL$ about an official policy on regards to our treatment of the natives: should we keep the status quo? Give them full rights? Try to assimilate them in $COUNTRY_ADJ$ culture? Should we try to drive them to the edge of extinction?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -native_integration_status_off_title;Close the Natives Status Options;;;;;;;;;;;;;;;;;;;;;;;;;;;x -native_integration_status_off_desc;We haven't reached a consensus on how to proceed with the native question.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -end_segregation_act_title;An End to Segregation;;;;;;;;;;;;;x,,,,,,,,,,,, -end_segregation_act_desc;Too long our nation has been divided. Too long has pettiness ruled our country. Now more. Today we stand united as one nation!;;;;;;;;;;;;;x,,,,,,,,,,,, -form_antillean_confederation_title;Form the Antillean Confederation;;;;;;;;;;;;;x,,,,,,,,,,,, -form_antillean_confederation_desc;Cubans and Puerto Ricans! Join your efforts, work in concert, we are brothers, we are one in misfortune: let us also be one in the Revolution and in the Independence of Cuba and Puerto Rico. That way we may form tomorrow the confederation of the Antilles. Long live free Puerto Rico. Long Live Cuba. Death to Spain forever in America. Antilles for the Antilleans!;;;;;;;;;;;;;x,,,,,,,,,,,, -claim_the_caribbean_title;Claim the Caribbean;;;;;;;;;;;;;x,,,,,,,,,,,, -claim_the_caribbean_desc;The Antilles now face a moment that they had never faced in history: they now have to decide whether 'to be, or not to be'. Let us unite. Let us build a people and we then shall raise a temple over foundations so solid that the forces of the Saxon and Spanish races will not shake it, a temple that we will consecrate to Independence, and in whose frontispiece we will engrave this inscription, as imperishable as the Motherland itself: "The Antilles for the Antilleans".;;;;;;;;;;;;;x,,,,,,,,,,,, -authorize_bulgarian_exarchate_title;Authorize a Bulgarian Exarchate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -authorize_bulgarian_exarchate_desc;In order to combat the growing threat of Bulgarian nationalism, we can give the Bulgarian dioceses the right to organize an Exarchate within Ottoman territory. Nominally, Bulgarian Orthodox Christians are loyal to the Orthodox Patriarch in Constantinople, but the idea of an Exarchate of their own would help soothe their nationalist angst. This Exarchate would be made without the blessing of the Patriarch of Constantinople, so it would also introduce ethno-nationalist tensions in Christians in our Balkan lands which would help in sowing disorder and distrust among Christians in our lands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_bukovina_title;The Bukovinan Protectorate;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_bukovina_desc;With the recent enclave in Bukovina formed, we have no option but to grant them greater autonomy to rule themselves.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupy_countryside_title;Occupy the Liberian Countryside;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -occupy_countryside_desc;The early days of Liberia were marked by constant frontier troubles with other Colonizing Powers on the Ivory Coast and at Sierra Leone. The $COUNTRY_ADJ$ tried to extend their authority inland, although they were still unable to control all of the coastal area they claimed. In the wake of the Scramble for Africa, several deals were made with the indigenous people in inland Liberia that allowed us to claim and occupy the land under the principle of effective occupation.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -treaty_of_bata_title;Our Claims in the Muni River;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_bata_desc;While we have historical rights to the Bight of Biafra, other colonial powers are demonstrating a growing interest in the area. The principle of effective occupation means we can lose this whole area, but we can try to strike a deal with another colonizing country to secure a strip of land in Bata.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonization_of_fernando_po_title;The Colonization of Fernando Pó;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonization_of_fernando_po_desc;"The king, with sufficient advance notice, prepared a reception for the visitors, the kind of reception only he could prepare. From the outskirts of the town to the palace of the mochucu, the street was lined with two long lines of Bubi warriors, daubed with red, with rifles and lances and holding buffalo-skin shields. They cheered for $COUNTRY$. At the end was the aged King Moka, standing next to his throne made of tree trunks. He still looked arrogant and for the reception he had, naturally, put on his best finery: the two-point full-dress hat of a marine official and an old frock coat, but without the trousers. The monkey skin apron hung from his waist, and in his right hand he flaunted his staff of command. To his right was Abba Moote, high priest of the Bubi, with his paddle in his hand, emblem of his dignity. To his left, his first lieutenant, Sas Ebuera. The elderly counsellors and the king’s sixty wives crowded after him. The $COUNTRY_ADJ$ flag Moka had received as a gift waved over the palace door. After two days of conferences and after having exchanged the customary gifts and tightened the bonds between $COUNTRY$ and Moka, the visitors returned to Santa Isabel, not without the governor having granted the king permission to use gunpowder..."\n\nThe island of Fernando Pó has been the stage of numerous colonization attempts by the Spanish and the British. The north of the island is home to its only European settlement, founded by the British as a base of operations to end the slave trade in the Atlantic. Despite that, expansion of the colonization efforts have been largely hampered by the Bubi people, unified in a monarchy under king Moka. After years of isolationism, the kingdom is opening up to $COUNTRY_ADJ$ advances and we now have the means to colonize the island, submitting the natives to the authority of the $COUNTRY_ADJ$ $MONARCHTITLE$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -start_pearl_hunting_title;AI Decision: Start The Pearl Hunting Season;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -start_pearl_hunting_desc;"Mixed with the indigenous population [of Manamah] are numerous strangers and settlers, some of whom have been established here for many generations back, attracted from other lands by the profits of either commerce or the pearl fishery, and still retaining more or less the physiognomy and garb of their native countries. Thus the gay-coloured dress of the southern Persian, the saffron-stained vest of Oman, the white robe of Nejd, and the striped gown of Baghdad, are often to be seen mingling with the light garments of Bahreyn, its blue and red turban, its white silk-fringed cloth worn Banian fashion round the waist, and its frock-like overall: while a small but unmistakable colony of Indians, merchants by profession, and mainly from Gujarat, Cutch, and their vicinity, keep up here all their peculiarities of costume and manner, and live among the motley crowd, 'among them, but not of them'." The cities of Bahrain and Doha lie on a crucial trade routes to India and thus enjoy a manner of riches, provisions and prosperity from trade.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_pearl_hunting_title;AI Decision: End The Pearl Hunting Season;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_pearl_hunting_desc;All good things come to an end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -support_french_foreign_legion_desc;'La Légion Étrangere', known in English as 'The Foreign Legion', is a military unit of the French army, with a unique distinction in that it accepts its recruits regardless of their national and personal backgrounds. While originally established as early as 1830, the Legion did not win the lasting legacy it enjoys today until it had seen action during, among others, The Spanish Carlist Wars, The French Intervention in Mexico, the Battle of Camarón, the Franco-Prussian war and, in fact, almost every conflict involving France up until and through the modern era. The image of the young man, perhaps on the run from some personal tragedy, oppression, debt or a criminal past, who joins the French Foreign Legion to serve a tour of personal redemption in the deserts of French Algeria, has since become one of the most iconic and enduring images of the 19th century. Promote the Legion, and see recruits flock to our banners.;;;;;;;;;;;;;;;;;;;;;;;; -claim_togoland_title;Claim Togo;;;;;;;;;;;;;;;;;;;;;;;x;;;; -claim_togoland_desc;Utilizing a bit of persuasion and maybe a kidnapping or two, a $COUNTRY_ADJ$ based off Fernando Pó has a plan to claim the region called Togoland, contacting local chieftains, establishing deals and pacts and funding research stations. He just needs a bit of official backing, and funding, to put his plan into action.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_legacy_title;Colonial Legacy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -colonial_legacy_desc;Though our nation has been exploited during our time as a colony, our newfound independence means we can now benefit from the tools of our old masters.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -search_for_aegean_civilizations_title;The Search for the Aegean Civilizations;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -search_for_aegean_civilizations_desc;Interest has been growing in the academic community about the fate of the so-called "Aegean Civilizations" and especially the location of the ancient city of Troy. Funding researchers to scour Greece and Anatolia for the remains of these civilizations, and making sure our education spending is high, will increase the prestige of our nation if they find the treasures of the ancient world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rename_the_falklands_title;The Falklands/Malvinas Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rename_the_falklands_desc;Now that we captured what the Argentinians call "Malvinas" and the British call "Falklands", it's time to rename it to something more in line with its rightful owners culture.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -luderitz_expedition_title;Found the $COUNTRY_ADJ$ South West Africa Colony;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -luderitz_expedition_desc;First discovered in 1487 by the Portuguese explorer Bartolomeu Dias, the small coastal area known as Angra Pequena was made into a trading station by German trader Adolf Lüderitz in 1883. He concluded treaties with the neighbouring chiefs, buying large tracts of land for a total sum of 560 pounds sterling's and 260 rifles. The new land was then named "Lüderitzland". Lüderitz has plans to send expeditions further north, in the place the natives call Otjozondjii, known in German as Swakopmund but under the belief that a Great Power was about to claim the area as a protectorate, Lüderitz stalled his plans and asked for the protection of the $COUNTRY_ADJ$ Government in $YEAR$. Extending our protection to him and hoisting the $COUNTRY_ADJ$ flag in Lüderitzbucht, declaring these lands "protection areas" can start the $COUNTRY_ADJ$ South West Africa Colony, though we risk some attrition with other Great Powers..;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -search_for_machu_picchu_title;The Search for the Lost City of the Incas;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -search_for_machu_picchu_desc;In 1909, returning from the Pan-American Scientific Congress in Santiago, a $COUNTRY_ADJ$ historian travelled through Peru and was invited to explore the Inca ruins at Choqquequirau in the Apurímac Valley. Captivated by the old tales of the Inca Empire, he's now organizing an expedition in order to search for the Inca capital, the Lost City of the Incas, founded by Mano Inca, their last emperor, and mentioned only in the old chronicles. We can contribute to this expedition and help him in his quest, by direct funding and by making sure our education spending is high. Finding the city will bring much renown to the $COUNTRY_ADJ$ scientific community.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_israel_title;Claim Greater Israel;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_israel_desc;The land that was promised to us is larger than just Palestine. Israel needs to expand beyond the confines of the borders drawn by the Great Powers if it is to be reckoned as power and if we want to truly secure the future of the Hebrew people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_crete_a_state_title;Integrate Crete;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_crete_a_state_desc;Now that Crete is securely in our hands, it must be administered efficiently. We will remove the old institutions from the island and run it with a modern, western hand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -secularize_society_title;Secularize Society;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -secularize_society_desc;In order to partake in the industries dealing with alcohol production and to properly compete with the Western powers in the field of science, a secularization of our society is of the utmost importance, some leading academics in our country advise. The separation of state and religion will certainly anger the conservation sectors in our society, but it will allows us to better face the challenges of this century. Once we take this decision, however, there's no going back, as the changes in our society will be so profound that their effects will linger in a way or another.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_spawn_eic_title;Option: Enable the EIC Minimod;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_spawn_eic_desc;The East India Company minimod transfers India to the EIC for a while, later on they are integrated through decision by the UK. Not tested so use at your own risk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_bankruptcy_events_title;Option: Disable the Bankruptcy Events;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_bankruptcy_events_desc;Disabling the Bankruptcy events will stop you from getting the CB and effects that happen when a country goes bankrupt on you. It won't stop the event for the AI nor will stop countries going bankrupt.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mobilize_tribesmen_title;Rally the Tribesmen;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mobilize_tribesmen_desc;A portion of our country is home to tribes with a nomadic lifestyle and bits of a centuries old warrior culture. By reaching to these people and rallying them to our cause, we can raise a much greater army to fulfil our country's destiny.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enable_options_title;Show 'Options' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enable_options_desc;This decision shows all optional decisions to tweak and change the game's behaviour from vanilla HPM. This, along with all decisions it enables, will disappear January 1st 1837 to reduce clutter, so you have a year in-game to pick and choose what you want. Once a tweak is chosen, you can't disable it anymore, so if you misclick you need to edit your save or start a new game.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -disable_options_title;Hide 'Options' Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -disable_options_desc;This will hide all optional tweaks to vanilla HPM. You still have until 1837 to change your mind though.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_anarcho_liberals_title;Option: Disable Anarcho-Liberal Ideology;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_anarcho_liberals_desc;This tweak will stop anarcho-liberal ideology from spawning. It may help performance a bit. Some people think they are too unrealistic for them, so they might want to disable it. I didn't test any balance issues that might arise without them in the game though.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_starting_party_loyalty_title;Option: Remove Starting Party Loyalty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_starting_party_loyalty_desc;This option will remove all starting party loyalty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_hpm_crisis_title;Option: Enable Crisis from the Start;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_hpm_crisis_desc;In HPM, crisis only start after 1870 and after Revolution and Counter-revolution is researched and an event fires. This is to stop stuff like free Ireland in 1840 because of the militancy that the famine generates, among other weird crisis. Selecting this option will remove these restrictions and make crisis happen from the start of the game, like it happens in Vanilla Victoria 2.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_enable_fantasy_countries_title;Option: Enable Scrapped Vanilla/NNM Tags;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_enable_fantasy_countries_desc;This option enables Iberia, Byzantium and Babylonia and their respective decisions. No, I won't add any flavour for these countries and they aren't tested to work with the rest of the mod, so weird shit might happen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_enable_easter_eggs_title;Option: Enable Easter Eggs;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_enable_easter_eggs_desc;Vanilla Victoria 2 has a few Easter Egg events that happen only for a few countries. These events are disabled in HPM but can be enabled again with this decision.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_workplace_events_title;Option: Disable Workplace Events;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_workplace_events_desc;A few province events related to the workplace, such as "The Old Man and the Sea", "All the Tea in PROVINCENAME" and "Blood and Iron Mine" can get quite spammy. I increased the MTTH and tried to balance it out, adding more requirements, but if you still find it spammy, you can use this option to completely disable them. Keep in mind that I didn't test balance with these events disabled or anything like this, and this might help improve performance a little bit. A few events that only trigger because you have no or low workplace safety standards are still in though. Pass workplace reforms if you want to get rid of them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_spawn_occitania_title;Option: Spawn Occitania;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_spawn_occitania_desc;Self explanatory. Dismantling options weren't changed so Occitania will not be released if France is dismantled, you need to liberate them manually. The Jules Ferry Law decision was adapted to accommodate this tweak though.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -found_la_plata_title;A New Capital for the Province of Buenos Aires;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -found_la_plata_desc;Governor Dardo Rocha of the Province of Buenos Aires plans to build a new provincial capital now that the city of Buenos Aires is federalized. With his approval, urban planner Pedro Benoit designed a city layout based on a rationalist conception of urban centres. The city has the shape of a square with a central park and two main diagonal avenues, north to south and east to west. In addition, there are numerous other shorter diagonal streets. This design is copied in a self-similar manner in small blocks of six by six blocks in length. For every six blocks, there is a small park or square. Other than the diagonal streets, all streets are on a rectangular grid and are numbered consecutively. The planned name for the new provincial capital is "La Plata" and with our approval, the new city will be ready in no time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sado_treaty_port_title;The Sado Treaty Port;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sado_treaty_port_desc;The island of Sado is an important producer of gold and silver in Japan, being one of its most important mines since the beginning of the Edo period. It would not only be strategically located as a naval base, it would also be an excellent source of income for $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rename_bismarck_islands_title;Renaming the New Guinea Islands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rename_bismarck_islands_desc;Tombara and Birara are the native names for our new possession in New Guinea. Now a proposal came forward for our administration to change the name these islands to celebrate our ownership of the new colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -state_of_emergency_title;Declare State of Emergency;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -state_of_emergency_desc;Our nation is under threat and we must do everything we can do to secure its future. Declaring a State of Emergency, suspending a few basic rights and controlling the press will allow us to keep the spirits up for a while and it will suppress dissent, but the people won't forget this and in the end we will have to deal with much resentment.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -national_awakening_title;National Awakening;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -national_awakening_desc;As the great nation of $COUNTRY$ shakes off the shackles of its old oppressors, $COUNTRY_ADJ$ everywhere rejoice. Our citizens in foreign regions and countries now demand reunification with $COUNTRY$, autonomy or independence. The Spring of the $COUNTRY_ADJ$ people has begun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_amir_kabir_title;Appoint Amir Kabir;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_amir_kabir_desc;Amir Kabir Mirza Taghi Khan Farahani was chief minister to Naser al-Din Shah Qajar and one of the most capable and innovative figures to appear in the whole Qajar period. Son of the cook of a major statesman, he showed at a very young age his intelligence on all matters brought to him and was recompensed for it, rising to the highest positions of power. He remains a controversial historical figure: considered by some to be Iran's first reformer and wildly respected by liberal nationalists, he is seen as a modernizer who did great work.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tisza_title;Claim the Tisa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_tisza_desc;Once called "The most Hungarian river" because it flowed entirely within the Kingdom of Hungary, today it crosses several national borders. Our nation is one of these and our fast growing population needs more land. The Tisas would make an excellent natural border, and the Romanians living in Pancevo would make the perfect excuse to execute this plan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -alaskan_frontier_title;The Alaskan Frontier;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -alaskan_frontier_desc;With more and more explorers wandering into Alaska and the north, multiple claims of ownership can develop and cause unnecessary border tensions. We can establish a fort in the Selkirk lands to cement our control and claims in the border with Alaska.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -request_missionaries_title;Request Missionaries;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -request_missionaries_desc;Our contact with the Great Powers opened several new possibilities for us, including the possibility of requesting missionaries to preach in our country. While this will surely anger our population, their work can help us better adopt their technology, educate our people and even help in the development of a writing system. This can, however, irreversibly change the religion of our country. To guarantee the safety of the missionaries a stable country is absolutely necessary. The consequences of anything bad befalling the missionaries could be the anger of a Great Power.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -forced_egyptological_excavations_title;The Valley of the Kings;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -forced_egyptological_excavations_desc;Since we control Luxor, we can send an expedition to the Valley of The Kings to conduct archaeological excavations. Discoveries of Egyptian tombs could increase our prestige.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -egyptological_excavations_title;The Valley of the Kings;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -egyptological_excavations_desc;The Valley of the Kings, Egypt, is a potentially endless source of new archaeological discoveries. By petitioning their government for a monopoly to carry out excavations in the Valley of the Kings, we can ensure that we make these fantastic discoveries, rather than other Great Powers.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -the_american_frontier_title;The American Frontier;;;;;;;;;;;;;;;;;;;;;;;;;x -the_american_frontier_desc;Frontier history tells the story of the creation and defence of communities, the use of the land, the development of markets, and the formation of states. It is a tale of conquest, but also one of survival, persistence, and the merging of peoples and cultures that gave birth and continuing life to America.\n\nSeveral of our frontier forts and posts have grown through the years, while several others were abandoned and new cities took their place. The American frontier has been tamed.;;;;;;;;;;;;;;;;;;;;;;;;;x -spu_applies_for_statehood_title;Join Peru;;;;;;;;;;;;;;;;;;;;;;;;;x -spu_applies_for_statehood_desc;We no longer should remain separated from our brothers in the north. Peru shall be whole once more!;;;;;;;;;;;;;;;;;;;;;;;;;x -treaty_of_petropolis_title;The Treaty of Petrópolis;;;;;;;;;;;;;;;;;;;;;;;;;x -treaty_of_petropolis_desc;Talks to be held in the Brazilian city of Petrópolis and initiated by the $COUNTRY_ADJ$ government aim to end tensions over the region known as Acre, claimed by multiple countries. Since we are the de facto owners of the province, we will be offering other countries monetary compensation, friendship treaties as well as the funding and construction of a railway in their territory in exchange for the peaceful settlement of this border issue. The proper demarcation of borders in the Amazon rainforest will also take place and hopefully this will be the final border issue between the involved parties.;;;;;;;;;;;;;;;;;;;;;;;;;x -treaty_of_bogota_title;García Ortiz-Mangabeira Treaty;;;;;;;;;;;;;;;;;;;;;;;;;x -treaty_of_bogota_desc;Ever since the Brazilian declaration of independence, some our borders in the far north have not been delineated through international treaties. The ownership of several place in the amazon rainforest is not clear and claims proliferate, which can eventually lead to armed conflict. We lack a treaty with the Colombians delineating our borders and, while they are the de facto owners of the Marabitana province, old Portuguese forts and presence of Brazilian laborers looking for rubber in the region entitles us to ownership of the area. The Marabitana fort itself was founded by the Portuguese, though it fell in disrepair. We can send the resident minister Enéas Martins on a special mission to Bogotá, to meet with the Minister of Foreign Affairs, Alfredo Vásquez Cobo, to delineate a treaty with the Colombians that might give us Marabitanas. If they refuse our treaty, we will still have our claims, and we will have to enforce it through war.;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_the_south_title;The Conquest of the South;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_the_south_desc;Ethiopia needs to reunify the lands and people of the South, East and West into an empire. To do this, we need to bring the unarmed southerners, the Oromo, Sidama, Gurage, Wolayta and other groups, into the fold. The $MONARCHTITLE$ is gathering the troops in the central province of Shoa, to mount an expedition to the south and to ascertain, once and for all, Ethiopian authority in the south.;;;;;;;;;;;;;;;;;;;;;;;;;x -claim_negusa_nagast_title;Claim the Imperial Throne;;;;;;;;;;;;;;;;;;;;;;;;;x -claim_negusa_nagast_desc;The Solomonic dynasty is a puppet in Gonder and Ethiopia carries on divided. This era, known as the Zemene Mesafint or the 'Age of Princes', has warlords, regional princes, and noble houses vying with each other for power and control. They divided the Empire into personal fiefs and fought each other continuously. A puppet Emperor of the dynasty was enthroned in Gonder by one warlord, only to be dethroned and replaced by another member of the Imperial dynasty when a different warlord was able to seize Gonder and the reins of power. Regions such as Gojjam and Shewa were ruled by their own branches of the Imperial dynasty and, in Shewa, the local prince went as far as assuming the title of King. Now it's our time to try and seize the moment, to claim the title of King, to march on Gonder and all of Ethiopia and to try and bring an end to the infighting, to make Ethiopia whole once more.;;;;;;;;;;;;;;;;;;;;;;;;;x -become_negusa_nagast_title;Become Negusa Nagast;;;;;;;;;;;;;;;;;;;;;;;;;x -become_negusa_nagast_desc;The 'Zemene Mesafint' or the 'Age of Princes' is a period in Ethiopian history lasting from about 1769 to until now, during which Ethiopia was largely fractioned due to political infighting, and the imperial office reduced to the status of a mere figurehead. The $MONARCHTITLE$ of $COUNTRY$ could claim the title of 'Negusa Nagast', that is, 'King of Kings', to bring an end to the Age of Princes, and to usher in the modern Imperial era in Ethiopia. Is it time for a coronation?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -asian_rgo_normalization_title;Asian Farms and Mines;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -asian_rgo_normalization_desc;Steam and combustion engines as well as electricity and railways are promoting nothing short of a revolution in certain places of Asia. New places are cleared for bigger plantations and mines are expanded with unprecedented speed. With the proper incentive, we can speed up this process in a few key areas, greatly expanding the size of our mines and farms in Asia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -africa_rgo_normalization_title;African Farms and Mines;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -africa_rgo_normalization_desc;Steam and combustion engines as well as electricity and railways are promoting nothing short of a revolution in certain places of Africa. New places are cleared for bigger plantations and mines are expanded with unprecedented speed. With the proper incentive, we can speed up this process in a few key areas, greatly expanding the size of our mines and farms in Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_mormon_exodus_title;The Mormon Exodus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_mormon_exodus_desc;After violence in their home enclave of Nauvoo, Illinois, the Mormons have elected to head west to settle in the Salt Lake Valley where they can practice their faith without hindrance. Led by Brigham Young, the Mormons suffered great hardship but eventually did reach their destination -- and prospered.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -claim_aragon_title;Claim Aragon;;;;;;;;;;;;;;;;;;x,,,,, -claim_aragon_desc;The region of Aragon has a sizable Catalan population. Our newfound independence and power dictates that we should do everything we can to protect the Catalans in Aragon and to bring them in Catalonia, wherever the Spanish like this or not.;;;;;;;;;;;;;;;;;;x,,,,, -afghan_northern_borders_title;The Afghan Northern Border;;;;;;;;;;;;;;;;;;x,,,,, -afghan_northern_borders_desc;In 1584 the Uzbeks conquered the region known as Badakhshan, and it remained under local Uzbek mirs (“leaders”) until 1822, when Morad Beg of Konduz overran it. The region is claimed by Afghans, Uzbeks and Tajiks. There has been some diplomatic talks and our government is convinced that a border treaty would go a long way in helping the region stabilize. A suitable border was defined at the Panj River which would separate Afghan Badakhshan from $COUNTRY_ADJ$ Badakhshan.;;;;;;;;;;;;;;;;;;x,,,,, -plantations_in_ruanda_urundi_title;Plantations in Ruanda-Urundi;;;;;;;;;;;;;;;;;;x,,,,, -plantations_in_ruanda_urundi_desc;Ruanda-Urundi is a mountainous region, which can hamper agricultural activity. However, the mountain climate is also well suited for a few plantations. We can take advantage of this by using the right mix of agricultural products and plantation system coupled with native workforce to great expand the production area.;;;;;;;;;;;;;;;;;;x,,,,, -abolish_forced_work_title;Abolish Forced Work;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abolish_forced_work_desc;Despite past efforts of the $COUNTRY_ADJ$ government, forced work still remains a common occurrence in $COUNTRY$. Western officials in $CAPITAL$ are pressuring us to end this so they can expand their markets. They are offering us support to do this, but a radical change like this in such a small time is bound to anger the people.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_camillo_cavour_title;Appoint Camillo Benso Cavour;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_camillo_cavour_desc; Camillo Paolo Filippo Giulio Benso, Count of Cavour, Isolabella and Leri, was a prime figure of the Italian Risorgimento. An excellent diplomat and a gifted administrator, he modernized Sardinia-Piedmont, both economically and diplomatically, putting it in position to achieve the unification of the Italian peoples. His infrastructure reforms are said to have finally connected the peninsula to the rest of Europe. He would lead through the Crimean and Independence wars, becoming the first Prime Minister of the new Kingdom of Italy.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -skansen_title;Build Skansen;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -skansen_desc;Skansen (the Sconce) was the first open-air museum and zoo in Sweden, founded in $YEAR$ by Artur Hazelius to show the way of life in the different parts of Sweden before the industrial era. Indeed, the 19th century was a period of great change throughout Europe and many feared that the country's many traditional customs and occupations might be lost to history. After extensive traveling, Hazelius bought around 150 houses from all over the country and built a full replica of an average 19th-century town, in which craftsmen in traditional dress such as tanners, shoemakers, silversmiths, bakers and glass-blowers demonstrate their skills in period surroundings - along with a full range of various Scandinavian animals.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -indonesia_raya_title;Indonesia Raya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -indonesia_raya_desc;'Indonesia Raya' - 'Great Indonesia' - is the national anthem of Indonesia since its proclamation of independence. The song marked the birth of the all-archipelago nationalist movement in Indonesia that supported the idea of one single 'Indonesia' rather than split into several colonies. The movement was born from a similar thought directed at the unification of the Melayu people. It ambitioned the union of the East Indies, Dutch, British and Portuguese into a country strong enough to fight off western imperialism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -melayu_raya_title;Melayu Raya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -melayu_raya_desc;'Melayu Raya' is the name of the all-archipelago nationalist movement in South East Asia that supported the idea of one single country uniting the Malay people rather than split into several colonies. As such, it ambitioned the union of the East Indies, Dutch, British and Portuguese into a country strong enough to fight off western imperialism. The Pan-Malay union was based on understandings on similarities in race, shared language, religion and culture among ethnic groups. The ancient concept of Alam Melayu or Nusantara advocates an historical awareness that the territories were once united, to a degree, under native empires and, as such, could and should be brought together once again.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -devil_island_title;L'Ile du Diable;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -devil_island_desc;Le Bagne de Cayenne, Devil's Island, was a famous prison of the 19th and 20th century which operated in the tropical colony of French Guiana. Opened in 1852, it was notorious for being used for internal exile of French political prisoners and the most hardened of thieves and murderers, but also for its harsh treatment - including diseases - of prisoners, deported here from all sides of the country. Only a small minority of broken survivors returned to France to tell how horrible it was; they sometimes scared other potential criminals to go straight. If the original sentence exceeded eight years, they were forced to stay as residents for the remainder of their lives and were provided land to settle on - helping populating the area.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -pancasila_title;Enact the Pancasila!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pancasila_desc;Pancasila is the official philosophical foundation of the Indonesian state. The word consists of two Old Javanese parts: "pañca" meaning five, and "sila" meaning principles. It comprises five principles held to be inseparable and interrelated: belief in the one and only God, just and civilized humanity, the unity of Indonesia, democracy guided by the inner wisdom in the unanimity arising out of deliberations amongst representatives, social justice for all of the people of Indonesia. It's a philosophy aimed at uniting the very diverse peoples of the archipelago under a series of main banners, namely socialism, nationalism and religion, but also vague notions like justice, humanity, faith in representative democracy with no ethnic domination, welfare and monotheism. It's gonna be hard but we can make it work!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_bazaari_strike_title;End the Bazaari Strike;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_bazaari_strike_desc;Our clergy, who serve as judges, is against us. Our merchants are on strike. Our economy and legal institutions are paralyzed from head to toe. Even the army doesn't dare to shoot anymore. Our own peoples are taking the streets. Let's face it: we are squeezed too tight to continue. We have to back down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_california_title;Claim Alta and Baja California!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_california_desc;California was once so large, it stretched from the cold waters of Alaska to the hot winds of the Cancer tropic. California was once so big, it encompassed deserts, plains, oceans and mountains of all shapes and forms! California was once so great, explorers thought it was an island and a gulf was named after it! California was once so glorious, people of all kinds came to find asylum: Mormons, gold-diggers, ambitious farmers and businessmen, exiles and natives, Mexicans and Americans, united together, marching toward a bright future. I say it it is time we reclaim what is rightfully ours!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rancho_title;Establish the Rancho System;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rancho_desc;A complex organization of land grants, eased naturalization and collective farming, the ranch system was set up by the $COUNTRY_ADJ$ government to fill its most barren and sparsely-populated areas with ambitious colonists and pioneers in order to reinforce its claim on the region. Should we open the doors to everyone who has the will to thrive, it would be a fantastic boost to the local economy and military recruitment but could also prove dangerous in the future.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_california_title;Invite California into the Union.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_california_desc;Our brethren from the Republic of California are fighting for survival and, while they are fighting well, it is obvious they won't get anywhere without help. The west coast is the natural territory of the Union and should we save our brothers, our prestige and popularity would be limitless - plus the strategic forts on the Mexican border. It is without doubt that they would accept and it would be in everyone's interest - everyone's but Mexico's.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_akhal_title;The Treaty of Akhal;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_akhal_desc;Years of ineffective rulers have significantly weakened the rulers of Ashkhabad, yet they claim the territories of Turkestan and Transoxiana. The Great Game dictates that we must consolidate our position in Central Asia and to finish consolidating our power in Turkmenia we need the fortresses of Geok Tepe and the city of Ashkhabad. However our diplomatic efforts to solve this have been rejected. This time, we will force them to the negotiating table at gunpoint. We will send a column to the outskirts of Ashkhabad, we will send envoys to let them know we will burn everything from Ashkhabad to their capital unless they accept our demands: the surrender of Geok Tepe, Ashkhabad and renouncing any claims they might have on Turkestan. However, if they refuse our generous offer, this will mean war will break out immediately.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_turkestan_title;Form Turkestan;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_turkestan_desc;The various cultures of Central Asia would serve us better if they were united as one nation. The fledgling nationalism of these peoples, oftentimes part of nomadic tribes, is something of a recent and small phenomenon. Therefore the people shouldn't oppose the creation of Turkestan and their inclusion in this nation. The local elites may protest such a move, but guaranteeing them a share of power in the new country will silence the vast majority of the potential troublemakers.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -move_capital_to_moscow_desc;Glorious $CAPITAL$, the city of Peter the Great, is uncomfortably close to the border. Perhaps it would be prudent to move our capital back to Moscow, the Pervoprestolnaya, "which invading armies might find harder to reach...";;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -change_border_policy_title;Change our Border Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -change_border_policy_desc;Our immigration laws and our policies towards the borders of our country are ours and ours alone to decide, and we think it might be time to revise a few rules.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -close_change_border_policy_title;Hide the Border Policy Options;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -close_change_border_policy_desc;We decided that our country is good as it is and there won't be any changes in our immigration policies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -closed_border_policy_title;Close the Borders;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -closed_border_policy_desc;A closed border is a border that prevents movement of people between different jurisdictions with limited or no exceptions associated with this movement. These borders normally have fences or walls in which any gates or border crossings are closed and if these border gates are opened they generally only allow movement of people in exceptional circumstances. In case of emigration as well as immigrations, departing ships are inspected for illegal emigrants. These controls and checks come at the cost of an increased demand from the State's bureaucracy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -immigration_quota_policy_title;Implement Immigration Quotas;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -immigration_quota_policy_desc;A conditionally open border is a border that allows movement of people across the border that meet a special set of conditions. This special set of conditions which limits the application of border controls that would normally otherwise apply could be defined by an international agreement or international law, or the special conditions could be defined by a regulation or law of the jurisdiction that the people are claiming the right to enter. Conditionally open borders generally requires a claim to be submitted from the people who are proposing to enter the new jurisdiction stating why they meet the special conditions which allow entry into the new jurisdiction. In the case of our country, quotas mean that no foreigners that fail a literacy test in their own language or are nationals of countries that were or are at war with our nation are allowed. These controls and checks come at the cost of an increased demand from the State's bureaucracy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -open_borders_policy_title;Abolish Immigration Restrictions;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -open_borders_policy_desc;An open border is a border that enables free movement of people between different jurisdictions with limited or no restrictions on movement. A border may be an open border due to intentional legislation allowing free movement of people across the border, or a border may be an open border due to lack of adequate enforcement or adequate supervision of the border. One of the advantages of such a policy is that it requires little to none effort from the State's bureaucracy to keep control over immigrants.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_new_zealand_title;The Economy of New Zealand;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_new_zealand_desc;Heavily dependent on wool, cattle and dairy products, the economy of New Zealand remained largely rural until now. With the intensification of the European colonization, several specialists identified key deposits of coal and and suggested several paths to the diversification of the islands economy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -north_island_renaming_title;The New Zealand Colony;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -north_island_renaming_desc;The arrival of European settlers, known locally as Pakeha, has resulted in an increasing amount of land purchased from the Maori. While this has improved local conditions, it has angered a large portion of the Maori portion who resent the European presence and accuse the $COUNTRY_ADJ$ of breaking the Treaty of Waitingi.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_uzbekistan_title;Economic Reforms in the Uzbek Homeland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_uzbekistan_desc;For years the Uzbek lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_kyrgyzstan_title;Economic Reforms in the Kyrgyz Homeland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_kyrgyzstan_desc;Prior to $COUNTRY_ADJ$ central authority, the area's settled population was small. The Kyrgyz were predominantly self-sufficient nomads. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_turkmenia_title;Economic Reforms in the Turkmen Homeland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_turkmenia_desc;For years the Turkmen lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_tajikstan_title;Economic Reforms in the Tajik Homeland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_tajikstan_desc;For years the Tajik lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_philippines_title;Economic Reforms in the Philippines;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_production_in_philippines_desc;For years the Philippines inhabitants lived mostly off subsistence farming and cash crops that aren't as profitable as before. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodities_in_south_east_asia_title;The Commodity Boom in South-East Asia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodities_in_south_east_asia_desc;The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. Tobacco and Tea consumption is at an all time high and the Great Powers are always seeking new partners to supply these goods to the population. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_boom_central_america_title;The Commodity Boom in Central America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_boom_central_america_desc;The first coffee crops in $COUNTRY$ were planted in the eastern part of the country. A priest named Francisco Romero is attributed to have been very influential in the propagation of the crop in the northeast region of the country. After hearing the confession of the parishioners, he required as penance the cultivation of coffee. Despite these early developments, the consolidation of coffee as a $COUNTRY_ADJ$ export did not come about until now. The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_boom_colombia_title;The Commodity Boom in South America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commodity_boom_colombia_desc;The first coffee crops in $COUNTRY$ were planted in the eastern part of the country. A priest named Francisco Romero is attributed to have been very influential in the propagation of the crop in the northeast region of the country. After hearing the confession of the parishioners, he required as penance the cultivation of coffee. Despite these early developments, the consolidation of coffee as a $COUNTRY_ADJ$ export did not come about until now. The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -french_iron_mines_title;Mining Concessions;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -french_iron_mines_desc;Ferriferous Basins in Normandie and Haut-Anjou as well as discoveries of new galleries in the Alps can boost iron production through our country. New technologies will allow us to tap into these iron veins, greatly boosting our iron production. All we need is a few concessions for the right individuals and new iron mines will be opened.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -alsace_lorraine_mines_title;The Ferriferous Basin of Metz and the Silver Valley;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -alsace_lorraine_mines_desc;Geologists in our country have found a ferriferous basin near Metz, extending west of a line of Thionville-Metz-Nancy, ranging for about 100 km, from north to south, between the Belgo-Luxembourg border and Neuves-Maisons, with an extension of 20 to 30 km from east to west. At the same time, soil testing's seem to indicate the presence of rich veins of silver in a gallery of the place known as the Silver Valley, near Sainte-Marie-aux-Mines, known in German as Markirch. With concessions to the right people we can turn Metz in a reference for iron production in $COUNTRY$ and tap in the wealth of Silver Valley at the same time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_iron_range_title;The Iron Range;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_iron_range_desc;The Iron Range refers to numerous iron-producing ranges embraced within the Lake Superior Region. These cherty iron ore deposits are Precambrian in age for the Vermilion Range, while middle Precambrian in age for the Mesabi and Cuyuna Ranges. Similarly, the Gogebic Range in Wisconsin and the Marquette Iron Range and Menominee Range in Michigan. A recent discovery, these ranges along with other iron deposits in Utah and New York will greatly boost iron production in the American continent.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tea_in_georgia_title;The Travels of Konstantin Popov;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tea_in_georgia_desc;Konstantin Popov, a wealthy merchant in charge of almost the entire Russian imperial tea trade, became interested in the idea of growing tea along the Black Sea coast. He bought vast plots in Chakvi, not far from Batumi, and dreamt of establishing massive plantations with internationally - competitive exports. In 1892, he travelled to China in order to study large-scale tea production. Popov hired a team of experienced workers from a factory in Guangdong, including an ambitious director named Lao Junzhou. With a few financial incentives and concessions, we can expand the tea business to start large scale tea production in a few of our provinces.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -breaking_the_tea_monopoly_title;Breaking the Chinese Tea Monopoly;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -breaking_the_tea_monopoly_desc;The Chinese hold an almost complete monopoly over tea production and trade. Trade of Chinese tea seeds or its cultivation secrets remain banned under Chinese law and although we can't change that, we can steal their secrets. In a first stage we can send the botanist Robert Fortune to steal seeds and the secrets of production from the Chinese. Possessing the knowledge to and the seeds, we can start spreading tea production in India with incentives and concessions. This will increase the chance of the secrets and consequently tea production spreading over to other parts of Asia and the world but tea is already one of the most consumed beverages by $COUNTRY_ADJ$ citizens and it grows in popularity all around the world. Tea trade would be extremely profitable for our country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_ottawa_title;The Incorporation of Bytown;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_ottawa_desc;Bytown, located near the Ottawa river, has grown to become an important centre of trade in Canada. Located where the Rideau Canal meets the Ottawa River, it consists of two parts centred around the canal: Upper Town, situated to the west of the canal and Lower Town on the east side of the canal. The two areas of town are connected over the Rideau Canal by the Sappers Bridge, constructed in 1827. A proposal came forward to expand the city through minor annexations and to, in the end, incorporate it with a new name - Ottawa.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_dar_es_salaam_title;Build Dar Es Salaam;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_dar_es_salaam_desc;Mzizima (Kiswahili for "healthy town") is a coastal fishing village on the periphery of Indian Ocean trade routes. In $YEAR$, the ruler of $COUNTRY$ came up with an ambitious plan to try and transform this small fishing village in a major trade port in the Indian Ocean: founding a new city, built to be bigger and more grandiose than anything on this corner of the Swahili Coast. This plan also includes building new palaces so the $COUNTRY_ADJ$ ruler has a place to rest. This in part inspired the name chosen for the city: Dar Es Salaam or the "abode of peace".;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -break_the_treaty_of_tartu_title;Break the Treaty of Tartu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -break_the_treaty_of_tartu_desc;The Treaty of Tartu was an injustice, something we were pressured to do to give away lands where Russians live. To protect ethnic Russians and to correct this grave injustice, we need to reclaim our lands back and we need to void the Treaty of Tartu. Nothing will stop $COUNTRY$ of getting their historical lands back.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -guano_islands_act_title;Guano Islands Act;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -guano_islands_act_desc;"Whenever any citizen of $COUNTRY$ discovers a deposit of guano on any island, rock, or key, not within the lawful jurisdiction of any other Government, and not occupied by the citizens of any other Government, and takes peaceable possession thereof, and occupies the same, such island, rock, or key may, at the discretion of the $MONARCHTITLE$, be considered as appertaining to $COUNTRY$."\n\nA recent proposal came to our Upper House that would allow us to claim some islands to exploit Guano. With a few fiscal incentives, we can incentive some of our citizens to go explore these islands, working in guano deposits in the pacific and claiming these islands for the government of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -liaodong_lease_title;The Liaodong Lease;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -liaodong_lease_desc;The Liaodong peninsula has a strategic position in the Korean Bay and would serve as an excellent naval base for our fleet. We can send a proposal for the owner of the peninsula to lease it to us, being extra coercive to show them how important for our continued friendship such an act of good will would be.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -seize_the_suez_canal_title;Seize the Suez Canal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -seize_the_suez_canal_desc;The current owner of the Suez canal declared bankruptcy, defaulting on all their debts, including the ones they owed us. While we may never get our money back, we can stage an aggressive takeover of the Suez Canal Company, effectively taking it from them, granting us control over the Suez canal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -seize_the_panama_canal_title;Seize the Panama Canal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -seize_the_panama_canal_desc;The current owner of the Panama canal declared bankruptcy, defaulting on all their debts, including the ones they owed us. While we may never get our money back, we can stage an aggressive takeover of the Panama Canal Company, effectively taking it from them, granting us control over the Panama canal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_on_warship_commission_title;Take a Warship Commission;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_on_warship_commission_desc;A foreign government is looking to modernize their navy and to leave the age of sail behind. If we have the necessary goods, we can fulfil their demand for a new ship just by refurbishing an old, mothballed Ironclad and still make some good money. Regardless if we need the money or not, it may be wise to arm our friends or those we want to help so they can defend themselves against foreign influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commission_warship_title;Commission a Warship;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -commission_warship_desc;If we are to effectively defend our borders and our national interests, we need a strong navy capable of competing internationally with other countries. Commissioning warships is a good way to do that if we don't have the necessary tech to build the ship ourselves. It can be quite expensive and it will most probably not be the top of the line Ironclad that we will receive, but it will still give our navy a bite that might be enough to protect our coast.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -enact_freedom_of_religion_title;The Freedom of Religion Act;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -enact_freedom_of_religion_desc;"The Congress of $COUNTRY$ shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof or abridging the freedom of speech, or of the press, or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances."\n\nWe can pass an amendment to our constitution guaranteeing absolute freedom of religion in our country and the separation of state and church. Political parties will still have their political inclinations, but freedom of religion will be protected.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -swiss_banking_and_industry_title;Swiss Banking;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -swiss_banking_and_industry_desc;Investing in our banking system and our industry will allow us to create a prosperous economy favourable for foreign and domestic investment. All this coupled with our democratic values, job opportunities and some agreements with our neighbours might boost our workforce, even if only temporarily, with migrant workers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_the_channel_islands_title;Occupy the Channel Islands;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -take_the_channel_islands_desc;The current owner of the Channel Islands has recently lost a war and was forced to abide by several punitive measures. As a part of that, we could present a proposal for the occupation of the Channel Islands by the $COUNTRY_ADJ$ military. Extending our influence over la Manche can be crucial in the power projection of our navy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -population_exchanges_title;Convention Concerning the Exchange of $COUNTRY_ADJ$ and Turkish Populations;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -population_exchanges_desc;With the intervention of the League of Nations, we might be able to broker a deal to settle our borders, our disputes and our populations with the Turks. The Turkish government representatives say that the "amelioration of the lot of the minorities in Turkey" depended "above all on the exclusion of every kind of foreign intervention and of the possibility of provocation coming from outside". This could be achieved most effectively with an exchange, and "the best guarantees for the security and development of the minorities remaining" after the exchange "would be those supplied both by the laws of the country and by the liberal policy of Turkey with regard to all communities whose members have not deviated from their duty as Turkish citizens". An exchange would also be useful as a response to violence in the Balkans: "there were", in any event, "over a million Turks without food or shelter in countries in which neither Europe nor America took nor was willing to take any interest". The population exchange is seen as the best form of minority protection as well as "the most radical and humane remedy" of all.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turkish_tea_title;Turkish Tea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -turkish_tea_desc;Turkish tea, called çay, is an important part of Turkish culture. Offering tea to guests is part of Turkish hospitality though tea is most often consumed in households, shops and mostly kiraathane, which is social congregation of Turkish men. Turkish tea is typically prepared using two stacked kettles called "çaydanlik" specially designed for tea preparation. Water is brought to a boil in the larger lower kettle and then some of the water is used to fill the smaller kettle on top and steep (infuse) several spoons of loose tea leaves, producing a very strong tea. Despite the growing popularity of tea in $COUNTRY$, there are no tea producing provinces in our homeland. Now the microclimate region along the eastern coast of the Black Sea was identified by specialists as an ideal spot to start tea production, which will contribute to the task of fulfilling the growing demand for tea by the $COUNTRY_ADJ$ citizens. However, this knowledge is kept largely a secret by the British and they are bound to be dissatisfied if we start our own tea production.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -bring_tea_to_iran_title;Smuggle Tea to $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -bring_tea_to_iran_desc;After a failed attempt to cultivate tea in $COUNTRY$ in 1882 with seeds from India, Prince Mohammad Mirza known as "Kashef Al Saltaneh" who was born in Lahijan, imported Indian tea and started its cultivation in Lahijan. Kashef, who was the first mayor of Tehran and an Iranian ambassador to India under British rule, knew that the British would not allow him to learn about the secrets of tea production, as it was it is their biggest business in India. So being fluent in French, the prince pretended to be a French labourer and started to work in the tea plantations and factories to learn how to produce tea. Ultimately his plan was to take back some samples of this tea to $COUNTRY$ to cultivate. He was successful in this endeavour only because of his diplomatic immunity which stopped the British from searching his secretly stashed sample. At the time, Kashef brought 3000 saplings into his country from the Northern part of India, Kangra and he started the cultivation in the region Gilan, south of the Caspian Sea. The climate there was well suited for tea cultivation, and the tea industry quickly expanded in Gilan and Mazanderan region.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_vietnam_title;Organize Vietnam's Production;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_vietnam_desc;Introducing coffee and large scale tea cultivation in suitable places in Vietnam will allows us to better take advantage of the potential of Vietnam, increasing our income and leading to more profitable endeavours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -congo_mining_company_title;Found the Mining Union of Upper Katanga;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -congo_mining_company_desc;"Cheap copper has no terrors for the great Mid-African mines of the Mining Union of Upper Katanga, world's biggest producer... Elements in Katanga's strength are: tremendously rich ores, cheap native labour, big production of cobalt and radium (over 82%, of world radium supply) on the side and, most recent, the newly opened Benguela Railway, which connects Katanga with the Atlantic, saves hundreds of rail miles, thousands of nautical miles for Katanga copper on its long journey to European markets."\n\nA recent article published in a famous magazine talks about the riches of the Congo. Australian explorers found gold in the Angola river and the Ituri region, prospectors found diamonds in the Kananga region while copper, iron and other ores were found in Katanga. By founding a few mining companies such as the Mining Union of Upper Katanga, encouraging more exploration, settlement and exploitation of the Congo and by conceding incentives to the mining sector, both foreign and native, we will be able to better leverage profits out of the heart of the dark continent. We estimate a cost of §R100,000¤§W for this to be complete, and we will either pay this right now or owe it to the companies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_transnitria_title;Claim Transnistria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_transnitria_desc;The territory between the Dniester river and the Southern Bug river, known as Transnistria, is inhabited by Romanians for a long time. Historically they were the majority: according to the results of the Russian census of 1793, 49 villages out of 67 between the Dniester and the Bug were Romanian. While they are not the majority anymore, the natural features of the land and the historical ties of the land to Romania means we have claims on the region, regardless if they are recognized by the international community.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_historical_capital_title;A New Capital;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_historical_capital_desc;There are several reasons to move the $COUNTRY_ADJ$ capital. While some argue that $CAPITAL$ does just fine, several other members of our government consider the current capital just a temporary capital and want to move the country's capital to our true capital, the one that holds the most historical, economical, political or strategic significance to the $COUNTRY_ADJ$ people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -revoke_sino_portuguese_treaty_title;Revoke the $CAPITAL$ Treaty over Macao;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -revoke_sino_portuguese_treaty_desc;The $CAPITAL$ Treaty of Friendship and Commerce, signed years ago over Macao, is no longer valid. Not only the country that proposed it breached its terms, their interpretation of the treaty is completely wrong. They argue that we agreed to "perpetual occupation and government" by them were no such thing would ever be done for chines territory by the Chinese.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sino_portuguese_treaty_of_peking_signatoire;$CAPITAL$ Treaty of Friendship and Commerce;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sino_portuguese_treaty_of_peking_title;The Sino-$COUNTRY_ADJ$ Treaty of Friendship and Commerce;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sino_portuguese_treaty_of_peking_desc;Ever since we obtained Macao we have obligations towards the Chinese. Paying rent for the territory, allowing Chinese customs, officials and taxes, the bureaucratic and costly process of keeping the appearances with the Chinese may not be needed anymore. The Chinese are weak after their wars with the European powers so we can send an envoy to China to sign a treaty of friendship and commerce between the Chinese and the $COUNTRY_ADJ$. The main points of such a treaty would be the confirmation of Macao's "perpetual occupation and government" by the $COUNTRY_ADJ$ government with $COUNTRY$'s promise never to alienate Macao and dependencies without a previous agreement with China. There's the chance that they might refuse to sign the treaty and if that happens we might need to force them to sign it with a punitive expedition.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_diamang_title;Found the Company of Mineral Research of Angola;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -found_diamang_desc;The first Angolan diamond was discovered in the early 20th century in the Lunda province after similar finds across the border in the Congo. By founding the $COUNTRY_ADJ$ Company of Mineral Research of Angola and laying the grounds to found Diamang - the Angolan Diamonds Company and granting it the concession for diamond mining and prospecting in Angola, we might found more deposits and begin a more regular and systematic mining of the precious gems.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -new_world_war;War;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -golden_law_title;The Golden Law;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -golden_law_desc;The Lei Áurea (Golden Law) was sanctioned by Isabel, Imperial Princess of Brazil, who was regent at the time while her father, Emperor Dom Pedro II, was in Europe. It was signed on May 13, 1888 and was the law that abolished slavery in Brazil. It had only two articles. The succinctness of the law was intended to make clear that there were no conditions of any kind to the freeing of all slaves. Aside from the activities of abolitionists, there were a number of reasons for the signing of the law: slavery was no longer profitable, as the wages of European immigrants, whose working conditions were poor, cost less than the upkeep of slaves, and the decline in the arrival of new slaves – Brazil was the last country in the Western world to abolish slavery. The Brazilian government was also under pressure from Britain, who sought to end the slave trade in order to expand production in its own colonies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -enforce_neutrality_title;Enforce Neutrality;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -enforce_neutrality_desc;We are sworn to upheld our neutrality and will do so.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -buy_caprivi_strip_title;Luhonono Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -buy_caprivi_strip_desc;The small strip of land the natives call Luhonono in Namibia is strategically located to give us access to Central Africa or East Africa, yet another country occupies it. We can try to negotiate a purchase, and the success of such endeavour will largely depend on the our relations with the owner, but there's no guarantee of success. If our proposal fails, the only way of getting it would be through military force. We estimate a cost of §R100,000¤§W to purchase the land - if they accept, that is how much we will owe them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -remove_central_american_cores_title;Autonomy in the Central American States;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -remove_central_american_cores_desc;The states in or bordering Central America had a tumultuous history, with independent caudillos, rebellions and republics being declared left and right. These times of troubles seem mostly over and most of the territories enjoy limited autonomy and peace. The $COUNTRY_ADJ$ $MONARCHTITLE$ has now put forward a draft to cement our hold in these lands while appeasing the native population by a series of grants, concessions and investments. Each investment in the area should cost at least 20,000¤.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tsushima_treaty_port_title;The Tsushima Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tsushima_treaty_port_desc;Tsushima island, laying about 50 kilometres of the coast of Korea, is a Japanese island mostly covered by vegetation and sparsely populated. Despite its small size and lack of natural resources, the island is strategically located in the Korean strait and would be an excellent spot for year-round anchorage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tangier_protocol_title;Call for the Tangier Protocol;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tangier_protocol_desc;The Tangier Protocol, formally known as the Convention regarding the Organization of the Statute of the Tangier Zone, is a diplomatic proposal over the fate of Sultan of Morocco and Tangier. The proposal is to create a 373-square-kilometre international zone centred on the city of Tangier, North Africa under the joint administration of the signatory countries, with the Sultan of Morocco retaining sovereignty over the zone and jurisdiction over the native population. Tangier is to be made a neutral demilitarized zone to solve disagreements between the great powers on who should control it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -buying_djibuti_title;The Obok Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -buying_djibuti_desc;The port city of Obok and the surrounding lands are ruled by several independent sultans. We could give them gifts to show them our good will, one diplomat reports, as we are close to striking a deal to buy the city which will also give us claims to the surrounding lands.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -switch_to_japanese_tech_school_title;Adopt the Shukensen-Riekisen Doctrine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -switch_to_japanese_tech_school_desc;$COUNTRY$'s militaristic attitude intensified as government leaders recognized the need to ensure the defence of the country against Russia and other Western powers. Observing the advanced technological achievements and superior military and naval power of the West, $COUNTRY$ had fears of being invaded by a Western country such as Russia. Also, with China being so weak militarily and economically in the late 19th century, $COUNTRY_ADJ$ leaders feared the rivalries of the Western powers could bring China to collapse, which would have profound implications on the security of $COUNTRY$. A prominent $COUNTRY_ADJ$ officer recommended that $COUNTRY$ not only protect its line of sovereignty (shukensen) but also strive toward its line of advantage (riekisen), which meant that $COUNTRY$ should extend its influence and control beyond its national borders in order to ensure its security. He advocates expansionism more for security reasons rather than for conquest as an end in itself or for other reasons.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -limburg_crisis;Limburg Crisis;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abolish_slavery_title;Abolish Slavery;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abolish_slavery_desc;Slavery is legal in our nation, but no slaves are found in our fields. With slavery becoming rarer and rarer in the world, the more liberal and abolitionist sectors of our society could gain enough power to pass a bill in the UH, arguing that "abolishing this outdated institution from our country will elevate our us in the eyes of the civilized nations". With a little push from the $MONARCHTITLE$, this new bill can become a reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -international_african_association_title;Found the International African Association;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -international_african_association_desc;The creation of such institutions such as the International African Association, also known as the International Association for the Exploration and Civilization of the Congo, would be a first great step to further our interests in Congo. We will invite many well-known experts, who are mainly schooled in the geographic sciences or are wealthy philanthropists. We can volunteer space in $CAPITAL$ for the International African Association's headquarters and set up national committees of the association in all the participating countries, as well as an international committee. The stated goal of the group is to discover the largely unexplored Congo and civilize its natives. Behind the scenes, however, the $COUNTRY_ADJ$ $MONARCHTITLE$ is rumoured to have said "I do not want to risk... losing a fine chance to secure for ourselves a slice of this magnificent African cake". Through these associations, we can explore the Congo basin and this initiative could in the end pave the way for the creation of a Congo colony controlled by $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_confederation_is_legitime;Treaty of La Paz Enacted;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_indian_territory_title;Organize Indian Territory;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_indian_territory_desc;With the passage of the Indian Removal Act and subsequent Indian relocations it is our responsibility to organize the territory in a way that promotes stability and autonomy for the native peoples of the region.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT45104OPTA;Hispaniola must be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT45104OPTB;Onwards to Santo Domingo!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annexation_santo_domingo_title;The Annexation of the Dominican Republic;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annexation_santo_domingo_desc;Recently a bill came in the Upper House asking for the annexation of the Dominican Republic. The small country shares an island with Haiti, which fiercely opposes the country's independence and claim the territory is part of Haiti, and is troubled by corruption and financial troubles. Some of the most enthusiastic proponents of the bill already contacted the dictator of the country and assured us that if we grease some palms we will have a plebiscite petitioning for annexation in no time. However, the Great Powers will most probably see through the ploy and there's still the matter of convincing our own upper house that such annexation would be beneficial to us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -establish_banatia_title;Establish Banatia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -establish_banatia_desc;Banat is geographically referred to as a part of the Pannonian Basin bordered by the River Danube to the south, the River Tisa to the west, the River Mures to the north, and the Southern Carpathian Mountains to the east. In order to best protect our interests, cementing our presence in the west would allows us to protect more Germans and increase our power.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -londonderry_renaming_act_title;Renaming Londonderry;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -londonderry_renaming_act_desc;The province previously known as Londonderry has recently came into our possession. Having been in foreign hands with a foreign name for so long, it's time to return its rightful name.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -offer_to_buy_cuba_title;Offer to Buy Cuba;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -offer_to_buy_cuba_desc;With the recent unrest in Cuba, the prospect of the Spanish government possibly selling the island to the United States has arisen. Should we attempt to pursue negotiations?;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_foster_act_title;The Forster Act of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_foster_act_desc;William Edward Forster drafted the first Education Act in $YEAR$. It required partially state-funded board schools to be set up to provide primary (elementary) education in areas where existing provision was inadequate. Board schools were managed by elected school boards. The schools remained fee-charging, but poor parents could be exempted. The Act meant that compulsory attendance at school ceased to be a matter for local option, as children had to attend between the ages of 5 and 10, with exceptions such as illness, if children worked, or lived too far from a school.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_local_government_title;Reform the Local Government;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_local_government_desc;Our nation is constituted of several smaller divisions, sometimes republics or local governments that while not independent retain some old institutions and forms of government. By reforming these institutions, these places will have the same political reforms and institutions as us.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tunisian_colony_title;The $COUNTRY_ADJ$ Protectorate Over Tunisia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -tunisian_colony_desc;Tunisia has been in a bad situation over the last years, on the border of bankruptcy. Their overlords hold on them grows weak and our control over them grows stronger each passing day. It's time to intervene in their local politics, guarantee that they pay their debts and that they run their country like it should be ran - an efficient colony that we can use.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -founding_yadanabon_title;Found the City of Gems;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -founding_yadanabon_desc;In $YEAR$, King Mindon of $COUNTRY$ ordered a new royal capital to be built at the foot of Mandalay Hill in order to fulfil a prophecy on the founding of a metropolis of Buddhism in that exact place on the occasion of the 2,400th jubilee of Buddhism. The new capital city site was 66 km2 in area, surrounded by four rivers. The plan called for a 144-square block grid patterned citadel, anchored by a 16 square block royal palace compound at the centre by Mandalay Hill. The 1020-acre citadel was to be surrounded by four 2,032 m long walls and a moat 64 m wide, 4.6 m deep. At intervals of 169 m along the wall, turrets were built with gold-tipped spires for watchmen. The walls had three gates on each side, and five bridges to cross the moat. In addition, the king also commissioned the Kuthodaw Pagoda, the Pahtan-haw Shwe Thein upasampada hall, the Thudamma "Good Dharma" zayats or public houses for preaching Buddhism and a library for the Pali Canon. The former royal palace of Amarapura was dismantled and moved by elephants to the new location at the foot of Mandalay. This new city would be named Yadanabon - City of Gems, a reference to the Valley of Rubies, 200km to the north in the Mogok mountains.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -pick_up_a_tech_school_title;Choose a Tech School;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -pick_up_a_tech_school_desc;If we are to advance as a nation, we need to pick a direction for our research.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -close_pick_up_a_tech_school_title;Hide Tech Schools Decisions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -close_pick_up_a_tech_school_desc;We are still not decided on the direction our nation research should take.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_champasak_title;Annex Champasak;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_champasak_desc;With the end of the last war with Siam, we are in a position to demand their Champasak vassal and annex it to our colony in Indochina.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ivory_coast_conquest_title;The Annexation of the Ivory Coast;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ivory_coast_conquest_desc;Several English, Dutch and Portuguese settlements and trade posts were established and eventually faded away in the Ivory Coast. If we are to establish a protectorate in the mainland we need to start controlling the coast.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -christimas_and_cocos_adminstration_title;The Christmas and Cocos Transfer;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -christimas_and_cocos_adminstration_desc;The governor of Australia petitioned that we let them administer the Christmas and Cocos islands, arguing that the supplies already come from Australia and it would be much more efficiently administered from a nearby region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_colonial_armies_title;Reform the $COUNTRY_ADJ$ Colonial Army;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_colonial_armies_desc;In the past, the amount of overseas colonial troops we had available was limited by logistic factors. Ships, orders, troops and officers took a long time to arrive and the control over the land coupled with the unwillingness of the natives inhabitants to cooperate meant that we didn't realize the full potential of our colonies. We now posses the technology to change that.\n\n§RNOTE: This decision increases the maximum allowed percentage of non animist soldier pops in colonies from 1% to 2%. Animist pops still need to convert before they can go over 1%.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -colonial_armies;Colonial Army Reformed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -conquest_of_mocamedes_title;The Moçâmedes Expedition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -conquest_of_mocamedes_desc;The bay that the called Angra do Negro was first explored by the Portuguese in 1785, and was claimed for Portugal by Luís Cândido Cordeiro Pinheiro Furtado, who had been sent there in the frigate Loanda by the then governor-general of Angola, Baron Moçâmedes, who also sent an overland expedition headed by Gregório José Mendes to rendezvous with Furtado. It was they who renamed the bay Moçâmedes in honour of the man who had sent them. In $YEAR$ the then governor-general of Angola sent a fresh expedition to subdue the Sobas or chieftains of the region and establish them as vassals of $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_1854_plan_title;The Plan of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_1854_plan_desc;Born into a lower-middle-class family in Lille, Louis Faidherbe is a sub-director of engineers in the colonies of Senegal. He plays a central role in the implementation of "The Plan of $YEAR$": a series of ministerial orders given to Governor Protet of Senegal that originated in petitions from the powerful Bourdeaux-based Maurel and Prom company, the largest shipping interest in Saint-Louis. The plan specified in detail the creation of forts along the Sénégal River to end African control of the acacia gum trade from the interior. Faidherbe's push to build fortifications farther out generated conflicts with Protet, and his protests to Paris over Protet's inaction quickly awarded him some sympathy in the government. If we were to appoint him to chief of battalion and then governor of the colony, we could quickly put the plan in action and take control of the coastal Wolof kingdoms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_the_north_title;Claim the Great North;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_the_north_desc;The vast northern territories have long been on the rim of our control. We need to cement our claim in the area and claim the north.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -cheju_treaty_port_title;The Cheju Island Concession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -cheju_treaty_port_desc;The Cheju (or Jeju) island, south of Korea, lies in the Korea Strait between Japan and Korea. According to the local legend, three demigods emerged from Samsung which is said to have been on the northern slopes of Mt. Halla and became the progenitors of the Jeju people who founded the Kingdom of Tamna. During the Joseon Dynasty of Korea Jeju islanders were treated as foreigners and Jeju was considered as a place for horse breeding and exile for political prisoners. In the 17th Century, Injo of Joseon issued an edict prohibiting islanders from traveling to the Korean mainland. Despite the poverty, the Island would serve as a good base to exert influence over Korea and Japan and it's the place that's more likely to be ceded - the current owners don't care about it too much.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -zanzibar_treaty_port_title;The Zanzibar Island Concession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -zanzibar_treaty_port_desc;Zanzibar, coming from zangi, a Persian name of a local people, said to mean "black," and the Persian bar, which means coast or shore. The Zanzibar Archipelago consists of several islands lying off the coast of East Africa in the Indian Ocean. There are three main islands plus a number of smaller islets that surround them and an isolated tiny islet. Zanzibar is the centre of the Arab slave trade and projects its power over a long strip of land in Eastern Africa. It would serve as an excellent base of operations and coaling station in East Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -socotra_treaty_port_title;The Socotra Island Concession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -socotra_treaty_port_desc;A small archipelago of four islands in the Indian Ocean, Socotra has been inhabited since the 1st-century AD, appearing as Dioskouridou ("of the Dioscuri") in the Periplus of the Erythraean Sea, a Greek navigation aid. The main city of the island is called Hadibu and with a garrison, a fort and a port, the island would be an ideal place for a coaling station for our ships coming and going from India and Eastern Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -gwadar_treaty_port_title;The Gwadar Treaty Port;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -gwadar_treaty_port_desc;Gwadar - meaning "The gateway of wind" in baluchi - is a strategic warm-water deep-sea port and city located on the southwestern Arabian Sea coastline. In 1783, the Khan of Kalat Mir Noori Naseer Khan Baloch granted suzerainty over Gwadar to Taimur Sultan, the defeated ruler of Muscat. It's location would serve as a defensible and well located coaling station between India and Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ningbo_treaty_port_title;The Ningbo Treaty Port;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ningbo_treaty_port_desc;Ningbo is one of China's oldest cities, with a history dating to the Hemudu culture in 4800 BC. Ningbo was known as a trade city on the silk road at least two thousand years ago, and then as a major port, along with Yangzhou and Guangzhou in the Tang Dynasty, thereafter, the major ports for foreign trade in the Song Dynasty. A walled city sandwiched between the ocean and low-lying mountains to the southwest, with coastal plain and valleys in between, it plays an important role in controlling the important peninsulas of Chuanshan and Xiangshan Peninsula. During the Ming and Qing Dynasties, the textile industry flourished in Ningbo.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_lebanon_title;Shuffle Lebanon's Ruling Faction;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_lebanon_desc;Lebanon is a tangled web of religious minorities - a lot of times hostile to each other. They would serve us better if a faction that isn't hostile to our government was in power.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_lebanon_title;Organize Lebanon;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_lebanon_desc;We should organize the colony of Lebanon to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our chosen group, of course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kwangchowan_treaty_port_title;The Kwangchowan Treaty Port;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kwangchowan_treaty_port_desc;Kwangchowan - meaning "Guangzhou Bay" - is situated in Guangdong Province (Kwangtung Province) on the east side of the Leizhou Peninsula, north of Hainan. The bay of Kwangchowan and the villages and cities in it could provide a good source of income. Right now the cities are commercially unimportant but strategically located, so it can grow to rival the most profitable cities in China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hainan_treaty_port_title;The Hainan Treaty Port;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hainan_treaty_port_desc;The city of Zhuya (Shore of Pearls), name for the famous pearl fisheries of the region, now known as Qiongshan is an important stop to Shanghai and Formosa. Controlling it would give control over all of Hainan and would make an important coaling station.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -taipei_treaty_port_title;The Taiwan Concession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -taipei_treaty_port_desc;The Taipei area is where the major Han Chinese settlements in northern Taiwan and one of the designated overseas trade ports, Tamsui, are located. The area gained economic importance due to the booming overseas trade, especially that of tea export. Controlling it would mean controlling Taiwan and a good amount of the tea trade.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -jiaxing_treaty_port_title;The Jiaxing Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -jiaxing_treaty_port_desc;Jiaxing is well known as the 'hometown of silk' and it's a famous producer of textiles and woollens. While not being as important as neighbouring Shanghai, its acquisition would surely help our textile industry.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -weihaiwei_treaty_port_title;The Weihaiwei Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -weihaiwei_treaty_port_desc;The port of Weihaiwei serves as the base for the Beiyang Fleet (Northern Seas Fleet) for the Qing Dynasty. Along with Lüshun, it provides a strategic point for the control of the Korea Bay and the Bohai Gulf. Controlling it would put our fleets at the door of the imperial capital of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -lushun_treaty_port_title;The Lüshun Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -lushun_treaty_port_desc;Sprawling around the narrowest neck of the Liaodong Peninsula, occupying the Southern Tip, Lüshun, also known as Port Arthur, is in a crucial point. It guards the entrance the Imperial Capital of China and the Bohai Sea. Controlling it would provide a strategical hold on the Bohai Gulf and the Korean Bay.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -qingdao_treaty_port_title;The Qingdao Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -qingdao_treaty_port_desc;Qingdao is a sleepy fishing town undergoing dramatic changes - a naval station and garrisons were built by the rulers of the Qing dynasty and the increasing presence of western ships is increasing its importance. It would be an splendid gateway to northern China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -shanghai_treaty_port_title;The Shanghai Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -shanghai_treaty_port_desc;For centuries a major administrative, shipping, and trading town, Shanghai grew in importance in the 19th century due to European recognition of its favourable port location and economic potential. This potential can be fully realized under $COUNTRY_ADJ$ administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hong_kong_treaty_port_title;The Hong Kong Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hong_kong_treaty_port_desc;China is the main supplier of its native tea to Europe, whose annual domestic consumption reached 30,046,935 pounds (13,629,060 kg) in 1830, an average of 1.036 pounds (0.470 kg) per head of population. From the $COUNTRY_ADJ$ economic standpoint, Chinese tea was a crucial item since it provides massive wealth for the taipans — foreign (especially $COUNTRY_ADJ$) businessmen in China — while the duty on tea accounted for 10% of the government's income. With a base in Hong Kong our tea and opium trade will profit immensely and the city will, without a doubt, bring us a lot of profit.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -macao_treaty_port_title;The Macao Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -macao_treaty_port_desc;Macao lies on the western side of the Pearl River Delta across from Hong Kong. If we are to access the riches of Guangdong and the south of China, controlling Macao would be a good start.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -qeshm_treaty_port_title;The Qeshm Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -qeshm_treaty_port_desc;Located in a central point in the Hormuz Strait, the island and city of Qeshm serves as a vital route and trade link to India, East Africa and Persia. Its position in the Persian Gulf is central for the control of the Hormuz Strait.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ifni_treaty_port_title;The Ifni Treaty Port;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ifni_treaty_port_desc;The Ait Baamran tribe has long inhabited the small town of Ifni and the region surrounding it. They work in husbandry and trade with Europeans and northern Morocco being intermediaries in the trans-Saharan trade. Ifni would serve as an excellent coaling station to central and south Sahara.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -russification_of_finland_title;The Integration of Finland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -russification_of_finland_desc;Having enjoyed prosperity and control over their own affairs, and having remained loyal subjects, the manifesto which the $MONARCHTITLE$ issued on $YEAR$ was cause for Finnish despair. The manifesto was forced through the Finnish senate by the deciding vote of the senate president, an appointee of the $MONARCHTITLE$ — and after the governor-general of Finland had threatened a military invasion and siege. While ostensibly affirming the Finns' rights in purely local matters, the manifesto asserted the authority of the state in any and all matters which could be considered to "come within the scope of the general legislation of the $COUNTRY_ADJ$ empire". The main policies enacted were:\nThe conscription law, incorporating the Finnish army into the $COUNTRY_ADJ$ army.\nThe Language Manifesto of $YEAR$ which made $COUNTRY_ADJ$ the language of administration of Finland.\nThe $COUNTRY_ADJ$ Church was the church of state, including, for example, criminalizing the act of subjecting a follower of said chuch to another church service.\nThe Manifesto of $YEAR$ which asserted the $COUNTRY_ADJ$ government's right to rule Finland without the consent of local legislative bodies, including control of the press if necssary and restrictions of $COUNTRY_ADJ$ currency and stamps as the only ones allowed.\nOur Finnish subjects will surely not like this and they might try to resist.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -force_neuchatel_issue_title;Press our Claims in Neuchatel;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -force_neuchatel_issue_desc;We can try to pressure Switzerland over our claim in Neuchatel to finally settle the issue over the ownership of the territory. This will, however, anger the Great Powers of Europe.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -access_to_the_rhine_title;Access to the Rhineland;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -access_to_the_rhine_desc;Relations with the ruler of Kassel have been shaky for some time, improving or deteriorating in these turbulent times. Due to conditions beyond our control, they are now forbidding our troops from marching through Kassel to annex our western provinces. This is a direct challenge to $COUNTRY$, which under conventions with the elector has the right to the use of the military roads through Hesse that are our sole means of communication with our Rhine provinces. We can't be cut off like this - immediate action is necessary to secure access to the Rhine.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr1_title;First Stage of the CNR;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr1_desc;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the second stage, which will be considerably more difficult.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr2_title;Second Stage of the CNR;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr2_desc;The second stage of the Canadian National Railway, linking Calgary to the Atlantic Coast, has been completed. Now work must begin on the last stage, which will be the longest and most difficult yet as it requires creating a pass through the Rocky Mountains themselves.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr3_title;Finish the CNR;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_the_cnr3_desc;After a massive effort expended to create a pass through the Rocky Mountains, the Canadian National Railway has been completed! A single railway now links the Pacific coast to the Atlantic. Crowds have gathered in $CAPITAL$ to celebrate the first locomotive being sent to make the complete journey!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -cede_aden_title;Cede Aden to Yemen;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -cede_aden_desc;In order to cement our relation with Yemen we should further our decolonization efforts and cede Aden to them. It will mean the loss of a strategic important port, but it will improve our reputation in the eyes of the other powers of the world.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -establish_writting_system_title;Adopt a Writing System;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -establish_writting_system_desc;Our society has worked without a writing system for centuries. The foreign missionaries use these symbols to communicate with each other and to leave notes. If we were to, with their help, codify our language and teach our people, maybe we can become as powerful as the countries they come from.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -tasmania_penal_colony_title;Van Diemen's Land Penal Colony;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -tasmania_penal_colony_desc;In 1803 the island south of Australia was colonized by the British as a penal colony with the name Van Diemen's Land, and became part of the British colony of New South Wales. Male convicts served their sentences as assigned labour to free settlers or in gangs assigned to public works. Only the most difficult convicts (mostly re-offenders) were sent to the Tasman Peninsula prison known as Port Arthur. Female convicts were assigned as servants in free settler households or sent to a female factory (women's workhouse prison). There were five female factories in Van Diemen's Land. Convicts completing their sentences or earning their ticket-of-leave often promptly left Van Diemen's Land. Many settled in the new free colony of Victoria, to the dismay of the free settlers in towns such as Melbourne.\n\nWe can abolish the penal colony and convert the island to a regular colony. Changing the name to Tasmania from Van Diemen's Land should help our government to clear a little bit of the stigma that the island has.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_argentina_chaco_title;Claim the Argentinian Chaco;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_argentina_chaco_desc;The Gran Chaco has been a disputed territory since 1810. Officially, it was supposed to be part of Argentina, Bolivia and Paraguay, although a bigger land portion west of the Paraguay River has belonged to Paraguay since its independence. It's for us to make good on our claims in the area.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -UBD_germans_accepted_title;Restore the Baltic German Nobility;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -UBD_germans_accepted_desc;Baltic Germans have lived in the Baltic States for a long time and while they were once one of the dominant forces in the region, they no longer hold any power in the government or society. As the Baltic States are under our protection and control, we should reinstall the German nobility to serve us better.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -add_lithuania_baltic_states_title;Integrate Lithuania in the Baltic States;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -add_lithuania_baltic_states_desc;Although not considered part of the Baltic States proper, Lithuania is small enough to be added to the Baltic Administration. This wouldn't please the Lithuanians at all and the only way it can be done is through force, but it would make managing our Baltic Allies easier.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -1850_compromise_title;The $YEAR$ Compromise;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -1850_compromise_desc;Senators Henry Clay and Stephen A. Douglas have presented a draft proposal for a compromise on the slavery issue centred around the premise of popular sovereignty as the determinant for slavery or abolitionism in the territories. By supporting the draft proposal, we could calm tensions over the slavery issue for at least some time. The compromise is a package of five separate bills which will defuse a four-year political confrontation between slave and free states regarding the status of territories acquired during the Mexican-American War. The mains points are:\n1. Texas surrenders its claim to New Mexico, over which it had threatened war, as well as its claims north of the Missouri Compromise Line. It retains the Texas Panhandle and the federal government will took over the state's public debt.\n2. California is admitted as a free state with its current boundaries.\n3.The Wilmot Proviso will be fully rejected.\n4.The slave trade (but not slavery altogether) will be banned in Washington D.C.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -conquer_conakry_title;The Conakry Protectorate;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -conquer_conakry_desc;Since the 18th century, Portuguese, British and French traders had established small stations on the coast which was called Rivieres du Sud by the French. The Portuguese had trading stations at Rio Pongo and Rio Nunez, mostly for the purchase of enslaved Africans captured inland and brought to the coast. By 1820, British suppression of the slave trade and Portuguese imperial decline saw these posts abandoned, with British and French traders moving in. The French admiral Bouët-Willaumez made a number of treaties with coastal communities in the area (usually under the threat of force), and ensured Marseilles based trade houses exclusive access to the palm oil trade by the 1840s. Used for making soap, the palm oil trade was with Diola merchants who established markets in the interior, and transported it to the coastal stations. We can formalize the colonial structure of these trade posts and routes to effectively take control of Conakry.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -senegal_gambia_border_treaty_title;The Senegal-Guinea-Bissau Borders;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -senegal_gambia_border_treaty_desc;A dispute arose with another country over our colonial borders in Senegal and Guinea-Bissau. Citizens poured and live in Ziguinchor province. According to the principles of Effective Occupation established in Conference of Berlin, the territory belong to us. But it has been under rule of another nation for a long time and thus the dispute arose. Our diplomats are trying to organize an exchange - Gabu for Ziguinchor, or at least an indemnity in exchange for the province, now we just need to propose this deal to our good neighbours. If we don't have territory to exchange, we will have to pay §R200,000¤§W for our purchases, up front or in instalments, if the deal proceeds. (You can know if you will pay if the event fired has "purchase" in its name).;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -effective_occupation_western_sahara_title;The Occupation of Western Sahara;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -effective_occupation_western_sahara_desc;While in the Berlin Conference, whereat the European powers were establishing the rules for setting up zones of influence or protection in Africa was ongoing, $COUNTRY$ declared "a protectorate of the African coast" from Cape Blanc to Cape Bojador on $YEAR$. Under the principle of Effective Occupation established by the Berlin Conference, the need to effectively control the area to have the claim recognized was established, and that's what $COUNTRY$ is doing.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -austro_hungarian_border_treaty_title;The Austrian - Hungarian Border Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -austro_hungarian_border_treaty_desc;Our diplomats are drafting a friendship and border treaty between ourselves and our neighbours, to settle outstanding issues between the perceived territory of the two countries. The treaty would include population exchanges, border delimitation and a treaty of friendship. If we sign this deal it will also show the world our will to settle issues diplomatically and our government respect of the will of the people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_fiume_title;The Fiume Question;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_fiume_desc;Although Croatia had constitutional autonomy within Hungary, the City of Fiume was independent, governed (as a corpus separatum) directly from Budapest by an appointed governor, as Hungary's only international port. Our claims and ties to Fiume are strong and its naval base and port would play an important role in serving us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -abolish_italian_minors_title;The Italian States;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -abolish_italian_minors_desc;The unification of Italy wasn't a smooth process and the result was local autonomy in the old states that composed Italy. We need an united nation and to accomplish that we must abolish local self rule and privileges.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -canadian_lands_title;The Canadian Lands;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -canadian_lands_desc;Some of the lands claimed by our Canadian dominion are still under our direct control, and transferring sovereignty to them would greatly help our relations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -guantanamo_bay_lease_title;The Guantanamo Bay Lease;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -guantanamo_bay_lease_desc;The Guantanamo Bay in the island of Cuba is the largest natural harbour on the south side of the island and it is surrounded by steep hills which create an enclave that is cut off from its immediate hinterland. It would make an excellent coaling station and it's natural harbour would allow for ships to stay there during the hurricane seasons while allowing us to project our power in the Caribbean. Some of our best diplomats can prepare a lease document to justify our use of such strategic territory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -selling_danish_virgin_islands_title;Buy the Virgin Islands;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -selling_danish_virgin_islands_desc;The Virgin Islands were originally inhabited by the Arawak, Carib, and Cermic, all of whom are thought to have perished during the colonial period. The owner of the islands of St. Thomas, Saint John and Saint Croix, the Virgin Islands we are looking to buy, are poorly managing them for decades, and now they are costing them money - a lot. There are still some elements that resist selling the islands to us but - with the right conditions - we might be able to make an offer they can't deny.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -brazilian_rubber_boom_title;Encourage the Amazon Rubber Boom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -brazilian_rubber_boom_desc;The rubber boom or Ciclo da borracha was an important part of the economic and social history of Brazil and Amazonian regions of neighbouring countries, being related to the extraction and commercialization of rubber. Centered in the Amazon Basin, the boom resulted in a large expansion of European colonization in the area, attracting immigrant workers, generating wealth and causing cultural and social transformations. It encouraged the growth of cities such as Manaus, Porto Velho, and Belém, capitals within the respective Brazilian states of Amazonas, Rondônia and Pará.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -integrate_kazakhstan_title;Integrate Kazakhstan;;;;;;;;;;;;x -integrate_kazakhstan_desc;With the central states in Asia under our control, the only one remaining is Kazakhstan. It's time we make it an integral part of Russia.;;;;;;;;;;;;x -greater_tibet_title;Greater Tibet;;;;;;;;;;;;x -greater_tibet_desc;The Tibetan Empire once ruled a vast land that was taken away from us by the barbarians. The Tibetan people still live in these lands and the time has come for us the claim what's historically ours.;;;;;;;;;;;;x -reorganize_timor_title;Reorganize Timor;;;;;;;;;;;;x -reorganize_timor_desc;Now that we have taken possession of Dili, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,, -organize_timor_title;Organize Timor;;;;;;;;;;;;x -organize_timor_desc;To better take advantage of our colonies in Timor, we should organize and centralize the administration while modernizing the country just enough to have a modern infrastructure.;;;;;;;;;;;;x -abolish_wallachia_moldavia_title;Abolish Wallachia and Moldavia;;;;;;;;;;;;x -abolish_wallachia_moldavia_desc;The old divisions of Wallachia and Moldavia are now all but obsolete, Romania is united and the princely titles exist no more. It's time to abolish these obsolete divisions once and for all.;;;;;;;;;;;;;;;;x -abolish_transylvania_title;Abolish Transylvania;;;;;;;;;;;;;;;;;;;;;;;x -abolish_transylvania_desc;The old division of Transylvania is now all but obsolete, Romania is united and the princely titles exist no more. It's time to abolish these obsolete divisions once and for all.;;;;;;;;;;;;;;;;;;;;;;;x -st_barths_question_title;The Saint Barthélemy Question;;;;;;;;;;;;x -st_barths_question_desc;The island of Saint Barthélemy had belonged to France until 1784, when it was transferred to Sweden in return for trade privileges in Gothenburg. However, the island proved expensive to maintain. We can push for an agreement and a referendum on the island status and future, but there's always the chance that they might cede the island to another power to avoid conflict with us. Even if we lost the referendum, we will still be able to claim the island.\n\n§RWe are offering to pay up to 50,000¤ for the island. If we don't have the money, we will owe it.§W;;;;;;;;;;;;x -shinbutsu_bunri_title;Adopt the Shinbutsu Bunri;;;;;;;;;;;;x -shinbutsu_bunri_desc;The Japanese term shinbutsu bunri indicates the separation of Shinto from Buddhism and therefore the separation of kami (native Shinto deities) from Buddhas (Buddhist deities), and of Buddhist temples from Shinto shrines (jinja). Until the end of the Edo period Shinto and Buddhism were intimately connected in what was called shinbutsu-shugo, to the point that the same buildings were often used as both Shinto shrines and Buddhist temples, and Shinto gods were interpreted as manifestations of Buddhas. The new government saw shinbutsu bunri as a way to reduce the immense wealth and power of the Buddhist sects. At the same time, it was supposed to give Shinto, and especially its cult of the Emperor, time to grow into an effective vehicle for nationalism. A first order issued by the Jingijimuka on $YEAR$ ordered the defrocking of shaso and betto (shrine monks performing Buddhist rites at Shinto shrines). A few days later, the Daijokan banned the application of Buddhist terminology such as gongen to Japanese kami and the veneration of Buddhist statues in shrines. Next came a ban on applying the Buddhist term Daibosatsu (Great Bodhisattva) to the syncretic kami Hachiman at the Iwashimizu Hachiman-gu and Usa Hachiman-gu shrines. In the final stage, all the defrocked betto and shaso were told to become "shrine priests" (kannushi) and return to their shrines and monks of the Nichiren sect were told not to refer to some deities as kami.;;;;;;;;;;;;x -imperial_rescript_title;The Imperial Rescript on Education;;;;;;;;;;;;x -imperial_rescript_desc;Following the Meiji Restoration, the leadership of the Meiji government felt the need to emphasize the common goals of rapid modernization (westernization) with support and legitimization of the political system centred on the imperial institution. In the 1870s and 1880s, Motoda Nagazane and other conservatives pushed for a revival of the principles of Confucianism as a guide for education and public morality; however, Inoue Kowashi and other proponents of the 'modernization' of Japan felt that this would encourage a return to the old feudal order, and pushed for an "emperor-centred" philosophy. Prime Minister Yamagata Aritomo authorized the drafting of the Rescript, which was a compromise written largely by Inoue Kowashi with input from Motoda Nagazane and others. After it was issued, the Rescript was distributed to all schools in the country, together with a portrait of Emperor Meiji.;;;;;;;;;;;;x -formosa_independence_title;Assert Independence;;;;;;;;;;;;x -formosa_independence_desc;The rebellious government in China tried unsuccessfully to defeat the rightful government - our government - by invading Formosa, but they failed. It's time to assert our independence and negotiate with the great powers and the rebels our perpetual independence and our recognition as a free country.;;;;;;;;;;;;x -occupy_kita_ezo_title;Conquer Kita Ezo;;;;;;;;;;;;x -occupy_kita_ezo_desc;Foreigner powers encroach our territory, we need to show our strength by consolidating our grip over Kita Ezo, as Russian influence grows from the west and threatens to engulf the island and its native inhabitants.;;;;;;;;;;;;x -greater_croatia_title;Velika Hrvatska;;;;;;;;;;;;x -greater_croatia_desc;The concept of a Greater Croatian state has its modern origins with the Illyrian movement, a pan-South-Slavism cultural and political campaign with roots in the early modern period, and revived by a group of young Croatian intellectuals during the first half of the 19th century. Although this movement arose in the developing European nationalist context of the time, it particularly arose as a response to the more powerful nationalist stirrings in the then-Kingdom of Hungary, of which Croatia was a part.;;;;;;;;;;;;x -annex_sigmaringen_title;Create the Province of Hohenzollern;;;;;;;;;;;;x -annex_sigmaringen_desc;The principalities of Hohenzollern-Sigmaringen and Hohenzollern-Hechingen, both independent principalities ruled by the Catholic princely lines of the House of Hohenzollern, are inherently tied to our country. The tumultuous atmosphere of the liberal revolutions left the catholic princes willing to negotiate and now they are both in a position to hand over their sovereignty to us.;;;;;;;;;;;;x -establish_the_majles_title;Establish the Majles;;;;;;;;;;;;x -establish_the_majles_desc;Now that our great state finally has a Constitution stating the rules of the Law, we need to establish a Parliament to assure that it is uphold and the executive doesn't abuse its power. Let's unite the representatives of the people! Long live the Majles-e Shora-ye Eslami!;;;;;;;;;;;;x -anglo_persian_oil_company_title;Found the Anglo-Persian Oil Company;;;;;;;;;;;;x -anglo_persian_oil_company_desc;The English Anglo-Persian Oil Company was the first company to extract petroleum from Iran. In 1901 William Knox D'Arcy negotiated an oil concession with Mozaffar al-Din: he would assume exclusive rights to prospect for 60 years in a vast tract of territory and in exchange the Shah received 20,000 pounds, an equal amount in shares, and a promise of future profits. In early May 1908 D'Arcy, having sunk more than 500,000 pounds into their Persian venture and found no oil, sent a telegram saying that they had run out of money and ordering to "cease work, dismiss the staff, dismantle anything worth the cost and come home." The geologist George Bernard Reynolds delayed following these orders and in a stroke of luck, struck oil shortly after on May 26, 1908.;;;;;;;;;;;;x -claim_sakhalin_china_title;Claim Sakhalin;;;;;;;;;;;;;;;;;;;;x;; -claim_sakhalin_china_desc;The eastern natural frontier of $COUNTRY$ always has been the Sakhalin islands, but our nation has been humiliated for too long by the foreign barbarians. It's time to revoke the unequal treaties, the forced terms and armistices that made the old rulers relinquish our rights over our old territory. It's time to bring the eastern border back under our control.;;;;;;;;;;;;;;;;;;;;x;; -selling_danish_india_title;The Danish India;;;;;;;;;;;;;;;;;;;;x;; -selling_danish_india_desc;During the Napoleonic Wars, the British attacked Danish shipping, and devastated the Danish East India Company's India trade. In May 1801 – August 1802 and 1808 – 20 September 1815 the British even occupied Dansborg and Frederiksnagore. The Danish colonies went into decline and now it's time to find a new owner for them. Our estimative is that we can get 20,000¤ for our cities in India.;;;;;;;;;;;;;;;;;;;;x;; -gadsden_purchase_title;The Gadsden Purchase;;;;;;;;;;;;;;;;;;;;x;; -gadsden_purchase_desc;Questions and disputes linger, unresolved, with Mexico. Natives on the rims of our territory attack our neighbour and we agreed to protect them from that, but the lack of control didn't help and the attacks carry on. The Mexicans also claim we owe them indemnity over the attacks and argue we agreed to pay under the conditions of our last treaty. These continuing tensions between Mexico and us complicated our efforts to find a southern route for a transcontinental railroad as the only viable routes passed through Mexican territory. Attempting to defuse the situation, $COUNTRY_ADJ$ $MONARCHTITLE$ sent James Gadsden, the new $COUNTRY_ADJ$ Minister to Mexico, to negotiate with Santa Anna. Secretary of State William Marcy instructed Gadsden to renegotiate a border that provided a route for a southern railroad, arrange for a release of $COUNTRY_ADJ$ financial obligations for Native American attacks, and settle the monetary claims between the countries related to the Garay project.\n\n§RNOTE: You need 100,000¤ to buy all the land if the Mexican government agrees to it. 50,000¤ is the minimum for the minimum land purchase.§W;;;;;;;;;;;;;;;;;;;;x;; -restore_miskito_title;The Restoration of the Miskito Reserve;;;;;;;;;;;;;;;;;;;;x;; -restore_miskito_desc;With our enemies defeated, we can force their hand in the peace deal to restore the Miskito Reserve.;;;;;;;;;;;;;;;;;;;;x;; -occupy_miskito_title;Annex the Miskito Reserve;;;;;;;;;;;;;;;;;;;;x;; -occupy_miskito_desc;Historically a British colony and protectorate, the Miskito Coast was claimed by Nicaragua and later granted self rule under Nicaragua by King George Augustus Fredric II, who accepted the change on condition that he should retain his local authority, and receive a yearly subvention of a thousand pounds until 1870. On his death in 1865, his successor, William Henry Clarence, wasn't recognized by our government and with their allies and protectors far away, organizing a quick invasion and occupation of the territory who rightfully belongs to our country should be an easy affair.;;;;;;;;;;;;;;;;;;;;x;; -dutch_wallonia_title;$COUNTRY_ADJ$ Wallonia;;;;;;;;;;;;;;;;;;;;x;; -dutch_wallonia_desc;During the Belgian independence, the Walloons renamed the towns, natural features, roads and villages in their language. With the return of the rightful $COUNTRY_ADJ$ rule in the region, there would be nothing more natural than restoring the proper names.;;;;;;;;;;;;;;;;;;;;x;; -texan_claims_title;The Texan Claims;;;;;;;;;;;;;;;;;;;;x;; -texan_claims_desc;Hoping that, after peace is made with Mexico, they could build a railroad to the Gulf of California to give "access to the East Indian, Peruvian and Chilean trade", the Texan leaders decided to claim the Rio Grande as the boundary with Mexico, including much of New Mexico.;;;;;;;;;;;;;;;;;;;;x;; -ionian_islands_question_title;Treaty of London (1864);;;;;;;;;;;;;;;;;;;;x;; -ionian_islands_question_desc;The Ionian Islands had been an amical protectorate of the United Kingdom ever since the end of the Napoleonic Wars. In 1862 the protectorate was deemed to expensive to maintain, and the islands were, after two years of negotiations, seceded to Greece.;;;;;;;;;;;;;;;;;;;;;;;;;;x;; -renamed_istanbul_back_title;Restore Istanbul;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -renamed_istanbul_back_desc;The city of Istanbul is now under our rule. It is known by many names but to signal our reconquest we should rename it back to Istanbul.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -renamed_istanbul_tsargrad_title;Tsargrad;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -renamed_istanbul_tsargrad_desc;The city of Istanbul is now under our rule. It is known by many names but to signal our conquest we should rename it to something more appropriate to our culture.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -renamed_istanbul_constantinople_title;Restore Constantinople;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -renamed_istanbul_constantinople_desc;The city of Istanbul is now under our rule. It is known by many names, but we should restore the old and original name of the city: Constantinople.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -sudeteland_exchange_title;The Moravian Exchange;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -sudeteland_exchange_desc;To normalize our relations after the last war, we should strike a deal with the former owner of Moravia and exchange the conquered territory for the bordering territories with a German majority.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -budapest_united_title;Found Budapest;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -budapest_united_desc;In the 18th and 19th century Pest became the natural commercial, transportation, industrial and cultural centre of Hungary while nearby towns of Buda and Óbuda remained small. The Chain Bridge linking Buda with Pest was opened some time ago as the first permanent bridge across the Danube and everyday the town of Pest grows in importance, rivalling Vienna. But to have a modern metropolis, with enough space for a growing population and big enough to accommodate the ever growing Pest, it would be wise if we unified the three towns of Buda, Óbuda and Pest in one capital: Budapest.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -establish_the_kaitakushi_title;Establish the Kaitakushi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -establish_the_kaitakushi_desc;The new Government viewed the development of Hokkaido as essential to Japan's prosperity and defence, and established the Hokkaido Kaitakushi (Development Commission) in 1869. The government invited farmers, soldiers and other immigrants from across the nation to promote the development of the wild land. The Kaitakushi also invited Horace Capron, former U.S. Secretary of Agriculture, to adopt overseas technology. The introduction of American technology helped advance both development and modernization, leading to the development of capital-intensive farming, the opening of coal mines and the construction of lumber mills, breweries and canneries that made use of local resources. With the construction and improvement of roads, ports and railways and the opening of the Seikan sea route between Honshu island (Aomori) and Hokkaido (Hakodate), urban areas will be formed throughout Hokkaido.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -japanese_outer_manchuria_title;The Enkaishu Region;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -japanese_outer_manchuria_desc;The northern coast of the Asiatic continent, known to us by the name of Enkaishu, now is firmly in our hands. Nothing better to demonstrate that, and to encourage immigration, than renaming it to proper Japanese names.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -chinese_outer_manchuria_title;The Guanwai Region;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -chinese_outer_manchuria_desc;For too long outsiders dominated Guanwai. And now we expelled the barbarians. They called these Chinese lands by foreign names for too long, replacing them all and using their barbaric language everywhere. We should restore the proper names for this region and for these provinces as soon as possible.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -abolish_los_fueros_title;Abolish the Fueros;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -abolish_los_fueros_desc;The relentless centralizing drive of the Spanish Crown led, after the end of the First Carlist War, to the reduction of the Basque institutional and legal system (called Fueros), but it was only after the last Carlist War that it was virtually wiped out. After the war, a new Spanish constitution was drawn up in order to establish a unitarian and central administration in Spain cut out according to a Spanish-Castilian pattern. Navarre was affected, but for the moment it was spared from further curtailments due to their 1841 "Compromise Act" (Ley Paccionada) that turned officially the semi-autonomous Kingdom of Navarre into another province of Spain. The Basques were forced to enrol in the Spanish military on an individual basis, and not in separate groups or corps, despite the fact that many Basques could hardly articulate a pair of phrases in Spanish, exposing them at best to stressful experiences. These changes allowed Spain to turn in a modern unified country, shaking off the last bits of the Ancien Régime, the first step to end the regionalism driving the forces behind the Carlists and Christinos.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -petrograd_renaming_act_title;Renaming Saint Petersburg;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -petrograd_renaming_act_desc;The war with the Germans rage on and our government has a proposal to rename the city of Saint Petersburg to Petrograd, meaning "Peter's City", to remove the German words Sankt and Burg.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -greater_norway_title;Greater Norway;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -greater_norway_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -new_life_in_the_new_world_title;A New Life in the New World;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -new_life_in_the_new_world_desc;With the large political freedom that's enjoyed in our country, there's a new proposal in the upper house to boost our numbers: large numbers of Europeans can be brought to our country to work in the fields, their travel being paid by the $COUNTRY_ADJ$ government. Propaganda, incentives, paid travel ticket's and treaties can be signed with other governments so to increase the number of immigrants that arrive in our country. Come start a new life in $COUNTRY$!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_neuchatel_prussia_title;Integrate Neuchatel;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_neuchatel_prussia_desc;The Neuchatel Crisis was resolved in our favour, and we may now declare Neuchatel an integral part of our nation.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_neuchatel_title;Declare the Neuchatel Republic;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_neuchatel_desc;The Neuchatel Crisis was resolved in our favour, and we may now declare the Neuchatel Republic an integral part of our nation.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_rgs_title;Integrate Rio Grande do Sul;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_rgs_desc;Rio Grande do Sul, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_bahia_title;Integrate Bahia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_bahia_desc;Bahia, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_pernambuco_title;Integrate Pernambuco;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrating_pernambuco_desc;Pernambuco, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -heavenly_capital_title;The Heavenly Capital;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -heavenly_capital_desc;Our forces have capture Nanjing, the Ming dynasty's former capital, and we now can decree it the Heavenly Capital - Tianjing.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abolish_heavenly_capital_title;Nanjing Recaptured;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abolish_heavenly_capital_desc;Our forces have capture Nanjing, the Ming dynasty's former capital, renamed Tianjing by the Taiping rebels. We need to clear the rebel stain and restore the city's historical name.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -champassak_integration_act_title;Centralizing Champasak;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -champassak_integration_act_desc;Champasak has existed as our vassal for decades, but as our country modernizes, we must also centralize the administration. It's time to bring them in the fold.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tibet_title;Claim Tibet;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tibet_desc;Tibet has long been a part of China, but during the period of chaos it broke free. It's time to return the wayward son to its motherland.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_totalitarian_regime_title;The Totalitarian System;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_totalitarian_regime_desc;We must finish once and for all with the neutrality of chess. We must condemn once and for all the formula 'chess for the sake of chess', like the formula 'art for art's sake'. We must organize shock brigades of chess-players, and begin immediate realization of a Five-Year Plan for chess. Our nation took all the necessary steps and the framework for a new kind of political system, a political system in which the state holds total authority over the society and seeks to control all aspects of public and private life wherever possible. We must make all this official, tie the loose ends, and establish absolute control over society.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ideological_indoctrination_fascist_title;Ideological Indoctrination and Mass Propaganda;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ideological_indoctrination_fascist_desc;$COUNTRY$ recognizes that the foundation of our system depends upon complete dedication of the people to the state through education in the broad fields of engineering, the natural sciences, the life sciences and social sciences, along with basic education. With the fascist takeover, fascist ideology began to permeate the educational system and indoctrination is crucial to the success of the revolution and the perseverance of $COUNTRY$.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ideological_indoctrination_communist_title;Ideological Indoctrination and Mass Propaganda;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ideological_indoctrination_communist_desc;$COUNTRY$ recognizes that the foundation of our system depends upon complete dedication of the people to the state through education in the broad fields of engineering, the natural sciences, the life sciences and social sciences, along with basic education. With the communist takeover, communist ideology began to permeate the educational system and indoctrination is crucial to the success of the revolution and the perseverance of $COUNTRY$.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_cult_of_personality_title;The Cult of Personality;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_cult_of_personality_desc;Thank you, $MONARCHTITLE$. Thank you because I am joyful. Thank you because I am well. No matter how old I become, I shall never forget how we received $MONARCHTITLE$ two days ago. Centuries will pass, and the generations still to come will regard us as the happiest of mortals, as the most fortunate of men, because we lived in the century of centuries, because we were privileged to see $MONARCHTITLE$, our inspired leader... Everything belongs to thee, chief of our great country. And when the woman I love presents me with a child the first word it shall utter will be: $MONARCHTITLE$... The men of all ages will call on thy name, which is strong, beautiful, wise and marvellous. Thy name is engraven on every factory, every machine, every place on the earth, and in the hearts of all men. Every time I have found myself in his presence I have been subjugated by his strength, his charm, his grandeur. I have experienced a great desire to sing, to cry out, to shout with joy and happiness. And now see me--me!--on the same platform where the Great $MONARCHTITLE$ stood a year ago. In what country, in what part of the world could such a thing happen.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_fascist_terror_title;The Purge;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_fascist_terror_desc;In this hour I'm responsible for the fate of the $COUNTRY_ADJ$ people, and thereby I became the supreme judge of the $COUNTRY_ADJ$ people. I gave the order to shoot the ringleaders in this treason, and I further gave the order to cauterize down to the raw flesh the ulcers of this poisoning of the wells in our domestic life. Let the nation know that its existence — which depends on its internal order and security — cannot be threatened with impunity by anyone! And let it be known for all time to come that if anyone raises his hand to strike the State, then certain death is his lot.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_red_terror_title;The Great Patriotic Purge;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_red_terror_desc;To overcome our enemies we must have our own socialist militarism. We must carry along with 90 percent out of the total population of $COUNTRY$. As for the rest, we have nothing to say to them. They must be annihilated. Do not look in the file of incriminating evidence to see whether or not the accused rose up against the proletariat with arms or words. Ask him instead to which class he belongs, what is his background, his education, his profession. These are the questions that will determine the fate of the accused. That is the meaning and essence of the Red Terror.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_iran_title;Greater Iran;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_iran_desc;Iran has been historically humiliated by other powers, not least with the treaties of Gulista and Turkmanchey. The lands in the fringe of Iranian control fell to our enemies or to anarchy and our lands were taken away. It's now time that to brush away this humiliating treaties and return the Iranian people and the Iranian lands back to our control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -travel_to_europe_title;Travel to Europe;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -travel_to_europe_desc;Naser al-Din was the first Iranian sovereign to travel to Europe and thus settled a short-lived but important tradition of the Qajar dynasty. He went in 1873-and was appointed by Queen Victoria a Knight of the Order of the Garter, the highest English order of chivalry - and then again in 1878 - when he saw a Royal Navy Fleet Review - and finally in 1889. He was reportedly amazed with the technology he saw and wrote a wildly popular diary which got published in several languages including Iranian, German, French, and Dutch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_mirza_title;Appoint Mirza Taghi;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_mirza_desc;Mirza Taghi Khan Farahani known as Amir Kabir, was chief minister to Naser al-Din Shah Qajar, the Shah of Persia, for the first three years of his reign and one of the most capable and innovative figures to appear in the whole Qajar period. Born in Hazaveh and put to death in 1852, he is a controversial historical figure: considered by some to be Iran's first reformer and wildly respected by liberal nationalists, he is seen as a modernizer who was unjustly struck down while attempting to bring gradual reform to the country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -persian_cinema_title;Iranian Cinema;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -persian_cinema_desc;During his first visit in Europe, the Shah Mozaffar ad-Din was introduced to the "cinematographe" in Paris, France. Immediately falling in love with the silver screen the Shah ordered his personal photographer to acquire all the equipment and knowledge needed to bring the moving picture to Persia, thus starting the "Iranian cinema" which quickly became popular.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -renaming_act_back_lushun_title;The Lüshun Port;;;;;;;;;;;;;;;;;x -renaming_act_back_lushun_desc;The small port city of Lüshun is now back in our hands. The barbarians foreigners who took it renamed it, its streets and and locations, in many foreign names in an attempt to claim the area. It's time we erased their influence from the area.;;;;;;;;;;;;;;;;;x -annex_limburg_NET_title;Annex Limburg;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_limburg_NET_desc;The Duchy of Limburg, made sovereign to compensate the Germans with the loss of Luxembourg in their customs union, became an outdated and unnecessary concept. The preparations are done and we may annex Limburg to the Netherlands now. The conditions are right and the Germans won't protest this move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_limburg_title;Annex Limburg;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_limburg_desc;Limburg is liberated, and as a part of the old German Confederation, it should be annexed as an integral part of our country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_the_finnish_title;Abandon the Finnish;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_the_finnish_desc;Our Nordic brothers fear that we may try to control the Scandinavian union by using a Finnish and Swedish majority. One of the requirements, one of the things they are most adamant about, is that we guarantee only Nordic people will be allowed in a possible Scandinavian union, each one represented equally. Perhaps in the future we can sway their resolve but for now, if we ever hope to achieve an union, we will have to remove the Finns from positions of power and relegate them to second class citizens status.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_finland_title;Claim Finland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_finland_desc;Finland was, historically, part of Sweden and it's an integral part of Fennoscandia - the natural extension of Scandinavia. A whole and united Scandinavia requires nothing less than Finland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_nordism_title;Promote Nordism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_nordism_desc;Expanding upon Pan-Scandinavism, which argues for a common nation for all Scandinavian nations, Nordism argues for the same among all Nordic countries, including the Icelandic and Finnish peoples. We will need to persuade all Nordic peoples that this will be for the greater good of $COUNTRY$, but if sucessful, we will strengthen the ties that bind all the Nordic peoples together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_titanic_title;Build the Titanic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_titanic_desc;A few financiers approached the government with the proposal to build one of the biggest ships ever built, dubbing it the Titanic. This Olympic-class ship will be 882 feet 9 inches (269.06 m) long with a maximum breadth of 92 feet 6 inches (28.19 m). Its total height, measured from the base of the keel to the top of the bridge, will be 104 feet (32 m). It will measure 46,328 gross register tons and with a draught of 34 feet 7 inches (10.54 m), weighting 52,310 tons. It will be able to take up to 3,327 people and for its maiden voyage it will have no less than the task of crossing the ocean.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -alexander_reforms_title;Enact Alexander's Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -alexander_reforms_desc;The disastrous results of the economy prompted the tsar, Alexander II, to consider reforms. Alexander hoped that agricultural production could be modernized and made more efficient by eliminating the last remnants of serfdom. This would assist the transformation of Russia from a backward agricultural economy into a modern industrial and capitalist economy. More urgently, Alexander agreed to other liberalizations of Russian society. Among these were the creation of representative bodies called zemstva, in effect a form of local government in villages and provinces, given authority to dispense education, charitable relief and other services. The 'reformer tsar' also ordered the reformation of the army and navy, the implementation of new legal processes and an overhaul of the penal code.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -found_suez_canal_company_title;Found the Suez Canal Company;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -found_suez_canal_company_desc;The prospect of building a canal in the Suez has grown a serious interest in the area and the potential profit it might bring. By establishing a $COUNTRY_ADJ$ Canal Company we can assert our dominance in Egypt and get a step closer to start building the canal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vassalize_trucial_states_title;The Trucial Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vassalize_trucial_states_desc;Ambitions of other Great Powers in the area of the Trucial States are increasing, and it's time to tight our influence on them. Under a new treaty, the sheikhs agreed not to dispose of any territory except to $COUNTRY$ and not to enter into relationships with any foreign government other than $COUNTRY$ without its consent. In return, the $COUNTRY_ADJ$ promised to protect the Trucial Coast from all aggression by sea and to help in case of land attack. This treaty, the Exclusive Agreement, is to be signed by the Rulers of Abu Dhabi, Dubai, Sharjah, Ajman Ras Al Khaimah and Umm Al Quwain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_bahrain_qatar_peninsula_title;Claim Bahrain-Qatar;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_bahrain_qatar_peninsula_desc;The small peninsula in the Persian Gulf where Bahrain and Doha are located have long been dominated by Arab families and small sheikdoms. The borders are volatile and our country rulers have claimed the area more than once in history. It's time to once again claim our land there and conquer the peninsula.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_bahrain_trucial_states_title;Integrate Bahrain in the Trucial Pact;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_bahrain_trucial_states_desc;The Trucial States were a group of sheikdoms in the south eastern Persian Gulf, previously known to the British as the 'Pirate Coast', which were signatories to treaties (hence 'trucial') with the British government. These treaties established an informal protectorate by Great Britain and the sheikdoms, or emirates, were a British protectorate. Now, our protectorate over them and over Bahrain raised the possibility of centralizing our protection even more by adding the sultan of Bahrain to the pact.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_qatar_trucial_states_title;Integrate Doha in the Trucial Pact;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_qatar_trucial_states_desc;The Trucial States were a group of sheikdoms in the south eastern Persian Gulf, previously known to the British as the 'Pirate Coast', which were signatories to treaties (hence 'trucial') with the British government. These treaties established an informal protectorate by Great Britain and the sheikdoms, or emirates, were a British protectorate. Now, our protectorate over them and over Qatar raised the possibility of centralizing our protection even more by adding the sultan of Bahrain to the pact.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -samos_unite_with_greece_title;Join Greece;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -samos_unite_with_greece_desc;Our little Island will never survive on its own. It's time to unite with our Greek brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_yemeni_colonies_title;Centralize the Yemeni Administration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_yemeni_colonies_desc;In order to better manage our colonies in Yemen, we should centralize administration of North Yemen and South Yemen in a single colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_north_yemen_existing_title;Unite North and South Yemen;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_north_yemen_existing_desc;In order to better manage our colonies in Yemen, we should centralize administration of North Yemen and South Yemen in a single colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -adopt_yazidi_title;Adopt the Yazidi Religion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -adopt_yazidi_desc;The Yazidi faith has a lot of followers in our capital and they once were dominant in our government. We can adopt the Yazidi faith as the state religion, though it's sure this will anger the non Yazidi population.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_tsr_title;Build the Trans-Siberian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_tsr_desc;A railway linking $CAPITAL$ with Vladivostok will allow us to advance the colonization of the Russian Far East and ensure our control over the riches of Siberia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_manchurian_railway_title;Build the Manchurian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_manchurian_railway_desc;The treaty by which we control Port Arthur gives us a concession in Manchuria to construct a railway, which would offer both a cheap shortcut for the Trans-Siberian railway, as well a railway link with Port Arthur itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -cede_aden_to_yemen_title;Cede Aden to Yemen;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -cede_aden_to_yemen_desc;The Yemeni Government claims Aden as part of their nation for a time. It's time to give it back to them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_kurdish_autonomy_title;Revoke Kurdish Autonomy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_kurdish_autonomy_desc;The Kurdish states on the edge of our empire long have enjoyed an autonomy. If we are to compete with the Great Powers of the world, we need to revoke that status, end tribal rule and reform these lands in a central $COUNTRY_ADJ$ administration.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_kuwait_autonomy_title;Revoke Kuwait's Autonomy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_kuwait_autonomy_desc;Although Kuwait was nominally governed from Basra, the Kuwaitis had traditionally maintained a relative degree of autonomous status. In $YEAR$ Ottoman officials were reasserting their presence in the Persian Gulf, with a military intervention where family rivalries in Kuwait were breeding chaos.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_moroccan_question_title;The Moroccan Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_moroccan_question_desc;The Moroccan Sultanate long has been seem as under our area of influence, though it has slipped in the last few years. Now that the Congress of Berlin was held it would be in our best interests to delineate the sphere of influence in Morocco with the other Great Powers so we have our fair share of it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enslave_the_serfs_title;Enslave the Serfs;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enslave_the_serfs_desc;Serfs who occupied a plot of land were required to work for the Lord of the Manor who owned that land, and in return were entitled to protection, justice and the right to exploit certain fields within the manor to maintain their own subsistence. Serfs were often required not only to work on the lord's fields, but also his mines, forests and roads. A lord of the manor could not sell his serfs. On the other hand, if he chose to dispose of a parcel of land, the serfs associated with that land stayed with it to serve their new lord, benefiting him with their long-acquired knowledge of practices suited to the land. Further, a serf could not abandon his lands without permission, nor did he possess a saleable title in them. But through their condition of near slavery, we can revoke more rights of the serfs and force them in total slavery, untying them from the land and tying them to the lords.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -durand_line_title;The Durand Line;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -durand_line_desc;The government of British India can dispatch Mortimer Durand to Kabul to try and sign an agreement with Amir Abdur Rahman Khan for fixing the limits of their respective spheres of influence as well as improving diplomatic relations and trade. This should put an end to Afghan claims in India, pass any Indian provinces they might own to us (and any Afghan territory we own will pass to them) and normalize relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_pakistan_title;Form Pakistan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_pakistan_desc;The movement for Muslim self-awakening and identity was started by the Muslim modernist and reformer Sir Syed Ahmad Khan, considered the architect of the two-nation theory. The two-nation theory is the ideology that the primary identity and unifying denominator of Muslims in the South Asian subcontinent is their religion, rather than their language or ethnicity, and therefore Indian Hindus and Muslims are two distinct nations, regardless of ethnic or other commonalities. To counter critics who said that a community of radically varying ethnicities and languages who were territorially intertwined with other communities could not be a nation, the theory said that the concept of nation in the East was different from that in the West. In the East, religion was "a complete social order which affects all the activities in life" and "where the allegiance of people is divided on the basis of religion, the idea of territorial nationalism has never succeeded". To guarantee the Muslim population of the South Asian subcontinent will not be dominated by Hindus and to guarantee they will have a place in society, it would be under our best interests to assert our hegemony in the area and create a nation for all Muslims in South Asia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_pakistan_title;Adopt the Two-Nation Theory;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_pakistan_desc;The movement for Muslim self-awakening and identity was started by the Muslim modernist and reformer Sir Syed Ahmad Khan, considered the architect of the two-nation theory. The two-nation theory is the ideology that the primary identity and unifying denominator of Muslims in the South Asian subcontinent is their religion, rather than their language or ethnicity, and therefore Indian Hindus and Muslims are two distinct nations, regardless of ethnic or other commonalities. To counter critics who said that a community of radically varying ethnicities and languages who were territorially intertwined with other communities could not be a nation, the theory said that the concept of nation in the East was different from that in the West. In the East, religion was "a complete social order which affects all the activities in life" and "where the allegiance of people is divided on the basis of religion, the idea of territorial nationalism has never succeeded". By recognizing the Two-Nation Theory and the Muslim demand, we will open the path for them to create their own nation in the South Asian subcontinent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_samos_autonomy_title;Revoke the Autonomy of Samos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_samos_autonomy_desc;The Principality of Samos long has been an autonomous province under $COUNTRY$, and it was not fully recognized nor was a part of the original agreement of Greek territories after the Greek War of Independence. It's time to end their autonomy and centralize rule under $CAPITAL$ authority.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_kurdistan_title;Become Kurdistan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_kurdistan_desc;It's time we unite the warring Kurdish tribes in a new nation state, one strong enough to stand the test of time and the onslaught of any nation who has ambitions over Kurdistan.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralize_kurdish_states_title;Centralize the Kurdish States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralize_kurdish_states_desc;Administration in the border with Persia has long been rudimentary, lacking a central authority and being ruled by Kurdish tribes leaders in the name of the Caliph. It's high time we end that and establish a central, organized government lead by a governor appointed by our $MONARCHTITLE$ himself. The Kurds will obviously not approve of this, and we will have to do this transition by force, but the Ottoman policy of removing old hereditary rulers and replacing them with men appointed and controlled by $CAPITAL$ must continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -yazidi_kurdistan_title;Unite a Yazidi State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -yazidi_kurdistan_desc;We want - no we NEED to unite the Kurds under one banner - our banner, to guarantee the continuity and the survival of Yazidi religion and the Kurdish Culture.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -arab_union_claims_title;Establish Pan-Arabism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -arab_union_claims_desc;Our brothers in the Maghrebi have Arabic roots. They might not feel as strong as us about it, but the Maghreb is part of the Arabic heritage and as such, a part of our country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_islamic_law_title;Revoke Islamic Law;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -revoke_islamic_law_desc;We can revoke Islamic Law and return to a more secularized rule, but this will anger the Muslims in our nation who grew accustomed to the benefits over other religions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pass_islamic_law_title;Implement Islamic Law;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pass_islamic_law_desc;Adherence to Islamic law has historically served as one of the distinguishing characteristics of the Muslim faith and through the centuries Muslims have devoted much scholarly time and effort on its elaboration. By establishing Islamic Law as the civil law we will be able to strive for a better and more religiously homogeneous society where Muslims will be treated fairly. This will severely anger non Muslims and they will be more likely to emigrate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -maghrebi_claims_title;Claim the Sahara;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -maghrebi_claims_desc;People of our nation inhabit the Sahara for years - the Tuareg, the Maures and the Maghrebi. It's time we claim what is rightfully ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_uriankhai_title;The Annexation of Tannu Tuva;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_uriankhai_desc;Lately, the Tannu Tuva economy has seriously deteriorated, resulting in the increasing poverty of its people. The causes were varied: declining number of fur-bearing animals probably due to over-hunting by both Uriankhais and Russians, declining number of livestock as a result of the export market to Siberia, and periodic natural disasters (especially droughts and plagues), which took a fearful toll on livestock herds. The end of Qing rule in Tannu Tuva brought chaos, bands of Uriankhai began plundering and burning Chinese shops. Uriankhai nobles were divided on their course of political action. The Uriankhai governor (amban-noyon), Gombo-Dorzhu, advocated becoming a protectorate of Russia, hoping that the Russians in turn would appoint him governor of Uriankhai.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonize_uriankhai_title;Claim Uriankhai;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonize_uriankhai_desc;After the demarcation of the Sino-Russian border by the Treaty of Kyakhta (1727), the Qing inexplicably placed border guards south of the Tannu-ola Mountains separating Tannu Uriankhai from Outer Mongolia, not along the Sayan Mountains separating the region from Russia. During the 19th century, Russians began to settle in Tuva. The Qing Dynasty allowed Russians to settle providing that they lived in boats or tents. This historical basis and the Russian population living there provides us with an excuse to add the territory of Tannu Tuva to the Russian borders, and the founding of a new Russian city will only strengthen our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -coup_puppets_fascists_title;Spread the Fascist Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -coup_puppets_fascists_desc;The fascist revolution shouldn't stop in our country. We need to start by deposing the old order that dominate our puppets to create a strong and stable fascist block - an alliance of Fascist regimes ready to stand together under our leadership.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pass_the_fifteenth_amendment_title;Pass The Fifteenth Amendment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pass_the_fifteenth_amendment_desc;The Fifteenth Amendment (Amendment XV) to the United States Constitution prohibits the federal and state governments from denying a citizen the right to vote based on that citizen's "race, colour, or previous condition of servitude." and it is the third and last of the Reconstruction Amendments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mughal_declaration_title;Declare a Jihad Against the British;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mughal_declaration_desc;Unrest dominates the territory of the former Mughal Empire, now controlled by the British. There are calls for jihad by Muslim leaders like Maulana Fazl-e-Haq Khairabadi and the millenarian Ahmedullah Shah, which were taken up by Muslims, particularly artisans, which caused the British to think that the Muslims were the main force behind this unrest. The Mughal emperor, Bahadur Shah, resisted these calls for jihad because, it has been suggested, he feared outbreaks of communal violence. By abiding to these calls, expelling the British from Delhi and declaring a Jihad, by shaking off the British influence and dominance, the Shah can be acclaimed Emperor of India, his rightful title.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_moldavia_independence_title;End Moldavian Self Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_moldavia_independence_desc;Ever since the 1829 Treaty of Adrianople, Wallachia and Moldavia were placed under Russian military rule, without overturning Ottoman suzerainty. Under the Treaty of Adrianople, the Sultan guaranteed the previously promised autonomy to Serbia, promised autonomy for Greece, and allowed Russia to occupy Moldavia and Wallachia until the Ottoman Empire had paid a large indemnity. By establishing our dominance over these provinces, we can expel the Russian rulers and annex them back to the Ottoman Empire, centralizing rule and restoring order to these territories that belong in our empire. They can, however, resist, which would lead to war with them and potentially any Great Powers that support them. This decision will also sour our relations with other Great Powers, especially Russia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_wallachia_independence_title;End Wallachian Self Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_wallachia_independence_desc;Ever since the 1829 Treaty of Adrianople, Wallachia and Moldavia were placed under Russian military rule, without overturning Ottoman suzerainty. Under the Treaty of Adrianople, the Sultan guaranteed the previously promised autonomy to Serbia, promised autonomy for Greece, and allowed Russia to occupy Moldavia and Wallachia until the Ottoman Empire had paid a large indemnity. By establishing our dominance over these provinces, we can expel the Russian rulers and annex them back to the Ottoman Empire, centralizing rule and restoring order to these territories that belong in our empire. They can, however, resist, which would lead to war with them and potentially any Great Powers that support them. This decision will also sour our relations with other Great Powers, especially Russia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_tunisian_independence_title;End the Autonomy of the Beylik of Tunis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_tunisian_independence_desc;Although defeating the Deys, Tunisia continued to be a vassal of the Ottoman Empire and the Friday prayer was pronounced in the name of the Ottoman Sultan, money was coined in his honour, and an annual ambassador brought gifts to Constantinople but the Ottomans never again exacted obedience. It's time to exact obedience and abolish Tunisian self rule, though they may refuse our ultimatum, resulting in a descent to war as they try to break free from our dominance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -christian_question_armenia_title;The Armenian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -christian_question_armenia_desc;In the mid-19th century, the three major European powers, Great Britain, France and Russia, began to question the Empire's treatment of its Christian minorities and pressure it to grant equal rights to all its subjects. With our involvement in the Great War, our enemies are discussing the possibility of partitioning our territory. They want to give the lands that have a sizeable population of Christians to their respective communities, especially the Armenians, to divide and weaken our empire. We can solve this problem and remove the Armenians claims on our land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -drain_the_pinsk_marshes_title;Drain the Pinsk Marshes;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -drain_the_pinsk_marshes_desc;The Pinsk Marshes cover more than 269,400 km2, surrounding the sandy lowlands of the dense network of rivers and rivulets forming on both sides of the Pripyat River, one of the main tributaries of the Dnieper. The marshes undergo substantial changes in size during the year, with melting snows in springtime and autumn rainfall causing extensive flooding as the river overflows. As in most wetlands in Europe, the Pinsk Marshes are seen as an unhealthy area, a focus of maladies. Historically, during most of the year, the marshes are virtually impassable to major military forces, thus influencing strategic planning of all military operations in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -croatian_independence_title;The Croatian Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -croatian_independence_desc;Today, the Croatian Parliament, as the representative of the historical sovereignty of Croatia, adopted a decision on the cessation of all state and legal ties with the old Austrian Empire and the Crown of St. Stephen, a unilateral declaration of Independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_the_skoda_works_title;Support the Škoda Works;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_the_skoda_works_desc;Some time ago, Count Wallenstein-Vartenberk set up a branch of his foundry and engineering works in Plzen. The output of the plant, employing over a hundred workers, included machinery and equipment for sugar mills, breweries, mines, steam engines, boilers, iron bridge structures, and railway facilities. The plant was then taken over by Emil Škoda, an industrious engineer and dynamic entrepreneur. Now, a peculiar Military-Industrial complex is emerging in Plzen province where Škoda is working together with the Army & Government officials to develop our military and industrial capabilities.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_tonghak_reforms_title;Second Donghak Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_tonghak_reforms_desc;The cabinet presented a new law, Hongbeom 14jo ("Exemplary Rules" 14 articles), which proclaimed the severance of the subordinate relationship with China, abolishment of nepotism in government, restructure of government offices and their duties. With this law as foundation, 213 new articles were created. The names of Uijeongbu and its subsidiaries were changed to the modern naegak (cabinet) and bu (department). Administrative districts were reorganized to 23 bu(region) and 337 gun(district). New financial bureaus were installed throughout the nation to overlook tax affairs, military and police systems were rehauled and modernized and judicial systems were changed with new courthouse and judiciary laws.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_pattani_title;Integrate the Pattani Sultanate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_pattani_desc;The Pattani Sultanate has been semi-independent under our glorious country. But it's independence is no longer in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_chechenya_title;Officially Recognize Chechnya;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_chechenya_desc;We will extend formal recognition of Chechnya, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -recognize_dagestan_title;Officially Recognize Dagestan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_dagestan_desc;We will extend formal recognition of Dagestan, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -recognize_circassia_title;Officially Recognize Circassia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_circassia_desc;We will extend formal recognition of Circassia, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -demand_36_parallel_title;Demand the 36"30' Parallel;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -demand_36_parallel_desc;The Missouri Compromise established the 36"30' parallel as the division between the Free States and the Slave States. As such, it's only natural that the territories under this parallel should be under our control.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -form_laos_title;Form Laos;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -form_laos_desc;We must unite the Lao people under a single flag -- ours.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -integrate_abkhazia_title;Integrate Abkhazia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -integrate_abkhazia_desc;The autonomy of Abkhazia, which had functioned as a pro-Russian "buffer zone" in the troublesome region of the Caucasus, was no more needed to the Tsarist government after the Circassians were defeated and pacified, and the rule of the Shervashidze came to an end: Prince Michael was forced to renounce his rights and resettle in Voronezh. Abkhazia was incorporated in the Russian Empire as a special military province of Suhum-Kale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -support_the_circassians_title;Officially Recognize Circassia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -support_the_circassians_desc;We will extend formal recognition of Circassia, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -make_abkhazia_orthodox_title;Make Orthodox Catholicism the Official Religion in Abkhazia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_abkhazia_orthodox_desc;The Orthodox minorities long have been oppressed in Abkhazia. It's time to exert our power in Abkhazia and put them in power so Abkhazian religious policy is in unison with ours.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_abkhazia_sunni_title;Make Sunni Islam the Official Religion in Abkhazia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_abkhazia_sunni_desc;The Sunni minorities long have been oppressed in Abkhazia. It's time to exert our power in Abkhazia and put them in power so Abkhazian religious policy is in unison with ours.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_finland_title;Greater Finland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -greater_finland_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -establish_caucasus_viceroyalty_title;Abolish the Caucasus Namestnik;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -establish_caucasus_viceroyalty_desc;The office of the Caucasus Namestnik was established after the Russian annexation of Georgia in 1801, though the scope of its jurisdiction eventually came to include Eastern Armenia and the lands abutting the western shores of the Caspian Sea. General Karl von Knorring was first to assume this position, being officially titled as the Commander-in-Chief in Georgia and Governor General of Tiflis. The Viceroyalty later expanded to encompass the territories acquired by Russia in a series of wars with the Ottoman Empire, Persia, and the local Caucasian peoples. Headquartered at Tiflis (Tbilisi, Georgia), the viceroys acted as de facto ambassadors to neighbouring countries, commanders in chief of the armed forces, and the supreme civil authority, mostly responsible only to the tsar.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -russify_baltic_states_title;Russify the Baltic States;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -russify_baltic_states_desc;The Russian press took up the topic of German influence in the Baltic provinces. As early as the 1860s, the Slavophiles demanded the end of the autonomy in the Baltic provinces and a standardized administration. The unification of Germany and its subsequent development into a Great Power considerably increased the military-strategic importance of the Estonian and Latvian territories which bordered the Baltic Sea, between the extensively autonomous Finland and the rebellious Poland-Lithuania. The security of the capital St Petersburg became a serious issue for the Russian Empire. Tsarist Russia’s government circles were afraid of the Baltic German's possible orientation towards Germany, especially worrying was the thought that by Germanizing the Estonians and Latvians, the Germans could become the majority nation in the Baltics.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -expel_the_poles_GLM_title;Polish Population Transfers;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -expel_the_poles_GLM_desc;The territories in Galicia-Lodomeria claimed by the Polish and the Ukrainians are bound to cause some territorial dispute in the future. A recent proposal came forward to to end the Polish claims by transferring these Poles to the their homelands, by force if it need be;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_eastern_poland_title;Claim the Eastern Territories;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_eastern_poland_desc;Several territories in the eastern part of Europe were once Polish, and should be Polish once again.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_sunni_title;Make Sunni Islam the Official Religion in Transcaucasia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_sunni_desc;The Sunni minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_shiite_title;Make Shiite Islam the Official Religion in Transcaucasia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_shiite_desc;The Shiite minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_orthodox_title;Make Orthodox Catholicism the Official Religion in Transcaucasia;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -make_transcaucasia_orthodox_desc;The Orthodox minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fatherland_altar_title;Build an Altar for the Fatherland;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fatherland_altar_desc;There's a proposal in the cabinet to build an Altar of the Fatherland (Altare della Patria) in honour of the main engineer of a unified Italy to be built in Rome, in a site between the Piazza Venezia and the Capitoline Hill. The main architect, Giuseppe Sacconi, envisions a monument made of marble, with huge bronze statues of our heroes and Quadrigas heralding the coming of a unified Italy, for all Italians. We should pick up this project and build the monument so all nations can see the glory of our great nation.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_belo_horizonte_title;Build Belo Horizonte;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_belo_horizonte_desc;This year, it was agreed by government officials that a new state capital, in tune with a modern and prosperous Minas Gerais, had to be set. Due to the climatic and topographic conditions, Curral Del Rey was selected by Minas Gerais governor Afonso Pena among other cities as the location for the new economical and cultural centre of the state, under the new name of "Belo Horizonte" or Beautiful Horizon. Aarão Reis, an urbanist from the State of Pará, was then set to design the second planned city of Brazil, and then Belo Horizonte was finally inaugurated, with many unfinished constructions as the Brazilian Government set a deadline for its completion. The city flourished under the newfound iron deposits in the state.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_teresina_title;Build Teresina;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_teresina_desc;Teresina is the first planned city in the country and the only northeast capital located out of the coast. Until 1852, Oeiras was the capital of the Piauí Capitany, however due to difficulties in Communication and Trade, the capital was transferred to an area next to the Parnaíba River, to the other cities and to the sea coast. The colonization of the place where Teresina is now located dates back to the 18th century. The chosen place was a small community of fishermen, in 1760, nearby Poty and Parnaíba rivers. Then the small fishermen dwelling grew up and became a village, which was called “Vila do Poty”, but, due to the inundation of the Parnaíba River riverbanks, the city had to be built in a higher position.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_syria_title;Claim Greater Syria;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_syria_desc;In the nationalist ideology developed by the founder of the Syrian Social Nationalist Party, Antun Saadeh, Syria is seen as the geocultural environment in which the Syrian nation state evolved, an area Sa'adeh called the Syrian Fertile Crescent. Sa'adah rejected both language and religion as defining characteristics of a nation, and instead argued that nations develop through the common development of a people inhabiting a specific geographical region. He pointed to what he considered to be the region's distinct natural boundaries, and described it as extending from the Taurus range in the northwest and the Zagros Mountains in the northeast, to the Suez Canal and the Red Sea -including the Sinai Peninsula and the Gulf of Aqaba in the south, and from the eastern Mediterranean Sea including the island of Cyprus in the west, to the arch of the Arabian Desert and the Persian Gulf in the east.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -deseret_complete_cores_title;The Deseret Borders;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -deseret_complete_cores_desc;Ever since our independence, provinces that are rightfully ours are in the hands of other nations. It's time to settle our borders once and for all and fulfil our great nation destiny.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -yemeni_sultanates_conquest_title;Conquer the Yemeni Sultanates;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -yemeni_sultanates_conquest_desc;The land known as Yemen is dotted with independent sultanates, each acting as a state. It would be in the best interest of our country if these sultanates were united under our command.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquer_montenegro_title;Our Claims in Montenegro;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquer_montenegro_desc;Montenegro rebelled from our empire in the past, with several skirmishes around their border and our troops happening. We never lost our claim and never recognized their Independence, but if we are to keep it this way we need to end this rebellion against our rule soon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_the_caucasus_title;Unite the Caucasus Muslims;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_the_caucasus_desc;The Muslims in the Caucasus have been, historically, a target of the orthodox Russians. Imam Shamil unified our people to fight off the Russians and he succeeded, for a time. If we are to remain in our homelands and fend off the Russian ambitions, we need to unite once again against our common enemy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_the_boer_title;Make Amends with the Boer;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_the_boer_desc;The Dutch East Indies company rule in South Africa was tyrannical: they closed the colony against free immigration, kept the whole of the trade in its own hands, combined the administrative, legislative and judicial powers in one body, prescribed to the farmers the nature of the crops they were to grow, demanded from them a large part of their produce, and harassed them with other exactions tending to discourage industry and enterprise. The effect of this tyranny was inevitable: it drove men to desperation. They fled from oppression, and thus trekking began. The colony changed hands but many of the Boer farmers were as dissatisfied with British rule as they had been with the Dutch East India Company, though their ground of complaint was not the same. By making amends with the Boer farmers, paying compensation, abolishing Company rule and administrating the colonies directly, we can make amends and make the Boers accept our rule, to finally put an end to the trekking.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_abolish_child_labor_title;Abolish Child Labour;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_abolish_child_labor_desc;Our great country doesn't need the small hands of children to thrive. The secretariat members agree that we should abolish all and any kind of child labour from our nation and that these children should go to school to learn about our country, its national heroes and our great revolution to break the chains of the proletariat.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_reform_bureaucracy_title;Reform the Bureaucracy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_reform_bureaucracy_desc;The old regime corrupt bureaucracy must be purged from our country if we are to thrive, and it needs to be replaced by a cadre of highly trained officials, educated at the best state schools with the best state education we can afford, selected through universal exams, impartially.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -increase_conscription_title;Increase the Conscription Time;;;;;x;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -increase_conscription_desc;"Our country is at war. The safety of our citizens, of our ruler, and of the country sacred borders are at a stake here. Every able man capable of holding a rifle should be drilling to go to the front lines." A recent bill in the Upper House proposes expanding our conscription system during this time of war. With a little help, they might just get the support needed to implement it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_the_kumul_title;Annex the Kumul Khanate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_the_kumul_desc;The Kumul Khanate is a self ruling nation that long enjoyed protection of the Manchu. Now that they are free, it's the perfect time to march our troops in their capital and force their annexation, as they are an integral and rightful part of our territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_aceh_question_title;The Aceh Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_aceh_question_desc;For much of the 19th century, Aceh's independence had been guaranteed by the Anglo-Dutch Treaty of 1824 and its status as a protectorate of the Ottoman Empire since the 16th century. During the 1820s, the Sultanate of Aceh became a regional political and commercial power, supplying half of the world's pepper, which increased the revenues and influence of local feudal rajahs. Following the opening of the Suez Canal, the trade routes shifted and we are now in a position to strike a deal with the civilized protectors of the Aceh: allow us a free hand within their sphere of influence in Maritime Southeast Asia while we also take the responsibility to fight piracy in the region. With this deal we might get their sanction to conquer Aceh, though we should be ready to give something in return, most probably a colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_short_declaration_title;The Short Declaration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_short_declaration_desc;The Short Declaration was short and brief because it contrasted with the "long" contracts that were earlier concluded between the Netherlands Indies government and some seventeen so-called self-governing lands. The latter were left under the charge of rulers who were empowered to deal with legislative and administrative matters pertaining to their territories, but they had to ensure that obligations to the Netherlands Indies government were met. The long contracts defined the limits of the competency of both rulers and the Netherlands Indies government. By issuing the Short Declaration, we will declare these contracts null and void and we will bring the Moluccan Islands and the Siak Sultanate under our direct control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_sunni_title;Make Sunni the Official Religion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_sunni_desc;The Sunnis have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_shiite_title;Embrace the Shiite Religion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_shiite_desc;The Shiites have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_catholic_title;Embrace the Catholic Religion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_catholic_desc;The Catholics have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_the_javanese_sultanates_title;End the Javanese Sultanates;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_the_javanese_sultanates_desc;The Sultanates of Yogyakarta and Surakarta have long been under our protection. It would be in our best interests to convince them to come under our direct rule, so we might bring civilization to their people more effectively, and so that we might secure their lands from other powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -change_national_value_on_title;Change National Value (Active);;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -change_national_value_on_desc;Turn on the function to change the National Value.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -change_national_value_off_title;Change National Value (Inactive);;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -change_national_value_off_desc;Turn off the function to change the National Value.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -switch_to_order_title;Embrace the Ideal of Order;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_order_desc;The foreigners progress and dominate through an orderly and organized society, based on a sense of duty to their country. If we were to embrace this ideal, we might strive as they do.\n\n§YThe modifiers for this NV are:§W\n§GLand and Naval Organization: +10%\nLand and Naval Units Starting Experience: +0.10\nOrganization Regain Rate: +5%\nMobilization Size: +5%§W\n§RMobilization Impact on Economy: +75%\nPops will be slightly more conservative.§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_production_title;Embrace the Ideal of Productivity;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_production_desc;The foreigners progress through an industrious society based on hard work. If we were to embrace this ideal, we might progress as they do.\n\n§YThe modifiers for this NV are:§W\n§GTax Efficiency: +10%\nFactory, RGO and Artisan Throughput: +5%\nCommerce Tech Research Bonus: 5%\nMobilization Size: +4%§W\n§RMobilization Impact on Economy: +50%§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_autocracy_title;Embrace the Ideal of Autocracy;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_autocracy_desc;The foreigners progress through a society based on strong leadership, obedience and loyalty. If we were to embrace this ideal, we might progress as they do.\n\n§YThe modifiers for this NV are:§W\n§GRuling Party Support: +25%§W\n§RSocial and Political Reform Desire: -5%\nLiteracy Impact on Consciousness: -10%§W\n§GMobilization Size: +4.5%§W\n§RMobilization Impact on Economy: +100%\nPops will be more conservative and will be more inclined to adopt the current government (fascist, communist, anarcho-liberal) ideology.§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -switch_to_equality_title;Embrace the Ideal of Equality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -switch_to_equality_desc;It is time for our nation to change the character of our people, to encourage them to embrace the values of equality and social fairness above all else.\n\n§YThe modifiers for this NV are:§W\n§GAssimilation Rate: +10%\nSocial Reform Desire: +5%\nImmigrant Attract: +5%\nPop Militancy: -0.01\nCulture Tech Research Bonus: 5%\nMobilization Size: +3.5%§W\n§RMobilization Impact on Economy: +110%\nPops will be slightly more socialist.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -switch_to_liberty_title;Embrace the Ideal of Liberty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -switch_to_liberty_desc;It is time for our nation to change the character of our people, to encourage them to embrace the values of liberty and personal freedom above all else.\n\n§YThe modifiers for this NV are:§W\n§GPolitical Reform Desire: +5%\nImmigrant Attraction: +5%\nCommerce Tech Research Bonus: 5%\nMobilization Size: +3.5%§W\n§RMobilization Impact on Economy: +110%\nPops will be slightly more liberal.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -expel_manchu_from_primorye_title;Expel the Chinese;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -expel_manchu_from_primorye_desc;The pacific coast, called Haishenwai by the Chinese, was settled mainly by the Chinese and Manchus during the Qing Dynasty period. The Manchus banned Han Chinese from most of Manchuria including the Haishenwai area — it was only visited by illegal gatherers of sea cucumbers. The Manchus are still a majority in most of Outer Manchuria and we can't force them to assimilate, something can spell trouble in the future. Our advisers recommend that we should try to throw them out so we can strengthen our claim in the area. Should we succeed in expelling them, we can greatly increase the region attractiveness to immigrants.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -manifest_destiny_desc;To bring civilization from coast to shining coast has always been the grand mission of our great republic. Let the Eagle spread its wings.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -reclaim_india_mughals_title;Reform the Mughal Empire;;;;;;;;;;;;;;;;;;;;;;;;;;;x -reclaim_india_mughals_desc;All of India was once part of our mighty empire. It's our destiny to unite these lands again under our banner.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -create_south_africa_title;Create South Africa;;;;;;;;;;;;;;;;;;;;;;;;;;;x -create_south_africa_desc;Uniting the South African nations under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -die_wacht_am_rhein_desc;In 1840, France's then prime minister Adolphe Thiers had claimed that the river Rhine constituted the natural eastern border of the French nation, sparking what would later become known as the Rhine Crisis, as this was perceived in Germany as a threat to Prussian possessions on the western bank of the river. In response to these events, the poet and merchant Max Schneckenburger wrote a patriotic poem calling on the 'Fatherland to remain calm', for, as the poem says, 'fast and true stands the watch at the Rhine', implying that the German nation would defend the river against any and all aggression. The poem was put to music in 1854, and became extremely popular in Germany during the Franco-Prussian war of 1870-71.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -withdraw_signature_geneva_convetion_title;Withdraw Signature from the Geneva Convention;;;;;;;;;;;;;;;;;;;;;;;;;;x -withdraw_signature_geneva_convetion_desc;The Geneva Convention bind us and prevent us to assert total control over some... aspects we'd like to have. It's time to retract our signature.;;;;;;;;;;;;;;;;;x -renaming_act_lushun_title;Rename Lüshun;;;;;;;;;;;;;;;;;x -renaming_act_lushun_desc;The small port city known by the Chinese as Lüshun, by the Japanese as Ryojun and by the westerners as Port Arthur is now firmly in our hands, and nothing better to demonstrate that than changing its name to something more close to our culture.;;;;;;;;;;;;;;;;;x -create_argentina_title;Restore Argentina;;;;;;;;;;;;;;;;;;;;;;x -create_argentina_desc;The people of the old Spanish colonies in the territory that is known as Argentina would be more useful for us if they were united under a single flag.;;;;;;;;;;;;;;;;;;;;;;x -names_of_the_revolution_title;The Imperial Stain;;;;;;;;;;;;;;;;;;;;;;x -names_of_the_revolution_desc;The workers revolution succeeded in Russia, but there are still old imperialist and monarchist names in our cities and provinces, paying tribute to the oppressors of the proletariat. Let's erase this chapter and write a new one based on the heroes of the revolution.;;;;;;;;;;;;;;;;;;;;;;x -remove_names_of_the_revolution_title;The Communist Stain;;;;;;;;;;;;;;;;;;;;;;x -remove_names_of_the_revolution_desc;The communists took the power by force and renamed our proud cities to their terrorist leaders names. It's time to go back to the old traditions and bury the names of the ones who brought our country to ruin.;;;;;;;;;;;;;;;;;;;;;;x -names_of_the_revolution_ukraine_title;The Imperial Stain in Ukraine;;;;;;;;;;;;;;;;;;;;;;x -names_of_the_revolution_ukraine_desc;The workers revolution succeeded, but there are still old imperialist and monarchist names in our cities and provinces, paying tribute to the oppressors of the proletariat. Let's erase this chapter and write a new one based on the heroes of the revolution.;;;;;;;;;;;;;;;;;;;;;;x -remove_names_of_the_revolution_ukraine_title;The Communist Stain in Ukraine;;;;;;;;;;;;;;;;;;;;;;x -remove_names_of_the_revolution_ukraine_desc;The communists took the power by force and renamed our proud cities to their terrorist leaders names. It's time to go back to the old traditions and bury the names of the ones who brought our country to ruin.;;;;;;;;;;;;;;;;;;;;;;x -falangist_doctrine_title;The Falangist Doctrine;;;;;;;;;;;;;;;;;;;;;;x -falangist_doctrine_desc;The Falangist Party rose to power and promoted a revolution in Spain. The most extremist members now call for the completion of the revolution goals: A State racial policy, the unification of Gibraltar and Portugal in Spain and the annexation of former Spanish territories in the French Pyrenees.;;;;;;;;;;;;;;;;;;;;;;x -nationalize_title;Nationalize the Industry;;;;;;;;;;;;;;;;;;;;;;x -nationalize_desc;No more will the foreign dogs grow fat off of the sweat of our people! The time has come to seize all assets owned by outsiders, to be cared for by the state.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -reclaim_italian_lands_title;Reclaim Our Historical Lands;;;;;;;;;;;;;X,,,,,,,,,,,,,, -reclaim_italian_lands_desc;A growing sentiment in our country calls for the unification of the territory that is rightfully ours. Savoie, once part of Sardinia-Piedmont, is an integral part of Italy where many Italians live. Corsica and Malta, clear extensions of our territory, are islands that logically belong to the Italian people and Corfu is the clear extension of our Dalmatian claims, lands that were once a part of Venice. We need to do everything in our power to give to the Italians the land that is their right.;;;;;;;;;;;;;X,,,,,,,,,,,,,, -conquest_of_the_adriatic_title;Conquest of the Adriatic;;;;;;;;;;;;;X,,,,,,,,,,,,,, -conquest_of_the_adriatic_desc;The Adriatic Sea, a region that is historically Italian, is within our grasp and many Italians live in the lands around it to this day. It's time to assert our hegemony on the territory around it, safeguarding the Italians that still live there.;;;;;;;;;;;;;X,,,,,,,,,,,,,, -destroy_westminster_title;Destroy the Palace of Westminster;;;;;;;;;;;;;X,,,,,,,,,,,,,, -destroy_westminster_desc;By giving the order for our troops occupying London to destroy the Palace of Westminster we can deal a huge blow to our enemy's prestige and make it so it's more likely for the war to end sooner. This will be seen as an incredible act of aggression, however, and will forever damage our relations with them and some of our citizens, as well as their citizens, will be extremely angry by such heinous act against their parliament.;;;;;;;;;;;;;X,,,,,,,,,,,,,, -destroy_eiffel_tower_title;Destroy the Eiffel Tower;;;;;;;;;;;;;X,,,,,,,,,,,,,, -destroy_eiffel_tower_desc;By giving the order for our troops occupying Paris to destroy the Eiffel Tower we can deal a huge blow to our enemy's prestige and make it so it's more likely for the war to end sooner. This will be seen as an incredible act of aggression, however, and will forever damage our relations with them and some of our citizens, as well as their citizens, will be extremely angry by such heinous act against one of their national monuments.;;;;;;;;;;;;;X,,,,,,,,,,,,,, -build_the_big_ben_title;Rebuild the Palace of Westminster;;;;;;;;;;;;;X,,,,,,,,,,,,,, -build_the_big_ben_desc;In 1834, an accidental fire destroyer large parts of the Palace of Westminster. Both Houses of the Parliament were destroyed along with most of the other buildings on the site. Westminster Hall was saved largely due to heroic fire fighting efforts, and a change in the direction of the wind during the night. The only other parts of the Palace to survive were the Jewel Tower, the Undercroft Chapel, the Cloisters and Chapter House of St Stephen's and Westminster Hall. A recent bill is on discussion on the parliament to rebuild the palace along with a huge clock tower nicknamed "Big Ben".;;;;;;;;;;;;;X,,,,,,,,,,,,,, -russify_congress_poland_title;Russify Congress Poland;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -russify_congress_poland_desc;Our subjects in Congress Poland long have been under our rule. Now it's time to start their russification and their integration on the mighty Russian Empire.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -make_buenos_aires_capital_title;Make Buenos Aires Capital of Argentina;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -make_buenos_aires_capital_desc;Buenos Aires long has been the most populous and strategically important city of Argentina. Disagreements between what city should be capital and Buenos Aires status long troubled our country. The best solution was recently proposed and all parties agree: we will federalize Buenos Aires and make it the new capital.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -paraguay_independence_title;Declare Independence from Argentina;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -paraguay_independence_desc;Paraguay long has been de facto independent, but it never formally declared independence from the Argentine Confederation. This lead to the Argentines considering us as part of their country and claiming our territory. Today, our Congress has formally drafted a declaration of independence that we intend to send to all neighbouring countries. With our military might, we are sure to enforce our freedom.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_the_chaco_title;Conquest of the Chaco;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_the_chaco_desc;The Chaco region has largely remained in native hands until now. It's time to pacify this region and expand our borders, we need to claim this land so no one can deny it from us.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_the_desert_title;Conquest of the Desert;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquest_of_the_desert_desc;A proposal has been brought forth to finally push into the southern Patagonian lands and pacify them once and for all. Argentina must make its claim so none can deny us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupation_of_araucania_title;Occupation of Araucania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupation_of_araucania_desc;A proposal has been brought forth to finally push into the southern lands of Araucania and pacify them once and for all. Chile must make its claim so none can deny us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -argentina_chile_border_treaty_title;Argentina-Chile Border Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -argentina_chile_border_treaty_desc;Now that the lands of Araucania and Patagonia are fully settled, it might be prudent for us to approach the Chileans and see if we cannot agree on a border -- they would get the lands west of the Andes and we the lands to the east. If we cannot come to an agreement, there is likely to be war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -entre_rios_independent_title;A Call to Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -entre_rios_independent_desc;General Francisco Ramírez has issued a call to the people of Argentina: rise up, and force the dictators to agree to a just constitution that provides rights to every Argentine citizen!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_easter_island_title;Annex Easter Island;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_easter_island_desc;The native population of Easter Island has suffered many devastations in recent years, from attacks by Peruvian pirates to a tuberculosis epidemic. A colonist has operated a sheep ranch there for some years, and recently offered to sell to our government. Considering his ranch covers a large portion of the island, we would be well within our rights to claim sovereignty over it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -valparaiso_harbor_title;The Jewel of the Pacific;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -valparaiso_harbor_desc;Valparaiso has became a required stopover for ships crossing between the Atlantic and Pacific oceans. In its role as a major seaport, Valparaiso receives immigrants from many European countries, but this could change if a new route was to open.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -occupy_misiones_title;The Occupation of Misiones;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupy_misiones_desc;For a long time the Province of Misiones had a central place in the commerce between Brazil, Argentina and Uruguay. The vast majority of its inhabitants are guarani, our people, and they should be ruled by our country. The supreme dictator of Paraguay has a project to build a fort and trenches overnight so we can control the province. Since the Argentine President, Rosas, consider Paraguay to be a part of Argentina, they shouldn't take action against our move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pbc_in_chaos_title;Chaos in the Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pbc_in_chaos_desc;Now the Confederation is destabilized, we should break free from the southern dominance and show who is the real power in the Andes!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_PEU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_PEU_desc;As Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_SPU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_SPU_desc;As South Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_BOL_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_BOL_desc;As Bolivia is not connected to Peru anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_la_paz_title;Treaty of La Paz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_la_paz_desc;Our claim to both Peru and Bolivia is now considered legitimate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralizer_act_huayna_capac_title;Acto Centralizador 'Huayna Capac';;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralizer_act_huayna_capac_desc;As the central government grows stronger, the Confederation becomes more and more an unitary state. The 'Centralizer Act Huayna Capac' concentrates even more power in the president and creates the United Republic of Peru-Bolivia.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_title;The new Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_desc;Now we are a greater power, we can unite again with our South-Andean brothers and sisters.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunite_peru_title;Reunite Peru;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunite_peru_desc;With the Confederation finally broken, we stand in a position to resume control over South Peru and unite the nation once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -leave_puppet_title;Declare Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -leave_puppet_desc;For too long our overlords controlled a puppet government. No more! Our might is enough to break free from them and we would be better if we ruled and lead our nation instead of being a subject to an inferior power.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -declare_la_paz_capital_title;Make La Paz the Capital;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -declare_la_paz_capital_desc;It has been suggested that we make La Paz the de facto seat of the national government, with Sucre remaining the nominal historical as well as judiciary capital. This issue has been brought due to the shift of the Bolivian economy away from the largely exhausted silver mines of Potosí to the exploitation of tin near Oruro, and resulting shifts in the distribution of economic and political power among various national elites.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_sakhalin_title;Claim Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -claim_sakhalin_desc;Russia has ruled lands on Sakhalin Island for some time now, and much of the archipelago's population is Russian. It's time we let the world know that we consider these lands to be a core Russian territory, which we will defend to the last!;;;;;;;;;;;;;x,,,,,,,,,,, -establish_panslavism_title;Establish Pan-Slavism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -establish_panslavism_desc;The Orthodox Christians of the Balkans have lived under the boot of Muslim oppression for too long. The time has come to call on them to rise up against their oppressors. All Yugoslavia must unite!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_bukhara_title;The Great Game Comes to Bukhara;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_bukhara_desc;We must press our domination of Central Asia. This means that Bukhara must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_kokand_title;The Great Game Comes to Kokand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_kokand_desc;We must press our domination of Central Asia. This means that Kokand must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_khiva_title;The Great Game Comes to Khiva;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_khiva_desc;We must press our domination of Central Asia. This means that Khiva must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_RUS_title;Reclaim Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_RUS_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Russia!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_tartu_title;Treaty of Tartu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_tartu_desc;Now that we are free from Russian rule, we should approach the Russian government and discuss the claims to Petsamo and southern Karelia before we end up in a territorial war we cannot hope to win.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -peking_convention_TPG_title;The Peking Convention;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -peking_convention_TPG_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Argun river and the Stanovoy mountains as the natural frontiers between Russia and China. In the mid 19th century the Russians would expand beyond this border to seize the vast lands between the Stanovoy Mountains and the Amur River. The Western Allies would later bring the Second Opium War to a conclusion by burning the Chinese Emperor's summer palaces, and entering Beijing. A cunning major general named Nikolay Ignatiev was able to convinced the Chinese that only Russian support would cause the allies to evacuate Peking. The price for this support was the Convention of Peking, which confirmed Muravyov's gains and, additionally, ceded territory between the Ussuri River and the Pacific to Russia. Thus, Russia had gained some 350,000 square miles of territory without firing a single shot.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -mongolian_protectorate_title;The Mongolian Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mongolian_protectorate_desc;Our influence in Mongolia is such that we are in a position to pry the nation away from the Chinese and into our control. They would be our vassals, benefiting from protection against Chinese claims on their land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -declare_neutrality_title;Declare Swiss Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -declare_neutrality_desc;The Swiss have little interest in the wars of Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutrality_title;Abandon Swiss Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutrality_desc;The might of the Swiss army is such that we can repel our neighbours without difficulty. Our policy of neutrality is no longer necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -violate_neutrality_title;Violate Swiss Neutrality;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -violate_neutrality_desc;The Swiss may have declared themselves 'neutral', but if they believe that will stop us-- if they believe the opinion of any of their allies will stop us -- then they are sorely mistaken.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -convention_of_peking_title;The Peking Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -convention_of_peking_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Aigun river and the Stanovoy mountains as the natural frontiers between Russia and China. There are many within the government, however, who believe it would be in our best interest to access a southern port upon the Sea of Japan -- namely the Chinese city of Haishenwai. Considering the Chinese only barely control their north-eastern provinces, it seems within our right to negotiate for their control... and with their state of turmoil now is the best time to approach them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -the_great_game_makran_title;The Great Game Comes to Makran;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_makran_desc;We must press our domination of Central Asia. This means that Makran must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_panjab_title;The Great Game Comes to Panjab;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_panjab_desc;We must press our domination of Central Asia. This means that the Panjab must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_sindh_title;The Great Game Comes to Sindh;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_sindh_desc;We must press our domination of Central Asia. This means that the Sindh must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_mayotte_title;Annex Mayotte;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_mayotte_desc;The ruler of the small island of Maore, which French traders have dubbed 'Mayotte', is a primitive sultan who only broke away from Malagasy rule in recent years. He has petitioned the French government for status as a protectorate, clearly preferring civilized rule to those of his neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -annex_fiji_title;Annex Fiji;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_fiji_desc;With Australian settlers having purchased land on the island of Fiji, they have slowly become insinuated within the court of King Cakobau. So it is that recently, when the king's lavish overspending saddled his kingdom with considerable debt, the settlers offered to negotiate terms by which the British government would pay off the debt and annex the island as a new colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -invest_in_irish_title;Invest in the Irish;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invest_in_irish_desc;In order to bring the Irish up to par as an integral part of the British Empire, a great deal of investment will be needed -- to not only upgrade the decaying institutions which have been governing the island for centuries, but to also end the system of absentee landowners which so pervades the island's bureaucracy and which makes it a model of inefficiency. Only once that is done can the Irish begin to be integrated as equal subjects under British law.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -irish_integration_title;Irish Integration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -irish_integration_desc;Now that the Irish are equal subjects under British law, steps may be taken to integrate them more fully into overall British culture.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_heligoland_title;The Heligoland Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_heligoland_desc;Germany is eager to obtain the island of Heligoland, currently in our possession. To avoid a war, it might be in our best interest to arrange a trade: Heligoland in exchange for one of their colonies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -create_kashmir_title;Create the Kashmir Dominion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_kashmir_desc;For the good of the Empire, we should create a new Princely State in the northern dominion of Kashmir.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -trucial_protectorate_title;The Trucial States Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -trucial_protectorate_desc;With enough influence among the sheiks of the Trucial States, a treaty could be signed that would force them to acknowledge us as their sovereign. They would enter into no relationships with other nations without our express permission, and our continued influence over the Arabian peninsula would be secured.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -aden_protectorate_title;The Aden Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -aden_protectorate_desc;Beginning with a formal treaty of protection with the Mahra Sultanate of Qishn and Socotra in $YEAR$, $COUNTRY$ embarked on a slow malformation of protection arrangements that included over 30 major treaties of protection. These treaties, together with a number of other minor agreements, created the Aden Protectorate that extends well east of Aden to Hadhramaut except for the immediate environs and port of the colonial capital, Aden. In exchange for $COUNTRY_ADJ$ protection, the rulers of the constituent territories of the Protectorate agreed not to enter into treaties with or cede territory to any other foreign power. For administrative purposes, the protectorate was informally divided into the Eastern Protectorate (with its own Political Officer, a $COUNTRY_ADJ$ advisor, stationed at Mukalla in Qu'aiti) and the Western Protectorate (with its own Political Officer, stationed at Lahej), for some separation of administration.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -gold_coast_treaty_title;Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -gold_coast_treaty_desc;We have experienced numerous conflicts with the Dutch government, in regards to their colonial holdings on the Gold Coast and elsewhere. A treaty to solidify our hold on the Gold Coast, and increase our mutual friendship and cooperation, might be beneficial to both our nations. Our offer, if accepted, to buy the Gold Coast territories will set us back by §R200,000¤§W.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -ultimatum_to_portugal_title;Send Ultimatum to Portugal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ultimatum_to_portugal_desc;It is in the British government's best interests to expand our colonies in southern Africa northwards. This will be impossible if the Portuguese complete their dreams of the 'Pink Map' by connecting Angola and Mozambique. We must make our demand or face the possibility of surrendering central Africa to other powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_nanking_title;Treaty of Nanking;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_nanking_desc;Using our new influence with the Chinese government, we can force them to the table and extract trade and territory concessions-- not the least of which will be the cession of Hong Kong, a valuable port to possess on the southern seas.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -simla_convention_title;The Simla Convention;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -simla_convention_desc;Now that Tibet is a free nation, it might be prudent for our government to step forward and broker an arrangement. Tibet could be a useful ally, and anything that weakens the Chinese government is not an opportunity to pass up.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -demand_retreat_from_india_title;Demand Retreat From India;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_yemen_title;Become Yemen;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_yemen_desc;The Sultanates of Yemen must be united under a single flag -- ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_la_plata_title;Form the United Provinces of Rio de La Plata;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_la_plata_desc;The nations which were once part of the Viceroyalty of Rio de La Plata must be reunited under a single flag once again, the platinean peoples bound together into a great nation, a power to rule in the New World, the United Provinces of Rio de La Plata.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_maghreb_title;Unite the Maghreb;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_maghreb_desc;The Maghrebi cultures of western Africa must be united under a single flag, an Arab nation mighty enough to shake the world order to its foundations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_transcaucasia_title;Unite Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_transcaucasia_desc;The nations of the southern Caucasus must unite together, a new power sufficient to withstand the might of Russian colonialism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_transcaucasia_title;Create Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_transcaucasia_desc;The nations of the southern Caucasus must be united together, a vassal that will serve as a loyal and mighty ally to our country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_north_caucasus_title;Claim the Northern Caucasus;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_north_caucasus_desc;By rights, the northern Caucasus region belongs as part of our country just as do its people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_china_title;Become China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_china_desc;With the northern capital now under our control, the time has come to unite all of China under a single flag.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_holstein_title;Become Holstein;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_holstein_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Holstein is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_schleswig_title;Become Schleswig;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_schleswig_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Schleswig is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_india_title;Form India;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_india_desc;The peoples of the Indian sub-continent must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_north_german_confederation2_title;Call for German Unity;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_north_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards North German hegemony, we must approach our North German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -form_south_german_confederation2_title;Call for German Unity;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards South German hegemony, we must approach our South German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -form_germany_AUS_title;Three Hurrahs For Germany!;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,, -form_germany_AUS_desc;The great empire of the Habsburgs no longer exists, but the unification of Germany under Austrian leadership, as perhaps it was always meant to be, still awaits us. Long live the German Empire, one people ruled from the great city of Vienna!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -austria_annex_SGF_title;Inherit the South German Confederation;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austria_annex_SGF_desc;With the great empire of the Habsburgs now lost to us, perhaps it is time to look north towards the unification of Germany. First, however, we must bring the South German Confederation under our own leadership.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -form_baltic_states_title;Unite the Baltic States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baltic_states_desc;The time has become to unite the Baltic nations under a single flag -- ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_title;Create the Baltic States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_desc;Uniting the Baltic nations under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation2_title;Become the South German Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation2_desc;While Germany was not united until the proclamation of the German Empire, following the Franco-Prussian war, rising nationalism in the 19th century had meant that unification had been on the cards long before that, with the Frankfurt assembly of 1848 being an important forerunner. By achieving a dominant position among the South German states, we can form the South German Confederation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation_title;Create the South German Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation_desc;With our dominant position over the south German states, we can create the South German Confederation -- a union that would be under our full control, and a more useful ally than the nations separately.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -second_alaskan_purchase_title;The Northern Alaska Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_alaskan_purchase_desc;Interlopers have moved in on our claims in northern Alaska. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hawaiian_purchase_title;The Hawaiian Islands Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hawaiian_purchase_desc;Interlopers have moved in on our claims in the Hawaiian Islands region. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_hawaii_title;Annex Hawaii;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_hawaii_desc;Our relationship with the Hawaiian government has borne fruit. They have asked to become a part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sell_alaska_title;Seek a Buyer for Alaska;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sell_alaska_desc;We have little use for our North American holdings. They are difficult to defend, and would be worth far more to another country than it is to us. While it may take some time to find an interested and appropriate buyer, perhaps we should start the process?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -rio_grande_treaty_title;Treaty of the Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rio_grande_treaty_desc;Our allies in the Rio Grande should be approached to find their willingness to turn over lands claimed by the state of Texas.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -exile_house_of_saud_title;Banish the House of Saud;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -exile_house_of_saud_desc;We are victorious over the House of Saud. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -exile_house_of_rashid_title;Banish the House of Rashid;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -exile_house_of_rashid_desc;We are victorious over the House of Rashid. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_nejd_title;Claim Nejd;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_nejd_desc;We cannot unite all of Arabia under our banner unless we control the central provinces. The House of Rashid must stand dominant!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hail_title;Claim Ha'il;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hail_desc;We cannot unite all of Arabia under our banner unless we control the northern provinces. The House of Saud must stand dominant!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_NEJ_title;Claim Hedjaz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_NEJ_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_HAL_title;Claim Hedjaz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_HAL_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_HDJ_title;Claim Eastern Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_HDJ_desc;We must claim the eastern lands in Nejd and Hail if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_ASR_title;Claim Northern Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_ASR_desc;We must claim the rest of the peninsula if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabian_peninsula_title;Claim Greater Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabian_peninsula_desc;We must unite all of the Arabian peninsula under our rule, including all of the Trucial States, Oman, and Yemen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -become_saudi_arabia_title;Become Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_saudi_arabia_desc;We must reunite Nejd and Hedjaz under a single flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_saudi_arabia_title;Form Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_saudi_arabia_desc;A united Arab nation under our rule will make a strong and stable ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hedjaz_independent_title;Declare Independence from Egypt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hedjaz_independent_desc;It is clear that Egypt is no longer in a position to rule us. Thus it is time for the Hedjaz to find its own path.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_arab_nationalism_title;Encourage Arab Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_arab_nationalism_desc;The way to truly fight the Ottoman Empire is to dismantle it from within. We must encourage their Arab minorities to rise up and seek their own destiny as independent nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ibn_saud_title;Ibn Saud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ibn_saud_desc;The time has come to unite all of the Arabian peninsula under our rule. Hedjaz must be taken, in order for the Saudi nation to truly stand on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_holy_city_title;The Holy City;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_holy_city_desc;Mecca is the centre of all Islam. To hold it is to stand above all others, and prove to them that the fate of all Islam lies in our hands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_the_ikhwan_title;Alliance with the Wahhabis;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_the_ikhwan_desc;An alliance with the Wahhabi religious order among the Bedouins will give us precisely the force we need to unite Arabia under our rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_arab_union_title;Form Arab Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_arab_union_desc;A nation must arise to lead the Arab peoples of the world into the future, a greater power that would unite the Arab world from Morocco to the Mashriq.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -apply_for_USCA_statehood_title;Apply for FRCA Statehood;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -apply_for_USCA_statehood_desc;To further our own prosperity, we seek to become part of the Federal Republic of Central America.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -belize_purchase_title;Belize Purchase;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -belize_purchase_desc;We are interested in purchasing Belize from Great Britain and integrating it into the United States of Central America. As such, we have have sent delegates overseas to London and are currently awaiting a reply. Having very good relations with the UK, an alliance with them or being a Great Power will greatly improve our chances of getting a deal.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reform_the_USCA_title;Reform the Federal Republic of Central America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_USCA_desc;The time has come for the Federal Republic to be reformed. Long live Central America!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_USCA_outside_title;Reform the Federal Republic of Central America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_USCA_outside_desc;We will reform the Federal Republic of Central America, a strong and united ally under our control.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_czech_minority_title;Embrace the Czech Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_czech_minority_desc;We shall embrace our Czech citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_slovene_minority_title;Embrace the Slovene Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_slovene_minority_desc;We shall embrace our Slovene citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_croat_minority_title;Embrace the Croat Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_croat_minority_desc;We shall embrace our Croat citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -propose_danube_federation_title;Propose the Danubian Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -propose_danube_federation_desc;A new notion has arisen in our country -- one of extending the rights currently enjoyed by the Hungarians to the other Danubian cultures. We cannot, after all, expect that our nation will be able to peacefully continue on with two cultures dominating so many others. Provided the Hungarians will agree, we could unite our cultures into a larger and more peaceful federation of the Danube.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -become_danube_federation_title;Become the Danube Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_danube_federation_desc;Now that the Hungarians and all the Danubian cultures have been consulted, the time has come for the new government to be implemented. Long live the Danubian Federation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_danube_federation_title;End the Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_danube_federation_desc;The concept of the Danubian Federation is no longer valid. We no longer control the territories that were once part of our nation, and thus the time has come to give up the fiction and become Austria once more in truth.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_austria_title;Become Austria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_austria_desc;The time has come to end the dual monarchy and return to our Austrian heritage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_title;Release Galicia-Lodomeria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_desc;With our holdings in Galicia-Lodomeria cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_bukovina_title;Release Bukovina;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_bukovina_desc;With our holdings in Bukovina cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Romanians raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -bosnian_annexation_title;Annex Bosnia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bosnian_annexation_desc;The government feels it is vital to bring Bosnia more fully under our administration, despite the international furore it might cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_silesia_title;Release Silesia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_silesia_desc;With our holdings in Silesia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_dalmatia_title;Release Dalmatia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_dalmatia_desc;With our holdings in Dalmatia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_austrian_silesia_title;Claim Silesia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_austrian_silesia_desc;The provinces of Bielsko and Tesin are rightfully Czech lands, having once belonged to Bohemia. We must reclaim them as our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -begin_hungarian_revolution_title;Begin the Revolution!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_hungarian_revolution_desc;We must strike a blow against the Hapsburg monarchy, in the name of Hungarian independence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_hungary_title;Flee to Budapest;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_hungary_desc;With the loss of Vienna, the Austro-Hungarian government must flee to Budapest instead. The Hungarians will not, however, continue with the arrangement of the Dual Monarchy -- not when what is left of Austria has been lost. The Hungarians will instead become the new power in our union, taking over what remains of our Empire and ruling in our name.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -become_flanders_title;Become Flanders;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_flanders_desc;Without the Walloons,it is time for the Flemish to rule once again.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_wallonia_title;Become Wallonia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_wallonia_desc;Without the Flemish,it is time for the Walloon flag to fly once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_belgium_FLA_title;Unite Belgium;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_FLA_desc;The Flemish and the Walloons may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_WLL_title;Unite Belgium;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_WLL_desc;The Flemish and the Walloons may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonial_destiny_title;Colonial Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonial_destiny_desc;It is the destiny of the Belgian people to civilize the last remaining wilds of the world. To Africa!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -boer_republic_title;The Boer Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -boer_republic_desc;We have established a new nation, dominated by the Voortrekkers and carved from the territory of African natives. This is a new opportunity for us to live outside of British rule, now and forever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -sand_river_convention_desc;The Boers of the Transvaal are becoming increasingly resistant to colonial rule. The time has come to meet with them at Pretoria and discuss the terms of their independence -- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -orange_river_convention_desc;The Boers of the Orange Free State are becoming increasingly resistant to colonial rule. The time has come to meet with them at Bloemfontein and discuss the terms of their independence -- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_north_cape_colony_title;Claim the Northern Cape;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_north_cape_colony_desc;The northern cape colony rightfully belongs to us. We must take steps to assert our claim, before our African ambitions come to naught.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_transvaal_title;Claim the Transvaal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_transvaal_desc;The Transvaal is Boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_oranje_title;Claim Transorangia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_oranje_desc;The territory of the Orange Free State is Boer land and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_natalia_title;Claim Natal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_natalia_desc;The Natal is Boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_africa_title;Form South Africa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_africa_desc;With the Cape Colony under our control we can form a true, united Boer republic -- one that at last will keep us from foreign domination and British rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_vereeniging_title;Treaty of Vereeniging;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_vereeniging_desc;The Cape Colony is under our control. Now is the time to sit down with our former colonial masters and work out a peace deal that will see it transferred back into Boer hands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_umtata_title;Treaty of Umtata;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_umtata_desc;Now that the war with the Xhosa is done, the time has come to discuss our mutual borders. With our colonists increasingly moving eastward, we may need to incorporate some of their lands into the Cape Colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_title;End of the Hungarian Revolution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_desc;There is no hope for us to continue. Our revolutionaries stand defeated and our country occupied-- we must submit!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appeal_to_the_british_title;Appeal to the British;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appeal_to_the_british_desc;Though we are loathe to do so, it appears we are left with little choice: we must appeal to the British for protection, lest we fall under foreign rule and lose what little we have left.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_xhosa_lands_title;Claim Xhosa Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_xhosa_lands_desc;The Xhosa lands rightfully belong to the Cape Colony, and the colonial governor has made a formal request to the $COUNTRY_ADJ$ government to administer the lands to protect colonist safety along the border.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_south_africa_title;Claim South Africa;;;;;;;;;;;;;x,,,,,,,,,,,,, -reorganize_south_africa_desc;Now that we have taken possession of the Cape Colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,, -join_confederation_title;Join Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_confederation_desc;Our position on the North American continent, and our traditional cultural ties to Canada, make it likely that Canada would be willing to negotiate our entrance into confederation. Doing this means our country will be annexed by Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_the_rcmp_title;Form the R.C.M.P.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_the_rcmp_desc;With the acquisition of Rupert's Land and the North-West Territories it has become increasingly obvious that a new force is required to patrol those lands and keep order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_cnr_title;Build the Canadian National Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_cnr_desc;One railway, linking the Pacific and Atlantic coasts, is a dream that will ensure the unity of Canada -- though it is an expensive dream, to be sure.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -canadian_dominion_title;The Canadian Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -canadian_dominion_desc;The Confederation of Canada now has self-rule. Our dominion is ours to govern, as a new and emerging power not only within North America but in the world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -vive_le_quebec_title;Vive le Quebec Libre!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vive_le_quebec_desc;Quebec is free! Finally the Quebecois has the right to govern themselves, and seek out their destiny as an emerging power not only in North America but in the world!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_british_columbia_title;Organize British Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_british_columbia_desc;The colonies of Columbia, New Caledonia and Vancouver Island must be merged into a single entity -- both for the sake of their viability as well as to ensure their strength in the years to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -zanzibar_sale_title;Sell Zanzibar;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -zanzibar_sale_desc;The Zanzibar coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Tanganyika. We should consider selling it for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -mombasa_sale_title;Sell Mombasa;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -mombasa_sale_desc;The Mombasa coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Kenya. We should consider selling it for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -portuguese_civil_code_title;Portuguese Civil Code;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -portuguese_civil_code_desc;In 1867, the first Portuguese Civil Code was enacted. Professor Seabra, influenced by the Code Napoleon, wrote the whole Code alone. Other Codifications were also studied and taken into consideration, especially the Allgemeines Landrecht (Prussia), the ABGB (Austria) and the Sardinian Civil Code. But he was able to create a very peculiar style: the systematization is different from the French Code. The Portuguese Civil Code was unique for European civil codes, in its characterization of laws in terms of the person and property. It was divided into four sections: the person, the acquisition of goods, goods, and the defence of those goods or rights.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -treaty_of_simulambuko_title;Treaty of Simulambuko;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_simulambuko_desc;With the colonial powers of Europe having met at the Congo Conference to decide the orderly division of the African continent, pressure is mounting for Portugal to occupy the lands we have lain claim to. Our diplomats have been in close contact with the princes of Cabinda, and with additional urging we should be able to conclude a treaty forcing the Kongolese to surrender our Angolan claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -education_decree_1863_title;Filipino Education Decree;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -education_decree_1863_desc;Through the Education Decree of 1863, Queen Isabella II decreed the establishment of a free public school system in the Philippines that used Spanish as the language of instruction, leading to an increasing number of educated Filipinos. This would be the first in a number of colonial initiatives that rendered the Philippines as one of the few places in the world where it was said to have visibly improved and prospered under colonial rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_desc;Spain has no choice but to admit it cannot hold onto its Caribbean and Pacific holdings. If we sit down and enter into peace negotiations with the Spanish government, it is possible they might be willing to end this war and turn over their holdings to us… for a price. Some will see this as the beginnings of American colonialism, but to our government this is simply a recognition of the world power that the United States has become.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_victory_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_victory_desc;We have been victorious in our war against Spain, and Cuba is now free. The Spanish government should realize it does not have the power to hold onto its North American and Pacific colonies. We should approach them and demand they turn over these colonies to us-- for, while it might indicate to some the beginnings of American colonialism, we feel these colonies are best entrusted to the care of a democratic Western power who has the power to hold them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -moret_law_title;The Moret Law;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -moret_law_desc;The Moret Law granted freedom to slaves in Puerto Rico born after 1868, slaves who served in the Spanish Army, slaves over 60 years old, and slaves who were owned by the Spanish government. It was the first in a series of reforms that saw slavery ended in Puerto Rico, well before it was ended in other Spanish colonies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -claim_schleswig_title;Claim Schleswig;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_schleswig_desc;The duchies of Schleswig and Holstein have long been united and considered indivisible under the $COUNTRY_ADJ$ crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for the $COUNTRY_ADJ$ monarch. The treatment of $COUNTRY_ADJ$ people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into $COUNTRY$ proper. This is unlikely to be looked on favourably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reclaim_the_UK_title;Reclaim the British Isles;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_the_UK_desc;We must rise up and reclaim all of the British Isles -- the old Empire will exist once again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_UK_title;Reform the United Kingdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_UK_desc;Now that we have reclaimed the British Isles we must restore them to a single, united rule once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_the_UK_title;The End of the United Kingdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_the_UK_desc;With both Scotland and Ireland gone, this Kingdom can't be called 'United' anymore. Long live England!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -mediate_belgian_independence_title;Mediate Belgian Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mediate_belgian_independence_desc;While Belgium's de facto independence from The Netherlands had been established by force of arms during the Belgian revolution of 1831, it has not been confirmed de jure by The Netherlands and technically a state of war still exists between the two nations. The idea has arisen that the British Empire should step in and mediate a settlement, demanding the Dutch give up their claims in return for guarantees of Belgian independence and control over Luxembourg. With the powers of Europe at the table, it seems unlikely the Dutch would refuse.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -organize_libya_TUR_title;Organize Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_libya_TUR_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_libya_title;Claim Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_libya_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_algeria_title;Organize Algeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_algeria_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_zanzibar_title;Organize Zanzibar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zanzibar_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -hatt_i_humayun_title;Hatt-i Hümayun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hatt_i_humayun_desc;The Hatt-i Hümayun, or 'Imperial Reform Edict', will take the concept of Ottomanism-- the belief that equality among the Empire's religious groups will solve its social issues-- to the logical conclusion. Full rights will be granted to the Empire's minorities, and laws passed to grant each millet the right to use the religious law of its population. This will go a long way towards dealing with some of the nationalist strife the country has suffered, and bring the Ottoman Empire into a new and multicultural age.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -republican_reforms;Republican Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -republican_reforms_title;Republican Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -republican_reforms_desc;Under a liberal and democratic government, Turkey must be transformed into a modern and secular state!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_turkey_title;Claim Greater Turkey;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_turkey_desc;We must strive to restore the Greater Turkish Empire, one that stretches throughout the Middle East rather than in Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -spanish_restoration;The Restoration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -spanish_restoration_title;The Restoration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -spanish_restoration_desc;A period of relative peace and stability in Spain initiated by King Alfonso XII, the aim being to create a new system of government with balance between the liberals and conservatives.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_greece_title;Unite With Greece;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_greece_desc;Our proper place lies with Greece. Long live the Hellenic destiny!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -banda_oriental_title;Banda Oriental;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -banda_oriental_desc;The Banda Oriental del Uruguay was Argentinean once, and shall be Argentinean again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -our_brothers_the_gauchos_title;Our Brothers, the Gauchos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -our_brothers_the_gauchos_desc;It's time to free our brothers, the Gauchos, from the Brazilian rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -gran_colombia_by_sword_title;Claim Gran Colombia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -gran_colombia_by_sword_desc;If Gran Colombia is to exist once again, we must lay claim to all its territory -- and reunite it by sword, if need be!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unite_gran_colombia_title;Reunite Gran Colombia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_gran_colombia_desc;Gran Colombia shall be reborn from the ashes. Long live the united republic!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_sul_title;Total War in Rio Grande do Sul;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_sul_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_title;Total War in Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_yucatan_title;Total War in Yucatan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_yucatan_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -refute_manifest_destiny_title;Refute Manifest Destiny;;;;;;;;;;;;x,,,,,,,,,,,,, -refute_manifest_destiny_desc;The American claims to our frontier have proven to be little more than empty air and bluster. Those lands belong to us, and no other.;;;;;;;;;;;;x,,,,,,,,,,,, -rangit_singh_title;Rule of the Maharajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rangit_singh_desc;The Maharajah Ranjit Singh has united the Panjabi misls under a single flag. He has formed a secular and tolerant state, one that has thrown off the Afghan yoke and resisted the encroaching imperialists. The future of the Sikh Empire is bright!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_nepal_title;Unite with Nepal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_nepal_desc;The time has come to rejoin with Greater Nepal and reform the great eastern kingdom.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_guadalupe_hidalgo_title;Treaty of Guadalupe Hidalgo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_guadalupe_hidalgo_desc;Should we get a convincing enough victory over the Mexicans, we will be able to force them to the negotiating table in order to discuss their surrendering of all claims to land north of the Rio Grande -- in exchange for a fair price, of course.\n\n§RNOTE: The treaty will cost 100,000¤.§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -provincia_cisplatina_title;Provincia Cisplatina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -provincia_cisplatina_desc;The Provincia Cisplatina was Brazilian once, and shall be Brazilian again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rio_da_prata_title;Natural Borders;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rio_da_prata_desc;As the Paraná river is the natural southern border of Brazil, it's natural for such a great country to conquer Entre-Rios.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_assyria_title;Claim Greater Assyria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_assyria_desc;Our people lie scattered under the rule of foreign nations -- we must bring them under our banner and reclaim the lands which were once ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_palestine_title;Reclaim Palestine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_palestine_desc;The Israelis have unlawfully occupied our lands. Now is the time to reclaim them for Palestine!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_afghanistan_title;Claim Greater Afghanistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_afghanistan_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_nepal_title;Claim Greater Nepal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_nepal_desc;The time has come to revoke the Sugauli Treaty and take back that which was taken from us. Greater Nepal must be restored!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_serbia_title;Claim Greater Serbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_serbia_desc;Many Serbs live throughout the Balkans. It is our duty to unite all of them under the Serbian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_croatia_title;Reclaim Croatia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_croatia_desc;The Croatians renounced their ties to Hungary during the revolution, but now the time has come to reclaim our ancient kingdom's western shores.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_ukraine_title;Claim Greater Ukraine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_ukraine_desc;All Ukrainians must rightfully fall under the Ukrainian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_macedonia_title;Claim Greater Macedonia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_macedonia_desc;All Macedonians must rightfully fall under the Macedonian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_ukraine_title;Unite with Ukraine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_ukraine_desc;For the common good of our people, we must set aside our sovereignty and join the greater Ukrainian nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_santa_catarina_title;Claim Santa Catarina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_santa_catarina_desc;Our fellow rebels in the neighbouring province of Santa Catarina must be liberated. The Juliana Republic must be freed from Brazilian rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_albania_title;Claim Greater Albania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_albania_desc;The lands of ethnic Albanians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_greater_mongolia_title;Claim Greater Mongolia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_mongolia_desc;The lands of ethnic Mongolians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_tatar_lands_title;Claim Tatar Lands;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tatar_lands_desc;Now that the Tatars are strong once again, we must reclaim the historical lands of Tartary!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -enact_muhammad_alis_reforms_title;Muhammad Ali's Reforms;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enact_muhammad_alis_reforms_desc;Muhammad Ali, an Albanian born in Macedonia during Ottoman rule there, served in the Kavala Volunteer Contingent of the Ottoman Army in Egypt during the first years of the 19th century. Following the withdrawal of Napoleon's armies from Egypt Muhammad, through a long series of political manoeuvring, came to be elected Wali (governor) of Ottoman Egypt, a position he would eventually use to secure Egypt as his own personal domain as Mamluk power waned. During his reign he instituted a series of more or less popular, and more or less successful, reforms, all aiming to transform Egypt into a modern, European-style, state. Resistance to these reforms will slow down technological progress for a time, but the benefit to Egypt itself will be immeasurable.;;;;;;;;;;;;;x,,,,,,,,,,, -muhammad_alis_reforms;Muhammad Ali's Reforms;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -desc_muhammad_alis_reforms;We have instituted the reforms of Muhammad Ali and while these rapid advancements will slow down our technological progress in the short term, the benefits to our military and our overall efficiency will be invaluable.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -build_addis_ababa_title;Build Addis Ababa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_addis_ababa_desc;The "New Flower" was founded in 1886 by Emperor Menelik II, Addis Ababa would become the capital of Ethiopia and the site of the Imperial Palace.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -eth_mission_to_cairo_title;Mission to Cairo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -eth_mission_to_cairo_desc;The strained relations between Ethiopia and Egypt must come to an end. We each have our respective lands, and truly there is no reason for us to fight. At worst, continued conflict will leave both our nations weak to exploitation by foreign powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -become_hausaland_title;Become Hausaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_hausaland_desc;The hausa have come to increasingly dominate the Caliphate and its court, and it is time Sokoto reflected that fact.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_toucouleur_title;Found the Tukulor Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_toucouleur_desc;The Jihad must continue! With the cities of the central deserts under our control, now is the time to found a united empire that will resist the coming onslaught of the colonial powers!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_somalia_title;Unite Somaliland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_somalia_desc;We must unite all Somalis under a single, unified flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_ETH_title;Unite Ethiopia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_ETH_desc;The civil war is over. Ethiopia must be one nation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_SHW_title;Unite Shewa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_SHW_desc;The civil war is over. Shewa must be one nation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tonghak_reforms_title;Donghak (Gabo) Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tonghak_reforms_desc; The peasant class of Korea has suffered as of late under the corrupt officials of the current system. Currently the floods and famines that have taken its toll on the lands has hit them quite hard, with increased taxes current aristocrats and officials have put in place has brought the peasant classes to the point of revolution. In response to this, the government has instituted a number of social, economic and military reforms in order to placate the peasantry. The gwageo system was abolished and replaced by a Japanese bureaucratic system. The administration of financial affairs were centralized, the taxation system redressed, a new monetary system allowed the use of Japanese currency, and the measurement system was changed to that of Japan's. Other social reforms were addressed as well: discrimination based on the class system, slavery, underage marriage were all banned and widows were granted the right to remarry. These reforms would legally change the traditional feudal system that had been followed for hundreds of years..;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -move_capital_to_gothenburg_title;Göteborg, a Scandinavian Capital;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_gothenburg_desc;Göteborg is the centre of the Scandinavian nation and would be a perfect Capital for our great nation and further unite our people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_kalmar_title;Reform the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_kalmar_desc;Once all of Scandinavia was ruled by a single monarch, our people united in purpose. With our nation on the rise in power and prestige, it is time to resurrect the Kalmar Union once more. For now this is just an idea, and one we must convince the other Scandinavian countries to accept. In time, they will come to see the benefit inherent in our common bond.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -SCA_customs_union_title;The Scandinavian Customs Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_customs_union_desc;The first step in uniting the Scandinavian nations is to eliminate the restrictions on trade between us. Open the borders!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_political_union_title;The Scandinavian Political Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_political_union_desc;The next step towards uniting Scandinavia is reducing the differences in our governments. Why have multiple agencies when there can simply be one, providing all our people with the services they need? We must surrender our individual sovereignty for common gain.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -usurp_kalmar_title;Take Leadership in the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -usurp_kalmar_desc;While the Kalmar Union was not reborn in our nation, it seems that a united Scandinavia will never come to pass unless a stronger country stands up and takes over the leadership role.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kalmar_union;Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kalmar_union_desc;We have agreed in principle to a closer bond with the other Scandinavian nations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -leader_of_kalmar;Leader of the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -leader_of_kalmar_desc;We are the leader of the movement to unite the Scandinavian people under a single flag.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -customs_union;Customs Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -customs_union_desc;We are a member of a customs union, designed to reduce the barriers in trade between the member nations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_kalmar_union_title;Join the Kalmar Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_kalmar_union_desc;The time has come for our nation to take part in the growing Scandinavian union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_transcaucasia_GEO_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_GEO_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_AZB_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_AZB_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_ARM_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_ARM_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -become_uzbekistan_khiva_title;Become Uzbekistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_khiva_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_bukkhara_title;Become Uzbekistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_bukkhara_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -become_kyrgyzstan_title;Become Kyrgyzstan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_kyrgyzstan_desc;We must unite the Kyrgyz into a single and modern state, with sovereignty over all our ancestral land. Under Kyrgyz leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unite_turkestan_title;Unite Turkestan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_turkestan_desc;Under our nation's leadership, the Turkmen, Kyrgyz, Tajiks and Uzbeks can at last be united into a single Turkestan. Should this dream ever come to pass, the world shall tremble before our might!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -organize_nigeria_title;Organize Nigeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_nigeria_desc;The natives and their groups are numerous in Nigeria and they speak a variety of languages, with the main ones being Igbo, Hausa and Yoruba. They span the tropical jungles of the south and of the Niger delta to the savannas in central Nigeria and the harsh semi-arid of the north. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Organizing a proper colonial structure in Nigeria will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.\n\n§ROption for expanded mineral production estimated at 200,000¤§W.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_sudan_title;Claim Sudan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_sudan_desc;From the Sahara desert in the north to the tropical jungles in the south, the colony of $COUNTRY_ADJ$ Sudan was historically tied to the Egyptians in the north. Despite the many tribes that inhabit it, the historical ties and heavy Arab influence made Islam and Arab the main religion and language of the colony. While the the vast landmass of the colony is suitable for a range of cash crops, the relative isolation of the colony means we will need to spend extra to make it into a productive enterprise. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_nigeria_title;Claim Nigeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_nigeria_desc;The natives and their groups are numerous in Nigeria and they speak a variety of languages, with the main ones being Igbo, Hausa and Yoruba. They span the tropical jungles of the south and of the Niger delta to the savannas in central Nigeria and the harsh semi-arid of the north. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.\n\n§ROption for expanded mineral production estimated at 200,000¤§W.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_togo_title;Organize Togo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_togo_desc;The small colony of Togo can prove to be very lucrative despite not being densely populated. A variety of groups inhabit the $COUNTRY_ADJ$ Togo including the Gru, Ewe, Fon and the Kwa, each divided in dozens of tribes and hundreds of strange customs. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. Coffee seems to be the most popular choice of cash crop, though a few evaluated the potential for cotton plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_togo_title;Claim Togo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_togo_desc;The small colony of Togo can prove to be very lucrative despite not being densely populated. A variety of groups inhabit the $COUNTRY_ADJ$ Togo including the Gru, Ewe, Fon and the Kwa, each divided in dozens of tribes and hundreds of strange customs. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. Coffee seems to be the most popular choice of cash crop, though a few evaluated the potential for cotton plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_ivory_coast_title;Organize Ivory Coast;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_ivory_coast_desc;The dense jungles covering the north of the colony of Ivory Coast are home to a variety of exquisite groups such as the Dyula, the Mande, the Senufo and other Western Nigritic tribes, each with their own subdivisions forming an expansive patchwork of native villages and groups. To the south, in the coast, the jungle gives space for the Kru and the Akan, the main groups in contact with the $COUNTRY_ADJ$ administration. Now with the a large territory firmly in our hands, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee, tobacco and cotton but there have been reports of great potential for rubber extraction and tropical wood logging. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_ivory_coast_title;Claim Ivory Coast;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_ivory_coast_desc;The dense jungles covering the north of the colony of Ivory Coast are home to a variety of exquisite groups such as the Dyula, the Mande, the Senufo and other Western Nigritic tribes, each with their own subdivisions forming an expansive patchwork of native villages and groups. To the south, in the coast, the jungle gives space for the Kru and the Akan, the main groups in contact with the $COUNTRY_ADJ$ administration. Now with the a large territory firmly in our hands, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee, tobacco and cotton but there have been reports of great potential for rubber extraction and tropical wood logging. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_sierra_leone_title;Organize Sierra Leone;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_sierra_leone_desc;The jungles of the south slowly give up way to the bushlands and sparse forests that finally turn into savannas in the north. Sierra Leone is a small but diverse colony, with the main groups in contact with the $COUNTRY_ADJ$ administration being the ones speaking Mende and Temne languages. Now with the colony officially organized as part of the great $COUNTRY_ADJ$ empire, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee and cotton but there have been reports of potential for other fruits and grain, as well as some mineral riches. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_sierra_leone_title;Claim Sierra Leone;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_sierra_leone_desc;The jungles of the south slowly give up way to the bushlands and sparse forests that finally turn into savannas in the north. Sierra Leone is a small but diverse colony, with the main groups in contact with the $COUNTRY_ADJ$ administration being the ones speaking Mende and Temne languages. Now with the colony officially organized as part of the great $COUNTRY_ADJ$ empire, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee and cotton but there have been reports of potential for other fruits and grain, as well as some mineral riches. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x -organize_guinea_title;Organize Guinea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_guinea_desc;Home to a long history of Islamic influence, the colony of Guinea was the scene of great strife between Jallon and the Wassoulou states, as well as the Mandinka and Fula peoples that inhabit it. Right now the $COUNTRY_ADJ$ colonial administration maintains the peace in a territory that is roughly the size of the island of British Islands, excluding Ireland. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate and mountainous geography make the colony suitable for coffee and cotton, and there are reports of great rubber extraction potential. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x -reorganize_guinea_title;Claim Guinea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_guinea_desc;Home to a long history of Islamic influence, the colony of Guinea was the scene of great strife between Jallon and the Wassoulou states, as well as the Mandinka and Fula peoples that inhabit it. Right now the $COUNTRY_ADJ$ colonial administration maintains the peace in a territory that is roughly the size of the island of British Islands, excluding Ireland. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate and mountainous geography make the colony suitable for coffee and cotton, and there are reports of great rubber extraction potential. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_senegal_title;Organize Senegal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_senegal_desc;The arid Senegal has long been in contact with the Europe as merchants looking for trade and slaves stopped along its shores. Divided politically in several kingdoms, it was once home to a Wolof state spanned through most of the now $COUNTRY_ADJ$ colony. The Wolof, Mandinka, Fula and Serer peoples are the main inhabitants of the colony and they live in northern Sahelian landscape and in the southern tropical rainforests. Our surveys indicate that there's great potential for rubber extraction and coffee plantation, as well as some precious metals somewhere in the interior. Other products such as fruits and cotton might also be viable crops albeit in a smaller scale. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_senegal_title;Claim Senegal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_senegal_desc;The arid Senegal has long been in contact with the Europe as merchants looking for trade and slaves stopped along its shores. Divided politically in several kingdoms, it was once home to a Wolof state spanned through most of the now $COUNTRY_ADJ$ colony. The Wolof, Mandinka, Fula and Serer peoples are the main inhabitants of the colony and they live in northern Sahelian landscape and in the southern tropical rainforests. Our surveys indicate that there's great potential for rubber extraction and coffee plantation, as well as some precious metals somewhere in the interior. Other products such as fruits and cotton might also be viable crops albeit in a smaller scale. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_niger_title;Organize Niger;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_niger_desc;The mostly sahelian colony of $COUNTRY_ADJ$ Niger was once part of the mighty Mali empire, but its struggles with the Kanem-Bornu which also held the land left it mostly lawless until the arrival of the $COUNTRY_ADJ$ administration. Arab influence ensures that Islam is the biggest religion and that Arabic is the lingua franca of the colony, but local languages of prominence include the Hausa and the Buduma, as well as the Kanuri of the desert and the Songhai. Our surveyors report that the north of the colony transitions from the semi-arid Sahel savannas to the Sahara desert while the south has more fertile lands, with possible production of peanuts and cotton, as well as cattle and other livestock. Despite this, the potential for agricultural output is low as the country is mostly arid. All that remains now is to organize the colonial structure in a $COUNTRY_ADJ$ model that will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x -reorganize_niger_title;Claim Niger;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_niger_desc;The mostly sahelian colony of $COUNTRY_ADJ$ Niger was once part of the mighty Mali empire, but its struggles with the Kanem-Bornu which also held the land left it mostly lawless until the arrival of the $COUNTRY_ADJ$ administration. Arab influence ensures that Islam is the biggest religion and that Arabic is the lingua franca of the colony, but local languages of prominence include the Hausa and the Buduma, as well as the Kanuri of the desert and the Songhai. Our surveyors report that the north of the colony transitions from the semi-arid Sahel savannas to the Sahara desert while the south has more fertile lands, with possible production of peanuts and cotton, as well as cattle and other livestock. Despite this, the potential for agricultural output is low as the country is mostly arid. All that remains now is to reorganize the colonial structure in a $COUNTRY_ADJ$ model that will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x -organize_chad_title;Organize Chad;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_chad_desc;Part Sahara desert and part jungle, the arid $COUNTRY_ADJ$ colony of Chad has been a stop on the Arab caravans crossing the Sahara to the heart of Africa for centuries. As a result, Arabic is one of the main languages spoken throughout the land, together with Sara and Kanembu. In $CAPITAL$, $COUNTRY_ADJ$ surveyors report that the southern jungles and fields can be used for agriculture, and are home to cotton which is indigenous to the region. However, it doesn't seem like the colony will be good for much else. Organizing the colony of $COUNTRY_ADJ$ Chad will allow us to tap in the cotton-production potential.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_chad_title;Claim Chad;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_chad_desc;Part Sahara desert and part jungle, the arid $COUNTRY_ADJ$ colony of Chad has been a stop on the Arab caravans crossing the Sahara to the heart of Africa for centuries. As a result, Arabic is one of the main languages spoken throughout the land, together with Sara and Kanembu. In $CAPITAL$, $COUNTRY_ADJ$ surveyors report that the southern jungles and fields can be used for agriculture, and are home to cotton which is indigenous to the region. However, it doesn't seem like the colony will be good for much else. Reorganizing the colony of $COUNTRY_ADJ$ Chad will allow us to tap in the cotton-production potential.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_cameroon_title;Organize Cameroon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_cameroon_desc;$COUNTRY_ADJ$ Cameroon is a large colony in the heart of Africa, with a multitude of tribes and languages spoken in its territory. It's hard to pinpoint a main language, and the landscape is equally diverse with highlands, jungles and savannas crisscrossing the colony. Our surveys indicate that there's great potential for cash crops, especially coffee and cotton. Rubber extraction is another activity that can be of great profit to us. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_cameroon_title;Claim Cameroon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_cameroon_desc;$COUNTRY_ADJ$ Cameroon is a large colony in the heart of Africa, with a multitude of tribes and languages spoken in its territory. It's hard to pinpoint a main language, and the landscape is equally diverse with highlands, jungles and savannas crisscrossing the colony. Our surveys indicate that there's great potential for cash crops, especially coffee and cotton. Rubber extraction is another activity that can be of great profit to us. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_gabon_title;Organize Gabon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_gabon_desc;The small colony of $COUNTRY_ADJ$ Gabon lies in the heart of Africa and is virtually covered by tropical jungles. Dominated by the Fang and Punu peoples, not much can be grown in the thick jungle but much can be gained from the ivory trade as well as from rubber extraction. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_gabon_title;Claim Gabon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_gabon_desc;The small colony of $COUNTRY_ADJ$ Gabon lies in the heart of Africa and is virtually covered by tropical jungles. Dominated by the Fang and Punu peoples, not much can be grown in the thick jungle but much can be gained from the ivory trade as well as from rubber extraction. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_congo_title;Organize Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_congo_desc;In the heart of the African jungle lies the colony of $COUNTRY_ADJ$ Congo, taking its name from the river Congo. Kongo, Sangha and Teke are the main spoken languages in the jungle-covered colony. There isn't much arable land but the little it has can be used for Coffee. Rubber extraction and tropical wood are also economic activities that might bring profit. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_congo_title;Claim Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_congo_desc;In the heart of the African jungle lies the colony of $COUNTRY_ADJ$ Congo, taking its name from the river Congo. Kongo, Sangha and Teke are the main spoken languages in the jungle-covered colony. There isn't much arable land but the little it has can be used for Coffee. Rubber extraction and tropical wood are also economic activities that might bring profit. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_zaire_title;Organize Congo Free State;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zaire_desc;The biggest colonial a country has in Africa, the $COUNTRY_ADJ$ Congo Free State, lies in the heart of Africa. The colony is a vast landmass covered by jungles, highlands and plains that are home to innumerous tribes, speaking hundreds of languages. Cataloguing, organizing and delineating the borders and institutions of this colony will be a daunting task but one that promises high rewards - just the little that reached $CAPITAL$ have dozens of prominent companies excited about the business opportunities and the riches hidden deep within the colonial territory. There's talks of profits in the ivory, gold, silver and diamond trades as well as coal and iron deposits and suitable environments for the plantation of coffee, cocoa, tea and cotton, not to mention the gigantic potential for rubber extraction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_zaire_title;Claim Congo Free State;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_zaire_desc;The biggest colonial a country has in Africa, the $COUNTRY_ADJ$ Congo Free State, lies in the heart of Africa. The colony is a vast landmass covered by jungles, highlands and plains that are home to innumerous tribes, speaking hundreds of languages. Reorganizing and delineating the borders and institutions of this colony will be a daunting task but one that promises high rewards - just the little that reached $CAPITAL$ have dozens of prominent companies excited about the business opportunities and the riches hidden deep within the colonial territory. There's talks of profits in the ivory, gold, silver and diamond trades as well as coal and iron deposits and suitable environments for the plantation of coffee, cocoa, tea and cotton, not to mention the gigantic potential for rubber extraction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_zambia_title;Organize Zambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zambia_desc;With a tropical climate and and consisting mostly of high plateaus with a few mountains and hills, the colony of $COUNTRY_ADJ$ Zambia has a lot of potential for coffee, cotton and tobacco production. The natives are not especially restless, with the majority being part of the Zemba, Tonga and Chewa groups. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_zambia_title;Claim Zambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_zambia_desc;With a tropical climate and and consisting mostly of high plateaus with a few mountains and hills, the colony of $COUNTRY_ADJ$ Zambia has a lot of potential for coffee, cotton and tobacco production. The natives are not especially restless, with the majority being part of the Zemba, Tonga and Chewa groups. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_kenya_title;Organize Kenya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_kenya_desc;From the tropical beaches to the arid inland, the colony of $COUNTRY_ADJ$ Kenya diverse geography hides agricultural potential. The language of the land is Swahili and the country highlands can be used for tobacco, coffee or tea plantations and the coast has ideal conditions for cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_kenya_title;Claim Kenya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_kenya_desc;From the tropical beaches to the arid inland, the colony of $COUNTRY_ADJ$ Kenya diverse geography hides agricultural potential. The language of the land is Swahili and the country highlands can be used for tobacco, coffee or tea plantations and the coast has ideal conditions for cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_tanzania_title;Organize Tanganyika;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_tanzania_desc;The Swahili-speaking traders were, in the past, the main influence in the territories that are now the colony of $COUNTRY_ADJ$ Tanganyika. The geography is diverse with jungles, plains and highlands, suitable for coffee, tea, cotton and tobacco. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_tanzania_title;Claim Tanganyika;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_tanzania_desc;The Swahili-speaking traders were, in the past, the main influence in the territories that are now the colony of $COUNTRY_ADJ$ Tanganyika. The geography is diverse with jungles, plains and highlands, suitable for coffee, tea, cotton and tobacco. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_mali_title;Organize Mali;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mali_desc;The colony of $COUNTRY_ADJ$ Mali occupies part and is eponymous to what was considered one of the richest of the West-African native states. Dominated by Mande, Fula and Songhai groups, it's spans the Sahara desert in the north, to the sahelian savannas in the centre to the tropical jungles of the south. There's great potential for cotton plantation with some limited potential for tobacco and coffee. There's also talks of gold riches somewhere in the territory. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_mali_title;Claim Mali;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_mali_desc;The colony of $COUNTRY_ADJ$ Mali occupies part and is eponymous to what was considered one of the richest of the West-African native states. Dominated by Mande, Fula and Songhai groups, it's spans the Sahara desert in the north, to the sahelian savannas in the centre to the tropical jungles of the south. There's great potential for cotton plantation with some limited potential for tobacco and coffee. There's also talks of gold riches somewhere in the territory. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_libya_title;Organize Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_libya_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_CAR_title;Organize Ubangi-Shari;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_CAR_desc;The colony of $COUNTRY_ADJ$ Ubangi-Shari has its borders (and name) defined by the rivers of Ubangi and Shari. The most common language spoken through its plains and savannas is the Sango and the hot climate is suitable for coffee and cotton production. There are also reports of rubber-yielding trees and a good profit to be found on the ivory trade. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_CAR_title;Claim Ubangi-Shari;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_CAR_desc;The colony of $COUNTRY_ADJ$ Ubangi-Shari has its borders (and name) defined by the rivers of Ubangi and Shari. The most common language spoken through its plains and savannas is the Sango and the hot climate is suitable for coffee and cotton production. There are also reports of rubber-yielding trees and a good profit to be found on the ivory trade. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_malawi_title;Organize Nyasaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_malawi_desc;Mountainous Nyasaland is home of Chewa, Lomwe and Yao-speaking tribes. Its hot climate and highlands are ideal for the plantation of tea, tobacco, coffee or cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_malawi_title;Claim Nyasaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_malawi_desc;Mountainous Nyasaland is home of Chewa, Lomwe and Yao-speaking tribes. Its hot climate and highlands are ideal for the plantation of tea, tobacco, coffee or cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_gambia_title;Organize the Gambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_gambia_desc;The small strip of land that composes the territory of $COUNTRY_ADJ$ Gambia in west Africa is the result of months of diplomatic effort between the colonizing powers. It consists mainly of the jungle along the Gambia river and therefore has very limited profitability and zero potential for cash crops. However, organizing the colonial structure in a $COUNTRY_ADJ$ model is still something that we need to do - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_gambia_title;Claim the Gambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_gambia_desc;The small strip of land that composes the territory of $COUNTRY_ADJ$ Gambia in west Africa is the result of months of diplomatic effort between the colonizing powers. It consists mainly of the jungle along the Gambia river and therefore has very limited profitability and zero potential for cash crops. However, reorganizing the colonial structure in a $COUNTRY_ADJ$ model is still something that we need to do - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_angola_title;Organize the Angola;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_angola_desc;Ovimbundu, Ambundu and Bakongo are the main languages spoken by the tribes of the colony of $COUNTRY_ADJ$ Angola. The colony has mountains, jungles, savannas and plains and it has potential for coffee, cotton and tobacco production, not to mention the reports of diamonds found inland. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_angola_title;Claim Angola;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_angola_desc;Ovimbundu, Ambundu and Bakongo are the main languages spoken by the tribes of the colony of $COUNTRY_ADJ$ Angola. The colony has mountains, jungles, savannas and plains and it has potential for coffee, cotton and tobacco production, not to mention the reports of diamonds found inland. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_mozambique_title;Organize the Mozambique;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mozambique_desc;The tropical colony of $COUNTRY_ADJ$ Mozambique lies near the island of Madagascar. First visited by the Portuguese and Makhuwa traders, with the latter being one of the most used languages, the colony is home to several bantu groups. From the sunny coast to the mountainous interior, our prospectors say the colony has potential for cotton, tea, tobacco and coffee production - not to mention coal mining. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_mozambique_title;Claim Mozambique;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_mozambique_desc;The tropical colony of $COUNTRY_ADJ$ Mozambique lies near the island of Madagascar. First visited by the Portuguese and Makhuwa traders, with the latter being one of the most used languages, the colony is home to several bantu groups. From the sunny coast to the mountainous interior, our prospectors say the colony has potential for cotton, tea, tobacco and coffee production - not to mention coal mining. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_uganda_title;Organize Uganda;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_uganda_desc;Lying on the shores of one of the biggest lakes in Africa, as well as having a few more inland, the fertile lands of the colony of $COUNTRY_ADJ$ Uganda are ripe for agricultural production. The Swahili speaking tribes could be used on plantations of coffee, tea, cotton and tobacco are all possible crops that could be very profitable for us. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_uganda_title;Reorganize Uganda;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_uganda_desc;Lying on the shores of one of the biggest lakes in Africa, as well as having a few more inland, the fertile lands of the colony of $COUNTRY_ADJ$ Uganda are ripe for agricultural production. The Swahili speaking tribes could be used on plantations of coffee, tea, cotton and tobacco are all possible crops that could be very profitable for us. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_botswana_title;Organize Bechuanaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_botswana_desc;The tswana and the kalanga inhabit the savannas and plains of the colony of $COUNTRY_ADJ$ Bechuanaland. The country's arid climate make it a poor choice for agricultural production, despite the potential for gold and silver mines in the east of the country. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_botswana_title;Reorganize Bechuanaland;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_botswana_desc;The tswana and the kalanga inhabit the savannas and plains of the colony of $COUNTRY_ADJ$ Bechuanaland. The country's arid climate make it a poor choice for agricultural production, despite the potential for gold and silver mines in the east of the country. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_sudan_title;Organize Sudan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_sudan_desc;From the Sahara desert in the north to the tropical jungles in the south, the colony of $COUNTRY_ADJ$ Sudan was historically tied to the Egyptians in the north. Despite the many tribes that inhabit it, the historical ties and heavy Arab influence made Islam and Arab the main religion and language of the colony. While the the vast landmass of the colony is suitable for a range of cash crops, the relative isolation of the colony means we will need to spend extra to make it into a productive enterprise. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_ghana_title;Organize Ghana;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_ghana_desc;On the shores of the Gold Coast once laid the proud kingdom of the Akan. These people are now part of the colony of $COUNTRY_ADJ$ Ghana, a western African colony that spans the coast to the jungles of the interior. There's great potential for gold extraction as well as coffee production, though that could easily be replaced by tobacco or cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_ghana_title;Reorganize Ghana;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_ghana_desc;On the shores of the Gold Coast once laid the proud kingdom of the Akan. These people are now part of the colony of $COUNTRY_ADJ$ Ghana, a western African colony that spans the coast to the jungles of the interior. There's great potential for gold extraction as well as coffee production, though that could easily be replaced by tobacco or cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_burkina_faso_title;Organize Upper Volta;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_burkina_faso_desc;In the interior of west Africa lies the Volta river, the river that gives name to the colony of $COUNTRY_ADJ$ Upper Volta. The main groups - Mossi and Fula - as well as innumerous other smaller tribes and peoples that populate the land can work on cotton, coffee or tobacco plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_burkina_faso_title;Reorganize Upper Volta;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_burkina_faso_desc;In the interior of west Africa lies the Volta river, the river that gives name to the colony of $COUNTRY_ADJ$ Upper Volta. The main groups - Mossi and Fula - as well as innumerous other smaller tribes and peoples that populate the land can work on cotton, coffee or tobacco plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_mauritania_title;Organize Mauritania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mauritania_desc;The Berbers and the Maghrebi peoples have inhabited the colony of $COUNTRY_ADJ$ Mauritania for years. The arid colony lies mostly on the Saharan desert and as such are not really well suited for cash crops. There are talks of iron somewhere in the mountains in the desert, as well as a fish-rich shore.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_dahomey_title;Organize Dahomey;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_dahomey_desc;The Fon-dominated colony of $COUNTRY_ADJ$ Dahomey lies on the Benin bight, a small strip of land in the western African jungle. Despite the small territory, there's potential for cotton, coffee or tobacco production, as well as some richness to be found on exotic wood. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_dahomey_title;Reorganize Dahomey;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_dahomey_desc;The Fon-dominated colony of $COUNTRY_ADJ$ Dahomey lies on the Benin bight, a small strip of land in the western African jungle. Despite the small territory, there's potential for cotton, coffee or tobacco production, as well as some richness to be found on exotic wood. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_indonesia_title;Organize Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,, -organize_indonesia_desc;The populous colony of $COUNTRY_ADJ$ Indonesia is compromised of several major islands, the main one being Java. A patchwork of peoples and exotic islands brought together by our the government in $CAPITAL$, and mostly bound together by Islam, it has a great potential for profitability due to its wide range of climates, providing fertile ground for virtually all cash crops and with great potential for coal production. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_indonesia_title;Claim Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,, -reorganize_indonesia_desc;The populous colony of $COUNTRY_ADJ$ Indonesia is compromised of several major islands, the main one being Java. A patchwork of peoples and exotic islands brought together by our the government in $CAPITAL$, and mostly bound together by Islam, it has a great potential for profitability due to its wide range of climates, providing fertile ground for virtually all cash crops and with great potential for coal production. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_somalia_title;Organize Somalia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_somalia_desc;The Somalis long have been divided in several warring sultanates, none ever managing to acquire full dominance of the horn of Africa. Brought together by our administration, the colony $COUNTRY_ADJ$ Somaliland holds little potential for cash crops due to its arid climate that dominates most of the land. It nevertheless has some small potential for cotton and occupies a strategic position in the African continent. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_namibia_title;Organize Namibia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_namibia_desc;The Herero and Namaqua peoples inhabit the dry and arid colony of $COUNTRY_ADJ$ Namibia - a small colony off the south-western coast of Africa. The vast empty landscapes and deserts that are part of this arid colony hide some mineral wealth - with reports of copper and diamonds being found. Nevertheless, the climate leaves no room for cash crops. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_namibia_title;Reorganize Namibia;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_namibia_desc;The Herero and Namaqua peoples inhabit the dry and arid colony of $COUNTRY_ADJ$ Namibia - a small colony off the south-western coast of Africa. The vast empty landscapes and deserts that are part of this arid colony hide some mineral wealth - with reports of copper and diamonds being found. Nevertheless, the climate leaves no room for cash crops. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_guine_bissau_title;Organize Guinea-Bissau;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_guine_bissau_desc;The western Nigritic peoples that inhabit Guinea-Bissau have long traded with the Portuguese. While the colony is small, it has potential for forestry production. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_guine_bissau_title;Reorganize Guinea-Bissau;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_guine_bissau_desc;he western Nigritic peoples that inhabit the colony of $COUNTRY_ADJ$ Guinea-Bissau have long traded with the Portuguese. While the colony is small, it has potential for forestry production. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_madagascar_title;Organize Madagascar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_madagascar_desc;The island of Madagascar is home to the Merina monarchy, which long ruled great tracts of land in the island. The catholic-influenced natives could be used in coffee, tobacco and cotton plantations. There's also much talk of mineral richness but little can be found besides gold. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_madagascar_title;Reorganize Madagascar;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_madagascar_desc;The island of Madagascar is home to the Merina monarchy, which long ruled great tracts of land in the island. The catholic-influenced natives could be used in coffee, tobacco and cotton plantations. There's also much talk of mineral richness but little can be found besides gold. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_zimbabwe_title;Organize Zimbabwe;;;;;;;;;;;;;x,,,,,,,,,,,, -organize_zimbabwe_desc;The Nguni, Shona, the Sotho and other Southern Bantu peoples inhabit the territory of Zimbabwe or Rhodesia for the British. The savannas and mountain ranges hide potential for copper, iron and coal exploitation as well as coffee, tobacco and cotton plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_zimbabwe_title;Claim Zimbabwe;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_zimbabwe_desc;The Nguni, Shona, the Sotho and other Southern Bantu peoples inhabit the territory of Zimbabwe or Rhodesia for the British. The savannas and mountain ranges hide potential for copper, iron and coal exploitation as well as coffee, tobacco and cotton plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_rwanda_burundi_title;Create Rwanda-Burundi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_rwanda_burundi_desc;The pastoralist Hutu-Tutsi live in the territories of the colonies known as Rwanda and Burundi. The mountainous jungle home to these people could be used for cotton, tobacco or coffee plantations. Despite the small size of the colony, organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_rwanda_burundi_title;Claim Rwanda-Burundi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_rwanda_burundi_desc;The pastoralist Hutu-Tutsi live in the territories of the colonies known as Rwanda and Burundi. The mountainous jungle home to these people could be used for cotton, tobacco or coffee plantations. Despite the small size of the colony, reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -create_rhodesia_title;Create Rhodesia;;;;;;;;;;;;;;;;;;;;;;;;;;;x -create_rhodesia_desc;Uniting Rhodesia under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -become_poland_title;Jeszcze Polska nie Zginela;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_poland_desc;Poland must be reborn! With Warsaw back in our hands, we must take the first step towards uniting all Polish people under a common flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_poland_title;Unite with Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_poland_desc;Now that Poland has been reborn, the time has come for Krakow to rejoin the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -galicia_annex_krakow_title;Unite with Galicia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -galicia_annex_krakow_desc;The Great Powers of the world swim around us like hungry sharks, and our city alone is too small to be safe. Now that the Poles of Galicia have been freed, it would be best for us to come under their protection. Together, we shall not rest until we have liberated the rest of our Polish brethren!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -krakow_form_galicia_title;Form Galicia-Lodomeria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -krakow_form_galicia_desc;Now that we have liberated Galicia from foreign tyranny, let us extend to its people the freedoms we ourselves hold dear. Long live free Galicia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_poland_lithuania_title;The Commonwealth Reborn;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_poland_lithuania_desc;Our ancient empire has been reborn. Let Poland-Lithuania exist once again, and let our ancient enemies tremble!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -stop_poland_lithuania_title;End the Commonwealth;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -stop_poland_lithuania_desc;The Poland-Lithuanian union is at an end. We must put aside our dreams of greatness and return to our roots as Poland itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_croatia_title;Unite with Croatia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_croatia_desc;Now that Croatia has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -invite_slovenia_to_YUG_title;Invite Slovenia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_slovenia_to_YUG_desc;Our Slovenian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bosnia_to_YUG_title;Invite Bosnia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bosnia_to_YUG_desc;Our Bosnian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_croatia_to_YUG_title;Invite Croatia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_croatia_to_YUG_desc;Our Croatian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_montenegro_to_YUG_title;Invite Montenegro Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_montenegro_to_YUG_desc;Our Montenegrin neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_serbia_to_YUG_title;Invite Serbia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_serbia_to_YUG_desc;Our Serbian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bulgaria_to_YUG_title;Invite Bulgaria Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bulgaria_to_YUG_desc;While the Bulgarians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -invite_macedonia_to_YUG_title;Invite Macedonia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_macedonia_to_YUG_desc;While the Macedonians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_bosnians_YUG_title;Embrace the Bosniaks;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_bosnians_YUG_desc;The Bosniaks are historically a Muslim culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -embrace_bulgarians_YUG_title;Embrace Bulgarians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_bulgarians_YUG_desc;The Bulgarians often do not consider themselves true Slavs, or perhaps they simply think themselves superior? Either way relations with the Bulgarians have been difficult. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -embrace_albanians_YUG_title;Embrace Albanians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_albanians_YUG_desc;The Albanians are not truly a Slavic culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bulgaria_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bulgaria_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_greece_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_greece_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_yugoslavia_title;Form Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_yugoslavia_desc;The Slavic peoples of the Balkans must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_yugoslavia_title;Create Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_yugoslavia_desc;If the Slavic peoples of the Balkans are united under a single flag, they will be a far more useful ally than as separate and constantly warring states.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -albania_in_yugoslavia_title;Incorporate Albania into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -albania_in_yugoslavia_desc;The Albanians must be incorporated into the larger Slavic union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bulgaria_in_yugoslavia_title;Incorporate Bulgaria into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bulgaria_in_yugoslavia_desc;The Bulgarians must be incorporated into the larger Slavic union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_serbia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_serbia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_croatia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_croatia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_slovenia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_slovenia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bosnia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bosnia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_albania_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_albania_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_montenegro_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_montenegro_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_czechoslovakia_title;Form Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_czechoslovakia_desc;Bohemia and Slovakia cannot exist alone amidst the warring powers of Europe. We must unite under a single banner!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_bohemia_title;The End of Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_bohemia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_slovakia_title;The End of Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_slovakia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_moldavia_wallachia_title;Unite Wallachia & Moldavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_moldavia_wallachia_desc;The Principalities of Moldavia and Wallachia must unite under a single flag, and together achieve our destiny as a united Romania!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_romania_title;Unite with Romania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_romania_desc;Now that Romania has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_romania_title;Create Romania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_romania_desc;A united and free Romania will make a formidable and valuable ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_title;Create Cambodian Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_desc;Fearing invasion by the Siamese, the Cambodians have requested that we allow them to join the Dai Viet in protection by our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_laos_protectorate_title;Proclaim a Protectorate Over a Laotian State;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_laos_protectorate_desc;The Laotians will not be able to stand against their much larger neighbours... not without our help. We should approach them and offer our protection. The civilized thing to do.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -siamese_border_treaty_title;The $COUNTRY_ADJ$-Siamese Border Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -siamese_border_treaty_desc;Siam includes within its borders a number of conquered peoples: Laotians, Khmer and Vietnamese. A recent incident has brought to light an opportunity for us: demand that Siam release these lands, which we can then incorporate into our Indochina holdings, or face our wrath.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -unequal_treaty_DAI_title;Treaty of Hanoi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_DAI_desc;The Vietnamese are in dire straits. They cannot hold out for much longer. Perhaps we should offer them the chance to go to the negotiating table, and end this war between us… on terms very much in our own favour, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_laos_title;Organize Laos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_laos_desc;We should organize the Laotian colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_french_indochina_title;$COUNTRY_ADJ$ Indochina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_french_indochina_desc;With the colonial government taking form in Saigon, $COUNTRY_ADJ$ administrators have advised elevating the region to a full department -- clearly with eyes on expanding $COUNTRY_ADJ$ colonial rule to neighbours in south east Asia.\n\n§RThis decision is required for the use of the Imperialism CB in Indochina. Only European GPs have access to this CB.§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_indonesia_title;Unite Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_indonesia_desc;We must unite all of the Malay, Javan, Moluccan and Melanesian people of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -sarawak_protectorate_title;Establish a Protectorate Over Sarawak;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sarawak_protectorate_desc;The so-called 'White Rajah' dynasty of Sarawak has held close ties with Europe since its creation, and now the possibility of peacefully establishing a protectorate over this kingdom in the East Indies has arisen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sulu_protectorate_title;Establish Protectorate Over Sulu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sulu_protectorate_desc;The Sultanate of Sulu has held close ties with Spain for many years, and now the possibility of peacefully establishing a protectorate over this country in the East Indies has arisen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_lan_na_title;Annex Lan Na;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -annex_lan_na_desc;The Kingdom of Lan Na must unite with Siam, for the benefit of both our nations in resisting imperialist control.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -flores_sale_title;The Flores Sale;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -flores_sale_desc;The Indonesian islands are almost worthless to us, but might be of value to the East India Company of another country. We should consider selling them for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -north_borneo_company_title;Lease North Borneo;;;;;;;;;;;;x,,,,,,,,,,,,, -north_borneo_company_desc;Rights to trading ports along the northern coast of Borneo have been granted to several companies through treaties -- and have recently fallen to Alfred Dent of London. Through him, we may conduct a new treaty that turns these rights into colonial concessions. Considering that the control of the local sultans over these areas is murky at best, and more than one has sometimes granted rights to the same areas, it truly seems as if we are obtaining clearance for the creation of a British North Borneo Company rather than wresting land from the natives.;;;;;;;;;;;;x,,,,,,,,,, -unite_malaya_title;Unite Malaysia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_malaya_desc;We must unite all of the Malay peoples of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_malaya_title;Create Malaysia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_malaya_desc;A unified and civilized federation of the Malay peoples will provide a stronger ally for our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_von_bismarck_title;Appoint Otto von Bismarck;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_von_bismarck_desc;Our nation needs a great statesman as its Chancellor, and we have just the man. Otto von Bismarck is currently the country's First Minister, but appointed as the leader of our nation he could see it transformed on the world stage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -otto_von_bismarck;Otto von Bismarck;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -otto_von_bismarck_desc;The current Chancellor of our nation, von Bismarck is a remarkable statesman… perhaps one of the finest our nation will ever know.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reclaim_alsace_lorraine_title;Reclaim Alsace-Lorraine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_alsace_lorraine_desc;The neighbouring territory of Alsace-Lorraine is inhabited by German people, and rightfully belongs to Germany. We renounced our rightful claim to it, but perhaps the time has come for us to re-assert our claim and liberate the Germans who live there?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -purchase_spanish_pacific_title;Purchase the Spanish Pacific;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -purchase_spanish_pacific_desc;With the Spanish having lost their colonial facilities in Manila, their Pacific holdings are difficult to administrate and incredibly expensive for them. Considering that our government's interests lie in obtaining a foothold in the Pacific, we should perhaps approach them with the notion of purchasing these islands for ourselves.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reclaim_poland_GER_title;Reclaim Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_GER_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Germany!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -league_of_three_emperors_title;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -league_of_three_emperors_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -league_of_three_emperors2_title;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,, -league_of_three_emperors2_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;x,,,,,,,,,, -annex_new_caledonia_title;Annex New Caledonia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_new_caledonia_desc;There is some interest within the French government of creating a penal colony -- somewhere that enemies of the monarchy could be sent, allowing them to be far away from the continent where they can do no harm. Admiral Febvrier Despointes reports that the island of New Caledonia, off the coast of Australia, might do just the trick. Considering the British have used Australia for the same purpose, who could object to us doing similarly?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -claim_savoy_title;Claim Savoy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_savoy_desc;While we had hoped to one day regain control over Savoy through diplomatic means, with the formation of Italy that is now impossible. We must lay claim to Savoy, and liberate the French therein through force of arms.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -french_language_schooling_title;French Language Schooling;;;;;;;;;;;;x,,,,,,,,,,,,, -french_language_schooling_desc;A motion has been put forward by the minister Jules Ferry, namely that not only should schooling in France be free -- but that it must be solely in French. Langues d'oc and other forms of patois must be stamped out so that France has cultural unity. That, he says, will give our nation the strength it needs to fully modernize.;;;;;;;;;;;;x,,,,,,,,,, -french_cultural_unity;French Cultural Unity;;;;;;;;;;;;x,,,,,,,,,,,,, -french_cultural_unity_desc;New schooling policies are slowly assimilating patois-speaking Frenchmen.;;;;;;;;;;;;x,,,,,,,,,,,,, -accademia_della_crusca_title;Accademia della Crusca;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accademia_della_crusca_desc;The Academy of the Crusca, the most prestigious centre of study for the Italian language, would gladly appreciate an economic help from your majesty to keep on with the good work on Italian literature's history... and to pay those new paintings for the main hall;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -plombieres_title;Accordo di Piomberes;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -plombieres_desc;We should seek French help to kick Austria out of Italy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -garibaldi_redshirts_title;Expedition of the Thousand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -garibaldi_redshirts_desc;The revolutionary leader, Giuseppe Garibaldi, has called upon the Italian people to take arms in the name of unification. A volunteer army under Garibaldi's leadership will topple the southern governments and remove the stain of the Bourbon legacy from the peninsula forever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -war_italian_independence_title;War of Italian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -war_italian_independence_desc;It falls upon our nation to break the power that Austria has over Italy. Lombardia must be freed, at any cost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union;Italian Call to Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union_title;Italian Call to Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union_desc;The time has come to call upon the Italian people to rise up and unite under a common banner. Risorgimento must commence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -we_are_italian_title;We are Italian!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -we_are_italian_desc;Now that we are free, it is time to reassert our Italian heritage. We must re-join the motherland!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_tuscany_title;Unite with Tuscany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_tuscany_desc;For the good of Italian reunification, the time has come for Lucca to unite with our Tuscan neighbours to the south.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -objects_to_italy;Objects to Italian Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_ouchy_title;Treaty of Ouchy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_ouchy_desc;Now that we possess Tripoli, we can take the Turks to the negotiating table and force them to hand over the remainder of Libya in exchange for any other provinces of theirs we hold.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -statuto_albertino_title;The Statuto Albertino;;;;;;;;;;;;;;;;;;;;;;;;;;;x -statuto_albertino_desc;The Statuto Albertino was the constitution that Charles Albert conceded to the Kingdom of Sardinia-Piedmont, in response to concerning revolutionary activity in the country, on March 4th, 1848. The Statute remained the basis of the kingdom's legal system even after Italian unification and would be used, although in modified forms, all the way up until 1948.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -perfect_fusion_title;Fusione Perfetta;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -perfect_fusion_desc;The Perfect Fusion was the 1847 act of King Charles Albert of Savoy which abolished the differences between the Kingdom of Piedmont and the Kingdom of Sardinia, in the hope to spur commercial development in Sardinia and to create a single, centralized state.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_savoy_title;Become Savoy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_savoy_desc;With the loss of Sardinia, we can no longer claim a name that belongs to a union of Sardinia and Piedmont. We must become the Duchy of Savoy once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_piedmont_title;Become Sardinia-Piedmont;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_piedmont_desc;Sardinia and Piedmont must be united into a single land once more!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_satsuma_title;Total War in Satsuma;;;;;;;;;;;;x,,,,,,,,,,,,, -total_war_in_satsuma_desc;The rebellion for all that is honourable and traditional in Japan is now upon us. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,, -japanese_sakhalin_title;Japanese Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -japanese_sakhalin_desc;With Japan now in full control of Sakhalin and the Kurils, the world must recognize that these islands are essentially part of the Japanese archipelago and know them by their Japanese names.;;;;;;;;;;;;;x,,,,,,,,,,,, -russian_sakhalin_title;Russian Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -russian_sakhalin_desc;With the hated Japanese finally driven out of Sakhalin and Russia in full control of the islands, Russian administration and names can at last be restored.;;;;;;;;;;;;;x,,,,,,,,,,,, -putiatin_mission_title;The Putiatin Mission;;;;;;;;;;;;x,,,,,,,,,,,,, -putiatin_mission_desc;The Japanese islands have only recently begun to communicate with the larger world. Considering the border we share in the Kurils, it might be prudent to send a mission to open up formal diplomatic ties with the Japanese and work out an arrangement to avoid future conflict over the islands.;;;;;;;;;;;;x,,,,,,,,,,,, -iwakura_mission_title;Iwakura Mission;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -iwakura_mission_desc;The Iwakura Mission or Iwakura Embassy was a Japanese diplomatic journey around the world, initiated in $YEAR$ by the oligarchs of the Meiji period. Although it was not the only such "mission", it is the most well-known and possibly most important for the modernization of Japan after a long period of isolation from the West. It was first proposed by the influential Dutch missionary and engineer Guido Verbeck and was probably based on the model of the Grand Embassy of Peter I. The purposes of the mission were twofold: To renegotiate the unequal treaties with the Great Powers that Japan had been forced into during the previous decades and to gather information on education, technology, culture, and military, social and economic structures from the countries visited in order to effect the modernization of Japan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -meiji_constitution_title;Meiji Constitution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -meiji_constitution_desc;After an exhaustive study of western democratic methods, Japanese scholars have settled on a method of government where the Emperor will preside over an Imperial Diet, elected by the people and yet preserving both Imperial power as well as our traditions. This, they believe, is the best way for Japan to move forward into the modern era.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -begin_line_of_advantage_title;The Line of Advantage;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -refuse_line_of_advantage_title;The Path of Progress;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -refuse_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -annex_korea_title;Annex Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_korea_desc;Preserving the independence of Korea is too costly. If the 'line of advantage' is to be maintained, we must push our borders well beyond their current sphere. Korea must be turned into a protectorate of the Empire, for its own good as well as ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_korea_title;Claim Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_korea_desc;With Korea under foreign rule, our nation feels threatened. The 'line of advantage' means that protecting our borders means extending our influence beyond them, and thus we must move to claim the Korean peninsula and wrest it from those who hold it in their grasp -- in the name of Korean freedom, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -order_to_expel_barbarians_title;Order to Expel Barbarians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -order_to_expel_barbarians_desc;Since the ascension of the Tokugawa Shogun, the role of the Emperor has been confined to that of figurehead. We lead Japan, yet we do not. Recently, the leadership of the Shogun has come into question. His increasing inability to deal with foreigners in a way that shows any manner of leadership compels the Emperor to act -- with or without the Shogun's permission. We shall send out a call to the people in our own name, demanding they rise up and throw out the foreigners that the Shogun will not.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -peace_with_the_emperor_title;Peace With the Emperor;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -peace_with_the_emperor_desc;Since the ascension of the Tokugawa Shogun, the Emperor has remained a figurehead. Even so, he is a leader of the Japanese people and, at times, has expressed dissatisfaction with our own position as ruler of Japan. This has caused conflict, and should we reach a point where our positions are not so different -- and, indeed, the Emperor is satisfied with our ability to rule, perhaps we can bring this conflict to an end once and for all.;;;;;;;;;;;;;x,,,,,,,,,,,,,, -unite_the_daimyos_title;Unite the Daimyos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_the_daimyos_desc;With the daimyos under our complete dominance, we will be in a position to fully bring them under the government's control. The divisions maintained by the han system weaken us as a whole -- the Shogunate must be strong and united if it is to move forward as a world power.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_shimonoseki_title;Treaty of Shimonoseki;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_shimonoseki_desc;With the Chinese resistance crumbling, we are in a position to gain advantage-- namely the island of Formosa and reparations, not to mention proving our own superiority in the conflict.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -anglo_japanese_alliance_title;The Anglo-Japanese Alliance;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -anglo_japanese_alliance_desc;With mutual enemies among the Great Powers, perhaps it is best if the British Empire and our nation work together.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_japan_title;Unite With Japan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_japan_desc;The time has come to reconcile with the Japanese government, and unite our nations for the good of the Japanese destiny.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -inherit_ryukyu_title;Inherit Ryukyu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -inherit_ryukyu_desc;The islands of Ryukyu have always had blood ties to both China and Japan. They must be brought into the fold with the rest of our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ryukyu_is_japanese_title;Ryukyu Is Japanese;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ryukyu_is_japanese_desc;The islands that were once Ryukyu are rightfully Japanese territory. We must establish our claim to them!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -commodore_perry_expedition_title;Commodore Perry's Expedition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -commodore_perry_expedition_desc;The Far East remains an enigma, and one which is beyond the reach of most western powers due to the enforced seclusion of China and Japan. While China is largely spoken for, Japan remains a potential target for American influence to expand. If we are to be taken seriously as a world power, we must consider sending a force to negotiate for trade rights with the Japanese-- under the threat of military force, if necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -kanagawa_treaty_title;The Treaty of Kanagawa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kanagawa_treaty_desc;With enough pressure placed on the Japanese, they will be forced to the negotiating table. A treaty can be hammered out at Kanagawa which will see Japan opened to outside trade and influence, and our superiority proven beyond the shadow of a doubt.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -ansei_purge_title;The Ansei Purge;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ansei_purge_desc;After the recent succession crisis of the shogunate, there are too many opposing factions within the bakufu. We must take steps to ensure these men are retired, forcefully or otherwise, lest they continue to stir up problems in the name of the Emperor.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -overthrow_the_bakufu_title;Overthrow the Bakufu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -overthrow_the_bakufu_desc;The time has come to restore Emperor Meiji to power. For too long has the imperial court been forced to remain but a figurehead, with central authority remaining with the tyrannical Tokugawa clan. Japan must have one ruler, an Emperor that can lead the nation into the future. Let us send our forces to Kyoto, to seize the imperial palace and set the coup in motion.\n\n§RNOTE: To win this war, you must occupy Edo or White Peace with the Shogun. You must not allow Kyoto and your capital to become occupied.§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -fukoku_kyohei_title;Fukoku Kyohei;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fukoku_kyohei_desc;Meaning 'Enrich the country, strengthen the military', this must become the objective of a unified Japan if we are to catch up with the technological advantage held by the West. We must face these barbarians at their own game, and be better at it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -abolish_the_han_system_title;Abolish the Han System;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abolish_the_han_system_desc;The han system, under which the daimyo rule as feudal lords with very little central authority remaining to the government, is an antiquated relic that must be eliminated. The domains shall be replaced with prefectures, and the daimyos given roles as governors and bureaucrats. There will be resistance, but all will come to understand that this is for the greater good of Japan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -become_japan_title;Bunmei Kaika;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_japan_desc;With the embracing of Western ideas and authority slowly falling away from the shogunate, the government will naturally pass first to the imperial court-- and eventually, with the extension of voting privileges to the landowners, to the Japanese people themselves. This is a natural process, and one the Tokugawa must embrace for the good of Japan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -bonin_administration_title;Japanese Bonin;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bonin_administration_desc;Japan now controls the archipelago, and our modern administration will get rid of Gaijin names and change them accordingly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -taiwan_administration_title;Japanese Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -taiwan_administration_desc;Japan now controls Formosa, and our modern administration will get rid of Gaijin names and change the island accordingly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -force_vassal_freedom_title;We Shall Be Free;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -force_vassal_freedom_desc;A chance is upon us. Do we approach the great power who has so much influence in $COUNTRY$, and ask them to intervene in our affairs? If we do, we stand a chance of freeing ourselves from foreign rule. We also stand to lose a great deal, as do they. We must proceed cautiously.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -ganghwa_treaty_title;Treaty of Ganghwa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ganghwa_treaty_desc;With our superior firepower over the Koreans, it will be possible to blockade them into agreeing to our demands.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_fsa_title;Join the FSA;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_fsa_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_csa_title;Join the Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_csa_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_enact_anaconda_plan_title;The Anaconda Plan;Le plan Anaconda;Der Anaconda-Plan;;El plan Anaconda;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_shermans_march_to_the_sea_title;Sherman's March To The Sea;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_shermans_march_to_the_sea_desc;During the campaign he conducted in November and December of 1864, Major General William Tecumseh Sherman applied the doctrines of Total War in what can best be described as a campaign of terror directed at the civilian population of the North. By operating deep inside Free American territory, and by destroying much of the north's civilian infrastructure, Sherman is often said to have broken the North's will to fight. Apply his methods, and it might be the final nail in the FSA's coffin.;;;;;;;;;;;;x,,,,,,,,,,, -raise_the_flag_of_freedom_title;Raise the Flag of Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -raise_the_flag_of_freedom_desc;The time has come to take a stand, to fight against the dominance of the south and in the name of free men everywhere!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -fsa_enact_radical_reconstruction_title;Radical Reconstruction;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_enact_radical_reconstruction_desc;We have won the war against the FSA, and now the time has come to restore order in the north. Yankee nationalism must be suppressed, and policies enacted to ensure that a resurgence of chaos never occurs again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -restore_the_union_title;Restore the Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_the_union_desc;Our manifest destiny is to reclaim the United States of America which once was, and thus to re-create it in the name of the Founding Fathers and the true spirit of independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -restore_washington_capital_title;Move the Capital to Washington;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_washington_capital_desc;The capital of the USA rightfully belongs in Washington, D.C. Now that it is under our control, we must make the symbolic gesture of restoring it as the centre of the Union and proving the strength of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -restore_richmond_capital_title;Move the Capital to Richmond;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_richmond_capital_desc;The capital of the FSA rightfully belongs in Richmond, Virginia. Now that it is under our control, we must make the symbolic gesture of restoring it as the centre of the Confederacy and proving the strength of the South.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -move_capital_to_philadelphia_title;Move the Capital to Philadelphia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_philadelphia_desc;Let us move the capital to Philadelphia, a city under our control and a cultural and historical centre of the North.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_boston_title;Move the Capital to Boston;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_boston_desc;Let us move the capital to Boston, a city under our control and a cultural and historical centre of the North.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_atlanta_title;Move the Capital to Atlanta;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_atlanta_desc;Let us move the capital to Atlanta, a city under our control and a cultural and historical centre of the South.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_the_csa_title;Officially Recognize the CSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_csa_desc;We will extend formal recognition of the Confederate States of America, opening an embassy in their capital and formally establishing relations. The Yankees will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the south's right to secede. If we cannot live under the same roof, we shall be kind neighbours, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the North override what the South knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_title;Officially recognize the FSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_desc;We will extend formal recognition of the Free States of America, opening an embassy in their capital and formally establishing relations. The USA will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the north's right to secede. If we cannot live under the same roof, we shall be kind neighbours, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the South override what the North knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -recognize_puerto_rico_title;Recognize Puerto Rican Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_puerto_rico_desc;The Puerto Ricans have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_cuba_title;Recognize Cuban Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_cuba_desc;The Cubans have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_phillipines_title;Recognize Filipino Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_phillipines_desc;The Filipinos have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reform_CSA_title;Form the New Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_CSA_desc;If the North will not stand for truth and justice, then the South shall rise and take its place!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_new_CSA_title;Join the Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_CSA_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_FSA_title;Form the Free States of America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_FSA_desc;If the USA will not stand for truth and justice, then the FSA shall rise and take its place!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_FSA_title;Join the FSA;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_FSA_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_california_title;Join California;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_california_desc;The people have called on us to unite under the California banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_america_title;Join New America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_america_desc;The people have called on us to unite under the New America banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rejoin_usa_title;Rejoin the Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rejoin_usa_desc;With the American government restored to democracy, our people have decided it is time to rejoin the Union. Let the United States be restored to the destiny it was meant for!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -france_protector_of_eastern_christians_title;Claim Authority in the Holy Land;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -france_protector_of_eastern_christians_desc;Up until now, the Russians have maintained sovereign authority over Christians in the Holy Land -- authority that rightfully belongs to the Roman Catholic Church. It is time for that to change. Furthermore, the Holy Lands can be a way of reuniting France after the political divisions of 1848-49. The revolutionary Left can be reconciled if it was engaged in a patriotic fight for liberty against the 'gendarme of Europe,' and the Catholic Right had long been pressing for a crusade against Orthodoxy that to them threatened Christendom and French civilization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1856_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1856_desc;With the Russians having failed to assert their authority over the Turks, it is time for the powers of Europe to convene in Paris and settle the matter as best we can.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_russia_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_russia_desc;Now that we have successfully asserted our authority over the Turks, it is time to convene the powers of Europe in Paris and settle the matter as best we can.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -protect_eastern_christians_desc;If we are to retain our status as the defenders of eastern Christians, we must act now and make war upon the Turks and her allies. We will not be denied!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -begin_crimean_war_title;We Must Act;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_crimean_war_desc;The Ottoman breach of our treaty protecting eastern Christians in the Levant cannot be abided. We must act, or face the loss of both prestige and the confidence of Orthodox Russians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -vassal_rebellion_title;Demand Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vassal_rebellion_desc;We have attempted diplomatic efforts to achieve our freedom, and been refused. Now our only hope is to demand our independence on threat of all-out war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -self_strengthening_movement_title;Self-Strengthening Movement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -self_strengthening_movement_desc;We cannot take a back seat to the western nations. We must make strides towards modernizing, no matter the cost!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_neutral_faction_title;Abandon Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutral_faction_desc;We can no longer afford to stand on the sidelines in the civil war. For better or worse, we must recognize that we have already cast the die in the conflict and take a stand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_kuomintang_faction_title;Abandon the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_kuomintang_faction_desc;The goals of the Kuomintang are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_communist_faction_title;Abandon the Communists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_communist_faction_desc;The goals of the Communists are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_beiyang_faction_title;Abandon the Beiyang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_beiyang_faction_desc;The goals of the Beiyang Army are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_leader_of_kuomintang_title;Leader of the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_kuomintang_desc;It falls to us to take the mantle of Kuomintang leadership. Victory for Nationalist China!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_beiyang_title;Leader of the Beiyang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_beiyang_desc;With control over Beijing, we may assume leadership over the Beiyang government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_leader_of_communists_title;Leader of the Chinese Communists;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_communists_desc;With control over Beijing, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_the_KMT_title;Join the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_the_KMT_desc;Now that we control Beijing, we are in a position to aid the cause of Nationalist China. We must join our forces with theirs, for the good of all!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reunification_of_china_KMT_title;Reunification of Nationalist China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_KMT_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_communist_title;Reunification of China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_communist_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_title;Chinese Reunification;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_title;The Unequal Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_desc;The Qing Empire is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations -- provided they are willing, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unequal_treaty_TPG_title;The Unequal Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_TPG_desc;The Heavenly Kingdom is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations -- provided they are willing, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_dravidistan_title;Form Dravidistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_dravidistan_desc;We must unite the Dravidian people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_rajputana_title;Form Rajputana;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_rajputana_desc;We must unite the Rajput people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_rajputana_outside_title;Form the Raj;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_rajputana_outside_desc;The Rajput states must be collected into a single state, one which will far better serve our needs as a stronger ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_baluchistan_title;Form Baluchistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baluchistan_desc;The Baluchi people must be liberated and united under a single flag -- ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_durrani_empire_title;Revive the Durrani Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_durrani_empire_desc;With Pashtun lands once again back in our hands, the empire of the Pashtuns can once again rise and reclaim that which was lost!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal_title;Claim Greater Bengal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal_desc;The Bengal Empire once ruled over much of eastern India, and the time has come to once again retake our claim. We must strike a blow against the forces of imperialism!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_pashtun_minority_title;Embrace the Pashtuns;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_pashtun_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Pashtun lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_sindi_minority_title;Embrace the Sindi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_sindi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Sindi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_avadhi_minority_title;Embrace the Avadhi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_avadhi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Avadhi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -law_of_return_title;Enact the Law of Return;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -law_of_return_desc;The Law of Return 5710-$YEAR$ was enacted by the $COUNTRY_ADJ$ Upper House in $YEAR$. The Law declares that "Every $COUNTRY_ADJ$ has the right to come to this country as an immigrant from the Diaspora". A budget that encompasses economical and social incentives, among other promises, was established in the new law. All aimed at the potential immigrants, with every possible effort being made to bring the $COUNTRY_ADJ$ people back home. This law will cost us §R50,000¤§W in incentives and if we don't have the money, we will have to pay it in instalments.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -LEB_1836_setup_title;Lebanon Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -LEB_1836_setup_desc;Token localization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ottoman_1836_setup_title;Ottoman Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ottoman_1836_setup_desc;Token localization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EGY_1836_setup_title;Egypt Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EGY_1836_setup_desc;Token localization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kurdish_1836_setup_title;Kurdish Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kurdish_1836_setup_desc;Token localization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -persia_1836_setup_title;Persian Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -persia_1836_setup_desc;Token localization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -RUS_setup_1836_title;Russian Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -RUS_setup_1836_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_SPA_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_SPA_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_ENG_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_ENG_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_NET_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_NET_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_POR_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_POR_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_PRU_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -literacy_PRU_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -AUS_setup_1836_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -AUS_setup_1836_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -UBD_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -UBD_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -1836_denmark_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -1836_denmark_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -FIN_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -FIN_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -caucasus_muslims_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -caucasus_muslims_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -transcaucasia_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -transcaucasia_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abkhazia_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abkhazia_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -france_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -france_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PAP_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PAP_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -SAR_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -SAR_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -USA_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -USA_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -BRZ_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -BRZ_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PEU_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PEU_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -URU_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -URU_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -FRCA_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -FRCA_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -GRE_1836_setup_title;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -GRE_1836_setup_desc;Token Localization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -medicine_flags_title;AI: Medicine Improvement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -medicine_flags_desc;Medicine improvements in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -ottoman_oppression_mil_gain_title;AI: Oppressed Religious Minorities;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ottoman_oppression_mil_gain_desc;Religious minorities in the Ottoman Empire are stirring trouble.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -abolishing_serfs_title;AI: Abolishing Serfdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -abolishing_serfs_desc;Serfdom was abolished in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -enabling_crisis_title;AI: Crisis Enabled;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -enabling_crisis_desc;Crisis are enabled.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -slave_pop_growth_title;AI: Slave Pop Growth;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -slave_pop_growth_desc;The slave population grows.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -trinket_health_care_spread_title;AI: Trinket Healthcare Spreads;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -trinket_health_care_spread_desc;Trinket Healthcare spreads in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -low_health_care_spread_title;AI: Low Healthcare Spreads;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -low_health_care_spread_desc;Low Healthcare spreads in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -acceptable_health_care_spread_title;AI: Acceptable Healthcare Spreads;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -acceptable_health_care_spread_desc;Acceptable Healthcare spreads in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -good_health_care_spread_title;AI: Good Healthcare Spreads;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -good_health_care_spread_desc;Good Healthcare spreads in one of our neighbours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -no_health_care_removal_title;AI: Remove Healthcare;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -no_health_care_removal_desc;One of our neighbours lost it's health care system.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -missing_government_flags_title;AI: Government Flags;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -missing_government_flags_desc;Fixing proper government flags.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -1836_initial_setup_title;AI: 1836 Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -1836_initial_setup_desc;A few changes that can only be made this way.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -removing_neuchatel_cores_title;The Neuchatel Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -removing_neuchatel_cores_desc;A looming crisis over Neuchatel didn't escalate and it was resolved on our favour. The Germans waived their claims on the canton, which became an integral part of Switzerland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enforce_neutrality_on_player_title;Switzerland Must Be Neutral;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -enforce_neutrality_on_player_desc;Switzerland Must Be Neutral;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sanctions_lifted_title;Sanctions Lifted;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -sanctions_lifted_desc;After our defeat and the imposed restrictions in our nation's military, the great powers are more keen to lift up the trade restrictions they put in place.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -clean_up_crisis_tension_title;Tension Cleanup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -clean_up_crisis_tension_desc;The world is not ready for a crisis here yet.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -modern_central_banking_system_flag_title;AI: Modern Central Banking System;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -modern_central_banking_system_flag_desc;One of our neighbours adopted a Modern Central Banking System.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -pay_owed_steamers_title;Pay Owed Goods;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -pay_owed_steamers_desc;Owed goods from last warship commission.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -player_owes_money_title;Player Owes Money;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -player_owes_money_desc;And the game is getting it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -silver_mines_without_modifier_title;Silver Mines Modifier;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -silver_mines_without_modifier_desc;Some silver mines lost their modifier.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PEU_1836_setup_title;Peru Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PEU_1836_setup_desc;Peru Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -BOL_1836_setup_title;Bolivia Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -BOL_1836_setup_desc;Bolivia Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ECU_1836_setup_title;Ecuador Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ECU_1836_setup_desc;Ecuador Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -CHL_1836_setup_title;Chile Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -CHL_1836_setup_desc;Chile Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -CLM_1836_setup_title;Colombia Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -CLM_1836_setup_desc;Colombia Setup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -totalitarian_cleanup_title;Totalitarian Regime Falls;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -totalitarian_cleanup_desc;Totalitarian Regime Falls;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -find_when_uk_flips_upper_house_title;UK MOVED AWAY FROM APPOINTED UH;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -apply_missing_conquest_debuff_title;Apply Missing Conquest Debuff;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -apply_missing_conquest_debuff_desc;Apply Missing Conquest Debuff;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -new_round_of_dismantlement_title;New Round of Dismantlement;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -new_round_of_dismantlement_desc;The Dismantlement of our former colonial masters continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_units_cleanup_title;AI: Country Cleanup Start;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_units_cleanup_desc;AI: Country Cleanup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_country_absorb_title;AI: Country Cleanup Reabsorb;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_country_absorb_desc;AI: Country Cleanup Reabsorb;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_to_master_cleanup_title;AI: Annex to Overlord;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_to_master_cleanup_desc;AI: Annex to Overlord;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_to_master_not_vassal_cleanup_title;AI: Flag Cleanup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_to_master_not_vassal_cleanup_desc;AI: Flag Cleanup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_mobilization_bug_title;Option: Disable Mobilization Bug Fix;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -option_disable_mobilization_bug_desc;There's a vanilla bug that happens when a country that is mobilizing is annexed, which results in the country having "ghost units" - units in exile that belong to a country that doesn't exist. This creates problems with pops and screws with unit visibility, so HPM has a fix: when the AI detects the problem, they will give a random province to the country that has the ghost units until it de-mobilize. This happens around 10 times during a game and the country that demobilizes exists for around 10 days, then it's reabsorbed like nothing happened. This shouldn't cause any problems during a normal game, but if for some reason you'd rather not have the bugfix, this option will disable it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tmt_ends_title;AI: Country Cleanup End;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tmt_ends_desc;AI: Country Cleanup End;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_country_absorb_player_title;AI: Player Country Cleanup End;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ghost_country_absorb_player_desc;AI: Player Country Cleanup End;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +end_sikh_war_title;End the war with the Sikhs;;;;;;;;;;;;; +end_sikh_war_desc;The British consider the Anglo-Sikh war their business and we shall not get involved with it.;;;;;;;;;;;;; +found_niger_company_title;Found the $COUNTRY_ADJ$ Niger Company;;;;;;;;;;;;; +found_niger_company_desc;Talks by senior officials in $CAPITAL$ have come to an end, with the suggestion for the $COUNTRY_ADJ$ government to found a $COUNTRY_ADJ$ Niger Company being the main course of action recommended. With the intensification of colonial competition in the wake of the African Conference, the foothold in Southern Niger that the company can provide can greatly help expanding $COUNTRY_ADJ$ in the Niger delta. All that is missing is the initial capital for the company.;;;;;;;;;;;;; +abolish_umar_pact_title;Abolish the Pact of Umar;;;;;;;;;;;;; +abolish_umar_pact_desc;The Pact of Umar is a 7th century treaty between the Muslims and the Christians of Syria, Mesopotamia, or Jerusalem that later gained a canonical status in Islamic jurisprudence. In general, the pact contains a list of rights and restrictions on non-Muslims (dhimmis). By abiding by them, non-Muslims are granted the security of their persons, their families, and their possessions. Under the pact today, all dhimmis have their religion and status protected - they are free to practice and need not to convert and in return, they pay a tax: the jizya. Abolishing the pact means relinquishing this tax but will enable efforts to convert the non-muslims. It's a path without return which will greatly anger other countries as well as our own dhimmi population.;;;;;;;;;;;;; +partisan_flip_to_original_owner_title;Partisans Victorious;;;;;;;;;;;;; +partisan_flip_to_original_owner_desc;Partisans Victorious;;;;;;;;;;;;; +transfer_vassalage_title;Transfer Vassalage;;;;;;;;;;;;; +transfer_vassalage_desc;The time has come to align ourselves to our new masters.;;;;;;;;;;;;; +build_suez_canal_desc;One of the long standing problems for shipping on the Far Eastern and India trades has always been the need to round the African Cape in order to actually get there. By establishing a canal through the Suez, we will shorten the journey to Asia by days, as well as perform a wonderful feat of modern engineering. §RThis feat, however, is estimated to cost between 1 to 3 million pounds.§W;;;;;;;;;;;;; +build_kiel_canal_desc;Building a canal between the Baltic and the North Sea would be a tremendous boon to our shipping, and we are in a position to build one in Kiel. The Kiel Canal and the Danish islands, with their numerous tortuous channels, will enable $COUNTRY$ to play the game of hide-and-seek with a strong naval opponent, such as the Royal Navy. Besides, it will greatly strengthen $COUNTRY$'s position in the Baltic. Whereas Russia must send her ships through the Skager Rack and Kattegat, $COUNTRY$ can pass them quickly and safely through the Canal. Last, but not least, the Canal will convert the Baltic and the North Sea into a single sea as far as $COUNTRY$ goes. Kiel is an enormous harbour, but it lays on the Baltic, while Wilhelmshaven on the North Sea is too small. §RThe estimated costs are between 0.5 to 1.5 million pounds.§W;;;;;;;;;;;;; +build_panama_canal_desc;Proposals for a Canal across the Panama Isthmus probably date back to the first discovery of the area. Nowhere is the strip of land that unites the North and South American continents thinner than here, and, with the aid of modern engineering, we could shorten the travel time between the Atlantic and the Pacific by several days by building it. §RThe canal will take a long while to be built and will likely cost between 2 and 6 million pounds.§W;;;;;;;;;;;;; +cotton_in_algiers_title;The Decrees of $YEAR$ on Algerian Cotton;;;;;;;;;;;;; +cotton_in_algiers_desc;In the context of the a strong demand in Cotton, the $COUNTRY_ADJ$ government in $CAPITAL$ decided to pass a series of decrees stimulating cotton growing in Algiers. These decrees stipulate the obligation for the State to buy, for three years, from $YEAR$, all the cotton crops of the $COUNTRY_ADJ$ planters, at a price fixed in advance, while the world prices are high. The other axis of action fixed by these decrees consisted in attributing, for another two years, export premiums in $COUNTRY$ for cottons harvested in Algeria.;;;;;;;;;;;;; +plantations_in_comoros_title;Economic Reform in the Comoro Islands;;;;;;;;;;;;; +plantations_in_comoros_desc;The Comoro Islands are an archipelago of Volcanic islands near Madagascar, largely inhabited by Muslims. Agriculture there is geared towards the basic necessities of the inhabitants, but now under $COUNTRY_ADJ$ rule that is unnecessary. Opening up the islands to $COUNTRY_ADJ$ investment will lead to new cash crops and new goods being produced by natives with $COUNTRY_ADJ$ money - something that is of great interest in $CAPITAL$.;;;;;;;;;;;;; +send_pleasantries_to_great_power_title;Pay Respects to a Great Power;;;;;;;;;;;;; +send_pleasantries_to_great_power_desc;If we ever hope to safeguard our nation against foreign aggression, we must find allies in the world. Powerful allies. Great Powers. By sending an entourage with typical $COUNTRY_ADJ$ gifts, compliments and pleasantries to a great power, we will be able to curry some favour with them - and they can become a key ally in the future of $COUNTRY$.;;;;;;;;;;;;; +rename_the_congo_desc;The Congo Free State was confirmed as the personal property of the $COUNTRY_ADJ$ $MONARCHTITLE$, thus it is only fair and reasonable that we now explore the region, and perhaps leave a bit of a personal mark on it?;;;;;;;;;;;;; +conscript_fishermen_title;Conscript Navy;;;;;;;;;;;;; +conscript_fishermen_desc;$COUNTRY$ does not need a standing navy. When the time comes, we can build some ships, conscript merchant and fishing ships and fit them with guns. That time came again, and it's time for the $COUNTRY_ADJ$ people to step up and protect their country.;;;;;;;;;;;;; +unlock_crisis_in_1870_title;Option: Unlock Crisis in 1870;;;;;;;;;;;;; +unlock_crisis_in_1870_desc;Old HPM standard was to unlock crisis as soon as someone researched Revolution & Counter-revolution. This changed in recent versions to wait until 1886 at least, to avoid Great Wars during the scramble for Africa. If you prefer the old rule, this option will change this system back to that.;;;;;;;;;;;;; +pick_AI_personality_title;The $COUNTRY_ADJ$ $MONARCHTITLE$ Personality;;;;;;;;;;;;; +pick_AI_personality_desc;The $COUNTRY_ADJ$ $MONARCHTITLE$ has a strong personality...;;;;;;;;;;;;; +take_eisenstadt_title;Reclaim Eisenstadt;;;;;;;;;;;;; +take_eisenstadt_desc;Eisenstadt is part of Austria proper - and shall be once more.;;;;;;;;;;;;; +south_tirol_compromise_title;Call a Convention on the South Tirol Question;;;;;;;;;;;;; +south_tirol_compromise_desc;South Tirol is traditionally split as majority German in the North and majority Italian in the South, with minorities on both provinces. This has been a great source of attrition with our German neighbours, one that some in $CAPITAL$ are eager to solve. We can invite our neighbours to a convention aimed at finding solutions to this problem - though the convention does not guarantee a result, this is the best chance we have of solving this matter peacefully.;;;;;;;;;;;;; +turn_canada_french_title;French Canada;;;;;;;;;;;;; +turn_canada_french_desc;Canada is under our dominion, and the French Canadians are again part of $COUNTRY$. They should be put in positions of power in Canada, in order to expunge Anglo influence in Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, ; +start_propaganda_title;Start a Propaganda Campaign;;;;;;;;;;;;; +start_propaganda_desc;“He who wants to persuade should put his trust not in the right argument, but in the right word. The power of sound has always been greater than the power of sense.”\nA meeting in $CAPITAL$ with senior figures of the $COUNTRY_ADJ$ government proposed a propaganda effort to boost popular support to the $COUNTRY_ADJ$ government's efforts. We can choose to boost our war efforts or strengthen the government. There are no guaranteed results, however, as our marketing might fail and even backfire. Unless, of course, the press is controlled by the state...;;;;;;;;;;;;; +call_allies_cleanup_title;Call Allies Cleanup;;;;;;;;;;;;; +call_allies_cleanup_desc;This removes the flag once peace is achieved. Used to be an event.;;;;;;;;;;;;; +dissolve_the_upper_house_title;Dissolve the Upper House;;;;;;;;;;;;; +dissolve_the_upper_house_desc;Supreme executive power in the $COUNTRY_ADJ$ state emanates from $CAPITAL$, through the figure of the $COUNTRY_ADJ$ monarch. The absolute monarch is the final authority in all matters of the state, but the bureaucracy and the military are the pillars that sustain the absolutist government. In addition, the landed aristocracy, which often acts as the bureaucracy, expects and receives positions of power in the government, positions appointed by the monarch. This is necessary for the normal function of the $COUNTRY_ADJ$ state - the aristocrats are the governor generals, the privy-councillors, the high-ranking bureaucrats, the ministers, the judges and the executors of the monarch's decisions. For these functions, several government institutions exist and are populated by the landed nobility - the Committee of Ministers of $COUNTRY$, the Governing Senate, the State Council. They help draft and apply laws, manage foreign and internal policy, plan wars and administer the military, advise the $COUNTRY_ADJ$ monarch as well as judge and administer justice. The monarch still can and has the final say in all these matters, and is his royal prerogative to do away the currently appointed aristocrats and pick new ones. By taking this step - effectively dissolving the upper house and appointing new ministers - the $COUNTRY_ADJ$ monarch can surround himself with sycophants and petty nobility that are willing to do whatever he wants them to do - for a time, at least. This break in the unspoken agreement between the monarch and the bureaucrats, the monarch and the aristocracy, will bring consequences - besides exposing internal fractures in the government to the international community, it is sure to anger the nobles and sow confusion throughout the government ranks.;;;;;;;;;;;;; +intern_african_diaspora_cultures_title;Article 3: African Diaspora Internment;;;;;;;;;;;;; +intern_african_diaspora_cultures_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YAfrican Diaspora - that is, the Afro-American, Afro-Caribbean, Afro-Latinos, Afro-Brazilians, Afro-Antillean and Kreol §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_central_african_title;Article 3: Central African Internment;;;;;;;;;;;;; +intern_central_african_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YCentral Africa - that is, the Bakongo, Baguirmi, Fang, Kanuri, Bakuba, Luba, Lunda, Lendu, Kingwana, Chokwe, Kavango-Kimbundu, Mongo, Sara-Baguirmi, Toubou, Ubangi, Northwest Bantu and Central Bantu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_east_african_title;Article 3: East African Internment;;;;;;;;;;;;; +intern_east_african_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YEast Africa - that is, the Amhara, Afar, Azande, Baganda, Beja, Dinka, Fur, Harari, Kefficho, Kikuyu–Kamba, Luo, Kalenjin-Maasai, Nuer, Nuba, Oromo, Banyarwanda, Somali, Sukuma, Swahili, Tigray, Unyamwezi, Kilombero, Northeast Bantu, Cushitic and Nilotic §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_southern_african_title;Article 3: Southern African Internment;;;;;;;;;;;;; +intern_southern_african_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YSouthern Africa - that is, the Chewa, Nyasa, Herero, Khoisan, Makua, Malagasy, Nguni, Southern Bantu, Ovimbundu, Sena, Shona, Tonga, Yao-Makonde, Xhosa, Tswana and Zulu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +interning_finnougric_people_title;Article 3: Finno-Ugric Internment;;;;;;;;;;;;; +interning_finnougric_people_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people §YFinno-Ugric people - that is, the Finnish, Sami and Ugric §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Finno-Ugric population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Finno-Ugrics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Finno-Ugric self-government with Finno-Ugric officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_west_african_title;Article 3: West African Internment;;;;;;;;;;;;; +intern_west_african_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YWest Africa - that is, the Akan, Bambara, Dyula, Edo, Ewe, Fon, Fulbe, Hausa, Ijaw, Ibo, Kru, Mande, Western Nigritic, Mossi, Fur, Senufo, Songhai, Bantoid, Tuareg, Wolof, Yoruba and Kwa §W- from the rest of the population. In the execution of this, first of all, is the seizing of the African population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Africans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own African self-government with African officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_pan_albanian_title;Article 3: Albanian Internment;;;;;;;;;;;;; +intern_pan_albanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YAlbanians§W from the rest of the population. In the execution of this, first of all, is the seizing of the Albanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Albanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Albanian self-government with Albanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_arab_title;Article 3: Arab Internment;;;;;;;;;;;;; +intern_arab_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YArabs - that is, the Maghrebi, Misri, Mashriqi, Bedouins, Berbers, Maures and Sudanese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Arab population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Arabs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Arab self-government with Arab officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_central_asian_title;Article 3: Central Asian Internment;;;;;;;;;;;;; +intern_central_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YCentral Asia - that is, the Mongols, Siberians, Yakut, Tibetans and Nepali §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_east_asian_title;Article 3: East Asian Internment;;;;;;;;;;;;; +intern_east_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YEast Asia - that is, the Manchu, Beifaren, Nanfaren, Hakka, Miao, Min, Zhuang, Yi and Yue §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 8 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_far_east_asian_title;Article 3: Far-East Asians Internment;;;;;;;;;;;;; +intern_far_east_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YFar East - that is, the Japanese, Korean and Ainu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_south_asian_title;Article 3: Indian Internment;;;;;;;;;;;;; +intern_south_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YIndia - that is, the Assamese, Bihari, Manipuri, Oriya, Sinhala, Awadhi, Kanauji, Kashmiri, Gujarati, Marathi, Rajput, Kannada, Malayalam, Tamil and Telegu §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Indian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Indians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Indian self-government with Indian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 8 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_southeast_asian_title;Article 3: Southeast Asian Internment;;;;;;;;;;;;; +intern_southeast_asian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YSoutheast Asia - that is, the Vietnamese, Khmer, Malay, Javanese, Filipinos, Moluccans, Thai, Lao, Shan, Burmese, Kachin, Karen and other Asian Minor §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Asian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Asians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Asian self-government with Asian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_baltic_title;Article 3: Baltic Internment;;;;;;;;;;;;; +intern_baltic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YBaltics - that is, the Lithuanians, Latvians, and Estonians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Baltic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Baltics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Baltic self-government with Baltic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_beneluxian_title;Article 3: Beneluxian Internment;;;;;;;;;;;;; +intern_beneluxian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YBenelux region - that is, the Dutch, Flemish, and Walloons §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Benelux population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Benelux are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Benelux self-government with Benelux officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_british_title;Article 3: British Internment;;;;;;;;;;;;; +intern_british_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YBritish Islands - that is, the British, Irish, and Scottish §W- from the rest of the population. In the execution of this, first of all, is the seizing of the British population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the British are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own British self-government with British officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_caucasian_title;Article 3: Caucasus Internment;;;;;;;;;;;;; +intern_caucasian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YCaucasus - that is, the Dagestani, Chechens, and Circassians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Caucasus population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Caucasus peoples are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Caucasus self-government with officials from the Caucasus. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_czecho_slovak_culture_group_title;Article 3: Czech-Slovak Internment;;;;;;;;;;;;; +intern_czecho_slovak_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YCzech-Slovak population§W from the rest of the population. In the execution of this, first of all, is the seizing of the Czech-Slovak population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Czech-Slovak peoples are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Czech-Slovak self-government with Czech-Slovak officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_french_title;Article 3: French Internment;;;;;;;;;;;;; +intern_french_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YFrance - that is, the French, Bretons, Occitan and Picard §W- from the rest of the population. In the execution of this, first of all, is the seizing of the French population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the French are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own French self-government with French officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_germanic_title;Article 3: German Internment;;;;;;;;;;;;; +intern_germanic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YGermany - that is, the North and South Germans §W- from the rest of the population. In the execution of this, first of all, is the seizing of the German population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Germans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own German self-government with German officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_hungarian_culture_group_title;Article 3: Hungarian Internment;;;;;;;;;;;;; +intern_hungarian_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YHungarians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Hungarian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Hungarians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Hungarian self-government with Hungarian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_iberian_title;Article 3: Iberian Internment;;;;;;;;;;;;; +intern_iberian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the peoples from §YIberia - that is, the Spanish, Galicians, Basque, Catalans and Portuguese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Iberian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Iberians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Iberian self-government with Iberian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_italian_title;Article 3: Italian Internment;;;;;;;;;;;;; +intern_italian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the peoples from §YItaly - that is, the North Italians, South Italians and Maltese §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Italian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Italians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Italian self-government with Italian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_indo_iranian_title;Article 3: Indo-Iranian Internment;;;;;;;;;;;;; +intern_indo_iranian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YIndo-Iranians - that is, the Bengali, Panjabi and Sind §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Indo-Iranian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Indo-Iranians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Indo-Iranian self-government with Indo-Iranian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_iranian_turanian_title;Article 3: Iranian-Turanian Internment;;;;;;;;;;;;; +intern_iranian_turanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YIranian-Turanian - that is, the Persians, Uzbeks, Kazakhs, Kirgiz, Tajiks, Uighurs, Pashtuns, Baluchi, Hazaras, Turkmens, Tatars and Gypsies §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Iranian-Turanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Iranian-Turanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Iranian-Turanian self-government with Iranian-Turanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_jewish_cultures_title;Article 3: Jewish Internment;;;;;;;;;;;;; +intern_jewish_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YJews - that is, the Ashkenazi and the Sephardic §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Jewish population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Jews are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Jewish self-government with Jewish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_latin_american_cultures_title;Article 3: Latin American Internment;;;;;;;;;;;;; +intern_latin_american_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YLatin America - that is, the Mexicans, Central Americans, Caribenos, North Andeans, South Andeans, Platineans and Brazilians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Latin American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Latin Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Latin American self-government with Latin American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_levantine_title;Article 3: Greco-Caucasian Internment;;;;;;;;;;;;; +intern_levantine_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from §YGreece and the South Caucasus - that is, the Greeks, Armenians, Georgians and Assyrians§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Greco-Caucasian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Greco-Caucasians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Greco-Caucasian self-government with Greco-Caucasian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_native_american_title;Article 3: Native American Internment;;;;;;;;;;;;; +intern_native_american_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YNative Americans - that is, the Mayas, Nahua, Quechua, Guarani, Aymara, Amazonians, Patagonians, Tupinamba, Metis, Dakota, Cherokees, Pueblo, Inuit, Cree, Navajo and other minor Native American groups§W- from the rest of the population. In the execution of this, first of all, is the seizing of the Native American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Native Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Native American self-government with Native American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_neo_european_cultures_title;Article 3: European Diaspora Internment;;;;;;;;;;;;; +intern_neo_european_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YEuropean diaspora - that is, the Boers, Australians, Anglo-Canadians, French-Canadians and Alaskan §W- from the rest of the population. In the execution of this, first of all, is the seizing of the European diaspora population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the European diaspora are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own European diaspora self-government with European diaspora officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.";;;;;;;;;;;;; +intern_american_cultures_title;Article 3: American Internment;;;;;;;;;;;;; +intern_american_cultures_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YAmericans - that is, the Yankees, Dixies and Texans §W- from the rest of the population. In the execution of this, first of all, is the seizing of the American population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Americans are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own American self-government with American officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_oceanic_title;Article 3: Pacific Islander Internment;;;;;;;;;;;;; +intern_oceanic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YPacific Islanders - that is, the Polynesians, Hawaiians, Maori, Aborigines, Melanesians and Micronesians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Pacific Islander population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Pacific Islanders are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Pacific Islander self-government with Pacific Islander officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_polish_culture_group_title;Article 3: Western Slavic Internment;;;;;;;;;;;;; +intern_polish_culture_group_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YWest Slavs - that is, the Polish and Wends §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Western Slavic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Western Slavic's are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Western Slavic self-government with Western Slavic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_pan_romanian_title;Article 3: Romanian Internment;;;;;;;;;;;;; +intern_pan_romanian_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YRomanians§W from the rest of the population. In the execution of this, first of all, is the seizing of the Romanian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Romanians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Romanian self-government with Romanian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_scandinavian_title;Article 3: Scandinavian Internment;;;;;;;;;;;;; +intern_scandinavian_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YScandinavians - that is, the Swedish, Danish, Norwegians, Icelanders, Finnish and Sami §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Scandinavian population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Scandinavian are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Scandinavian self-government with Scandinavian officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_east_slavic_title;Article 3: East Slavic Internment;;;;;;;;;;;;; +intern_east_slavic_desc;§W"The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the people from the §YEast Slavic cultures - that is, the Russians, Byelorussians, Ukrainians and Ugrians §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Slavic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Slavic are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Slavic self-government with Slavic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_south_slavic_title;Article 3: South Slavic Internment;;;;;;;;;;;;; +intern_south_slavic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YSouth Slavs - that is, the Croats, Serbs, Bulgarians, Slovenes and Bosniaks §W- from the rest of the population. In the execution of this, first of all, is the seizing of the South Slav population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the South Slavs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own South Slav self-government with South Slav officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_pan_swiss_title;Article 3: Swiss Internment;;;;;;;;;;;;; +intern_pan_swiss_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YSwiss§W from the rest of the population. In the execution of this, first of all, is the seizing of the Swiss population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Swiss are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Swiss self-government with Swiss officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_turko_semitic_title;Article 3: Turkic Internment;;;;;;;;;;;;; +intern_turko_semitic_desc;§WThe first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the §YTurkic population - that is, the Turks, Azeris and Kurds §W- from the rest of the population. In the execution of this, first of all, is the seizing of the Turkic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Turkish are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Turkish self-government with Turkish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police."\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_catholic_title;Article 3: Catholic Internment Camps;;;;;;;;;;;;; +intern_catholic_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Catholics from the rest of the population. In the execution of this, first of all, is the seizing of the Catholic population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Catholics are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Catholic self-government with Catholic officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_protestant_title;Article 3: Protestant Internment Camps;;;;;;;;;;;;; +intern_protestant_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Protestants from the rest of the population. In the execution of this, first of all, is the seizing of the Protestant population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Protestants are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Protestant self-government with Protestant officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_mormon_title;Article 3: Mormon Internment Camps;;;;;;;;;;;;; +intern_mormon_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Mormons from the rest of the population. In the execution of this, first of all, is the seizing of the Mormon population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Mormons are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Mormon self-government with Mormon officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_orthodox_title;Article 3: Eastern Orthodox Internment Camps;;;;;;;;;;;;; +intern_orthodox_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Eastern Orthodox Christians from the rest of the population. In the execution of this, first of all, is the seizing of the Eastern Orthodox population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Eastern Orthodox Christians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Eastern Orthodox self-government with Orthodox officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_coptic_title;Article 3: Internment Camps for the Oriental Orthodox;;;;;;;;;;;;; +intern_coptic_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Oriental Orthodox Christians from the rest of the population. In the execution of this, first of all, is the seizing of the Oriental Orthodox population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Oriental Orthodox Christians are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Oriental Orthodox self-government with Oriental Orthodox officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 3 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_sunni_title;Article 3: Sunni Internment Camps;;;;;;;;;;;;; +intern_sunni_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Sunnis from the rest of the population. In the execution of this, first of all, is the seizing of the Sunni population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Sunnis are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Sunni self-government with Sunni officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 6 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_shiite_title;Article 3: Shiite Internment Camps;;;;;;;;;;;;; +intern_shiite_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Shiites from the rest of the population. In the execution of this, first of all, is the seizing of the Shiite population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Shiites are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Shiite self-government with Shiite officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_ibadi_title;Article 3: Ibadi Internment Camps;;;;;;;;;;;;; +intern_ibadi_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Ibadis from the rest of the population. In the execution of this, first of all, is the seizing of the Ibadi population by the introduction of a registration order and similar appropriate measures. All rights of freedom for Ibadis are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Ibadi self-government with Ibadi officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_druze_title;Article 3: Druze Internment Camps;;;;;;;;;;;;; +intern_druze_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Druze from the rest of the population. In the execution of this, first of all, is the seizing of the Druze population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Druze are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Druze self-government with Druze officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_jews_title;Article 3: Jewish Internment Camps;;;;;;;;;;;;; +intern_jews_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Jews from the rest of the population. In the execution of this, first of all, is the seizing of the Jewish population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Jews are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Jewish self-government with Jewish officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_yazidi_title;Article 3: Yazidi Internment Camps;;;;;;;;;;;;; +intern_yazidi_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Yazidi from the rest of the population. In the execution of this, first of all, is the seizing of the Yazidi population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Yazidi are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Yazidi self-government with Yazidi officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 1 point to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_mahayana_title;Article 3: Mahayana Internment Camps;;;;;;;;;;;;; +intern_mahayana_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Mahayana from the rest of the population. In the execution of this, first of all, is the seizing of the Mahayana population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Mahayana are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Mahayana self-government with Mahayana officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 12 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_gelugpa_title;Article 3: Gelugpa Internment Camps;;;;;;;;;;;;; +intern_gelugpa_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Gelugpa from the rest of the population. In the execution of this, first of all, is the seizing of the Gelugpa population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Gelugpa are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Gelugpa self-government with Gelugpa officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 2 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_hindu_title;Article 3: Hindu Internment Camps;;;;;;;;;;;;; +intern_hindu_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Hindus from the rest of the population. In the execution of this, first of all, is the seizing of the Hindu population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Hindus are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Hindu self-government with Hindu officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 10 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_shinto_title;Article 3: Shinto Internment Camps;;;;;;;;;;;;; +intern_shinto_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Shintos from the rest of the population. In the execution of this, first of all, is the seizing of the Shinto population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Shintos are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Shinto self-government with Shinto officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.;;;;;;;;;;;;; +intern_theravada_title;Article 3: Theravada Internment Camps;;;;;;;;;;;;; +intern_theravada_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Theravadas from the rest of the population. In the execution of this, first of all, is the seizing of the Theravada population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Theravadas are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Theravada self-government with Theravada officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_sikh_title;Article 3: Sikh Internment Camps;;;;;;;;;;;;; +intern_sikh_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Sikhs from the rest of the population. In the execution of this, first of all, is the seizing of the Sikh population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Sikhs are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Sikh self-government with Sikh officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +intern_animist_title;Article 3: Animist Internment Camps;;;;;;;;;;;;; +intern_animist_desc;The first main goal of the $COUNTRY_ADJ$ measures must be strict segregation of the Animists from the rest of the population. In the execution of this, first of all, is the seizing of the Animist population by the introduction of a registration order and similar appropriate measures. All rights of freedom for the Animists are to be withdrawn. They are to be placed in internment camps and at the same time are to be separated according to sexes. These internment camps can be placed under the supervision of their own Animist self-government with Animist officials. The guarding of the boundaries between the internment camps and the outer world, is, however, the duty of the Police.\n\n§YAdds 4 points to the "slowdown" scale. Starting at 4 points, every 2 points will decrease speed by 20%.;;;;;;;;;;;;; +cancel_internment_camps_title;Revoke Directive No. 1;;;;;;;;;;;;; +cancel_internment_camps_desc;Too much international attention has been drawn to $CAPITAL$ due to Directive No. 1. The $COUNTRY_ADJ$ $MONARCHTITLE$ decided that it's time to dismantle the apparatus that facilitated the Directive, in order to cast aside any international doubt over the integrity of the $COUNTRY_ADJ$ government. After this, rebuilding such infrastructure back could take a while.;;;;;;;;;;;;; +internment_camps_title;Directive No. 1;;;;;;;;;;;;; +internment_camps_desc;Directives for the prosecution of offences committed against the $COUNTRY_ADJ$ State\n\nWithin our nation's territories, elements hostile to $COUNTRY$ have increased their efforts against the $COUNTRY_ADJ$ State. The amount and the danger of these machinations oblige us to take severe measures as a determent. First of all the following directives are to be applied:\nI. Within the occupied territories, the adequate punishment for offences committed against the $COUNTRY_ADJ$ State or the occupying power which endanger their security or a state of readiness is on principle the death penalty.\nII. The offences listed in paragraph I as a rule are to be dealt with in the occupied countries only if it is probable that sentence of death will be passed upon the offender, at least the principal offender, and if the trial and the execution can be completed in a very short time.\nIII. Prisoners are subjected to military procedure only if particular military interests require this. In case $COUNTRY_ADJ$ or foreign authorities inquire about such prisoners, they are to be told that they were arrested, but that the proceedings do not allow any further information.\nIV. Commanders and the Court authorities within the framework of their jurisdiction, are personally responsible for the observance of this decree.\nV. The Chief of the High Command of the Armed Forces determines in which occupied territories this decree is to be applied. He is authorized to explain and to issue executive orders and supplements. The $COUNTRY_ADJ$ Minister of Justice will issue executive orders within his own jurisdiction.;;;;;;;;;;;;; +claim_tsushima_title;Claim Daemado;;;;;;;;;;;;; +claim_tsushima_desc;The island of Daemado, known by the Japanese as Tsushima, has since ancient times been part of Korea, despite the occupation by foreign Japanese forces. It's time we rectify this and claim the island for the glory of Korea!;;;;;;;;;;;;; +integrate_the_metis_title;Integrate the Métis;;;;;;;;;;;;; +integrate_the_metis_desc;While the Métis initially developed as the mixed-race descendants of early unions between First Nations and colonial-era European settlers, within generations (particularly in central and western Canada), a distinct Métis culture developed. Integrating these people close to Canada will allow us to squash national dreams as they become more and more Canadian.;;;;;;;;;;;;; +cleanup_colonial_cores_title;AI: Colonial Core Cleanup;;;;;;;;;;;;; +cleanup_colonial_cores_desc;AI: Colonial Core Cleanup;;;;;;;;;;;;; +rename_bourbon_island_title;Rename Bourbon Island;;;;;;;;;;;;; +rename_bourbon_island_desc;The French Indian Ocean Territory is known for several names - Reunion Island, Bourbon Island, Bonaparte Island. But now it is the time to give it a more appropriate name - one more in line with the current French government.;;;;;;;;;;;;; +ionian_lose_accepted_cultures_title;Greek Supremacy in the Ionian Islands;;;;;;;;;;;;; +ionian_lose_accepted_cultures_desc;There has been a shift in the political balance and the Ionian islands now have a policy of Greek supremacy.;;;;;;;;;;;;; +election_start_player_title;AI: Election Start;;;;;;;;;;;;; +election_start_player_desc;AI: Election Start;;;;;;;;;;;;; +election_end_player_title;AI: Election Ends;;;;;;;;;;;;; +election_end_player_desc;AI: Election Ends;;;;;;;;;;;;; +release_galicia_lodomeria_title;The Galician Protectorate;;;;;;;;;;;;; +release_galicia_lodomeria_desc;With the recent enclave in Galicia-Lodomeria formed, we have no option but to grant them greater autonomy to rule themselves.;;;;;;;;;;;;; +integrate_kuwait_title;Integrate Kuwait;;;;;;;;;;;;; +integrate_kuwait_desc;The sheikhs of Kuwait have long come to $CAPITAL$ to pay their respects to the $COUNTRY_ADJ$ Sultan. This suzerainty was, for the most part, informal and de jure. But in recent years the relations between the $COUNTRY_ADJ$ government and Kuwait got closer and that suzerainty became a de facto reality. Now it is the time to take the final step and integrate Kuwait fully in the $COUNTRY_ADJ$ bureaucracy. The sheikhs of Kuwait will continue to live in Kuwait and will hold some small power in local politics, but all decisions and should and will come from $CAPITAL$.;;;;;;;;;;;;; +occupy_syrian_desert_title;Occupy the Syrian Desert;;;;;;;;;;;;; +occupy_syrian_desert_desc;From the Tigris to the Mediterranean, the Syrian desert is a vast landscape of of desert, semidesert and barren wastelands home to nomadic and seminomadic pastoralists. $COUNTRY_ADJ$ government claims authority through much of the area, but our claims are just that - the nomadic population recognizes no authority. Senior figures in $CAPITAL$ have come up with plans to establish several military bases in the areas we claim, thus enforcing an effective occupation of the desert. Such a move, however, will likely be mirrored by any nations with a stake in the Syrian wastelands.;;;;;;;;;;;;; +move_capital_to_belgrade_title;Move Capital to Belgrade;;;;;;;;;;;;; +move_capital_to_belgrade_desc;Belgrade has historically been the capital of Serbia. Now that the Ottoman garrison left the city, it would be auspicious to move our nation's capital to our old historical capital, as a showcase of our newly found independence.;;;;;;;;;;;;; +remove_war_focus_title;Remove War Focus;;;;;;;;;;;;; +remove_war_focus_desc;We are not at war anymore, the focus is useless.;;;;;;;;;;;;; +warn_imperialism_cb_is_available_title;Impending Imperialism;;;;;;;;;;;;; +warn_imperialism_cb_is_available_desc;Will we survive the foreign onslaught?;;;;;;;;;;;;; +haussmanns_renovations_title;Haussmann's Renovations;;;;;;;;;;;;; +haussmanns_renovations_desc;The Haussmann Plan was a project for the modernization and urban renewal of Paris, carried out between 1852 and 1870. The project was initiated after a period of rapid urban growth and development, as the old city centre of Paris had proven itself incapable of meeting the infrastructure demands of a growing city. The long, open boulevards championed by Hausmann have remained defining characteristics of Paris' street layout ever since. The reforms are estimated to cost §R50,000¤§W paid now or in instalments.;;;;;;;;;;;;; +accept_the_flemish_title;Embrace the Flemish;;;;;;;;;;;;; +accept_the_flemish_desc;The $COUNTRY_ADJ$ made several mistakes when dealing with the Flemish. The Protestant/Catholic divide and political ostracization, among other things, led to the Belgian Revolution. It's time we try and repair our relationship, implement effective freedom of religion and give them equal rights. Bowing down to them will dent our international prestige, but it will allow us to live in peace once again.;;;;;;;;;;;;; +create_vietnamese_protectorate_title;Declare a Protectorate over Vietnam;;;;;;;;;;;;; +create_vietnamese_protectorate_desc;To fulfil the $COUNTRY_ADJ$ ambitions of an Indochinese colony, senior figures in $CAPITAL$ concocted a plan to justify and declare a protectorate over Vietnam. Now, we can put that plan into motion.;;;;;;;;;;;;; +first_annexiation_limburg_title;The Limburg Question;;;;;;;;;;;;; +first_annexiation_limburg_desc;With the end of the Austrian-led customs union known as German Confederation and the rise of a modern, intertwined German state, the duchy of Limburg became an outdated promise - one that was part of the defunct German Confederation. Limburg is internationally recognized as an integral part of the Netherlands but as the Germans set their eyes and ambitions on the complete unification of all German Confederation states, the duchy became a dangerous compromise. Several senior figures in $CAPITAL$ are preparing an order for the $MONARCHTITLE$ to sign, declaring the extinction of the old duchy of Limburg and its full integration in the Netherlands. The Germans, however, might try to protest this move.;;;;;;;;;;;;; +ostend_manifesto_title;Ostend Manifesto;;;;;;;;;;;;; +ostend_manifesto_desc;The Ostend Manifesto proposes that the island of Cuba should be annexed to the United States as a slave state, to balance the expected influx of new free-states in the West. By supporting the manifesto, we can calm tension over the slavery issue domestically, but it might reduce our standing with the European Great Powers significantly. The Manifesto also proposes a shift in foreign policy, justifying the use of force to seize Cuba in the name of national security in case its owners are not willing to sell it to us.;;;;;;;;;;;;; +revoke_back_to_africa_act_player_title;Revoke the Back to Africa Act;;;;;;;;;;;;; +revoke_back_to_africa_act_player_desc;We can revoke the 'Back to Africa Act' but dismantling the structure built around it will mean that any efforts to re-instate it will take a while.;;;;;;;;;;;;; +back_to_africa_act_title;Back to Africa Act;;;;;;;;;;;;; +back_to_africa_act_desc;The $COUNTRY_ADJ$ Colonization Society was an early advocate of the idea of resettling $COUNTRY_ADJ$-born blacks in Africa. Founded in 1816, it was composed of two core groups: abolitionists and slave owners. Abolitionist members believed in freeing African slaves, along with their descendants, and providing them with the opportunity to return to Africa. Slave owning members believed free blacks endangered the system of slavery and sought to expel them from $COUNTRY$. Their efforts were ultimately fruitless as they didn't attract a significant numbers of colonizers. With the support of the $COUNTRY_ADJ$ government, however, resettling won't be optional. By signing the "Back to Africa Act" we can fulfil their purpose, this time through the forceful repatriation of the Afro-$COUNTRY_ADJ$ community in our core territories. It won't be fast and it will attract a lot of negative attention from around the international community, but we can continue on the work of the $COUNTRY_ADJ$ Colonization Society in repatriating the African diaspora in $COUNTRY$.;;;;;;;;;;;;; +revoke_back_to_africa_act_title;Revoke the Back to Africa Act;;;;;;;;;;;;; +revoke_back_to_africa_act_desc;We can revoke the 'Back to Africa Act' but dismantling the structure built around it will mean that any efforts to re-instate it will take a while.;;;;;;;;;;;;; +return_colonies_from_dismantled_tag_title;The Return of Our Colonies;;;;;;;;;;;;; +return_colonies_from_dismantled_tag_desc;With the recent defeat of a colonial power, our claims to one of our colonies they own are once again at the spotlight. The international community at large agrees that these colonies should be returned to the $COUNTRY_ADJ$ government - we just need to take the necessary steps to get them back.;;;;;;;;;;;;; +release_colonies_that_werent_annexed_title;Colonial Freedom;;;;;;;;;;;;; +release_colonies_that_werent_annexed_desc;Our former overlords were defeated and we earned our freedom. Hurrah!;;;;;;;;;;;;; +meiji_daijokan_ordinances_title;The Daijokan Ordinances - Land Reform;;;;;;;;;;;;; +meiji_daijokan_ordinances_desc;The $COUNTRY_ADJ$ Government announced the reformation of the land taxation system in $YEAR$ as part of the Daijokan Ordinances in Japan. The government initially ordered individual farmers to measure the plots of their land themselves, calculate their taxes, and submit the results to local tax officials. However, difficulties arose with the honesty of the measuring system when the budget showed that collected taxes fell far below projected values. Private land ownership was recognized for the first time in Japan with the issuing of land titles. The previous practice of land ownership was the Public Land Public Citizen Laws, which stated that all land was under the sole ownership of the emperor, such that individual farmers were merely borrowing the land from feudal lords, who in turn were borrowing the land from the emperor. The reform abolished this archaic system of land ownership, and began to allow landowners to use their property as a financial asset in collateral or other investment. This law was one of the first steps towards the development of capitalism in Japan, paralleling the English statute Quia Emptores enacted several centuries earlier.;;;;;;;;;;;;; +create_india_title;Grant India Home Rule;;;;;;;;;;;;; +create_india_desc;India is becoming too big and too troublesome to keep as a direct colony. In $CAPITAL$ a few key ministers proposed that we grant them home rule to placate Indian nationalism - while some local Indian rulers asked not to be integrated in India and continue under the protection of $COUNTRY$.;;;;;;;;;;;;; +accept_the_maltese_title;Accept the Maltese;;;;;;;;;;;;; +accept_the_maltese_desc;Despite our shared cultural ties, Malta has been a separate entity and dominated by British interests for a long time. Now that we own the island, we can start integration the process to make the Maltese an integral part of the great Italian nation.;;;;;;;;;;;;; +free_botswana_title;Release Botswana;;;;;;;;;;;;; +free_botswana_desc;Now that Rhodesia/Zimbabwe and South Africa are independent, so should be Botswana.;;;;;;;;;;;;; +flip_colonial_cores_title;Colonial Homeland;;;;;;;;;;;;; +flip_colonial_cores_desc;Our beloved homeland grows as more historical territories come back in our hands. We can't have it under colonial status - $COUNTRY$ territory will never be a colony.;;;;;;;;;;;;; +reject_pan_nationalism_title;Reject Pan-Nationalism;;;;;;;;;;;;; +reject_pan_nationalism_desc;There has been talk in the $COUNTRY_ADJ$ academia about uniting with our brothers in a greater country, forfeiting our independence in favour of a pan-nationalistic union. We have proved, however, that we are just fine on our own and that the destiny of $COUNTRY$ does not lie with other countries. To solidify this notion, several ministers in $CAPITAL$ have proposed a new curriculum to our education system, as well as a series of pieces in the media, that will help make the dreams of the $COUNTRY_ADJ$ people being part of a pan-nationalistic union a distant dream.;;;;;;;;;;;;; +the_congo_ccupation_expedition_title;The Congo Expedition;;;;;;;;;;;;; +the_congo_ccupation_expedition_desc;The occupation of the Congo is almost all done, with a few pockets of resistance left.;;;;;;;;;;;;; +turn_on_government_decisions_title;Show 'Government' Decisions;;;;;;;;;;;;; +turn_on_government_decisions_desc;This decision will show the "government decisions", decisions that are not commonly used and can be hidden to avoid clutter. These are:\n-Renovate the Academia\n-Enslave the Serfs\n-Turn Off Vassal Contribution Payments\n-Enable 'Return Cores' Decisions\n-Enable 'Release Vassals' decisions\n-Reform the Colonial Army\n-Increase Conscription Time\n-Reform the Local Government (Change a tag that doesn't exist and that you own their capital to have the same reforms)\n-Choose a Trade Policy\n-Direct No 1\n Dissolve the Upper House\nStart a Propaganda Campaign;;;;;;;;;;;;; +turn_off_government_decisions_title;Hide 'Government' Decisions;;;;;;;;;;;;; +turn_off_government_decisions_desc;This option will hide the following decisions:\n-Renovate the Academia\n-Enslave the Serfs\n-Turn Off Vassal Contribution Payments\n-Enable 'Return Cores' Decisions\n-Enable 'Release Vassals' decisions\n-Reform the Colonial Army\n-Increase Conscription Time\n-Reform the Local Government (Change a tag that doesn't exist and that you own their capital to have the same reforms)\n-Choose a Trade Policy\n-Direct No 1\n Dissolve the Upper House\nStart a Propaganda Campaign;;;;;;;;;;;;; +turn_on_organize_colony_decisions_title;Show 'Organize Colony' Decisions;;;;;;;;;;;;; +turn_on_organize_colony_decisions_desc;The decisions to organize colonial nations are hidden to unclutter the decisions tab.;;;;;;;;;;;;; +turn_off_organize_colony_decisions_title;Hide 'Organize Colony' Decisions;;;;;;;;;;;;; +turn_off_organize_colony_decisions_desc;Hide the decisions to organize colonial nations.;;;;;;;;;;;;; +italians_in_balkans_title;The Italian Diaspora;;;;;;;;;;;;; +italians_in_balkans_desc;Thorough the Renaissance and partly due to the Italian merchant republics great influence, the Italian people spread through parts of the Mediterranean and the Balkans. In the era of nationalism, however, these people are treated as second-class citizens or are looked upon with distrust. There have been calls, both in Italy as well as from Italians abroad, to extend Italian influence in these lands and safeguard the Italian people.;;;;;;;;;;;;; +insolvent_ai_still_in_debt_title;More Emergency Measures;;;;;;;;;;;;; +insolvent_ai_still_in_debt_desc;Our previous measures were not enough.;;;;;;;;;;;;; +insolvent_ai_debt_gone_title;Tax Relief;;;;;;;;;;;;; +insolvent_ai_debt_gone_desc;The situation with $COUNTRY$'s finances has been resolved... for now.;;;;;;;;;;;;; +insolvent_ai_cant_borrow_title;Emergency Measures;;;;;;;;;;;;; +insolvent_ai_cant_borrow_desc;We must impose stringent measures to handle our economic crisis.;;;;;;;;;;;;; +cleaning_after_international_zones_title;End of $COUNTRY$ International Zone;;;;;;;;;;;;; +cleaning_after_international_zones_desc;Ever since we gained more territory, the international zone in our country has been less and less recognize. A congress of the Great Powers now has removed out international zone status.;;;;;;;;;;;;; +core_heligoland_title;The $COUNTRY_ADJ$ Heligoland Claims;;;;;;;;;;;;; +core_heligoland_desc;The small North Sea island of Heligoland had become a British possession during the Napoleonic Wars, ceded formally by Denmark in the 1814 Treaty of Kiel. After the Unification of Germany the island became an object of desire for $COUNTRY$, as the few inhabitants of the Island were by and large Germans. Now with it firmly in our hands, no one can deny our claims to Heligoland.; ;;;;;;;;;;;; +von_moltkes_staff_reforms_desc;In 1857 Helmuth von Moltke was appointed Chief of the Prussian General Staff, which he soon set about reforming. Among the ideas implemented by von Moltke were a department for historical studies, extensive wargaming exercises and a special department dedicated to cataloguing and studying the telegraph and railway networks of Prussia, and how they could be used to best effect in the event of war. The end result was that, by the time of the Franco-Prussian war, Prussia's General Staff was considered the most efficient in Europe, its methods soon becoming widely studied and adopted abroad. Moltke remained Chief of the Prussian Staff for the next 30 years, and is known as one of the most brilliant military strategists of the 19th century.;;;;;;;;;;;;; +disable_trade_policy_globally_title;Option: Disable Trade Policy Decisions;;;;;;;;;;;;; +disable_trade_policy_globally_desc;The trade policy decisions helps the AI save more money and help historically heavily protectionist countries (like the US, Russia) to do what they did historically and levy heavy tariffs on imports. They happen once every 10 years (sometimes they are rescinded earlier though) and the AI has full autonomy to pick one of the several choices (so no behaviour is guaranteed). If you'd like to disable this for some reason, you can do it with this option.;;;;;;;;;;;;; +option_localized_names_title;Option: Localized Province Names;;;;;;;;;;;;; +option_localized_names_desc;By default, province names use the English name if one exists. If you'd rather have names always be localized, this option will do this. Names will use the modern country language or the cultural majority. Preferably, both will be the same. This option is under construction and not finished, so if you have suggestions, I will add them.;;;;;;;;;;;;; +cash_crops_africa_title;Cash Crops and Mining;;;;;;;;;;;;; +cash_crops_africa_desc;Our new colonies would serve us much better if the natives gave up on subsistence farming. Through a series of investments destined to companies and private persons, we can nudge in our colonies production in a direct that suits us better.;;;;;;;;;;;;; +quality_coal_decision_title;Open the High-Quality Coal Mines;;;;;;;;;;;;; +quality_coal_decision_desc;We have several coal mines in our country that produce superior bituminous coal, lasting longer and producing more heat. Exploiting them will increase our coal production.;;;;;;;;;;;;; +end_of_natural_dyes_title;An End to Natural Dyes?;;;;;;;;;;;;; +end_of_natural_dyes_desc;The discovery of man-made synthetic dyes in the mid-19th century triggered a long decline in the large-scale market for natural dyes. Synthetic dyes, which can be produced in large quantities, quickly superseded natural dyes for the commercial textile production enabled by the industrial revolution, and unlike natural dyes, are suitable for the synthetic fibres that followed. In a few of our provinces, the production of natural dyes is in a steady decline for a few years and now producers can barely sell their product. Faced with bankruptcy, most dye producers are looking for new goods to sell. We can help them look for new markets.;;;;;;;;;;;;; +vassal_stop_paying_vassal_payments_title;Stop Paying Overlord Taxes;;;;;;;;;;;;; +vassal_stop_paying_vassal_payments_desc;Our overlord issued an order allowing us to cease any contribution to their offers.;;;;;;;;;;;;; +turn_off_vassal_payments_title;Exempt Vassals from Contributing to our Treasury;;;;;;;;;;;;; +turn_off_vassal_payments_desc;Our coffers are full enough and members of the cabinet have put forward the proposal of exempting our vassals, not the substates, from contributing to $COUNTRY$'s treasury. This tax break would boost our relations with them in the short term, but wouldn't benefit our finances in any way.;;;;;;;;;;;;; +turn_on_vassal_payments_title;Oblige Vassals to Contribute to our Treasury;;;;;;;;;;;;; +turn_on_vassal_payments_desc;The earlier tax break offered to vassals has run its course. We need that every vassal of $COUNTRY$ to do their part and contribute to the maintenance of $COUNTRY_ADJ$ glory.;;;;;;;;;;;;; +specific_trade_policy_title;Choose a Trade Policy;;;;;;;;;;;;; +specific_trade_policy_desc;While the ruling party has its own broad trade policy, there are several schools of economic thought competing competing for space in the government. Adopting a trade policy will take away some of the flexibility in setting tariffs, but it will allow for more efficient tariff collection and possibly other benefits over what a volatile tariff police might have. \n\n\n§YNOTE: Researching Market Regulations will unlock more options when this decision is taken. You can disable this decision entirely and for the rest of the game by taking it and choosing the last option in the fired event.§W;;;;;;;;;;;;; +rescind_trade_policy_title;AI: Rescind Trade Policy;;;;;;;;;;;;; +rescind_trade_policy_desc;Our trade policy, or our neighbour's, no longer correspond to the ruling party wishes.;;;;;;;;;;;;; +chile_treaty_of_peace_and_friendship_title;The Antofagasta Border Treaty;;;;;;;;;;;;; +chile_treaty_of_peace_and_friendship_desc;Too much blood has been shed over Antofagasta and now the nations involved are willing to sit on the table and discuss the issue. With international help and arbitration, we drafted a proposal offering a §R60,000¤§W sum as indemnification payment to all parties involved, paid in instalments thought the next years and with each part getting half of the total sum. In return they will abandon their claims over Antofagasta. Any territories we might hold from the involved parties that are not claimed by $COUNTRY$ will be returned to their rightful owners and any claims we have in regions other than Antofagasta will be put to international arbitration.;;;;;;;;;;;;; +name_oslo_title;Rename Christiania;;;;;;;;;;;;; +name_oslo_desc;After being destroyed by a fire in 1624, during the reign of King Christian IV, the city then known as Oslo was moved closer to Akershus Fortress and renamed Christiania in the king's honour. As the years passed many in the government feel the original name, derived from the Old Norse, would be a much better name to represent the city's legacy than the name of an old monarch.;;;;;;;;;;;;; +january_uprising_victory_title;The Polish Uprising is Victorious;;;;;;;;;;;;; +january_uprising_victory_desc;The success of the latest uprising means the recognition of Poland as a free, sovereign state. Our days of being subjected to foreign powers are over.;;;;;;;;;;;;; +copenhagen_convention_title;Call for a Convention Over the Danish Straits;;;;;;;;;;;;; +copenhagen_convention_desc;The Sound Dues (toll) was introduced by King Eric of Pomerania in 1429 and remains in effect to this day. A toll on all the trade passing through the Danish straits, these barriers damage our commerce in the region. We can call a Convention to solve this situation once and for all, if we have the money to pay the proper indemnifications and to act as a guarantor that this money will be paid.;;;;;;;;;;;;; +abolish_sound_dues_title;Abolish the Sound Dues;;;;;;;;;;;;; +abolish_sound_dues_desc;They refused to abolish the tolls on the Danish straits, but now they have no choice. We have the power to end their choke-hold on the Baltic sea. ;;;;;;;;;;;;; +take_corrients_title;Corrientes and Entre-Rios;;;;;;;;;;;;; +take_corrients_desc;The provinces of Corrientes and Entre-Rios long have been close. Now, with the rebellion of Corrientes and our conquest of the province, the governor of Entre Rios made several political moves that brought the province under his influence.;;;;;;;;;;;;; +declaration_of_independence_title;The $COUNTRY_ADJ$ Declaration of Independence;;;;;;;;;;;;; +declaration_of_independence_desc;We are a de facto independent country, despite what other countries might think. We now have the clout to assert this independence once and for all, to be recognized as a full sovereign nation where no other nations have claims on.;;;;;;;;;;;;; +substate_nation;Substate;;;;;;;;;;;;; +monthly_substate_payment_title;Monthly Payment;;;;;;;;;;;;; +monthly_substate_payment_desc;As vassals, we are forced to contribute to our overlord coffers.;;;;;;;;;;;;; +claim_arab_coast_title;The $YEAR$ Expedition to the Arab Gulf;;;;;;;;;;;;; +claim_arab_coast_desc;The $COUNTRY_ADJ$ governor in Baghdad came to $CAPITAL$ to request military provisions and soldiers to outfit an expedition to deal with Wahhabi raids to merchants in the Persian Gulf. With the opening of the Suez Canal, trade from the Persian Gulf is increasingly valuable and it is important that we exert as much power and influence in the region. The Arabian peninsula is divided between the al-Saud and al-Rashid families, and although we crushed the Wahhabi Saudi family once, they keep coming back.;;;;;;;;;;;;; +claim_bahrain_title;Claim Bahrain;;;;;;;;;;;;; +claim_bahrain_desc;The small island in the Persian Gulf has long been dominated by Arab families and small sheikdoms. The borders are volatile and our country rulers have claimed the area more than once in history. It's time to once again claim our land there and conquer the peninsula.;;;;;;;;;;;;; +basotho_asks_for_protection_title;Ask for Protection;;;;;;;;;;;;; +basotho_asks_for_protection_desc;Our land is not what it once was and invaders surround our territory. There are some in our country that believe that in order to survive, we need to give our independence and ask for protection, becoming a vassal, of the Cape colony.;;;;;;;;;;;;; +montenegro_borders_title;The Montenegrin Borders;;;;;;;;;;;;; +montenegro_borders_desc;While independent for a long time, Montenegro never had its full borders officially recognized, leading to claims from Croatia and Bosnia. It's time to change that.;;;;;;;;;;;;; +renovate_capital_title;Renovate $CAPITAL$;;;;;;;;;;;;; +renovate_capital_desc;$CAPITAL$ is an old city but the cramped, medieval-style streets and buildings certainly doesn't do it any favours. In order to implement a modern transportation network and to eliminate potential sanitary problems, we can invest in a renovation of $CAPITAL$ to make it a city worthy of being a capital of $COUNTRY$.;;;;;;;;;;;;; +bulgarian_miracle_title;The Bulgarian Miracle;;;;;;;;;;;;; +bulgarian_miracle_desc;Bulgaria is the largest Christian nation in the Balkans in terms of territory and population and is experiencing an economic and cultural revival. Europeans are beginning to speak of “the Bulgarian miracle,” calling Bulgarians the “Prussians” or the “Japanese” of the Balkans. Only time will tell if this miracle will build an enduring legacy and a great nation, or if it will be a one-time thing. For now, we will reap its benefits.;;;;;;;;;;;;; +greater_bulgaria_title;Claim Greater Bulgaria;;;;;;;;;;;;; +greater_bulgaria_desc;Bulgaria has the right to include all Bulgarian-inhabited lands in the former Ottoman Empire. The Balkans will be stabilized under the might of the Bulgarian Empire.;;;;;;;;;;;;; +conquest_of_the_saharan_desert_title;The Saharan Frontier;;;;;;;;;;;;; +conquest_of_the_saharan_desert_desc;The nomads of the Saharan desert have always been too trouble with not enough benefits to be kept under control. With the Great Powers quickly setting out to carve Africa, establishing proper borders and proper control of even remote regions becomes a necessity. We can strike out a series of treaties to set up the Saharan frontier of our territories and eliminate any possibility of border conflicts in the Sahara.;;;;;;;;;;;;; +remove_spu_cores_title;Unite Peru;;;;;;;;;;;;; +remove_spu_cores_desc;With the end of the South/North Peru division, these olds boundaries become useless. It's time to end the notion of a separated Peru.;;;;;;;;;;;;; +repudiate_the_treaty_of_paucarpata_title;Repudiate the Treaty of Paucarpata;;;;;;;;;;;;; +repudiate_the_treaty_of_paucarpata_desc;Surrounded and out-maneuvered, and following an encounter at Paucarpata with an army under the command of Santa Cruz, Admiral Blanco Encalada was forced to sign a peace treaty. The Treaty of Paucarpata agreed to the devolution of all captured ships by Chile, the restoration of commercial relations between the Confederation and Chile, the withdrawal of all Chilean troops from Confederate territories and the payment by the Confederacy of the former Peruvian foreign debts with Chile. The Chilean troops were reembarked. When Admiral Blanco Encalada returned rather ignominiously to Valparaíso with the fleet and the army in December, 1837, the scandal was gigantic. The Chilean government and the Chilean public opinion repudiated the treaty in indignation. Admiral Blanco Encalada as was thrown into jail and tried for high treason, together with his advisor Antonio José de Irisarri, who had refused to even return to Chile.;;;;;;;;;;;;; +native_removal_act_title;The Natives' Status: The Suppression Act;;;;;;;;;;;;; +native_removal_act_desc;This unfortunate race, whom we had been taking so much pains to save and to civilize, have by their unexpected desertion and ferocious barbarities justified extermination and now await our decision on their fate.\nThe $COUNTRY_ADJ$ spokesperson addressed a cabinet of ministers and advisors of the $MONARCHTITLE$ in regards to the new government policy. The decision has been made, and the new government stance will be one of persecution and marginalization of the natives until they are completely driven off $COUNTRY$.;;;;;;;;;;;;; +native_assimilation_act_ended_title;The End of the Integration Act;;;;;;;;;;;;; +native_assimilation_act_ended_desc;After twenty years, the government's integration policy towards the natives is coming under revision. By enacting this decision we can renew it or select a new policy.;;;;;;;;;;;;; +native_assimilation_act_title;The Natives' Status: The Integration Act;;;;;;;;;;;;; +native_assimilation_act_desc;In the first place, we should insist that if a native become an $COUNTRY_ADJ$ and assimilates himself to us, he shall be treated on an exact equality with everyone else, for it is an outrage to discriminate against any such man because of creed, or birthplace, or origin. But this is predicated upon the person’s becoming in every facet a $COUNTRY_ADJ$, and nothing but a $COUNTRY_ADJ$... There can be no divided allegiance here. Any man who says he is a $COUNTRY_ADJ$, but something else also, isn’t a $COUNTRY_ADJ$ at all. We have room for but one flag, the $COUNTRY_ADJ$ flag. We have room for but one language here, and that is the $COUNTRY_ADJ$ language... and we have room for but one sole loyalty and that is a loyalty to the $COUNTRY_ADJ$ people.\n\nThe $MONARCHTITLE$ addressed a crowd in $CAPITAL$, delineating the government's policy of integrating the natives in $COUNTRY_ADJ$ society. It will be hard to move them from their traditional villages and it might take a while, but the government is determined that the indigenous peoples of $COUNTRY$ will become $COUNTRY_ADJ$ in every aspect.;;;;;;;;;;;;; +native_protection_act_title;The Natives' Status: The Protection Act;;;;;;;;;;;;; +native_protection_act_desc;Every native of $COUNTRY$ and every native half-caste or child of a half-caste, such half-caste or child habitually associating and living with natives, shall be deemed to be an native within the meaning of this Act, and at the hearing of any case the justice adjudicating may, in the absence of other sufficient evidence, decide on his own view and judgment whether any person with reference to whom any proceedings shall have been taken under this Act is or is not a native. If any person shall violate the provisions of any regulation made under or in pursuance of this Act, or shall obstruct the Board or local committee or any local guardian of natives or other officer in the execution of his duty under this Act or the said regulations, every such person shall on conviction forfeit and pay a fine. Be it enacted by his excellency the $MONARCHTITLE$ and with the advice and consent of the Legislative Council and Legislative Assembly of $COUNTRY$ in this present Parliament assembled and by the authority of the same that all natives of $COUNTRY$ will be under protection of the state and will be regarded as $COUNTRY_ADJ$ citizens.;;;;;;;;;;;;; +native_integration_status_on_title;The Natives' Status;;;;;;;;;;;;; +native_integration_status_on_desc;Ever since the colonization of $COUNTRY$, the natives have been relegated to a marginal role in $COUNTRY_ADJ$ society. Marginalized or simply ignored, the natives are growing increasingly militant about their status while other countries turn their gaze on our treatment of the first peoples of $COUNTRY$. There are talks in $CAPITAL$ about an official policy on regards to our treatment of the natives: should we keep the status quo? Give them full rights? Try to assimilate them in $COUNTRY_ADJ$ culture? Should we try to drive them to the edge of extinction?;;;;;;;;;;;;; +native_integration_status_off_title;Close the Natives Status Options;;;;;;;;;;;;; +native_integration_status_off_desc;We haven't reached a consensus on how to proceed with the native question.;;;;;;;;;;;;; +end_segregation_act_title;An End to Segregation;;;;;;;;;;;;; +end_segregation_act_desc;Too long our nation has been divided. Too long has pettiness ruled our country. Now more. Today we stand united as one nation!;;;;;;;;;;;;; +form_antillean_confederation_title;Form the Antillean Confederation;;;;;;;;;;;;; +form_antillean_confederation_desc;Cubans and Puerto Ricans! Join your efforts, work in concert, we are brothers, we are one in misfortune: let us also be one in the Revolution and in the Independence of Cuba and Puerto Rico. That way we may form tomorrow the confederation of the Antilles. Long live free Puerto Rico. Long Live Cuba. Death to Spain forever in America. Antilles for the Antilleans!;;;;;;;;;;;;; +claim_the_caribbean_title;Claim the Caribbean;;;;;;;;;;;;; +claim_the_caribbean_desc;The Antilles now face a moment that they had never faced in history: they now have to decide whether 'to be, or not to be'. Let us unite. Let us build a people and we then shall raise a temple over foundations so solid that the forces of the Saxon and Spanish races will not shake it, a temple that we will consecrate to Independence, and in whose frontispiece we will engrave this inscription, as imperishable as the Motherland itself: "The Antilles for the Antilleans".;;;;;;;;;;;;; +authorize_bulgarian_exarchate_title;Authorize a Bulgarian Exarchate;;;;;;;;;;;;; +authorize_bulgarian_exarchate_desc;In order to combat the growing threat of Bulgarian nationalism, we can give the Bulgarian dioceses the right to organize an Exarchate within Ottoman territory. Nominally, Bulgarian Orthodox Christians are loyal to the Orthodox Patriarch in Constantinople, but the idea of an Exarchate of their own would help soothe their nationalist angst. This Exarchate would be made without the blessing of the Patriarch of Constantinople, so it would also introduce ethno-nationalist tensions in Christians in our Balkan lands which would help in sowing disorder and distrust among Christians in our lands.;;;;;;;;;;;;; +release_bukovina_title;The Bukovinan Protectorate;;;;;;;;;;;;; +occupy_countryside_title;Occupy the Liberian Countryside;;;;;;;;;;;;; +occupy_countryside_desc;The early days of Liberia were marked by constant frontier troubles with other Colonizing Powers on the Ivory Coast and at Sierra Leone. The $COUNTRY_ADJ$ tried to extend their authority inland, although they were still unable to control all of the coastal area they claimed. In the wake of the Scramble for Africa, several deals were made with the indigenous people in inland Liberia that allowed us to claim and occupy the land under the principle of effective occupation.;;;;;;;;;;;;; +treaty_of_bata_title;Our Claims in the Muni River;;;;;;;;;;;;; +treaty_of_bata_desc;While we have historical rights to the Bight of Biafra, other colonial powers are demonstrating a growing interest in the area. The principle of effective occupation means we can lose this whole area, but we can try to strike a deal with another colonizing country to secure a strip of land in Bata.;;;;;;;;;;;;; +colonization_of_fernando_po_title;The Colonization of Fernando Pó;;;;;;;;;;;;; +colonization_of_fernando_po_desc;The king, with sufficient advance notice, prepared a reception for the visitors, the kind of reception only he could prepare. From the outskirts of the town to the palace of the mochucu, the street was lined with two long lines of Bubi warriors, daubed with red, with rifles and lances and holding buffalo-skin shields. They cheered for $COUNTRY$. At the end was the aged King Moka, standing next to his throne made of tree trunks. He still looked arrogant and for the reception he had, naturally, put on his best finery: the two-point full-dress hat of a marine official and an old frock coat, but without the trousers. The monkey skin apron hung from his waist, and in his right hand he flaunted his staff of command. To his right was Abba Moote, high priest of the Bubi, with his paddle in his hand, emblem of his dignity. To his left, his first lieutenant, Sas Ebuera. The elderly counsellors and the king’s sixty wives crowded after him. The $COUNTRY_ADJ$ flag Moka had received as a gift waved over the palace door. After two days of conferences and after having exchanged the customary gifts and tightened the bonds between $COUNTRY$ and Moka, the visitors returned to Santa Isabel, not without the governor having granted the king permission to use gunpowder...\n\nThe island of Fernando Pó has been the stage of numerous colonization attempts by the Spanish and the British. The north of the island is home to its only European settlement, founded by the British as a base of operations to end the slave trade in the Atlantic. Despite that, expansion of the colonization efforts have been largely hampered by the Bubi people, unified in a monarchy under king Moka. After years of isolationism, the kingdom is opening up to $COUNTRY_ADJ$ advances and we now have the means to colonize the island, submitting the natives to the authority of the $COUNTRY_ADJ$ $MONARCHTITLE$.;;;;;;;;;;;;; +start_pearl_hunting_title;AI Decision: Start The Pearl Hunting Season;;;;;;;;;;;;; +start_pearl_hunting_desc;Mixed with the indigenous population [of Manamah] are numerous strangers and settlers, some of whom have been established here for many generations back, attracted from other lands by the profits of either commerce or the pearl fishery, and still retaining more or less the physiognomy and garb of their native countries. Thus the gay-coloured dress of the southern Persian, the saffron-stained vest of Oman, the white robe of Nejd, and the striped gown of Baghdad, are often to be seen mingling with the light garments of Bahreyn, its blue and red turban, its white silk-fringed cloth worn Banian fashion round the waist, and its frock-like overall: while a small but unmistakable colony of Indians, merchants by profession, and mainly from Gujarat, Cutch, and their vicinity, keep up here all their peculiarities of costume and manner, and live among the motley crowd, 'among them, but not of them'. The cities of Bahrain and Doha lie on a crucial trade routes to India and thus enjoy a manner of riches, provisions and prosperity from trade.;;;;;;;;;;;;; +end_pearl_hunting_title;AI Decision: End The Pearl Hunting Season;;;;;;;;;;;;; +end_pearl_hunting_desc;All good things come to an end.;;;;;;;;;;;;; +support_french_foreign_legion_desc;'La Légion Étrangere', known in English as 'The Foreign Legion', is a military unit of the French army, with a unique distinction in that it accepts its recruits regardless of their national and personal backgrounds. While originally established as early as 1830, the Legion did not win the lasting legacy it enjoys today until it had seen action during, among others, The Spanish Carlist Wars, The French Intervention in Mexico, the Battle of Camarón, the Franco-Prussian war and, in fact, almost every conflict involving France up until and through the modern era. The image of the young man, perhaps on the run from some personal tragedy, oppression, debt or a criminal past, who joins the French Foreign Legion to serve a tour of personal redemption in the deserts of French Algeria, has since become one of the most iconic and enduring images of the 19th century. Promote the Legion, and see recruits flock to our banners.;;;;;;;;;;;;; +claim_togoland_title;Claim Togo;;;;;;;;;;;;; +claim_togoland_desc;Utilizing a bit of persuasion and maybe a kidnapping or two, a $COUNTRY_ADJ$ based off Fernando Pó has a plan to claim the region called Togoland, contacting local chieftains, establishing deals and pacts and funding research stations. He just needs a bit of official backing, and funding, to put his plan into action.;;;;;;;;;;;;; +colonial_legacy_title;Colonial Legacy;;;;;;;;;;;;; +colonial_legacy_desc;Though our nation has been exploited during our time as a colony, our newfound independence means we can now benefit from the tools of our old masters.;;;;;;;;;;;;; +search_for_aegean_civilizations_title;The Search for the Aegean Civilizations;;;;;;;;;;;;; +search_for_aegean_civilizations_desc;Interest has been growing in the academic community about the fate of the so-called "Aegean Civilizations" and especially the location of the ancient city of Troy. Funding researchers to scour Greece and Anatolia for the remains of these civilizations, and making sure our education spending is high, will increase the prestige of our nation if they find the treasures of the ancient world.;;;;;;;;;;;;; +rename_the_falklands_title;The Falklands/Malvinas Question;;;;;;;;;;;;; +rename_the_falklands_desc;Now that we captured what the Argentinians call "Malvinas" and the British call "Falklands", it's time to rename it to something more in line with its rightful owners culture.;;;;;;;;;;;;; +luderitz_expedition_title;Found the $COUNTRY_ADJ$ South West Africa Colony;;;;;;;;;;;;; +luderitz_expedition_desc;First discovered in 1487 by the Portuguese explorer Bartolomeu Dias, the small coastal area known as Angra Pequena was made into a trading station by German trader Adolf Lüderitz in 1883. He concluded treaties with the neighbouring chiefs, buying large tracts of land for a total sum of 560 pounds sterling's and 260 rifles. The new land was then named "Lüderitzland". Lüderitz has plans to send expeditions further north, in the place the natives call Otjozondjii, known in German as Swakopmund but under the belief that a Great Power was about to claim the area as a protectorate, Lüderitz stalled his plans and asked for the protection of the $COUNTRY_ADJ$ Government in $YEAR$. Extending our protection to him and hoisting the $COUNTRY_ADJ$ flag in Lüderitzbucht, declaring these lands "protection areas" can start the $COUNTRY_ADJ$ South West Africa Colony, though we risk some attrition with other Great Powers..;;;;;;;;;;;;; +search_for_machu_picchu_title;The Search for the Lost City of the Incas;;;;;;;;;;;;; +search_for_machu_picchu_desc;In 1909, returning from the Pan-American Scientific Congress in Santiago, a $COUNTRY_ADJ$ historian travelled through Peru and was invited to explore the Inca ruins at Choqquequirau in the Apurímac Valley. Captivated by the old tales of the Inca Empire, he's now organizing an expedition in order to search for the Inca capital, the Lost City of the Incas, founded by Mano Inca, their last emperor, and mentioned only in the old chronicles. We can contribute to this expedition and help him in his quest, by direct funding and by making sure our education spending is high. Finding the city will bring much renown to the $COUNTRY_ADJ$ scientific community.;;;;;;;;;;;;; +greater_israel_title;Claim Greater Israel;;;;;;;;;;;;; +greater_israel_desc;The land that was promised to us is larger than just Palestine. Israel needs to expand beyond the confines of the borders drawn by the Great Powers if it is to be reckoned as power and if we want to truly secure the future of the Hebrew people.;;;;;;;;;;;;; +make_crete_a_state_title;Integrate Crete;;;;;;;;;;;;; +make_crete_a_state_desc;Now that Crete is securely in our hands, it must be administered efficiently. We will remove the old institutions from the island and run it with a modern, western hand.;;;;;;;;;;;;; +secularize_society_title;Secularize Society;;;;;;;;;;;;; +secularize_society_desc;In order to partake in the industries dealing with alcohol production and to properly compete with the Western powers in the field of science, a secularization of our society is of the utmost importance, some leading academics in our country advise. The separation of state and religion will certainly anger the conservation sectors in our society, but it will allows us to better face the challenges of this century. Once we take this decision, however, there's no going back, as the changes in our society will be so profound that their effects will linger in a way or another.;;;;;;;;;;;;; +option_spawn_eic_title;Option: Enable the EIC Minimod;;;;;;;;;;;;; +option_spawn_eic_desc;The East India Company minimod transfers India to the EIC for a while, later on they are integrated through decision by the UK. Not tested so use at your own risk.;;;;;;;;;;;;; +option_disable_bankruptcy_events_title;Option: Disable the Bankruptcy Events;;;;;;;;;;;;; +option_disable_bankruptcy_events_desc;Disabling the Bankruptcy events will stop you from getting the CB and effects that happen when a country goes bankrupt on you. It won't stop the event for the AI nor will stop countries going bankrupt.;;;;;;;;;;;;; +mobilize_tribesmen_title;Rally the Tribesmen;;;;;;;;;;;;; +mobilize_tribesmen_desc;A portion of our country is home to tribes with a nomadic lifestyle and bits of a centuries old warrior culture. By reaching to these people and rallying them to our cause, we can raise a much greater army to fulfil our country's destiny.;;;;;;;;;;;;; +enable_options_title;Show 'Options' Decisions;;;;;;;;;;;;; +enable_options_desc;This decision shows all optional decisions to tweak and change the game's behaviour from vanilla HPM. This, along with all decisions it enables, will disappear January 1st 1837 to reduce clutter, so you have a year in-game to pick and choose what you want. Once a tweak is chosen, you can't disable it anymore, so if you misclick you need to edit your save or start a new game.;;;;;;;;;;;;; +disable_options_title;Hide 'Options' Decisions;;;;;;;;;;;;; +disable_options_desc;This will hide all optional tweaks to vanilla HPM. You still have until 1837 to change your mind though.;;;;;;;;;;;;; +option_disable_anarcho_liberals_title;Option: Disable Anarcho-Liberal Ideology;;;;;;;;;;;;; +option_disable_anarcho_liberals_desc;This tweak will stop anarcho-liberal ideology from spawning. It may help performance a bit. Some people think they are too unrealistic for them, so they might want to disable it. I didn't test any balance issues that might arise without them in the game though.;;;;;;;;;;;;; +option_disable_starting_party_loyalty_title;Option: Remove Starting Party Loyalty;;;;;;;;;;;;; +option_disable_starting_party_loyalty_desc;This option will remove all starting party loyalty.;;;;;;;;;;;;; +option_disable_hpm_crisis_title;Option: Enable Crisis from the Start;;;;;;;;;;;;; +option_disable_hpm_crisis_desc;In HPM, crisis only start after 1870 and after Revolution and Counter-revolution is researched and an event fires. This is to stop stuff like free Ireland in 1840 because of the militancy that the famine generates, among other weird crisis. Selecting this option will remove these restrictions and make crisis happen from the start of the game, like it happens in Vanilla Victoria 2.;;;;;;;;;;;;; +option_enable_fantasy_countries_title;Option: Enable Scrapped Vanilla/NNM Tags;;;;;;;;;;;;; +option_enable_fantasy_countries_desc;This option enables Iberia, Byzantium and Babylonia and their respective decisions. No, I won't add any flavour for these countries and they aren't tested to work with the rest of the mod, so weird shit might happen.;;;;;;;;;;;;; +option_enable_easter_eggs_title;Option: Enable Easter Eggs;;;;;;;;;;;;; +option_enable_easter_eggs_desc;Vanilla Victoria 2 has a few Easter Egg events that happen only for a few countries. These events are disabled in HPM but can be enabled again with this decision.;;;;;;;;;;;;; +option_disable_workplace_events_title;Option: Disable Workplace Events;;;;;;;;;;;;; +option_disable_workplace_events_desc;A few province events related to the workplace, such as "The Old Man and the Sea", "All the Tea in PROVINCENAME" and "Blood and Iron Mine" can get quite spammy. I increased the MTTH and tried to balance it out, adding more requirements, but if you still find it spammy, you can use this option to completely disable them. Keep in mind that I didn't test balance with these events disabled or anything like this, and this might help improve performance a little bit. A few events that only trigger because you have no or low workplace safety standards are still in though. Pass workplace reforms if you want to get rid of them.;;;;;;;;;;;;; +option_spawn_occitania_title;Option: Spawn Occitania;;;;;;;;;;;;; +option_spawn_occitania_desc;Self explanatory. Dismantling options weren't changed so Occitania will not be released if France is dismantled, you need to liberate them manually. The Jules Ferry Law decision was adapted to accommodate this tweak though.;;;;;;;;;;;;; +found_la_plata_title;A New Capital for the Province of Buenos Aires;;;;;;;;;;;;; +found_la_plata_desc;Governor Dardo Rocha of the Province of Buenos Aires plans to build a new provincial capital now that the city of Buenos Aires is federalized. With his approval, urban planner Pedro Benoit designed a city layout based on a rationalist conception of urban centres. The city has the shape of a square with a central park and two main diagonal avenues, north to south and east to west. In addition, there are numerous other shorter diagonal streets. This design is copied in a self-similar manner in small blocks of six by six blocks in length. For every six blocks, there is a small park or square. Other than the diagonal streets, all streets are on a rectangular grid and are numbered consecutively. The planned name for the new provincial capital is "La Plata" and with our approval, the new city will be ready in no time.;;;;;;;;;;;;; +sado_treaty_port_title;The Sado Treaty Port;;;;;;;;;;;;; +sado_treaty_port_desc;The island of Sado is an important producer of gold and silver in Japan, being one of its most important mines since the beginning of the Edo period. It would not only be strategically located as a naval base, it would also be an excellent source of income for $COUNTRY$.;;;;;;;;;;;;; +rename_bismarck_islands_title;Renaming the New Guinea Islands;;;;;;;;;;;;; +rename_bismarck_islands_desc;Tombara and Birara are the native names for our new possession in New Guinea. Now a proposal came forward for our administration to change the name these islands to celebrate our ownership of the new colonies.;;;;;;;;;;;;; +state_of_emergency_title;Declare State of Emergency;;;;;;;;;;;;; +state_of_emergency_desc;Our nation is under threat and we must do everything we can do to secure its future. Declaring a State of Emergency, suspending a few basic rights and controlling the press will allow us to keep the spirits up for a while and it will suppress dissent, but the people won't forget this and in the end we will have to deal with much resentment.;;;;;;;;;;;;; +national_awakening_title;National Awakening;;;;;;;;;;;;; +national_awakening_desc;As the great nation of $COUNTRY$ shakes off the shackles of its old oppressors, $COUNTRY_ADJ$ everywhere rejoice. Our citizens in foreign regions and countries now demand reunification with $COUNTRY$, autonomy or independence. The Spring of the $COUNTRY_ADJ$ people has begun!;;;;;;;;;;;;; +appoint_amir_kabir_title;Appoint Amir Kabir;;;;;;;;;;;;; +appoint_amir_kabir_desc;Amir Kabir Mirza Taghi Khan Farahani was chief minister to Naser al-Din Shah Qajar and one of the most capable and innovative figures to appear in the whole Qajar period. Son of the cook of a major statesman, he showed at a very young age his intelligence on all matters brought to him and was recompensed for it, rising to the highest positions of power. He remains a controversial historical figure: considered by some to be Iran's first reformer and wildly respected by liberal nationalists, he is seen as a modernizer who did great work.;;;;;;;;;;;;; +claim_tisza_title;Claim the Tisa;;;;;;;;;;;;; +claim_tisza_desc;Once called "The most Hungarian river" because it flowed entirely within the Kingdom of Hungary, today it crosses several national borders. Our nation is one of these and our fast growing population needs more land. The Tisas would make an excellent natural border, and the Romanians living in Pancevo would make the perfect excuse to execute this plan.;;;;;;;;;;;;; +alaskan_frontier_title;The Alaskan Frontier;;;;;;;;;;;;; +alaskan_frontier_desc;With more and more explorers wandering into Alaska and the north, multiple claims of ownership can develop and cause unnecessary border tensions. We can establish a fort in the Selkirk lands to cement our control and claims in the border with Alaska.;;;;;;;;;;;;; +request_missionaries_title;Request Missionaries;;;;;;;;;;;;; +request_missionaries_desc;Our contact with the Great Powers opened several new possibilities for us, including the possibility of requesting missionaries to preach in our country. While this will surely anger our population, their work can help us better adopt their technology, educate our people and even help in the development of a writing system. This can, however, irreversibly change the religion of our country. To guarantee the safety of the missionaries a stable country is absolutely necessary. The consequences of anything bad befalling the missionaries could be the anger of a Great Power.;;;;;;;;;;;;; +forced_egyptological_excavations_title;The Valley of the Kings;;;;;;;;;;;;; +forced_egyptological_excavations_desc;Since we control Luxor, we can send an expedition to the Valley of The Kings to conduct archaeological excavations. Discoveries of Egyptian tombs could increase our prestige.;;;;;;;;;;;;; +egyptological_excavations_title;The Valley of the Kings;;;;;;;;;;;;; +egyptological_excavations_desc;The Valley of the Kings, Egypt, is a potentially endless source of new archaeological discoveries. By petitioning their government for a monopoly to carry out excavations in the Valley of the Kings, we can ensure that we make these fantastic discoveries, rather than other Great Powers.;;;;;;;;;;;;; +the_american_frontier_title;The American Frontier;;;;;;;;;;;;; +the_american_frontier_desc;Frontier history tells the story of the creation and defence of communities, the use of the land, the development of markets, and the formation of states. It is a tale of conquest, but also one of survival, persistence, and the merging of peoples and cultures that gave birth and continuing life to America.\n\nSeveral of our frontier forts and posts have grown through the years, while several others were abandoned and new cities took their place. The American frontier has been tamed.;;;;;;;;;;;;; +spu_applies_for_statehood_title;Join Peru;;;;;;;;;;;;; +spu_applies_for_statehood_desc;We no longer should remain separated from our brothers in the north. Peru shall be whole once more!;;;;;;;;;;;;; +treaty_of_petropolis_title;The Treaty of Petrópolis;;;;;;;;;;;;; +treaty_of_petropolis_desc;Talks to be held in the Brazilian city of Petrópolis and initiated by the $COUNTRY_ADJ$ government aim to end tensions over the region known as Acre, claimed by multiple countries. Since we are the de facto owners of the province, we will be offering other countries monetary compensation, friendship treaties as well as the funding and construction of a railway in their territory in exchange for the peaceful settlement of this border issue. The proper demarcation of borders in the Amazon rainforest will also take place and hopefully this will be the final border issue between the involved parties.;;;;;;;;;;;;; +treaty_of_bogota_title;García Ortiz-Mangabeira Treaty;;;;;;;;;;;;; +treaty_of_bogota_desc;Ever since the Brazilian declaration of independence, some our borders in the far north have not been delineated through international treaties. The ownership of several place in the amazon rainforest is not clear and claims proliferate, which can eventually lead to armed conflict. We lack a treaty with the Colombians delineating our borders and, while they are the de facto owners of the Marabitana province, old Portuguese forts and presence of Brazilian laborers looking for rubber in the region entitles us to ownership of the area. The Marabitana fort itself was founded by the Portuguese, though it fell in disrepair. We can send the resident minister Enéas Martins on a special mission to Bogotá, to meet with the Minister of Foreign Affairs, Alfredo Vásquez Cobo, to delineate a treaty with the Colombians that might give us Marabitanas. If they refuse our treaty, we will still have our claims, and we will have to enforce it through war.;;;;;;;;;;;;; +conquest_of_the_south_title;The Conquest of the South;;;;;;;;;;;;; +conquest_of_the_south_desc;Ethiopia needs to reunify the lands and people of the South, East and West into an empire. To do this, we need to bring the unarmed southerners, the Oromo, Sidama, Gurage, Wolayta and other groups, into the fold. The $MONARCHTITLE$ is gathering the troops in the central province of Shoa, to mount an expedition to the south and to ascertain, once and for all, Ethiopian authority in the south.;;;;;;;;;;;;; +claim_negusa_nagast_title;Claim the Imperial Throne;;;;;;;;;;;;; +claim_negusa_nagast_desc;The Solomonic dynasty is a puppet in Gonder and Ethiopia carries on divided. This era, known as the Zemene Mesafint or the 'Age of Princes', has warlords, regional princes, and noble houses vying with each other for power and control. They divided the Empire into personal fiefs and fought each other continuously. A puppet Emperor of the dynasty was enthroned in Gonder by one warlord, only to be dethroned and replaced by another member of the Imperial dynasty when a different warlord was able to seize Gonder and the reins of power. Regions such as Gojjam and Shewa were ruled by their own branches of the Imperial dynasty and, in Shewa, the local prince went as far as assuming the title of King. Now it's our time to try and seize the moment, to claim the title of King, to march on Gonder and all of Ethiopia and to try and bring an end to the infighting, to make Ethiopia whole once more.;;;;;;;;;;;;; +become_negusa_nagast_title;Become Negusa Nagast;;;;;;;;;;;;; +become_negusa_nagast_desc;The 'Zemene Mesafint' or the 'Age of Princes' is a period in Ethiopian history lasting from about 1769 to until now, during which Ethiopia was largely fractioned due to political infighting, and the imperial office reduced to the status of a mere figurehead. The $MONARCHTITLE$ of $COUNTRY$ could claim the title of 'Negusa Nagast', that is, 'King of Kings', to bring an end to the Age of Princes, and to usher in the modern Imperial era in Ethiopia. Is it time for a coronation?;;;;;;;;;;;;; +asian_rgo_normalization_title;Asian Farms and Mines;;;;;;;;;;;;; +asian_rgo_normalization_desc;Steam and combustion engines as well as electricity and railways are promoting nothing short of a revolution in certain places of Asia. New places are cleared for bigger plantations and mines are expanded with unprecedented speed. With the proper incentive, we can speed up this process in a few key areas, greatly expanding the size of our mines and farms in Asia.;;;;;;;;;;;;; +africa_rgo_normalization_title;African Farms and Mines;;;;;;;;;;;;; +africa_rgo_normalization_desc;Steam and combustion engines as well as electricity and railways are promoting nothing short of a revolution in certain places of Africa. New places are cleared for bigger plantations and mines are expanded with unprecedented speed. With the proper incentive, we can speed up this process in a few key areas, greatly expanding the size of our mines and farms in Africa.;;;;;;;;;;;;; +the_mormon_exodus_title;The Mormon Exodus;;;;;;;;;;;;; +the_mormon_exodus_desc;After violence in their home enclave of Nauvoo, Illinois, the Mormons have elected to head west to settle in the Salt Lake Valley where they can practice their faith without hindrance. Led by Brigham Young, the Mormons suffered great hardship but eventually did reach their destination -- and prospered.;;;;;;;;;;;;; +claim_aragon_title;Claim Aragon;;;;;;;;;;;;; +claim_aragon_desc;The region of Aragon has a sizable Catalan population. Our newfound independence and power dictates that we should do everything we can to protect the Catalans in Aragon and to bring them in Catalonia, wherever the Spanish like this or not.;;;;;;;;;;;;; +afghan_northern_borders_title;The Afghan Northern Border;;;;;;;;;;;;; +afghan_northern_borders_desc;In 1584 the Uzbeks conquered the region known as Badakhshan, and it remained under local Uzbek mirs (“leaders”) until 1822, when Morad Beg of Konduz overran it. The region is claimed by Afghans, Uzbeks and Tajiks. There has been some diplomatic talks and our government is convinced that a border treaty would go a long way in helping the region stabilize. A suitable border was defined at the Panj River which would separate Afghan Badakhshan from $COUNTRY_ADJ$ Badakhshan.;;;;;;;;;;;;; +plantations_in_ruanda_urundi_title;Plantations in Ruanda-Urundi;;;;;;;;;;;;; +plantations_in_ruanda_urundi_desc;Ruanda-Urundi is a mountainous region, which can hamper agricultural activity. However, the mountain climate is also well suited for a few plantations. We can take advantage of this by using the right mix of agricultural products and plantation system coupled with native workforce to great expand the production area.;;;;;;;;;;;;; +abolish_forced_work_title;Abolish Forced Work;;;;;;;;;;;;; +abolish_forced_work_desc;Despite past efforts of the $COUNTRY_ADJ$ government, forced work still remains a common occurrence in $COUNTRY$. Western officials in $CAPITAL$ are pressuring us to end this so they can expand their markets. They are offering us support to do this, but a radical change like this in such a small time is bound to anger the people.;;;;;;;;;;;;; +appoint_camillo_cavour_title;Appoint Camillo Benso Cavour;;;;;;;;;;;;; +appoint_camillo_cavour_desc; Camillo Paolo Filippo Giulio Benso, Count of Cavour, Isolabella and Leri, was a prime figure of the Italian Risorgimento. An excellent diplomat and a gifted administrator, he modernized Sardinia-Piedmont, both economically and diplomatically, putting it in position to achieve the unification of the Italian peoples. His infrastructure reforms are said to have finally connected the peninsula to the rest of Europe. He would lead through the Crimean and Independence wars, becoming the first Prime Minister of the new Kingdom of Italy.;;;;;;;;;;;;; +skansen_title;Build Skansen;;;;;;;;;;;;; +skansen_desc;Skansen (the Sconce) was the first open-air museum and zoo in Sweden, founded in $YEAR$ by Artur Hazelius to show the way of life in the different parts of Sweden before the industrial era. Indeed, the 19th century was a period of great change throughout Europe and many feared that the country's many traditional customs and occupations might be lost to history. After extensive traveling, Hazelius bought around 150 houses from all over the country and built a full replica of an average 19th-century town, in which craftsmen in traditional dress such as tanners, shoemakers, silversmiths, bakers and glass-blowers demonstrate their skills in period surroundings - along with a full range of various Scandinavian animals.;;;;;;;;;;;;; +indonesia_raya_title;Indonesia Raya;;;;;;;;;;;;; +indonesia_raya_desc;'Indonesia Raya' - 'Great Indonesia' - is the national anthem of Indonesia since its proclamation of independence. The song marked the birth of the all-archipelago nationalist movement in Indonesia that supported the idea of one single 'Indonesia' rather than split into several colonies. The movement was born from a similar thought directed at the unification of the Melayu people. It ambitioned the union of the East Indies, Dutch, British and Portuguese into a country strong enough to fight off western imperialism.;;;;;;;;;;;;; +melayu_raya_title;Melayu Raya;;;;;;;;;;;;; +melayu_raya_desc;'Melayu Raya' is the name of the all-archipelago nationalist movement in South East Asia that supported the idea of one single country uniting the Malay people rather than split into several colonies. As such, it ambitioned the union of the East Indies, Dutch, British and Portuguese into a country strong enough to fight off western imperialism. The Pan-Malay union was based on understandings on similarities in race, shared language, religion and culture among ethnic groups. The ancient concept of Alam Melayu or Nusantara advocates an historical awareness that the territories were once united, to a degree, under native empires and, as such, could and should be brought together once again.;;;;;;;;;;;;; +devil_island_title;L'Ile du Diable;;;;;;;;;;;;; +devil_island_desc;Le Bagne de Cayenne, Devil's Island, was a famous prison of the 19th and 20th century which operated in the tropical colony of French Guiana. Opened in 1852, it was notorious for being used for internal exile of French political prisoners and the most hardened of thieves and murderers, but also for its harsh treatment - including diseases - of prisoners, deported here from all sides of the country. Only a small minority of broken survivors returned to France to tell how horrible it was; they sometimes scared other potential criminals to go straight. If the original sentence exceeded eight years, they were forced to stay as residents for the remainder of their lives and were provided land to settle on - helping populating the area.;;;;;;;;;;;; +pancasila_title;Enact the Pancasila!;;;;;;;;;;;;; +pancasila_desc;Pancasila is the official philosophical foundation of the Indonesian state. The word consists of two Old Javanese parts: "pañca" meaning five, and "sila" meaning principles. It comprises five principles held to be inseparable and interrelated: belief in the one and only God, just and civilized humanity, the unity of Indonesia, democracy guided by the inner wisdom in the unanimity arising out of deliberations amongst representatives, social justice for all of the people of Indonesia. It's a philosophy aimed at uniting the very diverse peoples of the archipelago under a series of main banners, namely socialism, nationalism and religion, but also vague notions like justice, humanity, faith in representative democracy with no ethnic domination, welfare and monotheism. It's gonna be hard but we can make it work!;;;;;;;;;;;;; +end_bazaari_strike_title;End the Bazaari Strike;;;;;;;;;;;;; +end_bazaari_strike_desc;Our clergy, who serve as judges, is against us. Our merchants are on strike. Our economy and legal institutions are paralyzed from head to toe. Even the army doesn't dare to shoot anymore. Our own peoples are taking the streets. Let's face it: we are squeezed too tight to continue. We have to back down.;;;;;;;;;;;;; +greater_california_title;Claim Alta and Baja California!;;;;;;;;;;;;; +greater_california_desc;California was once so large, it stretched from the cold waters of Alaska to the hot winds of the Cancer tropic. California was once so big, it encompassed deserts, plains, oceans and mountains of all shapes and forms! California was once so great, explorers thought it was an island and a gulf was named after it! California was once so glorious, people of all kinds came to find asylum: Mormons, gold-diggers, ambitious farmers and businessmen, exiles and natives, Mexicans and Americans, united together, marching toward a bright future. I say it it is time we reclaim what is rightfully ours!;;;;;;;;;;;;; +rancho_title;Establish the Rancho System;;;;;;;;;;;;; +rancho_desc;A complex organization of land grants, eased naturalization and collective farming, the ranch system was set up by the $COUNTRY_ADJ$ government to fill its most barren and sparsely-populated areas with ambitious colonists and pioneers in order to reinforce its claim on the region. Should we open the doors to everyone who has the will to thrive, it would be a fantastic boost to the local economy and military recruitment but could also prove dangerous in the future.;;;;;;;;;;;;; +annex_california_title;Invite California into the Union.;;;;;;;;;;;;; +annex_california_desc;Our brethren from the Republic of California are fighting for survival and, while they are fighting well, it is obvious they won't get anywhere without help. The west coast is the natural territory of the Union and should we save our brothers, our prestige and popularity would be limitless - plus the strategic forts on the Mexican border. It is without doubt that they would accept and it would be in everyone's interest - everyone's but Mexico's.;;;;;;;;;;;;; +treaty_of_akhal_title;The Treaty of Akhal;;;;;;;;;;;;; +treaty_of_akhal_desc;Years of ineffective rulers have significantly weakened the rulers of Ashkhabad, yet they claim the territories of Turkestan and Transoxiana. The Great Game dictates that we must consolidate our position in Central Asia and to finish consolidating our power in Turkmenia we need the fortresses of Geok Tepe and the city of Ashkhabad. However our diplomatic efforts to solve this have been rejected. This time, we will force them to the negotiating table at gunpoint. We will send a column to the outskirts of Ashkhabad, we will send envoys to let them know we will burn everything from Ashkhabad to their capital unless they accept our demands: the surrender of Geok Tepe, Ashkhabad and renouncing any claims they might have on Turkestan. However, if they refuse our generous offer, this will mean war will break out immediately.;;;;;;;;;;;;; +form_turkestan_title;Form Turkestan;;;;;;;;;;;;; +form_turkestan_desc;The various cultures of Central Asia would serve us better if they were united as one nation. The fledgling nationalism of these peoples, oftentimes part of nomadic tribes, is something of a recent and small phenomenon. Therefore the people shouldn't oppose the creation of Turkestan and their inclusion in this nation. The local elites may protest such a move, but guaranteeing them a share of power in the new country will silence the vast majority of the potential troublemakers.;;;;;;;;;;;;; +move_capital_to_moscow_desc;Glorious $CAPITAL$, the city of Peter the Great, is uncomfortably close to the border. Perhaps it would be prudent to move our capital back to Moscow, the Pervoprestolnaya, "which invading armies might find harder to reach...";;;;;;;;;;;;; +change_border_policy_title;Change our Border Policy;;;;;;;;;;;;; +change_border_policy_desc;Our immigration laws and our policies towards the borders of our country are ours and ours alone to decide, and we think it might be time to revise a few rules.;;;;;;;;;;;;; +close_change_border_policy_title;Hide the Border Policy Options;;;;;;;;;;;;; +close_change_border_policy_desc;We decided that our country is good as it is and there won't be any changes in our immigration policies.;;;;;;;;;;;;; +closed_border_policy_title;Close the Borders;;;;;;;;;;;;; +closed_border_policy_desc;A closed border is a border that prevents movement of people between different jurisdictions with limited or no exceptions associated with this movement. These borders normally have fences or walls in which any gates or border crossings are closed and if these border gates are opened they generally only allow movement of people in exceptional circumstances. In case of emigration as well as immigrations, departing ships are inspected for illegal emigrants. These controls and checks come at the cost of an increased demand from the State's bureaucracy.;;;;;;;;;;;;; +immigration_quota_policy_title;Implement Immigration Quotas;;;;;;;;;;;;; +immigration_quota_policy_desc;A conditionally open border is a border that allows movement of people across the border that meet a special set of conditions. This special set of conditions which limits the application of border controls that would normally otherwise apply could be defined by an international agreement or international law, or the special conditions could be defined by a regulation or law of the jurisdiction that the people are claiming the right to enter. Conditionally open borders generally requires a claim to be submitted from the people who are proposing to enter the new jurisdiction stating why they meet the special conditions which allow entry into the new jurisdiction. In the case of our country, quotas mean that no foreigners that fail a literacy test in their own language or are nationals of countries that were or are at war with our nation are allowed. These controls and checks come at the cost of an increased demand from the State's bureaucracy.;;;;;;;;;;;;; +open_borders_policy_title;Abolish Immigration Restrictions;;;;;;;;;;;;; +open_borders_policy_desc;An open border is a border that enables free movement of people between different jurisdictions with limited or no restrictions on movement. A border may be an open border due to intentional legislation allowing free movement of people across the border, or a border may be an open border due to lack of adequate enforcement or adequate supervision of the border. One of the advantages of such a policy is that it requires little to none effort from the State's bureaucracy to keep control over immigrants.;;;;;;;;;;;;; +commodity_production_in_new_zealand_title;The Economy of New Zealand;;;;;;;;;;;;; +commodity_production_in_new_zealand_desc;Heavily dependent on wool, cattle and dairy products, the economy of New Zealand remained largely rural until now. With the intensification of the European colonization, several specialists identified key deposits of coal and and suggested several paths to the diversification of the islands economy.;;;;;;;;;;;;; +north_island_renaming_title;The New Zealand Colony;;;;;;;;;;;;; +north_island_renaming_desc;The arrival of European settlers, known locally as Pakeha, has resulted in an increasing amount of land purchased from the Maori. While this has improved local conditions, it has angered a large portion of the Maori portion who resent the European presence and accuse the $COUNTRY_ADJ$ of breaking the Treaty of Waitingi.;;;;;;;;;;;;; +commodity_production_in_uzbekistan_title;Economic Reforms in the Uzbek Homeland;;;;;;;;;;;;; +commodity_production_in_uzbekistan_desc;For years the Uzbek lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;; +commodity_production_in_kyrgyzstan_title;Economic Reforms in the Kyrgyz Homeland;;;;;;;;;;;;; +commodity_production_in_kyrgyzstan_desc;Prior to $COUNTRY_ADJ$ central authority, the area's settled population was small. The Kyrgyz were predominantly self-sufficient nomads. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;; +commodity_production_in_turkmenia_title;Economic Reforms in the Turkmen Homeland;;;;;;;;;;;;; +commodity_production_in_turkmenia_desc;For years the Turkmen lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;; +commodity_production_in_tajikstan_title;Economic Reforms in the Tajik Homeland;;;;;;;;;;;;; +commodity_production_in_tajikstan_desc;For years the Tajik lands have been occupied by nomads that lived off subsistence farming and trade with other steppe peoples. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;; +commodity_production_in_philippines_title;Economic Reforms in the Philippines;;;;;;;;;;;;; +commodity_production_in_philippines_desc;For years the Philippines inhabitants lived mostly off subsistence farming and cash crops that aren't as profitable as before. With the insertion of these lands in the global market, $COUNTRY$ specialists and bankers conducted a series of viability studies to determine what crops could be grown for the benefit of $COUNTRY$, to contribute to its exports and its industry, and what kind of investments are needed to make this happen. With the conclusion of these works, the only obstacle to these changes are the necessary investments.;;;;;;;;;;;;; +commodities_in_south_east_asia_title;The Commodity Boom in South-East Asia;;;;;;;;;;;;; +commodities_in_south_east_asia_desc;The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. Tobacco and Tea consumption is at an all time high and the Great Powers are always seeking new partners to supply these goods to the population. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;; +commodity_boom_central_america_title;The Commodity Boom in Central America;;;;;;;;;;;;; +commodity_boom_central_america_desc;The first coffee crops in $COUNTRY$ were planted in the eastern part of the country. A priest named Francisco Romero is attributed to have been very influential in the propagation of the crop in the northeast region of the country. After hearing the confession of the parishioners, he required as penance the cultivation of coffee. Despite these early developments, the consolidation of coffee as a $COUNTRY_ADJ$ export did not come about until now. The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;; +commodity_boom_colombia_title;The Commodity Boom in South America;;;;;;;;;;;;; +commodity_boom_colombia_desc;The first coffee crops in $COUNTRY$ were planted in the eastern part of the country. A priest named Francisco Romero is attributed to have been very influential in the propagation of the crop in the northeast region of the country. After hearing the confession of the parishioners, he required as penance the cultivation of coffee. Despite these early developments, the consolidation of coffee as a $COUNTRY_ADJ$ export did not come about until now. The great expansion that the world economy underwent the last few decades allowed $COUNTRY_ADJ$ landowners to find attractive opportunities in international markets. Little by little, the United States became the most important consumer of coffee in the world, while Germany and France became the most important markets in Europe. The current situation is auspicious for encouraging and expanding the production of certain commodities that can greatly increase the income of our nation.;;;;;;;;;;;;; +french_iron_mines_title;Mining Concessions;;;;;;;;;;;;; +french_iron_mines_desc;Ferriferous Basins in Normandie and Haut-Anjou as well as discoveries of new galleries in the Alps can boost iron production through our country. New technologies will allow us to tap into these iron veins, greatly boosting our iron production. All we need is a few concessions for the right individuals and new iron mines will be opened.;;;;;;;;;;;;; +alsace_lorraine_mines_title;The Ferriferous Basin of Metz and the Silver Valley;;;;;;;;;;;;; +alsace_lorraine_mines_desc;Geologists in our country have found a ferriferous basin near Metz, extending west of a line of Thionville-Metz-Nancy, ranging for about 100 km, from north to south, between the Belgo-Luxembourg border and Neuves-Maisons, with an extension of 20 to 30 km from east to west. At the same time, soil testing's seem to indicate the presence of rich veins of silver in a gallery of the place known as the Silver Valley, near Sainte-Marie-aux-Mines, known in German as Markirch. With concessions to the right people we can turn Metz in a reference for iron production in $COUNTRY$ and tap in the wealth of Silver Valley at the same time.;;;;;;;;;;;;; +the_iron_range_title;The Iron Range;;;;;;;;;;;;; +the_iron_range_desc;The Iron Range refers to numerous iron-producing ranges embraced within the Lake Superior Region. These cherty iron ore deposits are Precambrian in age for the Vermilion Range, while middle Precambrian in age for the Mesabi and Cuyuna Ranges. Similarly, the Gogebic Range in Wisconsin and the Marquette Iron Range and Menominee Range in Michigan. A recent discovery, these ranges along with other iron deposits in Utah and New York will greatly boost iron production in the American continent.;;;;;;;;;;;;; +tea_in_georgia_title;The Travels of Konstantin Popov;;;;;;;;;;;;; +tea_in_georgia_desc;Konstantin Popov, a wealthy merchant in charge of almost the entire Russian imperial tea trade, became interested in the idea of growing tea along the Black Sea coast. He bought vast plots in Chakvi, not far from Batumi, and dreamt of establishing massive plantations with internationally - competitive exports. In 1892, he travelled to China in order to study large-scale tea production. Popov hired a team of experienced workers from a factory in Guangdong, including an ambitious director named Lao Junzhou. With a few financial incentives and concessions, we can expand the tea business to start large scale tea production in a few of our provinces.;;;;;;;;;;;;; +breaking_the_tea_monopoly_title;Breaking the Chinese Tea Monopoly;;;;;;;;;;;;; +breaking_the_tea_monopoly_desc;The Chinese hold an almost complete monopoly over tea production and trade. Trade of Chinese tea seeds or its cultivation secrets remain banned under Chinese law and although we can't change that, we can steal their secrets. In a first stage we can send the botanist Robert Fortune to steal seeds and the secrets of production from the Chinese. Possessing the knowledge to and the seeds, we can start spreading tea production in India with incentives and concessions. This will increase the chance of the secrets and consequently tea production spreading over to other parts of Asia and the world but tea is already one of the most consumed beverages by $COUNTRY_ADJ$ citizens and it grows in popularity all around the world. Tea trade would be extremely profitable for our country.;;;;;;;;;;;;; +found_ottawa_title;The Incorporation of Bytown;;;;;;;;;;;;; +found_ottawa_desc;Bytown, located near the Ottawa river, has grown to become an important centre of trade in Canada. Located where the Rideau Canal meets the Ottawa River, it consists of two parts centred around the canal: Upper Town, situated to the west of the canal and Lower Town on the east side of the canal. The two areas of town are connected over the Rideau Canal by the Sappers Bridge, constructed in 1827. A proposal came forward to expand the city through minor annexations and to, in the end, incorporate it with a new name - Ottawa.;;;;;;;;;;;;; +found_dar_es_salaam_title;Build Dar Es Salaam;;;;;;;;;;;;; +found_dar_es_salaam_desc;Mzizima (Kiswahili for "healthy town") is a coastal fishing village on the periphery of Indian Ocean trade routes. In $YEAR$, the ruler of $COUNTRY$ came up with an ambitious plan to try and transform this small fishing village in a major trade port in the Indian Ocean: founding a new city, built to be bigger and more grandiose than anything on this corner of the Swahili Coast. This plan also includes building new palaces so the $COUNTRY_ADJ$ ruler has a place to rest. This in part inspired the name chosen for the city: Dar Es Salaam or the "abode of peace".;;;;;;;;;;;;; +break_the_treaty_of_tartu_title;Break the Treaty of Tartu;;;;;;;;;;;;; +break_the_treaty_of_tartu_desc;The Treaty of Tartu was an injustice, something we were pressured to do to give away lands where Russians live. To protect ethnic Russians and to correct this grave injustice, we need to reclaim our lands back and we need to void the Treaty of Tartu. Nothing will stop $COUNTRY$ of getting their historical lands back.;;;;;;;;;;;;; +guano_islands_act_title;Guano Islands Act;;;;;;;;;;;;; +guano_islands_act_desc;Whenever any citizen of $COUNTRY$ discovers a deposit of guano on any island, rock, or key, not within the lawful jurisdiction of any other Government, and not occupied by the citizens of any other Government, and takes peaceable possession thereof, and occupies the same, such island, rock, or key may, at the discretion of the $MONARCHTITLE$, be considered as appertaining to $COUNTRY$.\n\nA recent proposal came to our Upper House that would allow us to claim some islands to exploit Guano. With a few fiscal incentives, we can incentive some of our citizens to go explore these islands, working in guano deposits in the pacific and claiming these islands for the government of $COUNTRY$.;;;;;;;;;;;;; +liaodong_lease_title;The Liaodong Lease;;;;;;;;;;;;; +liaodong_lease_desc;The Liaodong peninsula has a strategic position in the Korean Bay and would serve as an excellent naval base for our fleet. We can send a proposal for the owner of the peninsula to lease it to us, being extra coercive to show them how important for our continued friendship such an act of good will would be.;;;;;;;;;;;;; +seize_the_suez_canal_title;Seize the Suez Canal;;;;;;;;;;;;; +seize_the_suez_canal_desc;The current owner of the Suez canal declared bankruptcy, defaulting on all their debts, including the ones they owed us. While we may never get our money back, we can stage an aggressive takeover of the Suez Canal Company, effectively taking it from them, granting us control over the Suez canal.;;;;;;;;;;;;; +seize_the_panama_canal_title;Seize the Panama Canal;;;;;;;;;;;;; +seize_the_panama_canal_desc;The current owner of the Panama canal declared bankruptcy, defaulting on all their debts, including the ones they owed us. While we may never get our money back, we can stage an aggressive takeover of the Panama Canal Company, effectively taking it from them, granting us control over the Panama canal.;;;;;;;;;;;;; +take_on_warship_commission_title;Take a Warship Commission;;;;;;;;;;;;; +take_on_warship_commission_desc;A foreign government is looking to modernize their navy and to leave the age of sail behind. If we have the necessary goods, we can fulfil their demand for a new ship just by refurbishing an old, mothballed Ironclad and still make some good money. Regardless if we need the money or not, it may be wise to arm our friends or those we want to help so they can defend themselves against foreign influence.;;;;;;;;;;;;; +commission_warship_title;Commission a Warship;;;;;;;;;;;;; +commission_warship_desc;If we are to effectively defend our borders and our national interests, we need a strong navy capable of competing internationally with other countries. Commissioning warships is a good way to do that if we don't have the necessary tech to build the ship ourselves. It can be quite expensive and it will most probably not be the top of the line Ironclad that we will receive, but it will still give our navy a bite that might be enough to protect our coast.;;;;;;;;;;;;; +enact_freedom_of_religion_title;The Freedom of Religion Act;;;;;;;;;;;;; +enact_freedom_of_religion_desc;The Congress of $COUNTRY$ shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof or abridging the freedom of speech, or of the press, or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances.\n\nWe can pass an amendment to our constitution guaranteeing absolute freedom of religion in our country and the separation of state and church. Political parties will still have their political inclinations, but freedom of religion will be protected.;;;;;;;;;;;;; +swiss_banking_and_industry_title;Swiss Banking;;;;;;;;;;;;; +swiss_banking_and_industry_desc;Investing in our banking system and our industry will allow us to create a prosperous economy favourable for foreign and domestic investment. All this coupled with our democratic values, job opportunities and some agreements with our neighbours might boost our workforce, even if only temporarily, with migrant workers.;;;;;;;;;;;;; +take_the_channel_islands_title;Occupy the Channel Islands;;;;;;;;;;;;; +take_the_channel_islands_desc;The current owner of the Channel Islands has recently lost a war and was forced to abide by several punitive measures. As a part of that, we could present a proposal for the occupation of the Channel Islands by the $COUNTRY_ADJ$ military. Extending our influence over la Manche can be crucial in the power projection of our navy.;;;;;;;;;;;;; +population_exchanges_title;Convention Concerning the Exchange of $COUNTRY_ADJ$ and Turkish Populations;;;;;;;;;;;;; +population_exchanges_desc;With the intervention of the League of Nations, we might be able to broker a deal to settle our borders, our disputes and our populations with the Turks. The Turkish government representatives say that the "amelioration of the lot of the minorities in Turkey" depended "above all on the exclusion of every kind of foreign intervention and of the possibility of provocation coming from outside". This could be achieved most effectively with an exchange, and "the best guarantees for the security and development of the minorities remaining" after the exchange "would be those supplied both by the laws of the country and by the liberal policy of Turkey with regard to all communities whose members have not deviated from their duty as Turkish citizens". An exchange would also be useful as a response to violence in the Balkans: "there were", in any event, "over a million Turks without food or shelter in countries in which neither Europe nor America took nor was willing to take any interest". The population exchange is seen as the best form of minority protection as well as "the most radical and humane remedy" of all.;;;;;;;;;;;;; +turkish_tea_title;Turkish Tea;;;;;;;;;;;;; +turkish_tea_desc;Turkish tea, called çay, is an important part of Turkish culture. Offering tea to guests is part of Turkish hospitality though tea is most often consumed in households, shops and mostly kiraathane, which is social congregation of Turkish men. Turkish tea is typically prepared using two stacked kettles called "çaydanlik" specially designed for tea preparation. Water is brought to a boil in the larger lower kettle and then some of the water is used to fill the smaller kettle on top and steep (infuse) several spoons of loose tea leaves, producing a very strong tea. Despite the growing popularity of tea in $COUNTRY$, there are no tea producing provinces in our homeland. Now the microclimate region along the eastern coast of the Black Sea was identified by specialists as an ideal spot to start tea production, which will contribute to the task of fulfilling the growing demand for tea by the $COUNTRY_ADJ$ citizens. However, this knowledge is kept largely a secret by the British and they are bound to be dissatisfied if we start our own tea production.;;;;;;;;;;;;; +bring_tea_to_iran_title;Smuggle Tea to $COUNTRY$;;;;;;;;;;;;; +bring_tea_to_iran_desc;After a failed attempt to cultivate tea in $COUNTRY$ in 1882 with seeds from India, Prince Mohammad Mirza known as "Kashef Al Saltaneh" who was born in Lahijan, imported Indian tea and started its cultivation in Lahijan. Kashef, who was the first mayor of Tehran and an Iranian ambassador to India under British rule, knew that the British would not allow him to learn about the secrets of tea production, as it was it is their biggest business in India. So being fluent in French, the prince pretended to be a French labourer and started to work in the tea plantations and factories to learn how to produce tea. Ultimately his plan was to take back some samples of this tea to $COUNTRY$ to cultivate. He was successful in this endeavour only because of his diplomatic immunity which stopped the British from searching his secretly stashed sample. At the time, Kashef brought 3000 saplings into his country from the Northern part of India, Kangra and he started the cultivation in the region Gilan, south of the Caspian Sea. The climate there was well suited for tea cultivation, and the tea industry quickly expanded in Gilan and Mazanderan region.;;;;;;;;;;;;; +organize_vietnam_title;Organize Vietnam's Production;;;;;;;;;;;;; +organize_vietnam_desc;Introducing coffee and large scale tea cultivation in suitable places in Vietnam will allows us to better take advantage of the potential of Vietnam, increasing our income and leading to more profitable endeavours.;;;;;;;;;;;;; +congo_mining_company_title;Found the Mining Union of Upper Katanga;;;;;;;;;;;;; +congo_mining_company_desc;Cheap copper has no terrors for the great Mid-African mines of the Mining Union of Upper Katanga, world's biggest producer... Elements in Katanga's strength are: tremendously rich ores, cheap native labour, big production of cobalt and radium (over 82%, of world radium supply) on the side and, most recent, the newly opened Benguela Railway, which connects Katanga with the Atlantic, saves hundreds of rail miles, thousands of nautical miles for Katanga copper on its long journey to European markets.\n\nA recent article published in a famous magazine talks about the riches of the Congo. Australian explorers found gold in the Angola river and the Ituri region, prospectors found diamonds in the Kananga region while copper, iron and other ores were found in Katanga. By founding a few mining companies such as the Mining Union of Upper Katanga, encouraging more exploration, settlement and exploitation of the Congo and by conceding incentives to the mining sector, both foreign and native, we will be able to better leverage profits out of the heart of the dark continent. We estimate a cost of §R100,000¤§W for this to be complete, and we will either pay this right now or owe it to the companies.;;;;;;;;;;;;; +claim_transnitria_title;Claim Transnistria;;;;;;;;;;;;; +claim_transnitria_desc;The territory between the Dniester river and the Southern Bug river, known as Transnistria, is inhabited by Romanians for a long time. Historically they were the majority: according to the results of the Russian census of 1793, 49 villages out of 67 between the Dniester and the Bug were Romanian. While they are not the majority anymore, the natural features of the land and the historical ties of the land to Romania means we have claims on the region, regardless if they are recognized by the international community.;;;;;;;;;;;;; +move_capital_to_historical_capital_title;A New Capital;;;;;;;;;;;;; +move_capital_to_historical_capital_desc;There are several reasons to move the $COUNTRY_ADJ$ capital. While some argue that $CAPITAL$ does just fine, several other members of our government consider the current capital just a temporary capital and want to move the country's capital to our true capital, the one that holds the most historical, economical, political or strategic significance to the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +revoke_sino_portuguese_treaty_title;Revoke the $CAPITAL$ Treaty over Macao;;;;;;;;;;;;; +revoke_sino_portuguese_treaty_desc;The $CAPITAL$ Treaty of Friendship and Commerce, signed years ago over Macao, is no longer valid. Not only the country that proposed it breached its terms, their interpretation of the treaty is completely wrong. They argue that we agreed to "perpetual occupation and government" by them were no such thing would ever be done for chines territory by the Chinese.;;;;;;;;;;;;; +sino_portuguese_treaty_of_peking_signatoire;$CAPITAL$ Treaty of Friendship and Commerce;;;;;;;;;;;;; +sino_portuguese_treaty_of_peking_title;The Sino-$COUNTRY_ADJ$ Treaty of Friendship and Commerce;;;;;;;;;;;;; +sino_portuguese_treaty_of_peking_desc;Ever since we obtained Macao we have obligations towards the Chinese. Paying rent for the territory, allowing Chinese customs, officials and taxes, the bureaucratic and costly process of keeping the appearances with the Chinese may not be needed anymore. The Chinese are weak after their wars with the European powers so we can send an envoy to China to sign a treaty of friendship and commerce between the Chinese and the $COUNTRY_ADJ$. The main points of such a treaty would be the confirmation of Macao's "perpetual occupation and government" by the $COUNTRY_ADJ$ government with $COUNTRY$'s promise never to alienate Macao and dependencies without a previous agreement with China. There's the chance that they might refuse to sign the treaty and if that happens we might need to force them to sign it with a punitive expedition.;;;;;;;;;;;;; +found_diamang_title;Found the Company of Mineral Research of Angola;;;;;;;;;;;;; +found_diamang_desc;The first Angolan diamond was discovered in the early 20th century in the Lunda province after similar finds across the border in the Congo. By founding the $COUNTRY_ADJ$ Company of Mineral Research of Angola and laying the grounds to found Diamang - the Angolan Diamonds Company and granting it the concession for diamond mining and prospecting in Angola, we might found more deposits and begin a more regular and systematic mining of the precious gems.;;;;;;;;;;;;; +new_world_war;War;;;;;;;;;;;;; +golden_law_title;The Golden Law;;;;;;;;;;;;; +golden_law_desc;The Lei Áurea (Golden Law) was sanctioned by Isabel, Imperial Princess of Brazil, who was regent at the time while her father, Emperor Dom Pedro II, was in Europe. It was signed on May 13, 1888 and was the law that abolished slavery in Brazil. It had only two articles. The succinctness of the law was intended to make clear that there were no conditions of any kind to the freeing of all slaves. Aside from the activities of abolitionists, there were a number of reasons for the signing of the law: slavery was no longer profitable, as the wages of European immigrants, whose working conditions were poor, cost less than the upkeep of slaves, and the decline in the arrival of new slaves – Brazil was the last country in the Western world to abolish slavery. The Brazilian government was also under pressure from Britain, who sought to end the slave trade in order to expand production in its own colonies.;;;;;;;;;;;;; +enforce_neutrality_title;Enforce Neutrality;;;;;;;;;;;;; +enforce_neutrality_desc;We are sworn to upheld our neutrality and will do so.;;;;;;;;;;;;; +buy_caprivi_strip_title;Luhonono Purchase;;;;;;;;;;;;; +buy_caprivi_strip_desc;The small strip of land the natives call Luhonono in Namibia is strategically located to give us access to Central Africa or East Africa, yet another country occupies it. We can try to negotiate a purchase, and the success of such endeavour will largely depend on the our relations with the owner, but there's no guarantee of success. If our proposal fails, the only way of getting it would be through military force. We estimate a cost of §R100,000¤§W to purchase the land - if they accept, that is how much we will owe them.;;;;;;;;;;;;; +remove_central_american_cores_title;Autonomy in the Central American States;;;;;;;;;;;;; +remove_central_american_cores_desc;The states in or bordering Central America had a tumultuous history, with independent caudillos, rebellions and republics being declared left and right. These times of troubles seem mostly over and most of the territories enjoy limited autonomy and peace. The $COUNTRY_ADJ$ $MONARCHTITLE$ has now put forward a draft to cement our hold in these lands while appeasing the native population by a series of grants, concessions and investments. Each investment in the area should cost at least 20,000¤.;;;;;;;;;;;;; +tsushima_treaty_port_title;The Tsushima Treaty Port;;;;;;;;;;;;; +tsushima_treaty_port_desc;Tsushima island, laying about 50 kilometres of the coast of Korea, is a Japanese island mostly covered by vegetation and sparsely populated. Despite its small size and lack of natural resources, the island is strategically located in the Korean strait and would be an excellent spot for year-round anchorage.;;;;;;;;;;;;; +tangier_protocol_title;Call for the Tangier Protocol;;;;;;;;;;;;; +tangier_protocol_desc;The Tangier Protocol, formally known as the Convention regarding the Organization of the Statute of the Tangier Zone, is a diplomatic proposal over the fate of Sultan of Morocco and Tangier. The proposal is to create a 373-square-kilometre international zone centred on the city of Tangier, North Africa under the joint administration of the signatory countries, with the Sultan of Morocco retaining sovereignty over the zone and jurisdiction over the native population. Tangier is to be made a neutral demilitarized zone to solve disagreements between the great powers on who should control it.;;;;;;;;;;;;; +buying_djibuti_title;The Obok Purchase;;;;;;;;;;;;; +buying_djibuti_desc;The port city of Obok and the surrounding lands are ruled by several independent sultans. We could give them gifts to show them our good will, one diplomat reports, as we are close to striking a deal to buy the city which will also give us claims to the surrounding lands.;;;;;;;;;;;;; +switch_to_japanese_tech_school_title;Adopt the Shukensen-Riekisen Doctrine;;;;;;;;;;;;; +switch_to_japanese_tech_school_desc;$COUNTRY$'s militaristic attitude intensified as government leaders recognized the need to ensure the defence of the country against Russia and other Western powers. Observing the advanced technological achievements and superior military and naval power of the West, $COUNTRY$ had fears of being invaded by a Western country such as Russia. Also, with China being so weak militarily and economically in the late 19th century, $COUNTRY_ADJ$ leaders feared the rivalries of the Western powers could bring China to collapse, which would have profound implications on the security of $COUNTRY$. A prominent $COUNTRY_ADJ$ officer recommended that $COUNTRY$ not only protect its line of sovereignty (shukensen) but also strive toward its line of advantage (riekisen), which meant that $COUNTRY$ should extend its influence and control beyond its national borders in order to ensure its security. He advocates expansionism more for security reasons rather than for conquest as an end in itself or for other reasons.;;;;;;;;;;;;; +limburg_crisis;Limburg Crisis;;;;;;;;;;;;; +abolish_slavery_title;Abolish Slavery;;;;;;;;;;;;; +abolish_slavery_desc;Slavery is legal in our nation, but no slaves are found in our fields. With slavery becoming rarer and rarer in the world, the more liberal and abolitionist sectors of our society could gain enough power to pass a bill in the UH, arguing that "abolishing this outdated institution from our country will elevate our us in the eyes of the civilized nations". With a little push from the $MONARCHTITLE$, this new bill can become a reality.;;;;;;;;;;;;; +international_african_association_title;Found the International African Association;;;;;;;;;;;;; +international_african_association_desc;The creation of such institutions such as the International African Association, also known as the International Association for the Exploration and Civilization of the Congo, would be a first great step to further our interests in Congo. We will invite many well-known experts, who are mainly schooled in the geographic sciences or are wealthy philanthropists. We can volunteer space in $CAPITAL$ for the International African Association's headquarters and set up national committees of the association in all the participating countries, as well as an international committee. The stated goal of the group is to discover the largely unexplored Congo and civilize its natives. Behind the scenes, however, the $COUNTRY_ADJ$ $MONARCHTITLE$ is rumoured to have said "I do not want to risk... losing a fine chance to secure for ourselves a slice of this magnificent African cake". Through these associations, we can explore the Congo basin and this initiative could in the end pave the way for the creation of a Congo colony controlled by $COUNTRY$.;;;;;;;;;;;;; +the_confederation_is_legitime;Treaty of La Paz Enacted;;;;;;;;;;;;; +organize_indian_territory_title;Organize Indian Territory;;;;;;;;;;;;; +organize_indian_territory_desc;With the passage of the Indian Removal Act and subsequent Indian relocations it is our responsibility to organize the territory in a way that promotes stability and autonomy for the native peoples of the region.;;;;;;;;;;;;; +EVT45104OPTA;Hispaniola must be united!;;;;;;;;;;;;; +EVT45104OPTB;Onwards to Santo Domingo!;;;;;;;;;;;;; +annexation_santo_domingo_title;The Annexation of the Dominican Republic;;;;;;;;;;;;; +annexation_santo_domingo_desc;Recently a bill came in the Upper House asking for the annexation of the Dominican Republic. The small country shares an island with Haiti, which fiercely opposes the country's independence and claim the territory is part of Haiti, and is troubled by corruption and financial troubles. Some of the most enthusiastic proponents of the bill already contacted the dictator of the country and assured us that if we grease some palms we will have a plebiscite petitioning for annexation in no time. However, the Great Powers will most probably see through the ploy and there's still the matter of convincing our own upper house that such annexation would be beneficial to us.;;;;;;;;;;;;; +establish_banatia_title;Establish Banatia;;;;;;;;;;;;; +establish_banatia_desc;Banat is geographically referred to as a part of the Pannonian Basin bordered by the River Danube to the south, the River Tisa to the west, the River Mures to the north, and the Southern Carpathian Mountains to the east. In order to best protect our interests, cementing our presence in the west would allows us to protect more Germans and increase our power.;;;;;;;;;;;;; +londonderry_renaming_act_title;Renaming Londonderry;;;;;;;;;;;;; +londonderry_renaming_act_desc;The province previously known as Londonderry has recently came into our possession. Having been in foreign hands with a foreign name for so long, it's time to return its rightful name.;;;;;;;;;;;;; +offer_to_buy_cuba_title;Offer to Buy Cuba;;;;;;;;;;;;; +offer_to_buy_cuba_desc;With the recent unrest in Cuba, the prospect of the Spanish government possibly selling the island to the United States has arisen. Should we attempt to pursue negotiations?;;;;;;;;;;;;; +the_foster_act_title;The Forster Act of $YEAR$;;;;;;;;;;;;; +the_foster_act_desc;William Edward Forster drafted the first Education Act in $YEAR$. It required partially state-funded board schools to be set up to provide primary (elementary) education in areas where existing provision was inadequate. Board schools were managed by elected school boards. The schools remained fee-charging, but poor parents could be exempted. The Act meant that compulsory attendance at school ceased to be a matter for local option, as children had to attend between the ages of 5 and 10, with exceptions such as illness, if children worked, or lived too far from a school.;;;;;;;;;;;;; +reform_the_local_government_title;Reform the Local Government;;;;;;;;;;;;; +reform_the_local_government_desc;Our nation is constituted of several smaller divisions, sometimes republics or local governments that while not independent retain some old institutions and forms of government. By reforming these institutions, these places will have the same political reforms and institutions as us.;;;;;;;;;;;;; +tunisian_colony_title;The $COUNTRY_ADJ$ Protectorate Over Tunisia;;;;;;;;;;;;; +tunisian_colony_desc;Tunisia has been in a bad situation over the last years, on the border of bankruptcy. Their overlords hold on them grows weak and our control over them grows stronger each passing day. It's time to intervene in their local politics, guarantee that they pay their debts and that they run their country like it should be ran - an efficient colony that we can use.;;;;;;;;;;;;; +founding_yadanabon_title;Found the City of Gems;;;;;;;;;;;;; +founding_yadanabon_desc;In $YEAR$, King Mindon of $COUNTRY$ ordered a new royal capital to be built at the foot of Mandalay Hill in order to fulfil a prophecy on the founding of a metropolis of Buddhism in that exact place on the occasion of the 2,400th jubilee of Buddhism. The new capital city site was 66 km2 in area, surrounded by four rivers. The plan called for a 144-square block grid patterned citadel, anchored by a 16 square block royal palace compound at the centre by Mandalay Hill. The 1020-acre citadel was to be surrounded by four 2,032 m long walls and a moat 64 m wide, 4.6 m deep. At intervals of 169 m along the wall, turrets were built with gold-tipped spires for watchmen. The walls had three gates on each side, and five bridges to cross the moat. In addition, the king also commissioned the Kuthodaw Pagoda, the Pahtan-haw Shwe Thein upasampada hall, the Thudamma "Good Dharma" zayats or public houses for preaching Buddhism and a library for the Pali Canon. The former royal palace of Amarapura was dismantled and moved by elephants to the new location at the foot of Mandalay. This new city would be named Yadanabon - City of Gems, a reference to the Valley of Rubies, 200km to the north in the Mogok mountains.;;;;;;;;;;;;; +pick_up_a_tech_school_title;Choose a Tech School;;;;;;;;;;;;; +pick_up_a_tech_school_desc;If we are to advance as a nation, we need to pick a direction for our research.;;;;;;;;;;;;; +close_pick_up_a_tech_school_title;Hide Tech Schools Decisions;;;;;;;;;;;;; +close_pick_up_a_tech_school_desc;We are still not decided on the direction our nation research should take.;;;;;;;;;;;;; +annex_champasak_title;Annex Champasak;;;;;;;;;;;;; +annex_champasak_desc;With the end of the last war with Siam, we are in a position to demand their Champasak vassal and annex it to our colony in Indochina.;;;;;;;;;;;;; +ivory_coast_conquest_title;The Annexation of the Ivory Coast;;;;;;;;;;;;; +ivory_coast_conquest_desc;Several English, Dutch and Portuguese settlements and trade posts were established and eventually faded away in the Ivory Coast. If we are to establish a protectorate in the mainland we need to start controlling the coast.;;;;;;;;;;;;; +christimas_and_cocos_adminstration_title;The Christmas and Cocos Transfer;;;;;;;;;;;;; +christimas_and_cocos_adminstration_desc;The governor of Australia petitioned that we let them administer the Christmas and Cocos islands, arguing that the supplies already come from Australia and it would be much more efficiently administered from a nearby region.;;;;;;;;;;;;; +organize_colonial_armies_title;Reform the $COUNTRY_ADJ$ Colonial Army;;;;;;;;;;;;; +organize_colonial_armies_desc;In the past, the amount of overseas colonial troops we had available was limited by logistic factors. Ships, orders, troops and officers took a long time to arrive and the control over the land coupled with the unwillingness of the natives inhabitants to cooperate meant that we didn't realize the full potential of our colonies. We now posses the technology to change that.\n\n§RNOTE: This decision increases the maximum allowed percentage of non animist soldier pops in colonies from 1% to 2%. Animist pops still need to convert before they can go over 1%.§W;;;;;;;;;;;;; +colonial_armies;Colonial Army Reformed;;;;;;;;;;;;; +conquest_of_mocamedes_title;The Moçâmedes Expedition;;;;;;;;;;;;; +conquest_of_mocamedes_desc;The bay that the called Angra do Negro was first explored by the Portuguese in 1785, and was claimed for Portugal by Luís Cândido Cordeiro Pinheiro Furtado, who had been sent there in the frigate Loanda by the then governor-general of Angola, Baron Moçâmedes, who also sent an overland expedition headed by Gregório José Mendes to rendezvous with Furtado. It was they who renamed the bay Moçâmedes in honour of the man who had sent them. In $YEAR$ the then governor-general of Angola sent a fresh expedition to subdue the Sobas or chieftains of the region and establish them as vassals of $COUNTRY$.;;;;;;;;;;;;; +the_1854_plan_title;The Plan of $YEAR$;;;;;;;;;;;;; +the_1854_plan_desc;Born into a lower-middle-class family in Lille, Louis Faidherbe is a sub-director of engineers in the colonies of Senegal. He plays a central role in the implementation of "The Plan of $YEAR$": a series of ministerial orders given to Governor Protet of Senegal that originated in petitions from the powerful Bourdeaux-based Maurel and Prom company, the largest shipping interest in Saint-Louis. The plan specified in detail the creation of forts along the Sénégal River to end African control of the acacia gum trade from the interior. Faidherbe's push to build fortifications farther out generated conflicts with Protet, and his protests to Paris over Protet's inaction quickly awarded him some sympathy in the government. If we were to appoint him to chief of battalion and then governor of the colony, we could quickly put the plan in action and take control of the coastal Wolof kingdoms.;;;;;;;;;;;;; +claim_the_north_title;Claim the Great North;;;;;;;;;;;;; +claim_the_north_desc;The vast northern territories have long been on the rim of our control. We need to cement our claim in the area and claim the north.;;;;;;;;;;;;; +cheju_treaty_port_title;The Cheju Island Concession;;;;;;;;;;;;; +cheju_treaty_port_desc;The Cheju (or Jeju) island, south of Korea, lies in the Korea Strait between Japan and Korea. According to the local legend, three demigods emerged from Samsung which is said to have been on the northern slopes of Mt. Halla and became the progenitors of the Jeju people who founded the Kingdom of Tamna. During the Joseon Dynasty of Korea Jeju islanders were treated as foreigners and Jeju was considered as a place for horse breeding and exile for political prisoners. In the 17th Century, Injo of Joseon issued an edict prohibiting islanders from traveling to the Korean mainland. Despite the poverty, the Island would serve as a good base to exert influence over Korea and Japan and it's the place that's more likely to be ceded - the current owners don't care about it too much.;;;;;;;;;;;;; +zanzibar_treaty_port_title;The Zanzibar Island Concession;;;;;;;;;;;;; +zanzibar_treaty_port_desc;Zanzibar, coming from zangi, a Persian name of a local people, said to mean "black," and the Persian bar, which means coast or shore. The Zanzibar Archipelago consists of several islands lying off the coast of East Africa in the Indian Ocean. There are three main islands plus a number of smaller islets that surround them and an isolated tiny islet. Zanzibar is the centre of the Arab slave trade and projects its power over a long strip of land in Eastern Africa. It would serve as an excellent base of operations and coaling station in East Africa.;;;;;;;;;;;;; +socotra_treaty_port_title;The Socotra Island Concession;;;;;;;;;;;;; +socotra_treaty_port_desc;A small archipelago of four islands in the Indian Ocean, Socotra has been inhabited since the 1st-century AD, appearing as Dioskouridou ("of the Dioscuri") in the Periplus of the Erythraean Sea, a Greek navigation aid. The main city of the island is called Hadibu and with a garrison, a fort and a port, the island would be an ideal place for a coaling station for our ships coming and going from India and Eastern Africa.;;;;;;;;;;;;; +gwadar_treaty_port_title;The Gwadar Treaty Port;;;;;;;;;;;;; +gwadar_treaty_port_desc;Gwadar - meaning "The gateway of wind" in baluchi - is a strategic warm-water deep-sea port and city located on the southwestern Arabian Sea coastline. In 1783, the Khan of Kalat Mir Noori Naseer Khan Baloch granted suzerainty over Gwadar to Taimur Sultan, the defeated ruler of Muscat. It's location would serve as a defensible and well located coaling station between India and Africa.;;;;;;;;;;;;; +ningbo_treaty_port_title;The Ningbo Treaty Port;;;;;;;;;;;;; +ningbo_treaty_port_desc;Ningbo is one of China's oldest cities, with a history dating to the Hemudu culture in 4800 BC. Ningbo was known as a trade city on the silk road at least two thousand years ago, and then as a major port, along with Yangzhou and Guangzhou in the Tang Dynasty, thereafter, the major ports for foreign trade in the Song Dynasty. A walled city sandwiched between the ocean and low-lying mountains to the southwest, with coastal plain and valleys in between, it plays an important role in controlling the important peninsulas of Chuanshan and Xiangshan Peninsula. During the Ming and Qing Dynasties, the textile industry flourished in Ningbo.;;;;;;;;;;;;; +reorganize_lebanon_title;Shuffle Lebanon's Ruling Faction;;;;;;;;;;;;; +reorganize_lebanon_desc;Lebanon is a tangled web of religious minorities - a lot of times hostile to each other. They would serve us better if a faction that isn't hostile to our government was in power.;;;;;;;;;;;;; +organize_lebanon_title;Organize Lebanon;;;;;;;;;;;;; +organize_lebanon_desc;We should organize the colony of Lebanon to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our chosen group, of course.;;;;;;;;;;;;; +kwangchowan_treaty_port_title;The Kwangchowan Treaty Port;;;;;;;;;;;;; +kwangchowan_treaty_port_desc;Kwangchowan - meaning "Guangzhou Bay" - is situated in Guangdong Province (Kwangtung Province) on the east side of the Leizhou Peninsula, north of Hainan. The bay of Kwangchowan and the villages and cities in it could provide a good source of income. Right now the cities are commercially unimportant but strategically located, so it can grow to rival the most profitable cities in China.;;;;;;;;;;;;; +hainan_treaty_port_title;The Hainan Treaty Port;;;;;;;;;;;;; +hainan_treaty_port_desc;The city of Zhuya (Shore of Pearls), name for the famous pearl fisheries of the region, now known as Qiongshan is an important stop to Shanghai and Formosa. Controlling it would give control over all of Hainan and would make an important coaling station.;;;;;;;;;;;;; +taipei_treaty_port_title;The Taiwan Concession;;;;;;;;;;;;; +taipei_treaty_port_desc;The Taipei area is where the major Han Chinese settlements in northern Taiwan and one of the designated overseas trade ports, Tamsui, are located. The area gained economic importance due to the booming overseas trade, especially that of tea export. Controlling it would mean controlling Taiwan and a good amount of the tea trade.;;;;;;;;;;;;; +jiaxing_treaty_port_title;The Jiaxing Treaty Port;;;;;;;;;;;;; +jiaxing_treaty_port_desc;Jiaxing is well known as the 'hometown of silk' and it's a famous producer of textiles and woollens. While not being as important as neighbouring Shanghai, its acquisition would surely help our textile industry.;;;;;;;;;;;;; +weihaiwei_treaty_port_title;The Weihaiwei Treaty Port;;;;;;;;;;;;; +weihaiwei_treaty_port_desc;The port of Weihaiwei serves as the base for the Beiyang Fleet (Northern Seas Fleet) for the Qing Dynasty. Along with Lüshun, it provides a strategic point for the control of the Korea Bay and the Bohai Gulf. Controlling it would put our fleets at the door of the imperial capital of China.;;;;;;;;;;;;; +lushun_treaty_port_title;The Lüshun Treaty Port;;;;;;;;;;;;; +lushun_treaty_port_desc;Sprawling around the narrowest neck of the Liaodong Peninsula, occupying the Southern Tip, Lüshun, also known as Port Arthur, is in a crucial point. It guards the entrance the Imperial Capital of China and the Bohai Sea. Controlling it would provide a strategical hold on the Bohai Gulf and the Korean Bay.;;;;;;;;;;;;; +qingdao_treaty_port_title;The Qingdao Treaty Port;;;;;;;;;;;;; +qingdao_treaty_port_desc;Qingdao is a sleepy fishing town undergoing dramatic changes - a naval station and garrisons were built by the rulers of the Qing dynasty and the increasing presence of western ships is increasing its importance. It would be an splendid gateway to northern China.;;;;;;;;;;;;; +shanghai_treaty_port_title;The Shanghai Treaty Port;;;;;;;;;;;;; +shanghai_treaty_port_desc;For centuries a major administrative, shipping, and trading town, Shanghai grew in importance in the 19th century due to European recognition of its favourable port location and economic potential. This potential can be fully realized under $COUNTRY_ADJ$ administration.;;;;;;;;;;;;; +hong_kong_treaty_port_title;The Hong Kong Treaty Port;;;;;;;;;;;;; +hong_kong_treaty_port_desc;China is the main supplier of its native tea to Europe, whose annual domestic consumption reached 30,046,935 pounds (13,629,060 kg) in 1830, an average of 1.036 pounds (0.470 kg) per head of population. From the $COUNTRY_ADJ$ economic standpoint, Chinese tea was a crucial item since it provides massive wealth for the taipans — foreign (especially $COUNTRY_ADJ$) businessmen in China — while the duty on tea accounted for 10% of the government's income. With a base in Hong Kong our tea and opium trade will profit immensely and the city will, without a doubt, bring us a lot of profit.;;;;;;;;;;;;; +macao_treaty_port_title;The Macao Treaty Port;;;;;;;;;;;;; +macao_treaty_port_desc;Macao lies on the western side of the Pearl River Delta across from Hong Kong. If we are to access the riches of Guangdong and the south of China, controlling Macao would be a good start.;;;;;;;;;;;;; +qeshm_treaty_port_title;The Qeshm Treaty Port;;;;;;;;;;;;; +qeshm_treaty_port_desc;Located in a central point in the Hormuz Strait, the island and city of Qeshm serves as a vital route and trade link to India, East Africa and Persia. Its position in the Persian Gulf is central for the control of the Hormuz Strait.;;;;;;;;;;;;; +ifni_treaty_port_title;The Ifni Treaty Port;;;;;;;;;;;;; +ifni_treaty_port_desc;The Ait Baamran tribe has long inhabited the small town of Ifni and the region surrounding it. They work in husbandry and trade with Europeans and northern Morocco being intermediaries in the trans-Saharan trade. Ifni would serve as an excellent coaling station to central and south Sahara.;;;;;;;;;;;;; +russification_of_finland_title;The Integration of Finland;;;;;;;;;;;;; +russification_of_finland_desc;Having enjoyed prosperity and control over their own affairs, and having remained loyal subjects, the manifesto which the $MONARCHTITLE$ issued on $YEAR$ was cause for Finnish despair. The manifesto was forced through the Finnish senate by the deciding vote of the senate president, an appointee of the $MONARCHTITLE$ — and after the governor-general of Finland had threatened a military invasion and siege. While ostensibly affirming the Finns' rights in purely local matters, the manifesto asserted the authority of the state in any and all matters which could be considered to "come within the scope of the general legislation of the $COUNTRY_ADJ$ empire". The main policies enacted were:\nThe conscription law, incorporating the Finnish army into the $COUNTRY_ADJ$ army.\nThe Language Manifesto of $YEAR$ which made $COUNTRY_ADJ$ the language of administration of Finland.\nThe $COUNTRY_ADJ$ Church was the church of state, including, for example, criminalizing the act of subjecting a follower of said chuch to another church service.\nThe Manifesto of $YEAR$ which asserted the $COUNTRY_ADJ$ government's right to rule Finland without the consent of local legislative bodies, including control of the press if necssary and restrictions of $COUNTRY_ADJ$ currency and stamps as the only ones allowed.\nOur Finnish subjects will surely not like this and they might try to resist.;;;;;;;;;;;;; +force_neuchatel_issue_title;Press our Claims in Neuchatel;;;;;;;;;;;;; +force_neuchatel_issue_desc;We can try to pressure Switzerland over our claim in Neuchatel to finally settle the issue over the ownership of the territory. This will, however, anger the Great Powers of Europe.;;;;;;;;;;;;; +access_to_the_rhine_title;Access to the Rhineland;;;;;;;;;;;;; +access_to_the_rhine_desc;Relations with the ruler of Kassel have been shaky for some time, improving or deteriorating in these turbulent times. Due to conditions beyond our control, they are now forbidding our troops from marching through Kassel to annex our western provinces. This is a direct challenge to $COUNTRY$, which under conventions with the elector has the right to the use of the military roads through Hesse that are our sole means of communication with our Rhine provinces. We can't be cut off like this - immediate action is necessary to secure access to the Rhine.;;;;;;;;;;;;; +build_the_cnr1_title;First Stage of the CNR;;;;;;;;;;;;; +build_the_cnr1_desc;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the second stage, which will be considerably more difficult.;;;;;;;;;;;;; +build_the_cnr2_title;Second Stage of the CNR;;;;;;;;;;;;; +build_the_cnr2_desc;The second stage of the Canadian National Railway, linking Calgary to the Atlantic Coast, has been completed. Now work must begin on the last stage, which will be the longest and most difficult yet as it requires creating a pass through the Rocky Mountains themselves.;;;;;;;;;;;;; +build_the_cnr3_title;Finish the CNR;;;;;;;;;;;;; +build_the_cnr3_desc;After a massive effort expended to create a pass through the Rocky Mountains, the Canadian National Railway has been completed! A single railway now links the Pacific coast to the Atlantic. Crowds have gathered in $CAPITAL$ to celebrate the first locomotive being sent to make the complete journey!;;;;;;;;;;;;; +cede_aden_title;Cede Aden to Yemen;;;;;;;;;;;;; +cede_aden_desc;In order to cement our relation with Yemen we should further our decolonization efforts and cede Aden to them. It will mean the loss of a strategic important port, but it will improve our reputation in the eyes of the other powers of the world.;;;;;;;;;;;;; +establish_writing_system_title;Adopt a Writing System;;;;;;;;;;;;; +establish_writing_system_desc;Our society has worked without a writing system for centuries. The foreign missionaries use these symbols to communicate with each other and to leave notes. If we were to, with their help, codify our language and teach our people, maybe we can become as powerful as the countries they come from.;;;;;;;;;;;;; +tasmania_penal_colony_title;Van Diemen's Land Penal Colony;;;;;;;;;;;;; +tasmania_penal_colony_desc;In 1803 the island south of Australia was colonized by the British as a penal colony with the name Van Diemen's Land, and became part of the British colony of New South Wales. Male convicts served their sentences as assigned labour to free settlers or in gangs assigned to public works. Only the most difficult convicts (mostly re-offenders) were sent to the Tasman Peninsula prison known as Port Arthur. Female convicts were assigned as servants in free settler households or sent to a female factory (women's workhouse prison). There were five female factories in Van Diemen's Land. Convicts completing their sentences or earning their ticket-of-leave often promptly left Van Diemen's Land. Many settled in the new free colony of Victoria, to the dismay of the free settlers in towns such as Melbourne.\n\nWe can abolish the penal colony and convert the island to a regular colony. Changing the name to Tasmania from Van Diemen's Land should help our government to clear a little bit of the stigma that the island has.;;;;;;;;;;;;; +claim_argentina_chaco_title;Claim the Argentinian Chaco;;;;;;;;;;;;; +claim_argentina_chaco_desc;The Gran Chaco has been a disputed territory since 1810. Officially, it was supposed to be part of Argentina, Bolivia and Paraguay, although a bigger land portion west of the Paraguay River has belonged to Paraguay since its independence. It's for us to make good on our claims in the area.;;;;;;;;;;;;; +UBD_germans_accepted_title;Restore the Baltic German Nobility;;;;;;;;;;;;; +UBD_germans_accepted_desc;Baltic Germans have lived in the Baltic States for a long time and while they were once one of the dominant forces in the region, they no longer hold any power in the government or society. As the Baltic States are under our protection and control, we should reinstall the German nobility to serve us better.;;;;;;;;;;;;; +add_lithuania_baltic_states_title;Integrate Lithuania in the Baltic States;;;;;;;;;;;;; +add_lithuania_baltic_states_desc;Although not considered part of the Baltic States proper, Lithuania is small enough to be added to the Baltic Administration. This wouldn't please the Lithuanians at all and the only way it can be done is through force, but it would make managing our Baltic Allies easier.;;;;;;;;;;;;; +1850_compromise_title;The $YEAR$ Compromise;;;;;;;;;;;;; +1850_compromise_desc;Senators Henry Clay and Stephen A. Douglas have presented a draft proposal for a compromise on the slavery issue centred around the premise of popular sovereignty as the determinant for slavery or abolitionism in the territories. By supporting the draft proposal, we could calm tensions over the slavery issue for at least some time. The compromise is a package of five separate bills which will defuse a four-year political confrontation between slave and free states regarding the status of territories acquired during the Mexican-American War. The mains points are:\n1. Texas surrenders its claim to New Mexico, over which it had threatened war, as well as its claims north of the Missouri Compromise Line. It retains the Texas Panhandle and the federal government will took over the state's public debt.\n2. California is admitted as a free state with its current boundaries.\n3.The Wilmot Proviso will be fully rejected.\n4.The slave trade (but not slavery altogether) will be banned in Washington D.C.;;;;;;;;;;;;; +conquer_conakry_title;The Conakry Protectorate;;;;;;;;;;;;; +conquer_conakry_desc;Since the 18th century, Portuguese, British and French traders had established small stations on the coast which was called Rivieres du Sud by the French. The Portuguese had trading stations at Rio Pongo and Rio Nunez, mostly for the purchase of enslaved Africans captured inland and brought to the coast. By 1820, British suppression of the slave trade and Portuguese imperial decline saw these posts abandoned, with British and French traders moving in. The French admiral Bouët-Willaumez made a number of treaties with coastal communities in the area (usually under the threat of force), and ensured Marseilles based trade houses exclusive access to the palm oil trade by the 1840s. Used for making soap, the palm oil trade was with Diola merchants who established markets in the interior, and transported it to the coastal stations. We can formalize the colonial structure of these trade posts and routes to effectively take control of Conakry.;;;;;;;;;;;;; +senegal_gambia_border_treaty_title;The Senegal-Guinea-Bissau Borders;;;;;;;;;;;;; +senegal_gambia_border_treaty_desc;A dispute arose with another country over our colonial borders in Senegal and Guinea-Bissau. Citizens poured and live in Ziguinchor province. According to the principles of Effective Occupation established in Conference of Berlin, the territory belong to us. But it has been under rule of another nation for a long time and thus the dispute arose. Our diplomats are trying to organize an exchange - Gabu for Ziguinchor, or at least an indemnity in exchange for the province, now we just need to propose this deal to our good neighbours. If we don't have territory to exchange, we will have to pay §R200,000¤§W for our purchases, up front or in instalments, if the deal proceeds. (You can know if you will pay if the event fired has "purchase" in its name).;;;;;;;;;;;;; +effective_occupation_western_sahara_title;The Occupation of Western Sahara;;;;;;;;;;;;; +effective_occupation_western_sahara_desc;While in the Berlin Conference, whereat the European powers were establishing the rules for setting up zones of influence or protection in Africa was ongoing, $COUNTRY$ declared "a protectorate of the African coast" from Cape Blanc to Cape Bojador on $YEAR$. Under the principle of Effective Occupation established by the Berlin Conference, the need to effectively control the area to have the claim recognized was established, and that's what $COUNTRY$ is doing.;;;;;;;;;;;;; +austro_hungarian_border_treaty_title;The Austrian - Hungarian Border Treaty;;;;;;;;;;;;; +austro_hungarian_border_treaty_desc;Our diplomats are drafting a friendship and border treaty between ourselves and our neighbours, to settle outstanding issues between the perceived territory of the two countries. The treaty would include population exchanges, border delimitation and a treaty of friendship. If we sign this deal it will also show the world our will to settle issues diplomatically and our government respect of the will of the people.;;;;;;;;;;;;; +claim_fiume_title;The Fiume Question;;;;;;;;;;;;; +claim_fiume_desc;Although Croatia had constitutional autonomy within Hungary, the City of Fiume was independent, governed (as a corpus separatum) directly from Budapest by an appointed governor, as Hungary's only international port. Our claims and ties to Fiume are strong and its naval base and port would play an important role in serving us.;;;;;;;;;;;;; +abolish_italian_minors_title;The Italian States;;;;;;;;;;;;; +abolish_italian_minors_desc;The unification of Italy wasn't a smooth process and the result was local autonomy in the old states that composed Italy. We need an united nation and to accomplish that we must abolish local self rule and privileges.;;;;;;;;;;;;; +canadian_lands_title;The Canadian Lands;;;;;;;;;;;;; +canadian_lands_desc;Some of the lands claimed by our Canadian dominion are still under our direct control, and transferring sovereignty to them would greatly help our relations.;;;;;;;;;;;;; +guantanamo_bay_lease_title;The Guantanamo Bay Lease;;;;;;;;;;;;; +guantanamo_bay_lease_desc;The Guantanamo Bay in the island of Cuba is the largest natural harbour on the south side of the island and it is surrounded by steep hills which create an enclave that is cut off from its immediate hinterland. It would make an excellent coaling station and it's natural harbour would allow for ships to stay there during the hurricane seasons while allowing us to project our power in the Caribbean. Some of our best diplomats can prepare a lease document to justify our use of such strategic territory.;;;;;;;;;;;;; +selling_danish_virgin_islands_title;Buy the Virgin Islands;;;;;;;;;;;;; +selling_danish_virgin_islands_desc;The Virgin Islands were originally inhabited by the Arawak, Carib, and Cermic, all of whom are thought to have perished during the colonial period. The owner of the islands of St. Thomas, Saint John and Saint Croix, the Virgin Islands we are looking to buy, are poorly managing them for decades, and now they are costing them money - a lot. There are still some elements that resist selling the islands to us but - with the right conditions - we might be able to make an offer they can't deny.;;;;;;;;;;;;; +brazilian_rubber_boom_title;Encourage the Amazon Rubber Boom;;;;;;;;;;;;; +brazilian_rubber_boom_desc;The rubber boom or Ciclo da borracha was an important part of the economic and social history of Brazil and Amazonian regions of neighbouring countries, being related to the extraction and commercialization of rubber. Centered in the Amazon Basin, the boom resulted in a large expansion of European colonization in the area, attracting immigrant workers, generating wealth and causing cultural and social transformations. It encouraged the growth of cities such as Manaus, Porto Velho, and Belém, capitals within the respective Brazilian states of Amazonas, Rondônia and Pará.;;;;;;;;;;;;; +integrate_kazakhstan_title;Integrate Kazakhstan;;;;;;;;;;;;; +integrate_kazakhstan_desc;With the central states in Asia under our control, the only one remaining is Kazakhstan. It's time we make it an integral part of Russia.;;;;;;;;;;;;; +greater_tibet_title;Greater Tibet;;;;;;;;;;;;; +greater_tibet_desc;The Tibetan Empire once ruled a vast land that was taken away from us by the barbarians. The Tibetan people still live in these lands and the time has come for us the claim what's historically ours.;;;;;;;;;;;;; +reorganize_timor_title;Reorganize Timor;;;;;;;;;;;;; +reorganize_timor_desc;Now that we have taken possession of Dili, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;; +organize_timor_title;Organize Timor;;;;;;;;;;;;; +organize_timor_desc;To better take advantage of our colonies in Timor, we should organize and centralize the administration while modernizing the country just enough to have a modern infrastructure.;;;;;;;;;;;;; +abolish_wallachia_moldavia_title;Abolish Wallachia and Moldavia;;;;;;;;;;;;; +abolish_wallachia_moldavia_desc;The old divisions of Wallachia and Moldavia are now all but obsolete, Romania is united and the princely titles exist no more. It's time to abolish these obsolete divisions once and for all.;;;;;;;;;;;;; +abolish_transylvania_title;Abolish Transylvania;;;;;;;;;;;;; +abolish_transylvania_desc;The old division of Transylvania is now all but obsolete, Romania is united and the princely titles exist no more. It's time to abolish these obsolete divisions once and for all.;;;;;;;;;;;;; +st_barths_question_title;The Saint Barthélemy Question;;;;;;;;;;;;; +st_barths_question_desc;The island of Saint Barthélemy had belonged to France until 1784, when it was transferred to Sweden in return for trade privileges in Gothenburg. However, the island proved expensive to maintain. We can push for an agreement and a referendum on the island status and future, but there's always the chance that they might cede the island to another power to avoid conflict with us. Even if we lost the referendum, we will still be able to claim the island.\n\n§RWe are offering to pay up to 50,000¤ for the island. If we don't have the money, we will owe it.§W;;;;;;;;;;;;; +shinbutsu_bunri_title;Adopt the Shinbutsu Bunri;;;;;;;;;;;;; +shinbutsu_bunri_desc;The Japanese term shinbutsu bunri indicates the separation of Shinto from Buddhism and therefore the separation of kami (native Shinto deities) from Buddhas (Buddhist deities), and of Buddhist temples from Shinto shrines (jinja). Until the end of the Edo period Shinto and Buddhism were intimately connected in what was called shinbutsu-shugo, to the point that the same buildings were often used as both Shinto shrines and Buddhist temples, and Shinto gods were interpreted as manifestations of Buddhas. The new government saw shinbutsu bunri as a way to reduce the immense wealth and power of the Buddhist sects. At the same time, it was supposed to give Shinto, and especially its cult of the Emperor, time to grow into an effective vehicle for nationalism. A first order issued by the Jingijimuka on $YEAR$ ordered the defrocking of shaso and betto (shrine monks performing Buddhist rites at Shinto shrines). A few days later, the Daijokan banned the application of Buddhist terminology such as gongen to Japanese kami and the veneration of Buddhist statues in shrines. Next came a ban on applying the Buddhist term Daibosatsu (Great Bodhisattva) to the syncretic kami Hachiman at the Iwashimizu Hachiman-gu and Usa Hachiman-gu shrines. In the final stage, all the defrocked betto and shaso were told to become "shrine priests" (kannushi) and return to their shrines and monks of the Nichiren sect were told not to refer to some deities as kami.;;;;;;;;;;;;; +imperial_rescript_title;The Imperial Rescript on Education;;;;;;;;;;;;; +imperial_rescript_desc;Following the Meiji Restoration, the leadership of the Meiji government felt the need to emphasize the common goals of rapid modernization (westernization) with support and legitimization of the political system centred on the imperial institution. In the 1870s and 1880s, Motoda Nagazane and other conservatives pushed for a revival of the principles of Confucianism as a guide for education and public morality; however, Inoue Kowashi and other proponents of the 'modernization' of Japan felt that this would encourage a return to the old feudal order, and pushed for an "emperor-centred" philosophy. Prime Minister Yamagata Aritomo authorized the drafting of the Rescript, which was a compromise written largely by Inoue Kowashi with input from Motoda Nagazane and others. After it was issued, the Rescript was distributed to all schools in the country, together with a portrait of Emperor Meiji.;;;;;;;;;;;; +formosa_independence_title;Assert Independence;;;;;;;;;;;;; +formosa_independence_desc;The rebellious government in China tried unsuccessfully to defeat the rightful government - our government - by invading Formosa, but they failed. It's time to assert our independence and negotiate with the great powers and the rebels our perpetual independence and our recognition as a free country.;;;;;;;;;;;;x ; +occupy_kita_ezo_title;Conquer Kita Ezo;;;;;;;;;;;;; +occupy_kita_ezo_desc;Foreigner powers encroach our territory, we need to show our strength by consolidating our grip over Kita Ezo, as Russian influence grows from the west and threatens to engulf the island and its native inhabitants.;;;;;;;;;;;;; +greater_croatia_title;Velika Hrvatska;;;;;;;;;;;;; +greater_croatia_desc;The concept of a Greater Croatian state has its modern origins with the Illyrian movement, a pan-South-Slavism cultural and political campaign with roots in the early modern period, and revived by a group of young Croatian intellectuals during the first half of the 19th century. Although this movement arose in the developing European nationalist context of the time, it particularly arose as a response to the more powerful nationalist stirrings in the then-Kingdom of Hungary, of which Croatia was a part.;;;;;;;;;;;;; +annex_sigmaringen_title;Create the Province of Hohenzollern;;;;;;;;;;;;; +annex_sigmaringen_desc;The principalities of Hohenzollern-Sigmaringen and Hohenzollern-Hechingen, both independent principalities ruled by the Catholic princely lines of the House of Hohenzollern, are inherently tied to our country. The tumultuous atmosphere of the liberal revolutions left the catholic princes willing to negotiate and now they are both in a position to hand over their sovereignty to us.;;;;;;;;;;;;; +establish_the_majles_title;Establish the Majles;;;;;;;;;;;;; +establish_the_majles_desc;Now that our great state finally has a Constitution stating the rules of the Law, we need to establish a Parliament to assure that it is uphold and the executive doesn't abuse its power. Let's unite the representatives of the people! Long live the Majles-e Shora-ye Eslami!;;;;;;;;;;;;; +anglo_persian_oil_company_title;Found the Anglo-Persian Oil Company;;;;;;;;;;;;; +anglo_persian_oil_company_desc;The English Anglo-Persian Oil Company was the first company to extract petroleum from Iran. In 1901 William Knox D'Arcy negotiated an oil concession with Mozaffar al-Din: he would assume exclusive rights to prospect for 60 years in a vast tract of territory and in exchange the Shah received 20,000 pounds, an equal amount in shares, and a promise of future profits. In early May 1908 D'Arcy, having sunk more than 500,000 pounds into their Persian venture and found no oil, sent a telegram saying that they had run out of money and ordering to "cease work, dismiss the staff, dismantle anything worth the cost and come home." The geologist George Bernard Reynolds delayed following these orders and in a stroke of luck, struck oil shortly after on May 26, 1908.;;;;;;;;;;;;; +claim_sakhalin_china_title;Claim Sakhalin;;;;;;;;;;;;; +claim_sakhalin_china_desc;The eastern natural frontier of $COUNTRY$ always has been the Sakhalin islands, but our nation has been humiliated for too long by the foreign barbarians. It's time to revoke the unequal treaties, the forced terms and armistices that made the old rulers relinquish our rights over our old territory. It's time to bring the eastern border back under our control.;;;;;;;;;;;;; +selling_danish_india_title;The Danish India;;;;;;;;;;;;; +selling_danish_india_desc;During the Napoleonic Wars, the British attacked Danish shipping, and devastated the Danish East India Company's India trade. In May 1801 – August 1802 and 1808 – 20 September 1815 the British even occupied Dansborg and Frederiksnagore. The Danish colonies went into decline and now it's time to find a new owner for them. Our estimative is that we can get 20,000¤ for our cities in India.;;;;;;;;;;;;; +gadsden_purchase_title;The Gadsden Purchase;;;;;;;;;;;;; +gadsden_purchase_desc;Questions and disputes linger, unresolved, with Mexico. Natives on the rims of our territory attack our neighbour and we agreed to protect them from that, but the lack of control didn't help and the attacks carry on. The Mexicans also claim we owe them indemnity over the attacks and argue we agreed to pay under the conditions of our last treaty. These continuing tensions between Mexico and us complicated our efforts to find a southern route for a transcontinental railroad as the only viable routes passed through Mexican territory. Attempting to defuse the situation, $COUNTRY_ADJ$ $MONARCHTITLE$ sent James Gadsden, the new $COUNTRY_ADJ$ Minister to Mexico, to negotiate with Santa Anna. Secretary of State William Marcy instructed Gadsden to renegotiate a border that provided a route for a southern railroad, arrange for a release of $COUNTRY_ADJ$ financial obligations for Native American attacks, and settle the monetary claims between the countries related to the Garay project.\n\n§RNOTE: You need 100,000¤ to buy all the land if the Mexican government agrees to it. 50,000¤ is the minimum for the minimum land purchase.§W;;;;;;;;;;;;; +restore_miskito_title;The Restoration of the Miskito Reserve;;;;;;;;;;;;; +restore_miskito_desc;With our enemies defeated, we can force their hand in the peace deal to restore the Miskito Reserve.;;;;;;;;;;;;; +occupy_miskito_title;Annex the Miskito Reserve;;;;;;;;;;;;; +occupy_miskito_desc;Historically a British colony and protectorate, the Miskito Coast was claimed by Nicaragua and later granted self rule under Nicaragua by King George Augustus Fredric II, who accepted the change on condition that he should retain his local authority, and receive a yearly subvention of a thousand pounds until 1870. On his death in 1865, his successor, William Henry Clarence, wasn't recognized by our government and with their allies and protectors far away, organizing a quick invasion and occupation of the territory who rightfully belongs to our country should be an easy affair.;;;;;;;;;;;;; +dutch_wallonia_title;$COUNTRY_ADJ$ Wallonia;;;;;;;;;;;;; +dutch_wallonia_desc;During the Belgian independence, the Walloons renamed the towns, natural features, roads and villages in their language. With the return of the rightful $COUNTRY_ADJ$ rule in the region, there would be nothing more natural than restoring the proper names.;;;;;;;;;;;;; +texan_claims_title;The Texan Claims;;;;;;;;;;;;; +texan_claims_desc;Hoping that, after peace is made with Mexico, they could build a railroad to the Gulf of California to give "access to the East Indian, Peruvian and Chilean trade", the Texan leaders decided to claim the Rio Grande as the boundary with Mexico, including much of New Mexico.;;;;;;;;;;;;; +ionian_islands_question_title;Treaty of London (1864);;;;;;;;;;;;; +ionian_islands_question_desc;The Ionian Islands had been an amical protectorate of the United Kingdom ever since the end of the Napoleonic Wars. In 1862 the protectorate was deemed to expensive to maintain, and the islands were, after two years of negotiations, seceded to Greece.;;;;;;;;;;;;; +renamed_istanbul_back_title;Restore Istanbul;;;;;;;;;;;;; +renamed_istanbul_back_desc;The city of Istanbul is now under our rule. It is known by many names but to signal our reconquest we should rename it back to Istanbul.;;;;;;;;;;;;; +renamed_istanbul_tsargrad_title;Tsargrad;;;;;;;;;;;;; +renamed_istanbul_tsargrad_desc;The city of Istanbul is now under our rule. It is known by many names but to signal our conquest we should rename it to something more appropriate to our culture.;;;;;;;;;;;;; +renamed_istanbul_constantinople_title;Restore Constantinople;;;;;;;;;;;;; +renamed_istanbul_constantinople_desc;The city of Istanbul is now under our rule. It is known by many names, but we should restore the old and original name of the city: Constantinople.;;;;;;;;;;;;; +sudeteland_exchange_title;The Moravian Exchange;;;;;;;;;;;;; +sudeteland_exchange_desc;To normalize our relations after the last war, we should strike a deal with the former owner of Moravia and exchange the conquered territory for the bordering territories with a German majority.;;;;;;;;;;;;; +budapest_united_title;Found Budapest;;;;;;;;;;;;; +budapest_united_desc;In the 18th and 19th century Pest became the natural commercial, transportation, industrial and cultural centre of Hungary while nearby towns of Buda and Óbuda remained small. The Chain Bridge linking Buda with Pest was opened some time ago as the first permanent bridge across the Danube and everyday the town of Pest grows in importance, rivalling Vienna. But to have a modern metropolis, with enough space for a growing population and big enough to accommodate the ever growing Pest, it would be wise if we unified the three towns of Buda, Óbuda and Pest in one capital: Budapest.;;;;;;;;;;;;; +establish_the_kaitakushi_title;Establish the Kaitakushi;;;;;;;;;;;;; +establish_the_kaitakushi_desc;The new Government viewed the development of Hokkaido as essential to Japan's prosperity and defence, and established the Hokkaido Kaitakushi (Development Commission) in 1869. The government invited farmers, soldiers and other immigrants from across the nation to promote the development of the wild land. The Kaitakushi also invited Horace Capron, former U.S. Secretary of Agriculture, to adopt overseas technology. The introduction of American technology helped advance both development and modernization, leading to the development of capital-intensive farming, the opening of coal mines and the construction of lumber mills, breweries and canneries that made use of local resources. With the construction and improvement of roads, ports and railways and the opening of the Seikan sea route between Honshu island (Aomori) and Hokkaido (Hakodate), urban areas will be formed throughout Hokkaido.;;;;;;;;;;;;; +japanese_outer_manchuria_title;The Enkaishu Region;;;;;;;;;;;;; +japanese_outer_manchuria_desc;The northern coast of the Asiatic continent, known to us by the name of Enkaishu, now is firmly in our hands. Nothing better to demonstrate that, and to encourage immigration, than renaming it to proper Japanese names.;;;;;;;;;;;;; +chinese_outer_manchuria_title;The Guanwai Region;;;;;;;;;;;;; +chinese_outer_manchuria_desc;For too long outsiders dominated Guanwai. And now we expelled the barbarians. They called these Chinese lands by foreign names for too long, replacing them all and using their barbaric language everywhere. We should restore the proper names for this region and for these provinces as soon as possible.;;;;;;;;;;;;; +abolish_los_fueros_title;Abolish the Fueros;;;;;;;;;;;;; +abolish_los_fueros_desc;The relentless centralizing drive of the Spanish Crown led, after the end of the First Carlist War, to the reduction of the Basque institutional and legal system (called Fueros), but it was only after the last Carlist War that it was virtually wiped out. After the war, a new Spanish constitution was drawn up in order to establish a unitarian and central administration in Spain cut out according to a Spanish-Castilian pattern. Navarre was affected, but for the moment it was spared from further curtailments due to their 1841 "Compromise Act" (Ley Paccionada) that turned officially the semi-autonomous Kingdom of Navarre into another province of Spain. The Basques were forced to enrol in the Spanish military on an individual basis, and not in separate groups or corps, despite the fact that many Basques could hardly articulate a pair of phrases in Spanish, exposing them at best to stressful experiences. These changes allowed Spain to turn in a modern unified country, shaking off the last bits of the Ancien Régime, the first step to end the regionalism driving the forces behind the Carlists and Christinos.;;;;;;;;;;;;; +petrograd_renaming_act_title;Renaming Saint Petersburg;;;;;;;;;;;;; +petrograd_renaming_act_desc;The war with the Germans rage on and our government has a proposal to rename the city of Saint Petersburg to Petrograd, meaning "Peter's City", to remove the German words Sankt and Burg.;;;;;;;;;;;;; +greater_norway_title;Greater Norway;;;;;;;;;;;;; +greater_norway_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;; +new_life_in_the_new_world_title;A New Life in the New World;;;;;;;;;;;;; +new_life_in_the_new_world_desc;With the large political freedom that's enjoyed in our country, there's a new proposal in the upper house to boost our numbers: large numbers of Europeans can be brought to our country to work in the fields, their travel being paid by the $COUNTRY_ADJ$ government. Propaganda, incentives, paid travel ticket's and treaties can be signed with other governments so to increase the number of immigrants that arrive in our country. Come start a new life in $COUNTRY$!;;;;;;;;;;;;; +integrate_neuchatel_prussia_title;Integrate Neuchatel;;;;;;;;;;;;; +integrate_neuchatel_prussia_desc;The Neuchatel Crisis was resolved in our favour, and we may now declare Neuchatel an integral part of our nation.;;;;;;;;;;;;; +integrate_neuchatel_title;Declare the Neuchatel Republic;;;;;;;;;;;;; +integrate_neuchatel_desc;The Neuchatel Crisis was resolved in our favour, and we may now declare the Neuchatel Republic an integral part of our nation.;;;;;;;;;;;;; +integrating_rgs_title;Integrate Rio Grande do Sul;;;;;;;;;;;;; +integrating_rgs_desc;Rio Grande do Sul, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;;; +integrating_bahia_title;Integrate Bahia;;;;;;;;;;;;; +integrating_bahia_desc;Bahia, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;;; +integrating_pernambuco_title;Integrate Pernambuco;;;;;;;;;;;;; +integrating_pernambuco_desc;Pernambuco, claimed by Brazil as part of their nation, is now in a position that facilitates their return to Brazil. We can broke a deal and oversee that the state returns to its former union.;;;;;;;;;;;;; +heavenly_capital_title;The Heavenly Capital;;;;;;;;;;;;; +heavenly_capital_desc;Our forces have capture Nanjing, the Ming dynasty's former capital, and we now can decree it the Heavenly Capital - Tianjing.;;;;;;;;;;;;; +abolish_heavenly_capital_title;Nanjing Recaptured;;;;;;;;;;;;; +abolish_heavenly_capital_desc;Our forces have capture Nanjing, the Ming dynasty's former capital, renamed Tianjing by the Taiping rebels. We need to clear the rebel stain and restore the city's historical name.;;;;;;;;;;;;; +champassak_integration_act_title;Centralizing Champasak;;;;;;;;;;;;; +champassak_integration_act_desc;Champasak has existed as our vassal for decades, but as our country modernizes, we must also centralize the administration. It's time to bring them in the fold.;;;;;;;;;;;;; +claim_tibet_title;Claim Tibet;;;;;;;;;;;;; +claim_tibet_desc;Tibet has long been a part of China, but during the period of chaos it broke free. It's time to return the wayward son to its motherland.;;;;;;;;;;;;; +the_totalitarian_regime_title;The Totalitarian System;;;;;;;;;;;;; +the_totalitarian_regime_desc;We must finish once and for all with the neutrality of chess. We must condemn once and for all the formula 'chess for the sake of chess', like the formula 'art for art's sake'. We must organize shock brigades of chess-players, and begin immediate realization of a Five-Year Plan for chess. Our nation took all the necessary steps and the framework for a new kind of political system, a political system in which the state holds total authority over the society and seeks to control all aspects of public and private life wherever possible. We must make all this official, tie the loose ends, and establish absolute control over society.;;;;;;;;;;;;; +ideological_indoctrination_fascist_title;Ideological Indoctrination and Mass Propaganda;;;;;;;;;;;;; +ideological_indoctrination_fascist_desc;$COUNTRY$ recognizes that the foundation of our system depends upon complete dedication of the people to the state through education in the broad fields of engineering, the natural sciences, the life sciences and social sciences, along with basic education. With the fascist takeover, fascist ideology began to permeate the educational system and indoctrination is crucial to the success of the revolution and the perseverance of $COUNTRY$.;;;;;;;;;;;;; +ideological_indoctrination_communist_title;Ideological Indoctrination and Mass Propaganda;;;;;;;;;;;;; +ideological_indoctrination_communist_desc;$COUNTRY$ recognizes that the foundation of our system depends upon complete dedication of the people to the state through education in the broad fields of engineering, the natural sciences, the life sciences and social sciences, along with basic education. With the communist takeover, communist ideology began to permeate the educational system and indoctrination is crucial to the success of the revolution and the perseverance of $COUNTRY$.;;;;;;;;;;;;; +the_cult_of_personality_title;The Cult of Personality;;;;;;;;;;;;; +the_cult_of_personality_desc;Thank you, $MONARCHTITLE$. Thank you because I am joyful. Thank you because I am well. No matter how old I become, I shall never forget how we received $MONARCHTITLE$ two days ago. Centuries will pass, and the generations still to come will regard us as the happiest of mortals, as the most fortunate of men, because we lived in the century of centuries, because we were privileged to see $MONARCHTITLE$, our inspired leader... Everything belongs to thee, chief of our great country. And when the woman I love presents me with a child the first word it shall utter will be: $MONARCHTITLE$... The men of all ages will call on thy name, which is strong, beautiful, wise and marvellous. Thy name is engraven on every factory, every machine, every place on the earth, and in the hearts of all men. Every time I have found myself in his presence I have been subjugated by his strength, his charm, his grandeur. I have experienced a great desire to sing, to cry out, to shout with joy and happiness. And now see me--me!--on the same platform where the Great $MONARCHTITLE$ stood a year ago. In what country, in what part of the world could such a thing happen.;;;;;;;;;;;;; +the_fascist_terror_title;The Purge;;;;;;;;;;;;; +the_fascist_terror_desc;In this hour I'm responsible for the fate of the $COUNTRY_ADJ$ people, and thereby I became the supreme judge of the $COUNTRY_ADJ$ people. I gave the order to shoot the ringleaders in this treason, and I further gave the order to cauterize down to the raw flesh the ulcers of this poisoning of the wells in our domestic life. Let the nation know that its existence — which depends on its internal order and security — cannot be threatened with impunity by anyone! And let it be known for all time to come that if anyone raises his hand to strike the State, then certain death is his lot.;;;;;;;;;;;;; +the_red_terror_title;The Great Patriotic Purge;;;;;;;;;;;;; +the_red_terror_desc;To overcome our enemies we must have our own socialist militarism. We must carry along with 90 percent out of the total population of $COUNTRY$. As for the rest, we have nothing to say to them. They must be annihilated. Do not look in the file of incriminating evidence to see whether or not the accused rose up against the proletariat with arms or words. Ask him instead to which class he belongs, what is his background, his education, his profession. These are the questions that will determine the fate of the accused. That is the meaning and essence of the Red Terror.;;;;;;;;;;;;; +greater_iran_title;Greater Iran;;;;;;;;;;;;; +greater_iran_desc;Iran has been historically humiliated by other powers, not least with the treaties of Gulista and Turkmanchey. The lands in the fringe of Iranian control fell to our enemies or to anarchy and our lands were taken away. It's now time that to brush away this humiliating treaties and return the Iranian people and the Iranian lands back to our control.;;;;;;;;;;;;; +travel_to_europe_title;Travel to Europe;;;;;;;;;;;;; +travel_to_europe_desc;Naser al-Din was the first Iranian sovereign to travel to Europe and thus settled a short-lived but important tradition of the Qajar dynasty. He went in 1873-and was appointed by Queen Victoria a Knight of the Order of the Garter, the highest English order of chivalry - and then again in 1878 - when he saw a Royal Navy Fleet Review - and finally in 1889. He was reportedly amazed with the technology he saw and wrote a wildly popular diary which got published in several languages including Iranian, German, French, and Dutch.;;;;;;;;;;;;; +appoint_mirza_title;Appoint Mirza Taghi;;;;;;;;;;;;; +appoint_mirza_desc;Mirza Taghi Khan Farahani known as Amir Kabir, was chief minister to Naser al-Din Shah Qajar, the Shah of Persia, for the first three years of his reign and one of the most capable and innovative figures to appear in the whole Qajar period. Born in Hazaveh and put to death in 1852, he is a controversial historical figure: considered by some to be Iran's first reformer and wildly respected by liberal nationalists, he is seen as a modernizer who was unjustly struck down while attempting to bring gradual reform to the country.;;;;;;;;;;;;; +persian_cinema_title;Iranian Cinema;;;;;;;;;;;;; +persian_cinema_desc;During his first visit in Europe, the Shah Mozaffar ad-Din was introduced to the "cinematographe" in Paris, France. Immediately falling in love with the silver screen the Shah ordered his personal photographer to acquire all the equipment and knowledge needed to bring the moving picture to Persia, thus starting the "Iranian cinema" which quickly became popular.;;;;;;;;;;;;; +renaming_act_back_lushun_title;The Lüshun Port;;;;;;;;;;;;; +renaming_act_back_lushun_desc;The small port city of Lüshun is now back in our hands. The barbarians foreigners who took it renamed it, its streets and and locations, in many foreign names in an attempt to claim the area. It's time we erased their influence from the area.;;;;;;;;;;;;; +annex_limburg_NET_title;Annex Limburg;;;;;;;;;;;;; +annex_limburg_NET_desc;The Duchy of Limburg, made sovereign to compensate the Germans with the loss of Luxembourg in their customs union, became an outdated and unnecessary concept. The preparations are done and we may annex Limburg to the Netherlands now. The conditions are right and the Germans won't protest this move.;;;;;;;;;;;;; +annex_limburg_title;Annex Limburg;;;;;;;;;;;;; +annex_limburg_desc;Limburg is liberated, and as a part of the old German Confederation, it should be annexed as an integral part of our country.;;;;;;;;;;;;; +abandon_the_finnish_title;Abandon the Finnish;;;;;;;;;;;;; +abandon_the_finnish_desc;Our Nordic brothers fear that we may try to control the Scandinavian union by using a Finnish and Swedish majority. One of the requirements, one of the things they are most adamant about, is that we guarantee only Nordic people will be allowed in a possible Scandinavian union, each one represented equally. Perhaps in the future we can sway their resolve but for now, if we ever hope to achieve an union, we will have to remove the Finns from positions of power and relegate them to second class citizens status.;;;;;;;;;;;;; +claim_finland_title;Claim Finland;;;;;;;;;;;;; +claim_finland_desc;Finland was, historically, part of Sweden and it's an integral part of Fennoscandia - the natural extension of Scandinavia. A whole and united Scandinavia requires nothing less than Finland.;;;;;;;;;;;;; +embrace_nordism_title;Promote Nordism;;;;;;;;;;;;; +embrace_nordism_desc;Expanding upon Pan-Scandinavism, which argues for a common nation for all Scandinavian nations, Nordism argues for the same among all Nordic countries, including the Icelandic and Finnish peoples. We will need to persuade all Nordic peoples that this will be for the greater good of $COUNTRY$, but if sucessful, we will strengthen the ties that bind all the Nordic peoples together.;;;;;;;;;;;;; +build_titanic_title;Build the Titanic;;;;;;;;;;;;; +build_titanic_desc;A few financiers approached the government with the proposal to build one of the biggest ships ever built, dubbing it the Titanic. This Olympic-class ship will be 882 feet 9 inches (269.06 m) long with a maximum breadth of 92 feet 6 inches (28.19 m). Its total height, measured from the base of the keel to the top of the bridge, will be 104 feet (32 m). It will measure 46,328 gross register tons and with a draught of 34 feet 7 inches (10.54 m), weighting 52,310 tons. It will be able to take up to 3,327 people and for its maiden voyage it will have no less than the task of crossing the ocean.;;;;;;;;;;;;; +alexander_reforms_title;Enact Alexander's Reforms;;;;;;;;;;;;; +alexander_reforms_desc;The disastrous results of the economy prompted the tsar, Alexander II, to consider reforms. Alexander hoped that agricultural production could be modernized and made more efficient by eliminating the last remnants of serfdom. This would assist the transformation of Russia from a backward agricultural economy into a modern industrial and capitalist economy. More urgently, Alexander agreed to other liberalizations of Russian society. Among these were the creation of representative bodies called zemstva, in effect a form of local government in villages and provinces, given authority to dispense education, charitable relief and other services. The 'reformer tsar' also ordered the reformation of the army and navy, the implementation of new legal processes and an overhaul of the penal code.;;;;;;;;;;;;; +found_suez_canal_company_title;Found the Suez Canal Company;;;;;;;;;;;;; +found_suez_canal_company_desc;The prospect of building a canal in the Suez has grown a serious interest in the area and the potential profit it might bring. By establishing a $COUNTRY_ADJ$ Canal Company we can assert our dominance in Egypt and get a step closer to start building the canal.;;;;;;;;;;;;; +vassalize_trucial_states_title;The Trucial Treaty;;;;;;;;;;;;; +vassalize_trucial_states_desc;Ambitions of other Great Powers in the area of the Trucial States are increasing, and it's time to tight our influence on them. Under a new treaty, the sheikhs agreed not to dispose of any territory except to $COUNTRY$ and not to enter into relationships with any foreign government other than $COUNTRY$ without its consent. In return, the $COUNTRY_ADJ$ promised to protect the Trucial Coast from all aggression by sea and to help in case of land attack. This treaty, the Exclusive Agreement, is to be signed by the Rulers of Abu Dhabi, Dubai, Sharjah, Ajman Ras Al Khaimah and Umm Al Quwain.;;;;;;;;;;;;; +claim_bahrain_qatar_peninsula_title;Claim Bahrain-Qatar;;;;;;;;;;;;; +claim_bahrain_qatar_peninsula_desc;The small peninsula in the Persian Gulf where Bahrain and Doha are located have long been dominated by Arab families and small sheikdoms. The borders are volatile and our country rulers have claimed the area more than once in history. It's time to once again claim our land there and conquer the peninsula.;;;;;;;;;;;;; +integrate_bahrain_trucial_states_title;Integrate Bahrain in the Trucial Pact;;;;;;;;;;;;; +integrate_bahrain_trucial_states_desc;The Trucial States were a group of sheikdoms in the south eastern Persian Gulf, previously known to the British as the 'Pirate Coast', which were signatories to treaties (hence 'trucial') with the British government. These treaties established an informal protectorate by Great Britain and the sheikdoms, or emirates, were a British protectorate. Now, our protectorate over them and over Bahrain raised the possibility of centralizing our protection even more by adding the sultan of Bahrain to the pact.;;;;;;;;;;;;; +integrate_qatar_trucial_states_title;Integrate Doha in the Trucial Pact;;;;;;;;;;;;; +integrate_qatar_trucial_states_desc;The Trucial States were a group of sheikdoms in the south eastern Persian Gulf, previously known to the British as the 'Pirate Coast', which were signatories to treaties (hence 'trucial') with the British government. These treaties established an informal protectorate by Great Britain and the sheikdoms, or emirates, were a British protectorate. Now, our protectorate over them and over Qatar raised the possibility of centralizing our protection even more by adding the sultan of Bahrain to the pact.;;;;;;;;;;;;; +samos_unite_with_greece_title;Join Greece;;;;;;;;;;;;; +samos_unite_with_greece_desc;Our little Island will never survive on its own. It's time to unite with our Greek brothers.;;;;;;;;;;;;; +unite_yemeni_colonies_title;Centralize the Yemeni Administration;;;;;;;;;;;;; +unite_yemeni_colonies_desc;In order to better manage our colonies in Yemen, we should centralize administration of North Yemen and South Yemen in a single colony.;;;;;;;;;;;;; +unite_north_yemen_existing_title;Unite North and South Yemen;;;;;;;;;;;;; +unite_north_yemen_existing_desc;In order to better manage our colonies in Yemen, we should centralize administration of North Yemen and South Yemen in a single colony.;;;;;;;;;;;;; +adopt_yazidi_title;Adopt the Yazidi Religion;;;;;;;;;;;;; +adopt_yazidi_desc;The Yazidi faith has a lot of followers in our capital and they once were dominant in our government. We can adopt the Yazidi faith as the state religion, though it's sure this will anger the non Yazidi population.;;;;;;;;;;;;; +build_the_tsr_title;Build the Trans-Siberian Railway;;;;;;;;;;;;; +build_the_tsr_desc;A railway linking $CAPITAL$ with Vladivostok will allow us to advance the colonization of the Russian Far East and ensure our control over the riches of Siberia.;;;;;;;;;;;;; +build_the_manchurian_railway_title;Build the Manchurian Railway;;;;;;;;;;;;; +build_the_manchurian_railway_desc;The treaty by which we control Port Arthur gives us a concession in Manchuria to construct a railway, which would offer both a cheap shortcut for the Trans-Siberian railway, as well a railway link with Port Arthur itself.;;;;;;;;;;;;; +cede_aden_to_yemen_title;Cede Aden to Yemen;;;;;;;;;;;;; +cede_aden_to_yemen_desc;The Yemeni Government claims Aden as part of their nation for a time. It's time to give it back to them.;;;;;;;;;;;;; +revoke_kurdish_autonomy_title;Revoke Kurdish Autonomy;;;;;;;;;;;;; +revoke_kurdish_autonomy_desc;The Kurdish states on the edge of our empire long have enjoyed an autonomy. If we are to compete with the Great Powers of the world, we need to revoke that status, end tribal rule and reform these lands in a central $COUNTRY_ADJ$ administration.;;;;;;;;;;;;; +revoke_kuwait_autonomy_title;Revoke Kuwait's Autonomy;;;;;;;;;;;;; +revoke_kuwait_autonomy_desc;Although Kuwait was nominally governed from Basra, the Kuwaitis had traditionally maintained a relative degree of autonomous status. In $YEAR$ Ottoman officials were reasserting their presence in the Persian Gulf, with a military intervention where family rivalries in Kuwait were breeding chaos.;;;;;;;;;;;;; +the_moroccan_question_title;The Moroccan Question;;;;;;;;;;;;; +the_moroccan_question_desc;The Moroccan Sultanate long has been seem as under our area of influence, though it has slipped in the last few years. Now that the Congress of Berlin was held it would be in our best interests to delineate the sphere of influence in Morocco with the other Great Powers so we have our fair share of it.;;;;;;;;;;;;; +enslave_the_serfs_title;Enslave the Serfs;;;;;;;;;;;;; +enslave_the_serfs_desc;Serfs who occupied a plot of land were required to work for the Lord of the Manor who owned that land, and in return were entitled to protection, justice and the right to exploit certain fields within the manor to maintain their own subsistence. Serfs were often required not only to work on the lord's fields, but also his mines, forests and roads. A lord of the manor could not sell his serfs. On the other hand, if he chose to dispose of a parcel of land, the serfs associated with that land stayed with it to serve their new lord, benefiting him with their long-acquired knowledge of practices suited to the land. Further, a serf could not abandon his lands without permission, nor did he possess a saleable title in them. But through their condition of near slavery, we can revoke more rights of the serfs and force them in total slavery, untying them from the land and tying them to the lords.;;;;;;;;;;;;; +durand_line_title;The Durand Line;;;;;;;;;;;;; +durand_line_desc;The government of British India can dispatch Mortimer Durand to Kabul to try and sign an agreement with Amir Abdur Rahman Khan for fixing the limits of their respective spheres of influence as well as improving diplomatic relations and trade. This should put an end to Afghan claims in India, pass any Indian provinces they might own to us (and any Afghan territory we own will pass to them) and normalize relations.;;;;;;;;;;;;; +form_pakistan_title;Form Pakistan;;;;;;;;;;;;; +form_pakistan_desc;The movement for Muslim self-awakening and identity was started by the Muslim modernist and reformer Sir Syed Ahmad Khan, considered the architect of the two-nation theory. The two-nation theory is the ideology that the primary identity and unifying denominator of Muslims in the South Asian subcontinent is their religion, rather than their language or ethnicity, and therefore Indian Hindus and Muslims are two distinct nations, regardless of ethnic or other commonalities. To counter critics who said that a community of radically varying ethnicities and languages who were territorially intertwined with other communities could not be a nation, the theory said that the concept of nation in the East was different from that in the West. In the East, religion was "a complete social order which affects all the activities in life" and "where the allegiance of people is divided on the basis of religion, the idea of territorial nationalism has never succeeded". To guarantee the Muslim population of the South Asian subcontinent will not be dominated by Hindus and to guarantee they will have a place in society, it would be under our best interests to assert our hegemony in the area and create a nation for all Muslims in South Asia.;;;;;;;;;;;;; +create_pakistan_title;Adopt the Two-Nation Theory;;;;;;;;;;;;; +create_pakistan_desc;The movement for Muslim self-awakening and identity was started by the Muslim modernist and reformer Sir Syed Ahmad Khan, considered the architect of the two-nation theory. The two-nation theory is the ideology that the primary identity and unifying denominator of Muslims in the South Asian subcontinent is their religion, rather than their language or ethnicity, and therefore Indian Hindus and Muslims are two distinct nations, regardless of ethnic or other commonalities. To counter critics who said that a community of radically varying ethnicities and languages who were territorially intertwined with other communities could not be a nation, the theory said that the concept of nation in the East was different from that in the West. In the East, religion was "a complete social order which affects all the activities in life" and "where the allegiance of people is divided on the basis of religion, the idea of territorial nationalism has never succeeded". By recognizing the Two-Nation Theory and the Muslim demand, we will open the path for them to create their own nation in the South Asian subcontinent.;;;;;;;;;;;;; +revoke_samos_autonomy_title;Revoke the Autonomy of Samos;;;;;;;;;;;;; +revoke_samos_autonomy_desc;The Principality of Samos long has been an autonomous province under $COUNTRY$, and it was not fully recognized nor was a part of the original agreement of Greek territories after the Greek War of Independence. It's time to end their autonomy and centralize rule under $CAPITAL$ authority.;;;;;;;;;;;;; +become_kurdistan_title;Become Kurdistan;;;;;;;;;;;;; +become_kurdistan_desc;It's time we unite the warring Kurdish tribes in a new nation state, one strong enough to stand the test of time and the onslaught of any nation who has ambitions over Kurdistan.;;;;;;;;;;;;; +centralize_kurdish_states_title;Centralize the Kurdish States;;;;;;;;;;;;; +centralize_kurdish_states_desc;Administration in the border with Persia has long been rudimentary, lacking a central authority and being ruled by Kurdish tribes leaders in the name of the Caliph. It's high time we end that and establish a central, organized government lead by a governor appointed by our $MONARCHTITLE$ himself. The Kurds will obviously not approve of this, and we will have to do this transition by force, but the Ottoman policy of removing old hereditary rulers and replacing them with men appointed and controlled by $CAPITAL$ must continue.;;;;;;;;;;;;; +yazidi_kurdistan_title;Unite a Yazidi State;;;;;;;;;;;;; +yazidi_kurdistan_desc;We want - no we NEED to unite the Kurds under one banner - our banner, to guarantee the continuity and the survival of Yazidi religion and the Kurdish Culture.;;;;;;;;;;;;; +arab_union_claims_title;Establish Pan-Arabism;;;;;;;;;;;;; +arab_union_claims_desc;Our brothers in the Maghrebi have Arabic roots. They might not feel as strong as us about it, but the Maghreb is part of the Arabic heritage and as such, a part of our country.;;;;;;;;;;;;; +revoke_islamic_law_title;Revoke Islamic Law;;;;;;;;;;;;; +revoke_islamic_law_desc;We can revoke Islamic Law and return to a more secularized rule, but this will anger the Muslims in our nation who grew accustomed to the benefits over other religions.;;;;;;;;;;;;; +pass_islamic_law_title;Implement Islamic Law;;;;;;;;;;;;; +pass_islamic_law_desc;Adherence to Islamic law has historically served as one of the distinguishing characteristics of the Muslim faith and through the centuries Muslims have devoted much scholarly time and effort on its elaboration. By establishing Islamic Law as the civil law we will be able to strive for a better and more religiously homogeneous society where Muslims will be treated fairly. This will severely anger non Muslims and they will be more likely to emigrate.;;;;;;;;;;;;; +maghrebi_claims_title;Claim the Sahara;;;;;;;;;;;;; +maghrebi_claims_desc;People of our nation inhabit the Sahara for years - the Tuareg, the Maures and the Maghrebi. It's time we claim what is rightfully ours.;;;;;;;;;;;;; +integrate_uriankhai_title;The Annexation of Tannu Tuva;;;;;;;;;;;;; +integrate_uriankhai_desc;Lately, the Tannu Tuva economy has seriously deteriorated, resulting in the increasing poverty of its people. The causes were varied: declining number of fur-bearing animals probably due to over-hunting by both Uriankhais and Russians, declining number of livestock as a result of the export market to Siberia, and periodic natural disasters (especially droughts and plagues), which took a fearful toll on livestock herds. The end of Qing rule in Tannu Tuva brought chaos, bands of Uriankhai began plundering and burning Chinese shops. Uriankhai nobles were divided on their course of political action. The Uriankhai governor (amban-noyon), Gombo-Dorzhu, advocated becoming a protectorate of Russia, hoping that the Russians in turn would appoint him governor of Uriankhai.;;;;;;;;;;;;; +colonize_uriankhai_title;Claim Uriankhai;;;;;;;;;;;;; +colonize_uriankhai_desc;After the demarcation of the Sino-Russian border by the Treaty of Kyakhta (1727), the Qing inexplicably placed border guards south of the Tannu-ola Mountains separating Tannu Uriankhai from Outer Mongolia, not along the Sayan Mountains separating the region from Russia. During the 19th century, Russians began to settle in Tuva. The Qing Dynasty allowed Russians to settle providing that they lived in boats or tents. This historical basis and the Russian population living there provides us with an excuse to add the territory of Tannu Tuva to the Russian borders, and the founding of a new Russian city will only strengthen our claims.;;;;;;;;;;;;; +coup_puppets_fascists_title;Spread the Fascist Revolution;;;;;;;;;;;;; +coup_puppets_fascists_desc;The fascist revolution shouldn't stop in our country. We need to start by deposing the old order that dominate our puppets to create a strong and stable fascist block - an alliance of Fascist regimes ready to stand together under our leadership.;;;;;;;;;;;;; +pass_the_fifteenth_amendment_title;Pass The Fifteenth Amendment;;;;;;;;;;;;; +pass_the_fifteenth_amendment_desc;The Fifteenth Amendment (Amendment XV) to the United States Constitution prohibits the federal and state governments from denying a citizen the right to vote based on that citizen's "race, colour, or previous condition of servitude." and it is the third and last of the Reconstruction Amendments.;;;;;;;;;;;;; +mughal_declaration_title;Declare a Jihad Against the British;;;;;;;;;;;;; +mughal_declaration_desc;Unrest dominates the territory of the former Mughal Empire, now controlled by the British. There are calls for jihad by Muslim leaders like Maulana Fazl-e-Haq Khairabadi and the millenarian Ahmedullah Shah, which were taken up by Muslims, particularly artisans, which caused the British to think that the Muslims were the main force behind this unrest. The Mughal emperor, Bahadur Shah, resisted these calls for jihad because, it has been suggested, he feared outbreaks of communal violence. By abiding to these calls, expelling the British from Delhi and declaring a Jihad, by shaking off the British influence and dominance, the Shah can be acclaimed Emperor of India, his rightful title.;;;;;;;;;;;;; +end_moldavia_independence_title;End Moldavian Self Rule;;;;;;;;;;;;; +end_moldavia_independence_desc;Ever since the 1829 Treaty of Adrianople, Wallachia and Moldavia were placed under Russian military rule, without overturning Ottoman suzerainty. Under the Treaty of Adrianople, the Sultan guaranteed the previously promised autonomy to Serbia, promised autonomy for Greece, and allowed Russia to occupy Moldavia and Wallachia until the Ottoman Empire had paid a large indemnity. By establishing our dominance over these provinces, we can expel the Russian rulers and annex them back to the Ottoman Empire, centralizing rule and restoring order to these territories that belong in our empire. They can, however, resist, which would lead to war with them and potentially any Great Powers that support them. This decision will also sour our relations with other Great Powers, especially Russia.;;;;;;;;;;;;; +end_wallachia_independence_title;End Wallachian Self Rule;;;;;;;;;;;;; +end_wallachia_independence_desc;Ever since the 1829 Treaty of Adrianople, Wallachia and Moldavia were placed under Russian military rule, without overturning Ottoman suzerainty. Under the Treaty of Adrianople, the Sultan guaranteed the previously promised autonomy to Serbia, promised autonomy for Greece, and allowed Russia to occupy Moldavia and Wallachia until the Ottoman Empire had paid a large indemnity. By establishing our dominance over these provinces, we can expel the Russian rulers and annex them back to the Ottoman Empire, centralizing rule and restoring order to these territories that belong in our empire. They can, however, resist, which would lead to war with them and potentially any Great Powers that support them. This decision will also sour our relations with other Great Powers, especially Russia.;;;;;;;;;;;;; +end_tunisian_independence_title;End the Autonomy of the Beylik of Tunis;;;;;;;;;;;;; +end_tunisian_independence_desc;Although defeating the Deys, Tunisia continued to be a vassal of the Ottoman Empire and the Friday prayer was pronounced in the name of the Ottoman Sultan, money was coined in his honour, and an annual ambassador brought gifts to Constantinople but the Ottomans never again exacted obedience. It's time to exact obedience and abolish Tunisian self rule, though they may refuse our ultimatum, resulting in a descent to war as they try to break free from our dominance.;;;;;;;;;;;;; +christian_question_armenia_title;The Armenian Question;;;;;;;;;;;;; +christian_question_armenia_desc;In the mid-19th century, the three major European powers, Great Britain, France and Russia, began to question the Empire's treatment of its Christian minorities and pressure it to grant equal rights to all its subjects. With our involvement in the Great War, our enemies are discussing the possibility of partitioning our territory. They want to give the lands that have a sizeable population of Christians to their respective communities, especially the Armenians, to divide and weaken our empire. We can solve this problem and remove the Armenians claims on our land.;;;;;;;;;;;;; +drain_the_pinsk_marshes_title;Drain the Pinsk Marshes;;;;;;;;;;;;; +drain_the_pinsk_marshes_desc;The Pinsk Marshes cover more than 269,400 km2, surrounding the sandy lowlands of the dense network of rivers and rivulets forming on both sides of the Pripyat River, one of the main tributaries of the Dnieper. The marshes undergo substantial changes in size during the year, with melting snows in springtime and autumn rainfall causing extensive flooding as the river overflows. As in most wetlands in Europe, the Pinsk Marshes are seen as an unhealthy area, a focus of maladies. Historically, during most of the year, the marshes are virtually impassable to major military forces, thus influencing strategic planning of all military operations in the region.;;;;;;;;;;;;; +croatian_independence_title;The Croatian Declaration of Independence;;;;;;;;;;;;; +croatian_independence_desc;Today, the Croatian Parliament, as the representative of the historical sovereignty of Croatia, adopted a decision on the cessation of all state and legal ties with the old Austrian Empire and the Crown of St. Stephen, a unilateral declaration of Independence.;;;;;;;;;;;;; +encourage_the_skoda_works_title;Support the Škoda Works;;;;;;;;;;;;; +encourage_the_skoda_works_desc;Some time ago, Count Wallenstein-Vartenberk set up a branch of his foundry and engineering works in Plzen. The output of the plant, employing over a hundred workers, included machinery and equipment for sugar mills, breweries, mines, steam engines, boilers, iron bridge structures, and railway facilities. The plant was then taken over by Emil Škoda, an industrious engineer and dynamic entrepreneur. Now, a peculiar Military-Industrial complex is emerging in Plzen province where Škoda is working together with the Army & Government officials to develop our military and industrial capabilities.;;;;;;;;;;;;; +second_tonghak_reforms_title;Second Donghak Reforms;;;;;;;;;;;;; +second_tonghak_reforms_desc;The cabinet presented a new law, Hongbeom 14jo ("Exemplary Rules" 14 articles), which proclaimed the severance of the subordinate relationship with China, abolishment of nepotism in government, restructure of government offices and their duties. With this law as foundation, 213 new articles were created. The names of Uijeongbu and its subsidiaries were changed to the modern naegak (cabinet) and bu (department). Administrative districts were reorganized to 23 bu(region) and 337 gun(district). New financial bureaus were installed throughout the nation to overlook tax affairs, military and police systems were rehauled and modernized and judicial systems were changed with new courthouse and judiciary laws.;;;;;;;;;;;;; +annex_pattani_title;Integrate the Pattani Sultanate;;;;;;;;;;;;; +annex_pattani_desc;The Pattani Sultanate has been semi-independent under our glorious country. But it's independence is no longer in our interests.;;;;;;;;;;;;; +recognize_chechenya_title;Officially Recognize Chechnya;;;;;;;;;;;;; +recognize_chechenya_desc;We will extend formal recognition of Chechnya, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;; +recognize_dagestan_title;Officially Recognize Dagestan;;;;;;;;;;;;; +recognize_dagestan_desc;We will extend formal recognition of Dagestan, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;; +recognize_circassia_title;Officially Recognize Circassia;;;;;;;;;;;;; +recognize_circassia_desc;We will extend formal recognition of Circassia, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;; +demand_36_parallel_title;Demand the 36"30' Parallel;;;;;;;;;;;;; +demand_36_parallel_desc;The Missouri Compromise established the 36"30' parallel as the division between the Free States and the Slave States. As such, it's only natural that the territories under this parallel should be under our control.;;;;;;;;;;;;; +form_laos_title;Form Laos;;;;;;;;;;;;; +form_laos_desc;We must unite the Lao people under a single flag -- ours.;;;;;;;;;;;;; +integrate_abkhazia_title;Integrate Abkhazia;;;;;;;;;;;;; +integrate_abkhazia_desc;The autonomy of Abkhazia, which had functioned as a pro-Russian "buffer zone" in the troublesome region of the Caucasus, was no more needed to the Tsarist government after the Circassians were defeated and pacified, and the rule of the Shervashidze came to an end: Prince Michael was forced to renounce his rights and resettle in Voronezh. Abkhazia was incorporated in the Russian Empire as a special military province of Suhum-Kale.;;;;;;;;;;;;; +support_the_circassians_title;Officially Recognize Circassia;;;;;;;;;;;;; +support_the_circassians_desc;We will extend formal recognition of Circassia, opening an embassy in their capital and formally establishing relations. The Russians will, of course, not approve.;;;;;;;;;;;;; +make_abkhazia_orthodox_title;Make Orthodox Catholicism the Official Religion in Abkhazia;;;;;;;;;;;;; +make_abkhazia_orthodox_desc;The Orthodox minorities long have been oppressed in Abkhazia. It's time to exert our power in Abkhazia and put them in power so Abkhazian religious policy is in unison with ours.;;;;;;;;;;;;; +make_abkhazia_sunni_title;Make Sunni Islam the Official Religion in Abkhazia;;;;;;;;;;;;; +make_abkhazia_sunni_desc;The Sunni minorities long have been oppressed in Abkhazia. It's time to exert our power in Abkhazia and put them in power so Abkhazian religious policy is in unison with ours.;;;;;;;;;;;;; +greater_finland_title;Greater Finland;;;;;;;;;;;;; +greater_finland_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;; +establish_caucasus_viceroyalty_title;Abolish the Caucasus Namestnik;;;;;;;;;;;;; +establish_caucasus_viceroyalty_desc;The office of the Caucasus Namestnik was established after the Russian annexation of Georgia in 1801, though the scope of its jurisdiction eventually came to include Eastern Armenia and the lands abutting the western shores of the Caspian Sea. General Karl von Knorring was first to assume this position, being officially titled as the Commander-in-Chief in Georgia and Governor General of Tiflis. The Viceroyalty later expanded to encompass the territories acquired by Russia in a series of wars with the Ottoman Empire, Persia, and the local Caucasian peoples. Headquartered at Tiflis (Tbilisi, Georgia), the viceroys acted as de facto ambassadors to neighbouring countries, commanders in chief of the armed forces, and the supreme civil authority, mostly responsible only to the tsar.;;;;;;;;;;;;; +russify_baltic_states_title;Russify the Baltic States;;;;;;;;;;;;; +russify_baltic_states_desc;The Russian press took up the topic of German influence in the Baltic provinces. As early as the 1860s, the Slavophiles demanded the end of the autonomy in the Baltic provinces and a standardized administration. The unification of Germany and its subsequent development into a Great Power considerably increased the military-strategic importance of the Estonian and Latvian territories which bordered the Baltic Sea, between the extensively autonomous Finland and the rebellious Poland-Lithuania. The security of the capital St Petersburg became a serious issue for the Russian Empire. Tsarist Russia’s government circles were afraid of the Baltic German's possible orientation towards Germany, especially worrying was the thought that by Germanizing the Estonians and Latvians, the Germans could become the majority nation in the Baltics.;;;;;;;;;;;;; +expel_the_poles_GLM_title;Polish Population Transfers;;;;;;;;;;;;; +expel_the_poles_GLM_desc;The territories in Galicia-Lodomeria claimed by the Polish and the Ukrainians are bound to cause some territorial dispute in the future. A recent proposal came forward to to end the Polish claims by transferring these Poles to the their homelands, by force if it need be;;;;;;;;;;;;; +claim_eastern_poland_title;Claim the Eastern Territories;;;;;;;;;;;;; +claim_eastern_poland_desc;Several territories in the eastern part of Europe were once Polish, and should be Polish once again.;;;;;;;;;;;;; +make_transcaucasia_sunni_title;Make Sunni Islam the Official Religion in Transcaucasia;;;;;;;;;;;;; +make_transcaucasia_sunni_desc;The Sunni minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;;; +make_transcaucasia_shiite_title;Make Shiite Islam the Official Religion in Transcaucasia;;;;;;;;;;;;; +make_transcaucasia_shiite_desc;The Shiite minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;;; +make_transcaucasia_orthodox_title;Make Orthodox Catholicism the Official Religion in Transcaucasia;;;;;;;;;;;;; +make_transcaucasia_orthodox_desc;The Orthodox minorities long have been oppressed in Transcaucasia. It's time to exert our power in Transcaucasia and put them in power so Transcaucasia religious policy is in unison with ours.;;;;;;;;;;;;; +fatherland_altar_title;Build an Altar for the Fatherland;;;;;;;;;;;;; +fatherland_altar_desc;There's a proposal in the cabinet to build an Altar of the Fatherland (Altare della Patria) in honour of the main engineer of a unified Italy to be built in Rome, in a site between the Piazza Venezia and the Capitoline Hill. The main architect, Giuseppe Sacconi, envisions a monument made of marble, with huge bronze statues of our heroes and Quadrigas heralding the coming of a unified Italy, for all Italians. We should pick up this project and build the monument so all nations can see the glory of our great nation.;;;;;;;;;;;;; +build_belo_horizonte_title;Build Belo Horizonte;;;;;;;;;;;;; +build_belo_horizonte_desc;This year, it was agreed by government officials that a new state capital, in tune with a modern and prosperous Minas Gerais, had to be set. Due to the climatic and topographic conditions, Curral Del Rey was selected by Minas Gerais governor Afonso Pena among other cities as the location for the new economical and cultural centre of the state, under the new name of "Belo Horizonte" or Beautiful Horizon. Aarão Reis, an urbanist from the State of Pará, was then set to design the second planned city of Brazil, and then Belo Horizonte was finally inaugurated, with many unfinished constructions as the Brazilian Government set a deadline for its completion. The city flourished under the newfound iron deposits in the state.;;;;;;;;;;;;; +build_teresina_title;Build Teresina;;;;;;;;;;;;; +build_teresina_desc;Teresina is the first planned city in the country and the only northeast capital located out of the coast. Until 1852, Oeiras was the capital of the Piauí Capitany, however due to difficulties in Communication and Trade, the capital was transferred to an area next to the Parnaíba River, to the other cities and to the sea coast. The colonization of the place where Teresina is now located dates back to the 18th century. The chosen place was a small community of fishermen, in 1760, nearby Poty and Parnaíba rivers. Then the small fishermen dwelling grew up and became a village, which was called “Vila do Poty”, but, due to the inundation of the Parnaíba River riverbanks, the city had to be built in a higher position.;;;;;;;;;;;;; +greater_syria_title;Claim Greater Syria;;;;;;;;;;;;; +greater_syria_desc;In the nationalist ideology developed by the founder of the Syrian Social Nationalist Party, Antun Saadeh, Syria is seen as the geocultural environment in which the Syrian nation state evolved, an area Sa'adeh called the Syrian Fertile Crescent. Sa'adah rejected both language and religion as defining characteristics of a nation, and instead argued that nations develop through the common development of a people inhabiting a specific geographical region. He pointed to what he considered to be the region's distinct natural boundaries, and described it as extending from the Taurus range in the northwest and the Zagros Mountains in the northeast, to the Suez Canal and the Red Sea -including the Sinai Peninsula and the Gulf of Aqaba in the south, and from the eastern Mediterranean Sea including the island of Cyprus in the west, to the arch of the Arabian Desert and the Persian Gulf in the east.;;;;;;;;;;;;; +deseret_complete_cores_title;The Deseret Borders;;;;;;;;;;;;; +deseret_complete_cores_desc;Ever since our independence, provinces that are rightfully ours are in the hands of other nations. It's time to settle our borders once and for all and fulfil our great nation destiny.;;;;;;;;;;;;; +yemeni_sultanates_conquest_title;Conquer the Yemeni Sultanates;;;;;;;;;;;;; +yemeni_sultanates_conquest_desc;The land known as Yemen is dotted with independent sultanates, each acting as a state. It would be in the best interest of our country if these sultanates were united under our command.;;;;;;;;;;;;; +conquer_montenegro_title;Our Claims in Montenegro;;;;;;;;;;;;; +conquer_montenegro_desc;Montenegro rebelled from our empire in the past, with several skirmishes around their border and our troops happening. We never lost our claim and never recognized their Independence, but if we are to keep it this way we need to end this rebellion against our rule soon.;;;;;;;;;;;;; +unite_the_caucasus_title;Unite the Caucasus Muslims;;;;;;;;;;;;; +unite_the_caucasus_desc;The Muslims in the Caucasus have been, historically, a target of the orthodox Russians. Imam Shamil unified our people to fight off the Russians and he succeeded, for a time. If we are to remain in our homelands and fend off the Russian ambitions, we need to unite once again against our common enemy.;;;;;;;;;;;;; +embrace_the_boer_title;Make Amends with the Boer;;;;;;;;;;;;; +embrace_the_boer_desc;The Dutch East Indies company rule in South Africa was tyrannical: they closed the colony against free immigration, kept the whole of the trade in its own hands, combined the administrative, legislative and judicial powers in one body, prescribed to the farmers the nature of the crops they were to grow, demanded from them a large part of their produce, and harassed them with other exactions tending to discourage industry and enterprise. The effect of this tyranny was inevitable: it drove men to desperation. They fled from oppression, and thus trekking began. The colony changed hands but many of the Boer farmers were as dissatisfied with British rule as they had been with the Dutch East India Company, though their ground of complaint was not the same. By making amends with the Boer farmers, paying compensation, abolishing Company rule and administrating the colonies directly, we can make amends and make the Boers accept our rule, to finally put an end to the trekking.;;;;;;;;;;;;; +communist_abolish_child_labor_title;Abolish Child Labour;;;;;;;;;;;;; +communist_abolish_child_labor_desc;Our great country doesn't need the small hands of children to thrive. The secretariat members agree that we should abolish all and any kind of child labour from our nation and that these children should go to school to learn about our country, its national heroes and our great revolution to break the chains of the proletariat.;;;;;;;;;;;;; +communist_reform_bureaucracy_title;Reform the Bureaucracy;;;;;;;;;;;;; +communist_reform_bureaucracy_desc;The old regime corrupt bureaucracy must be purged from our country if we are to thrive, and it needs to be replaced by a cadre of highly trained officials, educated at the best state schools with the best state education we can afford, selected through universal exams, impartially.;;;;;;;;;;;;; +increase_conscription_title;Increase the Conscription Time;;;;;;;;;;;;; +increase_conscription_desc;Our country is at war. The safety of our citizens, of our ruler, and of the country sacred borders are at a stake here. Every able man capable of holding a rifle should be drilling to go to the front lines. A recent bill in the Upper House proposes expanding our conscription system during this time of war. With a little help, they might just get the support needed to implement it.;;;;;;;;;;;;; +annex_the_kumul_title;Annex the Kumul Khanate;;;;;;;;;;;;; +annex_the_kumul_desc;The Kumul Khanate is a self ruling nation that long enjoyed protection of the Manchu. Now that they are free, it's the perfect time to march our troops in their capital and force their annexation, as they are an integral and rightful part of our territory.;;;;;;;;;;;;; +the_aceh_question_title;The Aceh Question;;;;;;;;;;;;; +the_aceh_question_desc;For much of the 19th century, Aceh's independence had been guaranteed by the Anglo-Dutch Treaty of 1824 and its status as a protectorate of the Ottoman Empire since the 16th century. During the 1820s, the Sultanate of Aceh became a regional political and commercial power, supplying half of the world's pepper, which increased the revenues and influence of local feudal rajahs. Following the opening of the Suez Canal, the trade routes shifted and we are now in a position to strike a deal with the civilized protectors of the Aceh: allow us a free hand within their sphere of influence in Maritime Southeast Asia while we also take the responsibility to fight piracy in the region. With this deal we might get their sanction to conquer Aceh, though we should be ready to give something in return, most probably a colony.;;;;;;;;;;;;; +the_short_declaration_title;The Short Declaration;;;;;;;;;;;;; +the_short_declaration_desc;The Short Declaration was short and brief because it contrasted with the "long" contracts that were earlier concluded between the Netherlands Indies government and some seventeen so-called self-governing lands. The latter were left under the charge of rulers who were empowered to deal with legislative and administrative matters pertaining to their territories, but they had to ensure that obligations to the Netherlands Indies government were met. The long contracts defined the limits of the competency of both rulers and the Netherlands Indies government. By issuing the Short Declaration, we will declare these contracts null and void and we will bring the Moluccan Islands and the Siak Sultanate under our direct control.;;;;;;;;;;;;; +become_sunni_title;Make Sunni the Official Religion;;;;;;;;;;;;; +become_sunni_desc;The Sunnis have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;; +become_shiite_title;Embrace the Shiite Religion;;;;;;;;;;;;; +become_shiite_desc;The Shiites have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;; +become_catholic_title;Embrace the Catholic Religion;;;;;;;;;;;;; +become_catholic_desc;The Catholics have grown in our country to the point we can't ignore them anymore. We should embrace and make it the official state religion.;;;;;;;;;;;;; +end_the_javanese_sultanates_title;End the Javanese Sultanates;;;;;;;;;;;;; +end_the_javanese_sultanates_desc;The Sultanates of Yogyakarta and Surakarta have long been under our protection. It would be in our best interests to convince them to come under our direct rule, so we might bring civilization to their people more effectively, and so that we might secure their lands from other powers.;;;;;;;;;;;;; +change_national_value_on_title;Change National Value (Active);;;;;;;;;;;;; +change_national_value_on_desc;Turn on the function to change the National Value.;;;;;;;;;;;;; +change_national_value_off_title;Change National Value (Inactive);;;;;;;;;;;;; +change_national_value_off_desc;Turn off the function to change the National Value.;;;;;;;;;;;;; +switch_to_order_title;Embrace the Ideal of Order;;;;;;;;;;;;; +switch_to_order_desc;The foreigners progress and dominate through an orderly and organized society, based on a sense of duty to their country. If we were to embrace this ideal, we might strive as they do.\n\n§YThe modifiers for this NV are:§W\n§GLand and Naval Organization: +10%\nLand and Naval Units Starting Experience: +0.10\nOrganization Regain Rate: +5%\nMobilization Size: +5%§W\n§RMobilization Impact on Economy: +75%\nPops will be slightly more conservative.§W;;;;;;;;;;;;; +switch_to_production_title;Embrace the Ideal of Productivity;;;;;;;;;;;;; +switch_to_production_desc;The foreigners progress through an industrious society based on hard work. If we were to embrace this ideal, we might progress as they do.\n\n§YThe modifiers for this NV are:§W\n§GTax Efficiency: +10%\nFactory, RGO and Artisan Throughput: +5%\nCommerce Tech Research Bonus: 5%\nMobilization Size: +4%§W\n§RMobilization Impact on Economy: +50%§W;;;;;;;;;;;;; +switch_to_autocracy_title;Embrace the Ideal of Autocracy;;;;;;;;;;;;; +switch_to_autocracy_desc;The foreigners progress through a society based on strong leadership, obedience and loyalty. If we were to embrace this ideal, we might progress as they do.\n\n§YThe modifiers for this NV are:§W\n§GRuling Party Support: +25%§W\n§RSocial and Political Reform Desire: -5%\nLiteracy Impact on Consciousness: -10%§W\n§GMobilization Size: +4.5%§W\n§RMobilization Impact on Economy: +100%\nPops will be more conservative and will be more inclined to adopt the current government (fascist, communist, anarcho-liberal) ideology.§W;;;;;;;;;;;;; +switch_to_equality_title;Embrace the Ideal of Equality;;;;;;;;;;;;; +switch_to_equality_desc;It is time for our nation to change the character of our people, to encourage them to embrace the values of equality and social fairness above all else.\n\n§YThe modifiers for this NV are:§W\n§GAssimilation Rate: +10%\nSocial Reform Desire: +5%\nImmigrant Attract: +5%\nPop Militancy: -0.01\nCulture Tech Research Bonus: 5%\nMobilization Size: +3.5%§W\n§RMobilization Impact on Economy: +110%\nPops will be slightly more socialist.§W;;;;;;;;;;;;; +switch_to_liberty_title;Embrace the Ideal of Liberty;;;;;;;;;;;;; +switch_to_liberty_desc;It is time for our nation to change the character of our people, to encourage them to embrace the values of liberty and personal freedom above all else.\n\n§YThe modifiers for this NV are:§W\n§GPolitical Reform Desire: +5%\nImmigrant Attraction: +5%\nCommerce Tech Research Bonus: 5%\nMobilization Size: +3.5%§W\n§RMobilization Impact on Economy: +110%\nPops will be slightly more liberal.§W;;;;;;;;;;;;; +expel_manchu_from_primorye_title;Expel the Chinese;;;;;;;;;;;;; +expel_manchu_from_primorye_desc;The pacific coast, called Haishenwai by the Chinese, was settled mainly by the Chinese and Manchus during the Qing Dynasty period. The Manchus banned Han Chinese from most of Manchuria including the Haishenwai area — it was only visited by illegal gatherers of sea cucumbers. The Manchus are still a majority in most of Outer Manchuria and we can't force them to assimilate, something can spell trouble in the future. Our advisers recommend that we should try to throw them out so we can strengthen our claim in the area. Should we succeed in expelling them, we can greatly increase the region attractiveness to immigrants.;;;;;;;;;;;;; +manifest_destiny_desc;To bring civilization from coast to shining coast has always been the grand mission of our great republic. Let the Eagle spread its wings.;;;;;;;;;;;;; +reclaim_india_mughals_title;Reform the Mughal Empire;;;;;;;;;;;;; +reclaim_india_mughals_desc;All of India was once part of our mighty empire. It's our destiny to unite these lands again under our banner.;;;;;;;;;;;;; +create_south_africa_title;Create South Africa;;;;;;;;;;;;; +create_south_africa_desc;Uniting the South African nations under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;; +die_wacht_am_rhein_desc;In 1840, France's then prime minister Adolphe Thiers had claimed that the river Rhine constituted the natural eastern border of the French nation, sparking what would later become known as the Rhine Crisis, as this was perceived in Germany as a threat to Prussian possessions on the western bank of the river. In response to these events, the poet and merchant Max Schneckenburger wrote a patriotic poem calling on the 'Fatherland to remain calm', for, as the poem says, 'fast and true stands the watch at the Rhine', implying that the German nation would defend the river against any and all aggression. The poem was put to music in 1854, and became extremely popular in Germany during the Franco-Prussian war of 1870-71.;;;;;;;;;;;;; +withdraw_signature_geneva_convetion_title;Withdraw Signature from the Geneva Convention;;;;;;;;;;;;; +withdraw_signature_geneva_convetion_desc;The Geneva Convention bind us and prevent us to assert total control over some... aspects we'd like to have. It's time to retract our signature.;;;;;;;;;;;;; +renaming_act_lushun_title;Rename Lüshun;;;;;;;;;;;;; +renaming_act_lushun_desc;The small port city known by the Chinese as Lüshun, by the Japanese as Ryojun and by the westerners as Port Arthur is now firmly in our hands, and nothing better to demonstrate that than changing its name to something more close to our culture.;;;;;;;;;;;;; +create_argentina_title;Restore Argentina;;;;;;;;;;;;; +create_argentina_desc;The people of the old Spanish colonies in the territory that is known as Argentina would be more useful for us if they were united under a single flag.;;;;;;;;;;;;; +names_of_the_revolution_title;The Imperial Stain;;;;;;;;;;;;; +names_of_the_revolution_desc;The workers revolution succeeded in Russia, but there are still old imperialist and monarchist names in our cities and provinces, paying tribute to the oppressors of the proletariat. Let's erase this chapter and write a new one based on the heroes of the revolution.;;;;;;;;;;;;; +remove_names_of_the_revolution_title;The Communist Stain;;;;;;;;;;;;; +remove_names_of_the_revolution_desc;The communists took the power by force and renamed our proud cities to their terrorist leaders names. It's time to go back to the old traditions and bury the names of the ones who brought our country to ruin.;;;;;;;;;;;;; +names_of_the_revolution_ukraine_title;The Imperial Stain in Ukraine;;;;;;;;;;;;; +names_of_the_revolution_ukraine_desc;The workers revolution succeeded, but there are still old imperialist and monarchist names in our cities and provinces, paying tribute to the oppressors of the proletariat. Let's erase this chapter and write a new one based on the heroes of the revolution.;;;;;;;;;;;;; +remove_names_of_the_revolution_ukraine_title;The Communist Stain in Ukraine;;;;;;;;;;;;; +remove_names_of_the_revolution_ukraine_desc;The communists took the power by force and renamed our proud cities to their terrorist leaders names. It's time to go back to the old traditions and bury the names of the ones who brought our country to ruin.;;;;;;;;;;;;; +falangist_doctrine_title;The Falangist Doctrine;;;;;;;;;;;;; +falangist_doctrine_desc;The Falangist Party rose to power and promoted a revolution in Spain. The most extremist members now call for the completion of the revolution goals: A State racial policy, the unification of Gibraltar and Portugal in Spain and the annexation of former Spanish territories in the French Pyrenees.;;;;;;;;;;;;; +nationalize_title;Nationalize the Industry;;;;;;;;;;;;; +nationalize_desc;No more will the foreign dogs grow fat off of the sweat of our people! The time has come to seize all assets owned by outsiders, to be cared for by the state.;;;;;;;;;;;;; +reclaim_italian_lands_title;Reclaim Our Historical Lands;;;;;;;;;;;;; +reclaim_italian_lands_desc;A growing sentiment in our country calls for the unification of the territory that is rightfully ours. Savoie, once part of Sardinia-Piedmont, is an integral part of Italy where many Italians live. Corsica and Malta, clear extensions of our territory, are islands that logically belong to the Italian people and Corfu is the clear extension of our Dalmatian claims, lands that were once a part of Venice. We need to do everything in our power to give to the Italians the land that is their right.;;;;;;;;;;;;; +conquest_of_the_adriatic_title;Conquest of the Adriatic;;;;;;;;;;;;; +conquest_of_the_adriatic_desc;The Adriatic Sea, a region that is historically Italian, is within our grasp and many Italians live in the lands around it to this day. It's time to assert our hegemony on the territory around it, safeguarding the Italians that still live there.;;;;;;;;;;;;; +destroy_westminster_title;Destroy the Palace of Westminster;;;;;;;;;;;;; +destroy_westminster_desc;By giving the order for our troops occupying London to destroy the Palace of Westminster we can deal a huge blow to our enemy's prestige and make it so it's more likely for the war to end sooner. This will be seen as an incredible act of aggression, however, and will forever damage our relations with them and some of our citizens, as well as their citizens, will be extremely angry by such heinous act against their parliament.;;;;;;;;;;;;; +destroy_eiffel_tower_title;Destroy the Eiffel Tower;;;;;;;;;;;;; +destroy_eiffel_tower_desc;By giving the order for our troops occupying Paris to destroy the Eiffel Tower we can deal a huge blow to our enemy's prestige and make it so it's more likely for the war to end sooner. This will be seen as an incredible act of aggression, however, and will forever damage our relations with them and some of our citizens, as well as their citizens, will be extremely angry by such heinous act against one of their national monuments.;;;;;;;;;;;;; +build_the_big_ben_title;Rebuild the Palace of Westminster;;;;;;;;;;;;; +build_the_big_ben_desc;In 1834, an accidental fire destroyer large parts of the Palace of Westminster. Both Houses of the Parliament were destroyed along with most of the other buildings on the site. Westminster Hall was saved largely due to heroic fire fighting efforts, and a change in the direction of the wind during the night. The only other parts of the Palace to survive were the Jewel Tower, the Undercroft Chapel, the Cloisters and Chapter House of St Stephen's and Westminster Hall. A recent bill is on discussion on the parliament to rebuild the palace along with a huge clock tower nicknamed "Big Ben".;;;;;;;;;;;;; +russify_congress_poland_title;Russify Congress Poland;;;;;;;;;;;;; +russify_congress_poland_desc;Our subjects in Congress Poland long have been under our rule. Now it's time to start their russification and their integration on the mighty Russian Empire.;;;;;;;;;;;;; +make_buenos_aires_capital_title;Make Buenos Aires Capital of Argentina;;;;;;;;;;;;; +make_buenos_aires_capital_desc;Buenos Aires long has been the most populous and strategically important city of Argentina. Disagreements between what city should be capital and Buenos Aires status long troubled our country. The best solution was recently proposed and all parties agree: we will federalize Buenos Aires and make it the new capital.;;;;;;;;;;;;; +paraguay_independence_title;Declare Independence from Argentina;;;;;;;;;;;;; +paraguay_independence_desc;Paraguay long has been de facto independent, but it never formally declared independence from the Argentine Confederation. This lead to the Argentines considering us as part of their country and claiming our territory. Today, our Congress has formally drafted a declaration of independence that we intend to send to all neighbouring countries. With our military might, we are sure to enforce our freedom.;;;;;;;;;;;;; +conquest_of_the_chaco_title;Conquest of the Chaco;;;;;;;;;;;;; +conquest_of_the_chaco_desc;The Chaco region has largely remained in native hands until now. It's time to pacify this region and expand our borders, we need to claim this land so no one can deny it from us.;;;;;;;;;;;;; +conquest_of_the_desert_title;Conquest of the Desert;;;;;;;;;;;;; +conquest_of_the_desert_desc;A proposal has been brought forth to finally push into the southern Patagonian lands and pacify them once and for all. Argentina must make its claim so none can deny us.;;;;;;;;;;;;; +occupation_of_araucania_title;Occupation of Araucania;;;;;;;;;;;;; +occupation_of_araucania_desc;A proposal has been brought forth to finally push into the southern lands of Araucania and pacify them once and for all. Chile must make its claim so none can deny us.;;;;;;;;;;;;; +argentina_chile_border_treaty_title;Argentina-Chile Border Treaty;;;;;;;;;;;;; +argentina_chile_border_treaty_desc;Now that the lands of Araucania and Patagonia are fully settled, it might be prudent for us to approach the Chileans and see if we cannot agree on a border -- they would get the lands west of the Andes and we the lands to the east. If we cannot come to an agreement, there is likely to be war.;;;;;;;;;;;;; +entre_rios_independent_title;A Call to Rebellion;;;;;;;;;;;;; +entre_rios_independent_desc;General Francisco Ramírez has issued a call to the people of Argentina: rise up, and force the dictators to agree to a just constitution that provides rights to every Argentine citizen!;;;;;;;;;;;;; +annex_easter_island_title;Annex Easter Island;;;;;;;;;;;;; +annex_easter_island_desc;The native population of Easter Island has suffered many devastations in recent years, from attacks by Peruvian pirates to a tuberculosis epidemic. A colonist has operated a sheep ranch there for some years, and recently offered to sell to our government. Considering his ranch covers a large portion of the island, we would be well within our rights to claim sovereignty over it.;;;;;;;;;;;;; +valparaiso_harbor_title;The Jewel of the Pacific;;;;;;;;;;;;; +valparaiso_harbor_desc;Valparaiso has became a required stopover for ships crossing between the Atlantic and Pacific oceans. In its role as a major seaport, Valparaiso receives immigrants from many European countries, but this could change if a new route was to open.;;;;;;;;;;;;; +occupy_misiones_title;The Occupation of Misiones;;;;;;;;;;;;; +occupy_misiones_desc;For a long time the Province of Misiones had a central place in the commerce between Brazil, Argentina and Uruguay. The vast majority of its inhabitants are guarani, our people, and they should be ruled by our country. The supreme dictator of Paraguay has a project to build a fort and trenches overnight so we can control the province. Since the Argentine President, Rosas, consider Paraguay to be a part of Argentina, they shouldn't take action against our move.;;;;;;;;;;;;; +pbc_in_chaos_title;Chaos in the Confederation;;;;;;;;;;;;; +pbc_in_chaos_desc;Now the Confederation is destabilized, we should break free from the southern dominance and show who is the real power in the Andes!;;;;;;;;;;;;; +end_of_confederation_PEU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;; +end_of_confederation_PEU_desc;As Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;; +end_of_confederation_SPU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;; +end_of_confederation_SPU_desc;As South Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;; +end_of_confederation_BOL_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;; +end_of_confederation_BOL_desc;As Bolivia is not connected to Peru anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;; +treaty_of_la_paz_title;Treaty of La Paz;;;;;;;;;;;;; +treaty_of_la_paz_desc;Our claim to both Peru and Bolivia is now considered legitimate.;;;;;;;;;;;;; +centralizer_act_huayna_capac_title;Acto Centralizador 'Huayna Capac';;;;;;;;;;;;; +centralizer_act_huayna_capac_desc;As the central government grows stronger, the Confederation becomes more and more an unitary state. The 'Centralizer Act Huayna Capac' concentrates even more power in the president and creates the United Republic of Peru-Bolivia.;;;;;;;;;;;;; +the_new_pbc_title;The new Confederation;;;;;;;;;;;;; +the_new_pbc_desc;Now we are a greater power, we can unite again with our South-Andean brothers and sisters.;;;;;;;;;;;;; +reunite_peru_title;Reunite Peru;;;;;;;;;;;;; +reunite_peru_desc;With the Confederation finally broken, we stand in a position to resume control over South Peru and unite the nation once more.;;;;;;;;;;;;; +leave_puppet_title;Declare Independence;;;;;;;;;;;;; +leave_puppet_desc;For too long our overlords controlled a puppet government. No more! Our might is enough to break free from them and we would be better if we ruled and lead our nation instead of being a subject to an inferior power.;;;;;;;;;;;;; +declare_la_paz_capital_title;Make La Paz the Capital;;;;;;;;;;;;; +declare_la_paz_capital_desc;It has been suggested that we make La Paz the de facto seat of the national government, with Sucre remaining the nominal historical as well as judiciary capital. This issue has been brought due to the shift of the Bolivian economy away from the largely exhausted silver mines of Potosí to the exploitation of tin near Oruro, and resulting shifts in the distribution of economic and political power among various national elites.;;;;;;;;;;;;; +claim_sakhalin_title;Claim Sakhalin;;;;;;;;;;;;; +claim_sakhalin_desc;Russia has ruled lands on Sakhalin Island for some time now, and much of the archipelago's population is Russian. It's time we let the world know that we consider these lands to be a core Russian territory, which we will defend to the last!;;;;;;;;;;;;; +establish_panslavism_title;Establish Pan-Slavism;;;;;;;;;;;;; +establish_panslavism_desc;The Orthodox Christians of the Balkans have lived under the boot of Muslim oppression for too long. The time has come to call on them to rise up against their oppressors. All Yugoslavia must unite!;;;;;;;;;;;;; +the_great_game_bukhara_title;The Great Game Comes to Bukhara;;;;;;;;;;;;; +the_great_game_bukhara_desc;We must press our domination of Central Asia. This means that Bukhara must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;; +the_great_game_kokand_title;The Great Game Comes to Kokand;;;;;;;;;;;;; +the_great_game_kokand_desc;We must press our domination of Central Asia. This means that Kokand must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;; +the_great_game_khiva_title;The Great Game Comes to Khiva;;;;;;;;;;;;; +the_great_game_khiva_desc;We must press our domination of Central Asia. This means that Khiva must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;; +reclaim_poland_RUS_title;Reclaim Poland;;;;;;;;;;;;; +reclaim_poland_RUS_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Russia!;;;;;;;;;;;;; +treaty_of_tartu_title;Treaty of Tartu;;;;;;;;;;;;; +treaty_of_tartu_desc;Now that we are free from Russian rule, we should approach the Russian government and discuss the claims to Petsamo and southern Karelia before we end up in a territorial war we cannot hope to win.;;;;;;;;;;;;; +peking_convention_TPG_title;The Peking Convention;;;;;;;;;;;;; +peking_convention_TPG_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Argun river and the Stanovoy mountains as the natural frontiers between Russia and China. In the mid 19th century the Russians would expand beyond this border to seize the vast lands between the Stanovoy Mountains and the Amur River. The Western Allies would later bring the Second Opium War to a conclusion by burning the Chinese Emperor's summer palaces, and entering Beijing. A cunning major general named Nikolay Ignatiev was able to convinced the Chinese that only Russian support would cause the allies to evacuate Peking. The price for this support was the Convention of Peking, which confirmed Muravyov's gains and, additionally, ceded territory between the Ussuri River and the Pacific to Russia. Thus, Russia had gained some 350,000 square miles of territory without firing a single shot.;;;;;;;;;;;;; +mongolian_protectorate_title;The Mongolian Protectorate;;;;;;;;;;;;; +mongolian_protectorate_desc;Our influence in Mongolia is such that we are in a position to pry the nation away from the Chinese and into our control. They would be our vassals, benefiting from protection against Chinese claims on their land.;;;;;;;;;;;;; +declare_neutrality_title;Declare Swiss Neutrality;;;;;;;;;;;;; +declare_neutrality_desc;The Swiss have little interest in the wars of Europe.;;;;;;;;;;;;; +abandon_neutrality_title;Abandon Swiss Neutrality;;;;;;;;;;;;; +abandon_neutrality_desc;The might of the Swiss army is such that we can repel our neighbours without difficulty. Our policy of neutrality is no longer necessary.;;;;;;;;;;;;; +violate_neutrality_title;Violate Swiss Neutrality;;;;;;;;;;;;; +violate_neutrality_desc;The Swiss may have declared themselves 'neutral', but if they believe that will stop us-- if they believe the opinion of any of their allies will stop us -- then they are sorely mistaken.;;;;;;;;;;;;; +convention_of_peking_title;The Peking Convention;;;;;;;;;;;;; +convention_of_peking_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Aigun river and the Stanovoy mountains as the natural frontiers between Russia and China. There are many within the government, however, who believe it would be in our best interest to access a southern port upon the Sea of Japan -- namely the Chinese city of Haishenwai. Considering the Chinese only barely control their north-eastern provinces, it seems within our right to negotiate for their control... and with their state of turmoil now is the best time to approach them.;;;;;;;;;;;;; +the_great_game_makran_title;The Great Game Comes to Makran;;;;;;;;;;;;; +the_great_game_makran_desc;We must press our domination of Central Asia. This means that Makran must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;; +the_great_game_panjab_title;The Great Game Comes to Punjab;;;;;;;;;;;;; +the_great_game_panjab_desc;We must press our domination of Central Asia. This means that the Punjab must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;; +the_great_game_sindh_title;The Great Game Comes to Sindh;;;;;;;;;;;;; +the_great_game_sindh_desc;We must press our domination of Central Asia. This means that the Sindh must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;; +annex_mayotte_title;Annex Mayotte;;;;;;;;;;;;; +annex_mayotte_desc;The ruler of the small island of Maore, which French traders have dubbed 'Mayotte', is a primitive sultan who only broke away from Malagasy rule in recent years. He has petitioned the French government for status as a protectorate, clearly preferring civilized rule to those of his neighbours.;;;;;;;;;;;;; +annex_fiji_title;Annex Fiji;;;;;;;;;;;;; +annex_fiji_desc;With Australian settlers having purchased land on the island of Fiji, they have slowly become insinuated within the court of King Cakobau. So it is that recently, when the king's lavish overspending saddled his kingdom with considerable debt, the settlers offered to negotiate terms by which the British government would pay off the debt and annex the island as a new colony.;;;;;;;;;;;;; +invest_in_irish_title;Invest in the Irish;;;;;;;;;;;;; +invest_in_irish_desc;In order to bring the Irish up to par as an integral part of the British Empire, a great deal of investment will be needed -- to not only upgrade the decaying institutions which have been governing the island for centuries, but to also end the system of absentee landowners which so pervades the island's bureaucracy and which makes it a model of inefficiency. Only once that is done can the Irish begin to be integrated as equal subjects under British law.;;;;;;;;;;;;; +irish_integration_title;Irish Integration;;;;;;;;;;;;; +irish_integration_desc;Now that the Irish are equal subjects under British law, steps may be taken to integrate them more fully into overall British culture.;;;;;;;;;;;;; +treaty_of_heligoland_title;The Heligoland Treaty;;;;;;;;;;;;; +treaty_of_heligoland_desc;Germany is eager to obtain the island of Heligoland, currently in our possession. To avoid a war, it might be in our best interest to arrange a trade: Heligoland in exchange for one of their colonies.;;;;;;;;;;;;; +create_kashmir_title;Create the Kashmir Dominion;;;;;;;;;;;;; +create_kashmir_desc;For the good of the Empire, we should create a new Princely State in the northern dominion of Kashmir.;;;;;;;;;;;;; +trucial_protectorate_title;The Trucial States Treaty;;;;;;;;;;;;; +trucial_protectorate_desc;With enough influence among the sheiks of the Trucial States, a treaty could be signed that would force them to acknowledge us as their sovereign. They would enter into no relationships with other nations without our express permission, and our continued influence over the Arabian peninsula would be secured.;;;;;;;;;;;;; +aden_protectorate_title;The Aden Protectorate;;;;;;;;;;;;; +aden_protectorate_desc;Beginning with a formal treaty of protection with the Mahra Sultanate of Qishn and Socotra in $YEAR$, $COUNTRY$ embarked on a slow malformation of protection arrangements that included over 30 major treaties of protection. These treaties, together with a number of other minor agreements, created the Aden Protectorate that extends well east of Aden to Hadhramaut except for the immediate environs and port of the colonial capital, Aden. In exchange for $COUNTRY_ADJ$ protection, the rulers of the constituent territories of the Protectorate agreed not to enter into treaties with or cede territory to any other foreign power. For administrative purposes, the protectorate was informally divided into the Eastern Protectorate (with its own Political Officer, a $COUNTRY_ADJ$ advisor, stationed at Mukalla in Qu'aiti) and the Western Protectorate (with its own Political Officer, stationed at Lahej), for some separation of administration.;;;;;;;;;;;;; +gold_coast_treaty_title;Gold Coast Treaty;;;;;;;;;;;;; +gold_coast_treaty_desc;We have experienced numerous conflicts with the Dutch government, in regards to their colonial holdings on the Gold Coast and elsewhere. A treaty to solidify our hold on the Gold Coast, and increase our mutual friendship and cooperation, might be beneficial to both our nations. Our offer, if accepted, to buy the Gold Coast territories will set us back by §R200,000¤§W.;;;;;;;;;;;;; +ultimatum_to_portugal_title;Send Ultimatum to Portugal;;;;;;;;;;;;; +ultimatum_to_portugal_desc;It is in the British government's best interests to expand our colonies in southern Africa northwards. This will be impossible if the Portuguese complete their dreams of the 'Pink Map' by connecting Angola and Mozambique. We must make our demand or face the possibility of surrendering central Africa to other powers.;;;;;;;;;;;;; +treaty_of_nanking_title;Treaty of Nanking;;;;;;;;;;;;; +treaty_of_nanking_desc;Using our new influence with the Chinese government, we can force them to the table and extract trade and territory concessions-- not the least of which will be the cession of Hong Kong, a valuable port to possess on the southern seas.;;;;;;;;;;;;; +simla_convention_title;The Simla Convention;;;;;;;;;;;;; +simla_convention_desc;Now that Tibet is a free nation, it might be prudent for our government to step forward and broker an arrangement. Tibet could be a useful ally, and anything that weakens the Chinese government is not an opportunity to pass up.;;;;;;;;;;;;; +demand_retreat_from_india_title;Demand Retreat From India;;;;;;;;;;;;; +become_yemen_title;Become Yemen;;;;;;;;;;;;; +become_yemen_desc;The Sultanates of Yemen must be united under a single flag -- ours.;;;;;;;;;;;;; +unite_la_plata_title;Form the United Provinces of Rio de La Plata;;;;;;;;;;;;; +unite_la_plata_desc;The nations which were once part of the Viceroyalty of Rio de La Plata must be reunited under a single flag once again, the platinean peoples bound together into a great nation, a power to rule in the New World, the United Provinces of Rio de La Plata.;;;;;;;;;;;;; +form_maghreb_title;Unite the Maghreb;;;;;;;;;;;;; +form_maghreb_desc;The Maghrebi cultures of western Africa must be united under a single flag, an Arab nation mighty enough to shake the world order to its foundations.;;;;;;;;;;;;; +form_transcaucasia_title;Unite Transcaucasia;;;;;;;;;;;;; +form_transcaucasia_desc;The nations of the southern Caucasus must unite together, a new power sufficient to withstand the might of Russian colonialism.;;;;;;;;;;;;; +create_transcaucasia_title;Create Transcaucasia;;;;;;;;;;;;; +create_transcaucasia_desc;The nations of the southern Caucasus must be united together, a vassal that will serve as a loyal and mighty ally to our country.;;;;;;;;;;;;; +claim_north_caucasus_title;Claim the Northern Caucasus;;;;;;;;;;;;; +claim_north_caucasus_desc;By rights, the northern Caucasus region belongs as part of our country just as do its people.;;;;;;;;;;;;; +form_china_title;Become China;;;;;;;;;;;;; +form_china_desc;With the northern capital now under our control, the time has come to unite all of China under a single flag.;;;;;;;;;;;;; +become_holstein_title;Become Holstein;;;;;;;;;;;;; +become_holstein_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Holstein is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +become_schleswig_title;Become Schleswig;;;;;;;;;;;;; +become_schleswig_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Schleswig is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +form_india_title;Form India;;;;;;;;;;;;; +form_india_desc;The peoples of the Indian sub-continent must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;; +form_north_german_confederation2_title;Call for German Unity;;;;;;;;;;;;; +form_north_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards North German hegemony, we must approach our North German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;; +form_south_german_confederation2_title;Call for German Unity;;;;;;;;;;;;; +form_south_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards South German hegemony, we must approach our South German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;; +form_germany_AUS_title;Three Hurrahs For Germany!;;;;;;;;;;;;; +form_germany_AUS_desc;The great empire of the Habsburgs no longer exists, but the unification of Germany under Austrian leadership, as perhaps it was always meant to be, still awaits us. Long live the German Empire, one people ruled from the great city of Vienna!;;;;;;;;;;;;; +austria_annex_SGF_title;Inherit the South German Confederation;;;;;;;;;;;;; +austria_annex_SGF_desc;With the great empire of the Habsburgs now lost to us, perhaps it is time to look north towards the unification of Germany. First, however, we must bring the South German Confederation under our own leadership.;;;;;;;;;;;;; +form_baltic_states_title;Unite the Baltic States;;;;;;;;;;;;; +form_baltic_states_desc;The time has become to unite the Baltic nations under a single flag -- ours.;;;;;;;;;;;;; +create_baltic_states_title;Create the Baltic States;;;;;;;;;;;;; +create_baltic_states_desc;Uniting the Baltic nations under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;; +austrian_form_south_german_confederation2_title;Become the South German Confederation;;;;;;;;;;;;; +austrian_form_south_german_confederation2_desc;While Germany was not united until the proclamation of the German Empire, following the Franco-Prussian war, rising nationalism in the 19th century had meant that unification had been on the cards long before that, with the Frankfurt assembly of 1848 being an important forerunner. By achieving a dominant position among the South German states, we can form the South German Confederation.;;;;;;;;;;;;; +austrian_form_south_german_confederation_title;Create the South German Confederation;;;;;;;;;;;;; +austrian_form_south_german_confederation_desc;With our dominant position over the south German states, we can create the South German Confederation -- a union that would be under our full control, and a more useful ally than the nations separately.;;;;;;;;;;;;; +second_alaskan_purchase_title;The Northern Alaska Purchase;;;;;;;;;;;;; +second_alaskan_purchase_desc;Interlopers have moved in on our claims in northern Alaska. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;; +hawaiian_purchase_title;The Hawaiian Islands Purchase;;;;;;;;;;;;; +hawaiian_purchase_desc;Interlopers have moved in on our claims in the Hawaiian Islands region. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;; +annex_hawaii_title;Annex Hawaii;;;;;;;;;;;;; +annex_hawaii_desc;Our relationship with the Hawaiian government has borne fruit. They have asked to become a part of our nation.;;;;;;;;;;;;; +sell_alaska_title;Seek a Buyer for Alaska;;;;;;;;;;;;; +sell_alaska_desc;We have little use for our North American holdings. They are difficult to defend, and would be worth far more to another country than it is to us. While it may take some time to find an interested and appropriate buyer, perhaps we should start the process?;;;;;;;;;;;;; +rio_grande_treaty_title;Treaty of the Rio Grande;;;;;;;;;;;;; +rio_grande_treaty_desc;Our allies in the Rio Grande should be approached to find their willingness to turn over lands claimed by the state of Texas.;;;;;;;;;;;;; +exile_house_of_saud_title;Banish the House of Saud;;;;;;;;;;;;; +exile_house_of_saud_desc;We are victorious over the House of Saud. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;; +exile_house_of_rashid_title;Banish the House of Rashid;;;;;;;;;;;;; +exile_house_of_rashid_desc;We are victorious over the House of Rashid. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;; +claim_nejd_title;Claim Nejd;;;;;;;;;;;;; +claim_nejd_desc;We cannot unite all of Arabia under our banner unless we control the central provinces. The House of Rashid must stand dominant!;;;;;;;;;;;;; +claim_hail_title;Claim Ha'il;;;;;;;;;;;;; +claim_hail_desc;We cannot unite all of Arabia under our banner unless we control the northern provinces. The House of Saud must stand dominant!;;;;;;;;;;;;; +claim_hedjaz_NEJ_title;Claim Hedjaz;;;;;;;;;;;;; +claim_hedjaz_NEJ_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;; +claim_hedjaz_HAL_title;Claim Hedjaz;;;;;;;;;;;;; +claim_hedjaz_HAL_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;; +claim_arabia_HDJ_title;Claim Eastern Arabia;;;;;;;;;;;;; +claim_arabia_HDJ_desc;We must claim the eastern lands in Nejd and Hail if we are to unite all of Arabia under our rule!;;;;;;;;;;;;; +claim_arabia_ASR_title;Claim Northern Arabia;;;;;;;;;;;;; +claim_arabia_ASR_desc;We must claim the rest of the peninsula if we are to unite all of Arabia under our rule!;;;;;;;;;;;;; +claim_arabian_peninsula_title;Claim Greater Arabia;;;;;;;;;;;;; +claim_arabian_peninsula_desc;We must unite all of the Arabian peninsula under our rule, including all of the Trucial States, Oman, and Yemen.;;;;;;;;;;;;; +become_saudi_arabia_title;Become Arabia;;;;;;;;;;;;; +become_saudi_arabia_desc;We must reunite Nejd and Hedjaz under a single flag!;;;;;;;;;;;;; +form_saudi_arabia_title;Form Arabia;;;;;;;;;;;;; +form_saudi_arabia_desc;A united Arab nation under our rule will make a strong and stable ally.;;;;;;;;;;;;; +hedjaz_independent_title;Declare Independence from Egypt;;;;;;;;;;;;; +hedjaz_independent_desc;It is clear that Egypt is no longer in a position to rule us. Thus it is time for the Hedjaz to find its own path.;;;;;;;;;;;;; +encourage_arab_nationalism_title;Encourage Arab Nationalism;;;;;;;;;;;;; +encourage_arab_nationalism_desc;The way to truly fight the Ottoman Empire is to dismantle it from within. We must encourage their Arab minorities to rise up and seek their own destiny as independent nations.;;;;;;;;;;;;; +ibn_saud_title;Ibn Saud;;;;;;;;;;;;; +ibn_saud_desc;The time has come to unite all of the Arabian peninsula under our rule. Hedjaz must be taken, in order for the Saudi nation to truly stand on its own.;;;;;;;;;;;;; +the_holy_city_title;The Holy City;;;;;;;;;;;;; +the_holy_city_desc;Mecca is the centre of all Islam. To hold it is to stand above all others, and prove to them that the fate of all Islam lies in our hands.;;;;;;;;;;;;; +form_the_ikhwan_title;Alliance with the Wahhabis;;;;;;;;;;;;; +form_the_ikhwan_desc;An alliance with the Wahhabi religious order among the Bedouins will give us precisely the force we need to unite Arabia under our rule.;;;;;;;;;;;;; +form_arab_union_title;Form Arab Union;;;;;;;;;;;;; +form_arab_union_desc;A nation must arise to lead the Arab peoples of the world into the future, a greater power that would unite the Arab world from Morocco to the Mashriq.;;;;;;;;;;;;; +apply_for_USCA_statehood_title;Apply for FRCA Statehood;;;;;;;;;;;;; +apply_for_USCA_statehood_desc;To further our own prosperity, we seek to become part of the Federal Republic of Central America.;;;;;;;;;;;;; +belize_purchase_title;Belize Purchase;;;;;;;;;;;;; +belize_purchase_desc;We are interested in purchasing Belize from Great Britain and integrating it into the United States of Central America. As such, we have have sent delegates overseas to London and are currently awaiting a reply. Having very good relations with the UK, an alliance with them or being a Great Power will greatly improve our chances of getting a deal.;;;;;;;;;;;;; +reform_the_USCA_title;Reform the Federal Republic of Central America;;;;;;;;;;;;; +reform_the_USCA_desc;The time has come for the Federal Republic to be reformed. Long live Central America!;;;;;;;;;;;;; +reform_the_USCA_outside_title;Reform the Federal Republic of Central America;;;;;;;;;;;;; +reform_the_USCA_outside_desc;We will reform the Federal Republic of Central America, a strong and united ally under our control.;;;;;;;;;;;;; +embrace_czech_minority_title;Embrace the Czech Minority;;;;;;;;;;;;; +embrace_czech_minority_desc;We shall embrace our Czech citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;; +embrace_slovene_minority_title;Embrace the Slovene Minority;;;;;;;;;;;;; +embrace_slovene_minority_desc;We shall embrace our Slovene citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;; +embrace_croat_minority_title;Embrace the Croat Minority;;;;;;;;;;;;; +embrace_croat_minority_desc;We shall embrace our Croat citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;; +propose_danube_federation_title;Propose the Danubian Federation;;;;;;;;;;;;; +propose_danube_federation_desc;A new notion has arisen in our country -- one of extending the rights currently enjoyed by the Hungarians to the other Danubian cultures. We cannot, after all, expect that our nation will be able to peacefully continue on with two cultures dominating so many others. Provided the Hungarians will agree, we could unite our cultures into a larger and more peaceful federation of the Danube.;;;;;;;;;;;;; +become_danube_federation_title;Become the Danube Federation;;;;;;;;;;;;; +become_danube_federation_desc;Now that the Hungarians and all the Danubian cultures have been consulted, the time has come for the new government to be implemented. Long live the Danubian Federation!;;;;;;;;;;;;; +end_danube_federation_title;End the Federation;;;;;;;;;;;;; +end_danube_federation_desc;The concept of the Danubian Federation is no longer valid. We no longer control the territories that were once part of our nation, and thus the time has come to give up the fiction and become Austria once more in truth.;;;;;;;;;;;;; +become_austria_title;Become Austria;;;;;;;;;;;;; +become_austria_desc;The time has come to end the dual monarchy and return to our Austrian heritage.;;;;;;;;;;;;; +release_galicia_title;Release Galicia-Lodomeria;;;;;;;;;;;;; +release_galicia_desc;With our holdings in Galicia-Lodomeria cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;; +bosnian_annexation_title;Annex Bosnia;;;;;;;;;;;;; +bosnian_annexation_desc;The government feels it is vital to bring Bosnia more fully under our administration, despite the international furore it might cause.;;;;;;;;;;;;; +release_silesia_title;Release Silesia;;;;;;;;;;;;; +release_silesia_desc;With our holdings in Silesia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;; +release_dalmatia_title;Release Dalmatia;;;;;;;;;;;;; +release_dalmatia_desc;With our holdings in Dalmatia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies -- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;; +claim_austrian_silesia_title;Claim Silesia;;;;;;;;;;;;; +claim_austrian_silesia_desc;The provinces of Bielsko and Tesin are rightfully Czech lands, having once belonged to Bohemia. We must reclaim them as our own.;;;;;;;;;;;;; +begin_hungarian_revolution_title;Begin the Revolution!;;;;;;;;;;;;; +begin_hungarian_revolution_desc;We must strike a blow against the Hapsburg monarchy, in the name of Hungarian independence!;;;;;;;;;;;;; +become_hungary_title;Flee to Budapest;;;;;;;;;;;;; +become_hungary_desc;With the loss of Vienna, the Austro-Hungarian government must flee to Budapest instead. The Hungarians will not, however, continue with the arrangement of the Dual Monarchy -- not when what is left of Austria has been lost. The Hungarians will instead become the new power in our union, taking over what remains of our Empire and ruling in our name.;;;;;;;;;;;;; +become_flanders_title;Become Flanders;;;;;;;;;;;;; +become_flanders_desc;Without the Walloons,it is time for the Flemish to rule once again.;;;;;;;;;;;;; +become_wallonia_title;Become Wallonia;;;;;;;;;;;;; +become_wallonia_desc;Without the Flemish,it is time for the Walloon flag to fly once more.;;;;;;;;;;;;; +become_belgium_FLA_title;Unite Belgium;;;;;;;;;;;;; +become_belgium_FLA_desc;The Flemish and the Walloons may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;; +become_belgium_WLL_title;Unite Belgium;;;;;;;;;;;;; +become_belgium_WLL_desc;The Flemish and the Walloons may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;; +colonial_destiny_title;Colonial Destiny;;;;;;;;;;;;; +colonial_destiny_desc;It is the destiny of the Belgian people to civilize the last remaining wilds of the world. To Africa!;;;;;;;;;;;;; +boer_republic_title;The Boer Republic;;;;;;;;;;;;; +boer_republic_desc;We have established a new nation, dominated by the Voortrekkers and carved from the territory of African natives. This is a new opportunity for us to live outside of British rule, now and forever.;;;;;;;;;;;;; +sand_river_convention_desc;The Boers of the Transvaal are becoming increasingly resistant to colonial rule. The time has come to meet with them at Pretoria and discuss the terms of their independence -- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;; +orange_river_convention_desc;The Boers of the Orange Free State are becoming increasingly resistant to colonial rule. The time has come to meet with them at Bloemfontein and discuss the terms of their independence -- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;; +claim_north_cape_colony_title;Claim the Northern Cape;;;;;;;;;;;;; +claim_north_cape_colony_desc;The northern cape colony rightfully belongs to us. We must take steps to assert our claim, before our African ambitions come to naught.;;;;;;;;;;;;; +claim_transvaal_title;Claim the Transvaal;;;;;;;;;;;;; +claim_transvaal_desc;The Transvaal is Boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;; +claim_oranje_title;Claim Transorangia;;;;;;;;;;;;; +claim_oranje_desc;The territory of the Orange Free State is Boer land and rightfully belongs as part of our nation.;;;;;;;;;;;;; +claim_natalia_title;Claim Natal;;;;;;;;;;;;; +claim_natalia_desc;The Natal is Boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;; +form_south_africa_title;Form South Africa;;;;;;;;;;;;; +form_south_africa_desc;With the Cape Colony under our control we can form a true, united Boer republic -- one that at last will keep us from foreign domination and British rule.;;;;;;;;;;;;; +treaty_of_vereeniging_title;Treaty of Vereeniging;;;;;;;;;;;;; +treaty_of_vereeniging_desc;The Cape Colony is under our control. Now is the time to sit down with our former colonial masters and work out a peace deal that will see it transferred back into Boer hands.;;;;;;;;;;;;; +treaty_of_umtata_title;Treaty of Umtata;;;;;;;;;;;;; +treaty_of_umtata_desc;Now that the war with the Xhosa is done, the time has come to discuss our mutual borders. With our colonists increasingly moving eastward, we may need to incorporate some of their lands into the Cape Colony.;;;;;;;;;;;;; +end_of_hungarian_revolution_title;End of the Hungarian Revolution;;;;;;;;;;;;; +end_of_hungarian_revolution_desc;There is no hope for us to continue. Our revolutionaries stand defeated and our country occupied-- we must submit!;;;;;;;;;;;;; +appeal_to_the_british_title;Appeal to the British;;;;;;;;;;;;; +appeal_to_the_british_desc;Though we are loathe to do so, it appears we are left with little choice: we must appeal to the British for protection, lest we fall under foreign rule and lose what little we have left.;;;;;;;;;;;;; +claim_xhosa_lands_title;Claim Xhosa Lands;;;;;;;;;;;;; +claim_xhosa_lands_desc;The Xhosa lands rightfully belong to the Cape Colony, and the colonial governor has made a formal request to the $COUNTRY_ADJ$ government to administer the lands to protect colonist safety along the border.;;;;;;;;;;;;; +reorganize_south_africa_title;Claim South Africa;;;;;;;;;;;;; +reorganize_south_africa_desc;Now that we have taken possession of the Cape Colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;; +join_confederation_title;Join Confederation;;;;;;;;;;;;; +join_confederation_desc;Our position on the North American continent, and our traditional cultural ties to Canada, make it likely that Canada would be willing to negotiate our entrance into confederation. Doing this means our country will be annexed by Canada.;;;;;;;;;;;;; +form_the_rcmp_title;Form the R.C.M.P.;;;;;;;;;;;;; +form_the_rcmp_desc;With the acquisition of Rupert's Land and the North-West Territories it has become increasingly obvious that a new force is required to patrol those lands and keep order.;;;;;;;;;;;;; +build_the_cnr_title;Build the Canadian National Railway;;;;;;;;;;;;; +build_the_cnr_desc;One railway, linking the Pacific and Atlantic coasts, is a dream that will ensure the unity of Canada -- though it is an expensive dream, to be sure.;;;;;;;;;;;;; +canadian_dominion_title;The Canadian Confederation;;;;;;;;;;;;; +canadian_dominion_desc;The Confederation of Canada now has self-rule. Our dominion is ours to govern, as a new and emerging power not only within North America but in the world.;;;;;;;;;;;;; +vive_le_quebec_title;Vive le Quebec Libre!;;;;;;;;;;;;; +vive_le_quebec_desc;Quebec is free! Finally the Quebecois has the right to govern themselves, and seek out their destiny as an emerging power not only in North America but in the world!;;;;;;;;;;;;; +organize_british_columbia_title;Organize British Columbia;;;;;;;;;;;;; +organize_british_columbia_desc;The colonies of Columbia, New Caledonia and Vancouver Island must be merged into a single entity -- both for the sake of their viability as well as to ensure their strength in the years to come.;;;;;;;;;;;;; +zanzibar_sale_title;Sell Zanzibar;;;;;;;;;;;;; +zanzibar_sale_desc;The Zanzibar coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Tanganyika. We should consider selling it for a tidy profit.;;;;;;;;;;;;; +mombasa_sale_title;Sell Mombasa;;;;;;;;;;;;; +mombasa_sale_desc;The Mombasa coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Kenya. We should consider selling it for a tidy profit.;;;;;;;;;;;;; +portuguese_civil_code_title;Portuguese Civil Code;;;;;;;;;;;;; +portuguese_civil_code_desc;In 1867, the first Portuguese Civil Code was enacted. Professor Seabra, influenced by the Code Napoleon, wrote the whole Code alone. Other Codifications were also studied and taken into consideration, especially the Allgemeines Landrecht (Prussia), the ABGB (Austria) and the Sardinian Civil Code. But he was able to create a very peculiar style: the systematization is different from the French Code. The Portuguese Civil Code was unique for European civil codes, in its characterization of laws in terms of the person and property. It was divided into four sections: the person, the acquisition of goods, goods, and the defence of those goods or rights.;;;;;;;;;;;;; +treaty_of_simulambuko_title;Treaty of Simulambuko;;;;;;;;;;;;; +treaty_of_simulambuko_desc;With the colonial powers of Europe having met at the Congo Conference to decide the orderly division of the African continent, pressure is mounting for Portugal to occupy the lands we have lain claim to. Our diplomats have been in close contact with the princes of Cabinda, and with additional urging we should be able to conclude a treaty forcing the Kongolese to surrender our Angolan claims.;;;;;;;;;;;;; +education_decree_1863_title;Filipino Education Decree;;;;;;;;;;;;; +education_decree_1863_desc;Through the Education Decree of 1863, Queen Isabella II decreed the establishment of a free public school system in the Philippines that used Spanish as the language of instruction, leading to an increasing number of educated Filipinos. This would be the first in a number of colonial initiatives that rendered the Philippines as one of the few places in the world where it was said to have visibly improved and prospered under colonial rule.;;;;;;;;;;;;; +treaty_of_paris_1898_title;Treaty of Paris;;;;;;;;;;;;; +treaty_of_paris_1898_desc;Spain has no choice but to admit it cannot hold onto its Caribbean and Pacific holdings. If we sit down and enter into peace negotiations with the Spanish government, it is possible they might be willing to end this war and turn over their holdings to us… for a price. Some will see this as the beginnings of American colonialism, but to our government this is simply a recognition of the world power that the United States has become.;;;;;;;;;;;;; +treaty_of_paris_1898_victory_title;Treaty of Paris;;;;;;;;;;;;; +treaty_of_paris_1898_victory_desc;We have been victorious in our war against Spain, and Cuba is now free. The Spanish government should realize it does not have the power to hold onto its North American and Pacific colonies. We should approach them and demand they turn over these colonies to us-- for, while it might indicate to some the beginnings of American colonialism, we feel these colonies are best entrusted to the care of a democratic Western power who has the power to hold them.;;;;;;;;;;;;; +moret_law_title;The Moret Law;;;;;;;;;;;;; +moret_law_desc;The Moret Law granted freedom to slaves in Puerto Rico born after 1868, slaves who served in the Spanish Army, slaves over 60 years old, and slaves who were owned by the Spanish government. It was the first in a series of reforms that saw slavery ended in Puerto Rico, well before it was ended in other Spanish colonies.;;;;;;;;;;;;; +claim_schleswig_title;Claim Schleswig;;;;;;;;;;;;; +claim_schleswig_desc;The duchies of Schleswig and Holstein have long been united and considered indivisible under the $COUNTRY_ADJ$ crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for the $COUNTRY_ADJ$ monarch. The treatment of $COUNTRY_ADJ$ people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into $COUNTRY$ proper. This is unlikely to be looked on favourably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;; +reclaim_the_UK_title;Reclaim the British Isles;;;;;;;;;;;;; +reclaim_the_UK_desc;We must rise up and reclaim all of the British Isles -- the old Empire will exist once again!;;;;;;;;;;;;; +reform_the_UK_title;Reform the United Kingdom;;;;;;;;;;;;; +reform_the_UK_desc;Now that we have reclaimed the British Isles we must restore them to a single, united rule once more.;;;;;;;;;;;;; +end_of_the_UK_title;The End of the United Kingdom;;;;;;;;;;;;; +end_of_the_UK_desc;With both Scotland and Ireland gone, this Kingdom can't be called 'United' anymore. Long live England!;;;;;;;;;;;;; +mediate_belgian_independence_title;Mediate Belgian Independence;;;;;;;;;;;;; +mediate_belgian_independence_desc;While Belgium's de facto independence from The Netherlands had been established by force of arms during the Belgian revolution of 1831, it has not been confirmed de jure by The Netherlands and technically a state of war still exists between the two nations. The idea has arisen that the British Empire should step in and mediate a settlement, demanding the Dutch give up their claims in return for guarantees of Belgian independence and control over Luxembourg. With the powers of Europe at the table, it seems unlikely the Dutch would refuse.;;;;;;;;;;;;; +organize_libya_TUR_title;Organize Libya;;;;;;;;;;;;; +organize_libya_TUR_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +reorganize_libya_title;Claim Libya;;;;;;;;;;;;; +reorganize_libya_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;; +organize_algeria_title;Organize Algeria;;;;;;;;;;;;; +organize_algeria_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +organize_zanzibar_title;Organize Zanzibar;;;;;;;;;;;;; +organize_zanzibar_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +hatt_i_humayun_title;Hatt-i Hümayun;;;;;;;;;;;;; +hatt_i_humayun_desc;The Hatt-i Hümayun, or 'Imperial Reform Edict', will take the concept of Ottomanism-- the belief that equality among the Empire's religious groups will solve its social issues-- to the logical conclusion. Full rights will be granted to the Empire's minorities, and laws passed to grant each millet the right to use the religious law of its population. This will go a long way towards dealing with some of the nationalist strife the country has suffered, and bring the Ottoman Empire into a new and multicultural age.;;;;;;;;;;;;; +republican_reforms;Republican Reforms;;;;;;;;;;;;; +republican_reforms_title;Republican Reforms;;;;;;;;;;;;; +republican_reforms_desc;Under a liberal and democratic government, Turkey must be transformed into a modern and secular state!;;;;;;;;;;;;; +greater_turkey_title;Claim Greater Turkey;;;;;;;;;;;;; +greater_turkey_desc;We must strive to restore the Greater Turkish Empire, one that stretches throughout the Middle East rather than in Europe.;;;;;;;;;;;;; +spanish_restoration;The Restoration;;;;;;;;;;;;; +spanish_restoration_title;The Restoration;;;;;;;;;;;;; +spanish_restoration_desc;A period of relative peace and stability in Spain initiated by King Alfonso XII, the aim being to create a new system of government with balance between the liberals and conservatives.;;;;;;;;;;;;; +unite_with_greece_title;Unite With Greece;;;;;;;;;;;;; +unite_with_greece_desc;Our proper place lies with Greece. Long live the Hellenic destiny!;;;;;;;;;;;;; +banda_oriental_title;Banda Oriental;;;;;;;;;;;;; +banda_oriental_desc;The Banda Oriental del Uruguay was Argentinean once, and shall be Argentinean again!;;;;;;;;;;;;; +our_brothers_the_gauchos_title;Our Brothers, the Gauchos;;;;;;;;;;;;; +our_brothers_the_gauchos_desc;It's time to free our brothers, the Gauchos, from the Brazilian rule!;;;;;;;;;;;;; +gran_colombia_by_sword_title;Claim Gran Colombia;;;;;;;;;;;;; +gran_colombia_by_sword_desc;If Gran Colombia is to exist once again, we must lay claim to all its territory -- and reunite it by sword, if need be!;;;;;;;;;;;;; +unite_gran_colombia_title;Reunite Gran Colombia;;;;;;;;;;;;; +unite_gran_colombia_desc;Gran Colombia shall be reborn from the ashes. Long live the united republic!;;;;;;;;;;;;; +total_war_in_rio_grande_sul_title;Total War in Rio Grande do Sul;;;;;;;;;;;;; +total_war_in_rio_grande_sul_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +total_war_in_rio_grande_title;Total War in Rio Grande;;;;;;;;;;;;; +total_war_in_rio_grande_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +total_war_in_yucatan_title;Total War in Yucatan;;;;;;;;;;;;; +total_war_in_yucatan_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +refute_manifest_destiny_title;Refute Manifest Destiny;;;;;;;;;;;;; +refute_manifest_destiny_desc;The American claims to our frontier have proven to be little more than empty air and bluster. Those lands belong to us, and no other.;;;;;;;;;;;;; +rangit_singh_title;Rule of the Maharajah;;;;;;;;;;;;; +rangit_singh_desc;The Maharajah Ranjit Singh has united the Panjabi misls under a single flag. He has formed a secular and tolerant state, one that has thrown off the Afghan yoke and resisted the encroaching imperialists. The future of the Sikh Empire is bright!;;;;;;;;;;;;; +unite_with_nepal_title;Unite with Nepal;;;;;;;;;;;;; +unite_with_nepal_desc;The time has come to rejoin with Greater Nepal and reform the great eastern kingdom.;;;;;;;;;;;;; +treaty_of_guadalupe_hidalgo_title;Treaty of Guadalupe Hidalgo;;;;;;;;;;;;; +treaty_of_guadalupe_hidalgo_desc;Should we get a convincing enough victory over the Mexicans, we will be able to force them to the negotiating table in order to discuss their surrendering of all claims to land north of the Rio Grande -- in exchange for a fair price, of course.\n\n§RNOTE: The treaty will cost 100,000¤.§W;;;;;;;;;;;;; +provincia_cisplatina_title;Provincia Cisplatina;;;;;;;;;;;;; +provincia_cisplatina_desc;The Provincia Cisplatina was Brazilian once, and shall be Brazilian again!;;;;;;;;;;;;; +rio_da_prata_title;Natural Borders;;;;;;;;;;;;; +rio_da_prata_desc;As the Paraná river is the natural southern border of Brazil, it's natural for such a great country to conquer Entre-Rios.;;;;;;;;;;;;; +greater_assyria_title;Claim Greater Assyria;;;;;;;;;;;;; +greater_assyria_desc;Our people lie scattered under the rule of foreign nations -- we must bring them under our banner and reclaim the lands which were once ours.;;;;;;;;;;;;; +reclaim_palestine_title;Reclaim Palestine;;;;;;;;;;;;; +reclaim_palestine_desc;The Israelis have unlawfully occupied our lands. Now is the time to reclaim them for Palestine!;;;;;;;;;;;;; +greater_afghanistan_title;Claim Greater Afghanistan;;;;;;;;;;;;; +greater_afghanistan_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;; +greater_nepal_title;Claim Greater Nepal;;;;;;;;;;;;; +greater_nepal_desc;The time has come to revoke the Sugauli Treaty and take back that which was taken from us. Greater Nepal must be restored!;;;;;;;;;;;;; +greater_serbia_title;Claim Greater Serbia;;;;;;;;;;;;; +greater_serbia_desc;Many Serbs live throughout the Balkans. It is our duty to unite all of them under the Serbian flag!;;;;;;;;;;;;; +reclaim_croatia_title;Reclaim Croatia;;;;;;;;;;;;; +reclaim_croatia_desc;The Croatians renounced their ties to Hungary during the revolution, but now the time has come to reclaim our ancient kingdom's western shores.;;;;;;;;;;;;; +greater_ukraine_title;Claim Greater Ukraine;;;;;;;;;;;;; +greater_ukraine_desc;All Ukrainians must rightfully fall under the Ukrainian flag!;;;;;;;;;;;;; +greater_macedonia_title;Claim Greater Macedonia;;;;;;;;;;;;; +greater_macedonia_desc;All Macedonians must rightfully fall under the Macedonian flag!;;;;;;;;;;;;; +unite_with_ukraine_title;Unite with Ukraine;;;;;;;;;;;;; +unite_with_ukraine_desc;For the common good of our people, we must set aside our sovereignty and join the greater Ukrainian nation.;;;;;;;;;;;;; +claim_santa_catarina_title;Claim Santa Catarina;;;;;;;;;;;;; +claim_santa_catarina_desc;Our fellow rebels in the neighbouring province of Santa Catarina must be liberated. The Juliana Republic must be freed from Brazilian rule!;;;;;;;;;;;;; +claim_greater_albania_title;Claim Greater Albania;;;;;;;;;;;;; +claim_greater_albania_desc;The lands of ethnic Albanians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;; +claim_greater_mongolia_title;Claim Greater Mongolia;;;;;;;;;;;;; +claim_greater_mongolia_desc;The lands of ethnic Mongolians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;; +claim_tatar_lands_title;Claim Tatar Lands;;;;;;;;;;;;; +claim_tatar_lands_desc;Now that the Tatars are strong once again, we must reclaim the historical lands of Tartary!;;;;;;;;;;;;; +enact_muhammad_alis_reforms_title;Muhammad Ali's Reforms;;;;;;;;;;;;; +enact_muhammad_alis_reforms_desc;Muhammad Ali, an Albanian born in Macedonia during Ottoman rule there, served in the Kavala Volunteer Contingent of the Ottoman Army in Egypt during the first years of the 19th century. Following the withdrawal of Napoleon's armies from Egypt Muhammad, through a long series of political manoeuvring, came to be elected Wali (governor) of Ottoman Egypt, a position he would eventually use to secure Egypt as his own personal domain as Mamluk power waned. During his reign he instituted a series of more or less popular, and more or less successful, reforms, all aiming to transform Egypt into a modern, European-style, state. Resistance to these reforms will slow down technological progress for a time, but the benefit to Egypt itself will be immeasurable.;;;;;;;;;;;;; +muhammad_alis_reforms;Muhammad Ali's Reforms;;;;;;;;;;;;; +desc_muhammad_alis_reforms;We have instituted the reforms of Muhammad Ali and while these rapid advancements will slow down our technological progress in the short term, the benefits to our military and our overall efficiency will be invaluable.;;;;;;;;;;;;; +build_addis_ababa_title;Build Addis Ababa;;;;;;;;;;;;; +build_addis_ababa_desc;The "New Flower" was founded in 1886 by Emperor Menelik II, Addis Ababa would become the capital of Ethiopia and the site of the Imperial Palace.;;;;;;;;;;;;; +eth_mission_to_cairo_title;Mission to Cairo;;;;;;;;;;;;; +eth_mission_to_cairo_desc;The strained relations between Ethiopia and Egypt must come to an end. We each have our respective lands, and truly there is no reason for us to fight. At worst, continued conflict will leave both our nations weak to exploitation by foreign powers.;;;;;;;;;;;;; +become_hausaland_title;Become Hausaland;;;;;;;;;;;;; +become_hausaland_desc;The hausa have come to increasingly dominate the Caliphate and its court, and it is time Sokoto reflected that fact.;;;;;;;;;;;;; +become_toucouleur_title;Found the Tukulor Empire;;;;;;;;;;;;; +become_toucouleur_desc;The Jihad must continue! With the cities of the central deserts under our control, now is the time to found a united empire that will resist the coming onslaught of the colonial powers!;;;;;;;;;;;;; +unite_somalia_title;Unite Somaliland;;;;;;;;;;;;; +unite_somalia_desc;We must unite all Somalis under a single, unified flag!;;;;;;;;;;;;; +unite_ethiopia_ETH_title;Unite Ethiopia;;;;;;;;;;;;; +unite_ethiopia_ETH_desc;The civil war is over. Ethiopia must be one nation!;;;;;;;;;;;;; +unite_ethiopia_SHW_title;Unite Shewa;;;;;;;;;;;;; +unite_ethiopia_SHW_desc;The civil war is over. Shewa must be one nation!;;;;;;;;;;;;; +tonghak_reforms_title;Donghak (Gabo) Reforms;;;;;;;;;;;;; +tonghak_reforms_desc; The peasant class of Korea has suffered as of late under the corrupt officials of the current system. Currently the floods and famines that have taken its toll on the lands has hit them quite hard, with increased taxes current aristocrats and officials have put in place has brought the peasant classes to the point of revolution. In response to this, the government has instituted a number of social, economic and military reforms in order to placate the peasantry. The gwageo system was abolished and replaced by a Japanese bureaucratic system. The administration of financial affairs were centralized, the taxation system redressed, a new monetary system allowed the use of Japanese currency, and the measurement system was changed to that of Japan's. Other social reforms were addressed as well: discrimination based on the class system, slavery, underage marriage were all banned and widows were granted the right to remarry. These reforms would legally change the traditional feudal system that had been followed for hundreds of years..;;;;;;;;;;;;; +move_capital_to_gothenburg_title;Göteborg, a Scandinavian Capital;;;;;;;;;;;;; +move_capital_to_gothenburg_desc;Göteborg is the centre of the Scandinavian nation and would be a perfect Capital for our great nation and further unite our people.;;;;;;;;;;;;; +reform_kalmar_title;Reform the Kalmar Union;;;;;;;;;;;;; +reform_kalmar_desc;Once all of Scandinavia was ruled by a single monarch, our people united in purpose. With our nation on the rise in power and prestige, it is time to resurrect the Kalmar Union once more. For now this is just an idea, and one we must convince the other Scandinavian countries to accept. In time, they will come to see the benefit inherent in our common bond.;;;;;;;;;;;;; +SCA_customs_union_title;The Scandinavian Customs Union;;;;;;;;;;;;; +SCA_customs_union_desc;The first step in uniting the Scandinavian nations is to eliminate the restrictions on trade between us. Open the borders!;;;;;;;;;;;;; +SCA_political_union_title;The Scandinavian Political Union;;;;;;;;;;;;; +SCA_political_union_desc;The next step towards uniting Scandinavia is reducing the differences in our governments. Why have multiple agencies when there can simply be one, providing all our people with the services they need? We must surrender our individual sovereignty for common gain.;;;;;;;;;;;;; +usurp_kalmar_title;Take Leadership in the Kalmar Union;;;;;;;;;;;;; +usurp_kalmar_desc;While the Kalmar Union was not reborn in our nation, it seems that a united Scandinavia will never come to pass unless a stronger country stands up and takes over the leadership role.;;;;;;;;;;;;; +join_kalmar_union_title;Join the Kalmar Union;;;;;;;;;;;;; +join_kalmar_union_desc;The time has come for our nation to take part in the growing Scandinavian union.;;;;;;;;;;;;; +end_of_transcaucasia_GEO_title;The End of Transcaucasia;;;;;;;;;;;;; +end_of_transcaucasia_GEO_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_transcaucasia_AZB_title;The End of Transcaucasia;;;;;;;;;;;;; +end_of_transcaucasia_AZB_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_transcaucasia_ARM_title;The End of Transcaucasia;;;;;;;;;;;;; +end_of_transcaucasia_ARM_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +become_uzbekistan_khiva_title;Become Uzbekistan;;;;;;;;;;;;; +become_uzbekistan_khiva_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;; +become_uzbekistan_bukkhara_title;Become Uzbekistan;;;;;;;;;;;;; +become_uzbekistan_bukkhara_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;; +become_kyrgyzstan_title;Become Kyrgyzstan;;;;;;;;;;;;; +become_kyrgyzstan_desc;We must unite the Kyrgyz into a single and modern state, with sovereignty over all our ancestral land. Under Kyrgyz leadership, all of Turkestan will one day be united!;;;;;;;;;;;;; +unite_turkestan_title;Unite Turkestan;;;;;;;;;;;;; +unite_turkestan_desc;Under our nation's leadership, the Turkmen, Kyrgyz, Tajiks and Uzbeks can at last be united into a single Turkestan. Should this dream ever come to pass, the world shall tremble before our might!;;;;;;;;;;;;; +organize_nigeria_title;Organize Nigeria;;;;;;;;;;;;; +organize_nigeria_desc;The natives and their groups are numerous in Nigeria and they speak a variety of languages, with the main ones being Igbo, Hausa and Yoruba. They span the tropical jungles of the south and of the Niger delta to the savannas in central Nigeria and the harsh semi-arid of the north. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Organizing a proper colonial structure in Nigeria will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.\n\n§ROption for expanded mineral production estimated at 200,000¤§W.;;;;;;;;;;;;; +reorganize_sudan_title;Claim Sudan;;;;;;;;;;;;; +reorganize_sudan_desc;From the Sahara desert in the north to the tropical jungles in the south, the colony of $COUNTRY_ADJ$ Sudan was historically tied to the Egyptians in the north. Despite the many tribes that inhabit it, the historical ties and heavy Arab influence made Islam and Arab the main religion and language of the colony. While the the vast landmass of the colony is suitable for a range of cash crops, the relative isolation of the colony means we will need to spend extra to make it into a productive enterprise. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_nigeria_title;Claim Nigeria;;;;;;;;;;;;; +reorganize_nigeria_desc;The natives and their groups are numerous in Nigeria and they speak a variety of languages, with the main ones being Igbo, Hausa and Yoruba. They span the tropical jungles of the south and of the Niger delta to the savannas in central Nigeria and the harsh semi-arid of the north. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.\n\n§ROption for expanded mineral production estimated at 200,000¤§W.;;;;;;;;;;;;; +organize_togo_title;Organize Togo;;;;;;;;;;;;; +organize_togo_desc;The small colony of Togo can prove to be very lucrative despite not being densely populated. A variety of groups inhabit the $COUNTRY_ADJ$ Togo including the Gru, Ewe, Fon and the Kwa, each divided in dozens of tribes and hundreds of strange customs. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. Coffee seems to be the most popular choice of cash crop, though a few evaluated the potential for cotton plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_togo_title;Claim Togo;;;;;;;;;;;;; +reorganize_togo_desc;The small colony of Togo can prove to be very lucrative despite not being densely populated. A variety of groups inhabit the $COUNTRY_ADJ$ Togo including the Gru, Ewe, Fon and the Kwa, each divided in dozens of tribes and hundreds of strange customs. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. Coffee seems to be the most popular choice of cash crop, though a few evaluated the potential for cotton plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_ivory_coast_title;Organize Ivory Coast;;;;;;;;;;;;; +organize_ivory_coast_desc;The dense jungles covering the north of the colony of Ivory Coast are home to a variety of exquisite groups such as the Dyula, the Mande, the Senufo and other Western Nigritic tribes, each with their own subdivisions forming an expansive patchwork of native villages and groups. To the south, in the coast, the jungle gives space for the Kru and the Akan, the main groups in contact with the $COUNTRY_ADJ$ administration. Now with the a large territory firmly in our hands, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee, tobacco and cotton but there have been reports of great potential for rubber extraction and tropical wood logging. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_ivory_coast_title;Claim Ivory Coast;;;;;;;;;;;;; +reorganize_ivory_coast_desc;The dense jungles covering the north of the colony of Ivory Coast are home to a variety of exquisite groups such as the Dyula, the Mande, the Senufo and other Western Nigritic tribes, each with their own subdivisions forming an expansive patchwork of native villages and groups. To the south, in the coast, the jungle gives space for the Kru and the Akan, the main groups in contact with the $COUNTRY_ADJ$ administration. Now with the a large territory firmly in our hands, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee, tobacco and cotton but there have been reports of great potential for rubber extraction and tropical wood logging. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_sierra_leone_title;Organize Sierra Leone;;;;;;;;;;;;; +organize_sierra_leone_desc;The jungles of the south slowly give up way to the bushlands and sparse forests that finally turn into savannas in the north. Sierra Leone is a small but diverse colony, with the main groups in contact with the $COUNTRY_ADJ$ administration being the ones speaking Mende and Temne languages. Now with the colony officially organized as part of the great $COUNTRY_ADJ$ empire, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee and cotton but there have been reports of potential for other fruits and grain, as well as some mineral riches. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_sierra_leone_title;Claim Sierra Leone;;;;;;;;;;;;; +reorganize_sierra_leone_desc;The jungles of the south slowly give up way to the bushlands and sparse forests that finally turn into savannas in the north. Sierra Leone is a small but diverse colony, with the main groups in contact with the $COUNTRY_ADJ$ administration being the ones speaking Mende and Temne languages. Now with the colony officially organized as part of the great $COUNTRY_ADJ$ empire, several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate is suitable for coffee and cotton but there have been reports of potential for other fruits and grain, as well as some mineral riches. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_guinea_title;Organize Guinea;;;;;;;;;;;;; +organize_guinea_desc;Home to a long history of Islamic influence, the colony of Guinea was the scene of great strife between Jallon and the Wassoulou states, as well as the Mandinka and Fula peoples that inhabit it. Right now the $COUNTRY_ADJ$ colonial administration maintains the peace in a territory that is roughly the size of the island of British Islands, excluding Ireland. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate and mountainous geography make the colony suitable for coffee and cotton, and there are reports of great rubber extraction potential. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_guinea_title;Claim Guinea;;;;;;;;;;;;; +reorganize_guinea_desc;Home to a long history of Islamic influence, the colony of Guinea was the scene of great strife between Jallon and the Wassoulou states, as well as the Mandinka and Fula peoples that inhabit it. Right now the $COUNTRY_ADJ$ colonial administration maintains the peace in a territory that is roughly the size of the island of British Islands, excluding Ireland. Several private companies as well as the $COUNTRY_ADJ$ government commissioned charters and maps to assess the potential, both agricultural as well as mineral, of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations. The climate and mountainous geography make the colony suitable for coffee and cotton, and there are reports of great rubber extraction potential. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_senegal_title;Organize Senegal;;;;;;;;;;;;; +organize_senegal_desc;The arid Senegal has long been in contact with the Europe as merchants looking for trade and slaves stopped along its shores. Divided politically in several kingdoms, it was once home to a Wolof state spanned through most of the now $COUNTRY_ADJ$ colony. The Wolof, Mandinka, Fula and Serer peoples are the main inhabitants of the colony and they live in northern Sahelian landscape and in the southern tropical rainforests. Our surveys indicate that there's great potential for rubber extraction and coffee plantation, as well as some precious metals somewhere in the interior. Other products such as fruits and cotton might also be viable crops albeit in a smaller scale. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_senegal_title;Claim Senegal;;;;;;;;;;;;; +reorganize_senegal_desc;The arid Senegal has long been in contact with the Europe as merchants looking for trade and slaves stopped along its shores. Divided politically in several kingdoms, it was once home to a Wolof state spanned through most of the now $COUNTRY_ADJ$ colony. The Wolof, Mandinka, Fula and Serer peoples are the main inhabitants of the colony and they live in northern Sahelian landscape and in the southern tropical rainforests. Our surveys indicate that there's great potential for rubber extraction and coffee plantation, as well as some precious metals somewhere in the interior. Other products such as fruits and cotton might also be viable crops albeit in a smaller scale. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_niger_title;Organize Niger;;;;;;;;;;;;; +organize_niger_desc;The mostly sahelian colony of $COUNTRY_ADJ$ Niger was once part of the mighty Mali empire, but its struggles with the Kanem-Bornu which also held the land left it mostly lawless until the arrival of the $COUNTRY_ADJ$ administration. Arab influence ensures that Islam is the biggest religion and that Arabic is the lingua franca of the colony, but local languages of prominence include the Hausa and the Buduma, as well as the Kanuri of the desert and the Songhai. Our surveyors report that the north of the colony transitions from the semi-arid Sahel savannas to the Sahara desert while the south has more fertile lands, with possible production of peanuts and cotton, as well as cattle and other livestock. Despite this, the potential for agricultural output is low as the country is mostly arid. All that remains now is to organize the colonial structure in a $COUNTRY_ADJ$ model that will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_niger_title;Claim Niger;;;;;;;;;;;;; +reorganize_niger_desc;The mostly sahelian colony of $COUNTRY_ADJ$ Niger was once part of the mighty Mali empire, but its struggles with the Kanem-Bornu which also held the land left it mostly lawless until the arrival of the $COUNTRY_ADJ$ administration. Arab influence ensures that Islam is the biggest religion and that Arabic is the lingua franca of the colony, but local languages of prominence include the Hausa and the Buduma, as well as the Kanuri of the desert and the Songhai. Our surveyors report that the north of the colony transitions from the semi-arid Sahel savannas to the Sahara desert while the south has more fertile lands, with possible production of peanuts and cotton, as well as cattle and other livestock. Despite this, the potential for agricultural output is low as the country is mostly arid. All that remains now is to reorganize the colonial structure in a $COUNTRY_ADJ$ model that will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_chad_title;Organize Chad;;;;;;;;;;;;; +organize_chad_desc;Part Sahara desert and part jungle, the arid $COUNTRY_ADJ$ colony of Chad has been a stop on the Arab caravans crossing the Sahara to the heart of Africa for centuries. As a result, Arabic is one of the main languages spoken throughout the land, together with Sara and Kanembu. In $CAPITAL$, $COUNTRY_ADJ$ surveyors report that the southern jungles and fields can be used for agriculture, and are home to cotton which is indigenous to the region. However, it doesn't seem like the colony will be good for much else. Organizing the colony of $COUNTRY_ADJ$ Chad will allow us to tap in the cotton-production potential.;;;;;;;;;;;;; +reorganize_chad_title;Claim Chad;;;;;;;;;;;;; +reorganize_chad_desc;Part Sahara desert and part jungle, the arid $COUNTRY_ADJ$ colony of Chad has been a stop on the Arab caravans crossing the Sahara to the heart of Africa for centuries. As a result, Arabic is one of the main languages spoken throughout the land, together with Sara and Kanembu. In $CAPITAL$, $COUNTRY_ADJ$ surveyors report that the southern jungles and fields can be used for agriculture, and are home to cotton which is indigenous to the region. However, it doesn't seem like the colony will be good for much else. Reorganizing the colony of $COUNTRY_ADJ$ Chad will allow us to tap in the cotton-production potential.;;;;;;;;;;;;; +organize_cameroon_title;Organize Cameroon;;;;;;;;;;;;; +organize_cameroon_desc;$COUNTRY_ADJ$ Cameroon is a large colony in the heart of Africa, with a multitude of tribes and languages spoken in its territory. It's hard to pinpoint a main language, and the landscape is equally diverse with highlands, jungles and savannas crisscrossing the colony. Our surveys indicate that there's great potential for cash crops, especially coffee and cotton. Rubber extraction is another activity that can be of great profit to us. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_cameroon_title;Claim Cameroon;;;;;;;;;;;;; +reorganize_cameroon_desc;$COUNTRY_ADJ$ Cameroon is a large colony in the heart of Africa, with a multitude of tribes and languages spoken in its territory. It's hard to pinpoint a main language, and the landscape is equally diverse with highlands, jungles and savannas crisscrossing the colony. Our surveys indicate that there's great potential for cash crops, especially coffee and cotton. Rubber extraction is another activity that can be of great profit to us. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_gabon_title;Organize Gabon;;;;;;;;;;;;; +organize_gabon_desc;The small colony of $COUNTRY_ADJ$ Gabon lies in the heart of Africa and is virtually covered by tropical jungles. Dominated by the Fang and Punu peoples, not much can be grown in the thick jungle but much can be gained from the ivory trade as well as from rubber extraction. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_gabon_title;Claim Gabon;;;;;;;;;;;;; +reorganize_gabon_desc;The small colony of $COUNTRY_ADJ$ Gabon lies in the heart of Africa and is virtually covered by tropical jungles. Dominated by the Fang and Punu peoples, not much can be grown in the thick jungle but much can be gained from the ivory trade as well as from rubber extraction. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_congo_title;Organize Congo;;;;;;;;;;;;; +organize_congo_desc;In the heart of the African jungle lies the colony of $COUNTRY_ADJ$ Congo, taking its name from the river Congo. Kongo, Sangha and Teke are the main spoken languages in the jungle-covered colony. There isn't much arable land but the little it has can be used for Coffee. Rubber extraction and tropical wood are also economic activities that might bring profit. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_congo_title;Claim Congo;;;;;;;;;;;;; +reorganize_congo_desc;In the heart of the African jungle lies the colony of $COUNTRY_ADJ$ Congo, taking its name from the river Congo. Kongo, Sangha and Teke are the main spoken languages in the jungle-covered colony. There isn't much arable land but the little it has can be used for Coffee. Rubber extraction and tropical wood are also economic activities that might bring profit. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_zaire_title;Organize Congo Free State;;;;;;;;;;;;; +organize_zaire_desc;The biggest colonial a country has in Africa, the $COUNTRY_ADJ$ Congo Free State, lies in the heart of Africa. The colony is a vast landmass covered by jungles, highlands and plains that are home to innumerous tribes, speaking hundreds of languages. Cataloguing, organizing and delineating the borders and institutions of this colony will be a daunting task but one that promises high rewards - just the little that reached $CAPITAL$ have dozens of prominent companies excited about the business opportunities and the riches hidden deep within the colonial territory. There's talks of profits in the ivory, gold, silver and diamond trades as well as coal and iron deposits and suitable environments for the plantation of coffee, cocoa, tea and cotton, not to mention the gigantic potential for rubber extraction.;;;;;;;;;;;;; +reorganize_zaire_title;Claim Congo Free State;;;;;;;;;;;;; +reorganize_zaire_desc;The biggest colonial a country has in Africa, the $COUNTRY_ADJ$ Congo Free State, lies in the heart of Africa. The colony is a vast landmass covered by jungles, highlands and plains that are home to innumerous tribes, speaking hundreds of languages. Reorganizing and delineating the borders and institutions of this colony will be a daunting task but one that promises high rewards - just the little that reached $CAPITAL$ have dozens of prominent companies excited about the business opportunities and the riches hidden deep within the colonial territory. There's talks of profits in the ivory, gold, silver and diamond trades as well as coal and iron deposits and suitable environments for the plantation of coffee, cocoa, tea and cotton, not to mention the gigantic potential for rubber extraction.;;;;;;;;;;;;; +organize_zambia_title;Organize Zambia;;;;;;;;;;;;; +organize_zambia_desc;With a tropical climate and and consisting mostly of high plateaus with a few mountains and hills, the colony of $COUNTRY_ADJ$ Zambia has a lot of potential for coffee, cotton and tobacco production. The natives are not especially restless, with the majority being part of the Zemba, Tonga and Chewa groups. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_zambia_title;Claim Zambia;;;;;;;;;;;;; +reorganize_zambia_desc;With a tropical climate and and consisting mostly of high plateaus with a few mountains and hills, the colony of $COUNTRY_ADJ$ Zambia has a lot of potential for coffee, cotton and tobacco production. The natives are not especially restless, with the majority being part of the Zemba, Tonga and Chewa groups. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_kenya_title;Organize Kenya;;;;;;;;;;;;; +organize_kenya_desc;From the tropical beaches to the arid inland, the colony of $COUNTRY_ADJ$ Kenya diverse geography hides agricultural potential. The language of the land is Swahili and the country highlands can be used for tobacco, coffee or tea plantations and the coast has ideal conditions for cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_kenya_title;Claim Kenya;;;;;;;;;;;;; +reorganize_kenya_desc;From the tropical beaches to the arid inland, the colony of $COUNTRY_ADJ$ Kenya diverse geography hides agricultural potential. The language of the land is Swahili and the country highlands can be used for tobacco, coffee or tea plantations and the coast has ideal conditions for cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_tanzania_title;Organize Tanganyika;;;;;;;;;;;;; +organize_tanzania_desc;The Swahili-speaking traders were, in the past, the main influence in the territories that are now the colony of $COUNTRY_ADJ$ Tanganyika. The geography is diverse with jungles, plains and highlands, suitable for coffee, tea, cotton and tobacco. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_tanzania_title;Claim Tanganyika;;;;;;;;;;;;; +reorganize_tanzania_desc;The Swahili-speaking traders were, in the past, the main influence in the territories that are now the colony of $COUNTRY_ADJ$ Tanganyika. The geography is diverse with jungles, plains and highlands, suitable for coffee, tea, cotton and tobacco. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_mali_title;Organize Mali;;;;;;;;;;;;; +organize_mali_desc;The colony of $COUNTRY_ADJ$ Mali occupies part and is eponymous to what was considered one of the richest of the West-African native states. Dominated by Mande, Fula and Songhai groups, it's spans the Sahara desert in the north, to the sahelian savannas in the centre to the tropical jungles of the south. There's great potential for cotton plantation with some limited potential for tobacco and coffee. There's also talks of gold riches somewhere in the territory. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_mali_title;Claim Mali;;;;;;;;;;;;; +reorganize_mali_desc;The colony of $COUNTRY_ADJ$ Mali occupies part and is eponymous to what was considered one of the richest of the West-African native states. Dominated by Mande, Fula and Songhai groups, it's spans the Sahara desert in the north, to the sahelian savannas in the centre to the tropical jungles of the south. There's great potential for cotton plantation with some limited potential for tobacco and coffee. There's also talks of gold riches somewhere in the territory. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_libya_title;Organize Libya;;;;;;;;;;;;; +organize_libya_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +organize_CAR_title;Organize Ubangi-Shari;;;;;;;;;;;;; +organize_CAR_desc;The colony of $COUNTRY_ADJ$ Ubangi-Shari has its borders (and name) defined by the rivers of Ubangi and Shari. The most common language spoken through its plains and savannas is the Sango and the hot climate is suitable for coffee and cotton production. There are also reports of rubber-yielding trees and a good profit to be found on the ivory trade. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_CAR_title;Claim Ubangi-Shari;;;;;;;;;;;;; +reorganize_CAR_desc;The colony of $COUNTRY_ADJ$ Ubangi-Shari has its borders (and name) defined by the rivers of Ubangi and Shari. The most common language spoken through its plains and savannas is the Sango and the hot climate is suitable for coffee and cotton production. There are also reports of rubber-yielding trees and a good profit to be found on the ivory trade. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_malawi_title;Organize Nyasaland;;;;;;;;;;;;; +organize_malawi_desc;Mountainous Nyasaland is home of Chewa, Lomwe and Yao-speaking tribes. Its hot climate and highlands are ideal for the plantation of tea, tobacco, coffee or cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_malawi_title;Claim Nyasaland;;;;;;;;;;;;; +reorganize_malawi_desc;Mountainous Nyasaland is home of Chewa, Lomwe and Yao-speaking tribes. Its hot climate and highlands are ideal for the plantation of tea, tobacco, coffee or cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_gambia_title;Organize the Gambia;;;;;;;;;;;;; +organize_gambia_desc;The small strip of land that composes the territory of $COUNTRY_ADJ$ Gambia in west Africa is the result of months of diplomatic effort between the colonizing powers. It consists mainly of the jungle along the Gambia river and therefore has very limited profitability and zero potential for cash crops. However, organizing the colonial structure in a $COUNTRY_ADJ$ model is still something that we need to do - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_gambia_title;Claim the Gambia;;;;;;;;;;;;; +reorganize_gambia_desc;The small strip of land that composes the territory of $COUNTRY_ADJ$ Gambia in west Africa is the result of months of diplomatic effort between the colonizing powers. It consists mainly of the jungle along the Gambia river and therefore has very limited profitability and zero potential for cash crops. However, reorganizing the colonial structure in a $COUNTRY_ADJ$ model is still something that we need to do - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_angola_title;Organize the Angola;;;;;;;;;;;;; +organize_angola_desc;Ovimbundu, Ambundu and Bakongo are the main languages spoken by the tribes of the colony of $COUNTRY_ADJ$ Angola. The colony has mountains, jungles, savannas and plains and it has potential for coffee, cotton and tobacco production, not to mention the reports of diamonds found inland. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_angola_title;Claim Angola;;;;;;;;;;;;; +reorganize_angola_desc;Ovimbundu, Ambundu and Bakongo are the main languages spoken by the tribes of the colony of $COUNTRY_ADJ$ Angola. The colony has mountains, jungles, savannas and plains and it has potential for coffee, cotton and tobacco production, not to mention the reports of diamonds found inland. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_mozambique_title;Organize the Mozambique;;;;;;;;;;;;; +organize_mozambique_desc;The tropical colony of $COUNTRY_ADJ$ Mozambique lies near the island of Madagascar. First visited by the Portuguese and Makhuwa traders, with the latter being one of the most used languages, the colony is home to several bantu groups. From the sunny coast to the mountainous interior, our prospectors say the colony has potential for cotton, tea, tobacco and coffee production - not to mention coal mining. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_mozambique_title;Claim Mozambique;;;;;;;;;;;;; +reorganize_mozambique_desc;The tropical colony of $COUNTRY_ADJ$ Mozambique lies near the island of Madagascar. First visited by the Portuguese and Makhuwa traders, with the latter being one of the most used languages, the colony is home to several bantu groups. From the sunny coast to the mountainous interior, our prospectors say the colony has potential for cotton, tea, tobacco and coffee production - not to mention coal mining. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_uganda_title;Organize Uganda;;;;;;;;;;;;; +organize_uganda_desc;Lying on the shores of one of the biggest lakes in Africa, as well as having a few more inland, the fertile lands of the colony of $COUNTRY_ADJ$ Uganda are ripe for agricultural production. The Swahili speaking tribes could be used on plantations of coffee, tea, cotton and tobacco are all possible crops that could be very profitable for us. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_uganda_title;Reorganize Uganda;;;;;;;;;;;;; +reorganize_uganda_desc;Lying on the shores of one of the biggest lakes in Africa, as well as having a few more inland, the fertile lands of the colony of $COUNTRY_ADJ$ Uganda are ripe for agricultural production. The Swahili speaking tribes could be used on plantations of coffee, tea, cotton and tobacco are all possible crops that could be very profitable for us. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_botswana_title;Organize Bechuanaland;;;;;;;;;;;;; +organize_botswana_desc;The tswana and the kalanga inhabit the savannas and plains of the colony of $COUNTRY_ADJ$ Bechuanaland. The country's arid climate make it a poor choice for agricultural production, despite the potential for gold and silver mines in the east of the country. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_botswana_title;Reorganize Bechuanaland;;;;;;;;;;;;; +reorganize_botswana_desc;The tswana and the kalanga inhabit the savannas and plains of the colony of $COUNTRY_ADJ$ Bechuanaland. The country's arid climate make it a poor choice for agricultural production, despite the potential for gold and silver mines in the east of the country. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_sudan_title;Organize Sudan;;;;;;;;;;;;; +organize_sudan_desc;From the Sahara desert in the north to the tropical jungles in the south, the colony of $COUNTRY_ADJ$ Sudan was historically tied to the Egyptians in the north. Despite the many tribes that inhabit it, the historical ties and heavy Arab influence made Islam and Arab the main religion and language of the colony. While the the vast landmass of the colony is suitable for a range of cash crops, the relative isolation of the colony means we will need to spend extra to make it into a productive enterprise. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_ghana_title;Organize Ghana;;;;;;;;;;;;; +organize_ghana_desc;On the shores of the Gold Coast once laid the proud kingdom of the Akan. These people are now part of the colony of $COUNTRY_ADJ$ Ghana, a western African colony that spans the coast to the jungles of the interior. There's great potential for gold extraction as well as coffee production, though that could easily be replaced by tobacco or cotton. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_ghana_title;Reorganize Ghana;;;;;;;;;;;;; +reorganize_ghana_desc;On the shores of the Gold Coast once laid the proud kingdom of the Akan. These people are now part of the colony of $COUNTRY_ADJ$ Ghana, a western African colony that spans the coast to the jungles of the interior. There's great potential for gold extraction as well as coffee production, though that could easily be replaced by tobacco or cotton. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_burkina_faso_title;Organize Upper Volta;;;;;;;;;;;;; +organize_burkina_faso_desc;In the interior of west Africa lies the Volta river, the river that gives name to the colony of $COUNTRY_ADJ$ Upper Volta. The main groups - Mossi and Fula - as well as innumerous other smaller tribes and peoples that populate the land can work on cotton, coffee or tobacco plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_burkina_faso_title;Reorganize Upper Volta;;;;;;;;;;;;; +reorganize_burkina_faso_desc;In the interior of west Africa lies the Volta river, the river that gives name to the colony of $COUNTRY_ADJ$ Upper Volta. The main groups - Mossi and Fula - as well as innumerous other smaller tribes and peoples that populate the land can work on cotton, coffee or tobacco plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_mauritania_title;Organize Mauritania;;;;;;;;;;;;; +organize_mauritania_desc;The Berbers and the Maghrebi peoples have inhabited the colony of $COUNTRY_ADJ$ Mauritania for years. The arid colony lies mostly on the Saharan desert and as such are not really well suited for cash crops. There are talks of iron somewhere in the mountains in the desert, as well as a fish-rich shore.;;;;;;;;;;;;; +organize_dahomey_title;Organize Dahomey;;;;;;;;;;;;; +organize_dahomey_desc;The Fon-dominated colony of $COUNTRY_ADJ$ Dahomey lies on the Benin bight, a small strip of land in the western African jungle. Despite the small territory, there's potential for cotton, coffee or tobacco production, as well as some richness to be found on exotic wood. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_dahomey_title;Reorganize Dahomey;;;;;;;;;;;;; +reorganize_dahomey_desc;The Fon-dominated colony of $COUNTRY_ADJ$ Dahomey lies on the Benin bight, a small strip of land in the western African jungle. Despite the small territory, there's potential for cotton, coffee or tobacco production, as well as some richness to be found on exotic wood. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_indonesia_title;Organize Indonesia;;;;;;;;;;;;; +organize_indonesia_desc;The populous colony of $COUNTRY_ADJ$ Indonesia is compromised of several major islands, the main one being Java. A patchwork of peoples and exotic islands brought together by our the government in $CAPITAL$, and mostly bound together by Islam, it has a great potential for profitability due to its wide range of climates, providing fertile ground for virtually all cash crops and with great potential for coal production. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_indonesia_title;Claim Indonesia;;;;;;;;;;;;; +reorganize_indonesia_desc;The populous colony of $COUNTRY_ADJ$ Indonesia is compromised of several major islands, the main one being Java. A patchwork of peoples and exotic islands brought together by our the government in $CAPITAL$, and mostly bound together by Islam, it has a great potential for profitability due to its wide range of climates, providing fertile ground for virtually all cash crops and with great potential for coal production. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_somalia_title;Organize Somalia;;;;;;;;;;;;; +organize_somalia_desc;The Somalis long have been divided in several warring sultanates, none ever managing to acquire full dominance of the horn of Africa. Brought together by our administration, the colony $COUNTRY_ADJ$ Somaliland holds little potential for cash crops due to its arid climate that dominates most of the land. It nevertheless has some small potential for cotton and occupies a strategic position in the African continent. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_namibia_title;Organize Namibia;;;;;;;;;;;;; +organize_namibia_desc;The Herero and Namaqua peoples inhabit the dry and arid colony of $COUNTRY_ADJ$ Namibia - a small colony off the south-western coast of Africa. The vast empty landscapes and deserts that are part of this arid colony hide some mineral wealth - with reports of copper and diamonds being found. Nevertheless, the climate leaves no room for cash crops. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_namibia_title;Reorganize Namibia;;;;;;;;;;;;; +reorganize_namibia_desc;The Herero and Namaqua peoples inhabit the dry and arid colony of $COUNTRY_ADJ$ Namibia - a small colony off the south-western coast of Africa. The vast empty landscapes and deserts that are part of this arid colony hide some mineral wealth - with reports of copper and diamonds being found. Nevertheless, the climate leaves no room for cash crops. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_guine_bissau_title;Organize Guinea-Bissau;;;;;;;;;;;;; +organize_guine_bissau_desc;The western Nigritic peoples that inhabit Guinea-Bissau have long traded with the Portuguese. While the colony is small, it has potential for forestry production. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_guine_bissau_title;Reorganize Guinea-Bissau;;;;;;;;;;;;; +reorganize_guine_bissau_desc;he western Nigritic peoples that inhabit the colony of $COUNTRY_ADJ$ Guinea-Bissau have long traded with the Portuguese. While the colony is small, it has potential for forestry production. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_madagascar_title;Organize Madagascar;;;;;;;;;;;;; +organize_madagascar_desc;The island of Madagascar is home to the Merina monarchy, which long ruled great tracts of land in the island. The catholic-influenced natives could be used in coffee, tobacco and cotton plantations. There's also much talk of mineral richness but little can be found besides gold. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_madagascar_title;Reorganize Madagascar;;;;;;;;;;;;; +reorganize_madagascar_desc;The island of Madagascar is home to the Merina monarchy, which long ruled great tracts of land in the island. The catholic-influenced natives could be used in coffee, tobacco and cotton plantations. There's also much talk of mineral richness but little can be found besides gold. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_zimbabwe_title;Organize Zimbabwe;;;;;;;;;;;;; +organize_zimbabwe_desc;The Nguni, Shona, the Sotho and other Southern Bantu peoples inhabit the territory of Zimbabwe or Rhodesia for the British. The savannas and mountain ranges hide potential for copper, iron and coal exploitation as well as coffee, tobacco and cotton plantations. Organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_zimbabwe_title;Claim Zimbabwe;;;;;;;;;;;;; +reorganize_zimbabwe_desc;The Nguni, Shona, the Sotho and other Southern Bantu peoples inhabit the territory of Zimbabwe or Rhodesia for the British. The savannas and mountain ranges hide potential for copper, iron and coal exploitation as well as coffee, tobacco and cotton plantations. Reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +organize_rwanda_burundi_title;Create Rwanda-Burundi;;;;;;;;;;;;; +organize_rwanda_burundi_desc;The pastoralist Hutu-Tutsi live in the territories of the colonies known as Rwanda and Burundi. The mountainous jungle home to these people could be used for cotton, tobacco or coffee plantations. Despite the small size of the colony, organizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +reorganize_rwanda_burundi_title;Claim Rwanda-Burundi;;;;;;;;;;;;; +reorganize_rwanda_burundi_desc;The pastoralist Hutu-Tutsi live in the territories of the colonies known as Rwanda and Burundi. The mountainous jungle home to these people could be used for cotton, tobacco or coffee plantations. Despite the small size of the colony, reorganizing the colonial structure in a $COUNTRY_ADJ$ model will allow us to reap the benefits of the new colony and guide its production - for the greater benefit of $COUNTRY$.;;;;;;;;;;;;; +create_rhodesia_title;Create Rhodesia;;;;;;;;;;;;; +create_rhodesia_desc;Uniting Rhodesia under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;; +become_poland_title;Jeszcze Polska nie Zginela;;;;;;;;;;;;; +become_poland_desc;Poland must be reborn! With Warsaw back in our hands, we must take the first step towards uniting all Polish people under a common flag!;;;;;;;;;;;;; +unite_with_poland_title;Unite with Poland;;;;;;;;;;;;; +unite_with_poland_desc;Now that Poland has been reborn, the time has come for Krakow to rejoin the motherland.;;;;;;;;;;;;; +galicia_annex_krakow_title;Unite with Galicia;;;;;;;;;;;;; +galicia_annex_krakow_desc;The Great Powers of the world swim around us like hungry sharks, and our city alone is too small to be safe. Now that the Poles of Galicia have been freed, it would be best for us to come under their protection. Together, we shall not rest until we have liberated the rest of our Polish brethren!;;;;;;;;;;;;; +krakow_form_galicia_title;Form Galicia-Lodomeria;;;;;;;;;;;;; +krakow_form_galicia_desc;Now that we have liberated Galicia from foreign tyranny, let us extend to its people the freedoms we ourselves hold dear. Long live free Galicia!;;;;;;;;;;;;; +become_poland_lithuania_title;The Commonwealth Reborn;;;;;;;;;;;;; +become_poland_lithuania_desc;Our ancient empire has been reborn. Let Poland-Lithuania exist once again, and let our ancient enemies tremble!;;;;;;;;;;;;; +stop_poland_lithuania_title;End the Commonwealth;;;;;;;;;;;;; +stop_poland_lithuania_desc;The Poland-Lithuanian union is at an end. We must put aside our dreams of greatness and return to our roots as Poland itself.;;;;;;;;;;;;; +unite_with_croatia_title;Unite with Croatia;;;;;;;;;;;;; +unite_with_croatia_desc;Now that Croatia has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;; +invite_slovenia_to_YUG_title;Invite Slovenia Into Yugoslavia;;;;;;;;;;;;; +invite_slovenia_to_YUG_desc;Our Slovenian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;; +invite_bosnia_to_YUG_title;Invite Bosnia Into Yugoslavia;;;;;;;;;;;;; +invite_bosnia_to_YUG_desc;Our Bosnian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;; +invite_croatia_to_YUG_title;Invite Croatia Into Yugoslavia;;;;;;;;;;;;; +invite_croatia_to_YUG_desc;Our Croatian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;; +invite_montenegro_to_YUG_title;Invite Montenegro Into Yugoslavia;;;;;;;;;;;;; +invite_montenegro_to_YUG_desc;Our Montenegrin neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;; +invite_serbia_to_YUG_title;Invite Serbia Into Yugoslavia;;;;;;;;;;;;; +invite_serbia_to_YUG_desc;Our Serbian neighbours would surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;; +invite_bulgaria_to_YUG_title;Invite Bulgaria Into Yugoslavia;;;;;;;;;;;;; +invite_bulgaria_to_YUG_desc;While the Bulgarians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;; +invite_macedonia_to_YUG_title;Invite Macedonia Into Yugoslavia;;;;;;;;;;;;; +invite_macedonia_to_YUG_desc;While the Macedonians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;; +embrace_bosnians_YUG_title;Embrace the Bosniaks;;;;;;;;;;;;; +embrace_bosnians_YUG_desc;The Bosniaks are historically a Muslim culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;; +embrace_bulgarians_YUG_title;Embrace Bulgarians;;;;;;;;;;;;; +embrace_bulgarians_YUG_desc;The Bulgarians often do not consider themselves true Slavs, or perhaps they simply think themselves superior? Either way relations with the Bulgarians have been difficult. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;; +embrace_albanians_YUG_title;Embrace Albanians;;;;;;;;;;;;; +embrace_albanians_YUG_desc;The Albanians are not truly a Slavic culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;; +end_of_yugoslavia_bulgaria_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_bulgaria_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_greece_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_greece_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +form_yugoslavia_title;Form Yugoslavia;;;;;;;;;;;;; +form_yugoslavia_desc;The Slavic peoples of the Balkans must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;; +create_yugoslavia_title;Create Yugoslavia;;;;;;;;;;;;; +create_yugoslavia_desc;If the Slavic peoples of the Balkans are united under a single flag, they will be a far more useful ally than as separate and constantly warring states.;;;;;;;;;;;;; +albania_in_yugoslavia_title;Incorporate Albania into Yugoslavia;;;;;;;;;;;;; +albania_in_yugoslavia_desc;The Albanians must be incorporated into the larger Slavic union.;;;;;;;;;;;;; +bulgaria_in_yugoslavia_title;Incorporate Bulgaria into Yugoslavia;;;;;;;;;;;;; +bulgaria_in_yugoslavia_desc;The Bulgarians must be incorporated into the larger Slavic union.;;;;;;;;;;;;; +end_of_yugoslavia_serbia_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_serbia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_croatia_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_croatia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_slovenia_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_slovenia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_bosnia_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_bosnia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_albania_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_albania_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +end_of_yugoslavia_montenegro_title;The End of Yugoslavia;;;;;;;;;;;;; +end_of_yugoslavia_montenegro_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;; +form_czechoslovakia_title;Form Czechoslovakia;;;;;;;;;;;;; +form_czechoslovakia_desc;Bohemia and Slovakia cannot exist alone amidst the warring powers of Europe. We must unite under a single banner!;;;;;;;;;;;;; +end_of_czechoslovakia_bohemia_title;The End of Czechoslovakia;;;;;;;;;;;;; +end_of_czechoslovakia_bohemia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;; +end_of_czechoslovakia_slovakia_title;The End of Czechoslovakia;;;;;;;;;;;;; +end_of_czechoslovakia_slovakia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;; +unite_moldavia_wallachia_title;Unite Wallachia & Moldavia;;;;;;;;;;;;; +unite_moldavia_wallachia_desc;The Principalities of Moldavia and Wallachia must unite under a single flag, and together achieve our destiny as a united Romania!;;;;;;;;;;;;; +unite_with_romania_title;Unite with Romania;;;;;;;;;;;;; +unite_with_romania_desc;Now that Romania has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;; +create_romania_title;Create Romania;;;;;;;;;;;;; +create_romania_desc;A united and free Romania will make a formidable and valuable ally.;;;;;;;;;;;;; +create_cambodian_protectorate_title;Create Cambodian Protectorate;;;;;;;;;;;;; +create_cambodian_protectorate_desc;Fearing invasion by the Siamese, the Cambodians have requested that we allow them to join the Dai Viet in protection by our nation.;;;;;;;;;;;;; +create_laos_protectorate_title;Proclaim a Protectorate Over a Laotian State;;;;;;;;;;;;; +create_laos_protectorate_desc;The Laotians will not be able to stand against their much larger neighbours... not without our help. We should approach them and offer our protection. The civilized thing to do.;;;;;;;;;;;;; +siamese_border_treaty_title;The $COUNTRY_ADJ$-Siamese Border Treaty;;;;;;;;;;;;; +siamese_border_treaty_desc;Siam includes within its borders a number of conquered peoples: Laotians, Khmer and Vietnamese. A recent incident has brought to light an opportunity for us: demand that Siam release these lands, which we can then incorporate into our Indochina holdings, or face our wrath.;;;;;;;;;;;;; +unequal_treaty_DAI_title;Treaty of Hanoi;;;;;;;;;;;;; +unequal_treaty_DAI_desc;The Vietnamese are in dire straits. They cannot hold out for much longer. Perhaps we should offer them the chance to go to the negotiating table, and end this war between us… on terms very much in our own favour, of course.;;;;;;;;;;;;; +organize_laos_title;Organize Laos;;;;;;;;;;;;; +organize_laos_desc;We should organize the Laotian colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +form_french_indochina_title;$COUNTRY_ADJ$ Indochina;;;;;;;;;;;;; +form_french_indochina_desc;With the colonial government taking form in Saigon, $COUNTRY_ADJ$ administrators have advised elevating the region to a full department -- clearly with eyes on expanding $COUNTRY_ADJ$ colonial rule to neighbours in south east Asia.\n\n§RThis decision is required for the use of the Imperialism CB in Indochina. Only European GPs have access to this CB.§W;;;;;;;;;;;;; +unite_indonesia_title;Unite Indonesia;;;;;;;;;;;;; +unite_indonesia_desc;We must unite all of the Malay, Javan, Moluccan and Melanesian people of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;; +sarawak_protectorate_title;Establish a Protectorate Over Sarawak;;;;;;;;;;;;; +sarawak_protectorate_desc;The so-called 'White Rajah' dynasty of Sarawak has held close ties with Europe since its creation, and now the possibility of peacefully establishing a protectorate over this kingdom in the East Indies has arisen.;;;;;;;;;;;;; +sulu_protectorate_title;Establish Protectorate Over Sulu;;;;;;;;;;;;; +sulu_protectorate_desc;The Sultanate of Sulu has held close ties with Spain for many years, and now the possibility of peacefully establishing a protectorate over this country in the East Indies has arisen.;;;;;;;;;;;;; +annex_lan_na_title;Annex Lan Na;;;;;;;;;;;;; +annex_lan_na_desc;The Kingdom of Lan Na must unite with Siam, for the benefit of both our nations in resisting imperialist control.;;;;;;;;;;;;; +flores_sale_title;The Flores Sale;;;;;;;;;;;;; +flores_sale_desc;The Indonesian islands are almost worthless to us, but might be of value to the East India Company of another country. We should consider selling them for a tidy profit.;;;;;;;;;;;;; +north_borneo_company_title;Lease North Borneo;;;;;;;;;;;;; +north_borneo_company_desc;Rights to trading ports along the northern coast of Borneo have been granted to several companies through treaties -- and have recently fallen to Alfred Dent of London. Through him, we may conduct a new treaty that turns these rights into colonial concessions. Considering that the control of the local sultans over these areas is murky at best, and more than one has sometimes granted rights to the same areas, it truly seems as if we are obtaining clearance for the creation of a British North Borneo Company rather than wresting land from the natives.;;;;;;;;;;;;; +unite_malaya_title;Unite Malaysia;;;;;;;;;;;;; +unite_malaya_desc;We must unite all of the Malay peoples of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;; +create_malaya_title;Create Malaysia;;;;;;;;;;;;; +create_malaya_desc;A unified and civilized federation of the Malay peoples will provide a stronger ally for our nation.;;;;;;;;;;;;; +appoint_von_bismarck_title;Appoint Otto von Bismarck;;;;;;;;;;;;; +appoint_von_bismarck_desc;Our nation needs a great statesman as its Chancellor, and we have just the man. Otto von Bismarck is currently the country's First Minister, but appointed as the leader of our nation he could see it transformed on the world stage.;;;;;;;;;;;;; +otto_von_bismarck;Otto von Bismarck;;;;;;;;;;;;; +otto_von_bismarck_desc;The current Chancellor of our nation, von Bismarck is a remarkable statesman… perhaps one of the finest our nation will ever know.;;;;;;;;;;;;; +reclaim_alsace_lorraine_title;Reclaim Alsace-Lorraine;;;;;;;;;;;;; +reclaim_alsace_lorraine_desc;The neighbouring territory of Alsace-Lorraine is inhabited by German people, and rightfully belongs to Germany. We renounced our rightful claim to it, but perhaps the time has come for us to re-assert our claim and liberate the Germans who live there?;;;;;;;;;;;;; +purchase_spanish_pacific_title;Purchase the Spanish Pacific;;;;;;;;;;;;; +purchase_spanish_pacific_desc;With the Spanish having lost their colonial facilities in Manila, their Pacific holdings are difficult to administrate and incredibly expensive for them. Considering that our government's interests lie in obtaining a foothold in the Pacific, we should perhaps approach them with the notion of purchasing these islands for ourselves.;;;;;;;;;;;;; +reclaim_poland_GER_title;Reclaim Poland;;;;;;;;;;;;; +reclaim_poland_GER_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Germany!;;;;;;;;;;;;; +league_of_three_emperors_title;The League of Three Emperors;;;;;;;;;;;;; +league_of_three_emperors_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;; +league_of_three_emperors2_title;The League of Three Emperors;;;;;;;;;;;;; +league_of_three_emperors2_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;; +annex_new_caledonia_title;Annex New Caledonia;;;;;;;;;;;;; +annex_new_caledonia_desc;There is some interest within the French government of creating a penal colony -- somewhere that enemies of the monarchy could be sent, allowing them to be far away from the continent where they can do no harm. Admiral Febvrier Despointes reports that the island of New Caledonia, off the coast of Australia, might do just the trick. Considering the British have used Australia for the same purpose, who could object to us doing similarly?;;;;;;;;;;;;; +claim_savoy_title;Claim Savoy;;;;;;;;;;;;; +claim_savoy_desc;While we had hoped to one day regain control over Savoy through diplomatic means, with the formation of Italy that is now impossible. We must lay claim to Savoy, and liberate the French therein through force of arms.;;;;;;;;;;;;; +french_language_schooling_title;French Language Schooling;;;;;;;;;;;;; +french_language_schooling_desc;A motion has been put forward by the minister Jules Ferry, namely that not only should schooling in France be free -- but that it must be solely in French. Langues d'oc and other forms of patois must be stamped out so that France has cultural unity. That, he says, will give our nation the strength it needs to fully modernize.;;;;;;;;;;;;; +french_cultural_unity;French Cultural Unity;;;;;;;;;;;;; +french_cultural_unity_desc;New schooling policies are slowly assimilating patois-speaking Frenchmen.;;;;;;;;;;;;; +accademia_della_crusca_title;Accademia della Crusca;;;;;;;;;;;;; +accademia_della_crusca_desc;The Academy of the Crusca, the most prestigious centre of study for the Italian language, would gladly appreciate an economic help from your majesty to keep on with the good work on Italian literature's history... and to pay those new paintings for the main hall;;;;;;;;;;;;; +plombieres_title;Accordo di Piomberes;;;;;;;;;;;;; +plombieres_desc;We should seek French help to kick Austria out of Italy.;;;;;;;;;;;;; +garibaldi_redshirts_title;Expedition of the Thousand;;;;;;;;;;;;; +garibaldi_redshirts_desc;The revolutionary leader, Giuseppe Garibaldi, has called upon the Italian people to take arms in the name of unification. A volunteer army under Garibaldi's leadership will topple the southern governments and remove the stain of the Bourbon legacy from the peninsula forever.;;;;;;;;;;;;; +war_italian_independence_title;War of Italian Independence;;;;;;;;;;;;; +war_italian_independence_desc;It falls upon our nation to break the power that Austria has over Italy. Lombardia must be freed, at any cost.;;;;;;;;;;;;; +italian_call_to_union;Italian Call to Union;;;;;;;;;;;;; +italian_call_to_union_title;Italian Call to Union;;;;;;;;;;;;; +italian_call_to_union_desc;The time has come to call upon the Italian people to rise up and unite under a common banner. Risorgimento must commence!;;;;;;;;;;;;; +we_are_italian_title;We are Italian!;;;;;;;;;;;;; +we_are_italian_desc;Now that we are free, it is time to reassert our Italian heritage. We must re-join the motherland!;;;;;;;;;;;;; +unite_with_tuscany_title;Unite with Tuscany;;;;;;;;;;;;; +unite_with_tuscany_desc;For the good of Italian reunification, the time has come for Lucca to unite with our Tuscan neighbours to the south.;;;;;;;;;;;;; +objects_to_italy;Objects to Italian Unification;;;;;;;;;;;;; +treaty_of_ouchy_title;Treaty of Ouchy;;;;;;;;;;;;; +treaty_of_ouchy_desc;Now that we possess Tripoli, we can take the Turks to the negotiating table and force them to hand over the remainder of Libya in exchange for any other provinces of theirs we hold.;;;;;;;;;;;;; +statuto_albertino_title;The Statuto Albertino;;;;;;;;;;;;; +statuto_albertino_desc;The Statuto Albertino was the constitution that Charles Albert conceded to the Kingdom of Sardinia-Piedmont, in response to concerning revolutionary activity in the country, on March 4th, 1848. The Statute remained the basis of the kingdom's legal system even after Italian unification and would be used, although in modified forms, all the way up until 1948.;;;;;;;;;;;;; +perfect_fusion_title;Fusione Perfetta;;;;;;;;;;;;; +perfect_fusion_desc;The Perfect Fusion was the 1847 act of King Charles Albert of Savoy which abolished the differences between the Kingdom of Piedmont and the Kingdom of Sardinia, in the hope to spur commercial development in Sardinia and to create a single, centralized state.;;;;;;;;;;;;; +become_savoy_title;Become Savoy;;;;;;;;;;;;; +become_savoy_desc;With the loss of Sardinia, we can no longer claim a name that belongs to a union of Sardinia and Piedmont. We must become the Duchy of Savoy once more.;;;;;;;;;;;;; +become_piedmont_title;Become Sardinia-Piedmont;;;;;;;;;;;;; +become_piedmont_desc;Sardinia and Piedmont must be united into a single land once more!;;;;;;;;;;;;; +total_war_in_satsuma_title;Total War in Satsuma;;;;;;;;;;;;; +total_war_in_satsuma_desc;The rebellion for all that is honourable and traditional in Japan is now upon us. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +japanese_sakhalin_title;Japanese Sakhalin;;;;;;;;;;;;; +japanese_sakhalin_desc;With Japan now in full control of Sakhalin and the Kurils, the world must recognize that these islands are essentially part of the Japanese archipelago and know them by their Japanese names.;;;;;;;;;;;;; +russian_sakhalin_title;Russian Sakhalin;;;;;;;;;;;;; +russian_sakhalin_desc;With the hated Japanese finally driven out of Sakhalin and Russia in full control of the islands, Russian administration and names can at last be restored.;;;;;;;;;;;;; +putiatin_mission_title;The Putiatin Mission;;;;;;;;;;;;; +putiatin_mission_desc;The Japanese islands have only recently begun to communicate with the larger world. Considering the border we share in the Kurils, it might be prudent to send a mission to open up formal diplomatic ties with the Japanese and work out an arrangement to avoid future conflict over the islands.;;;;;;;;;;;;; +iwakura_mission_title;Iwakura Mission;;;;;;;;;;;;; +iwakura_mission_desc;The Iwakura Mission or Iwakura Embassy was a Japanese diplomatic journey around the world, initiated in $YEAR$ by the oligarchs of the Meiji period. Although it was not the only such "mission", it is the most well-known and possibly most important for the modernization of Japan after a long period of isolation from the West. It was first proposed by the influential Dutch missionary and engineer Guido Verbeck and was probably based on the model of the Grand Embassy of Peter I. The purposes of the mission were twofold: To renegotiate the unequal treaties with the Great Powers that Japan had been forced into during the previous decades and to gather information on education, technology, culture, and military, social and economic structures from the countries visited in order to effect the modernization of Japan.;;;;;;;;;;;;; +meiji_constitution_title;Meiji Constitution;;;;;;;;;;;;; +meiji_constitution_desc;After an exhaustive study of western democratic methods, Japanese scholars have settled on a method of government where the Emperor will preside over an Imperial Diet, elected by the people and yet preserving both Imperial power as well as our traditions. This, they believe, is the best way for Japan to move forward into the modern era.;;;;;;;;;;;;; +begin_line_of_advantage_title;The Line of Advantage;;;;;;;;;;;;; +begin_line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest.;;;;;;;;;;;;; +refuse_line_of_advantage_title;The Path of Progress;;;;;;;;;;;;; +refuse_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;; +annex_korea_title;Annex Korea;;;;;;;;;;;;; +annex_korea_desc;Preserving the independence of Korea is too costly. If the 'line of advantage' is to be maintained, we must push our borders well beyond their current sphere. Korea must be turned into a protectorate of the Empire, for its own good as well as ours.;;;;;;;;;;;;; +claim_korea_title;Claim Korea;;;;;;;;;;;;; +claim_korea_desc;With Korea under foreign rule, our nation feels threatened. The 'line of advantage' means that protecting our borders means extending our influence beyond them, and thus we must move to claim the Korean peninsula and wrest it from those who hold it in their grasp -- in the name of Korean freedom, of course.;;;;;;;;;;;;; +order_to_expel_barbarians_title;Order to Expel Barbarians;;;;;;;;;;;;; +order_to_expel_barbarians_desc;Since the ascension of the Tokugawa Shogun, the role of the Emperor has been confined to that of figurehead. We lead Japan, yet we do not. Recently, the leadership of the Shogun has come into question. His increasing inability to deal with foreigners in a way that shows any manner of leadership compels the Emperor to act -- with or without the Shogun's permission. We shall send out a call to the people in our own name, demanding they rise up and throw out the foreigners that the Shogun will not.;;;;;;;;;;;;; +peace_with_the_emperor_title;Peace With the Emperor;;;;;;;;;;;;; +peace_with_the_emperor_desc;Since the ascension of the Tokugawa Shogun, the Emperor has remained a figurehead. Even so, he is a leader of the Japanese people and, at times, has expressed dissatisfaction with our own position as ruler of Japan. This has caused conflict, and should we reach a point where our positions are not so different -- and, indeed, the Emperor is satisfied with our ability to rule, perhaps we can bring this conflict to an end once and for all.;;;;;;;;;;;;; +unite_the_daimyos_title;Unite the Daimyos;;;;;;;;;;;;; +unite_the_daimyos_desc;With the daimyos under our complete dominance, we will be in a position to fully bring them under the government's control. The divisions maintained by the han system weaken us as a whole -- the Shogunate must be strong and united if it is to move forward as a world power.;;;;;;;;;;;;; +treaty_of_shimonoseki_title;Treaty of Shimonoseki;;;;;;;;;;;;; +treaty_of_shimonoseki_desc;With the Chinese resistance crumbling, we are in a position to gain advantage-- namely the island of Formosa and reparations, not to mention proving our own superiority in the conflict.;;;;;;;;;;;;; +anglo_japanese_alliance_title;The Anglo-Japanese Alliance;;;;;;;;;;;;; +anglo_japanese_alliance_desc;With mutual enemies among the Great Powers, perhaps it is best if the British Empire and our nation work together.;;;;;;;;;;;;; +unite_with_japan_title;Unite With Japan;;;;;;;;;;;;; +unite_with_japan_desc;The time has come to reconcile with the Japanese government, and unite our nations for the good of the Japanese destiny.;;;;;;;;;;;;; +inherit_ryukyu_title;Inherit Ryukyu;;;;;;;;;;;;; +inherit_ryukyu_desc;The islands of Ryukyu have always had blood ties to both China and Japan. They must be brought into the fold with the rest of our nation.;;;;;;;;;;;;; +ryukyu_is_japanese_title;Ryukyu Is Japanese;;;;;;;;;;;;; +ryukyu_is_japanese_desc;The islands that were once Ryukyu are rightfully Japanese territory. We must establish our claim to them!;;;;;;;;;;;;; +commodore_perry_expedition_title;Commodore Perry's Expedition;;;;;;;;;;;;; +commodore_perry_expedition_desc;The Far East remains an enigma, and one which is beyond the reach of most western powers due to the enforced seclusion of China and Japan. While China is largely spoken for, Japan remains a potential target for American influence to expand. If we are to be taken seriously as a world power, we must consider sending a force to negotiate for trade rights with the Japanese-- under the threat of military force, if necessary.;;;;;;;;;;;;; +kanagawa_treaty_title;The Treaty of Kanagawa;;;;;;;;;;;;; +kanagawa_treaty_desc;With enough pressure placed on the Japanese, they will be forced to the negotiating table. A treaty can be hammered out at Kanagawa which will see Japan opened to outside trade and influence, and our superiority proven beyond the shadow of a doubt.;;;;;;;;;;;;; +ansei_purge_title;The Ansei Purge;;;;;;;;;;;;; +ansei_purge_desc;After the recent succession crisis of the shogunate, there are too many opposing factions within the bakufu. We must take steps to ensure these men are retired, forcefully or otherwise, lest they continue to stir up problems in the name of the Emperor.;;;;;;;;;;;;; +overthrow_the_bakufu_title;Overthrow the Bakufu;;;;;;;;;;;;; +overthrow_the_bakufu_desc;The time has come to restore Emperor Meiji to power. For too long has the imperial court been forced to remain but a figurehead, with central authority remaining with the tyrannical Tokugawa clan. Japan must have one ruler, an Emperor that can lead the nation into the future. Let us send our forces to Kyoto, to seize the imperial palace and set the coup in motion.\n\n§RNOTE: To win this war, you must occupy Edo or White Peace with the Shogun. You must not allow Kyoto and your capital to become occupied.§W;;;;;;;;;;;;; +fukoku_kyohei_title;Fukoku Kyohei;;;;;;;;;;;;; +fukoku_kyohei_desc;Meaning 'Enrich the country, strengthen the military', this must become the objective of a unified Japan if we are to catch up with the technological advantage held by the West. We must face these barbarians at their own game, and be better at it.;;;;;;;;;;;;; +abolish_the_han_system_title;Abolish the Han System;;;;;;;;;;;;; +abolish_the_han_system_desc;The han system, under which the daimyo rule as feudal lords with very little central authority remaining to the government, is an antiquated relic that must be eliminated. The domains shall be replaced with prefectures, and the daimyos given roles as governors and bureaucrats. There will be resistance, but all will come to understand that this is for the greater good of Japan.;;;;;;;;;;;;; +become_japan_title;Bunmei Kaika;;;;;;;;;;;;; +become_japan_desc;With the embracing of Western ideas and authority slowly falling away from the shogunate, the government will naturally pass first to the imperial court-- and eventually, with the extension of voting privileges to the landowners, to the Japanese people themselves. This is a natural process, and one the Tokugawa must embrace for the good of Japan.;;;;;;;;;;;;; +bonin_administration_title;Japanese Bonin;;;;;;;;;;;;; +bonin_administration_desc;Japan now controls the archipelago, and our modern administration will get rid of Gaijin names and change them accordingly.;;;;;;;;;;;;; +taiwan_administration_title;Japanese Formosa;;;;;;;;;;;;; +taiwan_administration_desc;Japan now controls Formosa, and our modern administration will get rid of Gaijin names and change the island accordingly.;;;;;;;;;;;;; +force_vassal_freedom_title;We Shall Be Free;;;;;;;;;;;;; +force_vassal_freedom_desc;A chance is upon us. Do we approach the great power who has so much influence in $COUNTRY$, and ask them to intervene in our affairs? If we do, we stand a chance of freeing ourselves from foreign rule. We also stand to lose a great deal, as do they. We must proceed cautiously.;;;;;;;;;;;;; +ganghwa_treaty_title;Treaty of Ganghwa;;;;;;;;;;;;; +ganghwa_treaty_desc;With our superior firepower over the Koreans, it will be possible to blockade them into agreeing to our demands.;;;;;;;;;;;;; +join_fsa_title;Join the FSA;;;;;;;;;;;;; +join_fsa_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;; +join_new_csa_title;Join the Confederacy;;;;;;;;;;;;; +join_new_csa_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;; +fsa_enact_anaconda_plan_title;The Anaconda Plan;Le plan Anaconda;Der Anaconda-Plan;;El plan Anaconda;;;;;;;;; +fsa_shermans_march_to_the_sea_title;Sherman's March To The Sea;;;;;;;;;;;;; +fsa_shermans_march_to_the_sea_desc;During the campaign he conducted in November and December of 1864, Major General William Tecumseh Sherman applied the doctrines of Total War in what can best be described as a campaign of terror directed at the civilian population of the North. By operating deep inside Free American territory, and by destroying much of the north's civilian infrastructure, Sherman is often said to have broken the North's will to fight. Apply his methods, and it might be the final nail in the FSA's coffin.;;;;;;;;;;;;; +raise_the_flag_of_freedom_title;Raise the Flag of Freedom!;;;;;;;;;;;;; +raise_the_flag_of_freedom_desc;The time has come to take a stand, to fight against the dominance of the south and in the name of free men everywhere!;;;;;;;;;;;;; +fsa_enact_radical_reconstruction_title;Radical Reconstruction;;;;;;;;;;;;; +fsa_enact_radical_reconstruction_desc;We have won the war against the FSA, and now the time has come to restore order in the north. Yankee nationalism must be suppressed, and policies enacted to ensure that a resurgence of chaos never occurs again.;;;;;;;;;;;;; +restore_the_union_title;Restore the Union;;;;;;;;;;;;; +restore_the_union_desc;Our manifest destiny is to reclaim the United States of America which once was, and thus to re-create it in the name of the Founding Fathers and the true spirit of independence.;;;;;;;;;;;;; +restore_washington_capital_title;Move the Capital to Washington;;;;;;;;;;;;; +restore_washington_capital_desc;The capital of the USA rightfully belongs in Washington, D.C. Now that it is under our control, we must make the symbolic gesture of restoring it as the centre of the Union and proving the strength of America.;;;;;;;;;;;;; +restore_richmond_capital_title;Move the Capital to Richmond;;;;;;;;;;;;; +restore_richmond_capital_desc;The capital of the FSA rightfully belongs in Richmond, Virginia. Now that it is under our control, we must make the symbolic gesture of restoring it as the centre of the Confederacy and proving the strength of the South.;;;;;;;;;;;;; +move_capital_to_philadelphia_title;Move the Capital to Philadelphia;;;;;;;;;;;;; +move_capital_to_philadelphia_desc;Let us move the capital to Philadelphia, a city under our control and a cultural and historical centre of the North.;;;;;;;;;;;;; +move_capital_to_boston_title;Move the Capital to Boston;;;;;;;;;;;;; +move_capital_to_boston_desc;Let us move the capital to Boston, a city under our control and a cultural and historical centre of the North.;;;;;;;;;;;;; +move_capital_to_atlanta_title;Move the Capital to Atlanta;;;;;;;;;;;;; +move_capital_to_atlanta_desc;Let us move the capital to Atlanta, a city under our control and a cultural and historical centre of the South.;;;;;;;;;;;;; +recognize_the_csa_title;Officially Recognize the CSA;;;;;;;;;;;;; +recognize_the_csa_desc;We will extend formal recognition of the Confederate States of America, opening an embassy in their capital and formally establishing relations. The Yankees will, of course, not approve.;;;;;;;;;;;;; +right_to_secede_title;The Right to Secede;;;;;;;;;;;;; +right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the south's right to secede. If we cannot live under the same roof, we shall be kind neighbours, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;; +second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;; +second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the North override what the South knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;; +recognize_the_fsa_title;Officially recognize the FSA;;;;;;;;;;;;; +recognize_the_fsa_desc;We will extend formal recognition of the Free States of America, opening an embassy in their capital and formally establishing relations. The USA will, of course, not approve.;;;;;;;;;;;;; +FSA_right_to_secede_title;The Right to Secede;;;;;;;;;;;;; +FSA_right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the north's right to secede. If we cannot live under the same roof, we shall be kind neighbours, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;; +FSA_second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;; +FSA_second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the South override what the North knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;; +recognize_puerto_rico_title;Recognize Puerto Rican Independence;;;;;;;;;;;;; +recognize_puerto_rico_desc;The Puerto Ricans have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;; +recognize_cuba_title;Recognize Cuban Independence;;;;;;;;;;;;; +recognize_cuba_desc;The Cubans have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;; +recognize_phillipines_title;Recognize Filipino Independence;;;;;;;;;;;;; +recognize_phillipines_desc;The Filipinos have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;; +reform_CSA_title;Form the New Confederacy;;;;;;;;;;;;; +reform_CSA_desc;If the North will not stand for truth and justice, then the South shall rise and take its place!;;;;;;;;;;;;; +join_new_CSA_title;Join the Confederacy;;;;;;;;;;;;; +join_new_CSA_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;; +form_FSA_title;Form the Free States of America;;;;;;;;;;;;; +form_FSA_desc;If the USA will not stand for truth and justice, then the FSA shall rise and take its place!;;;;;;;;;;;;; +join_FSA_title;Join the FSA;;;;;;;;;;;;; +join_FSA_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;; +join_california_title;Join California;;;;;;;;;;;;; +join_california_desc;The people have called on us to unite under the California banner. Long live the Sons of Liberty!;;;;;;;;;;;;; +join_new_america_title;Join New America;;;;;;;;;;;;; +join_new_america_desc;The people have called on us to unite under the New America banner. Long live the Sons of Liberty!;;;;;;;;;;;;; +rejoin_usa_title;Rejoin the Union;;;;;;;;;;;;; +rejoin_usa_desc;With the American government restored to democracy, our people have decided it is time to rejoin the Union. Let the United States be restored to the destiny it was meant for!;;;;;;;;;;;;; +france_protector_of_eastern_christians_title;Claim Authority in the Holy Land;;;;;;;;;;;;; +france_protector_of_eastern_christians_desc;Up until now, the Russians have maintained sovereign authority over Christians in the Holy Land -- authority that rightfully belongs to the Roman Catholic Church. It is time for that to change. Furthermore, the Holy Lands can be a way of reuniting France after the political divisions of 1848-49. The revolutionary Left can be reconciled if it was engaged in a patriotic fight for liberty against the 'gendarme of Europe,' and the Catholic Right had long been pressing for a crusade against Orthodoxy that to them threatened Christendom and French civilization.;;;;;;;;;;;;; +treaty_of_paris_1856_title;Treaty of Paris;;;;;;;;;;;;; +treaty_of_paris_1856_desc;With the Russians having failed to assert their authority over the Turks, it is time for the powers of Europe to convene in Paris and settle the matter as best we can.;;;;;;;;;;;;; +treaty_of_paris_russia_title;Treaty of Paris;;;;;;;;;;;;; +treaty_of_paris_russia_desc;Now that we have successfully asserted our authority over the Turks, it is time to convene the powers of Europe in Paris and settle the matter as best we can.;;;;;;;;;;;;; +protect_eastern_christians_desc;If we are to retain our status as the defenders of eastern Christians, we must act now and make war upon the Turks and her allies. We will not be denied!;;;;;;;;;;;;; +begin_crimean_war_title;We Must Act;;;;;;;;;;;;; +begin_crimean_war_desc;The Ottoman breach of our treaty protecting eastern Christians in the Levant cannot be abided. We must act, or face the loss of both prestige and the confidence of Orthodox Russians.;;;;;;;;;;;;; +vassal_rebellion_title;Demand Independence;;;;;;;;;;;;; +vassal_rebellion_desc;We have attempted diplomatic efforts to achieve our freedom, and been refused. Now our only hope is to demand our independence on threat of all-out war.;;;;;;;;;;;;; +self_strengthening_movement_title;Self-Strengthening Movement;;;;;;;;;;;;; +self_strengthening_movement_desc;We cannot take a back seat to the western nations. We must make strides towards modernizing, no matter the cost!;;;;;;;;;;;;; +abandon_neutral_faction_title;Abandon Neutrality;;;;;;;;;;;;; +abandon_neutral_faction_desc;We can no longer afford to stand on the sidelines in the civil war. For better or worse, we must recognize that we have already cast the die in the conflict and take a stand.;;;;;;;;;;;;; +abandon_kuomintang_faction_title;Abandon the Kuomintang;;;;;;;;;;;;; +abandon_kuomintang_faction_desc;The goals of the Kuomintang are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;; +abandon_communist_faction_title;Abandon the Communists;;;;;;;;;;;;; +abandon_communist_faction_desc;The goals of the Communists are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;; +abandon_beiyang_faction_title;Abandon the Beiyang;;;;;;;;;;;;; +abandon_beiyang_faction_desc;The goals of the Beiyang Army are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;; +become_leader_of_kuomintang_title;Leader of the Kuomintang;;;;;;;;;;;;; +become_leader_of_kuomintang_desc;It falls to us to take the mantle of Kuomintang leadership. Victory for Nationalist China!;;;;;;;;;;;;; +become_leader_of_beiyang_title;Leader of the Beiyang;;;;;;;;;;;;; +become_leader_of_beiyang_desc;With control over Beijing, we may assume leadership over the Beiyang government and gain international recognition as the true rulers of China.;;;;;;;;;;;;; +become_leader_of_communists_title;Leader of the Chinese Communists;;;;;;;;;;;;; +become_leader_of_communists_desc;With control over Beijing, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;; +join_the_KMT_title;Join the Kuomintang;;;;;;;;;;;;; +join_the_KMT_desc;Now that we control Beijing, we are in a position to aid the cause of Nationalist China. We must join our forces with theirs, for the good of all!;;;;;;;;;;;;; +reunification_of_china_KMT_title;Reunification of Nationalist China;;;;;;;;;;;;; +reunification_of_china_KMT_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;; +reunification_of_china_communist_title;Reunification of China;;;;;;;;;;;;; +reunification_of_china_communist_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;; +reunification_of_china_title;Chinese Reunification;;;;;;;;;;;;; +reunification_of_china_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;; +unequal_treaty_title;The Unequal Treaty;;;;;;;;;;;;; +unequal_treaty_desc;The Qing Empire is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations -- provided they are willing, of course.;;;;;;;;;;;;; +unequal_treaty_TPG_title;The Unequal Treaty;;;;;;;;;;;;; +unequal_treaty_TPG_desc;The Heavenly Kingdom is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations -- provided they are willing, of course.;;;;;;;;;;;;; +form_dravidistan_title;Form Dravidistan;;;;;;;;;;;;; +form_dravidistan_desc;We must unite the Dravidian people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;; +form_rajputana_title;Form Rajputana;;;;;;;;;;;;; +form_rajputana_desc;We must unite the Rajput people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;; +form_rajputana_outside_title;Form the Raj;;;;;;;;;;;;; +form_rajputana_outside_desc;The Rajput states must be collected into a single state, one which will far better serve our needs as a stronger ally.;;;;;;;;;;;;; +form_baluchistan_title;Form Baluchistan;;;;;;;;;;;;; +form_baluchistan_desc;The Baluchi people must be liberated and united under a single flag -- ours.;;;;;;;;;;;;; +form_durrani_empire_title;Revive the Durrani Empire;;;;;;;;;;;;; +form_durrani_empire_desc;With Pashtun lands once again back in our hands, the empire of the Pashtuns can once again rise and reclaim that which was lost!;;;;;;;;;;;;; +claim_greater_bengal_title;Claim Greater Bengal;;;;;;;;;;;;; +claim_greater_bengal_desc;The Bengal Empire once ruled over much of eastern India, and the time has come to once again retake our claim. We must strike a blow against the forces of imperialism!;;;;;;;;;;;;; +PNJ_embrace_pashtun_minority_title;Embrace the Pashtuns;;;;;;;;;;;;; +PNJ_embrace_pashtun_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Pashtun lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;; +PNJ_embrace_sindi_minority_title;Embrace the Sindi;;;;;;;;;;;;; +PNJ_embrace_sindi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Sindi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;; +PNJ_embrace_avadhi_minority_title;Embrace the Avadhi;;;;;;;;;;;;; +PNJ_embrace_avadhi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Avadhi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;; +law_of_return_title;Enact the Law of Return;;;;;;;;;;;;; +law_of_return_desc;The Law of Return 5710-$YEAR$ was enacted by the $COUNTRY_ADJ$ Upper House in $YEAR$. The Law declares that "Every $COUNTRY_ADJ$ has the right to come to this country as an immigrant from the Diaspora". A budget that encompasses economical and social incentives, among other promises, was established in the new law. All aimed at the potential immigrants, with every possible effort being made to bring the $COUNTRY_ADJ$ people back home. This law will cost us §R50,000¤§W in incentives and if we don't have the money, we will have to pay it in instalments.;;;;;;;;;;;;; +LEB_1836_setup_title;Lebanon Setup;;;;;;;;;;;;; +LEB_1836_setup_desc;Token localization.;;;;;;;;;;;;; +ottoman_1836_setup_title;Ottoman Setup;;;;;;;;;;;;; +ottoman_1836_setup_desc;Token localization.;;;;;;;;;;;;; +EGY_1836_setup_title;Egypt Setup;;;;;;;;;;;;; +EGY_1836_setup_desc;Token localization.;;;;;;;;;;;;; +kurdish_1836_setup_title;Kurdish Setup;;;;;;;;;;;;; +kurdish_1836_setup_desc;Token localization.;;;;;;;;;;;;; +persia_1836_setup_title;Persian Setup;;;;;;;;;;;;; +persia_1836_setup_desc;Token localization.;;;;;;;;;;;;; +RUS_setup_1836_title;Russian Setup;;;;;;;;;;;;; +RUS_setup_1836_desc;Token Localization;;;;;;;;;;;;; +literacy_SPA_title;Token Localization;;;;;;;;;;;;; +literacy_SPA_desc;Token Localization;;;;;;;;;;;;; +literacy_ENG_title;Token Localization;;;;;;;;;;;;; +literacy_ENG_desc;Token Localization;;;;;;;;;;;;; +literacy_NET_title;Token Localization;;;;;;;;;;;;; +literacy_NET_desc;Token Localization;;;;;;;;;;;;; +literacy_POR_title;Token Localization;;;;;;;;;;;;; +literacy_POR_desc;Token Localization;;;;;;;;;;;;; +literacy_PRU_title;Token Localization;;;;;;;;;;;;; +literacy_PRU_desc;Token Localization;;;;;;;;;;;;; +AUS_setup_1836_title;Token Localization;;;;;;;;;;;;; +AUS_setup_1836_desc;Token Localization;;;;;;;;;;;;; +UBD_1836_setup_title;Token Localization;;;;;;;;;;;;; +UBD_1836_setup_desc;Token Localization;;;;;;;;;;;;; +1836_denmark_setup_title;Token Localization;;;;;;;;;;;;; +1836_denmark_setup_desc;Token Localization;;;;;;;;;;;;; +FIN_1836_setup_title;Token Localization;;;;;;;;;;;;; +FIN_1836_setup_desc;Token Localization;;;;;;;;;;;;; +caucasus_muslims_1836_setup_title;Token Localization;;;;;;;;;;;;; +caucasus_muslims_1836_setup_desc;Token Localization;;;;;;;;;;;;; +transcaucasia_1836_setup_title;Token Localization;;;;;;;;;;;;; +transcaucasia_1836_setup_desc;Token Localization;;;;;;;;;;;;; +abkhazia_1836_setup_title;Token Localization;;;;;;;;;;;;; +abkhazia_1836_setup_desc;Token Localization;;;;;;;;;;;;; +france_1836_setup_title;Token Localization;;;;;;;;;;;;; +france_1836_setup_desc;Token Localization;;;;;;;;;;;;; +PAP_1836_setup_title;Token Localization;;;;;;;;;;;;; +PAP_1836_setup_desc;Token Localization;;;;;;;;;;;;; +SAR_1836_setup_title;Token Localization;;;;;;;;;;;;; +SAR_1836_setup_desc;Token Localization;;;;;;;;;;;;; +USA_1836_setup_title;Token Localization;;;;;;;;;;;;; +USA_1836_setup_desc;Token Localization;;;;;;;;;;;;; +BRZ_1836_setup_title;Token Localization;;;;;;;;;;;;; +BRZ_1836_setup_desc;Token Localization;;;;;;;;;;;;; +PEU_1836_setup_title;Token Localization;;;;;;;;;;;;; +PEU_1836_setup_desc;Token Localization;;;;;;;;;;;;; +URU_1836_setup_title;Token Localization;;;;;;;;;;;;; +URU_1836_setup_desc;Token Localization;;;;;;;;;;;;; +FRCA_1836_setup_title;Token Localization;;;;;;;;;;;;; +FRCA_1836_setup_desc;Token Localization;;;;;;;;;;;;; +GRE_1836_setup_title;Token Localization;;;;;;;;;;;;; +GRE_1836_setup_desc;Token Localization;;;;;;;;;;;;; +medicine_flags_title;AI: Medicine Improvement;;;;;;;;;;;;; +medicine_flags_desc;Medicine improvements in one of our neighbours.;;;;;;;;;;;;; +ottoman_oppression_mil_gain_title;AI: Oppressed Religious Minorities;;;;;;;;;;;;; +ottoman_oppression_mil_gain_desc;Religious minorities in the Ottoman Empire are stirring trouble.;;;;;;;;;;;;; +abolishing_serfs_title;AI: Abolishing Serfdom;;;;;;;;;;;;; +abolishing_serfs_desc;Serfdom was abolished in one of our neighbours.;;;;;;;;;;;;; +enabling_crisis_title;AI: Crisis Enabled;;;;;;;;;;;;; +enabling_crisis_desc;Crisis are enabled.;;;;;;;;;;;;; +slave_pop_growth_title;AI: Slave Pop Growth;;;;;;;;;;;;; +slave_pop_growth_desc;The slave population grows.;;;;;;;;;;;;; +trinket_health_care_spread_title;AI: Trinket Healthcare Spreads;;;;;;;;;;;;; +trinket_health_care_spread_desc;Trinket Healthcare spreads in one of our neighbours.;;;;;;;;;;;;; +low_health_care_spread_title;AI: Low Healthcare Spreads;;;;;;;;;;;;; +low_health_care_spread_desc;Low Healthcare spreads in one of our neighbours.;;;;;;;;;;;;; +acceptable_health_care_spread_title;AI: Acceptable Healthcare Spreads;;;;;;;;;;;;; +acceptable_health_care_spread_desc;Acceptable Healthcare spreads in one of our neighbours.;;;;;;;;;;;;; +good_health_care_spread_title;AI: Good Healthcare Spreads;;;;;;;;;;;;; +good_health_care_spread_desc;Good Healthcare spreads in one of our neighbours.;;;;;;;;;;;;; +no_health_care_removal_title;AI: Remove Healthcare;;;;;;;;;;;;; +no_health_care_removal_desc;One of our neighbours lost it's health care system.;;;;;;;;;;;;; +missing_government_flags_title;AI: Government Flags;;;;;;;;;;;;; +missing_government_flags_desc;Fixing proper government flags.;;;;;;;;;;;;; +1836_initial_setup_title;AI: 1836 Setup;;;;;;;;;;;;; +1836_initial_setup_desc;A few changes that can only be made this way.;;;;;;;;;;;;; +removing_neuchatel_cores_title;The Neuchatel Crisis;;;;;;;;;;;;; +removing_neuchatel_cores_desc;A looming crisis over Neuchatel didn't escalate and it was resolved on our favour. The Germans waived their claims on the canton, which became an integral part of Switzerland.;;;;;;;;;;;;; +enforce_neutrality_on_player_title;Switzerland Must Be Neutral;;;;;;;;;;;;; +enforce_neutrality_on_player_desc;Switzerland Must Be Neutral;;;;;;;;;;;;; +sanctions_lifted_title;Sanctions Lifted;;;;;;;;;;;;; +sanctions_lifted_desc;After our defeat and the imposed restrictions in our nation's military, the great powers are more keen to lift up the trade restrictions they put in place.;;;;;;;;;;;;; +clean_up_crisis_tension_title;Tension Cleanup;;;;;;;;;;;;; +clean_up_crisis_tension_desc;The world is not ready for a crisis here yet.;;;;;;;;;;;;; +modern_central_banking_system_flag_title;AI: Modern Central Banking System;;;;;;;;;;;;; +modern_central_banking_system_flag_desc;One of our neighbours adopted a Modern Central Banking System.;;;;;;;;;;;;; +pay_owed_steamers_title;Pay Owed Goods;;;;;;;;;;;;; +pay_owed_steamers_desc;Owed goods from last warship commission.;;;;;;;;;;;;; +player_owes_money_title;Player Owes Money;;;;;;;;;;;;; +player_owes_money_desc;And the game is getting it.;;;;;;;;;;;;; +silver_mines_without_modifier_title;Silver Mines Modifier;;;;;;;;;;;;; +silver_mines_without_modifier_desc;Some silver mines lost their modifier.;;;;;;;;;;;;; +BOL_1836_setup_title;Bolivia Setup;;;;;;;;;;;;; +BOL_1836_setup_desc;Bolivia Setup;;;;;;;;;;;;; +ECU_1836_setup_title;Ecuador Setup;;;;;;;;;;;;; +ECU_1836_setup_desc;Ecuador Setup;;;;;;;;;;;;; +CHL_1836_setup_title;Chile Setup;;;;;;;;;;;;; +CHL_1836_setup_desc;Chile Setup;;;;;;;;;;;;; +CLM_1836_setup_title;Colombia Setup;;;;;;;;;;;;; +CLM_1836_setup_desc;Colombia Setup;;;;;;;;;;;;; +totalitarian_cleanup_title;Totalitarian Regime Falls;;;;;;;;;;;;; +totalitarian_cleanup_desc;Totalitarian Regime Falls;;;;;;;;;;;;; +find_when_uk_flips_upper_house_title;UK MOVED AWAY FROM APPOINTED UH;;;;;;;;;;;;; +apply_missing_conquest_debuff_title;Apply Missing Conquest Debuff;;;;;;;;;;;;; +apply_missing_conquest_debuff_desc;Apply Missing Conquest Debuff;;;;;;;;;;;;; +new_round_of_dismantlement_title;New Round of Dismantlement;;;;;;;;;;;;; +new_round_of_dismantlement_desc;The Dismantlement of our former colonial masters continue.;;;;;;;;;;;;; +ghost_units_cleanup_title;AI: Country Cleanup Start;;;;;;;;;;;;; +ghost_units_cleanup_desc;AI: Country Cleanup;;;;;;;;;;;;; +ghost_country_absorb_title;AI: Country Cleanup Reabsorb;;;;;;;;;;;;; +ghost_country_absorb_desc;AI: Country Cleanup Reabsorb;;;;;;;;;;;;; +annex_to_master_cleanup_title;AI: Annex to Overlord;;;;;;;;;;;;; +annex_to_master_cleanup_desc;AI: Annex to Overlord;;;;;;;;;;;;; +annex_to_master_not_vassal_cleanup_title;AI: Flag Cleanup;;;;;;;;;;;;; +annex_to_master_not_vassal_cleanup_desc;AI: Flag Cleanup;;;;;;;;;;;;; +option_disable_mobilization_bug_title;Option: Disable Mobilization Bug Fix;;;;;;;;;;;;; +option_disable_mobilization_bug_desc;There's a vanilla bug that happens when a country that is mobilizing is annexed, which results in the country having "ghost units" - units in exile that belong to a country that doesn't exist. This creates problems with pops and screws with unit visibility, so HPM has a fix: when the AI detects the problem, they will give a random province to the country that has the ghost units until it de-mobilize. This happens around 10 times during a game and the country that demobilizes exists for around 10 days, then it's reabsorbed like nothing happened. This shouldn't cause any problems during a normal game, but if for some reason you'd rather not have the bugfix, this option will disable it.;;;;;;;;;;;;; +tmt_ends_title;AI: Country Cleanup End;;;;;;;;;;;;; +tmt_ends_desc;AI: Country Cleanup End;;;;;;;;;;;;; +ghost_country_absorb_player_title;AI: Player Country Cleanup End;;;;;;;;;;;;; +ghost_country_absorb_player_desc;AI: Player Country Cleanup End;;;;;;;;;;;;; +claim_vorarlberg_title;Our claims on Vorarlberg;;;;;;;;;;;;; +claim_vorarlberg_desc;The people of Vorarlberg are our brothers and for too long they have been under the foreign yoke. It is time for all the Swiss to live under the protection of mother Switzerland!;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_events.csv b/HPM/localisation/00_HPM_events.csv index 118cca77..02277b2b 100644 --- a/HPM/localisation/00_HPM_events.csv +++ b/HPM/localisation/00_HPM_events.csv @@ -1,5293 +1,5302 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA23200;We should outfit an expedition.§R(Pay or owe 30,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA23201;We should try again.§R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98906;Founding of the $FROMCOUNTRY_ADJ$ Niger Company;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC98906;$FROMCOUNTRY_ADJ$ officials arrived in $CAPITAL$ today to announce the founding of a new merchant company that will operate in the Niger delta. It looks like $FROMCOUNTRY$ has ambitions in southern Nigeria...;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT98906OPTA;This cannot harm us, right?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME6016825;Abolishing Serfdom;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC6016825;All preparations are ready for the country to abolish serfdom.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME6016824;The Vassalization of $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC6016824;As result of a recent war, $FROMCOUNTRY$ was transferred to us in vassalage. Officials in $CAPITAL$ are finishing the preparations to welcome the $FROMCOUNTRY_ADJ$ people in the $COUNTRY_ADJ$ empire.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT6016824OPTA;We welcome the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME6016822;Shifting Vassalage;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC6016822;$FROMCOUNTRY$ has vassals under their command. Their national union with the $COUNTRY_ADJ$ government in $YEAR$ prompted officials in $CAPITAL$ to scramble to prepare the $FROMCOUNTRY_ADJ$ vassals - now our vassals - integration in $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT6016822OPTA;As expected.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME6016823;The New $FROMCOUNTRY_ADJ$ Masters;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC6016823;With the union of our old masters in the greater country of $FROMCOUNTRY$, our new overlords started to make the arrangements for our renewed vassalage to the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT6016823OPTA;We have no choice in this matter.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME971714;The Falangist Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC971714;For years the Spanish people have been humiliated by foreign rule and unfair treaties. No more! The new government in $CAPITAL$ outlined an aggressive agenda to reclaim the lost lands belonging to the Spanish people, by whatever means necessary. These claims involve a massive propaganda effort to give weight to our claims and show the rights of the Spanish people over what was unjustly taken from us. The focus of these pieces will be...;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971714OPTA;Gibraltar, ours by right.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971714OPTB;The Basques, the Catalans and Gibraltar are Spain's right.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971714OPTC;The Iberian peninsula belongs to Spain.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971714OPTD;All of the people of Iberia are subjects of Spain.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME5000001;The Megali Idea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC5000001;The Greek government has chosen to actively pursue a strategy of recovering Greek lands held by the Turks. We now have the political clout in the international stage to give a serious voice and weight to these claims. The question remains, however, in which parts should we focus on.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT5000001OPTA;We are only interested in Thrace.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT5000001OPTB;Everything we can claim in the the coast of Anatolia.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT5000001OPTC;All that we have a right to.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME90911;$FROMCOUNTRY$ Colonial Lands;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC90911;These lands should now correctly have colonial status.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTOPTA90911;Everything is as it should be.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME971713;End of the Silver Fever;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC971713;Following the "silver fever" in Sierra Almagrera, within little more than a decade the population of Cuevas doubled from 8000 to 16000. Many of the mines flooded in the 1870s but the discovery in other veins of argentiferous iron brought a renewal of mining activity, due largely to the energies of the entrepreneur Jose Maria Munoz, whose statue now stands in the town square. The landscape of much of the Sierra Almagrera displays evidence of mining activities, with the most significant at Barranco del Chaparral where a steam engine of 1873 made in Reading, England, stands at the head of a shaft, together with the wooden winding drums that it operated. In $YEAR$, however, this equipment is largely abandoned. No more veins were found, and the mining in the area all but grinded to a halt.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971713OPTA;It was good while it lasted.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME971712;Silver Fever;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC971712;Cuevas de Almanzora, 70 km north-east of Almeria, is the principal town of the mining district in the Sierra Almagrera, a range of mountains that runs parallel to the coast for about 12 kms. Minerals are worked in the region from prehistoric times but following research carried out by the Escuela de Minas in Madrid, several veins of argentiferous lead were discovered, leading to something the natives call "silver fever".;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT971712OPTA;Save some for me!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME1100057;Mexico Refuses to Pay Reparations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC1100057;The Mexican government refused to take any steps towards the payment of reparations to the French government. In $CAPITAL$, senior government figures scramble to organize a response as the gears of war start moving. It seems like a French intervention in Mexico is all but inevitable now.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100057OPTA;If they are unwilling to pay peacefully, we will force them.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100057OPTB;They are not worth our time.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME1100056;Mexico Agrees to Pay Reparations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC1100056;Mexico has agreed to our demands for reparations and paid the sum they owe us for the damage done to the property of French nationals. The matter has been settled peacefully and amicably.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100056OPTA;It is only fair.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME1100055;The French Demand Reparations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC1100055;During the early years of the new Mexican republic there was widespread civil disorder as factions competed for control of the country. The fighting often resulted in the destruction or looting of private property. Foreigners whose property was damaged or destroyed by rioters or bandits were usually unable to obtain compensation from the Mexican government and they began to appeal to their own governments for help and compensation. In a complaint to the French ruler, a French pastry chef known only as Monsieur Remontel claimed that in 1832 Mexican officers looted his shop in Tacubaya. Now the French prime minister Louis-Mathieu Molé is demanding a payment of 600,000 pesos (3 million Francs - 120,000¤) in damages to compensate the French nationals.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100055OPTA;It is only fair. §R(Pay or owe 120,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100055OPTB;Refuse. They wouldn't go to war over a Pastry chef.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME1100054;The Baker and the $MONARCHTITLE$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC1100054;During the early years of the new Mexican republic there was widespread civil disorder as factions competed for control of the country. The fighting often resulted in the destruction or looting of private property. Foreigners whose property was damaged or destroyed by rioters or bandits were usually unable to obtain compensation from the Mexican government and they began to appeal to their own governments for help and compensation. In a complaint to the French $MONARCHTITLE$, a French pastry chef known only as Monsieur Remontel claimed that in 1832 Mexican officers looted his shop in Tacubaya. Other complaints from French nationals (among them the looting in 1828 of French shops at the Parian market and the execution in 1837 of a French citizen accused of piracy) culminated in $YEAR$ with prime minister Louis-Mathieu Molé recommending a demand from Mexico for the payment of 600,000 pesos (3 million Francs - 120,000¤) in damages.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100054OPTA;Mexico needs to be held responsible.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT1100054OPTB;We should not bother with such trivial matters.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME45108;$FROMCOUNTRY_ADJ$ Intervention in $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC45108;After refusing to pay our debt to the $FROMCOUNTRY$, a bloody war ensued. Now, as the result of our latest defeat, the $FROMCOUNTRY$ sent a squadron to enforce their will and collect the $COUNTRY_ADJ$ debt.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45108OPTA;We have no other option but to pay.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME45107;Haiti Fails to Honour its Debts;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC45107;Haiti’s legacy of debt began shortly after gaining independence from France in 1804. In 1825, France, with warships at the ready, demanded Haiti compensate France for its loss of slaves and its slave colony. In exchange for French recognition of Haiti as a sovereign republic, France demanded payment of 150 million francs. In addition to the payment, France required that Haiti discount its exported goods to them by 50%. In $YEAR$, France agreed to reduce the debt to 90 million francs (500,000¤) to be paid over a period of 30 years to compensate former plantation owners who had lost their property. Haiti, however, still refuses to pay what is owed to us and will not do so unless we use force.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45107OPTA;We will take what is owed to us.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45107OPTB;To safeguard French assets, the Haitian government must be controlled.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45107OPTC;Clearly, the Haitians are not fit to rule themselves.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45107OPTD;They are not worth our time.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME45106;Haiti's Debts to France;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTDESC45106;Haiti’s legacy of debt began shortly after gaining independence from France in 1804. In 1825, France, with warships at the ready, demanded Haiti compensate France for its loss of slaves and its slave colony. In exchange for French recognition of Haiti as a sovereign republic, France demanded payment of 150 million francs. In addition to the payment, France required that Haiti discount its exported goods to them by 50%. In $YEAR$, France agreed to reduce the debt to 90 million francs to be paid over a period of 30 years to compensate former plantation owners who had lost their property. This is the best deal we can get, and refusing to honour our debt will likely result in French intervention.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45106OPTA;We must honour our agreements.§R(Pay or owe 500,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVT45106OPTB;We owe nothing to the French.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -EVTNAME97084;The Andean War in the Pacific;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC97084;The Andine nations are in a state of war due to a territorial dispute. As an influential power in the region, we can choose to intervene or remain neutral in this dispute.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97084OPTA;We shall not interfere.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97084OPTB;We already picked a side.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90058;The Schleswig War;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90058;The Danish are fighting the Germans in their intervention in Schleswig. Helping our Scandinavian brothers will help strengthen the bound between our countries, while failing to help them might gravely hamper our efforts for an united Scandinavia.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90058OPTA;We will help.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90058OPTB;We will not get involved.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME199073;Tea Plantations in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC199073;"With his servant Wang walking five paces ahead to announce his arrival, Robert Fortune, dressed in his mandarin garb, entered the gates of a green tea factory. Wang began to supplicate frantically. Would the master of the factory allow an inspection from a visitor, an honoured and wise official who had travelled from a far province to see how such glorious tea was made?" In 1848, the British East India Company sent Robert Fortune on a trip to China's interior, an area forbidden to foreigners. Fortune's mission was to steal the secrets of tea horticulture and manufacturing. The Scotsman donned a disguise and headed into the Wu Si Shan hills in a bold act of corporate espionage. This, in turn, resulted in the Chinese losing their tea monopoly and in $PROVINCE$, the first tea plantations are yielding their first harvest, a testament to the end of the monopoly.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA199073;Tea shouldn't be a monopoly.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA23401;Yes, it is an excellent opportunity to show our nation's progress. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA23400;An excellent idea! We accept. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME44157;Foreign Influence in Hawaii;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC44157;When the American missionaries first came to our shores in the 1820's, few could foresee what their activity would lead to. They spread their religion, helped our people read and write, and brought with them their families and other outsiders that settled in $COUNTRY$. $CAPITAL$ became an important port for trade, frequently visited by Europeans during their voyages through the pacific, and the monarchy gained access to luxury items and technologies our people never dreamt of. But with the good came the bad: diseases previously unknown spread and devastated the population, growing interests in the Pacific led to a French Admiral sacking $CAPITAL$, the introduction of private property for the plantation of sugar led to competition between foreigners and Hawaiians and the American growing influence culminated in pressure for reforms, leading to sweeping changes to the Hawaiian monarchy. More foreigners arrive as the Hawaiians decline and the Great Powers from overseas set their eyes on Hawaii.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT44157OPTA;What does the future hold for the $COUNTRY_ADJ$ people?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME11002;The $MONARCHTITLE$'s Speech;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC11002;"In this grave hour, perhaps the most fateful in our history, I send to every household of my peoples, both at home and overseas, this message, spoken with the same depth of feeling for each one of you as if I were able to cross your threshold and speak to you myself. It is for a high purpose that I now call my people at home, and my peoples across the seas, who will make our cause their own. I ask them to stand calm and firm and united in this time of trial."\nThe $COUNTRY_ADJ$ $MONARCHTITLE$ delivered an impassioned speech today in $CAPITAL$, just the start of a campaign to gather support among the population and the government for their goal of...;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA11002;...drum up support for war.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB11002;...boosting the government's popularity.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME11001;The Dissolution of the $COUNTRY_ADJ$ Upper House;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC11001;Ministers and bureaucrats arrived in $CAPITAL$ today to find a royal decree at the government's doors: the $COUNTRY_ADJ$ monarch has dissolved the $COUNTRY_ADJ$ Upper House, effective immediately, and a new one is to be hand-picked by the monarch. The news sent shock waves through the $COUNTRY_ADJ$ nobility - used to the occasional replacements, but not to such an earth-shattering and drastic extent. Dissatisfaction is rampant, with many speculating (behind closed doors) that the monarch is setting up minor nobles, mostly sycophants and toadies, to execute the whims of the crown. A few of the old servants of the crown in the nobility kept their positions in order to train and guide the newcomers, but there's already evidence of lasting disruption in the state's affairs. The new upper house is set to have a majority of...;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA11001;...liberal nobles.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB11001;...reactionary aristocrats.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC11001;...socialist-minded nobles.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME169002;Forceful Revocation of Directive No 1;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC169002;Sweeping changes took place in $CAPITAL$ that led to the forceful revocation of Directive No 1.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT169002OPTA;New beginnings for the $COUNTRY_ADJ$ people.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME169001;Hundreds of Thousands Killed in $COUNTRY_ADJ$-led Massacre;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC169001;"During my few days of service in this government I've learned of a few secrets and have come across something interesting. The deportation order was issued through official channels by the minister of the interior and sent to the provinces. Following this order the Central Committee circulated its own ominous order to all parties to allow the gangs to carry out their wretched task. Thus the gangs were in the field, ready for their atrocious slaughter... The 'mission' in the circular was: to attack the convoys and massacre the population... I am ashamed as a $COUNTRY_ADJ$. What a stain on the reputation of $COUNTRY$, these criminal people..."\nThe first-hand report of a $COUNTRY_ADJ$ defector made the newspapers headlines of one of the Great Powers. Soon, more evidence started to appear: in $CAPITAL$, senior government officials scramble to contain the damage of the damning report.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT169001OPTA;This does not improve our image.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME169000;Mass Graves Found in $STATENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC169000;Mass graves where found in $PROVINCENAME$, the bloody result of a $COUNTRY_ADJ$ purge against its perceived enemies. Throughout the whole of $STATENAME$, the situation is the same. In $CAPITAL$, $COUNTRY_ADJ$ authorities are denying any knowledge of this while they try to suppress this information leaking outside of $COUNTRY$. They say it would damage the $COUNTRY_ADJ$ reputation and is best to deal with these matters internally. An ongoing government investigation has failed to find any culprits.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT169000OPTA;Who could be responsible for such an abomination?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -constitutional_crisis;Constitutional Crisis;;;;;;;;;;;;;;;;;;;;;;;;;;;x -constitutional_crisis_desc;Constitutional rules were broken, leaving both Houses and the government in a bad position.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME6016818;Constitutional Crisis;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC6016818;"Countless have quietly, orderly, soberly, peaceably but firmly asked of their rulers to do justice: and their rulers have turned a deaf ear to that protest. Countless asked permission to detail their wrongs, and enforce their claims for RIGHT, and the 'House' has resolved they should not be heard! Countless of the slave-class have holden out the olive branch of peace and sought the principle of EQUALITY BEFORE THE LAW - and the privileged have refused to enter into a treaty! The same class is to be a slave class still. The assumption of inferiority is still to be maintained. The people are not to be free."\nWhen the $COUNTRY_ADJ$ monarch promised the people the right to vote, they were expecting their voices to be heard - instead, the monarch overruled the election results. In $CAPITAL$, a crowd clamours for their rights to be respected. This blatant disregard of the $COUNTRY_ADJ$ constitution is spreading unrest, locking the government and damaging our international reputation.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT6016818OPTA;Ignore the rabble-rousers.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME33045;The $FROMCOUNTRY_ADJ$ Waning Influence;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC33045;$FROMCOUNTRY$ is removing their diplomats from $CAPITAL$ and scaling down their diplomatic operations in $COUNTRY$. The reason seems to be the nascent North German Federation and the $FROMCOUNTRY_ADJ$ desire to maintain good relations with them. It seems like the future of Germany lies at the hands of the North German Federation.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33045OPTA;What does the future hold?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME33044;The Peace of $CAPITAL$;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC33044;It seems the creation of a Northern-led German state is inevitable. With the formation of the North German Federation, out position as the main power in Germany is quickly waning. We can accept this change and try to work together with the North German Federation, or we can try and resist this change.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33044OPTA;It's time we look eastwards and to the Balkans.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33044OPTB;Never! Germany should be under $COUNTRY_ADJ$ rule.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME85032;Korean Monarchy Flees to Pyongyang;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC85032;Our forces raided Seoul but the Joseon monarchs were nowhere to be found. They fled north to Pyongyang and vowed to fight the $COUNTRY_ADJ$ forces to the end.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT85032OPTA;Crush the Joseon!;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96124;Kuwait Becomes a $FROMCOUNTRY_ADJ$ Protectorate;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96124;Though Kuwait enjoyed a de facto independence since its birth early in the 18th century, its chiefs acknowledged at different periods the nominal suzerainty of the Ottomans or the Wahhabi Imams of Riyadh. A few years ago, Mohammed bin Sabah succeeded to the chieftainship of the principality. The new ruler was an incompetent person and consequently affairs of the state gradually drifted into the hands of his shrewd brother-in-law, one Yusuf bin Abdullah Al-Ibrahim, which was bent upon a policy of $COUNTRY_ADJ$izing the principality. In Mohammed's half-brother, Mubarak, the patriotic party in Kuwait found a leader of outstanding ability and far-reaching ambitions and soon enough Mubarak assassinated the ruling chief and seized power for himself. Fearing $COUNTRY_ADJ$ intervention in Kuwait, Mubarak entered talks with the $FROMCOUNTRY_ADJ$ Resident in the Gulf who seized this opportunity and convinced Mubarak to become a $FROMCOUNTRY_ADJ$ protectorate.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT961224PTA;Perfidious $FROMCOUNTRY_ADJ$!;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96123;Establishing a Protectorate Over Kuwait;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96123;Though Kuwait enjoyed a de facto independence since its birth early in the 18th century, its chiefs acknowledged at different periods the nominal suzerainty of the Ottomans or the Wahhabi Imams of Riyadh. A few years ago, Mohammed bin Sabah succeeded to the chieftainship of the principality. The new ruler was an incompetent person and consequently affairs of the state gradually drifted into the hands of his shrewd brother-in-law, one Yusuf bin Abdullah Al-Ibrahim, a Turcophil bent upon a policy of Ottomanizing the principality. In Mohammed's half-brother, Mubarak, the patriotic party in Kuwait found a leader of outstanding ability and far-reaching ambitions and soon enough Mubarak assassinated the ruling chief and seized power for himself. At first, the $COUNTRY_ADJ$ Resident in the Gulf didn't pay much attention to these events but as their neighbours encroached on Kuwait and as Russian influence grows in the Levant and possibly on Istanbul, the Resident started to listen and build $COUNTRY_ADJ$ relations with Mubarak. Finally, the offer came to $CAPITAL$: Mubarak offered to become a $COUNTRY_ADJ$ protectorate in exchange for protection and some autonomy.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT961223PTA;We will offer our generous protection.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT96123OPTB;We don't want to get involved.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96122;Encroaching Foreign Influence;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96122;The governor of Baghdad pitched his government the idea of closely integrating Kuwait in the central government, which would spell the end of a free Kuwait. While we don't know how their reaction will be, nor if such an integration would be diplomatic or by force, senior figures in $CAPITAL$ proposed that we don't wait any longer and approach the masters of India - their country is much richer than Baghdad and we are sure to prosper under them. If it is to lose our sovereignty, a distant master would allow us more liberty than a close one.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT96122OPTA;Send an envoy to the Great Power.§R(Game Over for player)§W;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT96122OPTB;We don't need anyone.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME37244;$FROMCOUNTRY_ADJ$ Ultimatum Over Savoy;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC37244;Savoy, Savoie or Savoia is a region that historically straddled the frontiers between France and Italy. Despite being under $COUNTRY_ADJ$ rule for centuries, $FROMCOUNTRY$ claims that tens of thousands of $FROMCOUNTRY_ADJ$ citizens are living in Savoy and have no voice in $CAPITAL$. They argue that the region would have fairer rulers under $FROMCOUNTRY_ADJ$ administration and demand that we hand over control to them.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT37244OPTA;Savoy is an integral part of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT37244OPTB;We don't want to strain our relations with the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT44330OPTD;No, and don't ask me again.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA30000;An excellent idea! We accept. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME961000;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Colonial Treaty;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC961000;The $FROMCOUNTRY_ADJ$ government lost the war. Their colonial empire crumbled, and our outstanding disputes with them are now solved - in our favour.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA961000;These are our rightful lands.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME9712004;Joining Forces with $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC9712004;$FROMCOUNTRY_ADJ$ envoys arrived today in $CAPITAL$ with an apocalyptic message: They believe the survival of the $FROMCOUNTRY_ADJ$ and $COUNTRY_ADJ$ people and way of life is threatened by foreign powers and the only way to protect it is for us to join forces - therefore they want to renege on their ties to their old masters and join our country.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT9712004OPTA;We welcome them with open arms.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME971203;$FROMCOUNTRY$'s Shifting Allegiance;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC971203;$FROMCOUNTRY_ADJ$ envoys arrived today in $CAPITAL$ seeking a protection and friendship deal from the $COUNTRY_ADJ$ government. They are reneging their old allegiances and abandoning their former master to pledge vassalage to the $COUNTRY_ADJ$ $MONARCHTITLE$ - as we are a growing influence and major power in their region of the world, they see no alternative but to come to us to guarantee their continued survival.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971203OPTA;We accept their pledge.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971203OPTB;Can we really trust someone who betrays their masters so easily?;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME971202;$FROMCOUNTRY$'s Betrayal;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC971202;A $FROMCOUNTRY_ADJ$ envoy arrived today in $CAPITAL$ announcing they renounce their allegiance: they won't be our vassals anymore. This bloodless rebellion is happening due to our waning influence in $FROMCOUNTRY$ and the presence, in their vicinity, of a new Great Power that shook the $FROMCOUNTRY_ADJ$ political establishment. Undoubtedly, they pressured our former vassals into this.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971202OPTA;Damn them!;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME971201;A Shift in the Balance of $COUNTRY_ADJ$ Politics;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC971201;For years our overlords held the true power behind the $COUNTRY_ADJ$ $MONARCHTITLE$. They protected us, and we paid them with our respect and the fruits of our toil. But that is soon to change as a momentous shift happened in $YEAR$ that shocked our old allegiances. Our former overlords lost all their influence in $CAPITAL$ and a new power creeped in, little by little, until it overwhelmed our former protectors. Now they are nowhere to be seen and the newcomers are upping the pressure for us to take a stance in the future of the region: should we to shift our allegiance, go alone or something else?;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971201OPTA;We should look for new overlords.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971201OPTB;This is the opportunity we needed to free ourselves from our shackles.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971201OPTC;We should join forces with our brethren. §R(Game Over for player)§W;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT971201OPTD;We have faith in our protectors.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME22592;Forts Close in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC22592;If one in $YEAR$ were to look at the state of the $COUNTRY_ADJ$ line of defences in $PROVINCENAME$, what they would see is a multitude of abandoned bases and unmanned fortifications occupied only by squatters. A fortification is something tricky to maintain - not only it needs regular assessment of the integrity of walls and gates, but also a constant supply of new armaments, supplies and tools for repair. If one of these ingredients are missing, the structures become useless and the military corps are powerless to stop decay from setting in. After several years of hardship, what is seen in $STATENAME$ is this picture, a consequence of the disastrous bankruptcy that is crushing $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME22591;Overgrown Railways in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC22591;What once was one of the arteries of $COUNTRY_ADJ$ industry, the railway in $PROVINCENAME$ fell into such disrepair that it's path is barely visible and its tracks are unusable. Economic recession has hit $STATENAME$ harshly for the last years and without money from $CAPITAL$ being invested, most of the railways in $STATENAME$ are in such a state that they will need to be rebuilt to become train-worthy again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC4431;Leave them be. The capitalists will starve and the landowners will have no privileges.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME6016817;$COUNTRY_ADJ$ Imperialism in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC6016817;We have a colonial claim in the $FROMCOUNTRY$ region, that is, in all states in that region. It is, most likely, an excuse: some old ruler passed away, stopping infighting and killing, unpaid debts, harassment of $COUNTRY_ADJ$ citizens and merchants. No matter the reason, what matters is that we have a new reason to expand $COUNTRY_ADJ$ influence in $FROMCOUNTRY$'s region and bring it in the fold.\n\n§RThis event is to warn that the Imperialism CB is available for you in one or more of the following country regions: Mozambique, Algiers, Yemen, Indonesia, Laos, Cambodia, Burma, Vietnam or Malaysia. The CB doesn't need to be constructed, gives 0.5 to 2 infamy and has a random truce from 1 to 5 years. This event will not appear again. The region is one you have a stake in - you already own a province or own a nearby province.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT6016817OPTA;March to $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME22590;$PROVINCENAME$ Old Naval Base;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC22590;A half abandoned leviathan stuck in the coast. That is how locals in $PROVINCENAME$ describe the decrepit facilities of the old naval base that used to be a local asset strategically important for the $COUNTRY_ADJ$ government. In truth, the naval base has been in decline for a long while and the government defaulting is just the rock bottom. Hit with a severe economic recession in $YEAR$, $COUNTRY_ADJ$ politicians in $CAPITAL$ have no money to spend on repairing and maintaining non-essential staff and facilities.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT22590OPTA;The $COUNTRY_ADJ$ will rise again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME952516;The End of the Limburg Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC952516;The Limburg crisis arose from German ambitions over the old duchy of Limburg. Wherever they enforced their claims or not, the question is now, for better or worse, gone.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952516OPTA;Europe can be at peace once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA14540;The idea is certainly interesting, but it might be expensive. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME2571;$FROMCOUNTRY_ADJ$ Living Space;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC2571;In line with their ideology, the $FROMCOUNTRY_ADJ$ government is making overt aggressive gestures and statements over our lands in a bid to tout their ideology to the $FROMCOUNTRY_ADJ$ people. They claim $COUNTRY_ADJ$ territories are part of their "living space", raising tensions in the region and worrying senior figures in $CAPITAL$ that a war with $FROMCOUNTRY$ is looming. They may be bluffing, but that is not a sure thing until war breaks out.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA2571;Worrying news.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB2570;They are not worth our time.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME70006;$COUNTRY_ADJ$ Non-organized Territories;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME37243;Sanitation of the Gascogne landes;;;;;;;;;;;;x -EVTDESC37243;In $YEAR$, the $COUNTRY_ADJ$ government passed the "Law related to sanitation and culture of the Gascogne landes" affecting $PROVINCENAME$. It is a landmark for the history of the province as it represents the end of traditional pastoralism, the disappearance of the Landes shepherd, and the beginning of the extension of the Landes forest on the major part of the territory, leading to the generalization of timber extraction in the region. Up to this point, the region is a sparsely inhabited swampy land, with the people of the Landes used stilt-walking to move from place to place in the wet terrain.;;;;;;;;;;;;x -EVT37243OPTA;A new future for $PROVINCENAME$.;;;;;;;;;;;;x -EVTNAME199072;Production in Dai Nam;;;;;;;;;;;;x -EVTDESC199072;Now that Vietnam enjoys much of the western inventions thanks to the $COUNTRY_ADJ$ government, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Dai Nam provinces are dawning - one where rice and rubber will play a vital role, but one that we can steer in several different directions.;;;;;;;;;;;;x -EVTNAME199071;Production in Cambodia;;;;;;;;;;;;x -EVTDESC199071;Now that Cambodia is fully in our hands, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Cambodia provinces are dawning - one where rice and rubber will play a vital role, but one that we can steer.;;;;;;;;;;;;x -EVTNAME199070;Production in Laos;;;;;;;;;;;;x -EVTDESC199070;Now that Laos is fully in our hands, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Laos provinces are dawning.;;;;;;;;;;;;x -EVTNAME199069;Production in Malaysia;;;;;;;;;;;;x -EVTDESC199069;Now that Malaysia is fully westernized, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Malay provinces are dawning.;;;;;;;;;;;;x -EVTNAME16461;The Back to Africa Movement Succeeds;;;;;;;;;;;;x -EVTDESC16461;The $COUNTRY_ADJ$ Colonization Society announced today in $CAPITAL$ that, thanks to the help of the $COUNTRY_ADJ$ government, their task of repatriating Africans was a resounding success - there's isn't a single African in $COUNTRY_ADJ$ core territory. Many of the so-called democratic countries condemned our methods but their effectiveness was tested and proved.;;;;;;;;;;;;x -EVTOPTB16461;Africa for the Africans.;;;;;;;;;;;;x -EVTNAME16460;$PROVINCENAME$'s African Community;;;;;;;;;;;;x -EVTDESC16460;With the "Back to Africa" act in full force, police in $PROVINCENAME$ have been trying to round all African-$COUNTRY_ADJ$ they can for the forceful resettlement. Many, however, are hiding in the country side or escape during transportation to port. An underground network of support to avoid the resettlement is also rumoured to be operating in $STATENAME$. This means that, despite the best efforts of the $COUNTRY_ADJ$ police, our efforts to resettle the African community in $PROVINCENAME$ might fail.;;;;;;;;;;;;x -EVTOPTB16460;Let's hope our boys in blue caught them.;;;;;;;;;;;;x -EVTNAME33043;Ostflucht;;;;;;;;;;;;x -EVTDESC33043;The Ostflucht (flight from the East) is the name being given to the migration of Germans and Poles from the eastern parts of Germany to more industrialized regions in central and western Germany. The causes of this migration are still being studied, with the most preeminent of the scholars being one Max Weber, but it's theorized that a drop in attractiveness to migrate to America combined with an increased demand for industrial workforce in other parts of Germany, increased birth-rates among the poles and poverty in East Germany are the main driving factors for this phenomenon. With no signs of abating, politicians in $CAPITAL$ are scrambling to pass legislation to mitigate its effects including limiting sale of estates to Germans only.;;;;;;;;;;;;x -EVT33043OPTA;How many more can come?;;;;;;;;;;;;x -EVTNAME971205;Instability in $COUNTRY$;;;;;;;;;;;;x -EVTDESC971205;As the Johor Empire fell apart with the loss of the Riau-Lingga territories, the successor states and the rump Johor Sultanate were beset by adversities. Piracy, wars, succession crisis and internal strife meant that the monarchs in the Malay region were under constant threat of losing their power, or worse. This is no exception for $COUNTRY$, where our most senior advisors now concocted a plan to reach out to a foreign power as a mean to increase stability.;;;;;;;;;;;;x -EVT971205OPTA;Put the plan in motion.;;;;;;;;;;;;x -EVTNAME971206;The $FROMCOUNTRY_ADJ$ Sultan's Request;;;;;;;;;;;;x -EVTDESC971206;As the Johor Empire fell apart with the loss of the Riau-Lingga territories, the successor states and the rump Johor Sultanate were beset by adversities. Piracy, wars, succession crisis and internal strife meant that the monarchs in the Malay region were under constant threat of losing their power, or worse. In $YEAR$ the Sultan of $FROMCOUNTRY$ went to $CAPITAL$ seeking recognition of the $COUNTRY_ADJ$ rulers over his sultanate as well as some form of recognition of $FROMCOUNTRY$'s independence with a treaty of friendship. The Sultanate was shaken by internal and external threats and the once proud kingdom is now a shell of its former self, weak and fragile. By accepting the Sultan's request, signing a friendship treaty and formally crowning him as the $FROMCOUNTRY_ADJ$ Sultan we will be able to establish a protectorate over $FROMCOUNTRY$.;;;;;;;;;;;;x -EVT971206OPTA;We will gladly extend our graces to $FROMCOUNTRY$.;;;;;;;;;;;;x -EVT971206OPTB;We have no interest in $FROMCOUNTRY$ politics.;;;;;;;;;;;;x -EVTNAME96096;$COUNTRY_ADJ$ $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC96096;Our diplomats secured a rounding success today in $CAPITAL$ as they managed to pry the rights to the colony of $FROMCOUNTRY$ during the last round of talks on the dismantlement of the defeated countries. The colony might rebel against our rule and fight for their independence, but our exclusive claim to it is sure to make other powers envious of $COUNTRY_ADJ$ diplomacy.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA96096;Let $FROMCOUNTRY$ welcome $COUNTRY_ADJ$ rule.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB96096;We will wait for other colonial opportunities.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTC96096;We are not interested in any more colonies.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME70005;$COUNTRY_ADJ$ Dismantlement;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC70005;Like vultures, the winners of the last war descended on our colonial possessions. Today in $CAPITAL$ another round of talks begun with the winning nations debating how to properly divide $COUNTRY_ADJ$ colonial territories.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT70005OPTA;Damn them!;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME6016816;The Long War;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC6016816;We've been too long in a war. The international community at large suspects that our war is an extermination campaign against our enemies, and one after the other they move to condemn it. In $CAPITAL$, support for the long war is slowly draining for the last few years as the $COUNTRY_ADJ$ people are turning more and more against it.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT6016816OPTA;We need to wrap this up immediately.;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME13250;$FROMCOUNTRY$ Free-Trade!;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC13250;One of our traders was turned away from $FROMCOUNTRY$ some time ago. Apparently he was discovered by local customs officials trying to smuggle opium, despite the $FROMCOUNTRY_ADJ$ ban on opium imports. A liberal politician in our lower house has addressed the matter.\n\n'The right to trade freely, and openly, across the seas and on land, is one of the unalienable rights of mankind. Our rights have been denied in $FROMCOUNTRY$, and I for one wonder how long the government will stand for these slights at the hands of uncivilized heathens.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME12020;The Girl from the Coal Pits;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12020;The coal laden tub must have weighed heavily on her body, fragile and worn from many years of arduous labour in the coal pits, for her feet could no longer carry her. There, in the dark, where the shafts go countless fathoms deep, she slipped and fell.'\n\nAnother young girl has lost her life in a coal mining accident in one of our provinces, and the particular tragedy of the case has received national attention.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12030;Production Shortfalls;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12030;One of our munitions factories has experienced a severe shortfall in production over the past three months, which has gone unreported for fear of causing alarm among investors and local industrial magnates. By covering the factory's losses with materials from the national stockpile, we could be perceived as saving local jobs.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12050;Tea Weighing Station Robbed;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12050;The central tea weighing station in one of our tea producing provinces has been held up by armed thugs. Some locals speculate that harsh times in the province might have provoked local farmers, tired of seeing local distributors and retailers eating away at their profits, to rob the station. Whatever the cause may be, we need to address the situation.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTNAME12060;Feed The Hungry Soldiers;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12060;While the war rages, every can that rolls off the production line from a local 'Canned Food & Preservatives Ltd.' is as important as a cannonball or a rifle. The food is reportedly excellent, and very popular among our soldiers. So popular, in fact, that the General Staff has commissioned another massive order from the factory.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTNAME12070;Old Canned Food;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12070;The Quartermaster General reports the discovery of a forgotten cache of canned foodstuffs in an army stockpile in $PROVINCENAME$. The content of the cans is still, despite being several years old, apparently quite edible. What should we do with the 15 tonnes of canned food?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTOPTA12070;Sell it.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTOPTB12070;Distribute the food among the poor.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTNAME12080;Bovine Fever;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12080;A strange fever has erupted among the cattle in one of our provinces and the cattle are reported dying en masse. The veterinarian at the local garrison has been criss-crossing the province trying to what little can be done to stave off the effects of this, apparently quite contagious, disease. While the disease itself will eventually dissipate, the question of reimbursement for hundreds of ruined farmers and their families still requires attention.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTNAME12090;Death in the Silk Fields;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTDESC12090;The cocoons shrivel and die, and what little thread there is on them fails to coagulate properly, and unravels at the slightest breeze. Something is awry in the silk fields, and even our best chemists have not been able to find a cure for the disease that plagues our farms. Local silk farmers are outraged, and call upon the government to act.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;; -EVTNAME12100;A Cure!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12100;A chemist of no small renown has invented a cure for the disease that has been plaguing our silk farms and, even better, with government support the cure could be exported to all our provinces, should more of them be affected by this nasty illness.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12110;In Them Old Cotton Fields;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12110;The cotton produced in one of our provinces is of the highest possible quality and strength. So strong, in fact, is the cotton, that the white balls harvested there have begun building quite a reputation for themselves as being some of the best available in the world. The reputation has built for quite some time, and local farmers have begun taking pride in the fact that, in the world of cotton, $COUNTRY_ADJ$ cotton is a byword for quality.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12120;Iron and Blood;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12120;Not by speeches and votes of the majority, are the great questions of the time decided, but by iron and blood.'\n-Otto von Bismarck\n\nA new, rich lode of minerals has been discovered in the $PROVINCENAME$ mine. While the vein is rich, it is also located on a perilous depth that is just beyond the reach of our present mining technology. We could attempt to extract the ore, but doing so will carry with it a cost in lives and blood.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12130;Cottage Industry;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12130;The wool district in one of our provinces became a hub of activity lately, as more and more little cottage weaveries are springing up across the province. While the folk in the province have always been known as a thrifty kind, the ready access to some of the world's best wool might also explain this flurry of activity.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12140;Clipper Boom;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12140;The wharfs, quays, and drydocks in one of our provinces are abuzz with the rings of hammers and the songs of saws, as the local factory struggles to keep up with new orders for clipper ships that are pouring in from all over the world. Efficient work processes and management, combined with excellent craftsmanship and seamanship, have led the province to produce more and better ships than during any year previous! Perhaps this is the time to rest on the laurels, but, then again, the future is always an uncertainty.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12150;Boiler Explodes!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12150;Tragedy struck today, when a steam boiler exploded during a routine test in the machine shop contracted to build it for the local steamer factory. Seven workers were killed in the explosion, and several thousands of pounds worth of equipment were destroyed. Local officials are investigating the working conditions in the shop, and hopefully these accidents can be avoided in the future but, for now, they mourn their dead.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12160;Standard Local Cement;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12160;One of our provinces has been making quite a name for itself in the cement industry over the past few years. What started out as smalltime production in a family business has now grown to an industry big enough to support the entire province, and the name 'Standard $COUNTRY_ADJ$ Cement' is becoming a household name. $COUNTRY_ADJ$ cement recipes are being admired and imitated across the world!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12170;Dyeworks Accident;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12170;Several workers died today at the one of our dyeworks, when an industrial sized tub of hot dye accidentally spilled out over the workshop floor and the unsuspecting workers. Locals are upset about the incident, claiming that the poor safety regulations in the hot and dangerous workplace are to blame for the accident, and are urging the government to take action. As rescue workers left the scene, several workshop employees were left dying.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA12170;They shall not have died in vain!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTB12170;We shall all die sooner or later.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12180;Cistern Explodes!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12180;A fuel cistern in one of our refineries exploded today for reasons yet unknown, and the lives of seven workers were claimed in the ensuing conflagration, along with thousands of dollars worth in company property. The refinery owner has washed his hands of any responsibility for the accident, claiming instead that government safety inspections have been lacking.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -VTNAME12190;Overproduction at the Refinery;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12190;One of our refineries has been doing well lately, with production exceeding expected quotas by several thousand gallons. Due to storage problems, the refinery owner has approached the government with a deal to buy the fuel at a steep discount. We could either buy the fuel ourselves, or turn him down and wait for him to float the cheap fuel on the market. The local impact of cheap fuel should make the locals fairly happy, but we could probably use the fuel ourselves.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12200;Tragedy at the Mine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12200;Another tragic day for our labourers today, as an accident was reported as having claimed several lives in one of our iron mines. Several workers have been reported injured, and some are still missing. A faulty support beam in the mine collapsed to cause the accident, reports say. The incident is bound to raise at least a local debate on working conditions in our mines.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12210;The Old Man and The Sea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12210;A fisherman off the $COUNTRY_ADJ$ coast has brought in an enormous catch today. His trawler is practically teeming with the riches of the richest of oceans as he anchors in the harbor, and fairly soon other fishermen are able to repeat his example. The fishing is unusually good of the $COUNTRY_ADJ$ this year, it seems.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12220;All the Tea in $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12220;The tea harvest is unusually large this year, and nowhere is it larger than in $COUNTRY$. Everywhere one ventures, sacks and sacks again stand lined up, brimming with freshly picked leaves of wonderfully smelling tea. This harvest will probably set us straight for years if we're capable of leveraging it right. Should we let the farmers keep an extra portion of the harvest, let our merchants sell it for profit, or should we stockpile it for later use?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME12230;$COUNTRY_ADJ$ Radio;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC12230;A local radio station is facing a shortage of radio components for their transmitters, and have been forced to cease brodcasts until the situation is resolved. Local authorities have suggested lending some of the government's radio components to the station, as it fears that the local populace will be alarmed by a lack of news from the front.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME12240;In The Drunk Tank;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC12240;More and more social, religious and educational institutions in $COUNTRY$, primarily from the educated middle classes, are coming to see the influence of alcohol on our society as a moral and social wrong. Pointing at the effects and costs in terms of broken homes, windows and spirits, they urge temperance, with some even going so far as to support calls for outright prohibition. Brewery owners in one of our provinces are concerned by the development, and wish to see their future privilege to sell and manufacture alcohol guaranteed.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME12260;Elegant Furniture;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC12260;'Mayhaps this chair, madame? Made from the finest Brazilian Mahogany, inlaid with delicate Nubian patterns of Kenyan ivory. Observe the rich marbling on the leather. You won't find another one like it in all of $COUNTRY$!'\n\nRising standards of living in $COUNTRY$ have caused an upswing in the demand for better and more elegant furniture. As people's homes are beautified, it only makes sense that the offices of government are, likewise, upgraded to better conform to modern standards.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME12270;Changing Fashions;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC12270;Disaster has struck our luxury clothes factory in one of our provinces, where several shipments have been cancelled over the past few weeks. The reason for the cancellations seems to be that the clothes, quite simply, aren't selling all that well, and no wonder, the cut is wrong, and the buttons look almost clownishly large. Strange, they seemed so nice last season.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME12280;Moldy Clothing;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC12280;Water has seeped into a factory warehouse in one of our provinces, damaging several shipping crates' worth of clothing. The clothing has been infected by a pungent smelling mold of some kind, and while it doesn't look so bad, the fiber in the cloth reeks of cellar and stale water. We might be able to salvage the clothes, but there is some doubt as to whether anyone would want to use them.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME21528;The Year of Abundance;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC21528;'Here is the best pasturage in the world - for a lean beast grows fat here in ten days. Wild game of every sort abounds. There are great quantities of wild sheep of huge size amid sublime plains and fine fields that yield bountiful harvests of wheat and every other kind of grain.'\n\n $YEAR$ was an especially bountiful year with excellent climate and rainfall, making the latest harvest something to behold. The effects of this perfect climate will be felt for a while and translate to higher agricultural output.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA21528;We truly are blessed.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME21527;The Drought of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC21527;'For four miserable months they had endured a searing drought that still gripped almost all of $COUNTRY$ and showed no sign of abating. Cattle ranchers and wheat farmers, they could do nothing but watch helplessly as their fields and pastures scorched and cracked while the months crawled by with no rain. It was easy to see where wildfires had ripped across the high plains weeks earlier, because those fields were still black. And now there was nothing left to feed the cattle.'\n\nIt's been a long time since most of our homeland saw any rain. The $COUNTRY_ADJ$ people suffer under the drought that lasts several months and now the effects are being felt in agriculture - and they will be felt for a long time.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA21527;When will it rain?.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199068;Production in $COUNTRY_ADJ$ Rwanda-Burundi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199068;$COUNTRY_ADJ$ Rwanda-Burundi has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Rwanda-Burundi there's potential for tobacco, coffee and tea production potential, as well forestry products. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199068;Focus on tea and tobacco.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199068;Focus on rubber and tropical wood.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199067;Production in $COUNTRY_ADJ$ Zimbabwe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199067;$COUNTRY_ADJ$ Zimbabwe has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Zimbabwe there's potential for tobacco, coffee and iron production potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199066;Production in $COUNTRY_ADJ$ Madagascar;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199066;$COUNTRY_ADJ$ Madagascar has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Madagascar there's potential for the usual cash crops, as well as forestry potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199065;Production in $COUNTRY_ADJ$ Guine-Bissau;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199065;$COUNTRY_ADJ$ Guine-Bissau has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Guine-Bissau there's potential for the usual cash crops, as well as forestry potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199065;We should make the most of the jungles we have.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199064;Production in Indonesia;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199064;Now that Indonesia is fully westernized, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia to its islands and beaches, a new era for agriculture in the Indonesian provinces are dawning.;;;;;;;;;;;;x\nIn Indonesia there's potential for virtually any cash crop, as well as mineral potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199064;We know there are mineral riches - we just need to keep looking. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199063;Production in $COUNTRY_ADJ$ Dahomey;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199063;$COUNTRY_ADJ$ Dahomey has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Dahomey there's potential for cotton, coffee or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199062;Production in $COUNTRY_ADJ$ Upper Volta;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199062;$COUNTRY_ADJ$ Upper Volta has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Upper Volta there's potential for cotton, coffee or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199061;Production in $COUNTRY_ADJ$ Ghana;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199061;$COUNTRY_ADJ$ Ghana has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Ghana there's potential for cotton, coffee or tobacco production, as well as gold reports. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199060;Production in $COUNTRY_ADJ$ Sudan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199060;$COUNTRY_ADJ$ Sudan has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSudan is an isolated colony. There's potential for cotton, coffee or tobacco production, as well as talk of gold to be found. But we will have to invest money to reach the country's full potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199059;Production in $COUNTRY_ADJ$ Bechuanaland;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199059;$COUNTRY_ADJ$ Bechuanaland has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nBechuanaland is not a particularly fertile colony and has small potential for cotton, fruit or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199058;Production in $COUNTRY_ADJ$ Uganda;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199058;$COUNTRY_ADJ$ Uganda has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nUganda is a fertile colony and has potential for cotton, tea, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199057;Production in $COUNTRY_ADJ$ Mozambique;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199057;$COUNTRY_ADJ$ Mozambique has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nMozambique is a fertile colony and has potential for cotton, tea, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199056;Production in $COUNTRY_ADJ$ Angola;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199056;$COUNTRY_ADJ$ Angola has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nAngola is a fertile colony and has potential for cotton, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199055;Production in $COUNTRY_ADJ$ Nyasaland;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199055;$COUNTRY_ADJ$ Nyasaland has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nNyasaland has potential for cotton, coffee, tea and tobacco production, the main problem being the lack of available space for plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199054;Production in $COUNTRY_ADJ$ Ubangi-Shari;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199054;$COUNTRY_ADJ$ Ubangi-Shari has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nUbangi-Shari has potential for cotton and coffee production, rubber extraction as well as ivory trade in the east. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199053;Production in $COUNTRY_ADJ$ Mali;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199053;$COUNTRY_ADJ$ Mali has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nMali has potential for cotton, tobacco or coffee production. There are reports of small-scale gold production, but if we aim to have viable quantities of gold production we will need to spend money on mineral prospecting. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199053;Carry on as normal but thoroughly search for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199053;Let's spare some space for tobacco production.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTE199053;The demand for coffee is ever increasing.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199052;Production in $COUNTRY_ADJ$ Tanganyika;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199052;$COUNTRY_ADJ$ Tanganyika has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nTanganyika is a fertile colony with potential for coffee, tea, cotton and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199051;We must expand our tea production.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199052;Coffee and tobacco should be the priority.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199051;Production in $COUNTRY_ADJ$ Kenya;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199051;$COUNTRY_ADJ$ Kenya has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nKenya is a fertile colony with potential for coffee, tea, cotton and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199051;We must expand our tea production.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199050;Production in $COUNTRY_ADJ$ Zambia;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199050;Zambia, known to the British as Northern Rhodesia, has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nZambia is a fertile colony with potential for coffee, cotton and tobacco production. Our surveyors also report copper and perhaps even coal, but they'd need more money to be sure. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199050;Pay the surveyors to find coal and import some coffee seeds. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199050;We should focus on cotton production.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199060;We should focus on cotton, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199060;We should focus on coffee, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199060;We should focus on tobacco, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199050;Tobacco is all the rage in Europe right now.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199049;Production in $COUNTRY_ADJ$ Congo Free State;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199049;$COUNTRY_ADJ$ Congo Free State has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCongo Free State is the biggest colony in Africa and has a huge potential for a variety of commodities. There's great potential for rubber extraction from the jungle, ivory trade in the capital as well as money to be made in coffee, cotton, and tea plantations, not to mention the mineral riches. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199049;Coffee and cotton plantations would help our economy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199049;Focus on tea and tropical wood;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199048;Production in $COUNTRY_ADJ$ Congo;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199048;$COUNTRY_ADJ$ Congo has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCongo is a small colony and the jungle leaves small space for production. There's great potential for rubber extraction from the jungle as well as some money to be made in coffee plantation. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199048;Let's focus on rubber and tropical wood.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199047;Production in $COUNTRY_ADJ$ Gabon;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199047;$COUNTRY_ADJ$ Gabon has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nGabon is a small colony and the jungle leaves small space for production. There's potential for rubber extraction from the jungle as well as some money to be made in the ivory trade. Alternatively, we can try incentiving the fruit business. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199046;A mix of cotton and rubber might be what we need.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199047;We could use some fruit production.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199046;Production in $COUNTRY_ADJ$ Cameroon;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199046;$COUNTRY_ADJ$ Cameroon has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCameroon is a fertile colony, with a big potential for coffee and cotton plantation in the highlands and rubber in the jungle to the south. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199046;A mix of cotton and rubber might be what we need.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199045;Production in $COUNTRY_ADJ$ Chad;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199045;$COUNTRY_ADJ$ Chad has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nChad is a poor colony, with little possibility of agriculture due to its location in the Sahel. The main proposal seem to be focusing on cotton. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199044;Production in $COUNTRY_ADJ$ Niger;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199044;$COUNTRY_ADJ$ Niger has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nNiger is a poor colony, with little possibility of agriculture due to its location in the Sahel. The main proposal seem to be focusing on cotton and peanuts, but we can also try and use the fields for livestock. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199044;Livestock is in high-demand in our country.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199043;Production in $COUNTRY_ADJ$ Senegal;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199043;$COUNTRY_ADJ$ Senegal has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSenegal has its biggest potential in rubber extraction but it also could provide decent coffee or cotton plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199042;Production in $COUNTRY_ADJ$ Guinea;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199042;$COUNTRY_ADJ$ Guinea has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nGuinea has its biggest potential in rubber extraction but it also could provide decent coffee or cotton plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199041;Production in $COUNTRY_ADJ$ Sierra Leone;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199041;$COUNTRY_ADJ$ Sierra Leone has just been declared a colony in the capital city of Freetown. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSierra Leone has potential for coffee or cotton plantations, while geologists tell us there's potential for great mineral richness far away from the coast. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199041;A mix of cotton and coffee production could be good.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199041;If there's mineral richness, we are willing to invest in it.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96098;Colonial Dismantlement;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96098;The bastards that are forcing the humiliating dismantlement of our colonial empire are still not done with it. We can only watch as our colonial possessions are torn away.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA96098;Vultures!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96099;$FROMCOUNTRY$'s Refusal;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96099;The colonial partition of our enemy was proceeding according to plan. The defeated nation agreed to our demands and its colonies are being claimed by the victors. The $FROMCOUNTRY_ADJ$, however, refuse to cooperate. They claim a right to self rule and say they will not be exploited again. Our envoys returned to $CAPITAL$ with the negative answer and it seems the only way we will get $FROMCOUNTRY$ as a colony is through war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA96099;If they want war, they will have war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB96099;They are not worth the trouble.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96097;The $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96097;Our self-rule period has the possibility of ending sooner rather than never. The $FROMCOUNTRY_ADJ$ government sent and envoy to $CAPITAL$ with an ultimatum: as part of their peace deal with our former overlords, our nation is to be annexed as a colony of the $FROMCOUNTRY_ADJ$ empire.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA96097;We have no choice but to submit.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB96097;They will never take our freedom!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96095;The Fate of $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96095;As the $FROMCOUNTRY_ADJ$ empire crumbles, the victorious nations divide the spoils. $COUNTRY$ was released as one of the former colonies and promised self-rule. Other Great Powers, however, already set their eyes on us.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT96095OPTA;Will freedom last?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199040;Production in $COUNTRY_ADJ$ Ivory Coast;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199040;$COUNTRY_ADJ$ Ivory Coast has just been declared a colony in the capital city of Grand Bassam. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nThe Ivory Coast has potential for cotton, rubber and tropical wood production in the north as well as coffee and tobacco in the Ivory Coast. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199040;We need wood for our furnaces.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199040;Cigarettes are very popular. We need to acquire more Tobacco.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME11000;Regency;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC11000;Sometimes the monarch just isn't there. Dying without a suitable or old enough heir, becoming incapable or senile while the government enters a deadlock. Sometimes the monarch is so ill that the government doesn't work and sometimes he's just away and someone incompetent was left to take care of things in his stead. Regardless of the reason, the $COUNTRY_ADJ$ government is currently going through a regency. We can expect some instability in the years ahead.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA11000;Terrible news.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199039;Production in $COUNTRY_ADJ$ Togo;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199039;$COUNTRY_ADJ$ Togo has just been declared a colony in the capital city of Lomé. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nTogo has potential for cotton production in the north as well as coffee in the area near the Bight of Benin. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA199039;The companies know best what to do.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199039;We are in need of cotton for our looms.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199039;Coffee is a rare commodity that our people will enjoy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTE199039;We don't need to interfere with the natives.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME955194;$FROMCOUNTRY$ Cedes Congo Territory;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC955194;The $FROMCOUNTRY_ADJ$ government has decided to abide by the West Africa Conference rules and recognized our claim to the Congo. They are now withdrawing their troops from the heart of Africa and transferring all their territories in the Congo region to our rule.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955194OPTA;The Conference's deliberation must be respected.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME955193;Congo Territories;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC955193;The West African Conference recognized the Congo as a territory of another nation. We, however, have the effective control of large parts of what the Conference recognized as de jure Congo land. Therefore, we are bound to return this land to the rightful owners.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955193OPTA;We will do what we are bound to do.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955193OPTB;We don't recognize their claims.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME955192;The Congo Colony;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC955192;The $COUNTRY_ADJ$ explorers are back and they charted all the region that will belong to our new colony - the Congo Free State. Our ships and army are ready to begin the effective occupation of the heart of Africa.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955192OPTA;Onwards to Congo!;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME325462;Finnish Independence;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC325462;Having acquired their independence from their former overlords, the Finnish government is now quickly establishing embassies and contacts with other government in search of support of their claim of being a free, sovereign nation home to all Finnish people. This doesn't bode well for us, as we need to decide right here and now if we recognize their claim - and consequentially forfeit any claims we might have in Finland - or we reassert our claims and face painting a jingoistic picture of our nation.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT325462OPTA;We recognize their independence.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT325462OPTB;Finland is an integral part of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME60142;The Failure of the District System;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC60142;Our country tried to implement a district system where each state had two representatives in the upper house. Due to a low amount of states, legislators were having trouble with the new system and instead pushed to pass a proportional representation reform.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA60142;Proportional Representation it is.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME46301;The beautiful game;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC46301;In 1894 the Paulista Charles Miller came back from England, where he had studied, with two footballs, a book of rules, a set of uniforms and the experience of having learned the sport invented by the English. Miller and other English residents in São Paulo played the first match in Brazil in 1895, with the employees of the Gas Company playing against employees of the São Paulo Railway. The match was played in the valley of Carmo, and the employees of the railroad company won 4-2. Since then, the interest of Brazilians for the sport has increased dramatically.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -totalitarian_government;Totalitarian Government;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37242;The Founding of $COUNTRY_ADJ$ Gabon;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37242;A treaty signed between a $COUNTRY_ADJ$ admiral and the sovereign mpongwè Rapontchombo, on February 9, 1839, allowed us to gradually extend our influence on the coast of Gabon. In early $YEAR$ a military post was created in the estuary of the Komo river and the capital of the colonial region was founded by former slaves freed from a slave ship. The capital is linked to the incident of the Brazilian slave ship Ilizia. Indeed, following the capture of this slaver ship, $COUNTRY_ADJ$ authorities decided to release them in a village near the Komo garrison. Thus, the name of the colonial capital was chosen to express the freedom acquired by these slaves.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37242OPTA;Abolitionism pays off.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37242OPTB;We won't spend any money in a backward hole.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955207;The Eritrean Award;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955207;The latest Great Power conference that set the rules for the division of Africa has awarded us the whole region of Eritrea. $FROMCOUNTRY$ hold lands there and they chose to cooperate with us and abide for the will of the Conference.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955206;The Eritrean Question;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955206;The latest Great Power conference that set the rules for the division of Africa has awarded the owner of Assab the whole region of Eritrea. We hold lands there and thus have two choices: we can defy the will of the Conference, risking war, or we can cooperate with the other Great Powers.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT955206OPTA;The land belongs to them.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT955206OPTB;They can come and take it.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955205;The $COUNTRY_ADJ$ Advance;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955205;Ever since the sale of Assab we have been slowly extending our influence in the region of Eritrea. The territories neighboring our lands in the region are now suffering from much unrest, presenting the perfect opportunity for us to further $COUNTRY_ADJ$ interests - and lands - in Eritrea.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT955205OPTA;Eritrea will be ours.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME199036;A Mountain of Coal;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC199036;Prospectors in $PROVINCENAME$ struck coal today while looking for precious metals. While not exactly what they were looking for, several $COUNTRY_ADJ$ companies already expressed interested in the commercial exploration of the newfound vein.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955204;The Gabu Purchase;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955204;$FROMCOUNTRY$ approached us with an offer to buy Gabu. They claim it as part of the principle of effective occupation, delineated in Article 34 of the Great Powers conference about West Africa but they were lenient and didn't take de facto control of the land. Some countries see legitimacy in the $COUNTRY_ADJ$ claims and this can escalate in a conflict but no one is exerting pressure on us to sign a deal.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955203;The Scramble for Africa;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955203;The Great Powers organized a conference in the $FROMCOUNTRY_ADJ$ capital to establish several protocols and rules for the occupation of Africa and the abolition of slavery in the dark continent. We have claims on African regions and if we don't act on them, based on the principle of effective occupation, these same Great Powers might try to occupy our rightful lands.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT955203OPTA;And act we shall.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955202;A dispute arose with $FROMCOUNTRY$ over our colonial borders in Senegal and Guinea. $FROMCOUNTRY_ADJ$ citizens poured through the border and are now living in Ziguinchor province. According to the principles of effective occupation established in Conference of Berlin, the territory belong to us. But it has been under partial rule of another nation for a long time and thus the dispute arose. The $FROMCOUNTRY_ADJ$ government approached us and proposed an exchange - they will pay us an indemnity in exchange of a complete forfeit of all our claims on Ziguinchor.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME199038;Production in $COUNTRY_ADJ$ Nigeria;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC199038;$COUNTRY_ADJ$ Nigeria has just been declared a colony, with its capital in Lagos. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Now with the charters almost complete and with the new colonial organization in place, are several $COUNTRY_ADJ$ companies are drawing up their plans to expand.\nNigeria has potential for a considerable amount of cotton production in the center and the north, as well as some rubber and tropical wood production in the jungles of the south and coffee in the plateaus of the east. Its mineral resources seem to be lacking but new sources can be discovered with the right investment. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA199038;The companies know best what to do.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB199038;Heavily subside the mining industry. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC199038;We are in need of cotton for our looms.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTD199038;Coffee is a rare commodity that our people will enjoy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTE199038;We don't need to interfere with the natives.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME199037;The Race for Fertilizers;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC199037;"England is robbing all other countries of the conditions of their fertility. Already, in her eagerness for bones, she has turned up the battlefields of Leipzig and Waterloo. Already from the catacombs of Sicily she has carried away the skeletons of many successive generations. Like a vampire she hangs upon the neck of Europe, nay, of the entire world, and sucks the heartblood from nations without a thought of justice towards them, without a shadow of lasting advantage for herself."\nAs the competition for phosphates and sulfurs for fertilizer production heats up, several $COUNTRY_ADJ$ geologists report finding a new source of the desired product in $PROVINCENAME$.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA199037;We have a bright future ahead of us.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME1141;First Oil Well Built;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC1141;Despite being known by native americans, the first commercial oil extraction operation in the world started in $YEAR$ in the province of $PROVINCENAME$. A group of $COUNTRY_ADJ$ entrepreneurs and a few chemists managed to distill kerosene from oil, for use in fueling lamps, and proceeded to acquire a farm near a natural occurring source of oil. They set up a few drilling wells and operation is quickly expanding, proving to be wildly popular, with some people even believing the black liquid has medicinal properties.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA1141;The beginning of the "black gold".;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME199035;Mining Boom in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC199035;Iron mining is on the rise in $PROVINCENAME$, leading to a good part of the population abandoning previous economical activities in favor of prospecting and extracting iron. Meanwhile, in other parts of $COUNTRY$, new sources of income are discovered or explored.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA199035;This will surely bring us prosperity.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME46306;The Balaiada;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC46306;A political power dispute arose in the heart of the elite class, which was reflected in Maranhão by the opposition of liberals and conservatives. When Pedro de Araújo Lima became prime minister, provoking the so-called conservative regression, the Maranhão conservatives took advantage of the opportunity to remove the liberals in power and weaken them further by contracting the service of the cattle ranchers, traditionally supported by the liberals. The event which began the revolt was the detention of the brother of the rancher Gomes, a liberal, by the order of a submayor of the town of Manga, a conservative. Contesting the detention of his brother, Gomes, with the support of a contingent of the National Guard, invaded the municipal jail and freed him in $YEAR$, the beginning of a rebellion against the conservative government.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA46306;Damn liberals.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME46305;The Cabanagem Revolution;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC46305;Until 1822 Grão-Pará had been a separate viceroyalty from Brazil, reporting herself directly to Portugal. The viceroyalty united with Brazil in the fight against Portugal but once the fight for independence ended and a provincial government named by the Brazilian Emperor was installed, the local leaders were marginalized from power. A rebellion broke out in 1831 in the military garrison of Belém involving one of these local leaders, Batista Campos, which was jailed. The indignation of the poor grew, and in 1833 already there was talk of converting Brazil into a federation. The provincial president unleashed a repressive political wave, in an attempt to contain the separatists. The name "Cabanagem" refers to the type of hut used by the poorest people in the province. The elite agriculturists of Grão-Pará, while living much better, resented their lack of participation in the central government's decision making, which was dominated by the provinces of the Southeast and Northeast.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA46305;We need to put them back in their place.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT96216OPTA;A greater destiny awaits!;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT96215OPTA;Outrageous!;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTD22581;Never bother me with this again.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC22585;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on free trade policies, several of them want a more laissez-faire policy in the $COUNTRY_ADJ$ economy while others prefer to maintain freedom for setting low tariffs. A third, more radical position of staunch liberalism seek the complete abolition of tariffs. The free bureaucratic manpower could be used in other areas and they argue that the market freedom would stimulate research and increase our clout in foreign markets.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC22584;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on free trade policies, several of them want a more laissez-faire policy in the $COUNTRY_ADJ$ economy while others prefer to maintain freedom for setting low tariffs. With lower tariffs, we free some bureaucratic manpower that can be used in other areas, they argue.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTC22584;Foreign trade shouldn't be regulated.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA22584;Foreign trade should be free.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTD22584;It's best if we don't use tariffs or incentives at all.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC22582;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on protectionist policies, several of them want a more staunch protection of $COUNTRY_ADJ$ economy while others prefer to maintain freedom when setting tariffs. A third, more radical position of staunch protectionism, dubbed "the $COUNTRY_ADJ$ System", advocates for very high tariffs in order to develop and protect $COUNTRY_ADJ$ industry. This will incentive our industry but will undoubtedly damage our ability to influence other nations.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTC22581;$COUNTRY_ADJ$ interests should come first and above all.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME22581;Cabinet Discusses Trade Policy;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC22581;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on protectionist policies, several of them want a more staunch protection of $COUNTRY_ADJ$ economy while others prefer to maintain freedom when setting tariffs.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA22581;We need to protect the $COUNTRY_ADJ$ economy.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB22581;We want to keep flexibility in our trade policy.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME46610103;The Tacna-Arica Arbitration;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC46610103;In the aftermath of the War of the Pacific, Peru was defeated and forced to sign the Treaty of Ancón. In this Treaty, Tarapacá was annexed to Chile. However, the fate of both Tacna and Arica was to be decided by a plebiscite to be held in 1893. Due to different points of view, both countries were not able to agree on the conditions of this plebiscite and so it was not held. Chile began then to colonize the two territories and Peru answered with a break of diplomatic relations. In $YEAR$, Chile and Peru agreed to arbitrate the dispute with the $MONARCHTITLE$ of $COUNTRY$. The commission on the issue of who Tacna belongs to was formed and now the only thing that remains is their final decision.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT46610103OPTA;Tacna belongs to Peru.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT46610103OPTB;Tacna belongs to Chile.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME46610102;The $YEAR$ Treaty of $CAPITAL$;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC46610102;When Bolivia became independent from Spain on 1825, it took possession of the territories that corresponded to its colonial administration in accordance with the uti possidetis juris of 1810. Bolivia claimed the maritime territory westward from the Andes to the Pacific Ocean between the Rio Salado on the south and the Rio Loa on the north, which included part of the Atacama Desert. Later in the mid 19th century, Chile made claims to the desert area following the discovery and exploitation of nitrate deposits and the move en masse of its population to work in the new found richness in Antofagasta. Because of that, the following decades were witness to much bloodshed on the borders of Bolivia, Peru and Chile. $FROMCOUNTRY$ has put a proposal, with international approval, to solve this problem amicably and set terms for new borders, paying indemnities for all involved. Regional powers set their eyes on us, expecting our reaction and the consequences for the future of the region of Antofagasta.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT46610102OPTA;We agree. Let's put our differences behind.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT46610102OPTB;We will never negotiate with these thieves.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810008;$FROMCOUNTRY$ Agrees to Help;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810008;The $FROMCOUNTRY_ADJ$ government agreed to indemnify Copenhagen over the abolition of the Sound Toll.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA810008;Good.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810003;The $CAPITAL$ Convention of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810003;$FROMCOUNTRY_ADJ$ diplomats along with representatives from the other Great Powers have gathered in $CAPITAL$ to discuss the question of the Danish straits and, more specifically, the Sound Dues. Citing the fact that the world's seafaring nations are becoming less and less tolerant of these tolls and restrictions, they are lobbying for the abolition of the Dues and for the commitment that all Danish straits will be turned into international waterways free to all military and commercial shipping. In compensation for the abolition, the $COUNTRY_ADJ$ state will receive a one-time fee of 300,000¤. Though the convention is amicable, the Great Powers made clear that they are prepared to use force to open the straits, if it comes to that.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA810003;We will gladly contribute to fairer commerce.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB810003;Never. The tolls are too important for $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810004;The Sound Toll Is Abolished;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810004;In $YEAR$, after several days of harsh negotiations, the Great Powers of the world signed a treaty in the $FROMCOUNTRY_ADJ$ capital decreeing the abolition of all tolls in the Danish straits, turning them into international waterways free to all military and commercial shipping. The $FROMCOUNTRY_ADJ$ government is to be compensated with a sum of 300,000¤. $COUNTRY_ADJ$ is acting as the guaranteer, paying at least one third of the total sum while two other European Great Powers with stakes on the negotiations will be asked to pay the remaining two-thirds. After more than four centuries of tolls, the Danish straits are now free for commerce.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA810004;We shall pay our third and nothing more. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB810004;We don't need anyone else. We can pay everything. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810005;The Sounds Dues;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810005;$FROMCOUNTRY$ called for a convention over the use of the Danish straits and we, as one of the Great Powers of the world, were obliged to attend. After a positive resolution, $FROMCOUNTRY_ADJ$ diplomats are now trying to gather the remaining money to pay for the deal and they argue that our ships and our commerce in general stand posed to greatly benefit from the opening of the Danish straits. Based on this they argue that we should contribute to the indemnifications owed to the Danish straits controller. We are, of course, not bound by this - we can refuse, but doing so would not only hurt our image in the eyes of other countries, it would also anger $FROMCOUNTRY$: they would feel that we are indebted to them.;;;;;;;;;;;;;;;;;;;; ;;;x;;;; -EVTOPTA810005;We will gladly contribute to free trade. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB810005;Can we pay it bit by bit?;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTC810005;We refuse to pay anything.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810006;$FROMCOUNTRY$ Refuses to Contribute;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810006;The $FROMCOUNTRY_ADJ$ government refused to do their part and help in the payment of the indemnifications over the opening of the Sound Toll. As the guaranteer we are expected to convince them - or cover the costs and collect the money later from the $FROMCOUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA810006;We will pay what they owe. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB810006;Pay it little by little.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTC810006;We won't cover another nation's debt.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME810007;The $FROMCOUNTRY_ADJ$ Stand Defiant;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC810007;Negotiations in the $FROMCOUNTRY_ADJ$ capital broke up as the convention called by $COUNTRY$ crumbles. $FROMCOUNTRY$ claimed their ownership over the Danish straits entitles them to regulate the straits as they see fit. The move will surely inspire the anger of the Great Powers that were looking for tearing down barriers for maritime trade and the situation is quickly escalating into a crisis.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA810007;They will pay for crossing us.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME167000;Druze Revolt;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC167000;Beginning with the Peasant's Revolt of 1834 in Palestine, Druze nobles resented oversight. Their overlords considered them heretics and treated them as such. In the years following the Peasant's Revolt, conscription was required in order to reinforce what the Egyptian army had lost in the revolt. In $YEAR$, Druze militias rose up against their Egyptian rulers in Hauran and defeated a 400-man force led by Ali Agha al-Busayli, the governor of Hauran. A number of other small expeditions followed but were unable to achieve any decisive victory. Druze from Mount Lebanon flooded into the Druze force as skirmishes continued for the next few months. Months later, the Druze were decisively defeated in the Wadi Bakka by Egyptian forces. Following this, Druze forces in Palestine looted the Jewish quarter of Safed while the main force moved south where they were decisively crushed at Shebaa and soon laid down their arms.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT167000OPTA;Stop this revolt by any means necessary.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME167010;Conflict on Mount Lebanon;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC167010;Following years of servitude to Druze masters and heavy taxation, Maronite peasants revolted against their masters on Mount Lebanon. They were met by Druze irregulars who were supported by the nobility. Conflict has engulfed the region, with a number of massacres taking place throughout eastern Lebanon, and it seems like this is only just the beginning. Our officers are reluctant to get involved in Christian affairs, but are nonetheless moving their forces into the area. What should we do?;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT167010OPTA;This petty conflict does not concern us.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT167010OPTB;We must stop this conflict before it is too late.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME167020;$YEAR$ Mount Lebanon Civil War;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC167020;News that the Levant is engulfed in a civil war has reached the streets of Paris. Christians have been massacred and churches burned to the ground throughout Lebanon and Damascus. Ottoman forces have not done anything to quell the violence and only look on. In 1523, France swore that it would protect Christians living in the Near East from conflict and European powers have pressured us to stay true to our word. What should we do?;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT167020OPTA;Send forces to restore peace and draft regulation to prevent this from happening again.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT167020OPTB;Unfortunately, we are unable to intervene at this time.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME167030;Hauran Druze Rebellion;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC167030;Recent economic expansion has brought new business to the area around Jabal ad-Druze in Southern Syria. Such expansion has come at a cost as taxes need to be levied in order to pay for railroads and other infrastructure, which have angered the locals. A business dispute between a local Druze chief and $COUNTRY_ADJ$-supported business dealers. Our officers have mustered 35 battalions and have swiftly brought the revolt to an end, killing many of the region's Druze inhabitants and disarming those who have surrendered.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT167030OPTA;Very well.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168000;Mount Lebanon Silk Boom;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168000;With special protection guarenteed to them by the French, the Maronite economy, driven by an increase in silk output, boomed. Pockets of Maronites were now filled with much-needed money and with it came a desire for better education and a population boom. For the first time, many women had an individual income and began to seek better conditions in both their work and in their general public life.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168000OPTA;Great.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168010;Mount Lebanon Silk Bust;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168010;With the openings of the Suez Canal and an increase in silk exports from Asian lands, the price of Lebanese silk halved and never recovered. The population boom that Mount Lebanon once experienced resulted in an elevated population that could no longer support itself on Lebanese soil. Many men and women migrated westward to seek better employment opportunities. While some of them came back years later, many permanently settled down in their new countries.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168010OPTA;Damn.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168020;Ancient Ruins in Baalbeck;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168020;While visiting the hills around the Lebanese city of Baalbeck, some of our countrymen noticed a large number of Roman ruins which had been preserved in the dry environment. When they returned with this news, a team of archaeologists was dispatched to the site. They were able to document and catalogue a large number of artifacts from the site. The most notable of these include Persian pottery shards which date from the 6th century BC. These shards are adorned with cuneiform lettering.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168020OPTA;Great!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168030;Missionaries in Beirut;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168030;In the beginning of the 19th century, Lebanon had an increasing amount of Western missionaries visit it. Many of these missionaries established school and printing presses in Beirut which catered to the city's Christian population. Despite this recent surge, education was not a new concept for Lebanese Christians. A Syriac printing press was established in 1610 and Jesuits founded a school in 1624. American missionaries began their efforts in 1834 with another printing press and school. By the mid 1840s, it was noted by American missionaries that between a quarter and a third of men in Lebanon were literate and by the beginning of the 20th century nearly half of all Lebanese children could read, a feat which was hardly matched anywhere outside of the West at the time.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168030OPTA;Great!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168050;Qatar Requests Protection;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168050;A Kuwaiti general who is loyal to us brought the Sheikh of Qatar a number of $COUNTRY_ADJ$ flags. The Sheikh distributed them to his family members who flew them around the peninsula. The British, who believed that this was the direct doing of $COUNTRY$, felt that their Gulf holdings were at risk of $COUNTRY_ADJ$ seizure and deployed a gunboat to the coast of Qatar. In response to this, the Sheikh of Qatar has sent a representative to request soldiers and equipment.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168050OPTA;Promise them protection.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168050OPTB;We cannot guarantee protection.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168060;Qatari Unrest;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168060;The burden of $COUNTRY_ADJ$ bureaucracy and rule has sparked an uprising in our Qatari dominion by Qatari nobles. Our officials in Baghdad dispatched soldiers to quell this rebellion who laid siege to the fort at Al Wajbah. Our soldiers were unable to take the fort and retreated back to our fort in Shebaka where the Qataris laid siege to it. After their water supply was cut off by the rebels, our soldiers surrendered and were given an opportunity to leave the peninsula in exchange for freeing Qatari prisoners.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168060OPTA;Blast!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME168070;Qatar Desires Independence;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC168070;The question of our Qatari dominion has once again reared its ugly head. What will the future of Qatar be?;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168070OPTA;Qatar will be independent.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168070OPTB;Abolish direct rule but require their loyalty.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT168070OPTC;They chose their fate years ago.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME110080;$FROMCOUNTRY$ Seeks Protection;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC110080;'I am giving myself and my country up to the $COUNTRY_ADJ$ Government under certain conditions which we may agree on between your Excellency and me. All those things I have given up into your hands..., they are still yours. I still continue to be the humble servant of the $COUNTRY_ADJ$ ruler."\n\nWith the civilized countries looking to expand on their area, the chief of $FROMCOUNTRY$ became increasingly wary of a potential war. Today we received $FROMCOUNTRY_ADJ$ delegates looking for protection. In exchange for promising not to annex them, they would become our loyal subjects and adopt our religion.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT110080OPTA;We welcome our new subjects.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT110080OPTB;They can fend off for themselves.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME6016814;Removing Party Loyalty;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC6016814;This event will remove all party loyalty from the game start.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT6016814OPTA;As it should be.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME97082;Crisis in the Pacific;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC97082;Through the past decade, several companies were founded to exploit the deposits of sodium nitrate in the Bolivian and Peruvian territories, mainly with British capital. The demand for this particular good brought money and stability to a lot of Andean countries and subsequently became known in some of them as the Guano Era. These companies however are based in Chile or have a majority share in the hands of Chilean investors, frequently politicians. On top of that, Chilean laborers are constantly crossing borders to work on this newly found richness, stirring the Chileans to claim these deposits for themselves. Relations between the involved nations grew cold and after the declaration of monopoly over the right to explore the salitreras, a new tax on foreign production of sodium nitrate and the expropriation of a few mines, a war in the region seems more than likely to break out.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT97082OPTA;Prepare for war.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT97082OPTB;Bid our time.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT97082OPTC;We don't need any of this. Let sleeping dogs lie.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC97083;Through the past decade, several companies were founded to exploit the deposits of sodium nitrate in the Bolivian and Peruvian territories, mainly with British capital. The demand for this particular good brought money and stability to a lot of Andean countries and subsequently became known in some of them as the Guano Era. These companies however are based in Chile or have a majority share in the hands of Chilean investors, frequently politicians. On top of that, Chilean laborers are constantly crossing borders to work on this newly found richness, stirring the Chileans to claim these deposits for themselves. Relations between the involved nations grew cold and after the declaration of monopoly over the right to explore the salitreras, a new tax on foreign production of sodium nitrate and the expropriation of a few mines, a war in the region seems more than likely to break out. Several sightings of Chilean ships have been reported and if we don't take action now, we might lose our territory.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME97081;An End to the Silver Rush;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC97081;In 1832 prospector Juan Godoy found a silver outcrop 50 km south of Copiapó in Chañarcillo. Godoy successfully claimed the discovered outcrop in his name and the name of José Godoy and Miguel Gallo. The finding attracted thousands of people to the place and generated significant wealth. During the heyday of Chañarcillo it produced more than 332 tons of silver ore until the deposits begun to be exhausted in 1874. But by 1855, Copiapó was already in decline. At the end of the silver rush, rich miners had diversified their assets into banking, agriculture, trade and commerce all over the region and $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT97081OPTA;Darn.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990001;Territorial Integration;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990003;The Company Refuse;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990004;The Company Agrees;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC9990003;So be it then.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990005;The End of British India;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990006;The British Crown Defeated;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC9990006;The EIC has defeated the British Crown for India.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT9990007OPTA;A dark day.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990008;The End of the East India Company;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990010;A New Toy;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT9990010OPTA;Neat!;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT9990007OPTA;This simply will not stand.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT9990008OPTA;Let's see them try it!;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT9990008OPTB;We will abide by their wishes.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME9990016;The Formation of the East India Company;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC9990016;The East India Company is the colonial administration in British India.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA9990016;Let the Company prosper.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC15310;As she makes her way through the city, dodging shadows as if they were $COUNTRY_ADJ$ soldiers, the illuminated clock-tower of the church seems to glare at her like a mean, infected yellow eye. She's already late, but class is still in session.\n\nAn underground university has formed in $PROVINCENAME$, providing higher education despite the ban on minority languages in academia.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME90141;The $FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ $CAPITAL$ Treaty of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC90141;$FROMCOUNTRY$ neglected the occupation of a large area in the Bight of Biafra to which it had historical rights, and the $COUNTRY_ADJ$ have been busily expanding their occupation at the expense of the area claimed by $FROMCOUNTRY$. That's what they claim, at least, and the other Great Powers seem to mostly agree with them. A settlement was proposed where they would get a part of what they claim and the issue would be solved. Based on the terms of the treaty, Rio Muni would be relieved of all conflicting claims. $FROMCOUNTRY$ would be left with a mere 26,000 km2 out of the 300,000 stretching east to the Ubangi river which they initially claimed. We can, of course, ignore all this, but our reputation would surely suffer.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT90141OPTA;They will have their land.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT90141OPTB;No deal.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT13370OPTA;For the glory of the Qing dynasty!;;;;;;;;;;;;;;;;;;;;;.;;;;;;x;;;;;;; -EVT13365OPTA;The land belongs to us!;;;;;;;;;;;;;;;;;;;;;.;;;;;;x;;;;;;; -EVT13365OPTB;Disavow all knowledge of their activities.;;;;;;;;;;;;;;;;;;;;;.;;;;;;x;;;;;;; -EVTDESC12080;A strange fever has erupted among the livestock in $PROVINCENAME$, and the livestock are reported dying en masse. The veterinarian at the local garrison has been criss-crossing the province trying to what little can be done to stave off the effects of this, apparently quite contagious, disease. While the disease itself will eventually dissipate, the question of reimbursement for hundreds of ruined farmers and their families still requires attention.;;;;;;;;;;;;;;;;;;;;;.;;;;;;x;;;;;;; -EVTDESC36941;"It happened that a slave girl belonging to Heke, Kotiro by name, was living at Kororareka with a butcher named Lord. Heke, having a colourable right to recover his slave. A karere [messenger] was sent ahead, to announce the intention and the message was delivered to the woman in the butcher's shop. Kotiro answering contemptuously of their power to take her away, pointing to one of the hogs, said, ina a Heke [that is Heke]. In any event Heke used the insult as a reason to enter the town, to demand payment from Lord as compensation for the insult. Satisfaction was refused: for several days Heke and his warriors remained in the town persisting in the demand, but, in reality, feeling their way, trying the temper of the Pakeha. They then proceeded to the flagstaff, which they deliberately cut down, purposely with the intention of insulting the government, and of expressing their contempt of $COUNTRY_ADJ$ authority."\nDisenchanted with $COUNTRY_ADJ$ authority and in conflict over the Treaty of Waitangi, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest.;;;;;;;;;;;;;;;;;;;;.;;;;;;x;;;;;;; -EVTNAME31100;The Discovery of Troy;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC31100;"In excavating this wall further and directly by the side of the palace of King Priam, I came upon a large copper article of the most remarkable form, which attracted my attention all the more as I thought I saw gold behind it. In order to withdraw the treasure from the greed of my workmen, and to save it for archeology, I immediately had lunch break called and while the men were eating and resting, I cut out the Treasure with a large knife. It would, however, have been impossible for me to have removed the Treasure without the help of my dear wife, who stood by me ready to pack the things which I cut out in her shawl and to carry them away."\nA $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia as well other numerous findings of the so called "Aegean civilizations". The treasures found where named "Priam's treasure" and were acquired by several $CAPITAL$ museums. These discoveries led to an explosion of talent in archeology and captured the imagination of millions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME46800;The Lost City of the Incas;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC46800;Believed to be a estate built for the Inca emperor Pachacuti, Machu Picchu was built around 1450 but it was abandoned a century later at the time of the Spanish Conquest. Although known locally, it was not known to the Spanish during the colonial period and remained unknown to the outside world until a $COUNTRY_ADJ$ historian brought it to international attention in $YEAR$. Machu Picchu was built in the classical Inca style, with polished dry-stone walls. Its three primary structures are the Inti Watana, the Temple of the Sun, and the Room of the Three Windows. $COUNTRY_ADJ$ researchers believe this to be the fabled "Lost City of the Incas", the last Inca capital, founded by Manco Inca but lost to the ages, the fire and the steel of the Spanish conquest.;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA46800;At last the mystery is solved.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME30089;The Armenian Community in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC30089;Due to incentives and new legislation passed by the Armenian government, the Armenians in our lands are leaving for their newly established nation. We could try and match these incentives to make them stay, or we can simply let them go and return from their diaspora.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21526;$YEAR$ Messina Earthquake;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21526;"The earth began to pulsate. Slowly and in rhythmic measure at first as though trying its strength and then with a wild and frenzied burst like the dance of a million imps. It rocked not only Messina, but half of Sicily and all of Calabria like a raft in a storm. The first crash from the heavens reached every ear in Messina. The houses had begun to vomit terror-stricken men before even the fantastic dance of earth began. Full well did those who dwelt in the shadow of majestic but death-dealing Etna know what the artillery of the heavens portended. Science may present its theories. Those who dwell in the shadow of death have no use for them."\nAt least 91% of structures in Messina were destroyed or irreparably damaged and tens of thousands were killed. The ensuing tsunami, fires and chaos amplified the destruction, with the $COUNTRY_ADJ$ government completely losing control over the affected areas. It was the most destructive earthquake to ever strike Europe.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21525;The Great Neapolitan Earthquake;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21525;At night and centered in the town of Montemurro, an earthquake shook the province of Potenza, in southern Italy. Several towns were destroyed, and estimated fatalities were number in the thousands. At this time it, it is the third largest known earthquake, with the main places suffering damage being Potenza, Polla, Diano, Sala, and Padula in the Val di Diano, and Tito, Sarconi, Marsico Nuovo, Saponara, and Montemurro. The latter two places, along with Padula and Polla, were virtually completely destroyed.;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB21520;Spare no expenses to mitigate this disaster.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21524;The Ansei Great Earthquakes;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21524;A series of major earthquakes struck Japan during the Ansei era became known as the Ansei Great Earthquakes. Scores of people died while tsunamis and fires destroyed thousands of buildings. In Edo alone, a total of about 50,000 houses and over 50 temples were either destroyed by the earthquake shaking or subsequent fires. The earthquakes were blamed on a giant catfish, Namazu, thrashing about and Ukiyo-e prints depicting Namazu became very popular around this time. The significance being that earthquakes at the time were popularly attributed to the thrashing about of a mythological catfish under the earth, normally kept under control by the deity Kashima using a large rock.;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA21524;We pray that Kashima favor us.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21523;The $YEAR$ Sanriku Earthquake;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21523;On the evening of $YEAR$, communities along the Sanriku coast in northern Japan were celebrating a Shinto holiday. After a small earthquake, there was little concern because it was so weak and many small tremors had also been felt in the previous few months. However 35 minutes later the first tsunami wave struck the coast, followed by a second a few minutes later. The waves reached a height of 38.2m and caused such damage that the event is one of the most destructive seismic events in Japanese history. The power of the tsunami was great: large numbers of victims were found with broken bodies or missing limbs. As was their normal practice each evening, the local fishing fleets were all at sea when the tsunamis struck. In the deep water the wave went unnoticed. Only when they returned the next morning did they discover the debris and bodies.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21521;The $YEAR$ Iquique Earthquake;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21521;Houses crumbled in the middle of the night as the earth itself threatened to rip apart. The shaking lasted for five minutes at Caleta Pabellón de Pica, a coastal town 70km south of Iquique. The earthquake caused significant damage over most of the coastal parts of the Tarapacá and Antofagasta Regions. The tsunami caused a 10m wave along about 500km of coast, from Arica in the north to Mejillones in the south. At Arica the water reached the cathedral. The hulk of the U.S. gunboat Wateree, which had been beached hundreds of meters inland by the final wave of the tsunami triggered by the Arica earthquake, was moved several kilometers to the north along the coast and nearer the shoreline.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21522;The $YEAR$ Arica Earthquake;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21522;In a calm night of $YEAR$ in Arica, the earth suddenly shook and started to sunder. The earthquake shaking lasted somewhere between five and ten minutes and caused almost complete destruction in the southern part of Peru, including Arica, Tacna, Moquegua, Mollendo, Ilo, Iquique, Torata and Arequipa. Then, the first wave arrived at Arica 52 minutes after the earthquake, with a 12m height, followed by the largest 16m wave 73 minutes later. The tsunami drove three ships anchored in port nearly 800m inland: the 1560-ton Peruvian corvette America, the U.S. gunboat Wateree and the U.S. store ship Fredonia, which was completely destroyed, as well as causing considerable damage in Hawaii, washing out a bridge along the Waiohi river. The port city of Pisco, in Ica, was razed.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME60141;Trade Unions Legalized;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC60141;As the Left solidify their control of the government, they push a sweeping and comprehensive reform over trade unions bringing them out of the shadows of illegality and into the realm of workers rights.;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA60141;The workers have prevailed.;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC60140;With a more liberal regime firmly in control of our country, they feel that now is the time for a constitutional convention. Everyone's views, well at least everyone who truly matters, will be represented in this new gathering to shape the path of our nation.;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME21520;The San Francisco Earthquake of $YEAR$;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21520;A major earthquake has struck San Francisco, California, today, causing widespread devastation and the loss of thousands of lives. Tremors have been reported as far away inland as Nevada, but as damaging as the earthquake and its aftershocks were, the fires that burned out of control afterward were even more destructive. Within three days, over 30 fires, caused by ruptured gas mains, destroyed approximately 25,000 buildings on 490 city blocks. Due to a widespread practice by insurers to indemnify San Francisco properties from fire, but not earthquake damage, most of the destruction in the city was blamed on the fires. Some property owners deliberately set fire to damaged properties, in order to claim them on their insurance. In all, the fires burned for four days and nights. Army units are hard at work bringing in supplies to the survivors, and we can rest assured that the quake will leave its mark on public memory for generations to come.;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME21500;The Tunguska Event;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21500;'At breakfast time I was sitting by the house at Vanavara. I suddenly saw that directly to the north, over Tunguska Road, the sky split in two and fire appeared high and wide over the forest. The split in the sky grew larger, and the entire northern side was covered with fire. From the northern side, where the fire was, came strong heat. Then the sky shut closed, and a strong thump sounded, throwing me a few meters. I lost my senses for a moment, but then my wife ran out and led me to the house. After that such noise came, as if rocks were falling or cannons were firing and the earth shook. When the sky opened up, hot wind raced between the houses, like from cannons, which left traces in the ground like pathways, and it damaged some crops. Later we saw that many windows were shattered.'\nThe Tunguska explosion of $YEAR$ produced a devastating fireball in Siberia and it's the largest impact event on Earth in recorded history.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC21510;The eruption of the Krakatoa volcano and the resultant tsunami left over 36500 dead in the $COUNTRY_ADJ$ East Indies, and the sound of the eruption was heard 3000 miles away at Rodrigues Island in the Indian Ocean. Over 70% of the island and its surrounding archipelago were destroyed as it collapsed into a caldera. Additional seismic activity and tsunamis were reported to have continued and the eruption was one of the deadliest and most destructive volcanic events in recorded history. The explosion had a tremendous global impact, with the sky darkening worldwide for years afterwards, producing intensely red sunsets and other optical effects, as well as global average temperature dropping by more than a degree Celsius.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME5000000;The Turkish Constitution;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC65000000;An envoy of the Ottoman Sublime Porte arrived in $CAPITAL$ today with the Turkish demands to repel the Sretenje or Candlemas constitution, drafted in 1835 but never de facto adopted, and the draft of a new constitution, molded within the whims and wishes of the Ottoman Empire. This new constitution, dubbed 'The Turkish Constitution', would repel civil liberties and has the backing of Serbia's guarantor, Russia, and of Austria. Bowing to the Sublime Porte wishes means the abdication of the current Serbian Prince, currently under pressure to implement the 1835 constitution, and the confirmation of Turkish sovereignty over Serbia. Defying their commands might spell a difficult war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT5000000OPTA;We have no choice but to accept it.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT5000000OPTB;We refuse the Turkish outrageous demands.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME97121;The $PROVINCENAME$ Massacre;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC97121;Besieged forces and civilians in $PROVINCENAME$ were unprepared for an extended siege and surrendered to rebel forces under Nana Sahib, in return for a safe passage to Allahabad. However, under ambiguous circumstances, their evacuation turned into a massacre, and most of the men were killed. As a $COUNTRY_ADJ$ rescue force approached $PROVINCENAME$, 120 $COUNTRY_ADJ$ women and children captured by the rebel forces were killed in what came to be known as the $PROVINCENAME$ Massacre, their remains being thrown down a nearby well in an attempt to hide the evidence. Following the discovery of the massacre, the outraged $COUNTRY_ADJ$ forces engaged in widespread retaliation against captured rebel soldiers and local civilians. The murders greatly embittered the $COUNTRY_ADJ$ rank-and-file against the rebels and inspired the war cry "Remember $PROVINCENAME$!";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97121OPTA;Remember $PROVINCENAME$!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME160000;Threat From The South;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC160000;Each day tensions with the southern states are increasing, to the point some believe war is inevitable. While the government tries to ease tensions, the South seem to be preparing for war and there are some talks of outright disobeying the government of the United States in the South, with a parallel army and administration being built. While these rumors remain just that, a fragile peace remains.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA160000;Let's see where this is going.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME443040;The End of the State of Emergency;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC443040;We held the tide as much as we could, but now the State of Emergency was lifted by the $COUNTRY_ADJ$ government. Its policies are not as effective as they were and the suspension of rights can no longer be maintained. For better or for worse, we will have to deal with the backlash of the emergency measures now.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT443040OPTA;$COUNTRY$ perseveres.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME443039;The $FROMCOUNTRY_ADJ$ Awakening;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC443039;With the independence of $FROMCOUNTRY$, a good portion of the $FROMCOUNTRY_ADJ$ people no longer feel satisfied under our rule. Nationalism is at an all time high and secessionist sentiments spread like wildfire through the $FROMCOUNTRY_ADJ$ regions in $COUNTRY$. The $FROMCOUNTRY_ADJ$ awakening can not be reversed and we now must deal with the consequences.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT443039OPTA;$FROMCOUNTRY_ADJ$ traitors!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90963;$FROMCOUNTRY$ Refuses to Send Missionaries;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90963;$FROMCOUNTRY$ refused to send missionaries to our country, citing safety concerns for their citizens.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90963OPTA;Maybe we will have better luck next time.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90962;$FROMCOUNTRY_ADJ$ Missionaries;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90962;$FROMCOUNTRY_ADJ$ missionaries arrived in $CAPITAL$ today, where they will rest for a few days before starting the missionary work. Other missionaries from different countries are also scheduled to arrive to help them in their work. The $FROMCOUNTRY_ADJ$ government requested that we keep the situation in our country stable lest something may befall their citizens. Our councilors also advise to maintain good relations with $FROMCOUNTRY$ as bad relations might instigate hate against them in the heart of our population.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90962OPTA;Leave them to do their work.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90961;$FROMCOUNTRY$ Requests Missionaries;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90961;The $FROMCOUNTRY_ADJ$ ruler sent an envoy requesting a few missionaries to spread the word of God in $FROMCOUNTRY$. Agreeing to this will increase our relations and influence with them and potentially convert their own ruler, but if the missionaries end up being executed by an angry mob or because of a change of heart of the $FROMCOUNTRY_ADJ$ ruler, our international prestige will suffer.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90961OPTA;Send them over.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90961OPTB;It's too risky.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90960;Requesting a Missionary;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90960;We decided to request missionaries to help modernize our country, but their religion will affect our religion and the countries that we can reach. Our relation with them, our infamy and unrest in our population are all factors that play will play a role when countries decide to send us missionaries or not. It's imperative to carefully pick what country we want to reach.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90960OPTA;Contact a Catholic government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90960OPTB;Contact a Protestant government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90960OPTC;Contact an Orthodox government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90960OPTD;Contact a Sunni government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90960OPTE;We changed our mind.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME36964;Our Claims Over Sekondi;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC36964;As the dispute over Sekondi is solved, ownership claims become weaker and weaker and the province slowly stops being a focal point of border dispute. Our claims over the province are now gone.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT36964OPTA;Damn.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME36963;Claims Over $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC36963;As the dispute over $PROVINCENAME$ is solved, ownership claims become weaker and weaker and the province slowly stops being a focal point of border dispute.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT36963OPTA;We have peace once again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -peaceful_transition_to_japan;Peaceful Transition to Japan;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME19040;Excavation Rights Requested;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC19040;$FROMCOUNTRY$ has requested excavation rights in the Valley of The Kings. While we ourselves do not have the know how or money to fund a serious excavation of the area, and allowing a foreign contractor might be good for that reason, it might also be best to let the secrets of Egyptian history lie undisturbed until such a time when we ourselves can find them. Turning down a foreign power will spoil our relations and reduce their prestige, though.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA19040;Go for it!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB19040;The Valley is ours.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME19041;$FROMCOUNTRY$ Grants Excavation Permit;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC19041;The government of $FROMCOUNTRY$ has granted us the exclusive right to excavate and investigate ancient ruins in the Valley of The Kings. The potential discoveries there will prove an enormous opportunity for us to increase our scientific renown in the world.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA19041;Excellent!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME19042;$FROMCOUNTRY$ Refuses Excavation Permit;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC19042;The government of $FROMCOUNTRY$ has refused to allow us excavation rights in The Valley of The Kings. Our international prestige has been lowered as a result, and relations with $FROMCOUNTRY$ have soured.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA19042;Bah!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC11103;My $MONARCHTITLE$, news have just reached us that renowned Italian freedom fighter Giuseppe Garibaldi and his 'Expedition of The Thousand' have broken and taken control of the government in $FROMCOUNTRY$. Everywhere this rugged freedom fighter goes jubilant crowds of Italians turn out to greet him -- waving the tricolor of the Italian nation -- as the liberator of all of Italy. On account of our dominant position on the peninsula, the newly formed government in $FROMCOUNTRY$ sends word that they accept $COUNTRY$'s natural position as the foremost among equals of the newly formed Italy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;; -ezo_republic;Ezo Republic;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME36981;The Suez Canal Company;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC36981;$FROMCOUNTRY_ADJ$ investors organized in $CAPITAL$ the Suez Canal Company for the construction and maintenance of the Suez Canal. The move was made to secure the necessary influence to begin the construction works in Suez and guarantee no other great powers will interfere with it.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT36981OPTA;We may soon see the canal completed.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME46610101;The Treaty of Petrópolis;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC46610101;The $FROMCOUNTRY_ADJ$ government is holding talks in the Brazilian city of Petrópolis to end tensions over the territory known as Acre. Claimed by multiple countries and without a clear border demarcation, several incursions of foreigners from neighboring countries searching for rubber sparked a few incidents and the de facto owner of the territory, $COUNTRY$, is now offering us monetary compensation, a friendship treaty as well as the possibility of funding a railway construction in our country in exchange for us dropping any claims we have over the area.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT46610101OPTA;Sounds like a good deal, we agree.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT46610101OPTB;No, Acre is a rightful part of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME986519;Rebellion in $COUNTRY_ADJ$ Enclave;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC986519;The enclave of $PROVINCENAME$ was overran by foreign nationals, in a rebellion that annexed the province to another country. The lack of direct land access to these place was the main factor for the rebellion and as $COUNTRY_ADJ$ authority weakened, our troops were not capable of stopping the mass uprising.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT986519OPTA;A minor setback.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME46610100;The García Ortiz-Mangabeira Treaty;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC46610100;Ever since our declaration of independence, our borders with the neighboring Brazilians have not been delineated through any treaty. The resident minister of Brazil in $COUNTRY$, Enéas Martins, is on a special mission in $CAPITAL$, to meet with the Minister of Foreign Affairs, Alfredo Vásquez Cobo, to delineate a treaty to settle the border issue. The treaty would establish the border from the Rio Negro northwestward along the Amazon River-Orinoco watershed divide, then generally southward along various river courses and straight-line segments to the mouth of the Apaporis River. This would effectively mean the Marabitanas province will end up part of Brazil, though signing the treaty can positively affect our image internationally.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT46610100OPTA;Let this be a sign of friendship and cooperation between our countries.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT46610100OPTB;We will never cede an inch of $COUNTRY_ADJ$ territory.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME111001;The Coronation of Tewodros II;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC111001;Kassa Hailu began his military career as a destitute shifta, an outlaw. After a political marriage to try to stop his ascension and after losing several battles, the warlord of $COUNTRY$ lost his power and Kassa took control. With a dream of reunifying Ethiopia, he claimed the imperial throne for himself. He moved the capital city of the Empire to Debre Tabor and later to Magdala. He ended the division of Ethiopia among the various warlords and princes that had vied for power for almost two centuries and forcibly re-incorporated the regions of Gojjam and Wollo under the direct administration of the Imperial throne after they had been ruled by local branches of the Imperial dynasty or other warlords. With all of his rivals apparently subdued, he imprisoned them and their relatives at Magdala. He was crowned in $YEAR$, in the imperial city of Gonder, as Tewodros the Second, Negusa Nagast - King of Kings - Emperor of Ethiopia, the Elect of God, Son of David and Solomon.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT111001OPTA;Long may he reign.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME111000;Kassa Hailu;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC111000;Kassa Hailu, the local lord of Dembiya in Debre Markos, had a quick ascension to power. Beginning as a shifta, an outlaw, he amassed a sizable force and took back his father's previous fief of Qwara. He gained popular support by his benevolent treatment of the inhabitants in the areas he controlled. This garnered the attention of the warlord in control of $COUNTRY$ and when he became too powerful to ignore, to deal with him without using force, he was named dajazmach of Qwara and married to the daughter of the warlord. The disdainful treatment he received from his in-laws led to him capturing $CAPITAL$ by surprise. After Kassa retreated to the south, the Empress and mother of the ruler of $COUNTRY$ led an army pursuing him. Kassa defeated them and captured the Empress and now we need deal with him. There are those who favor giving him a bigger fief in return for the release of the Empress but this will increase his power, to the point the current lord could lose control of $COUNTRY$ to him.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT111000OPTA;He will soon become the lord of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT111000OPTB;We will resist Kassa Hailu's power grab.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME36914;The Great Britain;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC36914;"Large crowds started to gather early in the day including many people who had traveled to Bristol to see the spectacle. There was a general atmosphere of anticipation as the Royal Emblem was unfurled. The processional route had been cleaned and Temple Street decorated with flags, banners, flowers and ribbons. Boys of the City School and girls of Red Maids were stationed in a neat orderly formation down the entire length of the Exchange. The route was a mass of colour and everybody was out on the streets as it was a public holiday."\nThe launch ceremony for I. K. Brunel's steamer Great Britain occurred today. The ship is 98 m in length, has a 3,400-ton displacement and it's powered by two inclined 2 cylinder engines of the direct-acting type, 1.8 m stroke cylinders and also provided with secondary sail power. The four decks provide accommodation for a crew of 120 plus 360 passengers. The ship, by far the largest vessel afloat, became the first propeller-driven ship to cross the Atlantic.;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA36914;Hurrah!;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME325461;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Accord;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC325461;In 1584 the Uzbeks conquered the region known as Badakhshan, and it remained under local Uzbek mirs (“leaders”) until 1822, when Morad Beg of Konduz overran it. The region is claimed by Afghans, Uzbeks and Tajiks. There has been some diplomatic talks with $FROMCOUNTRY_ADJ$ officials that want to sign a border treaty, to delineate a clear border between our countries and to stabilize the region. This accord would the set Panj River as part of the $FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ border separating $COUNTRY_ADJ$ Badakhshan from $FROMCOUNTRY_ADJ$ Badakhshan in the Pamirs.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT325461OPTA;Sign the accord.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT325461OPTB;This doesn't interest us.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110029;The Persian Cossack Brigade;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110029;In 1864 until the early 20th century, another mass expulsion took place of Caucasian Muslims as a result of the Russian victory in the Caucasian War. These migrations once again, towards Iran, included masses of Azerbaijanis, other Transcaucasian and North Caucasian Muslims, such as Circassians, Shia Lezgins and Laks. Many of these migrants would prove to play a pivotal role in further Iranian history, as they formed most of the ranks of the Persian Cossack Brigade. Formed in 1879 in Persia. It was modeled after the Caucasian Cossack regiments of the Imperial Russian Army and, until 1920, it was commanded by Russian officers. Together with a Swedish trained and officered gendarmerie, the Cossack Brigade came to comprise the most effective military force available to the Iranian crown in the years prior to World War I and its most elite cavalry unit.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110029OPTA;Wonderful!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110030;Persian Constitutional Revolution;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110030;$MONARCHTITLE$, our authoritarian power has come through and our people are tired. The masses are in the street, asking for heads to roll and change to come, agitated by various members of different castes - religious ulama, rich bazaari and disgruntled aristocrats as well as radical thinkers - that we, for too long, encouraged by all the privileges given and motivated by the brutality of our repression. The Enghelab-e Mashruteh, the Revolution, opened the way for cataclysmic change in Persia, heralding the modern era. It saw a period of unprecedented debate in a burgeoning press, created new opportunities and opened up seemingly boundless possibilities for the future of Persia. Many different groups fought to shape the course of the Revolution, and all sections of society were ultimately to be in some way changed by it. How shall we react?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110030OPTA;Suppress this. Now!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110030OPTB;Let's hear what they have to say.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110031;Protests, Strikes and Fights;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110031;We have sent the troops again and again to quell the protests but the human waves seem endless. Now, everywhere in the country elites are demonstrating and striking. Reports of fights with the police arrive to our ears. In order to avoid the country slipping into anarchy, most regional commanders decided to have the army intervene. This, of course, only serve to further motivate the rebels. In the capital, the opposition - led by bazaari and ulama once again - sought sanctuary in a mosque in Tehran. Forcing it would risk provoking popular support to their cause. In the meantime, southern tribes, bandits and armed groups tear our country apart, citing the protests as their motivation.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110031OPTA;No one can hide!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110031OPTB;Keep focusing on the insurrection.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110031OPTC;It's time for negotiations.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110032;Persecutions;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110032;Orders have been given to all officers of the military apparatus: no quarter. We have to put down this rebellion before it gets out of hand. In the city, this means curfew and dispersing the crowds wherever they may appear - with the occasional victims of course. In the countryside... we have to be much more persuasive. You don't want the details $MONARCHTITLE$. Let's just say even the next generation will not dare raise against us. The Cossack Brigade has been particularly effective - maybe too much so: word is starting to get out of the country and our reputation is getting tarnished. If it's the price to pay... Or shall we slow down?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110032OPTA;Grand Scale Massacre.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110032OPTB;Surgical strikes.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110032OPTC;It's time for negotiations.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110033;Refugees in the Embassy;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110033;Our leadership decided to cut the head of the snake. Sadly, the rampant incompetence and corruption of our administration let the word loose and the opposition's leaders sought refuge in a foreign Great Power embassy! The fields of the gigantic mansion are filled with tents where emissaries, clerics, businessmen and tribe leaders exchange, seemingly safe from our reach. We are assured that they are just fomenting their next move to strike us down! On the other hand, any actions would be perceived very badly and our diplomatic ties could suffer to the point of a war we may not afford. Foreign powers are offering us to step down in an obvious violation of sovereignty. What should we do?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110033OPTA;Break down the gates. Seize the diplomats. Kill everyone else.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110033OPTB;It's time for negotiations.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110034;The Last March;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110034;The rebels are spread too thin. We have showed times and times again that we are ready to keep our power and that none shall question it. Most of their leaders dead, their military efforts down and popular support slowly winding away. This is over. Our country can now step into the path of greatness that is rightfully yours. One last thing remains before we achieve our destiny. The remains of the opposition have decided for one last plea, one last effort and they're ready to pay for it with their life. They are going to march in the capital... A non-violent march on the siege of the government.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110034OPTA;Shoot! Shoot them all down!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110034OPTB;It has gone too far.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110035;A New Majiles!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110035;The opposition accepts to start negotiating with us and exposing their demands... at one condition. Before the negotiations even begin, they want the establishment of a untainted Majiles, a Parliament. They want their leaders to be nominated and that Parliament be given the right to oversee our regime's actions. They want their right to meet, exchange and discuss be respected. They want the location itself be deemed sacred and protected from any intervention of the police or the army. They want those demands to be unconditionally accepted and sworn on the Holy Book in front of entire population... This is dangerous. They are powerful and influent groups: refusing could lead us to unlimited repression but accepting means we cannot step back once we're in.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110035OPTA;We have no choice but too accept...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110035OPTB;Unacceptable!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110036;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110036;Negotiating with the ulama appeared to be easy enough: in the grand scale of the Revolution, they agreed to let the other groups represent the secular interests. Their leaders thus worry about the spirituality of Persia and demand improvements. Not only do they want us to implement the Sharia Law at state level, but they demand to be in charge of its implementation. This could anger the more liberal rebels and cost a healthy sum of money...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110036OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110036OPTB;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110037;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110037;The bazaari's demands were simple enough: they want the possibility to translate their economic power on the political scene. For that purpose, they have elected to adopt the Western system of unions, which would allow them to organize in order to pressure the regime. Written word of the establishment and protection of this right has to be given to them, as well as a promise to raise the tariffs in order to better protect the national market. This doesn't sound well...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110037OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110037OPTB;Compromise.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110037OPTC;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110037OPTD;Put the foot down.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110038;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110038;The Socialists are hard at it but they're divided. While we ignored the more radicals, the so-called 'reformists' are open to discussion. They claim to be mostly interested in the well-being of the poorest strata of our society, as we are, after all.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110038OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110038OPTB;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110039;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110039;The liberals demands are quite simple: they want the freedom of press, the freedom of expression. They are convinced that, once those rights are achieved, everything else will come. Thus everything else comes second and they will become untouchable. While we laugh at their naivety, we must remember that they are one of the most influent group. But sacrificing our control of the media is a risky move...;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110039OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110039OPTB;Compromise.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110039OPTC;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110039OPTD;Put the foot down.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110040;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110040;Now for the most delicate part of our duty: deal with the minorities. The recent troubles woke them up and they're ready to rise, would we make a bad move. They want autonomy, almost self-rule. Increased decentralization allied with added rights, giving them pressure on the regime would be an unprecedented move, one hard to revert. On the other hand, they are most certainly the most dangerous groups of them all: all our borderlands could unilaterally separate if we do not cave in...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110040OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110040OPTB;Compromise.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110040OPTC;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110040OPTD;Put the foot down.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110041;Negotiations;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110041;Some people joined the Revolution because they were convinced that the current regime doesn't represent the best interests of the nation. Those people want to see the foreigners kicked out and the country regain its independence. We could appease to the Nationalists by seizing foreign investments we have ignored in the past and effectively nationalizing it, but that would greatly anger other countries and put us at risk of an armed intervention...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110041OPTA;Accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110041OPTB;Refuse.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110042;The Constitution of $YEAR$;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110042;A new era for the Orient begins. An era of Light, coming out of years of Darkness. An era in which Persia shall shine like the Sun. After months of strikes, protests, demonstrations and even armed insurrections, our country is finally at peace. It is a new country for a world that is now reborn. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'. Each faction elect their leaders, but the status-quo is fragile and window is open for a take-over. Who shall lead the Light?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110042OPTA;The aristocrats and the Shah! This is Persia!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110042OPTB;The ulamas will keep our values and traditions.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110042OPTC;The bazaari are the economic heart of our nation.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110042OPTD;The radicals know you cannot stop progress.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110042OPTE;The current regime will maintain stability.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110043;A New Capital For A New Persia;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110043;After the end of those times of troubles, an idea has gained momentum in our leadership: to wholesomely represent the emergence of a new Persia, free of her burdens and unlike any that has been before, some propose to move our capital. Tehran has indeed seen much bloodshed in recent years and some of the infrastructure was damaged - including many government buildings. The idea is neat. Why not?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110043OPTA;Tehran has served us well.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110043OPTB;Qom, the religious capital of our faith.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110043OPTC;Tabriz, its wealth will assure prosperity.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110043OPTD;Isfahan, our population center.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110043OPTE;Shiraz, the cultural heart of our nation.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110044;Disband the Persian Cossack Brigade.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110044;With the end of the times of troubles comes the question of accountability. It appears the most bloody unit that took part in the repression was the Persian Cossack Brigade. Not only do they surpass everyone by the quantity, but also by the sheer intensity of their massacres. This comes as a shock as it used to be the most elite troop of the country but it seems like Caucasians have the thirst for bloodshed rushing through their veins. Now we have no choice but to disband it and put their leaders to trial.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110044OPTA;They cannot be forgiven, we won't take the risk.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110060;The Bear Flag Revolt;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110060;In June 1846, a number of American immigrants in Alta California raised and rebelled against the local Mexican government before seizing military control the area to the north of the San Francisco Bay, in the present-day state of California. The immigrants had not been allowed to buy or rent land and had been threatened with expulsion because Mexican officials were concerned about the incoming influx of unregulated Americans in a climate of quickly rising tensions with the US. The term "California Republic" appeared on the flag the insurgents raised and indicated their aspiration of forming a republican government for California. The flag featured an image of a California grizzly bear and became known as the Bear Flag and the revolt as the Bear Flag Revolt.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110060OPTA;American saboteurs, that is all! Down with them!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110060OPTB;We cannot afford that at the moment... Let them go.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110060OPTC;Long live the Republic of California!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110062;The Union calls!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110062;Our situation is not that good. The treasury is low, the morale is down and everything is lacking, from ammunition to food supplies. Things could be better. Lesser men would have given up by now. But not us. Hope still remain, in our hearts and in our minds. Today, hope came in the form of a letter: an offer from the US government to join the glorious Union! Already, the troops are coming to take over our forts, on their way to Mexico, and senators in Washington are congratulating themselves. They have no doubts as to our answer and it seems like our destiny is already written.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA110062;We gladly accept.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTB110062;Never! The Bear shall stand!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTC110062;Propose a compromise.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110063;California agreed to join the Union!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110063;Our letter was received today with cheer and joy in California as our brethren officially accepted the offer we sent before singing to the glory of the Union. The troops are taking over the forts and militias are joining our battalions while the Mexican army flees before us! This calls for a toast: to our Manifest Destiny!;;;;;;;;;;;;x -EVT110063OPTA;Glorious!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110063OPTB;On second thought, let them be.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110064;California refused to join the Union!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110064;How dare they! Those we called our brothers declined our magnanimous offer to join us in glory! They called to their ridiculous flag, an absurd sense of "pride" for their barren lands, empty deserts and deadly mountains. This idiocy reveals what we should have realized a long time ago: they have become more Mexican than American! Thus, they shall share their fate. Our next move is obvious.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110064OPTA;Indeed.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110064OPTB;Let them be.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110065;The California Compromise;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110065;It seems like our brothers in California have become infatuated with the land... or the natives. Instead of making the right and obvious choice of accepting to join us in eternal glory, they came with a counter-offer. Ah! They want autonomy. They want the right to self-govern. They reject the federal government of Washington, a land they say, which is as far to them as Great-Britain was to our ancestors. This empty rhetoric is an obvious cover for ambitious and greedy local elites wanting to hoard power and wealth. Still, in the current situation, it could prove worthwhile... or not.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110065OPTA;It wasn't a question.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110065OPTB;Agree to a compromise.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110065OPTC;Let them be.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110053;Victorio is dead!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110053;Victorio was a fierce warrior and chief of the Warm Springs band of the Tchihendeh division of the central Apaches. For ten years, he and his band were moved to and left at least three different reservations, some more than once, despite his band's request to live on traditional lands. Wandering around the US-Mexico border, they were successful at raiding and evading capture by the military and even won a significant engagement at Las Animas Canyon before allegedly leading the Alma Massacre. In $YEAR$, while moving along the Rio Grande in northern Mexico, Victorio and his band were surrounded and killed by soldiers of the Mexican Army in the Tres Castillos Mountains, in Chihuahua. He was, by all accounts, one of the greatest Apache military strategists to have ever lived.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110053OPTA;He got what was coming!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110073;The Golden Stool;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110073;When the new colonial governor to Ghana arrived in Kumasi with a small force of $COUNTRY_ADJ$ soldiers, he decided to deliver a speech to the Ashanti leaders. Talking about the need for submission by the locals, he mentioned one of their most sacred objects, ending like this: 'Why have you relegated me to this ordinary chair? Why did you not take the opportunity of my coming to Kumasi to bring the Golden Stool for me to sit upon?'. Not understanding the significance of the stool, he clearly had no inkling of the storm his words would produce: the suggestion that he, a foreigner, should sit upon and defile the Golden Stool, the very embodiment of the Ashanti state, and very symbol of the Ashanti peoples, living, dead, and yet to be born, was far too insufferable for the crowd. Now it is up to us to clean his mess...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110073OPTA;What a nice trinket!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110073OPTB;Let them have it.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110081;The Paulet Affair;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110081;Captain Lord George Paulet had become captain of HMS Carysfort in 1841, serving on the Pacific Station of the Royal Navy. While stationing in Honolulu, he quickly found himself in the middle of a feud between the British Consul Charlton and the Prime Minister of Hawaii, an American named Judd. The former claimed that British subjects in the Islands were being denied their legal rights: thus, when Paulet arrived at Honolulu he requested an audience with King Kamehameha III, tensions quickly rose between the locals, their American allies and the British elites - especially after Paulet militarily occupied the Islands. Each side is now sending envoys to defend themselves in the courts and the eyes of the world.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110081OPTA;Support Paulet!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110081OPTB;Demand compensation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110081OPTC;Drop the case entirely.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110078;From Hell;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110078;Jack the Ripper is the best known name given to an unidentified serial killer generally believed to have been active in the largely impoverished areas in and around the Whitechapel district of London in $YEAR$. Attacks ascribed to Jack the Ripper typically involved female prostitutes who lived and worked in the slums of the East End of London whose throats were cut prior to abdominal mutilations. The removal of internal organs from at least three of the victims led to proposals that their killer had some anatomical or surgical knowledge. The "From Hell" letter received by George Lusk of the Whitechapel Vigilance Committee included half of a preserved human kidney, purportedly taken from one of the victims. The public came increasingly to believe in a single serial killer known as "Jack the Ripper", mainly because of the extraordinarily brutal character of the murders and because of media treatment of the events.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110078OPTA;Grim news.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110079;Jack the Ripper Caught!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110079;It was one of the Physicians-in-Ordinary to HM Queen Victoria, Sir William Withey Gull, 1st Baronet of Brook Street. It comes as a shocking news and a blow to the prestige of the Crown, but the evidences are undeniable. It seems the crimes could even lead to a higher conspiracy in the government incriminating the Freemasons! Some state that Gull caught syphilis in the West Indies while touring the world in his late teens and it was this illness that brought on a state of insanity which led to the murders. We have to know the end of this story!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110079OPTA;My congratulations to Scotland Yard!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110079OPTB;This is not getting out of this room.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110074;Coronation of Pedro II;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110074;Dom Pedro II, nicknamed 'the Magnanimous', was the second ruler of the young Empire of Brazil. Born in Rio de Janeiro, he was a member of the Brazilian branch of the House of Braganza. His father's abrupt abdication and departure to Europe in order to restore his daughter on the throne of Portugal left a five-year-old Pedro II as Emperor and led to a grim and lonely childhood and adolescence. Still, he grew into a man with a strong sense of duty and devotion toward his country and his people -- on the other hand, he was increasingly resentful of his role as monarch. Inheriting an Empire on the verge of disintegration, he turned it into an emerging power with an important economic growth, distinguished from its neighbors on account of its political stability. Still, despite its overwhelming popular support, Pedro II quickly became weary of emperorship and despaired over the monarchy's future prospects.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110074OPTA;Long live!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110075;The death of Pedro II;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110075;The support for the monarchy remained overwhelming in the country and none ever dreamed of having it otherwise. Pedro II was as popular as ever, a father for each of his citizens. Still, letters he wrote reveal a man grown world-weary with age and having an increasingly alienated and pessimistic outlook. His last couple of years were lonely and melancholic and his health had considerably worsened. One day in $YEAR$, while residing in Paris, he caught an infection that progressed quickly into pneumonia Pedro rapidly declined and died surrounded by his family. His last words were 'May God grant me these last wishes—peace and prosperity for Brazil!'. While the body was being prepared, a sealed package in the room was found, and next to it a message written by the Emperor himself: 'It is soil from my country, I wish it to be placed in my coffin in case I die away from my fatherland.';;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110075OPTA;He will be missed.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110075OPTB;Maybe we should abolish the monarchy.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110056;The H. L. Hunley;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110056;The H. L. Hunley was one of the first submarine built by the CSA, but named and mostly financed after its main inventor, Horace Lawson Hunley. It played a small but symbolic part in the American Civil War by demonstrating the advantages and dangers of undersea warfare. She was the first combat submarine to actually sink a warship, which was an important step in the naval arms-race going on at the time: indeed, the Yankees had also developed their first submarine, the USS Alligator, while the Confederation had already lost two prototypes. Our advisors believe that may be what gives us the vital edge we were looking for, especially against blockades. Shall we support the project?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110056OPTA;Give them more than they estimated.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110056OPTB;Give them the amount estimated.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110056OPTC;Give them less than they estimated.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110056OPTD;We have more urgent affairs.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110057;The H. L. Hunley - Success!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110057;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers successfully navigated the waters and aimed to reach the blockade. There, they spotted the USS Housatonic and began their approach. While the Yankees did see them, they were unable to fight back and the Hunley launched its torpedo swinging in the flank of the 1,260t vessel, sinking it in less than five minutes. The men then set for home and narrowly made it. Thus, the Hunley became the first submarine ship to successfully sink an enemy boat, marking History forever.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110057OPTA;Nothing can stop the Dixie spirit!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110058;The H. L. Hunley - Mixed results...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110058;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers successfully navigated the waters and aimed to reach the blockade. There, they spotted the USS Housatonic and began their approach. While the Yankees did see them, they were unable to fight back and the Hunley launched its torpedo swinging in the flank of the 1,260t vessel, sinking it in less than five minutes. The men then set for home but sadly could not make it. Some think it got unintentionally rammed, others that the crew miscalculated the amount of oxygen needed. Still, the Hunley became the first submarine ship to successfully sink an enemy boat, marking History forever.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110058OPTA;Progress is built on failure.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110059;The H. L. Hunley - Failure.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110059;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers still tried to navigate the waters and aimed to reach the blockade. They probably should not have as the Hunley proved to be their watery tomb: a few hundred meters off the shore and the ship sank like a rock, taking the crew down with it. It is now lost, God knows when it will turn up again. Not only did we lose brave men but we are mocked worldwide as fools!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110059OPTA;I knew it! Do not trust loony adventurers!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110050;Demokrasi Terpimpin;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110050;Guided Democracy was the political system in place in Indonesia until the New Order began. It was the brainchild of President Sukarno, and was an attempt to bring about political stability. He believed that Western-style democracy was inappropriate for Indonesia's situation. Instead, he sought a system based on the traditional village system of discussion and consensus, which occurred under the guidance of village elders. Sukarno proposed a threefold blend of nasionalisme ('nationalism'), agama ('religion'), and komunisme ('communism') into a co-operative 'Nas-A-Kom' government. This was intended to appease the three main factions in Indonesian politics — the army, Islamic groups, and the communists. With the support of the military, he proclaimed, 'Guided Democracy' - western-style parliamentary democracy was thus finished in Indonesia until the Reformasi era.;;;;;;;;;;;;x -EVT110050OPTA;Yes! On with Nas-A-Kom!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110050OPTB;No! The Republic must thrive!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110050OPTC;Everything is fine as is.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110051;Konfrontasi;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110051;Konfrontasi was a violent conflict that stemmed from Indonesia's opposition to the creation of Malaysia, the amalgamation of the Federation of Malaya, Singapore and the British protectorates of North Borneo and Sarawak. The confrontation was an undeclared war with most of the action occurring in the border area between Indonesia and East Malaysia on the island of Borneo, also known as Kalimantan. Initial Indonesian attacks into East Malaysia relied heavily on local volunteers trained by the Indonesian Army before launching an expanded campaign of operations into West Malaysia. What should we do?;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110051OPTA;We should seek appeasement.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110051OPTB;Kalimantan is rightfully ours.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110051OPTC;The Malays should all be part of Indonesia!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110054;The Adventures of Pinocchio;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110054;Le avventure di Pinocchio is a novel for children written in Florence by Italian author Carlo Collodi. The first half was originally a serial in 1881 and 1882, and then later completed as a book for children in February 1883. It is about the mischievous adventures of an animated marionette named Pinocchio and his father, a poor woodcarver named Geppetto. It is considered a canonical piece of children's literature and has inspired hundreds of adaptations, from new editions or stage plays to movies, and has been translated in over 240 languages worldwide, making it among the most widely read books ever written.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110054OPTA;A fine tale for children! And only for children.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME100019;The $FROMCOUNTRY_ADJ$ Column;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC100019;$FROMCOUNTRY_ADJ$ envoys have arrived in $CAPITAL$ with a message from the $FROMCOUNTRY_ADJ$ government. They demand that we surrender Geok Tepe, Ashkhabad and that we forfeit our claims over Turkestan. They demand immediate and irrevocable recognition of $FROMCOUNTRY_ADJ$ sovereignty over Turkmenia and all of Turkestan. The envoys tell us of the existence of a column of $FROMCOUNTRY_ADJ$ soldiers advancing towards Ashkhabad to enforce these demands and they threaten us with war lest we accept their conditions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT100019OPTA;We cannot risk war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT100019OPTB;Decapitate the envoys and mount their heads at the gates of Ashkhabad.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16459;The Dust Bowl;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16459;After fairly favorable climatic conditions in the 1920s with good rainfall and relatively moderate winters, which permitted increased settlement and cultivation in the Great Plains, the prairies region in $COUNTRY$ entered an unusually dry era in the summer of $YEAR$. During the drought of the 1930s, the unanchored soil turned to dust, which the prevailing winds blew away in huge clouds that sometimes blackened the sky. These choking billows of dust – named "black blizzards" or "black rollers" – traveled cross country, reaching as far as the East Coast and striking such cities as New York City and Washington, D.C.\nOn the Plains, they often reduced visibility to 1 meter (3.3 ft) or less. Already hundreds of people are packing up to move and many wait, their gazes directed to $CAPITAL$ to see what will be the government's response.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16459;They are on their own.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16459;We will found a new agency, the Soil Conservation Service, to fight this calamity.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16190;Border Ruffians;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16190;The flames lick the log cabins and wooden houses, throwing a queer orange glow up at a starry night sky, only slightly obscured by the plumes of smoke billowing up from the town. He rides down Main Street, with strange shadows dancing about him as he goes. 'Come out, come out, wherever you are!', he screams. Far away in the city, gunshots echo against the screams of dying men. Border Ruffians, intent on making a few states into slave-states, have crossed the border and raided a small outlaying settlement in the territory.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16190;Grim news.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16190;Enact an ordinance to stop them.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16200;Bleeding $STATENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16200;Border Ruffians and Free-Staters are skirmishing over the issue of slavery in $PROVINCENAME$, and the events have started to rack up a death toll. The conflicts will be known to posterity as Bleeding $STATENAME$, raising national awareness over the slavery issue.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16200;A black day, but at least Free-Staters won.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16200;A black day, but at least the so called "Border Ruffians" won.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16180;Free Staters;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16180;During the most intense days of the slavery debate, some abolitionists organized emigration to the territories of Kansas and Nebraska in order to prevent these territories from being admitted into the Union as slave-states. The theory of popular sovereignty held that a democratic vote in the state would decide on whether the state should be constituted as slave or free. These abolitionists were called Free Staters, and some of them have now turned up in a few states.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16180;Let them settle.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16180;Enact an ordinance to stop them.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16150;Copperheads;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16150;The 'Copperheads' were a group of Democrats in the Northern United States who, during the Civil War, opposed the war, and favored a peace settlement with the South. The moniker came originally from Unionists likening them to poisonous snakes, but it soon struck home with the Copperheads themselves. While there is no war yet, there is staunch resistance to abolitionism within some democratic circles in a few states. Stepping up the local political campaigning could probably neutralize them, but only at the cost of offending southern sentiments.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16150;We have more important concerns.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16150;Debate them at every opportunity.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16140;Underground Railroads;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16140;The Underground Railroad was an informal network, run by abolitionists of varying creeds and colors, dedicated to helping slaves escape from the southern slave-states to freedom in the North. We have every reason to believe that a few states recently developed into a hotbed of Railroad activity. We could put pressure on local politicians to combat their activities, but only at the risk of stirring up abolitionist sentiments in the North.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16140;Leave it be.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16140;Shut it down.;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16120;Abolitionist Pamphlets;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16120;An extensive tract, describing the purported unconstitutionality of slavery, is being widely disseminated in a few slave states. Allowing its continued circulation might upset the lower classes -- where it has seen its widest circulation -- but attempting to curtail distribution will definitely be regarded as an attack on freedom of speech, which will anger the districts big-wigs. Shall we try to curtail the distribution?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16120;Nay!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16120;Aye!;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16130;Fugitive Slave;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16130;Where am I!?', he wakes up screaming. Upon being told that he was found collapsed just a few yards north across from the state border, he starts laughing. It's a calm laugh, interrupted only by the occasional cough. - Oh merciful Lord, I'm in a free state!' The man is a slave, escaped from some or other plantation down South of Mason-Dixon. He's wounded, but still alive. What perils he has suffered on his way to the free state, only the good Lord knows. Federal law mandates that he be returned to his owner.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16130;The law is the law.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16130;He stays free.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16100;American Anti-Slavery Society;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16100;Founded in 1833, the American Anti-Slavery Society was an organization on the forefront of the American abolitionist movement. With notable members such as Frederick Douglass and Abby Kelley Foster, the society organized meetings, speakings and even published a weekly newspaper between 1840 and 1870, all with the aim of abolishing slavery in the United States. The society has now opened a charter in a few new states. We could attempt to prevent the charter from forming, but that would be perceived as an assault on our republican traditions.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16100;Leave them be.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16100;Suppress the society.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16090;Knights of The Golden Circle;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16090;A secret society dedicated to promoting perceived southern interests in the United States, by the expansion of slavery, The Knights of The Golden Circle have established a chapter in new states. We could attempt to suppress the society, but that would be perceived as an assault on our republican traditions by the local populace.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16090;Leave them be.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16090;Suppress the society.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16070;Fire-Eaters;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC16070;It has put at rest, forever, all the agitating questions relating to our peculiar institution.'\n\nHis words are soft-spoken, but carry an inner flame of righteous anger directed at anyone and anything he deems as threatening the institution of slavery. 'Fire-Eaters', radical pro-slavery agitators, have appeared in some Dixie states.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTOPTA16070;All men were created equal...;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTOPTB16070;Never were truer words spoken!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME16030;A Southern Belle;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16030;Clad in her white dress, strolling down the streets, her radiance, nobility, and simple beauty turns heads. Speaking, her gentleness, kindness, hospitality and accent -- all draped in the flavors of magnolias, soft cotton and southern verandahs -- do the same. Virtue, honor, and dignity in manifest form, such are the women of the South. A toast, to Dixie!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA16030;To our knights!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB16030;To southern labour!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME1010034;Enclosures;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC1010034;Enclosure is the legal process of enclosing a number of small landholdings to create one larger farm. Once enclosed, use of the land became restricted to the owner, and it ceased to be common land for communal use. This results in less land for the people to cultivate. This, coupled with overpopulation in Ireland, contributed much to poverty in the island.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVT1010034OPTA;Ok.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME38506;The End of Slavery in Zanzibar;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC38506;In the mid-19th century as many as 50,000 slaves passed annually through Zanzibar's port. The city was a bustling center of slave trade, acting as a hub of the east African slave trade. However, the richness and the money slave trade brought to Zanzibar faded away as slavery was outlawed in $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVT38506OPTA;It's for the best.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME315004;How I Found Livingstone;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC315004;Our hearts and our feelings are with our eyes, as we peer into the palms and try to make out in which hut or house lives the white man with the gray beard we heard about on the Malagarazi (...) We are now about three hundred yards from the village and the crowds are dense about me. I pushed back the crowds and walked down a living avenue of people until I came in front of the semicircle of Arabs, in the front of which stood the white man with the gray beard. As I advanced slowly toward him I noticed he was pale, looked wearied, had a gray beard, wore a bluish cap with a faded gold band round it, had on a red-sleeved waistcoat and a pair of gray tweed trousers. I would have run to him, only I was a coward in the presence of such a mob, - would have embraced him, only, he being an Englishman, I did not know how he would receive me, so I did what cowardice and false pride suggested was the best thing, - walked deliberately to him, took off my hat, and said:;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTOPTA315004;Dr. Livingstone, I presume?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME60150;The End of Female Suffrage;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC60150;"I am here as a soldier who has temporarily left the field of battle in order to explain - it seems strange it should have to be explained - what civil war is like when civil war is waged by women. I am not only here as a soldier temporarily absent from the field at battle, I am here - and that, I think, is the strangest part of my coming - I am here as a person who, according to the law courts of my country, it has been decided, is of no value to the community at all and I am adjudged because of my life to be a dangerous person, under sentence of penal servitude in a convict prison."\nThe Suffragettes once again protest in the streets, this time against the $COUNTRY_ADJ$ suppression of political rights. The right of voting they fought for is moot, as now no one can vote.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTOPTA60150;Get back in the kitchen!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME90950;The $FROMCOUNTRY_ADJ$ Nationalization Program;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC90950;"In these decisive days in the history of mankind, these days in which truth struggles to have itself recognized in the international chaos where powers of evil domination and imperialism have prevailed, $FROMCOUNTRY$ stands firmly to preserve its sovereignty and its dignity against imperialistic schemes of a number of nations who have uncovered their desires for domination and supremacy. In these days and in such circumstances $FROMCOUNTRY$ has resolved to show the world that when nations decide to preserve their sovereignty, they will do that all right and that when these nations are fully determined to defend their rights and maintain their dignity, they will undoubtedly succeed in achieving their ends."\nA spokesperson of the $FROMCOUNTRY_ADJ$ government announced the nationalization of all foreign investments in the country. Great Powers and investors demonstrated their outrage at their decision and some in our own government are calling for harsh measures to set an example.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA90950;$COUNTRY_ADJ$ investments need to be protected.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB90950;We respect $FROMCOUNTRY_ADJ$ sovereignty.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME90909;The Liaodong Lease;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC90909;$FROMCOUNTRY_ADJ$ diplomats approached us proposing the lease of the Liaodong Peninsula - more specifically, Lüshun or as is known in the West, Port Arthur - for the construction of a military base and railroads. It's a small area and it may be best to just lease it to them, as the $FROMCOUNTRY_ADJ$ government doesn't look like it will handle a refusal pacifically.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT90909OPTA;We don't want to anger our $FROMCOUNTRY_ADJ$ friends, do we?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT90909OPTB;They will have to take it from our cold, dead hands.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME70002;$FROMCOUNTRY$ Goes Bankrupt!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC70002;"Wave after wave of selling again moved down prices on the Stock Exchange today and billions of pounds were clipped from values. Traders surged about brokerage offices watching their holdings wiped out.... It was one of the worst breaks in history.... For a time, in the morning, the market was showing signs of rallying power.... Then new waves of selling out of poorly margined accounts started another reaction..."\n\n$FROMCOUNTRY$ has gone bankrupt and defaulted on all their debts. We must use our military might if we want to safeguard our investors.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA70002;The $FROMCOUNTRY_ADJ$ better pay their debts.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME70003;$FROMCOUNTRY$ Defaults in Defiance of our Military!;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC70003;"I pledge you, I pledge myself to a new deal for the $FROMCOUNTRY_ADJ$ people. Let us here assembled constitute ourselves prophets of a new order of competence and courage. This is more than a political campaign, it is a call to arms..."\n\nA spokesperson of the $COUNTRY_ADJ$ government was quoted saying as the matter of the $FROMCOUNTRY_ADJ$ debt exploded in the press. They went bankrupt again, defying previous treaties and now there's talk of military intervention to make sure we will get paid.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA70003;We are ready to move from the conference to the battlefield table.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME70004;$FROMCOUNTRY$ Defaults!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC70004;"Any lack of confidence in the economic future of $FROMCOUNTRY$ is foolish", the $FROMCOUNTRY_ADJ$ ruler was quoted as saying, "I do not believe that the power and the duty of the $FROMCOUNTRY_ADJ$ Government ought to be extended to the relief of individual suffering.... The lesson should be constantly enforced that though the people support the Government, the Government should not support the people."\n\nAs the $FROMCOUNTRY_ADJ$ defaults on their debts, the civil servants and the economy are suffering greatly from austerity measures. They owed us some money when they defaulted but since the amount is small, we wouldn't normally take any action. We can choose to act, but not forgiving such a small debt will get some worried and angry reactions from the Great Powers.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA70004;$FROMCOUNTRY$ better pay their debts from now on.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB70004;We will have our money back.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTC70004;Issue an official declaration forgiving their debt.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME36980;The $FROMCOUNTRY_ADJ$ Seize the Canal;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36980;In a takeover organized by $FROMCOUNTRY_ADJ$ investors and the $FROMCOUNTRY_ADJ$ government, one $COUNTRY_ADJ$ Canal company was seized from us.;;;;;;;;;;;;;;;;;;;;;;x; -EVT36980OPTA;Damn $FROMCOUNTRY_ADJ$ vultures!;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME6016813;The $COUNTRY_ADJ$ Regime;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC6016813;While our liberators have a theocratic government, our people would never accept this kind of rule and a more secular government was put in charge.;;;;;;;;;;;;;;;;;;;;;;x; -EVT6016813OPTA;It's for the best.;;;;;;;;;;;;;;;;;;;;;;x; -EVTNAME36898;The Ascension of Queen Victoria;;;;;;;;;;;;;;;;;;;;;;;x; -EVTDESC36898;Today, in the year of our Lord $YEAR$, William the Fourth, by the Grace of God, King of the United Kingdom of Great Britain and Ireland, Defender of the Faith, died in Windsor Castle. As he had no living legitimate children, Princess Victoria of Kent, William's niece, found herself ruling one of the Great Powers and the biggest colonial empire in Europe. Her coronation is scheduled for the 28th of June, 1838, when princess Alexandrina Victoria of House Hanover will officially ascend to the throne of the United Kingdom of Great Britain and Ireland as 'Queen Victoria'. Her reign, which would last even a few years into the 20th century, would later be remembered as the absolute zenith of the British Empire, upon which the sun never set. The last British Monarch of the House of Hanover, her ascension also marked the end of the personal union between Britain and Hanover which, under Salic Law, excludes women from inheritance. Her uncle became King Ernest Augustus I of Hanover. Today a jubilant crowd in London has escorted the young Queen Victoria to her residence in the newly reformed Buckingham Palace.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986518;The Albania Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986517;The Bosnia Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986516;The Montenegro Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986515;The Southern Serbia Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986514;The Macedonia Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986513;The Dobrudja Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986512;The Bulgaria Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986511;The Eastern Rumelia Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986510;Eastern Macedonia and the Aegean Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986508;The Thessaly Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC986508;The $FROMCOUNTRY_ADJ$ government approached us with a proposal: to settle our borders and to try and end our long time animosities, to avoid any future confrontations, we should sign a treaty of friendship and exchange our rightful populations, supporting them in their resettlement and guaranteeing no harm may befall then.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986509;The Southern Macedonia Population Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT986508OPTA;It's time for them to come home.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT986508OPTB;No deal, $COUNTRY_ADJ$ are living in their rightful lands.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME29904;Mechanized Mining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC29904;Mother! Mother! Father says that they've got new tools in the mine!'\n\nWith the invention of machine tools, and the introduction of dynamite, and with it the ability to dig deeper into the mine shafts than ever before, mines are slowly being fitted with new and efficient tools to aid the excavation of the slumbering riches below the surface. Mine efficiency and size has been increased in $STATENAME$ on account of this.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME29901;Conveyor Belts and Excavators;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC29901;Mother! Mother! Father says that they've got new tools in the mine!'\n\nWith the invention of conveyor belts, excavators and rock drills, the ability to dig deeper into the mine shafts than ever before, mines are slowly being fitted with new and efficient tools to aid the excavation of the slumbering riches below the surface. Mine efficiency and size has been increased in $STATENAME$ on account of this.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME29900;The First Tractor in $STATENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC29900;Mother, mother! Old man Johnson has bought a new machine! It can plough, pull, tear, move, and you can ride on it! He says it's called a 'tractor'!'\n\nThe advent of the tractor in $PROVINCENAME$ has led to a revolution in local agriculture, with farm output increasing on a scale unfathomable a mere generation ago. Truly, the boons of industry are good unto $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME971200;Coffee Rust in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC971200;A devastating disease is quickly spreading through $PROVINCENAME$ coffee plantations. Nicknamed 'Devastating Emily' but popularly known as coffee rust, how the disease reached $PROVINCENAME$ or where it came from remains unknown. The coffee leaves are quickly covered by a orangeish or yellowish powder - giving the disease its 'rust' name - and soon the plant dies. With entire plantations destroyed, the farmers are changing their crops to other cash crops to avoid going out of business.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT971200OPTA;At least they will turn a profit again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90959;$COUNTRY_ADJ$ Military;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90959;"We don't need the foreign barbarians trade, technology or friendship. We are good on our own and their influence will only corrode and corrupt our society."\n\n A $COUNTRY_ADJ$ general was quoted saying during a top military meeting. Regardless of his opinion, at this time the $COUNTRY_ADJ$ military is under reformation to adopt more western methods and technologies. If we have an isolationist policy, then we won't be able to fully test, research and take advantage of the western methods. We will be unable to apply our experiences with these new reforms back as research as these reforms will be frowned upon and looked as inferior, despite their effectiveness, a necessary evil for the protection of our country.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA90959;The die is cast.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90908;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC90908;The $FROMCOUNTRY_ADJ$ governments claim that the old Treaty of Friendship and Commerce is null and void, be it by we breaking the treaty or by them claiming that they never agreed to "perpetual occupation and government" of Macao. They sent us an ultimatum asking for the Macao back or to face strained relations and possibly war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90908OPTA;We have no choice but comply.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT90908OPTB;They will have to take it from our cold, dead hands.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME15250;The $PROVINCECULTURE$ Rite;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC15250;Up until now, $PROVINCECULTURE$ priests and teachers in $PROVINCENAME$ have been allowed to conduct religious and educational services in their own tongue. This generosity on our part has apparently been excessive, since the privilege has been used to spread anti-$COUNTRY_ADJ$ propaganda among the $PROVINCERELIGION$ congregations and schools in $PROVINCENAME$. We could issue an edict to the effect that all religious and educational services must be rendered in the official language of the state, but this will exasperate the clergy and the intellectuals. Should we?;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA15250;Suppress the $PROVINCECULTURE$ rite.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB15250;Leave the issue be.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME15040;The Professor;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC15040;And let the $COUNTRY_ADJ$ know that we do not sit idly by while they cull the students out of our institutions.'\n\nA local professor in $PROVINCENAME$ has been preaching national resistance against our rule, and he is but a symptom of a broader disease. In fact, much of the $PROVINCENAME$ intellectuals have been acting uppity lately.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA15040;Control the intellectuals through legislative means.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB15040;Get rid of the worst troublemakers.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME90907;The Sino-$FROMCOUNTRY_ADJ$ Treaty of $CAPITAL$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC90907;For the administration of Macao, the $FROMCOUNTRY_ADJ$ government owe us several duties: payment of rent, customs and authorization for a $COUNTRY_ADJ$ official to inspect shipments and collect taxes. All these duties have been long overdue. The $FROMCOUNTRY_ADJ$ refuses to meet their obligations and agreed terms. Today a $FROMCOUNTRY_ADJ$ envoy arrived in $CAPITAL$ offering a treaty of friendship and commerce that, if signed, would remove several of these obstacles and duties for the $FROMCOUNTRY_ADJ$ government. The main points of such a treaty would be the confirmation of Macao's "perpetual occupation and government" by the $FROMCOUNTRY_ADJ$ government, which is a disputed translation with our officials, and $FROMCOUNTRY$'s promise never to alienate Macao and dependencies without a previous agreement with us. Signing it means making a friend in Europe but not signing it might mean making some enemies.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT90907OPTA;It's just a small village anyway.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT90907OPTB;We will not be bullied in an unequal treaty.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME2570;$COUNTRY_ADJ$ Living Space!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC2570;$MONARCHTITLE$, the military high command has devised a cunning plan to increase the size of the $COUNTRY_ADJ$ living space through military conquest. By staging a military incident with one of our neighbors, we can make our people and the world believe that we are under attack, and the resulting military occupation and annexation of a neighboring country always look that much better when you are not perceived as the aggressor. Shall we go ahead with the plan? Shall we send our armies sweeping forth across the continent? Shall we spread terror and unheard of horrors to our enemies? Shall we...;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -DISABLE_UNIT_TECH;Disables;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME6016812;The Commissioned $FROMCOUNTRY_ADJ$ Warship Arrives;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC6016812;"The ship is built partly of iron and partly of steel, completely belted with 360mm of armor, with a 380mm backing, and has the central battery armored with plates of 240mm in thickness. The engines are two in number, horizontal, and of the compound two cylinder type, developing a horsepower of 6,071, which on the trial trip gave a speed of 14.66 knots. Five hundred and ten tons of coal are carried in the bunkers, which at a speed of 10 knots should enable the ship to make a voyage of 2,800 nautical miles. The offensive power of the ship consists of seven breech-loading rifled guns of 27 centimeters, weighing 24 tons each, six breech-loading rifled guns of 14 centimeters and machine guns of the Hotchkiss systems. Four of the 27 centimeters are in the central battery, two on each broadside and three on the upper deck in barbettes, one on each side amidships and one aft."\n The warship we commissioned is ready and arrived in one of our naval bases.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT6016812OPTA;A fine addition for our navy.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME955201;The Luhonono Purchase;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC955201;The $FROMCOUNTRY_ADJ$ government approached us with a proposal to buy Luhonono so they can annex it to $COUNTRY_ADJ$ Namibia. The small strip of land isn't densely population nor does it hold any vital resources, so selling for the money or even as an act of goodwill is an option.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955201OPTA;We agree to their terms.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955201OPTB;Our lands are not for sale.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME955200;Conquest of Luhonono;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC955200;As part of our African colonies Luhonono, as the natives call a small strip of land north of Tswana territory, would be of vital importance for our access to the heart of Africa. As other powers encroach the region, the best move would be to quickly occupy the strip of land to guarantee our access to the untold riches of the dark continent.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955200OPTA;Nothing will hinder our colonization efforts.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME49518;The Treaty of Simulambuko;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC49518;With the colonial powers of Europe having met at the Congo Conference to decide the orderly division of the African continent, pressure for $FROMCOUNTRY$ to occupy the lands they laid claims to built up. Their diplomats have been in close contact with the princes of Cabinda and with additional urging they were able to conclude a treaty forcing the Kongolese to surrender it over their Angolan claims. Under the Conference's principle of effective occupation, the land they took is theirs by right. They did violate our sphere by negotiating directly with the Congo though, so that could be used as a justification to retaliate.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT49518OPTA;It's not a big deal anyway.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT49518OPTB;We will make sure they won't be able to violate our sphere again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB10330;Let the boys in blue have their way with these fomenters of revolution.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC81002218;The Convention regarding the Organization of the Statute of the Tangier Zone has decided that Tangier shall be made an international zone, ruled by the sultan of Morocco as a neutral and demilitarized zone. We, however, currently hold Tangier and the great powers are urging us to abide to the Convention's decision.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA81002218;We will abide.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB81002218;They will have to take it from our cold, dead hands.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -agreed_to_tangier_protocol;Agreed to the Tangier Protocol;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME81002217;The Tangier Protocol Fails;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC81002217;In $YEAR$, the great powers of Europe assembled together to decide the fate of Morocco and its sultan with the Tangier Protocol. The $COUNTRY_ADJ$ government proposed the creation of a 373-square-kilometer international, neutral and demilitarized zone centered on the city of Tangier and temporal powers and jurisdiction of the natives to the Moroccan sultan. However, negotiations broke down and no consensus could be reached. There are doubts if the proposal was outright reject, if it couldn't find enough supporters or if it was shelved but the fact remains that the Tangier Protocol is dead in the water, a great blow to $COUNTRY_ADJ$ diplomacy.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA81002217;A waste of diplomatic effort.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME81002216;The Tangier International Zone;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC81002216;In $YEAR$, the great powers of Europe assembled together on the initiative of $COUNTRY$ and decided the fate of Morocco and its sultan with the Tangier Protocol. It was decided that a 373-square-kilometer international, neutral and demilitarized zone centered on the city of Tangier was to be created. The sultan of Morocco was given sovereignty and jurisdiction over the native population. Thus, the great powers hoped that the current conflicts over Morocco would end.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA81002216;The Sultan shall reign once more.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME81002215;The Tangier Protocol;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC81002215;The Tangier Protocol, formally known as the Convention regarding the Organization of the Statute of the Tangier Zone, is a diplomatic proposal over the fate of Sultan of Morocco and Tangier brought forward by the $FROMCOUNTRY_ADJ$ government. The proposal is to create a 373-square-kilometer international zone centered on the city of Tangier, North Africa under the joint administration of the signatory countries, with the Sultan of Morocco retaining sovereignty over the zone and jurisdiction over the native population. Tangier is to be made a neutral demilitarized zone to solve disagreements between the great powers on who should control it.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA81002215;We agree to the proposal.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB81002215;It doesn't suit our interests.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME111100;The $FROMCOUNTRY_ADJ$ Demands;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC111100;The $FROMCOUNTRY_ADJ$ approached us with an outrageous demand: we are to surrender the entire Albanian territory so their Yugoslavian allies can have more power. They are asking us nicely this time, but refusing them can mean war.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT111100OPTA;We have no choice but to abide.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT111100OPTB;They will take it from our cold, dead hands.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME97120;Unification of Laos;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC97120;The Lao people have been called to unite under a single banner.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97120OPTA;We will answer the call!;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97120OPTB;We will remain independent.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME955191;Revolution in $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC955191;With the end of the $COUNTRY_ADJ$ monarchy, the fate of the Congo as the old king private possession is now uncertain. There are several bills in the Upper House about its destiny, from annexation as a colony to letting them be free. The Great Powers are not sure how to proceed as the Conference recognized the old monarch as the ruler of the Congo but our close ties and already de facto administration of it gave us a prime position in deciding its fate.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT955191OPTA;We will run it as a colony.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT955191OPTB;We will continue the philanthropic work.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT955191OPTC;Let them be free.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME955190;Civilizing Congo;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC955190;The $COUNTRY_ADJ$ $MONARCHTITLE$ kept his word and the Congo was ran as a philanthropic and humanitarian endeavor. He drove the slavers from the Congo basin, helped the natives modernize and civilize, he kept the Congo open for trade with all the nations. A few abuses were reported here and there, but this was usually passed as corruption or power abuse. The $MONARCHTITLE$ was never involved or held liable for those. This situation, however, led to the Great Powers closely watching the Congo and an international recognition of the Congo right to exist. This means that colonizing the Congo is a path that we can no longer trail.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT955190OPTA;Our work in the Congo is almost done.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME955189;The Congo Colony;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC955189;In direct violation of his promises of free trade within the CFS under the terms of the Congo Treaty, not only had the State become a commercial entity directly or indirectly trading within its dominion, but also the $COUNTRY_ADJ$ $MONARCHTITLE$ had been slowly monopolizing a considerable amount of the ivory and rubber trade by imposing export duties on the resources traded by other merchants within the CFS. Despite all that, improvements in the Congo had been made and there was no over exploitation of the natives. Running the risk of corporations causing a humanitarian disaster because of over exploitation, the $COUNTRY_ADJ$ upper house decided, in a move coordinated and approved by other Great Power, to remove the $MONARCHTITLE$ as the sole personal ruler of the Congo and put it under control of $COUNTRY$ with all the legal institutions and guarantees that came with it. The corporations and the $MONARCHTITLE$ will be throughly compensated for the change.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT955189OPTA;A new era begins for the Congo.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC955188;'The baskets of severed hands, set down at the feet of the European post commanders, became the symbol of the Congo Free State. The collection of hands became an end in itself. Soldiers brought them to the stations in place of rubber, they even went out to harvest them instead of rubber... They became a sort of currency. They came to be used to make up for shortfalls in rubber quotas, to replace... the people who were demanded for the forced labour gangs, and the soldiers were paid their bonuses on the basis of how many hands they collected.' The mass-deaths in the CFS became a cause célèbre in $YEAR$. The Congo reform movement led a vigorous international movement against the maltreatment of the Congolese population. The $COUNTRY_ADJ$ $MONARCHTITLE$ offered to reform his regime, but international opinion supported an end to the $MONARCHTITLE$'s rule and finally, yielding to international pressure, the Upper House of $COUNTRY$ annexed the Congo Free State in $YEAR$.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME14670;The Heart of Darkness;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC14670;'And it was only when I saw how they treated them... that I. There was this one child, I remember him well. Eight... nine, maybe. They all had quotas for how much to pick each day, and that one day. He didn't fulfill his. Don't ask me why. I... his hands...!'\n\n$COUNTRY$ is in shock, as a major European newspaper published a report today on the conditions in one of her colonies. Brutal mistreatment of natives, corporal punishment and repeated instances of bodily mutilation have all been established means of maintaining the colonial order in the colony, in mines and on plantations, which have all been kept outside the influence of the Colonial Office through an elaborate system of bribes and corruption.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA14670;$COUNTRY$ apologizes for nothing.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB14670;We accept full responsibility for the wrongs committed.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME955187;Statesmanship in the Congo;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC955187;As the Congo is the private property of the $COUNTRY_ADJ$ $MONARCHTITLE$, we need to decide every three years how the country will be run for the next three years. Being too lenient and using it solely for philanthropic work might cement the country's destiny as a civilizing experiment, forever barring it from being a colony. Pushing the natives to meet the production quotas, on the other hand, might lead to abuse that can give our opposition and the humanitarian organizations some ammunition against us. While that will not hinder any plans of colonizing the Congo, it will certainly affect our reputation in the eyes of the world. The optimal solution would be maintaining balance for long enough that the philanthropic excuse doesn't collapse at the same time that our imperialistic plans for the Congo slowly become recognized and legitimized. Unfortunately for that, running the Congo is a costly affair and can easily leave us with debt.;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955187OPTA;The Congolese WILL meet their production quotas.;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955187OPTB;We don't need to push them too hard.;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVT955187OPTC;A little philanthropic work never hurt anybody.;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME37707;Madoz's Confiscations;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC37707;In $YEAR$, needing cash for the state, the Minister of Public Wealth, Pascual Madoz, ordered the confiscation of all communal and public lands and this led to a greater degree of centralization of state power. Properties owned by municipalities, military orders, hospitals, hospices and casas de misericordia (charity homes) were confiscated and sold to raise funds for the State. The negative consequences were suffered not only by the agents of these institutions but by the poorer villagers, who used the municipal commons for their subsistence. When these lands were placed in private hands, they could no longer use them.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA37707;Confiscate because we need cash.;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTB37707;The people need those lands!;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTC37707;We shall find another way to get some money.;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME955186;The Congo's Destiny;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC955186;With the Berlin Conference coming to an end and the great powers moving in Africa according to the principle of effective occupation, the creation of the Congo Free State became a reality and the $MONARCHTITLE$'s dominance over it was internationally recognized. The $MONARCHTITLE$ pledged to suppress the East African slave trade, promote humanitarian policies, guarantee free trade within the colony, impose no import duties for twenty years and to encourage philanthropic and scientific enterprises. Beginning in $YEAR$, however, the $MONARCHTITLE$ began to issue a series of decrees that violated these conditions. It was first decreed that the State asserted rights of proprietorship over all vacant lands throughout the Congo. Afterwards, the rights of the Congolese were reduced in their land to native villages and farms, making nearly all of the CFS crown lands. We can continue these policies which will lead to an eventual annexation, revert them or simply take control of the CFS, dealing with the consequences.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955186OPTA;The Congo will be ruled as the $MONARCHTITLE$'s private property for our benefit.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955186OPTB;We don't need to keep the facade anymore, annex the Congo. Deal with the natives.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955186OPTC;The Congo Free State is a philanthropic endeavor.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955186OPTD;Onwards to $COUNTRY_ADJ$ Congo!;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT955186OPTE;Onwards to Bakongo's Congo!;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME955185;The Conference Ultimatum;;;;;;;;;;;;;x -EVTDESC955185;The Great Powers of the world, meeting during the Congo Conference, awarded the Congo to the International Association of the Congo, controlled by the $FROMCOUNTRY_ADJ$ ruler. They now demand that all of the agreed territory be passed on to the philanthropic organization, which includes some territory we currently control. Disobeying the will of the Conference might attract the anger of the Great Powers, while abiding for their will might leave us in their good graces.;;;;;;;;;;;;;x -EVT955185OPTA;We will abide to their deliberation.;;;;;;;;;;;;;x -EVT955185OPTB;They will have to take it from us.;;;;;;;;;;;;;x -EVTNAME19356;A War To End All Wars;;;;;;;;;;;;;x -EVTDESC19356;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.\n\n From now on a great war will allow a side that is clearly winning the ability to add even more wargoals;;;;;;;;;;;;;x -EVTOPTA19356;Gentlemen, all I ask for is war, a war so grand as to make Hell itself tremble;;;;;;;;;;;;;x -EVTDESC19356_NEWS_LONG;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.;;;;;;;;;;;;;x -EVTDESC19356_NEWS_MEDIUM;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.;;;;;;;;;;;;;x -EVTDESC19356_NEWS_SHORT;It has become increasingly clear that we have entered a new era of unprecedented warfare.;;;;;;;;;;;;;x -EVTNAME955184;The Congo Question;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC955184;During the Congo Conference, a 14-nation conference convened to submit the Congo question to international control and to finalize the colonial partitioning of the African continent. Most major powers attended the Congo Conference, and drafted an international code governing the way that European countries should behave as they acquired African territory. The conference, however, failed to recognize the International Association of the Congo's claims to the Congo and $COUNTRY_ADJ$ bids of humanitarian aid and philanthropic work fell to the pressures of economic interests and imperialism. The Great Powers of the world now scramble to, under the principle of effective occupation, acquire control over the Congo regions.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT955184OPTA;We urge them to reconsider.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME955183;The $COUNTRY_ADJ$ Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC955183;"$COUNTRY$ does not need a colony. Its citizens are not drawn towards overseas enterprises: they prefer to spend their energy and capital in countries which have already been explored or on less risky schemes... Still, you can assure His Majesty of my whole-hearted sympathy for the generous plan he had conceived, as long as the Congo does not make any international difficulties for us."\nThe $COUNTRY_ADJ$ Prime Minister has been quoted saying after European leaders officially recognized the $COUNTRY_ADJ$ $MONARCHTITLE$ control over the 2,600,000 km2 of the Congo Free State. In $YEAR$, thanks to the successful lobbying of businessman Henry Shelton Sanford at the $COUNTRY_ADJ$ $MONARCHTITLE$ request, the United States decided that the cessions claimed by the $COUNTRY_ADJ$ $MONARCHTITLE$ from the local leaders were lawful and recognized the International Association of the Congo's claim on the region, becoming the first country to do so. The Congo Conference officially recognized the International Congo Association and specified that it should have no connection with $COUNTRY$ or any other country, but would be under the personal control of the $COUNTRY_ADJ$ $MONARCHTITLE$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT955183OPTA;A great day for the $COUNTRY_ADJ$ people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME955182;The Congo Conference;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC955182;$FROMCOUNTRY$ called a conference, in the scope of the Congo Conference, on the future of the resource rich region known as the Congo. The $FROMCOUNTRY_ADJ$ ruler has set up a philanthropic organization - the International African Society and also the International Congo Society - and they are proposing to run the Congo region through it in an effort to bring civilization to the natives, to properly chart, research and explore the region and to improve the lives of the natives. The great powers of Europe have been called to vote and decide on the future of the Congo: if they will concede to $FROMCOUNTRY$'s wishes, if they deny their request or if they wish to abstain from the decision. If we agree, we will be obliged to surrender any territories we currently posses in the region. Any country that owns territory in the Congo will also be asked to respect the decision of the Conference - by force if not peacefully.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT955182OPTA;We will vote for $FROMCOUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT955182OPTB;We have our own plans for the Congo. We will vote against it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT955182OPTC;We don't wish to partake in this discussion.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME315003;The Scottish Resurgence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC315003;Ever since the independence of Scotland, more and more of our people take pride in their cultures, traditions and their roots. Every day people claim to be Scottish rather than something else and a full of revival of old traditions, cultures as well as the valorization of everyday cultural traditions are underway in our country. Not everyone is ready for this and this is causing some tensions in our country, but there are already a few centers of Scottish culture in Scotland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA315003;Hail Scotland!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME45104;Dominican War of Independence!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC45104;Rebels in the east of Haiti have seized the Ozama fortress and defeated the Haitian garrison in Santo Domingo. The rebels have declared the Dominican Republic's sovereignty restored and with it an end to Haitian rule. All government officials have been expelled from Santo Domingo at what looks to be the beginning of a Civil War that will determine the fate of Hispaniola.;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,, -EVTNAME45105;Plebiscite on Dominican Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC45105;The $MONARCHTITLE$ called a plebiscite on a possible annexation by $FROMCOUNTRY$ as a path to secure our freedoms away from Haiti and to join the prosperous country. The majority has spoken and 99.7% of the Dominican Republic wants this fusion.\n\nAt least that's the official version, it's widely known and accepted that the plebiscite was forged by the $MONARCHTITLE$ in an attempt to get rich off the more $FROMCOUNTRY_ADJ$ jingoistic politicians by selling off the Dominican Republic. The $FROMCOUNTRY_ADJ$ government seems to be in cahoots with him and intend to carry on with the facade as long as the plebiscite backs it up.;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVT45105OPTA;Seems like everything is in order.;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVT45105OPTB;Denounce the plebiscite.;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVTNAME17455;End of Reconstruction;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17455;The Civil War is becoming a distant thought in the minds of most Americans and with that comes decisions as to where our country is headed. African Americans have achieved an unprecedented level of political equality in this country but with Southern whites reasserting their authority over state legislatures it looks as if our work towards racial equality will begin to stagnate and digress. Tensions between the peoples of the South will eventually reach a boiling point sooner or later if nothing is done and we need to look towards the future of this country. The United States is at a crossroads politically and culturally, so whatever path we step towards now will surely determine the kind of nation we will come to be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA1305;We should work harder to make amends with our African diaspora.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA1306;Our first priority should be unifying North and South culturally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA1307;We should embrace the North and South's regional differences.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3304;"And while our hard pressed economy is bleeding massive sums into the pensions system, alarming concerns are at the same time being raised about the systematic exploitation of the system, with children at the age of thirteen in some cases being listed as recipients!"\n\nMassive debates in parliament today as the Committee on Pensions and Living Standards today disbanded without submitting its final report. Apparently, internal conflict in the bi-partisan committee over hearing procedures has become a terminal stumbling block. The resulting confusion in parliament could be exploited to quickly rescind some of the more costly welfare reforms.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME986507;The Istanbul Massacre;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC986507;'The Greeks are in league with the enemy. They will launch an uprising in Istanbul, kill off the Caliph and will succeed in opening up the Dardanelles.' The cry pierced the foggy morning in Istanbul. Mobs have gathered in the streets as news of the Greek ambitions in Anatolia spread. They drag Greeks to the streets and mark the doors of known Greek residences. Soon the soldiers joined in and as the day went by the killings spread. It didn't stop for many days. Many tried to flee as the massacre spread from the heart of the Ottoman Empire to the rest of the country.\nSome say they are sanctioned by the government, some say they are spontaneous. They seem to be determined to remove the Greek claims in Ottoman land, which are based on ethnic minorities, by force.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT986507OPTA;A necessary sacrifice.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23485;The Thirty-second Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23485;A $COUNTRY_ADJ$ physicist performed a series of experiments showing that the gamma ray hypothesis for an experiment conducted in Paris was untenable. He repeated the creation of the radiation using beryllium, used better approaches to detection, and aimed the radiation at paraffin following the Paris experiment. Paraffin is high in hydrogen content, hence offers a target dense with protons, since neutrons and protons have almost equal mass, protons scatter energetically from neutrons. He measured the range of these protons, and also measured how the new radiation impacted the atoms of various gases. He found that the new radiation consisted of not gamma rays, but uncharged particles with about the same mass as the proton: these particles were neutrons. In $YEAR$ he was nominated and won the Nobel Prize in Physics "for the discovery of the neutron".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23483;The Thirty-first Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23483;A $COUNTRY_ADJ$ physicist developed an equation in quantum mechanics that bears his namesake. The equation is a partial differential equation that describes how the quantum state of a physical system changes with time. It was formulated in late 1925, and published in 1926. In $YEAR$, he was nominated and won the Nobel Prize in Physics "for the discovery of new productive forms of atomic theory".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23482;The Thirtieth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23482;A $COUNTRY_ADJ$ physicist published a puzzling paper. The main new idea, non-commuting matrices, is justified only by a rejection of unobservable quantities. It introduces the non-commutative multiplication of matrices by physical reasoning, based on the correspondence principle, despite the fact that he was not then familiar with the mathematical theory of matrices. In a series of experiments with other scientists, he solved problem of the quantum behavior by two different methods. First, he treated the system with the virtual oscillator method, calculating the transitions between the levels that would be produced by the external source. He then solved the same problem by treating the anharmonic potential term as a perturbation to the harmonic oscillator and using the perturbation methods that he had developed. In $YEAR$ he won the Nobel Prize in Physics "for the creation of quantum mechanics, the application of which has, inter alia, led to the discovery of the allotropic forms of hydrogen".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23480;The Twenty-ninth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23480;During a voyage in 1921, a $COUNTRY_ADJ$ physicist noticed the blue color of glaciers and the Mediterranean sea. He was motivated to discover the reason for the blue color. He carried out experiments regarding the scattering of light by water and transparent blocks of ice which explained the phenomenon. In an experiment, je employed monochromatic light from a mercury arc lamp which penetrated transparent material and was allowed to fall on a spectrograph to record its spectrum. He detected lines in the spectrum and he presented his theory at a meeting of scientists in $CAPITAL$ on 16 March 1928, and won the Nobel Prize in Physics in $YEAR$ "for his work on the scattering of light and for the discovery of the effect named after him".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23479;The Twenty-eighth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23479;"The fundamental idea of my 1924 thesis was the following: The fact that, following the introduction of photons in light waves, one knew that light contains particles which are concentrations of energy incorporated into the wave, suggests that all particles, like the electron, must be transported by a wave into which it is incorporated... My essential idea was to extend to all particles the coexistence of waves and particles discovered in 1905 in the case of light and photons". In $YEAR$, a $COUNTRY_ADJ$ scientist theory was proven by experiments and he won the Nobel Prize in Physics "for his discovery of the wave nature of electrons".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23478;The Twenty-seventh Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23478;In 1901, a $COUNTRY_ADJ$ demonstrated that the current from a heated wire seemed to depend exponentially on the temperature of the wire with a mathematical form similar to the Arrhenius equation. This became known as a law that takes his namesake: "If then the negative radiation is due to the corpuscles coming out of the metal, the saturation current s should obey the law". In $YEAR$, he was awarded the Nobel Prize in Physics "for his work on the thermionic phenomenon and especially for the discovery of the law named after him".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23477;The Twenty-sixth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23477;A $COUNTRY_ADJ$ scientist, particularly interested in meteorology, in 1893 began to study clouds and their properties. He worked for some time at the national observatory, where he made observations of cloud formation. He then tried to reproduce this effect on a smaller scale in the laboratory in $CAPITAL$, expanding humid air within a sealed container. He later experimented with the creation of cloud trails in his chamber caused by ions and radiation. For the invention of the cloud chamber he received the Nobel Prize in $YEAR$, officially "for his method of making the paths of electrically charged particles visible by condensation of vapor", dividing the honor with another scientist "for his discovery of the effect named after him".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23476;The Twenty-fifth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23476;In 1895, a $COUNTRY_ADJ$ scientist showed that cathode rays were of negative electric charge in nature. He determined Avogadro's number (now known as the Avogadro constant) by several methods. He explained solar energy as due to the thermonuclear reactions of hydrogen. His most famous work is, however is his theoretical explanation of Brownian motion in terms of atoms. He did the experimental work to test and verify another scientist predictions, thereby settling the century-long dispute about John Dalton's atomic theory. He received the Nobel Prize in Physics in $YEAR$ for this and other work on the discontinuous structure of matter, which put a definite end to the long struggle regarding the question of the physical reality of molecules. Officially, his award mentions "for his work on the discontinuous structure of matter, and especially for his discovery of sedimentation equilibrium".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23475;The Twenty-fourth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23475;Two $COUNTRY_ADJ$ scientists developed an experiment, which took their name, and that was the first electrical measurement to clearly show the quantum nature of atoms and thus "transformed our understanding of the world". They designed a vacuum tube for studying energetic electrons that flew through a thin vapor of mercury atoms. They discovered that, when an electron collided with a mercury atom, it could lose only a specific quantity (4.9 electron volts) of its kinetic energy before flying away. This energy loss corresponds to decelerating the electron from a speed of about 1.3 million meters per second to zero. A faster electron doesn't decelerate completely after a collision, but loses precisely the same amount of its kinetic energy. Slower electrons just bounce off mercury atoms without losing any significant speed or kinetic energy. In $YEAR$ they were awarded the Nobel Prize in Physics "for their discovery of the laws governing the impact of an electron upon an atom".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23474;The Twenty-third Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23474;A $COUNTRY_ADJ$ scientist developed improved experimental apparatus which allowed him to make very accurate measurements of the X-ray wavelengths produced by atoms of different elements. He developed a convention for naming the different spectral lines that are characteristic to elements in X-ray spectroscopy that gained his name. His precision measurements drove many developments in quantum theory and atomic physics and "for his discoveries and research in the field of X-ray spectroscopy" he was awarded the Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23473;The Twenty-second Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23473;Starting in 1908, while a professor at the University of $CAPITAL$, a $COUNTRY_ADJ$ professor worked on an oil-drop experiment in which he measured the charge on a single electron. Previously, another scientist already discovered the charge-to-mass ratio of the electron. However, the actual charge and mass values were unknown. Therefore, if one of these two values were to be discovered, the other could easily be calculated. He and his then graduate student used an oil-drop experiment to measure the charge of the electron (as well as the electron mass, and Avogadro's number, since their relation to the electron charge was known) and in $YEAR$, "for his work on the elementary charge of electricity and on the photoelectric effect", he was awarded the Nobel Prize in Physics.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23472;The Twenty-first Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23472;A $COUNTRY_ADJ$ scientist developed a model of the atom which takes his name, in which he proposed that energy levels of electrons are discrete and that the electrons revolve in stable orbits around the atomic nucleus but can jump from one energy level (or orbit) to another. He conceived the principle of complementarity: that items could be separately analyzed in terms of contradictory properties, like behaving as a wave or a stream of particles. The notion of complementarity dominated his thinking in both science and philosophy. In $YEAR$, he was awarded the Nobel Prize in Physics "for his services in the investigation of the structure of atoms and of the radiation emanating from them".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23471;The Twentieth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23471;Based on calculations a $COUNTRY_ADJ$ scientist made in 1911, about his new theory of general relativity, light from another star would be bent by the Sun's gravity. In 1919 that prediction was confirmed by Sir Arthur Eddington during the solar eclipse of 29 May 1919. Those observations were published in the international media, making the $COUNTRY_ADJ$ scientist world famous. On 7 November 1919, the leading British newspaper The Times printed a banner headline that read: "Revolution in Science – New Theory of the Universe – Newtonian Ideas Overthrown". In $YEAR$, he was awarded the Nobel Prize in Physics "for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect", as his theory of relativity was still considered somewhat controversial.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23470;The Nineteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23470;A $COUNTRY_ADJ$ physicist discovered a nickel-steel alloys he named invar and elinvar. Invar has a near-zero coefficient of thermal expansion, making it useful in constructing precision instruments whose dimensions need to remain constant in spite of varying temperature. Elinvar has a near-zero thermal coefficient of the modulus of elasticity, making it useful in constructing instruments with springs that need to be unaffected by varying temperature, such as the marine chronometer. Elinvar is also non-magnetic, which is a secondary useful property for anti-magnetic watches. His work got him a Nobel Prize in Physics in $YEAR$, "in recognition of the service he has rendered to precision measurements in Physics by his discovery of anomalies in nickel steel alloys".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23469;The Eighteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23469;A well accomplished $COUNTRY_ADJ$ physicist, that published more than 300 papers, mainly regarding electricity and other such topics, discovered an effect that got his namesake and that is described as "the shifting and splitting of spectral lines of atoms and molecules due to presence of an external electric field". Additionally, "for his discovery of the Doppler effect in canal rays and the splitting of spectral lines in electric fields" he was awarded the Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23468;The Seventeenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23468;At first, the $COUNTRY_ADJ$ physicist considered that quantization was only "a purely formal assumption ... actually I did not think much about it...", nowadays this assumption, incompatible with classical physics, is regarded as the birth of quantum physics and the greatest intellectual accomplishment of his career. The discovery of the constant that was named after him enabled him to define a new universal set of physical units (such as the length and the mass, both named after hi,), all based on fundamental physical constants upon which much of quantum theory is based. In recognition of his fundamental contribution to a new branch of physics, Quantum Physics, he was awarded the Nobel Prize in Physics in $YEAR$, officially "in recognition of the services he rendered to the advancement of Physics by his discovery of energy quanta".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23467;The Sixteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23467;A $COUNTRY_ADJ$ scientist made significant progress in developing and refining the laws of X-ray scattering, X-ray spectroscopy, the principles governing the transmission of X-rays through matter, and especially the principles of the excitation of secondary X-rays. For his discovery of the characteristic X-rays of elements he was awarded the Nobel Prize in Physics in $YEAR$, officially "for his discovery of the characteristic X-ray radiation of the elements".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23466;This Year Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23466;The lack of a suitable Nobel Prize candidate in Physics this year meant that no Nobel Prize was awarded in this area. The prize money was allocated to the Special Fund of this prize section.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA23466;That's disappointing.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23465;The Fifteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23465;A $COUNTRY_ADJ$ scientist at the University of $CAPITAL$, working with X-rays, invented the X-ray spectrometer and with his son, a research student at $CAPITAL$, founded the new science of X-ray crystallography - a tool used for identifying the atomic and molecular structure of a crystal, in which the crystalline atoms cause a beam of incident X-rays to diffract into many specific directions. By measuring the angles and intensities of these diffracted beams, a crystallographer can produce a three-dimensional picture of the density of electrons within the crystal. From this electron density, the mean positions of the atoms in the crystal can be determined, as well as their chemical bonds, their disorder and various other information. Together with his son he was awarded the Nobel Prize in Physics in $YEAR$ "for their services in the analysis of crystal structure by means of X-rays".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23464;The Fourteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23464;A $COUNTRY_ADJ$ physicist at the Institute for Theoretical Physics, on a walk through a garden in $CAPITAL$ in January, was discussing with a PhD student about the student's thesis topic. The wavelengths of concern to the student were in the visible region of the spectrum and hence much larger than the spacing between the resonators in his crystal model. The physicist seemed distracted and wanted to know what would be the effect if much smaller wavelengths were considered. In June, they reported to the $COUNTRY_ADJ$ Physics Society on the successful diffraction of x-rays, for which he was awarded the Nobel Prize in Physics, in $YEAR$, "for his discovery of the diffraction of X-rays by crystals".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23463;The Thirteenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23463;A $COUNTRY_ADJ$ physicist exploited the Hampson-Linde cycle to investigate how materials behave when cooled to nearly absolute zero. On 10 July 1908, he was the first to liquefy helium, using several precooling stages and the Hampson-Linde cycle based on the Joule-Thomson effect. This way he lowered the temperature to the boiling point of helium (-269 °C, 4.2 K). By reducing the pressure of the liquid helium he achieved a temperature near 1.5 K, the coldest temperatures ever achieved on earth. His production of extreme cryogenic temperatures led to his discovery of superconductivity in 1911: for certain materials, electrical resistance abruptly vanishes at very low temperatures. His work was recognized with the award of the thirteenth Nobel Prize In Physics "for his investigations on the properties of matter at low temperatures which led, inter alia, to the production of liquid helium" in $YEAR$.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23462;The Twelfth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23462;A $COUNTRY_ADJ$ inventor working with acetylene invented Agamassan (Aga), a substrate used to absorb the gas allowing safe storage and hence commercial exploitation. Acetylene produced an ultra-bright white-light and immediately superseded the duller-flamed LPG as the fuel of choice in lighthouse illuminations. He developed a light that bears his name, which incorporated another invention, the 'sun valve', a device that allowed the light to operate only at night. His 'Flasher' was a device that, except for a small pilot light, only consumed gas during the flash stage, reducing gas consumption by more than 90%. To a rugged coastal area like Scandinavia, his mass-produced, minimal maintenance buoys were a significant boon to safety and livelihood and AGA Lighthouses eventually covered the entire Panama Canal. In $YEAR$, "for his invention of automatic regulators for use in conjunction with gas accumulators for illuminating lighthouses and buoys", he was awarded the twelfth Nobel Prize in Physics.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23461;The Eleventh Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23461;While studying streams of ionized gas, a $COUNTRY_ADJ$ scientist, in 1898, identified a positive particle equal in mass to the hydrogen atom. This particle was accepted and named the proton. He also formulated an expression for the black-body radiation which is correct in the photon-gas limit. His arguments were based on the notion of adiabatic invariance, and were instrumental for the formulation of a field some scientists are calling quantum mechanics. In $YEAR$, "for his discoveries regarding the laws governing the radiation of heat", he was awarded the eleventh Nobel Prize in Physics.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23460;The Tenth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23460;A $COUNTRY_ADJ$ scientist, in his dissertation "On the continuity of the gas and liquid state", derived the equation of state bearing his name. His work gave a model in which the liquid and the gas phase of a substance merge into each other in a continuous manner. It shows that the two phases are of the same nature. In deriving his equation of state, he assumed not only the existence of molecules (a disputed topic) but also that they are of finite size and attract each other, one of the first scientists to postulate an intermolecular force. His work was recognized and in $YEAR$ he was awarded the tenth Nobel Prize in Physics "for his work on the equation of state for gases and liquids".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23459;The Ninth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23459;A $COUNTRY_ADJ$ inventor conducting experiments, building much of his own equipment in the attic of his home with the help of his butler. His goal: to use radio waves to create a practical system of "wireless telegraphy" — i.e. the transmission of telegraph messages without connecting wires as used by the electric telegraph. This was not a new idea — numerous investigators had been exploring wireless telegraph technologies for over 50 years, but none had proven technically and commercially successful. He used a spark-gap transmitters plus coherer-receivers, similar configurations that had been tried by others, but many were unable to achieve transmission ranges of more than a few hundred meters. His, however, proved successful and together with another scientist in $YEAR$ he was awarded the Ninth Nobel Prize in Physics "in recognition of their contributions to the development of wireless telegraphy".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23458;The Eighth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23458;On 2 February 1891, a $COUNTRY_ADJ$ scientist, interested in a method of fixing the colors of the solar spectrum on a photographic plate, announced to the Academy of Sciences: "I have succeeded in obtaining the image of the spectrum with its colors on a photographic plate whereby the image remains fixed and can remain in daylight without deterioration." By April 1892, he was able to report that he had succeeded in producing color images of a stained glass window, a group of flags, a bowl of oranges topped by a red poppy and a multicolored parrot. He presented his theory of color photography using the interference method in two papers to the Academy, one in 1894, the other in 1906 and for "for his method of reproducing colors photographically based on the phenomenon of interference" he was awarded the Eighth Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23457;The Seventh Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23457;A $COUNTRY_ADJ$ Midshipman, fascinated with the sciences and the problem of measuring the speed of light in particular, conducted his first experiments of the speed of light, as part of a class demonstration in 1877. His experiment was refined, and in 1879, he measured the speed of light in air to be 299,864 ± km/s and estimated the speed of light in vacuum as 299,940 km/s. After two years of studies in Europe, he resigned from the Navy in 1881. In 1883 he accepted a position as professor of physics at the University of $CAPITAL$ and concentrated on developing an improved interferometer. In 1887 he carried out an experiment which seemed to rule out the existence of the aether. He later moved on to use astronomical interferometers in the measurement of stellar diameters and in measuring the separations of binary stars. Finally, in $YEAR$, he won the seventh Nobel Prize in Physics "for his optical precision instruments and the spectroscopic and metrological investigations carried out with their aid".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23456;The Sixth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23456;"As the cathode rays carry a charge of negative electricity, are deflected by an electrostatic force as if they were negatively electrified, and are acted on by a magnetic force in just the way in which this force would act on a negatively electrified body moving along the path of these rays, I can see no escape from the conclusion that they are charges of negative electricity carried by particles of matter... If, in the very intense electric field in the neighborhood of the cathode, the molecules of the gas are dissociated and are split up, not into the ordinary chemical atoms, but into these primordial atoms, which we shall for brevity call corpuscles, and if these corpuscles are charged with electricity and projected from the cathode by the electric field, they would behave exactly like the cathode rays". In $YEAR$ a $COUNTRY_ADJ$ scientist was nominated and won the Sixth Nobel Prize in Physics "in recognition of the great merits of his theoretical and experimental investigations on the conduction of electricity by gases".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23451;The First Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23451;During last year a $COUNTRY_ADJ$ scientist was investigating the external effects from the various types of vacuum tube equipment when an electrical discharge is passed through them, speculating that a new kind of ray might be possible. He ate and slept in his laboratory as he investigated many properties of the new rays he temporarily termed "X-rays", using the mathematical designation ("X") for something unknown. In $YEAR$ he published his paper, "On A New Kind Of Rays", and the new rays came to bear his name in many languages. For his discovery he was nominated and subsequently was awarded the first Nobel Prize in Physics "in recognition of the extraordinary services he has rendered by the discovery of the remarkable rays subsequently named after him".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23452;The Second Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23452;"A man of remarkable intellectual powers... Although steeped in his own investigation of the moment, he always seemed to have in his immediate grasp its ramifications into every corner of the universe... The singular clearness of his writings provides a striking reflection of his wonderful powers in this respect... He possessed and successfully employed the mental vivacity which is necessary to follow the interplay of discussion, the insight which is required to extract those statements which illuminate the real difficulties, and the wisdom to lead the discussion among fruitful channels, and he did this so skillfully that the process was hardly perceptible." In $YEAR$, Two $COUNTRY_ADJ$ scientists won the second Nobel Prize in Physics "in recognition of the extraordinary service they rendered by their researches into the influence of magnetism upon radiation phenomena".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23453;The Third Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23453;"One wraps a photographic plate with a bromide emulsion in two sheets of very thick black paper, such that the plate does not become clouded upon being exposed to the sun for a day. One places on the sheet of paper, on the outside, a slab of the phosphorescent substance, and one exposes the whole to the sun for several hours. When one then develops the photographic plate, he recognizes that the silhouette of the phosphorescent substance appears in black on the negative. If one places between the phosphorescent substance and the paper a piece of money or a metal screen pierced with a cut-out design, he sees the image of these objects appear on the negative. One must conclude from these experiments that the phosphorescent substance in question emits rays which pass through the opaque paper and reduce silver salts." A group of $COUNTRY_ADJ$ scientists have been awarded the third Nobel Prize in Physics "in recognition of the extraordinary services rendered by their discovery of spontaneous radioactivity".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23454;The Fourth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23454;On $YEAR$ a $COUNTRY_ADJ$ professor of the $CAPITAL$ University was giving a lecture in which he pointed out that nitrogen isolated from the air had a density slightly higher than that of nitrogen prepared from chemical sources. A liter of pure nitrogen gas generated from a chemical reaction weighed 1.2505 g. On the other hand, a liter of nitrogen gas generated from air by removing oxygen, carbon dioxide, and water vapor weighed 1.2572 g (at the same temperature and pressure). He thought that there might be an unrecognized new element hiding in the air, and that there might be room for this in a new Group at the end of the Periodic Table. When examinations had finished, he set about attempting to isolate this 'impurity' and "for his investigations of the densities of the most important gases and for his discovery of argon in connection with these studies" he was awarded the fourth Nobel Prize in Physics.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME23455;The Fifth Nobel Prize In Physics;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC23455;In $YEAR$ a $COUNTRY_ADJ$ scientist was awarded the Fifth Nobel Prize in Physics "for his work on cathode rays". Prior to his work, cathode rays were produced in primitive, partially evacuated glass tubes that had metallic electrodes in them, across which a high voltage could be placed. Cathode rays were difficult to study using this arrangement, because they were inside sealed glass tubes, difficult to access, and because the rays were in the presence of air molecules. Lenard overcame these problems by devising a method of making small metallic windows in the glass that were thick enough to be able to withstand the pressure differences, but thin enough to allow passage of the rays. Having made a window for the rays, he could pass them out into the laboratory, or, alternatively, into another chamber that was completely evacuated.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT4661009OPTA;Lima will be the new capital.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT4661009OPTB;Cusco, the old imperial city.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT4661009OPTC;A new Tacna will be founded as the capital.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT4661009OPTD;Sucre is an important city.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME33042;A New Capital for Our Nation;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC33042;$COUNTRY$ is united and many in the government argue that the current capital is not a suitable location to command our nation. A few proposals came forward for suitable cities that could replace it, now it's only a matter of choosing one.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33042OPTA;Berlin will be the new capital.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33042OPTB;Hamburg is a suitable location.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33042OPTC;Hanover is strategically located.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33042OPTD;Frankfurt is an important city.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33042OPTE;The current capital is fine.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80128;Dungan Revolt in Qinghai;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC80128;After rival Sufi Naqshbandi spiritual orders had fought and accused each other of various misdeeds, instead of continuing the violence they decided to use $COUNTRY$ legal system to solve the dispute. They filed opposing lawsuits through the office of the Xining Prefect and the judge in the case decided not to issue a ruling on which group was superior to the other in matters of all Islamic affairs, and urged them to behave. As a result, both groups resorted to violence. A taotai was sent by $COUNTRY$ to crush the perpetrators of the violence, which ended in several deaths. This led the involved parties in the dispute to rebel against $COUNTRY$. In Xunhua, Qinghai, masses of Hui, Dongxiang, Bao'an, and Salars were incited to revolt against the Qing by the Multicolored Mosque leader Ma Yonglin.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80128OPTA;Crush the rebels!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36717;The Restoration of Brussels;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36717;With Brussels now firmly in our hands, the government institutions are slowly being restored to the former buildings. Brussels was the heart of our country and once again it will be the political heart.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36717OPTA;Good.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME315002;The Ashanti Incident;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC315002;The Ashanti have been a constant source of conflict. They persecuted the inhabitants of Accra who, in turn, turned to us for help. On top of that, a German missionary family and a Swiss missionary were abducted and taken hostage to Kumasi. The governor of the Cape Coast is requesting a force to punish the Ashanti, to burn down Kumasi and to take Accra.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA315002;We will punish them.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTB315002;Let them handle themselves.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37241;The Battle of Logandème;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37241;After the conquest of Waalo, Louis Faidherbe, governor of Senegal, decided to launch wars against the kingdoms of Sine and Saloum, and declared all previously signed treaties between the two kingdoms and France null and void. At the Battle of Logandème, Maad a Sinig Kumba Ndoffene Famak Joof, King of Sine, was defeated. After his victory, Faidherbe gave the order for Fatick and its surrounding villages to be burned to the ground. Nearby, the European settlement of Kaolack is being founded to colonize the area. Faidherbe's envisions an empire stretching to the Niger and his campaigns have angered the local rulers. The French government criticized him for undertaking a military campaign without their authority. To answer his critics, Faidherbe claimed that he only occupied areas that belonged to France since 1679.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37241OPTA;These occupied areas can't be found in any map...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37241OPTB;Fire Faidherbe.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90906;$COUNTRY_ADJ$ Diplomats Harassed;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90906;Despite the war in China, diplomats still have immunity to move around. This is necessary when negotiating peace. However, one of our delegates was attacked by an angry mob in China and the government failed to province protection. This no only sour our relations, but give us reason to demand reparations.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90906OPTA;We will not take this insult.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90905;Foreigner Attacked;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90905;A foreign citizen - a national of one of the Great Powers - was attacked during a robbery and was killed by his assailant. We already sent apologies and made all the necessary arrangements but the injured part might use this as an excuse to demand something else from us - reparations.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90905OPTA;This will not bode well for us.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME325460;The $FROMCOUNTRY_ADJ$ Manifesto of $YEAR$;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC325460;Having enjoyed prosperity and control over their own affairs, and having remained loyal subjects, the manifesto which the $FROMCOUNTRY_ADJ$ government issued on $YEAR$ was cause for Finnish despair. The manifesto was forced through the Finnish senate by the deciding vote of the senate president, an appointee of the $FROMCOUNTRY_ADJ$ ruler — and after the governor-general of Finland had threatened a military invasion and siege. While ostensibly affirming the Finns' rights in purely local matters, the manifesto asserted the authority of the state in any and all matters which could be considered to "come within the scope of the general legislation of the $FROMCOUNTRY_ADJ$ empire".;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT325460OPTA;We have no option but to comply.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT325460OPTB;We will fight for our freedom to the last man.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97091;Transferring Sovereignty;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97091;Our allies in $FROMCOUNTRY$ successfully negotiated with the former territories that broke up from our country and convinced them to come back in the fold.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97091OPTA;Great!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME955181;The Senegal-Guinea Border Treaty;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC955181;A dispute arose with $FROMCOUNTRY$ over our colonial borders in Senegal and Guinea. $FROMCOUNTRY_ADJ$ citizens poured through the border and are now living in Ziguinchor province. According to the principles of effective occupation established in Conference of Berlin, the territory belong to us. But it has been under partial rule of another nation for a long time and thus the dispute arose. The $FROMCOUNTRY_ADJ$ government approached us and proposed an exchange - Gabu for Ziguinchor and all the claims would be settled.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT955181OPTA;The deal seems fair.;;;;;;;;;;;;x -EVT955181OPTB;We would never agree to such proposal.;;;;;;;;;;;;x -EVTNAME60055559;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Border Treaty;;;;;;;;;;;;x -EVTDESC60055559;Diplomats of $FROMCOUNTRY$ approached us with a friendship and border treaty to settle outstanding issues between the perceived territory of our two countries. The treaty would include population exchanges, border delimitation and a treaty of friendship. If we sign this deal it will also show the world our will to settle issues diplomatically and our government respect of the will of the people.;;;;;;;;;;;;;;;;;;;;;;;x -EVT60055559OPTA;This sounds like a good idea.;;;;;;;;;;;;;;;;;;;;;;;x -EVT60055559OPTB;No deal.;;;;;;;;;;;;x -EVTNAME16458;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Treaty;;;;;;;;;;;;x -EVTDESC16458;The $FROMCOUNTRY_ADJ$ government approached us with a friendship treaty and a lease proposal for the Guantanamo Bay. While they appear amicable, their lease proposal is obviously part of their doctrine of influence over the Americas and they will not back down from it, even if we refuse their friendship.;;;;;;;;;;;;x -EVTOPTA16458;We accept the proposal.;;;;;;;;;;;;x -EVTOPTB16458;We will not stand for this.;;;;;;;;;;;;x -EVTNAME36626;Breakdown in Negotiations;;;;;;;;;;;;x -EVTOPTA36226;Fools!;;;;;;;;;;;;x -EVTOPTB44104;We should encourage more states to adopt his ideas.;;;;;;;;;;;;x -EVTNAME97119;The Death of the Last Mughal Emperor;;;;;;;;;;;;x -EVTDESC97119;Bahadur Shah Zafar presided over a Mughal empire that barely extended beyond Delhi's Red Fort, a de facto prisoner of the Europeans. In $YEAR$, he had reportedly acquired some illness. His condition deteriorated. He was "spoon-fed on broth" but he found that difficult too as time passed on. One $COUNTRY_ADJ$ governor reported that 'he is evidently sinking from pure despitude and paralysis in the region of his throat'. To prepare for his death, the governor commanded for the collection of lime and bricks and a spot was selected at the "back of Zafar's enclosure" for his burial. In the early hours of the morning Bahadur Shah Zafar, the last Mughal Emperor, died.;;;;;;;;;;;;x -EVT97119OPTA;May he rest in peace.;;;;;;;;;;;;x -EVTNAME36225;The $FROMCOUNTRY_ADJ$ Virgin Islands Offer;;;;;;;;;;;;x -EVTDESC36225;$FROMCOUNTRY_ADJ$ diplomats have approached us with an offer to buy the Virgin Islands from us. They seem to have a lot of money to back their proposal: they are offering 200,000¤ right now for the islands.;;;;;;;;;;;;x -EVTOPTA36225;It's a deal.;;;;;;;;;;;;x -EVTOPTB36225;Forget it.;;;;;;;;;;;;x -EVTNAME36627;The St. Barths Question;;;;;;;;;;;;x -EVTDESC36627;In a way or the other, St. Barths didn't come back to our hands. Some say the $FROMCOUNTRY_ADJ$ government rigged the referendum, some say they made a deal with another GP. Regardless of it, we need to take a stance on this development.;;;;;;;;;;;;x -EVTOPTA36627;The island will be ours one way or the other.;;;;;;;;;;;;x -EVTOPTB36627;We don't need the island.;;;;;;;;;;;;x -EVTDESC36626;The results of the referendum are out and most of the voters voted for the island being a part of $COUNTRY$. The French government will not be happy with these news.;;;;;;;;;;;;x -EVTOPTB36626;We will give up the island anyway.;;;;;;;;;;;;x -EVTNAME36625;St. Barths Referendum;;;;;;;;;;;;x -EVTDESC36625;The results of the referendum are out and it seems only one person voted against annexation by France. The French government will rejoice at these news.;;;;;;;;;;;;x -EVTOPTA36625;Self-determination must be upheld.;;;;;;;;;;;;x -EVTOPTB36625;We found some ballots right over here that disprove this.;;;;;;;;;;;;x -EVTNAME36623;The St. Barth's Referendum;;;;;;;;;;;;x -EVTDESC36623;The French government approached us over the question of St. Barth's. The island of Saint Barthélemy had belonged to France until 1784, when it was transferred to Sweden in return for trade privileges in Gothenburg. However, the island proved expensive to maintain and the French government is pushing for a referendum on the future of the island. The French government might try to claim the island if things don't go the way they want and if we offer the island to another Great Power to buy and they don't accept it, we will be forced to hold the referendum.;;;;;;;;;;;;;;;;;;;;;x -EVTNAME36624;The St. Barth's Question;;;;;;;;;;;;x -EVTDESC36624;France is pressuring the $FROMCOUNTRY_ADJ$ government to cede them the Island of Saint Barthélemy. The Swedish government, however, seems unwilling to cede it to France and instead they offered to sell the island to us. This could cost some money and it will surely greatly irritate the French, who may use this as an excuse to attack us.;;;;;;;;;;;;x -EVTOPTA36624;We accept it. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x -EVTOPTB36624;We are not interested.;;;;;;;;;;;;x -EVTOPTA36623;Hold the referendum.;;;;;;;;;;;;x -EVTOPTB36623;Let the French have it.;;;;;;;;;;;;x -EVTOPTC36623;I think the British would be a better choice.;;;;;;;;;;;;x -EVTOPTD36623;The Dutch would like another island in the Caribbean.;;;;;;;;;;;;x -EVTOPTE36623;We won't hold any referendum. St. Barths will always be ours.;;;;;;;;;;;;x -EVTNAME110023;Takht-i Tavus, The Peacock Throne.;;;;;;;;;;;;x -EVTDESC110023;Persia, the cradle of human civilization. For many years, since the foreigners first appeared on our shores, our nation has been sailing in the wake of powers greater than and beyond our own. With our recent ascension to Great Power status the tides of fortune have turned. From now on let the winds repulse and break any foreign foot that dares step over the sacred ground of the Great Power of Persia!;;;;;;;;;;;;x -EVTOPTA110023;Long live!;;;;;;;;;;;;x -EVTNAME120013;The Christmas Meeting of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -EVTDESC120013;"Nú er tann stundin komin til handa" were the words spoken by Jóannes Patursson as he addressed the Løgting, the Faroese Parliamentary body. The words came from a battle hymn written by Rasmus Effersøe, which rallied the Faroese people to defend their language as the most precious element of their cultural heritage. The crowd he was addressing had gathered to discuss the defense of their cultural traditions. The meeting ended with the body drawing up and acceptance of a six point resolution that stressed the importance of the preserving and continued use of the Faroese language in domestic activities and increased emphasis on Faroese history in the classroom.;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -EVTOPTA120013;Ok.;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -EVTNAME956582;The Assassination of the $COUNTRY_ADJ$ Resident;;;;;;;;;;;;x -EVTDESC956582;In the 19th century, the Bugis, Acehnese, and the Siamese were all attempted to invade Perak, and only British intervention in 1820 prevented Siam from annexing Perak. Although the $COUNTRY_ADJ$ were initially reluctant to establish a colonial presence in Malaya, increasing investment in the tin mines brought a great influx of Chinese immigrants, including Foo Ming, who formed rival clan groups allied with Malay chiefs and local gangsters which all fought for control of the mines. The Perak Sultanate was unable to maintain order as it was embroiled in a protracted succession crisis. Now, in $YEAR$, various Perak chiefs joined forces and assassinated the $COUNTRY_ADJ$ Resident in Perak.;;;;;;;;;;;;x -EVT956582OPTA;Send a punitive expedition.;;;;;;;;;;;;x -EVT956582OPTB;Let it go.;;;;;;;;;;;;x -EVTNAME956581;Assassination of the Foreign Resident;;;;;;;;;;;;x -EVTDESC956581;In the 19th century, the Bugis, Acehnese, and the Siamese were all attempted to invade Perak, and only British intervention in 1820 prevented Siam from annexing Perak. Although the British were initially reluctant to establish a colonial presence in Malaya, increasing investment in the tin mines brought a great influx of Chinese immigrants, including Foo Ming, who formed rival clan groups allied with Malay chiefs and local gangsters which all fought for control of the mines. The Perak Sultanate was unable to maintain order as it was embroiled in a protracted succession crisis. Now, in $YEAR$, various Perak chiefs joined forces and assassinated the foreign Resident in Perak.;;;;;;;;;;;;x -EVT956581OPTA;Good Riddance.;;;;;;;;;;;;x -EVT956581OPTB;Apologize and ask for another Resident.;;;;;;;;;;;;x -EVTNAME956580;The Foundation of Johor Bahru;;;;;;;;;;;;x -EVTDESC956580;Johor Bahru was founded in $YEAR$ when the ruler of Johor, Temenggong Daeng Ibrahim, established his administrative headquarters there. That time Johor Bahru was known as Tanjung Puteri, a small Malay fishing village. At the same time, in the northern village of Kampung Teruntum (Teruntum Village), situated at the mouth of Teruntum River, Haji Senik and his followers were founding the new city of Kuantan in the early $YEAR$s. To the west, Kuala Lumpur was founded, meaning "muddy confluence". It was originally a small settlement of just a few houses at the confluence of Sungai Gombak. The town of Kuala Lumpur was established ca. 1857, when the Malay Chief of Klang, Raja Abdullah bin Raja Jaafar, aided by his brother Raja Juma'at of Lukut, raised funds to hire some Chinese miners from Lukut to open new tin mines here.;;;;;;;;;;;;x -EVT956580OPTA;These cities have much to grow.;;;;;;;;;;;;x -EVTNAME110016;Topple the Qajar Dynasty;;;;;;;;;;;;x -EVTDESC110016;Persia - once one the most glorious states in Asia - has now fallen into disgrace. A mediocre monarchy leading a rebellious population in uncharted territory... Its few riches and strategic advantages are ripe for taking since it has been entirely forgotten by the European powers. If we were to make a move, we could offer the right people a healthy sum of money to depose the ruling Qajar dynasty.;;;;;;;;;;;;x -EVT110016OPTA;An occasion we can't afford to miss.;;;;;;;;;;;;x -EVT110016OPTB;Not worth it.;;;;;;;;;;;;x -EVTNAME110020;Tobacco Protest;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110020;On $YEAR$, the Shah granted foreigners a concession over the production, sale, and export of tobacco for fifty years. In exchange, they paid the Shah an annual sum plus a share of the profits. A Tobacco Régie (monopoly) was subsequently established and all the producers and owners of tobacco were forced to sell their goods to agents of the Régie, who would then resell the purchased tobacco. The concession represented a major blow to Persian farmers and bazaaris whose livelihoods were largely dependent on the lucrative tobacco business. Mass protests against the Régie began to emerge in major Iranian cities, spearheaded by the bazaari. The ulema proved to be a highly valuable ally of them as key religious leaders sought to defend traditional values and protect national interests from foreign domination. The brewing discontent threatens to rip our country apart, but giving in to their demands might have even more serious consequences.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110020OPTA;Let's build the Persia of tomorrow together. Make a deal with the Ulama.;;;;;;;;;;;;x -EVT110020OPTB;The state must be independent.;;;;;;;;;;;;x -EVTNAME110021;The Ulama Agree;;;;;;;;;;;;x -EVTDESC110021;The ulama have debated and, after heated arguments, have come to the conclusion that working with the state is both in the interest of the country and in accordance with the Shia doctrine. Although they have one condition: repealing the tobacco monopoly and ending foreign influence in the country. With popular support in their favor, refusing would be a dangerous move. On the other hand, accepting it means angering the Great Powers and the need to pay reparations for the Imperial Tobacco Company.;;;;;;;;;;;;x -EVT110021OPTA;In the name of the Prophet, we agree.;;;;;;;;;;;;x -EVT110021OPTB;We do not abide to their pressure!;;;;;;;;;;;;x -EVTNAME110022;The Ulama Propose a Compromise;;;;;;;;;;;;x -EVTDESC110022;Our harsh treatment of the ulama provoked popular manifestations and several riots through the country. We fear that instability might persist if we do not act. The ulama proposed to us an agreement: should we repeal the tobacco monopoly and end foreign influence in the country they would restore the calm among the masses. Accepting it means angering the Great Powers and the need to pay reparations for the Imperial Tobacco Company.;;;;;;;;;;;;x;;;;;;;;;;;;x -EVT110022OPTA;This is for the greater good.;;;;;;;;;;;;x -EVT110022OPTB;We cannot be bought!;;;;;;;;;;;;x -EVT110022OPTC;They shall submit or pay the price.;;;;;;;;;;;;x -EVTNAME110028;The Bazaari Support the Ulama;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC110028;Bazaari is the name given to the merchants and workers of bazaars, the traditional marketplaces of Iran. Bazaaris differ from a social class as usually defined in that they include both rich wholesalers and bankers as well as lower-income workers. They are united not in their resistance to dependence on the West and the spread of Western ways, their traditionalist attitude and their close family, financial, and cultural ties with the Shia ulama or clerical class. Bazaari, led by its large merchants, in alliance with ulama clergy, have played an important part in recent Iranian history. The troubles have spread and the support of the nascent entrepreneur middle-class to our traditional elites could prove fatal to the economy and the social order. They ask us to backtrack on our most recent reforms. The initial disorder has now mutated into open anarchy!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110028OPTA;We cannot take it...;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110028OPTB;We can take it!;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT110028OPTC;Put. This. Down.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME110011;The founding of the APOC;;;;;;;;;;;;x -EVTDESC110011;The English Anglo-Persian Oil Company was the first company to extract petroleum from $COUNTRY$. In 1901 William Knox D'Arcy negotiated an oil concession with Mozaffar al-Din: he would assume exclusive rights to prospect for 60 years in a vast tract of territory and in exchange the Shah received 20,000¤, an equal amount in shares, and a promise of future profits. In early May 1908 D'Arcy, having sunk more than 500,000¤ into his Persian venture and found no oil, sent a telegram saying that they had run out of money and ordering to "cease work, dismiss the staff, dismantle anything worth the cost and come home." The geologist Geroge Bernard Reynolds delayed following these orders and in a stroke of luck, struck oil shortly after on May 26, 1908. Should we accept the deal?;;;;;;;;;;;;x -EVT110011OPTA;Yes, this will be beneficial to both of us.;;;;;;;;;;;;x -EVT110011OPTB;No! Foreigners out!;;;;;;;;;;;;x -EVTNAME100018;Kaveh;;;;;;;;;;;;x -EVTDESC100018;A nationalist diplomat going by the name of Hassan Taqizadeh has opened a new publication with friends of his to support our cause to modernize the country. It is called "Kaveh". This journal emphasizes the need for national independence, and internal reforms, especially secular and educational ones. Among Kaveh's topics are public education, equality for women, the need for a strong central government and to control the tribes, and advocacy of sports and more translations from Western languages. This seems like a good initiative but could get out of hand. What should we do?;;;;;;;;;;;;x -EVT100018OPTA;They'll write what we tell them to write.;;;;;;;;;;;;x -EVT100018OPTB;Just keep an eye on it.;;;;;;;;;;;;x -EVT100018OPTC;Freedom is the heart of a great country.;;;;;;;;;;;;x -EVTNAME36224;The Danish India;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36224;During the Napoleonic Wars, the British attacked Danish shipping, and devastated the Danish East India Company's India trade. In May 1801 – August 1802 and 1808 – 20 September 1815 the British even occupied Dansborg and Frederiksnagore. The Danish colonies went into decline and now the Danish are looking for a new owner for them.;;;;;;;;;;;;;;;;;;;;x;; -EVTOPTA36224;We will buy it. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB36224;We are not interested.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16457;$FROMCOUNTRY_ADJ$ Government Breaks Down the Negotiations;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16457;The $FROMCOUNTRY_ADJ$ government, not happy with the terms, broke down negotiations over the purchase of land the settlement of other issues.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA16457;What a waste of time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16456;$FROMCOUNTRY_ADJ$ Government Refuses to Negotiate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16456;James Gadsden returns empty handed as negotiations with $FROMCOUNTRY$ break down. They refuse to negotiate any land purchase and the border issues, native attacks and the monetary claims between the countries related to the Garay project are still open.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA16456;We will have what we want - by force if need be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB16456;We will respect their decision.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC16456;At least pay the reparations they are asking. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16455;$FROMCOUNTRY_ADJ$ Government Agrees to a Compromise;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16455;The $FROMCOUNTRY_ADJ$ government agreed to sell only Tucson and Animas, the minimum necessary to build the transcontinental railway. Additionally, the deal will settle the native reparations question and the monetary claims between the countries related to the Garay project. If we don't take this offer we won't have another one to buy this land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA16455;Great, we agree to this deal. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB16455;This will not work out, no deal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16454;$FROMCOUNTRY_ADJ$ Government Agrees to Full Demands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16454;The $FROMCOUNTRY_ADJ$ government agreed to sell the full lands envisioned by our leaders. The state Sonora will be fully in our control, besides Tucson and Animas, the native reparations question is settled and we have enough land for the transcontinental railway. The anti-slavery bloc and the racial purists, however, won't be happy by the acquisition of such a large stretch of land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA16454;Great! The deal is done. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB16454;We don't have that much money, we will buy only the necessary land. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC16454;We are broke, don't buy anything.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16453;The Gadsden Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16453;An envoy of the $FROMCOUNTRY_ADJ$ government, James Gadsden, arrived today in the capital to discuss the settlement of our border issues and he comes with a territory purchase proposal, to build a transcontinental railway linking the Atlantic and the Pacific. As originally envisioned the purchase would encompass a large region, extending far enough south to include the Mexican state of Sonora for the quantity of 100,000¤. The Mexican people opposes such boundaries, as do anti-slavery $FROMCOUNTRY_ADJ$ Senators, who see the purchase as acquisition of more slave territory. Even the sale of a relatively small strip of land will anger the Mexican people but we could sell Tucson and Animas, the minimum required to allow the $FROMCOUNTRY_ADJ$ to build their railway, for 50,000¤. Finally, not selling anything might anger the Americans ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA16453;For a big enough price, we can sell everything they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB16453;They will have just enough land for the transcontinental railway.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC16453;We will not sell any land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32555;$FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32555;$FROMCOUNTRY_ADJ$ government reacted to our annexation of Bluefields by sending an ultimatum. They demand we retreat all forces from Bluefields, cease our hostilities and restore the previous ruler or else we will face war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32555OPTA;If they want it, they can try to come and get it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32555OPTB;We can't risk war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32554;$FROMCOUNTRY_ADJ$ Reparations;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32554;Although highly irritated by our annexation of Bluefields, the $FROMCOUNTRY_ADJ$ government agreed to recognize our sovereignty og the territory in exchange for reparations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32554OPTA;Fair enough.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32554OPTB;Never, the territory is rightfully ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32553;$FROMCOUNTRY$ Crisis of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32553;We have received word that $FROMCOUNTRY_ADJ$ troops have invaded and taken over Bluefields, deposing the local ruler and annexing the territory. We can try to defuse the situation by demanding a compensation of fifty thousand pounds or we can demand the restoration of the old ruler, but meddling in North America can bring the anger of local Great Powers. If we choose escalate this, Demanding Reparations will be enough for a peace treaty that will include Bluefields.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32553OPTA;Demand compensation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32553OPTB;Demand the territory back.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32553OPTC;Let it go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME441295;Whitehorse and Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT441295OPTA;Might as well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT441290OPTB;Not worth our time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT441290OPTA;Manifest Destiny is the way forward!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT441295OPTB;The Americans will not dictate our colonial holdings.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900023;The Báb's Execution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900023;The Báb's growing popularity led to the authorities exiling him. But even in exile his cult increased. He was brought to trial in Tabriz and in $YEAR$ he was sentenced to death for apostasy. The night before his execution, a young Bábí called Anís threw himself at the feet of the Báb and begged to be killed with him. Both were taken to the courtyard of the barracks the next day where thousands of people had gathered to watch the execution. They were suspended on a wall in front of a large squad of Christian soldiers, the order was given to fire and the courtyard was filled with musket smoke. When it cleared, the Báb was no longer in the courtyard and Anís was unharmed: the bullets apparently had not harmed either man, but had cut the ropes. There was a great commotion, many in the crowd believing the Báb had ascended to heaven or simply disappeared. The Báb was subsequently found in another part of the barracks, completely unharmed, giving his final instructions to his secretary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900023OPTA;Fire again and dump their remains outside the gates of the town to be eaten by animals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900023OPTB;Maybe we were misguided in this. Let him go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900022;The Báb;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900022;A twenty four years old merchant from Shiraz, called Siyyid 'Alí Muhammad Shírází, on May 22, 1844, claimed to be an inspired interpreter of the Qur'an within the Shaykhi school of Twelver Shi'ism. Within five months, eighteen disciples of the Skaykhi school had independently recognized him as a Manifestation of God. These eighteen disciples were later known as the Letters of the Living. In his early writings, Siyyid appears to identify himself as the gate (báb) to the Hidden Twelfth Imam and later he begins to explicitly proclaim his station as that of the Hidden Imam and a new messenger from God. After some time, preaching by the Letters of the Living led to opposition by the Islamic clergy, prompting the Governor of Shiraz to order the Báb's arrest. The Báb, upon hearing of the arrest order, left Bushehr for Shiraz in $YEAR$ and presented himself to the authorities. But his teachings, which became known as Bábism, were already being spread by his disciples.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900022OPTA;Apostate!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME971711;The Rise of Basque and Catalan Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC971711;With the process of centralization of $COUNTRY$ almost finished, resistance to the reforms is slowly fading away. The Catalans and Basques still resent the loss of their autonomy but they are not turning to Carlists or Christinos organizations, but to mass parties that represent their desires for self rule and even in some cases, independence. The factions that tore our country apart are laying down their arms and are quickly losing support to nationalist movements.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT971711OPTA;Long Live the $MONARCHTITLE$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME3697014;The Rulers of Arabia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697014;Our prominent position in Arabia brought us an unique opportunity: we can establish embassies and support the various independent states in the peninsula, greatly increasing our relation with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697014OPTA;We should have good relations with our neighbors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697014OPTB;There's no need for this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME315001;The End of the $PROVINCENAME$ Gold Rush;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC315001;Several mines in $PROVINCENAME$ have been drying up, stopping production altogether or reducing it so much as not to be relevant anymore. Other locations are being prospected for gold and the old gold provinces are changing their production, leading to a severe change in the production and demographics of our country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA315001;Let's hope they find more gold.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33040;An Industrialized Society;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33040;After enjoying a birthrate boom during the early 19th century, population growth in Germany started to decline to levels more similar to those of its neighbors in $YEAR$. Families are now having fewer children and overall birthrates are not as before as the population moves from the fields to the cities and the German society become more and more industrialized.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT33040OPTA;But that won't slow Germany down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37240;The Mokrani Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37240;In 1871 the civil authorities repudiated guarantees made to tribal chieftains by the previous military government for loans to replenish their seed supply. This act alienated even pro-$COUNTRY_ADJ$ Muslim leaders, while it undercut their ability to control their people. It was against this background of misery and hopelessness that the stricken Kabyles rose in revolt. The revolt was triggered by the extension of civil authority to previously self-governing tribal reserves and the abrogation of commitments made by the military government, but it clearly had its basis in more long-standing grievances.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37240OPTA;They will be put down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME113901;The Welcome Stranger;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC113901;Some prospectors in Ballarat have struck a huge gold nugget, found only 3 cm below the surface, near a bark of a tree on a slope leading to what is known as Bulldog Gully. Its gross weight is 109.59 kg and the trimmed weight is 78 kg. At the time of the discovery there were no scales capable of weighing a nugget this large, so it was broken into three pieces on an anvil by Dunolly-based blacksmith Archibald Wall. The nugget was soon melted down and the gold was sent as ingots to Melbourne for forwarding to the Bank of $COUNTRY$. It still remains the biggest gold nugget ever found.\nAll around Australia, this finding triggered gold rushes, prospecting and expeditions. Melbourne, while not having any gold mines directly, is the place where all the gold wealth from Victoria trickles down to, which is causing a gold rush to the city in itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA113901;We are going to need a big box.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME6016809;The Thaw;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC6016809;The thaw of the former dictatorship meant that the oppressive political machine it established is slowly being dismantled and dissident voices are not being silenced anymore.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT6016809PTA;No more ideological persecution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900020;A Silver Age;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900020;While the Qajar dynasty rule over Persia was unanimously seen mediocre, the ascension of Naser al-Din to the Sun Throne became its peak. An early reformer, good diplomat and a capable leader, he kept a firm grip on the absolute power of the monarchy while keeping foreign influence from tearing the country apart. An era of stability, peace and relative prosperity.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900020OPTA;Long Live The King!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900021;Assassination of the Shah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900021;On the cursed morning of $YEAR$, Naser al-Din was assassinated by Mirza Reza Kermani, a follower of Jamal al-Din al-Afghani, when he was visiting and praying in the shrine of Shah-Abdol-Azim. It is said that the revolver used to assassinate him was old and rusty, and had he worn a thicker overcoat, or been shot from a longer range, he would have survived the attempt on his life. Shortly before his death, he is reported to have said "I will rule you differently if I survive!".;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900021OPTA;Horror!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME34616;The Neuchatel Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC34616;In $YEAR$, the Neuchatel question threatens to spark a crisis. In the canton there was an unsuccessful pro-Prussian coup d'etat conducted by loyalist aristocrats under the leadership of members of the family of Pourtalès. When its leaders were arrested, Frederick William appealed to the Swiss Federal Council for their release. The Swiss are persisting that the rebels must be brought to trial and meanwhile, the Prussians are preparing for war. We must try to find a diplomatic solutions for this crisis.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA34616;We will side with Switzerland, their neutrality must be protected.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB34616;We will side with the Prussians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC34616;We have no interest in getting involved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME34615;The Neuchatel Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC34615;The Neuchatel question reached boiling point and threatens to spark a crisis. In the canton there was an unsuccessful pro-Prussian coup d'etat conducted by loyalist aristocrats under the leadership of members of the family of Pourtalès. When its leaders were arrested, Frederick William appealed to the Swiss Federal Council for their release. Negotiations are underway and the Swiss agreed to release the hostages and don't punish them if we agree to give up our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA34615;Cut diplomatic relations with Switzerland and begin preparations for war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB34615;We agree to their terms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME34614;Neuchatel Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC34614;The fall of the monarchy in our country means our old claims in Neuchatel were also lost. The canton is now free to join Switzerland as an integral part of their country and has no ties to us at all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA34614;We didn't need them anyway.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME34613;The Neuchatel Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC34613;The Congress of Vienna (1814–15), in its general settlement of territorial questions after the Napoleonic Wars, ordained that Neuchatel (or Neuenburg) should have a dual status: it was to be a canton of the reorganized Swiss Confederation and, at the same time, a hereditary principality belonging personally to the king of Prussia but separate from the Prussian kingdom. This arrangement caused dissatisfaction among the people of Neuchatel, and in $YEAR$, when the Swiss were revising their constitution and when France, Germany, Austria, and Italy were all being shaken by revolutionary movements, a successful insurrection established a republic there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA34613;The $COUNTRY_ADJ$ $MONARCHTITLE$ is the rightful ruler of Neuchatel.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB34613;We renounce all our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME952517;The Limburg Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC952517;The Germans of $FROMCOUNTRY$ are claiming the Duchy of Limburg as part of their territory. This is started because of the Dutch move to annex the territory as the fall of the German customs union created a fear of a German claim in the area. The Dutch will surely fall if they have to fend the Germans by themselves but they only need six months to finish annexing the territory. As Great Power, we need to declare our position on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952517OPTA;German violation of Dutch territory will not be tolerated.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952517OPTB;We don't want to get involved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME81002214;Titanic Maiden Voyage a Success;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC81002214;The Titanic - the biggest ocean liner ever built - has successfully reached its destination, where a crowd gathers to watch the massive ship anchor. Thousands of happy passengers pour down from the ship and in a new land as tales of the ship luxury and quality spread throughout the world. Undoubtedly, $COUNTRY_ADJ$ name will be forever remembered in history for this feat.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT81002214OPTA;A glorious day to our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME81002213;Titanic Sinks!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC81002213;At 11:40 p.m. an iceberg was spotted immediately ahead of the Titanic and the bridge was alerted. The First Officer ordered the ship to be steered around the obstacle and the engines to be put in reverse, but it was too late: the starboard side struck the iceberg, creating a series of holes below the waterline. Five of the ship's watertight compartments were breached. It soon became clear that the ship was doomed, as it could not survive more than four compartments being flooded. It began sinking bow-first, with water spilling from compartment to compartment as its angle in the water became steeper. Ships in $YEAR$ were seen as largely unsinkable and lifeboats were intended to transfer passengers to nearby rescue vessels so Titanic only had enough lifeboats to carry about half of those on board. More than 1500 people died, the biggest toll in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT81002213OPTA;Our nation mourns those who died.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME986506;Sovereignty Over Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC986506;Ali Pasha was brought back to the fold during the Oriental Crisis and Egypt remained a part of the Empire. However, the latest Conference of the Great Powers has them set their eyes in Africa, and they already worked their way to undermine our authority in Egypt, which they undoubtedly seek to annex for themselves.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986506OPTA;Damn.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97118;The Chitrali Offer;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97118;The Prince of Chitral, worried about afghan raiding tribes and ambitions in his land, plagued by strife in the royal family, approached us and asked us for protection. We can make the prince merely a figure head, grant him our protection but let him some self rule or reject the offer altogether.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97118OPTA;He will be a figurehead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97118OPTB;Let him keep some freedom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97118OPTC;We have no interest in helping him.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95661;The $COUNTRY_ADJ$ - Siamese Treaty of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95661;With the end of the war, the Siamese agreed to cede Laos to $COUNTRY$, significantly expanding $COUNTRY_ADJ$ Indochina. In $YEAR$, $COUNTRY$ signed a treaty with the Siamese defining the border between Laos and their territory. The Kingdom of Laos became a protectorate, initially placed under the Governor General of Indochina.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95661OPTA;Laos is ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95660;The Paknam Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95660;Our relations with Bangkok soared over disputes of control over Laos. One of our diplomats was killed on his way from Luang Prabang to Bangkok and the central government sent ships to negotiate with the Rattanakosin king. Conflict arose when two $COUNTRY_ADJ$ ships, a sloop and a gunboat, were ordered to sail up the Chao Phraya towards Bangkok, without the permission of the Siamese: they came under fire from the fort at Paknam on $YEAR$. The $COUNTRY_ADJ$ returned fire and forced their way to Bangkok. With guns trained on the Grand Palace in Bangkok, the $COUNTRY_ADJ$ delivered an ultimatum to the Siamese to hand over the territory, to withdraw their garrisons there, to pay an indemnity of two million in reparation for the fighting at Paknam, and to punish those responsible for the killings in the disputed territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95660OPTA;We will see this through.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95660OPTB;Lift up the siege and let it go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95659;The Black Flag Army in Luang Prabang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95659;The Black Flag Army was a splinter remnant of a bandit group recruited largely from soldiers of ethnic Zhuang background, who crossed the border in 1865 from Guangxi, China into Upper Tonkin, then part of the Empire of Annam (Vietnam). In 1887, the Black Flag bandits crossed the border of Luang Prabang to ransack and pillage. The small Lao kingdom was unable to defend itself and since then, they petitioned us for protection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95659OPTA;We won't left them helpless.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95659OPTB;We have no interest in helping them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697013;A war has broken out between the rulers of Bahrain and Qatar, in violation with several treaties we had with the house Al Khalifa from Bahrain. Qatar dignitaries came to our country to ask for help and governors of regions nearby are strongly in favor of a $COUNTRY_ADJ$ intervention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697013OPTA;Intervention is necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697013OPTB;Outfit an expedition right now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697013OPTC;Don't intervene.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME3697012;The Bahrain-Qatar War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697012;The traitorous house of bin Thani in Qatar, our vassals, are declaring independence over rebellions that broke out in their territory. Doha and the peninsula rightfully belong to us and the house of Al Khalifa won't stand for this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697012OPTA;Unite the tribes and march for Doha!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME3697011;The $YEAR$ Sikkim Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697011; In $YEAR$, two $COUNTRY_ADJ$ physicians, one being in charge of relations between the $COUNTRY_ADJ$ and Sikkimese governments, ventured into the mountains of Sikkim unannounced and unauthorized. The doctors were detained by the Sikkimese government, and now high ranking officials are demanding that we outfit a punitive expedition to punish the Sikkimese government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697011OPTA;Outfit a punitive expedition.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697011OPTB;Bide our time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90958;The Gold Mines in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90958;We worked our gold mines in $PROVINCENAME$ to exhaustion and now the workers can't find any more veils. Slowly, the mines were abandoned and the workers settled as farmers. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA90958;More food to the people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME971204;The Padri War;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC971204;The Padri War (also called the Minangkabau War) was fought from 1803 until $YEAR$ in West Sumatra, Indonesia between the so-called Padris, Muslim clerics from Sumatra who, inspired by Wahhabism and after returning from Hajj, wanted to impose sharia in Minangkabau country in West Sumatra, Indonesia, and the Minangkabau nobility and traditional chiefs. The latter asked for the help of the Dutch, who intervened from 1821 and helped the nobility defeat the Padri faction. The Masang Treaty is now being signed and with the victory, the Dutch government tightened their hold on West Sumatra.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT971204OPTA;Glory to the Dutch.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME986505;The Treaty of Erzurum of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC986505;Bedr Khan has been defeated and was deported to Crete, to live the rest of his life in exile. Kurdish autonomy has been revoked and the rebels have lost any hope of autonomy. Tensions have risen between the Ottoman Empire and Qajar Persia after order was restored to the Kurdish areas. Border conflicts are now a common occurrence, driving up jingoist sentiment in both countries. Wishing to protect their interests in the region, the United Kingdom and Russia have intervened to find a diplomatic solution to the issues that plagued the area. The proposed treaty includes nine articles treating various issues, from territorial compromises to the status of pilgrims, forever establishing the western concepts of nation and borders in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986505OPTA;Order has been restored.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90957;Bukharan Claims on Kandahar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90957;With the fall of the Bukharan Emirate, their old claims in Kandahar are slipping away and the province is firmly in our hands.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA90957;Good.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME700016;Paraguay Curbed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC700016;With our outstanding claims resolved, it's time to reestablish diplomatic relations with our neighbors and let our conflicts behind.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT700016A;Let there be peace in South America.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT700016B;We will never give up our claims.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME986504;The Unbelievers;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC986504;The Muslim tribal leaders around Bedr Khan kept saying "the time of the Christians on earth is over and killing them is thawab, a pious act". Thus, the Christians were forced to convert to Islam or flee to other districts, as the zealot fury of the Kurds of Bohtan fell on the kafirs, the unbelievers, under their rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986504OPTA;The kafirs must pay.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME986501;The Rise of Bedr Khan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC986501;"We had no sooner reached the house of Yakoub Rais, then a cry of "The bey has come" spread through the village. The village was in the greatest alarm at a threatened invasion from Bedr Khan. The district of Tkhoma, which had escaped the former massacre, was now the object of his fanatical vengeance." Bedr Khan is the young and ambitious ruler of the Emirate of Bohtan. During the war with Egypt, Turkish troops were preoccupied with invading Egyptian troops and were unable to suppress his revolt, a reaction to the modernizing and centralizing efforts of Sultan Mahmud II that were antagonized by the Kurdish feudal chiefs. As a result, he extended his authority up to Mahabad, with Kurdish tribes pledging fealty to him. He adopted the fanatical tenets of Darwishes and was encouraged to undertake mass slaughters against Assyrians and Yazidis in the territory he controlled. The young leader was so bold as to invade kurdish lands in our country, an unmistakable act of war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986501OPTA;This will not go unpunished.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME986503;The Rise of Bedr Khan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC986503;"We had no sooner reached the house of Yakoub Rais, then a cry of "The bey has come" spread through the village. The village was in the greatest alarm at a threatened invasion from Bedr Khan. The district of Tkhoma, which had escaped the former massacre, was now the object of his fanatical vengeance." Bedr Khan is the young and ambitious ruler of the Emirate of Bohtan. During the war with Egypt, Turkish troops were preoccupied with invading Egyptian troops and were unable to suppress his revolt, a reaction to the modernizing and centralizing efforts of Sultan Mahmud II that were antagonized by the Kurdish feudal chiefs. As a result, he extended his authority up to Mahabad, with Kurdish tribes pledging fealty to him. He adopted the fanatical tenets of Darwishes and was encouraged to undertake mass slaughters against Assyrians and Yazidis in the territory he controlled. The Great Powers are outraged by his treatment of the Christian populations and are demanding that we intervene immediately.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986503OPTA;Do something NOW.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986503OPTB;Bide our time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT986503OPTC;We will not be coerced into action.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97123;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97123;$FROMCOUNTRY$ are asking us to delineate our southern border with them, and demand that we cede them Kelantan and Kedah as a sign of friendship. In exchange, they will send us foreign advisors and will establish friendly relation with us, promising to protect from other foreign powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97123OPTA;We agree.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97123OPTB;No, both are an integral part of our country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97122;The Thai Border;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97122;Kelantan and Kedah, Sultanates under the Rattanakosin Kingdom of Siam, are majority Muslim states that border our colonies but that don't have quite well defined frontiers with it. We should push for a treaty to include these sultanates, formerly part of Johore, in our colonies and to mark our border with Siam.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97122OPTA;Try to strike a deal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97122OPTB;Don't bother.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001001;Trans-Siberian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001001;The first stage of the railway linking Chelyabinsk and Novonikolayevsk has been completed with the construction of a bridge over the river Ob. Sadly the riverbanks near Tomsk were too swampy, so the bridge had to be constructed farther south, and a new settlement of "Novonikolayevsk" has been constructed at the river crossing. From now on this town will serve as the regional hub for transportation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001002;Trans-Siberian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001002;The second stage of the railway linking Novonikolayevsk-Kasnoyarsk-Irkutsk has been completed. The... creative surveys of the siberian wilderness have caused many delays, as engineers would rather submit plans without actually journeying through the untracked wilderness. This combined with severe labor shortages, forcing us to rely on convict labor, would have resulted in massive cost increases, if not for our dedication to building a railway as cheaply as possible. A bad railway is, after all, better than no railway!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001003;Trans-Siberian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001003;The Circum-Baikal Railway connecting Irkutsk and Chita has been completed, which allows us to stop relying so much on the expensive ice-breaking train ferries in Lake Baikal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001004;Trans-Siberian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001004;After many arduous years the final, and most difficult, stretch of the Trans-Siberian Railway has been completed. This brings to completion the immense project linking $CAPITAL$ with Vladivostok, Europe with the Far East, a railway covering a third of the world through untracked wilderness. With future maintenance and expansion, it may be the key to Russian prosperity.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001005;The Manchurian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001005;The Chita-Vladivostok railway line through Manchuria has been completed. It will serve as a useful shortcut for the Trans-Siberian railway, and the South Manchuria railway line, running between Port Arthur and Harbin, will allow Port Arthur to be a well supplied naval base and a major trade port!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME5001006;The Manchurian Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC5001006;The Russians have completed the construction of the Manchurian railway, and, naturally, our administration has been able to pocket some of the money intended for construction. More importantly, however, the railway has caused an economic boom in Harbin, as it has become a major transportation hub between the Trans-Siberian railway and the Russian owned port at Lushun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT5001006OPTA;Great!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME971710;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC971710;The $FROMCOUNTRY_ADJ$ agreed to the partition of Morocco, and we are now occupying the agreed land. $FROMCOUNTRY_ADJ$ soldiers are already on the move to occupy their part of Morocco. The last Sultan of independent Morocco, Moulay Hafid, was exiled to the Sultanate Palace in the Tangier Kasbah after his forced abdication in favor of his brother Moulay Yusef.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT971710OPTA;As it should be.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME971700;The Moroccan Question;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC971700;"The two Governments, inspired by their feeling of sincere friendship for $FROMCOUNTRY$, take into special consideration the interests which that country derives from her geographical position and from her territorial possessions on the Moorish coast of the Mediterranean. In regard to these interests the $COUNTRY_ADJ$ Government will come to an understanding with the $FROMCOUNTRY_ADJ$ Government. The agreement which may be come to on the subject between $COUNTRY$ and $FROMCOUNTRY$ shall be communicated to another Great Power Government." \n The Spanish government approached us with a proposal for the partition of Morocco: They would control the northern provinces of Ajdir and Tetouan and the southern province of Cape Juby and Ifni. In exchange, they would relinquish their old claims of control over Morocco, allowing us to annex all of Morocco while exiling the Sultan to Tangiers.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT971700OPTA;We accept.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT971700OPTB;We must decline.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98641OPTB;Let's seize the moment and declare war.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443038;The Slavery Decree of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443038;Everywhere in $COUNTRY$ serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443037;The Colonial Slavery Decree of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443037;Everywhere in the $COUNTRY_ADJ$ colonies serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443036OPTA;Make no distinctions, every serf is equal.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443036;The Homeland Slavery Decree of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443036;Everywhere in the $COUNTRY_ADJ$ mainland serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443036OPTB;Only the serfs that are not of part our heritage.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443035;The Abolition of Serfdom;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443035;Our King has decided that it's time to abolish serfdom - and replace it with something else. Serfs who occupied a plot of land were required to work for the Lord of the Manor who owned that land, and in return were entitled to protection, justice and the right to exploit certain fields within the manor to maintain their own subsistence. These rights have now been rescinded and the condition of virtual slavery that the serfs lived turned into real slavery. But the question of where this new decree will apply still remains.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443035OPTA;Only in the homeland.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443035OPTB;Only in the overseas provinces and colonies.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443035OPTC;Everywhere through our nation.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME3697010;The Afghan-British Settlement of $YEAR$;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697010;Our claims in India is a constant source of conflict with the Indian Princes and occasionally even the British government itself. In $YEAR$, Mortimer Durand was dispatched to Kabul by the government of British India to sign an agreement with Amir Abdur Rahman Khan for fixing the limits of their respective spheres of influence as well as improving diplomatic relations and trade. Signing this agreement means relinquishing our claims in India, but it also means normalizing relations with the British.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697010OPTA;We agree.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697010OPTB;We won't give up our claims.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME325500;Organizing Kazakhstan;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32549;Organizing Uzbekistan;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32548;Organizing Turkmenistan;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32547;Organizing Kyrgyzstan;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32546;Organizing Tajikistan;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32546;The peoples of Central Asia are spread in a vast territory, divided in feuding tribes, often nomadic, and unorganized Khanates that are frequently belligerent to each other. Our bureaucracy is working hard to put an end to this chaos, to organize these tribes and bring civilization and order to these places, and now this paid off: we just managed to organize the administration of one of these places, though the influx of immigrants and the modernization that we brought are awakening the nationalism in these people.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32546OPTA;Everything in its place.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443034;A Country Mobilized;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443034;Conscripts are being drafted left and right and the poor are being trained and prepared to fight. Military camps are full of fresh recruits, troops are carrying out exercises in our borders and every aspect of society and every signal the government gives seems to indicate a war is in progress, yet there's no war. This large disruption in the country's daily life is angering our population and making our neighbours increasingly wary.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443034OPTA;These are just harmless exercises.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME3697009;Gulab Singh's Proposal;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC3697009;A wealthy Maharajah, Gulab Singh, reputed to be the richest Raja north of the Sutlej River, has approached us with the intent of buying Kashmir and establishing a princely state there. He would still be subject to our rule and selling the land will help us as we lack the resources to properly occupy such a large region immediately after annexing Punjab.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697009OPTA;It's a nice proposal, we accept.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT3697009OPTB;We will try our hand at administrating it anyway.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME31500001;The Future of the United Baltic Provinces;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME6016807;Occitania;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC6016807;Setting up pops.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT6016807PTA;Done.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31500001;Similarly to guberniyas of the autonomous Grand Duchy of Finland, the Baltic Governorates were not a subject to the common civil and administrative laws of the Russian Empire, but did not have monetary, fiscal and passport system of their own. Like guberniyas of the Kingdom of Poland they were treated as an integral entity and the Russian law provided them the preservation of local authorities. In the Baltics these were Landtags. The special legislation which set rules for municipal administration and entrepreneurship according to local traditions, as well as the privileges to the local nobility, usually German, in the Baltics was known under the collective name of Ostsee Right. Now that we are free from the Russians, the question remains about the future of our country and if it will remain united at all.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA31500001;The Union will continue with Latvian rule.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB31500001;The Union will continue with Estonian rule.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC31500001;The Union will continue with the status quo.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD31500001;Latvia will be released and we will declare Estonia free.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTE31500001;Estonia will be released and we will declare Latvia free.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME952515;The $FROMCOUNTRY_ADJ$ Claims;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC952515;The $FROMCOUNTRY_ADJ$ are claiming Limburg on the basis of their customs union. They don't have much time to press their claims, as they are not strong claims. Other great powers might declare their support for us if they try anything. Our advisors expect that any movement to annex Limburg right now is being blocked by $FROMCOUNTRY$, but if we manage to keep Limburg under our vassalage for six months we will be able to annex Limburg and solve this crisis our way.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952515OPTA;Damn $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME952514;The Duchy of Limburg;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC952514;With the union of the German Confederation in a more unified state, an old member of the Confederation, the Duchy of Limburg, which was created to fill the spot of Luxembourg per the London Treaty, had its autonomy revoked and it's being annexed by the Netherlands. Our claim in the region is tenuous, but it exists and we could push for it. If we decide to do it, we have six months to stall the Netherlands before they annex Limburg, and other great powers might try to intervene, but if we succeed, liberate Limburg and bring them in our sphere, we will be able to annex it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952514OPTA;Let it go. We recognized the territory as part of the Netherlands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952514OPTB;A state that once was part of the Confederation is a part of our country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT952513OPTA;No Great Power would agree to a German claim.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME500005;United Poland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC500005;As the Polish State we need to protect all our citizens in the west. Polish people lived in Poznan, Silesia, Pomerelia and Luzica for centuries and these parts are a rightful and core part of our country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT500005A;For a united Poland!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME500004;A Polish State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC500004;Poland is free again, and for the good of our nation, we should join it in perpetual union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT500004A;We will unite!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT500004B;We enjoy independence too much.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443033;$FROMCOUNTRY_ADJ$ Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443033;The Revolutionaries in $FROMCOUNTRY$ have kicked our representatives our of their Capital and expelled our diplomats, ending all our influence in them. Advisors in our government say that this revolution has become too bothersome to deal with and that we should intervene immediately to remove these barbarians from power.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME443032;The Counter-Revolutionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC443032;Our revolutionary government has been under control of counter-revolutionaries for too long! It's time to kick them out of $CAPITAL$, assert out freedom and keep the revolution going - no one will stop it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT443032OPTA;We will not be kept down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32536;The Russian Border In Central Asia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32536;Our border with Central Asia is dotted with forts in an attempt to control the land. But these are not enough anymore - if we want to really control the land, we need to settle it. To do so, we will start a series of towns and settlements to replace these forts.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32536OPTA;For the $MONARCHTITLE$!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443031;$FROMCOUNTRY$ Bourgeois Smash the Revolution;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443031;"The dark servants of the bourgeois incited the proletariat on: 'Beat the Jews, beat the shopkeepers, rob the markets, devastate the shops, pillage the wine stores! Slay, burn, rob!' And then will begin a terrible confusion, a war between one part of the people and the other. All will become still more disorganized, and perhaps once more blood will be shed on the streets of the capital. And then, what then?" \n The Bourgeois in $FROMCOUNTRY$ dispersed an attempt of the proletariat to take power by sowing lies and dissent in their ranks. Our efforts were thwarted and the result is dead workers and revolutionaries, and a government who is even more uncooperative.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443030;The Storm of the $CAPITAL$ Palace;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443030;"Everywhere at the street corners were stationed Communist soldiers or sailors or detachments of the Red Guard. Violent fusillade of machine-guns and light artillery were directed against the Government Palace. A battle ensued, during which there were some hundred casualties on either side. Gradually the Communists forced an entry and invaded the Palace. On their way they pillaged every room they entered. The library, the doors of which was locked and sealed, was forced open and ransacked, books and manuscripts burnt and destroyed. The colossal crystal lustre, with its artfully concealed music, was smashed to atoms." \n A rally organized by the $COUNTRY_ADJ$ Communist party marched in the government palace, spearheaded by the Red Guard, its armed arm that is funded by the $FROMCOUNTRY_ADJ$ government. Soldiers loyal to the $MONARCHTITLE$ are holding off the Red Guard and fights in the street have broken out between loyalists and the Red Guard, but how long can they fend off the red tide?;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443030OPTA;Proletariat of the world, unite!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443030OPTB;$COUNTRY$, Whole, Great and Free!;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443029;Communist Rally in $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443029;Communists sympathetic to our government march in $FROMCOUNTRY$ capital, in a demonstration of support to our new revolutionary government. As the tensions between the bourgeois government and the Communists rise in $FROMCOUNTRY$, the leaders of the $FROMCOUNTRY_ADJ$ Communists Party approached our government to ask for help in ending the oppression of the proletariat. This could mean we can establish a puppet government aligned with us, but it could also escalate to war.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443028;The Red Storm;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443028;"Like a black river, filling all the street, without song or cheer we poured through the palace gates, where the man just ahead of me said in a low voice: 'Look out, comrades! Don't trust them. They will fire, surely!' In the open we began to run, stooping low and bunching together. 'Clear the Palace!' bawled a Red Guard, sticking his head through an inner door. 'Come, comrades, let's show that we're not thieves and bandits.'" \n The Red Guard of the Communist Party is spearheading a rally towards the government Palace in $CAPITAL$. They demand nothing less than the dissolution of the government and the formation of a new one, controlled by the communist Party. The rally is peaceful but it's quite obvious tensions will rise as the communists won't budge until they are at least heard by government officials.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443027;$FROMCOUNTRY$ Fascist Coup Fails;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443027;"I heard this loudspeaker say 'They are going to the Main Street', suddenly a barricade was erected there. They built barricades from paving stones, timber and overturned lorries. Shouting the slogan 'They shall not pass' - more than 10,000 people turned back an army of Blackshirts. When we heard that the march was disbanded, there was a hue and cry and the flags were going wild. Their victory over racism and antisemitism on $YEAR$ became known as the Battle of $CAPITAL$ and encapsulated the $FROMCOUNTRY_ADJ$ fight against a fascism that was stomping across $COUNTRY$ and $FROMCOUNTRY$." \n A $FROMCOUNTRY_ADJ$ newspaper report that thousands lie dead on the street of $FROMCOUNTRY$ Capital as fighting dies down after a bloody coup. The $FROMCOUNTRY_ADJ$ Fascist party paramilitary group stormed the palace but was repelled by government forces backed by the population.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443027OPTA;Instability in $FROMCOUNTRY$ will not be tolerated.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443027OPTB;We will intervene eventually.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443027OPTC;We better let things in $FROMCOUNTRY$ calm down.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443026;The $CAPITAL$ Battle;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443026;"This is violence. This is the violence of which I approve, which I extol. This is the violence of the $CAPITAL$ Fascists. And $COUNTRY_ADJ$ Fascism should make it its own. Not the small individual act of violence, but the great, fine, inexorable violence of decisive hours.... In war-time let us adopt the Socratic formula: We must overcome our friends in good deeds, our enemies in evil deeds." \n Violence broke out in the streets as the Fascist party paramilitary corps stormed the government palace ahead in the end of a parade. A bloody coup is being fought off in the stairs and corridors of the governmental palace and in the street between pro-government forces and the paramilitary clad in their black uniforms. Reports from the fighting claim their weapons, their training, even some of them seem distinctively $FROMCOUNTRY_ADJ$. The $MONARCHTITLE$ is nowhere to be seen and anarchy looms over $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443026OPTA;All within the state, nothing outside the state, nothing against the state.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443026OPTB;We will fight the Fascists to the last man.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443025;Fascist Demonstrations in $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443025;Fascists sympathetic to our government march in $FROMCOUNTRY$ capital, in a demonstration of support to our new revolutionary government. With tensions between the conservative government and the fascists on the rise in $FROMCOUNTRY$, the leaders of the $FROMCOUNTRY_ADJ$ Fascist Party approached our government to ask for help in a coup to install a fascist dictatorship. This could mean we can establish a puppet government aligned with us, but it could also escalate to war.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443025OPTA;Arm them and get the secret police to undermine the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443025OPTB;We are not interested in $FROMCOUNTRY_ADJ$ internal affairs.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME96093;The French Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC96093;As a result of losing the Great War and per the Treaty of Paris of $YEAR$, the French are being punished by being forced to cede several territories with a Picard population or that share a border with us.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT96093OPTA;Well deserved.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME15100;Landowners Incite The Peasantry;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC15100;'So take arms! Impoverished, starved and hungry brethren of $PROVINCENAME$. In name of our Lord and in defense of eternal rights, let us drive the occupiers out of our native land!' Local landowners in $PROVINCENAME$ are arguing revolution against our rule. We could confront them now, but then again it might be better to wait for another opportunity.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME443024;The Black Shirts Parade;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC443024;Paramilitary soldiers, clad in all black uniforms, march through the main street of $CAPITAL$, demonstrating their support for the one government who recently turned Fascist after a revolution. A crowd has gathered to watch the march, with some shouting words of support for the unflinching soldiers of the Fascist Party paramilitary branch, their eyes shining with pride and ideological conviction. Tensions rise in our country as the revolutionary elements vie for more power. The future of the government and of the $MONARCHTITLE$ is uncertain.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT443024OPTA;This can't end well.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME90956;Chinese Immigration;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC90956;Hong Kong is turning in a large, bustling city. Merchants from all over the world come to Hong Kong to trade and the wealth moved in the city attracted people from all over China.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA90956;More people, more trade, more profit.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME90954;The $PROVINCENAME$ Treaty Port;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC90954;"In this part are the ten main markets, though besides these there are a vast number of others in the different parts of town. They are all squares of half a mile to the side, and along their front passes the main street, which is 40 paces in width, and runs straight from end to end of the city, crossing many bridges. At every four miles of its length comes one of those great squares of two miles in compass. In each of the squares is held a market three days a week, frequented by 40,000 or 50,000 persons, who bring there for sale every possible necessity of life. All the ten market places are encompassed by lofty houses, and below these shops is where all sorts of crafts are carried on, and all sorts of wares are on sale, including spices, jewels and pearls." \n $PROVINCENAME$ is bustling with traders, merchants buy and sell opium, making fortunes, and traders from all over China come to trade, bringing their servants and laborers to run shops or carry goods.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA90954;Excellent.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC90955;With our administration of $PROVINCENAME$, we abolished opium trade and expelled the old foreign administration. As a result of these harsh policies, trade fell considerably and many Europeans vessels don't stop in $PROVINCENAME$ anymore.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA90955;We didn't need them anyway.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME96092;Saint Pierre & Miquelon;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC96092;Saint Pierre & Miquelon is being offered to us as a result of the last Great War and the dismantlement of France. Since we own the closest land to it, the Great Powers argue it should be under our administration.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT96092OPTA;We will govern the island.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME37239;The Loss of Alsace-Lorraine;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC37239;Alsace-Lorraine was lost to the Germans in a fateful war. They become stronger by the day, fueled by a military-industrial complex that feeds their war machine with weapons and ammunition while their society is geared for the training and recruitment of soldiers for their armies. Some voices in our government argue that if we are to ever take our lands back, we need our own military-industrial complex and our own military reforms.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT37239OPTA;Our lands will be returned.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT37239OPTB;There's no need for war.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME900041;The Emperor's Acclamation;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900041;In $YEAR$, the Mughal emperor Bahadur Shah, heeded calls of the Muslims leaders and declared a Jihad against the British empire, expelling the British troops from Delhi. He's being acclaimed as the Emperor of India, though this acclamation is not heard or recognized through all of India, the Muslim population quickly rallied to his side.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT900041OPTA;He will pay for his insolence.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT900041OPTB;Every dog is allowed one bite.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT900041OPTC;Let him go and let him keep his Muslims subjects.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT900041OPTD;Order the troops to move immediately.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME330039;The German Compromise;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC330039;$MONARCHTITLE$ had to make compromises during the German unification to guarantee all duchies would stay in and not try to break away from the Union. In exchange, they were granted increased autonomy.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT330039OPTA;They will stay in the Union.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME3697008;British Alaska;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTDESC3697008;Now that we have a firm grasp on Alaska and with the approval of home rule to the Canadians, the issue has been raised about Alaska's status. Canadians are pushing for it to be annex to their territory, as holding these territories so far away from the British Isles would only result in inefficiency in administration.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTNAME3697007;British Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTDESC3697007;The Americans lost Columbia to us and with the approval of home rule to the Canadians, the issue has been raised about it's status. Canadians are pushing for it to be annexed to their territory, as a part of Columbia it is also a part of Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVT3697007OPTA;So be it.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVT3697007OPTB;We have other plans for it.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTNAME95521;Turkmenia is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTDESC95521;We exercised control and had tenuous claims over the Turkmenia region. We never managed to establish a firm control over the Turkmen nomads and now that we lost the region entirely, we find that our claims in the region are slowing being forgotten by the Great Powers.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVT95521OPTA;Damn.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTNAME325107;Imam Shamil Is Captured;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTDESC325107;Warfare in the Caucasus finally ended in $YEAR$ when a 250,000 strong army under General Baryatinsky broke the mountaineers' resistance. After his capture, Shamil was sent to Saint Petersburg to meet the Emperor Alexander II and swear allegiance to the Tzar. Afterwards he was exiled to Kaluga, then a small town near Moscow. After some time in Kaluga he complained to the authorities about the climate and Shamil received permission to move to Kiev, a commercial center of the Empire's southwest. In Kiev he was afforded a mansion in Aleksandrovskaya Street. The Imperial authorities ordered the Kiev superintendent to keep Shamil under "strict but not overly burdensome surveillance" and allotted the city a significant sum for the needs of the exile. Shamil seemed to have liked his luxurious detainment, as well as the city: this is confirmed by the letters he sent from Kiev. A manifesto of Tzar Alexander II declared hostilities ended in $YEAR$.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVT325107OPTA;Peace is restored.;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTNAME325108;Imam Shamil Escapes;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC325108;In $YEAR$, Shamil and his followers, numbering about 4000 men, women and children, found themselves under siege in their mountain stronghold of Akhoulgo, nestled in the bend of the Andee Koisou River, about ten miles east of Gimry. This siege lasted eighty days, finally resulting in a Russian victory. The Russians suffered about 3000 casualties taking the stronghold, while the rebels were slaughtered in extremely bitter fighting (which was typical of the war, with no quarter asked for nor given). Shamil and a small party of his closest followers, including some family, managed to escape down the cliffs and through the Russian siege lines during the final days at Akhoulgo. Following his escape he once again set about regaining his following and resisting the Russian occupation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT325108OPTA;We will root him out eventually.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME18561;Celebration in $CAPITAL$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18561;A great celebration has been held in $CAPITAL$ in honor of $COUNTRY$'s rulers, as well as its centuries of honorable tradition. Massive crowds appeared to cheer on our soldiers, and the spectacle has even drawn the attention of foreigners. Shall we dedicate the celebration to $COUNTRY$'s greatness, or shall we instead use it as an excuse to appease the masses?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT18561OPTA;Appease the masses.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT18561OPTB;Let the world see our greatness.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME185100;Military Parade;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC185100;In the eyes of our soldiers as they parade through the streets, nothing can be seen but utmost devotion to $COUNTRYNAME$ and the ideals for which our nation stands. These men, and the description fits them, have been fostered since childhood into rigid and firm belief in our nation, and they would die to defend it. Long live $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT185100OPTA;Let our neighbors fear our might!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT185100OPTB;Let the people witness our strength!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME18507;The Price of Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18507;It has been often said that the $COUNTRY_ADJ$ people are accustomed to freedom -- they strive for it, hold it as the greatest of ideals. So it is that they chafe under the yoke of what they see as the government's tyranny. A recent demonstration in one of our cities threatens to spread throughout the state. With the eyes of the world upon us, however, forcefully putting an end to this act of civil disobedience will no doubt be seen as an attack upon our own citizens.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT18507OPTA;These demonstrations cannot be allowed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT18507OPTB;Leave them alone... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME185600;Annals of the Past;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC185600;The peasants are taking to the streets, rising up against their rulers in ways that would have been unthinkable only decades ago. Perhaps it is time to remind them of their duty to their nation, and of the traditions which have served $COUNTRY$ so well in ages past?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT185600OPTA;They must remember their place.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME18535;Onward to Tomorrow;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18535;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: order, industry and productivity. Such were the virtues in which this man believed, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT18535OPTA;We should be thankful for our blessings.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95520;El Hadj Umar Tall of the Tukulor people;;;;;;;;;;;;;;;;;x;;;; -EVTDESC95520;Umar Tall, one of the people called Tukulor, returned from the Hajj in 1836 with the titles of El Hadj and caliph of the Tijaniyya brotherhood of the Sudan. After a long stay in Fouta-Toro, he moved to Dinguiraye. This became the staging ground for his $YEAR$ jihad. Umar Tall struck out against our weakened empire with great success - taking first Kaarta and then Segou. Umar Tall's mujahideen readily defeated our forces, seizing Ségou itself and declaring an end to the Bambara Empire (which effectively became part of the Tukulor Empire).;;;;;;;;;;;;;;;;;x;;;; -EVT95520OPTA;How the might have fallen.;;;;;;;;;;;;;;;;;x;;;; -EVTNAME986500;$FROMCOUNTRY$ Ultimatum;;;;;;;;;;;;;;;;;x;;;; -EVTDESC986500;The $FROMCOUNTRY_ADJ$ government, exercising its power as our overlords, are sending an ultimatum informing us that they are ending local rule and are going to centralize the administration. They are sending a governor to oversee our territory and urge us to abide to a peaceful transition.;;;;;;;;;;;;;;;;;x;;;; -EVT986500OPTA;We have no choice but agree.;;;;;;;;;;;;;;;;;x;;;; -EVT986500OPTB;We will fight to the last men for our Independence.;;;;;;;;;;;;;;;;;x;;;; -EVTNAME60055558;The Croatian–Hungarian Settlement;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC60055558;The Austro-Hungarian Compromise brought other consequences regarding to the legal status of the sovereignty of the Crown of St. Stephen over other crown lands. An agreement was reached between the Parliament of Hungary on the one hand and the Parliament of Croatia on the other hand, with regard to composing by a joint enactment the constitutional questions at issue between them. Following the Settlement, the Croatian kingdom was referred to using the name Kingdom of Croatia-Slavonia and article 66 of the settlement specified lands of the Kingdom of Croatia-Slavonia, including Dalmatia in the list.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT60055558OPTA;At least this issue is settled.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443023;The Religions Of The Far East;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443022;The Religions Of The Far East In The Mainland;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443021OPTA;The Shinto.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443021OPTB;The Mahayana.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443021OPTC;The Animists.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443021OPTD;The Yazidi.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443021OPTE;All of them.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443021;The Religions Of The Far East In The Colonies;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC443021;The religions of the Far East seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443020;Shintoism, Mahayana, Yazidi and Animists In Our Empire;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443016;Buddhism, Hinduism and Sikhism In Our Empire;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443012;Muslims and Jews In Our Empire;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443017OPTA;The Sikh.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443017OPTB;The Gelugpa.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443017OPTC;The Theravada.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443017OPTD;The Hindu.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443017OPTE;All of them.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443017;The Oriental Religions;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC443017;The Oriental religions seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443013;The Abrahamic Question;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC443013;The middle eastern religions in our realm seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443013OPTA;The Sunni.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443013OPTB;The Shiite.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443013OPTC;The Jews.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443013OPTD;The Ibadis.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443009OPTE;All of them.;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443009;The Christian Question;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC443009;Christians in our realm seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443009OPTA;The Catholics.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443009OPTB;The Protestants.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443009OPTC;The Eastern Orthodox.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443009OPTD;The Oriental Orthodox.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME443008;Christianity In Our Empire;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC443008;Now we are looking for data about specific regions in our empire. Where should we look for the data?;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443008OPTA;In the colonies.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443008OPTB;In the mainland.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT443008OPTC;Everywhere.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME90953;The Algerian Claims;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC90953;One of the regions of the Sahara we own was historically claimed by Algeria. Even if not now, they plan to put enforce these claims.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA90953;Irrelevant.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME325106;The Caucasian Rebellion;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC325106;Imam Shamil eluded our forces and retreated to the mountains, raiding villages and forts under our control. For the last month, however, he amassed a massive force and marched from the mountains, taking several forts by surprise, overrunning them and shattering our control over the land.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT325106OPTA;Damn these rebels.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT325106OPTB;They are too troublesome to keep fighting. Let them be free.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME90101;Broken Promises;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME700015;The End of the Carlos Era;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC700015;The government of Paraguay recently changed and as a result Solano Lopez lost its power. His reforms and policies were canceled by the transitional government.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPT700015A;They weren't good anyway.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME96173;Sicilian Revolution of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC96173;The seeds of the revolution of $YEAR$ were sown prior to the Congress of Vienna, in 1812. This was during the tumultuous Napoleonic period when the Bourbon court was forced to escape from Naples and set up its royal court in Palermo with the assistance of the English navy. The Sicilian nobles were able to take the opportunity to force on the Bourbons a new constitution for Sicily that was based on the Westminster system of parliamentary government, and was in fact quite a liberal constitution for the time. However, post Congress of Vienna, Ferdinand IV of Naples (and III of Sicily) immediately abolished the constitution upon returning the royal court to Naples. The 1848 revolution was substantially organized from, and centered in, Palermo. The popular nature of the revolt is evident in the fact that posters and notices were being handed out a full three days before the substantive acts of the revolution occurred. The rebels are storming key cities and caught up the forces of our country off guard.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA96173;Damn these traitors!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB96173;We don't need them. Let everything but Messina go.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTC96173;Avanti Sicily!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME441268;36"30' or War!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC441268;The Dixies are demanding our territories south of the 36"30' Parallel, claiming the Missouri Compromise gives them the right to rule these lands.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA441268;Give in to their demands.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB441268;They will have to take it by force.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME441267;End of Homesteading;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC441267;The Land Policy and Management Act of $YEAR$ ended homesteading as government policy had shifted to retaining control of public lands. This shift of policy came as our new government priorities arise and the old government policies are being revised.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA441267;No one shall have land for free anymore.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95658;Kota Bahru Founded;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95658;Kota Bharu was established by Sultan Muhammad II of Kelantan in $YEAR$ as Kelantan's capital. Prior to this date, Kota Bharu was known as Kuala Kelantan. Before Kota Bharu assumed the role, the Kelantanese capital was Kota Kubang Labu.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95658OPTA;Glory to Kelantan!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME325105;The Circassian Rebellion;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC325105;The Circassians have rose up again, seizing several cities and declaring an open rebellion with the intent of shaking off Russian rule.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT325105OPTA;Put down this rebellion.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT325105OPTB;We recognize the Circassian Independence.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME325104;The Circassian Diaspora;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC325104;From 1763 to $YEAR$, the Circassians fought against the Russian Empire in the Russian-Circassian War, finally succumbing to a scorched-earth campaign initiated in the last two years under General Nicholai Yevdokimov. Afterwards, large numbers of Circassians were exiled and deported to the Ottoman Empire and other nearby regions. Total population estimates differ: according to some sources, some two million live in Anatolia, Transjordan, Syria, and Iraq. The Circassians that stayed behind, before and after the exodus and war, were subject to pre-planned mass killings by Imperial Russia, accompanied by deliberate famine and epidemics, severely reducing the population.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT325104OPTA;Finally, Russia is at peace.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT325104OPTB;Try to stop the collateral damage. We recognize their struggle.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32535;The $YEAR$ Rebellion in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32535;In $YEAR$, without regard to local conditions, the $COUNTRY_ADJ$ government ordered $PROVINCENAME$ peasants to cultivate potatoes and to pay their taxes in $COUNTRY_ADJ$ cash. $PROVINCENAME$ still maintained a primarily natural economy based on corn and millet. Rumors began to spread among the peasants that money payments would soon be required and that peasants would be drafted into the army. When the tax collections began, the peasants of the community resisted and took to arms. The disturbances spread through all $PROVINCENAME$ and soon the rebels had almost 7,200 men in their ranks. They took control of most fortified points in the province and blocked roads leading to the key cities.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32535OPTA;Damn these peasants.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME96091;Eupen-Malmedy goes to $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC96091;The last great war ended and $FROMCOUNTRY$ was dismantled. As a punitive measure, the province of Eupen-Malmedy is being ceded to us.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT96091OPTA;Rightful Punishment.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32534;End of the Tzar's Rule;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32534;The Grand Duchy of Finland is no longer under a personal union with the Tzar of Russia and the provisional government has been working to keep stability on the newly independent Finland. However, The question arose what kind of government shall the independent country have.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32534OPTA;Keep the monarchy. Look for a monarch from a good royal family.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32534OPTB;Declare Finland a Republic.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME96172;The Altar of the Fatherland is Completed;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC96172;The eclectic structure of the Altar of the Fatherland (Altare della Patria) was designed by Giuseppe Sacconi in 1885. Sculptures for it were parceled out to established sculptors all over Italy, such as Leonardo Bistolfi and Angelo Zanelli. It was inaugurated in $YEAR$, albeit not entirely complete. The monument is to feature stairways, Corinthian columns, fountains, an equestrian sculpture of the main figure behind Italian unification and two statues of the goddess Victoria riding on quadrigas. The structure is 135m wide and 70m high. If the quadrigae and winged victories are included, the height is to 81m. It has a total area of 17,000 square meters.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA96172;Avanti Italia!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME50003;A City Flourishes;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC50003;The village of Paraibuna emerged in the early nineteenth century due to the occupation of the region by families of farmers and settlers coming of the former gold producing region (Ouro Preto and Mariana). The county of Paraibuna was separated from Barbacena on May 31, 1850, and was elevated to Paraibuna City in 1856, surpassing the city of São João del Rey. In 1865 the city of Paraibuna was renamed Juiz de Fora.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA50003;May the city forever flourish.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98649;The Fall of the Metropolitan Regime;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC98649;For long, the seat of Metropolitan of Montenegro has been de facto an hereditary position. The Metropolitan would rule Montenegro, the small but de facto independent state surrounded by the Ottoman Empire. The last Metropolitan, Petar II Petrovic Njegos, before his death he named his nephew Danilo as his successor. When Njegos died, the Senate, under influence of Djordjije Petrovic, proclaimed Njegos's elder brother Pero Tomov Petrovic as Prince and not Vladika. Nevertheless, in a brief struggle for power, Pero Tomov, who commanded the support of the Senate, lost to the much younger Danilo who had more support among the people. In $YEAR$ Danilo proclaimed the secular Principality of Montenegro with himself as Prince and formally abolished theocracy.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98649OPTA;Long Live the King!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98649OPTB;The Prince-Bishopric will remain as it is.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME97117;Afghan Tribes;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97117;The Afghan tribes know the territory and are now united against the enemy occupation. Onwards!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT97117OPTA;We will defeat the foreigners.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952512;The Jihad Ends in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952512;As $PROVINCENAME$ returns to Islamic hands, the flames of the Jihad start to die down.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952512OPTA;Allah be praised!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952511;The Aceh Jihad;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952511;In the aftermath of our conquest of Aceh, some of the most extremist elements of the Sunni community in Aceh declared a jihad against our government. $COUNTRY_ADJ$ citizens and personnel are targeted by sporadic suicidal attacks by Acehnese patriots influenced by the Hikayat Perang Sabil and other proscribed texts. Acehnese resentment was further stoked by a system of forced corvee labor where subjects were required to work on government roadwork projects for 24 days a year. By $YEAR$, Aceh had reverted to a state of full-scale guerrilla warfare and the necessity of regular troops stationed in former Acehnese territory is vital.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952511OPTA;We will quell this rebellion.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952510;Negotiations Break Up;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952510;Our negotiations over our colonial disputes regarding the Aceh Sultanate and our colonies in Africa and the Dutch and our colonies in Asia came to a halt as the Dutch government refused all of our offers. Our relation will suffer because of this.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952510OPTA;A pity.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952509;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952509;The Dutch agreed to transfer ownership of some coastal colonies to us. The diplomats made the necessary arrangements and the colonies are already in our power.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952508;The Gold Coast Treaty of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952508;The Dutch agreed to our demands and are transferring ownership of their colonies in the Gold Coast to us.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952507;The $FROMCOUNTRY_ADJ$ Refuse;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952507;$FROMCOUNTRY_ADJ$ diplomats informed us that their government reject our most reasonable offers, and that their protectorate over the Sultanate of Aceh will continue.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952507OPTA;They will regret this.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952506;$FROMCOUNTRY_ADJ$ diplomats returned with their government demands: they want some of our coastal colonies in exchange for letting us conquer Aceh without interference. They won't help us conquering the Sultanate, but at least they will not get in our way and will work so other Great Powers don't get in your way.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952505OPTB;These demands are an outrage! We will never agree to this.;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952506;The $FROMCOUNTRY_ADJ$ Proposal;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952505;The Gold Coast Proposal;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952505;$FROMCOUNTRY_ADJ$ diplomats returned with their government demands: they want out possessions in the Gold Coast of Africa, a colony they long claim and covet, in exchange for letting us conquer Aceh without interference. They won't help us conquering the Sultanate, but at least they will not get in our way and will work so other Great Powers don't get in your way.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952504;The $FROMCOUNTRY_ADJ$ Have Agreed;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952504;$FROMCOUNTRY_ADJ$ diplomats inform us our request was granted, and that we may attack the Sultanate of Aceh. They didn't even ask for anything in return.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952504OPTA;Wonderful News! Make the necessary arrangements.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952504OPTB;We are not interested in this anymore.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952503;The Dutch Proposal;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952503;The Dutch approached us about our protectorate in the Sultanate of Aceh. We long had disputes and issues as who is the rightful protector of the territories occupied by the Sultanate of Aceh and the Sultanate of Siak, as well as other emerging conflicts in Asia. They are willing to trade a colony with us and settle our disputes if we relinquish our protectorate over Aceh and turn a blind eye when they try to conquer it. \n \n §RNOTE: Make sure the Dutch own provinces in the Gold Coast if you select the second option.§W;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952503OPTA;Let them have it, we don't need anything in exchange.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952503OPTB;Their possessions in the Gold Coast would make a nice deal.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952503OPTC;Any colony will do.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952503OPTD;Aceh is not for sale.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952502;The Jambi Sultanate;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952502;In the past, minor conflicts with the Dutch (the Indonesian colonial possessions of which are now nationalized as the Dutch East Indies) who were well established in Palembang, meant the Dutch increasingly felt the need to control the actions of Jambi. They coerced Sultan Facharudin to agree to greater Dutch presence in the region and control over trade, although the sultanate remained nominally independent. In $YEAR$ the Dutch, apparently concerned over the risk of competition for control from other foreign powers, started to draw plans to invade Jambi from their other Indonesian colonies.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952502OPTA;The Jambi must be brought into the fold.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952501;The Sultanates Refuse;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952501;The Sultanates of Yogyakarta and Surakarta refused our demand and expelled our diplomats of their courts.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952501OPTA;This requires immediate action.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952501OPTB;It's better to forgive and forget.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME952500;The Dutch Demand;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC952500;The Dutch demand that we submit ourselves to their direct control, as a colonial province, so they may bring civilization to our people.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952500OPTA;We have no choice but to surrender.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT952500OPTB;We will fight to the last man.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME60168006;$PROVINCENAME$ Goes Dark;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC60168006;Reports came in today that street lights and lines in $PROVINCENAME$ have been badly damaged during the skirmishes that happened with enemy troops. Lines and poles have been hit by artillery fire, damaged by bullets or had the supply purposely cut, the poles dug and knocked down in an attempt to turn the fight in their favor and hide their position.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT60168006OPTA;Define a rebuilding plan.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME60168005;Sabotage in $PROVINCENAME$;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC60168005;A locomotive hurriedly passed by the $PROVINCENAME$ railroad during dusk while human silhouettes snuck out of the railroad. They hit the wooden keys used to hold the rails in chairs with a hammer, diverting the train to a more sinuous track while forward other figures moved objects in the rail. The train was wrecked by putting objects on the high rail at a curve, and contained tons of supplies for our troops fighting in the province. Later on that night, one of our railroad bridges in $PROVINCENAME$ was burned to the ground, with no culprits found. These actions are believed to be the work of the enemy and severely crippled our railroad network.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT60168005OPTA;A minor setback.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME60168004;$PROVINCENAME$ Fort Damaged;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC60168004;Bullets whistled as the morning came in $PROVINCENAME$. Enemy soldiers engaged our troops in the roads, their drums hoaring in the distance. Our local fort was spearheading the defense, soldiers taking turns crouching to reload and standing up to fire at the enemies. A group of enemy saboteurs snuck in one of the fort walls and managed to blew it up with explosives, severely damaging the fort's structure.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT60168004OPTA;We shall rebuild.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTC441266;Long Live Liberia!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98648;The Selling of Zeyla;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC98648; After the Egyptians withdrew from the Yemeni seaboard in 1841, Haj Ali Shermerki, a successful and ambitious Somali merchant, is offering to purchase executive rights over Zeila.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98648OPTA;Agree.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98648OPTB;We need the city more.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME3697006;The Pioneer Column;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC3697006;The Pioneer Column was a force raised by Cecil Rhodes and his British South Africa Company in $YEAR$ and used in his efforts to annex the territory of Mashonaland. Rhodes was anxious to secure Matabeleland and Mashonaland before the Germans, Portuguese or Boers did. His first step was to persuade the Matabele King Lobengula to sign a treaty giving him rights to mining and administration (but not settlement as such) in the area of Mashonaland which was ruled by the King by use of coercion and murderous raids involved tribute-taking and abduction of young men and women. Using his Concession between Rhodes' British South Africa Company and Lobengula, he then sought and obtained a charter from the British government allowing him to act. The column crossed the river Tuli into Matabeleland and halted at a naturally flat and marshy meadow bounded by a steep rocky hill, raising the British union flag.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT3697006OPTA;For $COUNTRY$!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT3697006OPTB;To our pioneers!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME5000002;The Polish Uprising;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC5000002;;After Russia was defeated in war, the Poles, Lithuanians and other minorities in Russia are getting restless. The uprising began as a spontaneous protest by young Poles against conscription into the Imperial Russian Army. It was soon joined by high-ranking Polish-Lithuanian officers and various politicians. In Vilnius alone 116 demonstrations were held in $YEAR$. Much of these manifestations in Vilnius ended in clashes with the Imperial Russian Army. In spite of Russian police and Cossack interference, a symbolic meeting of hymn-singing Poles and Lithuanians took place on the bridge across Niemen River. The crowds sang "God protect Poland" in Lithuanian and Belorussian. If we join the Uprising now, we might be able to gather arms and international support.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT5000002A;The Poles will get their freedom.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT5000002B;We should be loyal subjects.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME60055557;The Serfdom Question;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC60055557;One of the main reasons that led to the Krakow Uprising spreading to our polish lands is the serfdom question. Modern nations already abolished this medieval institution that persists in our country, and many in our country advise that it's now the time to modernize $COUNTRY$, and the first step is the abolition of serfdom. The question remains, however, to who belongs the lands the serfs worked on. The aristocracy claims the land is theirs and the serfs should find their own lands, while the serfs argue that the land is theirs by the right of use.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT60055557OPTA;Give the lands to the freed serfs.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT60055557OPTB;The land belongs to the aristocracy.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT60055557OPTC;Distribute the lands to the serfs, but pay a compensation to the nobility.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT60055557OPTD;This is not the time to abolish serfdom.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32533;The Retreat;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32533;'On the third day they were attacked by the Manchu from all points, and a fearful slaughter ensued… The troops kept on and awful scenes took place. Without food, mangled and cut to pieces, each one caring only for himself, all subordination had fled, and the soldiers of the forty-fourth $COUNTRY_ADJ$ regiment are reported to have knocked down their officers with the butts of their muskets. Just seven days after the retreat commenced, one man, bloody and torn, mounted on a miserable pony, and pursued by horsemen, was seen riding furiously across the plains to the Coast. The sole survivor to tell the tale of the Sahaliyan Ula ambush.'\nOur attempts to expel the Manchu from Outer Manchuria have been met with stiff resistance and our troops suffered a major blow while trying to expel them.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32533OPTA;Drat.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32532;Manchus Expelled from Outer Manchuria;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32532;"In $YEAR$ I was quartered in Outer Manchuria. An order came from $CAPITAL$ that the Manchus inhabiting the frontier towns and village be deported to the interior. It was said then that this was only a precautionary measure. I saw at that time large convoys of Manchus exiting Outer Manchuria. They were mostly old men, women and children. Some of the able-bodied men had been recruited in the Chinese Army and many had fled to Russia. The massacres had not begun yet. Later, an order came to deport to China all the Manchus in Outer Manchuria. The destination of all these Manchus is Ninguta. There they are kept crowded in all available vacant houses, temples, courtyards and open lots. Their condition in Ninguta is beyond description. I personally visited several of the places where they were kept and found them starving and dying by the hundreds every day." Our efforts to expel the Manchu from Outer Manchuria have paid off. Outer Manchuria is now closer to us than ever before.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT32532OPTA;For the Glory of $COUNTRY$!;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC232000003;One of our explorers found a massive body of water in Africa, and he claims that it's the true source of the Nile! Upon preliminary reports, it seems that what was found is a huge lake that might as well be the source of the Nile. He insists we should call this discovery Lake Victoria.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA232000003;Oh well.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME232000000;The Source of the Nile Discovered?;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC232000000;I saw, about four miles to the left, a sheet of water, which ultimately proved to be a creek and the southernmost part of what the Arabs call the Ukerewe Sea. Convinced that I finally found the source of the Nile, I went down a grassy and jungly depression into a deep, dirty, viscid nullah, which communicated with the southern end of the creek, which we named Jordan. As we followed the creek, that increased in breadth as it extended northwards, we saw many little islands in Ukerewe, well wooded, standing boldly out of the water. The journey continued through another tortuous day until we reached the village of Isamiro, where the view was clearer and better. In the distant horizon a calm sea line started to appear between north and west. Even in a well known country the view would have attracted attention for its placid beauty, he thought to himself. He felt he had solved the great old riddle.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA232000000;We shall name it...;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB232000000;Perhaps it should be called...;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTC232000000;Our $MONARCHTITLE$ would be satisfied with the name...;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTD232000000;This great body of water will be known as...;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTE232000000;We need a name worthy of it's beauty...;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME441266;The Colony of Liberia;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC441266;In 1820, the American Colonization Society (ACS) began sending African American volunteers to the Pepper Coast to establish a colony for freed African Americans. The ACS, a private organization supported by prominent American politicians such as Abraham Lincoln, Henry Clay, and James Monroe, believed repatriation was preferable to emancipation of slaves, and they founded a colony on what is known as Liberia. The colony of Liberia was poor and economically dependent on the ACS, resulting that by the 1840s, the ACS was effectively bankrupt: Liberia had become a financial burden for it. When the American Colonization Society intimated that Liberia should cease its dependency on it, Joseph Roberts, the colony first black governor, proclaimed it an independent republic in $YEAR$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA441266;We recognize Liberia's independence.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB441266;Pay their debts and keep the colonies.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98647;The King of Fur and the King of Slaves;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC98647;The area known as the Bahr el Ghazal in South Sudan had long been the source of the goods that Darfur would trade to Egypt and North Africa, especially slaves and ivory. The natives of Bahr el Ghazal paid tribute to Darfur, and these were the chief articles of merchandise sold by the Darfurians to the Egyptian traders along the road to Asyut. Al-Zubayr redirected this flow of goods to Khartoum and the Nile with his conquest of South Sudan. Now, Sultan Ibrahim of Darfur insulted and challenged al-Zubayr who allied himself with his former enemies the Egyptians.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98647OPTA;They will pay for this.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98647OPTB;Let it go.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98646;Al-Zubayr's Trading Empire;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC98646;The lack of formal authority in South Sudan, which was claimed by Egypt, was filled in the 1850s by a set of powerful merchant princes. In the east Muhammad Ahmad al-Aqqad controlled much land, but the most powerful was Al-Zubayr Rahma Mansur who came to control the Bahr el Ghazal and other parts of South Sudan. Al-Zubayr was a merchant from Khartoum, who hired his own private army and marched south. He set up a network of trading forts known as zaribas through the region, and from these forts controlled local trade. To manage the trade al-Zubayr needed labor, and thus also began to capture a significant number of slaves. To his mercenary force he conscripted a large slave army.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98646OPTA;We need to put up with him for now.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98645;The Mahdist Revolt Succeeds;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC98645;The Mahdists in Sudan held Khartoum for months and their insurrection raged in Sudan. After our failure to put them down, they are declaring independence and forming a new fundamentalist state in Sudan.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98645OPTA;Barbarians.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98645OPTB;Long Live the Caliph!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME955180;$FROMCOUNTRY$ Refuses;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC955180;$FROMCOUNTRY$ refuses our demands, leaving no other option but direct military intervention.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955180OPTA;They will regret this.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME955179;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC955179;$FROMCOUNTRY$ accepted our proposal and we are now establishing the governmental structures to exert direct control over Sudan.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955179OPTA;All hail $COUNTRY$! §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME955178;$FROMCOUNTRY$ Demand;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC955178;The foreigners of $FROMCOUNTRY$ think our nation is not stable enough, and they offer to stabilize Sudan. In exchange, they would give us advisers and would help us modernize our country. Refusing might lead to them supporting Sudanese rebels in an attempt to divide and conquer.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955178OPTA;We accept.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955178OPTB;We don't need their help.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME955177;Hegemony Over the Nile;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC955177;Egypt has been unstable for some time, and strategists in our countries think this is the time to act. Pursuing a policy of divide and rule, they are keen to reverse the process, started under Muhammad Ali, of uniting the Nile Valley under Egyptian leadership, and sought to frustrate all efforts aimed at further uniting the two countries. This, they argue, would be severely beneficial for out country and eliminate what could be a threat for our interests in the area, making them more weak and dependent on us. In exchange for their cooperation, we would help our allies with advisors and monetary compensation in the form of 50,000¤.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955177OPTA;Sudan needs to be under our direct control.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT955177OPTB;There's no need to act.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME49517;The Death of Soshangane;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC49517;The death of Soshangane, the chief of Gaza, made his fragile chiefdom descend in a spiral of chaos as his sons, Mzila and Mawewe, fight for the throne. Soshangane's armies, that once overran the Portuguese settlements at Delagoa Bay, Inhambane and Sena, now turn their gaze inwards as the chiefdom slowly edges towards civil war. It goes without saying that this represents an optimal opportunity to take some of these lands back, and several individuals in the colonies already began to take advantage of this situation.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT49517OPTA;Let us extend the $COUNTRY_ADJ$ Empire.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME49516;Lourenço Marques;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC49516;On the northern bank of Espírito Santo Estuary of Delagoa Bay, an inlet of the Indian Ocean, Lourenço Marques was named after the Portuguese navigator. The forts and trading stations that the Portuguese established, abandoned and reoccupied on the north bank of the river, were all called Lourenço Marques. Our previous settlement in the area was entirely destroyed by the natives, and now it's the time to get it back. Our advisors tell us that sending a military expedition to secure the town should be enough for now. They also report come that the city of Inhambane, destroyed by Soshangane in 1834, was rebuilt and prosper, allowing us to exert control over its surrounding territories once again.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT49516OPTA;Lourenço Marques was once ours, and it shall be again!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME49514;The Sultanate of Mataka;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC49514;Several years ago, an European expedition accompanied by black guides and workers entered the lands of Mwembe with a purpose that is not fully understood, theoretically in direction of Lake Niassa. Somewhere along the Yao territory the expedition was ambushed, the Europeans were killed and the Africans enslaved. It is said among the Wayao that Ce Bwonomali devoured the head of the commanding officer after he sprinkled it with piri-piri pepper and declared that it was "fish." It is also said he kept the skull which now served to make libations, passing this legacy to his successor, and that hence forth, all the Mataka used for the same purpose. \n Our military leaders proposed a payback in the form of a military expedition against these barbarians so we can bring this uncivilized territory under our control.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT49514OPTA;This can't stand.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT49514OPTB;Maybe we shouldn't mess with them.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME3697005;The Canadian Border;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC3697005;With other nations bordering the territory we claim in Canada, the safer course is to control the empty bordering provinces so we can be sure the territorial integrity of Canada will not be violated.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT3697003OPTA;We need to protect our interests.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME441255;Fort Vancouver;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC441255;Ever since we acquired Washington, Fort Vancouver has lost its importance and was overshadowed by other settlements in the area. Of these, one called Seattle seems to be the one gathering more momentum, and several politicians have suggested we make this settlement the new capital of the region.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA441255;Motion carries.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB441255;Motion dismissed.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME34612;The Constitution of Prussia;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC34612;In an attempt to quell the flames of the revolution, Frederick William issued Prussia's first constitution by his own authority in $YEAR$. This document — moderate by the standards of the time but conservative by today's standards — provided for a two-house parliament. The lower house, or Landtag was elected by all taxpayers, who were divided into three classes whose votes were weighted according to the amount of taxes paid. Women and those who paid no taxes had no vote. This allowed just over one-third of the voters to choose 85% of the legislature, all but assuring dominance by the more well-to-do men of the population.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA34612;We welcome these changes.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB34612;Repel the Constitution.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME96171;The Duchy of Lucca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC96171;Need for money led the Duke of Lucca, on the advice of Ward, who became Minister of Finance, to claim tax credits for titles dating back thirty years. All these resulted in general dissatisfaction. A liberal movement began to grow in Lucca where in $YEAR$ there was a series of demonstrations, culminating in a full-scale riot. At first Charles Louis, the Duke, tried to assert his authority, but the continuous unrest forced him to take refuge in the Villa of San Martino in Vignale. Alarmed at the sight of a crowd that wanted to submit some reforms, he signed a series of concessions. Three days later, under pressure from many citizens, he returned to Lucca, where he was welcomed triumphantly. However he was unable to cope with the pressure and on he left for Modena. From there, he issued a decree that converted the Council of State in a Council of Regency. Some days later he abdicated in favor of the ruler of $COUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA96171;Good News!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME16452;The Abolition of Slavery;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC16452;"Section 1. Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.\n Section 2. Congress shall have power to enforce this article by appropriate legislation."\n\nWith the end of the war, the Congress has drafted the Thirteenth Amendment to the United States Constitution, dealing with the formal abolition of Slavery. Pro abolitionist figures argue that it will transform our "half slave and half free" country to one in which the constitutionally guaranteed "blessings of liberty" would be extended to the entire populace, including the former slaves and their descendants.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA16452;Let this dark business end here.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTB16452;The war is over, we can do what we want.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME33039;The Invasion of the Rhine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC33039;"They stand, a hundred thousand strong,\nQuick to avenge their country's wrong,\nWith filial love their bosoms swell\nThey shall guard the sacred landmark well.\nWhile still remains one breath of life,\nWhile still one fist can draw a knife,\nOne gun still fired with one hand,\nNo foe will stand on this Rhine sand."\n\n$COUNTRY$ is calling for national unity against foreign aggression on what is seen as German lands. Nationalism is quickly rising in the German Confederation.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME33038;The Invasion of the Rhine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC33038;As the Rhine was taken by foreign aggression, German nationalism has reached a critical point. The question was posed whether we should stand with our German brothers and united to protect our land or if we will continue separate.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33038OPTA;For the greater good of Germany, we stand together.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33038OPTB;Our path is not together.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33038OPTC;For Germany!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33039OPTB;North and South should walk together!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME33037;The Rhine Question;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC33037;The territories of the Left Bank of the Rhine, which French troops had conquered in 1795, had been returned to German (mostly Prussian) control after the 1815 Congress of Vienna, forming the Rhine Province. In $YEAR$, France shifted its focus to the Rhine and the French government, led by Adolphe Thiers, restated its claim to the areas on the left bank, re-establishing the Rhine as its natural border.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33037OPTA;The Rhine is France's natural eastern border.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33037OPTB;Send an apology to the Germans.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT33037OPTC;Let's go a step beyond that claim.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME3697002;German Ambitions in Africa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC3697002;The Germans have been making more and more frequent expeditions to west Africa near Cape Colony. Each passing day, they found cities and name places. If we are to forestall German ambitions in the region and to ensure safe passage of British ships around the Cape, we need to secure Ezorongondo.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVT3697002OPTA;It's for the best.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME19355;Great Wars;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTDESC19355;"We have before us an ordeal of the most grievous kind. We have before us many, many months of struggle and suffering. You ask, what is our policy? I say it is to wage war by land, sea, and air. War with all our might and with all the strength God has given us, and to wage war against a monstrous tyranny never surpassed in the dark and lamentable catalog of human crime. That is our policy. You ask, what is our aim? I can answer in one word. It is victory. Victory at all costs – Victory in spite of all terrors – Victory, however long and hard the road may be, for without victory there is no survival." \n \n Growing national pride in countries around the world has reached the point where people will not accept anything less than total victory when Great Powers clash. From now on, any conflict with at least two Great Powers on each side will be regarded as a Great War.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTOPTA19355;God help us all.;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME4433;Article 1: The Enemies of $COUNTRY$;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC4433;"One way or another -- I will tell you quite openly -- we must finish them off. The $MONARCHTITLE$ put it into words once: should they succeed in setting off another war, then the blood sacrifice shall not be made only by the peoples driven into war, but then they will have met their end... But what should be done with them? In $CAPITAL$ we were told: why are you making all this trouble? We don't want them either! Gentlemen, I must ask you to steel yourselves against all considerations of compassion..."\nA new decree by the $COUNTRY_ADJ$ $MONARCHTITLE$ takes aim at the perceived enemies of the party and the state. This decree strips them of citizenship and several rights. Now as the $MONARCHTITLE$ prepares to sign the decree singling out...;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA4433;...religious minorities, the cause of all $COUNTRY_ADJ$ problems.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB4433;...cultural minorities that are poisoning the $COUNTRY_ADJ$ people.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME4434;Article 2: Setting Up the Interment Camps;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC4434;"Order of Protective Custody: Based on Article 2 of the Decree of the $COUNTRY_ADJ$ $MONARCHTITLE$ for the Protection of People and State of $YEAR$, you are taken into protective custody in the interest of public security and order. "Reason: Suspicion of activities inimical toward the State."\nA dispatch came from $CAPITAL$. The $COUNTRY_ADJ$ secret police is looking to establish internment camps for the enemies of the $COUNTRY_ADJ$ people, based on a recent decree by our leader. The question of where these camps will be set up, however, is still up for a decision.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA4434;Set them up in our colonies.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB4434;Set them up in our homeland.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTC4434;Set them up in the colonies and homeland. §RAdds 1 point to the "slowdown" scale.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME4432;The Walvis Bay;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC4432;More and more people flock to Ezorongondo and they started calling it, in every language, the Whale Bay or Walvis Bay.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA4432;We better rename it then.;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME85031;Foreign Claims;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC85031;For better or for worse, the issue of foreign claims in Korea has been settled.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT85031OPTA;That issue is settled, at last.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME44124;The Massachusetts Child Labor Act;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC44124;Today in Massachusetts, a new Child Labor Act was passed, limiting children’s work days to 10 hours and imposing severe restrictions on jobs they can do as well as imposing mandatory school attendance. Several other states passed similar laws after Massachusetts and with this opportunity we could make it a federal law.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA44124;Good idea!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB44124;Our children don't need that.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME4431;The Workers' Revolution;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC4431;The time has come to complete the workers' revolution. We will drag the fat cats out of their hidings and we will seize the riches they got from exploiting the proletariat! Will they toil as generations of oppressed have toiled or they are too set in their capitalistic ways and might put the revolution in danger?;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA4431;Make them work like never before!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB4431;The revolution can't be endangered. We need to get rid of them.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME44123;Wagon Train of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC44123;John Gantt, a former U.S. Army Captain and fur trader, was contracted to guide a wagon train with about 300-1000 emigrants to Fort Hall for 1 dollar per person in $YEAR$. The winter before, Marcus Whitman had made a brutal mid-winter trip from Oregon to St. Louis to appeal a decision by his Mission backers to abandon several of the Oregon missions. He joined the wagon train at the Platte River for the return trip. When the pioneers were told at Fort Hall by agents from the Hudson's Bay Company that they should abandon their wagons there and use pack animals the rest of the way, Whitman disagreed and volunteered to lead the wagons to Oregon. He believed the wagon trains were large enough that they could build whatever road improvements they needed to make the trip with their wagons. The biggest obstacle they faced was in the Blue Mountains of Oregon where they had to cut and clear a trail through heavy timber. Finally, they arrived in Oregon and settled the land.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA44123;And now Oregon is firmly in our hands.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME34610;The Great Fire of $YEAR$ in Hamburg;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC34610;On a night of $YEAR$, a fire broke out in a house of the "Deichstraße" (dyke street) in Hamburg. The night watchmen made noise with rattles and calls. The soldiers on guard fired signal shots, and the guardians in the spires rang the fire bells. So the fire-brigade was called. Greedily the fire spread to the wooden half timbered houses. It jumped over the Deichstraßenfleet (fleet, canal), more than 7 meters wide, to the houses of the Steintwiete (lane). Within shortest time the ware-houses in the Steintwiete and the houses down to Roedingsmarkt (marketplace) were ablaze. The close lanes became deadly traps. Fire engines could not get into the small and crowded lanes. People panicked and tried to escape. About a quarter of the inner city of Hamburg was destroyed and the fire lasted 4 days, destroying three churches, the town hall, countless other building and left an estimated 20,000 homeless.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA34610;A national tragedy.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTA34611;Send all the help we can.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTB34611;Send the minimum amount.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTOPTC34611;We can't afford anything right now.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95519;The Mfecane;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95519;Around 1821, the Zulu general Mzilikazi of the Khumalo clan defied Zulu king Shaka, and set up his own kingdom. He quickly made many enemies, not only with the Zulu king, but also with the Boers, Griqua and Tswana. Defeats in several clashes convinced Mzilikazi to move north towards Swaziland. Going north and then inland westward along the watershed between the Vaal and the Limpopo rivers, Mzilikazi and his followers, the AmaNdebele, (called Matabele in English) established an Ndebele state. During this period, the Matabele left a trail of destruction in their wake. Roughly starting from 1826 to $YEAR$, widespread killings and devastation were ordered to remove all opposition. Mzilikazi reorganized the territory to establish the new Ndebele order. The death toll has never been satisfactorily determined, but the whole region became nearly depopulated.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95519OPTA;For the new Ndebele order!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98262;Diamonds Discovered!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC98262;In $YEAR$, Erasmus Jacobs found a small brilliant pebble on the banks of the Orange River, on the farm De Kalk leased from local Griquas, near Hopetown, which was his father's farm. He showed the pebble to his father who sold it. It proved to be a 21.25 carat diamond, and became known as the Eureka. The Cape Colony, Transvaal, Orange Free State and the Griqua leader Nikolaas Waterboer all laid claim to the diamond fields. The Free State Boers in particular wanted the area as it lay inside the natural borders created by Orange and Vaal Rivers. Following the mediation that was overseen by the governor of Natal, the Keate Award went in favor of Waterboer, who placed himself under $COUNTRY_ADJ$ protection.!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT98262OPTA;Great!!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95518;Matabele Is Overrun by Boers!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95518;Matabele core territory was overrun by Boer soldiers. King Mzilikazi gathered his followers and started marching north in search of territory to settle, eventually invading the Rozwi Empire and taking their lands. Many of the Kalanga people were incorporated and the rest were made satellite territories who paid tribute to the Matabele Kingdom. Mzilikazi called his new nation Mthwakazi, a Zulu word which means something which became big at conception, in Zulu "into ethe ithwasa yabankulu" but the territory was called Matabeleland by Europeans. Mzilikazi organized this ethnically diverse nation into a militaristic system of regimental towns and established his capital at Bulawayo ("the place of killing").;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95518OPTA;At least we didn't lose everything.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95517;The Flight of Mzilikazi;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95517;After the defeat of King Mzilikazi and conquest of Matabele by $COUNTRY$, the former king of Matabele escaped. In $YEAR$, some 20,000 Ndebele, descendants of the Zulus in South Africa and led by Mzilikazi, invaded the Kalanga Rozwi Empire. Many of the Kalanga people were incorporated and the rest were made satellite territories who paid tribute to the Ndebele Kingdom. He called his new nation Mthwakazi, a Zulu word which means something which became big at conception, in Zulu "into ethe ithwasa yabankulu" but the territory was called Matabeleland by Europeans. Mzilikazi organized this ethnically diverse nation into a militaristic system of regimental towns and established his capital at Bulawayo ("the place of killing"). Mzilikazi was a statesman of considerable stature, able to weld the many conquered tribes into a strong, centralized kingdom.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95517OPTA;Worrying news.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95516;$COUNTRY$ Modernization;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95516;With the modernization of $COUNTRY$, our country military suffered profound changes in tactics and equipment. Our old military tactics are all but ineffective.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95516OPTA;These new weapons will suffice anyway.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME95515;The Zulu Military;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC95515;While not modernized with firearms, military innovations such as the assegai, the age-grade regimental system and encirclement tactics helped make the Zulu one of the most powerful nations in southern and south-eastern Africa.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT95515OPTA;For $COUNTRY$!;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98643;The Rise of the Senussi;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC98643;'In the beginning, the first Senussi went to Mecca, where he joined Ahmad Ibn Idris al-Fasi, the head of the Khadirites. Due to Wahhabi pressure, Senussi left Mecca and settled in Cyrenaica in 1843, where in the mountains near Sidi Rafaa' he built the Zawia Baida (White Monastery).' The Senussi are a Muslim political-religious Sufi order and tribe in Cyrenaica. They claim a direct lineage to the Prophet Muhammad and are concerned with both the decline of Islamic thought and spirituality and the weakening of Muslim political integrity. The power of the current Grand Senussi, Sayyid Muhammad al-Mahdi bin Sayyid Muhammad as-Senussi, grew to the point that it made the $COUNTRY_ADJ$ regime uneasy. In $YEAR$, he moved farther from direct $COUNTRY_ADJ$ surveillance to Jaghbub, where he has the authority of a sovereign in a vast but almost empty desert.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT98643OPTA;He thinks he can run from $COUNTRY$?;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT98643OPTB;Long Live the Senussi!;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME16300;Uncle Tom's Cabin;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC16300;Harriet Beecher Stove's novel 'Uncle Tom's Cabin', first published in $YEAR$, is one of the most widely read anti-slavery novels ever written. So large was it's perceived impact on the growing national consciousness over the issue of slavery that Abraham Lincoln, upon meeting Stove at the start of the Civil War, is reported as having greeted her: 'So this is the little lady who made this big war.' The publication of Uncle Tom's Cabin has increased national consciousness over the slavery issue.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC60170;We studied and observed and now we have the means to organize, train and fund rebels and separatists in other countries. We can use this to our advantage, to push our agenda, to create flashpoints in other nations and, with luck, create crisis that will be solved on our favor.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60170OPTA;Let's get to work.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME14005;The $YEAR$ Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME14005_sub;The Government Position on National Issues;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC14005;This year elections have started and we can closely follow the campaign to make sure the issues in our best interests grow or we can forfeit the campaigns and let the chips fall where they may.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA14005;Follow the elections.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB14005;Let the chips fall where they may.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36601;In $YEAR$ compulsory elementary schooling was formally introduced in Sweden. Even though an old schooling tradition already existed, the Elementary School Act of $YEAR$ almost erased illiteracy among the younger generation. Local town parishes now received a means to force reluctant parents to take proper responsibility for educating their children.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97684;The End of the Republic of Ezo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97684;The Republic of Ezo has ended, and with it, all their claims on Ezo.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97684OPTA;Long live the Emperor!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97683;The Republic of Ezo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97683;After the defeat of the forces of the Tokugawa Shogunate in the Boshin War, a part of the former Shogun's navy led by Admiral Enomoto Takeaki fled to the northern island of Ezo, together with several thousand soldiers and a handful of French military advisors and their leader, Jules Brunet. On $YEAR$, the independent "Republic of Ezo" was proclaimed, with a government organization based on that of the United States. Elections were based on universal suffrage among the samurai class. This was the first election ever held in Japan, where a feudal structure under an emperor with military warlords was the norm.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97683OPTA;A worrying development.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97683OPTB;Long live the Shogun!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97682;Enomoto's Request;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC97682;'The farmers and merchants are unmolested, and live without fear, going their own way, and sympathizing with us... So that already we have been able to bring some land into cultivation. We pray that this portion of the Empire may be conferred upon our late lord, Tokugawa Kamenosuke, and in that case, we shall repay your beneficence by our faithful guardianship of the northern gate.' \n Enomoto, President of the Republic of Ezo, now made a petition to the Imperial Court to be allowed to develop Ezo and maintain the traditions of the samurai unmolested in the island.;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97682OPTA;Unfortunately, this cannot be allowed.;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97682OPTB;Tell them we agree to their proposal.;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97682OPTC;They are free to do as they wish, we renounce any claims on Ezo.;;;;;;;;;;;;;;;;;;;;x;;;; -EVT97682OPTD;Long live the Shogun!;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME4420;Cabinet Discusses War;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC4420;'I feel strongly that we have lost what I like to think of as our place in the sun. $COUNTRY$ used to be a respected force in the international community, but these days it is as if our voice was consequently, and by design, ignored. I feel that, in order to regain that which was lost, we must again assert ourselves on the international scene. Some might accuse me of adventurism, but, by Jingo, this country was built by adventurers.'\n\nThe cabinet has held a meeting to discuss our international situation, and the mood around the table has been grim. Some of the more hawkish members of the cabinet are discussing a foreign campaign, to assert our international position, and to divert attention from internal dissent within the regime.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA4420;We need to build more support for a war.;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB4420;Starting a fight might spice things up.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME44120;Moral Crusaders;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC44120;One of the impacts of the religious revival in the USA in the early 19th century would be sustained campaigns against perceived vices by those who believed they were doing God's work by attempting to stamp out such behavior. Saloons were often a favorite target of such crusaders, and on occasion saloons and their patrons would be physically attacked by zealots.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA44120;Wickedness must be stamped out.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME4661017;Buenos Aires Is Triumphant;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661017;Buenos Aires stands alone, triumphant over the Confederation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661017A;Viva Argentina!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661017B;Restore the Confederation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661017C;Remain as Buenos Aires.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97167;The Moroccan Incident;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97167;With the death of Abd al-Rahman's in $YEAR$, a dispute with Spain over the boundaries of the Spanish enclave at Ceuta emerged in Morocco. The Moroccans started to carry out attacks in Ceuta and Melilla, threatening our population and violating our territory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97167OPTA;Intervene immediately.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97167OPTB;Let it go.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97168;The Treaty of Wad-Ras;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97168;The forces of Sultan Muhammad IV of Morocco are broken, we won the war. Our diplomats worked day and night to broker the surrender terms of Morocco.\nThe Sultan agreed to give us the city of Ifni and renounce his claim on Melilla, besides paying war reparations. They are completely beaten and we could push and claim the whole region of Agadir but such deal wouldn't be seen as fair by the world or by the Moroccans, who would probably withdraw their diplomats and revoke the current agreed deal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97168PTA;We have a deal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97168PTB;Push for the whole region.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97168PTC;We only need them to renounce their claims.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97168PTD;We only need the reparations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37238;The Dey's Insult;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37238;As a result of what the French considered an insult to the French consul in Algiers by the Dey in 1827, France blockaded Algiers for three years. In 1830, France invaded and occupied the coastal areas of Algeria, citing a diplomatic incident as casus belli. Hussein Dey, the last Ottoman regent of Algiers, went into exile. \n Soon after the conquest of Algiers, the soldier-politician Bertrand Clauzel and others formed a company to acquire agricultural land and, despite official discouragement, to subsidize its settlement by European farmers, triggering a land rush. Clauzel recognized the farming potential of the Mitidja Plain and envisioned the production there of cotton on a large scale. Consequently, French colonization penetrated southwards in Algeria with skirmishes erupting between Europeans and the native population. Emir Abdelkader El Djezairi fled south, regrouping and organizing a new resistance against the European's advance.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37238OPTA;It's time to march through the Iron Gates.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37238OPTB;We will let it go for the time being.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98642;The Shilluk Kingdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98642;The Kingdom of the Shilluk people declined over the years and now only their capital remains. They are backwards and would be easy prey and we already conquered much of their territory in the past. It's time to end our conquest of their territory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98642OPTA;Onwards, to Fashoda!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98642OPTB;Let it go. They are harmless.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98641;The Fate of the Zaydi Imamate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98641;The Imams of Yemen are religiously consecrated leaders belonging to the Zaidiyyah branch of Shia Islam. They established a blend of religious and secular rule in parts of Yemen in 897 and now the Rassid dynasty ruled for almost a millennium. However, the power of the imamate declined in the 18th and 19th century. The territory controlled by the imams shrank successively after the late 17th century, and the lucrative coffee trade declined with new producers in other parts of the world. The imamate became a "quasi-state" with an inherent tension between tribes and government, and between tribal culture and learned Islamic morality. The imams themselves adopted the style of Middle East monarchies, becoming increasingly distant figures. As a result, they lost their charismatic and spiritual position among the tribes of Yemen. These recent developments made this the ideal moment to reassert our dominance over the highlands of Yemen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98641OPTA;We will drive the Rassids out of Yemen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME500058;International Enemy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC500058;"Even though large tracts of land and many old and famous States have fallen or may fall into the grip of the $COUNTRY_ADJ$ and all the odious apparatus of their rule, we shall not flag or fail. We shall go on to the end. We shall fight in Europe, we shall fight on the seas and oceans, we shall fight with growing confidence and growing strength, we shall defend our land and the people of our planet, whatever the cost may be. We shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills, we shall never surrender, and if, which I do not for a moment believe, this land or a large part of it were subjugated and starving, then our Empire beyond the seas, armed and guarded by our Fleet, would carry on the struggle, until, in God's good time, the New World, with all its power and might, steps forth to the rescue and the liberation of the old."\n\nWith this speech the great powers finished their assembly and vowed to stop us using any means they can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT500058A;Bring them on.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME500059;Economic Sanctions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC500059;"We do not seek the destruction of any government, nor do we covet a foot of any territory. We do not want an expanding struggle with consequences that no one can perceive, nor will we bluster or bully or flaunt our power, but we will not surrender."\n\nFinishing his speech, the ambassador of one of the Great Powers that gathered to discuss the situation of our country finished convincing the other great powers to sign a round of economical and diplomatic sanctions against our country. The Great Power conference sent us a warning against any more aggression from our part and said they are ready to escalate if we don't cease and change our behavior.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT500059A;Fools!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13015OPTA;Ignore it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13015OPTB;Shut it down and confiscate the contraband.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13016;Smugglers Sell Opium;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13016;In what should come as no surprise, the foreign smuggling ring in one of our provinces has been caught red-handed selling opium to the locals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT13016OPTA;Shut down the ring immediately.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT13016OPTB;Do whatever it takes to eliminate this menace.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT13020OPTA;Ignore them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT13020OPTB;Round them up and execute them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME13021;Missionaries Executed in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13021;We have received reports that a number of our missionaries have been executed in $FROMCOUNTRY$, part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it. The missionaries knew they were not permitted in $FROMCOUNTRY$, after all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT13021OPTA;This cannot be permitted.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT13021OPTB;There is nothing we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT13030OPTA;They are welcome to stay.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT13030OPTB;Send them home.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME13031;Grievous Insults!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13031;A group of $COUNTRY_ADJ$ citizens who left $COUNTRY$ some time ago on an expedition to $FROMCOUNTRY$ has been viciously refused entry to the country. It appears that the $FROMCOUNTRY_ADJ$ government has turned gradually to a policy of increasing isolationism, most likely in order to avoid the pains of modernizing their political, economical and social institutions. This policy of the $FROMCOUNTRY_ADJ$ government is, obviously, impairing the advances of $COUNTRY_ADJ$ trade, diplomacy and missionary activities in the region, and must be considered an unjust restriction of the international freedom of movement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT13031OPTA;Force of arms must be considered.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT13031OPTB;We must respect and tolerate the differences between our respective cultures.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME13051;Smugglers Dodge Trade Restrictions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13051;Due to the trade restrictions on the sale of opium, a number of western merchants have instead gone underground. We have word that a group of them have set up shop in one of our coastal provinces, but so far none of the locals seem willing to come forth with information. If we allow the smuggling ring to remain, it seems only a matter of time before the opium problem spreads.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT13051OPTA;Ignore them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13051OPTB;Do whatever it takes to uproot them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13061;The use of opium in a neighboring province has now spread to the inland. Farmers and laborers throughout $STATENAME$ fail to turn up for work, and entire fields fall fallow, as the people slip further and further down into the mists of consuming dependence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13185;An Invitation Arrives;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13185;A group of western expatriates currently residing in $CAPITAL$ have offered an invitation to high-ranking members of the $COUNTRY_ADJ$ government to attend a fancy affair in the legation quarter. We're well aware that this is just an excuse for these men to gain more influence in $COUNTRY$ -- but there could be benefits for us as well, namely using the opportunity to gain insight into their methods.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT13185OPTA;Attend the function.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13185OPTB;Refuse. We don't need their methods.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13186;$FROMCOUNTRY_ADJ$ Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13186;A group of $COUNTRY_ADJ$ entrepreneurs recently spent time plying $FROMCOUNTRY_ADJ$ officials with fine wine and favors at a formal affair in $FROMCOUNTRY$'s legation quarter. The result is promising -- a number of new business ventures and trade deals, giving $COUNTRY$ greater sway over $FROMCOUNTRY_ADJ$ affairs. All these men require is our government's support.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC13220;Several of the Great Powers have in the past few years sought to establish formalized and permanent embassies in $COUNTRYNAME$, but up until now we've turned down their proposals. However, an idea has been floating around the capital that we should perhaps allow them to set up these embassies after all, provided they are all kept in one place where we can exact some amount of control over them. Perhaps a Legation Quarter in $CAPITAL$ could be just the thing?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13186OPTA;We'll gladly support this initiative.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13186OPTB;They have our permission to continue, but we can offer no support.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13186OPTC;This is not in our best interest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13202;$FROMCOUNTRY_ADJ$ Relations;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13202;Our relations with $FROMCOUNTRY$ have worsened to the point that members of their government have begun a campaign to reduce or even eliminate $COUNTRY_ADJ$ influence. Some of our diplomats have fled, and now we are faced with the unpleasant prospect of either enforcing our interests or suffering embarrassment at our inability to manage a former ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC13240_NEW;The oil lamp flickered, casting an orange, sooty glow across the moist brown of the cargo hold. The average ship docking in $COUNTRY$ carried very little to raise an eyebrow, but years of being fooled and fooled again by foreign merchants, trying to dodge some excise or other, had left him with a sixth sense for when things were out of order. A rat scurrying between some crates tipped him off. A sweet, pungent scent too familiar not to be alluring. Opium. A cargo hold full of opium.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT13202OPTA;We will defend our interests.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,, -EVT13202OPTB;We will not go to war over this.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,, -EVTNAME37710;Carlism Prevails;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37710;A new line of the Bourbon family has been established on the Spanish throne, descending from the Infante Carlos. To many traditionalists, this signals a rebirth of the true Spanish Empire. Others are not so optimistic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37710OPTA;Long live the true King!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37711;The First Carlist War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37711;The death of King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne of Spain sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory -- something liberals say simply cannot be done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37711OPTA;Carlos will bring Spain to ruin!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37711OPTB;Put him on the throne!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37712;The Carlists Defeated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37712;The Carlists have been routed and peace has been restored to Spain -- for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37712OPTA;That is a relief.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37713;Return of the Carlists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37713;We thought the supporters of the Infante Carlos and his descendants had been completely routed, yet once again there are reports of a cell having been established in one of our provinces. Supporters of the current pretender are busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be easy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37713OPTA;Do whatever it takes to hunt them down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37713OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37714;Carlist Sympathies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37714;It seems that sympathies for the Carlists among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37714OPTA;This is not good news.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37715;Carlist Cell Discovered!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37715;The Carlist cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37715OPTA;Excellent work!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37716;The Christinos Prevail!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37716;The capital has been overrun, the pretender king driven into the provinces, and the original royal line descending from Ferdinand VII has been restored to the Spanish throne. Many liberals are breathing a sigh of relief, but reactionaries are furious. Already supporters of the pretender are seeking new allies in the countryside.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT37716OPTA;Long live the Queen!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37717;Rise of the Christinos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37717;The supporters of the former royal line still exist, and we have begun to receive reports of a Christino cell having been established in one of our provinces. They are gaining a great deal of support among liberals in the province with their calls for an overthrow of the 'pretender' on the throne. The cell is well-hidden, and rooting them out will not be easy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37717OPTA;Do whatever it takes to hunt them down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37717OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37718;Christino Sympathies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37718;It seems that sympathies for the Christinos among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37718OPTA;This is not good news.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37719;Christino Cell Discovered!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37719;The Christino cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37719OPTA;Excellent work!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37720;The Glorious Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37720;The death of Leopoldo O'Donnell has eroded Queen Isabella's support, to the point where a movement to overthrow her has rapidly developed. A mutiny by naval officers in Cadiz has provided the spark for a widespread revolt against Isabella's rule. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected. Isabella's heir, Prince Alfonso, is thought by many to be too much under her influence. Other choices are the moderate Prince Leopold of Hohenzollern and the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVT37720OPTA;Give the crown to Prince Amadeo of Savoy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37720OPTB;Give the crown to Prince Leopold of Hohenzollern.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37720OPTC;Prince Alfonso shall rule no matter the opposition.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37720OPTD;There will be no king. Parliament shall rule Spain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37721;The Spanish Succession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37721;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch to assume the throne... and among the candidates considered was Prince Leopold of Hohenzollern. Our government objected strongly to the move, as this would spread Prussian influence to our southern border, and while this did convince Prince Leopold to turn down the throne it has not endeared us to the Prussians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT37721OPTA;A German prince on the Spanish throne? Outrageous!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37722;King Leopold of Spain;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37722;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch... and the candidate they have chosen is none other than Prince Leopold of Hohenzollern. A German prince on the Spanish throne is a direct threat to our nation's security. We must do something about this immediately!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37722OPTA;We will not accept this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37722OPTB;There is nothing we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37725;King Leopold Assassinated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37725;The Hohenzollern king of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37725OPTA;Declare the Spanish Republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37725OPTB;Give the throne to Prince Alfonso.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37730;The Abdication of Amadeo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37730;King Amadeo, controversial since his ascension and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37730OPTA;Declare the Spanish Republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37730OPTB;Give the throne to Prince Alfonso.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37735;A Return to Bourbon Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37735;The Spanish Republic has been contentious since its inception. After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup led by Brigadier General Martinez Campos, the Republican army has declared its allegiance to Prince Alfonso -- son of the exiled Queen Isabella II -- and named him King of Spain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37735OPTA;Long live the King!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37735OPTB;We will resist this coup attempt. To arms!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37740;The Treaty of Paris, $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC37740;We are losing the war with $FROMCOUNTRY$, and it's only a matter of time before we're forced to submit to a humiliating defeat. The $FROMCOUNTRY_ADJ$ government has made it clear it considers our colonial holdings to be beyond our ability to control, and is willing to purchase them for a 'fair' price. Failure to submit to their demands will mean the war dragging on to its inevitable conclusion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37740OPTA;Give them what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37740OPTB;We refuse! Let them fight for it!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37741;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37741;$FROMCOUNTRY$ has signed the Treaty of Paris. Their colonial holdings are ours, for a price.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37741OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37742;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37742;$FROMCOUNTRY$ has refused to sign the Treaty of Paris. The war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37742OPTA;Make no additional demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37742OPTB;They will regret this. Lay claim to their colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37743;Carlist Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37743;The Carlists have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Carlists from gaining headway here.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT37743OPTA;Do whatever it takes to stop them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37743OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37744;Christino Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37744;The Christinos have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Christinos from gaining headway here.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT37744OPTA;Do whatever it takes to stop them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT37744OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37745;Moroccan Border Dispute;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37745;A heated dispute has arisen between the Moroccans and our government over the boundaries of our holdings in Melilla. Some believe the Moroccans are attempting to gain sympathy from the French, but we have it on good authority that there will be no aid coming for them. Now may be the time for us to exert some of our authority over this African upstart.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37745OPTA;We shall teach them a lesson.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37745OPTB;This must be resolved peacefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC37750;We have lost the war with the Americans,and Cuba has been wrested from our grasp. The American government has approached us intent on a treaty, suggesting we no longer have the power to hold onto our Pacific and North American colonies. They seek to offer us a 'reasonable' price for them. Some in the $COUNTRY_ADJ$ government fear that, if we do not agree, it could mean further wars with the Americans for years to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT37750OPTA;Give them what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT37750OPTB;We refuse! Let them fight for it!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37751;We Have Lost The War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37751;As impossible as it seems, we have lost the war against the Spanish. They retain their hold over Cuba and their other colonies. The American people are understandably shaken, but it seems their jingoistic fervor has only increased. A streak of anti-colonialism has arisen throughout the country, specifically targeting the powers of 'Old Europe'. Newspapers are demanding we gear up to liberate these colonies once and for all. If we agree, some fear this may be a tiger we cannot again cage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT37751OPTA;Calm the people. We do not want more war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT37751OPTB;Fan the flames while we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT36943OPTA;All in the name of progress.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36950;The Danish Gold Coast;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36950;The Danish Gold Coast exists on the coast of the Ashanti Union, primarily the fortress of Chistiansborg near the city of Accra. The Danish are willing to sell their holdings to us, though that is likely to result in conflict with the Ashanti government -- who will see the move as encroachment of their territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36950OPTA;We agree to the sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36950OPTB;There's no need for conflict with the Ashanti.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36955;Conflict with Burma;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36955;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36955OPTA;We must defend British interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT36955OPTB;It is better for Burma to remain an ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME36960;The Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36960;The $FROMCOUNTRY_ADJ$ government has approached us with the hopes of negotiating a treaty. They want to solidify control over the Gold Coast in Africa, specifically by annexing our colony at Sekondi. In return, they will recognize our colonial holdings elsewhere and encourage greater cooperation between our nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36960OPTA;We will sign the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36960OPTB;We refuse. Sekondi is ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36961;The Dutch Have Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36961;The Dutch government has agreed to sign the Gold Coast Treaty. Sekondi is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36961OPTA;Excellent. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36962;The Dutch Have Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36962;The Dutch government has refused to ratify our proposed treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36962OPTA;Then we shall leave it at that.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36962OPTB;Then we must consider using force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36965;The Lagos Slave Trade;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36965;We outlawed the $COUNTRY_ADJ$ slave trade many years ago, but it continues in many African nations -- and the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. The notion has arisen that we should consider sending our ships in to liberate the natives there and establish a colony where they can receive civilized government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36965OPTA;Send in our ships!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36965OPTB;This is too costly a venture.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36966;$FROMCOUNTRY$ Seizes Lagos!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36966;$FROMCOUNTRY_ADJ$ ships have sailed into Lagos, seizing the city and driving off the $COUNTRY_ADJ$ garrison. They claim they are 'liberating' the city from slavers, extending their benevolent rule on behalf of the locals. Resisting means war, but submitting would do nothing more than prove our lack of ability to face these foreigners. What should we do?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36966OPTA;What can we do? We must submit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36966OPTB;If they want a war, we'll give them one!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36967;Pirates in the Arab Coast;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36967;In 1838, under Muhsin bin Fadl, the Sultanate of Lahej ceded 194 sq. km (75 sq. miles) including Aden to the British East India Company. Pirate presence in the area, however, is disrupting our trade. Due to that, the British Crown is planning to land Royal Marines at Aden to secure the territory and stop attacks by pirates against British ships to India. \n The Sultan of Lahej will not be happy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36967OPTA;Who gives a hooch about the sultan anyway?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36968;Poverty in Ireland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36968;The Duke of Wellington, a Tory, is known to have said: "There never was a country in which poverty existed to the extent that it exists in Ireland." \n \n Kohl, a German visitor to Ireland in the early 19th century, while traveling through rural Ireland, remarked: "Now I have seen Ireland, it seems to me that the poorest among the Letts, the Estonians and the Finlanders lead a life of comparative luxury.";;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36968OPTA;Drat.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36970;The Suez Canal Company;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36970;With the 'International Commission for the Piercing of the Isthmus of Suez' having completed and assessed the Suez region as being possible to have a canal built, all that remains is to put the plan in motion. The Suez Canal Company intends to do just that, but in order for it to start it needs to put together a significant amount of capital -- thus it has been offering shares to our government, hoping as well for the political clout to influence Egypt into allowing the venture to proceed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36970OPTA;Allow them to have as much money as they want. §R(Pay or owe 3 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36970OPTB;Invest a little more than they asked for. §R(Pay or owe 2.5 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36970OPTC;Give them as much as they asked for. §R(Pay or owe 2 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36970OPTD;Invest a little less than they asked for. §R(Pay or owe 1.5 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36970OPTE;Invest the minimum amount §R(Pay or owe 1 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36971;Suez Canal Finished;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36971;On the year $YEAR$, the construction of the Suez Canal is finally finished. Numerous technical, political, and financial problems have been overcome and the final cost was more than double the original estimate. Many have died in accidents, but the canal is now finally ready for use. \n \n The opening will be performed by Khedive Ismail of Egypt and Sudan, and at Ismail's invitation our ship will be the first to cross the Canal. The opening ceremony will be held in a few days, as soon as the preparations are finished.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36971OPTA;Glory for $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36972;Our Ship Crosses the Suez;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36972;During the inauguration of the Suez Canal, our ship was the first ship to ever cross the Suez, bringing glory to our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36972OPTA;As it should be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36973;Our Ship Crosses the Suez;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36973;The Suez Canal, slated to be inaugurated soon, had a line of ships spending the night in line to cross the canal. The owner of the canal has the honour to have the first ship crossing the canal. But on the night before the canal was due to open, one of our Captains navigated his vessel, in total darkness and without lights, through the mass of waiting ships until it was in front of of the flagship! The canal will be open and we will be the first ones to cross.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36973OPTA;They will not like this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36974;$FROMCOUNTRY$ crosses the Suez;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36974;On the night before the canal was due to open in $YEAR$, a $FROMCOUNTRY_ADJ$ captain navigated his vessel, in total darkness and without lights, through the mass of waiting ships until it was in front of our flagship. When dawn broke our officials were horrified to find that the $FROMCOUNTRY_ADJ$ Navy was first in line and that it would be impossible to pass them. The $FROMCOUNTRY_ADJ$ captain received both an official reprimand and an unofficial vote of thanks from the $FROMCOUNTRY_ADJ$ Admiralty for his actions in promoting $FROMCOUNTRY_ADJ$ interests and for demonstrating such superb seamanship.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36974OPTA;$FROMCOUNTRY$ robbed us from our rightful glory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36975;Intervention in Egypt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36975;We have received disturbing reports of rebellion in Egypt, on a scale where our interests in the Suez might become threatened. While it undoubtedly would appear to some that we are using this as an excuse, the $COUNTRY_ADJ$ government cannot idly stand by and watch such an important project be laid to waste by the ignorant. We must consider direct intervention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36975OPTA;We must protect our investment.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36975OPTB;There is no need for us to act.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36976;The Construction of the Kiel Canal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36976;We have gathered engineers and specialists from across our country and we are ready to begin the construction of the Kiel Canal. The costs have been estimated but the we can always give them more resources to try and accelerate the construction.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT369706PTA;Give them more than they estimated. §R(Pay or owe 1.5 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT369706PTB;Give them the amount estimated. §R(Pay or owe 1 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT369706PTC;Give them less than they estimated. §R(Pay or owe 500 thousand ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36977;The Kiel Canal is Finished;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36977;The canal took years and thousands of workers to be built but today on $YEAR$, the canal was officially opened by the $COUNTRY_ADJ$ ruler for transiting from Brunsbuttel to Holtenau. The next day, a ceremony was held in Holtenau where the $COUNTRY_ADJ$ ruler laid the final stone.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36977OPTA;The canal will greatly help $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36978;Construction of the Panama Canal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36978;Today we will start building the Canal to connect the Atlantic and Pacific oceans. Our engineers are ready and a series of surveys of the area of the canal were done. The only thing left to do before we start the construction is define the budget of this colossal project. \n \n This promises to be one massive undertaking and when finished it will be, without a doubt, one of the biggest human achievements for decades to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36978OPTA;Allow them to have as much money as they need. §R(Pay or owe 6 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT36978OPTB;Invest a little more than they asked for. §R(Pay or owe 5 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36978OPTC;Give them as much as they asked for. §R(Pay or owe 4 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36978OPTD;Invest a little less than they asked for. §RPay or owe 3 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36978OPTE;Invest the minimum amount possible. §R(Pay or owe 2 million ¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36979;The Construction of the Panama Canal is Finished;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36979;The Canal cut through mountains and had to continually be widened, and the mountains slopes reduced, to minimize landslides into the canal. Steam shovels had been invented but were still not enough. Other mechanical and electrical equipment were limited in its capabilities and steel equipment rusted rapidly in the tropical climate. Several health risks posed a threat to workers in the mosquito-infested Panamanian jungle, principally malaria and yellow fever, and it claimed thousands of lives. Conditions were downplayed in $COUNTRY$ to avoid recruitment problems, but the high mortality made it difficult to maintain an experienced workforce. \n Finally, on $YEAR$ the Panama Canal was finished and it will be open to business.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36979OPTA;This will surely help our power projection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC36982;Our recent conquest of Suez led us to take over the construction of the Suez Canal. While the resources of the former owner are in the site and work on the Canal had started already, the construction will suffer a delay thanks to some damage on the site and the chaos and disorganization that arose from this ownership change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97150;The Talambó Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97150;An alarming incident has occurred at the Talambó hacienda in Ica. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who has subsequently demanded the $COUNTRY_ADJ$ government issue a full apology to Spain. Considering it was not long ago that $COUNTRY$ fought for its independence from Spain, submitting to such an indignity would go over less than well with the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97150OPTA;Issue an apology and hope for the best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97150OPTB;This is a local matter. It has nothing to do with Spain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97151;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some advisors bring up a possibility: if $FROMCOUNTRY$ is this fearful of Spanish power, perhaps now is the time to reassert our authority over our lost Spanish colonies? Cutting $FROMCOUNTRY$ down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97151OPTA;That time has passed. Accept the apology and move on.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97151OPTB;$FROMCOUNTRY$ must be brought into line.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97152;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If we do not react in kind, we will lose a great deal of credibility. Perhaps now is the time to reassert our authority over $FROMCOUNTRY$? Cutting them down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97152OPTA;There is no point in pursuing the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97152OPTB;$FROMCOUNTRY$ must be brought into line.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97153;The Spanish Royal Commissary;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97153;A Spanish deputy by the name of Eusebio de Salazar y Mazaredo has arrived to negotiate with the $COUNTRY_ADJ$ government regarding the Talambó incident. The problem, however, is that he carries with him the title of Royal Commissary. This is a title reserved for officials dealing with Spanish colonies, not ambassadors to sovereign nations. This is a deliberate insult to $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97155;Submitting to Spain;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97155;We have been overrun by Spain, and now have no choice but to surrender our sovereignty to our former colonial overlords. It is a bitter day.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97155OPTA;Our time shall come again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97156;$FROMCOUNTRY$ Submits;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97156;An envoy from $FROMCOUNTRY$ has arrived with the expected news: they have agreed to submit themselves to Spanish rule once again, if we so choose. Some might wonder if it's worthwhile for Spain to involve itself in South American affairs, particularly since they will ultimately try to rebel out from under us. Perhaps we have proven our point?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97156OPTA;They've been taught their lesson.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97156OPTB;Set up a viceroyalty to rule in our name.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97160;The Return of the Imperialists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97160;Spanish imperialism has raised its head once again, with the Spanish throne having gone to war with a neighbour in an effort to restore their lost influence. The $COUNTRY_ADJ$ people are rightfully worried at what this means, and there are calls for us to take a stand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97160OPTA;We do not want to get involved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97160OPTB;Inform the Spanish they are not welcome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97161;$FROMCOUNTRY$ Protests;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97161;An envoy from $FROMCOUNTRY$ has issued a protest to our involvement in South America, telling us in no uncertain terms that we are not welcome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97161OPTA;So be it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97165;Appeal to America?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97165;The United States claims it intends to protect the New World from encroachment from imperial powers in Europe. Now that Spain has made its imperialist intentions evident, perhaps it is time we put the so-called Monroe Doctrine to the test?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97165OPTA;No. We will stand on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97165OPTB;Ask the Americans for help.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97166;$FROMCOUNTRY$ Requests Aid;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97166;The Monroe Doctrine dictates that the United States is responsible for protecting the western hemisphere from encroachment from imperialists in Europe -- such as what Spain is doing right now in South America. $FROMCOUNTRY$ has put the Monroe Doctrine to the test and appealed to us for aid, asking for an alliance in case Spain should decide to expand its influence even further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97166OPTA;$FROMCOUNTRY$ is on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97166OPTB;Give them the alliance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97050;The Peru-Bolivian Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97050;The confederation of Peru, South Peru and Bolivia represents a threat to our interests. If the confederation is given time to solidify, they could easily become a new powerhouse in South America -- and one that is no friend to $COUNTRY$. Thankfully there are signs that the confederation is unstable: the Peruvians chafe at the Bolivian leadership, and given enough incentive they might withdraw. If we act now, we might be able to stir our people against them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97050OPTA;The PBC must fall.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97050OPTB;Reconciling with the PBC is our only hope.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97055;End of the Confederation?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97055;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. If we attempt to keep it together, we must do so by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97055OPTA;So must it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97055OPTB;Never! The Confederation lives on!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97060;The Uruguayan Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97060;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has approached us with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97060OPTA;Send an ultimatum. Flores will be President.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97060OPTB;Uruguay is not worth it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97061;The $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97061;After several recent political conflicts with Brazil, they have sent an ultimatum: place the rebel leader of the Colorados in charge of the government or there will be war. There are many in the government who feel that Brazil cannot be serious. Uruguay is no threat, and they would risk angering the Platine nations with an invasion? This insulting ultimatum should be refused, according to them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97061OPTA;We reject the Brazilian ultimatum.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97061OPTB;We cannot risk war with Brazil.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97062;Uruguay Rejects the Ultimatum;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97062;The Uruguayan government has rejected our demands. Perhaps they underestimate our willingness to see this matter to a swift end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97062OPTA;War it is.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97062OPTB;We will not push the matter further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97065;We Must Submit;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97065;We have no choice but to submit to the Brazilian demands. The Colorados are victorious.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97065OPTA;Let's see how they fare with Brazil looking over their shoulder.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97066;The Blancos Have Surrendered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97066;The government of Uruguay has given in to our demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT97066A;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97090;The Argentina-Chile Border Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97090;Now that the lands of Araucania and Patagonia are fully settled, the Argentinians have approached us to work out a border treaty. They intend to claim the lands west of the Andes and are willing to concede the lands east of the Andes to us. If we do not come to an agreement, future conflict is almost guaranteed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97090OPTA;Sign the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97090OPTB;There is no need for such an agreement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97085;Conquest of the Desert;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97085;Argentinian forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97085OPTA;For the glory of Argentina!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97086;Pacification of $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97086;Through the judicious use of force, confiscation of native lands and the introduction of roads and other vestiges of civilization, conditions in $PROVINCENAME$ have greatly improved. The natives are proving to be contentious, but their numbers are far too few for us to worry about.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97086OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97080;Occupation of Araucania;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97080;Chilean forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97080OPTA;For the glory of Chile!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97076;Settling Tarauaca;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97076;The jungles of Tarauaca lie in the heart of the Amazon, and rightfully belong to $COUNTRY$. Currently there are $COUNTRY_ADJ$ settlers eager for the opportunity to settle the region and have asked for the funds to assist them, though advisors say this may cause problems with neighboring states who also claim the territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPT97076A;We will settle the Amazon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPT97076B;Ignore Tarauaca. It's not worth it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97075;The Era of Conservatism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97075;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPT97075A;Viva El Presidente!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97070;La Carta de la Esclavitud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97070;General Juan José Flores, the president of the republic and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') would anger a great number of the country's liberal populace.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT97070A;Flores will step down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPT97070B;We must keep order in Ecuador.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME500057;Swiss Banking;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC500057;Swiss mercenaries brought home funds from their contracts that helped Swiss banks begin. Banking began in the eighteenth century by way of the riches of merchants and Wegelin & Co., established in 1741, is the oldest bank in our nation. Now, in the beginning of a new era, some of our clients wish to draw some money from their accounts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPT500057A;Nothing we can't afford.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME46303;War of the Farrapos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46303;Porto Alegre is under Brazilian control once again. The gauchos, however, have promised to continue their rebellion against what they consider unfair rule from the throne. It may prove difficult in the coming years to keep the region calm.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT46303OPTA;They will submit or suffer the consequences.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME4660099;Urquiza's Statement;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC4660099;"It is the will of the entrerriano people to resume the exercise of the powers inherent in its territorial sovereignty and currently delegated to His Excellency the Governor and Captain General of Buenos Aires, for the cultivation of external relations and general direction of peace and war of the Argentine Confederation, under the quadrilateral treaty of the coastal provinces dated January 4, 1831." \n Until now, the governor of the Province of Buenos Aires, Juan Manuel de Rosas, had all the government power and exercised all external relations in the provinces of the Confederation. Each year Rosas presented his resignation, knowing it would be rejected. This statement consisted of Urquiza's effective acceptance of the resignation of Rosas by the Province of Entre Rios, who was resuming its ability to conduct its trade and external relations with other nations until such constitution of a republic was formalized.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPT4660099A;Death to the enemies of national organization!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPT4660098B;We better stay on the Confederation side.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPT4660098C;Bide our time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME46605;The Argentine Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46605;Unrest is stirring against the Rosas dictatorship in Argentina, with liberals demanding a constitution and a transition to democratic rule. Justo José de Urquiza, the governor of Entre Rios, has approached the $COUNTRY_ADJ$ government and asked us to support an uprising should Rosas refuse the liberal demands. The help we would give would be to install a democratic government in Argentina, not to support a free Entre-Rios.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT46605A;We will support the uprising when it comes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT46605B;We cannot offer aid.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME46610;The Constitutional Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46610;"It is the will of the entrerriano people to resume the exercise of the powers inherent in its territorial sovereignty and currently delegated to His Excellency the Governor and Captain General of Buenos Aires, for the cultivation of external relations and general direction of peace and war of the Argentine Confederation, under the quadrilateral treaty of the coastal provinces dated January 4, 1831." Until now, the governor of Buenos Aires, Juan Manuel de Rosas, had all the government power and exercised all external relations for the Confederation. Each year he presented his resignation, knowing it would be rejected. Urquiza's statement was the effective acceptance of the resignation of Rosas by the Province of Entre Rios, who was resuming its ability to conduct its trade and external relations with other nations until such constitution of a republic was formalized. Neighboring governments might support Urquiza, and should he rise up in rebellion, they will intervene on his behalf.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPT46610A;We welcome the republic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT46610B;Deny and warn them that this is rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT46610C;We fight with Buenos Aires!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME46611;The Argentine Constitution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46611;With Rosas unable to defeat the Entre Rios rebellion, General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution to the Argentine Constitution. The province of Buenos Aires is displeased and vows to resist while the former Governor and President, Juan Manuel de Rosas, was forced to flee the country and is now exiled in the United Kingdom. Bartolome Mitre assumed Buenos Aires in his stead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTA46611;Long live the Republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME46612;Rosas is Victorious;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46612;The rebellion in the provinces of the Argentine confederation have been put down, and both General Urquiza and his supporters have been captured and executed. The Argentine provinces have submitted to the will of Buenos Aires, and Rosas reigns supreme, the sole judge on the fate of Argentina.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT46612A;Unite Argentina!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT46612B;Let's continue as a Federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661001;Rosas Answer;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661001;The governor of Buenos Aires and president of the Confederation, Juan Manuel de Rosas, refused our constitutional demand. Furthermore, he denied we have the right to conduct external relations ourselves and warned that any attempt to do so will be seen as rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661001A;Take control of Corrientes. Declare war on Rosas.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661001B;There is no option but submit to his will.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661002;With the defeat of the Confederation armies, General Urquiza took control of the government, marching triumphant into Buenos Aires.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661002A;Great!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661003;The National Organization;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661003;With the defeat of the enemies of Buenos Aires, a call for a new country order in Argentina begins. The future of Argentina lays in the hands of the victorious.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661003A;Reform into the promised Democracy!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661003B;All power to the President!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661003C;Declare a Monarchy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661003D;Keep things as they are.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661005;King Rosas the First;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661005;Today, on the year of our Lord $YEAR$, Juan Manuel de Rosas, the Restorer of the Laws, was declared Protector of Argentina and Restorer of the Order, as the king Juan Manuel de Rosas I, the first of the Rosas dynasty, first king of the Argentine Monarchy. Long live the King!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661005A;He shall reign with absolute power!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661005B;The king shall delegate some powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661005C;The monarchy will be a democratic one.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661010;Paraguay Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661010;The Congress of Paraguay formulated and declared an unilateral declaration of independence from the Argentine Confederation. While the provinces long had self rule, they were nominally part of our country and as such we have claims over it. Or we had, until they declared their independence from the Confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661010PTA;We recognize the right of the Paraguayans to rule themselves.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661010PTB;Never! Paraguay will always be part of Argentina.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME700013;Recognizing Paraguay's Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661011;Argentina Reunited;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661011;After years of strife and secession, Argentina is finally reunited.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661011PTA;Declare the Argentine Republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661011PTB;Stay as a Confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661012;Negotiations with the Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661012;Our country has been torn for too long. There's even talk by some Portenos that we should make our independence official and become forever separated from the Confederation.\n\nPresident Urquiza of the Argentine Confederation approached the government of Buenos Aires and offers to reunite the country by making some amendments in the constitution to benefit us, but the Portenos aren't happy with only these and threaten to become rebellious in case we accept Urquiza's offer. In the other hand, Urquiza and the Confederation threaten to force us to accept the new constitution in case this secession goes on for too long. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661012PTA;We will have the country united OUR way.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661012PTB;We don't accept the constitution, but don't take action right now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661012PTC;Accept the offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661013;The Confederation is Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661013;Recent battles have crushed the Confederation Army, and the forces of Buenos Aires advanced quickly replacing the government officials by ones loyal to Buenos Aires. The Civil War is over, Buenos Aires is triumphant!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT4661013PTA;A country reunited!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC700013;The Congress of Paraguay formulated and declared an unilateral declaration of independence from the Argentine Confederation. While the provinces long had self rule, they were nominally part of Argentina. Now with the formalization of their independence, the Paraguayan government is asking from an official recognition from us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT700013A;We recognize Paraguay's independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT700013B;We refuse to recognize their independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME700014;The Death of Carlos Lopez;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC700014;In the year $YEAR$, Carlos López, President of Paraguay, died. His son, Francisco Solano López, called a congress that unanimously chose him as president for ten years. Solano López, born in the capital, was made Brigadier General of the Paraguayan Army by his father at the age of 18, in 1844, during the spasmodic hostilities then prevailing with Argentina. He was sent in 1853 as minister plenipotentiary to the United Kingdom, France, and Italy, and spent a year and a half in Europe. He purchased large quantities of arms and military supplies, together with several steamers, and organized a project for building a railroad and establishing a French colony in Paraguay. He also became infatuated with the empire of Napoleon III and with Napoleon Bonaparte himself. López equipped his army with exact copies of uniforms of Napoleonic army. He ordered for himself an exact replica of Napoleon's crown. Returning to Paraguay, he became Minister of War in 1855 and was appointed as Vice President by his father.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPT700014A;Long may he rule!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97666;The Rebellion is Over;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97666;Saigo Takamori is dead -- some say he committed seppuku after receiving a wound -- and the rebellion he inspired is now ended. To many, this was the last gasp of the ancient samurai... and a new way for $COUNTRY$ on the path of progress now lies ahead.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97666OPTA;Then it is done.;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME97680;The Sakhalin Question;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97680;Japan has quarreled with Russia before over the rule of Sakhalin Island. Now, our influence in China and Korea has led to renewed friction between our nations. The Line of Advantage dictates that we must extend our control over the whole of Sakhalin and establish a stronger northern border. But are we willing to risk war with a European power?;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97680OPTA;Demand the island, or it is war!;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97680OPTB;This is not in our interests at this time.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME97681;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97681;The warmongers in the Japanese government are now demanding that Russia cede Sakhalin and the Kuril Islands entirely to them. To give up so much territory without a fight would make us look very weak, but Japan's might has grown tremendously in recent decades. Can we risk a war in the Pacific?;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97681OPTA;The islands aren't worth a war.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97681OPTB;Of course we will fight for the motherland!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME97676;War With $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97676;Believing $COUNTRY$ to be weak, the hated Japanese have decided to strike at us and take control of our government. They shall find us a difficult target!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97676OPTA;We shall resist!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97677;The Korean Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97677;Our nation's policy of the Line of Advantage dictates that we must expand our borders if we are to maintain security. Naturally, our most vulnerable point lies in neighboring Korea. They must either be brought under our direct control or made into a vassal if $COUNTRY$ is to be kept safe. Already $COUNTRY_ADJ$ generals are clamoring for war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97677OPTA;We should take advantage while we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97677OPTB;This is not in our best interest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97678;The Formosa Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97678;The recent murder of Japanese sailors off the coast of Formosa has given rise to a question within the $COUNTRY_ADJ$ government: should we use this excuse to step in and wrest control of the southern island? The Line of Advantage is clear, dictating that the land would be invaluable to our goals. But are we willing to risk such a war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97678OPTA;Demand the island, or it is war!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97678OPTB;This is not in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97679;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97679;After the recent murders of a number of $FROMCOUNTRY_ADJ$ sailors off the coast of Formosa, the $FROMCOUNTRY_ADJ$ government has delivered a demand: turn over the island, for the sake of their security, or it shall be war between $FROMCOUNTRY$ and $COUNTRY$. We know this is just an excuse for their militarist expansion... but can we stand up against their might?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97679OPTA;We cannot fight them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97679OPTB;This insult cannot be borne!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97627;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, yet the shogunate refuses to compromise with the imperial court. Many are certain this will only speed up the coming conflict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97627OPTA;This is most unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97630;The Death of Emperor Komei;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97630;There are some who believe that Emperor Komei was assassinated -- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the bakufu and the imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne and eliminated any chance of compromise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97630OPTA;We welcome the new emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97635;Opposition to the Bakufu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97635;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. Officials within the bakufu are urging that we seek allies among either the outsider tozama or the traditional fudai, to strengthen the shogunate's position. Approaching one means angering the other, of course, but it appears we have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97635OPTA;We will seek allies among the southern tozama.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97635OPTB;We will seek allies among the northern fudai.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97636;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the outsider tozama, perhaps seeking new allies. If so, this compounds injury with insult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97636OPTA;Perhaps it is time for a change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97637;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the fudai daimyo, perhaps seeking new allies. This is hardly unexpected, though the tozama agree this makes it clear that the shogunate is not the future of Japan.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97637OPTA;Perhaps it is time for a change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97640;The Meiji Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97640;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. The $COUNTRY_ADJ$ must make a decision: do we throw in our support with the imperial court, or do we uphold our duty and support the shogun?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97640OPTA;We shall support the Emperor!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97640OPTB;We shall support the Shogun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97641;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have seized control of the palace at Kyoto and declared they intend to see the emperor restored to rule over Japan. Word has it they have recruited fellow daimyo to stand with them in this traitorous war. We must issue a call to our allies and move at once!\n\n §RNOTE: To win this war, you must occupy Kyoto and the rebellion leader's capital. You must not allow Edo to become occupied, and you cannot White Peace. If you White Peace, you lose.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97641OPTA;The Emperor steps beyond his place!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97642;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. We have little choice, as they have forced our hand. Either we rise up against the Shogun now, or the Shogun will assume we are behind the rebellion even if we are not. The time has come to fight!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97642OPTA;Then fight we shall!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97645;We Are Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97645;The Edo palace has been occupied, and our loyal daimyo are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Emperor his victory. There is a place for the Tokugawa within the new order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97645OPTA;The Boshin War is over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97646;The Meiji Restoration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97646;$COUNTRY_ADJ$ clan forces have marched triumphantly into Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku, the Imperial Court now rules Japan once again. Victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97646OPTA;A victory for all of Japan!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97647;Emperor Meiji has been restored to rule over Japan. An imperial messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our willing allegiance to the Emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97647OPTA;Of course we will comply.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97647OPTB;Never! We will fight to become the new Shogun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97648;A New Capital in the East?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97648;While Kyoto has long been the capital of Japan, and home to the Imperial Court, the city of Edo has become the de facto capital -- for centuries it has been the center of shogunate power, as well as a cultural and administrative center. The Emperor will need to decide whether the court should move to Edo and create a new capital... or remain in Kyoto and revitalize it instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97648OPTA;We will move the capital to Edo.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97648OPTB;The capital shall remain in Kyoto.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97650;We Are Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97650;The Imperial palace at Kyoto has been occupied, and our daimyo allies are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Shogun his victory. If we are fortunate, the $COUNTRY_ADJ$ clan will not be wiped out by this unfortunate turn of events.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97650OPTA;The Boshin War is over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97651;Tokugawa Victory;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97651;Tokugawa clan forces have marched triumphantly into Kyoto, and the traitor daimyos have agreed to a permanent peace. The Bakumatsu has ended with the shogunate in control once again -- victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97651OPTA;A victory for all of Japan!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97652;The Tokugawa shogunate has once again asserted control over Japan. A bakufu messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our submission to direct rule from Edo.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97652OPTA;Of course we will comply.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97652OPTB;Never! We will fight on!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97660;The Taisho Era;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97660;With the ascension of Emperor Taisho, whose poor health has prompted a shift in political power from Japan's old guard to the Imperial Diet, democratic parties are beginning to see their influence spread throughout the country. Though democratic tradition is not deeply rooted, the idea of enfranchisement as a right of the individual Japanese citizen has become far more broadly accepted. Students, university professors and journalists inspired by Western schools of thought have organized public demonstrations to demand new reforms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97660OPTA;Support the Taisho Democracy movement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97660OPTB;These demonstrations are disruptive and unwanted.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97661;The Shogunate Westernizes;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97661;A great change has taken place within the Tokugawa Shogunate, and now $COUNTRY$ must keep pace.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97661OPTA;Then change we must.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97665;The Satsuma Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97665;A growing dissatisfaction among the former samurai with the abolition of the han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97670;The Northern Islands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97670;The islands of Sakhalin and the Kurils are a natural extension of our holdings on Hokkaido, and we must seek to claim these places before the Russians do so first.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97665OPTA;This cannot be allowed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97665OPTB;We cannot afford a war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97670OPTA;We must claim the northern islands.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97673;The Path of Progress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97673;$COUNTRY$ has followed a militaristic path until now, determined to set ourselves against our neighbors in the interest of security -- while risking that security with dangerous wars. The new $COUNTRY_ADJ$ government has determined that this must change. We must follow a path of progress, and instead devote ourselves to technology and westernization if we are to remain free and whole.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97673OPTA;So shall it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97674;The Line of Advantage;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97674;The $COUNTRY_ADJ$ government has followed a policy of progress and westernization until now, hoping that advancing $COUNTRY$ to match the Western powers would keep us safe. We now see this is in error, and that only by an aggressive expansion of our borders can we hope to maintain the security of $COUNTRY$ proper.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97674OPTA;So shall it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97675;China in Chaos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97675;The Chinese have fallen into warring factions, all but crumbling their power and leaving us an advantage we would be fools not to exploit. The Line of Advantage policy dictates that we should strike, and strike soon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97675OPTA;We should take advantage while we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97675OPTB;This is not in our best interest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97605;Kurofune;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97605;More 'black ships' have appeared off our shores, these ones commanded by an American named Commodore Matthew Perry. The ill-tempered westerner is demanding an end to the Japanese policy of Sokoku -- specifically trading rights in several ports, extraterritoriality for American sailors and protection for their shipwrecks. At first he demanded to negotiate with the Emperor, but that is impossible. Thus it falls to the Shogun to either agree to his demands, risking the appearance of weakness, or refuse and bring the wrath of the Americans upon us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT97605OPTA;We have little choice but to agree.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97605OPTB;Never! We will fight the Americans if we must.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97606;Commodore Perry Successful;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97606;Commodore Perry has returned from his mission to Japan with a treaty in hand: we have gained numerous trade concessions, but more importantly we have cracked open the shield that is Japan's policy of isolation. This is a great coup for American diplomacy and influence in the Far East.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97606OPTA;Well done!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97607;The Japanese Are Defiant!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97607;Commodore Perry has returned from his mission to Japan with unfortunate news: they have chosen to defy his ultimatum and thumb their collective noses at our government. Should we back down now, it will be a great blow to our prestige and our influence in the Far East.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97607OPTA;War it is!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97607OPTB;We cannot afford a war on the other side of the Pacific.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97608;Japanese Surrender?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97608;We are being overwhelmed by the superior might of western armaments. Despite the loss of face, we must consider offering the hated foreigners terms of our surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97608OPTA;It seems we have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97608OPTB;We will hold out!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97609;The Japanese Have Surrendered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97609;We have formally concluded a treaty with the Japanese which will see our influence restored, and our demands for their ports to be opened to our ships to be met. Additionally, an indemnity will be placed upon their government to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97609OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97610;The Japanese Have Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97610;Despite the overwhelming odds against them, the Japanese have refused our generous offer of surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97610OPTA;An unfortunate choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97615;Sonno Joi;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97615;'Revere the emperor and expel the barbarians!' \n \n This is the slogan chanted by neo-confucian activists, reacting to the Tokugawa shogunate's opening of Japan to foreigners. There have been growing reports of violence all over the country, primarily against foreign visitors and statesmen but also against the shogunate itself. Each incident chips away at Tokugawa control over the daimyo and erodes relations with the western powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97615OPTA;Japan must not descend into anarchy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97616;$PROVINCENAME$ Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97616;There has been an incident in $PROVINCENAME$ where samurai, acting under the political slogan of 'Sonno Joi', have committed violence against foreigners conducting business in $STATENAME$. The incident has affected the Tokugawa shogunate's relations with foreign powers, as well as incited locals into riot.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97616OPTA;This disruption is growing worse!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97617;Order to Expel the Barbarians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97617;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, is a challenge to the shogunate's power, and may serve to further incite rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97617OPTA;A dangerous and reckless act.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97618;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, and is a challenge to the shogunate's power. The $COUNTRY_ADJ$ clan must decide whether it supports the Emperor's edict or quietly opposes it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97618OPTA;$COUNTRY$ supports the Emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97618OPTB;This is a dangerous and reckless act.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97620;The Death of Iesada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97620;Tokugawa Iesada, the 13th shogun of Japan, has died childless. This has begun a struggle within the bakufu to select a replacement. The southern tozama daimyo wish to see Tokugawa Yoshinobu become shogun, while the fudai daimyo and shogunate officials are more in favor of Tokugawa Iemochi -- even though he is still but a child. It seems certain that, no matter which candidate is victorious, the disaffected daimyo will see this as a loss of power and make trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT97620OPTA;We will support the tozama and make Yoshinobu shogun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT97620OPTB;The fudai are Tokugawa allies. Iemochi will be shogun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME97621;Tokugawa Yoshinobu is Shogun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97621;The shogunate has taken a step in the right direction and appointed Tokugawa Yoshinobu as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the tozama daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the tozama will be permitted more influence within the shogunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97622;Even though the fudai daimyo, the relatives and close allies of the Tokugawa clan, supported the appointment of young Iemochi as the new shogun following Iesada's death, instead the leader of the bakufu will be Yoshinobu... a candidate favored by the outsider tozama daimyo. The fudai are growing increasingly alarmed at the insidious influence of the tozama, and there is a stirring sentiment that perhaps the time has come for a grander change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97623;Tokugawa Iemochi is Shogun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97623;Pandering once again to the fudai daimyo, all relatives and close allies within the bakufu, the child Iemochi has been appointed shogun -- instead of the more sensible candidate chosen by the tozama. It is becoming increasingly clear that a larger change is necessary. Perhaps the time has come for the Emperor to rule Japan, a single leader to bring the nation into this new era?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97623OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97624;The shogunate has taken a step in the right direction and appointed Tokugawa Iemochi as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the fudai daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the outsider tozama will have their influence in the bakufu kept to a minimum.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97624OPTA;A good sign indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97625;Sakuradamon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97625;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point. Many are urging that a policy of Kobu Gattai -- a union of the bakufu and the imperial court -- may be required.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97625OPTA;A compromise is clearly required.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97625OPTB;No! There will be no compromise with traitors!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97626;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, and thus the bakufu has begun a compromise policy of Kobu Gattai -- a union of the bakufu and the imperial court. Some are seeing this as a sign of further weakness.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98400;The Jewish Diaspora;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98400;Now that a true Jewish homeland has been established, Israel will begin to draw many Jewish people who live in countries across the world -- though this will inevitably anger many neighboring Islamic countries who object to its presence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98405;The Jewish Homeland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98400OPTA;We welcome all who wish to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98405;Jewish families in $PROVINCENAME$, having originally arrived in $COUNTRY$ as a result of the diaspora, are reportedly planning on emigrating to Israel -- the newly-established Jewish homeland in the Palestine. We could encourage them to remain, but that might not be a simple matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC10100_NEW;Phytophthora infestans, the dreaded potato blight, has struck one of our farming provinces. Starving smallholders, and in some places driving whole families from their homes, the potato blight has caused a localized famine that threatens to spread.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME10120_NEW;$COUNTRY_ADJ$ Herald;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC10120_NEW;A new daily has begun circulating in $COUNTRY$. The $COUNTRY_ADJ$ Herald, carrying hard-hitting political commentary, literary critique and local news, has quickly developed into a flagship for local liberal politics.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC10130_NEW;A local chapter of the Chartist Society, calling for a broadening of the voting franchise, and an end to landed voting rights, has opened in $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC10140_NEW;Liberal causes have started to gain traction in $COUNTRY$. While no one knows for sure, rumor has it that the root cause of this sudden upswing in liberal propaganda efforts is the recent foundation of a secret society, forced into hiding due to the persecution of any legitimate opposition to the ruling party. Whether it be the Rosicrucian's or the Illuminati, these society members will continue to act from the shadows until $COUNTRY$ allows free debate and opposition in its politics.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC10150_NEW;The smog from the factories hangs low against the blood red of a charcoal sky. Far away in the depths of the city, in the deepest bowels of the industrial machine, the cries and shouts of a forming mob can be heard echoing against a backdrop of drainpipes and smokestacks. Infuriated over poor working conditions, clamoring for a return to a lost pastoral dream remembered, Luddites take to the streets in $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10155;Pan-Nationalist Fervor;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10155;A fervor has been sweeping through parts of $COUNTRY$, with liberal-minded revolutionaries calling for $COUNTRY_ADJ$ citizens to rise up and demand the unification of $CULTURE_GROUP_UNION$. They have begun waving $UNION_ADJ$ flags in the streets, fomenting riots and violence. The police have had difficulties dealing with the problem.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10155OPTA;Long live $CULTURE_GROUP_UNION$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC10160_NEW;Immorality is like water, flowing through every conceivable crack in the dams of legal authority. Liberals in $COUNTRY$ have, on account of the ban on public meetings, begun holding banquets. Ostensibly without purpose -- A gathering among friends, a celebration, a feast -- the common knowledge secret that no one dare pronounce is that these banquets are political meetings carried out behind a thin veneer of legality.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10205;Fighting in the Streets;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10205;Tensions in one of our provinces reached a boiling point recently, with liberals and reactionaries battling in the streets. $COUNTRY_ADJ$ police were quick to move in, but tempers remain high and already there are reports of fighting elsewhere in the state. Officials are calling for decisive action to put an end to the violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10205OPTA;Punish the liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10205OPTB;Punish the reactionaries.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10205OPTC;The fighting simply has to stop.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10190_NEW;Fiery Sermon in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10200_NEW;Liberal Insurrection in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10210_NEW;Liberal Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10215;Inspired Nationalists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10215;Nationalists in $COUNTRY$, inspired by the wave of liberalism in a neighboring nation, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could inflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT10215OPTA;Revolution is like the plague.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10216;Nationalist Fervor in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10216;Nationalists in $PROVINCENAME$, inspired by the wave of liberalism throughout $COUNTRY$, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could inflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT10216OPTA;Crush them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT10216OPTB;Make promises of reform.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC10170_NEW;Like rats carrying contagious diseases, the preachers of modernity move effortlessly back and forth across our borders. Liberal agitation has spread to $PROVINCENAME$ from a neighboring province and is now threatening to inflame the entire state. We might want to send some troops here.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10200_NEW;'Death to the $MONARCHTITLE$!', a hoarse voice cries. The streets in $PROVINCENAME$ have come alive. A local injustice, or the perception of one, have animated the unwashed masses into rebellion against our rule and threatens to spread to the rest of the state. The revolt is still small enough that its future course has not been set in stone, and leniency might avert it, but perhaps it is best to put our foot down firmly to set an example?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10221;Chartist Rally in Kennington Common;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10221;A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the government are suggesting that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT10221OPTA;Implement the People's Charter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT10221OPTB;Shut them down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98405OPTA;Whoever wishes to go may leave.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98405OPTB;Give them incentives to stay.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10225;Hungarian Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10225;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus we now face civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT10225OPTA;We will restore order!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10225OPTB;We have no choice but to let them go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT10225OPTC;Throw off Hapsburg rule!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10226;Freedom At Last!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10226;We have won our freedom from Austrian rule! The people have gathered in $CAPITAL$ in jubilation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT10226OPTA;A new age has begun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10227;The Hungarian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10227;Hungarian lands rightfully belong to us. With their new-found freedom, we are left with the decision whether we should pursue our claim to their lands or instead try to reconcile with the Hungarian government. If they remain hostile, after all, and we are unable to defeat them, they will become a very dangerous enemy on our border. Admitting their loss, however, might be a blow to our prestige we will never recover from.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT10227OPTA;Hungary belongs to Austria.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT10227OPTB;We must pursue reconciliation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10228;Constitutional Reform;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10228;With the entire nation ready to overthrow the monarchy, ministers have approached the King with advice on reforming the constitution before it's too late. The loss of Belgium has made a revision necessary already. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT10228OPTA;We have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT10228OPTB;Some limited freedoms are acceptable, but no more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT10228OPTC;Never! Shut the liberals down!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME10229;The $COUNTRY_ADJ$ Uprising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10229;With the people seemingly ready to break down our doors, demanding constitutional reform, perhaps we should consider giving it to them? Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT10229OPTA;Give them limited reforms, if it pleases them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT10229OPTB;Make promises, but work to undermine them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME16401;$FROMCOUNTRY$ Applies For Statehood!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16401;Yesterday morning we received a petition from the $FROMCOUNTRY_ADJ$ government, requesting Statehood in the Federal Republic of Central America. A state constitution has been submitted, along with maps defining the state's territorial boundaries. Common opinion seems to hold it a forgone conclusion that we will accept this petition for statehood and forever join $FROMCOUNTRY$ into our prosperous $COUNTRY_ADJ$ republic.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16401OPTA;We accept.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT16401OPTB;We refuse.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME16500;Second Constitutional Convention;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16500;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population -- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16500OPTA;The convention will move forward.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16500OPTB;The constitution shall not be amended to appease abolitionists.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16501;Dissatisfaction in the North;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16501;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. Despite the move to more proportional government, things have not changed and thus there is talk that perhaps it is the north that needs to secede into a new union based on the freedom of men.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16501OPTA;And what will this achieve, exactly?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16505;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, fueled by outrage over the changes to the American constitution which have stripped states of their equality. Local sentiments seem to be turning towards the south even though $STATENAME$ is not a slave state.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16506;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, as liberals spread loud complaints over their dissatisfaction with the deadlock in the senate. They speak of a new Union based in the north, based on the true freedom the founding fathers intended.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME16510;The Free States of America;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16510;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this the act of traitors, and already is assembling its military to crush the northern secessionists. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT16510OPTA;We support the Free Americans!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT16510OPTB;The rebels shall be dealt with swiftly and mercilessly.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME16515;The Union Sundered;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16515;The civil war is over... and we have lost. The United States of America that was is now gone. Delegates in $CAPITAL$ have convened to urge the government to put aside the former constitution, declaring it irrelevant for the reality that now faces us. A new constitution is being drafted, one heralding our place as master of the South, though there are yet some who say our destiny must one day be retaken and that not all is lost.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT16515OPTA;All of America will be retaken. We swear it.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97550;The Federal Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97550;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. At this point, the struggle to maintain the union seems like an almost impossible one. \n \n §RNOTE: If rebels hold the capital of their country for more than 60 days, that country will declare independence.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97551;Costa Rica Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97551;With rebels in Nicaragua having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in southern Costa Rica. Government authorities have withdrawn as locals have overtaken the capital in San Jose.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97552;Nicaragua Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97552;With rebels in Honduras having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in Nicaragua. Government authorities have withdrawn as locals have overtaken the capital in Managua.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME975521;Honduras Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC975521;With rebels rampant in the south, it has become next to impossible for the government to maintain order in Honduras. Government authorities have withdrawn as locals have overtaken the capital in Comayagua.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME975522;El Salvador Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC975522;With rebels rampant in the south, it has become next to impossible for the government to maintain order in El Salvador. Government authorities have withdrawn as locals have overtaken the capital in San Salvador.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT975521OPTA;The republic must live on!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97553;Order Restored in El Salvador;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97553;The government has managed to restore order in the El Salvador region. Officials in San Salvador have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97554;Order Restored in Honduras;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97554;The government has managed to restore order in the Honduras region. Officials in Comayagua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97555;Order Restored in Nicaragua;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97555;The government has managed to restore order in the Nicaragua region. Officials in Managua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97556;Order Restored in Costa Rica;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97556;The government has managed to restore order in the Costa Rica region. Officials in San Jose have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97556OPTA;Excellent news!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97560;End of the Republic?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97560;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether we should fight to preserve what we have. Some consider that to be an impossible task, though liberals argue that we should not allow conservatives doom the region to a future of division and internal squabbling.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97560OPTA;We will fight to preserve the republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97560OPTB;The republic must end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32550;The Belize Purchase?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32550;Central American delegates have recently come in from London in hopes of purchasing British Belize. What should we do?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32550OPTA;We gladly accept.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32550OPTB;We refuse.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32551;$FROMCOUNTRY$ Accepts!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32551;$FROMCOUNTRY$ has agreed to sell Belize to us! Long live the Federal Republic of Central America!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32551OPTA;Excellent.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32552;$FROMCOUNTRY$ Declines!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32552;$MONARCHTITLE$, negotiations with $FROMCOUNTRY$ over Belize have stalled, and they have declined to sell us the colony.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32552OPTA;Hm, I see.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME975600;The War Must End;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC975600;We must end the civil war. It has gone on too long.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT975600OPTA;So must it be.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME975610;The Secession of Costa Rica;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC975610;Costa Rica has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT975610OPTA;Order must be restored!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT975610OPTB;Let them go.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97559;The Secession of Nicaragua;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97559;Nicaragua has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97558;The Secession of Honduras;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97558;Honduras has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97557;The Secession of El Salvador;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97557;El Salvador has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16425;Little Bighorn;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTB16020;Find for Scott;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16445;Apache Raiders;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16445;Local native groups are raiding our settlements in $PROVINCENAME$.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16445OPTA;Blast them!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44122;Webster–Ashburton Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44122;We have concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between our nations. In particular, the treaty has clearly established the border between Maine and the British colony of New Brunswick.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44122OPTA;Great!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44122OPTB;The US does not compromise.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44125;The Western Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44125;Mexico is not properly utilizing the lands between ours and the Pacific. It is our destiny to bring American rule and prosperity to all of North America, and our responsibility to take these lands from Mexico so they may flourish. To avoid further war with Mexico, we should approach their government and see if they will consider selling these lands to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44126;$FROMCOUNTRY$ Demands Northwest Territories!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44126;The American ambassador has informed us that it would be in our best interests to sell the lands north of the Rio Grande to the United States. The amount they offer is considerable, and the northwest territories are of limited value to us, but it is almost an insult that they would think us so eager to give up our rightful territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44126OPTA;No. That land is rightfully ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44126OPTB;We cannot afford for this to escalate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44127;Mexico Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44127;The Mexicans have refused our generous offer. Our only recourse is force of arms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44127OPTA;Our military could use the target practice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44127OPTB;We don't need this to come to a war yet.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44140;The Northern Alaska Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44140;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our territory in northern Alaska. The land is not valuable, and since previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict, we should perhaps consider the sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44141;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44141;$FROMCOUNTRY$ has refused to sell the Alaskan territory. Considering that the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44142;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44142;The Alaskan territory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44145;The Hawaiian Islands Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44145;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our Pacific Island territories near Hawaii. The land is not valuable, and previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict. We should perhaps consider the sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44145OPTA;Sell the territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44145OPTB;Never! We got there first.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC44146;$FROMCOUNTRY$ has refused to sell the Hawaiian Islands territory. Considering the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44146OPTA;A foolish move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44147;The Hawaiian Islands are ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44147OPTA;A wise move. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44150;54-40 or Fight!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44150;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region west of the Rockies (called Columbia by the British) has been explored by both countries and there are legitimate claims on either side. British claims stretch all the way south to the 42nd Parallel while American claims reach north to the 54th Parallel. But the British claim they are willing to compromise and have been pushing for an established border along the Columbia River which they believe would be a fair solution and help both nations avoid another costly war. It's clearly a tense situation, and the spectre of war with the British looms as politicians in the current election campaign are banging the drums of Manifest Destiny in order to gain support.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44150OPTA;All of Oregon belongs to the United States.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44150OPTB;Open further negotiations with the British.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44150OPTC;If a border along the Columbia River helps us avoid war, so be it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44151;The Columbia District;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44151;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. The British claim all the way south to the 42nd Parallel and the Americans north to the 54th Parallel. The situation is tense, and made more so by jingoistic American politicians calling for sovereignty over the entire continent. Even so, the American government has sent a delegation seeking a compromise in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44151OPTA;We will agree to split the territory between us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44151OPTB;We will not allow a former colony to threaten our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44152;The Oregon Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44152;The British have agreed to a compromise, splitting the Oregon Country between us at the 49th Parallel. Any British lands held by us will be turned over to them, and vice-versa. Though some Americans are upset, many others are breathing a sigh of relief.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44152OPTA;This will settle the matter once and for all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44153;Oregon Negotiations Break Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44153;The talks with the British have broken down, primarily due to the continuing calls by warmongering politicians. Neither of our options now is very pleasant: either we abandon our claims to Oregon no matter what some might think, or we press ahead with the claims and brace for eventual war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44153OPTA;Abandon our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44153OPTB;Press ahead with our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44154;American Claims in Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44154;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by American politicians rattling their sabers over their idea of 'Manifest Destiny', and they have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war, and our only consideration should probably be whether we wish to pursue another costly war with the Americans in North America when our time could better be spent elsewhere.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44155;Oregon Country is Ours;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44154OPTA;Let them have Columbia. It is not worth fighting over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44154OPTB;We will not allow a former colony to threaten our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44155;The British have elected to withdraw from Oregon and have signed a treaty to hand any American land over to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44155OPTA;A grand day for Manifest Destiny!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44156;Compromise Along Columbia River;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44156;Tensions over the Columbia District seemed to fizzle as American willingness to compromise had become well apparent to British diplomats during negotiations. A favourable agreement appears to have come within our grasp which would split the Columbia District along the Columbia River and end most disputes over the territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44156OPTA;All's well that ends well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44156OPTB;The United Kingdom demands Columbia in its entirety!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95026;Liberian Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95026;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS is urging Liberia to proclaim independence and find its own destiny.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95026OPTA;Proclaim independence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95026OPTB;We value American protection.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95027;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS has convinced Liberia to request its independence from the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95027OPTA;Grant them independence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95027OPTB;This is not in our interests.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95028;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95028;Despite the urging of the ACS, the $FROMCOUNTRY_ADJ$ has denied $COUNTRY_ADJ$ independence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95028OPTA;Outrageous!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44805;Antonio López de Santa Anna;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44805;A general and war hero of Mexican independence, Santa Anna was elected President in 1833. After deposing his liberal vice-president, Santa Anna abrogated the 1826 Constitution and took control of the country as a conservative dictator with both church and military backing. Many Mexican states objected to this centralization of power, and with the rebellion of Tejas to the north the entire country seems to be in a state of chaos.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44805OPTA;The rebels shall be brought to their knees.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME44810;Rebellion in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44810;Malcontents in $STATENAME$ have risen up in defiance of the government, demanding a return to democratic rule!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44810OPTA;More rebel scum?!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44815;Texas Recaptured!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44815;The rebel state of Tejas has been recaptured. A glorious victory for Mexico and a blow against the malcontents who seek to spread dissension and discord!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44815OPTA;That will teach them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44820;Republic of the Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44820;Inspired by the success of the Tejas rebellion, liberal malcontents in the provinces along the Rio Grande have risen up and declared their independence from Mexico.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44820OPTA;This cannot be allowed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44820OPTB;We can do nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44821;The Yucatan Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44821;Angered by the abrogation of the 1824 Constitution and the centralization of government power in Mexico City, liberals in the Yucatan have declared their independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44822;Join the United Provinces?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44822;Eventually, the Mexican government will come after our country and seek to re-incorporate it into the federation. If we are to survive, joining the United Provinces of Central America may be our only hope. Shall we make the request?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44822OPTA;Join them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44822OPTB;We shall remain independent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44825;The Treaty of Guadalupe Hidalgo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44825;With our capital under American control, it seems we have little choice but to negotiate. The Americans have offered us a deal: the normalization of relations, the forgiveness of our debt and the payment of a great deal of money... all in exchange for a cession of all the northern territories currently claimed by their country. If we refuse, it may mean many years more of war for us until these Americans get what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44825OPTA;We agree to their proposal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44825OPTB;We refuse!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44826;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44826;$FROMCOUNTRY$ has signed the Treaty of Guadalupe Hidalgo, ceding all American-claimed territory to our control. For now, the relations between our two countries can return to normal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44826OPTA;A wise move. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44827;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44827;Despite having them over the figurative barrel, the $FROMCOUNTRY_ADJ$ government has refused to capitulate to our demands. So much the worse for them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44827OPTA;A foolish move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44830;Execution of Emperor Maximilian;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44830;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death. Benito Juárez has assumed the role of President of Mexico.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44830OPTA;It was bound to happen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44835;The Plan of Tuxtepec;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44835;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has disavowed the presidency of Sebastián Lerdo de Tejada and installed Diaz as a military-backed dictator.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44835OPTA;Never!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44835OPTB;We welcome El Presidente!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44840;Santa Anna Captured!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44840;In a surprise development, the leader of Mexico -- General Antonio de Santa Anna himself -- has been captured. Found running through the countryside, attempting to escape back to Mexico, he has been imprisoned in a Texan jail and forced to negotiate. We can force the man to agree to a peace treaty -- even though many consider the odds of Santa Anna's own country agreeing to terms exacted under duress to be slight, it may be our only hope against overwhelming odds. At the very least, the humiliation dealt against their leader will be a blow against the Mexican government and one from which they will not soon recover.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT44840OPTA;Force him to sign the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT44840OPTB;Execute him.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC44841;In a humiliating blow to Mexico's prestige, General Santa Anna has been captured within Texan territory -- separated from our army and found wandering the countryside in an attempt to return to Mexico. While imprisoned, he agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. We are now faced with a question: while the treaties are worthless, disregarding them completely could give the Americans a cause to intervene. Either way, one thing is certain: as the architect of this fiasco, Santa Anna's time in power is done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT44841OPTA;Honor the treaty and negotiate for Santa Anna's return.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT44841OPTB;Call a ceasefire -- for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT44841OPTC;Continue the war. Let the Americans do as they wish.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME44842;The Treaties of Velasco;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44842;While Mexico had every reason to refute the treaties signed by Santa Anna, it seems their willingness to continue the war against Texas has waned. They will not embarrass themselves further, and have agreed to let us remain free in exchange for Santa Anna's return. For the moment, this means the war with Mexico is over... whether that peace will continue remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44842OPTA;Victory for Texas!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME44843;Ceasefire With Mexico;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44843;As expected, the Mexican government has refuted the Treaties of Velasco and refused to negotiate for Santa Anna's return. They are, however, evidently afraid that the treaties have enough validity that ignoring them would give the Americans an excuse to intervene -- and have called for a ceasefire. How long it will last is unknown, but for the moment Texas has its respite.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT44843OPTA;This will have to do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME44844;Mexico Ignores the Treaties;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44844;Not unexpectedly, Mexico has ignored the terms of the Treaties of Velasco -- claiming that Santa Anna only agreed to them under duress. Indeed, Santa Anna himself has been quick to back up their claim even despite his precarious position. The one bright light in this? It might be the cause the American government has been looking for to intervene in our war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44844OPTA;Appeal to the Americans for help.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44844OPTB;We will fight this out on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44845;War With Mexico!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44845;Despite the assurances supposedly offered by the Treaties of Velasco, we once again find ourselves at war with Mexico. The ceasefire is, it seems, now over. While many in our government never expected Mexico to live up to the terms of the treaties anyhow, they do suggest that this might be enough cause for the Americans to intervene. Such an intervention would, of course, be inviting the wolves through the front door… but do we have any other choice?;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME44846;The Texan Diplomat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44846;A diplomat has arrived in Washington from Texas -- a part of the Mexican frontier, settled by southerners who had been offered land by the Mexican government and who then rebelled against its tyranny. The diplomat has asked for American intervention in their war, claiming that a treaty had been worked out with Mexico which they then of course immediately refuted. It seems like shaky grounds… but do we turn our backs on them?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44846OPTA;Tell them we will do what we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT44846OPTB;They are on their own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME96100;The Arab Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96100;A wave of nationalism has begun to spread among the Mashriqi, fueled by their resentment over $COUNTRY_ADJ$ rule. Our governors in the region are understandably nervous, and report that we can expect major rebellions in the coming years unless we are very careful.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT96100OPTA;Put them down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96100OPTB;Perhaps self-governance will make them happy?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96101;$COUNTRY_ADJ$ Self-Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96101;We have been granted self-rule by our $FROMCOUNTRY_ADJ$ rulers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96101OPTA;They think this will make us happy?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96102;The Arab Revolt has begun, and many people in $CAPITAL$ are flying the revolt flag. They are demanding freedom from foreigner rule, and we will have difficulty keeping them under control... provided that's what we wish to do, of course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT96102OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96105;End of the Arab Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96105;The general insurgency by $COUNTRY$'s Arab population has been brought to an end. For the moment, peace has been restored and the momentum of the Arab resistance dissolved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT96105OPTA;Excellent news!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME96106;Arab Uprising in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96106;We have received word of an uprising that has occurred in $PROVINCENAME$. A group of Mashriqi tribesman attacked the local $COUNTRY_ADJ$ garrison, and were quickly put down. The $PROVINCENAME$ governor made a point of displaying their bodies, hoping that would discourage others from following suit. It hasn't. Arab outrage has been fanned throughout $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT96106OPTA;Reprimand the governor. This cannot get out of hand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT96106OPTB;Put this down quickly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME96110;The House of Saud Returns;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96110;Abdul-Aziz, scion of the House of Saud, has returned from exile in Kuwait. Not only that, the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh. We must deal with ibn Saud quickly, lest he retake even more land and reverse our earlier victory over his house.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT96110OPTA;A fruitless rebellion against our rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME96115;The Rule of Hedjaz;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96115;We have always been torn between our loyalty to Egypt and to the Ottoman Empire. The time has come to decide between them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96115OPTA;We fear the Ottomans more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96115OPTB;We side with Egypt.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96120;The House of Rashid;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96120;The House of Saud will never unite Arabia so long as the Emirate of Ha'il stands on our northern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96120OPTA;So must it be!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96121;The House of Saud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96121;The House of Rashid will never unite Arabia so long as the Emirate of Nejd stands on our southern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96121OPTA;So must it be!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97170;The Mahdist Uprising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97170;In the troubled atmosphere of Sudan's modernization, Muhammad Ahmad ibn as Sayyid Abd Allah, a fakir and religious leader, has proclaimed himself the Mahdi (or 'guided one'). The son of a Dongola boat-builder, Muhammad Ahmad had become the disciple of Muhammad ash Sharif, the head of the Sammaniyah order. Now, combining personal magnetism with religious zealotry, he begun a war to unify the tribes in western and central Sudan, determined to expel us and restore Islam to its primitive purity. While the local government in Khartoum initially dismissed this man, further reports indicate the Mahdi possesses a great deal of magnetism -- and his rallying call of driving all foreign presence out of the Sudan has gained him a large following. These Mahdists may prove to be a serious threat - especially if they capture Khartoum.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97170OPTA;Khartoum may not fall.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97171;Mahdists in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97171;Followers of the Mahdi have struck again, this time in the province of $PROVINCENAME$. The religious leader's jihad against foreigners has sparked a local rebellion, one that the authorities have had a difficult time putting down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97171OPTA;Put down the uprising at once!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98725;The Call for Arab Unity;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98725;The call has gone out across the world: a nation has risen to lead the Arab masses into the future, a greater power that can withstand the onslaught of colonialism by the European powers. They must rise up and join $COUNTRY$, or forever spend their lives as servants to foreign masters.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98725OPTA;We will lead the Arab world!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95260;The Disunited States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95260;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country were founded no longer apply. Talk of secession is frequent, if quiet, and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. If they do, we must be ready.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95260OPTA;Unacceptable!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95261;The Sons of Liberty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95261;A group calling themselves the Sons of Liberty has secretly formed in $PROVINCENAME$, advocating either the overthrow of the totalitarian American regime or the secession of $STATENAME$ from the Union. American law-enforcement is doing its best to hunt down these traitors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95261OPTA;Do anything possible to crush them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95261OPTB;Hunt them... quietly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95262;The Union Reborn!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95262;With the totalitarian regime ended, Americans have taken to the streets to celebrate their regained liberties. Flags of the Sons of Liberty are in evidence everywhere. Let us hope this new era holds, and that the Union has not already been sundered beyond repair.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95262OPTA;The Founding Fathers would be proud.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95265;The Philadelphia Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95265;'On this day in the year of our lord, $YEAR$, do we declare the Union to be defunct, a relic of the past now only a shadow of its former greatness. We delegates hereby declare ourselves the inheritors of that once-great legacy, and forever more shall we be known as the Free States of America.' \n \n With those words,delegates from several states in the north have gathered in Philadelphia and declared their secession from the Union. Whether we can move fast enough to ensure those states never act upon the declaration, or whether others will heed the call of these so-called 'Free States' remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME95266;The Congress of $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95266;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Free States of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95266OPTA;An outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95267;The New Confederacy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95267;'Whereas once the dream of our rightful independence was crushed, we stand here in the city of Richmond to declare that it has been reborn. No longer can the South remain under the heel of the North and call it freedom -- the Confederacy must rise again!' \n \n With those words, a large group of delegates gathered in Richmond have declared the Confederate States of America reborn. At least one state has agreed to secede, and its possible that others will join them… now or very soon. If we are to stop this new rebellion, we will need to act quickly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95268;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Confederate States of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95269;The Secession of Oregon;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95269;'Whereas once our land was the frontier of America, now it is the frontier of freedom. The Oregon Country is a land where men achieve their destiny through honest toil and while believing in the equality of men. Since the Union no longer believes in the same, we hereby declare it dead.' \n \n With these words, a group of delegates gathering in the city of Portland have declared the secession of Oregon from the Union. While other parts of the region may join them, it's unknown whether everyone there feels the same. Clearly this rebellion must be stopped before it gains further traction.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95270;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Oregon Country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95271;The Colorado Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95271;'We are the true heartland of America. We know things that Washington has forgotten: the value of honesty, the need for virtue, and the true meaning of freedom. What they have put aside, we shall pick up and keep close to our hearts -- for now, a new nation is born. A republic that will stand the test of time as the nation we step away from has not.' \n \n With these words, a group of delegates gathered in the city of Denver has declared the creation of the Colorado Republic. Whether more states will join their rebellion still remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC95272;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Colorado Republic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95273;The Chicago Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95273;'What the fools in Washington have forgotten is that we are not their subjects. We are their allies. If they abuse us, we do not lie back and ask for forgiveness. We leave. That is what we do here today: we are forging a new alliance of equals, brothers with a common heritage who will never forget the evils that lie in tyranny and corruption.' \n \n With these words, a group of delegates gathering in the city of Chicago have declared the formation of a 'New American Alliance'. The state of Illinois has seceded from the Union to create it, and it's entirely possible that others will join them if we do not act quickly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95274;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the New American Alliance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95275;The Dakota Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95275;'Ours is a nation born of resolution. The Washington government thought it could stretch its hand across the breadth of North America, that all they touched would bow down and be forever grateful for their overlordship. We say it is not so, and stand here today to proclaim that there is a better way.' \n \n With these words, a group of delegates gathered in Rapid City have declared the formation of the 'Dakota Republic'. South Dakota has seceded from the Union, and it's possible that others may soon join them. Do they not realize how short-lived their rebellion will surely be?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95276;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Dakota Republic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95277;The Pueblo Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95277;'We have been the subjects of despots in Mexico as well as cruel tyrants in Washington, and we stand here before you today to declare that we will stand for neither. Ours is a unique heritage, and we will move forward with the intention of celebrating it in the spirit of freedom and goodwill for all mankind.' \n \n With these words, a group of delegates gathered in Phoenix have declared the formation of a 'Pueblo Republic'. Arizona and New Mexico have both seceded from the union to form it, daring us to stop their rebellion -- if we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95278;The Mormon Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95278;'Our path lies in a different direction -- with our hearts, our faith, and our integrity. May God watch over us and keep us safe in this perilous world.' \n \n With these words, the leader of the Mormons has declared the formation of the independent nation of Deseret, encompassing both Utah and Nevada. They stand ready to resist any attempt by us to retake them through force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95279;The Convention of San Francisco;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95279;'Our joining of the Union was with the understanding that it meant something -- we were joining a cause for true freedom in a world full of totalitarianism, a cause far greater than any we could hope to achieve on our own. We were mistaken, and now we must march forward on our own terms. May God help us all.' \n \n With these words, the governor of California met with a large number of delegates in San Francisco and declared their state seceded from the Union -- to the widespread support of many Californians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95280;The Texas Secession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95280;'We are the Lone Star State. We fought against the Mexicans and succeeded, and now we shall fight against the Yankees if they come. Let them come. Texas bows before no-one.' \n \n With these words, the governor of Texas stood before a group of gathered delegates and declared their state seceded from the Union. Already an army of supporters is gathering in Austin, ready to fight against any reprisal from Washington.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95281;The Convention of Boston;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95281;'We stand here in Boston, the birthplace of this nation and the home of the Liberty Bell. Let the bell ring, let it announce to the world that our beloved homeland has fallen from grace. It is up to the Sons of Liberty to rise in its place, to fight for truth and freedom wherever its meaning has been lost. We will brook no tyrants in America.' \n \n With these words, a group of delegates from throughout New England have declared their states seceded from the Union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95282;The Alaskan Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95282;'We are the true North, the furthest frontier of the United States. We are a sturdy people who will stand on our own when called to -- and that call goes out to you now. Alaska never sought its independence, but it will stand for what's right. God help us all.' \n \n With these words, the governor of Alaska spoke to delegates gathered at Stika and announced that the state -- cut off from support by the rest of the nation -- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95283;The Honolulu Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95283;'Once we were a nation of our own, but we joined with the United States and have earned our place in the Union. We are a hard-working people who will do whatever must be done -- and now we must act. Hawaii never sought its independence, but it will stand for what's right. God help us all.' \n \n With these words, the governor of Hawaii spoke to delegates gathered at Honolulu and announced that the state -- cut off from support by the rest of the nation -- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95200;Turkmen Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95200;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rulership. While the notion of a Turkmenian state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95200OPTA;Preposterous!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95201;Kazakh Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95201;A wave of nascent nationalism has begun stirring among the Kazakh peoples under $COUNTRY_ADJ$ rulership. While the notion of a Kazakh state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95205;Uzbek Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95205;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rulership. While the notion of a single Uzbek state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95206;Reclaiming Uzbek Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95206;The $COUNTRY_ADJ$ people are clamoring for all Uzbeks to be united under our flag.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95206OPTA;So must it be!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95210;Tajik Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95210;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rulership. While the notion of a Tajik state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95215;Kyrgyz Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95215;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rulership. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95216;Reclaiming Kyrgyz Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95216;The $COUNTRY_ADJ$ people are clamoring for all Kyrgyz to be united under our flag.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME45102;La Trinitaria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC45102;Juan Pablo Duarte has founded a secret society called 'La Trinitaria', seeking complete independence of Santo Domingo from Haiti and other foreign powers. Many Caribenos are calling the man a visionary, and his ideas are gaining great popularity in eastern Hispaniola.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT45102OPTA;This will not do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36709;While Belgium's de facto independence from the Netherlands had been established by force of arms during the Belgian Revolution of 1831, it has not been confirmed de jure and we yet hold claims over Belgian territory. The British have offered to mediate a settlement -- in return for the surrendering of our claims and a guarantee of Belgium's neutrality, we would receive the Rhenish part of Luxembourg as our vassal… as well as a great deal of standing in the eyes of the European powers. That is, of course, if Belgium even agrees to the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT36709OPTA;We will surrender our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT36709OPTB;We do not require outside mediation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME36710;The Treaty of London;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36710;In a meeting mediated by the British, the Netherlands has offered to sign a treaty which would see them relinquish all claims to Belgian territory -- but at the cost of surrendering Luxembourg to them as a vassal. Some are claiming this is too high a price, and that we should not allow ourselves to be bullied into such a treaty... but this may also be the only chance we have at peace with the Dutch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36710OPTA;We agree to their terms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT36710OPTB;We refuse.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME36711;Belgium Has Signed the Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36711;The Belgian government has agreed to the terms of the Treaty of London. We have surrendered all claims to their territory, in return for control over Luxembourg. The Germans, however, demand compensation for the exit of Luxembourg of the German Customs Union. For that purpose, under the same Treaty of London and by the orders of the king, the Duchy of Limburg was created.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT36711OPTA;Then it is done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36712;Belgium Has Refused the Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36712;The Belgian government has refuse the terms of the Treaty of London. This is a foolish move that only opens up the possibility of more war, but it seems the Belgians will not be moved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36715;The Fall of Amsterdam;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36715;Despite our best efforts, the unthinkable has happened: Amsterdam has fallen. It seems there is little choice but to surrender to the Belgians and allow them to dictate terms. If they are kind, they will simply force us to relinquish all claims to the southern Netherlands. If they are unkind, they may force us to give up territory -- though doing so will surely bring about the wrath of the European powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT36715OPTA;We must surrender.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT36715OPTB;We shall never give up!;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME36716;The Dutch Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36716;Our forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms we dictate. The European powers are pushing for peace and conciliation -- they wish to see that Belgium keeps what it has and nothing more -- though if we dare risk their wrath we could certainly wrest territorial considerations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT36716OPTA;We accept their surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT36716OPTB;Let us demand concessions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT36716OPTC;We must continue the war!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44303;Pacification of the Metis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44303;It has taken time to settle the grievances following the Riel Rebellion, but treaties with the various Metis groups throughout the North-West territories have managed to properly incorporate them into Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44303OPTA;This is good news.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44305;Rebellions of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44305;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44305OPTA;These radicals must not be allowed to run rampant.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44306;Lord Durham's Report;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44306;Lord Durham has returned from his mission to investigate the causes of the rebellion in Upper and Lower Canada with recommendations to the British crown -- namely that the two colonies be united under a single responsible government through an Act of Union. He fears that, if we do not, we may be facing further rebellion just as was faced in America. Indeed, it is entirely possible the Canadian radicals could attract support from the Americans if they are not appeased.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44306OPTA;Pass the Act of Union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44306OPTB;We will not appease radical liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44310;The Charlottetown Conference;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44310;A gathering of governors from our Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. We would like to see the North American colonies be more self-reliant, so it may be in our best interest to allow this union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44310OPTA;Allow the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44310OPTB;This is not in our best interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44315;The Canadian Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44315;The colonial government of Canada has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44315OPTA;This can only be good for the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44315OPTB;No, they shall remain under our direct control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44315OPTC;Onwards to Canada!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44316;The Dominion of Quebec;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44316;The colonial government of Quebec has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44316OPTC;Onwards to Quebec!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44317;The Maritime Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44317;The colonial governments of the Maritimes have officially requested that the crown permit them self-governance. This will see the colonies better able to protect themselves without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44317OPTC;Onwards to the Maritimes!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44318;The Dominion of British Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44318;The colonial government of British Columbia has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44318OPTA;Onwards to Columbia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44320;The Rupert's Land Act of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44320;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory between British Columbia and Ontario -- being given offered to the Canadian dominion. Currently the land is administered by the Hudson's Bay Company, and thus the Canadian government would be required to purchase it. Should they choose to do so, it would strengthen our ally greatly and relieve our overextended colonial holdings.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44320OPTA;Offer them the land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44320OPTB;This is not in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC44321;$FROMCOUNTRY$ has passed an act which would see the Canadian government offered control over all of Rupert's Land -- essentially all $FROMCOUNTRY_ADJ$ territory in North America east of British Columbia. We would need to purchase the land from the Hudson's Bay Company at no small expense, though it would be one of the largest land purchases in history.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44321OPTA;Of course we will agree!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44321OPTB;We cannot afford this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44322;The Rupert's Land Act Fails!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44322;A British act which would have seen us offered the rights to purchase all of Rupert's Land from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop! Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44322OPTA;This cannot be borne!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44325;$FROMCOUNTRY$ Asks To Join Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44325;Relations with $FROMCOUNTRY$ are friendly, and thus the dream of a larger Canadian confederation has resurfaced. Delegates from $FROMCOUNTRY$ have made the journey to $CAPITAL$ with the goal of negotiating terms of joining our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT44325OPTA;Of course they are welcome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44325OPTB;We have no interest in this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44339;The land north of the 60th parallel is inhospitable to settlers, but there is a growing concern that should the Canadian government not move to fully claim the territory another power will do so. It will take considerable political capital to convince the other world powers of Canadian dominion in the north, but many feel we must make the effort... and considering there are reports of gold in the Yukon it might be wise to do so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44350;The British Columbian Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44350;The colonial government in British Columbia is seeking permission to begin negotiations with Canada to join their confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44350OPTA;We will allow it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44350OPTB;This is not in our best interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44339;The Northwest Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44351;The British Columbian Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44351;Representatives from British Columbia have met with Canadian delegates in $CAPITAL$ to discuss terms of their joining confederation. The only thing that appears to interest them is the building of a national railway linking the Pacific and the Atlantic. Without it, they say, the nation is too divided and they are more connected with other regions along the Pacific coast.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44351OPTA;We accept their proposal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT44351OPTB;Such a railway would be too expensive.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44355;First Stage of the CNR;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44355;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the second stage, which will be considerably more difficult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT44355OPTA;Progress must continue!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44357;The CNR Completed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44357;After a massive effort expended to create a pass through the Rocky Mountains, the Canadian National Railway has been completed! A single railway now links the Pacific coast to the Atlantic. Crowds have gathered in $CAPITAL$ to celebrate the first locomotive being sent to make the complete journey!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME49501;Reforming the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49501;Members of the $FROMCOUNTRY$ government have approached us, suggesting that the Kalmar Union must be resurrected. For the moment, this is simply an idea, a suggestion that the Scandinavian nations should work together towards an eventual union. If we disagree, it's possible that the idea dies here. If we don't, $FROMCOUNTRY$ might be mortally insulted. If Scandinavians are to take their rightful place in Europe, however, perhaps there is merit in their proposal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTOPTA49501;A royal marriage cannot hurt, I suppose.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49501;We see little reason to join such a union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49502;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49502;$FROMCOUNTRY$ has refused the $COUNTRY_ADJ$ proposal. It is now in our hands whether to let the Union die here and now, or force $FROMCOUNTRY$ to join us whether they like it or not.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA49502;Oh well, I guess that's over then.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49502;We'll see how they feel with an army in their capital...;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49503;Form a Customs Union?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49503;$FROMCOUNTRY$ has proposed the next logical step in our mutual cooperation: a customs union between $COUNTRY$ and $FROMCOUNTRY$, indeed all of Scandinavia, which would remove the restrictions on trade between us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA49503;A customs union cannot hurt, I suppose.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49503;This is going too far.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49504;Form a Political Union?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49504;$FROMCOUNTRY$ has suggested a political union between their country and $COUNTRY$, arguing that this is the next logical step for Scandinavia's security.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA49504;It seems like a logical argument.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49504;This is going too far.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49505;Norway Asks For Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49505;Your Norwegian subjects seek to establish their own independent kingdom. The other European powers support their independence, and will be upset if we refuse.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT49505OPTA;We support their right to self-determination.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT49505OPTB;We will not grant this request. Our people share a common history and future.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME49506;Norway Demands Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49506;This time they are not asking nicely. Independence or war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49506OPTA;We will let them go.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49506OPTB;This will be a splendid little war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49507;Finnish Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49507;Your Finnish subjects seek to form their own nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49507OPTA;We will be better off without them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49507OPTB;Finland is an integral part of our empire.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49508;Danish Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49508;Your Danish subjects wish to end our union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49508OPTA;They have a right to form their own kingdom.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49508OPTB;How dare they challenge our authority!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT49510OPTB;Reopen the Diet of Finland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49509;The Leadership of Kalmar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49509;As our power in Scandinavia wanes and $FROMCOUNTRY_ADJ$ influence grows, so does the focus of the union move to them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT49509OPTA;Well, shucks.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME32509_NEW;The Alaskan Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32509_NEW;We hear word from the Russian ambassador that they are willing to sell their Alaskan colony to us, for the right price. Perhaps we should consider making an offer before someone else snaps it up? The land isn't worth much at the moment, but owning Alaska would be a boon to our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32509OPTA;Make the offer. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32509OPTB;We don't need it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32510_NEW;The Alaskan Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32510_NEW;We have received an offer from $FROMCOUNTRY$ to purchase the Alaskan colony. Should we accept?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32512;Intervention in Hungary?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32510OPTA;Sell it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32510OPTB;Refuse, but find another buyer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32510OPTC;We have changed our mind. Alaska is not for sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32511;Russia Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32511;Russia has agreed to the sale. Alaska is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT32511OPTA;We welcome this new addition.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32512;The Hungarian revolution in Austria sets a dangerous precedent. There are far too many minorities in $COUNTRY$ who might look to the Hungarians as an inspiration, and who would rise up as well if we do not set a firm example. No matter our relation with the Austrian government, we must consider intervention against the Hungarian rebels or possibly face similar uprisings at home.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32512OPTA;The Hungarians must be crushed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32512OPTB;Let the Austrians deal with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32513;The Caucasian War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32513;The Russian annexation of the Caucasus has met with increasing bitterness and anger among the local populace, tribal groups that are angry with the Russian administration and have declared that their homelands shall be freed from our rule. This has become a problem as rebels take to the highlands, and rooting them out may take a very long time indeed. Imam Shamil and the Chechen Muslims are leading raids from the highlands and forests, this frontier region promises brew problems in the near future. \n \n To consolidate our hold in one of the provinces of the region, the fort of Yekaterinodar will not be the capital of the province anymore and the recently founded port city of Novorossiysk will be the new regional capital.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTB90101;Go back on our promise.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32513OPTA;Order shall be restored.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32514;Russia Refuses;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC32514;The talks with Russia have broken down. They refuse to sell Alaska to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT32514OPTA;How disappointing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32515;The Treaty of Tartu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32515;Now that Finland is free from $COUNTRY_ADJ$ rule, their government has approached us to engage in territorial talks. They are interested in the northern strip of land known as Petsamo, and the access to the Arctic Ocean it offers, as well as discussing Russian claims to Viipuri. If we give them what they're looking for, $COUNTRY$ looks good in the eyes of the international community and we gain an ally -- but perhaps we do not need Finland as an ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT32515OPTA;Sign the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT32515OPTB;We refuse to give concessions to a former subject.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME32516;Russia Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32516;Russia has refused to sign the Treaty of Tartu, raising the specter of war between our nations. Perhaps we should consider surrendering southern Karelia before the Russians come and take it from us?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT32516OPTA;Surrender Viipuri to the Russians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT32516OPTB;Never! We shall seek allies elsewhere.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME32520;The Eastern Islands;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32520;The islands of Sakhalin and the Kurils are a natural extension of our holdings in Okhotsk and Kamchatka, and we must seek to claim these lands before the Japanese do.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT32520OPTA;We must claim the eastern islands.;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32521;Treaty of Shimoda;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32521;Vice-Admiral Yevfimy Putiatin has sailed from Russia to $COUNTRY$ on a mission to establish formal relations and to define the borders between our respective territories. After months of negotiation, we have agreed to open three ports to Russian merchants and to guarantee Russian ships access through $COUNTRY_ADJ$ waters and straits. Both sides have agreed that our borders in the Kuril Islands lay just north of Etorofu, and propose to share sovereignty over Sakhalin Island. The finished treaty was signed on February 7th, $YEAR$ in Shimoda.;;;;;;;;;;;;x,,,,,,,,,, -EVTOPTA32521;May our empires prosper together!;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32522;Trouble in Sakhalin;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32522;Conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian and Japanese claims, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. There are several solutions we could propose: first, we could officially divide the island between us and Japan, essentially legalizing the status quo. This would be generous of us, and it would improve our relations with Japan. Second, we could push for full control of Sakhalin, offering in return to concede the northern Kuril Islands and make resettlement payments to those displaced. This would represent a modest profit, but Japan might not agree to it. Finally, we could demand full control of Sakhalin and offer nothing in return. This would hurt our reputation, and it would badly offend the Japanese, who would probably refuse. How should our diplomats proceed?;;;;;;;;;;;;x -EV32522OPTA;Legalize the status quo.;;;;;;;;;;;;x,,,,,,,,,,,,, -EV32522OPTB;Propose the territorial exchange.;;;;;;;;;;;;x,,,,,,,,,,,,, -EV32522OPTC;Demand all of Sakhalin.;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32523;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. The Russian recently approached us, all smiles and willingness to co-operate. They have offered to make the current status quo official: Sakhalin will have a border drawn dividing it in two. Considering the fact they could have forced the issue, it seems they want us to be friends rather than enemies.;;;;;;;;;;x,,,,,,,,, -EVT32523OPTA;Splendid!;;;;;;;;;;x,,,,,,,,, -EVTDESC32524;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have proposed an exchange of border territories: we would give them complete control of Sakhalin, and in return they would cede the northern Kuril Islands all the way to Kamchatka. Russia has also offered to make resettlement payments to help Japanese to relocate from Sakhalin. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin.If we accept, we will lose a modest territory but improve relations with Russia. On the other hand, if we insist on the status quo, we will keep our present territory but risk escalating the conflict.;;;;;;;;;;;;x,,,, -EVT32524OPTA;We agree to the exchange of territories.;;;;;;;;;;;;x,,,, -EVT32524OPTB;We insist on the status quo!;;;;;;;;;;;;x,,,, -EVTDESC32525;It seems conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have outrageously demanded that we give them full control of Sakhalin, in exchange for nothing! Their negotiators hint darkly at Russian ships shelling Japanese ports if we should refuse. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin. If we give in, we will lose a promising colony and look weak to other nations. But, if we insist on the status quo, the conflict is likely to escalate into open war.;;;;;;;;;;;;x,,,, -EVT32525OPTA;We must give in to their demands.;;;;;;;;;;;;x,,,, -EVT32525OPTB;We insist on the status quo!;;;;;;;;;;;;x,,,, -EVTNAME32526;Refused!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32526;The Japanese have refused our proposal, and they now insist that they will settle for nothing less than the present division of Sakhalin. We can back down and accept the status quo, or we can use force to get our way. If we accept the status quo after reaching for more, we will look weak to the other Powers, though relations with Japan will be preserved. But, our only other option now is to declare aggressive war for the islands, which will hurt our reputation abroad.;;;;;;;;;;;;x,,,,,,, -EVT32526OPTA;We must back down and preserve the peace.;;;;;;;;;;;;x,,,,,,, -EVT32526OPTB;Those fools! This means WAR!;;;;;;;;;;;;x,,,,,,, -EVTNAME32527;Treaty of Saint Petersburg;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32527;The treaty has been signed! Our borders in Sakhalin and the Kurils are now settled, and ships from both empires have been guaranteed access through the Strait of Tartary and the Sea of Okhotsk. This should ease tensions in the region considerably and ensure close diplomatic ties between our nations.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT32527OPTA;May our empires prosper in peace!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC32528;The war for Sakhalin is lost! Russia has been compelled to acknowledge Japan's sovereignty over the south of the island. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;x,,,,,,,,,, -EVT32528OPTA;Blast!;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC32529;The war for Sakhalin is won! We have successfully defended ourselves against Russia's misguided aggression, and the Russians have been forced into a treaty acknowledging Japanese sovereignty. Peace has been restored to Sakhalin!;;;;;;;;;;;;x,,,,,,,,,,,, -EVT32529OPTA;A proud day for Japan!;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC32530;The war for Sakhalin is won! Russia has enforced its rule over the entire island, and the Japanese have been forced into a treaty renouncing their claims. Peace has been restored to Sakhalin!;;;;;;;;;;;;x,,,,,,,,,,,, -EVT32530OPTA;A proud day for Russia!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC32531;The war for Sakhalin is lost! We have been compelled to agree to a humiliating peace and acknowledge Russia's sovereignty. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME80101;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC80101;$FROMCOUNTRY$ has accepted our proposal. Their border with Russia has been adjusted and the treaty signed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80101OPTA;Good news!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80102;$FROMCOUNTRY$ Defies Us!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC80102;$FROMCOUNTRY$ has foolishly refused our claims and threatened to execute $COUNTRY_ADJ$ diplomats. An outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80102OPTA;This cannot stand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80103;The Amban's Demand;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80103;The Amban, our Imperial representative from Peking and effectively the governor of $COUNTRY$, has informed our government that $FROMCOUNTRY$ has concluded a treaty with Russia -- a treaty that includes portions of $COUNTRY_ADJ$ territory, with now must be handed over without comment. Should we refuse, we face war with $FROMCOUNTRY$ and Russia both.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80103OPTA;We have no choice but to comply.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80103OPTB;Never! They must take it from us!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME80104;$FROMCOUNTRY$ Defies the Emperor!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC80104;$FROMCOUNTRY$ has refused to surrender its territory to Russia. They have ejected our Imperial governor and armed their soldiers against us!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80104OPTA;This cannot be permitted!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME80110;The Convention of Peking;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80110;A diplomat from Russia has arrived in $COUNTRY$ with an infuriating demand: they wish to readjust the borders on our northeastern frontier, agreed upon almost two hundred years ago. They wish access to a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. Any $FROMCOUNTRY_ADJ$-claimed territory would be handed over by us and our vassals. This is surely a wicked threat, capitalizing on our current perceived weakness. Accepting it will also mean any of our vassals in the region will have to be integrated back into our country, to avoid this situation in the future.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT80110OPTA;We have no choice but to accept.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT80110OPTB;Reject their outrageous demands.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME80115;The Russian Protectorate;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80115;$COUNTRY$ is a nation hovering between two powers that could crush us without thought. A Russian diplomat has arrived in $CAPITAL$, offering us protection in return for our fealty. Considering the alternative is possible invasion by the Chinese, some think we should consider it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80115OPTA;We accept their offer.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80115OPTB;$COUNTRY$ shall not submit!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80116;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC80116;$FROMCOUNTRY$ has foolishly refused kind offer of protection.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT80116OPTA;So be it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90017;The Hungarian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90017;With the recent unrest in Hungarian lands, the local Hungarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90017OPTA;This is unnecessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90017OPTB;Give them greater autonomy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90017OPTC;Never!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90018;The Lombardy Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90018;With the recent unrest in Italian lands, the local government of the Lombardy province has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90019;The Croatian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90019;With the recent unrest in Croat lands, the local Croatian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90020;The Slovenian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90020;With the recent unrest in Slovene lands, the local Slovenian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90021;The Bohemian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90021;With the recent unrest in Czech lands, the local Bohemian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90022;The Slovakian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90022;With the recent unrest in Slovak lands, the local Slovakian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90025;Tunisian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90025;It has become increasingly obvious that the Tunisian government operates independently from $COUNTRY_ADJ$ rule. We cannot continue to control them directly, and must either take measures to assert our dominance or allow them to seek their own path.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90025OPTA;Let them go;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90025OPTB;Tunisia is part of the Empire!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90029;Bulgarian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90029;With the recent unrest in Bulgarian lands, the local Bulgarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90030;Albanian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90030;With the recent unrest in Albanian lands, the local Albanian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90031;Bosnian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90031;With the recent unrest in Bosniak lands, the local Bosniak government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90032;Iraqi Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90032;With the recent unrest in Iraqi lands, the local Iraqi government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90033;Independence for Crete?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90033;With the recent unrest in Crete, the local government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90037;The Occupation of Libya;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC90037;The time has come for us to expand our holdings southward into the Libyan desert.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90037OPTA;For $COUNTRY_ADJ$ glory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90041;Galician Slaughter;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90041;Polish peasants in Austrian-held Galicia have risen up and slaughtered wealthy landowners, leading to calls by nobility within the Free City of Krakow for a larger uprising. Many in Austria are seeing this as a reason to end Krakow's independence once and for all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90041OPTA;An outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90041OPTB;A diplomatic solution is best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME36215_NEW;Home Rule for Iceland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36215_NEW;The Icelandic Althing has voted to request they be granted home rule, saying the time has come for greater independence. Under their plan, $COUNTRY$ would continue to manage the nation's foreign affairs and defense interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36215OPTA;We will grant their request.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT36215OPTB;They shall remain under our direct control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95095;The Norwegian Plebiscite;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95095;"Since all the members of the cabinet have resigned their positions, since the $MONARCHTITLE$ has declared his inability to obtain a new government and since the constitutional monarchy has ceased to exist, the Storting hereby authorizes the cabinet that resigned today to exercise the powers held by the $MONARCHTITLE$ in accordance with the Constitution of Norway and relevant laws - with the amendments necessitated by the dissolution of the union with $COUNTRY$ under one King, resulting from the fact that the $MONARCHTITLE$ no longer functions as a Norwegian King"\nIn early $YEAR$, the Storting formed a coalition government and established a separate corps of consuls. The $COUNTRY_ADJ$ $MONARCHTITLE$ refused to accept the law and the Norwegian cabinet resigned. When the $MONARCHTITLE$ was unable to form a new one, a crisis broke out. Initially reacting to this declaration as rebellion, the $COUNTRY_ADJ$ government later tried to negotiate, insisting on a plebiscite. The plebiscite resulted in 99.95% in favor of the dissolution of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95095OPTA;We will grant their request.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95095OPTB;The time for negotiations is over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49510;The Grand Duchy of Finland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49510;Our subjects in Finland have become restless and resistance against attempts of Russification have been growing. Many within the Russian government believe that a restoration of the Diet of Finland and limited self-government for their nation is the only answer. This, however, will be seen as a recognition of Finland as a country and will block any future attempts to try to Russify Finland through peaceful means.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98100;The Ladder Conspiracy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98100;The treatment of slaves in Cuba has become increasingly harsh after recent unrest, culminating in the so-called 'Ladder Conspiracy' which relates to a method of torture involving tying a slave to a ladder and whipping them until they confess or die. Reformists in the colony have been calling for a change in Spanish policy and an end to the slave trade there. Failure to do so could result in more uprisings, but bowing to such pressure could have serious repercussions back home.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98100OPTA;Support the reforms;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98100OPTB;There shall be no reforms;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98105;The Cry of Yara;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98105;Cuban sugar mill owner Carlos Manuel de Céspedes has issued the 'Grito de Yara', the 'Cry of Yara', declaring Cuban independence from $COUNTRY$ and freedom for his slaves. The man has many followers, and his call has spread rapidly throughout the colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98105OPTA;They will not get away with this!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98105OPTB;Give them home rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90110;The Manifesto de Montecristi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90110;Jose Martí, a Cuban intellectual and radical who has spent a great deal of time organizing émigrés in the United States, has returned to the colony and declared the Manifesto de Monticristi, an exposition of the purposes and principles of the coming Cuban revolution. It seems the uprising has been in the planning for some time, and if the $COUNTRY_ADJ$ government intends to remain in control of Cuba it could have a battle ahead of it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90110OPTA;This could be trouble;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90115;The Maine Incident;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90115;To hell with Spain! Remember the Maine! \n \n A riot by Cuban Spanish loyalists recently broke out in Havana, leading to the destruction of the printing presses of four local newspapers which criticized the Spanish Army. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbor. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90115OPTA;Remember the Maine!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90115OPTB;We have no desire for war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90120;The Propaganda Movement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90120;Three Filipino priests have been executed in the Manila, charged with subversion. While the executions are said to have been just, they are now considered martyrs by the Filipino people and have inspired the creation of a literary and organization known as 'the Propaganda Movement'. The organization consists of Filipino émigrés in Spain, primarily liberals and students, who are attempting to increase awareness of the needs of the Philippines and foster better relations between Spain and its colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90120OPTA;Allow it to exist;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90120OPTB;We cannot let the seeds of revolution grow;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90125;The Katipunan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90125;We have received reports from colonial officers in Manila regarding rumors of a secret organization called the 'Katipunan'. Formed by anti-$COUNTRY_ADJ$ Filipinos, they reportedly seek complete independence for the Philippines. It's possible that limited home rule might mollify some of these revolutionaries, but nothing short of freedom will satisfy them for long. Tracking them down among sympathetic locals may prove difficult.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90125OPTA;Find the rebels and crush them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90125OPTB;Give the Philippines home rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90125OPTC;Give them what they want;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90130;With the recent unrest in Cuba, the prospect of the Spanish government possibly selling the island to the United States has arisen. Should we attempt to pursue negotiations?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90132;The Spanish Have Refused;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90132;After some negotiation, conducted in secret, the Spanish have finally refused to sell Cuba. More than one member of the government has been angered by this, seeing the island as naturally falling into the American sphere of influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90132OPTA;Too bad.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90133;Cuba is Ours;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90133;With no small amount of fanfare, Spain has agreed to the sale of Cuba to the United States.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90133OPTA;Wonderful!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90135;The Grito de Lares;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90135;With conditions in our Puerto Rican colony so poor, the notion of independence has begun to spread among the local Caribenos. Reports from the colonial governor state a revolt has begun in the town of Lares, one that may be difficult to put down.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90140;The Intentona de Yauco;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90140;We have received reports of an independence movement having been formed in Puerto Rico, with an uprising having been organized in the town of Yauco. While the movement doesn't yet have a great deal of support among local conservatives, many of whom are hoping there is still a chance to achieve independence from $COUNTRY$ through peaceful means, it's possible that their efforts could spread if we don't put a stop to it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90140OPTA;Find these rebels and crush them;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90140OPTB;Grant the island autonomy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90135OPTA;An outrage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98007;Hungarian Revolutionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98007;There has been general discontent among the Hungarians, and a group of young revolutionaries have appeared to demand a number of concessions including freedom of the press. Giving them even that will not satisfy them completely, but it might give the government time to put down this rebellion before it begins.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98007OPTA;Give them what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98007OPTB;We will not bow before rabble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98008;Czech Radicals Attempt Coup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98008;A group of Czech radical democrats attempted to overthrow the government in a coup. They were unsuccessful, but their actions have inspired their countrymen to rise up in demand of freedom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98008OPTA;We will not give in to insurrection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90016;Archduke Ferdinand Assassinated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90016;One of the most prominent members of Austrian aristocracy has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. There are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90016OPTA;This is an outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90016OPTB;We cannot let this come to war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME20110;Natives in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20110;A recent demonstration in $PROVINCENAME$ has brought attention to the plight of natives in $STATENAME$, namely to their oppression by the $COUNTRY_ADJ$ government and their demands for independence. If something isn't done soon we may be facing intervention by foreign powers.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT20110OPTA;Silence the troublemakers. Immediately.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT20110OPTB;Work with these people to solve their issues.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME20111;Trouble in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20111;A recent riot in $PROVINCENAME$ has brought a great deal of attention to $STATENAME$ -- the kind that would normally prompt the great powers to consider intervention. It seems, however, that the demands for independence by 'uncivilized' peoples has largely fallen on deaf ears. News of the trouble has faded away as quickly as it began.;;;;;;;;;;;;x,,,,,,,,,,, -EVT20111OPTA;Good. We need no interference in $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME20112;Long Memories;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20112;While recent trouble in $STATENAME$ has raised the specter of foreign intervention once again, there are many who remember the last crisis over $STATENAME$'s people as if it were yesterday. Try as they might, the world is simply not ready to listen to them again -- yet.;;;;;;;;;;;;x,,,,,,,,,,, -EVT20112OPTA;This? Again?;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME20115;Incident in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20115;A demonstration by $PROVINCECULTURE$ citizens in $PROVINCENAME$ quickly got out of hand as $COUNTRY_ADJ$ soldiers shot into the crowd to disperse it. A riot ensued, and several protesters were slain. Throughout $STATENAME$, the reaction has been one of outrage -- and there is an effort by some $PROVINCECULTURE$ malcontents to draw the attention of the world, just one more example of $COUNTRY$'s disregard for peace and civilized behavior -- or so they'll say.;;;;;;;;;;;;x,,,,,,,,,, -EVT20115OPTA;Let the world think what it likes.;;;;;;;;;;;;x,,,,,,,,,, -EVT20115OPTB;Suppress this. Now.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME38505;Death of the Sultan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC38505;The death of Sa'id bin Sultan Al-Busaid has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT38505OPTA;One son shall rule Oman, and the other Zanzibar.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT38505OPTB;Never! Oman must remain united!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT38505OPTC;Zanzibar could use an Omani ruler.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT38505OPTD;Onwards to Swahili Zanzibar!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME38500;A New Capital?;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTDESC38500;Said bin Sultan, the Sultan of Muscat and Oman, ratified in 1835 a treaty with the United States on very favorable terms, that had been negotiated by Edmund Roberts at Muscat on September 21, 1833. The friendly relations with the Unites States and the Omani possessions in the Swahili Coast led Said bin Sultan to consider moving his capital from Muscat, Oman, to Stone Town, Zanzibar where Richard Waters is an American Consul. This move would allow $COUNTRY$ to try to further a trading relationship by sending a ship to the United States. Moving the capital, however, is bound to give some momentum to the rebellious tribes of Oman proper and give some munition to the rebellious Imam of Oman.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTA38500;Zanzibar here we come!;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTOPTB38500;We wouldn't benefit from a capital in Africa.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;; -EVTNAME97000;The Revolution of Maria da Fonte;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97000;A growing dissatisfaction with the ruling government among Portugal's poor has grown into rebellion, spurred on by popular discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion -- which has a large contingent of peasant women among its supporters -- and which has been co-opted by revolutionaries in emulation of the rebellions elsewhere in Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97000OPTA;This will come to nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97001;Peasant Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97001;The Maria de Fonte rebellion has spread to $PROVINCENAME$, with the lower classes rising up in opposition to the ruling government. Many are calling for the government's resignation, and there are signs that Queen Maria II may engineer a coup to restore order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97001OPTA;That is not going to happen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97002;End of the Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97002;Portuguese forces have managed to restore order in the countryside, and the peasantry have been brought back under control. The danger of a royal coup has ended.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97002OPTA;I told you it would come to nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97003;The Emboscada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97003;Spurred on by the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on the country's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97003OPTA;There may be trouble ahead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97006;The Occupation of Angola;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97006;Our forces are slowly pacifying the Angolan countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97006OPTA;For the glory of Portugal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97007;The Occupation of Mozambique;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97007;Our forces are slowly pacifying the Mozambican countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97008;Zanzibar Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97008;$FROMCOUNTRY$ has offered to sell the Zanzibar coast to our current colonial administration in Tanganyika. It seems like a reasonable deal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97008OPTA;Accept the offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97008OPTB;Reject the offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97009;Mombasa Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97009;$FROMCOUNTRY$ has offered to sell the Mombasa coast to our current colonial administration in Kenya. It seems like a reasonable deal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97010;The Portuguese Colonies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97010;We have received an ultimatum from $FROMCOUNTRY$: surrender our colonies between Angola and Mozambique or suffer the consequences. The Portuguese people feel this is an incredible betrayal by the $FROMCOUNTRY_ADJ$. They have traditionally been our ally, and now they are trying to bully our rightful colonial holdings out of us? It cannot be borne!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97010OPTA;We have no choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97010OPTB;They will have to pry them from our fingers!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97011;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97011;$FROMCOUNTRY$ has agreed to our terms -- though they are unhappy about it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97011OPTA;They will get over it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97012;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97012;$FROMCOUNTRY$ has refused our ultimatum, and all but dared $COUNTRY$ to take their colonies from them -- if we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97012OPTA;Foolish!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97015;Regicide of King Carlos I;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97015;Upon returning to Lisbon from a brief trip abroad, King Carlos I and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, the police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT97015OPTA;A national tragedy!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97020;The Republican Coup D'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97020;With the monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in the capital. Members of the Carbonária, republican youth, and elements of the army have instigated a coup d'état in the palace. The young King Manuel and his family have reportedly escaped for exile to England, and only days later a new Portuguese Republic has been declared in Lisbon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97020OPTA;Long live the Republic!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97020OPTB;Try to keep power with the monarchy!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME44330;The Dominion of Newfoundland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44330;The colony of $COUNTRY_ADJ$ Newfoundland has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44330OPTA;This can only be good for the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44330OPTB;No, they shall remain under our direct control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44330OPTC;Onwards to Newfoundland!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44331;The Status of Newfoundland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44331;The country's finances have collapsed and some are now suggesting that we'd be better served directly governed from London.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44331OPTA;We shall rejoin England as a full colony once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44331OPTB;We shall prevail.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44332;The Australian Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44332;The colony of $COUNTRY_ADJ$ Australia has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44332OPTC;Onwards to Australia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44333;The New Zealand Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44333;The colony of $COUNTRY_ADJ$ New Zealand has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44333OPTC;Onwards to New Zealand!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44334;The South African Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44334;The colony of $COUNTRY_ADJ$ South Africa has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44334OPTC;Onwards to South Africa!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44335;$COUNTRY_ADJ$ Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44335;Our overlords are in control of territory that rightfully belongs to $COUNTRY$. Perhaps we should request to have it returned?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44335OPTA;Make the request.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44335OPTB;No. They won't return them anyhow.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44336;$FROMCOUNTRY_ADJ$ Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44336;We hold land overseas that rightfully belongs to our $FROMCOUNTRY_ADJ$ dominion. Perhaps it would be prudent to hand it over to them?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44336OPTA;Yes. They will make for a stronger ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44336OPTB;No. $FROMCOUNTRY$ has all the land it needs.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44337;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44337;The $FROMCOUNTRY_ADJ$ government has agreed to the return of $COUNTRY_ADJ$ lands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44337OPTA;Hurrah!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44338;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44338;The $FROMCOUNTRY_ADJ$ government has refused to return $COUNTRY_ADJ$ lands. They have made it clear that we should not ask again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44338OPTA;Bastards!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44339OPTA;We must claim the Great White North.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44340;The Alaskan Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44340;The question has arisen regarding what to do with our colony in Alaska, now that Canada has achieved independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44340OPTA;Allow it to join the Canadian Confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44340OPTB;Grant it autonomy as a Dominion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44340OPTC;It shall remain a $COUNTRY_ADJ$ colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44340OPTD;Onwards to Alaska!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44341;The Southern Rhodesia Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44341;The colony of $COUNTRY_ADJ$ Southern Rhodesia has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT44341OPTC;Onwards to Rhodesia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96165;Italian Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96165;The Italians have managed to unify at long last, threatening $COUNTRY_ADJ$ interests in the region. We will have to decide whether it is in our best interests to object or to make friends with the new rulers. What has been done cannot now be undone, after all, and a united Italy could be a formidable enemy or a powerful $COUNTRY_ADJ$ ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96170;Il Risorgimento;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96170;$COUNTRY$ has become the center of Italian nationalism, its people calling out for unification. Italian flags are flying in the streets of $CAPITAL$, and we must decide if we wish to support this call and bring all of Italy peacefully under our banner. If we refuse, our people will be upset... and it's unlikely the opportunity will arise again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96174;The Roman Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96174;$MONARCHTITLE$, the $FROMCOUNTRY_ADJ$ ambassador has presented us with news from the $UNION_ADJ$ Congress. They claim they are the one true $UNION_ADJ$ nation and that the time of the $COUNTRY$ is over. According to them we are only fit to rule over Rome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA96174;Long live the $UNION_ADJ$ people!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB96174;Preposterous.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90038;The Pact of Plombières;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90038;We have been approached by a Sardinian envoy, the Count of Cavour, who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy. In exchange, Sardinia would hand over Savoy and Nice to France. It is an interesting idea, and one that allows France to take a role that would not paint us as the aggressors. Shall we agree?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC90038_NEWS_LONG;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification. In exchange, Sardinia would hand over Savoy and Nice to France.;;;;;;;;;;;;;x,,,,, -EVTDESC90038_NEWS_MEDIUM;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification.;;;;;;;;;;;;;x,,,,,, -EVT90038OPTA;We will agree to the pact.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90038OPTB;This is not in France's best interest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96160;Union with Sardinia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96160;For the good of Italian reunification, our people wish to unite with the Sardinians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96160OPTA;Viva Italia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96161;Failure of Plombières;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96161;The Pact of Plombières has failed, and our deal with France is broken.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96161OPTA;Unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96165OPTA;This is a threat to $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96165OPTB;We must reconcile with Italy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME35305;The Guerra di Libia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC35305;The lands of Tripoli and Cyrenaica once belonged to Italy, and should again. We deserve a place in the sun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT35305OPTA;For the glory of Italia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT35305OPTB;This is not the time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33006;Trade For Heligoland?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33006;$FROMCOUNTRY$ has approached us with a proposition: a trade of one of our colonial states in exchange for the island of Heligoland. It's an exorbitant price for such a small island, but the alternative would be to go to war. Shall we agree to the treaty?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33006OPTA;We agree.§R(If Mombasa isn't owned, pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT33006OPTB;We refuse.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33007;Germany Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33007;Germany has agreed to the proposed trade for Heligoland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT33007OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33008;Germany Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33008;Germany has refused the proposed trade for Heligoland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT33008OPTA;Too bad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33009;For the Glory of Germany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33009;The lands of Alsace-Lorraine rightfully belong in the hands of the German people. Perhaps the time has come to reclaim them from the French, and show the world what a united and glorious Germany can achieve? Either that or perhaps we should renounce our claims to those lands once and for all, despite the blow to our prestige and our pride.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33009OPTA;Begin the war!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT33009OPTB;Renounce our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME33010;Alsace-Lorraine is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33010;We have failed to recover Alsace-Lorraine from the hated French. Many are suggesting we should renounce our claims and move on, despite the blow to our national pride.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33010OPTA;Never! We shall regain it... one day.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33010OPTB;Renounce our claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33015;We are at War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC33015;We are at war with a dire enemy. We should call our allies into battle.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33015OPTA;Let's make sure we have everyone.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33016;Call Allies Cleanup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNDESC33016;This removes the flag once peace is achieved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33016OPTA;Let's keep this clean.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33020;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33020;The German Kaiser has sent a delegation to $COUNTRY$ with a proposal: a resurrection of the Holy Alliance formed between Prussia, Austria and Russia which once existed after the defeat of Napoleon. It seems doubtful that such an alliance could bear fruit, but perhaps it is time to consider this idea. $COUNTRY$ has other concerns than constant conflict with the Germans, after all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT33020OPTA;We will agree to the alliance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT33020OPTB;We have no interest in this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33025;The Spanish Pacific;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33025;With the loss of our colonial base in Manila, the administration of the Pacific Islands has become incredibly difficult. We have been approached by the $FROMCOUNTRY_ADJ$ government regarding the possibility of selling any of our remaining holdings in the Caroline and Mariana Islands. The amount offered is not much, but then again the islands are not worth much - indeed, they cost us far more than they provide. There is the additional notion that, should we disagree, $FROMCOUNTRY$ might attempt to take them by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT33025OPTA;Agree to sell them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT33025OPTB;We are not interested.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME33026;The $COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC33026;The $FROMCOUNTRY_ADJ$ government has agreed to the treaty. Any of their remaining holdings in the Carolinas and Marianas are ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT33026OPTA;Excellent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME33027;The Spanish Have Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC33027;Infuriatingly, the Spanish have responded by saying they will not surrender their remaining Pacific holdings to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT33027OPTA;Then we must consider the use of force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT33027OPTB;Let it go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME33030;The German East Africa Company;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC33030;The Society for German Colonization has been attempting to colonize the Zanzibar coast for several years now, having formed the German East Africa company and signed several treaties with Swahili tribes. It now seems they are facing difficulty with rebellions and have asked us to step in. The Sultan of Zanzibar will doubtlessly object if we do, as he claims authority over the coast -- even if his actual authority is minimal -- but so what if he does? This may be an interesting opportunity.;;;;;;;;;;;;x,,,,,,,,,,, -EVT33030OPTA;Claim the coast as a $COUNTRY_ADJ$ colony.;;;;;;;;;;;;x,,,,,,,,,,, -EVT33030OPTB;We have no interest in this.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME33031;German Warships!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC33031;For the last several years, Swahili tribes on the coast have been making treaties with Europeans, allowing them to create small settlements. We knew this would be trouble, and we were right. Powerful warships have arrived from $FROMCOUNTRY$, a demonstration of their power as they make a demand for the entirety of the coast. If we do this, they say, we shall be safe from further molestation -- and they claim we do not truly control the coast anyhow.;;;;;;;;;;;;x,,,,,,, -EVT33031OPTA;An outrage! We refuse!;;;;;;;;;;;;x,,,,,,, -EVT33031OPTB;It seems we have no choice.;;;;;;;;;;;;x,,,,,,, -EVTNAME33035;The New Challenger;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC33035;A new contender for the German Confederation leadership has arisen!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVT33035OPTA;Unacceptable!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME98200;The Great Boer Trek;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98200;The Boers are descendants of Dutch settlers in the eastern Cape Colony, and they have never sat well with British rule. More and more of them are leaving their farmsteads and moving to the east and the north-east, encroaching on territory traditionally ruled by the Xhosa and the Basotho. Conflict with those native peoples appears to be inevitable, as perhaps is conflict with the Boers themselves should we allow any lands they claim to remain independent. As far as the British government is concerned, the Boers are British subjects... no matter where they go.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98200OPTA;We shall see.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98205;Invasion of the Laagers;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98205;The Boers are eager to get away from British rule, slowly leaving the lands of the Cape Colony and heading both east and north into the African wilds. The ones heading east are encroaching on Zulu territory, however, and it seems there is no end to them. They possess firearms, but we have the superior manpower... and all our chiefs agree on one thing: if we do not do something about the Boers now, they will dominate our territory and turn the Zulu people into colonial subjects.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT98205OPTA;We must drive them from our lands!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT98205OPTB;There is no choice but to appease them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME98206;The Battle of Blood River;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98206;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River, prompted by the massacre of Piet Retief and his fellow pioneers after they attempted to negotiate borders for the new Natal settlement. The Voortrekkers won a decisive victory at the battle, and have now carved out a new colony -- with the only question remaining whether the British will recognize their independence or continue to treat them as subjects of the crown. Either way, further conflict seems certain.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98206OPTA;They are colonial subjects, no more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98206OPTB;The Boers will stand on their own, if they can.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98207;The Natalia Republic;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98207;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether we will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to our African ambitions.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98207OPTB;Allow them to find their own way.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98207OPTC;Onwards to Natal!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98210;British Rule of Natal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98210;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military forces, and the recommendation of the colonial government is that Natal be annexed before the situation grows worse. If we do not, then we must allow the Boers to find their own way -- and suffer the loss to our prestige this would entail.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98210OPTA;We will annex the Natal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98210OPTB;Let them go.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98211;Natalian Independence!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98211;After a series of altercations between British colonial forces and the Boer militia, the British crown has decided to cut its losses and allow Natal its independence. Finally we will control our own destiny, away from the British now and forever!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98211OPTA;We will maintain good relations with the British.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98211OPTB;The Boer will find their own way -- without help.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98212;The Annexation of Natalia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98212;After a series of altercations between British colonial forces and the Boer militia, we have received a demand from the British government that Natalia be annexed into the Cape Colony. For all our struggles to leave the British behind, they yet follow us and refuse to allow us independence! So now we are faced with a choice: submit and move on, to find a place beyond their reach once more, or defy them and risk war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98212OPTA;We will not submit to British rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98212OPTB;We have no choice. We cannot fight the British.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98213;The Boers Have Refused!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98213;We have received word from the Natalian government defying our annexation. Now we must either go to war or stand down in humiliation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98213OPTA;War it is!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98213OPTB;Natalia is not worth fighting over.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98215;The Orange River Sovereignty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98215;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Basotho. After a number of skirmishes with natives, they have come to dominate the Orange River valley and established a new colony -- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98215OPTA;An interesting development.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98215OPTB;Onwards to the Orange Free State!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98220OPTB;Onwards to Transvaal!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98216;The Boers Overtake the Orange Valley;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98216;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Orange Valley and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98216OPTA;There will be a reckoning.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98220;The Transvaal Sovereignty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98220;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Ndebele. After a number of skirmishes with natives, they have come to dominate the Transvaal and established a new colony -- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98221;The Boers Overtake the Transvaal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98221;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Transvaal and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98225;The Boer Exodus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98225;With 'the Great Trek' underway, many of the Boers are eager to leave $PROVINCENAME$ behind and travel to either the Transvaal or the Oranje Free State where they feel they will be free to pursue their own interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98225OPTA;Whoever wishes to go may leave.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98225OPTB;Give them incentives to stay.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98230;Sand River Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98230;$FROMCOUNTRY_ADJ$ colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for our independence. They wish to see $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ remain strong, and would see us abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in our territory ('uitlanders', as they are called). While our independence is a foregone conclusion, we must decide just how much we abide by their demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98230OPTA;We will abide by their demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98230OPTB;We will be independent on our own terms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98231;Orange River Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98235;Migrants have been moving in large numbers through our African colonies on their way to the newly incorporated town of 'Johannesburg', on the edge of the Witwatersrand mountains, where a major gold rush is taking place. The massive influx of foreign residents to the area is causing trouble along our borders and friction between our governments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98236;Kimberley Gold Rush;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98236;Gold has been discovered in the Kimberley province, leading to claims from both the Transvaal and Oranje governments that the region rightfully belongs to them. Mediation by the colonial government has led to Kimberley being awarded to the griquas -- who have subsequently consented to annexation by $COUNTRY$. This has led to considerable bad blood between the Boer and $COUNTRY_ADJ$ governments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98235OPTA;They are proving to be a nuisance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98240;The South African Union ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98240;The time has come to consider joining the South African union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98240OPTA;This is for the best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98241;Appeal From $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98241;We have been approached by $FROMCOUNTRY_ADJ$ diplomats desperate for help in their war. Though they are loathe to do so, they are asking for $COUNTRY_ADJ$ protection. If we provide it, it does mean we establish an excellent claim over their territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98241OPTA;We will agree to help.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98241OPTB;$FROMCOUNTRY$ is on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98245;Annexation of the Transvaal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98245;Our colonial governor in South Africa declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and we must consider the idea that keeping them out of the hands of competitors for African dominance is just as much reason to annex them as using those resources for our ourselves. The Boer resistance has proven embarrassing. If we do not answer this with force, it will make the $COUNTRY_ADJ$ look weak to the world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98245OPTA;They will submit, or else!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98245OPTB;We will not press the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98246;The Anglo-Boer War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98246;The $FROMCOUNTRY_ADJ$ have gone to war with the Transvaal, and many Boers are fearful that $COUNTRY$ will surely be next. They are crying out to our government to ally with the Transvaalis and stop the $FROMCOUNTRY_ADJ$ from taking away their lands and their rights.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98246OPTA;We fight with Transvaal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98246OPTB;Transvaal is on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98247;South Africa is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98247;The Boers have proven far more resilient than we ever would have thought possible, and now we face the humiliating prospect of surrendering the Cape Colony to them. It seems we have little choice, with the war going so badly and Cape Town already occupied. All we can do is decide whether we will pursue a conciliatory path with the Boers and perhaps make them future allies or aim at returning in the future and reclaiming what has been lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98247OPTA;Let us reconcile with the Boers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98247OPTB;Never! There will be a reckoning.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98248;The Treaty of Vereeniging;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98248;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone is one of reconciliation, and it is clear the $FROMCOUNTRY_ADJ$ wishes to build good relations with us after the business of this war is done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98248OPTA;That's good to hear.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98249;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone of the talks has been very bitter, and it's clear the $FROMCOUNTRY_ADJ$ government will do all it can to return and trouble us again in the future.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98249OPTA;We shall accept their surrender nevertheless.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98250;Border Dispute with the Zulu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98250;The Zulus have slaughtered a $COUNTRY_ADJ$ regiment that entered their territory without our authority. While we had not been seeking a war with the Zulus, now our hand is forced. We must either back down and apologize, or see this through to the bitter end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98250OPTA;We have no choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98250OPTB;Back down.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98255;Conflict with the Xhosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98255;Once again, conflict with the native Xhosa has flared into violence in our Cape Colony. A band of Xhosa warriors spilled across the border, stealing cattle and burning down a host of British farmsteads. Colonial citizens are demanding that the governor take action.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98255OPTA;This is beyond the pale!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98256;The Final Straw;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98256;We have received reports from the Cape Colony that there has been yet another outbreak of violence between the Xhosa natives and the colonials. This time it is evidently caused by natives returning from the diamond mines, attempting to take back control of their lands without any consideration for due process. Many within the Cape Colony believe it is time that the military moved in and took over their lands completely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98256OPTA;Then so must it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98256OPTB;We will influence their government instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98260;Walvis Bay;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98260;Other European nations have an eye on the region of Namaqualand, directly to the north of our holdings in the Cape Colony. To forestall their ambitions, it has been recommended that we establish an enclave at Walvis Bay and incorporate it into our southern colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98260OPTA;A fine idea!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98260OPTB;It's not worth it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98261;The Northern Cape Colony;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98261;Many British settlers are pushing north of the Cape Colony into areas only tenuously claimed by our government. We should consider increasing our presence in the region and establishing greater colonial government, before another country comes and claims it instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98261OPTA;This is necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98261OPTB;We have other plans.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME85000;Catholics Slain in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85000;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux -- head of the fledgling Korean Catholic Church -- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vessel which then launched a punitive expedition with the support of the French consul in Beijing. There is a call for France to go to war against Korea -- but this is complicated by the fact that Korea is a tributary state of the Qing. If we press the matter, we risk war with the Koreans' master, but if we back down it will be a great blow to our prestige.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85000OPTA;This cannot go unpunished.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT85000OPTB;We cannot afford to escalate the matter.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME85001;$FROMCOUNTRY$ Demands Retribution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85001;The foolish Koreans have begun executing Catholics within their territory, and this has included a number of $FROMCOUNTRY_ADJ$ missionaries -- and now the French have demanded retribution. The problem, naturally, is that Korea is a Qing tributary. We are obligated to come to the Korean's defense, even if this means war with $FROMCOUNTRY$. Of course, there are those who say the Koreans have brought this on themselves. We would lose little sleep if we left them to their own devices, and earn favor with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT85001OPTA;The Koreans are on their own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT85001OPTB;We will not abandon the Koreans!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME85002;$FROMCOUNTRY$ Abandons $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85002;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$ -- which should have brought our Qing allies to our defense. Frustratingly, and perhaps not unexpectedly, the Qing have responded by severing their ties to $COUNTRY$ and abandoning us to our fate. War with the French seems likely.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT85002OPTA;Outrageous!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT85002OPTB;We must maintain good relations with the Qing, no matter what.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME85003;$FROMCOUNTRY$ Abandons Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85003;Not unexpectedly, $FROMCOUNTRY$ has agreed to abandon Korea to its fate in order to curry favor with us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT85003OPTA;Excellent news!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85004;$FROMCOUNTRY$ Will Defend $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85004;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$ -- which has brought our Qing allies to bear. Instead of abandoning us, they have threatened war with the French should they intrude on our sovereignty. This may mean war with the French, but at least we know our allies remain strong.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT85004OPTA;That is a relief.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85005;$FROMCOUNTRY$ Will Defend Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85005;Negotiations with the $FROMCOUNTRY_ADJ$ have not gone well. They are determined to protect their Korean vassals, even if it means war with France.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT85005OPTA;Then war it is!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT85005OPTB;We will not push the matter further.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85010;The Ganghwa Incident;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85010;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal Korean fortress. In a fury, our ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home -- but word of the assault has spread. This is yet another example of Korea flaunting its disrespect for $COUNTRY_ADJ$ authority. Many within the government are suggesting we demand not only an apology, but force a treaty upon the Koreans which will see their nation forced to open itself to our influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT85010OPTA;Demand an apology as well as the treaty.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT85010OPTB;This is not in our interest.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC85011;A $FROMCOUNTRY_ADJ$ vessel, surveying the $COUNTRY_ADJ$ coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal fortress -- who assumed the vessel to be an enemy. In a fury, their ship returned fire and then landed a party to battle our forces on land. They returned home victorious, but words of the assault has spread and now a $FROMCOUNTRY_ADJ$ delegation has arrived in $CAPITAL$ to demand compensation -- in the form of an unequal treaty requiring $COUNTRY$ be opened to their influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85011OPTA;There is nothing we can do. Sign the treaty.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85011OPTB;Never! Let them do their worst!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC85012;A Japanese vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal fortress -- who assumed the vessel to be an enemy. In a fury, the Japanese ship returned fire and then landed a party to battle Korean forces on land. The Japanese returned home victorious, but words of the assault has spread and now we hear tale that they have forced the Koreans to sign an unequal treaty in consequence... one which has forced them to sever tributary ties to $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85012OPTA;Outrageous!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85013;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC85013;The Korean government has caved to our delegation and signed the Treaty of Ganghwa.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85013OPTA;Excellent.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85014;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC85014;The Korean government has thumbed its nose at our delegation. The $COUNTRY_ADJ$ people cry out for war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85014OPTA;So be it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85015;Korean Surrender;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85015;We are being overwhelmed by the superior might of Japanese armaments. Despite the loss of face, we must consider offering the hated Japanese terms of our surrender.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT85015OPTA;It seems we have little choice.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85020;Tonghak Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85020;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presence. We will need to move quickly if we wish to prevent them from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT85020OPTA;This cannot be allowed!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME85021;Tonghak Rebellion Ended;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85021;The unrest caused by the Tonghak movement appears to be coming to an end. The militant leaders have vanished into the countryside, and their followers have dispersed. Order is restored -- for now.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC85025;The $COUNTRY_ADJ$ government has received reports of a massive rebellion forming in Korea, serious enough that several members of the Korean government have sent an urgent call to $COUNTRY$ to intervene. Any forces we dispatch will likely provoke a response from Japan, who will fear that we are attempting to uproot their influence. This may, however, be an opportunity for $COUNTRY$ to solidify our own influence in Korea -- many advisors are saying that we cannot allow the potential response from Japan stop us from acting.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85025OPTA;We must intervene in Korea.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT85025OPTB;They are on their own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85026;$FROMCOUNTRY$ Intervenes in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85026;We have received reports that the $FROMCOUNTRY_ADJ$ government has moved to intervene in the Tonghak Rebellion currently underway in Korea. It seems likely that, should $FROMCOUNTRY$ succeed in quelling the rebellion, they will become the unquestioned masters of Korea and all but eliminate what influence we possess there. The only sensible move is to send in forces to overthrow the Korean government and replace it with one that is more firmly pro-Japanese -- despite the conflict this will all but certainly spark with $FROMCOUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT85026OPTA;Overthrow the Korean government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT85026OPTB;This is not the time to act.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME85027;$FROMCOUNTRY_ADJ$ Forces Enter Seoul;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85027;Reacting to reports that the Chinese are planning to intervene in the Tonghak Rebellion, $FROMCOUNTRY_ADJ$ forces today entered $CAPITAL$ and captured the Imperial Palace in a swift coup before our own armies could react. Pro-Japanese supporters have been installed in the new government, effectively rendering us a $FROMCOUNTRY_ADJ$ vassal. Both rebels and loyalist forces throughout the country have reacted in rage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT85027OPTA;An outrage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT85027OPTB;Retreat to Pyongyang and prepare to strike back. §R(War)§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC85028;Responding to news of our intended intervention, $FROMCOUNTRY_ADJ$ forces today entered Seoul and captured the Korean Imperial Palace in a swift coup before our own armies could react. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban our forces from entering their nation. This is, of course, an insult of the highest magnitude.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT85028OPTA;War it is!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT85028OPTB;This is not the time to act.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME85029;Chinese Intervene in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85029;Reacting to the Tonghak uprising, the Chinese have moved forces into Korea -- entering $CAPITAL$ and effectively setting up a government under their complete control in a swift coup. That there has been no reaction from the Japanese government is surprising, just as it is frustrating that our embattled armies have had no chance to agree to this so-called 'help' from the Chinese. Either way, rebels and loyalists alike are enraged at this foreign intrusion.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC85030;The rebellion in Korea has grown worse, and already we have reports of the $COUNTRY_ADJ$ consulate under assault by rebel forces. It seems the Korean government is helpless. Considering that the $FROMCOUNTRY_ADJ$ stands by doing nothing, refusing Korean appeals for help, it seems we are in a position to act -- some are suggesting that we engineer a pro-Japanese coup in Seoul to install a government more firmly in our control, and prevent any possibility of an overthrow eliminating our influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98620;Christian Oppression;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98620;The Ottoman government had a number of policies regarding the treatment of Christians within the Empire which were considered oppressive: the capitulation tax, known as the Jizya, as well as controls over Christians which did not permit them to become soldiers or hold public office. It was not until the Hatt-i Humayun in 1856 -- also known as the Imperial Reform Edict, part of the Tanzimat Reforms -- that things actually began to improve for minorities.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98620OPTA;This is how it must be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98625;The Kanûn-i Esâsî;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98625;A group of liberal intellectuals known as the 'Young Ottomans', led by the statesman reformer Midhat Pasha and influenced by the Liberal Revolutions elsewhere in Europe, have proposed a new constitution -- the 'Kanûn-i Esâsî' or 'Basic Law' -- which would see an elected parliament created, would limit the powers of the Sultan, and speed up the Tanzimat Reforms. Conservative members of the Ottoman government claim that giving into these liberals will only speed up the erosion of long-held traditions, while others say that the reforms are sorely needed to stave off the decline of the Empire at the hands of nationalists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT98625OPTA;Tradition will be maintained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT98625OPTB;Implement the reforms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME98626;The Empire in Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98626;The current state of unrest within the Empire has reached the point where the Sultan has been advised to abrogate the Ottoman Constitution. Absolute power must be returned to the monarchy in order to stamp out the militants -- and while there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force -- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98626OPTA;Order must be restored. Abrogate the constitution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98626OPTB;Reform must move forward, no matter the cost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98630;Inspired Nationalists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98630;With the recent loss of European territories, nationalists within $COUNTRY$ have been inspired to rise up. $COUNTRY_ADJ$ officials are concerned we could be seeing a string of rebellions in the years to come, and already the army is scrambling to contain any efforts at rebel organization.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98630OPTA;This cannot be permitted.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98635;The Young Turks;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98635;Spurred on by the continuing lack of reform, Ottoman liberals have radicalized into the 'Young Turks'. They seek to restore the constitutional monarchy, by force if need be, and there are those who have advised the government that these liberals must be dealt with harshly before they grow into a real problem.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98635OPTA;We cannot allow them to spread unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98635OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98636;Turkish Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98636;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline, and that the way to restoring the nation's glory is to put the good of the Turkish people ahead of all other concerns... including religious.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98636OPTA;This is unacceptable!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98640;End of the Ottoman Dynasty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98640;The Ottoman monarchy has been overthrown, and now $COUNTRY$ stands in its place. The concept of Ottomanism, an Empire formed of diverse cultures and religions, has been set aside in favor of a nation built by and for the Turkish people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98640OPTA;Long live $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97500;Sovereign Authority in the Holy Land;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97500;The French ambassador has arrived with the following demand: they wish the $COUNTRY_ADJ$ government to recognize them as the sovereign authority over the Holy Land in Palestine, turning control over all Christian sites to the French. The Treaty of Küçük Kaynarca signed with Russia in 1774 states that they are the sole protector of Eastern Christians, and should we agree to the French demands it will almost surely lead to conflict with the Russians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97500OPTA;Russia protects the Holy Land, not France.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97500OPTB;We will agree to the French demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97501;$FROMCOUNTRY$ Refuses Our Claim;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97501;The $FROMCOUNTRY_ADJ$ government has refused our demand, stating that the 1774 Treaty of Küçük Kaynarca grants Russia authority over Eastern Christians and not France. More than likely they simply fear what the Russians will do. A show of force combined with the enticement of a protective alliance might compel them, though that will certainly cause friction with the Russians and there are some who say we should discontinue this venture now while we still have the chance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97501OPTA;Pressure them into accepting.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97501OPTB;Abandon our claim before this goes further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97502;French Escalation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97502;The French are not willing to abandon their claims to the Holy Land. There have been several demonstrations of naval force along our coast, and these have been combined with offers of protection against Russian retaliation. If we agree, we have a friend in France but almost certainly war with the Russians. If we refuse, very likely we will have a war with France on our hands. Which would we prefer?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97502OPTA;We must give in to the French.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97502OPTB;Never! Let them come, if they dare!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97503;The French have successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine, authority which has traditionally belonged to us ever since the 1774 Treaty of Küçük Kaynarca. This is a breach of the treaty and a threat to $COUNTRY_ADJ$ interests in the Holy Land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97503OPTA;We are the protectors of Eastern Christians, not the French.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97504;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97504;$FROMCOUNTRY$ has agreed that the French and the Roman Catholic Church should be the supreme Christian authority in the Holy Land, and have turned over control of Christian holy places -- including the keys to the Church of the Nativity in Bethlehem. This is in contravention to the $FROMCOUNTRY_ADJ$ treaty with Russia, and will no doubt lead to conflict, but is at the same time a boon to our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97504OPTA;Excellent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97505;French Authority in the Holy Land;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97505;Through a combination of military and political pressure, we now have no choice but to accept French claims in the Holy Land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97505OPTA;This will surely lead to trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97506;In what is perhaps a foolish move, the French have pressure the Turks into accepting their sovereign authority over the Holy Land in Palestine... authority which has traditionally rested with the Russians since the Treaty of Küçük Kaynarca. The question simply remains whether we should interfere. While holy sites are not our concern, trade routes through the Levant lead to India... and a Russian war with the Turks could directly threaten our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97506OPTA;We intend to stay out of the conflict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97506OPTB;We will protect our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97507;The War is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97507;Russia has control over $CAPITAL$, and much of our nation is either overrun or in complete chaos. We cannot continue. Our only option may be to surrender to the Russians and negotiate a treaty, in which we will doubtless be forced to hand over many concessions. Failure to do so, or should the Russians refuse our offer, could mean the war continuing for a very long time yet -- and $COUNTRY$'s utter ruin.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97507OPTA;A dark day for the Ottoman Empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97507OPTB;Never! There is still a chance!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97508;The $FROMCOUNTRY_ADJ$ Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97508;The $FROMCOUNTRY_ADJ$ government has approached us, begging for terms of surrender. It will mean relinquishing our current war goals and sitting down with them to work out the terms of a treaty once the war is done, but we are confident they will be to $COUNTRY$'s benefit. No doubt the other powers of Europe will be far less pleased, but that is not our concern. Such a treaty will prevent this war from continuing on interminably.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97508OPTA;We accept.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97508OPTB;We refuse. The war continues.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97509;The Russians Have Accepted;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97509;The Russians have agreed to lay down arms. Now comes the difficult part: discovering how they wish to punish us with the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97509OPTA;A great relief.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97512;Russian victory in the recent Crimean War has meant the Russians could dictate the terms of a peace treaty — and so they have. After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over both the Ottoman Empire and the Holy Land in the Levant. A clear victory for Russia.;;;;;;;;;;;;x,,,,,,, -EVT97512OPTA;There shall be a reckoning. §R(Pay or owe 250,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97510;The Treaty of Paris;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97510;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. One of the provisions set out is that the newly-united Romanians would receive the Budjak in southern Bessarabia (also known as Izmail) and that we will renounce our claims in the area. Other demands are that we cede the territory of the Åland Islands to Finland as demilitarized zone. Refusing would put us at odds with the rest of Europe and perhaps lead to further war. Accepting might repair some of our relations with Romania, but would definitely be a blow to our prestige and our interests in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97510OPTA;Give them Izmail.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97510OPTB;Never! They will have to take it from us!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97511;Stand Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97511;The Ottomans have surrendered to the Russians. There is no need for our war to continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97511OPTA;It's about time!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97515;Romanian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97515;To this day we remain a subject of the Turks. A growing movement has demanded our independence, and there are those who believe an offer of alliance with the Russians along with a guarantee of returning their lands in southern Bessarabia might entice them to support our efforts. Still others fear what a war of independence with the Turks will do to our nation. Is it worth it?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97515OPTA;We shall declare our independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97515OPTB;No, it is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97516;The Romanians have approached us with a deal: in exchange for our assistance in their war of independence against the Turks, they will return our lands in southern Bessarabia. It is a way to regain our influence in the region, though it does come with a steep price.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97516OPTA;We will assist the Romanians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97516OPTB;We are not interested.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97517;The Russians Have Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97517;We have received word from the Russian government: they have agreed to support our claim of independence in exchange for Izmail.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97518;The Russians Have Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97518;We have received word from the Russian government: they have refused to support our claim of independence in exchange for Izmail. We are on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97520;Romania Is Free!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97520;The Russians have kept their part of the bargain. We should keep ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97520OPTA;Give them Izmail, as promised.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97520OPTB;Betray them. They don't deserve it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97521;The War Has Failed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97521;Our war is over, and it has ended in failure. We remain Ottoman subjects.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97521OPTA;A dark day for Romania.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97525;The cursed Romanians have coaxed the Russians into declaring war on us in support of their independence. We cannot let this stand!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97525OPTA;How dare they!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97525OPTB;Let Romania go. We cannot afford a war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97526;The Romanians have foolishly declared them independence. We must take action at once!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97526OPTA;They want war? We'll give them war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95610;The Great Game;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95610;Advisers to the $COUNTRY_ADJ$ government are warning that the Russians will continue their southward expansion. If we do not press north from India, we will soon find the Russians on our doorstep... And, at that point, it will be a quick step for them to invade the British Raj directly. Steps must be taken to set up puppet governments between us and them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95610OPTA;It remains a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95610OPTB;This is not in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95610OPTC;Never bring this up again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC95611;Advisers to the $COUNTRY_ADJ$ government are warning that the British will continue their northward expansion. If we do not press south, Russia will soon have its southern borders exposed to European invasion. It does us no good to allow the British complete hegemony over Central Asia. Something must be done!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95612;The Great Game Comes To $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95612;The Great Game between the British Empire and Russia has one pushing ever northward and the other pushing ever southward, with $COUNTRY$ caught in-between. Recently, $COUNTRY_ADJ$ soldiers got into a skirmish with one of our neighbors... and the resulting incident has brought the infernal gaze of one of these powers upon us, perhaps meaning war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95612OPTA;This is not good.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95613;$FROMCOUNTRY_ADJ$ Border Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95613;Thanks to the Great Game and its maneuvering, tensions with $FROMCOUNTRY$ have been rising. Recently, an incident occurred near their border where several $COUNTRY_ADJ$ soldiers were attacked by $FROMCOUNTRY_ADJ$ soldiers. There were several deaths, and while the $FROMCOUNTRY_ADJ$ government is apologetic there are those within $COUNTRY$ who are calling for us to move in and assume control of their government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95613OPTA;Use the excuse to attack.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95613OPTB;Accept their apology.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95614;Peace With $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95614;It seems that $FROMCOUNTRY$ is content to accept the incident was not our intent and turn its attentions elsewhere. For the moment, $COUNTRY$ is safe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95614OPTA;That is a relief.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95615;Russian Takeover;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC95615;The country can no longer sustain itself. We must be ruled by Russia directly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95615OPTA;So be it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95616;The $FROMCOUNTRY_ADJ$ Doctrine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95616;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and it appears the only solution is to step in and rule them directly. Should we fail to do so, we may find $FROMCOUNTRY$ soon taken from our control and turned into a target for a foreign power's expansion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95616OPTA;Assume control of $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95616OPTB;Leave them be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37227;Corsican Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37227;The rebellion in Corsica has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37227OPTA;An outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37228;Rebellion in Crete;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37228;The rebellion in Crete has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37229;Rebellion in Cyprus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37229;The rebellion in Cyprus has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37219_NEW;Persecution of French Missionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37219_NEW;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In Dai Nam, the execution of several missionaries has prompted the society to ask the French government for diplomatic intervention. This has gone nowhere, leaving us with little choice but to consider armed intervention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37230;The Kingdom of Pomare;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37230;The island of Tahiti in the Pacific Ocean, ruled by the primitive Queen Pomare IV, expelled two French catholic priests several years ago. Admiral Abel Aubert Dupetit-Thouars was dispatched to get reparations for the deed, but then proceeded -- without authorization -- to gain a request from the Queen's chiefs to request a protectorate", a treaty to which he then demanded the Queen acquiesce. We can approve the treaty, gaining use of Tahiti as a staging ground in the Pacific, but it may cause friction with the British Empire considering British colonists are also on the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT37230OPTA;We will approve the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT37230OPTB;We have no interest in the Pacific.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME37235;The Algerian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC37235;Not long ago, Algerian bitterness towards Ottoman rule made them almost welcome French intervention. Our colonization of Algiers and the northern coast, however, has given rise to a resistance under the leadership of Emir Abdelkader El Djezairi. The man has united the Maghrebi tribes, and now has launched attacks on several colonial settlements.;;;;;;;;;;;;x,,,,,,,,, -EVT37235OPTA;This must be dealt with immediately.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT37235OPTB;It would be better to parley with the Emir.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT37235OPTC;Do not bother me with this again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME10400;The French Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10400;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsmen fired his musket on the citizens and set off a massacre. The resulting conflagration has swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic. \n \n Now we have the task of building this new government, starting with a presidential election to determine its new Head of State. Considering the popularity of Louis-Napoléon Bonaparte among the masses, and the granting of universal voting rights, some are say that he may in fact take the leadership. If he does, who knows what this may mean for France?;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVT10400OPTA;Liberté! Égalité! Fraternité!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10401;The Presidential Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10401;While it was expected that Louis-Napoléon Bonaparte would do well in the French presidential election, no one could have counted on the fact that he has done as well as this. Despite his autocratic leanings and lack of allies in Paris, he has managed to be something to everyone… even gaining the sponsorship of the Orleanists. The provisional government's candidate, Louis-Eugène Cavaignac, led the effort to quell an uprising in the city -- leading to resentment among the masses which has translated into Napoleon's landslide. Many fear the man takes too much after his infamous uncle, and thus the idea has arisen of fixing the elections to ensure Cavaignac's victory. This would require us to restrict universal suffrage, as well as muffle the newspapers and political opponents. Either way, the ideals of the Second Republic seem at risk of compromise.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVT10401OPTA;Napoleon shall be the rightful president.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVT10401OPTB;Rig the election. Cavaignac must win.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME11109;The Creation of Greater Finland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11109;The call has gone out for the Ugric nations of Greater Finland to finally unite under a common banner, to resist the encroachment of the Russians as well as other European powers. This new nation, it is said, will be a power to rival even its most powerful neighbors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -EVT11109OPTA;We will answer the call!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT11109OPTB;We will remain independent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME10402;Napoleon Wins Election!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10402;Louis-Napoléon Bonaparte has swept into power as France's new Head of State. The man carries with him the legacy of his infamous uncle, and with it the support of the masses. He has no friends in Paris, however, almost all of whom are nervous of the possibility that he might decide to follow in his uncle's footsteps.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT10402OPTA;This may not end well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10405;Louis-Napoleon's Coup d'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10405;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has launched a coup d'etat and overthrown the French government. Loyal members of the army have locked down strategic locations in Paris, and the Assemblée Nationale has been dissolved, leaving Louis-Napoleon as the undisputed ruler of the country. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France. All around Europe, countries are reacting to the news negatively, fearing a revival of the old Napoleonic goals. Even in Russia the ruler refuses to recognize the new Napoleon as emperor on the grounds that 'emperors are made by God, not elected by referendum.';;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT10405OPTA;Vive le Second Empire!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME10410;Emperor Napoleon Deposed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10410;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbors. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take. Shall we restore the Bourbon dynasty under the Count of Chambord, elect for a Bourbon constitutional monarchy under the Comte de Paris, or instead opt to create the Third Republic?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT10410OPTA;Vive la Troisième République!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT10410OPTB;Favor the Count of Chambord!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT10410OPTC;Favor the Count of Paris!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME10411;The Death of Napoleon;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10411;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him. His son and heir would be Napoleon IV… but he is still a young man, eager to live up to the legacy left him. Others favor the popular Bourbon Count of Paris. Still more, however, claim this is the perfect moment to restore the republic and end the monarchy once and for all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT10411OPTA;Louis-Napoléon IV is the rightful heir.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT10411OPTB;Restore the Bourbon dynasty!;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT10411OPTC;End the monarchy!;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME1010011;The Great Irish Famine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010011;For years, British committees have looked into the situation in Ireland and predicted disaster: the Irish farmers had become more and more dependent on their potato crop, and if anything were to happen to that crop it would cause not only widespread chaos throughout the Irish economy but famine and worse. Their predictions have come true. A blight has been spreading, leading to failure after failure of the Irish potato harvest. Proponents of laissez-faire economics are adamant that the market will provide food for those affected, and that the government should not interfere in private enterprise. Others claim that no expense is too high to help the Irish, and that failure to act quickly will lead to starvation and resentment... but conservatives are quick to dismiss this as inflammatory nonsense.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT1010011OPTA;Do whatever it takes to help them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT1010011OPTB;Give them what aid we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT1010011OPTC;We must not interfere in the markets.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME1010012;Irish Famine Spreads;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010012;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- poor Irish peasants are walking the streets of $PROVINCENAME$, begging for government aid which never arrives, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT1010012OPTA;Our choice has been made.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC1010013;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- poor Irish peasants are walking the streets of $PROVINCENAME$, barely subsisting on the limited cornmeal handouts offered by the government, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC1010014;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- in $PROVINCENAME$, the Irish are gathering in large crowds to receive aid sent by the British government. While they are grateful, times are still incredibly difficult and it's clear many are considering leaving Ireland to take their chances in the New World.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1010015;The Young Irelander Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010015;An aborted attempt at an uprising recently took place in the village of Ballingarry, Ireland. A group of Irish nationalists, frustrated by what they call the inept handling of the recent famine by the British government, engaged in a long gunfight with a unit of constabulary until reinforcements arrived and drove the men off. Many of these nationalists have since been captured and tried, but the event has sparked an increase in nationalism across the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010015OPTA;Outrageous!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010016;Ireland's Opportunity;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010016;Not content to wait until the dust of the war has settled, nationalists in Ireland have taken to the streets of $PROVINCENAME$ to call for the end of $COUNTRY_ADJ$ rule. With our forces engaged elsewhere, their calls have quickly swept across all of $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1010016OPTA;When the war is done, there shall be consequences.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010020;The Irish Republican Brotherhood;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010020;The tone among the people in our Irish territories has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from $COUNTRY_ADJ$ control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT1010020OPTA;Perhaps the time has come to examine the Irish situation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1010021;Fenians in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010021;We've received reports that the Irish Republican Brotherhood has been active in $PROVINCENAME$, spreading propaganda and generally stirring up agitation against the $COUNTRY_ADJ$ government. The constabulary in $STATENAME$ has been actively hunting these nationalists down, but considering many within the constabulary are Irish themselves the process has not been simple.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1010021OPTA;This is a serious issue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1010022;Fenian Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010022;The Irish Republican Brotherhood has stirred up local resentment in $PROVINCENAME$, resulting in several riots and a renewed campaign against $COUNTRY_ADJ$ rule in Ireland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT1010022OPTA;This simply makes things far more difficult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010023;The Easter Rising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010023;In an event organized by the Irish Republican Brotherhood, a group of Irish nationalists seized key locations in the city of $PROVINCENAME$ on Easter Monday, kicking off the most significant uprising in Ireland since the rebellion of 1798.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1010023OPTA;This calls for decisive action.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT1010023OPTB;Due process must be followed, no matter the cost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010024;The Sinn Féin Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010024;Spurred on by increased public sympathy towards the Irish Republican Brotherhood following the Easter Rising, the Sinn Féin have won a majority of seats in Ireland during the last election. They have gathered in Dublin and declared themselves Dáil Éireann, the parliament of Ireland, and demanded that Ireland be granted immediate full independence. Considering their popularity, refusing would all but certainly trigger a war... but many agree that this is not the way to a peaceful resolution, and that $COUNTRY$ should never submit to such demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT1010024OPTA;We will not be negotiated with at gunpoint.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT1010024OPTB;Grant them independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010025;The Anglo-Irish Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010025;With Ireland once again under our control, talks have begun in earnest to deal with the Irish situation once and for all... now on our terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under our control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and we should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010025OPTA;They shall become an autonomous Dominion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010025OPTB;They shall become a free ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010025OPTC;They are part of $COUNTRY$. Annex them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010030;Charles Stewart Parnell;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010030;An Anglo-Irish politician by the name of Charles Stewart Parnell has just been elected to Parliament. Some are describing him as a firebrand and nationalist agitator, while others suggest he's a man of remarkable charisma and organizational talent -- able to take on the entirety of the $COUNTRY_ADJ$ political system in order to push his Irish Home Rule agenda and succeed. It's very possible that this man could single-handedly turn the tide of opinion on the subject of Home Rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT1010030OPTA;Keep him contained. We don't want trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT1010030OPTB;Encourage him. He'll do good work.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010031;The $STATENAME$ Volunteers;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010031;With Charles Stewart Parnell putting forward his Home Rule agenda, $COUNTRY_ADJ$ citizens in $PROVINCENAME$ have become increasingly concerned that they might end up in an independent Irish state -- one dominated by Irish Catholics in Dublin. They have begun actively campaigning to ensure this doesn't happen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT1010031OPTA;Yet more trouble in Ireland?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010032;Irish Home Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010032;Charles Stewart Parnell has been successfully advancing his Home Rule Bill through Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable. \n \n Now we must consider whether his vision will see the light of day: do we grant Ireland the status of an autonomous Dominion under our control, or put this aside and face renewed violence among the Irish? Either way, this man Parnell will not desist, and the question will keep coming before us even if we do not pass the Bill now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010032OPTA;Pass the bill and give them Home Rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010032OPTB;There shall be no independence for Ireland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010032OPTC;Onward to Ireland! (Play as Ireland);;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010033;Kitty O'Shea;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010033;The revelation that Charles Stewart Parnell has been involved with a married woman, one Catherine O'Shea, and indeed is responsible for her subsequent divorce, was the scandal that ended his political career and prevented him from pushing the Home Rule agenda. Without him, it appears unlikely that the Irish Republican movement will gain the political clout it requires to attempt another passing of the Home Rule Bill.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT1010033OPTA;Unfortunate. For the Irish, I mean.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90050;The Annexation of Schleswig;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90050;The duchies of Schleswig and Holstein have long been united and considered indivisible under the $COUNTRY_ADJ$ crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for the $COUNTRY_ADJ$ monarch. The treatment of $COUNTRY_ADJ$ people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into $COUNTRY$ proper. This is unlikely to be looked on favourably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90050OPTA;Schleswig is a part of $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME900500;The Schleswig-Holstein War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC900500;Our war against Schleswig-Holstein has brought us into conflict with our German allies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT900500OPTA;Too late to turn back now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90051;The Annexation of Schleswig;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90051;The $FROMCOUNTRY_ADJ$ crown wishes to annex the Duchy of Schleswig, which has long been considered indivisible from the Duchy of Holstein. The German aristocracy is enraged by this move. They believe their future lies with the German Confederation to the south, but the Duke of Augustenberg has a stronger claim to Schleswig than the $FROMCOUNTRY_ADJ$ King. Schleswig-Holstein must forge its own path, even if it means war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90051OPTA;Schleswig-Holstein is German.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90052;Schleswig-Holstein Under Our Control;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90052;Now that order has been restored to Schleswig-Holstein, international pressure is mounting to uphold treaties regarding the region. Failure to restore nominal independence to the duchies and keep them united will result in tensions between $COUNTRY$ and other European powers and possibly war with the German Confederation to the south.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90052OPTA;Schleswig-Holstein will be restored.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90052OPTB;Holstein may go, but Schleswig is $COUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90052OPTC;We will not bow to pressure.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90053;The November Constitution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90053;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to Duke Christian of Glücksburg. The crown of Holstein is more problematic, however. The House of Augustenburg claims the crowns of both Schleswig and Holstein and is calling on German support. If the new constitution is signed, Schleswig-Holstein will be officially divided. If it is not, the Danish people will almost certainly rise up against their new king.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90053OPTA;Sign the constitution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90053OPTB;Do not sign the constitution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90054;The Schleswig-Holstein Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90054;The arrogant German aristocrats in Holstein have declared they intend to pursue a future with the German Confederation to the south, and consider Schleswig an indivisible part of their territory. $COUNTRY_ADJ$ militants are angrily calling for the military to step in, though some fear this may lead to war with the Germans.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90054OPTA;This cannot be permitted.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90054OPTB;We can do nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90055;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in our favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ is the true leader of the confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90055OPTA;Our mastery of Germany awaits!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC90056;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. This puts it in a unique position to assume leadership of the German Confederation as well as dominance over the North German states. We will need to take swift and decisive action if $COUNTRY$ is to maintain its position of influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90056OPTA;How DARE they!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90057;Look to $FROMCOUNTRY$?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90057;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. It's possible that aligning ourselves with $FROMCOUNTRY$ is far more in our best interest, as well as more likely to create a united Germany under North German dominance. We should reconsider our current allegiances.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90057OPTA;Maybe a $FROMCOUNTRY_ADJ$ future is better.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90057OPTB;We are better off as we are now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95250;The White Rajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95250;Brunei's control over the southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor. This 'White Rajah' is now effectively the ruler, and is seeking alliance with Brunei. We must either recognize the independence of an area we only barely controlled, or seek to assert our authority and perhaps anger the English in the process.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT95250OPTA;We will recognize the Rajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95250OPTB;Sarawak is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95251;The Dutch East Indies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95251;The Dutch East India Company has been slowly spreading its influence within the East Indies, and is urging our government to establish protectorates over the remaining sultanates on the islands. Indeed, they have been stirring up trouble in the region. Many within our government feel that if the Netherlands is to remain a power to be reckoned with, it must expand its colonial holdings.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95251OPTA;It remains a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95251OPTB;This is not in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95255;$FROMCOUNTRY_ADJ$ Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95255;The call has been sent out for the peoples of the East Indies to unify under a common banner, for protection against foreign imperialism and to usher in a new world power to make the Europeans tremble. The people are cheering in the streets of $CAPITAL$ at the welcome news. Will $COUNTRY$ do its part?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95255OPTA;We will answer the call!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95255OPTB;We will remain independent;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97125;Flores Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97125;Portugal has offered to sell the Flores islands to our current colonial administration in Timor. It seems like a reasonable deal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97125OPTA;Accept the offer. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97125OPTB;Reject the offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98800;$STATENAME$ Colonial Incorporation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98800;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97130;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Indonesian colonial administration.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT97130OPTA;An excellent development!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC98805;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Togolese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98806;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gambian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98807;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ivorian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98810;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sierra Leonean colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98815;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Guinean colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98820;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Senegalese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98822;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Algerian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98825;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerien colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98830;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Chadian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98835;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Cameroonian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98837;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gabonese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98840;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Congolese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98845;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Free Congo State colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98852;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Central African colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98858;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sudanese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98860;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zambian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98865;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Kenyan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98870;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Tanganyikan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98875;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Malian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98880;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Libyan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98883;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zanzibar colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98884;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Angolan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98885;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mozambican colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98890;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mauretanian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98891;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into Morocco.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98892;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ghanaian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98893;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Burkinabe colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98895;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ugandan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90060;The Eastern Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90060;The Ottoman Empire has been in slow decline for much of the last century, but never has this been more apparent than in recent years. The Empire's hold on the Balkans is weakening, and this threatens to upset the entire balance of power in Eastern Europe as Russia and other countries will inevitably be drawn into the conflict. Many in the $COUNTRY_ADJ$ government feel that it falls on us to call the powers of Europe together and negotiate a settlement that will restore some semblance of stability to the area.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90060OPTA;We will host the Congress.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90060OPTB;This is unnecessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90061;Planning for the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90061;Now that plans for the conference in $CAPITAL$ are underway, $COUNTRY_ADJ$ statesmen are busy trying to determine what our stance on the issue should be. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90061OPTA;The Ottoman Empire must be kept strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90061OPTB;Stability in the Balkans is most important.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90062;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90062;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of $COUNTRY$ to maintain stability in the Balkans. Some feel this is a veiled attempt to carve up our nation, and an insult, but regardless we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90062OPTA;Our representatives shall attend.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90063;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90063;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel this is a veiled attempt to bolster the shaky Empire's hold over the Middle East and balk Russian 'aggression'. Either way, we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90064;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90064;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them. Still others feel we should not take part in this veiled attempt at dismembering a sovereign nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90064OPTA;We will not risk our relationship with the Ottomans for this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900640;The Cyprus Convention;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900640;An idea has arisen within the $COUNTRY_ADJ$ government: could we perhaps offer our support to the Ottomans in the upcoming Congress, in exchange for a lease on Cyprus? Our support could make a great deal of difference for them... and the island's proximity to Suez makes it of strategic importance. The Ottomans could use all the support they can get, after all.;;;;;;;;;;;;x,,,,,,,,,,, -EVT900640OPTA;Make the offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900640OPTB;We have no interest in this.;;;;;;;;;;;;x,,,,,,,,,,, -EVTDESC900641;The $FROMCOUNTRY_ADJ$ government has approached us with a proposal: they will lend their support to us in the upcoming Congress, in exchange for Cyprus. The island's proximity to Suez makes it of strategic importance, after all, and while some might consider the offer an insult there are others who suggest that without this offer it's just as likely the island will be offered to Greece. $FROMCOUNTRY$ could ensure it isn't... and we could use all the allies in the Congress we can get.;;;;;;;;;;;;x,,,,,,,,,, -EVT900641OPTA;Agree to the deal.;;;;;;;;;;;;x,,,,,,,,,, -EVT900641OPTB;No. Cyprus is not a bargaining chip.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME900642;The Deal is Struck;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC900642;The Ottomans have agreed to the lease of Cyprus. Now we just need to make sure that we do all we can to make sure the Ottomans are kept strong...;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT900642OPTA;We shall do our best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME900643;The Ottomans Have Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC900643;The Ottomans have refused our offer. Evidently they will take their chances.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT900643OPTA;We accept their decision.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT900643OPTB;Then they shall receive no support from us whatsoever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME900645;The Bosnian Issue;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900645;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Bosnians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Bosnia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;x,,,,,,,,,, -EVT900645OPTA;Make the claim at the Congress.;;;;;;;;;;;;x,,,,,,,,,, -EVT900645OPTB;We have no interest in Bosnia.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME900646;The Croatian Issue;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900646;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Croatians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Croatia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;x,,,,,,,,,, -EVT900646OPTA;Make the claim at the Congress.;;;;;;;;;;;;x,,,,,,,,,, -EVT900646OPTB;We have no interest in Croatia.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME90065;The Congress of $CAPITAL$: Keep the Empire Strong;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90065;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly. Few of the attendees were pleased, the Russians in particular, and even though the Congress favored the Ottomans it remains to be seen whether they will bow to European pressure and uphold the Congress's edict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90065OPTA;This is how it must be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90066;The Congress of $CAPITAL$: Stabilize the Balkans;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90066;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, with delegates from the Ottoman Empire also in attendance. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power. The Russian delegates were pleased, but Ottoman delegates left in a rage. It remains to be seen whether they will bow before the Congress's demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90067;The Demands of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90067;Our delegates have returned from the Congress in $FROMCOUNTRY$ with mixed news: though the consensus reached was that $COUNTRY$ needed to be kept strong, they still placed numerous demands upon us that would see the political map of the Balkans rearranged. If we choose to defy the European edict, we could be facing wars from many fronts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90067OPTA;We will abide by their demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90067OPTB;Never! $COUNTRY$ will not be ordered about!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90068;The Demands of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90068;Our delegates have returned from the Congress in $FROMCOUNTRY$ with disheartening news: despite considerable dissension among those attending, a consensus was reached that creating stability in the Balkans is more important that $COUNTRY_ADJ$ interests and sovereignty. The demands are humiliating, and will see us losing much of the Balkans if we agree. If we defy the Congress, however, we could be facing war from many fronts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90069;$FROMCOUNTRY$ Agrees to the Demands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90069;$FROMCOUNTRY$ has sent word to the European powers that it will abide by the decrees of the Congress. This proves to the $COUNTRY_ADJ$ government they are serious about working with the rest of Europe to maintain stability.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90069OPTA;Good to hear.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90070;$FROMCOUNTRY$ Agrees to the Demands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90070;$FROMCOUNTRY$ has sent word to the European powers that it will abide by the decrees of the Congress. This proves to the $COUNTRY_ADJ$ government they are serious about working with the rest of Europe to maintain stability, though it is clear they are angered by the results.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90071;$FROMCOUNTRY$ Defies the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90071;$FROMCOUNTRY$ has decreed that it will not abide by the demands of the Congress. The Treaty, they say, is so much worthless paper, and they refuse to give up any of their sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90071OPTA;They will pay for this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90071OPTB;We have no desire to push this further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900700;Giving Up Cyprus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900700;We are called upon to live up to our part of the bargain and give up Cyprus.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900700OPTA;We will abide by our agreement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900700OPTB;Their help was worthless! Forget it!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900701;The Cyprus Lease;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900701;$FROMCOUNTRY$ has agreed to live up to its part of the bargain and hand over Cyprus.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900701OPTA;Excellent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900702;$FROMCOUNTRY$ Reneges;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900702;$FROMCOUNTRY$ has reneged on its deal to give up Cyprus. They claim our aid at the Congress wasn't worthwhile.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900702OPTA;Then we shall take it whether they like it or not!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900702OPTB;It's not worth fighting over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900705;The Bosnian Stewardship;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900705;The Congress has agreed to our demands regarding Bosnia. They are to be placed under $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900705OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT900705OPTB;Never mind.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900706;The Croatian Stewardship;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900706;The Congress has agreed to our demands regarding Croatia. They are to be placed under $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME900710;$FROMCOUNTRY_ADJ$ Allies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC900710;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves great influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT900710OPTA;Absolutely.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT900710OPTB;We have no interest in influencing $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC900711;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME900712;Influence in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC900712;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable some small influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME900715;Legacy of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900715;$COUNTRY_ADJ$ delegates were sent to the recent Congress -- reasonable considering it was the fate of our country and the entire Balkans that was being decided, or so we thought. As it turns out, the great powers of Europe decided what was to become of $COUNTRY$ without our participation, and while we received some benefit it has come to us at a price.;;;;;;;;;;;;x,,,,,,,,,, -EVT900715OPTA;So be it.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME152009872;$COUNTRY_ADJ$ Coup?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC152009872;There is unrest among $COUNTRY_ADJ$ officers in the military, enough that some of them are actively spreading dissension among the ranks. $COUNTRY$ would be better served, they say, if the army was in charge rather than the current leadership -- elected it may be, but according to them it has proven too ineffective. And it seems many of the men under their command agree.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT152009872OPTA;This could mean trouble down the line.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME152009873;The $COUNTRY_ADJ$ Military Coup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC152009873;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust our leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT152009873OPTA;The army shall rule $COUNTRY$ for now.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT152009873OPTB;We will not stand for military rule in $COUNTRY$!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95639;The Paris Foreign Missions Society has been actively spreading Catholicism in $COUNTRY$ for many years now, or perhaps we should say they are attempting to, as they have encountered considerable resistance among the $COUNTRY_ADJ$ people. Recently, in the southern region of Cochinchina, one of the local aristocrats took offense to the intrusion of several missionaries and executed them -- without our leave. Word of the deed has reached the attention of the French government, meaning their eye will almost certainly turn to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT95639OPTA;This does not bode well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95640;Persecution of French Missionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95640;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $FROMCOUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the society to ask the French government for diplomatic intervention. So far, discussion has gone nowhere and the idea has now arisen that forming a protectorate in the area may be our only solution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95640OPTA;Demand Cochinchina, or it is war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95640OPTB;We will continue on the diplomatic path.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95641;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95641;First they send their 'missionaries' into our country, flouting our laws and offending our people with their spouted nonsense. They turn our own citizens away from the righteous path, and expect us to do nothing? $FROMCOUNTRY_ADJ$ have seized upon this excuse to demand all of Cochinchina in recompense.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95641OPTA;Turn over Cochinchina. There is nothing we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95641OPTB;They are a paper tiger. Let them come, if they dare.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95642;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95642;The rulers of $FROMCOUNTRY$ have foolishly refused our demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95642OPTA;Then war it is.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95645;The Suzerainty of Cambodia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95645;We have an issue before us. The Vietnamese rule over our kingdom, and it seems certain that, very soon, either they or the Thai will demand we submit in full and are swallowed whole. The French stand on our borders, eyeing Indochina with their own ambitions. Perhaps they will make kinder rulers? Rebellion seems almost certain to end with Cambodia being torn to pieces by both.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT95645OPTA;Ask for French protection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95645OPTB;Throw out the Thai! We will risk war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95646;The King of Cambodia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95646;King Norodom of Cambodia has sent our government a request: he asks that the French intervene in his nation, demanding it be released from Vietnamese control and made our protectorate. This would suit our goals in Indochina, though it risks war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95647;Cambodia has been under Vietnamese control since our war with Siam. Now it seems the Cambodia king has approached the French and asked for protection, and the French have agreed to offer it. They are demanding control over Cambodia, on threat of war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95646OPTA;Demand Cambodia from the Vietnamese.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95646OPTB;Cambodia is on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95647OPTA;Surrender Cambodia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95647OPTB;This cannot be permitted!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95648;Dai Nam Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95648;Dai Nam has refused to surrender Cambodia to us. It seems we have little choice but to act.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95648OPTA;War it is.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95649;France Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95649;The French have refused to intervene. It seems we are on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95649OPTA;Then we declare our freedom. We shall risk war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95649OPTB;Then we do nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95650;French Indochina;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95650;Many in our government believe we should press our influence in Indochina, expanding our colony there to include some of our less civilized neighbors. Perhaps the time is right for war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95650OPTA;It remains a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95650OPTB;This is not in our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95650OPTC;Never bring this up again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC95652;$FROMCOUNTRY_ADJ$ diplomats have arrived in $CAPITAL$ with a set of demands: namely that we should surrender control of all eastern territories not 'rightfully ours'. This includes all land claimed by Laotian, Khmer and Vietnamese minorities. It is an outrageous demand, of course. How dare the $FROMCOUNTRY_ADJ$ claim to be 'protectors' of these people! Yet… do we dare risk war with the Europeans?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95652OPTA;We have no choice. Surrender the territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95652OPTB;Never! They will have to take it from us!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95653;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95653;$FROMCOUNTRY$ stubbornly refuses to relinquish hold over its conquered lands. It falls on us to protect these unfortunates by use of force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95653OPTA;A foolish move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95654;$FROMCOUNTRY$ Has Agreed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95654;$FROMCOUNTRY$ has bowed before our demand. Good relations have been restored..;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95654OPTA;A wise move.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95655;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95655;We are in a difficult situation. $COUNTRY_ADJ$ forces cannot hold out against the $FROMCOUNTRY_ADJ$ onslaught, and they plague us at every opportunity. Perhaps we must face the realities of the situation, and sit with the $FROMCOUNTRY_ADJ$ at the negotiation table to give them what they want. If we fail to do so, $COUNTRY$ is surely lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95655OPTA;Give them what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95655OPTB;That will solve nothing!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95656;The Dai Viet Emperor Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC95656;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us a state as concession.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95656OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95657;The Dai Viet Emperor has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC95657;The Dai Viet have refused to submit. Apparently they will fight until the bitter end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95657OPTA;An unfortunate choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME185;$COUNTRY_ADJ$ Prohibition?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC185;The $COUNTRY_ADJ$ Temperance League has been increasingly active in one of our states this year, with a campaign to harass local public houses and liquor merchants. Many of their more politically-minded members have even approached members of the government in $CAPITAL$, pushing for greater support for their campaign.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT185OPTA;Support the movement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT185OPTB;Nonsense. They take this too far.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME186;$COUNTRY_ADJ$ Libertines;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC186;The libertine culture in $COUNTRY$ has drawn criticism, with news of a scandal that reaches to the very heights of government. Several ministers are accused of unsavory dealings, and there are calls in $CAPITAL$ for the government to support religious groups in their calls for moderation and temperance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT186OPTA;There is no need for such action.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT186OPTB;Some restraint is best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME18210;The Right to Vote;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18210;A bill has come before the government in $CAPITAL$ regarding the current enfranchisement offered to the $COUNTRY_ADJ$ people. The discussion so far has been that expanding the voter base has led only to problems, and this bill would tighten the restrictions on voting... to the point where entire groups of people would have their voting rights removed. Passing the bill would no doubt cause problems, but the government seems determined to do so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT18210OPTA;Let the bill pass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT18210OPTB;That will cause too many problems.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT18210OPTC;Don't bring this up again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18215;Party Loyalty?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18215;A group of the ruling elite in $CAPITAL$ has recently become very concerned at reforms which have made it possible for members of the government to hold views outside of party policies. These reforms have made things too lax, they say, and will ultimately lead to the demise of $COUNTRY$. They've succeeded in gathering enough clout to pass a bill strengthening the power of the party whips, and ensuring that the party's influence in the government remains absolute.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT18215OPTA;We must have unity in the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT18215OPTB;No. Let the government rule as it desires.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18220;The Right to Information;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18220;A bill has come before the government in $CAPITAL$ regarding the rights of the press. Many feel that the reforms have allowed the $COUNTRY_ADJ$ newspapers to become combative with the government, inciting dissension and making the $COUNTRY_ADJ$ people harder to control. This control is necessary, they say, if $COUNTRY$ is to remain strong and united. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME18225;The Right to Gather;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18225;A bill has come before the government in $CAPITAL$ regarding the rights of the people to gather. Many feel that reforms have allowed the $COUNTRY_ADJ$ people to become too liberated -- they gather in crowds, protesting the government and otherwise stirring the rest of the rabble. Once upon a time, they say, this simply wouldn't have been allowed. New rules must be put in place to limit the number of people that can meet in one place, and for what purpose. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT18225OPTA;They are right. We cannot abide this sort of rabble-rousing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT18225OPTB;No, the rules shall stay as they are.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME18230;Rights of the Opposition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18230;Members of the ruling party have been busy within the $COUNTRY_ADJ$ government, slowly changing small rules that would make it difficult for opposition parties to get recognized and elected. Political boundaries have been shifted, and in some cases members of the opposition have even been harassed. Now it seems a bill has been put before the government which would entrench a large number of these rules, making them permanent. The government is adamant, saying the rules are needed to keep stability in $COUNTRY$, though the bill will no doubt be incredibly unpopular among the liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME98600;$COUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98600;There has been an increasing desire among the people of $COUNTRY$ to gain our full independence. Crowds gathering in $CAPITAL$ have demanded an end to rule by our distant overlords, and while many in the government are sympathetic with their cries there are also those who fear such a demand could lead to war. Any attempts to achieve independence should ideally take a diplomatic route first, with friendly ties maintained if peaceful separation becomes a reality.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98600OPTA;We will make the request.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98600OPTB;There is no point.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98605;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98605;Diplomats from $FROMCOUNTRY$ arrived in $CAPITAL$ this month, presenting a formal request for their full independence from $COUNTRY$. They assure us that they fully intend to maintain ties with our nation, and have agreed to move forward as $COUNTRY_ADJ$ allies, but that they desire their freedom even so. There are many who feel such a request is beyond the pale and must be refused out of hand. Still others say that if $FROMCOUNTRY$ is denied, we could be facing a rebellion -- and is it not better than to have a friendly ally than a recalcitrant and unwilling subject?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98605OPTA;Grant $FROMCOUNTRY$ its freedom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98605OPTB;Refuse them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98606;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98606;Not unexpectedly, the $FROMCOUNTRY_ADJ$ government has denied our request for independence. It seems our only option is rebellion -- as unrealistic as some claim that option to be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98606OPTA;How unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98607;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98607;Our diplomacy has proven successful: $COUNTRY$ has been granted full autonomy, on the condition that friendly ties be maintained with $FROMCOUNTRY$. Crowds have gathered in $CAPITAL$ to cheer on our Independence Day!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98607OPTA;We are most fortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98608;It appears the threat of a war of independence was enough to secure $COUNTRY$'s freedom. Crowds have gathered in $CAPITAL$ to cheer on our Independence Day!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98610;$FROMCOUNTRY$ Demands Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98610;It appears the time for diplomacy has ended. We have received word from the $FROMCOUNTRY_ADJ$ government that they have demanded independence -- or it will be war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98610OPTA;Then it is war!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98610OPTB;We shall let them go. For now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98611;Must We Fight Alone?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98611;Since $COUNTRY$ was denied its independence, there has been talk of open rebellion in the streets of $CAPITAL$. Fighting against our overlords might surely result in us being crushed, however. Since we have no recourse, secretly approaching some of the enemies of our overlord might gain us some allies in the war to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98611OPTA;Attempt to find allies... quietly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98611OPTB;There is no need for this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98612;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98612;Representatives from $FROMCOUNTRY$ have quietly approached us, asking to set up an alliance with $COUNTRY$ should their demand for independence go unheeded. So far, they say, diplomatic efforts have proven fruitless... so $COUNTRY_ADJ$ assistance would be invaluable to them, and perhaps gain us a new ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98612OPTA;Agree to the alliance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98612OPTB;No, this is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98613;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC98613;$FROMCOUNTRY$ has agreed to our secret alliance. Whether they will indeed help once the war begins remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98613OPTA;It gives us hope.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98614;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC98614;$FROMCOUNTRY$ has refused our request. Hopefully they don't inform our overlords of our intent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98614OPTA;Bah!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90075;The Fate of Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90075;Egypt has been effectively independent for some time. Now it has become all too apparent, and a threat to the vision of the Ottoman Empire as master of the Orient... something which has been little more than an illusion, but which the Ottomans must either address or have it shattered forever. War will come, and Egypt will either be beaten back into place and made to heel at its master's side or seek its own destiny as a power in its own right. Only time will tell.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90075OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90076;The Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90076;Egypt has been effectively independent for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. Either we must take steps to rectify the situation, and assert our dominance once and for all, or admit to the world that our power is little more than an illusion. There are those who feel that a peaceful solution is possible, and that the Egyptians might better serve as powerful allies than as implacable enemies, but that would require us to surrender our claim to Egyptian lands as well as be an affront to $COUNTRY_ADJ$ pride.\n\n§RNOTE: In case of war, you need to enforce the "Make Puppet" CB on Egypt to inherit it.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT90076OPTA;Egypt is part of the Empire!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT90076OPTB;We are willing to negotiate a settlement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME90077;Negotiations with the Empire;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90077;While we expected immediate Ottoman reprisal, it seems our former overlords are willing to negotiate. Their proposal is as follows: split the Levant between Egypt and the Ottoman Empire, allow Ottoman influence to remain and they will permit our independence. Of course, while this would retain an alliance with the Empire it seems like many to hardly be true independence at all. Still, it would avoid a great deal of bloodshed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90077OPTA;We agree to the proposal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT90077OPTB;Never! We reject all Ottoman influence in Egypt!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90078;Egypt Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90078;Our negotiations have been successful: Egypt has agreed to partition the Levant, and we retain influence within their territory. While this spares us a great deal of bloodshed (and the possibility of an embarrassing defeat), it does mean we have lost control over the Christian Holy Land in Palestine -- something that will not go over well with the powers of the world, and with Russia in particular.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90078OPTA;This is for the best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90079;Egypt Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90079;Despite our willingness to negotiate, Egypt has refused to accept any Ottoman influence in their territory... and also refuses to give up control over any of the Levant. We have no choice but to take it from them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90079OPTA;So must it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90080;The Egyptian Levant;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90080;The Turks have proven unable to retake the Levant from us, despite all the assistance they have received from the rest of Europe. Even those great powers must now admit that the Levant rightfully belongs to us, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90080OPTA;Glory to Egypt!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90081;Egypt Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90081;We have brought Egypt to its knees and restored Ottoman rule to the area. Now we must decide whether to be gracious and allow them to retain autonomy, while restricting their land and power, or whether to rule all of Egypt directly and face the possibility of rebellions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90081OPTA;Restrict their lands and power.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90081OPTB;We shall rule them directly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90082;Rebellion Against $COUNTRY_ADJ$ Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90082;An uprising in $PROVINCENAME$ has gained popularity throughout the region, spreading the unrest throughout all of $STATENAME$. Local authorities have moved swiftly in an attempt to keep the violence contained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90082OPTA;Put down the uprising at once!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90083;Anger Over Egyptian Defeat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90083;Still stinging from their defeat at the hands of the Ottomans, the Egyptian aristocracy has focused the blame on the rapid westernization of the nation and the instability they claim it has brought. They are demanding that the government cling more strongly to tradition and repeal some of these reforms and there are fears that if they are not satisfied they may instigate a revolt.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90083OPTA;We will give in to their demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90083OPTB;The government will not submit to reactionaries!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90084;$FROMCOUNTRY$ Refuses Egyptian Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90084;The $FROMCOUNTRY_ADJ$ has declared that it will not accept Egyptian surrender, and has rejected terms that the rest of Europe feels are quite fair -- instead pushing onwards to recapture all of Egypt. There are many within the $COUNTRY_ADJ$ government who feel this is a betrayal... $COUNTRY$ intervened to help maintain $FROMCOUNTRY_ADJ$ from collapsing, but perhaps they do not need our help at all?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90084OPTA;Withdraw our support for the Ottomans.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90084OPTB;We will continue our current path.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90085;The Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90085;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Should the Egyptians successfully challenge Ottoman rule, it could upset the entire balance of power in the region... something that many feel would threaten $COUNTRY_ADJ$ interests. Still others believe that $COUNTRY$ must remain neutral, despite the cost to our relations with the Empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90085OPTA;Support the Empire;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90085OPTB;The Ottomans are on their own;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90086;$FROMCOUNTRY$ Supports the Empire;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90086;We have received word through the $FROMCOUNTRY_ADJ$ embassy pledging their support for the Ottoman Empire in our conflict with the Egyptians. This is heartening news.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90086OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90087;The Fall of Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90087;Our forces are on the run. It seems the hated Ottomans and their allies have won the day, and we have little choice but to submit to their demands. We can try to hold out and turn the tide, but it is far more likely that Egypt will simply be carved up into pieces by the imperialists if we do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90087OPTA;We will submit to the Turks.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90087OPTB;Never! We hold out!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90088;The Egyptian Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90088;The Egyptians have raised the white flag, offering to abide by the Convention of London and return both Crete and the majority of the Levant to our control. Our advisors say that wresting control of the entire country is almost impossible, and that we should take the offer while we can and let the Egyptians go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90088OPTA;We accept their surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90088OPTB;There will be no peace!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90089;End of the Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90089;The Egyptians have surrendered to $FROMCOUNTRY$ and agreed to abide by the terms of the London Convention. Stability has been restored to the Orient... for now. All that remains is for us to decide whether to end hostilities with the Egyptians and return any $FROMCOUNTRY_ADJ$ lands that we hold.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90089OPTA;Make peace. We did what we went to do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90089OPTB;We will continue as we are.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90090;The Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90090;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Egyptian diplomats have contacted ours through channels, and suggested that support in its war would be appreciated and rewarded. The Ottomans, they rightfully point out, are after all no friends of $COUNTRY$. Such an act could earn us the enmity of the Empire and its allies, however, and thus feel we must remain neutral in the conflict despite the possible benefit to $COUNTRY_ADJ$ interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT90090OPTA;Support the Egyptians;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT90090OPTB;We shall remain neutral;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME90091;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90091;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If something isn't done it could develop into an alliance between Egypt and $FROMCOUNTRY$ that could lead to their intervention in the war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90091OPTA;We hope they will not intervene;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90091OPTB;This is an affront to $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90092;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90092;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If we do not object now, that support could lead to their intervention in the war. That objection, however, could also be seen as aggression on our part and harm our relations with $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90092OPTA;$FROMCOUNTRY$ must back down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT90092OPTB;We do not seek conflict with the $FROMCOUNTRY_ADJ$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90093;$FROMCOUNTRY$ Demands Withdrawal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90093;The $FROMCOUNTRY_ADJ$ have sent a demand through diplomatic channels that we back down from our support of the Egyptians. Doing so will harm the influence we have gained in Egypt, but if we do nothing we risk retaliation from the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90093OPTA;We withdraw our support of Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90093OPTB;We will not back down!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90094;Egypt has fallen, settling matters with the Turks through a peace treaty which has seen the Levant taken from them and $COUNTRY_ADJ$ influence in Egypt vastly reduced. We can let the matter lie, or fight for both our stake in Egypt and our honor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT90094OPTA;There is nothing more to be done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT90094OPTB;We have too much at stake to back down now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96200OPTA;A greater destiny awaits!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800150;Pan-Nationalists Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800150;Pan-nationalist rebels demanding a greater $UNION_ADJ$ union have taken over $CAPITAL$, and have begun spreading the idea of $COUNTRY$ becoming part of $CULTURE_GROUP_UNION$ no matter the cost to $COUNTRY_ADJ$ sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800151;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97100;$PROVINCECULTURE$ Rebellion in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97100;A dispute between local $PROVINCECULTURE$ leaders and $COUNTRY_ADJ$ officials in $PROVINCENAME$ has exploded into a riot, and the violence quickly spread throughout $STATENAME$. The $COUNTRY_ADJ$ army is stamping out the rebellion as best it can, but fears persist that this could develop into a much larger problem if it continues.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97100OPTA;Unacceptable!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97105;Rebellion Against Foreign Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97105;A dispute between $COUNTRY_ADJ$ aristocrats and a foreign governor has exploded into a riots in $CAPITAL$. Many $COUNTRY_ADJ$ citizens wish to see $COUNTRY$ freed from the yoke of its oppressor, and are ready to rise up and fight against the foreign armies that are sure to come. The idea that $COUNTRY$ may become a battleground pleases few, however.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90040;The Sepoy Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90040;A mutiny by a group of sepoys in the service of the British East India company has ignited lingering resentment amongst our Indian subjects into open resistance against our rule. Should this grow out of hand, all of our holdings in British India could be in jeopardy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90040OPTA;This could mean trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97110;The Stirrings of Indian Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97110;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union -- one powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97110OPTA;Interesting.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC97111;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with nationalists in $FROMCOUNTRY$ calling for a true India -- one united and powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention in $COUNTRY$ and this unified nationalism has been rapidly spreading.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97111OPTA;This could be trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97115;Death of the Maharajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97115;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. Many fear this weakness will surely bring the British down upon the nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT97115OPTA;We mourn the Maharajah's passing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97116;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. As Sikhs pour into the British frontier, it seems we are inevitably drawn into the conflict -- and there are some who believe that now might be the perfect time to strike.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97116OPTA;Instability in the Punjab is unacceptable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT97116OPTB;We will step in and make the Punjab stable again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97124;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC97124;Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME800050;The Power of Tradition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800050;Reactionary elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800050OPTA;Long live the true $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800051;The New $COUNTRY_ADJ$ Order;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800051;Fascist elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800051OPTA;The $COUNTRY_ADJ$ destiny awaits!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800052;The New Communist Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800052;Communists have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800052OPTA;The proletariat has prevailed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800053;A New Order in $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800053;Liberal extremists have taken over the $COUNTRY_ADJ$ government, dedicated to political reforms but opposed to social reform of any kind. They have already instituted a large number of changes within the $COUNTRY_ADJ$ government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800053OPTA;Long live the bourgeois!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800054;The New Liberal Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800054;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and liberal order dedicated to political reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800054OPTA;Freedom has prevailed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME810055;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810055;Rebel leaders have announced from $CAPITAL$ that $COUNTRY$ has at last achieved independence. What this means for $COUNTRY$'s future is so far unknown, but for the moment it seems that the government will proceed intact -- save for the fact that it is no longer beholden to its former overlord.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT810055OPTA;A new future for $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME810056;The New Socialist Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810056;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and socialist order dedicated to social reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT810056OPTA;The working class is triumphant!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME810057;The Colonial Regime Overthrown!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810057;The old $COUNTRY_ADJ$ regime leftover from our days as a colony are now over -- $COUNTRY$ is once more an African nation, truly belonging to the people who have lived here since long before the Europeans arrived.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800055;Rebellion in $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800055;The $FROMCOUNTRY_ADJ$ government has been overthrown, and the rebel government has declared themselves free from $COUNTRY_ADJ$ rule. Many are calling for a restoration of order, while others are saying that $FROMCOUNTRY$ is too much trouble. If they want to be free, let them go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800056;Rebellion in our ally!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800056;The $FROMCOUNTRY_ADJ$ government has been toppled, and the rebels blame $COUNTRY_ADJ$ influence as one of the primary causes of the old regime's corruption. We have lost our influence in $FROMCOUNTRY$ as a result, and the only question that remains is whether we wish to press our claim by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800060;The Proletariat Cause;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800060;An opportunity has arisen to fund the spread of communism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, the workers around the world will continue to slave under bourgeois oppression. The proletariats in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800061;The Spread of Fascism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800061;An opportunity has arisen to fund the spread of fascism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as shirking our duty to the fascist cause. The government elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800062;The Spread of Anarcho-Liberalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800062;An opportunity has arisen to fund the spread of anarcho-liberalism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be admitting that we cannot aid the spread of the bourgeois revolution. The liberal elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800063;The Cause of Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800063;An opportunity has arisen to fund the spread of democracy in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as abandoning those who live under the rule of tyrants. Liberals in $CAPITAL$ are calling on us to aid the cause of world freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800064;We Were Discovered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800064; Several of our agents in $FROMCOUNTRY$ were discovered and interrogated, and word of our efforts have spread. This will have an impact on our infamy, and the $FROMCOUNTRY_ADJ$ may choose to take the issue as cause for war against us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800065;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800065;We have reports of $FROMCOUNTRY_ADJ$ propaganda being spread in one of our border provinces. Clearly the $FROMCOUNTRY$ government does not respect our sovereignty. Word of the event has leaked out, and members of the $COUNTRY_ADJ$ government are calling for immediate action!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800066;Workers of the World;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800066;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800067;$FROMCOUNTRY_ADJ$ Envoy Arrives;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800067;An envoy has arrived from $FROMCOUNTRY$, offering to improve relations between our country and theirs. The $FROMCOUNTRY_ADJ$ leadership believes that nations so closely aligned in ideology should become closer in truth. Refusing their overtures could be seen as an insult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800068;Workers of the World;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800068;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800069;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800069;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800070;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800070;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800071;The Anarcho-Liberal Agenda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800071;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800072;The Anarcho-Liberal Agenda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800072;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800073;The Light of Democracy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800073;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800074;The Light of Democracy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800074;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800075;A Communist Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800075;The time has come for the great communist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800076;The $FROMCOUNTRY_ADJ$ Summit;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800076;An envoy has arrived from $FROMCOUNTRY$, offering to hold a summit in their capital to bring our two great powers closer together. Refusing their overtures could be seen as an insult, but it's also possible the summit could go poorly and make our relations worse rather than better.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800077;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Success!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800077;The summit in $CAPITAL$ was a smashing success! $FROMCOUNTRY_ADJ$ diplomats left pleased with the progress, and our relations have improved significantly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800078;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800078;The summit in $CAPITAL$ unfortunately failed to make any significant progress. Talks with $FROMCOUNTRY$ stalled, and even with our common ideological ground there are just too many issues remaining between our nations to improve relations more than marginally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800079;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Disaster!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800079;The summit in $CAPITAL$ went very poorly. There are too many issues between our nations, and $FROMCOUNTRY_ADJ$ diplomats left in a huff. Our relations have suffered as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800080;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800080;$FROMCOUNTRY$ has sent a polite refusal to our summit request, saying now is not a good time for a summit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800081;A Fascist Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800081;The time has come for the great fascist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800082;An Anarcho-Liberal Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800082;The time has come for the great anarcho-liberal powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800083;A Summit of Equals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800083;The time has come for the great democratic powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800084;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800084;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our communist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for the socialist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800085;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800085;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our fascist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nationalist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800086;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800086;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our anarcho-liberal regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our liberal movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800087;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800087;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological extremism. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nation and the cause of democracy in the world, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800088;Incident in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800088;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response to the unfortunate event has thankfully been conciliatory, and our government has received an official apology.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800089;Insult from $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800089;A violent incident has occurred at our embassy in $FROMCOUNTRY$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response has been insulting, publicly blaming our policies even though their own careless disregard for the safety of our diplomats and their political upheaval is clearly at fault.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800090;$FROMCOUNTRY$ Does Not Accept;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800090;Despite our apology, the $FROMCOUNTRY_ADJ$ government has declared it is enraged by the incident and that our lack of control over our citizens is to blame. While they are seen as being unreasonably aggressive, war is even a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800091;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800091;The $FROMCOUNTRY_ADJ$ government has accepted our apology for the incident, and while our relations have been damaged the incident has mostly blown over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800092;$FROMCOUNTRY$ Enraged;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800092;$FROMCOUNTRY_ADJ$ leaders have declared our actions outrageous, and that the incident was no doubt secretly supported by our government. They claim this provides them ample grounds for war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800093;$FROMCOUNTRY$ Backs Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800093;The $FROMCOUNTRY_ADJ$ has backed down from escalating the incident into a war. The entire business has harmed relations between our nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800094;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800094;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's communist policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800095;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800095;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's fascist policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800096;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800096;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's anarcho-liberal policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800097;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800097;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country's radical ideology and our government's policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800147;Sepoy Rebels Force Concessions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800147;The Indian subcontinent has been overwhelmed by the Sepoy rebels. Our garrisons are in retreat, and our colonial governors have already fled for safer ports. We have no choice but to give into their demands, many of which involve removing $COUNTRY_ADJ$ influence from any of the nations we have subjugated over the years of our rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800147OPTA;We have no choice but to comply.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800148;$FROMCOUNTRY$ Driven Out;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800148;The $FROMCOUNTRY_ADJ$ presence in our region has come to an end, thanks to the spread of the Sepoy Rebellion. With $FROMCOUNTRY_ADJ$ governors fleeing the nearby regions in droves, our nation suddenly has a chance to regain lost lands and obtain our freedom... whether we wish it or not.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800148OPTA;We never liked $FROMCOUNTRY$ anyhow.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800149;Rebels Storm $CAPITAL$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800149;After a swarm of violence and looting that engulfed the entire nation, $COUNTRY_ADJ$ rioters have stormed the capital. The government has been forced to make numerous concessions, in a desperate bid to calm the people. So far it seems to have worked, and has spared many leaders from being executed by angry mobs, but it remains to be seen whether these concessions will only cause more problems in the end than they solved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT800149OPTA;We have no choice but to comply.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97700;Patriot Rebellion!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97700;$COUNTRY_ADJ$ patriots have risen up in $FROMCOUNTRY$, and have gained control of the capital. They send word they wish to bring all our lost provinces back to $COUNTRY_ADJ$ control. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97700OPTA;We welcome their return.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97700OPTB;It is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC800151;$COUNTRY_ADJ$ patriots have risen up in a neighboring country, and have gained sufficient control that they have sent word they wish to bring the province back to $COUNTRY$. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800152;Provinces Brought Under Control;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800152;With the patriot rebellion now over, our provinces have now been brought under control and $COUNTRY_ADJ$ governors are once again in command.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800152OPTA;That is a relief.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800055OPTA;Let them go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800055OPTB;We will salvage what influence we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800055OPTC;We will restore order in our vassal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800056OPTA;They're not worth it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800056OPTB;We will press our claim.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97562OPTA;We have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97565;Call For Help!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97565;The rebels are gaining too much ground! We must call for help from our protectors!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97566OPTA;We will do what we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT97566OPTB;They must stand on their own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97567;Danger Passed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97567;The danger of imminent overthrow has passed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97561;Rebels in $CAPITAL$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97561;With our forces off valiantly facing the enemy, rebels have taken advantage of the situation and stormed $CAPITAL$. They have taken over the $COUNTRY_ADJ$ government and already done a great deal of damage in order to drive out foreign influence in $COUNTRY$. Without the forces to oppose them, there is little we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97562;$CAPITAL$ Burns;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97562;$CAPITAL$ has been taken by the enemy, and a great deal of $COUNTRY$ is lost to our control. Many are saying that we only continue the war because our foreign masters insist that we do so, and that the time has come for us to let go of these ties -- no matter the consequences. Perhaps they are right, though it seems the situation is dire for $COUNTRY$'s future no matter what we do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97566;Trouble in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97566;The $FROMCOUNTRY_ADJ$ government is besieged by rebels, and threatens to fall if they do not receive assistance from $COUNTRY$. They warn us that if the rebels are successful, it's very likely that $FROMCOUNTRY$ would cease to be in $COUNTRY$'s sphere of influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97570;Native Unrest in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97570;Now that $COUNTRY$ is free, native $COUNTRY_ADJ$ citizens are beginning to protest against the colonial regime that still remains. Foreigners still hold the highest positions in the government, and have a privileged status in comparison to those they once ruled over as a colony. In $PROVINCENAME$, the recent arrest of a native for trespassing on the estate of a foreigner has led to riots -- and dissension has spread throughout all of $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,, -EVT97570OPTA;They are $COUNTRY_ADJ$ citizens, not 'foreigners'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME17710;Communist Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17710;Communists have been distributing literature among the working classes in one of our states. They are claiming that the common man needs to rise up against the 'bourgeois' class, and that rule by the workers is the only way they can obtain fair conditions and a truly utopian society. Government officials are concerned, and some say that we need to crack down hard on this kind of talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME17715;The Common Man;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17715;Socialist leanings have become quite prevalent in parts of $COUNTRY$, and among these socialists radical ideas have been spreading -- namely that the common man can only achieve true freedom by overthrowing the government and establishing a rule by the working class. They cite the $COUNTRY_ADJ$ government as tyrannical, and one that will never bend to true reform... and the people have been listening.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME17720;Communist Riot;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17720;The tense situation in one of our states has been aggravated by the presence of communist agitators, spurring on the working classes to rise up against the government and institute a rule by the workers. We could step in, but that might only provoke a rebellion. Allowing the agitators to continue spreading their propaganda, however, might let them get a stronger foothold in $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME17730;Communists in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17730;A communist demonstration in the streets of $PROVINCENAME$, with shouts decrying the state of workers in $COUNTRY$, has gained the communists a great deal of attention and sympathy throughout $STATENAME$. Attempting to crack down on these agitators may only cause the demonstrations to turn into violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17710OPTA;Crack down on this menace.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17710OPTB;Let them talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17715OPTA;Crack down on these radicals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17715OPTB;Keep the problem localized.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17720OPTA;We cannot allow this talk to spread.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17720OPTB;This must not come to violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17730OPTA;Crack down on the communists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT17730OPTB;Let them demonstrate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800100;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800100;We have been contacted by $COUNTRY_ADJ$ patriots, currently living under the dominion of a neighboring country. They suggest that there is an opportunity to stir up sentiment among those living there so that they may rise up and rejoin the mother country. There is, of course, a risk that our efforts could be discovered and bring war down upon us. Should we help them?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT800100OPTA;We must free our brethren.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT800100OPTB;It's too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800101;$FROMCOUNTRY$ Spreading Dissent;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800101;We have received reports that the $FROMCOUNTRY_ADJ$ government has been inciting dissent among minorities in $COUNTRY$. This is an act of aggression that deserves a swift response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800101OPTA;We will not tolerate this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800101OPTB;Let it slide.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800102;We Have Been Discovered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800102;Our efforts to incite $COUNTRY_ADJ$ patriots in $FROMCOUNTRY$ have been discovered. The $FROMCOUNTRY_ADJ$ government is threatening war over this breach of their sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800102OPTA;Let them come!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97175;Chaos in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97175;The rebellion in $STATENAME$ has been going on for far too long, and we are in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their nation's independence... and while that isn't yet true, as $STATENAME$'s state of chaos is still far too widespread, it's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT97175OPTA;This cannot be allowed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME97180;Return of Our Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97180;Rebels in a neighboring colony have destabilized it enough that the people there are calling out for $COUNTRY$ to restore order. This is our land, and it seems that the western powers have all but abandoned it to chaos. So why shouldn't we intervene? Still, there are some who say this will only damage our relationship with a power... one we cannot afford to anger.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97180OPTA;We will assume control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT97180OPTB;It is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97181;Colonial Uprising in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97181;We have lost control of the situation in $STATENAME$. The rebels have gained sufficient control that they have ejected the $COUNTRY_ADJ$ governors and declared their independence... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97181OPTA;We'll be back.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97182;Free of Colonial Control!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97182;We are free!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97185;Order Restored in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97185;We have restored order to our colony in $STATENAME$... at least for the moment.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT97185OPTA;About time!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME81002212;$COUNTRY_ADJ$ Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC81002212;We have been pulled into an outside war, despite our dedication to neutrality.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT81002212OPTA;We must remain Neutral!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT81002212OPTB;We must discard our Neutrality.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME19365;The Restoration of $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19365;An idea has been spreading among the people of $COUNTRY$... some of our lands are under foreign control, but it appears to be beyond our power to regain them on our own. $COUNTRY$ has a great power as its benevolent protector, however, does it not? The people are urging our government to approach them for aid, though some within the government are concerned this could possibly alienate our ally as well, not to mention stir up new hostility with our neighbors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT19365OPTA;We will approach our protector.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT19365OPTB;We will leave the matter alone for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME19366;The Restoration of $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19366;Diplomats from $FROMCOUNTRY$ have quietly approached us, appealing for help in restoring their lost lands. With $COUNTRY_ADJ$ help, they say, $FROMCOUNTRY$ will prove a much worthier ally. There are those concerned with the trouble this might stir up, however. Should we look the other way, prove $COUNTRY_ADJ$ influence has weight?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT19366OPTA;Tell them we shall consider it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT19366OPTB;We cannot afford such a conflict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME19367;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19367;$FROMCOUNTRY$ has agreed to consider our proposal. It's possible they will, in the end, take no military action on our behalf… it's come to our attention that relations between them and one of our neighbors has cooled severely, however, so a war may yet come to pass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT19367OPTA;Then there is hope.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME19368;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19368;$FROMCOUNTRY$ has refused to intervene on our behalf. Worse, it appears the purpose of our mission has leaked to at least one of our neighbors, angering them greatly bringing threats of war against $COUNTRY$. Did $FROMCOUNTRY$ inform them? Have we been abandoned by our ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19368OPTA;$FROMCOUNTRY_ADJ$ cowards!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19370;The $FROMCOUNTRY_ADJ$ Overlords;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19370;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks us free of $FROMCOUNTRY_ADJ$ control would they not simply invade once again? Perhaps $COUNTRY$ has suffered enough.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT19370OPTA;A sad day for $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME19301;The Dream Is Over;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC19301;There was once a dream in this country - a dream of a land of liberty, of new opportunities. People would flock to the United States of America seeking freedom, opportunities and shelter from the horrors of war and intolerance of the old world. The Statue of Liberty, the USA proudest symbol, used to symbolize that, and that was the first thing immigrants saw when entering our country. The Statue is still there, standing ominously in the bay of New York, but it doesn't represent that dream anymore, nor any of the values it used to. With the recrudescence of the institutions in our country, the change from a democratic government, the Statue lost all meaning and people from all over the world stopped being enchanted by what it represented. \n \n The dream is over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA19301;Who needs immigrants anyway?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC19006;Our independence is gradually being undercut and more and more becoming something that only exists on paper, as several foreign Great Powers vie for control over our political institutions. Recently, tensions have erupted between several great powers each vying for dominance over our government. If any of them attempts to assert themselves in $COUNTRY$, it will mean conflict with our government, the other great powers, and possibly even war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC19007;Tensions between ourselves and other Great Powers have erupted regarding dominance over the $FROMCOUNTRY_ADJ$ government. We are forced into a position where we must either assert our position, which will be seen as undercutting $FROMCOUNTRY$'s independence, or back down and lose much of the influence in $FROMCOUNTRY$ we currently hold.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19015;Allies or Enemies?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC19015;Relations with one of our allies have cooled. Perhaps we should reconsider our alliance?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19015OPTA;Definitely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19015OPTB;Not yet.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19016;Great Power Influence in $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC19016;We are under the influence of a Great Power. Or we should be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19016OPTA;We welcome our new allies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19017;Questioning Our Alliance;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC19017;We have begun to question our alliance to a great power that is clearly not our true protector.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19017OPTA;Let us change this arrangement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19018;Alliance Broken!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC19018;A series of diplomatic blunders have broken our alliance!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19018OPTA;Ah, blast.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19019OPTA;But we really need that alliance!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19200OPTA;We cannot afford an immediate response to this insult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT19200OPTB;If it's a war they want...;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37236;The Construction of the Eiffel Tower;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37236;Work on the foundations of the Eiffel Tower began. Those for the east and south legs were straightforward, each leg resting on four 2 m (6.6 ft) concrete slabs, one for each of the principal girders of each leg but the other two, being closer to the river Seine, were more complicated: each slab needed two piles installed by using compressed-air caissons 15 m (49 ft) long and 6 m (20 ft) in diameter driven to a depth of 22 m (72 ft) to support the concrete slabs, which were 6 m (20 ft) thick. Each of these slabs supported a block built of limestone each with an inclined top to bear a supporting shoe for the ironwork. Each shoe was anchored into the stonework by a pair of bolts 10 cm (4 in) in diameter and 7.5 m (25 ft) long. The foundations were complete by $YEAR$ and the erection of the ironwork began. For this part, we need to set a budget for the construction.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37236OPTA;Invest more than is planned. §R(Pay or owe 40,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37236OPTB;Invest what is planned. §R(Pay or owe 30,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37236OPTC;Invest the minimum possible. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37237;The Eiffel Tower Is Finished;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC37237;The main structural work was completed at the end of March 1889 and today Eiffel celebrated this by leading a group of government officials, accompanied by representatives of the press, to the top of the tower. Since the lifts were not yet in operation, the ascent was made by foot, and took over an hour, Eiffel frequently stopping to make explanations of various features. Most of the party chose to stop at the lower levels, but a few, including Nouguier, Compagnon, the President of the City Council and reporters from Le Figaro and Le Monde Illustré completed the climb. At 2:35 Eiffel hoisted a large French flag, to the accompaniment of a 25-gun salute fired from the lower level. There was still work to be done, particularly on the lifts and the fitting out of the facilities for visitors, and the tower was not opened to the public. The tower was an immediate success with the public, and nearly 30,000 visitors made the 1,710-step climb to the top using the stairs before the lifts entered service.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT37237OPTA;Vive la Tour Eiffel!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME3697000;The Construction of the Clock Tower;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC3697000;During the rebuilding of the Palace of Westminster in the wake of the fire of 1834, the parliament determined that the new buildings should incorporate an impressive clock tower and passed a bill to that end in $YEAR$. This clock tower will take years to be built but it will be a massive accomplishment for out country. The only thing left for the building to start is to define the budget.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME3697001;The Clock Tower Is Finished;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC3697001;The completion of the Clock Tower marks the end of the reconstruction of the Palace of Westminster. The clock tower was constructed on the northern extremity of the new Houses of Parliament that were built next to Westminster Hall. The commission for the clock itself demanded a high level of accuracy, the specifications drafted by the Royal Astronomer required that "the first stroke of the hour bell should register the time, correct to within one second per day, and furthermore that it should telegraph its performance twice a day to Greenwich Observatory, where a record would be kept." The second and final version of the hour bell was the largest ever cast in the UK. It was so colossal that a team of 16 horses was needed to pull the wagon upon which it rested from the foundry to the Tower. The transportation took on the character of a parade, with enthusiastic crowds lining the streets as the caravan made its way through London. The bell and tower got nicknamed "Big Ben".;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT3697001OPTA;A proud day for the $COUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95500;The $CAPITAL$ Conference of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95500;The colonial powers of the world have gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95500OPTA;We must civilize all of Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95501;The Scramble for Africa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95501;A conference has been held in $FROMCOUNTRY$, attended by all colonial powers, to discuss the regulation of colonization and trade in Africa. A general agreement has been reached, formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95502;The Age of Colonialism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95502;Word has reached $COUNTRY$ of a great meeting of colonial powers in Europe, wherein it was decided that African nations would be divided up amongst them -- as if our people were little more than children's toys discarded and left waiting to be picked up. This has caused a great deal of concern among those of our people with the knowledge to understand what this means. For others it has brought little more than resentment, as well as vows to fight for our independence when the day comes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95502OPTA;This bodes ill for $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95503;$COUNTRY$ in the Modern Age;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95503;'We have seen the outsiders. They come, with guns and riches we have never seen before. What they also bring is death, and we must always be wary what lies behind their smiles.' \n \n $COUNTRY$ stands on good terms with much of the western world, but our leaders are all too aware how quickly that could change. The Europeans believe we are not civilized, and the tone of our contact with them is slowly changing from friendly interest in trade to a strange paternalism coupled with cultural superiority. For now, $COUNTRY$ survives... but we must watch for the moment when the civilized nations decide our enslavement is the only way we can be 'saved'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT95503OPTA;$COUNTRY$ shall endure.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95504;The $COUNTRY_ADJ$ Jihad;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95504;$COUNTRY_ADJ$ Muslims are calling for the Jihad to continue: all Islamic states of the Sahel, united under one flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95504OPTA;For the glory of Allah!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95505;Imperialism Comes to $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95505;European presence in $COUNTRY$ is felt everywhere. Their traders come to $CAPITAL$ and dictate to our own merchants how trade will commence. They take what they want and pay what they wish. They tell our government what laws we may pass, and even when they do not we must always consider how they will react to what we do. If $COUNTRY$ does not act now, they will turn our nation into a colony under our very noses -- but perhaps that has already happened, and we must resign ourselves to their protection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95505OPTA;We have no choice but to submit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT95505OPTB;Throw the Europeans out!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95506;The $FROMCOUNTRY_ADJ$ Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95506;Our presence in $FROMCOUNTRY$ has reached the point where $COUNTRY_ADJ$ influence is felt in every level of their society. They are a protectorate in all but name, and the time has come for us to determine whether that status should be made official. Shall we agree to make $FROMCOUNTRY$ a protectorate and $COUNTRY_ADJ$ colony, or support their independence as a friendly ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95506OPTA;We will not force ourselves upon $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95506OPTB;Let us establish a protectorate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95507;Nationals Expelled from $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95507;A disturbing report has reached us of $COUNTRY_ADJ$ nationals being expelled from $FROMCOUNTRY$. Indeed, the $FROMCOUNTRY_ADJ$ government has systematically eliminated our influence -- meaning we are in a position where we must either accept the humiliation of being thrown out of an uncivilized country or step in and assert our authority. There are some who say this is a golden opportunity to establish a $FROMCOUNTRY_ADJ$ protectorate, while others say $FROMCOUNTRY$ is simply not worth the trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95507OPTA;How unwise of them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95507OPTB;We will not force ourselves upon $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95508;The Sale of Assab;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95508;A $COUNTRY_ADJ$ shipping company has come into the ownership of the Red Sea port of Assab, sold to them by a local Afar sultan. The port would make for an excellent coaling station, and perhaps even provide a base for $COUNTRY$ to expand our influence in the area. Pushing for more direct control, however, could cause tensions with Assab's owner -- who might feel they have greater right to the port than the sultan.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT95508OPTA;Push for direct control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95508OPTB;We have no interest in Assab.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC95509;The Red Sea port of Assab has been sold to $FROMCOUNTRY$ by the local Afar sultan. They have begun to use the port as a coaling station, and fears within the $COUNTRY_ADJ$ government are that they will use this base to expand their influence within $COUNTRY$.\n\n§RIf any province in Eritrea has more than 4 militancy or if you are sphered by $FROMCOUNTRY$, they will begin conquering Eritrea.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT95509OPTA;Assab belongs to $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95510;Rebellion in Eritrea;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95510;With the Sudan in chaos, the Ethiopians have taken advantage of the situation to regain control over the coast lands. Though we may yet regain control over the Sudan, we should consider whether the Eritreans must be punished for this trespass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT95510OPTA;This cannot be allowed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95510OPTB;Let it go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95511;Colonial Ambition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95511;We must take our place among the colonial powers of Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95511OPTA;We must act at once!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95514;The $FROMCOUNTRY$ Imperialists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95514;They are coming!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT95514OPTA;Oh no!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98655;Hungarians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98655;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures even if it means giving up some of their traditional claims to those lands. We may now proceed to propose the union to other local governments with full confidence that both our governments are behind it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98655OPTA;Excellent news!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98656;The Hungarian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98656;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Hungarian people. Sadly, this appears to be as far as their government will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98656OPTA;Then we end it here. This is not an option.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98656OPTB;We agree. Hungary will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98656OPTC;We will ignore their counter-proposal. The federation shall proceed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98657;The Hungarians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98657;After much discussion and deliberation, the Hungarians have outright refused the proposed federation. They do not wish to lose their equal standing with the Austrian government, and see no benefit in surrendering claims to their traditional territories. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Hungarian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98657OPTA;Then we end it here. The federation will not come to be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98657OPTB;No matter. The federation shall proceed regardless.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98666OPTA;We agree. Transylvania will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98671OPTA;We agree. Croatia will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98676OPTA;We agree. Slovenia will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98681OPTA;We agree. Slovakia will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98686OPTA;We agree. Galicia-Lodomeria will be a vassal state of the new federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98660;Czechs Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98660;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98661;The Czech Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98661;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Czech people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98662;The Czechs Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98662;After much discussion and deliberation, the Czechs have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Czech people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98665;Romanians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98665;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98666;The Romanian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98666;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Romanian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98667;The Romanians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98667;After much discussion and deliberation, the Romanians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Romanian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98670;Croatians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98670;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98671;The Croatian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98671;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Croatian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98672;The Croatians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98672;After much discussion and deliberation, the Croatians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Croatian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98675;Slovenes Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98675;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98676;The Slovene Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98676;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovene people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98677;The Slovenes Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98677;After much discussion and deliberation, the Slovenes have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovene people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98680;Slovakians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98680;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98681;The Slovakian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98681;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovakian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98682;The Slovakians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98682;After much discussion and deliberation, the Slovakians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovakian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98685;Polish Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98685;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98686;The Polish Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98686;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Polish people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98687;The Polish Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98687;After much discussion and deliberation, the Polish have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Polish people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98690;Czechs Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98690;Czech citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98690OPTA;We welcome our Czech brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98691;Romanians Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98691;Romanian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98691OPTA;We welcome our Romanian brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98692;Croatians Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98692;Croatian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98692OPTA;We welcome our Croatian brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98693;Slovenes Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98693;Slovene citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98693OPTA;We welcome our Slovene brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98694;Slovakians Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98694;Slovakian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98694OPTA;We welcome our Slovakian brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98695;Poles Celebrate the New Federation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98695;Polish citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98695OPTA;We welcome our Polish brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98700;The New Hungarian State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98700;Citizens gathered in the Hungarian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98700OPTA;We shall march into the future together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98701;The New Bohemian State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98701;Citizens gathered in the Bohemian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98702;The New Transylvanian State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98702;Citizens gathered in the Transylvanian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98703;The New Croatian State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98703;Citizens gathered in the Croatian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98704;The New Slovene State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98704;Citizens gathered in the Slovene capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98705;The New Slovakian State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98705;Citizens gathered in the Slovakian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98706;The New Polish State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC98706;Citizens gathered in the Galician-Lodomerian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98710;The Hungarian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98710;Resentment has been brewing among Hungarians ever since the federation's formation. Their leaders have been loudly proclaiming that they gave no approval for this violation of their constitutional rights, and that German officials proceeded regardless of Hungarian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT98710OPTA;This must be kept under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98711;The Czech Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98711;Resentment has been brewing among the Czechs ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Czech concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98712;The Romanian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98712;Resentment has been brewing among the Romanians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Romanian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98713;The Croatian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98713;Resentment has been brewing among the Croatians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Croatian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98714;The Slovene Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98714;Resentment has been brewing among the Slovenes ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovene concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98715;The Slovakian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98715;Resentment has been brewing among the Slovakians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovakian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98716;The Polish Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98716;Resentment has been brewing among the Polish ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Polish concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98720;End of the Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98720;With the loss of Hungary, the entire basis for the Danubian Federation has begun to crumble. The other ethnic groups are questioning the dominance that the German majority will exert without the Hungarians to counter-balance them, and increasingly there are demands for the federation to be undone. Some Germans are fine with this, preferring to return to the Austria that was, but many of them say that these other groups should not be permitted to break away. They say the Austrian Empire should be restored -- by force, if need be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT98720OPTA;We shall become Austria once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98720OPTB;Never! The Federation lives on!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98721;With the Danubian government having become a totalitarian regime, resentment among the various ethnic groups has reached a boiling point. They are demanding their independence, something which would see an end to the federation as it currently exists. The German majority is fine with this, though some are also suggesting the temerity of these rebels is beyond the pale and the federation should be maintained -- by force, if need be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98722;Independence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC98722;With the breakup of the Danubian Federation, we have gained our independence at last -- but we must fight to keep it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98722OPTA;Let the war begin!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC98723;With the breakup of $FROMCOUNTRY$, we have gained our independence at last.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98723OPTA;It's about time!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98724;The Danubian Civil War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC98724;The federation teeters on the verge of extinction, and now we must determine whether we stand by it or fight to at last elicit our independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98724OPTA;The time has come to fight!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT98724OPTB;We will remain with the federation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME199034;Grain Farms in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199034;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several new grain farms. Local officials are suggesting that the $COUNTRY_ADJ$ support the farms and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199034OPTA;We will encourage the grain farms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199034OPTB;No -- $PROVINCENAME$'s current production is too valuable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199022OPTA;They should get to work immediately.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199033OPTA;We will encourage the ranches.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199032OPTA;We will encourage the lumberjacks.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT199030OPTA;We will encourage the fisheries.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199005;Prospector Strikes Coal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199005;We have reports from $PROVINCENAME$ that a new vein of coal has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199006;Prospector Strikes Copper!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199006;We have reports from $PROVINCENAME$ that a new vein of copper has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199007;Prospector Strikes Iron!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199007;We have reports from $PROVINCENAME$ that a new vein of iron has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199008;Prospector Strikes Lead!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199008;We have reports from $PROVINCENAME$ that a new vein of lead has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199009;Prospector Strikes Sulphur!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199009;We have reports from $PROVINCENAME$ that a new vein of sulphur has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199015;Cash Crops;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199015;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case cotton, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting cotton production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199016;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case tea, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tea production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199017;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case spices, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting spice production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199018;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case sheep and wool, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting wool production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199019;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case fruit, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting fruit production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199020;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case tobacco, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tobacco production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199021;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case coffee, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting coffee production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199022;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case silk, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting silk production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199023;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case sugar, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting sugar production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME199030;Fisheries in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199030;Unemployment among workers in $PROVINCENAME$ is high, and many have begun turning to the sea to eke out a living. Local officials are suggesting that the $COUNTRY_ADJ$ support them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199031;Lumber yards in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199031;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several lumber yards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumber yards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199032;Tropical Lumber yards in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199032;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several tropical lumber yards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumber yards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199033;Ranches in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199033;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several cattle ranches. Local officials are suggesting that the $COUNTRY_ADJ$ support the ranches and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800060OPTA;Spread the word!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800060OPTB;It's too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800064OPTA;We shall see if this leads to anything.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800065OPTA;There will be consequences!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800065OPTB;We protest this outrage!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800065OPTC;It's only propaganda.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800012;Intervention in $FROMCOUNTRY$?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800012;We have been secretly approached by certain members within the $FROMCOUNTRY_ADJ$ government, suggesting that $COUNTRY_ADJ$ intervention to free them from foreign control might be in both our interests. $FROMCOUNTRY$ would be free to seek its own destiny, while $COUNTRY$ would gain an ally. The catch, of course, is that the attempt could look like interference to the rest of the world... and earn us the enmity of $FROMCOUNTRY$'s rulers in particular. If we make the attempt, we should learn of the results within a week at the most.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME800013;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800013;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800014;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800014;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800015;$FROMCOUNTRY$ Refuses to Intervene;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800015;The answer from $FROMCOUNTRY$ is clear: they won't intervene in our internal affairs. We are on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800016;Intervention Failed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800016;$FROMCOUNTRY$ attempted to intervene, but the resulting orgy of violence in $CAPITAL$ has failed to drive out the influence of our overlord. Worse, it has resulted in $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ being greatly damaged, as many see them as instigators rather than would-be liberators.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800017;Free At Great Cost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800017;$FROMCOUNTRY$ has supported the could d'etat in $CAPITAL$, but with the change came an orgy of violence that has seen $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ damaged along with that of our overlord. Many people in $COUNTRY$ are left with hard feelings, and see $FROMCOUNTRY$ as an instigator rather than a liberator. What will come next depends entirely on whether reprisals will come our way.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800018;Free At Last!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800018;Foreign intervention has succeeded in freeing our government from foreign rule. After an orgy of violence in $CAPITAL$, citizens are celebrating in the streets. $COUNTRY$ has a new destiny as a truly independent nation... provided no reprisals come out way, of course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800021;Attempted Coup in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800021;A foreign power attempted to use their influence in $FROMCOUNTRY$ to take advantage of the unrest there and free them from our control. Their efforts have come to naught, and their agents have been arrested and many of the $FROMCOUNTRY_ADJ$ malcontents exposed and imprisoned. The question remains, however, as to what we will do in response to this outrage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800022;Attempt Thwarted;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800022;Our attempt to interfere in $FROMCOUNTRY$'s government was thwarted. We have lost influence there, and angered their overlord. This may lead to war, but we will have to wait and see what develops.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800023;$FROMCOUNTRY$ Freed At Great Cost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800023;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, but at the cost of a great deal of our influence there. The $FROMCOUNTRY_ADJ$ government is angry, and it's possible their overlords may attempt to retaliate either against them or against us. We will have to wait and see what develops of this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800024;$FROMCOUNTRY$ is Free!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800024;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, and they are now an independent country as well as a useful ally. It's possible their overlords may attempt to retaliate either against them or against us. We shall have to wait and see what develops.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT800012OPTA;We shall make the attempt.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800012OPTB;No, it is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800013OPTA;There will be hell to pay!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800013OPTB;Punish the meddler only.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800013OPTC;We must salvage our relationship with $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800015OPTA;Too bad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800016OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800018OPTA;Hurrah!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800021OPTA;Punish the meddler!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800021OPTB;Let it pass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800022OPTA;Oops!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800023OPTA;Whew!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT800024OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96135;We Cannot Abide This;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96135;We cannot abide a nation with no respect for civilization.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96135OPTA;They must be stopped!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96140;Join the War Effort?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96140;Shall we join the war against the pariah?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96140OPTA;We must do our part.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96145;Our Enemy is Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96145;We may now lay down our arms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96145OPTA;It's about time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96146;The War is Over;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96146;We are no longer a member of the international coalition.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96146OPTA;We're glad that's over!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60080;Voting Rights Rescinded;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60080OPTA;Long Live the President!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60090OPTA;Long Live the Bourgeois!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60100OPTA;The Workers have prevailed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60110OPTA;The $COUNTRY_ADJ$ Destiny!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60160OPTA;Hurrah for $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60110;Voting Rights Rescinded;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60010;Military Coup d'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60010OPTA;This is only temporary until the crisis passes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60020;Anarcho-Liberals Seize Power;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60030;Fascist Coup D'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT60030OPTA;Our destiny awaits.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME60000;Communists Seize Power;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98651;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98651;The $FROMCOUNTRY_ADJ$ ambassador has delivered a message: $FROMCOUNTRY$ will not join $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98651OPTA;Then we shall claim them by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98651OPTB;We have no plans to integrate $FROMCOUNTRY$ forcibly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98650;$FROMCOUNTRY_ADJ$ Unification!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98650;The call from $FROMCOUNTRY$ has come to $COUNTRY$, asking us to unify with their nation into a greater state -- one which will forge a greater power in a new world order. There are those $COUNTRY_ADJ$ citizens who fear losing our identity in such a union, but many welcome the nation and rightly state that $FROMCOUNTRY$'s influence in $COUNTRY$ is already great. If we deny the union, the $FROMCOUNTRY_ADJ$ government may decide to enforce their claim on us whether we like it or not.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT98650OPTA;We will accept the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98650OPTB;We have no interest in becoming part of $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME11122;The Slavic Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11122;The time for $COUNTRY$ has come to join Yugoslavia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME11120;Slavic Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11120;The call has come to $COUNTRY$ to unite with Yugoslavia, a union of Slavic countries interested in protecting the Balkans from the encroachment of other European powers. Whether a union of cultures which have before now often been at war, and indeed still have considerable enmity for each other, will be difficult to say.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT11120OPTA;We will answer the call!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT11120OPTB;We will remain independent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME11121;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11121;Representatives from $FROMCOUNTRY$ have informed us that they have no interest in joining Yugoslavia.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT11121OPTA;We will accept their decision.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT11121OPTB;Willingly or not, they will join.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME11115;The Greater Slavic Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11115;Many within $COUNTRY$ have always considered it a dream to form a greater union of the Slavic peoples, one spanning all of the Balkans and uniting them under a common flag. Such a nation would be far better suited at resisting the encroachment of foreign powers into the region. Now seems like the perfect opportunity for $COUNTRY$ to form such a union. Do we proceed with the creation of Yugoslavia, or let the dream die here?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT11115OPTA;We will attempt to form the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT11115OPTB;We have no interest in this at present. Another time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT11115OPTC;Never bring this up again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME11110;A North German Union?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11110;An open discussion amongst liberals in $COUNTRY$ has been occurring regarding the formation of a confederation of North German states. Conditions have never been right for it in the past, but many believe such a union is needed if the Germans are ever to have true security and take their place among the powers of the world. A $COUNTRY_ADJ$-led movement to create such a confederation might go over well with our neighbors, if we made the attempt to create it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT11110OPTA;Attempt to form the North German Confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT11110OPTB;We have no interest in this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME11105;$FROMCOUNTRY$ has United!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC11105;We are finally a united people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT11105OPTA;No need for those cores!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME11104;Revolution in $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11104;A pro-$UNION_ADJ$ revolution has taken hold in $FROMCOUNTRY$. Its liberal leaders believe that $COUNTRY$ is the nation best-suited to unite all of $CULTURE_GROUP_UNION$, and thus have sworn to support us until the union is ready to occur.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT11104OPTA;We welcome their fealty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT11104OPTB;We do not wish to risk trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME11106;The $FROMCOUNTRY_ADJ$ Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11106;$MONARCHTITLE$, the $FROMCOUNTRY_ADJ$ ambassador has presented us with news from the recent parliament of German revolutionaries. $FROMCOUNTRY$ has agreed to assemble a federation of German states, with the goal of eventually forming a greater Germany. If we do not agree,it is possible that $FROMCOUNTRY$ will attempt to take our lands by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880130;Reactionary Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880130;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ reactionary party. Aristocrats have allegedly been receiving payments and other illegal benefits for supporting the cause, while the party leader is shown to have made a fortune with sensitive national information. This has been declared beyond the pale even by reactionary supporters and has caused a huge uproar within $COUNTRY$, severely damaging the reactionary cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880140;Conservative Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880140;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ conservative party. Party leaders were allegedly paid secretly by local land owners to tweak laws in their favor, governmental positions given to favourites, goods stolen from government warehouses - the list goes on and on. This has been declared beyond the pale even by conservative supporters and has caused a huge uproar within $COUNTRY$, severely damaging the conservative cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880150;Liberal Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880150;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ liberal party. Popular candidates have allegedly been involved in smuggling of illicit goods, used questionable tactics to buy votes and speculated on investments with government funds. This has been declared beyond the pale even by liberal supporters and has caused a huge uproar within $COUNTRY$, severely damaging the liberal cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880160;Anarcho-Liberal Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880160;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ anarcho-liberal party. Several wealthy businessmen evaded taxes with the help of party members, who in return received kickbacks and a great deal of illegal funding for the party. This has been declared beyond the pale even by anarcho-liberal supporters and has caused a huge uproar within $COUNTRY$, severely damaging the anarcho-liberal cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880170;Socialist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880170;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ socialist party. Illegal union activity, blackmail of important citizens, mistreatment of servants - the facts speak for themselves. This has been declared beyond the pale even by socialist supporters and has caused a huge uproar within $COUNTRY$, severely hurting the socialist cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880180;Communist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880180;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ communist party. While preaching water for the masses, important communist party officials appear to drink wine. Police has secured several party coffers filled with dirty money from illegal activities, stolen art and counterfeit documents. This has been declared beyond the pale even by communist supporters, severely hurting the communist cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880190;Fascist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880190;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ fascist party. A militant group associated with the fascists was revealed to have murdered several socialist politicians, tortured priests and attempted to burn the mansion of a wealthy minority leader. This has been declared beyond the pale even by fascist supporters and has caused a huge uproar within $COUNTRY$, severely damaging the fascist cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880200;Grave Consequences;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880200;As more and more evidence against the ruling party has come to light, the $COUNTRY_ADJ$ government has declared it has no choice but to resign and call an election. The decision was made after several weeks of heated debate, and it is already well-known that certain members of the government -- those most sorely hit by the scandal -- have been repudiated by the ruling party and will not be seeking re-election. How this will affect the government's chances is so far unknown.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME880210;New Evidence Worsens Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880210;Investigation of the current party scandal by the $COUNTRY_ADJ$ press has brought to light a number of interesting facts. It seems that abuse of power and influence goes well beyond what was initially revealed. Only the surface of this affair has been touched so far, and God only knows what might turn up within the next few weeks. No-one in $COUNTRY$ appears to be discussing anything else at the moment, and already there are calls in the press for the $COUNTRY_ADJ$ government to step down.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME999000;National Debate: Trade Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999000;The intensive election campaign has reached the boiling point in $COUNTRY$, where a fierce trade policy debate pits the friends of free trade against the pals of protectionism in a rough rumble-and-tumble to determine the future of our nation's traders. Free-traders argue that goods must be allowed to freely cross all borders, while protectionists argue that our nation's fragile industries need protection from dangerous foreign competition threatening to undo them. Which path will $COUNTRY$ tread, as it decides on: Free trade, or Protectionism?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999000;Our trade must be protected from destructive foreign competition!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999000;Let the debate take its own course, and let the chips fall where they may!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999000;Freedom of trade shall not perish from this Earth!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999001;National Debate: Economic Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999001;The debate had been going on for several hours, when a candidate stepped forward and presented arguments for their cause which silenced all opponents.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999001;Decisive arguments for Laissez Faire.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999001;Decisive arguments for Interventionism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999001;Decisive arguments for State Capitalism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999001;Decisive arguments for Planned Economy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999002;National Debate: Religious Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999002;'The morality and virtue of our people have started to decline!' This statement caused much stir among the debaters of toleration and religious plurality. They have started to question the country's view on religion.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999002;There are no Gods!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999002;Religion is not a political issue!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999002;Let the people have their faith.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999002;There is one faith and one faith only!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999003;National Debate: Citizenship Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999003;Two debaters are arguing heatedly about their views. The rest of the hall sits dumbfounded when words like aliens, minorities, ethnic and cultural groups are thrown between the two. One wish that immigrants should adapt to the dominant culture while the other believes that they should retain their cultural heritage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999003;Give them residency.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999003;We need to limit their citizenship.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999003;Let them have full citizenship.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999004;National Debate: War Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999004;Patriots and pacifists are fighting in the town house, using words to hurt and kill their enemies. A long since dead and buried dispute between $COUNTRY$ and its neighbour has once again shown its ugly head. Patriots wish to invade the country while pacifists believe that there are other ways to resolve the dispute.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999004;We are patriots and we are going to fight for our country!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999004;Violence can be used, but in this situation it would be meaningless.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999004;War between countries is never good.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999004;This can be solved without violence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999010;The Political Campaign Of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999010;The $COUNTRY_ADJ$ political parties have begun a nationwide election campaign. So far, the effects have been quite limited, but in the end, one party will gain the upper hand. Advisors state that we could try to influence the outcome ourselves.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTA999010;Support the Conservative parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999010;Support the Reactionary parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999010;Support the Liberal parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999010;Let the campaigns take their course and do not intervene.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTE999011;Support the Anarcho-Liberal parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTF999012;Support the Socialist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTG999014;Support the Communist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTH999015;Support the Fascist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999020;Calm Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999020;The remaining election campaign of $YEAR$ has been unusually quiet. The political parties have had no pressing issues which have gripped the country's attention, and the election seems to be passing without any national debates or events.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999020;There shall be peace and quite in our time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999021;Violent Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999021;The election campaign of $YEAR$ has been unusually violent. Only a few days after the campaign had begun, the first incidents started. Strikes occurred in several large factories, with incidents of street fighting in most major cities. Paramilitary groups have threatened voters of opposing ideologies, while radicals have staged attacks on political enemies. The $COUNTRY_ADJ$ police are tirelessly to get the situation under control, but it looks as if $COUNTRY$ is in for a contentious election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999021;Outrageous!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999022;Riots!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999022;The tensions from the current election campaign have escalated, with disorder spreading fast in $CAPITAL$ and spreading elsewhere. Advisors are recommending that the military be brought into the capital to restore order, though doing so will only contain the violence at best.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999022;Send in the army. Order must be restored.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999022;Let the riots play their course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999030;Surge Of Socialism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999030;It looks like the socialists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999030;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999031;Surge Of Communism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999031;It looks like the communists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999031;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999032;Surge Of Fascism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999032;It looks like the fascists have a talent in the current election to find the right words when and where they are needed: All over$COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999032;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999033;Surge Of Liberalism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999033;It looks like the liberals have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999034;The Anarcho-Liberals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999034;It looks like the anarcho liberals, a group of radicals who have taken the liberal ideals to their extreme, have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME999035;The Social Liberals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999035;A new breed of $COUNTRY_ADJ$ liberals has become very active in the current election -- educated liberals who believe equally in both social and political reform. They have been actively campaigning for people to support both, and have been attracting a lot of attention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME999036;Reactionary Surge;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999036;There are a large number of people, particularly among the ruling elite of $COUNTRY$, who believe that liberal attitudes have been responsible for all of the country's ills. They advocate controls on immigration and a repeal of voting rights. They also appear to have charismatic speakers, for they seem to be gathering a lot of attention in the current election.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999037;Surge of Conservatism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999037;It looks like the conservatives have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999040;National Debate: Voting Rights;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999040;'Why should only the rich be allowed to vote? We also pay taxes, so why shouldn't we have something to say in politics?' \n\nThe industrial revolution has empowered the middle class. More and more businessmen are making more and more money. It seems only natural that they demand voting rights.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999040;They are right - support their reform.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999040;Voting rights for the middle class? Nay!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999040;A reform is long past due - issue a new voting right.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999041;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999041;'...and mind you, we even pay way higher taxes then they do! Still, their votes are worth more than ours - I ask you: is that really fair?' While being allowed to vote, the middle class feels diminished by the current weighted voting rights, and the subject has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999041;Sounds like a good idea, I guess.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999041;Stop these ungrateful wretches!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999041;We shall do this right away!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999042;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999042;'Why is everyone trying to keep us out of politics? Because we are uneducated? They call us minors, but that is a lie! Our sweet and toil has brought the nation forward! We have waited long enough - now we demand our just due!' \n \n The subject of voting rights for the poor has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999042;Better late then never.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999042;Better never than ever.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999042;Better now than later.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999043;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999043;'We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the Pursuit of Happiness. That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed' \n - Thomas Jefferson;;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTOPTA999043;A rightful initiative.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999043;Enough is enough! Stop that nonsense!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999043;Equal votes for equal chances - NOW!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999044;Right In The Face;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999044;'They have beaten me, again and again. Why? Because I am a proud citizen who will speak the truth! I don't believe that the ruling party will save us. And my weapon is logic, but theirs is the stick.'\n\nThe issue of political party harassment has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999044;This has to stop!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999044;There is no need to change the system.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999045;Election Fraud!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999045;'Why are they allowed to change the rules during an election? Drawing random borders to scatter those who won't vote for them is not fair. It is fraud, I tell you! They divided our district between four others, because they knew how we would vote. FRAUD! That's what it is, I tell you!'\n\nThe issue of voter district gerrymandering has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTA999045;You are right, we have to do something.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999045;Want me to play the world's smallest violin?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999046;Request For Privacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999046;'Why does everyone stare at me when I make my vote? Do they really need to know? It is not like I am committing a crime or something, I simply want to vote in peace. Without having half of the polling station looking at me, that is.';;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999046;I guess some privacy would be in order.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999046;What's next? Blindfolds?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999049;National Debate: Unemployment;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999049;The election is almost over, but liberals and socialists are still arguing about the current state of affairs. Unemployment is a problem, but both sides have decisive arguments for what they think has to be done.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999049;The liberals are right!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999049;The socialists are right!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999049;Do not get involved in the debate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999050;Unemployment Issues;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999050;Unemployment is still an important issue in $COUNTRY$, but all our recent attempts to crate new jobs have failed. During the election of $YEAR$, communists and fascists argued that their dogma is the only one that will give work to the people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999050;Communism is our only hope!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999050;Fascism is our only hope!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999050;Social reform can be achieved without radicalism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999049;Do not get involved in the debate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999055;The Child Labor Issue;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999055;A recent mine accident that led to the deaths of five children, all labourers working under the $COUNTRY_ADJ$ child labor laws, has led to a national debate over the issue. Children wearing protest signs have shown up at political debates, causing quite a stir and raising the question over whether the government should consider reform.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999056;The Rights of Minorities;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999056;A demonstration by minorities in $CAPITAL$, denouncing the fact that 'universal suffrage' in $COUNTRY$ does not include them, has drawn attention throughout the country and sparked debates over whether minorities should be given the right to vote. Reactionaries are incensed at the idea, claiming that only 'true' $COUNTRY_ADJ$ citizens should decide its government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999057;The Immigration Issue;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999057;Immigration has long been a thorny issue in $COUNTRY$, with many citizens maintaining the opinion that allowing too many foreigners into the country leads to chaos and unemployment. $COUNTRY$ should be for the $COUNTRY_ADJ$ people, and no others. Despite this, the plight of immigrants who are longing to be reunited with family currently located elsewhere has received a great deal of attention in the current election. There have been demonstrations by liberals in $CAPITAL$ calling for immigration reform.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999060;War Dominates the Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999060;So far the war has dominated talk in the election, with a number of jingoistic politicians rousing the people with fiery speeches. 'We must protect $COUNTRY$!', they cry. '$COUNTRY$ must be mighty!' It seems they are being listened to, as so far they have enjoyed success throughout the country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999061;Talk of War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999061;While $COUNTRY$ is not currently at war, there are those who think it should be. 'They are ripe for the picking, and $COUNTRY$ must strike now! While we are strong!' They are referring to one of our hated neighbors, who some jingoists feel should be a target for expansion. Permitting such talk will make us look aggressive to the international community, however, though it may also be an opportunity of which to take advantage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME999065;The Slavery Debate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999065;A recent incident involving the death of several slaves at the hands of their owner has gained national attention in the $COUNTRY_ADJ$ election, with both sides pouncing on the debate. Abolitionists say that this is but one more example of slavery being responsible for the inhumane treatment of one's fellow man. Proponents claim this is a matter for the courts to resolve, and accuse the Abolitionists of stirring up an isolated incident.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT880130OPTA;Outrageous!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT880200OPTA;A bad way to start an election.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT880210OPTA;Things do not bode well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800066OPTA;This is for the best.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800066OPTB;This is unnecessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800067OPTA;We accept $FROMCOUNTRY$'s proposal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800067OPTB;We are not interested.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800075OPTA;Call for the summit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800076OPTA;We are eager to attend the summit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800076OPTB;We will go, but we promise nothing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800076OPTC;We're not interested right now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800077OPTA;Wonderful news!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800078OPTA;Maybe next time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800080OPTA;An insult?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800084OPTA;This was not our intent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800084OPTB;They have only themselves to blame.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800088OPTA;Not good enough!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800088OPTB;That will have to do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800089OPTA;They will learn their error.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800089OPTB;We will not be provoked.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800090OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800091OPTA;Good.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800092OPTA;Let them come!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800093OPTA;Too bad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800094OPTA;This could be trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800094OPTB;Try to make amends.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT800098OPTA;It's unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31510;A Greater Austrian Destiny?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31510;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who say Austria's unquestioned dominance obligates it to unite Greater Germany under a single flag. Still others say that, no, Austria already has its own name and empire, one that stretches over many cultures who would never welcome becoming more dominated by the Germans... not to mention that a Greater Germany would alarm the powers of Europe to such a degree it would almost surely herald a war. Thus the question arises: what shall our path be?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31511;Limited Autonomy for $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31511;We have been granted limited self-government by $FROMCOUNTRY$, in the interest of gaining our acquiescence to their formation of a Greater Germany. There are those within $COUNTRY$ who object, saying that being a German vassal is no better than what we enjoyed previously. But it is something.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31515;The Greater Germany Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31515;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering that non-German cultures within Austria would never accept dominance by such a union, and that it would alarm European powers to an unprecedented degree, we have to wonder where our path should now lie?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31516;$FROMCOUNTRY$ Petitions to Join Germany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31516;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. They do so with the full intent of incorporating not only their German-speaking territories, but also any lands they own belonging to other cultures. While such a Greater Germany would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would almost certainly object to such a union, not to mention the fact that the non-Germany cultures would likely rebel against our dominance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31518;$FROMCOUNTRY$ Refuses German Unity!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31518;There has been much talk in $CAPITAL$ in recent days of possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk was finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. There are those within the $COUNTRY_ADJ$ government, however, who believe this is unacceptable. While it would undoubtedly destroy our relationship with $FROMCOUNTRY$ and upset the powers of Europe, laying a claim to the German-speaking parts of $FROMCOUNTRY$ is a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC31519;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. Their only stipulation on the union is that their non-German states be incorporated as self-governing regions, no doubt to minimize the objection of European powers -- though there are those who believe the European powers will be unhappy with such an arrangement even so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31521;The Dissolution of $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31521;Austria is no more. With Vienna gone and what remains of the Empire a disarray of governments unwilling to maintain their cohesion without an Austrian government to hold it together, the nation has split apart at the seams. Whole portions of the Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC31530;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering such a union could alarm the powers of Europe to a great degree, we have to wonder where our path should now lie?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC31531;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. While such a nation would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would likely object to such a union. Is Greater Germany worth the possibility of war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31510OPTA;We will give up nothing to form Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31510OPTB;Give limited autonomy to our non-German states.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31510OPTC;Give independence to our non-German states.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31510OPTD;$COUNTRY$ has no interest in becoming Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31511OPTA;Excellent!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31512;Independence From $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31512;We have been granted full independence by $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31515OPTA;We will join Greater Germany, no matter what.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31515OPTB;We shall give our non-German states independence before joining Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31515OPTC;Our path does not lie with Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31516OPTA;Greater Germany, all of it, is our destiny.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31516OPTB;$FROMCOUNTRY$'s non-German states will first have independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31516OPTC;Such a union is too risky. We refuse their offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31517;We have been granted independence from $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31518OPTA;Greater Germany is our destiny.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31518OPTB;We will accept the $FROMCOUNTRY_ADJ$ decision.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31519OPTA;We agree to $FROMCOUNTRY_ADJ$'s conditions for joining Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31519OPTB;We refuse their offer.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31520;Unification with Germany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31520;$FROMCOUNTRY$ has accepted our proposal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31521OPTA;Oh no!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31522;The Breakup of $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31522;With the dissolution of Austria, a number of our territories have declared their intent to return to $COUNTRY_ADJ$ rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31522OPTA;We welcome their return.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31523;With the dissolution of Austria, we have finally been released from their rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31523OPTA;It's about time!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC31526;We have gained our independence at last.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31530OPTA;We will petition to join Germany.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT31531OPTA;Such a union is too risky.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800098;$COUNTRY_ADJ$ Citizens Attacked in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800098;Several of our country's citizens have been attacked in the capital of $FROMCOUNTRY$, an incident spurred on by the severe differences between our country's ideology and theirs. The $FROMCOUNTRY_ADJ$ has been extremely reluctant to admit any involvement in the affair, and our relations have been hurt as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2560;The Buffer State;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC2560;This so-called 'buffer state' will not stop us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT2560OPTA;Enough is enough.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2600;$STATENAME$ Integration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2600;$COUNTRY$ has maintained control over $STATENAME$ for us to consider the possibility of integrating it into $COUNTRY$ as a whole. There are $COUNTRY_ADJ$ flags waving in $PROVINCENAME$, flown by $COUNTRY_ADJ$ citizens, so it does not seem so far-fetched an idea that $STATENAME$ be eventually considered $COUNTRY_ADJ$ territory by the world at large.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2605;$PROVINCENAME$ Integrated into $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2605;$COUNTRY$ has controlled $PROVINCENAME$ for a long time -- long enough for those within $PROVINCENAME$ to truly consider themselves $COUNTRY_ADJ$ citizens, and for the rest of the world to consider the $COUNTRY_ADJ$ claim to the province to be legitimate as well. Though there are still some unhappy with the development, $PROVINCENAME$ is now considered an integral part of $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2610;$STATENAME$ Assimilation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2610;$STATENAME$ is considered $COUNTRY_ADJ$ territory -- that is only in dispute by those neighbors who still have recognized claims on the area, and who maintain that many within $STATENAME$ consider themselves citizens of their country and not ours. The first step in rendering their claim invalid would be to enact a policy that encourages the assimilation of all people within $STATENAME$... they should be $COUNTRY_ADJ$ citizens, and hold no other nationality above ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2611;Assimilation Policies Rescinded;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2611;With the new government in power and its more liberal views on minorities within $COUNTRY$, the policies of assimilation that attempted to stamp out minorities of other nationalities have all been rescinded. There are those within the $COUNTRY_ADJ$ military who warn that this is a dangerous idea, and that allowing these foreign identities to perpetuate will only lead to further conflict with our neighbors -- but, for now, their voices have been ignored.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2615;Flags Burned in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2615;A demonstration in $PROVINCENAME$ turned violent as minorities held up $COUNTRY_ADJ$ flags and burned them -- a demonstration of their rejection of our attempts to assimilate them into $COUNTRY$. Authorities broke up the demonstration, but there continues to be a growing discontent in the area. The turmoil has even spread to other citizens, who have begun calling on the $COUNTRY_ADJ$ government to end its assimilation policies and let the minority groups be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2616;Incident in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2616;The recent arrest of a foreign national in $PROVINCENAME$ has led to a diplomatic incident. Many of the minorities within $PROVINCENAME$ claim that the man was arrested solely because he opposed the $COUNTRY_ADJ$ assimilation policies, and was trying to spread word of a peaceful resistance. The $COUNTRY_ADJ$ authorities say the man's interest was not peaceful in the least, and they suspect he in fact works for one of our neighbors with a claim on $PROVINCENAME$. Whatever the truth, the reaction has not been peaceful in the least -- riots are expected, and authorities say to be wary of rebellion in the area.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2620;Flags Flying in $PROVINCENAME$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2620;A parade has recently taken place in $PROVINCENAME$, with the $COUNTRY_ADJ$ flag flying high -- and being held by people who, until very recently, likely wouldn't have considered themselves $COUNTRY_ADJ$ citizens at all. $PROVINCENAME$ is still claimed by another country, but the acceptance of $PROVINCENAME$'s people is going a long way towards making elimination of that an inevitable fact.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2625;$PROVINCENAME$ Assimilated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2625;The $COUNTRY_ADJ$ flag is the only one that can now be found flying in the streets of $PROVINCENAME$. At long last, it can be considered $COUNTRY_ADJ$ and only $COUNTRY_ADJ$ territory. Even those who are members of other cultures no longer consider themselves truly part of our neighbors -- much as those neighbors might be unhappy with the situation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2626;Claims in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2626;$FROMCOUNTRY$ continues to hold some of our lands, lands which until today have always been considered part of $COUNTRY_ADJ$ national territory. A $FROMCOUNTRY_ADJ$ program of assimilation has succeeded, however, in weaning our own people away from any feeling as if this true. They no longer consider themselves $COUNTRY_ADJ$, and indeed the international community appears to agree with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2650;$FROMCOUNTRY_ADJ$ Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2650;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to them -- and only the ones that belong to them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2651;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2651;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to another nation -- but only those lands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2660;Our Lands Returned;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2660;As a result of the treaty with $FROMCOUNTRY$, some of $COUNTRY$'s lands are to be returned. We are, however, only entitled to those lands over which we have a claim. Any others should, by all rights, be returned to $FROMCOUNTRY$. \n \n §RNOTE: If you took $FROMCOUNTRY_ADJ$ core provinces which are not also your own core provinces in this war, enacting the 'return' option will give those lands back. Be careful!§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVT2600OPTA;We should begin integrating $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2600OPTB;Let $STATENAME$ remain separate, for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME2601;Integration Cancelled in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2601;There is no longer a need to justify a claim in $STATENAME$, since it already exists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2601OPTA;So be it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2605OPTA;Long live $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2610OPTA;Begin assimilating $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2610OPTB;This will only cause more conflict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2611OPTA;So be it!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME2612;Assimilation Cancelled in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2612;There is no longer a need for the assimilation policies currently underway in $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2612OPTA;It was worth the effort.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2615OPTA;The assimilation must continue!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2615OPTB;Abandon assimilation in $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2616OPTA;Unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2620OPTA;Well done, $PROVINCENAME$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2626OPTA;There is nothing we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2626OPTB;We will not stand for this!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2650OPTA;Damn.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98900;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger South African colonial administration.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC98905;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger colonial administration of Rupert's Land.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT2660OPTA;Only keep territories with our cores. Return the rest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT2660OPTB;We will keep everything we've gained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT98800OPTA;An excellent development!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98300;War-Time Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98300;As the $COUNTRY_ADJ$ election begins, the people are all too keenly aware that the nation exists in a state of war. Debates in $CAPITAL$ rage over the state of the war, though the overwhelming feeling is that now more than ever citizens should be supporting the $COUNTRY_ADJ$ government. Still, there are some who believe that now is the perfect time for change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98301;Violent Elections;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98301;As the $COUNTRY_ADJ$ election begins, there is a general sense that things are not going to proceed smoothly. A sense of change is in the air, and while not everyone wants that change it seems there are many who have leapt upon the election as a chance to make it happen. A recent riot in $CAPITAL$ was only barely kept under control, and debates elsewhere in $COUNTRY$ are threatening to erupt into further violence as neither side is willing to budge.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98302;Anger Against the Government;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98302;$COUNTRY$ has its share of problems -- and as the current election gets underway, there is a sense among many that the current government is to blame. Justified or not, that anger has instilled a sense that a regime change may be in the offing. Those who previously had never considered voting for any other party than the one in power are now considering doing just that.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98303;Contentious Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98303;As the $COUNTRY_ADJ$ election gets underway, it becomes clear it will be a contentious one. The issues are clear and the battle lines between parties drawn, and there are those who believe that while violence may not be the result the toppling of the current $COUNTRY_ADJ$ regime could be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98304;Government Supporters Rally;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98304;With the $COUNTRY_ADJ$ election underway, supporters of the current regime have rallied in $CAPITAL$. They claim that stability is required to deal with the problems facing $COUNTRY$, and are actively trying to shout down opposition. Whether this will mean a victory in the current election is unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98305;Orderly Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98305;The $COUNTRY_ADJ$ election is underway, and so far has proceeded smoothly. Debates are being carried out in the usual manner, and there are no reports of violence in $CAPITAL$ or elsewhere. Supporters of the ruling regime have turned out in force, as have the hopefuls seeking to defeat the current government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98310;Conservatives Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98310;The $COUNTRY_ADJ$ election has ended, with the leader of the conservative party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98311;Socialists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98311;The $COUNTRY_ADJ$ election has ended, with the leader of the socialist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98312;Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98312;The $COUNTRY_ADJ$ election has ended, with the leader of the liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98313;Communists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98313;The $COUNTRY_ADJ$ election has ended, with the leader of the communist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98314;Fascists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98314;The $COUNTRY_ADJ$ election has ended, with the leader of the fascist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98315;Reactionaries Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98315;The $COUNTRY_ADJ$ election has ended, with the leader of the reactionary party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98316;Anarcho-Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98316;The $COUNTRY_ADJ$ election has ended, with the leader of the anarcho-liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98317;Social Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98317;The $COUNTRY_ADJ$ election has ended, with the leader of the social liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98300OPTA;We must maintain stability even in a time of war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98301OPTA;This is unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98302OPTA;We shall see.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT98310OPTA;The $COUNTRY_ADJ$ people have spoken.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME11380019;Constitutional Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11380019;In a surprise election win, the fascists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the fascists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380020;In a surprise election win, the communists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the communists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380021;In a surprise election win, the anarcho-liberals have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse these radical republicans their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380022;In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: the communists cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC11380023;In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: these radical republicans cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT11380022OPTA;This cannot be allowed. The Liberals shall rule instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT11380022OPTB;This cannot be allowed. The Conservatives shall rule instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT11380022OPTC;This cannot be allowed. The Socialists shall rule instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT11380022OPTD;Enough is enough. The people clearly cannot be trusted to do what is best for $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999060OPTA;We will encourage the jingoists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999060OPTB;We've no reason to get involved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999060OPTC;That's enough of this rabble-rousing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999065OPTA;Support the Abolitionists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999065OPTB;Let the debate take its course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT999065OPTC;We will not reform the slavery laws.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80121OPTA;The rebels must be destroyed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80123OPTA;But for how long?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80125OPTA;The rebels must be destroyed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80125OPTB;Out with the Manchu!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80126OPTA;Victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80120OPTA;Send in troops to quell the violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVT80120OPTB;We will tolerate this for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME80120;Hui Unrest in $STATENAME$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80120;Though tolerant of religious practices, the Hui Muslims in $PROVINCENAME$ are resentful of discrimination by the Qing government. Unrest in the province has stirred up anti-Manchu sentiment, even among non-Muslims. The violence is threatening to spread throughout all of $STATENAME$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80121;Panthay Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80121;Have Peace with Han Chinese! \n Down with Qing court! \n \n A rebellion has erupted in the southern province of Yunnan, led by a rebel named Du Wenxiu. Foreign ambassadors are calling this event the "Panthay Rebellion", a revolt from the Muslims in Yunnan. The man's forces have already captured Dali and driven out the Qing governor, forcing our government to deal with the matter directly.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80122;Panthay Rebellion Crushed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80122;With Qing forces marching into Kunming, the Panthay Rebellion is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80123;Panthay Rebellion Victorious!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80123;We have driven the hated Manchu from Yunnan. At last, victory is ours!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME80125;Dungan Revolt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80125;With Muslim-led unrest existing throughout the province of Xinjiang, a Tajik adventurer by the name of Yaqub Beg has led rebels to seize the capital of Kashgar and has driven Qing governors away. The situation in the frontier appears to be out of hand, with these Muslims having declared an independent state and full Jihad against the Emperor. This rebellion against our rule is being refereed to as the Dungan Revolt by the Amban of Xinjiang.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80126;Dungan Revolt Crushed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80126;With Qing forces marching into Kashgar, the Dungan Revolt is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80127;Dungan Revolt Victorious!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80127;We have driven the hated Manchu from Kashgaria. At last, victory is ours!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90904OPTA;This cannot be borne!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVT90904OPTB;Allow them to leave. We will not oppose them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90904;The $FROMCOUNTRY_ADJ$ Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90904;Perhaps $FROMCOUNTRY$ has grown beyond our ability to control them? They have been far more welcoming of western ways, to the point that now they consider themselves 'civilized' and on par with the barbarians outside of $COUNTRY$... Indeed, they even consider themselves above us, and have thrown off $COUNTRY_ADJ$ rule as if it were a bad shadow. They seek to chart an independent course, but should we let them? Should we allow them to pretend they are not part of China, and reject the heritage of thousand thousand years?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME160001;Anarchy in the South;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160001;We are receiving disturbing reports of anarchy in southern China. A peasant army led by the rebels Feng Yunshan and Wei Changhui has declared the ascendancy of the so-called 'Heavenly Kingdom' and driven out local governors. All within the Qing government agree that we cannot recognize these rebels as having credence -- if we do, it raises the question of whether the Mandate of Heaven is still held by the Imperial throne. That cannot be allowed, and thus the governors must be given the opportunity to crush the rebels and restore order in the Emperor's name.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1600010;The Taiping Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1600010;It is as we feared -- the so-called 'Heavenly Kingdom' has assumed control of lands in the south, and any attempts by the local governors to resume authority have failed. It is an embarrassment to the prestige of the Imperial throne that we must deign to recognize that these rebels exist and must be dealt with once and for all. Some are even beginning to question the Mandate of Heaven if such a threat is possible. If we do not act, however, the rebels will surely gain control over not only the south but perhaps all of China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160002;Taiping Rebellion Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160002;We have crushed the 'Heavenly Kingdom', and proven to all of China that the Qing Dynasty yet maintains the Mandate of Heaven. We will abide no more insurrections.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160003;Truce With the Heavenly Kingdom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160003;Even though we are not yet done with the 'Heavenly Kingdom', the fact the rebels have forced us to a ceasefire and have not been crushed is being taken by our Chinese subjects as a sign of weakness. Officials are predicting rebellions in many other places in the years to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160004;Truce With the Manchu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160004;Though we are not yet done battling the hated Manchu, for the moment the Heavenly Kingdom claims victory. We have forced a truce, and now the Manchu will need to deal with rebellions across their land as the people realize their mandate to rule no longer exists. All the world watches us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160006;The War Against Taiping;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160006;The continued existence of the Taiping rebels is an embarrassment to the Qing government and our Emperor. Calls have been made for the war to resume, and this time for a national effort be started to draft men into the Qing army. There will be considerable resistance, but the Emperor has decreed that the Heavenly Kingdom must be destroyed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160007;The War Against the Manchu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160007;The truce with the Qing Emperor has come to an end, and already the calls have begun for the Taiping Revolution to continue. The Manchu must be thrown down! All of China must be freed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160008;The Taiping Are Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160008;We have overthrown the hated Manchu and taken control of all China. Now, as the world watches, the true test comes: transforming the nation into the true Heavenly Kingdom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160009;The Heavenly Kingdom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160009;A troublemaker has arisen in the southern lands. According to reports, this man claims to have received a vision to the effect that he is the younger brother of Jesus Christ and was sent to rid China of the corrupt Manchu Qing Dynasty rulers. He has been winning converts to Christianity, and it seems there are many willing to listen to his words of sedition and join his so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160011;The Female Shortage;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160011;Due to the low value assigned to the birth of daughters, female infanticide has become wide-spread across much of China. The practice has become so common, in fact, it has led to a shortage of women.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160012;Taiping Missionaries in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160012;We have received reports of Christian missionaries in $PROVINCENAME$, followers of the so-called 'Heavenly Kingdom'. Their actions would not be so objectionable if they were not also preaching sedition against the Manchu -- and, far worse, though provincial governors have attempted to halt the missionaries this has only seemed to stir up support for them even further. There are sightings of their pamphlets all over $STATENAME$ now!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160013;Anti-Manchu Sentiment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160013;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $STATENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME164504;Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164504;The man behind the so-called 'Heavenly Kingdom' has been given a name: Hong Xiuquan. A former farmer who attempted the civil service examinations in Guangzhou and failed, he has now become a charismatic visionary taking advantage of anti-Manchu sentiment in the south. Some say he is crazed and mad, but regardless he is a danger to the Qing Dynasty and his words are finding eager ears.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160016;Yang Xiuqing;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160016;Reports have arrived at the palace that a firewood seller by the name of Yang Xiuqing has taken to walking the South lands, claiming to speak with the voice of God. Regardless of his seeming madness, the man has proven very effective at spreading the word of the so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160017;Pro-Christian Riots in $STATENAME$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160017;Followers of the 'Heavenly Kingdom' are causing further problems in the south. They are already heavily fortified within $PROVINCENAME$, and many Qing advisors consider it completely beyond our control. Anarchy seems rampant, and all throughout $STATENAME$ these rebels are shouting treason. Can nobody do something about this?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160020;The Taiping Sect Spreads!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160020;The followers of the so-called 'Heavenly Kingdom' have spread their influence even further. According to officials in $STATENAME$, the Christian rebels have been spotted in $PROVINCENAME$ and sentiment against the Qing Dynasty is on the rise throughout the entire state.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160025;The Death of Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160025;Our beloved leader, the glorious and most holy Hong Xiuquan, has passed away -- ascended into Heaven to receive his just rewards from God. Those of us who remain must now look to what will become of the Heavenly Kingdom without his guidance. There are some who say that his son, Hong Tianguifu, should be given the reins of power. Others say that Hong Tianguifu is a buffoon and that a republic is the way forward. Finally, a proper theocracy, without an hereditary rule, is another option that is considered.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVT160025OPTA;Establish a new dynasty under Hong Tianguifu.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160025OPTB;The Qing Dynasty must rule once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160025OPTC;Let the army rule Taiping.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160025OPTD;Keep the Theocracy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160026;Retreat to Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160026;With our holdings on the mainland lost, all we have left is our stronghold on the island of Formosa. The suggestion among what little remains of the $COUNTRY_ADJ$ government is that we abandon $CAPITAL$ and move the capital to Taibei. This does not guarantee our safety by any means, but it may be the only means of survival we possess.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160501;Missionaries in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160501;Christian missionaries are stirring up trouble in southern China, handing out pamphlets in an effort to gain converts. This would not be so objectionable were the pamphlet not also preaching sedition against the Qing Dynasty. The fact that so many in $PROVINCENAME$ are willing to listen to these fools is worrying.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160502;Anti-Manchu Sentiment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160502;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $PROVINCENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1605020;The Death of Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1605020;After a period of self-enforced isolation, Hong Xiuquan has died -- some say of poison, others of illness. Regardless of the cause, the nation has been thrown into mourning for their beloved leader. Hong Xiuquan's son, Hong Tianguifu, is ready to step into his father's role as leader, but there are some who fear he will be unsuitable. They are advocating a restoration of the Qing dynasty. Others say that $COUNTRY$ must become a republic, in emulation of western powers. Whether $COUNTRY$ is ready for such a change is difficult to say.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME16050214;Retreat to Taiwan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16050214;With our holdings on the mainland lost, all we have left is our stronghold on the island of Taiwan. The suggestion among what little remains of the Kuomintang government is that we abandon $CAPITAL$ and move the capital to Taipei. This does not guarantee our safety by any means, but it may be the only means of survival we possess. We shall however never relinquish our rightful claim to the mainland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050215;Victory over the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16050215;With their armies defeated, their provinces occupied and their government retreating to Taiwan it has become clear that the Kuomintang no longer has the will to fight. We may now claim dominance over China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME162503;The Taiping Sect Spreads!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC162503;The followers of the so-called 'Heavenly Kingdom' have infested yet another province. According to officials in $PROVINCENAME$, followers of Hong Xiuquan have been spotted and sentiment against the Qing Dynasty is on the rise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME164503;The Heavenly Kingdom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164503;A troublemaker has arisen in the southern lands. According to reports, this man claims to have received a vision to the effect that he is the younger brother of Jesus Christ and was sent to rid China of the corrupt Manchu Qing Dynasty rulers. He has been winning converts to Christianity, and it seems there are many willing to listen to his words of sedition and join his so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164505;Yang Xiuqing;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164505;Reports have arrived at the palace that a firewood seller has taken to walking the South lands, claiming to speak with the voice of God. Regardless of his seeming madness, the man has proven very effective at spreading the word of the so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164599;The Xinhai Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164599;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news, but few are aware of the forces now lining up to take control of the government. Kuomintang revolutionaries have demanded a transformation of $COUNTRY$ into a republic with free elections. Army leaders, however, have threatened to oppose the Kuomintang and demanded the republic be under strict Beiyang control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME164600;The Tongmenghui;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164600;Revolutionary societies are springing up all over China, and recently we have received word that several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisfied to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide. What's more worrying is that some of the regional warlords appear to be assisting them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME164601;Revolutionary Uprising in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164601;Revolutionaries seeking to bring down the $COUNTRY_ADJ$ monarchy have been stirring up a revolt in $STATENAME$. The incident appears to have begun in $PROVINCENAME$, after a demonstration by local workers turned violent. Though authorities have already moved in, the damage is done. What remains is to determine how we react to this outrageous provocation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164602;Boxers in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164602;Members of the proto-nationalist Yihetuan Movement, also known as the Boxers, have staged an uprising in $PROVINCENAME$. While the uprising was initially put down by $COUNTRY_ADJ$ forces, news of the movement's presence has spread throughout $STATENAME$ and already there are more reports of clashes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160001OPTA;Crush them!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160001OPTB;Out with the Manchu!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160002OPTA;Victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160003OPTA;Unacceptable!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160004OPTA;Hooray!!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160006OPTA;The war must continue!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160006OPTB;We cannot afford the repercussions of a draft.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160007OPTB;We are not ready to wage such a war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160012OPTA;Collect the pamphlets and silence these missionaries -- now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160012OPTB;We shall tolerate this, for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160013OPTA;This cannot be tolerated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160015OPTA;He is of no consequence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160017OPTA;This is starting to be a problem.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160020OPTA;Hmm, that's worrying.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT160026OPTA;It seems we have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME99000;The Righteous Harmony Society;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99000;'Support the Qing! Destroy the Foreign!' \n \n Many Chinese are growing enraged at the continuing encroachment of westerners into the Empire. They walk freely, spread Christianity with impunity, and ignore Imperial laws. A movement called the Righteous Harmony Society -- known to foreigners as 'Boxers' -- has appeared, their mission to drive western influence out of the Qing Empire by any means necessary. Some are worried that attacks upon westerners could bring foreign anger down upon us, but there are those who see this as a good thing. Anger against westerners, even if it means a degree of chaos and disruption in our provinces, means support for the Qing government.;;;;;;;;;;;;x,,,,,,, -EVTNAME99001;Boxers in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99001;An attack upon a foreign merchant in $PROVINCENAME$ has signaled the arrival of the Boxer movement to $STATENAME$. Already the flags of the Righteous Harmony Society have been spotted, their followers recruiting fellow Chinese to support the Qing government in their struggle.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME99005;Attack on Foreigners in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99005;Throughout all of $STATENAME$, the Boxers are attacking western influence. Smugglers, missionaries, opium peddlers… anyone they can apprehend is being slain or forced to flee for their lives. We have a choice: either look the other way, risking anger from the great powers for these 'atrocities', or send in forces to suppress the Boxers and risk the anger of our own people.;;;;;;;;;;;;x,,,,,,,, -EVTNAME99006;Boxer Atrocities in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99006;A group of Chinese nationalists known as the 'Boxers', intent on driving all western influence out of $FROMCOUNTRY$, have attacked a group of $COUNTRY_ADJ$ citizens. Several were slain, while others were forced to flee for their lives. Worse, the Qing government has done nothing about it. They are looking the other way while these atrocities are being committed upon our people.;;;;;;;;;;;;x,,,,,,,,, -EVTNAME99010;Boxers Attack Legation Quarter!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99010;The Boxers have reached the capital of $COUNTRY$, streaming into $CAPITAL$ to attack foreigners -- and, far more noteworthy, they have laid siege to the Legation Quarter. Hundreds of foreign dignitaries and merchants reside within. If we do not step in to protect them, it will be seen as a declaration of support for the Boxers and an act of war against the great powers. If we do, the Boxers will see it as a betrayal of their cause and perhaps even rise up in rebellion against us. They have forced our hand now, however, and we have no choice but to act.;;;;;;;;;;;;x,,,,,, -EVTNAME99011;Boxers Attack $COUNTRY_ADJ$ Legation;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99011;The Boxer situation in $FROMCOUNTRY$ has reached a head: the Chinese nationalists have entered Peking, laying siege to the Legation Quarter and putting the lives of dozes of $COUNTRY_ADJ$ merchants and dignitaries at risk. The Qing government has looked the other way, an act that is seen by the $COUNTRY_ADJ$ government as a declaration of war. Many are calling upon us to intervene in order to protect $COUNTRY_ADJ$ citizens from these barbarians.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME99015;The Boxer Protocol;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99015;We are forced to submit to the foreign demands, signing a treaty with the $FROMCOUNTRY_ADJ$ generals and representatives from all the great powers. The Righteous Harmony Society will be forcibly disbanded, its leaders executed or imprisoned, and our government is once again humiliated.;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC99016;$FROMCOUNTRY$ has submitted to the intervening powers, signing a treaty that promises to forcibly dismantle the Boxers and pay reparations for the atrocities committed in their name -- and explicitly supported by the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99000OPTA;We shall remain silent... for now.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99001OPTA;Should we be alarmed?;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99005OPTA;Look the other way.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99005OPTB;Suppress them. The westerners must not be harmed.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99006OPTA;This cannot be tolerated.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99010OPTA;Declare support for the Boxers.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99010OPTB;Protect the foreign legations.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99011OPTA;This calls for intervention.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99011OPTB;We will do nothing.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99015OPTA;We have little option.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99016OPTA;Agree to the protocol.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT99016OPTB;We will continue our war.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164599OPTA;The Beiyang Army will keep order in China.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164599OPTB;The Kuomintang will lead the republic.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164600OPTA;Try to work with these societies.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164600OPTB;Crush them. This will not be tolerated.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164601OPTA;Root them out. This cannot be permitted.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT164601OPTB;Make minor reforms to appease the revolutionaries.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1645091;The Mandate of Heaven;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC1645091;By Divine Right, the Emperor is ruler of all under Heaven.;;;;;;;;;;;;x,,,,,,,,,,,, -EVT1645091OPTA;Of course.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1645092;Loss of the Mandate of Heaven;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC1645092;Clearly, China has lost faith in the Manchu.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1645092OPTA;Oh no!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316175OPTA;The barbarians will learn to bow.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316175OPTB;Avoid angering the barbarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316176OPTA;Is this emperor a madman?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316176OPTB;We cannot afford a war at the moment.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316180OPTA;They shall receive a chilly reception in our court.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316180OPTB;This is not the time to provoke them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164506;The Huang He Floods!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC164506;The enormous Huang He river has flooded!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164507;The Huang He bursts it's banks again!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC164507;The enormous Huang He river has flooded again!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT164507OPTA;But we haven't cleared up after last time yet.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164508;The Huang He bursts it's banks once more!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC164508;The enormous Huang He river has flooded yet again!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT164508OPTA;Not again!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1316080;Foreigners Peddling Opium!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC1316080;The foreign dogs are selling opium in the southern provinces!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316081OPTA;Demand they be handed over!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316081OPTB;We cannot fight the British.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131709OPTA;This may be just the excuse we need...;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131709OPTB;Leave the Chinese alone. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316082OPTA;Give them what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316082OPTB;Never! We shall not submit!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316084OPTA;An unfortunate choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316090OPTA;Make the deal with the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316090OPTB;No. We will keep what we have now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316091OPTB;Forget it. We will keep what we have.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316092OPTA;Every dog has its day.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316182OPTB;We have other things to do. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131711OPTA;We agree to their terms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131711OPTB;We refuse.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -maine_incident;Maine Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131713OPTA;We are pleased.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131714OPTA;Unfortunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131715OPTA;They will serve $COUNTRY$. Or else.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131720OPTA;This is becoming worrisome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131730OPTA;$COUNTRY$ shall be restored!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131735OPTA;We will side with the Kuomintang.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131735OPTB;We will side with the Beiyang.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131735OPTC;We will remain neutral.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131736OPTA;We will fight for Communist China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131737OPTA;The Beiyang must fight for the greater glory of China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131739OPTA;He shall pay for this betrayal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131740OPTA;Join the forces of Nationalist China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131740OPTB;Abandon the Kuomintang.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131741OPTA;Together we shall triumph!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131742OPTA;For the good of all China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131742OPTB;Now is not the time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131745OPTA;$COUNTRY$ shall submit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131745OPTB;We accept Beijing's rule but will maintain our independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131745OPTC;$COUNTRY$ shall never surrender!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT131746OPTA;Good luck with that.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16050214OPTA;It seems we have little choice.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16050215OPTA;Victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050220;$COUNTRY$ Is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16050220;$COUNTRY$ has been overrun. We must face the fact that we have lost the civil war and surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16050220OPTA;A dark day.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050221;$FROMCOUNTRY$ Surrenders;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16050221;The $FROMCOUNTRY_ADJ$ soldiers have laid down their arms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16050221OPTA;Excellent.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050222;The Civil War Drags On;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16050222;We have been engaged in a civil war that seems to go nowhere. Our people demand a rest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050223;Truce With $FROMCOUNTRY$?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16050223;The war with $FROMCOUNTRY$ appears to be going nowhere. Should we lay down our arms?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT16050223OPTA;Indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1316081;The Kowloon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316081;A drunken riot by a large group of British sailors ashore at Kowloon has resulted in the death of a local man. By rights, the sailors should be tried and executed by the Qing magistrate. The British, however, have demanded extraterritoriality -- meaning their citizens would be tried by British judges. This will inevitably lead to their release and the anger of our citizens, but demanding these men executions could lead to war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316082;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316082;The war with $FROMCOUNTRY$ is not going well. These damnable foreigners are in our lands and blockading our ports, and to the embarrassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them a concession port and reparations. Indeed, this might even help us in some ways, though the loss to our prestige would be considerable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316083;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316083;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us a concession port on their coast as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in China remains strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1316084;$FROMCOUNTRY$ has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316084;The $FROMCOUNTRY_ADJ$ have refused to submit. The war must go on.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME1316085;The Treaty of Shimonoseki;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316085;The war with $FROMCOUNTRY$ is not going well. The damnable Japanese are in our lands and blockading our ports, and to the embarrassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement -- hand over Formosa and pay reparations. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them what they want, though the loss to our prestige would be considerable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316086;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316086;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us Formosa as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in Asia remains strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC1316175;We have lost all patience with the barbarians who call themselves our 'masters'. They ignore our laws, our customs, and force themselves upon the generosity of the $COUNTRY_ADJ$ throne at every opportunity. It is time we turned them out, refused them their free reign in our lands and ports and demonstrated the true might of our Emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316176;$COUNTRY_ADJ$ Envoy Ejected;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316176;Relations have been cool with $FROMCOUNTRY$, laced with bitterness over our nation's superiority. Lately the situation has reached a boiling point, and we have received a report that the $COUNTRY_ADJ$ envoy to the $FROMCOUNTRY_ADJ$ court has been ejected. Indeed, $COUNTRY_ADJ$ nationals throughout $FROMCOUNTRY$ are reporting harassment and outright violence. $COUNTRY_ADJ$ are being refused berth at Chinese harbours. This is a systematic campaign by the $FROMCOUNTRY_ADJ$ emperor to reduce our influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316180;Empire of the Great Qing;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316180;China has no need for, nor interest in, foreigners and their gifts no matter how ingenious they may be. It is only due to the emperor's generosity that foreigners are allowed to trade at all, and all such trade must take place at our will. The yi barbarians should tremble as they obey us and show no negligence! Barbarians shall bow down before the Chinese emperor in the manner customary for tributary envoys.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316181;The Arrow Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316181;Qing officials recently boarded the Arrow, a Chinese-owned ship (a lorcha) that was suspected of piracy and smuggling. Twelve Chinese crew members were arrested on suspicion of piracy by the Qing authorities. British officials have demanded the release of the sailors, however, claiming that because the ship had recently been British-registered, it was under their protection. They also demand reparations. The Imperial court has been enraged by this claim, suggesting that agreeing to British demands would give smugglers free reign throughout China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVT1316181OPTA;Punish the pirates!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT1316181OPTB;Relent to the British demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC1316182;Qing officials recently boarded the Arrow, a ship that -- according to all reports -- was flying $COUNTRY_ADJ$ colours at the time. The Chinese claim this isn't the case, and we've received news that they intend to crack down on the opium trade throughout the Empire. The $COUNTRY_ADJ$ government is up in arms, saying that we must exert our influence over the Qing if we are to retain our position in the Far East. Letting the Chinese have their way will mean huge reparation to merchants as well as a blow to our international image.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME131709;The Kowloon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131709;An incident that began with drunken sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. We have insisted that these sailors be tried by a $COUNTRY_ADJ$ judge -- the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The Chinese have demanded the men be turned over, and what's more that they be given the right to punish $COUNTRY_ADJ$ citizens as needed. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse. Our prestige as an Empire to be reckoned with is being threatened. Backing down would mean losing prestige as well as money in reparations to merchants.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131710;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131710;In a display of diplomatic force, $FROMCOUNTRY_ADJ$ diplomats have forced $COUNTRY$ to sign a treaty with them, forcing numerous trade as well as territory concessions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131711;The Simla Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131711;British diplomats have approached the Tibet government, hoping to broker a peaceful arrangement between Tibet and China now that Tibet is independent. No doubt they intend to gain influence and territory in our nation, as well as an ally against Chinese aggression, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC131712;British diplomats have approached the $COUNTRY_ADJ$ government, hoping to broker a peaceful arrangement between Tibet and $COUNTRY$ now that Tibet is independent. No doubt they intend to gain influence and territory in Tibet, as well as an ally against $COUNTRY_ADJ$ aggression,, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME131713;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131713;$FROMCOUNTRY_ADJ$ have agreed to the arrangements made at the Simla Convention, and our relations with them have improved as a result -- not to mention our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131714;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131714;$FROMCOUNTRY_ADJ$ have refused the arrangements made at the Simla Convention, and our relations with them have cooled as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131715;The New Army;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131715;Our efforts to modernize the Beiyang army have borne fruit, but this has necessitated the division of authority among regional forces. The generals in charge of these forces, 'warlords' as some call them, have been gaining a great deal of power. They are part of the Beiyang Army, but fight amongst themselves... And, far worse, are critical of the $COUNTRY_ADJ$ government. We will need to watch these generals carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME131720;Spread of Anhui Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131720;Warlord influence has begun to spread into $STATENAME$. These generals are still loyal to $COUNTRY$, but it is becoming increasingly apparent that they are taking control of a significant portion of the country. Officials in $CAPITAL$ are alarmed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131721;Spread of Guangdong Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131722;Spread of Guangxi Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131723;Spread of Hunan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131724;Spread of Fengtian Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131725;Spread of Ma Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131726;Spread of Yunnan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131727;Spread of Shanxi Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131728;Spread of Sichuan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131729;Spread of Xinjiang Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131730;The Warlord Era;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131730;Resistance against the $CAPITAL$ government has culminated in a breakdown in authority. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131735;The Struggle for China;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131735;Now that we are free, we must choose where we stand in the ensuing struggle for the nation's destiny: either side with the Kuomintang and fight for domination of the republic or side with the Beiyang and fight for domination of a united China. Alternatively, we can declare our neutrality in the conflict and let the chips fall where they may.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131736;The Guominjun Clique;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131736;A $COUNTRY_ADJ$ general by the name of Feng Yuxiang has betrayed his superiors and broken off from the Beiyang armies. He and his supporters have taken the territory under their control and formed a new clique, swearing to topple the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131740;Leader of the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131740;The leaders of the Kuomintang are preparing for their drive on Beijing, and $COUNTRY$ is expected to answer the call. Either we side with Nationalist China now, or we must abandon the Kuomintang cause and seek our own destiny.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131741;$FROMCOUNTRY$ Joins the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131741;$FROMCOUNTRY$ has answered the call, and will unite their forces with ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131742;The War of Reunification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131742;The $COUNTRY_ADJ$ people are crying out for the nation to once again unify. We must gather our strength and strike out at those who would divide China, leaving it weak for foreigners to prey upon. Already the banners are in the streets, and $COUNTRY$'s generals are saying now is the time to launch an offensive.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131743;War with $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131743;We have received reports that the $FROMCOUNTRY_ADJ$ army is massing on our mutual border, ready to make a massive offensive into $COUNTRY_ADJ$ territory. It seems a war is upon us, whether we like it or not: either they destroy us or we destroy them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131745;Chinese Reunification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131745;The call has come from the capital: the era of warlords is over, and all the Chinese peoples must unite under a single flag. This means $COUNTRY$ must either submit to Beijing's rule or face more war against a strong and unified foe. Your generals stand ready to receive your command.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131746;The Island of Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131746;Now that we own the island of Formosa, the local Min population has begun to organize itself -- presumably towards the end of breaking away from $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1316089;The $FROMCOUNTRY_ADJ$ Victory;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316089;$FROMCOUNTRY$ has won its war against us. Now their generals walk into $CAPITAL$, gloating with their superiority. It seems that, should they force us to the negotiating table to demand yet more concessions, we will have little choice but to comply.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME1316090;The Treaty of Shimonoseki;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316090;We have won a great victory against $FROMCOUNTRY$. Now we must consider -- do we negotiate with them, perhaps promising the return of some of their land in exchange for the island of Formosa and reparations? Or do we stay our current course and perhaps alarm the Western nations at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1316091;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316091;We have won a great war against $FROMCOUNTRY$. Now we are faced with a dilemma: do we force the $FROMCOUNTRY_ADJ$ government to the negotiating table, perhaps promising the return of some of their land in exchange for a treaty port and reparations? Or do we stay our current course and perhaps alarm the other great powers at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1316092;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316092;As we thought, the $FROMCOUNTRY_ADJ$ infidels have forced a so-called 'treaty' upon us, demanding a great deal of reparations and land concession -- in return for land they currently possess but have no more right to.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME152009874;The Destruction of the Eiffel Tower;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC152009874;Heavy street fighting erupts in the small streets of Paris as $FROMCOUNTRY_ADJ$ forces advance into in a bid to capture the city. Artillery is moved to the Chaillot Hill, past improvised barriers while infantry run away from the 7th arrondissement and move systematically from house to house, block by block, fighting a running battle against armed irregulars. The Arc de Triomphe is demolished by $FROMCOUNTRY_ADJ$ pioneers while the artillery in Chaillot hill set their sights on the Eiffel Tower. For several minutes the city is taken by the roar of artillery until silence falls and the only sound is the screeching of retorted metal slowly bending. $FROMCOUNTRY_ADJ$ soldiers shout excitedly as they watch the Eiffel Tower bend and fall into the Seine, now reduced to an amorphous lump of metal. \n \n Fires rage out of control in the eastern parts of the city, lighting up the skyline as the fighting continues into the night.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT152009874OPTA;A dark day for $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME152009875;The Fall of the Palace of Westminster;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC152009875;Scattered gunfire can be heard echoing through the empty streets of London as the last pockets of resistance to the $FROMCOUNTRY_ADJ$ occupation are quelled. The parliament houses in the Palace of Westminster lay empty while $FROMCOUNTRY_ADJ$ soldiers run up and down placing explosives in the silent corridors. A $FROMCOUNTRY_ADJ$ general silently read the orders that came from the $FROMCOUNTRY_ADJ$ capital with instructions to destroy the Palace in an attempt to crush the $COUNTRY_ADJ$ spirit. The explosives are detonated at the same time as the Clock Tower bell strike its precise hourly strike. The tower is engulfed by flames as parts of the western palace collapse, with pieces of the Big Ben landing on the Thames along with other debris while nearby buildings are hit by flaming debris and catch fire. $FROMCOUNTRY_ADJ$ soldiers watch and cherish from a safe distance as the glass that once contained the phrase "DOMINE SALVAM FAC REGINAM NOSTRAM VICTORIAM PRIMAM" rains on the ground. Nearby, $FROMCOUNTRY_ADJ$ soldiers storm the Buckingham Palace just to find out that the $MONARCHTITLE$ has already fled the country. They hoist the $FROMCOUNTRY_ADJ$ flag and turn to see the smoke rising in the horizon. London is lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT36967OPTB;Declare war now!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1000;Socialists;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC1000;Karl Marx has published The Communist Manifesto, which has led to workers in $COUNTRY$ to found a party dedicated to advancing the agenda laid out therein. They call themselves socialists and believe in a land ruled by the workers, where the workers control the means of production. Equality, justice, solidarity and democracy are other vital points in the socialists ideology.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA1000;Workers of the world, Unite!;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME1001;The First International;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC1001;'Comrades, it is a great fact that the misery of the working masses has not diminished from 1836 to $YEAR$ in $COUNTRY$, and yet this period is unrivaled in the development of its industry and the growth of its commerce. Capital is dead labor, that, vampire-like, only lives by sucking living labor, and lives the more, the more labor it sucks. The time during which the laborer works, is the time during which the capitalist consumes the labor-power he has purchased of him. As time passes, all social rules and all relations between individuals are eroded by a cash economy, avarice drags Pluto himself out of the bowels of the earth. In light of this, we want, no, we NEED a free society, where no one is considered to be superior, no one is left behind and where mankind is free from oppression and scarcity. We need a society without a government, without class divisions and where the workers control the means of production. \n The proletarians have nothing to lose but their chains.';;;;;;;;;x;;;; -EVTOPTA1001;Let the ruling classes tremble at the Communist revolution.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME1002;Anarcho-Liberals;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC1002;'Instead of the state controlling the law enforcement, the courts and the national defense, the different law systems should be provided by voluntarily-founded private competitors. Money should be privately and competitively provided in an open market and personal and economic activities should be regulated by the natural laws of the market and through private law rather than through politics.'\n\n A group of liberals disgruntled with their lack of economic freedom, and the pace of parliamentary reform, have formed a new faction in $COUNTRY_ADJ$ politics. The Anarcho-Liberals are the revolutionary avantgarde of the liberal ideology, and they will not hesitate to use whatever means necessary to see their ideas of freedom and free trade instituted both in $COUNTRY$ and abroad.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA1002;Okay.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32537;The Rise of Mysticism;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32537;Imperial Russia is confronted with a religious renaissance, a widespread interest in spiritual-ethical literature and non-conformist moral-spiritual movements, an upsurge in pilgrimage and other devotions to sacred spaces and objects. The "God-Seeking" are shaping their own ritual and spiritual lives, sometimes in the absence of clergy. The upper class of $CAPITAL$ had=s been widely influenced by this wave of mysticism. Individual aristocrats are reportedly obsessed with anything occult and this new fever for anything mystic has been spreading to the middle class and the peasants.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32537OPTA;Imaginary things can't hurt the nation.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32537OPTB;Mysticism? In *my* Imperial Russia?;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32538;The Tzar's Son Falls Ill;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32538;In $YEAR$, Tsesarevich Alexei, the Tzar's son, received an injury which caused him painful bleeding. When the doctors could not supply a cure, the desperate Tzarina looked for other help. Grigori Rasputin, a peasant who identified as a strannik, a religious wanderer, had already treated other nobles families and came for the desperate Tzarina. Rasputin was said to possess the ability to heal through prayer and was able to calm the parents and to give the boy some relief, in spite of the doctors' prediction that he would die. On the following day the boy showed significant signs of recovery. The careless Alexei received the last sacrament during another particularly grave crisis, and the desperate Tzarina turned to her lady-in-waiting, to secure the help of the peasant healer. The next day, Rasputin responded and sent a short telegram, including the prophecy: "The little one will not die. Do not allow the doctors to bother him too much." The boy's temperature dropped and the hematoma disappeared.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32538OPTA;Well, I will be damned.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32539;Intrigue in the Russian Court;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32539;While fascinated by Rasputin in the beginning, the ruling class of $CAPITAL$ became envious and turned against him: he had privileges no one else had. In $YEAR$, within four months, Rasputin had visited the Romanovs six times. The press started a campaign against Rasputin, claiming he paid too much attention to women. Hermogen, who told Rasputin to stay away from the palace, repeated the rumors that Rasputin had joined the Khlysty, a sect. Iliodor, hinting that Rasputin was Alexandra's paramour, showed Makarov a satchel of letters. The letters were handed to the Tzar and Rodzianko requested Rasputin to leave the capital. When Kokovtsov became prime minister he asked the Tzar permission to authorize Rasputin's exile to Tobolsk, but Nicholas refused: "I know Rasputin too well to believe all the tittle-tattle about him." Kokovtsov offered Rasputin 200,000 rubles for him to leave the capital, but he refused. Rasputin had become one of the most hated persons in Russia.;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32539OPTA;What nonsense is this? Rasputin proved to be a good man time and again.;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32539OPTB;Something must be done about him.;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32540;Rasputin's Exile;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32540;After much time spent debating it, the Tzar was finally convinced to exile Rasputin. Tzarina Alexandra is inconsolable, blaming the Tzar if anything happens to their son. The Russian nobility and clergy rejoices, arguing that the Tzar made the right choice. Rasputin only looked the Tzar in the eyes, and said "Before we repent, we have to sin.";;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32540OPTA;No one will miss him.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32541;Russia Goes to War;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32541;Despite attempts to convince the Tzar, Rasputin stayed in court. Iliodor, one of the main orthodox priests, had Khionia Guseva attack Rasputin. She stabbed Rasputin in the stomach, just above the navel. Covered with blood, Rasputin was brought into his house. The Tzar sent his own physician and after a laparotomy and more than six weeks in the hospital, Rasputin recovered. From the hospital Rasputin sent quite a few telegrams to the court, expressing his fears for the future of the country: "If Russia goes to war, it will be the end of the monarchy, of the Romanovs and of Russian institutions." In $YEAR$, Tzar Nicholas took supreme command of the Russian armies, leaving his wife in charge of ruling the country. Alexandra loathed the Duma because of its discussion of Rasputin. While seldom meeting with Alexandra personally, Rasputin had become her personal adviser through daily telephone calls or weekly meetings with Vyrubova. Rumors began on how the one really governing was Rasputin.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32541OPTA;The Tzar will lead Russia to glory in the battlefield.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32542;Rasputin's Telegram;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32542;When the bell tolls three times, it will announce that I have been killed. If I am killed by common men, you and your children will rule Russia for centuries to come. If I am killed by one of your stock, you and your family will be killed by the Russian people. \nPray Tzar of Russia.\nPray.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32542OPTA;...;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32542OPTB;Quick, send orders to protect Rasputin!;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32543;Rasputin's Assassination;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32543;Two city policemen on duty near the Yusupov palace heard shots and screams. They discussed the issue on the Pochtamtsky Bridge. One of them rang at the door and questioned Yusupov's butler, but was sent away. Twenty minutes later he was re-invited to the palace. Purishkevich boasted he had shot Rasputin, and asked the policeman, aware of his mistake, to keep it quiet for the sake of the Tzar. Rasputin's beaver-fur coat and the body were discovered in a frozen river, 140 meters away from the Bolshoy Petrovsky bridge, with a shot in his frontal lobe. The two nobles who killed Rasputin were exiled by the Tzar, who came back from the front. Progressively, more and more people came to the conclusion that the problem was not Rasputin but the weak-willed Emperor, who had secluded himself in Tsarskoye Selo, unable to react on what happened. The struggle between the Tzar and the Duma became more bitter than ever, and the Tzar, more secluded in his palace.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32543OPTA;A gruesome end.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32544;The Communist Plot;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32544;Everyone who met Rasputin remarked on his eyes and how hypnotic they were. His "shining steel-like" or "bright and brilliant" and "intelligent" eyes became legendary. According to Theofan, Paul Kurlov and Count Kokotsov he had "piercing" eyes. To Tamara Karsavina he had the eyes of a maniac. But his hypnotic eyes couldn't do anything against the bullet of one of the members of the Communist Party who believed he could destabilize the government by killing a close friend of the Tzar's family and the Tzarina most trusted advisor. The Russian nobility rejoiced at the death of Rasputin, assassinated as he left his home, but the death had the inverse effect that his assassin expected: the Russian Tzar left his isolation and ordered a hunt. The police organized a crackdown in every syndicate or communist party/organization, severely crippling communist support and organization, and rounding up a few suspects including a prominent figure in the communist circles, Vladimir Ilyich Ulyanov.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME32545;Attempt on Rapustin's Life;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC32545;During a visit to his home village, while exiting a church, Rasputin was attacked by a man. The man stabbed him in the belly three times before Rasputin managed to escape, running down the street with his hands on his belly. The man chased him, but Rasputin grabbed a stick from the ground and hit him on the head. Covered with blood, Rasputin was brought into the church. After ten hours a doctor arrived from the neighboring village and operated on him in the middle of the night. Rasputin stayed days under heavy guard and the man who attacked him was never found, but he recovered. He started drinking, his paranoia increased and eventually he asked to leave the service of the Tzar, which he did despite the Royal family protesting, and lived the rest of his life as an hermit. Nobles still went looking for him, asking for advice, and after he left his public image was somewhat redeemed.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT32545OPTA;At least he will live the rest of his life in peace.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME1003;The Third Way;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC1003;'Black shirts of the revolution, men and women of all $COUNTRY$, men and women all over the world, listen: The government has grown weak! We need a party who can unite us, who can give us a strong national identity and who will not be fooled by capitalism's or communism's sweet but poisonous voice. $COUNTRY$! $COUNTRY$! Entirely and universally Fascist! $COUNTRY$ of the black shirts, rise to your feet, let the cry of your determination rise to the skies and reach all the world: Everything in the State, nothing outside the State, nothing against the State. Today, together in $COUNTRY$ we have lit a flame that the ages shall not extinguish. Guard that sacred flame, my fascist brothers, until it illuminates $COUNTRY$ and lights again the paths of mankind.' \n \n The Third Way, or fascists as they might be called, are looking to get a seat in the Upper House.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA1003;Strength through Unity!;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME900000;The Libyan Question;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900000;With the Turkish Empire currently in its weakest state in history, the time for laying claim to the lands of Libya is perfect. We can send an ultimatum to the Turks demanding that they surrender the Libyan territories, threatening war if they refuse. The other Great Powers are quickly laying claim to the rest of Africa, so it is imperative that we seize this opportunity.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900000OPTA;We will send an ultimatum to the Turks.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900000OPTB;We have no interest in colonial affairs at this time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900001;Italians Demand Libya!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900001;Apparently looking to join the other powers of Europe in the "Scramble for Africa," the arrogant fools ruling Italy have sent us an ultimatum demanding that we fully surrender our protectorates in Libya. As Libya is currently the least of our worries, it may be best to persuade Italy into accepting a compromise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900001OPTA;We will permit Italian influence in Libya while keeping it as a protectorate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900001OPTB;This is nonsense. We will not let these fools bully us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900002;Turks Suggest a Compromise;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900002;The Turks have said that they would be willing to grant independence to their Libyan territories while allowing us unlimited trading rights within said territories. While this would prevent a possibly long and bloody conflict, it would also stall our goals towards further colonization in Africa.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900002OPTA;Fine. We agree.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900002OPTB;Is this some kind of joke? We demand full control over Libya!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900005;The Italians Agree to Our Compromise;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900005;Italy has agreed to allow us to maintain nominal suzerainty over Libya while granting them full trade access within the territories. This is in our best interests for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900005OPTA;Very well.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900006;The Italians have refused our suggested compromise and continue to demand full control over Libya. Shall we back down and concede or prove our worth in battle?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900006;Italians Refuse Deal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900006OPTA;Allah will grant us victory. To battle!.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900006OPTB;We concede.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900007;Turks Refuse!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900007;Turkey has refused our demands once again and threatens to respond militarily if we pursue our interests in Libya. Will we go to war, or will we back down?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900007OPTA;To arms!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900007OPTB;Bide our time.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900008;The Turkish Concession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900008;The Turks have backed down and agreed to grant us full control over Libya. Surely our might is great.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900008OPTA;Great!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900008OPTB;Let's take Rhodes too.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900009;Italy Conquers Libya;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900009;Our brave soldiers truly fought with the Lord on their side as the Turks fell to the ground in wave after wave. Libya is now ours. This is truly a glorious day for our nation! \n \n Even more fortunate, the Dodecanese Islands rebelled from the their Turkish masters and proclaimed themselves the Federation of the Dodecanese Islands. If we don't intervene, they will surely be suppressed. By intervening, we can take the islands in the name of peace and stability.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900009OPTA;Let the Turks deal with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900009OPTB;Onwards to Rhodes!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME900010;The Ottoman Empire Prevails;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC900010;Our glorious armies have defeated the Italians. Truly Allah is on our side.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT900010OPTA;Allahu Akbar!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC441290;With the purchase of Alaska from the Russians many in the US are calling for the immediate annexation of all territory south of the Yukon River. Those in favour of the idea claim that it is our destiny to establish a contiguous federation from Juneau to Tampa. If we follow through with this demand we can rest assured that the British will not be happy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC441295;The Americans have issued us an ultimatum. They are demanding we renounce and secede all our possessions along the Yukon River and down the continental divide to the American's newly purchased Alaskan colony. Refusing would most definitely mean a costly war in North America over more sparsely populated territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME6016819;Demobilizing Country;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC6016819;Demobilizing Country.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVT6016819OPTA;Everything will be alright.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTNAME6016820;Reabsorbing Demobilized Country;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTDESC6016820;Country demobilized. Time to reabsorb. Everything is solved.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EVTNAME31717;The Lands of the Austrian Empire;;;;;;;;;;;;; +EVTDESC31717;With the formation of Greater Germany, the lands formerly belonging to the Austrian empire were given self rule. As part of that process, the newly formed German Empire is offering us lands that are claimed by the $COUNTRY_ADJ$ people, as a token of good will for us and for the balance of power in Europe.;;;;;;;;;;;;; +EVT31717OPTA;Who are we to refuse?;;;;;;;;;;;;; +EVTOPTA23200;We should outfit an expedition.§R(Pay or owe 30,000¤)§W;;;;;;;;;;;;; +EVTOPTA23201;We should try again.§R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTNAME98906;Founding of the $FROMCOUNTRY_ADJ$ Niger Company;;;;;;;;;;;;; +EVTDESC98906;$FROMCOUNTRY_ADJ$ officials arrived in $CAPITAL$ today to announce the founding of a new merchant company that will operate in the Niger delta. It looks like $FROMCOUNTRY$ has ambitions in southern Nigeria...;;;;;;;;;;;;; +EVT98906OPTA;This cannot harm us, right?;;;;;;;;;;;;; +EVTNAME6016825;Abolishing Serfdom;;;;;;;;;;;;; +EVTDESC6016825;All preparations are ready for the country to abolish serfdom.;;;;;;;;;;;;; +EVTNAME6016824;The Vassalization of $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC6016824;As result of a recent war, $FROMCOUNTRY$ was transferred to us in vassalage. Officials in $CAPITAL$ are finishing the preparations to welcome the $FROMCOUNTRY_ADJ$ people in the $COUNTRY_ADJ$ empire.;;;;;;;;;;;;; +EVT6016824OPTA;We welcome the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;; +EVTNAME6016822;Shifting Vassalage;;;;;;;;;;;;; +EVTDESC6016822;$FROMCOUNTRY$ has vassals under their command. Their national union with the $COUNTRY_ADJ$ government in $YEAR$ prompted officials in $CAPITAL$ to scramble to prepare the $FROMCOUNTRY_ADJ$ vassals - now our vassals - integration in $COUNTRY$.;;;;;;;;;;;;; +EVT6016822OPTA;As expected.;;;;;;;;;;;;; +EVTNAME6016823;The New $FROMCOUNTRY_ADJ$ Masters;;;;;;;;;;;;; +EVTDESC6016823;With the union of our old masters in the greater country of $FROMCOUNTRY$, our new overlords started to make the arrangements for our renewed vassalage to the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVT6016823OPTA;We have no choice in this matter.;;;;;;;;;;;;; +EVTNAME971714;The Falangist Doctrine;;;;;;;;;;;;; +EVTDESC971714;For years the Spanish people have been humiliated by foreign rule and unfair treaties. No more! The new government in $CAPITAL$ outlined an aggressive agenda to reclaim the lost lands belonging to the Spanish people, by whatever means necessary. These claims involve a massive propaganda effort to give weight to our claims and show the rights of the Spanish people over what was unjustly taken from us. The focus of these pieces will be...;;;;;;;;;;;;; +EVT971714OPTA;Gibraltar, ours by right.;;;;;;;;;;;;; +EVT971714OPTB;The Basques, the Catalans and Gibraltar are Spain's right.;;;;;;;;;;;;; +EVT971714OPTC;The Iberian peninsula belongs to Spain.;;;;;;;;;;;;; +EVT971714OPTD;All of the people of Iberia are subjects of Spain.;;;;;;;;;;;;; +EVTNAME5000001;The Megali Idea;;;;;;;;;;;;; +EVTDESC5000001;The Greek government has chosen to actively pursue a strategy of recovering Greek lands held by the Turks. We now have the political clout in the international stage to give a serious voice and weight to these claims. The question remains, however, in which parts should we focus on.;;;;;;;;;;;;; +EVT5000001OPTA;We are only interested in Thrace.;;;;;;;;;;;;; +EVT5000001OPTB;Everything we can claim in the the coast of Anatolia.;;;;;;;;;;;;; +EVT5000001OPTC;All that we have a right to.;;;;;;;;;;;;; +EVTNAME90911;$FROMCOUNTRY$ Colonial Lands;;;;;;;;;;;;; +EVTDESC90911;These lands should now correctly have colonial status.;;;;;;;;;;;;; +EVTOPTA90911;Everything is as it should be.;;;;;;;;;;;;; +EVTNAME971713;End of the Silver Fever;;;;;;;;;;;;; +EVTDESC971713;Following the "silver fever" in Sierra Almagrera, within little more than a decade the population of Cuevas doubled from 8000 to 16000. Many of the mines flooded in the 1870s but the discovery in other veins of argentiferous iron brought a renewal of mining activity, due largely to the energies of the entrepreneur Jose Maria Munoz, whose statue now stands in the town square. The landscape of much of the Sierra Almagrera displays evidence of mining activities, with the most significant at Barranco del Chaparral where a steam engine of 1873 made in Reading, England, stands at the head of a shaft, together with the wooden winding drums that it operated. In $YEAR$, however, this equipment is largely abandoned. No more veins were found, and the mining in the area all but grinded to a halt.;;;;;;;;;;;;; +EVT971713OPTA;It was good while it lasted.;;;;;;;;;;;;; +EVTNAME971712;Silver Fever;;;;;;;;;;;;; +EVTDESC971712;Cuevas de Almanzora, 70 km north-east of Almeria, is the principal town of the mining district in the Sierra Almagrera, a range of mountains that runs parallel to the coast for about 12 kms. Minerals are worked in the region from prehistoric times but following research carried out by the Escuela de Minas in Madrid, several veins of argentiferous lead were discovered, leading to something the natives call "silver fever".;;;;;;;;;;;;; +EVT971712OPTA;Save some for me!;;;;;;;;;;;;; +EVTNAME1100057;Mexico Refuses to Pay Reparations;;;;;;;;;;;;; +EVTDESC1100057;The Mexican government refused to take any steps towards the payment of reparations to the French government. In $CAPITAL$, senior government figures scramble to organize a response as the gears of war start moving. It seems like a French intervention in Mexico is all but inevitable now.;;;;;;;;;;;;; +EVT1100057OPTA;If they are unwilling to pay peacefully, we will force them.;;;;;;;;;;;;; +EVT1100057OPTB;They are not worth our time.;;;;;;;;;;;;; +EVTNAME1100056;Mexico Agrees to Pay Reparations;;;;;;;;;;;;; +EVTDESC1100056;Mexico has agreed to our demands for reparations and paid the sum they owe us for the damage done to the property of French nationals. The matter has been settled peacefully and amicably.;;;;;;;;;;;;; +EVT1100056OPTA;It is only fair.;;;;;;;;;;;;; +EVTNAME1100055;The French Demand Reparations;;;;;;;;;;;;; +EVTDESC1100055;During the early years of the new Mexican republic there was widespread civil disorder as factions competed for control of the country. The fighting often resulted in the destruction or looting of private property. Foreigners whose property was damaged or destroyed by rioters or bandits were usually unable to obtain compensation from the Mexican government and they began to appeal to their own governments for help and compensation. In a complaint to the French ruler, a French pastry chef known only as Monsieur Remontel claimed that in 1832 Mexican officers looted his shop in Tacubaya. Now the French prime minister Louis-Mathieu Molé is demanding a payment of 600,000 pesos (3 million Francs - 120,000¤) in damages to compensate the French nationals.;;;;;;;;;;;;; +EVT1100055OPTA;It is only fair. §R(Pay or owe 120,000¤)§W;;;;;;;;;;;;; +EVT1100055OPTB;Refuse. They wouldn't go to war over a Pastry chef.;;;;;;;;;;;;; +EVTNAME1100054;The Baker and the $MONARCHTITLE$;;;;;;;;;;;;; +EVTDESC1100054;During the early years of the new Mexican republic there was widespread civil disorder as factions competed for control of the country. The fighting often resulted in the destruction or looting of private property. Foreigners whose property was damaged or destroyed by rioters or bandits were usually unable to obtain compensation from the Mexican government and they began to appeal to their own governments for help and compensation. In a complaint to the French $MONARCHTITLE$, a French pastry chef known only as Monsieur Remontel claimed that in 1832 Mexican officers looted his shop in Tacubaya. Other complaints from French nationals (among them the looting in 1828 of French shops at the Parian market and the execution in 1837 of a French citizen accused of piracy) culminated in $YEAR$ with prime minister Louis-Mathieu Molé recommending a demand from Mexico for the payment of 600,000 pesos (3 million Francs - 120,000¤) in damages.;;;;;;;;;;;;; +EVT1100054OPTA;Mexico needs to be held responsible.;;;;;;;;;;;;; +EVT1100054OPTB;We should not bother with such trivial matters.;;;;;;;;;;;;; +EVTNAME45108;$FROMCOUNTRY_ADJ$ Intervention in $COUNTRY$;;;;;;;;;;;;; +EVTDESC45108;After refusing to pay our debt to the $FROMCOUNTRY$, a bloody war ensued. Now, as the result of our latest defeat, the $FROMCOUNTRY$ sent a squadron to enforce their will and collect the $COUNTRY_ADJ$ debt.;;;;;;;;;;;;; +EVT45108OPTA;We have no other option but to pay.;;;;;;;;;;;;; +EVTNAME45107;Haiti Fails to Honour its Debts;;;;;;;;;;;;; +EVTDESC45107;Haiti’s legacy of debt began shortly after gaining independence from France in 1804. In 1825, France, with warships at the ready, demanded Haiti compensate France for its loss of slaves and its slave colony. In exchange for French recognition of Haiti as a sovereign republic, France demanded payment of 150 million francs. In addition to the payment, France required that Haiti discount its exported goods to them by 50%. In $YEAR$, France agreed to reduce the debt to 90 million francs (500,000¤) to be paid over a period of 30 years to compensate former plantation owners who had lost their property. Haiti, however, still refuses to pay what is owed to us and will not do so unless we use force.;;;;;;;;;;;;; +EVT45107OPTA;We will take what is owed to us.;;;;;;;;;;;;; +EVT45107OPTB;To safeguard French assets, the Haitian government must be controlled.;;;;;;;;;;;;; +EVT45107OPTC;Clearly, the Haitians are not fit to rule themselves.;;;;;;;;;;;;; +EVT45107OPTD;They are not worth our time.;;;;;;;;;;;;; +EVTNAME45106;Haiti's Debts to France;;;;;;;;;;;;; +EVTDESC45106;Haiti’s legacy of debt began shortly after gaining independence from France in 1804. In 1825, France, with warships at the ready, demanded Haiti compensate France for its loss of slaves and its slave colony. In exchange for French recognition of Haiti as a sovereign republic, France demanded payment of 150 million francs. In addition to the payment, France required that Haiti discount its exported goods to them by 50%. In $YEAR$, France agreed to reduce the debt to 90 million francs to be paid over a period of 30 years to compensate former plantation owners who had lost their property. This is the best deal we can get, and refusing to honour our debt will likely result in French intervention.;;;;;;;;;;;;; +EVT45106OPTA;We must honour our agreements.§R(Pay or owe 500,000¤)§W;;;;;;;;;;;;; +EVT45106OPTB;We owe nothing to the French.;;;;;;;;;;;;; +EVTNAME97084;The Andean War in the Pacific;;;;;;;;;;;;; +EVTDESC97084;The Andine nations are in a state of war due to a territorial dispute. As an influential power in the region, we can choose to intervene or remain neutral in this dispute.;;;;;;;;;;;;; +EVT97084OPTA;We shall not interfere.;;;;;;;;;;;;; +EVT97084OPTB;We already picked a side.;;;;;;;;;;;;; +EVTNAME90058;The Schleswig War;;;;;;;;;;;;; +EVTDESC90058;The Danish are fighting the Germans in their intervention in Schleswig. Helping our Scandinavian brothers will help strengthen the bound between our countries, while failing to help them might gravely hamper our efforts for an united Scandinavia.;;;;;;;;;;;;; +EVT90058OPTA;We will help.;;;;;;;;;;;;; +EVT90058OPTB;We will not get involved.;;;;;;;;;;;;; +EVTNAME199073;Tea Plantations in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199073;With his servant Wang walking five paces ahead to announce his arrival, Robert Fortune, dressed in his mandarin garb, entered the gates of a green tea factory. Wang began to supplicate frantically. Would the master of the factory allow an inspection from a visitor, an honoured and wise official who had travelled from a far province to see how such glorious tea was made? In 1848, the British East India Company sent Robert Fortune on a trip to China's interior, an area forbidden to foreigners. Fortune's mission was to steal the secrets of tea horticulture and manufacturing. The Scotsman donned a disguise and headed into the Wu Si Shan hills in a bold act of corporate espionage. This, in turn, resulted in the Chinese losing their tea monopoly and in $PROVINCE$, the first tea plantations are yielding their first harvest, a testament to the end of the monopoly.;;;;;;;;;;;;; +EVTOPTA199073;Tea shouldn't be a monopoly.;;;;;;;;;;;;; +EVTOPTA23401;Yes, it is an excellent opportunity to show our nation's progress. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;; +EVTOPTA23400;An excellent idea! We accept. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTNAME44157;Foreign Influence in Hawaii;;;;;;;;;;;;; +EVTDESC44157;When the American missionaries first came to our shores in the 1820's, few could foresee what their activity would lead to. They spread their religion, helped our people read and write, and brought with them their families and other outsiders that settled in $COUNTRY$. $CAPITAL$ became an important port for trade, frequently visited by Europeans during their voyages through the pacific, and the monarchy gained access to luxury items and technologies our people never dreamt of. But with the good came the bad: diseases previously unknown spread and devastated the population, growing interests in the Pacific led to a French Admiral sacking $CAPITAL$, the introduction of private property for the plantation of sugar led to competition between foreigners and Hawaiians and the American growing influence culminated in pressure for reforms, leading to sweeping changes to the Hawaiian monarchy. More foreigners arrive as the Hawaiians decline and the Great Powers from overseas set their eyes on Hawaii.;;;;;;;;;;;;; +EVT44157OPTA;What does the future hold for the $COUNTRY_ADJ$ people?;;;;;;;;;;;;; +EVTNAME11002;The $MONARCHTITLE$'s Speech;;;;;;;;;;;;; +EVTDESC11002;In this grave hour, perhaps the most fateful in our history, I send to every household of my peoples, both at home and overseas, this message, spoken with the same depth of feeling for each one of you as if I were able to cross your threshold and speak to you myself. It is for a high purpose that I now call my people at home, and my peoples across the seas, who will make our cause their own. I ask them to stand calm and firm and united in this time of trial.\nThe $COUNTRY_ADJ$ $MONARCHTITLE$ delivered an impassioned speech today in $CAPITAL$, just the start of a campaign to gather support among the population and the government for their goal of...;;;;;;;;;;;;; +EVTOPTA11002;...drum up support for war.;;;;;;;;;;;;; +EVTOPTB11002;...boosting the government's popularity.;;;;;;;;;;;;; +EVTNAME11001;The Dissolution of the $COUNTRY_ADJ$ Upper House;;;;;;;;;;;;; +EVTDESC11001;Ministers and bureaucrats arrived in $CAPITAL$ today to find a royal decree at the government's doors: the $COUNTRY_ADJ$ monarch has dissolved the $COUNTRY_ADJ$ Upper House, effective immediately, and a new one is to be hand-picked by the monarch. The news sent shock waves through the $COUNTRY_ADJ$ nobility - used to the occasional replacements, but not to such an earth-shattering and drastic extent. Dissatisfaction is rampant, with many speculating (behind closed doors) that the monarch is setting up minor nobles, mostly sycophants and toadies, to execute the whims of the crown. A few of the old servants of the crown in the nobility kept their positions in order to train and guide the newcomers, but there's already evidence of lasting disruption in the state's affairs. The new upper house is set to have a majority of...;;;;;;;;;;;;; +EVTOPTA11001;...liberal nobles.;;;;;;;;;;;;; +EVTOPTB11001;...reactionary aristocrats.;;;;;;;;;;;;; +EVTOPTC11001;...socialist-minded nobles.;;;;;;;;;;;;; +EVTNAME169002;Forceful Revocation of Directive No 1;;;;;;;;;;;;; +EVTDESC169002;Sweeping changes took place in $CAPITAL$ that led to the forceful revocation of Directive No 1.;;;;;;;;;;;;; +EVT169002OPTA;New beginnings for the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVTNAME169001;Hundreds of Thousands Killed in $COUNTRY_ADJ$-led Massacre;;;;;;;;;;;;; +EVTDESC169001;During my few days of service in this government I've learned of a few secrets and have come across something interesting. The deportation order was issued through official channels by the minister of the interior and sent to the provinces. Following this order the Central Committee circulated its own ominous order to all parties to allow the gangs to carry out their wretched task. Thus the gangs were in the field, ready for their atrocious slaughter... The 'mission' in the circular was: to attack the convoys and massacre the population... I am ashamed as a $COUNTRY_ADJ$. What a stain on the reputation of $COUNTRY$, these criminal people...\nThe first-hand report of a $COUNTRY_ADJ$ defector made the newspapers headlines of one of the Great Powers. Soon, more evidence started to appear: in $CAPITAL$, senior government officials scramble to contain the damage of the damning report.;;;;;;;;;;;;; +EVT169001OPTA;This does not improve our image.;;;;;;;;;;;;; +EVTNAME169000;Mass Graves Found in $STATENAME$;;;;;;;;;;;;; +EVTDESC169000;Mass graves where found in $PROVINCENAME$, the bloody result of a $COUNTRY_ADJ$ purge against its perceived enemies. Throughout the whole of $STATENAME$, the situation is the same. In $CAPITAL$, $COUNTRY_ADJ$ authorities are denying any knowledge of this while they try to suppress this information leaking outside of $COUNTRY$. They say it would damage the $COUNTRY_ADJ$ reputation and is best to deal with these matters internally. An ongoing government investigation has failed to find any culprits.;;;;;;;;;;;;; +EVT169000OPTA;Who could be responsible for such an abomination?;;;;;;;;;;;;; +constitutional_crisis;Constitutional Crisis;;;;;;;;;;;;; +constitutional_crisis_desc;Constitutional rules were broken, leaving both Houses and the government in a bad position.;;;;;;;;;;;;; +EVTNAME6016818;Constitutional Crisis;;;;;;;;;;;;; +EVTDESC6016818;Countless have quietly, orderly, soberly, peaceably but firmly asked of their rulers to do justice: and their rulers have turned a deaf ear to that protest. Countless asked permission to detail their wrongs, and enforce their claims for RIGHT, and the 'House' has resolved they should not be heard! Countless of the slave-class have holden out the olive branch of peace and sought the principle of EQUALITY BEFORE THE LAW - and the privileged have refused to enter into a treaty! The same class is to be a slave class still. The assumption of inferiority is still to be maintained. The people are not to be free.\nWhen the $COUNTRY_ADJ$ monarch promised the people the right to vote, they were expecting their voices to be heard - instead, the monarch overruled the election results. In $CAPITAL$, a crowd clamours for their rights to be respected. This blatant disregard of the $COUNTRY_ADJ$ constitution is spreading unrest, locking the government and damaging our international reputation.;;;;;;;;;;;;; +EVT6016818OPTA;Ignore the rabble-rousers.;;;;;;;;;;;;; +EVTNAME33045;The $FROMCOUNTRY_ADJ$ Waning Influence;;;;;;;;;;;;; +EVTDESC33045;$FROMCOUNTRY$ is removing their diplomats from $CAPITAL$ and scaling down their diplomatic operations in $COUNTRY$. The reason seems to be the nascent North German Federation and the $FROMCOUNTRY_ADJ$ desire to maintain good relations with them. It seems like the future of Germany lies at the hands of the North German Federation.;;;;;;;;;;;;; +EVT33045OPTA;What does the future hold?;;;;;;;;;;;;; +EVTNAME33044;The Peace of $CAPITAL$;;;;;;;;;;;;; +EVTDESC33044;It seems the creation of a Northern-led German state is inevitable. With the formation of the North German Federation, out position as the main power in Germany is quickly waning. We can accept this change and try to work together with the North German Federation, or we can try and resist this change.;;;;;;;;;;;;; +EVT33044OPTA;It's time we look eastwards and to the Balkans.;;;;;;;;;;;;; +EVT33044OPTB;Never! Germany should be under $COUNTRY_ADJ$ rule.;;;;;;;;;;;;; +EVTNAME85032;Korean Monarchy Flees to Pyongyang;;;;;;;;;;;;; +EVTDESC85032;Our forces raided Seoul but the Joseon monarchs were nowhere to be found. They fled north to Pyongyang and vowed to fight the $COUNTRY_ADJ$ forces to the end.;;;;;;;;;;;;; +EVT85032OPTA;Crush the Joseon!;;;;;;;;;;;;; +EVTNAME96124;Kuwait Becomes a $FROMCOUNTRY_ADJ$ Protectorate;;;;;;;;;;;;; +EVTDESC96124;Though Kuwait enjoyed a de facto independence since its birth early in the 18th century, its chiefs acknowledged at different periods the nominal suzerainty of the Ottomans or the Wahhabi Imams of Riyadh. A few years ago, Mohammed bin Sabah succeeded to the chieftainship of the principality. The new ruler was an incompetent person and consequently affairs of the state gradually drifted into the hands of his shrewd brother-in-law, one Yusuf bin Abdullah Al-Ibrahim, which was bent upon a policy of $COUNTRY_ADJ$izing the principality. In Mohammed's half-brother, Mubarak, the patriotic party in Kuwait found a leader of outstanding ability and far-reaching ambitions and soon enough Mubarak assassinated the ruling chief and seized power for himself. Fearing $COUNTRY_ADJ$ intervention in Kuwait, Mubarak entered talks with the $FROMCOUNTRY_ADJ$ Resident in the Gulf who seized this opportunity and convinced Mubarak to become a $FROMCOUNTRY_ADJ$ protectorate.;;;;;;;;;;;;; +EVT961224PTA;Perfidious $FROMCOUNTRY_ADJ$!;;;;;;;;;;;;; +EVTNAME96123;Establishing a Protectorate Over Kuwait;;;;;;;;;;;;; +EVTDESC96123;Though Kuwait enjoyed a de facto independence since its birth early in the 18th century, its chiefs acknowledged at different periods the nominal suzerainty of the Ottomans or the Wahhabi Imams of Riyadh. A few years ago, Mohammed bin Sabah succeeded to the chieftainship of the principality. The new ruler was an incompetent person and consequently affairs of the state gradually drifted into the hands of his shrewd brother-in-law, one Yusuf bin Abdullah Al-Ibrahim, a Turcophil bent upon a policy of Ottomanizing the principality. In Mohammed's half-brother, Mubarak, the patriotic party in Kuwait found a leader of outstanding ability and far-reaching ambitions and soon enough Mubarak assassinated the ruling chief and seized power for himself. At first, the $COUNTRY_ADJ$ Resident in the Gulf didn't pay much attention to these events but as their neighbours encroached on Kuwait and as Russian influence grows in the Levant and possibly on Istanbul, the Resident started to listen and build $COUNTRY_ADJ$ relations with Mubarak. Finally, the offer came to $CAPITAL$: Mubarak offered to become a $COUNTRY_ADJ$ protectorate in exchange for protection and some autonomy.;;;;;;;;;;;;; +EVT961223PTA;We will offer our generous protection.;;;;;;;;;;;;; +EVT96123OPTB;We don't want to get involved.;;;;;;;;;;;;; +EVTNAME96122;Encroaching Foreign Influence;;;;;;;;;;;;; +EVTDESC96122;The governor of Baghdad pitched his government the idea of closely integrating Kuwait in the central government, which would spell the end of a free Kuwait. While we don't know how their reaction will be, nor if such an integration would be diplomatic or by force, senior figures in $CAPITAL$ proposed that we don't wait any longer and approach the masters of India - their country is much richer than Baghdad and we are sure to prosper under them. If it is to lose our sovereignty, a distant master would allow us more liberty than a close one.;;;;;;;;;;;;; +EVT96122OPTA;Send an envoy to the Great Power.§R(Game Over for player)§W;;;;;;;;;;;;; +EVT96122OPTB;We don't need anyone.;;;;;;;;;;;;; +EVTNAME37244;$FROMCOUNTRY_ADJ$ Ultimatum Over Savoy;;;;;;;;;;;;; +EVTDESC37244;Savoy, Savoie or Savoia is a region that historically straddled the frontiers between France and Italy. Despite being under $COUNTRY_ADJ$ rule for centuries, $FROMCOUNTRY$ claims that tens of thousands of $FROMCOUNTRY_ADJ$ citizens are living in Savoy and have no voice in $CAPITAL$. They argue that the region would have fairer rulers under $FROMCOUNTRY_ADJ$ administration and demand that we hand over control to them.;;;;;;;;;;;;; +EVT37244OPTA;Savoy is an integral part of $COUNTRY$.;;;;;;;;;;;;; +EVT37244OPTB;We don't want to strain our relations with the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;; +EVT44330OPTD;No, and don't ask me again.;;;;;;;;;;;;; +EVTOPTA30000;An excellent idea! We accept. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;; +EVTNAME961000;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Colonial Treaty;;;;;;;;;;;;; +EVTDESC961000;The $FROMCOUNTRY_ADJ$ government lost the war. Their colonial empire crumbled, and our outstanding disputes with them are now solved - in our favour.;;;;;;;;;;;;; +EVTOPTA961000;These are our rightful lands.;;;;;;;;;;;;; +EVTNAME9712004;Joining Forces with $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC9712004;$FROMCOUNTRY_ADJ$ envoys arrived today in $CAPITAL$ with an apocalyptic message: They believe the survival of the $FROMCOUNTRY_ADJ$ and $COUNTRY_ADJ$ people and way of life is threatened by foreign powers and the only way to protect it is for us to join forces - therefore they want to renege on their ties to their old masters and join our country.;;;;;;;;;;;;; +EVT9712004OPTA;We welcome them with open arms.;;;;;;;;;;;;; +EVTNAME971203;$FROMCOUNTRY$'s Shifting Allegiance;;;;;;;;;;;;; +EVTDESC971203;$FROMCOUNTRY_ADJ$ envoys arrived today in $CAPITAL$ seeking a protection and friendship deal from the $COUNTRY_ADJ$ government. They are reneging their old allegiances and abandoning their former master to pledge vassalage to the $COUNTRY_ADJ$ $MONARCHTITLE$ - as we are a growing influence and major power in their region of the world, they see no alternative but to come to us to guarantee their continued survival.;;;;;;;;;;;;; +EVT971203OPTA;We accept their pledge.;;;;;;;;;;;;; +EVT971203OPTB;Can we really trust someone who betrays their masters so easily?;;;;;;;;;;;;; +EVTNAME971202;$FROMCOUNTRY$'s Betrayal;;;;;;;;;;;;; +EVTDESC971202;A $FROMCOUNTRY_ADJ$ envoy arrived today in $CAPITAL$ announcing they renounce their allegiance: they won't be our vassals anymore. This bloodless rebellion is happening due to our waning influence in $FROMCOUNTRY$ and the presence, in their vicinity, of a new Great Power that shook the $FROMCOUNTRY_ADJ$ political establishment. Undoubtedly, they pressured our former vassals into this.;;;;;;;;;;;;; +EVT971202OPTA;Damn them!;;;;;;;;;;;;; +EVTNAME971201;A Shift in the Balance of $COUNTRY_ADJ$ Politics;;;;;;;;;;;;; +EVTDESC971201;For years our overlords held the true power behind the $COUNTRY_ADJ$ $MONARCHTITLE$. They protected us, and we paid them with our respect and the fruits of our toil. But that is soon to change as a momentous shift happened in $YEAR$ that shocked our old allegiances. Our former overlords lost all their influence in $CAPITAL$ and a new power creeped in, little by little, until it overwhelmed our former protectors. Now they are nowhere to be seen and the newcomers are upping the pressure for us to take a stance in the future of the region: should we to shift our allegiance, go alone or something else?;;;;;;;;;;;;; +EVT971201OPTA;We should look for new overlords.;;;;;;;;;;;;; +EVT971201OPTB;This is the opportunity we needed to free ourselves from our shackles.;;;;;;;;;;;;; +EVT971201OPTC;We should join forces with our brethren. §R(Game Over for player)§W;;;;;;;;;;;;; +EVT971201OPTD;We have faith in our protectors.;;;;;;;;;;;;; +EVTNAME22592;Forts Close in $STATENAME$;;;;;;;;;;;;; +EVTDESC22592;If one in $YEAR$ were to look at the state of the $COUNTRY_ADJ$ line of defences in $PROVINCENAME$, what they would see is a multitude of abandoned bases and unmanned fortifications occupied only by squatters. A fortification is something tricky to maintain - not only it needs regular assessment of the integrity of walls and gates, but also a constant supply of new armaments, supplies and tools for repair. If one of these ingredients are missing, the structures become useless and the military corps are powerless to stop decay from setting in. After several years of hardship, what is seen in $STATENAME$ is this picture, a consequence of the disastrous bankruptcy that is crushing $COUNTRY$.;;;;;;;;;;;;; +EVTNAME22591;Overgrown Railways in $STATENAME$;;;;;;;;;;;;; +EVTDESC22591;What once was one of the arteries of $COUNTRY_ADJ$ industry, the railway in $PROVINCENAME$ fell into such disrepair that it's path is barely visible and its tracks are unusable. Economic recession has hit $STATENAME$ harshly for the last years and without money from $CAPITAL$ being invested, most of the railways in $STATENAME$ are in such a state that they will need to be rebuilt to become train-worthy again.;;;;;;;;;;;;; +EVTOPTC4431;Leave them be. The capitalists will starve and the landowners will have no privileges.;;;;;;;;;;;;; +EVTNAME6016817;$COUNTRY_ADJ$ Imperialism in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC6016817;We have a colonial claim in the $FROMCOUNTRY$ region, that is, in all states in that region. It is, most likely, an excuse: some old ruler passed away, stopping infighting and killing, unpaid debts, harassment of $COUNTRY_ADJ$ citizens and merchants. No matter the reason, what matters is that we have a new reason to expand $COUNTRY_ADJ$ influence in $FROMCOUNTRY$'s region and bring it in the fold.\n\n§RThis event is to warn that the Imperialism CB is available for you in one or more of the following country regions: Mozambique, Algiers, Yemen, Indonesia, Laos, Cambodia, Burma, Vietnam or Malaysia. The CB doesn't need to be constructed, gives 0.5 to 2 infamy and has a random truce from 1 to 5 years. This event will not appear again. The region is one you have a stake in - you already own a province or own a nearby province.;;;;;;;;;;;;; +EVT6016817OPTA;March to $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTNAME22590;$PROVINCENAME$ Old Naval Base;;;;;;;;;;;;; +EVTDESC22590;A half abandoned leviathan stuck in the coast. That is how locals in $PROVINCENAME$ describe the decrepit facilities of the old naval base that used to be a local asset strategically important for the $COUNTRY_ADJ$ government. In truth, the naval base has been in decline for a long while and the government defaulting is just the rock bottom. Hit with a severe economic recession in $YEAR$, $COUNTRY_ADJ$ politicians in $CAPITAL$ have no money to spend on repairing and maintaining non-essential staff and facilities.;;;;;;;;;;;;; +EVT22590OPTA;The $COUNTRY_ADJ$ will rise again.;;;;;;;;;;;;; +EVTNAME952516;The End of the Limburg Crisis;;;;;;;;;;;;; +EVTDESC952516;The Limburg crisis arose from German ambitions over the old duchy of Limburg. Wherever they enforced their claims or not, the question is now, for better or worse, gone.;;;;;;;;;;;;; +EVT952516OPTA;Europe can be at peace once more.;;;;;;;;;;;;; +EVTOPTA14540;The idea is certainly interesting, but it might be expensive. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTNAME2571;$FROMCOUNTRY_ADJ$ Living Space;;;;;;;;;;;;; +EVTDESC2571;In line with their ideology, the $FROMCOUNTRY_ADJ$ government is making overt aggressive gestures and statements over our lands in a bid to tout their ideology to the $FROMCOUNTRY_ADJ$ people. They claim $COUNTRY_ADJ$ territories are part of their "living space", raising tensions in the region and worrying senior figures in $CAPITAL$ that a war with $FROMCOUNTRY$ is looming. They may be bluffing, but that is not a sure thing until war breaks out.;;;;;;;;;;;;; +EVTOPTA2571;Worrying news.;;;;;;;;;;;;; +EVTOPTB2570;They are not worth our time.;;;;;;;;;;;;; +EVTNAME70006;$COUNTRY_ADJ$ Non-organized Territories;;;;;;;;;;;;; +EVTNAME37243;Sanitation of the Gascogne landes;;;;;;;;;;;;; +EVTDESC37243;In $YEAR$, the $COUNTRY_ADJ$ government passed the "Law related to sanitation and culture of the Gascogne landes" affecting $PROVINCENAME$. It is a landmark for the history of the province as it represents the end of traditional pastoralism, the disappearance of the Landes shepherd, and the beginning of the extension of the Landes forest on the major part of the territory, leading to the generalization of timber extraction in the region. Up to this point, the region is a sparsely inhabited swampy land, with the people of the Landes used stilt-walking to move from place to place in the wet terrain.;;;;;;;;;;;;; +EVT37243OPTA;A new future for $PROVINCENAME$.;;;;;;;;;;;;; +EVTNAME199072;Production in Dai Nam;;;;;;;;;;;;; +EVTDESC199072;Now that Vietnam enjoys much of the western inventions thanks to the $COUNTRY_ADJ$ government, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Dai Nam provinces are dawning - one where rice and rubber will play a vital role, but one that we can steer in several different directions.;;;;;;;;;;;;; +EVTNAME199071;Production in Cambodia;;;;;;;;;;;;; +EVTDESC199071;Now that Cambodia is fully in our hands, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Cambodia provinces are dawning - one where rice and rubber will play a vital role, but one that we can steer.;;;;;;;;;;;;; +EVTNAME199070;Production in Laos;;;;;;;;;;;;; +EVTDESC199070;Now that Laos is fully in our hands, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Laos provinces are dawning.;;;;;;;;;;;;; +EVTNAME199069;Production in Malaysia;;;;;;;;;;;;; +EVTDESC199069;Now that Malaysia is fully westernized, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia, a new era for agriculture in the Malay provinces are dawning.;;;;;;;;;;;;; +EVTNAME16461;The Back to Africa Movement Succeeds;;;;;;;;;;;;; +EVTDESC16461;The $COUNTRY_ADJ$ Colonization Society announced today in $CAPITAL$ that, thanks to the help of the $COUNTRY_ADJ$ government, their task of repatriating Africans was a resounding success - there's isn't a single African in $COUNTRY_ADJ$ core territory. Many of the so-called democratic countries condemned our methods but their effectiveness was tested and proved.;;;;;;;;;;;;; +EVTOPTB16461;Africa for the Africans.;;;;;;;;;;;;; +EVTNAME16460;$PROVINCENAME$'s African Community;;;;;;;;;;;;; +EVTDESC16460;With the "Back to Africa" act in full force, police in $PROVINCENAME$ have been trying to round all African-$COUNTRY_ADJ$ they can for the forceful resettlement. Many, however, are hiding in the country side or escape during transportation to port. An underground network of support to avoid the resettlement is also rumoured to be operating in $STATENAME$. This means that, despite the best efforts of the $COUNTRY_ADJ$ police, our efforts to resettle the African community in $PROVINCENAME$ might fail.;;;;;;;;;;;;; +EVTOPTB16460;Let's hope our boys in blue caught them.;;;;;;;;;;;;; +EVTNAME33043;Ostflucht;;;;;;;;;;;;; +EVTDESC33043;The Ostflucht (flight from the East) is the name being given to the migration of Germans and Poles from the eastern parts of Germany to more industrialized regions in central and western Germany. The causes of this migration are still being studied, with the most preeminent of the scholars being one Max Weber, but it's theorized that a drop in attractiveness to migrate to America combined with an increased demand for industrial workforce in other parts of Germany, increased birth-rates among the poles and poverty in East Germany are the main driving factors for this phenomenon. With no signs of abating, politicians in $CAPITAL$ are scrambling to pass legislation to mitigate its effects including limiting sale of estates to Germans only.;;;;;;;;;;;;x ; +EVT33043OPTA;How many more can come?;;;;;;;;;;;;; +EVTNAME971205;Instability in $COUNTRY$;;;;;;;;;;;;; +EVTDESC971205;As the Johor Empire fell apart with the loss of the Riau-Lingga territories, the successor states and the rump Johor Sultanate were beset by adversities. Piracy, wars, succession crisis and internal strife meant that the monarchs in the Malay region were under constant threat of losing their power, or worse. This is no exception for $COUNTRY$, where our most senior advisors now concocted a plan to reach out to a foreign power as a mean to increase stability.;;;;;;;;;;;;; +EVT971205OPTA;Put the plan in motion.;;;;;;;;;;;;; +EVTNAME971206;The $FROMCOUNTRY_ADJ$ Sultan's Request;;;;;;;;;;;;; +EVTDESC971206;As the Johor Empire fell apart with the loss of the Riau-Lingga territories, the successor states and the rump Johor Sultanate were beset by adversities. Piracy, wars, succession crisis and internal strife meant that the monarchs in the Malay region were under constant threat of losing their power, or worse. In $YEAR$ the Sultan of $FROMCOUNTRY$ went to $CAPITAL$ seeking recognition of the $COUNTRY_ADJ$ rulers over his sultanate as well as some form of recognition of $FROMCOUNTRY$'s independence with a treaty of friendship. The Sultanate was shaken by internal and external threats and the once proud kingdom is now a shell of its former self, weak and fragile. By accepting the Sultan's request, signing a friendship treaty and formally crowning him as the $FROMCOUNTRY_ADJ$ Sultan we will be able to establish a protectorate over $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT971206OPTA;We will gladly extend our graces to $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT971206OPTB;We have no interest in $FROMCOUNTRY$ politics.;;;;;;;;;;;;; +EVTNAME96096;$COUNTRY_ADJ$ $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC96096;Our diplomats secured a rounding success today in $CAPITAL$ as they managed to pry the rights to the colony of $FROMCOUNTRY$ during the last round of talks on the dismantlement of the defeated countries. The colony might rebel against our rule and fight for their independence, but our exclusive claim to it is sure to make other powers envious of $COUNTRY_ADJ$ diplomacy.;;;;;;;;;;;;; +EVTOPTA96096;Let $FROMCOUNTRY$ welcome $COUNTRY_ADJ$ rule.;;;;;;;;;;;;; +EVTOPTB96096;We will wait for other colonial opportunities.;;;;;;;;;;;;; +EVTOPTC96096;We are not interested in any more colonies.;;;;;;;;;;;;; +EVTNAME70005;$COUNTRY_ADJ$ Dismantlement;;;;;;;;;;;;; +EVTDESC70005;Like vultures, the winners of the last war descended on our colonial possessions. Today in $CAPITAL$ another round of talks begun with the winning nations debating how to properly divide $COUNTRY_ADJ$ colonial territories.;;;;;;;;;;;;; +EVT70005OPTA;Damn them!;;;;;;;;;;;;; +EVTNAME6016816;The Long War;;;;;;;;;;;;; +EVTDESC6016816;We've been too long in a war. The international community at large suspects that our war is an extermination campaign against our enemies, and one after the other they move to condemn it. In $CAPITAL$, support for the long war is slowly draining for the last few years as the $COUNTRY_ADJ$ people are turning more and more against it.;;;;;;;;;;;;; +EVT6016816OPTA;We need to wrap this up immediately.;;;;;;;;;;;;; +EVTNAME13250;$FROMCOUNTRY$ Free-Trade!;;;;;;;;;;;;; +EVTDESC13250;One of our traders was turned away from $FROMCOUNTRY$ some time ago. Apparently he was discovered by local customs officials trying to smuggle opium, despite the $FROMCOUNTRY_ADJ$ ban on opium imports. A liberal politician in our lower house has addressed the matter.\n\n'The right to trade freely, and openly, across the seas and on land, is one of the unalienable rights of mankind. Our rights have been denied in $FROMCOUNTRY$, and I for one wonder how long the government will stand for these slights at the hands of uncivilized heathens.;;;;;;;;;;;;; +EVTNAME12020;The Girl from the Coal Pits;;;;;;;;;;;;; +EVTDESC12020;The coal laden tub must have weighed heavily on her body, fragile and worn from many years of arduous labour in the coal pits, for her feet could no longer carry her. There, in the dark, where the shafts go countless fathoms deep, she slipped and fell.'\n\nAnother young girl has lost her life in a coal mining accident in one of our provinces, and the particular tragedy of the case has received national attention.;;;;;;;;;;;;; +EVTNAME12030;Production Shortfalls;;;;;;;;;;;;; +EVTDESC12030;One of our munitions factories has experienced a severe shortfall in production over the past three months, which has gone unreported for fear of causing alarm among investors and local industrial magnates. By covering the factory's losses with materials from the national stockpile, we could be perceived as saving local jobs.;;;;;;;;;;;;; +EVTNAME12050;Tea Weighing Station Robbed;;;;;;;;;;;;; +EVTDESC12050;The central tea weighing station in one of our tea producing provinces has been held up by armed thugs. Some locals speculate that harsh times in the province might have provoked local farmers, tired of seeing local distributors and retailers eating away at their profits, to rob the station. Whatever the cause may be, we need to address the situation.;;;;;;;;;;;;; +EVTNAME12060;Feed The Hungry Soldiers;;;;;;;;;;;;; +EVTDESC12060;While the war rages, every can that rolls off the production line from a local 'Canned Food & Preservatives Ltd.' is as important as a cannonball or a rifle. The food is reportedly excellent, and very popular among our soldiers. So popular, in fact, that the General Staff has commissioned another massive order from the factory.;;;;;;;;;;;;; +EVTNAME12070;Old Canned Food;;;;;;;;;;;;; +EVTDESC12070;The Quartermaster General reports the discovery of a forgotten cache of canned foodstuffs in an army stockpile in $PROVINCENAME$. The content of the cans is still, despite being several years old, apparently quite edible. What should we do with the 15 tonnes of canned food?;;;;;;;;;;;;; +EVTOPTA12070;Sell it.;;;;;;;;;;;;; +EVTOPTB12070;Distribute the food among the poor.;;;;;;;;;;;;; +EVTNAME12080;Bovine Fever;;;;;;;;;;;;; +EVTDESC12080;A strange fever has erupted among the cattle in one of our provinces and the cattle are reported dying en masse. The veterinarian at the local garrison has been criss-crossing the province trying to what little can be done to stave off the effects of this, apparently quite contagious, disease. While the disease itself will eventually dissipate, the question of reimbursement for hundreds of ruined farmers and their families still requires attention.;;;;;;;;;;;;; +EVTNAME12090;Death in the Silk Fields;;;;;;;;;;;;; +EVTDESC12090;The cocoons shrivel and die, and what little thread there is on them fails to coagulate properly, and unravels at the slightest breeze. Something is awry in the silk fields, and even our best chemists have not been able to find a cure for the disease that plagues our farms. Local silk farmers are outraged, and call upon the government to act.;;;;;;;;;;;;; +EVTNAME12100;A Cure!;;;;;;;;;;;;; +EVTDESC12100;A chemist of no small renown has invented a cure for the disease that has been plaguing our silk farms and, even better, with government support the cure could be exported to all our provinces, should more of them be affected by this nasty illness.;;;;;;;;;;;;; +EVTNAME12110;In Them Old Cotton Fields;;;;;;;;;;;;; +EVTDESC12110;The cotton produced in one of our provinces is of the highest possible quality and strength. So strong, in fact, is the cotton, that the white balls harvested there have begun building quite a reputation for themselves as being some of the best available in the world. The reputation has built for quite some time, and local farmers have begun taking pride in the fact that, in the world of cotton, $COUNTRY_ADJ$ cotton is a byword for quality.;;;;;;;;;;;;; +EVTNAME12120;Iron and Blood;;;;;;;;;;;;; +EVTDESC12120;Not by speeches and votes of the majority, are the great questions of the time decided, but by iron and blood.'\n-Otto von Bismarck\n\nA new, rich lode of minerals has been discovered in the $PROVINCENAME$ mine. While the vein is rich, it is also located on a perilous depth that is just beyond the reach of our present mining technology. We could attempt to extract the ore, but doing so will carry with it a cost in lives and blood.;;;;;;;;;;;;; +EVTNAME12130;Cottage Industry;;;;;;;;;;;;; +EVTDESC12130;The wool district in one of our provinces became a hub of activity lately, as more and more little cottage weaveries are springing up across the province. While the folk in the province have always been known as a thrifty kind, the ready access to some of the world's best wool might also explain this flurry of activity.;;;;;;;;;;;;; +EVTNAME12140;Clipper Boom;;;;;;;;;;;;; +EVTDESC12140;The wharfs, quays, and drydocks in one of our provinces are abuzz with the rings of hammers and the songs of saws, as the local factory struggles to keep up with new orders for clipper ships that are pouring in from all over the world. Efficient work processes and management, combined with excellent craftsmanship and seamanship, have led the province to produce more and better ships than during any year previous! Perhaps this is the time to rest on the laurels, but, then again, the future is always an uncertainty.;;;;;;;;;;;;; +EVTNAME12150;Boiler Explodes!;;;;;;;;;;;;; +EVTDESC12150;Tragedy struck today, when a steam boiler exploded during a routine test in the machine shop contracted to build it for the local steamer factory. Seven workers were killed in the explosion, and several thousands of pounds worth of equipment were destroyed. Local officials are investigating the working conditions in the shop, and hopefully these accidents can be avoided in the future but, for now, they mourn their dead.;;;;;;;;;;;;; +EVTNAME12160;Standard Local Cement;;;;;;;;;;;;; +EVTDESC12160;One of our provinces has been making quite a name for itself in the cement industry over the past few years. What started out as smalltime production in a family business has now grown to an industry big enough to support the entire province, and the name 'Standard $COUNTRY_ADJ$ Cement' is becoming a household name. $COUNTRY_ADJ$ cement recipes are being admired and imitated across the world!;;;;;;;;;;;;; +EVTNAME12170;Dyeworks Accident;;;;;;;;;;;;; +EVTDESC12170;Several workers died today at the one of our dyeworks, when an industrial sized tub of hot dye accidentally spilled out over the workshop floor and the unsuspecting workers. Locals are upset about the incident, claiming that the poor safety regulations in the hot and dangerous workplace are to blame for the accident, and are urging the government to take action. As rescue workers left the scene, several workshop employees were left dying.;;;;;;;;;;;;; +EVTOPTA12170;They shall not have died in vain!;;;;;;;;;;;;; +EVTOPTB12170;We shall all die sooner or later.;;;;;;;;;;;;; +EVTNAME12180;Cistern Explodes!;;;;;;;;;;;;; +EVTDESC12180;A fuel cistern in one of our refineries exploded today for reasons yet unknown, and the lives of seven workers were claimed in the ensuing conflagration, along with thousands of dollars worth in company property. The refinery owner has washed his hands of any responsibility for the accident, claiming instead that government safety inspections have been lacking.;;;;;;;;;;;;; +VTNAME12190;Overproduction at the Refinery;;;;;;;;;;;;; +EVTDESC12190;One of our refineries has been doing well lately, with production exceeding expected quotas by several thousand gallons. Due to storage problems, the refinery owner has approached the government with a deal to buy the fuel at a steep discount. We could either buy the fuel ourselves, or turn him down and wait for him to float the cheap fuel on the market. The local impact of cheap fuel should make the locals fairly happy, but we could probably use the fuel ourselves.;;;;;;;;;;;;; +EVTNAME12200;Tragedy at the Mine;;;;;;;;;;;;; +EVTDESC12200;Another tragic day for our labourers today, as an accident was reported as having claimed several lives in one of our iron mines. Several workers have been reported injured, and some are still missing. A faulty support beam in the mine collapsed to cause the accident, reports say. The incident is bound to raise at least a local debate on working conditions in our mines.;;;;;;;;;;;;; +EVTNAME12210;The Old Man and The Sea;;;;;;;;;;;;; +EVTDESC12210;A fisherman off the $COUNTRY_ADJ$ coast has brought in an enormous catch today. His trawler is practically teeming with the riches of the richest of oceans as he anchors in the harbor, and fairly soon other fishermen are able to repeat his example. The fishing is unusually good of the $COUNTRY_ADJ$ this year, it seems.;;;;;;;;;;;;; +EVTNAME12220;All the Tea in $COUNTRY$;;;;;;;;;;;;; +EVTDESC12220;The tea harvest is unusually large this year, and nowhere is it larger than in $COUNTRY$. Everywhere one ventures, sacks and sacks again stand lined up, brimming with freshly picked leaves of wonderfully smelling tea. This harvest will probably set us straight for years if we're capable of leveraging it right. Should we let the farmers keep an extra portion of the harvest, let our merchants sell it for profit, or should we stockpile it for later use?;;;;;;;;;;;;; +EVTNAME12230;$COUNTRY_ADJ$ Radio;;;;;;;;;;;;; +EVTDESC12230;A local radio station is facing a shortage of radio components for their transmitters, and have been forced to cease brodcasts until the situation is resolved. Local authorities have suggested lending some of the government's radio components to the station, as it fears that the local populace will be alarmed by a lack of news from the front.;;;;;;;;;;;;; +EVTNAME12240;In The Drunk Tank;;;;;;;;;;;;; +EVTDESC12240;More and more social, religious and educational institutions in $COUNTRY$, primarily from the educated middle classes, are coming to see the influence of alcohol on our society as a moral and social wrong. Pointing at the effects and costs in terms of broken homes, windows and spirits, they urge temperance, with some even going so far as to support calls for outright prohibition. Brewery owners in one of our provinces are concerned by the development, and wish to see their future privilege to sell and manufacture alcohol guaranteed.;;;;;;;;;;;;; +EVTNAME12260;Elegant Furniture;;;;;;;;;;;;; +EVTDESC12260;'Mayhaps this chair, madame? Made from the finest Brazilian Mahogany, inlaid with delicate Nubian patterns of Kenyan ivory. Observe the rich marbling on the leather. You won't find another one like it in all of $COUNTRY$!'\n\nRising standards of living in $COUNTRY$ have caused an upswing in the demand for better and more elegant furniture. As people's homes are beautified, it only makes sense that the offices of government are, likewise, upgraded to better conform to modern standards.;;;;;;;;;;;;; +EVTNAME12270;Changing Fashions;;;;;;;;;;;;; +EVTDESC12270;Disaster has struck our luxury clothes factory in one of our provinces, where several shipments have been cancelled over the past few weeks. The reason for the cancellations seems to be that the clothes, quite simply, aren't selling all that well, and no wonder, the cut is wrong, and the buttons look almost clownishly large. Strange, they seemed so nice last season.;;;;;;;;;;;;; +EVTNAME12280;Moldy Clothing;;;;;;;;;;;;; +EVTDESC12280;Water has seeped into a factory warehouse in one of our provinces, damaging several shipping crates' worth of clothing. The clothing has been infected by a pungent smelling mold of some kind, and while it doesn't look so bad, the fiber in the cloth reeks of cellar and stale water. We might be able to salvage the clothes, but there is some doubt as to whether anyone would want to use them.;;;;;;;;;;;;; +EVTNAME21528;The Year of Abundance;;;;;;;;;;;;; +EVTDESC21528;'Here is the best pasturage in the world - for a lean beast grows fat here in ten days. Wild game of every sort abounds. There are great quantities of wild sheep of huge size amid sublime plains and fine fields that yield bountiful harvests of wheat and every other kind of grain.'\n\n $YEAR$ was an especially bountiful year with excellent climate and rainfall, making the latest harvest something to behold. The effects of this perfect climate will be felt for a while and translate to higher agricultural output.;;;;;;;;;;;;; +EVTOPTA21528;We truly are blessed.;;;;;;;;;;;;; +EVTNAME21527;The Drought of $YEAR$;;;;;;;;;;;;; +EVTDESC21527;'For four miserable months they had endured a searing drought that still gripped almost all of $COUNTRY$ and showed no sign of abating. Cattle ranchers and wheat farmers, they could do nothing but watch helplessly as their fields and pastures scorched and cracked while the months crawled by with no rain. It was easy to see where wildfires had ripped across the high plains weeks earlier, because those fields were still black. And now there was nothing left to feed the cattle.'\n\nIt's been a long time since most of our homeland saw any rain. The $COUNTRY_ADJ$ people suffer under the drought that lasts several months and now the effects are being felt in agriculture - and they will be felt for a long time.;;;;;;;;;;;;; +EVTOPTA21527;When will it rain?.;;;;;;;;;;;;; +EVTNAME199068;Production in $COUNTRY_ADJ$ Rwanda-Burundi;;;;;;;;;;;;; +EVTDESC199068;$COUNTRY_ADJ$ Rwanda-Burundi has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Rwanda-Burundi there's potential for tobacco, coffee and tea production potential, as well forestry products. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199068;Focus on tea and tobacco.;;;;;;;;;;;;; +EVTOPTC199068;Focus on rubber and tropical wood.;;;;;;;;;;;;; +EVTNAME199067;Production in $COUNTRY_ADJ$ Zimbabwe;;;;;;;;;;;;; +EVTDESC199067;$COUNTRY_ADJ$ Zimbabwe has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Zimbabwe there's potential for tobacco, coffee and iron production potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199066;Production in $COUNTRY_ADJ$ Madagascar;;;;;;;;;;;;; +EVTDESC199066;$COUNTRY_ADJ$ Madagascar has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Madagascar there's potential for the usual cash crops, as well as forestry potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199065;Production in $COUNTRY_ADJ$ Guine-Bissau;;;;;;;;;;;;; +EVTDESC199065;$COUNTRY_ADJ$ Guine-Bissau has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Guine-Bissau there's potential for the usual cash crops, as well as forestry potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTD199065;We should make the most of the jungles we have.;;;;;;;;;;;;; +EVTNAME199064;Production in Indonesia;;;;;;;;;;;;; +EVTDESC199064;Now that Indonesia is fully westernized, the opportunity to shift its production out of agriculture for the internal market to an exportation-driven model was put forward by several $COUNTRY_ADJ$ companies. In $CAPITAL$, discussions began with several companies putting forward proposals on what to focus and what to incentive. From the jungles of South East Asia to its islands and beaches, a new era for agriculture in the Indonesian provinces are dawning.;;;;;;;;;;;;x\nIn Indonesia there's potential for virtually any cash crop, as well as mineral potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.; +EVTOPTB199064;We know there are mineral riches - we just need to keep looking. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;; +EVTNAME199063;Production in $COUNTRY_ADJ$ Dahomey;;;;;;;;;;;;; +EVTDESC199063;$COUNTRY_ADJ$ Dahomey has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Dahomey there's potential for cotton, coffee or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199062;Production in $COUNTRY_ADJ$ Upper Volta;;;;;;;;;;;;; +EVTDESC199062;$COUNTRY_ADJ$ Upper Volta has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Upper Volta there's potential for cotton, coffee or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199061;Production in $COUNTRY_ADJ$ Ghana;;;;;;;;;;;;; +EVTDESC199061;$COUNTRY_ADJ$ Ghana has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nIn Ghana there's potential for cotton, coffee or tobacco production, as well as gold reports. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199060;Production in $COUNTRY_ADJ$ Sudan;;;;;;;;;;;;; +EVTDESC199060;$COUNTRY_ADJ$ Sudan has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSudan is an isolated colony. There's potential for cotton, coffee or tobacco production, as well as talk of gold to be found. But we will have to invest money to reach the country's full potential. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199059;Production in $COUNTRY_ADJ$ Bechuanaland;;;;;;;;;;;;; +EVTDESC199059;$COUNTRY_ADJ$ Bechuanaland has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nBechuanaland is not a particularly fertile colony and has small potential for cotton, fruit or tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199058;Production in $COUNTRY_ADJ$ Uganda;;;;;;;;;;;;; +EVTDESC199058;$COUNTRY_ADJ$ Uganda has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nUganda is a fertile colony and has potential for cotton, tea, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199057;Production in $COUNTRY_ADJ$ Mozambique;;;;;;;;;;;;; +EVTDESC199057;$COUNTRY_ADJ$ Mozambique has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nMozambique is a fertile colony and has potential for cotton, tea, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199056;Production in $COUNTRY_ADJ$ Angola;;;;;;;;;;;;; +EVTDESC199056;$COUNTRY_ADJ$ Angola has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nAngola is a fertile colony and has potential for cotton, coffee and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199055;Production in $COUNTRY_ADJ$ Nyasaland;;;;;;;;;;;;; +EVTDESC199055;$COUNTRY_ADJ$ Nyasaland has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nNyasaland has potential for cotton, coffee, tea and tobacco production, the main problem being the lack of available space for plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199054;Production in $COUNTRY_ADJ$ Ubangi-Shari;;;;;;;;;;;;; +EVTDESC199054;$COUNTRY_ADJ$ Ubangi-Shari has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nUbangi-Shari has potential for cotton and coffee production, rubber extraction as well as ivory trade in the east. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199053;Production in $COUNTRY_ADJ$ Mali;;;;;;;;;;;;; +EVTDESC199053;$COUNTRY_ADJ$ Mali has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nMali has potential for cotton, tobacco or coffee production. There are reports of small-scale gold production, but if we aim to have viable quantities of gold production we will need to spend money on mineral prospecting. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199053;Carry on as normal but thoroughly search for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTD199053;Let's spare some space for tobacco production.;;;;;;;;;;;;; +EVTOPTE199053;The demand for coffee is ever increasing.;;;;;;;;;;;;; +EVTNAME199052;Production in $COUNTRY_ADJ$ Tanganyika;;;;;;;;;;;;; +EVTDESC199052;$COUNTRY_ADJ$ Tanganyika has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nTanganyika is a fertile colony with potential for coffee, tea, cotton and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTC199051;We must expand our tea production.;;;;;;;;;;;;; +EVTOPTB199052;Coffee and tobacco should be the priority.;;;;;;;;;;;;; +EVTNAME199051;Production in $COUNTRY_ADJ$ Kenya;;;;;;;;;;;;; +EVTDESC199051;$COUNTRY_ADJ$ Kenya has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nKenya is a fertile colony with potential for coffee, tea, cotton and tobacco production. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199050;Production in $COUNTRY_ADJ$ Zambia;;;;;;;;;;;;; +EVTDESC199050;Zambia, known to the British as Northern Rhodesia, has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nZambia is a fertile colony with potential for coffee, cotton and tobacco production. Our surveyors also report copper and perhaps even coal, but they'd need more money to be sure. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199050;Pay the surveyors to find coal and import some coffee seeds. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTC199050;We should focus on cotton production.;;;;;;;;;;;;; +EVTOPTB199060;We should focus on cotton, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTC199060;We should focus on coffee, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTD199060;We should focus on tobacco, but look for mineral riches. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTD199050;Tobacco is all the rage in Europe right now.;;;;;;;;;;;;; +EVTNAME199049;Production in $COUNTRY_ADJ$ Congo Free State;;;;;;;;;;;;; +EVTDESC199049;$COUNTRY_ADJ$ Congo Free State has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCongo Free State is the biggest colony in Africa and has a huge potential for a variety of commodities. There's great potential for rubber extraction from the jungle, ivory trade in the capital as well as money to be made in coffee, cotton, and tea plantations, not to mention the mineral riches. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199049;Coffee and cotton plantations would help our economy.;;;;;;;;;;;;; +EVTOPTC199049;Focus on tea and tropical wood;;;;;;;;;;;;; +EVTNAME199048;Production in $COUNTRY_ADJ$ Congo;;;;;;;;;;;;; +EVTDESC199048;$COUNTRY_ADJ$ Congo has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCongo is a small colony and the jungle leaves small space for production. There's great potential for rubber extraction from the jungle as well as some money to be made in coffee plantation. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTC199048;Let's focus on rubber and tropical wood.;;;;;;;;;;;;; +EVTNAME199047;Production in $COUNTRY_ADJ$ Gabon;;;;;;;;;;;;; +EVTDESC199047;$COUNTRY_ADJ$ Gabon has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nGabon is a small colony and the jungle leaves small space for production. There's potential for rubber extraction from the jungle as well as some money to be made in the ivory trade. Alternatively, we can try incentiving the fruit business. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199046;A mix of cotton and rubber might be what we need.;;;;;;;;;;;;; +EVTOPTC199047;We could use some fruit production.;;;;;;;;;;;;; +EVTNAME199046;Production in $COUNTRY_ADJ$ Cameroon;;;;;;;;;;;;; +EVTDESC199046;$COUNTRY_ADJ$ Cameroon has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nCameroon is a fertile colony, with a big potential for coffee and cotton plantation in the highlands and rubber in the jungle to the south. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199045;Production in $COUNTRY_ADJ$ Chad;;;;;;;;;;;;; +EVTDESC199045;$COUNTRY_ADJ$ Chad has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nChad is a poor colony, with little possibility of agriculture due to its location in the Sahel. The main proposal seem to be focusing on cotton. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199044;Production in $COUNTRY_ADJ$ Niger;;;;;;;;;;;;; +EVTDESC199044;$COUNTRY_ADJ$ Niger has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nNiger is a poor colony, with little possibility of agriculture due to its location in the Sahel. The main proposal seem to be focusing on cotton and peanuts, but we can also try and use the fields for livestock. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTB199044;Livestock is in high-demand in our country.;;;;;;;;;;;;; +EVTNAME199043;Production in $COUNTRY_ADJ$ Senegal;;;;;;;;;;;;; +EVTDESC199043;$COUNTRY_ADJ$ Senegal has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as new territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSenegal has its biggest potential in rubber extraction but it also could provide decent coffee or cotton plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199042;Production in $COUNTRY_ADJ$ Guinea;;;;;;;;;;;;; +EVTDESC199042;$COUNTRY_ADJ$ Guinea has just been declared a colony. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nGuinea has its biggest potential in rubber extraction but it also could provide decent coffee or cotton plantations. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME199041;Production in $COUNTRY_ADJ$ Sierra Leone;;;;;;;;;;;;; +EVTDESC199041;$COUNTRY_ADJ$ Sierra Leone has just been declared a colony in the capital city of Freetown. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nSierra Leone has potential for coffee or cotton plantations, while geologists tell us there's potential for great mineral richness far away from the coast. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTC199041;A mix of cotton and coffee production could be good.;;;;;;;;;;;;; +EVTOPTD199041;If there's mineral richness, we are willing to invest in it.;;;;;;;;;;;;; +EVTNAME96098;Colonial Dismantlement;;;;;;;;;;;;; +EVTDESC96098;The bastards that are forcing the humiliating dismantlement of our colonial empire are still not done with it. We can only watch as our colonial possessions are torn away.;;;;;;;;;;;;; +EVTOPTA96098;Vultures!;;;;;;;;;;;;; +EVTNAME96099;$FROMCOUNTRY$'s Refusal;;;;;;;;;;;;; +EVTDESC96099;The colonial partition of our enemy was proceeding according to plan. The defeated nation agreed to our demands and its colonies are being claimed by the victors. The $FROMCOUNTRY_ADJ$, however, refuse to cooperate. They claim a right to self rule and say they will not be exploited again. Our envoys returned to $CAPITAL$ with the negative answer and it seems the only way we will get $FROMCOUNTRY$ as a colony is through war.;;;;;;;;;;;;; +EVTOPTA96099;If they want war, they will have war.;;;;;;;;;;;;; +EVTOPTB96099;They are not worth the trouble.;;;;;;;;;;;;; +EVTNAME96097;The $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;; +EVTDESC96097;Our self-rule period has the possibility of ending sooner rather than never. The $FROMCOUNTRY_ADJ$ government sent and envoy to $CAPITAL$ with an ultimatum: as part of their peace deal with our former overlords, our nation is to be annexed as a colony of the $FROMCOUNTRY_ADJ$ empire.;;;;;;;;;;;;; +EVTOPTA96097;We have no choice but to submit.;;;;;;;;;;;;; +EVTOPTB96097;They will never take our freedom!;;;;;;;;;;;;; +EVTNAME96095;The Fate of $COUNTRY$;;;;;;;;;;;;; +EVTDESC96095;As the $FROMCOUNTRY_ADJ$ empire crumbles, the victorious nations divide the spoils. $COUNTRY$ was released as one of the former colonies and promised self-rule. Other Great Powers, however, already set their eyes on us.;;;;;;;;;;;;; +EVT96095OPTA;Will freedom last?;;;;;;;;;;;;; +EVTNAME199040;Production in $COUNTRY_ADJ$ Ivory Coast;;;;;;;;;;;;; +EVTDESC199040;$COUNTRY_ADJ$ Ivory Coast has just been declared a colony in the capital city of Grand Bassam. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nThe Ivory Coast has potential for cotton, rubber and tropical wood production in the north as well as coffee and tobacco in the Ivory Coast. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTC199040;We need wood for our furnaces.;;;;;;;;;;;;; +EVTOPTD199040;Cigarettes are very popular. We need to acquire more Tobacco.;;;;;;;;;;;;; +EVTNAME11000;Regency;;;;;;;;;;;;; +EVTDESC11000;Sometimes the monarch just isn't there. Dying without a suitable or old enough heir, becoming incapable or senile while the government enters a deadlock. Sometimes the monarch is so ill that the government doesn't work and sometimes he's just away and someone incompetent was left to take care of things in his stead. Regardless of the reason, the $COUNTRY_ADJ$ government is currently going through a regency. We can expect some instability in the years ahead.;;;;;;;;;;;;; +EVTOPTA11000;Terrible news.;;;;;;;;;;;;; +EVTNAME199039;Production in $COUNTRY_ADJ$ Togo;;;;;;;;;;;;; +EVTDESC199039;$COUNTRY_ADJ$ Togo has just been declared a colony in the capital city of Lomé. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations as territories are charted. Now with the charters almost complete and with the new colonial organization in place, the $COUNTRY_ADJ$ companies interested in developing new business are drawing plans to expand their business.\nTogo has potential for cotton production in the north as well as coffee in the area near the Bight of Benin. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTA199039;The companies know best what to do.;;;;;;;;;;;;; +EVTOPTB199039;We are in need of cotton for our looms.;;;;;;;;;;;;; +EVTOPTC199039;Coffee is a rare commodity that our people will enjoy.;;;;;;;;;;;;; +EVTOPTE199039;We don't need to interfere with the natives.;;;;;;;;;;;;; +EVTNAME955194;$FROMCOUNTRY$ Cedes Congo Territory;;;;;;;;;;;;; +EVTDESC955194;The $FROMCOUNTRY_ADJ$ government has decided to abide by the West Africa Conference rules and recognized our claim to the Congo. They are now withdrawing their troops from the heart of Africa and transferring all their territories in the Congo region to our rule.;;;;;;;;;;;;; +EVT955194OPTA;The Conference's deliberation must be respected.;;;;;;;;;;;;; +EVTNAME955193;Congo Territories;;;;;;;;;;;;; +EVTDESC955193;The West African Conference recognized the Congo as a territory of another nation. We, however, have the effective control of large parts of what the Conference recognized as de jure Congo land. Therefore, we are bound to return this land to the rightful owners.;;;;;;;;;;;;; +EVT955193OPTA;We will do what we are bound to do.;;;;;;;;;;;;; +EVT955193OPTB;We don't recognize their claims.;;;;;;;;;;;;; +EVTNAME955192;The Congo Colony;;;;;;;;;;;;; +EVTDESC955192;The $COUNTRY_ADJ$ explorers are back and they charted all the region that will belong to our new colony - the Congo Free State. Our ships and army are ready to begin the effective occupation of the heart of Africa.;;;;;;;;;;;;; +EVT955192OPTA;Onwards to Congo!;;;;;;;;;;;;; +EVTNAME325462;Finnish Independence;;;;;;;;;;;;; +EVTDESC325462;Having acquired their independence from their former overlords, the Finnish government is now quickly establishing embassies and contacts with other government in search of support of their claim of being a free, sovereign nation home to all Finnish people. This doesn't bode well for us, as we need to decide right here and now if we recognize their claim - and consequentially forfeit any claims we might have in Finland - or we reassert our claims and face painting a jingoistic picture of our nation.;;;;;;;;;;;;; +EVT325462OPTA;We recognize their independence.;;;;;;;;;;;;; +EVT325462OPTB;Finland is an integral part of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME60142;The Failure of the District System;;;;;;;;;;;;; +EVTDESC60142;Our country tried to implement a district system where each state had two representatives in the upper house. Due to a low amount of states, legislators were having trouble with the new system and instead pushed to pass a proportional representation reform.;;;;;;;;;;;;; +EVTOPTA60142;Proportional Representation it is.;;;;;;;;;;;;; +EVTNAME46301;The beautiful game;;;;;;;;;;;;; +EVTDESC46301;In 1894 the Paulista Charles Miller came back from England, where he had studied, with two footballs, a book of rules, a set of uniforms and the experience of having learned the sport invented by the English. Miller and other English residents in São Paulo played the first match in Brazil in 1895, with the employees of the Gas Company playing against employees of the São Paulo Railway. The match was played in the valley of Carmo, and the employees of the railroad company won 4-2. Since then, the interest of Brazilians for the sport has increased dramatically.;;;;;;;;;;;;; +totalitarian_government;Totalitarian Government;;;;;;;;;;;;; +EVTNAME37242;The Founding of $COUNTRY_ADJ$ Gabon;;;;;;;;;;;;; +EVTDESC37242;A treaty signed between a $COUNTRY_ADJ$ admiral and the sovereign mpongwè Rapontchombo, on February 9, 1839, allowed us to gradually extend our influence on the coast of Gabon. In early $YEAR$ a military post was created in the estuary of the Komo river and the capital of the colonial region was founded by former slaves freed from a slave ship. The capital is linked to the incident of the Brazilian slave ship Ilizia. Indeed, following the capture of this slaver ship, $COUNTRY_ADJ$ authorities decided to release them in a village near the Komo garrison. Thus, the name of the colonial capital was chosen to express the freedom acquired by these slaves.;;;;;;;;;;;;; +EVT37242OPTA;Abolitionism pays off.;;;;;;;;;;;;; +EVT37242OPTB;We won't spend any money in a backward hole.;;;;;;;;;;;;; +EVTNAME955207;The Eritrean Award;;;;;;;;;;;;; +EVTDESC955207;The latest Great Power conference that set the rules for the division of Africa has awarded us the whole region of Eritrea. $FROMCOUNTRY$ hold lands there and they chose to cooperate with us and abide for the will of the Conference.;;;;;;;;;;;;; +EVTNAME955206;The Eritrean Question;;;;;;;;;;;;; +EVTDESC955206;The latest Great Power conference that set the rules for the division of Africa has awarded the owner of Assab the whole region of Eritrea. We hold lands there and thus have two choices: we can defy the will of the Conference, risking war, or we can cooperate with the other Great Powers.;;;;;;;;;;;;; +EVT955206OPTA;The land belongs to them.;;;;;;;;;;;;; +EVT955206OPTB;They can come and take it.;;;;;;;;;;;;; +EVTNAME955205;The $COUNTRY_ADJ$ Advance;;;;;;;;;;;;; +EVTDESC955205;Ever since the sale of Assab we have been slowly extending our influence in the region of Eritrea. The territories neighboring our lands in the region are now suffering from much unrest, presenting the perfect opportunity for us to further $COUNTRY_ADJ$ interests - and lands - in Eritrea.;;;;;;;;;;;;; +EVT955205OPTA;Eritrea will be ours.;;;;;;;;;;;;; +EVTNAME199036;A Mountain of Coal;;;;;;;;;;;;; +EVTDESC199036;Prospectors in $PROVINCENAME$ struck coal today while looking for precious metals. While not exactly what they were looking for, several $COUNTRY_ADJ$ companies already expressed interested in the commercial exploration of the newfound vein.;;;;;;;;;;;;; +EVTNAME955204;The Gabu Purchase;;;;;;;;;;;;; +EVTDESC955204;$FROMCOUNTRY$ approached us with an offer to buy Gabu. They claim it as part of the principle of effective occupation, delineated in Article 34 of the Great Powers conference about West Africa but they were lenient and didn't take de facto control of the land. Some countries see legitimacy in the $COUNTRY_ADJ$ claims and this can escalate in a conflict but no one is exerting pressure on us to sign a deal.;;;;;;;;;;;;; +EVTNAME955203;The Scramble for Africa;;;;;;;;;;;;; +EVTDESC955203;The Great Powers organized a conference in the $FROMCOUNTRY_ADJ$ capital to establish several protocols and rules for the occupation of Africa and the abolition of slavery in the dark continent. We have claims on African regions and if we don't act on them, based on the principle of effective occupation, these same Great Powers might try to occupy our rightful lands.;;;;;;;;;;;;; +EVT955203OPTA;And act we shall.;;;;;;;;;;;;; +EVTDESC955202;A dispute arose with $FROMCOUNTRY$ over our colonial borders in Senegal and Guinea. $FROMCOUNTRY_ADJ$ citizens poured through the border and are now living in Ziguinchor province. According to the principles of effective occupation established in Conference of Berlin, the territory belong to us. But it has been under partial rule of another nation for a long time and thus the dispute arose. The $FROMCOUNTRY_ADJ$ government approached us and proposed an exchange - they will pay us an indemnity in exchange of a complete forfeit of all our claims on Ziguinchor.;;;;;;;;;;;;; +EVTNAME199038;Production in $COUNTRY_ADJ$ Nigeria;;;;;;;;;;;;; +EVTDESC199038;$COUNTRY_ADJ$ Nigeria has just been declared a colony, with its capital in Lagos. The $COUNTRY_ADJ$ government commissioned charters and maps to assess the economic potential of the colony and in $CAPITAL$ several companies expressed their interest in opening new plantations and mines. Now with the charters almost complete and with the new colonial organization in place, are several $COUNTRY_ADJ$ companies are drawing up their plans to expand.\nNigeria has potential for a considerable amount of cotton production in the center and the north, as well as some rubber and tropical wood production in the jungles of the south and coffee in the plateaus of the east. Its mineral resources seem to be lacking but new sources can be discovered with the right investment. We can leave the companies with their own plans or we can choose to guide them to better serve the interests of the people of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTA199038;The companies know best what to do.;;;;;;;;;;;;; +EVTOPTB199038;Heavily subside the mining industry. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;; +EVTOPTC199038;We are in need of cotton for our looms.;;;;;;;;;;;;; +EVTOPTD199038;Coffee is a rare commodity that our people will enjoy.;;;;;;;;;;;;; +EVTOPTE199038;We don't need to interfere with the natives.;;;;;;;;;;;;; +EVTNAME199037;The Race for Fertilizers;;;;;;;;;;;;; +EVTDESC199037;England is robbing all other countries of the conditions of their fertility. Already, in her eagerness for bones, she has turned up the battlefields of Leipzig and Waterloo. Already from the catacombs of Sicily she has carried away the skeletons of many successive generations. Like a vampire she hangs upon the neck of Europe, nay, of the entire world, and sucks the heartblood from nations without a thought of justice towards them, without a shadow of lasting advantage for herself.\nAs the competition for phosphates and sulfurs for fertilizer production heats up, several $COUNTRY_ADJ$ geologists report finding a new source of the desired product in $PROVINCENAME$.;;;;;;;;;;;;; +EVTOPTA199037;We have a bright future ahead of us.;;;;;;;;;;;;; +EVTNAME1141;First Oil Well Built;;;;;;;;;;;;; +EVTDESC1141;Despite being known by native americans, the first commercial oil extraction operation in the world started in $YEAR$ in the province of $PROVINCENAME$. A group of $COUNTRY_ADJ$ entrepreneurs and a few chemists managed to distill kerosene from oil, for use in fueling lamps, and proceeded to acquire a farm near a natural occurring source of oil. They set up a few drilling wells and operation is quickly expanding, proving to be wildly popular, with some people even believing the black liquid has medicinal properties.;;;;;;;;;;;;; +EVTOPTA1141;The beginning of the "black gold".;;;;;;;;;;;;; +EVTNAME199035;Mining Boom in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199035;Iron mining is on the rise in $PROVINCENAME$, leading to a good part of the population abandoning previous economical activities in favor of prospecting and extracting iron. Meanwhile, in other parts of $COUNTRY$, new sources of income are discovered or explored.;;;;;;;;;;;;; +EVTOPTA199035;This will surely bring us prosperity.;;;;;;;;;;;;; +EVTNAME46306;The Balaiada;;;;;;;;;;;;; +EVTDESC46306;A political power dispute arose in the heart of the elite class, which was reflected in Maranhão by the opposition of liberals and conservatives. When Pedro de Araújo Lima became prime minister, provoking the so-called conservative regression, the Maranhão conservatives took advantage of the opportunity to remove the liberals in power and weaken them further by contracting the service of the cattle ranchers, traditionally supported by the liberals. The event which began the revolt was the detention of the brother of the rancher Gomes, a liberal, by the order of a submayor of the town of Manga, a conservative. Contesting the detention of his brother, Gomes, with the support of a contingent of the National Guard, invaded the municipal jail and freed him in $YEAR$, the beginning of a rebellion against the conservative government.;;;;;;;;;;;;; +EVTOPTA46306;Damn liberals.;;;;;;;;;;;;; +EVTNAME46305;The Cabanagem Revolution;;;;;;;;;;;;; +EVTDESC46305;Until 1822 Grão-Pará had been a separate viceroyalty from Brazil, reporting herself directly to Portugal. The viceroyalty united with Brazil in the fight against Portugal but once the fight for independence ended and a provincial government named by the Brazilian Emperor was installed, the local leaders were marginalized from power. A rebellion broke out in 1831 in the military garrison of Belém involving one of these local leaders, Batista Campos, which was jailed. The indignation of the poor grew, and in 1833 already there was talk of converting Brazil into a federation. The provincial president unleashed a repressive political wave, in an attempt to contain the separatists. The name "Cabanagem" refers to the type of hut used by the poorest people in the province. The elite agriculturists of Grão-Pará, while living much better, resented their lack of participation in the central government's decision making, which was dominated by the provinces of the Southeast and Northeast.;;;;;;;;;;;;; +EVTOPTA46305;We need to put them back in their place.;;;;;;;;;;;;; +EVT96216OPTA;A greater destiny awaits!;;;;;;;;;;;;; +EVT96215OPTA;Outrageous!;;;;;;;;;;;;; +EVTOPTD22581;Never bother me with this again.;;;;;;;;;;;;; +EVTDESC22585;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on free trade policies, several of them want a more laissez-faire policy in the $COUNTRY_ADJ$ economy while others prefer to maintain freedom for setting low tariffs. A third, more radical position of staunch liberalism seek the complete abolition of tariffs. The free bureaucratic manpower could be used in other areas and they argue that the market freedom would stimulate research and increase our clout in foreign markets.;;;;;;;;;;;;; +EVTDESC22584;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on free trade policies, several of them want a more laissez-faire policy in the $COUNTRY_ADJ$ economy while others prefer to maintain freedom for setting low tariffs. With lower tariffs, we free some bureaucratic manpower that can be used in other areas, they argue.;;;;;;;;;;;;; +EVTOPTC22584;Foreign trade shouldn't be regulated.;;;;;;;;;;;;; +EVTOPTA22584;Foreign trade should be free.;;;;;;;;;;;;; +EVTOPTD22584;It's best if we don't use tariffs or incentives at all.;;;;;;;;;;;;; +EVTDESC22582;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on protectionist policies, several of them want a more staunch protection of $COUNTRY_ADJ$ economy while others prefer to maintain freedom when setting tariffs. A third, more radical position of staunch protectionism, dubbed "the $COUNTRY_ADJ$ System", advocates for very high tariffs in order to develop and protect $COUNTRY_ADJ$ industry. This will incentive our industry but will undoubtedly damage our ability to influence other nations.;;;;;;;;;;;;; +EVTOPTC22581;$COUNTRY_ADJ$ interests should come first and above all.;;;;;;;;;;;;; +EVTNAME22581;Cabinet Discusses Trade Policy;;;;;;;;;;;;; +EVTDESC22581;Several members of the inner circles of the government have gathered with the $COUNTRY_ADJ$ $MONARCHTITLE$ in $CAPITAL$ to discuss in detail the government's trade policy. While they all agree on protectionist policies, several of them want a more staunch protection of $COUNTRY_ADJ$ economy while others prefer to maintain freedom when setting tariffs.;;;;;;;;;;;;; +EVTOPTA22581;We need to protect the $COUNTRY_ADJ$ economy.;;;;;;;;;;;;; +EVTOPTB22581;We want to keep flexibility in our trade policy.;;;;;;;;;;;;; +EVTNAME46610103;The Tacna-Arica Arbitration;;;;;;;;;;;;; +EVTDESC46610103;In the aftermath of the War of the Pacific, Peru was defeated and forced to sign the Treaty of Ancón. In this Treaty, Tarapacá was annexed to Chile. However, the fate of both Tacna and Arica was to be decided by a plebiscite to be held in 1893. Due to different points of view, both countries were not able to agree on the conditions of this plebiscite and so it was not held. Chile began then to colonize the two territories and Peru answered with a break of diplomatic relations. In $YEAR$, Chile and Peru agreed to arbitrate the dispute with the $MONARCHTITLE$ of $COUNTRY$. The commission on the issue of who Tacna belongs to was formed and now the only thing that remains is their final decision.;;;;;;;;;;;;; +EVT46610103OPTA;Tacna belongs to Peru.;;;;;;;;;;;;; +EVT46610103OPTB;Tacna belongs to Chile.;;;;;;;;;;;;; +EVTNAME46610102;The $YEAR$ Treaty of $CAPITAL$;;;;;;;;;;;;; +EVTDESC46610102;When Bolivia became independent from Spain on 1825, it took possession of the territories that corresponded to its colonial administration in accordance with the uti possidetis juris of 1810. Bolivia claimed the maritime territory westward from the Andes to the Pacific Ocean between the Rio Salado on the south and the Rio Loa on the north, which included part of the Atacama Desert. Later in the mid 19th century, Chile made claims to the desert area following the discovery and exploitation of nitrate deposits and the move en masse of its population to work in the new found richness in Antofagasta. Because of that, the following decades were witness to much bloodshed on the borders of Bolivia, Peru and Chile. $FROMCOUNTRY$ has put a proposal, with international approval, to solve this problem amicably and set terms for new borders, paying indemnities for all involved. Regional powers set their eyes on us, expecting our reaction and the consequences for the future of the region of Antofagasta.;;;;;;;;;;;;; +EVT46610102OPTA;We agree. Let's put our differences behind.;;;;;;;;;;;;; +EVT46610102OPTB;We will never negotiate with these thieves.;;;;;;;;;;;;; +EVTNAME810008;$FROMCOUNTRY$ Agrees to Help;;;;;;;;;;;;; +EVTDESC810008;The $FROMCOUNTRY_ADJ$ government agreed to indemnify Copenhagen over the abolition of the Sound Toll.;;;;;;;;;;;;; +EVTOPTA810008;Good.;;;;;;;;;;;;; +EVTNAME810003;The $CAPITAL$ Convention of $YEAR$;;;;;;;;;;;;; +EVTDESC810003;$FROMCOUNTRY_ADJ$ diplomats along with representatives from the other Great Powers have gathered in $CAPITAL$ to discuss the question of the Danish straits and, more specifically, the Sound Dues. Citing the fact that the world's seafaring nations are becoming less and less tolerant of these tolls and restrictions, they are lobbying for the abolition of the Dues and for the commitment that all Danish straits will be turned into international waterways free to all military and commercial shipping. In compensation for the abolition, the $COUNTRY_ADJ$ state will receive a one-time fee of 300,000¤. Though the convention is amicable, the Great Powers made clear that they are prepared to use force to open the straits, if it comes to that.;;;;;;;;;;;;; +EVTOPTA810003;We will gladly contribute to fairer commerce.;;;;;;;;;;;;; +EVTOPTB810003;Never. The tolls are too important for $COUNTRY$.;;;;;;;;;;;;; +EVTNAME810004;The Sound Toll Is Abolished;;;;;;;;;;;;; +EVTDESC810004;In $YEAR$, after several days of harsh negotiations, the Great Powers of the world signed a treaty in the $FROMCOUNTRY_ADJ$ capital decreeing the abolition of all tolls in the Danish straits, turning them into international waterways free to all military and commercial shipping. The $FROMCOUNTRY_ADJ$ government is to be compensated with a sum of 300,000¤. $COUNTRY_ADJ$ is acting as the guaranteer, paying at least one third of the total sum while two other European Great Powers with stakes on the negotiations will be asked to pay the remaining two-thirds. After more than four centuries of tolls, the Danish straits are now free for commerce.;;;;;;;;;;;;; +EVTOPTA810004;We shall pay our third and nothing more. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTB810004;We don't need anyone else. We can pay everything. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;; +EVTNAME810005;The Sounds Dues;;;;;;;;;;;;; +EVTDESC810005;$FROMCOUNTRY$ called for a convention over the use of the Danish straits and we, as one of the Great Powers of the world, were obliged to attend. After a positive resolution, $FROMCOUNTRY_ADJ$ diplomats are now trying to gather the remaining money to pay for the deal and they argue that our ships and our commerce in general stand posed to greatly benefit from the opening of the Danish straits. Based on this they argue that we should contribute to the indemnifications owed to the Danish straits controller. We are, of course, not bound by this - we can refuse, but doing so would not only hurt our image in the eyes of other countries, it would also anger $FROMCOUNTRY$: they would feel that we are indebted to them.;;;;;;;;;;;;; +EVTOPTA810005;We will gladly contribute to free trade. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTB810005;Can we pay it bit by bit?;;;;;;;;;;;;; +EVTOPTC810005;We refuse to pay anything.;;;;;;;;;;;;; +EVTNAME810006;$FROMCOUNTRY$ Refuses to Contribute;;;;;;;;;;;;; +EVTDESC810006;The $FROMCOUNTRY_ADJ$ government refused to do their part and help in the payment of the indemnifications over the opening of the Sound Toll. As the guaranteer we are expected to convince them - or cover the costs and collect the money later from the $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTOPTA810006;We will pay what they owe. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTB810006;Pay it little by little.;;;;;;;;;;;;; +EVTOPTC810006;We won't cover another nation's debt.;;;;;;;;;;;;; +EVTNAME810007;The $FROMCOUNTRY_ADJ$ Stand Defiant;;;;;;;;;;;;; +EVTDESC810007;Negotiations in the $FROMCOUNTRY_ADJ$ capital broke up as the convention called by $COUNTRY$ crumbles. $FROMCOUNTRY$ claimed their ownership over the Danish straits entitles them to regulate the straits as they see fit. The move will surely inspire the anger of the Great Powers that were looking for tearing down barriers for maritime trade and the situation is quickly escalating into a crisis.;;;;;;;;;;;;; +EVTOPTA810007;They will pay for crossing us.;;;;;;;;;;;;; +EVTNAME167000;Druze Revolt;;;;;;;;;;;;; +EVTDESC167000;Beginning with the Peasant's Revolt of 1834 in Palestine, Druze nobles resented oversight. Their overlords considered them heretics and treated them as such. In the years following the Peasant's Revolt, conscription was required in order to reinforce what the Egyptian army had lost in the revolt. In $YEAR$, Druze militias rose up against their Egyptian rulers in Hauran and defeated a 400-man force led by Ali Agha al-Busayli, the governor of Hauran. A number of other small expeditions followed but were unable to achieve any decisive victory. Druze from Mount Lebanon flooded into the Druze force as skirmishes continued for the next few months. Months later, the Druze were decisively defeated in the Wadi Bakka by Egyptian forces. Following this, Druze forces in Palestine looted the Jewish quarter of Safed while the main force moved south where they were decisively crushed at Shebaa and soon laid down their arms.;;;;;;;;;;;;; +EVT167000OPTA;Stop this revolt by any means necessary.;;;;;;;;;;;;; +EVTNAME167010;Conflict on Mount Lebanon;;;;;;;;;;;;; +EVTDESC167010;Following years of servitude to Druze masters and heavy taxation, Maronite peasants revolted against their masters on Mount Lebanon. They were met by Druze irregulars who were supported by the nobility. Conflict has engulfed the region, with a number of massacres taking place throughout eastern Lebanon, and it seems like this is only just the beginning. Our officers are reluctant to get involved in Christian affairs, but are nonetheless moving their forces into the area. What should we do?;;;;;;;;;;;;; +EVT167010OPTA;This petty conflict does not concern us.;;;;;;;;;;;;; +EVT167010OPTB;We must stop this conflict before it is too late.;;;;;;;;;;;;; +EVTNAME167020;$YEAR$ Mount Lebanon Civil War;;;;;;;;;;;;; +EVTDESC167020;News that the Levant is engulfed in a civil war has reached the streets of Paris. Christians have been massacred and churches burned to the ground throughout Lebanon and Damascus. Ottoman forces have not done anything to quell the violence and only look on. In 1523, France swore that it would protect Christians living in the Near East from conflict and European powers have pressured us to stay true to our word. What should we do?;;;;;;;;;;;;; +EVT167020OPTA;Send forces to restore peace and draft regulation to prevent this from happening again.;;;;;;;;;;;;; +EVT167020OPTB;Unfortunately, we are unable to intervene at this time.;;;;;;;;;;;;; +EVTNAME167030;Hauran Druze Rebellion;;;;;;;;;;;;; +EVTDESC167030;Recent economic expansion has brought new business to the area around Jabal ad-Druze in Southern Syria. Such expansion has come at a cost as taxes need to be levied in order to pay for railroads and other infrastructure, which have angered the locals. A business dispute between a local Druze chief and $COUNTRY_ADJ$-supported business dealers. Our officers have mustered 35 battalions and have swiftly brought the revolt to an end, killing many of the region's Druze inhabitants and disarming those who have surrendered.;;;;;;;;;;;;; +EVT167030OPTA;Very well.;;;;;;;;;;;;; +EVTNAME168000;Mount Lebanon Silk Boom;;;;;;;;;;;;; +EVTDESC168000;With special protection guarenteed to them by the French, the Maronite economy, driven by an increase in silk output, boomed. Pockets of Maronites were now filled with much-needed money and with it came a desire for better education and a population boom. For the first time, many women had an individual income and began to seek better conditions in both their work and in their general public life.;;;;;;;;;;;;; +EVT168000OPTA;Great.;;;;;;;;;;;;; +EVTNAME168010;Mount Lebanon Silk Bust;;;;;;;;;;;;; +EVTDESC168010;With the openings of the Suez Canal and an increase in silk exports from Asian lands, the price of Lebanese silk halved and never recovered. The population boom that Mount Lebanon once experienced resulted in an elevated population that could no longer support itself on Lebanese soil. Many men and women migrated westward to seek better employment opportunities. While some of them came back years later, many permanently settled down in their new countries.;;;;;;;;;;;;; +EVT168010OPTA;Damn.;;;;;;;;;;;;; +EVTNAME168020;Ancient Ruins in Baalbeck;;;;;;;;;;;;; +EVTDESC168020;While visiting the hills around the Lebanese city of Baalbeck, some of our countrymen noticed a large number of Roman ruins which had been preserved in the dry environment. When they returned with this news, a team of archaeologists was dispatched to the site. They were able to document and catalogue a large number of artifacts from the site. The most notable of these include Persian pottery shards which date from the 6th century BC. These shards are adorned with cuneiform lettering.;;;;;;;;;;;;; +EVT168020OPTA;Great!;;;;;;;;;;;;; +EVTNAME168030;Missionaries in Beirut;;;;;;;;;;;;; +EVTDESC168030;In the beginning of the 19th century, Lebanon had an increasing amount of Western missionaries visit it. Many of these missionaries established school and printing presses in Beirut which catered to the city's Christian population. Despite this recent surge, education was not a new concept for Lebanese Christians. A Syriac printing press was established in 1610 and Jesuits founded a school in 1624. American missionaries began their efforts in 1834 with another printing press and school. By the mid 1840s, it was noted by American missionaries that between a quarter and a third of men in Lebanon were literate and by the beginning of the 20th century nearly half of all Lebanese children could read, a feat which was hardly matched anywhere outside of the West at the time.;;;;;;;;;;;;; +EVT168030OPTA;Great!;;;;;;;;;;;;; +EVTNAME168050;Qatar Requests Protection;;;;;;;;;;;;; +EVTDESC168050;A Kuwaiti general who is loyal to us brought the Sheikh of Qatar a number of $COUNTRY_ADJ$ flags. The Sheikh distributed them to his family members who flew them around the peninsula. The British, who believed that this was the direct doing of $COUNTRY$, felt that their Gulf holdings were at risk of $COUNTRY_ADJ$ seizure and deployed a gunboat to the coast of Qatar. In response to this, the Sheikh of Qatar has sent a representative to request soldiers and equipment.;;;;;;;;;;;;; +EVT168050OPTA;Promise them protection.;;;;;;;;;;;;; +EVT168050OPTB;We cannot guarantee protection.;;;;;;;;;;;;; +EVTNAME168060;Qatari Unrest;;;;;;;;;;;;; +EVTDESC168060;The burden of $COUNTRY_ADJ$ bureaucracy and rule has sparked an uprising in our Qatari dominion by Qatari nobles. Our officials in Baghdad dispatched soldiers to quell this rebellion who laid siege to the fort at Al Wajbah. Our soldiers were unable to take the fort and retreated back to our fort in Shebaka where the Qataris laid siege to it. After their water supply was cut off by the rebels, our soldiers surrendered and were given an opportunity to leave the peninsula in exchange for freeing Qatari prisoners.;;;;;;;;;;;;; +EVT168060OPTA;Blast!;;;;;;;;;;;;; +EVTNAME168070;Qatar Desires Independence;;;;;;;;;;;;; +EVTDESC168070;The question of our Qatari dominion has once again reared its ugly head. What will the future of Qatar be?;;;;;;;;;;;;; +EVT168070OPTA;Qatar will be independent.;;;;;;;;;;;;; +EVT168070OPTB;Abolish direct rule but require their loyalty.;;;;;;;;;;;;; +EVT168070OPTC;They chose their fate years ago.;;;;;;;;;;;;; +EVTNAME110080;$FROMCOUNTRY$ Seeks Protection;;;;;;;;;;;;; +EVTDESC110080;'I am giving myself and my country up to the $COUNTRY_ADJ$ Government under certain conditions which we may agree on between your Excellency and me. All those things I have given up into your hands..., they are still yours. I still continue to be the humble servant of the $COUNTRY_ADJ$ ruler."\n\nWith the civilized countries looking to expand on their area, the chief of $FROMCOUNTRY$ became increasingly wary of a potential war. Today we received $FROMCOUNTRY_ADJ$ delegates looking for protection. In exchange for promising not to annex them, they would become our loyal subjects and adopt our religion.;;;;;;;;;;;;; +EVT110080OPTA;We welcome our new subjects.;;;;;;;;;;;;; +EVT110080OPTB;They can fend off for themselves.;;;;;;;;;;;;; +EVTNAME6016814;Removing Party Loyalty;;;;;;;;;;;;; +EVTDESC6016814;This event will remove all party loyalty from the game start.;;;;;;;;;;;;; +EVT6016814OPTA;As it should be.;;;;;;;;;;;;; +EVTNAME97082;Crisis in the Pacific;;;;;;;;;;;;; +EVTDESC97082;Through the past decade, several companies were founded to exploit the deposits of sodium nitrate in the Bolivian and Peruvian territories, mainly with British capital. The demand for this particular good brought money and stability to a lot of Andean countries and subsequently became known in some of them as the Guano Era. These companies however are based in Chile or have a majority share in the hands of Chilean investors, frequently politicians. On top of that, Chilean laborers are constantly crossing borders to work on this newly found richness, stirring the Chileans to claim these deposits for themselves. Relations between the involved nations grew cold and after the declaration of monopoly over the right to explore the salitreras, a new tax on foreign production of sodium nitrate and the expropriation of a few mines, a war in the region seems more than likely to break out.;;;;;;;;;;;;; +EVT97082OPTA;Prepare for war.;;;;;;;;;;;;; +EVT97082OPTB;Bid our time.;;;;;;;;;;;;; +EVT97082OPTC;We don't need any of this. Let sleeping dogs lie.;;;;;;;;;;;;; +EVTDESC97083;Through the past decade, several companies were founded to exploit the deposits of sodium nitrate in the Bolivian and Peruvian territories, mainly with British capital. The demand for this particular good brought money and stability to a lot of Andean countries and subsequently became known in some of them as the Guano Era. These companies however are based in Chile or have a majority share in the hands of Chilean investors, frequently politicians. On top of that, Chilean laborers are constantly crossing borders to work on this newly found richness, stirring the Chileans to claim these deposits for themselves. Relations between the involved nations grew cold and after the declaration of monopoly over the right to explore the salitreras, a new tax on foreign production of sodium nitrate and the expropriation of a few mines, a war in the region seems more than likely to break out. Several sightings of Chilean ships have been reported and if we don't take action now, we might lose our territory.;;;;;;;;;;;;; +EVTNAME97081;An End to the Silver Rush;;;;;;;;;;;;; +EVTDESC97081;In 1832 prospector Juan Godoy found a silver outcrop 50 km south of Copiapó in Chañarcillo. Godoy successfully claimed the discovered outcrop in his name and the name of José Godoy and Miguel Gallo. The finding attracted thousands of people to the place and generated significant wealth. During the heyday of Chañarcillo it produced more than 332 tons of silver ore until the deposits begun to be exhausted in 1874. But by 1855, Copiapó was already in decline. At the end of the silver rush, rich miners had diversified their assets into banking, agriculture, trade and commerce all over the region and $COUNTRY$.;;;;;;;;;;;;; +EVT97081OPTA;Darn.;;;;;;;;;;;;; +EVTNAME9990001;Territorial Integration;;;;;;;;;;;;; +EVTNAME9990003;The Company Refuse;;;;;;;;;;;;; +EVTNAME9990004;The Company Agrees;;;;;;;;;;;;; +EVTDESC9990003;So be it then.;;;;;;;;;;;;; +EVTNAME9990005;The End of British India;;;;;;;;;;;;; +EVTNAME9990006;The British Crown Defeated;;;;;;;;;;;;; +EVTDESC9990006;The EIC has defeated the British Crown for India.;;;;;;;;;;;;; +EVT9990007OPTA;A dark day.;;;;;;;;;;;;; +EVTNAME9990008;The End of the East India Company;;;;;;;;;;;;; +EVTNAME9990010;A New Toy;;;;;;;;;;;;; +EVT9990010OPTA;Neat!;;;;;;;;;;;;; +EVT9990008OPTA;Let's see them try it!;;;;;;;;;;;;; +EVT9990008OPTB;We will abide by their wishes.;;;;;;;;;;;;; +EVTNAME9990016;The Formation of the East India Company;;;;;;;;;;;;; +EVTDESC9990016;The East India Company is the colonial administration in British India.;;;;;;;;;;;;; +EVTOPTA9990016;Let the Company prosper.;;;;;;;;;;;;; +EVTDESC15310;As she makes her way through the city, dodging shadows as if they were $COUNTRY_ADJ$ soldiers, the illuminated clock-tower of the church seems to glare at her like a mean, infected yellow eye. She's already late, but class is still in session.\n\nAn underground university has formed in $PROVINCENAME$, providing higher education despite the ban on minority languages in academia.;;;;;;;;;;;;; +EVTNAME90141;The $FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ $CAPITAL$ Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC90141;$FROMCOUNTRY$ neglected the occupation of a large area in the Bight of Biafra to which it had historical rights, and the $COUNTRY_ADJ$ have been busily expanding their occupation at the expense of the area claimed by $FROMCOUNTRY$. That's what they claim, at least, and the other Great Powers seem to mostly agree with them. A settlement was proposed where they would get a part of what they claim and the issue would be solved. Based on the terms of the treaty, Rio Muni would be relieved of all conflicting claims. $FROMCOUNTRY$ would be left with a mere 26,000 km2 out of the 300,000 stretching east to the Ubangi river which they initially claimed. We can, of course, ignore all this, but our reputation would surely suffer.;;;;;;;;;;;;; +EVT90141OPTA;They will have their land.;;;;;;;;;;;;; +EVT90141OPTB;No deal.;;;;;;;;;;;;; +EVT13370OPTA;For the glory of the Qing dynasty!;;;;;;;;;;;;; +EVT13365OPTA;The land belongs to us!;;;;;;;;;;;;; +EVT13365OPTB;Disavow all knowledge of their activities.;;;;;;;;;;;;; +EVTDESC36941;It happened that a slave girl belonging to Heke, Kotiro by name, was living at Kororareka with a butcher named Lord. Heke, having a colourable right to recover his slave. A karere [messenger] was sent ahead, to announce the intention and the message was delivered to the woman in the butcher's shop. Kotiro answering contemptuously of their power to take her away, pointing to one of the hogs, said, ina a Heke [that is Heke]. In any event Heke used the insult as a reason to enter the town, to demand payment from Lord as compensation for the insult. Satisfaction was refused: for several days Heke and his warriors remained in the town persisting in the demand, but, in reality, feeling their way, trying the temper of the Pakeha. They then proceeded to the flagstaff, which they deliberately cut down, purposely with the intention of insulting the government, and of expressing their contempt of $COUNTRY_ADJ$ authority.\nDisenchanted with $COUNTRY_ADJ$ authority and in conflict over the Treaty of Waitangi, Maori Chief Hone Heke had the flagstaff in Kororareka repeatedly chopped down in protest.;;;;;;;;;;;;; +EVTNAME31100;The Discovery of Troy;;;;;;;;;;;;; +EVTDESC31100;In excavating this wall further and directly by the side of the palace of King Priam, I came upon a large copper article of the most remarkable form, which attracted my attention all the more as I thought I saw gold behind it. In order to withdraw the treasure from the greed of my workmen, and to save it for archeology, I immediately had lunch break called and while the men were eating and resting, I cut out the Treasure with a large knife. It would, however, have been impossible for me to have removed the Treasure without the help of my dear wife, who stood by me ready to pack the things which I cut out in her shawl and to carry them away.\nA $COUNTRY_ADJ$ archaeologist unearthed the remains of the lost city of Troy in Anatolia as well other numerous findings of the so called "Aegean civilizations". The treasures found where named "Priam's treasure" and were acquired by several $CAPITAL$ museums. These discoveries led to an explosion of talent in archeology and captured the imagination of millions.;;;;;;;;;;;;; +EVTNAME46800;The Lost City of the Incas;;;;;;;;;;;;; +EVTDESC46800;Believed to be a estate built for the Inca emperor Pachacuti, Machu Picchu was built around 1450 but it was abandoned a century later at the time of the Spanish Conquest. Although known locally, it was not known to the Spanish during the colonial period and remained unknown to the outside world until a $COUNTRY_ADJ$ historian brought it to international attention in $YEAR$. Machu Picchu was built in the classical Inca style, with polished dry-stone walls. Its three primary structures are the Inti Watana, the Temple of the Sun, and the Room of the Three Windows. $COUNTRY_ADJ$ researchers believe this to be the fabled "Lost City of the Incas", the last Inca capital, founded by Manco Inca but lost to the ages, the fire and the steel of the Spanish conquest.;;;;;;;;;;;;; +EVTOPTA46800;At last the mystery is solved.;;;;;;;;;;;;; +EVTNAME30089;The Armenian Community in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC30089;Due to incentives and new legislation passed by the Armenian government, the Armenians in our lands are leaving for their newly established nation. We could try and match these incentives to make them stay, or we can simply let them go and return from their diaspora.;;;;;;;;;;;;; +EVTNAME21526;$YEAR$ Messina Earthquake;;;;;;;;;;;;; +EVTDESC21526;The earth began to pulsate. Slowly and in rhythmic measure at first as though trying its strength and then with a wild and frenzied burst like the dance of a million imps. It rocked not only Messina, but half of Sicily and all of Calabria like a raft in a storm. The first crash from the heavens reached every ear in Messina. The houses had begun to vomit terror-stricken men before even the fantastic dance of earth began. Full well did those who dwelt in the shadow of majestic but death-dealing Etna know what the artillery of the heavens portended. Science may present its theories. Those who dwell in the shadow of death have no use for them.\nAt least 91% of structures in Messina were destroyed or irreparably damaged and tens of thousands were killed. The ensuing tsunami, fires and chaos amplified the destruction, with the $COUNTRY_ADJ$ government completely losing control over the affected areas. It was the most destructive earthquake to ever strike Europe.;;;;;;;;;;;;; +EVTNAME21525;The Great Neapolitan Earthquake;;;;;;;;;;;;; +EVTDESC21525;At night and centered in the town of Montemurro, an earthquake shook the province of Potenza, in southern Italy. Several towns were destroyed, and estimated fatalities were number in the thousands. At this time it, it is the third largest known earthquake, with the main places suffering damage being Potenza, Polla, Diano, Sala, and Padula in the Val di Diano, and Tito, Sarconi, Marsico Nuovo, Saponara, and Montemurro. The latter two places, along with Padula and Polla, were virtually completely destroyed.;;;;;;;;;;;;; +EVTOPTB21520;Spare no expenses to mitigate this disaster.;;;;;;;;;;;;; +EVTNAME21524;The Ansei Great Earthquakes;;;;;;;;;;;;; +EVTDESC21524;A series of major earthquakes struck Japan during the Ansei era became known as the Ansei Great Earthquakes. Scores of people died while tsunamis and fires destroyed thousands of buildings. In Edo alone, a total of about 50,000 houses and over 50 temples were either destroyed by the earthquake shaking or subsequent fires. The earthquakes were blamed on a giant catfish, Namazu, thrashing about and Ukiyo-e prints depicting Namazu became very popular around this time. The significance being that earthquakes at the time were popularly attributed to the thrashing about of a mythological catfish under the earth, normally kept under control by the deity Kashima using a large rock.;;;;;;;;;;;;; +EVTOPTA21524;We pray that Kashima favor us.;;;;;;;;;;;;; +EVTNAME21523;The $YEAR$ Sanriku Earthquake;;;;;;;;;;;;; +EVTDESC21523;On the evening of $YEAR$, communities along the Sanriku coast in northern Japan were celebrating a Shinto holiday. After a small earthquake, there was little concern because it was so weak and many small tremors had also been felt in the previous few months. However 35 minutes later the first tsunami wave struck the coast, followed by a second a few minutes later. The waves reached a height of 38.2m and caused such damage that the event is one of the most destructive seismic events in Japanese history. The power of the tsunami was great: large numbers of victims were found with broken bodies or missing limbs. As was their normal practice each evening, the local fishing fleets were all at sea when the tsunamis struck. In the deep water the wave went unnoticed. Only when they returned the next morning did they discover the debris and bodies.;;;;;;;;;;;;; +EVTNAME21521;The $YEAR$ Iquique Earthquake;;;;;;;;;;;;; +EVTDESC21521;Houses crumbled in the middle of the night as the earth itself threatened to rip apart. The shaking lasted for five minutes at Caleta Pabellón de Pica, a coastal town 70km south of Iquique. The earthquake caused significant damage over most of the coastal parts of the Tarapacá and Antofagasta Regions. The tsunami caused a 10m wave along about 500km of coast, from Arica in the north to Mejillones in the south. At Arica the water reached the cathedral. The hulk of the U.S. gunboat Wateree, which had been beached hundreds of meters inland by the final wave of the tsunami triggered by the Arica earthquake, was moved several kilometers to the north along the coast and nearer the shoreline.;;;;;;;;;;;;; +EVTNAME21522;The $YEAR$ Arica Earthquake;;;;;;;;;;;;; +EVTDESC21522;In a calm night of $YEAR$ in Arica, the earth suddenly shook and started to sunder. The earthquake shaking lasted somewhere between five and ten minutes and caused almost complete destruction in the southern part of Peru, including Arica, Tacna, Moquegua, Mollendo, Ilo, Iquique, Torata and Arequipa. Then, the first wave arrived at Arica 52 minutes after the earthquake, with a 12m height, followed by the largest 16m wave 73 minutes later. The tsunami drove three ships anchored in port nearly 800m inland: the 1560-ton Peruvian corvette America, the U.S. gunboat Wateree and the U.S. store ship Fredonia, which was completely destroyed, as well as causing considerable damage in Hawaii, washing out a bridge along the Waiohi river. The port city of Pisco, in Ica, was razed.;;;;;;;;;;;;; +EVTNAME60141;Trade Unions Legalized;;;;;;;;;;;;; +EVTDESC60141;As the Left solidify their control of the government, they push a sweeping and comprehensive reform over trade unions bringing them out of the shadows of illegality and into the realm of workers rights.;;;;;;;;;;;;; +EVTOPTA60141;The workers have prevailed.;;;;;;;;;;;;; +EVTDESC60140;With a more liberal regime firmly in control of our country, they feel that now is the time for a constitutional convention. Everyone's views, well at least everyone who truly matters, will be represented in this new gathering to shape the path of our nation.;;;;;;;;;;;;; +EVTNAME21520;The San Francisco Earthquake of $YEAR$;;;;;;;;;;;;; +EVTDESC21520;A major earthquake has struck San Francisco, California, today, causing widespread devastation and the loss of thousands of lives. Tremors have been reported as far away inland as Nevada, but as damaging as the earthquake and its aftershocks were, the fires that burned out of control afterward were even more destructive. Within three days, over 30 fires, caused by ruptured gas mains, destroyed approximately 25,000 buildings on 490 city blocks. Due to a widespread practice by insurers to indemnify San Francisco properties from fire, but not earthquake damage, most of the destruction in the city was blamed on the fires. Some property owners deliberately set fire to damaged properties, in order to claim them on their insurance. In all, the fires burned for four days and nights. Army units are hard at work bringing in supplies to the survivors, and we can rest assured that the quake will leave its mark on public memory for generations to come.;;;;;;;;;;;;; +EVTNAME21500;The Tunguska Event;;;;;;;;;;;;; +EVTDESC21500;'At breakfast time I was sitting by the house at Vanavara. I suddenly saw that directly to the north, over Tunguska Road, the sky split in two and fire appeared high and wide over the forest. The split in the sky grew larger, and the entire northern side was covered with fire. From the northern side, where the fire was, came strong heat. Then the sky shut closed, and a strong thump sounded, throwing me a few meters. I lost my senses for a moment, but then my wife ran out and led me to the house. After that such noise came, as if rocks were falling or cannons were firing and the earth shook. When the sky opened up, hot wind raced between the houses, like from cannons, which left traces in the ground like pathways, and it damaged some crops. Later we saw that many windows were shattered.'\nThe Tunguska explosion of $YEAR$ produced a devastating fireball in Siberia and it's the largest impact event on Earth in recorded history.;;;;;;;;;;;;; +EVTDESC21510;The eruption of the Krakatoa volcano and the resultant tsunami left over 36500 dead in the $COUNTRY_ADJ$ East Indies, and the sound of the eruption was heard 3000 miles away at Rodrigues Island in the Indian Ocean. Over 70% of the island and its surrounding archipelago were destroyed as it collapsed into a caldera. Additional seismic activity and tsunamis were reported to have continued and the eruption was one of the deadliest and most destructive volcanic events in recorded history. The explosion had a tremendous global impact, with the sky darkening worldwide for years afterwards, producing intensely red sunsets and other optical effects, as well as global average temperature dropping by more than a degree Celsius.;;;;;;;;;;;;; +EVTNAME5000000;The Turkish Constitution;;;;;;;;;;;;; +EVTDESC65000000;An envoy of the Ottoman Sublime Porte arrived in $CAPITAL$ today with the Turkish demands to repel the Sretenje or Candlemas constitution, drafted in 1835 but never de facto adopted, and the draft of a new constitution, molded within the whims and wishes of the Ottoman Empire. This new constitution, dubbed 'The Turkish Constitution', would repel civil liberties and has the backing of Serbia's guarantor, Russia, and of Austria. Bowing to the Sublime Porte wishes means the abdication of the current Serbian Prince, currently under pressure to implement the 1835 constitution, and the confirmation of Turkish sovereignty over Serbia. Defying their commands might spell a difficult war.;;;;;;;;;;;;; +EVT5000000OPTA;We have no choice but to accept it.;;;;;;;;;;;;; +EVT5000000OPTB;We refuse the Turkish outrageous demands.;;;;;;;;;;;;; +EVTNAME97121;The $PROVINCENAME$ Massacre;;;;;;;;;;;;; +EVTDESC97121;Besieged forces and civilians in $PROVINCENAME$ were unprepared for an extended siege and surrendered to rebel forces under Nana Sahib, in return for a safe passage to Allahabad. However, under ambiguous circumstances, their evacuation turned into a massacre, and most of the men were killed. As a $COUNTRY_ADJ$ rescue force approached $PROVINCENAME$, 120 $COUNTRY_ADJ$ women and children captured by the rebel forces were killed in what came to be known as the $PROVINCENAME$ Massacre, their remains being thrown down a nearby well in an attempt to hide the evidence. Following the discovery of the massacre, the outraged $COUNTRY_ADJ$ forces engaged in widespread retaliation against captured rebel soldiers and local civilians. The murders greatly embittered the $COUNTRY_ADJ$ rank-and-file against the rebels and inspired the war cry "Remember $PROVINCENAME$!";;;;;;;;;;;;; +EVT97121OPTA;Remember $PROVINCENAME$!;;;;;;;;;;;;; +EVTNAME160000;Threat From The South;;;;;;;;;;;;; +EVTDESC160000;Each day tensions with the southern states are increasing, to the point some believe war is inevitable. While the government tries to ease tensions, the South seem to be preparing for war and there are some talks of outright disobeying the government of the United States in the South, with a parallel army and administration being built. While these rumors remain just that, a fragile peace remains.;;;;;;;;;;;;; +EVTOPTA160000;Let's see where this is going.;;;;;;;;;;;;; +EVTNAME443040;The End of the State of Emergency;;;;;;;;;;;;; +EVTDESC443040;We held the tide as much as we could, but now the State of Emergency was lifted by the $COUNTRY_ADJ$ government. Its policies are not as effective as they were and the suspension of rights can no longer be maintained. For better or for worse, we will have to deal with the backlash of the emergency measures now.;;;;;;;;;;;;; +EVT443040OPTA;$COUNTRY$ perseveres.;;;;;;;;;;;;; +EVTNAME443039;The $FROMCOUNTRY_ADJ$ Awakening;;;;;;;;;;;;; +EVTDESC443039;With the independence of $FROMCOUNTRY$, a good portion of the $FROMCOUNTRY_ADJ$ people no longer feel satisfied under our rule. Nationalism is at an all time high and secessionist sentiments spread like wildfire through the $FROMCOUNTRY_ADJ$ regions in $COUNTRY$. The $FROMCOUNTRY_ADJ$ awakening can not be reversed and we now must deal with the consequences.;;;;;;;;;;;;; +EVT443039OPTA;$FROMCOUNTRY_ADJ$ traitors!;;;;;;;;;;;;; +EVTNAME90963;$FROMCOUNTRY$ Refuses to Send Missionaries;;;;;;;;;;;;; +EVTDESC90963;$FROMCOUNTRY$ refused to send missionaries to our country, citing safety concerns for their citizens.;;;;;;;;;;;;; +EVT90963OPTA;Maybe we will have better luck next time.;;;;;;;;;;;;; +EVTNAME90962;$FROMCOUNTRY_ADJ$ Missionaries;;;;;;;;;;;;; +EVTDESC90962;$FROMCOUNTRY_ADJ$ missionaries arrived in $CAPITAL$ today, where they will rest for a few days before starting the missionary work. Other missionaries from different countries are also scheduled to arrive to help them in their work. The $FROMCOUNTRY_ADJ$ government requested that we keep the situation in our country stable lest something may befall their citizens. Our councilors also advise to maintain good relations with $FROMCOUNTRY$ as bad relations might instigate hate against them in the heart of our population.;;;;;;;;;;;;; +EVT90962OPTA;Leave them to do their work.;;;;;;;;;;;;; +EVTNAME90961;$FROMCOUNTRY$ Requests Missionaries;;;;;;;;;;;;; +EVTDESC90961;The $FROMCOUNTRY_ADJ$ ruler sent an envoy requesting a few missionaries to spread the word of God in $FROMCOUNTRY$. Agreeing to this will increase our relations and influence with them and potentially convert their own ruler, but if the missionaries end up being executed by an angry mob or because of a change of heart of the $FROMCOUNTRY_ADJ$ ruler, our international prestige will suffer.;;;;;;;;;;;;; +EVT90961OPTA;Send them over.;;;;;;;;;;;;; +EVT90961OPTB;It's too risky.;;;;;;;;;;;;; +EVTNAME90960;Requesting a Missionary;;;;;;;;;;;;; +EVTDESC90960;We decided to request missionaries to help modernize our country, but their religion will affect our religion and the countries that we can reach. Our relation with them, our infamy and unrest in our population are all factors that play will play a role when countries decide to send us missionaries or not. It's imperative to carefully pick what country we want to reach.;;;;;;;;;;;;; +EVT90960OPTA;Contact a Catholic government.;;;;;;;;;;;;; +EVT90960OPTB;Contact a Protestant government.;;;;;;;;;;;;; +EVT90960OPTC;Contact an Orthodox government.;;;;;;;;;;;;; +EVT90960OPTD;Contact a Sunni government.;;;;;;;;;;;;; +EVT90960OPTE;We changed our mind.;;;;;;;;;;;;; +EVTNAME36964;Our Claims Over Sekondi;;;;;;;;;;;;; +EVTDESC36964;As the dispute over Sekondi is solved, ownership claims become weaker and weaker and the province slowly stops being a focal point of border dispute. Our claims over the province are now gone.;;;;;;;;;;;;; +EVT36964OPTA;Damn.;;;;;;;;;;;;; +EVTNAME36963;Claims Over $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC36963;As the dispute over $PROVINCENAME$ is solved, ownership claims become weaker and weaker and the province slowly stops being a focal point of border dispute.;;;;;;;;;;;;; +EVT36963OPTA;We have peace once again.;;;;;;;;;;;;; +peaceful_transition_to_japan;Peaceful Transition to Japan;;;;;;;;;;;;; +EVTNAME19040;Excavation Rights Requested;;;;;;;;;;;;; +EVTDESC19040;$FROMCOUNTRY$ has requested excavation rights in the Valley of The Kings. While we ourselves do not have the know how or money to fund a serious excavation of the area, and allowing a foreign contractor might be good for that reason, it might also be best to let the secrets of Egyptian history lie undisturbed until such a time when we ourselves can find them. Turning down a foreign power will spoil our relations and reduce their prestige, though.;;;;;;;;;;;;; +EVTOPTA19040;Go for it!;;;;;;;;;;;;; +EVTOPTB19040;The Valley is ours.;;;;;;;;;;;;; +EVTNAME19041;$FROMCOUNTRY$ Grants Excavation Permit;;;;;;;;;;;;; +EVTDESC19041;The government of $FROMCOUNTRY$ has granted us the exclusive right to excavate and investigate ancient ruins in the Valley of The Kings. The potential discoveries there will prove an enormous opportunity for us to increase our scientific renown in the world.;;;;;;;;;;;;; +EVTOPTA19041;Excellent!;;;;;;;;;;;;; +EVTNAME19042;$FROMCOUNTRY$ Refuses Excavation Permit;;;;;;;;;;;;; +EVTDESC19042;The government of $FROMCOUNTRY$ has refused to allow us excavation rights in The Valley of The Kings. Our international prestige has been lowered as a result, and relations with $FROMCOUNTRY$ have soured.;;;;;;;;;;;;; +EVTOPTA19042;Bah!;;;;;;;;;;;;; +EVTDESC11103;My $MONARCHTITLE$, news have just reached us that renowned Italian freedom fighter Giuseppe Garibaldi and his 'Expedition of The Thousand' have broken and taken control of the government in $FROMCOUNTRY$. Everywhere this rugged freedom fighter goes jubilant crowds of Italians turn out to greet him -- waving the tricolor of the Italian nation -- as the liberator of all of Italy. On account of our dominant position on the peninsula, the newly formed government in $FROMCOUNTRY$ sends word that they accept $COUNTRY$'s natural position as the foremost among equals of the newly formed Italy.;;;;;;;;;;;;; +ezo_republic;Ezo Republic;;;;;;;;;;;;; +EVTNAME36981;The Suez Canal Company;;;;;;;;;;;;; +EVTDESC36981;$FROMCOUNTRY_ADJ$ investors organized in $CAPITAL$ the Suez Canal Company for the construction and maintenance of the Suez Canal. The move was made to secure the necessary influence to begin the construction works in Suez and guarantee no other great powers will interfere with it.;;;;;;;;;;;;; +EVT36981OPTA;We may soon see the canal completed.;;;;;;;;;;;;; +EVTNAME46610101;The Treaty of Petrópolis;;;;;;;;;;;;; +EVTDESC46610101;The $FROMCOUNTRY_ADJ$ government is holding talks in the Brazilian city of Petrópolis to end tensions over the territory known as Acre. Claimed by multiple countries and without a clear border demarcation, several incursions of foreigners from neighboring countries searching for rubber sparked a few incidents and the de facto owner of the territory, $COUNTRY$, is now offering us monetary compensation, a friendship treaty as well as the possibility of funding a railway construction in our country in exchange for us dropping any claims we have over the area.;;;;;;;;;;;;; +EVT46610101OPTA;Sounds like a good deal, we agree.;;;;;;;;;;;;; +EVT46610101OPTB;No, Acre is a rightful part of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME986519;Rebellion in $COUNTRY_ADJ$ Enclave;;;;;;;;;;;;; +EVTDESC986519;The enclave of $PROVINCENAME$ was overran by foreign nationals, in a rebellion that annexed the province to another country. The lack of direct land access to these place was the main factor for the rebellion and as $COUNTRY_ADJ$ authority weakened, our troops were not capable of stopping the mass uprising.;;;;;;;;;;;;; +EVT986519OPTA;A minor setback.;;;;;;;;;;;;; +EVTNAME46610100;The García Ortiz-Mangabeira Treaty;;;;;;;;;;;;; +EVTDESC46610100;Ever since our declaration of independence, our borders with the neighboring Brazilians have not been delineated through any treaty. The resident minister of Brazil in $COUNTRY$, Enéas Martins, is on a special mission in $CAPITAL$, to meet with the Minister of Foreign Affairs, Alfredo Vásquez Cobo, to delineate a treaty to settle the border issue. The treaty would establish the border from the Rio Negro northwestward along the Amazon River-Orinoco watershed divide, then generally southward along various river courses and straight-line segments to the mouth of the Apaporis River. This would effectively mean the Marabitanas province will end up part of Brazil, though signing the treaty can positively affect our image internationally.;;;;;;;;;;;;; +EVT46610100OPTA;Let this be a sign of friendship and cooperation between our countries.;;;;;;;;;;;;; +EVT46610100OPTB;We will never cede an inch of $COUNTRY_ADJ$ territory.;;;;;;;;;;;;; +EVTNAME111001;The Coronation of Tewodros II;;;;;;;;;;;;; +EVTDESC111001;Kassa Hailu began his military career as a destitute shifta, an outlaw. After a political marriage to try to stop his ascension and after losing several battles, the warlord of $COUNTRY$ lost his power and Kassa took control. With a dream of reunifying Ethiopia, he claimed the imperial throne for himself. He moved the capital city of the Empire to Debre Tabor and later to Magdala. He ended the division of Ethiopia among the various warlords and princes that had vied for power for almost two centuries and forcibly re-incorporated the regions of Gojjam and Wollo under the direct administration of the Imperial throne after they had been ruled by local branches of the Imperial dynasty or other warlords. With all of his rivals apparently subdued, he imprisoned them and their relatives at Magdala. He was crowned in $YEAR$, in the imperial city of Gonder, as Tewodros the Second, Negusa Nagast - King of Kings - Emperor of Ethiopia, the Elect of God, Son of David and Solomon.;;;;;;;;;;;;; +EVT111001OPTA;Long may he reign.;;;;;;;;;;;;; +EVTNAME111000;Kassa Hailu;;;;;;;;;;;;; +EVTDESC111000;Kassa Hailu, the local lord of Dembiya in Debre Markos, had a quick ascension to power. Beginning as a shifta, an outlaw, he amassed a sizable force and took back his father's previous fief of Qwara. He gained popular support by his benevolent treatment of the inhabitants in the areas he controlled. This garnered the attention of the warlord in control of $COUNTRY$ and when he became too powerful to ignore, to deal with him without using force, he was named dajazmach of Qwara and married to the daughter of the warlord. The disdainful treatment he received from his in-laws led to him capturing $CAPITAL$ by surprise. After Kassa retreated to the south, the Empress and mother of the ruler of $COUNTRY$ led an army pursuing him. Kassa defeated them and captured the Empress and now we need deal with him. There are those who favor giving him a bigger fief in return for the release of the Empress but this will increase his power, to the point the current lord could lose control of $COUNTRY$ to him.;;;;;;;;;;;;; +EVT111000OPTA;He will soon become the lord of $COUNTRY$.;;;;;;;;;;;;; +EVT111000OPTB;We will resist Kassa Hailu's power grab.;;;;;;;;;;;;; +EVTNAME36914;The Great Britain;;;;;;;;;;;;; +EVTDESC36914;Large crowds started to gather early in the day including many people who had traveled to Bristol to see the spectacle. There was a general atmosphere of anticipation as the Royal Emblem was unfurled. The processional route had been cleaned and Temple Street decorated with flags, banners, flowers and ribbons. Boys of the City School and girls of Red Maids were stationed in a neat orderly formation down the entire length of the Exchange. The route was a mass of colour and everybody was out on the streets as it was a public holiday.\nThe launch ceremony for I. K. Brunel's steamer Great Britain occurred today. The ship is 98 m in length, has a 3,400-ton displacement and it's powered by two inclined 2 cylinder engines of the direct-acting type, 1.8 m stroke cylinders and also provided with secondary sail power. The four decks provide accommodation for a crew of 120 plus 360 passengers. The ship, by far the largest vessel afloat, became the first propeller-driven ship to cross the Atlantic.;;;;;;;;;;;;; +EVTOPTA36914;Hurrah!;;;;;;;;;;;;; +EVTNAME325461;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Accord;;;;;;;;;;;;; +EVTDESC325461;In 1584 the Uzbeks conquered the region known as Badakhshan, and it remained under local Uzbek mirs (“leaders”) until 1822, when Morad Beg of Konduz overran it. The region is claimed by Afghans, Uzbeks and Tajiks. There has been some diplomatic talks with $FROMCOUNTRY_ADJ$ officials that want to sign a border treaty, to delineate a clear border between our countries and to stabilize the region. This accord would the set Panj River as part of the $FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ border separating $COUNTRY_ADJ$ Badakhshan from $FROMCOUNTRY_ADJ$ Badakhshan in the Pamirs.;;;;;;;;;;;;; +EVT325461OPTA;Sign the accord.;;;;;;;;;;;;; +EVT325461OPTB;This doesn't interest us.;;;;;;;;;;;;; +EVTNAME110029;The Persian Cossack Brigade;;;;;;;;;;;;; +EVTDESC110029;In 1864 until the early 20th century, another mass expulsion took place of Caucasian Muslims as a result of the Russian victory in the Caucasian War. These migrations once again, towards Iran, included masses of Azerbaijanis, other Transcaucasian and North Caucasian Muslims, such as Circassians, Shia Lezgins and Laks. Many of these migrants would prove to play a pivotal role in further Iranian history, as they formed most of the ranks of the Persian Cossack Brigade. Formed in 1879 in Persia. It was modeled after the Caucasian Cossack regiments of the Imperial Russian Army and, until 1920, it was commanded by Russian officers. Together with a Swedish trained and officered gendarmerie, the Cossack Brigade came to comprise the most effective military force available to the Iranian crown in the years prior to World War I and its most elite cavalry unit.;;;;;;;;;;;;; +EVT110029OPTA;Wonderful!;;;;;;;;;;;;; +EVTNAME110030;Persian Constitutional Revolution;;;;;;;;;;;;; +EVTDESC110030;$MONARCHTITLE$, our authoritarian power has come through and our people are tired. The masses are in the street, asking for heads to roll and change to come, agitated by various members of different castes - religious ulama, rich bazaari and disgruntled aristocrats as well as radical thinkers - that we, for too long, encouraged by all the privileges given and motivated by the brutality of our repression. The Enghelab-e Mashruteh, the Revolution, opened the way for cataclysmic change in Persia, heralding the modern era. It saw a period of unprecedented debate in a burgeoning press, created new opportunities and opened up seemingly boundless possibilities for the future of Persia. Many different groups fought to shape the course of the Revolution, and all sections of society were ultimately to be in some way changed by it. How shall we react?;;;;;;;;;;;;; +EVT110030OPTA;Suppress this. Now!;;;;;;;;;;;;; +EVT110030OPTB;Let's hear what they have to say.;;;;;;;;;;;;; +EVTNAME110031;Protests, Strikes and Fights;;;;;;;;;;;;; +EVTDESC110031;We have sent the troops again and again to quell the protests but the human waves seem endless. Now, everywhere in the country elites are demonstrating and striking. Reports of fights with the police arrive to our ears. In order to avoid the country slipping into anarchy, most regional commanders decided to have the army intervene. This, of course, only serve to further motivate the rebels. In the capital, the opposition - led by bazaari and ulama once again - sought sanctuary in a mosque in Tehran. Forcing it would risk provoking popular support to their cause. In the meantime, southern tribes, bandits and armed groups tear our country apart, citing the protests as their motivation.;;;;;;;;;;;;; +EVT110031OPTA;No one can hide!;;;;;;;;;;;;; +EVT110031OPTB;Keep focusing on the insurrection.;;;;;;;;;;;;; +EVT110031OPTC;It's time for negotiations.;;;;;;;;;;;;; +EVTNAME110032;Persecutions;;;;;;;;;;;;; +EVTDESC110032;Orders have been given to all officers of the military apparatus: no quarter. We have to put down this rebellion before it gets out of hand. In the city, this means curfew and dispersing the crowds wherever they may appear - with the occasional victims of course. In the countryside... we have to be much more persuasive. You don't want the details $MONARCHTITLE$. Let's just say even the next generation will not dare raise against us. The Cossack Brigade has been particularly effective - maybe too much so: word is starting to get out of the country and our reputation is getting tarnished. If it's the price to pay... Or shall we slow down?;;;;;;;;;;;;; +EVT110032OPTA;Grand Scale Massacre.;;;;;;;;;;;;; +EVT110032OPTB;Surgical strikes.;;;;;;;;;;;;; +EVT110032OPTC;It's time for negotiations.;;;;;;;;;;;;; +EVTNAME110033;Refugees in the Embassy;;;;;;;;;;;;; +EVTDESC110033;Our leadership decided to cut the head of the snake. Sadly, the rampant incompetence and corruption of our administration let the word loose and the opposition's leaders sought refuge in a foreign Great Power embassy! The fields of the gigantic mansion are filled with tents where emissaries, clerics, businessmen and tribe leaders exchange, seemingly safe from our reach. We are assured that they are just fomenting their next move to strike us down! On the other hand, any actions would be perceived very badly and our diplomatic ties could suffer to the point of a war we may not afford. Foreign powers are offering us to step down in an obvious violation of sovereignty. What should we do?;;;;;;;;;;;;; +EVT110033OPTA;Break down the gates. Seize the diplomats. Kill everyone else.;;;;;;;;;;;;; +EVT110033OPTB;It's time for negotiations.;;;;;;;;;;;;; +EVTNAME110034;The Last March;;;;;;;;;;;;; +EVTDESC110034;The rebels are spread too thin. We have showed times and times again that we are ready to keep our power and that none shall question it. Most of their leaders dead, their military efforts down and popular support slowly winding away. This is over. Our country can now step into the path of greatness that is rightfully yours. One last thing remains before we achieve our destiny. The remains of the opposition have decided for one last plea, one last effort and they're ready to pay for it with their life. They are going to march in the capital... A non-violent march on the siege of the government.;;;;;;;;;;;;; +EVT110034OPTA;Shoot! Shoot them all down!;;;;;;;;;;;;; +EVT110034OPTB;It has gone too far.;;;;;;;;;;;;; +EVTNAME110035;A New Majiles!;;;;;;;;;;;;; +EVTDESC110035;The opposition accepts to start negotiating with us and exposing their demands... at one condition. Before the negotiations even begin, they want the establishment of a untainted Majiles, a Parliament. They want their leaders to be nominated and that Parliament be given the right to oversee our regime's actions. They want their right to meet, exchange and discuss be respected. They want the location itself be deemed sacred and protected from any intervention of the police or the army. They want those demands to be unconditionally accepted and sworn on the Holy Book in front of entire population... This is dangerous. They are powerful and influent groups: refusing could lead us to unlimited repression but accepting means we cannot step back once we're in.;;;;;;;;;;;;; +EVT110035OPTA;We have no choice but too accept...;;;;;;;;;;;;; +EVT110035OPTB;Unacceptable!;;;;;;;;;;;;; +EVTNAME110036;Negotiations;;;;;;;;;;;;; +EVTDESC110036;Negotiating with the ulama appeared to be easy enough: in the grand scale of the Revolution, they agreed to let the other groups represent the secular interests. Their leaders thus worry about the spirituality of Persia and demand improvements. Not only do they want us to implement the Sharia Law at state level, but they demand to be in charge of its implementation. This could anger the more liberal rebels and cost a healthy sum of money...;;;;;;;;;;;;; +EVT110036OPTA;Accept.;;;;;;;;;;;;; +EVT110036OPTB;Refuse.;;;;;;;;;;;;; +EVTNAME110037;Negotiations;;;;;;;;;;;;; +EVTDESC110037;The bazaari's demands were simple enough: they want the possibility to translate their economic power on the political scene. For that purpose, they have elected to adopt the Western system of unions, which would allow them to organize in order to pressure the regime. Written word of the establishment and protection of this right has to be given to them, as well as a promise to raise the tariffs in order to better protect the national market. This doesn't sound well...;;;;;;;;;;;;; +EVT110037OPTA;Accept.;;;;;;;;;;;;; +EVT110037OPTB;Compromise.;;;;;;;;;;;;; +EVT110037OPTC;Refuse.;;;;;;;;;;;;; +EVT110037OPTD;Put the foot down.;;;;;;;;;;;;; +EVTNAME110038;Negotiations;;;;;;;;;;;;; +EVTDESC110038;The Socialists are hard at it but they're divided. While we ignored the more radicals, the so-called 'reformists' are open to discussion. They claim to be mostly interested in the well-being of the poorest strata of our society, as we are, after all.;;;;;;;;;;;;; +EVT110038OPTA;Accept.;;;;;;;;;;;;; +EVT110038OPTB;Refuse.;;;;;;;;;;;;; +EVTNAME110039;Negotiations;;;;;;;;;;;;; +EVTDESC110039;The liberals demands are quite simple: they want the freedom of press, the freedom of expression. They are convinced that, once those rights are achieved, everything else will come. Thus everything else comes second and they will become untouchable. While we laugh at their naivety, we must remember that they are one of the most influent group. But sacrificing our control of the media is a risky move...;;;;;;;;;;;;; +EVT110039OPTA;Accept.;;;;;;;;;;;;; +EVT110039OPTB;Compromise.;;;;;;;;;;;;; +EVT110039OPTC;Refuse.;;;;;;;;;;;;; +EVT110039OPTD;Put the foot down.;;;;;;;;;;;;; +EVTNAME110040;Negotiations;;;;;;;;;;;;; +EVTDESC110040;Now for the most delicate part of our duty: deal with the minorities. The recent troubles woke them up and they're ready to rise, would we make a bad move. They want autonomy, almost self-rule. Increased decentralization allied with added rights, giving them pressure on the regime would be an unprecedented move, one hard to revert. On the other hand, they are most certainly the most dangerous groups of them all: all our borderlands could unilaterally separate if we do not cave in...;;;;;;;;;;;;; +EVT110040OPTA;Accept.;;;;;;;;;;;;; +EVT110040OPTB;Compromise.;;;;;;;;;;;;; +EVT110040OPTC;Refuse.;;;;;;;;;;;;; +EVT110040OPTD;Put the foot down.;;;;;;;;;;;;; +EVTNAME110041;Negotiations;;;;;;;;;;;;; +EVTDESC110041;Some people joined the Revolution because they were convinced that the current regime doesn't represent the best interests of the nation. Those people want to see the foreigners kicked out and the country regain its independence. We could appease to the Nationalists by seizing foreign investments we have ignored in the past and effectively nationalizing it, but that would greatly anger other countries and put us at risk of an armed intervention...;;;;;;;;;;;;; +EVT110041OPTA;Accept.;;;;;;;;;;;;; +EVT110041OPTB;Refuse.;;;;;;;;;;;;; +EVTNAME110042;The Constitution of $YEAR$;;;;;;;;;;;;; +EVTDESC110042;A new era for the Orient begins. An era of Light, coming out of years of Darkness. An era in which Persia shall shine like the Sun. After months of strikes, protests, demonstrations and even armed insurrections, our country is finally at peace. It is a new country for a world that is now reborn. The new 'Majiles' - the Parliament - worked hard, pushing negotiations on many issues against the central authority. Their fight ends now with he establishment of the so-called 'Constitution of $YEAR$'. Each faction elect their leaders, but the status-quo is fragile and window is open for a take-over. Who shall lead the Light?;;;;;;;;;;;;; +EVT110042OPTA;The aristocrats and the Shah! This is Persia!;;;;;;;;;;;;; +EVT110042OPTB;The ulamas will keep our values and traditions.;;;;;;;;;;;;; +EVT110042OPTC;The bazaari are the economic heart of our nation.;;;;;;;;;;;;; +EVT110042OPTD;The radicals know you cannot stop progress.;;;;;;;;;;;;; +EVT110042OPTE;The current regime will maintain stability.;;;;;;;;;;;;; +EVTNAME110043;A New Capital For A New Persia;;;;;;;;;;;;; +EVTDESC110043;After the end of those times of troubles, an idea has gained momentum in our leadership: to wholesomely represent the emergence of a new Persia, free of her burdens and unlike any that has been before, some propose to move our capital. Tehran has indeed seen much bloodshed in recent years and some of the infrastructure was damaged - including many government buildings. The idea is neat. Why not?;;;;;;;;;;;;; +EVT110043OPTA;Tehran has served us well.;;;;;;;;;;;;; +EVT110043OPTB;Qom, the religious capital of our faith.;;;;;;;;;;;;; +EVT110043OPTC;Tabriz, its wealth will assure prosperity.;;;;;;;;;;;;; +EVT110043OPTD;Isfahan, our population center.;;;;;;;;;;;;; +EVT110043OPTE;Shiraz, the cultural heart of our nation.;;;;;;;;;;;;; +EVTNAME110044;Disband the Persian Cossack Brigade.;;;;;;;;;;;;; +EVTDESC110044;With the end of the times of troubles comes the question of accountability. It appears the most bloody unit that took part in the repression was the Persian Cossack Brigade. Not only do they surpass everyone by the quantity, but also by the sheer intensity of their massacres. This comes as a shock as it used to be the most elite troop of the country but it seems like Caucasians have the thirst for bloodshed rushing through their veins. Now we have no choice but to disband it and put their leaders to trial.;;;;;;;;;;;;; +EVT110044OPTA;They cannot be forgiven, we won't take the risk.;;;;;;;;;;;;; +EVTNAME110060;The Bear Flag Revolt;;;;;;;;;;;;; +EVTDESC110060;In June 1846, a number of American immigrants in Alta California raised and rebelled against the local Mexican government before seizing military control the area to the north of the San Francisco Bay, in the present-day state of California. The immigrants had not been allowed to buy or rent land and had been threatened with expulsion because Mexican officials were concerned about the incoming influx of unregulated Americans in a climate of quickly rising tensions with the US. The term "California Republic" appeared on the flag the insurgents raised and indicated their aspiration of forming a republican government for California. The flag featured an image of a California grizzly bear and became known as the Bear Flag and the revolt as the Bear Flag Revolt.;;;;;;;;;;;;; +EVT110060OPTA;American saboteurs, that is all! Down with them!;;;;;;;;;;;;; +EVT110060OPTB;We cannot afford that at the moment... Let them go.;;;;;;;;;;;;; +EVT110060OPTC;Long live the Republic of California!;;;;;;;;;;;;; +EVTNAME110062;The Union calls!;;;;;;;;;;;;; +EVTDESC110062;Our situation is not that good. The treasury is low, the morale is down and everything is lacking, from ammunition to food supplies. Things could be better. Lesser men would have given up by now. But not us. Hope still remain, in our hearts and in our minds. Today, hope came in the form of a letter: an offer from the US government to join the glorious Union! Already, the troops are coming to take over our forts, on their way to Mexico, and senators in Washington are congratulating themselves. They have no doubts as to our answer and it seems like our destiny is already written.;;;;;;;;;;;;; +EVTOPTA110062;We gladly accept.;;;;;;;;;;;;; +EVTOPTB110062;Never! The Bear shall stand!;;;;;;;;;;;;; +EVTOPTC110062;Propose a compromise.;;;;;;;;;;;;; +EVTNAME110063;California agreed to join the Union!;;;;;;;;;;;;; +EVTDESC110063;Our letter was received today with cheer and joy in California as our brethren officially accepted the offer we sent before singing to the glory of the Union. The troops are taking over the forts and militias are joining our battalions while the Mexican army flees before us! This calls for a toast: to our Manifest Destiny!;;;;;;;;;;;;; +EVT110063OPTA;Glorious!;;;;;;;;;;;;; +EVT110063OPTB;On second thought, let them be.;;;;;;;;;;;;; +EVTNAME110064;California refused to join the Union!;;;;;;;;;;;;; +EVTDESC110064;How dare they! Those we called our brothers declined our magnanimous offer to join us in glory! They called to their ridiculous flag, an absurd sense of "pride" for their barren lands, empty deserts and deadly mountains. This idiocy reveals what we should have realized a long time ago: they have become more Mexican than American! Thus, they shall share their fate. Our next move is obvious.;;;;;;;;;;;;; +EVT110064OPTA;Indeed.;;;;;;;;;;;;; +EVT110064OPTB;Let them be.;;;;;;;;;;;;; +EVTNAME110065;The California Compromise;;;;;;;;;;;;; +EVTDESC110065;It seems like our brothers in California have become infatuated with the land... or the natives. Instead of making the right and obvious choice of accepting to join us in eternal glory, they came with a counter-offer. Ah! They want autonomy. They want the right to self-govern. They reject the federal government of Washington, a land they say, which is as far to them as Great-Britain was to our ancestors. This empty rhetoric is an obvious cover for ambitious and greedy local elites wanting to hoard power and wealth. Still, in the current situation, it could prove worthwhile... or not.;;;;;;;;;;;;; +EVT110065OPTA;It wasn't a question.;;;;;;;;;;;;; +EVT110065OPTB;Agree to a compromise.;;;;;;;;;;;;; +EVT110065OPTC;Let them be.;;;;;;;;;;;;; +EVTNAME110053;Victorio is dead!;;;;;;;;;;;;; +EVTDESC110053;Victorio was a fierce warrior and chief of the Warm Springs band of the Tchihendeh division of the central Apaches. For ten years, he and his band were moved to and left at least three different reservations, some more than once, despite his band's request to live on traditional lands. Wandering around the US-Mexico border, they were successful at raiding and evading capture by the military and even won a significant engagement at Las Animas Canyon before allegedly leading the Alma Massacre. In $YEAR$, while moving along the Rio Grande in northern Mexico, Victorio and his band were surrounded and killed by soldiers of the Mexican Army in the Tres Castillos Mountains, in Chihuahua. He was, by all accounts, one of the greatest Apache military strategists to have ever lived.;;;;;;;;;;;;; +EVT110053OPTA;He got what was coming!;;;;;;;;;;;;; +EVTNAME110073;The Golden Stool;;;;;;;;;;;;; +EVTDESC110073;When the new colonial governor to Ghana arrived in Kumasi with a small force of $COUNTRY_ADJ$ soldiers, he decided to deliver a speech to the Ashanti leaders. Talking about the need for submission by the locals, he mentioned one of their most sacred objects, ending like this: 'Why have you relegated me to this ordinary chair? Why did you not take the opportunity of my coming to Kumasi to bring the Golden Stool for me to sit upon?'. Not understanding the significance of the stool, he clearly had no inkling of the storm his words would produce: the suggestion that he, a foreigner, should sit upon and defile the Golden Stool, the very embodiment of the Ashanti state, and very symbol of the Ashanti peoples, living, dead, and yet to be born, was far too insufferable for the crowd. Now it is up to us to clean his mess...;;;;;;;;;;;;; +EVT110073OPTA;What a nice trinket!;;;;;;;;;;;;; +EVT110073OPTB;Let them have it.;;;;;;;;;;;;; +EVTNAME110081;The Paulet Affair;;;;;;;;;;;;; +EVTDESC110081;Captain Lord George Paulet had become captain of HMS Carysfort in 1841, serving on the Pacific Station of the Royal Navy. While stationing in Honolulu, he quickly found himself in the middle of a feud between the British Consul Charlton and the Prime Minister of Hawaii, an American named Judd. The former claimed that British subjects in the Islands were being denied their legal rights: thus, when Paulet arrived at Honolulu he requested an audience with King Kamehameha III, tensions quickly rose between the locals, their American allies and the British elites - especially after Paulet militarily occupied the Islands. Each side is now sending envoys to defend themselves in the courts and the eyes of the world.;;;;;;;;;;;;; +EVT110081OPTA;Support Paulet!;;;;;;;;;;;;; +EVT110081OPTB;Demand compensation.;;;;;;;;;;;;; +EVT110081OPTC;Drop the case entirely.;;;;;;;;;;;;; +EVTNAME110078;From Hell;;;;;;;;;;;;; +EVTDESC110078;Jack the Ripper is the best known name given to an unidentified serial killer generally believed to have been active in the largely impoverished areas in and around the Whitechapel district of London in $YEAR$. Attacks ascribed to Jack the Ripper typically involved female prostitutes who lived and worked in the slums of the East End of London whose throats were cut prior to abdominal mutilations. The removal of internal organs from at least three of the victims led to proposals that their killer had some anatomical or surgical knowledge. The "From Hell" letter received by George Lusk of the Whitechapel Vigilance Committee included half of a preserved human kidney, purportedly taken from one of the victims. The public came increasingly to believe in a single serial killer known as "Jack the Ripper", mainly because of the extraordinarily brutal character of the murders and because of media treatment of the events.;;;;;;;;;;;;; +EVT110078OPTA;Grim news.;;;;;;;;;;;;; +EVTNAME110079;Jack the Ripper Caught!;;;;;;;;;;;;; +EVTDESC110079;It was one of the Physicians-in-Ordinary to HM Queen Victoria, Sir William Withey Gull, 1st Baronet of Brook Street. It comes as a shocking news and a blow to the prestige of the Crown, but the evidences are undeniable. It seems the crimes could even lead to a higher conspiracy in the government incriminating the Freemasons! Some state that Gull caught syphilis in the West Indies while touring the world in his late teens and it was this illness that brought on a state of insanity which led to the murders. We have to know the end of this story!;;;;;;;;;;;;; +EVT110079OPTA;My congratulations to Scotland Yard!;;;;;;;;;;;;; +EVT110079OPTB;This is not getting out of this room.;;;;;;;;;;;;; +EVTNAME110074;Coronation of Pedro II;;;;;;;;;;;;; +EVTDESC110074;Dom Pedro II, nicknamed 'the Magnanimous', was the second ruler of the young Empire of Brazil. Born in Rio de Janeiro, he was a member of the Brazilian branch of the House of Braganza. His father's abrupt abdication and departure to Europe in order to restore his daughter on the throne of Portugal left a five-year-old Pedro II as Emperor and led to a grim and lonely childhood and adolescence. Still, he grew into a man with a strong sense of duty and devotion toward his country and his people -- on the other hand, he was increasingly resentful of his role as monarch. Inheriting an Empire on the verge of disintegration, he turned it into an emerging power with an important economic growth, distinguished from its neighbors on account of its political stability. Still, despite its overwhelming popular support, Pedro II quickly became weary of emperorship and despaired over the monarchy's future prospects.;;;;;;;;;;;;; +EVT110074OPTA;Long live!;;;;;;;;;;;;; +EVTNAME110075;The death of Pedro II;;;;;;;;;;;;; +EVTDESC110075;The support for the monarchy remained overwhelming in the country and none ever dreamed of having it otherwise. Pedro II was as popular as ever, a father for each of his citizens. Still, letters he wrote reveal a man grown world-weary with age and having an increasingly alienated and pessimistic outlook. His last couple of years were lonely and melancholic and his health had considerably worsened. One day in $YEAR$, while residing in Paris, he caught an infection that progressed quickly into pneumonia Pedro rapidly declined and died surrounded by his family. His last words were 'May God grant me these last wishes—peace and prosperity for Brazil!'. While the body was being prepared, a sealed package in the room was found, and next to it a message written by the Emperor himself: 'It is soil from my country, I wish it to be placed in my coffin in case I die away from my fatherland.';;;;;;;;;;;;; +EVT110075OPTA;He will be missed.;;;;;;;;;;;;; +EVT110075OPTB;Maybe we should abolish the monarchy.;;;;;;;;;;;;; +EVTNAME110056;The H. L. Hunley;;;;;;;;;;;;; +EVTDESC110056;The H. L. Hunley was one of the first submarine built by the CSA, but named and mostly financed after its main inventor, Horace Lawson Hunley. It played a small but symbolic part in the American Civil War by demonstrating the advantages and dangers of undersea warfare. She was the first combat submarine to actually sink a warship, which was an important step in the naval arms-race going on at the time: indeed, the Yankees had also developed their first submarine, the USS Alligator, while the Confederation had already lost two prototypes. Our advisors believe that may be what gives us the vital edge we were looking for, especially against blockades. Shall we support the project?;;;;;;;;;;;;; +EVT110056OPTA;Give them more than they estimated.;;;;;;;;;;;;; +EVT110056OPTB;Give them the amount estimated.;;;;;;;;;;;;; +EVT110056OPTC;Give them less than they estimated.;;;;;;;;;;;;; +EVT110056OPTD;We have more urgent affairs.;;;;;;;;;;;;; +EVTNAME110057;The H. L. Hunley - Success!;;;;;;;;;;;;; +EVTDESC110057;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers successfully navigated the waters and aimed to reach the blockade. There, they spotted the USS Housatonic and began their approach. While the Yankees did see them, they were unable to fight back and the Hunley launched its torpedo swinging in the flank of the 1,260t vessel, sinking it in less than five minutes. The men then set for home and narrowly made it. Thus, the Hunley became the first submarine ship to successfully sink an enemy boat, marking History forever.;;;;;;;;;;;;; +EVT110057OPTA;Nothing can stop the Dixie spirit!;;;;;;;;;;;;; +EVTNAME110058;The H. L. Hunley - Mixed results...;;;;;;;;;;;;; +EVTDESC110058;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers successfully navigated the waters and aimed to reach the blockade. There, they spotted the USS Housatonic and began their approach. While the Yankees did see them, they were unable to fight back and the Hunley launched its torpedo swinging in the flank of the 1,260t vessel, sinking it in less than five minutes. The men then set for home but sadly could not make it. Some think it got unintentionally rammed, others that the crew miscalculated the amount of oxygen needed. Still, the Hunley became the first submarine ship to successfully sink an enemy boat, marking History forever.;;;;;;;;;;;;; +EVT110058OPTA;Progress is built on failure.;;;;;;;;;;;;; +EVTNAME110059;The H. L. Hunley - Failure.;;;;;;;;;;;;; +EVTDESC110059;The Hunley took off in the middle of the night on the order of Lieutenant George E. Dixon, desperate to break the naval blockade of the city. The boat had already sank two times before, killing 13 men, including Horace Hunley himself. But Dixon and a crew of seven volunteers still tried to navigate the waters and aimed to reach the blockade. They probably should not have as the Hunley proved to be their watery tomb: a few hundred meters off the shore and the ship sank like a rock, taking the crew down with it. It is now lost, God knows when it will turn up again. Not only did we lose brave men but we are mocked worldwide as fools!;;;;;;;;;;;;; +EVT110059OPTA;I knew it! Do not trust loony adventurers!;;;;;;;;;;;;; +EVTNAME110050;Demokrasi Terpimpin;;;;;;;;;;;;; +EVTDESC110050;Guided Democracy was the political system in place in Indonesia until the New Order began. It was the brainchild of President Sukarno, and was an attempt to bring about political stability. He believed that Western-style democracy was inappropriate for Indonesia's situation. Instead, he sought a system based on the traditional village system of discussion and consensus, which occurred under the guidance of village elders. Sukarno proposed a threefold blend of nasionalisme ('nationalism'), agama ('religion'), and komunisme ('communism') into a co-operative 'Nas-A-Kom' government. This was intended to appease the three main factions in Indonesian politics — the army, Islamic groups, and the communists. With the support of the military, he proclaimed, 'Guided Democracy' - western-style parliamentary democracy was thus finished in Indonesia until the Reformasi era.;;;;;;;;;;;;; +EVT110050OPTA;Yes! On with Nas-A-Kom!;;;;;;;;;;;;; +EVT110050OPTB;No! The Republic must thrive!;;;;;;;;;;;;; +EVT110050OPTC;Everything is fine as is.;;;;;;;;;;;;; +EVTNAME110051;Konfrontasi;;;;;;;;;;;;; +EVTDESC110051;Konfrontasi was a violent conflict that stemmed from Indonesia's opposition to the creation of Malaysia, the amalgamation of the Federation of Malaya, Singapore and the British protectorates of North Borneo and Sarawak. The confrontation was an undeclared war with most of the action occurring in the border area between Indonesia and East Malaysia on the island of Borneo, also known as Kalimantan. Initial Indonesian attacks into East Malaysia relied heavily on local volunteers trained by the Indonesian Army before launching an expanded campaign of operations into West Malaysia. What should we do?;;;;;;;;;;;;; +EVT110051OPTA;We should seek appeasement.;;;;;;;;;;;;; +EVT110051OPTB;Kalimantan is rightfully ours.;;;;;;;;;;;;; +EVT110051OPTC;The Malays should all be part of Indonesia!;;;;;;;;;;;;; +EVTNAME110054;The Adventures of Pinocchio;;;;;;;;;;;;; +EVTDESC110054;Le avventure di Pinocchio is a novel for children written in Florence by Italian author Carlo Collodi. The first half was originally a serial in 1881 and 1882, and then later completed as a book for children in February 1883. It is about the mischievous adventures of an animated marionette named Pinocchio and his father, a poor woodcarver named Geppetto. It is considered a canonical piece of children's literature and has inspired hundreds of adaptations, from new editions or stage plays to movies, and has been translated in over 240 languages worldwide, making it among the most widely read books ever written.;;;;;;;;;;;;; +EVT110054OPTA;A fine tale for children! And only for children.;;;;;;;;;;;;; +EVTNAME100019;The $FROMCOUNTRY_ADJ$ Column;;;;;;;;;;;;; +EVTDESC100019;$FROMCOUNTRY_ADJ$ envoys have arrived in $CAPITAL$ with a message from the $FROMCOUNTRY_ADJ$ government. They demand that we surrender Geok Tepe, Ashkhabad and that we forfeit our claims over Turkestan. They demand immediate and irrevocable recognition of $FROMCOUNTRY_ADJ$ sovereignty over Turkmenia and all of Turkestan. The envoys tell us of the existence of a column of $FROMCOUNTRY_ADJ$ soldiers advancing towards Ashkhabad to enforce these demands and they threaten us with war lest we accept their conditions.;;;;;;;;;;;;; +EVT100019OPTA;We cannot risk war.;;;;;;;;;;;;; +EVT100019OPTB;Decapitate the envoys and mount their heads at the gates of Ashkhabad.;;;;;;;;;;;;; +EVTNAME16459;The Dust Bowl;;;;;;;;;;;;; +EVTDESC16459;After fairly favorable climatic conditions in the 1920s with good rainfall and relatively moderate winters, which permitted increased settlement and cultivation in the Great Plains, the prairies region in $COUNTRY$ entered an unusually dry era in the summer of $YEAR$. During the drought of the 1930s, the unanchored soil turned to dust, which the prevailing winds blew away in huge clouds that sometimes blackened the sky. These choking billows of dust – named "black blizzards" or "black rollers" – traveled cross country, reaching as far as the East Coast and striking such cities as New York City and Washington, D.C.\nOn the Plains, they often reduced visibility to 1 meter (3.3 ft) or less. Already hundreds of people are packing up to move and many wait, their gazes directed to $CAPITAL$ to see what will be the government's response.;;;;;;;;;;;;; +EVTOPTA16459;They are on their own.;;;;;;;;;;;;; +EVTOPTB16459;We will found a new agency, the Soil Conservation Service, to fight this calamity.;;;;;;;;;;;;; +EVTNAME16190;Border Ruffians;;;;;;;;;;;;; +EVTDESC16190;The flames lick the log cabins and wooden houses, throwing a queer orange glow up at a starry night sky, only slightly obscured by the plumes of smoke billowing up from the town. He rides down Main Street, with strange shadows dancing about him as he goes. 'Come out, come out, wherever you are!', he screams. Far away in the city, gunshots echo against the screams of dying men. Border Ruffians, intent on making a few states into slave-states, have crossed the border and raided a small outlaying settlement in the territory.;;;;;;;;;;;;; +EVTOPTA16190;Grim news.;;;;;;;;;;;;; +EVTOPTB16190;Enact an ordinance to stop them.;;;;;;;;;;;;; +EVTNAME16200;Bleeding $STATENAME$;;;;;;;;;;;;; +EVTDESC16200;Border Ruffians and Free-Staters are skirmishing over the issue of slavery in $PROVINCENAME$, and the events have started to rack up a death toll. The conflicts will be known to posterity as Bleeding $STATENAME$, raising national awareness over the slavery issue.;;;;;;;;;;;;; +EVTOPTA16200;A black day, but at least Free-Staters won.;;;;;;;;;;;;; +EVTOPTB16200;A black day, but at least the so called "Border Ruffians" won.;;;;;;;;;;;;; +EVTNAME16180;Free Staters;;;;;;;;;;;;; +EVTDESC16180;During the most intense days of the slavery debate, some abolitionists organized emigration to the territories of Kansas and Nebraska in order to prevent these territories from being admitted into the Union as slave-states. The theory of popular sovereignty held that a democratic vote in the state would decide on whether the state should be constituted as slave or free. These abolitionists were called Free Staters, and some of them have now turned up in a few states.;;;;;;;;;;;;; +EVTOPTA16180;Let them settle.;;;;;;;;;;;;; +EVTOPTB16180;Enact an ordinance to stop them.;;;;;;;;;;;;; +EVTNAME16150;Copperheads;;;;;;;;;;;;; +EVTDESC16150;The 'Copperheads' were a group of Democrats in the Northern United States who, during the Civil War, opposed the war, and favored a peace settlement with the South. The moniker came originally from Unionists likening them to poisonous snakes, but it soon struck home with the Copperheads themselves. While there is no war yet, there is staunch resistance to abolitionism within some democratic circles in a few states. Stepping up the local political campaigning could probably neutralize them, but only at the cost of offending southern sentiments.;;;;;;;;;;;;; +EVTOPTA16150;We have more important concerns.;;;;;;;;;;;;; +EVTOPTB16150;Debate them at every opportunity.;;;;;;;;;;;;; +EVTNAME16140;Underground Railroads;;;;;;;;;;;;; +EVTDESC16140;The Underground Railroad was an informal network, run by abolitionists of varying creeds and colors, dedicated to helping slaves escape from the southern slave-states to freedom in the North. We have every reason to believe that a few states recently developed into a hotbed of Railroad activity. We could put pressure on local politicians to combat their activities, but only at the risk of stirring up abolitionist sentiments in the North.;;;;;;;;;;;;; +EVTOPTA16140;Leave it be.;;;;;;;;;;;;; +EVTOPTB16140;Shut it down.;;;;;;;;;;;;; +EVTNAME16120;Abolitionist Pamphlets;;;;;;;;;;;;; +EVTDESC16120;An extensive tract, describing the purported unconstitutionality of slavery, is being widely disseminated in a few slave states. Allowing its continued circulation might upset the lower classes -- where it has seen its widest circulation -- but attempting to curtail distribution will definitely be regarded as an attack on freedom of speech, which will anger the districts big-wigs. Shall we try to curtail the distribution?;;;;;;;;;;;;; +EVTOPTA16120;Nay!;;;;;;;;;;;;; +EVTOPTB16120;Aye!;;;;;;;;;;;;; +EVTNAME16130;Fugitive Slave;;;;;;;;;;;;; +EVTDESC16130;Where am I!?', he wakes up screaming. Upon being told that he was found collapsed just a few yards north across from the state border, he starts laughing. It's a calm laugh, interrupted only by the occasional cough. - Oh merciful Lord, I'm in a free state!' The man is a slave, escaped from some or other plantation down South of Mason-Dixon. He's wounded, but still alive. What perils he has suffered on his way to the free state, only the good Lord knows. Federal law mandates that he be returned to his owner.;;;;;;;;;;;;; +EVTOPTA16130;The law is the law.;;;;;;;;;;;;; +EVTOPTB16130;He stays free.;;;;;;;;;;;;; +EVTNAME16100;American Anti-Slavery Society;;;;;;;;;;;;; +EVTDESC16100;Founded in 1833, the American Anti-Slavery Society was an organization on the forefront of the American abolitionist movement. With notable members such as Frederick Douglass and Abby Kelley Foster, the society organized meetings, speakings and even published a weekly newspaper between 1840 and 1870, all with the aim of abolishing slavery in the United States. The society has now opened a charter in a few new states. We could attempt to prevent the charter from forming, but that would be perceived as an assault on our republican traditions.;;;;;;;;;;;;; +EVTOPTA16100;Leave them be.;;;;;;;;;;;;; +EVTOPTB16100;Suppress the society.;;;;;;;;;;;;; +EVTNAME16090;Knights of The Golden Circle;;;;;;;;;;;;; +EVTDESC16090;A secret society dedicated to promoting perceived southern interests in the United States, by the expansion of slavery, The Knights of The Golden Circle have established a chapter in new states. We could attempt to suppress the society, but that would be perceived as an assault on our republican traditions by the local populace.;;;;;;;;;;;;; +EVTOPTA16090;Leave them be.;;;;;;;;;;;;; +EVTOPTB16090;Suppress the society.;;;;;;;;;;;;; +EVTNAME16070;Fire-Eaters;;;;;;;;;;;;; +EVTDESC16070;It has put at rest, forever, all the agitating questions relating to our peculiar institution.'\n\nHis words are soft-spoken, but carry an inner flame of righteous anger directed at anyone and anything he deems as threatening the institution of slavery. 'Fire-Eaters', radical pro-slavery agitators, have appeared in some Dixie states.;;;;;;;;;;;;; +EVTOPTA16070;All men were created equal...;;;;;;;;;;;;; +EVTOPTB16070;Never were truer words spoken!;;;;;;;;;;;;; +EVTNAME16030;A Southern Belle;;;;;;;;;;;;; +EVTDESC16030;Clad in her white dress, strolling down the streets, her radiance, nobility, and simple beauty turns heads. Speaking, her gentleness, kindness, hospitality and accent -- all draped in the flavors of magnolias, soft cotton and southern verandahs -- do the same. Virtue, honor, and dignity in manifest form, such are the women of the South. A toast, to Dixie!;;;;;;;;;;;;; +EVTOPTA16030;To our knights!;;;;;;;;;;;;; +EVTOPTB16030;To southern labour!;;;;;;;;;;;;; +EVTNAME1010034;Enclosures;;;;;;;;;;;;; +EVTDESC1010034;Enclosure is the legal process of enclosing a number of small landholdings to create one larger farm. Once enclosed, use of the land became restricted to the owner, and it ceased to be common land for communal use. This results in less land for the people to cultivate. This, coupled with overpopulation in Ireland, contributed much to poverty in the island.;;;;;;;;;;;;; +EVT1010034OPTA;Ok.;;;;;;;;;;;;; +EVTNAME38506;The End of Slavery in Zanzibar;;;;;;;;;;;;; +EVTDESC38506;In the mid-19th century as many as 50,000 slaves passed annually through Zanzibar's port. The city was a bustling center of slave trade, acting as a hub of the east African slave trade. However, the richness and the money slave trade brought to Zanzibar faded away as slavery was outlawed in $COUNTRY$.;;;;;;;;;;;;; +EVT38506OPTA;It's for the best.;;;;;;;;;;;;; +EVTNAME315004;How I Found Livingstone;;;;;;;;;;;;; +EVTDESC315004;Our hearts and our feelings are with our eyes, as we peer into the palms and try to make out in which hut or house lives the white man with the gray beard we heard about on the Malagarazi (...) We are now about three hundred yards from the village and the crowds are dense about me. I pushed back the crowds and walked down a living avenue of people until I came in front of the semicircle of Arabs, in the front of which stood the white man with the gray beard. As I advanced slowly toward him I noticed he was pale, looked wearied, had a gray beard, wore a bluish cap with a faded gold band round it, had on a red-sleeved waistcoat and a pair of gray tweed trousers. I would have run to him, only I was a coward in the presence of such a mob, - would have embraced him, only, he being an Englishman, I did not know how he would receive me, so I did what cowardice and false pride suggested was the best thing, - walked deliberately to him, took off my hat, and said:;;;;;;;;;;;;; +EVTOPTA315004;Dr. Livingstone, I presume?;;;;;;;;;;;;; +EVTNAME60150;The End of Female Suffrage;;;;;;;;;;;;; +EVTDESC60150;I am here as a soldier who has temporarily left the field of battle in order to explain - it seems strange it should have to be explained - what civil war is like when civil war is waged by women. I am not only here as a soldier temporarily absent from the field at battle, I am here - and that, I think, is the strangest part of my coming - I am here as a person who, according to the law courts of my country, it has been decided, is of no value to the community at all and I am adjudged because of my life to be a dangerous person, under sentence of penal servitude in a convict prison.\nThe Suffragettes once again protest in the streets, this time against the $COUNTRY_ADJ$ suppression of political rights. The right of voting they fought for is moot, as now no one can vote.;;;;;;;;;;;;; +EVTOPTA60150;Get back in the kitchen!;;;;;;;;;;;;; +EVTNAME90950;The $FROMCOUNTRY_ADJ$ Nationalization Program;;;;;;;;;;;;; +EVTDESC90950;In these decisive days in the history of mankind, these days in which truth struggles to have itself recognized in the international chaos where powers of evil domination and imperialism have prevailed, $FROMCOUNTRY$ stands firmly to preserve its sovereignty and its dignity against imperialistic schemes of a number of nations who have uncovered their desires for domination and supremacy. In these days and in such circumstances $FROMCOUNTRY$ has resolved to show the world that when nations decide to preserve their sovereignty, they will do that all right and that when these nations are fully determined to defend their rights and maintain their dignity, they will undoubtedly succeed in achieving their ends.\nA spokesperson of the $FROMCOUNTRY_ADJ$ government announced the nationalization of all foreign investments in the country. Great Powers and investors demonstrated their outrage at their decision and some in our own government are calling for harsh measures to set an example.;;;;;;;;;;;;; +EVTOPTA90950;$COUNTRY_ADJ$ investments need to be protected.;;;;;;;;;;;;; +EVTOPTB90950;We respect $FROMCOUNTRY_ADJ$ sovereignty.;;;;;;;;;;;;; +EVTNAME90909;The Liaodong Lease;;;;;;;;;;;;; +EVTDESC90909;$FROMCOUNTRY_ADJ$ diplomats approached us proposing the lease of the Liaodong Peninsula - more specifically, Lüshun or as is known in the West, Port Arthur - for the construction of a military base and railroads. It's a small area and it may be best to just lease it to them, as the $FROMCOUNTRY_ADJ$ government doesn't look like it will handle a refusal pacifically.;;;;;;;;;;;;; +EVT90909OPTA;We don't want to anger our $FROMCOUNTRY_ADJ$ friends, do we?;;;;;;;;;;;;; +EVT90909OPTB;They will have to take it from our cold, dead hands.;;;;;;;;;;;;; +EVTNAME70002;$FROMCOUNTRY$ Goes Bankrupt!;;;;;;;;;;;;; +EVTDESC70002;Wave after wave of selling again moved down prices on the Stock Exchange today and billions of pounds were clipped from values. Traders surged about brokerage offices watching their holdings wiped out.... It was one of the worst breaks in history.... For a time, in the morning, the market was showing signs of rallying power.... Then new waves of selling out of poorly margined accounts started another reaction...\n\n$FROMCOUNTRY$ has gone bankrupt and defaulted on all their debts. We must use our military might if we want to safeguard our investors.;;;;;;;;;;;;; +EVTOPTA70002;The $FROMCOUNTRY_ADJ$ better pay their debts.;;;;;;;;;;;;; +EVTNAME70003;$FROMCOUNTRY$ Defaults in Defiance of our Military!;;;;;;;;;;;;; +EVTDESC70003;I pledge you, I pledge myself to a new deal for the $FROMCOUNTRY_ADJ$ people. Let us here assembled constitute ourselves prophets of a new order of competence and courage. This is more than a political campaign, it is a call to arms...\n\nA spokesperson of the $COUNTRY_ADJ$ government was quoted saying as the matter of the $FROMCOUNTRY_ADJ$ debt exploded in the press. They went bankrupt again, defying previous treaties and now there's talk of military intervention to make sure we will get paid.;;;;;;;;;;;;; +EVTOPTA70003;We are ready to move from the conference to the battlefield table.;;;;;;;;;;;;; +EVTNAME70004;$FROMCOUNTRY$ Defaults!;;;;;;;;;;;;; +EVTDESC70004;Any lack of confidence in the economic future of $FROMCOUNTRY$ is foolish, the $FROMCOUNTRY_ADJ$ ruler was quoted as saying, "I do not believe that the power and the duty of the $FROMCOUNTRY_ADJ$ Government ought to be extended to the relief of individual suffering.... The lesson should be constantly enforced that though the people support the Government, the Government should not support the people."\n\nAs the $FROMCOUNTRY_ADJ$ defaults on their debts, the civil servants and the economy are suffering greatly from austerity measures. They owed us some money when they defaulted but since the amount is small, we wouldn't normally take any action. We can choose to act, but not forgiving such a small debt will get some worried and angry reactions from the Great Powers.;;;;;;;;;;;;; +EVTOPTA70004;$FROMCOUNTRY$ better pay their debts from now on.;;;;;;;;;;;;; +EVTOPTB70004;We will have our money back.;;;;;;;;;;;;; +EVTOPTC70004;Issue an official declaration forgiving their debt.;;;;;;;;;;;;; +EVTNAME36980;The $FROMCOUNTRY_ADJ$ Seize the Canal;;;;;;;;;;;;; +EVTDESC36980;In a takeover organized by $FROMCOUNTRY_ADJ$ investors and the $FROMCOUNTRY_ADJ$ government, one $COUNTRY_ADJ$ Canal company was seized from us.;;;;;;;;;;;;; +EVT36980OPTA;Damn $FROMCOUNTRY_ADJ$ vultures!;;;;;;;;;;;;; +EVTNAME6016813;The $COUNTRY_ADJ$ Regime;;;;;;;;;;;;; +EVTDESC6016813;While our liberators have a theocratic government, our people would never accept this kind of rule and a more secular government was put in charge.;;;;;;;;;;;;; +EVT6016813OPTA;It's for the best.;;;;;;;;;;;;; +EVTNAME36898;The Ascension of Queen Victoria;;;;;;;;;;;;; +EVTDESC36898;Today, in the year of our Lord $YEAR$, William the Fourth, by the Grace of God, King of the United Kingdom of Great Britain and Ireland, Defender of the Faith, died in Windsor Castle. As he had no living legitimate children, Princess Victoria of Kent, William's niece, found herself ruling one of the Great Powers and the biggest colonial empire in Europe. Her coronation is scheduled for the 28th of June, 1838, when princess Alexandrina Victoria of House Hanover will officially ascend to the throne of the United Kingdom of Great Britain and Ireland as 'Queen Victoria'. Her reign, which would last even a few years into the 20th century, would later be remembered as the absolute zenith of the British Empire, upon which the sun never set. The last British Monarch of the House of Hanover, her ascension also marked the end of the personal union between Britain and Hanover which, under Salic Law, excludes women from inheritance. Her uncle became King Ernest Augustus I of Hanover. Today a jubilant crowd in London has escorted the young Queen Victoria to her residence in the newly reformed Buckingham Palace.;;;;;;;;;;;;; +EVTNAME986518;The Albania Population Exchange;;;;;;;;;;;;; +EVTNAME986517;The Bosnia Population Exchange;;;;;;;;;;;;; +EVTNAME986516;The Montenegro Population Exchange;;;;;;;;;;;;; +EVTNAME986515;The Southern Serbia Population Exchange;;;;;;;;;;;;; +EVTNAME986514;The Macedonia Population Exchange;;;;;;;;;;;;; +EVTNAME986513;The Dobrudja Population Exchange;;;;;;;;;;;;; +EVTNAME986512;The Bulgaria Population Exchange;;;;;;;;;;;;; +EVTNAME986511;The Eastern Rumelia Population Exchange;;;;;;;;;;;;; +EVTNAME986510;Eastern Macedonia and the Aegean Population Exchange;;;;;;;;;;;;; +EVTNAME986508;The Thessaly Population Exchange;;;;;;;;;;;;; +EVTDESC986508;The $FROMCOUNTRY_ADJ$ government approached us with a proposal: to settle our borders and to try and end our long time animosities, to avoid any future confrontations, we should sign a treaty of friendship and exchange our rightful populations, supporting them in their resettlement and guaranteeing no harm may befall then.;;;;;;;;;;;;; +EVTNAME986509;The Southern Macedonia Population Exchange;;;;;;;;;;;;; +EVT986508OPTA;It's time for them to come home.;;;;;;;;;;;;; +EVT986508OPTB;No deal, $COUNTRY_ADJ$ are living in their rightful lands.;;;;;;;;;;;;; +EVTNAME29904;Mechanized Mining;;;;;;;;;;;;; +EVTDESC29904;Mother! Mother! Father says that they've got new tools in the mine!'\n\nWith the invention of machine tools, and the introduction of dynamite, and with it the ability to dig deeper into the mine shafts than ever before, mines are slowly being fitted with new and efficient tools to aid the excavation of the slumbering riches below the surface. Mine efficiency and size has been increased in $STATENAME$ on account of this.;;;;;;;;;;;;; +EVTNAME29901;Conveyor Belts and Excavators;;;;;;;;;;;;; +EVTDESC29901;Mother! Mother! Father says that they've got new tools in the mine!'\n\nWith the invention of conveyor belts, excavators and rock drills, the ability to dig deeper into the mine shafts than ever before, mines are slowly being fitted with new and efficient tools to aid the excavation of the slumbering riches below the surface. Mine efficiency and size has been increased in $STATENAME$ on account of this.;;;;;;;;;;;;; +EVTNAME29900;The First Tractor in $STATENAME$;;;;;;;;;;;;; +EVTDESC29900;Mother, mother! Old man Johnson has bought a new machine! It can plough, pull, tear, move, and you can ride on it! He says it's called a 'tractor'!'\n\nThe advent of the tractor in $PROVINCENAME$ has led to a revolution in local agriculture, with farm output increasing on a scale unfathomable a mere generation ago. Truly, the boons of industry are good unto $COUNTRY$.;;;;;;;;;;;;; +EVTNAME971200;Coffee Rust in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC971200;A devastating disease is quickly spreading through $PROVINCENAME$ coffee plantations. Nicknamed 'Devastating Emily' but popularly known as coffee rust, how the disease reached $PROVINCENAME$ or where it came from remains unknown. The coffee leaves are quickly covered by a orangeish or yellowish powder - giving the disease its 'rust' name - and soon the plant dies. With entire plantations destroyed, the farmers are changing their crops to other cash crops to avoid going out of business.;;;;;;;;;;;;; +EVT971200OPTA;At least they will turn a profit again.;;;;;;;;;;;;; +EVTNAME90959;$COUNTRY_ADJ$ Military;;;;;;;;;;;;; +EVTDESC90959;We don't need the foreign barbarians trade, technology or friendship. We are good on our own and their influence will only corrode and corrupt our society.\n\n A $COUNTRY_ADJ$ general was quoted saying during a top military meeting. Regardless of his opinion, at this time the $COUNTRY_ADJ$ military is under reformation to adopt more western methods and technologies. If we have an isolationist policy, then we won't be able to fully test, research and take advantage of the western methods. We will be unable to apply our experiences with these new reforms back as research as these reforms will be frowned upon and looked as inferior, despite their effectiveness, a necessary evil for the protection of our country.;;;;;;;;;;;;; +EVTOPTA90959;The die is cast.;;;;;;;;;;;;; +EVTNAME90908;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;; +EVTDESC90908;The $FROMCOUNTRY_ADJ$ governments claim that the old Treaty of Friendship and Commerce is null and void, be it by we breaking the treaty or by them claiming that they never agreed to "perpetual occupation and government" of Macao. They sent us an ultimatum asking for the Macao back or to face strained relations and possibly war.;;;;;;;;;;;;; +EVT90908OPTA;We have no choice but comply.;;;;;;;;;;;;; +EVT90908OPTB;They will have to take it from our cold, dead hands.;;;;;;;;;;;;; +EVTNAME15250;The $PROVINCECULTURE$ Rite;;;;;;;;;;;;; +EVTDESC15250;Up until now, $PROVINCECULTURE$ priests and teachers in $PROVINCENAME$ have been allowed to conduct religious and educational services in their own tongue. This generosity on our part has apparently been excessive, since the privilege has been used to spread anti-$COUNTRY_ADJ$ propaganda among the $PROVINCERELIGION$ congregations and schools in $PROVINCENAME$. We could issue an edict to the effect that all religious and educational services must be rendered in the official language of the state, but this will exasperate the clergy and the intellectuals. Should we?;;;;;;;;;;;;; +EVTOPTA15250;Suppress the $PROVINCECULTURE$ rite.;;;;;;;;;;;;; +EVTOPTB15250;Leave the issue be.;;;;;;;;;;;;; +EVTNAME15040;The Professor;;;;;;;;;;;;; +EVTDESC15040;And let the $COUNTRY_ADJ$ know that we do not sit idly by while they cull the students out of our institutions.'\n\nA local professor in $PROVINCENAME$ has been preaching national resistance against our rule, and he is but a symptom of a broader disease. In fact, much of the $PROVINCENAME$ intellectuals have been acting uppity lately.;;;;;;;;;;;;; +EVTOPTA15040;Control the intellectuals through legislative means.;;;;;;;;;;;;; +EVTOPTB15040;Get rid of the worst troublemakers.;;;;;;;;;;;;; +EVTNAME90907;The Sino-$FROMCOUNTRY_ADJ$ Treaty of $CAPITAL$;;;;;;;;;;;;; +EVTDESC90907;For the administration of Macao, the $FROMCOUNTRY_ADJ$ government owe us several duties: payment of rent, customs and authorization for a $COUNTRY_ADJ$ official to inspect shipments and collect taxes. All these duties have been long overdue. The $FROMCOUNTRY_ADJ$ refuses to meet their obligations and agreed terms. Today a $FROMCOUNTRY_ADJ$ envoy arrived in $CAPITAL$ offering a treaty of friendship and commerce that, if signed, would remove several of these obstacles and duties for the $FROMCOUNTRY_ADJ$ government. The main points of such a treaty would be the confirmation of Macao's "perpetual occupation and government" by the $FROMCOUNTRY_ADJ$ government, which is a disputed translation with our officials, and $FROMCOUNTRY$'s promise never to alienate Macao and dependencies without a previous agreement with us. Signing it means making a friend in Europe but not signing it might mean making some enemies.;;;;;;;;;;;;; +EVT90907OPTA;It's just a small village anyway.;;;;;;;;;;;;; +EVT90907OPTB;We will not be bullied in an unequal treaty.;;;;;;;;;;;;; +EVTNAME2570;$COUNTRY_ADJ$ Living Space!;;;;;;;;;;;;; +EVTDESC2570;$MONARCHTITLE$, the military high command has devised a cunning plan to increase the size of the $COUNTRY_ADJ$ living space through military conquest. By staging a military incident with one of our neighbors, we can make our people and the world believe that we are under attack, and the resulting military occupation and annexation of a neighboring country always look that much better when you are not perceived as the aggressor. Shall we go ahead with the plan? Shall we send our armies sweeping forth across the continent? Shall we spread terror and unheard of horrors to our enemies? Shall we...;;;;;;;;;;;;; +DISABLE_UNIT_TECH;Disables;;;;;;;;;;;;; +EVTNAME6016812;The Commissioned $FROMCOUNTRY_ADJ$ Warship Arrives;;;;;;;;;;;;; +EVTDESC6016812;The ship is built partly of iron and partly of steel, completely belted with 360mm of armor, with a 380mm backing, and has the central battery armored with plates of 240mm in thickness. The engines are two in number, horizontal, and of the compound two cylinder type, developing a horsepower of 6,071, which on the trial trip gave a speed of 14.66 knots. Five hundred and ten tons of coal are carried in the bunkers, which at a speed of 10 knots should enable the ship to make a voyage of 2,800 nautical miles. The offensive power of the ship consists of seven breech-loading rifled guns of 27 centimeters, weighing 24 tons each, six breech-loading rifled guns of 14 centimeters and machine guns of the Hotchkiss systems. Four of the 27 centimeters are in the central battery, two on each broadside and three on the upper deck in barbettes, one on each side amidships and one aft.\n The warship we commissioned is ready and arrived in one of our naval bases.;;;;;;;;;;;;; +EVT6016812OPTA;A fine addition for our navy.;;;;;;;;;;;;; +EVTNAME955201;The Luhonono Purchase;;;;;;;;;;;;; +EVTDESC955201;The $FROMCOUNTRY_ADJ$ government approached us with a proposal to buy Luhonono so they can annex it to $COUNTRY_ADJ$ Namibia. The small strip of land isn't densely population nor does it hold any vital resources, so selling for the money or even as an act of goodwill is an option.;;;;;;;;;;;;; +EVT955201OPTA;We agree to their terms.;;;;;;;;;;;;; +EVT955201OPTB;Our lands are not for sale.;;;;;;;;;;;;; +EVTNAME955200;Conquest of Luhonono;;;;;;;;;;;;; +EVTDESC955200;As part of our African colonies Luhonono, as the natives call a small strip of land north of Tswana territory, would be of vital importance for our access to the heart of Africa. As other powers encroach the region, the best move would be to quickly occupy the strip of land to guarantee our access to the untold riches of the dark continent.;;;;;;;;;;;;; +EVT955200OPTA;Nothing will hinder our colonization efforts.;;;;;;;;;;;;; +EVTNAME49518;The Treaty of Simulambuko;;;;;;;;;;;;; +EVTDESC49518;With the colonial powers of Europe having met at the Congo Conference to decide the orderly division of the African continent, pressure for $FROMCOUNTRY$ to occupy the lands they laid claims to built up. Their diplomats have been in close contact with the princes of Cabinda and with additional urging they were able to conclude a treaty forcing the Kongolese to surrender it over their Angolan claims. Under the Conference's principle of effective occupation, the land they took is theirs by right. They did violate our sphere by negotiating directly with the Congo though, so that could be used as a justification to retaliate.;;;;;;;;;;;;; +EVT49518OPTA;It's not a big deal anyway.;;;;;;;;;;;;; +EVT49518OPTB;We will make sure they won't be able to violate our sphere again.;;;;;;;;;;;;; +EVTOPTB10330;Let the boys in blue have their way with these fomenters of revolution.;;;;;;;;;;;;; +EVTDESC81002218;The Convention regarding the Organization of the Statute of the Tangier Zone has decided that Tangier shall be made an international zone, ruled by the sultan of Morocco as a neutral and demilitarized zone. We, however, currently hold Tangier and the great powers are urging us to abide to the Convention's decision.;;;;;;;;;;;;; +EVTOPTA81002218;We will abide.;;;;;;;;;;;;; +EVTOPTB81002218;They will have to take it from our cold, dead hands.;;;;;;;;;;;;; +agreed_to_tangier_protocol;Agreed to the Tangier Protocol;;;;;;;;;;;;; +EVTNAME81002217;The Tangier Protocol Fails;;;;;;;;;;;;; +EVTDESC81002217;In $YEAR$, the great powers of Europe assembled together to decide the fate of Morocco and its sultan with the Tangier Protocol. The $COUNTRY_ADJ$ government proposed the creation of a 373-square-kilometer international, neutral and demilitarized zone centered on the city of Tangier and temporal powers and jurisdiction of the natives to the Moroccan sultan. However, negotiations broke down and no consensus could be reached. There are doubts if the proposal was outright reject, if it couldn't find enough supporters or if it was shelved but the fact remains that the Tangier Protocol is dead in the water, a great blow to $COUNTRY_ADJ$ diplomacy.;;;;;;;;;;;;; +EVTOPTA81002217;A waste of diplomatic effort.;;;;;;;;;;;;; +EVTNAME81002216;The Tangier International Zone;;;;;;;;;;;;; +EVTDESC81002216;In $YEAR$, the great powers of Europe assembled together on the initiative of $COUNTRY$ and decided the fate of Morocco and its sultan with the Tangier Protocol. It was decided that a 373-square-kilometer international, neutral and demilitarized zone centered on the city of Tangier was to be created. The sultan of Morocco was given sovereignty and jurisdiction over the native population. Thus, the great powers hoped that the current conflicts over Morocco would end.;;;;;;;;;;;;; +EVTOPTA81002216;The Sultan shall reign once more.;;;;;;;;;;;;; +EVTNAME81002215;The Tangier Protocol;;;;;;;;;;;;; +EVTDESC81002215;The Tangier Protocol, formally known as the Convention regarding the Organization of the Statute of the Tangier Zone, is a diplomatic proposal over the fate of Sultan of Morocco and Tangier brought forward by the $FROMCOUNTRY_ADJ$ government. The proposal is to create a 373-square-kilometer international zone centered on the city of Tangier, North Africa under the joint administration of the signatory countries, with the Sultan of Morocco retaining sovereignty over the zone and jurisdiction over the native population. Tangier is to be made a neutral demilitarized zone to solve disagreements between the great powers on who should control it.;;;;;;;;;;;;; +EVTOPTA81002215;We agree to the proposal.;;;;;;;;;;;;; +EVTOPTB81002215;It doesn't suit our interests.;;;;;;;;;;;;; +EVTNAME111100;The $FROMCOUNTRY_ADJ$ Demands;;;;;;;;;;;;; +EVTDESC111100;The $FROMCOUNTRY_ADJ$ approached us with an outrageous demand: we are to surrender the entire Albanian territory so their Yugoslavian allies can have more power. They are asking us nicely this time, but refusing them can mean war.;;;;;;;;;;;;; +EVT111100OPTA;We have no choice but to abide.;;;;;;;;;;;;; +EVT111100OPTB;They will take it from our cold, dead hands.;;;;;;;;;;;;; +EVTNAME97120;Unification of Laos;;;;;;;;;;;;; +EVTDESC97120;The Lao people have been called to unite under a single banner.;;;;;;;;;;;;; +EVT97120OPTA;We will answer the call!;;;;;;;;;;;;; +EVT97120OPTB;We will remain independent.;;;;;;;;;;;;; +EVTNAME955191;Revolution in $COUNTRY$;;;;;;;;;;;;; +EVTDESC955191;With the end of the $COUNTRY_ADJ$ monarchy, the fate of the Congo as the old king private possession is now uncertain. There are several bills in the Upper House about its destiny, from annexation as a colony to letting them be free. The Great Powers are not sure how to proceed as the Conference recognized the old monarch as the ruler of the Congo but our close ties and already de facto administration of it gave us a prime position in deciding its fate.;;;;;;;;;;;;; +EVT955191OPTA;We will run it as a colony.;;;;;;;;;;;;; +EVT955191OPTB;We will continue the philanthropic work.;;;;;;;;;;;;; +EVT955191OPTC;Let them be free.;;;;;;;;;;;;; +EVTNAME955190;Civilizing Congo;;;;;;;;;;;;; +EVTDESC955190;The $COUNTRY_ADJ$ $MONARCHTITLE$ kept his word and the Congo was ran as a philanthropic and humanitarian endeavor. He drove the slavers from the Congo basin, helped the natives modernize and civilize, he kept the Congo open for trade with all the nations. A few abuses were reported here and there, but this was usually passed as corruption or power abuse. The $MONARCHTITLE$ was never involved or held liable for those. This situation, however, led to the Great Powers closely watching the Congo and an international recognition of the Congo right to exist. This means that colonizing the Congo is a path that we can no longer trail.;;;;;;;;;;;;; +EVT955190OPTA;Our work in the Congo is almost done.;;;;;;;;;;;;; +EVTNAME955189;The Congo Colony;;;;;;;;;;;;; +EVTDESC955189;In direct violation of his promises of free trade within the CFS under the terms of the Congo Treaty, not only had the State become a commercial entity directly or indirectly trading within its dominion, but also the $COUNTRY_ADJ$ $MONARCHTITLE$ had been slowly monopolizing a considerable amount of the ivory and rubber trade by imposing export duties on the resources traded by other merchants within the CFS. Despite all that, improvements in the Congo had been made and there was no over exploitation of the natives. Running the risk of corporations causing a humanitarian disaster because of over exploitation, the $COUNTRY_ADJ$ upper house decided, in a move coordinated and approved by other Great Power, to remove the $MONARCHTITLE$ as the sole personal ruler of the Congo and put it under control of $COUNTRY$ with all the legal institutions and guarantees that came with it. The corporations and the $MONARCHTITLE$ will be throughly compensated for the change.;;;;;;;;;;;;; +EVT955189OPTA;A new era begins for the Congo.;;;;;;;;;;;;; +EVTDESC955188;'The baskets of severed hands, set down at the feet of the European post commanders, became the symbol of the Congo Free State. The collection of hands became an end in itself. Soldiers brought them to the stations in place of rubber, they even went out to harvest them instead of rubber... They became a sort of currency. They came to be used to make up for shortfalls in rubber quotas, to replace... the people who were demanded for the forced labour gangs, and the soldiers were paid their bonuses on the basis of how many hands they collected.' The mass-deaths in the CFS became a cause célèbre in $YEAR$. The Congo reform movement led a vigorous international movement against the maltreatment of the Congolese population. The $COUNTRY_ADJ$ $MONARCHTITLE$ offered to reform his regime, but international opinion supported an end to the $MONARCHTITLE$'s rule and finally, yielding to international pressure, the Upper House of $COUNTRY$ annexed the Congo Free State in $YEAR$.;;;;;;;;;;;;; +EVTNAME14670;The Heart of Darkness;;;;;;;;;;;;; +EVTDESC14670;'And it was only when I saw how they treated them... that I. There was this one child, I remember him well. Eight... nine, maybe. They all had quotas for how much to pick each day, and that one day. He didn't fulfill his. Don't ask me why. I... his hands...!'\n\n$COUNTRY$ is in shock, as a major European newspaper published a report today on the conditions in one of her colonies. Brutal mistreatment of natives, corporal punishment and repeated instances of bodily mutilation have all been established means of maintaining the colonial order in the colony, in mines and on plantations, which have all been kept outside the influence of the Colonial Office through an elaborate system of bribes and corruption.;;;;;;;;;;;;; +EVTOPTA14670;$COUNTRY$ apologizes for nothing.;;;;;;;;;;;;; +EVTOPTB14670;We accept full responsibility for the wrongs committed.;;;;;;;;;;;;; +EVTNAME955187;Statesmanship in the Congo;;;;;;;;;;;;; +EVTDESC955187;As the Congo is the private property of the $COUNTRY_ADJ$ $MONARCHTITLE$, we need to decide every three years how the country will be run for the next three years. Being too lenient and using it solely for philanthropic work might cement the country's destiny as a civilizing experiment, forever barring it from being a colony. Pushing the natives to meet the production quotas, on the other hand, might lead to abuse that can give our opposition and the humanitarian organizations some ammunition against us. While that will not hinder any plans of colonizing the Congo, it will certainly affect our reputation in the eyes of the world. The optimal solution would be maintaining balance for long enough that the philanthropic excuse doesn't collapse at the same time that our imperialistic plans for the Congo slowly become recognized and legitimized. Unfortunately for that, running the Congo is a costly affair and can easily leave us with debt.;;;;;;;;;;;;; +EVT955187OPTA;The Congolese WILL meet their production quotas.;;;;;;;;;;;;; +EVT955187OPTB;We don't need to push them too hard.;;;;;;;;;;;;; +EVT955187OPTC;A little philanthropic work never hurt anybody.;;;;;;;;;;;;; +EVTNAME37707;Madoz's Confiscations;;;;;;;;;;;;; +EVTDESC37707;In $YEAR$, needing cash for the state, the Minister of Public Wealth, Pascual Madoz, ordered the confiscation of all communal and public lands and this led to a greater degree of centralization of state power. Properties owned by municipalities, military orders, hospitals, hospices and casas de misericordia (charity homes) were confiscated and sold to raise funds for the State. The negative consequences were suffered not only by the agents of these institutions but by the poorer villagers, who used the municipal commons for their subsistence. When these lands were placed in private hands, they could no longer use them.;;;;;;;;;;;;; +EVTOPTA37707;Confiscate because we need cash.;;;;;;;;;;;;; +EVTOPTB37707;The people need those lands!;;;;;;;;;;;;; +EVTOPTC37707;We shall find another way to get some money.;;;;;;;;;;;;; +EVTNAME955186;The Congo's Destiny;;;;;;;;;;;;; +EVTDESC955186;With the Berlin Conference coming to an end and the great powers moving in Africa according to the principle of effective occupation, the creation of the Congo Free State became a reality and the $MONARCHTITLE$'s dominance over it was internationally recognized. The $MONARCHTITLE$ pledged to suppress the East African slave trade, promote humanitarian policies, guarantee free trade within the colony, impose no import duties for twenty years and to encourage philanthropic and scientific enterprises. Beginning in $YEAR$, however, the $MONARCHTITLE$ began to issue a series of decrees that violated these conditions. It was first decreed that the State asserted rights of proprietorship over all vacant lands throughout the Congo. Afterwards, the rights of the Congolese were reduced in their land to native villages and farms, making nearly all of the CFS crown lands. We can continue these policies which will lead to an eventual annexation, revert them or simply take control of the CFS, dealing with the consequences.;;;;;;;;;;;;; +EVT955186OPTA;The Congo will be ruled as the $MONARCHTITLE$'s private property for our benefit.;;;;;;;;;;;;; +EVT955186OPTB;We don't need to keep the facade anymore, annex the Congo. Deal with the natives.;;;;;;;;;;;;; +EVT955186OPTC;The Congo Free State is a philanthropic endeavor.;;;;;;;;;;;;; +EVT955186OPTD;Onwards to $COUNTRY_ADJ$ Congo!;;;;;;;;;;;;; +EVT955186OPTE;Onwards to Bakongo's Congo!;;;;;;;;;;;;; +EVTNAME955185;The Conference Ultimatum;;;;;;;;;;;;; +EVTDESC955185;The Great Powers of the world, meeting during the Congo Conference, awarded the Congo to the International Association of the Congo, controlled by the $FROMCOUNTRY_ADJ$ ruler. They now demand that all of the agreed territory be passed on to the philanthropic organization, which includes some territory we currently control. Disobeying the will of the Conference might attract the anger of the Great Powers, while abiding for their will might leave us in their good graces.;;;;;;;;;;;;; +EVT955185OPTA;We will abide to their deliberation.;;;;;;;;;;;;; +EVT955185OPTB;They will have to take it from us.;;;;;;;;;;;;; +EVTNAME19356;A War To End All Wars;;;;;;;;;;;;; +EVTDESC19356;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.\n\n From now on a great war will allow a side that is clearly winning the ability to add even more wargoals;;;;;;;;;;;;; +EVTOPTA19356;Gentlemen, all I ask for is war, a war so grand as to make Hell itself tremble;;;;;;;;;;;;; +EVTDESC19356_NEWS_LONG;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.;;;;;;;;;;;;; +EVTDESC19356_NEWS_MEDIUM;It has become increasingly clear that we have entered a new era of unprecedented warfare. The conflicts of our time are no longer mere local issues, but instead reach every corner of the world. Considering the ever increasing stakes and the terrifying impact of these hostilities on the nations involved, there is no longer any need for restrain.;;;;;;;;;;;;; +EVTDESC19356_NEWS_SHORT;It has become increasingly clear that we have entered a new era of unprecedented warfare.;;;;;;;;;;;;; +EVTNAME955184;The Congo Question;;;;;;;;;;;;; +EVTDESC955184;During the Congo Conference, a 14-nation conference convened to submit the Congo question to international control and to finalize the colonial partitioning of the African continent. Most major powers attended the Congo Conference, and drafted an international code governing the way that European countries should behave as they acquired African territory. The conference, however, failed to recognize the International Association of the Congo's claims to the Congo and $COUNTRY_ADJ$ bids of humanitarian aid and philanthropic work fell to the pressures of economic interests and imperialism. The Great Powers of the world now scramble to, under the principle of effective occupation, acquire control over the Congo regions.;;;;;;;;;;;;; +EVT955184OPTA;We urge them to reconsider.;;;;;;;;;;;;; +EVTNAME955183;The $COUNTRY_ADJ$ Congo;;;;;;;;;;;;; +EVTDESC955183;$COUNTRY$ does not need a colony. Its citizens are not drawn towards overseas enterprises: they prefer to spend their energy and capital in countries which have already been explored or on less risky schemes... Still, you can assure His Majesty of my whole-hearted sympathy for the generous plan he had conceived, as long as the Congo does not make any international difficulties for us.\nThe $COUNTRY_ADJ$ Prime Minister has been quoted saying after European leaders officially recognized the $COUNTRY_ADJ$ $MONARCHTITLE$ control over the 2,600,000 km2 of the Congo Free State. In $YEAR$, thanks to the successful lobbying of businessman Henry Shelton Sanford at the $COUNTRY_ADJ$ $MONARCHTITLE$ request, the United States decided that the cessions claimed by the $COUNTRY_ADJ$ $MONARCHTITLE$ from the local leaders were lawful and recognized the International Association of the Congo's claim on the region, becoming the first country to do so. The Congo Conference officially recognized the International Congo Association and specified that it should have no connection with $COUNTRY$ or any other country, but would be under the personal control of the $COUNTRY_ADJ$ $MONARCHTITLE$.;;;;;;;;;;;;; +EVT955183OPTA;A great day for the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVTNAME955182;The Congo Conference;;;;;;;;;;;;; +EVTDESC955182;$FROMCOUNTRY$ called a conference, in the scope of the Congo Conference, on the future of the resource rich region known as the Congo. The $FROMCOUNTRY_ADJ$ ruler has set up a philanthropic organization - the International African Society and also the International Congo Society - and they are proposing to run the Congo region through it in an effort to bring civilization to the natives, to properly chart, research and explore the region and to improve the lives of the natives. The great powers of Europe have been called to vote and decide on the future of the Congo: if they will concede to $FROMCOUNTRY$'s wishes, if they deny their request or if they wish to abstain from the decision. If we agree, we will be obliged to surrender any territories we currently posses in the region. Any country that owns territory in the Congo will also be asked to respect the decision of the Conference - by force if not peacefully.;;;;;;;;;;;;; +EVT955182OPTA;We will vote for $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT955182OPTB;We have our own plans for the Congo. We will vote against it.;;;;;;;;;;;;; +EVT955182OPTC;We don't wish to partake in this discussion.;;;;;;;;;;;;; +EVTNAME315003;The Scottish Resurgence;;;;;;;;;;;;; +EVTDESC315003;Ever since the independence of Scotland, more and more of our people take pride in their cultures, traditions and their roots. Every day people claim to be Scottish rather than something else and a full of revival of old traditions, cultures as well as the valorization of everyday cultural traditions are underway in our country. Not everyone is ready for this and this is causing some tensions in our country, but there are already a few centers of Scottish culture in Scotland.;;;;;;;;;;;;; +EVTOPTA315003;Hail Scotland!;;;;;;;;;;;;; +EVTNAME45104;Dominican War of Independence!;;;;;;;;;;;;; +EVTDESC45104;Rebels in the east of Haiti have seized the Ozama fortress and defeated the Haitian garrison in Santo Domingo. The rebels have declared the Dominican Republic's sovereignty restored and with it an end to Haitian rule. All government officials have been expelled from Santo Domingo at what looks to be the beginning of a Civil War that will determine the fate of Hispaniola.;;;;;;;;;;;;; +EVTNAME45105;Plebiscite on Dominican Independence;;;;;;;;;;;;; +EVTDESC45105;The $MONARCHTITLE$ called a plebiscite on a possible annexation by $FROMCOUNTRY$ as a path to secure our freedoms away from Haiti and to join the prosperous country. The majority has spoken and 99.7% of the Dominican Republic wants this fusion.\n\nAt least that's the official version, it's widely known and accepted that the plebiscite was forged by the $MONARCHTITLE$ in an attempt to get rich off the more $FROMCOUNTRY_ADJ$ jingoistic politicians by selling off the Dominican Republic. The $FROMCOUNTRY_ADJ$ government seems to be in cahoots with him and intend to carry on with the facade as long as the plebiscite backs it up.;;;;;;;;;;;;; +EVT45105OPTA;Seems like everything is in order.;;;;;;;;;;;;; +EVT45105OPTB;Denounce the plebiscite.;;;;;;;;;;;;; +EVTNAME17455;End of Reconstruction;;;;;;;;;;;;; +EVTDESC17455;The Civil War is becoming a distant thought in the minds of most Americans and with that comes decisions as to where our country is headed. African Americans have achieved an unprecedented level of political equality in this country but with Southern whites reasserting their authority over state legislatures it looks as if our work towards racial equality will begin to stagnate and digress. Tensions between the peoples of the South will eventually reach a boiling point sooner or later if nothing is done and we need to look towards the future of this country. The United States is at a crossroads politically and culturally, so whatever path we step towards now will surely determine the kind of nation we will come to be.;;;;;;;;;;;;; +EVTOPTA1305;We should work harder to make amends with our African diaspora.;;;;;;;;;;;;; +EVTOPTA1306;Our first priority should be unifying North and South culturally.;;;;;;;;;;;;; +EVTOPTA1307;We should embrace the North and South's regional differences.;;;;;;;;;;;;; +EVTDESC3304;And while our hard pressed economy is bleeding massive sums into the pensions system, alarming concerns are at the same time being raised about the systematic exploitation of the system, with children at the age of thirteen in some cases being listed as recipients!\n\nMassive debates in parliament today as the Committee on Pensions and Living Standards today disbanded without submitting its final report. Apparently, internal conflict in the bi-partisan committee over hearing procedures has become a terminal stumbling block. The resulting confusion in parliament could be exploited to quickly rescind some of the more costly welfare reforms.;;;;;;;;;;;;; +EVTNAME986507;The Istanbul Massacre;;;;;;;;;;;;; +EVTDESC986507;'The Greeks are in league with the enemy. They will launch an uprising in Istanbul, kill off the Caliph and will succeed in opening up the Dardanelles.' The cry pierced the foggy morning in Istanbul. Mobs have gathered in the streets as news of the Greek ambitions in Anatolia spread. They drag Greeks to the streets and mark the doors of known Greek residences. Soon the soldiers joined in and as the day went by the killings spread. It didn't stop for many days. Many tried to flee as the massacre spread from the heart of the Ottoman Empire to the rest of the country.\nSome say they are sanctioned by the government, some say they are spontaneous. They seem to be determined to remove the Greek claims in Ottoman land, which are based on ethnic minorities, by force.;;;;;;;;;;;;; +EVT986507OPTA;A necessary sacrifice.;;;;;;;;;;;;; +EVTNAME23485;The Thirty-second Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23485;A $COUNTRY_ADJ$ physicist performed a series of experiments showing that the gamma ray hypothesis for an experiment conducted in Paris was untenable. He repeated the creation of the radiation using beryllium, used better approaches to detection, and aimed the radiation at paraffin following the Paris experiment. Paraffin is high in hydrogen content, hence offers a target dense with protons, since neutrons and protons have almost equal mass, protons scatter energetically from neutrons. He measured the range of these protons, and also measured how the new radiation impacted the atoms of various gases. He found that the new radiation consisted of not gamma rays, but uncharged particles with about the same mass as the proton: these particles were neutrons. In $YEAR$ he was nominated and won the Nobel Prize in Physics "for the discovery of the neutron".;;;;;;;;;;;;; +EVTNAME23483;The Thirty-first Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23483;A $COUNTRY_ADJ$ physicist developed an equation in quantum mechanics that bears his namesake. The equation is a partial differential equation that describes how the quantum state of a physical system changes with time. It was formulated in late 1925, and published in 1926. In $YEAR$, he was nominated and won the Nobel Prize in Physics "for the discovery of new productive forms of atomic theory".;;;;;;;;;;;;; +EVTNAME23482;The Thirtieth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23482;A $COUNTRY_ADJ$ physicist published a puzzling paper. The main new idea, non-commuting matrices, is justified only by a rejection of unobservable quantities. It introduces the non-commutative multiplication of matrices by physical reasoning, based on the correspondence principle, despite the fact that he was not then familiar with the mathematical theory of matrices. In a series of experiments with other scientists, he solved problem of the quantum behavior by two different methods. First, he treated the system with the virtual oscillator method, calculating the transitions between the levels that would be produced by the external source. He then solved the same problem by treating the anharmonic potential term as a perturbation to the harmonic oscillator and using the perturbation methods that he had developed. In $YEAR$ he won the Nobel Prize in Physics "for the creation of quantum mechanics, the application of which has, inter alia, led to the discovery of the allotropic forms of hydrogen".;;;;;;;;;;;;; +EVTNAME23480;The Twenty-ninth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23480;During a voyage in 1921, a $COUNTRY_ADJ$ physicist noticed the blue color of glaciers and the Mediterranean sea. He was motivated to discover the reason for the blue color. He carried out experiments regarding the scattering of light by water and transparent blocks of ice which explained the phenomenon. In an experiment, je employed monochromatic light from a mercury arc lamp which penetrated transparent material and was allowed to fall on a spectrograph to record its spectrum. He detected lines in the spectrum and he presented his theory at a meeting of scientists in $CAPITAL$ on 16 March 1928, and won the Nobel Prize in Physics in $YEAR$ "for his work on the scattering of light and for the discovery of the effect named after him".;;;;;;;;;;;;; +EVTNAME23479;The Twenty-eighth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23479;The fundamental idea of my 1924 thesis was the following: The fact that, following the introduction of photons in light waves, one knew that light contains particles which are concentrations of energy incorporated into the wave, suggests that all particles, like the electron, must be transported by a wave into which it is incorporated... My essential idea was to extend to all particles the coexistence of waves and particles discovered in 1905 in the case of light and photons. In $YEAR$, a $COUNTRY_ADJ$ scientist theory was proven by experiments and he won the Nobel Prize in Physics "for his discovery of the wave nature of electrons".;;;;;;;;;;;;; +EVTNAME23478;The Twenty-seventh Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23478;In 1901, a $COUNTRY_ADJ$ demonstrated that the current from a heated wire seemed to depend exponentially on the temperature of the wire with a mathematical form similar to the Arrhenius equation. This became known as a law that takes his namesake: "If then the negative radiation is due to the corpuscles coming out of the metal, the saturation current s should obey the law". In $YEAR$, he was awarded the Nobel Prize in Physics "for his work on the thermionic phenomenon and especially for the discovery of the law named after him".;;;;;;;;;;;;; +EVTNAME23477;The Twenty-sixth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23477;A $COUNTRY_ADJ$ scientist, particularly interested in meteorology, in 1893 began to study clouds and their properties. He worked for some time at the national observatory, where he made observations of cloud formation. He then tried to reproduce this effect on a smaller scale in the laboratory in $CAPITAL$, expanding humid air within a sealed container. He later experimented with the creation of cloud trails in his chamber caused by ions and radiation. For the invention of the cloud chamber he received the Nobel Prize in $YEAR$, officially "for his method of making the paths of electrically charged particles visible by condensation of vapor", dividing the honor with another scientist "for his discovery of the effect named after him".;;;;;;;;;;;;; +EVTNAME23476;The Twenty-fifth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23476;In 1895, a $COUNTRY_ADJ$ scientist showed that cathode rays were of negative electric charge in nature. He determined Avogadro's number (now known as the Avogadro constant) by several methods. He explained solar energy as due to the thermonuclear reactions of hydrogen. His most famous work is, however is his theoretical explanation of Brownian motion in terms of atoms. He did the experimental work to test and verify another scientist predictions, thereby settling the century-long dispute about John Dalton's atomic theory. He received the Nobel Prize in Physics in $YEAR$ for this and other work on the discontinuous structure of matter, which put a definite end to the long struggle regarding the question of the physical reality of molecules. Officially, his award mentions "for his work on the discontinuous structure of matter, and especially for his discovery of sedimentation equilibrium".;;;;;;;;;;;;; +EVTNAME23475;The Twenty-fourth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23475;Two $COUNTRY_ADJ$ scientists developed an experiment, which took their name, and that was the first electrical measurement to clearly show the quantum nature of atoms and thus "transformed our understanding of the world". They designed a vacuum tube for studying energetic electrons that flew through a thin vapor of mercury atoms. They discovered that, when an electron collided with a mercury atom, it could lose only a specific quantity (4.9 electron volts) of its kinetic energy before flying away. This energy loss corresponds to decelerating the electron from a speed of about 1.3 million meters per second to zero. A faster electron doesn't decelerate completely after a collision, but loses precisely the same amount of its kinetic energy. Slower electrons just bounce off mercury atoms without losing any significant speed or kinetic energy. In $YEAR$ they were awarded the Nobel Prize in Physics "for their discovery of the laws governing the impact of an electron upon an atom".;;;;;;;;;;;;; +EVTNAME23474;The Twenty-third Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23474;A $COUNTRY_ADJ$ scientist developed improved experimental apparatus which allowed him to make very accurate measurements of the X-ray wavelengths produced by atoms of different elements. He developed a convention for naming the different spectral lines that are characteristic to elements in X-ray spectroscopy that gained his name. His precision measurements drove many developments in quantum theory and atomic physics and "for his discoveries and research in the field of X-ray spectroscopy" he was awarded the Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;; +EVTNAME23473;The Twenty-second Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23473;Starting in 1908, while a professor at the University of $CAPITAL$, a $COUNTRY_ADJ$ professor worked on an oil-drop experiment in which he measured the charge on a single electron. Previously, another scientist already discovered the charge-to-mass ratio of the electron. However, the actual charge and mass values were unknown. Therefore, if one of these two values were to be discovered, the other could easily be calculated. He and his then graduate student used an oil-drop experiment to measure the charge of the electron (as well as the electron mass, and Avogadro's number, since their relation to the electron charge was known) and in $YEAR$, "for his work on the elementary charge of electricity and on the photoelectric effect", he was awarded the Nobel Prize in Physics.;;;;;;;;;;;;; +EVTNAME23472;The Twenty-first Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23472;A $COUNTRY_ADJ$ scientist developed a model of the atom which takes his name, in which he proposed that energy levels of electrons are discrete and that the electrons revolve in stable orbits around the atomic nucleus but can jump from one energy level (or orbit) to another. He conceived the principle of complementarity: that items could be separately analyzed in terms of contradictory properties, like behaving as a wave or a stream of particles. The notion of complementarity dominated his thinking in both science and philosophy. In $YEAR$, he was awarded the Nobel Prize in Physics "for his services in the investigation of the structure of atoms and of the radiation emanating from them".;;;;;;;;;;;;; +EVTNAME23471;The Twentieth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23471;Based on calculations a $COUNTRY_ADJ$ scientist made in 1911, about his new theory of general relativity, light from another star would be bent by the Sun's gravity. In 1919 that prediction was confirmed by Sir Arthur Eddington during the solar eclipse of 29 May 1919. Those observations were published in the international media, making the $COUNTRY_ADJ$ scientist world famous. On 7 November 1919, the leading British newspaper The Times printed a banner headline that read: "Revolution in Science – New Theory of the Universe – Newtonian Ideas Overthrown". In $YEAR$, he was awarded the Nobel Prize in Physics "for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect", as his theory of relativity was still considered somewhat controversial.;;;;;;;;;;;;; +EVTNAME23470;The Nineteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23470;A $COUNTRY_ADJ$ physicist discovered a nickel-steel alloys he named invar and elinvar. Invar has a near-zero coefficient of thermal expansion, making it useful in constructing precision instruments whose dimensions need to remain constant in spite of varying temperature. Elinvar has a near-zero thermal coefficient of the modulus of elasticity, making it useful in constructing instruments with springs that need to be unaffected by varying temperature, such as the marine chronometer. Elinvar is also non-magnetic, which is a secondary useful property for anti-magnetic watches. His work got him a Nobel Prize in Physics in $YEAR$, "in recognition of the service he has rendered to precision measurements in Physics by his discovery of anomalies in nickel steel alloys".;;;;;;;;;;;;; +EVTNAME23469;The Eighteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23469;A well accomplished $COUNTRY_ADJ$ physicist, that published more than 300 papers, mainly regarding electricity and other such topics, discovered an effect that got his namesake and that is described as "the shifting and splitting of spectral lines of atoms and molecules due to presence of an external electric field". Additionally, "for his discovery of the Doppler effect in canal rays and the splitting of spectral lines in electric fields" he was awarded the Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;; +EVTNAME23468;The Seventeenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23468;At first, the $COUNTRY_ADJ$ physicist considered that quantization was only "a purely formal assumption ... actually I did not think much about it...", nowadays this assumption, incompatible with classical physics, is regarded as the birth of quantum physics and the greatest intellectual accomplishment of his career. The discovery of the constant that was named after him enabled him to define a new universal set of physical units (such as the length and the mass, both named after hi,), all based on fundamental physical constants upon which much of quantum theory is based. In recognition of his fundamental contribution to a new branch of physics, Quantum Physics, he was awarded the Nobel Prize in Physics in $YEAR$, officially "in recognition of the services he rendered to the advancement of Physics by his discovery of energy quanta".;;;;;;;;;;;;; +EVTNAME23467;The Sixteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23467;A $COUNTRY_ADJ$ scientist made significant progress in developing and refining the laws of X-ray scattering, X-ray spectroscopy, the principles governing the transmission of X-rays through matter, and especially the principles of the excitation of secondary X-rays. For his discovery of the characteristic X-rays of elements he was awarded the Nobel Prize in Physics in $YEAR$, officially "for his discovery of the characteristic X-ray radiation of the elements".;;;;;;;;;;;;; +EVTNAME23466;This Year Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23466;The lack of a suitable Nobel Prize candidate in Physics this year meant that no Nobel Prize was awarded in this area. The prize money was allocated to the Special Fund of this prize section.;;;;;;;;;;;;; +EVTOPTA23466;That's disappointing.;;;;;;;;;;;;; +EVTNAME23465;The Fifteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23465;A $COUNTRY_ADJ$ scientist at the University of $CAPITAL$, working with X-rays, invented the X-ray spectrometer and with his son, a research student at $CAPITAL$, founded the new science of X-ray crystallography - a tool used for identifying the atomic and molecular structure of a crystal, in which the crystalline atoms cause a beam of incident X-rays to diffract into many specific directions. By measuring the angles and intensities of these diffracted beams, a crystallographer can produce a three-dimensional picture of the density of electrons within the crystal. From this electron density, the mean positions of the atoms in the crystal can be determined, as well as their chemical bonds, their disorder and various other information. Together with his son he was awarded the Nobel Prize in Physics in $YEAR$ "for their services in the analysis of crystal structure by means of X-rays".;;;;;;;;;;;;; +EVTNAME23464;The Fourteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23464;A $COUNTRY_ADJ$ physicist at the Institute for Theoretical Physics, on a walk through a garden in $CAPITAL$ in January, was discussing with a PhD student about the student's thesis topic. The wavelengths of concern to the student were in the visible region of the spectrum and hence much larger than the spacing between the resonators in his crystal model. The physicist seemed distracted and wanted to know what would be the effect if much smaller wavelengths were considered. In June, they reported to the $COUNTRY_ADJ$ Physics Society on the successful diffraction of x-rays, for which he was awarded the Nobel Prize in Physics, in $YEAR$, "for his discovery of the diffraction of X-rays by crystals".;;;;;;;;;;;;; +EVTNAME23463;The Thirteenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23463;A $COUNTRY_ADJ$ physicist exploited the Hampson-Linde cycle to investigate how materials behave when cooled to nearly absolute zero. On 10 July 1908, he was the first to liquefy helium, using several precooling stages and the Hampson-Linde cycle based on the Joule-Thomson effect. This way he lowered the temperature to the boiling point of helium (-269 °C, 4.2 K). By reducing the pressure of the liquid helium he achieved a temperature near 1.5 K, the coldest temperatures ever achieved on earth. His production of extreme cryogenic temperatures led to his discovery of superconductivity in 1911: for certain materials, electrical resistance abruptly vanishes at very low temperatures. His work was recognized with the award of the thirteenth Nobel Prize In Physics "for his investigations on the properties of matter at low temperatures which led, inter alia, to the production of liquid helium" in $YEAR$.;;;;;;;;;;;;; +EVTNAME23462;The Twelfth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23462;A $COUNTRY_ADJ$ inventor working with acetylene invented Agamassan (Aga), a substrate used to absorb the gas allowing safe storage and hence commercial exploitation. Acetylene produced an ultra-bright white-light and immediately superseded the duller-flamed LPG as the fuel of choice in lighthouse illuminations. He developed a light that bears his name, which incorporated another invention, the 'sun valve', a device that allowed the light to operate only at night. His 'Flasher' was a device that, except for a small pilot light, only consumed gas during the flash stage, reducing gas consumption by more than 90%. To a rugged coastal area like Scandinavia, his mass-produced, minimal maintenance buoys were a significant boon to safety and livelihood and AGA Lighthouses eventually covered the entire Panama Canal. In $YEAR$, "for his invention of automatic regulators for use in conjunction with gas accumulators for illuminating lighthouses and buoys", he was awarded the twelfth Nobel Prize in Physics.;;;;;;;;;;;;; +EVTNAME23461;The Eleventh Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23461;While studying streams of ionized gas, a $COUNTRY_ADJ$ scientist, in 1898, identified a positive particle equal in mass to the hydrogen atom. This particle was accepted and named the proton. He also formulated an expression for the black-body radiation which is correct in the photon-gas limit. His arguments were based on the notion of adiabatic invariance, and were instrumental for the formulation of a field some scientists are calling quantum mechanics. In $YEAR$, "for his discoveries regarding the laws governing the radiation of heat", he was awarded the eleventh Nobel Prize in Physics.;;;;;;;;;;;;; +EVTNAME23460;The Tenth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23460;A $COUNTRY_ADJ$ scientist, in his dissertation "On the continuity of the gas and liquid state", derived the equation of state bearing his name. His work gave a model in which the liquid and the gas phase of a substance merge into each other in a continuous manner. It shows that the two phases are of the same nature. In deriving his equation of state, he assumed not only the existence of molecules (a disputed topic) but also that they are of finite size and attract each other, one of the first scientists to postulate an intermolecular force. His work was recognized and in $YEAR$ he was awarded the tenth Nobel Prize in Physics "for his work on the equation of state for gases and liquids".;;;;;;;;;;;;; +EVTNAME23459;The Ninth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23459;A $COUNTRY_ADJ$ inventor conducting experiments, building much of his own equipment in the attic of his home with the help of his butler. His goal: to use radio waves to create a practical system of "wireless telegraphy" — i.e. the transmission of telegraph messages without connecting wires as used by the electric telegraph. This was not a new idea — numerous investigators had been exploring wireless telegraph technologies for over 50 years, but none had proven technically and commercially successful. He used a spark-gap transmitters plus coherer-receivers, similar configurations that had been tried by others, but many were unable to achieve transmission ranges of more than a few hundred meters. His, however, proved successful and together with another scientist in $YEAR$ he was awarded the Ninth Nobel Prize in Physics "in recognition of their contributions to the development of wireless telegraphy".;;;;;;;;;;;;; +EVTNAME23458;The Eighth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23458;On 2 February 1891, a $COUNTRY_ADJ$ scientist, interested in a method of fixing the colors of the solar spectrum on a photographic plate, announced to the Academy of Sciences: "I have succeeded in obtaining the image of the spectrum with its colors on a photographic plate whereby the image remains fixed and can remain in daylight without deterioration." By April 1892, he was able to report that he had succeeded in producing color images of a stained glass window, a group of flags, a bowl of oranges topped by a red poppy and a multicolored parrot. He presented his theory of color photography using the interference method in two papers to the Academy, one in 1894, the other in 1906 and for "for his method of reproducing colors photographically based on the phenomenon of interference" he was awarded the Eighth Nobel Prize in Physics in $YEAR$.;;;;;;;;;;;;; +EVTNAME23457;The Seventh Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23457;A $COUNTRY_ADJ$ Midshipman, fascinated with the sciences and the problem of measuring the speed of light in particular, conducted his first experiments of the speed of light, as part of a class demonstration in 1877. His experiment was refined, and in 1879, he measured the speed of light in air to be 299,864 ± km/s and estimated the speed of light in vacuum as 299,940 km/s. After two years of studies in Europe, he resigned from the Navy in 1881. In 1883 he accepted a position as professor of physics at the University of $CAPITAL$ and concentrated on developing an improved interferometer. In 1887 he carried out an experiment which seemed to rule out the existence of the aether. He later moved on to use astronomical interferometers in the measurement of stellar diameters and in measuring the separations of binary stars. Finally, in $YEAR$, he won the seventh Nobel Prize in Physics "for his optical precision instruments and the spectroscopic and metrological investigations carried out with their aid".;;;;;;;;;;;;; +EVTNAME23456;The Sixth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23456;As the cathode rays carry a charge of negative electricity, are deflected by an electrostatic force as if they were negatively electrified, and are acted on by a magnetic force in just the way in which this force would act on a negatively electrified body moving along the path of these rays, I can see no escape from the conclusion that they are charges of negative electricity carried by particles of matter... If, in the very intense electric field in the neighborhood of the cathode, the molecules of the gas are dissociated and are split up, not into the ordinary chemical atoms, but into these primordial atoms, which we shall for brevity call corpuscles, and if these corpuscles are charged with electricity and projected from the cathode by the electric field, they would behave exactly like the cathode rays. In $YEAR$ a $COUNTRY_ADJ$ scientist was nominated and won the Sixth Nobel Prize in Physics "in recognition of the great merits of his theoretical and experimental investigations on the conduction of electricity by gases".;;;;;;;;;;;;; +EVTNAME23451;The First Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23451;During last year a $COUNTRY_ADJ$ scientist was investigating the external effects from the various types of vacuum tube equipment when an electrical discharge is passed through them, speculating that a new kind of ray might be possible. He ate and slept in his laboratory as he investigated many properties of the new rays he temporarily termed "X-rays", using the mathematical designation ("X") for something unknown. In $YEAR$ he published his paper, "On A New Kind Of Rays", and the new rays came to bear his name in many languages. For his discovery he was nominated and subsequently was awarded the first Nobel Prize in Physics "in recognition of the extraordinary services he has rendered by the discovery of the remarkable rays subsequently named after him".;;;;;;;;;;;;; +EVTNAME23452;The Second Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23452;A man of remarkable intellectual powers... Although steeped in his own investigation of the moment, he always seemed to have in his immediate grasp its ramifications into every corner of the universe... The singular clearness of his writings provides a striking reflection of his wonderful powers in this respect... He possessed and successfully employed the mental vivacity which is necessary to follow the interplay of discussion, the insight which is required to extract those statements which illuminate the real difficulties, and the wisdom to lead the discussion among fruitful channels, and he did this so skillfully that the process was hardly perceptible. In $YEAR$, Two $COUNTRY_ADJ$ scientists won the second Nobel Prize in Physics "in recognition of the extraordinary service they rendered by their researches into the influence of magnetism upon radiation phenomena".;;;;;;;;;;;;; +EVTNAME23453;The Third Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23453;One wraps a photographic plate with a bromide emulsion in two sheets of very thick black paper, such that the plate does not become clouded upon being exposed to the sun for a day. One places on the sheet of paper, on the outside, a slab of the phosphorescent substance, and one exposes the whole to the sun for several hours. When one then develops the photographic plate, he recognizes that the silhouette of the phosphorescent substance appears in black on the negative. If one places between the phosphorescent substance and the paper a piece of money or a metal screen pierced with a cut-out design, he sees the image of these objects appear on the negative. One must conclude from these experiments that the phosphorescent substance in question emits rays which pass through the opaque paper and reduce silver salts. A group of $COUNTRY_ADJ$ scientists have been awarded the third Nobel Prize in Physics "in recognition of the extraordinary services rendered by their discovery of spontaneous radioactivity".;;;;;;;;;;;;; +EVTNAME23454;The Fourth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23454;On $YEAR$ a $COUNTRY_ADJ$ professor of the $CAPITAL$ University was giving a lecture in which he pointed out that nitrogen isolated from the air had a density slightly higher than that of nitrogen prepared from chemical sources. A liter of pure nitrogen gas generated from a chemical reaction weighed 1.2505 g. On the other hand, a liter of nitrogen gas generated from air by removing oxygen, carbon dioxide, and water vapor weighed 1.2572 g (at the same temperature and pressure). He thought that there might be an unrecognized new element hiding in the air, and that there might be room for this in a new Group at the end of the Periodic Table. When examinations had finished, he set about attempting to isolate this 'impurity' and "for his investigations of the densities of the most important gases and for his discovery of argon in connection with these studies" he was awarded the fourth Nobel Prize in Physics.;;;;;;;;;;;;; +EVTNAME23455;The Fifth Nobel Prize In Physics;;;;;;;;;;;;; +EVTDESC23455;In $YEAR$ a $COUNTRY_ADJ$ scientist was awarded the Fifth Nobel Prize in Physics "for his work on cathode rays". Prior to his work, cathode rays were produced in primitive, partially evacuated glass tubes that had metallic electrodes in them, across which a high voltage could be placed. Cathode rays were difficult to study using this arrangement, because they were inside sealed glass tubes, difficult to access, and because the rays were in the presence of air molecules. Lenard overcame these problems by devising a method of making small metallic windows in the glass that were thick enough to be able to withstand the pressure differences, but thin enough to allow passage of the rays. Having made a window for the rays, he could pass them out into the laboratory, or, alternatively, into another chamber that was completely evacuated.;;;;;;;;;;;;; +EVT4661009OPTA;Lima will be the new capital.;;;;;;;;;;;;; +EVT4661009OPTB;Cusco, the old imperial city.;;;;;;;;;;;;; +EVT4661009OPTC;A new Tacna will be founded as the capital.;;;;;;;;;;;;; +EVT4661009OPTD;Sucre is an important city.;;;;;;;;;;;;; +EVTNAME33042;A New Capital for Our Nation;;;;;;;;;;;;; +EVTDESC33042;$COUNTRY$ is united and many in the government argue that the current capital is not a suitable location to command our nation. A few proposals came forward for suitable cities that could replace it, now it's only a matter of choosing one.;;;;;;;;;;;;; +EVT33042OPTA;Berlin will be the new capital.;;;;;;;;;;;;; +EVT33042OPTB;Hamburg is a suitable location.;;;;;;;;;;;;; +EVT33042OPTC;Hanover is strategically located.;;;;;;;;;;;;; +EVT33042OPTD;Frankfurt is an important city.;;;;;;;;;;;;; +EVT33042OPTE;The current capital is fine.;;;;;;;;;;;;; +EVTNAME80128;Dungan Revolt in Qinghai;;;;;;;;;;;;; +EVTDESC80128;After rival Sufi Naqshbandi spiritual orders had fought and accused each other of various misdeeds, instead of continuing the violence they decided to use $COUNTRY$ legal system to solve the dispute. They filed opposing lawsuits through the office of the Xining Prefect and the judge in the case decided not to issue a ruling on which group was superior to the other in matters of all Islamic affairs, and urged them to behave. As a result, both groups resorted to violence. A taotai was sent by $COUNTRY$ to crush the perpetrators of the violence, which ended in several deaths. This led the involved parties in the dispute to rebel against $COUNTRY$. In Xunhua, Qinghai, masses of Hui, Dongxiang, Bao'an, and Salars were incited to revolt against the Qing by the Multicolored Mosque leader Ma Yonglin.;;;;;;;;;;;;; +EVT80128OPTA;Crush the rebels!;;;;;;;;;;;;; +EVTNAME36717;The Restoration of Brussels;;;;;;;;;;;;; +EVTDESC36717;With Brussels now firmly in our hands, the government institutions are slowly being restored to the former buildings. Brussels was the heart of our country and once again it will be the political heart.;;;;;;;;;;;;; +EVT36717OPTA;Good.;;;;;;;;;;;;; +EVTNAME315002;The Ashanti Incident;;;;;;;;;;;;; +EVTDESC315002;The Ashanti have been a constant source of conflict. They persecuted the inhabitants of Accra who, in turn, turned to us for help. On top of that, a German missionary family and a Swiss missionary were abducted and taken hostage to Kumasi. The governor of the Cape Coast is requesting a force to punish the Ashanti, to burn down Kumasi and to take Accra.;;;;;;;;;;;;; +EVTOPTA315002;We will punish them.;;;;;;;;;;;;; +EVTOPTB315002;Let them handle themselves.;;;;;;;;;;;;; +EVTNAME37241;The Battle of Logandème;;;;;;;;;;;;; +EVTDESC37241;After the conquest of Waalo, Louis Faidherbe, governor of Senegal, decided to launch wars against the kingdoms of Sine and Saloum, and declared all previously signed treaties between the two kingdoms and France null and void. At the Battle of Logandème, Maad a Sinig Kumba Ndoffene Famak Joof, King of Sine, was defeated. After his victory, Faidherbe gave the order for Fatick and its surrounding villages to be burned to the ground. Nearby, the European settlement of Kaolack is being founded to colonize the area. Faidherbe's envisions an empire stretching to the Niger and his campaigns have angered the local rulers. The French government criticized him for undertaking a military campaign without their authority. To answer his critics, Faidherbe claimed that he only occupied areas that belonged to France since 1679.;;;;;;;;;;;;; +EVT37241OPTA;These occupied areas can't be found in any map...;;;;;;;;;;;;; +EVT37241OPTB;Fire Faidherbe.;;;;;;;;;;;;; +EVTNAME90906;$COUNTRY_ADJ$ Diplomats Harassed;;;;;;;;;;;;; +EVTDESC90906;Despite the war in China, diplomats still have immunity to move around. This is necessary when negotiating peace. However, one of our delegates was attacked by an angry mob in China and the government failed to province protection. This no only sour our relations, but give us reason to demand reparations.;;;;;;;;;;;;; +EVT90906OPTA;We will not take this insult.;;;;;;;;;;;;; +EVTNAME90905;Foreigner Attacked;;;;;;;;;;;;; +EVTDESC90905;A foreign citizen - a national of one of the Great Powers - was attacked during a robbery and was killed by his assailant. We already sent apologies and made all the necessary arrangements but the injured part might use this as an excuse to demand something else from us - reparations.;;;;;;;;;;;;; +EVT90905OPTA;This will not bode well for us.;;;;;;;;;;;;; +EVTNAME325460;The $FROMCOUNTRY_ADJ$ Manifesto of $YEAR$;;;;;;;;;;;;; +EVTDESC325460;Having enjoyed prosperity and control over their own affairs, and having remained loyal subjects, the manifesto which the $FROMCOUNTRY_ADJ$ government issued on $YEAR$ was cause for Finnish despair. The manifesto was forced through the Finnish senate by the deciding vote of the senate president, an appointee of the $FROMCOUNTRY_ADJ$ ruler — and after the governor-general of Finland had threatened a military invasion and siege. While ostensibly affirming the Finns' rights in purely local matters, the manifesto asserted the authority of the state in any and all matters which could be considered to "come within the scope of the general legislation of the $FROMCOUNTRY_ADJ$ empire".;;;;;;;;;;;;; +EVT325460OPTA;We have no option but to comply.;;;;;;;;;;;;; +EVT325460OPTB;We will fight for our freedom to the last man.;;;;;;;;;;;;; +EVTNAME97091;Transferring Sovereignty;;;;;;;;;;;;; +EVTDESC97091;Our allies in $FROMCOUNTRY$ successfully negotiated with the former territories that broke up from our country and convinced them to come back in the fold.;;;;;;;;;;;;; +EVT97091OPTA;Great!;;;;;;;;;;;;; +EVTNAME955181;The Senegal-Guinea Border Treaty;;;;;;;;;;;;; +EVTDESC955181;A dispute arose with $FROMCOUNTRY$ over our colonial borders in Senegal and Guinea. $FROMCOUNTRY_ADJ$ citizens poured through the border and are now living in Ziguinchor province. According to the principles of effective occupation established in Conference of Berlin, the territory belong to us. But it has been under partial rule of another nation for a long time and thus the dispute arose. The $FROMCOUNTRY_ADJ$ government approached us and proposed an exchange - Gabu for Ziguinchor and all the claims would be settled.;;;;;;;;;;;;; +EVT955181OPTA;The deal seems fair.;;;;;;;;;;;;; +EVT955181OPTB;We would never agree to such proposal.;;;;;;;;;;;;; +EVTNAME60055559;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Border Treaty;;;;;;;;;;;;; +EVTDESC60055559;Diplomats of $FROMCOUNTRY$ approached us with a friendship and border treaty to settle outstanding issues between the perceived territory of our two countries. The treaty would include population exchanges, border delimitation and a treaty of friendship. If we sign this deal it will also show the world our will to settle issues diplomatically and our government respect of the will of the people.;;;;;;;;;;;;; +EVT60055559OPTA;This sounds like a good idea.;;;;;;;;;;;;; +EVT60055559OPTB;No deal.;;;;;;;;;;;;; +EVTNAME60055560;Vorarlberg assimilates!;;;;;;;;;;;;; +EVTDESC60055560;The people of Vorarlberg have embraced our culture!;;;;;;;;;;;;; +EVTOPTA60055560;Excellent.;;;;;;;;;;;;; +EVTNAME16458;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Treaty;;;;;;;;;;;;; +EVTDESC16458;The $FROMCOUNTRY_ADJ$ government approached us with a friendship treaty and a lease proposal for the Guantanamo Bay. While they appear amicable, their lease proposal is obviously part of their doctrine of influence over the Americas and they will not back down from it, even if we refuse their friendship.;;;;;;;;;;;;; +EVTOPTA16458;We accept the proposal.;;;;;;;;;;;;; +EVTOPTB16458;We will not stand for this.;;;;;;;;;;;;; +EVTNAME36626;Breakdown in Negotiations;;;;;;;;;;;;; +EVTOPTA36226;Fools!;;;;;;;;;;;;; +EVTOPTB44104;We should encourage more states to adopt his ideas.;;;;;;;;;;;;; +EVTNAME97119;The Death of the Last Mughal Emperor;;;;;;;;;;;;; +EVTDESC97119;Bahadur Shah Zafar presided over a Mughal empire that barely extended beyond Delhi's Red Fort, a de facto prisoner of the Europeans. In $YEAR$, he had reportedly acquired some illness. His condition deteriorated. He was "spoon-fed on broth" but he found that difficult too as time passed on. One $COUNTRY_ADJ$ governor reported that 'he is evidently sinking from pure despitude and paralysis in the region of his throat'. To prepare for his death, the governor commanded for the collection of lime and bricks and a spot was selected at the "back of Zafar's enclosure" for his burial. In the early hours of the morning Bahadur Shah Zafar, the last Mughal Emperor, died.;;;;;;;;;;;;; +EVT97119OPTA;May he rest in peace.;;;;;;;;;;;;; +EVTNAME36225;The $FROMCOUNTRY_ADJ$ Virgin Islands Offer;;;;;;;;;;;;; +EVTDESC36225;$FROMCOUNTRY_ADJ$ diplomats have approached us with an offer to buy the Virgin Islands from us. They seem to have a lot of money to back their proposal: they are offering 200,000¤ right now for the islands.;;;;;;;;;;;;; +EVTOPTA36225;It's a deal.;;;;;;;;;;;;; +EVTOPTB36225;Forget it.;;;;;;;;;;;;; +EVTNAME36627;The St. Barths Question;;;;;;;;;;;;; +EVTDESC36627;In a way or the other, St. Barths didn't come back to our hands. Some say the $FROMCOUNTRY_ADJ$ government rigged the referendum, some say they made a deal with another GP. Regardless of it, we need to take a stance on this development.;;;;;;;;;;;;; +EVTOPTA36627;The island will be ours one way or the other.;;;;;;;;;;;;; +EVTOPTB36627;We don't need the island.;;;;;;;;;;;;; +EVTDESC36626;The results of the referendum are out and most of the voters voted for the island being a part of $COUNTRY$. The French government will not be happy with these news.;;;;;;;;;;;;; +EVTOPTB36626;We will give up the island anyway.;;;;;;;;;;;;; +EVTNAME36625;St. Barths Referendum;;;;;;;;;;;;; +EVTDESC36625;The results of the referendum are out and it seems only one person voted against annexation by France. The French government will rejoice at these news.;;;;;;;;;;;;; +EVTOPTA36625;Self-determination must be upheld.;;;;;;;;;;;;; +EVTOPTB36625;We found some ballots right over here that disprove this.;;;;;;;;;;;;; +EVTNAME36623;The St. Barth's Referendum;;;;;;;;;;;;; +EVTDESC36623;The French government approached us over the question of St. Barth's. The island of Saint Barthélemy had belonged to France until 1784, when it was transferred to Sweden in return for trade privileges in Gothenburg. However, the island proved expensive to maintain and the French government is pushing for a referendum on the future of the island. The French government might try to claim the island if things don't go the way they want and if we offer the island to another Great Power to buy and they don't accept it, we will be forced to hold the referendum.;;;;;;;;;;;;; +EVTNAME36624;The St. Barth's Question;;;;;;;;;;;;; +EVTDESC36624;France is pressuring the $FROMCOUNTRY_ADJ$ government to cede them the Island of Saint Barthélemy. The Swedish government, however, seems unwilling to cede it to France and instead they offered to sell the island to us. This could cost some money and it will surely greatly irritate the French, who may use this as an excuse to attack us.;;;;;;;;;;;;x ; +EVTOPTA36624;We accept it. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTOPTB36624;We are not interested.;;;;;;;;;;;;; +EVTOPTA36623;Hold the referendum.;;;;;;;;;;;;; +EVTOPTB36623;Let the French have it.;;;;;;;;;;;;; +EVTOPTC36623;I think the British would be a better choice.;;;;;;;;;;;;; +EVTOPTD36623;The Dutch would like another island in the Caribbean.;;;;;;;;;;;;; +EVTOPTE36623;We won't hold any referendum. St. Barths will always be ours.;;;;;;;;;;;;; +EVTNAME110023;Takht-i Tavus, The Peacock Throne.;;;;;;;;;;;;; +EVTDESC110023;Persia, the cradle of human civilization. For many years, since the foreigners first appeared on our shores, our nation has been sailing in the wake of powers greater than and beyond our own. With our recent ascension to Great Power status the tides of fortune have turned. From now on let the winds repulse and break any foreign foot that dares step over the sacred ground of the Great Power of Persia!;;;;;;;;;;;;; +EVTOPTA110023;Long live!;;;;;;;;;;;;; +EVTNAME120013;The Christmas Meeting of $YEAR$;;;;;;;;;;;;; +EVTDESC120013;Nú er tann stundin komin til handa were the words spoken by Jóannes Patursson as he addressed the Løgting, the Faroese Parliamentary body. The words came from a battle hymn written by Rasmus Effersøe, which rallied the Faroese people to defend their language as the most precious element of their cultural heritage. The crowd he was addressing had gathered to discuss the defense of their cultural traditions. The meeting ended with the body drawing up and acceptance of a six point resolution that stressed the importance of the preserving and continued use of the Faroese language in domestic activities and increased emphasis on Faroese history in the classroom.;;;;;;;;;;;;; +EVTOPTA120013;Ok.;;;;;;;;;;;;; +EVTNAME956582;The Assassination of the $COUNTRY_ADJ$ Resident;;;;;;;;;;;;; +EVTDESC956582;In the 19th century, the Bugis, Acehnese, and the Siamese were all attempted to invade Perak, and only British intervention in 1820 prevented Siam from annexing Perak. Although the $COUNTRY_ADJ$ were initially reluctant to establish a colonial presence in Malaya, increasing investment in the tin mines brought a great influx of Chinese immigrants, including Foo Ming, who formed rival clan groups allied with Malay chiefs and local gangsters which all fought for control of the mines. The Perak Sultanate was unable to maintain order as it was embroiled in a protracted succession crisis. Now, in $YEAR$, various Perak chiefs joined forces and assassinated the $COUNTRY_ADJ$ Resident in Perak.;;;;;;;;;;;;; +EVT956582OPTA;Send a punitive expedition.;;;;;;;;;;;;; +EVT956582OPTB;Let it go.;;;;;;;;;;;;; +EVTNAME956581;Assassination of the Foreign Resident;;;;;;;;;;;;; +EVTDESC956581;In the 19th century, the Bugis, Acehnese, and the Siamese were all attempted to invade Perak, and only British intervention in 1820 prevented Siam from annexing Perak. Although the British were initially reluctant to establish a colonial presence in Malaya, increasing investment in the tin mines brought a great influx of Chinese immigrants, including Foo Ming, who formed rival clan groups allied with Malay chiefs and local gangsters which all fought for control of the mines. The Perak Sultanate was unable to maintain order as it was embroiled in a protracted succession crisis. Now, in $YEAR$, various Perak chiefs joined forces and assassinated the foreign Resident in Perak.;;;;;;;;;;;;; +EVT956581OPTA;Good Riddance.;;;;;;;;;;;;; +EVT956581OPTB;Apologize and ask for another Resident.;;;;;;;;;;;;; +EVTNAME956580;The Foundation of Johor Bahru;;;;;;;;;;;;; +EVTDESC956580;Johor Bahru was founded in $YEAR$ when the ruler of Johor, Temenggong Daeng Ibrahim, established his administrative headquarters there. That time Johor Bahru was known as Tanjung Puteri, a small Malay fishing village. At the same time, in the northern village of Kampung Teruntum (Teruntum Village), situated at the mouth of Teruntum River, Haji Senik and his followers were founding the new city of Kuantan in the early $YEAR$s. To the west, Kuala Lumpur was founded, meaning "muddy confluence". It was originally a small settlement of just a few houses at the confluence of Sungai Gombak. The town of Kuala Lumpur was established ca. 1857, when the Malay Chief of Klang, Raja Abdullah bin Raja Jaafar, aided by his brother Raja Juma'at of Lukut, raised funds to hire some Chinese miners from Lukut to open new tin mines here.;;;;;;;;;;;;; +EVT956580OPTA;These cities have much to grow.;;;;;;;;;;;;; +EVTNAME110016;Topple the Qajar Dynasty;;;;;;;;;;;;; +EVTDESC110016;Persia - once one the most glorious states in Asia - has now fallen into disgrace. A mediocre monarchy leading a rebellious population in uncharted territory... Its few riches and strategic advantages are ripe for taking since it has been entirely forgotten by the European powers. If we were to make a move, we could offer the right people a healthy sum of money to depose the ruling Qajar dynasty.;;;;;;;;;;;;; +EVT110016OPTA;An occasion we can't afford to miss.;;;;;;;;;;;;; +EVT110016OPTB;Not worth it.;;;;;;;;;;;;; +EVTNAME110020;Tobacco Protest;;;;;;;;;;;;; +EVTDESC110020;On $YEAR$, the Shah granted foreigners a concession over the production, sale, and export of tobacco for fifty years. In exchange, they paid the Shah an annual sum plus a share of the profits. A Tobacco Régie (monopoly) was subsequently established and all the producers and owners of tobacco were forced to sell their goods to agents of the Régie, who would then resell the purchased tobacco. The concession represented a major blow to Persian farmers and bazaaris whose livelihoods were largely dependent on the lucrative tobacco business. Mass protests against the Régie began to emerge in major Iranian cities, spearheaded by the bazaari. The ulema proved to be a highly valuable ally of them as key religious leaders sought to defend traditional values and protect national interests from foreign domination. The brewing discontent threatens to rip our country apart, but giving in to their demands might have even more serious consequences.;;;;;;;;;;;;; +EVT110020OPTA;Let's build the Persia of tomorrow together. Make a deal with the Ulama.;;;;;;;;;;;;; +EVT110020OPTB;The state must be independent.;;;;;;;;;;;;; +EVTNAME110021;The Ulama Agree;;;;;;;;;;;;; +EVTDESC110021;The ulama have debated and, after heated arguments, have come to the conclusion that working with the state is both in the interest of the country and in accordance with the Shia doctrine. Although they have one condition: repealing the tobacco monopoly and ending foreign influence in the country. With popular support in their favor, refusing would be a dangerous move. On the other hand, accepting it means angering the Great Powers and the need to pay reparations for the Imperial Tobacco Company.;;;;;;;;;;;;; +EVT110021OPTA;In the name of the Prophet, we agree.;;;;;;;;;;;;; +EVT110021OPTB;We do not abide to their pressure!;;;;;;;;;;;;; +EVTNAME110022;The Ulama Propose a Compromise;;;;;;;;;;;;; +EVTDESC110022;Our harsh treatment of the ulama provoked popular manifestations and several riots through the country. We fear that instability might persist if we do not act. The ulama proposed to us an agreement: should we repeal the tobacco monopoly and end foreign influence in the country they would restore the calm among the masses. Accepting it means angering the Great Powers and the need to pay reparations for the Imperial Tobacco Company.;;;;;;;;;;;;; +EVT110022OPTA;This is for the greater good.;;;;;;;;;;;;; +EVT110022OPTB;We cannot be bought!;;;;;;;;;;;;; +EVT110022OPTC;They shall submit or pay the price.;;;;;;;;;;;;; +EVTNAME110028;The Bazaari Support the Ulama;;;;;;;;;;;;; +EVTDESC110028;Bazaari is the name given to the merchants and workers of bazaars, the traditional marketplaces of Iran. Bazaaris differ from a social class as usually defined in that they include both rich wholesalers and bankers as well as lower-income workers. They are united not in their resistance to dependence on the West and the spread of Western ways, their traditionalist attitude and their close family, financial, and cultural ties with the Shia ulama or clerical class. Bazaari, led by its large merchants, in alliance with ulama clergy, have played an important part in recent Iranian history. The troubles have spread and the support of the nascent entrepreneur middle-class to our traditional elites could prove fatal to the economy and the social order. They ask us to backtrack on our most recent reforms. The initial disorder has now mutated into open anarchy!;;;;;;;;;;;;; +EVT110028OPTA;We cannot take it...;;;;;;;;;;;;; +EVT110028OPTB;We can take it!;;;;;;;;;;;;; +EVT110028OPTC;Put. This. Down.;;;;;;;;;;;;; +EVTNAME110011;The founding of the APOC;;;;;;;;;;;;; +EVTDESC110011;The English Anglo-Persian Oil Company was the first company to extract petroleum from $COUNTRY$. In 1901 William Knox D'Arcy negotiated an oil concession with Mozaffar al-Din: he would assume exclusive rights to prospect for 60 years in a vast tract of territory and in exchange the Shah received 20,000¤, an equal amount in shares, and a promise of future profits. In early May 1908 D'Arcy, having sunk more than 500,000¤ into his Persian venture and found no oil, sent a telegram saying that they had run out of money and ordering to "cease work, dismiss the staff, dismantle anything worth the cost and come home." The geologist Geroge Bernard Reynolds delayed following these orders and in a stroke of luck, struck oil shortly after on May 26, 1908. Should we accept the deal?;;;;;;;;;;;;; +EVT110011OPTA;Yes, this will be beneficial to both of us.;;;;;;;;;;;;; +EVT110011OPTB;No! Foreigners out!;;;;;;;;;;;;; +EVTNAME100018;Kaveh;;;;;;;;;;;;; +EVTDESC100018;A nationalist diplomat going by the name of Hassan Taqizadeh has opened a new publication with friends of his to support our cause to modernize the country. It is called "Kaveh". This journal emphasizes the need for national independence, and internal reforms, especially secular and educational ones. Among Kaveh's topics are public education, equality for women, the need for a strong central government and to control the tribes, and advocacy of sports and more translations from Western languages. This seems like a good initiative but could get out of hand. What should we do?;;;;;;;;;;;;; +EVT100018OPTA;They'll write what we tell them to write.;;;;;;;;;;;;; +EVT100018OPTB;Just keep an eye on it.;;;;;;;;;;;;; +EVT100018OPTC;Freedom is the heart of a great country.;;;;;;;;;;;;; +EVTNAME36224;The Danish India;;;;;;;;;;;;; +EVTDESC36224;During the Napoleonic Wars, the British attacked Danish shipping, and devastated the Danish East India Company's India trade. In May 1801 – August 1802 and 1808 – 20 September 1815 the British even occupied Dansborg and Frederiksnagore. The Danish colonies went into decline and now the Danish are looking for a new owner for them.;;;;;;;;;;;;; +EVTOPTA36224;We will buy it. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;; +EVTOPTB36224;We are not interested.;;;;;;;;;;;;; +EVTNAME16457;$FROMCOUNTRY_ADJ$ Government Breaks Down the Negotiations;;;;;;;;;;;;; +EVTDESC16457;The $FROMCOUNTRY_ADJ$ government, not happy with the terms, broke down negotiations over the purchase of land the settlement of other issues.;;;;;;;;;;;;; +EVTOPTA16457;What a waste of time.;;;;;;;;;;;;; +EVTNAME16456;$FROMCOUNTRY_ADJ$ Government Refuses to Negotiate;;;;;;;;;;;;; +EVTDESC16456;James Gadsden returns empty handed as negotiations with $FROMCOUNTRY$ break down. They refuse to negotiate any land purchase and the border issues, native attacks and the monetary claims between the countries related to the Garay project are still open.;;;;;;;;;;;;; +EVTOPTA16456;We will have what we want - by force if need be.;;;;;;;;;;;;; +EVTOPTB16456;We will respect their decision.;;;;;;;;;;;;; +EVTOPTC16456;At least pay the reparations they are asking. §R(Pay or owe 10,000¤)§W;;;;;;;;;;;;; +EVTNAME16455;$FROMCOUNTRY_ADJ$ Government Agrees to a Compromise;;;;;;;;;;;;; +EVTDESC16455;The $FROMCOUNTRY_ADJ$ government agreed to sell only Tucson and Animas, the minimum necessary to build the transcontinental railway. Additionally, the deal will settle the native reparations question and the monetary claims between the countries related to the Garay project. If we don't take this offer we won't have another one to buy this land.;;;;;;;;;;;;; +EVTOPTA16455;Great, we agree to this deal. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTOPTB16455;This will not work out, no deal.;;;;;;;;;;;;; +EVTNAME16454;$FROMCOUNTRY_ADJ$ Government Agrees to Full Demands;;;;;;;;;;;;; +EVTDESC16454;The $FROMCOUNTRY_ADJ$ government agreed to sell the full lands envisioned by our leaders. The state Sonora will be fully in our control, besides Tucson and Animas, the native reparations question is settled and we have enough land for the transcontinental railway. The anti-slavery bloc and the racial purists, however, won't be happy by the acquisition of such a large stretch of land.;;;;;;;;;;;;; +EVTOPTA16454;Great! The deal is done. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTOPTB16454;We don't have that much money, we will buy only the necessary land. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTOPTC16454;We are broke, don't buy anything.;;;;;;;;;;;;; +EVTNAME16453;The Gadsden Proposal;;;;;;;;;;;;; +EVTDESC16453;An envoy of the $FROMCOUNTRY_ADJ$ government, James Gadsden, arrived today in the capital to discuss the settlement of our border issues and he comes with a territory purchase proposal, to build a transcontinental railway linking the Atlantic and the Pacific. As originally envisioned the purchase would encompass a large region, extending far enough south to include the Mexican state of Sonora for the quantity of 100,000¤. The Mexican people opposes such boundaries, as do anti-slavery $FROMCOUNTRY_ADJ$ Senators, who see the purchase as acquisition of more slave territory. Even the sale of a relatively small strip of land will anger the Mexican people but we could sell Tucson and Animas, the minimum required to allow the $FROMCOUNTRY_ADJ$ to build their railway, for 50,000¤. Finally, not selling anything might anger the Americans ;;;;;;;;;;;;; +EVTOPTA16453;For a big enough price, we can sell everything they want.;;;;;;;;;;;;; +EVTOPTB16453;They will have just enough land for the transcontinental railway.;;;;;;;;;;;;; +EVTOPTC16453;We will not sell any land.;;;;;;;;;;;;; +EVTNAME32555;$FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;; +EVTDESC32555;$FROMCOUNTRY_ADJ$ government reacted to our annexation of Bluefields by sending an ultimatum. They demand we retreat all forces from Bluefields, cease our hostilities and restore the previous ruler or else we will face war.;;;;;;;;;;;;; +EVT32555OPTA;If they want it, they can try to come and get it.;;;;;;;;;;;;; +EVT32555OPTB;We can't risk war.;;;;;;;;;;;;; +EVTNAME32554;$FROMCOUNTRY_ADJ$ Reparations;;;;;;;;;;;;; +EVTDESC32554;Although highly irritated by our annexation of Bluefields, the $FROMCOUNTRY_ADJ$ government agreed to recognize our sovereignty og the territory in exchange for reparations.;;;;;;;;;;;;; +EVT32554OPTA;Fair enough.;;;;;;;;;;;;; +EVT32554OPTB;Never, the territory is rightfully ours.;;;;;;;;;;;;; +EVTNAME32553;$FROMCOUNTRY$ Crisis of $YEAR$;;;;;;;;;;;;; +EVTDESC32553;We have received word that $FROMCOUNTRY_ADJ$ troops have invaded and taken over Bluefields, deposing the local ruler and annexing the territory. We can try to defuse the situation by demanding a compensation of fifty thousand pounds or we can demand the restoration of the old ruler, but meddling in North America can bring the anger of local Great Powers. If we choose escalate this, Demanding Reparations will be enough for a peace treaty that will include Bluefields.;;;;;;;;;;;;; +EVT32553OPTA;Demand compensation.;;;;;;;;;;;;; +EVT32553OPTB;Demand the territory back.;;;;;;;;;;;;; +EVT32553OPTC;Let it go.;;;;;;;;;;;;; +EVTNAME441295;Whitehorse and Down;;;;;;;;;;;;; +EVT441295OPTA;Might as well.;;;;;;;;;;;;; +EVT441290OPTB;Not worth our time.;;;;;;;;;;;;; +EVT441290OPTA;Manifest Destiny is the way forward!;;;;;;;;;;;;; +EVT441295OPTB;The Americans will not dictate our colonial holdings.;;;;;;;;;;;;; +EVTNAME900023;The Báb's Execution;;;;;;;;;;;;; +EVTDESC900023;The Báb's growing popularity led to the authorities exiling him. But even in exile his cult increased. He was brought to trial in Tabriz and in $YEAR$ he was sentenced to death for apostasy. The night before his execution, a young Bábí called Anís threw himself at the feet of the Báb and begged to be killed with him. Both were taken to the courtyard of the barracks the next day where thousands of people had gathered to watch the execution. They were suspended on a wall in front of a large squad of Christian soldiers, the order was given to fire and the courtyard was filled with musket smoke. When it cleared, the Báb was no longer in the courtyard and Anís was unharmed: the bullets apparently had not harmed either man, but had cut the ropes. There was a great commotion, many in the crowd believing the Báb had ascended to heaven or simply disappeared. The Báb was subsequently found in another part of the barracks, completely unharmed, giving his final instructions to his secretary.;;;;;;;;;;;;; +EVT900023OPTA;Fire again and dump their remains outside the gates of the town to be eaten by animals.;;;;;;;;;;;;; +EVT900023OPTB;Maybe we were misguided in this. Let him go.;;;;;;;;;;;;; +EVTNAME900022;The Báb;;;;;;;;;;;;; +EVTDESC900022;A twenty four years old merchant from Shiraz, called Siyyid 'Alí Muhammad Shírází, on May 22, 1844, claimed to be an inspired interpreter of the Qur'an within the Shaykhi school of Twelver Shi'ism. Within five months, eighteen disciples of the Skaykhi school had independently recognized him as a Manifestation of God. These eighteen disciples were later known as the Letters of the Living. In his early writings, Siyyid appears to identify himself as the gate (báb) to the Hidden Twelfth Imam and later he begins to explicitly proclaim his station as that of the Hidden Imam and a new messenger from God. After some time, preaching by the Letters of the Living led to opposition by the Islamic clergy, prompting the Governor of Shiraz to order the Báb's arrest. The Báb, upon hearing of the arrest order, left Bushehr for Shiraz in $YEAR$ and presented himself to the authorities. But his teachings, which became known as Bábism, were already being spread by his disciples.;;;;;;;;;;;;; +EVT900022OPTA;Apostate!;;;;;;;;;;;;; +EVTNAME971711;The Rise of Basque and Catalan Nationalism;;;;;;;;;;;;; +EVTDESC971711;With the process of centralization of $COUNTRY$ almost finished, resistance to the reforms is slowly fading away. The Catalans and Basques still resent the loss of their autonomy but they are not turning to Carlists or Christinos organizations, but to mass parties that represent their desires for self rule and even in some cases, independence. The factions that tore our country apart are laying down their arms and are quickly losing support to nationalist movements.;;;;;;;;;;;;; +EVT971711OPTA;Long Live the $MONARCHTITLE$!;;;;;;;;;;;;; +EVTNAME3697014;The Rulers of Arabia;;;;;;;;;;;;; +EVTDESC3697014;Our prominent position in Arabia brought us an unique opportunity: we can establish embassies and support the various independent states in the peninsula, greatly increasing our relation with them.;;;;;;;;;;;;; +EVT3697014OPTA;We should have good relations with our neighbors.;;;;;;;;;;;;; +EVT3697014OPTB;There's no need for this.;;;;;;;;;;;;; +EVTNAME315001;The End of the $PROVINCENAME$ Gold Rush;;;;;;;;;;;;; +EVTDESC315001;Several mines in $PROVINCENAME$ have been drying up, stopping production altogether or reducing it so much as not to be relevant anymore. Other locations are being prospected for gold and the old gold provinces are changing their production, leading to a severe change in the production and demographics of our country.;;;;;;;;;;;;; +EVTOPTA315001;Let's hope they find more gold.;;;;;;;;;;;;; +EVTNAME33040;An Industrialized Society;;;;;;;;;;;;; +EVTDESC33040;After enjoying a birthrate boom during the early 19th century, population growth in Germany started to decline to levels more similar to those of its neighbors in $YEAR$. Families are now having fewer children and overall birthrates are not as before as the population moves from the fields to the cities and the German society become more and more industrialized.;;;;;;;;;;;;; +EVT33040OPTA;But that won't slow Germany down.;;;;;;;;;;;;; +EVTNAME37240;The Mokrani Revolt;;;;;;;;;;;;; +EVTDESC37240;In 1871 the civil authorities repudiated guarantees made to tribal chieftains by the previous military government for loans to replenish their seed supply. This act alienated even pro-$COUNTRY_ADJ$ Muslim leaders, while it undercut their ability to control their people. It was against this background of misery and hopelessness that the stricken Kabyles rose in revolt. The revolt was triggered by the extension of civil authority to previously self-governing tribal reserves and the abrogation of commitments made by the military government, but it clearly had its basis in more long-standing grievances.;;;;;;;;;;;;; +EVT37240OPTA;They will be put down.;;;;;;;;;;;;; +EVTNAME113901;The Welcome Stranger;;;;;;;;;;;;; +EVTDESC113901;Some prospectors in Ballarat have struck a huge gold nugget, found only 3 cm below the surface, near a bark of a tree on a slope leading to what is known as Bulldog Gully. Its gross weight is 109.59 kg and the trimmed weight is 78 kg. At the time of the discovery there were no scales capable of weighing a nugget this large, so it was broken into three pieces on an anvil by Dunolly-based blacksmith Archibald Wall. The nugget was soon melted down and the gold was sent as ingots to Melbourne for forwarding to the Bank of $COUNTRY$. It still remains the biggest gold nugget ever found.\nAll around Australia, this finding triggered gold rushes, prospecting and expeditions. Melbourne, while not having any gold mines directly, is the place where all the gold wealth from Victoria trickles down to, which is causing a gold rush to the city in itself.;;;;;;;;;;;;; +EVTOPTA113901;We are going to need a big box.;;;;;;;;;;;;; +EVTNAME6016809;The Thaw;;;;;;;;;;;;; +EVTDESC6016809;The thaw of the former dictatorship meant that the oppressive political machine it established is slowly being dismantled and dissident voices are not being silenced anymore.;;;;;;;;;;;;; +EVT6016809PTA;No more ideological persecution.;;;;;;;;;;;;; +EVTNAME900020;A Silver Age;;;;;;;;;;;;; +EVTDESC900020;While the Qajar dynasty rule over Persia was unanimously seen mediocre, the ascension of Naser al-Din to the Sun Throne became its peak. An early reformer, good diplomat and a capable leader, he kept a firm grip on the absolute power of the monarchy while keeping foreign influence from tearing the country apart. An era of stability, peace and relative prosperity.;;;;;;;;;;;;; +EVT900020OPTA;Long Live The King!;;;;;;;;;;;;; +EVTNAME900021;Assassination of the Shah;;;;;;;;;;;;; +EVTDESC900021;On the cursed morning of $YEAR$, Naser al-Din was assassinated by Mirza Reza Kermani, a follower of Jamal al-Din al-Afghani, when he was visiting and praying in the shrine of Shah-Abdol-Azim. It is said that the revolver used to assassinate him was old and rusty, and had he worn a thicker overcoat, or been shot from a longer range, he would have survived the attempt on his life. Shortly before his death, he is reported to have said "I will rule you differently if I survive!".;;;;;;;;;;;;; +EVT900021OPTA;Horror!;;;;;;;;;;;;; +EVTNAME34616;The Neuchatel Crisis;;;;;;;;;;;;; +EVTDESC34616;In $YEAR$, the Neuchatel question threatens to spark a crisis. In the canton there was an unsuccessful pro-Prussian coup d'etat conducted by loyalist aristocrats under the leadership of members of the family of Pourtalès. When its leaders were arrested, Frederick William appealed to the Swiss Federal Council for their release. The Swiss are persisting that the rebels must be brought to trial and meanwhile, the Prussians are preparing for war. We must try to find a diplomatic solutions for this crisis.;;;;;;;;;;;;; +EVTOPTA34616;We will side with Switzerland, their neutrality must be protected.;;;;;;;;;;;;; +EVTOPTB34616;We will side with the Prussians.;;;;;;;;;;;;; +EVTOPTC34616;We have no interest in getting involved.;;;;;;;;;;;;; +EVTNAME34615;The Neuchatel Crisis;;;;;;;;;;;;; +EVTDESC34615;The Neuchatel question reached boiling point and threatens to spark a crisis. In the canton there was an unsuccessful pro-Prussian coup d'etat conducted by loyalist aristocrats under the leadership of members of the family of Pourtalès. When its leaders were arrested, Frederick William appealed to the Swiss Federal Council for their release. Negotiations are underway and the Swiss agreed to release the hostages and don't punish them if we agree to give up our claims.;;;;;;;;;;;;; +EVTOPTA34615;Cut diplomatic relations with Switzerland and begin preparations for war.;;;;;;;;;;;;; +EVTOPTB34615;We agree to their terms.;;;;;;;;;;;;; +EVTNAME34614;Neuchatel Lost;;;;;;;;;;;;; +EVTDESC34614;The fall of the monarchy in our country means our old claims in Neuchatel were also lost. The canton is now free to join Switzerland as an integral part of their country and has no ties to us at all.;;;;;;;;;;;;; +EVTOPTA34614;We didn't need them anyway.;;;;;;;;;;;;; +EVTNAME34613;The Neuchatel Revolution of $YEAR$;;;;;;;;;;;;; +EVTDESC34613;The Congress of Vienna (1814–15), in its general settlement of territorial questions after the Napoleonic Wars, ordained that Neuchatel (or Neuenburg) should have a dual status: it was to be a canton of the reorganized Swiss Confederation and, at the same time, a hereditary principality belonging personally to the king of Prussia but separate from the Prussian kingdom. This arrangement caused dissatisfaction among the people of Neuchatel, and in $YEAR$, when the Swiss were revising their constitution and when France, Germany, Austria, and Italy were all being shaken by revolutionary movements, a successful insurrection established a republic there.;;;;;;;;;;;;; +EVTOPTA34613;The $COUNTRY_ADJ$ $MONARCHTITLE$ is the rightful ruler of Neuchatel.;;;;;;;;;;;;; +EVTOPTB34613;We renounce all our claims.;;;;;;;;;;;;; +EVTNAME952517;The Limburg Crisis;;;;;;;;;;;;; +EVTDESC952517;The Germans of $FROMCOUNTRY$ are claiming the Duchy of Limburg as part of their territory. This is started because of the Dutch move to annex the territory as the fall of the German customs union created a fear of a German claim in the area. The Dutch will surely fall if they have to fend the Germans by themselves but they only need six months to finish annexing the territory. As Great Power, we need to declare our position on the matter.;;;;;;;;;;;;; +EVT952517OPTA;German violation of Dutch territory will not be tolerated.;;;;;;;;;;;;; +EVT952517OPTB;We don't want to get involved.;;;;;;;;;;;;; +EVTNAME81002214;Titanic Maiden Voyage a Success;;;;;;;;;;;;; +EVTDESC81002214;The Titanic - the biggest ocean liner ever built - has successfully reached its destination, where a crowd gathers to watch the massive ship anchor. Thousands of happy passengers pour down from the ship and in a new land as tales of the ship luxury and quality spread throughout the world. Undoubtedly, $COUNTRY_ADJ$ name will be forever remembered in history for this feat.;;;;;;;;;;;;; +EVT81002214OPTA;A glorious day to our nation.;;;;;;;;;;;;; +EVTNAME81002213;Titanic Sinks!;;;;;;;;;;;;; +EVTDESC81002213;At 11:40 p.m. an iceberg was spotted immediately ahead of the Titanic and the bridge was alerted. The First Officer ordered the ship to be steered around the obstacle and the engines to be put in reverse, but it was too late: the starboard side struck the iceberg, creating a series of holes below the waterline. Five of the ship's watertight compartments were breached. It soon became clear that the ship was doomed, as it could not survive more than four compartments being flooded. It began sinking bow-first, with water spilling from compartment to compartment as its angle in the water became steeper. Ships in $YEAR$ were seen as largely unsinkable and lifeboats were intended to transfer passengers to nearby rescue vessels so Titanic only had enough lifeboats to carry about half of those on board. More than 1500 people died, the biggest toll in history. The disaster was greeted with worldwide shock and outrage at the huge loss of life and the regulatory and operational failures that had led to it.;;;;;;;;;;;;; +EVT81002213OPTA;Our nation mourns those who died.;;;;;;;;;;;;; +EVTNAME986506;Sovereignty Over Egypt;;;;;;;;;;;;; +EVTDESC986506;Ali Pasha was brought back to the fold during the Oriental Crisis and Egypt remained a part of the Empire. However, the latest Conference of the Great Powers has them set their eyes in Africa, and they already worked their way to undermine our authority in Egypt, which they undoubtedly seek to annex for themselves.;;;;;;;;;;;;; +EVT986506OPTA;Damn.;;;;;;;;;;;;; +EVTNAME97118;The Chitrali Offer;;;;;;;;;;;;; +EVTDESC97118;The Prince of Chitral, worried about afghan raiding tribes and ambitions in his land, plagued by strife in the royal family, approached us and asked us for protection. We can make the prince merely a figure head, grant him our protection but let him some self rule or reject the offer altogether.;;;;;;;;;;;;; +EVT97118OPTA;He will be a figurehead.;;;;;;;;;;;;; +EVT97118OPTB;Let him keep some freedom.;;;;;;;;;;;;; +EVT97118OPTC;We have no interest in helping him.;;;;;;;;;;;;; +EVTNAME95661;The $COUNTRY_ADJ$ - Siamese Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC95661;With the end of the war, the Siamese agreed to cede Laos to $COUNTRY$, significantly expanding $COUNTRY_ADJ$ Indochina. In $YEAR$, $COUNTRY$ signed a treaty with the Siamese defining the border between Laos and their territory. The Kingdom of Laos became a protectorate, initially placed under the Governor General of Indochina.;;;;;;;;;;;;; +EVT95661OPTA;Laos is ours.;;;;;;;;;;;;; +EVTNAME95660;The Paknam Incident;;;;;;;;;;;;; +EVTDESC95660;Our relations with Bangkok soared over disputes of control over Laos. One of our diplomats was killed on his way from Luang Prabang to Bangkok and the central government sent ships to negotiate with the Rattanakosin king. Conflict arose when two $COUNTRY_ADJ$ ships, a sloop and a gunboat, were ordered to sail up the Chao Phraya towards Bangkok, without the permission of the Siamese: they came under fire from the fort at Paknam on $YEAR$. The $COUNTRY_ADJ$ returned fire and forced their way to Bangkok. With guns trained on the Grand Palace in Bangkok, the $COUNTRY_ADJ$ delivered an ultimatum to the Siamese to hand over the territory, to withdraw their garrisons there, to pay an indemnity of two million in reparation for the fighting at Paknam, and to punish those responsible for the killings in the disputed territory.;;;;;;;;;;;;; +EVT95660OPTA;We will see this through.;;;;;;;;;;;;; +EVT95660OPTB;Lift up the siege and let it go.;;;;;;;;;;;;; +EVTNAME95659;The Black Flag Army in Luang Prabang;;;;;;;;;;;;; +EVTDESC95659;The Black Flag Army was a splinter remnant of a bandit group recruited largely from soldiers of ethnic Zhuang background, who crossed the border in 1865 from Guangxi, China into Upper Tonkin, then part of the Empire of Annam (Vietnam). In 1887, the Black Flag bandits crossed the border of Luang Prabang to ransack and pillage. The small Lao kingdom was unable to defend itself and since then, they petitioned us for protection.;;;;;;;;;;;;; +EVT95659OPTA;We won't left them helpless.;;;;;;;;;;;;; +EVT95659OPTB;We have no interest in helping them.;;;;;;;;;;;;; +EVTDESC3697013;A war has broken out between the rulers of Bahrain and Qatar, in violation with several treaties we had with the house Al Khalifa from Bahrain. Qatar dignitaries came to our country to ask for help and governors of regions nearby are strongly in favor of a $COUNTRY_ADJ$ intervention.;;;;;;;;;;;;; +EVT3697013OPTA;Intervention is necessary.;;;;;;;;;;;;; +EVT3697013OPTB;Outfit an expedition right now.;;;;;;;;;;;;; +EVT3697013OPTC;Don't intervene.;;;;;;;;;;;;; +EVTNAME3697012;The Bahrain-Qatar War;;;;;;;;;;;;; +EVTDESC3697012;The traitorous house of bin Thani in Qatar, our vassals, are declaring independence over rebellions that broke out in their territory. Doha and the peninsula rightfully belong to us and the house of Al Khalifa won't stand for this.;;;;;;;;;;;;; +EVT3697012OPTA;Unite the tribes and march for Doha!;;;;;;;;;;;;; +EVTNAME3697011;The $YEAR$ Sikkim Incident;;;;;;;;;;;;; +EVTDESC3697011; In $YEAR$, two $COUNTRY_ADJ$ physicians, one being in charge of relations between the $COUNTRY_ADJ$ and Sikkimese governments, ventured into the mountains of Sikkim unannounced and unauthorized. The doctors were detained by the Sikkimese government, and now high ranking officials are demanding that we outfit a punitive expedition to punish the Sikkimese government.;;;;;;;;;;;;; +EVT3697011OPTA;Outfit a punitive expedition.;;;;;;;;;;;;; +EVT3697011OPTB;Bide our time.;;;;;;;;;;;;; +EVTNAME90958;The Gold Mines in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC90958;We worked our gold mines in $PROVINCENAME$ to exhaustion and now the workers can't find any more veils. Slowly, the mines were abandoned and the workers settled as farmers. ;;;;;;;;;;;;; +EVTOPTA90958;More food to the people.;;;;;;;;;;;;; +EVTNAME971204;The Padri War;;;;;;;;;;;;; +EVTDESC971204;The Padri War (also called the Minangkabau War) was fought from 1803 until $YEAR$ in West Sumatra, Indonesia between the so-called Padris, Muslim clerics from Sumatra who, inspired by Wahhabism and after returning from Hajj, wanted to impose sharia in Minangkabau country in West Sumatra, Indonesia, and the Minangkabau nobility and traditional chiefs. The latter asked for the help of the Dutch, who intervened from 1821 and helped the nobility defeat the Padri faction. The Masang Treaty is now being signed and with the victory, the Dutch government tightened their hold on West Sumatra.;;;;;;;;;;;;; +EVT971204OPTA;Glory to the Dutch.;;;;;;;;;;;;; +EVTNAME986505;The Treaty of Erzurum of $YEAR$;;;;;;;;;;;;; +EVTDESC986505;Bedr Khan has been defeated and was deported to Crete, to live the rest of his life in exile. Kurdish autonomy has been revoked and the rebels have lost any hope of autonomy. Tensions have risen between the Ottoman Empire and Qajar Persia after order was restored to the Kurdish areas. Border conflicts are now a common occurrence, driving up jingoist sentiment in both countries. Wishing to protect their interests in the region, the United Kingdom and Russia have intervened to find a diplomatic solution to the issues that plagued the area. The proposed treaty includes nine articles treating various issues, from territorial compromises to the status of pilgrims, forever establishing the western concepts of nation and borders in the region.;;;;;;;;;;;;; +EVT986505OPTA;Order has been restored.;;;;;;;;;;;;; +EVTNAME90957;Bukharan Claims on Kandahar;;;;;;;;;;;;; +EVTDESC90957;With the fall of the Bukharan Emirate, their old claims in Kandahar are slipping away and the province is firmly in our hands.;;;;;;;;;;;;; +EVTOPTA90957;Good.;;;;;;;;;;;;; +EVTNAME700016;Paraguay Curbed;;;;;;;;;;;;; +EVTDESC700016;With our outstanding claims resolved, it's time to reestablish diplomatic relations with our neighbors and let our conflicts behind.;;;;;;;;;;;;; +EVTOPT700016A;Let there be peace in South America.;;;;;;;;;;;;; +EVTOPT700016B;We will never give up our claims.;;;;;;;;;;;;; +EVTNAME986504;The Unbelievers;;;;;;;;;;;;; +EVTDESC986504;The Muslim tribal leaders around Bedr Khan kept saying "the time of the Christians on earth is over and killing them is thawab, a pious act". Thus, the Christians were forced to convert to Islam or flee to other districts, as the zealot fury of the Kurds of Bohtan fell on the kafirs, the unbelievers, under their rule.;;;;;;;;;;;;; +EVT986504OPTA;The kafirs must pay.;;;;;;;;;;;;; +EVTNAME986501;The Rise of Bedr Khan;;;;;;;;;;;;; +EVTDESC986501;We had no sooner reached the house of Yakoub Rais, then a cry of The bey has come" spread through the village. The village was in the greatest alarm at a threatened invasion from Bedr Khan. The district of Tkhoma, which had escaped the former massacre, was now the object of his fanatical vengeance." Bedr Khan is the young and ambitious ruler of the Emirate of Bohtan. During the war with Egypt, Turkish troops were preoccupied with invading Egyptian troops and were unable to suppress his revolt, a reaction to the modernizing and centralizing efforts of Sultan Mahmud II that were antagonized by the Kurdish feudal chiefs. As a result, he extended his authority up to Mahabad, with Kurdish tribes pledging fealty to him. He adopted the fanatical tenets of Darwishes and was encouraged to undertake mass slaughters against Assyrians and Yazidis in the territory he controlled. The young leader was so bold as to invade kurdish lands in our country, an unmistakable act of war.;;;;;;;;;;;;; +EVT986501OPTA;This will not go unpunished.;;;;;;;;;;;;; +EVTNAME986503;The Rise of Bedr Khan;;;;;;;;;;;;; +EVTDESC986503;We had no sooner reached the house of Yakoub Rais, then a cry of The bey has come" spread through the village. The village was in the greatest alarm at a threatened invasion from Bedr Khan. The district of Tkhoma, which had escaped the former massacre, was now the object of his fanatical vengeance." Bedr Khan is the young and ambitious ruler of the Emirate of Bohtan. During the war with Egypt, Turkish troops were preoccupied with invading Egyptian troops and were unable to suppress his revolt, a reaction to the modernizing and centralizing efforts of Sultan Mahmud II that were antagonized by the Kurdish feudal chiefs. As a result, he extended his authority up to Mahabad, with Kurdish tribes pledging fealty to him. He adopted the fanatical tenets of Darwishes and was encouraged to undertake mass slaughters against Assyrians and Yazidis in the territory he controlled. The Great Powers are outraged by his treatment of the Christian populations and are demanding that we intervene immediately.;;;;;;;;;;;;; +EVT986503OPTA;Do something NOW.;;;;;;;;;;;;; +EVT986503OPTB;Bide our time.;;;;;;;;;;;;; +EVT986503OPTC;We will not be coerced into action.;;;;;;;;;;;;; +EVTNAME97123;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC97123;$FROMCOUNTRY$ are asking us to delineate our southern border with them, and demand that we cede them Kelantan and Kedah as a sign of friendship. In exchange, they will send us foreign advisors and will establish friendly relation with us, promising to protect from other foreign powers.;;;;;;;;;;;;; +EVT97123OPTA;We agree.;;;;;;;;;;;;; +EVT97123OPTB;No, both are an integral part of our country.;;;;;;;;;;;;; +EVTNAME97122;The Thai Border;;;;;;;;;;;;; +EVTDESC97122;Kelantan and Kedah, Sultanates under the Rattanakosin Kingdom of Siam, are majority Muslim states that border our colonies but that don't have quite well defined frontiers with it. We should push for a treaty to include these sultanates, formerly part of Johore, in our colonies and to mark our border with Siam.;;;;;;;;;;;;; +EVT97122OPTA;Try to strike a deal.;;;;;;;;;;;;; +EVT97122OPTB;Don't bother.;;;;;;;;;;;;; +EVTNAME5001001;Trans-Siberian Railway;;;;;;;;;;;;; +EVTDESC5001001;The first stage of the railway linking Chelyabinsk and Novonikolayevsk has been completed with the construction of a bridge over the river Ob. Sadly the riverbanks near Tomsk were too swampy, so the bridge had to be constructed farther south, and a new settlement of "Novonikolayevsk" has been constructed at the river crossing. From now on this town will serve as the regional hub for transportation.;;;;;;;;;;;;; +EVTNAME5001002;Trans-Siberian Railway;;;;;;;;;;;;; +EVTDESC5001002;The second stage of the railway linking Novonikolayevsk-Kasnoyarsk-Irkutsk has been completed. The... creative surveys of the siberian wilderness have caused many delays, as engineers would rather submit plans without actually journeying through the untracked wilderness. This combined with severe labor shortages, forcing us to rely on convict labor, would have resulted in massive cost increases, if not for our dedication to building a railway as cheaply as possible. A bad railway is, after all, better than no railway!;;;;;;;;;;;;; +EVTNAME5001003;Trans-Siberian Railway;;;;;;;;;;;;; +EVTDESC5001003;The Circum-Baikal Railway connecting Irkutsk and Chita has been completed, which allows us to stop relying so much on the expensive ice-breaking train ferries in Lake Baikal.;;;;;;;;;;;;; +EVTNAME5001004;Trans-Siberian Railway;;;;;;;;;;;;; +EVTDESC5001004;After many arduous years the final, and most difficult, stretch of the Trans-Siberian Railway has been completed. This brings to completion the immense project linking $CAPITAL$ with Vladivostok, Europe with the Far East, a railway covering a third of the world through untracked wilderness. With future maintenance and expansion, it may be the key to Russian prosperity.;;;;;;;;;;;;; +EVTNAME5001005;The Manchurian Railway;;;;;;;;;;;;; +EVTDESC5001005;The Chita-Vladivostok railway line through Manchuria has been completed. It will serve as a useful shortcut for the Trans-Siberian railway, and the South Manchuria railway line, running between Port Arthur and Harbin, will allow Port Arthur to be a well supplied naval base and a major trade port!;;;;;;;;;;;;; +EVTNAME5001006;The Manchurian Railway;;;;;;;;;;;;; +EVTDESC5001006;The Russians have completed the construction of the Manchurian railway, and, naturally, our administration has been able to pocket some of the money intended for construction. More importantly, however, the railway has caused an economic boom in Harbin, as it has become a major transportation hub between the Trans-Siberian railway and the Russian owned port at Lushun.;;;;;;;;;;;;; +EVT5001006OPTA;Great!;;;;;;;;;;;;; +EVTNAME971710;The $FROMCOUNTRY_ADJ$ - $COUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC971710;The $FROMCOUNTRY_ADJ$ agreed to the partition of Morocco, and we are now occupying the agreed land. $FROMCOUNTRY_ADJ$ soldiers are already on the move to occupy their part of Morocco. The last Sultan of independent Morocco, Moulay Hafid, was exiled to the Sultanate Palace in the Tangier Kasbah after his forced abdication in favor of his brother Moulay Yusef.;;;;;;;;;;;;; +EVT971710OPTA;As it should be.;;;;;;;;;;;;; +EVTNAME971700;The Moroccan Question;;;;;;;;;;;;; +EVTDESC971700;The two Governments, inspired by their feeling of sincere friendship for $FROMCOUNTRY$, take into special consideration the interests which that country derives from her geographical position and from her territorial possessions on the Moorish coast of the Mediterranean. In regard to these interests the $COUNTRY_ADJ$ Government will come to an understanding with the $FROMCOUNTRY_ADJ$ Government. The agreement which may be come to on the subject between $COUNTRY$ and $FROMCOUNTRY$ shall be communicated to another Great Power Government. \n The Spanish government approached us with a proposal for the partition of Morocco: They would control the northern provinces of Ajdir and Tetouan and the southern province of Cape Juby and Ifni. In exchange, they would relinquish their old claims of control over Morocco, allowing us to annex all of Morocco while exiling the Sultan to Tangiers.;;;;;;;;;;;;; +EVT971700OPTA;We accept.;;;;;;;;;;;;; +EVT971700OPTB;We must decline.;;;;;;;;;;;;; +EVT98641OPTB;Let's seize the moment and declare war.;;;;;;;;;;;;; +EVTNAME443038;The Slavery Decree of $YEAR$;;;;;;;;;;;;; +EVTDESC443038;Everywhere in $COUNTRY$ serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;;; +EVTNAME443037;The Colonial Slavery Decree of $YEAR$;;;;;;;;;;;;; +EVTDESC443037;Everywhere in the $COUNTRY_ADJ$ colonies serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;;; +EVT443036OPTA;Make no distinctions, every serf is equal.;;;;;;;;;;;;; +EVTNAME443036;The Homeland Slavery Decree of $YEAR$;;;;;;;;;;;;; +EVTDESC443036;Everywhere in the $COUNTRY_ADJ$ mainland serfs are being stripped of their rights and forced in slavery. In practice, this doesn't change their lives much, as they already lived in conditions of near slavery. The loss of the few rights they had is bound to cause an impact, they will not be happy. We can mitigate this impact by limiting the scope of the new decree.;;;;;;;;;;;;; +EVT443036OPTB;Only the serfs that are not of part our heritage.;;;;;;;;;;;;; +EVTNAME443035;The Abolition of Serfdom;;;;;;;;;;;;; +EVTDESC443035;Our King has decided that it's time to abolish serfdom - and replace it with something else. Serfs who occupied a plot of land were required to work for the Lord of the Manor who owned that land, and in return were entitled to protection, justice and the right to exploit certain fields within the manor to maintain their own subsistence. These rights have now been rescinded and the condition of virtual slavery that the serfs lived turned into real slavery. But the question of where this new decree will apply still remains.;;;;;;;;;;;;; +EVT443035OPTA;Only in the homeland.;;;;;;;;;;;;; +EVT443035OPTB;Only in the overseas provinces and colonies.;;;;;;;;;;;;; +EVT443035OPTC;Everywhere through our nation.;;;;;;;;;;;;; +EVTNAME3697010;The Afghan-British Settlement of $YEAR$;;;;;;;;;;;;; +EVTDESC3697010;Our claims in India is a constant source of conflict with the Indian Princes and occasionally even the British government itself. In $YEAR$, Mortimer Durand was dispatched to Kabul by the government of British India to sign an agreement with Amir Abdur Rahman Khan for fixing the limits of their respective spheres of influence as well as improving diplomatic relations and trade. Signing this agreement means relinquishing our claims in India, but it also means normalizing relations with the British.;;;;;;;;;;;;; +EVT3697010OPTA;We agree.;;;;;;;;;;;;; +EVT3697010OPTB;We won't give up our claims.;;;;;;;;;;;;; +EVTNAME325500;Organizing Kazakhstan;;;;;;;;;;;;; +EVTNAME32549;Organizing Uzbekistan;;;;;;;;;;;;; +EVTNAME32548;Organizing Turkmenistan;;;;;;;;;;;;; +EVTNAME32547;Organizing Kyrgyzstan;;;;;;;;;;;;; +EVTNAME32546;Organizing Tajikistan;;;;;;;;;;;;; +EVTDESC32546;The peoples of Central Asia are spread in a vast territory, divided in feuding tribes, often nomadic, and unorganized Khanates that are frequently belligerent to each other. Our bureaucracy is working hard to put an end to this chaos, to organize these tribes and bring civilization and order to these places, and now this paid off: we just managed to organize the administration of one of these places, though the influx of immigrants and the modernization that we brought are awakening the nationalism in these people.;;;;;;;;;;;;; +EVT32546OPTA;Everything in its place.;;;;;;;;;;;;; +EVTNAME443034;A Country Mobilized;;;;;;;;;;;;; +EVTDESC443034;Conscripts are being drafted left and right and the poor are being trained and prepared to fight. Military camps are full of fresh recruits, troops are carrying out exercises in our borders and every aspect of society and every signal the government gives seems to indicate a war is in progress, yet there's no war. This large disruption in the country's daily life is angering our population and making our neighbours increasingly wary.;;;;;;;;;;;;; +EVT443034OPTA;These are just harmless exercises.;;;;;;;;;;;;; +EVTNAME3697009;Gulab Singh's Proposal;;;;;;;;;;;;; +EVTDESC3697009;A wealthy Maharajah, Gulab Singh, reputed to be the richest Raja north of the Sutlej River, has approached us with the intent of buying Kashmir and establishing a princely state there. He would still be subject to our rule and selling the land will help us as we lack the resources to properly occupy such a large region immediately after annexing Punjab.;;;;;;;;;;;;; +EVT3697009OPTA;It's a nice proposal, we accept.;;;;;;;;;;;;; +EVT3697009OPTB;We will try our hand at administrating it anyway.;;;;;;;;;;;;; +EVTNAME31500001;The Future of the United Baltic Provinces;;;;;;;;;;;;; +EVTNAME6016807;Occitania;;;;;;;;;;;;; +EVTDESC6016807;Setting up pops.;;;;;;;;;;;;; +EVT6016807PTA;Done.;;;;;;;;;;;;; +EVTDESC31500001;Similarly to guberniyas of the autonomous Grand Duchy of Finland, the Baltic Governorates were not a subject to the common civil and administrative laws of the Russian Empire, but did not have monetary, fiscal and passport system of their own. Like guberniyas of the Kingdom of Poland they were treated as an integral entity and the Russian law provided them the preservation of local authorities. In the Baltics these were Landtags. The special legislation which set rules for municipal administration and entrepreneurship according to local traditions, as well as the privileges to the local nobility, usually German, in the Baltics was known under the collective name of Ostsee Right. Now that we are free from the Russians, the question remains about the future of our country and if it will remain united at all.;;;;;;;;;;;;; +EVTOPTA31500001;The Union will continue with Latvian rule.;;;;;;;;;;;;; +EVTOPTB31500001;The Union will continue with Estonian rule.;;;;;;;;;;;;; +EVTOPTC31500001;The Union will continue with the status quo.;;;;;;;;;;;;; +EVTOPTD31500001;Latvia will be released and we will declare Estonia free.;;;;;;;;;;;;; +EVTOPTE31500001;Estonia will be released and we will declare Latvia free.;;;;;;;;;;;;; +EVTNAME952515;The $FROMCOUNTRY_ADJ$ Claims;;;;;;;;;;;;; +EVTDESC952515;The $FROMCOUNTRY_ADJ$ are claiming Limburg on the basis of their customs union. They don't have much time to press their claims, as they are not strong claims. Other great powers might declare their support for us if they try anything. Our advisors expect that any movement to annex Limburg right now is being blocked by $FROMCOUNTRY$, but if we manage to keep Limburg under our vassalage for six months we will be able to annex Limburg and solve this crisis our way.;;;;;;;;;;;;; +EVT952515OPTA;Damn $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;; +EVTNAME952514;The Duchy of Limburg;;;;;;;;;;;;; +EVTDESC952514;With the union of the German Confederation in a more unified state, an old member of the Confederation, the Duchy of Limburg, which was created to fill the spot of Luxembourg per the London Treaty, had its autonomy revoked and it's being annexed by the Netherlands. Our claim in the region is tenuous, but it exists and we could push for it. If we decide to do it, we have six months to stall the Netherlands before they annex Limburg, and other great powers might try to intervene, but if we succeed, liberate Limburg and bring them in our sphere, we will be able to annex it.;;;;;;;;;;;;; +EVT952514OPTA;Let it go. We recognized the territory as part of the Netherlands.;;;;;;;;;;;;; +EVT952514OPTB;A state that once was part of the Confederation is a part of our country.;;;;;;;;;;;;; +EVT952513OPTA;No Great Power would agree to a German claim.;;;;;;;;;;;;; +EVTNAME500005;United Poland;;;;;;;;;;;;; +EVTDESC500005;As the Polish State we need to protect all our citizens in the west. Polish people lived in Poznan, Silesia, Pomerelia and Luzica for centuries and these parts are a rightful and core part of our country.;;;;;;;;;;;;; +EVTOPT500005A;For a united Poland!;;;;;;;;;;;;; +EVTNAME500004;A Polish State;;;;;;;;;;;;; +EVTDESC500004;Poland is free again, and for the good of our nation, we should join it in perpetual union.;;;;;;;;;;;;; +EVTOPT500004A;We will unite!;;;;;;;;;;;;; +EVTOPT500004B;We enjoy independence too much.;;;;;;;;;;;;; +EVTNAME443033;$FROMCOUNTRY_ADJ$ Revolution;;;;;;;;;;;;; +EVTDESC443033;The Revolutionaries in $FROMCOUNTRY$ have kicked our representatives our of their Capital and expelled our diplomats, ending all our influence in them. Advisors in our government say that this revolution has become too bothersome to deal with and that we should intervene immediately to remove these barbarians from power.;;;;;;;;;;;;; +EVTNAME443032;The Counter-Revolutionaries;;;;;;;;;;;;; +EVTDESC443032;Our revolutionary government has been under control of counter-revolutionaries for too long! It's time to kick them out of $CAPITAL$, assert out freedom and keep the revolution going - no one will stop it.;;;;;;;;;;;;; +EVT443032OPTA;We will not be kept down.;;;;;;;;;;;;; +EVTNAME32536;The Russian Border In Central Asia;;;;;;;;;;;;; +EVTDESC32536;Our border with Central Asia is dotted with forts in an attempt to control the land. But these are not enough anymore - if we want to really control the land, we need to settle it. To do so, we will start a series of towns and settlements to replace these forts.;;;;;;;;;;;;; +EVT32536OPTA;For the $MONARCHTITLE$!;;;;;;;;;;;;; +EVTNAME443031;$FROMCOUNTRY$ Bourgeois Smash the Revolution;;;;;;;;;;;;; +EVTDESC443031;The dark servants of the bourgeois incited the proletariat on: 'Beat the Jews, beat the shopkeepers, rob the markets, devastate the shops, pillage the wine stores! Slay, burn, rob!' And then will begin a terrible confusion, a war between one part of the people and the other. All will become still more disorganized, and perhaps once more blood will be shed on the streets of the capital. And then, what then? \n The Bourgeois in $FROMCOUNTRY$ dispersed an attempt of the proletariat to take power by sowing lies and dissent in their ranks. Our efforts were thwarted and the result is dead workers and revolutionaries, and a government who is even more uncooperative.;;;;;;;;;;;;; +EVTNAME443030;The Storm of the $CAPITAL$ Palace;;;;;;;;;;;;; +EVTDESC443030;Everywhere at the street corners were stationed Communist soldiers or sailors or detachments of the Red Guard. Violent fusillade of machine-guns and light artillery were directed against the Government Palace. A battle ensued, during which there were some hundred casualties on either side. Gradually the Communists forced an entry and invaded the Palace. On their way they pillaged every room they entered. The library, the doors of which was locked and sealed, was forced open and ransacked, books and manuscripts burnt and destroyed. The colossal crystal lustre, with its artfully concealed music, was smashed to atoms. \n A rally organized by the $COUNTRY_ADJ$ Communist party marched in the government palace, spearheaded by the Red Guard, its armed arm that is funded by the $FROMCOUNTRY_ADJ$ government. Soldiers loyal to the $MONARCHTITLE$ are holding off the Red Guard and fights in the street have broken out between loyalists and the Red Guard, but how long can they fend off the red tide?;;;;;;;;;;;;; +EVT443030OPTA;Proletariat of the world, unite!;;;;;;;;;;;;; +EVT443030OPTB;$COUNTRY$, Whole, Great and Free!;;;;;;;;;;;;; +EVTNAME443029;Communist Rally in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC443029;Communists sympathetic to our government march in $FROMCOUNTRY$ capital, in a demonstration of support to our new revolutionary government. As the tensions between the bourgeois government and the Communists rise in $FROMCOUNTRY$, the leaders of the $FROMCOUNTRY_ADJ$ Communists Party approached our government to ask for help in ending the oppression of the proletariat. This could mean we can establish a puppet government aligned with us, but it could also escalate to war.;;;;;;;;;;;;; +EVTNAME443028;The Red Storm;;;;;;;;;;;;; +EVTDESC443028;Like a black river, filling all the street, without song or cheer we poured through the palace gates, where the man just ahead of me said in a low voice: 'Look out, comrades! Don't trust them. They will fire, surely!' In the open we began to run, stooping low and bunching together. 'Clear the Palace!' bawled a Red Guard, sticking his head through an inner door. 'Come, comrades, let's show that we're not thieves and bandits.' \n The Red Guard of the Communist Party is spearheading a rally towards the government Palace in $CAPITAL$. They demand nothing less than the dissolution of the government and the formation of a new one, controlled by the communist Party. The rally is peaceful but it's quite obvious tensions will rise as the communists won't budge until they are at least heard by government officials.;;;;;;;;;;;;; +EVTNAME443027;$FROMCOUNTRY$ Fascist Coup Fails;;;;;;;;;;;;; +EVTDESC443027;I heard this loudspeaker say 'They are going to the Main Street', suddenly a barricade was erected there. They built barricades from paving stones, timber and overturned lorries. Shouting the slogan 'They shall not pass' - more than 10,000 people turned back an army of Blackshirts. When we heard that the march was disbanded, there was a hue and cry and the flags were going wild. Their victory over racism and antisemitism on $YEAR$ became known as the Battle of $CAPITAL$ and encapsulated the $FROMCOUNTRY_ADJ$ fight against a fascism that was stomping across $COUNTRY$ and $FROMCOUNTRY$. \n A $FROMCOUNTRY_ADJ$ newspaper report that thousands lie dead on the street of $FROMCOUNTRY$ Capital as fighting dies down after a bloody coup. The $FROMCOUNTRY_ADJ$ Fascist party paramilitary group stormed the palace but was repelled by government forces backed by the population.;;;;;;;;;;;;; +EVT443027OPTA;Instability in $FROMCOUNTRY$ will not be tolerated.;;;;;;;;;;;;; +EVT443027OPTB;We will intervene eventually.;;;;;;;;;;;;; +EVT443027OPTC;We better let things in $FROMCOUNTRY$ calm down.;;;;;;;;;;;;; +EVTNAME443026;The $CAPITAL$ Battle;;;;;;;;;;;;; +EVTDESC443026;This is violence. This is the violence of which I approve, which I extol. This is the violence of the $CAPITAL$ Fascists. And $COUNTRY_ADJ$ Fascism should make it its own. Not the small individual act of violence, but the great, fine, inexorable violence of decisive hours.... In war-time let us adopt the Socratic formula: We must overcome our friends in good deeds, our enemies in evil deeds. \n Violence broke out in the streets as the Fascist party paramilitary corps stormed the government palace ahead in the end of a parade. A bloody coup is being fought off in the stairs and corridors of the governmental palace and in the street between pro-government forces and the paramilitary clad in their black uniforms. Reports from the fighting claim their weapons, their training, even some of them seem distinctively $FROMCOUNTRY_ADJ$. The $MONARCHTITLE$ is nowhere to be seen and anarchy looms over $COUNTRY$.;;;;;;;;;;;;; +EVT443026OPTA;All within the state, nothing outside the state, nothing against the state.;;;;;;;;;;;;; +EVT443026OPTB;We will fight the Fascists to the last man.;;;;;;;;;;;;; +EVTNAME443025;Fascist Demonstrations in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC443025;Fascists sympathetic to our government march in $FROMCOUNTRY$ capital, in a demonstration of support to our new revolutionary government. With tensions between the conservative government and the fascists on the rise in $FROMCOUNTRY$, the leaders of the $FROMCOUNTRY_ADJ$ Fascist Party approached our government to ask for help in a coup to install a fascist dictatorship. This could mean we can establish a puppet government aligned with us, but it could also escalate to war.;;;;;;;;;;;;; +EVT443025OPTA;Arm them and get the secret police to undermine the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVT443025OPTB;We are not interested in $FROMCOUNTRY_ADJ$ internal affairs.;;;;;;;;;;;;; +EVTNAME96093;The French Border;;;;;;;;;;;;; +EVTDESC96093;As a result of losing the Great War and per the Treaty of Paris of $YEAR$, the French are being punished by being forced to cede several territories with a Picard population or that share a border with us.;;;;;;;;;;;;; +EVT96093OPTA;Well deserved.;;;;;;;;;;;;; +EVTNAME15100;Landowners Incite The Peasantry;;;;;;;;;;;;; +EVTDESC15100;'So take arms! Impoverished, starved and hungry brethren of $PROVINCENAME$. In name of our Lord and in defense of eternal rights, let us drive the occupiers out of our native land!' Local landowners in $PROVINCENAME$ are arguing revolution against our rule. We could confront them now, but then again it might be better to wait for another opportunity.;;;;;;;;;;;;; +EVTNAME443024;The Black Shirts Parade;;;;;;;;;;;;; +EVTDESC443024;Paramilitary soldiers, clad in all black uniforms, march through the main street of $CAPITAL$, demonstrating their support for the one government who recently turned Fascist after a revolution. A crowd has gathered to watch the march, with some shouting words of support for the unflinching soldiers of the Fascist Party paramilitary branch, their eyes shining with pride and ideological conviction. Tensions rise in our country as the revolutionary elements vie for more power. The future of the government and of the $MONARCHTITLE$ is uncertain.;;;;;;;;;;;;; +EVT443024OPTA;This can't end well.;;;;;;;;;;;;; +EVTNAME90956;Chinese Immigration;;;;;;;;;;;;; +EVTDESC90956;Hong Kong is turning in a large, bustling city. Merchants from all over the world come to Hong Kong to trade and the wealth moved in the city attracted people from all over China.;;;;;;;;;;;;; +EVTOPTA90956;More people, more trade, more profit.;;;;;;;;;;;;; +EVTNAME90954;The $PROVINCENAME$ Treaty Port;;;;;;;;;;;;; +EVTDESC90954;In this part are the ten main markets, though besides these there are a vast number of others in the different parts of town. They are all squares of half a mile to the side, and along their front passes the main street, which is 40 paces in width, and runs straight from end to end of the city, crossing many bridges. At every four miles of its length comes one of those great squares of two miles in compass. In each of the squares is held a market three days a week, frequented by 40,000 or 50,000 persons, who bring there for sale every possible necessity of life. All the ten market places are encompassed by lofty houses, and below these shops is where all sorts of crafts are carried on, and all sorts of wares are on sale, including spices, jewels and pearls. \n $PROVINCENAME$ is bustling with traders, merchants buy and sell opium, making fortunes, and traders from all over China come to trade, bringing their servants and laborers to run shops or carry goods.;;;;;;;;;;;;; +EVTOPTA90954;Excellent.;;;;;;;;;;;;; +EVTDESC90955;With our administration of $PROVINCENAME$, we abolished opium trade and expelled the old foreign administration. As a result of these harsh policies, trade fell considerably and many Europeans vessels don't stop in $PROVINCENAME$ anymore.;;;;;;;;;;;;; +EVTOPTA90955;We didn't need them anyway.;;;;;;;;;;;;; +EVTNAME96092;Saint Pierre & Miquelon;;;;;;;;;;;;; +EVTDESC96092;Saint Pierre & Miquelon is being offered to us as a result of the last Great War and the dismantlement of France. Since we own the closest land to it, the Great Powers argue it should be under our administration.;;;;;;;;;;;;; +EVT96092OPTA;We will govern the island.;;;;;;;;;;;;; +EVTNAME37239;The Loss of Alsace-Lorraine;;;;;;;;;;;;; +EVTDESC37239;Alsace-Lorraine was lost to the Germans in a fateful war. They become stronger by the day, fueled by a military-industrial complex that feeds their war machine with weapons and ammunition while their society is geared for the training and recruitment of soldiers for their armies. Some voices in our government argue that if we are to ever take our lands back, we need our own military-industrial complex and our own military reforms.;;;;;;;;;;;;; +EVT37239OPTA;Our lands will be returned.;;;;;;;;;;;;; +EVT37239OPTB;There's no need for war.;;;;;;;;;;;;; +EVTNAME900041;The Emperor's Acclamation;;;;;;;;;;;;; +EVTDESC900041;In $YEAR$, the Mughal emperor Bahadur Shah, heeded calls of the Muslims leaders and declared a Jihad against the British empire, expelling the British troops from Delhi. He's being acclaimed as the Emperor of India, though this acclamation is not heard or recognized through all of India, the Muslim population quickly rallied to his side.;;;;;;;;;;;;; +EVT900041OPTA;He will pay for his insolence.;;;;;;;;;;;;; +EVT900041OPTB;Every dog is allowed one bite.;;;;;;;;;;;;; +EVT900041OPTC;Let him go and let him keep his Muslims subjects.;;;;;;;;;;;;; +EVT900041OPTD;Order the troops to move immediately.;;;;;;;;;;;;; +EVTNAME330039;The German Compromise;;;;;;;;;;;;; +EVTDESC330039;$MONARCHTITLE$ had to make compromises during the German unification to guarantee all duchies would stay in and not try to break away from the Union. In exchange, they were granted increased autonomy.;;;;;;;;;;;;; +EVT330039OPTA;They will stay in the Union.;;;;;;;;;;;;; +EVTNAME3697008;British Alaska;;;;;;;;;;;;; +EVTDESC3697008;Now that we have a firm grasp on Alaska and with the approval of home rule to the Canadians, the issue has been raised about Alaska's status. Canadians are pushing for it to be annex to their territory, as holding these territories so far away from the British Isles would only result in inefficiency in administration.;;;;;;;;;;;;; +EVTNAME3697007;British Columbia;;;;;;;;;;;;; +EVTDESC3697007;The Americans lost Columbia to us and with the approval of home rule to the Canadians, the issue has been raised about it's status. Canadians are pushing for it to be annexed to their territory, as a part of Columbia it is also a part of Canada.;;;;;;;;;;;;; +EVT3697007OPTA;So be it.;;;;;;;;;;;;; +EVT3697007OPTB;We have other plans for it.;;;;;;;;;;;;; +EVTNAME95521;Turkmenia is Lost;;;;;;;;;;;;; +EVTDESC95521;We exercised control and had tenuous claims over the Turkmenia region. We never managed to establish a firm control over the Turkmen nomads and now that we lost the region entirely, we find that our claims in the region are slowing being forgotten by the Great Powers.;;;;;;;;;;;;; +EVT95521OPTA;Damn.;;;;;;;;;;;;; +EVTNAME325107;Imam Shamil Is Captured;;;;;;;;;;;;; +EVTDESC325107;Warfare in the Caucasus finally ended in $YEAR$ when a 250,000 strong army under General Baryatinsky broke the mountaineers' resistance. After his capture, Shamil was sent to Saint Petersburg to meet the Emperor Alexander II and swear allegiance to the Tzar. Afterwards he was exiled to Kaluga, then a small town near Moscow. After some time in Kaluga he complained to the authorities about the climate and Shamil received permission to move to Kiev, a commercial center of the Empire's southwest. In Kiev he was afforded a mansion in Aleksandrovskaya Street. The Imperial authorities ordered the Kiev superintendent to keep Shamil under "strict but not overly burdensome surveillance" and allotted the city a significant sum for the needs of the exile. Shamil seemed to have liked his luxurious detainment, as well as the city: this is confirmed by the letters he sent from Kiev. A manifesto of Tzar Alexander II declared hostilities ended in $YEAR$.;;;;;;;;;;;;; +EVT325107OPTA;Peace is restored.;;;;;;;;;;;;; +EVTNAME325108;Imam Shamil Escapes;;;;;;;;;;;;; +EVTDESC325108;In $YEAR$, Shamil and his followers, numbering about 4000 men, women and children, found themselves under siege in their mountain stronghold of Akhoulgo, nestled in the bend of the Andee Koisou River, about ten miles east of Gimry. This siege lasted eighty days, finally resulting in a Russian victory. The Russians suffered about 3000 casualties taking the stronghold, while the rebels were slaughtered in extremely bitter fighting (which was typical of the war, with no quarter asked for nor given). Shamil and a small party of his closest followers, including some family, managed to escape down the cliffs and through the Russian siege lines during the final days at Akhoulgo. Following his escape he once again set about regaining his following and resisting the Russian occupation.;;;;;;;;;;;;; +EVT325108OPTA;We will root him out eventually.;;;;;;;;;;;;; +EVTNAME18561;Celebration in $CAPITAL$;;;;;;;;;;;;; +EVTDESC18561;A great celebration has been held in $CAPITAL$ in honor of $COUNTRY$'s rulers, as well as its centuries of honorable tradition. Massive crowds appeared to cheer on our soldiers, and the spectacle has even drawn the attention of foreigners. Shall we dedicate the celebration to $COUNTRY$'s greatness, or shall we instead use it as an excuse to appease the masses?;;;;;;;;;;;;; +EVT18561OPTA;Appease the masses.;;;;;;;;;;;;; +EVT18561OPTB;Let the world see our greatness.;;;;;;;;;;;;; +EVTNAME185100;Military Parade;;;;;;;;;;;;; +EVTDESC185100;In the eyes of our soldiers as they parade through the streets, nothing can be seen but utmost devotion to $COUNTRYNAME$ and the ideals for which our nation stands. These men, and the description fits them, have been fostered since childhood into rigid and firm belief in our nation, and they would die to defend it. Long live $COUNTRY$!;;;;;;;;;;;;; +EVT185100OPTA;Let our neighbors fear our might!;;;;;;;;;;;;; +EVT185100OPTB;Let the people witness our strength!;;;;;;;;;;;;; +EVTNAME18507;The Price of Freedom;;;;;;;;;;;;; +EVTDESC18507;It has been often said that the $COUNTRY_ADJ$ people are accustomed to freedom -- they strive for it, hold it as the greatest of ideals. So it is that they chafe under the yoke of what they see as the government's tyranny. A recent demonstration in one of our cities threatens to spread throughout the state. With the eyes of the world upon us, however, forcefully putting an end to this act of civil disobedience will no doubt be seen as an attack upon our own citizens.;;;;;;;;;;;;; +EVT18507OPTA;These demonstrations cannot be allowed.;;;;;;;;;;;;; +EVT18507OPTB;Leave them alone... for now.;;;;;;;;;;;;; +EVTNAME185600;Annals of the Past;;;;;;;;;;;;; +EVTDESC185600;The peasants are taking to the streets, rising up against their rulers in ways that would have been unthinkable only decades ago. Perhaps it is time to remind them of their duty to their nation, and of the traditions which have served $COUNTRY$ so well in ages past?;;;;;;;;;;;;; +EVT185600OPTA;They must remember their place.;;;;;;;;;;;;; +EVTNAME18535;Onward to Tomorrow;;;;;;;;;;;;; +EVTDESC18535;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: order, industry and productivity. Such were the virtues in which this man believed, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVT18535OPTA;We should be thankful for our blessings.;;;;;;;;;;;;; +EVTNAME95520;El Hadj Umar Tall of the Tukulor people;;;;;;;;;;;;; +EVTDESC95520;Umar Tall, one of the people called Tukulor, returned from the Hajj in 1836 with the titles of El Hadj and caliph of the Tijaniyya brotherhood of the Sudan. After a long stay in Fouta-Toro, he moved to Dinguiraye. This became the staging ground for his $YEAR$ jihad. Umar Tall struck out against our weakened empire with great success - taking first Kaarta and then Segou. Umar Tall's mujahideen readily defeated our forces, seizing Ségou itself and declaring an end to the Bambara Empire (which effectively became part of the Tukulor Empire).;;;;;;;;;;;;; +EVT95520OPTA;How the might have fallen.;;;;;;;;;;;;; +EVTNAME986500;$FROMCOUNTRY$ Ultimatum;;;;;;;;;;;;; +EVTDESC986500;The $FROMCOUNTRY_ADJ$ government, exercising its power as our overlords, are sending an ultimatum informing us that they are ending local rule and are going to centralize the administration. They are sending a governor to oversee our territory and urge us to abide to a peaceful transition.;;;;;;;;;;;;; +EVT986500OPTA;We have no choice but agree.;;;;;;;;;;;;; +EVT986500OPTB;We will fight to the last men for our Independence.;;;;;;;;;;;;; +EVTNAME60055558;The Croatian–Hungarian Settlement;;;;;;;;;;;;; +EVTDESC60055558;The Austro-Hungarian Compromise brought other consequences regarding to the legal status of the sovereignty of the Crown of St. Stephen over other crown lands. An agreement was reached between the Parliament of Hungary on the one hand and the Parliament of Croatia on the other hand, with regard to composing by a joint enactment the constitutional questions at issue between them. Following the Settlement, the Croatian kingdom was referred to using the name Kingdom of Croatia-Slavonia and article 66 of the settlement specified lands of the Kingdom of Croatia-Slavonia, including Dalmatia in the list.;;;;;;;;;;;;; +EVT60055558OPTA;At least this issue is settled.;;;;;;;;;;;;; +EVTNAME443023;The Religions Of The Far East;;;;;;;;;;;;; +EVTNAME443022;The Religions Of The Far East In The Mainland;;;;;;;;;;;;; +EVT443021OPTA;The Shinto.;;;;;;;;;;;;; +EVT443021OPTB;The Mahayana.;;;;;;;;;;;;; +EVT443021OPTC;The Animists.;;;;;;;;;;;;; +EVT443021OPTD;The Yazidi.;;;;;;;;;;;;; +EVT443021OPTE;All of them.;;;;;;;;;;;;; +EVTNAME443021;The Religions Of The Far East In The Colonies;;;;;;;;;;;;; +EVTDESC443021;The religions of the Far East seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;; +EVTNAME443020;Shintoism, Mahayana, Yazidi and Animists In Our Empire;;;;;;;;;;;;; +EVTNAME443016;Buddhism, Hinduism and Sikhism In Our Empire;;;;;;;;;;;;; +EVTNAME443012;Muslims and Jews In Our Empire;;;;;;;;;;;;; +EVT443017OPTA;The Sikh.;;;;;;;;;;;;; +EVT443017OPTB;The Gelugpa.;;;;;;;;;;;;; +EVT443017OPTC;The Theravada.;;;;;;;;;;;;; +EVT443017OPTD;The Hindu.;;;;;;;;;;;;; +EVT443017OPTE;All of them.;;;;;;;;;;;;; +EVTNAME443017;The Oriental Religions;;;;;;;;;;;;; +EVTDESC443017;The Oriental religions seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;; +EVTNAME443013;The Abrahamic Question;;;;;;;;;;;;; +EVTDESC443013;The middle eastern religions in our realm seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;; +EVT443013OPTA;The Sunni.;;;;;;;;;;;;; +EVT443013OPTB;The Shiite.;;;;;;;;;;;;; +EVT443013OPTC;The Jews.;;;;;;;;;;;;; +EVT443013OPTD;The Ibadis.;;;;;;;;;;;;; +EVT443009OPTE;All of them.;;;;;;;;;;;;; +EVTNAME443009;The Christian Question;;;;;;;;;;;;; +EVTDESC443009;Christians in our realm seem to be the source of our problems, and the data we got about the recent actions of our government against these groups is now ready. What groups were those?;;;;;;;;;;;;; +EVT443009OPTA;The Catholics.;;;;;;;;;;;;; +EVT443009OPTB;The Protestants.;;;;;;;;;;;;; +EVT443009OPTC;The Eastern Orthodox.;;;;;;;;;;;;; +EVT443009OPTD;The Oriental Orthodox.;;;;;;;;;;;;; +EVTNAME443008;Christianity In Our Empire;;;;;;;;;;;;; +EVTDESC443008;Now we are looking for data about specific regions in our empire. Where should we look for the data?;;;;;;;;;;;;; +EVT443008OPTA;In the colonies.;;;;;;;;;;;;; +EVT443008OPTB;In the mainland.;;;;;;;;;;;;; +EVT443008OPTC;Everywhere.;;;;;;;;;;;;; +EVTNAME90953;The Algerian Claims;;;;;;;;;;;;; +EVTDESC90953;One of the regions of the Sahara we own was historically claimed by Algeria. Even if not now, they plan to put enforce these claims.;;;;;;;;;;;;; +EVTOPTA90953;Irrelevant.;;;;;;;;;;;;; +EVTNAME325106;The Caucasian Rebellion;;;;;;;;;;;;; +EVTDESC325106;Imam Shamil eluded our forces and retreated to the mountains, raiding villages and forts under our control. For the last month, however, he amassed a massive force and marched from the mountains, taking several forts by surprise, overrunning them and shattering our control over the land.;;;;;;;;;;;;; +EVT325106OPTA;Damn these rebels.;;;;;;;;;;;;; +EVT325106OPTB;They are too troublesome to keep fighting. Let them be free.;;;;;;;;;;;;; +EVTNAME90101;Broken Promises;;;;;;;;;;;;; +EVTNAME700015;The End of the Carlos Era;;;;;;;;;;;;; +EVTDESC700015;The government of Paraguay recently changed and as a result Solano Lopez lost its power. His reforms and policies were canceled by the transitional government.;;;;;;;;;;;;; +EVTOPT700015A;They weren't good anyway.;;;;;;;;;;;;; +EVTNAME96173;Sicilian Revolution of $YEAR$;;;;;;;;;;;;; +EVTDESC96173;The seeds of the revolution of $YEAR$ were sown prior to the Congress of Vienna, in 1812. This was during the tumultuous Napoleonic period when the Bourbon court was forced to escape from Naples and set up its royal court in Palermo with the assistance of the English navy. The Sicilian nobles were able to take the opportunity to force on the Bourbons a new constitution for Sicily that was based on the Westminster system of parliamentary government, and was in fact quite a liberal constitution for the time. However, post Congress of Vienna, Ferdinand IV of Naples (and III of Sicily) immediately abolished the constitution upon returning the royal court to Naples. The 1848 revolution was substantially organized from, and centered in, Palermo. The popular nature of the revolt is evident in the fact that posters and notices were being handed out a full three days before the substantive acts of the revolution occurred. The rebels are storming key cities and caught up the forces of our country off guard.;;;;;;;;;;;;; +EVTOPTA96173;Damn these traitors!;;;;;;;;;;;;; +EVTOPTB96173;We don't need them. Let everything but Messina go.;;;;;;;;;;;;; +EVTOPTC96173;Avanti Sicily!;;;;;;;;;;;;; +EVTNAME441268;36"30' or War!;;;;;;;;;;;;; +EVTDESC441268;The Dixies are demanding our territories south of the 36"30' Parallel, claiming the Missouri Compromise gives them the right to rule these lands.;;;;;;;;;;;;; +EVTOPTA441268;Give in to their demands.;;;;;;;;;;;;; +EVTOPTB441268;They will have to take it by force.;;;;;;;;;;;;; +EVTNAME441267;End of Homesteading;;;;;;;;;;;;; +EVTDESC441267;The Land Policy and Management Act of $YEAR$ ended homesteading as government policy had shifted to retaining control of public lands. This shift of policy came as our new government priorities arise and the old government policies are being revised.;;;;;;;;;;;;; +EVTOPTA441267;No one shall have land for free anymore.;;;;;;;;;;;;; +EVTNAME95658;Kota Bahru Founded;;;;;;;;;;;;; +EVTDESC95658;Kota Bharu was established by Sultan Muhammad II of Kelantan in $YEAR$ as Kelantan's capital. Prior to this date, Kota Bharu was known as Kuala Kelantan. Before Kota Bharu assumed the role, the Kelantanese capital was Kota Kubang Labu.;;;;;;;;;;;;; +EVT95658OPTA;Glory to Kelantan!;;;;;;;;;;;;; +EVTNAME325105;The Circassian Rebellion;;;;;;;;;;;;; +EVTDESC325105;The Circassians have rose up again, seizing several cities and declaring an open rebellion with the intent of shaking off Russian rule.;;;;;;;;;;;;; +EVT325105OPTA;Put down this rebellion.;;;;;;;;;;;;; +EVT325105OPTB;We recognize the Circassian Independence.;;;;;;;;;;;;; +EVTNAME325104;The Circassian Diaspora;;;;;;;;;;;;; +EVTDESC325104;From 1763 to $YEAR$, the Circassians fought against the Russian Empire in the Russian-Circassian War, finally succumbing to a scorched-earth campaign initiated in the last two years under General Nicholai Yevdokimov. Afterwards, large numbers of Circassians were exiled and deported to the Ottoman Empire and other nearby regions. Total population estimates differ: according to some sources, some two million live in Anatolia, Transjordan, Syria, and Iraq. The Circassians that stayed behind, before and after the exodus and war, were subject to pre-planned mass killings by Imperial Russia, accompanied by deliberate famine and epidemics, severely reducing the population.;;;;;;;;;;;;; +EVT325104OPTA;Finally, Russia is at peace.;;;;;;;;;;;;; +EVT325104OPTB;Try to stop the collateral damage. We recognize their struggle.;;;;;;;;;;;;; +EVTNAME32535;The $YEAR$ Rebellion in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC32535;In $YEAR$, without regard to local conditions, the $COUNTRY_ADJ$ government ordered $PROVINCENAME$ peasants to cultivate potatoes and to pay their taxes in $COUNTRY_ADJ$ cash. $PROVINCENAME$ still maintained a primarily natural economy based on corn and millet. Rumors began to spread among the peasants that money payments would soon be required and that peasants would be drafted into the army. When the tax collections began, the peasants of the community resisted and took to arms. The disturbances spread through all $PROVINCENAME$ and soon the rebels had almost 7,200 men in their ranks. They took control of most fortified points in the province and blocked roads leading to the key cities.;;;;;;;;;;;;; +EVT32535OPTA;Damn these peasants.;;;;;;;;;;;;; +EVTNAME96091;Eupen-Malmedy goes to $COUNTRY$;;;;;;;;;;;;; +EVTDESC96091;The last great war ended and $FROMCOUNTRY$ was dismantled. As a punitive measure, the province of Eupen-Malmedy is being ceded to us.;;;;;;;;;;;;; +EVT96091OPTA;Rightful Punishment.;;;;;;;;;;;;; +EVTNAME32534;End of the Tzar's Rule;;;;;;;;;;;;; +EVTDESC32534;The Grand Duchy of Finland is no longer under a personal union with the Tzar of Russia and the provisional government has been working to keep stability on the newly independent Finland. However, The question arose what kind of government shall the independent country have.;;;;;;;;;;;;; +EVT32534OPTA;Keep the monarchy. Look for a monarch from a good royal family.;;;;;;;;;;;;; +EVT32534OPTB;Declare Finland a Republic.;;;;;;;;;;;;; +EVTNAME96172;The Altar of the Fatherland is Completed;;;;;;;;;;;;; +EVTDESC96172;The eclectic structure of the Altar of the Fatherland (Altare della Patria) was designed by Giuseppe Sacconi in 1885. Sculptures for it were parceled out to established sculptors all over Italy, such as Leonardo Bistolfi and Angelo Zanelli. It was inaugurated in $YEAR$, albeit not entirely complete. The monument is to feature stairways, Corinthian columns, fountains, an equestrian sculpture of the main figure behind Italian unification and two statues of the goddess Victoria riding on quadrigas. The structure is 135m wide and 70m high. If the quadrigae and winged victories are included, the height is to 81m. It has a total area of 17,000 square meters.;;;;;;;;;;;;; +EVTOPTA96172;Avanti Italia!;;;;;;;;;;;;; +EVTNAME50003;A City Flourishes;;;;;;;;;;;;; +EVTDESC50003;The village of Paraibuna emerged in the early nineteenth century due to the occupation of the region by families of farmers and settlers coming of the former gold producing region (Ouro Preto and Mariana). The county of Paraibuna was separated from Barbacena on May 31, 1850, and was elevated to Paraibuna City in 1856, surpassing the city of São João del Rey. In 1865 the city of Paraibuna was renamed Juiz de Fora.;;;;;;;;;;;;; +EVTOPTA50003;May the city forever flourish.;;;;;;;;;;;;; +EVTNAME98649;The Fall of the Metropolitan Regime;;;;;;;;;;;;; +EVTDESC98649;For long, the seat of Metropolitan of Montenegro has been de facto an hereditary position. The Metropolitan would rule Montenegro, the small but de facto independent state surrounded by the Ottoman Empire. The last Metropolitan, Petar II Petrovic Njegos, before his death he named his nephew Danilo as his successor. When Njegos died, the Senate, under influence of Djordjije Petrovic, proclaimed Njegos's elder brother Pero Tomov Petrovic as Prince and not Vladika. Nevertheless, in a brief struggle for power, Pero Tomov, who commanded the support of the Senate, lost to the much younger Danilo who had more support among the people. In $YEAR$ Danilo proclaimed the secular Principality of Montenegro with himself as Prince and formally abolished theocracy.;;;;;;;;;;;;; +EVT98649OPTA;Long Live the King!;;;;;;;;;;;;; +EVT98649OPTB;The Prince-Bishopric will remain as it is.;;;;;;;;;;;;; +EVTNAME97117;Afghan Tribes;;;;;;;;;;;;; +EVTDESC97117;The Afghan tribes know the territory and are now united against the enemy occupation. Onwards!;;;;;;;;;;;;; +EVT97117OPTA;We will defeat the foreigners.;;;;;;;;;;;;; +EVTNAME952512;The Jihad Ends in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC952512;As $PROVINCENAME$ returns to Islamic hands, the flames of the Jihad start to die down.;;;;;;;;;;;;; +EVT952512OPTA;Allah be praised!;;;;;;;;;;;;; +EVTNAME952511;The Aceh Jihad;;;;;;;;;;;;; +EVTDESC952511;In the aftermath of our conquest of Aceh, some of the most extremist elements of the Sunni community in Aceh declared a jihad against our government. $COUNTRY_ADJ$ citizens and personnel are targeted by sporadic suicidal attacks by Acehnese patriots influenced by the Hikayat Perang Sabil and other proscribed texts. Acehnese resentment was further stoked by a system of forced corvee labor where subjects were required to work on government roadwork projects for 24 days a year. By $YEAR$, Aceh had reverted to a state of full-scale guerrilla warfare and the necessity of regular troops stationed in former Acehnese territory is vital.;;;;;;;;;;;;; +EVT952511OPTA;We will quell this rebellion.;;;;;;;;;;;;; +EVTNAME952510;Negotiations Break Up;;;;;;;;;;;;; +EVTDESC952510;Our negotiations over our colonial disputes regarding the Aceh Sultanate and our colonies in Africa and the Dutch and our colonies in Asia came to a halt as the Dutch government refused all of our offers. Our relation will suffer because of this.;;;;;;;;;;;;; +EVT952510OPTA;A pity.;;;;;;;;;;;;; +EVTNAME952509;The $COUNTRY_ADJ$ - $FROMCOUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC952509;The Dutch agreed to transfer ownership of some coastal colonies to us. The diplomats made the necessary arrangements and the colonies are already in our power.;;;;;;;;;;;;; +EVTNAME952508;The Gold Coast Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC952508;The Dutch agreed to our demands and are transferring ownership of their colonies in the Gold Coast to us.;;;;;;;;;;;;; +EVTNAME952507;The $FROMCOUNTRY_ADJ$ Refuse;;;;;;;;;;;;; +EVTDESC952507;$FROMCOUNTRY_ADJ$ diplomats informed us that their government reject our most reasonable offers, and that their protectorate over the Sultanate of Aceh will continue.;;;;;;;;;;;;; +EVT952507OPTA;They will regret this.;;;;;;;;;;;;; +EVTDESC952506;$FROMCOUNTRY_ADJ$ diplomats returned with their government demands: they want some of our coastal colonies in exchange for letting us conquer Aceh without interference. They won't help us conquering the Sultanate, but at least they will not get in our way and will work so other Great Powers don't get in your way.;;;;;;;;;;;;; +EVT952505OPTB;These demands are an outrage! We will never agree to this.;;;;;;;;;;;;; +EVTNAME952506;The $FROMCOUNTRY_ADJ$ Proposal;;;;;;;;;;;;; +EVTNAME952505;The Gold Coast Proposal;;;;;;;;;;;;; +EVTDESC952505;$FROMCOUNTRY_ADJ$ diplomats returned with their government demands: they want out possessions in the Gold Coast of Africa, a colony they long claim and covet, in exchange for letting us conquer Aceh without interference. They won't help us conquering the Sultanate, but at least they will not get in our way and will work so other Great Powers don't get in your way.;;;;;;;;;;;;; +EVTNAME952504;The $FROMCOUNTRY_ADJ$ Have Agreed;;;;;;;;;;;;; +EVTDESC952504;$FROMCOUNTRY_ADJ$ diplomats inform us our request was granted, and that we may attack the Sultanate of Aceh. They didn't even ask for anything in return.;;;;;;;;;;;;; +EVT952504OPTA;Wonderful News! Make the necessary arrangements.;;;;;;;;;;;;; +EVT952504OPTB;We are not interested in this anymore.;;;;;;;;;;;;; +EVTNAME952503;The Dutch Proposal;;;;;;;;;;;;; +EVTDESC952503;The Dutch approached us about our protectorate in the Sultanate of Aceh. We long had disputes and issues as who is the rightful protector of the territories occupied by the Sultanate of Aceh and the Sultanate of Siak, as well as other emerging conflicts in Asia. They are willing to trade a colony with us and settle our disputes if we relinquish our protectorate over Aceh and turn a blind eye when they try to conquer it. \n\n§RNOTE: Make sure the Dutch own provinces in the Gold Coast if you select the second option.§W;;;;;;;;;;;;; +EVT952503OPTA;Let them have it, we don't need anything in exchange.;;;;;;;;;;;;; +EVT952503OPTB;Their possessions in the Gold Coast would make a nice deal.;;;;;;;;;;;;; +EVT952503OPTC;Any colony will do.;;;;;;;;;;;;; +EVT952503OPTD;Aceh is not for sale.;;;;;;;;;;;;; +EVTNAME952502;The Jambi Sultanate;;;;;;;;;;;;; +EVTDESC952502;In the past, minor conflicts with the Dutch (the Indonesian colonial possessions of which are now nationalized as the Dutch East Indies) who were well established in Palembang, meant the Dutch increasingly felt the need to control the actions of Jambi. They coerced Sultan Facharudin to agree to greater Dutch presence in the region and control over trade, although the sultanate remained nominally independent. In $YEAR$ the Dutch, apparently concerned over the risk of competition for control from other foreign powers, started to draw plans to invade Jambi from their other Indonesian colonies.;;;;;;;;;;;;; +EVT952502OPTA;The Jambi must be brought into the fold.;;;;;;;;;;;;; +EVTNAME952501;The Sultanates Refuse;;;;;;;;;;;;; +EVTDESC952501;The Sultanates of Yogyakarta and Surakarta refused our demand and expelled our diplomats of their courts.;;;;;;;;;;;;; +EVT952501OPTA;This requires immediate action.;;;;;;;;;;;;; +EVT952501OPTB;It's better to forgive and forget.;;;;;;;;;;;;; +EVTNAME952500;The Dutch Demand;;;;;;;;;;;;; +EVTDESC952500;The Dutch demand that we submit ourselves to their direct control, as a colonial province, so they may bring civilization to our people.;;;;;;;;;;;;; +EVT952500OPTA;We have no choice but to surrender.;;;;;;;;;;;;; +EVT952500OPTB;We will fight to the last man.;;;;;;;;;;;;; +EVTNAME60168006;$PROVINCENAME$ Goes Dark;;;;;;;;;;;;; +EVTDESC60168006;Reports came in today that street lights and lines in $PROVINCENAME$ have been badly damaged during the skirmishes that happened with enemy troops. Lines and poles have been hit by artillery fire, damaged by bullets or had the supply purposely cut, the poles dug and knocked down in an attempt to turn the fight in their favor and hide their position.;;;;;;;;;;;;; +EVT60168006OPTA;Define a rebuilding plan.;;;;;;;;;;;;; +EVTNAME60168005;Sabotage in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC60168005;A locomotive hurriedly passed by the $PROVINCENAME$ railroad during dusk while human silhouettes snuck out of the railroad. They hit the wooden keys used to hold the rails in chairs with a hammer, diverting the train to a more sinuous track while forward other figures moved objects in the rail. The train was wrecked by putting objects on the high rail at a curve, and contained tons of supplies for our troops fighting in the province. Later on that night, one of our railroad bridges in $PROVINCENAME$ was burned to the ground, with no culprits found. These actions are believed to be the work of the enemy and severely crippled our railroad network.;;;;;;;;;;;;; +EVT60168005OPTA;A minor setback.;;;;;;;;;;;;; +EVTNAME60168004;$PROVINCENAME$ Fort Damaged;;;;;;;;;;;;; +EVTDESC60168004;Bullets whistled as the morning came in $PROVINCENAME$. Enemy soldiers engaged our troops in the roads, their drums hoaring in the distance. Our local fort was spearheading the defense, soldiers taking turns crouching to reload and standing up to fire at the enemies. A group of enemy saboteurs snuck in one of the fort walls and managed to blew it up with explosives, severely damaging the fort's structure.;;;;;;;;;;;;; +EVT60168004OPTA;We shall rebuild.;;;;;;;;;;;;; +EVTOPTC441266;Long Live Liberia!;;;;;;;;;;;;; +EVTNAME98648;The Selling of Zeyla;;;;;;;;;;;;; +EVTDESC98648; After the Egyptians withdrew from the Yemeni seaboard in 1841, Haj Ali Shermerki, a successful and ambitious Somali merchant, is offering to purchase executive rights over Zeila.;;;;;;;;;;;;; +EVT98648OPTA;Agree.;;;;;;;;;;;;; +EVT98648OPTB;We need the city more.;;;;;;;;;;;;; +EVTNAME3697006;The Pioneer Column;;;;;;;;;;;;; +EVTDESC3697006;The Pioneer Column was a force raised by Cecil Rhodes and his British South Africa Company in $YEAR$ and used in his efforts to annex the territory of Mashonaland. Rhodes was anxious to secure Matabeleland and Mashonaland before the Germans, Portuguese or Boers did. His first step was to persuade the Matabele King Lobengula to sign a treaty giving him rights to mining and administration (but not settlement as such) in the area of Mashonaland which was ruled by the King by use of coercion and murderous raids involved tribute-taking and abduction of young men and women. Using his Concession between Rhodes' British South Africa Company and Lobengula, he then sought and obtained a charter from the British government allowing him to act. The column crossed the river Tuli into Matabeleland and halted at a naturally flat and marshy meadow bounded by a steep rocky hill, raising the British union flag.;;;;;;;;;;;;; +EVT3697006OPTA;For $COUNTRY$!;;;;;;;;;;;;; +EVT3697006OPTB;To our pioneers!;;;;;;;;;;;;; +EVTNAME5000002;The Polish Uprising;;;;;;;;;;;;; +EVTDESC5000002;;After Russia was defeated in war, the Poles, Lithuanians and other minorities in Russia are getting restless. The uprising began as a spontaneous protest by young Poles against conscription into the Imperial Russian Army. It was soon joined by high-ranking Polish-Lithuanian officers and various politicians. In Vilnius alone 116 demonstrations were held in $YEAR$. Much of these manifestations in Vilnius ended in clashes with the Imperial Russian Army. In spite of Russian police and Cossack interference, a symbolic meeting of hymn-singing Poles and Lithuanians took place on the bridge across Niemen River. The crowds sang "God protect Poland" in Lithuanian and Belorussian. If we join the Uprising now, we might be able to gather arms and international support.;;;;;;;;;;;; +EVTOPT5000002A;The Poles will get their freedom.;;;;;;;;;;;;; +EVTOPT5000002B;We should be loyal subjects.;;;;;;;;;;;;; +EVTNAME60055557;The Serfdom Question;;;;;;;;;;;;; +EVTDESC60055557;One of the main reasons that led to the Krakow Uprising spreading to our polish lands is the serfdom question. Modern nations already abolished this medieval institution that persists in our country, and many in our country advise that it's now the time to modernize $COUNTRY$, and the first step is the abolition of serfdom. The question remains, however, to who belongs the lands the serfs worked on. The aristocracy claims the land is theirs and the serfs should find their own lands, while the serfs argue that the land is theirs by the right of use.;;;;;;;;;;;;; +EVT60055557OPTA;Give the lands to the freed serfs.;;;;;;;;;;;;; +EVT60055557OPTB;The land belongs to the aristocracy.;;;;;;;;;;;;; +EVT60055557OPTC;Distribute the lands to the serfs, but pay a compensation to the nobility.;;;;;;;;;;;;; +EVT60055557OPTD;This is not the time to abolish serfdom.;;;;;;;;;;;;; +EVTNAME32533;The Retreat;;;;;;;;;;;;; +EVTDESC32533;'On the third day they were attacked by the Manchu from all points, and a fearful slaughter ensued… The troops kept on and awful scenes took place. Without food, mangled and cut to pieces, each one caring only for himself, all subordination had fled, and the soldiers of the forty-fourth $COUNTRY_ADJ$ regiment are reported to have knocked down their officers with the butts of their muskets. Just seven days after the retreat commenced, one man, bloody and torn, mounted on a miserable pony, and pursued by horsemen, was seen riding furiously across the plains to the Coast. The sole survivor to tell the tale of the Sahaliyan Ula ambush.'\nOur attempts to expel the Manchu from Outer Manchuria have been met with stiff resistance and our troops suffered a major blow while trying to expel them.;;;;;;;;;;;;; +EVT32533OPTA;Drat.;;;;;;;;;;;;; +EVTNAME32532;Manchus Expelled from Outer Manchuria;;;;;;;;;;;;; +EVTDESC32532;In $YEAR$ I was quartered in Outer Manchuria. An order came from $CAPITAL$ that the Manchus inhabiting the frontier towns and village be deported to the interior. It was said then that this was only a precautionary measure. I saw at that time large convoys of Manchus exiting Outer Manchuria. They were mostly old men, women and children. Some of the able-bodied men had been recruited in the Chinese Army and many had fled to Russia. The massacres had not begun yet. Later, an order came to deport to China all the Manchus in Outer Manchuria. The destination of all these Manchus is Ninguta. There they are kept crowded in all available vacant houses, temples, courtyards and open lots. Their condition in Ninguta is beyond description. I personally visited several of the places where they were kept and found them starving and dying by the hundreds every day. Our efforts to expel the Manchu from Outer Manchuria have paid off. Outer Manchuria is now closer to us than ever before.;;;;;;;;;;;;; +EVT32532OPTA;For the Glory of $COUNTRY$!;;;;;;;;;;;;; +EVTDESC232000003;One of our explorers found a massive body of water in Africa, and he claims that it's the true source of the Nile! Upon preliminary reports, it seems that what was found is a huge lake that might as well be the source of the Nile. He insists we should call this discovery Lake Victoria.;;;;;;;;;;;;; +EVTOPTA232000003;Oh well.;;;;;;;;;;;;; +EVTNAME232000000;The Source of the Nile Discovered?;;;;;;;;;;;;; +EVTDESC232000000;I saw, about four miles to the left, a sheet of water, which ultimately proved to be a creek and the southernmost part of what the Arabs call the Ukerewe Sea. Convinced that I finally found the source of the Nile, I went down a grassy and jungly depression into a deep, dirty, viscid nullah, which communicated with the southern end of the creek, which we named Jordan. As we followed the creek, that increased in breadth as it extended northwards, we saw many little islands in Ukerewe, well wooded, standing boldly out of the water. The journey continued through another tortuous day until we reached the village of Isamiro, where the view was clearer and better. In the distant horizon a calm sea line started to appear between north and west. Even in a well known country the view would have attracted attention for its placid beauty, he thought to himself. He felt he had solved the great old riddle.;;;;;;;;;;;;; +EVTOPTA232000000;We shall name it...;;;;;;;;;;;;; +EVTOPTB232000000;Perhaps it should be called...;;;;;;;;;;;;; +EVTOPTC232000000;Our $MONARCHTITLE$ would be satisfied with the name...;;;;;;;;;;;;; +EVTOPTD232000000;This great body of water will be known as...;;;;;;;;;;;;; +EVTOPTE232000000;We need a name worthy of it's beauty...;;;;;;;;;;;;; +EVTNAME441266;The Colony of Liberia;;;;;;;;;;;;; +EVTDESC441266;In 1820, the American Colonization Society (ACS) began sending African American volunteers to the Pepper Coast to establish a colony for freed African Americans. The ACS, a private organization supported by prominent American politicians such as Abraham Lincoln, Henry Clay, and James Monroe, believed repatriation was preferable to emancipation of slaves, and they founded a colony on what is known as Liberia. The colony of Liberia was poor and economically dependent on the ACS, resulting that by the 1840s, the ACS was effectively bankrupt: Liberia had become a financial burden for it. When the American Colonization Society intimated that Liberia should cease its dependency on it, Joseph Roberts, the colony first black governor, proclaimed it an independent republic in $YEAR$.;;;;;;;;;;;;; +EVTOPTA441266;We recognize Liberia's independence.;;;;;;;;;;;;; +EVTOPTB441266;Pay their debts and keep the colonies.;;;;;;;;;;;;; +EVTNAME98647;The King of Fur and the King of Slaves;;;;;;;;;;;;; +EVTDESC98647;The area known as the Bahr el Ghazal in South Sudan had long been the source of the goods that Darfur would trade to Egypt and North Africa, especially slaves and ivory. The natives of Bahr el Ghazal paid tribute to Darfur, and these were the chief articles of merchandise sold by the Darfurians to the Egyptian traders along the road to Asyut. Al-Zubayr redirected this flow of goods to Khartoum and the Nile with his conquest of South Sudan. Now, Sultan Ibrahim of Darfur insulted and challenged al-Zubayr who allied himself with his former enemies the Egyptians.;;;;;;;;;;;;; +EVT98647OPTA;They will pay for this.;;;;;;;;;;;;; +EVT98647OPTB;Let it go.;;;;;;;;;;;;; +EVTNAME98646;Al-Zubayr's Trading Empire;;;;;;;;;;;;; +EVTDESC98646;The lack of formal authority in South Sudan, which was claimed by Egypt, was filled in the 1850s by a set of powerful merchant princes. In the east Muhammad Ahmad al-Aqqad controlled much land, but the most powerful was Al-Zubayr Rahma Mansur who came to control the Bahr el Ghazal and other parts of South Sudan. Al-Zubayr was a merchant from Khartoum, who hired his own private army and marched south. He set up a network of trading forts known as zaribas through the region, and from these forts controlled local trade. To manage the trade al-Zubayr needed labor, and thus also began to capture a significant number of slaves. To his mercenary force he conscripted a large slave army.;;;;;;;;;;;;; +EVT98646OPTA;We need to put up with him for now.;;;;;;;;;;;;; +EVTNAME98645;The Mahdist Revolt Succeeds;;;;;;;;;;;;; +EVTDESC98645;The Mahdists in Sudan held Khartoum for months and their insurrection raged in Sudan. After our failure to put them down, they are declaring independence and forming a new fundamentalist state in Sudan.;;;;;;;;;;;;; +EVT98645OPTA;Barbarians.;;;;;;;;;;;;; +EVT98645OPTB;Long Live the Caliph!;;;;;;;;;;;;; +EVTNAME955180;$FROMCOUNTRY$ Refuses;;;;;;;;;;;;; +EVTDESC955180;$FROMCOUNTRY$ refuses our demands, leaving no other option but direct military intervention.;;;;;;;;;;;;; +EVT955180OPTA;They will regret this.;;;;;;;;;;;;; +EVTNAME955179;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;; +EVTDESC955179;$FROMCOUNTRY$ accepted our proposal and we are now establishing the governmental structures to exert direct control over Sudan.;;;;;;;;;;;;; +EVT955179OPTA;All hail $COUNTRY$! §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVTNAME955178;$FROMCOUNTRY$ Demand;;;;;;;;;;;;; +EVTDESC955178;The foreigners of $FROMCOUNTRY$ think our nation is not stable enough, and they offer to stabilize Sudan. In exchange, they would give us advisers and would help us modernize our country. Refusing might lead to them supporting Sudanese rebels in an attempt to divide and conquer.;;;;;;;;;;;;; +EVT955178OPTA;We accept.;;;;;;;;;;;;; +EVT955178OPTB;We don't need their help.;;;;;;;;;;;;; +EVTNAME955177;Hegemony Over the Nile;;;;;;;;;;;;; +EVTDESC955177;Egypt has been unstable for some time, and strategists in our countries think this is the time to act. Pursuing a policy of divide and rule, they are keen to reverse the process, started under Muhammad Ali, of uniting the Nile Valley under Egyptian leadership, and sought to frustrate all efforts aimed at further uniting the two countries. This, they argue, would be severely beneficial for out country and eliminate what could be a threat for our interests in the area, making them more weak and dependent on us. In exchange for their cooperation, we would help our allies with advisors and monetary compensation in the form of 50,000¤.;;;;;;;;;;;;; +EVT955177OPTA;Sudan needs to be under our direct control.;;;;;;;;;;;;; +EVT955177OPTB;There's no need to act.;;;;;;;;;;;;; +EVTNAME49517;The Death of Soshangane;;;;;;;;;;;;; +EVTDESC49517;The death of Soshangane, the chief of Gaza, made his fragile chiefdom descend in a spiral of chaos as his sons, Mzila and Mawewe, fight for the throne. Soshangane's armies, that once overran the Portuguese settlements at Delagoa Bay, Inhambane and Sena, now turn their gaze inwards as the chiefdom slowly edges towards civil war. It goes without saying that this represents an optimal opportunity to take some of these lands back, and several individuals in the colonies already began to take advantage of this situation.;;;;;;;;;;;;; +EVT49517OPTA;Let us extend the $COUNTRY_ADJ$ Empire.;;;;;;;;;;;;; +EVTNAME49516;Lourenço Marques;;;;;;;;;;;;; +EVTDESC49516;On the northern bank of Espírito Santo Estuary of Delagoa Bay, an inlet of the Indian Ocean, Lourenço Marques was named after the Portuguese navigator. The forts and trading stations that the Portuguese established, abandoned and reoccupied on the north bank of the river, were all called Lourenço Marques. Our previous settlement in the area was entirely destroyed by the natives, and now it's the time to get it back. Our advisors tell us that sending a military expedition to secure the town should be enough for now. They also report come that the city of Inhambane, destroyed by Soshangane in 1834, was rebuilt and prosper, allowing us to exert control over its surrounding territories once again.;;;;;;;;;;;;; +EVT49516OPTA;Lourenço Marques was once ours, and it shall be again!;;;;;;;;;;;;; +EVTNAME49514;The Sultanate of Mataka;;;;;;;;;;;;; +EVTDESC49514;Several years ago, an European expedition accompanied by black guides and workers entered the lands of Mwembe with a purpose that is not fully understood, theoretically in direction of Lake Niassa. Somewhere along the Yao territory the expedition was ambushed, the Europeans were killed and the Africans enslaved. It is said among the Wayao that Ce Bwonomali devoured the head of the commanding officer after he sprinkled it with piri-piri pepper and declared that it was "fish." It is also said he kept the skull which now served to make libations, passing this legacy to his successor, and that hence forth, all the Mataka used for the same purpose. \n Our military leaders proposed a payback in the form of a military expedition against these barbarians so we can bring this uncivilized territory under our control.;;;;;;;;;;;;; +EVT49514OPTA;This can't stand.;;;;;;;;;;;;; +EVT49514OPTB;Maybe we shouldn't mess with them.;;;;;;;;;;;;; +EVTNAME3697005;The Canadian Border;;;;;;;;;;;;; +EVTDESC3697005;With other nations bordering the territory we claim in Canada, the safer course is to control the empty bordering provinces so we can be sure the territorial integrity of Canada will not be violated.;;;;;;;;;;;;; +EVT3697003OPTA;We need to protect our interests.;;;;;;;;;;;;; +EVTNAME441255;Fort Vancouver;;;;;;;;;;;;; +EVTDESC441255;Ever since we acquired Washington, Fort Vancouver has lost its importance and was overshadowed by other settlements in the area. Of these, one called Seattle seems to be the one gathering more momentum, and several politicians have suggested we make this settlement the new capital of the region.;;;;;;;;;;;;; +EVTOPTA441255;Motion carries.;;;;;;;;;;;;; +EVTOPTB441255;Motion dismissed.;;;;;;;;;;;;; +EVTNAME34612;The Constitution of Prussia;;;;;;;;;;;;; +EVTDESC34612;In an attempt to quell the flames of the revolution, Frederick William issued Prussia's first constitution by his own authority in $YEAR$. This document — moderate by the standards of the time but conservative by today's standards — provided for a two-house parliament. The lower house, or Landtag was elected by all taxpayers, who were divided into three classes whose votes were weighted according to the amount of taxes paid. Women and those who paid no taxes had no vote. This allowed just over one-third of the voters to choose 85% of the legislature, all but assuring dominance by the more well-to-do men of the population.;;;;;;;;;;;;; +EVTOPTA34612;We welcome these changes.;;;;;;;;;;;;; +EVTOPTB34612;Repel the Constitution.;;;;;;;;;;;;; +EVTNAME96171;The Duchy of Lucca;;;;;;;;;;;;; +EVTDESC96171;Need for money led the Duke of Lucca, on the advice of Ward, who became Minister of Finance, to claim tax credits for titles dating back thirty years. All these resulted in general dissatisfaction. A liberal movement began to grow in Lucca where in $YEAR$ there was a series of demonstrations, culminating in a full-scale riot. At first Charles Louis, the Duke, tried to assert his authority, but the continuous unrest forced him to take refuge in the Villa of San Martino in Vignale. Alarmed at the sight of a crowd that wanted to submit some reforms, he signed a series of concessions. Three days later, under pressure from many citizens, he returned to Lucca, where he was welcomed triumphantly. However he was unable to cope with the pressure and on he left for Modena. From there, he issued a decree that converted the Council of State in a Council of Regency. Some days later he abdicated in favor of the ruler of $COUNTRY$.;;;;;;;;;;;;; +EVTOPTA96171;Good News!;;;;;;;;;;;;; +EVTNAME16452;The Abolition of Slavery;;;;;;;;;;;;; +EVTDESC16452;Section 1. Neither slavery nor involuntary servitude, except as a punishment for crime whereof the party shall have been duly convicted, shall exist within the United States, or any place subject to their jurisdiction.\n Section 2. Congress shall have power to enforce this article by appropriate legislation.\n\nWith the end of the war, the Congress has drafted the Thirteenth Amendment to the United States Constitution, dealing with the formal abolition of Slavery. Pro abolitionist figures argue that it will transform our "half slave and half free" country to one in which the constitutionally guaranteed "blessings of liberty" would be extended to the entire populace, including the former slaves and their descendants.;;;;;;;;;;;;; +EVTOPTA16452;Let this dark business end here.;;;;;;;;;;;;; +EVTOPTB16452;The war is over, we can do what we want.;;;;;;;;;;;;; +EVTNAME33039;The Invasion of the Rhine;;;;;;;;;;;;; +EVTDESC33039;They stand, a hundred thousand strong,\nQuick to avenge their country's wrong,\nWith filial love their bosoms swell\nThey shall guard the sacred landmark well.\nWhile still remains one breath of life,\nWhile still one fist can draw a knife,\nOne gun still fired with one hand,\nNo foe will stand on this Rhine sand.\n\n$COUNTRY$ is calling for national unity against foreign aggression on what is seen as German lands. Nationalism is quickly rising in the German Confederation.;;;;;;;;;;;;; +EVTNAME33038;The Invasion of the Rhine;;;;;;;;;;;;; +EVTDESC33038;As the Rhine was taken by foreign aggression, German nationalism has reached a critical point. The question was posed whether we should stand with our German brothers and united to protect our land or if we will continue separate.;;;;;;;;;;;;; +EVT33038OPTA;For the greater good of Germany, we stand together.;;;;;;;;;;;;; +EVT33038OPTB;Our path is not together.;;;;;;;;;;;;; +EVT33038OPTC;For Germany!;;;;;;;;;;;;; +EVT33039OPTB;North and South should walk together!;;;;;;;;;;;;; +EVTNAME33037;The Rhine Question;;;;;;;;;;;;; +EVTDESC33037;The territories of the Left Bank of the Rhine, which French troops had conquered in 1795, had been returned to German (mostly Prussian) control after the 1815 Congress of Vienna, forming the Rhine Province. In $YEAR$, France shifted its focus to the Rhine and the French government, led by Adolphe Thiers, restated its claim to the areas on the left bank, re-establishing the Rhine as its natural border.;;;;;;;;;;;;; +EVT33037OPTA;The Rhine is France's natural eastern border.;;;;;;;;;;;;; +EVT33037OPTB;Send an apology to the Germans.;;;;;;;;;;;;; +EVT33037OPTC;Let's go a step beyond that claim.;;;;;;;;;;;;; +EVTNAME3697002;German Ambitions in Africa;;;;;;;;;;;;; +EVTDESC3697002;The Germans have been making more and more frequent expeditions to west Africa near Cape Colony. Each passing day, they found cities and name places. If we are to forestall German ambitions in the region and to ensure safe passage of British ships around the Cape, we need to secure Ezorongondo.;;;;;;;;;;;;; +EVT3697002OPTA;It's for the best.;;;;;;;;;;;;; +EVTNAME19355;Great Wars;;;;;;;;;;;;; +EVTDESC19355;We have before us an ordeal of the most grievous kind. We have before us many, many months of struggle and suffering. You ask, what is our policy? I say it is to wage war by land, sea, and air. War with all our might and with all the strength God has given us, and to wage war against a monstrous tyranny never surpassed in the dark and lamentable catalog of human crime. That is our policy. You ask, what is our aim? I can answer in one word. It is victory. Victory at all costs – Victory in spite of all terrors – Victory, however long and hard the road may be, for without victory there is no survival. \n\nGrowing national pride in countries around the world has reached the point where people will not accept anything less than total victory when Great Powers clash. From now on, any conflict with at least two Great Powers on each side will be regarded as a Great War.;;;;;;;;;;;;; +EVTOPTA19355;God help us all.;;;;;;;;;;;;; +EVTNAME4433;Article 1: The Enemies of $COUNTRY$;;;;;;;;;;;;; +EVTDESC4433;One way or another -- I will tell you quite openly -- we must finish them off. The $MONARCHTITLE$ put it into words once: should they succeed in setting off another war, then the blood sacrifice shall not be made only by the peoples driven into war, but then they will have met their end... But what should be done with them? In $CAPITAL$ we were told: why are you making all this trouble? We don't want them either! Gentlemen, I must ask you to steel yourselves against all considerations of compassion...\nA new decree by the $COUNTRY_ADJ$ $MONARCHTITLE$ takes aim at the perceived enemies of the party and the state. This decree strips them of citizenship and several rights. Now as the $MONARCHTITLE$ prepares to sign the decree singling out...;;;;;;;;;;;;; +EVTOPTA4433;...religious minorities, the cause of all $COUNTRY_ADJ$ problems.;;;;;;;;;;;;; +EVTOPTB4433;...cultural minorities that are poisoning the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVTNAME4434;Article 2: Setting Up the Interment Camps;;;;;;;;;;;;; +EVTDESC4434;Order of Protective Custody: Based on Article 2 of the Decree of the $COUNTRY_ADJ$ $MONARCHTITLE$ for the Protection of People and State of $YEAR$, you are taken into protective custody in the interest of public security and order. Reason: Suspicion of activities inimical toward the State."\nA dispatch came from $CAPITAL$. The $COUNTRY_ADJ$ secret police is looking to establish internment camps for the enemies of the $COUNTRY_ADJ$ people, based on a recent decree by our leader. The question of where these camps will be set up, however, is still up for a decision.;;;;;;;;;;;;; +EVTOPTA4434;Set them up in our colonies.;;;;;;;;;;;;; +EVTOPTB4434;Set them up in our homeland.;;;;;;;;;;;;; +EVTOPTC4434;Set them up in the colonies and homeland. §RAdds 1 point to the "slowdown" scale.;;;;;;;;;;;;; +EVTNAME4432;The Walvis Bay;;;;;;;;;;;;; +EVTDESC4432;More and more people flock to Ezorongondo and they started calling it, in every language, the Whale Bay or Walvis Bay.;;;;;;;;;;;;; +EVTOPTA4432;We better rename it then.;;;;;;;;;;;;; +EVTNAME85031;Foreign Claims;;;;;;;;;;;;; +EVTDESC85031;For better or for worse, the issue of foreign claims in Korea has been settled.;;;;;;;;;;;;; +EVT85031OPTA;That issue is settled, at last.;;;;;;;;;;;;; +EVTNAME44124;The Massachusetts Child Labor Act;;;;;;;;;;;;; +EVTDESC44124;Today in Massachusetts, a new Child Labor Act was passed, limiting children’s work days to 10 hours and imposing severe restrictions on jobs they can do as well as imposing mandatory school attendance. Several other states passed similar laws after Massachusetts and with this opportunity we could make it a federal law.;;;;;;;;;;;;; +EVTOPTA44124;Good idea!;;;;;;;;;;;;; +EVTOPTB44124;Our children don't need that.;;;;;;;;;;;;; +EVTNAME4431;The Workers' Revolution;;;;;;;;;;;;; +EVTDESC4431;The time has come to complete the workers' revolution. We will drag the fat cats out of their hidings and we will seize the riches they got from exploiting the proletariat! Will they toil as generations of oppressed have toiled or they are too set in their capitalistic ways and might put the revolution in danger?;;;;;;;;;;;;; +EVTOPTA4431;Make them work like never before!;;;;;;;;;;;;; +EVTOPTB4431;The revolution can't be endangered. We need to get rid of them.;;;;;;;;;;;;; +EVTNAME44123;Wagon Train of $YEAR$;;;;;;;;;;;;; +EVTDESC44123;John Gantt, a former U.S. Army Captain and fur trader, was contracted to guide a wagon train with about 300-1000 emigrants to Fort Hall for 1 dollar per person in $YEAR$. The winter before, Marcus Whitman had made a brutal mid-winter trip from Oregon to St. Louis to appeal a decision by his Mission backers to abandon several of the Oregon missions. He joined the wagon train at the Platte River for the return trip. When the pioneers were told at Fort Hall by agents from the Hudson's Bay Company that they should abandon their wagons there and use pack animals the rest of the way, Whitman disagreed and volunteered to lead the wagons to Oregon. He believed the wagon trains were large enough that they could build whatever road improvements they needed to make the trip with their wagons. The biggest obstacle they faced was in the Blue Mountains of Oregon where they had to cut and clear a trail through heavy timber. Finally, they arrived in Oregon and settled the land.;;;;;;;;;;;;; +EVTOPTA44123;And now Oregon is firmly in our hands.;;;;;;;;;;;;; +EVTNAME34610;The Great Fire of $YEAR$ in Hamburg;;;;;;;;;;;;; +EVTDESC34610;On a night of $YEAR$, a fire broke out in a house of the "Deichstraße" (dyke street) in Hamburg. The night watchmen made noise with rattles and calls. The soldiers on guard fired signal shots, and the guardians in the spires rang the fire bells. So the fire-brigade was called. Greedily the fire spread to the wooden half timbered houses. It jumped over the Deichstraßenfleet (fleet, canal), more than 7 meters wide, to the houses of the Steintwiete (lane). Within shortest time the ware-houses in the Steintwiete and the houses down to Roedingsmarkt (marketplace) were ablaze. The close lanes became deadly traps. Fire engines could not get into the small and crowded lanes. People panicked and tried to escape. About a quarter of the inner city of Hamburg was destroyed and the fire lasted 4 days, destroying three churches, the town hall, countless other building and left an estimated 20,000 homeless.;;;;;;;;;;;;; +EVTOPTA34610;A national tragedy.;;;;;;;;;;;;; +EVTOPTA34611;Send all the help we can.;;;;;;;;;;;;; +EVTOPTB34611;Send the minimum amount.;;;;;;;;;;;;; +EVTOPTC34611;We can't afford anything right now.;;;;;;;;;;;;; +EVTNAME95519;The Mfecane;;;;;;;;;;;;; +EVTDESC95519;Around 1821, the Zulu general Mzilikazi of the Khumalo clan defied Zulu king Shaka, and set up his own kingdom. He quickly made many enemies, not only with the Zulu king, but also with the Boers, Griqua and Tswana. Defeats in several clashes convinced Mzilikazi to move north towards Swaziland. Going north and then inland westward along the watershed between the Vaal and the Limpopo rivers, Mzilikazi and his followers, the AmaNdebele, (called Matabele in English) established an Ndebele state. During this period, the Matabele left a trail of destruction in their wake. Roughly starting from 1826 to $YEAR$, widespread killings and devastation were ordered to remove all opposition. Mzilikazi reorganized the territory to establish the new Ndebele order. The death toll has never been satisfactorily determined, but the whole region became nearly depopulated.;;;;;;;;;;;;; +EVT95519OPTA;For the new Ndebele order!;;;;;;;;;;;;; +EVTNAME98262;Diamonds Discovered!;;;;;;;;;;;;; +EVTDESC98262;In $YEAR$, Erasmus Jacobs found a small brilliant pebble on the banks of the Orange River, on the farm De Kalk leased from local Griquas, near Hopetown, which was his father's farm. He showed the pebble to his father who sold it. It proved to be a 21.25 carat diamond, and became known as the Eureka. The Cape Colony, Transvaal, Orange Free State and the Griqua leader Nikolaas Waterboer all laid claim to the diamond fields. The Free State Boers in particular wanted the area as it lay inside the natural borders created by Orange and Vaal Rivers. Following the mediation that was overseen by the governor of Natal, the Keate Award went in favor of Waterboer, who placed himself under $COUNTRY_ADJ$ protection.!;;;;;;;;;;;;; +EVT98262OPTA;Great!!;;;;;;;;;;;;; +EVTNAME95518;Matabele Is Overrun by Boers!;;;;;;;;;;;;; +EVTDESC95518;Matabele core territory was overrun by Boer soldiers. King Mzilikazi gathered his followers and started marching north in search of territory to settle, eventually invading the Rozwi Empire and taking their lands. Many of the Kalanga people were incorporated and the rest were made satellite territories who paid tribute to the Matabele Kingdom. Mzilikazi called his new nation Mthwakazi, a Zulu word which means something which became big at conception, in Zulu "into ethe ithwasa yabankulu" but the territory was called Matabeleland by Europeans. Mzilikazi organized this ethnically diverse nation into a militaristic system of regimental towns and established his capital at Bulawayo ("the place of killing").;;;;;;;;;;;;; +EVT95518OPTA;At least we didn't lose everything.;;;;;;;;;;;;; +EVTNAME95517;The Flight of Mzilikazi;;;;;;;;;;;;; +EVTDESC95517;After the defeat of King Mzilikazi and conquest of Matabele by $COUNTRY$, the former king of Matabele escaped. In $YEAR$, some 20,000 Ndebele, descendants of the Zulus in South Africa and led by Mzilikazi, invaded the Kalanga Rozwi Empire. Many of the Kalanga people were incorporated and the rest were made satellite territories who paid tribute to the Ndebele Kingdom. He called his new nation Mthwakazi, a Zulu word which means something which became big at conception, in Zulu "into ethe ithwasa yabankulu" but the territory was called Matabeleland by Europeans. Mzilikazi organized this ethnically diverse nation into a militaristic system of regimental towns and established his capital at Bulawayo ("the place of killing"). Mzilikazi was a statesman of considerable stature, able to weld the many conquered tribes into a strong, centralized kingdom.;;;;;;;;;;;;; +EVT95517OPTA;Worrying news.;;;;;;;;;;;;; +EVTNAME95516;$COUNTRY$ Modernization;;;;;;;;;;;;; +EVTDESC95516;With the modernization of $COUNTRY$, our country military suffered profound changes in tactics and equipment. Our old military tactics are all but ineffective.;;;;;;;;;;;;; +EVT95516OPTA;These new weapons will suffice anyway.;;;;;;;;;;;;; +EVTNAME95515;The Zulu Military;;;;;;;;;;;;; +EVTDESC95515;While not modernized with firearms, military innovations such as the assegai, the age-grade regimental system and encirclement tactics helped make the Zulu one of the most powerful nations in southern and south-eastern Africa.;;;;;;;;;;;;; +EVT95515OPTA;For $COUNTRY$!;;;;;;;;;;;;; +EVTNAME98643;The Rise of the Senussi;;;;;;;;;;;;; +EVTDESC98643;'In the beginning, the first Senussi went to Mecca, where he joined Ahmad Ibn Idris al-Fasi, the head of the Khadirites. Due to Wahhabi pressure, Senussi left Mecca and settled in Cyrenaica in 1843, where in the mountains near Sidi Rafaa' he built the Zawia Baida (White Monastery).' The Senussi are a Muslim political-religious Sufi order and tribe in Cyrenaica. They claim a direct lineage to the Prophet Muhammad and are concerned with both the decline of Islamic thought and spirituality and the weakening of Muslim political integrity. The power of the current Grand Senussi, Sayyid Muhammad al-Mahdi bin Sayyid Muhammad as-Senussi, grew to the point that it made the $COUNTRY_ADJ$ regime uneasy. In $YEAR$, he moved farther from direct $COUNTRY_ADJ$ surveillance to Jaghbub, where he has the authority of a sovereign in a vast but almost empty desert.;;;;;;;;;;;;; +EVT98643OPTA;He thinks he can run from $COUNTRY$?;;;;;;;;;;;;; +EVT98643OPTB;Long Live the Senussi!;;;;;;;;;;;;; +EVTNAME16300;Uncle Tom's Cabin;;;;;;;;;;;;; +EVTDESC16300;Harriet Beecher Stove's novel 'Uncle Tom's Cabin', first published in $YEAR$, is one of the most widely read anti-slavery novels ever written. So large was it's perceived impact on the growing national consciousness over the issue of slavery that Abraham Lincoln, upon meeting Stove at the start of the Civil War, is reported as having greeted her: 'So this is the little lady who made this big war.' The publication of Uncle Tom's Cabin has increased national consciousness over the slavery issue.;;;;;;;;;;;;; +EVTDESC60170;We studied and observed and now we have the means to organize, train and fund rebels and separatists in other countries. We can use this to our advantage, to push our agenda, to create flashpoints in other nations and, with luck, create crisis that will be solved on our favor.;;;;;;;;;;;;; +EVT60170OPTA;Let's get to work.;;;;;;;;;;;;; +EVTNAME14005;The $YEAR$ Elections;;;;;;;;;;;;; +EVTNAME14005_sub;The Government Position on National Issues;;;;;;;;;;;;; +EVTDESC14005;This year elections have started and we can closely follow the campaign to make sure the issues in our best interests grow or we can forfeit the campaigns and let the chips fall where they may.;;;;;;;;;;;;; +EVTOPTA14005;Follow the elections.;;;;;;;;;;;;; +EVTOPTB14005;Let the chips fall where they may.;;;;;;;;;;;;; +EVTDESC36601;In $YEAR$ compulsory elementary schooling was formally introduced in Sweden. Even though an old schooling tradition already existed, the Elementary School Act of $YEAR$ almost erased illiteracy among the younger generation. Local town parishes now received a means to force reluctant parents to take proper responsibility for educating their children.;;;;;;;;;;;;; +EVTNAME97684;The End of the Republic of Ezo;;;;;;;;;;;;; +EVTDESC97684;The Republic of Ezo has ended, and with it, all their claims on Ezo.;;;;;;;;;;;;; +EVT97684OPTA;Long live the Emperor!;;;;;;;;;;;;; +EVTNAME97683;The Republic of Ezo;;;;;;;;;;;;; +EVTDESC97683;After the defeat of the forces of the Tokugawa Shogunate in the Boshin War, a part of the former Shogun's navy led by Admiral Enomoto Takeaki fled to the northern island of Ezo, together with several thousand soldiers and a handful of French military advisors and their leader, Jules Brunet. On $YEAR$, the independent "Republic of Ezo" was proclaimed, with a government organization based on that of the United States. Elections were based on universal suffrage among the samurai class. This was the first election ever held in Japan, where a feudal structure under an emperor with military warlords was the norm.;;;;;;;;;;;;; +EVT97683OPTA;A worrying development.;;;;;;;;;;;;; +EVT97683OPTB;Long live the Shogun!;;;;;;;;;;;;; +EVTNAME97682;Enomoto's Request;;;;;;;;;;;;; +EVTDESC97682;'The farmers and merchants are unmolested, and live without fear, going their own way, and sympathizing with us... So that already we have been able to bring some land into cultivation. We pray that this portion of the Empire may be conferred upon our late lord, Tokugawa Kamenosuke, and in that case, we shall repay your beneficence by our faithful guardianship of the northern gate.' \n Enomoto, President of the Republic of Ezo, now made a petition to the Imperial Court to be allowed to develop Ezo and maintain the traditions of the samurai unmolested in the island.;;;;;;;;;;;;; +EVT97682OPTA;Unfortunately, this cannot be allowed.;;;;;;;;;;;;; +EVT97682OPTB;Tell them we agree to their proposal.;;;;;;;;;;;;; +EVT97682OPTC;They are free to do as they wish, we renounce any claims on Ezo.;;;;;;;;;;;;; +EVT97682OPTD;Long live the Shogun!;;;;;;;;;;;;; +EVTNAME4420;Cabinet Discusses War;;;;;;;;;;;;; +EVTDESC4420;'I feel strongly that we have lost what I like to think of as our place in the sun. $COUNTRY$ used to be a respected force in the international community, but these days it is as if our voice was consequently, and by design, ignored. I feel that, in order to regain that which was lost, we must again assert ourselves on the international scene. Some might accuse me of adventurism, but, by Jingo, this country was built by adventurers.'\n\nThe cabinet has held a meeting to discuss our international situation, and the mood around the table has been grim. Some of the more hawkish members of the cabinet are discussing a foreign campaign, to assert our international position, and to divert attention from internal dissent within the regime.;;;;;;;;;;;;; +EVTOPTA4420;We need to build more support for a war.;;;;;;;;;;;;; +EVTOPTB4420;Starting a fight might spice things up.;;;;;;;;;;;;; +EVTNAME44120;Moral Crusaders;;;;;;;;;;;;; +EVTDESC44120;One of the impacts of the religious revival in the USA in the early 19th century would be sustained campaigns against perceived vices by those who believed they were doing God's work by attempting to stamp out such behavior. Saloons were often a favorite target of such crusaders, and on occasion saloons and their patrons would be physically attacked by zealots.;;;;;;;;;;;;; +EVTOPTA44120;Wickedness must be stamped out.;;;;;;;;;;;;; +EVTNAME4661017;Buenos Aires Is Triumphant;;;;;;;;;;;;; +EVTDESC4661017;Buenos Aires stands alone, triumphant over the Confederation.;;;;;;;;;;;;; +EVTOPT4661017A;Viva Argentina!;;;;;;;;;;;;; +EVTOPT4661017B;Restore the Confederation.;;;;;;;;;;;;; +EVTOPT4661017C;Remain as Buenos Aires.;;;;;;;;;;;;; +EVTNAME97167;The Moroccan Incident;;;;;;;;;;;;; +EVTDESC97167;With the death of Abd al-Rahman's in $YEAR$, a dispute with Spain over the boundaries of the Spanish enclave at Ceuta emerged in Morocco. The Moroccans started to carry out attacks in Ceuta and Melilla, threatening our population and violating our territory.;;;;;;;;;;;;; +EVT97167OPTA;Intervene immediately.;;;;;;;;;;;;; +EVT97167OPTB;Let it go.;;;;;;;;;;;;; +EVTNAME97168;The Treaty of Wad-Ras;;;;;;;;;;;;; +EVTDESC97168;The forces of Sultan Muhammad IV of Morocco are broken, we won the war. Our diplomats worked day and night to broker the surrender terms of Morocco.\nThe Sultan agreed to give us the city of Ifni and renounce his claim on Melilla, besides paying war reparations. They are completely beaten and we could push and claim the whole region of Agadir but such deal wouldn't be seen as fair by the world or by the Moroccans, who would probably withdraw their diplomats and revoke the current agreed deal.;;;;;;;;;;;;; +EVT97168PTA;We have a deal.;;;;;;;;;;;;; +EVT97168PTB;Push for the whole region.;;;;;;;;;;;;; +EVT97168PTC;We only need them to renounce their claims.;;;;;;;;;;;;; +EVT97168PTD;We only need the reparations.;;;;;;;;;;;;; +EVTNAME37238;The Dey's Insult;;;;;;;;;;;;; +EVTDESC37238;As a result of what the French considered an insult to the French consul in Algiers by the Dey in 1827, France blockaded Algiers for three years. In 1830, France invaded and occupied the coastal areas of Algeria, citing a diplomatic incident as casus belli. Hussein Dey, the last Ottoman regent of Algiers, went into exile. \n Soon after the conquest of Algiers, the soldier-politician Bertrand Clauzel and others formed a company to acquire agricultural land and, despite official discouragement, to subsidize its settlement by European farmers, triggering a land rush. Clauzel recognized the farming potential of the Mitidja Plain and envisioned the production there of cotton on a large scale. Consequently, French colonization penetrated southwards in Algeria with skirmishes erupting between Europeans and the native population. Emir Abdelkader El Djezairi fled south, regrouping and organizing a new resistance against the European's advance.;;;;;;;;;;;;; +EVT37238OPTA;It's time to march through the Iron Gates.;;;;;;;;;;;;; +EVT37238OPTB;We will let it go for the time being.;;;;;;;;;;;;; +EVTNAME98642;The Shilluk Kingdom;;;;;;;;;;;;; +EVTDESC98642;The Kingdom of the Shilluk people declined over the years and now only their capital remains. They are backwards and would be easy prey and we already conquered much of their territory in the past. It's time to end our conquest of their territory.;;;;;;;;;;;;; +EVT98642OPTA;Onwards, to Fashoda!;;;;;;;;;;;;; +EVT98642OPTB;Let it go. They are harmless.;;;;;;;;;;;;; +EVTNAME98641;The Fate of the Zaydi Imamate;;;;;;;;;;;;; +EVTDESC98641;The Imams of Yemen are religiously consecrated leaders belonging to the Zaidiyyah branch of Shia Islam. They established a blend of religious and secular rule in parts of Yemen in 897 and now the Rassid dynasty ruled for almost a millennium. However, the power of the imamate declined in the 18th and 19th century. The territory controlled by the imams shrank successively after the late 17th century, and the lucrative coffee trade declined with new producers in other parts of the world. The imamate became a "quasi-state" with an inherent tension between tribes and government, and between tribal culture and learned Islamic morality. The imams themselves adopted the style of Middle East monarchies, becoming increasingly distant figures. As a result, they lost their charismatic and spiritual position among the tribes of Yemen. These recent developments made this the ideal moment to reassert our dominance over the highlands of Yemen.;;;;;;;;;;;;; +EVT98641OPTA;We will drive the Rassids out of Yemen.;;;;;;;;;;;;; +EVTNAME500058;International Enemy;;;;;;;;;;;;; +EVTDESC500058;Even though large tracts of land and many old and famous States have fallen or may fall into the grip of the $COUNTRY_ADJ$ and all the odious apparatus of their rule, we shall not flag or fail. We shall go on to the end. We shall fight in Europe, we shall fight on the seas and oceans, we shall fight with growing confidence and growing strength, we shall defend our land and the people of our planet, whatever the cost may be. We shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills, we shall never surrender, and if, which I do not for a moment believe, this land or a large part of it were subjugated and starving, then our Empire beyond the seas, armed and guarded by our Fleet, would carry on the struggle, until, in God's good time, the New World, with all its power and might, steps forth to the rescue and the liberation of the old.\n\nWith this speech the great powers finished their assembly and vowed to stop us using any means they can.;;;;;;;;;;;;; +EVTOPT500058A;Bring them on.;;;;;;;;;;;;; +EVTNAME500059;Economic Sanctions;;;;;;;;;;;;; +EVTDESC500059;We do not seek the destruction of any government, nor do we covet a foot of any territory. We do not want an expanding struggle with consequences that no one can perceive, nor will we bluster or bully or flaunt our power, but we will not surrender.\n\nFinishing his speech, the ambassador of one of the Great Powers that gathered to discuss the situation of our country finished convincing the other great powers to sign a round of economical and diplomatic sanctions against our country. The Great Power conference sent us a warning against any more aggression from our part and said they are ready to escalate if we don't cease and change our behavior.;;;;;;;;;;;;; +EVTOPT500059A;Fools!;;;;;;;;;;;;; +EVT13015OPTA;Ignore it.;;;;;;;;;;;;; +EVT13015OPTB;Shut it down and confiscate the contraband.;;;;;;;;;;;;; +EVTNAME13016;Smugglers Sell Opium;;;;;;;;;;;;; +EVTDESC13016;In what should come as no surprise, the foreign smuggling ring in one of our provinces has been caught red-handed selling opium to the locals.;;;;;;;;;;;;; +EVT13016OPTA;Shut down the ring immediately.;;;;;;;;;;;;; +EVT13016OPTB;Do whatever it takes to eliminate this menace.;;;;;;;;;;;;; +EVT13020OPTA;Ignore them.;;;;;;;;;;;;; +EVT13020OPTB;Round them up and execute them.;;;;;;;;;;;;; +EVTNAME13021;Missionaries Executed in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC13021;We have received reports that a number of our missionaries have been executed in $FROMCOUNTRY$, part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it. The missionaries knew they were not permitted in $FROMCOUNTRY$, after all.;;;;;;;;;;;;; +EVT13021OPTA;This cannot be permitted.;;;;;;;;;;;;; +EVT13021OPTB;There is nothing we can do.;;;;;;;;;;;;; +EVT13030OPTA;They are welcome to stay.;;;;;;;;;;;;; +EVT13030OPTB;Send them home.;;;;;;;;;;;;; +EVTNAME13031;Grievous Insults!;;;;;;;;;;;;; +EVTDESC13031;A group of $COUNTRY_ADJ$ citizens who left $COUNTRY$ some time ago on an expedition to $FROMCOUNTRY$ has been viciously refused entry to the country. It appears that the $FROMCOUNTRY_ADJ$ government has turned gradually to a policy of increasing isolationism, most likely in order to avoid the pains of modernizing their political, economical and social institutions. This policy of the $FROMCOUNTRY_ADJ$ government is, obviously, impairing the advances of $COUNTRY_ADJ$ trade, diplomacy and missionary activities in the region, and must be considered an unjust restriction of the international freedom of movement.;;;;;;;;;;;;; +EVT13031OPTA;Force of arms must be considered.;;;;;;;;;;;;; +EVT13031OPTB;We must respect and tolerate the differences between our respective cultures.;;;;;;;;;;;;; +EVTNAME13051;Smugglers Dodge Trade Restrictions;;;;;;;;;;;;; +EVTDESC13051;Due to the trade restrictions on the sale of opium, a number of western merchants have instead gone underground. We have word that a group of them have set up shop in one of our coastal provinces, but so far none of the locals seem willing to come forth with information. If we allow the smuggling ring to remain, it seems only a matter of time before the opium problem spreads.;;;;;;;;;;;;; +EVT13051OPTA;Ignore them.;;;;;;;;;;;;; +EVT13051OPTB;Do whatever it takes to uproot them.;;;;;;;;;;;;; +EVTDESC13061;The use of opium in a neighboring province has now spread to the inland. Farmers and laborers throughout $STATENAME$ fail to turn up for work, and entire fields fall fallow, as the people slip further and further down into the mists of consuming dependence.;;;;;;;;;;;;; +EVTNAME13185;An Invitation Arrives;;;;;;;;;;;;; +EVTDESC13185;A group of western expatriates currently residing in $CAPITAL$ have offered an invitation to high-ranking members of the $COUNTRY_ADJ$ government to attend a fancy affair in the legation quarter. We're well aware that this is just an excuse for these men to gain more influence in $COUNTRY$ -- but there could be benefits for us as well, namely using the opportunity to gain insight into their methods.;;;;;;;;;;;;; +EVT13185OPTA;Attend the function.;;;;;;;;;;;;; +EVT13185OPTB;Refuse. We don't need their methods.;;;;;;;;;;;;; +EVTNAME13186;$FROMCOUNTRY_ADJ$ Influence;;;;;;;;;;;;; +EVTDESC13186;A group of $COUNTRY_ADJ$ entrepreneurs recently spent time plying $FROMCOUNTRY_ADJ$ officials with fine wine and favors at a formal affair in $FROMCOUNTRY$'s legation quarter. The result is promising -- a number of new business ventures and trade deals, giving $COUNTRY$ greater sway over $FROMCOUNTRY_ADJ$ affairs. All these men require is our government's support.;;;;;;;;;;;;; +EVTDESC13220;Several of the Great Powers have in the past few years sought to establish formalized and permanent embassies in $COUNTRYNAME$, but up until now we've turned down their proposals. However, an idea has been floating around the capital that we should perhaps allow them to set up these embassies after all, provided they are all kept in one place where we can exact some amount of control over them. Perhaps a Legation Quarter in $CAPITAL$ could be just the thing?;;;;;;;;;;;;; +EVT13186OPTA;We'll gladly support this initiative.;;;;;;;;;;;;; +EVT13186OPTB;They have our permission to continue, but we can offer no support.;;;;;;;;;;;;; +EVT13186OPTC;This is not in our best interest.;;;;;;;;;;;;; +EVTNAME13202;$FROMCOUNTRY_ADJ$ Relations;;;;;;;;;;;;; +EVTDESC13202;Our relations with $FROMCOUNTRY$ have worsened to the point that members of their government have begun a campaign to reduce or even eliminate $COUNTRY_ADJ$ influence. Some of our diplomats have fled, and now we are faced with the unpleasant prospect of either enforcing our interests or suffering embarrassment at our inability to manage a former ally.;;;;;;;;;;;;; +EVTDESC13240_NEW;The oil lamp flickered, casting an orange, sooty glow across the moist brown of the cargo hold. The average ship docking in $COUNTRY$ carried very little to raise an eyebrow, but years of being fooled and fooled again by foreign merchants, trying to dodge some excise or other, had left him with a sixth sense for when things were out of order. A rat scurrying between some crates tipped him off. A sweet, pungent scent too familiar not to be alluring. Opium. A cargo hold full of opium.;;;;;;;;;;;;; +EVT13202OPTA;We will defend our interests.;;;;;;;;;;;;; +EVT13202OPTB;We will not go to war over this.;;;;;;;;;;;;; +EVTNAME37710;Carlism Prevails;;;;;;;;;;;;; +EVTDESC37710;A new line of the Bourbon family has been established on the Spanish throne, descending from the Infante Carlos. To many traditionalists, this signals a rebirth of the true Spanish Empire. Others are not so optimistic.;;;;;;;;;;;;; +EVT37710OPTA;Long live the true King!;;;;;;;;;;;;; +EVTNAME37711;The First Carlist War;;;;;;;;;;;;; +EVTDESC37711;The death of King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne of Spain sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory -- something liberals say simply cannot be done.;;;;;;;;;;;;; +EVT37711OPTA;Carlos will bring Spain to ruin!;;;;;;;;;;;;; +EVT37711OPTB;Put him on the throne!;;;;;;;;;;;;; +EVTNAME37712;The Carlists Defeated!;;;;;;;;;;;;; +EVTDESC37712;The Carlists have been routed and peace has been restored to Spain -- for now.;;;;;;;;;;;;; +EVT37712OPTA;That is a relief.;;;;;;;;;;;;; +EVTNAME37713;Return of the Carlists;;;;;;;;;;;;; +EVTDESC37713;We thought the supporters of the Infante Carlos and his descendants had been completely routed, yet once again there are reports of a cell having been established in one of our provinces. Supporters of the current pretender are busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be easy.;;;;;;;;;;;;; +EVT37713OPTA;Do whatever it takes to hunt them down.;;;;;;;;;;;;; +EVT37713OPTB;Let them talk.;;;;;;;;;;;;; +EVTNAME37714;Carlist Sympathies;;;;;;;;;;;;; +EVTDESC37714;It seems that sympathies for the Carlists among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;; +EVT37714OPTA;This is not good news.;;;;;;;;;;;;; +EVTNAME37715;Carlist Cell Discovered!;;;;;;;;;;;;; +EVTDESC37715;The Carlist cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;; +EVT37715OPTA;Excellent work!;;;;;;;;;;;;; +EVTNAME37716;The Christinos Prevail!;;;;;;;;;;;;; +EVTDESC37716;The capital has been overrun, the pretender king driven into the provinces, and the original royal line descending from Ferdinand VII has been restored to the Spanish throne. Many liberals are breathing a sigh of relief, but reactionaries are furious. Already supporters of the pretender are seeking new allies in the countryside.;;;;;;;;;;;;; +EVT37716OPTA;Long live the Queen!;;;;;;;;;;;;; +EVTNAME37717;Rise of the Christinos;;;;;;;;;;;;; +EVTDESC37717;The supporters of the former royal line still exist, and we have begun to receive reports of a Christino cell having been established in one of our provinces. They are gaining a great deal of support among liberals in the province with their calls for an overthrow of the 'pretender' on the throne. The cell is well-hidden, and rooting them out will not be easy.;;;;;;;;;;;;; +EVT37717OPTA;Do whatever it takes to hunt them down.;;;;;;;;;;;;; +EVT37717OPTB;Let them talk.;;;;;;;;;;;;; +EVTNAME37718;Christino Sympathies;;;;;;;;;;;;; +EVTDESC37718;It seems that sympathies for the Christinos among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;; +EVT37718OPTA;This is not good news.;;;;;;;;;;;;; +EVTNAME37719;Christino Cell Discovered!;;;;;;;;;;;;; +EVTDESC37719;The Christino cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;; +EVT37719OPTA;Excellent work!;;;;;;;;;;;;; +EVTNAME37720;The Glorious Revolution;;;;;;;;;;;;; +EVTDESC37720;The death of Leopoldo O'Donnell has eroded Queen Isabella's support, to the point where a movement to overthrow her has rapidly developed. A mutiny by naval officers in Cadiz has provided the spark for a widespread revolt against Isabella's rule. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected. Isabella's heir, Prince Alfonso, is thought by many to be too much under her influence. Other choices are the moderate Prince Leopold of Hohenzollern and the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;; +EVT37720OPTA;Give the crown to Prince Amadeo of Savoy.;;;;;;;;;;;;; +EVT37720OPTB;Give the crown to Prince Leopold of Hohenzollern.;;;;;;;;;;;;; +EVT37720OPTC;Prince Alfonso shall rule no matter the opposition.;;;;;;;;;;;;; +EVT37720OPTD;There will be no king. Parliament shall rule Spain.;;;;;;;;;;;;; +EVTNAME37721;The Spanish Succession;;;;;;;;;;;;; +EVTDESC37721;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch to assume the throne... and among the candidates considered was Prince Leopold of Hohenzollern. Our government objected strongly to the move, as this would spread Prussian influence to our southern border, and while this did convince Prince Leopold to turn down the throne it has not endeared us to the Prussians.;;;;;;;;;;;;; +EVT37721OPTA;A German prince on the Spanish throne? Outrageous!;;;;;;;;;;;;; +EVTNAME37722;King Leopold of Spain;;;;;;;;;;;;; +EVTDESC37722;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch... and the candidate they have chosen is none other than Prince Leopold of Hohenzollern. A German prince on the Spanish throne is a direct threat to our nation's security. We must do something about this immediately!;;;;;;;;;;;;; +EVT37722OPTA;We will not accept this.;;;;;;;;;;;;; +EVT37722OPTB;There is nothing we can do.;;;;;;;;;;;;; +EVTNAME37725;King Leopold Assassinated!;;;;;;;;;;;;; +EVTDESC37725;The Hohenzollern king of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;; +EVT37725OPTA;Declare the Spanish Republic!;;;;;;;;;;;;; +EVT37725OPTB;Give the throne to Prince Alfonso.;;;;;;;;;;;;; +EVTNAME37730;The Abdication of Amadeo;;;;;;;;;;;;; +EVTDESC37730;King Amadeo, controversial since his ascension and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;; +EVT37730OPTA;Declare the Spanish Republic!;;;;;;;;;;;;; +EVT37730OPTB;Give the throne to Prince Alfonso.;;;;;;;;;;;;; +EVTNAME37735;A Return to Bourbon Rule;;;;;;;;;;;;; +EVTDESC37735;The Spanish Republic has been contentious since its inception. After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup led by Brigadier General Martinez Campos, the Republican army has declared its allegiance to Prince Alfonso -- son of the exiled Queen Isabella II -- and named him King of Spain.;;;;;;;;;;;;; +EVT37735OPTA;Long live the King!;;;;;;;;;;;;; +EVT37735OPTB;We will resist this coup attempt. To arms!;;;;;;;;;;;;; +EVTNAME37740;The Treaty of Paris, $YEAR$;;;;;;;;;;;;; +EVTDESC37740;We are losing the war with $FROMCOUNTRY$, and it's only a matter of time before we're forced to submit to a humiliating defeat. The $FROMCOUNTRY_ADJ$ government has made it clear it considers our colonial holdings to be beyond our ability to control, and is willing to purchase them for a 'fair' price. Failure to submit to their demands will mean the war dragging on to its inevitable conclusion.;;;;;;;;;;;;; +EVT37740OPTA;Give them what they want.;;;;;;;;;;;;; +EVT37740OPTB;We refuse! Let them fight for it!;;;;;;;;;;;;; +EVTNAME37741;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC37741;$FROMCOUNTRY$ has signed the Treaty of Paris. Their colonial holdings are ours, for a price.;;;;;;;;;;;;; +EVT37741OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME37742;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;; +EVTDESC37742;$FROMCOUNTRY$ has refused to sign the Treaty of Paris. The war continues!;;;;;;;;;;;;; +EVT37742OPTA;Make no additional demands.;;;;;;;;;;;;; +EVT37742OPTB;They will regret this. Lay claim to their colonies.;;;;;;;;;;;;; +EVTNAME37743;Carlist Propaganda;;;;;;;;;;;;; +EVTDESC37743;The Carlists have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Carlists from gaining headway here.;;;;;;;;;;;;; +EVT37743OPTA;Do whatever it takes to stop them.;;;;;;;;;;;;; +EVT37743OPTB;Let them talk.;;;;;;;;;;;;; +EVTNAME37744;Christino Propaganda;;;;;;;;;;;;; +EVTDESC37744;The Christinos have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Christinos from gaining headway here.;;;;;;;;;;;;; +EVT37744OPTA;Do whatever it takes to stop them.;;;;;;;;;;;;; +EVT37744OPTB;Let them talk.;;;;;;;;;;;;; +EVTNAME37745;Moroccan Border Dispute;;;;;;;;;;;;; +EVTDESC37745;A heated dispute has arisen between the Moroccans and our government over the boundaries of our holdings in Melilla. Some believe the Moroccans are attempting to gain sympathy from the French, but we have it on good authority that there will be no aid coming for them. Now may be the time for us to exert some of our authority over this African upstart.;;;;;;;;;;;;; +EVT37745OPTA;We shall teach them a lesson.;;;;;;;;;;;;; +EVT37745OPTB;This must be resolved peacefully.;;;;;;;;;;;;; +EVTDESC37750;We have lost the war with the Americans,and Cuba has been wrested from our grasp. The American government has approached us intent on a treaty, suggesting we no longer have the power to hold onto our Pacific and North American colonies. They seek to offer us a 'reasonable' price for them. Some in the $COUNTRY_ADJ$ government fear that, if we do not agree, it could mean further wars with the Americans for years to come.;;;;;;;;;;;;; +EVT37750OPTA;Give them what they want.;;;;;;;;;;;;; +EVT37750OPTB;We refuse! Let them fight for it!;;;;;;;;;;;;; +EVTNAME37751;We Have Lost The War;;;;;;;;;;;;; +EVTDESC37751;As impossible as it seems, we have lost the war against the Spanish. They retain their hold over Cuba and their other colonies. The American people are understandably shaken, but it seems their jingoistic fervor has only increased. A streak of anti-colonialism has arisen throughout the country, specifically targeting the powers of 'Old Europe'. Newspapers are demanding we gear up to liberate these colonies once and for all. If we agree, some fear this may be a tiger we cannot again cage.;;;;;;;;;;;;; +EVT37751OPTA;Calm the people. We do not want more war.;;;;;;;;;;;;; +EVT37751OPTB;Fan the flames while we can.;;;;;;;;;;;;; +EVT36943OPTA;All in the name of progress.;;;;;;;;;;;;; +EVTNAME36950;The Danish Gold Coast;;;;;;;;;;;;; +EVTDESC36950;The Danish Gold Coast exists on the coast of the Ashanti Union, primarily the fortress of Chistiansborg near the city of Accra. The Danish are willing to sell their holdings to us, though that is likely to result in conflict with the Ashanti government -- who will see the move as encroachment of their territory.;;;;;;;;;;;;; +EVT36950OPTA;We agree to the sale.;;;;;;;;;;;;; +EVT36950OPTB;There's no need for conflict with the Ashanti.;;;;;;;;;;;;; +EVTNAME36955;Conflict with Burma;;;;;;;;;;;;; +EVTDESC36955;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige.;;;;;;;;;;;;; +EVT36955OPTA;We must defend British interests.;;;;;;;;;;;;; +EVT36955OPTB;It is better for Burma to remain an ally.;;;;;;;;;;;;; +EVTNAME36960;The Gold Coast Treaty;;;;;;;;;;;;; +EVTDESC36960;The $FROMCOUNTRY_ADJ$ government has approached us with the hopes of negotiating a treaty. They want to solidify control over the Gold Coast in Africa, specifically by annexing our colony at Sekondi. In return, they will recognize our colonial holdings elsewhere and encourage greater cooperation between our nations.;;;;;;;;;;;;; +EVT36960OPTA;We will sign the treaty.;;;;;;;;;;;;; +EVT36960OPTB;We refuse. Sekondi is ours.;;;;;;;;;;;;; +EVTNAME36961;The Dutch Have Agreed;;;;;;;;;;;;; +EVTDESC36961;The Dutch government has agreed to sign the Gold Coast Treaty. Sekondi is ours!;;;;;;;;;;;;; +EVT36961OPTA;Excellent. §R(Pay or owe 200,000¤)§W;;;;;;;;;;;;; +EVTNAME36962;The Dutch Have Refused;;;;;;;;;;;;; +EVTDESC36962;The Dutch government has refused to ratify our proposed treaty.;;;;;;;;;;;;; +EVT36962OPTA;Then we shall leave it at that.;;;;;;;;;;;;; +EVT36962OPTB;Then we must consider using force.;;;;;;;;;;;;; +EVTNAME36965;The Lagos Slave Trade;;;;;;;;;;;;; +EVTDESC36965;We outlawed the $COUNTRY_ADJ$ slave trade many years ago, but it continues in many African nations -- and the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. The notion has arisen that we should consider sending our ships in to liberate the natives there and establish a colony where they can receive civilized government.;;;;;;;;;;;;; +EVT36965OPTA;Send in our ships!;;;;;;;;;;;;; +EVT36965OPTB;This is too costly a venture.;;;;;;;;;;;;; +EVTNAME36966;$FROMCOUNTRY$ Seizes Lagos!;;;;;;;;;;;;; +EVTDESC36966;$FROMCOUNTRY_ADJ$ ships have sailed into Lagos, seizing the city and driving off the $COUNTRY_ADJ$ garrison. They claim they are 'liberating' the city from slavers, extending their benevolent rule on behalf of the locals. Resisting means war, but submitting would do nothing more than prove our lack of ability to face these foreigners. What should we do?;;;;;;;;;;;;; +EVT36966OPTA;What can we do? We must submit.;;;;;;;;;;;;; +EVT36966OPTB;If they want a war, we'll give them one!;;;;;;;;;;;;; +EVTNAME36967;Pirates in the Arab Coast;;;;;;;;;;;;; +EVTDESC36967;In 1838, under Muhsin bin Fadl, the Sultanate of Lahej ceded 194 sq. km (75 sq. miles) including Aden to the British East India Company. Pirate presence in the area, however, is disrupting our trade. Due to that, the British Crown is planning to land Royal Marines at Aden to secure the territory and stop attacks by pirates against British ships to India. \n The Sultan of Lahej will not be happy.;;;;;;;;;;;;; +EVT36967OPTA;Who gives a hooch about the sultan anyway?;;;;;;;;;;;;; +EVTNAME36968;Poverty in Ireland;;;;;;;;;;;;; +EVTDESC36968;The Duke of Wellington, a Tory, is known to have said: "There never was a country in which poverty existed to the extent that it exists in Ireland." \n\nKohl, a German visitor to Ireland in the early 19th century, while traveling through rural Ireland, remarked: "Now I have seen Ireland, it seems to me that the poorest among the Letts, the Estonians and the Finlanders lead a life of comparative luxury.";;;;;;;;;;;;; +EVT36968OPTA;Drat.;;;;;;;;;;;;; +EVTNAME36970;The Suez Canal Company;;;;;;;;;;;;; +EVTDESC36970;With the 'International Commission for the Piercing of the Isthmus of Suez' having completed and assessed the Suez region as being possible to have a canal built, all that remains is to put the plan in motion. The Suez Canal Company intends to do just that, but in order for it to start it needs to put together a significant amount of capital -- thus it has been offering shares to our government, hoping as well for the political clout to influence Egypt into allowing the venture to proceed.;;;;;;;;;;;;; +EVT36970OPTA;Allow them to have as much money as they want. §R(Pay or owe 3 million ¤)§W;;;;;;;;;;;;; +EVT36970OPTB;Invest a little more than they asked for. §R(Pay or owe 2.5 million ¤)§W;;;;;;;;;;;;; +EVT36970OPTC;Give them as much as they asked for. §R(Pay or owe 2 million ¤)§W;;;;;;;;;;;;; +EVT36970OPTD;Invest a little less than they asked for. §R(Pay or owe 1.5 million ¤)§W;;;;;;;;;;;;; +EVT36970OPTE;Invest the minimum amount §R(Pay or owe 1 million ¤)§W;;;;;;;;;;;;; +EVTNAME36971;Suez Canal Finished;;;;;;;;;;;;; +EVTDESC36971;On the year $YEAR$, the construction of the Suez Canal is finally finished. Numerous technical, political, and financial problems have been overcome and the final cost was more than double the original estimate. Many have died in accidents, but the canal is now finally ready for use. \n\nThe opening will be performed by Khedive Ismail of Egypt and Sudan, and at Ismail's invitation our ship will be the first to cross the Canal. The opening ceremony will be held in a few days, as soon as the preparations are finished.;;;;;;;;;;;;; +EVT36971OPTA;Glory for $COUNTRY$!;;;;;;;;;;;;; +EVTNAME36972;Our Ship Crosses the Suez;;;;;;;;;;;;; +EVTDESC36972;During the inauguration of the Suez Canal, our ship was the first ship to ever cross the Suez, bringing glory to our nation.;;;;;;;;;;;;; +EVT36972OPTA;As it should be.;;;;;;;;;;;;; +EVTNAME36973;Our Ship Crosses the Suez;;;;;;;;;;;;; +EVTDESC36973;The Suez Canal, slated to be inaugurated soon, had a line of ships spending the night in line to cross the canal. The owner of the canal has the honour to have the first ship crossing the canal. But on the night before the canal was due to open, one of our Captains navigated his vessel, in total darkness and without lights, through the mass of waiting ships until it was in front of of the flagship! The canal will be open and we will be the first ones to cross.;;;;;;;;;;;;; +EVT36973OPTA;They will not like this.;;;;;;;;;;;;; +EVTNAME36974;$FROMCOUNTRY$ crosses the Suez;;;;;;;;;;;;; +EVTDESC36974;On the night before the canal was due to open in $YEAR$, a $FROMCOUNTRY_ADJ$ captain navigated his vessel, in total darkness and without lights, through the mass of waiting ships until it was in front of our flagship. When dawn broke our officials were horrified to find that the $FROMCOUNTRY_ADJ$ Navy was first in line and that it would be impossible to pass them. The $FROMCOUNTRY_ADJ$ captain received both an official reprimand and an unofficial vote of thanks from the $FROMCOUNTRY_ADJ$ Admiralty for his actions in promoting $FROMCOUNTRY_ADJ$ interests and for demonstrating such superb seamanship.;;;;;;;;;;;;; +EVT36974OPTA;$FROMCOUNTRY$ robbed us from our rightful glory!;;;;;;;;;;;;; +EVTNAME36975;Intervention in Egypt?;;;;;;;;;;;;; +EVTDESC36975;We have received disturbing reports of rebellion in Egypt, on a scale where our interests in the Suez might become threatened. While it undoubtedly would appear to some that we are using this as an excuse, the $COUNTRY_ADJ$ government cannot idly stand by and watch such an important project be laid to waste by the ignorant. We must consider direct intervention.;;;;;;;;;;;;; +EVT36975OPTA;We must protect our investment.;;;;;;;;;;;;; +EVT36975OPTB;There is no need for us to act.;;;;;;;;;;;;; +EVTNAME36976;The Construction of the Kiel Canal;;;;;;;;;;;;; +EVTDESC36976;We have gathered engineers and specialists from across our country and we are ready to begin the construction of the Kiel Canal. The costs have been estimated but the we can always give them more resources to try and accelerate the construction.;;;;;;;;;;;;; +EVT369706PTA;Give them more than they estimated. §R(Pay or owe 1.5 million ¤)§W;;;;;;;;;;;;; +EVT369706PTB;Give them the amount estimated. §R(Pay or owe 1 million ¤)§W;;;;;;;;;;;;; +EVT369706PTC;Give them less than they estimated. §R(Pay or owe 500 thousand ¤)§W;;;;;;;;;;;;; +EVTNAME36977;The Kiel Canal is Finished;;;;;;;;;;;;; +EVTDESC36977;The canal took years and thousands of workers to be built but today on $YEAR$, the canal was officially opened by the $COUNTRY_ADJ$ ruler for transiting from Brunsbuttel to Holtenau. The next day, a ceremony was held in Holtenau where the $COUNTRY_ADJ$ ruler laid the final stone.;;;;;;;;;;;;; +EVT36977OPTA;The canal will greatly help $COUNTRY$.;;;;;;;;;;;;; +EVTNAME36978;Construction of the Panama Canal;;;;;;;;;;;;; +EVTDESC36978;Today we will start building the Canal to connect the Atlantic and Pacific oceans. Our engineers are ready and a series of surveys of the area of the canal were done. The only thing left to do before we start the construction is define the budget of this colossal project. \n\nThis promises to be one massive undertaking and when finished it will be, without a doubt, one of the biggest human achievements for decades to come.;;;;;;;;;;;;; +EVT36978OPTA;Allow them to have as much money as they need. §R(Pay or owe 6 million ¤)§W;;;;;;;;;;;;; +EVT36978OPTB;Invest a little more than they asked for. §R(Pay or owe 5 million ¤)§W;;;;;;;;;;;;; +EVT36978OPTC;Give them as much as they asked for. §R(Pay or owe 4 million ¤)§W;;;;;;;;;;;;; +EVT36978OPTD;Invest a little less than they asked for. §RPay or owe 3 million ¤)§W;;;;;;;;;;;;; +EVT36978OPTE;Invest the minimum amount possible. §R(Pay or owe 2 million ¤)§W;;;;;;;;;;;;; +EVTNAME36979;The Construction of the Panama Canal is Finished;;;;;;;;;;;;; +EVTDESC36979;The Canal cut through mountains and had to continually be widened, and the mountains slopes reduced, to minimize landslides into the canal. Steam shovels had been invented but were still not enough. Other mechanical and electrical equipment were limited in its capabilities and steel equipment rusted rapidly in the tropical climate. Several health risks posed a threat to workers in the mosquito-infested Panamanian jungle, principally malaria and yellow fever, and it claimed thousands of lives. Conditions were downplayed in $COUNTRY$ to avoid recruitment problems, but the high mortality made it difficult to maintain an experienced workforce. \n Finally, on $YEAR$ the Panama Canal was finished and it will be open to business.;;;;;;;;;;;;; +EVT36979OPTA;This will surely help our power projection.;;;;;;;;;;;;; +EVTDESC36982;Our recent conquest of Suez led us to take over the construction of the Suez Canal. While the resources of the former owner are in the site and work on the Canal had started already, the construction will suffer a delay thanks to some damage on the site and the chaos and disorganization that arose from this ownership change.;;;;;;;;;;;;; +EVTNAME97150;The Talambó Incident;;;;;;;;;;;;; +EVTDESC97150;An alarming incident has occurred at the Talambó hacienda in Ica. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who has subsequently demanded the $COUNTRY_ADJ$ government issue a full apology to Spain. Considering it was not long ago that $COUNTRY$ fought for its independence from Spain, submitting to such an indignity would go over less than well with the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVT97150OPTA;Issue an apology and hope for the best.;;;;;;;;;;;;; +EVT97150OPTB;This is a local matter. It has nothing to do with Spain.;;;;;;;;;;;;; +EVTDESC97151;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some advisors bring up a possibility: if $FROMCOUNTRY$ is this fearful of Spanish power, perhaps now is the time to reassert our authority over our lost Spanish colonies? Cutting $FROMCOUNTRY$ down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;; +EVT97151OPTA;That time has passed. Accept the apology and move on.;;;;;;;;;;;;; +EVT97151OPTB;$FROMCOUNTRY$ must be brought into line.;;;;;;;;;;;;; +EVTDESC97152;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If we do not react in kind, we will lose a great deal of credibility. Perhaps now is the time to reassert our authority over $FROMCOUNTRY$? Cutting them down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;; +EVT97152OPTA;There is no point in pursuing the matter.;;;;;;;;;;;;; +EVT97152OPTB;$FROMCOUNTRY$ must be brought into line.;;;;;;;;;;;;; +EVTNAME97153;The Spanish Royal Commissary;;;;;;;;;;;;; +EVTDESC97153;A Spanish deputy by the name of Eusebio de Salazar y Mazaredo has arrived to negotiate with the $COUNTRY_ADJ$ government regarding the Talambó incident. The problem, however, is that he carries with him the title of Royal Commissary. This is a title reserved for officials dealing with Spanish colonies, not ambassadors to sovereign nations. This is a deliberate insult to $COUNTRY$!;;;;;;;;;;;;; +EVTNAME97155;Submitting to Spain;;;;;;;;;;;;; +EVTDESC97155;We have been overrun by Spain, and now have no choice but to surrender our sovereignty to our former colonial overlords. It is a bitter day.;;;;;;;;;;;;; +EVT97155OPTA;Our time shall come again.;;;;;;;;;;;;; +EVTNAME97156;$FROMCOUNTRY$ Submits;;;;;;;;;;;;; +EVTDESC97156;An envoy from $FROMCOUNTRY$ has arrived with the expected news: they have agreed to submit themselves to Spanish rule once again, if we so choose. Some might wonder if it's worthwhile for Spain to involve itself in South American affairs, particularly since they will ultimately try to rebel out from under us. Perhaps we have proven our point?;;;;;;;;;;;;; +EVT97156OPTA;They've been taught their lesson.;;;;;;;;;;;;; +EVT97156OPTB;Set up a viceroyalty to rule in our name.;;;;;;;;;;;;; +EVTNAME97160;The Return of the Imperialists;;;;;;;;;;;;; +EVTDESC97160;Spanish imperialism has raised its head once again, with the Spanish throne having gone to war with a neighbour in an effort to restore their lost influence. The $COUNTRY_ADJ$ people are rightfully worried at what this means, and there are calls for us to take a stand.;;;;;;;;;;;;; +EVT97160OPTA;We do not want to get involved.;;;;;;;;;;;;; +EVT97160OPTB;Inform the Spanish they are not welcome.;;;;;;;;;;;;; +EVTNAME97161;$FROMCOUNTRY$ Protests;;;;;;;;;;;;; +EVTDESC97161;An envoy from $FROMCOUNTRY$ has issued a protest to our involvement in South America, telling us in no uncertain terms that we are not welcome.;;;;;;;;;;;;; +EVT97161OPTA;So be it.;;;;;;;;;;;;; +EVTNAME97165;Appeal to America?;;;;;;;;;;;;; +EVTDESC97165;The United States claims it intends to protect the New World from encroachment from imperial powers in Europe. Now that Spain has made its imperialist intentions evident, perhaps it is time we put the so-called Monroe Doctrine to the test?;;;;;;;;;;;;; +EVT97165OPTA;No. We will stand on our own.;;;;;;;;;;;;; +EVT97165OPTB;Ask the Americans for help.;;;;;;;;;;;;; +EVTNAME97166;$FROMCOUNTRY$ Requests Aid;;;;;;;;;;;;; +EVTDESC97166;The Monroe Doctrine dictates that the United States is responsible for protecting the western hemisphere from encroachment from imperialists in Europe -- such as what Spain is doing right now in South America. $FROMCOUNTRY$ has put the Monroe Doctrine to the test and appealed to us for aid, asking for an alliance in case Spain should decide to expand its influence even further.;;;;;;;;;;;;; +EVT97166OPTA;$FROMCOUNTRY$ is on its own.;;;;;;;;;;;;; +EVT97166OPTB;Give them the alliance.;;;;;;;;;;;;; +EVTNAME97050;The Peru-Bolivian Confederation;;;;;;;;;;;;; +EVTDESC97050;The confederation of Peru, South Peru and Bolivia represents a threat to our interests. If the confederation is given time to solidify, they could easily become a new powerhouse in South America -- and one that is no friend to $COUNTRY$. Thankfully there are signs that the confederation is unstable: the Peruvians chafe at the Bolivian leadership, and given enough incentive they might withdraw. If we act now, we might be able to stir our people against them.;;;;;;;;;;;;; +EVT97050OPTA;The PBC must fall.;;;;;;;;;;;;; +EVT97050OPTB;Reconciling with the PBC is our only hope.;;;;;;;;;;;;; +EVTNAME97055;End of the Confederation?;;;;;;;;;;;;; +EVTDESC97055;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. If we attempt to keep it together, we must do so by force.;;;;;;;;;;;;; +EVT97055OPTA;So must it be.;;;;;;;;;;;;; +EVT97055OPTB;Never! The Confederation lives on!;;;;;;;;;;;;; +EVTNAME97060;The Uruguayan Crisis;;;;;;;;;;;;; +EVTDESC97060;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has approached us with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;; +EVT97060OPTA;Send an ultimatum. Flores will be President.;;;;;;;;;;;;; +EVT97060OPTB;Uruguay is not worth it.;;;;;;;;;;;;; +EVTNAME97061;The $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;; +EVTDESC97061;After several recent political conflicts with Brazil, they have sent an ultimatum: place the rebel leader of the Colorados in charge of the government or there will be war. There are many in the government who feel that Brazil cannot be serious. Uruguay is no threat, and they would risk angering the Platine nations with an invasion? This insulting ultimatum should be refused, according to them.;;;;;;;;;;;;; +EVT97061OPTA;We reject the Brazilian ultimatum.;;;;;;;;;;;;; +EVT97061OPTB;We cannot risk war with Brazil.;;;;;;;;;;;;; +EVTNAME97062;Uruguay Rejects the Ultimatum;;;;;;;;;;;;; +EVTDESC97062;The Uruguayan government has rejected our demands. Perhaps they underestimate our willingness to see this matter to a swift end.;;;;;;;;;;;;; +EVT97062OPTA;War it is.;;;;;;;;;;;;; +EVT97062OPTB;We will not push the matter further.;;;;;;;;;;;;; +EVTNAME97065;We Must Submit;;;;;;;;;;;;; +EVTDESC97065;We have no choice but to submit to the Brazilian demands. The Colorados are victorious.;;;;;;;;;;;;; +EVT97065OPTA;Let's see how they fare with Brazil looking over their shoulder.;;;;;;;;;;;;; +EVTNAME97066;The Blancos Have Surrendered;;;;;;;;;;;;; +EVTDESC97066;The government of Uruguay has given in to our demands.;;;;;;;;;;;;; +EVTOPT97066A;Excellent!;;;;;;;;;;;;; +EVTNAME97090;The Argentina-Chile Border Treaty;;;;;;;;;;;;; +EVTDESC97090;Now that the lands of Araucania and Patagonia are fully settled, the Argentinians have approached us to work out a border treaty. They intend to claim the lands west of the Andes and are willing to concede the lands east of the Andes to us. If we do not come to an agreement, future conflict is almost guaranteed.;;;;;;;;;;;;; +EVT97090OPTA;Sign the treaty.;;;;;;;;;;;;; +EVT97090OPTB;There is no need for such an agreement.;;;;;;;;;;;;; +EVTNAME97085;Conquest of the Desert;;;;;;;;;;;;; +EVTDESC97085;Argentinian forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;; +EVT97085OPTA;For the glory of Argentina!;;;;;;;;;;;;; +EVTNAME97086;Pacification of $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC97086;Through the judicious use of force, confiscation of native lands and the introduction of roads and other vestiges of civilization, conditions in $PROVINCENAME$ have greatly improved. The natives are proving to be contentious, but their numbers are far too few for us to worry about.;;;;;;;;;;;;; +EVT97086OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME97080;Occupation of Araucania;;;;;;;;;;;;; +EVTDESC97080;Chilean forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;; +EVT97080OPTA;For the glory of Chile!;;;;;;;;;;;;; +EVTNAME97076;Settling Tarauaca;;;;;;;;;;;;; +EVTDESC97076;The jungles of Tarauaca lie in the heart of the Amazon, and rightfully belong to $COUNTRY$. Currently there are $COUNTRY_ADJ$ settlers eager for the opportunity to settle the region and have asked for the funds to assist them, though advisors say this may cause problems with neighboring states who also claim the territory.;;;;;;;;;;;;; +EVTOPT97076A;We will settle the Amazon.;;;;;;;;;;;;; +EVTOPT97076B;Ignore Tarauaca. It's not worth it.;;;;;;;;;;;;; +EVTNAME97075;The Era of Conservatism;;;;;;;;;;;;; +EVTDESC97075;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;; +EVTOPT97075A;Viva El Presidente!;;;;;;;;;;;;; +EVTNAME97070;La Carta de la Esclavitud;;;;;;;;;;;;; +EVTDESC97070;General Juan José Flores, the president of the republic and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') would anger a great number of the country's liberal populace.;;;;;;;;;;;;; +EVTOPT97070A;Flores will step down.;;;;;;;;;;;;; +EVTOPT97070B;We must keep order in Ecuador.;;;;;;;;;;;;; +EVTNAME500057;Swiss Banking;;;;;;;;;;;;; +EVTDESC500057;Swiss mercenaries brought home funds from their contracts that helped Swiss banks begin. Banking began in the eighteenth century by way of the riches of merchants and Wegelin & Co., established in 1741, is the oldest bank in our nation. Now, in the beginning of a new era, some of our clients wish to draw some money from their accounts.;;;;;;;;;;;;; +EVTOPT500057A;Nothing we can't afford.;;;;;;;;;;;;; +EVTNAME46303;War of the Farrapos;;;;;;;;;;;;; +EVTDESC46303;Porto Alegre is under Brazilian control once again. The gauchos, however, have promised to continue their rebellion against what they consider unfair rule from the throne. It may prove difficult in the coming years to keep the region calm.;;;;;;;;;;;;; +EVT46303OPTA;They will submit or suffer the consequences.;;;;;;;;;;;;; +EVTNAME4660099;Urquiza's Statement;;;;;;;;;;;;; +EVTDESC4660099;It is the will of the entrerriano people to resume the exercise of the powers inherent in its territorial sovereignty and currently delegated to His Excellency the Governor and Captain General of Buenos Aires, for the cultivation of external relations and general direction of peace and war of the Argentine Confederation, under the quadrilateral treaty of the coastal provinces dated January 4, 1831. \n Until now, the governor of the Province of Buenos Aires, Juan Manuel de Rosas, had all the government power and exercised all external relations in the provinces of the Confederation. Each year Rosas presented his resignation, knowing it would be rejected. This statement consisted of Urquiza's effective acceptance of the resignation of Rosas by the Province of Entre Rios, who was resuming its ability to conduct its trade and external relations with other nations until such constitution of a republic was formalized.;;;;;;;;;;;;; +EVTOPT4660099A;Death to the enemies of national organization!;;;;;;;;;;;;; +EVTOPT4660098B;We better stay on the Confederation side.;;;;;;;;;;;;; +EVTOPT4660098C;Bide our time.;;;;;;;;;;;;; +EVTNAME46605;The Argentine Confederation;;;;;;;;;;;;; +EVTDESC46605;Unrest is stirring against the Rosas dictatorship in Argentina, with liberals demanding a constitution and a transition to democratic rule. Justo José de Urquiza, the governor of Entre Rios, has approached the $COUNTRY_ADJ$ government and asked us to support an uprising should Rosas refuse the liberal demands. The help we would give would be to install a democratic government in Argentina, not to support a free Entre-Rios.;;;;;;;;;;;;; +EVTOPT46605A;We will support the uprising when it comes.;;;;;;;;;;;;; +EVTOPT46605B;We cannot offer aid.;;;;;;;;;;;;; +EVTNAME46610;The Constitutional Demand;;;;;;;;;;;;; +EVTDESC46610;It is the will of the entrerriano people to resume the exercise of the powers inherent in its territorial sovereignty and currently delegated to His Excellency the Governor and Captain General of Buenos Aires, for the cultivation of external relations and general direction of peace and war of the Argentine Confederation, under the quadrilateral treaty of the coastal provinces dated January 4, 1831. Until now, the governor of Buenos Aires, Juan Manuel de Rosas, had all the government power and exercised all external relations for the Confederation. Each year he presented his resignation, knowing it would be rejected. Urquiza's statement was the effective acceptance of the resignation of Rosas by the Province of Entre Rios, who was resuming its ability to conduct its trade and external relations with other nations until such constitution of a republic was formalized. Neighboring governments might support Urquiza, and should he rise up in rebellion, they will intervene on his behalf.;;;;;;;;;;;;; +EVTOPT46610A;We welcome the republic.;;;;;;;;;;;;; +EVTOPT46610B;Deny and warn them that this is rebellion.;;;;;;;;;;;;; +EVTOPT46610C;We fight with Buenos Aires!;;;;;;;;;;;;; +EVTNAME46611;The Argentine Constitution of $YEAR$;;;;;;;;;;;;; +EVTDESC46611;With Rosas unable to defeat the Entre Rios rebellion, General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution to the Argentine Constitution. The province of Buenos Aires is displeased and vows to resist while the former Governor and President, Juan Manuel de Rosas, was forced to flee the country and is now exiled in the United Kingdom. Bartolome Mitre assumed Buenos Aires in his stead.;;;;;;;;;;;;; +EVTOPTA46611;Long live the Republic!;;;;;;;;;;;;; +EVTNAME46612;Rosas is Victorious;;;;;;;;;;;;; +EVTDESC46612;The rebellion in the provinces of the Argentine confederation have been put down, and both General Urquiza and his supporters have been captured and executed. The Argentine provinces have submitted to the will of Buenos Aires, and Rosas reigns supreme, the sole judge on the fate of Argentina.;;;;;;;;;;;;; +EVTOPT46612A;Unite Argentina!;;;;;;;;;;;;; +EVTOPT46612B;Let's continue as a Federation.;;;;;;;;;;;;; +EVTNAME4661001;Rosas Answer;;;;;;;;;;;;; +EVTDESC4661001;The governor of Buenos Aires and president of the Confederation, Juan Manuel de Rosas, refused our constitutional demand. Furthermore, he denied we have the right to conduct external relations ourselves and warned that any attempt to do so will be seen as rebellion.;;;;;;;;;;;;; +EVTOPT4661001A;Take control of Corrientes. Declare war on Rosas.;;;;;;;;;;;;; +EVTOPT4661001B;There is no option but submit to his will.;;;;;;;;;;;;; +EVTDESC4661002;With the defeat of the Confederation armies, General Urquiza took control of the government, marching triumphant into Buenos Aires.;;;;;;;;;;;;; +EVTOPT4661002A;Great!;;;;;;;;;;;;; +EVTNAME4661003;The National Organization;;;;;;;;;;;;; +EVTDESC4661003;With the defeat of the enemies of Buenos Aires, a call for a new country order in Argentina begins. The future of Argentina lays in the hands of the victorious.;;;;;;;;;;;;; +EVTOPT4661003A;Reform into the promised Democracy!;;;;;;;;;;;;; +EVTOPT4661003B;All power to the President!;;;;;;;;;;;;; +EVTOPT4661003C;Declare a Monarchy.;;;;;;;;;;;;; +EVTOPT4661003D;Keep things as they are.;;;;;;;;;;;;; +EVTNAME4661005;King Rosas the First;;;;;;;;;;;;; +EVTDESC4661005;Today, on the year of our Lord $YEAR$, Juan Manuel de Rosas, the Restorer of the Laws, was declared Protector of Argentina and Restorer of the Order, as the king Juan Manuel de Rosas I, the first of the Rosas dynasty, first king of the Argentine Monarchy. Long live the King!;;;;;;;;;;;;; +EVTOPT4661005A;He shall reign with absolute power!;;;;;;;;;;;;; +EVTOPT4661005B;The king shall delegate some powers.;;;;;;;;;;;;; +EVTOPT4661005C;The monarchy will be a democratic one.;;;;;;;;;;;;; +EVTNAME4661010;Paraguay Declares Independence;;;;;;;;;;;;; +EVTDESC4661010;The Congress of Paraguay formulated and declared an unilateral declaration of independence from the Argentine Confederation. While the provinces long had self rule, they were nominally part of our country and as such we have claims over it. Or we had, until they declared their independence from the Confederation.;;;;;;;;;;;;; +EVT4661010PTA;We recognize the right of the Paraguayans to rule themselves.;;;;;;;;;;;;; +EVT4661010PTB;Never! Paraguay will always be part of Argentina.;;;;;;;;;;;;; +EVTNAME700013;Recognizing Paraguay's Independence;;;;;;;;;;;;; +EVTNAME4661011;Argentina Reunited;;;;;;;;;;;;; +EVTDESC4661011;After years of strife and secession, Argentina is finally reunited.;;;;;;;;;;;;; +EVT4661011PTA;Declare the Argentine Republic!;;;;;;;;;;;;; +EVT4661011PTB;Stay as a Confederation.;;;;;;;;;;;;; +EVTNAME4661012;Negotiations with the Confederation;;;;;;;;;;;;; +EVTDESC4661012;Our country has been torn for too long. There's even talk by some Portenos that we should make our independence official and become forever separated from the Confederation.\n\nPresident Urquiza of the Argentine Confederation approached the government of Buenos Aires and offers to reunite the country by making some amendments in the constitution to benefit us, but the Portenos aren't happy with only these and threaten to become rebellious in case we accept Urquiza's offer. In the other hand, Urquiza and the Confederation threaten to force us to accept the new constitution in case this secession goes on for too long. ;;;;;;;;;;;;; +EVT4661012PTA;We will have the country united OUR way.;;;;;;;;;;;;; +EVT4661012PTB;We don't accept the constitution, but don't take action right now.;;;;;;;;;;;;; +EVT4661012PTC;Accept the offer.;;;;;;;;;;;;; +EVTNAME4661013;The Confederation is Defeated;;;;;;;;;;;;; +EVTDESC4661013;Recent battles have crushed the Confederation Army, and the forces of Buenos Aires advanced quickly replacing the government officials by ones loyal to Buenos Aires. The Civil War is over, Buenos Aires is triumphant!;;;;;;;;;;;;; +EVT4661013PTA;A country reunited!;;;;;;;;;;;;; +EVTDESC700013;The Congress of Paraguay formulated and declared an unilateral declaration of independence from the Argentine Confederation. While the provinces long had self rule, they were nominally part of Argentina. Now with the formalization of their independence, the Paraguayan government is asking from an official recognition from us.;;;;;;;;;;;;; +EVTOPT700013A;We recognize Paraguay's independence.;;;;;;;;;;;;; +EVTOPT700013B;We refuse to recognize their independence.;;;;;;;;;;;;; +EVTNAME700014;The Death of Carlos Lopez;;;;;;;;;;;;; +EVTDESC700014;In the year $YEAR$, Carlos López, President of Paraguay, died. His son, Francisco Solano López, called a congress that unanimously chose him as president for ten years. Solano López, born in the capital, was made Brigadier General of the Paraguayan Army by his father at the age of 18, in 1844, during the spasmodic hostilities then prevailing with Argentina. He was sent in 1853 as minister plenipotentiary to the United Kingdom, France, and Italy, and spent a year and a half in Europe. He purchased large quantities of arms and military supplies, together with several steamers, and organized a project for building a railroad and establishing a French colony in Paraguay. He also became infatuated with the empire of Napoleon III and with Napoleon Bonaparte himself. López equipped his army with exact copies of uniforms of Napoleonic army. He ordered for himself an exact replica of Napoleon's crown. Returning to Paraguay, he became Minister of War in 1855 and was appointed as Vice President by his father.;;;;;;;;;;;;; +EVTOPT700014A;Long may he rule!;;;;;;;;;;;;; +EVTNAME97666;The Rebellion is Over;;;;;;;;;;;;; +EVTDESC97666;Saigo Takamori is dead -- some say he committed seppuku after receiving a wound -- and the rebellion he inspired is now ended. To many, this was the last gasp of the ancient samurai... and a new way for $COUNTRY$ on the path of progress now lies ahead.;;;;;;;;;;;;; +EVT97666OPTA;Then it is done.;;;;;;;;;;;;; +EVTNAME97680;The Sakhalin Question;;;;;;;;;;;;; +EVTDESC97680;Japan has quarreled with Russia before over the rule of Sakhalin Island. Now, our influence in China and Korea has led to renewed friction between our nations. The Line of Advantage dictates that we must extend our control over the whole of Sakhalin and establish a stronger northern border. But are we willing to risk war with a European power?;;;;;;;;;;;;; +EVT97680OPTA;Demand the island, or it is war!;;;;;;;;;;;;; +EVT97680OPTB;This is not in our interests at this time.;;;;;;;;;;;;; +EVTNAME97681;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;; +EVTDESC97681;The warmongers in the Japanese government are now demanding that Russia cede Sakhalin and the Kuril Islands entirely to them. To give up so much territory without a fight would make us look very weak, but Japan's might has grown tremendously in recent decades. Can we risk a war in the Pacific?;;;;;;;;;;;;; +EVT97681OPTA;The islands aren't worth a war.;;;;;;;;;;;;; +EVT97681OPTB;Of course we will fight for the motherland!;;;;;;;;;;;;; +EVTNAME97676;War With $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC97676;Believing $COUNTRY$ to be weak, the hated Japanese have decided to strike at us and take control of our government. They shall find us a difficult target!;;;;;;;;;;;;; +EVT97676OPTA;We shall resist!;;;;;;;;;;;;; +EVTNAME97677;The Korean Question;;;;;;;;;;;;; +EVTDESC97677;Our nation's policy of the Line of Advantage dictates that we must expand our borders if we are to maintain security. Naturally, our most vulnerable point lies in neighboring Korea. They must either be brought under our direct control or made into a vassal if $COUNTRY$ is to be kept safe. Already $COUNTRY_ADJ$ generals are clamoring for war.;;;;;;;;;;;;; +EVT97677OPTA;We should take advantage while we can.;;;;;;;;;;;;; +EVT97677OPTB;This is not in our best interest.;;;;;;;;;;;;; +EVTNAME97678;The Formosa Question;;;;;;;;;;;;; +EVTDESC97678;The recent murder of Japanese sailors off the coast of Formosa has given rise to a question within the $COUNTRY_ADJ$ government: should we use this excuse to step in and wrest control of the southern island? The Line of Advantage is clear, dictating that the land would be invaluable to our goals. But are we willing to risk such a war?;;;;;;;;;;;;; +EVT97678OPTA;Demand the island, or it is war!;;;;;;;;;;;;; +EVT97678OPTB;This is not in our interests.;;;;;;;;;;;;; +EVTNAME97679;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;; +EVTDESC97679;After the recent murders of a number of $FROMCOUNTRY_ADJ$ sailors off the coast of Formosa, the $FROMCOUNTRY_ADJ$ government has delivered a demand: turn over the island, for the sake of their security, or it shall be war between $FROMCOUNTRY$ and $COUNTRY$. We know this is just an excuse for their militarist expansion... but can we stand up against their might?;;;;;;;;;;;;; +EVT97679OPTA;We cannot fight them.;;;;;;;;;;;;; +EVT97679OPTB;This insult cannot be borne!;;;;;;;;;;;;; +EVTDESC97627;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, yet the shogunate refuses to compromise with the imperial court. Many are certain this will only speed up the coming conflict.;;;;;;;;;;;;; +EVT97627OPTA;This is most unfortunate.;;;;;;;;;;;;; +EVTNAME97630;The Death of Emperor Komei;;;;;;;;;;;;; +EVTDESC97630;There are some who believe that Emperor Komei was assassinated -- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the bakufu and the imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne and eliminated any chance of compromise.;;;;;;;;;;;;; +EVT97630OPTA;We welcome the new emperor.;;;;;;;;;;;;; +EVTNAME97635;Opposition to the Bakufu;;;;;;;;;;;;; +EVTDESC97635;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. Officials within the bakufu are urging that we seek allies among either the outsider tozama or the traditional fudai, to strengthen the shogunate's position. Approaching one means angering the other, of course, but it appears we have little choice.;;;;;;;;;;;;; +EVT97635OPTA;We will seek allies among the southern tozama.;;;;;;;;;;;;; +EVT97635OPTB;We will seek allies among the northern fudai.;;;;;;;;;;;;; +EVTDESC97636;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the outsider tozama, perhaps seeking new allies. If so, this compounds injury with insult.;;;;;;;;;;;;; +EVT97636OPTA;Perhaps it is time for a change.;;;;;;;;;;;;; +EVTDESC97637;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the fudai daimyo, perhaps seeking new allies. This is hardly unexpected, though the tozama agree this makes it clear that the shogunate is not the future of Japan.;;;;;;;;;;;;; +EVT97637OPTA;Perhaps it is time for a change.;;;;;;;;;;;;; +EVTNAME97640;The Meiji Rebellion;;;;;;;;;;;;; +EVTDESC97640;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. The $COUNTRY_ADJ$ must make a decision: do we throw in our support with the imperial court, or do we uphold our duty and support the shogun?;;;;;;;;;;;;; +EVT97640OPTA;We shall support the Emperor!;;;;;;;;;;;;; +EVT97640OPTB;We shall support the Shogun!;;;;;;;;;;;;; +EVTDESC97641;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have seized control of the palace at Kyoto and declared they intend to see the emperor restored to rule over Japan. Word has it they have recruited fellow daimyo to stand with them in this traitorous war. We must issue a call to our allies and move at once!\n\n §RNOTE: To win this war, you must occupy Kyoto and the rebellion leader's capital. You must not allow Edo to become occupied, and you cannot White Peace. If you White Peace, you lose.§W;;;;;;;;;;;;; +EVT97641OPTA;The Emperor steps beyond his place!;;;;;;;;;;;;; +EVTDESC97642;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. We have little choice, as they have forced our hand. Either we rise up against the Shogun now, or the Shogun will assume we are behind the rebellion even if we are not. The time has come to fight!;;;;;;;;;;;;; +EVT97642OPTA;Then fight we shall!;;;;;;;;;;;;; +EVTNAME97645;We Are Defeated;;;;;;;;;;;;; +EVTDESC97645;The Edo palace has been occupied, and our loyal daimyo are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Emperor his victory. There is a place for the Tokugawa within the new order.;;;;;;;;;;;;; +EVT97645OPTA;The Boshin War is over.;;;;;;;;;;;;; +EVTNAME97646;The Meiji Restoration;;;;;;;;;;;;; +EVTDESC97646;$COUNTRY_ADJ$ clan forces have marched triumphantly into Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku, the Imperial Court now rules Japan once again. Victory is ours!;;;;;;;;;;;;; +EVT97646OPTA;A victory for all of Japan!;;;;;;;;;;;;; +EVTDESC97647;Emperor Meiji has been restored to rule over Japan. An imperial messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our willing allegiance to the Emperor.;;;;;;;;;;;;; +EVT97647OPTA;Of course we will comply.;;;;;;;;;;;;; +EVT97647OPTB;Never! We will fight to become the new Shogun!;;;;;;;;;;;;; +EVTNAME97648;A New Capital in the East?;;;;;;;;;;;;; +EVTDESC97648;While Kyoto has long been the capital of Japan, and home to the Imperial Court, the city of Edo has become the de facto capital -- for centuries it has been the center of shogunate power, as well as a cultural and administrative center. The Emperor will need to decide whether the court should move to Edo and create a new capital... or remain in Kyoto and revitalize it instead.;;;;;;;;;;;;; +EVT97648OPTA;We will move the capital to Edo.;;;;;;;;;;;;; +EVT97648OPTB;The capital shall remain in Kyoto.;;;;;;;;;;;;; +EVTNAME97650;We Are Defeated;;;;;;;;;;;;; +EVTDESC97650;The Imperial palace at Kyoto has been occupied, and our daimyo allies are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Shogun his victory. If we are fortunate, the $COUNTRY_ADJ$ clan will not be wiped out by this unfortunate turn of events.;;;;;;;;;;;;; +EVT97650OPTA;The Boshin War is over.;;;;;;;;;;;;; +EVTNAME97651;Tokugawa Victory;;;;;;;;;;;;; +EVTDESC97651;Tokugawa clan forces have marched triumphantly into Kyoto, and the traitor daimyos have agreed to a permanent peace. The Bakumatsu has ended with the shogunate in control once again -- victory is ours!;;;;;;;;;;;;; +EVT97651OPTA;A victory for all of Japan!;;;;;;;;;;;;; +EVTDESC97652;The Tokugawa shogunate has once again asserted control over Japan. A bakufu messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our submission to direct rule from Edo.;;;;;;;;;;;;; +EVT97652OPTA;Of course we will comply.;;;;;;;;;;;;; +EVT97652OPTB;Never! We will fight on!;;;;;;;;;;;;; +EVTNAME97660;The Taisho Era;;;;;;;;;;;;; +EVTDESC97660;With the ascension of Emperor Taisho, whose poor health has prompted a shift in political power from Japan's old guard to the Imperial Diet, democratic parties are beginning to see their influence spread throughout the country. Though democratic tradition is not deeply rooted, the idea of enfranchisement as a right of the individual Japanese citizen has become far more broadly accepted. Students, university professors and journalists inspired by Western schools of thought have organized public demonstrations to demand new reforms.;;;;;;;;;;;;; +EVT97660OPTA;Support the Taisho Democracy movement.;;;;;;;;;;;;; +EVT97660OPTB;These demonstrations are disruptive and unwanted.;;;;;;;;;;;;; +EVTNAME97661;The Shogunate Westernizes;;;;;;;;;;;;; +EVTDESC97661;A great change has taken place within the Tokugawa Shogunate, and now $COUNTRY$ must keep pace.;;;;;;;;;;;;; +EVT97661OPTA;Then change we must.;;;;;;;;;;;;; +EVTNAME97665;The Satsuma Rebellion;;;;;;;;;;;;; +EVTDESC97665;A growing dissatisfaction among the former samurai with the abolition of the han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;; +EVTNAME97670;The Northern Islands;;;;;;;;;;;;; +EVTDESC97670;The islands of Sakhalin and the Kurils are a natural extension of our holdings on Hokkaido, and we must seek to claim these places before the Russians do so first.;;;;;;;;;;;;; +EVT97665OPTA;This cannot be allowed!;;;;;;;;;;;;; +EVT97665OPTB;We cannot afford a war.;;;;;;;;;;;;; +EVT97670OPTA;We must claim the northern islands.;;;;;;;;;;;;; +EVTNAME97673;The Path of Progress;;;;;;;;;;;;; +EVTDESC97673;$COUNTRY$ has followed a militaristic path until now, determined to set ourselves against our neighbors in the interest of security -- while risking that security with dangerous wars. The new $COUNTRY_ADJ$ government has determined that this must change. We must follow a path of progress, and instead devote ourselves to technology and westernization if we are to remain free and whole.;;;;;;;;;;;;; +EVT97673OPTA;So shall it be.;;;;;;;;;;;;; +EVTNAME97674;The Line of Advantage;;;;;;;;;;;;; +EVTDESC97674;The $COUNTRY_ADJ$ government has followed a policy of progress and westernization until now, hoping that advancing $COUNTRY$ to match the Western powers would keep us safe. We now see this is in error, and that only by an aggressive expansion of our borders can we hope to maintain the security of $COUNTRY$ proper.;;;;;;;;;;;;; +EVT97674OPTA;So shall it be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, ; +EVTNAME97675;China in Chaos;;;;;;;;;;;;; +EVTDESC97675;The Chinese have fallen into warring factions, all but crumbling their power and leaving us an advantage we would be fools not to exploit. The Line of Advantage policy dictates that we should strike, and strike soon.;;;;;;;;;;;;; +EVT97675OPTA;We should take advantage while we can.;;;;;;;;;;;;; +EVT97675OPTB;This is not in our best interest.;;;;;;;;;;;;; +EVTNAME97605;Kurofune;;;;;;;;;;;;; +EVTDESC97605;More 'black ships' have appeared off our shores, these ones commanded by an American named Commodore Matthew Perry. The ill-tempered westerner is demanding an end to the Japanese policy of Sokoku -- specifically trading rights in several ports, extraterritoriality for American sailors and protection for their shipwrecks. At first he demanded to negotiate with the Emperor, but that is impossible. Thus it falls to the Shogun to either agree to his demands, risking the appearance of weakness, or refuse and bring the wrath of the Americans upon us.;;;;;;;;;;;;; +EVT97605OPTA;We have little choice but to agree.;;;;;;;;;;;;; +EVT97605OPTB;Never! We will fight the Americans if we must.;;;;;;;;;;;;; +EVTNAME97606;Commodore Perry Successful;;;;;;;;;;;;; +EVTDESC97606;Commodore Perry has returned from his mission to Japan with a treaty in hand: we have gained numerous trade concessions, but more importantly we have cracked open the shield that is Japan's policy of isolation. This is a great coup for American diplomacy and influence in the Far East.;;;;;;;;;;;;; +EVT97606OPTA;Well done!;;;;;;;;;;;;; +EVTNAME97607;The Japanese Are Defiant!;;;;;;;;;;;;; +EVTDESC97607;Commodore Perry has returned from his mission to Japan with unfortunate news: they have chosen to defy his ultimatum and thumb their collective noses at our government. Should we back down now, it will be a great blow to our prestige and our influence in the Far East. The $COUNTRY_ADJ$ war ministry in $CAPITAL$ estimates that if we §Rblockade at least a third of the Tokugawa provinces, have at least 5% of the Tokugawa population tired of the war and take at least one of their cities - or alternatively have a third of the population tired of the war - we can §Wtake a decision§R to force Tokugawa regime to the negotiating table.§W;;;;;;;;;;;;; +EVT97607OPTA;War it is!;;;;;;;;;;;;; +EVT97607OPTB;We cannot afford a war on the other side of the Pacific.;;;;;;;;;;;;; +EVTNAME97608;Japanese Surrender?;;;;;;;;;;;;; +EVTDESC97608;We are being overwhelmed by the superior might of western armaments. Despite the loss of face, we must consider offering the hated foreigners terms of our surrender.;;;;;;;;;;;;; +EVT97608OPTA;It seems we have little choice. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVT97608OPTB;We will hold out!;;;;;;;;;;;;; +EVTNAME97609;The Japanese Have Surrendered;;;;;;;;;;;;; +EVTDESC97609;We have formally concluded a treaty with the Japanese which will see our influence restored, and our demands for their ports to be opened to our ships to be met. Additionally, an indemnity will be placed upon their government to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;; +EVT97609OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME97610;The Japanese Have Refused!;;;;;;;;;;;;; +EVTDESC97610;Despite the overwhelming odds against them, the Japanese have refused our generous offer of surrender.;;;;;;;;;;;;; +EVT97610OPTA;An unfortunate choice.;;;;;;;;;;;;; +EVTNAME97615;Sonno Joi;;;;;;;;;;;;; +EVTDESC97615;'Revere the emperor and expel the barbarians!' \n\nThis is the slogan chanted by neo-confucian activists, reacting to the Tokugawa shogunate's opening of Japan to foreigners. There have been growing reports of violence all over the country, primarily against foreign visitors and statesmen but also against the shogunate itself. Each incident chips away at Tokugawa control over the daimyo and erodes relations with the western powers.;;;;;;;;;;;;; +EVT97615OPTA;Japan must not descend into anarchy.;;;;;;;;;;;;; +EVTNAME97616;$PROVINCENAME$ Incident;;;;;;;;;;;;; +EVTDESC97616;There has been an incident in $PROVINCENAME$ where samurai, acting under the political slogan of 'Sonno Joi', have committed violence against foreigners conducting business in $STATENAME$. The incident has affected the Tokugawa shogunate's relations with foreign powers, as well as incited locals into riot.;;;;;;;;;;;;; +EVT97616OPTA;This disruption is growing worse!;;;;;;;;;;;;; +EVTNAME97617;Order to Expel the Barbarians;;;;;;;;;;;;; +EVTDESC97617;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, is a challenge to the shogunate's power, and may serve to further incite rebellion.;;;;;;;;;;;;; +EVT97617OPTA;A dangerous and reckless act.;;;;;;;;;;;;; +EVTDESC97618;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, and is a challenge to the shogunate's power. The $COUNTRY_ADJ$ clan must decide whether it supports the Emperor's edict or quietly opposes it.;;;;;;;;;;;;; +EVT97618OPTA;$COUNTRY$ supports the Emperor.;;;;;;;;;;;;; +EVT97618OPTB;This is a dangerous and reckless act.;;;;;;;;;;;;; +EVTNAME97620;The Death of Iesada;;;;;;;;;;;;; +EVTDESC97620;Tokugawa Iesada, the 13th shogun of Japan, has died childless. This has begun a struggle within the bakufu to select a replacement. The southern tozama daimyo wish to see Tokugawa Yoshinobu become shogun, while the fudai daimyo and shogunate officials are more in favor of Tokugawa Iemochi -- even though he is still but a child. It seems certain that, no matter which candidate is victorious, the disaffected daimyo will see this as a loss of power and make trouble.;;;;;;;;;;;;; +EVT97620OPTA;We will support the tozama and make Yoshinobu shogun.;;;;;;;;;;;;; +EVT97620OPTB;The fudai are Tokugawa allies. Iemochi will be shogun.;;;;;;;;;;;;; +EVTNAME97621;Tokugawa Yoshinobu is Shogun;;;;;;;;;;;;; +EVTDESC97621;The shogunate has taken a step in the right direction and appointed Tokugawa Yoshinobu as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the tozama daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the tozama will be permitted more influence within the shogunate.;;;;;;;;;;;;; +EVTDESC97622;Even though the fudai daimyo, the relatives and close allies of the Tokugawa clan, supported the appointment of young Iemochi as the new shogun following Iesada's death, instead the leader of the bakufu will be Yoshinobu... a candidate favored by the outsider tozama daimyo. The fudai are growing increasingly alarmed at the insidious influence of the tozama, and there is a stirring sentiment that perhaps the time has come for a grander change.;;;;;;;;;;;;; +EVTNAME97623;Tokugawa Iemochi is Shogun;;;;;;;;;;;;; +EVTDESC97623;Pandering once again to the fudai daimyo, all relatives and close allies within the bakufu, the child Iemochi has been appointed shogun -- instead of the more sensible candidate chosen by the tozama. It is becoming increasingly clear that a larger change is necessary. Perhaps the time has come for the Emperor to rule Japan, a single leader to bring the nation into this new era?;;;;;;;;;;;;; +EVT97623OPTA;We shall see.;;;;;;;;;;;;; +EVTDESC97624;The shogunate has taken a step in the right direction and appointed Tokugawa Iemochi as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the fudai daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the outsider tozama will have their influence in the bakufu kept to a minimum.;;;;;;;;;;;;; +EVT97624OPTA;A good sign indeed.;;;;;;;;;;;;; +EVTNAME97625;Sakuradamon Incident;;;;;;;;;;;;; +EVTDESC97625;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point. Many are urging that a policy of Kobu Gattai -- a union of the bakufu and the imperial court -- may be required.;;;;;;;;;;;;; +EVT97625OPTA;A compromise is clearly required.;;;;;;;;;;;;; +EVT97625OPTB;No! There will be no compromise with traitors!;;;;;;;;;;;;; +EVTDESC97626;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, and thus the bakufu has begun a compromise policy of Kobu Gattai -- a union of the bakufu and the imperial court. Some are seeing this as a sign of further weakness.;;;;;;;;;;;;; +EVTNAME98400;The Jewish Diaspora;;;;;;;;;;;;; +EVTDESC98400;Now that a true Jewish homeland has been established, Israel will begin to draw many Jewish people who live in countries across the world -- though this will inevitably anger many neighboring Islamic countries who object to its presence.;;;;;;;;;;;;; +EVTNAME98405;The Jewish Homeland;;;;;;;;;;;;; +EVT98400OPTA;We welcome all who wish to come.;;;;;;;;;;;;; +EVTDESC98405;Jewish families in $PROVINCENAME$, having originally arrived in $COUNTRY$ as a result of the diaspora, are reportedly planning on emigrating to Israel -- the newly-established Jewish homeland in the Palestine. We could encourage them to remain, but that might not be a simple matter.;;;;;;;;;;;;; +EVTDESC10100_NEW;Phytophthora infestans, the dreaded potato blight, has struck one of our farming provinces. Starving smallholders, and in some places driving whole families from their homes, the potato blight has caused a localized famine that threatens to spread.;;;;;;;;;;;;; +EVTNAME10120_NEW;$COUNTRY_ADJ$ Herald;;;;;;;;;;;;; +EVTDESC10120_NEW;A new daily has begun circulating in $COUNTRY$. The $COUNTRY_ADJ$ Herald, carrying hard-hitting political commentary, literary critique and local news, has quickly developed into a flagship for local liberal politics.;;;;;;;;;;;;; +EVTDESC10130_NEW;A local chapter of the Chartist Society, calling for a broadening of the voting franchise, and an end to landed voting rights, has opened in $COUNTRY$.;;;;;;;;;;;;; +EVTDESC10140_NEW;Liberal causes have started to gain traction in $COUNTRY$. While no one knows for sure, rumor has it that the root cause of this sudden upswing in liberal propaganda efforts is the recent foundation of a secret society, forced into hiding due to the persecution of any legitimate opposition to the ruling party. Whether it be the Rosicrucian's or the Illuminati, these society members will continue to act from the shadows until $COUNTRY$ allows free debate and opposition in its politics.;;;;;;;;;;;;; +EVTDESC10150_NEW;The smog from the factories hangs low against the blood red of a charcoal sky. Far away in the depths of the city, in the deepest bowels of the industrial machine, the cries and shouts of a forming mob can be heard echoing against a backdrop of drainpipes and smokestacks. Infuriated over poor working conditions, clamoring for a return to a lost pastoral dream remembered, Luddites take to the streets in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME10155;Pan-Nationalist Fervor;;;;;;;;;;;;; +EVTDESC10155;A fervor has been sweeping through parts of $COUNTRY$, with liberal-minded revolutionaries calling for $COUNTRY_ADJ$ citizens to rise up and demand the unification of $CULTURE_GROUP_UNION$. They have begun waving $UNION_ADJ$ flags in the streets, fomenting riots and violence. The police have had difficulties dealing with the problem.;;;;;;;;;;;;; +EVT10155OPTA;Long live $CULTURE_GROUP_UNION$!;;;;;;;;;;;;; +EVTDESC10160_NEW;Immorality is like water, flowing through every conceivable crack in the dams of legal authority. Liberals in $COUNTRY$ have, on account of the ban on public meetings, begun holding banquets. Ostensibly without purpose -- A gathering among friends, a celebration, a feast -- the common knowledge secret that no one dare pronounce is that these banquets are political meetings carried out behind a thin veneer of legality.;;;;;;;;;;;;; +EVTNAME10205;Fighting in the Streets;;;;;;;;;;;;; +EVTDESC10205;Tensions in one of our provinces reached a boiling point recently, with liberals and reactionaries battling in the streets. $COUNTRY_ADJ$ police were quick to move in, but tempers remain high and already there are reports of fighting elsewhere in the state. Officials are calling for decisive action to put an end to the violence.;;;;;;;;;;;;; +EVT10205OPTA;Punish the liberals.;;;;;;;;;;;;; +EVT10205OPTB;Punish the reactionaries.;;;;;;;;;;;;; +EVT10205OPTC;The fighting simply has to stop.;;;;;;;;;;;;; +EVTNAME10190_NEW;Fiery Sermon in $PROVINCENAME$;;;;;;;;;;;;; +EVTNAME10200_NEW;Liberal Insurrection in $PROVINCENAME$;;;;;;;;;;;;; +EVTNAME10210_NEW;Liberal Revolt in $PROVINCENAME$;;;;;;;;;;;;; +EVTNAME10215;Inspired Nationalists;;;;;;;;;;;;; +EVTDESC10215;Nationalists in $COUNTRY$, inspired by the wave of liberalism in a neighboring nation, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could inflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;; +EVT10215OPTA;Revolution is like the plague.;;;;;;;;;;;;; +EVTNAME10216;Nationalist Fervor in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC10216;Nationalists in $PROVINCENAME$, inspired by the wave of liberalism throughout $COUNTRY$, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could inflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;; +EVT10216OPTA;Crush them.;;;;;;;;;;;;; +EVT10216OPTB;Make promises of reform.;;;;;;;;;;;;; +EVTDESC10170_NEW;Like rats carrying contagious diseases, the preachers of modernity move effortlessly back and forth across our borders. Liberal agitation has spread to $PROVINCENAME$ from a neighboring province and is now threatening to inflame the entire state. We might want to send some troops here.;;;;;;;;;;;;; +EVTDESC10200_NEW;'Death to the $MONARCHTITLE$!', a hoarse voice cries. The streets in $PROVINCENAME$ have come alive. A local injustice, or the perception of one, have animated the unwashed masses into rebellion against our rule and threatens to spread to the rest of the state. The revolt is still small enough that its future course has not been set in stone, and leniency might avert it, but perhaps it is best to put our foot down firmly to set an example?;;;;;;;;;;;;; +EVTNAME10221;Chartist Rally in Kennington Common;;;;;;;;;;;;; +EVTDESC10221;A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the government are suggesting that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;; +EVT10221OPTA;Implement the People's Charter.;;;;;;;;;;;;; +EVT10221OPTB;Shut them down.;;;;;;;;;;;;; +EVT98405OPTA;Whoever wishes to go may leave.;;;;;;;;;;;;; +EVT98405OPTB;Give them incentives to stay.;;;;;;;;;;;;; +EVTNAME10225;Hungarian Revolution of $YEAR$;;;;;;;;;;;;; +EVTDESC10225;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus we now face civil war to maintain the integrity of the empire.;;;;;;;;;;;;; +EVT10225OPTA;We will restore order!;;;;;;;;;;;;; +EVT10225OPTB;We have no choice but to let them go.;;;;;;;;;;;;; +EVT10225OPTC;Throw off Hapsburg rule!;;;;;;;;;;;;; +EVTNAME10226;Freedom At Last!;;;;;;;;;;;;; +EVTDESC10226;We have won our freedom from Austrian rule! The people have gathered in $CAPITAL$ in jubilation!;;;;;;;;;;;;; +EVT10226OPTA;A new age has begun!;;;;;;;;;;;;; +EVTNAME10227;The Hungarian Question;;;;;;;;;;;;; +EVTDESC10227;Hungarian lands rightfully belong to us. With their new-found freedom, we are left with the decision whether we should pursue our claim to their lands or instead try to reconcile with the Hungarian government. If they remain hostile, after all, and we are unable to defeat them, they will become a very dangerous enemy on our border. Admitting their loss, however, might be a blow to our prestige we will never recover from.;;;;;;;;;;;;; +EVT10227OPTA;Hungary belongs to Austria.;;;;;;;;;;;;; +EVT10227OPTB;We must pursue reconciliation.;;;;;;;;;;;;; +EVTNAME10228;Constitutional Reform;;;;;;;;;;;;; +EVTDESC10228;With the entire nation ready to overthrow the monarchy, ministers have approached the King with advice on reforming the constitution before it's too late. The loss of Belgium has made a revision necessary already. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals.;;;;;;;;;;;;; +EVT10228OPTA;We have little choice.;;;;;;;;;;;;; +EVT10228OPTB;Some limited freedoms are acceptable, but no more.;;;;;;;;;;;;; +EVT10228OPTC;Never! Shut the liberals down!;;;;;;;;;;;;; +EVTNAME10229;The $COUNTRY_ADJ$ Uprising;;;;;;;;;;;;; +EVTDESC10229;With the people seemingly ready to break down our doors, demanding constitutional reform, perhaps we should consider giving it to them? Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... for now.;;;;;;;;;;;;; +EVT10229OPTA;Give them limited reforms, if it pleases them.;;;;;;;;;;;;; +EVT10229OPTB;Make promises, but work to undermine them.;;;;;;;;;;;;; +EVTNAME16401;$FROMCOUNTRY$ Applies For Statehood!;;;;;;;;;;;;; +EVTDESC16401;Yesterday morning we received a petition from the $FROMCOUNTRY_ADJ$ government, requesting Statehood in the Federal Republic of Central America. A state constitution has been submitted, along with maps defining the state's territorial boundaries. Common opinion seems to hold it a forgone conclusion that we will accept this petition for statehood and forever join $FROMCOUNTRY$ into our prosperous $COUNTRY_ADJ$ republic.;;;;;;;;;;;;; +EVT16401OPTA;We accept.;;;;;;;;;;;;; +EVT16401OPTB;We refuse.;;;;;;;;;;;;; +EVTNAME16500;Second Constitutional Convention;;;;;;;;;;;;; +EVTDESC16500;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population -- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;; +EVT16500OPTA;The convention will move forward.;;;;;;;;;;;;; +EVT16500OPTB;The constitution shall not be amended to appease abolitionists.;;;;;;;;;;;;; +EVTNAME16501;Dissatisfaction in the North;;;;;;;;;;;;; +EVTDESC16501;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. Despite the move to more proportional government, things have not changed and thus there is talk that perhaps it is the north that needs to secede into a new union based on the freedom of men.;;;;;;;;;;;;; +EVT16501OPTA;And what will this achieve, exactly?;;;;;;;;;;;;; +EVTDESC16505;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, fueled by outrage over the changes to the American constitution which have stripped states of their equality. Local sentiments seem to be turning towards the south even though $STATENAME$ is not a slave state.;;;;;;;;;;;;; +EVTDESC16506;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, as liberals spread loud complaints over their dissatisfaction with the deadlock in the senate. They speak of a new Union based in the north, based on the true freedom the founding fathers intended.;;;;;;;;;;;;; +EVTNAME16510;The Free States of America;;;;;;;;;;;;; +EVTDESC16510;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this the act of traitors, and already is assembling its military to crush the northern secessionists. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking.;;;;;;;;;;;;; +EVT16510OPTA;We support the Free Americans!;;;;;;;;;;;;; +EVT16510OPTB;The rebels shall be dealt with swiftly and mercilessly.;;;;;;;;;;;;; +EVTNAME16515;The Union Sundered;;;;;;;;;;;;; +EVTDESC16515;The civil war is over... and we have lost. The United States of America that was is now gone. Delegates in $CAPITAL$ have convened to urge the government to put aside the former constitution, declaring it irrelevant for the reality that now faces us. A new constitution is being drafted, one heralding our place as master of the South, though there are yet some who say our destiny must one day be retaken and that not all is lost.;;;;;;;;;;;;; +EVT16515OPTA;All of America will be retaken. We swear it.;;;;;;;;;;;;; +EVTNAME97550;The Federal Republic;;;;;;;;;;;;; +EVTDESC97550;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. At this point, the struggle to maintain the union seems like an almost impossible one. \n\n§RNOTE: If rebels hold the capital of their country for more than 60 days, that country will declare independence.§W;;;;;;;;;;;;; +EVTNAME97551;Costa Rica Declares Independence;;;;;;;;;;;;; +EVTDESC97551;With rebels in Nicaragua having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in southern Costa Rica. Government authorities have withdrawn as locals have overtaken the capital in San Jose.;;;;;;;;;;;;; +EVTNAME97552;Nicaragua Declares Independence;;;;;;;;;;;;; +EVTDESC97552;With rebels in Honduras having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in Nicaragua. Government authorities have withdrawn as locals have overtaken the capital in Managua.;;;;;;;;;;;;; +EVTNAME975521;Honduras Declares Independence;;;;;;;;;;;;; +EVTDESC975521;With rebels rampant in the south, it has become next to impossible for the government to maintain order in Honduras. Government authorities have withdrawn as locals have overtaken the capital in Comayagua.;;;;;;;;;;;;; +EVTNAME975522;El Salvador Declares Independence;;;;;;;;;;;;; +EVTDESC975522;With rebels rampant in the south, it has become next to impossible for the government to maintain order in El Salvador. Government authorities have withdrawn as locals have overtaken the capital in San Salvador.;;;;;;;;;;;;; +EVT975521OPTA;The republic must live on!;;;;;;;;;;;;; +EVTNAME97553;Order Restored in El Salvador;;;;;;;;;;;;; +EVTDESC97553;The government has managed to restore order in the El Salvador region. Officials in San Salvador have re-dedicated themselves to the future of the union.;;;;;;;;;;;;; +EVTNAME97554;Order Restored in Honduras;;;;;;;;;;;;; +EVTDESC97554;The government has managed to restore order in the Honduras region. Officials in Comayagua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;; +EVTNAME97555;Order Restored in Nicaragua;;;;;;;;;;;;; +EVTDESC97555;The government has managed to restore order in the Nicaragua region. Officials in Managua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;; +EVTNAME97556;Order Restored in Costa Rica;;;;;;;;;;;;; +EVTDESC97556;The government has managed to restore order in the Costa Rica region. Officials in San Jose have re-dedicated themselves to the future of the union.;;;;;;;;;;;;; +EVT97556OPTA;Excellent news!;;;;;;;;;;;;; +EVTNAME97560;End of the Republic?;;;;;;;;;;;;; +EVTDESC97560;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether we should fight to preserve what we have. Some consider that to be an impossible task, though liberals argue that we should not allow conservatives doom the region to a future of division and internal squabbling.;;;;;;;;;;;;; +EVT97560OPTA;We will fight to preserve the republic!;;;;;;;;;;;;; +EVT97560OPTB;The republic must end.;;;;;;;;;;;;; +EVTNAME32550;The Belize Purchase?;;;;;;;;;;;;; +EVTDESC32550;Central American delegates have recently come in from London in hopes of purchasing British Belize. What should we do?;;;;;;;;;;;;; +EVT32550OPTA;We gladly accept.;;;;;;;;;;;;; +EVT32550OPTB;We refuse.;;;;;;;;;;;;; +EVTNAME32551;$FROMCOUNTRY$ Accepts!;;;;;;;;;;;;; +EVTDESC32551;$FROMCOUNTRY$ has agreed to sell Belize to us! Long live the Federal Republic of Central America!;;;;;;;;;;;;; +EVT32551OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME32552;$FROMCOUNTRY$ Declines!;;;;;;;;;;;;; +EVTDESC32552;$MONARCHTITLE$, negotiations with $FROMCOUNTRY$ over Belize have stalled, and they have declined to sell us the colony.;;;;;;;;;;;;; +EVT32552OPTA;Hm, I see.;;;;;;;;;;;;; +EVTNAME975600;The War Must End;;;;;;;;;;;;; +EVTDESC975600;We must end the civil war. It has gone on too long.;;;;;;;;;;;;; +EVT975600OPTA;So must it be.;;;;;;;;;;;;; +EVTNAME975610;The Secession of Costa Rica;;;;;;;;;;;;; +EVTDESC975610;Costa Rica has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;; +EVT975610OPTA;Order must be restored!;;;;;;;;;;;;; +EVT975610OPTB;Let them go.;;;;;;;;;;;;; +EVTNAME97559;The Secession of Nicaragua;;;;;;;;;;;;; +EVTDESC97559;Nicaragua has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;; +EVTNAME97558;The Secession of Honduras;;;;;;;;;;;;; +EVTDESC97558;Honduras has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;; +EVTNAME97557;The Secession of El Salvador;;;;;;;;;;;;; +EVTDESC97557;El Salvador has seceded from the Federal Republic, sparking renewed unrest elsewhere in the union.;;;;;;;;;;;;; +EVTNAME16425;Little Bighorn;;;;;;;;;;;;; +EVTOPTB16020;Find for Scott;;;;;;;;;;;;; +EVTNAME16445;Apache Raiders;;;;;;;;;;;;; +EVTDESC16445;Local native groups are raiding our settlements in $PROVINCENAME$.;;;;;;;;;;;;; +EVT16445OPTA;Blast them!;;;;;;;;;;;;; +EVTNAME44122;Webster–Ashburton Treaty;;;;;;;;;;;;; +EVTDESC44122;We have concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between our nations. In particular, the treaty has clearly established the border between Maine and the British colony of New Brunswick.;;;;;;;;;;;;; +EVT44122OPTA;Great!;;;;;;;;;;;;; +EVT44122OPTB;The US does not compromise.;;;;;;;;;;;;; +EVTNAME44125;The Western Territories;;;;;;;;;;;;; +EVTDESC44125;Mexico is not properly utilizing the lands between ours and the Pacific. It is our destiny to bring American rule and prosperity to all of North America, and our responsibility to take these lands from Mexico so they may flourish. To avoid further war with Mexico, we should approach their government and see if they will consider selling these lands to us.;;;;;;;;;;;;; +EVTNAME44126;$FROMCOUNTRY$ Demands Northwest Territories!;;;;;;;;;;;;; +EVTDESC44126;The American ambassador has informed us that it would be in our best interests to sell the lands north of the Rio Grande to the United States. The amount they offer is considerable, and the northwest territories are of limited value to us, but it is almost an insult that they would think us so eager to give up our rightful territory.;;;;;;;;;;;;; +EVT44126OPTA;No. That land is rightfully ours.;;;;;;;;;;;;; +EVT44126OPTB;We cannot afford for this to escalate.;;;;;;;;;;;;; +EVTNAME44127;Mexico Has Refused!;;;;;;;;;;;;; +EVTDESC44127;The Mexicans have refused our generous offer. Our only recourse is force of arms.;;;;;;;;;;;;; +EVT44127OPTA;Our military could use the target practice.;;;;;;;;;;;;; +EVT44127OPTB;We don't need this to come to a war yet.;;;;;;;;;;;;; +EVTNAME44140;The Northern Alaska Purchase;;;;;;;;;;;;; +EVTDESC44140;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our territory in northern Alaska. The land is not valuable, and since previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict, we should perhaps consider the sale.;;;;;;;;;;;;; +EVTNAME44141;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC44141;$FROMCOUNTRY$ has refused to sell the Alaskan territory. Considering that the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;; +EVTNAME44142;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC44142;The Alaskan territory is ours!;;;;;;;;;;;;; +EVTNAME44145;The Hawaiian Islands Purchase;;;;;;;;;;;;; +EVTDESC44145;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our Pacific Island territories near Hawaii. The land is not valuable, and previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict. We should perhaps consider the sale.;;;;;;;;;;;;; +EVT44145OPTA;Sell the territory.;;;;;;;;;;;;; +EVT44145OPTB;Never! We got there first.;;;;;;;;;;;;; +EVTDESC44146;$FROMCOUNTRY$ has refused to sell the Hawaiian Islands territory. Considering the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;; +EVT44146OPTA;A foolish move.;;;;;;;;;;;;; +EVTDESC44147;The Hawaiian Islands are ours!;;;;;;;;;;;;; +EVT44147OPTA;A wise move. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTNAME44150;54-40 or Fight!;;;;;;;;;;;;; +EVTDESC44150;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region west of the Rockies (called Columbia by the British) has been explored by both countries and there are legitimate claims on either side. British claims stretch all the way south to the 42nd Parallel while American claims reach north to the 54th Parallel. But the British claim they are willing to compromise and have been pushing for an established border along the Columbia River which they believe would be a fair solution and help both nations avoid another costly war. It's clearly a tense situation, and the spectre of war with the British looms as politicians in the current election campaign are banging the drums of Manifest Destiny in order to gain support.;;;;;;;;;;;;; +EVT44150OPTA;All of Oregon belongs to the United States.;;;;;;;;;;;;; +EVT44150OPTB;Open further negotiations with the British.;;;;;;;;;;;;; +EVT44150OPTC;If a border along the Columbia River helps us avoid war, so be it.;;;;;;;;;;;;; +EVTNAME44151;The Columbia District;;;;;;;;;;;;; +EVTDESC44151;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. The British claim all the way south to the 42nd Parallel and the Americans north to the 54th Parallel. The situation is tense, and made more so by jingoistic American politicians calling for sovereignty over the entire continent. Even so, the American government has sent a delegation seeking a compromise in the region.;;;;;;;;;;;;; +EVT44151OPTA;We will agree to split the territory between us.;;;;;;;;;;;;; +EVT44151OPTB;We will not allow a former colony to threaten our interests.;;;;;;;;;;;;; +EVTNAME44152;The Oregon Treaty;;;;;;;;;;;;; +EVTDESC44152;The British have agreed to a compromise, splitting the Oregon Country between us at the 49th Parallel. Any British lands held by us will be turned over to them, and vice-versa. Though some Americans are upset, many others are breathing a sigh of relief.;;;;;;;;;;;;; +EVT44152OPTA;This will settle the matter once and for all.;;;;;;;;;;;;; +EVTNAME44153;Oregon Negotiations Break Down;;;;;;;;;;;;; +EVTDESC44153;The talks with the British have broken down, primarily due to the continuing calls by warmongering politicians. Neither of our options now is very pleasant: either we abandon our claims to Oregon no matter what some might think, or we press ahead with the claims and brace for eventual war.;;;;;;;;;;;;; +EVT44153OPTA;Abandon our claims.;;;;;;;;;;;;; +EVT44153OPTB;Press ahead with our claims.;;;;;;;;;;;;; +EVTNAME44154;American Claims in Columbia;;;;;;;;;;;;; +EVTDESC44154;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by American politicians rattling their sabers over their idea of 'Manifest Destiny', and they have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war, and our only consideration should probably be whether we wish to pursue another costly war with the Americans in North America when our time could better be spent elsewhere.;;;;;;;;;;;;; +EVTNAME44155;Oregon Country is Ours;;;;;;;;;;;;; +EVT44154OPTA;Let them have Columbia. It is not worth fighting over.;;;;;;;;;;;;; +EVT44154OPTB;We will not allow a former colony to threaten our interests.;;;;;;;;;;;;; +EVTDESC44155;The British have elected to withdraw from Oregon and have signed a treaty to hand any American land over to us.;;;;;;;;;;;;; +EVT44155OPTA;A grand day for Manifest Destiny!;;;;;;;;;;;;; +EVTNAME44156;Compromise Along Columbia River;;;;;;;;;;;;; +EVTDESC44156;Tensions over the Columbia District seemed to fizzle as American willingness to compromise had become well apparent to British diplomats during negotiations. A favourable agreement appears to have come within our grasp which would split the Columbia District along the Columbia River and end most disputes over the territory.;;;;;;;;;;;;; +EVT44156OPTA;All's well that ends well.;;;;;;;;;;;;; +EVT44156OPTB;The United Kingdom demands Columbia in its entirety!;;;;;;;;;;;;; +EVTNAME95026;Liberian Independence;;;;;;;;;;;;; +EVTDESC95026;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS is urging Liberia to proclaim independence and find its own destiny.;;;;;;;;;;;;; +EVT95026OPTA;Proclaim independence.;;;;;;;;;;;;; +EVT95026OPTB;We value American protection.;;;;;;;;;;;;; +EVTDESC95027;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS has convinced Liberia to request its independence from the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVT95027OPTA;Grant them independence.;;;;;;;;;;;;; +EVT95027OPTB;This is not in our interests.;;;;;;;;;;;;; +EVTNAME95028;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC95028;Despite the urging of the ACS, the $FROMCOUNTRY_ADJ$ has denied $COUNTRY_ADJ$ independence.;;;;;;;;;;;;; +EVT95028OPTA;Outrageous!;;;;;;;;;;;;; +EVTNAME44805;Antonio López de Santa Anna;;;;;;;;;;;;; +EVTDESC44805;A general and war hero of Mexican independence, Santa Anna was elected President in 1833. After deposing his liberal vice-president, Santa Anna abrogated the 1826 Constitution and took control of the country as a conservative dictator with both church and military backing. Many Mexican states objected to this centralization of power, and with the rebellion of Tejas to the north the entire country seems to be in a state of chaos.;;;;;;;;;;;;; +EVT44805OPTA;The rebels shall be brought to their knees.;;;;;;;;;;;;; +EVTNAME44810;Rebellion in $STATENAME$;;;;;;;;;;;;; +EVTDESC44810;Malcontents in $STATENAME$ have risen up in defiance of the government, demanding a return to democratic rule!;;;;;;;;;;;;; +EVT44810OPTA;More rebel scum?!;;;;;;;;;;;;; +EVTNAME44815;Texas Recaptured!;;;;;;;;;;;;; +EVTDESC44815;The rebel state of Tejas has been recaptured. A glorious victory for Mexico and a blow against the malcontents who seek to spread dissension and discord!;;;;;;;;;;;;; +EVT44815OPTA;That will teach them.;;;;;;;;;;;;; +EVTNAME44820;Republic of the Rio Grande;;;;;;;;;;;;; +EVTDESC44820;Inspired by the success of the Tejas rebellion, liberal malcontents in the provinces along the Rio Grande have risen up and declared their independence from Mexico.;;;;;;;;;;;;; +EVT44820OPTA;This cannot be allowed!;;;;;;;;;;;;; +EVT44820OPTB;We can do nothing.;;;;;;;;;;;;; +EVTNAME44821;The Yucatan Republic;;;;;;;;;;;;; +EVTDESC44821;Angered by the abrogation of the 1824 Constitution and the centralization of government power in Mexico City, liberals in the Yucatan have declared their independence.;;;;;;;;;;;;; +EVTNAME44822;Join the United Provinces?;;;;;;;;;;;;; +EVTDESC44822;Eventually, the Mexican government will come after our country and seek to re-incorporate it into the federation. If we are to survive, joining the United Provinces of Central America may be our only hope. Shall we make the request?;;;;;;;;;;;;; +EVT44822OPTA;Join them.;;;;;;;;;;;;; +EVT44822OPTB;We shall remain independent.;;;;;;;;;;;;; +EVTNAME44825;The Treaty of Guadalupe Hidalgo;;;;;;;;;;;;; +EVTDESC44825;With our capital under American control, it seems we have little choice but to negotiate. The Americans have offered us a deal: the normalization of relations, the forgiveness of our debt and the payment of a great deal of money... all in exchange for a cession of all the northern territories currently claimed by their country. If we refuse, it may mean many years more of war for us until these Americans get what they want.;;;;;;;;;;;;; +EVT44825OPTA;We agree to their proposal.;;;;;;;;;;;;; +EVT44825OPTB;We refuse!;;;;;;;;;;;;; +EVTNAME44826;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC44826;$FROMCOUNTRY$ has signed the Treaty of Guadalupe Hidalgo, ceding all American-claimed territory to our control. For now, the relations between our two countries can return to normal.;;;;;;;;;;;;; +EVT44826OPTA;A wise move. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVTNAME44827;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC44827;Despite having them over the figurative barrel, the $FROMCOUNTRY_ADJ$ government has refused to capitulate to our demands. So much the worse for them.;;;;;;;;;;;;; +EVT44827OPTA;A foolish move.;;;;;;;;;;;;; +EVTNAME44830;Execution of Emperor Maximilian;;;;;;;;;;;;; +EVTDESC44830;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death. Benito Juárez has assumed the role of President of Mexico.;;;;;;;;;;;;; +EVT44830OPTA;It was bound to happen.;;;;;;;;;;;;; +EVTNAME44835;The Plan of Tuxtepec;;;;;;;;;;;;; +EVTDESC44835;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has disavowed the presidency of Sebastián Lerdo de Tejada and installed Diaz as a military-backed dictator.;;;;;;;;;;;;; +EVT44835OPTA;Never!;;;;;;;;;;;;; +EVT44835OPTB;We welcome El Presidente!;;;;;;;;;;;;; +EVTNAME44840;Santa Anna Captured!;;;;;;;;;;;;; +EVTDESC44840;In a surprise development, the leader of Mexico -- General Antonio de Santa Anna himself -- has been captured. Found running through the countryside, attempting to escape back to Mexico, he has been imprisoned in a Texan jail and forced to negotiate. We can force the man to agree to a peace treaty -- even though many consider the odds of Santa Anna's own country agreeing to terms exacted under duress to be slight, it may be our only hope against overwhelming odds. At the very least, the humiliation dealt against their leader will be a blow against the Mexican government and one from which they will not soon recover.;;;;;;;;;;;;; +EVT44840OPTA;Force him to sign the treaty.;;;;;;;;;;;;; +EVT44840OPTB;Execute him.;;;;;;;;;;;;; +EVTDESC44841;In a humiliating blow to Mexico's prestige, General Santa Anna has been captured within Texan territory -- separated from our army and found wandering the countryside in an attempt to return to Mexico. While imprisoned, he agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. We are now faced with a question: while the treaties are worthless, disregarding them completely could give the Americans a cause to intervene. Either way, one thing is certain: as the architect of this fiasco, Santa Anna's time in power is done.;;;;;;;;;;;;; +EVT44841OPTA;Honor the treaty and negotiate for Santa Anna's return.;;;;;;;;;;;;; +EVT44841OPTB;Call a ceasefire -- for now.;;;;;;;;;;;;; +EVT44841OPTC;Continue the war. Let the Americans do as they wish.;;;;;;;;;;;;; +EVTNAME44842;The Treaties of Velasco;;;;;;;;;;;;; +EVTDESC44842;While Mexico had every reason to refute the treaties signed by Santa Anna, it seems their willingness to continue the war against Texas has waned. They will not embarrass themselves further, and have agreed to let us remain free in exchange for Santa Anna's return. For the moment, this means the war with Mexico is over... whether that peace will continue remains to be seen.;;;;;;;;;;;;; +EVT44842OPTA;Victory for Texas!;;;;;;;;;;;;; +EVTNAME44843;Ceasefire With Mexico;;;;;;;;;;;;; +EVTDESC44843;As expected, the Mexican government has refuted the Treaties of Velasco and refused to negotiate for Santa Anna's return. They are, however, evidently afraid that the treaties have enough validity that ignoring them would give the Americans an excuse to intervene -- and have called for a ceasefire. How long it will last is unknown, but for the moment Texas has its respite.;;;;;;;;;;;;; +EVT44843OPTA;This will have to do.;;;;;;;;;;;;; +EVTNAME44844;Mexico Ignores the Treaties;;;;;;;;;;;;; +EVTDESC44844;Not unexpectedly, Mexico has ignored the terms of the Treaties of Velasco -- claiming that Santa Anna only agreed to them under duress. Indeed, Santa Anna himself has been quick to back up their claim even despite his precarious position. The one bright light in this? It might be the cause the American government has been looking for to intervene in our war.;;;;;;;;;;;;; +EVT44844OPTA;Appeal to the Americans for help.;;;;;;;;;;;;; +EVT44844OPTB;We will fight this out on our own.;;;;;;;;;;;;; +EVTNAME44845;War With Mexico!;;;;;;;;;;;;; +EVTDESC44845;Despite the assurances supposedly offered by the Treaties of Velasco, we once again find ourselves at war with Mexico. The ceasefire is, it seems, now over. While many in our government never expected Mexico to live up to the terms of the treaties anyhow, they do suggest that this might be enough cause for the Americans to intervene. Such an intervention would, of course, be inviting the wolves through the front door… but do we have any other choice?;;;;;;;;;;;;; +EVTNAME44846;The Texan Diplomat;;;;;;;;;;;;; +EVTDESC44846;A diplomat has arrived in Washington from Texas -- a part of the Mexican frontier, settled by southerners who had been offered land by the Mexican government and who then rebelled against its tyranny. The diplomat has asked for American intervention in their war, claiming that a treaty had been worked out with Mexico which they then of course immediately refuted. It seems like shaky grounds… but do we turn our backs on them?;;;;;;;;;;;;; +EVT44846OPTA;Tell them we will do what we can.;;;;;;;;;;;;; +EVT44846OPTB;They are on their own.;;;;;;;;;;;;; +EVTNAME96100;The Arab Revolt;;;;;;;;;;;;; +EVTDESC96100;A wave of nationalism has begun to spread among the Mashriqi, fueled by their resentment over $COUNTRY_ADJ$ rule. Our governors in the region are understandably nervous, and report that we can expect major rebellions in the coming years unless we are very careful.;;;;;;;;;;;;; +EVT96100OPTA;Put them down.;;;;;;;;;;;;; +EVT96100OPTB;Perhaps self-governance will make them happy?;;;;;;;;;;;;; +EVTNAME96101;$COUNTRY_ADJ$ Self-Rule;;;;;;;;;;;;; +EVTDESC96101;We have been granted self-rule by our $FROMCOUNTRY_ADJ$ rulers.;;;;;;;;;;;;; +EVT96101OPTA;They think this will make us happy?;;;;;;;;;;;;; +EVTDESC96102;The Arab Revolt has begun, and many people in $CAPITAL$ are flying the revolt flag. They are demanding freedom from foreigner rule, and we will have difficulty keeping them under control... provided that's what we wish to do, of course.;;;;;;;;;;;;; +EVT96102OPTA;We shall see.;;;;;;;;;;;;; +EVTNAME96105;End of the Arab Revolt;;;;;;;;;;;;; +EVTDESC96105;The general insurgency by $COUNTRY$'s Arab population has been brought to an end. For the moment, peace has been restored and the momentum of the Arab resistance dissolved.;;;;;;;;;;;;; +EVT96105OPTA;Excellent news!;;;;;;;;;;;;; +EVTNAME96106;Arab Uprising in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC96106;We have received word of an uprising that has occurred in $PROVINCENAME$. A group of Mashriqi tribesman attacked the local $COUNTRY_ADJ$ garrison, and were quickly put down. The $PROVINCENAME$ governor made a point of displaying their bodies, hoping that would discourage others from following suit. It hasn't. Arab outrage has been fanned throughout $STATENAME$.;;;;;;;;;;;;; +EVT96106OPTA;Reprimand the governor. This cannot get out of hand.;;;;;;;;;;;;; +EVT96106OPTB;Put this down quickly.;;;;;;;;;;;;; +EVTNAME96110;The House of Saud Returns;;;;;;;;;;;;; +EVTDESC96110;Abdul-Aziz, scion of the House of Saud, has returned from exile in Kuwait. Not only that, the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh. We must deal with ibn Saud quickly, lest he retake even more land and reverse our earlier victory over his house.;;;;;;;;;;;;; +EVT96110OPTA;A fruitless rebellion against our rule.;;;;;;;;;;;;; +EVTNAME96115;The Rule of Hedjaz;;;;;;;;;;;;; +EVTDESC96115;We have always been torn between our loyalty to Egypt and to the Ottoman Empire. The time has come to decide between them.;;;;;;;;;;;;; +EVT96115OPTA;We fear the Ottomans more.;;;;;;;;;;;;; +EVT96115OPTB;We side with Egypt.;;;;;;;;;;;;; +EVTNAME96120;The House of Rashid;;;;;;;;;;;;; +EVTDESC96120;The House of Saud will never unite Arabia so long as the Emirate of Ha'il stands on our northern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;; +EVT96120OPTA;So must it be!;;;;;;;;;;;;; +EVTNAME96121;The House of Saud;;;;;;;;;;;;; +EVTDESC96121;The House of Rashid will never unite Arabia so long as the Emirate of Nejd stands on our southern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;; +EVT96121OPTA;So must it be!;;;;;;;;;;;;; +EVTNAME97170;The Mahdist Uprising;;;;;;;;;;;;; +EVTDESC97170;In the troubled atmosphere of Sudan's modernization, Muhammad Ahmad ibn as Sayyid Abd Allah, a fakir and religious leader, has proclaimed himself the Mahdi (or 'guided one'). The son of a Dongola boat-builder, Muhammad Ahmad had become the disciple of Muhammad ash Sharif, the head of the Sammaniyah order. Now, combining personal magnetism with religious zealotry, he begun a war to unify the tribes in western and central Sudan, determined to expel us and restore Islam to its primitive purity. While the local government in Khartoum initially dismissed this man, further reports indicate the Mahdi possesses a great deal of magnetism -- and his rallying call of driving all foreign presence out of the Sudan has gained him a large following. These Mahdists may prove to be a serious threat - especially if they capture Khartoum.;;;;;;;;;;;;; +EVT97170OPTA;Khartoum may not fall.;;;;;;;;;;;;; +EVTNAME97171;Mahdists in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC97171;Followers of the Mahdi have struck again, this time in the province of $PROVINCENAME$. The religious leader's jihad against foreigners has sparked a local rebellion, one that the authorities have had a difficult time putting down.;;;;;;;;;;;;; +EVT97171OPTA;Put down the uprising at once!;;;;;;;;;;;;; +EVTNAME98725;The Call for Arab Unity;;;;;;;;;;;;; +EVTDESC98725;The call has gone out across the world: a nation has risen to lead the Arab masses into the future, a greater power that can withstand the onslaught of colonialism by the European powers. They must rise up and join $COUNTRY$, or forever spend their lives as servants to foreign masters.;;;;;;;;;;;;; +EVT98725OPTA;We will lead the Arab world!;;;;;;;;;;;;; +EVTNAME95260;The Disunited States;;;;;;;;;;;;; +EVTDESC95260;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country were founded no longer apply. Talk of secession is frequent, if quiet, and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. If they do, we must be ready.;;;;;;;;;;;;; +EVT95260OPTA;Unacceptable!;;;;;;;;;;;;; +EVTNAME95261;The Sons of Liberty;;;;;;;;;;;;; +EVTDESC95261;A group calling themselves the Sons of Liberty has secretly formed in $PROVINCENAME$, advocating either the overthrow of the totalitarian American regime or the secession of $STATENAME$ from the Union. American law-enforcement is doing its best to hunt down these traitors.;;;;;;;;;;;;; +EVT95261OPTA;Do anything possible to crush them.;;;;;;;;;;;;; +EVT95261OPTB;Hunt them... quietly.;;;;;;;;;;;;; +EVTNAME95262;The Union Reborn!;;;;;;;;;;;;; +EVTDESC95262;With the totalitarian regime ended, Americans have taken to the streets to celebrate their regained liberties. Flags of the Sons of Liberty are in evidence everywhere. Let us hope this new era holds, and that the Union has not already been sundered beyond repair.;;;;;;;;;;;;; +EVT95262OPTA;The Founding Fathers would be proud.;;;;;;;;;;;;; +EVTNAME95265;The Philadelphia Convention;;;;;;;;;;;;; +EVTDESC95265;'On this day in the year of our lord, $YEAR$, do we declare the Union to be defunct, a relic of the past now only a shadow of its former greatness. We delegates hereby declare ourselves the inheritors of that once-great legacy, and forever more shall we be known as the Free States of America.' \n\nWith those words,delegates from several states in the north have gathered in Philadelphia and declared their secession from the Union. Whether we can move fast enough to ensure those states never act upon the declaration, or whether others will heed the call of these so-called 'Free States' remains to be seen.;;;;;;;;;;;;; +EVTNAME95266;The Congress of $STATENAME$;;;;;;;;;;;;; +EVTDESC95266;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Free States of America.;;;;;;;;;;;;; +EVT95266OPTA;An outrage!;;;;;;;;;;;;; +EVTNAME95267;The New Confederacy;;;;;;;;;;;;; +EVTDESC95267;'Whereas once the dream of our rightful independence was crushed, we stand here in the city of Richmond to declare that it has been reborn. No longer can the South remain under the heel of the North and call it freedom -- the Confederacy must rise again!' \n\nWith those words, a large group of delegates gathered in Richmond have declared the Confederate States of America reborn. At least one state has agreed to secede, and its possible that others will join them… now or very soon. If we are to stop this new rebellion, we will need to act quickly.;;;;;;;;;;;;; +EVTDESC95268;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Confederate States of America.;;;;;;;;;;;;; +EVTNAME95269;The Secession of Oregon;;;;;;;;;;;;; +EVTDESC95269;'Whereas once our land was the frontier of America, now it is the frontier of freedom. The Oregon Country is a land where men achieve their destiny through honest toil and while believing in the equality of men. Since the Union no longer believes in the same, we hereby declare it dead.' \n\nWith these words, a group of delegates gathering in the city of Portland have declared the secession of Oregon from the Union. While other parts of the region may join them, it's unknown whether everyone there feels the same. Clearly this rebellion must be stopped before it gains further traction.;;;;;;;;;;;;; +EVTDESC95270;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Oregon Country.;;;;;;;;;;;;; +EVTNAME95271;The Colorado Convention;;;;;;;;;;;;; +EVTDESC95271;'We are the true heartland of America. We know things that Washington has forgotten: the value of honesty, the need for virtue, and the true meaning of freedom. What they have put aside, we shall pick up and keep close to our hearts -- for now, a new nation is born. A republic that will stand the test of time as the nation we step away from has not.' \n\nWith these words, a group of delegates gathered in the city of Denver has declared the creation of the Colorado Republic. Whether more states will join their rebellion still remains to be seen.;;;;;;;;;;;;; +EVTDESC95272;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Colorado Republic.;;;;;;;;;;;;; +EVTNAME95273;The Chicago Convention;;;;;;;;;;;;; +EVTDESC95273;'What the fools in Washington have forgotten is that we are not their subjects. We are their allies. If they abuse us, we do not lie back and ask for forgiveness. We leave. That is what we do here today: we are forging a new alliance of equals, brothers with a common heritage who will never forget the evils that lie in tyranny and corruption.' \n\nWith these words, a group of delegates gathering in the city of Chicago have declared the formation of a 'New American Alliance'. The state of Illinois has seceded from the Union to create it, and it's entirely possible that others will join them if we do not act quickly.;;;;;;;;;;;;; +EVTDESC95274;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the New American Alliance.;;;;;;;;;;;;; +EVTNAME95275;The Dakota Republic;;;;;;;;;;;;; +EVTDESC95275;'Ours is a nation born of resolution. The Washington government thought it could stretch its hand across the breadth of North America, that all they touched would bow down and be forever grateful for their overlordship. We say it is not so, and stand here today to proclaim that there is a better way.' \n\nWith these words, a group of delegates gathered in Rapid City have declared the formation of the 'Dakota Republic'. South Dakota has seceded from the Union, and it's possible that others may soon join them. Do they not realize how short-lived their rebellion will surely be?;;;;;;;;;;;;; +EVTDESC95276;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Dakota Republic.;;;;;;;;;;;;; +EVTNAME95277;The Pueblo Republic;;;;;;;;;;;;; +EVTDESC95277;'We have been the subjects of despots in Mexico as well as cruel tyrants in Washington, and we stand here before you today to declare that we will stand for neither. Ours is a unique heritage, and we will move forward with the intention of celebrating it in the spirit of freedom and goodwill for all mankind.' \n\nWith these words, a group of delegates gathered in Phoenix have declared the formation of a 'Pueblo Republic'. Arizona and New Mexico have both seceded from the union to form it, daring us to stop their rebellion -- if we can.;;;;;;;;;;;;; +EVTNAME95278;The Mormon Convention;;;;;;;;;;;;; +EVTDESC95278;'Our path lies in a different direction -- with our hearts, our faith, and our integrity. May God watch over us and keep us safe in this perilous world.' \n\nWith these words, the leader of the Mormons has declared the formation of the independent nation of Deseret, encompassing both Utah and Nevada. They stand ready to resist any attempt by us to retake them through force.;;;;;;;;;;;;; +EVTNAME95279;The Convention of San Francisco;;;;;;;;;;;;; +EVTDESC95279;'Our joining of the Union was with the understanding that it meant something -- we were joining a cause for true freedom in a world full of totalitarianism, a cause far greater than any we could hope to achieve on our own. We were mistaken, and now we must march forward on our own terms. May God help us all.' \n\nWith these words, the governor of California met with a large number of delegates in San Francisco and declared their state seceded from the Union -- to the widespread support of many Californians.;;;;;;;;;;;;; +EVTNAME95280;The Texas Secession;;;;;;;;;;;;; +EVTDESC95280;'We are the Lone Star State. We fought against the Mexicans and succeeded, and now we shall fight against the Yankees if they come. Let them come. Texas bows before no-one.' \n\nWith these words, the governor of Texas stood before a group of gathered delegates and declared their state seceded from the Union. Already an army of supporters is gathering in Austin, ready to fight against any reprisal from Washington.;;;;;;;;;;;;; +EVTNAME95281;The Convention of Boston;;;;;;;;;;;;; +EVTDESC95281;'We stand here in Boston, the birthplace of this nation and the home of the Liberty Bell. Let the bell ring, let it announce to the world that our beloved homeland has fallen from grace. It is up to the Sons of Liberty to rise in its place, to fight for truth and freedom wherever its meaning has been lost. We will brook no tyrants in America.' \n\nWith these words, a group of delegates from throughout New England have declared their states seceded from the Union.;;;;;;;;;;;;; +EVTNAME95282;The Alaskan Convention;;;;;;;;;;;;; +EVTDESC95282;'We are the true North, the furthest frontier of the United States. We are a sturdy people who will stand on our own when called to -- and that call goes out to you now. Alaska never sought its independence, but it will stand for what's right. God help us all.' \n\nWith these words, the governor of Alaska spoke to delegates gathered at Stika and announced that the state -- cut off from support by the rest of the nation -- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;; +EVTNAME95283;The Honolulu Convention;;;;;;;;;;;;; +EVTDESC95283;'Once we were a nation of our own, but we joined with the United States and have earned our place in the Union. We are a hard-working people who will do whatever must be done -- and now we must act. Hawaii never sought its independence, but it will stand for what's right. God help us all.' \n\nWith these words, the governor of Hawaii spoke to delegates gathered at Honolulu and announced that the state -- cut off from support by the rest of the nation -- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;; +EVTNAME95200;Turkmen Nationalism;;;;;;;;;;;;; +EVTDESC95200;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rulership. While the notion of a Turkmenian state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;; +EVT95200OPTA;Preposterous!;;;;;;;;;;;;; +EVTNAME95201;Kazakh Nationalism;;;;;;;;;;;;; +EVTDESC95201;A wave of nascent nationalism has begun stirring among the Kazakh peoples under $COUNTRY_ADJ$ rulership. While the notion of a Kazakh state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;; +EVTNAME95205;Uzbek Nationalism;;;;;;;;;;;;; +EVTDESC95205;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rulership. While the notion of a single Uzbek state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;; +EVTNAME95206;Reclaiming Uzbek Lands;;;;;;;;;;;;; +EVTDESC95206;The $COUNTRY_ADJ$ people are clamoring for all Uzbeks to be united under our flag.;;;;;;;;;;;;; +EVT95206OPTA;So must it be!;;;;;;;;;;;;; +EVTNAME95210;Tajik Nationalism;;;;;;;;;;;;; +EVTDESC95210;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rulership. While the notion of a Tajik state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;; +EVTNAME95215;Kyrgyz Nationalism;;;;;;;;;;;;; +EVTDESC95215;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rulership. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;; +EVTNAME95216;Reclaiming Kyrgyz Lands;;;;;;;;;;;;; +EVTDESC95216;The $COUNTRY_ADJ$ people are clamoring for all Kyrgyz to be united under our flag.;;;;;;;;;;;;; +EVTNAME45102;La Trinitaria;;;;;;;;;;;;; +EVTDESC45102;Juan Pablo Duarte has founded a secret society called 'La Trinitaria', seeking complete independence of Santo Domingo from Haiti and other foreign powers. Many Caribenos are calling the man a visionary, and his ideas are gaining great popularity in eastern Hispaniola.;;;;;;;;;;;;; +EVT45102OPTA;This will not do.;;;;;;;;;;;;; +EVTDESC36709;While Belgium's de facto independence from the Netherlands had been established by force of arms during the Belgian Revolution of 1831, it has not been confirmed de jure and we yet hold claims over Belgian territory. The British have offered to mediate a settlement -- in return for the surrendering of our claims and a guarantee of Belgium's neutrality, we would receive the Rhenish part of Luxembourg as our vassal… as well as a great deal of standing in the eyes of the European powers. That is, of course, if Belgium even agrees to the treaty.;;;;;;;;;;;;; +EVT36709OPTA;We will surrender our claims.;;;;;;;;;;;;; +EVT36709OPTB;We do not require outside mediation.;;;;;;;;;;;;; +EVTNAME36710;The Treaty of London;;;;;;;;;;;;; +EVTDESC36710;In a meeting mediated by the British, the Netherlands has offered to sign a treaty which would see them relinquish all claims to Belgian territory -- but at the cost of surrendering Luxembourg to them as a vassal. Some are claiming this is too high a price, and that we should not allow ourselves to be bullied into such a treaty... but this may also be the only chance we have at peace with the Dutch.;;;;;;;;;;;;; +EVT36710OPTA;We agree to their terms.;;;;;;;;;;;;; +EVT36710OPTB;We refuse.;;;;;;;;;;;;; +EVTNAME36711;Belgium Has Signed the Treaty;;;;;;;;;;;;; +EVTDESC36711;The Belgian government has agreed to the terms of the Treaty of London. We have surrendered all claims to their territory, in return for control over Luxembourg. The Germans, however, demand compensation for the exit of Luxembourg of the German Customs Union. For that purpose, under the same Treaty of London and by the orders of the king, the Duchy of Limburg was created.;;;;;;;;;;;;; +EVT36711OPTA;Then it is done.;;;;;;;;;;;;; +EVTNAME36712;Belgium Has Refused the Treaty;;;;;;;;;;;;; +EVTDESC36712;The Belgian government has refuse the terms of the Treaty of London. This is a foolish move that only opens up the possibility of more war, but it seems the Belgians will not be moved.;;;;;;;;;;;;; +EVTNAME36715;The Fall of Amsterdam;;;;;;;;;;;;; +EVTDESC36715;Despite our best efforts, the unthinkable has happened: Amsterdam has fallen. It seems there is little choice but to surrender to the Belgians and allow them to dictate terms. If they are kind, they will simply force us to relinquish all claims to the southern Netherlands. If they are unkind, they may force us to give up territory -- though doing so will surely bring about the wrath of the European powers.;;;;;;;;;;;;; +EVT36715OPTA;We must surrender.;;;;;;;;;;;;; +EVT36715OPTB;We shall never give up!;;;;;;;;;;;;; +EVTNAME36716;The Dutch Surrender;;;;;;;;;;;;; +EVTDESC36716;Our forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms we dictate. The European powers are pushing for peace and conciliation -- they wish to see that Belgium keeps what it has and nothing more -- though if we dare risk their wrath we could certainly wrest territorial considerations.;;;;;;;;;;;;; +EVT36716OPTA;We accept their surrender.;;;;;;;;;;;;; +EVT36716OPTB;Let us demand concessions.;;;;;;;;;;;;; +EVT36716OPTC;We must continue the war!;;;;;;;;;;;;; +EVTNAME44303;Pacification of the Metis;;;;;;;;;;;;; +EVTDESC44303;It has taken time to settle the grievances following the Riel Rebellion, but treaties with the various Metis groups throughout the North-West territories have managed to properly incorporate them into Canada.;;;;;;;;;;;;; +EVT44303OPTA;This is good news.;;;;;;;;;;;;; +EVTNAME44305;Rebellions of $YEAR$;;;;;;;;;;;;; +EVTDESC44305;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;; +EVT44305OPTA;These radicals must not be allowed to run rampant.;;;;;;;;;;;;; +EVTNAME44306;Lord Durham's Report;;;;;;;;;;;;; +EVTDESC44306;Lord Durham has returned from his mission to investigate the causes of the rebellion in Upper and Lower Canada with recommendations to the British crown -- namely that the two colonies be united under a single responsible government through an Act of Union. He fears that, if we do not, we may be facing further rebellion just as was faced in America. Indeed, it is entirely possible the Canadian radicals could attract support from the Americans if they are not appeased.;;;;;;;;;;;;; +EVT44306OPTA;Pass the Act of Union.;;;;;;;;;;;;; +EVT44306OPTB;We will not appease radical liberals.;;;;;;;;;;;;; +EVTNAME44310;The Charlottetown Conference;;;;;;;;;;;;; +EVTDESC44310;A gathering of governors from our Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. We would like to see the North American colonies be more self-reliant, so it may be in our best interest to allow this union.;;;;;;;;;;;;; +EVT44310OPTA;Allow the union.;;;;;;;;;;;;; +EVT44310OPTB;This is not in our best interests.;;;;;;;;;;;;; +EVTNAME44315;The Canadian Dominion;;;;;;;;;;;;; +EVTDESC44315;The colonial government of Canada has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;; +EVT44315OPTA;This can only be good for the empire.;;;;;;;;;;;;; +EVT44315OPTB;No, they shall remain under our direct control.;;;;;;;;;;;;; +EVT44315OPTC;Onwards to Canada!;;;;;;;;;;;;; +EVTNAME44316;The Dominion of Quebec;;;;;;;;;;;;; +EVTDESC44316;The colonial government of Quebec has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;; +EVT44316OPTC;Onwards to Quebec!;;;;;;;;;;;;; +EVTNAME44317;The Maritime Dominion;;;;;;;;;;;;; +EVTDESC44317;The colonial governments of the Maritimes have officially requested that the crown permit them self-governance. This will see the colonies better able to protect themselves without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;; +EVT44317OPTC;Onwards to the Maritimes!;;;;;;;;;;;;; +EVTNAME44318;The Dominion of British Columbia;;;;;;;;;;;;; +EVTDESC44318;The colonial government of British Columbia has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;; +EVT44318OPTA;Onwards to Columbia!;;;;;;;;;;;;; +EVTNAME44320;The Rupert's Land Act of $YEAR$;;;;;;;;;;;;; +EVTDESC44320;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land -- all North American colonial territory between British Columbia and Ontario -- being given offered to the Canadian dominion. Currently the land is administered by the Hudson's Bay Company, and thus the Canadian government would be required to purchase it. Should they choose to do so, it would strengthen our ally greatly and relieve our overextended colonial holdings.;;;;;;;;;;;;; +EVT44320OPTA;Offer them the land.;;;;;;;;;;;;; +EVT44320OPTB;This is not in our interests.;;;;;;;;;;;;; +EVTDESC44321;$FROMCOUNTRY$ has passed an act which would see the Canadian government offered control over all of Rupert's Land -- essentially all $FROMCOUNTRY_ADJ$ territory in North America east of British Columbia. We would need to purchase the land from the Hudson's Bay Company at no small expense, though it would be one of the largest land purchases in history.;;;;;;;;;;;;; +EVT44321OPTA;Of course we will agree!;;;;;;;;;;;;; +EVT44321OPTB;We cannot afford this.;;;;;;;;;;;;; +EVTNAME44322;The Rupert's Land Act Fails!;;;;;;;;;;;;; +EVTDESC44322;A British act which would have seen us offered the rights to purchase all of Rupert's Land from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop! Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;; +EVT44322OPTA;This cannot be borne!;;;;;;;;;;;;; +EVTNAME44325;$FROMCOUNTRY$ Asks To Join Confederation;;;;;;;;;;;;; +EVTDESC44325;Relations with $FROMCOUNTRY$ are friendly, and thus the dream of a larger Canadian confederation has resurfaced. Delegates from $FROMCOUNTRY$ have made the journey to $CAPITAL$ with the goal of negotiating terms of joining our nation.;;;;;;;;;;;;; +EVT44325OPTA;Of course they are welcome.;;;;;;;;;;;;; +EVT44325OPTB;We have no interest in this.;;;;;;;;;;;;; +EVTDESC44339;The land north of the 60th parallel is inhospitable to settlers, but there is a growing concern that should the Canadian government not move to fully claim the territory another power will do so. It will take considerable political capital to convince the other world powers of Canadian dominion in the north, but many feel we must make the effort... and considering there are reports of gold in the Yukon it might be wise to do so.;;;;;;;;;;;;; +EVTNAME44350;The British Columbian Dominion;;;;;;;;;;;;; +EVTDESC44350;The colonial government in British Columbia is seeking permission to begin negotiations with Canada to join their confederation.;;;;;;;;;;;;; +EVT44350OPTA;We will allow it.;;;;;;;;;;;;; +EVT44350OPTB;This is not in our best interests.;;;;;;;;;;;;; +EVTNAME44339;The Northwest Territories;;;;;;;;;;;;; +EVTNAME44351;The British Columbian Proposal;;;;;;;;;;;;; +EVTDESC44351;Representatives from British Columbia have met with Canadian delegates in $CAPITAL$ to discuss terms of their joining confederation. The only thing that appears to interest them is the building of a national railway linking the Pacific and the Atlantic. Without it, they say, the nation is too divided and they are more connected with other regions along the Pacific coast.;;;;;;;;;;;;; +EVT44351OPTA;We accept their proposal.;;;;;;;;;;;;; +EVT44351OPTB;Such a railway would be too expensive.;;;;;;;;;;;;; +EVTNAME44355;First Stage of the CNR;;;;;;;;;;;;; +EVTDESC44355;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the second stage, which will be considerably more difficult.;;;;;;;;;;;;; +EVT44355OPTA;Progress must continue!;;;;;;;;;;;;; +EVTNAME44357;The CNR Completed!;;;;;;;;;;;;; +EVTDESC44357;After a massive effort expended to create a pass through the Rocky Mountains, the Canadian National Railway has been completed! A single railway now links the Pacific coast to the Atlantic. Crowds have gathered in $CAPITAL$ to celebrate the first locomotive being sent to make the complete journey!;;;;;;;;;;;;; +EVTNAME49501;Reforming the Kalmar Union;;;;;;;;;;;;; +EVTDESC49501;Members of the $FROMCOUNTRY$ government have approached us, suggesting that the Kalmar Union must be resurrected. For the moment, this is simply an idea, a suggestion that the Scandinavian nations should work together towards an eventual union. If we disagree, it's possible that the idea dies here. If we don't, $FROMCOUNTRY$ might be mortally insulted. If Scandinavians are to take their rightful place in Europe, however, perhaps there is merit in their proposal.;;;;;;;;;;;;; +EVTOPTA49501;A royal marriage cannot hurt, I suppose.;;;;;;;;;;;;; +EVTOPTB49501;We see little reason to join such a union.;;;;;;;;;;;;; +EVTNAME49502;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;; +EVTDESC49502;$FROMCOUNTRY$ has refused the $COUNTRY_ADJ$ proposal. It is now in our hands whether to let the Union die here and now, or force $FROMCOUNTRY$ to join us whether they like it or not.;;;;;;;;;;;;; +EVTOPTA49502;Oh well, I guess that's over then.;;;;;;;;;;;;; +EVTOPTB49502;We'll see how they feel with an army in their capital...;;;;;;;;;;;;; +EVTNAME49503;Form a Customs Union?;;;;;;;;;;;;; +EVTDESC49503;$FROMCOUNTRY$ has proposed the next logical step in our mutual cooperation: a customs union between $COUNTRY$ and $FROMCOUNTRY$, indeed all of Scandinavia, which would remove the restrictions on trade between us.;;;;;;;;;;;;; +EVTOPTA49503;A customs union cannot hurt, I suppose.;;;;;;;;;;;;; +EVTOPTB49503;This is going too far.;;;;;;;;;;;;; +EVTNAME49504;Form a Political Union?;;;;;;;;;;;;; +EVTDESC49504;$FROMCOUNTRY$ has suggested a political union between their country and $COUNTRY$, arguing that this is the next logical step for Scandinavia's security.;;;;;;;;;;;;; +EVTOPTA49504;It seems like a logical argument.;;;;;;;;;;;;; +EVTOPTB49504;This is going too far.;;;;;;;;;;;;; +EVTNAME49505;Norway Asks For Independence;;;;;;;;;;;;; +EVTDESC49505;Your Norwegian subjects seek to establish their own independent kingdom. The other European powers support their independence, and will be upset if we refuse.;;;;;;;;;;;;; +EVT49505OPTA;We support their right to self-determination.;;;;;;;;;;;;; +EVT49505OPTB;We will not grant this request. Our people share a common history and future.;;;;;;;;;;;;; +EVTNAME49506;Norway Demands Independence;;;;;;;;;;;;; +EVTDESC49506;This time they are not asking nicely. Independence or war.;;;;;;;;;;;;; +EVT49506OPTA;We will let them go.;;;;;;;;;;;;; +EVT49506OPTB;This will be a splendid little war.;;;;;;;;;;;;; +EVTNAME49507;Finnish Independence;;;;;;;;;;;;; +EVTDESC49507;Your Finnish subjects seek to form their own nation.;;;;;;;;;;;;; +EVT49507OPTA;We will be better off without them.;;;;;;;;;;;;; +EVT49507OPTB;Finland is an integral part of our empire.;;;;;;;;;;;;; +EVTNAME49508;Danish Independence;;;;;;;;;;;;; +EVTDESC49508;Your Danish subjects wish to end our union.;;;;;;;;;;;;; +EVT49508OPTA;They have a right to form their own kingdom.;;;;;;;;;;;;; +EVT49508OPTB;How dare they challenge our authority!;;;;;;;;;;;;; +EVT49510OPTB;Reopen the Diet of Finland.;;;;;;;;;;;;; +EVTNAME49509;The Leadership of Kalmar;;;;;;;;;;;;; +EVTDESC49509;As our power in Scandinavia wanes and $FROMCOUNTRY_ADJ$ influence grows, so does the focus of the union move to them.;;;;;;;;;;;;; +EVT49509OPTA;Well, shucks.;;;;;;;;;;;;; +EVTNAME32509_NEW;The Alaskan Purchase;;;;;;;;;;;;; +EVTDESC32509_NEW;We hear word from the Russian ambassador that they are willing to sell their Alaskan colony to us, for the right price. Perhaps we should consider making an offer before someone else snaps it up? The land isn't worth much at the moment, but owning Alaska would be a boon to our prestige.;;;;;;;;;;;;; +EVT32509OPTA;Make the offer. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVT32509OPTB;We don't need it.;;;;;;;;;;;;; +EVTNAME32510_NEW;The Alaskan Purchase;;;;;;;;;;;;; +EVTDESC32510_NEW;We have received an offer from $FROMCOUNTRY$ to purchase the Alaskan colony. Should we accept?;;;;;;;;;;;;; +EVTNAME32512;Intervention in Hungary?;;;;;;;;;;;;; +EVT32510OPTA;Sell it.;;;;;;;;;;;;; +EVT32510OPTB;Refuse, but find another buyer.;;;;;;;;;;;;; +EVT32510OPTC;We have changed our mind. Alaska is not for sale.;;;;;;;;;;;;; +EVTNAME32511;Russia Agrees;;;;;;;;;;;;; +EVTDESC32511;Russia has agreed to the sale. Alaska is ours!;;;;;;;;;;;;; +EVT32511OPTA;We welcome this new addition.;;;;;;;;;;;;; +EVTDESC32512;The Hungarian revolution in Austria sets a dangerous precedent. There are far too many minorities in $COUNTRY$ who might look to the Hungarians as an inspiration, and who would rise up as well if we do not set a firm example. No matter our relation with the Austrian government, we must consider intervention against the Hungarian rebels or possibly face similar uprisings at home.;;;;;;;;;;;;; +EVT32512OPTA;The Hungarians must be crushed!;;;;;;;;;;;;; +EVT32512OPTB;Let the Austrians deal with them.;;;;;;;;;;;;; +EVTNAME32513;The Caucasian War;;;;;;;;;;;;; +EVTDESC32513;The Russian annexation of the Caucasus has met with increasing bitterness and anger among the local populace, tribal groups that are angry with the Russian administration and have declared that their homelands shall be freed from our rule. This has become a problem as rebels take to the highlands, and rooting them out may take a very long time indeed. Imam Shamil and the Chechen Muslims are leading raids from the highlands and forests, this frontier region promises brew problems in the near future. \n\nTo consolidate our hold in one of the provinces of the region, the fort of Yekaterinodar will not be the capital of the province anymore and the recently founded port city of Novorossiysk will be the new regional capital.;;;;;;;;;;;;; +EVTOPTB90101;Go back on our promise.;;;;;;;;;;;;; +EVT32513OPTA;Order shall be restored.;;;;;;;;;;;;; +EVTNAME32514;Russia Refuses;;;;;;;;;;;;; +EVTDESC32514;The talks with Russia have broken down. They refuse to sell Alaska to us.;;;;;;;;;;;;; +EVT32514OPTA;How disappointing.;;;;;;;;;;;;; +EVTNAME32515;The Treaty of Tartu;;;;;;;;;;;;; +EVTDESC32515;Now that Finland is free from $COUNTRY_ADJ$ rule, their government has approached us to engage in territorial talks. They are interested in the northern strip of land known as Petsamo, and the access to the Arctic Ocean it offers, as well as discussing Russian claims to Viipuri. If we give them what they're looking for, $COUNTRY$ looks good in the eyes of the international community and we gain an ally -- but perhaps we do not need Finland as an ally?;;;;;;;;;;;;; +EVT32515OPTA;Sign the treaty.;;;;;;;;;;;;; +EVT32515OPTB;We refuse to give concessions to a former subject.;;;;;;;;;;;;; +EVTNAME32516;Russia Has Refused;;;;;;;;;;;;; +EVTDESC32516;Russia has refused to sign the Treaty of Tartu, raising the specter of war between our nations. Perhaps we should consider surrendering southern Karelia before the Russians come and take it from us?;;;;;;;;;;;;; +EVT32516OPTA;Surrender Viipuri to the Russians.;;;;;;;;;;;;; +EVT32516OPTB;Never! We shall seek allies elsewhere.;;;;;;;;;;;;; +EVTNAME32520;The Eastern Islands;;;;;;;;;;;;; +EVTDESC32520;The islands of Sakhalin and the Kurils are a natural extension of our holdings in Okhotsk and Kamchatka, and we must seek to claim these lands before the Japanese do.;;;;;;;;;;;;; +EVT32520OPTA;We must claim the eastern islands.;;;;;;;;;;;;; +EVTNAME32521;Treaty of Shimoda;;;;;;;;;;;;; +EVTDESC32521;Vice-Admiral Yevfimy Putiatin has sailed from Russia to $COUNTRY$ on a mission to establish formal relations and to define the borders between our respective territories. After months of negotiation, we have agreed to open three ports to Russian merchants and to guarantee Russian ships access through $COUNTRY_ADJ$ waters and straits. Both sides have agreed that our borders in the Kuril Islands lay just north of Etorofu, and propose to share sovereignty over Sakhalin Island. The finished treaty was signed on February 7th, $YEAR$ in Shimoda.;;;;;;;;;;;;; +EVTOPTA32521;May our empires prosper together!;;;;;;;;;;;;; +EVTNAME32522;Trouble in Sakhalin;;;;;;;;;;;;; +EVTDESC32522;Conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian and Japanese claims, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. There are several solutions we could propose: first, we could officially divide the island between us and Japan, essentially legalizing the status quo. This would be generous of us, and it would improve our relations with Japan. Second, we could push for full control of Sakhalin, offering in return to concede the northern Kuril Islands and make resettlement payments to those displaced. This would represent a modest profit, but Japan might not agree to it. Finally, we could demand full control of Sakhalin and offer nothing in return. This would hurt our reputation, and it would badly offend the Japanese, who would probably refuse. How should our diplomats proceed?;;;;;;;;;;;;; +EV32522OPTA;Legalize the status quo.;;;;;;;;;;;;; +EV32522OPTB;Propose the territorial exchange.;;;;;;;;;;;;; +EV32522OPTC;Demand all of Sakhalin.;;;;;;;;;;;;; +EVTDESC32523;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. The Russian recently approached us, all smiles and willingness to co-operate. They have offered to make the current status quo official: Sakhalin will have a border drawn dividing it in two. Considering the fact they could have forced the issue, it seems they want us to be friends rather than enemies.;;;;;;;;;;;;; +EVT32523OPTA;Splendid!;;;;;;;;;;;;; +EVTDESC32524;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have proposed an exchange of border territories: we would give them complete control of Sakhalin, and in return they would cede the northern Kuril Islands all the way to Kamchatka. Russia has also offered to make resettlement payments to help Japanese to relocate from Sakhalin. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin.If we accept, we will lose a modest territory but improve relations with Russia. On the other hand, if we insist on the status quo, we will keep our present territory but risk escalating the conflict.;;;;;;;;;;;;; +EVT32524OPTA;We agree to the exchange of territories.;;;;;;;;;;;;; +EVT32524OPTB;We insist on the status quo!;;;;;;;;;;;;; +EVTDESC32525;It seems conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have outrageously demanded that we give them full control of Sakhalin, in exchange for nothing! Their negotiators hint darkly at Russian ships shelling Japanese ports if we should refuse. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin. If we give in, we will lose a promising colony and look weak to other nations. But, if we insist on the status quo, the conflict is likely to escalate into open war.;;;;;;;;;;;;; +EVT32525OPTA;We must give in to their demands.;;;;;;;;;;;;; +EVT32525OPTB;We insist on the status quo!;;;;;;;;;;;;; +EVTNAME32526;Refused!;;;;;;;;;;;;; +EVTDESC32526;The Japanese have refused our proposal, and they now insist that they will settle for nothing less than the present division of Sakhalin. We can back down and accept the status quo, or we can use force to get our way. If we accept the status quo after reaching for more, we will look weak to the other Powers, though relations with Japan will be preserved. But, our only other option now is to declare aggressive war for the islands, which will hurt our reputation abroad.;;;;;;;;;;;;; +EVT32526OPTA;We must back down and preserve the peace.;;;;;;;;;;;;; +EVT32526OPTB;Those fools! This means WAR!;;;;;;;;;;;;; +EVTNAME32527;Treaty of Saint Petersburg;;;;;;;;;;;;; +EVTDESC32527;The treaty has been signed! Our borders in Sakhalin and the Kurils are now settled, and ships from both empires have been guaranteed access through the Strait of Tartary and the Sea of Okhotsk. This should ease tensions in the region considerably and ensure close diplomatic ties between our nations.;;;;;;;;;;;;; +EVT32527OPTA;May our empires prosper in peace!;;;;;;;;;;;;; +EVTDESC32528;The war for Sakhalin is lost! Russia has been compelled to acknowledge Japan's sovereignty over the south of the island. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;; +EVT32528OPTA;Blast!;;;;;;;;;;;;; +EVTDESC32529;The war for Sakhalin is won! We have successfully defended ourselves against Russia's misguided aggression, and the Russians have been forced into a treaty acknowledging Japanese sovereignty. Peace has been restored to Sakhalin!;;;;;;;;;;;;; +EVT32529OPTA;A proud day for Japan!;;;;;;;;;;;;; +EVTDESC32530;The war for Sakhalin is won! Russia has enforced its rule over the entire island, and the Japanese have been forced into a treaty renouncing their claims. Peace has been restored to Sakhalin!;;;;;;;;;;;;; +EVT32530OPTA;A proud day for Russia!;;;;;;;;;;;;; +EVTDESC32531;The war for Sakhalin is lost! We have been compelled to agree to a humiliating peace and acknowledge Russia's sovereignty. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;; +EVTNAME80101;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;; +EVTDESC80101;$FROMCOUNTRY$ has accepted our proposal. Their border with Russia has been adjusted and the treaty signed.;;;;;;;;;;;;; +EVT80101OPTA;Good news!;;;;;;;;;;;;; +EVTNAME80102;$FROMCOUNTRY$ Defies Us!;;;;;;;;;;;;; +EVTDESC80102;$FROMCOUNTRY$ has foolishly refused our claims and threatened to execute $COUNTRY_ADJ$ diplomats. An outrage!;;;;;;;;;;;;; +EVT80102OPTA;This cannot stand.;;;;;;;;;;;;; +EVTNAME80103;The Amban's Demand;;;;;;;;;;;;; +EVTDESC80103;The Amban, our Imperial representative from Peking and effectively the governor of $COUNTRY$, has informed our government that $FROMCOUNTRY$ has concluded a treaty with Russia -- a treaty that includes portions of $COUNTRY_ADJ$ territory, with now must be handed over without comment. Should we refuse, we face war with $FROMCOUNTRY$ and Russia both.;;;;;;;;;;;;; +EVT80103OPTA;We have no choice but to comply.;;;;;;;;;;;;; +EVT80103OPTB;Never! They must take it from us!;;;;;;;;;;;;; +EVTNAME80104;$FROMCOUNTRY$ Defies the Emperor!;;;;;;;;;;;;; +EVTDESC80104;$FROMCOUNTRY$ has refused to surrender its territory to Russia. They have ejected our Imperial governor and armed their soldiers against us!;;;;;;;;;;;;; +EVT80104OPTA;This cannot be permitted!;;;;;;;;;;;;; +EVTNAME80110;The Convention of Peking;;;;;;;;;;;;; +EVTDESC80110;A diplomat from Russia has arrived in $COUNTRY$ with an infuriating demand: they wish to readjust the borders on our northeastern frontier, agreed upon almost two hundred years ago. They wish access to a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. Any $FROMCOUNTRY_ADJ$-claimed territory would be handed over by us and our vassals. This is surely a wicked threat, capitalizing on our current perceived weakness. Accepting it will also mean any of our vassals in the region will have to be integrated back into our country, to avoid this situation in the future.;;;;;;;;;;;;; +EVT80110OPTA;We have no choice but to accept.;;;;;;;;;;;;; +EVT80110OPTB;Reject their outrageous demands.;;;;;;;;;;;;; +EVTNAME80115;The Russian Protectorate;;;;;;;;;;;;; +EVTDESC80115;$COUNTRY$ is a nation hovering between two powers that could crush us without thought. A Russian diplomat has arrived in $CAPITAL$, offering us protection in return for our fealty. Considering the alternative is possible invasion by the Chinese, some think we should consider it.;;;;;;;;;;;;; +EVT80115OPTA;We accept their offer.;;;;;;;;;;;;; +EVT80115OPTB;$COUNTRY$ shall not submit!;;;;;;;;;;;;; +EVTNAME80116;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC80116;$FROMCOUNTRY$ has foolishly refused kind offer of protection.;;;;;;;;;;;;; +EVT80116OPTA;So be it.;;;;;;;;;;;;; +EVTNAME90017;The Hungarian Question;;;;;;;;;;;;; +EVTDESC90017;With the recent unrest in Hungarian lands, the local Hungarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVT90017OPTA;This is unnecessary.;;;;;;;;;;;;; +EVT90017OPTB;Give them greater autonomy.;;;;;;;;;;;;; +EVT90017OPTC;Never!;;;;;;;;;;;;; +EVTNAME90018;The Lombardy Question;;;;;;;;;;;;; +EVTDESC90018;With the recent unrest in Italian lands, the local government of the Lombardy province has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90019;The Croatian Question;;;;;;;;;;;;; +EVTDESC90019;With the recent unrest in Croat lands, the local Croatian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90020;The Slovenian Question;;;;;;;;;;;;; +EVTDESC90020;With the recent unrest in Slovene lands, the local Slovenian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90021;The Bohemian Question;;;;;;;;;;;;; +EVTDESC90021;With the recent unrest in Czech lands, the local Bohemian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90022;The Slovakian Question;;;;;;;;;;;;; +EVTDESC90022;With the recent unrest in Slovak lands, the local Slovakian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90025;Tunisian Independence;;;;;;;;;;;;; +EVTDESC90025;It has become increasingly obvious that the Tunisian government operates independently from $COUNTRY_ADJ$ rule. We cannot continue to control them directly, and must either take measures to assert our dominance or allow them to seek their own path.;;;;;;;;;;;;; +EVT90025OPTA;Let them go;;;;;;;;;;;;; +EVT90025OPTB;Tunisia is part of the Empire!;;;;;;;;;;;;; +EVTNAME90029;Bulgarian Independence?;;;;;;;;;;;;; +EVTDESC90029;With the recent unrest in Bulgarian lands, the local Bulgarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90030;Albanian Independence?;;;;;;;;;;;;; +EVTDESC90030;With the recent unrest in Albanian lands, the local Albanian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90031;Bosnian Independence?;;;;;;;;;;;;; +EVTDESC90031;With the recent unrest in Bosniak lands, the local Bosniak government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90032;Iraqi Independence?;;;;;;;;;;;;; +EVTDESC90032;With the recent unrest in Iraqi lands, the local Iraqi government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90033;Independence for Crete?;;;;;;;;;;;;; +EVTDESC90033;With the recent unrest in Crete, the local government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;; +EVTNAME90037;The Occupation of Libya;;;;;;;;;;;;; +EVTDESC90037;The time has come for us to expand our holdings southward into the Libyan desert.;;;;;;;;;;;;; +EVT90037OPTA;For $COUNTRY_ADJ$ glory!;;;;;;;;;;;;; +EVTNAME90041;Galician Slaughter;;;;;;;;;;;;; +EVTDESC90041;Polish peasants in Austrian-held Galicia have risen up and slaughtered wealthy landowners, leading to calls by nobility within the Free City of Krakow for a larger uprising. Many in Austria are seeing this as a reason to end Krakow's independence once and for all.;;;;;;;;;;;;; +EVT90041OPTA;An outrage!;;;;;;;;;;;;; +EVT90041OPTB;A diplomatic solution is best.;;;;;;;;;;;;; +EVTNAME36215_NEW;Home Rule for Iceland;;;;;;;;;;;;; +EVTDESC36215_NEW;The Icelandic Althing has voted to request they be granted home rule, saying the time has come for greater independence. Under their plan, $COUNTRY$ would continue to manage the nation's foreign affairs and defense interests.;;;;;;;;;;;;; +EVT36215OPTA;We will grant their request.;;;;;;;;;;;;; +EVT36215OPTB;They shall remain under our direct control.;;;;;;;;;;;;; +EVTNAME95095;The Norwegian Plebiscite;;;;;;;;;;;;; +EVTDESC95095;Since all the members of the cabinet have resigned their positions, since the $MONARCHTITLE$ has declared his inability to obtain a new government and since the constitutional monarchy has ceased to exist, the Storting hereby authorizes the cabinet that resigned today to exercise the powers held by the $MONARCHTITLE$ in accordance with the Constitution of Norway and relevant laws - with the amendments necessitated by the dissolution of the union with $COUNTRY$ under one King, resulting from the fact that the $MONARCHTITLE$ no longer functions as a Norwegian King\nIn early $YEAR$, the Storting formed a coalition government and established a separate corps of consuls. The $COUNTRY_ADJ$ $MONARCHTITLE$ refused to accept the law and the Norwegian cabinet resigned. When the $MONARCHTITLE$ was unable to form a new one, a crisis broke out. Initially reacting to this declaration as rebellion, the $COUNTRY_ADJ$ government later tried to negotiate, insisting on a plebiscite. The plebiscite resulted in 99.95% in favor of the dissolution of the union.;;;;;;;;;;;;; +EVT95095OPTA;We will grant their request.;;;;;;;;;;;;; +EVT95095OPTB;The time for negotiations is over.;;;;;;;;;;;;; +EVTNAME49510;The Grand Duchy of Finland;;;;;;;;;;;;; +EVTDESC49510;Our subjects in Finland have become restless and resistance against attempts of Russification have been growing. Many within the Russian government believe that a restoration of the Diet of Finland and limited self-government for their nation is the only answer. This, however, will be seen as a recognition of Finland as a country and will block any future attempts to try to Russify Finland through peaceful means.;;;;;;;;;;;;; +EVTNAME98100;The Ladder Conspiracy;;;;;;;;;;;;; +EVTDESC98100;The treatment of slaves in Cuba has become increasingly harsh after recent unrest, culminating in the so-called 'Ladder Conspiracy' which relates to a method of torture involving tying a slave to a ladder and whipping them until they confess or die. Reformists in the colony have been calling for a change in Spanish policy and an end to the slave trade there. Failure to do so could result in more uprisings, but bowing to such pressure could have serious repercussions back home.;;;;;;;;;;;;; +EVT98100OPTA;Support the reforms;;;;;;;;;;;;; +EVT98100OPTB;There shall be no reforms;;;;;;;;;;;;; +EVTNAME98105;The Cry of Yara;;;;;;;;;;;;; +EVTDESC98105;Cuban sugar mill owner Carlos Manuel de Céspedes has issued the 'Grito de Yara', the 'Cry of Yara', declaring Cuban independence from $COUNTRY$ and freedom for his slaves. The man has many followers, and his call has spread rapidly throughout the colony.;;;;;;;;;;;;; +EVT98105OPTA;They will not get away with this!;;;;;;;;;;;;; +EVT98105OPTB;Give them home rule.;;;;;;;;;;;;; +EVTNAME90110;The Manifesto de Montecristi;;;;;;;;;;;;; +EVTDESC90110;Jose Martí, a Cuban intellectual and radical who has spent a great deal of time organizing émigrés in the United States, has returned to the colony and declared the Manifesto de Monticristi, an exposition of the purposes and principles of the coming Cuban revolution. It seems the uprising has been in the planning for some time, and if the $COUNTRY_ADJ$ government intends to remain in control of Cuba it could have a battle ahead of it.;;;;;;;;;;;;; +EVT90110OPTA;This could be trouble;;;;;;;;;;;;; +EVTNAME90115;The Maine Incident;;;;;;;;;;;;; +EVTDESC90115;To hell with Spain! Remember the Maine! \n\nA riot by Cuban Spanish loyalists recently broke out in Havana, leading to the destruction of the printing presses of four local newspapers which criticized the Spanish Army. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbor. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;; +EVT90115OPTA;Remember the Maine!;;;;;;;;;;;;; +EVT90115OPTB;We have no desire for war.;;;;;;;;;;;;; +EVTNAME90120;The Propaganda Movement;;;;;;;;;;;;; +EVTDESC90120;Three Filipino priests have been executed in the Manila, charged with subversion. While the executions are said to have been just, they are now considered martyrs by the Filipino people and have inspired the creation of a literary and organization known as 'the Propaganda Movement'. The organization consists of Filipino émigrés in Spain, primarily liberals and students, who are attempting to increase awareness of the needs of the Philippines and foster better relations between Spain and its colony.;;;;;;;;;;;;; +EVT90120OPTA;Allow it to exist;;;;;;;;;;;;; +EVT90120OPTB;We cannot let the seeds of revolution grow;;;;;;;;;;;;; +EVTNAME90125;The Katipunan;;;;;;;;;;;;; +EVTDESC90125;We have received reports from colonial officers in Manila regarding rumors of a secret organization called the 'Katipunan'. Formed by anti-$COUNTRY_ADJ$ Filipinos, they reportedly seek complete independence for the Philippines. It's possible that limited home rule might mollify some of these revolutionaries, but nothing short of freedom will satisfy them for long. Tracking them down among sympathetic locals may prove difficult.;;;;;;;;;;;;; +EVT90125OPTA;Find the rebels and crush them.;;;;;;;;;;;;; +EVT90125OPTB;Give the Philippines home rule.;;;;;;;;;;;;; +EVT90125OPTC;Give them what they want;;;;;;;;;;;;; +EVTDESC90130;With the recent unrest in Cuba, the prospect of the Spanish government possibly selling the island to the United States has arisen. Should we attempt to pursue negotiations?;;;;;;;;;;;;; +EVTNAME90132;The Spanish Have Refused;;;;;;;;;;;;; +EVTDESC90132;After some negotiation, conducted in secret, the Spanish have finally refused to sell Cuba. More than one member of the government has been angered by this, seeing the island as naturally falling into the American sphere of influence.;;;;;;;;;;;;; +EVT90132OPTA;Too bad.;;;;;;;;;;;;; +EVTNAME90133;Cuba is Ours;;;;;;;;;;;;; +EVTDESC90133;With no small amount of fanfare, Spain has agreed to the sale of Cuba to the United States.;;;;;;;;;;;;; +EVT90133OPTA;Wonderful!;;;;;;;;;;;;; +EVTNAME90135;The Grito de Lares;;;;;;;;;;;;; +EVTDESC90135;With conditions in our Puerto Rican colony so poor, the notion of independence has begun to spread among the local Caribenos. Reports from the colonial governor state a revolt has begun in the town of Lares, one that may be difficult to put down.;;;;;;;;;;;;; +EVTNAME90140;The Intentona de Yauco;;;;;;;;;;;;; +EVTDESC90140;We have received reports of an independence movement having been formed in Puerto Rico, with an uprising having been organized in the town of Yauco. While the movement doesn't yet have a great deal of support among local conservatives, many of whom are hoping there is still a chance to achieve independence from $COUNTRY$ through peaceful means, it's possible that their efforts could spread if we don't put a stop to it.;;;;;;;;;;;;; +EVT90140OPTA;Find these rebels and crush them;;;;;;;;;;;;; +EVT90140OPTB;Grant the island autonomy;;;;;;;;;;;;; +EVT90135OPTA;An outrage!;;;;;;;;;;;;; +EVTNAME98007;Hungarian Revolutionaries;;;;;;;;;;;;; +EVTDESC98007;There has been general discontent among the Hungarians, and a group of young revolutionaries have appeared to demand a number of concessions including freedom of the press. Giving them even that will not satisfy them completely, but it might give the government time to put down this rebellion before it begins.;;;;;;;;;;;;; +EVT98007OPTA;Give them what they want.;;;;;;;;;;;;; +EVT98007OPTB;We will not bow before rabble.;;;;;;;;;;;;; +EVTNAME98008;Czech Radicals Attempt Coup;;;;;;;;;;;;; +EVTDESC98008;A group of Czech radical democrats attempted to overthrow the government in a coup. They were unsuccessful, but their actions have inspired their countrymen to rise up in demand of freedom.;;;;;;;;;;;;; +EVT98008OPTA;We will not give in to insurrection.;;;;;;;;;;;;; +EVTNAME90016;Archduke Ferdinand Assassinated;;;;;;;;;;;;; +EVTDESC90016;One of the most prominent members of Austrian aristocracy has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. There are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event.;;;;;;;;;;;;; +EVT90016OPTA;This is an outrage!;;;;;;;;;;;;; +EVT90016OPTB;We cannot let this come to war.;;;;;;;;;;;;; +EVTNAME20110;Natives in $STATENAME$;;;;;;;;;;;;; +EVTDESC20110;A recent demonstration in $PROVINCENAME$ has brought attention to the plight of natives in $STATENAME$, namely to their oppression by the $COUNTRY_ADJ$ government and their demands for independence. If something isn't done soon we may be facing intervention by foreign powers.;;;;;;;;;;;;; +EVT20110OPTA;Silence the troublemakers. Immediately.;;;;;;;;;;;;; +EVT20110OPTB;Work with these people to solve their issues.;;;;;;;;;;;;; +EVTNAME20111;Trouble in $STATENAME$;;;;;;;;;;;;; +EVTDESC20111;A recent riot in $PROVINCENAME$ has brought a great deal of attention to $STATENAME$ -- the kind that would normally prompt the great powers to consider intervention. It seems, however, that the demands for independence by 'uncivilized' peoples has largely fallen on deaf ears. News of the trouble has faded away as quickly as it began.;;;;;;;;;;;;; +EVT20111OPTA;Good. We need no interference in $STATENAME$.;;;;;;;;;;;;; +EVTNAME20112;Long Memories;;;;;;;;;;;;; +EVTDESC20112;While recent trouble in $STATENAME$ has raised the specter of foreign intervention once again, there are many who remember the last crisis over $STATENAME$'s people as if it were yesterday. Try as they might, the world is simply not ready to listen to them again -- yet.;;;;;;;;;;;;; +EVT20112OPTA;This? Again?;;;;;;;;;;;;; +EVTNAME20115;Incident in $STATENAME$;;;;;;;;;;;;; +EVTDESC20115;A demonstration by $PROVINCECULTURE$ citizens in $PROVINCENAME$ quickly got out of hand as $COUNTRY_ADJ$ soldiers shot into the crowd to disperse it. A riot ensued, and several protesters were slain. Throughout $STATENAME$, the reaction has been one of outrage -- and there is an effort by some $PROVINCECULTURE$ malcontents to draw the attention of the world, just one more example of $COUNTRY$'s disregard for peace and civilized behavior -- or so they'll say.;;;;;;;;;;;;; +EVT20115OPTA;Let the world think what it likes.;;;;;;;;;;;;; +EVT20115OPTB;Suppress this. Now.;;;;;;;;;;;;; +EVTNAME38505;Death of the Sultan;;;;;;;;;;;;; +EVTDESC38505;The death of Sa'id bin Sultan Al-Busaid has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;; +EVT38505OPTA;One son shall rule Oman, and the other Zanzibar.;;;;;;;;;;;;; +EVT38505OPTB;Never! Oman must remain united!;;;;;;;;;;;;; +EVT38505OPTC;Zanzibar could use an Omani ruler.;;;;;;;;;;;;; +EVT38505OPTD;Onwards to Swahili Zanzibar!;;;;;;;;;;;;; +EVTNAME38500;A New Capital?;;;;;;;;;;;;; +EVTDESC38500;Said bin Sultan, the Sultan of Muscat and Oman, ratified in 1835 a treaty with the United States on very favorable terms, that had been negotiated by Edmund Roberts at Muscat on September 21, 1833. The friendly relations with the Unites States and the Omani possessions in the Swahili Coast led Said bin Sultan to consider moving his capital from Muscat, Oman, to Stone Town, Zanzibar where Richard Waters is an American Consul. This move would allow $COUNTRY$ to try to further a trading relationship by sending a ship to the United States. Moving the capital, however, is bound to give some momentum to the rebellious tribes of Oman proper and give some munition to the rebellious Imam of Oman.;;;;;;;;;;;;; +EVTOPTA38500;Zanzibar here we come!;;;;;;;;;;;;; +EVTOPTB38500;We wouldn't benefit from a capital in Africa.;;;;;;;;;;;;; +EVTNAME97000;The Revolution of Maria da Fonte;;;;;;;;;;;;; +EVTDESC97000;A growing dissatisfaction with the ruling government among Portugal's poor has grown into rebellion, spurred on by popular discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion -- which has a large contingent of peasant women among its supporters -- and which has been co-opted by revolutionaries in emulation of the rebellions elsewhere in Europe.;;;;;;;;;;;;; +EVT97000OPTA;This will come to nothing.;;;;;;;;;;;;; +EVTNAME97001;Peasant Revolt in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC97001;The Maria de Fonte rebellion has spread to $PROVINCENAME$, with the lower classes rising up in opposition to the ruling government. Many are calling for the government's resignation, and there are signs that Queen Maria II may engineer a coup to restore order.;;;;;;;;;;;;; +EVT97001OPTA;That is not going to happen.;;;;;;;;;;;;; +EVTNAME97002;End of the Revolution;;;;;;;;;;;;; +EVTDESC97002;Portuguese forces have managed to restore order in the countryside, and the peasantry have been brought back under control. The danger of a royal coup has ended.;;;;;;;;;;;;; +EVT97002OPTA;I told you it would come to nothing.;;;;;;;;;;;;; +EVTNAME97003;The Emboscada;;;;;;;;;;;;; +EVTDESC97003;Spurred on by the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on the country's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;; +EVT97003OPTA;There may be trouble ahead.;;;;;;;;;;;;; +EVTNAME97006;The Occupation of Angola;;;;;;;;;;;;; +EVTDESC97006;Our forces are slowly pacifying the Angolan countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;; +EVT97006OPTA;For the glory of Portugal!;;;;;;;;;;;;; +EVTNAME97007;The Occupation of Mozambique;;;;;;;;;;;;; +EVTDESC97007;Our forces are slowly pacifying the Mozambican countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;; +EVTNAME97008;Zanzibar Purchase;;;;;;;;;;;;; +EVTDESC97008;$FROMCOUNTRY$ has offered to sell the Zanzibar coast to our current colonial administration in Tanganyika. It seems like a reasonable deal.;;;;;;;;;;;;; +EVT97008OPTA;Accept the offer.;;;;;;;;;;;;; +EVT97008OPTB;Reject the offer.;;;;;;;;;;;;; +EVTNAME97009;Mombasa Purchase;;;;;;;;;;;;; +EVTDESC97009;$FROMCOUNTRY$ has offered to sell the Mombasa coast to our current colonial administration in Kenya. It seems like a reasonable deal.;;;;;;;;;;;;; +EVTNAME97010;The Portuguese Colonies;;;;;;;;;;;;; +EVTDESC97010;We have received an ultimatum from $FROMCOUNTRY$: surrender our colonies between Angola and Mozambique or suffer the consequences. The Portuguese people feel this is an incredible betrayal by the $FROMCOUNTRY_ADJ$. They have traditionally been our ally, and now they are trying to bully our rightful colonial holdings out of us? It cannot be borne!;;;;;;;;;;;;; +EVT97010OPTA;We have no choice.;;;;;;;;;;;;; +EVT97010OPTB;They will have to pry them from our fingers!;;;;;;;;;;;;; +EVTNAME97011;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC97011;$FROMCOUNTRY$ has agreed to our terms -- though they are unhappy about it.;;;;;;;;;;;;; +EVT97011OPTA;They will get over it.;;;;;;;;;;;;; +EVTNAME97012;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;; +EVTDESC97012;$FROMCOUNTRY$ has refused our ultimatum, and all but dared $COUNTRY$ to take their colonies from them -- if we can.;;;;;;;;;;;;; +EVT97012OPTA;Foolish!;;;;;;;;;;;;; +EVTNAME97015;Regicide of King Carlos I;;;;;;;;;;;;; +EVTDESC97015;Upon returning to Lisbon from a brief trip abroad, King Carlos I and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, the police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;; +EVT97015OPTA;A national tragedy!;;;;;;;;;;;;; +EVTNAME97020;The Republican Coup D'Etat;;;;;;;;;;;;; +EVTDESC97020;With the monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in the capital. Members of the Carbonária, republican youth, and elements of the army have instigated a coup d'état in the palace. The young King Manuel and his family have reportedly escaped for exile to England, and only days later a new Portuguese Republic has been declared in Lisbon.;;;;;;;;;;;;; +EVT97020OPTA;Long live the Republic!;;;;;;;;;;;;; +EVT97020OPTB;Try to keep power with the monarchy!;;;;;;;;;;;;; +EVTNAME44330;The Dominion of Newfoundland;;;;;;;;;;;;; +EVTDESC44330;The colony of $COUNTRY_ADJ$ Newfoundland has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;; +EVT44330OPTA;This can only be good for the empire.;;;;;;;;;;;;; +EVT44330OPTB;No, they shall remain under our direct control.;;;;;;;;;;;;; +EVT44330OPTC;Onwards to Newfoundland!;;;;;;;;;;;;; +EVTNAME44331;The Status of Newfoundland;;;;;;;;;;;;; +EVTDESC44331;The country's finances have collapsed and some are now suggesting that we'd be better served directly governed from London.;;;;;;;;;;;;; +EVT44331OPTA;We shall rejoin England as a full colony once more.;;;;;;;;;;;;; +EVT44331OPTB;We shall prevail.;;;;;;;;;;;;; +EVTNAME44332;The Australian Dominion;;;;;;;;;;;;; +EVTDESC44332;The colony of $COUNTRY_ADJ$ Australia has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;; +EVT44332OPTC;Onwards to Australia!;;;;;;;;;;;;; +EVTNAME44333;The New Zealand Dominion;;;;;;;;;;;;; +EVTDESC44333;The colony of $COUNTRY_ADJ$ New Zealand has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;; +EVT44333OPTC;Onwards to New Zealand!;;;;;;;;;;;;; +EVTNAME44334;The South African Dominion;;;;;;;;;;;;; +EVTDESC44334;The colony of $COUNTRY_ADJ$ South Africa has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;; +EVT44334OPTC;Onwards to South Africa!;;;;;;;;;;;;; +EVTNAME44335;$COUNTRY_ADJ$ Territories;;;;;;;;;;;;; +EVTDESC44335;Our overlords are in control of territory that rightfully belongs to $COUNTRY$. Perhaps we should request to have it returned?;;;;;;;;;;;;; +EVT44335OPTA;Make the request.;;;;;;;;;;;;; +EVT44335OPTB;No. They won't return them anyhow.;;;;;;;;;;;;; +EVTNAME44336;$FROMCOUNTRY_ADJ$ Territories;;;;;;;;;;;;; +EVTDESC44336;We hold land overseas that rightfully belongs to our $FROMCOUNTRY_ADJ$ dominion. Perhaps it would be prudent to hand it over to them?;;;;;;;;;;;;; +EVT44336OPTA;Yes. They will make for a stronger ally.;;;;;;;;;;;;; +EVT44336OPTB;No. $FROMCOUNTRY$ has all the land it needs.;;;;;;;;;;;;; +EVTNAME44337;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC44337;The $FROMCOUNTRY_ADJ$ government has agreed to the return of $COUNTRY_ADJ$ lands.;;;;;;;;;;;;; +EVT44337OPTA;Hurrah!;;;;;;;;;;;;; +EVTNAME44338;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC44338;The $FROMCOUNTRY_ADJ$ government has refused to return $COUNTRY_ADJ$ lands. They have made it clear that we should not ask again.;;;;;;;;;;;;; +EVT44338OPTA;Bastards!;;;;;;;;;;;;; +EVT44339OPTA;We must claim the Great White North.;;;;;;;;;;;;; +EVTNAME44340;The Alaskan Dominion;;;;;;;;;;;;; +EVTDESC44340;The question has arisen regarding what to do with our colony in Alaska, now that Canada has achieved independence.;;;;;;;;;;;;; +EVT44340OPTA;Allow it to join the Canadian Confederation.;;;;;;;;;;;;; +EVT44340OPTB;Grant it autonomy as a Dominion.;;;;;;;;;;;;; +EVT44340OPTC;It shall remain a $COUNTRY_ADJ$ colony.;;;;;;;;;;;;; +EVT44340OPTD;Onwards to Alaska!;;;;;;;;;;;;; +EVTNAME44341;The Southern Rhodesia Dominion;;;;;;;;;;;;; +EVTDESC44341;The colony of $COUNTRY_ADJ$ Southern Rhodesia has asked to be governed as an autonomous dominion within the empire.;;;;;;;;;;;;; +EVT44341OPTC;Onwards to Rhodesia!;;;;;;;;;;;;; +EVTNAME96165;Italian Unification;;;;;;;;;;;;; +EVTDESC96165;The Italians have managed to unify at long last, threatening $COUNTRY_ADJ$ interests in the region. We will have to decide whether it is in our best interests to object or to make friends with the new rulers. What has been done cannot now be undone, after all, and a united Italy could be a formidable enemy or a powerful $COUNTRY_ADJ$ ally.;;;;;;;;;;;;; +EVTNAME96170;Il Risorgimento;;;;;;;;;;;;; +EVTDESC96170;$COUNTRY$ has become the center of Italian nationalism, its people calling out for unification. Italian flags are flying in the streets of $CAPITAL$, and we must decide if we wish to support this call and bring all of Italy peacefully under our banner. If we refuse, our people will be upset... and it's unlikely the opportunity will arise again.;;;;;;;;;;;;; +EVTNAME96174;The Roman Question;;;;;;;;;;;;; +EVTDESC96174;$MONARCHTITLE$, the $FROMCOUNTRY_ADJ$ ambassador has presented us with news from the $UNION_ADJ$ Congress. They claim they are the one true $UNION_ADJ$ nation and that the time of the $COUNTRY$ is over. According to them we are only fit to rule over Rome.;;;;;;;;;;;;; +EVTOPTA96174;Long live the $UNION_ADJ$ people!;;;;;;;;;;;;; +EVTOPTB96174;Preposterous.;;;;;;;;;;;;; +EVTNAME90038;The Pact of Plombières;;;;;;;;;;;;; +EVTDESC90038;We have been approached by a Sardinian envoy, the Count of Cavour, who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy. In exchange, Sardinia would hand over Savoy and Nice to France. It is an interesting idea, and one that allows France to take a role that would not paint us as the aggressors. Shall we agree?;;;;;;;;;;;;; +EVTDESC90038_NEWS_LONG;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification. In exchange, Sardinia would hand over Savoy and Nice to France.;;;;;;;;;;;;; +EVTDESC90038_NEWS_MEDIUM;According to reports, the French government has been approached by a Sardinian envoy -- the Count of Cavour -- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification.;;;;;;;;;;;;; +EVT90038OPTA;We will agree to the pact.;;;;;;;;;;;;; +EVT90038OPTB;This is not in France's best interest.;;;;;;;;;;;;; +EVTNAME96160;Union with Sardinia;;;;;;;;;;;;; +EVTDESC96160;For the good of Italian reunification, our people wish to unite with the Sardinians.;;;;;;;;;;;;; +EVT96160OPTA;Viva Italia!;;;;;;;;;;;;; +EVTNAME96161;Failure of Plombières;;;;;;;;;;;;; +EVTDESC96161;The Pact of Plombières has failed, and our deal with France is broken.;;;;;;;;;;;;; +EVT96161OPTA;Unfortunate.;;;;;;;;;;;;; +EVT96165OPTA;This is a threat to $COUNTRY$.;;;;;;;;;;;;; +EVT96165OPTB;We must reconcile with Italy.;;;;;;;;;;;;; +EVTNAME35305;The Guerra di Libia;;;;;;;;;;;;; +EVTDESC35305;The lands of Tripoli and Cyrenaica once belonged to Italy, and should again. We deserve a place in the sun!;;;;;;;;;;;;; +EVT35305OPTA;For the glory of Italia!;;;;;;;;;;;;; +EVT35305OPTB;This is not the time.;;;;;;;;;;;;; +EVTNAME33006;Trade For Heligoland?;;;;;;;;;;;;; +EVTDESC33006;$FROMCOUNTRY$ has approached us with a proposition: a trade of one of our colonial states in exchange for the island of Heligoland. It's an exorbitant price for such a small island, but the alternative would be to go to war. Shall we agree to the treaty?;;;;;;;;;;;;; +EVT33006OPTA;We agree.§R(If Mombasa isn't owned, pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVT33006OPTB;We refuse.;;;;;;;;;;;;; +EVTNAME33007;Germany Agrees;;;;;;;;;;;;; +EVTDESC33007;Germany has agreed to the proposed trade for Heligoland.;;;;;;;;;;;;; +EVT33007OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME33008;Germany Has Refused;;;;;;;;;;;;; +EVTDESC33008;Germany has refused the proposed trade for Heligoland.;;;;;;;;;;;;; +EVT33008OPTA;Too bad.;;;;;;;;;;;;; +EVTNAME33009;For the Glory of Germany;;;;;;;;;;;;; +EVTDESC33009;The lands of Alsace-Lorraine rightfully belong in the hands of the German people. Perhaps the time has come to reclaim them from the French, and show the world what a united and glorious Germany can achieve? Either that or perhaps we should renounce our claims to those lands once and for all, despite the blow to our prestige and our pride.;;;;;;;;;;;;; +EVT33009OPTA;Begin the war!;;;;;;;;;;;;; +EVT33009OPTB;Renounce our claims.;;;;;;;;;;;;; +EVTNAME33010;Alsace-Lorraine is Lost;;;;;;;;;;;;; +EVTDESC33010;We have failed to recover Alsace-Lorraine from the hated French. Many are suggesting we should renounce our claims and move on, despite the blow to our national pride.;;;;;;;;;;;;; +EVT33010OPTA;Never! We shall regain it... one day.;;;;;;;;;;;;; +EVT33010OPTB;Renounce our claims.;;;;;;;;;;;;; +EVTNAME33015;We are at War;;;;;;;;;;;;; +EVTDESC33015;We are at war with a dire enemy. We should call our allies into battle.;;;;;;;;;;;;; +EVT33015OPTA;Let's make sure we have everyone.;;;;;;;;;;;;; +EVTNAME33016;Call Allies Cleanup;;;;;;;;;;;;; +EVTNDESC33016;This removes the flag once peace is achieved.;;;;;;;;;;;;; +EVT33016OPTA;Let's keep this clean.;;;;;;;;;;;;; +EVTNAME33020;The League of Three Emperors;;;;;;;;;;;;; +EVTDESC33020;The German Kaiser has sent a delegation to $COUNTRY$ with a proposal: a resurrection of the Holy Alliance formed between Prussia, Austria and Russia which once existed after the defeat of Napoleon. It seems doubtful that such an alliance could bear fruit, but perhaps it is time to consider this idea. $COUNTRY$ has other concerns than constant conflict with the Germans, after all.;;;;;;;;;;;;; +EVT33020OPTA;We will agree to the alliance.;;;;;;;;;;;;; +EVT33020OPTB;We have no interest in this.;;;;;;;;;;;;; +EVTNAME33025;The Spanish Pacific;;;;;;;;;;;;; +EVTDESC33025;With the loss of our colonial base in Manila, the administration of the Pacific Islands has become incredibly difficult. We have been approached by the $FROMCOUNTRY_ADJ$ government regarding the possibility of selling any of our remaining holdings in the Caroline and Mariana Islands. The amount offered is not much, but then again the islands are not worth much - indeed, they cost us far more than they provide. There is the additional notion that, should we disagree, $FROMCOUNTRY$ might attempt to take them by force.;;;;;;;;;;;;; +EVT33025OPTA;Agree to sell them.;;;;;;;;;;;;; +EVT33025OPTB;We are not interested.;;;;;;;;;;;;; +EVTNAME33026;The $COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Treaty of $YEAR$;;;;;;;;;;;;; +EVTDESC33026;The $FROMCOUNTRY_ADJ$ government has agreed to the treaty. Any of their remaining holdings in the Carolinas and Marianas are ours.;;;;;;;;;;;;; +EVT33026OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME33027;The Spanish Have Refused!;;;;;;;;;;;;; +EVTDESC33027;Infuriatingly, the Spanish have responded by saying they will not surrender their remaining Pacific holdings to us.;;;;;;;;;;;;; +EVT33027OPTA;Then we must consider the use of force.;;;;;;;;;;;;; +EVT33027OPTB;Let it go.;;;;;;;;;;;;; +EVTNAME33030;The German East Africa Company;;;;;;;;;;;;; +EVTDESC33030;The Society for German Colonization has been attempting to colonize the Zanzibar coast for several years now, having formed the German East Africa company and signed several treaties with Swahili tribes. It now seems they are facing difficulty with rebellions and have asked us to step in. The Sultan of Zanzibar will doubtlessly object if we do, as he claims authority over the coast -- even if his actual authority is minimal -- but so what if he does? This may be an interesting opportunity.;;;;;;;;;;;;; +EVT33030OPTA;Claim the coast as a $COUNTRY_ADJ$ colony.;;;;;;;;;;;;; +EVT33030OPTB;We have no interest in this.;;;;;;;;;;;;; +EVTNAME33031;German Warships!;;;;;;;;;;;;; +EVTDESC33031;For the last several years, Swahili tribes on the coast have been making treaties with Europeans, allowing them to create small settlements. We knew this would be trouble, and we were right. Powerful warships have arrived from $FROMCOUNTRY$, a demonstration of their power as they make a demand for the entirety of the coast. If we do this, they say, we shall be safe from further molestation -- and they claim we do not truly control the coast anyhow.;;;;;;;;;;;;; +EVT33031OPTA;An outrage! We refuse!;;;;;;;;;;;;; +EVT33031OPTB;It seems we have no choice.;;;;;;;;;;;;; +EVTNAME33035;The New Challenger;;;;;;;;;;;;; +EVTDESC33035;A new contender for the German Confederation leadership has arisen!;;;;;;;;;;;;; +EVT33035OPTA;Unacceptable!;;;;;;;;;;;;; +EVTNAME98200;The Great Boer Trek;;;;;;;;;;;;; +EVTDESC98200;The Boers are descendants of Dutch settlers in the eastern Cape Colony, and they have never sat well with British rule. More and more of them are leaving their farmsteads and moving to the east and the north-east, encroaching on territory traditionally ruled by the Xhosa and the Basotho. Conflict with those native peoples appears to be inevitable, as perhaps is conflict with the Boers themselves should we allow any lands they claim to remain independent. As far as the British government is concerned, the Boers are British subjects... no matter where they go.;;;;;;;;;;;;; +EVT98200OPTA;We shall see.;;;;;;;;;;;;; +EVTNAME98205;Invasion of the Laagers;;;;;;;;;;;;; +EVTDESC98205;The Boers are eager to get away from British rule, slowly leaving the lands of the Cape Colony and heading both east and north into the African wilds. The ones heading east are encroaching on Zulu territory, however, and it seems there is no end to them. They possess firearms, but we have the superior manpower... and all our chiefs agree on one thing: if we do not do something about the Boers now, they will dominate our territory and turn the Zulu people into colonial subjects.;;;;;;;;;;;;; +EVT98205OPTA;We must drive them from our lands!;;;;;;;;;;;;; +EVT98205OPTB;There is no choice but to appease them.;;;;;;;;;;;;; +EVTNAME98206;The Battle of Blood River;;;;;;;;;;;;; +EVTDESC98206;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River, prompted by the massacre of Piet Retief and his fellow pioneers after they attempted to negotiate borders for the new Natal settlement. The Voortrekkers won a decisive victory at the battle, and have now carved out a new colony -- with the only question remaining whether the British will recognize their independence or continue to treat them as subjects of the crown. Either way, further conflict seems certain.;;;;;;;;;;;;; +EVT98206OPTA;They are colonial subjects, no more.;;;;;;;;;;;;; +EVT98206OPTB;The Boers will stand on their own, if they can.;;;;;;;;;;;;; +EVTNAME98207;The Natalia Republic;;;;;;;;;;;;; +EVTDESC98207;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether we will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to our African ambitions.;;;;;;;;;;;;; +EVT98207OPTB;Allow them to find their own way.;;;;;;;;;;;;; +EVT98207OPTC;Onwards to Natal!;;;;;;;;;;;;; +EVTNAME98210;British Rule of Natal;;;;;;;;;;;;; +EVTDESC98210;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military forces, and the recommendation of the colonial government is that Natal be annexed before the situation grows worse. If we do not, then we must allow the Boers to find their own way -- and suffer the loss to our prestige this would entail.;;;;;;;;;;;;; +EVT98210OPTA;We will annex the Natal.;;;;;;;;;;;;; +EVT98210OPTB;Let them go.;;;;;;;;;;;;; +EVTNAME98211;Natalian Independence!;;;;;;;;;;;;; +EVTDESC98211;After a series of altercations between British colonial forces and the Boer militia, the British crown has decided to cut its losses and allow Natal its independence. Finally we will control our own destiny, away from the British now and forever!;;;;;;;;;;;;; +EVT98211OPTA;We will maintain good relations with the British.;;;;;;;;;;;;; +EVT98211OPTB;The Boer will find their own way -- without help.;;;;;;;;;;;;; +EVTNAME98212;The Annexation of Natalia;;;;;;;;;;;;; +EVTDESC98212;After a series of altercations between British colonial forces and the Boer militia, we have received a demand from the British government that Natalia be annexed into the Cape Colony. For all our struggles to leave the British behind, they yet follow us and refuse to allow us independence! So now we are faced with a choice: submit and move on, to find a place beyond their reach once more, or defy them and risk war.;;;;;;;;;;;;; +EVT98212OPTA;We will not submit to British rule!;;;;;;;;;;;;; +EVT98212OPTB;We have no choice. We cannot fight the British.;;;;;;;;;;;;; +EVTNAME98213;The Boers Have Refused!;;;;;;;;;;;;; +EVTDESC98213;We have received word from the Natalian government defying our annexation. Now we must either go to war or stand down in humiliation.;;;;;;;;;;;;; +EVT98213OPTA;War it is!;;;;;;;;;;;;; +EVT98213OPTB;Natalia is not worth fighting over.;;;;;;;;;;;;; +EVTNAME98215;The Orange River Sovereignty;;;;;;;;;;;;; +EVTDESC98215;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Basotho. After a number of skirmishes with natives, they have come to dominate the Orange River valley and established a new colony -- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;; +EVT98215OPTA;An interesting development.;;;;;;;;;;;;; +EVT98215OPTB;Onwards to the Orange Free State!;;;;;;;;;;;;; +EVT98220OPTB;Onwards to Transvaal!;;;;;;;;;;;;; +EVTNAME98216;The Boers Overtake the Orange Valley;;;;;;;;;;;;; +EVTDESC98216;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Orange Valley and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;; +EVT98216OPTA;There will be a reckoning.;;;;;;;;;;;;; +EVTNAME98220;The Transvaal Sovereignty;;;;;;;;;;;;; +EVTDESC98220;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Ndebele. After a number of skirmishes with natives, they have come to dominate the Transvaal and established a new colony -- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;; +EVTNAME98221;The Boers Overtake the Transvaal;;;;;;;;;;;;; +EVTDESC98221;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Transvaal and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;; +EVTNAME98225;The Boer Exodus;;;;;;;;;;;;; +EVTDESC98225;With 'the Great Trek' underway, many of the Boers are eager to leave $PROVINCENAME$ behind and travel to either the Transvaal or the Oranje Free State where they feel they will be free to pursue their own interests.;;;;;;;;;;;;; +EVT98225OPTA;Whoever wishes to go may leave.;;;;;;;;;;;;; +EVT98225OPTB;Give them incentives to stay.;;;;;;;;;;;;; +EVTNAME98230;Sand River Convention;;;;;;;;;;;;; +EVTDESC98230;$FROMCOUNTRY_ADJ$ colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for our independence. They wish to see $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ remain strong, and would see us abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in our territory ('uitlanders', as they are called). While our independence is a foregone conclusion, we must decide just how much we abide by their demands.;;;;;;;;;;;;; +EVT98230OPTA;We will abide by their demands.;;;;;;;;;;;;; +EVT98230OPTB;We will be independent on our own terms.;;;;;;;;;;;;; +EVTNAME98231;Orange River Convention;;;;;;;;;;;;; +EVTDESC98235;Migrants have been moving in large numbers through our African colonies on their way to the newly incorporated town of 'Johannesburg', on the edge of the Witwatersrand mountains, where a major gold rush is taking place. The massive influx of foreign residents to the area is causing trouble along our borders and friction between our governments.;;;;;;;;;;;;; +EVTNAME98236;Kimberley Gold Rush;;;;;;;;;;;;; +EVTDESC98236;Gold has been discovered in the Kimberley province, leading to claims from both the Transvaal and Oranje governments that the region rightfully belongs to them. Mediation by the colonial government has led to Kimberley being awarded to the griquas -- who have subsequently consented to annexation by $COUNTRY$. This has led to considerable bad blood between the Boer and $COUNTRY_ADJ$ governments.;;;;;;;;;;;;; +EVT98235OPTA;They are proving to be a nuisance.;;;;;;;;;;;;; +EVTNAME98240;The South African Union ;;;;;;;;;;;;; +EVTDESC98240;The time has come to consider joining the South African union.;;;;;;;;;;;;; +EVT98240OPTA;This is for the best.;;;;;;;;;;;;; +EVTNAME98241;Appeal From $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC98241;We have been approached by $FROMCOUNTRY_ADJ$ diplomats desperate for help in their war. Though they are loathe to do so, they are asking for $COUNTRY_ADJ$ protection. If we provide it, it does mean we establish an excellent claim over their territory.;;;;;;;;;;;;; +EVT98241OPTA;We will agree to help.;;;;;;;;;;;;; +EVT98241OPTB;$FROMCOUNTRY$ is on its own.;;;;;;;;;;;;; +EVTNAME98245;Annexation of the Transvaal;;;;;;;;;;;;; +EVTDESC98245;Our colonial governor in South Africa declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and we must consider the idea that keeping them out of the hands of competitors for African dominance is just as much reason to annex them as using those resources for our ourselves. The Boer resistance has proven embarrassing. If we do not answer this with force, it will make the $COUNTRY_ADJ$ look weak to the world.;;;;;;;;;;;;; +EVT98245OPTA;They will submit, or else!;;;;;;;;;;;;; +EVT98245OPTB;We will not press the matter.;;;;;;;;;;;;; +EVTNAME98246;The Anglo-Boer War;;;;;;;;;;;;; +EVTDESC98246;The $FROMCOUNTRY_ADJ$ have gone to war with the Transvaal, and many Boers are fearful that $COUNTRY$ will surely be next. They are crying out to our government to ally with the Transvaalis and stop the $FROMCOUNTRY_ADJ$ from taking away their lands and their rights.;;;;;;;;;;;;; +EVT98246OPTA;We fight with Transvaal!;;;;;;;;;;;;; +EVT98246OPTB;Transvaal is on its own.;;;;;;;;;;;;; +EVTNAME98247;South Africa is Lost;;;;;;;;;;;;; +EVTDESC98247;The Boers have proven far more resilient than we ever would have thought possible, and now we face the humiliating prospect of surrendering the Cape Colony to them. It seems we have little choice, with the war going so badly and Cape Town already occupied. All we can do is decide whether we will pursue a conciliatory path with the Boers and perhaps make them future allies or aim at returning in the future and reclaiming what has been lost.;;;;;;;;;;;;; +EVT98247OPTA;Let us reconcile with the Boers.;;;;;;;;;;;;; +EVT98247OPTB;Never! There will be a reckoning.;;;;;;;;;;;;; +EVTNAME98248;The Treaty of Vereeniging;;;;;;;;;;;;; +EVTDESC98248;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone is one of reconciliation, and it is clear the $FROMCOUNTRY_ADJ$ wishes to build good relations with us after the business of this war is done.;;;;;;;;;;;;; +EVT98248OPTA;That's good to hear.;;;;;;;;;;;;; +EVTDESC98249;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone of the talks has been very bitter, and it's clear the $FROMCOUNTRY_ADJ$ government will do all it can to return and trouble us again in the future.;;;;;;;;;;;;; +EVT98249OPTA;We shall accept their surrender nevertheless.;;;;;;;;;;;;; +EVTNAME98250;Border Dispute with the Zulu;;;;;;;;;;;;; +EVTDESC98250;The Zulus have slaughtered a $COUNTRY_ADJ$ regiment that entered their territory without our authority. While we had not been seeking a war with the Zulus, now our hand is forced. We must either back down and apologize, or see this through to the bitter end.;;;;;;;;;;;;; +EVT98250OPTA;We have no choice.;;;;;;;;;;;;; +EVT98250OPTB;Back down.;;;;;;;;;;;;; +EVTNAME98255;Conflict with the Xhosa;;;;;;;;;;;;; +EVTDESC98255;Once again, conflict with the native Xhosa has flared into violence in our Cape Colony. A band of Xhosa warriors spilled across the border, stealing cattle and burning down a host of British farmsteads. Colonial citizens are demanding that the governor take action.;;;;;;;;;;;;; +EVT98255OPTA;This is beyond the pale!;;;;;;;;;;;;; +EVTNAME98256;The Final Straw;;;;;;;;;;;;; +EVTDESC98256;We have received reports from the Cape Colony that there has been yet another outbreak of violence between the Xhosa natives and the colonials. This time it is evidently caused by natives returning from the diamond mines, attempting to take back control of their lands without any consideration for due process. Many within the Cape Colony believe it is time that the military moved in and took over their lands completely.;;;;;;;;;;;;; +EVT98256OPTA;Then so must it be.;;;;;;;;;;;;; +EVT98256OPTB;We will influence their government instead.;;;;;;;;;;;;; +EVTNAME98260;Walvis Bay;;;;;;;;;;;;; +EVTDESC98260;Other European nations have an eye on the region of Namaqualand, directly to the north of our holdings in the Cape Colony. To forestall their ambitions, it has been recommended that we establish an enclave at Walvis Bay and incorporate it into our southern colony.;;;;;;;;;;;;; +EVT98260OPTA;A fine idea!;;;;;;;;;;;;; +EVT98260OPTB;It's not worth it.;;;;;;;;;;;;; +EVTNAME98261;The Northern Cape Colony;;;;;;;;;;;;; +EVTDESC98261;Many British settlers are pushing north of the Cape Colony into areas only tenuously claimed by our government. We should consider increasing our presence in the region and establishing greater colonial government, before another country comes and claims it instead.;;;;;;;;;;;;; +EVT98261OPTA;This is necessary.;;;;;;;;;;;;; +EVT98261OPTB;We have other plans.;;;;;;;;;;;;; +EVTNAME85000;Catholics Slain in Korea;;;;;;;;;;;;; +EVTDESC85000;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux -- head of the fledgling Korean Catholic Church -- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vessel which then launched a punitive expedition with the support of the French consul in Beijing. There is a call for France to go to war against Korea -- but this is complicated by the fact that Korea is a tributary state of the Qing. If we press the matter, we risk war with the Koreans' master, but if we back down it will be a great blow to our prestige.;;;;;;;;;;;;; +EVT85000OPTA;This cannot go unpunished.;;;;;;;;;;;;; +EVT85000OPTB;We cannot afford to escalate the matter.;;;;;;;;;;;;; +EVTNAME85001;$FROMCOUNTRY$ Demands Retribution;;;;;;;;;;;;; +EVTDESC85001;The foolish Koreans have begun executing Catholics within their territory, and this has included a number of $FROMCOUNTRY_ADJ$ missionaries -- and now the French have demanded retribution. The problem, naturally, is that Korea is a Qing tributary. We are obligated to come to the Korean's defense, even if this means war with $FROMCOUNTRY$. Of course, there are those who say the Koreans have brought this on themselves. We would lose little sleep if we left them to their own devices, and earn favor with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVT85001OPTA;The Koreans are on their own.;;;;;;;;;;;;; +EVT85001OPTB;We will not abandon the Koreans!;;;;;;;;;;;;; +EVTNAME85002;$FROMCOUNTRY$ Abandons $COUNTRY$;;;;;;;;;;;;; +EVTDESC85002;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$ -- which should have brought our Qing allies to our defense. Frustratingly, and perhaps not unexpectedly, the Qing have responded by severing their ties to $COUNTRY$ and abandoning us to our fate. War with the French seems likely.;;;;;;;;;;;;; +EVT85002OPTA;Outrageous!;;;;;;;;;;;;; +EVT85002OPTB;We must maintain good relations with the Qing, no matter what.;;;;;;;;;;;;; +EVTNAME85003;$FROMCOUNTRY$ Abandons Korea;;;;;;;;;;;;; +EVTDESC85003;Not unexpectedly, $FROMCOUNTRY$ has agreed to abandon Korea to its fate in order to curry favor with us.;;;;;;;;;;;;; +EVT85003OPTA;Excellent news!;;;;;;;;;;;;; +EVTNAME85004;$FROMCOUNTRY$ Will Defend $COUNTRY$;;;;;;;;;;;;; +EVTDESC85004;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$ -- which has brought our Qing allies to bear. Instead of abandoning us, they have threatened war with the French should they intrude on our sovereignty. This may mean war with the French, but at least we know our allies remain strong.;;;;;;;;;;;;; +EVT85004OPTA;That is a relief.;;;;;;;;;;;;; +EVTNAME85005;$FROMCOUNTRY$ Will Defend Korea;;;;;;;;;;;;; +EVTDESC85005;Negotiations with the $FROMCOUNTRY_ADJ$ have not gone well. They are determined to protect their Korean vassals, even if it means war with France.;;;;;;;;;;;;; +EVT85005OPTA;Then war it is!;;;;;;;;;;;;; +EVT85005OPTB;We will not push the matter further.;;;;;;;;;;;;; +EVTNAME85010;The Ganghwa Incident;;;;;;;;;;;;; +EVTDESC85010;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal Korean fortress. In a fury, our ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home -- but word of the assault has spread. This is yet another example of Korea flaunting its disrespect for $COUNTRY_ADJ$ authority. Many within the government are suggesting we demand not only an apology, but force a treaty upon the Koreans which will see their nation forced to open itself to our influence.;;;;;;;;;;;;; +EVT85010OPTA;Demand an apology as well as the treaty.;;;;;;;;;;;;; +EVT85010OPTB;This is not in our interest.;;;;;;;;;;;;; +EVTDESC85011;A $FROMCOUNTRY_ADJ$ vessel, surveying the $COUNTRY_ADJ$ coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal fortress -- who assumed the vessel to be an enemy. In a fury, their ship returned fire and then landed a party to battle our forces on land. They returned home victorious, but words of the assault has spread and now a $FROMCOUNTRY_ADJ$ delegation has arrived in $CAPITAL$ to demand compensation -- in the form of an unequal treaty requiring $COUNTRY$ be opened to their influence.;;;;;;;;;;;;; +EVT85011OPTA;There is nothing we can do. Sign the treaty.;;;;;;;;;;;;; +EVT85011OPTB;Never! Let them do their worst!;;;;;;;;;;;;; +EVTDESC85012;A Japanese vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbor when it was fired on by the coastal fortress -- who assumed the vessel to be an enemy. In a fury, the Japanese ship returned fire and then landed a party to battle Korean forces on land. The Japanese returned home victorious, but words of the assault has spread and now we hear tale that they have forced the Koreans to sign an unequal treaty in consequence... one which has forced them to sever tributary ties to $COUNTRY$.;;;;;;;;;;;;; +EVT85012OPTA;Outrageous!;;;;;;;;;;;;; +EVTNAME85013;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC85013;The Korean government has caved to our delegation and signed the Treaty of Ganghwa.;;;;;;;;;;;;; +EVT85013OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME85014;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;; +EVTDESC85014;The Korean government has thumbed its nose at our delegation. The $COUNTRY_ADJ$ people cry out for war.;;;;;;;;;;;;; +EVT85014OPTA;So be it.;;;;;;;;;;;;; +EVTNAME85015;Korean Surrender;;;;;;;;;;;;; +EVTDESC85015;We are being overwhelmed by the superior might of Japanese armaments. Despite the loss of face, we must consider offering the hated Japanese terms of our surrender.;;;;;;;;;;;;; +EVT85015OPTA;It seems we have little choice.;;;;;;;;;;;;; +EVTNAME85020;Tonghak Rebellion;;;;;;;;;;;;; +EVTDESC85020;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presence. We will need to move quickly if we wish to prevent them from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;; +EVT85020OPTA;This cannot be allowed!;;;;;;;;;;;;; +EVTNAME85021;Tonghak Rebellion Ended;;;;;;;;;;;;; +EVTDESC85021;The unrest caused by the Tonghak movement appears to be coming to an end. The militant leaders have vanished into the countryside, and their followers have dispersed. Order is restored -- for now.;;;;;;;;;;;;; +EVTDESC85025;The $COUNTRY_ADJ$ government has received reports of a massive rebellion forming in Korea, serious enough that several members of the Korean government have sent an urgent call to $COUNTRY$ to intervene. Any forces we dispatch will likely provoke a response from Japan, who will fear that we are attempting to uproot their influence. This may, however, be an opportunity for $COUNTRY$ to solidify our own influence in Korea -- many advisors are saying that we cannot allow the potential response from Japan stop us from acting.;;;;;;;;;;;;; +EVT85025OPTA;We must intervene in Korea.;;;;;;;;;;;;; +EVT85025OPTB;They are on their own.;;;;;;;;;;;;; +EVTNAME85026;$FROMCOUNTRY$ Intervenes in Korea;;;;;;;;;;;;; +EVTDESC85026;We have received reports that the $FROMCOUNTRY_ADJ$ government has moved to intervene in the Tonghak Rebellion currently underway in Korea. It seems likely that, should $FROMCOUNTRY$ succeed in quelling the rebellion, they will become the unquestioned masters of Korea and all but eliminate what influence we possess there. The only sensible move is to send in forces to overthrow the Korean government and replace it with one that is more firmly pro-Japanese -- despite the conflict this will all but certainly spark with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT85026OPTA;Overthrow the Korean government.;;;;;;;;;;;;; +EVT85026OPTB;This is not the time to act.;;;;;;;;;;;;; +EVTNAME85027;$FROMCOUNTRY_ADJ$ Forces Enter Seoul;;;;;;;;;;;;; +EVTDESC85027;Reacting to reports that the Chinese are planning to intervene in the Tonghak Rebellion, $FROMCOUNTRY_ADJ$ forces today entered $CAPITAL$ and captured the Imperial Palace in a swift coup before our own armies could react. Pro-Japanese supporters have been installed in the new government, effectively rendering us a $FROMCOUNTRY_ADJ$ vassal. Both rebels and loyalist forces throughout the country have reacted in rage.;;;;;;;;;;;;; +EVT85027OPTA;An outrage!;;;;;;;;;;;;; +EVT85027OPTB;Retreat to Pyongyang and prepare to strike back. §R(War)§W;;;;;;;;;;;;; +EVTDESC85028;Responding to news of our intended intervention, $FROMCOUNTRY_ADJ$ forces today entered Seoul and captured the Korean Imperial Palace in a swift coup before our own armies could react. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban our forces from entering their nation. This is, of course, an insult of the highest magnitude.;;;;;;;;;;;;; +EVT85028OPTA;War it is!;;;;;;;;;;;;; +EVT85028OPTB;This is not the time to act.;;;;;;;;;;;;; +EVTNAME85029;Chinese Intervene in Korea;;;;;;;;;;;;; +EVTDESC85029;Reacting to the Tonghak uprising, the Chinese have moved forces into Korea -- entering $CAPITAL$ and effectively setting up a government under their complete control in a swift coup. That there has been no reaction from the Japanese government is surprising, just as it is frustrating that our embattled armies have had no chance to agree to this so-called 'help' from the Chinese. Either way, rebels and loyalists alike are enraged at this foreign intrusion.;;;;;;;;;;;;; +EVTDESC85030;The rebellion in Korea has grown worse, and already we have reports of the $COUNTRY_ADJ$ consulate under assault by rebel forces. It seems the Korean government is helpless. Considering that the $FROMCOUNTRY_ADJ$ stands by doing nothing, refusing Korean appeals for help, it seems we are in a position to act -- some are suggesting that we engineer a pro-Japanese coup in Seoul to install a government more firmly in our control, and prevent any possibility of an overthrow eliminating our influence.;;;;;;;;;;;;; +EVTNAME98620;Christian Oppression;;;;;;;;;;;;; +EVTDESC98620;The Ottoman government had a number of policies regarding the treatment of Christians within the Empire which were considered oppressive: the capitulation tax, known as the Jizya, as well as controls over Christians which did not permit them to become soldiers or hold public office. It was not until the Hatt-i Humayun in 1856 -- also known as the Imperial Reform Edict, part of the Tanzimat Reforms -- that things actually began to improve for minorities.;;;;;;;;;;;;; +EVT98620OPTA;This is how it must be.;;;;;;;;;;;;; +EVTNAME98625;The Kanûn-i Esâsî;;;;;;;;;;;;; +EVTDESC98625;A group of liberal intellectuals known as the 'Young Ottomans', led by the statesman reformer Midhat Pasha and influenced by the Liberal Revolutions elsewhere in Europe, have proposed a new constitution -- the 'Kanûn-i Esâsî' or 'Basic Law' -- which would see an elected parliament created, would limit the powers of the Sultan, and speed up the Tanzimat Reforms. Conservative members of the Ottoman government claim that giving into these liberals will only speed up the erosion of long-held traditions, while others say that the reforms are sorely needed to stave off the decline of the Empire at the hands of nationalists.;;;;;;;;;;;;; +EVT98625OPTA;Tradition will be maintained.;;;;;;;;;;;;; +EVT98625OPTB;Implement the reforms.;;;;;;;;;;;;; +EVTNAME98626;The Empire in Crisis;;;;;;;;;;;;; +EVTDESC98626;The current state of unrest within the Empire has reached the point where the Sultan has been advised to abrogate the Ottoman Constitution. Absolute power must be returned to the monarchy in order to stamp out the militants -- and while there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force -- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;; +EVT98626OPTA;Order must be restored. Abrogate the constitution.;;;;;;;;;;;;; +EVT98626OPTB;Reform must move forward, no matter the cost.;;;;;;;;;;;;; +EVTNAME98630;Inspired Nationalists;;;;;;;;;;;;; +EVTDESC98630;With the recent loss of European territories, nationalists within $COUNTRY$ have been inspired to rise up. $COUNTRY_ADJ$ officials are concerned we could be seeing a string of rebellions in the years to come, and already the army is scrambling to contain any efforts at rebel organization.;;;;;;;;;;;;; +EVT98630OPTA;This cannot be permitted.;;;;;;;;;;;;; +EVTNAME98635;The Young Turks;;;;;;;;;;;;; +EVTDESC98635;Spurred on by the continuing lack of reform, Ottoman liberals have radicalized into the 'Young Turks'. They seek to restore the constitutional monarchy, by force if need be, and there are those who have advised the government that these liberals must be dealt with harshly before they grow into a real problem.;;;;;;;;;;;;; +EVT98635OPTA;We cannot allow them to spread unrest.;;;;;;;;;;;;; +EVT98635OPTB;Let them talk.;;;;;;;;;;;;; +EVTNAME98636;Turkish Nationalism;;;;;;;;;;;;; +EVTDESC98636;Turkish liberals have grown increasingly defiant of the Ottoman monarchy -- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline, and that the way to restoring the nation's glory is to put the good of the Turkish people ahead of all other concerns... including religious.;;;;;;;;;;;;; +EVT98636OPTA;This is unacceptable!;;;;;;;;;;;;; +EVTNAME98640;End of the Ottoman Dynasty;;;;;;;;;;;;; +EVTDESC98640;The Ottoman monarchy has been overthrown, and now $COUNTRY$ stands in its place. The concept of Ottomanism, an Empire formed of diverse cultures and religions, has been set aside in favor of a nation built by and for the Turkish people.;;;;;;;;;;;;; +EVT98640OPTA;Long live $COUNTRY$!;;;;;;;;;;;;; +EVTNAME97500;Sovereign Authority in the Holy Land;;;;;;;;;;;;; +EVTDESC97500;The French ambassador has arrived with the following demand: they wish the $COUNTRY_ADJ$ government to recognize them as the sovereign authority over the Holy Land in Palestine, turning control over all Christian sites to the French. The Treaty of Küçük Kaynarca signed with Russia in 1774 states that they are the sole protector of Eastern Christians, and should we agree to the French demands it will almost surely lead to conflict with the Russians.;;;;;;;;;;;;; +EVT97500OPTA;Russia protects the Holy Land, not France.;;;;;;;;;;;;; +EVT97500OPTB;We will agree to the French demands.;;;;;;;;;;;;; +EVTNAME97501;$FROMCOUNTRY$ Refuses Our Claim;;;;;;;;;;;;; +EVTDESC97501;The $FROMCOUNTRY_ADJ$ government has refused our demand, stating that the 1774 Treaty of Küçük Kaynarca grants Russia authority over Eastern Christians and not France. More than likely they simply fear what the Russians will do. A show of force combined with the enticement of a protective alliance might compel them, though that will certainly cause friction with the Russians and there are some who say we should discontinue this venture now while we still have the chance.;;;;;;;;;;;;; +EVT97501OPTA;Pressure them into accepting.;;;;;;;;;;;;; +EVT97501OPTB;Abandon our claim before this goes further.;;;;;;;;;;;;; +EVTNAME97502;French Escalation;;;;;;;;;;;;; +EVTDESC97502;The French are not willing to abandon their claims to the Holy Land. There have been several demonstrations of naval force along our coast, and these have been combined with offers of protection against Russian retaliation. If we agree, we have a friend in France but almost certainly war with the Russians. If we refuse, very likely we will have a war with France on our hands. Which would we prefer?;;;;;;;;;;;;; +EVT97502OPTA;We must give in to the French.;;;;;;;;;;;;; +EVT97502OPTB;Never! Let them come, if they dare!;;;;;;;;;;;;; +EVTDESC97503;The French have successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine, authority which has traditionally belonged to us ever since the 1774 Treaty of Küçük Kaynarca. This is a breach of the treaty and a threat to $COUNTRY_ADJ$ interests in the Holy Land.;;;;;;;;;;;;; +EVT97503OPTA;We are the protectors of Eastern Christians, not the French.;;;;;;;;;;;;; +EVTNAME97504;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC97504;$FROMCOUNTRY$ has agreed that the French and the Roman Catholic Church should be the supreme Christian authority in the Holy Land, and have turned over control of Christian holy places -- including the keys to the Church of the Nativity in Bethlehem. This is in contravention to the $FROMCOUNTRY_ADJ$ treaty with Russia, and will no doubt lead to conflict, but is at the same time a boon to our prestige.;;;;;;;;;;;;; +EVT97504OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME97505;French Authority in the Holy Land;;;;;;;;;;;;; +EVTDESC97505;Through a combination of military and political pressure, we now have no choice but to accept French claims in the Holy Land.;;;;;;;;;;;;; +EVT97505OPTA;This will surely lead to trouble.;;;;;;;;;;;;; +EVTDESC97506;In what is perhaps a foolish move, the French have pressure the Turks into accepting their sovereign authority over the Holy Land in Palestine... authority which has traditionally rested with the Russians since the Treaty of Küçük Kaynarca. The question simply remains whether we should interfere. While holy sites are not our concern, trade routes through the Levant lead to India... and a Russian war with the Turks could directly threaten our interests.;;;;;;;;;;;;; +EVT97506OPTA;We intend to stay out of the conflict.;;;;;;;;;;;;; +EVT97506OPTB;We will protect our interests.;;;;;;;;;;;;; +EVTNAME97507;The War is Lost;;;;;;;;;;;;; +EVTDESC97507;Russia has control over $CAPITAL$, and much of our nation is either overrun or in complete chaos. We cannot continue. Our only option may be to surrender to the Russians and negotiate a treaty, in which we will doubtless be forced to hand over many concessions. Failure to do so, or should the Russians refuse our offer, could mean the war continuing for a very long time yet -- and $COUNTRY$'s utter ruin.;;;;;;;;;;;;; +EVT97507OPTA;A dark day for the Ottoman Empire.;;;;;;;;;;;;; +EVT97507OPTB;Never! There is still a chance!;;;;;;;;;;;;; +EVTNAME97508;The $FROMCOUNTRY_ADJ$ Surrender;;;;;;;;;;;;; +EVTDESC97508;The $FROMCOUNTRY_ADJ$ government has approached us, begging for terms of surrender. It will mean relinquishing our current war goals and sitting down with them to work out the terms of a treaty once the war is done, but we are confident they will be to $COUNTRY$'s benefit. No doubt the other powers of Europe will be far less pleased, but that is not our concern. Such a treaty will prevent this war from continuing on interminably.;;;;;;;;;;;;; +EVT97508OPTA;We accept.;;;;;;;;;;;;; +EVT97508OPTB;We refuse. The war continues.;;;;;;;;;;;;; +EVTNAME97509;The Russians Have Accepted;;;;;;;;;;;;; +EVTDESC97509;The Russians have agreed to lay down arms. Now comes the difficult part: discovering how they wish to punish us with the treaty.;;;;;;;;;;;;; +EVT97509OPTA;A great relief.;;;;;;;;;;;;; +EVTDESC97512;Russian victory in the recent Crimean War has meant the Russians could dictate the terms of a peace treaty — and so they have. After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over both the Ottoman Empire and the Holy Land in the Levant. A clear victory for Russia.;;;;;;;;;;;;; +EVT97512OPTA;There shall be a reckoning. §R(Pay or owe 250,000¤)§W;;;;;;;;;;;;; +EVTNAME97510;The Treaty of Paris;;;;;;;;;;;;; +EVTDESC97510;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. One of the provisions set out is that the newly-united Romanians would receive the Budjak in southern Bessarabia (also known as Izmail) and that we will renounce our claims in the area. Other demands are that we cede the territory of the Åland Islands to Finland as demilitarized zone. Refusing would put us at odds with the rest of Europe and perhaps lead to further war. Accepting might repair some of our relations with Romania, but would definitely be a blow to our prestige and our interests in the region.;;;;;;;;;;;;; +EVT97510OPTA;Give them Izmail.;;;;;;;;;;;;; +EVT97510OPTB;Never! They will have to take it from us!;;;;;;;;;;;;; +EVTNAME97511;Stand Down;;;;;;;;;;;;; +EVTDESC97511;The Ottomans have surrendered to the Russians. There is no need for our war to continue.;;;;;;;;;;;;; +EVT97511OPTA;It's about time!;;;;;;;;;;;;; +EVTNAME97515;Romanian Independence;;;;;;;;;;;;; +EVTDESC97515;To this day we remain a subject of the Turks. A growing movement has demanded our independence, and there are those who believe an offer of alliance with the Russians along with a guarantee of returning their lands in southern Bessarabia might entice them to support our efforts. Still others fear what a war of independence with the Turks will do to our nation. Is it worth it?;;;;;;;;;;;;; +EVT97515OPTA;We shall declare our independence.;;;;;;;;;;;;; +EVT97515OPTB;No, it is too risky.;;;;;;;;;;;;; +EVTDESC97516;The Romanians have approached us with a deal: in exchange for our assistance in their war of independence against the Turks, they will return our lands in southern Bessarabia. It is a way to regain our influence in the region, though it does come with a steep price.;;;;;;;;;;;;; +EVT97516OPTA;We will assist the Romanians.;;;;;;;;;;;;; +EVT97516OPTB;We are not interested.;;;;;;;;;;;;; +EVTNAME97517;The Russians Have Agreed;;;;;;;;;;;;; +EVTDESC97517;We have received word from the Russian government: they have agreed to support our claim of independence in exchange for Izmail.;;;;;;;;;;;;; +EVTNAME97518;The Russians Have Refused;;;;;;;;;;;;; +EVTDESC97518;We have received word from the Russian government: they have refused to support our claim of independence in exchange for Izmail. We are on our own.;;;;;;;;;;;;; +EVTNAME97520;Romania Is Free!;;;;;;;;;;;;; +EVTDESC97520;The Russians have kept their part of the bargain. We should keep ours.;;;;;;;;;;;;; +EVT97520OPTA;Give them Izmail, as promised.;;;;;;;;;;;;; +EVT97520OPTB;Betray them. They don't deserve it.;;;;;;;;;;;;; +EVTNAME97521;The War Has Failed;;;;;;;;;;;;; +EVTDESC97521;Our war is over, and it has ended in failure. We remain Ottoman subjects.;;;;;;;;;;;;; +EVT97521OPTA;A dark day for Romania.;;;;;;;;;;;;; +EVTDESC97525;The cursed Romanians have coaxed the Russians into declaring war on us in support of their independence. We cannot let this stand!;;;;;;;;;;;;; +EVT97525OPTA;How dare they!;;;;;;;;;;;;; +EVT97525OPTB;Let Romania go. We cannot afford a war.;;;;;;;;;;;;; +EVTDESC97526;The Romanians have foolishly declared them independence. We must take action at once!;;;;;;;;;;;;; +EVT97526OPTA;They want war? We'll give them war.;;;;;;;;;;;;; +EVTNAME95610;The Great Game;;;;;;;;;;;;; +EVTDESC95610;Advisers to the $COUNTRY_ADJ$ government are warning that the Russians will continue their southward expansion. If we do not press north from India, we will soon find the Russians on our doorstep... And, at that point, it will be a quick step for them to invade the British Raj directly. Steps must be taken to set up puppet governments between us and them.;;;;;;;;;;;;; +EVT95610OPTA;It remains a possibility.;;;;;;;;;;;;; +EVT95610OPTB;This is not in our interests.;;;;;;;;;;;;; +EVT95610OPTC;Never bring this up again.;;;;;;;;;;;;; +EVTDESC95611;Advisers to the $COUNTRY_ADJ$ government are warning that the British will continue their northward expansion. If we do not press south, Russia will soon have its southern borders exposed to European invasion. It does us no good to allow the British complete hegemony over Central Asia. Something must be done!;;;;;;;;;;;;; +EVTNAME95612;The Great Game Comes To $COUNTRY$;;;;;;;;;;;;; +EVTDESC95612;The Great Game between the British Empire and Russia has one pushing ever northward and the other pushing ever southward, with $COUNTRY$ caught in-between. Recently, $COUNTRY_ADJ$ soldiers got into a skirmish with one of our neighbors... and the resulting incident has brought the infernal gaze of one of these powers upon us, perhaps meaning war.;;;;;;;;;;;;; +EVT95612OPTA;This is not good.;;;;;;;;;;;;; +EVTNAME95613;$FROMCOUNTRY_ADJ$ Border Incident;;;;;;;;;;;;; +EVTDESC95613;Thanks to the Great Game and its maneuvering, tensions with $FROMCOUNTRY$ have been rising. Recently, an incident occurred near their border where several $COUNTRY_ADJ$ soldiers were attacked by $FROMCOUNTRY_ADJ$ soldiers. There were several deaths, and while the $FROMCOUNTRY_ADJ$ government is apologetic there are those within $COUNTRY$ who are calling for us to move in and assume control of their government.;;;;;;;;;;;;; +EVT95613OPTA;Use the excuse to attack.;;;;;;;;;;;;; +EVT95613OPTB;Accept their apology.;;;;;;;;;;;;; +EVTNAME95614;Peace With $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC95614;It seems that $FROMCOUNTRY$ is content to accept the incident was not our intent and turn its attentions elsewhere. For the moment, $COUNTRY$ is safe.;;;;;;;;;;;;; +EVT95614OPTA;That is a relief.;;;;;;;;;;;;; +EVTNAME95615;Russian Takeover;;;;;;;;;;;;; +EVTDESC95615;The country can no longer sustain itself. We must be ruled by Russia directly.;;;;;;;;;;;;; +EVT95615OPTA;So be it.;;;;;;;;;;;;; +EVTNAME95616;The $FROMCOUNTRY_ADJ$ Doctrine;;;;;;;;;;;;; +EVTDESC95616;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and it appears the only solution is to step in and rule them directly. Should we fail to do so, we may find $FROMCOUNTRY$ soon taken from our control and turned into a target for a foreign power's expansion.;;;;;;;;;;;;; +EVT95616OPTA;Assume control of $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT95616OPTB;Leave them be.;;;;;;;;;;;;; +EVTNAME37227;Corsican Rebellion;;;;;;;;;;;;; +EVTDESC37227;The rebellion in Corsica has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;; +EVT37227OPTA;An outrage!;;;;;;;;;;;;; +EVTNAME37228;Rebellion in Crete;;;;;;;;;;;;; +EVTDESC37228;The rebellion in Crete has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;; +EVTNAME37229;Rebellion in Cyprus;;;;;;;;;;;;; +EVTDESC37229;The rebellion in Cyprus has gone on for too long, and we have lost control over the island.;;;;;;;;;;;;; +EVTNAME37219_NEW;Persecution of French Missionaries;;;;;;;;;;;;; +EVTDESC37219_NEW;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In Dai Nam, the execution of several missionaries has prompted the society to ask the French government for diplomatic intervention. This has gone nowhere, leaving us with little choice but to consider armed intervention.;;;;;;;;;;;;; +EVTNAME37230;The Kingdom of Pomare;;;;;;;;;;;;; +EVTDESC37230;The island of Tahiti in the Pacific Ocean, ruled by the primitive Queen Pomare IV, expelled two French catholic priests several years ago. Admiral Abel Aubert Dupetit-Thouars was dispatched to get reparations for the deed, but then proceeded -- without authorization -- to gain a request from the Queen's chiefs to request a protectorate", a treaty to which he then demanded the Queen acquiesce. We can approve the treaty, gaining use of Tahiti as a staging ground in the Pacific, but it may cause friction with the British Empire considering British colonists are also on the island.;;;;;;;;;;;;; +EVT37230OPTA;We will approve the treaty.;;;;;;;;;;;;; +EVT37230OPTB;We have no interest in the Pacific.;;;;;;;;;;;;; +EVTNAME37235;The Algerian Rebellion;;;;;;;;;;;;; +EVTDESC37235;Not long ago, Algerian bitterness towards Ottoman rule made them almost welcome French intervention. Our colonization of Algiers and the northern coast, however, has given rise to a resistance under the leadership of Emir Abdelkader El Djezairi. The man has united the Maghrebi tribes, and now has launched attacks on several colonial settlements.;;;;;;;;;;;;; +EVT37235OPTA;This must be dealt with immediately.;;;;;;;;;;;;; +EVT37235OPTB;It would be better to parley with the Emir.;;;;;;;;;;;;; +EVT37235OPTC;Do not bother me with this again.;;;;;;;;;;;;; +EVTNAME10400;The French Revolution of $YEAR$;;;;;;;;;;;;; +EVTDESC10400;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsmen fired his musket on the citizens and set off a massacre. The resulting conflagration has swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic. \n\nNow we have the task of building this new government, starting with a presidential election to determine its new Head of State. Considering the popularity of Louis-Napoléon Bonaparte among the masses, and the granting of universal voting rights, some are say that he may in fact take the leadership. If he does, who knows what this may mean for France?;;;;;;;;;;;;; +EVT10400OPTA;Liberté! Égalité! Fraternité!;;;;;;;;;;;;; +EVTNAME10401;The Presidential Election;;;;;;;;;;;;; +EVTDESC10401;While it was expected that Louis-Napoléon Bonaparte would do well in the French presidential election, no one could have counted on the fact that he has done as well as this. Despite his autocratic leanings and lack of allies in Paris, he has managed to be something to everyone… even gaining the sponsorship of the Orleanists. The provisional government's candidate, Louis-Eugène Cavaignac, led the effort to quell an uprising in the city -- leading to resentment among the masses which has translated into Napoleon's landslide. Many fear the man takes too much after his infamous uncle, and thus the idea has arisen of fixing the elections to ensure Cavaignac's victory. This would require us to restrict universal suffrage, as well as muffle the newspapers and political opponents. Either way, the ideals of the Second Republic seem at risk of compromise.;;;;;;;;;;;;; +EVT10401OPTA;Napoleon shall be the rightful president.;;;;;;;;;;;;; +EVT10401OPTB;Rig the election. Cavaignac must win.;;;;;;;;;;;;; +EVTNAME11109;The Creation of Greater Finland;;;;;;;;;;;;; +EVTDESC11109;The call has gone out for the Ugric nations of Greater Finland to finally unite under a common banner, to resist the encroachment of the Russians as well as other European powers. This new nation, it is said, will be a power to rival even its most powerful neighbors.;;;;;;;;;;;;; +EVT11109OPTA;We will answer the call!;;;;;;;;;;;;; +EVT11109OPTB;We will remain independent.;;;;;;;;;;;;; +EVTNAME10402;Napoleon Wins Election!;;;;;;;;;;;;; +EVTDESC10402;Louis-Napoléon Bonaparte has swept into power as France's new Head of State. The man carries with him the legacy of his infamous uncle, and with it the support of the masses. He has no friends in Paris, however, almost all of whom are nervous of the possibility that he might decide to follow in his uncle's footsteps.;;;;;;;;;;;;; +EVT10402OPTA;This may not end well.;;;;;;;;;;;;; +EVTNAME10405;Louis-Napoleon's Coup d'Etat;;;;;;;;;;;;; +EVTDESC10405;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has launched a coup d'etat and overthrown the French government. Loyal members of the army have locked down strategic locations in Paris, and the Assemblée Nationale has been dissolved, leaving Louis-Napoleon as the undisputed ruler of the country. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France. All around Europe, countries are reacting to the news negatively, fearing a revival of the old Napoleonic goals. Even in Russia the ruler refuses to recognize the new Napoleon as emperor on the grounds that 'emperors are made by God, not elected by referendum.';;;;;;;;;;;;; +EVT10405OPTA;Vive le Second Empire!;;;;;;;;;;;;; +EVTNAME10410;Emperor Napoleon Deposed;;;;;;;;;;;;; +EVTDESC10410;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbors. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take. Shall we restore the Bourbon dynasty under the Count of Chambord, elect for a Bourbon constitutional monarchy under the Comte de Paris, or instead opt to create the Third Republic?;;;;;;;;;;;;; +EVT10410OPTA;Vive la Troisième République!;;;;;;;;;;;;; +EVT10410OPTB;Favor the Count of Chambord!;;;;;;;;;;;;; +EVT10410OPTC;Favor the Count of Paris!;;;;;;;;;;;;; +EVTNAME10411;The Death of Napoleon;;;;;;;;;;;;; +EVTDESC10411;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him. His son and heir would be Napoleon IV… but he is still a young man, eager to live up to the legacy left him. Others favor the popular Bourbon Count of Paris. Still more, however, claim this is the perfect moment to restore the republic and end the monarchy once and for all.;;;;;;;;;;;;; +EVT10411OPTA;Louis-Napoléon IV is the rightful heir.;;;;;;;;;;;;; +EVT10411OPTB;Restore the Bourbon dynasty!;;;;;;;;;;;;; +EVT10411OPTC;End the monarchy!;;;;;;;;;;;;; +EVTNAME1010011;The Great Irish Famine;;;;;;;;;;;;; +EVTDESC1010011;For years, British committees have looked into the situation in Ireland and predicted disaster: the Irish farmers had become more and more dependent on their potato crop, and if anything were to happen to that crop it would cause not only widespread chaos throughout the Irish economy but famine and worse. Their predictions have come true. A blight has been spreading, leading to failure after failure of the Irish potato harvest. Proponents of laissez-faire economics are adamant that the market will provide food for those affected, and that the government should not interfere in private enterprise. Others claim that no expense is too high to help the Irish, and that failure to act quickly will lead to starvation and resentment... but conservatives are quick to dismiss this as inflammatory nonsense.;;;;;;;;;;;;; +EVT1010011OPTA;Do whatever it takes to help them.;;;;;;;;;;;;; +EVT1010011OPTB;Give them what aid we can.;;;;;;;;;;;;; +EVT1010011OPTC;We must not interfere in the markets.;;;;;;;;;;;;; +EVTNAME1010012;Irish Famine Spreads;;;;;;;;;;;;; +EVTDESC1010012;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- poor Irish peasants are walking the streets of $PROVINCENAME$, begging for government aid which never arrives, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;; +EVT1010012OPTA;Our choice has been made.;;;;;;;;;;;;; +EVTDESC1010013;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- poor Irish peasants are walking the streets of $PROVINCENAME$, barely subsisting on the limited cornmeal handouts offered by the government, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;; +EVTDESC1010014;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt -- in $PROVINCENAME$, the Irish are gathering in large crowds to receive aid sent by the British government. While they are grateful, times are still incredibly difficult and it's clear many are considering leaving Ireland to take their chances in the New World.;;;;;;;;;;;;; +EVTNAME1010015;The Young Irelander Rebellion;;;;;;;;;;;;; +EVTDESC1010015;An aborted attempt at an uprising recently took place in the village of Ballingarry, Ireland. A group of Irish nationalists, frustrated by what they call the inept handling of the recent famine by the British government, engaged in a long gunfight with a unit of constabulary until reinforcements arrived and drove the men off. Many of these nationalists have since been captured and tried, but the event has sparked an increase in nationalism across the island.;;;;;;;;;;;;; +EVT1010015OPTA;Outrageous!;;;;;;;;;;;;; +EVTNAME1010016;Ireland's Opportunity;;;;;;;;;;;;; +EVTDESC1010016;Not content to wait until the dust of the war has settled, nationalists in Ireland have taken to the streets of $PROVINCENAME$ to call for the end of $COUNTRY_ADJ$ rule. With our forces engaged elsewhere, their calls have quickly swept across all of $STATENAME$.;;;;;;;;;;;;; +EVT1010016OPTA;When the war is done, there shall be consequences.;;;;;;;;;;;;; +EVTNAME1010020;The Irish Republican Brotherhood;;;;;;;;;;;;; +EVTDESC1010020;The tone among the people in our Irish territories has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from $COUNTRY_ADJ$ control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;; +EVT1010020OPTA;Perhaps the time has come to examine the Irish situation.;;;;;;;;;;;;; +EVTNAME1010021;Fenians in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC1010021;We've received reports that the Irish Republican Brotherhood has been active in $PROVINCENAME$, spreading propaganda and generally stirring up agitation against the $COUNTRY_ADJ$ government. The constabulary in $STATENAME$ has been actively hunting these nationalists down, but considering many within the constabulary are Irish themselves the process has not been simple.;;;;;;;;;;;;; +EVT1010021OPTA;This is a serious issue.;;;;;;;;;;;;; +EVTNAME1010022;Fenian Revolt in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC1010022;The Irish Republican Brotherhood has stirred up local resentment in $PROVINCENAME$, resulting in several riots and a renewed campaign against $COUNTRY_ADJ$ rule in Ireland.;;;;;;;;;;;;; +EVT1010022OPTA;This simply makes things far more difficult.;;;;;;;;;;;;; +EVTNAME1010023;The Easter Rising;;;;;;;;;;;;; +EVTDESC1010023;In an event organized by the Irish Republican Brotherhood, a group of Irish nationalists seized key locations in the city of $PROVINCENAME$ on Easter Monday, kicking off the most significant uprising in Ireland since the rebellion of 1798.;;;;;;;;;;;;; +EVT1010023OPTA;This calls for decisive action.;;;;;;;;;;;;; +EVT1010023OPTB;Due process must be followed, no matter the cost.;;;;;;;;;;;;; +EVTNAME1010024;The Sinn Féin Demand;;;;;;;;;;;;; +EVTDESC1010024;Spurred on by increased public sympathy towards the Irish Republican Brotherhood following the Easter Rising, the Sinn Féin have won a majority of seats in Ireland during the last election. They have gathered in Dublin and declared themselves Dáil Éireann, the parliament of Ireland, and demanded that Ireland be granted immediate full independence. Considering their popularity, refusing would all but certainly trigger a war... but many agree that this is not the way to a peaceful resolution, and that $COUNTRY$ should never submit to such demands.;;;;;;;;;;;;; +EVT1010024OPTA;We will not be negotiated with at gunpoint.;;;;;;;;;;;;; +EVT1010024OPTB;Grant them independence.;;;;;;;;;;;;; +EVTNAME1010025;The Anglo-Irish Treaty;;;;;;;;;;;;; +EVTDESC1010025;With Ireland once again under our control, talks have begun in earnest to deal with the Irish situation once and for all... now on our terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under our control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and we should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;; +EVT1010025OPTA;They shall become an autonomous Dominion.;;;;;;;;;;;;; +EVT1010025OPTB;They shall become a free ally.;;;;;;;;;;;;; +EVT1010025OPTC;They are part of $COUNTRY$. Annex them.;;;;;;;;;;;;; +EVTNAME1010030;Charles Stewart Parnell;;;;;;;;;;;;; +EVTDESC1010030;An Anglo-Irish politician by the name of Charles Stewart Parnell has just been elected to Parliament. Some are describing him as a firebrand and nationalist agitator, while others suggest he's a man of remarkable charisma and organizational talent -- able to take on the entirety of the $COUNTRY_ADJ$ political system in order to push his Irish Home Rule agenda and succeed. It's very possible that this man could single-handedly turn the tide of opinion on the subject of Home Rule.;;;;;;;;;;;;; +EVT1010030OPTA;Keep him contained. We don't want trouble.;;;;;;;;;;;;; +EVT1010030OPTB;Encourage him. He'll do good work.;;;;;;;;;;;;; +EVTNAME1010031;The $STATENAME$ Volunteers;;;;;;;;;;;;; +EVTDESC1010031;With Charles Stewart Parnell putting forward his Home Rule agenda, $COUNTRY_ADJ$ citizens in $PROVINCENAME$ have become increasingly concerned that they might end up in an independent Irish state -- one dominated by Irish Catholics in Dublin. They have begun actively campaigning to ensure this doesn't happen.;;;;;;;;;;;;; +EVT1010031OPTA;Yet more trouble in Ireland?;;;;;;;;;;;;; +EVTNAME1010032;Irish Home Rule;;;;;;;;;;;;; +EVTDESC1010032;Charles Stewart Parnell has been successfully advancing his Home Rule Bill through Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who -- in the not-too-distant past -- might have said that Home Rule was unthinkable. \n\nNow we must consider whether his vision will see the light of day: do we grant Ireland the status of an autonomous Dominion under our control, or put this aside and face renewed violence among the Irish? Either way, this man Parnell will not desist, and the question will keep coming before us even if we do not pass the Bill now.;;;;;;;;;;;;; +EVT1010032OPTA;Pass the bill and give them Home Rule.;;;;;;;;;;;;; +EVT1010032OPTB;There shall be no independence for Ireland.;;;;;;;;;;;;; +EVT1010032OPTC;Onward to Ireland! (Play as Ireland);;;;;;;;;;;;; +EVTNAME1010033;Kitty O'Shea;;;;;;;;;;;;; +EVTDESC1010033;The revelation that Charles Stewart Parnell has been involved with a married woman, one Catherine O'Shea, and indeed is responsible for her subsequent divorce, was the scandal that ended his political career and prevented him from pushing the Home Rule agenda. Without him, it appears unlikely that the Irish Republican movement will gain the political clout it requires to attempt another passing of the Home Rule Bill.;;;;;;;;;;;;; +EVT1010033OPTA;Unfortunate. For the Irish, I mean.;;;;;;;;;;;;; +EVTNAME90050;The Annexation of Schleswig;;;;;;;;;;;;; +EVTDESC90050;The duchies of Schleswig and Holstein have long been united and considered indivisible under the $COUNTRY_ADJ$ crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for the $COUNTRY_ADJ$ monarch. The treatment of $COUNTRY_ADJ$ people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into $COUNTRY$ proper. This is unlikely to be looked on favourably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;; +EVT90050OPTA;Schleswig is a part of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME900500;The Schleswig-Holstein War;;;;;;;;;;;;; +EVTDESC900500;Our war against Schleswig-Holstein has brought us into conflict with our German allies.;;;;;;;;;;;;; +EVT900500OPTA;Too late to turn back now.;;;;;;;;;;;;; +EVTNAME90051;The Annexation of Schleswig;;;;;;;;;;;;; +EVTDESC90051;The $FROMCOUNTRY_ADJ$ crown wishes to annex the Duchy of Schleswig, which has long been considered indivisible from the Duchy of Holstein. The German aristocracy is enraged by this move. They believe their future lies with the German Confederation to the south, but the Duke of Augustenberg has a stronger claim to Schleswig than the $FROMCOUNTRY_ADJ$ King. Schleswig-Holstein must forge its own path, even if it means war.;;;;;;;;;;;;; +EVT90051OPTA;Schleswig-Holstein is German.;;;;;;;;;;;;; +EVTNAME90052;Schleswig-Holstein Under Our Control;;;;;;;;;;;;; +EVTDESC90052;Now that order has been restored to Schleswig-Holstein, international pressure is mounting to uphold treaties regarding the region. Failure to restore nominal independence to the duchies and keep them united will result in tensions between $COUNTRY$ and other European powers and possibly war with the German Confederation to the south.;;;;;;;;;;;;; +EVT90052OPTA;Schleswig-Holstein will be restored.;;;;;;;;;;;;; +EVT90052OPTB;Holstein may go, but Schleswig is $COUNTRY_ADJ$.;;;;;;;;;;;;; +EVT90052OPTC;We will not bow to pressure.;;;;;;;;;;;;; +EVTNAME90053;The November Constitution;;;;;;;;;;;;; +EVTDESC90053;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to Duke Christian of Glücksburg. The crown of Holstein is more problematic, however. The House of Augustenburg claims the crowns of both Schleswig and Holstein and is calling on German support. If the new constitution is signed, Schleswig-Holstein will be officially divided. If it is not, the Danish people will almost certainly rise up against their new king.;;;;;;;;;;;;; +EVT90053OPTA;Sign the constitution.;;;;;;;;;;;;; +EVT90053OPTB;Do not sign the constitution.;;;;;;;;;;;;; +EVTNAME90054;The Schleswig-Holstein Question;;;;;;;;;;;;; +EVTDESC90054;The arrogant German aristocrats in Holstein have declared they intend to pursue a future with the German Confederation to the south, and consider Schleswig an indivisible part of their territory. $COUNTRY_ADJ$ militants are angrily calling for the military to step in, though some fear this may lead to war with the Germans.;;;;;;;;;;;;; +EVT90054OPTA;This cannot be permitted.;;;;;;;;;;;;; +EVT90054OPTB;We can do nothing.;;;;;;;;;;;;; +EVTDESC90055;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved -- in our favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ is the true leader of the confederation.;;;;;;;;;;;;; +EVT90055OPTA;Our mastery of Germany awaits!;;;;;;;;;;;;; +EVTDESC90056;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. This puts it in a unique position to assume leadership of the German Confederation as well as dominance over the North German states. We will need to take swift and decisive action if $COUNTRY$ is to maintain its position of influence.;;;;;;;;;;;;; +EVT90056OPTA;How DARE they!;;;;;;;;;;;;; +EVTNAME90057;Look to $FROMCOUNTRY$?;;;;;;;;;;;;; +EVTDESC90057;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. It's possible that aligning ourselves with $FROMCOUNTRY$ is far more in our best interest, as well as more likely to create a united Germany under North German dominance. We should reconsider our current allegiances.;;;;;;;;;;;;; +EVT90057OPTA;Maybe a $FROMCOUNTRY_ADJ$ future is better.;;;;;;;;;;;;; +EVT90057OPTB;We are better off as we are now.;;;;;;;;;;;;; +EVTNAME95250;The White Rajah;;;;;;;;;;;;; +EVTDESC95250;Brunei's control over the southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor. This 'White Rajah' is now effectively the ruler, and is seeking alliance with Brunei. We must either recognize the independence of an area we only barely controlled, or seek to assert our authority and perhaps anger the English in the process.;;;;;;;;;;;;; +EVT95250OPTA;We will recognize the Rajah;;;;;;;;;;;;; +EVT95250OPTB;Sarawak is ours!;;;;;;;;;;;;; +EVTNAME95251;The Dutch East Indies;;;;;;;;;;;;; +EVTDESC95251;The Dutch East India Company has been slowly spreading its influence within the East Indies, and is urging our government to establish protectorates over the remaining sultanates on the islands. Indeed, they have been stirring up trouble in the region. Many within our government feel that if the Netherlands is to remain a power to be reckoned with, it must expand its colonial holdings.;;;;;;;;;;;;; +EVT95251OPTA;It remains a possibility.;;;;;;;;;;;;; +EVT95251OPTB;This is not in our interests.;;;;;;;;;;;;; +EVTNAME95255;$FROMCOUNTRY_ADJ$ Unification;;;;;;;;;;;;; +EVTDESC95255;The call has been sent out for the peoples of the East Indies to unify under a common banner, for protection against foreign imperialism and to usher in a new world power to make the Europeans tremble. The people are cheering in the streets of $CAPITAL$ at the welcome news. Will $COUNTRY$ do its part?;;;;;;;;;;;;; +EVT95255OPTA;We will answer the call!;;;;;;;;;;;;; +EVT95255OPTB;We will remain independent;;;;;;;;;;;;; +EVTNAME97125;Flores Purchase;;;;;;;;;;;;; +EVTDESC97125;Portugal has offered to sell the Flores islands to our current colonial administration in Timor. It seems like a reasonable deal.;;;;;;;;;;;;; +EVT97125OPTA;Accept the offer. §R(Pay or owe 100,000¤)§W;;;;;;;;;;;;; +EVT97125OPTB;Reject the offer.;;;;;;;;;;;;; +EVTNAME98800;$STATENAME$ Colonial Incorporation;;;;;;;;;;;;; +EVTDESC98800;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerian colony.;;;;;;;;;;;;; +EVTDESC97130;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Indonesian colonial administration.;;;;;;;;;;;;; +EVT97130OPTA;An excellent development!;;;;;;;;;;;;; +EVTDESC98805;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Togolese colony.;;;;;;;;;;;;; +EVTDESC98806;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gambian colony.;;;;;;;;;;;;; +EVTDESC98807;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ivorian colony.;;;;;;;;;;;;; +EVTDESC98810;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sierra Leonean colony.;;;;;;;;;;;;; +EVTDESC98815;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Guinean colony.;;;;;;;;;;;;; +EVTDESC98820;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Senegalese colony.;;;;;;;;;;;;; +EVTDESC98822;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Algerian colony.;;;;;;;;;;;;; +EVTDESC98825;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerien colony.;;;;;;;;;;;;; +EVTDESC98830;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Chadian colony.;;;;;;;;;;;;; +EVTDESC98835;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Cameroonian colony.;;;;;;;;;;;;; +EVTDESC98837;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gabonese colony.;;;;;;;;;;;;; +EVTDESC98840;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Congolese colony.;;;;;;;;;;;;; +EVTDESC98845;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Free Congo State colony.;;;;;;;;;;;;; +EVTDESC98852;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Central African colony.;;;;;;;;;;;;; +EVTDESC98858;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sudanese colony.;;;;;;;;;;;;; +EVTDESC98860;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zambian colony.;;;;;;;;;;;;; +EVTDESC98865;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Kenyan colony.;;;;;;;;;;;;; +EVTDESC98870;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Tanganyikan colony.;;;;;;;;;;;;; +EVTDESC98875;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Malian colony.;;;;;;;;;;;;; +EVTDESC98880;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Libyan colony.;;;;;;;;;;;;; +EVTDESC98883;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zanzibar colony.;;;;;;;;;;;;; +EVTDESC98884;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Angolan colony.;;;;;;;;;;;;; +EVTDESC98885;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mozambican colony.;;;;;;;;;;;;; +EVTDESC98890;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mauretanian colony.;;;;;;;;;;;;; +EVTDESC98891;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into Morocco.;;;;;;;;;;;;; +EVTDESC98892;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ghanaian colony.;;;;;;;;;;;;; +EVTDESC98893;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Burkinabe colony.;;;;;;;;;;;;; +EVTDESC98895;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ugandan colony.;;;;;;;;;;;;; +EVTNAME90060;The Eastern Question;;;;;;;;;;;;; +EVTDESC90060;The Ottoman Empire has been in slow decline for much of the last century, but never has this been more apparent than in recent years. The Empire's hold on the Balkans is weakening, and this threatens to upset the entire balance of power in Eastern Europe as Russia and other countries will inevitably be drawn into the conflict. Many in the $COUNTRY_ADJ$ government feel that it falls on us to call the powers of Europe together and negotiate a settlement that will restore some semblance of stability to the area.;;;;;;;;;;;;; +EVT90060OPTA;We will host the Congress.;;;;;;;;;;;;; +EVT90060OPTB;This is unnecessary.;;;;;;;;;;;;; +EVTNAME90061;Planning for the Congress;;;;;;;;;;;;; +EVTDESC90061;Now that plans for the conference in $CAPITAL$ are underway, $COUNTRY_ADJ$ statesmen are busy trying to determine what our stance on the issue should be. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them.;;;;;;;;;;;;; +EVT90061OPTA;The Ottoman Empire must be kept strong.;;;;;;;;;;;;; +EVT90061OPTB;Stability in the Balkans is most important.;;;;;;;;;;;;; +EVTNAME90062;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;; +EVTDESC90062;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of $COUNTRY$ to maintain stability in the Balkans. Some feel this is a veiled attempt to carve up our nation, and an insult, but regardless we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;; +EVT90062OPTA;Our representatives shall attend.;;;;;;;;;;;;; +EVTNAME90063;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;; +EVTDESC90063;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel this is a veiled attempt to bolster the shaky Empire's hold over the Middle East and balk Russian 'aggression'. Either way, we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;; +EVTNAME90064;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;; +EVTDESC90064;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them. Still others feel we should not take part in this veiled attempt at dismembering a sovereign nation.;;;;;;;;;;;;; +EVT90064OPTA;We will not risk our relationship with the Ottomans for this.;;;;;;;;;;;;; +EVTNAME900640;The Cyprus Convention;;;;;;;;;;;;; +EVTDESC900640;An idea has arisen within the $COUNTRY_ADJ$ government: could we perhaps offer our support to the Ottomans in the upcoming Congress, in exchange for a lease on Cyprus? Our support could make a great deal of difference for them... and the island's proximity to Suez makes it of strategic importance. The Ottomans could use all the support they can get, after all.;;;;;;;;;;;;; +EVT900640OPTA;Make the offer.;;;;;;;;;;;;; +EVT900640OPTB;We have no interest in this.;;;;;;;;;;;;; +EVTDESC900641;The $FROMCOUNTRY_ADJ$ government has approached us with a proposal: they will lend their support to us in the upcoming Congress, in exchange for Cyprus. The island's proximity to Suez makes it of strategic importance, after all, and while some might consider the offer an insult there are others who suggest that without this offer it's just as likely the island will be offered to Greece. $FROMCOUNTRY$ could ensure it isn't... and we could use all the allies in the Congress we can get.;;;;;;;;;;;;; +EVT900641OPTA;Agree to the deal.;;;;;;;;;;;;; +EVT900641OPTB;No. Cyprus is not a bargaining chip.;;;;;;;;;;;;; +EVTNAME900642;The Deal is Struck;;;;;;;;;;;;; +EVTDESC900642;The Ottomans have agreed to the lease of Cyprus. Now we just need to make sure that we do all we can to make sure the Ottomans are kept strong...;;;;;;;;;;;;; +EVT900642OPTA;We shall do our best.;;;;;;;;;;;;; +EVTNAME900643;The Ottomans Have Refused;;;;;;;;;;;;; +EVTDESC900643;The Ottomans have refused our offer. Evidently they will take their chances.;;;;;;;;;;;;; +EVT900643OPTA;We accept their decision.;;;;;;;;;;;;; +EVT900643OPTB;Then they shall receive no support from us whatsoever.;;;;;;;;;;;;; +EVTNAME900645;The Bosnian Issue;;;;;;;;;;;;; +EVTDESC900645;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Bosnians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Bosnia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;; +EVT900645OPTA;Make the claim at the Congress.;;;;;;;;;;;;; +EVT900645OPTB;We have no interest in Bosnia.;;;;;;;;;;;;; +EVTNAME900646;The Croatian Issue;;;;;;;;;;;;; +EVTDESC900646;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Croatians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Croatia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;; +EVT900646OPTA;Make the claim at the Congress.;;;;;;;;;;;;; +EVT900646OPTB;We have no interest in Croatia.;;;;;;;;;;;;; +EVTNAME90065;The Congress of $CAPITAL$: Keep the Empire Strong;;;;;;;;;;;;; +EVTDESC90065;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly. Few of the attendees were pleased, the Russians in particular, and even though the Congress favored the Ottomans it remains to be seen whether they will bow to European pressure and uphold the Congress's edict.;;;;;;;;;;;;; +EVT90065OPTA;This is how it must be.;;;;;;;;;;;;; +EVTNAME90066;The Congress of $CAPITAL$: Stabilize the Balkans;;;;;;;;;;;;; +EVTDESC90066;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, with delegates from the Ottoman Empire also in attendance. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power. The Russian delegates were pleased, but Ottoman delegates left in a rage. It remains to be seen whether they will bow before the Congress's demands.;;;;;;;;;;;;; +EVTNAME90067;The Demands of the Congress;;;;;;;;;;;;; +EVTDESC90067;Our delegates have returned from the Congress in $FROMCOUNTRY$ with mixed news: though the consensus reached was that $COUNTRY$ needed to be kept strong, they still placed numerous demands upon us that would see the political map of the Balkans rearranged. If we choose to defy the European edict, we could be facing wars from many fronts.;;;;;;;;;;;;; +EVT90067OPTA;We will abide by their demands.;;;;;;;;;;;;; +EVT90067OPTB;Never! $COUNTRY$ will not be ordered about!;;;;;;;;;;;;; +EVTNAME90068;The Demands of the Congress;;;;;;;;;;;;; +EVTDESC90068;Our delegates have returned from the Congress in $FROMCOUNTRY$ with disheartening news: despite considerable dissension among those attending, a consensus was reached that creating stability in the Balkans is more important that $COUNTRY_ADJ$ interests and sovereignty. The demands are humiliating, and will see us losing much of the Balkans if we agree. If we defy the Congress, however, we could be facing war from many fronts.;;;;;;;;;;;;; +EVTNAME90069;$FROMCOUNTRY$ Agrees to the Demands;;;;;;;;;;;;; +EVTDESC90069;$FROMCOUNTRY$ has sent word to the European powers that it will abide by the decrees of the Congress. This proves to the $COUNTRY_ADJ$ government they are serious about working with the rest of Europe to maintain stability.;;;;;;;;;;;;; +EVT90069OPTA;Good to hear.;;;;;;;;;;;;; +EVTNAME90070;$FROMCOUNTRY$ Agrees to the Demands;;;;;;;;;;;;; +EVTDESC90070;$FROMCOUNTRY$ has sent word to the European powers that it will abide by the decrees of the Congress. This proves to the $COUNTRY_ADJ$ government they are serious about working with the rest of Europe to maintain stability, though it is clear they are angered by the results.;;;;;;;;;;;;; +EVTNAME90071;$FROMCOUNTRY$ Defies the Congress;;;;;;;;;;;;; +EVTDESC90071;$FROMCOUNTRY$ has decreed that it will not abide by the demands of the Congress. The Treaty, they say, is so much worthless paper, and they refuse to give up any of their sovereignty.;;;;;;;;;;;;; +EVT90071OPTA;They will pay for this.;;;;;;;;;;;;; +EVT90071OPTB;We have no desire to push this further.;;;;;;;;;;;;; +EVTNAME900700;Giving Up Cyprus;;;;;;;;;;;;; +EVTDESC900700;We are called upon to live up to our part of the bargain and give up Cyprus.;;;;;;;;;;;;; +EVT900700OPTA;We will abide by our agreement.;;;;;;;;;;;;; +EVT900700OPTB;Their help was worthless! Forget it!;;;;;;;;;;;;; +EVTNAME900701;The Cyprus Lease;;;;;;;;;;;;; +EVTDESC900701;$FROMCOUNTRY$ has agreed to live up to its part of the bargain and hand over Cyprus.;;;;;;;;;;;;; +EVT900701OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME900702;$FROMCOUNTRY$ Reneges;;;;;;;;;;;;; +EVTDESC900702;$FROMCOUNTRY$ has reneged on its deal to give up Cyprus. They claim our aid at the Congress wasn't worthwhile.;;;;;;;;;;;;; +EVT900702OPTA;Then we shall take it whether they like it or not!;;;;;;;;;;;;; +EVT900702OPTB;It's not worth fighting over.;;;;;;;;;;;;; +EVTNAME900705;The Bosnian Stewardship;;;;;;;;;;;;; +EVTDESC900705;The Congress has agreed to our demands regarding Bosnia. They are to be placed under $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVT900705OPTA;Excellent!;;;;;;;;;;;;; +EVT900705OPTB;Never mind.;;;;;;;;;;;;; +EVTNAME900706;The Croatian Stewardship;;;;;;;;;;;;; +EVTDESC900706;The Congress has agreed to our demands regarding Croatia. They are to be placed under $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTNAME900710;$FROMCOUNTRY_ADJ$ Allies;;;;;;;;;;;;; +EVTDESC900710;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves great influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;; +EVT900710OPTA;Absolutely.;;;;;;;;;;;;; +EVT900710OPTB;We have no interest in influencing $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTDESC900711;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;; +EVTNAME900712;Influence in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC900712;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable some small influence in $FROMCOUNTRY$ as compensation -- if we want it.;;;;;;;;;;;;; +EVTNAME900715;Legacy of the Congress;;;;;;;;;;;;; +EVTDESC900715;$COUNTRY_ADJ$ delegates were sent to the recent Congress -- reasonable considering it was the fate of our country and the entire Balkans that was being decided, or so we thought. As it turns out, the great powers of Europe decided what was to become of $COUNTRY$ without our participation, and while we received some benefit it has come to us at a price.;;;;;;;;;;;;; +EVT900715OPTA;So be it.;;;;;;;;;;;;; +EVTNAME152009872;$COUNTRY_ADJ$ Coup?;;;;;;;;;;;;; +EVTDESC152009872;There is unrest among $COUNTRY_ADJ$ officers in the military, enough that some of them are actively spreading dissension among the ranks. $COUNTRY$ would be better served, they say, if the army was in charge rather than the current leadership -- elected it may be, but according to them it has proven too ineffective. And it seems many of the men under their command agree.;;;;;;;;;;;;; +EVT152009872OPTA;This could mean trouble down the line.;;;;;;;;;;;;; +EVTNAME152009873;The $COUNTRY_ADJ$ Military Coup;;;;;;;;;;;;; +EVTDESC152009873;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings -- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust our leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order.;;;;;;;;;;;;; +EVT152009873OPTA;The army shall rule $COUNTRY$ for now.;;;;;;;;;;;;; +EVT152009873OPTB;We will not stand for military rule in $COUNTRY$!;;;;;;;;;;;;; +EVTDESC95639;The Paris Foreign Missions Society has been actively spreading Catholicism in $COUNTRY$ for many years now, or perhaps we should say they are attempting to, as they have encountered considerable resistance among the $COUNTRY_ADJ$ people. Recently, in the southern region of Cochinchina, one of the local aristocrats took offense to the intrusion of several missionaries and executed them -- without our leave. Word of the deed has reached the attention of the French government, meaning their eye will almost certainly turn to us.;;;;;;;;;;;;; +EVT95639OPTA;This does not bode well.;;;;;;;;;;;;; +EVTNAME95640;Persecution of French Missionaries;;;;;;;;;;;;; +EVTDESC95640;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $FROMCOUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the society to ask the French government for diplomatic intervention. So far, discussion has gone nowhere and the idea has now arisen that forming a protectorate in the area may be our only solution.;;;;;;;;;;;;; +EVT95640OPTA;Demand Cochinchina, or it is war.;;;;;;;;;;;;; +EVT95640OPTB;We will continue on the diplomatic path.;;;;;;;;;;;;; +EVTNAME95641;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;; +EVTDESC95641;First they send their 'missionaries' into our country, flouting our laws and offending our people with their spouted nonsense. They turn our own citizens away from the righteous path, and expect us to do nothing? $FROMCOUNTRY_ADJ$ have seized upon this excuse to demand all of Cochinchina in recompense.;;;;;;;;;;;;; +EVT95641OPTA;Turn over Cochinchina. There is nothing we can do.;;;;;;;;;;;;; +EVT95641OPTB;They are a paper tiger. Let them come, if they dare.;;;;;;;;;;;;; +EVTNAME95642;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC95642;The rulers of $FROMCOUNTRY$ have foolishly refused our demands.;;;;;;;;;;;;; +EVT95642OPTA;Then war it is.;;;;;;;;;;;;; +EVTNAME95645;The Suzerainty of Cambodia;;;;;;;;;;;;; +EVTDESC95645;We have an issue before us. The Vietnamese rule over our kingdom, and it seems certain that, very soon, either they or the Thai will demand we submit in full and are swallowed whole. The French stand on our borders, eyeing Indochina with their own ambitions. Perhaps they will make kinder rulers? Rebellion seems almost certain to end with Cambodia being torn to pieces by both.;;;;;;;;;;;;; +EVT95645OPTA;Ask for French protection.;;;;;;;;;;;;; +EVT95645OPTB;Throw out the Thai! We will risk war.;;;;;;;;;;;;; +EVTNAME95646;The King of Cambodia;;;;;;;;;;;;; +EVTDESC95646;King Norodom of Cambodia has sent our government a request: he asks that the French intervene in his nation, demanding it be released from Vietnamese control and made our protectorate. This would suit our goals in Indochina, though it risks war.;;;;;;;;;;;;; +EVTDESC95647;Cambodia has been under Vietnamese control since our war with Siam. Now it seems the Cambodia king has approached the French and asked for protection, and the French have agreed to offer it. They are demanding control over Cambodia, on threat of war.;;;;;;;;;;;;; +EVT95646OPTA;Demand Cambodia from the Vietnamese.;;;;;;;;;;;;; +EVT95646OPTB;Cambodia is on its own.;;;;;;;;;;;;; +EVT95647OPTA;Surrender Cambodia.;;;;;;;;;;;;; +EVT95647OPTB;This cannot be permitted!;;;;;;;;;;;;; +EVTNAME95648;Dai Nam Has Refused;;;;;;;;;;;;; +EVTDESC95648;Dai Nam has refused to surrender Cambodia to us. It seems we have little choice but to act.;;;;;;;;;;;;; +EVT95648OPTA;War it is.;;;;;;;;;;;;; +EVTNAME95649;France Has Refused;;;;;;;;;;;;; +EVTDESC95649;The French have refused to intervene. It seems we are on our own.;;;;;;;;;;;;; +EVT95649OPTA;Then we declare our freedom. We shall risk war.;;;;;;;;;;;;; +EVT95649OPTB;Then we do nothing.;;;;;;;;;;;;; +EVTNAME95650;French Indochina;;;;;;;;;;;;; +EVTDESC95650;Many in our government believe we should press our influence in Indochina, expanding our colony there to include some of our less civilized neighbors. Perhaps the time is right for war?;;;;;;;;;;;;; +EVT95650OPTA;It remains a possibility.;;;;;;;;;;;;; +EVT95650OPTB;This is not in our interests.;;;;;;;;;;;;; +EVT95650OPTC;Never bring this up again.;;;;;;;;;;;;; +EVTDESC95652;$FROMCOUNTRY_ADJ$ diplomats have arrived in $CAPITAL$ with a set of demands: namely that we should surrender control of all eastern territories not 'rightfully ours'. This includes all land claimed by Laotian, Khmer and Vietnamese minorities. It is an outrageous demand, of course. How dare the $FROMCOUNTRY_ADJ$ claim to be 'protectors' of these people! Yet… do we dare risk war with the Europeans?;;;;;;;;;;;;; +EVT95652OPTA;We have no choice. Surrender the territory.;;;;;;;;;;;;; +EVT95652OPTB;Never! They will have to take it from us!;;;;;;;;;;;;; +EVTNAME95653;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC95653;$FROMCOUNTRY$ stubbornly refuses to relinquish hold over its conquered lands. It falls on us to protect these unfortunates by use of force.;;;;;;;;;;;;; +EVT95653OPTA;A foolish move.;;;;;;;;;;;;; +EVTNAME95654;$FROMCOUNTRY$ Has Agreed.;;;;;;;;;;;;; +EVTDESC95654;$FROMCOUNTRY$ has bowed before our demand. Good relations have been restored..;;;;;;;;;;;;; +EVT95654OPTA;A wise move.;;;;;;;;;;;;; +EVTNAME95655;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC95655;We are in a difficult situation. $COUNTRY_ADJ$ forces cannot hold out against the $FROMCOUNTRY_ADJ$ onslaught, and they plague us at every opportunity. Perhaps we must face the realities of the situation, and sit with the $FROMCOUNTRY_ADJ$ at the negotiation table to give them what they want. If we fail to do so, $COUNTRY$ is surely lost.;;;;;;;;;;;;; +EVT95655OPTA;Give them what they want.;;;;;;;;;;;;; +EVT95655OPTB;That will solve nothing!;;;;;;;;;;;;; +EVTNAME95656;The Dai Viet Emperor Agrees;;;;;;;;;;;;; +EVTDESC95656;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us a state as concession.;;;;;;;;;;;;; +EVT95656OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME95657;The Dai Viet Emperor has Refused!;;;;;;;;;;;;; +EVTDESC95657;The Dai Viet have refused to submit. Apparently they will fight until the bitter end.;;;;;;;;;;;;; +EVT95657OPTA;An unfortunate choice.;;;;;;;;;;;;; +EVTNAME185;$COUNTRY_ADJ$ Prohibition?;;;;;;;;;;;;; +EVTDESC185;The $COUNTRY_ADJ$ Temperance League has been increasingly active in one of our states this year, with a campaign to harass local public houses and liquor merchants. Many of their more politically-minded members have even approached members of the government in $CAPITAL$, pushing for greater support for their campaign.;;;;;;;;;;;;; +EVT185OPTA;Support the movement.;;;;;;;;;;;;; +EVT185OPTB;Nonsense. They take this too far.;;;;;;;;;;;;; +EVTNAME186;$COUNTRY_ADJ$ Libertines;;;;;;;;;;;;; +EVTDESC186;The libertine culture in $COUNTRY$ has drawn criticism, with news of a scandal that reaches to the very heights of government. Several ministers are accused of unsavory dealings, and there are calls in $CAPITAL$ for the government to support religious groups in their calls for moderation and temperance.;;;;;;;;;;;;; +EVT186OPTA;There is no need for such action.;;;;;;;;;;;;; +EVT186OPTB;Some restraint is best.;;;;;;;;;;;;; +EVTNAME18210;The Right to Vote;;;;;;;;;;;;; +EVTDESC18210;A bill has come before the government in $CAPITAL$ regarding the current enfranchisement offered to the $COUNTRY_ADJ$ people. The discussion so far has been that expanding the voter base has led only to problems, and this bill would tighten the restrictions on voting... to the point where entire groups of people would have their voting rights removed. Passing the bill would no doubt cause problems, but the government seems determined to do so.;;;;;;;;;;;;; +EVT18210OPTA;Let the bill pass.;;;;;;;;;;;;; +EVT18210OPTB;That will cause too many problems.;;;;;;;;;;;;; +EVT18210OPTC;Don't bring this up again.;;;;;;;;;;;;; +EVTNAME18215;Party Loyalty?;;;;;;;;;;;;; +EVTDESC18215;A group of the ruling elite in $CAPITAL$ has recently become very concerned at reforms which have made it possible for members of the government to hold views outside of party policies. These reforms have made things too lax, they say, and will ultimately lead to the demise of $COUNTRY$. They've succeeded in gathering enough clout to pass a bill strengthening the power of the party whips, and ensuring that the party's influence in the government remains absolute.;;;;;;;;;;;;; +EVT18215OPTA;We must have unity in the government.;;;;;;;;;;;;; +EVT18215OPTB;No. Let the government rule as it desires.;;;;;;;;;;;;; +EVTNAME18220;The Right to Information;;;;;;;;;;;;; +EVTDESC18220;A bill has come before the government in $CAPITAL$ regarding the rights of the press. Many feel that the reforms have allowed the $COUNTRY_ADJ$ newspapers to become combative with the government, inciting dissension and making the $COUNTRY_ADJ$ people harder to control. This control is necessary, they say, if $COUNTRY$ is to remain strong and united. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;; +EVTNAME18225;The Right to Gather;;;;;;;;;;;;; +EVTDESC18225;A bill has come before the government in $CAPITAL$ regarding the rights of the people to gather. Many feel that reforms have allowed the $COUNTRY_ADJ$ people to become too liberated -- they gather in crowds, protesting the government and otherwise stirring the rest of the rabble. Once upon a time, they say, this simply wouldn't have been allowed. New rules must be put in place to limit the number of people that can meet in one place, and for what purpose. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;; +EVT18225OPTA;They are right. We cannot abide this sort of rabble-rousing.;;;;;;;;;;;;; +EVT18225OPTB;No, the rules shall stay as they are.;;;;;;;;;;;;; +EVTNAME18230;Rights of the Opposition;;;;;;;;;;;;; +EVTDESC18230;Members of the ruling party have been busy within the $COUNTRY_ADJ$ government, slowly changing small rules that would make it difficult for opposition parties to get recognized and elected. Political boundaries have been shifted, and in some cases members of the opposition have even been harassed. Now it seems a bill has been put before the government which would entrench a large number of these rules, making them permanent. The government is adamant, saying the rules are needed to keep stability in $COUNTRY$, though the bill will no doubt be incredibly unpopular among the liberals.;;;;;;;;;;;;; +EVTNAME98600;$COUNTRY_ADJ$ Independence?;;;;;;;;;;;;; +EVTDESC98600;There has been an increasing desire among the people of $COUNTRY$ to gain our full independence. Crowds gathering in $CAPITAL$ have demanded an end to rule by our distant overlords, and while many in the government are sympathetic with their cries there are also those who fear such a demand could lead to war. Any attempts to achieve independence should ideally take a diplomatic route first, with friendly ties maintained if peaceful separation becomes a reality.;;;;;;;;;;;;; +EVT98600OPTA;We will make the request.;;;;;;;;;;;;; +EVT98600OPTB;There is no point.;;;;;;;;;;;;; +EVTNAME98605;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;; +EVTDESC98605;Diplomats from $FROMCOUNTRY$ arrived in $CAPITAL$ this month, presenting a formal request for their full independence from $COUNTRY$. They assure us that they fully intend to maintain ties with our nation, and have agreed to move forward as $COUNTRY_ADJ$ allies, but that they desire their freedom even so. There are many who feel such a request is beyond the pale and must be refused out of hand. Still others say that if $FROMCOUNTRY$ is denied, we could be facing a rebellion -- and is it not better than to have a friendly ally than a recalcitrant and unwilling subject?;;;;;;;;;;;;; +EVT98605OPTA;Grant $FROMCOUNTRY$ its freedom.;;;;;;;;;;;;; +EVT98605OPTB;Refuse them.;;;;;;;;;;;;; +EVTNAME98606;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC98606;Not unexpectedly, the $FROMCOUNTRY_ADJ$ government has denied our request for independence. It seems our only option is rebellion -- as unrealistic as some claim that option to be.;;;;;;;;;;;;; +EVT98606OPTA;How unfortunate.;;;;;;;;;;;;; +EVTNAME98607;$COUNTRY$ Granted Independence;;;;;;;;;;;;; +EVTDESC98607;Our diplomacy has proven successful: $COUNTRY$ has been granted full autonomy, on the condition that friendly ties be maintained with $FROMCOUNTRY$. Crowds have gathered in $CAPITAL$ to cheer on our Independence Day!;;;;;;;;;;;;; +EVT98607OPTA;We are most fortunate.;;;;;;;;;;;;; +EVTDESC98608;It appears the threat of a war of independence was enough to secure $COUNTRY$'s freedom. Crowds have gathered in $CAPITAL$ to cheer on our Independence Day!;;;;;;;;;;;;; +EVTNAME98610;$FROMCOUNTRY$ Demands Independence;;;;;;;;;;;;; +EVTDESC98610;It appears the time for diplomacy has ended. We have received word from the $FROMCOUNTRY_ADJ$ government that they have demanded independence -- or it will be war.;;;;;;;;;;;;; +EVT98610OPTA;Then it is war!;;;;;;;;;;;;; +EVT98610OPTB;We shall let them go. For now.;;;;;;;;;;;;; +EVTNAME98611;Must We Fight Alone?;;;;;;;;;;;;; +EVTDESC98611;Since $COUNTRY$ was denied its independence, there has been talk of open rebellion in the streets of $CAPITAL$. Fighting against our overlords might surely result in us being crushed, however. Since we have no recourse, secretly approaching some of the enemies of our overlord might gain us some allies in the war to come.;;;;;;;;;;;;; +EVT98611OPTA;Attempt to find allies... quietly.;;;;;;;;;;;;; +EVT98611OPTB;There is no need for this.;;;;;;;;;;;;; +EVTNAME98612;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;; +EVTDESC98612;Representatives from $FROMCOUNTRY$ have quietly approached us, asking to set up an alliance with $COUNTRY$ should their demand for independence go unheeded. So far, they say, diplomatic efforts have proven fruitless... so $COUNTRY_ADJ$ assistance would be invaluable to them, and perhaps gain us a new ally.;;;;;;;;;;;;; +EVT98612OPTA;Agree to the alliance.;;;;;;;;;;;;; +EVT98612OPTB;No, this is too risky.;;;;;;;;;;;;; +EVTNAME98613;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC98613;$FROMCOUNTRY$ has agreed to our secret alliance. Whether they will indeed help once the war begins remains to be seen.;;;;;;;;;;;;; +EVT98613OPTA;It gives us hope.;;;;;;;;;;;;; +EVTNAME98614;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC98614;$FROMCOUNTRY$ has refused our request. Hopefully they don't inform our overlords of our intent.;;;;;;;;;;;;; +EVT98614OPTA;Bah!;;;;;;;;;;;;; +EVTNAME90075;The Fate of Egypt;;;;;;;;;;;;; +EVTDESC90075;Egypt has been effectively independent for some time. Now it has become all too apparent, and a threat to the vision of the Ottoman Empire as master of the Orient... something which has been little more than an illusion, but which the Ottomans must either address or have it shattered forever. War will come, and Egypt will either be beaten back into place and made to heel at its master's side or seek its own destiny as a power in its own right. Only time will tell.;;;;;;;;;;;;; +EVT90075OPTA;We shall see.;;;;;;;;;;;;; +EVTNAME90076;The Oriental Crisis;;;;;;;;;;;;; +EVTDESC90076;Egypt has been effectively independent for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. Either we must take steps to rectify the situation, and assert our dominance once and for all, or admit to the world that our power is little more than an illusion. There are those who feel that a peaceful solution is possible, and that the Egyptians might better serve as powerful allies than as implacable enemies, but that would require us to surrender our claim to Egyptian lands as well as be an affront to $COUNTRY_ADJ$ pride.\n\n§RNOTE: In case of war, you need to enforce the "Make Puppet" CB on Egypt to inherit it.§W;;;;;;;;;;;;; +EVT90076OPTA;Egypt is part of the Empire!;;;;;;;;;;;;; +EVT90076OPTB;We are willing to negotiate a settlement.;;;;;;;;;;;;; +EVTNAME90077;Negotiations with the Empire;;;;;;;;;;;;; +EVTDESC90077;While we expected immediate Ottoman reprisal, it seems our former overlords are willing to negotiate. Their proposal is as follows: split the Levant between Egypt and the Ottoman Empire, allow Ottoman influence to remain and they will permit our independence. Of course, while this would retain an alliance with the Empire it seems like many to hardly be true independence at all. Still, it would avoid a great deal of bloodshed.;;;;;;;;;;;;; +EVT90077OPTA;We agree to the proposal.;;;;;;;;;;;;; +EVT90077OPTB;Never! We reject all Ottoman influence in Egypt!;;;;;;;;;;;;; +EVTNAME90078;Egypt Has Agreed;;;;;;;;;;;;; +EVTDESC90078;Our negotiations have been successful: Egypt has agreed to partition the Levant, and we retain influence within their territory. While this spares us a great deal of bloodshed (and the possibility of an embarrassing defeat), it does mean we have lost control over the Christian Holy Land in Palestine -- something that will not go over well with the powers of the world, and with Russia in particular.;;;;;;;;;;;;; +EVT90078OPTA;This is for the best.;;;;;;;;;;;;; +EVTNAME90079;Egypt Has Refused;;;;;;;;;;;;; +EVTDESC90079;Despite our willingness to negotiate, Egypt has refused to accept any Ottoman influence in their territory... and also refuses to give up control over any of the Levant. We have no choice but to take it from them.;;;;;;;;;;;;; +EVT90079OPTA;So must it be.;;;;;;;;;;;;; +EVTNAME90080;The Egyptian Levant;;;;;;;;;;;;; +EVTDESC90080;The Turks have proven unable to retake the Levant from us, despite all the assistance they have received from the rest of Europe. Even those great powers must now admit that the Levant rightfully belongs to us, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;; +EVT90080OPTA;Glory to Egypt!;;;;;;;;;;;;; +EVTNAME90081;Egypt Defeated;;;;;;;;;;;;; +EVTDESC90081;We have brought Egypt to its knees and restored Ottoman rule to the area. Now we must decide whether to be gracious and allow them to retain autonomy, while restricting their land and power, or whether to rule all of Egypt directly and face the possibility of rebellions.;;;;;;;;;;;;; +EVT90081OPTA;Restrict their lands and power.;;;;;;;;;;;;; +EVT90081OPTB;We shall rule them directly.;;;;;;;;;;;;; +EVTNAME90082;Rebellion Against $COUNTRY_ADJ$ Rule;;;;;;;;;;;;; +EVTDESC90082;An uprising in $PROVINCENAME$ has gained popularity throughout the region, spreading the unrest throughout all of $STATENAME$. Local authorities have moved swiftly in an attempt to keep the violence contained.;;;;;;;;;;;;; +EVT90082OPTA;Put down the uprising at once!;;;;;;;;;;;;; +EVTNAME90083;Anger Over Egyptian Defeat;;;;;;;;;;;;; +EVTDESC90083;Still stinging from their defeat at the hands of the Ottomans, the Egyptian aristocracy has focused the blame on the rapid westernization of the nation and the instability they claim it has brought. They are demanding that the government cling more strongly to tradition and repeal some of these reforms and there are fears that if they are not satisfied they may instigate a revolt.;;;;;;;;;;;;; +EVT90083OPTA;We will give in to their demands.;;;;;;;;;;;;; +EVT90083OPTB;The government will not submit to reactionaries!;;;;;;;;;;;;; +EVTNAME90084;$FROMCOUNTRY$ Refuses Egyptian Surrender;;;;;;;;;;;;; +EVTDESC90084;The $FROMCOUNTRY_ADJ$ has declared that it will not accept Egyptian surrender, and has rejected terms that the rest of Europe feels are quite fair -- instead pushing onwards to recapture all of Egypt. There are many within the $COUNTRY_ADJ$ government who feel this is a betrayal... $COUNTRY$ intervened to help maintain $FROMCOUNTRY_ADJ$ from collapsing, but perhaps they do not need our help at all?;;;;;;;;;;;;; +EVT90084OPTA;Withdraw our support for the Ottomans.;;;;;;;;;;;;; +EVT90084OPTB;We will continue our current path.;;;;;;;;;;;;; +EVTNAME90085;The Oriental Crisis;;;;;;;;;;;;; +EVTDESC90085;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Should the Egyptians successfully challenge Ottoman rule, it could upset the entire balance of power in the region... something that many feel would threaten $COUNTRY_ADJ$ interests. Still others believe that $COUNTRY$ must remain neutral, despite the cost to our relations with the Empire.;;;;;;;;;;;;; +EVT90085OPTA;Support the Empire;;;;;;;;;;;;; +EVT90085OPTB;The Ottomans are on their own;;;;;;;;;;;;; +EVTNAME90086;$FROMCOUNTRY$ Supports the Empire;;;;;;;;;;;;; +EVTDESC90086;We have received word through the $FROMCOUNTRY_ADJ$ embassy pledging their support for the Ottoman Empire in our conflict with the Egyptians. This is heartening news.;;;;;;;;;;;;; +EVT90086OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME90087;The Fall of Egypt;;;;;;;;;;;;; +EVTDESC90087;Our forces are on the run. It seems the hated Ottomans and their allies have won the day, and we have little choice but to submit to their demands. We can try to hold out and turn the tide, but it is far more likely that Egypt will simply be carved up into pieces by the imperialists if we do.;;;;;;;;;;;;; +EVT90087OPTA;We will submit to the Turks.;;;;;;;;;;;;; +EVT90087OPTB;Never! We hold out!;;;;;;;;;;;;; +EVTNAME90088;The Egyptian Surrender;;;;;;;;;;;;; +EVTDESC90088;The Egyptians have raised the white flag, offering to abide by the Convention of London and return both Crete and the majority of the Levant to our control. Our advisors say that wresting control of the entire country is almost impossible, and that we should take the offer while we can and let the Egyptians go.;;;;;;;;;;;;; +EVT90088OPTA;We accept their surrender.;;;;;;;;;;;;; +EVT90088OPTB;There will be no peace!;;;;;;;;;;;;; +EVTNAME90089;End of the Oriental Crisis;;;;;;;;;;;;; +EVTDESC90089;The Egyptians have surrendered to $FROMCOUNTRY$ and agreed to abide by the terms of the London Convention. Stability has been restored to the Orient... for now. All that remains is for us to decide whether to end hostilities with the Egyptians and return any $FROMCOUNTRY_ADJ$ lands that we hold.;;;;;;;;;;;;; +EVT90089OPTA;Make peace. We did what we went to do.;;;;;;;;;;;;; +EVT90089OPTB;We will continue as we are.;;;;;;;;;;;;; +EVTNAME90090;The Oriental Crisis;;;;;;;;;;;;; +EVTDESC90090;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Egyptian diplomats have contacted ours through channels, and suggested that support in its war would be appreciated and rewarded. The Ottomans, they rightfully point out, are after all no friends of $COUNTRY$. Such an act could earn us the enmity of the Empire and its allies, however, and thus feel we must remain neutral in the conflict despite the possible benefit to $COUNTRY_ADJ$ interests.;;;;;;;;;;;;; +EVT90090OPTA;Support the Egyptians;;;;;;;;;;;;; +EVT90090OPTB;We shall remain neutral;;;;;;;;;;;;; +EVTNAME90091;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;; +EVTDESC90091;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If something isn't done it could develop into an alliance between Egypt and $FROMCOUNTRY$ that could lead to their intervention in the war.;;;;;;;;;;;;; +EVT90091OPTA;We hope they will not intervene;;;;;;;;;;;;; +EVT90091OPTB;This is an affront to $COUNTRY$;;;;;;;;;;;;; +EVTNAME90092;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;; +EVTDESC90092;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If we do not object now, that support could lead to their intervention in the war. That objection, however, could also be seen as aggression on our part and harm our relations with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT90092OPTA;$FROMCOUNTRY$ must back down;;;;;;;;;;;;; +EVT90092OPTB;We do not seek conflict with the $FROMCOUNTRY_ADJ$;;;;;;;;;;;;; +EVTNAME90093;$FROMCOUNTRY$ Demands Withdrawal;;;;;;;;;;;;; +EVTDESC90093;The $FROMCOUNTRY_ADJ$ have sent a demand through diplomatic channels that we back down from our support of the Egyptians. Doing so will harm the influence we have gained in Egypt, but if we do nothing we risk retaliation from the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;; +EVT90093OPTA;We withdraw our support of Egypt;;;;;;;;;;;;; +EVT90093OPTB;We will not back down!;;;;;;;;;;;;; +EVTDESC90094;Egypt has fallen, settling matters with the Turks through a peace treaty which has seen the Levant taken from them and $COUNTRY_ADJ$ influence in Egypt vastly reduced. We can let the matter lie, or fight for both our stake in Egypt and our honor.;;;;;;;;;;;;; +EVT90094OPTA;There is nothing more to be done.;;;;;;;;;;;;; +EVT90094OPTB;We have too much at stake to back down now.;;;;;;;;;;;;; +EVT96200OPTA;A greater destiny awaits!;;;;;;;;;;;;; +EVTNAME800150;Pan-Nationalists Victorious!;;;;;;;;;;;;; +EVTDESC800150;Pan-nationalist rebels demanding a greater $UNION_ADJ$ union have taken over $CAPITAL$, and have begun spreading the idea of $COUNTRY$ becoming part of $CULTURE_GROUP_UNION$ no matter the cost to $COUNTRY_ADJ$ sovereignty.;;;;;;;;;;;;; +EVTNAME800151;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;; +EVTNAME97100;$PROVINCECULTURE$ Rebellion in $STATENAME$;;;;;;;;;;;;; +EVTDESC97100;A dispute between local $PROVINCECULTURE$ leaders and $COUNTRY_ADJ$ officials in $PROVINCENAME$ has exploded into a riot, and the violence quickly spread throughout $STATENAME$. The $COUNTRY_ADJ$ army is stamping out the rebellion as best it can, but fears persist that this could develop into a much larger problem if it continues.;;;;;;;;;;;;; +EVT97100OPTA;Unacceptable!;;;;;;;;;;;;; +EVTNAME97105;Rebellion Against Foreign Rule;;;;;;;;;;;;; +EVTDESC97105;A dispute between $COUNTRY_ADJ$ aristocrats and a foreign governor has exploded into a riots in $CAPITAL$. Many $COUNTRY_ADJ$ citizens wish to see $COUNTRY$ freed from the yoke of its oppressor, and are ready to rise up and fight against the foreign armies that are sure to come. The idea that $COUNTRY$ may become a battleground pleases few, however.;;;;;;;;;;;;; +EVTNAME90040;The Sepoy Rebellion;;;;;;;;;;;;; +EVTDESC90040;A mutiny by a group of sepoys in the service of the British East India company has ignited lingering resentment amongst our Indian subjects into open resistance against our rule. Should this grow out of hand, all of our holdings in British India could be in jeopardy.;;;;;;;;;;;;; +EVT90040OPTA;This could mean trouble.;;;;;;;;;;;;; +EVTNAME97110;The Stirrings of Indian Nationalism;;;;;;;;;;;;; +EVTDESC97110;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union -- one powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention.;;;;;;;;;;;;; +EVT97110OPTA;Interesting.;;;;;;;;;;;;; +EVTDESC97111;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with nationalists in $FROMCOUNTRY$ calling for a true India -- one united and powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention in $COUNTRY$ and this unified nationalism has been rapidly spreading.;;;;;;;;;;;;; +EVT97111OPTA;This could be trouble.;;;;;;;;;;;;; +EVTNAME97115;Death of the Maharajah;;;;;;;;;;;;; +EVTDESC97115;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. Many fear this weakness will surely bring the British down upon the nation.;;;;;;;;;;;;; +EVT97115OPTA;We mourn the Maharajah's passing.;;;;;;;;;;;;; +EVTDESC97116;With the death of Ranjit Singh, a vacancy has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. As Sikhs pour into the British frontier, it seems we are inevitably drawn into the conflict -- and there are some who believe that now might be the perfect time to strike.;;;;;;;;;;;;; +EVT97116OPTA;Instability in the Punjab is unacceptable.;;;;;;;;;;;;; +EVT97116OPTB;We will step in and make the Punjab stable again.;;;;;;;;;;;;; +EVTNAME97124;$COUNTRY$ Granted Independence;;;;;;;;;;;;; +EVTDESC97124;Freedom!;;;;;;;;;;;;; +EVTNAME800050;The Power of Tradition;;;;;;;;;;;;; +EVTDESC800050;Reactionary elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;; +EVT800050OPTA;Long live the true $COUNTRY$!;;;;;;;;;;;;; +EVTNAME800051;The New $COUNTRY_ADJ$ Order;;;;;;;;;;;;; +EVTDESC800051;Fascist elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;; +EVT800051OPTA;The $COUNTRY_ADJ$ destiny awaits!;;;;;;;;;;;;; +EVTNAME800052;The New Communist Regime;;;;;;;;;;;;; +EVTDESC800052;Communists have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;; +EVT800052OPTA;The proletariat has prevailed!;;;;;;;;;;;;; +EVTNAME800053;A New Order in $COUNTRY$;;;;;;;;;;;;; +EVTDESC800053;Liberal extremists have taken over the $COUNTRY_ADJ$ government, dedicated to political reforms but opposed to social reform of any kind. They have already instituted a large number of changes within the $COUNTRY_ADJ$ government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;; +EVT800053OPTA;Long live the bourgeois!;;;;;;;;;;;;; +EVTNAME800054;The New Liberal Regime;;;;;;;;;;;;; +EVTDESC800054;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and liberal order dedicated to political reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;; +EVT800054OPTA;Freedom has prevailed!;;;;;;;;;;;;; +EVTNAME810055;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;; +EVTDESC810055;Rebel leaders have announced from $CAPITAL$ that $COUNTRY$ has at last achieved independence. What this means for $COUNTRY$'s future is so far unknown, but for the moment it seems that the government will proceed intact -- save for the fact that it is no longer beholden to its former overlord.;;;;;;;;;;;;; +EVT810055OPTA;A new future for $COUNTRY$!;;;;;;;;;;;;; +EVTNAME810056;The New Socialist Regime;;;;;;;;;;;;; +EVTDESC810056;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and socialist order dedicated to social reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;; +EVT810056OPTA;The working class is triumphant!;;;;;;;;;;;;; +EVTNAME810057;The Colonial Regime Overthrown!;;;;;;;;;;;;; +EVTDESC810057;The old $COUNTRY_ADJ$ regime leftover from our days as a colony are now over -- $COUNTRY$ is once more an African nation, truly belonging to the people who have lived here since long before the Europeans arrived.;;;;;;;;;;;;; +EVTNAME800055;Rebellion in $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC800055;The $FROMCOUNTRY_ADJ$ government has been overthrown, and the rebel government has declared themselves free from $COUNTRY_ADJ$ rule. Many are calling for a restoration of order, while others are saying that $FROMCOUNTRY$ is too much trouble. If they want to be free, let them go.;;;;;;;;;;;;; +EVTNAME800056;Rebellion in our ally!;;;;;;;;;;;;; +EVTDESC800056;The $FROMCOUNTRY_ADJ$ government has been toppled, and the rebels blame $COUNTRY_ADJ$ influence as one of the primary causes of the old regime's corruption. We have lost our influence in $FROMCOUNTRY$ as a result, and the only question that remains is whether we wish to press our claim by force.;;;;;;;;;;;;; +EVTNAME800060;The Proletariat Cause;;;;;;;;;;;;; +EVTDESC800060;An opportunity has arisen to fund the spread of communism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, the workers around the world will continue to slave under bourgeois oppression. The proletariats in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;; +EVTNAME800061;The Spread of Fascism;;;;;;;;;;;;; +EVTDESC800061;An opportunity has arisen to fund the spread of fascism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as shirking our duty to the fascist cause. The government elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;; +EVTNAME800062;The Spread of Anarcho-Liberalism;;;;;;;;;;;;; +EVTDESC800062;An opportunity has arisen to fund the spread of anarcho-liberalism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be admitting that we cannot aid the spread of the bourgeois revolution. The liberal elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;; +EVTNAME800063;The Cause of Freedom;;;;;;;;;;;;; +EVTDESC800063;An opportunity has arisen to fund the spread of democracy in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as abandoning those who live under the rule of tyrants. Liberals in $CAPITAL$ are calling on us to aid the cause of world freedom!;;;;;;;;;;;;; +EVTNAME800064;We Were Discovered;;;;;;;;;;;;; +EVTDESC800064; Several of our agents in $FROMCOUNTRY$ were discovered and interrogated, and word of our efforts have spread. This will have an impact on our infamy, and the $FROMCOUNTRY_ADJ$ may choose to take the issue as cause for war against us.;;;;;;;;;;;;; +EVTNAME800065;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800065;We have reports of $FROMCOUNTRY_ADJ$ propaganda being spread in one of our border provinces. Clearly the $FROMCOUNTRY$ government does not respect our sovereignty. Word of the event has leaked out, and members of the $COUNTRY_ADJ$ government are calling for immediate action!;;;;;;;;;;;;; +EVTNAME800066;Workers of the World;;;;;;;;;;;;; +EVTDESC800066;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800067;$FROMCOUNTRY_ADJ$ Envoy Arrives;;;;;;;;;;;;; +EVTDESC800067;An envoy has arrived from $FROMCOUNTRY$, offering to improve relations between our country and theirs. The $FROMCOUNTRY_ADJ$ leadership believes that nations so closely aligned in ideology should become closer in truth. Refusing their overtures could be seen as an insult.;;;;;;;;;;;;; +EVTNAME800068;Workers of the World;;;;;;;;;;;;; +EVTDESC800068;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800069;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;; +EVTDESC800069;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800070;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;; +EVTDESC800070;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800071;The Anarcho-Liberal Agenda;;;;;;;;;;;;; +EVTDESC800071;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800072;The Anarcho-Liberal Agenda;;;;;;;;;;;;; +EVTDESC800072;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;; +EVTNAME800073;The Light of Democracy;;;;;;;;;;;;; +EVTDESC800073;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;; +EVTNAME800074;The Light of Democracy;;;;;;;;;;;;; +EVTDESC800074;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;; +EVTNAME800075;A Communist Summit?;;;;;;;;;;;;; +EVTDESC800075;The time has come for the great communist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;; +EVTNAME800076;The $FROMCOUNTRY_ADJ$ Summit;;;;;;;;;;;;; +EVTDESC800076;An envoy has arrived from $FROMCOUNTRY$, offering to hold a summit in their capital to bring our two great powers closer together. Refusing their overtures could be seen as an insult, but it's also possible the summit could go poorly and make our relations worse rather than better.;;;;;;;;;;;;; +EVTNAME800077;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Success!;;;;;;;;;;;;; +EVTDESC800077;The summit in $CAPITAL$ was a smashing success! $FROMCOUNTRY_ADJ$ diplomats left pleased with the progress, and our relations have improved significantly.;;;;;;;;;;;;; +EVTNAME800078;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;; +EVTDESC800078;The summit in $CAPITAL$ unfortunately failed to make any significant progress. Talks with $FROMCOUNTRY$ stalled, and even with our common ideological ground there are just too many issues remaining between our nations to improve relations more than marginally.;;;;;;;;;;;;; +EVTNAME800079;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Disaster!;;;;;;;;;;;;; +EVTDESC800079;The summit in $CAPITAL$ went very poorly. There are too many issues between our nations, and $FROMCOUNTRY_ADJ$ diplomats left in a huff. Our relations have suffered as a result.;;;;;;;;;;;;; +EVTNAME800080;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC800080;$FROMCOUNTRY$ has sent a polite refusal to our summit request, saying now is not a good time for a summit.;;;;;;;;;;;;; +EVTNAME800081;A Fascist Summit?;;;;;;;;;;;;; +EVTDESC800081;The time has come for the great fascist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;; +EVTNAME800082;An Anarcho-Liberal Summit?;;;;;;;;;;;;; +EVTDESC800082;The time has come for the great anarcho-liberal powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;; +EVTNAME800083;A Summit of Equals;;;;;;;;;;;;; +EVTDESC800083;The time has come for the great democratic powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;; +EVTNAME800084;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800084;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our communist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for the socialist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;; +EVTNAME800085;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800085;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our fascist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nationalist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;; +EVTNAME800086;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800086;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our anarcho-liberal regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our liberal movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;; +EVTNAME800087;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800087;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological extremism. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nation and the cause of democracy in the world, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;; +EVTNAME800088;Incident in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC800088;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response to the unfortunate event has thankfully been conciliatory, and our government has received an official apology.;;;;;;;;;;;;; +EVTNAME800089;Insult from $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC800089;A violent incident has occurred at our embassy in $FROMCOUNTRY$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response has been insulting, publicly blaming our policies even though their own careless disregard for the safety of our diplomats and their political upheaval is clearly at fault.;;;;;;;;;;;;; +EVTNAME800090;$FROMCOUNTRY$ Does Not Accept;;;;;;;;;;;;; +EVTDESC800090;Despite our apology, the $FROMCOUNTRY_ADJ$ government has declared it is enraged by the incident and that our lack of control over our citizens is to blame. While they are seen as being unreasonably aggressive, war is even a possibility.;;;;;;;;;;;;; +EVTNAME800091;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;; +EVTDESC800091;The $FROMCOUNTRY_ADJ$ government has accepted our apology for the incident, and while our relations have been damaged the incident has mostly blown over.;;;;;;;;;;;;; +EVTNAME800092;$FROMCOUNTRY$ Enraged;;;;;;;;;;;;; +EVTDESC800092;$FROMCOUNTRY_ADJ$ leaders have declared our actions outrageous, and that the incident was no doubt secretly supported by our government. They claim this provides them ample grounds for war.;;;;;;;;;;;;; +EVTNAME800093;$FROMCOUNTRY$ Backs Down;;;;;;;;;;;;; +EVTDESC800093;The $FROMCOUNTRY_ADJ$ has backed down from escalating the incident into a war. The entire business has harmed relations between our nations.;;;;;;;;;;;;; +EVTNAME800094;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800094;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's communist policies. It has severely harmed our relations.;;;;;;;;;;;;; +EVTNAME800095;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800095;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's fascist policies. It has severely harmed our relations.;;;;;;;;;;;;; +EVTNAME800096;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800096;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's anarcho-liberal policies. It has severely harmed our relations.;;;;;;;;;;;;; +EVTNAME800097;Diplomatic Incident;;;;;;;;;;;;; +EVTDESC800097;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country's radical ideology and our government's policies. It has severely harmed our relations.;;;;;;;;;;;;; +EVTNAME800147;Sepoy Rebels Force Concessions;;;;;;;;;;;;; +EVTDESC800147;The Indian subcontinent has been overwhelmed by the Sepoy rebels. Our garrisons are in retreat, and our colonial governors have already fled for safer ports. We have no choice but to give into their demands, many of which involve removing $COUNTRY_ADJ$ influence from any of the nations we have subjugated over the years of our rule.;;;;;;;;;;;;; +EVT800147OPTA;We have no choice but to comply.;;;;;;;;;;;;; +EVTNAME800148;$FROMCOUNTRY$ Driven Out;;;;;;;;;;;;; +EVTDESC800148;The $FROMCOUNTRY_ADJ$ presence in our region has come to an end, thanks to the spread of the Sepoy Rebellion. With $FROMCOUNTRY_ADJ$ governors fleeing the nearby regions in droves, our nation suddenly has a chance to regain lost lands and obtain our freedom... whether we wish it or not.;;;;;;;;;;;;; +EVT800148OPTA;We never liked $FROMCOUNTRY$ anyhow.;;;;;;;;;;;;; +EVTNAME800149;Rebels Storm $CAPITAL$!;;;;;;;;;;;;; +EVTDESC800149;After a swarm of violence and looting that engulfed the entire nation, $COUNTRY_ADJ$ rioters have stormed the capital. The government has been forced to make numerous concessions, in a desperate bid to calm the people. So far it seems to have worked, and has spared many leaders from being executed by angry mobs, but it remains to be seen whether these concessions will only cause more problems in the end than they solved.;;;;;;;;;;;;; +EVT800149OPTA;We have no choice but to comply.;;;;;;;;;;;;; +EVTNAME97700;Patriot Rebellion!;;;;;;;;;;;;; +EVTDESC97700;$COUNTRY_ADJ$ patriots have risen up in $FROMCOUNTRY$, and have gained control of the capital. They send word they wish to bring all our lost provinces back to $COUNTRY_ADJ$ control. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;; +EVT97700OPTA;We welcome their return.;;;;;;;;;;;;; +EVT97700OPTB;It is too risky.;;;;;;;;;;;;; +EVTDESC800151;$COUNTRY_ADJ$ patriots have risen up in a neighboring country, and have gained sufficient control that they have sent word they wish to bring the province back to $COUNTRY$. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;; +EVTNAME800152;Provinces Brought Under Control;;;;;;;;;;;;; +EVTDESC800152;With the patriot rebellion now over, our provinces have now been brought under control and $COUNTRY_ADJ$ governors are once again in command.;;;;;;;;;;;;; +EVT800152OPTA;That is a relief.;;;;;;;;;;;;; +EVT800055OPTA;Let them go.;;;;;;;;;;;;; +EVT800055OPTB;We will salvage what influence we can.;;;;;;;;;;;;; +EVT800055OPTC;We will restore order in our vassal!;;;;;;;;;;;;; +EVT800056OPTA;They're not worth it.;;;;;;;;;;;;; +EVT800056OPTB;We will press our claim.;;;;;;;;;;;;; +EVT97562OPTA;We have little choice.;;;;;;;;;;;;; +EVTNAME97565;Call For Help!;;;;;;;;;;;;; +EVTDESC97565;The rebels are gaining too much ground! We must call for help from our protectors!;;;;;;;;;;;;; +EVT97566OPTA;We will do what we can.;;;;;;;;;;;;; +EVT97566OPTB;They must stand on their own.;;;;;;;;;;;;; +EVTNAME97567;Danger Passed;;;;;;;;;;;;; +EVTDESC97567;The danger of imminent overthrow has passed.;;;;;;;;;;;;; +EVTNAME97561;Rebels in $CAPITAL$;;;;;;;;;;;;; +EVTDESC97561;With our forces off valiantly facing the enemy, rebels have taken advantage of the situation and stormed $CAPITAL$. They have taken over the $COUNTRY_ADJ$ government and already done a great deal of damage in order to drive out foreign influence in $COUNTRY$. Without the forces to oppose them, there is little we can do.;;;;;;;;;;;;; +EVTNAME97562;$CAPITAL$ Burns;;;;;;;;;;;;; +EVTDESC97562;$CAPITAL$ has been taken by the enemy, and a great deal of $COUNTRY$ is lost to our control. Many are saying that we only continue the war because our foreign masters insist that we do so, and that the time has come for us to let go of these ties -- no matter the consequences. Perhaps they are right, though it seems the situation is dire for $COUNTRY$'s future no matter what we do.;;;;;;;;;;;;; +EVTNAME97566;Trouble in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC97566;The $FROMCOUNTRY_ADJ$ government is besieged by rebels, and threatens to fall if they do not receive assistance from $COUNTRY$. They warn us that if the rebels are successful, it's very likely that $FROMCOUNTRY$ would cease to be in $COUNTRY$'s sphere of influence.;;;;;;;;;;;;; +EVTNAME97570;Native Unrest in $STATENAME$;;;;;;;;;;;;; +EVTDESC97570;Now that $COUNTRY$ is free, native $COUNTRY_ADJ$ citizens are beginning to protest against the colonial regime that still remains. Foreigners still hold the highest positions in the government, and have a privileged status in comparison to those they once ruled over as a colony. In $PROVINCENAME$, the recent arrest of a native for trespassing on the estate of a foreigner has led to riots -- and dissension has spread throughout all of $STATENAME$.;;;;;;;;;;;;; +EVT97570OPTA;They are $COUNTRY_ADJ$ citizens, not 'foreigners'.;;;;;;;;;;;;; +EVTNAME17710;Communist Propaganda;;;;;;;;;;;;; +EVTDESC17710;Communists have been distributing literature among the working classes in one of our states. They are claiming that the common man needs to rise up against the 'bourgeois' class, and that rule by the workers is the only way they can obtain fair conditions and a truly utopian society. Government officials are concerned, and some say that we need to crack down hard on this kind of talk.;;;;;;;;;;;;; +EVTNAME17715;The Common Man;;;;;;;;;;;;; +EVTDESC17715;Socialist leanings have become quite prevalent in parts of $COUNTRY$, and among these socialists radical ideas have been spreading -- namely that the common man can only achieve true freedom by overthrowing the government and establishing a rule by the working class. They cite the $COUNTRY_ADJ$ government as tyrannical, and one that will never bend to true reform... and the people have been listening.;;;;;;;;;;;;; +EVTNAME17720;Communist Riot;;;;;;;;;;;;; +EVTDESC17720;The tense situation in one of our states has been aggravated by the presence of communist agitators, spurring on the working classes to rise up against the government and institute a rule by the workers. We could step in, but that might only provoke a rebellion. Allowing the agitators to continue spreading their propaganda, however, might let them get a stronger foothold in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME17730;Communists in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC17730;A communist demonstration in the streets of $PROVINCENAME$, with shouts decrying the state of workers in $COUNTRY$, has gained the communists a great deal of attention and sympathy throughout $STATENAME$. Attempting to crack down on these agitators may only cause the demonstrations to turn into violence.;;;;;;;;;;;;; +EVT17710OPTA;Crack down on this menace.;;;;;;;;;;;;; +EVT17710OPTB;Let them talk.;;;;;;;;;;;;; +EVT17715OPTA;Crack down on these radicals.;;;;;;;;;;;;; +EVT17715OPTB;Keep the problem localized.;;;;;;;;;;;;; +EVT17720OPTA;We cannot allow this talk to spread.;;;;;;;;;;;;; +EVT17720OPTB;This must not come to violence.;;;;;;;;;;;;; +EVT17730OPTA;Crack down on the communists.;;;;;;;;;;;;; +EVT17730OPTB;Let them demonstrate.;;;;;;;;;;;;; +EVTNAME800100;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;; +EVTDESC800100;We have been contacted by $COUNTRY_ADJ$ patriots, currently living under the dominion of a neighboring country. They suggest that there is an opportunity to stir up sentiment among those living there so that they may rise up and rejoin the mother country. There is, of course, a risk that our efforts could be discovered and bring war down upon us. Should we help them?;;;;;;;;;;;;; +EVT800100OPTA;We must free our brethren.;;;;;;;;;;;;; +EVT800100OPTB;It's too risky.;;;;;;;;;;;;; +EVTNAME800101;$FROMCOUNTRY$ Spreading Dissent;;;;;;;;;;;;; +EVTDESC800101;We have received reports that the $FROMCOUNTRY_ADJ$ government has been inciting dissent among minorities in $COUNTRY$. This is an act of aggression that deserves a swift response.;;;;;;;;;;;;; +EVT800101OPTA;We will not tolerate this.;;;;;;;;;;;;; +EVT800101OPTB;Let it slide.;;;;;;;;;;;;; +EVTNAME800102;We Have Been Discovered;;;;;;;;;;;;; +EVTDESC800102;Our efforts to incite $COUNTRY_ADJ$ patriots in $FROMCOUNTRY$ have been discovered. The $FROMCOUNTRY_ADJ$ government is threatening war over this breach of their sovereignty.;;;;;;;;;;;;; +EVT800102OPTA;Let them come!;;;;;;;;;;;;; +EVTNAME97175;Chaos in $STATENAME$;;;;;;;;;;;;; +EVTDESC97175;The rebellion in $STATENAME$ has been going on for far too long, and we are in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their nation's independence... and while that isn't yet true, as $STATENAME$'s state of chaos is still far too widespread, it's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence.;;;;;;;;;;;;; +EVT97175OPTA;This cannot be allowed.;;;;;;;;;;;;; +EVTNAME97180;Return of Our Lands;;;;;;;;;;;;; +EVTDESC97180;Rebels in a neighboring colony have destabilized it enough that the people there are calling out for $COUNTRY$ to restore order. This is our land, and it seems that the western powers have all but abandoned it to chaos. So why shouldn't we intervene? Still, there are some who say this will only damage our relationship with a power... one we cannot afford to anger.;;;;;;;;;;;;; +EVT97180OPTA;We will assume control.;;;;;;;;;;;;; +EVT97180OPTB;It is too risky.;;;;;;;;;;;;; +EVTNAME97181;Colonial Uprising in $STATENAME$;;;;;;;;;;;;; +EVTDESC97181;We have lost control of the situation in $STATENAME$. The rebels have gained sufficient control that they have ejected the $COUNTRY_ADJ$ governors and declared their independence... for now.;;;;;;;;;;;;; +EVT97181OPTA;We'll be back.;;;;;;;;;;;;; +EVTNAME97182;Free of Colonial Control!;;;;;;;;;;;;; +EVTDESC97182;We are free!;;;;;;;;;;;;; +EVTNAME97185;Order Restored in $STATENAME$;;;;;;;;;;;;; +EVTDESC97185;We have restored order to our colony in $STATENAME$... at least for the moment.;;;;;;;;;;;;; +EVT97185OPTA;About time!;;;;;;;;;;;;; +EVTNAME81002212;$COUNTRY_ADJ$ Neutrality;;;;;;;;;;;;; +EVTDESC81002212;We have been pulled into an outside war, despite our dedication to neutrality.;;;;;;;;;;;;; +EVT81002212OPTA;We must remain Neutral!;;;;;;;;;;;;; +EVT81002212OPTB;We must discard our Neutrality.;;;;;;;;;;;;; +EVTNAME19365;The Restoration of $COUNTRY$;;;;;;;;;;;;; +EVTDESC19365;An idea has been spreading among the people of $COUNTRY$... some of our lands are under foreign control, but it appears to be beyond our power to regain them on our own. $COUNTRY$ has a great power as its benevolent protector, however, does it not? The people are urging our government to approach them for aid, though some within the government are concerned this could possibly alienate our ally as well, not to mention stir up new hostility with our neighbors.;;;;;;;;;;;;; +EVT19365OPTA;We will approach our protector.;;;;;;;;;;;;; +EVT19365OPTB;We will leave the matter alone for now.;;;;;;;;;;;;; +EVTNAME19366;The Restoration of $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC19366;Diplomats from $FROMCOUNTRY$ have quietly approached us, appealing for help in restoring their lost lands. With $COUNTRY_ADJ$ help, they say, $FROMCOUNTRY$ will prove a much worthier ally. There are those concerned with the trouble this might stir up, however. Should we look the other way, prove $COUNTRY_ADJ$ influence has weight?;;;;;;;;;;;;; +EVT19366OPTA;Tell them we shall consider it.;;;;;;;;;;;;; +EVT19366OPTB;We cannot afford such a conflict.;;;;;;;;;;;;; +EVTNAME19367;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC19367;$FROMCOUNTRY$ has agreed to consider our proposal. It's possible they will, in the end, take no military action on our behalf… it's come to our attention that relations between them and one of our neighbors has cooled severely, however, so a war may yet come to pass.;;;;;;;;;;;;; +EVT19367OPTA;Then there is hope.;;;;;;;;;;;;; +EVTNAME19368;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC19368;$FROMCOUNTRY$ has refused to intervene on our behalf. Worse, it appears the purpose of our mission has leaked to at least one of our neighbors, angering them greatly bringing threats of war against $COUNTRY$. Did $FROMCOUNTRY$ inform them? Have we been abandoned by our ally?;;;;;;;;;;;;; +EVT19368OPTA;$FROMCOUNTRY_ADJ$ cowards!;;;;;;;;;;;;; +EVTNAME19370;The $FROMCOUNTRY_ADJ$ Overlords;;;;;;;;;;;;; +EVTDESC19370;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks us free of $FROMCOUNTRY_ADJ$ control would they not simply invade once again? Perhaps $COUNTRY$ has suffered enough.;;;;;;;;;;;;; +EVT19370OPTA;A sad day for $COUNTRY$.;;;;;;;;;;;;; +EVTNAME19301;The Dream Is Over;;;;;;;;;;;;; +EVTDESC19301;There was once a dream in this country - a dream of a land of liberty, of new opportunities. People would flock to the United States of America seeking freedom, opportunities and shelter from the horrors of war and intolerance of the old world. The Statue of Liberty, the USA proudest symbol, used to symbolize that, and that was the first thing immigrants saw when entering our country. The Statue is still there, standing ominously in the bay of New York, but it doesn't represent that dream anymore, nor any of the values it used to. With the recrudescence of the institutions in our country, the change from a democratic government, the Statue lost all meaning and people from all over the world stopped being enchanted by what it represented. \n\nThe dream is over.;;;;;;;;;;;;; +EVTOPTA19301;Who needs immigrants anyway?;;;;;;;;;;;;; +EVTDESC19006;Our independence is gradually being undercut and more and more becoming something that only exists on paper, as several foreign Great Powers vie for control over our political institutions. Recently, tensions have erupted between several great powers each vying for dominance over our government. If any of them attempts to assert themselves in $COUNTRY$, it will mean conflict with our government, the other great powers, and possibly even war.;;;;;;;;;;;;; +EVTDESC19007;Tensions between ourselves and other Great Powers have erupted regarding dominance over the $FROMCOUNTRY_ADJ$ government. We are forced into a position where we must either assert our position, which will be seen as undercutting $FROMCOUNTRY$'s independence, or back down and lose much of the influence in $FROMCOUNTRY$ we currently hold.;;;;;;;;;;;;; +EVTNAME19015;Allies or Enemies?;;;;;;;;;;;;; +EVTDESC19015;Relations with one of our allies have cooled. Perhaps we should reconsider our alliance?;;;;;;;;;;;;; +EVT19015OPTA;Definitely.;;;;;;;;;;;;; +EVT19015OPTB;Not yet.;;;;;;;;;;;;; +EVTNAME19016;Great Power Influence in $COUNTRY$;;;;;;;;;;;;; +EVTDESC19016;We are under the influence of a Great Power. Or we should be.;;;;;;;;;;;;; +EVT19016OPTA;We welcome our new allies.;;;;;;;;;;;;; +EVTNAME19017;Questioning Our Alliance;;;;;;;;;;;;; +EVTDESC19017;We have begun to question our alliance to a great power that is clearly not our true protector.;;;;;;;;;;;;; +EVT19017OPTA;Let us change this arrangement.;;;;;;;;;;;;; +EVTNAME19018;Alliance Broken!;;;;;;;;;;;;; +EVTDESC19018;A series of diplomatic blunders have broken our alliance!;;;;;;;;;;;;; +EVT19018OPTA;Ah, blast.;;;;;;;;;;;;; +EVT19019OPTA;But we really need that alliance!;;;;;;;;;;;;; +EVT19200OPTA;We cannot afford an immediate response to this insult.;;;;;;;;;;;;; +EVT19200OPTB;If it's a war they want...;;;;;;;;;;;;; +EVTNAME37236;The Construction of the Eiffel Tower;;;;;;;;;;;;; +EVTDESC37236;Work on the foundations of the Eiffel Tower began. Those for the east and south legs were straightforward, each leg resting on four 2 m (6.6 ft) concrete slabs, one for each of the principal girders of each leg but the other two, being closer to the river Seine, were more complicated: each slab needed two piles installed by using compressed-air caissons 15 m (49 ft) long and 6 m (20 ft) in diameter driven to a depth of 22 m (72 ft) to support the concrete slabs, which were 6 m (20 ft) thick. Each of these slabs supported a block built of limestone each with an inclined top to bear a supporting shoe for the ironwork. Each shoe was anchored into the stonework by a pair of bolts 10 cm (4 in) in diameter and 7.5 m (25 ft) long. The foundations were complete by $YEAR$ and the erection of the ironwork began. For this part, we need to set a budget for the construction.;;;;;;;;;;;;; +EVT37236OPTA;Invest more than is planned. §R(Pay or owe 40,000¤)§W;;;;;;;;;;;;; +EVT37236OPTB;Invest what is planned. §R(Pay or owe 30,000¤)§W;;;;;;;;;;;;; +EVT37236OPTC;Invest the minimum possible. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;; +EVTNAME37237;The Eiffel Tower Is Finished;;;;;;;;;;;;; +EVTDESC37237;The main structural work was completed at the end of March 1889 and today Eiffel celebrated this by leading a group of government officials, accompanied by representatives of the press, to the top of the tower. Since the lifts were not yet in operation, the ascent was made by foot, and took over an hour, Eiffel frequently stopping to make explanations of various features. Most of the party chose to stop at the lower levels, but a few, including Nouguier, Compagnon, the President of the City Council and reporters from Le Figaro and Le Monde Illustré completed the climb. At 2:35 Eiffel hoisted a large French flag, to the accompaniment of a 25-gun salute fired from the lower level. There was still work to be done, particularly on the lifts and the fitting out of the facilities for visitors, and the tower was not opened to the public. The tower was an immediate success with the public, and nearly 30,000 visitors made the 1,710-step climb to the top using the stairs before the lifts entered service.;;;;;;;;;;;;; +EVT37237OPTA;Vive la Tour Eiffel!;;;;;;;;;;;;; +EVTNAME3697000;The Construction of the Clock Tower;;;;;;;;;;;;; +EVTDESC3697000;During the rebuilding of the Palace of Westminster in the wake of the fire of 1834, the parliament determined that the new buildings should incorporate an impressive clock tower and passed a bill to that end in $YEAR$. This clock tower will take years to be built but it will be a massive accomplishment for out country. The only thing left for the building to start is to define the budget.;;;;;;;;;;;;; +EVTNAME3697001;The Clock Tower Is Finished;;;;;;;;;;;;; +EVTDESC3697001;The completion of the Clock Tower marks the end of the reconstruction of the Palace of Westminster. The clock tower was constructed on the northern extremity of the new Houses of Parliament that were built next to Westminster Hall. The commission for the clock itself demanded a high level of accuracy, the specifications drafted by the Royal Astronomer required that "the first stroke of the hour bell should register the time, correct to within one second per day, and furthermore that it should telegraph its performance twice a day to Greenwich Observatory, where a record would be kept." The second and final version of the hour bell was the largest ever cast in the UK. It was so colossal that a team of 16 horses was needed to pull the wagon upon which it rested from the foundry to the Tower. The transportation took on the character of a parade, with enthusiastic crowds lining the streets as the caravan made its way through London. The bell and tower got nicknamed "Big Ben".;;;;;;;;;;;;; +EVT3697001OPTA;A proud day for the $COUNTRY_ADJ$.;;;;;;;;;;;;; +EVTNAME95500;The $CAPITAL$ Conference of $YEAR$;;;;;;;;;;;;; +EVTDESC95500;The colonial powers of the world have gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;; +EVT95500OPTA;We must civilize all of Africa.;;;;;;;;;;;;; +EVTNAME95501;The Scramble for Africa;;;;;;;;;;;;; +EVTDESC95501;A conference has been held in $FROMCOUNTRY$, attended by all colonial powers, to discuss the regulation of colonization and trade in Africa. A general agreement has been reached, formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;; +EVTNAME95502;The Age of Colonialism;;;;;;;;;;;;; +EVTDESC95502;Word has reached $COUNTRY$ of a great meeting of colonial powers in Europe, wherein it was decided that African nations would be divided up amongst them -- as if our people were little more than children's toys discarded and left waiting to be picked up. This has caused a great deal of concern among those of our people with the knowledge to understand what this means. For others it has brought little more than resentment, as well as vows to fight for our independence when the day comes.;;;;;;;;;;;;; +EVT95502OPTA;This bodes ill for $COUNTRY$.;;;;;;;;;;;;; +EVTNAME95503;$COUNTRY$ in the Modern Age;;;;;;;;;;;;; +EVTDESC95503;'We have seen the outsiders. They come, with guns and riches we have never seen before. What they also bring is death, and we must always be wary what lies behind their smiles.' \n\n$COUNTRY$ stands on good terms with much of the western world, but our leaders are all too aware how quickly that could change. The Europeans believe we are not civilized, and the tone of our contact with them is slowly changing from friendly interest in trade to a strange paternalism coupled with cultural superiority. For now, $COUNTRY$ survives... but we must watch for the moment when the civilized nations decide our enslavement is the only way we can be 'saved'.;;;;;;;;;;;;; +EVT95503OPTA;$COUNTRY$ shall endure.;;;;;;;;;;;;; +EVTNAME95504;The $COUNTRY_ADJ$ Jihad;;;;;;;;;;;;; +EVTDESC95504;$COUNTRY_ADJ$ Muslims are calling for the Jihad to continue: all Islamic states of the Sahel, united under one flag!;;;;;;;;;;;;; +EVT95504OPTA;For the glory of Allah!;;;;;;;;;;;;; +EVTNAME95505;Imperialism Comes to $COUNTRY$;;;;;;;;;;;;; +EVTDESC95505;European presence in $COUNTRY$ is felt everywhere. Their traders come to $CAPITAL$ and dictate to our own merchants how trade will commence. They take what they want and pay what they wish. They tell our government what laws we may pass, and even when they do not we must always consider how they will react to what we do. If $COUNTRY$ does not act now, they will turn our nation into a colony under our very noses -- but perhaps that has already happened, and we must resign ourselves to their protection.;;;;;;;;;;;;; +EVT95505OPTA;We have no choice but to submit.;;;;;;;;;;;;; +EVT95505OPTB;Throw the Europeans out!;;;;;;;;;;;;; +EVTNAME95506;The $FROMCOUNTRY_ADJ$ Protectorate;;;;;;;;;;;;; +EVTDESC95506;Our presence in $FROMCOUNTRY$ has reached the point where $COUNTRY_ADJ$ influence is felt in every level of their society. They are a protectorate in all but name, and the time has come for us to determine whether that status should be made official. Shall we agree to make $FROMCOUNTRY$ a protectorate and $COUNTRY_ADJ$ colony, or support their independence as a friendly ally?;;;;;;;;;;;;; +EVT95506OPTA;We will not force ourselves upon $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT95506OPTB;Let us establish a protectorate.;;;;;;;;;;;;; +EVTNAME95507;Nationals Expelled from $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC95507;A disturbing report has reached us of $COUNTRY_ADJ$ nationals being expelled from $FROMCOUNTRY$. Indeed, the $FROMCOUNTRY_ADJ$ government has systematically eliminated our influence -- meaning we are in a position where we must either accept the humiliation of being thrown out of an uncivilized country or step in and assert our authority. There are some who say this is a golden opportunity to establish a $FROMCOUNTRY_ADJ$ protectorate, while others say $FROMCOUNTRY$ is simply not worth the trouble.;;;;;;;;;;;;; +EVT95507OPTA;How unwise of them.;;;;;;;;;;;;; +EVT95507OPTB;We will not force ourselves upon $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTNAME95508;The Sale of Assab;;;;;;;;;;;;; +EVTDESC95508;A $COUNTRY_ADJ$ shipping company has come into the ownership of the Red Sea port of Assab, sold to them by a local Afar sultan. The port would make for an excellent coaling station, and perhaps even provide a base for $COUNTRY$ to expand our influence in the area. Pushing for more direct control, however, could cause tensions with Assab's owner -- who might feel they have greater right to the port than the sultan.;;;;;;;;;;;;; +EVT95508OPTA;Push for direct control.;;;;;;;;;;;;; +EVT95508OPTB;We have no interest in Assab.;;;;;;;;;;;;; +EVTDESC95509;The Red Sea port of Assab has been sold to $FROMCOUNTRY$ by the local Afar sultan. They have begun to use the port as a coaling station, and fears within the $COUNTRY_ADJ$ government are that they will use this base to expand their influence within $COUNTRY$.\n\n§RIf any province in Eritrea has more than 4 militancy or if you are sphered by $FROMCOUNTRY$, they will begin conquering Eritrea.§W;;;;;;;;;;;;; +EVT95509OPTA;Assab belongs to $COUNTRY$!;;;;;;;;;;;;; +EVTNAME95510;Rebellion in Eritrea;;;;;;;;;;;;; +EVTDESC95510;With the Sudan in chaos, the Ethiopians have taken advantage of the situation to regain control over the coast lands. Though we may yet regain control over the Sudan, we should consider whether the Eritreans must be punished for this trespass.;;;;;;;;;;;;; +EVT95510OPTA;This cannot be allowed!;;;;;;;;;;;;; +EVT95510OPTB;Let it go.;;;;;;;;;;;;; +EVTNAME95511;Colonial Ambition;;;;;;;;;;;;; +EVTDESC95511;We must take our place among the colonial powers of Africa.;;;;;;;;;;;;; +EVT95511OPTA;We must act at once!;;;;;;;;;;;;; +EVTNAME95514;The $FROMCOUNTRY$ Imperialists;;;;;;;;;;;;; +EVTDESC95514;They are coming!;;;;;;;;;;;;; +EVT95514OPTA;Oh no!;;;;;;;;;;;;; +EVTNAME98655;Hungarians Agree to Federation;;;;;;;;;;;;; +EVTDESC98655;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures even if it means giving up some of their traditional claims to those lands. We may now proceed to propose the union to other local governments with full confidence that both our governments are behind it.;;;;;;;;;;;;; +EVT98655OPTA;Excellent news!;;;;;;;;;;;;; +EVTNAME98656;The Hungarian Counter-Proposal;;;;;;;;;;;;; +EVTDESC98656;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Hungarian people. Sadly, this appears to be as far as their government will go on the matter.;;;;;;;;;;;;; +EVT98656OPTA;Then we end it here. This is not an option.;;;;;;;;;;;;; +EVT98656OPTB;We agree. Hungary will be a vassal state of the new federation.;;;;;;;;;;;;; +EVT98656OPTC;We will ignore their counter-proposal. The federation shall proceed.;;;;;;;;;;;;; +EVTNAME98657;The Hungarians Refuse Federation;;;;;;;;;;;;; +EVTDESC98657;After much discussion and deliberation, the Hungarians have outright refused the proposed federation. They do not wish to lose their equal standing with the Austrian government, and see no benefit in surrendering claims to their traditional territories. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Hungarian people greatly.;;;;;;;;;;;;; +EVT98657OPTA;Then we end it here. The federation will not come to be.;;;;;;;;;;;;; +EVT98657OPTB;No matter. The federation shall proceed regardless.;;;;;;;;;;;;; +EVT98666OPTA;We agree. Transylvania will be a vassal state of the new federation.;;;;;;;;;;;;; +EVT98671OPTA;We agree. Croatia will be a vassal state of the new federation.;;;;;;;;;;;;; +EVT98676OPTA;We agree. Slovenia will be a vassal state of the new federation.;;;;;;;;;;;;; +EVT98681OPTA;We agree. Slovakia will be a vassal state of the new federation.;;;;;;;;;;;;; +EVT98686OPTA;We agree. Galicia-Lodomeria will be a vassal state of the new federation.;;;;;;;;;;;;; +EVTNAME98660;Czechs Agree to Federation;;;;;;;;;;;;; +EVTDESC98660;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98661;The Czech Counter-Proposal;;;;;;;;;;;;; +EVTDESC98661;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Czech people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98662;The Czechs Refuse Federation;;;;;;;;;;;;; +EVTDESC98662;After much discussion and deliberation, the Czechs have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Czech people greatly.;;;;;;;;;;;;; +EVTNAME98665;Romanians Agree to Federation;;;;;;;;;;;;; +EVTDESC98665;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98666;The Romanian Counter-Proposal;;;;;;;;;;;;; +EVTDESC98666;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Romanian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98667;The Romanians Refuse Federation;;;;;;;;;;;;; +EVTDESC98667;After much discussion and deliberation, the Romanians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Romanian people greatly.;;;;;;;;;;;;; +EVTNAME98670;Croatians Agree to Federation;;;;;;;;;;;;; +EVTDESC98670;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98671;The Croatian Counter-Proposal;;;;;;;;;;;;; +EVTDESC98671;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Croatian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98672;The Croatians Refuse Federation;;;;;;;;;;;;; +EVTDESC98672;After much discussion and deliberation, the Croatians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Croatian people greatly.;;;;;;;;;;;;; +EVTNAME98675;Slovenes Agree to Federation;;;;;;;;;;;;; +EVTDESC98675;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98676;The Slovene Counter-Proposal;;;;;;;;;;;;; +EVTDESC98676;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovene people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98677;The Slovenes Refuse Federation;;;;;;;;;;;;; +EVTDESC98677;After much discussion and deliberation, the Slovenes have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovene people greatly.;;;;;;;;;;;;; +EVTNAME98680;Slovakians Agree to Federation;;;;;;;;;;;;; +EVTDESC98680;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98681;The Slovakian Counter-Proposal;;;;;;;;;;;;; +EVTDESC98681;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovakian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98682;The Slovakians Refuse Federation;;;;;;;;;;;;; +EVTDESC98682;After much discussion and deliberation, the Slovakians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovakian people greatly.;;;;;;;;;;;;; +EVTNAME98685;Polish Agree to Federation;;;;;;;;;;;;; +EVTDESC98685;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;; +EVTNAME98686;The Polish Counter-Proposal;;;;;;;;;;;;; +EVTDESC98686;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Polish people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;; +EVTNAME98687;The Polish Refuse Federation;;;;;;;;;;;;; +EVTDESC98687;After much discussion and deliberation, the Polish have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Polish people greatly.;;;;;;;;;;;;; +EVTNAME98690;Czechs Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98690;Czech citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98690OPTA;We welcome our Czech brothers.;;;;;;;;;;;;; +EVTNAME98691;Romanians Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98691;Romanian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98691OPTA;We welcome our Romanian brothers.;;;;;;;;;;;;; +EVTNAME98692;Croatians Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98692;Croatian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98692OPTA;We welcome our Croatian brothers.;;;;;;;;;;;;; +EVTNAME98693;Slovenes Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98693;Slovene citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98693OPTA;We welcome our Slovene brothers.;;;;;;;;;;;;; +EVTNAME98694;Slovakians Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98694;Slovakian citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98694OPTA;We welcome our Slovakian brothers.;;;;;;;;;;;;; +EVTNAME98695;Poles Celebrate the New Federation!;;;;;;;;;;;;; +EVTDESC98695;Polish citizens have gathered in cities throughout the country to celebrate the federation and their newly-acquired equal status within it.;;;;;;;;;;;;; +EVT98695OPTA;We welcome our Polish brothers.;;;;;;;;;;;;; +EVTNAME98700;The New Hungarian State;;;;;;;;;;;;; +EVTDESC98700;Citizens gathered in the Hungarian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVT98700OPTA;We shall march into the future together.;;;;;;;;;;;;; +EVTNAME98701;The New Bohemian State;;;;;;;;;;;;; +EVTDESC98701;Citizens gathered in the Bohemian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98702;The New Transylvanian State;;;;;;;;;;;;; +EVTDESC98702;Citizens gathered in the Transylvanian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98703;The New Croatian State;;;;;;;;;;;;; +EVTDESC98703;Citizens gathered in the Croatian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98704;The New Slovene State;;;;;;;;;;;;; +EVTDESC98704;Citizens gathered in the Slovene capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98705;The New Slovakian State;;;;;;;;;;;;; +EVTDESC98705;Citizens gathered in the Slovakian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98706;The New Polish State;;;;;;;;;;;;; +EVTDESC98706;Citizens gathered in the Galician-Lodomerian capital today to celebrate its beginning as a new state, autonomous but still tied to the federation.;;;;;;;;;;;;; +EVTNAME98710;The Hungarian Rebellion;;;;;;;;;;;;; +EVTDESC98710;Resentment has been brewing among Hungarians ever since the federation's formation. Their leaders have been loudly proclaiming that they gave no approval for this violation of their constitutional rights, and that German officials proceeded regardless of Hungarian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVT98710OPTA;This must be kept under control.;;;;;;;;;;;;; +EVTNAME98711;The Czech Rebellion;;;;;;;;;;;;; +EVTDESC98711;Resentment has been brewing among the Czechs ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Czech concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98712;The Romanian Rebellion;;;;;;;;;;;;; +EVTDESC98712;Resentment has been brewing among the Romanians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Romanian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98713;The Croatian Rebellion;;;;;;;;;;;;; +EVTDESC98713;Resentment has been brewing among the Croatians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Croatian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98714;The Slovene Rebellion;;;;;;;;;;;;; +EVTDESC98714;Resentment has been brewing among the Slovenes ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovene concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98715;The Slovakian Rebellion;;;;;;;;;;;;; +EVTDESC98715;Resentment has been brewing among the Slovakians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovakian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98716;The Polish Rebellion;;;;;;;;;;;;; +EVTDESC98716;Resentment has been brewing among the Polish ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Polish concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;; +EVTNAME98720;End of the Federation;;;;;;;;;;;;; +EVTDESC98720;With the loss of Hungary, the entire basis for the Danubian Federation has begun to crumble. The other ethnic groups are questioning the dominance that the German majority will exert without the Hungarians to counter-balance them, and increasingly there are demands for the federation to be undone. Some Germans are fine with this, preferring to return to the Austria that was, but many of them say that these other groups should not be permitted to break away. They say the Austrian Empire should be restored -- by force, if need be.;;;;;;;;;;;;; +EVT98720OPTA;We shall become Austria once more.;;;;;;;;;;;;; +EVT98720OPTB;Never! The Federation lives on!;;;;;;;;;;;;; +EVTDESC98721;With the Danubian government having become a totalitarian regime, resentment among the various ethnic groups has reached a boiling point. They are demanding their independence, something which would see an end to the federation as it currently exists. The German majority is fine with this, though some are also suggesting the temerity of these rebels is beyond the pale and the federation should be maintained -- by force, if need be.;;;;;;;;;;;;; +EVTNAME98722;Independence!;;;;;;;;;;;;; +EVTDESC98722;With the breakup of the Danubian Federation, we have gained our independence at last -- but we must fight to keep it.;;;;;;;;;;;;; +EVT98722OPTA;Let the war begin!;;;;;;;;;;;;; +EVTDESC98723;With the breakup of $FROMCOUNTRY$, we have gained our independence at last.;;;;;;;;;;;;; +EVT98723OPTA;It's about time!;;;;;;;;;;;;; +EVTNAME98724;The Danubian Civil War;;;;;;;;;;;;; +EVTDESC98724;The federation teeters on the verge of extinction, and now we must determine whether we stand by it or fight to at last elicit our independence.;;;;;;;;;;;;; +EVT98724OPTA;The time has come to fight!;;;;;;;;;;;;; +EVT98724OPTB;We will remain with the federation.;;;;;;;;;;;;; +EVTNAME199034;Grain Farms in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199034;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several new grain farms. Local officials are suggesting that the $COUNTRY_ADJ$ support the farms and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;; +EVT199034OPTA;We will encourage the grain farms.;;;;;;;;;;;;; +EVT199034OPTB;No -- $PROVINCENAME$'s current production is too valuable.;;;;;;;;;;;;; +EVT199022OPTA;They should get to work immediately.;;;;;;;;;;;;; +EVT199033OPTA;We will encourage the ranches.;;;;;;;;;;;;; +EVT199032OPTA;We will encourage the lumberjacks.;;;;;;;;;;;;; +EVT199030OPTA;We will encourage the fisheries.;;;;;;;;;;;;; +EVTNAME199005;Prospector Strikes Coal!;;;;;;;;;;;;; +EVTDESC199005;We have reports from $PROVINCENAME$ that a new vein of coal has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;; +EVTNAME199006;Prospector Strikes Copper!;;;;;;;;;;;;; +EVTDESC199006;We have reports from $PROVINCENAME$ that a new vein of copper has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;; +EVTNAME199007;Prospector Strikes Iron!;;;;;;;;;;;;; +EVTDESC199007;We have reports from $PROVINCENAME$ that a new vein of iron has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;; +EVTNAME199008;Prospector Strikes Lead!;;;;;;;;;;;;; +EVTDESC199008;We have reports from $PROVINCENAME$ that a new vein of lead has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;; +EVTNAME199009;Prospector Strikes Sulphur!;;;;;;;;;;;;; +EVTDESC199009;We have reports from $PROVINCENAME$ that a new vein of sulphur has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;; +EVTNAME199015;Cash Crops;;;;;;;;;;;;; +EVTDESC199015;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case cotton, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting cotton production.;;;;;;;;;;;;; +EVTDESC199016;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case tea, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tea production.;;;;;;;;;;;;; +EVTDESC199017;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case spices, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting spice production.;;;;;;;;;;;;; +EVTDESC199018;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case sheep and wool, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting wool production.;;;;;;;;;;;;; +EVTDESC199019;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case fruit, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting fruit production.;;;;;;;;;;;;; +EVTDESC199020;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case tobacco, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tobacco production.;;;;;;;;;;;;; +EVTDESC199021;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case coffee, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting coffee production.;;;;;;;;;;;;; +EVTDESC199022;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case silk, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting silk production.;;;;;;;;;;;;; +EVTDESC199023;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops -- in this case sugar, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting sugar production.;;;;;;;;;;;;; +EVTNAME199030;Fisheries in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199030;Unemployment among workers in $PROVINCENAME$ is high, and many have begun turning to the sea to eke out a living. Local officials are suggesting that the $COUNTRY_ADJ$ support them.;;;;;;;;;;;;; +EVTNAME199031;Lumber yards in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199031;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several lumber yards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumber yards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;; +EVTNAME199032;Tropical Lumber yards in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199032;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several tropical lumber yards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumber yards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;; +EVTNAME199033;Ranches in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC199033;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several cattle ranches. Local officials are suggesting that the $COUNTRY_ADJ$ support the ranches and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;; +EVT800060OPTA;Spread the word!;;;;;;;;;;;;; +EVT800060OPTB;It's too risky.;;;;;;;;;;;;; +EVT800064OPTA;We shall see if this leads to anything.;;;;;;;;;;;;; +EVT800065OPTA;There will be consequences!;;;;;;;;;;;;; +EVT800065OPTB;We protest this outrage!;;;;;;;;;;;;; +EVT800065OPTC;It's only propaganda.;;;;;;;;;;;;; +EVTNAME800012;Intervention in $FROMCOUNTRY$?;;;;;;;;;;;;; +EVTDESC800012;We have been secretly approached by certain members within the $FROMCOUNTRY_ADJ$ government, suggesting that $COUNTRY_ADJ$ intervention to free them from foreign control might be in both our interests. $FROMCOUNTRY$ would be free to seek its own destiny, while $COUNTRY$ would gain an ally. The catch, of course, is that the attempt could look like interference to the rest of the world... and earn us the enmity of $FROMCOUNTRY$'s rulers in particular. If we make the attempt, we should learn of the results within a week at the most.;;;;;;;;;;;;; +EVTNAME800013;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;; +EVTDESC800013;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;; +EVTNAME800014;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;; +EVTDESC800014;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;; +EVTNAME800015;$FROMCOUNTRY$ Refuses to Intervene;;;;;;;;;;;;; +EVTDESC800015;The answer from $FROMCOUNTRY$ is clear: they won't intervene in our internal affairs. We are on our own.;;;;;;;;;;;;; +EVTNAME800016;Intervention Failed;;;;;;;;;;;;; +EVTDESC800016;$FROMCOUNTRY$ attempted to intervene, but the resulting orgy of violence in $CAPITAL$ has failed to drive out the influence of our overlord. Worse, it has resulted in $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ being greatly damaged, as many see them as instigators rather than would-be liberators.;;;;;;;;;;;;; +EVTNAME800017;Free At Great Cost;;;;;;;;;;;;; +EVTDESC800017;$FROMCOUNTRY$ has supported the could d'etat in $CAPITAL$, but with the change came an orgy of violence that has seen $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ damaged along with that of our overlord. Many people in $COUNTRY$ are left with hard feelings, and see $FROMCOUNTRY$ as an instigator rather than a liberator. What will come next depends entirely on whether reprisals will come our way.;;;;;;;;;;;;; +EVTNAME800018;Free At Last!;;;;;;;;;;;;; +EVTDESC800018;Foreign intervention has succeeded in freeing our government from foreign rule. After an orgy of violence in $CAPITAL$, citizens are celebrating in the streets. $COUNTRY$ has a new destiny as a truly independent nation... provided no reprisals come out way, of course.;;;;;;;;;;;;; +EVTNAME800021;Attempted Coup in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC800021;A foreign power attempted to use their influence in $FROMCOUNTRY$ to take advantage of the unrest there and free them from our control. Their efforts have come to naught, and their agents have been arrested and many of the $FROMCOUNTRY_ADJ$ malcontents exposed and imprisoned. The question remains, however, as to what we will do in response to this outrage.;;;;;;;;;;;;; +EVTNAME800022;Attempt Thwarted;;;;;;;;;;;;; +EVTDESC800022;Our attempt to interfere in $FROMCOUNTRY$'s government was thwarted. We have lost influence there, and angered their overlord. This may lead to war, but we will have to wait and see what develops.;;;;;;;;;;;;; +EVTNAME800023;$FROMCOUNTRY$ Freed At Great Cost;;;;;;;;;;;;; +EVTDESC800023;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, but at the cost of a great deal of our influence there. The $FROMCOUNTRY_ADJ$ government is angry, and it's possible their overlords may attempt to retaliate either against them or against us. We will have to wait and see what develops of this.;;;;;;;;;;;;; +EVTNAME800024;$FROMCOUNTRY$ is Free!;;;;;;;;;;;;; +EVTDESC800024;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, and they are now an independent country as well as a useful ally. It's possible their overlords may attempt to retaliate either against them or against us. We shall have to wait and see what develops.;;;;;;;;;;;;; +EVT800012OPTA;We shall make the attempt.;;;;;;;;;;;;; +EVT800012OPTB;No, it is too risky.;;;;;;;;;;;;; +EVT800013OPTA;There will be hell to pay!;;;;;;;;;;;;; +EVT800013OPTB;Punish the meddler only.;;;;;;;;;;;;; +EVT800013OPTC;We must salvage our relationship with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT800015OPTA;Too bad.;;;;;;;;;;;;; +EVT800016OPTA;We shall see.;;;;;;;;;;;;; +EVT800018OPTA;Hurrah!;;;;;;;;;;;;; +EVT800021OPTA;Punish the meddler!;;;;;;;;;;;;; +EVT800021OPTB;Let it pass.;;;;;;;;;;;;; +EVT800022OPTA;Oops!;;;;;;;;;;;;; +EVT800023OPTA;Whew!;;;;;;;;;;;;; +EVT800024OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME96135;We Cannot Abide This;;;;;;;;;;;;; +EVTDESC96135;We cannot abide a nation with no respect for civilization.;;;;;;;;;;;;; +EVT96135OPTA;They must be stopped!;;;;;;;;;;;;; +EVTNAME96140;Join the War Effort?;;;;;;;;;;;;; +EVTDESC96140;Shall we join the war against the pariah?;;;;;;;;;;;;; +EVT96140OPTA;We must do our part.;;;;;;;;;;;;; +EVTNAME96145;Our Enemy is Defeated;;;;;;;;;;;;; +EVTDESC96145;We may now lay down our arms.;;;;;;;;;;;;; +EVT96145OPTA;It's about time.;;;;;;;;;;;;; +EVTNAME96146;The War is Over;;;;;;;;;;;;; +EVTDESC96146;We are no longer a member of the international coalition.;;;;;;;;;;;;; +EVT96146OPTA;We're glad that's over!;;;;;;;;;;;;; +EVTNAME60080;Voting Rights Rescinded;;;;;;;;;;;;; +EVT60080OPTA;Long Live the President!;;;;;;;;;;;;; +EVT60090OPTA;Long Live the Bourgeois!;;;;;;;;;;;;; +EVT60100OPTA;The Workers have prevailed!;;;;;;;;;;;;; +EVT60110OPTA;The $COUNTRY_ADJ$ Destiny!;;;;;;;;;;;;; +EVT60160OPTA;Hurrah for $COUNTRY$!;;;;;;;;;;;;; +EVTNAME60110;Voting Rights Rescinded;;;;;;;;;;;;; +EVTNAME60010;Military Coup d'Etat;;;;;;;;;;;;; +EVT60010OPTA;This is only temporary until the crisis passes.;;;;;;;;;;;;; +EVTNAME60020;Anarcho-Liberals Seize Power;;;;;;;;;;;;; +EVTNAME60030;Fascist Coup D'Etat;;;;;;;;;;;;; +EVT60030OPTA;Our destiny awaits.;;;;;;;;;;;;; +EVTNAME60000;Communists Seize Power;;;;;;;;;;;;; +EVTNAME98651;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC98651;The $FROMCOUNTRY_ADJ$ ambassador has delivered a message: $FROMCOUNTRY$ will not join $COUNTRY$.;;;;;;;;;;;;; +EVT98651OPTA;Then we shall claim them by force.;;;;;;;;;;;;; +EVT98651OPTB;We have no plans to integrate $FROMCOUNTRY$ forcibly.;;;;;;;;;;;;; +EVTNAME98650;$FROMCOUNTRY_ADJ$ Unification!;;;;;;;;;;;;; +EVTDESC98650;The call from $FROMCOUNTRY$ has come to $COUNTRY$, asking us to unify with their nation into a greater state -- one which will forge a greater power in a new world order. There are those $COUNTRY_ADJ$ citizens who fear losing our identity in such a union, but many welcome the nation and rightly state that $FROMCOUNTRY$'s influence in $COUNTRY$ is already great. If we deny the union, the $FROMCOUNTRY_ADJ$ government may decide to enforce their claim on us whether we like it or not.;;;;;;;;;;;;; +EVT98650OPTA;We will accept the union.;;;;;;;;;;;;; +EVT98650OPTB;We have no interest in becoming part of $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTNAME11122;The Slavic Union;;;;;;;;;;;;; +EVTDESC11122;The time for $COUNTRY$ has come to join Yugoslavia.;;;;;;;;;;;;; +EVTNAME11120;Slavic Unification;;;;;;;;;;;;; +EVTDESC11120;The call has come to $COUNTRY$ to unite with Yugoslavia, a union of Slavic countries interested in protecting the Balkans from the encroachment of other European powers. Whether a union of cultures which have before now often been at war, and indeed still have considerable enmity for each other, will be difficult to say.;;;;;;;;;;;;; +EVT11120OPTA;We will answer the call!;;;;;;;;;;;;; +EVT11120OPTB;We will remain independent.;;;;;;;;;;;;; +EVTNAME11121;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC11121;Representatives from $FROMCOUNTRY$ have informed us that they have no interest in joining Yugoslavia.;;;;;;;;;;;;; +EVT11121OPTA;We will accept their decision.;;;;;;;;;;;;; +EVT11121OPTB;Willingly or not, they will join.;;;;;;;;;;;;; +EVTNAME11115;The Greater Slavic Union;;;;;;;;;;;;; +EVTDESC11115;Many within $COUNTRY$ have always considered it a dream to form a greater union of the Slavic peoples, one spanning all of the Balkans and uniting them under a common flag. Such a nation would be far better suited at resisting the encroachment of foreign powers into the region. Now seems like the perfect opportunity for $COUNTRY$ to form such a union. Do we proceed with the creation of Yugoslavia, or let the dream die here?;;;;;;;;;;;;; +EVT11115OPTA;We will attempt to form the union.;;;;;;;;;;;;; +EVT11115OPTB;We have no interest in this at present. Another time.;;;;;;;;;;;;; +EVT11115OPTC;Never bring this up again.;;;;;;;;;;;;; +EVTNAME11110;A North German Union?;;;;;;;;;;;;; +EVTDESC11110;An open discussion amongst liberals in $COUNTRY$ has been occurring regarding the formation of a confederation of North German states. Conditions have never been right for it in the past, but many believe such a union is needed if the Germans are ever to have true security and take their place among the powers of the world. A $COUNTRY_ADJ$-led movement to create such a confederation might go over well with our neighbors, if we made the attempt to create it.;;;;;;;;;;;;; +EVT11110OPTA;Attempt to form the North German Confederation.;;;;;;;;;;;;; +EVT11110OPTB;We have no interest in this.;;;;;;;;;;;;; +EVTNAME11105;$FROMCOUNTRY$ has United!;;;;;;;;;;;;; +EVTDESC11105;We are finally a united people.;;;;;;;;;;;;; +EVT11105OPTA;No need for those cores!;;;;;;;;;;;;; +EVTNAME11104;Revolution in $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC11104;A pro-$UNION_ADJ$ revolution has taken hold in $FROMCOUNTRY$. Its liberal leaders believe that $COUNTRY$ is the nation best-suited to unite all of $CULTURE_GROUP_UNION$, and thus have sworn to support us until the union is ready to occur.;;;;;;;;;;;;; +EVT11104OPTA;We welcome their fealty.;;;;;;;;;;;;; +EVT11104OPTB;We do not wish to risk trouble.;;;;;;;;;;;;; +EVTNAME11106;The $FROMCOUNTRY_ADJ$ Proposal;;;;;;;;;;;;; +EVTDESC11106;$MONARCHTITLE$, the $FROMCOUNTRY_ADJ$ ambassador has presented us with news from the recent parliament of German revolutionaries. $FROMCOUNTRY$ has agreed to assemble a federation of German states, with the goal of eventually forming a greater Germany. If we do not agree,it is possible that $FROMCOUNTRY$ will attempt to take our lands by force.;;;;;;;;;;;;; +EVTNAME880130;Reactionary Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880130;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ reactionary party. Aristocrats have allegedly been receiving payments and other illegal benefits for supporting the cause, while the party leader is shown to have made a fortune with sensitive national information. This has been declared beyond the pale even by reactionary supporters and has caused a huge uproar within $COUNTRY$, severely damaging the reactionary cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880140;Conservative Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880140;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ conservative party. Party leaders were allegedly paid secretly by local land owners to tweak laws in their favor, governmental positions given to favourites, goods stolen from government warehouses - the list goes on and on. This has been declared beyond the pale even by conservative supporters and has caused a huge uproar within $COUNTRY$, severely damaging the conservative cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880150;Liberal Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880150;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ liberal party. Popular candidates have allegedly been involved in smuggling of illicit goods, used questionable tactics to buy votes and speculated on investments with government funds. This has been declared beyond the pale even by liberal supporters and has caused a huge uproar within $COUNTRY$, severely damaging the liberal cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880160;Anarcho-Liberal Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880160;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ anarcho-liberal party. Several wealthy businessmen evaded taxes with the help of party members, who in return received kickbacks and a great deal of illegal funding for the party. This has been declared beyond the pale even by anarcho-liberal supporters and has caused a huge uproar within $COUNTRY$, severely damaging the anarcho-liberal cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880170;Socialist Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880170;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ socialist party. Illegal union activity, blackmail of important citizens, mistreatment of servants - the facts speak for themselves. This has been declared beyond the pale even by socialist supporters and has caused a huge uproar within $COUNTRY$, severely hurting the socialist cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880180;Communist Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880180;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ communist party. While preaching water for the masses, important communist party officials appear to drink wine. Police has secured several party coffers filled with dirty money from illegal activities, stolen art and counterfeit documents. This has been declared beyond the pale even by communist supporters, severely hurting the communist cause in $COUNTRY$.;;;;;;;;;;;;; +EVTNAME880190;Fascist Party Rocked by Scandal;;;;;;;;;;;;; +EVTDESC880190;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ fascist party. A militant group associated with the fascists was revealed to have murdered several socialist politicians, tortured priests and attempted to burn the mansion of a wealthy minority leader. This has been declared beyond the pale even by fascist supporters and has caused a huge uproar within $COUNTRY$, severely damaging the fascist cause.;;;;;;;;;;;;; +EVTNAME880200;Grave Consequences;;;;;;;;;;;;; +EVTDESC880200;As more and more evidence against the ruling party has come to light, the $COUNTRY_ADJ$ government has declared it has no choice but to resign and call an election. The decision was made after several weeks of heated debate, and it is already well-known that certain members of the government -- those most sorely hit by the scandal -- have been repudiated by the ruling party and will not be seeking re-election. How this will affect the government's chances is so far unknown.;;;;;;;;;;;;; +EVTNAME880210;New Evidence Worsens Scandal;;;;;;;;;;;;; +EVTDESC880210;Investigation of the current party scandal by the $COUNTRY_ADJ$ press has brought to light a number of interesting facts. It seems that abuse of power and influence goes well beyond what was initially revealed. Only the surface of this affair has been touched so far, and God only knows what might turn up within the next few weeks. No-one in $COUNTRY$ appears to be discussing anything else at the moment, and already there are calls in the press for the $COUNTRY_ADJ$ government to step down.;;;;;;;;;;;;; +EVTNAME999000;National Debate: Trade Policy;;;;;;;;;;;;; +EVTDESC999000;The intensive election campaign has reached the boiling point in $COUNTRY$, where a fierce trade policy debate pits the friends of free trade against the pals of protectionism in a rough rumble-and-tumble to determine the future of our nation's traders. Free-traders argue that goods must be allowed to freely cross all borders, while protectionists argue that our nation's fragile industries need protection from dangerous foreign competition threatening to undo them. Which path will $COUNTRY$ tread, as it decides on: Free trade, or Protectionism?;;;;;;;;;;;;; +EVTOPTA999000;Our trade must be protected from destructive foreign competition!;;;;;;;;;;;;; +EVTOPTB999000;Let the debate take its own course, and let the chips fall where they may!;;;;;;;;;;;;; +EVTOPTC999000;Freedom of trade shall not perish from this Earth!;;;;;;;;;;;;; +EVTNAME999001;National Debate: Economic Policy;;;;;;;;;;;;; +EVTDESC999001;The debate had been going on for several hours, when a candidate stepped forward and presented arguments for their cause which silenced all opponents.;;;;;;;;;;;;; +EVTOPTA999001;Decisive arguments for Laissez Faire.;;;;;;;;;;;;; +EVTOPTB999001;Decisive arguments for Interventionism.;;;;;;;;;;;;; +EVTOPTC999001;Decisive arguments for State Capitalism.;;;;;;;;;;;;; +EVTOPTD999001;Decisive arguments for Planned Economy.;;;;;;;;;;;;; +EVTNAME999002;National Debate: Religious Policy;;;;;;;;;;;;; +EVTDESC999002;'The morality and virtue of our people have started to decline!' This statement caused much stir among the debaters of toleration and religious plurality. They have started to question the country's view on religion.;;;;;;;;;;;;; +EVTOPTA999002;There are no Gods!;;;;;;;;;;;;; +EVTOPTB999002;Religion is not a political issue!;;;;;;;;;;;;; +EVTOPTC999002;Let the people have their faith.;;;;;;;;;;;;; +EVTOPTD999002;There is one faith and one faith only!;;;;;;;;;;;;; +EVTNAME999003;National Debate: Citizenship Policy;;;;;;;;;;;;; +EVTDESC999003;Two debaters are arguing heatedly about their views. The rest of the hall sits dumbfounded when words like aliens, minorities, ethnic and cultural groups are thrown between the two. One wish that immigrants should adapt to the dominant culture while the other believes that they should retain their cultural heritage.;;;;;;;;;;;;; +EVTOPTA999003;Give them residency.;;;;;;;;;;;;; +EVTOPTB999003;We need to limit their citizenship.;;;;;;;;;;;;; +EVTOPTC999003;Let them have full citizenship.;;;;;;;;;;;;; +EVTNAME999004;National Debate: War Policy;;;;;;;;;;;;; +EVTDESC999004;Patriots and pacifists are fighting in the town house, using words to hurt and kill their enemies. A long since dead and buried dispute between $COUNTRY$ and its neighbour has once again shown its ugly head. Patriots wish to invade the country while pacifists believe that there are other ways to resolve the dispute.;;;;;;;;;;;;; +EVTOPTA999004;We are patriots and we are going to fight for our country!;;;;;;;;;;;;; +EVTOPTB999004;Violence can be used, but in this situation it would be meaningless.;;;;;;;;;;;;; +EVTOPTC999004;War between countries is never good.;;;;;;;;;;;;; +EVTOPTD999004;This can be solved without violence.;;;;;;;;;;;;; +EVTNAME999010;The Political Campaign Of $YEAR$;;;;;;;;;;;;; +EVTDESC999010;The $COUNTRY_ADJ$ political parties have begun a nationwide election campaign. So far, the effects have been quite limited, but in the end, one party will gain the upper hand. Advisors state that we could try to influence the outcome ourselves.;;;;;;;;;;;;; +EVTOPTA999010;Support the Conservative parties!;;;;;;;;;;;;; +EVTOPTB999010;Support the Reactionary parties!;;;;;;;;;;;;; +EVTOPTC999010;Support the Liberal parties!;;;;;;;;;;;;; +EVTOPTD999010;Let the campaigns take their course and do not intervene.;;;;;;;;;;;;; +EVTOPTE999011;Support the Anarcho-Liberal parties!;;;;;;;;;;;;; +EVTOPTF999012;Support the Socialist parties!;;;;;;;;;;;;; +EVTOPTG999014;Support the Communist parties!;;;;;;;;;;;;; +EVTOPTH999015;Support the Fascist parties!;;;;;;;;;;;;; +EVTNAME999020;Calm Elections;;;;;;;;;;;;; +EVTDESC999020;The remaining election campaign of $YEAR$ has been unusually quiet. The political parties have had no pressing issues which have gripped the country's attention, and the election seems to be passing without any national debates or events.;;;;;;;;;;;;; +EVTOPTA999020;There shall be peace and quite in our time.;;;;;;;;;;;;; +EVTNAME999021;Violent Elections;;;;;;;;;;;;; +EVTDESC999021;The election campaign of $YEAR$ has been unusually violent. Only a few days after the campaign had begun, the first incidents started. Strikes occurred in several large factories, with incidents of street fighting in most major cities. Paramilitary groups have threatened voters of opposing ideologies, while radicals have staged attacks on political enemies. The $COUNTRY_ADJ$ police are tirelessly to get the situation under control, but it looks as if $COUNTRY$ is in for a contentious election.;;;;;;;;;;;;; +EVTOPTA999021;Outrageous!;;;;;;;;;;;;; +EVTNAME999022;Riots!;;;;;;;;;;;;; +EVTDESC999022;The tensions from the current election campaign have escalated, with disorder spreading fast in $CAPITAL$ and spreading elsewhere. Advisors are recommending that the military be brought into the capital to restore order, though doing so will only contain the violence at best.;;;;;;;;;;;;; +EVTOPTA999022;Send in the army. Order must be restored.;;;;;;;;;;;;; +EVTOPTB999022;Let the riots play their course.;;;;;;;;;;;;; +EVTNAME999030;Surge Of Socialism;;;;;;;;;;;;; +EVTDESC999030;It looks like the socialists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTOPTA999030;We will have an eye on this.;;;;;;;;;;;;; +EVTNAME999031;Surge Of Communism;;;;;;;;;;;;; +EVTDESC999031;It looks like the communists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTOPTA999031;We will have an eye on this.;;;;;;;;;;;;; +EVTNAME999032;Surge Of Fascism;;;;;;;;;;;;; +EVTDESC999032;It looks like the fascists have a talent in the current election to find the right words when and where they are needed: All over$COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTOPTA999032;We will have an eye on this.;;;;;;;;;;;;; +EVTNAME999033;Surge Of Liberalism;;;;;;;;;;;;; +EVTDESC999033;It looks like the liberals have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTNAME999034;The Anarcho-Liberals;;;;;;;;;;;;; +EVTDESC999034;It looks like the anarcho liberals, a group of radicals who have taken the liberal ideals to their extreme, have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTNAME999035;The Social Liberals;;;;;;;;;;;;; +EVTDESC999035;A new breed of $COUNTRY_ADJ$ liberals has become very active in the current election -- educated liberals who believe equally in both social and political reform. They have been actively campaigning for people to support both, and have been attracting a lot of attention.;;;;;;;;;;;;; +EVTNAME999036;Reactionary Surge;;;;;;;;;;;;; +EVTDESC999036;There are a large number of people, particularly among the ruling elite of $COUNTRY$, who believe that liberal attitudes have been responsible for all of the country's ills. They advocate controls on immigration and a repeal of voting rights. They also appear to have charismatic speakers, for they seem to be gathering a lot of attention in the current election.;;;;;;;;;;;;; +EVTNAME999037;Surge of Conservatism;;;;;;;;;;;;; +EVTDESC999037;It looks like the conservatives have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;; +EVTNAME999040;National Debate: Voting Rights;;;;;;;;;;;;; +EVTDESC999040;'Why should only the rich be allowed to vote? We also pay taxes, so why shouldn't we have something to say in politics?' \n\nThe industrial revolution has empowered the middle class. More and more businessmen are making more and more money. It seems only natural that they demand voting rights.;;;;;;;;;;;;; +EVTOPTA999040;They are right - support their reform.;;;;;;;;;;;;; +EVTOPTB999040;Voting rights for the middle class? Nay!;;;;;;;;;;;;; +EVTOPTC999040;A reform is long past due - issue a new voting right.;;;;;;;;;;;;; +EVTNAME999041;Voting Rights Discussion;;;;;;;;;;;;; +EVTDESC999041;'...and mind you, we even pay way higher taxes then they do! Still, their votes are worth more than ours - I ask you: is that really fair?' While being allowed to vote, the middle class feels diminished by the current weighted voting rights, and the subject has been repeatedly raised in the current election.;;;;;;;;;;;;; +EVTOPTA999041;Sounds like a good idea, I guess.;;;;;;;;;;;;; +EVTOPTB999041;Stop these ungrateful wretches!;;;;;;;;;;;;; +EVTOPTC999041;We shall do this right away!;;;;;;;;;;;;; +EVTNAME999042;Voting Rights Discussion;;;;;;;;;;;;; +EVTDESC999042;'Why is everyone trying to keep us out of politics? Because we are uneducated? They call us minors, but that is a lie! Our sweet and toil has brought the nation forward! We have waited long enough - now we demand our just due!' \n\nThe subject of voting rights for the poor has been repeatedly raised in the current election.;;;;;;;;;;;;; +EVTOPTA999042;Better late then never.;;;;;;;;;;;;; +EVTOPTB999042;Better never than ever.;;;;;;;;;;;;; +EVTOPTC999042;Better now than later.;;;;;;;;;;;;; +EVTNAME999043;Voting Rights Discussion;;;;;;;;;;;;; +EVTDESC999043;'We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the Pursuit of Happiness. That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed' \n - Thomas Jefferson;;;;;;;;;;;;; +EVTOPTA999043;A rightful initiative.;;;;;;;;;;;;; +EVTOPTB999043;Enough is enough! Stop that nonsense!;;;;;;;;;;;;; +EVTOPTC999043;Equal votes for equal chances - NOW!;;;;;;;;;;;;; +EVTNAME999044;Right In The Face;;;;;;;;;;;;; +EVTDESC999044;'They have beaten me, again and again. Why? Because I am a proud citizen who will speak the truth! I don't believe that the ruling party will save us. And my weapon is logic, but theirs is the stick.'\n\nThe issue of political party harassment has been repeatedly raised in the current election.;;;;;;;;;;;;; +EVTOPTA999044;This has to stop!;;;;;;;;;;;;; +EVTOPTB999044;There is no need to change the system.;;;;;;;;;;;;; +EVTNAME999045;Election Fraud!;;;;;;;;;;;;; +EVTDESC999045;'Why are they allowed to change the rules during an election? Drawing random borders to scatter those who won't vote for them is not fair. It is fraud, I tell you! They divided our district between four others, because they knew how we would vote. FRAUD! That's what it is, I tell you!'\n\nThe issue of voter district gerrymandering has been repeatedly raised in the current election.;;;;;;;;;;;;; +EVTOPTA999045;You are right, we have to do something.;;;;;;;;;;;;; +EVTOPTB999045;Want me to play the world's smallest violin?;;;;;;;;;;;;; +EVTNAME999046;Request For Privacy;;;;;;;;;;;;; +EVTDESC999046;'Why does everyone stare at me when I make my vote? Do they really need to know? It is not like I am committing a crime or something, I simply want to vote in peace. Without having half of the polling station looking at me, that is.';;;;;;;;;;;;; +EVTOPTA999046;I guess some privacy would be in order.;;;;;;;;;;;;; +EVTOPTB999046;What's next? Blindfolds?;;;;;;;;;;;;; +EVTNAME999049;National Debate: Unemployment;;;;;;;;;;;;; +EVTDESC999049;The election is almost over, but liberals and socialists are still arguing about the current state of affairs. Unemployment is a problem, but both sides have decisive arguments for what they think has to be done.;;;;;;;;;;;;; +EVTOPTA999049;The liberals are right!;;;;;;;;;;;;; +EVTOPTB999049;The socialists are right!;;;;;;;;;;;;; +EVTOPTC999049;Do not get involved in the debate.;;;;;;;;;;;;; +EVTNAME999050;Unemployment Issues;;;;;;;;;;;;; +EVTDESC999050;Unemployment is still an important issue in $COUNTRY$, but all our recent attempts to crate new jobs have failed. During the election of $YEAR$, communists and fascists argued that their dogma is the only one that will give work to the people.;;;;;;;;;;;;; +EVTOPTA999050;Communism is our only hope!;;;;;;;;;;;;; +EVTOPTB999050;Fascism is our only hope!;;;;;;;;;;;;; +EVTOPTC999050;Social reform can be achieved without radicalism.;;;;;;;;;;;;; +EVTOPTD999049;Do not get involved in the debate.;;;;;;;;;;;;; +EVTNAME999055;The Child Labor Issue;;;;;;;;;;;;; +EVTDESC999055;A recent mine accident that led to the deaths of five children, all labourers working under the $COUNTRY_ADJ$ child labor laws, has led to a national debate over the issue. Children wearing protest signs have shown up at political debates, causing quite a stir and raising the question over whether the government should consider reform.;;;;;;;;;;;;; +EVTNAME999056;The Rights of Minorities;;;;;;;;;;;;; +EVTDESC999056;A demonstration by minorities in $CAPITAL$, denouncing the fact that 'universal suffrage' in $COUNTRY$ does not include them, has drawn attention throughout the country and sparked debates over whether minorities should be given the right to vote. Reactionaries are incensed at the idea, claiming that only 'true' $COUNTRY_ADJ$ citizens should decide its government.;;;;;;;;;;;;; +EVTNAME999057;The Immigration Issue;;;;;;;;;;;;; +EVTDESC999057;Immigration has long been a thorny issue in $COUNTRY$, with many citizens maintaining the opinion that allowing too many foreigners into the country leads to chaos and unemployment. $COUNTRY$ should be for the $COUNTRY_ADJ$ people, and no others. Despite this, the plight of immigrants who are longing to be reunited with family currently located elsewhere has received a great deal of attention in the current election. There have been demonstrations by liberals in $CAPITAL$ calling for immigration reform.;;;;;;;;;;;;; +EVTNAME999060;War Dominates the Election;;;;;;;;;;;;; +EVTDESC999060;So far the war has dominated talk in the election, with a number of jingoistic politicians rousing the people with fiery speeches. 'We must protect $COUNTRY$!', they cry. '$COUNTRY$ must be mighty!' It seems they are being listened to, as so far they have enjoyed success throughout the country.;;;;;;;;;;;;; +EVTNAME999061;Talk of War;;;;;;;;;;;;; +EVTDESC999061;While $COUNTRY$ is not currently at war, there are those who think it should be. 'They are ripe for the picking, and $COUNTRY$ must strike now! While we are strong!' They are referring to one of our hated neighbors, who some jingoists feel should be a target for expansion. Permitting such talk will make us look aggressive to the international community, however, though it may also be an opportunity of which to take advantage.;;;;;;;;;;;;; +EVTNAME999065;The Slavery Debate;;;;;;;;;;;;; +EVTDESC999065;A recent incident involving the death of several slaves at the hands of their owner has gained national attention in the $COUNTRY_ADJ$ election, with both sides pouncing on the debate. Abolitionists say that this is but one more example of slavery being responsible for the inhumane treatment of one's fellow man. Proponents claim this is a matter for the courts to resolve, and accuse the Abolitionists of stirring up an isolated incident.;;;;;;;;;;;;; +EVT880130OPTA;Outrageous!;;;;;;;;;;;;; +EVT880200OPTA;A bad way to start an election.;;;;;;;;;;;;; +EVT880210OPTA;Things do not bode well.;;;;;;;;;;;;; +EVT800066OPTA;This is for the best.;;;;;;;;;;;;; +EVT800066OPTB;This is unnecessary.;;;;;;;;;;;;; +EVT800067OPTA;We accept $FROMCOUNTRY$'s proposal.;;;;;;;;;;;;; +EVT800067OPTB;We are not interested.;;;;;;;;;;;;; +EVT800075OPTA;Call for the summit.;;;;;;;;;;;;; +EVT800076OPTA;We are eager to attend the summit.;;;;;;;;;;;;; +EVT800076OPTB;We will go, but we promise nothing.;;;;;;;;;;;;; +EVT800076OPTC;We're not interested right now.;;;;;;;;;;;;; +EVT800077OPTA;Wonderful news!;;;;;;;;;;;;; +EVT800078OPTA;Maybe next time.;;;;;;;;;;;;; +EVT800080OPTA;An insult?;;;;;;;;;;;;; +EVT800084OPTA;This was not our intent.;;;;;;;;;;;;; +EVT800084OPTB;They have only themselves to blame.;;;;;;;;;;;;; +EVT800088OPTA;Not good enough!;;;;;;;;;;;;; +EVT800088OPTB;That will have to do.;;;;;;;;;;;;; +EVT800089OPTA;They will learn their error.;;;;;;;;;;;;; +EVT800089OPTB;We will not be provoked.;;;;;;;;;;;;; +EVT800090OPTA;We shall see.;;;;;;;;;;;;; +EVT800091OPTA;Good.;;;;;;;;;;;;; +EVT800092OPTA;Let them come!;;;;;;;;;;;;; +EVT800093OPTA;Too bad.;;;;;;;;;;;;; +EVT800094OPTA;This could be trouble.;;;;;;;;;;;;; +EVT800094OPTB;Try to make amends.;;;;;;;;;;;;; +EVT800098OPTA;It's unfortunate.;;;;;;;;;;;;; +EVTNAME31510;A Greater Austrian Destiny?;;;;;;;;;;;;; +EVTDESC31510;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who say Austria's unquestioned dominance obligates it to unite Greater Germany under a single flag. Still others say that, no, Austria already has its own name and empire, one that stretches over many cultures who would never welcome becoming more dominated by the Germans... not to mention that a Greater Germany would alarm the powers of Europe to such a degree it would almost surely herald a war. Thus the question arises: what shall our path be?;;;;;;;;;;;;; +EVTNAME31511;Limited Autonomy for $COUNTRY$;;;;;;;;;;;;; +EVTDESC31511;We have been granted limited self-government by $FROMCOUNTRY$, in the interest of gaining our acquiescence to their formation of a Greater Germany. There are those within $COUNTRY$ who object, saying that being a German vassal is no better than what we enjoyed previously. But it is something.;;;;;;;;;;;;; +EVTNAME31515;The Greater Germany Question;;;;;;;;;;;;; +EVTDESC31515;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering that non-German cultures within Austria would never accept dominance by such a union, and that it would alarm European powers to an unprecedented degree, we have to wonder where our path should now lie?;;;;;;;;;;;;; +EVTNAME31516;$FROMCOUNTRY$ Petitions to Join Germany;;;;;;;;;;;;; +EVTDESC31516;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. They do so with the full intent of incorporating not only their German-speaking territories, but also any lands they own belonging to other cultures. While such a Greater Germany would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would almost certainly object to such a union, not to mention the fact that the non-Germany cultures would likely rebel against our dominance.;;;;;;;;;;;;; +EVTNAME31518;$FROMCOUNTRY$ Refuses German Unity!;;;;;;;;;;;;; +EVTDESC31518;There has been much talk in $CAPITAL$ in recent days of possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk was finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. There are those within the $COUNTRY_ADJ$ government, however, who believe this is unacceptable. While it would undoubtedly destroy our relationship with $FROMCOUNTRY$ and upset the powers of Europe, laying a claim to the German-speaking parts of $FROMCOUNTRY$ is a possibility.;;;;;;;;;;;;; +EVTDESC31519;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. Their only stipulation on the union is that their non-German states be incorporated as self-governing regions, no doubt to minimize the objection of European powers -- though there are those who believe the European powers will be unhappy with such an arrangement even so.;;;;;;;;;;;;; +EVTNAME31521;The Dissolution of $COUNTRY$;;;;;;;;;;;;; +EVTDESC31521;Austria is no more. With Vienna gone and what remains of the Empire a disarray of governments unwilling to maintain their cohesion without an Austrian government to hold it together, the nation has split apart at the seams. Whole portions of the Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;; +EVTDESC31530;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering such a union could alarm the powers of Europe to a great degree, we have to wonder where our path should now lie?;;;;;;;;;;;;; +EVTDESC31531;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. While such a nation would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would likely object to such a union. Is Greater Germany worth the possibility of war?;;;;;;;;;;;;; +EVT31510OPTA;We will give up nothing to form Germany.;;;;;;;;;;;;; +EVT31510OPTB;Give limited autonomy to our non-German states.;;;;;;;;;;;;; +EVT31510OPTC;Give independence to our non-German states.;;;;;;;;;;;;; +EVT31510OPTD;$COUNTRY$ has no interest in becoming Germany.;;;;;;;;;;;;; +EVT31511OPTA;Excellent!;;;;;;;;;;;;; +EVTNAME31512;Independence From $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC31512;We have been granted full independence by $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT31515OPTA;We will join Greater Germany, no matter what.;;;;;;;;;;;;; +EVT31515OPTB;We shall give our non-German states independence before joining Germany.;;;;;;;;;;;;; +EVT31515OPTC;Our path does not lie with Germany.;;;;;;;;;;;;; +EVT31516OPTA;Greater Germany, all of it, is our destiny.;;;;;;;;;;;;; +EVT31516OPTB;$FROMCOUNTRY$'s non-German states will first have independence.;;;;;;;;;;;;; +EVT31516OPTC;Such a union is too risky. We refuse their offer.;;;;;;;;;;;;; +EVTDESC31517;We have been granted independence from $FROMCOUNTRY$!;;;;;;;;;;;;; +EVT31518OPTA;Greater Germany is our destiny.;;;;;;;;;;;;; +EVT31518OPTB;We will accept the $FROMCOUNTRY_ADJ$ decision.;;;;;;;;;;;;; +EVT31519OPTA;We agree to $FROMCOUNTRY_ADJ$'s conditions for joining Germany.;;;;;;;;;;;;; +EVT31519OPTB;We refuse their offer.;;;;;;;;;;;;; +EVTNAME31520;Unification with Germany;;;;;;;;;;;;; +EVTDESC31520;$FROMCOUNTRY$ has accepted our proposal.;;;;;;;;;;;;; +EVT31521OPTA;Oh no!;;;;;;;;;;;;; +EVTNAME31522;The Breakup of $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC31522;With the dissolution of Austria, a number of our territories have declared their intent to return to $COUNTRY_ADJ$ rule.;;;;;;;;;;;;; +EVT31522OPTA;We welcome their return.;;;;;;;;;;;;; +EVTDESC31523;With the dissolution of Austria, we have finally been released from their rule.;;;;;;;;;;;;; +EVT31523OPTA;It's about time!;;;;;;;;;;;;; +EVTDESC31526;We have gained our independence at last.;;;;;;;;;;;;; +EVT31530OPTA;We will petition to join Germany.;;;;;;;;;;;;; +EVT31531OPTA;Such a union is too risky.;;;;;;;;;;;;; +EVTNAME800098;$COUNTRY_ADJ$ Citizens Attacked in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC800098;Several of our country's citizens have been attacked in the capital of $FROMCOUNTRY$, an incident spurred on by the severe differences between our country's ideology and theirs. The $FROMCOUNTRY_ADJ$ has been extremely reluctant to admit any involvement in the affair, and our relations have been hurt as a result.;;;;;;;;;;;;; +EVTNAME2560;The Buffer State;;;;;;;;;;;;; +EVTDESC2560;This so-called 'buffer state' will not stop us.;;;;;;;;;;;;; +EVT2560OPTA;Enough is enough.;;;;;;;;;;;;; +EVTNAME2600;$STATENAME$ Integration;;;;;;;;;;;;; +EVTDESC2600;$COUNTRY$ has maintained control over $STATENAME$ for us to consider the possibility of integrating it into $COUNTRY$ as a whole. There are $COUNTRY_ADJ$ flags waving in $PROVINCENAME$, flown by $COUNTRY_ADJ$ citizens, so it does not seem so far-fetched an idea that $STATENAME$ be eventually considered $COUNTRY_ADJ$ territory by the world at large.;;;;;;;;;;;;; +EVTNAME2605;$PROVINCENAME$ Integrated into $COUNTRY$;;;;;;;;;;;;; +EVTDESC2605;$COUNTRY$ has controlled $PROVINCENAME$ for a long time -- long enough for those within $PROVINCENAME$ to truly consider themselves $COUNTRY_ADJ$ citizens, and for the rest of the world to consider the $COUNTRY_ADJ$ claim to the province to be legitimate as well. Though there are still some unhappy with the development, $PROVINCENAME$ is now considered an integral part of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME2610;$STATENAME$ Assimilation;;;;;;;;;;;;; +EVTDESC2610;$STATENAME$ is considered $COUNTRY_ADJ$ territory -- that is only in dispute by those neighbors who still have recognized claims on the area, and who maintain that many within $STATENAME$ consider themselves citizens of their country and not ours. The first step in rendering their claim invalid would be to enact a policy that encourages the assimilation of all people within $STATENAME$... they should be $COUNTRY_ADJ$ citizens, and hold no other nationality above ours.;;;;;;;;;;;;; +EVTNAME2611;Assimilation Policies Rescinded;;;;;;;;;;;;; +EVTDESC2611;With the new government in power and its more liberal views on minorities within $COUNTRY$, the policies of assimilation that attempted to stamp out minorities of other nationalities have all been rescinded. There are those within the $COUNTRY_ADJ$ military who warn that this is a dangerous idea, and that allowing these foreign identities to perpetuate will only lead to further conflict with our neighbors -- but, for now, their voices have been ignored.;;;;;;;;;;;;; +EVTNAME2615;Flags Burned in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC2615;A demonstration in $PROVINCENAME$ turned violent as minorities held up $COUNTRY_ADJ$ flags and burned them -- a demonstration of their rejection of our attempts to assimilate them into $COUNTRY$. Authorities broke up the demonstration, but there continues to be a growing discontent in the area. The turmoil has even spread to other citizens, who have begun calling on the $COUNTRY_ADJ$ government to end its assimilation policies and let the minority groups be.;;;;;;;;;;;;; +EVTNAME2616;Incident in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC2616;The recent arrest of a foreign national in $PROVINCENAME$ has led to a diplomatic incident. Many of the minorities within $PROVINCENAME$ claim that the man was arrested solely because he opposed the $COUNTRY_ADJ$ assimilation policies, and was trying to spread word of a peaceful resistance. The $COUNTRY_ADJ$ authorities say the man's interest was not peaceful in the least, and they suspect he in fact works for one of our neighbors with a claim on $PROVINCENAME$. Whatever the truth, the reaction has not been peaceful in the least -- riots are expected, and authorities say to be wary of rebellion in the area.;;;;;;;;;;;;; +EVTNAME2620;Flags Flying in $PROVINCENAME$!;;;;;;;;;;;;; +EVTDESC2620;A parade has recently taken place in $PROVINCENAME$, with the $COUNTRY_ADJ$ flag flying high -- and being held by people who, until very recently, likely wouldn't have considered themselves $COUNTRY_ADJ$ citizens at all. $PROVINCENAME$ is still claimed by another country, but the acceptance of $PROVINCENAME$'s people is going a long way towards making elimination of that an inevitable fact.;;;;;;;;;;;;; +EVTNAME2625;$PROVINCENAME$ Assimilated!;;;;;;;;;;;;; +EVTDESC2625;The $COUNTRY_ADJ$ flag is the only one that can now be found flying in the streets of $PROVINCENAME$. At long last, it can be considered $COUNTRY_ADJ$ and only $COUNTRY_ADJ$ territory. Even those who are members of other cultures no longer consider themselves truly part of our neighbors -- much as those neighbors might be unhappy with the situation.;;;;;;;;;;;;; +EVTNAME2626;Claims in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC2626;$FROMCOUNTRY$ continues to hold some of our lands, lands which until today have always been considered part of $COUNTRY_ADJ$ national territory. A $FROMCOUNTRY_ADJ$ program of assimilation has succeeded, however, in weaning our own people away from any feeling as if this true. They no longer consider themselves $COUNTRY_ADJ$, and indeed the international community appears to agree with them.;;;;;;;;;;;;; +EVTNAME2650;$FROMCOUNTRY_ADJ$ Lands;;;;;;;;;;;;; +EVTDESC2650;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to them -- and only the ones that belong to them.;;;;;;;;;;;;; +EVTNAME2651;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;; +EVTDESC2651;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to another nation -- but only those lands.;;;;;;;;;;;;; +EVTNAME2660;Our Lands Returned;;;;;;;;;;;;; +EVTDESC2660;As a result of the treaty with $FROMCOUNTRY$, some of $COUNTRY$'s lands are to be returned. We are, however, only entitled to those lands over which we have a claim. Any others should, by all rights, be returned to $FROMCOUNTRY$. \n\n§RNOTE: If you took $FROMCOUNTRY_ADJ$ core provinces which are not also your own core provinces in this war, enacting the 'return' option will give those lands back. Be careful!§W;;;;;;;;;;;;; +EVT2600OPTA;We should begin integrating $STATENAME$.;;;;;;;;;;;;; +EVT2600OPTB;Let $STATENAME$ remain separate, for now.;;;;;;;;;;;;; +EVTNAME2601;Integration Cancelled in $STATENAME$;;;;;;;;;;;;; +EVTDESC2601;There is no longer a need to justify a claim in $STATENAME$, since it already exists.;;;;;;;;;;;;; +EVT2601OPTA;So be it.;;;;;;;;;;;;; +EVT2605OPTA;Long live $COUNTRY$!;;;;;;;;;;;;; +EVT2610OPTA;Begin assimilating $STATENAME$.;;;;;;;;;;;;; +EVT2610OPTB;This will only cause more conflict.;;;;;;;;;;;;; +EVT2611OPTA;So be it!;;;;;;;;;;;;; +EVTNAME2612;Assimilation Cancelled in $STATENAME$;;;;;;;;;;;;; +EVTDESC2612;There is no longer a need for the assimilation policies currently underway in $STATENAME$.;;;;;;;;;;;;; +EVT2612OPTA;It was worth the effort.;;;;;;;;;;;;; +EVT2615OPTA;The assimilation must continue!;;;;;;;;;;;;; +EVT2615OPTB;Abandon assimilation in $STATENAME$.;;;;;;;;;;;;; +EVT2616OPTA;Unfortunate.;;;;;;;;;;;;; +EVT2620OPTA;Well done, $PROVINCENAME$!;;;;;;;;;;;;; +EVT2626OPTA;There is nothing we can do.;;;;;;;;;;;;; +EVT2626OPTB;We will not stand for this!;;;;;;;;;;;;; +EVT2650OPTA;Damn.;;;;;;;;;;;;; +EVTDESC98900;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger South African colonial administration.;;;;;;;;;;;;; +EVTDESC98905;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger colonial administration of Rupert's Land.;;;;;;;;;;;;; +EVT2660OPTA;Only keep territories with our cores. Return the rest.;;;;;;;;;;;;; +EVT2660OPTB;We will keep everything we've gained.;;;;;;;;;;;;; +EVT98800OPTA;An excellent development!;;;;;;;;;;;;; +EVTNAME98300;War-Time Election;;;;;;;;;;;;; +EVTDESC98300;As the $COUNTRY_ADJ$ election begins, the people are all too keenly aware that the nation exists in a state of war. Debates in $CAPITAL$ rage over the state of the war, though the overwhelming feeling is that now more than ever citizens should be supporting the $COUNTRY_ADJ$ government. Still, there are some who believe that now is the perfect time for change.;;;;;;;;;;;;; +EVTNAME98301;Violent Elections;;;;;;;;;;;;; +EVTDESC98301;As the $COUNTRY_ADJ$ election begins, there is a general sense that things are not going to proceed smoothly. A sense of change is in the air, and while not everyone wants that change it seems there are many who have leapt upon the election as a chance to make it happen. A recent riot in $CAPITAL$ was only barely kept under control, and debates elsewhere in $COUNTRY$ are threatening to erupt into further violence as neither side is willing to budge.;;;;;;;;;;;;; +EVTNAME98302;Anger Against the Government;;;;;;;;;;;;; +EVTDESC98302;$COUNTRY$ has its share of problems -- and as the current election gets underway, there is a sense among many that the current government is to blame. Justified or not, that anger has instilled a sense that a regime change may be in the offing. Those who previously had never considered voting for any other party than the one in power are now considering doing just that.;;;;;;;;;;;;; +EVTNAME98303;Contentious Election;;;;;;;;;;;;; +EVTDESC98303;As the $COUNTRY_ADJ$ election gets underway, it becomes clear it will be a contentious one. The issues are clear and the battle lines between parties drawn, and there are those who believe that while violence may not be the result the toppling of the current $COUNTRY_ADJ$ regime could be.;;;;;;;;;;;;; +EVTNAME98304;Government Supporters Rally;;;;;;;;;;;;; +EVTDESC98304;With the $COUNTRY_ADJ$ election underway, supporters of the current regime have rallied in $CAPITAL$. They claim that stability is required to deal with the problems facing $COUNTRY$, and are actively trying to shout down opposition. Whether this will mean a victory in the current election is unknown.;;;;;;;;;;;;; +EVTNAME98305;Orderly Election;;;;;;;;;;;;; +EVTDESC98305;The $COUNTRY_ADJ$ election is underway, and so far has proceeded smoothly. Debates are being carried out in the usual manner, and there are no reports of violence in $CAPITAL$ or elsewhere. Supporters of the ruling regime have turned out in force, as have the hopefuls seeking to defeat the current government.;;;;;;;;;;;;; +EVTNAME98310;Conservatives Declare Victory!;;;;;;;;;;;;; +EVTDESC98310;The $COUNTRY_ADJ$ election has ended, with the leader of the conservative party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98311;Socialists Declare Victory!;;;;;;;;;;;;; +EVTDESC98311;The $COUNTRY_ADJ$ election has ended, with the leader of the socialist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98312;Liberals Declare Victory!;;;;;;;;;;;;; +EVTDESC98312;The $COUNTRY_ADJ$ election has ended, with the leader of the liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98313;Communists Declare Victory!;;;;;;;;;;;;; +EVTDESC98313;The $COUNTRY_ADJ$ election has ended, with the leader of the communist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98314;Fascists Declare Victory!;;;;;;;;;;;;; +EVTDESC98314;The $COUNTRY_ADJ$ election has ended, with the leader of the fascist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98315;Reactionaries Declare Victory!;;;;;;;;;;;;; +EVTDESC98315;The $COUNTRY_ADJ$ election has ended, with the leader of the reactionary party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98316;Anarcho-Liberals Declare Victory!;;;;;;;;;;;;; +EVTDESC98316;The $COUNTRY_ADJ$ election has ended, with the leader of the anarcho-liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVTNAME98317;Social Liberals Declare Victory!;;;;;;;;;;;;; +EVTDESC98317;The $COUNTRY_ADJ$ election has ended, with the leader of the social liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;; +EVT98300OPTA;We must maintain stability even in a time of war.;;;;;;;;;;;;; +EVT98301OPTA;This is unfortunate.;;;;;;;;;;;;; +EVT98302OPTA;We shall see.;;;;;;;;;;;;; +EVT98310OPTA;The $COUNTRY_ADJ$ people have spoken.;;;;;;;;;;;;; +EVTNAME11380019;Constitutional Crisis;;;;;;;;;;;;; +EVTDESC11380019;In a surprise election win, the fascists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the fascists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380020;In a surprise election win, the communists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the communists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380021;In a surprise election win, the anarcho-liberals have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse these radical republicans their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;; +EVTDESC11380022;In a surprise election win, the communists have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: the communists cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;; +EVTDESC11380023;In a surprise election win, the anarcho-liberals have taken power in the government -- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: these radical republicans cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;; +EVT11380022OPTA;This cannot be allowed. The Liberals shall rule instead.;;;;;;;;;;;;; +EVT11380022OPTB;This cannot be allowed. The Conservatives shall rule instead.;;;;;;;;;;;;; +EVT11380022OPTC;This cannot be allowed. The Socialists shall rule instead.;;;;;;;;;;;;; +EVT11380022OPTD;Enough is enough. The people clearly cannot be trusted to do what is best for $COUNTRY$.;;;;;;;;;;;;; +EVT999060OPTA;We will encourage the jingoists.;;;;;;;;;;;;; +EVT999060OPTB;We've no reason to get involved.;;;;;;;;;;;;; +EVT999060OPTC;That's enough of this rabble-rousing.;;;;;;;;;;;;; +EVT999065OPTA;Support the Abolitionists.;;;;;;;;;;;;; +EVT999065OPTB;Let the debate take its course.;;;;;;;;;;;;; +EVT999065OPTC;We will not reform the slavery laws.;;;;;;;;;;;;; +EVT80121OPTA;The rebels must be destroyed!;;;;;;;;;;;;; +EVT80123OPTA;But for how long?;;;;;;;;;;;;; +EVT80125OPTA;The rebels must be destroyed!;;;;;;;;;;;;; +EVT80125OPTB;Out with the Manchu!;;;;;;;;;;;;; +EVT80126OPTA;Victory is ours!;;;;;;;;;;;;; +EVT80120OPTA;Send in troops to quell the violence.;;;;;;;;;;;;; +EVT80120OPTB;We will tolerate this for now.;;;;;;;;;;;;; +EVTNAME80120;Hui Unrest in $STATENAME$;;;;;;;;;;;;; +EVTDESC80120;Though tolerant of religious practices, the Hui Muslims in $PROVINCENAME$ are resentful of discrimination by the Qing government. Unrest in the province has stirred up anti-Manchu sentiment, even among non-Muslims. The violence is threatening to spread throughout all of $STATENAME$.;;;;;;;;;;;;; +EVTNAME80121;Panthay Rebellion;;;;;;;;;;;;; +EVTDESC80121;Have Peace with Han Chinese! \n Down with Qing court! \n\nA rebellion has erupted in the southern province of Yunnan, led by a rebel named Du Wenxiu. Foreign ambassadors are calling this event the "Panthay Rebellion", a revolt from the Muslims in Yunnan. The man's forces have already captured Dali and driven out the Qing governor, forcing our government to deal with the matter directly.;;;;;;;;;;;;; +EVTNAME80122;Panthay Rebellion Crushed;;;;;;;;;;;;; +EVTDESC80122;With Qing forces marching into Kunming, the Panthay Rebellion is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;; +EVTNAME80123;Panthay Rebellion Victorious!;;;;;;;;;;;;; +EVTDESC80123;We have driven the hated Manchu from Yunnan. At last, victory is ours!;;;;;;;;;;;;; +EVTNAME80125;Dungan Revolt;;;;;;;;;;;;; +EVTDESC80125;With Muslim-led unrest existing throughout the province of Xinjiang, a Tajik adventurer by the name of Yaqub Beg has led rebels to seize the capital of Kashgar and has driven Qing governors away. The situation in the frontier appears to be out of hand, with these Muslims having declared an independent state and full Jihad against the Emperor. This rebellion against our rule is being refereed to as the Dungan Revolt by the Amban of Xinjiang.;;;;;;;;;;;;; +EVTNAME80126;Dungan Revolt Crushed;;;;;;;;;;;;; +EVTDESC80126;With Qing forces marching into Kashgar, the Dungan Revolt is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;; +EVTNAME80127;Dungan Revolt Victorious!;;;;;;;;;;;;; +EVTDESC80127;We have driven the hated Manchu from Kashgaria. At last, victory is ours!;;;;;;;;;;;;; +EVT90904OPTA;This cannot be borne!;;;;;;;;;;;;; +EVT90904OPTB;Allow them to leave. We will not oppose them.;;;;;;;;;;;;; +EVTNAME90904;The $FROMCOUNTRY_ADJ$ Rebellion;;;;;;;;;;;;; +EVTDESC90904;Perhaps $FROMCOUNTRY$ has grown beyond our ability to control them? They have been far more welcoming of western ways, to the point that now they consider themselves 'civilized' and on par with the barbarians outside of $COUNTRY$... Indeed, they even consider themselves above us, and have thrown off $COUNTRY_ADJ$ rule as if it were a bad shadow. They seek to chart an independent course, but should we let them? Should we allow them to pretend they are not part of China, and reject the heritage of thousand thousand years?;;;;;;;;;;;;; +EVTNAME160001;Anarchy in the South;;;;;;;;;;;;; +EVTDESC160001;We are receiving disturbing reports of anarchy in southern China. A peasant army led by the rebels Feng Yunshan and Wei Changhui has declared the ascendancy of the so-called 'Heavenly Kingdom' and driven out local governors. All within the Qing government agree that we cannot recognize these rebels as having credence -- if we do, it raises the question of whether the Mandate of Heaven is still held by the Imperial throne. That cannot be allowed, and thus the governors must be given the opportunity to crush the rebels and restore order in the Emperor's name.;;;;;;;;;;;;; +EVTNAME1600010;The Taiping Rebellion;;;;;;;;;;;;; +EVTDESC1600010;It is as we feared -- the so-called 'Heavenly Kingdom' has assumed control of lands in the south, and any attempts by the local governors to resume authority have failed. It is an embarrassment to the prestige of the Imperial throne that we must deign to recognize that these rebels exist and must be dealt with once and for all. Some are even beginning to question the Mandate of Heaven if such a threat is possible. If we do not act, however, the rebels will surely gain control over not only the south but perhaps all of China.;;;;;;;;;;;;; +EVTNAME160002;Taiping Rebellion Defeated;;;;;;;;;;;;; +EVTDESC160002;We have crushed the 'Heavenly Kingdom', and proven to all of China that the Qing Dynasty yet maintains the Mandate of Heaven. We will abide no more insurrections.;;;;;;;;;;;;; +EVTNAME160003;Truce With the Heavenly Kingdom;;;;;;;;;;;;; +EVTDESC160003;Even though we are not yet done with the 'Heavenly Kingdom', the fact the rebels have forced us to a ceasefire and have not been crushed is being taken by our Chinese subjects as a sign of weakness. Officials are predicting rebellions in many other places in the years to come.;;;;;;;;;;;;; +EVTNAME160004;Truce With the Manchu;;;;;;;;;;;;; +EVTDESC160004;Though we are not yet done battling the hated Manchu, for the moment the Heavenly Kingdom claims victory. We have forced a truce, and now the Manchu will need to deal with rebellions across their land as the people realize their mandate to rule no longer exists. All the world watches us.;;;;;;;;;;;;; +EVTNAME160006;The War Against Taiping;;;;;;;;;;;;; +EVTDESC160006;The continued existence of the Taiping rebels is an embarrassment to the Qing government and our Emperor. Calls have been made for the war to resume, and this time for a national effort be started to draft men into the Qing army. There will be considerable resistance, but the Emperor has decreed that the Heavenly Kingdom must be destroyed!;;;;;;;;;;;;; +EVTNAME160007;The War Against the Manchu;;;;;;;;;;;;; +EVTDESC160007;The truce with the Qing Emperor has come to an end, and already the calls have begun for the Taiping Revolution to continue. The Manchu must be thrown down! All of China must be freed!;;;;;;;;;;;;; +EVTNAME160008;The Taiping Are Victorious!;;;;;;;;;;;;; +EVTDESC160008;We have overthrown the hated Manchu and taken control of all China. Now, as the world watches, the true test comes: transforming the nation into the true Heavenly Kingdom.;;;;;;;;;;;;; +EVTNAME160009;The Heavenly Kingdom;;;;;;;;;;;;; +EVTDESC160009;A troublemaker has arisen in the southern lands. According to reports, this man claims to have received a vision to the effect that he is the younger brother of Jesus Christ and was sent to rid China of the corrupt Manchu Qing Dynasty rulers. He has been winning converts to Christianity, and it seems there are many willing to listen to his words of sedition and join his so-called 'Heavenly Kingdom'.;;;;;;;;;;;;; +EVTNAME160011;The Female Shortage;;;;;;;;;;;;; +EVTDESC160011;Due to the low value assigned to the birth of daughters, female infanticide has become wide-spread across much of China. The practice has become so common, in fact, it has led to a shortage of women.;;;;;;;;;;;;; +EVTNAME160012;Taiping Missionaries in $STATENAME$;;;;;;;;;;;;; +EVTDESC160012;We have received reports of Christian missionaries in $PROVINCENAME$, followers of the so-called 'Heavenly Kingdom'. Their actions would not be so objectionable if they were not also preaching sedition against the Manchu -- and, far worse, though provincial governors have attempted to halt the missionaries this has only seemed to stir up support for them even further. There are sightings of their pamphlets all over $STATENAME$ now!;;;;;;;;;;;;; +EVTNAME160013;Anti-Manchu Sentiment;;;;;;;;;;;;; +EVTDESC160013;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $STATENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;; +EVTNAME164504;Hong Xiuquan;;;;;;;;;;;;; +EVTDESC164504;The man behind the so-called 'Heavenly Kingdom' has been given a name: Hong Xiuquan. A former farmer who attempted the civil service examinations in Guangzhou and failed, he has now become a charismatic visionary taking advantage of anti-Manchu sentiment in the south. Some say he is crazed and mad, but regardless he is a danger to the Qing Dynasty and his words are finding eager ears.;;;;;;;;;;;;; +EVTNAME160016;Yang Xiuqing;;;;;;;;;;;;; +EVTDESC160016;Reports have arrived at the palace that a firewood seller by the name of Yang Xiuqing has taken to walking the South lands, claiming to speak with the voice of God. Regardless of his seeming madness, the man has proven very effective at spreading the word of the so-called 'Heavenly Kingdom'.;;;;;;;;;;;;; +EVTNAME160017;Pro-Christian Riots in $STATENAME$!;;;;;;;;;;;;; +EVTDESC160017;Followers of the 'Heavenly Kingdom' are causing further problems in the south. They are already heavily fortified within $PROVINCENAME$, and many Qing advisors consider it completely beyond our control. Anarchy seems rampant, and all throughout $STATENAME$ these rebels are shouting treason. Can nobody do something about this?;;;;;;;;;;;;; +EVTNAME160020;The Taiping Sect Spreads!;;;;;;;;;;;;; +EVTDESC160020;The followers of the so-called 'Heavenly Kingdom' have spread their influence even further. According to officials in $STATENAME$, the Christian rebels have been spotted in $PROVINCENAME$ and sentiment against the Qing Dynasty is on the rise throughout the entire state.;;;;;;;;;;;;; +EVTNAME160025;The Death of Hong Xiuquan;;;;;;;;;;;;; +EVTDESC160025;Our beloved leader, the glorious and most holy Hong Xiuquan, has passed away -- ascended into Heaven to receive his just rewards from God. Those of us who remain must now look to what will become of the Heavenly Kingdom without his guidance. There are some who say that his son, Hong Tianguifu, should be given the reins of power. Others say that Hong Tianguifu is a buffoon and that a republic is the way forward. Finally, a proper theocracy, without an hereditary rule, is another option that is considered.;;;;;;;;;;;;; +EVT160025OPTA;Establish a new dynasty under Hong Tianguifu.;;;;;;;;;;;;; +EVT160025OPTB;The Qing Dynasty must rule once more.;;;;;;;;;;;;; +EVT160025OPTC;Let the army rule Taiping.;;;;;;;;;;;;; +EVT160025OPTD;Keep the Theocracy.;;;;;;;;;;;;; +EVTNAME160026;Retreat to Formosa;;;;;;;;;;;;; +EVTDESC160026;With our holdings on the mainland lost, all we have left is our stronghold on the island of Formosa. The suggestion among what little remains of the $COUNTRY_ADJ$ government is that we abandon $CAPITAL$ and move the capital to Taibei. This does not guarantee our safety by any means, but it may be the only means of survival we possess.;;;;;;;;;;;;; +EVTNAME160501;Missionaries in $PROVINCENAME$;;;;;;;;;;;;; +EVTDESC160501;Christian missionaries are stirring up trouble in southern China, handing out pamphlets in an effort to gain converts. This would not be so objectionable were the pamphlet not also preaching sedition against the Qing Dynasty. The fact that so many in $PROVINCENAME$ are willing to listen to these fools is worrying.;;;;;;;;;;;;; +EVTNAME160502;Anti-Manchu Sentiment;;;;;;;;;;;;; +EVTDESC160502;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $PROVINCENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;; +EVTNAME1605020;The Death of Hong Xiuquan;;;;;;;;;;;;; +EVTDESC1605020;After a period of self-enforced isolation, Hong Xiuquan has died -- some say of poison, others of illness. Regardless of the cause, the nation has been thrown into mourning for their beloved leader. Hong Xiuquan's son, Hong Tianguifu, is ready to step into his father's role as leader, but there are some who fear he will be unsuitable. They are advocating a restoration of the Qing dynasty. Others say that $COUNTRY$ must become a republic, in emulation of western powers. Whether $COUNTRY$ is ready for such a change is difficult to say.;;;;;;;;;;;;; +EVTNAME16050214;Retreat to Taiwan;;;;;;;;;;;;; +EVTDESC16050214;With our holdings on the mainland lost, all we have left is our stronghold on the island of Taiwan. The suggestion among what little remains of the Kuomintang government is that we abandon $CAPITAL$ and move the capital to Taipei. This does not guarantee our safety by any means, but it may be the only means of survival we possess. We shall however never relinquish our rightful claim to the mainland.;;;;;;;;;;;;; +EVTNAME16050215;Victory over the Kuomintang;;;;;;;;;;;;; +EVTDESC16050215;With their armies defeated, their provinces occupied and their government retreating to Taiwan it has become clear that the Kuomintang no longer has the will to fight. We may now claim dominance over China.;;;;;;;;;;;;; +EVTNAME162503;The Taiping Sect Spreads!;;;;;;;;;;;;; +EVTDESC162503;The followers of the so-called 'Heavenly Kingdom' have infested yet another province. According to officials in $PROVINCENAME$, followers of Hong Xiuquan have been spotted and sentiment against the Qing Dynasty is on the rise.;;;;;;;;;;;;; +EVTNAME164503;The Heavenly Kingdom;;;;;;;;;;;;; +EVTDESC164503;A troublemaker has arisen in the southern lands. According to reports, this man claims to have received a vision to the effect that he is the younger brother of Jesus Christ and was sent to rid China of the corrupt Manchu Qing Dynasty rulers. He has been winning converts to Christianity, and it seems there are many willing to listen to his words of sedition and join his so-called 'Heavenly Kingdom'.;;;;;;;;;;;;; +EVTNAME164505;Yang Xiuqing;;;;;;;;;;;;; +EVTDESC164505;Reports have arrived at the palace that a firewood seller has taken to walking the South lands, claiming to speak with the voice of God. Regardless of his seeming madness, the man has proven very effective at spreading the word of the so-called 'Heavenly Kingdom'.;;;;;;;;;;;;; +EVTNAME164599;The Xinhai Revolution;;;;;;;;;;;;; +EVTDESC164599;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news, but few are aware of the forces now lining up to take control of the government. Kuomintang revolutionaries have demanded a transformation of $COUNTRY$ into a republic with free elections. Army leaders, however, have threatened to oppose the Kuomintang and demanded the republic be under strict Beiyang control.;;;;;;;;;;;;; +EVTNAME164600;The Tongmenghui;;;;;;;;;;;;; +EVTDESC164600;Revolutionary societies are springing up all over China, and recently we have received word that several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisfied to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide. What's more worrying is that some of the regional warlords appear to be assisting them.;;;;;;;;;;;;; +EVTNAME164601;Revolutionary Uprising in $STATENAME$;;;;;;;;;;;;; +EVTDESC164601;Revolutionaries seeking to bring down the $COUNTRY_ADJ$ monarchy have been stirring up a revolt in $STATENAME$. The incident appears to have begun in $PROVINCENAME$, after a demonstration by local workers turned violent. Though authorities have already moved in, the damage is done. What remains is to determine how we react to this outrageous provocation.;;;;;;;;;;;;; +EVTNAME164602;Boxers in $STATENAME$;;;;;;;;;;;;; +EVTDESC164602;Members of the proto-nationalist Yihetuan Movement, also known as the Boxers, have staged an uprising in $PROVINCENAME$. While the uprising was initially put down by $COUNTRY_ADJ$ forces, news of the movement's presence has spread throughout $STATENAME$ and already there are more reports of clashes.;;;;;;;;;;;;; +EVT160001OPTA;Crush them!;;;;;;;;;;;;; +EVT160001OPTB;Out with the Manchu!;;;;;;;;;;;;; +EVT160002OPTA;Victory is ours!;;;;;;;;;;;;; +EVT160003OPTA;Unacceptable!;;;;;;;;;;;;; +EVT160004OPTA;Hooray!!;;;;;;;;;;;;; +EVT160006OPTA;The war must continue!;;;;;;;;;;;;; +EVT160006OPTB;We cannot afford the repercussions of a draft.;;;;;;;;;;;;; +EVT160007OPTB;We are not ready to wage such a war.;;;;;;;;;;;;; +EVT160012OPTA;Collect the pamphlets and silence these missionaries -- now.;;;;;;;;;;;;; +EVT160012OPTB;We shall tolerate this, for now.;;;;;;;;;;;;; +EVT160013OPTA;This cannot be tolerated!;;;;;;;;;;;;; +EVT160015OPTA;He is of no consequence.;;;;;;;;;;;;; +EVT160017OPTA;This is starting to be a problem.;;;;;;;;;;;;; +EVT160020OPTA;Hmm, that's worrying.;;;;;;;;;;;;; +EVT160026OPTA;It seems we have little choice.;;;;;;;;;;;;; +EVTNAME99000;The Righteous Harmony Society;;;;;;;;;;;;; +EVTDESC99000;'Support the Qing! Destroy the Foreign!' \n\nMany Chinese are growing enraged at the continuing encroachment of westerners into the Empire. They walk freely, spread Christianity with impunity, and ignore Imperial laws. A movement called the Righteous Harmony Society -- known to foreigners as 'Boxers' -- has appeared, their mission to drive western influence out of the Qing Empire by any means necessary. Some are worried that attacks upon westerners could bring foreign anger down upon us, but there are those who see this as a good thing. Anger against westerners, even if it means a degree of chaos and disruption in our provinces, means support for the Qing government.;;;;;;;;;;;;; +EVTNAME99001;Boxers in $STATENAME$;;;;;;;;;;;;; +EVTDESC99001;An attack upon a foreign merchant in $PROVINCENAME$ has signaled the arrival of the Boxer movement to $STATENAME$. Already the flags of the Righteous Harmony Society have been spotted, their followers recruiting fellow Chinese to support the Qing government in their struggle.;;;;;;;;;;;;; +EVTNAME99005;Attack on Foreigners in $STATENAME$;;;;;;;;;;;;; +EVTDESC99005;Throughout all of $STATENAME$, the Boxers are attacking western influence. Smugglers, missionaries, opium peddlers… anyone they can apprehend is being slain or forced to flee for their lives. We have a choice: either look the other way, risking anger from the great powers for these 'atrocities', or send in forces to suppress the Boxers and risk the anger of our own people.;;;;;;;;;;;;; +EVTNAME99006;Boxer Atrocities in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC99006;A group of Chinese nationalists known as the 'Boxers', intent on driving all western influence out of $FROMCOUNTRY$, have attacked a group of $COUNTRY_ADJ$ citizens. Several were slain, while others were forced to flee for their lives. Worse, the Qing government has done nothing about it. They are looking the other way while these atrocities are being committed upon our people.;;;;;;;;;;;;; +EVTNAME99010;Boxers Attack Legation Quarter!;;;;;;;;;;;;; +EVTDESC99010;The Boxers have reached the capital of $COUNTRY$, streaming into $CAPITAL$ to attack foreigners -- and, far more noteworthy, they have laid siege to the Legation Quarter. Hundreds of foreign dignitaries and merchants reside within. If we do not step in to protect them, it will be seen as a declaration of support for the Boxers and an act of war against the great powers. If we do, the Boxers will see it as a betrayal of their cause and perhaps even rise up in rebellion against us. They have forced our hand now, however, and we have no choice but to act.;;;;;;;;;;;;; +EVTNAME99011;Boxers Attack $COUNTRY_ADJ$ Legation;;;;;;;;;;;;; +EVTDESC99011;The Boxer situation in $FROMCOUNTRY$ has reached a head: the Chinese nationalists have entered Peking, laying siege to the Legation Quarter and putting the lives of dozes of $COUNTRY_ADJ$ merchants and dignitaries at risk. The Qing government has looked the other way, an act that is seen by the $COUNTRY_ADJ$ government as a declaration of war. Many are calling upon us to intervene in order to protect $COUNTRY_ADJ$ citizens from these barbarians.;;;;;;;;;;;;; +EVTNAME99015;The Boxer Protocol;;;;;;;;;;;;; +EVTDESC99015;We are forced to submit to the foreign demands, signing a treaty with the $FROMCOUNTRY_ADJ$ generals and representatives from all the great powers. The Righteous Harmony Society will be forcibly disbanded, its leaders executed or imprisoned, and our government is once again humiliated.;;;;;;;;;;;;; +EVTDESC99016;$FROMCOUNTRY$ has submitted to the intervening powers, signing a treaty that promises to forcibly dismantle the Boxers and pay reparations for the atrocities committed in their name -- and explicitly supported by the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVT99000OPTA;We shall remain silent... for now.;;;;;;;;;;;;; +EVT99001OPTA;Should we be alarmed?;;;;;;;;;;;;; +EVT99005OPTA;Look the other way.;;;;;;;;;;;;; +EVT99005OPTB;Suppress them. The westerners must not be harmed.;;;;;;;;;;;;; +EVT99006OPTA;This cannot be tolerated.;;;;;;;;;;;;; +EVT99010OPTA;Declare support for the Boxers.;;;;;;;;;;;;; +EVT99010OPTB;Protect the foreign legations.;;;;;;;;;;;;; +EVT99011OPTA;This calls for intervention.;;;;;;;;;;;;; +EVT99011OPTB;We will do nothing.;;;;;;;;;;;;; +EVT99015OPTA;We have little option.;;;;;;;;;;;;; +EVT99016OPTA;Agree to the protocol.;;;;;;;;;;;;; +EVT99016OPTB;We will continue our war.;;;;;;;;;;;;; +EVT164599OPTA;The Beiyang Army will keep order in China.;;;;;;;;;;;;; +EVT164599OPTB;The Kuomintang will lead the republic.;;;;;;;;;;;;; +EVT164600OPTA;Try to work with these societies.;;;;;;;;;;;;; +EVT164600OPTB;Crush them. This will not be tolerated.;;;;;;;;;;;;; +EVT164601OPTA;Root them out. This cannot be permitted.;;;;;;;;;;;;; +EVT164601OPTB;Make minor reforms to appease the revolutionaries.;;;;;;;;;;;;; +EVTNAME1645091;The Mandate of Heaven;;;;;;;;;;;;; +EVTDESC1645091;By Divine Right, the Emperor is ruler of all under Heaven.;;;;;;;;;;;;; +EVT1645091OPTA;Of course.;;;;;;;;;;;;; +EVTNAME1645092;Loss of the Mandate of Heaven;;;;;;;;;;;;; +EVTDESC1645092;Clearly, China has lost faith in the Manchu.;;;;;;;;;;;;; +EVT1645092OPTA;Oh no!;;;;;;;;;;;;; +EVT1316175OPTA;The barbarians will learn to bow.;;;;;;;;;;;;; +EVT1316175OPTB;Avoid angering the barbarians.;;;;;;;;;;;;; +EVT1316176OPTA;Is this emperor a madman?;;;;;;;;;;;;; +EVT1316176OPTB;We cannot afford a war at the moment.;;;;;;;;;;;;; +EVT1316180OPTA;They shall receive a chilly reception in our court.;;;;;;;;;;;;; +EVT1316180OPTB;This is not the time to provoke them.;;;;;;;;;;;;; +EVTNAME164506;The Huang He Floods!;;;;;;;;;;;;; +EVTDESC164506;The enormous Huang He river has flooded!;;;;;;;;;;;;; +EVTNAME164507;The Huang He bursts it's banks again!;;;;;;;;;;;;; +EVTDESC164507;The enormous Huang He river has flooded again!;;;;;;;;;;;;; +EVT164507OPTA;But we haven't cleared up after last time yet.;;;;;;;;;;;;; +EVTNAME164508;The Huang He bursts it's banks once more!;;;;;;;;;;;;; +EVTDESC164508;The enormous Huang He river has flooded yet again!;;;;;;;;;;;;; +EVT164508OPTA;Not again!;;;;;;;;;;;;; +EVTNAME1316080;Foreigners Peddling Opium!;;;;;;;;;;;;; +EVTDESC1316080;The foreign dogs are selling opium in the southern provinces!;;;;;;;;;;;;; +EVT1316081OPTA;Demand they be handed over!;;;;;;;;;;;;; +EVT1316081OPTB;We cannot fight the British.;;;;;;;;;;;;; +EVT131709OPTA;This may be just the excuse we need...;;;;;;;;;;;;; +EVT131709OPTB;Leave the Chinese alone. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVT1316082OPTA;Give them what they want.;;;;;;;;;;;;; +EVT1316082OPTB;Never! We shall not submit!;;;;;;;;;;;;; +EVT1316084OPTA;An unfortunate choice.;;;;;;;;;;;;; +EVT1316090OPTA;Make the deal with the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;; +EVT1316090OPTB;No. We will keep what we have now.;;;;;;;;;;;;; +EVT1316091OPTB;Forget it. We will keep what we have.;;;;;;;;;;;;; +EVT1316092OPTA;Every dog has its day.;;;;;;;;;;;;; +EVT1316182OPTB;We have other things to do. §R(Pay or owe 50,000¤)§W;;;;;;;;;;;;; +EVT131711OPTA;We agree to their terms.;;;;;;;;;;;;; +EVT131711OPTB;We refuse.;;;;;;;;;;;;; +maine_incident;Maine Incident;;;;;;;;;;;;; +EVT131713OPTA;We are pleased.;;;;;;;;;;;;; +EVT131714OPTA;Unfortunate.;;;;;;;;;;;;; +EVT131715OPTA;They will serve $COUNTRY$. Or else.;;;;;;;;;;;;; +EVT131720OPTA;This is becoming worrisome.;;;;;;;;;;;;; +EVT131730OPTA;$COUNTRY$ shall be restored!;;;;;;;;;;;;; +EVT131735OPTA;We will side with the Kuomintang.;;;;;;;;;;;;; +EVT131735OPTB;We will side with the Beiyang.;;;;;;;;;;;;; +EVT131735OPTC;We will remain neutral.;;;;;;;;;;;;; +EVT131736OPTA;We will fight for Communist China.;;;;;;;;;;;;; +EVT131737OPTA;The Beiyang must fight for the greater glory of China.;;;;;;;;;;;;; +EVT131739OPTA;He shall pay for this betrayal!;;;;;;;;;;;;; +EVT131740OPTA;Join the forces of Nationalist China.;;;;;;;;;;;;; +EVT131740OPTB;Abandon the Kuomintang.;;;;;;;;;;;;; +EVT131741OPTA;Together we shall triumph!;;;;;;;;;;;;; +EVT131742OPTA;For the good of all China.;;;;;;;;;;;;; +EVT131742OPTB;Now is not the time.;;;;;;;;;;;;; +EVT131745OPTA;$COUNTRY$ shall submit.;;;;;;;;;;;;; +EVT131745OPTB;We accept Beijing's rule but will maintain our independence.;;;;;;;;;;;;; +EVT131745OPTC;$COUNTRY$ shall never surrender!;;;;;;;;;;;;; +EVT131746OPTA;Good luck with that.;;;;;;;;;;;;; +EVT16050214OPTA;It seems we have little choice.;;;;;;;;;;;;; +EVT16050215OPTA;Victory is ours!;;;;;;;;;;;;; +EVTNAME16050220;$COUNTRY$ Is Lost;;;;;;;;;;;;; +EVTDESC16050220;$COUNTRY$ has been overrun. We must face the fact that we have lost the civil war and surrender.;;;;;;;;;;;;; +EVT16050220OPTA;A dark day.;;;;;;;;;;;;; +EVTNAME16050221;$FROMCOUNTRY$ Surrenders;;;;;;;;;;;;; +EVTDESC16050221;The $FROMCOUNTRY_ADJ$ soldiers have laid down their arms.;;;;;;;;;;;;; +EVT16050221OPTA;Excellent.;;;;;;;;;;;;; +EVTNAME16050222;The Civil War Drags On;;;;;;;;;;;;; +EVTDESC16050222;We have been engaged in a civil war that seems to go nowhere. Our people demand a rest.;;;;;;;;;;;;; +EVTNAME16050223;Truce With $FROMCOUNTRY$?;;;;;;;;;;;;; +EVTDESC16050223;The war with $FROMCOUNTRY$ appears to be going nowhere. Should we lay down our arms?;;;;;;;;;;;;; +EVT16050223OPTA;Indeed.;;;;;;;;;;;;; +EVTNAME1316081;The Kowloon Incident;;;;;;;;;;;;; +EVTDESC1316081;A drunken riot by a large group of British sailors ashore at Kowloon has resulted in the death of a local man. By rights, the sailors should be tried and executed by the Qing magistrate. The British, however, have demanded extraterritoriality -- meaning their citizens would be tried by British judges. This will inevitably lead to their release and the anger of our citizens, but demanding these men executions could lead to war.;;;;;;;;;;;;; +EVTNAME1316082;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC1316082;The war with $FROMCOUNTRY$ is not going well. These damnable foreigners are in our lands and blockading our ports, and to the embarrassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them a concession port and reparations. Indeed, this might even help us in some ways, though the loss to our prestige would be considerable.;;;;;;;;;;;;; +EVTNAME1316083;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;; +EVTDESC1316083;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us a concession port on their coast as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in China remains strong.;;;;;;;;;;;;; +EVTNAME1316084;$FROMCOUNTRY$ has Refused!;;;;;;;;;;;;; +EVTDESC1316084;The $FROMCOUNTRY_ADJ$ have refused to submit. The war must go on.;;;;;;;;;;;;; +EVTNAME1316085;The Treaty of Shimonoseki;;;;;;;;;;;;; +EVTDESC1316085;The war with $FROMCOUNTRY$ is not going well. The damnable Japanese are in our lands and blockading our ports, and to the embarrassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement -- hand over Formosa and pay reparations. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them what they want, though the loss to our prestige would be considerable.;;;;;;;;;;;;; +EVTNAME1316086;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;; +EVTDESC1316086;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us Formosa as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in Asia remains strong.;;;;;;;;;;;;; +EVTDESC1316175;We have lost all patience with the barbarians who call themselves our 'masters'. They ignore our laws, our customs, and force themselves upon the generosity of the $COUNTRY_ADJ$ throne at every opportunity. It is time we turned them out, refused them their free reign in our lands and ports and demonstrated the true might of our Emperor.;;;;;;;;;;;;; +EVTNAME1316176;$COUNTRY_ADJ$ Envoy Ejected;;;;;;;;;;;;; +EVTDESC1316176;Relations have been cool with $FROMCOUNTRY$, laced with bitterness over our nation's superiority. Lately the situation has reached a boiling point, and we have received a report that the $COUNTRY_ADJ$ envoy to the $FROMCOUNTRY_ADJ$ court has been ejected. Indeed, $COUNTRY_ADJ$ nationals throughout $FROMCOUNTRY$ are reporting harassment and outright violence. $COUNTRY_ADJ$ are being refused berth at Chinese harbours. This is a systematic campaign by the $FROMCOUNTRY_ADJ$ emperor to reduce our influence.;;;;;;;;;;;;; +EVTNAME1316180;Empire of the Great Qing;;;;;;;;;;;;; +EVTDESC1316180;China has no need for, nor interest in, foreigners and their gifts no matter how ingenious they may be. It is only due to the emperor's generosity that foreigners are allowed to trade at all, and all such trade must take place at our will. The yi barbarians should tremble as they obey us and show no negligence! Barbarians shall bow down before the Chinese emperor in the manner customary for tributary envoys.;;;;;;;;;;;;; +EVTNAME1316181;The Arrow Incident;;;;;;;;;;;;; +EVTDESC1316181;Qing officials recently boarded the Arrow, a Chinese-owned ship (a lorcha) that was suspected of piracy and smuggling. Twelve Chinese crew members were arrested on suspicion of piracy by the Qing authorities. British officials have demanded the release of the sailors, however, claiming that because the ship had recently been British-registered, it was under their protection. They also demand reparations. The Imperial court has been enraged by this claim, suggesting that agreeing to British demands would give smugglers free reign throughout China.;;;;;;;;;;;;; +EVT1316181OPTA;Punish the pirates!;;;;;;;;;;;;; +EVT1316181OPTB;Relent to the British demands.;;;;;;;;;;;;; +EVTDESC1316182;Qing officials recently boarded the Arrow, a ship that -- according to all reports -- was flying $COUNTRY_ADJ$ colours at the time. The Chinese claim this isn't the case, and we've received news that they intend to crack down on the opium trade throughout the Empire. The $COUNTRY_ADJ$ government is up in arms, saying that we must exert our influence over the Qing if we are to retain our position in the Far East. Letting the Chinese have their way will mean huge reparation to merchants as well as a blow to our international image.;;;;;;;;;;;;; +EVTNAME131709;The Kowloon Incident;;;;;;;;;;;;; +EVTDESC131709;An incident that began with drunken sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. We have insisted that these sailors be tried by a $COUNTRY_ADJ$ judge -- the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The Chinese have demanded the men be turned over, and what's more that they be given the right to punish $COUNTRY_ADJ$ citizens as needed. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse. Our prestige as an Empire to be reckoned with is being threatened. Backing down would mean losing prestige as well as money in reparations to merchants.;;;;;;;;;;;;; +EVTNAME131710;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC131710;In a display of diplomatic force, $FROMCOUNTRY_ADJ$ diplomats have forced $COUNTRY$ to sign a treaty with them, forcing numerous trade as well as territory concessions.;;;;;;;;;;;;; +EVTNAME131711;The Simla Convention;;;;;;;;;;;;; +EVTDESC131711;British diplomats have approached the Tibet government, hoping to broker a peaceful arrangement between Tibet and China now that Tibet is independent. No doubt they intend to gain influence and territory in our nation, as well as an ally against Chinese aggression, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;; +EVTDESC131712;British diplomats have approached the $COUNTRY_ADJ$ government, hoping to broker a peaceful arrangement between Tibet and $COUNTRY$ now that Tibet is independent. No doubt they intend to gain influence and territory in Tibet, as well as an ally against $COUNTRY_ADJ$ aggression,, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;; +EVTNAME131713;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;; +EVTDESC131713;$FROMCOUNTRY_ADJ$ have agreed to the arrangements made at the Simla Convention, and our relations with them have improved as a result -- not to mention our prestige.;;;;;;;;;;;;; +EVTNAME131714;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;; +EVTDESC131714;$FROMCOUNTRY_ADJ$ have refused the arrangements made at the Simla Convention, and our relations with them have cooled as a result.;;;;;;;;;;;;; +EVTNAME131715;The New Army;;;;;;;;;;;;; +EVTDESC131715;Our efforts to modernize the Beiyang army have borne fruit, but this has necessitated the division of authority among regional forces. The generals in charge of these forces, 'warlords' as some call them, have been gaining a great deal of power. They are part of the Beiyang Army, but fight amongst themselves... And, far worse, are critical of the $COUNTRY_ADJ$ government. We will need to watch these generals carefully.;;;;;;;;;;;;; +EVTNAME131720;Spread of Anhui Influence;;;;;;;;;;;;; +EVTDESC131720;Warlord influence has begun to spread into $STATENAME$. These generals are still loyal to $COUNTRY$, but it is becoming increasingly apparent that they are taking control of a significant portion of the country. Officials in $CAPITAL$ are alarmed.;;;;;;;;;;;;; +EVTNAME131721;Spread of Guangdong Influence;;;;;;;;;;;;; +EVTNAME131722;Spread of Guangxi Influence;;;;;;;;;;;;; +EVTNAME131723;Spread of Hunan Influence;;;;;;;;;;;;; +EVTNAME131724;Spread of Fengtian Influence;;;;;;;;;;;;; +EVTNAME131725;Spread of Ma Influence;;;;;;;;;;;;; +EVTNAME131726;Spread of Yunnan Influence;;;;;;;;;;;;; +EVTNAME131727;Spread of Shanxi Influence;;;;;;;;;;;;; +EVTNAME131728;Spread of Sichuan Influence;;;;;;;;;;;;; +EVTNAME131729;Spread of Xinjiang Influence;;;;;;;;;;;;; +EVTNAME131730;The Warlord Era;;;;;;;;;;;;; +EVTDESC131730;Resistance against the $CAPITAL$ government has culminated in a breakdown in authority. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;; +EVTNAME131735;The Struggle for China;;;;;;;;;;;;; +EVTDESC131735;Now that we are free, we must choose where we stand in the ensuing struggle for the nation's destiny: either side with the Kuomintang and fight for domination of the republic or side with the Beiyang and fight for domination of a united China. Alternatively, we can declare our neutrality in the conflict and let the chips fall where they may.;;;;;;;;;;;;; +EVTNAME131736;The Guominjun Clique;;;;;;;;;;;;; +EVTDESC131736;A $COUNTRY_ADJ$ general by the name of Feng Yuxiang has betrayed his superiors and broken off from the Beiyang armies. He and his supporters have taken the territory under their control and formed a new clique, swearing to topple the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTNAME131740;Leader of the Kuomintang;;;;;;;;;;;;; +EVTDESC131740;The leaders of the Kuomintang are preparing for their drive on Beijing, and $COUNTRY$ is expected to answer the call. Either we side with Nationalist China now, or we must abandon the Kuomintang cause and seek our own destiny.;;;;;;;;;;;;; +EVTNAME131741;$FROMCOUNTRY$ Joins the Kuomintang;;;;;;;;;;;;; +EVTDESC131741;$FROMCOUNTRY$ has answered the call, and will unite their forces with ours.;;;;;;;;;;;;; +EVTNAME131742;The War of Reunification;;;;;;;;;;;;; +EVTDESC131742;The $COUNTRY_ADJ$ people are crying out for the nation to once again unify. We must gather our strength and strike out at those who would divide China, leaving it weak for foreigners to prey upon. Already the banners are in the streets, and $COUNTRY$'s generals are saying now is the time to launch an offensive.;;;;;;;;;;;;; +EVTNAME131743;War with $FROMCOUNTRY$!;;;;;;;;;;;;; +EVTDESC131743;We have received reports that the $FROMCOUNTRY_ADJ$ army is massing on our mutual border, ready to make a massive offensive into $COUNTRY_ADJ$ territory. It seems a war is upon us, whether we like it or not: either they destroy us or we destroy them.;;;;;;;;;;;;; +EVTNAME131745;Chinese Reunification;;;;;;;;;;;;; +EVTDESC131745;The call has come from the capital: the era of warlords is over, and all the Chinese peoples must unite under a single flag. This means $COUNTRY$ must either submit to Beijing's rule or face more war against a strong and unified foe. Your generals stand ready to receive your command.;;;;;;;;;;;;; +EVTNAME131746;The Island of Formosa;;;;;;;;;;;;; +EVTDESC131746;Now that we own the island of Formosa, the local Min population has begun to organize itself -- presumably towards the end of breaking away from $COUNTRY_ADJ$ control.;;;;;;;;;;;;; +EVTNAME1316089;The $FROMCOUNTRY_ADJ$ Victory;;;;;;;;;;;;; +EVTDESC1316089;$FROMCOUNTRY$ has won its war against us. Now their generals walk into $CAPITAL$, gloating with their superiority. It seems that, should they force us to the negotiating table to demand yet more concessions, we will have little choice but to comply.;;;;;;;;;;;;; +EVTNAME1316090;The Treaty of Shimonoseki;;;;;;;;;;;;; +EVTDESC1316090;We have won a great victory against $FROMCOUNTRY$. Now we must consider -- do we negotiate with them, perhaps promising the return of some of their land in exchange for the island of Formosa and reparations? Or do we stay our current course and perhaps alarm the Western nations at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;; +EVTNAME1316091;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC1316091;We have won a great war against $FROMCOUNTRY$. Now we are faced with a dilemma: do we force the $FROMCOUNTRY_ADJ$ government to the negotiating table, perhaps promising the return of some of their land in exchange for a treaty port and reparations? Or do we stay our current course and perhaps alarm the other great powers at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;; +EVTNAME1316092;The Unequal Treaty;;;;;;;;;;;;; +EVTDESC1316092;As we thought, the $FROMCOUNTRY_ADJ$ infidels have forced a so-called 'treaty' upon us, demanding a great deal of reparations and land concession -- in return for land they currently possess but have no more right to.;;;;;;;;;;;;; +EVTNAME152009874;The Destruction of the Eiffel Tower;;;;;;;;;;;;; +EVTDESC152009874;Heavy street fighting erupts in the small streets of Paris as $FROMCOUNTRY_ADJ$ forces advance into in a bid to capture the city. Artillery is moved to the Chaillot Hill, past improvised barriers while infantry run away from the 7th arrondissement and move systematically from house to house, block by block, fighting a running battle against armed irregulars. The Arc de Triomphe is demolished by $FROMCOUNTRY_ADJ$ pioneers while the artillery in Chaillot hill set their sights on the Eiffel Tower. For several minutes the city is taken by the roar of artillery until silence falls and the only sound is the screeching of retorted metal slowly bending. $FROMCOUNTRY_ADJ$ soldiers shout excitedly as they watch the Eiffel Tower bend and fall into the Seine, now reduced to an amorphous lump of metal. \n\nFires rage out of control in the eastern parts of the city, lighting up the skyline as the fighting continues into the night.;;;;;;;;;;;;; +EVT152009874OPTA;A dark day for $COUNTRY$.;;;;;;;;;;;;; +EVTNAME152009875;The Fall of the Palace of Westminster;;;;;;;;;;;;; +EVTDESC152009875;Scattered gunfire can be heard echoing through the empty streets of London as the last pockets of resistance to the $FROMCOUNTRY_ADJ$ occupation are quelled. The parliament houses in the Palace of Westminster lay empty while $FROMCOUNTRY_ADJ$ soldiers run up and down placing explosives in the silent corridors. A $FROMCOUNTRY_ADJ$ general silently read the orders that came from the $FROMCOUNTRY_ADJ$ capital with instructions to destroy the Palace in an attempt to crush the $COUNTRY_ADJ$ spirit. The explosives are detonated at the same time as the Clock Tower bell strike its precise hourly strike. The tower is engulfed by flames as parts of the western palace collapse, with pieces of the Big Ben landing on the Thames along with other debris while nearby buildings are hit by flaming debris and catch fire. $FROMCOUNTRY_ADJ$ soldiers watch and cherish from a safe distance as the glass that once contained the phrase "DOMINE SALVAM FAC REGINAM NOSTRAM VICTORIAM PRIMAM" rains on the ground. Nearby, $FROMCOUNTRY_ADJ$ soldiers storm the Buckingham Palace just to find out that the $MONARCHTITLE$ has already fled the country. They hoist the $FROMCOUNTRY_ADJ$ flag and turn to see the smoke rising in the horizon. London is lost.;;;;;;;;;;;;; +EVT36967OPTB;Declare war now!;;;;;;;;;;;;; +EVTNAME1000;Socialists;;;;;;;;;;;;; +EVTDESC1000;Karl Marx has published The Communist Manifesto, which has led to workers in $COUNTRY$ to found a party dedicated to advancing the agenda laid out therein. They call themselves socialists and believe in a land ruled by the workers, where the workers control the means of production. Equality, justice, solidarity and democracy are other vital points in the socialists ideology.;;;;;;;;;;;;; +EVTOPTA1000;Workers of the world, Unite!;;;;;;;;;;;;; +EVTNAME1001;The First International;;;;;;;;;;;;; +EVTDESC1001;'Comrades, it is a great fact that the misery of the working masses has not diminished from 1836 to $YEAR$ in $COUNTRY$, and yet this period is unrivaled in the development of its industry and the growth of its commerce. Capital is dead labor, that, vampire-like, only lives by sucking living labor, and lives the more, the more labor it sucks. The time during which the laborer works, is the time during which the capitalist consumes the labor-power he has purchased of him. As time passes, all social rules and all relations between individuals are eroded by a cash economy, avarice drags Pluto himself out of the bowels of the earth. In light of this, we want, no, we NEED a free society, where no one is considered to be superior, no one is left behind and where mankind is free from oppression and scarcity. We need a society without a government, without class divisions and where the workers control the means of production. \n The proletarians have nothing to lose but their chains.';;;;;;;;;;;;; +EVTOPTA1001;Let the ruling classes tremble at the Communist revolution.;;;;;;;;;;;;; +EVTNAME1002;Anarcho-Liberals;;;;;;;;;;;;; +EVTDESC1002;'Instead of the state controlling the law enforcement, the courts and the national defense, the different law systems should be provided by voluntarily-founded private competitors. Money should be privately and competitively provided in an open market and personal and economic activities should be regulated by the natural laws of the market and through private law rather than through politics.'\n\n A group of liberals disgruntled with their lack of economic freedom, and the pace of parliamentary reform, have formed a new faction in $COUNTRY_ADJ$ politics. The Anarcho-Liberals are the revolutionary avantgarde of the liberal ideology, and they will not hesitate to use whatever means necessary to see their ideas of freedom and free trade instituted both in $COUNTRY$ and abroad.;;;;;;;;;;;;; +EVTOPTA1002;Okay.;;;;;;;;;;;;; +EVTNAME32537;The Rise of Mysticism;;;;;;;;;;;;; +EVTDESC32537;Imperial Russia is confronted with a religious renaissance, a widespread interest in spiritual-ethical literature and non-conformist moral-spiritual movements, an upsurge in pilgrimage and other devotions to sacred spaces and objects. The "God-Seeking" are shaping their own ritual and spiritual lives, sometimes in the absence of clergy. The upper class of $CAPITAL$ had=s been widely influenced by this wave of mysticism. Individual aristocrats are reportedly obsessed with anything occult and this new fever for anything mystic has been spreading to the middle class and the peasants.;;;;;;;;;;;;; +EVT32537OPTA;Imaginary things can't hurt the nation.;;;;;;;;;;;;; +EVT32537OPTB;Mysticism? In *my* Imperial Russia?;;;;;;;;;;;;; +EVTNAME32538;The Tzar's Son Falls Ill;;;;;;;;;;;;; +EVTDESC32538;In $YEAR$, Tsesarevich Alexei, the Tzar's son, received an injury which caused him painful bleeding. When the doctors could not supply a cure, the desperate Tzarina looked for other help. Grigori Rasputin, a peasant who identified as a strannik, a religious wanderer, had already treated other nobles families and came for the desperate Tzarina. Rasputin was said to possess the ability to heal through prayer and was able to calm the parents and to give the boy some relief, in spite of the doctors' prediction that he would die. On the following day the boy showed significant signs of recovery. The careless Alexei received the last sacrament during another particularly grave crisis, and the desperate Tzarina turned to her lady-in-waiting, to secure the help of the peasant healer. The next day, Rasputin responded and sent a short telegram, including the prophecy: "The little one will not die. Do not allow the doctors to bother him too much." The boy's temperature dropped and the hematoma disappeared.;;;;;;;;;;;;; +EVT32538OPTA;Well, I will be damned.;;;;;;;;;;;;; +EVTNAME32539;Intrigue in the Russian Court;;;;;;;;;;;;; +EVTDESC32539;While fascinated by Rasputin in the beginning, the ruling class of $CAPITAL$ became envious and turned against him: he had privileges no one else had. In $YEAR$, within four months, Rasputin had visited the Romanovs six times. The press started a campaign against Rasputin, claiming he paid too much attention to women. Hermogen, who told Rasputin to stay away from the palace, repeated the rumors that Rasputin had joined the Khlysty, a sect. Iliodor, hinting that Rasputin was Alexandra's paramour, showed Makarov a satchel of letters. The letters were handed to the Tzar and Rodzianko requested Rasputin to leave the capital. When Kokovtsov became prime minister he asked the Tzar permission to authorize Rasputin's exile to Tobolsk, but Nicholas refused: "I know Rasputin too well to believe all the tittle-tattle about him." Kokovtsov offered Rasputin 200,000 rubles for him to leave the capital, but he refused. Rasputin had become one of the most hated persons in Russia.;;;;;;;;;;;;; +EVT32539OPTA;What nonsense is this? Rasputin proved to be a good man time and again.;;;;;;;;;;;;; +EVT32539OPTB;Something must be done about him.;;;;;;;;;;;;; +EVTNAME32540;Rasputin's Exile;;;;;;;;;;;;; +EVTDESC32540;After much time spent debating it, the Tzar was finally convinced to exile Rasputin. Tzarina Alexandra is inconsolable, blaming the Tzar if anything happens to their son. The Russian nobility and clergy rejoices, arguing that the Tzar made the right choice. Rasputin only looked the Tzar in the eyes, and said "Before we repent, we have to sin.";;;;;;;;;;;;; +EVT32540OPTA;No one will miss him.;;;;;;;;;;;;; +EVTNAME32541;Russia Goes to War;;;;;;;;;;;;; +EVTDESC32541;Despite attempts to convince the Tzar, Rasputin stayed in court. Iliodor, one of the main orthodox priests, had Khionia Guseva attack Rasputin. She stabbed Rasputin in the stomach, just above the navel. Covered with blood, Rasputin was brought into his house. The Tzar sent his own physician and after a laparotomy and more than six weeks in the hospital, Rasputin recovered. From the hospital Rasputin sent quite a few telegrams to the court, expressing his fears for the future of the country: "If Russia goes to war, it will be the end of the monarchy, of the Romanovs and of Russian institutions." In $YEAR$, Tzar Nicholas took supreme command of the Russian armies, leaving his wife in charge of ruling the country. Alexandra loathed the Duma because of its discussion of Rasputin. While seldom meeting with Alexandra personally, Rasputin had become her personal adviser through daily telephone calls or weekly meetings with Vyrubova. Rumors began on how the one really governing was Rasputin.;;;;;;;;;;;;; +EVT32541OPTA;The Tzar will lead Russia to glory in the battlefield.;;;;;;;;;;;;; +EVTNAME32542;Rasputin's Telegram;;;;;;;;;;;;; +EVTDESC32542;When the bell tolls three times, it will announce that I have been killed. If I am killed by common men, you and your children will rule Russia for centuries to come. If I am killed by one of your stock, you and your family will be killed by the Russian people. \nPray Tzar of Russia.\nPray.;;;;;;;;;;;;; +EVT32542OPTA;...;;;;;;;;;;;;; +EVT32542OPTB;Quick, send orders to protect Rasputin!;;;;;;;;;;;;; +EVTNAME32543;Rasputin's Assassination;;;;;;;;;;;;; +EVTDESC32543;Two city policemen on duty near the Yusupov palace heard shots and screams. They discussed the issue on the Pochtamtsky Bridge. One of them rang at the door and questioned Yusupov's butler, but was sent away. Twenty minutes later he was re-invited to the palace. Purishkevich boasted he had shot Rasputin, and asked the policeman, aware of his mistake, to keep it quiet for the sake of the Tzar. Rasputin's beaver-fur coat and the body were discovered in a frozen river, 140 meters away from the Bolshoy Petrovsky bridge, with a shot in his frontal lobe. The two nobles who killed Rasputin were exiled by the Tzar, who came back from the front. Progressively, more and more people came to the conclusion that the problem was not Rasputin but the weak-willed Emperor, who had secluded himself in Tsarskoye Selo, unable to react on what happened. The struggle between the Tzar and the Duma became more bitter than ever, and the Tzar, more secluded in his palace.;;;;;;;;;;;;; +EVT32543OPTA;A gruesome end.;;;;;;;;;;;;; +EVTNAME32544;The Communist Plot;;;;;;;;;;;;; +EVTDESC32544;Everyone who met Rasputin remarked on his eyes and how hypnotic they were. His "shining steel-like" or "bright and brilliant" and "intelligent" eyes became legendary. According to Theofan, Paul Kurlov and Count Kokotsov he had "piercing" eyes. To Tamara Karsavina he had the eyes of a maniac. But his hypnotic eyes couldn't do anything against the bullet of one of the members of the Communist Party who believed he could destabilize the government by killing a close friend of the Tzar's family and the Tzarina most trusted advisor. The Russian nobility rejoiced at the death of Rasputin, assassinated as he left his home, but the death had the inverse effect that his assassin expected: the Russian Tzar left his isolation and ordered a hunt. The police organized a crackdown in every syndicate or communist party/organization, severely crippling communist support and organization, and rounding up a few suspects including a prominent figure in the communist circles, Vladimir Ilyich Ulyanov.;;;;;;;;;;;;; +EVTNAME32545;Attempt on Rapustin's Life;;;;;;;;;;;;; +EVTDESC32545;During a visit to his home village, while exiting a church, Rasputin was attacked by a man. The man stabbed him in the belly three times before Rasputin managed to escape, running down the street with his hands on his belly. The man chased him, but Rasputin grabbed a stick from the ground and hit him on the head. Covered with blood, Rasputin was brought into the church. After ten hours a doctor arrived from the neighboring village and operated on him in the middle of the night. Rasputin stayed days under heavy guard and the man who attacked him was never found, but he recovered. He started drinking, his paranoia increased and eventually he asked to leave the service of the Tzar, which he did despite the Royal family protesting, and lived the rest of his life as an hermit. Nobles still went looking for him, asking for advice, and after he left his public image was somewhat redeemed.;;;;;;;;;;;;; +EVT32545OPTA;At least he will live the rest of his life in peace.;;;;;;;;;;;;; +EVTNAME1003;The Third Way;;;;;;;;;;;;; +EVTDESC1003;'Black shirts of the revolution, men and women of all $COUNTRY$, men and women all over the world, listen: The government has grown weak! We need a party who can unite us, who can give us a strong national identity and who will not be fooled by capitalism's or communism's sweet but poisonous voice. $COUNTRY$! $COUNTRY$! Entirely and universally Fascist! $COUNTRY$ of the black shirts, rise to your feet, let the cry of your determination rise to the skies and reach all the world: Everything in the State, nothing outside the State, nothing against the State. Today, together in $COUNTRY$ we have lit a flame that the ages shall not extinguish. Guard that sacred flame, my fascist brothers, until it illuminates $COUNTRY$ and lights again the paths of mankind.' \n\nThe Third Way, or fascists as they might be called, are looking to get a seat in the Upper House.;;;;;;;;;;;;; +EVTOPTA1003;Strength through Unity!;;;;;;;;;;;;; +EVTNAME900000;The Libyan Question;;;;;;;;;;;;; +EVTDESC900000;With the Turkish Empire currently in its weakest state in history, the time for laying claim to the lands of Libya is perfect. We can send an ultimatum to the Turks demanding that they surrender the Libyan territories, threatening war if they refuse. The other Great Powers are quickly laying claim to the rest of Africa, so it is imperative that we seize this opportunity.;;;;;;;;;;;;; +EVT900000OPTA;We will send an ultimatum to the Turks.;;;;;;;;;;;;; +EVT900000OPTB;We have no interest in colonial affairs at this time.;;;;;;;;;;;;; +EVTNAME900001;Italians Demand Libya!;;;;;;;;;;;;; +EVTDESC900001;Apparently looking to join the other powers of Europe in the "Scramble for Africa," the arrogant fools ruling Italy have sent us an ultimatum demanding that we fully surrender our protectorates in Libya. As Libya is currently the least of our worries, it may be best to persuade Italy into accepting a compromise.;;;;;;;;;;;;; +EVT900001OPTA;We will permit Italian influence in Libya while keeping it as a protectorate.;;;;;;;;;;;;; +EVT900001OPTB;This is nonsense. We will not let these fools bully us.;;;;;;;;;;;;; +EVTNAME900002;Turks Suggest a Compromise;;;;;;;;;;;;; +EVTDESC900002;The Turks have said that they would be willing to grant independence to their Libyan territories while allowing us unlimited trading rights within said territories. While this would prevent a possibly long and bloody conflict, it would also stall our goals towards further colonization in Africa.;;;;;;;;;;;;; +EVT900002OPTA;Fine. We agree.;;;;;;;;;;;;; +EVT900002OPTB;Is this some kind of joke? We demand full control over Libya!;;;;;;;;;;;;; +EVTNAME900005;The Italians Agree to Our Compromise;;;;;;;;;;;;; +EVTDESC900005;Italy has agreed to allow us to maintain nominal suzerainty over Libya while granting them full trade access within the territories. This is in our best interests for now.;;;;;;;;;;;;; +EVT900005OPTA;Very well.;;;;;;;;;;;;; +EVTDESC900006;The Italians have refused our suggested compromise and continue to demand full control over Libya. Shall we back down and concede or prove our worth in battle?;;;;;;;;;;;;; +EVTNAME900006;Italians Refuse Deal;;;;;;;;;;;;; +EVT900006OPTA;Allah will grant us victory. To battle!.;;;;;;;;;;;;; +EVT900006OPTB;We concede.;;;;;;;;;;;;; +EVTNAME900007;Turks Refuse!;;;;;;;;;;;;; +EVTDESC900007;Turkey has refused our demands once again and threatens to respond militarily if we pursue our interests in Libya. Will we go to war, or will we back down?;;;;;;;;;;;;; +EVT900007OPTA;To arms!;;;;;;;;;;;;; +EVT900007OPTB;Bide our time.;;;;;;;;;;;;; +EVTNAME900008;The Turkish Concession;;;;;;;;;;;;; +EVTDESC900008;The Turks have backed down and agreed to grant us full control over Libya. Surely our might is great.;;;;;;;;;;;;; +EVT900008OPTA;Great!;;;;;;;;;;;;; +EVT900008OPTB;Let's take Rhodes too.;;;;;;;;;;;;; +EVTNAME900009;Italy Conquers Libya;;;;;;;;;;;;; +EVTDESC900009;Our brave soldiers truly fought with the Lord on their side as the Turks fell to the ground in wave after wave. Libya is now ours. This is truly a glorious day for our nation! \n\nEven more fortunate, the Dodecanese Islands rebelled from the their Turkish masters and proclaimed themselves the Federation of the Dodecanese Islands. If we don't intervene, they will surely be suppressed. By intervening, we can take the islands in the name of peace and stability.;;;;;;;;;;;;; +EVT900009OPTA;Let the Turks deal with them.;;;;;;;;;;;;; +EVT900009OPTB;Onwards to Rhodes!;;;;;;;;;;;;; +EVTNAME900010;The Ottoman Empire Prevails;;;;;;;;;;;;; +EVTDESC900010;Our glorious armies have defeated the Italians. Truly Allah is on our side.;;;;;;;;;;;;; +EVT900010OPTA;Allahu Akbar!;;;;;;;;;;;;; +EVTDESC441290;With the purchase of Alaska from the Russians many in the US are calling for the immediate annexation of all territory south of the Yukon River. Those in favour of the idea claim that it is our destiny to establish a contiguous federation from Juneau to Tampa. If we follow through with this demand we can rest assured that the British will not be happy.;;;;;;;;;;;;; +EVTDESC441295;The Americans have issued us an ultimatum. They are demanding we renounce and secede all our possessions along the Yukon River and down the continental divide to the American's newly purchased Alaskan colony. Refusing would most definitely mean a costly war in North America over more sparsely populated territory.;;;;;;;;;;;;; +EVTNAME6016819;Demobilizing Country;;;;;;;;;;;;; +EVTDESC6016819;Demobilizing Country.;;;;;;;;;;;;; +EVT6016819OPTA;Everything will be alright.;;;;;;;;;;;;; +EVTNAME6016820;Reabsorbing Demobilized Country;;;;;;;;;;;;; +EVTDESC6016820;Country demobilized. Time to reabsorb. Everything is solved.;;;;;;;;;;;;; +EVTNAME31320;Vorarlberg wishes to join the Confederation;;;;;;;;;;;;; +EVTDESC31320;Due to our victorious war a referendum was held recently by the people of Vorarlberg proposing to join the Swiss Confederation and the overwhelming majority voted in favour. The people of Vorarlberg are similar to the Swiss and have always considered themselves different from their east German masters. Nevertheless while Catholic German speaking Swiss are cheering and celebrating the results some Swiss particularly the non German speakers are concerned about the consequences of such an incorporation. If we want to further break up the empires of our enemies we could pressure the Swiss government into accepting Vorarlberg annexation.;;;;;;;;;;;;; +EVTOPT31320A;Vorarlberg should join Switzerland;;;;;;;;;;;;; +EVTOPT31320B;Let them decide themselves.;;;;;;;;;;;;; +EVTDESC31321;With the Great War finally over a referendum was held recently by the people of Vorarlberg proposing to join the Swiss Confederation and the overwhelming majority voted in favour. The people of Vorarlberg are similar to us and have always considered themselves different from their east German masters. While they wish to join our confederation some of our own people are concerned. Vorarlberg is a German speaking Catholic region and our non German speaking citizens fear that an incorporation of such a large area would cause problems while the Protestants aren't very enthusiastic. However a choice must be made. Should Vorarlberg join the Confederation?;;;;;;;;;;;;; +EVTOPT31321A;The people of Vorarlberg voted to join our Confederation and so they will.;;;;;;;;;;;;; +EVTOPT31321B;Perhaps it would be better to not let them join.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_modifiers.csv b/HPM/localisation/00_HPM_modifiers.csv index cfcac5fb..e70364a1 100644 --- a/HPM/localisation/00_HPM_modifiers.csv +++ b/HPM/localisation/00_HPM_modifiers.csv @@ -1,583 +1,576 @@ -;;;;;;;;;;;;;;;;;;;;x,,,,, -jizya;Jizya;;;;;;;;;;;;;;;;;;x,,,,, -jizya_desc;The Jizya is a per capita yearly taxation historically levied in the form of financial charge on permanent non-Muslim subjects (dhimmi) in order to fund public expenditures of the state, in place of the Zakat and Khums that Muslims are obliged to pay. In return, the dhimmi are granted protected status under law.;;;;;;;;;;;;;;;;;;x,,,,, -umar_pact;The Pact of Umar;;;;;;;;;;;;;;;;;;x,,,,, -orthodox;Eastern Orthodox;;;;;;;;;;;;;;;;;;x,,,,, -coptic;Oriental Orthodox;;;;;;;;;;;;;;;;;;x,,,,, -exclusive_acquire_all_cores_CB;Acquire All Cores CB;;;;;;;;;;;;;;;;;;x,,,,, -exclusive_humiliate_CB;Humiliate CB;;;;;;;;;;;;;;;;;;x,,,,, -exclusive_liberate_country_CB;Liberate Country CB;;;;;;;;;;;;;;;;;;x,,,,, -exclusive_make_puppet_CB;Make Puppet CB;;;;;;;;;;;;;;;;;;x,,,,, -core_when_done;Add Core;;;;;;;;;;;;;;;;;;x,,,,, -legation_quarter_desc;The Legation Quarter is an area in our capital where a number of foreign legations are located. It creates some unrest, but the contributions to our research progress are invaluable.;;;;;;;;;;;;;;;;;;x,,,,, -western_presence_research;Western Presence;;;;;;;;;;;;;;;;;;x,,,,, -western_presence_research_desc;Shipwrecked westerners can be trouble in our peaceful community, but we can learn much from them.;;;;;;;;;;;;;;;;;;x,,,,, -european_military_mission_desc;Europeans established a military mission in our country, providing us with their valuable military expertise.;;;;;;;;;;;;;;;;;;x,,,,, -central_bank_instituted;Central Bank Created;;;;;;;;;;;;;;;;;;x,,,,, -failed_unification_remove_from_sphere;Remove from Sphere;;;;;;;;;;;;;;;;;;x,,,,, -debt_system_cooldown;Payment Made;;;;;;;;;;;;;;;;;;x,,,,, -debt_system_cooldown_desc;A payment was made.;;;;;;;;;;;;;;;;;;x,,,,, -local_conveyors_and_excavators;Conveyor Belts and Excavators;;;;;;;;;;;;;;;;;;x,,,,, -ryotwari;The Ryotwari System;;;;;;;;;;;;;;;;;;x,,,,, -partisan_occupation;Partisan Rule;;;;;;;;;;;;;;;;;;x,,,,, -ryotwari_desc;The Ryotwari system was a land revenue system in British India, introduced by Sir Thomas Munro in 1820 based on system administered by Captain Alexander Reid in the Baramahal district. It allowed the government to deal directly with the peasant (ryot) for revenue collection, and gave the peasant freedom to give up or acquire new land for cultivation. The peasant was assessed for only the lands he was cultivating.;;;;;;;;;;;;;;;;;;x,,,,, -supported_balkans_berlin_congress;Backs the Balkans;;;;;;;;;;;;;;;;;;x,,,,, -attending_berlin_congress;Attending Conference;;;;;;;;;;;;;;;;;;x,,,,, -supported_oe_berlin_congress;Backs the Turks;;;;;;;;;;;;;;;;;;x,,,,, -coward_ai;Coward Ruler;;;;;;;;;;;;;;;;;;x,,,,, -desc_coward_ai;The ruler of this country is cowardly and unlikely to get into conflict.;;;;;;;;;;;;;;;;;;x,,,,, -benefactor_ai;Benevolent Ruler;;;;;;;;;;;;;;;;;;x,,,,, -desc_benefactor_ai;The ruler of this country is benevolent and non bellicose.;;;;;;;;;;;;;;;;;;x,,,,, -malevolent_ai;Malevolent Ruler;;;;;;;;;;;;;;;;;;x,,,,, -desc_malevolent_ai;The ruler of this country is malicious and bellicose.;;;;;;;;;;;;;;;;;;x,,,,, -picking_personality;Ruler Personality;;;;;;;;;;;;;;;;;;x,,,,, -desc_picking_personality;This country's ruler personality was chosen.;;;;;;;;;;;;;;;;;;x,,,,, -government_busy_with_something;Busy Government;;;;;;;;;;;;;;;;;;x,,,,, -internment_camps_open;Internment Camps;;;;;;;;;;;;;;;;;;x,,,,, -evidence_of_massacre2;Evidence of Massacres Leaks;;;;;;;;;;;;;;;;;;x,,,,, -evidence_of_massacre2_desc;Damning evidence of massacres happening in our country are proving to be a stain in our reputation.;;;;;;;;;;;;;;;;;;x,,,,, -evidence_of_massacre;Evidence of Massacres Leaks;;;;;;;;;;;;;;;;;;x,,,,, -evidence_of_massacre_desc;Damning evidence of massacres happening in our country are proving to be a stain in our reputation.;;;;;;;;;;;;;;;;;;x,,,,, -local_tractors;Tractors and Trawlers;;;;;;;;;;;;;;;;;;x,,,,, -desc_local_tractors;Mechanized farming and fishing has arrived in this province in the form of tractors and fishing trawlers, increasing the efficiency, and reducing the labour intensity, of local farming.;;;;;;;;;;;;;;;;;;;x,,,,, -interment_camps;Directive No. 1;;;;;;;;;;;;;;;;;;;x,,,,, -interment_camps_desc;Directive No. 1 is the name given to a series of measures our country is currently undertaking to quell internal dissent. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -war_propaganda;War Propaganda;;;;;;;;;;;;;;;;;;;x,,,,, -war_propaganda_desc;Our country is currently undertaking a massive propaganda campaign, pushing the people to support our war policies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -government_propaganda;Government Propaganda;;;;;;;;;;;;;;;;;;;x,,,,, -government_propaganda_desc;Our country is currently undertaking a massive propaganda campaign, pushing the people to support our government policies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -war_focus;War Focused;;;;;;;;;;;;;;;;;;;x,,,,, -war_focus_desc;This war is for one objective and one only.;;;;;;;;;;;;;;;;;;;x,,,,, -loyal_vassal;Loyal Vassal;;;;;;;;;;;;;;;;;;;x,,,,, -loyal_vassal_desc;We will stand by our protectors.;;;;;;;;;;;;;;;;;;;x,,,,, -substate_nation_player;Substate;;;;;;;;;;;;;;;;;;;x,,,,, -in_disrepair;Disrepair;;;;;;;;;;;;;;;;;;;x,,,,, -in_disrepair_desc;Buildings in this province were neglected for so long they are falling apart.;;;;;;;;;;;;;;;;;;;x,,,,, -nationalization_in_progress;Nationalization in Progress;;;;;;;;;;;;;;;;;;;x,,,,, -nationalization_in_progress_desc;Our government is currently undertaking a nationalization effort. No longer will foreigners hold a sway in our sovereign industry. ;;;;;;;;;;;;;;;;;;;x,,,,, -factories_nationalized;Nationalized Factories;;;;;;;;;;;;;;;;;;;x,,,,, -factories_nationalized_desc;Our factories in another country were nationalized. This is a blow to the prestige of our country.;;;;;;;;;;;;;;;;;;;x,,,,, -santa_ana_rule;Antonio López de Santa Anna;;;;;;;;;;;;;;;;;;;x,,,,, -santa_ana_rule_desc;Antonio de Padua María Severino López de Santa Anna y Pérez de Lebrón - also known as Santa Anna - is the current ruler of Mexico. A hero of the war of independence, his shifting political views and actions have made him an enigmatic figure.;;;;;;;;;;;;;;;;;;;x,,,,, -forceful_back_to_africa;Back to Africa Act;;;;;;;;;;;;;;;;;;;x,,,,, -forceful_back_to_africa_desc;Without the shackles of the democratic rules, the government has declared an order for the forceful repatriation of all African diaspora cultures in our country.;;;;;;;;;;;;;;;;;;;x,,,,, -ostflucht;Ostflucht;;;;;;;;;;;;;;;;;;;x,,,,, -ostflucht_desc;Poverty is driving people to the west.;;;;;;;;;;;;;;;;;;;x,,,,, -considering_colonial_offer;Considering Colonial Offer;;;;;;;;;;;;;;;;;;;x,,,,, -considering_colonial_offer_desc;We are currently discussing one colonial possibility of a recently dismantled country.;;;;;;;;;;;;;;;;;;;x,,,,, -dismantling_country;Dismantling Country;;;;;;;;;;;;;;;;;;;x,,,,, -dismantling_country_desc;Our diplomatic efforts are currently centred in the dismantlement of another country.;;;;;;;;;;;;;;;;;;;x,,,,, -being_dismantled;Under Dismantlement;;;;;;;;;;;;;;;;;;;x,,,,, -being_dismantled_desc;Our country has lost and its empire is being divided by the winners.;;;;;;;;;;;;;;;;;;;x,,,,, -claiming_neuchatel;Claims on Neuchatel;;;;;;;;;;;;;;;;;;;;x,,,,, -the_long_war;The Long War;;;;;;;;;;;;;;;;;;;;x,,,,, -the_long_war_desc;One of our wars has been dragging for long - for too long. The international community begun to see our war as an extermination effort against our enemies.;;;;;;;;;;;;;;;;;;;;x,,,,, -research_lagging_behind;Modernization Effort;;;;;;;;;;;;;;;;;;;;x,,,,, -research_lagging_behind_desc;Our country is devoting all its resources to implement needed technological reforms.;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_1;High Inflation;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_1_desc;In economics, inflation is a sustained increase in the general price level of goods and services in an economy over a period of time. When the general price level rises, each unit of currency buys fewer goods and services. Consequently, inflation reflects a reduction in the purchasing power per unit of money – a loss of real value in the medium of exchange and unit of account within the economy. A long sustained period of inflation is caused by money supply growing faster than the rate of economic growth. Inflation may also lead to an invisible tax in which the value of currency is lowered in contrast with its actual reserve, ultimately leading individuals to hold devalued legal tender.;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_2;High Inflation;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_2_desc;In economics, inflation is a sustained increase in the general price level of goods and services in an economy over a period of time. When the general price level rises, each unit of currency buys fewer goods and services. Consequently, inflation reflects a reduction in the purchasing power per unit of money – a loss of real value in the medium of exchange and unit of account within the economy. A long sustained period of inflation is caused by money supply growing faster than the rate of economic growth. Inflation may also lead to an invisible tax in which the value of currency is lowered in contrast with its actual reserve, ultimately leading individuals to hold devalued legal tender.;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_3;Hyperinflation;;;;;;;;;;;;;;;;;;;;x,,,,, -high_inflation_3_desc;Hyperinflation is very high and typically accelerating inflation. It quickly erodes the real value of the local currency, as the prices of all goods increase. This causes people to minimize their holdings in that currency as they usually switch to more stable foreign currencies. Hyperinflation is often associated with some stress to the government budget, such as wars or their aftermath, sociopolitical upheavals, a collapse in export prices, or other crises that make it difficult for the government to collect tax revenue.;;;;;;;;;;;;;;;;;;;;x,,,,, -homeland_productive_year;Bountiful Year;;;;;;;;;;;;;;;;;;;;x,,,,, -homeland_productive_year_desc;This year has been especially good for our country.;;;;;;;;;;;;;;;;;;;;x,,,,, -severe_homeland_drought;Severe Drought;;;;;;;;;;;;;;;;;;;;x,,,,, -severe_homeland_drought_desc;A severe drought is hitting this province.;;;;;;;;;;;;;;;;;;;;x,,,,, -homeland_drought;Drought;;;;;;;;;;;;;;;;;;;;x,,,,, -homeland_drought_desc;This province is currently under a drought.;;;;;;;;;;;;;;;;;;;;x,,,,, -disable_conquest_cb;Conquest CB Disabled;;;;;;;;;;;;;;;;;;;;x,,,,, -disable_conquest_cb_desc;As we are currently committed to the liberty of a country, it would be unthinkable that we make a move to end the independence of another country.;;;;;;;;;;;;;;;;;;;;x,,,,, -colony_to_state_conversion;Colony to State Conversion;;;;;;;;;;;;;;;;;;;;x,,,,, -colony_to_state_conversion_desc;A necessity of uncivilized colony-to-state conversion.;;;;;;;;;;;;;;;;;;;;x,,,,, -colony_to_be_annexed;Colonial Negotiations;;;;;;;;;;;;;;;;;;;;x,,,,, -colony_to_be_annexed_desc;Our former overlord lost a war and now we, as their former colony, are in the negotiation table.;;;;;;;;;;;;;;;;;;;;x,,,,, -permanent_occupation;Occupation of Defeated Country;;;;;;;;;;;;;;;;;;;;x,,,,, -permanent_occupation_desc;Our long occupation of a country that has already been defeated is drawing international criticism.;;;;;;;;;;;;;;;;;;;;x,,,,, -regency_government;Regency;;;;;;;;;;;;;;;;;;;;x,,,,, -regency_government_desc;Sickness, foreign trips, premature death or abdication - a number of reasons can trigger a regency. The fact is that our country is currently in one, the regents aren't very good at their jobs and our country is on the edge of chaos.;;;;;;;;;;;;;;;;;;;;x,,,,, -reactionary_demands;Reactionary Agenda;;;;;;;;;;;;;;;;;;;;x,,,,, -reactionary_demands_desc;Reactionaries forced their way to power are an implementing an anti-western agenda.;;;;;;;;;;;;;;;;;;;;x,,,,, -integrating_colony;Integrating Colony;;;;;;;;;;;;;;;;;;;;x,,,,, -integrating_colony_desc;We are working towards full integration of a big colony in our empire. This will require all of our efforts that could be directed to colonization.;;;;;;;;;;;;;;;;;;;;x,,,,, -non_interventionism_trade_policy;Economic Non-Interventionism;;;;;;;;;;;;;;;;;;;;x,,,,, -non_interventionism_trade_policy_desc;Proponents of economic non-interventionism believe that tariffs shouldn't be used to heavily subside or protect national trade at all.;;;;;;;;;;;;;;;;;;;;x,,,,, -claimed_africa;Claimed Colony;;;;;;;;;;;;;;;;;;;;x,,,,, -claimed_africa_desc;We claimed a colony and need to wait before claiming new colonies under the same rules.;;;;;;;;;;;;;;;;;;;;x,,,,, -quality_coal;High-Quality Coal;;;;;;;;;;;;;;;;;;;;x,,,,, -quality_coal_desc;The coal in this province is of high quality, lasting longer and producing more heat.;;;;;;;;;;;;;;;;;;;;x,,,,, -smithian_school;Smithianism;;;;;;;;;;;;;;;;;;;;x,,,,, -smithian_school_desc;Laissez-faire philosophies, such as minimizing the role of government intervention and taxation in the free markets, and the idea that an "invisible hand" guides supply and demand are among the key ideas Adam Smith's writing is responsible for promoting. Our trade policies are largely inspired by him.;;;;;;;;;;;;;;;;;;;;x,,,,, -french_liberal_school;Orthodox Liberal School;;;;;;;;;;;;;;;;;;;;x,,,,, -french_liberal_school_desc;The Orthodox school of economic thought, also known as the French Liberal School or Optimist School, voraciously defends free trade and laissez-faire capitalism. They are the primary opponents of collectivist, interventionist and protectionist ideas. Our trade policies are largely inspired by this school.;;;;;;;;;;;;;;;;;;;;x,,,,,;;;;;;;;;;;;;;;;;;;;x,,,,, -no_trade_policy_set;No Set Trade Policy;;;;;;;;;;;;;;;;;;;;x,,,,, -no_trade_policy_set_desc;Our government doesn't have a set trade policy and prefers to make snap decisions on tariffs.;;;;;;;;;;;;;;;;;;;;x,,,,, -russian_protectionism;High Protectionism;;;;;;;;;;;;;;;;;;;;x,,,,, -russian_protectionism_desc;The aim of this policy is to have a country that is economically independent, relying on high importation tariffs to cover most expenses.;;;;;;;;;;;;;;;;;;;;x,,,,, -mercantilism;Mercantilism;;;;;;;;;;;;;;;;;;;;x,,,,, -mercantilism_desc;Mercantilism is a type of policy designed to maximize the trade of a nation and especially to maximize the accumulation of gold and silver. It promotes governmental regulation of a nation's economy for the purpose of augmenting state power at the expense of rival national powers.;;;;;;;;;;;;;;;;;;;;x,,,,, -economic_nationalism;Economic Nationalism;;;;;;;;;;;;;;;;;;;;x,,,,, -economic_nationalism_desc;The aim of this policy is to have a country that is economically independent and nationally self-sufficient. It favors policies that emphasize domestic control of the economy, labor, and capital formation, even if this requires the heavy imposition of tariffs and other restrictions on the movement of labor, goods and capital.;;;;;;;;;;;;;;;;;;;;x,,,,, -polish_uprising_mobilization;Polish Uprising;;;;;;;;;;;;;;;;;;;;x,,,,, -polish_uprising_mobilization_desc;We are mobilizing our society so Poland can be free once more.;;;;;;;;;;;;;;;;;;;;x,,,,, -credit_risk;High Credit Risk;;;;;;;;;;;;;;;;;;;;x,,,,, -credit_risk_desc;Revolts, wars or general instability, our country is too much of a risk for other countries to lend money to us.;;;;;;;;;;;;;;;;;;;;x,,,,, -sound_dues;Sound Dues Toll;;;;;;;;;;;;;;;;;;;;x,,,,, -sound_dues_toll;Sound Dues Toll;;;;;;;;;;;;;;;;;;;;x,,,,, -unrecognized_country;Unrecognized Country;;;;;;;;;;;;;;;;;;;;x,,,,, -unrecognized_country_desc;As a young rebellious country, no one recognizes our right to self rule.;;;;;;;;;;;;;;;;;;;;x,,,,, -monthly_payment_made;Monthly Payment;;;;;;;;;;;;;;;;;;;;x,,,,, -monthly_payment_made_desc;We already contributed to our overlord's coffers this month.;;;;;;;;;;;;;;;;;;;;x,,,,, -using_foreign_ships;Uses Imported Ships;;;;;;;;;;;;;;;;;;;;x,,,,, -using_foreign_shipyards;Uses Western Shipyards;;;;;;;;;;;;;;;;;;;;x,,,,, -using_foreign_weapons;Uses Foreign Weapons;;;;;;;;;;;;;;;;;;;;x,,,,, -using_foreign_artillery;Uses Foreign Artillery;;;;;;;;;;;;;;;;;;;;x,,,,, -sicilian_mafia;Sicilian Mafia;;;;;;;;;;;;;;;;;;;;x,,,,, -desc_sicilian_mafia;The Sicilian Mafia, also known as simply the Mafia or Cosa Nostra, is a criminal syndicate born in Sicily and operating in provinces with South Italians. They profit mainly through racketeering, badly affecting producers' profits and their capability to hire new workers, but they also dwell on political corruption and other criminal areas. Their brutal methods makes them infamous where they operate.;;;;;;;;;;;;;;;;;;;;x,,,,, -owed_steamers;Owed Steamers;;;;;;;;;;;;;;;;;;;;x,,,,, -owed_artillery;Owed Artillery;;;;;;;;;;;;;;;;;;;;x,,,,, -owed_canned_food;Owed Canned Food;;;;;;;;;;;;;;;;;;;;x,,,,, -total_reform;Comprehensive Miracle;;;;;;;;;;;;;;;;;;;;x,,,,, -total_reform_desc;Our country is going through comprehensive reforms, promoting nothing short of a true miracle.;;;;;;;;;;;;;;;;;;;;x,,,,, -slave_revolution;Slave Revolution;;;;;;;;;;;;;;;;;;;;x,,,,, -relutanct_figher;Reluctant Fighter;;;;;;;;;;;;;;;;;;;;x,,,,, -relutanct_figher_desc;This nation doesn't seems to have its own ambitions and is reluctant to fight for another country.;;;;;;;;;;;;;;;;;;;;x,,,,, -silver_mine;Silver Mine;;;;;;;;;;;;;;;;;;;;x,,,,, -krakow_is_austrian;Krakow is Austrian;;;;;;;;;;;;;;;;;;;;x,,,,, -great_irish_famine;Great Irish Famine;;;;;;;;;;;;;;;;;;;;x,,,,, -preparations_to_kill;Extermination Camps;;;;;;;;;;;;;;;;;;;;x,,,,, -sunni_country;Sunni Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -shiite_country;Shiite Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -ibadi_country;Ibadi Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -catholic_country;Catholic Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -protestant_country;Protestant Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -mormon_country;Mormon Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -orthodox_country;Eastern Orthodox Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -coptic_country;Oriental Orthodox Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -jewish_country;Jewish Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -yazidi_country;Yazidi Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -mahayana_country;Mahayana Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -gelugpa_country;Gelugpa Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -theravada_country;Theravada Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -hindu_country;Hindu Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -shinto_country;Shinto Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -sikh_country;Sikh Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -animist_country;Animist Religion;;;;;;;;;;;;;;;;;;;;x,,,,, -native_assimilation_act_policy;Native Assimilation Act;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -native_assimilation_act_policy_desc;The government is working towards the assimilation of the native population.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -native_removal_act_policy;Native Removal Act;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -native_removal_act_policy_desc;Discriminatory policies aim to eliminate and push out the native population.;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -african_integration_policy;African Integration Policy;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -native_assimilation_enacted;Native Integration Policy;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -new_world_nation;New World Nation;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -low_healthcare_poorly_funded;Poorly Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_low_healthcare_poorly_funded;Less government investment in administration results in a poorly funded healthcare system.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -good_healthcare_poorly_funded;Poorly Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_good_healthcare_poorly_funded;Less government investment in administration results in a poorly funded healthcare system.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -capital_health_care;Local Capital Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_trinket_health_care;Trinket Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_low_health_care;Low Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_acceptable_health_care;Acceptable Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_good_health_care;Good Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pearl_season;Pearl Hunting Season;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pearl_season_desc;The population in this province is engaging in the much profitable pearl hunting activity.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -religious_minority_oppression;Oppressed Religious Minorities;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -religious_minority_oppression_desc;Religious minorities are being mistreated, resulting in ever increasing militancy and consciousness of these people.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -armenian_diaspora;Armenian Diaspora;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -armenian_diaspora_desc;This province contains a minority population that comes from the Armenian diaspora.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -earthquake_devastation;Earthquake Devastation;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -earthquake_devastation_desc;A powerful earthquake has recently devastated this province, leaving thousands homeless and disrupting the lives of scores of people.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -education_fully_funded;Excellent Education System;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -health_care_fully_funded;Excellent Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -neglected_education;Neglected Education Funding;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinket_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -low_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -acceptable_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -good_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -low_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -acceptable_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -good_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rally_tribesmen;Rally Tribesmen;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rally_tribesmen_desc;A portion of our people leave a nomadic lifestyle with bits of a centuries old warrior culture. By reaching to these people and rallying them to our cause, we can raise a much greater army to fulfil our country's destiny.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tanzimat_land_reform;Ottoman Land Code;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tanzimat_land_reform_desc;The Ottoman Land Code was the beginning of a systematic land reform program during the Tanzimat period of the Ottoman Empire. The reasons behind the law were twofold. (1) to increase tax revenue, and (2) to exercise greater state control over the area.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -war_economy_ships;Emergency Ship Building;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -preparing_for_war;Preparing for War;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -preparing_for_war_desc;War with the North is inevitable and we must be ready for it.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -missionary_activity;Missionary Activity;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -missionary_activity_desc;Foreign missionaries are active in our country.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -exploiting_the_land;Exploiting the Land;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_exploiting_the_land;The time of the Zemene Mesafint is an arduous and perilous time, so all rulers are required to cut costs and take as much money from their population as they can.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -province_small_immigration_boom;Local Immigration Boom;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_small_immigration_boom;Due to favorable socio-economical conditions, this province is experiencing an immigration boom.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -disunited_country;Disunited Country;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -disunited_country_desc;Warlords, regionalism and outlaws threaten to rip our country apart. A good part of our manpower and government efforts are directed exclusively to maintain our country together. Our ruler is frequently in campaign against rebellious warlords.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tewodros_reforms;Kassa Hailu;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tewodros_reforms_desc;While our current ruler Kassa Hailu might be one of the finest strategists in recent history, he was also a shifta, an outlaw, and this lowers our nation in the eyes of others.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_museum_of_natural_history;Museum of Natural History;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -colonial_museum_of_natural_history_desc;A Museum of Natural History has been established in our country.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -plantation;Plantations and Mines;;;;;;;;;;;;;;;;;;x,,,,, -serial_killer;Serial Killer On The Loose;;;;;;;;;;;;;;;;;;x,,,,, -desc_serial_killerA degenerate is committing insane and gruesome murders in the area. Who's gonna be next?;;;;;;;;;;;;;;;;;;x,,,,, -silver_age;A Silver Age;;;;;;;;;;;;;;;;;;x,,,,, -silver_age_desc;Our most excellent leader will take us through a time of trouble to a better tomorrow.;;;;;;;;;;;;;;;;;;x,,,,, -pancasila;Pancasila;;;;;;;;;;;;;;;;;;x,,,,, -pancasila_desc;Indonesia must stand united! Under a common leadership, nothing will stop us.;;;;;;;;;;;;;;;;;;x,,,,, -bazaari_strike;Bazaari strike;;;;;;;;;;;;;;;;;;x,,,,, -bazaari_strike_desc;Our merchant elites shut down all activities. The economy is taking a heavy blow.;;;;;;;;;;;;;;;;;;x,,,,, -exemplary_troops;Exemplary troops;;;;;;;;;;;;;;;;;;x,,,,, -exemplary_troops_desc;By their feats or even by their mere being, our elite troops inspire the most basic ruffians, giving them the morale needed to charge a firing machine gun.;;;;;;;;;;;;;;;;;;x,,,,, -submarine_warfare;Submarine warfare;;;;;;;;;;;;;;;;;;x,,,,, -submarine_warfare_desc;We are leading innovation in naval technology and instilling fear in the heart of our enemies!;;;;;;;;;;;;;;;;;;x,,,,, -rancho;Rancho California;;;;;;;;;;;;;;;;;;x,,,,, -rancho_desc;Our generous donations and land grants allow for a quick population of the area, leading to an unique life-style.;;;;;;;;;;;;;;;;;;x,,,,, -reading;Reading;;;;;;;;;;;;;;;;;;x,,,,, -reading_desc;A great work of literature inspired the people to read. The masses may become educated... The horror!;;;;;;;;;;;;;;;;;;x,,,,, -hague_convention;Ratified Hague Convention;;;;;;;;;;;;;;;;;;x,,,,, -hague_convention_desc;We have signed the Hague Convention to further an era of peace and stability in the world.;;;;;;;;;;;;;;;;;;x,,,,, -camillo_cavour;Camillo Cavour;;;;;;;;;;;;;;;;;;x,,,,, -camillo_cavour_desc;Our excellent minister is leading our nation in the right way. Modernity is now at our doorstep. Huzzah!;;;;;;;;;;;;;;;;;;x,,,,, -small_baby_boom;Baby Boom;;;;;;;;;;;;;;;;;;;;;;;;x -dust_bowl;Dust Bowl;;;;;;;;;;;;;;;;;;;;;;;;x -emigrant_aid_company;Emigrant Aid Company;;;;;;;;;;;;;;;;;;;;;;;;x -bleeding_state;Bleeding State;;;;;;;;;;;;;;;;;;;;;;;;x -free_staters_national;Free Staters Prohibition;;;;;;;;;;;;;;;;;;;;;;;;x -free_staters_national_desc;A few free staters settlers were prohibited from migrating to another state, generating a public commotion.;;;;;;;;;;;;;;;;;;;;;;;;x -copperhead_democrats_national;Copperhead Democrats;;;;;;;;;;;;;;;;;;;;;;;;x -copperhead_democrats_national_desc;Abolitionist democrats and southern pro-slavery groups are debating the future of slavery in our nation.;;;;;;;;;;;;;;;;;;;;;;;;x -underground_railroad_shutdown;Underground Railroad Shutdown;;;;;;;;;;;;;;;;;;;;;;;;x -underground_railroad_shutdown_desc;A few underground railroads in our nation were shut down and this act is fresh in the memory of the American people.;;;;;;;;;;;;;;;;;;;;;;;;x -fugitive_slave;Fugitive Slave;;;;;;;;;;;;;;;;;;;;;;;;x -fugitive_slave_desc;A recent decision regarding a fugitive slave is still fresh in the memory of our people.;;;;;;;;;;;;;;;;;;;;;;;;x -abolitionist_pamphlets;Abolitionist Pamphlets;;;;;;;;;;;;;;;;;;;;;;;;x -slave_market;Slave Market;;;;;;;;;;;;;;;;;;;;;;;;x -drinking_gourd;Drinking Gourd;;;;;;;;;;;;;;;;;;;;;;;;x -fire_eaters;Fire-Eaters;;;;;;;;;;;;;;;;;;;;;;;;x -yankee_doodle;Yankee Doodle;;;;;;;;;;;;;;;;;;;;;;;x -wish_I_was_dixie;Dixie Identity;;;;;;;;;;;;;;;;;;;;;;;x -southern_manorialism;Southern Manorialism;;;;;;;;;;;;;;;;;;;;;;;x -southern_pride;Southern Pride;;;;;;;;;;;;;;;;;;;;;;;x -desc_southern_pride;The dixies are a proud people, proud of their land and proud of the beauty of their women.;;;;;;;;;;;;;;;;;;;;;;;x -enclosures;Enclosures;;;;;;;;;;;;;;;;;;;;;;;x -desc_enclosures;The legal process of enclosing a number of small landholdings to create one larger farm. Once enclosed, use of the land became restricted to the owner, and it ceased to be common land for communal use.;;;;;;;;;;;;;;;;;;;;;;;x -haussmanns_renovations;Haussmann's Renovations;;;;;;;;;;;;;;;;;;;;;;;x -desc_haussmanns_renovations;The Haussmann's renovations, envisioned by Georges-Eugene Haussmann, included the demolition of crowded and unhealthy medieval neighborhoods, the building of wide avenues, parks and squares, the annexation of the suburbs surrounding Paris, and the construction of new sewers, fountains and aqueducts.;;;;;;;;;;;;;;;;;;;;;;;x -foreign_claims;Foreign Claims;;;;;;;;;;;;;;;;;;;;;;;x -foreign_claims_desc;Another nation is claiming this province, a claim that they will lose soon enough.;;;;;;;;;;;;;;;;;;;;;;;x -IS_IN_DEFAULT_TO;Is in default to this country.;;;;;;;;;;;;;;;;;;;;;;;x -IS_NOT_IN_DEFAULT_TO;Is not in default to this country.;;;;;;;;;;;;;;;;;;;;;;x -warship_commissioned;Warship Delivered;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -warship_commissioned_desc;Constructing, delivering or receiving a new, foreign warship is a complicated matter. Sailors need to be trained, officers instructed and the bureaucratic paperwork needs to be done. Because of that, it will take some time for us to be able to get involved in matters like this again.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ironclad_commision;Iron Clad Commissions;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sino_portuguese_treaty_of_peking_signataire;Signatory of the Treaty of Peking;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_distribution_channels_und_electricity;Commercial Retailers and Electrical Lighting;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_local_distribution_channels_und_electricity;New and efficient modes and structures for the selling and reselling of goods have been implemented in this province, leaving farmers free to tend their fields and electrical lights have been put up on the streets in this province, increasing the efficiency of all local production, as workers work in new and well lit environs.;;;;;;;;;;;;;;;;;;;;x;;;; -freedom_of_religion;Freedom of Religion;;;;;;;;;;;;;;;;;;;x;;;; -freedom_of_religion_desc;No one is forced or coerced into following any religion in our country, religious minorities have a protected status.;;;;;;;;;;;;;;;;;;;x;;;; -repatriation;Repatriation;;;;;;;;;;;;;;;;;;;x;;;; -desc_repatriation;Refugee Camps, population exchanges, mass expulsions. Whatever the reason, we have lots of people to repatriate and because of that we are making more space for them.;;;;;;;;;;;;;;;;;;;x;;;; -gaslights;Gas Lights;;;;;;;;;;;;;;;;;;;x;;;; -gaslights_desc;The introduction of gas lights meant that predefined areas like small rooms or big factory floors could be enlightened. This meant that people were no longer limited by sunrise and sunset.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -local_nitroglycerin_and_machine_tools;Mechanized Mining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_local_nitroglycerin_and_machine_tools;The mining process in this province is carried out with new and mechanized tools as well as new explosives, increasing the efficiency of local mining operations and the size of mines.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -modern_sail_ships;Modern Sail Ships;;;;;;;;;;;;;;;;;;;;x,,,,, -modern_sail_ships_desc;Modern techniques of building, equipping and staffing sail ships allow for more effective and powerful ships.;;;;;;;;;;;;;;;;;;;;x,,,,, -punitive_expeditions;Modern Punitive Expeditions;;;;;;;;;;;;;;;;;;;;x,,,,, -punitive_expeditions_desc;A common staple of the modern navies are punitive expeditions - maritimal expeditions undertaken in response to perceived disobedient or morally wrong behavior, either as revenge or to apply strong diplomatic pressure without a formal declaration of war. It's a careful balance of diplomatic effort and naval force to sucessfully carry out one.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -population_exchange_with_turkey;Population Exchange with Turkey;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -albania_exchange;Albania Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bosnia_exchange;Bosnia Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -montenegro_exchange;Montenegro Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -southern_serbia_exchange;Southern Serbia Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -macedonia_exchange;Dobrudja Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -dobrudja_exchange;Albania Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bulgaria_exchange;Bulgaria Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -eastern_rumelia_exchange;Albania Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -thessalia_exchange;Thessaly Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -southern_macedonia_exchange;Southern Macedonia Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -eastern_macedonia_exchange;Eastern Macedonia Exchange;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -##################################################;;;;;;;;;;;;;;x;;;; -# Crime;;;;;;;;;;;;;;x;;;; -##################################################;;;;;;;;;;;;;;x;;;; -machine_politics;Political Machine;;;;;;;;;;;;;;;;;;;;x;;;; -desc_machine_politics;Political Machines are a party organization, headed by a single boss or small autocratic group, that commands enough votes to maintain political and administrative control of a city, county, or state. It is in essence the bribery of mainly minorities by politicians using their influence. It is common to use the appointment for government jobs as a means of bribery within this system.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -spoil_system;Spoils System;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_spoil_system;The spoils system (also known as a patronage system) is a practice in which a political party, after winning an election, gives government jobs to its supporters, friends and relatives as a reward for working toward victory, and as an incentive to keep working for the party — as opposed to a merit system, where offices are awarded on the basis of some measure of merit, independent of political activity.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -instigators;Political Instigators;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_instigators;If the crime fighting institutions in a province became overstretched, instigators would run amok and eventually gather sufficient attention and support to cause an impact in the established order.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -kleptocrats;Kleptocrats;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_kleptocrats;Kleptocracy is a term applied to a government seen as having a particularly severe and systemic problem with officials or a ruling class (collectively, kleptocrats) taking advantage of corruption to extend their personal wealth and political power. Typically this system involves the embezzlement of state funds at the expense of the wider population, sometimes without even the pretense of honest service. Lacking sufficient control institutions in a country where external oversight is impossible or does not exist can mean that the bureaucrats would become kleptocrats.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -##################################################;;;;;;;;;;;;;;x;;;; -# General Modifiers;;;;;;;;;;;;;;x;;;; -##################################################;;;;;;;;;;;;;;x;;;; -international_zone_modifier;International Zone;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -international_zone_modifier_desc;Our country has been declared an international zone, a hub of trade and commerce and a neutral zone for foreign parts to meet.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -international_zone;International Zone;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_training;Ineffective Foreign Training;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_training_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_naval_schools;Ineffective Naval Schools;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_naval_schools_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_officers;Ineffective Foreign Officers;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_officers_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_naval_officers;Ineffective Naval Officers;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -isolationist_foreign_naval_officers_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -naval_school;Naval School;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_naval_school;The Merchant Marine operates a Naval School in one of our provinces, providing lessons in leadership and education in the latest naval technologies.;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -historical_congo;Historical Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -neuchatel_crisis_escalated;Neuchatel Crisis;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -preparations_for_war;Preparations for War;;;;;;;;;;;;;;;;;;;;;;;;;;x -preparations_for_war_desc;There's an incoming war, or so some say.;;;;;;;;;;;;;;;;;;;;;;;;;;x -congo_company;The Congo Company;;;;;;;;;;;;;;;;;;;;;;;;;;x -congo_company_desc;With its residence on the Congo, the company was made to explore the natural resources of the Congo and make sure its riches and the natives benefit us.;;;;;;;;;;;;;;;;;;;;;;;;;;x -congo_exploitation;Congolese Exploitation;;;;;;;;;;;;;;;;;;;;;;;;;;x -congo_exploitation_desc;All blacks saw this man as the devil of the Equator...From all the bodies killed in the field, you had to cut off the hands. He wanted to see the number of hands cut off by each soldier, who had to bring them in baskets...A village which refused to provide rubber would be completely swept clean. As a young man, I saw [Fiévez's] soldier Molili, then guarding the village of Boyeka, take a net, put ten arrested natives in it, attach big stones to the net, and make it tumble into the river...Rubber causes these torments; that's why we no longer want to hear its name spoken. Soldiers made young men kill or rape their own mothers and sisters.;;;;;;;;;;;;;;;;;;;;;;;;;;x -philantropic_work;Philanthropic Work;;;;;;;;;;;;;;;;;;;;;;;;;;x -philantropic_work_desc;We are guiding this nation in the principles of civilizing and helping the natives.;;;;;;;;;;;;;;;;;;;;;;;;;;x -refused_gp_deliberation;Defied the Great Powers;;;;;;;;;;;;;;;;;;;;;;;;;;x -refused_gp_deliberation_desc;We defied the deliberation of the Great Powers. There's a looming threat of war to enforce the decisions made in the Congress, but if we can hold out for enough time they may be forced to recognize that we are right.;;;;;;;;;;;;;;;;;;;;;;;;;;x -mandate_of_heaven;Mandate of Heaven;;;;;;;;;;;;;;;;;;;;;;;;;;x -mandate_of_heaven_desc;By Divine Right, the Emperor is ruler of all under Heaven.;;;;;;;;;;;;;;;;;;;;;;;;;;x -the_congo_reform_association;The Congo Reform Association;;;;;;;;;;;;;;;;;;;;;;;;;;x -the_congo_reform_association_desc;An international humanitarian organization is casting a less than favorable light on our colonial policies in the Congo.;;;;;;;;;;;;;;;;;;;;;;;;;;x -indian_territory;Indian Territory;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -indian_territory_desc;The Indian Territory is a land area set aside by the United States Government for the relocation of the indigenous peoples of the Americas who held aboriginal title to their land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reconstruction;Reconstruction Policies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reconstruction_desc;After the Civil War, our torn nation needs to be rebuilt. With policies such as the theTen-Percent Plan, a plan that stipulates that each secessionist state had to redraft its constitution and could reenter the Union only after 10 percent of its eligible voters pledged an oath of allegiance to the United States and other reconstruction plans, the USA can recover from the effects of this devastating war.;;;;;;;;;;;;;;;;;;;;;;;x -cultural_resurgence;Cultural Resurgence;;;;;;;;;;;;;;;;;;;;;;;x -cultural_resurgence_desc;This province is experiencing a complete resurgence of an old culture.;;;;;;;;;;;;;;;;;;;;;;;x -chinese_treaty_port;Chinese Treaty Port;;;;;;;;;;;;;;;;;;;;;;;x -chinese_treaty_port_desc;We negotiated a treaty with the Chinese and acquired the rights over a Chinese port and city.;;;;;;;;;;;;;;;;;;;;;;;x -negotiating_unequal_treaty;Unequal Treaty;;;;;;;;;;;;;;;;;;;;;;;x -negotiating_unequal_treaty_desc;We have lost a war and like vultures, the westerners descended upon us imposing their conditions including the opening of our country, monetary reparations and even the secession of territory.;;;;;;;;;;;;;;;;;;;;;;;x -negotiating_treaty;Negotiating Treaty;;;;;;;;;;;;;;;;;;;;;;;x -negotiating_treaty_desc;Our diplomats are negotiating a treaty with a defeated nation.;;;;;;;;;;;;;;;;;;;;;;;x -lacks_writing_system;Lacks Writing System;;;;;;;;;;;;;;;;;;;;;;;x -lacks_writing_system_desc;Our society lacks a writing system. Without this the written word, the organizational structures of the government will always be simple.;;;;;;;;;;;;;;;;;;;;;;;x -penal_colony;Penal Colony;;;;;;;;;;;;;;;;;;;;;;;x -penal_colony_desc;This province is home to a sizeable penal colony. Most of the poor strata are convicts or former convicts, leading to widespread poverty.;;;;;;;;;;;;;;;;;;;;;;;x -divided_society;Divided Society;;;;;;;;;;;;;;;;;;;;;;;x -divided_society_desc;Our society is deeply divided by racial issues. There's distrust and resentment all around and because of that integration is severely affected.;;;;;;;;;;;;;;;;;;;;;;;x -caudillo_leaders;Caudillo;;;;;;;;;;;;;;;;;;;;;;;x -caudillo_leaders_desc;A caudillo is a type of militia leader with a charismatic personality and enough of a populist program of generic future reforms to gain broad sympathy, at least at the outset, among the common people. Effective caudillismo depends on a personality cult. Since the caudillo typically held power by controlling a patronage network that brooked no rival structure, some caudillos took up an anti-clerical stand. Many of the caudillos used their newly gained power, which was unchecked because it was extra-constitutional, to promote their own wealth and interests.;;;;;;;;;;;;;;;;;;;;;;;x -corrupt_army;Corrupt Officials;;;;;;;;;;;;;;;;;;;;;;;x -corrupt_army_desc;After one defeat, one of our generals blamed the failure on enemy magic, which prompted an angry response from the ruler. It's evident that the organization and logistics of our army are inadequate, officer training is deficient, and corruption is widespread.;;;;;;;;;;;;;;;;;;;;;;;x -fanatic_army;Fanatic Loyalty;;;;;;;;;;;;;;;;;;;;;;;x -fanatic_army_desc;Marked by a high level of discipline and fanaticism, our army is recruiting people from all over our country to fight for our cause. These conscripts firmly believe in our mission and are of an undying loyalty to us.;;;;;;;;;;;;;;;;;;;;;;;x -irish_poverty;Irish Poverty;;;;;;;;;;;;;;;;;;;;;;;x -animists_run;Animist Emigration;;;;;;;;;;;;;;;;;;;;;;;x -hormuz_strait;Hormuz Strait;;;;;;;;;;;;;;;;;;;;;;;x -the_french_foreign_legion;La Légion Étrangère;;;;;;;;;;;;;;;;;;;x -the_hedeselskab;The Hedeselskab;;;;;;;;;;;;;;;;;;x,,,, -the_hedeselskab_desc;The foundation of the Danish Moor Company lead to the drainage and improvement of vast areas.;;;;;;;;;;;;;;;;;;x,,,, -emigration_boom;Emigration Boom;;;;;;;;;;;;;;;;;;x,,,, -emigration_boom_desc;Changing life conditions in our country are stimulating a big relocation of our people.;;;;;;;;;;;;;;;;;;x,,,, -gold_rush_country;Gold Rush;;;;;;;;;;;;;;;;;;x,,,, -gold_rush_country_desc;Our country is experiencing a gold rush leading people from all over the old world to flock to our country.;;;;;;;;;;;;;;;;;;x,,,, -global_baby_boom;Baby Boom;;;;;;;;;;;;;;;;;;x,,,, -global_baby_boom_desc;Improvements in life conditions in our country are leading to a country-wide baby boom.;;;;;;;;;;;;;;;;;;x,,,, -political_education;Ideological Education;;;;;;;;;;;;;;;;;;x,,,, -political_education_desc;Education in our country is full blown ideological indoctrination, and has severe changes every time our leader changes. Universal public education is thus enforced and alphabetization is a priority, but at the cost of free thinking.;;;;;;;;;;;;;;;;;;x,,,, -cult_of_personality;Cult of Personality;;;;;;;;;;;;;;;;;;x,,,, -cult_of_personality_desc;A cult of personality arises when an individual uses mass media, propaganda, or other methods, to create an idealized, heroic, and at times, worshipful image, often through unquestioning flattery and praise.;;;;;;;;;;;;;;;;;;x,,,, -totalitarian_system;Totalitarianism;;;;;;;;;;;;;;;;;;x,,,, -totalitarian_system_desc;Totalitarianism is a political system in which the state holds total authority over the society and seeks to control all aspects of public and private life wherever possible.;;;;;;;;;;;;;;;;;;x,,,, -the_terror;The Terror;;;;;;;;;;;;;;;;;;x,,,, -the_terror_desc;To overcome our enemies we must have our own militarism. We must carry along with 90 percent out of the total population of our country. As for the rest, we have nothing to say to them. They must be annihilated.;;;;;;;;;;;;;;;x,,,, -silver_age;A Silver Age;;;;;;;;;;;;x,,,, -silver_age_desc;Our most excellent leader will take us through a time of trouble to a better tomorrow.;;;;;;;;;;;;;;;;;;;;;;;;x,,,, -chinese_foreign_training;Foreign Training in China;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -chinese_foreign_weapons;Western Weapons in China;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -chinese_foreign_officers;Foreign Officers in China;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -chinese_foreign_artillery;Western Artillery in China;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pandemic_influenza_immunity;Influenza Free;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pandemic_influenza_immunity_desc;A Pandemic of Influenza ravages our country, but this small isolated community is immune to it, thank to its remote location.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -population_resettlement;Population Resettlement;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -population_resettlement_desc;Our nation is working on the national integration of a region by resettling our citizens.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trade_city;Trade City;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trade_city_desc;Located in this province is an important trade city, a hub of trade of the region, enjoying much economic prosperity.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -peacetime_mobilization;Peace Time Mobilization;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -peacetime_mobilization_desc;Conscripts are being drafted left and right and our poor are being trained and prepared to fight, yet there's no war. This large disruption in the country's daily life is making our pops tired and our neighbors wary.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tribute_received;Tribute Received;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tribute_received_desc;One of our vassals paid their due tribute to us.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tribute_paid;Tribute Paid;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -tribute_paid_desc;We have to share part of our earnings with our overlord over the time period and as suck we are poorer from that.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -islamic_law_triggered;Islamic Law;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -islamic_law_triggered_desc;Islamic law is now the basis law code of our society. It deals with several topics including: crime, politics, and economics, as well as personal matters such as sexual intercourse, hygiene, diet, prayer, everyday etiquette and fasting.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -deportation_underway;Deportation;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -deportation_underway_desc;People from different ethnicities are being "encouraged" to move out of this country.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -treaty_port;Treaty Port;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -treaty_port_desc;This port was ceded to a foreign administration and it's a hub of trade from China to the rest of the world.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -drained_marsh;Drained Marsh;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -drained_marsh_desc;This marshland was drained and as a result it is more habitable.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -backed_down_on_promise;Backed Down on Promises;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -backed_down_on_promise_desc;Our government broke one or more important promises to our population.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -highlander_raids;Highlander Raids;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -highlander_raids_desc;Highlander raiders are looting our provinces in numbers.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -jewish_farms;Jewish Farmlands;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -jewish_farms_desc;Jews who immigrated to Israel purchased land that was mostly semi-arid, although much had been rendered untillable by deforestation, soil erosion and neglect. They set about clearing rocky fields, constructing terraces, draining swampland, reforesting, counteracting soil erosion, and washing salty land. Since independence, the total area under cultivation has increased from 408,000 acres (1,650 km2) to 1,070,000 acres (4,300 km2), while the number of agricultural communities has increased from 400 to 725. Agricultural production has expanded 16 times, three times more than population growth.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monument_under_construction;Under Construction;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -monument_under_construction_desc;We are building a great project to celebrate our nation greatness.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -recently_built_city;Recently Built City;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -recently_built_city_desc;The capital of this province was recently built by the government, moving a lot of workers to the region to build a city with modern infrastructure.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -law_changed_by_force;Law Changed;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -law_changed_by_force_desc;We pressured the upper house to pass an urgent reform.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -social_reformed_nation;Full Welfare State;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -social_reformed_nation_desc;Our country social reforms match every socialist demand, having some scholars call us an welfare state.;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -wahhabism_in_nejd;Wahhabism;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -wahhabism_in_nejd_desc;The "pivotal idea" of Wahhabism teaching was that people who called themselves Muslims but who participated in such innovations were not just misguided or committing a sin, but were "outside the pale of Islam altogether", as were Muslims who disagreed with his definition. This included not just lax, unlettered, nomadic Bedu, but Shia, Sufi, and Ottomans.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -russian_army;The Russian Army;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -russian_army_desc;The Russian Army may be the biggest land force of Europe, but it is poorly supplied and organized.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -landlocked_nation;Landlocked Nation;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -landlocked_nation_desc;Our nation doesn't have any access to the sea, greatly increasing import costs.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fundamentalist_sympathies;Islamic Fundamentalists;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fundamentalist_sympathies_desc;Islamic Fundamentalists are agitating the people in this province.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -new_constitution;The New Constitution;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -new_constitution_desc;Our country issued a new constitution, guaranteeing voting and citizen rights and putting down the revolutionary flames.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rise_of_a_nation;Rise of a Nation;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rise_of_a_nation_desc;Our proud nation is free, and our culture blossoms again.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sounds_dues_toll;The Sound Toll;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sounds_dues_toll_desc;The Sound Dues (or the Sound Toll) is a toll on the use of the Sound which constituted up to two thirds of Denmark's state income in the 16th and 17th centuries. The dues was introduced by King Eric of Pomerania in 1429.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MODIFIER_DEBT_DEFAULT_TO;Debt Default To;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -generalised_debt_default;Generalized Debt Default;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -MODIFIER_GENERALISED_DEBT_DEFAULT;Generalized Debt Default;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -hunger_riots;Hunger Riots;;;;;;;;;;;;;;;;;;;x,,,,, -desc_hunger_riots;A province where the poor are under severe hardship and that lacks an effective police force and has less money for crime fighting results in demonstrations getting out of hand and devolving in outright riots.;;;;;;;;;;;;;;;;;;;x,,,,, -withdrew_from_geneva_convention;Withdrew from the Geneva Convention;;;;;;;;;;;;;;;;;;;x,,,,, -withdrew_from_geneva_convention_desc;Our country is no longer a signatory of the Geneva Convention.;;;;;;;;;;;;;;;;;;;x,,,,, -small_but_efficient;Small But Efficient;;;;;;;;;;;;;;;;;;;x,,,,, -small_but_efficient_desc;Our country might be small, but that just means we can run it better.;;;;;;;;;;;;;;;;;;;x,,,,, -mass_graves;Mass Deaths;;;;;;;;;;;;;;;;;;;x,,,,, -mass_graves_desc;This province has seen an outbreak of violence that left many dead.;;;;;;;;;;;;;;;;;;;x,,,,, -own_kiel_canal;The Kiel Canal;;;;;;;;;;;;;;;;;;;x,,,,, -own_kiel_canal_desc;We own the Kiel Canal, linking the Baltic and the North Sea without the need to sail around Denmark, and we receive the dividends of its toll.;;;;;;;;;;;;;;;;;;;x,,,,, -own_suez_canal;The Suez Canal;;;;;;;;;;;;;;;;;;;x,,,,, -own_suez_canal_desc;We own the Suez Canal, linking the Mediterranean and the Red Sea without the need to sail around Africa, and we receive the dividends of its toll and glory for its possession.;;;;;;;;;;;;;;;;;;;x,,,,, -own_panama_canal;The Panama Canal;;;;;;;;;;;;;;;;;;;x,,,,, -own_panama_canal_desc;We own the Panama Canal, a huge feat of engineering linking the Pacific and the Atlantic Oceans, and we receive the dividends of its toll and glory for its possession.;;;;;;;;;;;;;;;;;;;x,,,,, -rebuilding_city;Rebuilding;;;;;;;;;;;;;;;;;;;;x,,,,, -rebuilding_city_desc;Our city is rebuilding.;;;;;;;;;;;;;;;;;;;;x,,,,, -slave_growth;Slave Demographics;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -slave_growth_desc;The population of slaves changed in our country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -assegai;Impi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -assegai_desc;Military innovations such as the assegai, the age-grade regimental system and encirclement tactics helped make the Zulu one of the most powerful nations in southern and south-eastern Africa.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -will_influence_elections;Following Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -will_influence_elections_desc;We are following this year election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -let_the_chips_fall;Not Following Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -let_the_chips_fall_desc;We are not involved in this year election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_big_army;The Big Army;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_big_army_desc;General Urquiza is gathering a huge army, compromised of volunteers from Uruguay and all over the country, to defeat Rosas.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -small_immigration_boom;Immigration Boom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -small_immigration_boom_desc;Our nation thrives and therefore more people flock to our cities each day.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_big_ben;The Big Ben;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_big_ben_desc;The Clock Tower derives its nickname from the bell, the Big Ben. With an extreme accuracy, the clock tower dominates life and work in London, always striking on time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bigben_construction;Reconstruction of the Palace of Westminster;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bigben_construction_desc;The Palace of Westminster is being reconstructed and with it, a huge clock tower.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -eiffel_tower_construction;Eiffel Tower Under Construction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -eiffel_tower_construction_desc;Our great nation is dedicating its resources and workers to build a magnificent tower.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -suez_canal_construction;Suez Canal Under Construction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -suez_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kiel_canal_construction;Kiel Canal Under Construction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kiel_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -panama_canal_construction;Panama Canal Under Construction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -panama_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kinda_bad_badboy;International Sanctions;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kinda_bad_badboy_desc;We have been declared a threat to global safety and international balance of power. Sanctions have been applied to our country and citizens and we have been warned that the great powers will worsen these sanctions in case we continue our aggressiveness.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -solano_lopez_industrialization;Solano Lopez Industrialization;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -solano_lopez_industrialization_desc;Following his rise to power, Carlos Solano Lopez started an aggressive program of industrialization and militarization of our country that included subsides to industry, minimum spending on military and a strong focus on productivity.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bad_badboy;International Isolation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bad_badboy_desc;Our great nation has acquired many enemies and now most of the nations in the world see us as an international threat. They joined forces to isolate us in an attempt to bring us down.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -north_coalition;Ejercito Grande;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -north_coalition_desc;A huge army against Rosas is being gathered by General Urquiza of Entre-Rios, and some of our provinces have pledged to support him.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -organic_statute;Organic Statute of Poland;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -organic_statute_desc;The Organic Statute of the Kingdom of Poland was a constitution introduced in the Kingdom of Poland after the suppression of the Polish Uprising of 1830–31 to replace the Constitution of 1815. It was promulgated in St. Petersburg by Tsar Nicholas I on Feb. 14 (26), 1832. Although the Organic Statute abolished the Sejm and the Polish Army, it preserved such autonomous institutions as the vicegerency, the State Council, and the vicegerent’s Administrative Council.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -francia_utopia;Francia's Utopia;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -francia_utopia_desc;Dr. Francia, dictator for life of Paraguay, inspired by French revolutionary ideals sought to create a utopian state based on Rosseau's Social Contract. Although he strived for equality of the people, Francia ruthlessly destroyed any opposition and created a Police state, imprisoning all those he deemed seditious. An isolationist, he ran the country with almost no outside influence.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -colorado_sympathies;Colorado Agitation;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -colorado_sympathies_desc;This region is under Colorado influence and it's likely to cause trouble.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -blanco_sympathies;Blanco Agitation;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -blanco_sympathies_desc;This region is under Blanco influence and it's likely to cause trouble.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -rivera_reforms;Rivera's Intervention;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -rivera_reforms_desc;Fructuoso Rivera entered Montevideo victorious and assumed dictatorial powers while he called for elections. He made sure to use these powers well.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -prussia_disagrees;Prussia upholds the Vienna Treaty;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -russia_disagrees;Russia upholds the Vienna Treaty;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -krakow_uprising;The Winger Hussars will ride once more.;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -polish_spirit;Polish Sentiment;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -polish_spirit_desc;With the successful revolution in Krakow, Poles everywhere are clamouring for an independent and unified Poland again.;;;;;;;;;;X,,,,,,,, -official_nationality;The Official Nationality Doctrine;;;;;;;;;;x,,,,,,,,,, -official_nationality_desc;Orthodoxy, Autocracy and Nationality, also known as Official Nationality was the dominant ideological doctrine of Russian emperor Nicholas I. The Tsar is currently trying to Russify our country, greatly disrupting our country organization but inciting nationality!;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,,, -orthodoxy_autocracy_nationality;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;;;;x,,,,,,,,,,,, -orthodoxy_autocracy_nationality_desc;The Official Nationality policy entered into effect and it's speeding up the assimilation of other cultures at the cost of some unrest.;;;;;;;;;;;x,,,,,,,,, -communists_ruling;Down with the Capitalists!;;;;;;;;;;;;;;X,,,,,,,,, -communists_ruling_desc;Our nation is now headed by the proletariat, capitalists have no place here!;;;;;;;;;;;;X,,,,,,,,,,,, -soviet_agitation;Tsarist Autocracy;;;;;;;;;;;;X,,,,,, -soviet_agitation_desc;The hardships of war, the technological backwardness of Russia and the tsar autocracy and repression are exhausting our people and our resources. Will we ever see an end to the Tsar autocracy?;;;;;;;;;;X,,,,,,,,,,,, -white_desorganisation;Leadership Disorganisation;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,, -white_desorganisation_desc;The White Army in the Russian Civil War managed to make advances against the soviets, but disorganization in it's ranks severely hindered their efforts!;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,, -install_communist_gov_sov;Install communism;;;;;;;;;;;;x -install_communist_gov_sov_desc;Install a communist government.;;;;;;;;;;;x -install_communist_gov_sov_setup;Install a communist government. If achieved, the country will be automatically added into our sphere and will become our satellite.;;;;;;;;;;;x -install_communist_gov_sov_short;Install communism;;;;;;;;;;;;x -human_research_modifier;Boosted Research;;;;;;;;;;;;;x -canadian_confederation;The Canadian Confederation;;;;;;;;;;;;;x -canadian_confederation_short;Canada will be confederated!;;;;;;;;;;;;;x -canadian_confederation_setup;The arrayed provinces of the Dominion of Canada have been asking for independence. The movement, headed by Sir John A. Macdonald, may end up providing the British Empire with a steadfast and decentralized ally in North America.;;;;;;;;;;;;;x -canadian_confederation_desc;The arrayed provinces of the Dominion of Canada have been asking for independence. The movement, headed by Sir John A. Macdonald, may end up providing the British Empire with a steadfast and decentralized ally in North America.;;;;;;;;;;;;;x -canadian_confederation_title;The Canadian Confederation;;;;;;;;;;;;;x -australian_independence;The Australian Constitution;;;;;;;;;;;;;x -australian_independence_short;Australia federated into six separate states and gained its independence.;;;;;;;;;;;;;x -australian_independence_setup;The Australian independence movement has finally reached a head, and it's time that the British Empire finally allowed the island continent of Australia to move forward from its previous prison colony history into a new world of democracy.;;;;;;;;;;;;;x -australian_independence_desc;The Australian independence movement has finally reached a head, and it's time that the British Empire finally allowed the island continent of Australia to move forward from its previous prison colony history into a new world of democracy.;;;;;;;;;;;;;x -australian_independence_title;The Australian Constitution;;;;;;;;;;;;;x -kiwi_constitution;The Dominion of New Zealand;;;;;;;;;;;;;x -kiwi_constitution_short;New Zealand has been released!;;;;;;;;;;;;;x -kiwi_constitution_setup;Following the independence of Australia, and the historic ties between Australia and New Zealand, a Kiwi movement has finally materialized, asking for a decentralized independence.;;;;;;;;;;;;;x -kiwi_constitution_desc;Following the independence of Australia, and the historic ties between Australia and New Zealand, a Kiwi movement has finally materialized, asking for a decentralized independence.;;;;;;;;;;;;;x -kiwi_constitution_title;The Dominion of New Zealand;;;;;;;;;;;;;x -first_riel_rebellion;The First Riel Rebellion Aftermath;;;;;;;;;;;;;x -first_riel_rebellion_desc;The First Riel Rebellion ended in blood and exile. The Metis have not forgotten, nor will the government let them.;;;;;;;;;;;;;x -first_riel_rebellion_title;The First Riel Rebellion Aftermath;;;;;;;;;;;;;x -metis_twilight;The Twilight of the Metis;;;;;;;;;;;;;x -metis_twilight_desc; The Second Riel Rebellion has ended in the worst possible way, and the Metis are now a marginalized people in Canada.;;;;;;;;;;;;;x -metis_twilight_title; The Twilight of the Metis;;;;;;;;;;;;;x -taras_shevchenko_local;Taras Shevchenko;;;;;;;;;;;;;x -taras_shevchenko_local_desc;Taras Shevchenko is gaining prominence and is affecting the Ukrainian peoples in their quest for independence and nation-building.;;;;;;;;;;;;;x -taras_shevchenko_local_title;Taras Shevchenko;;;;;;;;;;;;;x -taras_works_local;Taras Shevchenko;;;;;;;;;;;;;x -taras_works_local_desc;Taras Shevchenko is working hard after many life experiences, and is quickly becoming known as the father of the Ukrainian language and culture.;;;;;;;;;;;;;x -taras_works_local_title;Taras Shevchenko;;;;;;;;;;;;;x -slavery_timer;Slavery;;;;;;;;;;;;;x -slavery_timer_desc;Slavery in our nation continues on, making our country a bit less attractive as the world moves on.;;;;;;;;;;;;;x -slavery_timer_title;Continued Slavery;;;;;;;;;;;;;x -independence_of_norway;The Independence of Norway;;;;;;;;;;;;;x -independence_of_norway_short;The Independence of Norway;;;;;;;;;;;;;x -independence_of_norway_setup;The Independence of Norway;;;;;;;;;;;;;x -independence_of_norway_desc;The Personal Union between Sweden and Norway is on its last legs, and attempts to find common ground between the Swedes and Norwegians is failing rapidly. Releasing Norway seems like the only solution.;;;;;;;;;;;;;x -independence_of_norway_title;The Independence of Norway;;;;;;;;;;;;;x -restart_the_caucasian_war;Restart the Caucasian War;;;;;;;;;;;;;x -restart_the_caucasian_war_short;Restart the Caucasian War;;;;;;;;;;;;;x -restart_the_caucasian_war_setup;Restart the Caucasian War;;;;;;;;;;;;;x -restart_the_caucasian_war_desc;Although Russia put the Caucasian/Circassian War on hold during their wars with Persia and the Ottoman Empire, now Russia has a chance to save face and ensure its hegemony over the Caucasus. This is not a decision to be taken lightly, as the war has raged in one form or another since 1763.;;;;;;;;;;;;;x -restart_the_caucasian_war_title;Restart the Caucasian War;;;;;;;;;;;;;x -caucasian_war_local;Caucasian War;;;;;;;;;;;;;x -caucasian_war_local_desc;The ongoing Caucasian War is causing unrest and lack of productivity in these provinces.;;;;;;;;;;;;;x -caucasian_war_local_title;The Caucasian War;;;;;;;;;;;;;x -caucasian_truce_local;Caucasian War - Truce;;;;;;;;;;;;;x -caucasian_truce_local_desc;The Caucasian War is undergoing a truce, for now. The uneasy tension that the locals have with their Russian occupiers is a welcome break from the previous state of war, but it is an uneasy truce brokered by the blood of both sides.;;;;;;;;;;;;;x -caucasian_truce_local_title;The Caucasian War - Truce;;;;;;;;;;;;;x -SOV_communists;Bolsheviks;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -SOV_communists_2;Trotsky's Faction;;;;;;;;;;;;;X,,,,,,,,,,,,, -kobu_gattai;Kobu Gattai;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kobu_gattai_desc;This was a policy of the Tokugawa shogunate aiming at increasing political coordination between the bakufu and the Imperial Court, as well as appeasing opponents within the shogunate itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sakoku;Sakoku;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sakoku_desc;Meaning 'locked country',this is the policy under which no foreigner could enter Japan under pain of death. Maintained by the Tokugawa shogunate, it has kept the nation in enforced isolation since the 17th century.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -tozama_daimyo;Tozama Daimyo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fudai_daimyo;Fudai Daimyo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -emperor_meiji;Emperor Meiji;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -supports_imperial_edict;Supports the Imperial edict against foreigners;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -angered_by_bakufu;Angered by the bakufu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rangaku;Rangaku;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rangaku_desc;Meaning 'dutch learning',this refers to the body of knowledge developed by Japan through its contacts with the Dutch enclave of Dejima, which allowed Japan to keep abreast of Western technology and medicine in the period when the country was closed to foreigners.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -ansei_purge;Ansei Purge;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -meddled_in_foreign_affairs;Meddled in Foreign Affairs;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -no_freedom;Attempted Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -no_freedom_desc;We attempted to free ourselves from foreign rule. We must wait until there is another opportunity, as for now they are watching us closely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +jizya;Jizya;;;;;;;;;;;;; +jizya_desc;The Jizya is a per capita yearly taxation historically levied in the form of financial charge on permanent non-Muslim subjects (dhimmi) in order to fund public expenditures of the state, in place of the Zakat and Khums that Muslims are obliged to pay. In return, the dhimmi are granted protected status under law.;;;;;;;;;;;;; +umar_pact;The Pact of Umar;;;;;;;;;;;;; +orthodox;Eastern Orthodox;;;;;;;;;;;;; +coptic;Oriental Orthodox;;;;;;;;;;;;; +exclusive_acquire_all_cores_CB;Acquire All Cores CB;;;;;;;;;;;;; +exclusive_humiliate_CB;Humiliate CB;;;;;;;;;;;;; +exclusive_liberate_country_CB;Liberate Country CB;;;;;;;;;;;;; +exclusive_make_puppet_CB;Make Puppet CB;;;;;;;;;;;;; +core_when_done;Add Core;;;;;;;;;;;;; +legation_quarter_desc;The Legation Quarter is an area in our capital where a number of foreign legations are located. It creates some unrest, but the contributions to our research progress are invaluable.;;;;;;;;;;;;; +western_presence_research;Western Presence;;;;;;;;;;;;; +western_presence_research_desc;Shipwrecked westerners can be trouble in our peaceful community, but we can learn much from them.;;;;;;;;;;;;; +european_military_mission_desc;Europeans established a military mission in our country, providing us with their valuable military expertise.;;;;;;;;;;;;; +central_bank_instituted;Central Bank Created;;;;;;;;;;;;; +failed_unification_remove_from_sphere;Remove from Sphere;;;;;;;;;;;;; +debt_system_cooldown;Payment Made;;;;;;;;;;;;; +debt_system_cooldown_desc;A payment was made.;;;;;;;;;;;;; +local_conveyors_and_excavators;Conveyor Belts and Excavators;;;;;;;;;;;;; +ryotwari;The Ryotwari System;;;;;;;;;;;;; +partisan_occupation;Partisan Rule;;;;;;;;;;;;; +ryotwari_desc;The Ryotwari system was a land revenue system in British India, introduced by Sir Thomas Munro in 1820 based on system administered by Captain Alexander Reid in the Baramahal district. It allowed the government to deal directly with the peasant (ryot) for revenue collection, and gave the peasant freedom to give up or acquire new land for cultivation. The peasant was assessed for only the lands he was cultivating.;;;;;;;;;;;;; +supported_balkans_berlin_congress;Backs the Balkans;;;;;;;;;;;;; +attending_berlin_congress;Attending Conference;;;;;;;;;;;;; +supported_oe_berlin_congress;Backs the Turks;;;;;;;;;;;;; +coward_ai;Coward Ruler;;;;;;;;;;;;; +desc_coward_ai;The ruler of this country is cowardly and unlikely to get into conflict.;;;;;;;;;;;;; +benefactor_ai;Benevolent Ruler;;;;;;;;;;;;; +desc_benefactor_ai;The ruler of this country is benevolent and non bellicose.;;;;;;;;;;;;; +malevolent_ai;Malevolent Ruler;;;;;;;;;;;;; +desc_malevolent_ai;The ruler of this country is malicious and bellicose.;;;;;;;;;;;;; +picking_personality;Ruler Personality;;;;;;;;;;;;; +desc_picking_personality;This country's ruler personality was chosen.;;;;;;;;;;;;; +government_busy_with_something;Busy Government;;;;;;;;;;;;; +internment_camps_open;Internment Camps;;;;;;;;;;;;; +evidence_of_massacre2;Evidence of Massacres Leaks;;;;;;;;;;;;; +evidence_of_massacre2_desc;Damning evidence of massacres happening in our country are proving to be a stain in our reputation.;;;;;;;;;;;;; +evidence_of_massacre;Evidence of Massacres Leaks;;;;;;;;;;;;; +evidence_of_massacre_desc;Damning evidence of massacres happening in our country are proving to be a stain in our reputation.;;;;;;;;;;;;; +local_tractors;Tractors and Trawlers;;;;;;;;;;;;; +desc_local_tractors;Mechanized farming and fishing has arrived in this province in the form of tractors and fishing trawlers, increasing the efficiency, and reducing the labour intensity, of local farming.;;;;;;;;;;;;; +interment_camps;Directive No. 1;;;;;;;;;;;;; +interment_camps_desc;Directive No. 1 is the name given to a series of measures our country is currently undertaking to quell internal dissent. ;;;;;;;;;;;;; +war_propaganda;War Propaganda;;;;;;;;;;;;; +war_propaganda_desc;Our country is currently undertaking a massive propaganda campaign, pushing the people to support our war policies.;;;;;;;;;;;;; +government_propaganda;Government Propaganda;;;;;;;;;;;;; +government_propaganda_desc;Our country is currently undertaking a massive propaganda campaign, pushing the people to support our government policies.;;;;;;;;;;;;; +war_focus;War Focused;;;;;;;;;;;;; +war_focus_desc;This war is for one objective and one only.;;;;;;;;;;;;; +loyal_vassal;Loyal Vassal;;;;;;;;;;;;; +loyal_vassal_desc;We will stand by our protectors.;;;;;;;;;;;;; +substate_nation_player;Substate;;;;;;;;;;;;; +in_disrepair;Disrepair;;;;;;;;;;;;; +in_disrepair_desc;Buildings in this province were neglected for so long they are falling apart.;;;;;;;;;;;;; +nationalization_in_progress;Nationalization in Progress;;;;;;;;;;;;; +nationalization_in_progress_desc;Our government is currently undertaking a nationalization effort. No longer will foreigners hold a sway in our sovereign industry. ;;;;;;;;;;;;; +factories_nationalized;Nationalized Factories;;;;;;;;;;;;; +factories_nationalized_desc;Our factories in another country were nationalized. This is a blow to the prestige of our country.;;;;;;;;;;;;; +santa_ana_rule;Antonio López de Santa Anna;;;;;;;;;;;;; +santa_ana_rule_desc;Antonio de Padua María Severino López de Santa Anna y Pérez de Lebrón - also known as Santa Anna - is the current ruler of Mexico. A hero of the war of independence, his shifting political views and actions have made him an enigmatic figure.;;;;;;;;;;;;; +forceful_back_to_africa;Back to Africa Act;;;;;;;;;;;;; +forceful_back_to_africa_desc;Without the shackles of the democratic rules, the government has declared an order for the forceful repatriation of all African diaspora cultures in our country.;;;;;;;;;;;;; +ostflucht;Ostflucht;;;;;;;;;;;;; +ostflucht_desc;Poverty is driving people to the west.;;;;;;;;;;;;; +considering_colonial_offer;Considering Colonial Offer;;;;;;;;;;;;; +considering_colonial_offer_desc;We are currently discussing one colonial possibility of a recently dismantled country.;;;;;;;;;;;;; +dismantling_country;Dismantling Country;;;;;;;;;;;;; +dismantling_country_desc;Our diplomatic efforts are currently centred in the dismantlement of another country.;;;;;;;;;;;;; +being_dismantled;Under Dismantlement;;;;;;;;;;;;; +being_dismantled_desc;Our country has lost and its empire is being divided by the winners.;;;;;;;;;;;;; +claiming_neuchatel;Claims on Neuchatel;;;;;;;;;;;;; +the_long_war;The Long War;;;;;;;;;;;;; +the_long_war_desc;One of our wars has been dragging for long - for too long. The international community begun to see our war as an extermination effort against our enemies.;;;;;;;;;;;;; +research_lagging_behind;Modernization Effort;;;;;;;;;;;;; +research_lagging_behind_desc;Our country is devoting all its resources to implement needed technological reforms.;;;;;;;;;;;;; +high_inflation_1;High Inflation;;;;;;;;;;;;; +high_inflation_1_desc;In economics, inflation is a sustained increase in the general price level of goods and services in an economy over a period of time. When the general price level rises, each unit of currency buys fewer goods and services. Consequently, inflation reflects a reduction in the purchasing power per unit of money – a loss of real value in the medium of exchange and unit of account within the economy. A long sustained period of inflation is caused by money supply growing faster than the rate of economic growth. Inflation may also lead to an invisible tax in which the value of currency is lowered in contrast with its actual reserve, ultimately leading individuals to hold devalued legal tender.;;;;;;;;;;;;; +high_inflation_2;High Inflation;;;;;;;;;;;;; +high_inflation_2_desc;In economics, inflation is a sustained increase in the general price level of goods and services in an economy over a period of time. When the general price level rises, each unit of currency buys fewer goods and services. Consequently, inflation reflects a reduction in the purchasing power per unit of money – a loss of real value in the medium of exchange and unit of account within the economy. A long sustained period of inflation is caused by money supply growing faster than the rate of economic growth. Inflation may also lead to an invisible tax in which the value of currency is lowered in contrast with its actual reserve, ultimately leading individuals to hold devalued legal tender.;;;;;;;;;;;;; +high_inflation_3;Hyperinflation;;;;;;;;;;;;; +high_inflation_3_desc;Hyperinflation is very high and typically accelerating inflation. It quickly erodes the real value of the local currency, as the prices of all goods increase. This causes people to minimize their holdings in that currency as they usually switch to more stable foreign currencies. Hyperinflation is often associated with some stress to the government budget, such as wars or their aftermath, sociopolitical upheavals, a collapse in export prices, or other crises that make it difficult for the government to collect tax revenue.;;;;;;;;;;;;; +homeland_productive_year;Bountiful Year;;;;;;;;;;;;; +homeland_productive_year_desc;This year has been especially good for our country.;;;;;;;;;;;;; +severe_homeland_drought;Severe Drought;;;;;;;;;;;;; +severe_homeland_drought_desc;A severe drought is hitting this province.;;;;;;;;;;;;; +homeland_drought;Drought;;;;;;;;;;;;; +homeland_drought_desc;This province is currently under a drought.;;;;;;;;;;;;; +disable_conquest_cb;Conquest CB Disabled;;;;;;;;;;;;; +disable_conquest_cb_desc;As we are currently committed to the liberty of a country, it would be unthinkable that we make a move to end the independence of another country.;;;;;;;;;;;;; +colony_to_state_conversion;Colony to State Conversion;;;;;;;;;;;;; +colony_to_state_conversion_desc;A necessity of uncivilized colony-to-state conversion.;;;;;;;;;;;;; +colony_to_be_annexed;Colonial Negotiations;;;;;;;;;;;;; +colony_to_be_annexed_desc;Our former overlord lost a war and now we, as their former colony, are in the negotiation table.;;;;;;;;;;;;; +permanent_occupation;Occupation of Defeated Country;;;;;;;;;;;;; +permanent_occupation_desc;Our long occupation of a country that has already been defeated is drawing international criticism.;;;;;;;;;;;;; +regency_government;Regency;;;;;;;;;;;;; +regency_government_desc;Sickness, foreign trips, premature death or abdication - a number of reasons can trigger a regency. The fact is that our country is currently in one, the regents aren't very good at their jobs and our country is on the edge of chaos.;;;;;;;;;;;;; +reactionary_demands;Reactionary Agenda;;;;;;;;;;;;; +reactionary_demands_desc;Reactionaries forced their way to power are an implementing an anti-western agenda.;;;;;;;;;;;;; +integrating_colony;Integrating Colony;;;;;;;;;;;;; +integrating_colony_desc;We are working towards full integration of a big colony in our empire. This will require all of our efforts that could be directed to colonization.;;;;;;;;;;;;; +non_interventionism_trade_policy;Economic Non-Interventionism;;;;;;;;;;;;; +non_interventionism_trade_policy_desc;Proponents of economic non-interventionism believe that tariffs shouldn't be used to heavily subside or protect national trade at all.;;;;;;;;;;;;; +claimed_africa;Claimed Colony;;;;;;;;;;;;; +claimed_africa_desc;We claimed a colony and need to wait before claiming new colonies under the same rules.;;;;;;;;;;;;; +quality_coal;High-Quality Coal;;;;;;;;;;;;; +quality_coal_desc;The coal in this province is of high quality, lasting longer and producing more heat.;;;;;;;;;;;;; +smithian_school;Smithianism;;;;;;;;;;;;; +smithian_school_desc;Laissez-faire philosophies, such as minimizing the role of government intervention and taxation in the free markets, and the idea that an "invisible hand" guides supply and demand are among the key ideas Adam Smith's writing is responsible for promoting. Our trade policies are largely inspired by him.;;;;;;;;;;;;; +french_liberal_school;Orthodox Liberal School;;;;;;;;;;;;; +french_liberal_school_desc;The Orthodox school of economic thought, also known as the French Liberal School or Optimist School, voraciously defends free trade and laissez-faire capitalism. They are the primary opponents of collectivist, interventionist and protectionist ideas. Our trade policies are largely inspired by this school.;;;;;;;;;;;;; +no_trade_policy_set;No Set Trade Policy;;;;;;;;;;;;; +no_trade_policy_set_desc;Our government doesn't have a set trade policy and prefers to make snap decisions on tariffs.;;;;;;;;;;;;; +russian_protectionism;High Protectionism;;;;;;;;;;;;; +russian_protectionism_desc;The aim of this policy is to have a country that is economically independent, relying on high importation tariffs to cover most expenses.;;;;;;;;;;;;; +mercantilism;Mercantilism;;;;;;;;;;;;; +mercantilism_desc;Mercantilism is a type of policy designed to maximize the trade of a nation and especially to maximize the accumulation of gold and silver. It promotes governmental regulation of a nation's economy for the purpose of augmenting state power at the expense of rival national powers.;;;;;;;;;;;;; +economic_nationalism;Economic Nationalism;;;;;;;;;;;;; +economic_nationalism_desc;The aim of this policy is to have a country that is economically independent and nationally self-sufficient. It favors policies that emphasize domestic control of the economy, labor, and capital formation, even if this requires the heavy imposition of tariffs and other restrictions on the movement of labor, goods and capital.;;;;;;;;;;;;; +polish_uprising_mobilization;Polish Uprising;;;;;;;;;;;;; +polish_uprising_mobilization_desc;We are mobilizing our society so Poland can be free once more.;;;;;;;;;;;;; +credit_risk;High Credit Risk;;;;;;;;;;;;; +credit_risk_desc;Revolts, wars or general instability, our country is too much of a risk for other countries to lend money to us.;;;;;;;;;;;;; +sound_dues;Sound Dues Toll;;;;;;;;;;;;; +sound_dues_toll;Sound Dues Toll;;;;;;;;;;;;; +unrecognized_country;Unrecognized Country;;;;;;;;;;;;; +unrecognized_country_desc;As a young rebellious country, no one recognizes our right to self rule.;;;;;;;;;;;;; +monthly_payment_made;Monthly Payment;;;;;;;;;;;;; +monthly_payment_made_desc;We already contributed to our overlord's coffers this month.;;;;;;;;;;;;; +using_foreign_ships;Uses Imported Ships;;;;;;;;;;;;; +using_foreign_shipyards;Uses Western Shipyards;;;;;;;;;;;;; +using_foreign_weapons;Uses Foreign Weapons;;;;;;;;;;;;; +using_foreign_artillery;Uses Foreign Artillery;;;;;;;;;;;;; +sicilian_mafia;Sicilian Mafia;;;;;;;;;;;;; +desc_sicilian_mafia;The Sicilian Mafia, also known as simply the Mafia or Cosa Nostra, is a criminal syndicate born in Sicily and operating in provinces with South Italians. They profit mainly through racketeering, badly affecting producers' profits and their capability to hire new workers, but they also dwell on political corruption and other criminal areas. Their brutal methods makes them infamous where they operate.;;;;;;;;;;;;; +owed_steamers;Owed Steamers;;;;;;;;;;;;; +owed_artillery;Owed Artillery;;;;;;;;;;;;; +owed_canned_food;Owed Canned Food;;;;;;;;;;;;; +total_reform;Comprehensive Miracle;;;;;;;;;;;;; +total_reform_desc;Our country is going through comprehensive reforms, promoting nothing short of a true miracle.;;;;;;;;;;;;; +slave_revolution;Slave Revolution;;;;;;;;;;;;; +relutanct_figher;Reluctant Fighter;;;;;;;;;;;;; +relutanct_figher_desc;This nation doesn't seems to have its own ambitions and is reluctant to fight for another country.;;;;;;;;;;;;; +silver_mine;Silver Mine;;;;;;;;;;;;; +krakow_is_austrian;Krakow is Austrian;;;;;;;;;;;;; +great_irish_famine;Great Irish Famine;;;;;;;;;;;;; +preparations_to_kill;Extermination Camps;;;;;;;;;;;;; +sunni_country;Sunni Religion;;;;;;;;;;;;; +shiite_country;Shiite Religion;;;;;;;;;;;;; +ibadi_country;Ibadi Religion;;;;;;;;;;;;; +catholic_country;Catholic Religion;;;;;;;;;;;;; +protestant_country;Protestant Religion;;;;;;;;;;;;; +mormon_country;Mormon Religion;;;;;;;;;;;;; +orthodox_country;Eastern Orthodox Religion;;;;;;;;;;;;; +coptic_country;Oriental Orthodox Religion;;;;;;;;;;;;; +jewish_country;Jewish Religion;;;;;;;;;;;;; +yazidi_country;Yazidi Religion;;;;;;;;;;;;; +mahayana_country;Mahayana Religion;;;;;;;;;;;;; +gelugpa_country;Gelugpa Religion;;;;;;;;;;;;; +theravada_country;Theravada Religion;;;;;;;;;;;;; +hindu_country;Hindu Religion;;;;;;;;;;;;; +shinto_country;Shinto Religion;;;;;;;;;;;;; +sikh_country;Sikh Religion;;;;;;;;;;;;; +animist_country;Animist Religion;;;;;;;;;;;;; +native_assimilation_act_policy;Native Assimilation Act;;;;;;;;;;;;; +native_assimilation_act_policy_desc;The government is working towards the assimilation of the native population.;;;;;;;;;;;;; +native_removal_act_policy;Native Removal Act;;;;;;;;;;;;; +native_removal_act_policy_desc;Discriminatory policies aim to eliminate and push out the native population.;;;;;;;;;;;;; +african_integration_policy;African Integration Policy;;;;;;;;;;;;; +native_assimilation_enacted;Native Integration Policy;;;;;;;;;;;;; +new_world_nation;New World Nation;;;;;;;;;;;;; +low_healthcare_poorly_funded;Poorly Funded Healthcare;;;;;;;;;;;;; +desc_low_healthcare_poorly_funded;Less government investment in administration results in a poorly funded healthcare system.;;;;;;;;;;;;; +good_healthcare_poorly_funded;Poorly Funded Healthcare;;;;;;;;;;;;; +desc_good_healthcare_poorly_funded;Less government investment in administration results in a poorly funded healthcare system.;;;;;;;;;;;;; +capital_health_care;Local Capital Healthcare;;;;;;;;;;;;; +local_trinket_health_care;Trinket Healthcare;;;;;;;;;;;;; +local_low_health_care;Low Healthcare;;;;;;;;;;;;; +local_acceptable_health_care;Acceptable Healthcare;;;;;;;;;;;;; +local_good_health_care;Good Healthcare;;;;;;;;;;;;; +pearl_season;Pearl Hunting Season;;;;;;;;;;;;; +pearl_season_desc;The population in this province is engaging in the much profitable pearl hunting activity.;;;;;;;;;;;;; +religious_minority_oppression;Oppressed Religious Minorities;;;;;;;;;;;;; +religious_minority_oppression_desc;Religious minorities are being mistreated, resulting in ever increasing militancy and consciousness of these people.;;;;;;;;;;;;; +armenian_diaspora;Armenian Diaspora;;;;;;;;;;;;; +armenian_diaspora_desc;This province contains a minority population that comes from the Armenian diaspora.;;;;;;;;;;;;; +earthquake_devastation;Earthquake Devastation;;;;;;;;;;;;; +earthquake_devastation_desc;A powerful earthquake has recently devastated this province, leaving thousands homeless and disrupting the lives of scores of people.;;;;;;;;;;;;; +education_fully_funded;Excellent Education System;;;;;;;;;;;;; +health_care_fully_funded;Excellent Healthcare;;;;;;;;;;;;; +neglected_education;Neglected Education Funding;;;;;;;;;;;;; +trinket_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;; +low_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;; +acceptable_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;; +good_health_care_fully_funded;Fully Funded Healthcare;;;;;;;;;;;;; +low_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;; +acceptable_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;; +good_schools_fully_funded;Fully Funded Education;;;;;;;;;;;;; +rally_tribesmen;Rally Tribesmen;;;;;;;;;;;;; +rally_tribesmen_desc;A portion of our people leave a nomadic lifestyle with bits of a centuries old warrior culture. By reaching to these people and rallying them to our cause, we can raise a much greater army to fulfil our country's destiny.;;;;;;;;;;;;; +tanzimat_land_reform;Ottoman Land Code;;;;;;;;;;;;; +tanzimat_land_reform_desc;The Ottoman Land Code was the beginning of a systematic land reform program during the Tanzimat period of the Ottoman Empire. The reasons behind the law were twofold. (1) to increase tax revenue, and (2) to exercise greater state control over the area.;;;;;;;;;;;;; +war_economy_ships;Emergency Ship Building;;;;;;;;;;;;; +preparing_for_war;Preparing for War;;;;;;;;;;;;; +preparing_for_war_desc;War with the North is inevitable and we must be ready for it.;;;;;;;;;;;;; +missionary_activity;Missionary Activity;;;;;;;;;;;;; +missionary_activity_desc;Foreign missionaries are active in our country.;;;;;;;;;;;;; +exploiting_the_land;Exploiting the Land;;;;;;;;;;;;; +desc_exploiting_the_land;The time of the Zemene Mesafint is an arduous and perilous time, so all rulers are required to cut costs and take as much money from their population as they can.;;;;;;;;;;;;; +province_small_immigration_boom;Local Immigration Boom;;;;;;;;;;;;; +desc_small_immigration_boom;Due to favorable socio-economical conditions, this province is experiencing an immigration boom.;;;;;;;;;;;;; +disunited_country;Disunited Country;;;;;;;;;;;;; +disunited_country_desc;Warlords, regionalism and outlaws threaten to rip our country apart. A good part of our manpower and government efforts are directed exclusively to maintain our country together. Our ruler is frequently in campaign against rebellious warlords.;;;;;;;;;;;;; +tewodros_reforms;Kassa Hailu;;;;;;;;;;;;; +tewodros_reforms_desc;While our current ruler Kassa Hailu might be one of the finest strategists in recent history, he was also a shifta, an outlaw, and this lowers our nation in the eyes of others.;;;;;;;;;;;;; +colonial_museum_of_natural_history;Museum of Natural History;;;;;;;;;;;;; +colonial_museum_of_natural_history_desc;A Museum of Natural History has been established in our country.;;;;;;;;;;;;; +plantation;Plantations and Mines;;;;;;;;;;;;; +serial_killer;Serial Killer On The Loose;;;;;;;;;;;;; +desc_serial_killerA degenerate is committing insane and gruesome murders in the area. Who's gonna be next?;;;;;;;;;;;;;; +silver_age;A Silver Age;;;;;;;;;;;;; +silver_age_desc;Our most excellent leader will take us through a time of trouble to a better tomorrow.;;;;;;;;;;;;; +pancasila;Pancasila;;;;;;;;;;;;; +bazaari_strike;Bazaari strike;;;;;;;;;;;;; +bazaari_strike_desc;Our merchant elites shut down all activities. The economy is taking a heavy blow.;;;;;;;;;;;;; +exemplary_troops;Exemplary troops;;;;;;;;;;;;; +exemplary_troops_desc;By their feats or even by their mere being, our elite troops inspire the most basic ruffians, giving them the morale needed to charge a firing machine gun.;;;;;;;;;;;;; +submarine_warfare;Submarine warfare;;;;;;;;;;;;; +submarine_warfare_desc;We are leading innovation in naval technology and instilling fear in the heart of our enemies!;;;;;;;;;;;;; +rancho;Rancho California;;;;;;;;;;;;; +reading;Reading;;;;;;;;;;;;; +reading_desc;A great work of literature inspired the people to read. The masses may become educated... The horror!;;;;;;;;;;;;; +hague_convention;Ratified Hague Convention;;;;;;;;;;;;; +hague_convention_desc;We have signed the Hague Convention to further an era of peace and stability in the world.;;;;;;;;;;;;; +camillo_cavour;Camillo Cavour;;;;;;;;;;;;; +camillo_cavour_desc;Our excellent minister is leading our nation in the right way. Modernity is now at our doorstep. Huzzah!;;;;;;;;;;;;; +small_baby_boom;Baby Boom;;;;;;;;;;;;; +dust_bowl;Dust Bowl;;;;;;;;;;;;; +emigrant_aid_company;Emigrant Aid Company;;;;;;;;;;;;; +bleeding_state;Bleeding State;;;;;;;;;;;;; +free_staters_national;Free Staters Prohibition;;;;;;;;;;;;; +free_staters_national_desc;A few free staters settlers were prohibited from migrating to another state, generating a public commotion.;;;;;;;;;;;;; +copperhead_democrats_national;Copperhead Democrats;;;;;;;;;;;;; +copperhead_democrats_national_desc;Abolitionist democrats and southern pro-slavery groups are debating the future of slavery in our nation.;;;;;;;;;;;;; +underground_railroad_shutdown;Underground Railroad Shutdown;;;;;;;;;;;;; +underground_railroad_shutdown_desc;A few underground railroads in our nation were shut down and this act is fresh in the memory of the American people.;;;;;;;;;;;;; +fugitive_slave;Fugitive Slave;;;;;;;;;;;;; +fugitive_slave_desc;A recent decision regarding a fugitive slave is still fresh in the memory of our people.;;;;;;;;;;;;; +abolitionist_pamphlets;Abolitionist Pamphlets;;;;;;;;;;;;; +slave_market;Slave Market;;;;;;;;;;;;; +drinking_gourd;Drinking Gourd;;;;;;;;;;;;; +fire_eaters;Fire-Eaters;;;;;;;;;;;;; +yankee_doodle;Yankee Doodle;;;;;;;;;;;;; +wish_I_was_dixie;Dixie Identity;;;;;;;;;;;;; +southern_manorialism;Southern Manorialism;;;;;;;;;;;;; +southern_pride;Southern Pride;;;;;;;;;;;;; +desc_southern_pride;The dixies are a proud people, proud of their land and proud of the beauty of their women.;;;;;;;;;;;;; +enclosures;Enclosures;;;;;;;;;;;;; +desc_enclosures;The legal process of enclosing a number of small landholdings to create one larger farm. Once enclosed, use of the land became restricted to the owner, and it ceased to be common land for communal use.;;;;;;;;;;;;; +haussmanns_renovations;Haussmann's Renovations;;;;;;;;;;;;; +desc_haussmanns_renovations;The Haussmann's renovations, envisioned by Georges-Eugene Haussmann, included the demolition of crowded and unhealthy medieval neighborhoods, the building of wide avenues, parks and squares, the annexation of the suburbs surrounding Paris, and the construction of new sewers, fountains and aqueducts.;;;;;;;;;;;;; +foreign_claims;Foreign Claims;;;;;;;;;;;;; +foreign_claims_desc;Another nation is claiming this province, a claim that they will lose soon enough.;;;;;;;;;;;;; +IS_IN_DEFAULT_TO;Is in default to this country.;;;;;;;;;;;;; +IS_NOT_IN_DEFAULT_TO;Is not in default to this country.;;;;;;;;;;;;; +warship_commissioned;Warship Delivered;;;;;;;;;;;;; +warship_commissioned_desc;Constructing, delivering or receiving a new, foreign warship is a complicated matter. Sailors need to be trained, officers instructed and the bureaucratic paperwork needs to be done. Because of that, it will take some time for us to be able to get involved in matters like this again.;;;;;;;;;;;;; +ironclad_commision;Iron Clad Commissions;;;;;;;;;;;;; +sino_portuguese_treaty_of_peking_signataire;Signatory of the Treaty of Peking;;;;;;;;;;;;; +local_distribution_channels_und_electricity;Commercial Retailers and Electrical Lighting;;;;;;;;;;;;; +desc_local_distribution_channels_und_electricity;New and efficient modes and structures for the selling and reselling of goods have been implemented in this province, leaving farmers free to tend their fields and electrical lights have been put up on the streets in this province, increasing the efficiency of all local production, as workers work in new and well lit environs.;;;;;;;;;;;;; +freedom_of_religion;Freedom of Religion;;;;;;;;;;;;; +freedom_of_religion_desc;No one is forced or coerced into following any religion in our country, religious minorities have a protected status.;;;;;;;;;;;;; +repatriation;Repatriation;;;;;;;;;;;;; +desc_repatriation;Refugee Camps, population exchanges, mass expulsions. Whatever the reason, we have lots of people to repatriate and because of that we are making more space for them.;;;;;;;;;;;;; +gaslights;Gas Lights;;;;;;;;;;;;; +gaslights_desc;The introduction of gas lights meant that predefined areas like small rooms or big factory floors could be enlightened. This meant that people were no longer limited by sunrise and sunset.;;;;;;;;;;;;; +local_nitroglycerin_and_machine_tools;Mechanized Mining;;;;;;;;;;;;; +desc_local_nitroglycerin_and_machine_tools;The mining process in this province is carried out with new and mechanized tools as well as new explosives, increasing the efficiency of local mining operations and the size of mines.;;;;;;;;;;;;; +modern_sail_ships;Modern Sail Ships;;;;;;;;;;;;; +modern_sail_ships_desc;Modern techniques of building, equipping and staffing sail ships allow for more effective and powerful ships.;;;;;;;;;;;;; +punitive_expeditions;Modern Punitive Expeditions;;;;;;;;;;;;; +punitive_expeditions_desc;A common staple of the modern navies are punitive expeditions - maritimal expeditions undertaken in response to perceived disobedient or morally wrong behavior, either as revenge or to apply strong diplomatic pressure without a formal declaration of war. It's a careful balance of diplomatic effort and naval force to sucessfully carry out one.;;;;;;;;;;;;; +population_exchange_with_turkey;Population Exchange with Turkey;;;;;;;;;;;;; +albania_exchange;Albania Exchange;;;;;;;;;;;;; +bosnia_exchange;Bosnia Exchange;;;;;;;;;;;;; +montenegro_exchange;Montenegro Exchange;;;;;;;;;;;;; +southern_serbia_exchange;Southern Serbia Exchange;;;;;;;;;;;;; +macedonia_exchange;Dobrudja Exchange;;;;;;;;;;;;; +dobrudja_exchange;Albania Exchange;;;;;;;;;;;;; +bulgaria_exchange;Bulgaria Exchange;;;;;;;;;;;;; +eastern_rumelia_exchange;Albania Exchange;;;;;;;;;;;;; +thessalia_exchange;Thessaly Exchange;;;;;;;;;;;;; +southern_macedonia_exchange;Southern Macedonia Exchange;;;;;;;;;;;;; +eastern_macedonia_exchange;Eastern Macedonia Exchange;;;;;;;;;;;;; +##################################################;;;;;;;;;;;;;; +# Crime;;;;;;;;;;;;;; +machine_politics;Political Machine;;;;;;;;;;;;; +desc_machine_politics;Political Machines are a party organization, headed by a single boss or small autocratic group, that commands enough votes to maintain political and administrative control of a city, county, or state. It is in essence the bribery of mainly minorities by politicians using their influence. It is common to use the appointment for government jobs as a means of bribery within this system.;;;;;;;;;;;;; +spoil_system;Spoils System;;;;;;;;;;;;; +desc_spoil_system;The spoils system (also known as a patronage system) is a practice in which a political party, after winning an election, gives government jobs to its supporters, friends and relatives as a reward for working toward victory, and as an incentive to keep working for the party — as opposed to a merit system, where offices are awarded on the basis of some measure of merit, independent of political activity.;;;;;;;;;;;;; +instigators;Political Instigators;;;;;;;;;;;;; +desc_instigators;If the crime fighting institutions in a province became overstretched, instigators would run amok and eventually gather sufficient attention and support to cause an impact in the established order.;;;;;;;;;;;;; +kleptocrats;Kleptocrats;;;;;;;;;;;;; +desc_kleptocrats;Kleptocracy is a term applied to a government seen as having a particularly severe and systemic problem with officials or a ruling class (collectively, kleptocrats) taking advantage of corruption to extend their personal wealth and political power. Typically this system involves the embezzlement of state funds at the expense of the wider population, sometimes without even the pretense of honest service. Lacking sufficient control institutions in a country where external oversight is impossible or does not exist can mean that the bureaucrats would become kleptocrats.;;;;;;;;;;;;; +# General Modifiers;;;;;;;;;;;;;; +international_zone_modifier;International Zone;;;;;;;;;;;;; +international_zone_modifier_desc;Our country has been declared an international zone, a hub of trade and commerce and a neutral zone for foreign parts to meet.;;;;;;;;;;;;; +international_zone;International Zone;;;;;;;;;;;;; +isolationist_foreign_training;Ineffective Foreign Training;;;;;;;;;;;;; +isolationist_foreign_training_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;; +isolationist_foreign_naval_schools;Ineffective Naval Schools;;;;;;;;;;;;; +isolationist_foreign_naval_schools_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;; +isolationist_foreign_officers;Ineffective Foreign Officers;;;;;;;;;;;;; +isolationist_foreign_officers_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;; +isolationist_foreign_naval_officers;Ineffective Naval Officers;;;;;;;;;;;;; +isolationist_foreign_naval_officers_desc;We might be able to use this military reform but our disdain for western technology is stopping us from fully using our experiences with it to feed our research.;;;;;;;;;;;;; +naval_school;Naval School;;;;;;;;;;;;; +desc_naval_school;The Merchant Marine operates a Naval School in one of our provinces, providing lessons in leadership and education in the latest naval technologies.;;;;;;;;;;;;; +historical_congo;Historical Congo;;;;;;;;;;;;; +neuchatel_crisis_escalated;Neuchatel Crisis;;;;;;;;;;;;; +preparations_for_war;Preparations for War;;;;;;;;;;;;; +preparations_for_war_desc;There's an incoming war, or so some say.;;;;;;;;;;;;; +congo_company;The Congo Company;;;;;;;;;;;;; +congo_company_desc;With its residence on the Congo, the company was made to explore the natural resources of the Congo and make sure its riches and the natives benefit us.;;;;;;;;;;;;; +congo_exploitation;Congolese Exploitation;;;;;;;;;;;;; +congo_exploitation_desc;All blacks saw this man as the devil of the Equator...From all the bodies killed in the field, you had to cut off the hands. He wanted to see the number of hands cut off by each soldier, who had to bring them in baskets...A village which refused to provide rubber would be completely swept clean. As a young man, I saw [Fiévez's] soldier Molili, then guarding the village of Boyeka, take a net, put ten arrested natives in it, attach big stones to the net, and make it tumble into the river...Rubber causes these torments; that's why we no longer want to hear its name spoken. Soldiers made young men kill or rape their own mothers and sisters.;;;;;;;;;;;; +philantropic_work;Philanthropic Work;;;;;;;;;;;;; +philantropic_work_desc;We are guiding this nation in the principles of civilizing and helping the natives.;;;;;;;;;;;;; +refused_gp_deliberation;Defied the Great Powers;;;;;;;;;;;;; +refused_gp_deliberation_desc;We defied the deliberation of the Great Powers. There's a looming threat of war to enforce the decisions made in the Congress, but if we can hold out for enough time they may be forced to recognize that we are right.;;;;;;;;;;;;; +mandate_of_heaven;Mandate of Heaven;;;;;;;;;;;;; +mandate_of_heaven_desc;By Divine Right, the Emperor is ruler of all under Heaven.;;;;;;;;;;;;; +the_congo_reform_association;The Congo Reform Association;;;;;;;;;;;;; +the_congo_reform_association_desc;An international humanitarian organization is casting a less than favorable light on our colonial policies in the Congo.;;;;;;;;;;;;; +indian_territory;Indian Territory;;;;;;;;;;;;; +indian_territory_desc;The Indian Territory is a land area set aside by the United States Government for the relocation of the indigenous peoples of the Americas who held aboriginal title to their land.;;;;;;;;;;;;; +reconstruction;Reconstruction Policies;;;;;;;;;;;;; +reconstruction_desc;After the Civil War, our torn nation needs to be rebuilt. With policies such as the theTen-Percent Plan, a plan that stipulates that each secessionist state had to redraft its constitution and could reenter the Union only after 10 percent of its eligible voters pledged an oath of allegiance to the United States and other reconstruction plans, the USA can recover from the effects of this devastating war.;;;;;;;;;;;;; +cultural_resurgence;Cultural Resurgence;;;;;;;;;;;;; +cultural_resurgence_desc;This province is experiencing a complete resurgence of an old culture.;;;;;;;;;;;;; +chinese_treaty_port;Chinese Treaty Port;;;;;;;;;;;;; +chinese_treaty_port_desc;We negotiated a treaty with the Chinese and acquired the rights over a Chinese port and city.;;;;;;;;;;;;; +negotiating_unequal_treaty;Unequal Treaty;;;;;;;;;;;;; +negotiating_unequal_treaty_desc;We have lost a war and like vultures, the westerners descended upon us imposing their conditions including the opening of our country, monetary reparations and even the secession of territory.;;;;;;;;;;;;; +negotiating_treaty;Negotiating Treaty;;;;;;;;;;;;; +negotiating_treaty_desc;Our diplomats are negotiating a treaty with a defeated nation.;;;;;;;;;;;;; +lacks_writing_system;Lacks Writing System;;;;;;;;;;;;; +lacks_writing_system_desc;Our society lacks a writing system. Without this the written word, the organizational structures of the government will always be simple.;;;;;;;;;;;;; +penal_colony;Penal Colony;;;;;;;;;;;;; +penal_colony_desc;This province is home to a sizeable penal colony. Most of the poor strata are convicts or former convicts, leading to widespread poverty.;;;;;;;;;;;;; +divided_society;Divided Society;;;;;;;;;;;;; +divided_society_desc;Our society is deeply divided by racial issues. There's distrust and resentment all around and because of that integration is severely affected.;;;;;;;;;;;;; +caudillo_leaders;Caudillo;;;;;;;;;;;;; +caudillo_leaders_desc;A caudillo is a type of militia leader with a charismatic personality and enough of a populist program of generic future reforms to gain broad sympathy, at least at the outset, among the common people. Effective caudillismo depends on a personality cult. Since the caudillo typically held power by controlling a patronage network that brooked no rival structure, some caudillos took up an anti-clerical stand. Many of the caudillos used their newly gained power, which was unchecked because it was extra-constitutional, to promote their own wealth and interests.;;;;;;;;;;;;; +corrupt_army;Corrupt Officials;;;;;;;;;;;;; +corrupt_army_desc;After one defeat, one of our generals blamed the failure on enemy magic, which prompted an angry response from the ruler. It's evident that the organization and logistics of our army are inadequate, officer training is deficient, and corruption is widespread.;;;;;;;;;;;;; +fanatic_army;Fanatic Loyalty;;;;;;;;;;;;; +fanatic_army_desc;Marked by a high level of discipline and fanaticism, our army is recruiting people from all over our country to fight for our cause. These conscripts firmly believe in our mission and are of an undying loyalty to us.;;;;;;;;;;;;; +irish_poverty;Irish Poverty;;;;;;;;;;;;; +animists_run;Animist Emigration;;;;;;;;;;;;; +hormuz_strait;Hormuz Strait;;;;;;;;;;;;; +the_french_foreign_legion;La Légion Étrangère;;;;;;;;;;;;; +the_hedeselskab;The Hedeselskab;;;;;;;;;;;;; +the_hedeselskab_desc;The foundation of the Danish Moor Company lead to the drainage and improvement of vast areas.;;;;;;;;;;;;; +emigration_boom;Emigration Boom;;;;;;;;;;;;; +emigration_boom_desc;Changing life conditions in our country are stimulating a big relocation of our people.;;;;;;;;;;;;; +gold_rush_country;Gold Rush;;;;;;;;;;;;; +gold_rush_country_desc;Our country is experiencing a gold rush leading people from all over the old world to flock to our country.;;;;;;;;;;;;; +global_baby_boom;Baby Boom;;;;;;;;;;;;; +global_baby_boom_desc;Improvements in life conditions in our country are leading to a country-wide baby boom.;;;;;;;;;;;;; +political_education;Ideological Education;;;;;;;;;;;;; +political_education_desc;Education in our country is full blown ideological indoctrination, and has severe changes every time our leader changes. Universal public education is thus enforced and alphabetization is a priority, but at the cost of free thinking.;;;;;;;;;;;;; +cult_of_personality;Cult of Personality;;;;;;;;;;;;; +cult_of_personality_desc;A cult of personality arises when an individual uses mass media, propaganda, or other methods, to create an idealized, heroic, and at times, worshipful image, often through unquestioning flattery and praise.;;;;;;;;;;;;; +totalitarian_system;Totalitarianism;;;;;;;;;;;;; +totalitarian_system_desc;Totalitarianism is a political system in which the state holds total authority over the society and seeks to control all aspects of public and private life wherever possible.;;;;;;;;;;;;; +the_terror;The Terror;;;;;;;;;;;;; +the_terror_desc;To overcome our enemies we must have our own militarism. We must carry along with 90 percent out of the total population of our country. As for the rest, we have nothing to say to them. They must be annihilated.;;;;;;;;;;;;; +chinese_foreign_training;Foreign Training in China;;;;;;;;;;;;; +chinese_foreign_weapons;Western Weapons in China;;;;;;;;;;;;; +chinese_foreign_officers;Foreign Officers in China;;;;;;;;;;;;; +chinese_foreign_artillery;Western Artillery in China;;;;;;;;;;;;; +pandemic_influenza_immunity;Influenza Free;;;;;;;;;;;;; +pandemic_influenza_immunity_desc;A Pandemic of Influenza ravages our country, but this small isolated community is immune to it, thank to its remote location.;;;;;;;;;;;;; +population_resettlement;Population Resettlement;;;;;;;;;;;;; +population_resettlement_desc;Our nation is working on the national integration of a region by resettling our citizens.;;;;;;;;;;;;; +trade_city;Trade City;;;;;;;;;;;;; +trade_city_desc;Located in this province is an important trade city, a hub of trade of the region, enjoying much economic prosperity.;;;;;;;;;;;;; +peacetime_mobilization;Peace Time Mobilization;;;;;;;;;;;;; +peacetime_mobilization_desc;Conscripts are being drafted left and right and our poor are being trained and prepared to fight, yet there's no war. This large disruption in the country's daily life is making our pops tired and our neighbors wary.;;;;;;;;;;;;; +tribute_received;Tribute Received;;;;;;;;;;;;; +tribute_received_desc;One of our vassals paid their due tribute to us.;;;;;;;;;;;;; +tribute_paid;Tribute Paid;;;;;;;;;;;;; +tribute_paid_desc;We have to share part of our earnings with our overlord over the time period and as suck we are poorer from that.;;;;;;;;;;;;; +islamic_law_triggered;Islamic Law;;;;;;;;;;;;; +islamic_law_triggered_desc;Islamic law is now the basis law code of our society. It deals with several topics including: crime, politics, and economics, as well as personal matters such as sexual intercourse, hygiene, diet, prayer, everyday etiquette and fasting.;;;;;;;;;;;;; +deportation_underway;Deportation;;;;;;;;;;;;; +deportation_underway_desc;People from different ethnicities are being "encouraged" to move out of this country.;;;;;;;;;;;;; +treaty_port;Treaty Port;;;;;;;;;;;;; +treaty_port_desc;This port was ceded to a foreign administration and it's a hub of trade from China to the rest of the world.;;;;;;;;;;;;; +drained_marsh;Drained Marsh;;;;;;;;;;;;; +drained_marsh_desc;This marshland was drained and as a result it is more habitable.;;;;;;;;;;;;; +backed_down_on_promise;Backed Down on Promises;;;;;;;;;;;;; +backed_down_on_promise_desc;Our government broke one or more important promises to our population.;;;;;;;;;;;;; +highlander_raids;Highlander Raids;;;;;;;;;;;;; +highlander_raids_desc;Highlander raiders are looting our provinces in numbers.;;;;;;;;;;;;; +jewish_farms;Jewish Farmlands;;;;;;;;;;;;; +jewish_farms_desc;Jews who immigrated to Israel purchased land that was mostly semi-arid, although much had been rendered untillable by deforestation, soil erosion and neglect. They set about clearing rocky fields, constructing terraces, draining swampland, reforesting, counteracting soil erosion, and washing salty land. Since independence, the total area under cultivation has increased from 408,000 acres (1,650 km2) to 1,070,000 acres (4,300 km2), while the number of agricultural communities has increased from 400 to 725. Agricultural production has expanded 16 times, three times more than population growth.;;;;;;;;;;;;; +monument_under_construction;Under Construction;;;;;;;;;;;;; +monument_under_construction_desc;We are building a great project to celebrate our nation greatness.;;;;;;;;;;;;; +recently_built_city;Recently Built City;;;;;;;;;;;;; +recently_built_city_desc;The capital of this province was recently built by the government, moving a lot of workers to the region to build a city with modern infrastructure.;;;;;;;;;;;;; +law_changed_by_force;Law Changed;;;;;;;;;;;;; +law_changed_by_force_desc;We pressured the upper house to pass an urgent reform.;;;;;;;;;;;;; +social_reformed_nation;Full Welfare State;;;;;;;;;;;;; +social_reformed_nation_desc;Our country social reforms match every socialist demand, having some scholars call us an welfare state.;;;;;;;;;;;;; +wahhabism_in_nejd;Wahhabism;;;;;;;;;;;;; +wahhabism_in_nejd_desc;The "pivotal idea" of Wahhabism teaching was that people who called themselves Muslims but who participated in such innovations were not just misguided or committing a sin, but were "outside the pale of Islam altogether", as were Muslims who disagreed with his definition. This included not just lax, unlettered, nomadic Bedu, but Shia, Sufi, and Ottomans.;;;;;;;;;;;;; +russian_army;The Russian Army;;;;;;;;;;;;; +russian_army_desc;The Russian Army may be the biggest land force of Europe, but it is poorly supplied and organized.;;;;;;;;;;;;; +landlocked_nation;Landlocked Nation;;;;;;;;;;;;; +landlocked_nation_desc;Our nation doesn't have any access to the sea, greatly increasing import costs.;;;;;;;;;;;;; +fundamentalist_sympathies;Islamic Fundamentalists;;;;;;;;;;;;; +fundamentalist_sympathies_desc;Islamic Fundamentalists are agitating the people in this province.;;;;;;;;;;;;; +new_constitution;The New Constitution;;;;;;;;;;;;; +new_constitution_desc;Our country issued a new constitution, guaranteeing voting and citizen rights and putting down the revolutionary flames.;;;;;;;;;;;;; +rise_of_a_nation;Rise of a Nation;;;;;;;;;;;;; +rise_of_a_nation_desc;Our proud nation is free, and our culture blossoms again.;;;;;;;;;;;;; +sounds_dues_toll;The Sound Toll;;;;;;;;;;;;; +sounds_dues_toll_desc;The Sound Dues (or the Sound Toll) is a toll on the use of the Sound which constituted up to two thirds of Denmark's state income in the 16th and 17th centuries. The dues was introduced by King Eric of Pomerania in 1429.;;;;;;;;;;;;; +MODIFIER_DEBT_DEFAULT_TO;Debt Default To;;;;;;;;;;;;; +generalised_debt_default;Generalized Debt Default;;;;;;;;;;;;; +MODIFIER_GENERALISED_DEBT_DEFAULT;Generalized Debt Default;;;;;;;;;;;;; +hunger_riots;Hunger Riots;;;;;;;;;;;;; +desc_hunger_riots;A province where the poor are under severe hardship and that lacks an effective police force and has less money for crime fighting results in demonstrations getting out of hand and devolving in outright riots.;;;;;;;;;;;;; +withdrew_from_geneva_convention;Withdrew from the Geneva Convention;;;;;;;;;;;;; +withdrew_from_geneva_convention_desc;Our country is no longer a signatory of the Geneva Convention.;;;;;;;;;;;;; +small_but_efficient;Small But Efficient;;;;;;;;;;;;; +small_but_efficient_desc;Our country might be small, but that just means we can run it better.;;;;;;;;;;;;; +mass_graves;Mass Deaths;;;;;;;;;;;;; +mass_graves_desc;This province has seen an outbreak of violence that left many dead.;;;;;;;;;;;;; +own_kiel_canal;The Kiel Canal;;;;;;;;;;;;; +own_kiel_canal_desc;We own the Kiel Canal, linking the Baltic and the North Sea without the need to sail around Denmark, and we receive the dividends of its toll.;;;;;;;;;;;;; +own_suez_canal;The Suez Canal;;;;;;;;;;;;; +own_suez_canal_desc;We own the Suez Canal, linking the Mediterranean and the Red Sea without the need to sail around Africa, and we receive the dividends of its toll and glory for its possession.;;;;;;;;;;;;; +own_panama_canal;The Panama Canal;;;;;;;;;;;;; +own_panama_canal_desc;We own the Panama Canal, a huge feat of engineering linking the Pacific and the Atlantic Oceans, and we receive the dividends of its toll and glory for its possession.;;;;;;;;;;;;; +rebuilding_city;Rebuilding;;;;;;;;;;;;; +rebuilding_city_desc;Our city is rebuilding.;;;;;;;;;;;;; +slave_growth;Slave Demographics;;;;;;;;;;;;; +slave_growth_desc;The population of slaves changed in our country.;;;;;;;;;;;;; +assegai;Impi;;;;;;;;;;;;; +assegai_desc;Military innovations such as the assegai, the age-grade regimental system and encirclement tactics helped make the Zulu one of the most powerful nations in southern and south-eastern Africa.;;;;;;;;;;;;; +will_influence_elections;Following Elections;;;;;;;;;;;;; +will_influence_elections_desc;We are following this year election.;;;;;;;;;;;;; +let_the_chips_fall;Not Following Elections;;;;;;;;;;;;; +let_the_chips_fall_desc;We are not involved in this year election.;;;;;;;;;;;;; +the_big_army;The Big Army;;;;;;;;;;;;; +the_big_army_desc;General Urquiza is gathering a huge army, compromised of volunteers from Uruguay and all over the country, to defeat Rosas.;;;;;;;;;;;;; +small_immigration_boom;Immigration Boom;;;;;;;;;;;;; +small_immigration_boom_desc;Our nation thrives and therefore more people flock to our cities each day.;;;;;;;;;;;;; +the_big_ben;The Big Ben;;;;;;;;;;;;; +the_big_ben_desc;The Clock Tower derives its nickname from the bell, the Big Ben. With an extreme accuracy, the clock tower dominates life and work in London, always striking on time.;;;;;;;;;;;;; +bigben_construction;Reconstruction of the Palace of Westminster;;;;;;;;;;;;; +bigben_construction_desc;The Palace of Westminster is being reconstructed and with it, a huge clock tower.;;;;;;;;;;;;; +eiffel_tower_construction;Eiffel Tower Under Construction;;;;;;;;;;;;; +eiffel_tower_construction_desc;Our great nation is dedicating its resources and workers to build a magnificent tower.;;;;;;;;;;;;; +suez_canal_construction;Suez Canal Under Construction;;;;;;;;;;;;; +suez_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;; +kiel_canal_construction;Kiel Canal Under Construction;;;;;;;;;;;;; +kiel_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;; +panama_canal_construction;Panama Canal Under Construction;;;;;;;;;;;;; +panama_canal_construction_desc;Our nation is dedicating its resources to build a great Canal.;;;;;;;;;;;;; +kinda_bad_badboy;International Sanctions;;;;;;;;;;;;; +kinda_bad_badboy_desc;We have been declared a threat to global safety and international balance of power. Sanctions have been applied to our country and citizens and we have been warned that the great powers will worsen these sanctions in case we continue our aggressiveness.;;;;;;;;;;;;; +solano_lopez_industrialization;Solano Lopez Industrialization;;;;;;;;;;;;; +solano_lopez_industrialization_desc;Following his rise to power, Carlos Solano Lopez started an aggressive program of industrialization and militarization of our country that included subsides to industry, minimum spending on military and a strong focus on productivity.;;;;;;;;;;;;; +bad_badboy;International Isolation;;;;;;;;;;;;; +bad_badboy_desc;Our great nation has acquired many enemies and now most of the nations in the world see us as an international threat. They joined forces to isolate us in an attempt to bring us down.;;;;;;;;;;;;; +north_coalition;Ejercito Grande;;;;;;;;;;;;; +north_coalition_desc;A huge army against Rosas is being gathered by General Urquiza of Entre-Rios, and some of our provinces have pledged to support him.;;;;;;;;;;;;; +organic_statute;Organic Statute of Poland;;;;;;;;;;;;; +organic_statute_desc;The Organic Statute of the Kingdom of Poland was a constitution introduced in the Kingdom of Poland after the suppression of the Polish Uprising of 1830–31 to replace the Constitution of 1815. It was promulgated in St. Petersburg by Tsar Nicholas I on Feb. 14 (26), 1832. Although the Organic Statute abolished the Sejm and the Polish Army, it preserved such autonomous institutions as the vicegerency, the State Council, and the vicegerent’s Administrative Council.;;;;;;;;;;;;; +francia_utopia;Francia's Utopia;;;;;;;;;;;;; +francia_utopia_desc;Dr. Francia, dictator for life of Paraguay, inspired by French revolutionary ideals sought to create a utopian state based on Rosseau's Social Contract. Although he strived for equality of the people, Francia ruthlessly destroyed any opposition and created a Police state, imprisoning all those he deemed seditious. An isolationist, he ran the country with almost no outside influence.;;;;;;;;;;;;; +colorado_sympathies;Colorado Agitation;;;;;;;;;;;;; +colorado_sympathies_desc;This region is under Colorado influence and it's likely to cause trouble.;;;;;;;;;;;;; +blanco_sympathies;Blanco Agitation;;;;;;;;;;;;; +blanco_sympathies_desc;This region is under Blanco influence and it's likely to cause trouble.;;;;;;;;;;;;; +rivera_reforms;Rivera's Intervention;;;;;;;;;;;;; +rivera_reforms_desc;Fructuoso Rivera entered Montevideo victorious and assumed dictatorial powers while he called for elections. He made sure to use these powers well.;;;;;;;;;;;;; +prussia_disagrees;Prussia upholds the Vienna Treaty;;;;;;;;;;;;; +russia_disagrees;Russia upholds the Vienna Treaty;;;;;;;;;;;;; +krakow_uprising;The Winger Hussars will ride once more.;;;;;;;;;;;;; +polish_spirit;Polish Sentiment;;;;;;;;;;;;; +polish_spirit_desc;With the successful revolution in Krakow, Poles everywhere are clamouring for an independent and unified Poland again.;;;;;;;;;;;;; +official_nationality;The Official Nationality Doctrine;;;;;;;;;;;;; +official_nationality_desc;Orthodoxy, Autocracy and Nationality, also known as Official Nationality was the dominant ideological doctrine of Russian emperor Nicholas I. The Tsar is currently trying to Russify our country, greatly disrupting our country organization but inciting nationality!;;;;;;;;;;;;; +orthodoxy_autocracy_nationality;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;; +orthodoxy_autocracy_nationality_desc;The Official Nationality policy entered into effect and it's speeding up the assimilation of other cultures at the cost of some unrest.;;;;;;;;;;;;; +communists_ruling;Down with the Capitalists!;;;;;;;;;;;;; +communists_ruling_desc;Our nation is now headed by the proletariat, capitalists have no place here!;;;;;;;;;;;;; +soviet_agitation;Tsarist Autocracy;;;;;;;;;;;;; +soviet_agitation_desc;The hardships of war, the technological backwardness of Russia and the tsar autocracy and repression are exhausting our people and our resources. Will we ever see an end to the Tsar autocracy?;;;;;;;;;;;;; +white_desorganisation;Leadership Disorganisation;;;;;;;;;;;;; +white_desorganisation_desc;The White Army in the Russian Civil War managed to make advances against the soviets, but disorganization in it's ranks severely hindered their efforts!;;;;;;;;;;;;; +install_communist_gov_sov;Install communism;;;;;;;;;;;;; +install_communist_gov_sov_desc;Install a communist government.;;;;;;;;;;;;; +install_communist_gov_sov_setup;Install a communist government. If achieved, the country will be automatically added into our sphere and will become our satellite.;;;;;;;;;;;;; +install_communist_gov_sov_short;Install communism;;;;;;;;;;;;; +human_research_modifier;Boosted Research;;;;;;;;;;;;; +canadian_confederation;The Canadian Confederation;;;;;;;;;;;;; +canadian_confederation_short;Canada will be confederated!;;;;;;;;;;;;; +canadian_confederation_setup;The arrayed provinces of the Dominion of Canada have been asking for independence. The movement, headed by Sir John A. Macdonald, may end up providing the British Empire with a steadfast and decentralized ally in North America.;;;;;;;;;;;;; +canadian_confederation_desc;The arrayed provinces of the Dominion of Canada have been asking for independence. The movement, headed by Sir John A. Macdonald, may end up providing the British Empire with a steadfast and decentralized ally in North America.;;;;;;;;;;;;; +canadian_confederation_title;The Canadian Confederation;;;;;;;;;;;;; +australian_independence;The Australian Constitution;;;;;;;;;;;;; +australian_independence_short;Australia federated into six separate states and gained its independence.;;;;;;;;;;;;; +australian_independence_setup;The Australian independence movement has finally reached a head, and it's time that the British Empire finally allowed the island continent of Australia to move forward from its previous prison colony history into a new world of democracy.;;;;;;;;;;;;; +australian_independence_desc;The Australian independence movement has finally reached a head, and it's time that the British Empire finally allowed the island continent of Australia to move forward from its previous prison colony history into a new world of democracy.;;;;;;;;;;;;; +australian_independence_title;The Australian Constitution;;;;;;;;;;;;; +kiwi_constitution;The Dominion of New Zealand;;;;;;;;;;;;; +kiwi_constitution_short;New Zealand has been released!;;;;;;;;;;;;; +kiwi_constitution_setup;Following the independence of Australia, and the historic ties between Australia and New Zealand, a Kiwi movement has finally materialized, asking for a decentralized independence.;;;;;;;;;;;;; +kiwi_constitution_desc;Following the independence of Australia, and the historic ties between Australia and New Zealand, a Kiwi movement has finally materialized, asking for a decentralized independence.;;;;;;;;;;;;; +kiwi_constitution_title;The Dominion of New Zealand;;;;;;;;;;;;; +first_riel_rebellion;The First Riel Rebellion Aftermath;;;;;;;;;;;;; +first_riel_rebellion_desc;The First Riel Rebellion ended in blood and exile. The Metis have not forgotten, nor will the government let them.;;;;;;;;;;;;; +first_riel_rebellion_title;The First Riel Rebellion Aftermath;;;;;;;;;;;;; +metis_twilight;The Twilight of the Metis;;;;;;;;;;;;; +metis_twilight_desc; The Second Riel Rebellion has ended in the worst possible way, and the Metis are now a marginalized people in Canada.;;;;;;;;;;;;; +metis_twilight_title; The Twilight of the Metis;;;;;;;;;;;;; +taras_shevchenko_local;Taras Shevchenko;;;;;;;;;;;;; +taras_shevchenko_local_desc;Taras Shevchenko is gaining prominence and is affecting the Ukrainian peoples in their quest for independence and nation-building.;;;;;;;;;;;;; +taras_shevchenko_local_title;Taras Shevchenko;;;;;;;;;;;;; +taras_works_local;Taras Shevchenko;;;;;;;;;;;;; +taras_works_local_desc;Taras Shevchenko is working hard after many life experiences, and is quickly becoming known as the father of the Ukrainian language and culture.;;;;;;;;;;;;; +taras_works_local_title;Taras Shevchenko;;;;;;;;;;;;; +slavery_timer;Slavery;;;;;;;;;;;;; +slavery_timer_desc;Slavery in our nation continues on, making our country a bit less attractive as the world moves on.;;;;;;;;;;;;; +slavery_timer_title;Continued Slavery;;;;;;;;;;;;; +independence_of_norway;The Independence of Norway;;;;;;;;;;;;; +independence_of_norway_short;The Independence of Norway;;;;;;;;;;;;; +independence_of_norway_setup;The Independence of Norway;;;;;;;;;;;;; +independence_of_norway_desc;The Personal Union between Sweden and Norway is on its last legs, and attempts to find common ground between the Swedes and Norwegians is failing rapidly. Releasing Norway seems like the only solution.;;;;;;;;;;;;; +independence_of_norway_title;The Independence of Norway;;;;;;;;;;;;; +restart_the_caucasian_war;Restart the Caucasian War;;;;;;;;;;;;; +restart_the_caucasian_war_short;Restart the Caucasian War;;;;;;;;;;;;; +restart_the_caucasian_war_setup;Restart the Caucasian War;;;;;;;;;;;;; +restart_the_caucasian_war_desc;Although Russia put the Caucasian/Circassian War on hold during their wars with Persia and the Ottoman Empire, now Russia has a chance to save face and ensure its hegemony over the Caucasus. This is not a decision to be taken lightly, as the war has raged in one form or another since 1763.;;;;;;;;;;;;; +restart_the_caucasian_war_title;Restart the Caucasian War;;;;;;;;;;;;; +caucasian_war_local;Caucasian War;;;;;;;;;;;;; +caucasian_war_local_desc;The ongoing Caucasian War is causing unrest and lack of productivity in these provinces.;;;;;;;;;;;;; +caucasian_war_local_title;The Caucasian War;;;;;;;;;;;;; +caucasian_truce_local;Caucasian War - Truce;;;;;;;;;;;;; +caucasian_truce_local_desc;The Caucasian War is undergoing a truce, for now. The uneasy tension that the locals have with their Russian occupiers is a welcome break from the previous state of war, but it is an uneasy truce brokered by the blood of both sides.;;;;;;;;;;;;; +caucasian_truce_local_title;The Caucasian War - Truce;;;;;;;;;;;;; +SOV_communists;Bolsheviks;;;;;;;;;;;;; +SOV_communists_2;Trotsky's Faction;;;;;;;;;;;;; +kobu_gattai;Kobu Gattai;;;;;;;;;;;;; +kobu_gattai_desc;This was a policy of the Tokugawa shogunate aiming at increasing political coordination between the bakufu and the Imperial Court, as well as appeasing opponents within the shogunate itself.;;;;;;;;;;;;; +sakoku;Sakoku;;;;;;;;;;;;; +sakoku_desc;Meaning 'locked country',this is the policy under which no foreigner could enter Japan under pain of death. Maintained by the Tokugawa shogunate, it has kept the nation in enforced isolation since the 17th century.;;;;;;;;;;;;; +tozama_daimyo;Tozama Daimyo;;;;;;;;;;;;; +fudai_daimyo;Fudai Daimyo;;;;;;;;;;;;; +emperor_meiji;Emperor Meiji;;;;;;;;;;;;; +supports_imperial_edict;Supports the Imperial edict against foreigners;;;;;;;;;;;;; +angered_by_bakufu;Angered by the bakufu;;;;;;;;;;;;; +rangaku;Rangaku;;;;;;;;;;;;; +rangaku_desc;Meaning 'dutch learning',this refers to the body of knowledge developed by Japan through its contacts with the Dutch enclave of Dejima, which allowed Japan to keep abreast of Western technology and medicine in the period when the country was closed to foreigners.;;;;;;;;;;;;; +ansei_purge;Ansei Purge;;;;;;;;;;;;; +meddled_in_foreign_affairs;Meddled in Foreign Affairs;;;;;;;;;;;;; +no_freedom;Attempted Freedom;;;;;;;;;;;;; +no_freedom_desc;We attempted to free ourselves from foreign rule. We must wait until there is another opportunity, as for now they are watching us closely.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_return_cores.csv b/HPM/localisation/00_HPM_return_cores.csv index ca6b1a55..44e0ac45 100644 --- a/HPM/localisation/00_HPM_return_cores.csv +++ b/HPM/localisation/00_HPM_return_cores.csv @@ -1,1061 +1,1061 @@ -;;;;;;;;;;;;x,,,,,,,,,,,,, -return_core_on_title;Enable 'Return Cores' decisions;;;;;;;;;;;;x,, -return_core_on_desc;The Return Cores decisions allow you to return cores of vassals and spherelings, as long as you don't have a core in the province, and are otherwise kept hidden from view to avoid having them clutter up your decision list.;;;;;;;;;;;;x -return_core_off_title;Disable 'Return Cores' decisions;;;;;;;;;;;;x,, -return_core_off_desc;Your decision list will now be uncluttered.;;;;;;;;;;;;x,, -return_core_disabled_title;Deactivate 'Return Cores' decisions;;;;;;;;;;;;x,, -return_core_disabled_desc;The 'Return Cores' decisions will disappear from this game session and won't reappear again. You won't be able to use these decisions again for this game.;;;;;;;;;;;;x,, -return_cores_MNP_title;Return cores to Manipur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MNP_desc;We hold provinces that Manipur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BDK_title;Return cores to Badakhshan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BDK_desc;We hold provinces that Badakhshan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PGG_title;Return cores to Pingnan Guo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PGG_desc;We hold provinces that Pingnan Guo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SGM_title;Return cores to Sigmaringen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SGM_desc;We hold provinces that Sigmaringen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NMB_title;Return cores to Namibia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NMB_desc;We hold provinces that Namibia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TMR_title;Return cores to Timor;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TMR_desc;We hold provinces that Timor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLG_title;Return cores to Selangor;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLG_desc;We hold provinces that Selangor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PRK_title;Return cores to Perak;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PRK_desc;We hold provinces that Perak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PHG_title;Return cores to Pahang;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PHG_desc;We hold provinces that Pahang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FRO_title;Return cores to Faroe;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FRO_desc;We hold provinces that Faroe has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NCT_title;Return cores to Neuchatel;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NCT_desc;We hold provinces that Neuchatel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HBY_title;Return cores to Hobyo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HBY_desc;We hold provinces that Hobyo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_QAT_title;Return cores to Qatar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_QAT_desc;We hold provinces that Qatar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRY_title;Return cores to Buryatia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRY_desc;We hold provinces that Buryatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MLD_title;Return cores to Maldives;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MLD_desc;We hold provinces that Maldives has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAR_title;Return cores to Karen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAR_desc;We hold provinces that Karen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PAK_title;Return cores to Pakistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PAK_desc;We hold provinces that Pakistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRL_title;Return cores to Chitral;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRL_desc;We hold provinces that Chitral has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RDL_title;Return cores to Ardalan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RDL_desc;We hold provinces that Ardalan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BTL_title;Return cores to Bitlis;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BTL_desc;We hold provinces that Bitlis has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BDN_title;Return cores to Bahdinan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BDN_desc;We hold provinces that Bahdinan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BNB_title;Return cores to Baban;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BNB_desc;We hold provinces that Baban has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MKN_title;Return cores to Mukriyan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MKN_desc;We hold provinces that Mukriyan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BHT_title;Return cores to Bohtan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BHT_desc;We hold provinces that Bohtan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SRN_title;Return cores to Soran;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SRN_desc;We hold provinces that Soran has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LBG_title;Return cores to Limburg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LBG_desc;We hold provinces that Limburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PNB_title;Return cores to Pernambuco;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PNB_desc;We hold provinces that Pernambuco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FIU_title;Return cores to Fiume;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FIU_desc;We hold provinces that Fiume has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SYC_title;Return cores to Sicily;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SYC_desc;We hold provinces that Sicily has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MDV_title;Return cores to Moldova;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MDV_desc;We hold provinces that Moldova has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ABK_title;Return cores to Abkhazia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ABK_desc;We hold provinces that Abkhazia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRT_title;Return cores to Corrientes;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRT_desc;We hold provinces that Corrientes has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SBA_title;Return cores to Buenos Aires;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SBA_desc;We hold provinces that Buenos Aires has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARC_title;Return cores to Argentine Confederation;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARC_desc;We hold provinces that Argentine Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LHJ_title;Return cores to Lahej;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LHJ_desc;We hold provinces that Lahej has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FDL_title;Return cores to Fadhli;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FDL_desc;We hold provinces that Fadhli has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KTH_title;Return cores to Kathiri;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KTH_desc;We hold provinces that Kathiri has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MHR_title;Return cores to Mahra;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MHR_desc;We hold provinces that Mahra has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KML_title;Return cores to Kumul;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KML_desc;We hold provinces that Kumul has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SHK_title;Return cores to Shilluk;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SHK_desc;We hold provinces that Shilluk has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WRL_title;Return cores to Warsangali;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WRL_desc;We hold provinces that Warsangali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BHP_title;Return cores to Bahawalpur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BHP_desc;We hold provinces that Bahawalpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_EZO_title;Return cores to Ezo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_EZO_desc;We hold provinces that Ezo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHY_title;Return cores to Chechnya;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHY_desc;We hold provinces that Chechnya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHK_title;Return cores to Champasak;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHK_desc;We hold provinces that Champasak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_QNG_title;Return cores to Qing China;;;;;;;;;;;;;;;;;;;;x,, -return_cores_QNG_desc;We hold provinces that Qing China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MGH_title;Return cores to Maghreb;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MGH_desc;We hold provinces that Maghreb has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAH_title;Return cores to Bahia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAH_desc;We hold provinces that Bahia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHP_title;Return cores to Chiapas;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHP_desc;We hold provinces that Chiapas has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CEQ_title;Return cores to Equador Confederation;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CEQ_desc;We hold provinces that Equador Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ENT_title;Return cores to Entre Rios;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ENT_desc;We hold provinces that Entre Rios has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GCO_title;Return cores to Gran Colombia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GCO_desc;We hold provinces that Gran Colombia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GUY_title;Return cores to Guyana;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GUY_desc;We hold provinces that Guyana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LOS_title;Return cores to Los Altos;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LOS_desc;We hold provinces that Los Altos has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LPL_title;Return cores to La Plata;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LPL_desc;We hold provinces that La Plata has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_OAX_title;Return cores to Oaxaca;;;;;;;;;;;;;;;;;;;;x,, -return_cores_OAX_desc;We hold provinces that Oaxaca has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PBC_title;Return cores to Peru-Bolivia Confederation;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PBC_desc;We hold provinces that Peru-Bolivia Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PTG_title;Return cores to Patagonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PTG_desc;We hold provinces that Patagonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RGR_title;Return cores to Rio Grande;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RGR_desc;We hold provinces that Rio Grande has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RGS_title;Return cores to Rio Grande do Sul;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RGS_desc;We hold provinces that Rio Grande do Sul has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SON_title;Return cores to Sonora;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SON_desc;We hold provinces that Sonora has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SPU_title;Return cores to South Peru;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SPU_desc;We hold provinces that South Peru has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YUC_title;Return cores to Yucatan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YUC_desc;We hold provinces that Yucatan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BLZ_title;Return cores to Belize;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BLZ_desc;We hold provinces that Belize has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAK_title;Return cores to Dakota;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAK_desc;We hold provinces that Dakota has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FSA_title;Return cores to Free States of America;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FSA_desc;We hold provinces that Free States of America has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GRN_title;Return cores to Greenland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GRN_desc;We hold provinces that Greenland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAM_title;Return cores to Jamaica;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAM_desc;We hold provinces that Jamaica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LSK_title;Return cores to Alaska;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LSK_desc;We hold provinces that Alaska has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MRU_title;Return cores to Maritime Union;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MRU_desc;We hold provinces that Maritime Union has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PRI_title;Return cores to Puerto Rico;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PRI_desc;We hold provinces that Puerto Rico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RPL_title;Return cores to Rupert's Land;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RPL_desc;We hold provinces that Rupert's Land has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRS_title;Return cores to Tarasco;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRS_desc;We hold provinces that Tarasco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TTB_title;Return cores to Trinidad;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TTB_desc;We hold provinces that Trinidad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UIL_title;Return cores to Illinois;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UIL_desc;We hold provinces that Illinois has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UNB_title;Return cores to Nebraska;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UNB_desc;We hold provinces that Nebraska has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UNM_title;Return cores to New Mexico;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UNM_desc;We hold provinces that New Mexico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UOR_title;Return cores to Oregon;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UOR_desc;We hold provinces that Oregon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ALS_title;Return cores to Elsass;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ALS_desc;We hold provinces that Elsass has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ATR_title;Return cores to Asturias;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ATR_desc;We hold provinces that Asturias has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAN_title;Return cores to Banat;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAN_desc;We hold provinces that Banat has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BKV_title;Return cores to Bukovina;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BKV_desc;We hold provinces that Bukovina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRT_title;Return cores to Brittany;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRT_desc;We hold provinces that Brittany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BSQ_title;Return cores to Basqueland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BSQ_desc;We hold provinces that Basqueland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRS_title;Return cores to Corsica;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRS_desc;We hold provinces that Corsica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DLM_title;Return cores to Dalmatia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DLM_desc;We hold provinces that Dalmatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ENL_title;Return cores to England;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ENL_desc;We hold provinces that England has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GLC_title;Return cores to Galicia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GLC_desc;We hold provinces that Galicia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GLM_title;Return cores to Galicia-Lodomeria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GLM_desc;We hold provinces that Galicia-Lodomeria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LOR_title;Return cores to Lorraine;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LOR_desc;We hold provinces that Lorraine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MCD_title;Return cores to Macedonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MCD_desc;We hold provinces that Macedonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MLT_title;Return cores to Malta;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MLT_desc;We hold provinces that Malta has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_OCC_title;Return cores to Occitania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_OCC_desc;We hold provinces that Occitania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RMG_title;Return cores to Romagna;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RMG_desc;We hold provinces that Romagna has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SPC_title;Return cores to Carlist Spain;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SPC_desc;We hold provinces that Carlist Spain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SRD_title;Return cores to Sardinia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SRD_desc;We hold provinces that Sardinia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SVY_title;Return cores to Savoy;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SVY_desc;We hold provinces that Savoy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SWH_title;Return cores to Schleswig-Holstein;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SWH_desc;We hold provinces that Schleswig-Holstein has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WHA_title;Return cores to Wales;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WHA_desc;We hold provinces that Wales has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DNB_title;Return cores to Danubian Federation;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DNB_desc;We hold provinces that Danubian Federation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUZ_title;Return cores to Luzica;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUZ_desc;We hold provinces that Luzica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RHI_title;Return cores to Rhineland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RHI_desc;We hold provinces that Rhineland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PML_title;Return cores to Pomerelia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PML_desc;We hold provinces that Pomerelia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PZN_title;Return cores to Poznan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PZN_desc;We hold provinces that Poznan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLS_title;Return cores to Silesia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLS_desc;We hold provinces that Silesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WES_title;Return cores to Westfalen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WES_desc;We hold provinces that Westfalen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AKH_title;Return cores to Astrakhan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AKH_desc;We hold provinces that Astrakhan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ALT_title;Return cores to Altai Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ALT_desc;We hold provinces that Altai Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CPL_title;Return cores to Congress Poland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CPL_desc;We hold provinces that Congress Poland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DON_title;Return cores to Cossackia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DON_desc;We hold provinces that Cossackia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IZH_title;Return cores to Ingria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IZH_desc;We hold provinces that Ingria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAZ_title;Return cores to Kazakhstan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAZ_desc;We hold provinces that Kazakhstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAM_title;Return cores to Kamchatka;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAM_desc;We hold provinces that Kamchatka has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KMK_title;Return cores to Kalmykia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KMK_desc;We hold provinces that Kalmykia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KRL_title;Return cores to Karelia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KRL_desc;We hold provinces that Karelia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIB_title;Return cores to Siberian Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIB_desc;We hold provinces that Siberian Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TAR_title;Return cores to Tatarstan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TAR_desc;We hold provinces that Tatarstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TNT_title;Return cores to Tannu Tuva;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TNT_desc;We hold provinces that Tannu Tuva has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_URA_title;Return cores to Ural Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_URA_desc;We hold provinces that Ural Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YAK_title;Return cores to Yakutia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YAK_desc;We hold provinces that Yakutia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARU_title;Return cores to Arab Union;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARU_desc;We hold provinces that Arab Union has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ASY_title;Return cores to Assyria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ASY_desc;We hold provinces that Assyria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BHR_title;Return cores to Bahrain;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BHR_desc;We hold provinces that Bahrain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CIR_title;Return cores to Circassia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CIR_desc;We hold provinces that Circassia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CLC_title;Return cores to Cilicia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CLC_desc;We hold provinces that Cilicia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAG_title;Return cores to Dagestan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAG_desc;We hold provinces that Dagestan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DUR_title;Return cores to Durrani Empire;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DUR_desc;We hold provinces that Durrani Empire has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAL_title;Return cores to Hail;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAL_desc;We hold provinces that Hail has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JOR_title;Return cores to Jordan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JOR_desc;We hold provinces that Jordan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KDS_title;Return cores to Kurdistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KDS_desc;We hold provinces that Kurdistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KWT_title;Return cores to Kuwait;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KWT_desc;We hold provinces that Kuwait has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KYR_title;Return cores to Kyrgyzstan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KYR_desc;We hold provinces that Kyrgyzstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LBN_title;Return cores to Lebanon;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LBN_desc;We hold provinces that Lebanon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NYE_title;Return cores to North Yemen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NYE_desc;We hold provinces that North Yemen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PLS_title;Return cores to Palestine;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PLS_desc;We hold provinces that Palestine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PNT_title;Return cores to Pontus;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PNT_desc;We hold provinces that Pontus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SYR_title;Return cores to Syria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SYR_desc;We hold provinces that Syria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TAJ_title;Return cores to Tajikstan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TAJ_desc;We hold provinces that Tajikstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TCA_title;Return cores to Transcaucasia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TCA_desc;We hold provinces that Transcaucasia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TKM_title;Return cores to Turkmenistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TKM_desc;We hold provinces that Turkmenistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TKS_title;Return cores to Turkestan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TKS_desc;We hold provinces that Turkestan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UYG_title;Return cores to Uyghurstan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UYG_desc;We hold provinces that Uyghurstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UZB_title;Return cores to Uzbekistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UZB_desc;We hold provinces that Uzbekistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ASM_title;Return cores to Assam;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ASM_desc;We hold provinces that Assam has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BIH_title;Return cores to Bihar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BIH_desc;We hold provinces that Bihar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BLC_title;Return cores to Baluchistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BLC_desc;We hold provinces that Baluchistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BNG_title;Return cores to Bengal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BNG_desc;We hold provinces that Bengal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DRA_title;Return cores to Dravidistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DRA_desc;We hold provinces that Dravidistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KRN_title;Return cores to Karnatak;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KRN_desc;We hold provinces that Karnatak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAH_title;Return cores to Maharashtra;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAH_desc;We hold provinces that Maharashtra has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RAJ_title;Return cores to Rajputana;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RAJ_desc;We hold provinces that Rajputana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SRI_title;Return cores to Sri Lanka;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SRI_desc;We hold provinces that Sri Lanka has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AGC_title;Return cores to Angoche;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AGC_desc;We hold provinces that Angoche has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ANG_title;Return cores to Angola;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ANG_desc;We hold provinces that Angola has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARO_title;Return cores to Aro;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARO_desc;We hold provinces that Aro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ASH_title;Return cores to Ashanti;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ASH_desc;We hold provinces that Ashanti has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AWS_title;Return cores to Awsa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AWS_desc;We hold provinces that Awsa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AZA_title;Return cores to Azande;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AZA_desc;We hold provinces that Azande has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BEN_title;Return cores to Benin;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BEN_desc;We hold provinces that Benin has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BMK_title;Return cores to Bamako;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BMK_desc;We hold provinces that Bamako has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRD_title;Return cores to Urundi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRD_desc;We hold provinces that Urundi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BSH_title;Return cores to Basotho;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BSH_desc;We hold provinces that Basotho has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BUG_title;Return cores to Buganda;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BUG_desc;We hold provinces that Buganda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CAR_title;Return cores to Central African Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CAR_desc;We hold provinces that Central African Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CGO_title;Return cores to Congo-Brazzaville;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CGO_desc;We hold provinces that Congo-Brazzaville has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHD_title;Return cores to Chad;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHD_desc;We hold provinces that Chad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CLA_title;Return cores to Calabar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CLA_desc;We hold provinces that Calabar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CMR_title;Return cores to Cameroon;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CMR_desc;We hold provinces that Cameroon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CYR_title;Return cores to Cyrenaica;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CYR_desc;We hold provinces that Cyrenaica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAH_title;Return cores to Dahomey;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAH_desc;We hold provinces that Dahomey has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAM_title;Return cores to Damagaram;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAM_desc;We hold provinces that Damagaram has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAR_title;Return cores to Darfur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAR_desc;We hold provinces that Darfur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DND_title;Return cores to Dendi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DND_desc;We hold provinces that Dendi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GAB_title;Return cores to Gabon;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GAB_desc;We hold provinces that Gabon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GAZ_title;Return cores to Gaza;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GAZ_desc;We hold provinces that Gaza has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GBU_title;Return cores to Gabu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GBU_desc;We hold provinces that Gabu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GEL_title;Return cores to Geledi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GEL_desc;We hold provinces that Geledi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GMB_title;Return cores to Gambia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GMB_desc;We hold provinces that Gambia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GNE_title;Return cores to Guinea;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GNE_desc;We hold provinces that Guinea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GON_title;Return cores to Gonder;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GON_desc;We hold provinces that Gonder has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAR_title;Return cores to Harar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAR_desc;We hold provinces that Harar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IVC_title;Return cores to Ivory Coast;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IVC_desc;We hold provinces that Ivory Coast has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAL_title;Return cores to Jallon;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAL_desc;We hold provinces that Jallon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAF_title;Return cores to Kaffa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAF_desc;We hold provinces that Kaffa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KBO_title;Return cores to Kanem-Bornu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KBO_desc;We hold provinces that Kanem-Bornu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KNG_title;Return cores to Kong;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KNG_desc;We hold provinces that Kong has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KNY_title;Return cores to Kenya;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KNY_desc;We hold provinces that Kenya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KON_title;Return cores to Kongo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KON_desc;We hold provinces that Kongo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KUB_title;Return cores to Kuba;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KUB_desc;We hold provinces that Kuba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KZB_title;Return cores to Kazembe;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KZB_desc;We hold provinces that Kazembe has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LBA_title;Return cores to Luba;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LBA_desc;We hold provinces that Luba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LBY_title;Return cores to Libya;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LBY_desc;We hold provinces that Libya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LOA_title;Return cores to Loango;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LOA_desc;We hold provinces that Loango has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUN_title;Return cores to Lunda;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUN_desc;We hold provinces that Lunda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAJ_title;Return cores to Majeerteen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAJ_desc;We hold provinces that Majeerteen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAS_title;Return cores to Massina;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAS_desc;We hold provinces that Massina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAT_title;Return cores to Matabele;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAT_desc;We hold provinces that Matabele has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MLI_title;Return cores to Mali;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MLI_desc;We hold provinces that Mali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MLW_title;Return cores to Malawi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MLW_desc;We hold provinces that Malawi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MNG_title;Return cores to Mongo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MNG_desc;We hold provinces that Mongo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MOS_title;Return cores to Mossi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MOS_desc;We hold provinces that Mossi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MOZ_title;Return cores to Mozambique;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MOZ_desc;We hold provinces that Mozambique has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NGR_title;Return cores to Nigeria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NGR_desc;We hold provinces that Nigeria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NIG_title;Return cores to Niger;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NIG_desc;We hold provinces that Niger has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_OYO_title;Return cores to Oyo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_OYO_desc;We hold provinces that Oyo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RWA_title;Return cores to Ruanda;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RWA_desc;We hold provinces that Ruanda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SEG_title;Return cores to Segu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SEG_desc;We hold provinces that Segu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SHO_title;Return cores to Shona;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SHO_desc;We hold provinces that Shona has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SHW_title;Return cores to Shewa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SHW_desc;We hold provinces that Shewa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SID_title;Return cores to Sidama;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SID_desc;We hold provinces that Sidama has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLE_title;Return cores to Sierra Leone;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLE_desc;We hold provinces that Sierra Leone has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SNG_title;Return cores to Senegal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SNG_desc;We hold provinces that Senegal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SOM_title;Return cores to Somalia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SOM_desc;We hold provinces that Somalia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SUA_title;Return cores to Suazi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SUA_desc;We hold provinces that Suazi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SUD_title;Return cores to Sudan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SUD_desc;We hold provinces that Sudan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TIG_title;Return cores to Tigray;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TIG_desc;We hold provinces that Tigray has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TNZ_title;Return cores to Tanzania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TNZ_desc;We hold provinces that Tanzania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TOG_title;Return cores to Togo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TOG_desc;We hold provinces that Togo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TOO_title;Return cores to Tooro;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TOO_desc;We hold provinces that Tooro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TOU_title;Return cores to Tukulor;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TOU_desc;We hold provinces that Tukulor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRZ_title;Return cores to Trarza;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRZ_desc;We hold provinces that Trarza has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TSW_title;Return cores to Botswana;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TSW_desc;We hold provinces that Botswana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WAD_title;Return cores to Wadai;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WAD_desc;We hold provinces that Wadai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WRI_title;Return cores to Warri;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WRI_desc;We hold provinces that Warri has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WOL_title;Return cores to Wolof;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WOL_desc;We hold provinces that Wolof has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_XHO_title;Return cores to Xhosa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_XHO_desc;We hold provinces that Xhosa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ZAM_title;Return cores to Zambia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ZAM_desc;We hold provinces that Zambia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DJA_title;Return cores to Jambi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DJA_desc;We hold provinces that Jambi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FJN_title;Return cores to Fujian;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FJN_desc;We hold provinces that Fujian has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GMJ_title;Return cores to Guominjun;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GMJ_desc;We hold provinces that Guominjun has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GNG_title;Return cores to Guangdong;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GNG_desc;We hold provinces that Guangdong has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HNN_title;Return cores to Hunan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HNN_desc;We hold provinces that Hunan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HUI_title;Return cores to Anhui;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HUI_desc;We hold provinces that Anhui has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_INO_title;Return cores to Indonesia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_INO_desc;We hold provinces that Indonesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KCH_title;Return cores to Kachin;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KCH_desc;We hold provinces that Kachin has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KLM_title;Return cores to Kalimantan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KLM_desc;We hold provinces that Kalimantan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KMT_title;Return cores to Nationalist China;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KMT_desc;We hold provinces that Nationalist China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KTI_title;Return cores to Kutai;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KTI_desc;We hold provinces that Kutai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LAN_title;Return cores to Lanfang;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LAN_desc;We hold provinces that Lanfang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LXA_title;Return cores to Lan Xang;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LXA_desc;We hold provinces that Lan Xang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAL_title;Return cores to Maluku;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAL_desc;We hold provinces that Maluku has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MLY_title;Return cores to Malaya;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MLY_desc;We hold provinces that Malaya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SHA_title;Return cores to Shan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SHA_desc;We hold provinces that Shan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLW_title;Return cores to Sulawesi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLW_desc;We hold provinces that Sulawesi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SAK_title;Return cores to Siak;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SAK_desc;We hold provinces that Siak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SUL_title;Return cores to Sulu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SUL_desc;We hold provinces that Sulu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SWK_title;Return cores to Sarawak;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SWK_desc;We hold provinces that Sarawak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SZC_title;Return cores to Sichuan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SZC_desc;We hold provinces that Sichuan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TAI_title;Return cores to Taiwan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TAI_desc;We hold provinces that Taiwan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHO_title;Return cores to Choshu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHO_desc;We hold provinces that Choshu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAG_title;Return cores to Kaga;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAG_desc;We hold provinces that Kaga has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RYU_title;Return cores to Ryukyu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RYU_desc;We hold provinces that Ryukyu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SAT_title;Return cores to Satsuma;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SAT_desc;We hold provinces that Satsuma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SEN_title;Return cores to Sendai;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SEN_desc;We hold provinces that Sendai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TKG_title;Return cores to Shogunate Japan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TKG_desc;We hold provinces that Shogunate Japan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TOS_title;Return cores to Tosa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TOS_desc;We hold provinces that Tosa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YZW_title;Return cores to Yonezawa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YZW_desc;We hold provinces that Yonezawa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FIJ_title;Return cores to Fiji;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FIJ_desc;We hold provinces that Fiji has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TGA_title;Return cores to Tonga;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TGA_desc;We hold provinces that Tonga has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARA_title;Return cores to Arabia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARA_desc;We hold provinces that Arabia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BYE_title;Return cores to Belarus;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BYE_desc;We hold provinces that Belarus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PLC_title;Return cores to Poland-Lithuania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PLC_desc;We hold provinces that Poland-Lithuania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UBD_title;Return cores to United Baltic Provinces;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UBD_desc;We hold provinces that United Baltic Provinces has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DEN_title;Return cores to Denmark;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DEN_desc;We hold provinces that Denmark has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FIN_title;Return cores to Finland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FIN_desc;We hold provinces that Finland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NOR_title;Return cores to Norway;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NOR_desc;We hold provinces that Norway has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SCA_title;Return cores to Scandinavia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SCA_desc;We hold provinces that Scandinavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SWE_title;Return cores to Sweden;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SWE_desc;We hold provinces that Sweden has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BEL_title;Return cores to Belgium;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BEL_desc;We hold provinces that Belgium has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CAT_title;Return cores to Catalonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CAT_desc;We hold provinces that Catalonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FLA_title;Return cores to Flanders;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FLA_desc;We hold provinces that Flanders has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IRE_title;Return cores to Ireland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IRE_desc;We hold provinces that Ireland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NET_title;Return cores to Netherlands;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NET_desc;We hold provinces that Netherlands has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_POR_title;Return cores to Portugal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_POR_desc;We hold provinces that Portugal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SCO_title;Return cores to Scotland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SCO_desc;We hold provinces that Scotland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SPA_title;Return cores to Spain;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SPA_desc;We hold provinces that Spain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WLL_title;Return cores to Wallonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WLL_desc;We hold provinces that Wallonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ANH_title;Return cores to Anhalt;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ANH_desc;We hold provinces that Anhalt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAD_title;Return cores to Baden;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAD_desc;We hold provinces that Baden has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAV_title;Return cores to Bavaria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAV_desc;We hold provinces that Bavaria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRA_title;Return cores to Braunschweig;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRA_desc;We hold provinces that Braunschweig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRE_title;Return cores to Bremen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRE_desc;We hold provinces that Bremen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_COB_title;Return cores to Saxe-Coburg-Gotha;;;;;;;;;;;;;;;;;;;;x,, -return_cores_COB_desc;We hold provinces that Saxe-Coburg-Gotha has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DZG_title;Return cores to Danzig;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DZG_desc;We hold provinces that Danzig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FRM_title;Return cores to Frankfurt am Main;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FRM_desc;We hold provinces that Frankfurt am Main has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAM_title;Return cores to Hamburg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAM_desc;We hold provinces that Hamburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAN_title;Return cores to Hanover;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAN_desc;We hold provinces that Hanover has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HES_title;Return cores to Hesse-Darmstadt;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HES_desc;We hold provinces that Hesse-Darmstadt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HEK_title;Return cores to Hesse-Kassel;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HEK_desc;We hold provinces that Hesse-Kassel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HOL_title;Return cores to Holstein;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HOL_desc;We hold provinces that Holstein has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LIP_title;Return cores to Lippe-Detmold;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LIP_desc;We hold provinces that Lippe-Detmold has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUB_title;Return cores to Lubeck;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUB_desc;We hold provinces that Lubeck has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUX_title;Return cores to Luxemburg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUX_desc;We hold provinces that Luxemburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MEC_title;Return cores to Mecklenburg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MEC_desc;We hold provinces that Mecklenburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MEI_title;Return cores to Saxe-Meiningen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MEI_desc;We hold provinces that Saxe-Meiningen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NAS_title;Return cores to Nassau;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NAS_desc;We hold provinces that Nassau has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NGF_title;Return cores to North German Fed;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NGF_desc;We hold provinces that North German Fed has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_OLD_title;Return cores to Oldenburg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_OLD_desc;We hold provinces that Oldenburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SAX_title;Return cores to Saxony;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SAX_desc;We hold provinces that Saxony has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SCH_title;Return cores to Schleswig;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SCH_desc;We hold provinces that Schleswig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SGF_title;Return cores to South German Fed;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SGF_desc;We hold provinces that South German Fed has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WEI_title;Return cores to Saxe-Weimar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WEI_desc;We hold provinces that Saxe-Weimar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WUR_title;Return cores to Wurttemberg;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WUR_desc;We hold provinces that Wurttemberg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LOM_title;Return cores to Lombardia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LOM_desc;We hold provinces that Lombardia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUC_title;Return cores to Lucca;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUC_desc;We hold provinces that Lucca has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MOD_title;Return cores to Modena;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MOD_desc;We hold provinces that Modena has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PAP_title;Return cores to Papal States;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PAP_desc;We hold provinces that Papal States has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PAR_title;Return cores to Parma;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PAR_desc;We hold provinces that Parma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SAR_title;Return cores to Sardinia-Piedmont;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SAR_desc;We hold provinces that Sardinia-Piedmont has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIC_title;Return cores to Two Sicilies;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIC_desc;We hold provinces that Two Sicilies has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRE_title;Return cores to Trieste;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRE_desc;We hold provinces that Trieste has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TUS_title;Return cores to Tuscany;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TUS_desc;We hold provinces that Tuscany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_VEN_title;Return cores to Venice;;;;;;;;;;;;;;;;;;;;x,, -return_cores_VEN_desc;We hold provinces that Venice has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BOH_title;Return cores to Bohemia-Moravia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BOH_desc;We hold provinces that Bohemia-Moravia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KRA_title;Return cores to Krakow;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KRA_desc;We hold provinces that Krakow has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRI_title;Return cores to Crimea;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRI_desc;We hold provinces that Crimea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_EST_title;Return cores to Estonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_EST_desc;We hold provinces that Estonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HUN_title;Return cores to Hungary;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HUN_desc;We hold provinces that Hungary has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LIT_title;Return cores to Lithuania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LIT_desc;We hold provinces that Lithuania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LAT_title;Return cores to Latvia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LAT_desc;We hold provinces that Latvia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_POL_title;Return cores to Poland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_POL_desc;We hold provinces that Poland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLV_title;Return cores to Slovakia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLV_desc;We hold provinces that Slovakia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SWI_title;Return cores to Switzerland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SWI_desc;We hold provinces that Switzerland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RUT_title;Return cores to Ruthenia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RUT_desc;We hold provinces that Ruthenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIE_title;Return cores to Siebenburgen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIE_desc;We hold provinces that Siebenburgen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UKR_title;Return cores to Ukraine;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UKR_desc;We hold provinces that Ukraine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CZH_title;Return cores to Czechoslovakia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CZH_desc;We hold provinces that Czechoslovakia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ALB_title;Return cores to Albania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ALB_desc;We hold provinces that Albania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BOS_title;Return cores to Bosnia-Herzegovina;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BOS_desc;We hold provinces that Bosnia-Herzegovina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BUL_title;Return cores to Bulgaria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BUL_desc;We hold provinces that Bulgaria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRE_title;Return cores to Crete;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRE_desc;We hold provinces that Crete has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CRO_title;Return cores to Croatia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CRO_desc;We hold provinces that Croatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CYP_title;Return cores to Cyprus;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CYP_desc;We hold provinces that Cyprus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GRE_title;Return cores to Greece;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GRE_desc;We hold provinces that Greece has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ION_title;Return cores to Ionian Islands;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ION_desc;We hold provinces that Ionian Islands has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MOL_title;Return cores to Moldavia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MOL_desc;We hold provinces that Moldavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MON_title;Return cores to Montenegro;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MON_desc;We hold provinces that Montenegro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ROM_title;Return cores to Romania;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ROM_desc;We hold provinces that Romania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SER_title;Return cores to Serbia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SER_desc;We hold provinces that Serbia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SLO_title;Return cores to Slovenia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SLO_desc;We hold provinces that Slovenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TUR_title;Return cores to Ottoman Empire;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TUR_desc;We hold provinces that Ottoman Empire has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WAL_title;Return cores to Wallachia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WAL_desc;We hold provinces that Wallachia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YUG_title;Return cores to Yugoslavia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YUG_desc;We hold provinces that Yugoslavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ALD_title;Return cores to Aldjazair;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ALD_desc;We hold provinces that Aldjazair has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CNG_title;Return cores to Congo Free State;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CNG_desc;We hold provinces that Congo Free State has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_EGY_title;Return cores to Egypt;;;;;;;;;;;;;;;;;;;;x,, -return_cores_EGY_desc;We hold provinces that Egypt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ETH_title;Return cores to Ethiopia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ETH_desc;We hold provinces that Ethiopia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAD_title;Return cores to Madagascar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAD_desc;We hold provinces that Madagascar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LIB_title;Return cores to Liberia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LIB_desc;We hold provinces that Liberia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MOR_title;Return cores to Morocco;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MOR_desc;We hold provinces that Morocco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NAL_title;Return cores to Natalia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NAL_desc;We hold provinces that Natalia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ORA_title;Return cores to Oranje;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ORA_desc;We hold provinces that Oranje has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SAF_title;Return cores to South Africa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SAF_desc;We hold provinces that South Africa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SOK_title;Return cores to Sokoto;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SOK_desc;We hold provinces that Sokoto has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RHO_title;Return cores to Southern Rhodesia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RHO_desc;We hold provinces that Southern Rhodesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRI_title;Return cores to Tripoli;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRI_desc;We hold provinces that Tripoli has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRN_title;Return cores to Transvaal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRN_desc;We hold provinces that Transvaal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TUN_title;Return cores to Tunis;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TUN_desc;We hold provinces that Tunis has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ZAN_title;Return cores to Zanzibar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ZAN_desc;We hold provinces that Zanzibar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ZUL_title;Return cores to Zulu;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ZUL_desc;We hold provinces that Zulu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ABU_title;Return cores to Abu Dhabi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ABU_desc;We hold provinces that Abu Dhabi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AFG_title;Return cores to Afghanistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AFG_desc;We hold provinces that Afghanistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARM_title;Return cores to Armenia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARM_desc;We hold provinces that Armenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AZB_title;Return cores to Azerbaijan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AZB_desc;We hold provinces that Azerbaijan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BUK_title;Return cores to Bukkhara;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BUK_desc;We hold provinces that Bukkhara has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GEO_title;Return cores to Georgia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GEO_desc;We hold provinces that Georgia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HDJ_title;Return cores to Hedjaz;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HDJ_desc;We hold provinces that Hedjaz has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IRQ_title;Return cores to Iraq;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IRQ_desc;We hold provinces that Iraq has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KHI_title;Return cores to Khiva;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KHI_desc;We hold provinces that Khiva has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KOK_title;Return cores to Kokand;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KOK_desc;We hold provinces that Kokand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MUG_title;Return cores to Mughalistan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MUG_desc;We hold provinces that Mughalistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NEJ_title;Return cores to Nejd;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NEJ_desc;We hold provinces that Nejd has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_OMA_title;Return cores to Oman;;;;;;;;;;;;;;;;;;;;x,, -return_cores_OMA_desc;We hold provinces that Oman has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PER_title;Return cores to Persia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PER_desc;We hold provinces that Persia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YEM_title;Return cores to Yemen;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YEM_desc;We hold provinces that Yemen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HND_title;Return cores to India;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HND_desc;We hold provinces that India has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AWA_title;Return cores to Awadh;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AWA_desc;We hold provinces that Awadh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAS_title;Return cores to Bastar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAS_desc;We hold provinces that Bastar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BER_title;Return cores to Beroda;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BER_desc;We hold provinces that Beroda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BHO_title;Return cores to Bhopal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BHO_desc;We hold provinces that Bhopal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BIK_title;Return cores to Bikaner;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BIK_desc;We hold provinces that Bikaner has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BUN_title;Return cores to Bundelkhand;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BUN_desc;We hold provinces that Bundelkhand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GWA_title;Return cores to Gwailor;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GWA_desc;We hold provinces that Gwailor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HYD_title;Return cores to Hyderabad;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HYD_desc;We hold provinces that Hyderabad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IND_title;Return cores to Indore;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IND_desc;We hold provinces that Indore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAI_title;Return cores to Jaipur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAI_desc;We hold provinces that Jaipur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAS_title;Return cores to Jaisalmer;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAS_desc;We hold provinces that Jaisalmer has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JOD_title;Return cores to Jodhpur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JOD_desc;We hold provinces that Jodhpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAL_title;Return cores to Kalat;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAL_desc;We hold provinces that Kalat has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KAS_title;Return cores to Kashmir;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KAS_desc;We hold provinces that Kashmir has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KUT_title;Return cores to Kutch;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KUT_desc;We hold provinces that Kutch has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LAD_title;Return cores to Ladakh;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LAD_desc;We hold provinces that Ladakh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MAK_title;Return cores to Makran;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MAK_desc;We hold provinces that Makran has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MEW_title;Return cores to Mewar;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MEW_desc;We hold provinces that Mewar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MYS_title;Return cores to Mysore;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MYS_desc;We hold provinces that Mysore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NAG_title;Return cores to Nagpur;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NAG_desc;We hold provinces that Nagpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NEP_title;Return cores to Nepal;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NEP_desc;We hold provinces that Nepal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ORI_title;Return cores to Orissa;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ORI_desc;We hold provinces that Orissa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PNJ_title;Return cores to Panjab;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PNJ_desc;We hold provinces that Panjab has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SHI_title;Return cores to Shimla;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SHI_desc;We hold provinces that Shimla has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIK_title;Return cores to Sikkim;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIK_desc;We hold provinces that Sikkim has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIN_title;Return cores to Sind;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIN_desc;We hold provinces that Sind has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TRA_title;Return cores to Travancore;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TRA_desc;We hold provinces that Travancore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ATJ_title;Return cores to Atjeh;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ATJ_desc;We hold provinces that Atjeh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAL_title;Return cores to Bali;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAL_desc;We hold provinces that Bali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BHU_title;Return cores to Bhutan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BHU_desc;We hold provinces that Bhutan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRU_title;Return cores to Brunei;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRU_desc;We hold provinces that Brunei has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BUR_title;Return cores to Burma;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BUR_desc;We hold provinces that Burma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CAM_title;Return cores to Cambodia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CAM_desc;We hold provinces that Cambodia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHI_title;Return cores to China;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHI_desc;We hold provinces that China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DAI_title;Return cores to Dai Viet;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DAI_desc;We hold provinces that Dai Viet has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAV_title;Return cores to Java;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAV_desc;We hold provinces that Java has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KOR_title;Return cores to Korea;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KOR_desc;We hold provinces that Korea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_LUA_title;Return cores to Luang Prabang;;;;;;;;;;;;;;;;;;;;x,, -return_cores_LUA_desc;We hold provinces that Luang Prabang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JOH_title;Return cores to Johore;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JOH_desc;We hold provinces that Johore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SIA_title;Return cores to Siam;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SIA_desc;We hold provinces that Siam has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TIB_title;Return cores to Tibet;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TIB_desc;We hold provinces that Tibet has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MGL_title;Return cores to Mongolia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MGL_desc;We hold provinces that Mongolia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_WIA_title;Return cores to Wiang Chhan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_WIA_desc;We hold provinces that Wiang Chhan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PHL_title;Return cores to Philippines;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PHL_desc;We hold provinces that Philippines has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MCK_title;Return cores to Manchukuo;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MCK_desc;We hold provinces that Manchukuo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GXI_title;Return cores to Guangxi Clique;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GXI_desc;We hold provinces that Guangxi Clique has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_SXI_title;Return cores to Shanxi;;;;;;;;;;;;;;;;;;;;x,, -return_cores_SXI_desc;We hold provinces that Shanxi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_YNN_title;Return cores to Yunnan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_YNN_desc;We hold provinces that Yunnan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_XBI_title;Return cores to Xibei San Ma;;;;;;;;;;;;;;;;;;;;x,, -return_cores_XBI_desc;We hold provinces that Xibei San Ma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_XIN_title;Return cores to Xinjiang;;;;;;;;;;;;;;;;;;;;x,, -return_cores_XIN_desc;We hold provinces that Xinjiang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CAL_title;Return cores to Californian Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CAL_desc;We hold provinces that Californian Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CAN_title;Return cores to Canada;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CAN_desc;We hold provinces that Canada has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHE_title;Return cores to Cherokee;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHE_desc;We hold provinces that Cherokee has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_COL_title;Return cores to Columbia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_COL_desc;We hold provinces that Columbia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_COS_title;Return cores to Costa Rica;;;;;;;;;;;;;;;;;;;;x,, -return_cores_COS_desc;We hold provinces that Costa Rica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CSA_title;Return cores to CSA;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CSA_desc;We hold provinces that CSA has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CUB_title;Return cores to Cuba;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CUB_desc;We hold provinces that Cuba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DES_title;Return cores to Deseret;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DES_desc;We hold provinces that Deseret has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_DOM_title;Return cores to Dominican Republic;;;;;;;;;;;;;;;;;;;;x,, -return_cores_DOM_desc;We hold provinces that Dominican Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ELS_title;Return cores to El Salvador;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ELS_desc;We hold provinces that El Salvador has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GUA_title;Return cores to Guatemala;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GUA_desc;We hold provinces that Guatemala has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAI_title;Return cores to Haiti;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAI_desc;We hold provinces that Haiti has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HAW_title;Return cores to Hawaii;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HAW_desc;We hold provinces that Hawaii has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MEX_title;Return cores to Mexico;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MEX_desc;We hold provinces that Mexico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_MTC_title;Return cores to Metis Confederacy;;;;;;;;;;;;;;;;;;;;x,, -return_cores_MTC_desc;We hold provinces that Metis Confederacy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_HON_title;Return cores to Honduras;;;;;;;;;;;;;;;;;;;;x,, -return_cores_HON_desc;We hold provinces that Honduras has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NEN_title;Return cores to New England;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NEN_desc;We hold provinces that New England has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NEW_title;Return cores to Newfoundland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NEW_desc;We hold provinces that Newfoundland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NIC_title;Return cores to Nicaragua;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NIC_desc;We hold provinces that Nicaragua has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PNM_title;Return cores to Panama;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PNM_desc;We hold provinces that Panama has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_QUE_title;Return cores to Quebec;;;;;;;;;;;;;;;;;;;;x,, -return_cores_QUE_desc;We hold provinces that Quebec has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TEX_title;Return cores to Texas;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TEX_desc;We hold provinces that Texas has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_UCA_title;Return cores to United States of Central America;;;;;;;;;;;;;;;;;;;;x,, -return_cores_UCA_desc;We hold provinces that United States of Central America has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ARG_title;Return cores to Argentina;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ARG_desc;We hold provinces that Argentina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BOL_title;Return cores to Bolivia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BOL_desc;We hold provinces that Bolivia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BRZ_title;Return cores to Brazil;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BRZ_desc;We hold provinces that Brazil has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CHL_title;Return cores to Chile;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CHL_desc;We hold provinces that Chile has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_CLM_title;Return cores to Colombia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_CLM_desc;We hold provinces that Colombia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ECU_title;Return cores to Ecuador;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ECU_desc;We hold provinces that Ecuador has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PEU_title;Return cores to Peru;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PEU_desc;We hold provinces that Peru has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PRG_title;Return cores to Paraguay;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PRG_desc;We hold provinces that Paraguay has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_URU_title;Return cores to Uruguay;;;;;;;;;;;;;;;;;;;;x,, -return_cores_URU_desc;We hold provinces that Uruguay has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_VNZ_title;Return cores to Venezuela;;;;;;;;;;;;;;;;;;;;x,, -return_cores_VNZ_desc;We hold provinces that Venezuela has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AST_title;Return cores to Australia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AST_desc;We hold provinces that Australia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_NZL_title;Return cores to New Zealand;;;;;;;;;;;;;;;;;;;;x,, -return_cores_NZL_desc;We hold provinces that New Zealand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ENG_title;Return cores to United Kingdom;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ENG_desc;We hold provinces that United Kingdom has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_RUS_title;Return cores to Russia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_RUS_desc;We hold provinces that Russia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_FRA_title;Return cores to France;;;;;;;;;;;;;;;;;;;;x,, -return_cores_FRA_desc;We hold provinces that France has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_PRU_title;Return cores to Prussia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_PRU_desc;We hold provinces that Prussia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_GER_title;Return cores to Germany;;;;;;;;;;;;;;;;;;;;x,, -return_cores_GER_desc;We hold provinces that Germany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_AUS_title;Return cores to Austria;;;;;;;;;;;;;;;;;;;;x,, -return_cores_AUS_desc;We hold provinces that Austria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_USA_title;Return cores to USA;;;;;;;;;;;;;;;;;;;;x,, -return_cores_USA_desc;We hold provinces that USA has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_JAP_title;Return cores to Japan;;;;;;;;;;;;;;;;;;;;x,, -return_cores_JAP_desc;We hold provinces that Japan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ITA_title;Return cores to Italy;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ITA_desc;We hold provinces that Italy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_KUK_title;Return cores to Austria-Hungary;;;;;;;;;;;;;;;;;;;;x,, -return_cores_KUK_desc;We hold provinces that Austria-Hungary has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ISR_title;Return cores to Israel;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ISR_desc;We hold provinces that Israel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_ICL_title;Return cores to Iceland;;;;;;;;;;;;;;;;;;;;x,, -return_cores_ICL_desc;We hold provinces that Iceland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_IBR_title;Return cores to Iberia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_IBR_desc;We hold provinces that Iberia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BYZ_title;Return cores to Byzantium;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BYZ_desc;We hold provinces that Byzantium has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_BAB_title;Return cores to Babylonia;;;;;;;;;;;;;;;;;;;;x,, -return_cores_BAB_desc;We hold provinces that Babylonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_TPG_title;Return cores to Taiping;;;;;;;;;;;;;;;;;;;;x,, -return_cores_TPG_desc;We hold provinces that Taiping has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D01_title;Return cores to D01;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D01_desc;We hold provinces that D01 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D02_title;Return cores to D02;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D02_desc;We hold provinces that D02 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D03_title;Return cores to D03;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D03_desc;We hold provinces that D03 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D04_title;Return cores to D04;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D04_desc;We hold provinces that D04 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D05_title;Return cores to D05;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D05_desc;We hold provinces that D05 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D06_title;Return cores to D06;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D06_desc;We hold provinces that D06 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D07_title;Return cores to D07;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D07_desc;We hold provinces that D07 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D08_title;Return cores to D08;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D08_desc;We hold provinces that D08 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D09_title;Return cores to D09;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D09_desc;We hold provinces that D09 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D10_title;Return cores to D10;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D10_desc;We hold provinces that D10 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D11_title;Return cores to D11;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D11_desc;We hold provinces that D11 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D12_title;Return cores to D12;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D12_desc;We hold provinces that D12 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D13_title;Return cores to D13;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D13_desc;We hold provinces that D13 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D14_title;Return cores to D14;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D14_desc;We hold provinces that D14 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D15_title;Return cores to D15;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D15_desc;We hold provinces that D15 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D16_title;Return cores to D16;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D16_desc;We hold provinces that D16 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D17_title;Return cores to D17;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D17_desc;We hold provinces that D17 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D18_title;Return cores to D18;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D18_desc;We hold provinces that D18 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D19_title;Return cores to D19;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D19_desc;We hold provinces that D19 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D20_title;Return cores to D20;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D20_desc;We hold provinces that D20 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D21_title;Return cores to D21;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D21_desc;We hold provinces that D21 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D22_title;Return cores to D22;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D22_desc;We hold provinces that D22 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D23_title;Return cores to D23;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D23_desc;We hold provinces that D23 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D24_title;Return cores to D24;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D24_desc;We hold provinces that D24 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D25_title;Return cores to D25;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D25_desc;We hold provinces that D25 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D26_title;Return cores to D26;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D26_desc;We hold provinces that D26 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D27_title;Return cores to D27;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D27_desc;We hold provinces that D27 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D28_title;Return cores to D28;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D28_desc;We hold provinces that D28 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D29_title;Return cores to D29;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D29_desc;We hold provinces that D29 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D30_title;Return cores to D30;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D30_desc;We hold provinces that D30 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D31_title;Return cores to D31;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D31_desc;We hold provinces that D31 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D32_title;Return cores to D32;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D32_desc;We hold provinces that D32 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D33_title;Return cores to D33;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D33_desc;We hold provinces that D33 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D34_title;Return cores to D34;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D34_desc;We hold provinces that D34 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D35_title;Return cores to D35;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D35_desc;We hold provinces that D35 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D36_title;Return cores to D36;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D36_desc;We hold provinces that D36 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D37_title;Return cores to D37;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D37_desc;We hold provinces that D37 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D38_title;Return cores to D38;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D38_desc;We hold provinces that D38 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D39_title;Return cores to D39;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D39_desc;We hold provinces that D39 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D40_title;Return cores to D40;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D40_desc;We hold provinces that D40 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D41_title;Return cores to D41;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D41_desc;We hold provinces that D41 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D42_title;Return cores to D42;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D42_desc;We hold provinces that D42 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D43_title;Return cores to D43;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D43_desc;We hold provinces that D43 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D44_title;Return cores to D44;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D44_desc;We hold provinces that D44 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D45_title;Return cores to D45;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D45_desc;We hold provinces that D45 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D46_title;Return cores to D46;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D46_desc;We hold provinces that D46 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D47_title;Return cores to D47;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D47_desc;We hold provinces that D47 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D48_title;Return cores to D48;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D48_desc;We hold provinces that D48 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D49_title;Return cores to D49;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D49_desc;We hold provinces that D49 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x -return_cores_D50_title;Return cores to D50;;;;;;;;;;;;;;;;;;;;x,, -return_cores_D50_desc;We hold provinces that D50 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;x +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +return_core_on_title;Enable 'Return Cores' decisions;;;;;;;;;;;;; +return_core_on_desc;The Return Cores decisions allow you to return cores of vassals and spherelings, as long as you don't have a core in the province, and are otherwise kept hidden from view to avoid having them clutter up your decision list.;;;;;;;;;;;;; +return_core_off_title;Disable 'Return Cores' decisions;;;;;;;;;;;;; +return_core_off_desc;Your decision list will now be uncluttered.;;;;;;;;;;;;; +return_core_disabled_title;Deactivate 'Return Cores' decisions;;;;;;;;;;;;; +return_core_disabled_desc;The 'Return Cores' decisions will disappear from this game session and won't reappear again. You won't be able to use these decisions again for this game.;;;;;;;;;;;;; +return_cores_MNP_title;Return cores to Manipur;;;;;;;;;;;;; +return_cores_MNP_desc;We hold provinces that Manipur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BDK_title;Return cores to Badakhshan;;;;;;;;;;;;; +return_cores_BDK_desc;We hold provinces that Badakhshan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PGG_title;Return cores to Pingnan Guo;;;;;;;;;;;;; +return_cores_PGG_desc;We hold provinces that Pingnan Guo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SGM_title;Return cores to Sigmaringen;;;;;;;;;;;;; +return_cores_SGM_desc;We hold provinces that Sigmaringen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NMB_title;Return cores to Namibia;;;;;;;;;;;;; +return_cores_NMB_desc;We hold provinces that Namibia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TMR_title;Return cores to Timor;;;;;;;;;;;;; +return_cores_TMR_desc;We hold provinces that Timor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLG_title;Return cores to Selangor;;;;;;;;;;;;; +return_cores_SLG_desc;We hold provinces that Selangor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PRK_title;Return cores to Perak;;;;;;;;;;;;; +return_cores_PRK_desc;We hold provinces that Perak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PHG_title;Return cores to Pahang;;;;;;;;;;;;; +return_cores_PHG_desc;We hold provinces that Pahang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FRO_title;Return cores to Faroe;;;;;;;;;;;;; +return_cores_FRO_desc;We hold provinces that Faroe has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NCT_title;Return cores to Neuchatel;;;;;;;;;;;;; +return_cores_NCT_desc;We hold provinces that Neuchatel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HBY_title;Return cores to Hobyo;;;;;;;;;;;;; +return_cores_HBY_desc;We hold provinces that Hobyo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_QAT_title;Return cores to Qatar;;;;;;;;;;;;; +return_cores_QAT_desc;We hold provinces that Qatar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRY_title;Return cores to Buryatia;;;;;;;;;;;;; +return_cores_BRY_desc;We hold provinces that Buryatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MLD_title;Return cores to Maldives;;;;;;;;;;;;; +return_cores_MLD_desc;We hold provinces that Maldives has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAR_title;Return cores to Karen;;;;;;;;;;;;; +return_cores_KAR_desc;We hold provinces that Karen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PAK_title;Return cores to Pakistan;;;;;;;;;;;;; +return_cores_PAK_desc;We hold provinces that Pakistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRL_title;Return cores to Chitral;;;;;;;;;;;;; +return_cores_CRL_desc;We hold provinces that Chitral has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RDL_title;Return cores to Ardalan;;;;;;;;;;;;; +return_cores_RDL_desc;We hold provinces that Ardalan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BTL_title;Return cores to Bitlis;;;;;;;;;;;;; +return_cores_BTL_desc;We hold provinces that Bitlis has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BDN_title;Return cores to Bahdinan;;;;;;;;;;;;; +return_cores_BDN_desc;We hold provinces that Bahdinan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BNB_title;Return cores to Baban;;;;;;;;;;;;; +return_cores_BNB_desc;We hold provinces that Baban has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MKN_title;Return cores to Mukriyan;;;;;;;;;;;;; +return_cores_MKN_desc;We hold provinces that Mukriyan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BHT_title;Return cores to Bohtan;;;;;;;;;;;;; +return_cores_BHT_desc;We hold provinces that Bohtan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SRN_title;Return cores to Soran;;;;;;;;;;;;; +return_cores_SRN_desc;We hold provinces that Soran has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LBG_title;Return cores to Limburg;;;;;;;;;;;;; +return_cores_LBG_desc;We hold provinces that Limburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PNB_title;Return cores to Pernambuco;;;;;;;;;;;;; +return_cores_PNB_desc;We hold provinces that Pernambuco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FIU_title;Return cores to Fiume;;;;;;;;;;;;; +return_cores_FIU_desc;We hold provinces that Fiume has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SYC_title;Return cores to Sicily;;;;;;;;;;;;; +return_cores_SYC_desc;We hold provinces that Sicily has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MDV_title;Return cores to Moldova;;;;;;;;;;;;; +return_cores_MDV_desc;We hold provinces that Moldova has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ABK_title;Return cores to Abkhazia;;;;;;;;;;;;; +return_cores_ABK_desc;We hold provinces that Abkhazia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRT_title;Return cores to Corrientes;;;;;;;;;;;;; +return_cores_CRT_desc;We hold provinces that Corrientes has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SBA_title;Return cores to Buenos Aires;;;;;;;;;;;;; +return_cores_SBA_desc;We hold provinces that Buenos Aires has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARC_title;Return cores to Argentine Confederation;;;;;;;;;;;;; +return_cores_ARC_desc;We hold provinces that Argentine Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LHJ_title;Return cores to Lahej;;;;;;;;;;;;; +return_cores_LHJ_desc;We hold provinces that Lahej has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FDL_title;Return cores to Fadhli;;;;;;;;;;;;; +return_cores_FDL_desc;We hold provinces that Fadhli has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KTH_title;Return cores to Kathiri;;;;;;;;;;;;; +return_cores_KTH_desc;We hold provinces that Kathiri has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MHR_title;Return cores to Mahra;;;;;;;;;;;;; +return_cores_MHR_desc;We hold provinces that Mahra has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KML_title;Return cores to Kumul;;;;;;;;;;;;; +return_cores_KML_desc;We hold provinces that Kumul has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SHK_title;Return cores to Shilluk;;;;;;;;;;;;; +return_cores_SHK_desc;We hold provinces that Shilluk has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WRL_title;Return cores to Warsangali;;;;;;;;;;;;; +return_cores_WRL_desc;We hold provinces that Warsangali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BHP_title;Return cores to Bahawalpur;;;;;;;;;;;;; +return_cores_BHP_desc;We hold provinces that Bahawalpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_EZO_title;Return cores to Ezo;;;;;;;;;;;;; +return_cores_EZO_desc;We hold provinces that Ezo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHY_title;Return cores to Chechnya;;;;;;;;;;;;; +return_cores_CHY_desc;We hold provinces that Chechnya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHK_title;Return cores to Champasak;;;;;;;;;;;;; +return_cores_CHK_desc;We hold provinces that Champasak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_QNG_title;Return cores to Qing China;;;;;;;;;;;;; +return_cores_QNG_desc;We hold provinces that Qing China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MGH_title;Return cores to Maghreb;;;;;;;;;;;;; +return_cores_MGH_desc;We hold provinces that Maghreb has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAH_title;Return cores to Bahia;;;;;;;;;;;;; +return_cores_BAH_desc;We hold provinces that Bahia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHP_title;Return cores to Chiapas;;;;;;;;;;;;; +return_cores_CHP_desc;We hold provinces that Chiapas has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CEQ_title;Return cores to Equador Confederation;;;;;;;;;;;;; +return_cores_CEQ_desc;We hold provinces that Equador Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ENT_title;Return cores to Entre Rios;;;;;;;;;;;;; +return_cores_ENT_desc;We hold provinces that Entre Rios has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GCO_title;Return cores to Gran Colombia;;;;;;;;;;;;; +return_cores_GCO_desc;We hold provinces that Gran Colombia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GUY_title;Return cores to Guyana;;;;;;;;;;;;; +return_cores_GUY_desc;We hold provinces that Guyana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LOS_title;Return cores to Los Altos;;;;;;;;;;;;; +return_cores_LOS_desc;We hold provinces that Los Altos has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LPL_title;Return cores to La Plata;;;;;;;;;;;;; +return_cores_LPL_desc;We hold provinces that La Plata has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_OAX_title;Return cores to Oaxaca;;;;;;;;;;;;; +return_cores_OAX_desc;We hold provinces that Oaxaca has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PBC_title;Return cores to Peru-Bolivia Confederation;;;;;;;;;;;;; +return_cores_PBC_desc;We hold provinces that Peru-Bolivia Confederation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PTG_title;Return cores to Patagonia;;;;;;;;;;;;; +return_cores_PTG_desc;We hold provinces that Patagonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RGR_title;Return cores to Rio Grande;;;;;;;;;;;;; +return_cores_RGR_desc;We hold provinces that Rio Grande has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RGS_title;Return cores to Rio Grande do Sul;;;;;;;;;;;;; +return_cores_RGS_desc;We hold provinces that Rio Grande do Sul has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SON_title;Return cores to Sonora;;;;;;;;;;;;; +return_cores_SON_desc;We hold provinces that Sonora has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SPU_title;Return cores to South Peru;;;;;;;;;;;;; +return_cores_SPU_desc;We hold provinces that South Peru has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YUC_title;Return cores to Yucatan;;;;;;;;;;;;; +return_cores_YUC_desc;We hold provinces that Yucatan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BLZ_title;Return cores to Belize;;;;;;;;;;;;; +return_cores_BLZ_desc;We hold provinces that Belize has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAK_title;Return cores to Dakota;;;;;;;;;;;;; +return_cores_DAK_desc;We hold provinces that Dakota has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FSA_title;Return cores to Free States of America;;;;;;;;;;;;; +return_cores_FSA_desc;We hold provinces that Free States of America has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GRN_title;Return cores to Greenland;;;;;;;;;;;;; +return_cores_GRN_desc;We hold provinces that Greenland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAM_title;Return cores to Jamaica;;;;;;;;;;;;; +return_cores_JAM_desc;We hold provinces that Jamaica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LSK_title;Return cores to Alaska;;;;;;;;;;;;; +return_cores_LSK_desc;We hold provinces that Alaska has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MRU_title;Return cores to Maritime Union;;;;;;;;;;;;; +return_cores_MRU_desc;We hold provinces that Maritime Union has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PRI_title;Return cores to Puerto Rico;;;;;;;;;;;;; +return_cores_PRI_desc;We hold provinces that Puerto Rico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RPL_title;Return cores to Rupert's Land;;;;;;;;;;;;; +return_cores_RPL_desc;We hold provinces that Rupert's Land has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRS_title;Return cores to Tarasco;;;;;;;;;;;;; +return_cores_TRS_desc;We hold provinces that Tarasco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TTB_title;Return cores to Trinidad;;;;;;;;;;;;; +return_cores_TTB_desc;We hold provinces that Trinidad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UIL_title;Return cores to Illinois;;;;;;;;;;;;; +return_cores_UIL_desc;We hold provinces that Illinois has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UNB_title;Return cores to Nebraska;;;;;;;;;;;;; +return_cores_UNB_desc;We hold provinces that Nebraska has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UNM_title;Return cores to New Mexico;;;;;;;;;;;;; +return_cores_UNM_desc;We hold provinces that New Mexico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UOR_title;Return cores to Oregon;;;;;;;;;;;;; +return_cores_UOR_desc;We hold provinces that Oregon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ALS_title;Return cores to Elsass;;;;;;;;;;;;; +return_cores_ALS_desc;We hold provinces that Elsass has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ATR_title;Return cores to Asturias;;;;;;;;;;;;; +return_cores_ATR_desc;We hold provinces that Asturias has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAN_title;Return cores to Banat;;;;;;;;;;;;; +return_cores_BAN_desc;We hold provinces that Banat has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BKV_title;Return cores to Bukovina;;;;;;;;;;;;; +return_cores_BKV_desc;We hold provinces that Bukovina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRT_title;Return cores to Brittany;;;;;;;;;;;;; +return_cores_BRT_desc;We hold provinces that Brittany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BSQ_title;Return cores to Basqueland;;;;;;;;;;;;; +return_cores_BSQ_desc;We hold provinces that Basqueland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRS_title;Return cores to Corsica;;;;;;;;;;;;; +return_cores_CRS_desc;We hold provinces that Corsica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DLM_title;Return cores to Dalmatia;;;;;;;;;;;;; +return_cores_DLM_desc;We hold provinces that Dalmatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ENL_title;Return cores to England;;;;;;;;;;;;; +return_cores_ENL_desc;We hold provinces that England has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GLC_title;Return cores to Galicia;;;;;;;;;;;;; +return_cores_GLC_desc;We hold provinces that Galicia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GLM_title;Return cores to Galicia-Lodomeria;;;;;;;;;;;;; +return_cores_GLM_desc;We hold provinces that Galicia-Lodomeria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LOR_title;Return cores to Lorraine;;;;;;;;;;;;; +return_cores_LOR_desc;We hold provinces that Lorraine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MCD_title;Return cores to Macedonia;;;;;;;;;;;;; +return_cores_MCD_desc;We hold provinces that Macedonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MLT_title;Return cores to Malta;;;;;;;;;;;;; +return_cores_MLT_desc;We hold provinces that Malta has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_OCC_title;Return cores to Occitania;;;;;;;;;;;;; +return_cores_OCC_desc;We hold provinces that Occitania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RMG_title;Return cores to Romagna;;;;;;;;;;;;; +return_cores_RMG_desc;We hold provinces that Romagna has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SPC_title;Return cores to Carlist Spain;;;;;;;;;;;;; +return_cores_SPC_desc;We hold provinces that Carlist Spain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SRD_title;Return cores to Sardinia;;;;;;;;;;;;; +return_cores_SRD_desc;We hold provinces that Sardinia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SVY_title;Return cores to Savoy;;;;;;;;;;;;; +return_cores_SVY_desc;We hold provinces that Savoy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SWH_title;Return cores to Schleswig-Holstein;;;;;;;;;;;;; +return_cores_SWH_desc;We hold provinces that Schleswig-Holstein has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WHA_title;Return cores to Wales;;;;;;;;;;;;; +return_cores_WHA_desc;We hold provinces that Wales has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DNB_title;Return cores to Danubian Federation;;;;;;;;;;;;; +return_cores_DNB_desc;We hold provinces that Danubian Federation has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUZ_title;Return cores to Luzica;;;;;;;;;;;;; +return_cores_LUZ_desc;We hold provinces that Luzica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RHI_title;Return cores to Rhineland;;;;;;;;;;;;; +return_cores_RHI_desc;We hold provinces that Rhineland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PML_title;Return cores to Pomerelia;;;;;;;;;;;;; +return_cores_PML_desc;We hold provinces that Pomerelia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PZN_title;Return cores to Poznan;;;;;;;;;;;;; +return_cores_PZN_desc;We hold provinces that Poznan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLS_title;Return cores to Silesia;;;;;;;;;;;;; +return_cores_SLS_desc;We hold provinces that Silesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WES_title;Return cores to Westfalen;;;;;;;;;;;;; +return_cores_WES_desc;We hold provinces that Westfalen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AKH_title;Return cores to Astrakhan;;;;;;;;;;;;; +return_cores_AKH_desc;We hold provinces that Astrakhan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ALT_title;Return cores to Altai Republic;;;;;;;;;;;;; +return_cores_ALT_desc;We hold provinces that Altai Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CPL_title;Return cores to Congress Poland;;;;;;;;;;;;; +return_cores_CPL_desc;We hold provinces that Congress Poland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DON_title;Return cores to Cossackia;;;;;;;;;;;;; +return_cores_DON_desc;We hold provinces that Cossackia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IZH_title;Return cores to Ingria;;;;;;;;;;;;; +return_cores_IZH_desc;We hold provinces that Ingria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAZ_title;Return cores to Kazakhstan;;;;;;;;;;;;; +return_cores_KAZ_desc;We hold provinces that Kazakhstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAM_title;Return cores to Kamchatka;;;;;;;;;;;;; +return_cores_KAM_desc;We hold provinces that Kamchatka has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KMK_title;Return cores to Kalmykia;;;;;;;;;;;;; +return_cores_KMK_desc;We hold provinces that Kalmykia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KRL_title;Return cores to Karelia;;;;;;;;;;;;; +return_cores_KRL_desc;We hold provinces that Karelia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIB_title;Return cores to Siberian Republic;;;;;;;;;;;;; +return_cores_SIB_desc;We hold provinces that Siberian Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TAR_title;Return cores to Tatarstan;;;;;;;;;;;;; +return_cores_TAR_desc;We hold provinces that Tatarstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TNT_title;Return cores to Tannu Tuva;;;;;;;;;;;;; +return_cores_TNT_desc;We hold provinces that Tannu Tuva has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_URA_title;Return cores to Ural Republic;;;;;;;;;;;;; +return_cores_URA_desc;We hold provinces that Ural Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YAK_title;Return cores to Yakutia;;;;;;;;;;;;; +return_cores_YAK_desc;We hold provinces that Yakutia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARU_title;Return cores to Arab Union;;;;;;;;;;;;; +return_cores_ARU_desc;We hold provinces that Arab Union has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ASY_title;Return cores to Assyria;;;;;;;;;;;;; +return_cores_ASY_desc;We hold provinces that Assyria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BHR_title;Return cores to Bahrain;;;;;;;;;;;;; +return_cores_BHR_desc;We hold provinces that Bahrain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CIR_title;Return cores to Circassia;;;;;;;;;;;;; +return_cores_CIR_desc;We hold provinces that Circassia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CLC_title;Return cores to Cilicia;;;;;;;;;;;;; +return_cores_CLC_desc;We hold provinces that Cilicia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAG_title;Return cores to Dagestan;;;;;;;;;;;;; +return_cores_DAG_desc;We hold provinces that Dagestan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DUR_title;Return cores to Durrani Empire;;;;;;;;;;;;; +return_cores_DUR_desc;We hold provinces that Durrani Empire has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAL_title;Return cores to Hail;;;;;;;;;;;;; +return_cores_HAL_desc;We hold provinces that Hail has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JOR_title;Return cores to Jordan;;;;;;;;;;;;; +return_cores_JOR_desc;We hold provinces that Jordan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KDS_title;Return cores to Kurdistan;;;;;;;;;;;;; +return_cores_KDS_desc;We hold provinces that Kurdistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KWT_title;Return cores to Kuwait;;;;;;;;;;;;; +return_cores_KWT_desc;We hold provinces that Kuwait has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KYR_title;Return cores to Kyrgyzstan;;;;;;;;;;;;; +return_cores_KYR_desc;We hold provinces that Kyrgyzstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LBN_title;Return cores to Lebanon;;;;;;;;;;;;; +return_cores_LBN_desc;We hold provinces that Lebanon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NYE_title;Return cores to North Yemen;;;;;;;;;;;;; +return_cores_NYE_desc;We hold provinces that North Yemen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PLS_title;Return cores to Palestine;;;;;;;;;;;;; +return_cores_PLS_desc;We hold provinces that Palestine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PNT_title;Return cores to Pontus;;;;;;;;;;;;; +return_cores_PNT_desc;We hold provinces that Pontus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SYR_title;Return cores to Syria;;;;;;;;;;;;; +return_cores_SYR_desc;We hold provinces that Syria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TAJ_title;Return cores to Tajikstan;;;;;;;;;;;;; +return_cores_TAJ_desc;We hold provinces that Tajikstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TCA_title;Return cores to Transcaucasia;;;;;;;;;;;;; +return_cores_TCA_desc;We hold provinces that Transcaucasia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TKM_title;Return cores to Turkmenistan;;;;;;;;;;;;; +return_cores_TKM_desc;We hold provinces that Turkmenistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TKS_title;Return cores to Turkestan;;;;;;;;;;;;; +return_cores_TKS_desc;We hold provinces that Turkestan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UYG_title;Return cores to Uyghurstan;;;;;;;;;;;;; +return_cores_UYG_desc;We hold provinces that Uyghurstan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UZB_title;Return cores to Uzbekistan;;;;;;;;;;;;; +return_cores_UZB_desc;We hold provinces that Uzbekistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ASM_title;Return cores to Assam;;;;;;;;;;;;; +return_cores_ASM_desc;We hold provinces that Assam has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BIH_title;Return cores to Bihar;;;;;;;;;;;;; +return_cores_BIH_desc;We hold provinces that Bihar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BLC_title;Return cores to Baluchistan;;;;;;;;;;;;; +return_cores_BLC_desc;We hold provinces that Baluchistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BNG_title;Return cores to Bengal;;;;;;;;;;;;; +return_cores_BNG_desc;We hold provinces that Bengal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DRA_title;Return cores to Dravidistan;;;;;;;;;;;;; +return_cores_DRA_desc;We hold provinces that Dravidistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KRN_title;Return cores to Karnatak;;;;;;;;;;;;; +return_cores_KRN_desc;We hold provinces that Karnatak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAH_title;Return cores to Maharashtra;;;;;;;;;;;;; +return_cores_MAH_desc;We hold provinces that Maharashtra has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RAJ_title;Return cores to Rajputana;;;;;;;;;;;;; +return_cores_RAJ_desc;We hold provinces that Rajputana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SRI_title;Return cores to Sri Lanka;;;;;;;;;;;;; +return_cores_SRI_desc;We hold provinces that Sri Lanka has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AGC_title;Return cores to Angoche;;;;;;;;;;;;; +return_cores_AGC_desc;We hold provinces that Angoche has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ANG_title;Return cores to Angola;;;;;;;;;;;;; +return_cores_ANG_desc;We hold provinces that Angola has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARO_title;Return cores to Aro;;;;;;;;;;;;; +return_cores_ARO_desc;We hold provinces that Aro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ASH_title;Return cores to Ashanti;;;;;;;;;;;;; +return_cores_ASH_desc;We hold provinces that Ashanti has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AWS_title;Return cores to Awsa;;;;;;;;;;;;; +return_cores_AWS_desc;We hold provinces that Awsa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AZA_title;Return cores to Azande;;;;;;;;;;;;; +return_cores_AZA_desc;We hold provinces that Azande has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BEN_title;Return cores to Benin;;;;;;;;;;;;; +return_cores_BEN_desc;We hold provinces that Benin has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BMK_title;Return cores to Bamako;;;;;;;;;;;;; +return_cores_BMK_desc;We hold provinces that Bamako has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRD_title;Return cores to Urundi;;;;;;;;;;;;; +return_cores_BRD_desc;We hold provinces that Urundi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BSH_title;Return cores to Basotho;;;;;;;;;;;;; +return_cores_BSH_desc;We hold provinces that Basotho has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BUG_title;Return cores to Buganda;;;;;;;;;;;;; +return_cores_BUG_desc;We hold provinces that Buganda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CAR_title;Return cores to Central African Republic;;;;;;;;;;;;; +return_cores_CAR_desc;We hold provinces that Central African Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CGO_title;Return cores to Congo-Brazzaville;;;;;;;;;;;;; +return_cores_CGO_desc;We hold provinces that Congo-Brazzaville has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHD_title;Return cores to Chad;;;;;;;;;;;;; +return_cores_CHD_desc;We hold provinces that Chad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CLA_title;Return cores to Calabar;;;;;;;;;;;;; +return_cores_CLA_desc;We hold provinces that Calabar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CMR_title;Return cores to Cameroon;;;;;;;;;;;;; +return_cores_CMR_desc;We hold provinces that Cameroon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CYR_title;Return cores to Cyrenaica;;;;;;;;;;;;; +return_cores_CYR_desc;We hold provinces that Cyrenaica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAH_title;Return cores to Dahomey;;;;;;;;;;;;; +return_cores_DAH_desc;We hold provinces that Dahomey has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAM_title;Return cores to Damagaram;;;;;;;;;;;;; +return_cores_DAM_desc;We hold provinces that Damagaram has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAR_title;Return cores to Darfur;;;;;;;;;;;;; +return_cores_DAR_desc;We hold provinces that Darfur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DND_title;Return cores to Dendi;;;;;;;;;;;;; +return_cores_DND_desc;We hold provinces that Dendi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GAB_title;Return cores to Gabon;;;;;;;;;;;;; +return_cores_GAB_desc;We hold provinces that Gabon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GAZ_title;Return cores to Gaza;;;;;;;;;;;;; +return_cores_GAZ_desc;We hold provinces that Gaza has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GBU_title;Return cores to Gabu;;;;;;;;;;;;; +return_cores_GBU_desc;We hold provinces that Gabu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GEL_title;Return cores to Geledi;;;;;;;;;;;;; +return_cores_GEL_desc;We hold provinces that Geledi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GMB_title;Return cores to Gambia;;;;;;;;;;;;; +return_cores_GMB_desc;We hold provinces that Gambia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GNE_title;Return cores to Guinea;;;;;;;;;;;;; +return_cores_GNE_desc;We hold provinces that Guinea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GON_title;Return cores to Gonder;;;;;;;;;;;;; +return_cores_GON_desc;We hold provinces that Gonder has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAR_title;Return cores to Harar;;;;;;;;;;;;; +return_cores_HAR_desc;We hold provinces that Harar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IVC_title;Return cores to Ivory Coast;;;;;;;;;;;;; +return_cores_IVC_desc;We hold provinces that Ivory Coast has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAL_title;Return cores to Jallon;;;;;;;;;;;;; +return_cores_JAL_desc;We hold provinces that Jallon has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAF_title;Return cores to Kaffa;;;;;;;;;;;;; +return_cores_KAF_desc;We hold provinces that Kaffa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KBO_title;Return cores to Kanem-Bornu;;;;;;;;;;;;; +return_cores_KBO_desc;We hold provinces that Kanem-Bornu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KNG_title;Return cores to Kong;;;;;;;;;;;;; +return_cores_KNG_desc;We hold provinces that Kong has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KNY_title;Return cores to Kenya;;;;;;;;;;;;; +return_cores_KNY_desc;We hold provinces that Kenya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KON_title;Return cores to Kongo;;;;;;;;;;;;; +return_cores_KON_desc;We hold provinces that Kongo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KUB_title;Return cores to Kuba;;;;;;;;;;;;; +return_cores_KUB_desc;We hold provinces that Kuba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KZB_title;Return cores to Kazembe;;;;;;;;;;;;; +return_cores_KZB_desc;We hold provinces that Kazembe has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LBA_title;Return cores to Luba;;;;;;;;;;;;; +return_cores_LBA_desc;We hold provinces that Luba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LBY_title;Return cores to Libya;;;;;;;;;;;;; +return_cores_LBY_desc;We hold provinces that Libya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LOA_title;Return cores to Loango;;;;;;;;;;;;; +return_cores_LOA_desc;We hold provinces that Loango has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUN_title;Return cores to Lunda;;;;;;;;;;;;; +return_cores_LUN_desc;We hold provinces that Lunda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAJ_title;Return cores to Majeerteen;;;;;;;;;;;;; +return_cores_MAJ_desc;We hold provinces that Majeerteen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAS_title;Return cores to Massina;;;;;;;;;;;;; +return_cores_MAS_desc;We hold provinces that Massina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAT_title;Return cores to Matabele;;;;;;;;;;;;; +return_cores_MAT_desc;We hold provinces that Matabele has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MLI_title;Return cores to Mali;;;;;;;;;;;;; +return_cores_MLI_desc;We hold provinces that Mali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MLW_title;Return cores to Malawi;;;;;;;;;;;;; +return_cores_MLW_desc;We hold provinces that Malawi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MNG_title;Return cores to Mongo;;;;;;;;;;;;; +return_cores_MNG_desc;We hold provinces that Mongo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MOS_title;Return cores to Mossi;;;;;;;;;;;;; +return_cores_MOS_desc;We hold provinces that Mossi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MOZ_title;Return cores to Mozambique;;;;;;;;;;;;; +return_cores_MOZ_desc;We hold provinces that Mozambique has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NGR_title;Return cores to Nigeria;;;;;;;;;;;;; +return_cores_NGR_desc;We hold provinces that Nigeria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NIG_title;Return cores to Niger;;;;;;;;;;;;; +return_cores_NIG_desc;We hold provinces that Niger has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_OYO_title;Return cores to Oyo;;;;;;;;;;;;; +return_cores_OYO_desc;We hold provinces that Oyo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RWA_title;Return cores to Ruanda;;;;;;;;;;;;; +return_cores_RWA_desc;We hold provinces that Ruanda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SEG_title;Return cores to Segu;;;;;;;;;;;;; +return_cores_SEG_desc;We hold provinces that Segu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SHO_title;Return cores to Shona;;;;;;;;;;;;; +return_cores_SHO_desc;We hold provinces that Shona has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SHW_title;Return cores to Shewa;;;;;;;;;;;;; +return_cores_SHW_desc;We hold provinces that Shewa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SID_title;Return cores to Sidama;;;;;;;;;;;;; +return_cores_SID_desc;We hold provinces that Sidama has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLE_title;Return cores to Sierra Leone;;;;;;;;;;;;; +return_cores_SLE_desc;We hold provinces that Sierra Leone has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SNG_title;Return cores to Senegal;;;;;;;;;;;;; +return_cores_SNG_desc;We hold provinces that Senegal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SOM_title;Return cores to Somalia;;;;;;;;;;;;; +return_cores_SOM_desc;We hold provinces that Somalia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SUA_title;Return cores to Suazi;;;;;;;;;;;;; +return_cores_SUA_desc;We hold provinces that Suazi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SUD_title;Return cores to Sudan;;;;;;;;;;;;; +return_cores_SUD_desc;We hold provinces that Sudan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TIG_title;Return cores to Tigray;;;;;;;;;;;;; +return_cores_TIG_desc;We hold provinces that Tigray has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TNZ_title;Return cores to Tanzania;;;;;;;;;;;;; +return_cores_TNZ_desc;We hold provinces that Tanzania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TOG_title;Return cores to Togo;;;;;;;;;;;;; +return_cores_TOG_desc;We hold provinces that Togo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TOO_title;Return cores to Tooro;;;;;;;;;;;;; +return_cores_TOO_desc;We hold provinces that Tooro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TOU_title;Return cores to Tukulor;;;;;;;;;;;;; +return_cores_TOU_desc;We hold provinces that Tukulor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRZ_title;Return cores to Trarza;;;;;;;;;;;;; +return_cores_TRZ_desc;We hold provinces that Trarza has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TSW_title;Return cores to Botswana;;;;;;;;;;;;; +return_cores_TSW_desc;We hold provinces that Botswana has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WAD_title;Return cores to Wadai;;;;;;;;;;;;; +return_cores_WAD_desc;We hold provinces that Wadai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WRI_title;Return cores to Warri;;;;;;;;;;;;; +return_cores_WRI_desc;We hold provinces that Warri has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WOL_title;Return cores to Wolof;;;;;;;;;;;;; +return_cores_WOL_desc;We hold provinces that Wolof has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_XHO_title;Return cores to Xhosa;;;;;;;;;;;;; +return_cores_XHO_desc;We hold provinces that Xhosa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ZAM_title;Return cores to Zambia;;;;;;;;;;;;; +return_cores_ZAM_desc;We hold provinces that Zambia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DJA_title;Return cores to Jambi;;;;;;;;;;;;; +return_cores_DJA_desc;We hold provinces that Jambi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FJN_title;Return cores to Fujian;;;;;;;;;;;;; +return_cores_FJN_desc;We hold provinces that Fujian has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GMJ_title;Return cores to Guominjun;;;;;;;;;;;;; +return_cores_GMJ_desc;We hold provinces that Guominjun has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GNG_title;Return cores to Guangdong;;;;;;;;;;;;; +return_cores_GNG_desc;We hold provinces that Guangdong has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HNN_title;Return cores to Hunan;;;;;;;;;;;;; +return_cores_HNN_desc;We hold provinces that Hunan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HUI_title;Return cores to Anhui;;;;;;;;;;;;; +return_cores_HUI_desc;We hold provinces that Anhui has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_INO_title;Return cores to Indonesia;;;;;;;;;;;;; +return_cores_INO_desc;We hold provinces that Indonesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KCH_title;Return cores to Kachin;;;;;;;;;;;;; +return_cores_KCH_desc;We hold provinces that Kachin has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KLM_title;Return cores to Kalimantan;;;;;;;;;;;;; +return_cores_KLM_desc;We hold provinces that Kalimantan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KMT_title;Return cores to Nationalist China;;;;;;;;;;;;; +return_cores_KMT_desc;We hold provinces that Nationalist China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KTI_title;Return cores to Kutai;;;;;;;;;;;;; +return_cores_KTI_desc;We hold provinces that Kutai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LAN_title;Return cores to Lanfang;;;;;;;;;;;;; +return_cores_LAN_desc;We hold provinces that Lanfang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LXA_title;Return cores to Lan Xang;;;;;;;;;;;;; +return_cores_LXA_desc;We hold provinces that Lan Xang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAL_title;Return cores to Maluku;;;;;;;;;;;;; +return_cores_MAL_desc;We hold provinces that Maluku has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MLY_title;Return cores to Malaya;;;;;;;;;;;;; +return_cores_MLY_desc;We hold provinces that Malaya has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SHA_title;Return cores to Shan;;;;;;;;;;;;; +return_cores_SHA_desc;We hold provinces that Shan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLW_title;Return cores to Sulawesi;;;;;;;;;;;;; +return_cores_SLW_desc;We hold provinces that Sulawesi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SAK_title;Return cores to Siak;;;;;;;;;;;;; +return_cores_SAK_desc;We hold provinces that Siak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SUL_title;Return cores to Sulu;;;;;;;;;;;;; +return_cores_SUL_desc;We hold provinces that Sulu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SWK_title;Return cores to Sarawak;;;;;;;;;;;;; +return_cores_SWK_desc;We hold provinces that Sarawak has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SZC_title;Return cores to Sichuan;;;;;;;;;;;;; +return_cores_SZC_desc;We hold provinces that Sichuan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TAI_title;Return cores to Taiwan;;;;;;;;;;;;; +return_cores_TAI_desc;We hold provinces that Taiwan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHO_title;Return cores to Choshu;;;;;;;;;;;;; +return_cores_CHO_desc;We hold provinces that Choshu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAG_title;Return cores to Kaga;;;;;;;;;;;;; +return_cores_KAG_desc;We hold provinces that Kaga has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RYU_title;Return cores to Ryukyu;;;;;;;;;;;;; +return_cores_RYU_desc;We hold provinces that Ryukyu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SAT_title;Return cores to Satsuma;;;;;;;;;;;;; +return_cores_SAT_desc;We hold provinces that Satsuma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SEN_title;Return cores to Sendai;;;;;;;;;;;;; +return_cores_SEN_desc;We hold provinces that Sendai has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TKG_title;Return cores to Shogunate Japan;;;;;;;;;;;;; +return_cores_TKG_desc;We hold provinces that Shogunate Japan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TOS_title;Return cores to Tosa;;;;;;;;;;;;; +return_cores_TOS_desc;We hold provinces that Tosa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YZW_title;Return cores to Yonezawa;;;;;;;;;;;;; +return_cores_YZW_desc;We hold provinces that Yonezawa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FIJ_title;Return cores to Fiji;;;;;;;;;;;;; +return_cores_FIJ_desc;We hold provinces that Fiji has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TGA_title;Return cores to Tonga;;;;;;;;;;;;; +return_cores_TGA_desc;We hold provinces that Tonga has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARA_title;Return cores to Arabia;;;;;;;;;;;;; +return_cores_ARA_desc;We hold provinces that Arabia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BYE_title;Return cores to Belarus;;;;;;;;;;;;; +return_cores_BYE_desc;We hold provinces that Belarus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PLC_title;Return cores to Poland-Lithuania;;;;;;;;;;;;; +return_cores_PLC_desc;We hold provinces that Poland-Lithuania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UBD_title;Return cores to United Baltic Provinces;;;;;;;;;;;;; +return_cores_UBD_desc;We hold provinces that United Baltic Provinces has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DEN_title;Return cores to Denmark;;;;;;;;;;;;; +return_cores_DEN_desc;We hold provinces that Denmark has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FIN_title;Return cores to Finland;;;;;;;;;;;;; +return_cores_FIN_desc;We hold provinces that Finland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NOR_title;Return cores to Norway;;;;;;;;;;;;; +return_cores_NOR_desc;We hold provinces that Norway has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SCA_title;Return cores to Scandinavia;;;;;;;;;;;;; +return_cores_SCA_desc;We hold provinces that Scandinavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SWE_title;Return cores to Sweden;;;;;;;;;;;;; +return_cores_SWE_desc;We hold provinces that Sweden has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BEL_title;Return cores to Belgium;;;;;;;;;;;;; +return_cores_BEL_desc;We hold provinces that Belgium has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CAT_title;Return cores to Catalonia;;;;;;;;;;;;; +return_cores_CAT_desc;We hold provinces that Catalonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FLA_title;Return cores to Flanders;;;;;;;;;;;;; +return_cores_FLA_desc;We hold provinces that Flanders has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IRE_title;Return cores to Ireland;;;;;;;;;;;;; +return_cores_IRE_desc;We hold provinces that Ireland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NET_title;Return cores to Netherlands;;;;;;;;;;;;; +return_cores_NET_desc;We hold provinces that Netherlands has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_POR_title;Return cores to Portugal;;;;;;;;;;;;; +return_cores_POR_desc;We hold provinces that Portugal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SCO_title;Return cores to Scotland;;;;;;;;;;;;; +return_cores_SCO_desc;We hold provinces that Scotland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SPA_title;Return cores to Spain;;;;;;;;;;;;; +return_cores_SPA_desc;We hold provinces that Spain has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WLL_title;Return cores to Wallonia;;;;;;;;;;;;; +return_cores_WLL_desc;We hold provinces that Wallonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ANH_title;Return cores to Anhalt;;;;;;;;;;;;; +return_cores_ANH_desc;We hold provinces that Anhalt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAD_title;Return cores to Baden;;;;;;;;;;;;; +return_cores_BAD_desc;We hold provinces that Baden has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAV_title;Return cores to Bavaria;;;;;;;;;;;;; +return_cores_BAV_desc;We hold provinces that Bavaria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRA_title;Return cores to Braunschweig;;;;;;;;;;;;; +return_cores_BRA_desc;We hold provinces that Braunschweig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRE_title;Return cores to Bremen;;;;;;;;;;;;; +return_cores_BRE_desc;We hold provinces that Bremen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_COB_title;Return cores to Saxe-Coburg-Gotha;;;;;;;;;;;;; +return_cores_COB_desc;We hold provinces that Saxe-Coburg-Gotha has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DZG_title;Return cores to Danzig;;;;;;;;;;;;; +return_cores_DZG_desc;We hold provinces that Danzig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FRM_title;Return cores to Frankfurt am Main;;;;;;;;;;;;; +return_cores_FRM_desc;We hold provinces that Frankfurt am Main has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAM_title;Return cores to Hamburg;;;;;;;;;;;;; +return_cores_HAM_desc;We hold provinces that Hamburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAN_title;Return cores to Hanover;;;;;;;;;;;;; +return_cores_HAN_desc;We hold provinces that Hanover has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HES_title;Return cores to Hesse-Darmstadt;;;;;;;;;;;;; +return_cores_HES_desc;We hold provinces that Hesse-Darmstadt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HEK_title;Return cores to Hesse-Kassel;;;;;;;;;;;;; +return_cores_HEK_desc;We hold provinces that Hesse-Kassel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HOL_title;Return cores to Holstein;;;;;;;;;;;;; +return_cores_HOL_desc;We hold provinces that Holstein has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LIP_title;Return cores to Lippe-Detmold;;;;;;;;;;;;; +return_cores_LIP_desc;We hold provinces that Lippe-Detmold has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUB_title;Return cores to Lubeck;;;;;;;;;;;;; +return_cores_LUB_desc;We hold provinces that Lubeck has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUX_title;Return cores to Luxemburg;;;;;;;;;;;;; +return_cores_LUX_desc;We hold provinces that Luxemburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MEC_title;Return cores to Mecklenburg;;;;;;;;;;;;; +return_cores_MEC_desc;We hold provinces that Mecklenburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MEI_title;Return cores to Saxe-Meiningen;;;;;;;;;;;;; +return_cores_MEI_desc;We hold provinces that Saxe-Meiningen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NAS_title;Return cores to Nassau;;;;;;;;;;;;; +return_cores_NAS_desc;We hold provinces that Nassau has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NGF_title;Return cores to North German Fed;;;;;;;;;;;;; +return_cores_NGF_desc;We hold provinces that North German Fed has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_OLD_title;Return cores to Oldenburg;;;;;;;;;;;;; +return_cores_OLD_desc;We hold provinces that Oldenburg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SAX_title;Return cores to Saxony;;;;;;;;;;;;; +return_cores_SAX_desc;We hold provinces that Saxony has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SCH_title;Return cores to Schleswig;;;;;;;;;;;;; +return_cores_SCH_desc;We hold provinces that Schleswig has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SGF_title;Return cores to South German Fed;;;;;;;;;;;;; +return_cores_SGF_desc;We hold provinces that South German Fed has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WEI_title;Return cores to Saxe-Weimar;;;;;;;;;;;;; +return_cores_WEI_desc;We hold provinces that Saxe-Weimar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WUR_title;Return cores to Wurttemberg;;;;;;;;;;;;; +return_cores_WUR_desc;We hold provinces that Wurttemberg has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LOM_title;Return cores to Lombardia;;;;;;;;;;;;; +return_cores_LOM_desc;We hold provinces that Lombardia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUC_title;Return cores to Lucca;;;;;;;;;;;;; +return_cores_LUC_desc;We hold provinces that Lucca has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MOD_title;Return cores to Modena;;;;;;;;;;;;; +return_cores_MOD_desc;We hold provinces that Modena has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PAP_title;Return cores to Papal States;;;;;;;;;;;;; +return_cores_PAP_desc;We hold provinces that Papal States has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PAR_title;Return cores to Parma;;;;;;;;;;;;; +return_cores_PAR_desc;We hold provinces that Parma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SAR_title;Return cores to Sardinia-Piedmont;;;;;;;;;;;;; +return_cores_SAR_desc;We hold provinces that Sardinia-Piedmont has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIC_title;Return cores to Two Sicilies;;;;;;;;;;;;; +return_cores_SIC_desc;We hold provinces that Two Sicilies has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRE_title;Return cores to Trieste;;;;;;;;;;;;; +return_cores_TRE_desc;We hold provinces that Trieste has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TUS_title;Return cores to Tuscany;;;;;;;;;;;;; +return_cores_TUS_desc;We hold provinces that Tuscany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_VEN_title;Return cores to Venice;;;;;;;;;;;;; +return_cores_VEN_desc;We hold provinces that Venice has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BOH_title;Return cores to Bohemia-Moravia;;;;;;;;;;;;; +return_cores_BOH_desc;We hold provinces that Bohemia-Moravia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KRA_title;Return cores to Krakow;;;;;;;;;;;;; +return_cores_KRA_desc;We hold provinces that Krakow has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRI_title;Return cores to Crimea;;;;;;;;;;;;; +return_cores_CRI_desc;We hold provinces that Crimea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_EST_title;Return cores to Estonia;;;;;;;;;;;;; +return_cores_EST_desc;We hold provinces that Estonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HUN_title;Return cores to Hungary;;;;;;;;;;;;; +return_cores_HUN_desc;We hold provinces that Hungary has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LIT_title;Return cores to Lithuania;;;;;;;;;;;;; +return_cores_LIT_desc;We hold provinces that Lithuania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LAT_title;Return cores to Latvia;;;;;;;;;;;;; +return_cores_LAT_desc;We hold provinces that Latvia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_POL_title;Return cores to Poland;;;;;;;;;;;;; +return_cores_POL_desc;We hold provinces that Poland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLV_title;Return cores to Slovakia;;;;;;;;;;;;; +return_cores_SLV_desc;We hold provinces that Slovakia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SWI_title;Return cores to Switzerland;;;;;;;;;;;;; +return_cores_SWI_desc;We hold provinces that Switzerland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RUT_title;Return cores to Ruthenia;;;;;;;;;;;;; +return_cores_RUT_desc;We hold provinces that Ruthenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIE_title;Return cores to Siebenburgen;;;;;;;;;;;;; +return_cores_SIE_desc;We hold provinces that Siebenburgen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UKR_title;Return cores to Ukraine;;;;;;;;;;;;; +return_cores_UKR_desc;We hold provinces that Ukraine has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CZH_title;Return cores to Czechoslovakia;;;;;;;;;;;;; +return_cores_CZH_desc;We hold provinces that Czechoslovakia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ALB_title;Return cores to Albania;;;;;;;;;;;;; +return_cores_ALB_desc;We hold provinces that Albania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BOS_title;Return cores to Bosnia-Herzegovina;;;;;;;;;;;;; +return_cores_BOS_desc;We hold provinces that Bosnia-Herzegovina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BUL_title;Return cores to Bulgaria;;;;;;;;;;;;; +return_cores_BUL_desc;We hold provinces that Bulgaria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRE_title;Return cores to Crete;;;;;;;;;;;;; +return_cores_CRE_desc;We hold provinces that Crete has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CRO_title;Return cores to Croatia;;;;;;;;;;;;; +return_cores_CRO_desc;We hold provinces that Croatia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CYP_title;Return cores to Cyprus;;;;;;;;;;;;; +return_cores_CYP_desc;We hold provinces that Cyprus has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GRE_title;Return cores to Greece;;;;;;;;;;;;; +return_cores_GRE_desc;We hold provinces that Greece has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ION_title;Return cores to Ionian Islands;;;;;;;;;;;;; +return_cores_ION_desc;We hold provinces that Ionian Islands has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MOL_title;Return cores to Moldavia;;;;;;;;;;;;; +return_cores_MOL_desc;We hold provinces that Moldavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MON_title;Return cores to Montenegro;;;;;;;;;;;;; +return_cores_MON_desc;We hold provinces that Montenegro has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ROM_title;Return cores to Romania;;;;;;;;;;;;; +return_cores_ROM_desc;We hold provinces that Romania has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SER_title;Return cores to Serbia;;;;;;;;;;;;; +return_cores_SER_desc;We hold provinces that Serbia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SLO_title;Return cores to Slovenia;;;;;;;;;;;;; +return_cores_SLO_desc;We hold provinces that Slovenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TUR_title;Return cores to Ottoman Empire;;;;;;;;;;;;; +return_cores_TUR_desc;We hold provinces that Ottoman Empire has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WAL_title;Return cores to Wallachia;;;;;;;;;;;;; +return_cores_WAL_desc;We hold provinces that Wallachia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YUG_title;Return cores to Yugoslavia;;;;;;;;;;;;; +return_cores_YUG_desc;We hold provinces that Yugoslavia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ALD_title;Return cores to Aldjazair;;;;;;;;;;;;; +return_cores_ALD_desc;We hold provinces that Aldjazair has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CNG_title;Return cores to Congo Free State;;;;;;;;;;;;; +return_cores_CNG_desc;We hold provinces that Congo Free State has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_EGY_title;Return cores to Egypt;;;;;;;;;;;;; +return_cores_EGY_desc;We hold provinces that Egypt has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ETH_title;Return cores to Ethiopia;;;;;;;;;;;;; +return_cores_ETH_desc;We hold provinces that Ethiopia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAD_title;Return cores to Madagascar;;;;;;;;;;;;; +return_cores_MAD_desc;We hold provinces that Madagascar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LIB_title;Return cores to Liberia;;;;;;;;;;;;; +return_cores_LIB_desc;We hold provinces that Liberia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MOR_title;Return cores to Morocco;;;;;;;;;;;;; +return_cores_MOR_desc;We hold provinces that Morocco has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NAL_title;Return cores to Natalia;;;;;;;;;;;;; +return_cores_NAL_desc;We hold provinces that Natalia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ORA_title;Return cores to Oranje;;;;;;;;;;;;; +return_cores_ORA_desc;We hold provinces that Oranje has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SAF_title;Return cores to South Africa;;;;;;;;;;;;; +return_cores_SAF_desc;We hold provinces that South Africa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SOK_title;Return cores to Sokoto;;;;;;;;;;;;; +return_cores_SOK_desc;We hold provinces that Sokoto has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RHO_title;Return cores to Southern Rhodesia;;;;;;;;;;;;; +return_cores_RHO_desc;We hold provinces that Southern Rhodesia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRI_title;Return cores to Tripoli;;;;;;;;;;;;; +return_cores_TRI_desc;We hold provinces that Tripoli has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRN_title;Return cores to Transvaal;;;;;;;;;;;;; +return_cores_TRN_desc;We hold provinces that Transvaal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TUN_title;Return cores to Tunis;;;;;;;;;;;;; +return_cores_TUN_desc;We hold provinces that Tunis has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ZAN_title;Return cores to Zanzibar;;;;;;;;;;;;; +return_cores_ZAN_desc;We hold provinces that Zanzibar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ZUL_title;Return cores to Zulu;;;;;;;;;;;;; +return_cores_ZUL_desc;We hold provinces that Zulu has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ABU_title;Return cores to Abu Dhabi;;;;;;;;;;;;; +return_cores_ABU_desc;We hold provinces that Abu Dhabi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AFG_title;Return cores to Afghanistan;;;;;;;;;;;;; +return_cores_AFG_desc;We hold provinces that Afghanistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARM_title;Return cores to Armenia;;;;;;;;;;;;; +return_cores_ARM_desc;We hold provinces that Armenia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AZB_title;Return cores to Azerbaijan;;;;;;;;;;;;; +return_cores_AZB_desc;We hold provinces that Azerbaijan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BUK_title;Return cores to Bukkhara;;;;;;;;;;;;; +return_cores_BUK_desc;We hold provinces that Bukkhara has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GEO_title;Return cores to Georgia;;;;;;;;;;;;; +return_cores_GEO_desc;We hold provinces that Georgia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HDJ_title;Return cores to Hedjaz;;;;;;;;;;;;; +return_cores_HDJ_desc;We hold provinces that Hedjaz has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IRQ_title;Return cores to Iraq;;;;;;;;;;;;; +return_cores_IRQ_desc;We hold provinces that Iraq has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KHI_title;Return cores to Khiva;;;;;;;;;;;;; +return_cores_KHI_desc;We hold provinces that Khiva has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KOK_title;Return cores to Kokand;;;;;;;;;;;;; +return_cores_KOK_desc;We hold provinces that Kokand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MUG_title;Return cores to Mughalistan;;;;;;;;;;;;; +return_cores_MUG_desc;We hold provinces that Mughalistan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NEJ_title;Return cores to Nejd;;;;;;;;;;;;; +return_cores_NEJ_desc;We hold provinces that Nejd has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_OMA_title;Return cores to Oman;;;;;;;;;;;;; +return_cores_OMA_desc;We hold provinces that Oman has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PER_title;Return cores to Persia;;;;;;;;;;;;; +return_cores_PER_desc;We hold provinces that Persia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YEM_title;Return cores to Yemen;;;;;;;;;;;;; +return_cores_YEM_desc;We hold provinces that Yemen has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HND_title;Return cores to India;;;;;;;;;;;;; +return_cores_HND_desc;We hold provinces that India has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AWA_title;Return cores to Awadh;;;;;;;;;;;;; +return_cores_AWA_desc;We hold provinces that Awadh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAS_title;Return cores to Bastar;;;;;;;;;;;;; +return_cores_BAS_desc;We hold provinces that Bastar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BER_title;Return cores to Beroda;;;;;;;;;;;;; +return_cores_BER_desc;We hold provinces that Beroda has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BHO_title;Return cores to Bhopal;;;;;;;;;;;;; +return_cores_BHO_desc;We hold provinces that Bhopal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BIK_title;Return cores to Bikaner;;;;;;;;;;;;; +return_cores_BIK_desc;We hold provinces that Bikaner has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BUN_title;Return cores to Bundelkhand;;;;;;;;;;;;; +return_cores_BUN_desc;We hold provinces that Bundelkhand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GWA_title;Return cores to Gwailor;;;;;;;;;;;;; +return_cores_GWA_desc;We hold provinces that Gwailor has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HYD_title;Return cores to Hyderabad;;;;;;;;;;;;; +return_cores_HYD_desc;We hold provinces that Hyderabad has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IND_title;Return cores to Indore;;;;;;;;;;;;; +return_cores_IND_desc;We hold provinces that Indore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAI_title;Return cores to Jaipur;;;;;;;;;;;;; +return_cores_JAI_desc;We hold provinces that Jaipur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAS_title;Return cores to Jaisalmer;;;;;;;;;;;;; +return_cores_JAS_desc;We hold provinces that Jaisalmer has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JOD_title;Return cores to Jodhpur;;;;;;;;;;;;; +return_cores_JOD_desc;We hold provinces that Jodhpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAL_title;Return cores to Kalat;;;;;;;;;;;;; +return_cores_KAL_desc;We hold provinces that Kalat has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KAS_title;Return cores to Kashmir;;;;;;;;;;;;; +return_cores_KAS_desc;We hold provinces that Kashmir has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KUT_title;Return cores to Kutch;;;;;;;;;;;;; +return_cores_KUT_desc;We hold provinces that Kutch has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LAD_title;Return cores to Ladakh;;;;;;;;;;;;; +return_cores_LAD_desc;We hold provinces that Ladakh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MAK_title;Return cores to Makran;;;;;;;;;;;;; +return_cores_MAK_desc;We hold provinces that Makran has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MEW_title;Return cores to Mewar;;;;;;;;;;;;; +return_cores_MEW_desc;We hold provinces that Mewar has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MYS_title;Return cores to Mysore;;;;;;;;;;;;; +return_cores_MYS_desc;We hold provinces that Mysore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NAG_title;Return cores to Nagpur;;;;;;;;;;;;; +return_cores_NAG_desc;We hold provinces that Nagpur has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NEP_title;Return cores to Nepal;;;;;;;;;;;;; +return_cores_NEP_desc;We hold provinces that Nepal has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ORI_title;Return cores to Orissa;;;;;;;;;;;;; +return_cores_ORI_desc;We hold provinces that Orissa has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PNJ_title;Return cores to Panjab;;;;;;;;;;;;; +return_cores_PNJ_desc;We hold provinces that Panjab has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SHI_title;Return cores to Shimla;;;;;;;;;;;;; +return_cores_SHI_desc;We hold provinces that Shimla has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIK_title;Return cores to Sikkim;;;;;;;;;;;;; +return_cores_SIK_desc;We hold provinces that Sikkim has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIN_title;Return cores to Sind;;;;;;;;;;;;; +return_cores_SIN_desc;We hold provinces that Sind has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TRA_title;Return cores to Travancore;;;;;;;;;;;;; +return_cores_TRA_desc;We hold provinces that Travancore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ATJ_title;Return cores to Atjeh;;;;;;;;;;;;; +return_cores_ATJ_desc;We hold provinces that Atjeh has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAL_title;Return cores to Bali;;;;;;;;;;;;; +return_cores_BAL_desc;We hold provinces that Bali has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BHU_title;Return cores to Bhutan;;;;;;;;;;;;; +return_cores_BHU_desc;We hold provinces that Bhutan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRU_title;Return cores to Brunei;;;;;;;;;;;;; +return_cores_BRU_desc;We hold provinces that Brunei has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BUR_title;Return cores to Burma;;;;;;;;;;;;; +return_cores_BUR_desc;We hold provinces that Burma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CAM_title;Return cores to Cambodia;;;;;;;;;;;;; +return_cores_CAM_desc;We hold provinces that Cambodia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHI_title;Return cores to China;;;;;;;;;;;;; +return_cores_CHI_desc;We hold provinces that China has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DAI_title;Return cores to Dai Viet;;;;;;;;;;;;; +return_cores_DAI_desc;We hold provinces that Dai Viet has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAV_title;Return cores to Java;;;;;;;;;;;;; +return_cores_JAV_desc;We hold provinces that Java has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KOR_title;Return cores to Korea;;;;;;;;;;;;; +return_cores_KOR_desc;We hold provinces that Korea has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_LUA_title;Return cores to Luang Prabang;;;;;;;;;;;;; +return_cores_LUA_desc;We hold provinces that Luang Prabang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JOH_title;Return cores to Johore;;;;;;;;;;;;; +return_cores_JOH_desc;We hold provinces that Johore has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SIA_title;Return cores to Siam;;;;;;;;;;;;; +return_cores_SIA_desc;We hold provinces that Siam has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TIB_title;Return cores to Tibet;;;;;;;;;;;;; +return_cores_TIB_desc;We hold provinces that Tibet has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MGL_title;Return cores to Mongolia;;;;;;;;;;;;; +return_cores_MGL_desc;We hold provinces that Mongolia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_WIA_title;Return cores to Wiang Chhan;;;;;;;;;;;;; +return_cores_WIA_desc;We hold provinces that Wiang Chhan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PHL_title;Return cores to Philippines;;;;;;;;;;;;; +return_cores_PHL_desc;We hold provinces that Philippines has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MCK_title;Return cores to Manchukuo;;;;;;;;;;;;; +return_cores_MCK_desc;We hold provinces that Manchukuo has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GXI_title;Return cores to Guangxi Clique;;;;;;;;;;;;; +return_cores_GXI_desc;We hold provinces that Guangxi Clique has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_SXI_title;Return cores to Shanxi;;;;;;;;;;;;; +return_cores_SXI_desc;We hold provinces that Shanxi has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_YNN_title;Return cores to Yunnan;;;;;;;;;;;;; +return_cores_YNN_desc;We hold provinces that Yunnan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_XBI_title;Return cores to Xibei San Ma;;;;;;;;;;;;; +return_cores_XBI_desc;We hold provinces that Xibei San Ma has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_XIN_title;Return cores to Xinjiang;;;;;;;;;;;;; +return_cores_XIN_desc;We hold provinces that Xinjiang has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CAL_title;Return cores to Californian Republic;;;;;;;;;;;;; +return_cores_CAL_desc;We hold provinces that Californian Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CAN_title;Return cores to Canada;;;;;;;;;;;;; +return_cores_CAN_desc;We hold provinces that Canada has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHE_title;Return cores to Cherokee;;;;;;;;;;;;; +return_cores_CHE_desc;We hold provinces that Cherokee has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_COL_title;Return cores to Columbia;;;;;;;;;;;;; +return_cores_COL_desc;We hold provinces that Columbia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_COS_title;Return cores to Costa Rica;;;;;;;;;;;;; +return_cores_COS_desc;We hold provinces that Costa Rica has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CSA_title;Return cores to CSA;;;;;;;;;;;;; +return_cores_CSA_desc;We hold provinces that CSA has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CUB_title;Return cores to Cuba;;;;;;;;;;;;; +return_cores_CUB_desc;We hold provinces that Cuba has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DES_title;Return cores to Deseret;;;;;;;;;;;;; +return_cores_DES_desc;We hold provinces that Deseret has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_DOM_title;Return cores to Dominican Republic;;;;;;;;;;;;; +return_cores_DOM_desc;We hold provinces that Dominican Republic has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ELS_title;Return cores to El Salvador;;;;;;;;;;;;; +return_cores_ELS_desc;We hold provinces that El Salvador has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GUA_title;Return cores to Guatemala;;;;;;;;;;;;; +return_cores_GUA_desc;We hold provinces that Guatemala has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAI_title;Return cores to Haiti;;;;;;;;;;;;; +return_cores_HAI_desc;We hold provinces that Haiti has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HAW_title;Return cores to Hawaii;;;;;;;;;;;;; +return_cores_HAW_desc;We hold provinces that Hawaii has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MEX_title;Return cores to Mexico;;;;;;;;;;;;; +return_cores_MEX_desc;We hold provinces that Mexico has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_MTC_title;Return cores to Metis Confederacy;;;;;;;;;;;;; +return_cores_MTC_desc;We hold provinces that Metis Confederacy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_HON_title;Return cores to Honduras;;;;;;;;;;;;; +return_cores_HON_desc;We hold provinces that Honduras has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NEN_title;Return cores to New England;;;;;;;;;;;;; +return_cores_NEN_desc;We hold provinces that New England has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NEW_title;Return cores to Newfoundland;;;;;;;;;;;;; +return_cores_NEW_desc;We hold provinces that Newfoundland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NIC_title;Return cores to Nicaragua;;;;;;;;;;;;; +return_cores_NIC_desc;We hold provinces that Nicaragua has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PNM_title;Return cores to Panama;;;;;;;;;;;;; +return_cores_PNM_desc;We hold provinces that Panama has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_QUE_title;Return cores to Quebec;;;;;;;;;;;;; +return_cores_QUE_desc;We hold provinces that Quebec has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TEX_title;Return cores to Texas;;;;;;;;;;;;; +return_cores_TEX_desc;We hold provinces that Texas has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_UCA_title;Return cores to United States of Central America;;;;;;;;;;;;; +return_cores_UCA_desc;We hold provinces that United States of Central America has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ARG_title;Return cores to Argentina;;;;;;;;;;;;; +return_cores_ARG_desc;We hold provinces that Argentina has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BOL_title;Return cores to Bolivia;;;;;;;;;;;;; +return_cores_BOL_desc;We hold provinces that Bolivia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BRZ_title;Return cores to Brazil;;;;;;;;;;;;; +return_cores_BRZ_desc;We hold provinces that Brazil has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CHL_title;Return cores to Chile;;;;;;;;;;;;; +return_cores_CHL_desc;We hold provinces that Chile has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_CLM_title;Return cores to Colombia;;;;;;;;;;;;; +return_cores_CLM_desc;We hold provinces that Colombia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ECU_title;Return cores to Ecuador;;;;;;;;;;;;; +return_cores_ECU_desc;We hold provinces that Ecuador has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PEU_title;Return cores to Peru;;;;;;;;;;;;; +return_cores_PEU_desc;We hold provinces that Peru has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PRG_title;Return cores to Paraguay;;;;;;;;;;;;; +return_cores_PRG_desc;We hold provinces that Paraguay has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_URU_title;Return cores to Uruguay;;;;;;;;;;;;; +return_cores_URU_desc;We hold provinces that Uruguay has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_VNZ_title;Return cores to Venezuela;;;;;;;;;;;;; +return_cores_VNZ_desc;We hold provinces that Venezuela has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AST_title;Return cores to Australia;;;;;;;;;;;;; +return_cores_AST_desc;We hold provinces that Australia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_NZL_title;Return cores to New Zealand;;;;;;;;;;;;; +return_cores_NZL_desc;We hold provinces that New Zealand has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ENG_title;Return cores to United Kingdom;;;;;;;;;;;;; +return_cores_ENG_desc;We hold provinces that United Kingdom has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_RUS_title;Return cores to Russia;;;;;;;;;;;;; +return_cores_RUS_desc;We hold provinces that Russia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_FRA_title;Return cores to France;;;;;;;;;;;;; +return_cores_FRA_desc;We hold provinces that France has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_PRU_title;Return cores to Prussia;;;;;;;;;;;;; +return_cores_PRU_desc;We hold provinces that Prussia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_GER_title;Return cores to Germany;;;;;;;;;;;;; +return_cores_GER_desc;We hold provinces that Germany has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_AUS_title;Return cores to Austria;;;;;;;;;;;;; +return_cores_AUS_desc;We hold provinces that Austria has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_USA_title;Return cores to USA;;;;;;;;;;;;; +return_cores_USA_desc;We hold provinces that USA has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_JAP_title;Return cores to Japan;;;;;;;;;;;;; +return_cores_JAP_desc;We hold provinces that Japan has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ITA_title;Return cores to Italy;;;;;;;;;;;;; +return_cores_ITA_desc;We hold provinces that Italy has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_KUK_title;Return cores to Austria-Hungary;;;;;;;;;;;;; +return_cores_KUK_desc;We hold provinces that Austria-Hungary has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ISR_title;Return cores to Israel;;;;;;;;;;;;; +return_cores_ISR_desc;We hold provinces that Israel has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_ICL_title;Return cores to Iceland;;;;;;;;;;;;; +return_cores_ICL_desc;We hold provinces that Iceland has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_IBR_title;Return cores to Iberia;;;;;;;;;;;;; +return_cores_IBR_desc;We hold provinces that Iberia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BYZ_title;Return cores to Byzantium;;;;;;;;;;;;; +return_cores_BYZ_desc;We hold provinces that Byzantium has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_BAB_title;Return cores to Babylonia;;;;;;;;;;;;; +return_cores_BAB_desc;We hold provinces that Babylonia has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_TPG_title;Return cores to Taiping;;;;;;;;;;;;; +return_cores_TPG_desc;We hold provinces that Taiping has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D01_title;Return cores to D01;;;;;;;;;;;;; +return_cores_D01_desc;We hold provinces that D01 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D02_title;Return cores to D02;;;;;;;;;;;;; +return_cores_D02_desc;We hold provinces that D02 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D03_title;Return cores to D03;;;;;;;;;;;;; +return_cores_D03_desc;We hold provinces that D03 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D04_title;Return cores to D04;;;;;;;;;;;;; +return_cores_D04_desc;We hold provinces that D04 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D05_title;Return cores to D05;;;;;;;;;;;;; +return_cores_D05_desc;We hold provinces that D05 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D06_title;Return cores to D06;;;;;;;;;;;;; +return_cores_D06_desc;We hold provinces that D06 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D07_title;Return cores to D07;;;;;;;;;;;;; +return_cores_D07_desc;We hold provinces that D07 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D08_title;Return cores to D08;;;;;;;;;;;;; +return_cores_D08_desc;We hold provinces that D08 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D09_title;Return cores to D09;;;;;;;;;;;;; +return_cores_D09_desc;We hold provinces that D09 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D10_title;Return cores to D10;;;;;;;;;;;;; +return_cores_D10_desc;We hold provinces that D10 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D11_title;Return cores to D11;;;;;;;;;;;;; +return_cores_D11_desc;We hold provinces that D11 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D12_title;Return cores to D12;;;;;;;;;;;;; +return_cores_D12_desc;We hold provinces that D12 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D13_title;Return cores to D13;;;;;;;;;;;;; +return_cores_D13_desc;We hold provinces that D13 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D14_title;Return cores to D14;;;;;;;;;;;;; +return_cores_D14_desc;We hold provinces that D14 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D15_title;Return cores to D15;;;;;;;;;;;;; +return_cores_D15_desc;We hold provinces that D15 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D16_title;Return cores to D16;;;;;;;;;;;;; +return_cores_D16_desc;We hold provinces that D16 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D17_title;Return cores to D17;;;;;;;;;;;;; +return_cores_D17_desc;We hold provinces that D17 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D18_title;Return cores to D18;;;;;;;;;;;;; +return_cores_D18_desc;We hold provinces that D18 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D19_title;Return cores to D19;;;;;;;;;;;;; +return_cores_D19_desc;We hold provinces that D19 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D20_title;Return cores to D20;;;;;;;;;;;;; +return_cores_D20_desc;We hold provinces that D20 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D21_title;Return cores to D21;;;;;;;;;;;;; +return_cores_D21_desc;We hold provinces that D21 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D22_title;Return cores to D22;;;;;;;;;;;;; +return_cores_D22_desc;We hold provinces that D22 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D23_title;Return cores to D23;;;;;;;;;;;;; +return_cores_D23_desc;We hold provinces that D23 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D24_title;Return cores to D24;;;;;;;;;;;;; +return_cores_D24_desc;We hold provinces that D24 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D25_title;Return cores to D25;;;;;;;;;;;;; +return_cores_D25_desc;We hold provinces that D25 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D26_title;Return cores to D26;;;;;;;;;;;;; +return_cores_D26_desc;We hold provinces that D26 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D27_title;Return cores to D27;;;;;;;;;;;;; +return_cores_D27_desc;We hold provinces that D27 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D28_title;Return cores to D28;;;;;;;;;;;;; +return_cores_D28_desc;We hold provinces that D28 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D29_title;Return cores to D29;;;;;;;;;;;;; +return_cores_D29_desc;We hold provinces that D29 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D30_title;Return cores to D30;;;;;;;;;;;;; +return_cores_D30_desc;We hold provinces that D30 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D31_title;Return cores to D31;;;;;;;;;;;;; +return_cores_D31_desc;We hold provinces that D31 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D32_title;Return cores to D32;;;;;;;;;;;;; +return_cores_D32_desc;We hold provinces that D32 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D33_title;Return cores to D33;;;;;;;;;;;;; +return_cores_D33_desc;We hold provinces that D33 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D34_title;Return cores to D34;;;;;;;;;;;;; +return_cores_D34_desc;We hold provinces that D34 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D35_title;Return cores to D35;;;;;;;;;;;;; +return_cores_D35_desc;We hold provinces that D35 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D36_title;Return cores to D36;;;;;;;;;;;;; +return_cores_D36_desc;We hold provinces that D36 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D37_title;Return cores to D37;;;;;;;;;;;;; +return_cores_D37_desc;We hold provinces that D37 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D38_title;Return cores to D38;;;;;;;;;;;;; +return_cores_D38_desc;We hold provinces that D38 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D39_title;Return cores to D39;;;;;;;;;;;;; +return_cores_D39_desc;We hold provinces that D39 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D40_title;Return cores to D40;;;;;;;;;;;;; +return_cores_D40_desc;We hold provinces that D40 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D41_title;Return cores to D41;;;;;;;;;;;;; +return_cores_D41_desc;We hold provinces that D41 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D42_title;Return cores to D42;;;;;;;;;;;;; +return_cores_D42_desc;We hold provinces that D42 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D43_title;Return cores to D43;;;;;;;;;;;;; +return_cores_D43_desc;We hold provinces that D43 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D44_title;Return cores to D44;;;;;;;;;;;;; +return_cores_D44_desc;We hold provinces that D44 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D45_title;Return cores to D45;;;;;;;;;;;;; +return_cores_D45_desc;We hold provinces that D45 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D46_title;Return cores to D46;;;;;;;;;;;;; +return_cores_D46_desc;We hold provinces that D46 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D47_title;Return cores to D47;;;;;;;;;;;;; +return_cores_D47_desc;We hold provinces that D47 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D48_title;Return cores to D48;;;;;;;;;;;;; +return_cores_D48_desc;We hold provinces that D48 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D49_title;Return cores to D49;;;;;;;;;;;;; +return_cores_D49_desc;We hold provinces that D49 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; +return_cores_D50_title;Return cores to D50;;;;;;;;;;;;; +return_cores_D50_desc;We hold provinces that D50 has claims on. Returning these provinces, as an act of good faith, would surely bolster our relations.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_tech.csv b/HPM/localisation/00_HPM_tech.csv index 2f4cd159..18909e82 100644 --- a/HPM/localisation/00_HPM_tech.csv +++ b/HPM/localisation/00_HPM_tech.csv @@ -1,153 +1,151 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -bayonet_charge;Bayonet Charge;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bayonet_charge_desc;The development of the bayonet in the late 17th century led to the bayonet charge becoming the main infantry tactic through the 19th century and into the 20th. As early as the 19th century, military scholars were already noting that most bayonet charges did not result in close combat. Instead, one side usually fled before actual bayonet fighting ensued. The act of fixing bayonets has been held to be primarily connected to morale, the making of a clear signal to friend and foe of a willingness to kill at close quarters.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -portland_cement;Artificial Cements;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -portland_cement_desc;The cements now in the market are of two kinds: natural, made directly from stone and artificial, commonly called Portland cement. The manufacture of the former consists simply in burning and grinding the cement stone. Artificial cement consists of about sixty-two per cent of lime mixed with silica and silicate of alumina in nearly the same proportions as those found in the cement stone, and it is free from magnesia. This seems to be the whole difference in its constitution. In use, the artificial cement sets rapidly and attains maximum hardness in a comparatively short time, the natural cement hardens rather slowly and reaches its maximum hardness only after a long period of exposure to the air. Artificial cement, however, allowed the widespread manufacturing of cement, not anchored to the availability of cement stone.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -canning_process;Canning Process;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -canning_process_desc;The canning process was invented after prolonged research by Nicolas Appert of France in 1809, in response to a call by his government for a means of preserving food for army and navy use. Appert’s method consisted of tightly sealing food inside a bottle or jar, heating it to a certain temperature, and maintaining the heat for a certain period, after which the container was kept sealed until use. In 1810 Peter Durand of England patented the use of tin-coated iron cans instead of bottles, and by 1820 he was supplying canned food to the Royal Navy in large quantities.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_sawmills;Steam-Powered Sawmills;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_sawmills_desc;By the time of the Industrial Revolution, the circular saw blade had been invented, and with the development of steam power a much greater degree of mechanisation in sawmills is possible. Scrap lumber from the mill provides a source of fuel for firing the boiler. Efficiency is increased, but the capital cost of a new mill increased dramatically as well.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_furniture_production;Industrial Furniture Production;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_furniture_production_desc; Where previously carpenters and joiners had made furniture along with every kind of building construction in wood, several circumstances combined to create a new profession: that of the cabinetmaker. The growth of cabinetmaking as a trade of its own eventually resulted in a considerable degree of standardization of methods of construction, particularly in the types of joints used and in the thicknesses of wood for the various parts. It also resulted in an increased division of labour: turners, carvers, chairmakers, upholsterers all worked in their respective roles to make and assemble furniture. In the new system of construction, plain, flat parts are dovetailed together and then veneered. It can be contrasted with the traditional framed method of rails and stiles put together with mortise and tenon joints, the panels fitting in grooves. A large store often retained its own workshops where special items were made to customers’ requirements, but for the greater part it became the practice to buy wholesale from furniture making firms.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_luxury_furniture_production;Industrial Luxury Furniture Production;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_luxury_furniture_production_desc;Marquetry is the centerpiece of the decorative use of the grain and colour of wood in surfaces unbroken by panelling for luxury furniture. To produce the desired effect, the ébéniste, or specialist in marquetry, either drew the pattern directly on the base wood or affixed a paper pattern onto the wood. The thin sheets were then cut out with a burin or, later, sometimes with a saw, the pattern assembled and glued onto the carcass. Marquetry patterns became more and more complex and, though often floral, they could also include geometric and narrative subjects. The range of materials used also became more varied, including not only rare tropical woods and metals such as silver, bronze, and brass but also a wide range of other materials of a semiprecious nature.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_paper_production;Continuous Paper-Making Machines;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -industrial_paper_production_desc;Before the invention of continuous paper making, paper was made in individual sheets by stirring a container of pulp slurry and either pouring it into a fabric sieve called a sheet mould or dipping and lifting the sheet mould from the vat. While still on the fabric in the sheet mould, the wet paper was pressed to remove excess water. The sheet was then lifted off to be hung over a rope or wooden rod to air dry. The Fourdrinier machine, the first continuous one, changed all that. It uses a specially woven fabric mesh conveyor belt in the forming section, where a slurry of fibre is drained to create a continuous paper web, with paper left in a horizontal drainage area, referred to as the drainage table.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -commerce_raiders;Steam Frigates;;;;;;;;;;;; -friedrich_engels_desc;As a young man Engels went to Manchester to help his father manage his cotton-factory. Engels was shocked by the poverty in the city and began writing an account that was published as Condition of the Working Classes in England (1844). Here Engels met Marx with whom he would write and try to organize the international worker organizations for the rest of his life. Engels lived in the shadows of Marx's intellectually, but economically he financed Marx so that he could write. Basically there wouldn't have been a Marx without an Engels and vice versa.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -commerce_raiders;Steam Frigates;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -commerce_raiders_desc;This first generation of steam warships are "paddle warships" (in the categories of frigate, sloop, gunvessel or other). They use paddlewheels mounted on either side or in the center. Because of the space taken by the machinery and the paddle wheels, the traditional broadside placement of guns is impossible on paddle ships. Therefore the ships were generally equipped with only a few very heavy guns mounted on pivots and slides.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -james_mill;James Mill;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -james_mill_desc;James Mill was a radical thinker that worked in the shadows of the brilliant Jeremy Bentham. Together these two men can be described as the inventors of Utilitarianism, and much of its general applicability was explained in Mill's works, Elements of Political Economy (1821) and Analysis of the Phenomenon of the Human Mind (1829).;;;;;;;;;;;;;;;;;;;;;; -post_napoleonic_army_doctrine;Post-Napoleonic Army Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -post_napoleonic_army_doctrine_desc;The French Revolution and the Napoleonic Wars that followed revolutionized military strategy. The impact of this period was still to be felt in the American Civil War and the early phases of World War I. With the advent of cheap small arms and the rise of the drafted citizen soldier, armies grew rapidly in size to become massed formations. This necessitated dividing the army first into divisions and later into corps. Along with divisions came divisional artillery: light-weight, mobile cannons with great range and firepower. The rigid formations of pikemen and musketeers firing massed volleys gave way to light infantry fighting in skirmish lines.;;;;;;;;;;;;;;;;;;;;;; -neokantian_idealism;Neokantian Idealism;;;;;;;;;;;;;;;;;;;;;;; -neokantian_idealism_desc;Kant's transcendental idealism had meant that the world can only be understood through categories, or ideal concepts that are inherent in us, and empirically. This is sometimes called weak empiricism. The neokantian idealist, however, departed very far from Kant and more or less went back to a more classical idealism though interpreted in a Kantian language referring to categories in their analyses of the world.;;;;;;;;;;;;;;;;;;;;;;; -proto_existentialism_desc;This was not a philosophical movement but disparate philosophers analysing and discussing concepts and conceptions which they considered flawed. Things as varied as the general notion about things as Intuition, Time, Intellect, and Being had to be reformulated not to create pseudo-problems.;;;;;;;; -combat_medicine_desc;At this point the armies and navies of the world had acknowledged the need not only for a medical corps within their organizations, but also that the illnesses and wounds delivered in combat and frontline duty needed specialization.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -social_conscience_desc;Social Conscience is motivation deriving logically from ethical or moral principles that govern a society as well as individuals thoughts and actions.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -i_analytic_philosophy_desc;This was originally a disparate movement of philosophers who wanted to free logics and the foundation of mathematics from elder defunct and inconsistent theses. It later developed into trying to bridge language and formal logics and thus create an objective realist ground for reality. This took a sidepath into logical positivism. However the objectivist position crashed as one of its early protegés Ludwig Wittgenstein took a 90 degree turn and tried to refute his own earlier position.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -logical_positivism_desc;Logical positivists denied the soundness of metaphysics and traditional philosophy. They asserted that many philosophical problems are indeed meaningless, primarily concerned with the logical analysis of scientific knowledge. They failed to secure what they themselves considered to be the sound foundation of knowledge and today are most often considered a dead-end.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -dogma_of_mass_action_desc;At certain point a line of thought that developed from general radicalism was the dogma of mass action, which meant that only by means of mass actions such as rallying and strikes could the consciousness level for the worker be raised adequately for him to understand what was most beneficial for himself.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bessemer_steel;Bessemer Process;;;;;;;;;x;;;; -bessemer_steel_desc;Named after Sir Henry Bessemer of England, the process evolved from the contributions of many investigators before it could be used on a broad commercial basis. It was apparently conceived independently and almost concurrently by Bessemer and by William Kelly of the United States. As early as 1847, Kelly, a businessman-scientist of Pittsburgh, Pa., began experiments aimed at developing a revolutionary means of removing impurities from pig iron by an air blast. Kelly theorized that not only would the air, injected into the molten iron, supply oxygen to react with the impurities, converting them into oxides separable as slag, but that the heat evolved in these reactions would increase the temperature of the mass, keeping it from solidifying during the operation. After several failures, he succeeded in proving his theory and rapidly producing steel ingots.;;;;;;;;;;;;;;;;;;;;;;x;;;; -thomas_steel;Gilchrist–Thomas Process;;;;;;;;;;;;;;;;;;;;;;x;;;; -thomas_steel_desc;Many iron ores contain some phosphorous and so does the pig iron smelted from them. Blowing the oxygen contained in air through liquid pig iron in the Bessemer process obviously did not remove the phosphorous. It neither bubbled out as a component of a gas like the carbon in carbon monoxide (CO), nor did it it become part of slag or dross swimming on top. But you must catch the phosphorous in some slag in order to remove it. The question to consider is simple: Why was phosphorous not incorporated as some kind of oxide in the slag formed during the blowing? One Sidney Gilchrist Thomas, a civil servant with an interest in iron making and metallurgy, took the bit in his teeth and set out to solve the biggest problem of the iron and steel industry. He enlisted the help of his cousin Percy Carlyle Gilchrist, a chemist who worked for an iron making company. They worked hard but had no luck for several years. Eventually the iron mill Gilchrist worked for gave them some support and they started experiments with a small lab-type converter, trying all kinds of materials they selected on "theoretical" grounds. They finally succeeded, announcing the Gilchrist - Thomas process during a meeting of the Iron and Steel Institute in London, March 1878.;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -martin_steel;Siemens–Martin Process;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -martin_steel_desc;Sir Carl Wilhelm Siemens developed the Siemens regenerative furnace in the 1850s, and claimed in 1857 to be recovering enough heat to save 70–80% of the fuel. This furnace operates at a high temperature by using regenerative preheating of fuel and air for combustion. In regenerative preheating, the exhaust gases from the furnace are pumped into a chamber containing bricks, where heat is transferred from the gases to the bricks. The flow of the furnace is then reversed so that fuel and air pass through the chamber and are heated by the bricks. Through this method, an open-hearth furnace can reach temperatures high enough to melt steel, but Siemens did not initially use it for that. In 1865, the French engineer Pierre-Émile Martin took out a license from Siemens and first applied his regenerative furnace for making steel. The most appealing characteristic of the Siemens regenerative furnace is the rapid production of large quantities of basic steel, used for example to construct high-rise buildings. The usual size of furnaces is 50 to 100 tons, but for some special processes they may have a capacity of 250 or even 500 tons.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -refrigerator_technology_desc;The introduction of refrigerator technology revolutionized not only the food industry but also the distillery industry which had always been limited by temperature.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -bankruptcy_proceedings_desc;By instituting procedures regulating the process of bankruptcy, bankruptcy proceedings not only became simpler and faster: creditor uncertainty was also decreased.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -army_wargames_desc;The wargames were staff training. It meant playing out a situation, a fictive war of conflict, and setting two staffs against each other and training them in order writing, communications and planning. At some degree it also trained their tactical and operational skill.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -wargames_desc;The wargames were staff training. It meant playing out a situation, a fictive war of conflict, and setting two staffs against each other and training them in order writing, communications and planning. At some degree it also trained their tactical and operational skill.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -speedy_maneuvering_tactic_desc;This tactic involves using speed to manoeuvre one’s vessel into a firing position at an opportune time and trajectory to render the enemy’s guns inaccurate, or even incapable of targeting the approaching vessel. Due to the speeds associated with this tactic, it also led to the need to train officers in how to make a breaking manoeuvre at an optimal time to avoid collisions, and to bring one’s own guns to bear.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -big_sail_ships;Sail Capital Ships;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -big_sail_ships_desc;Ocean-worthy ships, with multiple decks and sails, with lines and lines of cannon.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sail_ships_transport;Ocean-worthy Transports;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sail_ships_transport_desc;Traditional small ships used transport troops can't withstand long distance travel. Truly ocean-worth vessels are an undertaking of its own.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -big_sail_support;Ocean-worthy Support Ships;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -big_sail_support_desc;Frigates capable of limited engagement away from the coast.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fish_trawlers;Fishing Trawlers;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fish_trawlers_desc;The modern fishing trawler was developed in the 19th century, at the English fishing port of Brixham. By the early 19th century, the fishermen at Brixham needed to expand their fishing area further than ever before due to the ongoing depletion of stocks that was occurring in the overfished waters of South Devon. The Brixham trawler that evolved there was of a sleek build and had a tall gaff rig, which gave the vessel sufficient speed to make long distance trips out to the fishing grounds in the ocean. They were also sufficiently robust to be able to tow large trawls in deep water. The great trawling fleet that built up at Brixham, earned the village the title of 'Mother of Deep-Sea Fisheries'.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -metallurgy;Metallurgy and Mining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pattinson_process;Pattinson's Process;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -pattinson_process_desc;Pattinson's Process is a method for removing silver from lead. The process is dependent on the fact that lead which has least silver in it solidifies first on liquefaction. In practice several crystallisations were required and the silver content of the silver-rich melt could not be raised above 2%.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -parkes_process;Parkes Process;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -parkes_process_desc;The Parkes process is a pyrometallurgical process for removing silver from lead during the production of bullion. The process takes advantage of two liquid-state properties of zinc. The first is that zinc is immiscible with lead, and the other is that silver is 3000 times more soluble in zinc than it is in lead. When zinc is added to liquid lead that contains silver as a contaminant, the silver preferentially migrates into the zinc. Because the zinc is immiscible in the lead it remains in a separate layer and is easily removed. The zinc-silver solution is then heated until the zinc vaporizes, leaving nearly pure silver. If gold is present in the liquid lead, it can also be removed and isolated by the same process.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -square_set_timbering;Square-set Timbering;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -square_set_timbering_desc;Square-set timbering is a system invented by a German named Philip Deidesheimer that uses heavy timber "cubes" as supports for underground mining tunnels and shafts, that enabled skilled miners to open three-dimensional cavities of any size. In large openings, the cubes can be filled with waste rock, creating a solid pillar of wood and rock from floor to roof ("back" in miner's terminology). The system, which was inspired by the structure of honeycombs, enabled mining of the large silver orebodies of the Comstock Lode, which were in very weak rock—in miner's terms, "heavy ground". Deidesheimer refused to patent the innovation, which was easily the most important mining innovation of 1860.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -drilling_and_blasting;Drilling and Blasting;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -dynamite;Dynamite;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -dynamite_desc;Dynamite is an explosive made of nitroglycerin, sorbents (such as powdered shells or clay) and stabilizers. It was invented by the Swedish chemist and engineer Alfred Nobel in Geesthacht, and patented in 1867. It rapidly gained wide-scale use as a more powerful alternative to black powder.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -electrolytic_refining;Electrolytic Refining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -electrolytic_refining_desc;Electrolysis, or electrolytic refining, is a technique used for extraction, as well as purification, of metals obtained by any refining method. In the electro-refining process, a block of impure metal becomes the anode, and a thin sheet of metal becomes the cathode. Both the cathode and anode are dipped in an electrolytic cell containing an aqueous solution of the metal salt. Upon the application of electric current of a suitable voltage, pure metal is deposited at the cathode by the dissolution of impure metal at the anode.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -deep_mining;Deep Coal Mining;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -deep_mining_desc;Deep mining means the extraction of coal through underground mining methods, including gaining access to the coal deposits by means of vertical or inclined shafts, by drift mining from the coal outcrop, or by other means that do not involve the stripping away of overburden to expose the deposit.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -percussion_drill;Pneumatic Drill;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -percussion_drill_desc;In Europe since the late 1840s, the king of Sardinia, Carlo Alberto, had been contemplating the excavation of a 12-kilometer (7.5 mi) tunnel through Mount Fréjus to create a rail link between Italy and France, which would cross his realm. The need for a mechanical rock drill was obvious and this sparked research on pneumatic rock drills in Europe. A Frenchman, Cavé, designed, and in 1851 patented, a rock drill that used compressed air, but the air had to be admitted manually to the cylinder during each stroke, so it was not successful. In 1854, in England, Thomas Bartlett made and then patented (1855) a rock drill whose drill bit was connected directly to the piston of a steam engine. In 1855 Bartlett demonstrated his drill, powered by compressed air, to officials of the Mount Fréjus tunnel project.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -friction_hoist;Friction Hoist;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -friction_hoist_desc;Invented in 1877 by Frederick Koepe, friction (or Koepe) hoists are mounted on the ground above the mine shaft, or at the top of the headframe. They utilize tail ropes and counterweights and do not have the haulage rope fixed to the wheel, but instead passed around it. The tailropes and weights offset the need for the motor to overcome the weight of the conveyance and hoisting rope, thereby reducing the required horsepower of the hoisting motor by up to 30%, with the overall power consumption remaining the same. Friction hoists, unlike drum hoists, can and normally do use multiple ropes giving them a larger payload capacity, however since they require a larger safety factor, they are impractical for very deep shafts.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -lixiviation_mills;Lixiviation Milling;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -lixiviation_mills_desc;Lixiviation milling, also known as Heap leaching, is an industrial mining process used to extract precious metals, copper, uranium, and other compounds from ore using a series of chemical reactions that absorb specific minerals and re-separate them after their division from other earth materials.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cyanide_milling;Cyanide Milling;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -cyanide_milling_desc;The cyanide process (also known as the MacArthur-Forrest process) is a hydrometallurgical technique for extracting gold from low-grade ore by converting the gold to a water-soluble coordination complex.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinitrotoluene;Trinitrotoluene;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -trinitrotoluene_desc;Trinitrotoluene, or TNT, was first prepared in 1863 by German chemist Julius Wilbrand and originally used as a yellow dye. Its potential as an explosive was not recognized for several years, mainly because it was so difficult to detonate and because it was less powerful than alternatives. Its explosive properties were first discovered by another German chemist, Carl Häussermann, in 1891. TNT is one of the most commonly used explosives for military, industrial, and mining applications.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -shrinkage_stoping;Shrinkage Stoping;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -shrinkage_stoping_desc;Shrinkage stoping is a mining method used for steeply dipping, narrower ore bodies with self supporting walls and ore. It is an overhand mining method that relies on broken ore being left in the stope to be used as the “working floor” and to support the walls. During the mining cycle, only 30 – 35% of the ore blasted is extracted being equivalent to the swell factor of in-situ ore to broken. When mining is complete to the next upper horizon, the ore is extracted. Although it is not necessary to fill the resulting voids, they are commonly filled with waste rock from development. Level intervals seldom exceed 40 meters due to uneven muck draw. Recoverable pillars are left at each level.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -froth_flotation;Froth Flotation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -froth_flotation_desc;Froth flotation is a process for selectively separating hydrophobic materials from hydrophilic. This is used in mineral processing, paper recycling and waste-water treatment industries. Historically this was first used in the mining industry, where it was one of the great enabling technologies of the 20th century. It has been described as "the single most important operation used for the recovery and upgrading of sulfide ores".;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -hydraulic_excavator;Hydraulic Excavators;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -hydraulic_excavator_desc;The very first excavator to use hydraulic technology was built in 1882 by Sir W. G. Armstrong & Company in England, where it was used in construction of the Hull docks. Unlike later excavators that use hydraulic fluid, water was used to operate the hydraulic functions. Also, it was not a true hydraulic machine, but a hybrid that used cables to operate the bucket but with a hydraulic cylinder operating a set of multiplying sheaves. The idea was not successful, neither on this machine nor on a machine of somewhat similar design built by the unrelated Frank F. Armstrong for Penn Iron Mining Company in the United States in 1914.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -entralized_economic_planning;Centralized Economic Planning;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -centralized_economic_planning_desc;As more radical ideological alternatives to liberal democracy gained power in the early twentieth century, the opportunity to reconstruct economic organization based on State direction of economic activity that could be compared to the relative success or failure of traditional market-based economic structures arose. Such programs of centralized economic planning, employed by both communist and fascist regimes, often achieved dramatic initial results in reducing unemployment, increasing output of industrial goods, and removing the problem of conflict between laborer and employer in society, which the regimes would trumpet as proof of the superiority of their systems over free market systems. The social and economic costs to these societies, however, were often very high, and the resistance to State control created the potential for brutal repression. However, to the outside world that knew little of the negative consequences of these plans, they seemed to suggest a viable alternative to the free-market systems that had been the hallmark of nineteenth century economic theory.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bolt_action_rifle_armament;Bolt-action Rifle Armament;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -bolt_action_rifle_armament_desc;Bolt action is a type of firearm action in which the weapon's bolt is operated manually by the opening and closing of the breech (barrel) with a small handle. The first bolt-action rifle was produced in 1824 by Johann Nikolaus von Dreyse, following work on breechloading rifles. European armies continued to develop bolt-action rifles through the latter half of the Nineteenth Century and World War I marked the height of the bolt-action rifle's use, with all of the nations in that war fielding troops armed with various bolt-action designs.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -existentialism;Existentialism;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -existentialism_desc;Existentialism has many mothers. In one way it could be interpreted as a radical individualism traced from Kierkegaard and Nietzsche, but it is more. It is also the notion of the given as not really given but only meaningful through the process of interpretation, something that it got from Husserl, and more indirectly from Bretano. However it was taken further by Heidegger and later Sartre, Beauvoir, and Camus, and became focused on what gives meaning to the person, where the person should be understood as a being that is free to take action and thus create their own meaning rather than the more inflexible, outdated cartesian ideal.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -polyphase_system;Polyphase System;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -polyphase_system_desc;The polyphase system is a way to help transmit alternating current efficiently. In it two or more phases travel simultaneously. In industrial applications three waves is the standard, although at first two phases were used. The invention of the polyphase system by Nikola Tesla meant the final loss for Thomas Alva Edison and his direct current.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -young_school_doctrine;Young School Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -young_school_doctrine_desc;The Jeune École ("Young School") is a strategic naval concept developed that advocates the use of small, powerfully equipped units to combat a larger battleship fleet, and commerce raiders capable of ending the trade of the rival nation.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fleet_in_being_doctrine;Fleet-in-Being Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -fleet_in_being_doctrine_desc;The "fleet in being" concept is based on the assumption that the fleet is relatively safe in port, even if near the enemy. Keeping the "fleet in being", one could maintain an active threat which would force the enemy to remain in the area and prevent them from taking the initiative elsewhere.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sea_power_doctrine;Sea Power Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -sea_power_doctrine_desc;Sea power is the means by which a nation extends its military power onto the seas. Measured in terms of a nation’s capacity to use the seas in defiance of rivals and competitors, it consists of such diverse elements as combat craft and weapons, auxiliary craft, commercial shipping, bases, and trained personnel.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -neocolonialism_doctrine;Naval Imperialism Doctrine;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -neocolonialism_doctrine_desc;Imperialism is a state government, practice, or advocacy of extending power and dominion, especially by direct territorial acquisition or by gaining political and economic control of other areas.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ship_construction;Construction and Propulsion;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -steamers;Paddle Steamers;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -iron_steamers;Screw-propelled Steamers;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -steamer_shipyard_construction;Steamer Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -steamer_shipyard_construction_desc;Building steam ships is no easy task, thus we need to first design a shipyard of the appropriate size to begin construction.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -clipper_shipyard_construction;Clipper Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -clipper_shipyard_construction_desc;Building huge ships such as the Man'o'War is no easy task, thus we need to first design a shipyard of the appropriate size to begin construction.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -western_shipyards;Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -western_shipyards_l;Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_western_shipyards;Traditional Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_western_shipyards_l;Traditional Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -no_western_shipyards_desc;Our shipyards are built according to our old traditions.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_western_shipyards;Western Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_western_shipyards_l;Western Shipyards;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -yes_western_shipyards_desc;Our shipyards are built by foreign experts, allowing for the construction of ships of a much higher tonnage.;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -old_style_family_business_desc;This style of business culture meant that the owners treated the business as a family shop or restaurant. The border between private and business was very unclear. The practice became very emotional and the owners would take much larger risks for their business, but at the cost of professionalism.;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -switch_to_traditional_academic_title;Renovate The Academia;;;;;;;;;;;;;;;;;;;;;;;;;;;x -switch_to_traditional_academic_desc;Many within our academic circles feel that the present direction of our academia is misguided and that we should adopt a more traditional academic profile.;;;;;;;;;;;;;;;;;;;;;;;;;;;x -czech_tech_school;Skoda Works;;;;;;;;;;;;;;;;;;;;;;;;;;;x -japanese_tech_school;Shukensen-Riekisen;;;;;;;;;;;;;;;;;;;;;;;;;;;x -naval_tech_school;Sea Power & The Merchant Marine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -switch_to_navy_tech_title;Sea Power & The Merchant Marine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -developing_tech_school;Developing Academia;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -genetics_heredity;Genetics: Heredity;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -genetics_heredity_desc;Heredity Genetics were a major step towards the understanding of life itself. Gregor Mendel (1822-84) assumed that every trait an organism contains is written down in some material factors and are transferred during the process of reproduction. In experiments with his pea plants he could prove his thesis.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -modern_winemaking;Industrial Winemaking;;;;;;;;;;;;;;;;;;;;;;;x;;;; -modern_winemaking_desc;Although winemaking is a very old process, the proper expertise and equipment needed to make wine production lines is essential for the future of the industry.;;;;;;;;;;;;;;;;;;;;;;x;;;; -bottling_process;Bottling Process;;;;;;;;;;;;;;;;;;;;;;;x;;;; -bottling_process_desc;Modern bottling techniques for efficient and proper bottling and distribution of alcohol are needed for the future of the beverages industry.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -schrapnel_standard_design;Schrapnel Standard Design;;;;;;;;;;;;;;;;;;;;;;;x;;;; -schrapnel_standard_design_desc;Shrapnel shells were anti-personnel artillery munitions which carried a large number of individual bullets close to the target and then ejected them to allow them to continue along the shell's trajectory and strike the target individually. They relied almost entirely on the shell's velocity for their lethality. The final shrapnel shell design bore little similarity to Henry Shrapnel's original design, marking the quick evolution of technology at the time.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -barbed_wire_defense;Barbed Wire Defense;;;;;;;;;;;;;;;;;;;;;;;x;;;; -barbed_wire_defense_desc;Barbed wire is a type of steel fencing wire constructed with sharp edges or points arranged at intervals along the strand. It is used to construct inexpensive fences and is used atop walls or as a major feature of the fortifications in trench warfare, stopping infantry charges.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -helmet_mass_production;Helmet Mass Production;;;;;;;;;;;;;;;;;;;;;;;x;;;; -helmet_mass_production_desc;The use of artillery and modern machine guns renewed the need for steel helmets. They quickly became the standard among armed forces, from the French Adrian and the British Brodie to the German Stahlhelm. By the 20th century, such helmets offered protection for the head from shrapnel and fragments as well as for specialist roles.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -camouflage_uniforms;Camouflage Uniforms;;;;;;;;;;;;;;;;;;;;;;;x;;;; -camouflage_uniforms_desc;Camouflage is the use of any combination of materials, coloration, or illumination for concealment, either by making the target hard to see, or by disguising them as something else. With the raise in mortality of modern warfare, it seemed prudent to make our soldiers harder to kill by replacing the traditional uniforms.;;;;;;;;;;;;;;;;;;;;;;;x;;;; -rotary_kiln;Rotary Kiln;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -rotary_kiln_desc;The Rotary "endless" kiln gives perfect control over combustion and produces a better grade of cement. The kiln is a cylindrical vessel, inclined slightly to the horizontal, which is rotated slowly about its axis. The material to be processed is fed into the upper end of the cylinder. As the kiln rotates, material gradually moves down towards the lower end, and may undergo a certain amount of stirring and mixing. Hot gases pass along the kiln, sometimes in the same direction as the process material, but usually in the opposite direction. The hot gases may be generated in an external furnace, or may be generated by a flame inside the kiln.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -stiff_plastic_brickmaking_machine;Stiff-Plastic Brickmaking Machine;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -stiff_plastic_brickmaking_machine_desc;In the machines used in the stiff-plastic process the previously powdered and screened clay is mixed into a stiff-plastic, granular material, which is afterwards compressed into a stiff paste. The mixing may be made in a trough-mixer or in a pug-mill. The shaping of bricks by the stiff-plastic process take places in two parts: the clot or roughly shaped brick which is made by mechanically forcing the stiff paste into a mould and the brick which is made by pressing the clot.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -hot_blast;Hot Blast Process;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -regenerative_furnaces;Regenerative Furnaces;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -electric_furnace;Electric Arc Furnace;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -dynamite;Bessemer Process;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -advanced_metallurgy;Open Hearth Furnace;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pneumatic_and_hydraulics;Pneumatic and Hydraulics;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -jiggs;Jigs;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -jiggs_desc;Jigs are components of machine-tool installations, specially designed in each case to position the workpiece, hold it firmly in place, and guide the motion of the power tool. Jigs can also be guides for tools or templates, as in the furniture industry.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -dobby_loom;Dobby Loom;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -dobby_loom_desc;A Dobby loom is a type of floor loom that controls all the warp threads using a device called a dobby. The main advantage of dobby looms is that more intricate designs can be produced. Dobby looms can be operated by wooden lags with pegs, which rotate around a roller above the loom. The pegs in the lags correspond to the lifting plan, which controls which harnesses are lifted. Punched paper pattern cards can also be used.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -cotton_gin;Cotton Gin;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -cotton_gin_desc;The Cotton Gin is a machine for cleaning cotton of its seeds. The device pulls the cotton through a set of wire teeth mounted on a revolving cylinder, the fibre passing through narrow slots in an iron breastwork too small to permit passage of the seed. The simplicity of the invention — which could be powered by man, animal, or water — caused it to be widely copied despite patents. The cotton gin increased productivity of removing seed from cotton by a factor of 50. While it took a single slave about ten hours to separate a single pound of fiber from the seeds, a team of two or three slaves using a cotton gin could produce around fifty pounds of cotton in just one day.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -lancashire_loom;Lancashire Loom;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -lancashire_loom_desc; The Lancashire Loom is an self-acting loom, though it has to be stopped to recharge empty shuttles. The principal advantage of the Lancashire loom was that it was semi-automatic, when a warp thread broke the weaver was notified. When the shuttle ran out of thread, the machine stopped. An operative thus could work 4 or more looms whereas previously they could only work a single loom. Indeed the term A Four Loom Weaver was used to describe the operatives. Labour cost was quartered. In some mills an operative would operate 6 or even 8 looms.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -steam_powered_silk_reels;Steam-Powered Silk-Reels;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -steam_powered_silk_reels_desc;Silk reeling is the process by which a number of cocoon baves are reeled together to produce a single thread. This is achieved by unwinding filaments collectively from a group of cooked cocoons at one end in a warm water bath and winding the resultant thread onto a fast moving reel. By mechanizing the process, we could increase our silk-reeling efficiency.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +bayonet_charge;Bayonet Charge;;;;;;;;;;;;; +bayonet_charge_desc;The development of the bayonet in the late 17th century led to the bayonet charge becoming the main infantry tactic through the 19th century and into the 20th. As early as the 19th century, military scholars were already noting that most bayonet charges did not result in close combat. Instead, one side usually fled before actual bayonet fighting ensued. The act of fixing bayonets has been held to be primarily connected to morale, the making of a clear signal to friend and foe of a willingness to kill at close quarters.;;;;;;;;;;;;; +portland_cement;Artificial Cements;;;;;;;;;;;;; +portland_cement_desc;The cements now in the market are of two kinds: natural, made directly from stone and artificial, commonly called Portland cement. The manufacture of the former consists simply in burning and grinding the cement stone. Artificial cement consists of about sixty-two per cent of lime mixed with silica and silicate of alumina in nearly the same proportions as those found in the cement stone, and it is free from magnesia. This seems to be the whole difference in its constitution. In use, the artificial cement sets rapidly and attains maximum hardness in a comparatively short time, the natural cement hardens rather slowly and reaches its maximum hardness only after a long period of exposure to the air. Artificial cement, however, allowed the widespread manufacturing of cement, not anchored to the availability of cement stone.;;;;;;;;;;;;; +canning_process;Canning Process;;;;;;;;;;;;; +canning_process_desc;The canning process was invented after prolonged research by Nicolas Appert of France in 1809, in response to a call by his government for a means of preserving food for army and navy use. Appert’s method consisted of tightly sealing food inside a bottle or jar, heating it to a certain temperature, and maintaining the heat for a certain period, after which the container was kept sealed until use. In 1810 Peter Durand of England patented the use of tin-coated iron cans instead of bottles, and by 1820 he was supplying canned food to the Royal Navy in large quantities.;;;;;;;;;;;;; +industrial_sawmills;Steam-Powered Sawmills;;;;;;;;;;;;; +industrial_sawmills_desc;By the time of the Industrial Revolution, the circular saw blade had been invented, and with the development of steam power a much greater degree of mechanisation in sawmills is possible. Scrap lumber from the mill provides a source of fuel for firing the boiler. Efficiency is increased, but the capital cost of a new mill increased dramatically as well.;;;;;;;;;;;;; +industrial_furniture_production;Industrial Furniture Production;;;;;;;;;;;;; +industrial_furniture_production_desc; Where previously carpenters and joiners had made furniture along with every kind of building construction in wood, several circumstances combined to create a new profession: that of the cabinetmaker. The growth of cabinetmaking as a trade of its own eventually resulted in a considerable degree of standardization of methods of construction, particularly in the types of joints used and in the thicknesses of wood for the various parts. It also resulted in an increased division of labour: turners, carvers, chairmakers, upholsterers all worked in their respective roles to make and assemble furniture. In the new system of construction, plain, flat parts are dovetailed together and then veneered. It can be contrasted with the traditional framed method of rails and stiles put together with mortise and tenon joints, the panels fitting in grooves. A large store often retained its own workshops where special items were made to customers’ requirements, but for the greater part it became the practice to buy wholesale from furniture making firms.;;;;;;;;;;;;; +industrial_luxury_furniture_production;Industrial Luxury Furniture Production;;;;;;;;;;;;; +industrial_luxury_furniture_production_desc;Marquetry is the centerpiece of the decorative use of the grain and colour of wood in surfaces unbroken by panelling for luxury furniture. To produce the desired effect, the ébéniste, or specialist in marquetry, either drew the pattern directly on the base wood or affixed a paper pattern onto the wood. The thin sheets were then cut out with a burin or, later, sometimes with a saw, the pattern assembled and glued onto the carcass. Marquetry patterns became more and more complex and, though often floral, they could also include geometric and narrative subjects. The range of materials used also became more varied, including not only rare tropical woods and metals such as silver, bronze, and brass but also a wide range of other materials of a semiprecious nature.;;;;;;;;;;;;; +industrial_paper_production;Continuous Paper-Making Machines;;;;;;;;;;;;; +industrial_paper_production_desc;Before the invention of continuous paper making, paper was made in individual sheets by stirring a container of pulp slurry and either pouring it into a fabric sieve called a sheet mould or dipping and lifting the sheet mould from the vat. While still on the fabric in the sheet mould, the wet paper was pressed to remove excess water. The sheet was then lifted off to be hung over a rope or wooden rod to air dry. The Fourdrinier machine, the first continuous one, changed all that. It uses a specially woven fabric mesh conveyor belt in the forming section, where a slurry of fibre is drained to create a continuous paper web, with paper left in a horizontal drainage area, referred to as the drainage table.;;;;;;;;;;;;; +commerce_raiders;Steam Frigates;;;;;;;;;;;;; +friedrich_engels_desc;As a young man Engels went to Manchester to help his father manage his cotton-factory. Engels was shocked by the poverty in the city and began writing an account that was published as Condition of the Working Classes in England (1844). Here Engels met Marx with whom he would write and try to organize the international worker organizations for the rest of his life. Engels lived in the shadows of Marx's intellectually, but economically he financed Marx so that he could write. Basically there wouldn't have been a Marx without an Engels and vice versa.;;;;;;;;;;;;; +commerce_raiders_desc;This first generation of steam warships are "paddle warships" (in the categories of frigate, sloop, gunvessel or other). They use paddlewheels mounted on either side or in the center. Because of the space taken by the machinery and the paddle wheels, the traditional broadside placement of guns is impossible on paddle ships. Therefore the ships were generally equipped with only a few very heavy guns mounted on pivots and slides.;;;;;;;;;;;;; +james_mill;James Mill;;;;;;;;;;;;; +james_mill_desc;James Mill was a radical thinker that worked in the shadows of the brilliant Jeremy Bentham. Together these two men can be described as the inventors of Utilitarianism, and much of its general applicability was explained in Mill's works, Elements of Political Economy (1821) and Analysis of the Phenomenon of the Human Mind (1829).;;;;;;;;;;;;; +post_napoleonic_army_doctrine;Post-Napoleonic Army Doctrine;;;;;;;;;;;;; +post_napoleonic_army_doctrine_desc;The French Revolution and the Napoleonic Wars that followed revolutionized military strategy. The impact of this period was still to be felt in the American Civil War and the early phases of World War I. With the advent of cheap small arms and the rise of the drafted citizen soldier, armies grew rapidly in size to become massed formations. This necessitated dividing the army first into divisions and later into corps. Along with divisions came divisional artillery: light-weight, mobile cannons with great range and firepower. The rigid formations of pikemen and musketeers firing massed volleys gave way to light infantry fighting in skirmish lines.;;;;;;;;;;;;; +neokantian_idealism;Neokantian Idealism;;;;;;;;;;;;; +neokantian_idealism_desc;Kant's transcendental idealism had meant that the world can only be understood through categories, or ideal concepts that are inherent in us, and empirically. This is sometimes called weak empiricism. The neokantian idealist, however, departed very far from Kant and more or less went back to a more classical idealism though interpreted in a Kantian language referring to categories in their analyses of the world.;;;;;;;;;;;;; +proto_existentialism_desc;This was not a philosophical movement but disparate philosophers analysing and discussing concepts and conceptions which they considered flawed. Things as varied as the general notion about things as Intuition, Time, Intellect, and Being had to be reformulated not to create pseudo-problems.;;;;;;;;;;;;; +combat_medicine_desc;At this point the armies and navies of the world had acknowledged the need not only for a medical corps within their organizations, but also that the illnesses and wounds delivered in combat and frontline duty needed specialization.;;;;;;;;;;;;; +social_conscience_desc;Social Conscience is motivation deriving logically from ethical or moral principles that govern a society as well as individuals thoughts and actions.;;;;;;;;;;;;; +i_analytic_philosophy_desc;This was originally a disparate movement of philosophers who wanted to free logics and the foundation of mathematics from elder defunct and inconsistent theses. It later developed into trying to bridge language and formal logics and thus create an objective realist ground for reality. This took a sidepath into logical positivism. However the objectivist position crashed as one of its early protegés Ludwig Wittgenstein took a 90 degree turn and tried to refute his own earlier position.;;;;;;;;;;;;; +logical_positivism_desc;Logical positivists denied the soundness of metaphysics and traditional philosophy. They asserted that many philosophical problems are indeed meaningless, primarily concerned with the logical analysis of scientific knowledge. They failed to secure what they themselves considered to be the sound foundation of knowledge and today are most often considered a dead-end.;;;;;;;;;;;;; +dogma_of_mass_action_desc;At certain point a line of thought that developed from general radicalism was the dogma of mass action, which meant that only by means of mass actions such as rallying and strikes could the consciousness level for the worker be raised adequately for him to understand what was most beneficial for himself.;;;;;;;;;;;;; +bessemer_steel;Bessemer Process;;;;;;;;;;;;; +bessemer_steel_desc;Named after Sir Henry Bessemer of England, the process evolved from the contributions of many investigators before it could be used on a broad commercial basis. It was apparently conceived independently and almost concurrently by Bessemer and by William Kelly of the United States. As early as 1847, Kelly, a businessman-scientist of Pittsburgh, Pa., began experiments aimed at developing a revolutionary means of removing impurities from pig iron by an air blast. Kelly theorized that not only would the air, injected into the molten iron, supply oxygen to react with the impurities, converting them into oxides separable as slag, but that the heat evolved in these reactions would increase the temperature of the mass, keeping it from solidifying during the operation. After several failures, he succeeded in proving his theory and rapidly producing steel ingots.;;;;;;;;;;;;; +thomas_steel;Gilchrist–Thomas Process;;;;;;;;;;;;; +thomas_steel_desc;Many iron ores contain some phosphorous and so does the pig iron smelted from them. Blowing the oxygen contained in air through liquid pig iron in the Bessemer process obviously did not remove the phosphorous. It neither bubbled out as a component of a gas like the carbon in carbon monoxide (CO), nor did it it become part of slag or dross swimming on top. But you must catch the phosphorous in some slag in order to remove it. The question to consider is simple: Why was phosphorous not incorporated as some kind of oxide in the slag formed during the blowing? One Sidney Gilchrist Thomas, a civil servant with an interest in iron making and metallurgy, took the bit in his teeth and set out to solve the biggest problem of the iron and steel industry. He enlisted the help of his cousin Percy Carlyle Gilchrist, a chemist who worked for an iron making company. They worked hard but had no luck for several years. Eventually the iron mill Gilchrist worked for gave them some support and they started experiments with a small lab-type converter, trying all kinds of materials they selected on "theoretical" grounds. They finally succeeded, announcing the Gilchrist - Thomas process during a meeting of the Iron and Steel Institute in London, March 1878.;;;;;;;;;;;;; +martin_steel;Siemens–Martin Process;;;;;;;;;;;;; +martin_steel_desc;Sir Carl Wilhelm Siemens developed the Siemens regenerative furnace in the 1850s, and claimed in 1857 to be recovering enough heat to save 70–80% of the fuel. This furnace operates at a high temperature by using regenerative preheating of fuel and air for combustion. In regenerative preheating, the exhaust gases from the furnace are pumped into a chamber containing bricks, where heat is transferred from the gases to the bricks. The flow of the furnace is then reversed so that fuel and air pass through the chamber and are heated by the bricks. Through this method, an open-hearth furnace can reach temperatures high enough to melt steel, but Siemens did not initially use it for that. In 1865, the French engineer Pierre-Émile Martin took out a license from Siemens and first applied his regenerative furnace for making steel. The most appealing characteristic of the Siemens regenerative furnace is the rapid production of large quantities of basic steel, used for example to construct high-rise buildings. The usual size of furnaces is 50 to 100 tons, but for some special processes they may have a capacity of 250 or even 500 tons.;;;;;;;;;;;;; +refrigerator_technology_desc;The introduction of refrigerator technology revolutionized not only the food industry but also the distillery industry which had always been limited by temperature.;;;;;;;;;;;;; +bankruptcy_proceedings_desc;By instituting procedures regulating the process of bankruptcy, bankruptcy proceedings not only became simpler and faster: creditor uncertainty was also decreased.;;;;;;;;;;;;; +army_wargames_desc;The wargames were staff training. It meant playing out a situation, a fictive war of conflict, and setting two staffs against each other and training them in order writing, communications and planning. At some degree it also trained their tactical and operational skill.;;;;;;;;;;;;; +wargames_desc;The wargames were staff training. It meant playing out a situation, a fictive war of conflict, and setting two staffs against each other and training them in order writing, communications and planning. At some degree it also trained their tactical and operational skill.;;;;;;;;;;;;; +speedy_maneuvering_tactic_desc;This tactic involves using speed to manoeuvre one’s vessel into a firing position at an opportune time and trajectory to render the enemy’s guns inaccurate, or even incapable of targeting the approaching vessel. Due to the speeds associated with this tactic, it also led to the need to train officers in how to make a breaking manoeuvre at an optimal time to avoid collisions, and to bring one’s own guns to bear.;;;;;;;;;;;;; +big_sail_ships;Sail Capital Ships;;;;;;;;;;;;; +big_sail_ships_desc;Ocean-worthy ships, with multiple decks and sails, with lines and lines of cannon.;;;;;;;;;;;;; +sail_ships_transport;Ocean-worthy Transports;;;;;;;;;;;;; +sail_ships_transport_desc;Traditional small ships used transport troops can't withstand long distance travel. Truly ocean-worth vessels are an undertaking of its own.;;;;;;;;;;;;; +big_sail_support;Ocean-worthy Support Ships;;;;;;;;;;;;; +big_sail_support_desc;Frigates capable of limited engagement away from the coast.;;;;;;;;;;;;; +fish_trawlers;Fishing Trawlers;;;;;;;;;;;;; +fish_trawlers_desc;The modern fishing trawler was developed in the 19th century, at the English fishing port of Brixham. By the early 19th century, the fishermen at Brixham needed to expand their fishing area further than ever before due to the ongoing depletion of stocks that was occurring in the overfished waters of South Devon. The Brixham trawler that evolved there was of a sleek build and had a tall gaff rig, which gave the vessel sufficient speed to make long distance trips out to the fishing grounds in the ocean. They were also sufficiently robust to be able to tow large trawls in deep water. The great trawling fleet that built up at Brixham, earned the village the title of 'Mother of Deep-Sea Fisheries'.;;;;;;;;;;;;; +metallurgy;Metallurgy and Mining;;;;;;;;;;;;; +pattinson_process;Pattinson's Process;;;;;;;;;;;;; +pattinson_process_desc;Pattinson's Process is a method for removing silver from lead. The process is dependent on the fact that lead which has least silver in it solidifies first on liquefaction. In practice several crystallisations were required and the silver content of the silver-rich melt could not be raised above 2%.;;;;;;;;;;;;; +parkes_process;Parkes Process;;;;;;;;;;;;; +parkes_process_desc;The Parkes process is a pyrometallurgical process for removing silver from lead during the production of bullion. The process takes advantage of two liquid-state properties of zinc. The first is that zinc is immiscible with lead, and the other is that silver is 3000 times more soluble in zinc than it is in lead. When zinc is added to liquid lead that contains silver as a contaminant, the silver preferentially migrates into the zinc. Because the zinc is immiscible in the lead it remains in a separate layer and is easily removed. The zinc-silver solution is then heated until the zinc vaporizes, leaving nearly pure silver. If gold is present in the liquid lead, it can also be removed and isolated by the same process.;;;;;;;;;;;;; +square_set_timbering;Square-set Timbering;;;;;;;;;;;;; +square_set_timbering_desc;Square-set timbering is a system invented by a German named Philip Deidesheimer that uses heavy timber "cubes" as supports for underground mining tunnels and shafts, that enabled skilled miners to open three-dimensional cavities of any size. In large openings, the cubes can be filled with waste rock, creating a solid pillar of wood and rock from floor to roof ("back" in miner's terminology). The system, which was inspired by the structure of honeycombs, enabled mining of the large silver orebodies of the Comstock Lode, which were in very weak rock—in miner's terms, "heavy ground". Deidesheimer refused to patent the innovation, which was easily the most important mining innovation of 1860.;;;;;;;;;;;;; +drilling_and_blasting;Drilling and Blasting;;;;;;;;;;;;; +dynamite;Dynamite;;;;;;;;;;;;; +dynamite_desc;Dynamite is an explosive made of nitroglycerin, sorbents (such as powdered shells or clay) and stabilizers. It was invented by the Swedish chemist and engineer Alfred Nobel in Geesthacht, and patented in 1867. It rapidly gained wide-scale use as a more powerful alternative to black powder.;;;;;;;;;;;;; +electrolytic_refining;Electrolytic Refining;;;;;;;;;;;;; +electrolytic_refining_desc;Electrolysis, or electrolytic refining, is a technique used for extraction, as well as purification, of metals obtained by any refining method. In the electro-refining process, a block of impure metal becomes the anode, and a thin sheet of metal becomes the cathode. Both the cathode and anode are dipped in an electrolytic cell containing an aqueous solution of the metal salt. Upon the application of electric current of a suitable voltage, pure metal is deposited at the cathode by the dissolution of impure metal at the anode.;;;;;;;;;;;;; +deep_mining;Deep Coal Mining;;;;;;;;;;;;; +deep_mining_desc;Deep mining means the extraction of coal through underground mining methods, including gaining access to the coal deposits by means of vertical or inclined shafts, by drift mining from the coal outcrop, or by other means that do not involve the stripping away of overburden to expose the deposit.;;;;;;;;;;;;; +percussion_drill;Pneumatic Drill;;;;;;;;;;;;; +percussion_drill_desc;In Europe since the late 1840s, the king of Sardinia, Carlo Alberto, had been contemplating the excavation of a 12-kilometer (7.5 mi) tunnel through Mount Fréjus to create a rail link between Italy and France, which would cross his realm. The need for a mechanical rock drill was obvious and this sparked research on pneumatic rock drills in Europe. A Frenchman, Cavé, designed, and in 1851 patented, a rock drill that used compressed air, but the air had to be admitted manually to the cylinder during each stroke, so it was not successful. In 1854, in England, Thomas Bartlett made and then patented (1855) a rock drill whose drill bit was connected directly to the piston of a steam engine. In 1855 Bartlett demonstrated his drill, powered by compressed air, to officials of the Mount Fréjus tunnel project.;;;;;;;;;;;;; +friction_hoist;Friction Hoist;;;;;;;;;;;;; +friction_hoist_desc;Invented in 1877 by Frederick Koepe, friction (or Koepe) hoists are mounted on the ground above the mine shaft, or at the top of the headframe. They utilize tail ropes and counterweights and do not have the haulage rope fixed to the wheel, but instead passed around it. The tailropes and weights offset the need for the motor to overcome the weight of the conveyance and hoisting rope, thereby reducing the required horsepower of the hoisting motor by up to 30%, with the overall power consumption remaining the same. Friction hoists, unlike drum hoists, can and normally do use multiple ropes giving them a larger payload capacity, however since they require a larger safety factor, they are impractical for very deep shafts.;;;;;;;;;;;;; +lixiviation_mills;Lixiviation Milling;;;;;;;;;;;;; +lixiviation_mills_desc;Lixiviation milling, also known as Heap leaching, is an industrial mining process used to extract precious metals, copper, uranium, and other compounds from ore using a series of chemical reactions that absorb specific minerals and re-separate them after their division from other earth materials.;;;;;;;;;;;;; +cyanide_milling;Cyanide Milling;;;;;;;;;;;;; +cyanide_milling_desc;The cyanide process (also known as the MacArthur-Forrest process) is a hydrometallurgical technique for extracting gold from low-grade ore by converting the gold to a water-soluble coordination complex.;;;;;;;;;;;;; +trinitrotoluene;Trinitrotoluene;;;;;;;;;;;;; +trinitrotoluene_desc;Trinitrotoluene, or TNT, was first prepared in 1863 by German chemist Julius Wilbrand and originally used as a yellow dye. Its potential as an explosive was not recognized for several years, mainly because it was so difficult to detonate and because it was less powerful than alternatives. Its explosive properties were first discovered by another German chemist, Carl Häussermann, in 1891. TNT is one of the most commonly used explosives for military, industrial, and mining applications.;;;;;;;;;;;;; +shrinkage_stoping;Shrinkage Stoping;;;;;;;;;;;;; +shrinkage_stoping_desc;Shrinkage stoping is a mining method used for steeply dipping, narrower ore bodies with self supporting walls and ore. It is an overhand mining method that relies on broken ore being left in the stope to be used as the “working floor” and to support the walls. During the mining cycle, only 30 – 35% of the ore blasted is extracted being equivalent to the swell factor of in-situ ore to broken. When mining is complete to the next upper horizon, the ore is extracted. Although it is not necessary to fill the resulting voids, they are commonly filled with waste rock from development. Level intervals seldom exceed 40 meters due to uneven muck draw. Recoverable pillars are left at each level.;;;;;;;;;;;;; +froth_flotation;Froth Flotation;;;;;;;;;;;;; +froth_flotation_desc;Froth flotation is a process for selectively separating hydrophobic materials from hydrophilic. This is used in mineral processing, paper recycling and waste-water treatment industries. Historically this was first used in the mining industry, where it was one of the great enabling technologies of the 20th century. It has been described as "the single most important operation used for the recovery and upgrading of sulfide ores".;;;;;;;;;;;;; +hydraulic_excavator;Hydraulic Excavators;;;;;;;;;;;;; +hydraulic_excavator_desc;The very first excavator to use hydraulic technology was built in 1882 by Sir W. G. Armstrong & Company in England, where it was used in construction of the Hull docks. Unlike later excavators that use hydraulic fluid, water was used to operate the hydraulic functions. Also, it was not a true hydraulic machine, but a hybrid that used cables to operate the bucket but with a hydraulic cylinder operating a set of multiplying sheaves. The idea was not successful, neither on this machine nor on a machine of somewhat similar design built by the unrelated Frank F. Armstrong for Penn Iron Mining Company in the United States in 1914.;;;;;;;;;;;;; +entralized_economic_planning;Centralized Economic Planning;;;;;;;;;;;;; +centralized_economic_planning_desc;As more radical ideological alternatives to liberal democracy gained power in the early twentieth century, the opportunity to reconstruct economic organization based on State direction of economic activity that could be compared to the relative success or failure of traditional market-based economic structures arose. Such programs of centralized economic planning, employed by both communist and fascist regimes, often achieved dramatic initial results in reducing unemployment, increasing output of industrial goods, and removing the problem of conflict between laborer and employer in society, which the regimes would trumpet as proof of the superiority of their systems over free market systems. The social and economic costs to these societies, however, were often very high, and the resistance to State control created the potential for brutal repression. However, to the outside world that knew little of the negative consequences of these plans, they seemed to suggest a viable alternative to the free-market systems that had been the hallmark of nineteenth century economic theory.;;;;;;;;;;;;; +bolt_action_rifle_armament;Bolt-action Rifle Armament;;;;;;;;;;;;; +bolt_action_rifle_armament_desc;Bolt action is a type of firearm action in which the weapon's bolt is operated manually by the opening and closing of the breech (barrel) with a small handle. The first bolt-action rifle was produced in 1824 by Johann Nikolaus von Dreyse, following work on breechloading rifles. European armies continued to develop bolt-action rifles through the latter half of the Nineteenth Century and World War I marked the height of the bolt-action rifle's use, with all of the nations in that war fielding troops armed with various bolt-action designs.;;;;;;;;;;;;; +existentialism;Existentialism;;;;;;;;;;;;; +existentialism_desc;Existentialism has many mothers. In one way it could be interpreted as a radical individualism traced from Kierkegaard and Nietzsche, but it is more. It is also the notion of the given as not really given but only meaningful through the process of interpretation, something that it got from Husserl, and more indirectly from Bretano. However it was taken further by Heidegger and later Sartre, Beauvoir, and Camus, and became focused on what gives meaning to the person, where the person should be understood as a being that is free to take action and thus create their own meaning rather than the more inflexible, outdated cartesian ideal.;;;;;;;;;;;;; +polyphase_system;Polyphase System;;;;;;;;;;;;; +polyphase_system_desc;The polyphase system is a way to help transmit alternating current efficiently. In it two or more phases travel simultaneously. In industrial applications three waves is the standard, although at first two phases were used. The invention of the polyphase system by Nikola Tesla meant the final loss for Thomas Alva Edison and his direct current.;;;;;;;;;;;;; +young_school_doctrine;Young School Doctrine;;;;;;;;;;;;; +young_school_doctrine_desc;The Jeune École ("Young School") is a strategic naval concept developed that advocates the use of small, powerfully equipped units to combat a larger battleship fleet, and commerce raiders capable of ending the trade of the rival nation.;;;;;;;;;;;;; +fleet_in_being_doctrine;Fleet-in-Being Doctrine;;;;;;;;;;;;; +fleet_in_being_doctrine_desc;The "fleet in being" concept is based on the assumption that the fleet is relatively safe in port, even if near the enemy. Keeping the "fleet in being", one could maintain an active threat which would force the enemy to remain in the area and prevent them from taking the initiative elsewhere.;;;;;;;;;;;;; +sea_power_doctrine;Sea Power Doctrine;;;;;;;;;;;;; +sea_power_doctrine_desc;Sea power is the means by which a nation extends its military power onto the seas. Measured in terms of a nation’s capacity to use the seas in defiance of rivals and competitors, it consists of such diverse elements as combat craft and weapons, auxiliary craft, commercial shipping, bases, and trained personnel.;;;;;;;;;;;;; +neocolonialism_doctrine;Naval Imperialism Doctrine;;;;;;;;;;;;; +neocolonialism_doctrine_desc;Imperialism is a state government, practice, or advocacy of extending power and dominion, especially by direct territorial acquisition or by gaining political and economic control of other areas.;;;;;;;;;;;;; +ship_construction;Construction and Propulsion;;;;;;;;;;;;; +steamers;Paddle Steamers;;;;;;;;;;;;; +iron_steamers;Screw-propelled Steamers;;;;;;;;;;;;; +steamer_shipyard_construction;Steamer Shipyards;;;;;;;;;;;;; +steamer_shipyard_construction_desc;Building steam ships is no easy task, thus we need to first design a shipyard of the appropriate size to begin construction.;;;;;;;;;;;;; +clipper_shipyard_construction;Clipper Shipyards;;;;;;;;;;;;; +clipper_shipyard_construction_desc;Building huge ships such as the Man'o'War is no easy task, thus we need to first design a shipyard of the appropriate size to begin construction.;;;;;;;;;;;;; +western_shipyards;Shipyards;;;;;;;;;;;;; +western_shipyards_l;Shipyards;;;;;;;;;;;;; +no_western_shipyards;Traditional Shipyards;;;;;;;;;;;;; +no_western_shipyards_l;Traditional Shipyards;;;;;;;;;;;;; +no_western_shipyards_desc;Our shipyards are built according to our old traditions.;;;;;;;;;;;;; +yes_western_shipyards;Western Shipyards;;;;;;;;;;;;; +yes_western_shipyards_l;Western Shipyards;;;;;;;;;;;;; +yes_western_shipyards_desc;Our shipyards are built by foreign experts, allowing for the construction of ships of a much higher tonnage.;;;;;;;;;;;;; +old_style_family_business_desc;This style of business culture meant that the owners treated the business as a family shop or restaurant. The border between private and business was very unclear. The practice became very emotional and the owners would take much larger risks for their business, but at the cost of professionalism.;;;;;;;;;;;;; +switch_to_traditional_academic_title;Renovate The Academia;;;;;;;;;;;;; +switch_to_traditional_academic_desc;Many within our academic circles feel that the present direction of our academia is misguided and that we should adopt a more traditional academic profile.;;;;;;;;;;;;; +czech_tech_school;Skoda Works;;;;;;;;;;;;; +japanese_tech_school;Shukensen-Riekisen;;;;;;;;;;;;; +naval_tech_school;Sea Power & The Merchant Marine;;;;;;;;;;;;; +switch_to_navy_tech_title;Sea Power & The Merchant Marine;;;;;;;;;;;;; +developing_tech_school;Developing Academia;;;;;;;;;;;;; +genetics_heredity;Genetics: Heredity;;;;;;;;;;;;; +genetics_heredity_desc;Heredity Genetics were a major step towards the understanding of life itself. Gregor Mendel (1822-84) assumed that every trait an organism contains is written down in some material factors and are transferred during the process of reproduction. In experiments with his pea plants he could prove his thesis.;;;;;;;;;;;;; +modern_winemaking;Industrial Winemaking;;;;;;;;;;;;; +modern_winemaking_desc;Although winemaking is a very old process, the proper expertise and equipment needed to make wine production lines is essential for the future of the industry.;;;;;;;;;;;;; +bottling_process;Bottling Process;;;;;;;;;;;;; +bottling_process_desc;Modern bottling techniques for efficient and proper bottling and distribution of alcohol are needed for the future of the beverages industry.;;;;;;;;;;;;; +schrapnel_standard_design;Schrapnel Standard Design;;;;;;;;;;;;; +schrapnel_standard_design_desc;Shrapnel shells were anti-personnel artillery munitions which carried a large number of individual bullets close to the target and then ejected them to allow them to continue along the shell's trajectory and strike the target individually. They relied almost entirely on the shell's velocity for their lethality. The final shrapnel shell design bore little similarity to Henry Shrapnel's original design, marking the quick evolution of technology at the time.;;;;;;;;;;;;; +barbed_wire_defense;Barbed Wire Defense;;;;;;;;;;;;; +barbed_wire_defense_desc;Barbed wire is a type of steel fencing wire constructed with sharp edges or points arranged at intervals along the strand. It is used to construct inexpensive fences and is used atop walls or as a major feature of the fortifications in trench warfare, stopping infantry charges.;;;;;;;;;;;;; +helmet_mass_production;Helmet Mass Production;;;;;;;;;;;;; +helmet_mass_production_desc;The use of artillery and modern machine guns renewed the need for steel helmets. They quickly became the standard among armed forces, from the French Adrian and the British Brodie to the German Stahlhelm. By the 20th century, such helmets offered protection for the head from shrapnel and fragments as well as for specialist roles.;;;;;;;;;;;;; +camouflage_uniforms;Camouflage Uniforms;;;;;;;;;;;;; +camouflage_uniforms_desc;Camouflage is the use of any combination of materials, coloration, or illumination for concealment, either by making the target hard to see, or by disguising them as something else. With the raise in mortality of modern warfare, it seemed prudent to make our soldiers harder to kill by replacing the traditional uniforms.;;;;;;;;;;;;; +rotary_kiln;Rotary Kiln;;;;;;;;;;;;; +rotary_kiln_desc;The Rotary "endless" kiln gives perfect control over combustion and produces a better grade of cement. The kiln is a cylindrical vessel, inclined slightly to the horizontal, which is rotated slowly about its axis. The material to be processed is fed into the upper end of the cylinder. As the kiln rotates, material gradually moves down towards the lower end, and may undergo a certain amount of stirring and mixing. Hot gases pass along the kiln, sometimes in the same direction as the process material, but usually in the opposite direction. The hot gases may be generated in an external furnace, or may be generated by a flame inside the kiln.;;;;;;;;;;;;; +stiff_plastic_brickmaking_machine;Stiff-Plastic Brickmaking Machine;;;;;;;;;;;;; +stiff_plastic_brickmaking_machine_desc;In the machines used in the stiff-plastic process the previously powdered and screened clay is mixed into a stiff-plastic, granular material, which is afterwards compressed into a stiff paste. The mixing may be made in a trough-mixer or in a pug-mill. The shaping of bricks by the stiff-plastic process take places in two parts: the clot or roughly shaped brick which is made by mechanically forcing the stiff paste into a mould and the brick which is made by pressing the clot.;;;;;;;;;;;;; +hot_blast;Hot Blast Process;;;;;;;;;;;;; +regenerative_furnaces;Regenerative Furnaces;;;;;;;;;;;;; +electric_furnace;Electric Arc Furnace;;;;;;;;;;;;; +advanced_metallurgy;Open Hearth Furnace;;;;;;;;;;;;; +pneumatic_and_hydraulics;Pneumatic and Hydraulics;;;;;;;;;;;;; +jiggs;Jigs;;;;;;;;;;;;; +jiggs_desc;Jigs are components of machine-tool installations, specially designed in each case to position the workpiece, hold it firmly in place, and guide the motion of the power tool. Jigs can also be guides for tools or templates, as in the furniture industry.;;;;;;;;;;;;; +dobby_loom;Dobby Loom;;;;;;;;;;;;; +dobby_loom_desc;A Dobby loom is a type of floor loom that controls all the warp threads using a device called a dobby. The main advantage of dobby looms is that more intricate designs can be produced. Dobby looms can be operated by wooden lags with pegs, which rotate around a roller above the loom. The pegs in the lags correspond to the lifting plan, which controls which harnesses are lifted. Punched paper pattern cards can also be used.;;;;;;;;;;;;; +cotton_gin;Cotton Gin;;;;;;;;;;;;; +cotton_gin_desc;The Cotton Gin is a machine for cleaning cotton of its seeds. The device pulls the cotton through a set of wire teeth mounted on a revolving cylinder, the fibre passing through narrow slots in an iron breastwork too small to permit passage of the seed. The simplicity of the invention — which could be powered by man, animal, or water — caused it to be widely copied despite patents. The cotton gin increased productivity of removing seed from cotton by a factor of 50. While it took a single slave about ten hours to separate a single pound of fiber from the seeds, a team of two or three slaves using a cotton gin could produce around fifty pounds of cotton in just one day.;;;;;;;;;;;;; +lancashire_loom;Lancashire Loom;;;;;;;;;;;;; +lancashire_loom_desc; The Lancashire Loom is an self-acting loom, though it has to be stopped to recharge empty shuttles. The principal advantage of the Lancashire loom was that it was semi-automatic, when a warp thread broke the weaver was notified. When the shuttle ran out of thread, the machine stopped. An operative thus could work 4 or more looms whereas previously they could only work a single loom. Indeed the term A Four Loom Weaver was used to describe the operatives. Labour cost was quartered. In some mills an operative would operate 6 or even 8 looms.;;;;;;;;;;;;; +steam_powered_silk_reels;Steam-Powered Silk-Reels;;;;;;;;;;;;; +steam_powered_silk_reels_desc;Silk reeling is the process by which a number of cocoon baves are reeled together to produce a single thread. This is achieved by unwinding filaments collectively from a group of cooked cocoons at one end in a warm water bath and winding the resultant thread onto a fast moving reel. By mechanizing the process, we could increase our silk-reeling efficiency.;;;;;;;;;;;;; diff --git a/HPM/localisation/00_HPM_wargoals.csv b/HPM/localisation/00_HPM_wargoals.csv index 229aeb83..7e92fd0a 100644 --- a/HPM/localisation/00_HPM_wargoals.csv +++ b/HPM/localisation/00_HPM_wargoals.csv @@ -1,351 +1,342 @@ -;;;;;;;;;;;;;x,,, -steal_puppet;Take Puppet;;;;;;;;;;;;;x,,, -steal_puppet_short;Puppet $THIRD$;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -steal_puppet_desc;Take a §Ypuppet§W from a third country and make it our puppet.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -steal_puppet_setup;Take $THIRD$ from $RECIPIENT$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -cut_down_to_size;Cut Down to Size;;;;;;;;;;;;;;;;;;;;;;;x;;;; -place_in_the_sun;Place in the Sun;;;;;;;;;;;;;;;;;;;;;;x;;;; -acquire_state;Acquire State;;;;;;;;;;;;;;;;;;;;;;;x;;;; -take_from_sphere;Take from Sphere;;;;;;;;;;;;;;;;;;;;;;x;;;; -permanent_colonial_claim;Reconquer Colony;;;;;;;;;;;;;x,,, -permanent_colonial_claim_short;Reconquer Colony;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -permanent_colonial_claim_desc;Acquire a §Ystate§W that is a §Yrightful colony§W of ours according to the Great Powers Conference.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -permanent_colonial_claim_setup;Acquire $STATE$ from $RECIPIENT$.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -AGRESSION_WAR_NAME_REPARATIONS_PEU_CHL;$ORDER$War of the Pacific;;;;;;;;;;;;;;;;;;;;;;;;x -AGRESSION_WAR_NAME_REPARATIONS_BOL_CHL;$ORDER$War of the Pacific;;;;;;;;;;;;;;;;;;;;;;;;x -AGRESSION_WAR_NAME_REPARATIONS_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_NAME_REPARATIONS_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_NAME_REPARATIONS_FRA_MEX;$ORDER$ French Intervention in Mexico;;;;;;;;;;;;;;;;;;;;;;;;x -AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_NAME_REPARATIONS;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -AGRESSION_WAR_NAME_REPARATIONS;$ORDER$War of $FIRST$ Aggression;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -war_reparations;Reparations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -war_reparations_desc;Demand §Yreparations§W from another country.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -war_reparations_short;Demand Reparations;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -war_reparations_setup;Demand §Yreparations§W from another country.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -install_democracy_make_puppet;Install a Democratic Puppet;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_make_puppet_desc;Install a §Ydemocratic puppet government§W in the country's capital;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_make_puppet_short;Install a democratic puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_make_puppet_setup;Install a democratic puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_make_puppet;Install a Communist Puppet;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_make_puppet_desc;Install a §Ycommunist puppet government§W in the country's capital;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_make_puppet_short;Install a communist puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_make_puppet_setup;Install a communist puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_make_puppet;Install a Fascist Puppet;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_make_puppet_desc;Install a §Yfascist puppet government§W in the country's capital;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_make_puppet_short;Install a fascist puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_make_puppet_setup;Install a fascist puppet government in $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -NORMAL_WAR_LIBERATE_NAME_FRA_EGY;$ORDER$French Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_NET_EGY;$ORDER$Dutch Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_SPA_EGY;$ORDER$Spanish Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_AUS_EGY;$ORDER$Austrian Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_RUS_EGY;$ORDER$Russian Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_PRU_EGY;$ORDER$Prussian Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_LIBERATE_NAME_ENG_EGY;$ORDER$British Intervention in Egypt;;;;;;;;;;;;;;;;;;;;;;;;x -AGRESSION_WAR_NAME_TUR_ITA;$ORDER$Italo-Turkish War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_PUPPET_NAME_QNG_PGG;$ORDER$Panthay Rebellion;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_PUPPET_NAME_QNG_UYG;$ORDER$Dungan Revolt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_CONQUEST_ANY_NAME_QNG_XBI;$ORDER$Dungan Revolt;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_WAR_CONQUEST_ANY_NAME_BHR_QAT;$ORDER$Qatari–Bahraini War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_CONQUEST_ANY_NAME_BHR_QAT;$ORDER$Qatari–Bahraini War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_WAR_CONQUEST_ANY_NAME_RUS_CIR;$ORDER$Russo-Circassian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_CONQUEST_ANY_NAME_RUS_CIR;$ORDER$Russo-Circassian War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_WAR_CONQUEST_ANY_NAME_RUS_DAG;$ORDER$Murid War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_CONQUEST_ANY_NAME_RUS_DAG;$ORDER$Murid War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_WAR_CONQUEST_ANY_NAME_ENG_PNJ;$ORDER$Anglo–Sikh War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_WAR_CONQUEST_ANY_NAME_ENG_PNJ;$ORDER$Anglo–Sikh War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NORMAL_CIVIL_WAR_NAME_ARC_ENT;$ORDER$Platine War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -AGRESSION_CIVIL_WAR_NAME_ARC_ENT;$ORDER$Platine War;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x; -NO_ALLOWED_STATES;(There are no applicable states).;;;;;;;;;;;;;;;;;;;;;;;;;;x -po_reduce_prestige;Prestige is reduced by §R-$VALUE$§W.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -NORMAL_PUNITIVE_EXPEDITION_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;;;;;;;;;x,,, -AGRESSION_PUNITIVE_EXPEDITION_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;;;;;;;;;x,,, -NORMAL_PUNITIVE_EXPEDITION_WAR_NAME_ENG_QNG;$ORDER$Opium War;;;;;;;;;;;;;;;;;x,,, -treaty_port_casus_belli;Punitive Expedition;;;;;;;;;;;;;;;x;;;; -treaty_port_casus_belli_desc;Force a §Ycountry§W to negotiate an §Yunequal treaty§W, which includes a §Ytreaty port§W if there's one available.;;;;;;;;;;;;;;;;x -treaty_port_casus_belli_short;Negotiate an unequal treaty;;;;;;;;;;;;;;;;;;;;;;x;;;; -treaty_port_casus_belli_setup;Force a §Ycountry§W to negotiate an §Yunequal treaty§W, which includes a §Ytreaty port§W if there's one available;;;;;;;;;;;;;;;;;;;;;;;x -NORMAL_WAR_CONQUEST_NAME_HAI_DOM;$ORDER$Dominican War of Independence;;;;;;;;;;;;x,,, -AGRESSION_WAR_CONQUEST_NAME_HAI_DOM;$ORDER$Dominican War of Independence;;;;;;;;;;;;x,,, -AGRESSION_WAR_GUNBOAT_NAME;Gunboat Diplomacy;;;;;;;;;;;;;x,,, -status_quo;Status Quo;;;;;;;;;;;;;x,,, -AGRESSION_WAR_BOXER_NAME;Boxer War;;;;;;;;;;;;;x,,, -call_allies_cb;Call Allies;;;;;;;;;;;;;x,,, -call_allies_cb_desc;Call Allies into war;;;;;;;;;;;;;x,,, -AGRESSION_WAR_ALL_CORES_NAME;$ORDER$War of $FIRST$ Liberation;;;;;;;;;;;;;x,,, -NORMAL_WAR_ALL_CORES_NAME;$ORDER$War of $FIRST$ Liberation;;;;;;;;;;;;;x,,, -AGRESSION_WAR_HUMILIATE_NAME;$ORDER$$FIRST$ War to Humiliate $SECOND$;$ORDER$ guerre pour l'honneur $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg der Ehre;;;;;;;;;;;x,,, -AGRESSION_WAR_PUPPET_NAME;$ORDER$War of $FIRST$ Control Over $SECOND_COUNTRY$;$ORDER$ guerre de $FIRST$ pour le contrôle de $SECOND_COUNTRY$;$ORDER$ Krieg um die Kontrolle von $FIRST$ über $SECOND_COUNTRY$;;;;;;;;;;;x,,, -NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$er Krieg;Baza;Guerra $ORDER$$FIRST$-$SECOND$;Base:;Alap:;Základna:;;;;;;x,,, -AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME;$ORDER$War of $FIRST$ Aggression;$ORDER$$FIRST$ guerre d'aggression;$ORDER$$FIRST$er Angriffskrieg;Wojna $ORDER$$FIRST$-$SECOND$;$ORDER$Guerra de $FIRST$ agresión;$ORDER$ Guerra $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ hábor?$ORDER$$FIRST$-$SECOND$ válka;;;;;;x,,, -NORMAL_WAR_DISMANTLE_NAME;$ORDER$$FIRST$ War to Dismantle the $SECOND$ Empire;Grande Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Größer Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;;;x;;;;;;;;;;;;;;,,, -AGRESSION_WAR_DISMANTLE_NAME;$ORDER$ War of $FIRST$ Aggression;$ORDER$ Offensive Militaire $FIRST$;$ORDER$ $FIRST$ Angriffskrieg;Wojna $ORDER$$FIRST$-$SECOND$;Guerra $ORDER$$FIRST$-$SECOND$;$ORDER$ Guerra $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ hábor?$ORDER$$FIRST$-$SECOND$ válka;;;;;;;x;;;;;;;;;;;;;;,,, -NORMAL_WAR_AUSTRIAN_EMPIRE_NAME;$ORDER$$FIRST$-$SECOND$ War of Imperial Restoration;;;;;;;;;;;;;x,,, -AGRESSION_WAR_AUSTRIAN_EMPIRE_NAME;$ORDER$$FIRST$-$SECOND$ War of Imperial Restoration;;;;;;;;;;;;;x,,, -NORMAL_WAR_FREE_BALKANS_NAME;$ORDER$$FIRST$-$SECOND$ War of the Balkans;;;;;;;;;;;;;x,,, -AGRESSION_WAR_FREE_BALKANS_NAME;$ORDER$$FIRST$-$SECOND$ War of the Balkans;;;;;;;;;;;;;x,,, -NORMAL_WAR_MONROE_DOCTRINE_NAME;$ORDER$$FIRST$-$SECOND$ War of Anti-Imperialism;;;;;;;;;;;;;x,,, -AGRESSION_WAR_MONROE_DOCTRINE_NAME;$ORDER$$FIRST$-$SECOND$ War of Anti-Imperialism;;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_AMERICA_NAME;$ORDER$$FIRST$-$SECOND$ War of American Restoration;;;;;;;;;;;;;x,,, -AGRESSION_WAR_RESTORE_AMERICA_NAME;$ORDER$$FIRST$-$SECOND$ War of American Restoration;;;;;;;;;;;;;x,,, -NORMAL_WAR_HOLY_LAND_NAME;$ORDER$$FIRST$-$SECOND$ Levantine War;;;;;;;;;;;;;x,,, -AGRESSION_WAR_HOLY_LAND_NAME;$ORDER$$FIRST$-$SECOND$ Levantine War;;;;;;;;;;;;;x,,, -NORMAL_WAR_BRITISH_RAJ_NAME;$ORDER$$SECOND$ War of the British Raj;;;;;;;;;;;;;x,,, -AGRESSION_WAR_BRITISH_RAJ_NAME;$ORDER$$SECOND$ War of the British Raj;;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_USA_FSA;$ORDER$American Civil War;$ORDER$ guerre de rébellion;$ORDER$Rebellionskrieg;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_USA_CSA_USA;$ORDER$American Civil War;$ORDER$ guerre de rébellion;$ORDER$Rebellionskrieg;;;;;;;;;;;x -NORMAL_WAR_CHINA_REUNIFICATION;$ORDER$ War of Chinese Reunification;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;;;x;;;;;;;;;;;;;;,,, -AGRESSION_WAR_CHINA_REUNIFICATION;$ORDER$ War of Chinese Reunification;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;;;x;;;;;;;;;;;;;;,,, -NORMAL_WAR_SAHEL_JIHAD_NAME;$ORDER$$FIRST$ Jihad;;;;;;;;;;;;;x,,, -AGRESSION_WAR_SAHEL_JIHAD_NAME;$ORDER$$FIRST$ Jihad;;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_ARG_ENT;$ORDER$ Platine War;;;;;;;;;;;;;x,,, -AGRESSION_WAR_RESTORE_ORDER_NAME_ARG_ENT;$ORDER$ Platine War;;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_SAT;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_CHO;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_TOS;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_KAG;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_SEN;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_TKG_YZW;$ORDER$Boshin War;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_ENG_TRN;$ORDER$Boer War;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_ENG_ORA;$ORDER$Boer War;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_ENG_NAL;$ORDER$Boer War;;;;;;;;;;;;x,,, -NORMAL_WAR_PUPPET_NAME_TUR_EGY;$ORDER$Oriental Crisis;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_NAME_ENG_QNG;$ORDER$Opium War;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_SHW_GON;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_SHW_GON;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_SHW_TIG;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_SHW_TIG;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_GON_SHW;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_GON_SHW;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_GON_TIG;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_GON_TIG;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_TIG_SHW;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_TIG_SHW;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_TIG_GON;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_WAR_RESTORE_ORDER_NAME_TIG_GON;Zemene Mesafint;;;;;;;;;;;;x,,, -NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME_RUS_TUR;$ORDER$Crimean War;;;;;;;;;;;;x,,, -AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME_RUS_TUR;$ORDER$Crimean War;;;;;;;;;;;;x,,, -NORMAL_WAR_FREE_ALLIED_CORE_NAME;$ORDER$$FIRST$ War of $COUNTRY_ADJ$ Restoration;;;;;;;;;;;;x,,, -AGRESSION_WAR_FREE_ALLIED_CORE_NAME;$ORDER$$FIRST$ War of $COUNTRY_ADJ$ Restoration;;;;;;;;;;;;x,,, -NORMAL_WAR_COLONIAL_RECONQUEST_NAME;$ORDER$$FIRST$ War of Colonial Reconquest;;;;;;;;;;;;x,,, -AGRESSION_WAR_COLONIAL_RECONQUEST_NAME;$ORDER$$FIRST$ War of Colonial Reconquest;;;;;;;;;;;;x,,, -NORMAL_WAR_PUPPET_NAME_TUR_ROM;$ORDER$Romanian War of Independence;;;;;;;;;;;;x,,, -AGRESSION_WAR_PUPPET_NAME_TUR_ROM;$ORDER$Romanian War of Independence;;;;;;;;;;;;x,,, -NORMAL_WAR_PUPPET_NAME_ENG_IRE;$ORDER$Irish War of Independence;;;;;;;;;;;;x,,, -AGRESSION_WAR_PUPPET_NAME_ENG_IRE;$ORDER$Irish War of Independence;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_NEJ_HAL;$ORDER$War of Arabian Domination;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_HAL_NEJ;$ORDER$War of Arabian Domination;;;;;;;;;;;;x,,, -NORMAL_WAR_NAME_ENG_USA;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_NAME_ENG_USA;$ORDER$$FIRST$ Conquest of $STATE$;;;;;;;;;;;;x,,, -NORMAL_WAR_TAKE_CORE_NAME_ENG_USA;$ORDER$$FIRST$ Liberation of $STATE$;;;;;;;;;;;;x,,, -AGRESSION_WAR_ALL_CORES_NAME_USA_MEX;$ORDER$Mexican-American War;;;;;;;;;;;;x,,, -NORMAL_WAR_ALL_CORES_NAME_USA_MEX;$ORDER$Mexican-American War;;;;;;;;;;;;x,,, -AGRESSION_CIVIL_WAR_NAME_QNG_TPG;$ORDER$Taiping Rebellion;;;;;;;;;;;;x,,, -NORMAL_CIVIL_WAR_NAME_QNG_TPG;$ORDER$Taiping Rebellion;;;;;;;;;;;;x,,, -punitive_effects;National Humiliation;Humiliation Nationale;Nationale Erniedrigung;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -punitive_effects_desc;Our humiliation at the hands of the victors, and the punitive effects of reparations have taken its toll on our people. We will be all but unable to wage war unless someone declares war on us first.;;;;;;;;;;;;;x,, -no_more_war;No More War;Nous ne Voulons pas la Guerre;Wir Wünschen Nicht Krieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -no_more_war_desc;Our people are tired of war. It will be difficult to get their enthusiasm for another anytime soon, so in the meantime our ability to wage war will be very limited. §YNOTE: This means you have very few CB's that you can begin a war with while this modifier lasts!§W;;;;;;;;;;;;;x,, -end_the_war;End the War;La Guerre Doit Finir;Der Krieg Muss Beenden;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -end_the_war_desc;Our enemy is defeated. The people call out for us to end the war, even if we don't get everything we intended.;;;;;;;;;;;;;x,, -international_pariah;International Pariah;Paria International;Internationales Ausgestossen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -international_pariah_desc;We are a pariah in the international community for our aggressive policies.;;;;;;;;;;;;;x,,, -great_war;Total War;Guerre Totale;Größer Krieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_desc;We are in a state of total war with our enemies. We must rise up as one, or risk the destruction of our entire way of life.;;;;;;;;;;;;;x,, -great_war2;The Demands of War;Les Demandes de la Guerre;Die Nachfragen des Krieges;;;;;;;;;;;x,,, -great_war2_desc;Massive shortages are causing our people's enthusiasm for war to dim.;;;;;;;;;;;;;x,,, -great_war3;Is It All For Nothing?;Est-il Tout Pour Rien?;Ist Alles Für Nichts?;;;;;;;;;;;x,,, -great_war3_desc;If we do not end the war soon, things will go very badly for us.;;;;;;;;;;;;;x,, -dismantle_cb;Dismantle Nation;Grande Guerre;Gesamtkrieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;;x,,, -dismantle_cb_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add;Dismantle Nation;Grande Guerre;Größer Krieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;;x,,, -dismantle_cb_add_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add_new;Dismantle Nation;Grande Guerre;Größer Krieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add_new_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;;x,,, -dismantle_cb_add_new_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dismantle_cb_add_new_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_democracy;Install Democracy;Installez la démocratie;Verursachen Sie Demokratie;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_democracy_desc;Install a §Yfriendly democracy§W in the country's capital;Install a §Yfriendly democracy§W in the target country's capital;Install a §Yfriendly democracy§W in the target country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_democracy_short;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_democracy_setup;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_fascism;Install Fascism;Installez le fascisme;Bringen Sie Faschismus an;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_fascism_desc;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_fascism_short;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_fascism_setup;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_communism;Install Communism;Installez le communisme;Bringen Sie Kommunismus an;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_communism_desc;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_communism_short;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_install_communism_setup;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy;Install Democracy;Installez la démocratie;Verursachen Sie Demokratie;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_desc;Install a §Yfriendly democracy§W in the country's capital;Install a §Yfriendly democracy§W in the target country's capital;Install a §Yfriendly democracy§W in the target country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_short;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_democracy_setup;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism;Install Fascism;Installez le fascisme;Bringen Sie Faschismus an;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_desc;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_short;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_fascism_setup;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism;Install Communism;Installez le communisme;Bringen Sie Kommunismus an;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_desc;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_short;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -install_communism_setup;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_liberate;Liberate;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_liberate_desc;Liberate a §Ycountry§W from its oppressors;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -great_war_liberate_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_liberate_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_acquire_core;Acquire core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_acquire_core_desc;Acquire an enemy §Ystate§W where we have §Ycore provinces§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -great_war_acquire_core_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_acquire_core_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_place_in_the_sun;Place in the sun;Une place au soleil;Ein Platz an der Sonne;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_place_in_the_sun_desc;Acquire an enemy §Ycolonial state§W;Prendre un §YÉtat colonial§W ennemi;Erobern Sie einen feindlichen §YKolonialstaat§W.;;;;;;;;;;;x,,, -great_war_place_in_the_sun_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_place_in_the_sun_setup;Acquire colony $STATE$ from $RECIPIENT$;Prendre colonie $STATE$ de $RECIPIENT$;Kolonie $STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_release_puppet;Release Puppet;Libérer un État fantoche;Marionettenstaat entlassen;;;;;;;;;;;x,,, -great_war_release_puppet_short;$THIRD$ is released;$THIRD$ est libér?$THIRD$ wurde entlassen;;;;;;;;;;;x,,, -great_war_release_puppet_setup;Release $THIRD$ from $RECIPIENT$;Libérer $THIRD$ de $RECIPIENT$;Entlassen Sie $THIRD$ aus $RECIPIENT$;;;;;;;;;;;x,,, -great_war_release_puppet_desc;Release a §Ycountry§W from its sovereign nation;Libérer un §Ypays§W de sa nation souveraine;Entlassen Sie ein §YLand§W von seinem Herrenland.;;;;;;;;;;;x,,, -great_war_take_from_sphere;Take from sphere of influence;Prendre ?la sphère d'influence;Aus Einflusssphäre entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_take_from_sphere_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;;x,,, -great_war_take_from_sphere_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_war_take_from_sphere_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -add_to_sphere_AI;Add to Sphere;ajouter ?la sphère;In Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -add_to_sphere_AI_desc;Add country to our §YSphere of Influence§W;Ajouter un pays ?notre §Ysphère d'influence§W;Fügen Sie das Land Ihrer §YEinflusssphäre§W hinzu.;;;;;;;;;;;x,,, -add_to_sphere_AI_short;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -add_to_sphere_AI_setup;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unification_add_to_sphere;Unification Add to Sphere;ajouter ?la sphère;In Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unification_add_to_sphere_desc;Add country §Yof our culture group§W to our §YSphere of Influence§W;Ajouter un pays ?notre §Ysphère d'influence§W;Fügen Sie das Land Ihrer §YEinflusssphäre§W hinzu.;;;;;;;;;;;x,,, -unification_add_to_sphere_short;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unification_add_to_sphere_setup;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -take_from_sphere_AI;Take from sphere of influence;Prendre ?la sphère d'influence;Aus Einflusssphäre entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -take_from_sphere_AI_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;;x,,, -take_from_sphere_AI_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -take_from_sphere_AI_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples_AI;Free People;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples_AI_desc;Liberate a §Ycountry's§W §Rsingle state§W from its oppressors.;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -free_peoples_AI_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples_AI_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples;Free People;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples_AI_desc;Liberate a §Ycountry's§W §Rsingle state§W from its oppressors.;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -free_peoples_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_peoples_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_allied_cores;Free Allied Cores;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_allied_cores_desc;Liberate cores belonging to an §Yallied country§W in your sphere;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -free_allied_cores_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_allied_cores_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -release_puppet_AI;Release Puppet;Libérer un État fantoche;Marionettenstaat entlassen;;;;;;;;;;;x,,, -release_puppet_AI_short;$THIRD$ is released;$THIRD$ est libér?$THIRD$ wurde entlassen;;;;;;;;;;;x,,, -release_puppet_AI_setup;Release $THIRD$ from $RECIPIENT$;Libérer $THIRD$ de $RECIPIENT$;Entlassen Sie $THIRD$ aus $RECIPIENT$;;;;;;;;;;;x,,, -release_puppet_AI_desc;Release a §Ycountry§W from its sovereign nation;Libérer un §Ypays§W de sa nation souveraine;Entlassen Sie ein §YLand§W von seinem Herrenland.;;;;;;;;;;;x,,, -demand_concession_NI_casus_belli;Demand Concession;Demande de concession;Konzession verlangen;;;;;;;;;;;x,,, -demand_concession_NI_casus_belli_desc;Force an §Yuncivilized country§W to secede territory to form a colonial concession.;Obligez un §Ypays non civilisé§W ?faire sécession d'un territoire pour former une concession coloniale.;Zwingen Sie ein §Yunzivilisiertes Land§W, Gebiete zur Gründung einer Kolonialkonzession abzuspalten.;;;;;;;;;;;x,, -demand_concession_NI_casus_belli_setup;Demand that $RECIPIENT$ secede territory to form a colonial concession.;Demandez ?ce que $RECIPIENT$ fasse sécession d'un territoire pour former une concession coloniale.;Verlangen Sie, dass $RECIPIENT$ Gebiete zur Gründung einer Kolonialkonzession abspaltet.;;;;;;;;;;;x,, -demand_concession_NI_casus_belli_short;Demand $STATE$;Demander $STATE$;Fordern Sie $STATE$;;;;;;;;;;;x,,, -demand_concession_BC_casus_belli;Demand Concession;Demande de concession;Konzession verlangen;;;;;;;;;;;x,,, -demand_concession_BC_casus_belli_desc;Force an §Yuncivilized country§W to secede territory to form a colonial concession.;Obligez un §Ypays non civilisé§W ?faire sécession d'un territoire pour former une concession coloniale.;Zwingen Sie ein §Yunzivilisiertes Land§W, Gebiete zur Gründung einer Kolonialkonzession abzuspalten.;;;;;;;;;;;x,, -demand_concession_BC_casus_belli_setup;Demand that $RECIPIENT$ secede territory to form a colonial concession.;Demandez ?ce que $RECIPIENT$ fasse sécession d'un territoire pour former une concession coloniale.;Verlangen Sie, dass $RECIPIENT$ Gebiete zur Gründung einer Kolonialkonzession abspaltet.;;;;;;;;;;;x,, -demand_concession_BC_casus_belli_short;Demand $STATE$;Demander $STATE$;Fordern Sie $STATE$;;;;;;;;;;;x,,, -establish_protectorate_NI_casus_belli;Establish Protectorate;Établir un protectorat;Protektorat gründen;;;;;;;;;;;x,,, -establish_protectorate_NI_casus_belli_desc;Annex an §Yuncivilized country§W by forcing them to become a protectorate of ours.;Annexez un §Ypays non civilisé§W en l'obligeant ?devenir l'un de nos protectorats.;Annektieren Sie ein §Yunzivilisiertes Land§W, indem Sie es zwingen, eines Ihrer Protektorate zu werden.;;;;;;;;;;;x, -establish_protectorate_NI_casus_belli_setup;Annex $RECIPIENT$ by establishing a protectorate over them.;Annexez $RECIPIENT$ en établissant un protectorat.;Annektieren Sie $RECIPIENT$ durch die Gründung eines Protektorats.;;;;;;;;;;;x,,, -establish_protectorate_NI_casus_belli_short;Annex $RECIPIENT$;Annexer $RECIPIENT$;Annektieren Sie $RECIPIENT$;;;;;;;;;;;x,,, -establish_protectorate_BC_casus_belli;Establish Protectorate;Établir un protectorat;Protektorat gründen;;;;;;;;;;;x,,, -establish_protectorate_BC_casus_belli_desc;Annex an §Yuncivilized country§W by forcing them to become a protectorate of ours.;Annexez un §Ypays non civilisé§W en l'obligeant ?devenir l'un de nos protectorats.;Annektieren Sie ein §Yunzivilisiertes Land§W, indem Sie es zwingen, eines Ihrer Protektorate zu werden.;;;;;;;;;;;x, -establish_protectorate_BC_casus_belli_setup;Annex $RECIPIENT$ by establishing a protectorate over them.;Annexez $RECIPIENT$ en établissant un protectorat.;Annektieren Sie $RECIPIENT$ durch die Gründung eines Protektorats.;;;;;;;;;;;x,,, -establish_protectorate_BC_casus_belli_short;Annex $RECIPIENT$;Annexer $RECIPIENT$;Annektieren Sie $RECIPIENT$;;;;;;;;;;;x,,, -unification_humiliate;Assert Hegemony;Imposer l'hégémonie;Vorherrschaft durchsetzen;;;;;;;;;;;x,,, -unification_humiliate_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;;x,,, -unification_humiliate_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unification_humiliate_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -claim_colonial_region;Effective Occupation - Demand State;;;;;;;;;;;;;x,,, -claim_colonial_region_desc;Force an §Yuncivilized country§W to secede territory that we have claims on according to Article 35 of the West Africa Conference, which delineates the doctrine of effective occupation.;;;;;;;;;;;;;x,,, -claim_colonial_region_setup;Demand that $RECIPIENT$ secede territory that we have claims on according to Article 35 of the West Africa Conference, which delineates the doctrine of effective occupation.;;;;;;;;;;;;;x,,, -claim_colonial_region_short;Demand $STATE$;;;;;;;;;;;;;x,,, -claim_colonial_region_full;Effective Occupation - Annex;;;;;;;;;;;;;x,,, -claim_colonial_region_full_desc;Force an §Yuncivilized country§W to become a protectorate according to Article 33 of the West Africa Conference, which delineates the doctrine of spheres of influence.;;;;;;;;;;;;;x,,, -claim_colonial_region_full_setup;Force $RECIPIENT$ to become a protectorate according to Article 33 of the West Africa Conference, which delineates the doctrine of spheres of influence.;;;;;;;;;;;;;x,,, -claim_colonial_region_full_short;Annex $RECIPIENT$;;;;;;;;;;;;;x,,, -colonial_conquest;Imperialism - Demand State;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -colonial_conquest_desc;Acquire a §Ystate§W from an §Yuncivilized country§W where we have §Ycolonial claims§W. This will give §R0.5 to 2§W infamy and we will have to §Ywait 1 to 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -colonial_conquest_setup;Acquire $STATE$ from $RECIPIENT$. This will give §R0.5 to 2§W infamy and we will have to §Ywait 1 to 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -colonial_conquest_short;Acquire $STATE$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -colonial_conquest_full;Imperialism - Annex;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -colonial_conquest_full_desc;Force an §Yuncivilized country§W that we have §Ycolonial claims§W on to become a protectorate. This will give §R0.5 to 2§W infamy and we will have to §Ywait 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -colonial_conquest_full_setup;Force $RECIPIENT$ to become a protectorate. This will give §R0.5 to 2§W infamy and we will have to §Ywait 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,, -colonial_conquest_full_short;Annex $RECIPIENT$;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -annex_africa;Scramble for Africa - Demand State;;;;;;;;;;;;;x,,, -annex_africa_desc;Force an §Yuncivilized country§W to secede territory according to rules set at the Conference of Great Powers;;;;;;;;;;;;;x,,, -annex_africa_setup;Demand that $RECIPIENT$ secede territory according to rules set at the Conference of Great Powers;;;;;;;;;;;;;x,,, -annex_africa_short;Demand $STATE$;;;;;;;;;;;;;x,,, -annex_africa_full;Scramble for Africa - Annex;;;;;;;;;;;;;x,,, -annex_africa_full_desc;Force an §Yuncivilized country§W to become a protectorate according to rules set at the Conference of Great Powers;;;;;;;;;;;;;x,,, -annex_africa_full_setup;Annex $RECIPIENT$ according to rules set at the Conference of Great Powers;;;;;;;;;;;;;x,,, -annex_africa_full_short;Annex $RECIPIENT$;;;;;;;;;;;;;x,,, -restore_austrian_empire;Acquire Austrian Core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_austrian_empire_desc;Acquire an enemy §Ystate§W where Austria has §Ytraditionally ruled§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -restore_austrian_empire_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_austrian_empire_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_balkans;Free Balkans;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_balkans_desc;Liberate an §Yentire country in the Balkans§W from its oppressor;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -free_balkans_short;Liberate $THIRD$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -free_balkans_setup;Free $THIRD$ from control of $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -monroe_doctrine;Monroe Doctrine;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -monroe_doctrine_desc;Drive out a §YEuropean colonial power§W from the Americas;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -monroe_doctrine_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -monroe_doctrine_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -oriental_crisis;Oriental Crisis;Peuple libre;Freies Volk;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -oriental_crisis_desc;Liberate §YOttoman territory§W from Egyptian control;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;;x,,, -oriental_crisis_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -oriental_crisis_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_america;Acquire American Core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_america_desc;Acquire an enemy §Ystate§W with the goal of §Yrestoring the United States§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -restore_america_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_america_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -claim_holy_land;Claim the Levant;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -claim_holy_land_desc;Acquire a state in the §YLevant§W now that it has been abandoned by the §YOttoman Empire§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -claim_holy_land_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -claim_holy_land_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_british_raj;Claim the British Raj;Réduire;Größe reduzieren;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -restore_british_raj_desc;Puppet an enemy §Ynation§W that rightfully belongs within the §YBritish Raj§W;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;;x,,, -restore_british_raj_short;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;;x,,, -restore_british_raj_setup;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;;x,,, -great_game_cb;The Great Game;Réduire;Größe reduzieren;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -great_game_cb_desc;The Great Game between Russia and the British Empire demands that all §Yuncivilized nations§W in Central Asia be turned into §Ypuppets§W to prevent the other from doing the same.;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;;x,,, -great_game_cb_short;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;;x,,, -great_game_cb_setup;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;;x,,, -china_acquire_state;Chinese Reunification;Prendre État;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -china_acquire_state_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -china_acquire_state_setup;Acquire $STATE$ from $RECIPIENT$;Prendre $STATE$ de $RECIPIENT$;$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -china_acquire_state_desc;Acquire a Chinese §Ystate§W;Prendre un §YÉtat§W ennemi;Erobern Sie einen feindlichen §YStaat§W.;;;;;;;;;;;x,,, -unification_GP_humiliate;Unification Humiliate;Humilier;Erniedrigen;;Humillar;;;;;;;;;x,,, -unification_GP_humiliate_short;Humiliate $RECIPIENT$;Humilier $RECIPIENT$;$RECIPIENT$ erniedrigen;;Humillar a $RECIPIENT$;;;;;;;;;x,,, -unification_GP_humiliate_setup;Humiliate $RECIPIENT$;Humilier $RECIPIENT$;$RECIPIENT$ erniedrigen;;Humillar a $RECIPIENT$;;;;;;;;;x,,, -unification_GP_humiliate_desc;Show our military might by humiliating an enemy §Ygreater power of our culture group§W, thus increasing our §Yprestige§W while lowering theirs;Afficher notre puissance militaire en humiliant un §Ypays§W ennemi et en augmentant notre §Yprestige§W tout en réduisant le leur;Zeigen Sie unsere Militärmacht durch Erniedrigung eines feindlichen §YLandes§W, wodurch Sie unser §YPrestige§W steigern und ihres verringern.;;Demostrar nuestro poder militar humillando a un §Ypaís§W enemigo, para aumentar nuestro §Yprestigio§W y reducir el suyo;;;;;;;;;x -colonial_reconquest_cb;Colonial Reconquest;;;;;;;;;;;;;x,,, -colonial_reconquest_cb_desc;Force the §Yrebellious colony§W back into the fold;;;;;;;;;;;;;x,,, -colonial_reconquest_cb_setup;Annex $RECIPIENT$, our rebellious colony;;;;;;;;;;;;;x,, -colonial_reconquest_cb_short;Annex $RECIPIENT$;;;;;;;;;;;;;x,,, -acquire_any_state;Acquire State;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -acquire_any_state_desc;Acquire an enemy §Ystate§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -acquire_any_state_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -acquire_any_state_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -conquest_any;Conquest;;;;;;;;;;;;;x,,, -conquest_any_desc;Conquer an §Yenemy country§W;;;;;;;;;;;;;x,,, -conquest_any_setup;Annex $RECIPIENT$;;;;;;;;;;;;;x,,, -conquest_any_short;Annex $RECIPIENT$;;;;;;;;;;;;;x,,, -sahel_jihad_cb;Sahel Jihad;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sahel_jihad_cb_desc;Acquire an infidel §Ystate§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;;x,, -sahel_jihad_cb_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sahel_jihad_cb_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -acquire_all_cores;Acquire All Cores;;;;;;;;;;;;;x,,, -acquire_all_cores_short;Acquire all cores from $RECIPIENT$;;;;;;;;;;;;;x,,, -acquire_all_cores_setup;Acquire all core provinces from $RECIPIENT$;;;;;;;;;;;;;x,,, -acquire_all_cores_desc;Acquire all enemy §Ystates§W where we have §Ycore provinces§W;;;;;;;;;;;;;x,,, -AGRESSION_WAR_ALL_CORES_NAME_USA_ENG;$ORDER$British-American War;;;;;;;;;;;;x,,, -NORMAL_WAR_ALL_CORES_NAME_USA_ENG;$ORDER$British-American War;;;;;;;;;;;;x,,, -AGRESSION_WAR_ALL_CORES_NAME_ENG_USA;$ORDER$British-American War;;;;;;;;;;;;x,,, -NORMAL_WAR_ALL_CORES_NAME_ENG_USA;$ORDER$British-American War;;;;;;;;;;;;x,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +steal_puppet;Take Puppet;;;;;;;;;;;;; +steal_puppet_short;Puppet $THIRD$;;;;;;;;;;;;; +steal_puppet_desc;Take a §Ypuppet§W from a third country and make it our puppet.;;;;;;;;;;;;; +steal_puppet_setup;Take $THIRD$ from $RECIPIENT$.;;;;;;;;;;;;; +cut_down_to_size;Cut Down to Size;;;;;;;;;;;;; +place_in_the_sun;Place in the Sun;;;;;;;;;;;;; +acquire_state;Acquire State;;;;;;;;;;;;; +take_from_sphere;Take from Sphere;;;;;;;;;;;;; +permanent_colonial_claim;Reconquer Colony;;;;;;;;;;;;; +permanent_colonial_claim_short;Reconquer Colony;;;;;;;;;;;;; +permanent_colonial_claim_desc;Acquire a §Ystate§W that is a §Yrightful colony§W of ours according to the Great Powers Conference.;;;;;;;;;;;;; +permanent_colonial_claim_setup;Acquire $STATE$ from $RECIPIENT$.;;;;;;;;;;;;; +AGRESSION_WAR_NAME_REPARATIONS_PEU_CHL;$ORDER$War of the Pacific;;;;;;;;;;;;; +AGRESSION_WAR_NAME_REPARATIONS_BOL_CHL;$ORDER$War of the Pacific;;;;;;;;;;;;; +AGRESSION_WAR_NAME_REPARATIONS_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;; +NORMAL_WAR_NAME_REPARATIONS_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;; +NORMAL_WAR_NAME_REPARATIONS_FRA_MEX;$ORDER$ French Intervention in Mexico;;;;;;;;;;;;; +AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;; +NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME_CHL_PBC;$ORDER$War of the Confederation;;;;;;;;;;;;; +NORMAL_WAR_NAME_REPARATIONS;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;; +AGRESSION_WAR_NAME_REPARATIONS;$ORDER$War of $FIRST$ Aggression;;;;;;;;;;;;; +war_reparations;Reparations;;;;;;;;;;;;; +war_reparations_desc;Demand §Yreparations§W from another country.;;;;;;;;;;;;; +war_reparations_short;Demand Reparations;;;;;;;;;;;;; +war_reparations_setup;Demand §Yreparations§W from another country.;;;;;;;;;;;;; +install_democracy_make_puppet;Install a Democratic Puppet;;;;;;;;;;;;; +install_democracy_make_puppet_desc;Install a §Ydemocratic puppet government§W in the country's capital;;;;;;;;;;;;; +install_democracy_make_puppet_short;Install a democratic puppet government in $RECIPIENT$;;;;;;;;;;;;; +install_democracy_make_puppet_setup;Install a democratic puppet government in $RECIPIENT$;;;;;;;;;;;;; +install_communism_make_puppet;Install a Communist Puppet;;;;;;;;;;;;; +install_communism_make_puppet_desc;Install a §Ycommunist puppet government§W in the country's capital;;;;;;;;;;;;; +install_communism_make_puppet_short;Install a communist puppet government in $RECIPIENT$;;;;;;;;;;;;; +install_communism_make_puppet_setup;Install a communist puppet government in $RECIPIENT$;;;;;;;;;;;;; +install_fascism_make_puppet;Install a Fascist Puppet;;;;;;;;;;;;; +install_fascism_make_puppet_desc;Install a §Yfascist puppet government§W in the country's capital;;;;;;;;;;;;; +install_fascism_make_puppet_short;Install a fascist puppet government in $RECIPIENT$;;;;;;;;;;;;; +install_fascism_make_puppet_setup;Install a fascist puppet government in $RECIPIENT$;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_FRA_EGY;$ORDER$French Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_NET_EGY;$ORDER$Dutch Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_SPA_EGY;$ORDER$Spanish Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_AUS_EGY;$ORDER$Austrian Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_RUS_EGY;$ORDER$Russian Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_PRU_EGY;$ORDER$Prussian Intervention in Egypt;;;;;;;;;;;;; +NORMAL_WAR_LIBERATE_NAME_ENG_EGY;$ORDER$British Intervention in Egypt;;;;;;;;;;;;; +AGRESSION_WAR_NAME_TUR_ITA;$ORDER$Italo-Turkish War;;;;;;;;;;;;; +NORMAL_WAR_PUPPET_NAME_QNG_PGG;$ORDER$Panthay Rebellion;;;;;;;;;;;;; +NORMAL_WAR_PUPPET_NAME_QNG_UYG;$ORDER$Dungan Revolt;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME_QNG_XBI;$ORDER$Dungan Revolt;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_ANY_NAME_BHR_QAT;$ORDER$Qatari–Bahraini War;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME_BHR_QAT;$ORDER$Qatari–Bahraini War;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_ANY_NAME_RUS_CIR;$ORDER$Russo-Circassian War;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME_RUS_CIR;$ORDER$Russo-Circassian War;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_ANY_NAME_RUS_DAG;$ORDER$Murid War;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME_RUS_DAG;$ORDER$Murid War;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_ANY_NAME_ENG_PNJ;$ORDER$Anglo–Sikh War;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_ANY_NAME_ENG_PNJ;$ORDER$Anglo–Sikh War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_ARC_ENT;$ORDER$Platine War;;;;;;;;;;;;; +AGRESSION_CIVIL_WAR_NAME_ARC_ENT;$ORDER$Platine War;;;;;;;;;;;;; +NO_ALLOWED_STATES;(There are no applicable states).;;;;;;;;;;;;; +po_reduce_prestige;Prestige is reduced by §R-$VALUE$§W.;;;;;;;;;;;;; +NORMAL_PUNITIVE_EXPEDITION_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;; +AGRESSION_PUNITIVE_EXPEDITION_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;; +NORMAL_PUNITIVE_EXPEDITION_WAR_NAME_ENG_QNG;$ORDER$Opium War;;;;;;;;;;;;; +treaty_port_casus_belli;Punitive Expedition;;;;;;;;;;;;; +treaty_port_casus_belli_desc;Force a §Ycountry§W to negotiate an §Yunequal treaty§W, which includes a §Ytreaty port§W if there's one available.;;;;;;;;;;;;; +treaty_port_casus_belli_short;Negotiate an unequal treaty;;;;;;;;;;;;; +treaty_port_casus_belli_setup;Force a §Ycountry§W to negotiate an §Yunequal treaty§W, which includes a §Ytreaty port§W if there's one available;;;;;;;;;;;;; +NORMAL_WAR_CONQUEST_NAME_HAI_DOM;$ORDER$Dominican War of Independence;;;;;;;;;;;;; +AGRESSION_WAR_CONQUEST_NAME_HAI_DOM;$ORDER$Dominican War of Independence;;;;;;;;;;;;; +AGRESSION_WAR_GUNBOAT_NAME;Gunboat Diplomacy;;;;;;;;;;;;; +status_quo;Status Quo;;;;;;;;;;;;; +AGRESSION_WAR_BOXER_NAME;Boxer War;;;;;;;;;;;;; +call_allies_cb;Call Allies;;;;;;;;;;;;; +call_allies_cb_desc;Call Allies into war;;;;;;;;;;;;; +AGRESSION_WAR_ALL_CORES_NAME;$ORDER$War of $FIRST$ Liberation;;;;;;;;;;;;; +NORMAL_WAR_ALL_CORES_NAME;$ORDER$War of $FIRST$ Liberation;;;;;;;;;;;;; +AGRESSION_WAR_HUMILIATE_NAME;$ORDER$$FIRST$ War to Humiliate $SECOND$;$ORDER$ guerre pour l'honneur $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg der Ehre;;;;;;;;;;; +AGRESSION_WAR_PUPPET_NAME;$ORDER$War of $FIRST$ Control Over $SECOND_COUNTRY$;$ORDER$ guerre de $FIRST$ pour le contrôle de $SECOND_COUNTRY$;$ORDER$ Krieg um die Kontrolle von $FIRST$ über $SECOND_COUNTRY$;;;;;;;;;;; +NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME;$ORDER$$FIRST$-$SECOND$ War;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$er Krieg;Baza;Guerra $ORDER$$FIRST$-$SECOND$;Base:;Alap:;Základna:;;;;;; +AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME;$ORDER$War of $FIRST$ Aggression;$ORDER$$FIRST$ guerre d'aggression;$ORDER$$FIRST$er Angriffskrieg;Wojna $ORDER$$FIRST$-$SECOND$;$ORDER$Guerra de $FIRST$ agresión;$ORDER$ Guerra $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ hábor?$ORDER$$FIRST$-$SECOND$ válka;;;;;;; +NORMAL_WAR_DISMANTLE_NAME;$ORDER$$FIRST$ War to Dismantle the $SECOND$ Empire;Grande Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Größer Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;; +AGRESSION_WAR_DISMANTLE_NAME;$ORDER$ War of $FIRST$ Aggression;$ORDER$ Offensive Militaire $FIRST$;$ORDER$ $FIRST$ Angriffskrieg;Wojna $ORDER$$FIRST$-$SECOND$;Guerra $ORDER$$FIRST$-$SECOND$;$ORDER$ Guerra $FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ hábor?$ORDER$$FIRST$-$SECOND$ válka;;;;;;; +NORMAL_WAR_AUSTRIAN_EMPIRE_NAME;$ORDER$$FIRST$-$SECOND$ War of Imperial Restoration;;;;;;;;;;;;; +AGRESSION_WAR_AUSTRIAN_EMPIRE_NAME;$ORDER$$FIRST$-$SECOND$ War of Imperial Restoration;;;;;;;;;;;;; +NORMAL_WAR_FREE_BALKANS_NAME;$ORDER$$FIRST$-$SECOND$ War of the Balkans;;;;;;;;;;;;; +AGRESSION_WAR_FREE_BALKANS_NAME;$ORDER$$FIRST$-$SECOND$ War of the Balkans;;;;;;;;;;;;; +NORMAL_WAR_MONROE_DOCTRINE_NAME;$ORDER$$FIRST$-$SECOND$ War of Anti-Imperialism;;;;;;;;;;;;; +AGRESSION_WAR_MONROE_DOCTRINE_NAME;$ORDER$$FIRST$-$SECOND$ War of Anti-Imperialism;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_AMERICA_NAME;$ORDER$$FIRST$-$SECOND$ War of American Restoration;;;;;;;;;;;;; +AGRESSION_WAR_RESTORE_AMERICA_NAME;$ORDER$$FIRST$-$SECOND$ War of American Restoration;;;;;;;;;;;;; +NORMAL_WAR_HOLY_LAND_NAME;$ORDER$$FIRST$-$SECOND$ Levantine War;;;;;;;;;;;;; +AGRESSION_WAR_HOLY_LAND_NAME;$ORDER$$FIRST$-$SECOND$ Levantine War;;;;;;;;;;;;; +NORMAL_WAR_BRITISH_RAJ_NAME;$ORDER$$SECOND$ War of the British Raj;;;;;;;;;;;;; +AGRESSION_WAR_BRITISH_RAJ_NAME;$ORDER$$SECOND$ War of the British Raj;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_USA_FSA;$ORDER$American Civil War;$ORDER$ guerre de rébellion;$ORDER$Rebellionskrieg;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_USA_CSA_USA;$ORDER$American Civil War;$ORDER$ guerre de rébellion;$ORDER$Rebellionskrieg;;;;;;;;;;; +NORMAL_WAR_CHINA_REUNIFICATION;$ORDER$ War of Chinese Reunification;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;; +AGRESSION_WAR_CHINA_REUNIFICATION;$ORDER$ War of Chinese Reunification;Guerre $ORDER$$FIRST$-$SECOND$;$ORDER$$FIRST$-$SECOND$ Krieg;Baza;Base:;Base:;Alap:;Základna:;;;;;; +NORMAL_WAR_SAHEL_JIHAD_NAME;$ORDER$$FIRST$ Jihad;;;;;;;;;;;;; +AGRESSION_WAR_SAHEL_JIHAD_NAME;$ORDER$$FIRST$ Jihad;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_ARG_ENT;$ORDER$ Platine War;;;;;;;;;;;;; +AGRESSION_WAR_RESTORE_ORDER_NAME_ARG_ENT;$ORDER$ Platine War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_SAT;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_CHO;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_TOS;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_KAG;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_SEN;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_TKG_YZW;$ORDER$Boshin War;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_ENG_TRN;$ORDER$Boer War;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_ENG_ORA;$ORDER$Boer War;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_ENG_NAL;$ORDER$Boer War;;;;;;;;;;;;; +NORMAL_WAR_PUPPET_NAME_TUR_EGY;$ORDER$Oriental Crisis;;;;;;;;;;;;; +NORMAL_WAR_TAKE_NAME_ENG_QNG;$ORDER$Opium War;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_SHW_GON;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_SHW_GON;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_SHW_TIG;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_SHW_TIG;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_GON_SHW;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_GON_SHW;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_GON_TIG;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_GON_TIG;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_TIG_SHW;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_TIG_SHW;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_TIG_GON;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_WAR_RESTORE_ORDER_NAME_TIG_GON;Zemene Mesafint;;;;;;;;;;;;; +NORMAL_CUT_DOWN_TO_SIZE_WAR_NAME_RUS_TUR;$ORDER$Crimean War;;;;;;;;;;;;; +AGRESSION_CUT_DOWN_TO_SIZE_WAR_NAME_RUS_TUR;$ORDER$Crimean War;;;;;;;;;;;;; +NORMAL_WAR_FREE_ALLIED_CORE_NAME;$ORDER$$FIRST$ War of $COUNTRY_ADJ$ Restoration;;;;;;;;;;;;; +AGRESSION_WAR_FREE_ALLIED_CORE_NAME;$ORDER$$FIRST$ War of $COUNTRY_ADJ$ Restoration;;;;;;;;;;;;; +NORMAL_WAR_COLONIAL_RECONQUEST_NAME;$ORDER$$FIRST$ War of Colonial Reconquest;;;;;;;;;;;;; +AGRESSION_WAR_COLONIAL_RECONQUEST_NAME;$ORDER$$FIRST$ War of Colonial Reconquest;;;;;;;;;;;;; +NORMAL_WAR_PUPPET_NAME_TUR_ROM;$ORDER$Romanian War of Independence;;;;;;;;;;;;; +AGRESSION_WAR_PUPPET_NAME_TUR_ROM;$ORDER$Romanian War of Independence;;;;;;;;;;;;; +NORMAL_WAR_PUPPET_NAME_ENG_IRE;$ORDER$Irish War of Independence;;;;;;;;;;;;; +AGRESSION_WAR_PUPPET_NAME_ENG_IRE;$ORDER$Irish War of Independence;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_NEJ_HAL;$ORDER$War of Arabian Domination;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_HAL_NEJ;$ORDER$War of Arabian Domination;;;;;;;;;;;;; +NORMAL_WAR_NAME_ENG_USA;$ORDER$$FIRST$-$SECOND$ War;;;;;;;;;;;;; +NORMAL_WAR_TAKE_NAME_ENG_USA;$ORDER$$FIRST$ Conquest of $STATE$;;;;;;;;;;;;; +NORMAL_WAR_TAKE_CORE_NAME_ENG_USA;$ORDER$$FIRST$ Liberation of $STATE$;;;;;;;;;;;;; +AGRESSION_WAR_ALL_CORES_NAME_USA_MEX;$ORDER$Mexican-American War;;;;;;;;;;;;; +NORMAL_WAR_ALL_CORES_NAME_USA_MEX;$ORDER$Mexican-American War;;;;;;;;;;;;; +AGRESSION_CIVIL_WAR_NAME_QNG_TPG;$ORDER$Taiping Rebellion;;;;;;;;;;;;; +NORMAL_CIVIL_WAR_NAME_QNG_TPG;$ORDER$Taiping Rebellion;;;;;;;;;;;;; +punitive_effects;National Humiliation;Humiliation Nationale;Nationale Erniedrigung;;;;;;;;;;; +punitive_effects_desc;Our humiliation at the hands of the victors, and the punitive effects of reparations have taken its toll on our people. We will be all but unable to wage war unless someone declares war on us first.;;;;;;;;;;;;; +no_more_war;No More War;Nous ne Voulons pas la Guerre;Wir Wünschen Nicht Krieg;;;;;;;;;;; +no_more_war_desc;Our people are tired of war. It will be difficult to get their enthusiasm for another anytime soon, so in the meantime our ability to wage war will be very limited. §YNOTE: This means you have very few CB's that you can begin a war with while this modifier lasts!§W;;;;;;;;;;;;; +end_the_war;End the War;La Guerre Doit Finir;Der Krieg Muss Beenden;;;;;;;;;;; +end_the_war_desc;Our enemy is defeated. The people call out for us to end the war, even if we don't get everything we intended.;;;;;;;;;;;;; +dismantle_cb;Dismantle Nation;Grande Guerre;Gesamtkrieg;;;;;;;;;;; +dismantle_cb_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;; +dismantle_cb_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +dismantle_cb_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +dismantle_cb_add;Dismantle Nation;Grande Guerre;Größer Krieg;;;;;;;;;;; +dismantle_cb_add_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;; +dismantle_cb_add_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +dismantle_cb_add_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +dismantle_cb_add_new;Dismantle Nation;Grande Guerre;Größer Krieg;;;;;;;;;;; +dismantle_cb_add_new_desc;Force an enemy §Ygreat power§W to dismantle their empire and pay reparations;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;; +dismantle_cb_add_new_short;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +dismantle_cb_add_new_setup;Force $RECIPIENT$ to dismantle their empire;Réduire $RECIPIENT$;Reduzieren Sie die Größe von $RECIPIENT$;;;;;;;;;;; +great_war_install_democracy;Install Democracy;Installez la démocratie;Verursachen Sie Demokratie;;;;;;;;;;; +great_war_install_democracy_desc;Install a §Yfriendly democracy§W in the country's capital;Install a §Yfriendly democracy§W in the target country's capital;Install a §Yfriendly democracy§W in the target country's capital;;;;;;;;;;; +great_war_install_democracy_short;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;; +great_war_install_democracy_setup;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;; +great_war_install_fascism;Install Fascism;Installez le fascisme;Bringen Sie Faschismus an;;;;;;;;;;; +great_war_install_fascism_desc;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;;;;;;;;;;; +great_war_install_fascism_short;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;; +great_war_install_fascism_setup;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;; +great_war_install_communism;Install Communism;Installez le communisme;Bringen Sie Kommunismus an;;;;;;;;;;; +great_war_install_communism_desc;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;;;;;;;;;;; +great_war_install_communism_short;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;; +great_war_install_communism_setup;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;; +install_democracy;Install Democracy;Installez la démocratie;Verursachen Sie Demokratie;;;;;;;;;;; +install_democracy_desc;Install a §Yfriendly democracy§W in the country's capital;Install a §Yfriendly democracy§W in the target country's capital;Install a §Yfriendly democracy§W in the target country's capital;;;;;;;;;;; +install_democracy_short;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;; +install_democracy_setup;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;Install a friendly democracy in $RECIPIENT$;;;;;;;;;;; +install_fascism;Install Fascism;Installez le fascisme;Bringen Sie Faschismus an;;;;;;;;;;; +install_fascism_desc;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;Install a §Yfriendly fascist government§W in the country's capital;;;;;;;;;;; +install_fascism_short;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;; +install_fascism_setup;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;Install a fascist government in $RECIPIENT$;;;;;;;;;;; +install_communism;Install Communism;Installez le communisme;Bringen Sie Kommunismus an;;;;;;;;;;; +install_communism_desc;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;Install a §Yfriendly communist government§W in the country's capital;;;;;;;;;;; +install_communism_short;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;; +install_communism_setup;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;Install a communist government in $RECIPIENT$;;;;;;;;;;; +great_war_liberate;Liberate;Peuple libre;Freies Volk;;;;;;;;;;; +great_war_liberate_desc;Liberate a §Ycountry§W from its oppressors;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +great_war_liberate_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +great_war_liberate_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +great_war_acquire_core;Acquire core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +great_war_acquire_core_desc;Acquire an enemy §Ystate§W where we have §Ycore provinces§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +great_war_acquire_core_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +great_war_acquire_core_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +great_war_place_in_the_sun;Place in the sun;Une place au soleil;Ein Platz an der Sonne;;;;;;;;;;; +great_war_place_in_the_sun_desc;Acquire an enemy §Ycolonial state§W;Prendre un §YÉtat colonial§W ennemi;Erobern Sie einen feindlichen §YKolonialstaat§W.;;;;;;;;;;; +great_war_place_in_the_sun_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +great_war_place_in_the_sun_setup;Acquire colony $STATE$ from $RECIPIENT$;Prendre colonie $STATE$ de $RECIPIENT$;Kolonie $STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +great_war_release_puppet;Release Puppet;Libérer un État fantoche;Marionettenstaat entlassen;;;;;;;;;;; +great_war_release_puppet_short;$THIRD$ is released;$THIRD$ est libér?$THIRD$ wurde entlassen;;;;;;;;;;;; +great_war_release_puppet_setup;Release $THIRD$ from $RECIPIENT$;Libérer $THIRD$ de $RECIPIENT$;Entlassen Sie $THIRD$ aus $RECIPIENT$;;;;;;;;;;; +great_war_release_puppet_desc;Release a §Ycountry§W from its sovereign nation;Libérer un §Ypays§W de sa nation souveraine;Entlassen Sie ein §YLand§W von seinem Herrenland.;;;;;;;;;;; +great_war_take_from_sphere;Take from sphere of influence;Prendre ?la sphère d'influence;Aus Einflusssphäre entfernen;;;;;;;;;;; +great_war_take_from_sphere_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;; +great_war_take_from_sphere_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;; +great_war_take_from_sphere_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;; +add_to_sphere_AI;Add to Sphere;ajouter ?la sphère;In Einflusssphäre aufnehmen;;;;;;;;;;; +add_to_sphere_AI_desc;Add country to our §YSphere of Influence§W;Ajouter un pays ?notre §Ysphère d'influence§W;Fügen Sie das Land Ihrer §YEinflusssphäre§W hinzu.;;;;;;;;;;; +add_to_sphere_AI_short;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;; +add_to_sphere_AI_setup;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;; +unification_add_to_sphere;Unification Add to Sphere;ajouter ?la sphère;In Einflusssphäre aufnehmen;;;;;;;;;;; +unification_add_to_sphere_desc;Add country §Yof our culture group§W to our §YSphere of Influence§W;Ajouter un pays ?notre §Ysphère d'influence§W;Fügen Sie das Land Ihrer §YEinflusssphäre§W hinzu.;;;;;;;;;;; +unification_add_to_sphere_short;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;; +unification_add_to_sphere_setup;Add $RECIPIENT$ to Sphere of Influence;ajouter $RECIPIENT$ ?la sphère d'influence;$RECIPIENT$ in Einflusssphäre aufnehmen;;;;;;;;;;; +take_from_sphere_AI;Take from sphere of influence;Prendre ?la sphère d'influence;Aus Einflusssphäre entfernen;;;;;;;;;;; +take_from_sphere_AI_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;; +take_from_sphere_AI_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;; +take_from_sphere_AI_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;; +free_peoples_AI;Free People;Peuple libre;Freies Volk;;;;;;;;;;; +free_peoples_AI_desc;Liberate a §Ycountry's§W §Rsingle state§W from its oppressors.;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +free_peoples_AI_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +free_peoples_AI_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +free_peoples;Free People;Peuple libre;Freies Volk;;;;;;;;;;; +free_peoples_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +free_peoples_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +free_allied_cores;Free Allied Cores;Peuple libre;Freies Volk;;;;;;;;;;; +free_allied_cores_desc;Liberate cores belonging to an §Yallied country§W in your sphere;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +free_allied_cores_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +free_allied_cores_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +release_puppet_AI;Release Puppet;Libérer un État fantoche;Marionettenstaat entlassen;;;;;;;;;;; +release_puppet_AI_short;$THIRD$ is released;$THIRD$ est libér?$THIRD$ wurde entlassen;;;;;;;;;;;; +release_puppet_AI_setup;Release $THIRD$ from $RECIPIENT$;Libérer $THIRD$ de $RECIPIENT$;Entlassen Sie $THIRD$ aus $RECIPIENT$;;;;;;;;;;; +release_puppet_AI_desc;Release a §Ycountry§W from its sovereign nation;Libérer un §Ypays§W de sa nation souveraine;Entlassen Sie ein §YLand§W von seinem Herrenland.;;;;;;;;;;; +demand_concession_NI_casus_belli;Demand Concession;Demande de concession;Konzession verlangen;;;;;;;;;;; +demand_concession_NI_casus_belli_desc;Force an §Yuncivilized country§W to secede territory to form a colonial concession.;Obligez un §Ypays non civilisé§W ?faire sécession d'un territoire pour former une concession coloniale.;Zwingen Sie ein §Yunzivilisiertes Land§W, Gebiete zur Gründung einer Kolonialkonzession abzuspalten.;;;;;;;;;;; +demand_concession_NI_casus_belli_setup;Demand that $RECIPIENT$ secede territory to form a colonial concession.;Demandez ?ce que $RECIPIENT$ fasse sécession d'un territoire pour former une concession coloniale.;Verlangen Sie, dass $RECIPIENT$ Gebiete zur Gründung einer Kolonialkonzession abspaltet.;;;;;;;;;;; +demand_concession_NI_casus_belli_short;Demand $STATE$;Demander $STATE$;Fordern Sie $STATE$;;;;;;;;;;; +demand_concession_BC_casus_belli;Demand Concession;Demande de concession;Konzession verlangen;;;;;;;;;;; +demand_concession_BC_casus_belli_desc;Force an §Yuncivilized country§W to secede territory to form a colonial concession.;Obligez un §Ypays non civilisé§W ?faire sécession d'un territoire pour former une concession coloniale.;Zwingen Sie ein §Yunzivilisiertes Land§W, Gebiete zur Gründung einer Kolonialkonzession abzuspalten.;;;;;;;;;;; +demand_concession_BC_casus_belli_setup;Demand that $RECIPIENT$ secede territory to form a colonial concession.;Demandez ?ce que $RECIPIENT$ fasse sécession d'un territoire pour former une concession coloniale.;Verlangen Sie, dass $RECIPIENT$ Gebiete zur Gründung einer Kolonialkonzession abspaltet.;;;;;;;;;;; +demand_concession_BC_casus_belli_short;Demand $STATE$;Demander $STATE$;Fordern Sie $STATE$;;;;;;;;;;; +establish_protectorate_NI_casus_belli;Establish Protectorate;Établir un protectorat;Protektorat gründen;;;;;;;;;;; +establish_protectorate_NI_casus_belli_desc;Annex an §Yuncivilized country§W by forcing them to become a protectorate of ours.;Annexez un §Ypays non civilisé§W en l'obligeant ?devenir l'un de nos protectorats.;Annektieren Sie ein §Yunzivilisiertes Land§W, indem Sie es zwingen, eines Ihrer Protektorate zu werden.;;;;;;;;;;; +establish_protectorate_NI_casus_belli_setup;Annex $RECIPIENT$ by establishing a protectorate over them.;Annexez $RECIPIENT$ en établissant un protectorat.;Annektieren Sie $RECIPIENT$ durch die Gründung eines Protektorats.;;;;;;;;;;; +establish_protectorate_NI_casus_belli_short;Annex $RECIPIENT$;Annexer $RECIPIENT$;Annektieren Sie $RECIPIENT$;;;;;;;;;;; +establish_protectorate_BC_casus_belli;Establish Protectorate;Établir un protectorat;Protektorat gründen;;;;;;;;;;; +establish_protectorate_BC_casus_belli_desc;Annex an §Yuncivilized country§W by forcing them to become a protectorate of ours.;Annexez un §Ypays non civilisé§W en l'obligeant ?devenir l'un de nos protectorats.;Annektieren Sie ein §Yunzivilisiertes Land§W, indem Sie es zwingen, eines Ihrer Protektorate zu werden.;;;;;;;;;;; +establish_protectorate_BC_casus_belli_setup;Annex $RECIPIENT$ by establishing a protectorate over them.;Annexez $RECIPIENT$ en établissant un protectorat.;Annektieren Sie $RECIPIENT$ durch die Gründung eines Protektorats.;;;;;;;;;;; +establish_protectorate_BC_casus_belli_short;Annex $RECIPIENT$;Annexer $RECIPIENT$;Annektieren Sie $RECIPIENT$;;;;;;;;;;; +unification_humiliate;Assert Hegemony;Imposer l'hégémonie;Vorherrschaft durchsetzen;;;;;;;;;;; +unification_humiliate_desc;Remove a country from someone's §YSphere of Influence§W and add it to our own;Supprimer un pays de la §Ysphère d'influence§W de quelqu'un et l'ajouter ?la nôtre;Entfernen Sie ein Land aus einer anderen §YEinflusssphäre§W und fügen Sie es Ihrer eigenen hinzu.;;;;;;;;;;; +unification_humiliate_setup;Take $THIRD$ from $RECIPIENT$'s sphere of influence;Prendre $THIRD$ ?la sphère d'influence de $RECIPIENT$;$THIRD$ aus Einflusssphäre von $RECIPIENT$ entfernen;;;;;;;;;;; +unification_humiliate_short;Take $THIRD$ from sphere of influence;Prendre $THIRD$ ?la sphère d'influence;$THIRD$ aus Einflusssphäre entfernen;;;;;;;;;;; +claim_colonial_region;Effective Occupation - Demand State;;;;;;;;;;;;; +claim_colonial_region_desc;Force an §Yuncivilized country§W to secede territory that we have claims on according to Article 35 of the West Africa Conference, which delineates the doctrine of effective occupation.;;;;;;;;;;;;; +claim_colonial_region_setup;Demand that $RECIPIENT$ secede territory that we have claims on according to Article 35 of the West Africa Conference, which delineates the doctrine of effective occupation.;;;;;;;;;;;;; +claim_colonial_region_short;Demand $STATE$;;;;;;;;;;;;; +claim_colonial_region_full;Effective Occupation - Annex;;;;;;;;;;;;; +claim_colonial_region_full_desc;Force an §Yuncivilized country§W to become a protectorate according to Article 33 of the West Africa Conference, which delineates the doctrine of spheres of influence.;;;;;;;;;;;;; +claim_colonial_region_full_setup;Force $RECIPIENT$ to become a protectorate according to Article 33 of the West Africa Conference, which delineates the doctrine of spheres of influence.;;;;;;;;;;;;; +claim_colonial_region_full_short;Annex $RECIPIENT$;;;;;;;;;;;;; +colonial_conquest;Imperialism - Demand State;;;;;;;;;;;;; +colonial_conquest_desc;Acquire a §Ystate§W from an §Yuncivilized country§W where we have §Ycolonial claims§W. This will give §R0.5 to 2§W infamy and we will have to §Ywait 1 to 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;; +colonial_conquest_setup;Acquire $STATE$ from $RECIPIENT$. This will give §R0.5 to 2§W infamy and we will have to §Ywait 1 to 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;; +colonial_conquest_short;Acquire $STATE$;;;;;;;;;;;;; +colonial_conquest_full;Imperialism - Annex;;;;;;;;;;;;; +colonial_conquest_full_desc;Force an §Yuncivilized country§W that we have §Ycolonial claims§W on to become a protectorate. This will give §R0.5 to 2§W infamy and we will have to §Ywait 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;; +colonial_conquest_full_setup;Force $RECIPIENT$ to become a protectorate. This will give §R0.5 to 2§W infamy and we will have to §Ywait 5 years§W before we are able to use Imperialism Casus Bellis again.;;;;;;;;;;;;; +colonial_conquest_full_short;Annex $RECIPIENT$;;;;;;;;;;;;; +annex_africa;Scramble for Africa - Demand State;;;;;;;;;;;;; +annex_africa_desc;Force an §Yuncivilized country§W to secede territory according to rules set at the Conference of Great Powers;;;;;;;;;;;;; +annex_africa_setup;Demand that $RECIPIENT$ secede territory according to rules set at the Conference of Great Powers;;;;;;;;;;;;; +annex_africa_short;Demand $STATE$;;;;;;;;;;;;; +annex_africa_full;Scramble for Africa - Annex;;;;;;;;;;;;; +annex_africa_full_desc;Force an §Yuncivilized country§W to become a protectorate according to rules set at the Conference of Great Powers;;;;;;;;;;;;; +annex_africa_full_setup;Annex $RECIPIENT$ according to rules set at the Conference of Great Powers;;;;;;;;;;;;; +annex_africa_full_short;Annex $RECIPIENT$;;;;;;;;;;;;; +restore_austrian_empire;Acquire Austrian Core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +restore_austrian_empire_desc;Acquire an enemy §Ystate§W where Austria has §Ytraditionally ruled§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +restore_austrian_empire_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +restore_austrian_empire_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +free_balkans;Free Balkans;Peuple libre;Freies Volk;;;;;;;;;;; +free_balkans_desc;Liberate an §Yentire country in the Balkans§W from its oppressor;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +free_balkans_short;Liberate $THIRD$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +free_balkans_setup;Free $THIRD$ from control of $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +monroe_doctrine;Monroe Doctrine;Peuple libre;Freies Volk;;;;;;;;;;; +monroe_doctrine_desc;Drive out a §YEuropean colonial power§W from the Americas;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +monroe_doctrine_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +monroe_doctrine_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +oriental_crisis;Oriental Crisis;Peuple libre;Freies Volk;;;;;;;;;;; +oriental_crisis_desc;Liberate §YOttoman territory§W from Egyptian control;Libérer un §Ypays§W de ses oppresseurs;Befreien Sie ein §YLand§W von seinen Unterdrückern.;;;;;;;;;;; +oriental_crisis_short;$THIRD$ acquires $STATE$;$THIRD$ prend $STATE$;$THIRD$ erwirbt $STATE$;;;;;;;;;;; +oriental_crisis_setup;Hand $STATE$ back to $THIRD$ from $RECIPIENT$;Prendre $STATE$ ?$RECIPIENT$ pour le rendre ?$THIRD$;Geben Sie $STATE$ an $THIRD$ von $RECIPIENT$ zurück;;;;;;;;;;; +restore_america;Acquire American Core;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +restore_america_desc;Acquire an enemy §Ystate§W with the goal of §Yrestoring the United States§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +restore_america_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +restore_america_setup;Acquire core $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +claim_holy_land;Claim the Levant;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +claim_holy_land_desc;Acquire a state in the §YLevant§W now that it has been abandoned by the §YOttoman Empire§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +claim_holy_land_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +claim_holy_land_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +restore_british_raj;Claim the British Raj;Réduire;Größe reduzieren;;;;;;;;;;; +restore_british_raj_desc;Puppet an enemy §Ynation§W that rightfully belongs within the §YBritish Raj§W;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;; +restore_british_raj_short;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;; +restore_british_raj_setup;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;; +great_game_cb;The Great Game;Réduire;Größe reduzieren;;;;;;;;;;; +great_game_cb_desc;The Great Game between Russia and the British Empire demands that all §Yuncivilized nations§W in Central Asia be turned into §Ypuppets§W to prevent the other from doing the same.;Obliger un autre §Ypays§W ?se désarmer et ?nous verser des compensations;Zwischen Sie ein anderes §YLand§W zur Abrüstung und zu Reparationszahlungen an uns.;;;;;;;;;;; +great_game_cb_short;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;; +great_game_cb_setup;$RECIPIENT$ becomes a puppet of $ACTOR$;$RECIPIENT$ devient satellite de $ACTOR$;$RECIPIENT$ wird eine Marionette von $ACTOR$;;;;;;;;;;; +china_acquire_state;Chinese Reunification;Prendre État;$STATE$ erwerben;;;;;;;;;;; +china_acquire_state_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +china_acquire_state_setup;Acquire $STATE$ from $RECIPIENT$;Prendre $STATE$ de $RECIPIENT$;$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +china_acquire_state_desc;Acquire a Chinese §Ystate§W;Prendre un §YÉtat§W ennemi;Erobern Sie einen feindlichen §YStaat§W.;;;;;;;;;;; +unification_GP_humiliate;Unification Humiliate;Humilier;Erniedrigen;;Humillar;;;;;;;;; +unification_GP_humiliate_short;Humiliate $RECIPIENT$;Humilier $RECIPIENT$;$RECIPIENT$ erniedrigen;;Humillar a $RECIPIENT$;;;;;;;;; +unification_GP_humiliate_setup;Humiliate $RECIPIENT$;Humilier $RECIPIENT$;$RECIPIENT$ erniedrigen;;Humillar a $RECIPIENT$;;;;;;;;; +unification_GP_humiliate_desc;Show our military might by humiliating an enemy §Ygreater power of our culture group§W, thus increasing our §Yprestige§W while lowering theirs;Afficher notre puissance militaire en humiliant un §Ypays§W ennemi et en augmentant notre §Yprestige§W tout en réduisant le leur;Zeigen Sie unsere Militärmacht durch Erniedrigung eines feindlichen §YLandes§W, wodurch Sie unser §YPrestige§W steigern und ihres verringern.;;Demostrar nuestro poder militar humillando a un §Ypaís§W enemigo, para aumentar nuestro §Yprestigio§W y reducir el suyo;;;;;;;;; +colonial_reconquest_cb;Colonial Reconquest;;;;;;;;;;;;; +colonial_reconquest_cb_desc;Force the §Yrebellious colony§W back into the fold;;;;;;;;;;;;; +colonial_reconquest_cb_setup;Annex $RECIPIENT$, our rebellious colony;;;;;;;;;;;;; +colonial_reconquest_cb_short;Annex $RECIPIENT$;;;;;;;;;;;;; +acquire_any_state;Acquire State;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +acquire_any_state_desc;Acquire an enemy §Ystate§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +acquire_any_state_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +acquire_any_state_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +conquest_any;Conquest;;;;;;;;;;;;; +conquest_any_desc;Conquer an §Yenemy country§W;;;;;;;;;;;;; +conquest_any_setup;Annex $RECIPIENT$;;;;;;;;;;;;; +conquest_any_short;Annex $RECIPIENT$;;;;;;;;;;;;; +sahel_jihad_cb;Sahel Jihad;Prendre territoire cl?Kernprovinz erwerben;;;;;;;;;;;; +sahel_jihad_cb_desc;Acquire an infidel §Ystate§W;Prendre un §YÉtat§W ennemi o?nous avons des §Yprovinces principales§W;Erobern Sie einen feindlichen §YStaat§W, in dem wir §YKernprovinzen§W haben.;;;;;;;;;;; +sahel_jihad_cb_short;Acquire $STATE$;Prendre $STATE$;$STATE$ erwerben;;;;;;;;;;; +sahel_jihad_cb_setup;Acquire $STATE$ from $RECIPIENT$;Prendre État cl?$STATE$ de $RECIPIENT$;Kern-$STATE$ von $RECIPIENT$ erwerben;;;;;;;;;;; +acquire_all_cores;Acquire All Cores;;;;;;;;;;;;; +acquire_all_cores_short;Acquire all cores from $RECIPIENT$;;;;;;;;;;;;; +acquire_all_cores_setup;Acquire all core provinces from $RECIPIENT$;;;;;;;;;;;;; +acquire_all_cores_desc;Acquire all enemy §Ystates§W where we have §Ycore provinces§W;;;;;;;;;;;;; +AGRESSION_WAR_ALL_CORES_NAME_USA_ENG;$ORDER$British-American War;;;;;;;;;;;;; +NORMAL_WAR_ALL_CORES_NAME_USA_ENG;$ORDER$British-American War;;;;;;;;;;;;; +AGRESSION_WAR_ALL_CORES_NAME_ENG_USA;$ORDER$British-American War;;;;;;;;;;;;; +NORMAL_WAR_ALL_CORES_NAME_ENG_USA;$ORDER$British-American War;;;;;;;;;;;;; diff --git a/HPM/localisation/00_msc_localization.csv b/HPM/localisation/00_msc_localization.csv index 6e70e7cd..5d2dfecd 100644 --- a/HPM/localisation/00_msc_localization.csv +++ b/HPM/localisation/00_msc_localization.csv @@ -1,66 +1,66 @@ -;;;;;;;;;;;;;;;;;x -organize_central_asia_title;Hegemony in Central Asia;;;;;;;;;;;;;;;;;;;;;;;;;x -organize_central_asia_desc;Our domination over the steppes is now uncontested: it is time we organize the area to better serve our needs.;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_red_water_title;Conquest of the coast;;;;;;;;;;;;;;;;;;;;;;;;;x -conquest_of_red_water_desc;Our control over the Turkmenia region is now complete enough that we can make our move towards the Caspian Sea by conquering the area known as Kyzyl-Su, the Red Water, before anyone else cut us there.;;;;;;;;;;;;;;;;;;;;;;;;;x -claim_artois_title;Claim Artois;;;;;;;;;;;;;;;;;;;;;;;;;x -claim_artois_desc;The comte d'Artois has traditionally been part of the Low Countries. Only during the era of foreign rule by Habsburg scum was it snatched by the King of France. As such, it is our duty to reclaim those lands back into our glorious realm, put their people to work and profit from their land!;;;;;;;;;;;;;;;;;;;;;;;;;x -rename_artois_NET_title;Artois is ours!;;;;;;;;;;;;;;;;;;;;;;;;;x -rename_artois_NET_desc;The region of Artois is finally back in $COUNTRY_ADJ$ hands! The area has been part of our rightful historical realm and this should reflect on the world's maps.;;;;;;;;;;;;;;;;;;;;;;;;;x -rename_artois_FRA_title;Artois is ours!;;;;;;;;;;;;;;;;;;;;;;;;;x -rename_artois_FRA_desc;The region of Artois is finally back in $COUNTRY_ADJ$ hands! The area has been part of our rightful historical realm and this should reflect on the world's maps.;;;;;;;;;;;;;;;;;;;;;;;;;x -build_neuschwanstein_title;The Neuschwanstein Castle;;;;;;;;;;;;;;;;;;;;;;;;;x -build_neuschwanstein_desc;The Neuschwanstein Castle is a nineteenth-century Romanesque Revival palace on a rugged hill above the village of Hohenschwangau. The palace was commissioned paid out of his personal fortune by Ludwig II of Bavaria, "The Swan King", as a retreat and as a homage to Richard Wagner. The palace was intended as a personal refuge for the reclusive sovereign: it is said that from his bedroom in Hohenschwangau, Ludwig trained a telescope on a ridge to keep an eye on Neuschwanstein as it was being constructed.;;;;;;;;;;;;;;;;;;;;;;;;;x -EVTNAME110082;Smuggle Tea to $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110082;After a failed attempt to cultivate tea in $COUNTRY$ in 1882 with seeds from India, Prince Mohammad Mirza known as "Kashef Al Saltaneh" who was born in Lahijan, imported Indian tea and started its cultivation in Lahijan. Kashef, who was the first mayor of Tehran and an Iranian ambassador to India under British rule, knew that the British would not allow him to learn about the secrets of tea production, as it was it is their biggest business in India. So being fluent in French, the prince pretended to be a French laborer and started to work in the tea plantations and factories to learn how to produce tea. Ultimately his plan was to take back some samples of this tea to $COUNTRY$ to cultivate. He was successful in this endeavor only because of his diplomatic immunity which stopped the British from searching his secretly stashed sample. At the time, Kashef brought 3000 saplings into his country from the Northern part of India, Kangra and he started the cultivation in the region Gilan, south of the Caspian Sea. The climate there was well suited for tea cultivation, and the tea industry quickly expanded in Gilan and Mazanderan region.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110082OPTA;A wonderful initiative!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110082OPTB;No thanks.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110083;A Trip To Europe;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110083;Numerous suzerains of so-called "uncivilized" nations have made the decision to travel to Europe in order to support westernization policies. From Nasser al-Din Shah Qajar of Persia to Chulalongkorn of Siam and the many princes of India, the experience proved successful in enlightening rulers throughout the world. While this could help our country enter modernity, it will surely anger our more traditional elites...;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110083OPTA;We could learn a lot.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110083OPTB;A king's place is in his country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110084;The Treaty of Erzurum of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110084;Tensions have risen again between the Ottoman Empire and Qajar Persia after order has been restored in the Kurdish areas. Border conflicts are now a common occurrence, driving up jingoist sentiment in both courts. Wishing to protect their interests in the region, the United Kingdom and Russia have intervened to find a diplomatic solution to the issues that plagued the area. The proposed treaty includes nine articles treating various issues, from territorial compromises to the status of pilgrims, forever establishing the western concepts of nation and borders in the region.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110084OPTA;This seems fair.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110084OPTB;We will resolve the issue our own way!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110085;A Rise To Power;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110085;Amir Kabir has gained more and more power in our country. He now cumulates the positions of Chief Minister and Chief of the Army: this situation could be dangerous especially while the Shah remains young. His popularity is still low, both in court and abroad many despise him. Some whisper in our ear that it could be our only opportunity to stop him before it's too late...;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110085OPTA;The Shah demands his head.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110085OPTB;His life is safe: exile him.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110085OPTC;He is our friend and advisor.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110086;Amir Kabir assassinated!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110086;In $YEAR$ Amir Kabir Mirza Taghi Khan Farahani was murdered while traveling to Kashan, an obviously political move. Some are pointing fingers at the disgruntled nobles, including the Queen Mother. Others are blaming foreign powers. With him, many believe, died the prospect of an independent Iran led by meritocracy rather than nepotism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110086OPTA;We mourn his loss.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110086OPTB;We shall find whoever is guilty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110087;The Swan King;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110087;Crown Prince Ludwig had just turned 18 when his father died after a three-day illness, and he ascended the Bavarian throne. Although he was not prepared for high office, his youth and brooding good looks made him popular in Bavaria and elsewhere. Rather than live with the frustrations of a modern constitution and a feisty parliament reining him in, he spent his years lost in Romantic literature and operas, most notably by summoning Wagner at his court or by funding the construction of the Neuschwanstein Castle.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110087OPTA;Long may he reign!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110088;Landel de Moura;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110088;Father Roberto Landel de Moura was ordained to the priesthood in 1886 in Rome, where he also studied the physical sciences. A famous local inventor, he got recognized by his broadcast of a human voice over 8km around Sao Paulo - a technological feet of note! He then secured multiple patents, both Brazilian and American, for Wireless Telephone and Wireless Telegraph. His subsequent requests to the Brazilian government for assistance in developing his invention were denied, and his efforts then languished.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110088OPTA;Support his effort!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110088OPTB;Give him an official acknowledgment.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110088OPTC;Interesting I'm sure...;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110089;The $CAPITAL$ Convention on the South Tirol Dispute;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110089;$FROMCOUNTRY_ADJ$ diplomats arrived today in $CAPITAL$ for the biggest breakthrough in $COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ relationship in decades: a convention on the future of South Tirol, a territory both governments claim. We have to set a position and negotiate aggressively lest talks break and raise the spectre of total war with $FROMCOUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110089OPTA;There can be no compromise. South Tirol is $COUNTRY_ADJ$!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110089OPTB;Propose that we split the state, and that the minorities have their rights respected.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110089OPTC;A population and province exchange is needed to settle this once and for all.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110090;$FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ Talks Break Down;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110090;Our envoys returned from $FROMCOUNTRY$ after talks with $FROMCOUNTRY_ADJ$ diplomats broke down. Their intransigent position on their claims and the rights of the $FROMCOUNTRY_ADJ$ population in South Tirol meant that no compromise was possible - something that senior figures in $CAPITAL$ see as the $COUNTRY_ADJ$ government inching closer to a state of total war with $FROMCOUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110090OPTA;They will pay for their stubbornness.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110091;The $FROMCOUNTRY_ADJ$ Proposal: Splitting South Tirol;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110091;After a particularly intense and long round of talks, the $FROMCOUNTRY_ADJ$ government sent a proposal they are willing to accept: split South Tirol with Bozen going to the Germans and Trent to the Italians. Diplomats in $CAPITAL$ are unsure what to make of this - it would settle the South Tirol question for now, with $FROMCOUNTRY$ promising to abdicate their claims, but is that in the best interests of $COUNTRY$?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110091OPTA;That is an acceptable compromise.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT110091OPTB;That is not in the best interested of the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME110092;The $FROMCOUNTRY_ADJ$ Proposal: Population Transfers;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC110092;After a particularly intense and long round of talks, the $FROMCOUNTRY_ADJ$ government sent a proposal they are willing to accept: split South Tirol with Bozen going to the Germans and Trent to the Italians. Furthermore, they propose that the German population in Trent be paid reparations and sent to Bozen, and that the German population in Trent be sent to Bozen - with reparations paid for the displaced. Diplomats in $CAPITAL$ are unsure what to make of this - it would settle the South Tirol question once and for all, with $FROMCOUNTRY$ obliged abdicate their claims, but is that in the best interests of $COUNTRY$?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FRA_404;Artois;;;;;;;;;x;;;; -amir_kabir;Amir Kabir;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_amir_kabir;Amir Kabir Mirza Taghi Khan Farahani is overseeing great works of reform in our country, to the anger of some.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -racial_tensions;Racial tensions;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -desc_racial_tensions;Following racial riots targeting minorities, tension and hatred are high in the local community.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB110083;A king's place is in his country.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA110083;We could learn a lot.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA110092;A sad state of affairs.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTB110082;No thanks.;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -EVTOPTA110082;Wonderful initiative!;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +organize_central_asia_title;Hegemony in Central Asia;;;;;;;;;;;;; +organize_central_asia_desc;Our domination over the steppes is now uncontested: it is time we organize the area to better serve our needs.;;;;;;;;;;;;; +conquest_of_red_water_title;Conquest of the coast;;;;;;;;;;;;; +conquest_of_red_water_desc;Our control over the Turkmenia region is now complete enough that we can make our move towards the Caspian Sea by conquering the area known as Kyzyl-Su, the Red Water, before anyone else cut us there.;;;;;;;;;;;;; +claim_artois_title;Claim Artois;;;;;;;;;;;;; +claim_artois_desc;The comte d'Artois has traditionally been part of the Low Countries. Only during the era of foreign rule by Habsburg scum was it snatched by the King of France. As such, it is our duty to reclaim those lands back into our glorious realm, put their people to work and profit from their land!;;;;;;;;;;;;; +rename_artois_NET_title;Artois is ours!;;;;;;;;;;;;; +rename_artois_NET_desc;The region of Artois is finally back in $COUNTRY_ADJ$ hands! The area has been part of our rightful historical realm and this should reflect on the world's maps.;;;;;;;;;;;;; +rename_artois_FRA_title;Artois is ours!;;;;;;;;;;;;; +rename_artois_FRA_desc;The region of Artois is finally back in $COUNTRY_ADJ$ hands! The area has been part of our rightful historical realm and this should reflect on the world's maps.;;;;;;;;;;;;; +build_neuschwanstein_title;The Neuschwanstein Castle;;;;;;;;;;;;; +build_neuschwanstein_desc;The Neuschwanstein Castle is a nineteenth-century Romanesque Revival palace on a rugged hill above the village of Hohenschwangau. The palace was commissioned paid out of his personal fortune by Ludwig II of Bavaria, "The Swan King", as a retreat and as a homage to Richard Wagner. The palace was intended as a personal refuge for the reclusive sovereign: it is said that from his bedroom in Hohenschwangau, Ludwig trained a telescope on a ridge to keep an eye on Neuschwanstein as it was being constructed.;;;;;;;;;;;;; +EVTNAME110082;Smuggle Tea to $COUNTRY$;;;;;;;;;;;;; +EVTDESC110082;After a failed attempt to cultivate tea in $COUNTRY$ in 1882 with seeds from India, Prince Mohammad Mirza known as "Kashef Al Saltaneh" who was born in Lahijan, imported Indian tea and started its cultivation in Lahijan. Kashef, who was the first mayor of Tehran and an Iranian ambassador to India under British rule, knew that the British would not allow him to learn about the secrets of tea production, as it was it is their biggest business in India. So being fluent in French, the prince pretended to be a French laborer and started to work in the tea plantations and factories to learn how to produce tea. Ultimately his plan was to take back some samples of this tea to $COUNTRY$ to cultivate. He was successful in this endeavor only because of his diplomatic immunity which stopped the British from searching his secretly stashed sample. At the time, Kashef brought 3000 saplings into his country from the Northern part of India, Kangra and he started the cultivation in the region Gilan, south of the Caspian Sea. The climate there was well suited for tea cultivation, and the tea industry quickly expanded in Gilan and Mazanderan region.;;;;;;;;;;;;; +EVT110082OPTA;A wonderful initiative!;;;;;;;;;;;;; +EVT110082OPTB;No thanks.;;;;;;;;;;;;; +EVTNAME110083;A Trip To Europe;;;;;;;;;;;;; +EVTDESC110083;Numerous suzerains of so-called "uncivilized" nations have made the decision to travel to Europe in order to support westernization policies. From Nasser al-Din Shah Qajar of Persia to Chulalongkorn of Siam and the many princes of India, the experience proved successful in enlightening rulers throughout the world. While this could help our country enter modernity, it will surely anger our more traditional elites...;;;;;;;;;;;;; +EVT110083OPTA;We could learn a lot.;;;;;;;;;;;;; +EVT110083OPTB;A king's place is in his country.;;;;;;;;;;;;; +EVTNAME110084;The Treaty of Erzurum of $YEAR$;;;;;;;;;;;;; +EVTDESC110084;Tensions have risen again between the Ottoman Empire and Qajar Persia after order has been restored in the Kurdish areas. Border conflicts are now a common occurrence, driving up jingoist sentiment in both courts. Wishing to protect their interests in the region, the United Kingdom and Russia have intervened to find a diplomatic solution to the issues that plagued the area. The proposed treaty includes nine articles treating various issues, from territorial compromises to the status of pilgrims, forever establishing the western concepts of nation and borders in the region.;;;;;;;;;;;;; +EVT110084OPTA;This seems fair.;;;;;;;;;;;;; +EVT110084OPTB;We will resolve the issue our own way!;;;;;;;;;;;;; +EVTNAME110085;A Rise To Power;;;;;;;;;;;;; +EVTDESC110085;Amir Kabir has gained more and more power in our country. He now cumulates the positions of Chief Minister and Chief of the Army: this situation could be dangerous especially while the Shah remains young. His popularity is still low, both in court and abroad many despise him. Some whisper in our ear that it could be our only opportunity to stop him before it's too late...;;;;;;;;;;;;; +EVT110085OPTA;The Shah demands his head.;;;;;;;;;;;;; +EVT110085OPTB;His life is safe: exile him.;;;;;;;;;;;;; +EVT110085OPTC;He is our friend and advisor.;;;;;;;;;;;;; +EVTNAME110086;Amir Kabir assassinated!;;;;;;;;;;;;; +EVTDESC110086;In $YEAR$ Amir Kabir Mirza Taghi Khan Farahani was murdered while traveling to Kashan, an obviously political move. Some are pointing fingers at the disgruntled nobles, including the Queen Mother. Others are blaming foreign powers. With him, many believe, died the prospect of an independent Iran led by meritocracy rather than nepotism.;;;;;;;;;;;;; +EVT110086OPTA;We mourn his loss.;;;;;;;;;;;;; +EVT110086OPTB;We shall find whoever is guilty!;;;;;;;;;;;;; +EVTNAME110087;The Swan King;;;;;;;;;;;;; +EVTDESC110087;Crown Prince Ludwig had just turned 18 when his father died after a three-day illness, and he ascended the Bavarian throne. Although he was not prepared for high office, his youth and brooding good looks made him popular in Bavaria and elsewhere. Rather than live with the frustrations of a modern constitution and a feisty parliament reining him in, he spent his years lost in Romantic literature and operas, most notably by summoning Wagner at his court or by funding the construction of the Neuschwanstein Castle.;;;;;;;;;;;;; +EVT110087OPTA;Long may he reign!;;;;;;;;;;;;; +EVTNAME110088;Landel de Moura;;;;;;;;;;;;; +EVTDESC110088;Father Roberto Landel de Moura was ordained to the priesthood in 1886 in Rome, where he also studied the physical sciences. A famous local inventor, he got recognized by his broadcast of a human voice over 8km around Sao Paulo - a technological feet of note! He then secured multiple patents, both Brazilian and American, for Wireless Telephone and Wireless Telegraph. His subsequent requests to the Brazilian government for assistance in developing his invention were denied, and his efforts then languished.;;;;;;;;;;;;; +EVT110088OPTA;Support his effort!;;;;;;;;;;;;; +EVT110088OPTB;Give him an official acknowledgment.;;;;;;;;;;;;; +EVT110088OPTC;Interesting I'm sure...;;;;;;;;;;;;; +EVTNAME110089;The $CAPITAL$ Convention on the South Tirol Dispute;;;;;;;;;;;;; +EVTDESC110089;$FROMCOUNTRY_ADJ$ diplomats arrived today in $CAPITAL$ for the biggest breakthrough in $COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ relationship in decades: a convention on the future of South Tirol, a territory both governments claim. We have to set a position and negotiate aggressively lest talks break and raise the spectre of total war with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT110089OPTA;There can be no compromise. South Tirol is $COUNTRY_ADJ$!;;;;;;;;;;;;; +EVT110089OPTB;Propose that we split the state, and that the minorities have their rights respected.;;;;;;;;;;;;; +EVT110089OPTC;A population and province exchange is needed to settle this once and for all.;;;;;;;;;;;;; +EVTNAME110090;$FROMCOUNTRY_ADJ$-$COUNTRY_ADJ$ Talks Break Down;;;;;;;;;;;;; +EVTDESC110090;Our envoys returned from $FROMCOUNTRY$ after talks with $FROMCOUNTRY_ADJ$ diplomats broke down. Their intransigent position on their claims and the rights of the $FROMCOUNTRY_ADJ$ population in South Tirol meant that no compromise was possible - something that senior figures in $CAPITAL$ see as the $COUNTRY_ADJ$ government inching closer to a state of total war with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVT110090OPTA;They will pay for their stubbornness.;;;;;;;;;;;;; +EVTNAME110091;The $FROMCOUNTRY_ADJ$ Proposal: Splitting South Tirol;;;;;;;;;;;;; +EVTDESC110091;After a particularly intense and long round of talks, the $FROMCOUNTRY_ADJ$ government sent a proposal they are willing to accept: split South Tirol with Bozen going to the Germans and Trent to the Italians. Diplomats in $CAPITAL$ are unsure what to make of this - it would settle the South Tirol question for now, with $FROMCOUNTRY$ promising to abdicate their claims, but is that in the best interests of $COUNTRY$?;;;;;;;;;;;;; +EVT110091OPTA;That is an acceptable compromise.;;;;;;;;;;;;; +EVT110091OPTB;That is not in the best interested of the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; +EVTNAME110092;The $FROMCOUNTRY_ADJ$ Proposal: Population Transfers;;;;;;;;;;;;; +EVTDESC110092;After a particularly intense and long round of talks, the $FROMCOUNTRY_ADJ$ government sent a proposal they are willing to accept: split South Tirol with Bozen going to the Germans and Trent to the Italians. Furthermore, they propose that the German population in Trent be paid reparations and sent to Bozen, and that the German population in Trent be sent to Bozen - with reparations paid for the displaced. Diplomats in $CAPITAL$ are unsure what to make of this - it would settle the South Tirol question once and for all, with $FROMCOUNTRY$ obliged abdicate their claims, but is that in the best interests of $COUNTRY$?;;;;;;;;;;;;; +FRA_404;Artois;;;;;;;;;;;;; +amir_kabir;Amir Kabir;;;;;;;;;;;;; +desc_amir_kabir;Amir Kabir Mirza Taghi Khan Farahani is overseeing great works of reform in our country, to the anger of some.;;;;;;;;;;;;; +racial_tensions;Racial tensions;;;;;;;;;;;;; +desc_racial_tensions;Following racial riots targeting minorities, tension and hatred are high in the local community.;;;;;;;;;;;;; +EVTOPTB110083;A king's place is in his country.;;;;;;;;;;;;; +EVTOPTA110083;We could learn a lot.;;;;;;;;;;;;; +EVTOPTA110092;A sad state of affairs.;;;;;;;;;;;;; +EVTOPTB110082;No thanks.;;;;;;;;;;;;; +EVTOPTA110082;Wonderful initiative!;;;;;;;;;;;;; diff --git a/HPM/localisation/01_HGC_decisions.csv b/HPM/localisation/01_HGC_decisions.csv index 88f67b2a..5ed316fc 100644 --- a/HPM/localisation/01_HGC_decisions.csv +++ b/HPM/localisation/01_HGC_decisions.csv @@ -1,28 +1,28 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -rhodesia_renaming_act_title;The Rhodesia Renaming Act;;;;;;;;;;;;;X,,,,,,,,,,,,,, -rhodesia_renaming_act_desc;Now that Mashonaland is firmly in our hands, it would only be appropriate we rename the region something more civilized.;;;;;;;;;;;;;X,,,,,,,,,,,,,, -support_january_uprising_title;Support the January Uprising;;;;;;;;;;;;;X,,,,,,,,,,,,,, -support_january_uprising_desc;After Martial Law was declared, those designated for conscription secretly fled from Warsaw (Jan. 14–15, 1863), sought refuge in the nearby woodlands, and on January 22 issued a manifesto calling for a national insurrection. Although they were greatly outnumbered, poorly equipped, and successful in only a few engagements, the rebels gained support among the artisan, worker, lower gentry, and official classes in the cities and stimulated peasant revolts against the large landlords in rural areas. We could support this uprising against the Russians.;;;;;;;;;;;;;;;x,,,,,,,,,,,,,, -treaty_of_tartu_EST_title;The Tartu Peace Treaty;;;;;;;;;;;;;;X,,,,,,,,,,,, -treaty_of_tartu_EST_desc;Treaty of Tartu was a peace treaty between Estonia and Russian SFSR signed on February 2, 1920 ending the Estonian War of Independence. The terms of the treaty stated that "Russia unreservedly recognizes" the independence of Republic of Estonia de jure and renounced in perpetuity all rights to the territory of Estonia. Ratifications of the treaty were exchanged in Moscow on March 30, 1920. It was registered in League of Nations Treaty Series on July 12, 1922.;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,, -establish_the_sovnarkomSOV_title;Establish The Sovnarkom;;;;;;;;;;;;;;;;;;;x -establish_the_sovnarkomSOV_desc;Soviet Narodnykh Kommissarov', transliterated Russian for 'Council of People's Commissars', was the highest government authority in Soviet Russia, per functions delineated in the 1918 Constitution of the RSFSR. The Sovnarkom was (formally) responsible to the Congress of the Soviets and had, when said Congress was out of session, the power to issue decrees carrying the full force of law.;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,, -russian_vladivostokSOV_title;The Ruler of the East;;;;;;;;;;x,,,,,,,,,,,,,,,, -russian_vladivostokSOV_desc;In July of 1860 the port of Vladivostok, or “Ruler of the East,” was founded near the Korean frontier. It would become a major Russian trade port and shipbuilding yard. Eventually, it would become the focal point of an intercontinental railroad as well as a major scientific, cultural, and industrial center in its own right. The Czar dreamed that the city would become a hub connecting the west with the east. Perhaps the railroad to Vladivostok will eventually replace the Suez Canal as the bearer of goods and raw materials between the East and the West?;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,, -treaty_of_tartuSOV_title;Treaty of Tartu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_tartuSOV_desc;Now that we are free from Russian rule, we should approach the Russian government and discuss the claims to Petsamo and southern Karelia before we end up in a territorial war we cannot hope to win.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -finnish_diet;The Finnish Diet;;;;;;;;;;;;X,,,,,,,,, -finnish_diet_title;The Finnish Diet;;;;;;;;;;;;X,,,,,,,,, -finnish_diet_short;The Finnish Diet;;;;;;;;;;;;X,,,,,,,,, -finnish_diet_setup;The Finnish Diet;;;;;;;;;;;;X,,,,,,,,, -finnish_diet_desc;Not until June 1863, after the Crimean War had taken place, did Alexander II call the Finnish Diet again. On September 18 the opening ceremony was held and the Emperor made his declaration where he promised to introduce changes to the constitution. The changes included making the diet a regularly convening body, a promise which was kept by the Emperor when the diet convened again in January 1867. The result was greater Finnish Autonomy within the Russian Empire and a improvement in the relations of the Finnish Parliament and the Tsar.;;;;;;;;;;;;;x,,,,,,,,,,,,,,, -switch_to_early_russian_tech;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;x,,,,,,,,,,,, -switch_to_early_russian_tech_title;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;x,,,,,,,,,, -switch_to_early_russian_tech_short;Orthodoxy, Autocracy and Nationality!;;;;;;;;;x,,,,,,,, -switch_to_early_russian_tech_setup;Orthodoxy, Autocracy and Nationality!;;;;;;;;;x,,,,,,,,,, -switch_to_early_russian_tech_desc;Orthodoxy, Autocracy and Nationality, also known as Official Nationality was the dominant ideological doctrine of Russian emperor Nicholas I. "The Triad" of Official Nationality was originally proposed by Minister of Education Sergey Uvarov in his April 2, 1833 circular letter to subordinate educators. It was soon embraced by Nicholas and his establishment and gained wide public recognition, vocally supported by intellectuals like Mikhail Pogodin, Fyodor Tyutchev and Nikolay Gogol. Critics of the policy saw this principle as a call for Russification. Yet the very fact of its existence, being Russia's first statewide political ideology since the sixteenth century, indicated the nation's brewing transition to modernity.;;;;;;;;;;;x,,,,,,,,,,, -switch_to_russian_intelligentsia;Russian Intelligentsia;;;;;;;;;;;x,,,,,,,,,,, -switch_to_russian_intelligentsia_title;Russian Intelligentsia;;;;;;;;;;;x,,,,,,,,,,, -switch_to_russian_intelligentsia_short;Russian Intelligentsia;;;;;;;;;;;x,,,,,,,,,,, -switch_to_russian_intelligentsia_setup;Russian Intelligentsia;;;;;;;;;;;x,,,,,,,,,,, -switch_to_russian_intelligentsia_desc;The Crimean War awakened the new Russian emperor Alexander II (who succeeded Nicholas I in March 1855) to the need to overcome Russia's backwardness in order to compete successfully with the other European powers. At the same time, the Russian educated elite was living a cultural, political and technological flourishing. This elite was divided into Slavophiles and Westernizers, according to their views on the path Russia should take in the future, and the social class they represented was called intelligentsia.;;;;;;;;;;;x,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +rhodesia_renaming_act_title;The Rhodesia Renaming Act;;;;;;;;;;;;; +rhodesia_renaming_act_desc;Now that Mashonaland is firmly in our hands, it would only be appropriate we rename the region something more civilized.;;;;;;;;;;;;; +support_january_uprising_title;Support the January Uprising;;;;;;;;;;;;; +support_january_uprising_desc;After Martial Law was declared, those designated for conscription secretly fled from Warsaw (Jan. 14–15, 1863), sought refuge in the nearby woodlands, and on January 22 issued a manifesto calling for a national insurrection. Although they were greatly outnumbered, poorly equipped, and successful in only a few engagements, the rebels gained support among the artisan, worker, lower gentry, and official classes in the cities and stimulated peasant revolts against the large landlords in rural areas. We could support this uprising against the Russians.;;;;;;;;;;;;; +treaty_of_tartu_EST_title;The Tartu Peace Treaty;;;;;;;;;;;;; +treaty_of_tartu_EST_desc;Treaty of Tartu was a peace treaty between Estonia and Russian SFSR signed on February 2, 1920 ending the Estonian War of Independence. The terms of the treaty stated that "Russia unreservedly recognizes" the independence of Republic of Estonia de jure and renounced in perpetuity all rights to the territory of Estonia. Ratifications of the treaty were exchanged in Moscow on March 30, 1920. It was registered in League of Nations Treaty Series on July 12, 1922.;;;;;;;;;;;;; +establish_the_sovnarkomSOV_title;Establish The Sovnarkom;;;;;;;;;;;;; +establish_the_sovnarkomSOV_desc;Soviet Narodnykh Kommissarov', transliterated Russian for 'Council of People's Commissars', was the highest government authority in Soviet Russia, per functions delineated in the 1918 Constitution of the RSFSR. The Sovnarkom was (formally) responsible to the Congress of the Soviets and had, when said Congress was out of session, the power to issue decrees carrying the full force of law.;;;;;;;;;;;;; +russian_vladivostokSOV_title;The Ruler of the East;;;;;;;;;;;;; +russian_vladivostokSOV_desc;In July of 1860 the port of Vladivostok, or “Ruler of the East,” was founded near the Korean frontier. It would become a major Russian trade port and shipbuilding yard. Eventually, it would become the focal point of an intercontinental railroad as well as a major scientific, cultural, and industrial center in its own right. The Czar dreamed that the city would become a hub connecting the west with the east. Perhaps the railroad to Vladivostok will eventually replace the Suez Canal as the bearer of goods and raw materials between the East and the West?;;;;;;;;;;;;; +treaty_of_tartuSOV_title;Treaty of Tartu;;;;;;;;;;;;; +treaty_of_tartuSOV_desc;Now that we are free from Russian rule, we should approach the Russian government and discuss the claims to Petsamo and southern Karelia before we end up in a territorial war we cannot hope to win.;;;;;;;;;;;;; +finnish_diet;The Finnish Diet;;;;;;;;;;;;; +finnish_diet_title;The Finnish Diet;;;;;;;;;;;;; +finnish_diet_short;The Finnish Diet;;;;;;;;;;;;; +finnish_diet_setup;The Finnish Diet;;;;;;;;;;;;; +finnish_diet_desc;Not until June 1863, after the Crimean War had taken place, did Alexander II call the Finnish Diet again. On September 18 the opening ceremony was held and the Emperor made his declaration where he promised to introduce changes to the constitution. The changes included making the diet a regularly convening body, a promise which was kept by the Emperor when the diet convened again in January 1867. The result was greater Finnish Autonomy within the Russian Empire and a improvement in the relations of the Finnish Parliament and the Tsar.;;;;;;;;;;;;; +switch_to_early_russian_tech;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;; +switch_to_early_russian_tech_title;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;; +switch_to_early_russian_tech_short;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;; +switch_to_early_russian_tech_setup;Orthodoxy, Autocracy and Nationality!;;;;;;;;;;;;; +switch_to_early_russian_tech_desc;Orthodoxy, Autocracy and Nationality, also known as Official Nationality was the dominant ideological doctrine of Russian emperor Nicholas I. "The Triad" of Official Nationality was originally proposed by Minister of Education Sergey Uvarov in his April 2, 1833 circular letter to subordinate educators. It was soon embraced by Nicholas and his establishment and gained wide public recognition, vocally supported by intellectuals like Mikhail Pogodin, Fyodor Tyutchev and Nikolay Gogol. Critics of the policy saw this principle as a call for Russification. Yet the very fact of its existence, being Russia's first statewide political ideology since the sixteenth century, indicated the nation's brewing transition to modernity.;;;;;;;;;;;;; +switch_to_russian_intelligentsia;Russian Intelligentsia;;;;;;;;;;;;; +switch_to_russian_intelligentsia_title;Russian Intelligentsia;;;;;;;;;;;;; +switch_to_russian_intelligentsia_short;Russian Intelligentsia;;;;;;;;;;;;; +switch_to_russian_intelligentsia_setup;Russian Intelligentsia;;;;;;;;;;;;; +switch_to_russian_intelligentsia_desc;The Crimean War awakened the new Russian emperor Alexander II (who succeeded Nicholas I in March 1855) to the need to overcome Russia's backwardness in order to compete successfully with the other European powers. At the same time, the Russian educated elite was living a cultural, political and technological flourishing. This elite was divided into Slavophiles and Westernizers, according to their views on the path Russia should take in the future, and the social class they represented was called intelligentsia.;;;;;;;;;;;;; diff --git a/HPM/localisation/01_HGC_events.csv b/HPM/localisation/01_HGC_events.csv index 99fa909d..37a1defd 100644 --- a/HPM/localisation/01_HGC_events.csv +++ b/HPM/localisation/01_HGC_events.csv @@ -1,201 +1,201 @@ -;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90005;Although we only want to help $CB_TARGET_NAME$ by adding them to our sphere of influence they have gotten very worked up about it. While unseemly to all involved, their behaviour has rather turned international opinion against forcefully requesting they join us in our prosperity.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME4661019;The Status Quo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC4661019;The latest war ended in status quo and Entre-Rios is free. Nothing stands in the way of Buenos Aires to dominate the Argentine Confederation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT4661019A;Porteno supremacy begins.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME600074;Uruguay Is Defeated;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC600074;President Rivera lost the war he started and we are now in a position to install Oribe, the true President, in the government of Uruguay.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600074A;Install Oribe as President but interfere no more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600074B;Install Oribe as President and make sure he stays there.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600074C;Install Oribe as President and take steps to control Uruguay.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600074D;Don't interfere in Uruguay.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME600075;Rosas Is Defeated;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC600075;Rosas is defeated and fled Argentina to the United Kingdom. Oribe lost all claims on the presidency and also fled the country, but that will not stop trouble with the Blanco party.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600075A;Help the unitarians organize Argentina.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600075B;Don't interfere anymore.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME600076;The Armistice of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC600076;Uruguay and Argentina agreed to an armistice and peace talks led to the maintenance of the status quo. Our war to oust Rosas wasn't successful.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPT600076A;Damn.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME45103;The Dominican Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC45103;La Trinitaria Society was victorious and our independence is now complete. We remained independent long enough for the world to recognize us as a sovereign state!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT45103OPTA;Viva la República Dominicana!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME203770;Slave population grows;;;;;;;;;;;;;x -EVTDESC203770;Despite slave trade being banned for some time now, a direct result of the United Kingdom pressure, the slave population in our country grows, not by trade but by population growth.;;;;;;;;;;;;;x -EVTOPTA203770;Good, Good.;;;;;;;;;;;;;x -EVTNAME600050;Polish Insurrection;;;;;;;;;;;;;X,,,,,,,,,,, -EVTDESC600050;When a Polish insurrection broke out in Galicia (Austrian Poland) and Krakow early in 1846 many Austrians held that Krakow's independent status provided the stimulus as well as a forum for the planning of Polish revolts. However, we are still bound by the Treaty of Vienna and our administration of Krakow with Prussia and Russia.;;;;;;;;;;x,,,,,,, -EVT600050OPTA;Dispatch diplomats to begin the talks.;;;;;;;;;;;;;X,,,,,,,,,,, -EVT600050OPTB;We don't care about Prussia and Russia consent on this matter, we must act now.;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVT600050OPTC;Ignore the rebellion. They are harmless.;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVTNAME600051;The Krakow Uprising;;;;;;;;;;;;;;;;X,,,,,,,,,, -EVTDESC600051;Polish nobles and scholars in our great city are starting a great revolution to restore Poland and end serfdom in our lands. This democratic movement is gathering momentum and might erupt at any time through Polish occupied lands. We can support it, incurring the anger of our neighbors and possibly invasion, or we can suppress it.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600051OPTA;Let the revolutionaries take the city. Unite Poland!;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600051OPTB;Suppress the revolutionaries or the Austrians might retaliate.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600052;The Polish Question;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600052;A revolution has begun in Krakow and it threatens to spread like wildfire in our great nation. Austria is asking our consent to suppress Krakow, arguing the free city is the focus of the Polish nationality and insurgency and that suppressing the city can end future Polish rebellions. Our diplomats are worried that this rebellion may grow if we don't support the Austrians. What do we tell the Austrian envoy?;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600052OPTA;Let the Austrians know that they have our support on this matter.;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600052OPTB;The Treaty of Vienna needs to be upheld. We do not support the Austrians.;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600054;The Fate of Krakow;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600054;Russia and Prussia agreed to our proposed solution. With the consent of the three nations, our troops are ready for deployment and to put down the polish rebellion.;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600054OPTA;To Krakow! For the Kaiser!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600054OPTB;On second thought, we can't afford a war right now.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600055;The Fate of Krakow;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600055;One or more powers disagrees with our solution for the Polish rebels. Acting now might anger them, but not acting might make the Poles even bolder.;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600055OPTA;We don't need their approval! We will march on Krakow.;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT600055OPTB;Maybe it's wiser to let this matter go.;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600056;Polish Nationality;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600056;With the success of the Krakow Revolution, the city is being used as a base of operations to disrupt our activities in what they consider Polish territory and to incite Polish citizens to rebel. Our diplomats say this will only end when the city falls.;;;;;;;;;;X,,,,,,,, -EVT600056OPTA;Curses!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600057;Colorado Victory;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600057;Colorado Rebels took the government and forced president Oribe to step down. Fructuoso Rivera, once exiled in Brazil, returned and now assumes the country as interim president until the next election. Manuel Oribe, the former Blanco President, was forced to flee the country in exile to Buenos Aires. Rivera dissolved the parliament, called for an election and installed pro-Colorado politicians in the upper house while the Colorado Caudillos are laying down their arms and donating what they can to help the Colorado government. France and the United Kingdom, seeking the downfall of Rosas, are also sending help.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600057A;Long Live Fructuoso Rivera!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600058;Oribe's Exile;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600058;President Manuel Oribe from Uruguay was deposed by the Colorado Party and fled the country to Buenos Aires. Governor of Buenos Aires and president of the Argentine Confederation, Juan Manuel de Rosas, received him as the constitutional president and soon offered him the command of the armies of the Argentine Confederation. Rivera, the interim president of Uruguay and leader of the Colorados, is extremely hostile to Rosas and to the Confederation thanks to the fact that Rosas and other Federalist Argentines backed Oribe in the past as well due to ideological differences. Rivera now harbour Argentine exiles that might cause problems in the future.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600058A;Argentina will never recognize Rivera as President.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600058B;It's better to not risk a conflict.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600059;The Rise of the Colorados;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600059;The political scene in Uruguay during the 1830s became split between two parties, the conservative Blancos ("Whites") and the liberal Colorados (literally "coloureds", more usually "Reds"). The Colorados were led by Fructuoso Rivera and represented the business interests of Montevideo. The Blancos were headed by Manuel Oribe, who looked after the agricultural interests of the countryside and promoted protectionism. The two groups took their names from the color of the armbands that they wore. Initially, the Colorados wore blue, but when it faded in the sun, they replaced it with red. \n \n The Uruguayan Constitution of 1830 didn't anticipate the sharing of political power between parties, which forced the minorities to resort to revolution.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600059A;Troublemakers, the lot of them.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600060;Oribe's Army;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600060;With the destruction of our army, Oribe took the opportunity to seize the countryside. Now, they are moving in to take the capital.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600060A;That can't end well for us.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME6000061;The Argentine Unitarianists;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC6000061;For a long time, two projects of country divided Argentina. Unitarianists or Unitarians were the proponents of the concept of a Unitary state (centralized government) in Buenos Aires and they were led by Juan Lavalle. They were opposed to the Argentine Federalists, who wanted a federation of independent provinces, led by Juan Manuel de Rosas. The Unitarians, sympathetic to our government, fled Argentina in exile after being defeated in 1831. Rosas, the so called Restorer of the Laws, controlled the Argentina Confederation for too long under his despotic rule. They harbour Oribe, who claims is still president, and their government is hostile to ours. Our most trusted Caudillos argue that it is time to prepare for war and for that end we can weaken the Confederation by using our Unitarianist friends.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT6000061A;Contact Genaro Berón de Astrada, Governor of Corrientes.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600061B;Let it go, Rosas surely will not interfere in Uruguay anymore.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600062;The Argentine Federalists;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600062;For a long time, two projects of country divided Argentina. Unitarianists or Unitarians were the proponents of the concept of a Unitary state (centralized government) in Buenos Aires and they were led by Juan Lavalle. They were opposed to the Argentine Federalists, who wanted a federation of independent provinces, led by Juan Manuel de Rosas. The Unitarians, sympathetic to our government, fled Argentina in exile after being defeated in 1831. Rosas, the so called Restorer of the Laws, controlled the Argentine Confederation for too long under his despotic rule. Now, our friends in Uruguay defeated the Blancos and promise to support us if we were to fight the Federalists to end Rosas despotic ruler.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600062A;Tell them we are ready for war when they are.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600063;The Big War;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600063;Genaro Berón de Astrada, governor of Corrientes, pledged to support us in our struggle against Rosas. The moment has arrived to rid the world of the tyrant. If we back down now, our government might look weak. France and the United Kingdom, that long had an attrition with Rosas, will surely help us in our struggle.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600063A;Call the Caudillos. Mobilize the troops. Rosas will fall.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600063B;This is a dangerous move. Let the Blancos and Rosas in peace.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600063C;Bide our time.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600064;Rivera backs down;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600064;The Uruguayan President backed down from the war with Rosas, but Rosas knows of the plan. This, combined with previous attrition with him, will surely lead to war.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600064A;Fight to the last man!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600064B;It's time to step down.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600065;The Uruguayan Aggression;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600065;Rivera, the Uruguayan president, convinced governor Genaro Berón de Astrada to support him and Corrientes in a rebellion against Buenos Aires. Uruguay is preparing for war against us and they seek to depose Rosas.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600065A;The fools!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600066;The Italian Legion;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600066;Giuseppe Garibaldi moved in with his wife and has been living in Montevideo for a time already. A sworn fighter against tyranny, he now has offered his help in setting up the defences of Montevideo against Oribe and Rosas and has offered to lead an Italian Legion made of foreign soldiers that will help us in the struggle against the tyranny of Rosas. Furthermore, it has been recommended that we do as the Blancos are planning to do and abolish slavery in Uruguay so we can have more soldiers for the war.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600066A;We welcome him and his soldiers.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600066B;We don't need any help.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600067;The Defences of Montevideo;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600067;The Italian Legion of Garibaldi has finished the construction of a fort and barricades throughout the city. This will, without a doubt, help us in the war.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600067A;Wonderful!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600068;Garibaldi seizes a province;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600068;The Italian Legion has defeated the enemy in a province and seized it back, returning it for us.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600068A;Splendid!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600069;The Fall of the Blancos;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600069;After years of struggle, the Blancos are losing their strength. Our country, once torn by civil war, is beginning to unite and the flames of revolutions are dying.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600069A;Finally.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600070;Brazilian Intervention;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600070;The war with Argentina and the Blancos costed too much already and our people want peace, internally and externally. The Brazilians are showing some interest in the conflict, and our country, and they would help us much in the struggle against Rosas and Oribe. Our diplomats began the talks and the conditions the Brazilians are asking are the free navigation of the Uruguay river, taxes and trade benefits, renouncement of our claims on the border with Rio Grande do Sul and the recognition of Brazil's right to interfere with our internal affairs. \n \n Getting Brazilian help would undoubtedly tip the war in our favour and it is better than to risk another Blanco government.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600070A;I'm sure there will be no problems. Ask for their help.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600070B;We can take care of this war by ourselves.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600071;Uruguay asks for our help;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600071;For a long time, Uruguay has been plunged into turmoil. It fights the Blancos, which aren't too fond of us, and the Argentine, which aren't too fond of us either. But the war isn't going very well for them, and they are asking for our help. In exchange for our help, they are proposing several benefits for our country, such as treaties for the free navigation of the Uruguay river, taxes and trade benefits, renouncement of their claims on the border with Rio Grande do Sul and the recognition of Brazil's right to interfere with Uruguay internal affairs. This would undoubtedly bring our countries close together and can serve as a the start of Brazilian hegemony in the south of the continent;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600071A;Agree to these terms.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600071B;We can't afford to help them right now.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600072;Spheres of Influence;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600072;After years of struggle for power, both the Colorados and the Blancos were weary of the chaos. In $YEAR$, they came to an agreement to define spheres of influence: the Colorados would control Montevideo and the coastal region, the Blancos would rule the hinterland with its agricultural estates. In addition, the Blancos were paid a lump sum of money to compensate them for the loss of their stake in Montevideo.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600072A;Finally we can have some peace.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600072B;Unnecessary. Our current government will always have power.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME600073;Spheres of Influence;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC600073;Blancos and Colorados finally learned to share political power. This will severely reduce rebellion and aggressions between the parties.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT600073A;Uruguay can rest;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700000;Death of Francia;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700000;Paraguayan supreme dictator, José Gaspar Rodríguez de Francia, took several precautions against assassination. He would lock the Palace doors himself, unroll the cigars his sister made to ensure there was no poison, prepare his own yerba mate, and sleep with a pistol under his pillow. No one could come within six paces of him, or even bear a cane near him. Whenever he would go out riding, he had all bushes and trees along the route uprooted so that assassins could not hide. All shutters had to be closed, and pedestrians had to prostrate before him as he passed. Sensing his mortality, he destroyed all his papers and refused medical aid, even lashing out at a physician with his sabre. In this day, Francia breathed his last and passed away. Francia left the state treasury with at least twice as much money in it as when he took office, including 36,500 pesos of his unspent salary, the equivalent of several years' pay. His daughter later burnt all his furniture after his death.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700000A;The end of an era.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700001;The Rise of Carlos Lopéz;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700001;Carlos Antonio López Ynsfrán, nephew of Francia, attracted the hostility of the dictator and uncle and he was forced to keep in hiding for several years. He was briefly secretary of the military junta that ruled the country after Francia's death and today, after years of confusion and chaos since Francia's death, he was chosen as the country's first consul--a post equivalent to that of president -- ruling alongside Mariano Roque Alonso.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700001A;What the future holds for Paraguay?;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700002;Carlos López Takes Power;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700002;Paraguay's Consul, Carlos López, exiled Roque and assumed dictatorial powers. The Congress approved the first Paraguayan Constitution — probably the work of Lopez himself. A few months later, Congress changed his post from consul to president, and elected him to the new post for a 10-year term. The constitution not only legally sanctioned López' dictatorial powers, but included no guarantees of civil rights. Indeed, the word "liberty" was not even mentioned in the text.\nHis government now is directing energy towards developing the material resources and strengthening the military power of the country. One of his first actions was to strengthen Paraguay's grip on the Chaco region by building forts and founding villages.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700002A;For the glory of Paraguay!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700002B;Try to fight for democracy!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700003;Foreign Policy;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700003;López lead an extremely aggressive foreign policy which frequently caused attrition with other governments. In 1853, he refused to ratify a commercial and navigational treaty with the United States and began confiscating the property of American citizens residing in Paraguay. Because of a dispute with Britain, López closed Paraguayan waters to foreign warships. Today, Paraguayan soldiers fired upon an American ship engaged in a scientific survey of the Parana River, killing one American crew member.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700003A;Who gives a hoot about yankees anyway?;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700003B;Issue an official apology.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700004;The Paraguay Expedition;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700004;Some years ago, the American ship USS Water Witch was doing a scientific expedition on the Paraná River when Paraguayan troops fired against it. This act of aggression wasn't met by an official apology by Paraguayan dictator Carlos López. This insult went unanswered for too long. Now, the US Congress authorized for a Naval Squadron to be sent to Paraguay to seek redress from Paraguay for the shelling of the Water Witch, which had resulted in the death of the an American citizen, the ship's helmsman.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700004A;Time to show American gunboat diplomacy.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700004B;Drop the matter, it's not worth it.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700005;The USA asks for military access;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700005;Tensions between the United States of America and Paraguay reached a critical point this year as the USA plans to seek an apology for the shelling of one of its ships on the Parana river. The United States of America asked our government military access so they can enter Paraguayan territory in seek of their redress.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700005A;The yankees can pass through our territory.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700005B;We don't want any involvement on this matter.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700006;Uruguay gave us military access;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700006;The Uruguayan government gave us military access for our expedition against Paraguay.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700006A;Contact Flag Officer William B. Shubrick. Let the expedition begin.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700006B;Better to leave this issue behind us.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700007;Uruguay refuse to give military access;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700007;The Uruguayan government refuse to give us military access for our expedition against Paraguay.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700007A;The expedition will happen one way or another.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700007B;Better to leave issue this behind us.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700008;The USA Expedition;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700008;The United States of America sent an expedition to get an official apology for our attack against one of its ships. There are rumours of yankee ships in the coast and that the Uruguayans will let the yankees through their territory and if they do, we might face a defeat that will shake off our government.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700008A;Send them an official apology and pay indemnifications.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700008B;The Paraguayans will never submit!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700008C;Let us bide our time.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700009;The Expedition Ends;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700009;Our military sent a few gunboats up the Paraná River for target practice in Paraguay and military exercises. A few months of gunboat diplomacy and a few demonstrations of our military might and Paraguay agreed to issue an official apology and already paid indemnifications for the death of our sailor.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700009A;Justice is served.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700009B;We already got the reparations? Great! Now continue the war.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700010;Paraguay Occupies Misiones;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700010;The Paraguayan dictator built a fort overnight and occupied the province of Misiones, claiming the ethnic majority is Guarani and therefore should be ruled by him.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700010A;Irrelevant, Paraguay is a province of Argentina.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700011;Francia's Utopia;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700011;Dr. José Gaspar Rodríguez de Francia y Velasco is a Paraguayan lawyer and the Dictator of Paraguay. Originally a professor of philosophy, he entered the cabildo of Asunción while working as a lawyer and rose to become the head of the cabildo. After the proclamation of the Paraguayan Republic he became an important political leader in South America, and was eventually installed as supreme leader before being declared dictator for life. \n Inspired by French revolutionary ideals, Francia sought to create a utopian state based on Rosseau's Social Contract. Although he strived for equality of the people, Francia ruthlessly destroyed any opposition and created a Police state, imprisoning all those he deemed seditious. \n Francia lived a spartan lifestyle, and apart from some books and furniture, his only possessions were a tobacco case and a pewter confectionery box.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700011A;Long may he live!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME700012;A Stab in the Back;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC700012;After receiving our indemnification and apologies, what was asked for, the USA decided to declared war against us. As a consequence, their reputation in the eyes of the world fell, but what will be the consequences for our country?;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT700012A;Traitorous bastards!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME500000;The Organic Statute of Poland;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC500000;The Organic Statute of the Kingdom of Poland was a Statute which replaced the Constitution of 1815 in the aftermath of the failed November Uprising in the Russian Partition. The Statute was pronounced in occupied Warsaw on March 1832 by Marshal Ivan Fyodorovich Paskevich, who named himself a namestnik. The Statute, signed by Emperor Nicholas I of Russia, replaced the personal union between the Kingdom of Poland and the Russian Empire with the "eternal incorporation" of Poland into Russia. The Parliament of the Kingdom was abolished, and its army merged with the Russian Army. \n §RNOTE: Congress Poland is an extremely hard to play substate. You won't get any soldiers and when the Polish Uprising begins you will probably lose the game.§W;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500000A;When will the Poles be free?;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME500001;The Polish Uprising of $YEAR$;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC500001;After the latest war our subjects in Poland and other parts of our empire began to grow restless. The uprising began as a spontaneous protest by young Poles against conscription into the $COUNTRY_ADJ$ Army. It was soon joined by high-ranking Polish-Lithuanian officers and various politicians. In Warsaw alone 116 demonstrations were held in $YEAR$. Much of these manifestations in ended in clashes with the $COUNTRY_ADJ$ Army. In spite of $COUNTRY_ADJ$ police interference, a symbolic meeting of hymn-singing Poles and Lithuanians took place on the bridge across an important River. The crowds sang "God protect Poland" in Lithuanian and Belarusian. Earlier in $YEAR$ the $COUNTRY_ADJ$ government introduced a state of emergency in Kovno and Grodno as well as several other Polish-majority provinces. Public gatherings were banned and some public leaders were declared outlaws. The situation threatens to break down in anarchy.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500001A;Suppress them immediately.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500001C;Let them be free.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500001D;Onwards to Poland!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME500002;The Polish Uprising;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC500002;Poles in $FROMCOUNTRY$, together with some other nationalities in the territory of the former Polish-Lithuanian Commonwealth, started a general uprising against the $FROMCOUNTRY_ADJ$ government. There is an outcry from some sectors of our population to support Polish freedom, but there wouldn't be any problems if we stayed neutral on this matter either.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500002A;Help the Poles in any way we can. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500002B;Condemn $FROMCOUNTRY$'s action.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500002C;Stay neutral on the matter.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500002D;Pronounce our support to $FROMCOUNTRY$.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME500003;The Polish Rebellion is Crushed;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC500003;Traugutt, the insurrection general, and four other members of the Polish Government were apprehended by $COUNTRY_ADJ$ troops and executed at the Warsaw citadel. In the course of the war several battles and skirmishes were fought and some twenty-five thousand Poles were killed. The $COUNTRY_ADJ$ $MONARCHTITLE$ passed laws and edicts to make the land an integral part of $COUNTRY$'s territory and all that remains now is to decide the fate of the rebels.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500003A;There will be harsh reprisals.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT500003B;Be lenient with them.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME132002;Government Overthrown in $FROMCOUNTRY$;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC132002;Our puppet government in $FROMCOUNTRY$ was overthrown and the new government has declared it will not take any orders from us!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME4661006;Bolivian-Argentine Border Treaty;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC4661006;The border between Bolivia and Argentina has long been under influence of Caudillos from both countries, the provinces being raided and conquered numerous times. The Bolivians conquered Cochinoca, an Argentine province, using the attempt to stop Argentinian Caudillos from raiding Bolivia's countryside as the justification. After the recent war the Argentine took Cochinoca and Tarija, the latter being claimed by some Argentine northern Caudillos as being part of Argentina but that province long has been under the rule of Bolivia and has mainly a Bolivian population. Now with the post-war peace talks, our diplomats proposed that we raise the question of the settlement of the borders between Bolivia and Argentina. The best deal we can get by our diplomats calculations is to offer to renounce all our claims in Cochinoca, Uquia, Jujuy and Salta in exchange for the return of Tarija and their renouncement of their claims in that province.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT4661006A;Make the proposal.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT4661006B;We will not renounce our claims.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC4661007;The border between Bolivia and Argentina has long been under influence of Caudillos from both countries, the provinces being raided and conquered numerous times. The Bolivians conquered Cochinoca, an Argentine province, using the attempt to stop Argentinian Caudillos from raiding Bolivia's countryside as the justification. After the recent war we took Cochinoca and Tarija, the latter being claimed by some northern Caudillos as being part of Argentina but that province long has been under the rule of Bolivia and has mainly a Bolivian population. Now with the post-war peace talks, the question of the settlement of the borders between Bolivia and Argentina was raised by the Bolivian government. They offer to renounce all their claims in Cochinoca, Uquia, Jujuy and Salta in exchange for the return of Tarija and our renouncement of our claims in that province.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT4661007A;We agree to their proposal.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT4661007B;We will not renounce our spoils of war.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME4661008;Argentina Agrees;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC4661008;The Argentines agreed to our proposal and Tarija is being returned to us.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPT4661008A;Great news!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97051;The New Capital!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97051;The new President of Bolivia, after the fall of the federation, proclaimed a law naming the city of the Chuquisaca as the capital of Bolivia and renaming it in honor of the revolutionary leader Antonio José de Sucre.;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVT970501PTA;For the glory of Bolivia!!;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTPDII50000;The Republican Coup;;;;;;;;x,,,,,,,,,, -EVTDESC50000;The end of slavery had resulted in an explicit shift of support to republicanism by rich and powerful coffee farmers who held great political, economic and social power in the country. To avert a republican backlash, the government adopted a series of credit and military policies and reforms to appease the land owners. The measures made by the government alarmed the civilian republicans and the Positivists in the military corps. They saw that it would undercut support for their own aims, and were emboldened to further action. For them, it had become a case of "now or never". Although there was no desire in Brazil among the majority of the population to change the form of government, the civilian republicans began pressuring the Positivist officers to overthrow the monarchy. The Positivists launched a coup d'etat and tried to institute a republic on $YEAR$. During the whole ordeal Pedro II showed no emotion, as if unconcerned about the outcome. He only commented:;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,,,, -EVTOPTA50000;If this is how it is, I will retire. I worked too much and I'm tired. Now I'll rest.;;;;;;x,,,,,,,,,, -EVTOPTB50000;Crush the rebellion!;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -vargastitle;The Rise of Getulio Vargas;;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,, -vargasdesc;Vargas was born in the state of Rio Grande do Sul, into a family prominent in state politics. By 1922 he had risen rapidly in state politics and was elected to the National Congress, in which he served for four years. In 1926 Vargas became minister of finance in the Cabinet of President Washington Luís Pereira de Sousa, a post he retained until his election as governor of Rio Grande do Sul in 1928. From his position as state governor, Vargas campaigned unsuccessfully as reform candidate for the presidency of Brazil in 1930. While appearing to accept defeat, Vargas in October of that year led the revolution, organized by his friends, that overthrew the oligarchical republic. For the next 15 years Vargas assumed largely dictatorial powers, ruling most of that time without a congress. He held sole power as provisional president from Nov. 3, 1930, until July 17, 1934, when he was elected president by the constituent assembly.;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,, -vargasopt1;Today you are with the government. Tomorrow you will be the government.;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,, -vargasopt2;The coffee policy will prevail! Suppress this outrageous coup!;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME50009;The Rise of the Andinos;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,, -EVTDESC50009;The course of Venezuelan history changed markedly at the turn of the 20th century. In 1899 General Cipriano Castro, a caudillo from the Andean state of Táchira, descended on Caracas with his provincial army and seized the presidency. As a result, five successive military strongmen from Táchira, known as Andinos, controlled the nation for the next 59 years, except for an interlude in 1945–48. The longest rule being the one of General Juan Vicente Gómez. Gómez was an effective, if ruthless, dictator. By manipulating elections, abolishing all organized political activity, and monopolizing appointive powers, he established a completely subservient legislative and judicial structure.;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME50009OPTA;We can't resist the powerful caudillos.;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,, -EVTNAME50009OPTB;The Federation must resist this coup!;;;;;;;;;;;;;;;;;;;;;;X,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EVTDESC90005;Although we only want to help $CB_TARGET_NAME$ by adding them to our sphere of influence they have gotten very worked up about it. While unseemly to all involved, their behaviour has rather turned international opinion against forcefully requesting they join us in our prosperity.;;;;;;;;;;;;; +EVTNAME4661019;The Status Quo;;;;;;;;;;;;; +EVTDESC4661019;The latest war ended in status quo and Entre-Rios is free. Nothing stands in the way of Buenos Aires to dominate the Argentine Confederation.;;;;;;;;;;;;; +EVTOPT4661019A;Porteno supremacy begins.;;;;;;;;;;;;; +EVTNAME600074;Uruguay Is Defeated;;;;;;;;;;;;; +EVTDESC600074;President Rivera lost the war he started and we are now in a position to install Oribe, the true President, in the government of Uruguay.;;;;;;;;;;;;; +EVTOPT600074A;Install Oribe as President but interfere no more.;;;;;;;;;;;;; +EVTOPT600074B;Install Oribe as President and make sure he stays there.;;;;;;;;;;;;; +EVTOPT600074C;Install Oribe as President and take steps to control Uruguay.;;;;;;;;;;;;; +EVTOPT600074D;Don't interfere in Uruguay.;;;;;;;;;;;;; +EVTNAME600075;Rosas Is Defeated;;;;;;;;;;;;; +EVTDESC600075;Rosas is defeated and fled Argentina to the United Kingdom. Oribe lost all claims on the presidency and also fled the country, but that will not stop trouble with the Blanco party.;;;;;;;;;;;;; +EVTOPT600075A;Help the unitarians organize Argentina.;;;;;;;;;;;;; +EVTOPT600075B;Don't interfere anymore.;;;;;;;;;;;;; +EVTNAME600076;The Armistice of $YEAR$;;;;;;;;;;;;; +EVTDESC600076;Uruguay and Argentina agreed to an armistice and peace talks led to the maintenance of the status quo. Our war to oust Rosas wasn't successful.;;;;;;;;;;;;; +EVTOPT600076A;Damn.;;;;;;;;;;;;; +EVTNAME45103;The Dominican Independence;;;;;;;;;;;;; +EVTDESC45103;La Trinitaria Society was victorious and our independence is now complete. We remained independent long enough for the world to recognize us as a sovereign state!;;;;;;;;;;;;; +EVT45103OPTA;Viva la República Dominicana!;;;;;;;;;;;;; +EVTNAME203770;Slave population grows;;;;;;;;;;;;; +EVTDESC203770;Despite slave trade being banned for some time now, a direct result of the United Kingdom pressure, the slave population in our country grows, not by trade but by population growth.;;;;;;;;;;;;; +EVTOPTA203770;Good, Good.;;;;;;;;;;;;; +EVTNAME600050;Polish Insurrection;;;;;;;;;;;;; +EVTDESC600050;When a Polish insurrection broke out in Galicia (Austrian Poland) and Krakow early in 1846 many Austrians held that Krakow's independent status provided the stimulus as well as a forum for the planning of Polish revolts. However, we are still bound by the Treaty of Vienna and our administration of Krakow with Prussia and Russia.;;;;;;;;;;;;; +EVT600050OPTA;Dispatch diplomats to begin the talks.;;;;;;;;;;;;; +EVT600050OPTB;We don't care about Prussia and Russia consent on this matter, we must act now.;;;;;;;;;;;;; +EVT600050OPTC;Ignore the rebellion. They are harmless.;;;;;;;;;;;;; +EVTNAME600051;The Krakow Uprising;;;;;;;;;;;;; +EVTDESC600051;Polish nobles and scholars in our great city are starting a great revolution to restore Poland and end serfdom in our lands. This democratic movement is gathering momentum and might erupt at any time through Polish occupied lands. We can support it, incurring the anger of our neighbors and possibly invasion, or we can suppress it.;;;;;;;;;;;;; +EVT600051OPTA;Let the revolutionaries take the city. Unite Poland!;;;;;;;;;;;;; +EVT600051OPTB;Suppress the revolutionaries or the Austrians might retaliate.;;;;;;;;;;;;; +EVTNAME600052;The Polish Question;;;;;;;;;;;;; +EVTDESC600052;A revolution has begun in Krakow and it threatens to spread like wildfire in our great nation. Austria is asking our consent to suppress Krakow, arguing the free city is the focus of the Polish nationality and insurgency and that suppressing the city can end future Polish rebellions. Our diplomats are worried that this rebellion may grow if we don't support the Austrians. What do we tell the Austrian envoy?;;;;;;;;;;;;; +EVT600052OPTA;Let the Austrians know that they have our support on this matter.;;;;;;;;;;;;; +EVT600052OPTB;The Treaty of Vienna needs to be upheld. We do not support the Austrians.;;;;;;;;;;;;; +EVTNAME600054;The Fate of Krakow;;;;;;;;;;;;; +EVTDESC600054;Russia and Prussia agreed to our proposed solution. With the consent of the three nations, our troops are ready for deployment and to put down the polish rebellion.;;;;;;;;;;;;; +EVT600054OPTA;To Krakow! For the Kaiser!;;;;;;;;;;;;; +EVT600054OPTB;On second thought, we can't afford a war right now.;;;;;;;;;;;;; +EVTNAME600055;The Fate of Krakow;;;;;;;;;;;;; +EVTDESC600055;One or more powers disagrees with our solution for the Polish rebels. Acting now might anger them, but not acting might make the Poles even bolder.;;;;;;;;;;;;; +EVT600055OPTA;We don't need their approval! We will march on Krakow.;;;;;;;;;;;;; +EVT600055OPTB;Maybe it's wiser to let this matter go.;;;;;;;;;;;;; +EVTNAME600056;Polish Nationality;;;;;;;;;;;;; +EVTDESC600056;With the success of the Krakow Revolution, the city is being used as a base of operations to disrupt our activities in what they consider Polish territory and to incite Polish citizens to rebel. Our diplomats say this will only end when the city falls.;;;;;;;;;;;;; +EVT600056OPTA;Curses!;;;;;;;;;;;;; +EVTNAME600057;Colorado Victory;;;;;;;;;;;;; +EVTDESC600057;Colorado Rebels took the government and forced president Oribe to step down. Fructuoso Rivera, once exiled in Brazil, returned and now assumes the country as interim president until the next election. Manuel Oribe, the former Blanco President, was forced to flee the country in exile to Buenos Aires. Rivera dissolved the parliament, called for an election and installed pro-Colorado politicians in the upper house while the Colorado Caudillos are laying down their arms and donating what they can to help the Colorado government. France and the United Kingdom, seeking the downfall of Rosas, are also sending help.;;;;;;;;;;;;; +EVTOPT600057A;Long Live Fructuoso Rivera!;;;;;;;;;;;;; +EVTNAME600058;Oribe's Exile;;;;;;;;;;;;; +EVTDESC600058;President Manuel Oribe from Uruguay was deposed by the Colorado Party and fled the country to Buenos Aires. Governor of Buenos Aires and president of the Argentine Confederation, Juan Manuel de Rosas, received him as the constitutional president and soon offered him the command of the armies of the Argentine Confederation. Rivera, the interim president of Uruguay and leader of the Colorados, is extremely hostile to Rosas and to the Confederation thanks to the fact that Rosas and other Federalist Argentines backed Oribe in the past as well due to ideological differences. Rivera now harbour Argentine exiles that might cause problems in the future.;;;;;;;;;;;;; +EVTOPT600058A;Argentina will never recognize Rivera as President.;;;;;;;;;;;;; +EVTOPT600058B;It's better to not risk a conflict.;;;;;;;;;;;;; +EVTNAME600059;The Rise of the Colorados;;;;;;;;;;;;; +EVTDESC600059;The political scene in Uruguay during the 1830s became split between two parties, the conservative Blancos ("Whites") and the liberal Colorados (literally "coloureds", more usually "Reds"). The Colorados were led by Fructuoso Rivera and represented the business interests of Montevideo. The Blancos were headed by Manuel Oribe, who looked after the agricultural interests of the countryside and promoted protectionism. The two groups took their names from the color of the armbands that they wore. Initially, the Colorados wore blue, but when it faded in the sun, they replaced it with red. \n\nThe Uruguayan Constitution of 1830 didn't anticipate the sharing of political power between parties, which forced the minorities to resort to revolution.;;;;;;;;;;;;; +EVTOPT600059A;Troublemakers, the lot of them.;;;;;;;;;;;;; +EVTNAME600060;Oribe's Army;;;;;;;;;;;;; +EVTDESC600060;With the destruction of our army, Oribe took the opportunity to seize the countryside. Now, they are moving in to take the capital.;;;;;;;;;;;;; +EVTOPT600060A;That can't end well for us.;;;;;;;;;;;;; +EVTNAME6000061;The Argentine Unitarianists;;;;;;;;;;;;; +EVTDESC6000061;For a long time, two projects of country divided Argentina. Unitarianists or Unitarians were the proponents of the concept of a Unitary state (centralized government) in Buenos Aires and they were led by Juan Lavalle. They were opposed to the Argentine Federalists, who wanted a federation of independent provinces, led by Juan Manuel de Rosas. The Unitarians, sympathetic to our government, fled Argentina in exile after being defeated in 1831. Rosas, the so called Restorer of the Laws, controlled the Argentina Confederation for too long under his despotic rule. They harbour Oribe, who claims is still president, and their government is hostile to ours. Our most trusted Caudillos argue that it is time to prepare for war and for that end we can weaken the Confederation by using our Unitarianist friends.;;;;;;;;;;;;; +EVTOPT6000061A;Contact Genaro Berón de Astrada, Governor of Corrientes.;;;;;;;;;;;;; +EVTOPT600061B;Let it go, Rosas surely will not interfere in Uruguay anymore.;;;;;;;;;;;;; +EVTNAME600062;The Argentine Federalists;;;;;;;;;;;;; +EVTDESC600062;For a long time, two projects of country divided Argentina. Unitarianists or Unitarians were the proponents of the concept of a Unitary state (centralized government) in Buenos Aires and they were led by Juan Lavalle. They were opposed to the Argentine Federalists, who wanted a federation of independent provinces, led by Juan Manuel de Rosas. The Unitarians, sympathetic to our government, fled Argentina in exile after being defeated in 1831. Rosas, the so called Restorer of the Laws, controlled the Argentine Confederation for too long under his despotic rule. Now, our friends in Uruguay defeated the Blancos and promise to support us if we were to fight the Federalists to end Rosas despotic ruler.;;;;;;;;;;;;; +EVTOPT600062A;Tell them we are ready for war when they are.;;;;;;;;;;;;; +EVTNAME600063;The Big War;;;;;;;;;;;;; +EVTDESC600063;Genaro Berón de Astrada, governor of Corrientes, pledged to support us in our struggle against Rosas. The moment has arrived to rid the world of the tyrant. If we back down now, our government might look weak. France and the United Kingdom, that long had an attrition with Rosas, will surely help us in our struggle.;;;;;;;;;;;;; +EVTOPT600063A;Call the Caudillos. Mobilize the troops. Rosas will fall.;;;;;;;;;;;;; +EVTOPT600063B;This is a dangerous move. Let the Blancos and Rosas in peace.;;;;;;;;;;;;; +EVTOPT600063C;Bide our time.;;;;;;;;;;;;; +EVTNAME600064;Rivera backs down;;;;;;;;;;;;; +EVTDESC600064;The Uruguayan President backed down from the war with Rosas, but Rosas knows of the plan. This, combined with previous attrition with him, will surely lead to war.;;;;;;;;;;;;; +EVTOPT600064A;Fight to the last man!;;;;;;;;;;;;; +EVTOPT600064B;It's time to step down.;;;;;;;;;;;;; +EVTNAME600065;The Uruguayan Aggression;;;;;;;;;;;;; +EVTDESC600065;Rivera, the Uruguayan president, convinced governor Genaro Berón de Astrada to support him and Corrientes in a rebellion against Buenos Aires. Uruguay is preparing for war against us and they seek to depose Rosas.;;;;;;;;;;;;; +EVTOPT600065A;The fools!;;;;;;;;;;;;; +EVTNAME600066;The Italian Legion;;;;;;;;;;;;; +EVTDESC600066;Giuseppe Garibaldi moved in with his wife and has been living in Montevideo for a time already. A sworn fighter against tyranny, he now has offered his help in setting up the defences of Montevideo against Oribe and Rosas and has offered to lead an Italian Legion made of foreign soldiers that will help us in the struggle against the tyranny of Rosas. Furthermore, it has been recommended that we do as the Blancos are planning to do and abolish slavery in Uruguay so we can have more soldiers for the war.;;;;;;;;;;;;; +EVTOPT600066A;We welcome him and his soldiers.;;;;;;;;;;;;; +EVTOPT600066B;We don't need any help.;;;;;;;;;;;;; +EVTNAME600067;The Defences of Montevideo;;;;;;;;;;;;; +EVTDESC600067;The Italian Legion of Garibaldi has finished the construction of a fort and barricades throughout the city. This will, without a doubt, help us in the war.;;;;;;;;;;;;; +EVTOPT600067A;Wonderful!;;;;;;;;;;;;; +EVTNAME600068;Garibaldi seizes a province;;;;;;;;;;;;; +EVTDESC600068;The Italian Legion has defeated the enemy in a province and seized it back, returning it for us.;;;;;;;;;;;;; +EVTOPT600068A;Splendid!;;;;;;;;;;;;; +EVTNAME600069;The Fall of the Blancos;;;;;;;;;;;;; +EVTDESC600069;After years of struggle, the Blancos are losing their strength. Our country, once torn by civil war, is beginning to unite and the flames of revolutions are dying.;;;;;;;;;;;;; +EVTOPT600069A;Finally.;;;;;;;;;;;;; +EVTNAME600070;Brazilian Intervention;;;;;;;;;;;;; +EVTDESC600070;The war with Argentina and the Blancos costed too much already and our people want peace, internally and externally. The Brazilians are showing some interest in the conflict, and our country, and they would help us much in the struggle against Rosas and Oribe. Our diplomats began the talks and the conditions the Brazilians are asking are the free navigation of the Uruguay river, taxes and trade benefits, renouncement of our claims on the border with Rio Grande do Sul and the recognition of Brazil's right to interfere with our internal affairs. \n\nGetting Brazilian help would undoubtedly tip the war in our favour and it is better than to risk another Blanco government.;;;;;;;;;;;;; +EVTOPT600070A;I'm sure there will be no problems. Ask for their help.;;;;;;;;;;;;; +EVTOPT600070B;We can take care of this war by ourselves.;;;;;;;;;;;;; +EVTNAME600071;Uruguay asks for our help;;;;;;;;;;;;; +EVTDESC600071;For a long time, Uruguay has been plunged into turmoil. It fights the Blancos, which aren't too fond of us, and the Argentine, which aren't too fond of us either. But the war isn't going very well for them, and they are asking for our help. In exchange for our help, they are proposing several benefits for our country, such as treaties for the free navigation of the Uruguay river, taxes and trade benefits, renouncement of their claims on the border with Rio Grande do Sul and the recognition of Brazil's right to interfere with Uruguay internal affairs. This would undoubtedly bring our countries close together and can serve as a the start of Brazilian hegemony in the south of the continent;;;;;;;;;;;;; +EVTOPT600071A;Agree to these terms.;;;;;;;;;;;;; +EVTOPT600071B;We can't afford to help them right now.;;;;;;;;;;;;; +EVTNAME600072;Spheres of Influence;;;;;;;;;;;;; +EVTDESC600072;After years of struggle for power, both the Colorados and the Blancos were weary of the chaos. In $YEAR$, they came to an agreement to define spheres of influence: the Colorados would control Montevideo and the coastal region, the Blancos would rule the hinterland with its agricultural estates. In addition, the Blancos were paid a lump sum of money to compensate them for the loss of their stake in Montevideo.;;;;;;;;;;;;; +EVTOPT600072A;Finally we can have some peace.;;;;;;;;;;;;; +EVTOPT600072B;Unnecessary. Our current government will always have power.;;;;;;;;;;;;; +EVTNAME600073;Spheres of Influence;;;;;;;;;;;;; +EVTDESC600073;Blancos and Colorados finally learned to share political power. This will severely reduce rebellion and aggressions between the parties.;;;;;;;;;;;;; +EVTOPT600073A;Uruguay can rest;;;;;;;;;;;;; +EVTNAME700000;Death of Francia;;;;;;;;;;;;; +EVTDESC700000;Paraguayan supreme dictator, José Gaspar Rodríguez de Francia, took several precautions against assassination. He would lock the Palace doors himself, unroll the cigars his sister made to ensure there was no poison, prepare his own yerba mate, and sleep with a pistol under his pillow. No one could come within six paces of him, or even bear a cane near him. Whenever he would go out riding, he had all bushes and trees along the route uprooted so that assassins could not hide. All shutters had to be closed, and pedestrians had to prostrate before him as he passed. Sensing his mortality, he destroyed all his papers and refused medical aid, even lashing out at a physician with his sabre. In this day, Francia breathed his last and passed away. Francia left the state treasury with at least twice as much money in it as when he took office, including 36,500 pesos of his unspent salary, the equivalent of several years' pay. His daughter later burnt all his furniture after his death.;;;;;;;;;;;;; +EVTOPT700000A;The end of an era.;;;;;;;;;;;;; +EVTNAME700001;The Rise of Carlos Lopéz;;;;;;;;;;;;; +EVTDESC700001;Carlos Antonio López Ynsfrán, nephew of Francia, attracted the hostility of the dictator and uncle and he was forced to keep in hiding for several years. He was briefly secretary of the military junta that ruled the country after Francia's death and today, after years of confusion and chaos since Francia's death, he was chosen as the country's first consul--a post equivalent to that of president -- ruling alongside Mariano Roque Alonso.;;;;;;;;;;;;; +EVTOPT700001A;What the future holds for Paraguay?;;;;;;;;;;;;; +EVTNAME700002;Carlos López Takes Power;;;;;;;;;;;;; +EVTDESC700002;Paraguay's Consul, Carlos López, exiled Roque and assumed dictatorial powers. The Congress approved the first Paraguayan Constitution — probably the work of Lopez himself. A few months later, Congress changed his post from consul to president, and elected him to the new post for a 10-year term. The constitution not only legally sanctioned López' dictatorial powers, but included no guarantees of civil rights. Indeed, the word "liberty" was not even mentioned in the text.\nHis government now is directing energy towards developing the material resources and strengthening the military power of the country. One of his first actions was to strengthen Paraguay's grip on the Chaco region by building forts and founding villages.;;;;;;;;;;;;; +EVTOPT700002A;For the glory of Paraguay!;;;;;;;;;;;;; +EVTOPT700002B;Try to fight for democracy!;;;;;;;;;;;;; +EVTNAME700003;Foreign Policy;;;;;;;;;;;;; +EVTDESC700003;López lead an extremely aggressive foreign policy which frequently caused attrition with other governments. In 1853, he refused to ratify a commercial and navigational treaty with the United States and began confiscating the property of American citizens residing in Paraguay. Because of a dispute with Britain, López closed Paraguayan waters to foreign warships. Today, Paraguayan soldiers fired upon an American ship engaged in a scientific survey of the Parana River, killing one American crew member.;;;;;;;;;;;;; +EVTOPT700003A;Who gives a hoot about yankees anyway?;;;;;;;;;;;;; +EVTOPT700003B;Issue an official apology.;;;;;;;;;;;;; +EVTNAME700004;The Paraguay Expedition;;;;;;;;;;;;; +EVTDESC700004;Some years ago, the American ship USS Water Witch was doing a scientific expedition on the Paraná River when Paraguayan troops fired against it. This act of aggression wasn't met by an official apology by Paraguayan dictator Carlos López. This insult went unanswered for too long. Now, the US Congress authorized for a Naval Squadron to be sent to Paraguay to seek redress from Paraguay for the shelling of the Water Witch, which had resulted in the death of the an American citizen, the ship's helmsman.;;;;;;;;;;;;; +EVTOPT700004A;Time to show American gunboat diplomacy.;;;;;;;;;;;;; +EVTOPT700004B;Drop the matter, it's not worth it.;;;;;;;;;;;;; +EVTNAME700005;The USA asks for military access;;;;;;;;;;;;; +EVTDESC700005;Tensions between the United States of America and Paraguay reached a critical point this year as the USA plans to seek an apology for the shelling of one of its ships on the Parana river. The United States of America asked our government military access so they can enter Paraguayan territory in seek of their redress.;;;;;;;;;;;;; +EVTOPT700005A;The yankees can pass through our territory.;;;;;;;;;;;;; +EVTOPT700005B;We don't want any involvement on this matter.;;;;;;;;;;;;; +EVTNAME700006;Uruguay gave us military access;;;;;;;;;;;;; +EVTDESC700006;The Uruguayan government gave us military access for our expedition against Paraguay.;;;;;;;;;;;;; +EVTOPT700006A;Contact Flag Officer William B. Shubrick. Let the expedition begin.;;;;;;;;;;;;; +EVTOPT700006B;Better to leave this issue behind us.;;;;;;;;;;;;; +EVTNAME700007;Uruguay refuse to give military access;;;;;;;;;;;;; +EVTDESC700007;The Uruguayan government refuse to give us military access for our expedition against Paraguay.;;;;;;;;;;;;; +EVTOPT700007A;The expedition will happen one way or another.;;;;;;;;;;;;; +EVTOPT700007B;Better to leave issue this behind us.;;;;;;;;;;;;; +EVTNAME700008;The USA Expedition;;;;;;;;;;;;; +EVTDESC700008;The United States of America sent an expedition to get an official apology for our attack against one of its ships. There are rumours of yankee ships in the coast and that the Uruguayans will let the yankees through their territory and if they do, we might face a defeat that will shake off our government.;;;;;;;;;;;;; +EVTOPT700008A;Send them an official apology and pay indemnifications.;;;;;;;;;;;;; +EVTOPT700008B;The Paraguayans will never submit!;;;;;;;;;;;;; +EVTOPT700008C;Let us bide our time.;;;;;;;;;;;;; +EVTNAME700009;The Expedition Ends;;;;;;;;;;;;; +EVTDESC700009;Our military sent a few gunboats up the Paraná River for target practice in Paraguay and military exercises. A few months of gunboat diplomacy and a few demonstrations of our military might and Paraguay agreed to issue an official apology and already paid indemnifications for the death of our sailor.;;;;;;;;;;;;; +EVTOPT700009A;Justice is served.;;;;;;;;;;;;; +EVTOPT700009B;We already got the reparations? Great! Now continue the war.;;;;;;;;;;;;; +EVTNAME700010;Paraguay Occupies Misiones;;;;;;;;;;;;; +EVTDESC700010;The Paraguayan dictator built a fort overnight and occupied the province of Misiones, claiming the ethnic majority is Guarani and therefore should be ruled by him.;;;;;;;;;;;;; +EVTOPT700010A;Irrelevant, Paraguay is a province of Argentina.;;;;;;;;;;;;; +EVTNAME700011;Francia's Utopia;;;;;;;;;;;;; +EVTDESC700011;Dr. José Gaspar Rodríguez de Francia y Velasco is a Paraguayan lawyer and the Dictator of Paraguay. Originally a professor of philosophy, he entered the cabildo of Asunción while working as a lawyer and rose to become the head of the cabildo. After the proclamation of the Paraguayan Republic he became an important political leader in South America, and was eventually installed as supreme leader before being declared dictator for life. \n Inspired by French revolutionary ideals, Francia sought to create a utopian state based on Rosseau's Social Contract. Although he strived for equality of the people, Francia ruthlessly destroyed any opposition and created a Police state, imprisoning all those he deemed seditious. \n Francia lived a spartan lifestyle, and apart from some books and furniture, his only possessions were a tobacco case and a pewter confectionery box.;;;;;;;;;;;;; +EVTOPT700011A;Long may he live!;;;;;;;;;;;;; +EVTNAME700012;A Stab in the Back;;;;;;;;;;;;; +EVTDESC700012;After receiving our indemnification and apologies, what was asked for, the USA decided to declared war against us. As a consequence, their reputation in the eyes of the world fell, but what will be the consequences for our country?;;;;;;;;;;;;; +EVTOPT700012A;Traitorous bastards!;;;;;;;;;;;;; +EVTNAME500000;The Organic Statute of Poland;;;;;;;;;;;;; +EVTDESC500000;The Organic Statute of the Kingdom of Poland was a Statute which replaced the Constitution of 1815 in the aftermath of the failed November Uprising in the Russian Partition. The Statute was pronounced in occupied Warsaw on March 1832 by Marshal Ivan Fyodorovich Paskevich, who named himself a namestnik. The Statute, signed by Emperor Nicholas I of Russia, replaced the personal union between the Kingdom of Poland and the Russian Empire with the "eternal incorporation" of Poland into Russia. The Parliament of the Kingdom was abolished, and its army merged with the Russian Army. \n §RNOTE: Congress Poland is an extremely hard to play substate. You won't get any soldiers and when the Polish Uprising begins you will probably lose the game.§W;;;;;;;;;;;;; +EVTOPT500000A;When will the Poles be free?;;;;;;;;;;;;; +EVTNAME500001;The Polish Uprising of $YEAR$;;;;;;;;;;;;; +EVTDESC500001;After the latest war our subjects in Poland and other parts of our empire began to grow restless. The uprising began as a spontaneous protest by young Poles against conscription into the $COUNTRY_ADJ$ Army. It was soon joined by high-ranking Polish-Lithuanian officers and various politicians. In Warsaw alone 116 demonstrations were held in $YEAR$. Much of these manifestations in ended in clashes with the $COUNTRY_ADJ$ Army. In spite of $COUNTRY_ADJ$ police interference, a symbolic meeting of hymn-singing Poles and Lithuanians took place on the bridge across an important River. The crowds sang "God protect Poland" in Lithuanian and Belarusian. Earlier in $YEAR$ the $COUNTRY_ADJ$ government introduced a state of emergency in Kovno and Grodno as well as several other Polish-majority provinces. Public gatherings were banned and some public leaders were declared outlaws. The situation threatens to break down in anarchy.;;;;;;;;;;;;; +EVTOPT500001A;Suppress them immediately.;;;;;;;;;;;;; +EVTOPT500001C;Let them be free.;;;;;;;;;;;;; +EVTOPT500001D;Onwards to Poland!;;;;;;;;;;;;; +EVTNAME500002;The Polish Uprising;;;;;;;;;;;;; +EVTDESC500002;Poles in $FROMCOUNTRY$, together with some other nationalities in the territory of the former Polish-Lithuanian Commonwealth, started a general uprising against the $FROMCOUNTRY_ADJ$ government. There is an outcry from some sectors of our population to support Polish freedom, but there wouldn't be any problems if we stayed neutral on this matter either.;;;;;;;;;;;;; +EVTOPT500002A;Help the Poles in any way we can. §R(Pay or owe 20,000¤)§W;;;;;;;;;;;;; +EVTOPT500002B;Condemn $FROMCOUNTRY$'s action.;;;;;;;;;;;;; +EVTOPT500002C;Stay neutral on the matter.;;;;;;;;;;;;; +EVTOPT500002D;Pronounce our support to $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTNAME500003;The Polish Rebellion is Crushed;;;;;;;;;;;;; +EVTDESC500003;Traugutt, the insurrection general, and four other members of the Polish Government were apprehended by $COUNTRY_ADJ$ troops and executed at the Warsaw citadel. In the course of the war several battles and skirmishes were fought and some twenty-five thousand Poles were killed. The $COUNTRY_ADJ$ $MONARCHTITLE$ passed laws and edicts to make the land an integral part of $COUNTRY$'s territory and all that remains now is to decide the fate of the rebels.;;;;;;;;;;;;; +EVTOPT500003A;There will be harsh reprisals.;;;;;;;;;;;;; +EVTOPT500003B;Be lenient with them.;;;;;;;;;;;;; +EVTNAME132002;Government Overthrown in $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC132002;Our puppet government in $FROMCOUNTRY$ was overthrown and the new government has declared it will not take any orders from us!;;;;;;;;;;;;; +EVTNAME4661006;Bolivian-Argentine Border Treaty;;;;;;;;;;;;; +EVTDESC4661006;The border between Bolivia and Argentina has long been under influence of Caudillos from both countries, the provinces being raided and conquered numerous times. The Bolivians conquered Cochinoca, an Argentine province, using the attempt to stop Argentinian Caudillos from raiding Bolivia's countryside as the justification. After the recent war the Argentine took Cochinoca and Tarija, the latter being claimed by some Argentine northern Caudillos as being part of Argentina but that province long has been under the rule of Bolivia and has mainly a Bolivian population. Now with the post-war peace talks, our diplomats proposed that we raise the question of the settlement of the borders between Bolivia and Argentina. The best deal we can get by our diplomats calculations is to offer to renounce all our claims in Cochinoca, Uquia, Jujuy and Salta in exchange for the return of Tarija and their renouncement of their claims in that province.;;;;;;;;;;;;; +EVTOPT4661006A;Make the proposal.;;;;;;;;;;;;; +EVTOPT4661006B;We will not renounce our claims.;;;;;;;;;;;;; +EVTDESC4661007;The border between Bolivia and Argentina has long been under influence of Caudillos from both countries, the provinces being raided and conquered numerous times. The Bolivians conquered Cochinoca, an Argentine province, using the attempt to stop Argentinian Caudillos from raiding Bolivia's countryside as the justification. After the recent war we took Cochinoca and Tarija, the latter being claimed by some northern Caudillos as being part of Argentina but that province long has been under the rule of Bolivia and has mainly a Bolivian population. Now with the post-war peace talks, the question of the settlement of the borders between Bolivia and Argentina was raised by the Bolivian government. They offer to renounce all their claims in Cochinoca, Uquia, Jujuy and Salta in exchange for the return of Tarija and our renouncement of our claims in that province.;;;;;;;;;;;;; +EVTOPT4661007A;We agree to their proposal.;;;;;;;;;;;;; +EVTOPT4661007B;We will not renounce our spoils of war.;;;;;;;;;;;;; +EVTNAME4661008;Argentina Agrees;;;;;;;;;;;;; +EVTDESC4661008;The Argentines agreed to our proposal and Tarija is being returned to us.;;;;;;;;;;;;; +EVTOPT4661008A;Great news!;;;;;;;;;;;;; +EVTNAME97051;The New Capital!;;;;;;;;;;;;; +EVTDESC97051;The new President of Bolivia, after the fall of the federation, proclaimed a law naming the city of the Chuquisaca as the capital of Bolivia and renaming it in honor of the revolutionary leader Antonio José de Sucre.;;;;;;;;;;;;; +EVT970501PTA;For the glory of Bolivia!!;;;;;;;;;;;;; +EVTPDII50000;The Republican Coup;;;;;;;;;;;;; +EVTDESC50000;The end of slavery had resulted in an explicit shift of support to republicanism by rich and powerful coffee farmers who held great political, economic and social power in the country. To avert a republican backlash, the government adopted a series of credit and military policies and reforms to appease the land owners. The measures made by the government alarmed the civilian republicans and the Positivists in the military corps. They saw that it would undercut support for their own aims, and were emboldened to further action. For them, it had become a case of "now or never". Although there was no desire in Brazil among the majority of the population to change the form of government, the civilian republicans began pressuring the Positivist officers to overthrow the monarchy. The Positivists launched a coup d'etat and tried to institute a republic on $YEAR$. During the whole ordeal Pedro II showed no emotion, as if unconcerned about the outcome. He only commented:;;;;;;;;;;;;; +EVTOPTA50000;If this is how it is, I will retire. I worked too much and I'm tired. Now I'll rest.;;;;;;;;;;;;; +EVTOPTB50000;Crush the rebellion!;;;;;;;;;;;;; +vargastitle;The Rise of Getulio Vargas;;;;;;;;;;;;; +vargasdesc;Vargas was born in the state of Rio Grande do Sul, into a family prominent in state politics. By 1922 he had risen rapidly in state politics and was elected to the National Congress, in which he served for four years. In 1926 Vargas became minister of finance in the Cabinet of President Washington Luís Pereira de Sousa, a post he retained until his election as governor of Rio Grande do Sul in 1928. From his position as state governor, Vargas campaigned unsuccessfully as reform candidate for the presidency of Brazil in 1930. While appearing to accept defeat, Vargas in October of that year led the revolution, organized by his friends, that overthrew the oligarchical republic. For the next 15 years Vargas assumed largely dictatorial powers, ruling most of that time without a congress. He held sole power as provisional president from Nov. 3, 1930, until July 17, 1934, when he was elected president by the constituent assembly.;;;;;;;;;;;;; +vargasopt1;Today you are with the government. Tomorrow you will be the government.;;;;;;;;;;;;; +vargasopt2;The coffee policy will prevail! Suppress this outrageous coup!;;;;;;;;;;;;; +EVTNAME50009;The Rise of the Andinos;;;;;;;;;;;;; +EVTDESC50009;The course of Venezuelan history changed markedly at the turn of the 20th century. In 1899 General Cipriano Castro, a caudillo from the Andean state of Táchira, descended on Caracas with his provincial army and seized the presidency. As a result, five successive military strongmen from Táchira, known as Andinos, controlled the nation for the next 59 years, except for an interlude in 1945–48. The longest rule being the one of General Juan Vicente Gómez. Gómez was an effective, if ruthless, dictator. By manipulating elections, abolishing all organized political activity, and monopolizing appointive powers, he established a completely subservient legislative and judicial structure.;;;;;;;;;;;;; +EVTNAME50009OPTA;We can't resist the powerful caudillos.;;;;;;;;;;;;; +EVTNAME50009OPTB;The Federation must resist this coup!;;;;;;;;;;;;; diff --git a/HPM/localisation/02_NNM_countries.csv b/HPM/localisation/02_NNM_countries.csv index d5e501f9..d874e7ea 100644 --- a/HPM/localisation/02_NNM_countries.csv +++ b/HPM/localisation/02_NNM_countries.csv @@ -1,2393 +1,76 @@ -;;;;;;;;;;;;;x -D01;$REGION$;;Das Königreich von $REGION$;;;;;;;;x;;; -D01_ADJ;$REGION$;;königstreu;;;;;;;;x;;; -D02;The Confederation of $REGION$;;Die Konföderation von $REGION$;;;;;;;;x;;; -D02_ADJ;$REGION$;;konföderiert;;;;;;;;x;;; -D03;Commonwealth of $REGION$;;Commonwealth von $REGION$;;;;;;;;x;;; -D03_ADJ;Commonwealth;;Commonwealth-;;;;;;;;x;;; -D04;$REGION$;;Die Republik von $REGION$;;;;;;;;x;;; -D04_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D05;$REGION$ Free State;;Der $REGION$-Staat;;;;;;;;x;;; -D05_ADJ;$REGION$;;staatlich;;;;;;;;x;;; -D06;$REGION$;;Die Volksrepublik von $REGION$;;;;;;;;x;;; -D06_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D07;The Free State of $REGION$;;Der Freistaat von $REGION$;;;;;;;;x;;; -D07_ADJ;$REGION$;;freistaatlich;;;;;;;;x;;; -D08;$REGION$;;Der Großstaat von $REGION$;;;;;;;;x;;; -D08_ADJ;$REGION$;;großstaatlich;;;;;;;;x;;; -D09;$REGION$;;Der Staat von $REGION$;;;;;;;;x;;; -D09_ADJ;$REGION$;;staatlich;;;;;;;;x;;; -D10;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;x;;; -D10_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -D11;$REGION$;;Die Demokratische Republik von $REGION$;;;;;;;;x;;; -D11_ADJ;$REGION$;;depublikanisch;;;;;;;;x;;; -D12;The $REGION$ Union;;Die $REGION$-Union;;;;;;;;x;;; -D12_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D13;$REGION$;;Das $REGION$-Königreich;;;;;;;;x;;; -D13_ADJ;$REGION$;;königstreu;;;;;;;;x;;; -D14;The Dominion of $REGION$;;Das Dominion von $REGION$;;;;;;;;x;;; -D14_ADJ;Dominion;;Dominions-;;;;;;;;x;;; -D15;$REGION$;;Das Großherzogtum von $REGION$;;;;;;;;x;;; -D15_ADJ;$REGION$;;großherzogstreu;;;;;;;;x;;; -D16;The $REGION$ Commonwealth;;Die $REGION$-Nation;;;;;;;;x;;; -D16_ADJ;$REGION$;;national;;;;;;;;x;;; -D17;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;x;;; -D17_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D18;The United States of $REGION$;;Die Vereinigten Staaten von $REGION$;;;;;;;;x;;; -D18_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D19;The Union of $REGION$;;Die Demokratische Union von $REGION$;;;;;;;;x;;; -D19_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D20;$REGION$;;Das Fürstentum von $REGION$;;;;;;;;x;;; -D20_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -D21;$REGION$;;Die Union von $REGION$;;;;;;;;x;;; -D21_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D22;$REGION$;;Die Demokratische Volksrepublik von $REGION$;;;;;;;;x;;; -D22_ADJ;$REGION$;;demokratisch-republikanisch;;;;;;;;x;;; -D23;$REGION$;;Das $REGION$-Gebiet;;;;;;;;x;;; -D23_ADJ;$REGION$;;ortsansässig;;;;;;;;x;;; -D24;$REGION$;;Die Glorreiche Union von $REGION$;;;;;;;;x;;; -D24_ADJ;$REGION$;;glorreich;;;;;;;;x;;; -D25;$REGION$;;Das mächtige Gebiet von $REGION$;;;;;;;;x;;; -D25_ADJ;$REGION$;;mächtig;;;;;;;;x;;; -D26;The $REGION$ Free State;;Der $REGION$-Freistaat;;;;;;;;x;;; -D26_ADJ;$REGION$;;freistaatlich;;;;;;;;x;;; -D27;The $REGION$ Commonwealth;;$REGION$-Commonwealth;;;;;;;;x;;; -D27_ADJ;Commonwealth;;Commonwealth-;;;;;;;;x;;; -D28;The $REGION$ Confederacy;;Die $REGION$-Konföderation;;;;;;;;x;;; -D28_ADJ;Confederate;;konföderiert;;;;;;;;x;;; -D29;$REGION$;;Das Freie Volk von $REGION$;;;;;;;;x;;; -D29_ADJ;$REGION$;;frei;;;;;;;;x;;; -D30;$REGION$;;Die $REGION$-Republik;;;;;;;;x;;; -D30_ADJ;$REGION$;;republikanisch;;;;;;;;x;;; -D31;$REGION$;;Die Heilige Union von $REGION$;;;;;;;;x;;; -D31_ADJ;$REGION$;;zelotisch;;;;;;;;x;;; -D32;Union of $REGION$;;Die Volks-Union von $REGION$;;;;;;;;x;;; -D32_ADJ;$REGION$;;Unions-;;;;;;;;x;;; -D33;$REGION$ Federation;;Die Föderationsstaaten von $REGION$;;;;;;;;x;;; -D33_ADJ;Federation;;Föderations-;;;;;;;;x;;; -D34;$REGION$;;Der $REGION$-Föderationsstaat;;;;;;;;x;;; -D34_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D35;The $REGION$ Confederation;;Die $REGION$-Konföderation;;;;;;;;x;;; -D35_ADJ;$REGION$;;konföderiert;;;;;;;;x;;; -D36;The $REGION$ Federation;;Die $REGION$-Föderation;;;;;;;;x;;; -D36_ADJ;$REGION$;;Föderations-;;;;;;;;x;;; -D37;The $REGION$ Union;;Die Fromme Union von $REGION$;;;;;;;;x;;; -D37_ADJ;$REGION$;;fromm;;;;;;;;x;;; -D38;$REGION$;;$REGION$-Land;;;;;;;;x;;; -D38_ADJ;$REGION$;;Landes-;;;;;;;;x;;; -D39;$REGION$;;Die Republik der Ruhe von $REGION$;;;;;;;;x;;; -D39_ADJ;$REGION$;;ruhig;;;;;;;;x;;; -D40;$REGION$;;Das Geheime Königreich von $REGION$;;;;;;;;x;;; -D40_ADJ;$REGION$;;geheim;;;;;;;;x;;; -D41;$REGION$;;Die Kommune von $REGION$;;;;;;;;x;;; -D41_ADJ;$REGION$;;kommunistisch;;;;;;;;x;;; -D42;Dominion of $REGION$;;Die $REGION$-Kommune;;;;;;;;x;;; -D42_ADJ;$REGION$;;kommunistisch;;;;;;;;x;;; -D43;$REGION$;;Die Arbeiter-Union von $REGION$;;;;;;;;x;;; -D43_ADJ;$REGION$;;Arbeiter-;;;;;;;;x;;; -D44;$REGION$;;Die Landgrafschaft von $REGION$;;;;;;;;x;;; -D44_ADJ;$REGION$;;landgrafschaftlich;;;;;;;;x;;; -D45;$REGION$;;Die Nation von $REGION$;;;;;;;;x;;; -D45_ADJ;$REGION$;;national;;;;;;;;x;;; -D46;$REGION$;;Die Heilige Region von $REGION$;;;;;;;;x;;; -D46_ADJ;$REGION$;;zelotisch;;;;;;;;x;;; -D47;The $REGION$ Dominion;;Das $REGION$-Dominion;;;;;;;;x;;; -D47_ADJ;$REGION$;;beherrschend;;;;;;;;x;;; -D48;$REGION$;;Der Volksstaat von $REGION$;;;;;;;;x;;; -D48_ADJ;$REGION$;;völkisch;;;;;;;;x;;; -D49;$REGION$;;Das Hohe Königreich von $REGION$;;;;;;;;x;;; -D49_ADJ;$REGION$;;hochköniglich;;;;;;;;x;;; -D50;$REGION$;;Das Kleinere Fürstentum von $REGION$;;;;;;;;x;;; -D50_ADJ;$REGION$;;fürstlich;;;;;;;;x;;; -ABU;Trucial States;;;;;;;;;;;;x -ABU_ADJ;Trucial;;;;;;;;;;;;x -ACR;Acre;;;;;;;;;;;;;x -ACR_ADJ;Acrean;;;;;;;;;;;;;x -ACR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -ACR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -AIN;Ainu;;;;;;;;;;;;;x -AIN_ADJ;Ainu;;;;;;;;;;;;;x -AIN_absolute_monarchy;Ainu Mosir;;;;;;;;;;;;;x -AIN_conservative;Conservatist Faction;;;;;;;;;;;;;x -AIN_liberal;Reformist Faction;;;;;;;;;;;;;x -AIN_socialist;Progressive Faction;;;;;;;;;;;;;x -AIN_communist;Communist Faction;;;;;;;;;;;;;x -AIN_reactionary;Nationalist Faction;;;;;;;;;;;;;x -AIN_anarcho_liberal;Radical Faction;;;;;;;;;;;;;x -AIN_fascist;Fascist faction;;;;;;;;;;;;;x -AKH;Astrakhan;;;;;;;;;;;;x -AKH_ADJ;Astrakhan;;;;;;;;;;;;x -AKH_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -AKH_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -AKH_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -AKH_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -AKH_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -AKH_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -AKH_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -ALS;Elsass;;;;;;;;;;;;;x -ALS_ADJ;Alsatian ;;;;;;;;;;;;;x -ALS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALS_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -ALT;Altai Republic;;;;;;;;;;;;x -ALT_absolute_monarchy;Altai Union;;;;;;;;;;;;x -ALT_hms_government;Altai Union;;;;;;;;;;;;x -ALT_prussian_constitutionalism;Altai Union;;;;;;;;;;;;x -ALT_ADJ;Altaic;;;;;;;;;;;;x -ALT_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -ALT_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -ALT_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -ALT_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -ALT_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -ALT_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -ALT_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -ANG;Angola;;;;;;;;;;;;x -ANG_ADJ;Angolan;;;;;;;;;;;;x -ANI_absolute_monarchy;Antillean Empire;Empire of Antillia;Empire of Antillia;;Empire of Antillia;;;;;;;;;x ; -ANI_proletarian_dictatorship;Antillean Republic;the Red Indies;the Red Indies;;the Red Indies;;;;;;;;;x ; -ANI_presidential_dictatorship;Antillean Republic;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;;x ; -ANI_fascist_dictatorship;Antillean Republic;the Black Isles;the Black Isles;;the Black Isles;;;;;;;;;x ; -ANI_bourgeois_dictatorship;Antillean Republic;Pirates of the Caribbean;Pirates of the Caribbean;Pirates of the Caribbean;;;;;;;;;x ; -ANI;Antilles Confederation;Republic of Antillia;Republic of Antillia;;Republic of Antillia;;;;;;;;;x -ANI_ADJ;Antillean;Antillean;Antillean;;Antillean;;;;;;;;;x -ANT;Antigua;;;;;;;;;;;;x -ANT_ADJ;Antiguan;;;;;;;;;;;;x -AOT;Aotearoa;Aotearoa;Aotearoa;;;;;;;;;;;x -AOT_ADJ;Maori;Maori;Maori;;;;;;;;;;;x -AOT_conservative;Kingitanga;Kingitanga;Kingitanga;;;;;;;;;;;x -AOT_liberal;Ropu o te Rangatahi;Ropu o te Rangatahi;Ropu o te Rangatahi;;;;;;;;;;;x -AOT_socialist;Ratana;Ratana;Ratana;;;;;;;;;;;x -AOT_communist;Toputanga-a-iwi;Toputanga-a-iwi;Toputanga-a-iwi;;;;;;;;;;;x -AOT_reactionary;Kauhanganui;Kauhanganui;Kauhanganui;;;;;;;;;;;x -AOT_anarcho_liberal;Mana Maori Motuhake;Mana Maori Motuhake;Mana Maori Motuhake;;;;;;;;;;;x -AOT_fascist;Kawanatanga Whakahawini;Kawanatanga Whakahawini;Kawanatanga Whakahawini;;;;;;;;;;;x -ARA;Arabia;;;;;;;;;;;;x -ARA_ADJ;Arabian;;;;;;;;;;;;x -ARA_reactionary;Al Sa'ud;;;;;;;;;;;;;x -ARA_reactionary2;Al Rashid;;;;;;;;;;;;;x -ARA_conservative;Al Muhafidh;;;;;;;;;;;;;x -ARA_liberal;Al Mutaharir;;;;;;;;;;;;;x -ARA_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -ARA_socialist;Al Ishtiraki;;;;;;;;;;;;;x -ARA_communist;Al Shiu'i;;;;;;;;;;;;;x -ARA_fascist;Al Fashi;;;;;;;;;;;;;x -ARU;Arab Union;;;;;;;;;;;;;x -ARU_ADJ;Arabic;;;;;;;;;;;;;x -ARU_proletarian_dictatorship;Arab People's Republic;;;;;;;;;;;;;x -ARU_fascist_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_presidential_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_bourgeois_dictatorship;Arab Republic;;;;;;;;;;;;;x -ARU_democracy;United Arab Republic;;;;;;;;;;;;;x -ASR;Asir;;;;;;;;;;;;x -ASR_ADJ;Asiri;;;;;;;;;;;;x -ASR_absolute_monarchy_ADJ;Idrisi;;;;;;;;;;;;x -ASR_prussian_constitutionalism_ADJ;Idrisi;;;;;;;;;;;;x -ASR_hms_government_ADJ;Idrisi;;;;;;;;;;;;x -ASR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -ASR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -ASR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -ASR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -ASR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -ASR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -ASR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -ASM;Assam;;;;;;;;;;;;x -ASM_ADJ;Assamese;;;;;;;;;;;;x -ASM_fascist_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_presidential_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_bourgeois_dictatorship;Assamese Republic;;;;;;;;;;;;x -ASM_conservative;Royal Faction;;;;;;;;;;;;x -ASM_liberal;The Liberal Faction;;;;;;;;;;;;x -ASM_reactionary;The Nationalist Faction;;;;;;;;;;;;x -ASM_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -ASM_socialist;The Socialist Faction;;;;;;;;;;;;x -ASM_communist;The Communist Faction;;;;;;;;;;;;x -ASM_fascist;The Fascist Faction;;;;;;;;;;;;x -ASY;Assyria;;;;;;;;;;;;x -ASY_ADJ;Assyrian;;;;;;;;;;;;x -ASY_fascist_dictatorship;Aramaea;;;;;;;;;;;;x -ASY_fascist_dictatorship_ADJ;Aramaic;;;;;;;;;;;;x -ATR;Asturias;Asturias;Asturias;;Asturias;;;;;;;;;x -ATR_ADJ;Asturian;Asturien;Asturisch;;Asturiano;;;;;;;;;x -ATR_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;;x -ATR_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;x -ATR_reactionary;Comunión Carlista;Comunión Carlista;Comunión Carlista;;;;;;;;;;;x -ATR_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -ATR_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;;x -ATR_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;x -ATR_fascist;Falange;Falange;Falange;;;;;;;;;;;x -BAH;Bahia;;;;;;;;;;;;;x -BAH_ADJ;Bahian;;;;;;;;;;;;;x -BAH_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_conservative_2;Partido Paulista;Partido Paulista;Partido Paulista;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_liberal_2;Partido Carioca;Partido Carioca;Partido Carioca;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAH_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -BAN;Banat;;;;;;;;;;;;x -BAN_democracy;Banat Republic;;;;;;;;;;;;x -BAN_ADJ;Banati;;;;;;;;;;;;x -BAN_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -BAN_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -BAN_reactionary;The Royalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -BAN_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -BAN_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -BAN_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -BAN_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -BAR;Barbados;;;;;;;;;;;;x -BAR_ADJ;Barbadian;;;;;;;;;;;;x -BHM;Bahamas;;;;;;;;;;;;x -BHM_ADJ;Bahamian;;;;;;;;;;;;x -BHR;Bahrain;;;;;;;;;;;;x -BHR_ADJ;Bahraini;;;;;;;;;;;;x -BHR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -BHR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -BHR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -BHR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -BHR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -BHR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -BHR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -BIH;Bihar;;;;;;;;;;;;x -BIH_ADJ;Bihari;;;;;;;;;;;;x -BIH_proletarian_dictatorship;Bihari People's Republic;;;;;;;;;;;;x -BIH_conservative;Lok Janshakti Party;;;;;;;;;;;;x -BIH_liberal;Samata Party;;;;;;;;;;;;x -BIH_reactionary;Bihar Vikas;;;;;;;;;;;;x -BIH_anarcho_liberal;Bihari Radical Party;;;;;;;;;;;;x -BIH_socialist;Janata Dal;;;;;;;;;;;;x -BIH_communist;Bihari Communist Party;;;;;;;;;;;;x -BIH_fascist;Bihari Fascist Party;;;;;;;;;;;;x -BIM;Bima;;;;;;;;;;;;x -BIM_ADJ;Bima;;;;;;;;;;;;x -BKV;Bukovina;;;;;;;;;;;;x -BKV_ADJ;Bukovinian;;;;;;;;;;;;x -BLC;Baluchistan;;;;;;;;;;;;x -BLC_ADJ;Baluchi;;;;;;;;;;;;x -BLZ;Belize;;;;;;;;;;;;x -BLZ_ADJ;Belizean;;;;;;;;;;;;x -BMK;Mali;;;;;;;;;;;;x -BMK_ADJ;Malian;;;;;;;;;;;;x -breton;Breton;Breton;Bretonisch;;;;;;;;;;;x -BRA;Brunswick;;;;;;;;;;;;x -BRA_ADJ;Brunswicker;;;;;;;;;;;;x -BRT;Brittany;;;;;;;;;;;;;x -BRT_ADJ;Breton;;;;;;;;;;;;;x -BRT_fascist;PNB;;;;;;;;;;;;;x -BRT_reactionary;Strollad Broadelour;;;;;;;;;;;;;x -BRT_communist;Strollad Komunist;;;;;;;;;;;;;x -BRT_socialist;Unvaniezh Demokratel;;;;;;;;;;;;;x -BRT_liberal;Strollad Liberal;;;;;;;;;;;;;x -BRT_anarcho_liberal;Strollad Radical;;;;;;;;;;;;;x -BRT_conservative;Strollad Mirour;;;;;;;;;;;;;x -BRU_ADJ;Bruneian;;;;;;;;;;;;;x -BSQ;Vasconia;;;;;;;;;;;;;x -BSQ_ADJ;Basque;;;;;;;;;;;;;x -BSQ_socialist;Abertzale Ekintza;;;;;;;;;;;;;x -BSQ_conservative;Alderdi Jeltzalea;;;;;;;;;;;;;x -BSQ_liberal;Alderdi Abertzale Errepublikanoa;;;;;;;;;;;;;x -BSQ_reactionary;Alderdi Monarkiko;;;;;;;;;;;;;x -BSQ_communist;Mugimendu Komunista;;;;;;;;;;;;;x -BSQ_fascist;Euskadi Ta Askatasuna;;;;;;;;;;;;;x -BSQ_anarcho_liberal;Alderdi Anarkiazale;;;;;;;;;;;;;x -BSQ_fascist_dictatorship;Euskadi;;;;;;;;;;;;;x -CAR;Central African Republic;;;;;;;;;;;;x -CAR_ADJ;Central African;;;;;;;;;;;;x -CAR_fascist_dictatorship;Central African Empire;;;;;;;;;;;;x -CAR_absolute_monarchy;Central African Empire;;;;;;;;;;;;x -CAR_prussian_constitutionalism;Ubangi-Chari;;;;;;;;;;;;x -CAR_prussian_constitutionalism_ADJ;Ubangi;;;;;;;;;;;;x -CAR_hms_government;Ubangi-Chari;;;;;;;;;;;;x -CAR_hms_government_ADJ;Ubangi;;;;;;;;;;;;x -CGO;Congo;;;;;;;;;;;;x -CGO_ADJ;Congolese;;;;;;;;;;;;x -CEQ;Equador Confederation;;;;;;;;;;;;;x -CEQ_proletarian_dictatorship;Quilombola;;;;;;;;;;;;;x -CEQ_ADJ;Nordestino;;;;;;;;;;;;;x -CEQ_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_conservative_2;Partido Paulista;Partido Paulista;Partido Paulista;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_liberal_2;Partido Carioca;Partido Carioca;Partido Carioca;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -CEQ_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -CHD;Chad;;;;;;;;;;;;x -CHD_ADJ;Chadian;;;;;;;;;;;;x -CHO;Chugoku;;;;;;;;;;;;;x -CHO_ADJ;Chugokuan;;;;;;;;;;;;;x -CHO_absolute_monarchy;Choshu;;;;;;;;;;;;;x -CHO_prussian_constitutionalism;Choshu;;;;;;;;;;;;;x -CHO_hms_government;Choshu;;;;;;;;;;;;;x -CHO_absolute_monarchy_ADJ;Mori;;;;;;;;;;;;;x -CHO_prussian_constitutionalism_ADJ;Mori;;;;;;;;;;;;;x -CHO_hms_government_ADJ;Mori;;;;;;;;;;;;;x -CHP;Chiapas;;;;;;;;;;;;;x -CHP_ADJ;Chiapan;;;;;;;;;;;;;x -CHP_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -CHP_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -CHP_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;;x -CHP_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;;x -CHP_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;;x -CHP_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -CHP_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;;x -CIR;Circassia;;;;;;;;;;;;;x -CIR_ADJ;Circassian;;;;;;;;;;;;;x -CIR_liberal;Liberal Party;;;;;;;;;;;;;x -CIR_conservative;Conservative Party;;;;;;;;;;;;;x -CIR_socialist;Socialist Party;;;;;;;;;;;;;x -CIR_reactionary;Nationalist Party;;;;;;;;;;;;;x -CIR_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -CIR_communist;Communist Party;;;;;;;;;;;;;x -CIR_fascist;Fascist Party;;;;;;;;;;;;;x -CLC;Cilicia;;;;;;;;;;;;;x -CLC_ADJ;Cilician;;;;;;;;;;;;;x -CLM_fascist_dictatorship;Gran Colombia;;;;;;;;;;;;;x -CLM_absolute_monarchy;New Granada;;;;;;;;;;;;;x -CLM_prussian_constitutionalism;New Granada;;;;;;;;;;;;;x -CLM_hms_government;New Granada;;;;;;;;;;;;;x -CMR;Cameroon;;;;;;;;;;;;x -CMR_ADJ;Cameroonian;;;;;;;;;;;;x -CPL;Congress Poland;Royaume du Congres;Kongresspolen;;Zarato de Polonia;;;;;;;;;;x;;;;;;;;;;;;;; -CPL_ADJ;Polish;Polonais;Polnisch;;Polaca;;;;;;;;;;x;;;;;;;;;;;;;; -CRS;Corsica;;;;;;;;;;;;;x -CRS_ADJ;Corsican;;;;;;;;;;;;;x -CRS_conservative;Fazzione Cunservatore;;;;;;;;;;;;;x -CRS_liberal;Fazzione Liberale;;;;;;;;;;;;;x -CRS_reactionary;Fazzione Bonapartistu;;;;;;;;;;;;;x -CRS_socialist;Fazzione Sucialistu;;;;;;;;;;;;;x -CRS_communist;Fazzione Cumunistu;;;;;;;;;;;;;x -CRS_anarcho_liberal;Fazzione Anarchistu;;;;;;;;;;;;;x -CRS_fascist;Fazzione Fascistu;;;;;;;;;;;;;x -CSA;The Confederate States of America;;;;;;;;;;;;x -CSA_democracy;The Confederate States of America;;;;;;;;;;;;x -CSA_presidential_dictatorship;The Confederate States of America;;;;;;;;;;;;x -CSA_bourgeois_dictatorship;The Confederate States of America;;;;;;;;;;;;x -CSA_fascist_dictatorship;The Confederate States of America;;;;;;;;;;;;x -CSA_absolute_monarchy;The Imperial Confederacy;;;;;;;;;;;;x -CSA_prussian_constitutionalism;The Imperial Confederacy;;;;;;;;;;;;x -CSA_proletarian_dictatorship;The People's Confederacy;;;;;;;;;;;;x -CYR;Cyrenaica;;;;;;;;;;;;x -CYR_ADJ;Cyrenaican;;;;;;;;;;;;x -CYR_conservative;Royal Faction;;;;;;;;;;;;x -CYR_liberal;The Liberal Faction;;;;;;;;;;;;x -CYR_reactionary;The Nationalist Faction;;;;;;;;;;;;x -CYR_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -CYR_socialist;The Socialist Faction;;;;;;;;;;;;x -CYR_communist;The Communist Faction;;;;;;;;;;;;x -CYR_fascist;The Fascist Faction;;;;;;;;;;;;x -DAG;Caucasian Imamate;;;;;;;;;;;;;x -DAG_ADJ;Dagestani;;;;;;;;;;;;;x -DAG_presidential_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_proletarian_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_bourgeois_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_democracy;Dagestan;;;;;;;;;;;;;x -DAG_fascist_dictatorship;Dagestan;;;;;;;;;;;;;x -DAG_liberal;Liberal Party;;;;;;;;;;;;;x -DAG_conservative;Conservative Party;;;;;;;;;;;;;x -DAG_socialist;Socialist Party;;;;;;;;;;;;;x -DAG_reactionary;Nationalist Party;;;;;;;;;;;;;x -DAG_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -DAG_communist;Communist Party;;;;;;;;;;;;;x -DAG_fascist;Fascist Party;;;;;;;;;;;;;x -DAG_conservative;Royal Faction;;;;;;;;;;;;;x -DAK;Dakota Republic;;;;;;;;;;;;x;;; -DAK_ADJ;Dakotan;;;;;;;;;;;;x;;; -DAK_absolute_monarchy;Dakota Commonwealth;;;;;;;;;;;;x; -DAK_prussian_constitutionalism;Dakota Commonwealth;;;;;;;;;;;;x -DAK_hms_government;Dakota Commonwealth;;;;;;;;;;;;;x -DAK_reactionary;White Eagle Faction;;;;;;;;;;;;;x -DAK_conservative;Traditionalists;;;;;;;;;;;;;x -DAK_liberal;Republican Faction;;;;;;;;;;;;;x -DAK_anarcho_liberal;Libertarian Faction;;;;;;;;;;;;;x -DAK_socialist;Socialist Faction;;;;;;;;;;;;;x -DAK_communist;Communist Faction;;;;;;;;;;;;;x -DAK_fascist;Eastward Restorationists;;;;;;;;;;;;;x -DJA;Jambi;;;;;;;;;;;;;x -DJA_ADJ;Jambi;;;;;;;;;;;;;x -DLM;Dalmatia;;;;;;;;;;;;;x -DLM_ADJ;Dalmatian;;;;;;;;;;;;;x -DNB;Danubian Federation;;;;;;;;;;;;;x -DNB_ADJ;Danubian;;;;;;;;;;;;;x -DNB_proletarian_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_fascist_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_presidential_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DNB_bourgeois_dictatorship;Danubian Republic;;;;;;;;;;;;;x -DOI;Dominica;;;;;;;;;;;;x -DOI_ADJ;Dominican;;;;;;;;;;;;x -DON;Cossack Republic;;;;;;;;;;;;x -DON_absolute_monarchy;Cossack Hetmanate;;;;;;;;;;;;x -DON_hms_government;Cossack Union;;;;;;;;;;;;x -DON_prussian_constitutionalism;Cossack Hetmanate;;;;;;;;;;;;x -DON_fascist_dictatorship;Cossackia;;;;;;;;;;;;x -DON_ADJ;Cossack;;;;;;;;;;;;x -DON_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -DON_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -DON_reactionary;The Hetmanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -DON_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -DON_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -DON_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -DON_fascist;The Nationalist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -DRA;Dravidistan;;;;;;;;;;;;x -DRA_absolute_monarchy;Dravidian Empire;;;;;;;;;;;;x -DRA_fascist_dictatorship;Dravid Nadu;;;;;;;;;;;;x -DRA_ADJ;Dravidian;;;;;;;;;;;;x -DUR;Pashtunistan;;;;;;;;;;;;x -DUR_ADJ;Pashtun;;;;;;;;;;;;x -DUR_absolute_monarchy;Durrani Empire;;;;;;;;;;;;x -DUR_prussian_constitutionalism;Durrani Empire;;;;;;;;;;;;x -DUR_hms_government;Durrani Empire;;;;;;;;;;;;x -DUR_absolute_monarchy_ADJ;Durrani;;;;;;;;;;;;x -DUR_prussian_constitutionalism_ADJ;Durrani;;;;;;;;;;;;x -DUR_hms_government_ADJ;Durrani;;;;;;;;;;;;x -DUR_fascist_dictatorship;Durrani Republic;;;;;;;;;;;;x -DUR_fascist_dictatorship_ADJ;Durrani;;;;;;;;;;;;x -ENL;England;;;;;;;;;;;;;x -ENL_ADJ;English;;;;;;;;;;;;;x -ENT;Entre Rios;;;;;;;;;;;;;x -ENT_ADJ;Entrerrian;;;;;;;;;;;;;x -ENT_conservative;Blancos;;;;;;;;;;;;;x -ENT_conservative_2;Partido Nacional;;;;;;;;;;;;;x -ENT_liberal;Partido Libertado;;;;;;;;;;;;;x -ENT_liberal_2;Partido Democracia;;;;;;;;;;;;;x -ENT_socialist;Partido Azul;;;;;;;;;;;;;x -ENT_conservative_3;Unión Cívica de Entre Rios;;;;;;;;;;;;;x -ENT_communist;Partido Communist;;;;;;;;;;;;;x -ENT_liberal_3;Liberales;;;;;;;;;;;;;x -ENT_reactionary;Partido Nationalist;;;;;;;;;;;;;x -ENT_anarcho_liberal;Partido Radical;;;;;;;;;;;;;x -ENT_socialist_2;Partido Socialist;;;;;;;;;;;;;x -ENT_fascist;Partido Fascist;;;;;;;;;;;;;x -ERT;Eritrea;;;;;;;;;;;;x -ERT_ADJ;Eritrean;;;;;;;;;;;;x -ERT_conservative;Royal Faction;;;;;;;;;;;;x -ERT_liberal;The Liberal Faction;;;;;;;;;;;;x -ERT_reactionary;The Nationalist Faction;;;;;;;;;;;;x -ERT_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -ERT_socialist;The Socialist Faction;;;;;;;;;;;;x -ERT_communist;The Communist Faction;;;;;;;;;;;;x -ERT_fascist;The Fascist Faction;;;;;;;;;;;;x -FIJ;Fiji;Fiji;Fiji;;;;;;;;;;;;x -FIJ_ADJ;Fijian;Fijian;Fijian;;;;;;;;;;;;x -FIU;Fiume;Fiume;Fiume;;;;;;;;;;;x -FIU_ADJ;Fiumani;Fiumani;Fiumani;;;;;;;;;;;x -FIU_fascist_dictatorship;Italian Regency of Carnaro;R‚gence italienne du Carnaro;Italienische Regentschaft am Quarnero;;;;;;;;;;;x -FIU_bourgeois_dictatorship;Italian Regency of Carnaro;R‚gence italienne du Carnaro;Italienische Regentschaft am Quarnero;;;;;;;;;;;x -FIU_presidential_dictatorship;Italian Regency of Carnaro;R‚gence italienne du Carnaro;Italienische Regentschaft am Quarnero;;;;;;;;;;;x -FIU_democracy;Free State of Fiume;tat libre de Fiume;Freistaat Fiume;;;;;;;;;;;x -FIU_liberal;Partito Liberale;Partito Liberale;Partito Liberale;;;;;;;;;;;x -FIU_conservative;Partito Autonomo;Partito Autonomo;Partito Autonomo;;;;;;;;;;;x -FIU_reactionary;Nazionalisti;Nazionalisti;Nazionalisti;;;;;;;;;;;x -FIU_socialist;Partito Socialista di Fiume;Partito Socialista di Fiume;Partito Socialista di Fiume;;;;;;;;;;;x -FIU_communist;Partito Comunista di Fiume;Partito Comunista di Fiume;Partito Comunista di Fiume;;;;;;;;;;;x -FIU_anarcho_liberal;Radicali;Radical;Radikal;;;;;;;;;;;x -FIU_fascist;Fascisti;Fasciste;Faschistisch;;;;;;;;;;;x -FJN;Fujian;;;;;;;;;;;;x -FJN_ADJ;Fujian;;;;;;;;;;;;x -FJN_presidential_dictatorship;Fujian Clique;;;;;;;;;;;;x -FJN_fascist_dictatorship;Min Republic;;;;;;;;;;;;x -FJN_fascist_dictatorship_ADJ;Min;;;;;;;;;;;;x -FJN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -FJN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -FJN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -FJN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -FJN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -FJN_fascist;Min Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -FJN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -FSA;The Free States of America;;;;;;;;;;;;x -FSA_ADJ;Free American;;;;;;;;;;;;x -FSA_absolute_monarchy;The Free American Empire;;;;;;;;;;;;x -FSA_prussian_constitutionalism;The Free American Empire;;;;;;;;;;;;x -FSA_proletarian_dictatorship;The Free American Republic;;;;;;;;;;;;x -FSM;Micronesia;Micronesia;Micronesia;;;;;;;;;;;;x -FSM_ADJ;Micronesian;Micronesian;Micronesian;;;;;;;;;;;;x -FSM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;;x -FSM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;;x -FSM_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;;x -FSM_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;;x -FSM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;;x -FSM_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;;x -FSM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;;x -galicio_asturian;Galicio-Asturian;Galicio-Asturien;Galicisch-Asturisch;;;;;;;;;;;x -GAB;Gabon;;;;;;;;;;;;x -GAB_ADJ;Gabonese;;;;;;;;;;;;x -GCO;Gran Colombia;;;;;;;;;;;;x -GCO_ADJ;Colombian;;;;;;;;;;;;x -GCO_absolute_monarchy;New Granada;;;;;;;;;;;;x -GCO_prussian_constitutionalism;New Granada;;;;;;;;;;;;x -GCO_hms_government;New Granada;;;;;;;;;;;;x -GCO_absolute_monarchy_ADJ;New Granadan;;;;;;;;;;;;x -GCO_prussian_constitutionalism_ADJ;New Granadan;;;;;;;;;;;;x -GCO_hms_government_ADJ;New Granadan;;;;;;;;;;;;x -GLC;Galicia;;;;;;;;;;;;;x -GLC_ADJ;Galician;;;;;;;;;;;;;x -GLC_conservative;Partido Moderado;Partido Moderado;Partido Moderado;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_liberal;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_reactionary;Partido Nationalist;Comunión Carlista;Comunión Carlista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_communist;Federación Regional;Federación Regional;Federación Regional;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLC_fascist;Partido Fascist;Falange;Falange;;;;;;;;;;;;x;;;;;;;;;;;;;; -GLM;Galicia-Lodomeria;Galicie-Lodomerie;Galizien-Lodomerien;;Galitzia-Lodomeria;;;;;;;;;;x;;;;;;;;;;;;;; -GLM_ADJ;Galician;Galicien;Galiziener;;Galiciano;;;;;;;;;;x;;;;;;;;;;;;;; -GMB;Gambia;;;;;;;;;;;;x -GMB_ADJ;Gambian;;;;;;;;;;;;x -GMJ;Guominjun;;;;;;;;;;;;;x -GMJ_ADJ;Guominjun;;;;;;;;;;;;;;x -GMJ_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -GMJ_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -GMJ_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -GMJ_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -GMJ_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -GMJ_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -GMJ_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -GNE;Guinea;;;;;;;;;;;;x -GNE_ADJ;Guinean;;;;;;;;;;;;x -GNG;Guangdong;;;;;;;;;;;;x -GNG_ADJ;Guangdong;;;;;;;;;;;;x -GNG_presidential_dictatorship;Guangdong Clique;;;;;;;;;;;;x -GNG_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -GNG_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -GNG_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -GNG_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -GNG_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -GNG_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -GNG_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -GRA;Grenada;;;;;;;;;;;;x -GRA_ADJ;Grenadian;;;;;;;;;;;;x -GRN;Greenland;;;;;;;;;;;;;x -GRN_ADJ;Greenlandic;;;;;;;;;;;;;x -GUY;Guyana;;;;;;;;;;;;;x -GUY_ADJ;Guyanese;;;;;;;;;;;;;x -GUY_conservative;Dutch Faction;;;;;;;;;;;;;x -GUY_liberal;French Faction;;;;;;;;;;;;;x -GUY_socialist;Ruimveldt Party;;;;;;;;;;;;;x -GUY_communist;British Guiana Labour Union;;;;;;;;;;;;;x -GUY_reactionary;British Faction;;;;;;;;;;;;;x -GUY_anarcho_liberal;American Faction;;;;;;;;;;;;;x -GUY_fascist;Unity Party;;;;;;;;;;;;;x -GXI_presidential_dictatorship;Guangxi Clique;Clique de Guangxi;Guangxi-Clique;;;;;;;;;;;x -HAL_ADJ;Haili;;;;;;;;;;;;x -HAL_absolute_monarchy_ADJ;Rashidi;;;;;;;;;;;;x -HAL_prussian_constitutionalism_ADJ;Rashidi;;;;;;;;;;;;x -HAL_hms_government_ADJ;Rashidi;;;;;;;;;;;;x -HAL_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -HAL_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -HAL_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -HAL_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -HAL_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -HAL_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -HAL_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -HDU;Hindustan;;;;;;;;;;;;x -HDU_ADJ;Hindustani;;;;;;;;;;;;x -HNN;Hunan;;;;;;;;;;;;x -HNN_ADJ;Hunan;;;;;;;;;;;;x -HNN_presidential_dictatorship;Hunan Clique;;;;;;;;;;;;x -HNN_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -HNN_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -HNN_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -HNN_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -HNN_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -HNN_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -HNN_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -HOL_anarcho_liberal;Radicale Partij;;;;;;;;;;;;x -HUI;Anhui;;;;;;;;;;;;x -HUI_ADJ;Anhui;;;;;;;;;;;;x -HUI_presidential_dictatorship;Anhui Clique;;;;;;;;;;;;x -HUI_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -HUI_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -HUI_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -HUI_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -HUI_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -HUI_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -HUI_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -INO;Indonesia;Indonésie;Indonesien;;Indonesia;;;;;;;;;x -INO_ADJ;Indonesian;Indonésienne;Indonesisch;;Indonesio;;;;;;;;;x -INO_conservative;Royal Faction;;;;;;;;;;;;x -INO_liberal;The Liberal Faction;;;;;;;;;;;;x -INO_reactionary;The Nationalist Faction;;;;;;;;;;;;x -INO_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -INO_socialist;The Socialist Faction;;;;;;;;;;;;x -INO_communist;The Communist Faction;;;;;;;;;;;;x -INO_fascist;The Fascist Faction;;;;;;;;;;;;x -IOM;Isle of Man;Île de Man;Isle of Man;;Isle of Man;;;;;;;;;x -IOM_ADJ;Manx;Mannois;Mannisch;Manés;;;;;;;;;x -IOM_liberal;Liberal Party;Liberal Party;Liberal Party;;Liberal Party;;;;;;;;;;;x -IOM_conservative;People's Political Association;People's Political Association;People's Political Association;;People's Political Association;;;;;;;;;;;x -IOM_reactionary;National Party;National Party;National Party;;National Party;;;;;;;;;;;x -IOM_socialist;Labour Party;Labour Party;Labour Party;;Labour Party;;;;;;;;;;;x -IOM_anarcho_liberal;Positive Action Group;Positive Action Group;Positive Action Group;;Positive Action Group;;;;;;;;;;;x -IOM_communist;Communist Party;Communist Party;Communist Party;;Communist Party;;;;;;;;;;;x -IOM_fascist;Mec Vannin;Mec Vannin;Mec Vannin;;Mec Vannin;;;;;;;;;;;x -ISL;Islamic Caliphate;;;;;;;;;;;;x -ISL_ADJ;Islamic;;;;;;;;;;;;x -ISL_proletarian_dictatorship;Islamic People's Republic;;;;;;;;;;;;x -ISL_presidential_dictatorship;Islamic Republic;;;;;;;;;;;;x -ISL_bourgeois_dictatorship;Islamic Republic;;;;;;;;;;;;x -ISL_democracy;Islamic Republic;;;;;;;;;;;;x -ISL_liberal;Islamic Liberal faction;Liberal Faction;Liberal Faction;;Liberal Faction;;;;;;;;;;;x -ISL_conservative;Islamic Conservative Faction;Conservative Faction;;Conservative Faction;;;;;;;;;;;x -ISL_reactionary;Islamic Fundamentalist Faction;Monarchist Faction;Monarchist Faction;;Monarchist Faction;;;;;;;;;;;x -ISL_socialist;Socialist Faction;Labour Faction;Labour Faction;;Labour Faction;;;;;;;;;;;x -ISL_anarcho_liberals;Anarchist Faction;Anarchist Faction;Anarchist Faction;;Anarchist Faction;;;;;;;;;;;x -ISL_communist;Communist Faction;Communist Faction;Communist Faction;;Communist Faction;;;;;;;;;;;x -ISL_fascist;Mujahideen Faction;Norman Faction;Norman Faction;;Norman Faction;;;;;;;;;;;x -ITA_reactionary;Fazione Monarchica;Fazione Monarchica;Fazione Monarchica;;Fazione Monarchica;;;;;;;;;x -ITA_conservative;Destra Liberale;Destra Liberale;Destra Liberale;;Destra Liberale;;;;;;;;;x -ITA_liberal;Sinistra Liberale;Sinistra Liberale;Sinistra Liberale;;Sinistra Liberale;;;;;;;;;x -ITA_liberal_2;Partito Repubblicano Italiano;Partito Repubblicano Italiano;Partito Repubblicano Italiano;;Partito Repubblicano Italiano;;;;;;;;;x -ITA_conservative_2;Partito Liberale Italiano;Partito Liberale Italiano;Partito Liberale Italiano;;Partito Liberale Italiano;;;;;;;;;x -ITA_conservative_3;Partito Popolare Italiano;Partito Popolare Italiano;Partito Popolare Italiano;;Partito Popolare Italiano;;;;;;;;;x -ITA_socialist;Partito Socialista Italiano;Partito Socialista Italiano;Partito Socialista Italiano;;Partito Socialista Italiano;;;;;;;;;x -ITA_anarcho_liberal;Estrema Sinistra Liberale;Estrema Sinistra Liberale;Estrema Sinistra Liberale;;Estrema Sinistra Liberale;;;;;;;;;x -ITA_communist;Partito Comunista d'Italia;Partito Comunista d'Italia;Partito Comunista d'Italia;;Partito Comunista d'Italia;;;;;;;;;x -ITA_fascist;Partito Nazionale Fascista;Partito Nazionale Fascista;Partito Nazionale Fascista;;Partito Nazionale Fascista;;;;;;;;;x -IVC;Ivory Coast;;;;;;;;;;;;x -IVC_ADJ;Ivorian;;;;;;;;;;;;x -IZH;Ingria;;;;;;;;;;;;x -IZH_ADJ;Ingrian;;;;;;;;;;;;x -JAM;Jamaica;Jamaïque;Jamaica;;Jamaica;;;;;;;;;x -JAM_ADJ;Jamaican;Jamaïcain;Jamaican;;Jamaican;;;;;;;;;x -JAM_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -JAM_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -JAM_reactionary;Alliance for National Unity;Alliance for National Unity;Alliance for National Unity;;;;;;;;;;;x -JAM_socialist;People's Political Party;People's Political Party;People's Political Party;;;;;;;;;;;x -JAM_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;;x -JAM_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -JAM_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -JAP_absolute_monarchy;Imperial Japan;;;;;;;;;;;x -JAP_reactionary;Handoutou;Faction Shogunate;Shogunate Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative;Rikken Teiseitou;Faction de la cour;Court Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative_2;Rikken Kaishintou;Faction impérialiste;Imperialist Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_reactionary_2;Handoutou;Faction nationaliste;Nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_conservative_3;Tachiagare Nippon;Faction conservatrice;Conservative Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_liberal;Aikokusha;Faction libérale;Liberal Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_socialist;Shakaitou;Faction marxiste;Marxist Faction;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAP_communist;Kyousantou;Faction communiste;Kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JNG;Jersey & Guernsey;Jersey & Guernsey;Jersey und Guernsey;;Jersey & Guernsey;;;;;;;;;x -JNG_ADJ;Channel Islander;Jèrriais;Jerseyisch;;Jerseyés;;;;;;;;;x -JNG_liberal;Liberal faction;Liberal Faction;Liberal Faction;;Liberal Faction;;;;;;;;;;;x -JNG_conservative;Conservative Faction;Conservative Faction;;Conservative Faction;;;;;;;;;;;x -JNG_reactionary;Monarchist Faction;Monarchist Faction;Monarchist Faction;;Monarchist Faction;;;;;;;;;;;x -JNG_socialist;Labour Faction;Labour Faction;Labour Faction;;Labour Faction;;;;;;;;;;;x -JNG_anarcho_liberal;Anarchist Faction;Anarchist Faction;Anarchist Faction;;Anarchist Faction;;;;;;;;;;;x -JNG_communist;Communist Faction;Communist Faction;Communist Faction;;Communist Faction;;;;;;;;;;;x -JNG_fascist;Norman Faction;Norman Faction;Norman Faction;;Norman Faction;;;;;;;;;;;x -JOR;Jordan;;;;;;;;;;;;;x -JOR_ADJ;Jordanian;;;;;;;;;;;;;x -JOR_reactionary;Hizb al-Hashemiyya al-Urduni;;;;;;;;;;;;;x -JOR_conservative;Hizb al-Wasat al-Islami;;;;;;;;;;;;;x -JOR_liberal;Yasari-d-al-Dimaqrati al-Urduni;;;;;;;;;;;;;x -JOR_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -JOR_socialist;Hizb al-Baath al-Ishtiraki al-Urduni;;;;;;;;;;;;;x -JOR_communist;Al-Hizb al-Shuyui al-Urduni;;;;;;;;;;;;;x -JOR_fascist;Hizb al-Mustaqbal;;;;;;;;;;;;;x -KAG;Ishikawa;;;;;;;;;;;;;x -KAG_ADJ;Ishikawan;;;;;;;;;;;;;x -KAG_absolute_monarchy;Kaga;;;;;;;;;;;;;x -KAG_prussian_constitutionalism;Kaga;;;;;;;;;;;;;x -KAG_hms_government;Kaga;;;;;;;;;;;;;x -KAG_absolute_monarchy_ADJ;Maeda;;;;;;;;;;;;;x -KAG_prussian_constitutionalism_ADJ;Maeda;;;;;;;;;;;;;x -KAG_hms_government_ADJ;Maeda;;;;;;;;;;;;;x -KAM;Kamchatka;;;;;;;;;;;;;x -KAM_ADJ;Kamchatkan;;;;;;;;;;;;;x -KAM_presidential_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_bourgeois_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_proletarian_dictatorship;Far Eastern Republic;;;;;;;;;;;;;x -KAM_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KAM_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KAM_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KAM_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KAM_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KAM_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KAM_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KAZ;Kazakhstan;;;;;;;;;;;;;x -KAZ_ADJ;Kazakh;;;;;;;;;;;;;x -KAZ_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KAZ_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KAZ_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KAZ_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KAZ_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KAZ_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KAZ_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KCH;Kachin;;;;;;;;;;;;;x -KCH_ADJ;Kachin;;;;;;;;;;;;;x -KDS;Kurdistan;;;;;;;;;;;;;x -KDS_ADJ;Kurdish;;;;;;;;;;;;;x -KDS_conservative;Meclis-i Mîran;;;;;;;;;;;;;x -KDS_conservative_2;Partiya Kurdistanê;;;;;;;;;;;;;x -KDS_liberal;Azadi;;;;;;;;;;;;;x -KDS_liberal_2;Hêvî;;;;;;;;;;;;;x -KDS_liberal_3;Yeketî Nistîman;;;;;;;;;;;;;x -KDS_reactionary;Meclis-i Mesayih;;;;;;;;;;;;;x -KDS_reactionary_2;Bizutnawai Islami;;;;;;;;;;;;;x -KDS_anarcho_liberal;Terakkipeweran;;;;;;;;;;;;;x -KDS_socialist;Partiya Karkerên;;;;;;;;;;;;;x -KDS_socialist_2;Partiya Zahmatkesan;;;;;;;;;;;;;x -KDS_fascist;Jiyanewe;;;;;;;;;;;;;x -KDS_communist;Komala;;;;;;;;;;;;;x -KER;Cornwall;Cornouailles;Cornwall;;Cornwall;;;;;;;;;x -KER_ADJ;Cornish;Cornouaillais;Cornish;Cornés;;;;;;;;;x -KER_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -KER_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -KER_reactionary;Party Kenethlegek;Party Kenethlegek;Party Kenethlegek;;;;;;;;;;;x -KER_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;x -KER_communist;Miners' and Fishers' Party;Miners' and Fishers' Party;Miners' and Fishers' Party;;;;;;;;;;;x -KER_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -KER_fascist;Mebyon Kernow;Mebyon Kernow;Mebyon Kernow;;;;;;;;;;;x -KIT;Saint Kitts;;;;;;;;;;;;x -KIT_ADJ;Kittitian;;;;;;;;;;;;x -KLM;Kalimantan;;;;;;;;;;;;;x -KLM_ADJ;Kalimantan;;;;;;;;;;;;;x -KMK;Kalmykia;;;;;;;;;;;;x -KMK_fascist_dictatorship;Kalmyk Khanate;;;;;;;;;;;;x -KMK_proletarian_dictatorship;Kalmyk Republic;;;;;;;;;;;;x -KMK_ADJ;Kalmyk;;;;;;;;;;;;x -KMK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KMK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KMK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KMK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KMK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KMK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KMK_fascist;The Mongolian Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KMT;Nationalist China;;;;;;;;;;;;x -KMT_ADJ;Nationalist Chinese;;;;;;;;;;;;x -KMT_conservative;Imperial Faction;Faction impériale;Kaiserliche Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_conservative_2;Zhiqiang;Zhiqiang;Zhiqiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal;Reformers;Réformateurs;Reformer;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_reactionary;Conservatives;Conservateurs;Konservative;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_anarcho_liberal;Republicans;Républicains;Republikaner;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal_2;Kuomintang Sun;Kuomintang Sun;Kuomintang Sun;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_liberal_3;Feng Yuxiang;Feng Yuxiang;Feng Yuxiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_socialist;Socialists;Socialistes;Sozialisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_communist;Communist Party of China;Parti communiste chinois;Kommunistische Partei Chinas;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -KMT_conservative_4;Kuomintang Chiang;Kuomintang Chiang;Kuomintang Chiang;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNY;Kenya;;;;;;;;;;;;x -KNY_ADJ;Kenyan;;;;;;;;;;;;x -KRL;Karelia;;;;;;;;;;;;x -KRL_ADJ;Karelian;;;;;;;;;;;;x -KRL_conservative;Suomalainen puolue;Suomalainen puolue;Suomalainen puolue;;Suomalainen puolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_conservative_2;Svenska partiet;Svenska partiet;Svenska partiet;;Svenska partiet;;;;;;;;;x;;;;;;;;;;;;;; -KRL_liberal;Nuorsuomalaiset;Nuorsuomalaiset;Nuorsuomalaiset;;Nuorsuomalaiset;;;;;;;;;x;;;;;;;;;;;;;; -KRL_liberal_2;Edistyspuolue;Edistyspuolue;Edistyspuolue;;Edistyspuolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_reactionary;Kokoomus;Kokoomus;Kokoomus;;Kokoomus;;;;;;;;;x;;;;;;;;;;;;;; -KRL_socialist;Sosiaalidemokraatit;Sosiaalidemokraatit;Sosiaalidemokraatit;;Sosiaalidemokraatit;;;;;;;;;x;;;;;;;;;;;;;; -KRL_anarcho_liberal;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;Aktivistinen vastustuspuolue;;Aktivistinen vastustuspuolue;;;;;;;;;x;;;;;;;;;;;;;; -KRL_communist;Punakaarti;Punakaarti;Punakaarti;;Punakaarti;;;;;;;;;x;;;;;;;;;;;;;; -KRL_fascist;Fascists;Fascistes;Faschisten;;Fascistas;;;;;;;;;x;;;;;;;;;;;;;; -KRN;Karnatak;;;;;;;;;;;;x -KRN_ADJ;Karnatak;;;;;;;;;;;;x -KRN_democracy;Tamil Nadu;;;;;;;;;;;;x -KRN_democracy_ADJ;Tamil;;;;;;;;;;;;x -KRN_fascist_dictatorship;Tamil Nadu;;;;;;;;;;;;x -KRN_fascist_dictatorship_ADJ;Tamil;;;;;;;;;;;;x -KRN_bourgeois_dictatorship;Tamil Nadu;;;;;;;;;;;;x -KRN_bourgeois_dictatorship_ADJ;Tamil;;;;;;;;;;;;x -KRN_proletarian_dictatorship;Republic of the Carnatic;;;;;;;;;;;;x -KRN_proletarian_dictatorship_ADJ;Carnatic;;;;;;;;;;;;x -KRN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRN_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KRY;Krasnoyarsk;;;;;;;;;;;;;x -KRY_ADJ;Ugrian;;;;;;;;;;;;;x -KRY_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -KRY_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -KRY_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -KRY_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -KRY_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -KRY_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -KRY_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -KWT;Kuwait;;;;;;;;;;;x -KWT_ADJ;Kuwaiti;;;;;;;;;;;x -KTI;Kutai;;;;;;;;;;;;;x; -KTI_ADJ;Kutain;;;;;;;;;;;;;x; -KTI_conservative;Royal Faction;;;;;;;;;;;;x -KTI_liberal;The Liberal Faction;;;;;;;;;;;;x -KTI_reactionary;The Nationalist Faction;;;;;;;;;;;;x -KTI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -KTI_socialist;The Socialist Faction;;;;;;;;;;;;x -KTI_communist;The Communist Faction;;;;;;;;;;;;x -KTI_fascist;The Fascist Faction;;;;;;;;;;;;x -KYR;Kyrgyzstan;;;;;;;;;;;;;x -KYR_ADJ;Kyrgyz;;;;;;;;;;;;;x -KYR_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KYR_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LAN;Lanfang;;;;;;;;;;;;x -LAN_ADJ;Lanfang;;;;;;;;;;;;x -LAN_conservative;Conservative Kongsi;;;;;;;;;;;;x -LAN_liberal;Liberal Kongsi;;;;;;;;;;;;x -LAN_reactionary;Nationalist Kongsi;;;;;;;;;;;;x -LAN_anarcho_liberal;Radical Kongsi;;;;;;;;;;;;x -LAN_socialist;Socialist Kongsi;;;;;;;;;;;;x -LAN_communist;The Communist Kongsi;;;;;;;;;;;;x -LAN_fascist;Fascist Kongsi;;;;;;;;;;;;x -LBY;Libya;;;;;;;;;;;;x -LBY_ADJ;Libyan;;;;;;;;;;;;x -LBN;Lebanon;;;;;;;;;;;;;x -LBN_ADJ;Lebanese;;;;;;;;;;;;;x -LBN_liberal;Harakat al-Tajaddod al-Dimoqrati;;;;;;;;;;;;;x -LBN_conservative;At-Tayyar al-Watani al-Horr;;;;;;;;;;;;;x -LBN_socialist;Hizb al-Taqadummi al-Ishtiraki;;;;;;;;;;;;;x -LBN_reactionary;Harakat al-Qawmiyyin al-Arab;;;;;;;;;;;;;x -LBN_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;;x -LBN_communist;Al-Hizb al-Shooyoo'i al-Lubnani;;;;;;;;;;;;;x -LBN_fascist;Phalanges Libanaises;;;;;;;;;;;;;x -LEO;Leon;;;;;;;;;;;;;x -LEO_ADJ;Leonese;;;;;;;;;;;;;x -LEO_conservative;Partido Moderado;;;;;;;;;;;;;x -LEO_liberal;Partido Progresista;;;;;;;;;;;;;x -LEO_reactionary;Comuni¢n Carlista;;;;;;;;;;;;;x -LEO_socialist;Partido Socialista;;;;;;;;;;;;;x -LEO_communist;Federaci¢n Regional;;;;;;;;;;;;;x -LEO_anarcho_liberal;Partido Radical;;;;;;;;;;;;;x -LEO_fascist;Falange;;;;;;;;;;;;;x -LNA;Lan Na;Lan Na;LanNa;Lan Na;Lanna;Lan Na;LanNa;Lan Na;;;;;;x; -LNA_ADJ;Lan Nan;lan nan;Lan Nan;Lan Nan;de Lanna;Lan Nan;Lan Nan;Lananský;;;;;;x; -LNN_conservative;Royal Faction;;;;;;;;;;;;x -LNN_liberal;The Liberal Faction;;;;;;;;;;;;x -LNN_reactionary;The Nationalist Faction;;;;;;;;;;;;x -LNN_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -LNN_socialist;The Socialist Faction;;;;;;;;;;;;x -LNN_communist;The Communist Faction;;;;;;;;;;;;x -LNN_fascist;The Fascist Faction;;;;;;;;;;;;x -LOM_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -LOM_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -LOM_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -LOM_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -LOM_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -LOM_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -LOM_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -LOM_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -LOR;Lorraine;;;;;;;;;;;;;x -LOR_ADJ;Lorrainian;;;;;;;;;;;;;;x -LOR_fascist_dictatorship;Lotharingia;;;;;;;;;;;;;x -LOR_fascist_dictatorship_ADJ;Lotharingian;;;;;;;;;;;;;x -LOS;Los Altos;;;;;;;;;;;;;x -LOS_ADJ;Losaltan;;;;;;;;;;;;;x -LOS_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOS_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -LPL;La Plata;;;;;;;;;;;;x -LPL_ADJ;Platine;;;;;;;;;;;;x -LSK;Alaska;;;;;;;;;;;;;x -LSK_ADJ;Alaskan;;;;;;;;;;;;;x -LSK_reactionary;Nationalist Party;;;;;;;;;;;;;x -LSK_conservative;Democratic Party;;;;;;;;;;;;;x -LSK_liberal;Republican Party;;;;;;;;;;;;;x -LSK_anarcho_liberal;Liberal Economists;;;;;;;;;;;;;x -LSK_socialist;Socialist Party;;;;;;;;;;;;;x -LSK_communist;Bolsheviks;;;;;;;;;;;;;x -LSK_fascist;Northern Futurists;;;;;;;;;;;;;x -LUI;Saint Lucia;;;;;;;;;;;;x -LUI_ADJ;Lucian;;;;;;;;;;;;x -LUZ;Lusatia;;;;;;;;;;;;x -LUZ_ADJ;Lusatian;;;;;;;;;;;;x -LUZ_conservative;Conservative Party;;;;;;;;;;;;x -LUZ_liberal;Liberal Party;;;;;;;;;;;;x -LUZ_reactionary;Nationalist Party;;;;;;;;;;;;x -LUZ_anarcho_liberal;Radical Party;;;;;;;;;;;;x -LUZ_socialist;Socialist Party;;;;;;;;;;;;x -LUZ_communist;Communist Party;;;;;;;;;;;;x -LUZ_fascist;Fascist Party;;;;;;;;;;;;x -LXA_democracy;Laos;;;;;;;;;;;;;x; -LXA_democracy_ADJ;Lao;;;;;;;;;;;;;x; -LXA_proletarian_dictatorship;Lao People's Republic;;;;;;;;;;;;;x; -LXA_proletarian_dictatorship_ADJ;Lao;;;;;;;;;;;;;x; -LXA;Lan Xang;Lan Xang;LanXang;Lan Xang;Lane Xang;Lan Xang;LanXang;Lan Xang;;;;;;x; -LXA_ADJ;Lan Xangi;lan xang;Lan Xangi;Lan Xang;de Lane Xang;Lan Xang;Lan Xangi;Lanxangijský;;;;;;x; -LXA_conservative;Royal Faction;;;;;;;;;;;;x -LXA_liberal;The Liberal Faction;;;;;;;;;;;;x -LXA_reactionary;The Nationalist Faction;;;;;;;;;;;;x -LXA_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -LXA_socialist;The Socialist Faction;;;;;;;;;;;;x -LXA_communist;The Communist Faction;;;;;;;;;;;;x -LXA_fascist;The Fascist Faction;;;;;;;;;;;;x -MAH;Maharashtra;;;;;;;;;;;;x -MAH_ADJ;Maharashtran;;;;;;;;;;;;x -MAH_conservative;Royal Faction;;;;;;;;;;;;x -MAH_liberal;The Liberal Faction;;;;;;;;;;;;x -MAH_reactionary;The Nationalist Faction;;;;;;;;;;;;x -MAH_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -MAH_socialist;The Socialist Faction;;;;;;;;;;;;x -MAH_communist;Communist Faction;;;;;;;;;;;;x -MAH_fascist;The Fascist Faction;;;;;;;;;;;;x -MAL;Maluku;;;;;;;;;;;;x -MAL_ADJ;Moluccan;;;;;;;;;;;;x -MAR;Marianas;Marianas;Marianas;;;;;;;;;;;;x -MAR_ADJ;Marianan;Marianan;Marianan;;;;;;;;;;;;x -MCD;Macedonia;;;;;;;;;;;;x -MCD_ADJ;Macedonian;;;;;;;;;;;;x -MCK;Manchuria;;;;;;;;;;;;;x -MCK_fascist_dictatorship;Manzhouguo;Manchukuo;Manchukuo;;;;;;;;;;;x -MCK_presidential_dictatorship;Fengtian Clique;;;;;;;;;;;;;x -MCK_ADJ;Manchu;Mandchou;Manchu;;;;;;;;;;;x -MCK_presidential_dictatorship_ADJ;Fengtian;;;;;;;;;;;;;x -MDR;Madeiras;;;;;;;;;;;;;x -MDR_ADJ;Madeiran;;;;;;;;;;;;;x -MDR_conservative;Partido Conservador;;;;;;;;;;;;;x -MDR_liberal;Partido Liberal;;;;;;;;;;;;;x -MDR_reactionary;Partido Real;;;;;;;;;;;;;x -MDR_socialist;Partido Socialist;;;;;;;;;;;;;x -MDR_communist;Partido Communist;;;;;;;;;;;;;x -MDR_anarcho_liberal;Partido Anarchist;;;;;;;;;;;;;x -MDR_fascist;Fascistos;;;;;;;;;;;;;x -MGH;Maghreb;;;;;;;;;;;;x -MGH_ADJ;Maghrebi;;;;;;;;;;;;x -MLI;Mali;;;;;;;;;;;;;x -MLI_ADJ;Malian;;;;;;;;;;;;;x -MLI_absolute_monarchy;Mali Empire;;;;;;;;;;;;;x -MLI_prussian_constitutionalism;Mali Empire;;;;;;;;;;;;;x -MLI_hms_government;Mali Empire;;;;;;;;;;;;;x -MLI_proletarian_dictatorship;Mali Republic;;;;;;;;;;;;;x -MLT;Malta;;;;;;;;;;;;x -MLT_ADJ;Maltese;;;;;;;;;;;;x -MLT_conservative;Partit Nazzjonalista;Partit Nazzjonalista;Partit Nazzjonalista;;;;;;;;;;;x -MLT_liberal;Constitutional Party;Constitutional Party;Constitutional Party;;;;;;;;;;;x -MLT_reactionary;Azzjoni Nazzjonali;Azzjoni Nazzjonali;Azzjoni Nazzjonali;;;;;;;;;;;x -MLT_socialist;Partit Laburista;Partit Laburista;Partit Laburista;;;;;;;;;;;x -MLT_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -MLT_anarcho_liberal;Alpha Partit Liberali;Alpha Partit Liberali;Alpha Partit Liberali;;;;;;;;;;;x -MLT_fascist;Imperium Europa;Imperium Europa;Imperium Europa;;;;;;;;;;;x -MLW;Malawi;;;;;;;;;;;;x -MLW_ADJ;Malawian;;;;;;;;;;;;x -MLW_absolute_monarchy;Nyasaland;;;;;;;;;;;;x -MLW_prussian_constitutionalism;Nyasaland;;;;;;;;;;;;x -MLW_hms_government;Nyasaland;;;;;;;;;;;;x -MLW_absolute_monarchy_ADJ;Nyasa;;;;;;;;;;;;x -MLW_prussian_constitutionalism_ADJ;Nyasa;;;;;;;;;;;;x -MLW_hms_government_ADJ;Nyasa;;;;;;;;;;;;x -MLY;Malaysia;;;;;;;;;;;;x -MLY_ADJ;Malaysian;;;;;;;;;;;;x -MLY_absolute_monarchy;Malaya;;;;;;;;;;;;x -MLY_prussian_constitutionalism;Malaya;;;;;;;;;;;;x -MLY_hms_government;Malay Federation;;;;;;;;;;;;x -MLY_absolute_monarchy_ADJ;Malay;;;;;;;;;;;;x -MLY_prussian_constitutionalism_ADJ;Malay;;;;;;;;;;;;x -MLY_hms_government_ADJ;Malay;;;;;;;;;;;;x -MOD_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -MOD_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -MOD_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -MOD_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -MOD_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -MOD_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -MOD_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -MOD_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -MOD_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -MOZ;Mozambique;;;;;;;;;;;;x -MOZ_ADJ;Mozambican;;;;;;;;;;;;x -MRS;Marshall Islands;Marshall Islands;Marshall Islands;;;;;;;;;;;;x -MRS_ADJ;Marshallese;Marshallese;Marshallese;;;;;;;;;;;;x -MRT;Marathas;;;;;;;;;;;;x -MRT_ADJ;Marathi;;;;;;;;;;;;x -MRT_absolute_monarchy;Maratha Empire;;;;;;;;;;;;x -MRT_prussian_constitutionalism;Maratha Empire;;;;;;;;;;;;x -MRT_democracy;Maratha Confederacy;;;;;;;;;;;;x -MRT_proletarian_dictatorship;Maratha Republic;;;;;;;;;;;;x -MRU;Maritime Republic;;;;;;;;;;;;x -MRU_absolute_monarchy;Maritime Union;;;;;;;;;;;;x -MRU_prussian_constitutionalism;Maritime Union;;;;;;;;;;;;x -MRU_hms_government;Maritime Union;;;;;;;;;;;;x -MRU_ADJ;Maritime;;;;;;;;;;;;x -NEJ_absolute_monarchy_ADJ;Saudi;;;;;;;;;;;;x -NEJ_prussian_constitutionalism_ADJ;Saudi;;;;;;;;;;;;x -NEJ_hms_government_ADJ;Saudi;;;;;;;;;;;;x -NGR;Nigeria;;;;;;;;;;;;x -NGR_ADJ;Nigerian;;;;;;;;;;;;x -NIG;Niger;;;;;;;;;;;;x -NIG_ADJ;Nigerien;;;;;;;;;;;;x -NOR_liberal;Liberals;;;;;;;;;;;;x -NOR_liberal_2;Venstre;;;;;;;;;;;;x -NOR_conservative;Conservatives;;;;;;;;;;;;x -NOR_conservative_2;Høyre;;;;;;;;;;;;x -NOR_conservative_3;Moderate Venstre;;;;;;;;;;;;x -NOR_conservative_4;Samlingspartiet;;;;;;;;;;;;x -NOR_conservative_5;Frisinnede Venstre;;;;;;;;;;;;x -NOR_conservative_6;Kristelig Folkeparti;;;;;;;;;;;;x -NOR_anarcho_liberal_2;Arbeiderdemokratene;;;;;;;;;;;;x -NOR_socialist;Socialists;;;;;;;;;;;;x -NOR_socialist_2;Det Norske Arbeiderparti;;;;;;;;;;;;x -NOR_socialist_3;Norges Socialdemokratiske Arbeiderparti;;;;;;;;;;;;x -NOR_socialist_4;Bondepartiet;;;;;;;;;;;;x -NOR_communist_2;Det Norske Arbeiderparti;;;;;;;;;;;;x -NOR_communist_3;Norges Kommunistiske Parti;;;;;;;;;;;;x -NOR_fascist;Nationalists;;;;;;;;;;;;x -NOR_fascist_2;Nasjonal Samling;;;;;;;;;;;;x -NOV;Nova Scotia;Nouvelle-Écosse;Neuschottland;;;;;;;;;;;x -NOV_ADJ;Nova Scotian;Nouvelle-Écossais;Neuschottisch;;;;;;;;;;;x -NOV_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -NOV_conservative;Conservative Party;Parti conservateur;Conservative Party;;;;;;;;;;;x -NOV_reactionary;Nationalist Party;Parti nationaliste;Nationalist Party;;;;;;;;;;;x -NOV_anarcho_liberal;Radical Party;Parti radical;Radical Party;;;;;;;;;;;x -NOV_socialist;Socialist Party;Parti socialiste;Socialist Party;;;;;;;;;;;x -NOV_communist;Communist Party;Parti communiste;Communist Party;;;;;;;;;;;x -NOV_fascist;Fascist Party;Parti fasciste;Fascist Party;;;;;;;;;;;x -NOV_fascist_dictatorship;Alba Nuadh;;;;;;;;;;;;;x -NOV_fascist_dictatorship_adj;Albannaich;;;;;;;;;;;;;x -NQL;North Queensland;North Queensland;North Queensland;;;;;;;;;;;x -NQL_ADJ;North Queenslander;North Queenslander;North Queenslander;;;;;;;;;;;x -NQL_fascist_dictatorship;Capricornia;Capricornia;Capricornia;;;;;;;;;;;x -NQL_fascist_dictatorship_ADJ;Capricornian;Capricornian;Capricornian;;;;;;;;;;;x -NQL_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NQL_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NQL_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NQL_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NQL_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NQL_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NQL_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NQL_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NQL_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NQL_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -NQL_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NQL_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -NSW;New South Wales;New South Wales;New South Wales;;;;;;;;;;;x -NSW_ADJ;New South Welsh;New South Welsh;New South Welsh;;;;;;;;;;;x -NSW_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NSW_conservative_1;Protectionist Party;Protectionist Party;Protectionist Party;;;;;;;;;;;x -NSW_conservative_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;;x -NSW_conservative_3;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NSW_conservative_4;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NSW_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NSW_liberal_1;Free Trade Party;Free Trade Party;Free Trade Party;;;;;;;;;;;x -NSW_liberal_2;Liberal Reform Party;Liberal Reform Party;Liberal Reform Party;;;;;;;;;;;x -NSW_liberal_3;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NSW_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NSW_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NSW_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NSW_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NSW_reactionary_1;Farmers and Settlers Party;Farmers and Settlers Party;Farmers and Settlers Party;;;;;;;;;;;x -NSW_reactionary_2;Progressive Party;Progressive Party;Progressive Party;;;;;;;;;;;x -NSW_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -NSW_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NSW_fascist;New Guard;New Guard;New Guard;;;;;;;;;;;x -NTA;North Australia;North Australia;North Australia;;;;;;;;;;;x -NTA_ADJ;North Australian;North Australian;North Australian;;;;;;;;;;;x -NTA_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -NTA_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -NTA_conservative_2;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -NTA_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -NTA_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -NTA_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -NTA_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -NTA_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -NTA_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -NTA_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -NTA_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -NTA_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -NYE;North Yemen;;;;;;;;;;;x -NYE_ADJ;North Yemeni;;;;;;;;;;;x -NYE_absolute_monarchy;Zaydi;;;;;;;;;;;x -NYE_prussian_constitutionalism;Kingdom of Yemen;;;;;;;;;;;x -NYE_hms_government;Kingdom of Yemen;;;;;;;;;;;x -NYE_absolute_monarchy_ADJ;Zaidiyyah;;;;;;;;;;;x -OAX;Oaxaca;;;;;;;;;;;;x -OAX_ADJ;Oaxacan;;;;;;;;;;;;x -OAX_conservative;Conservative Party;;;;;;;;;;;;x -OAX_liberal;Liberal Party;;;;;;;;;;;;x -OAX_reactionary;Nationalist Party;;;;;;;;;;;;x -OAX_anarcho_liberal;Radical Party;;;;;;;;;;;;x -OAX_socialist;Socialist Party;;;;;;;;;;;;x -OAX_communist;Communist Party;;;;;;;;;;;;x -OAX_fascist;Fascist Party;;;;;;;;;;;;x -OCC;Occitania;Occitanie;Occitania;;Occitania;;;;;;;;;x -OCC_ADJ;Occitan;Occitain;Occitanisch;;Occitano;;;;;;;;;x -OCC_reactionary;Partit Reiau-Alo;Partit Reiau-Alo;Partit Reiau-Alo;;Partit Reiau-Alo;;;;;;;;;;;x -OCC_liberal;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;Partit de lo Nacioun Óucitano;;;;;;;;;;;x -OCC_conservative;Partit Counservadouro;Partit Counservadouro;Partit Counservadouro;;Partit Counservadouro;;;;;;;;;;;x -OCC_socialist;Partit Soucialisto;Partit Soucialisto;Partit Soucialisto;;Partit Soucialisto;;;;;;;;;;;x -OCC_anarcho_liberal;Partit Anarquisto;Partit Anarquisto;Partit Anarquisto;;Partit Anarquisto;;;;;;;;;;;x -OCC_communist;Partit Comunisto;Partit Comunisto;Partit Comunisto;;Partit Comunisto;;;;;;;;;;;x -OCC_fascist;Partit Faissisto;Partit Faissisto;Partit Faissisto;;Partit Faissisto;;;;;;;;;;;x -PAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -PAR_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -PAR_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -PAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -PAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -PAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -PAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -PAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -PAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -PBC;Peru-Bolivia;;;;;;;;;;;;;x -PBC_ADJ;Peru-Bolivian;;;;;;;;;;;;;x -PBC_proletarian_dictatorship;Andes Commonwealth;;;;;;;;;;;;;x -PBC_proletarian_dictatorship_ADJ;Andine;;;;;;;;;;;;; -PBC_democracy;Andes Republic;;;;;;;;;;;;; -PBC_democracy_ADJ;Andine;;;;;;;;;;;;; -PLS;Palestine;;;;;;;;;;;;;x -PLS_ADJ;Palestinian;;;;;;;;;;;;;x -PLS_reactionary;Al Raj'i;;;;;;;;;;;;;x -PLS_conservative;Al Muhafidh;;;;;;;;;;;;;x -PLS_liberal;Al Mutaharir;;;;;;;;;;;;;x -PLS_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -PLS_socialist;Al Ishtiraki;;;;;;;;;;;;;x -PLS_communist;Al Shiu'i;;;;;;;;;;;;;x -PLS_fascist;Al Fashi;;;;;;;;;;;;;x -PLU;Palau;Palau;Palau;;;;;;;;;;;;x -PLU_ADJ;Palauan;Palauan;Palauan;;;;;;;;;;;;x -PAN_absolute_monarchy;Sikh Empire;;;;;;;;;;;;x -PAN_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;x -PAN_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;x -PAN_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;x -PAN_fascist_dictatorship;Khalistan;;;;;;;;;;;;x -PAN_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;x -PHL;Philippines;Philippines;Philippinen;;;;;;;;;;;x -PHL_ADJ;Philippine;Philippine;Philippinisch;;;;;;;;;;;x -PHL_reactionary;Partido Tradicionalista;Partido Tradicionalista;Partido Tradicionalista;;;;;;;;;;;x -PHL_socialist;Partido Demokratiko;Partido Demokratiko;Partido Demokratiko;;;;;;;;;;;x -PHL_communist;Partido Komunista;Partido Komunista;Partido Komunista;;;;;;;;;;;x -PHL_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -PHL_anarcho_liberal;Partido Libertad;Partido Libertad;Partido Libertad;;;;;;;;;;;x -PHL_conservative;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -PHL_fascist;Partido Fascista;Partido Fascista;Partido Fascista;;;;;;;;;;;x -PLC;Polish-Lithuanian Commonwealth;;;;;;;;;;;;x -PLC_ADJ;Polish-Lithuanian;;;;;;;;;;;;x -PLC_proletarian_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_fascist_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_presidential_dictatorship;Polish-Lithuanian Republic;;;;;;;;;;;;x -PLC_democracy;Poland-Lithuania;;;;;;;;;;;;x -PML;Pomerelia;;;;;;;;;;;;x -PML_ADJ;Pomerelian;;;;;;;;;;;;x -PNP;Pohnpei;Pohnpei;Pohnpei;;;;;;;;;;;;x -PNP_ADJ;Pohnpeian;Pohnpeian;Pohnpeian;;;;;;;;;;;;x -PNJ;Panjab;Pendjab;Pandschab;;Punjab;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_ADJ;Panjabi;Penjabi;Pundschabisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -PNJ_absolute_monarchy;Sikh Empire;;;;;;;;;;;;x -PNJ_prussian_constitutionalism;Sikh Empire;;;;;;;;;;;;x -PNJ_absolute_monarchy_ADJ;Sikh;;;;;;;;;;;;x -PNJ_prussian_constitutionalism_ADJ;Sikh;;;;;;;;;;;;x -PNJ_fascist_dictatorship;Khalistan;;;;;;;;;;;;x -PNJ_fascist_dictatorship_ADJ;Khalistani;;;;;;;;;;;;x -PNT;Pontus;;;;;;;;;;;;x -PNT_ADJ;Pontic;;;;;;;;;;;;x -PRI;Puerto Rico;Puerto Rico;Puerto Rico;;Puerto Rico;;;;;;;;;x -PRI_ADJ;Puerto Rican;Puerto Ricain;?;;?;;;;;;;;;x -PRI_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;x -PRI_socialist;Partido Socialista;Partido Socialista;Partido Socialista;;;;;;;;;;;x -PRI_conservative;Partido Estadista Republicano;Partido Estadista Republicano;Partido Estadista Republicano;;;;;;;;;;;x -PRI_anarcho_liberal;Partido Anarchista;Partido Anarchista;Partido Anarchista;;;;;;;;;;;x -PRI_communist;Partido Comunista;Partido Comunista;Partido Comunista;;;;;;;;;;;x -PRI_fascist;Partido Nacionalista;Partido Nacionalista;Partido Nacionalista;;;;;;;;;;;x -PRI_reactionary;Unión Republicana;Unión Republicana;Unión Republicana;;;;;;;;;;;x -PTG;Patagonia;;;;;;;;;;;;x -PTG_ADJ;Patagonian;;;;;;;;;;;;x -PTG_conservative;Royal Faction;;;;;;;;;;;;x -PTG_liberal;The Liberal Faction;;;;;;;;;;;;x -PTG_reactionary;The Nationalist Faction;;;;;;;;;;;;x -PTG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -PTG_socialist;The Socialist Faction;;;;;;;;;;;;x -PTG_communist;The Communist Faction;;;;;;;;;;;;x -PTG_fascist;The Fascist Faction;;;;;;;;;;;;x -PZN;Poznan;Poznan;Poznan;;Poznan;;;;;;;;;;x;;;;;;;;;;;;;; -PZN_ADJ;Poznan;Poznan;Poznan;;Poznan;;;;;;;;;;x;;;;;;;;;;;;;; -QLD;Queensland;Queensland;Queensland;;;;;;;;;;;x -QLD_ADJ;Queenslander;Queenslander;Queenslander;;;;;;;;;;;x -QLD_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -QLD_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -QLD_conservative_2;United Party;United Party;United Party;;;;;;;;;;;x -QLD_conservative_3;Country & Progressive National Party;Country & Progressive National Party;Country & Progressive National Party;;;;;;;;;;;x -QLD_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -QLD_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -QLD_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -QLD_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -QLD_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -QLD_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -QLD_reactionary_2;Queensland Farmers Union;Queensland Farmers Union;Queensland Farmers Union;;;;;;;;;;;x -QLD_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -QLD_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -QLD_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -QNG;Qing;;;;;;;;;;;;;x -QNG_ADJ;Qing;;;;;;;;;;;;;x -QNG_absolute_monarchy;The Qing Empire;;;;;;;;;;;;;x -QNG_prussian_constitutionalism;The Qing Empire;;;;;;;;;;;;;x -QNG_hms_government;The Qing Empire;;;;;;;;;;;;;x -RAJ;Rajputana;;;;;;;;;;;;x -RAJ_ADJ;Rajput;;;;;;;;;;;;x -RAJ_democracy;Rajasthan;;;;;;;;;;;;x -RAJ_democracy_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_proletarian_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_proletarian_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_fascist_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_fascist_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RAJ_bourgeois_dictatorship;Rajasthan;;;;;;;;;;;;x -RAJ_bourgeois_dictatorship_ADJ;Rajasthani;;;;;;;;;;;;x -RGR;Rio Grande;;;;;;;;;;;;;x -RGR_fascist_dictatorship;Rio Bravo;;;;;;;;;;;;;x -RGR_ADJ;Riograndese;;;;;;;;;;;;;x -RGR_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGR_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -RGS;Rio Grande do Sul;;;;;;;;;;;;;x -RGS_ADJ;Riograndense;;;;;;;;;;;;;x -RGS_conservative;Partido Republicano;;;;;;;;;;;;;x -RGS_liberal;Partido Federalista;;;;;;;;;;;;;x -RGS_socialist;Colorados;;;;;;;;;;;;;x -RGS_communist;Partido Popular;;;;;;;;;;;;;x -RGS_reactionary;Partido Gaucho;;;;;;;;;;;;;x -RGS_anarcho_liberal;Partido Libertador;;;;;;;;;;;;;x -RGS_fascist;Partido dos Pampas;;;;;;;;;;;;;x -RHI;Rhineland;Rhénanie;Rheinland;;Rhineland;;;;;;;;;x -RHI_ADJ;Rhinelander;Rhénan;Rheinlander;;Rhinelander;;;;;;;;;x -RHI_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -RHI_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -RMG;Romagna;;;;;;;;;;;;;x -RMG_ADJ;Romagnan;;;;;;;;;;;;;x -RPL;Assiniboia;;;;;;;;;;;;x -RPL_ADJ;Assiniboian;;;;;;;;;;;;x -RPL_hms_government;Rupert's Land;;;;;;;;;;;;x -RPL_hms_government_ADJ;Northwestern;;;;;;;;;;;;x -RUT_proletarian_dictatorship;West Ukrainian People's Republic;;;;;;;;;;;;;x -RUT_proletarian_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;;x -RUT_democracy;West Ukraine;;;;;;;;;;;;;x -RUT_democracy_ADJ;West Ukrainian;;;;;;;;;;;;;x -RUT_presidential_dictatorship;West Ukraine;;;;;;;;;;;;;x -RUT_presidential_dictatorship_ADJ;West Ukrainian;;;;;;;;;;;;;x -RYU;Ryukyu;;;;;;;;;;;;;x -RYU_ADJ;Ryukyuan;;;;;;;;;;;;;x -RYU_conservative;National Party;;;;;;;;;;;;;x -RYU_liberal;Liberal Party;;;;;;;;;;;;;x -RYU_reactionary;Monarchist Party;;;;;;;;;;;;;x -RYU_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -RYU_socialist;Social-Democratic Pary;;;;;;;;;;;;;x -RYU_communist;United Workers Party;;;;;;;;;;;;;x -RYU_fascist;National-Socialist Party;;;;;;;;;;;;;x -SAA;Saarland;Sarre;Saarland;;Saarland;;;;;;;;;x -SAA_ADJ;Saarlander;Sarrois;Saarlander;;Saarlander;;;;;;;;;x -SAA_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAA_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -SAR_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -SAR_conservative;Moderati;Moderati ;Moderati;;Moderati ;;;;;;;;;x -SAR_liberal;Riformisti;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -SAR_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -SAR_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -SAR_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -SAR_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -SAR_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -SAR_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -SAS;South Australia;South Australia;South Australia;;;;;;;;;;;x -SAS_ADJ;South Australian;South Australian;South Australian;;;;;;;;;;;x -SAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -SAS_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -SAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -SAS_conservative_3;Liberal and Country League;Liberal and Country League;Liberal and Country League;;;;;;;;;;;x -SAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -SAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -SAS_liberal_2;Liberal and Democratic Union;Liberal and Democratic Union;Liberal and Democratic Union;;;;;;;;;;;x -SAS_liberal_3;Liberal Union;Liberal Union;Liberal Union;;;;;;;;;;;x -SAS_liberal_4;Liberal Federation;Liberal Federation;Liberal Federation;;;;;;;;;;;x -SAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -SAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -SAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -SAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -SAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -SAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -SAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -SAT;Kyushu;;;;;;;;;;;;;x -SAT_ADJ;Kyushuan;;;;;;;;;;;;;x -SAT_absolute_monarchy;Satsuma;;;;;;;;;;;;;x -SAT_prussian_constitutionalism;Satsuma;;;;;;;;;;;;;x -SAT_hms_government;Satsuma;;;;;;;;;;;;;x -SAT_absolute_monarchy_ADJ;Shimazu;;;;;;;;;;;;;x -SAT_prussian_constitutionalism_ADJ;Shimazu;;;;;;;;;;;;;x -SAT_hms_government_ADJ;Shimazu;;;;;;;;;;;;;x -SAV;Saint Vincent;;;;;;;;;;;;x -SAV_ADJ;Vincentian;;;;;;;;;;;;x -SEN;Tohoku;;;;;;;;;;;;;x -SEN_ADJ;Tohokuan;;;;;;;;;;;;;x -SEN_absolute_monarchy;Sendai;;;;;;;;;;;;;x -SEN_prussian_constitutionalism;Sendai;;;;;;;;;;;;;x -SEN_hms_government;Sendai;;;;;;;;;;;;;x -SEN_absolute_monarchy_ADJ;Date;;;;;;;;;;;;;x -SEN_prussian_constitutionalism_ADJ;Date;;;;;;;;;;;;;x -SEN_hms_government_ADJ;Date;;;;;;;;;;;;;x -SHA;Shan;;;;;;;;;;;;;x -SHA_ADJ;Shan;;;;;;;;;;;;;x -SHA_conservative;National Party;;;;;;;;;;;;;x -SHA_liberal;Democratic Party;;;;;;;;;;;;;x -SHA_socialist;Progressive Party;;;;;;;;;;;;;x -SHA_communist;Communist Party;;;;;;;;;;;;;x -SHA_reactionary;Unity Party;;;;;;;;;;;;;x -SHA_anarcho_liberal;Radical Party;;;;;;;;;;;;;x -SHA_fascist;Fascist Party;;;;;;;;;;;;;x -SAK;Siak;;;;;;;;;;;;;x -SAK_ADJ;Siak;;;;;;;;;;;;;x -SIB;Siberian Republic;;;;;;;;;;;;;x -SIB_absolute_monarchy;Siberia;;;;;;;;;;;;;x -SIB_prussian_constitutionalism;Siberia;;;;;;;;;;;;;x -SIB_hms_government;Siberia;;;;;;;;;;;;;x -SIB_ADJ;Siberian;;;;;;;;;;;;;x -SIB_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;;;x;;;;;;;;;;;;;; -SIB_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -SLE;Sierra Leone;;;;;;;;;;;;x -SLE_ADJ;Sierra Leonean;;;;;;;;;;;;x -SLS;Silesia;;;;;;;;;;;;;x -SLS_ADJ;Silesian;;;;;;;;;;;;;x -SLS_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;Liberaldem. Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;Zentrumspartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;Nationalliberale ;;;;;;;;;x;;;;;;;;;;;;;; -SLS_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;Deutscher Arbeiterverein;;;;;;;;;x;;;;;;;;;;;;;; -SLS_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;Nationale Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;Konservative Partei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;Radical Arbeiterpartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;Communist Arbeiterpartei;;;;;;;;;x;;;;;;;;;;;;;; -SLS_fascist;Fascists;;;;;;;;;;;;;x -SLW;Sulawesi;;;;;;;;;;;;;x -SLW_ADJ;Sulawesian;;;;;;;;;;;;;x -SMI;Sapmi;Sapmi;Sapmi;;;;;;;;;;;;x -SMI_ADJ;Sami;Sami;Sami;;;;;;;;;;;;x -SMI_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;;x -SMI_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;;x -SMI_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;;x -SMI_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;;x -SMI_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;;x -SMI_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;;x -SMI_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;;x -SNG;Senegal;;;;;;;;;;;;x -SNG_ADJ;Senegalese;;;;;;;;;;;;x -SNZ;New Munster;New Munster;New Munster;;;;;;;;;;;x -SNZ_ADJ;Munsterian;Munsterian;Munsterian;;;;;;;;;;;x -SNZ_fascist_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;;x -SNZ_fascist_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;;x -SNZ_presidential_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_presidential_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_bourgeois_dictatorship;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_bourgeois_dictatorship_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_democracy;South Island Republic;South Island Republic;South Island Republic;;;;;;;;;;;x -SNZ_democracy_ADJ;South Islander;South Islander;South Islander;;;;;;;;;;;x -SNZ_proletarian_dictatorship;Zealandia;Zealandia;Zealandia;;;;;;;;;;;x -SNZ_proletarian_dictatorship_ADJ;Zealandian;Zealandian;Zealandian;;;;;;;;;;;x -SNZ_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -SNZ_liberal;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -SNZ_socialist;Labour Party;Labour Party;Labour Party;;;;;;;;;;;x -SNZ_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -SNZ_reactionary;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -SNZ_anarcho_liberal;Radical Party;Radical Party;Radical Party;;;;;;;;;;;x -SNZ_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -SON;Sonora;;;;;;;;;;;;;x -SON_ADJ;Sonoran;;;;;;;;;;;;;x -SON_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_anarcho_liberal;Partido Federalista;Partido Federalista;Partido Federalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_conservative_2;Partido Moderado Liberal;Partido Moderado Liberal;Partido Moderado Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_2;Partido Radical Liberal;Partido Radical Liberal;Partido Radical Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_3;Partido Progresista;Partido Progresista;Partido Progresista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_conservative_3;Partido Constitucionalista;Partido Constitucionalista;Partido Constitucionalista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_liberal_4;Partido Antireelecionista;Partido Antireelecionista;Partido Antireelecionista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_reactionary;Partido Imperialista;Partido Imperialista;Partido Imperialista;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SON_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -SPC;Spain;;;;;;;;;;;;;x -SPC_absolute_monarchy;Carlist Spain;;;;;;;;;;;;;x -SPC_prussian_constitutionalism;Carlist Spain;;;;;;;;;;;;;x -SPC_hms_government;Carlist Spain;;;;;;;;;;;;;x -SPC_ADJ;Spanish;;;;;;;;;;;;;x -SPU;South Peru;;;;;;;;;;;;;x -SPU_ADJ;South Peruvian;;;;;;;;;;;;;x -SRD;Sardinia;;;;;;;;;;;;; -SRD_ADJ;Sardinian;;;;;;;;;;;;; -SRI;Sri Lanka;;;;;;;;;;;;;x -SRI_ADJ;Sri Lankan;;;;;;;;;;;;;x -SRI_absolute_monarchy;Ceylon;;;;;;;;;;;;x -SRI_prussian_constitutionalism;Ceylon;;;;;;;;;;;;x -SRI_hms_government;Ceylon;;;;;;;;;;;;x -SRI_absolute_monarchy_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_prussian_constitutionalism_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_hms_government_ADJ;Ceylonian;;;;;;;;;;;;x -SRI_conservative;Royal Faction;;;;;;;;;;;;x -SRI_liberal;The Liberal Faction;;;;;;;;;;;;x -SRI_reactionary;The Nationalist Faction;;;;;;;;;;;;x -SRI_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -SRI_socialist;The Socialist Faction;;;;;;;;;;;;x -SRI_communist;The Communist Faction;;;;;;;;;;;;x -SRI_fascist;The Fascist Faction;;;;;;;;;;;;x -SUD;Sudan;;;;;;;;;;;;x -SUD_ADJ;Sudanese;;;;;;;;;;;;x -SUD_reactionary;the Mahdists;;;;;;;;;;;;;x -SUD_conservative;Al Muhafidh;;;;;;;;;;;;;x -SUD_liberal;Al Mutaharir;;;;;;;;;;;;;x -SUD_anarcho_liberal;Al Anarkiliberali;;;;;;;;;;;;;x -SUD_socialist;Al Ishtiraki;;;;;;;;;;;;;x -SUD_communist;Al Shiu'i;;;;;;;;;;;;;x -SUD_fascist;Al Fashi;;;;;;;;;;;;;x -SUL;Sulu;;;;;;;;;;;;;x -SUL_ADJ;Sulu;;;;;;;;;;;;;x -SUL_conservative;Conservatist Faction;;;;;;;;;;;;;x -SUL_liberal;Reformist Faction;;;;;;;;;;;;;x -SUL_socialist;Progressive Faction;;;;;;;;;;;;;x -SUL_communist;Communist Faction;;;;;;;;;;;;;x -SUL_reactionary;Nationalist Faction;;;;;;;;;;;;;x -SUL_anarcho_liberal;Radical Faction;;;;;;;;;;;;;x -SUL_fascist;Fascist faction;;;;;;;;;;;;;x -SVY;Savoy;;;;;;;;;;;;;x -SVY_ADJ;Savoyard;;;;;;;;;;;;;x -SWH;Schleswig-Holstein;;;;;;;;;;;;x -SWH_ADJ;Schleswigian;;;;;;;;;;;;x -SWH_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -SWH_conservative;Zentrumspartei;;;;;;;;;;;;x -SWH_liberal_2;Nationalliberale;;;;;;;;;;;;x -SWH_liberal_3;Freisinnige Partei;;;;;;;;;;;;x -SWH_socialist;Deutscher Arbeiterverein;;;;;;;;;;;;x -SWH_socialist_2;Sozialdem. Arbeiterpartei;;;;;;;;;;;;x -SWH_socialist_3;Sozial. Arbeiterpartei;;;;;;;;;;;;x -SWH_reactionary;Nationale Partei;;;;;;;;;;;;x -SWH_conservative_2;Konservative Partei;;;;;;;;;;;;x -SWH_conservative_3;Christsoz. Arbeiterpartei;;;;;;;;;;;;x -SWH_anarcho_liberal;Radical Arbeiterpartei;;;;;;;;;;;;x -SWH_communist;Communist Arbeiterpartei;;;;;;;;;;;;x -SWH_fascist;NSDP;;;;;;;;;;;;x -SWK;Sarawak;;;;;;;;;;;;;x -SWK_ADJ;Sarawakian;;;;;;;;;;;;;x -SWK_fascist_dictatorship;Borneo Republic;;;;;;;;;;;;;x -SWK_fascist_dictatorship_ADJ;Bornean;;;;;;;;;;;;;x -SWK_conservative;Rajah Faction;Faction royale;Königsfraktion;;Facción real;;;;;;;;;x;;;;;;;;;;;;;; -SWK_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -SWK_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -SWK_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -SWK_fascist;The Borneo Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;;x;;;;;;;;;;;;;; -SIE;Transylvania;;;;;;;;;;;;;x -SIE_ADJ;Transylvanian;;;;;;;;;;;;;x -SXI;Shanxi;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;;x -SXI_presidential_dictatorship;Shanxi Clique;Clique de Shanxi;Shanxi-Clique;;;;;;;;;;;x -SYR;Syria;;;;;;;;;;;;;x -SYR_ADJ;Syrian;;;;;;;;;;;;;x -SYC;Sicily;;;;;;;;;;;;;x -SYC_ADJ;Sicilian;;;;;;;;;;;;;x -SYR_liberal;Hizb al-Islah al-Suriy;;;;;;;;;;;;;x -SYR_conservative;Jam’iyat al-Arabiya al-Fatat;;;;;;;;;;;;;x -SYR_socialist;Haraka al-Ishtirakiyyun al-Arab;;;;;;;;;;;;;x -SYR_reactionary;Haraka al-Ahd al-Watani;;;;;;;;;;;;;x -SYR_anarcho_liberal;Hizb al-Wataniyyin al-Ahrar;;;;;;;;;;;;;x -SYR_communist;Al-hizb ash-Shuyu'i as-Suri;;;;;;;;;;;;;x -SZC;Sichuan;;;;;;;;;;;;x -SZC_ADJ;Sichuan;;;;;;;;;;;;x -SZC_presidential_dictatorship;Sichuan Clique;;;;;;;;;;;;x -SZC_reactionary;Beiyang Faction;Faction Rongting;Rongting-Fraktion;;;;;;;;;;;x -SZC_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -SZC_communist;Chinese Communist Party;Parti communiste chinois;Kommunistische Partei China;;;;;;;;;;;x -SZC_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -SZC_conservative;Kuomintang Faction;Faction Kuomintang;Guomintang-Fraktion;;;;;;;;;;;x -SZC_fascist;Fascist Party;Parti fasciste;Faschistische Partei;;;;;;;;;;;x -SZC_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -TAI;Formosa;;;;;;;;;;;;x -TAI_ADJ;Formosan;;;;;;;;;;;;x -TAI_conservative;Conservative Party;;;;;;;;;;;;x -TAI_liberal;Liberal Party;;;;;;;;;;;;x -TAI_reactionary;Nationalist Party;;;;;;;;;;;;x -TAI_anarcho_liberal;Radical Party;;;;;;;;;;;;x -TAI_socialist;Socialist Party;;;;;;;;;;;;x -TAI_communist;Communist Party;;;;;;;;;;;;x -TAI_fascist;Fascist Party;;;;;;;;;;;;x -TAJ;Tajikstan;;;;;;;;;;;;;x -TAJ_ADJ;Tajik;;;;;;;;;;;;;x -TAJ_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAJ_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TAR;Tatarstan;;;;;;;;;;;;;x -TAR_ADJ;Tatar;;;;;;;;;;;;;x -TAR_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -TAR_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -TAR_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -TAR_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -TAR_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -TAR_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -TAR_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -TAS;Tasmania;Tasmania;Tasmania;;;;;;;;;;;x -TAS_ADJ;Tasmanian;Tasmanian;Tasmanian;;;;;;;;;;;x -TAS_absolute_monarchy;Van Diemen's Land;Van Diemen's Land;Van Diemen's Land;;;;;;;;;;;x -TAS_absolute_monarchy_ADJ;Van Diemonian;Van Diemonian;Van Diemonian;;;;;;;;;;;x -TAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -TAS_conservative_1;Anti-Socialist Party;Anti-Socialist Party;Anti-Socialist Party;;;;;;;;;;;x -TAS_conservative_2;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -TAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -TAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -TAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -TAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -TAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -TAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -TAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -TAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -TAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -TCA;Transcaucasia;;;;;;;;;;;;x -TCA_ADJ;Transcaucasian;;;;;;;;;;;;x -TKG;Shogunate Japan;;;;;;;;;;;x -TKG_ADJ;Tokugawa;;;;;;;;;;;x -TKM;Turkmenistan;;;;;;;;;;;;;x -TKM_ADJ;Turkmenian;;;;;;;;;;;;;x -TKM_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKM_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS;Turkestan;;;;;;;;;;;;;x -TKS_ADJ;Turkic;;;;;;;;;;;;;x -TKS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TKS_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TGA;Tonga;;;;;;;;;;;;;x -TGA_ADJ;Tongan;;;;;;;;;;;;;x -TNZ;Tanganyika;;;;;;;;;;;;x -TNZ_ADJ;Tanganyikan;;;;;;;;;;;;x -TNT;Tannu Tuva;;;;;;;;;;;;;x -TNT_ADJ;Tuvan;;;;;;;;;;;;;x -TNT_reactionary;Lama Faction;Faction Lama;Lama-Fraktion;;;;;;;;;;;x -TNT_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;x -TNT_communist;Communist Party;Parti communiste ;Kommunistische Partei;;;;;;;;;;;x -TNT_liberal;Liberal Party;Parti libéral;Liberale Partei;;;;;;;;;;;x -TNT_anarcho_liberal;Freedom Party;Parti de la liberté;Freiheitspartei;;;;;;;;;;;x -TNT_conservative;Conservative Party;Parti conservateur;Konservative Partei;;;;;;;;;;;x -TNT_fascist;Unity Party;Parti unitaire;Einheitspartei;;;;;;;;;;;x -TOG;Togo;;;;;;;;;;;;x -TOG_ADJ;Togolese;;;;;;;;;;;;x -TOS;Shikoku;;;;;;;;;;;;;x -TOS_ADJ;Shikokuan;;;;;;;;;;;;;x -TOS_absolute_monarchy;Tosa;;;;;;;;;;;;;x -TOS_prussian_constitutionalism;Tosa;;;;;;;;;;;;;x -TOS_hms_government;Tosa;;;;;;;;;;;;;x -TOS_absolute_monarchy_ADJ;Yamauchi;;;;;;;;;;;;;x -TOS_prussian_constitutionalism_ADJ;Yamauchi;;;;;;;;;;;;;x -TOS_hms_government_ADJ;Yamauchi;;;;;;;;;;;;;x -TPG;Heavenly Kingdom;;;;;;;;;;;;x -TPG_democracy;Taiping Republic;;;;;;;;;;;;;x -TPG_bourgeois_dictatorship;Taiping Republic;;;;;;;;;;;;;x -TPG_proletarian_dictatorship;Communist Taiping;;;;;;;;;;;;;x -TPG_fascist_dictatorship;Taiping;;;;;;;;;;;;;x -TPG_presidential_dictatorship;Taiping Clique;;;;;;;;;;;;;x -TPG_ADJ;Taiping;;;;;;;;;;;;x -TPG_conservative;West King;;;;;;;;;;;;x -TPG_liberal;Yi King;;;;;;;;;;;;x -TPG_reactionary;East King;;;;;;;;;;;;x -TPG_socialist;North King;;;;;;;;;;;;x -TPG_anarcho_liberal;The Radical Faction;;;;;;;;;;;;x -TPG_communist;The Communist Faction;;;;;;;;;;;;x -TPG_fascist;The Fascist Faction;;;;;;;;;;;;x -TRE_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -TRE_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -TRE_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -TRE_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -TRE_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -TRE_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -TRE_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -TRE_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -TRK;Truk;Truk;Truk;;;;;;;;;;;;x -TRK_ADJ;Trukese;Trukese;Trukese;;;;;;;;;;;;x -TRS;Tarasco;;;;;;;;;;;;;x -TRS_ADJ;Tarascan;;;;;;;;;;;;;x -TTB;Trinidad;Trinité & Tobago;Trinidad & Tobago;;Trinidad & Tobago;;;;;;;;;x -TTB_ADJ;Trinidadian;Trinidadien;Trinidadisch;;Trinidadian;;;;;;;;;x -TTB_conservative;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -TTB_liberal;Citizens' Alliance;Citizens' Alliance;Citizens' Alliance;;;;;;;;;;;x -TTB_reactionary;National Party;National Party;National Party;;;;;;;;;;;x -TTB_socialist;People's Partnership;People's Partnership;People's Partnership;;;;;;;;;;;x -TTB_communist;Worker's Party;Worker's Party;Worker's Party;;;;;;;;;;;x -TTB_anarcho_liberal;Butler Party;Butler Party;Butler Party;;;;;;;;;;;x -TTB_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -TUR_presidential_dictatorship;Turkey;;;;;;;;;;;;;x -TUR_presidential_dictatorship_ADJ;Turkish;;;;;;;;;;;;;x -TUR_bourgeois_dictatorship;Turkey;;;;;;;;;;;;;x -TUR_bourgeois_dictatorship_ADJ;Turkish;;;;;;;;;;;;;x -TUR_fascist_dictatorship;Turkey;;;;;;;;;;;;;x -TUR_fascist_dictatorship;Turkish;;;;;;;;;;;;;x -TUR_reactionary;Nizam-i Alem;;;;;;;;;;;;;x -TUR_reactionary_2;Ittihad-i Muhammedi Firkasi;;;;;;;;;;;;;x -TUR_reactionary_3;Halâskâr Zabitân;;;;;;;;;;;;;x -TUR_reactionary_4;Fedailer Cemiyeti;;;;;;;;;;;;;x -TUR_conservative;Hükumet-i Hümayun;;;;;;;;;;;;;x -TUR_conservative_2;Selamet-i Osmaniye;;;;;;;;;;;;;x -TUR_conservative_3;Hürriyet ve Itilâf Firkasi;;;;;;;;;;;;;x -TUR_liberal_2;Tanzimat Firkasi;;;;;;;;;;;;;x -TUR_liberal_4;Osmanli Demokrat Firkasi;;;;;;;;;;;;;x -TUR_liberal_5;Halk Firkasi;;;;;;;;;;;;;x -TUR_socialist;Osmanli Köylü ve Amele Firkasi;;;;;;;;;;;;;x -TUR_socialist_3;Sosyalist Firka;;;;;;;;;;;;;x -TUR_communist;Ihtilalci Avam Firkasi;;;;;;;;;;;;;x -TUR_communist_2;Komünist Firka;;;;;;;;;;;;;x -TUR_communist_3;Halk Istirakiyun Firkasi;;;;;;;;;;;;;x -TUR_liberal;Ittihat ve Terakki Firkasi;;;;;;;;;;;;;x -TUR_liberal_3;Yeni Osmanlilar Cemiyeti;;;;;;;;;;;;;x -TUR_socialist_2;Osmanli Ahali Firkasi;;;;;;;;;;;;;x -TUR_anarcho_liberal;Osmanli Ahrar Firkasi;;;;;;;;;;;;;x -TUR_fascist;Ittihat ve Terakki Firkasi;;;;;;;;;;;;;x -TUR_fascist_2;Türk Ocagi;;;;;;;;;;;;;x -TUR_fascist_3;Milli Firka;;;;;;;;;;;;;x -TUS_reactionary;Restaurazionisti;Restaurazionisti;Restaurazionisti;;Restaurazionis ti;;;;;;;;;x -TUS_conservative;Moderati ;Moderati ;Moderati;;Moderati ;;;;;;;;;x -TUS_liberal;Riformisti ;Riformisti ;Riformisti;;Riformisti ;;;;;;;;;x -TUS_liberal_2;Liberali;Liberali;Liberali;;Liberali ;;;;;;;;;x -TUS_socialist;Socialisti;Socialisti;Socialisti;;Socialisti;;;;;;;;; x -TUS_conservative_2;Popolari;Popolari;Popolari;;Pop olari;;;;;;;;;x -TUS_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -TUS_communist;Comunisti;Comunisti;Comunisti;;Comunisti;;;;;;;;;x -TUS_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -UIL;The New American Alliance;;;;;;;;;;;;x;;; -UIL_proletarian_dictatorship;The New American Republic;;;;;;;;;;;;x -UIL_fascist_dictatorship;New America;;;;;;;;;;;;x -UIL_presidential_dictatorship;New America;;;;;;;;;;;;x -UIL_absolute_monarchy;The Kingdom of New America;;;;;;;;;;;;x -UIL_prussian_constitutionalism;The Kingdom of New America;;;;;;;;;;;;x -UIL_ADJ;New American;;;;;;;;;;;;x;;; -UIL_reactionary;New American Party;;;;;;;;;;;;;x -UIL_conservative;New Democratic Party;;;;;;;;;;;;;x -UIL_liberal;New Republican Party;;;;;;;;;;;;;x -UIL_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UIL_socialist;Socialist Party;;;;;;;;;;;;;x -UIL_communist;Communist Party;;;;;;;;;;;;;x -UIL_fascist;Supremacy Party;;;;;;;;;;;;;x -UNB;The Colorado Republic;;;;;;;;;;;;x;;; -UNB_absolute_monarchy;The Kingdom of Colorado;;;;;;;;;;;;x -UNB_prussian_constitutionalism;The Kingdom of Colorado;;;;;;;;;;;;x -UNB_hms_government;The Colorado Commonwealth;;;;;;;;;;;;x -UNB_ADJ;Coloradan;;;;;;;;;;;;x -UNB_reactionary;Colorado Party;;;;;;;;;;;;;x -UNB_conservative;New Democratic Party;;;;;;;;;;;;;x -UNB_liberal;New Republican Party;;;;;;;;;;;;;x -UNB_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UNB_socialist;Socialist Party;;;;;;;;;;;;;x -UNB_communist;Communist Party;;;;;;;;;;;;;x -UNB_fascist;Fascist Party;;;;;;;;;;;;;x -UNM;The Pueblo Republic;;;;;;;;;;;;x;;; -UNM_absolute_monarchy;New Mexico;;;;;;;;;;;;x -UNM_prussian_constitutionalism;New Mexico;;;;;;;;;;;;x -UNM_hms_government;New Mexico;;;;;;;;;;;;x -UNM_absolute_monarchy_ADJ;New Mexican;;;;;;;;;;;;x -UNM_prussian_constitutionalism_ADJ;New Mexican;;;;;;;;;;;;x -UNM_hms_government_ADJ;New Mexican;;;;;;;;;;;;x -UNM_proletarian_dictatorship;The Pueblo People's Republic;;;;;;;;;;;;x -UNM_ADJ;Pueblo;;;;;;;;;;;;x;;; -UNM_reactionary;New Pueblo Party;;;;;;;;;;;;;x -UNM_conservative;New Democratic Party;;;;;;;;;;;;;x -UNM_liberal;New Republican Party;;;;;;;;;;;;;x -UNM_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UNM_socialist;Socialist Party;;;;;;;;;;;;;x -UNM_communist;Communist Party;;;;;;;;;;;;;x -UNM_fascist;Fascist Party;;;;;;;;;;;;;x -UOR;The Oregon Country;;;;;;;;;;;;x;;; -UOR_absolute_monarchy;The Kingdom of Oregon;;;;;;;;;;;;;x -UOR_prussian_constitutionalism;The Kingdom of Oregon;;;;;;;;;;;;;x -UOR_hms_government;Oregon;;;;;;;;;;;;;x -UOR_proletarian_dictatorship;Oregon People's Republic;;;;;;;;;;;;;x -UOR_ADJ;Oregonian;;;;;;;;;;;;x;;; -UOR_fascist_dictatorship;Cascadia;;;;;;;;;;;;x;;; -UOR_fascist_dictatorship_ADJ;Cascadian;;;;;;;;;;;;x;;; -UOR_reactionary;True American Party;;;;;;;;;;;;;x -UOR_conservative;New Democratic Party;;;;;;;;;;;;;x -UOR_liberal;New Republican Party;;;;;;;;;;;;;x -UOR_anarcho_liberal;Libertarian Party;;;;;;;;;;;;;x -UOR_socialist;Socialist Party;;;;;;;;;;;;;x -UOR_communist;Communist Party;;;;;;;;;;;;;x -UOR_fascist;Cascadians;;;;;;;;;;;;;x -URA;Ural Republic;;;;;;;;;;;;;x -URA_absolute_monarchy;Ural State;;;;;;;;;;;;;x -URA_prussian_constitutionalism;Ural State;;;;;;;;;;;;;x -URA_hms_government;Ural State;;;;;;;;;;;;;x -URA_democracy;Ural Free State;;;;;;;;;;;;;x -URA_proletarian_dictatorship;Ural People's Republic;;;;;;;;;;;;;x -URA_ADJ;Ural;;;;;;;;;;;;;x -URA_conservative;Slavophile;Slavophile;Slawophile;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_liberal;Westerniser;Westerniser;Westler;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_communist;Social Democratic;Social-démocrate;Social Democratic;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_socialist;Menshevik;Menshevik;Menschewiki;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_reactionary;Panslavic;Panslavic;Panslawisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_conservative_2;Octobrists;Octobristes;Octobristen;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_anarcho_liberal;Radicals;Radicaux;Radikale;;;;;;;;;;;;x;;;;;;;;;;;;;; -URA_fascist;Fascists;Fascistes;Faschisten;;;;;;;;;;;;x;;;;;;;;;;;;;; -USA;The United States of America;;;;;;;;;;;;x -USA_democracy;The United States of America;;;;;;;;;;;;x -USA_presidential_dictatorship;The United States of America;;;;;;;;;;;;x -USA_bourgeois_dictatorship;The United States of America;;;;;;;;;;;;x -USA_fascist_dictatorship;The United States of America;;;;;;;;;;;;x -USA_absolute_monarchy;The American Empire;;;;;;;;;;;;x -USA_prussian_constitutionalism;The American Empire;;;;;;;;;;;;x -USA_hms_government;The Kingdom of America;;;;;;;;;;;;x -UYG;Uyghurstan;;;;;;;;;;;;;x -UYG_ADJ;Uyghur;;;;;;;;;;;;;x -UYG_absolute_monarchy;Kashgaria;;;;;;;;;;;;;x -UYG_prussian_constitutionalism;Kashgaria;;;;;;;;;;;;;x -UYG_hms_government;Kashgaria;;;;;;;;;;;;;x -UYG_absolute_monarchy_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_prussian_constitutionalism_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_hms_government_ADJ;Kashgarian;;;;;;;;;;;;;x -UYG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UYG_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB;Uzbekistan;;;;;;;;;;;;;x -UZB_ADJ;Uzbek;;;;;;;;;;;;;x -UZB_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -UZB_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -VEN_reactionary;Monarchici;Monarchici;Monarchici;;Monarchici;;;;;;;;;x -VEN_liberal;Intransigenti;Intransigenti;Intransige nti;;Intransigenti;;;;;;;;;x -VEN_conservative;Transigenti;Transigenti;Transigen ti;;Transigenti;;;;;;;;;x -VEN_socialist;Socialisti;Socialisti;Socialisti;;So cialisti;;;;;;;;;x -VEN_communist;Rivoluzionari;Rivoluzionari;Rivoluzionari;;Rivoluzio nari;;;;;;;;;x -VEN_reactionary_2;Cattolici;Cattolici;Cattolici;;C attolici;;;;;;;;;x -VEN_anarcho_liberal;Radicali;Radicali;Radicali;;Radicali;;;;;;;;;x -VEN_fascist;Fascisti;Fascisti;Fascisti;;Fascisti;;;;;;;;;x -VIC;Victoria;Victoria;Victoria;;;;;;;;;;;x -VIC_ADJ;Victorian;Victorian;Victorian;;;;;;;;;;;x -VIC_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -VIC_conservative_1;Conservative Party;Conservative Party;Conservative Party;;;;;;;;;;;x -VIC_conservative_2;National Party;National Party;National Party;;;;;;;;;;;x -VIC_conservative_3;United Australia Party;United Australia Party;United Australia Party;;;;;;;;;;;x -VIC_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -VIC_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -VIC_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -VIC_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -VIC_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -VIC_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -VIC_reactionary_2;Victorian Farmers Union;Victorian Farmers Union;Victorian Farmers Union;;;;;;;;;;;x -VIC_reactionary_3;Country Party;Country Party;Country Party;;;;;;;;;;;x -VIC_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -VIC_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -WAS;Western Australia;Western Australia;Western Australia;;;;;;;;;;;x -WAS_ADJ;West Australian;West Australian;West Australian;;;;;;;;;;;x -WAS_fascist_dictatorship;Westralia;Westralia;Westralia;;;;;;;;;;;x -WAS_fascist_dictatorship_ADJ;Westralian;Westralian;Westralian;;;;;;;;;;;x -WAS_conservative;Conservative Faction;Conservative Faction;Conservative Faction;;;;;;;;;;;x -WAS_conservative_1;Nationalist Party;Nationalist Party;Nationalist Party;;;;;;;;;;;x -WAS_liberal;Liberal Faction;Liberal Faction;Liberal Faction;;;;;;;;;;;x -WAS_liberal_1;Liberal Party;Liberal Party;Liberal Party;;;;;;;;;;;x -WAS_socialist;Labour Faction;Labour Faction;Labour Faction;;;;;;;;;;;x -WAS_socialist_1;Labor Party;Labor Party;Labor Party;;;;;;;;;;;x -WAS_communist;Communist Party;Communist Party;Communist Party;;;;;;;;;;;x -WAS_reactionary;Radical Nationalists;Radical Nationalists;Radical Nationalists;;;;;;;;;;;x -WAS_reactionary_2;Country Party;Country Party;Country Party;;;;;;;;;;;x -WAS_anarcho_liberal;Radical Liberals;Radical Liberals;Radical Liberals;;;;;;;;;;;x -WAS_fascist;Fascist Party;Fascist Party;Fascist Party;;;;;;;;;;;x -WES;Westfalen;;;;;;;;;;;;;x; -WES_ADJ;Westphalian ;;;;;;;;;;;;;;x -WES_liberal;Liberaldem. Partei;Liberaldem. Partei;Liberaldem. Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative;Zentrumspartei;Zentrumspartei;Zentrumspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_liberal_2;Nationalliberale ;Nationalliberale ;Nationalliberale ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_liberal_3;Freisinnige Partei;Freisinnige Partei;Freisinnige Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist;Deutscher Arbeiterverein;Deutscher Arbeiterverein;Deutscher Arbeiterverein;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist_2;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;Sozialdem. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_socialist_3;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;Sozial. Arbeiterpartei ;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_reactionary;Nationale Partei;Nationale Partei;Nationale Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative_2;Konservative Partei;Konservative Partei;Konservative Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_conservative_3;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;Christsoz. Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_anarcho_liberal;Radical Arbeiterpartei;Arbeiterpartei radical;Radikale Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_communist;Communist Arbeiterpartei;Arbeiterpartei communiste;Kommunistische Arbeiterpartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -WES_fascist;NSDP;NSDP;NSDP;;;;;;;;;;;;x;;;;;;;;;;;;;; -WHA;Wales;;;;;;;;;;;;;x -WHA_ADJ;Welsh;;;;;;;;;;;;;x -WHA_liberal;Democratiaid Rhyddfrydol;;;;;;;;;;;;;x -WHA_conservative;Plaid Geidwadol;;;;;;;;;;;;;x -WHA_socialist;Plaid Cymru;;;;;;;;;;;;;x -WHA_anarcho_liberal;Anarchwyr;;;;;;;;;;;;;x -WHA_fascist;Meibion Glyndwr;;;;;;;;;;;;;x -WHA_communist;Plaid Gomiwnyddol;;;;;;;;;;;;;x -WHA_reactionary;Plaid Genedlaethol;;;;;;;;;;;;;x -XBI_ADJ;Qinghai;;;;;;;;;;;;;x -XBI_presidential_dictatorship;Xibei San Ma;;;;;;;;;;;;;x -XBI_presidential_dictatorship_ADJ;Ma;;;;;;;;;;;;;x -XIN_presidential_dictatorship;Xinjiang Clique;Clique de Xinjiang;Xinjiang-Clique;;;;;;;;;;;x -YAK;Yakutia;;;;;;;;;;;;;x -YAK_ADJ;Yakut;;;;;;;;;;;;;x -YAK_conservative;The Conservatives;Faction royale;Königsfraktion;;;;;;;;;;;x -YAK_liberal;The Liberals;Faction libérale;Die liberale Fraktion;;;;;;;;;;;x -YAK_reactionary;The Khanate Faction;Faction nationaliste;Die nationalistische Fraktion;;;;;;;;;;;x -YAK_anarcho_liberal;The Libertains;Faction radicale;Die radikale Fraktion;;;;;;;;;;;x -YAK_socialist;The Socialists;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;x -YAK_communist;The Communists;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;x -YAK_fascist;The Nationalists;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;x -YAP;Yap;Yap;Yap;;;;;;;;;;;;x -YAP_ADJ;Yapese;Yapese;Yapese;;;;;;;;;;;;x -YNN_presidential_dictatorship;Yunnan Clique;Clique de Yunnan;Yunnan-Clique;;;;;;;;;;;x -YUC;Yucatan;;;;;;;;;;;;;x -YUC_ADJ;Yucatecan;;;;;;;;;;;;;x -YUC_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_reactionary;Partido Nationalist;Partido nationaliste;Partido Nationalist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YUC_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;;;x;;;;;;;;;;;;;; -YZW;Yonezawa;;;;;;;;;;;;;x -YZW_ADJ;Yonezawan;;;;;;;;;;;;;x -YZW_absolute_monarchy_ADJ;Uesugi;;;;;;;;;;;;;x -YZW_prussian_constitutionalism_ADJ;Uesugi;;;;;;;;;;;;;x -YZW_hms_government_ADJ;Uesugi;;;;;;;;;;;;;x -ZAM;Zambia;;;;;;;;;;;;x -ZAM_ADJ;Zambian;;;;;;;;;;;;x -### African Kingdoms ###;;;;;;;;;;;;;;x -ARO;Aro;Aro;Aro;;Aro;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_ADJ;Aro;Aro;Aro;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_conservative;Eze Aro Faction;Faction Eze Aro;Eze Aro Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ARO_proletarian_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_proletarian_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_fascist_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_fascist_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_bourgeois_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_bourgeois_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_presidential_dictatorship;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_presidential_dictatorship_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ARO_democracy;Biafra;Biafra;Biafra;;Biafra;;;;;;;;;x;;;;;;;;;;;;;; -ARO_democracy_ADJ;Biafran;Biafraise;Biafran;;biafreño;;;;;;;;;x -ASH;Ashanti;Ashanti;Aschanti;;Asantia;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_ADJ;Ashanti;Ashanti;Aschanti;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -ASH_proletarian_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -ASH_proletarian_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -ASH_fascist_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -ASH_fascist_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -ASH_bourgeois_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -ASH_bourgeois_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -ASH_presidential_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -ASH_presidential_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -ASH_democracy;Ghana;Ghana;Ghana;;Ghana;;;;;;;;;x;;;;;;;;;;;;;; -ASH_democracy_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;;x -AZA;Azande;Azande;Azande;;Azande;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_ADJ;Zande;Zande;Zande;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AZA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN;Benin;Bénin;Benin;;Benín;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_ADJ;Beninese;Béninois;Benin;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_conservative;Oba's Faction;Faction Obo;Oba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BEN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD;Burundi;Burundi;Burundi;;Burundi;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_ADJ;Burundian;Burundaise;Burundische;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_conservative;Mwami Faction;Faction Mwami;Mwami Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BRD_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH;Basotho;Basotho;Basotho;;Basotho;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_ADJ;Basotho;Basotho;Basotho;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BSH_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG;Buganda;Buganda;Buganda;;Buganda;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_ADJ;Bugandan;Bugandaise;Bugandische;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -BUG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA;Calabar;Calabar;Calabar;;Calabar;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_ADJ;Calabarean;Calabarien;Calabarische;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_conservative;Duke Town Faction;Faction de Duke Town;Duke Town Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_liberal;Creek Town Faction;Faction de Creek Town;Creek Town Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -CLA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH;Dahomey;Dahomey;Dahomey;;Dahomey;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_ADJ;Dahomean;Dahoméenne;Dahomische;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_conservative;Ahosu Faction;Faction Ahosu;Ahosu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_liberal;Liberal Faction;Faction Libéral;Liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAH_fascist;Great Dahomey Faction;Faction Dahomey Grande;Große Dahomey Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_proletarian_dictatorship;Hausa Republic;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_proletarian_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_presidential_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_presidential_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_bourgeois_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_bourgeois_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_fascist_dictatorship;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_fascist_dictatorship_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAM_democracy;Hausaland;Haoussa;Haussaland;;;;;;;;;;;x;;;;;;;;;;;;;; -DAM_democracy_ADJ;Hausa;Haoussa;Hausa;;;;;;;;;;;x -DAR;Darfur;Darfour;Darfur;;Darfur;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_ADJ;Darfuri;Darfourienne;Darfur;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_conservative;Sultan's Faction;Faction sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DAR_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND;Dendi;Dendi;Dendi;;Dendi;;;;;;;;;;x;;;;;;;;;;;;;; -DND_ADJ;Dendi;Dendi;Dendi;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_conservative;Askiya Faction;Faction Askiya;Askiya Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_socialist;Justice and Equality Movement;Mouvement pour la justice et l'égalité;Bewegung für Gerechtigkeit und Gleichheit;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_proletarian_dictatorship;Songhai Republic;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_proletarian_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_presidential_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_presidential_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_bourgeois_dictatorship;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_bourgeois_dictatorship_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -DND_fascist_dictatorship;Dendi Republic;Dendi;Dendi;;Dendi;;;;;;;;;;x;;;;;;;;;;;;;; -DND_democracy;Songhai;Songhay;Songhai;;;;;;;;;;;x;;;;;;;;;;;;;; -DND_democracy_ADJ;Songhai;Sonrhaïs;Songhai;;;;;;;;;;;x -GBU;Gabu;Gabou;Gabu;;Gabu;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_ADJ;Gabuan;Gabuéen;Gabuisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_conservative;Mansaba Faction;Faction Mansaba;Mansaba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GBU_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GEL;Geledi;Geledi;Geledi;;Geledi;;;;;;;;;;x;;;;;;;;;;;;;; -GEL_ADJ;Geledi;Geledien;Geledisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -GEL_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;;x;;;;;;;;;;;;;; -GEL_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -GEL_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -GEL_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -GEL_fascist;The Greater Somalia Faction;La Faction Grande Somalie;Die Größere Somalia Fraktion;;El Gran Somalia Facción;;;;;;;;;x;;;;;;;;;;;;;; -JAL;Fuuta Jallon;Fouta Djalon;Fuuta Jalon;;Fouta Yallon;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_ADJ;Jallon;Djalon;Jalon;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_conservative;Almami's Faction;Faction Almami;Almami Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -JAL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO;Bornu;Kanem-Bornu;Kanem-Bornu;;Kanem-Bornu;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_ADJ;Bornu;Bornu;Bornu;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_conservative;Mai Faction;Faction Mai;Mai Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_socialist;People's welfare Faction;Faction du bien-être populaire;Volksbetreuungsamt Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KBO_fascist;Greater Kanem-Bornu Faction;Faction du Grand Empire du Kanem-Bornou;Großer Kanem-Bornu ReichFraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG;Wattara;Ouattara;Wattara;;Wattara;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_ADJ;Wattaran;Wattaran;Wattaran;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_conservative;Fama's Faction;Faction Fama;Fama Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON;Kongo;Kongo;Kongo;;Congo;;;;;;;;;;x;;;;;;;;;;;;;; -KON_ADJ;Kongolese;Kongolaise;Kongolesische;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_conservative;MweneKongo Faction;Faction MweneKongo;MweneKongo Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_reactionary;Religious Faction;Religieux Faction;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB;Kuba;Kuba;Kuba;;Kuba;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_ADJ;Kuba;Kuba;Kuba;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_conservative;Nyim's Faction;Faction Nyim;Nyim Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_reactionary;Aristocrat's faction;Faction des aristocrates;Aristokraten Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KUB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB;Kazembe;Kazembe;Kazembe;;Cazembe;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_ADJ;Kazembe;Kazembe;Kazembe;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_conservative;Mwata Faction;Faction Mwata;Mwata fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KZB_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA;Luba;Luba;Luba;;Luba;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_ADJ;Luba;Luba;Luba;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LBA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA;Loango;Loango;Loango;;Loango;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_ADJ;Loangoese;Loangoaise;Loangoische;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_conservative;Ma Lwããgu's Faction;Faction Ma Lwããgu;Ma Lwããgu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_reactionary;Traditions Faction;Faction des traditions;Traditionen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LOA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN;Lunda;Lunda;Lunda;;Lunda;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_ADJ;Lunda;Lundas;Lunda;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -LUN_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ;Majeerteen;Majeerteen;Majeerteen;;Majeerteen;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_ADJ;Majeerteen;Majeerteenien;Majeerteenisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_conservative;Sheikal Faction;Faction Sheikal;Scheichsfraktion;;Facción de jeques;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_reactionary;The Nationalist Faction;Faction nationaliste;Die nationalistische Fraktion;;La facción nacionalista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -MAJ_fascist;The Islamic Faction;La faction islamique;Die islamische Fraktion;;La facción islámica;;;;;;;;;x;;;;;;;;;;;;;; -MAS;Massina;Macina;Massina;;Massina;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_ADJ;Massinan;Massinan;Massinan;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_liberal;Liberal Faction;Faction libérale;Die liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_reactionary;The Jihadis;Les djihadistes;Das Jihadis;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT;Matabele;Matabele;Matabele;;Matabele;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_ADJ;Matabele;Matabele;Matabele;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MAT_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG;Mongo;Mongo;Mongo;;Mongo;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_ADJ;Mongo;Mongo;Mongo;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MNG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS;Mossi;Mossi;Mossi;;Mossi;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_ADJ;Mossi;Mossis;Mossi;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_conservative;Mogho Naba Faction;Faction Mogho Naba;Mogho Naba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -MOS_fascist;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO;Oyo;Oyo;Oyo;;Oyo;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_ADJ;Oyo;Oyo;Oyo;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_conservative;Alaafin's Faction;Faction Alaafin;Alaafin Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -OYO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA;Rwanda;Ruanda;Ruanda;;Ruanda;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_ADJ;Rwandan;Ruandaise;Ruandische;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -RWA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG;Bamana;Ségou;Segu;;Segu;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_ADJ;Bambara;Bambaras;Bambara;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SEG_fascist;New Empire Faction;Faction pour le nouvel empire;Neue Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO;Shona;Shona;Shona;;Shona;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_ADJ;Shona;Shona;Shona;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SHW;Shewa;Shewa;Shewa;;Shewa;;;;;;;;;;x;;;;;;;;;;;;;; -SHW_ADJ;Shewan;Shewaien;Shewaisch;;Shewa;;;;;;;;;x;;;;;;;;;;;;;; -SHW_conservative;Negus's Faction;Faction Negus;Negus Fraktion;;Facción Negus;;;;;;;;;x;;;;;;;;;;;;;; -SHW_liberal;The Liberal Faction;Faction libérale;Die liberale Fraktion;;La facción liberal;;;;;;;;;x;;;;;;;;;;;;;; -SHW_reactionary;The Church Faction;La Faction Eglise;Die Kirche Fraktion;;La Facción Iglesia;;;;;;;;;x;;;;;;;;;;;;;; -SHW_anarcho_liberal;The Radical Faction;Faction radicale;Die radikale Fraktion;;La facción radical;;;;;;;;;x;;;;;;;;;;;;;; -SHW_socialist;The Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;La facción socialista;;;;;;;;;x;;;;;;;;;;;;;; -SHW_communist;The Communist Faction;Faction communiste;Die kommunistische Fraktion;;La facción comunista;;;;;;;;;x;;;;;;;;;;;;;; -SHW_fascist;The Fascist Faction;Faction fasciste;Die faschistische Fraktion;;La facción fascista;;;;;;;;;x;;;;;;;;;;;;;; -SOM;Somaliland;Somalia;Somalia;;Somalia;;;;;;;;;;x;;;;;;;;;;;;;; -SOM_ADJ;Somali;Somali;Somalisch;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA;Suazi;Suazi;Suazi;;Suazi;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_ADJ;Suazi;Suazi;Suazi;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SUA_democracy;Swaziland;;;;;;;;;;;;;;x -SUA_fascist_dictatorship;Swatini;;;;;;;;;;;;;;x -SUA_fascist_dictatorship_ADJ;Siswati;;;;;;;;;;;;;;x -SUA_proletarian_dictatorship;Swaziland;;;;;;;;;;;;;;x -SUA_presidential_dictatorship;Swaziland;;;;;;;;;;;;;;x -SUA_bourgeois_dictatorship;Swaziland;;;;;;;;;;;;;;x -TOO;Fouta Tooro;Fouta Toro;Fuua Toro;;Fouta Toro;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_ADJ;Tooro;Toro;Toro;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_conservative;Almaami Faction;Faction Almaami;Almaami Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TOO_fascist;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW;Botswana;Botswana;Botswana;;Botswana;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_ADJ;Tswana;Tswana;Tswana;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_conservative;Royal Faction;Faction royale;Königsfraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_reactionary;Empire Faction;Faction d'empire;Reich Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TSW_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD;Wadai;Ouaddaï;Wadai;;Ouaddai;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_ADJ;Wadai;Wadai;Wadai;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_conservative;Kolak's Faction;Faction Kolak;Kolak Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WAD_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI;Warri;Warri;Warri;;Warri;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_ADJ;Warri;Warri;Warri;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_conservative;Olu's Faction;Faction Olu;Olu Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_socialist;People's Faction;Faction populaire;Volk Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WRI_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL;Wolof;Djolof;Jolof;;wólof;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_ADJ;Wolof;Djolof;Jolof;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_conservative;Buur-ba's Faction;Faction Buur-ba;Buur-ba Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_reactionary;Religious Faction;Faction Religieux;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_anarcho_liberal;Freedom Faction;Faction de liberté;Freiheits Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -WOL_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO;Xhosa;Xhosa;Xhosa;;Kosoj;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_ADJ;Xhosa;Xhosa;Xhosa;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_conservative;Conservative Faction;Faction conservateur;Konservative Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_liberal;Liberal Faction;Faction libéral;Liberale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_reactionary;Traditional Faction;Faction traditionnelle;Traditionelle Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -XHO_democracy;Xhosaland;;;;;;;;;;;;;;x -AGC;Angoche;;;;;;;;;;;;x -AGC_ADJ;Angochen;;;;;;;;;;;;x -AGC_conservative;Sultan's Faction;;;;;;;;;;;;x -AGC_liberal;Reform Faction;;;;;;;;;;;;x -AGC_reactionary;Islamic faction;;;;;;;;;;;;x -AGC_anarcho_liberal;Radical Faction;;;;;;;;;;;;x -AGC_socialist;Socialist Party;;;;;;;;;;;;x -AGC_communist;Communist Party;;;;;;;;;;;;x -AGC_fascist;Fascist Faction;;;;;;;;;;;;x -GAZ;Gaza;;;;;;;;;;;;x -GAZ_ADJ;Nguni;;;;;;;;;;;;x -GAZ_conservative;King's Faction;;;;;;;;;;;;x -GAZ_liberal;Reform Faction;;;;;;;;;;;;x -GAZ_reactionary;Traditionalist faction;;;;;;;;;;;;x -GAZ_anarcho_liberal;Freedom Faction;;;;;;;;;;;;x -GAZ_socialist;People's Front;;;;;;;;;;;;x -GAZ_communist;Communist Party;;;;;;;;;;;;x -GAZ_fascist;Fascist Faction;;;;;;;;;;;;x -TRZ;Trarza;;;;;;;;;;;;x -TRZ_ADJ;Trarzan;;;;;;;;;;;;x -TRZ_conservative;Emir's Faction;;;;;;;;;;;;x -TRZ_liberal;Reform Faction;;;;;;;;;;;;x -TRZ_reactionary;Islamic faction;;;;;;;;;;;;x -TRZ_anarcho_liberal;Radical Faction;;;;;;;;;;;;x -TRZ_socialist;Socialist Party;;;;;;;;;;;;x -TRZ_communist;Communist Party;;;;;;;;;;;;x -TRZ_fascist;Fascist Faction;;;;;;;;;;;;x -TRZ_proletarian_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_proletarian_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_presidential_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_presidential_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_bourgeois_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_bourgeois_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_fascist_dictatorship;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_fascist_dictatorship_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -TRZ_democracy;Mauritania;Mauritanie;Mauretanien;;;;;;;;;;;x;;;;;;;;;;;;;; -TRZ_democracy_ADJ;Mauritanian;Mauritanien;Mauretanische;;;;;;;;;;;x -AWS;Awsa;Awsa;Awsa;;Awsa;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_ADJ;Afar;Afar;Afar;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_conservative;Sultan's Faction;Faction Sultan;Sultan Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_liberal;Reformers Faction;Faction réformateurs;Reformatoren Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_reactionary;Military Faction;Faction militaire;Militärische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_socialist;Afar People's Party;Afar Parti populaire;Afar Volkspartei;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_communist;Afar Communist Party;Afar Parti communiste;Afar Kommunistischen Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -AWS_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON;Gonder;Gonder;Gonder;;Gonder;;;;;;;;;;x;;;;;;;;;;;;;; -GON_ADJ;Gonderan;Gonderienne;Gonderische;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_conservative;Imperial Faction;Faction impériale;Imperialen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_reactionary;Ras Faction;Faction Ras;Ras Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -GON_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_conservative;Emir's Faction;Faction Emir;Emir Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_reactionary;Religious Faction;Faction religieuse;Religiöse Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_anarcho_liberal;Radical Faction;Faction radicale;Die radikale Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_socialist;Socialist Party;Parti socialiste;Sozialistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_communist;Communist Party;Parti communiste;Kommunistische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -HAR_fascist;Islamic Party;Parti islamique;Islamische Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF;Kaffa;Kaffa;Kaffa;;Kaffa;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_ADJ;Kaffan;Kaffaienne;Kaffaische;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_conservative;Royal faction;Faction royale;Königliche Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -KAF_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID;Sidama;Sidama;Sidama;;Sidama;;;;;;;;;;x;;;;;;;;;;;;;; -SID_ADJ;Sidaman;Sidamaienne;Sidamaische;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_conservative;Aristocratic Faction;Faction aristocratique;Aristokratischen Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_socialist;Socialist Faction;Faction socialiste;Die sozialistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_communist;Communist Faction;Faction communiste;Die kommunistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -SID_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG;Tigray;Tigray;Tigray;;Tigray;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_ADJ;Tigrayan;Tigrayienne;Tigrayische;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_conservative;Faction of the Ras of Tigray;Faction de l'Ras du Tigré;Fraktion der Ras von Tigray;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_liberal;Reform Faction;Faction de réforme;Verbesserung Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_reactionary;Traditionalist faction;Faction traditionaliste;Traditionalist Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_anarcho_liberal;Freedom Faction;Faction liberté;Freiheit Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_socialist;Tigrayan People's Liberation Front;Front de libération du Tigrayienne populaire;Tigrayan Volksbefreiungsfront;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_communist;Tigrayan Communist Party;Tigrayienne Parti communiste;Tigrayan Kommunistischen Partei;;;;;;;;;;;;x;;;;;;;;;;;;;; -TIG_fascist;Fascist Faction;Faction fasciste;Die faschistische Fraktion;;;;;;;;;;;;x;;;;;;;;;;;;;; +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +AIN;Ainu;;;;;;;;;;;;; +AIN_ADJ;Ainu;;;;;;;;;;;;; +AIN_absolute_monarchy;Ainu Mosir;;;;;;;;;;;;; +AIN_conservative;Conservatist Faction;;;;;;;;;;;;; +AIN_liberal;Reformist Faction;;;;;;;;;;;;; +AIN_socialist;Progressive Faction;;;;;;;;;;;;; +AIN_communist;Communist Faction;;;;;;;;;;;;; +AIN_reactionary;Nationalist Faction;;;;;;;;;;;;; +AIN_anarcho_liberal;Radical Faction;;;;;;;;;;;;; +AIN_fascist;Fascist faction;;;;;;;;;;;;; +BIM;Bima;;;;;;;;;;;;; +BIM_ADJ;Bima;;;;;;;;;;;;; +BMK;Mali;;;;;;;;;;;;; +BMK_ADJ;Malian;;;;;;;;;;;;; +CEQ;Equador Confederation;;;;;;;;;;;;; +CEQ_proletarian_dictatorship;Quilombola;;;;;;;;;;;;; +CEQ_ADJ;Nordestino;;;;;;;;;;;;; +CEQ_liberal;Partido Liberal;Partido Liberal;Partido Liberal;;;;;;;;;;; +CEQ_conservative;Partido Conservador;Partido Conservador;Partido Conservador;;;;;;;;;;; +CEQ_reactionary;Partido Caramuru;Partido Caramuru;Partido Caramuru;;;;;;;;;;; +CEQ_conservative_2;Partido Paulista;Partido Paulista;Partido Paulista;;;;;;;;;;; +CEQ_liberal_2;Partido Carioca;Partido Carioca;Partido Carioca;;;;;;;;;;; +CEQ_anarcho_liberal;Partido Radical;Partido Radical;Partido Radical;;;;;;;;;;; +CEQ_socialist;Partido Socialist;Partido socialiste;Partido Socialist;;;;;;;;;;; +CEQ_communist;Partido Communist;Partido communiste;Partido Communist;;;;;;;;;;; +CEQ_fascist;Partido Fascist;Partido fasciste;Partido Fascist;;;;;;;;;;; +HAL_absolute_monarchy_ADJ;Rashidi;;;;;;;;;;;;; +HAL_prussian_constitutionalism_ADJ;Rashidi;;;;;;;;;;;;; +HAL_hms_government_ADJ;Rashidi;;;;;;;;;;;;; +ISL;Islamic Caliphate;;;;;;;;;;;;; +ISL_ADJ;Islamic;;;;;;;;;;;;; +ISL_proletarian_dictatorship;Islamic People's Republic;;;;;;;;;;;;; +ISL_presidential_dictatorship;Islamic Republic;;;;;;;;;;;;; +ISL_bourgeois_dictatorship;Islamic Republic;;;;;;;;;;;;; +ISL_democracy;Islamic Republic;;;;;;;;;;;;; +ISL_liberal;Islamic Liberal faction;Liberal Faction;Liberal Faction;;Liberal Faction;;;;;;;;; +ISL_conservative;Islamic Conservative Faction;Conservative Faction;;Conservative Faction;;;;;;;;;; +ISL_reactionary;Islamic Fundamentalist Faction;Monarchist Faction;Monarchist Faction;;Monarchist Faction;;;;;;;;; +ISL_socialist;Socialist Faction;Labour Faction;Labour Faction;;Labour Faction;;;;;;;;; +ISL_anarcho_liberals;Anarchist Faction;Anarchist Faction;Anarchist Faction;;Anarchist Faction;;;;;;;;; +ISL_communist;Communist Faction;Communist Faction;Communist Faction;;Communist Faction;;;;;;;;; +ISL_fascist;Mujahideen Faction;Norman Faction;Norman Faction;;Norman Faction;;;;;;;;; +LEO;Leon;;;;;;;;;;;;; +LEO_ADJ;Leonese;;;;;;;;;;;;; +LEO_conservative;Partido Moderado;;;;;;;;;;;;; +LEO_liberal;Partido Progresista;;;;;;;;;;;;; +LEO_reactionary;Comuni¢n Carlista;;;;;;;;;;;;; +LEO_socialist;Partido Socialista;;;;;;;;;;;;; +LEO_communist;Federaci¢n Regional;;;;;;;;;;;;; +LEO_anarcho_liberal;Partido Radical;;;;;;;;;;;;; +LEO_fascist;Falange;;;;;;;;;;;;; +LXA_ADJ;Lan Xangi;lan xang;Lan Xangi;Lan Xang;de Lane Xang;Lan Xang;Lan Xangi;Lanxangijský;;;;;; +NEJ_absolute_monarchy_ADJ;Saudi;;;;;;;;;;;;; +NEJ_prussian_constitutionalism_ADJ;Saudi;;;;;;;;;;;;; +NEJ_hms_government_ADJ;Saudi;;;;;;;;;;;;; +RGR_fascist_dictatorship;Rio Bravo;;;;;;;;;;;;; +SYC;Sicily;;;;;;;;;;;;; +SYC_ADJ;Sicilian;;;;;;;;;;;;; +TUR_presidential_dictatorship;Turkey;;;;;;;;;;;;; +TUR_presidential_dictatorship_ADJ;Turkish;;;;;;;;;;;;; +TUR_bourgeois_dictatorship_ADJ;Turkish;;;;;;;;;;;;; +TUR_fascist_dictatorship;Turkey;;;;;;;;;;;;; +USA_democracy;The United States of America;;;;;;;;;;;;; +USA_presidential_dictatorship;The United States of America;;;;;;;;;;;;; +USA_fascist_dictatorship;The United States of America;;;;;;;;;;;;; +ASH_proletarian_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +ASH_proletarian_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; +ASH_fascist_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +ASH_fascist_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; +ASH_bourgeois_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +ASH_bourgeois_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; +ASH_presidential_dictatorship;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +ASH_presidential_dictatorship_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; +ASH_democracy;Ghana;Ghana;Ghana;;Ghana;;;;;;;;; +ASH_democracy_ADJ;Ghanaian;Ghanaian;Ghanaisch;;Ghanés;;;;;;;;; diff --git a/HPM/localisation/02_NNM_events.csv b/HPM/localisation/02_NNM_events.csv index 6891000d..d26f1af1 100644 --- a/HPM/localisation/02_NNM_events.csv +++ b/HPM/localisation/02_NNM_events.csv @@ -1,2732 +1,215 @@ -;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -IS_IN_REGION; is in the region ;Est dans la région;Ist in der Region ;;Está en la región;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -tozama_daimyo;Tozama Daimyo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fudai_daimyo;Fudai Daimyo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -emperor_meiji;Emperor Meiji;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -supports_imperial_edict;Supports the Imperial edict against foreigners;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -angered_by_bakufu;Angered by the bakufu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sakoku;Sakoku;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sakoku_desc;Meaning 'locked country',this is the policy under which no foreigner could enter Japan under pain of death. Maintained by the Tokugawa shogunate, it has kept the nation in enforced isolation since the 17th century.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -rangaku;Rangaku;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rangaku_desc;Meaning 'dutch learning',this refers to the body of knowledge developed by Japan through its contacts with the Dutch enclave of Dejima, which allowed Japan to keep abreast of Western technology and medicine in the period when the country was closed to foreigners.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -ansei_purge;Ansei Purge;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kobu_gattai;Kobu Gattai;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kobu_gattai_desc;This was a policy of the Tokugawa shogunate aiming at increasing political coordination between the bakufu and the Imperial Court, as well as appeasing opponents within the shogunate itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -fukoku_kyohei;Fukoku Kyohei;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME185;$COUNTRY_ADJ$ Prohibition?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC185;The $COUNTRY_ADJ$ Temperance League has been increasingly active in one of our states this year, with a campaign to harass local public houses and liquor merchants. Many of their more politically-minded members have even approached members of the government in $CAPITAL$, pushing for greater support for their campaign.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME186;$COUNTRY_ADJ$ Libertines;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC186;The libertine culture in $COUNTRY$ has drawn criticism, with news of a scandal that reaches to the very heights of government. Several ministers are accused of unsavory dealings, and there are calls in $CAPITAL$ for the government to support religious groups in their calls for moderation and temperance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2600;$STATENAME$ Integration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2600;$COUNTRY$ has maintained control over $STATENAME$ for us to consider the possibility of integrating it into $COUNTRY$ as a whole. There are $COUNTRY_ADJ$ flags waving in $PROVINCENAME$, flown by $COUNTRY_ADJ$ citizens, so it does not seem so far-fetched an idea that $STATENAME$ be eventually considered $COUNTRY_ADJ$ territory by the world at large.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2605;$PROVINCENAME$ Integrated into $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2605;$COUNTRY$ has controlled $PROVINCENAME$ for a long time-- long enough for those within $PROVINCENAME$ to truly consider themselves $COUNTRY_ADJ$ citizens, and for the rest of the world to consider the $COUNTRY_ADJ$ claim to the province to be legitimate as well. Though there are still some unhappy with the development, $PROVINCENAME$ is now considered an integral part of $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2610;$STATENAME$ Assimilation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2610;$STATENAME$ is considered $COUNTRY_ADJ$ territory-- that is only in dispute by those neighbours who still have recognized claims on the area, and who maintain that many within $STATENAME$ consider themselves citizens of their country and not ours. The first step in rendering their claim invalid would be to enact a policy that encourages the assimilation of all people within $STATENAME$... they should be $COUNTRY_ADJ$ citizens, and hold no other nationality above ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2611;Assimilation Policies Rescinded;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2611;With the new government in power and its more liberal views on minorities within $COUNTRY$, the policies of assimilation that attempted to stamp out minorities of other nationalities have all been rescinded. There are those within the $COUNTRY_ADJ$ military who warn that this is a dangerous idea, and that allowing these foreign identities to perpetuate will only lead to further conflict with our neighbours-- but, for now, their voices have been ignored.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2615;Flags Burned in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2615;A demonstration in $PROVINCENAME$ turned violent as minorities held up $COUNTRY_ADJ$ flags and burned them-- a demonstration of their rejection of our attempts to assimilate them into $COUNTRY$. Authorities broke up the demonstration, but there continues to be a growing discontent in the area. The turmoil has even spread to other citizens, who have begun calling on the $COUNTRY_ADJ$ government to end its assimilation policies and let the minority groups be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME2616;Incident in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2616;The recent arrest of a foreign national in $PROVINCENAME$ has led to a diplomatic incident. Many of the minorities within $PROVINCENAME$ claim that the man was arrested solely because he opposed the $COUNTRY_ADJ$ assimilation policies, and was trying to spread word of a peaceful resistance. The $COUNTRY_ADJ$ authorities say the man's interest was not peaceful in the least, and they suspect he in fact works for one of our neighbours with a claim on $PROVINCENAME$. Whatever the truth, the reaction has not been peaceful in the least-- riots are expected, and authorities say to be wary of rebellion in the area.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2620;Flags Flying in $PROVINCENAME$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2620;A parade has recently taken place in $PROVINCENAME$, with the $COUNTRY_ADJ$ flag flying high-- and being held by people who, until very recently, likely wouldn't have considered themselves $COUNTRY_ADJ$ citizens at all. $PROVINCENAME$ is still claimed by another country, but the acceptance of $PROVINCENAME$'s people is going a long way towards making elimination of that an inevitable fact.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2625;$PROVINCENAME$ Assimilated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2625;The $COUNTRY_ADJ$ flag is the only one that can now be found flying in the streets of $PROVINCENAME$. At long last, it can be considered $COUNTRY_ADJ$ and only $COUNTRY_ADJ$ territory. Even those who are members of other cultures no longer consider themselves truly part of our neighbours-- much as those neighbours might be unhappy with the situation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2626;Claims in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2626;$FROMCOUNTRY$ continues to hold some of our lands, lands which until today have always been considered part of $COUNTRY_ADJ$ national territory. A $FROMCOUNTRY_ADJ$ program of assimilation has succeeded, however, in weaning our own people away from any feeling as if this true. They no longer consider themselves $COUNTRY_ADJ$, and indeed the international community appears to agree with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME2650;$FROMCOUNTRY_ADJ$ Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2650;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to them-- and only the ones that belong to them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2651;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2651;According to our peace treaty with $FROMCOUNTRY$, we must give up lands that rightfully belong to another nation-- but only those lands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME2660;Our Lands Returned;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC2660;As a result of the treaty with $FROMCOUNTRY$, some of $COUNTRY$'s lands are to be returned. We are, however, only entitled to those lands over which we have a claim. Any others should, by all rights, be returned to $FROMCOUNTRY$.\n\n§RNOTE: If you took $FROMCOUNTRY_ADJ$ core provinces which are not also your own core provinces in this war, enacting the 'return' option will give those lands back. Be careful!§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTDESC10100_NEW;Phytophthora infestans, the dreaded potato blight, has struck one of our farming provinces. Starving smallholders, and in some places driving whole families from their homes, the potato blight has caused a localized famine that threatens to spread.;;Phytophthora infestans, die gefürchtete Kartoffelfäule, ist in $PROVINCENAME$ ausgebrochen. Die Krankheit bringt lokale Kleinbauern ans Hungertuch, treibt an manchen Orten ganze Familien aus ihren Heimen, und hat generell vor Ort eine Hungersnot ausgelöst, die sich auszubreiten droht. Im Parlament wie auch vor Ort treten die Liberalen vor, klagen unsere Regierung an, die Hungerhilfe ungeschickt anzugehen, und behaupten, dass vielleicht nicht die Knollenfäule selbst, sondern unsere Politik, die zu Nahrungsmangel geführt hat, an der Krise schuld ist.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,, -EVTNAME10120_NEW;$COUNTRY_ADJ$ Herald;La Tribune de $COUNTRY_ADJ$;Der $COUNTRY_ADJ$ Herald;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10120_NEW;A new daily has begun circulating in $COUNTRY$. The $COUNTRY_ADJ$ Herald, carrying hard-hitting political commentary, literary critique and local news, has quickly developed into a flagship for local liberal politics.;;Eine neue Tageszeitung ist in $COUNTRY$ erschienen. Mit beißenden politischen Kommentaren, Literaturkritik und Lokalnachrichten ist der $COUNTRY_ADJ$ Herald schnell zu einem Flaggschiff für liberale Lokalpolitik geworden.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,, -EVTDESC10130_NEW;A local chapter of the Chartist Society, calling for a broadening of the voting franchise, and an end to landed voting rights, has opened in $COUNTRY$.;Une branche locale de la Société chartiste, appelant à un élargissement du droit de vote et à la fin du système électoral censitaire est apparue en $COUNTRY$.;Ein lokaler Zweig der Chartistengesellschaft ist in $COUNTRY$ aktiv geworden und ruft nach größeren Wahlrechten und einem Ende der landbesitzgebundenen Wahlrechts.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,, -EVTDESC10140_NEW;Liberal causes have started to gain traction in $COUNTRY$. While no one knows for sure, rumor has it that the root cause of this sudden upswing in liberal propaganda efforts is the recent foundation of a secret society, forced into hiding due to the persecution of any legitimate opposition to the ruling party. Whether it be the Rosecrucians or the Illuminati, these society members will continue to act from the shadows until $COUNTRY$ allows free debate and opposition in its politics.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC10150_NEW;The smog from the factories hangs low against the blood red of a charcoal sky. Far away in the depths of the city, in the deepest bowels of the industrial machine, the cries and shouts of a forming mob can be heard echoing against a backdrop of drainpipes and smokestacks. Infuriated over poor working conditions, clamoring for a return to a lost pastoral dream remembered, Luddites take to the streets in $COUNTRY$.;;Der kohlschwarze Qualm der Fabriken hängt tief gegen den blutroten Himmel. Tief im Herzen der Stadt, in den untersten Kellern der Industriemaschine, kann man die Schreie und Rufes des sich bildenden Mobs im Echo gegen den Hintergrund von Kühlröhren und Schornsteinen hören. Erzürnt über schlechte Arbeitsbedingungen ziehen die Ludditen auf die Straße in $COUNTRY$ und verlangen die Wiederkehr eines ländlichen Traums.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,, -EVTDESC10160_NEW;Immorality is like water, flowing through every concievable crack in the dams of legal authority. Liberals in $COUNTRY$ have, on account of the ban on public meetings, begun holding banquets. Ostentsibly without purpose -- A gathering among friends, a celebration, a feast -- the common knowledge secret that no one dare pronounce is that these banquets are political meetings carried out behind a thin veneer of legality.;;Sittenlosigkeit ist wie Wasser - sie fließt durch jeden Riss in den Dämmen der Gesetzesautorität. Die Liberalen in $COUNTRY$ haben wegen des Verbots öffentlicher Versammlungen begonnen, Bankette abzuhalten. Nach außen völlig absichtslos -- ein Treffen von Freunden, eine Feier, ein Fest -- doch ist jedem klar, was er nicht auszusprechen wagt: dass diese Bankette politische Treffen sind, die sich hinter einem sehr dünnen Anstrich der Legalität verstrecken.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,, -EVTDESC10170_NEW;Like rats carrying contagious diseases, the preachers of modernity move effortlessly back and forth across our borders. Liberal agitation has spread to $PROVINCENAME$ from a neighboring province and is now threatening to enflame the entire state. We might want to send some troops here.;Comme des rats porteurs de maladies contagieuses, les prédicateurs modernes vont et viennent facilement de part et d'autres de nos frontières. L'agitation libérale s'étend à $PROVINCENAME$ depuis une province voisine.;Wie Ratten mit ansteckenden Krankheiten bewegen sich die Prediger der Modernität mühelos über unsere Grenzen hinweg. Liberale Agitation ist aus einer Nachbarprovinz nach $PROVINCENAME$ übergeschwappt.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,, -EVTDESC10200_NEW;Death to the $MONARCHTITLE$!', a hoarse voice cries. The streets in $PROVINCENAME$ have come alive. A local injustice, or the perception of one, have animated the unwashed masses into rebellion against our rule and threatens to spread to the rest of the state. The revolt is still small enough that its future course has not been set in stone, and leniency might avert it, but perhaps it is best to put our foot down firmly to set an example?;;Tod dem König!', schreit eine heisere Stimme. Die Straßen in $PROVINCENAME$ sind zum Leben erwacht. Eine lokale Ungerechtigkeit bzw. das, was manche dafür ansehen, hat eine Rebellion der ungewaschenen Horden gegen unsere Herrschaft entfacht. Die Revolte ist noch klein genug, dass ihr künftiger Kurs noch nicht in Stein gemeißelt steht. Mit Milde könnte man noch etwas erreichen, aber vieleicht ist es am besten, hart vorzugehen, um ein Exempel zu statuieren?;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,, -EVTNAME10205;Fighting in the Streets;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10205;Tensions in one of our provinces reached a boiling point recently, with liberals and reactionaries battling in the streets. $COUNTRY_ADJ$ police were quick to move in, but tempers remain high and already there are reports of fighting elsewhere in the state. Officials are calling for decisive action to put an end to the violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10215;Inspired Nationalists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10215;Nationalists in $COUNTRY$, inspired by the wave of liberalism in a neighboring nation, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could enflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10155;Pan-Nationalist Fervor;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10155;A fervor has been sweeping through parts of $COUNTRY$, with liberal-minded revolutionaries calling for $COUNTRY_ADJ$ citizens to rise up and demand the unification of $CULTURE_GROUP_UNION$. They have begun waving $UNION_ADJ$ flags in the streets, fomenting riots and violence. The police have had difficulties dealing with the problem.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10190_NEW;Fiery Sermon in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10200_NEW;Liberal Insurrection in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10210_NEW;Liberal Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10216;Nationalist Fervor in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10216;Nationalists in $PROVINCENAME$, inspired by the wave of liberalism throughout $COUNTRY$, have risen up. Agitators are running through the streets waving flags and calling for their brethren to fight for freedom. Responding with violence could enflame the entire state, but $COUNTRY_ADJ$ officials agree that this cannot be allowed to continue.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10221;Chartist Rally in Kennington Common;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10221;A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately-- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the government are suggesting that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME10222;The French Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10222;Angry crowds have flooded the streets of Paris, shouting cries of 'Down with the King!' and 'Long live the Reform!'. They have erected barricades in the streets and fighting has broken out with the Parisian municipal guards. With the city having been completely closed off from outside help, these crowds have begun to march on the royal palace. Our king has had no choice but to abdicate and flee the country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10223;Louis-Napoleon's Coup d'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10223;Facing the prospect of losing the presidential election, the popular Louis-Napoleon has launched a coup d'etat and overthrown the French government. Loyal members of the army have locked down strategic locations in Paris, and the Assemblée Nationale has been dissolved, leaving Louis-Napoleon as the undisputed ruler of the country. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME10224;Emperor Napoleon Deposed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10224;Angered by the inability of France to prevent the formation of Germany, as well as the humiliating loss of Alsace-Lorraine, the government has deposed Emperor Napoleon. We must choose what form our new government is to take.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME10225;Hungarian Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10225;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus we now face civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10226;Freedom At Last!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10226;We have won our freedom from Austrian rule! The people have gathered in $CAPITAL$ in jubilation!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME10227;The Hungarian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10227;Hungarian lands rightfully belong to us. With their new-found freedom, we are left with the decision whether we should pursue our claim to their lands or instead try to reconcile with the Hungarian government. If they remain hostile, after all, and we are unable to defeat them, they will become a very dangerous enemy on our border. Admitting their loss, however, might be a blow to our prestige we will never recover from.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME10228;Constitutional Reform;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10228;With the entire nation ready to overthrow the monarchy, ministers have approached the King with advice on reforming the constitution before it's too late. The loss of Belgium has made a revision necessary already. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME10229;The $COUNTRY_ADJ$ Uprising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10229;With the people seemingly ready to break down our doors, demanding constitutional reform, perhaps we should consider giving it to them? Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME10400;The French Revolution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10400;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsmen fired his musket on the citizens and set off a massacre. The resulting conflagaration has swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic.\n\nNow we have the task of building this new government, starting with a presidential election to determine its new Head of State. Considering the popularity of Louis-Napoléon Bonaparte among the masses, and the granting of universal voting rights, some are concerned that he may in fact take the leadership. If he does, who knows what this may mean for France?;;;;;;;;;;;;x,,,,,,,,,,,,,, -EVTNAME10401;The Presidential Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10401;While it was expected that Louis-Napoléon Bonaparte would do well in the French presidential election, no one could have counted on the fact that he has done as well as this. Despite his autocratic leanings and lack of allies in Paris, he has managed to be something to everyone… even gaining the sponsorship of the Orleanists. The provisional government's candidate, Louis-Eugène Cavaignac, led the effort to quell an uprising in the city-- leading to resentment among the masses which has translated into Napoleon's landslide. Many fear the man takes too much after his infamous uncle, and thus the idea has arisen of fixing the elections to ensure Cavaignac's victory. This would require us to restrict universal sufferage, as well as muffle the newspapers and political opponents. Either way, the ideals of the Second Republic seem at risk of compromise.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME10402;Napoleon Wins Election!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10402;Louis-Napoléon Bonaparte has swept into power as France's new Head of State. The man carries with him the legacy of his infamous uncle, and with it the support of the masses. He has no friends in Paris, however, almost all of whom are nervous of the possibility that he might decide to follow in his uncle's footsteps.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME10405;Louis-Napoleon's Coup d'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10405;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has launched a coup d'etat and overthrown the French government. Loyal members of the army have locked down strategic locations in Paris, and the Assemblée Nationale has been dissolved, leaving Louis-Napoleon as the undisputed ruler of the country. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME10410;Emperor Napoleon Deposed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10410;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbours. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take. Shall we restore the Bourbon dynasty under the Count of Chambord, elect for a Bourbon constitutional monarchy under the Comte de Paris, or instead opt to create the Third Republic?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME10411;The Death of Napoleon;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC10411;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him. His son and heir would be Napoleon IV… but he is still a young man, eager to live up to the legacy left him. Others favor the popular Bourbon Count of Paris. Still more, however, claim this is the perfect moment to restore the republic and end the monarchy once and for all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME11100_NEW;The Unification of $CULTURE_GROUP_UNION$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11100_NEW;A rising tide of liberal nationalism within $CULTURE_GROUP_UNION$ has begun to spread, raising the idea of a $UNION_ADJ$ union with $COUNTRY$ at its head. A parliament of liberal revolutionaries has been convened, with representatives from throughout $UNION_ADJ$ lands, which has decreed the time is right for the nation to unite under one banner. The parliament has offered the crown of $CULTURE_GROUP_UNION$ to us. We could accept the offer, but doing so would cause international alarm, and require us to compensate the revolutionaries politically.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME11104;Revolution in $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11104;A pro-$UNION_ADJ$ revolution has taken hold in $FROMCOUNTRY$. Its liberal leaders believe that $COUNTRY$ is the nation best-suited to unite all of $CULTURE_GROUP_UNION$, and thus have sworn to support us until the union is ready to occur.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME11106;The $FROMCOUNTRY_ADJ$ Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11106;$MONARCHTITLE$, the $FROMCOUNTRY_ADJ$ ambassador has presented us with news from the recent parliament of German revolutionaries. $FROMCOUNTRY$ has agreed to assemble a federation of German states, with the goal of eventually forming a greater Germany. If we do not agree,it is possible that $FROMCOUNTRY$ will attempt to take our lands by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME11108;Slavic Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11108;The call has gone out for the Slavic nations of the Balkans to finally unite under a common banner, to resist the encroachment of the Austrians and Turks as well as other European powers. Yugoslavia, it is said, will be a power to rival even its most powerful neighbours. Whether this new nation would succeed in holding together a people divided by centuries of bitter warfare is best left for speculation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME11109;The Creation of Greater Finland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11109;The call has gone out for the Ugric nations of Greater Finland to finally unite under a common banner, to resist the encroachment of the Russians as well as other European powers. This new nation, it is said, will be a power to rival even its most powerful neighbours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME11110;A North German Union?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11110;An open discussion amongst liberals in $COUNTRY$ has been occurring regarding the formation of a confederation of North German states. Conditions have never been right for it in the past, but many believe such a union is needed if the Germans are ever to have true security and take their place among the powers of the world. A $COUNTRY_ADJ$-led movement to create such a confederation might go over well with our neighbours, if we made the attempt to create it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME11115;The Greater Slavic Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11115;Many within $COUNTRY$ have always considered it a dream to form a greater union of the Slavic peoples, one spanning all of the Balkans and uniting them under a common flag. Such a nation would be far better suited at resisting the encroachment of foreign powers into the region. Now seems like the perfect opportunity for $COUNTRY$ to form such a union. Do we proceed with the creation of Yugoslavia, or let the dream die here?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME11120;Slavic Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11120;The call has come to $COUNTRY$ to unite with Yugoslavia, a union of Slavic countries interested in protecting the Balkans from the encroachment of other European powers. Whether a union of cultures which have before now often been at war, and indeed still have considerable enmity for each other, will be difficult to say.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC19006;Our independence is gradually being undercut and more and more becoming something that only exists on paper, as several foreign Great Powers vie for control over our political institutions. Recently, tensions have erupted between several great powers each vying for dominance over our government. If any of them attempts to assert themselves in $COUNTRY$, it will mean conflict with our government, the other great powers, and possibly even war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTOPTA13000;We will allow the westerners into $COUNTRY$, so long as they cause no trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB13000;They bring dangerous ideas. $COUNTRY$ will refuse them all access.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13010;Shipwrecked Sailors;Les naufragés;Schiffsbrüchige Matrosen;;Marineros naufragados;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13010;An old pond\nA frog jumps in —\nThe sound of water.'\n-- Matsuo Basho\nOne of our coastal provinces is bustling with rumors about the strange people who were found along its shorelines earlier this morning. The more precise origin of these shipwrecked sailors is as of yet uncertain, but, wherever they are from, they are definitely not from $COUNTRY$. The difficulty now lies in deciding what to do with them: if we send them home, we are effectively changing our policy of non-interaction with the westerners. Ignoring them and allowing them to stay, however, means permitting a western presence in $COUNTRY$ despite all our efforts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTOPTA13010;Send them home.;Les laisser rentrer chez eux.;Lasst sie heimkehren.;;Dejadles regresar a casa.;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB13010;Allow them to stay.;Les obliger à rester.;Zwingt sie, zu bleiben.;;Obligadles a quedarse.;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME13015;Foreign Smugglers;Contrebandiers étrangers;Ausländische Schmuggler;;Contrabandistas extranjeros;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13015;One of our subjects has been discovered wearing foreign clothes, and further interrogation by the authorities has lead to the slow unraveling of a foreign smuggling ring. These foreigners come into $COUNTRY$ without permission, knowing they face execution should they be caught-- yet some of our advisors say there are benefits to their presence, as they can supply needs to the $COUNTRY_ADJ$ people that we cannot.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME13016;Smugglers Sell Opium;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13016;In what should come as no surprise, the foreign smuggling ring in one of our provinces has been caught red-handed selling opium to the locals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME13020;Foreign Missionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13020;Despite our policy of not permitting foreigners into $COUNTRY$, it has been discovered that a group of foreign missionaries has been traveling among our people and spreading their religion. While we have every right to execute them out of hand, this does raise the possibility of a confrontation with their home country. Do we wish to risk such a war, all for the sake of a few priests?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME13021;Missionaries Executed in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13021;We have received reports that a number of our missionaries have been executed in $FROMCOUNTRY$, part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it. The missionaries knew they were not permitted in $FROMCOUNTRY$, after all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME13030;Western Approaches;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13030;News reaches us that an expatriate community of foreigners, from various European countries and Great Powers, has formed in one of our cities. Doubtlessly, this is a direct effect of our government's policy of open ports and borders. This influx might be positive, as our government seems to believe, however some voices have less kind things to say about the foreigners.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME13031;Grievous Insults!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13031;A group of $COUNTRY_ADJ$ citizens who left $COUNTRY$ some time ago on an expedition to $FROMCOUNTRY$ has been viciously refused entry to the country. It appears that the $FROMCOUNTRY_ADJ$ government has turned gradually to a policy of increasing isolationism, most likely in order to avoid the pains of modernizing their political, economical and social institutions. This policy of the $FROMCOUNTRY_ADJ$ government is, obviously, impairing the advances of $COUNTRY_ADJ$ trade, diplomacy and missionary activities in the region, and must be considered an unjust restriction of the international freedom of movement.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTDESC13040;Despite the obvious rightness of our country's trade policies, greater amounts of foreign goods could be useful, and elements within our administration have suggested setting up a limited trading post in one of our coastal cities, where foreign ships can moor and trade, without compromising the cultural integrity of $COUNTRY$. It could be an economic boon to the area and the nation, but conservative voices warn that destructive foreign influences might further creep into our society.;;Trotz der offensichtlichen Richtigkeit unserer Isolationspolitik könnte eine gewisse Menge ausländischer Güter uns von Nutzen sein. Einige Elements in unserer Regierung haben vorgeschladen, einen beschränkten Handelsposten in $PROVINCENAME$ zu errichten, wo ausländische Schiffe ankern und handeln können, ohne im Großen und Ganzen unsere Politik der Separation vom Rest der Welt außerhalb $COUNTRYNAME$ zu kompromittieren. Es könnte für das Gebiet wie auch die Nation einen wirtschaftlichen Aufschwung bedeuten, aber konservative Stimmen warnen, dass destruktive ausländische Einflüsse sich in unsere Gesellschaft einschleichen könnten.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,, -EVTDESC13050;A sweet, pungent stench hangs over the backstreets and alleys in one of our cities, emanating and spreading in every direction from an epicenter at the foreign trade station. The European traders have brought with them the habit of opium smoking, and our subjects have taken to it on a scale that threatens to become epidemic. It seems that, for every new ship that lands, more and more of our people get caught in the deadly and pacifying web of addiction. What should we do?;;Ein süßlich-stechender Gestank hängt über den Hintergassen und -gossen in $PROVINCENAME$ und verbreitet sich von einem Epizentrum an der ausländischen Handelsstation in alle Richtungen aus. Die europäischen Händler haben die Gewohnheit des Opiumrauchens mit sich gebracht, und unsere Untertanen haben sie auf eine Stufe erhöht, die zu einer Epidemie zu werden droht. Es scheint, dass mit jedem neuen Schiff, das ankert, mehr und mehr unserer Untertanen sich im tödlichen Netz der Sucht verstricken. Was sollen wir tun?;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,, -EVTNAME13051;Smugglers Dodge Trade Restrictions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13051;Due to the trade restrictions on the sale of opium, a number of western merchants have instead gone underground. We have word that a group of them have set up shop in one of our coastal provinces, but so far none of the locals seem willing to come forth with information. If we allow the smuggling ring to remain, it seems only a matter of time before the opium problem spreads.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC13056;The great clippers ply our coastlines from north to south, like wolves culling out the weak and the corruptible with the poison they sell. Wherever there is an unexposed harbor, a foreign ship soon docks, and drives another fang into our national body. The use of opium has spread throughout $STATENAME$.;Les grands voiliers de commerce sillonent nos côtes du nord au sud, comme des loups à l'abattage des faibles et des corruptibles avec le poison qu'ils vendent. Partout où il y a un port non encore exposé, un navire étranger accoste bientôt, et plante un autre croc dans notre organisme national. L'usage de l'opium s'est étendue à $PROVINCENAME$. ;Die großen Klipper fahren unsere Küste von Norden nach Süden ab, wie Wölfe, die sich die Schwächsten aus der Herde suchen - in diesem Fall die mit ihrem wohlfeilen Gift Korrumpierbaren. Wo immer sich ein neuer Hafen findet, ankert bald ein ausländisches Schiff und rammt einen weiteren Reißzahn in den Körper unserer Nation. Der Opiumgebrauch hat sich nach $PROVINCENAME$ ausgebreitet.;;Los grandes veleros clíper navegan por nuestras costas, recorriéndolas de norte a sur, como lobos que acechan a los débiles y corruptibles con el veneno que venden. Cuando encuentran un puerto desprotegido, un barco extranjero atraca y clava su colmillo en el cuerpo de nuestra nación. El uso del opio se ha extendido a $PROVINCENAME$.;;;;;;;;;x,,,,,,,,,, -EVTDESC13061;The use of opium in a neighboring province has now spread to the inland. Farmers and laborers throughout $STATENAME$ fail to turn up for work, and entire fields fall fallow, as the people slip further and further down into the mists of consuming dependence.;L'usage de l'opium dans une province voisine s'est maintenant étendue à l'intérieur de ses terres. Les fermiers et ouvriers ne parviennent plus à se présenter au travail, et des champs entiers retombent en friche, les gens de $PROVINCENAME$ glissent de plus en plus dans les brumes de la dépendance. ;Der Gebrauch von Opium in einer Nachbarprovinz hat sich nun ins Inland ausgebreitet. Bauern und Arbeiter in $PROVINCENAME$ erscheinen nicht mehr zur Arbeit, und komplette Felder liegen brach, als die Menschen in $PROVINCENAME$ tiefer und tiefer in den Nebel der verzehrenden Sucht sinken.;;El uso del opio en una provincia vecina se ha extendido al interior. Los granjeros y los peones de $PROVINCENAME$ no han vuelto al trabajo, y las cosechas de campos enteros se marchitan, mientras los habitantes de $PROVINCENAME$ se sumergen cada vez más en las nieblas de la adicción.;;;;;;;;;x,,,,,,,,,,,,,, -EVTDESC13070;Rangaku', literally translated as 'Dutch learning', and by extension 'Western learning', is a Japanese word used to describe a particular body of knowledge and learning imported from the west via a Dutch trading station at Dejima. Something similar has ocurred at the trading station in one of our provinces, where local officials are busy translating western books and treatises on science, advancing $COUNTRY_ADJ$ science and understanding of the world.;;Rangaku', wörtlich übersetzt als 'Lehren der Holländer', und weitergehend als 'Lehren aus dem Westen', ist ein japanisches Wort, das ein bestimmtes Wissen bedeutet, welches aus dem Westen über einen holländische Handelsposten in Dejima nach Japan kam. Etwas Ähnliches ist am Handelsposten in $PROVINCENAME$ geschehen, wo örtliche Beamte damit beschäftigt sind, westliche Bücher und wissenschaftliche Abhandlungen zu übersetzen, um die $COUNTRY_ADJ$ Wissenschaft und die Kenntnis von der Welt weiterzubringen.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,, -EVTDESC13080;He hides his face and speaks with controlled anger. A local aristocrat has been insulted by one of the foreigners living in one of our provinces. Apperantly, the foreigner in question failed to bow in the appropriate manner when passing the aristocrat on the street. Shall we tolerate such blatant ignorance of our customs?;;Er verbirgt sein Gesicht und spricht mit kontrolliertem Ärger. Ein lokaler Aristokrat in $PROVINCENAME$ wurde von einem der dort lebenden Ausländer beleidigt. Offensichtlich versäumte der Ausländer, sich in der korrekten Weise zu verbeugen, als er dem Aristokraten auf der Straße begegnete. Sollen wir solch blatante Ignoranz unserer Sitten tolerieren?;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,, -EVTDESC13090;He unveils the device with the excitement of a child. - 'You can see their eyes!', he cries, pointing excitedly at the jar of beetles. He instructs you to look into the object -- the glass and metal is cold against your face -- there, in curves of an optic lense, reality is magnified ten times over. - 'It's a microscope!, he laughs. - 'I bought it from one of the foreigners!';;Er enthüllt den Apparat mit der Begeisterung eines Kindes. - 'Man kann ihre Augen sehen!', ruft er aus und deutet aufgeregt auf das Glas mit den Käfern. Er bedeutet Ihnen, in den Apparat zu schauen -- das Glas und Metall fühlt sich auf Ihrem Gesicht kalt an -- dort, in den Biegungen einer optischen Linse, sieht die Realität zehnmal größer aus. - 'Es ist ein Mikroskop!', lacht er. - 'Ich habe es von den Ausländern in $PROVINCENAME$ gekauft!';;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,, -EVTDESC13140;Some intelligence concerning our military preparations has spread from the military mission in one of our provinces, severely hurting our war effort. We have expelled the members of the mission, but the damage has already been done.;Des renseignements confidentiels concernant nos préparatifs militaires ont été divulgués par la mission militaire de $PROVINCENAME$, estropiant gravement notre effort de guerre. Nous avons expulsé les membres de la mission, mais le mal est fait.;Einige Informationen über unsere militärischen Vorbereitungen haben sich aus der Militärmission in $PROVINCENAME$ verbreitet und schaden unseren Kriegsbemühungen enorm. Wir haben die Missionsmitglieder des Landes verwiesen, aber der Schaden ist passiert.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,, -EVTDESC13160;Sailors winding up drunk in $COUNTRY_ADJ$ prisons aren't normally affairs of state, but this is an exception. A navyman from one of the Great Powers has been arrested by officials in one of our cities, after having murdered one of our subjects in what appears to have started as a bar fight. The diplomatic attaché insists that the sailor be handed over to the country in question, and tried according to their laws. This presents us with a conundrum. Granting this privilege once is tantamount to allowing extraterritoriality to all foreign subjects, but not doing so might very well cause international uproar. This issue merits careful consideration.;;Betrunkene Matrosen, die in $COUNTRY_ADJ$ Gefängnissen landen, sind üblicherweise keine Staatsaffären, aber dies ist eine Ausnahme. Ein Matrose aus einer der Großmächte wurde in $PROVINCENAME$ verhaftet, nachdem er einen unserer Untertanen im Verlauf einer Kneipenschlägerei umbrachte. Der diplomatische Attaché besteht darauf, dass der Matrose den Gerichten seines Heimatlandes ausgeliefert und dort nach ihren Gesetzen verurteilt wird. Dies bringt uns in eine Zwickmühle. Dieses Privileg ist ein wichtiger Teil der Extraterritorialität, die allen Ausländern zusteht, aber wenn wir es nicht tun, sehen wir einem internationalen Aufschrei entgegen. Dieses Problem muss sorgfältig durchdacht werden.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,, -EVTNAME13185;An Invitation Arrives;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13185;A group of western expatriates currently residing in $CAPITAL$ have offered an invitation to high-ranking members of the $COUNTRY_ADJ$ government to attend a fancy affair in the legation quarter. We're well aware that this is just an excuse for these men to gain more influence in $COUNTRY$-- but there could be benefits for us as well, namely using the opportunity to gain insight into their methods.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME13186;$FROMCOUNTRY_ADJ$ Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13220;Several of the Great Powers have in the past few years sought to establish formalized and permanent embassies in $COUNTRYNAME$, but up until now we've turned down their proposals. However, an idea has been floating around the capital that we should perhaps allow them to set up these embasasies after all, provided they are all kept in one place where we can exact some amount of control over them. Perhaps a Legation Quarter in $CAPITAL$ could be just the thing?;;Mehrere Großmächte haben in der Vergangenheit versucht, formelle und permanente Botschaften in $COUNTRYNAME$ zu errichten, aber bis heute haben wir ihre Ansinnen abgelehnt. Jedoch geistert eine Idee durch die Hauptstadt, dass wir ihnen vielleicht doch erlauben sollten, hier Botschaften zu errichten, solange sie alle am selben Ort sind, wo wir sie bis zu einem gewissen Grad kontrollieren können. Vielleicht wäre ein Legationsviertel in $PROVINCENAME$ genau das Richtige?;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,, -EVTDESC13230;Wandering alone in the streets of $CAPITAL$ can be a dangerous thing, as a foreign ambassador in the Legation Quarter recently found out. Guards report having found him dead at 4 a.m. in the morning, apperently the vicitm of a robbery, however the foreigners accuse us of having failed in our supposed responsibility to protect their diplomats. We fear that even a formal apology will not be enough to placate them, however, something more tangible might...;;Alleine durch die Straßen von $PROVINCENAME$ zu wandern, kann gefährlich sein, wie ein ausländischer Botschafter im Legationsviertel neulich herausfand. Wachen fanden ihn um vier Uhr morgens tot auf, offensichtlich Opfer eines Raubüberfalls. Die Ausländer aber beschuldigen uns, unserer angeblichen Pflicht, ihre Diplomaten zu schützen, nicht Genüge getan zu haben. Wir fürchten, dass selbst eine formelle Entschuldigung nicht ausreichen wird, um sie zu besänftigen, aber vielleicht etwas mehr Handfestes ...;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,, -EVTDESC13280;The reforms sweeping through our country have upset the landed elites in one of our cities.;Les réformes menées dans notre pays déplaisent aux élites foncières de $PROVINCENAME$.;Die unser Land überziehenden Reformen haben die Landbesitzereliten in $PROVINCENAME$ verärgert.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,,,, -EVTNAME13202;$FROMCOUNTRY_ADJ$ Relations;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13202;Our relations with $FROMCOUNTRY$ have worsened to the point that members of their government have begun a campaign to reduce or even eliminate $COUNTRY_ADJ$ influence. Some of our diplomats have fled, and now we are faced with the unpleasant prospect of either enforcing our interests or suffering embarassment at our inability to manage a former ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC13240_NEW;The oil lamp flickered, casting an orange, sooty glow across the moist brown of the cargo hold. The average ship docking in $COUNTRY$ carried very little to raise an eyebrow, but years of being fooled and fooled again by foreign merchants, trying to dodge some excise or other, had left him with a sixth sense for when things were out of order. A rat scurrying between some crates tipped him off. A sweet, pungent scent too familiar not to be alluring. Opium. A cargo hold full of opium.;;Die Öllampe flackerte und schien ein rußig-oranges Glühen über das feuchte Braun des Frachtraums. Das durchschnittlich aussehende Schiff, das in $PROVINCENAME$ vor Anker lag, führte wenig mit sich, das auch nur ein Augenbrauenheben verursachen würde, doch Jahre der Erfahrung mit ausländischen Kaufleuten, die immer wieder versuchten, ihn aufs Kreuz zu legen und Steuern zu umgehen, hatten ihm einen sechsten Sinn dafür eingebracht, wann etwas nicht in Ordnung war. Eine zwischen einigen Kisten umherhuschende Ratte hatte es ihm verraten. Ein süßlicher Geruch, zu vertraut, um nicht verlockend zu wirken. Opium. Ein ganzer Frachtraum voller Opium.;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,, -EVTNAME13365;Boxers Occupy Foreign-Held Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13365;The Righteous Society of Harmonious Fists have invaded lands currently owned by a colonial power, but which rightfully belong to the Chinese. More than that, they have successfully occupied the territory and rebuffed efforts by westerners to take it back. We can attempt to stake our claim over the land once again," though if we do it is all but tantamount to a declaration of war-- and, considering the state the Qing Empire is in", it might be a war in which we stand to lose more than we gained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME13370;The Boxers Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC13370;$CAPITAL$ has been occupied by the Righteous Society of Harmonious Fists, who have successfully driven foreign influence out of the country and restored it to its traditional policies of isolationism. What repercussions this will cause with the western powers remains to be seen, but for the moment the Empire stands triumphant.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16401;$FROMCOUNTRY$ Applies For Statehood!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16401;Yesterday morning we recieved a petition from the $FROMCOUNTRY_ADJ$ government, requesting Statehood in the United States of Central America. A state constitution has been submitted, along with maps defining the state's territorial boundries. Common opinion seems to hold it a forgone conclusion that we will accept this petition for statehood and forever join $FROMCOUNTRY$ into our prosperous $COUNTRY_ADJ$ republic.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16500;Second Constitutional Convention;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16500;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population-- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16501;Dissatisfaction in the North;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16501;Delegates from the northern states are growing increasingly impatient with the deadlock in the senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. Despite the move to more proportional government, things have not changed and thus there is talk that perhaps it is the north that needs to secede into a new union based on the freedom of men.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16505;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, fueled by outrage over the changes to the American constitution which have stripped states of their equality. Local sentiments seem to be turning towards the south even though $STATENAME$ is not a slave state.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC16506;Talk of secession from the Union can be heard on the streets of $PROVINCENAME$. In fact, all over $STATENAME$ there is talk of secession, as liberals spread loud complaints over their dissatisfaction with the deadlock in the senate. They speak of a new Union based in the north, based on the true freedom the fouding fathers intended.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME16510;The Free States of America;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16510;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this the act of traitors, and already is assembling its military to crush the northern secessionists. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME16515;The Union Sundered;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16515;The civil war is over... and we have lost. The United States of America that was is now gone. Delegates in $CAPITAL$ have convened to urge the government to put aside the former constitution, declaring it irrelevant for the reality that now faces us. A new constitution is being drafted, one heralding our place as master of the South, though there are yet some who say our destiny must one day be retaken and that not all is lost.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME17710;Communist Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17710;Communists have been distributing literature among the working classes in one of our states. They are claiming that the common man needs to rise up against the 'bourgeois' class, and that rule by the workers is the only way they can obtain fair conditions and a truly utopian society. Government officials are concerned, and some say that we need to crack down hard on this kind of talk.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME17715;The Common Man;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17715;Socialist leanings have become quite prevalent in parts of $COUNTRY$, and among these socialists radical ideas have been spreading-- namely that the common man can only achieve true freedom by overthrowing the government and establishing a rule by the working class. They cite the $COUNTRY_ADJ$ government as tyrannical, and one that will never bend to true reform... and the people have been listening.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME17720;Communist Riot;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17720;The tense situation in one of our states has been aggravated by the presence of communist agitators, spurring on the working classes to rise up against the government and institute a rule by the workers. We could step in, but that might only provoke a rebellion. Allowing the agitators to continue spreading their propaganda, however, might let them get a stronger foothold in $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME17730;Communists in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC17730;A communist demonstration in the streets of $PROVINCENAME$, with shouts decrying the state of workers in $COUNTRY$, has gained the communists a great deal of attention and sympathy throughout $STATENAME$. Attempting to crack down on these agitators may only cause the demonstrations to turn into violence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18210;The Right to Vote;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18210;A bill has come before the government in $CAPITAL$ regarding the current enfranchisement offered to the $COUNTRY_ADJ$ people. The discussion so far has been that expanding the voter base has led only to problems, and this bill would tighten the restrictions on voting... to the point where entire groups of people would have their voting rights removed. Passing the bill would no doubt cause problems, but the government seems determined to do so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18215;Party Loyalty?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18215;A group of the ruling elite in $CAPITAL$ has recently become very concerned at reforms which have made it possible for members of the government to hold views outside of party policies. These reforms have made things too lax, they say, and will ultimately lead to the demise of $COUNTRY$. They've succeeded in gathering enough clout to pass a bill strengthening the power of the party whips, and ensuring that the party's influence in the government remains absolute.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18220;The Right to Information;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18220;A bill has come before the government in $CAPITAL$ regarding the rights of the press. Many feel that the reforms have allowed the $COUNTRY_ADJ$ newspapers to become combative with the government, inciting dissension and making the $COUNTRY_ADJ$ people harder to control. This control is necessary, they say, if $COUNTRY$ is to remain strong and united. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME18225;The Right to Gather;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18225;A bill has come before the government in $CAPITAL$ regarding the rights of the people to gather. Many feel that reforms have allowed the $COUNTRY_ADJ$ people to become too liberated-- they gather in crowds, protesting the government and otherwise stirring the rest of the rabble. Once upon a time, they say, this simply wouldn't have been allowed. New rules must be put in place to limit the number of people that can meet in one place, and for what purpose. While some might be upset by the bill's passing, the government appears entrenched in its position.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME18230;Rights of the Opposition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18230;Members of the ruling party have been busy within the $COUNTRY_ADJ$ government, slowly changing small rules that would make it difficult for opposition parties to get recognized and elected. Political boundaries have been shifted, and in some cases members of the opposition have even been harassed. Now it seems a bill has been put before the government which would entrench a large number of these rules, making them permanent. The government is adamant, saying the rules are needed to keep stability in $COUNTRY$, though the bill will no doubt be incredibly unpopular among the liberals.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME18501;The $COUNTRY_ADJ$ Way;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18501;Ours is a nation of equality, where no man is placed above another in importance. Everyone strives for the betterment of all. A recent report in a $CAPITAL$ newspaper regarding the arrest of a wealthy but criminal industrialist has served not to outrage the $COUNTRY_ADJ$ people, but rather to reinforce their ideals. Today our people walk a little more proudly than before.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18505;$COUNTRY_ADJ$ Ingenuity;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18506;Ours is a nation of liberty, where every man is born with the inherent right to seek his own destiny. The possibility of prosperity lies within every man's reach. A recent report in a $CAPITAL$ newspaper regarding the acquittal of a man popularly believed to be innocent has served to reinforce our peoples' ideals. Today they walk a little more proudly than before.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME18507;The Price of Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18507;It has been often said that the $COUNTRY_ADJ$ people are accustomed to freedom-- they strive for it, hold it as the greatest of ideals. So it is that they chafe under the yoke of what they see as the government's tyranny. A recent demonstration in one of our cities threatens to spread throughout the state. With the eyes of the world upon us, however, forcefully putting an end to this act of civil disobedience will no doubt be seen as an attack upon our own citizens.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18510;Military Parade;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18510;In the eyes of our soldiers as they parade through the streets, nothing can be seen but utmost devotion to $COUNTRYNAME$ and the ideals for which our nation stands. These men, and the description fits them, have been fostered since childhood into rigid and firm belief in our nation, and they would die to defend it. Long live $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC18511;Ours is a nation of might, where a man's strength determines his success and everyone knows very well how superior we are to our neighbours. None can hope to compare to $COUNTRY$ on our best day. A recent report in a $CAPITAL$ newspaper regarding the execution of a foreigner believed to have been engaged in criminal activities on $COUNTRY_ADJ$ soil has served to reinforce our peoples' beliefs. Today they walk a little more proudly than before.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME18515;Send in the Troops;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18515;Matters in $COUNTRY$ are getting out of hand. Acts of violence are becoming more commonplace, and some claim that revolution is in the air. Many citizens in $CAPITAL$ are calling on the government to take stronger measures. Sending our army to deal with the violence will, however, only bring the attention of the world upon us. Perhaps this is a time to prove that $COUNTRY$ can deal with its affairs in the way we always have-- with civility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC18517;Ours is a nation of order, where peace and civility rule the day. Everyone strives for the common good, and for the progress of our nation as a whole. A recent report in a $CAPITAL$ newspaper regarding the arrest of a prominent criminal figure who had previously eluded authorities has not outraged the people, but rather has served to reinforce their beliefs. Today the people of $COUNTRY$ walk a little more proudly than before.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18521;Brotherhood of Man;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18521;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: peace, brotherhood and fraternity. Such were the virtues this man believed in, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18525;Liberty Shines;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18525;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: freedom, liberty and the pursuit of happiness. Such were the virtues in which this man believed, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18530;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18531;A recent dispute with one of our neighbours has had an electrifying effect upon the people of $COUNTRY$: 'How can they be allowed to treat us this way?', they ask. Some are calling for war, while others are satisfied with the knowledge that our nation has already come out on top.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18535;Onward to Tomorrow;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18535;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: order, industry and productivity. Such were the virtues in which this man believed, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18550;Rejecting Westernization;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18550;Our people have attempted to embrace the ideals of westernization for a long time, but now there is a growing movement to return to the traditional $COUNTRY_ADJ$ way of life. It falls to the nation's leaders to set the example: should we embrace the ideal of tradition once again, or should westernization remain our goal despite our continuing isolation?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18551;Embracing Westernization;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18551;Our people have held to our traditions for a very long time. After many years of exposure to the western nations, however, a growing movement has begun to change the $COUNTRY_ADJ$ way of life. Intellectuals in $CAPITAL$ say the government should lead the people into an era of progress and not remain mired in our backward ways. Shall we throw these fools into prison, or consider what they have to say?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18555;Clash of Ideals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18555;$COUNTRY_ADJ$ intellectuals have clashed with members of the aristocracy in $CAPITAL$. The aristocracy has accused the intellectual elite of attempting to cast aside the $COUNTRY_ADJ$ way of life, while the intellectuals say that progress is necessary if $COUNTRY$ is to have any chance against western imperialist powers. The argument of the intellectuals is convincing, but this has not calmed matters in the streets.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18556;New Ideas;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18556;$COUNTRY_ADJ$ intellectuals have brought several new ideas before the court, ideas that could advance our research considerably. They are also quite contentious, however, and a rejection of the intellectuals could do much to soothe the aristocracy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18560;Annals of the Past;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18560;The peasants are taking to the streets, rising up against their rulers in ways that would have been unthinkable only decades ago. Perhaps it is time to remind them of their duty to their nation, and of the traditions which have served $COUNTRY$ so well in ages past?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18561;Celebration in $CAPITAL$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18561;A great celebration has been held in $CAPITAL$ in honor of $COUNTRY$'s rulers, as well as its centuries of honorable tradition. Massive crowds appeared to cheer on our soldiers, and the spectacle has even drawn the attention of foreigners. Shall we dedicate the celebration to $COUNTRY$'s greatness, or shall we instead use it as an excuse to appease the masses?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18562;The Fight Against Progress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18562;$COUNTRY_ADJ$ reactionaries have begun heated debates in one of our states, arguing that $COUNTRY$ should not be slavishly seeking to chase after 'civilized' nations-- indeed, that already $COUNTRY$ has gone too far down the path of degradation and that the $COUNTRY_ADJ$ people suffer for it. They are calling on the government to repeal reforms, or at the very least to slow down the rapid pace of change... and they are gaining a wide audience.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME18565;A Return to Western Influence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18565;$COUNTRY$ is a nation of progress, and our current period of insulation against the western powers runs contrary to that ideal. Shall we call on the borders to be opened once again? It might anger some of our people, but the flow of goods and ideas is invaluable to our prosperity.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME18571;Rejecting the West?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC18571;We never wanted this contact with the westerners. They bring too many problems into our country, and their influence spreads like an insidious disease. Many in the $COUNTRY_ADJ$ court are calling for the borders to be closed once again, for us to display to these imperialists that they cannot simply strut about our nation as if they own it. A display of force is necessary!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC19007;Tensions between ourselves and other Great Powers have erupted regarding dominance over the $FROMCOUNTRY_ADJ$ government. We are forced into a position where we must either assert our position, which will be seen as undercutting $FROMCOUNTRY$'s independence, or back down and lose much of the influence in $FROMCOUNTRY$ we currently hold.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19365;The Restoration of $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19365;An idea has been spreading among the people of $COUNTRY$... some of our lands are under foreign control, but it appears to be beyond our power to regain them on our own. $COUNTRY$ has a great power as its benevolent protector, however, does it not? The people are urging our government to approach them for aid, though some within the government are concerned this could possibly alienate our ally as well, not to mention stir up new hostility with our neighbors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME19366;The Restoration of $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19366;Diplomats from $FROMCOUNTRY$ have quietly approached us, appealing for help in restoring their lost lands. With $COUNTRY_ADJ$, they say, $FROMCOUNTRY$ will prove a much worthier ally. There are those concerned with the trouble this might stir up, however. Should we look the other way, our prove $COUNTRY_ADJ$ influence has weight?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME19367;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19367;$FROMCOUNTRY$ has agreed to consider our proposal. It's possible they will, in the end, take no military action on our behalf… it's come to our attention that relations between them and one of our neighbours has cooled severely, however, so a war may yet come to pass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME19368;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19368;$FROMCOUNTRY$ has refused to intervene on our behalf. Worse, it appears the purpose of our mission has leaked to at least one of our neighbours, angering them greatly bringing threats of war against $COUNTRY$. Did $FROMCOUNTRY$ inform them? Have we been abandoned by our ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME19370;The $FROMCOUNTRY_ADJ$ Overlords;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC19370;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks us free of $FROMCOUNTRY_ADJ$ control would they not simply invade once again? Perhaps $COUNTRY$ has suffered enough.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31510;A Greater Austrian Destiny?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31510;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who say Austria's unquestioned dominance obligates it to unite Greater Germany under a single flag. Still others say that, no, Austria already has its own name and empire, one that stretches over many cultures who would never welcome becoming more dominated by the Germans... not to mention that a Greater Germany would alarm the powers of Europe to such a degree it would almost surely herald a war. Thus the question arises: what shall our path be?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31511;Limited Autonomy for $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31511;We have been granted limited self-government by $FROMCOUNTRY$, in the interest of gaining our acquiescence to their formation of a Greater Germany. There are those within $COUNTRY$ who object, saying that being a German vassal is no better than what we enjoyed previously. But it is something.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31515;The Greater Germany Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31515;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering that non-German cultures within Austria would never accept dominance by such a union, and that it would alarm European powers to an unprecedented degree, we have to wonder where our path should now lie?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31516;$FROMCOUNTRY$ Petitions to Join Germany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31516;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. They do so with the full intent of incorporating not only their German-speaking territories, but also any lands they own belonging to other cultures. While such a Greater Germany would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would almost certainly object to such a union, not to mention the fact that the non-Germany cultures would likely rebel against our dominance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME31518;$FROMCOUNTRY$ Refuses German Unity!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31518;There has been much talk in $CAPITAL$ in recent days of possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk was finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. There are those within the $COUNTRY_ADJ$ government, however, who believe this is unacceptable. While it would undoubtedly destroy our relationship with $FROMCOUNTRY$ and upset the powers of Europe, laying a claim to the German-speaking parts of $FROMCOUNTRY$ is a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC31519;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. Their only stipulation on the union is that their non-German states be incorporated as self-governing regions, no doubt to minimize the objection of European powers-- though there are those who believe the European powers will be unhappy with such an arrangement even so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME31521;The Dissolution of $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC31521;Austria is no more. With Vienna gone and what remains of the Empire a disarray of governments unwilling to maintain their cohesion without an Austrian government to hold it together, the nation has split apart at the seams. Whole portions of the Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC31530;Austrians have always walked a path slightly apart from those of their fellow Germans, and the notion of greater unification has never caught on in Austria as it has in the north. Lately there are those who question that path, citing the ascension of a great power who stands ready to lead us into a Greater Germany. Considering such a union could alarm the powers of Europe to a great degree, we have to wonder where our path should now lie?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC31531;The $FROMCOUNTRY_ADJ$ government met with the $COUNTRY_ADJ$ government in $CAPITAL$ today, expressing their desire to unite into a 'Greater Germany'. While such a nation would undoubtedly be a power unheard-of in the world, there are those who express caution: the world's great powers would likely object to such a union. Is Greater Germany worth the possibility of war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32509_NEW;the Alaskan Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32509_NEW;We hear word from the Russian ambassador that they are willing to sell their Alaskan colony to us, for the right price. Perhaps we should consider making an offer before someone else snaps it up? The land isn't worth much at the moment, but owning Alaska would be a boon to our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32510_NEW;the Alaskan Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32510_NEW;We have received an offer from $FROMCOUNTRY$ to purchase the Alaskan colony. Should we accept?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32512;Intervention in Hungary?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32512;The Hungarian revolution in Austria sets a dangerous precedent. There are far too many minorities in $COUNTRY$ who might look to the Hungarians as an inspiration, and who would rise up as well if we do not set a firm example. No matter our relation with the Austrian government, we must consider intervention against the Hungarian rebels or possibly face similar uprisings at home.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME32515;the Treaty of Tartu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32515;Now that Finland is free from $COUNTRY_ADJ$ rule, their government has approached us to engage in territorial talks. They are interested in the northern strip of land known as Petsamo, and the access to the Arctic Ocean it offers, as well as discussing Russian claims to Viipuri. If we give them what they're looking for, $COUNTRY$ looks good in the eyes of the international community and we gain an ally-- but perhaps we do not need Finland as an ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME32516;Russia Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32516;Russia has refused to sign the Treaty of Tartu, raising the spectre of war between our nations. Perhaps we should consider surrendering southern Karelia before the Russians come and take it from us?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME32550;The Belize Purchase?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32550;Central American delegates have recently come in from London in hopes of purchasing British Belize. What should we do?;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32551;$FROMCOUNTRY$ Accepts!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32551;$FROMCOUNTRY$ has agreed to sell Belize to us! Long live the United States of Central America!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME32552;$FROMCOUNTRY$ Declines!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC32552;$MONARCHTITLE$, negotiations with $FROMCOUNTRY$ over Belize have stalled, and they have declined to sell us the colony.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME33006;Trade For Heligoland?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33006;$FROMCOUNTRY$ has approached us with a proposition: a trade of one of our colonial states in exchange for the island of Heligoland. It's an exorbitant price for such a small island, but the alternative would be to go to war. Shall we agree to the treaty?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33007;Germany Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33007;Germany has agreed to the proposed trade for Heligoland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33008;Germany Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33008;Germany has refused the proposed trade for Heligoland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME33009;For the Glory of Germany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33009;The lands of Alsace-Lorraine rightfully belong in the hands of the German people. Perhaps the time has come to reclaim them from the French, and show the world what a united and glorious Germany can achieve? Either that or perhaps we should renounce our claims to those lands once and for all, despite the blow to our prestige and our pride.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME33010;Alsace-Lorraine is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33010;We have failed to recover Alsace-Lorraine from the hated French. Many are suggesting we should renounce our claims and move on, despite the blow to our national pride.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME33020;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33020;The German Kaiser has sent a delegation to $COUNTRY$ with a proposal: a resurrection of the Holy Alliance formed between Prussia, Austria and Russia which once existed after the defeat of Napoleon. It seems doubtful that such an alliance could bear fruit, but perhaps it is time to consider this idea. $COUNTRY$ has other concerns than constant conflict with the Germans, after all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME33025;The Spanish Pacific;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC33025;With the loss of our colonial base in Manila, the administration of the Pacific Islands has become incredibly difficult. We have been approached by the $FROMCOUNTRY_ADJ$ government regarding the possibility of selling any of our remaining holdings in the Caroline and Mariana Islands. The amount offered is not much, but then again the islands are not worth much-- indeed, they cost us far more than they provide. There is the additional notion that, should we disagree, $FROMCOUNTRY$ might attempt to take them by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME35305;The Guerra di Libia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC35305;The lands of Tripoli and Cyrenaica once belonged to Italy, and should again. We deserve a place in the sun!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36215_NEW;Home Rule for Iceland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36215_NEW;The Icelandic Althing has voted to request they be granted home rule, saying the time has come for greater independence. Under their plan, $COUNTRY$ would continue to manage the nation's foreign affairs and defense interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC36709;While Belgium's de facto independence from the Netherlands had been established by force of arms during the Belgian Revolution of 1831, it has not been confirmed de jure and we yet hold claims over Belgian territory. The British have offered to mediate a settlement-- in return for the surrendering of our claims and a guarantee of Belgium's neutrality, we would receive the Rhenish part of Luxembourg as our vassal… as well as a great deal of standing in the eyes of the European powers. That is, of course, if Belgium even agrees to the treaty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME36710;The Treaty of London;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36710;In a meeting mediated by the British, the Netherlands has offered to sign a treaty which would see them relinquish all claims to Belgian territory-- but at the cost of surrendering Luxembourg to them as a vassal. Some are claiming this is too high a price, and that we should not allow ourselves to be bullied into such a treaty... but this may also be the only chance we have at peace with the Dutch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36711;Belgium Has Signed the Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36711;The Belgian government has agreed to the terms of the Treaty of London. We have surrendered all claims to their territory, in return for control over Luxembourg.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36712;Belgium Has Refused the Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36712;The Belgian government has refuse the terms of the Treaty of London. This is a foolish move that only opens up the possibility of more war, but it seems the Belgians will not be moved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36715;The Fall of Amsterdam;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36715;Despite our best efforts, the unthinkable has happened: Amsterdam has fallen. It seems there is little choice but to surrender to the Belgians and allow them to dictate terms. If they are kind, they will simply force us to relinquish all claims to the southern Netherlands. If they are unkind, they may force us to give up territory-- though doing so will surely bring about the wrath of the European powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36716;The Dutch Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36716;Our forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms we dictate. The European powers are pushing for peace and conciliation -- they wish to see that Belgium keeps what it has and nothing more -- though if we dare risk their wrath we could certainly wrest territorial considerations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME36950;The Danish Gold Coast;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36950;The Danish Gold Coast exists on the coast of the Ashanti Union, primarily the fortress of Chistiansborg near the city of Accra. The Danish are willing to sell their holdings to us, though that is likely to result in conflict with the Ashanti government-- who will see the move as encroachment of their territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36955;Conflict with Burma;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36955;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36960;The Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36960;The $FROMCOUNTRY_ADJ$ government has approached us with the hopes of negotiating a treaty. They want to solidify control over the Gold Coast in Africa, specifically by annexing our colony at Sekondi. In return, they will recognize our colonial holdings elsewhere and encourage greater cooperation between our nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36965;The Lagos Slave Trade;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36965;We outlawed the $COUNTRY_ADJ$ slave trade many years ago, but it continues in many African nations-- and the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. The notion has arisen that we should consider sending our ships in to liberate the natives there and establish a colony where they can receive civilized government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME36966;$FROMCOUNTRY$ Seizes Lagos!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36966;$FROMCOUNTRY_ADJ$ ships have sailed into Lagos, seizing the city and driving off the $COUNTRY_ADJ$ garrison. They claim they are 'liberating' the city from slavers, extending their benevolent rule on behalf of the locals. Resisting means war, but submitting would do nothing more than prove our lack of ability to face these foreigners. What should we do?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36970;The Suez Canal Company;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36970;With the 'International Commission for the Piercing of the Isthmus of Suez' having completed, and assessed the Suez region as being possible to have a canal built," all that remains is to put the plan in motion. The Suez Canal Company intends to do just that, but in order for it to start it needs to put together a significant amount of capital-- thus it has been offering shares to various governments", hoping as well for the political clout to influence Egypt into allowing the venture to proceed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME36975;Intervention in Egypt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC36975;We have received disturbing reports of rebellion in Egypt, on a scale where our interests in the Suez might become threatened. While it undoubtedly would appear to some that we are using this as an excuse, the $COUNTRY_ADJ$ government cannot idly stand by and watch such an important project be laid to waste by the ignorant. We must consider direct intervention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37219_NEW;Persecution of French Missionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37219_NEW;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In Dai Nam, the execution of several missionaries has prompted the society to ask the French government for diplomatic intervention. This has gone nowhere, leaving us with little choice but to consider armed intervention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37230;The Kingdom of Pomare;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37230;The island of Tahiti in the Pacific Ocean, ruled by the primitive Queen Pomare IV," expelled two French catholic priests several years ago. Admiral Abel Aubert Dupetit-Thouars was dispatched to get reparations for the deed, but then proceeded-- without authorization-- to gain a request from the Queen's chiefs to request a protectorate", a treaty to which he then demanded the Queen acquiesce. We can approve the treaty, gaining use of Tahiti as a staging ground in the Pacific, but it may cause friction with the British Empire considering British colonists are also on the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME37710;Carlism Prevails;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37710;A new line of the Bourbon family has been established on the Spanish throne, descending from the Infante Carlos. To many traditionalists, this signals a rebirth of the true Spanish Empire. Others are not so optimistic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37711;The First Carlist War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37711;The death of King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne of Spain sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory-- something liberals say simply cannot be done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37712;The Carlists Defeated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37712;The Carlists have been routed and peace has been restored to Spain-- for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37713;Return of the Carlists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37713;We thought the supporters of the Infante Carlos and his descendants had been completely routed, yet once again there are reports of a cell having been established in one of our provinces. Supporters of the current pretender are busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be easy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37714;Carlist Sympathies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37714;It seems that sympathies for the Carlists among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37715;Carlist Cell Discovered!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37715;The Carlist cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37716;The Christinos Prevail!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37716;The capital has been overrun, the pretender king driven into the provinces, and the original royal line descending from Ferdinand VII has been restored to the Spanish throne. Many liberals are breathing a sigh of relief, but reactionaries are furious. Already supporters of the pretender are seeking new allies in the countryside.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37717;Rise of the Christinos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37717;The supporters of the former royal line still exist, and we have begun to receive reports of a Christino cell having been established in one of our provinces. They are gaining a great deal of support among liberals in the province with their calls for an overthrow of the 'pretender' on the throne. The cell is well-hidden, and rooting them out will not be easy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37718;Christino Sympathies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37718;It seems that sympathies for the Christinos among the locals in $PROVINCENAME$ have been increasing. Reports have it that another rebel cell has been established, and that a campaign of resistance against Spanish authorities has begun.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37719;Christino Cell Discovered!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37719;The Christino cell in $PROVINCENAME$ has been found! After a battle with authorities, the majority of the rebels have been either captured or executed. We have found good information in their base, including the names of many of their supporters throughout $PROVINCENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37720;The Glorious Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37720;The death of Leopoldo O'Donnell has eroded Queen Isabella's support, to the point where a movement to overthrow her has rapidly developed. A mutiny by naval officers in Cadiz has provided the spark for a widespread revolt against Isabella's rule. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected. Isabella's heir, Prince Alfonso, is thought by many to be too much under her influence. Other choices are the moderate Prince Leopold of Hohenzollern and the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME37721;The Spanish Succession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37721;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch to assume the throne... and among the candidates considered was Prince Leopold of Hohenzollern. Our government objected strongly to the move, as this would spread Prussian influence to our southern border, and while this did convince Prince Leopold to turn down the throne it has not endeared us to the Prussians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37722;King Leopold of Spain;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37722;With Queen Isabella II having been deposed by a revolt, the Spanish provisional government has been busy seeking a new monarch... and the candidate they have chosen is none other than Prince Leopold of Hohenzollern. A German prince on the Spanish throne is a direct threat to our nation's security. We must do something about this immediately!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37725;King Leopold Assassinated!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37725;The Hohenzollern king of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by moarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37730;The Abdication of Amadeo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37730;King Amadeo, controversial since his ascension and constantly balked in the royal courts by moarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37735;A Return to Bourbon Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37735;The Spanish Republic has been contentious since its inception. After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup led by Brigadier General Martinez Campos, the Republican army has declared its alliegiance to Prince Alfonso-- son of the exiled Queen Isabella II-- and named him King of Spain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37740;The Treaty of Paris, $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC37740;We are losing the war with $FROMCOUNTRY$, and it's only a matter of time before we're forced to submit to a humiliating defeat. The $FROMCOUNTRY_ADJ$ government has made it clear it considers our colonial holdings to be beyond our ability to control, and is willing to purchase them for a 'fair' price. Failure to submit to their demands will mean the war dragging on to its inevitable conclusion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME37741;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37741;$FROMCOUNTRY$ has signed the Treaty of Paris. Their colonial holdings are ours, for a price.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME37742;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37742;$FROMCOUNTRY$ has refused to sign the Treaty of Paris. The war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME37743;Carlist Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37743;The Carlists have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Carlists from gaining headway here.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37744;Christino Propaganda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37744;The Christinos have been spreading their propaganda into neighboring $PROVINCENAME$, and reports have it that their lies are finding a ready audience among the locals. We can put a stop to their efforts, though not without being rather indiscriminate in our arrests and reprisals among $PROVINCENAME$'s poor. Still, radical measures may be called for in order to stop the Christinos from gaining headway here.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME37745;Moroccan Border Dispute;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37745;A heated dispute has arisen between the Moroccans and our government over the boundaries of our holdings in Melilla. Some believe the Moroccans are attempting to gain sympathy from the French, but we have it on good authority that there will be no aid coming for them. Now may be the time for us to exert some of our authority over this African upstart.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC37750;We have lost the war with the Americans,and Cuba has been wrested from our grasp. The American government has approached us intent on a treaty, suggesting we no longer have the power to hold onto our Pacific and North American colonies. They seek to offer us a 'reasonable' price for them. Some in the $COUNTRY_ADJ$ govrnment fear that, if we do not agree, it could mean further wars with the Americans for years to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME37751;We Have Lost The War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC37751;As impossible as it seems, we have lost the war against the Spanish. They retain their hold over Cuba and their other colonies. The American people are understandably shaken, but it seems their jingoistic fervor has only increased. A streak of anti-colonialism has arisen throughout the country, specifically targeting the powers of 'Old Europe'. Newspapers are demanding we gear up to liberate these colonies once and for all. If we agree, some fear this may be a tiger we cannot again cage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME38505;Death of the Sultan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC38505;The death of Sa'id bin Sultan Al-Busaid has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44122;Webster–Ashburton Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44122;We have concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between our nations. In particular, the treaty has clearly established the border between Maine and the British colony of New Brunswick.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44125;The Western Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44125;Mexico is not properly utilizing the lands between ours and the Pacific. It is our destiny to bring American rule and prosperity to all of North America, and our responsibility to take these lands from Mexico so they may flourish. To avoid further war with Mexico, we should approach their government and see if they will consider selling these lands to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44126;$FROMCOUNTRY$ Demands Northwest Territories!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44126;The American ambassador has informed us that it would be in our best interests to sell the lands north of the Rio Grande to the United States. The amount they offer is considerable, and the northwest territories are of limited value to us, but it is almost an insult that they would think us so eager to give up our rightful territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44127;Mexico Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44127;The Mexicans have refused our generous offer. Our only recourse is force of arms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44140;The Northern Alaska Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44140;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our territory in northern Alaska. The land is not valuable, and since previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict, we should perhaps consider the sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44141;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44141;$FROMCOUNTRY$ has refused to sell the Alaskan territory. Considering that the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44142;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44142;The Alaskan territory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44145;The Hawaiian Islands Purchase;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44145;$FROMCOUNTRY$ has approached the $COUNTRY_ADJ$ government to inquire about the possibility of purchasing our Pacific Island territories near Hawaii. The land is not valuable, and previous $FROMCOUNTRY_ADJ$ claims to the area will no doubt only lead to conflict. We should perhaps consider the sale.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC44146;$FROMCOUNTRY$ has refused to sell the Hawaiian Islands territory. Considering the $COUNTRY_ADJ$ people already consider the territory rightfully ours, many are calling for war to reclaim the land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC44147;The Hawaiian Islands are ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44150;54-40 or Fight!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44150;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region west of the Rockies (called Columbia by the British) has been explored by both countries and there are legitimate claims on either side. The British claim all the way south to the 42nd Parallel and the Americans north to the 54th Parallel. It's clearly a tense situation, and the specter of war with the British looms as politicians in the current election campaign are banging the drums of Manifest Destiny in order to gain support.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44151;The Columbia District;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44151;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. The British claim all the way south to the 42nd Parallel and the Americans north to the 54th Parallel. The situation is tense, and made more so by jingoistic American politicians calling for sovereignty over the entire continent. Even so, the American government has sent a delegation seeking a compromise in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44153;Oregon Negotiations Break Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44153;The talks with the British have broken down, primarily due to the continuing calls by war-mongering politicians. Neither of our options now is very pleasant: either we abandon our claims to Oregon no matter what some might think, or we press ahead with the claims and brace for eventual war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44154;American Claims in Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44154;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Columbia District. The entire region west of the Rockies (called the Oregon Country by the Americans) has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by American politicians rattling their sabers over their idea of 'Manifest Destiny', and they have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war, and our only consideration should probably be whether we wish to pursue another costly war with the Americans in North America when our time could better be spent elsewhere.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44155;Oregon Country is Ours;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44155;The British have elected to withdraw from Oregon and have signed a treaty to hand any American land over to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44303;Pacification of the Metis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44303;It has taken time to settle the grievances following the Riel Rebellion, but treaties with the various Metis groups throughout the North-West territories have managed to properly incorporate them into Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44305;Rebellions of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44305;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44306;Lord Durham's Report;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44306;Lord Durham has returned from his mission to investigate the causes of the rebellion in Upper and Lower Canada with recommendations to the British crown-- namely that the two colonies be united under a single responsible government through an Act of Union. He fears that, if we do not, we may be facing further rebellion just as was faced in America. Indeed, it is entirely possible the Canadian radicals could attract support from the Americans if they are not appeased.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44310;The Charlottetown Conference;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44310;A gathering of governors from our Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. We would like to see the North American colonies be more self-reliant, so it may be in our best interest to allow this union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44315;The Canadian Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44315;The colonial government of Canada has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44316;The Dominion of Quebec;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44316;The colonial government of Quebec has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see renewed rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44317;The Maritime Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44317;The colonial governments of the Maritimes have officially requested that the crown permit them self-governance. This will see the colonies better able to protect themselves without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44318;The Dominion of British Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44318;The colonial government of British Columbia has officially requested that the crown permit them self-governance. This will see the colony better able to protect itself without military support, and considering their united stance it's entirely possible that should we refuse we will see rebellion there.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44322;The Rupert's Land Act Fails!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44322;A British act which would have seen us offered the rights to purchase all of Rupert's Land from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop! Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME44325;$FROMCOUNTRY$ Asks To Join Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44325;Relations with $FROMCOUNTRY$ are friendly, and thus the dream of a larger Canadian confederation has resurfaced. Delegates from $FROMCOUNTRY$ have made the journey to $CAPITAL$ with the goal of negotiating terms of joining our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44339;The Northwest Territories;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44339;The land north of the 60th parallel is inhospitable to settlers, but there is a growing concern that should the Canadian government not move to fully claim the territory another power will do so. It will take considerable political capital to convince the other world powers of Canadian dominion in the north, but many feel we must make the effort... and considering there are reports of gold in the Yukon it might be wise to do so.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44351;The British Columbian Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44351;Representatives from British Columbia have met with Canadian delegates in $CAPITAL$ to discuss terms of their joining confederation. The only thing that appears to interest them is the building of a national railway linking the Pacific and the Atlantic. Without it, they say, the nation is too divided and they are more connected with other regions along the Pacific coast.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44355;First Stage of the CNR;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44355;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the second stage, which will be considerably more difficult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44356;Second Stage of the CNR;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44356;The second stage of the Canadian National Railway, linking Calgary to the Atlantic Coast, has been completed. Now work must begin on the last stage, which will be the longest and most difficult yet as it requires creating a pass through the Rocky Mountains themselves.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44357;The CNR Completed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44357;After a massive effort expended to create a pass through the Rocky Mountains, the Canadian National Railway has been completed! A single railway now links the Pacific coast to the Atlantic. Crowds have gathered in $CAPITAL$ to celebrate the first locomotive being sent to make the complete journey!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44805;Antonio López de Santa Anna;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44805;A general and war hero of Mexican independence, Santa Anna was elected President in 1833. After deposing his liberal vice-president, Santa Anna abrogated the 1826 Constitution and took control of the country as a conservative dictator with both church and military backing. Many Mexican states objected to this centralization of power, and with the rebellion of Tejas to the north the entire country seems to be in a state of chaos.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44810;Rebellion in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44810;Malcontents in $STATENAME$ have risen up in defiance of the government, demanding a return to democratic rule!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44815;Texas Recaptured!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44815;The rebel state of Tejas has been recaptured. A glorious victory for Mexico, and a blow against the malcontents who seek to spread dissension and discord!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44820;Republic of the Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44820;Inspired by the success of the Tejas rebellion, liberal malcontents in the provinces along the Rio Grande have risen up and declared their independence from Mexico.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44821;The Yucatan Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44821;Angered by the abrogation of the 1824 Constitution and the centralization of government power in Mexico City, liberals in the Yucatan have declared their independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44822;Join the United Provinces?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44822;Eventually, the Mexican government will come after our country and seek to re-incorporate it into the federation. If we are to survive, joining the United Provinces of Central America may be our only hope. Shall we make the request?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44825;The Treaty of Guadalupe Hidalgo;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44825;With our capital under American control, it seems we have little choice but to negotiate. The Americans have offered us a deal: the normalization of relations, the forgiveness of our debt and the payment of a great deal of money... all in exchange for a cession of all the northern territories currently claimed by their country. If we refuse, it may mean many years more of war for us until these Americans get what they want.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44826;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44826;$FROMCOUNTRY$ has signed the Treaty of Guadalupe Hidalgo, ceding all American-claimed territory to our control. For now, the relations between our two countries can return to normal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44827;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44827;Despite having them over the figurative barrel, the $FROMCOUNTRY_ADJ$ government has refused to capitulate to our demands. So much the worse for them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME44830;Execution of Emperor Maximilian;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44830;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death. Benito Juárez has assumed the role of President of Mexico.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44835;The Plan of Tuxtepec;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44835;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has disavowed the presidency of Sebastián Lerdo de Tejada and installed Diaz as a military-backed dictator.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44840;Santa Anna Captured!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44840;In a surprise development, the leader of Mexico -- General Antonio de Santa Anna himself -- has been captured. Found running through the countryside, attempting to escape back to Mexico, he has been imprisoned in a Texan jail and forced to negotiate. We can force the man to agree to a peace treaty -- even though many consider the odds of Santa Anna's own country agreeing to terms exacted under duress to be slight, it may be our only hope against overwhelming odds. At the very least, the humiliation dealt against their leader will be a blow against the Mexican government and one from which they will not soon recover.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC44841;In a humiliating blow to Mexico's prestige, General Santa Anna has been captured within Texan territory-- separated from our army and found wandering the countryside in an attempt to return to Mexico. While imprisoned, he agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. We are now faced with a question: while the treaties are worthless, disregarding them completely could give the Americans a cause to intervene. Either way, one thing is certain: as the architect of this fiasco, Santa Anna's time in power is done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME44842;The Treaties of Velasco;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44842;While Mexico had every reason to refute the treaties signed by Santa Anna, it seems their willingness to continue the war against Texas has waned. They will not embarass themselves further, and have agreed to let us remain free in exchange for Santa Anna's return. For the moment, this means the war with Mexico is over... whether that peace will continue remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME44843;Ceasefire With Mexico;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44843;As expected, the Mexican government has refuted the Treaties of Velasco and refused to negotiate for Santa Anna's return. They are, however, evidently afraid that the treaties have enough validity that ignoring them would give the Americans an excuse to intervene-- and have called for a ceasefire. How long it will last is unknown, but for the moment Texas has its respite.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME44844;Mexico Ignores the Treaties;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44808;Not unexpectedly, Mexico has ignored the terms of the Treaties of Velasco-- claiming that Santa Anna only agreed to them under duress. Indeed, Santa Anna himself has been quick to back up their claim even despite his precarious position. The one bright light in this? It might be the cause the American government has been looking for to intervene in our war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME44845;War With Mexico!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44845;Despite the assurances supposedly offered by the Treaties of Velasco, we once again find ourselves at war with Mexico. The ceasefire is, it seems, now over. While many in our government never expected Mexico to live up to the terms of the treaties anyhow, they do suggest that this might be enough cause for the Americans to intervene. Such an intervention would, of course, be inviting the wolves through the front door… but do we have any other choice?;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME44846;The Texan Diplomat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC44846;A diplomat has arrived in Washington from Texas-- a part of the Mexican frontier, settled by southerners who had been offered land by the Mexican government and who then rebelled against its tyranny. The diplomat has asked for American intervention in their war, claiming that a treaty had been worked out with Mexico which they then of course immediately refuted. It seems like shaky grounds… but do we turn our backs on them?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME45102;La Trinitaria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC45102;Juan Pablo Duarte has founded a secret society called 'La Trinitaria', seeking complete independence of Santo Domingo from Haiti and other foreign powers. Many Caribenos are calling the man a visionary, and his ideas are gaining great popularity in eastern Hispaniola.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME46303;War of the Farrapos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46303;Porto Alegre is under Brazilian control once again. The gauchos, however, have promised to continue their rebellion against what they consider unfair rule from the throne. It may prove difficult in the coming years to keep the region calm.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME46304;Solano's Ambition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46304;The dictator of Paraguay, Solano Lopez, has turned his eye towards Brazilian lands to the southeast. Direct access to the Atlantic Ocean would be of great benefit to the country, rather than relying on Uruguayan permission to use the river-- permission which might not always be forthcoming, thanks to Brazilian interference. Perhaps it is time to flex Paraguay's muscle and establish an empire of our own?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME46605;The Argentine Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME46610;The Constitutional Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46610;General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded that it submit to liberal demands for a new constitution. There are hints that neighboring governments might support Urquiza, and that should he rise up in rebellion against us they will intervene on his behalf.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME46611;The Argentine Constitution of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46611;With Rosas unable to defeat the Entre Rios rebellion, he has been forced to flee Argentina and General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution which has created an Argentine Republic. The Buenos Aires province is displeased and vows to resist,but the wind of change is clear.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME46612;General Urquiza Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC46612;The rebellion in Entre Rios has been put down, and both General Urquiza and his liberal supporters have been captured and executed. The Argentine states have submitted to the will of Buenos Aires.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME49501;Reforming the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49501;Members of the $FROMCOUNTRY$ government have approached us, suggesting that the Kalmar Union must be ressurrected. For the moment, this is simply an idea, a suggestion that the Scandinavian nations should work together towards an eventual union. If we disagree, it's possible that the idea dies here. If we don't, $FROMCOUNTRY$ might be mortally insulted. If Scandinavians are to take their rightful place in Europe, however, perhaps there is merit in their proposal.;;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTOPTA49501;A royal marriage cannot hurt, I suppose.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49501;We see little reason to join such a union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49502;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49502;$FROMCOUNTRY$ has refused the $COUNTRY_ADJ$ proposal. It is now in our hands whether to let the Union die here and now, or force $FROMCOUNTRY$ to join us whether they like it or not.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA49502;Oh well, I guess that's over then.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49502;We'll see how they feel with an army in their capital...;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49503;Form a Customs Union?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49503;$FROMCOUNTRY$ has proposed the next logical step in our mutual cooperation: a customs union between $COUNTRY$ and $FROMCOUNTRY$, indeed all of Scandinavia, which would remove the restrictions on trade between us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA49503;A customs union cannot hurt, I suppose.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49503;This is going too far.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49504;Form a Political Union?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49504;$FROMCOUNTRY$ has suggested a political union between their country and $COUNTRY$, arguing that this is the next logical step for Scandinavia's security.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA49504;It seems like a logical argument.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB49504;This is going too far.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49505;Norway Asks For Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49505;Your Norwegian subjects seek to establish their own independent kingdom. The other European powers support their independence, and will be upset if we refuse.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME49506;Norway Demands Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49506;This time they are not asking nicely. Independence or war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49507;Finnish Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49507;Your Finnish subjects seek to form their own nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49508;Danish Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49508;Your Danish subjects wish to end our union.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME49509;The Leadership of Kalmar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49509;As our power in Scandinavia wanes and $FROMCOUNTRY_ADJ$ influence grows, so does the focus of the union move to them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME49510;The Grand Duchy of Finland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC49510;Our subjects in Finland have become restless, and resistance against attempts of Russification have been growing. Many within the Russian government believe that a restoration of the Diet of Finland and limited self-government for their nation is the only answer.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC60140;With the new government firmly in control of our country, they feel that now is the time for a constitutional convention. Everyone's views, well at least everyone who truly matters, will be represented in this new gathering to shape the path of our nation.;Alors que les libéraux tiennent les rênes de notre pays, ils estiment le moment venu pour une convention constitutionnelle. Les vues de chacun, du moins de tous ceux qui importent vraiment, seront représentées dans cette nouvelle assemblée afin de forger la voie de nos nations.;Die Liberalen haben unser Land fest im Griff, und sie glauben, dass es jetzt an der Zeit für eine konstitutionelle Verfassung ist. In dieser neuen Verfassung, die den zukünftigen Weg unserer Nation eben wird, werden die Meinungen aller repräsentiert sein, zumindest jener, auf deren Meinung es wirklich ankommt.;;Los liberales, con un firme control sobre el país, creen que ha llegado el momento de organizar una convención constitucional. Todo el mundo (al menos todo el mundo que cuenta) estará representado en esta gran asamblea que dará forma al futuro de nuestro país.;;;;;;;;x ;,,,,,,,, -EVTNAME60160;Birth of a Nation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC60160; Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY$'s independence. In the modern world, independence can be a fleeting thing-- so we must enjoy it while we can. Today, $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. It is a heartfelt theme that speaks of better tomorrows.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME80103;The Amban's Demand;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80103;The Amban, our Imperial representative from Peking and effectively the governor of $COUNTRY$, has informed our government that $FROMCOUNTRY$ has concluded a treaty with Russia-- a treaty that includes portions of $COUNTRY_ADJ$ territory, with now must be handed over without comment. Should we refuse, we face war with $FROMCOUNTRY$ and Russia both.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME80110;The Convention of Peking;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80110;A diplomat from Russia has arrived in $COUNTRY$ with an infuriating demand: they wish to readjust the borders on our northeastern frontier, agreed upon almost two hundred years ago. They wish access to a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. Any $FROMCOUNTRY_ADJ$-claimed territory would be handed over by us and our vassals. This is surely a wicked threat, capitalizing on our current perceived weakness.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME80111;The Dungan Basin;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80111;Now that the rebellion in distant Xinjiang is finished, there appears to be some question as to who has ownership over the Dungan basin. The western half of the basin, in Qaratal, is occupied by the wicked Russians… but they wish control over the eastern half in Ili, as well. Should we surrender the basin peacefully, or fight for $COUNTRY_ADJ$ honor?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME80115;The Russian Protectorate;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80115;$COUNTRY$ is a nation hovering between two powers that could crush us without thought. A Russian diplomat has arrived in $CAPITAL$, offering us protection in return for our fealty. Considering the alternative is possible invasion by the Chinese, some think we should consider it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80120;Hui Unrest in $STATENAME$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80120;Though tolerant of religious practices, the Hui Muslims in $PROVINCENAME$ are resentful of discrimination by the Qing government. Unrest in the province has stirred up anti-Manchu sentiment, even among non-Muslims. The violence is threatening to spread throughout all of $STATENAME$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80121;Panthay Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80121;Have Peace with Han Chinese!\nDown with Qing court!\n\nA rebellion has erupted in the southern province of Yunnan, led by a rebel named Du Wenxiu. The man's forces have already captured Dali and driven out the Qing governor, forcing our government to deal with the matter directly.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80122;Panthay Rebellion Crushed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80122;With Qing forces marching into Kunming, the Panthay Rebellion is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80123;Panthay Rebellion Victorious!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80123;We have driven the hated Manchu from Yunnan. At last, victory is ours!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME80125;Dungan Revolt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80125;With Muslim-led unrest existing throughout the province on Xinjiang, a Tajik adeventurer by the name of Yaqub Beg has led rebels to seize the capital of Kashgar and has driven Qing governors away. The situation in the frontier appears to be out of hand, with these Muslims having declared an independent state and full Jihad against the Emperor.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80126;Dungan Revolt Crushed;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80126;With Qing forces marching into Kashgar, the Dungan Revolt is officially over. The rebels and their leaders have been routed, and already measures are being taken to ensure there are no further disturbances.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME80127;Dungan Revolt Victorious!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC80127;We have driven the hated Manchu from Kashgaria. At last, victory is ours!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85000;Catholics Slain in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85000;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux-- head of the fledgling Korean Catholic Church-- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vessal which then launched a punitive expedition with the support of the French consul in Beijing. There is a call for France to go to war against Korea-- but this is complicated by the fact that Korea is a tributary state of the Qing. If we press the matter, we risk war with the Koreans' master, but if we back down it will be a great blow to our prestige.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85001;$FROMCOUNTRY$ Demands Retribution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85001;The foolish Koreans have begun executing Catholics within their territory, and this has included a number of $FROMCOUNTRY_ADJ$ missionaries-- and now the French have demanded retribution. The problem, naturally, is that Korea is a Qing tributary. We are obligated to come to the Korean's defense, even if this means war with $FROMCOUNTRY$. Of course, there are those who say the Koreans have brought this on themselves. We would lose little sleep if we left them to their own devices, and earn favor with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME85002;$FROMCOUNTRY$ Abandons $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85002;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$-- which should have brought our Qing allies to our defense. Frustratingly, and perhaps not unexpectedly, the Qing have responded by severing their ties to $COUNTRY$ and abandoning us to our fate. War with the French seems likely.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME85003;$FROMCOUNTRY$ Abandons Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85003;Not unexpectedly, $FROMCOUNTRY$ has agreed to abandon Korea to its fate in order to curry favor with us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85004;$FROMCOUNTRY$ Will Defend $COUNTRY$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85004;One of our rulers has executed a group of French missionaries, resulting in French outrage and a punitive expedition against $COUNTRY$-- which has brought our Qing allies to bear. Instead of abandoning us, they have threatened war with the French should they intrude on our sovereignty. This may mean war with the French, but at least we know our allies remain strong.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME85005;$FROMCOUNTRY$ Will Defend Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85005;Negotiations with the $FROMCOUNTRY_ADJ$ have not gone well. They are determined to protect their Korean vassals, even if it means war with France.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85010;The Ganghwa Incident;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85010;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal Korean fortress. In a fury, our ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home-- but word of the assault has spread. This is yet another example of Korea flaunting its disrect for $COUNTRY_ADJ$ authority. Many within the government are suggesting we demand not only an apology, but force a treaty upon the Koreans which will see their nation forced to open itself to our influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC85011;A $FROMCOUNTRY_ADJ$ vessel, surveying the $COUNTRY_ADJ$ coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal fortress-- who assumed the vessel to be an enemy. In a fury, their ship returned fire and then landed a party to battle our forces on land. They returned home victorious, but words of the assault has spread and now a $FROMCOUNTRY_ADJ$ delegation has arrived in $CAPITAL$ to demand compensation-- in the form of an unequal treaty requiring $COUNTRY$ be opened to their influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC85012;A Japanese vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal fortress-- who assumed the vessel to be an enemy. In a fury, the Japanese ship returned fire and then landed a party to battle Korean forces on land. The Japanese returned home victorious, but words of the assault has spread and now we hear tale that they have forced the Koreans to sign an unequal treaty in consequence... one which has forced them to sever tributary ties to $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85015;Korean Surrender;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85015;We are being overwhelmed by the superior might of Japanese armaments. Despite the loss of face, we must consider offering the hated Japanese terms of our surrender.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME85020;Tonghak Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85020;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presence. We will need to move quickly if we wish to prevent them from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME85021;Tonghak Rebellion Ended;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85021;The unrest caused by the Tonghak movement appears to be coming to an end. The militant leaders have vanished into the countryside, and their followers have dispersed. Order is restored-- for now.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC85025;The $COUNTRY_ADJ$ government has received reports of a massive rebellion forming in Korea, serious enough that several members of the Korean government have sent an urgent call to $COUNTRY$ to intervene. Any forces we dispatch will likely provoke a response from Japan, who will fear that we are attempting to uproot their influence. This may, however, be an opportunity for $COUNTRY$ to solidify our own influence in Korea-- many advisors are saying that we cannot allow the potential response from Japan stop us from acting.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME85026;$FROMCOUNTRY$ Intervenes in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85026;We have received reports that the $FROMCOUNTRY_ADJ$ government has moved to intervene in the Tonghak Rebellion currently underway in Korea. It seems likely that, should $FROMCOUNTRY$ succeed in quelling the rebellion, they will become the unquestioned masters of Korea and all but eliminate what influence we possess there. The only sensible move is to send in forces to overthrow the Korean government and replace it with one that is more firmly pro-Japanese-- despite the conflict this will all but certainly spark with $FROMCOUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME85027;$FROMCOUNTRY_ADJ$ Forces Enter Seoul;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85027;Reacting to reports that the Chinese are planning to intervene in the Tonghak Rebellion, $FROMCOUNTRY_ADJ$ forces today entered $CAPITAL$ and captured the Imperial Palace in a swift coup before our own armies could react. Pro-Japanese supporters have been installed in the new government, effectively rendering us a $FROMCOUNTRY_ADJ$ vassal. Both rebels and loyalist forces throughout the country have reacted in rage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC85028;Responding to news of our intended intervention, $FROMCOUNTRY_ADJ$ forces today entered Seoul and captured the Korean Imperial Palace in a swift coup before our own armies could react. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban our forces from entering their nation. This is, of course, an insult of the highest magnitude.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME85029;Chinese Intervene in Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC85029;Reacting to the Tonghak uprising, the Chinese have moved forces into Korea-- entering $CAPITAL$ and effectively setting up a government under their complete control in a swift coup. That there has been no reaction from the Japanese government is surprising, just as it is frustrating that our embattled armies have had no chance to agree to this so-called 'help' from the Chinese. Either way, rebels and loyalists alike are enraged at this foreign intrusion.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC85030;The rebellion in Korea has grown worse, and already we have reports of the $COUNTRY_ADJ$ consulate under assault by rebel forces. It seems the Korean government is helpless. Considering that the $FROMCOUNTRY_ADJ$ stands by doing nothing, refusing Korean appeals for help, it seems we are in a position to act-- some are suggesting that we engineer a pro-Japanese coup in Seoul to install a government more firmly in our control, and prevent any possibility of an overthrow eliminating our influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90016;Archduke Ferdinand Assassinated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90016;One of the most prominent members of Austrian aristocracy has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. There are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90017;The Hungarian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90017;With the recent unrest in Hungarian lands, the local Hungarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90018;The Lombardy Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90018;With the recent unrest in Italian lands, the local government of the Lombardy province has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90019;The Croatian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90019;With the recent unrest in Croat lands, the local Croatian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90020;The Slovenian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90020;With the recent unrest in Slovene lands, the local Slovenian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90021;The Bohemian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90021;With the recent unrest in Czech lands, the local Bohemian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90022;The Slovakian Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90022;With the recent unrest in Slovak lands, the local Slovakian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90025;Tunisian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90025;It has become increasingly obvious that the Tunisian government operates independently from $COUNTRY_ADJ$ rule. We cannot continue to control them directly, and must either take measures to assert our dominance or allow them to seek their own path.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90029;Bulgarian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90029;With the recent unrest in Bulgarian lands, the local Bulgarian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90030;Albanian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90030;With the recent unrest in Albanian lands, the local Albanian government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90031;Bosnian Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90031;With the recent unrest in Bosniak lands, the local Bosniak government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90032;Iraqi Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90032;With the recent unrest in Iraqi lands, the local Iraqi government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90033;Independence for Crete?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90033;With the recent unrest in Crete, the local government has demanded greater autonomy from $COUNTRY_ADJ$ rule. Failure to provide it will only lead to further ethnic unrest.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90034;Union With Greece;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90034;The time has come to unite with our Greek brothers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90038;The Pact of Plombières;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90038;We have been approached by a Sardinian envoy, the Count of Cavour, who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy. In exchange, Sardinia would hand over Savoy and Nice to France. It is an interesting idea, and one that allows France to take a role that would not paint us as the aggressors. Shall we agree?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME90040;The Sepoy Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90040;A mutiny by a group of sepoys in the service of the British East India company has ignited lingering resentment amongst our Indian subjects into open resistance against our rule. Should this grow out of hand, all of our holdings in British India could be in jeopardy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90041;Galician Slaughter;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90041;Polish peasants in Austrian-held Galicia have risen up and slaughtered wealthy landowners, leading to calls by nobility within the Free City of Krakow for a larger uprising. Many in Austria are seeing this as a reason to end Krakow's independence once and for all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90050;The Annexation of Schleswig;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90050;The duchies of Schleswig and Holstein have long been united and considered indivisible under the Danish crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for King Frederick VII. The treatment of Danish people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into $COUNTRY$ proper. This is unlikely to be looked on favorably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90051;The Annexation of Schleswig;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90051;The $FROMCOUNTRY_ADJ$ crown wishes to annex the Duchy of Schleswig, which has long been considered indivisible from the Duchy of Holstein. The German aristocracy is enraged by this move. They believe their future lies with the German Confederation to the south, but the Duke of Augustenberg has a stronger claim to Schleswig than the $FROMCOUNTRY_ADJ$ King. Schleswig-Holstein must forge its own path, even if it means war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90052;Schleswig-Holstein Under Our Control;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90052;Now that order has been restored to Schleswig-Holstein, international pressure is mounting to uphold treaties regarding the region. Failure to restore nominal independence to the duchies and keep them united will result in tensions between $COUNTRY$ and other European powers, and possibly war with the German Confederation to the south.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90053;The November Constitution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90053;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to Duke Christian of Glücksburg. The crown of Holstein is more problematic, however. The House of Augustenburg claims the crowns of both Schleswig and Holstein and is calling on German support. If the new consitution is signed, Schleswig-Holstein will be officially divided. If it is not, the Danish people will almost certainly rise up against their new king.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90054;The Schleswig-Holstein Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90054;The arrogant German aristocrats in Holstein have declared they intend to pursue a future with the German Confederation to the south, and consider Schleswig an indivisible part of their territory. $COUNTRY_ADJ$ militants are angrily calling for the military to step in, though some fear this may lead to war with the Germans.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90055;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved-- in our favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ is the true leader of the confederation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC90056;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. This puts it in a unique position to assume leadership of the German Confederation as well as dominance over the North German states. We will need to take swift and decisive action if $COUNTRY$ is to maintain its position of influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90057;Look to $FROMCOUNTRY$?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90057;$FROMCOUNTRY$ has brought Schleswig-Holstein under German control, finally resolving its status within the confederation. It's possible that aligning ourselves with $FROMCOUNTRY$ is far more in our best interest, as well as more likely to create a united Germany under North German dominance. We should reconsider our current allegiances.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90060;The Eastern Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90060;The Ottoman Empire has been in slow decline for much of the last century, but never has this been more apparent than in recent years. The Empire's hold on the Balkans is weakening, and this threatens to upset the entire balance of power in Eastern Europe as Russia and other countries will inevitably be drawn into the conflict. Many in the $COUNTRY_ADJ$ government feel that it falls on us to call the powers of Europe together and negotiate a settlement that will restore some semblance of stability to the area.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90061;Planning for the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90061;Now that plans for the conference in $CAPITAL$ are underway, $COUNTRY_ADJ$ statesmen are busy trying to determine what our stance on the issue should be. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90062;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90062;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of $COUNTRY$ to maintain stability in the Balkans. Some feel this is a veiled attempt to carve up our nation, and an insult, but regardless we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90063;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90063;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel this is a veiled attempt to bolster the shaky Empire's hold over the Middle East and balk Russian 'aggression'. Either way, we cannot let the congress go on without our attendance. We shall see what manner of 'negotiation' $FROMCOUNTRY$ intends.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90064;$FROMCOUNTRY$ Calls for Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90064;We have received word from the $FROMCOUNTRY_ADJ$ that they intend to hold a congress of European powers in their capital to discuss the ability of the Ottomans to maintain stability in the Balkans. Some feel we should favor keeping the Ottoman Empire strong, in the interest of preventing the Russians from expanding into the Middle East. This could potentially improve our relations with the Ottomans, as well. Others believe stability in the Balkans should be the priority, even though this might come at the expense of the Ottomans and our relationship with them. Still others feel we should not take part in this veiled attempt at dismembering a sovereign nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90065;The Congress of $CAPITAL$: Keep the Empire Strong;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90065;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly. Few of the attendees were pleased, the Russians in particular, and even though the Congress favored the Ottomans it remains to be seen whether they will bow to European pressure and uphold the Congress's edict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90066;The Congress of $CAPITAL$: Stabilize the Balkans;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90066;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, with delegates from the Ottoman Empire also in attendance. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power. The Russian delegates were pleased, but Ottoman delegates left in a rage. It remains to be seen whether they will bow before the Congress's demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90067;The Demands of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90067;Our delegates have returned from the Congress in $FROMCOUNTRY$ with mixed news: though the consensus reached was that $COUNTRY$ needed to be kept strong, they still placed numerous demands upon us that would see the political map of the Balkans rearranged. If we choose to defy the European edict, we could be facing wars from many fronts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90068;The Demands of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90068;Our delegates have returned from the Congress in $FROMCOUNTRY$ with disheartening news: despite considerable dissension among those attending, a consesus was reached that creating stability in the Balkans is more important that $COUNTRY_ADJ$ interests and sovereignty. The demands are humiliating, and will see us losing much of the Balkans if we agree. If we defy the Congress, however, we could be facing war from many fronts.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90071;$FROMCOUNTRY$ Defies the Congress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90071;$FROMCOUNTRY$ has decreed that it will not abide by the demands of the Congress. The Treaty, they say, is so much worthless paper, and they refuse to give up any of their sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90075;The Fate of Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90075;Egypt has been effectively independent for some time. Now it has become all too apparent, and a threat to the vision of the Ottoman Empire as master of the Orient... something which has been little more than an illusion, but which the Ottomans must either address or have it shattered forever. War will come, and Egypt will either be beaten back into place and made to heel at its master's side or seek its own destiny as a power in its own right. Only time will tell.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90077;Negotiations with the Empire;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90077;While we expected immediate Ottoman reprisal, it seems our former overlords are willing to negotiate. Their proposal is as follows: split the Levant between Egypt and the Ottoman Empire, allow Ottoman influence to remain and they will permit our independence. Of course, while this would retain an alliance with the Empire it seems like many to hardly be true independence at all. Still, it would avoid a great deal of bloodshed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90078;Egypt Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90078;Our negotiations have been successful: Egypt has agreed to partition the Levant, and we retain influence within their territory. While this spares us a great deal of bloodshed (and the possibility of an embarassing defeat), it does mean we have lost control over the Christian Holy Land in Palestine-- something that will not go over well with the powers of the world, and with Russia in particular.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90079;Egypt Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90079;Despite our willingness to negotiate, Egypt has refused to accept any Ottoman influence in their territory... and also refuses to give up control over any of the Levant. We have no choice but to take it from them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90080;The Egyptian Levant;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90080;The Turks have proven unable to retake the Levant from us, despite all the assistance they have received from the rest of Europe. Even those great powers must now admit that the Levant rightfully belongs to us, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90081;Egypt Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90081;We have brought Egypt to its knees and restored Ottoman rule to the area. Now we must decide whether to be gracious and allow them to retain autonomy, while restricting their land and power, or whether to rule all of Egypt directly and face the possibility of rebellions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90082;Rebellion Against $COUNTRY_ADJ$ Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90082;An uprising in $PROVINCENAME$ has gained popularity throughout the region, spreading the unrest throughout all of $STATENAME$. Local authorities have moved swiftly in an attempt to keep the violence contained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90083;Anger Over Egyptian Defeat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90083;Still stinging from their defeat at the hands of the Ottomans, the Egyptian aristocracy has focused the blame on the rapid westernization of the nation and the instability they claim it has brought. They are demanding that the government cling more strongly to tradition and repeal some of these reforms, and there are fears that if they are not satisified they may instigate a revolt.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90084;$FROMCOUNTRY$ Refuses Egyptian Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90084;The $FROMCOUNTRY_ADJ$ has declared that it will not accept Egyptian surrender, and has rejected terms that the rest of Europe feels are quite fair-- instead pushing onwards to recapture all of Egypt. There are many within the $COUNTRY_ADJ$ government who feel this is a betrayal... $COUNTRY$ intervened to help maintain $FROMCOUNTRY_ADJ$ from collapsing, but perhaps they do not need our help at all?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90085;The Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90085;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Should the Egyptians successfully challenge Ottoman rule, it could upset the entire balance of power in the region... something that many feel would threaten $COUNTRY_ADJ$ interests. Still others believe that $COUNTRY$ must remain neutral, despite the cost to our relations with the Empire.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90086;$FROMCOUNTRY$ Supports the Empire;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90086;We have received word through the $FROMCOUNTRY_ADJ$ embassy pledging their support for the Ottoman Empire in our conflict with the Egyptians. This is heartening news.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90087;The Fall of Egypt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90087;Our forces are on the run. It seems the hated Ottomans and their allies have won the day, and we have little choice but to submit to their demands. We can try to hold out and turn the tide, but it is far more likely that Egypt will simply be carved up into pieces by the imperialists if we do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90088;The Egyptian Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90088;The Egyptians have raised the white flag, offering to abide by the Convention of London and return both Crete and the majority of the Levant to our control. Our advisors say that wresting control of the entire country is almost impossible, and that we should take the offer while we can and let the Egyptians go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90089;End of the Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90089;The Egyptians have surrendered to $FROMCOUNTRY$ and agreed to abide by the terms of the London Convention. Stability has been restored to the Orient... for now. All that remains is for us to decide whether to end hostilities with the Egyptians and return any $FROMCOUNTRY_ADJ$ lands that we hold.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90090;The Oriental Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90090;$COUNTRY_ADJ$ diplomats have been watching the crisis develop in the Orient for some time, and now that the Ottomans and Egyptians are at war it has become clear that the Empire's hold over its dominion is crumbling. Egyptian diplomats have contacted ours through channels, and suggested that support in its war would be appreciated and rewarded. The Ottomans, they rightfully point out, are after all no friends of $COUNTRY$. Such an act could earn us the enmity of the Empire and its allies, however, and thus feel we must remain neutral in the conflict despite the possible benefit to $COUNTRY_ADJ$ interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME90091;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90091;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If something isn't done it could develop into an alliance between Egypt and $FROMCOUNTRY$ that could lead to their intervention in the war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90092;$FROMCOUNTRY$ Supports the Egyptians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90092;We have received word that the $FROMCOUNTRY_ADJ$ have pledged their support for the Egyptians in their conflict with the Ottoman Empire. If we do not object now, that support could lead to their intervention in the war. That objection, however, could also be seen as aggression on our part and harm our relations with $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90093;$FROMCOUNTRY$ Demands Withdrawal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90093;The $FROMCOUNTRY_ADJ$ have sent a demand through diplomatic channels that we back down from our support of the Egyptians. Doing so will harm the influence we have gained in Egypt, but if we do nothing we risk retaliation from the $FROMCOUNTRY_ADJ$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC90094;Egypt has fallen, settling matters with the Turks through a peace treaty which has seen the Levant taken from them and $COUNTRY_ADJ$ influence in Egypt vastly reduced. We can let the matter lie, or fight for both our stake in Egypt and our honor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95095;Norwegian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95095;The Norwegian government has formally requested to be granted full independence from $COUNTRY_ADJ$ rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME90110;The Manifesto de Montecristi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90110;Jose Martí, a Cuban intellectual and radical who has spent a great deal of time organizing émigrés in the United States, has returned to the colony and declared the Manifesto de Monticristi, an exposition of the purposes and principles of the coming Cuban revolution. It seems the uprising has been in the planning for some time, and if the $COUNTRY_ADJ$ government intends to remain in control of Cuba it could have a battle ahead of it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90115;The Maine Incident;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90115;To hell with Spain! Remember the Maine!\n\nA riot by Cuban Spanish loyalists recently broke out in Havana, leading to the destruction of the printing presses of four local newspapers which criticized the Spanish Army. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbour. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90120;The Propaganda Movement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90120;Three Filipino priests have been executed in the Manila, charged with subversion. While the executions are said to have been just, they are now considered martyrs by the Filipino people and have inspired the creation of a literary and organization known as 'the Propaganda Movement'. The organization consists of Filipino émigrés in Spain, primarily liberals and students, who are attempting to increase awareness of the needs of the Philippines and foster better relations between Spain and its colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME90125;The Katipunan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90125;We have received reports from colonial officers in Manila regarding rumors of a secret organization called the 'Katipunan'. Formed by anti-$COUNTRY_ADJ$ Filipinos, they reportedly seek complete independence for the Philippines. It's possible that limited home rule might mollify some of these revolutionaries, but nothing short of freedom will satisfy them for long. Tracking them down among sympathetic locals may prove difficult.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC90130;With the recent unrest in Cuba, the prospect of the Spanish government possibly selling the island to the United States has arisen. Should we attempt to pursue negotiations?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90132;The Spanish Have Refused;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90132;After some negotiation, conducted in secret, the Spanish have finally refused to sell Cuba. More than one member of the government has been angered by this, seeing the island as naturally falling into the American sphere of influence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90133;Cuba is Ours;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90133;With no small amount of fanfare, Spain has agreed to the sale of Cuba to the United States.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME90135;The Grito de Lares;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90135;With conditions in our Puerto Rican colony so poor, the notion of independence has begun to spread among the local Caribenos. Reports from the colonial governor state a revolt has begun in the town of Lares, one that may be difficult to put down.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME90140;The Intentona de Yauco;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90140;We have received reports of an independence movement having been formed in Puerto Rico, with an uprising having been organized in the town of Yauco. While the movement doesn't yet have a great deal of support among local conservatives, many of whom are hoping there is still a chance to achieve independence from $COUNTRY$ through peaceful means, it's possible that their efforts could spread if we don't put a stop to it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME90904;The $FROMCOUNTRY_ADJ$ Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC90904;Perhaps $FROMCOUNTRY$ has grown beyond our ability to control them? They have been far more welcoming of western ways, to the point that now they consider themselves 'civilized' and on par with the barbarians outside of $COUNTRY$... Indeed, they even consider themselves above us, and have thrown off $COUNTRY_ADJ$ rule as if it were a bad shadow. They seek to chart an independent course, but should we let them? Should we allow them to pretend they are not part of China, and reject the heritage of thousand thousand years?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95026;Liberian Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95026;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS is urging Liberia to proclaim idependence and find its own destiny.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC95027;The Liberian colony was founded as a homeland for freed American slaves by the American Colonization Society. Now that Liberia is considered a financial drain on its resources, the ACS has convinced Liberia to request its independence from the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95076;The January Uprising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95076;A spontaneous protest by young Poles against conscription into the Russian Army has quickly erupted into a widespread insurrection, supported by high-ranking Polish and Lithuanian officers and politicians. The eyes of all of Europe are upon us, and if we deal with the insurgents too harshly it may hurt our relations with European powers. If we do not, however, the uprising may spread even further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95200;Turkmen Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95200;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rulership. While the notion of a Turkmenian state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95201;Kazakh Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95201;A wave of nascent nationalism has begun stirring among the Kazakh peoples under $COUNTRY_ADJ$ rulership. While the notion of a Kazakh state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95205;Uzbek Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95205;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rulership. While the notion of a single Uzbek state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95206;Reclaiming Uzbek Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95206;The $COUNTRY_ADJ$ people are clamoring for all Uzebeks to be united under our flag.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95210;Tajik Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95210;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rulership. While the notion of a Tajik state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95215;Kyrgyz Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95215;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rulership. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for it to spread and even lead to full rebellion in time. We must watch this carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95216;Reclaiming Kyrgyz Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95216;The $COUNTRY_ADJ$ people are clamoring for all Kyrgyz to be united under our flag.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME95250;The White Rajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95250;Brunei's control over the southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor. This 'White Rajah' is now effectively the ruler, and is seeking alliance with Brunei. We must either recognize the independence of an area we only barely controlled, or seek to assert our authority and perhaps anger the English in the process.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95251;The Dutch East Indies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95251;The Dutch East India Company has been slowly spreading its influence within the East Indies, and is urging our government to establish protectorates over the remaining sultanates on the islands. Indeed, they have been stirring up trouble in the region. Many within our government feel that if the Netherlands is to remain a power to be reckoned with, it must expand its colonial holdings.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95255;$FROMCOUNTRY_ADJ$ Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95255;The call has been sent out for the peoples of the East Indies to unify under a common banner, for protection against foreign imperialism and to usher in a new world power to make the Europeans tremble. The people are cheering in the streets of $CAPITAL$ at the welcome news. Will $COUNTRY$ do its part?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95260;The Disunited States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95260;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country were founded no longer apply. Talk of secession is frequent, if quiet," and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. If they do, we must be ready.;;;;;;;;;;;;x",,,,,,,,,,,,,,,,,,, -EVTNAME95261;The Sons of Liberty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95261;A group calling themselves the Sons of Liberty has secretly formed in $PROVINCENAME$, advocating either the overthrow of the totalitarian American regime or the secession of $STATENAME$ from the Union. American law-enforcement is doing its best to hunt down these traitors.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95262;The Union Reborn!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95262;With the totalitarian regime ended, Americans have taken to the streets to celebrate their regained liberties. Flags of the Sons of Liberty are in evidence everywhere. Let us hope this new era holds, and that the Union has not already been sundered beyond repair.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95265;The Philadelphia Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95265;'On this day in the year of our lord, $YEAR$, do we declare the Union to be defunct, a relic of the past now only a shadow of its former greatness. We delegates hereby declare ourselves the inheritors of that once-great legacy, and forever more shall we be known as the Free States of America.'/n/nWith those words,delegates from several states in the north have gathered in Philadelphia and declared their secession from the Union. Whether we can move fast enough to ensure those states never act upon the declaration, or whether others will heed the call of these so-called 'Free Staters' remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME95266;The Congress of $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95266;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Free States of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95267;The New Confederacy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95267;'Whereas once the dream of our rightful independence was crushed, we stand here in the city of Richmond to declare that it has been reborn. No longer can the South remain under the heel of the North and call it freedom-- the Confederacy must rise again!'/n/nWith those words, a large group of delegates gathered in Richmond have declared the Confederate States of America reborn. At least one state has agreed to secede, and its possible that others will join them… now or very soon. If we are to stop this new rebellion, we will need to act quickly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95268;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Confederate States of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95269;The Secession of Oregon;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95269;'Whereas once our land was the frontier of America, now it is the frontier of freedom. The Oregon Country is a land where men achieve their destiny through honest toil and while believing in the equality of men. Since the Union no longer believes in the same, we hereby declare it dead.'/n/nWith these words, a group of delegates gathering in the city of Portland have declared the secession of Oregon from the Union. While other parts of the region may join them, it's unknown whether everyone there feels the same. Clearly this rebellion must be stopped before it gains further traction.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95270;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Oregon Country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95271;The Colorado Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95271;'We are the true heartland of America. We know things that Washington has forgotten: the value of honesty, the need for virtue, and the true meaning of freedom. What they have put aside, we shall pick up and keep close to our hearts-- for now, a new nation is born. A republic that will stand the test of time as the nation we step away from has not.'/n/nWith these words, a group of delegates gathered in the city of Denver has declared the creation of the Colorado Republic. Whether more states will join their rebellion still remains to be seen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC95272;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Colorado Republic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95273;The Chicago Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95273;'What the fools in Washington have forgotten is that we are not their subjects. We are their allies. If they abuse us, we do not lie back and ask for forgiveness. We leave. That is what we do here today: we are forging a new alliance of equals, brothers with a common heritage who will never forget the evils that lie in tyranny and corruption.'/n/nWith these words, a group of delegates gathering in the city of Chicago have declared the formation of a 'New American Alliance'. The state of Illinois has seceded from the Union to create it, and it's entirely possible that others will join them if we do not act quickly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95274;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the New American Alliance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95275;The Dakota Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95275;'Ours is a nation born of resolution. The Washington government thought it could stretch its hand across the breadth of North America, that all they touched would bow down and be forever grateful for their overlordship. We say it is not so, and stand here today to proclaim that there is a better way.'/n/nWith these words, a group of delegates gathered in Rapid City have declared the formation of the 'Dakota Republic'. South Dakota has seceded from the Union, and it's possible that others may soon join them. Do they not realize how short-lived their rebellion will surely be?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95276;A group of politicians has gathered in $PROVINCENAME$, issuing a declaration that the state of $STATENAME$ would hereby secede from the Union and join with the Dakota Republic.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95277;The Pueblo Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95277;'We have been the subjects of despots in Mexico as well as cruel tyrants in Washington, and we stand here before you today to declare that we will stand for neither. Ours is a unique heritage, and we will move forward with the intention of celebrating it in the spirit of freedom and goodwill for all mankind.'/n/nWith these words, a group of delegates gathered in Phoenix have declared the formation of a 'Pueblo Republic'. Arizona and New Mexico have both seceded from the union to form it, daring us to stop their rebellion-- if we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95278;The Mormon Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95278;'Our path lies in a different direction -- with our hearts, our faith, and our integrity. May God watch over us and keep us safe in this perilous world.'/n/nWith these words, the leader of the Mormons has declared the formation of the independent nation of Deseret, encompassing both Utah and Nevada. They stand ready to resist any attempt by us to retake them through force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95279;The Convention of San Francisco;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95279;'Our joining of the Union was with the understanding that it meant something-- we were joining a cause for true freedom in a world full of totalitarianism, a cause far greater than any we could hope to achieve on our own. We were mistaken, and now we must march forward on our own terms. May God help us all.'/n/nWith these words, the governor of California met with a large number of delegates in San Francisco and declared their state seceded from the Union-- to the widespread support of many Californians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95280;The Texas Secession;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95280;'We are the Lone Star State. We fought against the Mexicans and succeeded, and now we shall fight against the Yankees if they come. Let them come. Texas bows before no-one.'/n/nWith these words, the governor of Texas stood before a group of gathered delegates and declared their state seceded from the Union. Already an army of supporters is gathering in Austin, ready to fight against any reprisal from Washington.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95281;The Convention of Boston;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95281;'We stand here in Boston, the birthplace of this nation and the home of the Liberty Bell. Let the bell ring, let it announce to the world that our beloved homeland has fallen from grace. It is up to the Sons of Liberty to rise in its place, to fight for truth and freedom wherever its meaning has been lost. We will brook no tyrants in America.'/n/nWith these words, a group of delegates from throughout New England have declared their states seceded from the Union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95282;The Alaskan Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95282;'We are the true North, the furthest frontier of the United States. We are a sturdy people who will stand on our own when called to-- and that call goes out to you now. Alaska never sought its independence, but it will stand for what's right. God help us all.'/n/nWith these words, the governor of Alaska spoke to delegates gathered at Stika and announced that the state-- cut off from support by the rest of the nation-- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95283;The Honolulu Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95283;'Once we were a nation of our own, but we joined with the United States and have earned our place in the Union. We are a hard-working people who will do whatever must be done-- and now we must act. Hawaii never sought its independence, but it will stand for what's right. God help us all.'/n/nWith these words, the governor of Hawaii spoke to delegates gathered at Honolulu and announced that the state-- cut off from support by the rest of the nation-- was forced to stand on its own. Whether the state intends to one day rejoin the Union if that situation changes is currently unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95315;Join the Canadian Confederation?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95315;With things in $COUNTRY$ so difficult, some citizens have brought up the possibility of joining the Confederation of Canada. It is a land of freedom, and together we will be more powerful than we are separately. Shall we approach their government?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95316;$FROMCOUNTRY$ Asks to Join Canada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95316;A delegate from $FROMCOUNTRY$ has quietly approached the Canadian government, asking for the former American state to be admitted to Confederation. While this may seem like a good idea, the Americans may see us as opportunists for accepting.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95500;The $CAPITAL$ Conference of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95500;The colonial powers of the world have gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95501;The Scramble for Africa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95501;A conference has been held in $FROMCOUNTRY$, attended by all colonial powers, to discuss the regulation of colonization and trade in Africa. A general agreement has been reached, formalizing the scramble for the African continent. After this point, any civilized country will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95502;The Age of Colonialism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95502;Word has reached $COUNTRY$ of a great meeting of colonial powers in Europe, wherein it was decided that African nations would be divided up amongst them-- as if our people were little more than children's toys discarded and left waiting to be picked up. This has caused a great deal of concern among those of our people with the knowledge to understand what this means. For others it has brought little more than resentment, as well as vows to fight for our independence when the day comes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95503;$COUNTRY$ in the Modern Age;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95503;'We have seen the outsiders. They come, with guns and riches we have never seen before. What they also bring is death, and we must always be wary what lies behind their smiles.'\n\n$COUNTRY$ stands on good terms with much of the western world, but our leaders are all too aware how quickly that could change. The Europeans believe we are not civilized, and the tone of our contact with them is slowly changing from friendly interest in trade to a strange paternalism coupled with cultural superiority. For now, $COUNTRY$ survives... but we must watch for the moment when the civilized nations decide our enslavement is the only way we can be 'saved'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95504;The $COUNTRY_ADJ$ Jihad;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95504;$COUNTRY_ADJ$ muslims are calling for the Jihad to continue: all Islamic states of the Sahel, united under one flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95505;Imperialism Comes to $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95505;European presence in $COUNTRY$ is felt everywhere. Their traders come to $CAPITAL$ and dictate to our own merchants how trade will commence. They take what they want and pay what they wish. They tell our government what laws we may pass, and even when they do not we must always consider how they will react to what we do. If $COUNTRY$ does not act now, they will turn our nation into a colony under our very noses-- but perhaps that has already happened, and we must resign ourselves to their protection.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95506;The $FROMCOUNTRY_ADJ$ Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95506;Our presence in $FROMCOUNTRY$ has reached the point where $COUNTRY_ADJ$ influence is felt in every level of their society. They are a protectorate in all but name, and the time has come for us to determine whether that status should be made official. Shall we agree to make $FROMCOUNTRY$ a protectorate and $COUNTRY_ADJ$ colony, or support their independence as a friendly ally?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95507;Nationals Expelled from $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95507;A disturbing report has reached us of $COUNTRY_ADJ$ nationals being expelled from $FROMCOUNTRY$. Indeed, the $FROMCOUNTRY_ADJ$ government has systematically eliminated our influence-- meaning we are in a position where we must either accept the humiliation of being thrown out of an uncivilized country or step in and assert our authority. There are some who say this is a golden opportunity to establish a $FROMCOUNTRY_ADJ$ protectorate, while others say $FROMCOUNTRY$ is simply not worth the trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95508;The Sale of Assab;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95508;A $COUNTRY_ADJ$ shipping company has come into the ownership of the Red Sea port of Assab, sold to them by a local Afar sultan. The port would make for an excellent coaling station, and perhaps even provide a base for $COUNTRY$ to expand our influence in the area. Pushing for more direct control, however, could cause tensions with Assab's owner -- who might feel they have greater right to the port than the sultan.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC95509;The Red Sea port of Assab has been sold to $FROMCOUNTRY$ by the local Afar sultan. They have begun to use the port as a coaling station, and fears within the $COUNTRY_ADJ$ government are that they will use this base to expand their influence within $COUNTRY$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95510;Rebellion in Eritrea;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95510;With the Sudan in chaos, the Ethiopians have taken advantage of the situation to regain control over the Eritrean coastlands. Though we may yet regain control over the Sudan, we should consider whether the Eritreans must be punished for this trespass.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95639;The Paris Foreign Missions Society has been actively spreading Catholicism in $COUNTRY$ for many years now, or perhaps we should say they are attempting to, as they have encountered considerable resistance among the $COUNTRY_ADJ$ people. Recently, in the southern region of Cochinchina, one of the local aristocrats took offense to the intrusion of several missionaries and executed them-- without our leave. Word of the deed has reached the attention of the French government, meaning their eye will almost certainly turn to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95610;The Great Game;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95610;Advisors to the $COUNTRY_ADJ$ government are warning that the Russians will continue their southward expansion. If we do not press north from India, we will soon find the Russians on our doorstep... And, at that point, it will be a quick step for them to invade the British Raj directly. Steps must be taken to set up puppet governments between us and them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC95611;Advisors to the $COUNTRY_ADJ$ government are warning that the British will continue their northward expansion. If we do not press south, Russia will soon have its southern borders exposed to European invasion. It does us no good to allow the British complete hegemony over Central Asia. Something must be done!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95612;The Great Game Comes To $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95612;The Great Game between the British Empire and Russia has one pushing ever northward and the other pushing ever southward, with $COUNTRY$ caught in-between. Recently, $COUNTRY_ADJ$ soldiers got into a skirmish with one of our neighbours... and the resulting incident has brought the infernal gaze of one of these powers upon us, perhaps meaning war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95613;$FROMCOUNTRY_ADJ$ Border Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95613;Thanks to the Great Game and its maneuvering, tensions with $FROMCOUNTRY$ have been rising. Recently, an incident occurred near their border where several $COUNTRY_ADJ$ soldiers were attacked by $FROMCOUNTRY_ADJ$ soldiers. There were several deaths, and while the $FROMCOUNTRY_ADJ$ government is apologetic there are those within $COUNTRY$ who are calling for us to move in and assume control of their government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95614;Peace With $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95614;It seems that $FROMCOUNTRY$ is content to accept the incident was not our intent and turn its attentions elsewhere. For the moment, $COUNTRY$ is safe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME95616;The $FROMCOUNTRY_ADJ$ Doctrine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95616;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and it appears the only solution is to step in and rule them directly. Should we fail to do so, we may find $FROMCOUNTRY$ soon taken from our control and turned into a target for a foreign power's expansion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95639;The Paris Foreign Missions Society has been actively spreading Catholicism in $COUNTRY$ for many years now, or perhaps we should say they are attempting to, as they have encountered considerable resistance among the $COUNTRY_ADJ$ people. Recently, in the southern region of Cochinchina, one of the local aristocrats took offense to the intrusion of several missionaries and executed them-- without our leave. Word of the deed has reached the attention of the French government, meaning their eye will almost certainly turn to us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME95640;Persecution of French Missionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95640;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $FROMCOUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the society to ask the French government for diplomatic intervention. So far, discussion has gone nowhere and the idea has now arisen that forming a protectorate in the area may be our only solution.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME95641;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95641;First they send their 'missionaries' into our country, flouting our laws and offending our people with their spouted nonsense. They turn our own citizens away from the righteous path, and expect us to do nothing? $FROMCOUNTRY_ADJ$ have seized upon this excuse to demand all of Cochinchina in recompense.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95645;The Suzerainty of Cambodia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95645;We have an issue before us. The Vietnamese rule over our kingdom, and it seems certain that, very soon, either they or the Thai will demand we submit in full and are swallowed whole. The French stand on our borders, eyeing Indochina with their own ambitions. Perhaps they will make kinder rulers? Rebellion seems almost certain to end with Cambodia being torn to pieces by both.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME95646;The King of Cambodia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95646;King Norodom of Cambodia has sent our government a request: he asks that the French intervene in his nation, demanding it be released from Vietnamese control and made our protectorate. This would suit our goals in Indochina, though it risks war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC95647;Cambodia has been under Vietnamese control since our war with Siam. Now it seems the Cambodia king has approached the French and asked for protection, and the French have agreed to offer it. They are demanding control over Cambodia, on threat of war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95650;French Indochina;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95650;Many in our government believe we should press our influence in Indochina, expanding our colony there to include some of our less civilized neighbours. Perhaps the time is right for war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC95652;French diplomats have arrived in $CAPITAL$ with a set of demands: namely that we should surrender control of all eastern territories not 'rightfully ours'. This includes all land claimed by Laotian, Khmer and Vietnamese minorities. It is an outrageous demand, of course. How dare the French claim to be 'protectors' of these people! Yet… do we dare risk war with the Europeans?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME95655;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC95655;We are in a difficult situation. $COUNTRY_ADJ$ forces cannot hold out against the French onslaught, and they plague us at every opportunity. Perhaps we must face the realities of the situation, and sit with the French at the negotiation table to give them what they want. If we fail to do so, $COUNTRY$ is surely lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96090;End of the $COUNTRY_ADJ$ Monarchy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96090;With the loss of $COUNTRY$ in the recent war, the $COUNTRY_ADJ$ monarchy has received much of the blame-- there have already been several assassination attempts, and calls within the government for the monarchy to step down. Sentiment in the public has turned to the notion of $COUNTRY$ becoming a democracy... though some fear this will plunge the nation into even further chaos.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME96100;The Arab Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96100;A wave of nationalism has begun to spread among the Mashriqi, fueled by their resentment over $COUNTRY_ADJ$ rule. Our governors in the region are understandably nervous, and report that we can expect major rebellions in the coming years unless we are very careful.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME96101;$COUNTRY_ADJ$ Self-Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96101;We have been granted self-rule by our $FROMCOUNTRY_ADJ$ rulers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96102;The Arab Revolt has begun, and many people in $CAPITAL$ are flying the revolt flag. They are demanding freedom from foreigner rule, and we will have difficulty keeping them under control... provided that's what we wish to do, of course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96105;End of the Arab Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96105;The general insurgency by $COUNTRY$'s Arab population has been brought to an end. For the moment, peace has been restored and the momentum of the Arab resistance dissolved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME96110;The House of Saud Returns;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96110;Abdul-Aziz, scion of the House of Saud, has returned from exile in Kuwait. Not only that, the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh. We must deal with ibn Saud quickly, lest he retake even more land and reverse our earlier victory over his house.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME96115;The Rule of Hedjaz;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96115;We have always been torn between our loyalty to Egypt and to the Ottoman Empire. The time has come to decide between them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96120;The House of Rashid;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96120;The House of Saud will never unite Arabia so long as the Emirate of Ha'il stands on our northern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96121;The House of Saud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96121;The House of Rashid will never unite Arabia so long as the Emirate of Nejd stands on our southern border. We must marshal our force and bring them to their knees.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96165;Italian Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96165;The Italians have managed to unify at long last, threatening $COUNTRY_ADJ$ interests in the region. We will have to decide whether it is in our best interests to object or to make friends with the new rulers. What has been done cannot now be undone, after all, and a united Italy could be a formidable enemy or a powerful $COUNTRY_ADJ$ ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96170;Il Risorgimento;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96170;$COUNTRY$ has become the center of Italian nationalism, its people calling out for unification. Italian flags are flying in the streets of $CAPITAL$, and we must decide if we wish to support this call and bring all of Italy peacefully under our banner. If we refuse, our people will be upset... and it's unlikely the opportunity will arise again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME96215;Indian Nationalists Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96215;Nationalists have succeedeed in taking over $COUNTRY_ADJ$ colonies in India. Our governors have been driven out and our territory lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97000;The Revolution of Maria de Fonte;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97000;A growing dissatisfaction with the ruling government among Portugal's poor has grown into rebellion, spurred on by popular discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion-- which has a large contingent of peasant women among its supporters -- and which has been co-opted by revolutionaries in emulation of the rebellions elsewhere in Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97001;Peasant Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97001;The Maria de Fonte rebellion has spread to $PROVINCENAME$, with the lower classes rising up in opposition to the ruling government. Many are calling for the government's resignation, and there are signs that Queen Maria II may engineer a coup to restore order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97002;End of the Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97002;Portuguese forces have managed to restore order in the countryside, and the peasantry have been brought back under control. The danger of a royal coup has ended.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97003;The Emboscada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97003;Spurred on by the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on the country's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97006;The Occupation of Angola;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97006;Our forces are slowly pacifying the Angolan countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97007;The Occupation of Mozambique;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97007;Our forces are slowly pacifying the Mozambiquan countryside. If we are fortunate, we will one day be able to connect our African colonies.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97010;The Portuguese Colonies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97010;We have received an ultimatum from $FROMCOUNTRY$: surrender our colonies between Angola and Mozambique or suffer the consequences. The Portuguese people feel this is an incredible betrayal by the $FROMCOUNTRY_ADJ$. They have traditionally been our ally, and now they are trying to bully our rightful colonial holdings out of us? It cannot be borne!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97011;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97011;$FROMCOUNTRY$ has agreed to our terms-- though they are unhappy about it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97012;$FROMCOUNTRY$ Has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97012;$FROMCOUNTRY$ has refused our ultimatum, and all but dared $COUNTRY$ to take their colonies from them-- if we can.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97015;Regicide of King Carlos I;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97015;Upon returning to Lisbon from a brief trip abroad, King Carlos I and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, the police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME97020;The Republican Coup D'Etat;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97020;With the monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in the capital. Members of the Carbonária, republican youth, and elements of the army have instigated a coup d'état in the palace. The young King Manuel and his family have reportedly escaped for exile to England, and only days later a new Portuguese Republic has been declared in Lisbon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97050;The Peru-Bolivian Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97050;The confederation of Peru, South Peru and Bolivia represents a threat to our interests. If the confederation is given time to solidify, they could easily become a new powerhouse in South America-- and one that is no friend to $COUNTRY$. Thankfully there are signs that the confederation is unstable: the Peruvians chafe at the Bolivian leadership, and given enough incentive they might withdraw. If we act now, we might be able to stir our people against them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97055;End of the Confederation?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97055;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. If we attempt to keep it together, we must do so by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97060;The Uruguayan Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97060;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has approached us with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97061;The $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97061;After several recent political conflicts with Brazil, they have sent an ultimatum: place the rebel leader of the Colorados in charge of the government or there will be war. There are many in the government who feel that Brazil cannot be serious. Uruguay is no threat, and they would risk angering the Platine nations with an invasion? This insulting ultimatum should be refused, according to them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97062;Uruguay Rejects the Ultimatum;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97062;The Uruguayan government has rejected our demands. Perhaps they underestimate our willingness to see this matter to a swift end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97065;We Must Submit;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97065;We have no choice but to submit to the Brazilian demands. The Colorados are victorious.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97066;The Blancos Have Surrendered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97066;The government of Uruguay has given in to our demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97070;La Carta de la Esclavitud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97070;General Juan José Flores, the president of the republic and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') would anger a great number of the country's liberal populace.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97075;The Era of Conservatism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97075;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97076;Settling Tarauaca;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97076;The jungles of Tarauaca lie in the heart of the Amazon, and rightfully belong to $COUNTRY$. Currently there are $COUNTRY_ADJ$ settlers eager for the opportunity to settle the region and have asked for the funds to assist them, though advisors say this may cause problems with neighboring states who also claim the territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97080;Occupation of Araucania;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97080;Chilean forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97085;Conquest of the Desert;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97085;Argentinian forces have occupied more of the lands in the southern continent. The pacification of the local natives is ongoing.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97086;Pacification of $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97086;Through the judicious use of force, confiscation of native lands and the introduction of roads and other vestiges of civilization, conditions in $PROVINCENAME$ have greatly improved. The native patagonians are proving to be contentious, but their numbers are far too few for us to worry about.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97100;$PROVINCECULTURE$ Rebellion in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97100;A dispute between local $PROVINCECULTURE$ leaders and $COUNTRY_ADJ$ officials in $PROVINCENAME$ has exploded into a riot, and the violence quickly spread throughout $STATENAME$. The $COUNTRY_ADJ$ army is stamping out the rebellion as best it can, but fears persist that this could develop into a much larger problem if it continues.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97105;Rebellion Agaist Foreign Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97105;A dispute between $COUNTRY_ADJ$ aristocrats and a foreign governor has exploded into a riots in $CAPITAL$. Many $COUNTRY_ADJ$ citizens wish to see $COUNTRY$ freed from the yoke of its oppressor, and are ready to rise up and fight against the foreign armies that are sure to come. The idea that $COUNTRY$ may become a battleground pleases few, however.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97110;The Stirrings of Indian Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97110;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union-- one powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC97111;The people of India are diverse, consisting of numerous cultures and languages throughout the sub-continent. Seldom has there been any serious credence given to the idea of a single union crossing all cultural boundaries, save by force of arms. This has recently changed, with nationalists in $FROMCOUNTRY$ calling for a true India-- one united and powerful enough to resist all imperialist efforts to conquer it. Surprisingly, their calls have received a great deal of attention in $COUNTRY$ and this unified nationalism has been rapidly spreading.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97115;Death of the Maharajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97115;With the death of Ranjit Singh, a vacany has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. Many fear this weakness will surely bring the British down upon the nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97116;With the death of Ranjit Singh, a vacany has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the princes and the Panjabi nobility struggling to maintain power. As Sikhs pour into the British frontier, it seems we are inevitably drawn into the conflict-- and there are some who believe that now might be the perfect time to strike.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97120;Retreat From India?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97120;Our lands in the Indian Raj have been overrun, our enemies among the Indians having successfully driven us off the subcontinent. We have been forced to consider whether we should retreat from India altogether. There are those in the $COUNTRY_ADJ$ government who say the time has come: clearly the Indians wish us gone. Others say we must not submit to what amounts to a temporary setback. The Indians can be forced to submit, if we focus our efforts on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97121;$FROMCOUNTRY$ Retreats From India!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97121;The war with $FROMCOUNTRY$ has come to an abrupt end. With most of $FROMCOUNTRY_ADJ$ India either occupied or in disarray, the $FROMCOUNTRY_ADJ$ government has decided to retreat from the subcontinent completely. Governors have been spotted fleeing, leaving colonial mansions completely emptied. While this does leave the nation in a state of relative chaos, a great $COUNTRY_ADJ$ victory has been achieved! India is at last freed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97150;The Talambó Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97150;An alarming incident has occurred at the Talambó hacienda in Ica. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who has subsequently demanded the $COUNTRY_ADJ$ government issue a full apology to Spain. Considering it was not long ago that $COUNTRY$ fought for its independence from Spain, submitting to such an indignity would go over less than well with the $COUNTRY_ADJ$ people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97151;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some advisors bring up a possibility: if $FROMCOUNTRY$ is this fearful of Spanish power, perhaps now is the time to reassert our authority over our lost Spanish colonies? Cutting $FROMCOUNTRY$ down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97152;News has arrived in $CAPITAL$ regarding an incident in $FROMCOUNTRY$. According to reports, a fight broke out between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If we do not react in kind, we will lose a great deal of credibility. Perhaps now is the time to reassert our authority over $FROMCOUNTRY$? Cutting them down to size may force them to submit to our rule as a vassal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97153;The Spanish Royal Commissary;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97153;A Spanish deputy by the name of Eusebio de Salazar y Mazaredo has arrived to negotiate with the $COUNTRY_ADJ$ government regarding the Talambó incident. The problem, however, is that he carries with him the title of Royal Commissary. This is a title reserved for officials dealing with Spanish colonies, not ambassadors to sovereign nations. This is a deliberate insult to $COUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97155;Submitting to Spain;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97155;We have been overrun by Spain, and now have no choice but to surrender our sovereignty to our former colonial overlords. It is a bitter day.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97156;$FROMCOUNTRY$ Submits;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97156;An envoy from $FROMCOUNTRY$ has arrived with the expected news: they have agreed to submit themselves to Spanish rule once again, if we so choose. Some might wonder if it's worthwhile for Spain to involve itself in South American affairs, particularly since they will ultimately try to rebel out from under us. Perhaps we have proven our point?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97160;The Return of the Imperialists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97160;Spanish imperialism has raised its head once again, with the Spanish throne having gone to war with a neighbour in an effort to restore their lost influence. The $COUNTRY_ADJ$ people are rightfully worried at what this means, and there are calls for us to take a stand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97161;$FROMCOUNTRY$ Protests;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97161;An envoy from $FROMCOUNTRY$ has issued a protest to our involvement in South America, telling us in no uncertain terms that we are not welcome.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97165;Appeal to America?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97165;The United States claims it intends to protect the New World from encroachment from imperial powers in Europe. Now that Spain has made its imperialist intentions evident, perhaps it is time we put the so-called Monroe Doctrine to the test?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97166;$FROMCOUNTRY$ Requests Aid;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97166;The Monroe Doctrine dictates that the United States is responsible for protecting the western hemisphere from encroachment from imperialists in Europe -- such as what Spain is doing right now in South America. $FROMCOUNTRY$ has put the Monroe Doctrine to the test and appealed to us for aid, asking for an alliance in case Spain should decide to expand its influence even further.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97700;Patriot Rebellion!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97700;$COUNTRY_ADJ$ patriots have risen up in $FROMCOUNTRY$, and have gained control of the capital. They send word they wish to bring all our lost provinces back to $COUNTRY_ADJ$ control. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97175;Chaos in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97175;The rebellion in $STATENAME$ has been going on for far too long, and we are in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their nation's independence... and while that isn't yet true, as $STATENAME$'s state of chaos is still far too widespread, it's an embarassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME97180;Return of Our Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97180;Rebels in a neighboring colony have destabilized it enough that the people there are calling out for $COUNTRY$ to restore order. This is our land, and it seems that the western powers have all but abandoned it to chaos. So why shouldn't we intervene? Still, there are some who say this will only damage our relationship with a power... one we cannot afford to anger.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97181;Colonial Uprising in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97181;We have lost control of the situation in $STATENAME$. The rebels have gained sufficient control that they have ejected the $COUNTRY_ADJ$ governors and declared their independence... for now.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97500;Sovereign Authority in the Holy Land;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97500;The French ambassador has arrived with the following demand: they wish the $COUNTRY_ADJ$ government to recognize them as the sovereign authority over the Holy Land in Palestine, turning control over all Christian sites to the French. The Treaty of Küçük Kaynarca signed with Russia in 1774 states that they are the sole protector of Eastern Christians, and should we agree to the French demands it will almost surely lead to conflict with the Russians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97501;$FROMCOUNTRY$ Refuses Our Claim;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97501;The $FROMCOUNTRY_ADJ$ government has refused our demand, stating that the 1774 Treaty of Küçük Kaynarca grants Russia authority over Eastern Christians and not France. More than likely they simply fear what the Russians will do. A show of force combined with the enticement of a protective alliance might compel them, though that will certainly cause friction with the Russians and there are some who say we should discontinue this venture now while we still have the chance.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97502;French Escalation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97502;The French are not willing to abandon their claims to the Holy Land. There have been several demonstrations of naval force along our coast, and these have been combined with offers of protection against Russian retaliation. If we agree, we have a friend in France but almost certainly war with the Russians. If we refuse, very likely we will have a war with France on our hands. Which would we prefer?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97503;The French have successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine, authority which has traditionally belonged to us ever since the 1774 Treaty of Küçük Kaynarca. This is a breach of the treaty and a threat to $COUNTRY_ADJ$ interests in the Holy Land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97504;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97504;$FROMCOUNTRY$ has agreed that the French and the Roman Catholic Church should be the supreme Christian authority in the Holy Land, and have turned over control of Christian holy places-- including the keys to the Church of the Nativity in Bethlehem. This is in contravention to the $FROMCOUNTRY_ADJ$ treaty with Russia, and will no doubt lead to conflict, but is at the same time a boon to our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97505;French Authority in the Holy Land;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97505;Through a combination of military and political pressure, we now have no choice but to accept French claims in the Holy Land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97506;In what is perhaps a foolish move, the French have pressure the Turks into accepting their sovereign authority over the Holy Land in Palestine... authority which has traditionally rested with the Russians since the Treaty of Küçük Kaynarca. The question simply remains whether we should interfere. While holy sites are not our concern, trade routes through the Levant lead to India... and a Russian war with the Turks could directly threaten our interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97507;The War is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97507;Russia has control over $CAPITAL$, and much of our nation is either overrun or in complete chaos. We cannot continue. Our only option may be to surrender to the Russians and negotiate a treaty, in which we will doubtless be forced to hand over many concessions. Failure to do so, or should the Russians refuse our offer, could mean the war continuing for a very long time yet-- and $COUNTRY$'s utter ruin.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97508;The $FROMCOUNTRY_ADJ$ Surrender;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97508;The $FROMCOUNTRY_ADJ$ government has approached us, begging for terms of surrender. It will mean relinquishing our current wargoals and sitting down with them to work out the terms of a treaty once the war is done, but we are confident they will be to $COUNTRY$'s benefit. No doubt the other powers of Europe will be far less pleased, but that is not our concern. Such a treaty will prevent this war from continuing on interminably.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97512;As we suspected, the terms of Russia's treaty are punishing indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97510;The Treaty of Paris;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97510;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. One of the provisions set out is that the newly-united Romanians would receive the Budjak in southern Bessarabia (also known as Izmail). Refusing would put us at odds with the rest of Europe and perhaps lead to further war. Accepting might repair some of our relations with Romania, but would definitely be a blow to our prestige and our interests in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97515;Romanian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97515;To this day we remain a subject of the Turks. A growing movement has demanded our indpendence, and there are those who believe an offer of alliance with the Russians along with a guarantee of returning their lands in southern Bessarabia might entice them to support our efforts. Still others fear what a war of independence with the Turks will do to our nation. Is it worth it?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97516;The Romanians have approached us with a deal: in exchange for our assistance in their war of independence against the Turks, they will return our lands in southern Bessarabia. It is a way to regain our influence in the region, though it does come with a steep price.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97517;The Russians Have Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97517;We have received word from the Russian government: they have agreed to support our claim of independence in exchange for Izmail.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97518;The Russians Have Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97518;We have received word from the Russian government: they have refused to support our claim of independence in exchange for Izmail. We are on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97525;The cursed Romanians have coaxed the Russians into declaring war on us in support of their independence. We cannot let this stand!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97526;The Romanians have foolishly declared them independence. We must take action at once!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97550;The Federal Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97550;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. At this point, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97551;Costa Rica Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97551;With rebels in Nicaragua having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in southern Costa Rica. Government authorities have withdrawn as locals have overtaken the capital in San Jose.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97552;Nicaragua Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97552;With rebels in Honduras having already declared its independence from the Federal Republic, it has become next to impossible for the government to maintain order in Nicaragua. Government authorities have withdrawn as locals have overtaken the capital in Managua.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME975521;Honduras Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC975521;With rebels rampant in the south, it has become next to impossible for the government to maintain order in Honduras. Government authorities have withdrawn as locals have overtaken the capital in Comayagua.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97553;Order Restored in El Salvador;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97553;The government has managed to restore order in the El Salvador region. Officials in San Salvador have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97554;Order Restored in Honduras;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97554;The government has managed to restore order in the Honduras region. Officials in Comayagua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97555;Order Restored in Nicaragua;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97555;The government has managed to restore order in the Nicaragua region. Officials in Managua have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97556;Order Restored in Costa Rica;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97556;The government has managed to restore order in the Costa Rica region. Officials in San Jose have re-dedicated themselves to the future of the union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97560;End of the Republic?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97560;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether we should fight to preserve what we have. Some consider that to be an impossible task, though liberals argue that we should not allow conservatives doom the region to a future of division and internal squabbling.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97561;Rebels in $CAPITAL$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97561;With our forces off valiantly facing the enemy, rebels have taken advantage of the situation and stormed $CAPITAL$. They have taken over the $COUNTRY_ADJ$ government and already done a great deal of damage in order to drive out foreign influence in $COUNTRY$. Without the forces to oppose them, there is little we can do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97562;$CAPITAL$ Burns;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97562;$CAPITAL$ has been taken by the enemy, and a great deal of $COUNTRY$ is lost to our control. Many are saying that we only continue the war because our foreign masters insist that we do so, and that the time has come for us to let go of these ties-- no matter the consequences. Perhaps they are right, though it seems the situation is dire for $COUNTRY$'s future no matter what we do.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97566;Trouble in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97566;The $FROMCOUNTRY_ADJ$ government is besieged by rebels, and threatens to fall if they do not receive assistance from $COUNTRY$. They warn us that if the rebels are successful, it's very likely that $FROMCOUNTRY$ would cease to be in $COUNTRY$'s sphere of influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97570;Conflict with the Xhosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97570;Once again, conflict with the native Xhosa has flared into violence in our Cape Colony. A band of Xhosa warriors spilled across the border, stealing cattle and burning down a host of British farmsteads. Colonial citizens are demanding that the governor take action.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97571;The Final Straw;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97571;We have received reports from the Cape Colony that there has been yet another outbreak of violence between the Xhosa natives and the colonials. This time it is evidently caused by natives returning from the diamond mines, attempting to take back control of their lands without any consideration for due process. Many within the Cape Colony believe it is time that the military moved in and took over their lands completely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97605;Kurofune;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97606;Commodore Perry Successful;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97606;Commodore Perry has returned from his mission to Japan with a treaty in hand: we have gained numerous trade concessions, but more importantly we have cracked open the shield that is Japan's policy of isolation. This is a great coup for American diplomacy and influence in the Far East.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97607;The Japanese Are Defiant!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97607;Commodore Perry has returned from his mission to Japan with unfortunate news: they have chosen to defy his ultimatum and thumb their collective noses at our government. Should we back down now, it will be a great blow to our prestige and our influence in the Far East.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97608;Japanese Surrender?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97608;We are being overwhelmed by the superior might of western armaments. Despite the loss of face, we must consider offering the hated foreigners terms of our surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97609;The Japanese Have Surrendered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97609;We have formally concluded a treaty with the Japanese which will see our influence restored, and our demands for their ports to be opened to our ships to be met. Additionally, an indemnity will be placed upon their government to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97610;The Japanese Have Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97610;Despite the overwhelming odds against them, the Japanese have refused our generous offer of surrender.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97615;Sonno Joi;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97615;'Revere the emperor and expel the barbarians!'\n\nThis is the slogan chanted by neo-confucian activists, reacting to the Tokugawa shogunate's opening of Japan to foreigners. There have been growing reports of violence all over the country, primarily against foreign visitors and statesmen but also against the shogunate itself. Each incident chips away at Tokugawa control over the daimyo and erodes relations with the western powers.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97616;$PROVINCENAME$ Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97616;There has been an incident in $PROVINCENAME$ where samurai, acting under the political slogan of 'Sonno Joi', have committed violence against foreigners conducting business in $STATENAME$. The incident has affected the Tokugawa shogunate's relations with foreign powers, as well as incited locals into riot.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97617;Order to Expel the Barbarians;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97617;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, is a challenge to the shogunate's power, and may serve to further incite rebellion.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97618;In an unprecedented move, the Imperial Court has issued an edict to expel the foreign barbarians present in Japan. This runs in contravention to the traditional role of the Emperor as a figurehead, and is a challenge to the shogunate's power. The $COUNTRY_ADJ$ clan must decide whether it supports the Emperor's edict or quietly opposes it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97620;The Death of Iesada;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97620;Tokugawa Iesada, the 13th shogun of Japan, has died childless. This has begun a struggle within the bakufu to select a replacement. The southern tozama daimyo wish to see Tokugawa Yoshinobu become shogun, while the fudai daimyo and shogunate officials are more in favor of Tokugawa Iemochi-- even though he is still but a child. It seems certain that, no matter which candidate is victorious, the disaffected daimyo will see this as a loss of power and make trouble.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME97621;Tokugawa Yoshinobu is Shogun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97621;The shogunate has taken a step in the right direction and appointed Tokugawa Yoshinobu as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the tozama daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the tozama will be permitted more influence within the shogunate.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97622;Even though the fudai daimyo, the relatives and close allies of the Tokugawa clan, supported the appointment of young Iemochi as the new shogun following Iesada's death, instead the leader of the bakufu will be Yoshinobu... a candidate favored by the outsider tozama daimyo. The fudai are growing increasingly alarmed at the insidious influence of the tozama, and there is a stirring sentiment that perhaps the time has come for a grander change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97623;Tokugawa Iemochi is Shogun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97623;Pandering once again to the fudai daimyo, all relatives and close allies within the bakufu, the child Iemochi has been appointed shogun-- instead of the more sensible candidate chosen by the tozama. It is becoming increasingly clear that a larger change is necessary. Perhaps the time has come for the Emperor to rule Japan, a single leader to bring the nation into this new era?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97624;The shogunate has taken a step in the right direction and appointed Tokugawa Iemochi as the new leader of the bakufu following the death of Iesada. This was always the preferred choice of the fudai daimyo, and perhaps it is a sign that the bakufu is not only willing to do what it must to keep Japan strong but also a sign that the outsider tozama will have their influence in the bakufu kept to a minimum.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97625;Sakuradamon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97625;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point. Many are urging that a policy of Kobu Gattai-- a union of the bakufu and the imperial court-- may be required.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97626;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, and thus the bakufu has begun a compromise policy of Kobu Gattai-- a union of the bakufu and the imperial court. Some are seeing this as a sign of further weakness.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97627;The shogun's Chief Minister has been assassinated by ronin samurai outside the very gates of Edo castle! Though the ronin were either cut down or committed seppuku, a manifesto found on their bodies makes it clear their act was a reaction to the recent purge instigated by the Chief Minister against agitators within the shogunate. This is a clear sign that upheaval against the bakufu has reached an unacceptable point, yet the shogunate refuses to compromise with the imperial court. Many are certain this will only speed up the coming conflict.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97630;The Death of Emperor Komei;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97630;There are some who believe that Emperor Komei was assassinated-- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the bakufu and the imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne and eliminated any chance of compromise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97636;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the outsider tozama, perhaps seeking new allies. If so, this compounds injury with insult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97637;There is a growing restlessness among the daimyo, with some whispering that the Tokugawa shogunate has grown weak and is unable to deal with the encroachment of foreign powers. We have received word that the shogunate has consulted with the fudai daimyo, perhaps seeking new allies. This is hardly unexpected, though the tozama agree this makes it clear that the shogunate is not the future of Japan.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97640;The Meiji Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97640;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. The $COUNTRY_ADJ$ must make a decision: do we throw in our support with the imperial court, or do we uphold our duty and support the shogun?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97641;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have seized control of the palace at Kyoto and declared they intend to see the emperor restored to rule over Japan. Word has it they have recruited fellow daimyo to stand with them in this traitorous war. We must issue a call to our allies and move at once!\n\n§RNOTE: To win this war, you must occupy Kyoto and the rebellion leader's capital. You must not allow Edo to become occupied, and you cannot White Peace. If you White Peace, you lose.§W;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97642;The $FROMCOUNTRY_ADJ$ clan has made a bold move: they have declared they intend to see the emperor restored to rule over all of Japan. We have little choice, as they have forced our hand. Either we rise up against the Shogun now, or the Shogun will assume we are behind the rebellion even if we are not. The time has come to fight!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97645;We Are Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97645;The Edo palace has been occupied, and our loyal daimyo are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Emperor his victory. There is a place for the Tokugawa within the new order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97646;The Meiji Restoration;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97646;$COUNTRY_ADJ$ clan forces have marched triumphantly into Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku, the Imperial Court now rules Japan once again. Victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC97647;Emperor Meiji has been restored to rule over Japan. An imperial messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our willing allegiance to the Emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME97648;A New Capital in the East?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97648;While Kyoto has long been the capital of Japan, and home to the Imperial Court, the city of Edo has become the de facto capital-- for centuries it has been the center of shogunate power, as well as a cultural and administrative center. The Emperor will need to decide whether the court should move to Edo and create a new capital... or remain in Kyoto and revitalize it instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME97650;We Are Defeated;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97650;The Imperial palace at Kyoto has been occupied, and our daimyo allies are on the retreat. Our advisors tell us that our only option is to lay down our arms and allow the Shogun his victory. If we are fortunate, the $COUNTRY_ADJ$ clan will not be wiped out by this unfortunate turn of events.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97651;Tokugawa Victory;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97651;Tokugawa clan forces have marched triumphantly into Kyoto, and the traitor daimyos have agreed to a permanent peace. The Bakumatsu has ended with the shogunate in control once again-- victory is ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC97652;The Tokugawa shogunate has once again asserted control over Japan. A bakufu messenger has arrived at the $COUNTRY_ADJ$ palace in $CAPITAL$ to demand our submission to direct rule from Edo.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97605;More 'black ships' have appeared off our shores, these ones commanded by an American named Commodore Matthew Perry. The ill-tempered westerner is demanding an end to the Japanese policy of Sokoku-- specifically trading rights in several ports, extraterritoriality for American sailors and protection for their shipwrecks. At first he demanded to negotiate with the Emperor, but that is impossible. Thus it falls to the Shogun to either agree to his demands, risking the appearance of weakness, or refuse and bring the wrath of the Americans upon us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME97660;The Taisho Era;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97660;With the ascension of Emperor Taisho, whose poor health has prompted a shift in political power from Japan's old guard to the Imperial Diet, democratic parties are beginning to see their influence spread throughout the country. Though democratic tradition is not deeply rooted, the idea of enfranchisement as a right of the individual Japanese citizen has become far more broadly accepted. Students, university professors and journalists inspired by Western schools of thought have organized public demonstrations to demand new reforms.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME97665;The Satsuma Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97665;A growing dissatisfaction among the former samurai with the abolition of the han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97670;The Northern Islands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97670;The islands of Sakhalin and the Kurils are a natural extension of our holdings on Hokkaido, and we must seek to claim these places before the Russians do so first.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97673;The Path of Progress;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97673;$COUNTRY$ has followed a militaristic path until now, determined to set ourselves against our neighbours in the interest of security-- while risking that security with dangerous wars. The new $COUNTRY_ADJ$ government has determined that this must change. We must follow a path of progress, and instead devote outselves to technology and westernization if we are to remain free and whole.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97674;The Line of Advantage;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97674;The $COUNTRY_ADJ$ government has followed a policy of progress and westernization until now, hoping that advancing $COUNTRY$ to match the Western powers would keep us safe. We now see this is in error, and that only by an aggressive expansion of our borders can we hope to maintain the security of $COUNTRY$ proper.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97675;China in Chaos;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97675;The Chinese have fallen into warring factions, all but crumbling their power and leaving us an advantage we would be fools not to exploit. The Line of Advantage policy dictates that we should strike, and strike soon.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME97676;War With $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97676;Believing $COUNTRY$ to be weak, the hated Japanese have decided to strike at us and take control of our government. They shall find us a difficult target!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97677;The Korean Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97677;Our nation's policy of the Line of Advantage dictates that we must expand our borders if we are to maintain security. Naturally, our most vulnerable point lies in neighbouring Korea. They must either be brought under our direct control or made into a vassal if $COUNTRY$ is to be kept safe. Already $COUNTRY_ADJ$ generals are clamoring for war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97678;The Formosa Question;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97678;The recent murder of Japanese sailors off the coast of Formosa has given rise to a question within the $COUNTRY_ADJ$ government: should we use this excuse to step in and wrest control of the southern island? The Line of Advantage is clear, dictating that the land would be invaluable to our goals. But are we willing to risk such a war?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME97679;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC97679;After the recent murders of a number of $FROMCOUNTRY_ADJ$ sailors off the coast of Formosa, the $FROMCOUNTRY_ADJ$ government has delivered a demand: turn over the island, for the sake of their security, or it shall be war between $FROMCOUNTRY$ and $COUNTRY$. We know this is just an excuse for their militarist expansion... but can we stand up against their might?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC97700;$COUNTRY_ADJ$ patriots have risen up in $FROMCOUNTRY$, and have gained control of the capital. They send word they wish to bring all our lost provinces back to $COUNTRY_ADJ$ control. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98000;Border Dispute with the Zulu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98000;The Zulus have slaughtered a $COUNTRY_ADJ$ regiment that entered their territory without our authority. While we had not been seeking a war with the Zulus, now our hand is forced. We must either back down and apologize, or see this through to the bitter end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98001;The South African Union ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98001;The time has come to consider joining the South African union. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98002;Annexation of the Transvaal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98002;Our colonial governor in South Africa declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and we must consider the idea that keeping them out of the hands of competitors for African dominance is just as much reason to annex them as using those resources for our ourselves. The Boer resistance has proven embarrasing. If we do not answer this with force, it will make the $COUNTRY_ADJ$ look weak to the world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98003;The Anglo-Boer War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98003;The $FROMCOUNTRY_ADJ$ have gone to war with the Transvaal, and many Boers are fearful that $COUNTRY$ will surely be next. They are crying out to our government to ally with the Transvaalis and stop the $FROMCOUNTRY_ADJ$ from taking away their lands and their rights.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98004;South Africa is Ours!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98004;We control the entire Cape Colony. There is no question now as to who the masters are in South Africa: the Boers. The time has come for us to end the war and unite the Boers under a single flag.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98005;Appeal From $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98005;We have been approached by $FROMCOUNTRY_ADJ$ diplomats desperate for help in their war. Though they are loathe to do so, they are asking for $COUNTRY_ADJ$ protection. If we provide it, it does mean we establish an excellent claim over their territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98006;The Boer Exodus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98006;With 'the Great Trek' underway, many of the Boers are eager to leave the Cape Colony behind and travel to either the Transvaal or the oranje Free State where they feel they will be free to pursue their own interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98007;Hungarian Revolutionaries;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98007;There has been general discontent among the Hungarians, and a group of young revolutionaries have appeared to demand a number of concessions including freedom of the press. Giving them even that will not satisfy them completely, but it might give the government time to put down this rebellion before it begins.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98008;Czech Radicals Attempt Coup;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98008;A group of Czech radical democrats attempted to overthrow the government in a coup. They were unsuccessful, but their actions have inspired their countrymen to rise up in demand of freedom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98100;The Ladder Conspiracy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98100;The treatment of slaves in Cuba has become increasingly harsh after recent unrest, culminating in the so-called 'Ladder Conspiracy' which relates to a method of torture involving tying a slave to a ladder and whipping them until they confess or die. Reformists in the colony have been calling for a change in Spanish policy and an end to the slave trade there. Failure to do so could result in more uprisings, but bowing to such pressure could have serious repercussions back home.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98105;The Cry of Yara;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98105;Cuban sugar mill owner Carlos Manuel de Céspedes has issued the 'Grito de Yara', the 'Cry of Yara', declaring Cuban independence from $COUNTRY$ and freedom for his slaves. The man has many followers, and his call has spread rapidly throughout the colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98200;The Great Boer Trek;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98200;The Boers are descendants of Dutch settlers in the eastern Cape Colony, and they have never sat well with British rule. More and more of them are leaving their farmsteads and moving to the east and the northeast, encroaching on territory traditionally ruled by the Xhosa and the Basotho. Conflict with those native peoples appears to be inevitable, as perhaps is conflict with the Boers themselves should we allow any lands they claim to remain independent. As far as the British government is concerned, the Boers are British subjects... no matter where they go.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98205;Invasion of the Laagers;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98205;The Boers are eager to get away from British rule, slowly leaving the lands of the Cape Colony and heading both east and north into the African wilds. The ones heading east are encroaching on Zulu territory, however, and it seems there is no end to them. They possess firearms, but we have the superior manpower... and all our chiefs agree on one thing: if we do not do something about the Boers now, they will dominate our territory and turn the Zulu people into colonial subjects.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME98206;The Battle of Blood River;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98206;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River, prompted by the massacre of Piet Retief and his fellow pioneers after they attempted to negotiate borders for the new Natal settlement. The Voortrekkers won a decisive victory at the battle, and have now carved out a new colony-- with the only question remaining whether the British will recognize their independence or continue to treat them as subjects of the crown. Either way, further conflict seems certain.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98207;The Natalia Republic;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98207;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether we will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to our African ambitions.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98210;British Rule of Natal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98210;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military foces, and the recommendation of the colonial government is that Natal be annexed before the situation grows worse. If we do not, then we must allow the Boers to find their own way-- and suffer the loss to our prestige this would entail.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98211;Natalian Independence!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98211;After a series of altercations between British colonial forces and the Boer militia, the British crown has decided to cut its losses and allow Natal its independence. Finally we will control our own destiny, away from the British now and forever!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98212;The Annexation of Natalia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98212;After a series of altercations between British colonial forces and the Boer militia, we have received a demand from the British government that Natalia be annexed into the Cape Colony. For all our struggles to leave the British behind, they yet follow us and refuse to allow us independence! So now we are faced with a choice: submit and move on, to find a place beyond their reach once more, or defy them and risk war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98213;The Boers Have Refused!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98213;We have received word from the Natalian government defying our annexation. Now we must either go to war or stand down in humiliation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98215;The Orange River Sovereignty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98215;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Basotho. After a number of skirmishes with natives, they have come to dominate the Orange River valley and established a new colony-- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98216;The Boers Overtake the Orange Valley;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98216;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Orange Valley and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98220;The Transvaal Sovereignty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98220;The Boers have been slowly trekking north from the Cape Colony into areas normally claimed by the Ndebele. After a number of skirmishes with natives, they have come to dominate the Transvaal and established a new colony-- one that is still technically under $COUNTRY_ADJ$ jurisdiction.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98221;The Boers Overtake the Transvaal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98221;We have endured the presence of the Boers, colonists who resent the British and who have been trekking north to avoid their rule, for several decades now. We even thought it was possible to co-exist peacefully. After a number of skirmishes, all ending with our defeat at the hands of their firearms, they have taken over our land in the Transvaal and declared it their own. This is an outrage... yet what can we do?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98225;The Boer Exodus;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98225;With 'the Great Trek' underway, many of the Boers are eager to leave $PROVINCENAME$ behind and travel to either the Transvaal or the Oranje Free State where they feel they will be free to pursue their own interests.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98230;Sand River Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98230;$FROMCOUNTRY_ADJ$ colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for our independence. They wish to see $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ remain strong, and would see us abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in our territory ('uitlanders', as they are called). While our independence is a foregone conclusion, we must decide just how much we abide by their demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98231;Orange River Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98235;Migrants have been moving in large numbers through our African colonies on their way to the newly incorporated town of 'Johannesburg', on the edge of the Witwatersrand mountains, where a major gold rush is taking place. The massive influx of foreign residents to the area is causing trouble along our borders and friction between our governments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98236;Kimberley Goldrush;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98236;Gold has been discovered in the Kimberley province, leading to claims from both the Transvaal and Oranje governments that the region rightfully belongs to them. Mediation by the colonial government has led to Kimberley being awarded to the griquas-- who have subsequently consented to annexation by $COUNTRY$. This has led to considerable bad blood between the Boer and $COUNTRY_ADJ$ governments.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98240;The South African Union ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98240;The time has come to consider joining the South African union. ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98241;Appeal From $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98241;We have been approached by $FROMCOUNTRY_ADJ$ diplomats desperate for help in their war. Though they are loathe to do so, they are asking for $COUNTRY_ADJ$ protection. If we provide it, it does mean we establish an excellent claim over their territory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98245;Annexation of the Transvaal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98245;Our colonial governor in South Africa declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and we must consider the idea that keeping them out of the hands of competitors for African dominance is just as much reason to annex them as using those resources for our ourselves. The Boer resistance has proven embarrasing. If we do not answer this with force, it will make the $COUNTRY_ADJ$ look weak to the world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98246;The Anglo-Boer War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98246;The $FROMCOUNTRY_ADJ$ have gone to war with the Transvaal, and many Boers are fearful that $COUNTRY$ will surely be next. They are crying out to our government to ally with the Transvaalis and stop the $FROMCOUNTRY_ADJ$ from taking away their lands and their rights.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98247;South Africa is Lost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98247;The Boers have proven far more resilient than we ever would have thought possible, and now we face the humiliating prospect of surrendering the Cape Colony to them. It seems we have little choice, with the war going so badly and Cape Town already occupied. All we can do is decide whether we will pursue a conciliatory path with the Boers and perhaps make them future allies or aim at returning in the future and reclaiming what has been lost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98248;The Treaty of Vereeniging;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98248;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone is one of reconciliation, and it is clear the $FROMCOUNTRY_ADJ$ wishes to build good relations with us after the business of this war is done.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98249;$FROMCOUNTRY$ has sent negotiators to work out the terms of their surrender. The tone of the talks has been very bitter, and it's clear the $FROMCOUNTRY_ADJ$ government will do all it can to return and trouble us again in the future.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98250;Border Dispute with the Zulu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98250;The Zulus have slaughtered a $COUNTRY_ADJ$ regiment that entered their territory without our authority. While we had not been seeking a war with the Zulus, now our hand is forced. We must either back down and apologize, or see this through to the bitter end.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98255;Conflict with the Xhosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98255;Once again, conflict with the native Xhosa has flared into violence in our Cape Colony. A band of Xhosa warriors spilled across the border, stealing cattle and burning down a host of British farmsteads. Colonial citizens are demanding that the governor take action.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98256;The Final Straw;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98256;We have received reports from the Cape Colony that there has been yet another outbreak of violence between the Xhosa natives and the colonials. This time it is evidently caused by natives returning from the diamond mines, attempting to take back control of their lands without any consideration for due process. Many within the Cape Colony believe it is time that the military moved in and took over their lands completely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98260;Walvis Bay;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98260;Other European nations are eyeing the region of Namaqualand, directly to the north of our holdings in the Cape Colony. To forestall their ambitions, it has been recommended that we establish an enclave at Walvis Bay and incorporate it into our southern colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98261;The Northern Cape Colony;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98261;Many British settlers are pushing north of the Cape Colony into areas only tenuously claimed by our government. We should consider increasing our presence in the region and establishing greater colonial government, before another country comes and claims it instead.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98300;War-Time Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98300;As the $COUNTRY_ADJ$ election begins, the people are all too keenly aware that the nation exists in a state of war. Debates in $CAPITAL$ rage over the state of the war, though the overwhelming feeling is that now more than ever citizens should be supporting the $COUNTRY_ADJ$ government. Still, there are some who believe that now is the perfect time for change.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98301;Violent Elections;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98301;As the $COUNTRY_ADJ$ election begins, there is a general sense that things are not going to proceed smoothly. A sense of change is in the air, and while not everyone wants that change it seems there are many who have leapt upon the election as a chance to make it happen. A recent riot in $CAPITAL$ was only barely kept under control, and debates elsewhere in $COUNTRY$ are threatening to erupt into further violence as neither side is willing to budge.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98302;Anger Against the Government;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98302;$COUNTRY$ has its share of problems-- and as the current election gets underway, there is a sense among many that the current government is to blame. Justified or not, that anger has instilled a sense that a regime change may be in the offing. Those who previously had never considered voting for any other party than the one in power are now considering doing just that.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98303;Contentious Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98303;As the $COUNTRY_ADJ$ election gets underway, it becomes clear it will be a contentious one. The issues are clear and the battle lines between parties drawn, and there are those who believe that while violence may not be the result the toppling of the current $COUNTRY_ADJ$ regime could be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98304;Government Supporters Rally;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98304;With the $COUNTRY_ADJ$ election underway, supporters of the current regime have rallied in $CAPITAL$. They claim that stability is required to deal with the problems facing $COUNTRY$, and are actively trying to shout down opposition. Whether this will mean a victory in the current election is unknown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98305;Orderly Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98305;The $COUNTRY_ADJ$ election is underway, and so far has proceeded smoothly. Debates are being carried out in the usual manner, and there are no reports of violence in $CAPITAL$ or elsewhere. Supporters of the ruling regime have turned out in force, as have the hopefuls seeking to defeat the current government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98310;Conservatives Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98310;The $COUNTRY_ADJ$ election has ended, with the leader of the conservative party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98311;Socialists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98311;The $COUNTRY_ADJ$ election has ended, with the leader of the socialist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98312;Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98312;The $COUNTRY_ADJ$ election has ended, with the leader of the liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98313;Communists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98313;The $COUNTRY_ADJ$ election has ended, with the leader of the communist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98314;Fascists Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98314;The $COUNTRY_ADJ$ election has ended, with the leader of the fascist party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98315;Reactionaries Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98315;The $COUNTRY_ADJ$ election has ended, with the leader of the reactionary party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98316;Anarcho-Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98316;The $COUNTRY_ADJ$ election has ended, with the leader of the anarcho-liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98317;Social Liberals Declare Victory!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98317;The $COUNTRY_ADJ$ election has ended, with the leader of the social liberal party declaring victory from the steps of the presidential palace in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98400;The Jewish Diaspora;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98400;Now that a true Jewish homeland has been established, Israel will begin to draw many Jewish people who live in countries across the world-- though this will inevitably anger many neighboring Islamic countries who object to its presence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98405;The Jewish Homeland;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98405;Jewish families in $PROVINCENAME$, having originally arrived in $COUNTRY$ as a result of the diaspora," are reportedly planning on emigrating to Israel-- the newly-established Jewish homeland in the Palestine. We could encourage them to remain, but that might not be a simple matter.;;;;;;;;;;;;x",,,,,,,,,,,,,,,,,,,, -EVTNAME98600;$COUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98600;There has been an increasing desire among the people of $COUNTRY$ to gain our full independence. Crowds gathering in $CAPITAL$ have demanded an end to rule by our distant overlords, and while many in the government are sympathetic with their cries there are also those who fear such a demand could lead to war. Any attempts to achieve independence should ideally take a diplomatic route first, with friendly ties maintained if peaceful separation becomes a reality.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98605;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98605;Diplomats from $FROMCOUNTRY$ arrived in $CAPITAL$ this month, presenting a formal request for their full independence from $COUNTRY$. They assure us that they fully intend to maintain ties with our nation, and have agreed to move forward as $COUNTRY_ADJ$ allies, but that they desire their freedom even so. There are many who feel such a request is beyond the pale and must be refused out of hand. Still others say that if $FROMCOUNTRY$ is denied, we could be facing a rebellion -- and is it not better than to have a friendly ally than a recalcitrant and unwilling subject?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98606;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98606;Not unexpectedly, the $FROMCOUNTRY_ADJ$ government has denied our request for independence. It seems our only option is rebellion -- as unrealistic as some claim that option to be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98607;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98607;Our diplomacy has proven successful: $COUNTRY$ has been granted full autonomy, on the condition that friendly ties be maintained with $FROMCOUNTRY$. Crowds have gathered in $CAPITAL$ to cheer on our Independence Day!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98610;$FROMCOUNTRY$ Demands Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98610;It appears the time for diplomacy has ended. We have received word from the $FROMCOUNTRY_ADJ$ government that they have demanded independence-- or it will be war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME98611;Must We Fight Alone?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98611;Since $COUNTRY$ was denied its independence, there has been talk of open rebellion in the streets of $CAPITAL$. Fighting against our overlords might surely result in us being crushed, however. Since we have no recourse, secretly approaching some of the enemies of our overlord might gain us some allies in the war to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98612;$FROMCOUNTRY_ADJ$ Independence?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98612;Representatives from $FROMCOUNTRY$ have quietly approached us, asking to set up an alliance with $COUNTRY$ should their demand for independence go unheeded. So far, they say, diplomatic efforts have proven fruitless... so $COUNTRY_ADJ$ assistance would be invaluable to them, and perhaps gain us a new ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98620;Christian Oppression;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98620;The Ottoman government had a number of policies regarding the treatment of Christians within the Empire which were considered oppressive: the capitulation tax, known as the Jizya, as well as controls over Christians which did not permit them to become soldiers or hold public office. It was not until the Hatt-i Humayun in 1856-- also known as the Imperial Reform Edict, part of the Tanzimat Reforms-- that things actually began to improve for minorities.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98625;The Kanûn-i Esâsî;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98625;A group of liberal intellectuals known as the 'Young Ottomans', led by the statesman reformer Midhat Pasha and influenced by the Liberal Revolutions elsewhere in Europe, have proposed a new constitution-- the 'Kanûn-i Esâsî' or 'Basic Law'-- which would see an elected parliament created, would limit the powers of the Sultan, and speed up the Tanzimat Reforms. Conservative members of the Ottoman government claim that giving into these liberals will only speed up the erosion of long-held traditions, while others say that the reforms are sorely needed to stave off the decline of the Empire at the hands of nationalists.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME98626;The Empire in Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98626;The current state of unrest within the Empire has reached the point where the Sultan has been advised to abrogate the Ottoman Constitution. Absolute power must be returned to the monarchy in order to stamp out the militants-- and while there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force-- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98630;Inspired Nationalists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98630;With the recent loss of European territories, nationalists within $COUNTRY$ have been inspired to rise up. $COUNTRY_ADJ$ officials are concerned we could be seeing a string of rebellions in the years to come, and already the army is scrambling to contain any efforts at rebel organization.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98635;The Young Turks;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98635;Spurred on by the continuing lack of reform, Ottoman liberals have radicalized into the 'Young Turks'. They seek to restore the consitutional monarchy, by force if need be, and there are those who have advised the government that these liberals must be dealt with harshly before they grow into a real problem.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98636;Turkish Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98636;Turkish liberals have grown increasingly defiant of the Ottoman monarchy-- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline, and that the way to restoring the nation's glory is to put the good of the Turkish people ahead of all other concerns... including religious.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98650;$FROMCOUNTRY_ADJ$ Unification!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98650;The call from $FROMCOUNTRY$ has come to $COUNTRY$, asking us to unify with their nation into a greater state-- one which will forge a greater power in a new world order. There are those $COUNTRY_ADJ$ citizens who fear losing our identity in such a union, but many welcome the nation and rightly state that $FROMCOUNTRY$'s influence in $COUNTRY$ is already great. If we deny the union, the $FROMCOUNTRY_ADJ$ government may decide to enforce their claim on us whether we like it or not.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98651;Islamic Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98651;The call from $FROMCOUNTRY$ has come to $COUNTRY$, asking us to unify with their nation into a greater Islamic state-- one which will forge new world power. There are those $COUNTRY_ADJ$ citizens who fear losing our identity in such a union, and some who object to our joining with a country ruled by fundamentalists. But, for the good of all Islamic peoples, should we not consider our fate?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98655;Hungarians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98655;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures even if it means giving up some of their traditional claims to those lands. We may now proceed to propose the union to other local governments with full confidence that both our governments are behind it.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98656;The Hungarian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98656;After much discussion and deliberation, the Hungarians have agreed to expand the Austro-Hungarian union into a federation with the other Danubian cultures... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Hungarian people. Sadly, this appears to be as far as their government will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98657;The Hungarians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98657;After much discussion and deliberation, the Hungarians have outright refused the proposed federation. They do not wish to lose their equal standing with the Austrian government, and see no benefit in surrendering claims to their traditional territories. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Hungarian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98660;Czechs Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98660;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98661;The Czech Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98661;After much discussion and deliberation, the Czechs have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Czech people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98662;The Czechs Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98662;After much discussion and deliberation, the Czechs have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Czech people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98665;Romanians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98665;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98666;The Romanian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98666;After much discussion and deliberation, the Romanians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Romanian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98667;The Romanians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98667;After much discussion and deliberation, the Romanians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Romanian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98670;Croatians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98670;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98671;The Croatian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98671;After much discussion and deliberation, the Croatians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Croatian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98672;The Croatians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98672;After much discussion and deliberation, the Croatians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Croatian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98675;Slovenes Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98675;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98676;The Slovene Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98676;After much discussion and deliberation, the Slovenes have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovene people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98677;The Slovenes Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98677;After much discussion and deliberation, the Slovenes have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovene people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98680;Slovakians Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98680;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98681;The Slovakian Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98681;After much discussion and deliberation, the Slovakians have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Slovakian people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98682;The Slovakians Refuse Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98682;After much discussion and deliberation, the Slovakians have outright refused the proposed federation. We can ignore their refusal and proceed with the federation anyhow, but not without upsetting the Slovakian people greatly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98685;Polish Agree to Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98685;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation without reservation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98686;The Polish Counter-Proposal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98686;After much discussion and deliberation, the Polish have agreed to the proposed Danubian Federation... on one condition: that they be elevated to a fully autonomous state tied to the federation only in matters of foreign relations. We can ignore their proposal, but not without causing a great deal of discontent among the Polish people. Sadly, this appears to be as far as they will go on the matter.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME98710;The Hungarian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98710;Resentment has been brewing among Hungarians ever since the federation's formation. Their leaders have been loudly proclaiming that they gave no approval for this violation of their constitutional rights, and that German officials proceeded regardless of Hungarian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98711;The Czech Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98711;Resentment has been brewing among the Czechs ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Czech concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98712;The Romanian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98712;Resentment has been brewing among the Romanians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Romanian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98713;The Croatian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98713;Resentment has been brewing among the Croatians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Croatian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98714;The Slovene Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98714;Resentment has been brewing among the Slovenes ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovene concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98715;The Slovakian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98715;Resentment has been brewing among the Slovakians ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Slovakian concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98716;The Polish Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98716;Resentment has been brewing among the Polish ever since the federation's formation. Their leaders have been loudly proclaiming that German officials proceeded regardless of Polish concerns. In some cities, the protests have even become violent and authorities report difficulty in keeping things under control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98720;End of the Federation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98720;With the loss of Hungary, the entire basis for the Danubian Federation has begun to crumble. The other ethnic groups are questioning the dominance that the German majority will exert without the Hungarians to counter-balance them, and increasingly there are demands for the federation to be undone. Some Germans are fine with this, preferring to return to the Austria that was, but many of them say that these other groups should not be permitted to break away. They say the Austrian Empire should be restored-- by force, if need be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC98721;With the Danubian government having become a totalitarian regime, resentment among the various ethnic groups has reached a boiling point. They are demanding their independence, something which would see an end to the federation as it currently exists. The German majority is fine with this, though some are also suggesting the temerity of these rebels is beyond the pale and the federation should be maintained-- by force, if need be.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME98725;The Call for Arab Unity;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98725;The call has gone out across the world: a nation has risen to lead the arab masses into the future, a greater power that can withstand the onslaught of colonialism by the European powers. They must rise up and join $COUNTRY$, or forever spend their lives as servants to foreign masters.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME98735;Islamic Fervor in $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98735;A sentiment of Islamic nationalism is sweeping $COUNTRY$, as people begin to clamor for unification with the Islamic Caliphate. We have little reason to doubt that they would object to a petition of annexation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME98800;$STATENAME$ Colonial Incorporation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC98800;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98805;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Togolese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98806;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gambian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98807;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ivorian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98810;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sierra Leonean colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98815;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Guinean colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98820;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Senegalese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98822;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Algerian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98825;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Nigerien colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98830;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Chadian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98835;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Cameroonian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98837;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Gabonese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98840;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Congolese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98845;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Free Congo State colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98852;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Central African colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98858;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Sudanese colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98860;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zambian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98865;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Kenyan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98870;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Tanganyikan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98875;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Malian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98880;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Libyan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98883;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Zanzibar colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98884;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Angolan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98885;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mozambican colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98890;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Mauretanian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98891;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into Morrocco.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98892;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ghanian colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98893;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Burkinabe colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTDESC98895;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Ugandan colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1316081;The Kowloon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316081;A drunken riot by a large group of British sailors ashore at Kowloon has resulted in the death of a local man. By rights, the sailors should be tried and executed by the Qing magistrate. The British, however, have demanded extraterritoriality-- meaning their citizens would be tried by British judges. This will inevitably lead to their release and the anger of our citizens, but demanding these mens' executions could lead to war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316082;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316082;The war with $FROMCOUNTRY$ is not going well. These damnable foreigners are in our lands and blockading our ports, and to the embarassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them a concession port and reparations. Indeed, this might even help us in some ways, though the loss to our prestige would be considerable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316083;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316083;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us a concession port on their coast as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in China remains strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1316084;$FROMCOUNTRY$ has Refused!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316084;The $FROMCOUNTRY_ADJ$ have refused to submit. The war must go on.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME1316085;The Treaty of Shimonoseki;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316085;The war with $FROMCOUNTRY$ is not going well. The damnable Japanese are in our lands and blockading our ports, and to the embarassment of our government there seems to be little we can do to stop them. $FROMCOUNTRY_ADJ$ diplomats have approached us to negotiate a 'fair' settlement-- hand over Formosa and pay reparations. While we could drag the war on and see if the $FROMCOUNTRY_ADJ$ have the wherewithal to finish their assault, it might be in our best interest to give them what they want, though the loss to our prestige would be considerable.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316086;$FROMCOUNTRY$ Agrees;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316086;The $FROMCOUNTRY_ADJ$ rulership has signed our peace treaty, granting us Formosa as well as reparations. This has improved relations between our countries tremendously, and should go a long way to ensuring $COUNTRY_ADJ$ influence in Asia remains strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTDESC1316175;We have lost all patience with the barbarians who call themselves our 'masters'. They ignore our laws, our customs, and force themselves upon the generosity of the $COUNTRY_ADJ$ throne at every opportunity. It is time we turned them out, refused them their free reign in our lands and ports, and demonstrated the true might of our Emperor.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1316176;$COUNTRY_ADJ$ Envoy Ejected;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316176;Relations have been cool with $FROMCOUNTRY$, laced with bitterness over our nation's superiority. Lately the situation has reached a boiling point, and we have received a report that the $COUNTRY_ADJ$ envoy to the $FROMCOUNTRY_ADJ$ court has been ejected. Indeed, $COUNTRY_ADJ$ nationals throughout $FROMCOUNTRY$ are reporting harassment and outright violence. $COUNTRY_ADJ$ are being refused berth at Chinese harbors. This is a systematic campaign by the $FROMCOUNTRY_ADJ$ emperor to reduce our influence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316180;Empire of the Great Qing;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316180;China has no need for, nor interest in, foreigners and their gifts no matter how ingenious they may be. It is only due to the emperor's generosity that foreigners are allowed to trade at all, and all such trade must take place at our will. The yi barbarians should tremble as they obey us and show no negligence! Barbarians shall bow down before the Chinese emperor in the manner customary for tributary envoys.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1316181;The Arrow Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1316181;Qing officials recently boarded the Arrow, a Chinese-owned ship (a lorcha) that was suspected of piracy and smuggling. Twelve Chinese crew members were arrested on suspicion of piracy by the Qing authorities. British officials have demanded the release of the sailors, however, claiming that because the ship had recently been British-registered, it was under their protection. The Imperial court has been enraged by this claim, suggesting that agreeing to British demands would give smugglers free reign throughout China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC1316182;Qing officials recently boarded the Arrow, a ship that-- according to all reports-- was flying British colors at the time. The Chinese claim this isn't the case, and we've received news that they intend to crack down on the opium trade throughout the Empire. The British government is up in arms, saying that we must exert our influence over the Qing if we are to retain our position in the Far East.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME131709;The Kowloon Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131709;An incident that began with drunken sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. We have insisted that these sailors be tried by a British judge-- the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The chinese have demanded the men be turned over, and what's more that they be given the right to punish British citizens as needed. The confrontation has resulted in larger trade sanctions being applied against British merchants, and threats of worse. Our prestige as an Empire to be reckoned with is being threatened.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131710;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131710;In a display of diplomatic force, $FROMCOUNTRY_ADJ$ diplomats have forced $COUNTRY$ to sign a treaty with them, forcing numerous trade as well as territory concessions.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131711;The Simla Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131711;British diplomats have approached the Tibet government, hoping to broker a peaceful arrangement between Tibet and China now that Tibet is independent. No doubt they intend to gain influence and territory in our nation, as well as an ally against Chinese aggression,, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC131712;British diplomats have approached the $COUNTRY_ADJ$ government, hoping to broker a peaceful arrangement between Tibet and $COUNTRY$ now that Tibet is independent. No doubt they intend to gain influence and territory in Tibet, as well as an ally against $COUNTRY_ADJ$ aggression,, but the prospect of war should the negotiations fail seems likely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME131713;$FROMCOUNTRY$ Has Agreed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131713;$FROMCOUNTRY_ADJ$ have agreed to the arrangements made at the Simla Convention, and our relations with them have improved as a result-- not to mention our prestige.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131714;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131714;$FROMCOUNTRY_ADJ$ have refused the arrangements made at the Simla Convention, and our relations with them have cooled as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131715;The New Army;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131715;Our efforts to modernize the Beiyang army have borne fruit, but this has necessitated the division of authority among regional forces. The generals in charge of these forces, 'warlords' as some call them, have been gaining a great deal of power. They are part of the Beiyang Army, but fight amongst themselves... And, far worse, are critical of the $COUNTRY_ADJ$ government. We will need to watch these generals carefully.;;;;;;;;;;;;x,,,,,,,,,,,,,,,, -EVTNAME131720;Spread of Anhui Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131720;Warlord influence has begun to spread into $STATENAME$. These generals are still loyal to $COUNTRY$, but it is becoming increasingly apparent that they are taking control of a significant portion of the country. Officials in $CAPITAL$ are alarmed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131721;Spread of Guangdong Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131722;Spread of Guangxi Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131723;Spread of Hunan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131724;Spread of Fengtian Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131725;Spread of Ma Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131726;Spread of Yunnan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131727;Spread of Shanxi Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131728;Spread of Sichuan Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131729;Spread of Xinjiang Influence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME131730;The Warlord Era;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131730;Resistance against the $CAPITAL$ government has culminated in a breakdown in authority. What began with several of the outlying warlords declaring their indepedence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131735;The Struggle for China;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131735;Now that we are free, we must choose where we stand in the ensuing struggle for the nation's destiny: either side with the Kuomintang and fight for domination of the republic or side with the Beiyang and fight for domination of a united China. Alternatively, we can declare our neutrality in the conflict and let the chips fall where they may.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131736;The Guominjun Clique;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131736;A $COUNTRY_ADJ$ general by the name of Feng Yuxiang has betrayed his superiors and broken off from the Beiyang armies. He and his supporters have taken the territory under their control and formed a new clique, swearing to topple the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131740;Leader of the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131740;The leaders of the Kuomintang are preparing for their drive on Beijing, and $COUNTRY$ is expected to answer the call. Either we side with Nationalist China now, or we must abandon the Kuomintang cause and seek our own destiny.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131741;$FROMCOUNTRY$ Joins the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131741;$FROMCOUNTRY$ has answered the call, and will unite their forces with ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131742;The War of Reunification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131742;The $COUNTRY_ADJ$ people are crying out for the nation to once again unify. We must gather our strength and strike out at those who would divide China, leaving it weak for foreigners to prey upon. Already the banners are in the streets, and $COUNTRY$'s generals are saying now is the time to launch an offensive.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131743;War with $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131743;We have received reports that the $FROMCOUNTRY_ADJ$ army is massing on our mutual border, ready to make a massive offensive into $COUNTRY_ADJ$ territory. It seems a war is upon us, whether we like it or not: either they destroy us or we destroy them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME131745;Chinese Reunification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131745;The call has come from the capital: the era of warlords is over, and all the Chinese peoples must unite under a single flag. This means $COUNTRY$ must either submit to Beijing's rule or face more war against a strong and unified foe. Your generals stand ready to receive your command.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME131746;The Island of Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC131746;Now that we own the island of Formosa, the local Min population has begun to organize itself-- presumably towards the end of breaking away from $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1600010;The Taiping Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1600010;It is as we feared-- the so-called 'Heavenly Kingdom' has assumed control of lands in the south, and any attempts by the local governors to resume authority have failed. It is an embarassment to the prestige of the Imperial throne that we must deign to recognize that these rebels exist and must be dealt with once and for all. Some are even beginning to question the Mandate of Heaven if such a threat is possible. If we do not act, however, the rebels will surely gain control over not only the south but perhaps all of China.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160004;Truce With the Manchu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160004;Though we are not yet done battling the hated Manchu, for the moment the Heavenly Kingdom claims victory. We have forced a truce, and now the Manchu will need to deal with rebellions across their land as the people realize their mandate to rule no longer exists. All the world watches us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160006;The War Against Taiping;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160006;The continued existence of the Taiping rebels is an embarassment to the Qing government and our Emperor. Calls have been made for the war to resume, and this time for a national effort be started to draft men into the Qing army. There will be considerable resistance, but the Emperor has decreed that the Heavenly Kingdom must be destroyed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160007;The War Against the Manchu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160007;The truce with the Qing Emperor has come to an end, and already the calls have begun for the Taiping Revolution to continue. The Manchu must be thrown down! All of China must be freed!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160008;The Taiping Are Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160008;We have overthrown the hated Manchu and taken control of all China. Now, as the world watches, the true test comes: transforming the nation into the true Heavenly Kingdom.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160011;The Female Shortage;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160011;Due to the low value assigned to the birth of daughters, female infanticide has become wide-spread across much of China. The practice has become so common, in fact, it has led to a shortage of women.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160012;Taiping Missionaries in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160012;We have received reports of Christian missionaries in $PROVINCENAME$, followers of the so-called 'Heavenly Kingdom'. Their actions would not be so objectionable if they were not also preaching sedition against the Manchu-- and, far worse, though provincial governors have attempted to halt the missionaries this has only seemed to stir up support for them even further. There are sightings of their pamphlets all over $STATENAME$ now!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME160013;Anti-Manchu Sentiment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160013;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $STATENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME160017;Pro-Christian Riots in $STATENAME$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160017;Followers of the 'Heavenly Kingdom' are causing further problems in the south. They are already heavily fortified within $PROVINCENAME$, and many Qing advisors consider it completely beyond our control. Anarchy seems rampant, and all throughout $STATENAME$ these rebels are shouting treason. Can nobody do something about this?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160020;The Taiping Sect Spreads!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160020;The followers of the so-called 'Heavenly Kingdom' have spread their influence even further. According to officials in $STATENAME$, the Christian rebels have been spotted in $PROVINCENAME$ and sentiment against the Qing Dynasty is on the rise throughout the entire state.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160025;The Death of Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160025;Our beloved leader, the glorious and most holy Hong Xiuquan, has passed away-- ascended into Heaven to receive his just rewards from God. Those of us who remain must now look to what will become of the Heavenly Kingdom without his guidance. There are some who say that his son, Hong Tianguifu, should be given the reins of power. Others say that Hong Tianguifu is a buffoon and that a proper republic is the way forward. Still others say the unthinkable-- that Hong Xiuquan's death is a sign that the Heavenly Kingdom has lost favor with God, and that the only way to restore it is restore the Qing Dynasty to the Imperial throne-- without, of course, allowing the Manchu to rule the south like errant lapdogs.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME160026;Retreat to Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160026;With our holdings on the mainland lost, all we have left is our stronghold on the island of Formosa. The suggestion among what little remains of the $COUNTRY_ADJ$ government is that we abandon $CAPITAL$ and move the capital to Taibei. This does not guarantee our safety by any means, but it may be the only means of survival we possess.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME160501;Missionaries in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160501;Christian missionaries are stirring up trouble in southern China, handing out pamphlets in an effort to gain converts. This would not be so objectionable were the pamphlet not also preaching sedition against the Qing Dynasty. The fact that so many in $PROVINCENAME$ are willing to listen to these fools is worrying.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME160502;Anti-Manchu Sentiment;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC160502;To many people in China, the Qing Dynasty is seen as ineffective and corrupt, ruled by Manchu foreigners. Bitter hatred has been stirring, particularly in the south. This is especially true in $PROVINCENAME$, where there are reports of rioting after a recent confrontation between locals and Manchu officials.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1605020;The Death of Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1605020;After a period of self-enforced isolation, Hong Xiuquan has died-- some say of poison, others of illness. Regardless of the cause, the nation has been thrown into mourning for their beloved leader. Hong Xiuquan's son, Hong Tianguifu, is ready to step into his father's role as leader, but there are some who fear he will be unsuitable. They are advocating a restoration of the Qing dynasty. Others say that $COUNTRY$ must become a republic, in emulation of western powers. Whether $COUNTRY$ is ready for such a change is difficult to say.;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTNAME16050214;Retreat to Taiwan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16050214;With our holdings on the mainland lost, all we have left is our stronghold on the island of Taiwan. The suggestion among what little remains of the Kuomintang government is that we abandon $CAPITAL$ and move the capital to Taipei. This does not guarantee our safety by any means, but it may be the only means of survival we possess. We shall however never relinquish our rightful claim to the mainland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME16050215;Victory over the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC16050215;With their armies deafeated, their provinces occupied and their government retreating to Taiwan it has become clear that the Kuomintang no longer has the will to fight. We may now claim dominance over China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME162503;The Taiping Sect Spreads!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC162503;The followers of the so-called 'Heavenly Kingdom' have infested yet another province. According to officials in $PROVINCENAME$, followers of Hong Xiuquan have been spotted and sentiment against the Qing Dynasty is on the rise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME164503;The Heavenly Kingdom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164503;A troublemaker has arisen in the southern lands. According to reports, this man claims to have received a vision to the effect that he is the younger brother of Jesus Christ and was sent to rid China of the corrupt Manchu Qing Dynasty rulers. He has been winning converts to Christianity, and it seems there are many willing to listen to his words of sedition and join his so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164504;Hong Xiuquan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164504;The man behind the so-called 'Heavenly Kingdom' has been given a name: Hong Xiuquan. A former farmer who attempted the civil service examinations in Guangzhou and failed, he has now become a charismatic visionary taking advantage of anti-Manchu sentiment in the south. Some say he is crazed and mad, but regardless he is a danger to the Qing Dynasty and his words are finding eager ears.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164505;Yang Xiuqing;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164505;Reports have arrived at the palace that a firewood seller has taken to walking the Southlands, claiming to speak with the voice of God. Regardless of his seeming madness, the man has proven very effective at spreading the word of the so-called 'Heavenly Kingdom'.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164599;The Xinhai Revolution;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164599;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news, but few are aware of the forces now lining up to take control of the government. Kuomintang revolutionaries have demanded a transformation of $COUNTRY$ into a republic with free elections. Army leaders, however, have threatened to oppose the Kuomintang and demanded the republic be under strict Beiyang control.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME164600;The Tongmenghui;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164600;Revolutionary societies are springing up all over China, and recently we have received word that several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisifed to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide. What's more worrying is that some of the regional warlords appear to be assisting them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME164601;Revolutionary Uprising in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164601;Revolutionaries seeking to bring down the $COUNTRY_ADJ$ monarchy have been stirring up a revolt in $STATENAME$. The incident appears to have begun in $PROVINCENAME$, after a demonstration by local workers turned violent. Though authorities have already moved in, the damage is done. What remains is to determine how we react to this outrageous provocation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME164602;Boxers in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC164602;Members of the proto-nationalist Yihetuan Movement, also known as the Boxers, have staged an uprising in $PROVINCENAME$. While the uprising was initially put down by $COUNTRY_ADJ$ forces, news of the movement's presence has spread throughout $STATENAME$ and already there are more reports of clashes.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME199005;Prospector Strikes Coal!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199005;We have reports from $PROVINCENAME$ that a new vein of coal has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199006;Prospector Strikes Copper!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199006;We have reports from $PROVINCENAME$ that a new vein of copper has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199007;Prospector Strikes Iron!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199007;We have reports from $PROVINCENAME$ that a new vein of iron has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199008;Prospector Strikes Lead!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199008;We have reports from $PROVINCENAME$ that a new vein of lead has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199009;Prospector Strikes Sulphur!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199009;We have reports from $PROVINCENAME$ that a new vein of sulphur has been discovered, and considering the unemployment in $PROVINCENAME$ this might prove to be a boon indeed.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199015;Cash Crops;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199015;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case cotton, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting cotton production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199016;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case tea, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tea production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199017;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case spices, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting spice production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199018;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case sheep and wool, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting wool production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199019;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case fruit, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting fruit production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199020;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case tobacco, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting tobacco production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199021;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case coffee, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting coffee production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199022;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case silk, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting silk production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC199023;Considering the levels of unemployment in $PROVINCENAME$, local landowners have begun a movement to switch to the production of cash crops-- in this case sugar, which appears to suited to the local terrain. Whether such a plan would help $PROVINCENAME$ in the long run is unknown, but the landowners are asking for the government's assistance in promoting sugar production.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME199030;Fisheries in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199030;Unemployment among workers in $PROVINCENAME$ is high, and many have begun turning to the sea to eke out a living. Local officials are suggesting that the $COUNTRY_ADJ$ support them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199031;Lumberyards in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199031;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several lumberyards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumberyards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199032;Tropical Lumberyards in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199032;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several tropical lumberyards. Local officials are suggesting that the $COUNTRY_ADJ$ support the lumberyards and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199033;Ranches in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199033;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several cattle ranches. Local officials are suggesting that the $COUNTRY_ADJ$ support the ranches and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME199034;Grain Farms in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC199034;Unemployment among workers in $PROVINCENAME$ is high, but a possible bright spot is the emergence of several new grain farms. Local officials are suggesting that the $COUNTRY_ADJ$ support the farms and allow them to become $PROVINCENAME$'s new major industry.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800012;Intervention in $FROMCOUNTRY$?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800012;We have been secretly approached by certain members within the $FROMCOUNTRY_ADJ$ government, suggesting that $COUNTRY_ADJ$ intervention to free them from foreign control might be in both our interests. $FROMCOUNTRY$ would be free to seek its own destiny, while $COUNTRY$ would gain an ally. The catch, of course, is that the attempt could look like interference to the rest of the world... and earn us the enmity of $FROMCOUNTRY$'s rulers in particular. If we make the attempt, we should learn of the results within a week at the most.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME800013;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800013;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800014;$FROMCOUNTRY$ Declares Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800014;A foreign power has meddled in the affairs of $FROMCOUNTRY$, taking advantage of the unrest there to engineer a coup which has freed them from our control. Our trusted servants in that nation have been either arrested or expelled, and now the world watches for our response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800015;$FROMCOUNTRY$ Refuses to Intervene;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800015;The answer from $FROMCOUNTRY$ is clear: they won't intervene in our internal affairs. We are on our own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800016;Intervention Failed;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800016;$FROMCOUNTRY$ attempted to intervene, but the resulting orgy of violence in $CAPITAL$ has failed to drive out the influence of our overlord. Worse, it has resulted in $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ being greatly damaged, as many see them as instigators rather than would-be liberators.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800017;Free At Great Cost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800017;$FROMCOUNTRY$ has supported the coud d'etat in $CAPITAL$, but with the change came an orgy of violence that has seen $FROMCOUNTRY_ADJ$ influence in $COUNTRY$ damaged along with that of our overlord. Many people in $COUNTRY$ are left with hard feelings, and see $FROMCOUNTRY$ as an instigator rather than a liberator. What will come next depends entirely on whether reprisals will come our way.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800018;Free At Last!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800018;$FROMCOUNTRY_ADJ$ intervention has succeeded in freeing our government from foreign rule. After an orgy of violence in $CAPITAL$, citizens are celebrating in the streets. $COUNTRY$ has a new destiny as a truly independent nation... provided no reprisals come out way, of course.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800021;Attempted Coup in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800021;A foreign power attempted to use their influence in $FROMCOUNTRY$ to take advantage of the unrest there and free them from our control. Their efforts have come to naught, and their agents have been arrested and many of the $FROMCOUNTRY_ADJ$ malcontents exposed and imprisoned. The question remains, however, as to what we will do in response to this outrage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800022;Attempt Thwarted;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800022;Our attempt to interfere in $FROMCOUNTRY$'s government was thwarted. We have lost influence there, and angered their overlord. This may lead to war, but we will have to wait and see what develops.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800023;$FROMCOUNTRY$ Freed At Great Cost;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800023;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, but at the cost of a great deal of our influence there. The $FROMCOUNTRY_ADJ$ government is angry, and it's possible their overlords may attempt to retaliate either against them or against us. We will have to wait and see what develops of this.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800024;$FROMCOUNTRY$ is Free!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800024;Our attempt to engineer a coup in $FROMCOUNTRY$ was successful, and they are now an independent country as well as a useful ally. It's possible their overlords may attempt to retaliate either against them or against us. We shall have to wait and see what develops.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800050;The Power of Tradition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800050;Reactionary elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800051;The New $COUNTRY_ADJ$ Order;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800051;Fascist elements have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800052;The New Communist Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800052;Communists have taken over the $COUNTRY_ADJ$ government, and their influence is felt both here and abroad. Their leadership has already begun to institute widespread changes in the government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800053;A New Order in $COUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800053;Liberal extremists have taken over the $COUNTRY_ADJ$ government, dedicated to political reforms but opposed to social reform of any kind. They have already instituted a large number of changes within the $COUNTRY_ADJ$ government, while crowds cheer from the central square in $CAPITAL$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800054;The New Liberal Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800054;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and liberal order dedicated to political reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME810055;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810055;Rebel leaders have announced from $CAPITAL$ that $COUNTRY$ has at last achieved independence. What this means for $COUNTRY$'s future is so far unknown, but for the moment it seems that the government will proceed intact-- save for the fact that it is no longer beholden to its former overlord.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME810056;The New Socialist Regime;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810056;Cheering crowds in $CAPITAL$ are celebrating the toppling of the old $COUNTRY_ADJ$ government, now replaced by a new and socialist order dedicated to social reform within all levels of the $COUNTRY_ADJ$ government. Despite their recent ascent to power, they have already begun to institute changes in $COUNTRY$ that are being felt here and abroad.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME810057;The Colonial Regime Overthrown!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC810057;The old $COUNTRY_ADJ$ regime leftover from our days as a colony are now over-- $COUNTRY$ is once more an African nation, truly belonging to the people who have lived here since long before the Europeans arrived.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800055;Rebellion in $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800055;The $FROMCOUNTRY_ADJ$ goverment has been overthrown, and the rebel government has declared themselves free from $COUNTRY_ADJ$ rule. Many are calling for a restoration of order, while others are saying that $FROMCOUNTRY$ is too much trouble. If they want to be free, let them go.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800056;Rebellion in our ally!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800056;The $FROMCOUNTRY_ADJ$ government has been toppled, and the rebels blame $COUNTRY_ADJ$ influence as one of the primary causes of the old regime's corruption. We have lost our influence in $FROMCOUNTRY$ as a result, and the only question that remains is whether we wish to press our claim by force.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800060;The Proletariat Cause;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800060;An opportunity has arisen to fund the spread of communism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, the workers around the world will continue to slave under bourgeois oppression. The proletariats in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800061;The Spread of Fascism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800061;An opportunity has arisen to fund the spread of fascism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as shirking our duty to the fascist cause. The government elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800062;The Spread of Anarcho-Liberalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800062;An opportunity has arisen to fund the spread of anarcho-liberalism in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be admitting that we cannot aid the spread of the bourgeois revolution. The liberal elite in $CAPITAL$ are calling on us to aid the cause!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800063;The Cause of Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800063;An opportunity has arisen to fund the spread of democracy in a neighboring state. If discovered, this could start a diplomatic incident and gain us infamy... but if we do not act, we will be seen as abandoning those who live under the rule of tyrants. Liberals in $CAPITAL$ are calling on us to aid the cause of world freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800064;We Were Discovered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800064; Several of our agents in $FROMCOUNTRY$ were discovered and interrogated, and word of our efforts have spread. This will have an impact on our infamy, and the $FROMCOUNTRY_ADJ$ may choose to take the issue as cause for war against us.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800065;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800065;We have reports of $FROMCOUNTRY_ADJ$ propaganda being spread in one of our border provinces. Clearly the $FROMCOUNTRY$ government does not respect our sovereignty. Word of the event has leaked out, and members of the $COUNTRY_ADJ$ government are calling for immediate action!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800066;Workers of the World;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800066;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800067;$FROMCOUNTRY_ADJ$ Envoy Arrives;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800067;An envoy has arrived from $FROMCOUNTRY$, offering to improve relations between our country and theirs. The $FROMCOUNTRY_ADJ$ leadership believes that nations so closely aligned in ideology should become closer in truth. Refusing their overtures could be seen as an insult.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800068;Workers of the World;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800068;If communism is to make strides in the modern era, the ruling proletariat of every nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow communist nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800069;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800069;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800070;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800070;If fascism is to make strides in the modern era, the rulers of every fascist nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800071;The Anarcho-Liberal Agenda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800071;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800072;The Anarcho-Liberal Agenda;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800072;If anarcho-liberalism is to make strides in the modern era, the rulers of every enlightened nation must work together towards a common goal. Towards that end, $COUNTRY_ADJ$ leaders have called on the government to hold talks with a fellow anarcho-liberal nation to bring us closer together.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800073;The Light of Democracy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800073;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800074;The Light of Democracy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800074;The threats to the modern world are many: communism, fascism, tyranny in all forms. If the free and democratic nations of the world are to survive, they must stand together. $COUNTRY_ADJ$ leaders are calling on the government to initiate closer ties with a fellow democratic nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800075;A Communist Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800075;The time has come for the great communist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800076;The $FROMCOUNTRY_ADJ$ Summit;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800076;An envoy has arrived from $FROMCOUNTRY$, offering to hold a summit in their capital to bring our two great powers closer together. Refusing their overtures could be seen as an insult, but it's also possible the summit could go poorly and make our relations worse rather than better.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800077;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Success!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800077;The summit in $CAPITAL$ was a smashing success! $FROMCOUNTRY_ADJ$ diplomats left pleased with the progress, and our relations have improved significantly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800078;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800078;The summit in $CAPITAL$ unfortunately failed to make any significant progress. Talks with $FROMCOUNTRY$ stalled, and even with our common ideological ground there are just too many issues remaining between our nations to improve relations more than marginally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800079;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$ a Disaster!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800079;The summit in $CAPITAL$ went very poorly. There are too many issues between our nations, and $FROMCOUNTRY_ADJ$ diplomats left in a huff. Our relations have suffered as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800080;$FROMCOUNTRY$ Has Refused;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800080;$FROMCOUNTRY$ has sent a polite refusal to our summit request, saying now is not a good time for a summit.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800081;A Fascist Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800081;The time has come for the great fascist powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800082;An Anarcho-Liberal Summit?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800082;The time has come for the great anarcho-liberal powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800083;A Summit of Equals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800083;The time has come for the great democratic powers of the world to stand together. A summit has been proposed in $CAPITAL$ that would bring our nations closer, though it also has the chance of going badly and driving us further apart. Do we dare make the attempt?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800084;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800084;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our communist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for the socialist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800085;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800085;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our fascist regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nationalist movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800086;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800086;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological hostility towards our anarcho-liberal regime. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our liberal movement, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800087;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800087;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by resentment towards their nation and its ideological extremism. We will need to decide now whether we are conciliatory in our response, potentially losing prestige for our nation and the cause of democracy in the world, or whether we imply that their nation's policies are what led to this unfortunate event.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800088;Incident in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800088;A violent incident has occurred at one of the foreign embassies in $CAPITAL$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response to the unfortunate event has thankfully been conciliatory, and our government has received an official apology.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800089;Insult from $FROMCOUNTRY$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800089;A violent incident has occurred at our embassy in $FROMCOUNTRY$, spurred on by $FROMCOUNTRY_ADJ$ resentment towards $COUNTRY$ and our ideology. Their response has been insulting, publicly blaming our policies even though their own careless disregard for the safety of our diplomats and their political upheaval is clearly at fault.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800090;$FROMCOUNTRY$ Does Not Accept;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800090;Despite our apology, the $FROMCOUNTRY_ADJ$ government has declared it is enraged by the incident and that our lack of control over our citizens is to blame. While they are seen as being unreasonably aggressive, war is even a possibility.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800091;$FROMCOUNTRY$ Accepts;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800091;The $FROMCOUNTRY_ADJ$ government has accepted our apology for the incident, and while our relations have been damaged the incident has mostly blown over.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800092;$FROMCOUNTRY$ Enraged;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800092;$FROMCOUNTRY_ADJ$ leaders have declared our actions outrageous, and that the incident was no doubt secretly supported by our government. They claim this provides them ample grounds for war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800093;$FROMCOUNTRY$ Backs Down;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800093;The $FROMCOUNTRY_ADJ$ has backed down from escalating the incident into a war. The entire business has harmed relations between our nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800094;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800094;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's communist policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800095;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800095;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's fascist policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800096;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800096;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country and our government's anarcho-liberal policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800097;Diplomatic Incident;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800097;Several foreigners were attacked in $CAPITAL$, an incident spurred on by differences between their country's radical ideology and our government's policies. It has severely harmed our relations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800098;$COUNTRY_ADJ$ Citizens Attacked in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800098;Several of our country's citizens have been attacked in the capital of $FROMCOUNTRY$, an incident spurred on by the severe differences between our country's ideology and their's. The $FROMCOUNTRY_ADJ$ has been extremely reluctant to admit any involvement in the affair, and our relations have been hurt as a result.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800100;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800100;We have been contacted by $COUNTRY_ADJ$ patriots, currently living under the dominion of a neighboring country. They suggest that there is an opportunity to stir up sentiment among those living there so that they may rise up and rejoin the mother country. There is, of course, a risk that our efforts could be discovered and bring war down upon us. Should we help them?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME800101;$FROMCOUNTRY$ Spreading Dissent;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800101;We have received reports that the $FROMCOUNTRY_ADJ$ government has been inciting dissent among minorities in $COUNTRY$. This is an act of aggression that deserves a swift response.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800102;We Have Been Discovered;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800102;Our efforts to incite $COUNTRY_ADJ$ patriots in $FROMCOUNTRY$ have been discovered. The $FROMCOUNTRY_ADJ$ government is threatening war over this breach of their sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME800147;Sepoy Rebels Force Concessions;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800147;The Indian subcontinent has been overwhelmed by the Sepoy rebels. Our garrisons are in retreat, and our colonial governors have already fled for safer ports. We have no choice but to give into their demands, many of which involve removing $COUNTRY_ADJ$ influence from any of the nations we have subjugated over the years of our rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800148;$FROMCOUNTRY$ Driven Out of South Asia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800148;The $FROMCOUNTRY_ADJ$ presence in South Asia has come to an end, thanks to the spread of the Sepoy Rebellion. With $FROMCOUNTRY_ADJ$ governors fleeing the subcontinent in droves, our nation suddenly has a chance to regain lost lands and obtain our freedom ...whether we wish it or not.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800149;Rebels Storm $CAPITAL$!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800149;After a swarm of violence and looting that engulfed the entire nation, $COUNTRY_ADJ$ rioters have stormed the capital. The government has been forced to make numerous concessions, in a desperate bid to calm the people. So far it seems to have worked, and has spared many leaders from being executed by angry mobs, but it remains to be seen whether these concessions will only cause more problems in the end than they solved.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME800150;Pan-Nationalists Victorious!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800150;Pan-nationalist rebels demanding a greater $UNION_ADJ$ union have taken over $CAPITAL$, and have begun spreading the idea of $COUNTRY$ becoming part of $CULTURE_GROUP_UNION$ no matter the cost to $COUNTRY_ADJ$ sovereignty.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME800151;$COUNTRY_ADJ$ Patriots;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800151;$COUNTRY_ADJ$ patriots have risen up in a neighboring country, and have gained sufficient control that they have sent word they wish to bring the province back to $COUNTRY$. Agreeing would mean risking war, but refusing would mean angering our people.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME800152;Provinces Brought Under Control;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC800152;With the patriot rebellion now over, our provinces have now been brought under control and $COUNTRY_ADJ$ governors are once again in command.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME880130;Reactionary Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880130;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ reactionary party. Aristocrats have allegedly been receiving payments and other illegal benefits for supporting the cause, while the party leader is shown to have made a fortune with sensitive national information. This has been declared beyond the pale even by reactionary supporters and has caused a huge uproar within $COUNTRY$, severely damaging the reactionary cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880140;Conservative Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880140;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ conservative party. Party leaders were allegedly paid secretly by local land owners to tweak laws in their favor, governmental positions given to favorites, goods stolen from government warehouses - the list goes on and on. This has been declared beyond the pale even by conservative supporters and has caused a huge uproar within $COUNTRY$, severely damaging the conservative cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880150;Liberal Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880150;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ liberal party. Popular candidates have allegedly been involved in smuggling of illicit goods, used questionable tactics to buy votes and speculated on investments with government funds. This has been declared beyond the pale even by liberal supporters and has caused a huge uproar within $COUNTRY$, severely damaging the liberal cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880160;Anarcho-Liberal Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880160;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ anarcho-liberal party. Several wealthy businessmen evaded taxes with the help of party members, who in return received kickbacks and a great deal of illegal funding for the party. This has been declared beyond the pale even by anarcho-liberal supporters and has caused a huge uproar within $COUNTRY$, severly damaging the anarcho-liberal cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880170;Socialist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880170;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ socialist party. Illegal union activity, blackmail of important citizens, mistreatment of servants - the facts speak for themselves. This has been declared beyond the pale even by socialist supporters and has caused a huge uproar within $COUNTRY$, severely hurting the socialist cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880180;Communist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880180;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ communist party. While preaching water for the masses, important communist party officals appear to drink wine. Police has secured several party coffers filled with dirty money from illegal activities, stolen art and conterfeit documents. This has been declared beyond the pale even by communist supporters, severely hurting the communist cause in $COUNTRY$.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME880190;Fascist Party Rocked by Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880190;Rumors were around for some time, but a newspaper has finally published evidence of a wide-reaching scandal affecting the $COUNTRY_ADJ$ fascist party. A militant group associated with the fascists was revealed to have murdered several socialist politicians, tortured priests and attempted to burn the mansion of a wealthy minority leader. This has been declared beyond the pale even by fascist supporters and has caused a huge uproar within $COUNTRY$, severly damaging the fascist cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME880200;Grave Consequences;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880200;As more and more evidence against the ruling party has come to light, the $COUNTRY_ADJ$ government has declared it has no choice but to resign and call an election. The decision was made after several weeks of heated debate, and it is already well-known that certain members of the government-- those most sorely hit by the scandal-- have been repudiated by the ruling party and will not be seeking re-election. How this will affect the government's chances is so far unknown.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME880210;New Evidence Worsens Scandal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC880210;Investigation of the current party scandal by the $COUNTRY_ADJ$ press has brought to light a number of interesting facts. It seems that abuse of power and influence goes well beyond what was initially revealed. Only the surface of this affair has been touched so far, and God only knows what might turn up within the next few weeks. No-one in $COUNTRY$ appears to be discussing anything else at the moment, and already there are calls in the press for the $COUNTRY_ADJ$ government to step down.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME999000;National Debate: Trade Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999000;The intensive election campaign has reached the boiling point in $COUNTRY$, where a fierce trade policy debate pits the friends of free trade against the pals of protectionism in a rough rumble-and-tumble to determine the future of our nation's traders. Free-traders argue that goods must be allowed to freely cross all borders, while protectionists argue that our nation's fragile industries need protection from dangerous foreign competition threatening to undo them. Which path will $COUNTRY$ tread, as it decides on: Free trade, or Protectionism?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999000;Our trade must be protected from destructive foreign competition!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999000;Let the debate take its own course, and let the chips fall where they may!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999000;Freedom of trade shall not perish from this Earth!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999001;National Debate: Economic Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999001;The debate had been going on for several hours, when a candidate stepped forward and presented arguments for their cause which silenced all opponents.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999001;Decisive arguments for Laissez Faire.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999001;Decisive arguments for Interventionism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999001;Decisive arguments for State Capitalism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999001;Decisive arguments for Planned Economy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999002;National Debate: Religious Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999002;'The morality and virtue of our people have started to decline!' This statement caused much stir among the debaters of toleration and religious plurality. They have started to question the country's view on religion.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999002;There are no Gods!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999002;Religion is not a political issue!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999002;Let the people have their faith.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999002;There is one faith and one faith only!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999003;National Debate: Citizenship Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999003;Two debaters are arguing heatedly about their views. The rest of the hall sits dumbfounded when words like aliens, minorities, ethnic and cultural groups are thrown between the two. One wish that immigrants should adapt to the dominant culture while the other believes that they should retain their cultural heritage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999003;Give them residency.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999003;We need to limit their citizenship.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999003;Let them have full citizenship.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999004;National Debate: War Policy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999004;Patriots and pacifists are fighting in the townhouse, using words to hurt and kill their enemies. A long since dead and buried dispute between $COUNTRY$ and its neighbor has once again shown its ugly head. Patriots wish to invade the country while pacifists believe that there are other ways to resolve the dispute.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999004;We are patriots and we are going to fight for our country!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999004;Violence can be used, but in this situation it would be meaningless.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999004;War between countries is never good.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999004;This can be solved without violence.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999010;The Political Campaign Of $YEAR$;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999010;The $COUNTRY_ADJ$ political parties have begun a nationwide election campaign. So far, the effects have been quite limited, but in the end, one party will gain the upper hand. Advisors state that we could try to influence the outcome ourselves.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTA999010;Support the Conservative parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999010;Support the Reactionary parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999010;Support the Liberal parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999010;Let the campaigns take their course and do not intervene.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTE999011;Support the Anarcho-Liberal parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTF999012;Support the Socialist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTG999014;Support the Communist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTH999015;Support the Fascist parties!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999020;Calm Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999020;The remaining election campaign of $YEAR$ has been unusually quiet. The political parties have had no pressing issues which have gripped the country's attention, and the election seems to be passing without any national debates or events.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999020;There shall be peace and quite in our time.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999021;Violent Elections;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999021;The election campaign of $YEAR$ has been unusually violent. Only a few days after the campaign had begun, the first incidents started. Strikes occured in several large factories, with incidents of streetfighting in most major cities. Paramilitary groups have threatened voters of opposing ideologies, while radicals have staged attacks on political enemies. The $COUNTRY_ADJ$ police are tirelessly to get the situation under control, but it looks as if $COUNTRY$ is in for a contentious election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999021;Outrageous!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999022;Riots!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999022;The tensions from the current election campaign have escalated, with disorder spreading fast in $CAPITAL$ and spreading elsewhere. Advisors are recommending that the military be brought into the capital to restore order, though doing so will only contain the violence at best.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999022;Send in the army. Order must be restored.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999022;Let the riots play their course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999030;Surge Of Socialism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999030;It looks like the socialists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999030;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999031;Surge Of Communism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999031;It looks like the communists have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999031;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999032;Surge Of Fascism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999032;It looks like the fascists have a talent in the current election to find the right words when and where they are needed: All over$COUNTRY$, their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999032;We will have an eye on this.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999033;Surge Of Liberalism;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999033;It looks like the liberals have a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999034;The Anarcho-Liberals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999034;It looks like the anarcho liberals, a group of radicals who have taken the liberal ideals to their extreme, have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their new agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME999035;The Social Liberals;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999035;A new breed of $COUNTRY_ADJ$ liberals has become very active in the current election-- educated liberals who believe equally in both social and political reform. They have been actively campaigning for people to support both, and have been attracting a lot of attention.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME999036;Reactionary Surge;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999036;There are a large number of people, particularly among the ruling elite of $COUNTRY$, who believe that liberal attitudes have been responsible for all of the country's ills. They advocate controls on immigration and a repeal of voting rights. They also appear to have charismatic speakers, for they seem to be gathering a lot of attention in the current election.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999037;Surge of Conservatism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999037;It looks like the conservatives have discovered a talent in the current election to find the right words when and where they are needed: All over $COUNTRY$ their agenda has persuaded a lot of people to join their cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999040;National Debate: Voting Rights;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999040;'Why should only the rich be allowed to vote? We also pay taxes, so why shouldn't we have something to say in politics?' \n\nThe industrial revolution has empowered the middle class. More and more businessmen are making more and more money. It seems only natural that they demand voting rights.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999040;They are right - support their reform.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999040;Voting rights for the middle class? Nay!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999040;A reform is long past due - issue a new voting right.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999041;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999041;'...and mind you, we even pay way higher taxes then they do! Still, their votes are worth more than ours - I ask you: is that really fair?' \n\nWhile being allowed to vote, the middle class feels diminished by the current weighted voting rights, and the subject has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTOPTA999041;Sounds like a good idea, I guess.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999041;Stop these ungrateful wretches!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999041;We shall do this right away!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999042;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999042;'Why is everyone trying to keep us out of politics? Because we are uneducated? They call us minors, but that is a lie! Our sweet and toil has brought the nation forward! We have waited long enough - now we demand our just due!' \n\nThe subject of voting rights for the poor has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTA999042;Better late then never.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999042;Better never than ever.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999042;Better now than later.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999043;Voting Rights Discussion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999043;'We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the Pursuit of Happiness. That to secure these rights, Governments are instituted among Men, deriving their just powers from the consent of the governed' \n - Thomas Jefferson;;;;;;;;;;;;;x,,,,,,,,,,,,,,, -EVTOPTA999043;A rightful initiative.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999043;Enough is enough! Stop that nonsense!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999043;Equal votes for equal chances - NOW!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999044;Right In The Face;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999044;'They have beaten me, again and again. Why? Because I am a proud citizen who will speak the truth! I don't believe that the ruling party will save us. And my weapon is logic, but theirs is the stick.'\n\nThe issue of political party harassment has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999044;This has to stop!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999044;There is no need to change the system.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999045;Election Fraud!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999045;'Why are they allowed to change the rules during an election? Drawing random borders to scatter those who won't vote for them is not fair. It is fraud, I tell you! They divided our district between four others, because they knew how we would vote. FRAUD! That's what it is, I tell you!'\n\nThe issue of voter district gerrymandering has been repeatedly raised in the current election.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTOPTA999045;You are right, we have to do something.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999045;Want me to play the world's smallest violin?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999046;Request For Privacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999046;'Why does everyone stare at me when I make my vote? Do they really need to know? It is not like I am committing a crime or something, I simply want to vote in peace. Without having half of the polling station looking at me, that is.';;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999046;I guess some privacy would be in order.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999046;What's next? Blindfolds?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999049;National Debate: Unemployment;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999049;The election is almost over, but liberals and socialists are still arguing about the current state of affairs. Unemployment is a problem, but both sides have decisive arguments for what they think has to be done.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999049;The liberals are right!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999049;The socialists are right!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999049;Do not get involved in the debate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999050;Unemployment Issues;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999050;Unemployment is still an important issue in $COUNTRY$, but all our recent attempts to crate new jobs have failed. During the election of $YEAR$, communists and fascists argued that their dogma is the only one that will give work to the people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTOPTA999050;Communism is our only hope!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTB999050;Fascism is our only hope!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTC999050;Social reform can be achieved without radicalism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTOPTD999049;Do not get involved in the debate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME999055;The Child Labor Issue;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999055;A recent mine accident that led to the deaths of five children, all labourers working under the $COUNTRY_ADJ$ child labor laws, has led to a national debate over the issue. Children wearing protest signs have shown up at political debates, causing quite a stir and raising the question over whether the government should consider reform.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999056;The Rights of Minorities;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999056;A demonstration by minorities in $CAPITAL$, denouncing the fact that 'universal suffrage' in $COUNTRY$ does not include them, has drawn attention throughout the country and sparked debates over whether minorities should be given the right to vote. Reactionaries are incensed at the idea, claiming that only 'true' $COUNTRY_ADJ$ citizens should decide its government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999057;The Immigration Issue;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999057;Immigration has long been a thorny issue in $COUNTRY$, with many citizens maintaining the opinion that allowing too many foreigners into the country leads to chaos and unemployment. $COUNTRY$ should be for the $COUNTRY_ADJ$ people, and no others. Despite this, the plight of immigrants who are longing to be reunited with family currently located elsewhere has received a great deal of attention in the current election. There have been demonstrations by liberals in $CAPITAL$ calling for immigration reform.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999060;War Dominates the Election;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999060;So far the war has dominated talk in the election, with a number of jingoistic politicians rousing the people with fiery speeches. 'We must protect $COUNTRY$!', they cry. '$COUNTRY$ must be mighty!' It seems they are being listened to, as so far they have enjoyed success throughout the country.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME999061;Talk of War;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999061;While $COUNTRY$ is not currently at war, there are those who think it should be. 'They are ripe for the picking, and $COUNTRY$ must strike now! While we are strong!' They are referring to one of our hated neighbours, who some jingoists feel should be a target for expansion. Permitting such talk will make us look aggressive to the international community, however, though it may also be an opportunity of which to take advantage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME999065;The Slavery Debate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC999065;A recent incident involving the death of several slaves at the hands of their owner has gained national attention in the $COUNTRY_ADJ$ election, with both sides pouncing on the debate. Abolitionists say that this is but one more example of slavery being responsible for the inhumane treatment of one's fellow man. Proponents claim this is a matter for the courts to resolve, and accuse the Abolitionists of stirring up an isolated incident.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1010011;The Great Irish Famine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010011;For years, British committees have looked into the situation in Ireland and predicted disaster: the Irish farmers had become more and more dependent on their potato crop, and if anything were to happen to that crop it would cause not only widespread chaos throughout the Irish economy but famine and worse. Their predictions have come true. A blight has been spreading, leading to failure after failure of the Irish potato harvest. Proponents of laissez faire economics are adamant that the market will provide food for those affected, and that the government should not interfere in private enterprise. Others claim that no expense is too high to help the Irish, and that failure to act quickly will lead to starvation and resentment... but conservatives are quick to dismiss this as inflammatory nonsense.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME1010012;Irish Famine Spreads;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010012;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt-- poor Irish peasants are walking the streets of $PROVINCENAME$, begging for government aid which never arrives, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC1010013;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt-- poor Irish peasants are walking the streets of $PROVINCENAME$, barely subsisting on the limited cornmeal handouts offered by the government, and many are obviously considering making their way to the New World out of desperation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTDESC1010014;The blight affecting the Irish potato crop has spread to $STATENAME$. With the local harvest quickly failing, the effects are already being felt--in $PROVINCENAME$, the Irish are gathering in large crowds to receive aid sent by the British government. While they are grateful, times are still incredibly difficult and it's clear many are considering leaving Ireland to take their chances in the New World.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1010015;The Young Irelander Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010015;An aborted attempt at an uprising recently took place in the village of Ballingarry, Ireland. A group of Irish nationalists, frustrated by what they call the inept handling of the recent famine by the British government, engaged in a long gunfight with a unit of constabulary until reinforcements arrived and drove the men off. Many of these nationalists have since been captured and tried, but the event has sparked an increase in nationalism across the island.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010016;Ireland's Opportunity;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010016;Not content to wait until the dust of the war has settled, nationalists in Ireland have taken to the streets of $PROVINCENAME$ to call for the end of $COUNTRY_ADJ$ rule. With our forces engaged elsewhere, their calls have quickly swept across all of $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1010020;The Irish Republican Brotherhood;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010020;The tone among the people in our Irish territories has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from $COUNTRY_ADJ$ control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -EVTNAME1010021;Fenians in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010021;We've received reports that the Irish Republican Brotherhood has been active in $PROVINCENAME$, spreading propaganda and generally stirring up agitation against the $COUNTRY_ADJ$ government. The constabulary in $STATENAME$ has been actively hunting these nationalists down, but considering many within the constabulary are Irish themselves the process has not been simple.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1010022;Fenian Revolt in $PROVINCENAME$;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010022;The Irish Republican Brotherhood has stirred up local resentment in $PROVINCENAME$, resulting in several riots and a renewed campaign against $COUNTRY_ADJ$ rule in Ireland.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010023;The Easter Rising;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010023;In an event organized by the Irish Republican Brotherhood, a group of Irish nationalists seized key locations in the city of $PROVINCENAME$ on Easter Monday, kicking off the most significant uprising in Ireland since the rebellion of 1798.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVTNAME1010024;The Sinn Féin Demand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010024;Spurred on by increased public sympathy towards the Irish Republican Brotherhood following the Easter Rising, the Sinn Féin have won a majority of seats in Ireland during the last election. They have gathered in Dublin and declared themselves Dáil Éireann, the parliament of Ireland, and demanded that Ireland be granted immediate full independence. Considering their popularity, refusing would all but certainly trigger a war... but many agree that this is not the way to a peaceful resolution, and that $COUNTRY$ should never submit to such demands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTNAME1010025;The Anglo-Irish Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010025;With Ireland once again under our control, talks have begun in earnest to deal with the Irish situation once and for all... now on our terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under our control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and we should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME1010030;Charles Stewart Parnell;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010030;An Anglo-Irish politician by the name of Charles Stewart Parnell has just been elected to Parliament. Some are describing him as a firebrand and nationalist agitator, while others suggest he's a man of remarkable charisma and organizational talent-- able to take on the entirety of the $COUNTRY_ADJ$ political system in order to push his Irish Home Rule agenda and succeed. It's very possible that this man could single-handedly turn the tide of opinion on the subject of Home Rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010031;The $STATENAME$ Volunteers;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010031;With Charles Stewart Parnell putting forward his Home Rule agenda, $COUNTRY_ADJ$ citizens in $PROVINCENAME$ have become increasingly concerned that they might end up in an independent Irish state-- one dominated by Irish catholics in Dublin. They have begun actively campaigning to ensure this doesn't happen.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -EVTNAME1010032;Irish Home Rule;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010032;Charles Stewart Parnell has been successfully advancing his Home Rule Bill through Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who-- in the not-too-distant past-- might have said that Home Rule was unthinkable./n/nNow we must consider whether his vision will see the light of day: do we grant Ireland the status of an autonomous Dominion under our control, or put this aside and face renewed violence among the Irish? Either way," this man Parnell will not desist, and the question will keep coming before us even if we do not pass the Bill now.;;;;;;;;;;;;x",,,,,,,,,,,,,,,,,, -EVTNAME1010033;Kitty O'Shea;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC1010033;The revelation that Charles Stewart Parnell has been involved with a married woman, one Catherine O'Shea, and indeed is responsible for her subsequent divorce, was the scandal that ended his political career and prevented him from pushing the Home Rule agenda. Without him, it appears unlikely that the Irish Republican movement will gain the political clout it requires to attempt another passing of the Home Rule Bill.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME11380019;Constitutional Crisis;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC11380019;In a surprise election win, the fascists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the fascists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380020;In a surprise election win, the communists have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse the communists their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380021;In a surprise election win, the anarcho-liberals have taken power in the government. Technically they are allowed to do so, and their party has not been banned. There are concerns, however, that their ultimate goal is to take over the $COUNTRY_ADJ$ government and that this election win is just the first step in doing so. Some are even suggesting the possibility of voter fraud. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must decide whether to intervene and refuse these radical republicans their mandate as many expect. Failure to intervene means admitting that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,, -EVTDESC11380022;In a surprise election win, the communists have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: the communists cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTDESC11380023;In a surprise election win, the anarcho-liberals have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Regardless, the $COUNTRY_ADJ$ people have spoken, and thus a political showdown has resulted: these radical republicans cannot be permitted to win, but even if they're refused the next election might simply have the same crisis occur all over again. Perhaps the time has come to reconsider electoral reforms and put the power back where it belongs?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME152009872;$COUNTRY_ADJ$ Coup?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC152009872;There is unrest among $COUNTRY_ADJ$ officers in the military, enough that some of them are actively spreading dissension among the ranks. $COUNTRY$ would be better served, they say, if the army was in charge rather than the current leadership-- elected it may be, but according to them it has proven too ineffective. And it seems many of the men under their command agree.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -EVTNAME152009873;The $COUNTRY_ADJ$ Military Coup;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC152009873;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings-- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust our leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reform_CSA_title;Form the New Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_CSA_desc;If the North will not stand for truth and justice, then the South shall rise and take its place!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_new_CSA_title;Join the Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_CSA_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_FSA_title;Form the Free States of America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_FSA_desc;If the USA will not stand for truth and justice, then the FSA shall rise and take its place!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_FSA_title;Join the FSA;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_FSA_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_california_title;Join California;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_california_desc;The people have called on us to unite under the California banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_america_title;Join New America;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_america_desc;The people have called on us to unite under the New America banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rejoin_usa_title;Rejoin the Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rejoin_usa_desc;With the American government restored to democracy, our people have decided it is time to rejoin the Union. Let the United States be restored to the destiny it was meant for!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -exile_house_of_saud_title;Banish the House of Saud;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -exile_house_of_saud_desc;We are victorious over the House of Saud. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -exile_house_of_rashid_title;Banish the House of Rashid;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -exile_house_of_rashid_desc;We are victorious over the House of Rashid. We must send them into exile, so that Arabia stands united under a single flag: our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_nejd_title;Claim Nejd;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_nejd_desc;We cannot unite all of Arabia under our banner unless we control the central provinces. The House of Rashid must stand dominant!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hail_title;Claim Ha'il;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hail_desc;We cannot unite all of Arabia under our banner unless we control the northern provinces. The House of Saud must stand dominant!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_NEJ_title;Claim Hedjaz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_NEJ_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_HAL_title;Claim Hedjaz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_hedjaz_HAL_desc;We must claim the western lands in Hedjaz if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_HDJ_title;Claim Eastern Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_HDJ_desc;We must claim the eastern lands in Nejd and Hail if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_ASR_title;Claim Northern Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabia_ASR_desc;We must claim the rest of the peninsula if we are to unite all of Arabia under our rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabian_peninsula_title;Claim Greater Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_arabian_peninsula_desc;We must unite all of the Arabian peninsula under our rule, including all of the Trucial States, Oman, and Yemen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -become_saudi_arabia_title;Become Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_saudi_arabia_desc;We must reunite Nejd and Hedjaz under a single flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_saudi_arabia_title;Form Arabia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_saudi_arabia_desc;A united arab nation under our rule will make a strong and stable ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_arab_nationalism_title;Encourage Arab Nationalism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -encourage_arab_nationalism_desc;The way to truly fight the Ottoman Empire is to dismantle it from within. We must encourage their Arab minorities to rise up and seek their own destiny as independent nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ibn_saud_title;Ibn Saud;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ibn_saud_desc;The time has come to unite all of the Arabian peninsula under our rule. Hedjaz must be taken, in order for the Saudi nation to truly stand on its own.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_holy_city_title;The Holy City;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_holy_city_desc;Mecca is the center of all Islam. To hold it is to stand above all others, and prove to them that the fate of all Islam lies in our hands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hedjaz_independent_title;Declare Independence from Egypt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hedjaz_independent_desc;It is clear that Egypt is no longer in a position to rule us. Thus it is time for the Hedjaz to find its own path.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -education_decree_1863_title;Filipino Education Decree;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -education_decree_1863_desc;Through the Education Decree of 1863, Queen Isabella II decreed the establishment of a free public shool system in the Philippines that used Spanish as the language of instruction, leading to an increasing number of educated Filipinos. This would be the first in a number of colonial initiatives that rendered the Philippines as one of the few places in the world where it was said to have visibly improved and prospered under colonial rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_desc;Spain has no choice but to admit it cannot hold onto its Caribbean and Pacific holdings. If we sit down and enter into peace negotiations with the Spanish government, it is possible they might be willing to end this war and turn over their holdings to us… for a price. Some will see this as the beginnings of American colonialism, but to our government this is simply a recognition of the world power that the United States has become.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_victory_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1898_victory_desc;We have been victorious in our war against Spain, and Cuba is now free. The Spanish government should realize it does not have the power to hold onto its North American and Pacific colonies. We should approach them and demand they turn over these colonies to us-- for, while it might indicate to some the beginnings of American colonialism, we feel these colonies are best entrusted to the care of a democratic Western power who has the power to hold them.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -moret_law_title;The Moret Law;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -moret_law_desc;The Moret Law granted freedom to slaves in Puerto Rico born after 1868, slaves who served in the Spanish Army, slaves over 60 years old, and slaves who were owned by the Spanish government. It was the first in a series of reforms that saw slavery ended in Peurto Rico, well before it was ended in other Spanish colonies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -unite_indonesia_title;Unite Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_indonesia_desc;We must unite all of the Malay, Javan, Moluccan and Melanesian people of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -sarawak_protectorate_title;Establish Protectorate Over Sarawak;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sarawak_protectorate_desc;The so-called 'White Rajah' dynasty of Sarawak has held close ties with England since its creation, and now the possibility of peacefully establishing a protectorate over this kingdom in the East Indies has arisen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -sulu_protectorate_title;Establish Protectorate Over Sulu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sulu_protectorate_desc;The Sultanate of Sulu has held close ties with Spain for many years, and now the possibility of peacefully establishing a protectorate over this country in the East Indies has arisen.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_lan_na_title;Annex Lan Na;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -annex_lan_na_desc;The Kingdom of Lan Na must unite with Siam, for the benefit of both our nations in resisting imperialist control.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -flores_sale_title;Sell Flores to the Dutch;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -flores_sale_desc;The Indonesian islands are almost worthless to us, but might be of value to the Dutch East India Company. We should consider selling them for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -end_of_the_UK_title;The end of the United Kingdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_the_UK_desc;With both Scotland and Ireland gone, this Kingdom can't be called 'United' anymore. Long live England!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_mayan_lands_title;Rebuild the Mayan Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_mayan_lands_desc;The time has come for the Mayan people to reclaim what they have lost!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_santa_catarina_title;Claim Santa Catarina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_santa_catarina_desc;Our fellow rebels in the neighboring province of Santa Catarina must be liberated. The Juliana Republic must be freed from Brazilian rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_albania_title;Claim Greater Albania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_albania_desc;The lands of ethnic Albanians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_greater_mongolia_title;Claim Greater Mongolia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_mongolia_desc;The lands of ethnic Mongolians must be reunited with the motherland, no matter where they might live.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_tatar_lands_title;Claim Tatar Lands;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_tatar_lands_desc;Now that the Tatars are strong once again, we must reclaim the historical lands of Tartary!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -inherit_ryukyu_title;Inherit Ryukyu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -inherit_ryukyu_desc;The islands of Ryukyu have always had blood ties to both China and Japan. They must be brought into the fold with the rest of our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ryukyu_is_japanese_title;Ryukyu Is Japanese;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ryukyu_is_japanese_desc;The islands that were once Ryukyu are rightfully Japanese territory. We must establish our claim to them!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_afghanistan_title;Claim Greater Afghanistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_afghanistan_desc;We are a power to be reckoned with. It is time that we claimed the lands that are part of our heritage!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_nepal_title;Claim Greater Nepal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_nepal_desc;The time has come to revoke the Sugauli Treaty and take back that which was taken from us. Greater Nepal must be restored!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_serbia_title;Claim Greater Serbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_serbia_desc;Many Serbs live throughout the Balkans. It is our duty to unite all of them under the Serbian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_croatia_title;Reclaim Croatia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_croatia_desc;The Croatians renounced their ties to Hungary during the revolution, but now the time has come to reclaim our ancient kingdom's western shores.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_ukraine_title;Claim the Greater Ukraine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_ukraine_desc;All Ukrainians must rightfully fall under the Ukrainian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_macedonia_title;Claim Greater Macedonia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_macedonia_desc;All Macedonians must rightfully fall under the Macedonian flag!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_ukraine_title;Unite with the Ukraine;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_ukraine_desc;For the common good of our people, we must set aside our sovereignty and join the greater Ukrainian nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_poland_title;Jeszcze Polska nie Zginela;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_poland_desc;Poland must be reborn! With Warsaw back in our hands, we must take the first step towards uniting all Polish people under a common flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_poland_title;Unite with Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_poland_desc;Now that Poland has been reborn, the time has come for Krakow to rejoin the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -galicia_annex_krakow_title;Unite with Galicia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -krakow_form_galicia_title;Form Galicia-Lodomeria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -krakow_form_galicia_desc;Now that we have liberated Galicia from foreign tyranny, let us extend to its people the freedoms we ourselves hold dear. Long live free Galicia!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -pbc_in_chaos_title;Chaos in the Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -pbc_in_chaos_desc;Now the Confederation is desestabilized, we should break free from the southern dominance and show who is the real power in the Andes!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_title;The new Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_desc;Now we are a greater power, we can unite again with our South-Andean brothers and sisters.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_PEU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_PEU_desc;As Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_SPU_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_SPU_desc;As South Peru is not connected to Bolivia anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_BOL_title;The end of Peru-Bolivian Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_confederation_BOL_desc;As Bolivia is not connected to Peru anymore, the Confederacy can be declared extinct.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_la_paz_title;Treaty of La Paz;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_la_paz_desc;Our claim to both Peru and Bolivia is now considered legitimate.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralizer_act_huayna_capac_title;Acto Centralizador 'Huayna Capac';;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -centralizer_act_huayna_capac_desc;As the central government grows stronger, the Confederation becomes more and more an unitary state. The 'Centralizer Act Huayna Capac' concentrates even more power in the president and creates the United Republic of Peru-Bolivia.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_title;The new Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_new_pbc_desc;Now we are a greater power, we can unite again with our South-Andean brothers and sisters.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunite_peru_title;Reunite Peru;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunite_peru_desc;With the Confederation finally broken, we stand in a position to resume control over South Peru and unite the nation once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_angola_title;Organize the Angolan Colony;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_angola_desc;Angola is becoming a true Portuguese colony. We must create the proper colonial structures, so that it stands on par with our European provinces.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_mozambique_title;Organize the Mozambican Colony;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mozambique_desc;Mozambique is becoming a true Portuguese colony. We must create the proper colonial structures, so that it stands on par with our European provinces.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_simulambuko_desc;With the colonial powers of Europe having met at the Congo Conference to decide the orderly division of the African continent, pressure is mounting for Portugal to occupy the lands we have lain claim to. Our diplomats have been in close contact with the princes of Cabinda, and with additional urging we should be able to conclude a treaty forcing the Kongolese to surrender our Angolan claims.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -treaty_of_simulambuko_title;Treaty of Simulambuko;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_khiva_title;Become Uzbekistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_khiva_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_bukkhara_title;Become Uzbekistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_uzbekistan_bukkhara_desc;We must unite the Uzbeks into a single state, with sovereignty over all our ancestral land. Under Uzbek leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -become_kyrgyzstan_title;Become Kyrgyzstan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_kyrgyzstan_desc;We must unite the Kyrgyz into a single and modern state, with sovereignty over all our ancestral land. Under Kyrgyz leadership, all of Turkestan will one day be united!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unite_turkestan_title;Unite Turkestan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_turkestan_desc;Under our nation's leadership, the Turkmen, Kyrgyz, Tajiks and Uzbeks can at last be united into a single Turkestan. Should this dream ever come to pass, the world shall tremble before our might!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -form_yugoslavia_title;Form Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_yugoslavia_desc;The Slavic peoples of the Balkans must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_serbia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_serbia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_croatia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_croatia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_slovenia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_slovenia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bosnia_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bosnia_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_albania_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_albania_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_montenegro_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_montenegro_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_czechoslovakia_title;Form Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_czechoslovakia_desc;Bohemia and Slovakia cannot exist alone amidst the warring powers of Europe. We must unite under a single banner!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_bohemia_title;The End of Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_bohemia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_slovakia_title;The End of Czechoslovakia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_czechoslovakia_slovakia_desc;The union of Bohemia and Slovakia has been sundered. It is time to bring Czechoslovakia to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_moldavia_wallachia_title;Unite Wallachia & Moldavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_moldavia_wallachia_desc;The Principalities of Moldavia and Wallachia must unite under a single flag, and together achieve our destiny as a united Romania!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_romania_title;Unite with Romania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_romania_desc;Now that Romania has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_romania_title;Create Romania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_romania_desc;A united and free Romania will make a formidable and valuable ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -provincia_cisplatina_title;Provincia Cisplatina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -provincia_cisplatina_desc;The Provincia Cisplatina was brazilian once, and shall be brazilian again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -rio_da_prata_title;Natural Borders;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rio_da_prata_desc;As the Parana river is the natural southern border of Brazil, it's natural for such a great country to conquer Entre-Rios.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -banda_oriental_title;Banda Oriental;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -banda_oriental_desc;The Banda Oriental del Uruguay was argentinean once, and shall be argentinean again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -our_brothers_the_gauchos_title;Our Brothers, the Gauchos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -our_brothers_the_gauchos_desc;It's time to free our brothers, the Gauchos, from the brazilian rule!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -gran_colombia_by_sword_title;Claim Gran Colombia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -gran_colombia_by_sword_desc;If Gran Colombia is to exist once again, we must lay claim to all its territory-- and reunite it by sword, if need be!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unite_gran_colombia_title;Reunite Gran Colombia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_gran_colombia_desc;Gran Colombia shall be reborn from the ashes. Long live the united republic!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_austria_title;Become Austria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_austria_desc;The time has come to end the dual monarchy and return to our Austrian heritage.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_title;End of the Hungarian Revolution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_desc;There is no hope for us to continue. Our revolutionaries stand defeated and our country occupied-- we must submit!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_title;Release Galicia-Lodomeria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_galicia_desc;With our holdings in Galicia-Lodomeria cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies-- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_bukovina_title;Release Bukovina;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_bukovina_desc;With our holdings in Bukovina cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Romanians raise their own armies-- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -bosnian_annexation_title;Annex Bosnia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bosnian_annexation_desc;The government feels it is vital to bring Bosnia more fully under our administration, despite the international furore it might cause.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_neutral_faction_title;Abandon Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutral_faction_desc;We can no longer afford to stand on the sidelines in the civil war. For better or worse, we must recognize that we have already cast the die in the conflict and take a stand.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_kuomintang_faction_title;Abandon the Kuomintang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_kuomintang_faction_desc;The goals of the Kuomintang are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_communist_faction_title;Abandon the Communists;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_communist_faction_desc;The goals of the Communists are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -abandon_beiyang_faction_title;Abandon the Beiyang;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_beiyang_faction_desc;The goals of the Beiyang Army are no longer our own. As our ideology has changed, so must our allegiance. The civil war continues!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_leader_of_kuomintang_title;Leader of the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_kuomintang_desc;It falls to us to take the mantle of Kuomintang leadership. Victory for Nationalist China!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_beiyang_title;Leader of the Beiyang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_beiyang_desc;With control over Beijing, we may assume leadership over the Beiyang government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_leader_of_communists_title;Leader of the Chinese Communists;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_leader_of_communists_desc;With control over Beijing, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_the_KMT_title;Join the Kuomintang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_the_KMT_desc;Now that we control Beijing, we are in a position to aid the cause of Nationalist China. We must join our forces with theirs, for the good of all!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reunification_of_china_KMT_title;Reunification of Nationalist China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_KMT_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_communist_title;Reunification of China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_communist_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_title;Chinese Reunification;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reunification_of_china_desc;With control over the capital, we may assume leadership over the government and gain international recognition as the true rulers of China.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -beiyang_faction;Beiyang Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kuomintang_faction;Kuomintang Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -neutral_faction;Part of no Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -communist_faction;Communist Faction;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_title;The Unequal Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_desc;The Qing Empire is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations-- provided they are willing, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unequal_treaty_TPG_title;The Unequal Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_TPG_desc;The Heavenly Kingdom is at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both land and reparations-- provided they are willing, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -total_war_in_taiping_title;Total War in Taiping;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_taiping_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_peking_title;Total War in Peking;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_peking_desc;The Taiping Rebellion threatens the dynasty and, indeed, the entire Empire. We must call on all our citizens to rise up and fight against these Christian infidels!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -total_war_in_kashgaria_title;Total War in Kashgaria;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_kashgaria_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_yunnan_title;Total War in Yunnan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_yunnan_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_sul_title;Total War in Rio Grande do Sul;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_sul_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_title;Total War in Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_rio_grande_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -total_war_in_yucatan_title;Total War in Yucatan;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -total_war_in_yucatan_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_hindustan_title;Form Hindustan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_hindustan_desc;We must unite the people of Hindustan under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_marathas_title;Form Marathas;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_marathas_desc;The Maratha Empire was once the greatest force upon the Indian subcontinent. The time has come for it to rise once more!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_dravidistan_title;Form Dravidistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_dravidistan_desc;We must unite the Dravidian people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_rajputana_title;Form Rajputana;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_rajputana_desc;We must unite the Rajput people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_rajputana_outside_title;Form the Raj;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_rajputana_outside_desc;The Rajput states must be collected into a single state, one which will far better serve our needs as a stronger ally.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_baluchistan_title;Form Baluchistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baluchistan_desc;The Baluchi people must be liberated and united under a single flag-- ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_durrani_empire_title;Revive the Durrani Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_durrani_empire_desc;With Pashtun lands once again back in our hands, the empire of the Pashtuns can once again rise and reclaim that which was lost!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal_title;Claim Greater Bengal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal_desc;The Bengal Empire once ruled over much of eastern India, and the time has come to once again restake our claim. We must strike a blow against the forces of imperialism!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_pashtun_minority_title;Embrace the Pashtuns;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_pashtun_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Pashtun lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_sindi_minority_title;Embrace the Sindi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_sindi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Sindi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_avadhi_minority_title;Embrace the Avadhi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -PNJ_embrace_avadhi_minority_desc;The Sikh Empire is a secular, tolerant state. We shall embrace the Avadhi lands under our dominion, and together forge a nation even stronger than before.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -rangit_singh_title;Rule of the Maharajah;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rangit_singh_desc;The Maharajah Ranjit Singh has united the Panjabi misls under a single flag. He has formed a secular and tolerant state, one that has thrown off the Afghan yoke and resisted the encroaching imperialists. The future of the Sikh Empire is bright!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_nepal_title;Unite with Nepal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_nepal_desc;The time has come to rejoin with Greater Nepal and reform the great eastern kingdom.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -france_protector_of_eastern_christians_title;Claim Authority in the Holy Land;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -france_protector_of_eastern_christians_desc;Up until now, the Russians have maintained sovereign authority over Christians in the Holy Land-- authority that rightfully belongs to the Roman Catholic Church. It is time for that to change.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1856_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_1856_desc;With the Russians having failed to assert their authority over the Turks, it is time for the powers of Europe to convene in Paris and settle the matter as best we can.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_russia_title;Treaty of Paris;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_paris_russia_desc;Now that we have successfully asserted our authority over the Turks, it is time to convene the powers of Europe in Paris and settle the matter as best we can.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -protect_eastern_christians_desc;If we are to retain our status as the defenders of eastern Christians, we must act now and make war upon the Turks and her allies. We will not be denied!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -conquest_of_the_desert_title;Conquest of the Desert;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -conquest_of_the_desert_desc;A proposal has been brought forth to finally push into the southern Patagonian lands and pacify them once and for all. Argentina must make its claim so none can deny us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupation_of_araucania_title;Occupation of Araucania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -occupation_of_araucania_desc;A proposal has been brought forth to finally push into the southern lands of Araucania and pacify them once and for all. Chile must make its claim so none can deny us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -argentina_chile_border_treaty_title;Argentina-Chile Border Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -argentina_chile_border_treaty_desc;Now that the lands of Araucania and Patagonia are fully settled, it might be prudent for us to approach the Chileans and see if we cannot agree on a border-- they would get the lands west of the Andes and we the lands to the east. If we cannot come to an agreement, there is likely to be war.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -entre_rios_independent_title;A Call to Rebellion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -entre_rios_independent_desc;General Francisco Ramírez has issued a call to the people of Argentina: rise up, and force the dictators to agree to a just constitution that provides rights to every Argentine citizen!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_china_title;Become China;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_china_desc;With the northern capital now under our control, the time has come to unite all of China under a single flag.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_holstein_title;Become Holstein;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_holstein_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Holstein is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_schleswig_title;Become Schleswig;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_schleswig_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Schleswig is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -appeal_to_the_british_title;Appeal to the British;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appeal_to_the_british_desc;Though we are loathe to do so, it appears we are left with little choice: we must appeal to the British for protection, lest we fall under foreign rule and lose what little we have left.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_xhosa_lands_title;Claim Xhosa Lands;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_xhosa_lands_desc;The Xhosa lands rightfully belong to the Cape Colony, and the colonial governor has made a formal request to the British government to adminster the lands to protect colonist safety along the border.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -begin_crimean_war_title;We Must Act;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_crimean_war_desc;The Ottoman breach of our treaty protecting eastern Christians in the Levant cannot be abided. We must act, or face the loss of both prestige and the confidence of Orthodox Russians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_poland_lithuania_title;The Commonwealth Reborn;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_poland_lithuania_desc;Our ancient empire has been reborn. Let Poland-Lithuania exist once again, and let our ancient enemies tremble!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -stop_poland_lithuania_title;End the Commonwealth;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -stop_poland_lithuania_desc;The Poland-Lithuanian union is at an end. We must put aside our dreams of greatness and return to our roots as Poland itself.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baltic_states_title;Form the Baltic Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baltic_states_desc;The baltic cultures must unite into a single nation if we are to resist the aggression of Russians and other great powers. A single people under a single flag! Now and forever!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_title;Form the Baltic Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_desc;The former Grand Duchy of Livonia, a union of the northern baltic cultures, would make for a stronger ally than either Latvia or Estonia would alone. Let us create a puppet United Baltic Provinces nation that will serve us now and forever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -commodore_perry_expedition_title;Commodore Perry's Expedition;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -commodore_perry_expedition_desc;The Far East remains an enigma, and one which is beyond the reach of most western powers due to the enforced seclusion of China and Japan. While China is largely spoken for, Japan remains a potential target for American influence to expand. If we are to be taken seriously as a world power, we must consider sending a force to negotiate for trade rights with the Japanese-- under the threat of military force, if necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -kanagawa_treaty_title;The Treaty of Kanagawa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kanagawa_treaty_desc;With enough pressure placed on the Japanese, they will be forced to the negotiating table. A treaty can be hammered out at Kanagawa which will see Japan opened to outside trade and influence, and our superiority proven beyond the shadow of a doubt.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -unequal_treaty_desc;The Japanese are at a disadvantage. We are in a position to bring them to the negotiating table, and wrangle concessions of both trading privileges and reparations-- provided they are willing, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -ansei_purge_title;The Ansei Purge;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ansei_purge_desc;After the recent succession crisis of the shogunate, there are too many opposing factions within the bakufu. We must take steps to ensure these men are retired, forcefully or otherwise, lest they continue to stir up problems in the name of the Emperor.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -overthrow_the_bakufu_title;Overthrow the Bakufu;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -overthrow_the_bakufu_desc;The time has come to restore Emperor Meiji to power. For too long has the imperial court been forced to remain but a figurehead, with central authority remaining with the tyrannical Tokugawa clan. Japan must have one ruler, an Emperor that can lead the nation into the future. Let us send our forces to Kyoto, to seize the imperial palace and set the coup in motion.\n\n§RNOTE: To win this war, you must occupy Edo or White Peace with the Shogun. You must not allow Kyoto and your capital to become occupied.§W;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -fukoku_kyohei_title;Fukoku Kyohei;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fukoku_kyohei_desc;Meaning 'Enrich the country, strengthen the military', this must become the objective of a unified Japan if we are to catch up with the technological advantage held by the West. We must face these barbarians at their own game, and be better at it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -abolish_the_han_system_title;Abolish the Han System;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abolish_the_han_system_desc;The han system, under which the daimyo rule as feudal lords with very little central authority remaining to the government, is an antiquated relic that must be eliminated. The domains shall be replaced with prefectures, and the daimyos given roles as governors and bureaucrats. There will be resistance, but all will come to understand that this is for the greater good of Japan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -become_japan_title;Bunmei Kaika;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_japan_desc;With the embracing of Western ideas and authority slowly falling away from the shogunate, the government will naturally pass first to the imperial court-- and eventually, with the extension of voting privileges to the landowners, to the Japanese people themselves. This is a natural process, and one the Tokugawa must embrace for the good of Japan.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -bonin_administration_title;Japanese Bonin;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -bonin_administration_desc;Japan now controls the archipelago, and our modern administration will get rid of Gaijin names and change them accordingly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -taiwan_administration_title;Japanese Formosa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -taiwan_administration_desc;Japan now controls Formosa, and our modern administration will get rid of Gaijin names and change the island accordingly.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -boer_republic_title;The Boer Republic;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -boer_republic_desc;We have established a new nation, dominated by the Voortrekkers and carved from the territory of African natives. This is a new opportunity for us to live outside of British rule, now and forever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -sand_river_convention_desc;The Boers of the Transvaal are becoming increasingly resistant to colonial rule. The time has come to meet with them at Pretoria and discuss the terms of their independence-- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -orange_river_convention_desc;The Boers of the Orange Free State are becoming increasingly resistant to colonial rule. The time has come to meet with them at Bloemfontein and discuss the terms of their independence-- preferably subject to our conditions, which are that they abandon all laws allowing slavery and that our influence within their borders remain strong.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_north_cape_colony_title;Claim the Northern Cape;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_north_cape_colony_desc;The northern cape colony rightfully belongs to us. We must take steps to assert our claim, before our African ambitions come to naught.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_transvaal_title;Claim the Transvaal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_transvaal_desc;The Transvaal is boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_oranje_title;Claim Transorangia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_oranje_desc;The territory of the Orange Free State is Boer land and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_natalia_title;Claim Natal;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_natalia_desc;The Natal is boer territory and rightfully belongs as part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_africa_title;Form South Africa;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_africa_desc;With the Cape Colony under our control we can form a true, united Boer republic-- one that at last will keep us from foreign domination and British rule.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_vereeniging_title;Treaty of Vereeniging;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_vereeniging_desc;The Cape Colony is under our control. Now is the time to sit down with our former colonial masters and work out a peace deal that will see it transferred back into Boer hands.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_umtata_title;Treaty of Umtata;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_umtata_desc;Now that the war with the Xhosa is done, the time has come to discuss our mutual borders. With our colonists increasingly moving eastward, we may need to incorporate some of their lands into the Cape Colony.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_title;End of the Hungarian Revolution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_hungarian_revolution_desc;There is no hope for us to continue. Our revolutionaries stand defeated and our country occupied-- we must submit!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_alaskan_purchase_title;The Northern Alaska Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_alaskan_purchase_desc;Interlopers have moved in on our claims in northern Alaska. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -hawaiian_purchase_title;The Hawaiian Islands Purchase;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hawaiian_purchase_desc;Interlopers have moved in on our claims in the Hawaiian Islands region. Considering we have friendly enough relations with them, perhaps we should consider a purchase of the territory before we resort to war?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_hawaii_title;Annex Hawaii;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_hawaii_desc;Our relationship with the Hawaiian government has borne fruit. They have asked to become a part of our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sell_alaska_title;Seek a Buyer for Alaska;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -sell_alaska_desc;We have little use for our North American holdings. They are difficult to defend, and would be worth far more to another country than it is to us. While it may take some time to find an interested and appropriate buyer, perhaps we should start the process?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -rio_grande_treaty_title;Treaty of the Rio Grande;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -rio_grande_treaty_desc;Our allies in the Rio Grande should be approached to find their willingness to turn over lands claimed by the state of Texas.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -apply_for_USA_statehood2_title;Apply for Statehood;Demande de rattachement en tant qu'État;Antrag auf Souveränität;;Solicitud de ingreso como estado;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -apply_for_USA_statehood2_desc;Our position on the North American continent, and our traditional cultural ties to the USA, make it likely that the USA would accept a petition of statehood from us. Doing this means our country will be annexed by the United States;Notre position géographique sur le continent nord Américain, et les liens qui nous unissent aux Etats-Unis font que ces derniers accepteraient probablement une pétition sur une demande de rattachement en tant qu'Etat. En faisant cela, notre pays serait annexé aux Etats-Unis.;Unsere Position auf dem nordamerikanischen Kontinent und unsere traditionellen kulturellen Verbindungen mit den USA machen es wahrscheinlich, dass die USA einen Antrag auf Souveränität von uns akzeptiert. Dies bedeutet, dass unser Land von den Vereinigten Staaten annektiert wird;;Por nuestra posición en el continente norteamericano y nuestros vínculos culturales tradicionales con los EE.UU. parece probable que nos acepten como estado de la Unión si lo solicitamos. Si lo hacemos, nuestro país será anexionado por los Estados Unidos.;;;;;;;;;x,,,,,,,,,,,,,,, -canadian_dominion_title;The Canadian Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -canadian_dominion_desc;The Confederation of Canada now has self-rule. Our dominion is ours to govern, as a new and emerging power not only within North America but in the world.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -vive_le_quebec_title;Vive le Quebec Libre!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vive_le_quebec_desc;Quebec is free! Finally the Quebecois has the right to govern themselves, and seek out their destiny as an emerging power not only in North America but in the world!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_british_columbia_title;Organize British Columbia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_british_columbia_desc;The colonies of Columbia, New Caledonia and Vancouver Island must be merged into a single entity -- both for the sake of their viability as well as to ensure their strength in the years to come.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_confederation_title;Join Confederation;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_confederation_desc;Our position on the North American continent, and our traditional cultural ties to Canada, make it likely that Canada would be willing to negotiate our entrance into confederation. Doing this means our country will be annexed by Canada.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_the_rcmp_title;Form the R.C.M.P.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_the_rcmp_desc;With the acquisition of Rupert's Land and the North-West Territories it has become increasingly obvious that a new force is required to patrol those lands and keep order.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_cnr_title;Build the Canadian National Railway;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_the_cnr_desc;One railway, linking the Pacific and Atlantic coasts, is a dream that will ensure the unity of Canada -- though it is an expensive dream, to be sure.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -treaty_of_heligoland_title;The Heligoland Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_heligoland_desc;Germany is eager to obtain the island of Heligoland, currently in our possession. To avoid a war, it might be in our best interest to arrange a trade: Heligoland in exchange for one of their colonies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -create_kashmir_title;Create the Kashmir Dominion;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_kashmir_desc;For the good of the Empire, we should create a new Princely State in the northern dominion of Kashmir.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -gold_coast_treaty_title;Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -gold_coast_treaty_desc;We have experienced numerous conflicts with the Dutch government, in regards to their colonial holdings on the Gold Coast and elsewhere. A treaty to solidify our hold on the Gold Coast, and increase our mutual friendship and cooperation, might be beneficial to both our nations.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -recognize_the_csa_title;Officially recognize the CSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_csa_desc;We will extend formal recognition of the Confederate States of America, opening an embassy in their capital and formally establishing relations. The Yankees will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the south's right to secede. If we cannot live under the same roof, we shall be kind neighbors, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the North override what the South knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -establish_panslavism_title;Establish Pan-Slavism;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -establish_panslavism_desc;The Orthodox Christians of the Balkans have lived under the boot of Muslim oppression for too long. The time has come to call on them to rise up against their oppressors. All Yugoslavia must unite!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_bukhara_title;The Great Game Comes to Bukhara;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_bukhara_desc;We must press our domination of Central Asia. This means that Bukhara must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_kokand_title;The Great Game Comes to Kokand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_kokand_desc;We must press our domination of Central Asia. This means that Kokand must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_khiva_title;The Great Game Comes to Khiva;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_khiva_desc;We must press our domination of Central Asia. This means that Khiva must join our nation, or stand forever more subject to British aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -meddled_in_foreign_affairs;Meddled in Foreign Affairs;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -force_vassal_freedom_title;We Shall Be Free;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -force_vassal_freedom_desc;A chance is upon us. Do we approach the great power who has so much influence in $COUNTRY$, and ask them to intervene in our affairs? If we do, we stand a chance of freeing ourselves from foreign rule. We also stand to lose a great deal, as do they. We must proceed cautiously.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -no_freedom;Attempted Freedom;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -no_freedom_desc;We attempted to free ourselves from foreign rule. We must wait until there is another opportunity, as for now they are watching us closely.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -NOT_STRONGER_ARMY_THAN;Does not have a stronger military than ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -STRONGER_ARMY_THAN;Has a stronger military than ;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_title;Create Cambodian Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_desc;Fearing invasion by the Siamese, the Cambodians have requested that we allow them to join the Dai Viet in protection by our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -accademia_della_crusca_title;Accademia della Crusca;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -accademia_della_crusca_desc;The Accademy of the Crusca, the most prertigious center of study for the italian language, would gladly appreciate an economic help from your majesty to keep on with the good work on italian literature's history... and to pay those new paintings for the main hall;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -plombieres_title;Accordo di Plombières;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -plombieres_desc;We should seek french help to kick Austria out of Italy.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -garibaldi_redshirts_title;Expedition of the Thousand;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -garibaldi_redshirts_desc;The revolutionary leader, Giuseppe Garibaldi, has called upon the Italian people to take arms in the name of unification. A volunteer army under Garibaldi's leadership will topple the southern governments and remove the stain of the Bourbon legacy from the peninsula forever.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -war_italian_independence_title;War of Italian Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -war_italian_independence_desc;It falls upon our nation to break the power that Austria has over Italy. Lombardia must be freed, at any cost.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union;Italian Call to Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union_title;Italian Call to Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -italian_call_to_union_desc;The time has come to call upon the Italian people to rise up and unite under a common banner. Risorgimento must commence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -we_are_italian_title;We are Italian!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -we_are_italian_desc;Now that we are free, it is time to reassert our Italian heritage. We must rejoin the motherland!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_tuscany_title;Unite with Tuscany;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_tuscany_desc;For the good of Italian reunification, the time has come for Lucca to unite with our Tuscan neighbours to the south.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -objects_to_italy;Objects to Italian Unification;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_ouchy_title;Treaty of Ouchy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_ouchy_desc;Now that we possess Tripoli, we can take the Turks to the negotiating table and force them to hand over the remainder of Libya in exchange for any other provinces of theirs we hold.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -perfect_fusion_title;Fusione Perfetta;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -perfect_fusion_desc;Now that liberal forms have been introduced to our nation's government, the people of Sardinia have come to view their separate status as more of a liability than a privilege. Perhaps an act of 'Perfect Union' between the Sardinians and the northern Italians is required to at last bring harmony to our house and aid the eventual reuinification of Italy.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_savoy_title;Become Savoy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_savoy_desc;With the loss of Sardinia, we can no longer claim a name that belongs to a union of Sardinia and Piedmont. We must become the Duchy of Savoy once more.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_piedmont_title;Become Sardinia-Piedmont;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_piedmont_desc;Sardinia and Piedmont must be united into a single land once more!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baltic_states_title;Unite the Baltic States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_baltic_states_desc;The time has become to unite the Baltic nations under a single flag-- ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_title;Create the Baltic States;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_baltic_states_desc;Uniting the Baltic nations under a single flag, as a puppet to our nation, will make for a much stronger ally.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_germany_AUS_title;Three Hurrahs For Germany!;Pour l'Allemagne, hip hip hip, hourra !;Ein dreifaches Hurra auf Deutschland!;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,,,,,,,,,,,,,,,,,, -form_germany_AUS_desc;The great empire of the Habsburgs no longer exists, but the unification of Germany under Austrian leadership, as perhaps it was always meant to be, still awaits us. Long live the German Empire, one people ruled from the great city of Vienna!;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -austria_annex_SGF_title;Inherit the South German Confederation;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austria_annex_SGF_desc;With the great empire of the Habsburgs now lost to us, perhaps it is time to look north towards the unification of Germany. First, however, we must bring the South German Confederation under our own leadership.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -form_india_title;Form India;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_india_desc;The peoples of the Indian sub-continent must be united under a single banner: ours. It is the only way to keep us free of rule from European powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_north_german_confederation2_title;Call for German Unity;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_north_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards North German hegemony, we must approach our North German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -form_south_german_confederation2_title;Call for German Unity;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_south_german_confederation2_desc;The conditions may be less than ideal, but in order to maintain national security and strive towards South German hegemony, we must approach our South German allies and create a confederation. Only with a united front, under a single flag, may we succeed!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -end_of_NGF_PRU;Become Prussia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_PRU_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Prussia is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_ANH;Become Anhalt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_ANH_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Anhalt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_BAD;Become Baden;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_BAD_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Baden is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_BAV;Become Bavaria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_BAV_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Bavaria is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_BRA;Become Brunswick;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_BRA_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Brunswick is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_BRE;Become Bremen;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_BRE_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Bremen is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_FRM;Become Frankfurt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_FRM_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Frankfurt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HAM;Become Hamburg;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HAM_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hamburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HAN;Become Hannover;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HAN_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hannover is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HEK;Become Hesse-Kessel;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HEK_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hesse-Kessel is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HES;Become Hesse-Darmstadt;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_HES_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hesse-Darmstadt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_OLD;Become Oldenburg;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_OLD_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Oldenburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_SAX;Become Saxony;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_SAX_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxony is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_WEI;Become Saxe-Weimar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_WEI_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Weimar is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_WUR;Become Württemburg;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_SGF_WUR_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Württemburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_MEI;Become Saxe-Meiningen;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_MEI_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Meiningen is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_COB;Become Saxe-Coburg-Gotha;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_COB_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Coburg-Gotha is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_NAS;Become Nassau;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_NAS_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Nassau is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_MEC;Become Mecklenberg;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_MEC_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Mecklenberg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_LUB;Become Lübeck;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_LUB_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Lübeck is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_LIP;Become Lippe;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_NGF_LIP_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Lippe is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -portuguese_civil_code_title;Portuguese Civil Code;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -portuguese_civil_code_desc;The Portuguese Civil Code was unique for European civil codes, in its characterization of laws in terms of the person and property; it was divided into four sections: the person, the acquisition of goods, goods, and the defense of those goods or rights.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -treaty_of_tartu_title;Treaty of Tartu;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_tartu_desc;Now that we are free from Russian rule, we should approach the Russian government and discuss the claims to Petsamo and southern Karelia before we end up in a territorial war we cannot hope to win.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_gothenburg_title;Göteborg, a Scandinavian Capital;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_gothenburg_desc;Göteborg is the center of the Scandinavian nation and would be a perfect Capital for our great nation and further unite our people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_kalmar_title;Reform the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_kalmar_desc;Once all of Scandinavia was ruled by a single monarch, our people united in purpose. With our nation on the rise in power and prestige, it is time to resurrect the Kalmar Union once more. For now this is just an idea, and one we must convince the other Scandinavian countries to accept. In time, they will come to see the benefit inherent in our common bond.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -SCA_customs_union_title;The Scandinavian Customs Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_customs_union_desc;The first step in uniting the Scandinavian nations is to eliminate the restrictions on trade between us. Open the borders!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_political_union_title;The Scandinavian Political Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -SCA_political_union_desc;The next step towards uniting Scandinavia is reducing the differences in our governments. Why have multiple agencies when there can simply be one, providing all our people with the services they need? We must surrender our individual sovereignty for common gain.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -usurp_kalmar_title;Take Leadership in the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -usurp_kalmar_desc;While the Kalmar Union was not reborn in our nation, it seems that a united Scandinavia will never come to pass unless a stronger country stands up and takes over the leadership role.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -kalmar_union;Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -kalmar_union_desc;We have agreed in principle to a closer bond with the other Scandinavian nations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -leader_of_kalmar;Leader of the Kalmar Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -leader_of_kalmar_desc;We are the leader of the movement to unite the Scandinavian people under a single flag.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -customs_union;Customs Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -customs_union_desc;We are a member of a customs union, designed to reduce the barriers in trade between the member nations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -join_kalmar_union_title;Join the Kalmar Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_kalmar_union_desc;The time has come for our nation to take part in the growing Scandinavian union.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -spanish_restoration;The Restoration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -spanish_restoration_title;The Restoration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -spanish_restoration_desc;A period of relative peace and stability in Spain initiated by King Alfonso XII, the aim being to create a new system of government with balance between the liberals and conservatives.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -league_of_three_emperors_title;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -league_of_three_emperors_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -form_arab_union_title;Form Arab Union;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_arab_union_desc;A nation must arise to lead the Arab peoples of the world into the future, a greater power that would unite the Arab world from Morocco to the Mashriq.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -propose_danube_federation_title;Propose the Danubian Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -propose_danube_federation_desc;A new notion has arisen in our country-- one of extending the rights currently enjoyed by the Hungarians to the other Danubian cultures. We cannot, after all, expect that our nation will be able to peacefully continue on with two cultures dominating so many others. Provided the Hungarians will agree, we could unite our cultures into a larger and more peaceful federation of the Danube.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -become_danube_federation_title;Become the Danube Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_danube_federation_desc;Now that the Hungarians and all the Danubian cultures have been consulted, the time has come for the new government to be implemented. Long live the Danubian Federation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_danube_federation_title;End the Federation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_danube_federation_desc;The concept of the Danubian Federation is no longer valid. We no longer control the territories that were once part of our nation, and thus the time has come to give up the fiction and become Austria once more in truth.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_iberia_title;Become Iberia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_iberia_desc;We have proven our mettle and united the Iberian peninsula under our rule. Now the time has come for a new Iberian federation to be born, one that unites all of the peninsula's cultures under a single rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_iberia2_title;Become Iberia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_iberia2_desc;We have proven our mettle and united the Iberian peninsula under our rule. Now the time has come for a new Iberian federation to be born, one that unites all of the peninsula's cultures under a single rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -end_of_iberia_spain_title;Become Spain;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_iberia_spain_desc;The Iberian union is no longer the truth. We must put aside the fiction and become Spain in truth.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_iberia_portugal_title;Become Portugal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_iberia_portugal_desc;The Iberian union is no longer the truth. We must put aside the fiction and become Portugal in truth.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_greece_title;Unite With Greece;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_greece_desc;Our proper place lies with Greece. Long live the Hellenic destiny!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_caliphate_title;Form the Islamic Caliphate;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_caliphate_desc;The dream of a true muslim nation: unite the peoples of Islam under a single banner, one which could make the nations of the world shake before its might and cast fear into the hearts of men so used to treating our brethren as lesser beings.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -apply_sharia_law_title;Apply Sharia Law;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -apply_sharia_law_desc;Ours is a nation based on fundamental religious rule. Thus it is incumbent that Sharia law be applied to its fullest extent-- in the interest of keeping peace and order.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -repeal_sharia_law_title;Repeal Sharia Law;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -repeal_sharia_law_desc;Ours may be an Islamic union, but it is no longer a nation based on fundamental religious rule. We must repeal the strict Sharia laws which have held back our nation for so long.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_la_plata_title;Unite La Plata;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_la_plata_desc;The nations which were once part of the Viceroyalty of La Plata must be reunited under a single flag once again, the platinean peoples bound together into a great nation, a power to rule in the New World.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_maghreb_title;Unite the Maghreb;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_maghreb_desc;The Maghrebi cultures of western Africa must be united under a single flag, an Arab nation mighty enough to shake the world order to its foundations.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_transcaucasia_title;Unite Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_transcaucasia_desc;The nations of the southern Caucasus must unite together, a new power sufficient to withstand the might of Russian colonialism.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_transcaucasia_title;Create Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_transcaucasia_desc;The nations of the southern Caucasus must be united together, a vassal that will serve as a loyal and mighty ally to our country.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_north_caucasus_title;Claim the Northern Caucasus;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_north_caucasus_desc;By rights, the northern Caucasus region belongs as part of our country just as do its people.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_yemen_title;Become Yemen;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_yemen_desc;Northern and Southern Yemen must be united under a single flag-- ours.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hatt_i_humayun_title;Hatt-i Hümayun;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -hatt_i_humayun_desc;The Hatt-i Hümayun, or 'Imperial Reform Edict', will take the concept of Ottomanism-- the belief that equality among the Empire's religious groups will solve its social issues-- to the logical conclusion. Full rights will be granted to the Empire's minorities, and laws passed to grant each millet the right to use the religious law of its population. This will go a long way towards dealing with some of the nationalist strife the country has suffered, and bring the Ottoman Empire into a new and multicultural age.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -republican_reforms;Republican Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -republican_reforms_title;Republican Reforms;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -republican_reforms_desc;Under a liberal and democratic government, Turkey must be transformed into a modern and secular state!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -greater_turkey_title;Claim Greater Turkey;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_turkey_desc;We must strive to restore the Greater Turkish Empire, one that stretches throughout the Middle East rather than in Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -fsa_enact_anaconda_plan_title;The Anaconda Plan;Le plan Anaconda;Der Anaconda-Plan;;El plan Anaconda;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_enact_anaconda_plan_desc;Originally devised by General-in-chief Winfield Scott, the Anaconda plan was a plan for subduing the Free Americans by means of a massive naval blockade, and a military advance along the coast. By initiating blockades of FSA ports, we can increase their war exhaustion by denying them essential goods.;;;;;;;;;;;;;;;;;;;;;;;;x,,,,,,,,,,,, -fsa_shermans_march_to_the_sea_title;Sherman's March To The Sea;La marche de Sherman vers la mer;Shermans Marsch zum Meer;;La marcha hacia el mar de Sherman;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_shermans_march_to_the_sea_desc;During the campaign he conducted in November and December of 1864, Major General William Tecumseh Sherman applied the doctrines of Total War in what can best be described as a campaign of terror directed at the civilian population of the North. By operating deep inside Free American territory, and by destroying much of the north's civilian infrastructure, Sherman is often said to have broken the North's will to fight. Apply his methods, and it might be the final nail in the FSA's coffin.;Durant la campagne qu'il mena en Géorgie de novembre à décembre 1864, le Major-général William Tecumseh Sherman appliqua une doctrine de guerre totale, que l'on pourrait plutôt qualifier de campagne de terreur ayant pour cible la population civile du Sud. En agissant profondément au sein des territoires confédérés, et en détruisant la majorité des infrastructures civiles de la Géorgie, Sherman est souvent cité pour avoir brisé la volonté de combattre du Sud. Appliquons sa méthode, et cela pourrait être le dernier clou du cercueil des Confédérés.;Während des Feldzuges durch Georgia im November und Dezember 1864 wandte Generalmajor William Tecumseh Sherman die Doktrinen des Totalen Krieges mit nur als Terrorkampagne zu bezeichnenden Aktionen gegen die Zivilbevölkerung des Südens an. Durch Operationen tief in konföderiertem Gebiet und durch Zerstörung eines Großteils der Infrastruktur von Georgia brach Sherman vielen Meinungen nach den Kampfeswillen des Südens. Wenden Sie seine Methoden an - vielleicht werden sie der letzte Nagel im Sarg der Konföderation sein.;;Durante la campaña llevada a cabo en Georgia entre noviembre y diciembre de 1864, el general William Tecumseh Sherman aplicó las doctrinas de la guerra total en lo que podría describirse perfectamente como una campaña de terror dirigida contra las poblaciones civiles del sur. Se cree que al operar en el interior de territorio confederado y destruir gran parte de la infraestructura civil del enemigo, Sherman logró quebrantar la voluntad de combatir del sur. La aplicación de estos métodos podría suponer el último clavo en la tapa del ataúd del enemigo.;;;;;;;;;x,,,,,,,,,,, -raise_the_flag_of_freedom_title;Raise the Flag of Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -raise_the_flag_of_freedom_desc;The time has come to take a stand, to fight against the dominance of the south and in the name of free men everywhere!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -fsa_enact_radical_reconstruction_title;Radical Reconstruction;Reconstruction radicale;Radikaler Wiederaufbau;;Reconstrucción radical;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -fsa_enact_radical_reconstruction_desc;We have won the war against the FSA, and now the time has come to restore order in the north. Yankee nationalism must be suppressed, and policies enacted to ensure that a resurgence of chaos never occurs again.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -restore_the_union_title;Restore the Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_the_union_desc;Our manifest destiny is to reclaim the United States of America which once was, and thus to re-create it in the name of the Founding Fathers and the true spirit of independence.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -restore_washington_capital_title;Move the Capital to Washington;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_washington_capital_desc;The capital of the USA rightfully belongs in Washington, D.C. Now that it is under our control, we must make the symbolic gesture of restoring it as the center of the Union and proving the strength of America.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -restore_richmond_capital_title;Move the Capital to Richmond;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -restore_richmond_capital_desc;The capital of the FSA rightfully belongs in Richmond, Virginia. Now that it is under our control, we must make the symbolic gesture of restoring it as the center of the Confederacy and proving the strength of the South.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -move_capital_to_philadelphia_title;Move the Capital to Philadelphia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_philadelphia_desc;Let us move the capital to Philadelphia, a city under our control and a cultural and historical center of the North.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_boston_title;Move the Capital to Boston;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_boston_desc;Let us move the capital to Boston, a city under our control and a cultural and historical center of the North.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_atlanta_title;Move the Capital to Atlanta;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_atlanta_desc;Let us move the capital to Atlanta, a city under our control and a cultural and historical center of the South.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_title;Officially recognize the FSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_desc;We will extend formal recognition of the Free States of America, opening an embassy in their capital and formally establishing relations. The USA will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the north's right to secede. If we cannot live under the same roof, we shall be kind neighbors, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the South override what the North knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -begin_hungarian_revolution_title;Begin the Revolution!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_hungarian_revolution_desc;We must strike a blow against the Hapsburg monarchy, in the name of Hungarian independence!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -vassal_rebellion_title;Demand Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -vassal_rebellion_desc;We have attempted diplomatic efforts to achieve our freedom, and been refused. Now our only hope is to demand our independence on threat of all-out war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_hindustan2_title;Form Hindustan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_hindustan2_desc;We must unite the people of Hindustan under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_marathas2_title;Form Marathas;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_marathas2_desc;The Maratha Empire was once the greatest force upon the Indian subcontinent. The time has come for it to rise once more!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal2_title;Claim Greater Bengal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_greater_bengal2_desc;The Bengal Empire once ruled over much of eastern India, and the time has come to once again restake our claim. We must strike a blow against the forces of imperialism!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_dravidistan2_title;Form Dravidistan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_dravidistan2_desc;We must unite the Dravidian people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_schleswig_title;Claim Schleswig;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_schleswig_desc;The duchies of Schleswig and Holstein have long been united and considered indivisible under the Danish crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for King Frederick VII. The treatment of Danish people in Schleswig living under Holsteinian domination has led to a call for the duchy to be incorporated into Denmark proper. This is unlikely to be looked on favorably by the conservative German aristocracy in Holstein.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_japan_title;Unite With Japan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_japan_desc;The time has come to reconcile with the Japanese government, and unite our nations for the good of the Japanese destiny.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_nigeria_title;Organize Nigeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_nigeria_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_nigeria_title;Claim Nigeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_nigeria_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_togo_title;Organize Togo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_togo_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_togo_title;Claim Togo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_togo_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_ivory_coast_title;Organize Ivory Coast;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_ivory_coast_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_ivory_coast_title;Claim Ivory Coast;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_ivory_coast_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_sierra_leone_title;Organize Sierra Leone;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_sierra_leone_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_sierra_leone_title;Claim Sierra Leone;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_sierra_leone_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_guinea_title;Organize Guinea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_guinea_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_guinea_title;Claim Guinea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_guinea_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_senegal_title;Organize Senegal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_senegal_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_senegal_title;Claim Senegal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_senegal_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_niger_title;Organize Niger;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_niger_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_niger_title;Claim Niger;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_niger_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_chad_title;Organize Chad;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_chad_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_chad_title;Claim Chad;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_chad_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_cameroon_title;Organize Cameroon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_cameroon_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_cameroon_title;Claim Cameroon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_cameroon_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_gabon_title;Organize Gabon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_gabon_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_gabon_title;Claim Gabon;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_gabon_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_congo_title;Organize Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_congo_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_congo_title;Claim Congo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_congo_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_zaire_title;Organize Free Congo State;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zaire_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_zaire_title;Claim Free Congo State;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_zaire_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_zambia_title;Organize Zambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zambia_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_zambia_title;Claim Zambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_zambia_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_kenya_title;Organize Kenya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_kenya_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_kenya_title;Claim Kenya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_kenya_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_tanzania_title;Organize Tanganyika;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_tanzania_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_tanzania_title;Claim Tanzania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_tanzania_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_mali_title;Organize Mali;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mali_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_mali_title;Claim Mali;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_mali_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_libya_title;Organize Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_libya_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_CAR_title;Organize Ubangi-Chari;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_CAR_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_CAR_title;Claim Ubangi-Chari;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_CAR_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_malawi_title;Organize Nyasaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_malawi_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_malawi_title;Claim Nyasaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_malawi_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_gambia_title;Organize the Gambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_gambia_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_gambia_title;Claim the Gambia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_gambia_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_angola_title;Claim Angola;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_angola_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reorganize_mozambique_title;Claim Mozambique;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_mozambique_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -move_capital_to_niamey_title;Move Capital to Niamey;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_niamey_desc;Niamey provides a better capital for Niger-- we should move the government there at once.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_bamako_title;Move Capital to Bamako;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_bamako_desc;Niamey provides a better capital for Mali-- we should move the government there at once.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_dar_es_salaam_title;Move Capital to Dar-es-Salaam;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_dar_es_salaam_desc;Dar-es-Salaam provides a better capital for Tanganyika-- we should move the government there at once.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_malaya_title;Unite Malaysia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_malaya_desc;We must unite all of the Malay peoples of the East Indies under a common banner. Down with the imperialists!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_malaya_title;Create Malaysia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_malaya_desc;A unified and civilized federation of the Malay peoples will provide a stronger ally for our nation.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_hungary_title;Flee to Budapest;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_hungary_desc;With the loss of Vienna, the Austro-Hungarian government must flee to Budapest instead. The Hungarians will not, however, continue with the arrangement of the Dual Monarchy-- not when what is left of Austria has been lost. The Hungarians will instead become the new power in our union, taking over what remains of our Empire and ruling in our name.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -reclaim_the_UK_title;Reclaim the British Isles;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_the_UK_desc;We must rise up and reclaim all of the British Isles-- the old Empire will exist once again!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_UK_title;Reform the United Kingdom;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reform_the_UK_desc;Now that we have reclaimed the British Isles we must restore them to a single, united rule once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_hausaland_title;Become Hausaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_hausaland_desc;The hausa have come to increasingly dominate the Caliphate and its court, and it is time Sokoto reflected that fact.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_toucouleur_title;Found the Tukulor Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_toucouleur_desc;The Jihad must continue! With the cities of the central deserts under our control, now is the time to found a united empire that will resist the coming onslaught of the colonial powers!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_mali_empire_title;Restore the Mali Empire;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_mali_empire_desc;The Mali Empire was once one of the greatest kingdoms in all of Africa. Under the ancient flag we can unite the peoples of the western Sahel, and challenge the might even of the Europeans!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_somalia_title;Unite Somaliland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_somalia_desc;We must unite all Somalis under a single, unified flag!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_ETH_title;Unite Ethiopia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_ETH_desc;The civil war is over. Ethiopia must be one nation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_SHW_title;Unite Shewa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_ethiopia_SHW_desc;The civil war is over. Shewa must be one nation!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_cuba_title;Recognize Cuban Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_cuba_desc;The Cubans have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_phillipines_title;Recognize Filipino Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_phillipines_desc;The Filipinos have established themselves as a free country, and it falls on the Americans as descendants of the Sons of Liberty to officially recognize their independence and encourage their growth as American allies.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_silesia_title;Release Silesia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_silesia_desc;With our holdings in Silesia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies-- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -release_dalmatia_title;Release Dalmatia;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -release_dalmatia_desc;With our holdings in Dalmatia cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Polish raise their own armies-- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -claim_austrian_silesia_title;Claim Silesia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_austrian_silesia_desc;The provinces of Bielsko and Tesin are rightfully Czech lands, having once belonged to Bohemia. We must reclaim them as our own.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -unite_with_croatia_title;Unite with Croatia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_with_croatia_desc;Now that Croatia has been formed, the time has come for us to join the motherland.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -invite_slovenia_to_YUG_title;Invite Slovenia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_slovenia_to_YUG_desc;Our Slovenian neighbours wold surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bosnia_to_YUG_title;Invite Bosnia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bosnia_to_YUG_desc;Our Bosnian neighbours wold surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_croatia_to_YUG_title;Invite Croatia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_croatia_to_YUG_desc;Our Croatian neighbours wold surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_montenegro_to_YUG_title;Invite Montenegro Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_montenegro_to_YUG_desc;Our Montenegrin neighbours wold surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_serbia_to_YUG_title;Invite Serbia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_serbia_to_YUG_desc;Our Serbian neighbours wold surely be willing to join the Slavic union. Perhaps we should extend a hand to them?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bulgaria_to_YUG_title;Invite Bulgaria Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_bulgaria_to_YUG_desc;While the Bulgarians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -invite_macedonia_to_YUG_title;Invite Macedonia Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_macedonia_to_YUG_desc;While the Macedonians are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -invite_greece_to_YUG_title;Invite Greece Into Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invite_greece_to_YUG_desc;While the Greeks are not truly considered part of the Slavic culture and are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_bosnians_YUG_title;Embrace Bosniaks;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_bosnians_YUG_desc;The Bosniaks are historically a Muslim culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -embrace_bulgarians_YUG_title;Embrace Bulgarians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_bulgarians_YUG_desc;The Bulgarians often do not consider themselves true Slavs, or perhaps they simply think themselves superior? Either way relations with the Bulgarians have been difficult. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -embrace_greeks_YUG_title;Embrace Greeks;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_greeks_YUG_desc;The Greeks are not truly a Slavic culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -embrace_albanians_YUG_title;Embrace Albanians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_albanians_YUG_desc;The Albanians are not truly a Slavic culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bulgaria_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_bulgaria_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_greece_title;The End of Yugoslavia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -end_of_yugoslavia_greece_desc;The Slavic union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -zanzibar_sale_title;Sell Zanzibar;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -zanzibar_sale_desc;The Zanzibar coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Tanganyika. We should consider selling it for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -mombasa_sale_title;Sell Mombasa;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,,, -mombasa_sale_desc;The Mombasa coast is almost worthless to us, but might be of value to the neighbouring colonial administration in Kenya. We should consider selling it for a tidy profit.;;;;;;;;;;;;;;x;,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_title;Create Cambodian Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_cambodian_protectorate_desc;Fearing invasion by the Siamese, the Cambodians have requested that we allow them to join the Dai Viet in protection by our nation.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -create_laos_protectorate_title;Create Laotian Protectorate;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -create_laos_protectorate_desc;The Laotians will not be able to stand against their much larger neighbours… not without our help. We should approach them and offer our protection. The civilized thing to do.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -siamese_border_treaty_title;Siamese Border Treaty;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -siamese_border_treaty_desc;Siam includes within its borders a number of conquered peoples: Laotians, Khmer and Vietnamese. A recent incident has brought to light an opportunity for us: demand that Siam release these lands, which we can then incorporate into our Indochina holdings, or face our wrath.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -unequal_treaty_DAI_title;Treaty of Hanoi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unequal_treaty_DAI_desc;The Vietnamese are in dire straits. They cannot hold out for much longer. Perhaps we should offer them the chance to go to the negotiating table, and end this war between us… on terms very much in our own favor, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_laos_title;Organize Lan Xang;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_laos_desc;We should organize the Laotian colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule-- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -form_french_indochina_title;French Indochina;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_french_indochina_desc;With the colonial government taking form in Saigon, French administrators have advised elevating the region to a full department-- clearly with eyes on expanding French colonial rule to neighbors in Southeast Asia.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_fiji_title;Annex Fiji;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_fiji_desc;With Australian settlers having puchased land on the island of Fiji, they have slowly become insinuated within the court of King Cakobau. So it is that recently, when the king's lavish overspending saddled his kingdom with considerable debt, the settlers offered to negotiate terms by which the British government would pay off the debt and annex the island as a new colony.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -invest_in_irish_title;Invest in the Irish;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -invest_in_irish_desc;In order to bring the Irish up to par as an integral part of the British Empire, a great deal of investment will be needed-- to not only upgrade the decaying institutions which have been governing the island for centuries, but to also end the system of absentee landowners which so pervades the island's bureaucracy and which makes it a model of inefficiency. Only once that is done can the Irish begin to be integrated as equal subjects under British law.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -irish_integration_title;Irish Integration;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -irish_integration_desc;Now that the Irish are equal subjects under British law, steps may be taken to integrate them more fully into overall British culture.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_czech_minority_title;Embrace the Czech Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_czech_minority_desc;We shall embrace our Czech citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_slovene_minority_title;Embrace the Slovene Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_slovene_minority_desc;We shall embrace our Slovene citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_croat_minority_title;Embrace the Croat Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_croat_minority_desc;We shall embrace our Croat citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -embrace_polish_minority_title;Embrace the Polish Minority;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -embrace_polish_minority_desc;We shall embrace our Polish citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -recognize_the_csa_title;Officially recognize the CSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_csa_desc;We will extend formal recognition of the Confederate States of America, opening an embassy in their capital and formally establishing relations. The Yankees will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the south's right to secede. If we cannot live under the same roof, we shall be kind neighbors, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the North override what the South knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_title;Officially recognize the FSA;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -recognize_the_fsa_desc;We will extend formal recognition of the Free States of America, opening an embassy in their capital and formally establishing relations. The USA will, of course, not approve.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_title;The Right to Secede;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_right_to_secede_desc;The Civil War is over, and despite our wishes the United States stands divided. Our only option is to extend official recognition of the north's right to secede. If we cannot live under the same roof, we shall be kind neighbors, and perhaps even brothers in arms. May God help us all.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_title;The Second Declaration of Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -FSA_second_declaration_of_independence_desc;As the founding fathers did before us, so shall we stand up for our sovereign rights and not permit the interests of the South override what the North knows to be right and proper in our eyes. We shall be free, and let no free man say otherwise.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -the_great_game_makran_title;The Great Game Comes to Makran;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_makran_desc;We must press our domination of Central Asia. This means that Makran must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_panjab_title;The Great Game Comes to Panjab;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_panjab_desc;We must press our domination of Central Asia. This means that the Panjab must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -the_great_game_sindh_title;The Great Game Comes to Sindh;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -the_great_game_sindh_desc;We must press our domination of Central Asia. This means that the Sindh must be subjugated as a British colony, or we risk losing it to Russian aggression in the region.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -annex_mayotte_title;Annex Mayotte;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_mayotte_desc;The ruler of the small island of Maore, which French traders have dubbed 'Mayotte', is a primitive sultan who only broke away from Malagasy rule in recent years. He has petitioned the French government for status as a protectorate, clearly preferring civilized rule to those of his neighbors.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -claim_savoy_title;Claim Savoy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_savoy_desc;While we had hoped to one day regain control over Savoy through diplomatic means, with the formation of Italy that is now impossible. We must lay claim to Savoy, and liberate the French therein through force of arms.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reclaim_poland_GER_title;Reclaim Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_GER_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Germany!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_RUS_title;Reclaim Poland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_poland_RUS_desc;Our lands in Poland were stripped from us unfairly. Now is the time to reclaim those lands in the name of Russia!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_von_bismarck_title;Appoint Otto von Bismarck;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -appoint_von_bismarck_desc;Our naton needs a great statesman as its Chancellor, and we have just the man. Otto von Bismarck is currently the country's First Minister, but appointed as the leader of our nation he could see it transformed on the world stage.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -otto_von_bismarck;Otto von Bismarck;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -otto_von_bismarck_desc;The current Chancellor of our nation, von Bismarck is a remarkable statesman… perhaps one of the finest our nation will ever know.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -reclaim_alsace_lorraine_title;Reclaim Alsace-Lorraine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_alsace_lorraine_desc;The neighboring territory of Alsace-Lorraine is inhabited by German people, and rightfully belongs to Germany. We renounced our rightful claim to it, but perhaps the time has come for us to re-assert our claim and liberate the Germans who live there?;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -purchase_spanish_pacific_title;Purchase the Spanish Pacific;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -purchase_spanish_pacific_desc;With the Spanish having lost their colonial facilities in Manila, their Pacific holdings are difficult to administrate and incredibly expensive for them. Considering that our government's interests lie in obtaining a foothold in the Pacific, we should perhaps approach them with the notion of purchasing these islands for ourselves.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -demand_retreat_from_india;Demand Retreat From India;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -demand_retreat_from_india_desc;The majority of India has been wrested from British control. A choice is upon us: either demand their retreat from the sub-continent, freeing all their vassals and annexed lands, or continue our war and hope to achieve our current goals. A British retreat may result in chaos, and we certainly would not attain the war goals we have in play, but it would at least take the British out of the equation for the years to come.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -move_capital_to_delhi_title;Move Capital to Delhi;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_delhi_desc;Now that India has unified, we should consider moving the capital to a more central-- and traditional-- city. Delhi: the heart of India.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ganghwa_treaty_title;Treaty of Ganghwa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ganghwa_treaty_desc;With our superior firepower over the Koreans, it will be possible to blockade them into agreeing to our demands.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -iwakura_mission_title;Iwakura Mission;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -iwakura_mission_desc;Now that we are a power to be reckoned with, the western nations cannot ignore us. An idea has surfaced to send a diplomatic mission to the West, to not only attempt a renogotiation of the unequal treaties forced upon our nation in weaker times but also to learn more of their ways and assist in our own modernization.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -meiji_constitution_title;Meiji Constitution;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -meiji_constitution_desc;After an exhaustive study of western democratic methods, japanese scholars have settled on a method of government where the Emperor will preside over an Imperial Diet, elected by the people and yet preserving both Imperial power as well as our traditions. This, they believe, is the best way for Japan to move forward into the modern era.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -begin_line_of_advantage_title;The Line of Advantage;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -begin_line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest and glory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -line_of_advantage;Line of Advantage;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest and glory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -refuse_line_of_advantage_title;The Path of Progress;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -refuse_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -no_line_of_advantage;Path of Progress;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -no_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -annex_korea_title;Annex Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_korea_desc;Preserving the independence of Korea is too costly. If the 'line of advantage' is to be maintained, we must push our borders well beyond their current sphere. Korea must be turned into a protectorate of the Empire, for its own good as well as ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -claim_korea_title;Claim Korea;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -claim_korea_desc;With Korea under foreign rule, our nation feels threatened. The 'line of advantage' means that protecting our borders means extending our influence beyond them, and thus we must move to claim the Korean peninsula and wrest it from those who hold it in their grasp-- in the name of Korean freedom, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -order_to_expel_barbarians_title;Order to Expel Barbarians;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -order_to_expel_barbarians_desc;Since the ascension of the Tokugawa Shogun, the role of the Emperor has been confined to that of figurehead. We lead Japan, yet we do not. Recently, the leadership of the Shogun has come into question. His increasing inability to deal with foreigners in a way that shows any manner of leadership compels the Emperor to act-- with or without the Shogun's permission. We shall send out a call to the people in our own name, demanding they rise up and throw out the foreigners that the Shogun will not.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -peace_with_the_emperor_title;Peace With the Emperor;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -peace_with_the_emperor_desc;Since the ascension of the Tokugawa Shogun, the Emperor has remained a figurehead. Even so, he is a leader of the Japanese people and, at times, has expressed dissatisfaction with our own position as ruler of Japan. This has caused conflict, and should we reach a point where our positions are not so different-- and, indeed, the Emperor is satisfied with our ability to rule, perhaps we can bring this conflict to an end once and for all.;;;;;;;;;;;;;x,,,,,,,,,,,,,, -unite_the_daimyos_title;Unite the Daimyos;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -unite_the_daimyos_desc;With the daimyos under our complete dominance, we will be in a position to fully bring them under the government's control. The divisions maintained by the han system weaken us as a whole-- the Shogunate must be strong and united if it is to move forward as a world power.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -treaty_of_shimonoseki_title;Treaty of Shimonoseki;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_shimonoseki_desc;With the Chinese resistance crumbling, we are in a position to gain advantage-- namely the island of Formosa and reparations, not to mention proving our own superiority in the conflict.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -anglo_japanese_alliance_title;The Anglo-Japanese Alliance;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -anglo_japanese_alliance_desc;With mutual enemies among the Great Powers, perhaps it is best if the British Empire and our nation work together.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation2_title;Become the South German Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation2_desc;While Germany was not united until the proclamation of the German Empire, following the Franco-Prussian war, rising nationalism in the 19th century had meant that unification had been on the cards long before that, with the Frankfurt assembly of 1848 being an important forerunner. By achieving a dominant position among the South German states, we can form the South German Confederation.;Il fallut attendre la proclamation de l'Empire allemand qui suivit la guerre franco-allemande pour assister à l'unification de l'Allemagne. Pourtant, avec la montée du nationalisme au XIXe siècle, l'unification aurait été possible bien avant cela, comme en témoigne l'assemblée de Francfort de 1848. En nous imposant dans les États du sud, nous formerons les États du sud de l'Allemagne.;Obwohl Deutschland bis zur Proklamation des Deutschen Kaiserreichs nach dem deutsch-französischen Krieg nicht geeint war, bedeutete der steigende Nationalismus des neunzehnten Jahrhunderts, dass eine Vereinigung schon seit langer Zeit geplant war. Ein wichtiges vorbereitendes Ereignis war die Frankfurter Nationalversammlung von 1848. Wenn wir uns eine dominierende Position unter den norddeutschen Staaten erarbeiten, können wir den Süddeutschen Bund gründen.;;Aunque Alemania no estuvo unida hasta la proclamación del Imperio Alemán, tras la guerra franco-prusiana, el nacionalismo emergente del siglo XIX puso de relieve que la unificación era inevitable. La asamblea de Frankfurt de 1848 supuso un importante precedente. Al alcanzar una posición dominante entre los estados germanos meridionales, podemos formar la Confederación de Alemania del Sur.;;;;;;;;;x;;,,,,,,,, -austrian_form_south_german_confederation_title;Create the South German Confederation;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -austrian_form_south_german_confederation_desc;With our dominant position over the south German states, we can create the South German Confederation -- a union that would be under our full control, and a more useful ally than the nations separately.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -mediate_belgian_independence_title;Mediate Belgian Independence;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mediate_belgian_independence_desc;While Belgium's de facto independence from The Netherlands had been established by force of arms during the Belgian revolution of 1831, it has not been confirmed de jure by The Netherlands and technically a state of war still exists between the two nations. The idea has arisen that the British Empire should step in and mediate a settlement, demanding the Dutch give up their claims in return for guarantees of Belgian independence and control over Luxembourg. With the powers of Europe at the table, it seems unlikely the Dutch would refuse.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -organize_libya_TUR_title;Organize Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_libya_TUR_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reorganize_libya_title;Claim Libya;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reorganize_libya_desc;Now that we have taken possession of this African colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -organize_algeria_title;Organize Algeria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_algeria_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_uganda_title;Organize Uganda;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_uganda_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_zanzibar_title;Organize Zanzibar;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_zanzibar_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_botswana_title;Organize Bechuanaland;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_bostwana_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_sudan_title;Organize Sudan;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_sudan_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_ghana_title;Organize Ghana;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_ghana_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_mauretania_title;Organize Mauretania;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_mauretania_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -organize_dahomey_title;Organize Dahomey;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -organize_dahomey_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -move_capital_to_accra_title;Move Capital to Accra;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_accra_desc;Accra provides a better capital for our nation-- we should move the government there at once.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -convention_of_peking_title;The Peking Convention;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -convention_of_peking_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Aigun river and the Stanovoy mountains as the natural frontiers between Russia and China. There are many within the government, however, who believe it would be in our best interest to access a southern port upon the Sea of Japan -- namely the Chinese city of HaIshenwai. Considering the Chinese only barely control their northeastern provinces, it seems within our right to negotiate for their control… and with their state of turmoil now if the best time to approach them.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -peking_convention_TPG_title;The Peking Convention;La convention de Pékin.;Die Pekinger Konvention;;La convención de Pekín;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -peking_convention_TPG_desc;Since the Treaty of Nerchinsk (1689), the Russian Empire has recognized the Argun river and the Stanovoy mountains as the natural frontiers between Russia and China. In the mid 19th century the Russians would expand beyond this border to seize the vast lands between the Stanovoy Mountains and the Amur River. The Western Allies would later bring the Second Opium War to a conclusion by burning the Chinese Emperor's summer palaces, and entering Beijing. A cunning major general named Nikolay Ignatiev was able to convinced the Chinese that only Russian support would cause the allies to evacuate Peking. The price for this support was the Convention of Peking, which confirmed Muravyov's gains and, additionally, ceded territory between the Ussuri River and the Pacific to Russia. Thus, Russia had gained some 350,000 square miles of territory without firing a single shot.;Depuis le traité de Nerchinsk (1689), l’Empire russe a reconnu le fleuve Argun et les monts Stanovoy comme frontière naturelle entre la Russie et la Chine. Au cours du XIXe siècle, les Russes franchirent cette frontière pour s’emparer des vastes territoires entre les monts Stanovoy et le fleuve Amour. Les Puissances occidentales mirent plus tard un terme à la seconde guerre de l’opium en brûlant les palais d’été de l’empereur et en s’emparant de Pékin. Un général russe avisé du nom de Nicolaï Ignatiev parvint à convaincre les chinois que seul le soutien de la Russie permettrait l'évacuation de Pékin par les alliés. Le prix de ce soutien fut la convention de Pékin, qui entérinait les conquêtes de Muravyov et cédait à la Russie les territoires entre le fleuve Ussuri et la côte pacifique. Ainsi, la Russie gagna-t-elle 560 000 kilomètres carrés sans tirer un coup de fusil.;Seit dem Vertrag von Nertschinsk (1689) hatte das russische Reich den Fluss Argun und das Stanowoigebirge als natürliche Grenze zwischen Russland und China betrachtet. Mitte des 19. Jahrhunderts wollten die Russen diese Grenze erweitern, um das weiträumige Gebiet zwischen dem Stanowoigebirge und dem Fluss Amur zu annektieren. Später beendeten die westlichen Alliierten den zweiten Opiumkrieg durch Niederbrennen der Sommerpaläste des chinesischen Kaisers und marschierten in Peking ein. Der gerissene Generalmajor Nikolai Ignatjew konnte die Chinesen überzeugen, dass sie die Westmächte nur mit russischer Unterstützung zum Abzug bewegen können würden. Der Preis für diese Unterstützung war die Pekinger Konvention, die Murawjows Forderungen bestätigte und Russland zusätzlich noch das Territorium zwischen dem Fluss Ussuri und dem Pazifik zusprach. Russland hatte sich also einen Gebietsgewinn von 350000 Quadratmeilen verschafft, ohne einen einzigen Schuss dafür abzufeuern.;;Desde el tratado de Nerchinsk (1689), el imperio ruso siempre había reconocido el río Argun y la cordillera de Stanovoy como fronteras naturales entre Rusia y China. A mediados del siglo XIX, los rusos se expandirían más allá de esta frontera para apoderarse de los vastos territorios situados entre las montañas Stanovoy y el río Amur. Más adelante, los países occidentales pondrían fin a la Segunda Guerra del Opio incendiando los palacios estivales del emperador de China y ocupando Pekín. Un astuto general llamado Nikolay Ignatiev logró convencer a los chinos de que solo el apoyo de Rusia obligaría a los aliados a evacuar la capital. El precio de este apoyo fue la convención de Pekín, donde se confirmaron las ganancias obtenidas por Muravyov y, además, China cedió a Rusia nuevos territorios entre el río Ussuri y el Pacífico. De este modo, Rusia adquirió unas 350.000 millas cuadradas de territorio sin tener que disparar un solo tiro.;;;;;;;;;x -mongolian_protectorate_title;The Mongolian Protectorate;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mongolian_protectorate_desc;Our influence in Mongolia is such that we are in a position to pry the nation away from the Chinese and into our control. They would be our vassals, benefiting from protection against Chinese claims on their land.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -valparaiso_harbor_title;The Jewel of the Pacific;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -valparaiso_harbor_desc;Valparaiso has became a required stopover for ships crossing between the Atlantic and Pacific oceans. In its role as a major seaport, Valparaiso receives immigrants from many European countries, but this could change if a new route was to open.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -annex_easter_island_title;Annex Easter Island;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -annex_easter_island_desc;The native population of Easter Island has suffered many devastations in recent years, from attacks by Peruvian pirates to a tuberculosis epidemic. A colonist has operated a sheep ranch there for some years, and recently offered to sell to our government. Considering his ranch covers a large portion of the island, we would be well within our rights to claim sovereignty over it.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,, -declare_neutrality_title;Declare Swiss Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -declare_neutrality_desc;The Swiss have little interest in the wars of Europe.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutrality_title;Abandon Swiss Neutrality;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -abandon_neutrality_desc;The might of the Swiss army is such that we can repel our neighbors without difficulty. Our policy of neutrality is no longer necessary.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -violate_neutrality_title;Violate Swiss Neutrality;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -violate_neutrality_desc;The Swiss may have declared themselves 'neutral', but if they believe that will stop us-- if they believe the opinion of any of their allies will stop us-- then they are sorely mistaken.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -build_addis_ababa_title;Build Addis Ababa;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -build_addis_ababa_desc;Founded in 1886 by Emperor Menelik II, Addis Ababa would become the capital of Ethiopia and the site of the Imperial Palace.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -eth_mission_to_cairo_title;Mission to Cairo;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -eth_mission_to_cairo_desc;The strained relations between Ethiopia and Egypt must come to an end. We each have our respective lands, and truly there is no reason for us to fight. At worst, continued conflict will leave both our nations weak to exploitation by foreign powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -belize_purchase_title;Belize Purchase;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -belize_purchase_desc;We are interested in purchasing Belize from Great Britain and integrating it into the United States of Central America. As such, we have have sent delegates overseas to London and are currently awaiting a reply.;;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -form_the_ikhwan_title;Alliance with the Wahhabists;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -form_the_ikhwan_desc;An alliance with the Wahhabist religious order among the Bedouins will give us precisely the force we need to unite Arabia under our rule.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_flanders_title;Become Flanders;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_flanders_desc;Without the Wallonians,it is time for the Flemish to rule once again.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_wallonia_title;Become Wallonia;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_wallonia_desc;Without the Flemish,it is time for the Wallonian flag to fly once more.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -become_belgium_FLA_title;Unite Belgium;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_FLA_desc;The Flemish and the Wallonians may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_WLL_title;Unite Belgium;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -become_belgium_WLL_desc;The Flemish and the Wallonians may re-unite under a single flag. Long live Belgium!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonial_destiny_title;Colonial Destiny;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -colonial_destiny_desc;It is the destiny of the Belgian people to civilize the last remaining wilds of the world. To Africa!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -self_strengthening_movement;Self-Strengthening Movement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -self_strengthening_movement_title;Self-Strengthening Movement;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -self_strengthening_movement_desc;We cannot take a back seat to the western nations. We must make strides towards modernizing, no matter the cost!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,, -ultimatum_to_portugal_title;Send Ultimatum to Portugal;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -ultimatum_to_portugal_desc;It is in the British government's best interests to expand our colonies in southern Africa northwards. This will be impossible if the Portuguese complete their dreams of the 'Pink Map' by connecting Angola and Mozambique. We must make our demand or face the possibility of surrendering central Africa to other powers.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_nanking_title;Treaty of Nanking;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -treaty_of_nanking_desc;Using our new influence with the Chinese government, we can force them to the table and extract trade and territory concessions-- not the least of which will be the cession of Hong Kong, a valuable port to possess on the southern seas.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -simla_convention_title;The Simla Convention;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -simla_convention_desc;Now that Tibet is a free nation, it might be prudent for our government to step forward and broker an arrangement. Tibet could be a useful ally, and anything that weakens the Chinese government is not an opportunity to pass up.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -demand_retreat_from_india_title;Demand Retreat From India;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -demand_retreat_from_india_desc;The majority of India has been wrested from British control. A choice is upon us: either demand their retreat from the sub-continent, freeing all their vassals and annexed lands, or continue our war and hope to achieve our current goals. A British retreat may result in chaos, and we certainly would not attain the war goals we have in play, but it would at least take the British out of the equation for the years to come.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,, -join_fsa_title;Join the FSA;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_fsa_desc;The people have called on us to unite under the new FSA banner. Long live the Sons of Liberty!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_csa_title;Join the Confederacy;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -join_new_csa_desc;The people have called on us to unite under the new Confederate banner. Long live the South!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_algiers_title;Move Capital to Algiers;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -move_capital_to_algiers_desc;Algiers now belongs to us. It is time to move our government back to its proper place!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_assyria_title;Claim Greater Assyria;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -greater_assyria_desc;Our people lie scattered under the rule of foreign nations-- we must bring them under our banner and reclaim the lands which were once ours.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -chuang_guangdong_title;Chuang Guandong;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -chuang_guangdong_desc;Literally 'Crashing into Guandong', this was the a policy brought into place by the Qing government which brought down the barrier to non-Manchu settlement in the northeastern frontier. With the loss of Outer Manchuria, it is vital that the frontier be populated by settlers to prevent further expansion into Chinese territory.;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -reclaim_palestine_title;Reclaim Palestine;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -reclaim_palestine_desc;The Israelis have unlawfully occupied our lands. Now is the time to reclaim them for Palestine!;;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME20110;Natives in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20110;A recent demonstration in $PROVINCENAME$ has brought attention to the plight of natives in $STATENAME$, namely to their oppression by the $COUNTRY_ADJ$ government and their demands for independence. If something isn't done soon we may be facing intervention by foreign powers.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME20111;Trouble in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20111;A recent riot in $PROVINCENAME$ has brought a great deal of attention to $STATENAME$-- the kind that would normally prompt the great powers to consider intervention. It seems, however, that the demands for independence by 'uncivilized' peoples has largely fallen on deaf ears. News of the trouble has faded away as quickly as it began.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME20112;Long Memories;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20112;While recent trouble in $STATENAME$ has raised the spectre of foreign intervention once again, there are many who remember the last crisis over $STATENAME$'s people as if it were yesterday. Try as they might, the world is simply not ready to listen to them again-- yet.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME20115;Incident in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC20115;A demonstration by $PROVINCECULTURE$ citizens in $PROVINCENAME$ quickly got out of hand as $COUNTRY_ADJ$ soldiers shot into the crowd to disperse it. A riot ensued, and several protestors were slain. Throughout $STATENAME$, the reaction has been one of outrage-- and there is an effort by some $PROVINCECULTURE$ malcontents to draw the attention of the world, just one more example of $COUNTRY$'s disregard for peace and civilized behavior-- or so they'll say.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME32520;The Eastern Islands;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32520;The islands of Sakhalin and the Kurils are a natural extension of our holdings in Okhotsk and Kamchatka, and we must seek to claim these lands before the Japanese do.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME32521;Treaty of Shimoda;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32521;Vice-Admiral Yevfimy Putiatin has sailed from Russia to $COUNTRY$ on a mission to establish formal relations and to define the borders between our respective territories. After months of negotiation, we have agreed to open three ports to Russian merchants and to guarantee Russian ships access through $COUNTRY_ADJ$ waters and straits. Both sides have agreed that our borders in the Kuril Islands lay just north of Etorofu, and propose to share sovereignty over Sakhalin Island. The finished treaty was signed on February 7th, $YEAR$ in Shimoda.;;;;;;;;;;;;x,,,,,,,,,, -EVTOPTA32521;May our empires prosper together!;;;;;;;;;;x,,,,,,,,,,,,, -EVTNAME32522;Trouble in Sakhalin;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32522;Conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian and Japanese claims, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. There are several solutions we could propose: first, we could officially divide the island between us and Japan, essentially legalising the status quo. This would be generous of us, and it would improve our relations with Japan. Second, we could push for full control of Sakhalin, offering in return to concede the northern Kuril Islands and make resettlement payments to those displaced. This would represent a modest profit, but Japan might not agree to it. Finally, we could demand full control of Sakhalin and offer nothing in return. This would hurt our reputation, and it would badly offend the Japanese, who would probably refuse. How should our diplomats proceed?;;;;;;;;;;;;x -EVTDESC32523;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. The Russian recently approached us, all smiles and willingness to co-operate. They have offered to make the current status quo official: Sakhalin will have a border drawn dividing it in two. Considering the fact they could have forced the issue, it seems they want us to be friends rather than enemies.;;;;;;;;;;x,,,,,,,,, -EVTDESC32524;It seems that conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have proposed an exchange of border territories: we would give them complete control of Sakhalin, and in return they would cede the northern Kuril Islands all the way to Kamchatka. Russia has also offered to make resettlement payments to help Japanese to relocate from Sakhalin. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin.If we accept, we will lose a modest territory but improve relations with Russia. On the other hand, if we insist on the status quo, we will keep our present territory but risk escalating the conflict.;;;;;;;;;;;;x,,,, -EVTDESC32525;It seems conflict is brewing in Sakhalin. Shared sovereignty has failed, and with no official border between the Russian claims and ours, settlers from both sides now fight over territory. For stability's sake, we must clearly define our borders, once and for all. Now the Russians have outrageously demanded that we give them full control of Sakhalin, in exchange for nothing! Their negotiators hint darkly at Russian ships shelling Japanese ports if we should refuse. We can accept their proposal, or we can insist on preserving the present borders in Sakhalin. If we give in, we will lose a promising colony and look weak to other nations. But, if we insist on the status quo, the conflict is likely to escalate into open war.;;;;;;;;;;;;x,,,, -EVTNAME32526;Refused!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32526;The Japanese have refused our proposal, and they now insist that they will settle for nothing less than the present division of Sakhalin. We can back down and accept the status quo, or we can use force to get our way. If we accept the status quo after reaching for more, we will look weak to the other Powers, though relations with Japan will be preserved. But, our only other option now is to declare aggressive war for the islands, which will hurt our reputation abroad.;;;;;;;;;;;;x,,,,,,, -EVTNAME32527;Treaty of Saint Petersburg;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC32527;The treaty has been signed! Our borders in Sakhalin and the Kurils are now settled, and ships from both empires have been guaranteed access through the Strait of Tartary and the Sea of Okhotsk. This should ease tensions in the region considerably and ensure close diplomatic ties between our nations.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC32528;The war for Sakhalin is lost! Russia has been compelled to acknowledge Japan's sovereignty over the south of the island. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC32529;The war for Sakhalin is won! We have successfully defended ourselves against Russia's misguided aggression, and the Russians have been forced into a treaty acknowledging Japanese sovereignty. Peace has been restored to Sakhalin!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC32530;The war for Sakhalin is won! Russia has enforced its rule over the entire island, and the Japanese have been forced into a treaty renouncing their claims. Peace has been restored to Sakhalin!;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC32531;The war for Sakhalin is lost! We have been compelled to agree to a humiliating peace and acknowledge Russia's sovereignty. One day, we will make this right --- but, for now, we are beaten.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME33030;The German East Africa Company;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC33030;The Society for German Colonization has been attempting to colonize the Zanzibar coast for several years now, having formed the German East Africa company and signed several treaties with Swahili tribes. It now seems they are facing difficulty with rebellions and have asked us to step in. The Sultan of Zanzibar will doubtlessly object if we do, as he claims authority over the coast -- even if his actual authority is minimal -- but so what if he does? This may be an interesting opportunity.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME33031;German Warships!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC33031;For the last several years, Swahili tribes on the coast have been making treaties with Europeans, allowing them to create small settlements. We knew this would be trouble, and we were right. Powerful warships have arrived from $FROMCOUNTRY$, a demonstration of their power as they make a demand for the entirety of the coast. If we do this, they say, we shall be safe from further molestation-- and they claim we do not truly control the coast anyhow.;;;;;;;;;;;;x,,,,,,, -EVTNAME37235;The Algerian Rebellion;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC37235;Not long ago, Algerian bitterness towards Ottoman rule made them almost welcome French intervention. Our colonization of Algiers and the northern coast, however, has given rise to a resistance under the leadership of Emir Abdel Kadir. The man has united the Maghrebi tribes, and now has launched attacks on several colonial settlements.;;;;;;;;;;;;x,,,,,,,,, -EVTDESC97130;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger Indonesian colonial administration.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME97570;Native Unrest in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97570;Now that $COUNTRY$ is free, native $COUNTRY_ADJ$ citizens are beginning to protest against the colonial regime that still remains. Foreigners still hold the highest positions in the government, and have a privileged status in comparison to those they once ruled over as a colony. In $PROVINCENAME$, the recent arrest of a native for trespassing on the estate of a foreigner has led to riots -- and dissension has spread throughout all of $STATENAME$.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME97666;The Rebellion is Over;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97666;Saigo Takamori is dead -- some say he committed seppuku after receiving a wound-- and the rebellion he inspired is now ended. To many, this was the last gasp of the ancient samurai… and a new way for $COUNTRY$ on the path of progress now lies ahead.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME97680;The Sakhalin Question;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97680;Japan has quarreled with Russia before over the rule of Sakhalin Island. Now, our influence in China and Korea has led to renewed friction between our nations. The Line of Advantage dictates that we must extend our control over the whole of Sakhalin and establish a stronger northern border. But are we willing to risk war with a European power?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME97681;The $FROMCOUNTRY_ADJ$ Demand;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC97681;The warmongers in the Japanese government are now demanding that Russia cede Sakhalin and the Kuril Islands entirely to them. To give up so much territory without a fight would make us look very weak, but Japan's might has grown tremendously in recent decades. Can we risk a war in the Pacific?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC98900;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger South African colonial administration.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC98905;With the arrival of the $COUNTRY_ADJ$ colonial governor into $PROVINCENAME$, an effort has begun to incorporate $COUNTRY_ADJ$ $STATENAME$ into the larger colonial administration of Rupert's Land.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME99000;The Righteous Harmony Society;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99000;'Support the Qing! Destroy the Foreign!'/n/nMany Chinese are growing enraged at the continuing encroachment of westerners into the Empire. They walk freely, spread Christianity with impunity, and ignore Imperial laws. A movement called the Righteous Harmony Society -- known to foreigners as 'Boxers' -- has appeared, their mission to drive western influence out of the Qing Empire by any means necessary. Some are worried that attacks upon westerners could bring foreign anger down upon us, but there are those who see this as a good thing. Anger against westerners, even if it means a degree of chaos and disruption in our provinces, means support for the Qing government.;;;;;;;;;;;;x,,,,,,, -EVTNAME99001;Boxers in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99001;An attack upon a foreign merchant in $PROVINCENAME$ has signaled the arrival of the Boxer movement to $STATENAME$. Already the flags of the Righteous Harmony Society have been spotted, their followers recruiting fellow Chinese to support the Qing government in their struggle.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME99005;Attack on Foreigners in $STATENAME$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99005;Throughout all of $STATENAME$, the Boxers are attacking western influence. Smugglers, missionaries, opium peddlers… anyone they can apprehend is being slain or forced to flee for their lives. We have a choice: either look the other way, risking anger from the great powers for these 'atrocities', or send in forces to suppress the Boxers and risk the anger of our own people.;;;;;;;;;;;;x,,,,,,,, -EVTNAME99006;Boxer Atrocities in $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99006;A group of Chinese nationalists known as the 'Boxers', intent on driving all western influence out of $FROMCOUNTRY$, have attacked a group of $COUNTRY_ADJ$ citizens. Several were slain, while others were forced to flee for their lives. Worse, the Qing government has done nothing about it. They are looking the other way while these atrocities are being committed upon our people.;;;;;;;;;;;;x,,,,,,,,, -EVTNAME99010;Boxers Attack Legation Quarter!;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99010;The Boxers have reached the capital of $COUNTRY$, streaming into $CAPITAL$ to attack foreigners -- and, far more noteworthy, they have laid siege to the Legation Quarter. Hundreds of foreign dignitaries and merchants reside within. If we do not step in to protect them, it will be seen as a declaration of support for the Boxers and an act of war against the great powers. If we do, the Boxers will see it as a betrayal of their cause and perhaps even rise up in rebellion against us. They have forced our hand now, however, and we have no choice but to act.;;;;;;;;;;;;x,,,,,, -EVTNAME99011;Boxers Attack $COUNTRY_ADJ$ Legation;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99011;The Boxer situation in $FROMCOUNTRY$ has reached a head: the Chinese nationalists have entered Peking, laying siege to the Legation Quarter and putting the lives of dozes of $COUNTRY_ADJ$ merchants and dignitaries at risk. The Qing government has looked the other way, an act that is seen by the $COUNTRY_ADJ$ government as a declaration of war. Many are calling upon us to intervene in order to protect $COUNTRY_ADJ$ citizens from these barbarians.;;;;;;;;;;;;x,,,,,,,,,,, -EVTNAME99015;The Boxer Protocol;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC99015;We are forced to submit to the foreign demands, signing a treaty with the $FROMCOUNTRY_ADJ$ generals and representatives from all the great powers. The Righteous Harmony Society will be forcibly disbanded, its leaders executed or imprisoned, and our government is once again humiliated.;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC99016;$FROMCOUNTRY$ has submitted to the intervening powers, signing a treaty that promises to forcibly dismantle the Boxers and pay reparations for the atrocities committed in their name-- and explicitly supported by the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME900640;The Cyprus Convention;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900640;An idea has arisen within the $COUNTRY_ADJ$ government: could we perhaps offer our support to the Ottomans in the upcoming Congress, in exchange for a lease on Cyprus? Our support could make a great deal of difference for them... and the island's proximity to Suez makes it of strategic importance. The Ottomans could use all the support they can get, after all.;;;;;;;;;;;;x,,,,,,,,,,, -EVTDESC900641;The $FROMCOUNTRY_ADJ$ government has approached us with a proposal: they will lend their support to us in the upcoming Congress, in exchange for Cyprus. The island's proximity to Suez makes it of strategic importance, after all, and while some might consider the offer an insult there are others who suggest that without this offer it's just as likely the island will be offered to Greece. $FROMCOUNTRY$ could ensure it isn't... and we could use all the allies in the Congress we can get.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME900645;The Bosnian Issue;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900645;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Bosnians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Bosnia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME900646;The Croatian Issue;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900646;$COUNTRY$ has a reasonable issue to bring before the upcoming Congress: while it seems beyond question that the Croatians will be given independence, we could make a case for $COUNTRY_ADJ$ stewardship over Croatia at the Congress and it seems likely we would be heeded... though it would, without a doubt, upset the Russians.;;;;;;;;;;;;x,,,,,,,,,, -EVTDESC900710;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves great influence in $FROMCOUNTRY$ as compensation-- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC900711;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable influence in $FROMCOUNTRY$ as compensation-- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTDESC900712;$FROMCOUNTRY$ received a great deal of benefit from the recent Congress of great powers, and it was decided that $COUNTRY$ deserves considerable some small influence in $FROMCOUNTRY$ as compensation-- if we want it.;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME900715;Legacy of the Congress;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC900715;$COUNTRY_ADJ$ delegates were sent to the recent Congress-- reasonable considering it was the fate of our country and the entire Balkans that was being decided, or so we thought. As it turns out, the great powers of Europe decided what was to become of $COUNTRY$ without our participation, and while we received some benefit it has come to us at a price.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME1316089;The $FROMCOUNTRY_ADJ$ Victory;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316089;$FROMCOUNTRY$ has won its war against us. Now their generals walk into $CAPITAL$, gloating with their superiority. It seems that, should they force us to the negotiating table to demand yet more concessions, we will have little choice but to comply.;;;;;;;;;;;;x,,,,,,,,,, -EVTNAME1316090;The Treaty of Shimonoseki;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316090;We have won a great victory against $FROMCOUNTRY$. Now we must consider-- do we negotiate with them, perhaps promising the return of some of their land in exchange for the island of Formosa and reparations? Or do we stay our current course and perhaps alarm the Western nations at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1316091;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316091;We have won a great war against $FROMCOUNTRY$. Now we are faced with a dilemma: do we force the $FROMCOUNTRY_ADJ$ government to the negotiating table, perhaps promising the return of some of their land in exchange for a treaty port and reparations? Or do we stay our current course and perhaps alarm the other great powers at our advances into $FROMCOUNTRY_ADJ$ territory?;;;;;;;;;;;;x,,,,,,,,,,,, -EVTNAME1316092;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,,,,,,, -EVTDESC1316092;As we thought, the $FROMCOUNTRY_ADJ$ infidels have forced a so-called 'treaty' upon us, demanding a great deal of reparations and land concession-- in return for land they currently possess but have no more right to.;;;;;;;;;;;;x,,,,,,,,,,, -north_borneo_company_title;Lease North Borneo;;;;;;;;;;;;x,,,,,,,,,,,,, -north_borneo_company_desc;Rights to trading ports along the northern coast of Borneo have been granted to several companies through treaties-- and have recently fallen to Alfred Dent of London. Through him, we may conduct a new treaty that turns these rights into colonial concessions. Considering that the control of the local sultans over these areas is murky at best, and more than one has sometimes granted rights to the same areas, it truly seems as if we are obtaining clearance for the creation of a British North Borneo Company rather than wresting land from the natives.;;;;;;;;;;;;x,,,,,,,,,, -treaties_of_velasco;Treaties of Velasco;;;;;;;;;;;;x,,,,,,,,,,,,, -treaties_of_velasco_desc;The treaties may be worth less than the paper they're printed on, but they supposedly offer us a guarantee of independence from Mexico. We shall see if they last.;;;;;;;;;;;;x,,,,,,,,,,,, -league_of_three_emperors2_title;The League of Three Emperors;;;;;;;;;;;;x,,,,,,,,,,,,, -league_of_three_emperors2_desc;After the defeat of Napoleon, a Holy Alliance was once formed between Prussia, Austria and Russia. Perhaps the time has come to resurrect that alliance, a common front between our three monarchies to stand against the wave of revolution and change and Europe?;;;;;;;;;;;;x,,,,,,,,,, -organize_indonesia_title;Organize Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,, -organize_indonesia_desc;Our colonies in the East Indies are becoming a true part of the country. We must create the proper structures, so that they stand on par with our other national states.;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_indonesia_title;Claim Indonesia;;;;;;;;;;;;;x,,,,,,,,,,,,, -reorganize_indonesia_desc;Now that we have taken possession of this East Indies colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,, -reorganize_south_africa_title;Claim South Africa;;;;;;;;;;;;;x,,,,,,,,,,,,, -reorganize_south_africa_desc;Now that we have taken possession of the Cape Colony, we should reorganize its structure to make it truly part of our greater colonial administration.;;;;;;;;;;;;;x,,,,,,,,,,,, -recent_crisis;Recent Crisis;;;;;;;;;;;;x,,,,,,,,,,,,, -recent_crisis_desc;We have been the instigators in a recent crisis. Until memories fade, the world will likely tend to overlook any further demands we make for our territories.;;;;;;;;;;;;x,,,,,,,,,,,, -total_war_in_satsuma_title;Total War in Satsuma;;;;;;;;;;;;x,,,,,,,,,,,,, -total_war_in_satsuma_desc;The rebellion for all that is honorable and traditional in Japan is now upon us. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;x,,,,,,,,,,,, -end_of_transcaucasia_GEO_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_GEO_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_AZB_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_AZB_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_ARM_title;The End of Transcaucasia;;;;;;;;;;;;;x,,,,,,,,,,,,, -end_of_transcaucasia_ARM_desc;The Transcaucasian union has been sundered. It is time to bring it to an end.;;;;;;;;;;;;;x,,,,,,,,,,,,, -japanese_sakhalin_title;Japanese Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -japanese_sakhalin_desc;With Japan now in full control of Sakhalin and the Kurils, the world must recognize that these islands are essentially part of the Japanese archipelago and know them by their Japanese names.;;;;;;;;;;;;;x,,,,,,,,,,,, -russian_sakhalin_title;Russian Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -russian_sakhalin_desc;With the hated Japanese finally driven out of Sakhalin and Russia in full control of the islands, Russian administration and names can at last be restored.;;;;;;;;;;;;;x,,,,,,,,,,,, -claim_sakhalin_title;Claim Sakhalin;;;;;;;;;;;;;x,,,,,,,,,,,,, -claim_sakhalin_desc;Russia has ruled lands on Sakhalin Island for some time now, and much of the archipelago's population is Russian. It's time we let the world know that we consider these lands to be a core Russian territory, which we will defend to the last!;;;;;;;;;;;;;x,,,,,,,,,,, -putiatin_mission_title;The Putiatin Mission;;;;;;;;;;;;x,,,,,,,,,,,,, -putiatin_mission_desc;The Japanese islands have only recently begun to communicate with the larger world. Considering the border we share in the Kurils, it might be prudent to send a mission to open up formal diplomatic ties with the Japanese and work out an arrangement to avoid future conflict over the islands.;;;;;;;;;;;;x,,,,,,,,,,,, -french_language_schooling_title;French Language Schooling;;;;;;;;;;;;x,,,,,,,,,,,,, -french_language_schooling_desc;A motion has been put forward by the minister Jules Ferry, namely that not only should schooling in France be free -- but that it must be solely in French. Langues d'oc and other forms of patois must be stamped out so that France has cultural unity. That, he says, will give our nation the strength it needs to fully modernize.;;;;;;;;;;;;x,,,,,,,,,, -french_cultural_unity;French Cultural Unity;;;;;;;;;;;;x,,,,,,,,,,,,, -french_cultural_unity_desc;New schooling policies are slowly assimilating patois-speaking Frenchmen.;;;;;;;;;;;;x,,,,,,,,,,,,, -rebel_cell_discovered;Rebel Cell Discovered;;;;;;;;;;;;x,,,,,,,,,,,,, -rebel_cell_discovered_desc;With one rebel cell uncovered, it's only a matter of time before we discover the rest and stamp them out!;;;;;;;;;;;;x,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EVTNAME10222;The French Revolution of $YEAR$;;;;;;;;;;;;; +EVTDESC10222;Angry crowds have flooded the streets of Paris, shouting cries of 'Down with the King!' and 'Long live the Reform!'. They have erected barricades in the streets and fighting has broken out with the Parisian municipal guards. With the city having been completely closed off from outside help, these crowds have begun to march on the royal palace. Our king has had no choice but to abdicate and flee the country.;;;;;;;;;;;;; +EVTNAME10223;Louis-Napoleon's Coup d'Etat;;;;;;;;;;;;; +EVTDESC10223;Facing the prospect of losing the presidential election, the popular Louis-Napoleon has launched a coup d'etat and overthrown the French government. Loyal members of the army have locked down strategic locations in Paris, and the Assemblée Nationale has been dissolved, leaving Louis-Napoleon as the undisputed ruler of the country. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;; +EVTNAME10224;Emperor Napoleon Deposed;;;;;;;;;;;;; +EVTDESC10224;Angered by the inability of France to prevent the formation of Germany, as well as the humiliating loss of Alsace-Lorraine, the government has deposed Emperor Napoleon. We must choose what form our new government is to take.;;;;;;;;;;;;; +EVTNAME11108;Slavic Unification;;;;;;;;;;;;; +EVTDESC11108;The call has gone out for the Slavic nations of the Balkans to finally unite under a common banner, to resist the encroachment of the Austrians and Turks as well as other European powers. Yugoslavia, it is said, will be a power to rival even its most powerful neighbours. Whether this new nation would succeed in holding together a people divided by centuries of bitter warfare is best left for speculation.;;;;;;;;;;;;; +EVTOPTA13000;We will allow the westerners into $COUNTRY$, so long as they cause no trouble.;;;;;;;;;;;;; +EVTOPTB13000;They bring dangerous ideas. $COUNTRY$ will refuse them all access.;;;;;;;;;;;;; +EVTNAME13010;Shipwrecked Sailors;Les naufragés;Schiffsbrüchige Matrosen;;Marineros naufragados;;;;;;;;; +EVTDESC13010;An old pond\nA frog jumps in —\nThe sound of water.'\n-- Matsuo Basho\nOne of our coastal provinces is bustling with rumors about the strange people who were found along its shorelines earlier this morning. The more precise origin of these shipwrecked sailors is as of yet uncertain, but, wherever they are from, they are definitely not from $COUNTRY$. The difficulty now lies in deciding what to do with them: if we send them home, we are effectively changing our policy of non-interaction with the westerners. Ignoring them and allowing them to stay, however, means permitting a western presence in $COUNTRY$ despite all our efforts.;;;;;;;;;;;;; +EVTOPTA13010;Send them home.;Les laisser rentrer chez eux.;Lasst sie heimkehren.;;Dejadles regresar a casa.;;;;;;;;; +EVTOPTB13010;Allow them to stay.;Les obliger à rester.;Zwingt sie, zu bleiben.;;Obligadles a quedarse.;;;;;;;;; +EVTNAME13015;Foreign Smugglers;Contrebandiers étrangers;Ausländische Schmuggler;;Contrabandistas extranjeros;;;;;;;;; +EVTDESC13015;One of our subjects has been discovered wearing foreign clothes, and further interrogation by the authorities has lead to the slow unraveling of a foreign smuggling ring. These foreigners come into $COUNTRY$ without permission, knowing they face execution should they be caught-- yet some of our advisors say there are benefits to their presence, as they can supply needs to the $COUNTRY_ADJ$ people that we cannot.;;;;;;;;;;;;; +EVTNAME13020;Foreign Missionaries;;;;;;;;;;;;; +EVTDESC13020;Despite our policy of not permitting foreigners into $COUNTRY$, it has been discovered that a group of foreign missionaries has been traveling among our people and spreading their religion. While we have every right to execute them out of hand, this does raise the possibility of a confrontation with their home country. Do we wish to risk such a war, all for the sake of a few priests?;;;;;;;;;;;;; +EVTNAME13030;Western Approaches;;;;;;;;;;;;; +EVTDESC13030;News reaches us that an expatriate community of foreigners, from various European countries and Great Powers, has formed in one of our cities. Doubtlessly, this is a direct effect of our government's policy of open ports and borders. This influx might be positive, as our government seems to believe, however some voices have less kind things to say about the foreigners.;;;;;;;;;;;;; +EVTDESC13040;Despite the obvious rightness of our country's trade policies, greater amounts of foreign goods could be useful, and elements within our administration have suggested setting up a limited trading post in one of our coastal cities, where foreign ships can moor and trade, without compromising the cultural integrity of $COUNTRY$. It could be an economic boon to the area and the nation, but conservative voices warn that destructive foreign influences might further creep into our society.;;Trotz der offensichtlichen Richtigkeit unserer Isolationspolitik könnte eine gewisse Menge ausländischer Güter uns von Nutzen sein. Einige Elements in unserer Regierung haben vorgeschladen, einen beschränkten Handelsposten in $PROVINCENAME$ zu errichten, wo ausländische Schiffe ankern und handeln können, ohne im Großen und Ganzen unsere Politik der Separation vom Rest der Welt außerhalb $COUNTRYNAME$ zu kompromittieren. Es könnte für das Gebiet wie auch die Nation einen wirtschaftlichen Aufschwung bedeuten, aber konservative Stimmen warnen, dass destruktive ausländische Einflüsse sich in unsere Gesellschaft einschleichen könnten.;;;;;;;;;;; +EVTDESC13050;A sweet, pungent stench hangs over the backstreets and alleys in one of our cities, emanating and spreading in every direction from an epicenter at the foreign trade station. The European traders have brought with them the habit of opium smoking, and our subjects have taken to it on a scale that threatens to become epidemic. It seems that, for every new ship that lands, more and more of our people get caught in the deadly and pacifying web of addiction. What should we do?;;Ein süßlich-stechender Gestank hängt über den Hintergassen und -gossen in $PROVINCENAME$ und verbreitet sich von einem Epizentrum an der ausländischen Handelsstation in alle Richtungen aus. Die europäischen Händler haben die Gewohnheit des Opiumrauchens mit sich gebracht, und unsere Untertanen haben sie auf eine Stufe erhöht, die zu einer Epidemie zu werden droht. Es scheint, dass mit jedem neuen Schiff, das ankert, mehr und mehr unserer Untertanen sich im tödlichen Netz der Sucht verstricken. Was sollen wir tun?;;;;;;;;;;; +EVTDESC13056;The great clippers ply our coastlines from north to south, like wolves culling out the weak and the corruptible with the poison they sell. Wherever there is an unexposed harbor, a foreign ship soon docks, and drives another fang into our national body. The use of opium has spread throughout $STATENAME$.;Les grands voiliers de commerce sillonent nos côtes du nord au sud, comme des loups à l'abattage des faibles et des corruptibles avec le poison qu'ils vendent. Partout où il y a un port non encore exposé, un navire étranger accoste bientôt, et plante un autre croc dans notre organisme national. L'usage de l'opium s'est étendue à $PROVINCENAME$. ;Die großen Klipper fahren unsere Küste von Norden nach Süden ab, wie Wölfe, die sich die Schwächsten aus der Herde suchen - in diesem Fall die mit ihrem wohlfeilen Gift Korrumpierbaren. Wo immer sich ein neuer Hafen findet, ankert bald ein ausländisches Schiff und rammt einen weiteren Reißzahn in den Körper unserer Nation. Der Opiumgebrauch hat sich nach $PROVINCENAME$ ausgebreitet.;;Los grandes veleros clíper navegan por nuestras costas, recorriéndolas de norte a sur, como lobos que acechan a los débiles y corruptibles con el veneno que venden. Cuando encuentran un puerto desprotegido, un barco extranjero atraca y clava su colmillo en el cuerpo de nuestra nación. El uso del opio se ha extendido a $PROVINCENAME$.;;;;;;;;; +EVTDESC13070;Rangaku', literally translated as 'Dutch learning', and by extension 'Western learning', is a Japanese word used to describe a particular body of knowledge and learning imported from the west via a Dutch trading station at Dejima. Something similar has ocurred at the trading station in one of our provinces, where local officials are busy translating western books and treatises on science, advancing $COUNTRY_ADJ$ science and understanding of the world.;;Rangaku', wörtlich übersetzt als 'Lehren der Holländer', und weitergehend als 'Lehren aus dem Westen', ist ein japanisches Wort, das ein bestimmtes Wissen bedeutet, welches aus dem Westen über einen holländische Handelsposten in Dejima nach Japan kam. Etwas Ähnliches ist am Handelsposten in $PROVINCENAME$ geschehen, wo örtliche Beamte damit beschäftigt sind, westliche Bücher und wissenschaftliche Abhandlungen zu übersetzen, um die $COUNTRY_ADJ$ Wissenschaft und die Kenntnis von der Welt weiterzubringen.;;;;;;;;;;; +EVTDESC13080;He hides his face and speaks with controlled anger. A local aristocrat has been insulted by one of the foreigners living in one of our provinces. Apperantly, the foreigner in question failed to bow in the appropriate manner when passing the aristocrat on the street. Shall we tolerate such blatant ignorance of our customs?;;Er verbirgt sein Gesicht und spricht mit kontrolliertem Ärger. Ein lokaler Aristokrat in $PROVINCENAME$ wurde von einem der dort lebenden Ausländer beleidigt. Offensichtlich versäumte der Ausländer, sich in der korrekten Weise zu verbeugen, als er dem Aristokraten auf der Straße begegnete. Sollen wir solch blatante Ignoranz unserer Sitten tolerieren?;;;;;;;;;;; +EVTDESC13090;He unveils the device with the excitement of a child. - 'You can see their eyes!', he cries, pointing excitedly at the jar of beetles. He instructs you to look into the object -- the glass and metal is cold against your face -- there, in curves of an optic lense, reality is magnified ten times over. - 'It's a microscope!, he laughs. - 'I bought it from one of the foreigners!';;Er enthüllt den Apparat mit der Begeisterung eines Kindes. - 'Man kann ihre Augen sehen!', ruft er aus und deutet aufgeregt auf das Glas mit den Käfern. Er bedeutet Ihnen, in den Apparat zu schauen -- das Glas und Metall fühlt sich auf Ihrem Gesicht kalt an -- dort, in den Biegungen einer optischen Linse, sieht die Realität zehnmal größer aus. - 'Es ist ein Mikroskop!', lacht er. - 'Ich habe es von den Ausländern in $PROVINCENAME$ gekauft!';;;;;;;;;;; +EVTDESC13140;Some intelligence concerning our military preparations has spread from the military mission in one of our provinces, severely hurting our war effort. We have expelled the members of the mission, but the damage has already been done.;Des renseignements confidentiels concernant nos préparatifs militaires ont été divulgués par la mission militaire de $PROVINCENAME$, estropiant gravement notre effort de guerre. Nous avons expulsé les membres de la mission, mais le mal est fait.;Einige Informationen über unsere militärischen Vorbereitungen haben sich aus der Militärmission in $PROVINCENAME$ verbreitet und schaden unseren Kriegsbemühungen enorm. Wir haben die Missionsmitglieder des Landes verwiesen, aber der Schaden ist passiert.;;;;;;;;;;; +EVTDESC13160;Sailors winding up drunk in $COUNTRY_ADJ$ prisons aren't normally affairs of state, but this is an exception. A navyman from one of the Great Powers has been arrested by officials in one of our cities, after having murdered one of our subjects in what appears to have started as a bar fight. The diplomatic attaché insists that the sailor be handed over to the country in question, and tried according to their laws. This presents us with a conundrum. Granting this privilege once is tantamount to allowing extraterritoriality to all foreign subjects, but not doing so might very well cause international uproar. This issue merits careful consideration.;;Betrunkene Matrosen, die in $COUNTRY_ADJ$ Gefängnissen landen, sind üblicherweise keine Staatsaffären, aber dies ist eine Ausnahme. Ein Matrose aus einer der Großmächte wurde in $PROVINCENAME$ verhaftet, nachdem er einen unserer Untertanen im Verlauf einer Kneipenschlägerei umbrachte. Der diplomatische Attaché besteht darauf, dass der Matrose den Gerichten seines Heimatlandes ausgeliefert und dort nach ihren Gesetzen verurteilt wird. Dies bringt uns in eine Zwickmühle. Dieses Privileg ist ein wichtiger Teil der Extraterritorialität, die allen Ausländern zusteht, aber wenn wir es nicht tun, sehen wir einem internationalen Aufschrei entgegen. Dieses Problem muss sorgfältig durchdacht werden.;;;;;;;;;;; +EVTDESC13230;Wandering alone in the streets of $CAPITAL$ can be a dangerous thing, as a foreign ambassador in the Legation Quarter recently found out. Guards report having found him dead at 4 a.m. in the morning, apperently the vicitm of a robbery, however the foreigners accuse us of having failed in our supposed responsibility to protect their diplomats. We fear that even a formal apology will not be enough to placate them, however, something more tangible might...;;Alleine durch die Straßen von $PROVINCENAME$ zu wandern, kann gefährlich sein, wie ein ausländischer Botschafter im Legationsviertel neulich herausfand. Wachen fanden ihn um vier Uhr morgens tot auf, offensichtlich Opfer eines Raubüberfalls. Die Ausländer aber beschuldigen uns, unserer angeblichen Pflicht, ihre Diplomaten zu schützen, nicht Genüge getan zu haben. Wir fürchten, dass selbst eine formelle Entschuldigung nicht ausreichen wird, um sie zu besänftigen, aber vielleicht etwas mehr Handfestes ...;;;;;;;;;;; +EVTDESC13280;The reforms sweeping through our country have upset the landed elites in one of our cities.;Les réformes menées dans notre pays déplaisent aux élites foncières de $PROVINCENAME$.;Die unser Land überziehenden Reformen haben die Landbesitzereliten in $PROVINCENAME$ verärgert.;;;;;;;;;;; +EVTNAME13365;Boxers Occupy Foreign-Held Lands;;;;;;;;;;;;; +EVTDESC13365;The Righteous Society of Harmonious Fists have invaded lands currently owned by a colonial power, but which rightfully belong to the Chinese. More than that, they have successfully occupied the territory and rebuffed efforts by westerners to take it back. We can attempt to stake our claim over the land once again," though if we do it is all but tantamount to a declaration of war-- and, considering the state the Qing Empire is in", it might be a war in which we stand to lose more than we gained.;;;;;;;;;;;;; +EVTNAME13370;The Boxers Victorious!;;;;;;;;;;;;; +EVTDESC13370;$CAPITAL$ has been occupied by the Righteous Society of Harmonious Fists, who have successfully driven foreign influence out of the country and restored it to its traditional policies of isolationism. What repercussions this will cause with the western powers remains to be seen, but for the moment the Empire stands triumphant.;;;;;;;;;;;;; +EVTNAME18501;The $COUNTRY_ADJ$ Way;;;;;;;;;;;;; +EVTDESC18501;Ours is a nation of equality, where no man is placed above another in importance. Everyone strives for the betterment of all. A recent report in a $CAPITAL$ newspaper regarding the arrest of a wealthy but criminal industrialist has served not to outrage the $COUNTRY_ADJ$ people, but rather to reinforce their ideals. Today our people walk a little more proudly than before.;;;;;;;;;;;;; +EVTNAME18505;$COUNTRY_ADJ$ Ingenuity;;;;;;;;;;;;; +EVTDESC18506;Ours is a nation of liberty, where every man is born with the inherent right to seek his own destiny. The possibility of prosperity lies within every man's reach. A recent report in a $CAPITAL$ newspaper regarding the acquittal of a man popularly believed to be innocent has served to reinforce our peoples' ideals. Today they walk a little more proudly than before.;;;;;;;;;;;;; +EVTNAME18510;Military Parade;;;;;;;;;;;;; +EVTDESC18510;In the eyes of our soldiers as they parade through the streets, nothing can be seen but utmost devotion to $COUNTRYNAME$ and the ideals for which our nation stands. These men, and the description fits them, have been fostered since childhood into rigid and firm belief in our nation, and they would die to defend it. Long live $COUNTRY$!;;;;;;;;;;;;; +EVTDESC18511;Ours is a nation of might, where a man's strength determines his success and everyone knows very well how superior we are to our neighbours. None can hope to compare to $COUNTRY$ on our best day. A recent report in a $CAPITAL$ newspaper regarding the execution of a foreigner believed to have been engaged in criminal activities on $COUNTRY_ADJ$ soil has served to reinforce our peoples' beliefs. Today they walk a little more proudly than before.;;;;;;;;;;;;; +EVTNAME18515;Send in the Troops;;;;;;;;;;;;; +EVTDESC18515;Matters in $COUNTRY$ are getting out of hand. Acts of violence are becoming more commonplace, and some claim that revolution is in the air. Many citizens in $CAPITAL$ are calling on the government to take stronger measures. Sending our army to deal with the violence will, however, only bring the attention of the world upon us. Perhaps this is a time to prove that $COUNTRY$ can deal with its affairs in the way we always have-- with civility.;;;;;;;;;;;;; +EVTDESC18517;Ours is a nation of order, where peace and civility rule the day. Everyone strives for the common good, and for the progress of our nation as a whole. A recent report in a $CAPITAL$ newspaper regarding the arrest of a prominent criminal figure who had previously eluded authorities has not outraged the people, but rather has served to reinforce their beliefs. Today the people of $COUNTRY$ walk a little more proudly than before.;;;;;;;;;;;;; +EVTNAME18521;Brotherhood of Man;;;;;;;;;;;;; +EVTDESC18521;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: peace, brotherhood and fraternity. Such were the virtues this man believed in, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVTNAME18525;Liberty Shines;;;;;;;;;;;;; +EVTDESC18525;A celebration in $CAPITAL$ took place this month, a sombre affair following the death of a prominent politician. This was a celebration of the $COUNTRY_ADJ$ way: freedom, liberty and the pursuit of happiness. Such were the virtues in which this man believed, and it is a belief shared by all the $COUNTRY_ADJ$ people.;;;;;;;;;;;;; +EVTNAME18530;The $COUNTRY_ADJ$ Destiny;;;;;;;;;;;;; +EVTDESC18531;A recent dispute with one of our neighbours has had an electrifying effect upon the people of $COUNTRY$: 'How can they be allowed to treat us this way?', they ask. Some are calling for war, while others are satisfied with the knowledge that our nation has already come out on top.;;;;;;;;;;;;; +EVTNAME18550;Rejecting Westernization;;;;;;;;;;;;; +EVTDESC18550;Our people have attempted to embrace the ideals of westernization for a long time, but now there is a growing movement to return to the traditional $COUNTRY_ADJ$ way of life. It falls to the nation's leaders to set the example: should we embrace the ideal of tradition once again, or should westernization remain our goal despite our continuing isolation?;;;;;;;;;;;;; +EVTNAME18551;Embracing Westernization;;;;;;;;;;;;; +EVTDESC18551;Our people have held to our traditions for a very long time. After many years of exposure to the western nations, however, a growing movement has begun to change the $COUNTRY_ADJ$ way of life. Intellectuals in $CAPITAL$ say the government should lead the people into an era of progress and not remain mired in our backward ways. Shall we throw these fools into prison, or consider what they have to say?;;;;;;;;;;;;; +EVTNAME18555;Clash of Ideals;;;;;;;;;;;;; +EVTDESC18555;$COUNTRY_ADJ$ intellectuals have clashed with members of the aristocracy in $CAPITAL$. The aristocracy has accused the intellectual elite of attempting to cast aside the $COUNTRY_ADJ$ way of life, while the intellectuals say that progress is necessary if $COUNTRY$ is to have any chance against western imperialist powers. The argument of the intellectuals is convincing, but this has not calmed matters in the streets.;;;;;;;;;;;;; +EVTNAME18556;New Ideas;;;;;;;;;;;;; +EVTDESC18556;$COUNTRY_ADJ$ intellectuals have brought several new ideas before the court, ideas that could advance our research considerably. They are also quite contentious, however, and a rejection of the intellectuals could do much to soothe the aristocracy.;;;;;;;;;;;;; +EVTNAME18560;Annals of the Past;;;;;;;;;;;;; +EVTDESC18560;The peasants are taking to the streets, rising up against their rulers in ways that would have been unthinkable only decades ago. Perhaps it is time to remind them of their duty to their nation, and of the traditions which have served $COUNTRY$ so well in ages past?;;;;;;;;;;;;; +EVTNAME18562;The Fight Against Progress;;;;;;;;;;;;; +EVTDESC18562;$COUNTRY_ADJ$ reactionaries have begun heated debates in one of our states, arguing that $COUNTRY$ should not be slavishly seeking to chase after 'civilized' nations-- indeed, that already $COUNTRY$ has gone too far down the path of degradation and that the $COUNTRY_ADJ$ people suffer for it. They are calling on the government to repeal reforms, or at the very least to slow down the rapid pace of change... and they are gaining a wide audience.;;;;;;;;;;;;; +EVTNAME18565;A Return to Western Influence?;;;;;;;;;;;;; +EVTDESC18565;$COUNTRY$ is a nation of progress, and our current period of insulation against the western powers runs contrary to that ideal. Shall we call on the borders to be opened once again? It might anger some of our people, but the flow of goods and ideas is invaluable to our prosperity.;;;;;;;;;;;;; +EVTNAME18571;Rejecting the West?;;;;;;;;;;;;; +EVTDESC18571;We never wanted this contact with the westerners. They bring too many problems into our country, and their influence spreads like an insidious disease. Many in the $COUNTRY_ADJ$ court are calling for the borders to be closed once again, for us to display to these imperialists that they cannot simply strut about our nation as if they own it. A display of force is necessary!;;;;;;;;;;;;; +EVTNAME44356;Second Stage of the CNR;;;;;;;;;;;;; +EVTDESC44356;The second stage of the Canadian National Railway, linking Calgary to the Atlantic Coast, has been completed. Now work must begin on the last stage, which will be the longest and most difficult yet as it requires creating a pass through the Rocky Mountains themselves.;;;;;;;;;;;;; +EVTDESC44808;Not unexpectedly, Mexico has ignored the terms of the Treaties of Velasco-- claiming that Santa Anna only agreed to them under duress. Indeed, Santa Anna himself has been quick to back up their claim even despite his precarious position. The one bright light in this? It might be the cause the American government has been looking for to intervene in our war.;;;;;;;;;;;;; +EVTNAME46304;Solano's Ambition;;;;;;;;;;;;; +EVTDESC46304;The dictator of Paraguay, Solano Lopez, has turned his eye towards Brazilian lands to the southeast. Direct access to the Atlantic Ocean would be of great benefit to the country, rather than relying on Uruguayan permission to use the river-- permission which might not always be forthcoming, thanks to Brazilian interference. Perhaps it is time to flex Paraguay's muscle and establish an empire of our own?;;;;;;;;;;;;; +EVTNAME60160;Birth of a Nation;;;;;;;;;;;;; +EVTDESC60160; Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY$'s independence. In the modern world, independence can be a fleeting thing-- so we must enjoy it while we can. Today, $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. It is a heartfelt theme that speaks of better tomorrows.;;;;;;;;;;;;; +EVTNAME80111;The Dungan Basin;;;;;;;;;;;;; +EVTDESC80111;Now that the rebellion in distant Xinjiang is finished, there appears to be some question as to who has ownership over the Dungan basin. The western half of the basin, in Qaratal, is occupied by the wicked Russians… but they wish control over the eastern half in Ili, as well. Should we surrender the basin peacefully, or fight for $COUNTRY_ADJ$ honor?;;;;;;;;;;;;; +EVTNAME90034;Union With Greece;;;;;;;;;;;;; +EVTDESC90034;The time has come to unite with our Greek brothers.;;;;;;;;;;;;; +EVTNAME95076;The January Uprising;;;;;;;;;;;;; +EVTDESC95076;A spontaneous protest by young Poles against conscription into the Russian Army has quickly erupted into a widespread insurrection, supported by high-ranking Polish and Lithuanian officers and politicians. The eyes of all of Europe are upon us, and if we deal with the insurgents too harshly it may hurt our relations with European powers. If we do not, however, the uprising may spread even further.;;;;;;;;;;;;; +EVTNAME95315;Join the Canadian Confederation?;;;;;;;;;;;;; +EVTDESC95315;With things in $COUNTRY$ so difficult, some citizens have brought up the possibility of joining the Confederation of Canada. It is a land of freedom, and together we will be more powerful than we are separately. Shall we approach their government?;;;;;;;;;;;;; +EVTNAME95316;$FROMCOUNTRY$ Asks to Join Canada;;;;;;;;;;;;; +EVTDESC95316;A delegate from $FROMCOUNTRY$ has quietly approached the Canadian government, asking for the former American state to be admitted to Confederation. While this may seem like a good idea, the Americans may see us as opportunists for accepting.;;;;;;;;;;;;; +EVTNAME96090;End of the $COUNTRY_ADJ$ Monarchy;;;;;;;;;;;;; +EVTDESC96090;With the loss of $COUNTRY$ in the recent war, the $COUNTRY_ADJ$ monarchy has received much of the blame-- there have already been several assassination attempts, and calls within the government for the monarchy to step down. Sentiment in the public has turned to the notion of $COUNTRY$ becoming a democracy... though some fear this will plunge the nation into even further chaos.;;;;;;;;;;;;; +EVTNAME96215;Indian Nationalists Victorious!;;;;;;;;;;;;; +EVTDESC96215;Nationalists have succeedeed in taking over $COUNTRY_ADJ$ colonies in India. Our governors have been driven out and our territory lost.;;;;;;;;;;;;; +EVTNAME97571;The Final Straw;;;;;;;;;;;;; +EVTDESC97571;We have received reports from the Cape Colony that there has been yet another outbreak of violence between the Xhosa natives and the colonials. This time it is evidently caused by natives returning from the diamond mines, attempting to take back control of their lands without any consideration for due process. Many within the Cape Colony believe it is time that the military moved in and took over their lands completely.;;;;;;;;;;;;; +EVTNAME98000;Border Dispute with the Zulu;;;;;;;;;;;;; +EVTDESC98000;The Zulus have slaughtered a $COUNTRY_ADJ$ regiment that entered their territory without our authority. While we had not been seeking a war with the Zulus, now our hand is forced. We must either back down and apologize, or see this through to the bitter end.;;;;;;;;;;;;; +EVTNAME98001;The South African Union ;;;;;;;;;;;;; +EVTDESC98001;The time has come to consider joining the South African union. ;;;;;;;;;;;;; +EVTNAME98002;Annexation of the Transvaal;;;;;;;;;;;;; +EVTDESC98002;Our colonial governor in South Africa declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and we must consider the idea that keeping them out of the hands of competitors for African dominance is just as much reason to annex them as using those resources for our ourselves. The Boer resistance has proven embarrasing. If we do not answer this with force, it will make the $COUNTRY_ADJ$ look weak to the world.;;;;;;;;;;;;; +EVTNAME98003;The Anglo-Boer War;;;;;;;;;;;;; +EVTDESC98003;The $FROMCOUNTRY_ADJ$ have gone to war with the Transvaal, and many Boers are fearful that $COUNTRY$ will surely be next. They are crying out to our government to ally with the Transvaalis and stop the $FROMCOUNTRY_ADJ$ from taking away their lands and their rights.;;;;;;;;;;;;; +EVTNAME98004;South Africa is Ours!;;;;;;;;;;;;; +EVTDESC98004;We control the entire Cape Colony. There is no question now as to who the masters are in South Africa: the Boers. The time has come for us to end the war and unite the Boers under a single flag.;;;;;;;;;;;;; +EVTNAME98005;Appeal From $FROMCOUNTRY$;;;;;;;;;;;;; +EVTDESC98005;We have been approached by $FROMCOUNTRY_ADJ$ diplomats desperate for help in their war. Though they are loathe to do so, they are asking for $COUNTRY_ADJ$ protection. If we provide it, it does mean we establish an excellent claim over their territory.;;;;;;;;;;;;; +EVTNAME98006;The Boer Exodus;;;;;;;;;;;;; +EVTDESC98006;With 'the Great Trek' underway, many of the Boers are eager to leave the Cape Colony behind and travel to either the Transvaal or the oranje Free State where they feel they will be free to pursue their own interests.;;;;;;;;;;;;; +EVTNAME98735;Islamic Fervor in $COUNTRY$;;;;;;;;;;;;; +EVTDESC98735;A sentiment of Islamic nationalism is sweeping $COUNTRY$, as people begin to clamor for unification with the Islamic Caliphate. We have little reason to doubt that they would object to a petition of annexation.;;;;;;;;;;;;; +claim_mayan_lands_title;Rebuild the Mayan Empire;;;;;;;;;;;;; +claim_mayan_lands_desc;The time has come for the Mayan people to reclaim what they have lost!;;;;;;;;;;;;; +release_bukovina_desc;With our holdings in Bukovina cut off from the rest of Austria, it only makes sense that we give the locals more autonomy. Let the Romanians raise their own armies-- so long as they do so in the service of the Austrian crown.;;;;;;;;;;;;; +total_war_in_taiping_title;Total War in Taiping;;;;;;;;;;;;; +total_war_in_taiping_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +total_war_in_peking_title;Total War in Peking;;;;;;;;;;;;; +total_war_in_peking_desc;The Taiping Rebellion threatens the dynasty and, indeed, the entire Empire. We must call on all our citizens to rise up and fight against these Christian infidels!;;;;;;;;;;;;; +total_war_in_kashgaria_title;Total War in Kashgaria;;;;;;;;;;;;; +total_war_in_kashgaria_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +total_war_in_yunnan_title;Total War in Yunnan;;;;;;;;;;;;; +total_war_in_yunnan_desc;The glorious revolution awaits. We must call upon all our citizens to fight, lest our cause die before it has even achieved the first step towards victory.;;;;;;;;;;;;; +form_hindustan_title;Form Hindustan;;;;;;;;;;;;; +form_hindustan_desc;We must unite the people of Hindustan under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;; +form_marathas_title;Form Marathas;;;;;;;;;;;;; +form_marathas_desc;The Maratha Empire was once the greatest force upon the Indian subcontinent. The time has come for it to rise once more!;;;;;;;;;;;;; +apply_for_USA_statehood2_title;Apply for Statehood;Demande de rattachement en tant qu'État;Antrag auf Souveränität;;Solicitud de ingreso como estado;;;;;;;;; +apply_for_USA_statehood2_desc;Our position on the North American continent, and our traditional cultural ties to the USA, make it likely that the USA would accept a petition of statehood from us. Doing this means our country will be annexed by the United States;Notre position géographique sur le continent nord Américain, et les liens qui nous unissent aux Etats-Unis font que ces derniers accepteraient probablement une pétition sur une demande de rattachement en tant qu'Etat. En faisant cela, notre pays serait annexé aux Etats-Unis.;Unsere Position auf dem nordamerikanischen Kontinent und unsere traditionellen kulturellen Verbindungen mit den USA machen es wahrscheinlich, dass die USA einen Antrag auf Souveränität von uns akzeptiert. Dies bedeutet, dass unser Land von den Vereinigten Staaten annektiert wird;;Por nuestra posición en el continente norteamericano y nuestros vínculos culturales tradicionales con los EE.UU. parece probable que nos acepten como estado de la Unión si lo solicitamos. Si lo hacemos, nuestro país será anexionado por los Estados Unidos.;;;;;;;;; +end_of_NGF_PRU;Become Prussia;;;;;;;;;;;;; +end_of_NGF_PRU_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Prussia is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_ANH;Become Anhalt;;;;;;;;;;;;; +end_of_NGF_ANH_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Anhalt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_SGF_BAD;Become Baden;;;;;;;;;;;;; +end_of_SGF_BAD_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Baden is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_SGF_BAV;Become Bavaria;;;;;;;;;;;;; +end_of_SGF_BAV_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Bavaria is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_BRA;Become Brunswick;;;;;;;;;;;;; +end_of_NGF_BRA_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Brunswick is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_BRE;Become Bremen;;;;;;;;;;;;; +end_of_NGF_BRE_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Bremen is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_FRM;Become Frankfurt;;;;;;;;;;;;; +end_of_NGF_FRM_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Frankfurt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_HAM;Become Hamburg;;;;;;;;;;;;; +end_of_NGF_HAM_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hamburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_HAN;Become Hannover;;;;;;;;;;;;; +end_of_NGF_HAN_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hannover is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_HEK;Become Hesse-Kessel;;;;;;;;;;;;; +end_of_NGF_HEK_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hesse-Kessel is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_HES;Become Hesse-Darmstadt;;;;;;;;;;;;; +end_of_NGF_HES_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Hesse-Darmstadt is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_OLD;Become Oldenburg;;;;;;;;;;;;; +end_of_NGF_OLD_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Oldenburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_SAX;Become Saxony;;;;;;;;;;;;; +end_of_NGF_SAX_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxony is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_WEI;Become Saxe-Weimar;;;;;;;;;;;;; +end_of_NGF_WEI_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Weimar is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_SGF_WUR;Become Württemburg;;;;;;;;;;;;; +end_of_SGF_WUR_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Württemburg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_MEI;Become Saxe-Meiningen;;;;;;;;;;;;; +end_of_NGF_MEI_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Meiningen is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_COB;Become Saxe-Coburg-Gotha;;;;;;;;;;;;; +end_of_NGF_COB_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Saxe-Coburg-Gotha is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_NAS;Become Nassau;;;;;;;;;;;;; +end_of_NGF_NAS_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Nassau is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_MEC;Become Mecklenberg;;;;;;;;;;;;; +end_of_NGF_MEC_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Mecklenberg is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_LUB;Become Lübeck;;;;;;;;;;;;; +end_of_NGF_LUB_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Lübeck is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +end_of_NGF_LIP;Become Lippe;;;;;;;;;;;;; +end_of_NGF_LIP_desc;With the loss of our lands, we must face a bitter truth and realize that claiming we are more than Lippe is a conceit we cannot afford. Let the truth become reality.;;;;;;;;;;;;; +create_iberia_title;Become Iberia;;;;;;;;;;;;; +create_iberia_desc;We have proven our mettle and united the Iberian peninsula under our rule. Now the time has come for a new Iberian federation to be born, one that unites all of the peninsula's cultures under a single rule.;;;;;;;;;;;;; +create_iberia2_title;Become Iberia;;;;;;;;;;;;; +create_iberia2_desc;We have proven our mettle and united the Iberian peninsula under our rule. Now the time has come for a new Iberian federation to be born, one that unites all of the peninsula's cultures under a single rule.;;;;;;;;;;;;; +end_of_iberia_spain_title;Become Spain;;;;;;;;;;;;; +end_of_iberia_spain_desc;The Iberian union is no longer the truth. We must put aside the fiction and become Spain in truth.;;;;;;;;;;;;; +end_of_iberia_portugal_title;Become Portugal;;;;;;;;;;;;; +end_of_iberia_portugal_desc;The Iberian union is no longer the truth. We must put aside the fiction and become Portugal in truth.;;;;;;;;;;;;; +form_caliphate_title;Form the Islamic Caliphate;;;;;;;;;;;;; +form_caliphate_desc;The dream of a true muslim nation: unite the peoples of Islam under a single banner, one which could make the nations of the world shake before its might and cast fear into the hearts of men so used to treating our brethren as lesser beings.;;;;;;;;;;;;; +apply_sharia_law_title;Apply Sharia Law;;;;;;;;;;;;; +apply_sharia_law_desc;Ours is a nation based on fundamental religious rule. Thus it is incumbent that Sharia law be applied to its fullest extent-- in the interest of keeping peace and order.;;;;;;;;;;;;; +repeal_sharia_law_title;Repeal Sharia Law;;;;;;;;;;;;; +repeal_sharia_law_desc;Ours may be an Islamic union, but it is no longer a nation based on fundamental religious rule. We must repeal the strict Sharia laws which have held back our nation for so long.;;;;;;;;;;;;; +fsa_enact_anaconda_plan_desc;Originally devised by General-in-chief Winfield Scott, the Anaconda plan was a plan for subduing the Free Americans by means of a massive naval blockade, and a military advance along the coast. By initiating blockades of FSA ports, we can increase their war exhaustion by denying them essential goods.;;;;;;;;;;;;; +form_hindustan2_title;Form Hindustan;;;;;;;;;;;;; +form_hindustan2_desc;We must unite the people of Hindustan under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;; +form_marathas2_title;Form Marathas;;;;;;;;;;;;; +form_marathas2_desc;The Maratha Empire was once the greatest force upon the Indian subcontinent. The time has come for it to rise once more!;;;;;;;;;;;;; +claim_greater_bengal2_title;Claim Greater Bengal;;;;;;;;;;;;; +claim_greater_bengal2_desc;The Bengal Empire once ruled over much of eastern India, and the time has come to once again restake our claim. We must strike a blow against the forces of imperialism!;;;;;;;;;;;;; +form_dravidistan2_title;Form Dravidistan;;;;;;;;;;;;; +form_dravidistan2_desc;We must unite the Dravidian people under a single flag, to better resist the Imperialists from incursions into India.;;;;;;;;;;;;; +move_capital_to_niamey_title;Move Capital to Niamey;;;;;;;;;;;;; +move_capital_to_niamey_desc;Niamey provides a better capital for Niger-- we should move the government there at once.;;;;;;;;;;;;; +move_capital_to_bamako_title;Move Capital to Bamako;;;;;;;;;;;;; +move_capital_to_bamako_desc;Niamey provides a better capital for Mali-- we should move the government there at once.;;;;;;;;;;;;; +move_capital_to_dar_es_salaam_title;Move Capital to Dar-es-Salaam;;;;;;;;;;;;; +move_capital_to_dar_es_salaam_desc;Dar-es-Salaam provides a better capital for Tanganyika-- we should move the government there at once.;;;;;;;;;;;;; +become_mali_empire_title;Restore the Mali Empire;;;;;;;;;;;;; +become_mali_empire_desc;The Mali Empire was once one of the greatest kingdoms in all of Africa. Under the ancient flag we can unite the peoples of the western Sahel, and challenge the might even of the Europeans!;;;;;;;;;;;;; +invite_greece_to_YUG_title;Invite Greece Into Yugoslavia;;;;;;;;;;;;; +invite_greece_to_YUG_desc;While the Greeks are not truly considered part of the Slavic culture and are noticeably reluctant to assent to any kind of greater union of the Balkans, perhaps with enough influence and good relations we can convince them to join us.;;;;;;;;;;;;; +embrace_greeks_YUG_title;Embrace Greeks;;;;;;;;;;;;; +embrace_greeks_YUG_desc;The Greeks are not truly a Slavic culture, and notoriously at odds with the rest of the Slavs. With enough effort, however, it should not be impossible to integrate them more fully into the Yugoslav culture and government. Perhaps this might even mean a future of peace between our peoples.;;;;;;;;;;;;; +embrace_polish_minority_title;Embrace the Polish Minority;;;;;;;;;;;;; +embrace_polish_minority_desc;We shall embrace our Polish citizens, and elevate them to the status shared by that of the Hungarians.;;;;;;;;;;;;; +demand_retreat_from_india;Demand Retreat From India;;;;;;;;;;;;; +demand_retreat_from_india_desc;The majority of India has been wrested from British control. A choice is upon us: either demand their retreat from the sub-continent, freeing all their vassals and annexed lands, or continue our war and hope to achieve our current goals. A British retreat may result in chaos, and we certainly would not attain the war goals we have in play, but it would at least take the British out of the equation for the years to come.;;;;;;;;;;;;; +move_capital_to_delhi_title;Move Capital to Delhi;;;;;;;;;;;;; +move_capital_to_delhi_desc;Now that India has unified, we should consider moving the capital to a more central-- and traditional-- city. Delhi: the heart of India.;;;;;;;;;;;;; +organize_bostwana_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +organize_mauretania_title;Organize Mauretania;;;;;;;;;;;;; +organize_mauretania_desc;We should organize the African colonies to better reflect both a local structure, as well as set up the possibility for autonomous rule -- dominated by our benevolent colonial administrators, of course.;;;;;;;;;;;;; +move_capital_to_accra_title;Move Capital to Accra;;;;;;;;;;;;; +move_capital_to_accra_desc;Accra provides a better capital for our nation-- we should move the government there at once.;;;;;;;;;;;;; +move_capital_to_algiers_title;Move Capital to Algiers;;;;;;;;;;;;; +move_capital_to_algiers_desc;Algiers now belongs to us. It is time to move our government back to its proper place!;;;;;;;;;;;;; +chuang_guangdong_title;Chuang Guandong;;;;;;;;;;;;; +chuang_guangdong_desc;Literally 'Crashing into Guandong', this was the a policy brought into place by the Qing government which brought down the barrier to non-Manchu settlement in the northeastern frontier. With the loss of Outer Manchuria, it is vital that the frontier be populated by settlers to prevent further expansion into Chinese territory.;;;;;;;;;;;;; diff --git a/HPM/localisation/02_NNM_greatwar.csv b/HPM/localisation/02_NNM_greatwar.csv index 0ca14cd2..bfb59463 100644 --- a/HPM/localisation/02_NNM_greatwar.csv +++ b/HPM/localisation/02_NNM_greatwar.csv @@ -1,105 +1,103 @@ -;;;;;;;;;;;;;x,,,, -EVTNAME96000;War is Upon Us;La Guerre c'est Ici;Der Krieg Kommt;;;;;;;;;;;x,,,, -EVTDESC96000;$COUNTRY$ is in a state of total war with one of the Great Powers of the world. In a modern age where warfare has the capability of killing millions, the very future of our nation could be at stake. The call has gone out to the $COUNTRY_ADJ$ people: put aside your petty differences," your day-to-day lives and your personal ambitions. $COUNTRY$ must pull together in this, our hour of need!;;;;;;;;;;;;x",, -EVTOPTA96000;We shall be victorious!;Nous serons victorieux!;Wir sind siegreich!;;;;;;;;;;;x,,,, -EVTNAME96010;The Treaty of $CAPITAL$;Le Traité de $CAPITAL$;Der Vertrag von $CAPITAL$;;;;;;;;;;;x,,,, -EVTDESC96010;We have lost the war, and like vultures the victors have descended upon us. We have been forced to the bargaining table to accept humiliating terms regarding the breakup of our empire, with many of our lands simply given away, and we shall be permitted no overseas holdings whatsoever. This is a moment that shall be remembered in $COUNTRY$ for years to come.;;;;;;;;;;;;;x, -EVTNAME96004;The Demands of War;Les Demandes de la Guerre;Die Nachfragen des Krieges;;;;;;;;;;;x,,,, -EVTDESC96004;The constant state of war $COUNTRY$ is under has taken its toll on our people. Shortages of basic goods and the failure to deliver swift victory have worn down the enthusiasm with which the $COUNTRY_ADJ$ people initially greeted the war effort. If things don't turn around soon, we could face growing weariness and unrest within our own borders.;;;;;;;;;;;;;x,,, -EVTOPTA96004;We will win this war!;Nous gagnerons la guerre!;Wir gewinnen den Krieg!;;;;;;;;;;;x,,,, -EVTNAME96005;Is It All For Nothing?;Est-il Tout Pour Rien?;Ist Alles Für Nichts?;;;;;;;;;;;x,,,, -EVTDESC96005;Growing demonstrations in $CAPITAL$ demonstrate the prevailing attitude of the $COUNTRY_ADJ$ people: get us out of the war, and soon. Too many have been lost, too many sacrifices made, and all for what? The people wish to go back to their regular lives, without the constant spectre of war hanging over their heads.;;;;;;;;;;;;;x -EVTOPTA96005;Do not lose hope!;Ne perdez pas l'espoir!;Verlieren Sie nicht Hoffnung!;;;;;;;;;;;x,,,, -EVTNAME96006;Total Collapse;Effondrement Total;Gesamteinsturz;;;;;;;;;;;x,,,, -EVTDESC96006;The war effort is not going well, to put it lightly. Advisors are saying that $COUNTRY$ should sue for peace, do whatever it takes to end this war before something even more terrible happens. The people are on the brink of revolt. We must act!;;;;;;;;;;;;;x,, -EVTOPTA96006;Disaster!;Désastre!;Unfall!;;;;;;;;;;;x,,,, -EVTOPTA96010;We welcome peace;La paix est bienvenue;Frieden ist willkommen;;;;;;;;;;;x,,,, -EVTNAME96013;The Breakup of $FROMCOUNTRY$;La Dissolution de $FROMCOUNTRY$;Das Auseinanderbrechen von $FROMCOUNTRY$;;;;;;;;;;;x,,,, -EVTDESC96013;$FROMCOUNTRY$ has been forced to concede defeat in its war, and we have been invited to the negotiating table to discuss the potential breakup of their empire. This could potentially mean we see $COUNTRY_ADJ$ lands returned to us, though if we forego our claims it could mean salvaging a relationship with $FROMCOUNTRY$.;;;;;;;;;;;;;x,, -EVTOPTA96013;We will attend the talks;Nous joindrons les entretiens;Wir gehen zu den Gesprächen;;;;;;;;;;;x,,,, -EVTOPTB96013;We will not attend;Nous n'irons pas;Wir gehen nicht;;;;;;;;;;;x,,,, -EVTNAME96014;The Breakup of $FROMCOUNTRY$;La Dissolution de $FROMCOUNTRY$;Das Auseinanderbrechen von $FROMCOUNTRY$;;;;;;;;;;;x,,,, -EVTDESC96014;$FROMCOUNTRY$ has been forced to concede defeat in its war, and now treaty talks have begun to discuss the breakup of their empire. As an enemy of $FROMCOUNTRY$, our place at the table is assured. At the very least, any $COUNTRY_ADJ$ lands currently in $FROMCOUNTRY_ADJ$ possession should be returned.;;;;;;;;;;;;;x, -EVTOPTA96014;We simply wish our lands back;Nous voulons nos terres;Wir wünschen unsere Länder;;;;;;;;;;;x,,,, -EVTNAME96015;$COUNTRY_ADJ$ Freedom;Liberté $COUNTRY_ADJ$;$COUNTRY_ADJ$ Freiheit;;;;;;;;;;;x,,,, -EVTDESC96015;The defeat of $FROMCOUNTRY$ in their war has forced them to the negotiating table, and one of the terms for the breakup of their empire is our release from their direct rule. This would mean casting out $FROMCOUNTRY_ADJ$ officials and potentially turning them into an enemy. We could maintain our close ties with $FROMCOUNTRY$ even with our freedom, though this would mean passing up a chance for freedom and goodwill from $FROMCOUNTRY$'s enemies.;;;;;;;;;;;;;x,, -EVTOPTA96015;$COUNTRY$ shall be free;$COUNTRY$ sera libre;$COUNTRY$ ist frei;;;;;;;;;;;x,,,, -EVTOPTB96015;$FROMCOUNTRY$ is our ally;$FROMCOUNTRY$ est notre allié;$FROMCOUNTRY$ ist unser Verbündetes;;;;;;;;;;;x,,,, -EVTNAME96016;The $FROMCOUNTRY_ADJ$ Colonies;Les Colonies $FROMCOUNTRY_ADJ$;Das $FROMCOUNTRY_ADJ$ Kolonien;;;;;;;;;;;x,,,, -EVTDESC96016;One of the matters discussed at the treaty talks is what to do with $FROMCOUNTRY$'s colonial holdings. They should not be allowed to keep these lands, but determinining how they should be disposed of is no simple matter. For now, agreement has been reached determining some of the territory, and any remaining will have to be negotiated over in the coming year.;;;;;;;;;;;;;x, -EVTOPTA96016;We will take what we can;Nous voulons autant que possible;Wir wünschen so viel wie möglich;;;;;;;;;;;x,,,, -EVTOPTB96016;Our only interest is limiting $FROMCOUNTRY_ADJ$ power;Nous voulons seulement;Wir wünschen nur wenig;;;;;;;;;;;x,,,, -EVTOPTC96016;We have no interest in their colonies;Nous ne voulons pas les colonies;Wir wünschen nicht die Kolonien;;;;;;;;;;;x,,,, -EVTDESC96017;One of the matters discussed at the treaty talks is what to do with $FROMCOUNTRY$'s colonial holdings. We are not a great power, and it's possible that even if pursue some of their colonies for our own we'll end up with nothing... but if we do not try, we'll end up with nothing for sure. Even so, making the attempt could be seen as aggressive.;;;;;;;;;;;;;x, -EVTNAME96020;The War is Over;La Guerre c'est Finie;Der Krieg ist Fertig;;;;;;;;;;;x,,,, -EVTDESC96020;With the war finished, the $COUNTRY_ADJ$ people have taken to the streets of $CAPITAL$ in celebration. The toll of the war has been heavy, but today $COUNTRY$ is simply happy to be at peace.;;;;;;;;;;;;;x,, -EVTOPTA96020;Long live $COUNTRY$!;Vive $COUNTRY$!;Lieben lang $COUNTRY$!;;;;;;;;;;;x,,,, -EVTDESC96022;$FROMCOUNTRY$ has been created from the ether, but the powers-that-be have determined at least some of their lands rightfully belong to $COUNTRY$ and should be returned to us. The $COUNTRY_ADJ$ people have rejoiced at this news.;;;;;;;;;;;;;x,,, -EVTNAME96025;Enemy of my Enemy;Ennemi de mon Ennemi;Feind meines Feindes;;;;;;;;;;;x,,,, -EVTDESC96025;Now that we are in a state of total war, the idea has arisen that $COUNTRY$ should approach $FROMCOUNTRY$'s enemies to see if there are those who would join our side against them. This may mean an unholy alliance with those who might never fight at our side otherwise, but as the old saying goes: 'The enemy of my enemy is my friend.' If we are to win the war against $FROMCOUNTRY$, we may have to take that to heart.;;;;;;;;;;;;;x, -EVTOPTA96025;Do it;Oui;Ja;;;;;;;;;;;x,,,, -EVTOPTB96025;We don't need more allies;Nous n'avons pas besoin de plus d'alliés;Wir benötigen nicht mehr Verbündete;;;;;;;;;;;x,,,, -EVTNAME96030;The Shadow of War;L'ombre de la Guerre;Der Schatten des Krieges;;;;;;;;;;;x,,,, -EVTDESC96030;A diplomat from $FROMCOUNTRY$ has approached us with a proposal: an alliance with them, to fight in a war against their enemy... who is certainly no friend of ours. While the alliance does not necessarily obligate us, the question really remains whether or not $COUNTRY$ even wishes to go to war. If we fight with $FROMCOUNTRY$, we stand the chance of gaining the spoils of war for ourselves. It also means we could fall with them. The choice is ours.;;;;;;;;;;;;;x, -EVTOPTA96030;We will ally with $FROMCOUNTRY$;Nous convenons;Wir stimmen zu;;;;;;;;;;;x,,,, -EVTOPTB96030;We refuse;Nous refusons;Wir lehnen ab;;;;;;;;;;;x,,,, -EVTNAME96031;$FROMCOUNTRY$ Has Agreed;$FROMCOUNTRY$ a Convenu;$FROMCOUNTRY$ hat Zugestimmt;;;;;;;;;;;x,,,, -EVTDESC96031;We have received word from $FROMCOUNTRY$ that they have agreed to an alliance. Whether or not they will actually live up to that alliance and join us in the war remains to be seen.;;;;;;;;;;;;;x,,,, -EVTOPTA96031;Great;Excellent;Ausgezeichnet;;;;;;;;;;;x,,,, -EVTNAME96065;Outrage!;;;;;;;;;;;x,,,, -EVTDESC96065;A diplomatic incident with one of our enemies has outraged $COUNTRY_ADJ$ citizens. Several weeks ago, an envoy assigned to $CAPITAL$ was accused of stealing national secrets. It turned out the truth was far worse, and an investigation has unearthed a conspiracy to destabilize $COUNTRY$ and leave it weak for invasion. This has leaked out to the public, and now crowds in the capital are calling for total war.;;;;;;;;;;;x, -EVTOPTA96065;We must defend $COUNTRY_ADJ$ interests, no matter the cost.;;;;;;;;;;;x,,, -EVTOPTB96065;We cannot afford such a war.;;;;;;;;;;;x,,,, -EVTNAME96066;Assassination!;;;;;;;;;;;x,,,, -EVTDESC96066;The assassination of a prominent $COUNTRY_ADJ$ citizen by a dissident has, after a thorough investigation, turned out to be at the instigation of an enemy power. This is but the latest in a string of incidents designed to destabilize $COUNTRY$. The results of the investigation have leaked to the public, and massive crowds gathered in the streets of $CAPITAL$ are now calling for total war.;;;;;;;;;;;x, -EVTNAME96070;The $COUNTRY_ADJ$ Colonies;Les Colonies $COUNTRY_ADJ$;Das $COUNTRY_ADJ$ Kolonien;;;;;;;;;;;x,,,, -EVTDESC96070;According to the peace treaty, our colonies and overseas territories must be surrendered. Negotiations are currently underway as to which nations they will be 'assigned' to. It appears our humiliation is not yet complete.;;;;;;;;;;;;;x,,, -EVTOPTA96070;Time to carve up our empire.;Nous n'avons aucun choix.;Wir haben keine Wahl.;;;;;;;;;;;x,,,, -EVTNAME96071;Transfer of the $FROMCOUNTRY_ADJ$ Colonies;Les Colonies $FROMCOUNTRY_ADJ$;Das $FROMCOUNTRY_ADJ$ Kolonien;;;;;;;;;;;x,,,, -EVTDESC96071;Negotiations are still underway as to which countries will obtain control over the remaining $FROMCOUNTRY_ADJ$ colonies and overseas territories.;;;;;;;;;;;;;x,,,, -EVTOPTA96071;We will accept control over the colony.;Nous acceptons.;Wir nehmen an.;;;;;;;;;;;x,,,, -EVTOPTB96071;We do not wish any more colonies.;Nous refusons.;Wir lehnen ab.;;;;;;;;;;;x,,,, -EVTOPTC96071;We will skip the current colony.;;;;;;;;;;;;;;;;;;;;;;;;;;;x,,,, -EVTDESC96081;An isolated $FROMCOUNTRY_ADJ$ territory has been offered to us. We should consider whether we wish to adminster it, as accessing the land may be difficult according to current borders. But, then again, do we truly wish $FROMCOUNTRY$ to keep it?;;;;;;;;;;;;;x, -EVTNAME96085;The New $COUNTRY_ADJ$ Government;Le Nouveau Gouvernement $COUNTRY_ADJ$;Die Neue $COUNTRY_ADJ$ Regierung;;;;;;;;;;;x,,,, -EVTDESC96085;As the armies of our former enemy depart $CAPITAL$, they leave behind a newly-installed democratic government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ question whether 'freedom' imposed by a foreign power is truly that.;;;;;;;;;;;;;x,, -EVTOPTA96085;We welcome the new regime.;Nous faisons bon accueil au nouveau régime.;Wir begrüßen das neue Regime.;;;;;;;;;;;x,,,, -EVTDESC96086;As the armies of our former enemy leave $CAPITAL$, they leave behind a newly-installed fascist government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ seem already determined to overthrow it in the name of freedom.;;;;;;;;;;;;;x,, -EVTDESC96087;As the armies of our former enemy leave $CAPITAL$, they leave behind a newly-installed communist government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ seem already determined to overthrow it in the name of freedom.;;;;;;;;;;;;;x,, -EVTNAME96130;The Price of Infamy;Le Prix de l'Infamie;Der Preis der Niedertracht;;;;;;;;;;;x,,,, -EVTDESC96130;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about the need for a united front to contain $COUNTRY_ADJ$ aggression. There are even efforts to stir up our own citizens against us. We will have to be careful in the future, lest we face not a single enemy but that of the world's great powers united against us.;;;;;;;;;;;;;x,, -EVTOPTA96130;Just let them try it!;Laissez-les Venir!;Lassen Sie Kommen!;;;;;;;;;;;x,,,, -EVTNAME96131;An Ease in Tensions;Un Amoindrissement des Tensions;Eine Verminderung von Spannungen;;;;;;;;;;;x,,,, -EVTDESC96131;The world's great powers have taken note of $COUNTRY$'s efforts to change our aggressive ways. Some are making overtures to improve relations, and their diplomats are expressing hope that $COUNTRY$ will continue to deal with other countries in a civilized manner.;;;;;;;;;;;;;x,,, -EVTOPTA96131;Thanks for the vote of confidence.;Merci pour le vote de confiance.;Dank für die Vertrauensabstimmung.;;;;;;;;;;;x,,,, -EVTNAME96136;The $FROMCOUNTRY_ADJ$ Ultimatum;$FROMCOUNTRY_ADJ$ Ultimatum;Das $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;;x,,,, -EVTDESC96136;$FROMCOUNTRY_ADJ$ diplomats have approached our nation with an ultimatum: dimantle $COUNTRY$ immediately, or the great powers of the world will be forced to unite against us. Their demands consist of the following:\n\n1. The return of all unlawfully-held territories gained by conquest.\n2. The release of any aspirant peoples currently within our lands.\n3. The transfer of all colonies and overseas territories to the other great powers.\n4. An agreement by $COUNTRY$ not to declare war on any other nation for a period of no less than ten years.\n\nIt goes without saying that these demands are extremely humiliating, and the $COUNTRY_ADJ$ people would be justifiably upset should we agree. If we do not, however, $COUNTRY$ will face a great war which even we may not be able to deal with.;;;;;;;;;;;;;x -EVTOPTA96136;Never!;Nous refusons!;Wir lehnen ab!;;;;;;;;;;;x,,,, -EVTOPTB96136;We have no choice but to accept.;Nous acceptons.;Wir nehmen an.;;;;;;;;;;;x,,,, -EVTNAME96141;$FROMCOUNTRY$ Joins the War;$FROMCOUNTRY$ Déclare la Guerre;$FROMCOUNTRY$ Erklärt Krieg;;;;;;;;;;;x,,,, -EVTDESC96141;We have received a cable from $FROMCOUNTRY$: they have declared war upon us, and will pursue the war until such a time as $COUNTRY$ is disarmed and submitted to the will of the international community.;;;;;;;;;;;;;x,,, -EVTOPTA96141;We shall see about that.;Je doute de lui.;Ich bezweifele es.;;;;;;;;;;;x,,,, -EVTNAME96150;$COUNTRY$ Stands Triumphant;$COUNTRY$ est Triomphante;$COUNTRY$ ist Triumphierend;;;;;;;;;;;x,,,, -EVTDESC96150;We have proven that no nation can stand in $COUNTRY$'s way. We will do as we please, and no amount of objection from the so-called great powers of the world will deter us from achieving our destiny. For now there is peace, and if other nations seek to stop us from achieving our future goals, they are welcome to try.;;;;;;;;;;;;;x, -EVTOPTA96150;Excellent!;Excellent!;Ausgezeichnet!;;;;;;;;;;;x,,,, -EVTNAME96090;End of the $COUNTRY_ADJ$ Monarchy;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96090;With the loss of $COUNTRY$ in the recent war, the $COUNTRY_ADJ$ monarchy has received much of the blame -- there have already been several assassination attempts, and calls within the government for the monarchy to step down. Sentiment in the public has turned to the notion of $COUNTRY$ becoming a democracy... though some fear this will plunge the nation into even further chaos.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,, -EVT96090OPTA;The monarchy will go into exile.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96090OPTB;Never! The monarchy will remain.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96061;The $COUNTRY_ADJ$ Dominion;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96061;We have been freed as a vassal.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96060;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96060;Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96019;The $COUNTRY_ADJ$ Colonies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96019;We are in the process of negotiating the disbursement of our colonies and overseas territories.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96019OPTA;If we must.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96018;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96018;Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96012;$COUNTRY$ Granted Independence;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96012;Freedom!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96003;Call Allies Refresh;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96003;Gives the AI the chance to call new allies into the war.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96003OPTA;Stop fucking with the localization Rylock;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTNAME96001;Call Allies;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVTDESC96001;This should call any allies into the Great War.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -EVT96001OPTA;Let's make sure we have everyone.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EVTNAME96000;War is Upon Us;La Guerre c'est Ici;Der Krieg Kommt;;;;;;;;;;; +EVTDESC96000;$COUNTRY$ is in a state of total war with one of the Great Powers of the world. In a modern age where warfare has the capability of killing millions, the very future of our nation could be at stake. The call has gone out to the $COUNTRY_ADJ$ people: put aside your petty differences," your day-to-day lives and your personal ambitions. $COUNTRY$ must pull together in this, our hour of need!;;;;;;;;;;;;x",,; +EVTOPTA96000;We shall be victorious!;Nous serons victorieux!;Wir sind siegreich!;;;;;;;;;;; +EVTNAME96010;The Treaty of $CAPITAL$;Le Traité de $CAPITAL$;Der Vertrag von $CAPITAL$;;;;;;;;;;; +EVTDESC96010;We have lost the war, and like vultures the victors have descended upon us. We have been forced to the bargaining table to accept humiliating terms regarding the breakup of our empire, with many of our lands simply given away, and we shall be permitted no overseas holdings whatsoever. This is a moment that shall be remembered in $COUNTRY$ for years to come.;;;;;;;;;;;;; +EVTNAME96004;The Demands of War;Les Demandes de la Guerre;Die Nachfragen des Krieges;;;;;;;;;;; +EVTDESC96004;The constant state of war $COUNTRY$ is under has taken its toll on our people. Shortages of basic goods and the failure to deliver swift victory have worn down the enthusiasm with which the $COUNTRY_ADJ$ people initially greeted the war effort. If things don't turn around soon, we could face growing weariness and unrest within our own borders.;;;;;;;;;;;;; +EVTOPTA96004;We will win this war!;Nous gagnerons la guerre!;Wir gewinnen den Krieg!;;;;;;;;;;; +EVTNAME96005;Is It All For Nothing?;Est-il Tout Pour Rien?;Ist Alles Für Nichts?;;;;;;;;;;; +EVTDESC96005;Growing demonstrations in $CAPITAL$ demonstrate the prevailing attitude of the $COUNTRY_ADJ$ people: get us out of the war, and soon. Too many have been lost, too many sacrifices made, and all for what? The people wish to go back to their regular lives, without the constant spectre of war hanging over their heads.;;;;;;;;;;;;; +EVTOPTA96005;Do not lose hope!;Ne perdez pas l'espoir!;Verlieren Sie nicht Hoffnung!;;;;;;;;;;; +EVTNAME96006;Total Collapse;Effondrement Total;Gesamteinsturz;;;;;;;;;;; +EVTDESC96006;The war effort is not going well, to put it lightly. Advisors are saying that $COUNTRY$ should sue for peace, do whatever it takes to end this war before something even more terrible happens. The people are on the brink of revolt. We must act!;;;;;;;;;;;;; +EVTOPTA96006;Disaster!;Désastre!;Unfall!;;;;;;;;;;; +EVTOPTA96010;We welcome peace;La paix est bienvenue;Frieden ist willkommen;;;;;;;;;;; +EVTNAME96013;The Breakup of $FROMCOUNTRY$;La Dissolution de $FROMCOUNTRY$;Das Auseinanderbrechen von $FROMCOUNTRY$;;;;;;;;;;; +EVTDESC96013;$FROMCOUNTRY$ has been forced to concede defeat in its war, and we have been invited to the negotiating table to discuss the potential breakup of their empire. This could potentially mean we see $COUNTRY_ADJ$ lands returned to us, though if we forego our claims it could mean salvaging a relationship with $FROMCOUNTRY$.;;;;;;;;;;;;; +EVTOPTA96013;We will attend the talks;Nous joindrons les entretiens;Wir gehen zu den Gesprächen;;;;;;;;;;; +EVTOPTB96013;We will not attend;Nous n'irons pas;Wir gehen nicht;;;;;;;;;;; +EVTNAME96014;The Breakup of $FROMCOUNTRY$;La Dissolution de $FROMCOUNTRY$;Das Auseinanderbrechen von $FROMCOUNTRY$;;;;;;;;;;; +EVTDESC96014;$FROMCOUNTRY$ has been forced to concede defeat in its war, and now treaty talks have begun to discuss the breakup of their empire. As an enemy of $FROMCOUNTRY$, our place at the table is assured. At the very least, any $COUNTRY_ADJ$ lands currently in $FROMCOUNTRY_ADJ$ possession should be returned.;;;;;;;;;;;;; +EVTOPTA96014;We simply wish our lands back;Nous voulons nos terres;Wir wünschen unsere Länder;;;;;;;;;;; +EVTNAME96015;$COUNTRY_ADJ$ Freedom;Liberté $COUNTRY_ADJ$;$COUNTRY_ADJ$ Freiheit;;;;;;;;;;; +EVTDESC96015;The defeat of $FROMCOUNTRY$ in their war has forced them to the negotiating table, and one of the terms for the breakup of their empire is our release from their direct rule. This would mean casting out $FROMCOUNTRY_ADJ$ officials and potentially turning them into an enemy. We could maintain our close ties with $FROMCOUNTRY$ even with our freedom, though this would mean passing up a chance for freedom and goodwill from $FROMCOUNTRY$'s enemies.;;;;;;;;;;;;; +EVTOPTA96015;$COUNTRY$ shall be free;$COUNTRY$ sera libre;$COUNTRY$ ist frei;;;;;;;;;;; +EVTOPTB96015;$FROMCOUNTRY$ is our ally;$FROMCOUNTRY$ est notre allié;$FROMCOUNTRY$ ist unser Verbündetes;;;;;;;;;;; +EVTNAME96016;The $FROMCOUNTRY_ADJ$ Colonies;Les Colonies $FROMCOUNTRY_ADJ$;Das $FROMCOUNTRY_ADJ$ Kolonien;;;;;;;;;;; +EVTDESC96016;One of the matters discussed at the treaty talks is what to do with $FROMCOUNTRY$'s colonial holdings. They should not be allowed to keep these lands, but determinining how they should be disposed of is no simple matter. For now, agreement has been reached determining some of the territory, and any remaining will have to be negotiated over in the coming year.;;;;;;;;;;;;; +EVTOPTA96016;We will take what we can;Nous voulons autant que possible;Wir wünschen so viel wie möglich;;;;;;;;;;; +EVTOPTB96016;Our only interest is limiting $FROMCOUNTRY_ADJ$ power;Nous voulons seulement;Wir wünschen nur wenig;;;;;;;;;;; +EVTOPTC96016;We have no interest in their colonies;Nous ne voulons pas les colonies;Wir wünschen nicht die Kolonien;;;;;;;;;;; +EVTDESC96017;One of the matters discussed at the treaty talks is what to do with $FROMCOUNTRY$'s colonial holdings. We are not a great power, and it's possible that even if pursue some of their colonies for our own we'll end up with nothing... but if we do not try, we'll end up with nothing for sure. Even so, making the attempt could be seen as aggressive.;;;;;;;;;;;;; +EVTNAME96020;The War is Over;La Guerre c'est Finie;Der Krieg ist Fertig;;;;;;;;;;; +EVTDESC96020;With the war finished, the $COUNTRY_ADJ$ people have taken to the streets of $CAPITAL$ in celebration. The toll of the war has been heavy, but today $COUNTRY$ is simply happy to be at peace.;;;;;;;;;;;;; +EVTOPTA96020;Long live $COUNTRY$!;Vive $COUNTRY$!;Lieben lang $COUNTRY$!;;;;;;;;;;; +EVTDESC96022;$FROMCOUNTRY$ has been created from the ether, but the powers-that-be have determined at least some of their lands rightfully belong to $COUNTRY$ and should be returned to us. The $COUNTRY_ADJ$ people have rejoiced at this news.;;;;;;;;;;;;; +EVTNAME96025;Enemy of my Enemy;Ennemi de mon Ennemi;Feind meines Feindes;;;;;;;;;;; +EVTDESC96025;Now that we are in a state of total war, the idea has arisen that $COUNTRY$ should approach $FROMCOUNTRY$'s enemies to see if there are those who would join our side against them. This may mean an unholy alliance with those who might never fight at our side otherwise, but as the old saying goes: 'The enemy of my enemy is my friend.' If we are to win the war against $FROMCOUNTRY$, we may have to take that to heart.;;;;;;;;;;;;; +EVTOPTA96025;Do it;Oui;Ja;;;;;;;;;;; +EVTOPTB96025;We don't need more allies;Nous n'avons pas besoin de plus d'alliés;Wir benötigen nicht mehr Verbündete;;;;;;;;;;; +EVTNAME96030;The Shadow of War;L'ombre de la Guerre;Der Schatten des Krieges;;;;;;;;;;; +EVTDESC96030;A diplomat from $FROMCOUNTRY$ has approached us with a proposal: an alliance with them, to fight in a war against their enemy... who is certainly no friend of ours. While the alliance does not necessarily obligate us, the question really remains whether or not $COUNTRY$ even wishes to go to war. If we fight with $FROMCOUNTRY$, we stand the chance of gaining the spoils of war for ourselves. It also means we could fall with them. The choice is ours.;;;;;;;;;;;;; +EVTOPTA96030;We will ally with $FROMCOUNTRY$;Nous convenons;Wir stimmen zu;;;;;;;;;;; +EVTOPTB96030;We refuse;Nous refusons;Wir lehnen ab;;;;;;;;;;; +EVTNAME96031;$FROMCOUNTRY$ Has Agreed;$FROMCOUNTRY$ a Convenu;$FROMCOUNTRY$ hat Zugestimmt;;;;;;;;;;; +EVTDESC96031;We have received word from $FROMCOUNTRY$ that they have agreed to an alliance. Whether or not they will actually live up to that alliance and join us in the war remains to be seen.;;;;;;;;;;;;; +EVTOPTA96031;Great;Excellent;Ausgezeichnet;;;;;;;;;;; +EVTNAME96065;Outrage!;;;;;;;;;;;;; +EVTDESC96065;A diplomatic incident with one of our enemies has outraged $COUNTRY_ADJ$ citizens. Several weeks ago, an envoy assigned to $CAPITAL$ was accused of stealing national secrets. It turned out the truth was far worse, and an investigation has unearthed a conspiracy to destabilize $COUNTRY$ and leave it weak for invasion. This has leaked out to the public, and now crowds in the capital are calling for total war.;;;;;;;;;;;;; +EVTOPTA96065;We must defend $COUNTRY_ADJ$ interests, no matter the cost.;;;;;;;;;;;;; +EVTOPTB96065;We cannot afford such a war.;;;;;;;;;;;;; +EVTNAME96066;Assassination!;;;;;;;;;;;;; +EVTDESC96066;The assassination of a prominent $COUNTRY_ADJ$ citizen by a dissident has, after a thorough investigation, turned out to be at the instigation of an enemy power. This is but the latest in a string of incidents designed to destabilize $COUNTRY$. The results of the investigation have leaked to the public, and massive crowds gathered in the streets of $CAPITAL$ are now calling for total war.;;;;;;;;;;;;; +EVTNAME96070;The $COUNTRY_ADJ$ Colonies;Les Colonies $COUNTRY_ADJ$;Das $COUNTRY_ADJ$ Kolonien;;;;;;;;;;; +EVTDESC96070;According to the peace treaty, our colonies and overseas territories must be surrendered. Negotiations are currently underway as to which nations they will be 'assigned' to. It appears our humiliation is not yet complete.;;;;;;;;;;;;; +EVTOPTA96070;Time to carve up our empire.;Nous n'avons aucun choix.;Wir haben keine Wahl.;;;;;;;;;;; +EVTNAME96071;Transfer of the $FROMCOUNTRY_ADJ$ Colonies;Les Colonies $FROMCOUNTRY_ADJ$;Das $FROMCOUNTRY_ADJ$ Kolonien;;;;;;;;;;; +EVTDESC96071;Negotiations are still underway as to which countries will obtain control over the remaining $FROMCOUNTRY_ADJ$ colonies and overseas territories.;;;;;;;;;;;;; +EVTOPTA96071;We will accept control over the colony.;Nous acceptons.;Wir nehmen an.;;;;;;;;;;; +EVTOPTB96071;We do not wish any more colonies.;Nous refusons.;Wir lehnen ab.;;;;;;;;;;; +EVTOPTC96071;We will skip the current colony.;;;;;;;;;;;;; +EVTDESC96081;An isolated $FROMCOUNTRY_ADJ$ territory has been offered to us. We should consider whether we wish to adminster it, as accessing the land may be difficult according to current borders. But, then again, do we truly wish $FROMCOUNTRY$ to keep it?;;;;;;;;;;;;; +EVTNAME96085;The New $COUNTRY_ADJ$ Government;Le Nouveau Gouvernement $COUNTRY_ADJ$;Die Neue $COUNTRY_ADJ$ Regierung;;;;;;;;;;; +EVTDESC96085;As the armies of our former enemy depart $CAPITAL$, they leave behind a newly-installed democratic government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ question whether 'freedom' imposed by a foreign power is truly that.;;;;;;;;;;;;; +EVTOPTA96085;We welcome the new regime.;Nous faisons bon accueil au nouveau régime.;Wir begrüßen das neue Regime.;;;;;;;;;;; +EVTDESC96086;As the armies of our former enemy leave $CAPITAL$, they leave behind a newly-installed fascist government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ seem already determined to overthrow it in the name of freedom.;;;;;;;;;;;;; +EVTDESC96087;As the armies of our former enemy leave $CAPITAL$, they leave behind a newly-installed communist government friendly to their nation. How long this government will last is unknown, but many within $COUNTRY$ seem already determined to overthrow it in the name of freedom.;;;;;;;;;;;;; +EVTNAME96130;The Price of Infamy;Le Prix de l'Infamie;Der Preis der Niedertracht;;;;;;;;;;; +EVTDESC96130;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about the need for a united front to contain $COUNTRY_ADJ$ aggression. There are even efforts to stir up our own citizens against us. We will have to be careful in the future, lest we face not a single enemy but that of the world's great powers united against us.;;;;;;;;;;;;; +EVTOPTA96130;Just let them try it!;Laissez-les Venir!;Lassen Sie Kommen!;;;;;;;;;;; +EVTNAME96131;An Ease in Tensions;Un Amoindrissement des Tensions;Eine Verminderung von Spannungen;;;;;;;;;;; +EVTDESC96131;The world's great powers have taken note of $COUNTRY$'s efforts to change our aggressive ways. Some are making overtures to improve relations, and their diplomats are expressing hope that $COUNTRY$ will continue to deal with other countries in a civilized manner.;;;;;;;;;;;;; +EVTOPTA96131;Thanks for the vote of confidence.;Merci pour le vote de confiance.;Dank für die Vertrauensabstimmung.;;;;;;;;;;; +EVTNAME96136;The $FROMCOUNTRY_ADJ$ Ultimatum;$FROMCOUNTRY_ADJ$ Ultimatum;Das $FROMCOUNTRY_ADJ$ Ultimatum;;;;;;;;;;; +EVTDESC96136;$FROMCOUNTRY_ADJ$ diplomats have approached our nation with an ultimatum: dimantle $COUNTRY$ immediately, or the great powers of the world will be forced to unite against us. Their demands consist of the following:\n\n1. The return of all unlawfully-held territories gained by conquest.\n2. The release of any aspirant peoples currently within our lands.\n3. The transfer of all colonies and overseas territories to the other great powers.\n4. An agreement by $COUNTRY$ not to declare war on any other nation for a period of no less than ten years.\n\nIt goes without saying that these demands are extremely humiliating, and the $COUNTRY_ADJ$ people would be justifiably upset should we agree. If we do not, however, $COUNTRY$ will face a great war which even we may not be able to deal with.;;;;;;;;;;;;; +EVTOPTA96136;Never!;Nous refusons!;Wir lehnen ab!;;;;;;;;;;; +EVTOPTB96136;We have no choice but to accept.;Nous acceptons.;Wir nehmen an.;;;;;;;;;;; +EVTNAME96141;$FROMCOUNTRY$ Joins the War;$FROMCOUNTRY$ Déclare la Guerre;$FROMCOUNTRY$ Erklärt Krieg;;;;;;;;;;; +EVTDESC96141;We have received a cable from $FROMCOUNTRY$: they have declared war upon us, and will pursue the war until such a time as $COUNTRY$ is disarmed and submitted to the will of the international community.;;;;;;;;;;;;; +EVTOPTA96141;We shall see about that.;Je doute de lui.;Ich bezweifele es.;;;;;;;;;;; +EVTNAME96150;$COUNTRY$ Stands Triumphant;$COUNTRY$ est Triomphante;$COUNTRY$ ist Triumphierend;;;;;;;;;;; +EVTDESC96150;We have proven that no nation can stand in $COUNTRY$'s way. We will do as we please, and no amount of objection from the so-called great powers of the world will deter us from achieving our destiny. For now there is peace, and if other nations seek to stop us from achieving our future goals, they are welcome to try.;;;;;;;;;;;;; +EVTOPTA96150;Excellent!;Excellent!;Ausgezeichnet!;;;;;;;;;;; +EVT96090OPTA;The monarchy will go into exile.;;;;;;;;;;;;; +EVT96090OPTB;Never! The monarchy will remain.;;;;;;;;;;;;; +EVTNAME96061;The $COUNTRY_ADJ$ Dominion;;;;;;;;;;;;; +EVTDESC96061;We have been freed as a vassal.;;;;;;;;;;;;; +EVTNAME96060;$COUNTRY$ Granted Independence;;;;;;;;;;;;; +EVTDESC96060;Freedom!;;;;;;;;;;;;; +EVTNAME96019;The $COUNTRY_ADJ$ Colonies;;;;;;;;;;;;; +EVTDESC96019;We are in the process of negotiating the disbursement of our colonies and overseas territories.;;;;;;;;;;;;; +EVT96019OPTA;If we must.;;;;;;;;;;;;; +EVTNAME96018;$COUNTRY$ Granted Independence;;;;;;;;;;;;; +EVTDESC96018;Freedom!;;;;;;;;;;;;; +EVTNAME96012;$COUNTRY$ Granted Independence;;;;;;;;;;;;; +EVTDESC96012;Freedom!;;;;;;;;;;;;; +EVTNAME96003;Call Allies Refresh;;;;;;;;;;;;; +EVTDESC96003;Gives the AI the chance to call new allies into the war.;;;;;;;;;;;;; +EVT96003OPTA;Stop fucking with the localization Rylock;;;;;;;;;;;;; +EVTNAME96001;Call Allies;;;;;;;;;;;;; +EVTDESC96001;This should call any allies into the Great War.;;;;;;;;;;;;; +EVT96001OPTA;Let's make sure we have everyone.;;;;;;;;;;;;; diff --git a/HPM/localisation/02_NNM_gtfo.csv b/HPM/localisation/02_NNM_gtfo.csv index b2b6e612..61df65e8 100644 --- a/HPM/localisation/02_NNM_gtfo.csv +++ b/HPM/localisation/02_NNM_gtfo.csv @@ -1,1063 +1,1063 @@ -;;;;;;;;;;;;x,,,,,,,,,,,,, -gtfo_on_title;Enable 'Release Vassal' decisions;;;;;;;;;;;;x,, -gtfo_on_desc;The Release Vassal decisions allow you to release vassals, and are otherwise kept hidden from view to avoid having them clutter up your decision list.;;;;;;;;;;;;x -gtfo_off_title;Disable 'Release Vassal' decisions;;;;;;;;;;;;x,, -gtfo_off_desc;Your decision list will now be uncluttered!;;;;;;;;;;;;x,, -gtfo_disabled_title;Deactivate 'Release Vassal' decisions;;;;;;;;;;;;x,, -gtfo_disabled_desc;The 'Release Vassal' decisions will disappear from this game session and won't reappear again. You won't be able to use these decisions again for this game.;;;;;;;;;;;;x,, -gtfo_MNP_title;Grant Manipur Independence;;;;;;;;;;;;x,, -gtfo_MNP_desc;We've had a good run, but it's time to end our rulership of Manipur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BDK_title;Grant Badakhshan Independence;;;;;;;;;;;;x,, -gtfo_BDK_desc;We've had a good run, but it's time to end our rulership of Badakhshan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PGG_title;Grant Pingnan Guo Independence;;;;;;;;;;;;x,, -gtfo_PGG_desc;We've had a good run, but it's time to end our rulership of Pingnan Guo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SGM_title;Grant Sigmaringen Independence;;;;;;;;;;;;x,, -gtfo_SGM_desc;We've had a good run, but it's time to end our rulership of Sigmaringen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NMB_title;Grant Namibia Independence;;;;;;;;;;;;x,, -gtfo_NMB_desc;We've had a good run, but it's time to end our rulership of Namibia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TMR_title;Grant Timor Independence;;;;;;;;;;;;x,, -gtfo_TMR_desc;We've had a good run, but it's time to end our rulership of Timor: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLG_title;Grant Selangor Independence;;;;;;;;;;;;x,, -gtfo_SLG_desc;We've had a good run, but it's time to end our rulership of Selangor: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PRK_title;Grant Perak Independence;;;;;;;;;;;;x,, -gtfo_PRK_desc;We've had a good run, but it's time to end our rulership of Perak: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PHG_title;Grant Pahang Independence;;;;;;;;;;;;x,, -gtfo_PHG_desc;We've had a good run, but it's time to end our rulership of Pahang: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FRO_title;Grant Faroe Independence;;;;;;;;;;;;x,, -gtfo_FRO_desc;We've had a good run, but it's time to end our rulership of Faroe: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NCT_title;Grant Neuchatel Independence;;;;;;;;;;;;x,, -gtfo_NCT_desc;We've had a good run, but it's time to end our rulership of Neuchatel: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HBY_title;Grant Hobyo Independence;;;;;;;;;;;;x,, -gtfo_HBY_desc;We've had a good run, but it's time to end our rulership of Hobyo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_QAT_title;Grant Qatar Independence;;;;;;;;;;;;x,, -gtfo_QAT_desc;We've had a good run, but it's time to end our rulership of Qatar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRY_title;Grant Buryatia Independence;;;;;;;;;;;;x,, -gtfo_BRY_desc;We've had a good run, but it's time to end our rulership of Buryatia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MLD_title;Grant Maldives Independence;;;;;;;;;;;;x,, -gtfo_MLD_desc;We've had a good run, but it's time to end our rulership of Maldives: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAR_title;Grant Karen Independence;;;;;;;;;;;;x,, -gtfo_KAR_desc;We've had a good run, but it's time to end our rulership of Karen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PAK_title;Grant Pakistan Independence;;;;;;;;;;;;x,, -gtfo_PAK_desc;We've had a good run, but it's time to end our rulership of Pakistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRL_title;Grant Chitral Independence;;;;;;;;;;;;x,, -gtfo_CRL_desc;We've had a good run, but it's time to end our rulership of Chitral: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RDL_title;Grant Ardalan Independence;;;;;;;;;;;;x,, -gtfo_RDL_desc;We've had a good run, but it's time to end our rulership of Ardalan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BTL_title;Grant Bitlis Independence;;;;;;;;;;;;x,, -gtfo_BTL_desc;We've had a good run, but it's time to end our rulership of Bitlis: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BDN_title;Grant Bahdinan Independence;;;;;;;;;;;;x,, -gtfo_BDN_desc;We've had a good run, but it's time to end our rulership of Bahdinan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BNB_title;Grant Baban Independence;;;;;;;;;;;;x,, -gtfo_BNB_desc;We've had a good run, but it's time to end our rulership of Baban: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MKN_title;Grant Mukriyan Independence;;;;;;;;;;;;x,, -gtfo_MKN_desc;We've had a good run, but it's time to end our rulership of Mukriyan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BHT_title;Grant Bohtan Independence;;;;;;;;;;;;x,, -gtfo_BHT_desc;We've had a good run, but it's time to end our rulership of Bohtan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SRN_title;Grant Soran Independence;;;;;;;;;;;;x,, -gtfo_SRN_desc;We've had a good run, but it's time to end our rulership of Soran: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LBG_title;Grant Limburg Independence;;;;;;;;;;;;x,, -gtfo_LBG_desc;We've had a good run, but it's time to end our rulership of Limburg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PNB_title;Grant Pernambuco Independence;;;;;;;;;;;;x,, -gtfo_PNB_desc;We've had a good run, but it's time to end our rulership of Pernambuco: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FIU_title;Grant Fiume Independence;;;;;;;;;;;;x,, -gtfo_FIU_desc;We've had a good run, but it's time to end our rulership of Fiume: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SYC_title;Grant Sicily Independence;;;;;;;;;;;;x,, -gtfo_SYC_desc;We've had a good run, but it's time to end our rulership of Sicily: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MDV_title;Grant Moldova Independence;;;;;;;;;;;;x,, -gtfo_MDV_desc;We've had a good run, but it's time to end our rulership of Moldova: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ABK_title;Grant Abkhazia Independence;;;;;;;;;;;;x,, -gtfo_ABK_desc;We've had a good run, but it's time to end our rulership of Abkhazia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRT_title;Grant Corrientes Independence;;;;;;;;;;;;x,, -gtfo_CRT_desc;We've had a good run, but it's time to end our rulership of Corrientes: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SBA_title;Grant Buenos Aires Independence;;;;;;;;;;;;x,, -gtfo_SBA_desc;We've had a good run, but it's time to end our rulership of Buenos Aires: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARC_title;Grant Argentine Confederation Independence;;;;;;;;;;;;x,, -gtfo_ARC_desc;We've had a good run, but it's time to end our rulership of Argentine Confederation: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LHJ_title;Grant Lahej Independence;;;;;;;;;;;;x,, -gtfo_LHJ_desc;We've had a good run, but it's time to end our rulership of Lahej: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FDL_title;Grant Fadhli Independence;;;;;;;;;;;;x,, -gtfo_FDL_desc;We've had a good run, but it's time to end our rulership of Fadhli: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KTH_title;Grant Kathiri Independence;;;;;;;;;;;;x,, -gtfo_KTH_desc;We've had a good run, but it's time to end our rulership of Kathiri: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MHR_title;Grant Mahra Independence;;;;;;;;;;;;x,, -gtfo_MHR_desc;We've had a good run, but it's time to end our rulership of Mahra: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KML_title;Grant Kumul Independence;;;;;;;;;;;;x,, -gtfo_KML_desc;We've had a good run, but it's time to end our rulership of Kumul: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SHK_title;Grant Shilluk Independence;;;;;;;;;;;;x,, -gtfo_SHK_desc;We've had a good run, but it's time to end our rulership of Shilluk: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WRL_title;Grant Warsangali Independence;;;;;;;;;;;;x,, -gtfo_WRL_desc;We've had a good run, but it's time to end our rulership of Warsangali: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BHP_title;Grant Bahawalpur Independence;;;;;;;;;;;;x,, -gtfo_BHP_desc;We've had a good run, but it's time to end our rulership of Bahawalpur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_EZO_title;Grant Ezo Independence;;;;;;;;;;;;x,, -gtfo_EZO_desc;We've had a good run, but it's time to end our rulership of Ezo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHY_title;Grant Chechnya Independence;;;;;;;;;;;;x,, -gtfo_CHY_desc;We've had a good run, but it's time to end our rulership of Chechnya: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHK_title;Grant Champasak Independence;;;;;;;;;;;;x,, -gtfo_CHK_desc;We've had a good run, but it's time to end our rulership of Champasak: if you love something, let it go!;;;;;;;;;;;;x -gtfo_QNG_title;Grant Qing China Independence;;;;;;;;;;;;x,, -gtfo_QNG_desc;We've had a good run, but it's time to end our rulership of Qing China: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MGH_title;Grant Maghreb Independence;;;;;;;;;;;;x,, -gtfo_MGH_desc;We've had a good run, but it's time to end our rulership of Maghreb: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAH_title;Grant Bahia Independence;;;;;;;;;;;;x,, -gtfo_BAH_desc;We've had a good run, but it's time to end our rulership of Bahia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHP_title;Grant Chiapas Independence;;;;;;;;;;;;x,, -gtfo_CHP_desc;We've had a good run, but it's time to end our rulership of Chiapas: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CEQ_title;Grant Equador Confederation Independence;;;;;;;;;;;;x,, -gtfo_CEQ_desc;We've had a good run, but it's time to end our rulership of Equador Confederation: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ENT_title;Grant Entre Rios Independence;;;;;;;;;;;;x,, -gtfo_ENT_desc;We've had a good run, but it's time to end our rulership of Entre Rios: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GCO_title;Grant Gran Colombia Independence;;;;;;;;;;;;x,, -gtfo_GCO_desc;We've had a good run, but it's time to end our rulership of Gran Colombia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GUY_title;Grant Guyana Independence;;;;;;;;;;;;x,, -gtfo_GUY_desc;We've had a good run, but it's time to end our rulership of Guyana: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LOS_title;Grant Los Altos Independence;;;;;;;;;;;;x,, -gtfo_LOS_desc;We've had a good run, but it's time to end our rulership of Los Altos: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LPL_title;Grant La Plata Independence;;;;;;;;;;;;x,, -gtfo_LPL_desc;We've had a good run, but it's time to end our rulership of La Plata: if you love something, let it go!;;;;;;;;;;;;x -gtfo_OAX_title;Grant Oaxaca Independence;;;;;;;;;;;;x,, -gtfo_OAX_desc;We've had a good run, but it's time to end our rulership of Oaxaca: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PBC_title;Grant Peru-Bolivia Confederation Independence;;;;;;;;;;;;x,, -gtfo_PBC_desc;We've had a good run, but it's time to end our rulership of Peru-Bolivia Confederation: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PTG_title;Grant Patagonia Independence;;;;;;;;;;;;x,, -gtfo_PTG_desc;We've had a good run, but it's time to end our rulership of Patagonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RGR_title;Grant Rio Grande Independence;;;;;;;;;;;;x,, -gtfo_RGR_desc;We've had a good run, but it's time to end our rulership of Rio Grande: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RGS_title;Grant Rio Grande do Sul Independence;;;;;;;;;;;;x,, -gtfo_RGS_desc;We've had a good run, but it's time to end our rulership of Rio Grande do Sul: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SON_title;Grant Sonora Independence;;;;;;;;;;;;x,, -gtfo_SON_desc;We've had a good run, but it's time to end our rulership of Sonora: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SPU_title;Grant South Peru Independence;;;;;;;;;;;;x,, -gtfo_SPU_desc;We've had a good run, but it's time to end our rulership of South Peru: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YUC_title;Grant Yucatan Independence;;;;;;;;;;;;x,, -gtfo_YUC_desc;We've had a good run, but it's time to end our rulership of Yucatan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BLZ_title;Grant Belize Independence;;;;;;;;;;;;x,, -gtfo_BLZ_desc;We've had a good run, but it's time to end our rulership of Belize: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAK_title;Grant Dakota Independence;;;;;;;;;;;;x,, -gtfo_DAK_desc;We've had a good run, but it's time to end our rulership of Dakota: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FSA_title;Grant Free States of America Independence;;;;;;;;;;;;x,, -gtfo_FSA_desc;We've had a good run, but it's time to end our rulership of Free States of America: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GRN_title;Grant Greenland Independence;;;;;;;;;;;;x,, -gtfo_GRN_desc;We've had a good run, but it's time to end our rulership of Greenland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAM_title;Grant Jamaica Independence;;;;;;;;;;;;x,, -gtfo_JAM_desc;We've had a good run, but it's time to end our rulership of Jamaica: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LSK_title;Grant Alaska Independence;;;;;;;;;;;;x,, -gtfo_LSK_desc;We've had a good run, but it's time to end our rulership of Alaska: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MRU_title;Grant Maritime Union Independence;;;;;;;;;;;;x,, -gtfo_MRU_desc;We've had a good run, but it's time to end our rulership of Maritime Union: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PRI_title;Grant Puerto Rico Independence;;;;;;;;;;;;x,, -gtfo_PRI_desc;We've had a good run, but it's time to end our rulership of Puerto Rico: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RPL_title;Grant Rupert's Land Independence;;;;;;;;;;;;x,, -gtfo_RPL_desc;We've had a good run, but it's time to end our rulership of Rupert's Land: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRS_title;Grant Tarasco Independence;;;;;;;;;;;;x,, -gtfo_TRS_desc;We've had a good run, but it's time to end our rulership of Tarasco: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TTB_title;Grant Trinidad Independence;;;;;;;;;;;;x,, -gtfo_TTB_desc;We've had a good run, but it's time to end our rulership of Trinidad: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UIL_title;Grant Illinois Independence;;;;;;;;;;;;x,, -gtfo_UIL_desc;We've had a good run, but it's time to end our rulership of Illinois: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UNB_title;Grant Nebraska Independence;;;;;;;;;;;;x,, -gtfo_UNB_desc;We've had a good run, but it's time to end our rulership of Nebraska: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UNM_title;Grant New Mexico Independence;;;;;;;;;;;;x,, -gtfo_UNM_desc;We've had a good run, but it's time to end our rulership of New Mexico: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UOR_title;Grant Oregon Independence;;;;;;;;;;;;x,, -gtfo_UOR_desc;We've had a good run, but it's time to end our rulership of Oregon: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ALS_title;Grant Elsass Independence;;;;;;;;;;;;x,, -gtfo_ALS_desc;We've had a good run, but it's time to end our rulership of Elsass: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ATR_title;Grant Asturias Independence;;;;;;;;;;;;x,, -gtfo_ATR_desc;We've had a good run, but it's time to end our rulership of Asturias: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAN_title;Grant Banat Independence;;;;;;;;;;;;x,, -gtfo_BAN_desc;We've had a good run, but it's time to end our rulership of Banat: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BKV_title;Grant Bukovina Independence;;;;;;;;;;;;x,, -gtfo_BKV_desc;We've had a good run, but it's time to end our rulership of Bukovina: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRT_title;Grant Brittany Independence;;;;;;;;;;;;x,, -gtfo_BRT_desc;We've had a good run, but it's time to end our rulership of Brittany: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BSQ_title;Grant Basqueland Independence;;;;;;;;;;;;x,, -gtfo_BSQ_desc;We've had a good run, but it's time to end our rulership of Basqueland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRS_title;Grant Corsica Independence;;;;;;;;;;;;x,, -gtfo_CRS_desc;We've had a good run, but it's time to end our rulership of Corsica: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DLM_title;Grant Dalmatia Independence;;;;;;;;;;;;x,, -gtfo_DLM_desc;We've had a good run, but it's time to end our rulership of Dalmatia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ENL_title;Grant England Independence;;;;;;;;;;;;x,, -gtfo_ENL_desc;We've had a good run, but it's time to end our rulership of England: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GLC_title;Grant Galicia Independence;;;;;;;;;;;;x,, -gtfo_GLC_desc;We've had a good run, but it's time to end our rulership of Galicia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GLM_title;Grant Galicia-Lodomeria Independence;;;;;;;;;;;;x,, -gtfo_GLM_desc;We've had a good run, but it's time to end our rulership of Galicia-Lodomeria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LOR_title;Grant Lorraine Independence;;;;;;;;;;;;x,, -gtfo_LOR_desc;We've had a good run, but it's time to end our rulership of Lorraine: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MCD_title;Grant Macedonia Independence;;;;;;;;;;;;x,, -gtfo_MCD_desc;We've had a good run, but it's time to end our rulership of Macedonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MLT_title;Grant Malta Independence;;;;;;;;;;;;x,, -gtfo_MLT_desc;We've had a good run, but it's time to end our rulership of Malta: if you love something, let it go!;;;;;;;;;;;;x -gtfo_OCC_title;Grant Occitania Independence;;;;;;;;;;;;x,, -gtfo_OCC_desc;We've had a good run, but it's time to end our rulership of Occitania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RMG_title;Grant Romagna Independence;;;;;;;;;;;;x,, -gtfo_RMG_desc;We've had a good run, but it's time to end our rulership of Romagna: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SPC_title;Grant Carlist Spain Independence;;;;;;;;;;;;x,, -gtfo_SPC_desc;We've had a good run, but it's time to end our rulership of Carlist Spain: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SRD_title;Grant Sardinia Independence;;;;;;;;;;;;x,, -gtfo_SRD_desc;We've had a good run, but it's time to end our rulership of Sardinia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SVY_title;Grant Savoy Independence;;;;;;;;;;;;x,, -gtfo_SVY_desc;We've had a good run, but it's time to end our rulership of Savoy: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SWH_title;Grant Schleswig-Holstein Independence;;;;;;;;;;;;x,, -gtfo_SWH_desc;We've had a good run, but it's time to end our rulership of Schleswig-Holstein: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WHA_title;Grant Wales Independence;;;;;;;;;;;;x,, -gtfo_WHA_desc;We've had a good run, but it's time to end our rulership of Wales: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DNB_title;Grant Danubian Federation Independence;;;;;;;;;;;;x,, -gtfo_DNB_desc;We've had a good run, but it's time to end our rulership of Danubian Federation: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUZ_title;Grant Luzica Independence;;;;;;;;;;;;x,, -gtfo_LUZ_desc;We've had a good run, but it's time to end our rulership of Luzica: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RHI_title;Grant Rhineland Independence;;;;;;;;;;;;x,, -gtfo_RHI_desc;We've had a good run, but it's time to end our rulership of Rhineland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PML_title;Grant Pomerelia Independence;;;;;;;;;;;;x,, -gtfo_PML_desc;We've had a good run, but it's time to end our rulership of Pomerelia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PZN_title;Grant Poznan Independence;;;;;;;;;;;;x,, -gtfo_PZN_desc;We've had a good run, but it's time to end our rulership of Poznan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLS_title;Grant Silesia Independence;;;;;;;;;;;;x,, -gtfo_SLS_desc;We've had a good run, but it's time to end our rulership of Silesia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WES_title;Grant Westfalen Independence;;;;;;;;;;;;x,, -gtfo_WES_desc;We've had a good run, but it's time to end our rulership of Westfalen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AKH_title;Grant Astrakhan Independence;;;;;;;;;;;;x,, -gtfo_AKH_desc;We've had a good run, but it's time to end our rulership of Astrakhan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ALT_title;Grant Altai Republic Independence;;;;;;;;;;;;x,, -gtfo_ALT_desc;We've had a good run, but it's time to end our rulership of Altai Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CPL_title;Grant Congress Poland Independence;;;;;;;;;;;;x,, -gtfo_CPL_desc;We've had a good run, but it's time to end our rulership of Congress Poland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DON_title;Grant Cossackia Independence;;;;;;;;;;;;x,, -gtfo_DON_desc;We've had a good run, but it's time to end our rulership of Cossackia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IZH_title;Grant Ingria Independence;;;;;;;;;;;;x,, -gtfo_IZH_desc;We've had a good run, but it's time to end our rulership of Ingria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAZ_title;Grant Kazakhstan Independence;;;;;;;;;;;;x,, -gtfo_KAZ_desc;We've had a good run, but it's time to end our rulership of Kazakhstan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAM_title;Grant Kamchatka Independence;;;;;;;;;;;;x,, -gtfo_KAM_desc;We've had a good run, but it's time to end our rulership of Kamchatka: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KMK_title;Grant Kalmykia Independence;;;;;;;;;;;;x,, -gtfo_KMK_desc;We've had a good run, but it's time to end our rulership of Kalmykia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KRL_title;Grant Karelia Independence;;;;;;;;;;;;x,, -gtfo_KRL_desc;We've had a good run, but it's time to end our rulership of Karelia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIB_title;Grant Siberian Republic Independence;;;;;;;;;;;;x,, -gtfo_SIB_desc;We've had a good run, but it's time to end our rulership of Siberian Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TAR_title;Grant Tatarstan Independence;;;;;;;;;;;;x,, -gtfo_TAR_desc;We've had a good run, but it's time to end our rulership of Tatarstan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TNT_title;Grant Tannu Tuva Independence;;;;;;;;;;;;x,, -gtfo_TNT_desc;We've had a good run, but it's time to end our rulership of Tannu Tuva: if you love something, let it go!;;;;;;;;;;;;x -gtfo_URA_title;Grant Ural Republic Independence;;;;;;;;;;;;x,, -gtfo_URA_desc;We've had a good run, but it's time to end our rulership of Ural Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YAK_title;Grant Yakutia Independence;;;;;;;;;;;;x,, -gtfo_YAK_desc;We've had a good run, but it's time to end our rulership of Yakutia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARU_title;Grant Arab Union Independence;;;;;;;;;;;;x,, -gtfo_ARU_desc;We've had a good run, but it's time to end our rulership of Arab Union: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ASY_title;Grant Assyria Independence;;;;;;;;;;;;x,, -gtfo_ASY_desc;We've had a good run, but it's time to end our rulership of Assyria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BHR_title;Grant Bahrain Independence;;;;;;;;;;;;x,, -gtfo_BHR_desc;We've had a good run, but it's time to end our rulership of Bahrain: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CIR_title;Grant Circassia Independence;;;;;;;;;;;;x,, -gtfo_CIR_desc;We've had a good run, but it's time to end our rulership of Circassia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CLC_title;Grant Cilicia Independence;;;;;;;;;;;;x,, -gtfo_CLC_desc;We've had a good run, but it's time to end our rulership of Cilicia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAG_title;Grant Dagestan Independence;;;;;;;;;;;;x,, -gtfo_DAG_desc;We've had a good run, but it's time to end our rulership of Dagestan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DUR_title;Grant Durrani Empire Independence;;;;;;;;;;;;x,, -gtfo_DUR_desc;We've had a good run, but it's time to end our rulership of Durrani Empire: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAL_title;Grant Hail Independence;;;;;;;;;;;;x,, -gtfo_HAL_desc;We've had a good run, but it's time to end our rulership of Hail: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JOR_title;Grant Jordan Independence;;;;;;;;;;;;x,, -gtfo_JOR_desc;We've had a good run, but it's time to end our rulership of Jordan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KDS_title;Grant Kurdistan Independence;;;;;;;;;;;;x,, -gtfo_KDS_desc;We've had a good run, but it's time to end our rulership of Kurdistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KWT_title;Grant Kuwait Independence;;;;;;;;;;;;x,, -gtfo_KWT_desc;We've had a good run, but it's time to end our rulership of Kuwait: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KYR_title;Grant Kyrgyzstan Independence;;;;;;;;;;;;x,, -gtfo_KYR_desc;We've had a good run, but it's time to end our rulership of Kyrgyzstan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LBN_title;Grant Lebanon Independence;;;;;;;;;;;;x,, -gtfo_LBN_desc;We've had a good run, but it's time to end our rulership of Lebanon: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NYE_title;Grant North Yemen Independence;;;;;;;;;;;;x,, -gtfo_NYE_desc;We've had a good run, but it's time to end our rulership of North Yemen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PLS_title;Grant Palestine Independence;;;;;;;;;;;;x,, -gtfo_PLS_desc;We've had a good run, but it's time to end our rulership of Palestine: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PNT_title;Grant Pontus Independence;;;;;;;;;;;;x,, -gtfo_PNT_desc;We've had a good run, but it's time to end our rulership of Pontus: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SYR_title;Grant Syria Independence;;;;;;;;;;;;x,, -gtfo_SYR_desc;We've had a good run, but it's time to end our rulership of Syria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TAJ_title;Grant Tajikstan Independence;;;;;;;;;;;;x,, -gtfo_TAJ_desc;We've had a good run, but it's time to end our rulership of Tajikstan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TCA_title;Grant Transcaucasia Independence;;;;;;;;;;;;x,, -gtfo_TCA_desc;We've had a good run, but it's time to end our rulership of Transcaucasia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TKM_title;Grant Turkmenistan Independence;;;;;;;;;;;;x,, -gtfo_TKM_desc;We've had a good run, but it's time to end our rulership of Turkmenistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TKS_title;Grant Turkestan Independence;;;;;;;;;;;;x,, -gtfo_TKS_desc;We've had a good run, but it's time to end our rulership of Turkestan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UYG_title;Grant Uyghurstan Independence;;;;;;;;;;;;x,, -gtfo_UYG_desc;We've had a good run, but it's time to end our rulership of Uyghurstan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UZB_title;Grant Uzbekistan Independence;;;;;;;;;;;;x,, -gtfo_UZB_desc;We've had a good run, but it's time to end our rulership of Uzbekistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ASM_title;Grant Assam Independence;;;;;;;;;;;;x,, -gtfo_ASM_desc;We've had a good run, but it's time to end our rulership of Assam: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BIH_title;Grant Bihar Independence;;;;;;;;;;;;x,, -gtfo_BIH_desc;We've had a good run, but it's time to end our rulership of Bihar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BLC_title;Grant Baluchistan Independence;;;;;;;;;;;;x,, -gtfo_BLC_desc;We've had a good run, but it's time to end our rulership of Baluchistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BNG_title;Grant Bengal Independence;;;;;;;;;;;;x,, -gtfo_BNG_desc;We've had a good run, but it's time to end our rulership of Bengal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DRA_title;Grant Dravidistan Independence;;;;;;;;;;;;x,, -gtfo_DRA_desc;We've had a good run, but it's time to end our rulership of Dravidistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KRN_title;Grant Karnatak Independence;;;;;;;;;;;;x,, -gtfo_KRN_desc;We've had a good run, but it's time to end our rulership of Karnatak: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAH_title;Grant Maharashtra Independence;;;;;;;;;;;;x,, -gtfo_MAH_desc;We've had a good run, but it's time to end our rulership of Maharashtra: if you love something, let it go!;;;;;;;;;;;;x -gtfo_#MR_title;Grant Marathas Independence;;;;;;;;;;;;x,, -gtfo_#MR_desc;We've had a good run, but it's time to end our rulership of Marathas: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RAJ_title;Grant Rajputana Independence;;;;;;;;;;;;x,, -gtfo_RAJ_desc;We've had a good run, but it's time to end our rulership of Rajputana: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SRI_title;Grant Sri Lanka Independence;;;;;;;;;;;;x,, -gtfo_SRI_desc;We've had a good run, but it's time to end our rulership of Sri Lanka: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AGC_title;Grant Angoche Independence;;;;;;;;;;;;x,, -gtfo_AGC_desc;We've had a good run, but it's time to end our rulership of Angoche: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ANG_title;Grant Angola Independence;;;;;;;;;;;;x,, -gtfo_ANG_desc;We've had a good run, but it's time to end our rulership of Angola: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARO_title;Grant Aro Independence;;;;;;;;;;;;x,, -gtfo_ARO_desc;We've had a good run, but it's time to end our rulership of Aro: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ASH_title;Grant Ashanti Independence;;;;;;;;;;;;x,, -gtfo_ASH_desc;We've had a good run, but it's time to end our rulership of Ashanti: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AWS_title;Grant Awsa Independence;;;;;;;;;;;;x,, -gtfo_AWS_desc;We've had a good run, but it's time to end our rulership of Awsa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AZA_title;Grant Azande Independence;;;;;;;;;;;;x,, -gtfo_AZA_desc;We've had a good run, but it's time to end our rulership of Azande: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BEN_title;Grant Benin Independence;;;;;;;;;;;;x,, -gtfo_BEN_desc;We've had a good run, but it's time to end our rulership of Benin: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BMK_title;Grant Bamako Independence;;;;;;;;;;;;x,, -gtfo_BMK_desc;We've had a good run, but it's time to end our rulership of Bamako: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRD_title;Grant Urundi Independence;;;;;;;;;;;;x,, -gtfo_BRD_desc;We've had a good run, but it's time to end our rulership of Urundi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BSH_title;Grant Basotho Independence;;;;;;;;;;;;x,, -gtfo_BSH_desc;We've had a good run, but it's time to end our rulership of Basotho: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BUG_title;Grant Buganda Independence;;;;;;;;;;;;x,, -gtfo_BUG_desc;We've had a good run, but it's time to end our rulership of Buganda: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CAR_title;Grant Central African Republic Independence;;;;;;;;;;;;x,, -gtfo_CAR_desc;We've had a good run, but it's time to end our rulership of Central African Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CGO_title;Grant Congo-Brazzaville Independence;;;;;;;;;;;;x,, -gtfo_CGO_desc;We've had a good run, but it's time to end our rulership of Congo-Brazzaville: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHD_title;Grant Chad Independence;;;;;;;;;;;;x,, -gtfo_CHD_desc;We've had a good run, but it's time to end our rulership of Chad: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CLA_title;Grant Calabar Independence;;;;;;;;;;;;x,, -gtfo_CLA_desc;We've had a good run, but it's time to end our rulership of Calabar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CMR_title;Grant Cameroon Independence;;;;;;;;;;;;x,, -gtfo_CMR_desc;We've had a good run, but it's time to end our rulership of Cameroon: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CYR_title;Grant Cyrenaica Independence;;;;;;;;;;;;x,, -gtfo_CYR_desc;We've had a good run, but it's time to end our rulership of Cyrenaica: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAH_title;Grant Dahomey Independence;;;;;;;;;;;;x,, -gtfo_DAH_desc;We've had a good run, but it's time to end our rulership of Dahomey: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAM_title;Grant Damagaram Independence;;;;;;;;;;;;x,, -gtfo_DAM_desc;We've had a good run, but it's time to end our rulership of Damagaram: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAR_title;Grant Darfur Independence;;;;;;;;;;;;x,, -gtfo_DAR_desc;We've had a good run, but it's time to end our rulership of Darfur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DND_title;Grant Dendi Independence;;;;;;;;;;;;x,, -gtfo_DND_desc;We've had a good run, but it's time to end our rulership of Dendi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GAB_title;Grant Gabon Independence;;;;;;;;;;;;x,, -gtfo_GAB_desc;We've had a good run, but it's time to end our rulership of Gabon: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GAZ_title;Grant Gaza Independence;;;;;;;;;;;;x,, -gtfo_GAZ_desc;We've had a good run, but it's time to end our rulership of Gaza: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GBU_title;Grant Gabu Independence;;;;;;;;;;;;x,, -gtfo_GBU_desc;We've had a good run, but it's time to end our rulership of Gabu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GEL_title;Grant Geledi Independence;;;;;;;;;;;;x,, -gtfo_GEL_desc;We've had a good run, but it's time to end our rulership of Geledi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GMB_title;Grant Gambia Independence;;;;;;;;;;;;x,, -gtfo_GMB_desc;We've had a good run, but it's time to end our rulership of Gambia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GNE_title;Grant Guinea Independence;;;;;;;;;;;;x,, -gtfo_GNE_desc;We've had a good run, but it's time to end our rulership of Guinea: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GON_title;Grant Gonder Independence;;;;;;;;;;;;x,, -gtfo_GON_desc;We've had a good run, but it's time to end our rulership of Gonder: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAR_title;Grant Harar Independence;;;;;;;;;;;;x,, -gtfo_HAR_desc;We've had a good run, but it's time to end our rulership of Harar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IVC_title;Grant Ivory Coast Independence;;;;;;;;;;;;x,, -gtfo_IVC_desc;We've had a good run, but it's time to end our rulership of Ivory Coast: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAL_title;Grant Jallon Independence;;;;;;;;;;;;x,, -gtfo_JAL_desc;We've had a good run, but it's time to end our rulership of Jallon: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAF_title;Grant Kaffa Independence;;;;;;;;;;;;x,, -gtfo_KAF_desc;We've had a good run, but it's time to end our rulership of Kaffa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KBO_title;Grant Kanem-Bornu Independence;;;;;;;;;;;;x,, -gtfo_KBO_desc;We've had a good run, but it's time to end our rulership of Kanem-Bornu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KNG_title;Grant Kong Independence;;;;;;;;;;;;x,, -gtfo_KNG_desc;We've had a good run, but it's time to end our rulership of Kong: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KNY_title;Grant Kenya Independence;;;;;;;;;;;;x,, -gtfo_KNY_desc;We've had a good run, but it's time to end our rulership of Kenya: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KON_title;Grant Kongo Independence;;;;;;;;;;;;x,, -gtfo_KON_desc;We've had a good run, but it's time to end our rulership of Kongo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KUB_title;Grant Kuba Independence;;;;;;;;;;;;x,, -gtfo_KUB_desc;We've had a good run, but it's time to end our rulership of Kuba: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KZB_title;Grant Kazembe Independence;;;;;;;;;;;;x,, -gtfo_KZB_desc;We've had a good run, but it's time to end our rulership of Kazembe: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LBA_title;Grant Luba Independence;;;;;;;;;;;;x,, -gtfo_LBA_desc;We've had a good run, but it's time to end our rulership of Luba: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LBY_title;Grant Libya Independence;;;;;;;;;;;;x,, -gtfo_LBY_desc;We've had a good run, but it's time to end our rulership of Libya: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LOA_title;Grant Loango Independence;;;;;;;;;;;;x,, -gtfo_LOA_desc;We've had a good run, but it's time to end our rulership of Loango: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUN_title;Grant Lunda Independence;;;;;;;;;;;;x,, -gtfo_LUN_desc;We've had a good run, but it's time to end our rulership of Lunda: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAJ_title;Grant Majeerteen Independence;;;;;;;;;;;;x,, -gtfo_MAJ_desc;We've had a good run, but it's time to end our rulership of Majeerteen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAS_title;Grant Massina Independence;;;;;;;;;;;;x,, -gtfo_MAS_desc;We've had a good run, but it's time to end our rulership of Massina: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAT_title;Grant Matabele Independence;;;;;;;;;;;;x,, -gtfo_MAT_desc;We've had a good run, but it's time to end our rulership of Matabele: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MLI_title;Grant Mali Independence;;;;;;;;;;;;x,, -gtfo_MLI_desc;We've had a good run, but it's time to end our rulership of Mali: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MLW_title;Grant Malawi Independence;;;;;;;;;;;;x,, -gtfo_MLW_desc;We've had a good run, but it's time to end our rulership of Malawi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MNG_title;Grant Mongo Independence;;;;;;;;;;;;x,, -gtfo_MNG_desc;We've had a good run, but it's time to end our rulership of Mongo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MOS_title;Grant Mossi Independence;;;;;;;;;;;;x,, -gtfo_MOS_desc;We've had a good run, but it's time to end our rulership of Mossi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MOZ_title;Grant Mozambique Independence;;;;;;;;;;;;x,, -gtfo_MOZ_desc;We've had a good run, but it's time to end our rulership of Mozambique: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NGR_title;Grant Nigeria Independence;;;;;;;;;;;;x,, -gtfo_NGR_desc;We've had a good run, but it's time to end our rulership of Nigeria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NIG_title;Grant Niger Independence;;;;;;;;;;;;x,, -gtfo_NIG_desc;We've had a good run, but it's time to end our rulership of Niger: if you love something, let it go!;;;;;;;;;;;;x -gtfo_OYO_title;Grant Oyo Independence;;;;;;;;;;;;x,, -gtfo_OYO_desc;We've had a good run, but it's time to end our rulership of Oyo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RWA_title;Grant Ruanda Independence;;;;;;;;;;;;x,, -gtfo_RWA_desc;We've had a good run, but it's time to end our rulership of Ruanda: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SEG_title;Grant Segu Independence;;;;;;;;;;;;x,, -gtfo_SEG_desc;We've had a good run, but it's time to end our rulership of Segu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SHO_title;Grant Shona Independence;;;;;;;;;;;;x,, -gtfo_SHO_desc;We've had a good run, but it's time to end our rulership of Shona: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SHW_title;Grant Shewa Independence;;;;;;;;;;;;x,, -gtfo_SHW_desc;We've had a good run, but it's time to end our rulership of Shewa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SID_title;Grant Sidama Independence;;;;;;;;;;;;x,, -gtfo_SID_desc;We've had a good run, but it's time to end our rulership of Sidama: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLE_title;Grant Sierra Leone Independence;;;;;;;;;;;;x,, -gtfo_SLE_desc;We've had a good run, but it's time to end our rulership of Sierra Leone: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SNG_title;Grant Senegal Independence;;;;;;;;;;;;x,, -gtfo_SNG_desc;We've had a good run, but it's time to end our rulership of Senegal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SOM_title;Grant Somalia Independence;;;;;;;;;;;;x,, -gtfo_SOM_desc;We've had a good run, but it's time to end our rulership of Somalia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SUA_title;Grant Suazi Independence;;;;;;;;;;;;x,, -gtfo_SUA_desc;We've had a good run, but it's time to end our rulership of Suazi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SUD_title;Grant Sudan Independence;;;;;;;;;;;;x,, -gtfo_SUD_desc;We've had a good run, but it's time to end our rulership of Sudan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TIG_title;Grant Tigray Independence;;;;;;;;;;;;x,, -gtfo_TIG_desc;We've had a good run, but it's time to end our rulership of Tigray: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TNZ_title;Grant Tanzania Independence;;;;;;;;;;;;x,, -gtfo_TNZ_desc;We've had a good run, but it's time to end our rulership of Tanzania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TOG_title;Grant Togo Independence;;;;;;;;;;;;x,, -gtfo_TOG_desc;We've had a good run, but it's time to end our rulership of Togo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TOO_title;Grant Tooro Independence;;;;;;;;;;;;x,, -gtfo_TOO_desc;We've had a good run, but it's time to end our rulership of Tooro: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TOU_title;Grant Tukulor Independence;;;;;;;;;;;;x,, -gtfo_TOU_desc;We've had a good run, but it's time to end our rulership of Tukulor: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRZ_title;Grant Trarza Independence;;;;;;;;;;;;x,, -gtfo_TRZ_desc;We've had a good run, but it's time to end our rulership of Trarza: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TSW_title;Grant Botswana Independence;;;;;;;;;;;;x,, -gtfo_TSW_desc;We've had a good run, but it's time to end our rulership of Botswana: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WAD_title;Grant Wadai Independence;;;;;;;;;;;;x,, -gtfo_WAD_desc;We've had a good run, but it's time to end our rulership of Wadai: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WRI_title;Grant Warri Independence;;;;;;;;;;;;x,, -gtfo_WRI_desc;We've had a good run, but it's time to end our rulership of Warri: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WOL_title;Grant Wolof Independence;;;;;;;;;;;;x,, -gtfo_WOL_desc;We've had a good run, but it's time to end our rulership of Wolof: if you love something, let it go!;;;;;;;;;;;;x -gtfo_XHO_title;Grant Xhosa Independence;;;;;;;;;;;;x,, -gtfo_XHO_desc;We've had a good run, but it's time to end our rulership of Xhosa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ZAM_title;Grant Zambia Independence;;;;;;;;;;;;x,, -gtfo_ZAM_desc;We've had a good run, but it's time to end our rulership of Zambia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DJA_title;Grant Jambi Independence;;;;;;;;;;;;x,, -gtfo_DJA_desc;We've had a good run, but it's time to end our rulership of Jambi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FJN_title;Grant Fujian Independence;;;;;;;;;;;;x,, -gtfo_FJN_desc;We've had a good run, but it's time to end our rulership of Fujian: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GMJ_title;Grant Guominjun Independence;;;;;;;;;;;;x,, -gtfo_GMJ_desc;We've had a good run, but it's time to end our rulership of Guominjun: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GNG_title;Grant Guangdong Independence;;;;;;;;;;;;x,, -gtfo_GNG_desc;We've had a good run, but it's time to end our rulership of Guangdong: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HNN_title;Grant Hunan Independence;;;;;;;;;;;;x,, -gtfo_HNN_desc;We've had a good run, but it's time to end our rulership of Hunan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HUI_title;Grant Anhui Independence;;;;;;;;;;;;x,, -gtfo_HUI_desc;We've had a good run, but it's time to end our rulership of Anhui: if you love something, let it go!;;;;;;;;;;;;x -gtfo_INO_title;Grant Indonesia Independence;;;;;;;;;;;;x,, -gtfo_INO_desc;We've had a good run, but it's time to end our rulership of Indonesia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KCH_title;Grant Kachin Independence;;;;;;;;;;;;x,, -gtfo_KCH_desc;We've had a good run, but it's time to end our rulership of Kachin: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KLM_title;Grant Kalimantan Independence;;;;;;;;;;;;x,, -gtfo_KLM_desc;We've had a good run, but it's time to end our rulership of Kalimantan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KMT_title;Grant Nationalist China Independence;;;;;;;;;;;;x,, -gtfo_KMT_desc;We've had a good run, but it's time to end our rulership of Nationalist China: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KTI_title;Grant Kutai Independence;;;;;;;;;;;;x,, -gtfo_KTI_desc;We've had a good run, but it's time to end our rulership of Kutai: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LAN_title;Grant Lanfang Independence;;;;;;;;;;;;x,, -gtfo_LAN_desc;We've had a good run, but it's time to end our rulership of Lanfang: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LXA_title;Grant Lan Xang Independence;;;;;;;;;;;;x,, -gtfo_LXA_desc;We've had a good run, but it's time to end our rulership of Lan Xang: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAL_title;Grant Maluku Independence;;;;;;;;;;;;x,, -gtfo_MAL_desc;We've had a good run, but it's time to end our rulership of Maluku: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MLY_title;Grant Malaya Independence;;;;;;;;;;;;x,, -gtfo_MLY_desc;We've had a good run, but it's time to end our rulership of Malaya: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SHA_title;Grant Shan Independence;;;;;;;;;;;;x,, -gtfo_SHA_desc;We've had a good run, but it's time to end our rulership of Shan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLW_title;Grant Sulawesi Independence;;;;;;;;;;;;x,, -gtfo_SLW_desc;We've had a good run, but it's time to end our rulership of Sulawesi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SAK_title;Grant Siak Independence;;;;;;;;;;;;x,, -gtfo_SAK_desc;We've had a good run, but it's time to end our rulership of Siak: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SUL_title;Grant Sulu Independence;;;;;;;;;;;;x,, -gtfo_SUL_desc;We've had a good run, but it's time to end our rulership of Sulu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SWK_title;Grant Sarawak Independence;;;;;;;;;;;;x,, -gtfo_SWK_desc;We've had a good run, but it's time to end our rulership of Sarawak: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SZC_title;Grant Sichuan Independence;;;;;;;;;;;;x,, -gtfo_SZC_desc;We've had a good run, but it's time to end our rulership of Sichuan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TAI_title;Grant Taiwan Independence;;;;;;;;;;;;x,, -gtfo_TAI_desc;We've had a good run, but it's time to end our rulership of Taiwan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHO_title;Grant Choshu Independence;;;;;;;;;;;;x,, -gtfo_CHO_desc;We've had a good run, but it's time to end our rulership of Choshu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAG_title;Grant Kaga Independence;;;;;;;;;;;;x,, -gtfo_KAG_desc;We've had a good run, but it's time to end our rulership of Kaga: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RYU_title;Grant Ryukyu Independence;;;;;;;;;;;;x,, -gtfo_RYU_desc;We've had a good run, but it's time to end our rulership of Ryukyu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SAT_title;Grant Satsuma Independence;;;;;;;;;;;;x,, -gtfo_SAT_desc;We've had a good run, but it's time to end our rulership of Satsuma: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SEN_title;Grant Sendai Independence;;;;;;;;;;;;x,, -gtfo_SEN_desc;We've had a good run, but it's time to end our rulership of Sendai: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TKG_title;Grant Shogunate Japan Independence;;;;;;;;;;;;x,, -gtfo_TKG_desc;We've had a good run, but it's time to end our rulership of Shogunate Japan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TOS_title;Grant Tosa Independence;;;;;;;;;;;;x,, -gtfo_TOS_desc;We've had a good run, but it's time to end our rulership of Tosa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YZW_title;Grant Yonezawa Independence;;;;;;;;;;;;x,, -gtfo_YZW_desc;We've had a good run, but it's time to end our rulership of Yonezawa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FIJ_title;Grant Fiji Independence;;;;;;;;;;;;x,, -gtfo_FIJ_desc;We've had a good run, but it's time to end our rulership of Fiji: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TGA_title;Grant Tonga Independence;;;;;;;;;;;;x,, -gtfo_TGA_desc;We've had a good run, but it's time to end our rulership of Tonga: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARA_title;Grant Arabia Independence;;;;;;;;;;;;x,, -gtfo_ARA_desc;We've had a good run, but it's time to end our rulership of Arabia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BYE_title;Grant Belarus Independence;;;;;;;;;;;;x,, -gtfo_BYE_desc;We've had a good run, but it's time to end our rulership of Belarus: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PLC_title;Grant Poland-Lithuania Independence;;;;;;;;;;;;x,, -gtfo_PLC_desc;We've had a good run, but it's time to end our rulership of Poland-Lithuania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UBD_title;Grant United Baltic Provinces Independence;;;;;;;;;;;;x,, -gtfo_UBD_desc;We've had a good run, but it's time to end our rulership of United Baltic Provinces: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DEN_title;Grant Denmark Independence;;;;;;;;;;;;x,, -gtfo_DEN_desc;We've had a good run, but it's time to end our rulership of Denmark: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FIN_title;Grant Finland Independence;;;;;;;;;;;;x,, -gtfo_FIN_desc;We've had a good run, but it's time to end our rulership of Finland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NOR_title;Grant Norway Independence;;;;;;;;;;;;x,, -gtfo_NOR_desc;We've had a good run, but it's time to end our rulership of Norway: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SCA_title;Grant Scandinavia Independence;;;;;;;;;;;;x,, -gtfo_SCA_desc;We've had a good run, but it's time to end our rulership of Scandinavia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SWE_title;Grant Sweden Independence;;;;;;;;;;;;x,, -gtfo_SWE_desc;We've had a good run, but it's time to end our rulership of Sweden: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BEL_title;Grant Belgium Independence;;;;;;;;;;;;x,, -gtfo_BEL_desc;We've had a good run, but it's time to end our rulership of Belgium: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CAT_title;Grant Catalonia Independence;;;;;;;;;;;;x,, -gtfo_CAT_desc;We've had a good run, but it's time to end our rulership of Catalonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FLA_title;Grant Flanders Independence;;;;;;;;;;;;x,, -gtfo_FLA_desc;We've had a good run, but it's time to end our rulership of Flanders: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IRE_title;Grant Ireland Independence;;;;;;;;;;;;x,, -gtfo_IRE_desc;We've had a good run, but it's time to end our rulership of Ireland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NET_title;Grant Netherlands Independence;;;;;;;;;;;;x,, -gtfo_NET_desc;We've had a good run, but it's time to end our rulership of Netherlands: if you love something, let it go!;;;;;;;;;;;;x -gtfo_POR_title;Grant Portugal Independence;;;;;;;;;;;;x,, -gtfo_POR_desc;We've had a good run, but it's time to end our rulership of Portugal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SCO_title;Grant Scotland Independence;;;;;;;;;;;;x,, -gtfo_SCO_desc;We've had a good run, but it's time to end our rulership of Scotland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SPA_title;Grant Spain Independence;;;;;;;;;;;;x,, -gtfo_SPA_desc;We've had a good run, but it's time to end our rulership of Spain: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WLL_title;Grant Wallonia Independence;;;;;;;;;;;;x,, -gtfo_WLL_desc;We've had a good run, but it's time to end our rulership of Wallonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ANH_title;Grant Anhalt Independence;;;;;;;;;;;;x,, -gtfo_ANH_desc;We've had a good run, but it's time to end our rulership of Anhalt: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAD_title;Grant Baden Independence;;;;;;;;;;;;x,, -gtfo_BAD_desc;We've had a good run, but it's time to end our rulership of Baden: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAV_title;Grant Bavaria Independence;;;;;;;;;;;;x,, -gtfo_BAV_desc;We've had a good run, but it's time to end our rulership of Bavaria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRA_title;Grant Braunschweig Independence;;;;;;;;;;;;x,, -gtfo_BRA_desc;We've had a good run, but it's time to end our rulership of Braunschweig: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRE_title;Grant Bremen Independence;;;;;;;;;;;;x,, -gtfo_BRE_desc;We've had a good run, but it's time to end our rulership of Bremen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_COB_title;Grant Saxe-Coburg-Gotha Independence;;;;;;;;;;;;x,, -gtfo_COB_desc;We've had a good run, but it's time to end our rulership of Saxe-Coburg-Gotha: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DZG_title;Grant Danzig Independence;;;;;;;;;;;;x,, -gtfo_DZG_desc;We've had a good run, but it's time to end our rulership of Danzig: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FRM_title;Grant Frankfurt am Main Independence;;;;;;;;;;;;x,, -gtfo_FRM_desc;We've had a good run, but it's time to end our rulership of Frankfurt am Main: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAM_title;Grant Hamburg Independence;;;;;;;;;;;;x,, -gtfo_HAM_desc;We've had a good run, but it's time to end our rulership of Hamburg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAN_title;Grant Hanover Independence;;;;;;;;;;;;x,, -gtfo_HAN_desc;We've had a good run, but it's time to end our rulership of Hanover: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HES_title;Grant Hesse-Darmstadt Independence;;;;;;;;;;;;x,, -gtfo_HES_desc;We've had a good run, but it's time to end our rulership of Hesse-Darmstadt: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HEK_title;Grant Hesse-Kassel Independence;;;;;;;;;;;;x,, -gtfo_HEK_desc;We've had a good run, but it's time to end our rulership of Hesse-Kassel: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HOL_title;Grant Holstein Independence;;;;;;;;;;;;x,, -gtfo_HOL_desc;We've had a good run, but it's time to end our rulership of Holstein: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LIP_title;Grant Lippe-Detmold Independence;;;;;;;;;;;;x,, -gtfo_LIP_desc;We've had a good run, but it's time to end our rulership of Lippe-Detmold: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUB_title;Grant Lubeck Independence;;;;;;;;;;;;x,, -gtfo_LUB_desc;We've had a good run, but it's time to end our rulership of Lubeck: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUX_title;Grant Luxemburg Independence;;;;;;;;;;;;x,, -gtfo_LUX_desc;We've had a good run, but it's time to end our rulership of Luxemburg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MEC_title;Grant Mecklenburg Independence;;;;;;;;;;;;x,, -gtfo_MEC_desc;We've had a good run, but it's time to end our rulership of Mecklenburg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MEI_title;Grant Saxe-Meiningen Independence;;;;;;;;;;;;x,, -gtfo_MEI_desc;We've had a good run, but it's time to end our rulership of Saxe-Meiningen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NAS_title;Grant Nassau Independence;;;;;;;;;;;;x,, -gtfo_NAS_desc;We've had a good run, but it's time to end our rulership of Nassau: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NGF_title;Grant North German Fed Independence;;;;;;;;;;;;x,, -gtfo_NGF_desc;We've had a good run, but it's time to end our rulership of North German Fed: if you love something, let it go!;;;;;;;;;;;;x -gtfo_OLD_title;Grant Oldenburg Independence;;;;;;;;;;;;x,, -gtfo_OLD_desc;We've had a good run, but it's time to end our rulership of Oldenburg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SAX_title;Grant Saxony Independence;;;;;;;;;;;;x,, -gtfo_SAX_desc;We've had a good run, but it's time to end our rulership of Saxony: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SCH_title;Grant Schleswig Independence;;;;;;;;;;;;x,, -gtfo_SCH_desc;We've had a good run, but it's time to end our rulership of Schleswig: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SGF_title;Grant South German Fed Independence;;;;;;;;;;;;x,, -gtfo_SGF_desc;We've had a good run, but it's time to end our rulership of South German Fed: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WEI_title;Grant Saxe-Weimar Independence;;;;;;;;;;;;x,, -gtfo_WEI_desc;We've had a good run, but it's time to end our rulership of Saxe-Weimar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WUR_title;Grant Wurttemberg Independence;;;;;;;;;;;;x,, -gtfo_WUR_desc;We've had a good run, but it's time to end our rulership of Wurttemberg: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LOM_title;Grant Lombardia Independence;;;;;;;;;;;;x,, -gtfo_LOM_desc;We've had a good run, but it's time to end our rulership of Lombardia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUC_title;Grant Lucca Independence;;;;;;;;;;;;x,, -gtfo_LUC_desc;We've had a good run, but it's time to end our rulership of Lucca: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MOD_title;Grant Modena Independence;;;;;;;;;;;;x,, -gtfo_MOD_desc;We've had a good run, but it's time to end our rulership of Modena: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PAP_title;Grant Papal States Independence;;;;;;;;;;;;x,, -gtfo_PAP_desc;We've had a good run, but it's time to end our rulership of Papal States: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PAR_title;Grant Parma Independence;;;;;;;;;;;;x,, -gtfo_PAR_desc;We've had a good run, but it's time to end our rulership of Parma: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SAR_title;Grant Sardinia-Piedmont Independence;;;;;;;;;;;;x,, -gtfo_SAR_desc;We've had a good run, but it's time to end our rulership of Sardinia-Piedmont: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIC_title;Grant Two Sicilies Independence;;;;;;;;;;;;x,, -gtfo_SIC_desc;We've had a good run, but it's time to end our rulership of Two Sicilies: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRE_title;Grant Trieste Independence;;;;;;;;;;;;x,, -gtfo_TRE_desc;We've had a good run, but it's time to end our rulership of Trieste: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TUS_title;Grant Tuscany Independence;;;;;;;;;;;;x,, -gtfo_TUS_desc;We've had a good run, but it's time to end our rulership of Tuscany: if you love something, let it go!;;;;;;;;;;;;x -gtfo_VEN_title;Grant Venice Independence;;;;;;;;;;;;x,, -gtfo_VEN_desc;We've had a good run, but it's time to end our rulership of Venice: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BOH_title;Grant Bohemia-Moravia Independence;;;;;;;;;;;;x,, -gtfo_BOH_desc;We've had a good run, but it's time to end our rulership of Bohemia-Moravia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KRA_title;Grant Krakow Independence;;;;;;;;;;;;x,, -gtfo_KRA_desc;We've had a good run, but it's time to end our rulership of Krakow: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRI_title;Grant Crimea Independence;;;;;;;;;;;;x,, -gtfo_CRI_desc;We've had a good run, but it's time to end our rulership of Crimea: if you love something, let it go!;;;;;;;;;;;;x -gtfo_EST_title;Grant Estonia Independence;;;;;;;;;;;;x,, -gtfo_EST_desc;We've had a good run, but it's time to end our rulership of Estonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HUN_title;Grant Hungary Independence;;;;;;;;;;;;x,, -gtfo_HUN_desc;We've had a good run, but it's time to end our rulership of Hungary: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LIT_title;Grant Lithuania Independence;;;;;;;;;;;;x,, -gtfo_LIT_desc;We've had a good run, but it's time to end our rulership of Lithuania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LAT_title;Grant Latvia Independence;;;;;;;;;;;;x,, -gtfo_LAT_desc;We've had a good run, but it's time to end our rulership of Latvia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_POL_title;Grant Poland Independence;;;;;;;;;;;;x,, -gtfo_POL_desc;We've had a good run, but it's time to end our rulership of Poland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLV_title;Grant Slovakia Independence;;;;;;;;;;;;x,, -gtfo_SLV_desc;We've had a good run, but it's time to end our rulership of Slovakia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SWI_title;Grant Switzerland Independence;;;;;;;;;;;;x,, -gtfo_SWI_desc;We've had a good run, but it's time to end our rulership of Switzerland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RUT_title;Grant Ruthenia Independence;;;;;;;;;;;;x,, -gtfo_RUT_desc;We've had a good run, but it's time to end our rulership of Ruthenia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIE_title;Grant Siebenburgen Independence;;;;;;;;;;;;x,, -gtfo_SIE_desc;We've had a good run, but it's time to end our rulership of Siebenburgen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UKR_title;Grant Ukraine Independence;;;;;;;;;;;;x,, -gtfo_UKR_desc;We've had a good run, but it's time to end our rulership of Ukraine: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CZH_title;Grant Czechoslovakia Independence;;;;;;;;;;;;x,, -gtfo_CZH_desc;We've had a good run, but it's time to end our rulership of Czechoslovakia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ALB_title;Grant Albania Independence;;;;;;;;;;;;x,, -gtfo_ALB_desc;We've had a good run, but it's time to end our rulership of Albania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BOS_title;Grant Bosnia-Herzegovina Independence;;;;;;;;;;;;x,, -gtfo_BOS_desc;We've had a good run, but it's time to end our rulership of Bosnia-Herzegovina: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BUL_title;Grant Bulgaria Independence;;;;;;;;;;;;x,, -gtfo_BUL_desc;We've had a good run, but it's time to end our rulership of Bulgaria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRE_title;Grant Crete Independence;;;;;;;;;;;;x,, -gtfo_CRE_desc;We've had a good run, but it's time to end our rulership of Crete: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CRO_title;Grant Croatia Independence;;;;;;;;;;;;x,, -gtfo_CRO_desc;We've had a good run, but it's time to end our rulership of Croatia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CYP_title;Grant Cyprus Independence;;;;;;;;;;;;x,, -gtfo_CYP_desc;We've had a good run, but it's time to end our rulership of Cyprus: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GRE_title;Grant Greece Independence;;;;;;;;;;;;x,, -gtfo_GRE_desc;We've had a good run, but it's time to end our rulership of Greece: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ION_title;Grant Ionian Islands Independence;;;;;;;;;;;;x,, -gtfo_ION_desc;We've had a good run, but it's time to end our rulership of Ionian Islands: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MOL_title;Grant Moldavia Independence;;;;;;;;;;;;x,, -gtfo_MOL_desc;We've had a good run, but it's time to end our rulership of Moldavia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MON_title;Grant Montenegro Independence;;;;;;;;;;;;x,, -gtfo_MON_desc;We've had a good run, but it's time to end our rulership of Montenegro: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ROM_title;Grant Romania Independence;;;;;;;;;;;;x,, -gtfo_ROM_desc;We've had a good run, but it's time to end our rulership of Romania: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SER_title;Grant Serbia Independence;;;;;;;;;;;;x,, -gtfo_SER_desc;We've had a good run, but it's time to end our rulership of Serbia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SLO_title;Grant Slovenia Independence;;;;;;;;;;;;x,, -gtfo_SLO_desc;We've had a good run, but it's time to end our rulership of Slovenia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TUR_title;Grant Ottoman Empire Independence;;;;;;;;;;;;x,, -gtfo_TUR_desc;We've had a good run, but it's time to end our rulership of Ottoman Empire: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WAL_title;Grant Wallachia Independence;;;;;;;;;;;;x,, -gtfo_WAL_desc;We've had a good run, but it's time to end our rulership of Wallachia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YUG_title;Grant Yugoslavia Independence;;;;;;;;;;;;x,, -gtfo_YUG_desc;We've had a good run, but it's time to end our rulership of Yugoslavia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ALD_title;Grant Aldjazair Independence;;;;;;;;;;;;x,, -gtfo_ALD_desc;We've had a good run, but it's time to end our rulership of Aldjazair: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CNG_title;Grant Congo Free State Independence;;;;;;;;;;;;x,, -gtfo_CNG_desc;We've had a good run, but it's time to end our rulership of Congo Free State: if you love something, let it go!;;;;;;;;;;;;x -gtfo_EGY_title;Grant Egypt Independence;;;;;;;;;;;;x,, -gtfo_EGY_desc;We've had a good run, but it's time to end our rulership of Egypt: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ETH_title;Grant Ethiopia Independence;;;;;;;;;;;;x,, -gtfo_ETH_desc;We've had a good run, but it's time to end our rulership of Ethiopia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAD_title;Grant Madagascar Independence;;;;;;;;;;;;x,, -gtfo_MAD_desc;We've had a good run, but it's time to end our rulership of Madagascar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LIB_title;Grant Liberia Independence;;;;;;;;;;;;x,, -gtfo_LIB_desc;We've had a good run, but it's time to end our rulership of Liberia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MOR_title;Grant Morocco Independence;;;;;;;;;;;;x,, -gtfo_MOR_desc;We've had a good run, but it's time to end our rulership of Morocco: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NAL_title;Grant Natalia Independence;;;;;;;;;;;;x,, -gtfo_NAL_desc;We've had a good run, but it's time to end our rulership of Natalia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ORA_title;Grant Oranje Independence;;;;;;;;;;;;x,, -gtfo_ORA_desc;We've had a good run, but it's time to end our rulership of Oranje: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SAF_title;Grant South Africa Independence;;;;;;;;;;;;x,, -gtfo_SAF_desc;We've had a good run, but it's time to end our rulership of South Africa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SOK_title;Grant Sokoto Independence;;;;;;;;;;;;x,, -gtfo_SOK_desc;We've had a good run, but it's time to end our rulership of Sokoto: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RHO_title;Grant Southern Rhodesia Independence;;;;;;;;;;;;x,, -gtfo_RHO_desc;We've had a good run, but it's time to end our rulership of Southern Rhodesia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRI_title;Grant Tripoli Independence;;;;;;;;;;;;x,, -gtfo_TRI_desc;We've had a good run, but it's time to end our rulership of Tripoli: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRN_title;Grant Transvaal Independence;;;;;;;;;;;;x,, -gtfo_TRN_desc;We've had a good run, but it's time to end our rulership of Transvaal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TUN_title;Grant Tunis Independence;;;;;;;;;;;;x,, -gtfo_TUN_desc;We've had a good run, but it's time to end our rulership of Tunis: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ZAN_title;Grant Zanzibar Independence;;;;;;;;;;;;x,, -gtfo_ZAN_desc;We've had a good run, but it's time to end our rulership of Zanzibar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ZUL_title;Grant Zulu Independence;;;;;;;;;;;;x,, -gtfo_ZUL_desc;We've had a good run, but it's time to end our rulership of Zulu: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ABU_title;Grant Abu Dhabi Independence;;;;;;;;;;;;x,, -gtfo_ABU_desc;We've had a good run, but it's time to end our rulership of Abu Dhabi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AFG_title;Grant Afghanistan Independence;;;;;;;;;;;;x,, -gtfo_AFG_desc;We've had a good run, but it's time to end our rulership of Afghanistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARM_title;Grant Armenia Independence;;;;;;;;;;;;x,, -gtfo_ARM_desc;We've had a good run, but it's time to end our rulership of Armenia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AZB_title;Grant Azerbaijan Independence;;;;;;;;;;;;x,, -gtfo_AZB_desc;We've had a good run, but it's time to end our rulership of Azerbaijan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BUK_title;Grant Bukkhara Independence;;;;;;;;;;;;x,, -gtfo_BUK_desc;We've had a good run, but it's time to end our rulership of Bukkhara: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GEO_title;Grant Georgia Independence;;;;;;;;;;;;x,, -gtfo_GEO_desc;We've had a good run, but it's time to end our rulership of Georgia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HDJ_title;Grant Hedjaz Independence;;;;;;;;;;;;x,, -gtfo_HDJ_desc;We've had a good run, but it's time to end our rulership of Hedjaz: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IRQ_title;Grant Iraq Independence;;;;;;;;;;;;x,, -gtfo_IRQ_desc;We've had a good run, but it's time to end our rulership of Iraq: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KHI_title;Grant Khiva Independence;;;;;;;;;;;;x,, -gtfo_KHI_desc;We've had a good run, but it's time to end our rulership of Khiva: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KOK_title;Grant Kokand Independence;;;;;;;;;;;;x,, -gtfo_KOK_desc;We've had a good run, but it's time to end our rulership of Kokand: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MUG_title;Grant Mughalistan Independence;;;;;;;;;;;;x,, -gtfo_MUG_desc;We've had a good run, but it's time to end our rulership of Mughalistan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NEJ_title;Grant Nejd Independence;;;;;;;;;;;;x,, -gtfo_NEJ_desc;We've had a good run, but it's time to end our rulership of Nejd: if you love something, let it go!;;;;;;;;;;;;x -gtfo_OMA_title;Grant Oman Independence;;;;;;;;;;;;x,, -gtfo_OMA_desc;We've had a good run, but it's time to end our rulership of Oman: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PER_title;Grant Persia Independence;;;;;;;;;;;;x,, -gtfo_PER_desc;We've had a good run, but it's time to end our rulership of Persia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YEM_title;Grant Yemen Independence;;;;;;;;;;;;x,, -gtfo_YEM_desc;We've had a good run, but it's time to end our rulership of Yemen: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HND_title;Grant India Independence;;;;;;;;;;;;x,, -gtfo_HND_desc;We've had a good run, but it's time to end our rulership of India: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AWA_title;Grant Awadh Independence;;;;;;;;;;;;x,, -gtfo_AWA_desc;We've had a good run, but it's time to end our rulership of Awadh: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAS_title;Grant Bastar Independence;;;;;;;;;;;;x,, -gtfo_BAS_desc;We've had a good run, but it's time to end our rulership of Bastar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BER_title;Grant Beroda Independence;;;;;;;;;;;;x,, -gtfo_BER_desc;We've had a good run, but it's time to end our rulership of Beroda: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BHO_title;Grant Bhopal Independence;;;;;;;;;;;;x,, -gtfo_BHO_desc;We've had a good run, but it's time to end our rulership of Bhopal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BIK_title;Grant Bikaner Independence;;;;;;;;;;;;x,, -gtfo_BIK_desc;We've had a good run, but it's time to end our rulership of Bikaner: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BUN_title;Grant Bundelkhand Independence;;;;;;;;;;;;x,, -gtfo_BUN_desc;We've had a good run, but it's time to end our rulership of Bundelkhand: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GWA_title;Grant Gwailor Independence;;;;;;;;;;;;x,, -gtfo_GWA_desc;We've had a good run, but it's time to end our rulership of Gwailor: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HYD_title;Grant Hyderabad Independence;;;;;;;;;;;;x,, -gtfo_HYD_desc;We've had a good run, but it's time to end our rulership of Hyderabad: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IND_title;Grant Indore Independence;;;;;;;;;;;;x,, -gtfo_IND_desc;We've had a good run, but it's time to end our rulership of Indore: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAI_title;Grant Jaipur Independence;;;;;;;;;;;;x,, -gtfo_JAI_desc;We've had a good run, but it's time to end our rulership of Jaipur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAS_title;Grant Jaisalmer Independence;;;;;;;;;;;;x,, -gtfo_JAS_desc;We've had a good run, but it's time to end our rulership of Jaisalmer: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JOD_title;Grant Jodhpur Independence;;;;;;;;;;;;x,, -gtfo_JOD_desc;We've had a good run, but it's time to end our rulership of Jodhpur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAL_title;Grant Kalat Independence;;;;;;;;;;;;x,, -gtfo_KAL_desc;We've had a good run, but it's time to end our rulership of Kalat: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KAS_title;Grant Kashmir Independence;;;;;;;;;;;;x,, -gtfo_KAS_desc;We've had a good run, but it's time to end our rulership of Kashmir: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KUT_title;Grant Kutch Independence;;;;;;;;;;;;x,, -gtfo_KUT_desc;We've had a good run, but it's time to end our rulership of Kutch: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LAD_title;Grant Ladakh Independence;;;;;;;;;;;;x,, -gtfo_LAD_desc;We've had a good run, but it's time to end our rulership of Ladakh: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MAK_title;Grant Makran Independence;;;;;;;;;;;;x,, -gtfo_MAK_desc;We've had a good run, but it's time to end our rulership of Makran: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MEW_title;Grant Mewar Independence;;;;;;;;;;;;x,, -gtfo_MEW_desc;We've had a good run, but it's time to end our rulership of Mewar: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MYS_title;Grant Mysore Independence;;;;;;;;;;;;x,, -gtfo_MYS_desc;We've had a good run, but it's time to end our rulership of Mysore: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NAG_title;Grant Nagpur Independence;;;;;;;;;;;;x,, -gtfo_NAG_desc;We've had a good run, but it's time to end our rulership of Nagpur: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NEP_title;Grant Nepal Independence;;;;;;;;;;;;x,, -gtfo_NEP_desc;We've had a good run, but it's time to end our rulership of Nepal: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ORI_title;Grant Orissa Independence;;;;;;;;;;;;x,, -gtfo_ORI_desc;We've had a good run, but it's time to end our rulership of Orissa: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PNJ_title;Grant Panjab Independence;;;;;;;;;;;;x,, -gtfo_PNJ_desc;We've had a good run, but it's time to end our rulership of Panjab: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SHI_title;Grant Shimla Independence;;;;;;;;;;;;x,, -gtfo_SHI_desc;We've had a good run, but it's time to end our rulership of Shimla: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIK_title;Grant Sikkim Independence;;;;;;;;;;;;x,, -gtfo_SIK_desc;We've had a good run, but it's time to end our rulership of Sikkim: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIN_title;Grant Sind Independence;;;;;;;;;;;;x,, -gtfo_SIN_desc;We've had a good run, but it's time to end our rulership of Sind: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TRA_title;Grant Travancore Independence;;;;;;;;;;;;x,, -gtfo_TRA_desc;We've had a good run, but it's time to end our rulership of Travancore: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ATJ_title;Grant Atjeh Independence;;;;;;;;;;;;x,, -gtfo_ATJ_desc;We've had a good run, but it's time to end our rulership of Atjeh: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAL_title;Grant Bali Independence;;;;;;;;;;;;x,, -gtfo_BAL_desc;We've had a good run, but it's time to end our rulership of Bali: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BHU_title;Grant Bhutan Independence;;;;;;;;;;;;x,, -gtfo_BHU_desc;We've had a good run, but it's time to end our rulership of Bhutan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRU_title;Grant Brunei Independence;;;;;;;;;;;;x,, -gtfo_BRU_desc;We've had a good run, but it's time to end our rulership of Brunei: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BUR_title;Grant Burma Independence;;;;;;;;;;;;x,, -gtfo_BUR_desc;We've had a good run, but it's time to end our rulership of Burma: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CAM_title;Grant Cambodia Independence;;;;;;;;;;;;x,, -gtfo_CAM_desc;We've had a good run, but it's time to end our rulership of Cambodia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHI_title;Grant China Independence;;;;;;;;;;;;x,, -gtfo_CHI_desc;We've had a good run, but it's time to end our rulership of China: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DAI_title;Grant Dai Viet Independence;;;;;;;;;;;;x,, -gtfo_DAI_desc;We've had a good run, but it's time to end our rulership of Dai Viet: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAV_title;Grant Java Independence;;;;;;;;;;;;x,, -gtfo_JAV_desc;We've had a good run, but it's time to end our rulership of Java: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KOR_title;Grant Korea Independence;;;;;;;;;;;;x,, -gtfo_KOR_desc;We've had a good run, but it's time to end our rulership of Korea: if you love something, let it go!;;;;;;;;;;;;x -gtfo_LUA_title;Grant Luang Prabang Independence;;;;;;;;;;;;x,, -gtfo_LUA_desc;We've had a good run, but it's time to end our rulership of Luang Prabang: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JOH_title;Grant Johore Independence;;;;;;;;;;;;x,, -gtfo_JOH_desc;We've had a good run, but it's time to end our rulership of Johore: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SIA_title;Grant Siam Independence;;;;;;;;;;;;x,, -gtfo_SIA_desc;We've had a good run, but it's time to end our rulership of Siam: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TIB_title;Grant Tibet Independence;;;;;;;;;;;;x,, -gtfo_TIB_desc;We've had a good run, but it's time to end our rulership of Tibet: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MGL_title;Grant Mongolia Independence;;;;;;;;;;;;x,, -gtfo_MGL_desc;We've had a good run, but it's time to end our rulership of Mongolia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_WIA_title;Grant Wiang Chhan Independence;;;;;;;;;;;;x,, -gtfo_WIA_desc;We've had a good run, but it's time to end our rulership of Wiang Chhan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PHL_title;Grant Philippines Independence;;;;;;;;;;;;x,, -gtfo_PHL_desc;We've had a good run, but it's time to end our rulership of Philippines: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MCK_title;Grant Manchukuo Independence;;;;;;;;;;;;x,, -gtfo_MCK_desc;We've had a good run, but it's time to end our rulership of Manchukuo: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GXI_title;Grant Guangxi Clique Independence;;;;;;;;;;;;x,, -gtfo_GXI_desc;We've had a good run, but it's time to end our rulership of Guangxi Clique: if you love something, let it go!;;;;;;;;;;;;x -gtfo_SXI_title;Grant Shanxi Independence;;;;;;;;;;;;x,, -gtfo_SXI_desc;We've had a good run, but it's time to end our rulership of Shanxi: if you love something, let it go!;;;;;;;;;;;;x -gtfo_YNN_title;Grant Yunnan Independence;;;;;;;;;;;;x,, -gtfo_YNN_desc;We've had a good run, but it's time to end our rulership of Yunnan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_XBI_title;Grant Xibei San Ma Independence;;;;;;;;;;;;x,, -gtfo_XBI_desc;We've had a good run, but it's time to end our rulership of Xibei San Ma: if you love something, let it go!;;;;;;;;;;;;x -gtfo_XIN_title;Grant Xinjiang Independence;;;;;;;;;;;;x,, -gtfo_XIN_desc;We've had a good run, but it's time to end our rulership of Xinjiang: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CAL_title;Grant Californian Republic Independence;;;;;;;;;;;;x,, -gtfo_CAL_desc;We've had a good run, but it's time to end our rulership of Californian Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CAN_title;Grant Canada Independence;;;;;;;;;;;;x,, -gtfo_CAN_desc;We've had a good run, but it's time to end our rulership of Canada: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHE_title;Grant Cherokee Independence;;;;;;;;;;;;x,, -gtfo_CHE_desc;We've had a good run, but it's time to end our rulership of Cherokee: if you love something, let it go!;;;;;;;;;;;;x -gtfo_COL_title;Grant Columbia Independence;;;;;;;;;;;;x,, -gtfo_COL_desc;We've had a good run, but it's time to end our rulership of Columbia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_COS_title;Grant Costa Rica Independence;;;;;;;;;;;;x,, -gtfo_COS_desc;We've had a good run, but it's time to end our rulership of Costa Rica: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CSA_title;Grant CSA Independence;;;;;;;;;;;;x,, -gtfo_CSA_desc;We've had a good run, but it's time to end our rulership of CSA: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CUB_title;Grant Cuba Independence;;;;;;;;;;;;x,, -gtfo_CUB_desc;We've had a good run, but it's time to end our rulership of Cuba: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DES_title;Grant Deseret Independence;;;;;;;;;;;;x,, -gtfo_DES_desc;We've had a good run, but it's time to end our rulership of Deseret: if you love something, let it go!;;;;;;;;;;;;x -gtfo_DOM_title;Grant Dominican Republic Independence;;;;;;;;;;;;x,, -gtfo_DOM_desc;We've had a good run, but it's time to end our rulership of Dominican Republic: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ELS_title;Grant El Salvador Independence;;;;;;;;;;;;x,, -gtfo_ELS_desc;We've had a good run, but it's time to end our rulership of El Salvador: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GUA_title;Grant Guatemala Independence;;;;;;;;;;;;x,, -gtfo_GUA_desc;We've had a good run, but it's time to end our rulership of Guatemala: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAI_title;Grant Haiti Independence;;;;;;;;;;;;x,, -gtfo_HAI_desc;We've had a good run, but it's time to end our rulership of Haiti: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HAW_title;Grant Hawaii Independence;;;;;;;;;;;;x,, -gtfo_HAW_desc;We've had a good run, but it's time to end our rulership of Hawaii: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MEX_title;Grant Mexico Independence;;;;;;;;;;;;x,, -gtfo_MEX_desc;We've had a good run, but it's time to end our rulership of Mexico: if you love something, let it go!;;;;;;;;;;;;x -gtfo_MTC_title;Grant Metis Confederacy Independence;;;;;;;;;;;;x,, -gtfo_MTC_desc;We've had a good run, but it's time to end our rulership of Metis Confederacy: if you love something, let it go!;;;;;;;;;;;;x -gtfo_HON_title;Grant Honduras Independence;;;;;;;;;;;;x,, -gtfo_HON_desc;We've had a good run, but it's time to end our rulership of Honduras: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NEN_title;Grant New England Independence;;;;;;;;;;;;x,, -gtfo_NEN_desc;We've had a good run, but it's time to end our rulership of New England: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NEW_title;Grant Newfoundland Independence;;;;;;;;;;;;x,, -gtfo_NEW_desc;We've had a good run, but it's time to end our rulership of Newfoundland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NIC_title;Grant Nicaragua Independence;;;;;;;;;;;;x,, -gtfo_NIC_desc;We've had a good run, but it's time to end our rulership of Nicaragua: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PNM_title;Grant Panama Independence;;;;;;;;;;;;x,, -gtfo_PNM_desc;We've had a good run, but it's time to end our rulership of Panama: if you love something, let it go!;;;;;;;;;;;;x -gtfo_QUE_title;Grant Quebec Independence;;;;;;;;;;;;x,, -gtfo_QUE_desc;We've had a good run, but it's time to end our rulership of Quebec: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TEX_title;Grant Texas Independence;;;;;;;;;;;;x,, -gtfo_TEX_desc;We've had a good run, but it's time to end our rulership of Texas: if you love something, let it go!;;;;;;;;;;;;x -gtfo_UCA_title;Grant United States of Central America Independence;;;;;;;;;;;;x,, -gtfo_UCA_desc;We've had a good run, but it's time to end our rulership of United States of Central America: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ARG_title;Grant Argentina Independence;;;;;;;;;;;;x,, -gtfo_ARG_desc;We've had a good run, but it's time to end our rulership of Argentina: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BOL_title;Grant Bolivia Independence;;;;;;;;;;;;x,, -gtfo_BOL_desc;We've had a good run, but it's time to end our rulership of Bolivia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BRZ_title;Grant Brazil Independence;;;;;;;;;;;;x,, -gtfo_BRZ_desc;We've had a good run, but it's time to end our rulership of Brazil: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CHL_title;Grant Chile Independence;;;;;;;;;;;;x,, -gtfo_CHL_desc;We've had a good run, but it's time to end our rulership of Chile: if you love something, let it go!;;;;;;;;;;;;x -gtfo_CLM_title;Grant Colombia Independence;;;;;;;;;;;;x,, -gtfo_CLM_desc;We've had a good run, but it's time to end our rulership of Colombia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ECU_title;Grant Ecuador Independence;;;;;;;;;;;;x,, -gtfo_ECU_desc;We've had a good run, but it's time to end our rulership of Ecuador: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PEU_title;Grant Peru Independence;;;;;;;;;;;;x,, -gtfo_PEU_desc;We've had a good run, but it's time to end our rulership of Peru: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PRG_title;Grant Paraguay Independence;;;;;;;;;;;;x,, -gtfo_PRG_desc;We've had a good run, but it's time to end our rulership of Paraguay: if you love something, let it go!;;;;;;;;;;;;x -gtfo_URU_title;Grant Uruguay Independence;;;;;;;;;;;;x,, -gtfo_URU_desc;We've had a good run, but it's time to end our rulership of Uruguay: if you love something, let it go!;;;;;;;;;;;;x -gtfo_VNZ_title;Grant Venezuela Independence;;;;;;;;;;;;x,, -gtfo_VNZ_desc;We've had a good run, but it's time to end our rulership of Venezuela: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AST_title;Grant Australia Independence;;;;;;;;;;;;x,, -gtfo_AST_desc;We've had a good run, but it's time to end our rulership of Australia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_NZL_title;Grant New Zealand Independence;;;;;;;;;;;;x,, -gtfo_NZL_desc;We've had a good run, but it's time to end our rulership of New Zealand: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ENG_title;Grant United Kingdom Independence;;;;;;;;;;;;x,, -gtfo_ENG_desc;We've had a good run, but it's time to end our rulership of United Kingdom: if you love something, let it go!;;;;;;;;;;;;x -gtfo_RUS_title;Grant Russia Independence;;;;;;;;;;;;x,, -gtfo_RUS_desc;We've had a good run, but it's time to end our rulership of Russia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_FRA_title;Grant France Independence;;;;;;;;;;;;x,, -gtfo_FRA_desc;We've had a good run, but it's time to end our rulership of France: if you love something, let it go!;;;;;;;;;;;;x -gtfo_PRU_title;Grant Prussia Independence;;;;;;;;;;;;x,, -gtfo_PRU_desc;We've had a good run, but it's time to end our rulership of Prussia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_GER_title;Grant Germany Independence;;;;;;;;;;;;x,, -gtfo_GER_desc;We've had a good run, but it's time to end our rulership of Germany: if you love something, let it go!;;;;;;;;;;;;x -gtfo_AUS_title;Grant Austria Independence;;;;;;;;;;;;x,, -gtfo_AUS_desc;We've had a good run, but it's time to end our rulership of Austria: if you love something, let it go!;;;;;;;;;;;;x -gtfo_USA_title;Grant USA Independence;;;;;;;;;;;;x,, -gtfo_USA_desc;We've had a good run, but it's time to end our rulership of USA: if you love something, let it go!;;;;;;;;;;;;x -gtfo_JAP_title;Grant Japan Independence;;;;;;;;;;;;x,, -gtfo_JAP_desc;We've had a good run, but it's time to end our rulership of Japan: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ITA_title;Grant Italy Independence;;;;;;;;;;;;x,, -gtfo_ITA_desc;We've had a good run, but it's time to end our rulership of Italy: if you love something, let it go!;;;;;;;;;;;;x -gtfo_KUK_title;Grant Austria-Hungary Independence;;;;;;;;;;;;x,, -gtfo_KUK_desc;We've had a good run, but it's time to end our rulership of Austria-Hungary: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ISR_title;Grant Israel Independence;;;;;;;;;;;;x,, -gtfo_ISR_desc;We've had a good run, but it's time to end our rulership of Israel: if you love something, let it go!;;;;;;;;;;;;x -gtfo_ICL_title;Grant Iceland Independence;;;;;;;;;;;;x,, -gtfo_ICL_desc;We've had a good run, but it's time to end our rulership of Iceland: if you love something, let it go!;;;;;;;;;;;;x -gtfo_IBR_title;Grant Iberia Independence;;;;;;;;;;;;x,, -gtfo_IBR_desc;We've had a good run, but it's time to end our rulership of Iberia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BYZ_title;Grant Byzantium Independence;;;;;;;;;;;;x,, -gtfo_BYZ_desc;We've had a good run, but it's time to end our rulership of Byzantium: if you love something, let it go!;;;;;;;;;;;;x -gtfo_BAB_title;Grant Babylonia Independence;;;;;;;;;;;;x,, -gtfo_BAB_desc;We've had a good run, but it's time to end our rulership of Babylonia: if you love something, let it go!;;;;;;;;;;;;x -gtfo_TPG_title;Grant Taiping Independence;;;;;;;;;;;;x,, -gtfo_TPG_desc;We've had a good run, but it's time to end our rulership of Taiping: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D01_title;Grant D01 Independence;;;;;;;;;;;;x,, -gtfo_D01_desc;We've had a good run, but it's time to end our rulership of D01: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D02_title;Grant D02 Independence;;;;;;;;;;;;x,, -gtfo_D02_desc;We've had a good run, but it's time to end our rulership of D02: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D03_title;Grant D03 Independence;;;;;;;;;;;;x,, -gtfo_D03_desc;We've had a good run, but it's time to end our rulership of D03: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D04_title;Grant D04 Independence;;;;;;;;;;;;x,, -gtfo_D04_desc;We've had a good run, but it's time to end our rulership of D04: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D05_title;Grant D05 Independence;;;;;;;;;;;;x,, -gtfo_D05_desc;We've had a good run, but it's time to end our rulership of D05: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D06_title;Grant D06 Independence;;;;;;;;;;;;x,, -gtfo_D06_desc;We've had a good run, but it's time to end our rulership of D06: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D07_title;Grant D07 Independence;;;;;;;;;;;;x,, -gtfo_D07_desc;We've had a good run, but it's time to end our rulership of D07: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D08_title;Grant D08 Independence;;;;;;;;;;;;x,, -gtfo_D08_desc;We've had a good run, but it's time to end our rulership of D08: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D09_title;Grant D09 Independence;;;;;;;;;;;;x,, -gtfo_D09_desc;We've had a good run, but it's time to end our rulership of D09: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D10_title;Grant D10 Independence;;;;;;;;;;;;x,, -gtfo_D10_desc;We've had a good run, but it's time to end our rulership of D10: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D11_title;Grant D11 Independence;;;;;;;;;;;;x,, -gtfo_D11_desc;We've had a good run, but it's time to end our rulership of D11: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D12_title;Grant D12 Independence;;;;;;;;;;;;x,, -gtfo_D12_desc;We've had a good run, but it's time to end our rulership of D12: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D13_title;Grant D13 Independence;;;;;;;;;;;;x,, -gtfo_D13_desc;We've had a good run, but it's time to end our rulership of D13: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D14_title;Grant D14 Independence;;;;;;;;;;;;x,, -gtfo_D14_desc;We've had a good run, but it's time to end our rulership of D14: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D15_title;Grant D15 Independence;;;;;;;;;;;;x,, -gtfo_D15_desc;We've had a good run, but it's time to end our rulership of D15: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D16_title;Grant D16 Independence;;;;;;;;;;;;x,, -gtfo_D16_desc;We've had a good run, but it's time to end our rulership of D16: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D17_title;Grant D17 Independence;;;;;;;;;;;;x,, -gtfo_D17_desc;We've had a good run, but it's time to end our rulership of D17: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D18_title;Grant D18 Independence;;;;;;;;;;;;x,, -gtfo_D18_desc;We've had a good run, but it's time to end our rulership of D18: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D19_title;Grant D19 Independence;;;;;;;;;;;;x,, -gtfo_D19_desc;We've had a good run, but it's time to end our rulership of D19: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D20_title;Grant D20 Independence;;;;;;;;;;;;x,, -gtfo_D20_desc;We've had a good run, but it's time to end our rulership of D20: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D21_title;Grant D21 Independence;;;;;;;;;;;;x,, -gtfo_D21_desc;We've had a good run, but it's time to end our rulership of D21: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D22_title;Grant D22 Independence;;;;;;;;;;;;x,, -gtfo_D22_desc;We've had a good run, but it's time to end our rulership of D22: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D23_title;Grant D23 Independence;;;;;;;;;;;;x,, -gtfo_D23_desc;We've had a good run, but it's time to end our rulership of D23: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D24_title;Grant D24 Independence;;;;;;;;;;;;x,, -gtfo_D24_desc;We've had a good run, but it's time to end our rulership of D24: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D25_title;Grant D25 Independence;;;;;;;;;;;;x,, -gtfo_D25_desc;We've had a good run, but it's time to end our rulership of D25: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D26_title;Grant D26 Independence;;;;;;;;;;;;x,, -gtfo_D26_desc;We've had a good run, but it's time to end our rulership of D26: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D27_title;Grant D27 Independence;;;;;;;;;;;;x,, -gtfo_D27_desc;We've had a good run, but it's time to end our rulership of D27: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D28_title;Grant D28 Independence;;;;;;;;;;;;x,, -gtfo_D28_desc;We've had a good run, but it's time to end our rulership of D28: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D29_title;Grant D29 Independence;;;;;;;;;;;;x,, -gtfo_D29_desc;We've had a good run, but it's time to end our rulership of D29: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D30_title;Grant D30 Independence;;;;;;;;;;;;x,, -gtfo_D30_desc;We've had a good run, but it's time to end our rulership of D30: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D31_title;Grant D31 Independence;;;;;;;;;;;;x,, -gtfo_D31_desc;We've had a good run, but it's time to end our rulership of D31: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D32_title;Grant D32 Independence;;;;;;;;;;;;x,, -gtfo_D32_desc;We've had a good run, but it's time to end our rulership of D32: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D33_title;Grant D33 Independence;;;;;;;;;;;;x,, -gtfo_D33_desc;We've had a good run, but it's time to end our rulership of D33: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D34_title;Grant D34 Independence;;;;;;;;;;;;x,, -gtfo_D34_desc;We've had a good run, but it's time to end our rulership of D34: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D35_title;Grant D35 Independence;;;;;;;;;;;;x,, -gtfo_D35_desc;We've had a good run, but it's time to end our rulership of D35: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D36_title;Grant D36 Independence;;;;;;;;;;;;x,, -gtfo_D36_desc;We've had a good run, but it's time to end our rulership of D36: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D37_title;Grant D37 Independence;;;;;;;;;;;;x,, -gtfo_D37_desc;We've had a good run, but it's time to end our rulership of D37: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D38_title;Grant D38 Independence;;;;;;;;;;;;x,, -gtfo_D38_desc;We've had a good run, but it's time to end our rulership of D38: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D39_title;Grant D39 Independence;;;;;;;;;;;;x,, -gtfo_D39_desc;We've had a good run, but it's time to end our rulership of D39: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D40_title;Grant D40 Independence;;;;;;;;;;;;x,, -gtfo_D40_desc;We've had a good run, but it's time to end our rulership of D40: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D41_title;Grant D41 Independence;;;;;;;;;;;;x,, -gtfo_D41_desc;We've had a good run, but it's time to end our rulership of D41: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D42_title;Grant D42 Independence;;;;;;;;;;;;x,, -gtfo_D42_desc;We've had a good run, but it's time to end our rulership of D42: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D43_title;Grant D43 Independence;;;;;;;;;;;;x,, -gtfo_D43_desc;We've had a good run, but it's time to end our rulership of D43: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D44_title;Grant D44 Independence;;;;;;;;;;;;x,, -gtfo_D44_desc;We've had a good run, but it's time to end our rulership of D44: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D45_title;Grant D45 Independence;;;;;;;;;;;;x,, -gtfo_D45_desc;We've had a good run, but it's time to end our rulership of D45: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D46_title;Grant D46 Independence;;;;;;;;;;;;x,, -gtfo_D46_desc;We've had a good run, but it's time to end our rulership of D46: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D47_title;Grant D47 Independence;;;;;;;;;;;;x,, -gtfo_D47_desc;We've had a good run, but it's time to end our rulership of D47: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D48_title;Grant D48 Independence;;;;;;;;;;;;x,, -gtfo_D48_desc;We've had a good run, but it's time to end our rulership of D48: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D49_title;Grant D49 Independence;;;;;;;;;;;;x,, -gtfo_D49_desc;We've had a good run, but it's time to end our rulership of D49: if you love something, let it go!;;;;;;;;;;;;x -gtfo_D50_title;Grant D50 Independence;;;;;;;;;;;;x,, -gtfo_D50_desc;We've had a good run, but it's time to end our rulership of D50: if you love something, let it go!;;;;;;;;;;;;x +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +gtfo_on_title;Enable 'Release Vassal' decisions;;;;;;;;;;;;; +gtfo_on_desc;The Release Vassal decisions allow you to release vassals, and are otherwise kept hidden from view to avoid having them clutter up your decision list.;;;;;;;;;;;;; +gtfo_off_title;Disable 'Release Vassal' decisions;;;;;;;;;;;;; +gtfo_off_desc;Your decision list will now be uncluttered!;;;;;;;;;;;;; +gtfo_disabled_title;Deactivate 'Release Vassal' decisions;;;;;;;;;;;;; +gtfo_disabled_desc;The 'Release Vassal' decisions will disappear from this game session and won't reappear again. You won't be able to use these decisions again for this game.;;;;;;;;;;;;; +gtfo_MNP_title;Grant Manipur Independence;;;;;;;;;;;;; +gtfo_MNP_desc;We've had a good run, but it's time to end our rulership of Manipur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BDK_title;Grant Badakhshan Independence;;;;;;;;;;;;; +gtfo_BDK_desc;We've had a good run, but it's time to end our rulership of Badakhshan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PGG_title;Grant Pingnan Guo Independence;;;;;;;;;;;;; +gtfo_PGG_desc;We've had a good run, but it's time to end our rulership of Pingnan Guo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SGM_title;Grant Sigmaringen Independence;;;;;;;;;;;;; +gtfo_SGM_desc;We've had a good run, but it's time to end our rulership of Sigmaringen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NMB_title;Grant Namibia Independence;;;;;;;;;;;;; +gtfo_NMB_desc;We've had a good run, but it's time to end our rulership of Namibia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TMR_title;Grant Timor Independence;;;;;;;;;;;;; +gtfo_TMR_desc;We've had a good run, but it's time to end our rulership of Timor: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLG_title;Grant Selangor Independence;;;;;;;;;;;;; +gtfo_SLG_desc;We've had a good run, but it's time to end our rulership of Selangor: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PRK_title;Grant Perak Independence;;;;;;;;;;;;; +gtfo_PRK_desc;We've had a good run, but it's time to end our rulership of Perak: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PHG_title;Grant Pahang Independence;;;;;;;;;;;;; +gtfo_PHG_desc;We've had a good run, but it's time to end our rulership of Pahang: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FRO_title;Grant Faroe Independence;;;;;;;;;;;;; +gtfo_FRO_desc;We've had a good run, but it's time to end our rulership of Faroe: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NCT_title;Grant Neuchatel Independence;;;;;;;;;;;;; +gtfo_NCT_desc;We've had a good run, but it's time to end our rulership of Neuchatel: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HBY_title;Grant Hobyo Independence;;;;;;;;;;;;; +gtfo_HBY_desc;We've had a good run, but it's time to end our rulership of Hobyo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_QAT_title;Grant Qatar Independence;;;;;;;;;;;;; +gtfo_QAT_desc;We've had a good run, but it's time to end our rulership of Qatar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRY_title;Grant Buryatia Independence;;;;;;;;;;;;; +gtfo_BRY_desc;We've had a good run, but it's time to end our rulership of Buryatia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MLD_title;Grant Maldives Independence;;;;;;;;;;;;; +gtfo_MLD_desc;We've had a good run, but it's time to end our rulership of Maldives: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAR_title;Grant Karen Independence;;;;;;;;;;;;; +gtfo_KAR_desc;We've had a good run, but it's time to end our rulership of Karen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PAK_title;Grant Pakistan Independence;;;;;;;;;;;;; +gtfo_PAK_desc;We've had a good run, but it's time to end our rulership of Pakistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRL_title;Grant Chitral Independence;;;;;;;;;;;;; +gtfo_CRL_desc;We've had a good run, but it's time to end our rulership of Chitral: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RDL_title;Grant Ardalan Independence;;;;;;;;;;;;; +gtfo_RDL_desc;We've had a good run, but it's time to end our rulership of Ardalan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BTL_title;Grant Bitlis Independence;;;;;;;;;;;;; +gtfo_BTL_desc;We've had a good run, but it's time to end our rulership of Bitlis: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BDN_title;Grant Bahdinan Independence;;;;;;;;;;;;; +gtfo_BDN_desc;We've had a good run, but it's time to end our rulership of Bahdinan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BNB_title;Grant Baban Independence;;;;;;;;;;;;; +gtfo_BNB_desc;We've had a good run, but it's time to end our rulership of Baban: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MKN_title;Grant Mukriyan Independence;;;;;;;;;;;;; +gtfo_MKN_desc;We've had a good run, but it's time to end our rulership of Mukriyan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BHT_title;Grant Bohtan Independence;;;;;;;;;;;;; +gtfo_BHT_desc;We've had a good run, but it's time to end our rulership of Bohtan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SRN_title;Grant Soran Independence;;;;;;;;;;;;; +gtfo_SRN_desc;We've had a good run, but it's time to end our rulership of Soran: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LBG_title;Grant Limburg Independence;;;;;;;;;;;;; +gtfo_LBG_desc;We've had a good run, but it's time to end our rulership of Limburg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PNB_title;Grant Pernambuco Independence;;;;;;;;;;;;; +gtfo_PNB_desc;We've had a good run, but it's time to end our rulership of Pernambuco: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FIU_title;Grant Fiume Independence;;;;;;;;;;;;; +gtfo_FIU_desc;We've had a good run, but it's time to end our rulership of Fiume: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SYC_title;Grant Sicily Independence;;;;;;;;;;;;; +gtfo_SYC_desc;We've had a good run, but it's time to end our rulership of Sicily: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MDV_title;Grant Moldova Independence;;;;;;;;;;;;; +gtfo_MDV_desc;We've had a good run, but it's time to end our rulership of Moldova: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ABK_title;Grant Abkhazia Independence;;;;;;;;;;;;; +gtfo_ABK_desc;We've had a good run, but it's time to end our rulership of Abkhazia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRT_title;Grant Corrientes Independence;;;;;;;;;;;;; +gtfo_CRT_desc;We've had a good run, but it's time to end our rulership of Corrientes: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SBA_title;Grant Buenos Aires Independence;;;;;;;;;;;;; +gtfo_SBA_desc;We've had a good run, but it's time to end our rulership of Buenos Aires: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARC_title;Grant Argentine Confederation Independence;;;;;;;;;;;;; +gtfo_ARC_desc;We've had a good run, but it's time to end our rulership of Argentine Confederation: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LHJ_title;Grant Lahej Independence;;;;;;;;;;;;; +gtfo_LHJ_desc;We've had a good run, but it's time to end our rulership of Lahej: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FDL_title;Grant Fadhli Independence;;;;;;;;;;;;; +gtfo_FDL_desc;We've had a good run, but it's time to end our rulership of Fadhli: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KTH_title;Grant Kathiri Independence;;;;;;;;;;;;; +gtfo_KTH_desc;We've had a good run, but it's time to end our rulership of Kathiri: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MHR_title;Grant Mahra Independence;;;;;;;;;;;;; +gtfo_MHR_desc;We've had a good run, but it's time to end our rulership of Mahra: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KML_title;Grant Kumul Independence;;;;;;;;;;;;; +gtfo_KML_desc;We've had a good run, but it's time to end our rulership of Kumul: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SHK_title;Grant Shilluk Independence;;;;;;;;;;;;; +gtfo_SHK_desc;We've had a good run, but it's time to end our rulership of Shilluk: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WRL_title;Grant Warsangali Independence;;;;;;;;;;;;; +gtfo_WRL_desc;We've had a good run, but it's time to end our rulership of Warsangali: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BHP_title;Grant Bahawalpur Independence;;;;;;;;;;;;; +gtfo_BHP_desc;We've had a good run, but it's time to end our rulership of Bahawalpur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_EZO_title;Grant Ezo Independence;;;;;;;;;;;;; +gtfo_EZO_desc;We've had a good run, but it's time to end our rulership of Ezo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHY_title;Grant Chechnya Independence;;;;;;;;;;;;; +gtfo_CHY_desc;We've had a good run, but it's time to end our rulership of Chechnya: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHK_title;Grant Champasak Independence;;;;;;;;;;;;; +gtfo_CHK_desc;We've had a good run, but it's time to end our rulership of Champasak: if you love something, let it go!;;;;;;;;;;;;; +gtfo_QNG_title;Grant Qing China Independence;;;;;;;;;;;;; +gtfo_QNG_desc;We've had a good run, but it's time to end our rulership of Qing China: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MGH_title;Grant Maghreb Independence;;;;;;;;;;;;; +gtfo_MGH_desc;We've had a good run, but it's time to end our rulership of Maghreb: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAH_title;Grant Bahia Independence;;;;;;;;;;;;; +gtfo_BAH_desc;We've had a good run, but it's time to end our rulership of Bahia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHP_title;Grant Chiapas Independence;;;;;;;;;;;;; +gtfo_CHP_desc;We've had a good run, but it's time to end our rulership of Chiapas: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CEQ_title;Grant Equador Confederation Independence;;;;;;;;;;;;; +gtfo_CEQ_desc;We've had a good run, but it's time to end our rulership of Equador Confederation: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ENT_title;Grant Entre Rios Independence;;;;;;;;;;;;; +gtfo_ENT_desc;We've had a good run, but it's time to end our rulership of Entre Rios: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GCO_title;Grant Gran Colombia Independence;;;;;;;;;;;;; +gtfo_GCO_desc;We've had a good run, but it's time to end our rulership of Gran Colombia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GUY_title;Grant Guyana Independence;;;;;;;;;;;;; +gtfo_GUY_desc;We've had a good run, but it's time to end our rulership of Guyana: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LOS_title;Grant Los Altos Independence;;;;;;;;;;;;; +gtfo_LOS_desc;We've had a good run, but it's time to end our rulership of Los Altos: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LPL_title;Grant La Plata Independence;;;;;;;;;;;;; +gtfo_LPL_desc;We've had a good run, but it's time to end our rulership of La Plata: if you love something, let it go!;;;;;;;;;;;;; +gtfo_OAX_title;Grant Oaxaca Independence;;;;;;;;;;;;; +gtfo_OAX_desc;We've had a good run, but it's time to end our rulership of Oaxaca: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PBC_title;Grant Peru-Bolivia Confederation Independence;;;;;;;;;;;;; +gtfo_PBC_desc;We've had a good run, but it's time to end our rulership of Peru-Bolivia Confederation: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PTG_title;Grant Patagonia Independence;;;;;;;;;;;;; +gtfo_PTG_desc;We've had a good run, but it's time to end our rulership of Patagonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RGR_title;Grant Rio Grande Independence;;;;;;;;;;;;; +gtfo_RGR_desc;We've had a good run, but it's time to end our rulership of Rio Grande: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RGS_title;Grant Rio Grande do Sul Independence;;;;;;;;;;;;; +gtfo_RGS_desc;We've had a good run, but it's time to end our rulership of Rio Grande do Sul: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SON_title;Grant Sonora Independence;;;;;;;;;;;;; +gtfo_SON_desc;We've had a good run, but it's time to end our rulership of Sonora: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SPU_title;Grant South Peru Independence;;;;;;;;;;;;; +gtfo_SPU_desc;We've had a good run, but it's time to end our rulership of South Peru: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YUC_title;Grant Yucatan Independence;;;;;;;;;;;;; +gtfo_YUC_desc;We've had a good run, but it's time to end our rulership of Yucatan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BLZ_title;Grant Belize Independence;;;;;;;;;;;;; +gtfo_BLZ_desc;We've had a good run, but it's time to end our rulership of Belize: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAK_title;Grant Dakota Independence;;;;;;;;;;;;; +gtfo_DAK_desc;We've had a good run, but it's time to end our rulership of Dakota: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FSA_title;Grant Free States of America Independence;;;;;;;;;;;;; +gtfo_FSA_desc;We've had a good run, but it's time to end our rulership of Free States of America: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GRN_title;Grant Greenland Independence;;;;;;;;;;;;; +gtfo_GRN_desc;We've had a good run, but it's time to end our rulership of Greenland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAM_title;Grant Jamaica Independence;;;;;;;;;;;;; +gtfo_JAM_desc;We've had a good run, but it's time to end our rulership of Jamaica: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LSK_title;Grant Alaska Independence;;;;;;;;;;;;; +gtfo_LSK_desc;We've had a good run, but it's time to end our rulership of Alaska: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MRU_title;Grant Maritime Union Independence;;;;;;;;;;;;; +gtfo_MRU_desc;We've had a good run, but it's time to end our rulership of Maritime Union: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PRI_title;Grant Puerto Rico Independence;;;;;;;;;;;;; +gtfo_PRI_desc;We've had a good run, but it's time to end our rulership of Puerto Rico: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RPL_title;Grant Rupert's Land Independence;;;;;;;;;;;;; +gtfo_RPL_desc;We've had a good run, but it's time to end our rulership of Rupert's Land: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRS_title;Grant Tarasco Independence;;;;;;;;;;;;; +gtfo_TRS_desc;We've had a good run, but it's time to end our rulership of Tarasco: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TTB_title;Grant Trinidad Independence;;;;;;;;;;;;; +gtfo_TTB_desc;We've had a good run, but it's time to end our rulership of Trinidad: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UIL_title;Grant Illinois Independence;;;;;;;;;;;;; +gtfo_UIL_desc;We've had a good run, but it's time to end our rulership of Illinois: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UNB_title;Grant Nebraska Independence;;;;;;;;;;;;; +gtfo_UNB_desc;We've had a good run, but it's time to end our rulership of Nebraska: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UNM_title;Grant New Mexico Independence;;;;;;;;;;;;; +gtfo_UNM_desc;We've had a good run, but it's time to end our rulership of New Mexico: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UOR_title;Grant Oregon Independence;;;;;;;;;;;;; +gtfo_UOR_desc;We've had a good run, but it's time to end our rulership of Oregon: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ALS_title;Grant Elsass Independence;;;;;;;;;;;;; +gtfo_ALS_desc;We've had a good run, but it's time to end our rulership of Elsass: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ATR_title;Grant Asturias Independence;;;;;;;;;;;;; +gtfo_ATR_desc;We've had a good run, but it's time to end our rulership of Asturias: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAN_title;Grant Banat Independence;;;;;;;;;;;;; +gtfo_BAN_desc;We've had a good run, but it's time to end our rulership of Banat: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BKV_title;Grant Bukovina Independence;;;;;;;;;;;;; +gtfo_BKV_desc;We've had a good run, but it's time to end our rulership of Bukovina: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRT_title;Grant Brittany Independence;;;;;;;;;;;;; +gtfo_BRT_desc;We've had a good run, but it's time to end our rulership of Brittany: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BSQ_title;Grant Basqueland Independence;;;;;;;;;;;;; +gtfo_BSQ_desc;We've had a good run, but it's time to end our rulership of Basqueland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRS_title;Grant Corsica Independence;;;;;;;;;;;;; +gtfo_CRS_desc;We've had a good run, but it's time to end our rulership of Corsica: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DLM_title;Grant Dalmatia Independence;;;;;;;;;;;;; +gtfo_DLM_desc;We've had a good run, but it's time to end our rulership of Dalmatia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ENL_title;Grant England Independence;;;;;;;;;;;;; +gtfo_ENL_desc;We've had a good run, but it's time to end our rulership of England: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GLC_title;Grant Galicia Independence;;;;;;;;;;;;; +gtfo_GLC_desc;We've had a good run, but it's time to end our rulership of Galicia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GLM_title;Grant Galicia-Lodomeria Independence;;;;;;;;;;;;; +gtfo_GLM_desc;We've had a good run, but it's time to end our rulership of Galicia-Lodomeria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LOR_title;Grant Lorraine Independence;;;;;;;;;;;;; +gtfo_LOR_desc;We've had a good run, but it's time to end our rulership of Lorraine: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MCD_title;Grant Macedonia Independence;;;;;;;;;;;;; +gtfo_MCD_desc;We've had a good run, but it's time to end our rulership of Macedonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MLT_title;Grant Malta Independence;;;;;;;;;;;;; +gtfo_MLT_desc;We've had a good run, but it's time to end our rulership of Malta: if you love something, let it go!;;;;;;;;;;;;; +gtfo_OCC_title;Grant Occitania Independence;;;;;;;;;;;;; +gtfo_OCC_desc;We've had a good run, but it's time to end our rulership of Occitania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RMG_title;Grant Romagna Independence;;;;;;;;;;;;; +gtfo_RMG_desc;We've had a good run, but it's time to end our rulership of Romagna: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SPC_title;Grant Carlist Spain Independence;;;;;;;;;;;;; +gtfo_SPC_desc;We've had a good run, but it's time to end our rulership of Carlist Spain: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SRD_title;Grant Sardinia Independence;;;;;;;;;;;;; +gtfo_SRD_desc;We've had a good run, but it's time to end our rulership of Sardinia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SVY_title;Grant Savoy Independence;;;;;;;;;;;;; +gtfo_SVY_desc;We've had a good run, but it's time to end our rulership of Savoy: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SWH_title;Grant Schleswig-Holstein Independence;;;;;;;;;;;;; +gtfo_SWH_desc;We've had a good run, but it's time to end our rulership of Schleswig-Holstein: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WHA_title;Grant Wales Independence;;;;;;;;;;;;; +gtfo_WHA_desc;We've had a good run, but it's time to end our rulership of Wales: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DNB_title;Grant Danubian Federation Independence;;;;;;;;;;;;; +gtfo_DNB_desc;We've had a good run, but it's time to end our rulership of Danubian Federation: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUZ_title;Grant Luzica Independence;;;;;;;;;;;;; +gtfo_LUZ_desc;We've had a good run, but it's time to end our rulership of Luzica: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RHI_title;Grant Rhineland Independence;;;;;;;;;;;;; +gtfo_RHI_desc;We've had a good run, but it's time to end our rulership of Rhineland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PML_title;Grant Pomerelia Independence;;;;;;;;;;;;; +gtfo_PML_desc;We've had a good run, but it's time to end our rulership of Pomerelia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PZN_title;Grant Poznan Independence;;;;;;;;;;;;; +gtfo_PZN_desc;We've had a good run, but it's time to end our rulership of Poznan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLS_title;Grant Silesia Independence;;;;;;;;;;;;; +gtfo_SLS_desc;We've had a good run, but it's time to end our rulership of Silesia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WES_title;Grant Westfalen Independence;;;;;;;;;;;;; +gtfo_WES_desc;We've had a good run, but it's time to end our rulership of Westfalen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AKH_title;Grant Astrakhan Independence;;;;;;;;;;;;; +gtfo_AKH_desc;We've had a good run, but it's time to end our rulership of Astrakhan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ALT_title;Grant Altai Republic Independence;;;;;;;;;;;;; +gtfo_ALT_desc;We've had a good run, but it's time to end our rulership of Altai Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CPL_title;Grant Congress Poland Independence;;;;;;;;;;;;; +gtfo_CPL_desc;We've had a good run, but it's time to end our rulership of Congress Poland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DON_title;Grant Cossackia Independence;;;;;;;;;;;;; +gtfo_DON_desc;We've had a good run, but it's time to end our rulership of Cossackia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IZH_title;Grant Ingria Independence;;;;;;;;;;;;; +gtfo_IZH_desc;We've had a good run, but it's time to end our rulership of Ingria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAZ_title;Grant Kazakhstan Independence;;;;;;;;;;;;; +gtfo_KAZ_desc;We've had a good run, but it's time to end our rulership of Kazakhstan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAM_title;Grant Kamchatka Independence;;;;;;;;;;;;; +gtfo_KAM_desc;We've had a good run, but it's time to end our rulership of Kamchatka: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KMK_title;Grant Kalmykia Independence;;;;;;;;;;;;; +gtfo_KMK_desc;We've had a good run, but it's time to end our rulership of Kalmykia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KRL_title;Grant Karelia Independence;;;;;;;;;;;;; +gtfo_KRL_desc;We've had a good run, but it's time to end our rulership of Karelia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIB_title;Grant Siberian Republic Independence;;;;;;;;;;;;; +gtfo_SIB_desc;We've had a good run, but it's time to end our rulership of Siberian Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TAR_title;Grant Tatarstan Independence;;;;;;;;;;;;; +gtfo_TAR_desc;We've had a good run, but it's time to end our rulership of Tatarstan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TNT_title;Grant Tannu Tuva Independence;;;;;;;;;;;;; +gtfo_TNT_desc;We've had a good run, but it's time to end our rulership of Tannu Tuva: if you love something, let it go!;;;;;;;;;;;;; +gtfo_URA_title;Grant Ural Republic Independence;;;;;;;;;;;;; +gtfo_URA_desc;We've had a good run, but it's time to end our rulership of Ural Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YAK_title;Grant Yakutia Independence;;;;;;;;;;;;; +gtfo_YAK_desc;We've had a good run, but it's time to end our rulership of Yakutia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARU_title;Grant Arab Union Independence;;;;;;;;;;;;; +gtfo_ARU_desc;We've had a good run, but it's time to end our rulership of Arab Union: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ASY_title;Grant Assyria Independence;;;;;;;;;;;;; +gtfo_ASY_desc;We've had a good run, but it's time to end our rulership of Assyria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BHR_title;Grant Bahrain Independence;;;;;;;;;;;;; +gtfo_BHR_desc;We've had a good run, but it's time to end our rulership of Bahrain: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CIR_title;Grant Circassia Independence;;;;;;;;;;;;; +gtfo_CIR_desc;We've had a good run, but it's time to end our rulership of Circassia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CLC_title;Grant Cilicia Independence;;;;;;;;;;;;; +gtfo_CLC_desc;We've had a good run, but it's time to end our rulership of Cilicia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAG_title;Grant Dagestan Independence;;;;;;;;;;;;; +gtfo_DAG_desc;We've had a good run, but it's time to end our rulership of Dagestan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DUR_title;Grant Durrani Empire Independence;;;;;;;;;;;;; +gtfo_DUR_desc;We've had a good run, but it's time to end our rulership of Durrani Empire: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAL_title;Grant Hail Independence;;;;;;;;;;;;; +gtfo_HAL_desc;We've had a good run, but it's time to end our rulership of Hail: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JOR_title;Grant Jordan Independence;;;;;;;;;;;;; +gtfo_JOR_desc;We've had a good run, but it's time to end our rulership of Jordan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KDS_title;Grant Kurdistan Independence;;;;;;;;;;;;; +gtfo_KDS_desc;We've had a good run, but it's time to end our rulership of Kurdistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KWT_title;Grant Kuwait Independence;;;;;;;;;;;;; +gtfo_KWT_desc;We've had a good run, but it's time to end our rulership of Kuwait: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KYR_title;Grant Kyrgyzstan Independence;;;;;;;;;;;;; +gtfo_KYR_desc;We've had a good run, but it's time to end our rulership of Kyrgyzstan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LBN_title;Grant Lebanon Independence;;;;;;;;;;;;; +gtfo_LBN_desc;We've had a good run, but it's time to end our rulership of Lebanon: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NYE_title;Grant North Yemen Independence;;;;;;;;;;;;; +gtfo_NYE_desc;We've had a good run, but it's time to end our rulership of North Yemen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PLS_title;Grant Palestine Independence;;;;;;;;;;;;; +gtfo_PLS_desc;We've had a good run, but it's time to end our rulership of Palestine: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PNT_title;Grant Pontus Independence;;;;;;;;;;;;; +gtfo_PNT_desc;We've had a good run, but it's time to end our rulership of Pontus: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SYR_title;Grant Syria Independence;;;;;;;;;;;;; +gtfo_SYR_desc;We've had a good run, but it's time to end our rulership of Syria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TAJ_title;Grant Tajikstan Independence;;;;;;;;;;;;; +gtfo_TAJ_desc;We've had a good run, but it's time to end our rulership of Tajikstan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TCA_title;Grant Transcaucasia Independence;;;;;;;;;;;;; +gtfo_TCA_desc;We've had a good run, but it's time to end our rulership of Transcaucasia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TKM_title;Grant Turkmenistan Independence;;;;;;;;;;;;; +gtfo_TKM_desc;We've had a good run, but it's time to end our rulership of Turkmenistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TKS_title;Grant Turkestan Independence;;;;;;;;;;;;; +gtfo_TKS_desc;We've had a good run, but it's time to end our rulership of Turkestan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UYG_title;Grant Uyghurstan Independence;;;;;;;;;;;;; +gtfo_UYG_desc;We've had a good run, but it's time to end our rulership of Uyghurstan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UZB_title;Grant Uzbekistan Independence;;;;;;;;;;;;; +gtfo_UZB_desc;We've had a good run, but it's time to end our rulership of Uzbekistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ASM_title;Grant Assam Independence;;;;;;;;;;;;; +gtfo_ASM_desc;We've had a good run, but it's time to end our rulership of Assam: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BIH_title;Grant Bihar Independence;;;;;;;;;;;;; +gtfo_BIH_desc;We've had a good run, but it's time to end our rulership of Bihar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BLC_title;Grant Baluchistan Independence;;;;;;;;;;;;; +gtfo_BLC_desc;We've had a good run, but it's time to end our rulership of Baluchistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BNG_title;Grant Bengal Independence;;;;;;;;;;;;; +gtfo_BNG_desc;We've had a good run, but it's time to end our rulership of Bengal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DRA_title;Grant Dravidistan Independence;;;;;;;;;;;;; +gtfo_DRA_desc;We've had a good run, but it's time to end our rulership of Dravidistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KRN_title;Grant Karnatak Independence;;;;;;;;;;;;; +gtfo_KRN_desc;We've had a good run, but it's time to end our rulership of Karnatak: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAH_title;Grant Maharashtra Independence;;;;;;;;;;;;; +gtfo_MAH_desc;We've had a good run, but it's time to end our rulership of Maharashtra: if you love something, let it go!;;;;;;;;;;;;; +gtfo_#MR_title;Grant Marathas Independence;;;;;;;;;;;;; +gtfo_#MR_desc;We've had a good run, but it's time to end our rulership of Marathas: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RAJ_title;Grant Rajputana Independence;;;;;;;;;;;;; +gtfo_RAJ_desc;We've had a good run, but it's time to end our rulership of Rajputana: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SRI_title;Grant Sri Lanka Independence;;;;;;;;;;;;; +gtfo_SRI_desc;We've had a good run, but it's time to end our rulership of Sri Lanka: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AGC_title;Grant Angoche Independence;;;;;;;;;;;;; +gtfo_AGC_desc;We've had a good run, but it's time to end our rulership of Angoche: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ANG_title;Grant Angola Independence;;;;;;;;;;;;; +gtfo_ANG_desc;We've had a good run, but it's time to end our rulership of Angola: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARO_title;Grant Aro Independence;;;;;;;;;;;;; +gtfo_ARO_desc;We've had a good run, but it's time to end our rulership of Aro: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ASH_title;Grant Ashanti Independence;;;;;;;;;;;;; +gtfo_ASH_desc;We've had a good run, but it's time to end our rulership of Ashanti: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AWS_title;Grant Awsa Independence;;;;;;;;;;;;; +gtfo_AWS_desc;We've had a good run, but it's time to end our rulership of Awsa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AZA_title;Grant Azande Independence;;;;;;;;;;;;; +gtfo_AZA_desc;We've had a good run, but it's time to end our rulership of Azande: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BEN_title;Grant Benin Independence;;;;;;;;;;;;; +gtfo_BEN_desc;We've had a good run, but it's time to end our rulership of Benin: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BMK_title;Grant Bamako Independence;;;;;;;;;;;;; +gtfo_BMK_desc;We've had a good run, but it's time to end our rulership of Bamako: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRD_title;Grant Urundi Independence;;;;;;;;;;;;; +gtfo_BRD_desc;We've had a good run, but it's time to end our rulership of Urundi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BSH_title;Grant Basotho Independence;;;;;;;;;;;;; +gtfo_BSH_desc;We've had a good run, but it's time to end our rulership of Basotho: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BUG_title;Grant Buganda Independence;;;;;;;;;;;;; +gtfo_BUG_desc;We've had a good run, but it's time to end our rulership of Buganda: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CAR_title;Grant Central African Republic Independence;;;;;;;;;;;;; +gtfo_CAR_desc;We've had a good run, but it's time to end our rulership of Central African Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CGO_title;Grant Congo-Brazzaville Independence;;;;;;;;;;;;; +gtfo_CGO_desc;We've had a good run, but it's time to end our rulership of Congo-Brazzaville: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHD_title;Grant Chad Independence;;;;;;;;;;;;; +gtfo_CHD_desc;We've had a good run, but it's time to end our rulership of Chad: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CLA_title;Grant Calabar Independence;;;;;;;;;;;;; +gtfo_CLA_desc;We've had a good run, but it's time to end our rulership of Calabar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CMR_title;Grant Cameroon Independence;;;;;;;;;;;;; +gtfo_CMR_desc;We've had a good run, but it's time to end our rulership of Cameroon: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CYR_title;Grant Cyrenaica Independence;;;;;;;;;;;;; +gtfo_CYR_desc;We've had a good run, but it's time to end our rulership of Cyrenaica: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAH_title;Grant Dahomey Independence;;;;;;;;;;;;; +gtfo_DAH_desc;We've had a good run, but it's time to end our rulership of Dahomey: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAM_title;Grant Damagaram Independence;;;;;;;;;;;;; +gtfo_DAM_desc;We've had a good run, but it's time to end our rulership of Damagaram: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAR_title;Grant Darfur Independence;;;;;;;;;;;;; +gtfo_DAR_desc;We've had a good run, but it's time to end our rulership of Darfur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DND_title;Grant Dendi Independence;;;;;;;;;;;;; +gtfo_DND_desc;We've had a good run, but it's time to end our rulership of Dendi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GAB_title;Grant Gabon Independence;;;;;;;;;;;;; +gtfo_GAB_desc;We've had a good run, but it's time to end our rulership of Gabon: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GAZ_title;Grant Gaza Independence;;;;;;;;;;;;; +gtfo_GAZ_desc;We've had a good run, but it's time to end our rulership of Gaza: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GBU_title;Grant Gabu Independence;;;;;;;;;;;;; +gtfo_GBU_desc;We've had a good run, but it's time to end our rulership of Gabu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GEL_title;Grant Geledi Independence;;;;;;;;;;;;; +gtfo_GEL_desc;We've had a good run, but it's time to end our rulership of Geledi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GMB_title;Grant Gambia Independence;;;;;;;;;;;;; +gtfo_GMB_desc;We've had a good run, but it's time to end our rulership of Gambia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GNE_title;Grant Guinea Independence;;;;;;;;;;;;; +gtfo_GNE_desc;We've had a good run, but it's time to end our rulership of Guinea: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GON_title;Grant Gonder Independence;;;;;;;;;;;;; +gtfo_GON_desc;We've had a good run, but it's time to end our rulership of Gonder: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAR_title;Grant Harar Independence;;;;;;;;;;;;; +gtfo_HAR_desc;We've had a good run, but it's time to end our rulership of Harar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IVC_title;Grant Ivory Coast Independence;;;;;;;;;;;;; +gtfo_IVC_desc;We've had a good run, but it's time to end our rulership of Ivory Coast: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAL_title;Grant Jallon Independence;;;;;;;;;;;;; +gtfo_JAL_desc;We've had a good run, but it's time to end our rulership of Jallon: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAF_title;Grant Kaffa Independence;;;;;;;;;;;;; +gtfo_KAF_desc;We've had a good run, but it's time to end our rulership of Kaffa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KBO_title;Grant Kanem-Bornu Independence;;;;;;;;;;;;; +gtfo_KBO_desc;We've had a good run, but it's time to end our rulership of Kanem-Bornu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KNG_title;Grant Kong Independence;;;;;;;;;;;;; +gtfo_KNG_desc;We've had a good run, but it's time to end our rulership of Kong: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KNY_title;Grant Kenya Independence;;;;;;;;;;;;; +gtfo_KNY_desc;We've had a good run, but it's time to end our rulership of Kenya: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KON_title;Grant Kongo Independence;;;;;;;;;;;;; +gtfo_KON_desc;We've had a good run, but it's time to end our rulership of Kongo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KUB_title;Grant Kuba Independence;;;;;;;;;;;;; +gtfo_KUB_desc;We've had a good run, but it's time to end our rulership of Kuba: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KZB_title;Grant Kazembe Independence;;;;;;;;;;;;; +gtfo_KZB_desc;We've had a good run, but it's time to end our rulership of Kazembe: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LBA_title;Grant Luba Independence;;;;;;;;;;;;; +gtfo_LBA_desc;We've had a good run, but it's time to end our rulership of Luba: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LBY_title;Grant Libya Independence;;;;;;;;;;;;; +gtfo_LBY_desc;We've had a good run, but it's time to end our rulership of Libya: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LOA_title;Grant Loango Independence;;;;;;;;;;;;; +gtfo_LOA_desc;We've had a good run, but it's time to end our rulership of Loango: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUN_title;Grant Lunda Independence;;;;;;;;;;;;; +gtfo_LUN_desc;We've had a good run, but it's time to end our rulership of Lunda: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAJ_title;Grant Majeerteen Independence;;;;;;;;;;;;; +gtfo_MAJ_desc;We've had a good run, but it's time to end our rulership of Majeerteen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAS_title;Grant Massina Independence;;;;;;;;;;;;; +gtfo_MAS_desc;We've had a good run, but it's time to end our rulership of Massina: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAT_title;Grant Matabele Independence;;;;;;;;;;;;; +gtfo_MAT_desc;We've had a good run, but it's time to end our rulership of Matabele: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MLI_title;Grant Mali Independence;;;;;;;;;;;;; +gtfo_MLI_desc;We've had a good run, but it's time to end our rulership of Mali: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MLW_title;Grant Malawi Independence;;;;;;;;;;;;; +gtfo_MLW_desc;We've had a good run, but it's time to end our rulership of Malawi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MNG_title;Grant Mongo Independence;;;;;;;;;;;;; +gtfo_MNG_desc;We've had a good run, but it's time to end our rulership of Mongo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MOS_title;Grant Mossi Independence;;;;;;;;;;;;; +gtfo_MOS_desc;We've had a good run, but it's time to end our rulership of Mossi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MOZ_title;Grant Mozambique Independence;;;;;;;;;;;;; +gtfo_MOZ_desc;We've had a good run, but it's time to end our rulership of Mozambique: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NGR_title;Grant Nigeria Independence;;;;;;;;;;;;; +gtfo_NGR_desc;We've had a good run, but it's time to end our rulership of Nigeria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NIG_title;Grant Niger Independence;;;;;;;;;;;;; +gtfo_NIG_desc;We've had a good run, but it's time to end our rulership of Niger: if you love something, let it go!;;;;;;;;;;;;; +gtfo_OYO_title;Grant Oyo Independence;;;;;;;;;;;;; +gtfo_OYO_desc;We've had a good run, but it's time to end our rulership of Oyo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RWA_title;Grant Ruanda Independence;;;;;;;;;;;;; +gtfo_RWA_desc;We've had a good run, but it's time to end our rulership of Ruanda: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SEG_title;Grant Segu Independence;;;;;;;;;;;;; +gtfo_SEG_desc;We've had a good run, but it's time to end our rulership of Segu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SHO_title;Grant Shona Independence;;;;;;;;;;;;; +gtfo_SHO_desc;We've had a good run, but it's time to end our rulership of Shona: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SHW_title;Grant Shewa Independence;;;;;;;;;;;;; +gtfo_SHW_desc;We've had a good run, but it's time to end our rulership of Shewa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SID_title;Grant Sidama Independence;;;;;;;;;;;;; +gtfo_SID_desc;We've had a good run, but it's time to end our rulership of Sidama: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLE_title;Grant Sierra Leone Independence;;;;;;;;;;;;; +gtfo_SLE_desc;We've had a good run, but it's time to end our rulership of Sierra Leone: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SNG_title;Grant Senegal Independence;;;;;;;;;;;;; +gtfo_SNG_desc;We've had a good run, but it's time to end our rulership of Senegal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SOM_title;Grant Somalia Independence;;;;;;;;;;;;; +gtfo_SOM_desc;We've had a good run, but it's time to end our rulership of Somalia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SUA_title;Grant Suazi Independence;;;;;;;;;;;;; +gtfo_SUA_desc;We've had a good run, but it's time to end our rulership of Suazi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SUD_title;Grant Sudan Independence;;;;;;;;;;;;; +gtfo_SUD_desc;We've had a good run, but it's time to end our rulership of Sudan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TIG_title;Grant Tigray Independence;;;;;;;;;;;;; +gtfo_TIG_desc;We've had a good run, but it's time to end our rulership of Tigray: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TNZ_title;Grant Tanzania Independence;;;;;;;;;;;;; +gtfo_TNZ_desc;We've had a good run, but it's time to end our rulership of Tanzania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TOG_title;Grant Togo Independence;;;;;;;;;;;;; +gtfo_TOG_desc;We've had a good run, but it's time to end our rulership of Togo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TOO_title;Grant Tooro Independence;;;;;;;;;;;;; +gtfo_TOO_desc;We've had a good run, but it's time to end our rulership of Tooro: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TOU_title;Grant Tukulor Independence;;;;;;;;;;;;; +gtfo_TOU_desc;We've had a good run, but it's time to end our rulership of Tukulor: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRZ_title;Grant Trarza Independence;;;;;;;;;;;;; +gtfo_TRZ_desc;We've had a good run, but it's time to end our rulership of Trarza: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TSW_title;Grant Botswana Independence;;;;;;;;;;;;; +gtfo_TSW_desc;We've had a good run, but it's time to end our rulership of Botswana: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WAD_title;Grant Wadai Independence;;;;;;;;;;;;; +gtfo_WAD_desc;We've had a good run, but it's time to end our rulership of Wadai: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WRI_title;Grant Warri Independence;;;;;;;;;;;;; +gtfo_WRI_desc;We've had a good run, but it's time to end our rulership of Warri: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WOL_title;Grant Wolof Independence;;;;;;;;;;;;; +gtfo_WOL_desc;We've had a good run, but it's time to end our rulership of Wolof: if you love something, let it go!;;;;;;;;;;;;; +gtfo_XHO_title;Grant Xhosa Independence;;;;;;;;;;;;; +gtfo_XHO_desc;We've had a good run, but it's time to end our rulership of Xhosa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ZAM_title;Grant Zambia Independence;;;;;;;;;;;;; +gtfo_ZAM_desc;We've had a good run, but it's time to end our rulership of Zambia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DJA_title;Grant Jambi Independence;;;;;;;;;;;;; +gtfo_DJA_desc;We've had a good run, but it's time to end our rulership of Jambi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FJN_title;Grant Fujian Independence;;;;;;;;;;;;; +gtfo_FJN_desc;We've had a good run, but it's time to end our rulership of Fujian: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GMJ_title;Grant Guominjun Independence;;;;;;;;;;;;; +gtfo_GMJ_desc;We've had a good run, but it's time to end our rulership of Guominjun: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GNG_title;Grant Guangdong Independence;;;;;;;;;;;;; +gtfo_GNG_desc;We've had a good run, but it's time to end our rulership of Guangdong: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HNN_title;Grant Hunan Independence;;;;;;;;;;;;; +gtfo_HNN_desc;We've had a good run, but it's time to end our rulership of Hunan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HUI_title;Grant Anhui Independence;;;;;;;;;;;;; +gtfo_HUI_desc;We've had a good run, but it's time to end our rulership of Anhui: if you love something, let it go!;;;;;;;;;;;;; +gtfo_INO_title;Grant Indonesia Independence;;;;;;;;;;;;; +gtfo_INO_desc;We've had a good run, but it's time to end our rulership of Indonesia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KCH_title;Grant Kachin Independence;;;;;;;;;;;;; +gtfo_KCH_desc;We've had a good run, but it's time to end our rulership of Kachin: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KLM_title;Grant Kalimantan Independence;;;;;;;;;;;;; +gtfo_KLM_desc;We've had a good run, but it's time to end our rulership of Kalimantan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KMT_title;Grant Nationalist China Independence;;;;;;;;;;;;; +gtfo_KMT_desc;We've had a good run, but it's time to end our rulership of Nationalist China: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KTI_title;Grant Kutai Independence;;;;;;;;;;;;; +gtfo_KTI_desc;We've had a good run, but it's time to end our rulership of Kutai: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LAN_title;Grant Lanfang Independence;;;;;;;;;;;;; +gtfo_LAN_desc;We've had a good run, but it's time to end our rulership of Lanfang: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LXA_title;Grant Lan Xang Independence;;;;;;;;;;;;; +gtfo_LXA_desc;We've had a good run, but it's time to end our rulership of Lan Xang: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAL_title;Grant Maluku Independence;;;;;;;;;;;;; +gtfo_MAL_desc;We've had a good run, but it's time to end our rulership of Maluku: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MLY_title;Grant Malaya Independence;;;;;;;;;;;;; +gtfo_MLY_desc;We've had a good run, but it's time to end our rulership of Malaya: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SHA_title;Grant Shan Independence;;;;;;;;;;;;; +gtfo_SHA_desc;We've had a good run, but it's time to end our rulership of Shan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLW_title;Grant Sulawesi Independence;;;;;;;;;;;;; +gtfo_SLW_desc;We've had a good run, but it's time to end our rulership of Sulawesi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SAK_title;Grant Siak Independence;;;;;;;;;;;;; +gtfo_SAK_desc;We've had a good run, but it's time to end our rulership of Siak: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SUL_title;Grant Sulu Independence;;;;;;;;;;;;; +gtfo_SUL_desc;We've had a good run, but it's time to end our rulership of Sulu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SWK_title;Grant Sarawak Independence;;;;;;;;;;;;; +gtfo_SWK_desc;We've had a good run, but it's time to end our rulership of Sarawak: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SZC_title;Grant Sichuan Independence;;;;;;;;;;;;; +gtfo_SZC_desc;We've had a good run, but it's time to end our rulership of Sichuan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TAI_title;Grant Taiwan Independence;;;;;;;;;;;;; +gtfo_TAI_desc;We've had a good run, but it's time to end our rulership of Taiwan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHO_title;Grant Choshu Independence;;;;;;;;;;;;; +gtfo_CHO_desc;We've had a good run, but it's time to end our rulership of Choshu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAG_title;Grant Kaga Independence;;;;;;;;;;;;; +gtfo_KAG_desc;We've had a good run, but it's time to end our rulership of Kaga: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RYU_title;Grant Ryukyu Independence;;;;;;;;;;;;; +gtfo_RYU_desc;We've had a good run, but it's time to end our rulership of Ryukyu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SAT_title;Grant Satsuma Independence;;;;;;;;;;;;; +gtfo_SAT_desc;We've had a good run, but it's time to end our rulership of Satsuma: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SEN_title;Grant Sendai Independence;;;;;;;;;;;;; +gtfo_SEN_desc;We've had a good run, but it's time to end our rulership of Sendai: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TKG_title;Grant Shogunate Japan Independence;;;;;;;;;;;;; +gtfo_TKG_desc;We've had a good run, but it's time to end our rulership of Shogunate Japan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TOS_title;Grant Tosa Independence;;;;;;;;;;;;; +gtfo_TOS_desc;We've had a good run, but it's time to end our rulership of Tosa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YZW_title;Grant Yonezawa Independence;;;;;;;;;;;;; +gtfo_YZW_desc;We've had a good run, but it's time to end our rulership of Yonezawa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FIJ_title;Grant Fiji Independence;;;;;;;;;;;;; +gtfo_FIJ_desc;We've had a good run, but it's time to end our rulership of Fiji: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TGA_title;Grant Tonga Independence;;;;;;;;;;;;; +gtfo_TGA_desc;We've had a good run, but it's time to end our rulership of Tonga: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARA_title;Grant Arabia Independence;;;;;;;;;;;;; +gtfo_ARA_desc;We've had a good run, but it's time to end our rulership of Arabia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BYE_title;Grant Belarus Independence;;;;;;;;;;;;; +gtfo_BYE_desc;We've had a good run, but it's time to end our rulership of Belarus: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PLC_title;Grant Poland-Lithuania Independence;;;;;;;;;;;;; +gtfo_PLC_desc;We've had a good run, but it's time to end our rulership of Poland-Lithuania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UBD_title;Grant United Baltic Provinces Independence;;;;;;;;;;;;; +gtfo_UBD_desc;We've had a good run, but it's time to end our rulership of United Baltic Provinces: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DEN_title;Grant Denmark Independence;;;;;;;;;;;;; +gtfo_DEN_desc;We've had a good run, but it's time to end our rulership of Denmark: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FIN_title;Grant Finland Independence;;;;;;;;;;;;; +gtfo_FIN_desc;We've had a good run, but it's time to end our rulership of Finland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NOR_title;Grant Norway Independence;;;;;;;;;;;;; +gtfo_NOR_desc;We've had a good run, but it's time to end our rulership of Norway: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SCA_title;Grant Scandinavia Independence;;;;;;;;;;;;; +gtfo_SCA_desc;We've had a good run, but it's time to end our rulership of Scandinavia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SWE_title;Grant Sweden Independence;;;;;;;;;;;;; +gtfo_SWE_desc;We've had a good run, but it's time to end our rulership of Sweden: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BEL_title;Grant Belgium Independence;;;;;;;;;;;;; +gtfo_BEL_desc;We've had a good run, but it's time to end our rulership of Belgium: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CAT_title;Grant Catalonia Independence;;;;;;;;;;;;; +gtfo_CAT_desc;We've had a good run, but it's time to end our rulership of Catalonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FLA_title;Grant Flanders Independence;;;;;;;;;;;;; +gtfo_FLA_desc;We've had a good run, but it's time to end our rulership of Flanders: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IRE_title;Grant Ireland Independence;;;;;;;;;;;;; +gtfo_IRE_desc;We've had a good run, but it's time to end our rulership of Ireland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NET_title;Grant Netherlands Independence;;;;;;;;;;;;; +gtfo_NET_desc;We've had a good run, but it's time to end our rulership of Netherlands: if you love something, let it go!;;;;;;;;;;;;; +gtfo_POR_title;Grant Portugal Independence;;;;;;;;;;;;; +gtfo_POR_desc;We've had a good run, but it's time to end our rulership of Portugal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SCO_title;Grant Scotland Independence;;;;;;;;;;;;; +gtfo_SCO_desc;We've had a good run, but it's time to end our rulership of Scotland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SPA_title;Grant Spain Independence;;;;;;;;;;;;; +gtfo_SPA_desc;We've had a good run, but it's time to end our rulership of Spain: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WLL_title;Grant Wallonia Independence;;;;;;;;;;;;; +gtfo_WLL_desc;We've had a good run, but it's time to end our rulership of Wallonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ANH_title;Grant Anhalt Independence;;;;;;;;;;;;; +gtfo_ANH_desc;We've had a good run, but it's time to end our rulership of Anhalt: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAD_title;Grant Baden Independence;;;;;;;;;;;;; +gtfo_BAD_desc;We've had a good run, but it's time to end our rulership of Baden: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAV_title;Grant Bavaria Independence;;;;;;;;;;;;; +gtfo_BAV_desc;We've had a good run, but it's time to end our rulership of Bavaria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRA_title;Grant Braunschweig Independence;;;;;;;;;;;;; +gtfo_BRA_desc;We've had a good run, but it's time to end our rulership of Braunschweig: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRE_title;Grant Bremen Independence;;;;;;;;;;;;; +gtfo_BRE_desc;We've had a good run, but it's time to end our rulership of Bremen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_COB_title;Grant Saxe-Coburg-Gotha Independence;;;;;;;;;;;;; +gtfo_COB_desc;We've had a good run, but it's time to end our rulership of Saxe-Coburg-Gotha: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DZG_title;Grant Danzig Independence;;;;;;;;;;;;; +gtfo_DZG_desc;We've had a good run, but it's time to end our rulership of Danzig: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FRM_title;Grant Frankfurt am Main Independence;;;;;;;;;;;;; +gtfo_FRM_desc;We've had a good run, but it's time to end our rulership of Frankfurt am Main: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAM_title;Grant Hamburg Independence;;;;;;;;;;;;; +gtfo_HAM_desc;We've had a good run, but it's time to end our rulership of Hamburg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAN_title;Grant Hanover Independence;;;;;;;;;;;;; +gtfo_HAN_desc;We've had a good run, but it's time to end our rulership of Hanover: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HES_title;Grant Hesse-Darmstadt Independence;;;;;;;;;;;;; +gtfo_HES_desc;We've had a good run, but it's time to end our rulership of Hesse-Darmstadt: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HEK_title;Grant Hesse-Kassel Independence;;;;;;;;;;;;; +gtfo_HEK_desc;We've had a good run, but it's time to end our rulership of Hesse-Kassel: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HOL_title;Grant Holstein Independence;;;;;;;;;;;;; +gtfo_HOL_desc;We've had a good run, but it's time to end our rulership of Holstein: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LIP_title;Grant Lippe-Detmold Independence;;;;;;;;;;;;; +gtfo_LIP_desc;We've had a good run, but it's time to end our rulership of Lippe-Detmold: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUB_title;Grant Lubeck Independence;;;;;;;;;;;;; +gtfo_LUB_desc;We've had a good run, but it's time to end our rulership of Lubeck: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUX_title;Grant Luxemburg Independence;;;;;;;;;;;;; +gtfo_LUX_desc;We've had a good run, but it's time to end our rulership of Luxemburg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MEC_title;Grant Mecklenburg Independence;;;;;;;;;;;;; +gtfo_MEC_desc;We've had a good run, but it's time to end our rulership of Mecklenburg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MEI_title;Grant Saxe-Meiningen Independence;;;;;;;;;;;;; +gtfo_MEI_desc;We've had a good run, but it's time to end our rulership of Saxe-Meiningen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NAS_title;Grant Nassau Independence;;;;;;;;;;;;; +gtfo_NAS_desc;We've had a good run, but it's time to end our rulership of Nassau: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NGF_title;Grant North German Fed Independence;;;;;;;;;;;;; +gtfo_NGF_desc;We've had a good run, but it's time to end our rulership of North German Fed: if you love something, let it go!;;;;;;;;;;;;; +gtfo_OLD_title;Grant Oldenburg Independence;;;;;;;;;;;;; +gtfo_OLD_desc;We've had a good run, but it's time to end our rulership of Oldenburg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SAX_title;Grant Saxony Independence;;;;;;;;;;;;; +gtfo_SAX_desc;We've had a good run, but it's time to end our rulership of Saxony: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SCH_title;Grant Schleswig Independence;;;;;;;;;;;;; +gtfo_SCH_desc;We've had a good run, but it's time to end our rulership of Schleswig: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SGF_title;Grant South German Fed Independence;;;;;;;;;;;;; +gtfo_SGF_desc;We've had a good run, but it's time to end our rulership of South German Fed: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WEI_title;Grant Saxe-Weimar Independence;;;;;;;;;;;;; +gtfo_WEI_desc;We've had a good run, but it's time to end our rulership of Saxe-Weimar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WUR_title;Grant Wurttemberg Independence;;;;;;;;;;;;; +gtfo_WUR_desc;We've had a good run, but it's time to end our rulership of Wurttemberg: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LOM_title;Grant Lombardia Independence;;;;;;;;;;;;; +gtfo_LOM_desc;We've had a good run, but it's time to end our rulership of Lombardia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUC_title;Grant Lucca Independence;;;;;;;;;;;;; +gtfo_LUC_desc;We've had a good run, but it's time to end our rulership of Lucca: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MOD_title;Grant Modena Independence;;;;;;;;;;;;; +gtfo_MOD_desc;We've had a good run, but it's time to end our rulership of Modena: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PAP_title;Grant Papal States Independence;;;;;;;;;;;;; +gtfo_PAP_desc;We've had a good run, but it's time to end our rulership of Papal States: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PAR_title;Grant Parma Independence;;;;;;;;;;;;; +gtfo_PAR_desc;We've had a good run, but it's time to end our rulership of Parma: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SAR_title;Grant Sardinia-Piedmont Independence;;;;;;;;;;;;; +gtfo_SAR_desc;We've had a good run, but it's time to end our rulership of Sardinia-Piedmont: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIC_title;Grant Two Sicilies Independence;;;;;;;;;;;;; +gtfo_SIC_desc;We've had a good run, but it's time to end our rulership of Two Sicilies: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRE_title;Grant Trieste Independence;;;;;;;;;;;;; +gtfo_TRE_desc;We've had a good run, but it's time to end our rulership of Trieste: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TUS_title;Grant Tuscany Independence;;;;;;;;;;;;; +gtfo_TUS_desc;We've had a good run, but it's time to end our rulership of Tuscany: if you love something, let it go!;;;;;;;;;;;;; +gtfo_VEN_title;Grant Venice Independence;;;;;;;;;;;;; +gtfo_VEN_desc;We've had a good run, but it's time to end our rulership of Venice: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BOH_title;Grant Bohemia-Moravia Independence;;;;;;;;;;;;; +gtfo_BOH_desc;We've had a good run, but it's time to end our rulership of Bohemia-Moravia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KRA_title;Grant Krakow Independence;;;;;;;;;;;;; +gtfo_KRA_desc;We've had a good run, but it's time to end our rulership of Krakow: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRI_title;Grant Crimea Independence;;;;;;;;;;;;; +gtfo_CRI_desc;We've had a good run, but it's time to end our rulership of Crimea: if you love something, let it go!;;;;;;;;;;;;; +gtfo_EST_title;Grant Estonia Independence;;;;;;;;;;;;; +gtfo_EST_desc;We've had a good run, but it's time to end our rulership of Estonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HUN_title;Grant Hungary Independence;;;;;;;;;;;;; +gtfo_HUN_desc;We've had a good run, but it's time to end our rulership of Hungary: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LIT_title;Grant Lithuania Independence;;;;;;;;;;;;; +gtfo_LIT_desc;We've had a good run, but it's time to end our rulership of Lithuania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LAT_title;Grant Latvia Independence;;;;;;;;;;;;; +gtfo_LAT_desc;We've had a good run, but it's time to end our rulership of Latvia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_POL_title;Grant Poland Independence;;;;;;;;;;;;; +gtfo_POL_desc;We've had a good run, but it's time to end our rulership of Poland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLV_title;Grant Slovakia Independence;;;;;;;;;;;;; +gtfo_SLV_desc;We've had a good run, but it's time to end our rulership of Slovakia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SWI_title;Grant Switzerland Independence;;;;;;;;;;;;; +gtfo_SWI_desc;We've had a good run, but it's time to end our rulership of Switzerland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RUT_title;Grant Ruthenia Independence;;;;;;;;;;;;; +gtfo_RUT_desc;We've had a good run, but it's time to end our rulership of Ruthenia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIE_title;Grant Siebenburgen Independence;;;;;;;;;;;;; +gtfo_SIE_desc;We've had a good run, but it's time to end our rulership of Siebenburgen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UKR_title;Grant Ukraine Independence;;;;;;;;;;;;; +gtfo_UKR_desc;We've had a good run, but it's time to end our rulership of Ukraine: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CZH_title;Grant Czechoslovakia Independence;;;;;;;;;;;;; +gtfo_CZH_desc;We've had a good run, but it's time to end our rulership of Czechoslovakia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ALB_title;Grant Albania Independence;;;;;;;;;;;;; +gtfo_ALB_desc;We've had a good run, but it's time to end our rulership of Albania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BOS_title;Grant Bosnia-Herzegovina Independence;;;;;;;;;;;;; +gtfo_BOS_desc;We've had a good run, but it's time to end our rulership of Bosnia-Herzegovina: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BUL_title;Grant Bulgaria Independence;;;;;;;;;;;;; +gtfo_BUL_desc;We've had a good run, but it's time to end our rulership of Bulgaria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRE_title;Grant Crete Independence;;;;;;;;;;;;; +gtfo_CRE_desc;We've had a good run, but it's time to end our rulership of Crete: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CRO_title;Grant Croatia Independence;;;;;;;;;;;;; +gtfo_CRO_desc;We've had a good run, but it's time to end our rulership of Croatia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CYP_title;Grant Cyprus Independence;;;;;;;;;;;;; +gtfo_CYP_desc;We've had a good run, but it's time to end our rulership of Cyprus: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GRE_title;Grant Greece Independence;;;;;;;;;;;;; +gtfo_GRE_desc;We've had a good run, but it's time to end our rulership of Greece: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ION_title;Grant Ionian Islands Independence;;;;;;;;;;;;; +gtfo_ION_desc;We've had a good run, but it's time to end our rulership of Ionian Islands: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MOL_title;Grant Moldavia Independence;;;;;;;;;;;;; +gtfo_MOL_desc;We've had a good run, but it's time to end our rulership of Moldavia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MON_title;Grant Montenegro Independence;;;;;;;;;;;;; +gtfo_MON_desc;We've had a good run, but it's time to end our rulership of Montenegro: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ROM_title;Grant Romania Independence;;;;;;;;;;;;; +gtfo_ROM_desc;We've had a good run, but it's time to end our rulership of Romania: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SER_title;Grant Serbia Independence;;;;;;;;;;;;; +gtfo_SER_desc;We've had a good run, but it's time to end our rulership of Serbia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SLO_title;Grant Slovenia Independence;;;;;;;;;;;;; +gtfo_SLO_desc;We've had a good run, but it's time to end our rulership of Slovenia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TUR_title;Grant Ottoman Empire Independence;;;;;;;;;;;;; +gtfo_TUR_desc;We've had a good run, but it's time to end our rulership of Ottoman Empire: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WAL_title;Grant Wallachia Independence;;;;;;;;;;;;; +gtfo_WAL_desc;We've had a good run, but it's time to end our rulership of Wallachia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YUG_title;Grant Yugoslavia Independence;;;;;;;;;;;;; +gtfo_YUG_desc;We've had a good run, but it's time to end our rulership of Yugoslavia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ALD_title;Grant Aldjazair Independence;;;;;;;;;;;;; +gtfo_ALD_desc;We've had a good run, but it's time to end our rulership of Aldjazair: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CNG_title;Grant Congo Free State Independence;;;;;;;;;;;;; +gtfo_CNG_desc;We've had a good run, but it's time to end our rulership of Congo Free State: if you love something, let it go!;;;;;;;;;;;;; +gtfo_EGY_title;Grant Egypt Independence;;;;;;;;;;;;; +gtfo_EGY_desc;We've had a good run, but it's time to end our rulership of Egypt: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ETH_title;Grant Ethiopia Independence;;;;;;;;;;;;; +gtfo_ETH_desc;We've had a good run, but it's time to end our rulership of Ethiopia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAD_title;Grant Madagascar Independence;;;;;;;;;;;;; +gtfo_MAD_desc;We've had a good run, but it's time to end our rulership of Madagascar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LIB_title;Grant Liberia Independence;;;;;;;;;;;;; +gtfo_LIB_desc;We've had a good run, but it's time to end our rulership of Liberia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MOR_title;Grant Morocco Independence;;;;;;;;;;;;; +gtfo_MOR_desc;We've had a good run, but it's time to end our rulership of Morocco: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NAL_title;Grant Natalia Independence;;;;;;;;;;;;; +gtfo_NAL_desc;We've had a good run, but it's time to end our rulership of Natalia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ORA_title;Grant Oranje Independence;;;;;;;;;;;;; +gtfo_ORA_desc;We've had a good run, but it's time to end our rulership of Oranje: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SAF_title;Grant South Africa Independence;;;;;;;;;;;;; +gtfo_SAF_desc;We've had a good run, but it's time to end our rulership of South Africa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SOK_title;Grant Sokoto Independence;;;;;;;;;;;;; +gtfo_SOK_desc;We've had a good run, but it's time to end our rulership of Sokoto: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RHO_title;Grant Southern Rhodesia Independence;;;;;;;;;;;;; +gtfo_RHO_desc;We've had a good run, but it's time to end our rulership of Southern Rhodesia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRI_title;Grant Tripoli Independence;;;;;;;;;;;;; +gtfo_TRI_desc;We've had a good run, but it's time to end our rulership of Tripoli: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRN_title;Grant Transvaal Independence;;;;;;;;;;;;; +gtfo_TRN_desc;We've had a good run, but it's time to end our rulership of Transvaal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TUN_title;Grant Tunis Independence;;;;;;;;;;;;; +gtfo_TUN_desc;We've had a good run, but it's time to end our rulership of Tunis: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ZAN_title;Grant Zanzibar Independence;;;;;;;;;;;;; +gtfo_ZAN_desc;We've had a good run, but it's time to end our rulership of Zanzibar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ZUL_title;Grant Zulu Independence;;;;;;;;;;;;; +gtfo_ZUL_desc;We've had a good run, but it's time to end our rulership of Zulu: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ABU_title;Grant Abu Dhabi Independence;;;;;;;;;;;;; +gtfo_ABU_desc;We've had a good run, but it's time to end our rulership of Abu Dhabi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AFG_title;Grant Afghanistan Independence;;;;;;;;;;;;; +gtfo_AFG_desc;We've had a good run, but it's time to end our rulership of Afghanistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARM_title;Grant Armenia Independence;;;;;;;;;;;;; +gtfo_ARM_desc;We've had a good run, but it's time to end our rulership of Armenia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AZB_title;Grant Azerbaijan Independence;;;;;;;;;;;;; +gtfo_AZB_desc;We've had a good run, but it's time to end our rulership of Azerbaijan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BUK_title;Grant Bukkhara Independence;;;;;;;;;;;;; +gtfo_BUK_desc;We've had a good run, but it's time to end our rulership of Bukkhara: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GEO_title;Grant Georgia Independence;;;;;;;;;;;;; +gtfo_GEO_desc;We've had a good run, but it's time to end our rulership of Georgia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HDJ_title;Grant Hedjaz Independence;;;;;;;;;;;;; +gtfo_HDJ_desc;We've had a good run, but it's time to end our rulership of Hedjaz: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IRQ_title;Grant Iraq Independence;;;;;;;;;;;;; +gtfo_IRQ_desc;We've had a good run, but it's time to end our rulership of Iraq: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KHI_title;Grant Khiva Independence;;;;;;;;;;;;; +gtfo_KHI_desc;We've had a good run, but it's time to end our rulership of Khiva: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KOK_title;Grant Kokand Independence;;;;;;;;;;;;; +gtfo_KOK_desc;We've had a good run, but it's time to end our rulership of Kokand: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MUG_title;Grant Mughalistan Independence;;;;;;;;;;;;; +gtfo_MUG_desc;We've had a good run, but it's time to end our rulership of Mughalistan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NEJ_title;Grant Nejd Independence;;;;;;;;;;;;; +gtfo_NEJ_desc;We've had a good run, but it's time to end our rulership of Nejd: if you love something, let it go!;;;;;;;;;;;;; +gtfo_OMA_title;Grant Oman Independence;;;;;;;;;;;;; +gtfo_OMA_desc;We've had a good run, but it's time to end our rulership of Oman: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PER_title;Grant Persia Independence;;;;;;;;;;;;; +gtfo_PER_desc;We've had a good run, but it's time to end our rulership of Persia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YEM_title;Grant Yemen Independence;;;;;;;;;;;;; +gtfo_YEM_desc;We've had a good run, but it's time to end our rulership of Yemen: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HND_title;Grant India Independence;;;;;;;;;;;;; +gtfo_HND_desc;We've had a good run, but it's time to end our rulership of India: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AWA_title;Grant Awadh Independence;;;;;;;;;;;;; +gtfo_AWA_desc;We've had a good run, but it's time to end our rulership of Awadh: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAS_title;Grant Bastar Independence;;;;;;;;;;;;; +gtfo_BAS_desc;We've had a good run, but it's time to end our rulership of Bastar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BER_title;Grant Beroda Independence;;;;;;;;;;;;; +gtfo_BER_desc;We've had a good run, but it's time to end our rulership of Beroda: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BHO_title;Grant Bhopal Independence;;;;;;;;;;;;; +gtfo_BHO_desc;We've had a good run, but it's time to end our rulership of Bhopal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BIK_title;Grant Bikaner Independence;;;;;;;;;;;;; +gtfo_BIK_desc;We've had a good run, but it's time to end our rulership of Bikaner: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BUN_title;Grant Bundelkhand Independence;;;;;;;;;;;;; +gtfo_BUN_desc;We've had a good run, but it's time to end our rulership of Bundelkhand: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GWA_title;Grant Gwailor Independence;;;;;;;;;;;;; +gtfo_GWA_desc;We've had a good run, but it's time to end our rulership of Gwailor: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HYD_title;Grant Hyderabad Independence;;;;;;;;;;;;; +gtfo_HYD_desc;We've had a good run, but it's time to end our rulership of Hyderabad: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IND_title;Grant Indore Independence;;;;;;;;;;;;; +gtfo_IND_desc;We've had a good run, but it's time to end our rulership of Indore: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAI_title;Grant Jaipur Independence;;;;;;;;;;;;; +gtfo_JAI_desc;We've had a good run, but it's time to end our rulership of Jaipur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAS_title;Grant Jaisalmer Independence;;;;;;;;;;;;; +gtfo_JAS_desc;We've had a good run, but it's time to end our rulership of Jaisalmer: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JOD_title;Grant Jodhpur Independence;;;;;;;;;;;;; +gtfo_JOD_desc;We've had a good run, but it's time to end our rulership of Jodhpur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAL_title;Grant Kalat Independence;;;;;;;;;;;;; +gtfo_KAL_desc;We've had a good run, but it's time to end our rulership of Kalat: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KAS_title;Grant Kashmir Independence;;;;;;;;;;;;; +gtfo_KAS_desc;We've had a good run, but it's time to end our rulership of Kashmir: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KUT_title;Grant Kutch Independence;;;;;;;;;;;;; +gtfo_KUT_desc;We've had a good run, but it's time to end our rulership of Kutch: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LAD_title;Grant Ladakh Independence;;;;;;;;;;;;; +gtfo_LAD_desc;We've had a good run, but it's time to end our rulership of Ladakh: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MAK_title;Grant Makran Independence;;;;;;;;;;;;; +gtfo_MAK_desc;We've had a good run, but it's time to end our rulership of Makran: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MEW_title;Grant Mewar Independence;;;;;;;;;;;;; +gtfo_MEW_desc;We've had a good run, but it's time to end our rulership of Mewar: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MYS_title;Grant Mysore Independence;;;;;;;;;;;;; +gtfo_MYS_desc;We've had a good run, but it's time to end our rulership of Mysore: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NAG_title;Grant Nagpur Independence;;;;;;;;;;;;; +gtfo_NAG_desc;We've had a good run, but it's time to end our rulership of Nagpur: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NEP_title;Grant Nepal Independence;;;;;;;;;;;;; +gtfo_NEP_desc;We've had a good run, but it's time to end our rulership of Nepal: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ORI_title;Grant Orissa Independence;;;;;;;;;;;;; +gtfo_ORI_desc;We've had a good run, but it's time to end our rulership of Orissa: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PNJ_title;Grant Panjab Independence;;;;;;;;;;;;; +gtfo_PNJ_desc;We've had a good run, but it's time to end our rulership of Panjab: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SHI_title;Grant Shimla Independence;;;;;;;;;;;;; +gtfo_SHI_desc;We've had a good run, but it's time to end our rulership of Shimla: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIK_title;Grant Sikkim Independence;;;;;;;;;;;;; +gtfo_SIK_desc;We've had a good run, but it's time to end our rulership of Sikkim: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIN_title;Grant Sind Independence;;;;;;;;;;;;; +gtfo_SIN_desc;We've had a good run, but it's time to end our rulership of Sind: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TRA_title;Grant Travancore Independence;;;;;;;;;;;;; +gtfo_TRA_desc;We've had a good run, but it's time to end our rulership of Travancore: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ATJ_title;Grant Atjeh Independence;;;;;;;;;;;;; +gtfo_ATJ_desc;We've had a good run, but it's time to end our rulership of Atjeh: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAL_title;Grant Bali Independence;;;;;;;;;;;;; +gtfo_BAL_desc;We've had a good run, but it's time to end our rulership of Bali: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BHU_title;Grant Bhutan Independence;;;;;;;;;;;;; +gtfo_BHU_desc;We've had a good run, but it's time to end our rulership of Bhutan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRU_title;Grant Brunei Independence;;;;;;;;;;;;; +gtfo_BRU_desc;We've had a good run, but it's time to end our rulership of Brunei: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BUR_title;Grant Burma Independence;;;;;;;;;;;;; +gtfo_BUR_desc;We've had a good run, but it's time to end our rulership of Burma: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CAM_title;Grant Cambodia Independence;;;;;;;;;;;;; +gtfo_CAM_desc;We've had a good run, but it's time to end our rulership of Cambodia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHI_title;Grant China Independence;;;;;;;;;;;;; +gtfo_CHI_desc;We've had a good run, but it's time to end our rulership of China: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DAI_title;Grant Dai Viet Independence;;;;;;;;;;;;; +gtfo_DAI_desc;We've had a good run, but it's time to end our rulership of Dai Viet: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAV_title;Grant Java Independence;;;;;;;;;;;;; +gtfo_JAV_desc;We've had a good run, but it's time to end our rulership of Java: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KOR_title;Grant Korea Independence;;;;;;;;;;;;; +gtfo_KOR_desc;We've had a good run, but it's time to end our rulership of Korea: if you love something, let it go!;;;;;;;;;;;;; +gtfo_LUA_title;Grant Luang Prabang Independence;;;;;;;;;;;;; +gtfo_LUA_desc;We've had a good run, but it's time to end our rulership of Luang Prabang: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JOH_title;Grant Johore Independence;;;;;;;;;;;;; +gtfo_JOH_desc;We've had a good run, but it's time to end our rulership of Johore: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SIA_title;Grant Siam Independence;;;;;;;;;;;;; +gtfo_SIA_desc;We've had a good run, but it's time to end our rulership of Siam: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TIB_title;Grant Tibet Independence;;;;;;;;;;;;; +gtfo_TIB_desc;We've had a good run, but it's time to end our rulership of Tibet: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MGL_title;Grant Mongolia Independence;;;;;;;;;;;;; +gtfo_MGL_desc;We've had a good run, but it's time to end our rulership of Mongolia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_WIA_title;Grant Wiang Chhan Independence;;;;;;;;;;;;; +gtfo_WIA_desc;We've had a good run, but it's time to end our rulership of Wiang Chhan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PHL_title;Grant Philippines Independence;;;;;;;;;;;;; +gtfo_PHL_desc;We've had a good run, but it's time to end our rulership of Philippines: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MCK_title;Grant Manchukuo Independence;;;;;;;;;;;;; +gtfo_MCK_desc;We've had a good run, but it's time to end our rulership of Manchukuo: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GXI_title;Grant Guangxi Clique Independence;;;;;;;;;;;;; +gtfo_GXI_desc;We've had a good run, but it's time to end our rulership of Guangxi Clique: if you love something, let it go!;;;;;;;;;;;;; +gtfo_SXI_title;Grant Shanxi Independence;;;;;;;;;;;;; +gtfo_SXI_desc;We've had a good run, but it's time to end our rulership of Shanxi: if you love something, let it go!;;;;;;;;;;;;; +gtfo_YNN_title;Grant Yunnan Independence;;;;;;;;;;;;; +gtfo_YNN_desc;We've had a good run, but it's time to end our rulership of Yunnan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_XBI_title;Grant Xibei San Ma Independence;;;;;;;;;;;;; +gtfo_XBI_desc;We've had a good run, but it's time to end our rulership of Xibei San Ma: if you love something, let it go!;;;;;;;;;;;;; +gtfo_XIN_title;Grant Xinjiang Independence;;;;;;;;;;;;; +gtfo_XIN_desc;We've had a good run, but it's time to end our rulership of Xinjiang: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CAL_title;Grant Californian Republic Independence;;;;;;;;;;;;; +gtfo_CAL_desc;We've had a good run, but it's time to end our rulership of Californian Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CAN_title;Grant Canada Independence;;;;;;;;;;;;; +gtfo_CAN_desc;We've had a good run, but it's time to end our rulership of Canada: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHE_title;Grant Cherokee Independence;;;;;;;;;;;;; +gtfo_CHE_desc;We've had a good run, but it's time to end our rulership of Cherokee: if you love something, let it go!;;;;;;;;;;;;; +gtfo_COL_title;Grant Columbia Independence;;;;;;;;;;;;; +gtfo_COL_desc;We've had a good run, but it's time to end our rulership of Columbia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_COS_title;Grant Costa Rica Independence;;;;;;;;;;;;; +gtfo_COS_desc;We've had a good run, but it's time to end our rulership of Costa Rica: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CSA_title;Grant CSA Independence;;;;;;;;;;;;; +gtfo_CSA_desc;We've had a good run, but it's time to end our rulership of CSA: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CUB_title;Grant Cuba Independence;;;;;;;;;;;;; +gtfo_CUB_desc;We've had a good run, but it's time to end our rulership of Cuba: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DES_title;Grant Deseret Independence;;;;;;;;;;;;; +gtfo_DES_desc;We've had a good run, but it's time to end our rulership of Deseret: if you love something, let it go!;;;;;;;;;;;;; +gtfo_DOM_title;Grant Dominican Republic Independence;;;;;;;;;;;;; +gtfo_DOM_desc;We've had a good run, but it's time to end our rulership of Dominican Republic: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ELS_title;Grant El Salvador Independence;;;;;;;;;;;;; +gtfo_ELS_desc;We've had a good run, but it's time to end our rulership of El Salvador: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GUA_title;Grant Guatemala Independence;;;;;;;;;;;;; +gtfo_GUA_desc;We've had a good run, but it's time to end our rulership of Guatemala: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAI_title;Grant Haiti Independence;;;;;;;;;;;;; +gtfo_HAI_desc;We've had a good run, but it's time to end our rulership of Haiti: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HAW_title;Grant Hawaii Independence;;;;;;;;;;;;; +gtfo_HAW_desc;We've had a good run, but it's time to end our rulership of Hawaii: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MEX_title;Grant Mexico Independence;;;;;;;;;;;;; +gtfo_MEX_desc;We've had a good run, but it's time to end our rulership of Mexico: if you love something, let it go!;;;;;;;;;;;;; +gtfo_MTC_title;Grant Metis Confederacy Independence;;;;;;;;;;;;; +gtfo_MTC_desc;We've had a good run, but it's time to end our rulership of Metis Confederacy: if you love something, let it go!;;;;;;;;;;;;; +gtfo_HON_title;Grant Honduras Independence;;;;;;;;;;;;; +gtfo_HON_desc;We've had a good run, but it's time to end our rulership of Honduras: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NEN_title;Grant New England Independence;;;;;;;;;;;;; +gtfo_NEN_desc;We've had a good run, but it's time to end our rulership of New England: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NEW_title;Grant Newfoundland Independence;;;;;;;;;;;;; +gtfo_NEW_desc;We've had a good run, but it's time to end our rulership of Newfoundland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NIC_title;Grant Nicaragua Independence;;;;;;;;;;;;; +gtfo_NIC_desc;We've had a good run, but it's time to end our rulership of Nicaragua: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PNM_title;Grant Panama Independence;;;;;;;;;;;;; +gtfo_PNM_desc;We've had a good run, but it's time to end our rulership of Panama: if you love something, let it go!;;;;;;;;;;;;; +gtfo_QUE_title;Grant Quebec Independence;;;;;;;;;;;;; +gtfo_QUE_desc;We've had a good run, but it's time to end our rulership of Quebec: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TEX_title;Grant Texas Independence;;;;;;;;;;;;; +gtfo_TEX_desc;We've had a good run, but it's time to end our rulership of Texas: if you love something, let it go!;;;;;;;;;;;;; +gtfo_UCA_title;Grant United States of Central America Independence;;;;;;;;;;;;; +gtfo_UCA_desc;We've had a good run, but it's time to end our rulership of United States of Central America: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ARG_title;Grant Argentina Independence;;;;;;;;;;;;; +gtfo_ARG_desc;We've had a good run, but it's time to end our rulership of Argentina: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BOL_title;Grant Bolivia Independence;;;;;;;;;;;;; +gtfo_BOL_desc;We've had a good run, but it's time to end our rulership of Bolivia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BRZ_title;Grant Brazil Independence;;;;;;;;;;;;; +gtfo_BRZ_desc;We've had a good run, but it's time to end our rulership of Brazil: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CHL_title;Grant Chile Independence;;;;;;;;;;;;; +gtfo_CHL_desc;We've had a good run, but it's time to end our rulership of Chile: if you love something, let it go!;;;;;;;;;;;;; +gtfo_CLM_title;Grant Colombia Independence;;;;;;;;;;;;; +gtfo_CLM_desc;We've had a good run, but it's time to end our rulership of Colombia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ECU_title;Grant Ecuador Independence;;;;;;;;;;;;; +gtfo_ECU_desc;We've had a good run, but it's time to end our rulership of Ecuador: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PEU_title;Grant Peru Independence;;;;;;;;;;;;; +gtfo_PEU_desc;We've had a good run, but it's time to end our rulership of Peru: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PRG_title;Grant Paraguay Independence;;;;;;;;;;;;; +gtfo_PRG_desc;We've had a good run, but it's time to end our rulership of Paraguay: if you love something, let it go!;;;;;;;;;;;;; +gtfo_URU_title;Grant Uruguay Independence;;;;;;;;;;;;; +gtfo_URU_desc;We've had a good run, but it's time to end our rulership of Uruguay: if you love something, let it go!;;;;;;;;;;;;; +gtfo_VNZ_title;Grant Venezuela Independence;;;;;;;;;;;;; +gtfo_VNZ_desc;We've had a good run, but it's time to end our rulership of Venezuela: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AST_title;Grant Australia Independence;;;;;;;;;;;;; +gtfo_AST_desc;We've had a good run, but it's time to end our rulership of Australia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_NZL_title;Grant New Zealand Independence;;;;;;;;;;;;; +gtfo_NZL_desc;We've had a good run, but it's time to end our rulership of New Zealand: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ENG_title;Grant United Kingdom Independence;;;;;;;;;;;;; +gtfo_ENG_desc;We've had a good run, but it's time to end our rulership of United Kingdom: if you love something, let it go!;;;;;;;;;;;;; +gtfo_RUS_title;Grant Russia Independence;;;;;;;;;;;;; +gtfo_RUS_desc;We've had a good run, but it's time to end our rulership of Russia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_FRA_title;Grant France Independence;;;;;;;;;;;;; +gtfo_FRA_desc;We've had a good run, but it's time to end our rulership of France: if you love something, let it go!;;;;;;;;;;;;; +gtfo_PRU_title;Grant Prussia Independence;;;;;;;;;;;;; +gtfo_PRU_desc;We've had a good run, but it's time to end our rulership of Prussia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_GER_title;Grant Germany Independence;;;;;;;;;;;;; +gtfo_GER_desc;We've had a good run, but it's time to end our rulership of Germany: if you love something, let it go!;;;;;;;;;;;;; +gtfo_AUS_title;Grant Austria Independence;;;;;;;;;;;;; +gtfo_AUS_desc;We've had a good run, but it's time to end our rulership of Austria: if you love something, let it go!;;;;;;;;;;;;; +gtfo_USA_title;Grant USA Independence;;;;;;;;;;;;; +gtfo_USA_desc;We've had a good run, but it's time to end our rulership of USA: if you love something, let it go!;;;;;;;;;;;;; +gtfo_JAP_title;Grant Japan Independence;;;;;;;;;;;;; +gtfo_JAP_desc;We've had a good run, but it's time to end our rulership of Japan: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ITA_title;Grant Italy Independence;;;;;;;;;;;;; +gtfo_ITA_desc;We've had a good run, but it's time to end our rulership of Italy: if you love something, let it go!;;;;;;;;;;;;; +gtfo_KUK_title;Grant Austria-Hungary Independence;;;;;;;;;;;;; +gtfo_KUK_desc;We've had a good run, but it's time to end our rulership of Austria-Hungary: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ISR_title;Grant Israel Independence;;;;;;;;;;;;; +gtfo_ISR_desc;We've had a good run, but it's time to end our rulership of Israel: if you love something, let it go!;;;;;;;;;;;;; +gtfo_ICL_title;Grant Iceland Independence;;;;;;;;;;;;; +gtfo_ICL_desc;We've had a good run, but it's time to end our rulership of Iceland: if you love something, let it go!;;;;;;;;;;;;; +gtfo_IBR_title;Grant Iberia Independence;;;;;;;;;;;;; +gtfo_IBR_desc;We've had a good run, but it's time to end our rulership of Iberia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BYZ_title;Grant Byzantium Independence;;;;;;;;;;;;; +gtfo_BYZ_desc;We've had a good run, but it's time to end our rulership of Byzantium: if you love something, let it go!;;;;;;;;;;;;; +gtfo_BAB_title;Grant Babylonia Independence;;;;;;;;;;;;; +gtfo_BAB_desc;We've had a good run, but it's time to end our rulership of Babylonia: if you love something, let it go!;;;;;;;;;;;;; +gtfo_TPG_title;Grant Taiping Independence;;;;;;;;;;;;; +gtfo_TPG_desc;We've had a good run, but it's time to end our rulership of Taiping: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D01_title;Grant D01 Independence;;;;;;;;;;;;; +gtfo_D01_desc;We've had a good run, but it's time to end our rulership of D01: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D02_title;Grant D02 Independence;;;;;;;;;;;;; +gtfo_D02_desc;We've had a good run, but it's time to end our rulership of D02: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D03_title;Grant D03 Independence;;;;;;;;;;;;; +gtfo_D03_desc;We've had a good run, but it's time to end our rulership of D03: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D04_title;Grant D04 Independence;;;;;;;;;;;;; +gtfo_D04_desc;We've had a good run, but it's time to end our rulership of D04: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D05_title;Grant D05 Independence;;;;;;;;;;;;; +gtfo_D05_desc;We've had a good run, but it's time to end our rulership of D05: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D06_title;Grant D06 Independence;;;;;;;;;;;;; +gtfo_D06_desc;We've had a good run, but it's time to end our rulership of D06: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D07_title;Grant D07 Independence;;;;;;;;;;;;; +gtfo_D07_desc;We've had a good run, but it's time to end our rulership of D07: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D08_title;Grant D08 Independence;;;;;;;;;;;;; +gtfo_D08_desc;We've had a good run, but it's time to end our rulership of D08: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D09_title;Grant D09 Independence;;;;;;;;;;;;; +gtfo_D09_desc;We've had a good run, but it's time to end our rulership of D09: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D10_title;Grant D10 Independence;;;;;;;;;;;;; +gtfo_D10_desc;We've had a good run, but it's time to end our rulership of D10: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D11_title;Grant D11 Independence;;;;;;;;;;;;; +gtfo_D11_desc;We've had a good run, but it's time to end our rulership of D11: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D12_title;Grant D12 Independence;;;;;;;;;;;;; +gtfo_D12_desc;We've had a good run, but it's time to end our rulership of D12: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D13_title;Grant D13 Independence;;;;;;;;;;;;; +gtfo_D13_desc;We've had a good run, but it's time to end our rulership of D13: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D14_title;Grant D14 Independence;;;;;;;;;;;;; +gtfo_D14_desc;We've had a good run, but it's time to end our rulership of D14: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D15_title;Grant D15 Independence;;;;;;;;;;;;; +gtfo_D15_desc;We've had a good run, but it's time to end our rulership of D15: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D16_title;Grant D16 Independence;;;;;;;;;;;;; +gtfo_D16_desc;We've had a good run, but it's time to end our rulership of D16: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D17_title;Grant D17 Independence;;;;;;;;;;;;; +gtfo_D17_desc;We've had a good run, but it's time to end our rulership of D17: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D18_title;Grant D18 Independence;;;;;;;;;;;;; +gtfo_D18_desc;We've had a good run, but it's time to end our rulership of D18: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D19_title;Grant D19 Independence;;;;;;;;;;;;; +gtfo_D19_desc;We've had a good run, but it's time to end our rulership of D19: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D20_title;Grant D20 Independence;;;;;;;;;;;;; +gtfo_D20_desc;We've had a good run, but it's time to end our rulership of D20: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D21_title;Grant D21 Independence;;;;;;;;;;;;; +gtfo_D21_desc;We've had a good run, but it's time to end our rulership of D21: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D22_title;Grant D22 Independence;;;;;;;;;;;;; +gtfo_D22_desc;We've had a good run, but it's time to end our rulership of D22: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D23_title;Grant D23 Independence;;;;;;;;;;;;; +gtfo_D23_desc;We've had a good run, but it's time to end our rulership of D23: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D24_title;Grant D24 Independence;;;;;;;;;;;;; +gtfo_D24_desc;We've had a good run, but it's time to end our rulership of D24: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D25_title;Grant D25 Independence;;;;;;;;;;;;; +gtfo_D25_desc;We've had a good run, but it's time to end our rulership of D25: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D26_title;Grant D26 Independence;;;;;;;;;;;;; +gtfo_D26_desc;We've had a good run, but it's time to end our rulership of D26: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D27_title;Grant D27 Independence;;;;;;;;;;;;; +gtfo_D27_desc;We've had a good run, but it's time to end our rulership of D27: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D28_title;Grant D28 Independence;;;;;;;;;;;;; +gtfo_D28_desc;We've had a good run, but it's time to end our rulership of D28: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D29_title;Grant D29 Independence;;;;;;;;;;;;; +gtfo_D29_desc;We've had a good run, but it's time to end our rulership of D29: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D30_title;Grant D30 Independence;;;;;;;;;;;;; +gtfo_D30_desc;We've had a good run, but it's time to end our rulership of D30: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D31_title;Grant D31 Independence;;;;;;;;;;;;; +gtfo_D31_desc;We've had a good run, but it's time to end our rulership of D31: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D32_title;Grant D32 Independence;;;;;;;;;;;;; +gtfo_D32_desc;We've had a good run, but it's time to end our rulership of D32: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D33_title;Grant D33 Independence;;;;;;;;;;;;; +gtfo_D33_desc;We've had a good run, but it's time to end our rulership of D33: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D34_title;Grant D34 Independence;;;;;;;;;;;;; +gtfo_D34_desc;We've had a good run, but it's time to end our rulership of D34: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D35_title;Grant D35 Independence;;;;;;;;;;;;; +gtfo_D35_desc;We've had a good run, but it's time to end our rulership of D35: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D36_title;Grant D36 Independence;;;;;;;;;;;;; +gtfo_D36_desc;We've had a good run, but it's time to end our rulership of D36: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D37_title;Grant D37 Independence;;;;;;;;;;;;; +gtfo_D37_desc;We've had a good run, but it's time to end our rulership of D37: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D38_title;Grant D38 Independence;;;;;;;;;;;;; +gtfo_D38_desc;We've had a good run, but it's time to end our rulership of D38: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D39_title;Grant D39 Independence;;;;;;;;;;;;; +gtfo_D39_desc;We've had a good run, but it's time to end our rulership of D39: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D40_title;Grant D40 Independence;;;;;;;;;;;;; +gtfo_D40_desc;We've had a good run, but it's time to end our rulership of D40: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D41_title;Grant D41 Independence;;;;;;;;;;;;; +gtfo_D41_desc;We've had a good run, but it's time to end our rulership of D41: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D42_title;Grant D42 Independence;;;;;;;;;;;;; +gtfo_D42_desc;We've had a good run, but it's time to end our rulership of D42: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D43_title;Grant D43 Independence;;;;;;;;;;;;; +gtfo_D43_desc;We've had a good run, but it's time to end our rulership of D43: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D44_title;Grant D44 Independence;;;;;;;;;;;;; +gtfo_D44_desc;We've had a good run, but it's time to end our rulership of D44: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D45_title;Grant D45 Independence;;;;;;;;;;;;; +gtfo_D45_desc;We've had a good run, but it's time to end our rulership of D45: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D46_title;Grant D46 Independence;;;;;;;;;;;;; +gtfo_D46_desc;We've had a good run, but it's time to end our rulership of D46: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D47_title;Grant D47 Independence;;;;;;;;;;;;; +gtfo_D47_desc;We've had a good run, but it's time to end our rulership of D47: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D48_title;Grant D48 Independence;;;;;;;;;;;;; +gtfo_D48_desc;We've had a good run, but it's time to end our rulership of D48: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D49_title;Grant D49 Independence;;;;;;;;;;;;; +gtfo_D49_desc;We've had a good run, but it's time to end our rulership of D49: if you love something, let it go!;;;;;;;;;;;;; +gtfo_D50_title;Grant D50 Independence;;;;;;;;;;;;; +gtfo_D50_desc;We've had a good run, but it's time to end our rulership of D50: if you love something, let it go!;;;;;;;;;;;;; diff --git a/HPM/localisation/02_NNM_modifiers.csv b/HPM/localisation/02_NNM_modifiers.csv index 3cc4eff4..f3b68ff8 100644 --- a/HPM/localisation/02_NNM_modifiers.csv +++ b/HPM/localisation/02_NNM_modifiers.csv @@ -1,230 +1,222 @@ -;;;;;;;;;;;;x,,,, -state_of_emergency_modifier;State of Emergency;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -state_of_emergency_modifier_desc;State of Emergency or State of Exception means that the government can suspend and/or change some functions of the executive, the legislative and/or the judiciary during this period of time. It alerts citizens to change their normal behavior and orders government agencies to implement emergency plans. A government can declare a state of emergency during a time of natural or human-made disaster, during a period of civil unrest, or following a declaration of war or situation of international/internal armed conflict.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -ANY_ALL;Any province;;;;;;;;;;;;;x,,,, -HAS_NOT_GOODS;produces ;;;;;;;;;;;;;x,,,, -IS_IN_REGION; is in the region ;Est dans la région;Ist in der Region ;;Está en la región;;;;;;;;;x,,,, -TRIGMOD_HEADER;The $MONARCHTITLE$ reports that;$head_of_government$ rapporte que;$head_of_government$ berichtet, dass;Kiedy modyfikator zwi¹zany z okreœlonym wydarzeniem wp³ywa na twoje pañstwo (np. c³o narzucone przez pañstwo trzecie);$head_of_government$ informa de;Quando subisci l'influenza di un modificatore condizionato (ad es. il Pedaggio sullo Stretto);Mikor valami esemény módosulása van rád hatással (korábbi hang-vám);Když jste subjektem trojnásobného modifikátoru;;;;;;x,,, -TRIGMODLOST_HEADER;The $MONARCHTITLE$ reports that;$head_of_government$ rapporte que;$head_of_government$ berichtet, dass;Kiedy modyfikator zwi¹zany z okreœlonym wydarzeniem przestaje oddzia³ywaæ na twoje pañstwo (np. c³o narzucone przez pañstwo trzecie);$head_of_government$ informa de;Quando l'effetto di un modificatore condizionato (ad es. il Pedaggio sullo Stretto) cessa;Mikor egy módosítást okozó esemény befejezõdik (korábbi hang-vám);Když jste subjektem trojnásobného modifikátoru.;;;;;;x,,, -TRIGGER_CIV_PROGRESS_LESS;Civilization progress: §Y50§W%;;;;;;;;;;;;x,,,, -had_liberal_revolution;Liberal Revolution has ended;;;;;;;;;;;;x,,,, -attending_berlin_congress;Attending the Congress;;;;;;;;;;;;x,,,, -oriental_crisis_support_OE;Supports the Ottomans;;;;;;;;;;;;x,,,, -oriental_crisis_support_Egypt;Supports the Egyptians;;;;;;;;;;;;x,,,, -MAJORITY_IS_NOT;Majority of the population is not ;;;;;;;;;;;;x,,,, -crimean_surrender;the Ottomans have surrendered;;;;;;;;;;;;x,,,, -colonial_chaos;Colonial Chaos;;;;;;;;;;;;x,,,, -colonial_chaos_desc;Our colony is in chaos, and we are in danger of losing it utterly if order is not restored soon!;;;;;;;;;;;;x,,, -loss_of_control;Loss of Control;;;;;;;;;;;;x,,,, -loss_of_control_desc;We have lost control over the colony.;;;;;;;;;;;;x,,,, -nationalist_agitation;Nationalist Agitation;;;;;;;;;;;;x,,,, -nationalist_agitation_desc;Nationalists are active in the province, stirring up trouble with random acts of violence. If left unchecked, they may rise in rebellion against us.;;;;;;;;;;;;x,, -patriot_uprising;Patriot Uprising;;;;;;;;;;;;x,,,, -patriot_uprising_desc;Foreign patriots have taken control of the province.;;;;;;;;;;;;x,,,, -the_ikhwan;The Ikhwan;;;;;;;;;;;;;x,,,, -the_ikhwan_desc;An alliance has been made with the Bedouin Wahhabists. Islam shall remain pure in our nation, in exchange for their military support.;;;;;;;;;;;;;x,,, -mandate;Mandate of Heaven;;;;;;;;;;;;x,,,, -holy_city;The Holy City;;;;;;;;;;;;x,,,, -holy_city_desc;Mecca is the center of all Islam. To hold it is to stand above all others, and prove to them that the fate of all Islam lies in our hands.;;;;;;;;;;;;x,,, -self_strengthening_movement;Self-Strengthening Movement;;;;;;;;;;;;;x,,,, -drive_to_reunify;Reunification Drive;;;;;;;;;;;;x,,,, -drive_to_reunify_desc;We must reunite the country, at any cost!;;;;;;;;;;;;x,,, -taiping_draft;Emergency Draft;;;;;;;;;;;;x,,,, -the_female_shortage;The Female Shortage;;;;;;;;;;;;x,,,, -the_female_shortage_desc;A populational deficit means that there are more men than women in China, slowing down population growth and upsetting the mass of single males that will never form a family.;;;;;;;;;;;;;;;;x,,, -christian_pamphlets;Christian Pamphlets;;;;;;;;;;;;x,,,, -chinese_floods;Chinese Floods;;;;;;;;;;;;x,,,, -small_country_draft;Emergency Draft;;;;;;;;;;;;x,,,, -small_country_draft_desc;We must recruit all able-bodied men to fight!;;;;;;;;;;;;x,,,, -daimyo_draft;Emergency Draft;;;;;;;;;;;;x,,,, -daimyo_draft_desc;We must recruit all able-bodied men to fight!;;;;;;;;;;;;x,,,, -sons_of_liberty;Sons of Liberty;;;;;;;;;;;;;x,,,, -sons_of_liberty_desc;A militia of pro-democracy liberals, determined to either see the United States returned to its democratic tradition or secede their state from the union.;;;;;;;;;;;;;x,,, -peasant_revolt;Open Revolt;;;;;;;;;;;;x,,,, -peasant_revolt_desc;There is increased agitation within the province, including riots and random violence which the local government has had difficulty putting down.;;;;;;;;;;;;x,,, -shastar_vidya;Shastar Vidiya;;;;;;;;;;;;;x,,,, -shastar_vidya_desc;The renowned Sikh fighting style, it is a martial art involving sword play ...and has made the Sikhs into fearsome combatants.;;;;;;;;;;;;;x,,, -force_publique;Force Publique;;;;;;;;;;;;x,,,, -force_publique_title;Form the Force Publique;;;;;;;;;;;;x,,,, -force_publique_desc;The Force Publique was the official armed force of the Belgian-controlled Congo Free State. Though ostensibly formed to combat Arab Slavers, the soldiers were often used to enforce economic quotas with brutal punishment.;;;;;;;;;;;;x,,, -rcmp;R.C.M.P.;;;;;;;;;;;;x,,,, -rcmp_desc;The Royal Canadian Mounted Police was formed to patrol the newly-acquired North-West Territories, eventually uniting with the Dominion Police to keep order throughout all Canadian provinces.;;;;;;;;;;;;x,,, -kalmar_union;Kalmar Union;;;;;;;;;;;;;x,,,, -kalmar_union_desc;We have agreed in principle to a closer bond with the other Scandinavian nations.;;;;;;;;;;;;;x,,,, -leader_of_kalmar;Leader of the Kalmar Union;;;;;;;;;;;;;x,,,, -leader_of_kalmar_desc;We are the leader of the movement to unite the Scandinavian people under a single flag.;;;;;;;;;;;;;x,,,, -customs_union;Customs Union;;;;;;;;;;;;;x,,,, -customs_union_desc;We are a member of a customs union, designed to reduce the barriers in trade between the member nations.;;;;;;;;;;;;;x,,, -spanish_restoration;The Restoration;;;;;;;;;;;;;x,,,, -spanish_restoration_desc;A period of relative peace and stability in Spain initiated by King Alfonso XII, the aim being to create a new system of government with balance between the liberals and conservatives.;;;;;;;;;;;;;x,,, -national_instability;National Instability;;;;;;;;;;;;;x,,,, -national_instability_desc;The country is in a state of turmoil, and is in danger of rebellions.;;;;;;;;;;;;;x,,, -home_of_the_mormons;Home of the Mormons;;;;;;;;;;;;;x,,,, -home_of_the_mormons_desc;the Mormons believe in polygamy, the taking of many wives, and encourage their followers to have large families.;;;;;;;;;;;;;x,, -gateway_to_america;Gateway to America;;;;;;;;;;;;;x,,,, -gateway_to_america_desc;Many immigrants from Europe will pass through the gates of Ellis Island, and a great number of them will remain in New York City.;;;;;;;;;;;;;x,,, -carlist_sympathies;Carlist Sympathies;;;;;;;;;;;;x,,,, -carlist_sympathies_desc;A Carlist cell is at work in the province, and is quickly gaining sympathy for the rebels that wish to topple the Spanish government.;;;;;;;;;;;;x,,, -christino_sympathies;Christino Sympathies;;;;;;;;;;;;x,,,, -christino_sympathies_desc;A Christino cell is at work in the province, and is quickly gaining sympathy for the rebels that wish to topple the Spanish government.;;;;;;;;;;;;x,,, -war_torn;War Torn;;;;;;;;;;;;x,,,, -war_torn_desc;This province has been devastated by the rebellion.;;;;;;;;;;;;x,,,, -boxer_rebellion;Boxer Rebellion;;;;;;;;;;;;x,,,, -boxer_rebellion_desc;The province is currently held by the Boxer rebels, and is in great disarray.;;;;;;;;;;;;x,,, -new_country;Newly-Established Country;;;;;;;;;;;;x,,,, -new_country_desc;This country has just been established, and its citizens are willing to work harder to keep it running… for the time being.;;;;;;;;;;;;x,,, -jewish_diaspora;Jewish Diaspora;;;;;;;;;;;;x,,,, -jewish_diaspora_desc;The Jewish community is organizing in reaction to the creation of Israel.;;;;;;;;;;;;x,,,, -declaration_of_the_rights_of_man;Declaration of the Rights of Man;;;;;;;;;;;;x,,,, -declaration_of_the_rights_of_man_desc;The Declaration of the Rights of Man and of the Citizen, a fundamental document of the French Revolution, defined the individual and collective rights of all the estates of the realm as universal.;;;;;;;;;;;;x,, -caste_privileges;Caste Privilege;;;;;;;;;;;;x,,,, -caste_privileges_desc;An early goal of British Imperialists in India was to create a class of local elites in their own image. They were successful, forming a new caste of wealthy Indians who rose to prominence within the colony.;;;;;;;;;;;;x,,, -sati_abolished;Abolishment of Sati;;;;;;;;;;;;x,,,, -sati_abolished_desc;The abolishment of Sati funeral practices, where a recent widow immolated herself on her husband's grave, was incredibly unpopular in some parts of India.;;;;;;;;;;;;x,, -pig_fat_cartridges;Pig Fat Cartridges;;;;;;;;;;;;x,,,, -pig_fat_cartridges_desc;The issuing of gunpowder cartridges which were believed to be greased with pig fat was considered an incredible insult by Sepoy soldiers, and further evidence of the growing cultural rift between Indians and colonial powers.;;;;;;;;;;;;x,,, -carlism;Carlism;;;;;;;;;;;;x,,,, -carlism_desc;Carlism is a traditionalist and legitimist political movement in Spain seeking the establishment of a separate line of the Bourbon family on the Spanish throne. This line descended from Infante Carlos, Count of Molina, and was founded due to dispute over the succession laws and widespread dissatisfaction with the Alfonsine line of the House of Bourbon.;;;;;;;;;;;;x,, -spirit_of_freedom;The Spirit of Freedom;;;;;;;;;;;;x,,,, -spirit_of_freedom_desc;For some cultures, the notion of democracy and individual freedom is rooted in their very psyche.;;;;;;;;;;;;x,,, -national_identity;National Identity;;;;;;;;;;;;x,,,, -national_identity_desc;The concept of nationhood began taking hold in the late 19th century, as people began to identify more with the country they lived in rather than a particular region. Nationalism quickly gave rise to rebels who sought independence from foreign rule, or to rejoin their homeland.;;;;;;;;;;;;x,, -anti_jacobin_movement;Anti-Jacobin;;;;;;;;;;;;x,,,, -anti_jacobin_movement_desc;A reaction to the Jacobins and the struggle for democracy, reactionary elements in countries became very entrenched against democracy as a concept-- calling it 'inherently flawed' and misguided, as well as a source of chaos, rather than holding the possibility of anything useful or good.;;;;;;;;;;;;x, -sharia_law;Sharia Law;;;;;;;;;;;;x,,,, -sharia_law_desc;Sharia is the strict moral code and religious law of Islam, considered the infallible law of God-- interpreted by Islamic judges who have responsibilities to religious leaders.;;;;;;;;;;;;x,,, -ottoman_oppression;Christian Oppression;;;;;;;;;;;;;;;x,,,, -ottoman_oppression_desc;A number of Ottoman policies regarding Christians within the Empire, such as the Jizya tax and restrictions on work and movement, set the stage for issues in the Balkans for years to come. These policies were not revoked until the Tanzimat Reforms which began in 1839.;;;;;;;;;;;;x,, -ottomanism_reform;Imperial Reform Edict;;;;;;;;;;;;x,,,, -ottomanism_reform_desc;The Hatt-i Hümayun has established religious equality among the Empire's minorities, and gone a long way towards assuaging some of the concerns of nationalists within our borders.;;;;;;;;;;;;x,,, -great_statesman;Great Statesman;;;;;;;;;;;;;x,,,, -great_statesman_desc;Our leader is an able speaker and a fine statesman, respected by other world leaders.;;;;;;;;;;;;;x,,, -begin_revolution;Revolutionary State;;;;;;;;;;;;x,,,, -begin_revolution_desc;Our country is a fledgling state, founded in the midst of chaos and rebellion. But the people are willing to fight!;;;;;;;;;;;;x,,, -zemene_mesafint;Zemene Mesafint;;;;;;;;;;;;x,,,, -zemene_mesafint_desc;The 'Age of Princes', where the rulers of Ethiopia must struggle to unite the nation under a single Emperor.;;;;;;;;;;;;x,,, -irish_integration_desc;Now that the Irish are equal subjects under British law, steps may be taken to integrate them more fully into overall British culture.;;;;;;;;;;;;;x,,, -irish_integration;Irish Integration;;;;;;;;;;;;;x,,,, -irish_oppression;Irish Destitution;;;;;;;;;;;;;x,,,, -irish_oppression_desc;The system of absentee landownership has left Ireland a model of inefficiency, and left the Irish continually struggling and rebelling against British rule for centuries.;;;;;;;;;;;;;x,,, -land_of_opportunity;Land of Opportunity;;;;;;;;;;;;;x,,,, -land_of_opportunity_desc;By the late 19th century our industry, banking system and the free movement of population established with our neighbors caused a boom of migrant workers that come to work in our industry and in our banks, eventually settling in Switzerland.;;;;;;;;;;;;;;;;;;;;;;;;x,,, -swiss_banking;Swiss Banking;;;;;;;;;;;;;;;;;;;;;;;;x,,, -swiss_banking_desc;The Swiss run an efficient and internationally recognized banking system. The rich from all over the world come to Switzerland for their banking needs.;;;;;;;;;;;;;;;;;;;;;;;;x,,, -anynomous_investor_business;Anonymous Investor Business;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -anynomous_investor_business_desc;This style of business culture meant that the owners treated the business as an investment. Ownership was not about producing and selling things. Instead the only reason for being the owner was to see the business ratios rise. This practice was professional, but lacked commitment and was intensely risk-aversive.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;x;;;; -boer_republic;Boer Republic;;;;;;;;;;;;x,,,, -boer_republic_desc;We have established a new nation, dominated by the Voortrekkers and carved from the territory of African natives. This is a new opportunity for us to live outside of British rule, now and forever.;;;;;;;;;;;;x,, -integration_refusal;No Integration;;;;;;;;;;;;;x,,,, -integration_refusal_desc;The province is not being integrated into the rest of the country, and being allowed to maintain its separate identity.;;;;;;;;;;;;;x,,, -core_integration;Core Integration;;;;;;;;;;;;;x,,,, -core_integration_desc;The province is being integrated into the rest of the country, a slow process that may cause problems here.;;;;;;;;;;;;;x,,, -national_assimilation_complete;National Assimilation Complete;;;;;;;;;;;;;x,,,, -national_assimilation;National Assimilation;;;;;;;;;;;;;x,,,, -national_assimilation_desc;This province is undergoing assimilation to remove the claims that other countries have upon it.;;;;;;;;;;;;;x,,,, -national_assimilation_rejection;Assimilation Rejection;;;;;;;;;;;;;x,,,, -national_assimilation_rejection_desc;The minorities in this province have rejected the policies of national assimilation.;;;;;;;;;;;;;x,,,, -national_assimilation_acceptance;Assimilation Acceptance;;;;;;;;;;;;;x,,,, -national_assimilation_acceptance_desc;The minorities in this province have accepted the policies of national assimilation.;;;;;;;;;;;;;x,,,, -christian_repression;Christian Repression;;;;;;;;;;;;;x,,,, -christian_repression_desc;Taiping missionaries are being actively repressed in this province.;;;;;;;;;;;;;x,,,, -anti_manchu_sentiment;Anti-Manchu Sentiment;;;;;;;;;;;;;x,,,, -anti_manchu_sentiment_desc;There is a great deal of bitterness against the Qing Dynasty's rulers in this province.;;;;;;;;;;;;;x,,,, -louis_napoleon_iii;Louis-Napoléon Bonaparte;;;;;;;;;;;;;x,,,, -louis_napoleon_iii_desc;Nephew and heir of Napoleon I, he is a man of the people and carries with him a legacy that makes him seemingly invincible-- even if, at times, his decisions are reckless and of questionable military value.;;;;;;;;;;;;;x, -begin_disunited_states;Disunited States;;;;;;;;;;;;;x,,,, -begin_disunited_states_desc;With the transition of the United States away from democracy, the Sons of Liberty have arisen in an effort fight what they call tyranny. It will take time for this resistance to calm, and until it does there shall be much talk of secession and even open revolt.;;;;;;;;;;;;;x,, -election_cooldown;Ongoing Elections;;;;;;;;;;;;;x,,,, -desc_election_cooldown;Our voters are currently debating and discussing all important issues.;;;;;;;;;;;;;x,,,, -violent_elections;Violent Elections;;;;;;;;;;;;;x,,,, -desc_violent_elections;The current elections turned out have a quite violent undertone in the ongoing campaigns.;;;;;;;;;;;;;x,,,, -social_reform_movement;Social Reform Movement;;;;;;;;;;;;;x,,,, -desc_social_reform_movement;Socialists and communists have initiated a countrywide agenda for better living conditions.;;;;;;;;;;;;;x,,,, -wartime_elections;War-time Elections;;;;;;;;;;;;x,,,, -wartime_elections_desc;The elections are taking place in a time of war, an event which has taken center stage in the debates.;;;;;;;;;;;;x,,, -loss_of_support;Loss of Support;;;;;;;;;;;;x,,,, -loss_of_support_desc;The ruling party has lost support in this area.;;;;;;;;;;;;x,,,, -support_the_government;Government Support;;;;;;;;;;;;x,,,, -support_the_government_desc;The ruling party has extra support in this area.;;;;;;;;;;;;x,,,, -nothing_stops_progress;Nothing Stops Progress;;;;;;;;;;;;x,,,, -nothing_stops_progress_desc;We are arresting the reactionary agitators and proceeding with reforms as planned.;;;;;;;;;;;;x,,,, -slow_down_progress;Reform Restrictions;;;;;;;;;;;;x,,,, -slow_down_progress_desc;Perhaps it is best if we apply brakes to the rate of reforms. We must allow our people to catch up!;;;;;;;;;;;;x,,,, -ruling_party_scandal;National Scandal;;;;;;;;;;;;;x,,,, -ruling_party_scandal_desc;A recent scandal has rocked the government and eroded support for the ruling party.;;;;;;;;;;;;;x,,,, -party_scandal_evidence;Major National Scandal;;;;;;;;;;;;;x,,,, -party_scandal_evidence_desc;Evidence has come to light which has only worsened the national scandal, putting the government at dire risk if it should come to an election.;;;;;;;;;;;;;x,,, -line_of_advantage;Line of Advantage;;;;;;;;;;;;;x,,,, -line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest and glory.;;;;;;;;;;;;;x -no_line_of_advantage;Path of Progress;;;;;;;;;;;;;x,,,, -no_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;;x, -border_incident;Recent Border Incident;;;;;;;;;;;;;x,,,, -border_incident_desc;We have recently had a border incident, stirring up trouble with a Great Power.;;;;;;;;;;;;;x,,, -the_british_raj;The Indian Raj;;;;;;;;;;;;x,,,, -the_british_raj_desc;Greatest of the jewels in our nation's crown is the Indian Raj.;;;;;;;;;;;;x,,,, -dutch_east_india;East India Company;;;;;;;;;;;;x,,,, -dutch_east_india_desc;Greatest of the jewels in our nation's crown is the East Indies colony.;;;;;;;;;;;;x,,,, -vassal_nation;Vassal Nation;;;;;;;;;;;;x,,,, -vassal_nation_desc;As a vassal nation to a foreign power, we will always be seen as a lesser country in the eyes of the rest of the world.;;;;;;;;;;;;x,,, -coup_risk;Coup D'etat Risk;;;;;;;;;;;;;x,,,, -coup_risk_desc;There is dissension within the nation's military, one that is leading to a breakdown of order not only within the ranks but within the country itself. Some fear the army will rise up and take over the government.;;;;;;;;;;;;;x,,, -military_strife;Military Strife;;;;;;;;;;;;;x,,,, -military_strife_desc;We are battling with our own army to prevent them from taking over the government. Purges are not infrequent, and the chances of soldiers defecting to join rebel causes raises with every passing day.;;;;;;;;;;;;;x,,, -vangaurd_party;Vanguard Party;;;;;;;;;;;;x,,,, -mixed_economy_desc;Mixed economy is an economic system in which both the state and private sector direct the economy, reflecting characteristics of both market economies and planned economies. Most mixed economies can be described as market economies with strong regulatory oversight, and many mixed economies feature a variety of government-run enterprises and governmental provision of public goods.;;;;;;;;;;;;x,, -the_dark_continent;The Dark Continent;;;;;;;;;;;;x,,,, -the_dark_continent_desc;A common name for Africa prior to its exploration, 'the Dark Continent' referred to the deep interior where few men had ever seen much less knew anything about. These deep jungles and desolate wastes were a no-man's-land, populated primarily by natives who had little contact with civilization. With the increase of exploration brought on by colonialism, suddenly the ability to colonize the areas previously denied to us has become possible.;;;;;;;;;;;;x, -fight_the_power;Government Resistance;;;;;;;;;;;;;x,,,, -fight_the_power_desc;There is rising dissension against the government, both among the people and within the military. We will have difficulty keeping order until this passes.;;;;;;;;;;;;;x,,, -national_confusion;National Confusion;;;;;;;;;;;;x,,,, -national_confusion_desc;There has been a great deal of change in our country. It will take some time to sort things out, before business as usual can resume.;;;;;;;;;;;;x,,, -neutrality_modifier;Political Neutrality;;;;;;;;;;;;;x,,,, -neutrality_modifier_desc;Our country deliberately takes no sides. We do not go to war, even against those the world universally reviles, and thus expect that no one shall go to war against us. This means we will likely never achieve recognition as a 'mover and shaker', but it also protects us. We shall not abandon our principles for the sake of power and influence.;;;;;;;;;;;;;x, -apache_raiders;Apache Raiders;;;;;;;;;;;;;x,,,, -irish_potato_blight;Potato Blight;Le mildiou de la pomme de terre;Kartoffelfäule;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,, -irish_potato_blight_desc;Famine spreads as crops lie, dead and rotting, in our fields.;La famine s'étend tandis que les cultures pourrissent dans nos champs.;Hunger breitet sich aus, weil die Ernte tot und verfaulend auf unseren Feldern liegt.;;;;;;;;;;;;x;;;;;;;;;;;;;;, -irish_republicans;Irish Republicans;;;;;;;;;;;;x,,,, -irish_republicans_desc;Down with the monarchy! An Irish Free State is the only solution!;;;;;;;;;;;;x,,,, -irish_unionists;Irish Unionists;;;;;;;;;;;;x,,,, -irish_unionists_desc;Ireland is a part of the United Kingdom, now and forever more! We will not turn our back on the monarchy!;;;;;;;;;;;;x,,, -power_vacuum;Power Vacuum;;;;;;;;;;;;x,,,, -power_vacuum_desc;The government is in a state of transition as it struggles to find its new leader… or fall in the process.;;;;;;;;;;;;x,,,, -chinese_substate;Qing Oppression;;;;;;;;;;;;x,,,, -chinese_substate_desc;The oppression by the Qing Emperor has left our nation in disarray.;;;;;;;;;;;;x,,,, -treaties_of_velasco;Treaties of Velasco;;;;;;;;;;;;x,,,, -treaties_of_velasco_desc;The treaties may be worth less than the paper they're printed on, but they supposedly offer us a guarantee of independence from Mexico. We shall see if they last.;;;;;;;;;;;;x,,, -recent_crisis;Recent Crisis;;;;;;;;;;;;x,,,, -recent_crisis_desc;We have been the instigators in a recent crisis. Until memories fade, the world will likely tend to overlook any further demands we make for our territories.;;;;;;;;;;;;x,,, -switched_production;Switched Production;;;;;;;;;;;;;x,,,, -switched_production_desc;The province has just switched its major production, and locals are still acclimatizing to the change.;;;;;;;;;;;;;x,,, -new_production;New Plantation;;;;;;;;;;;;x,,,, -new_production_desc;A new plantation has been started in this province, moving production over to cash crops rather than than the traditional farming which has been done here by the natives.;;;;;;;;;;;;x,,, -emergency_tax_measures1;Emergency Measures;;;;;;;;;;;;x,,,, -emergency_tax_measures1_desc;Our financial situation has forced us to adopt draconian, and very unpopular, tax measures.;;;;;;;;;;;;x,, -emergency_tax_measures2;Extreme Measures;;;;;;;;;;;;x,,,, -emergency_tax_measures2_desc;Our financial situation has forced us to adopt draconian, and very unpopular, tax measures.;;;;;;;;;;;;x,, -boxer_presence;Boxer Presence;;;;;;;;;;;;x,,,, -boxer_presence_desc;The Righteous Harmony Society is present in this province, disrupting regular trade as they act against foreign influence.;;;;;;;;;;;;x,,, -boxer_agitation;Boxer Agitation;;;;;;;;;;;;x,,,, -boxer_agitation_desc;Our efforts to suppress the Boxers in this province has angered them, turning these nationalists against our government.;;;;;;;;;;;;x,,, -international_pariah;International Pariah;Paria International;Internationales Ausgestossen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,, -international_pariah_desc;We are a pariah in the international community for our aggressive policies.;;;;;;;;;;;;;x,,,, -great_war;Total War;Guerre Totale;Größer Krieg;;;;;;;;;;;;x;;;;;;;;;;;;;;,,,, -great_war_desc;We are in a state of total war with our enemies. We must rise up as one, or risk the destruction of our entire way of life.;;;;;;;;;;;;;x,,, -great_war2;The Demands of War;Les Demandes de la Guerre;Die Nachfragen des Krieges;;;;;;;;;;;x,,,, -great_war2_desc;Massive shortages are causing our people's enthusiasm for war to dim.;;;;;;;;;;;;;x,,,, -great_war3;Is It All For Nothing?;Est-il Tout Pour Rien?;Ist Alles Für Nichts?;;;;;;;;;;;x,,,, -great_war3_desc;If we do not end the war soon, things will go very badly for us.;;;;;;;;;;;;;x,,, -gateway_to_harbor;Gateway to a New Land;;;;;;;;;;;;;x,,,, -gateway_to_harbor_desc;Many immigrants from around the world will pass through our great harbor, and a great number of them will remain in the city.;;;;;;;;;;;;;x,,, -recent_crisis;Recent Crisis;;;;;;;;;;;;x,,,,,,,,,,,,, -recent_crisis_desc;We have been the instigators in a recent crisis. Until memories fade, the world will likely tend to overlook any further demands we make for our territories.;;;;;;;;;;;;x,,,,,,,,,,,, -rebel_cell_discovered;Rebel Cell Discovered;;;;;;;;;;;;x,,,,,,,,,,,,, -rebel_cell_discovered_desc;With one rebel cell uncovered, it's only a matter of time before we discover the rest and stamp them out!;;;;;;;;;;;;x,,,,,,,,,,,, -fukoku_kyohei;Fukoku Kyohei;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -may_day;May Day;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -may_day_desc;Our nation celebrates socialism. Let the greedy capitalists of the land shake in their boots!;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -militant_trade_union;Militant Trade Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -dissatisfied_workers;Dissatisfied Workers;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -militant_trade_union;Militant Trade Union;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -worker_revolt;Worker Revolt;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +state_of_emergency_modifier;State of Emergency;;;;;;;;;;;;; +state_of_emergency_modifier_desc;State of Emergency or State of Exception means that the government can suspend and/or change some functions of the executive, the legislative and/or the judiciary during this period of time. It alerts citizens to change their normal behavior and orders government agencies to implement emergency plans. A government can declare a state of emergency during a time of natural or human-made disaster, during a period of civil unrest, or following a declaration of war or situation of international/internal armed conflict.;;;;;;;;;;;;; +ANY_ALL;Any province;;;;;;;;;;;;; +HAS_NOT_GOODS;produces ;;;;;;;;;;;;; +IS_IN_REGION; is in the region ;Est dans la région;Ist in der Region ;;Está en la región;;;;;;;;; +TRIGMOD_HEADER;The $MONARCHTITLE$ reports that;$head_of_government$ rapporte que;$head_of_government$ berichtet, dass;Kiedy modyfikator zwi¹zany z okreœlonym wydarzeniem wp³ywa na twoje pañstwo (np. c³o narzucone przez pañstwo trzecie);$head_of_government$ informa de;Quando subisci l'influenza di un modificatore condizionato (ad es. il Pedaggio sullo Stretto);Mikor valami esemény módosulása van rád hatással (korábbi hang-vám);Když jste subjektem trojnásobného modifikátoru;;;;;; +TRIGMODLOST_HEADER;The $MONARCHTITLE$ reports that;$head_of_government$ rapporte que;$head_of_government$ berichtet, dass;Kiedy modyfikator zwi¹zany z okreœlonym wydarzeniem przestaje oddzia³ywaæ na twoje pañstwo (np. c³o narzucone przez pañstwo trzecie);$head_of_government$ informa de;Quando l'effetto di un modificatore condizionato (ad es. il Pedaggio sullo Stretto) cessa;Mikor egy módosítást okozó esemény befejezõdik (korábbi hang-vám);Když jste subjektem trojnásobného modifikátoru.;;;;;; +TRIGGER_CIV_PROGRESS_LESS;Civilization progress: §Y50§W%;;;;;;;;;;;;; +had_liberal_revolution;Liberal Revolution has ended;;;;;;;;;;;;; +oriental_crisis_support_OE;Supports the Ottomans;;;;;;;;;;;;; +oriental_crisis_support_Egypt;Supports the Egyptians;;;;;;;;;;;;; +MAJORITY_IS_NOT;Majority of the population is not ;;;;;;;;;;;;; +crimean_surrender;the Ottomans have surrendered;;;;;;;;;;;;; +colonial_chaos;Colonial Chaos;;;;;;;;;;;;; +colonial_chaos_desc;Our colony is in chaos, and we are in danger of losing it utterly if order is not restored soon!;;;;;;;;;;;;; +loss_of_control;Loss of Control;;;;;;;;;;;;; +loss_of_control_desc;We have lost control over the colony.;;;;;;;;;;;;; +nationalist_agitation;Nationalist Agitation;;;;;;;;;;;;; +nationalist_agitation_desc;Nationalists are active in the province, stirring up trouble with random acts of violence. If left unchecked, they may rise in rebellion against us.;;;;;;;;;;;;; +patriot_uprising;Patriot Uprising;;;;;;;;;;;;; +patriot_uprising_desc;Foreign patriots have taken control of the province.;;;;;;;;;;;;; +the_ikhwan;The Ikhwan;;;;;;;;;;;;; +the_ikhwan_desc;An alliance has been made with the Bedouin Wahhabists. Islam shall remain pure in our nation, in exchange for their military support.;;;;;;;;;;;;; +mandate;Mandate of Heaven;;;;;;;;;;;;; +holy_city;The Holy City;;;;;;;;;;;;; +holy_city_desc;Mecca is the center of all Islam. To hold it is to stand above all others, and prove to them that the fate of all Islam lies in our hands.;;;;;;;;;;;;; +self_strengthening_movement;Self-Strengthening Movement;;;;;;;;;;;;; +drive_to_reunify;Reunification Drive;;;;;;;;;;;;; +drive_to_reunify_desc;We must reunite the country, at any cost!;;;;;;;;;;;;; +taiping_draft;Emergency Draft;;;;;;;;;;;;; +the_female_shortage;The Female Shortage;;;;;;;;;;;;; +the_female_shortage_desc;A populational deficit means that there are more men than women in China, slowing down population growth and upsetting the mass of single males that will never form a family.;;;;;;;;;;;;; +christian_pamphlets;Christian Pamphlets;;;;;;;;;;;;; +chinese_floods;Chinese Floods;;;;;;;;;;;;; +small_country_draft;Emergency Draft;;;;;;;;;;;;; +small_country_draft_desc;We must recruit all able-bodied men to fight!;;;;;;;;;;;;; +daimyo_draft;Emergency Draft;;;;;;;;;;;;; +daimyo_draft_desc;We must recruit all able-bodied men to fight!;;;;;;;;;;;;; +sons_of_liberty;Sons of Liberty;;;;;;;;;;;;; +sons_of_liberty_desc;A militia of pro-democracy liberals, determined to either see the United States returned to its democratic tradition or secede their state from the union.;;;;;;;;;;;;; +peasant_revolt;Open Revolt;;;;;;;;;;;;; +peasant_revolt_desc;There is increased agitation within the province, including riots and random violence which the local government has had difficulty putting down.;;;;;;;;;;;;; +shastar_vidya;Shastar Vidiya;;;;;;;;;;;;; +shastar_vidya_desc;The renowned Sikh fighting style, it is a martial art involving sword play ...and has made the Sikhs into fearsome combatants.;;;;;;;;;;;;; +force_publique;Force Publique;;;;;;;;;;;;; +force_publique_title;Form the Force Publique;;;;;;;;;;;;; +force_publique_desc;The Force Publique was the official armed force of the Belgian-controlled Congo Free State. Though ostensibly formed to combat Arab Slavers, the soldiers were often used to enforce economic quotas with brutal punishment.;;;;;;;;;;;;; +rcmp;R.C.M.P.;;;;;;;;;;;;; +rcmp_desc;The Royal Canadian Mounted Police was formed to patrol the newly-acquired North-West Territories, eventually uniting with the Dominion Police to keep order throughout all Canadian provinces.;;;;;;;;;;;;; +kalmar_union;Kalmar Union;;;;;;;;;;;;; +kalmar_union_desc;We have agreed in principle to a closer bond with the other Scandinavian nations.;;;;;;;;;;;;; +leader_of_kalmar;Leader of the Kalmar Union;;;;;;;;;;;;; +leader_of_kalmar_desc;We are the leader of the movement to unite the Scandinavian people under a single flag.;;;;;;;;;;;;; +customs_union;Customs Union;;;;;;;;;;;;; +customs_union_desc;We are a member of a customs union, designed to reduce the barriers in trade between the member nations.;;;;;;;;;;;;; +national_instability;National Instability;;;;;;;;;;;;; +national_instability_desc;The country is in a state of turmoil, and is in danger of rebellions.;;;;;;;;;;;;; +home_of_the_mormons;Home of the Mormons;;;;;;;;;;;;; +home_of_the_mormons_desc;the Mormons believe in polygamy, the taking of many wives, and encourage their followers to have large families.;;;;;;;;;;;;; +gateway_to_america;Gateway to America;;;;;;;;;;;;; +gateway_to_america_desc;Many immigrants from Europe will pass through the gates of Ellis Island, and a great number of them will remain in New York City.;;;;;;;;;;;;; +carlist_sympathies;Carlist Sympathies;;;;;;;;;;;;; +carlist_sympathies_desc;A Carlist cell is at work in the province, and is quickly gaining sympathy for the rebels that wish to topple the Spanish government.;;;;;;;;;;;;; +christino_sympathies;Christino Sympathies;;;;;;;;;;;;; +christino_sympathies_desc;A Christino cell is at work in the province, and is quickly gaining sympathy for the rebels that wish to topple the Spanish government.;;;;;;;;;;;;; +war_torn;War Torn;;;;;;;;;;;;; +war_torn_desc;This province has been devastated by the rebellion.;;;;;;;;;;;;; +boxer_rebellion;Boxer Rebellion;;;;;;;;;;;;; +boxer_rebellion_desc;The province is currently held by the Boxer rebels, and is in great disarray.;;;;;;;;;;;;; +new_country;Newly-Established Country;;;;;;;;;;;;; +new_country_desc;This country has just been established, and its citizens are willing to work harder to keep it running… for the time being.;;;;;;;;;;;;; +jewish_diaspora;Jewish Diaspora;;;;;;;;;;;;; +jewish_diaspora_desc;The Jewish community is organizing in reaction to the creation of Israel.;;;;;;;;;;;;; +declaration_of_the_rights_of_man;Declaration of the Rights of Man;;;;;;;;;;;;; +declaration_of_the_rights_of_man_desc;The Declaration of the Rights of Man and of the Citizen, a fundamental document of the French Revolution, defined the individual and collective rights of all the estates of the realm as universal.;;;;;;;;;;;;; +caste_privileges;Caste Privilege;;;;;;;;;;;;; +caste_privileges_desc;An early goal of British Imperialists in India was to create a class of local elites in their own image. They were successful, forming a new caste of wealthy Indians who rose to prominence within the colony.;;;;;;;;;;;;; +sati_abolished;Abolishment of Sati;;;;;;;;;;;;; +sati_abolished_desc;The abolishment of Sati funeral practices, where a recent widow immolated herself on her husband's grave, was incredibly unpopular in some parts of India.;;;;;;;;;;;;; +pig_fat_cartridges;Pig Fat Cartridges;;;;;;;;;;;;; +pig_fat_cartridges_desc;The issuing of gunpowder cartridges which were believed to be greased with pig fat was considered an incredible insult by Sepoy soldiers, and further evidence of the growing cultural rift between Indians and colonial powers.;;;;;;;;;;;;; +carlism;Carlism;;;;;;;;;;;;; +carlism_desc;Carlism is a traditionalist and legitimist political movement in Spain seeking the establishment of a separate line of the Bourbon family on the Spanish throne. This line descended from Infante Carlos, Count of Molina, and was founded due to dispute over the succession laws and widespread dissatisfaction with the Alfonsine line of the House of Bourbon.;;;;;;;;;;;;; +spirit_of_freedom;The Spirit of Freedom;;;;;;;;;;;;; +spirit_of_freedom_desc;For some cultures, the notion of democracy and individual freedom is rooted in their very psyche.;;;;;;;;;;;;; +national_identity;National Identity;;;;;;;;;;;;; +national_identity_desc;The concept of nationhood began taking hold in the late 19th century, as people began to identify more with the country they lived in rather than a particular region. Nationalism quickly gave rise to rebels who sought independence from foreign rule, or to rejoin their homeland.;;;;;;;;;;;;; +anti_jacobin_movement;Anti-Jacobin;;;;;;;;;;;;; +anti_jacobin_movement_desc;A reaction to the Jacobins and the struggle for democracy, reactionary elements in countries became very entrenched against democracy as a concept-- calling it 'inherently flawed' and misguided, as well as a source of chaos, rather than holding the possibility of anything useful or good.;;;;;;;;;;;;; +sharia_law;Sharia Law;;;;;;;;;;;;; +sharia_law_desc;Sharia is the strict moral code and religious law of Islam, considered the infallible law of God-- interpreted by Islamic judges who have responsibilities to religious leaders.;;;;;;;;;;;;; +ottoman_oppression;Christian Oppression;;;;;;;;;;;;; +ottoman_oppression_desc;A number of Ottoman policies regarding Christians within the Empire, such as the Jizya tax and restrictions on work and movement, set the stage for issues in the Balkans for years to come. These policies were not revoked until the Tanzimat Reforms which began in 1839.;;;;;;;;;;;;; +ottomanism_reform;Imperial Reform Edict;;;;;;;;;;;;; +ottomanism_reform_desc;The Hatt-i Hümayun has established religious equality among the Empire's minorities, and gone a long way towards assuaging some of the concerns of nationalists within our borders.;;;;;;;;;;;;; +great_statesman;Great Statesman;;;;;;;;;;;;; +great_statesman_desc;Our leader is an able speaker and a fine statesman, respected by other world leaders.;;;;;;;;;;;;; +begin_revolution;Revolutionary State;;;;;;;;;;;;; +begin_revolution_desc;Our country is a fledgling state, founded in the midst of chaos and rebellion. But the people are willing to fight!;;;;;;;;;;;;; +zemene_mesafint;Zemene Mesafint;;;;;;;;;;;;; +zemene_mesafint_desc;The 'Age of Princes', where the rulers of Ethiopia must struggle to unite the nation under a single Emperor.;;;;;;;;;;;;; +irish_integration;Irish Integration;;;;;;;;;;;;; +irish_oppression;Irish Destitution;;;;;;;;;;;;; +irish_oppression_desc;The system of absentee landownership has left Ireland a model of inefficiency, and left the Irish continually struggling and rebelling against British rule for centuries.;;;;;;;;;;;;; +land_of_opportunity;Land of Opportunity;;;;;;;;;;;;; +land_of_opportunity_desc;By the late 19th century our industry, banking system and the free movement of population established with our neighbors caused a boom of migrant workers that come to work in our industry and in our banks, eventually settling in Switzerland.;;;;;;;;;;;;; +swiss_banking;Swiss Banking;;;;;;;;;;;;; +swiss_banking_desc;The Swiss run an efficient and internationally recognized banking system. The rich from all over the world come to Switzerland for their banking needs.;;;;;;;;;;;;; +anynomous_investor_business;Anonymous Investor Business;;;;;;;;;;;;; +anynomous_investor_business_desc;This style of business culture meant that the owners treated the business as an investment. Ownership was not about producing and selling things. Instead the only reason for being the owner was to see the business ratios rise. This practice was professional, but lacked commitment and was intensely risk-aversive.;;;;;;;;;;;;; +boer_republic;Boer Republic;;;;;;;;;;;;; +integration_refusal;No Integration;;;;;;;;;;;;; +integration_refusal_desc;The province is not being integrated into the rest of the country, and being allowed to maintain its separate identity.;;;;;;;;;;;;; +core_integration;Core Integration;;;;;;;;;;;;; +core_integration_desc;The province is being integrated into the rest of the country, a slow process that may cause problems here.;;;;;;;;;;;;; +national_assimilation_complete;National Assimilation Complete;;;;;;;;;;;;; +national_assimilation;National Assimilation;;;;;;;;;;;;; +national_assimilation_desc;This province is undergoing assimilation to remove the claims that other countries have upon it.;;;;;;;;;;;;; +national_assimilation_rejection;Assimilation Rejection;;;;;;;;;;;;; +national_assimilation_rejection_desc;The minorities in this province have rejected the policies of national assimilation.;;;;;;;;;;;;; +national_assimilation_acceptance;Assimilation Acceptance;;;;;;;;;;;;; +national_assimilation_acceptance_desc;The minorities in this province have accepted the policies of national assimilation.;;;;;;;;;;;;; +christian_repression;Christian Repression;;;;;;;;;;;;; +christian_repression_desc;Taiping missionaries are being actively repressed in this province.;;;;;;;;;;;;; +anti_manchu_sentiment;Anti-Manchu Sentiment;;;;;;;;;;;;; +anti_manchu_sentiment_desc;There is a great deal of bitterness against the Qing Dynasty's rulers in this province.;;;;;;;;;;;;; +louis_napoleon_iii;Louis-Napoléon Bonaparte;;;;;;;;;;;;; +louis_napoleon_iii_desc;Nephew and heir of Napoleon I, he is a man of the people and carries with him a legacy that makes him seemingly invincible-- even if, at times, his decisions are reckless and of questionable military value.;;;;;;;;;;;;; +begin_disunited_states;Disunited States;;;;;;;;;;;;; +begin_disunited_states_desc;With the transition of the United States away from democracy, the Sons of Liberty have arisen in an effort fight what they call tyranny. It will take time for this resistance to calm, and until it does there shall be much talk of secession and even open revolt.;;;;;;;;;;;;; +election_cooldown;Ongoing Elections;;;;;;;;;;;;; +desc_election_cooldown;Our voters are currently debating and discussing all important issues.;;;;;;;;;;;;; +violent_elections;Violent Elections;;;;;;;;;;;;; +desc_violent_elections;The current elections turned out have a quite violent undertone in the ongoing campaigns.;;;;;;;;;;;;; +social_reform_movement;Social Reform Movement;;;;;;;;;;;;; +desc_social_reform_movement;Socialists and communists have initiated a countrywide agenda for better living conditions.;;;;;;;;;;;;; +wartime_elections;War-time Elections;;;;;;;;;;;;; +wartime_elections_desc;The elections are taking place in a time of war, an event which has taken center stage in the debates.;;;;;;;;;;;;; +loss_of_support;Loss of Support;;;;;;;;;;;;; +loss_of_support_desc;The ruling party has lost support in this area.;;;;;;;;;;;;; +support_the_government;Government Support;;;;;;;;;;;;; +support_the_government_desc;The ruling party has extra support in this area.;;;;;;;;;;;;; +nothing_stops_progress;Nothing Stops Progress;;;;;;;;;;;;; +nothing_stops_progress_desc;We are arresting the reactionary agitators and proceeding with reforms as planned.;;;;;;;;;;;;; +slow_down_progress;Reform Restrictions;;;;;;;;;;;;; +slow_down_progress_desc;Perhaps it is best if we apply brakes to the rate of reforms. We must allow our people to catch up!;;;;;;;;;;;;; +ruling_party_scandal;National Scandal;;;;;;;;;;;;; +ruling_party_scandal_desc;A recent scandal has rocked the government and eroded support for the ruling party.;;;;;;;;;;;;; +party_scandal_evidence;Major National Scandal;;;;;;;;;;;;; +party_scandal_evidence_desc;Evidence has come to light which has only worsened the national scandal, putting the government at dire risk if it should come to an election.;;;;;;;;;;;;; +line_of_advantage;Line of Advantage;;;;;;;;;;;;; +line_of_advantage_desc;The concept of riekisen, or the 'line of advantage', means that we must extend Japanese influence beyond our national borders in order to ensure our security. This means turning all of the Japanese military, and indeed our people, to the notion of foreign conquest and glory.;;;;;;;;;;;;; +no_line_of_advantage;Path of Progress;;;;;;;;;;;;; +no_line_of_advantage_desc;Instead of focusing on military might and conquest, Japanese security must be provided by devotion to technological progress and reform. We must match the Western powers, and quickly, or they will surely take advantage and find Japan sorely unprepared.;;;;;;;;;;;;; +border_incident;Recent Border Incident;;;;;;;;;;;;; +border_incident_desc;We have recently had a border incident, stirring up trouble with a Great Power.;;;;;;;;;;;;; +the_british_raj;The Indian Raj;;;;;;;;;;;;; +the_british_raj_desc;Greatest of the jewels in our nation's crown is the Indian Raj.;;;;;;;;;;;;; +dutch_east_india;East India Company;;;;;;;;;;;;; +dutch_east_india_desc;Greatest of the jewels in our nation's crown is the East Indies colony.;;;;;;;;;;;;; +vassal_nation;Vassal Nation;;;;;;;;;;;;; +vassal_nation_desc;As a vassal nation to a foreign power, we will always be seen as a lesser country in the eyes of the rest of the world.;;;;;;;;;;;;; +coup_risk;Coup D'etat Risk;;;;;;;;;;;;; +coup_risk_desc;There is dissension within the nation's military, one that is leading to a breakdown of order not only within the ranks but within the country itself. Some fear the army will rise up and take over the government.;;;;;;;;;;;;; +military_strife;Military Strife;;;;;;;;;;;;; +military_strife_desc;We are battling with our own army to prevent them from taking over the government. Purges are not infrequent, and the chances of soldiers defecting to join rebel causes raises with every passing day.;;;;;;;;;;;;; +vangaurd_party;Vanguard Party;;;;;;;;;;;;; +mixed_economy_desc;Mixed economy is an economic system in which both the state and private sector direct the economy, reflecting characteristics of both market economies and planned economies. Most mixed economies can be described as market economies with strong regulatory oversight, and many mixed economies feature a variety of government-run enterprises and governmental provision of public goods.;;;;;;;;;;;;; +the_dark_continent;The Dark Continent;;;;;;;;;;;;; +the_dark_continent_desc;A common name for Africa prior to its exploration, 'the Dark Continent' referred to the deep interior where few men had ever seen much less knew anything about. These deep jungles and desolate wastes were a no-man's-land, populated primarily by natives who had little contact with civilization. With the increase of exploration brought on by colonialism, suddenly the ability to colonize the areas previously denied to us has become possible.;;;;;;;;;;;;; +fight_the_power;Government Resistance;;;;;;;;;;;;; +fight_the_power_desc;There is rising dissension against the government, both among the people and within the military. We will have difficulty keeping order until this passes.;;;;;;;;;;;;; +national_confusion;National Confusion;;;;;;;;;;;;; +national_confusion_desc;There has been a great deal of change in our country. It will take some time to sort things out, before business as usual can resume.;;;;;;;;;;;;; +neutrality_modifier;Political Neutrality;;;;;;;;;;;;; +neutrality_modifier_desc;Our country deliberately takes no sides. We do not go to war, even against those the world universally reviles, and thus expect that no one shall go to war against us. This means we will likely never achieve recognition as a 'mover and shaker', but it also protects us. We shall not abandon our principles for the sake of power and influence.;;;;;;;;;;;;; +apache_raiders;Apache Raiders;;;;;;;;;;;;; +irish_potato_blight;Potato Blight;Le mildiou de la pomme de terre;Kartoffelfäule;;;;;;;;;;; +irish_potato_blight_desc;Famine spreads as crops lie, dead and rotting, in our fields.;La famine s'étend tandis que les cultures pourrissent dans nos champs.;Hunger breitet sich aus, weil die Ernte tot und verfaulend auf unseren Feldern liegt.;;;;;;;;;;; +irish_republicans;Irish Republicans;;;;;;;;;;;;; +irish_republicans_desc;Down with the monarchy! An Irish Free State is the only solution!;;;;;;;;;;;;; +irish_unionists;Irish Unionists;;;;;;;;;;;;; +irish_unionists_desc;Ireland is a part of the United Kingdom, now and forever more! We will not turn our back on the monarchy!;;;;;;;;;;;;; +power_vacuum;Power Vacuum;;;;;;;;;;;;; +power_vacuum_desc;The government is in a state of transition as it struggles to find its new leader… or fall in the process.;;;;;;;;;;;;; +chinese_substate;Qing Oppression;;;;;;;;;;;;; +chinese_substate_desc;The oppression by the Qing Emperor has left our nation in disarray.;;;;;;;;;;;;; +treaties_of_velasco;Treaties of Velasco;;;;;;;;;;;;; +treaties_of_velasco_desc;The treaties may be worth less than the paper they're printed on, but they supposedly offer us a guarantee of independence from Mexico. We shall see if they last.;;;;;;;;;;;;; +recent_crisis;Recent Crisis;;;;;;;;;;;;; +recent_crisis_desc;We have been the instigators in a recent crisis. Until memories fade, the world will likely tend to overlook any further demands we make for our territories.;;;;;;;;;;;;; +switched_production;Switched Production;;;;;;;;;;;;; +switched_production_desc;The province has just switched its major production, and locals are still acclimatizing to the change.;;;;;;;;;;;;; +new_production;New Plantation;;;;;;;;;;;;; +new_production_desc;A new plantation has been started in this province, moving production over to cash crops rather than than the traditional farming which has been done here by the natives.;;;;;;;;;;;;; +emergency_tax_measures1;Emergency Measures;;;;;;;;;;;;; +emergency_tax_measures1_desc;Our financial situation has forced us to adopt draconian, and very unpopular, tax measures.;;;;;;;;;;;;; +emergency_tax_measures2;Extreme Measures;;;;;;;;;;;;; +emergency_tax_measures2_desc;Our financial situation has forced us to adopt draconian, and very unpopular, tax measures.;;;;;;;;;;;;; +boxer_presence;Boxer Presence;;;;;;;;;;;;; +boxer_presence_desc;The Righteous Harmony Society is present in this province, disrupting regular trade as they act against foreign influence.;;;;;;;;;;;;; +boxer_agitation;Boxer Agitation;;;;;;;;;;;;; +boxer_agitation_desc;Our efforts to suppress the Boxers in this province has angered them, turning these nationalists against our government.;;;;;;;;;;;;; +international_pariah;International Pariah;Paria International;Internationales Ausgestossen;;;;;;;;;;; +international_pariah_desc;We are a pariah in the international community for our aggressive policies.;;;;;;;;;;;;; +great_war;Total War;Guerre Totale;Größer Krieg;;;;;;;;;;; +great_war_desc;We are in a state of total war with our enemies. We must rise up as one, or risk the destruction of our entire way of life.;;;;;;;;;;;;; +great_war2;The Demands of War;Les Demandes de la Guerre;Die Nachfragen des Krieges;;;;;;;;;;; +great_war2_desc;Massive shortages are causing our people's enthusiasm for war to dim.;;;;;;;;;;;;; +great_war3;Is It All For Nothing?;Est-il Tout Pour Rien?;Ist Alles Für Nichts?;;;;;;;;;;; +great_war3_desc;If we do not end the war soon, things will go very badly for us.;;;;;;;;;;;;; +gateway_to_harbor;Gateway to a New Land;;;;;;;;;;;;; +gateway_to_harbor_desc;Many immigrants from around the world will pass through our great harbor, and a great number of them will remain in the city.;;;;;;;;;;;;; +rebel_cell_discovered;Rebel Cell Discovered;;;;;;;;;;;;; +rebel_cell_discovered_desc;With one rebel cell uncovered, it's only a matter of time before we discover the rest and stamp them out!;;;;;;;;;;;;; +fukoku_kyohei;Fukoku Kyohei;;;;;;;;;;;;; +may_day;May Day;;;;;;;;;;;;; +may_day_desc;Our nation celebrates socialism. Let the greedy capitalists of the land shake in their boots!;;;;;;;;;;;;; +militant_trade_union;Militant Trade Union;;;;;;;;;;;;; +dissatisfied_workers;Dissatisfied Workers;;;;;;;;;;;;; +worker_revolt;Worker Revolt;;;;;;;;;;;;; diff --git a/HPM/localisation/02_NNM_news.csv b/HPM/localisation/02_NNM_news.csv index c1aa0860..e46e91f0 100644 --- a/HPM/localisation/02_NNM_news.csv +++ b/HPM/localisation/02_NNM_news.csv @@ -1,663 +1,77 @@ -;;;;;;;;;;;;;x,,,,,,,, -EVTDESC10221_NEWS_LONG;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, rich or poor, as well as secret ballots and a fair distribution of constituencies. Many in the $COUNTRY_ADJ$ government suggest that such public gatherings should be made illegal, and that at best the British government should make empty promises to these rabble-rousers. Others fear that refusing their demands will lead to the monarchy being toppled by rebellion.;;;;;;;;;;;;x,,,, -EVTDESC10221_NEWS_MEDIUM;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately -- giving equal votes to all men, as well as secret ballots and a fair distribution of constituencies.;;;;;;;;;;;;x,,,,,, -EVTDESC10221_NEWS_SHORT;$COUNTRY$: A massive demonstration by the Chartists has taken place in Kennington Common, with liberals demanding that the People's Charter be implemented immediately.;;;;;;;;;;;;x,,,,,,, -EVTDESC10225_NEWS_LONG;The Hungarian Diet has grown increasingly independent of Austrian rule in recent years. Field Marshall Count Franz Philipp von Lamberg was sent to Hungary to take personal control over their armies, but was attacked upon his arrival. In response, the Austrian government ordered the Hungarian Diet dissolved and the Ban of Croatia installed in Lamberg's place. The Hungarians have refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,, -EVTDESC10225_NEWS_MEDIUM;The Hungarian Diet has grown increasingly independent of Austrian rule. Field Marshall Count von Lamberg was sent to Hungary to take control over their armies. The Hungarians refused to obey, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC10225_NEWS_SHORT;The Hungarians refused to obey and order from the $COUNTRY_ADJ$ government to surrender control of their armies, and thus $COUNTRY$ now faces civil war to maintain the integrity of the empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC10228_NEWS_LONG;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late. Including provisions that permitted the direct election of the lower house as well as numerous freedoms the Dutch do not already enjoy might pacify the liberals, they say, and thus prevent $COUNTRY$ from the unpleasant prospect of $CAPITAL$ being overtaken by rebels.;;;;;;;;;;;;x,,,,, -EVTDESC10228_NEWS_MEDIUM;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution with more liberal concessions before it's too late.;;;;;;;;;;;;x,,,,,,, -EVTDESC10228_NEWS_SHORT;$COUNTRY$: With the entire nation ready to overthrow the monarchy, ministers have approached the $COUNTRY_ADJ$ King with advice on reforming the constitution before it's too late.;;;;;;;;;;;;x,,,,,,, -EVTDESC10229_NEWS_LONG;With the $COUNTRY_ADJ$ people seemingly ready to break down the government’s doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving it to them. Some moderate reforms, allowing the masses their vote but retaining ultimate power for the $COUNTRY_ADJ$ aristocracy and the Kaiser, should please them enough to dispel this rabble... or so he appears to assume.;;;;;;;;;;;;x,,,, -EVTDESC10229_NEWS_MEDIUM;With the $COUNTRY_ADJ$ people seemingly ready to break down the government’s doors, demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;x,,,,,, -EVTDESC10229_NEWS_SHORT;With the $COUNTRY_ADJ$ people demanding constitutional reform, the $COUNTRY_ADJ$ Kaiser has pondered the wisdom in perhaps giving them at least some moderate freedoms to appease them.;;;;;;;;;;;;x,,,,,,, -EVTDESC10400_NEWS_LONG;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. In what was widely regarded as an accident, a French guardsman fired his musket on the citizens and set off a massacre. The resulting conflagration swept the city, with crowds chanting 'Long live the Reform!' and 'Down with the King!'. Despite assurances that everything is under control, the king has abdicated and fled the country… leaving a provisional government to step in and declare the Second Republic.;;;;;;;;;;;;x,,,, -EVTDESC10400_NEWS_MEDIUM;The unrest in France hit its height recently, with crowds streaming through the streets of Paris and erecting barricades. Despite assurances that everything is under control, the king abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;x,,,,,, -EVTDESC10400_NEWS_SHORT;After months of unrest sweeping through Paris, the King of France abdicated and fled the country… leaving a provisional government to declare the Second Republic.;;;;;;;;;;;;x,,,,,,, -EVTDESC10405_NEWS_MEDIUM;Unable to force the Upper House to repeal its prohibition against presidential re-election and facing removal from power, the popular Louis-Napoleon has overthrown the French government. He has been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,, -EVTDESC10405_NEWS_SHORT;The popular Louis-Napoleon has overthrown the French government and been christened Napoléon III, regaining his uncle's throne as the Emperor of France.;;;;;;;;;;;;x,,,,,,, -EVTDESC10410_NEWS_LONG;The popularity of Louis-Napoleon has waned. Where once it was expected that his ascension would return France to the greatness it experienced during the reign of his uncle, instead France sees itself being eclipsed by its neighbours. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;x,,,,, -EVTDESC10410_NEWS_MEDIUM;The popularity of Louis-Napoleon has waned. The Emperor has cultivated many enemies among the liberals in Paris, and now they have chosen their moment to strike. Napoleon has been deposed, and the only question remains as to what form France shall now take.;;;;;;;;;;;;x,,,,,, -EVTDESC10410_NEWS_SHORT;Emperor Napoleon III of France has been deposed by his enemies in Paris, and the only question remains as to what form the French government shall now take.;;;;;;;;;;;;x,,,,,,, -EVTDESC10411_NEWS_MEDIUM;Louis-Napoleon has grown ill in recent months, slowly surrendering more and more ground to the Upper House. Thus his death comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;x,,,,, -EVTDESC10411_NEWS_SHORT;The death of Napoleon III comes with no surprise to many. Mourned by the entire nation, and by his beloved Empress Eugénie, the question now turns to who will follow him.;;;;;;;;;;;;x,,,,,, -EVTNAME13021_NEWS_TITLE;$COUNTRY_ADJ$ Missionaries Executed;;;;;;;;;;;;x,,,,,,,, -EVTDESC13021_NEWS_LONG;A number of $COUNTRY_ADJ$ missionaries have been summarily executed in $FROMCOUNTRY$, without trial-- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and though $FROMCOUNTRY$ has made it very clear that all outsiders are unwelcome in their nation the $COUNTRY_ADJ$ public is understandably still enraged. Many believe that war is necessary, while others believe the potential for war with $FROMCOUNTRY$ simply isn't worth it-- the missionaries new the risks, after all.;;;;;;;;;;;;x,,,, -EVTDESC13021_NEWS_MEDIUM;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$ -- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners. The missionaries were peaceful, and the $COUNTRY_ADJ$ public is understandably enraged.;;;;;;;;;;;;x,,,,,,, -EVTDESC13021_NEWS_SHORT;A number of $COUNTRY_ADJ$ missionaries have been executed in $FROMCOUNTRY$ -- part of a $FROMCOUNTRY_ADJ$ action to round up all unwanted foreigners.;;;;;;;;;;;;x,,,,,,,, -EVTNAME13201_NEWS_TITLE;$COUNTRY_ADJ$ Mission Under Siege!;;;;;;;;;;;;x,,,,,,,, -EVTDESC13201_NEWS_LONG;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown the $COUNTRY_ADJ$ ambassador out of $FROMCOUNTRY$, claiming that the $COUNTRY_ADJ$ barbarians behave unacceptably and in contrary to $FROMCOUNTRY_ADJ$ traditions. This affair is developing into an enormous loss of international face, one which many in the $COUNTRY_ADJ$ government believe can only be avoided through a formal declaration of war against $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,, -EVTDESC13201_NEWS_MEDIUM;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador, claiming that the foreign barbarians behave unacceptably and in contrary to their traditions.;;;;;;;;;;;;x,,,,,, -EVTDESC13201_NEWS_SHORT;After years of resistance against $COUNTRY_ADJ$ influence in their country, the $FROMCOUNTRY_ADJ$ ruling elites have thrown out the $COUNTRY_ADJ$ ambassador.;;;;;;;;;;;;x,,,,,,, -EVTNAME16001_NEWS_TITLE;The American Slavery Debate;;;;;;;;;;;;x,,,,,,,, -EVTDESC16001_NEWS_LONG;The one issue that the Founding Fathers of $COUNTRY$ were never able to answer conclusively was the question concerning the status of slavery within the union. This inflamed debate has only gained traction in the years since the revolution, and it is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel that there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated into emancipation by the central power in Washington.;;;;;;;;;;;;x,,,,,, -EVTDESC16001_NEWS_MEDIUM;This debate on slavery is presently the singular most important issue on $COUNTRY$'s political agenda. Some radical southerners feel there is no possible compromise to be found on the issue, and that secession is the only alternative to being dominated by the central government.;;;;;;;;;;;;x,,,,,,, -EVTDESC16001_NEWS_SHORT;This debate on slavery is the singular most important $COUNTRY_ADJ$ political issue, with some radical southerners feeling the only alternative to being dominated by the government is secession.;;;;;;;;;;;;x,,,,,,, -EVTDESC16010_NEWS_LONG;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. Supposedly, Brown had planned to use the arsenal's weapons to arm slaves and incite an open slave rebellion across the entire south. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue, and in some slave-states there is now even talk of secession from the Union.;;;;;;;;;;;;x -EVTDESC16010_NEWS_MEDIUM;$COUNTRY$: The famed hero of the abolitionist movement, the late John Brown, was hanged in Charles Town, Virginia, today after a failed raid on a military armory. The raid, and John Brown's death, have furthered escalated southern tension over the slavery issue.;;;;;;;;;;;;x,, -EVTDESC16010_NEWS_SHORT;$COUNTRY$: John Brown was hanged in Charles Town, Virginia, today after a failed raid on a military armory, further escalating southern tension over the slavery issue.;;;;;;;;;;;;x,,,,, -EVTDESC16020_NEWS_LONG;$COUNTRY$: Dred Scott, born a slave in Virginia, has, with the help of abolitionist legal advisers, sued his 'owner', claiming that his present residency in a free state requires his emancipation. The United States Supreme Court has not yet ruled on the case—but seems inclined to rule that the property of slave-owners are protected regardless of where in the Union the slave resides. The case has caused enormous alarm among northern abolitionists, who see it as the first step to a full extension of the institution of slavery to the whole Union.;;;;;;;;;;;;x,, -EVTDESC16020_NEWS_MEDIUM;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused enormous alarm among northern abolitionists, who see it as the first step to a full extension of the institution of slavery to the whole Union.;;;;;;;;;;;;x,,,,,, -EVTDESC16020_NEWS_SHORT;$COUNTRY$: A slave has sued his 'owner', claiming that his residency in a free state requires his emancipation. The case has caused enormous alarm among northern abolitionists.;;;;;;;;;;;;x,,,,,,, -EVTDESC16401_NEWS_MEDIUM;The $COUNTRY_ADJ$ government has recieved a petition from $FROMCOUNTRY$, requesting statehood in the United States of Central America. A constitution has been submitted, along with maps defining the state's territorial boundaries.;;;;;;;;;;;;x,,,,,, -EVTDESC16401_NEWS_SHORT;The $COUNTRY_ADJ$ government has recieved a petition from $FROMCOUNTRY$, requesting statehood in the United States of Central America.;;;;;;;;;;;;x,,,,,,, -EVTDESC16500_NEWS_LONG;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, citing what they see as an unreasonable balance of power currently controlled by southern interests. This has led to demands for a second constitutional convention and a change to a more proportional system of government based on population-- a demand adamantly opposed by the south, and not universally supported even in the north.;;;;;;;;;;;;x,,,,,, -EVTDESC16500_NEWS_MEDIUM;$COUNTRY$: Delegates from the northern states are growing increasingly impatient with the deadlock in the American senate on the issue of slavery, and have demanded a second constitutional convention and a change to a more proportional system of government based on population.;;;;;;;;;;;;x,,,,,,, -EVTDESC16500_NEWS_SHORT;$COUNTRY$: Frustrated northern delegates have demanded a second constitutional convention and a change to a more proportional system of government based on population rather than by state.;;;;;;;;;;;;x,,,,,,,, -EVTDESC16510_NEWS_LONG;A convention of northern delegates in $COUNTRY$ have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and is considering whether a peaceful resolution through negotiation is even possible. The so-called Free American government, however, is calling on patriots to rebel against a government held hostage to southern aristocrats and hidebound thinking—and this means war.;;;;;;;;;;;;x,,,, -EVTDESC16510_NEWS_MEDIUM;A convention of northern delegates have convened in Philadelphia to announce the formation of a new union: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has decreed this an act of traitors, and declared war.;;;;;;;;;;;;x,,,,,, -EVTDESC16510_NEWS_SHORT;A new union has been created: the Free States of America, free of slavery and dedicated to true freedom for all men. The 'true' American government has declared this an act of traitors.;;;;;;;;;;;;x,,,,,,, -EVTDESC19200_NEWS_LONG;‘His Majesty the King thereupon refused to receive the Ambassador again and had the latter informed by the Adjutant of the day that His Majesty had no further communication to make to the Ambassador.’ This reads the dispatch to the French government, resulting in a diplomatic incident between France and $FROMCOUNTRY$-- a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems, Hesse-Nassau, Prussia. Rumors claim that the dispatch might have been purposely engineered by German officials to provoke a war.;;;;;;;;;;;;x,,, -EVTDESC19200_NEWS_MEDIUM;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems. Rumors claim this might have been purposely engineered to provoke a war.;;;;;;;;;;;;x,,,,,, -EVTDESC19200_NEWS_SHORT;A diplomatic conflict has erupted between France and Germany following a perceived snubbing of the French ambassador, by the Prussian King, at the Monarch's vacation resort at Bad Ems.;;;;;;;;;;;;x,,,,,, -EVTDESC19300_NEWS_LONG;The people of France have presented to the American people a spectacular gift. An enormous copper statue, 151 ft. tall, depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The design has been carried out by one Frederic Auguste Bartholdi, and a place has been set aside for the statue on an island in the New York harbor. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;x,, -EVTDESC19300_NEWS_MEDIUM;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, representing and named 'Liberty Enlightening The World'. The statue will henceforth be known, simply, as 'The Statue of Liberty'.;;;;;;;;;;;;x,,,,, -EVTDESC19300_NEWS_SHORT;The people of France have presented to the American people a spectacular gift. An enormous copper statue depicting a woman carrying a torch, known as ‘the Statue of Liberty’.;;;;;;;;;;;;x,,,,,,, -EVTDESC19370_NEWS_LONG;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power, though some are clearly questioning whether there is anything to be done. $COUNTRY$ did not submit willingly, after all, and if a rebellion breaks them free of $FROMCOUNTRY_ADJ$ control would $FROMCOUNTRY$ not simply invade once again?;;;;;;;;;;;;x,,,, -EVTDESC19370_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government. Already the $COUNTRY_ADJ$ people are up in arms over this imposition by a foreign power.;;;;;;;;;;;;x,,,,,,, -EVTDESC19370_NEWS_SHORT;$FROMCOUNTRY_ADJ$ soldiers marched into $CAPITAL$ today, accompanying the new $FROMCOUNTRY_ADJ$ governor who will be overseeing the operation of the $COUNTRY_ADJ$ puppet government.;;;;;;;;;;;;x,,,,,,, -EVTDESC20002_NEWS_LONG;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage. The $COUNTRY_ADJ$ army stood by, waiting for the orders to attack the crowds, but some in $COUNTRY$ are considering whether it might be better to accede to the public’s demands.;;;;;;;;;;;;x,,,,, -EVTDESC20002_NEWS_MEDIUM;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage.;;;;;;;;;;;;x,,,,,,, -EVTDESC20002_NEWS_SHORT;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage.;;;;;;;;;;;;x,,,,,,, -EVTNAME20006_NEWS_TITLE;$COUNTRY_ADJ$ Dictator Assassinated!;;;;;;;;;;;;x,,,,,,,, -EVTDESC20006_NEWS_LONG;Today is a grim day for $COUNTRY$. The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radical liberals. The country has been thrown into mourning, though even now there is word that factions are maneuvering to either find a successor to take the president's place… or overthrow the $COUNTRY_ADJ$ dictatorship once and for all.;;;;;;;;;;;;x,,,,,, -EVTDESC20006_NEWS_MEDIUM;Today is a grim day for $COUNTRY$. The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radicals. The country has been thrown into mourning, though even now factions are maneuvering to find a successor to take the president's place.;;;;;;;;;;;;x,,,,,, -EVTDESC20006_NEWS_SHORT;The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radicals. Even now factions are maneuvering to find a successor to take the president's place.;;;;;;;;;;;;x,,,,,,, -EVTNAME31510_NEWS_TITLE;A Greater $COUNTRY_ADJ$ Destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31510_NEWS_LONG;$COUNTRY$ has always walked a path slightly apart from those of its fellow Germans, and a 'German Unification' has never caught that much attention in $COUNTRY$ as it has in other German states. Lately however, powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance would oblige it to form a 'Greater Germany' under a single flag. But there are still doubts on whether to embark upon this path. Also, should the non-German peoples be released to scatter the worldwide fears of a coming super-state? Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,, -EVTDESC31510_NEWS_MEDIUM;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a 'Greater Germany'. But there are still doubts on wether to embark upon this path. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31510_NEWS_SHORT;Powerful voices in $CAPITAL$ are arguing that $COUNTRY$'s dominance in German territories would oblige it to form a unified 'Greater Germany'. Does $COUNTRY$ really have a greater destiny?;;;;;;;;;;;;x,,,,,,,, -EVTDESC31518_NEWS_LONG;In recent days there has been much talk among $COUNTRY_ADJ$ politicians of a possible unification with $FROMCOUNTRY$ into a 'Greater Germany'. This talk now has been finally shot down by the $FROMCOUNTRY_ADJ$ government, which stated that $FROMCOUNTRY$'s path is separate from $COUNTRY$'s. While the $COUNTRY_ADJ$ government hasn’t formally responded yet there seem to be doubts in $CAPITAL$ about the next steps in this matter. Laying claims to the German-speaking parts of $FROMCOUNTRY$ remains an option but might likely lead to a war.;;;;;;;;;;;;x,,,,,,, -EVTDESC31518_NEWS_MEDIUM;Talks of a possible unification between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have been finally shot down as the $FROMCOUNTRY_ADJ$ government stated that their path is separate from $COUNTRY$'s. The $COUNTRY_ADJ$ government hasn’t formally responded yet.;;;;;;;;;;;;x,,,,,,,, -EVTDESC31518_NEWS_SHORT;Unification-talks between $COUNTRY$ and $FROMCOUNTRY$ into a 'Greater Germany' have ended as the $FROMCOUNTRY_ADJ$ government stated 'our path is separate from $COUNTRY$'s'.;;;;;;;;;;;;x,,,,,,,, -EVTNAME31520_NEWS_TITLE;The 'Greater Germany' Deal;;;;;;;;;;;;;x,,,,,,,, -EVTDESC31520_NEWS_LONG;The $COUNTRY_ADJ$ government has met with the $FROMCOUNTRY_ADJ$ government today to finally ratify the forming charta of 'Greater Germany' and thus ending $COUNTRY$‘s independent path apart from the other German states. They do so with the full intent of incorporating their German-speaking territories, but releasing those belonging to other cultures. While such a 'Greater Germany' will undoubtedly become a natural super-power in the coming future, the world's great powers have already objected this unification by sending formal letters of protest.;;;;;;;;;;;;;x,,,,,, -EVTDESC31520_NEWS_MEDIUM;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to finally ratify the forming charta of 'Greater Germany', incorporating their German-speaking territories and releasing those belonging to other cultures. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31520_NEWS_SHORT;The $COUNTRY_ADJ$ and $FROMCOUNTRY_ADJ$ government have met today to ratify the forming charta of 'Greater Germany'. The world's great powers have sent formal letters of protest.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC31521_NEWS_LONG;'Bella gerant alii, tu felix Austria nube'. $COUNTRY$ has now filed for divorce, leaving behind its long-lasting growth through heritage. With the former capital Vienna gone and the remaining controlled regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams. As the $COUNTRY_ADJ$ government was unwilling to maintain the country’s cohesion und thus to hold the last regions together whole portions of the former Empire have either declared their outright independence or their intention to reunite with their homelands.;;;;;;;;;;;;;x,,,,, -EVTDESC31521_NEWS_MEDIUM;With the former capital Vienna gone and the remaining regions of the once glorious Empire in disarray, $COUNTRY$ has finally split apart at the seams. Whole portions of the former Empire have either declared their independence or their intention to reunite with their homelands.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31521_NEWS_SHORT;$COUNTRY$ is no more! With the former capital Vienna gone and the remaining regions of the once glorious Empire in utter disarray, the nation has finally split apart at the seams.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31531_NEWS_LONG;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending $FROMCOUNTRY$‘s independent path. Powerful voices in both states have argued that $COUNTRY$'s dominance would already demand a unification under a single flag. While a unified nation would undoubtedly be a power unheard-of in the world, there are certain voices who do express caution: the world's great powers will likely object to such a union. Is 'Greater Germany' really worth a 'Greater War'?;;;;;;;;;;;;;x,,,,,, -EVTDESC31531_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has met with the $COUNTRY_ADJ$ government today, expressing their desire to unite into a 'Greater Germany' and thus ending its independent path. Certain voices express caution as the world's great powers would likely object to such a union.;;;;;;;;;;;;;x,,,,,,, -EVTDESC31531_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ and $COUNTRY_ADJ$ government have met today, expressing their desire to unite into a 'Greater Germany'. The great powers would likely object to such a union.;;;;;;;;;;;;;x,,,,,,, -EVTNAME32511_NEWS_TITLE;The Alaskan Purchase;;;;;;;;;;;;x,,,,,,,, -EVTDESC32511_NEWS_LONG;Distant Alaska has become a burden to the Russian government, and so recently they began quietly approaching powers around the Pacific Rim in the interest of selling it. They found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control for an undisclosed sum. Already the $COUNTRY_ADJ$ governor has arrived in Sitka to begin the new administration.;;;;;;;;;;;;x,,,,,, -EVTDESC32511_NEWS_MEDIUM;Distant Alaska has become a burden to the Russian government—now they have found a buyer in $COUNTRY$, and a deal has been concluded where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,, -EVTDESC32511_NEWS_SHORT;A deal has been concluded between Russia and $COUNTRY$ where the entirety of Russian America is to be transferred to $COUNTRY_ADJ$ control.;;;;;;;;;;;;x,,,,,,,, -EVTDESC36711_NEWS_LONG;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC36711_NEWS_MEDIUM;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London. The treaty guarantees Belgium`s independence in exchange for some territorial concessions and the vassalization of Luxembourg to the Dutch crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC36711_NEWS_SHORT;With the aid of British mediation, Belgium and the Netherlands have signed the Treaty of London, guaranteeing Belgium`s independence in exchange for some territorial concessions.;;;;;;;;;;;;x,,,,,, -EVTDESC36716_NEWS_LONG;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The European powers have pushed for peace and conciliation-- they wish to see that Belgium keeps what it has and be satisfied with its independence-- though the Belgian government is said to be considering territorial demands. Doing so will almost certainly anger the powers of Europe.;;;;;;;;;;;;x,,,,,,, -EVTDESC36716_NEWS_MEDIUM;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch government has little choice but to accept any terms they dictate. The Belgian government is said to be considering territorial demands.;;;;;;;;;;;;x,,,,,,, -EVTDESC36716_NEWS_SHORT;Belgian forces have consolidated their control over Amsterdam and proven their superiority in the war, and thus the Dutch have little choice but to accept any terms they dictate.;;;;;;;;;;;;x,,,,,,, -EVTNAME36955_NEWS_TITLE;The Burmese Conflict;;;;;;;;;;;;x,,,,,,,, -EVTDESC36955_NEWS_LONG;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances. While many are calling this Commodore an 'irrational jingoist', the British cannot let this matter drop without losing a great deal of prestige—they will be forced to follow through with a war against a country that has been, up until now, a staunch British ally.;;;;;;;;;;;;x,,, -EVTDESC36955_NEWS_MEDIUM;A British Commodore who was recently dispatched to Burma to negotiate several matters regarding the Treaty of Yandabo, signed in 1826 after the First Anglo-Burmese War, has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;x,,,,,, -EVTDESC36955_NEWS_SHORT;A British Commodore who was recently dispatched to Burma to negotiate several matters has initiated a naval confrontation with the Burmese under questionable circumstances.;;;;;;;;;;;;x,,,,,,,, -EVTNAME36961_NEWS_TITLE;The Gold Coast Treaty;;;;;;;;;;;;x,,,,,,,, -EVTDESC36961_NEWS_LONG;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$, resulting in an exchange of sorts-- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$... effectively surrendering their presence in the Ashanti Gold Coast region.;;;;;;;;;;;;x,,,,,, -EVTDESC36961_NEWS_MEDIUM;The Gold Coast Treaty was recently signed between $COUNTRY$ and $FROMCOUNTRY$ -- $COUNTRY$ has agreed to relinquish influence in the uncivilized nations of Indonesia, while $FROMCOUNTRY$ has agreed to turn over the province of Sekondi to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC36961_NEWS_SHORT;$COUNTRY$ has agreed to relinquish influence in Indonesia, while $FROMCOUNTRY$ has agreed to turn over the Gold Coast province of Sekondi to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC36966_NEWS_LONG;$COUNTRY$ outlawed the slave trade many years ago, but it continues in many African nations-- the coastal city of Lagos in particular. Lagos has been a haven for slavers, providing unwilling natives to the trade on markets in defiance of all decent conventions. $COUNTRY$ recently sent ships in to liberate the natives of Lagos, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;x,,,, -EVTDESC36966_NEWS_MEDIUM;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment—much to the outrage of the native government, who feel this is but a first step in $COUNTRY_ADJ$ conquest.;;;;;;;;;;;;x,,,,,, -EVTDESC36966_NEWS_SHORT;$COUNTRY$ recently sent ships in to liberate the natives of Lagos from the slave trade, establishing a colony where they can receive civilized treatment.;;;;;;;;;;;;x,,,,,,, -EVTNAME37711_NEWS_TITLE;The Carlist War;;;;;;;;;;;;x,,,,,,,, -EVTDESC37711_NEWS_LONG;The death of Spain’s King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and establish a separate branch of the Bourbon family, as well as restore the Spanish Empire to its traditional glory-- something liberals say simply cannot be done.;;;;;;;;;;;;x,,,,,, -EVTDESC37711_NEWS_MEDIUM;The death of Spain’s King Ferdinand in 1833 and the ascension of young Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the King's brother, the Infante Carlos. He intends to depose Isabela and restore the Spanish Empire to glory.;;;;;;;;;;;;x,,,,,,, -EVTDESC37711_NEWS_SHORT;The death of Spain’s King Ferdinand in 1833 and the ascension of Isabela (only three years old at the time) to the throne recently sparked a revolt by supporters of the Infante Carlos.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37713_NEWS_LONG;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are rumored to be busy drumming up recruits and calling for the overthrow of the Spanish government. Rooting them out will not be an easy task.;;;;;;;;;;;;x,,,,,,, -EVTDESC37713_NEWS_MEDIUM;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a cell having been established. Supporters of the current pretender are calling for the overthrow of the Spanish government.;;;;;;;;;;;;x,,,,,,, -EVTDESC37713_NEWS_SHORT;It was thought that the supporters of the Infante Carlos and his descendants had been completely routed in Spain, yet once again there are reports of a rebel cell having been established.;;;;;;;;;;;;x,,,,,,, -EVTDESC37717_NEWS_LONG;The supporters of Spain’s former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne. The cell is reportedly well-hidden, and rooting them out will not be easy an easy task for the Spanish government.;;;;;;;;;;;;x,,,,,, -EVTDESC37717_NEWS_MEDIUM;The supporters of Spain’s former royal line still exist, and now there are reports of a rebel Christino cell having been established. They are gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;x,,,,,,, -EVTDESC37717_NEWS_SHORT;There are new reports from Spain of rebel Christinos gaining a great deal of support among Spanish liberals with their calls for an overthrow of the 'pretender' on the throne.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37720_NEWS_LONG;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. For the moment, Spain stands without a ruler, and the provisional government argues over what its next step should be. Some favor abandoning the monarchy altogether, but most feel a new king should be selected—either Isabella's heir, Prince Alfonso, the moderate Prince Leopold of Hohenzollern, or the liberal Prince Amadeo of Savoy.;;;;;;;;;;;;x, -EVTDESC37720_NEWS_MEDIUM;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain. Her chief minister and generals have deserted her, and Isabella was forced to flee into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;x,,,,,,, -EVTDESC37720_NEWS_SHORT;A mutiny by naval officers in Cadiz provided the spark for a widespread revolt against Queen Isabella of Spain, forcing her into exile. The provisional government argues over what its next step should be.;;;;;;;;;;;;x,,,,,,, -EVTDESC37725_NEWS_LONG;The Hohenzollern King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37725_NEWS_MEDIUM;King Leopold of Spain, controversial since his ascension to the throne and constantly balked in the royal courts, was shot dead in his carriage shortly after arriving in Madrid following a country outing. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37725_NEWS_SHORT;King Leopold of Spain, controversial since his ascension to the throne, was shot dead after arriving in Madrid. The country is left in chaos and once again without a monarch on the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_LONG;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts by monarchists advocating a return to the Bourbon line, has angrily declared Spain to be 'ungovernable' after the Hidalgo Affair forced him into conflict with the nation's military and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_MEDIUM;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne. The country is left in chaos and once again without a monarch.;;;;;;;;;;;;x,,,,,, -EVTDESC37730_NEWS_SHORT;King Amadeo of Spain, controversial since his ascension and constantly balked in the royal courts, angrily declared Spain to be 'ungovernable' and has abdicated the throne.;;;;;;;;;;;;x,,,,,, -EVTDESC37735_NEWS_MEDIUM;After a series of failed governments, many Spaniards have come to favor a return to the stability of Bourbon rule. In a coup, the Republican army has declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella II-- and named him King of Spain.;;;;;;;;;;;;x,,,,,, -EVTDESC37735_NEWS_SHORT;The Spanish Republican army has overthrown the government and declared its allegiance to Prince Alfonso-- son of the exiled Queen Isabella-- naming him King of Spain.;;;;;;;;;;;;x,,,,,,,, -EVTDESC37741_NEWS_LONG;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire. To many, this heralds the passing of $FROMCOUNTRY$ as a colonial power—and the ushering in of America as a new one.;;;;;;;;;;;;x,,,,,, -EVTDESC37741_NEWS_MEDIUM;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$ in exchange for a ceasefire.;;;;;;;;;;;;x,,,,,,, -EVTDESC37741_NEWS_SHORT;$COUNTRY$ and $FROMCOUNTRY$ have concluded a treaty in Paris, one that hands many $FROMCOUNTRY_ADJ$ holdings in the Pacific and the Caribbean over to $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC38505_NEWS_LONG;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The result of this struggle has brought in foreign mediation, with the resulting decree that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,, -EVTDESC38505_NEWS_MEDIUM;The death of Sa'id bin Sultan Al-Busaid of Oman has left him with two sons, each of which has claimed Oman as their own to rule. The resulting decree is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat, each ruled by one of Al-Basaid's sons.;;;;;;;;;;;;x,,,,,, -EVTDESC38505_NEWS_SHORT;The Sultan of Oman`s death has left him with two heirs claiming the throne. The result is that the nation will be split into two sultanates: one in Zanzibar and one in Muscat.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44122_NEWS_LONG;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,, -EVTDESC44122_NEWS_MEDIUM;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, resolving several long-standing border disputes between their nations. In particular, the treaty has clearly established the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,, -EVTDESC44122_NEWS_SHORT;$COUNTRY$ has concluded a treaty with $FROMCOUNTRY$, clearly establishing the border between Maine and the $FROMCOUNTRY_ADJ$ colony of New Brunswick.;;;;;;;;;;;;x,,,,,,, -EVTDESC44152_NEWS_LONG;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, the British have agreed to a compromise-- splitting the land between the countries at the 49th Parallel. Any British lands held by the United States will be turned over to them, and vice-versa. Though some Americans are upset at this ‘caving in’ to British interests, many others are breathing a sigh of relief that war has been averted.;;;;;;;;;;;;x,,,,, -EVTDESC44152_NEWS_MEDIUM;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel. While some Americans are upset by this ‘caving in’ to the British, most are relieved.;;;;;;;;;;;;x,,,,,, -EVTDESC44152_NEWS_SHORT;After a series of meetings between the American and British governments to settle the disputed claims in the Oregon Country, they have agreed to split the land at the 49th Parallel.;;;;;;;;;;;;x,,,,,,, -EVTDESC44153_NEWS_LONG;The talks between the American and the British governments over the disputed Oregon Country have broken down, primarily due to the continuing calls by war-mongering politicians. Neither of the options now before the Americans are very pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for eventual war with the British.;;;;;;;;;;;;x,,,,,, -EVTDESC44153_NEWS_MEDIUM;The talks between the American and the British governments over the disputed Oregon Country have broken down. Neither of the options now before the Americans are pleasant: either they abandon their claims to Oregon entirely, or they press ahead with the claims and brace for war.;;;;;;;;;;;;x,,,,,,, -EVTDESC44153_NEWS_SHORT;The talks between the American and the British governments over the disputed Oregon Country have broken down. Now the Americans must give up their claims or brace for war with the British.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44154_NEWS_LONG;As American and British settlers begin to move to the west coast of North America, there has been a growing dispute as to who owns the Oregon Country. The entire region has been explored by both countries and there are legitimate claims on either side. Recently the situation has been exacerbated by the Americans, who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war unless the British decide the colony is not worth the struggle and surrender their claims.;;;;;;;;;;;;x,,,,,, -EVTDESC44154_NEWS_MEDIUM;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, a situation recently exacerbated by the Americans who have pressed their claim all the way north to the 54th Parallel. It will almost certainly mean war.;;;;;;;;;;;;x,,,,,,, -EVTDESC44154_NEWS_SHORT;There has been a growing dispute between the British and the Americans as to who owns the Oregon Country, with the Americans recently pressing their claim all the way to the 54th Parallel.;;;;;;;;;;;;x,,,,,,, -EVTDESC44302_NEWS_LONG;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. Métis petitions for recognition of their land-holdings and institutions went unheeded. The Métis also became increasingly upset with the growing numbers of settlers from the east, invading their territories. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. Adopting the Revolutionary Bill of Rights, the Métis established their own government and independence from Canada.;;;;;;;;;;;;x,,,, -EVTDESC44302_NEWS_MEDIUM;Although the Canadian government promised to respect the rights of the Métis, it did not appear to do so. In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;x,,,,,, -EVTDESC44302_NEWS_SHORT;In early $YEAR$, the situation came to a head when the Métis once again took up arms in revolt. They established their own government and declared independence from Canada.;;;;;;;;;;;;x,,,,,,, -EVTNAME44305_NEWS_TITLE;Canadian Rebellions of $YEAR$;;;;;;;;;;;;x,,,,,,,, -EVTDESC44305_NEWS_LONG;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. They are frustrated by the lack of political reform, as well as the entrenched power held by the reactionary elites of the 'Family Compact', and agitators are demanding responsible government if not outright independence. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,, -EVTDESC44305_NEWS_MEDIUM;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government. The colonial government has moved to arrest the perpetrators as traitors to the crown.;;;;;;;;;;;;x,,,,,,, -EVTDESC44305_NEWS_SHORT;Perhaps inspired by the American Revolution, colonists in both the Lower Canada and Upper Canada colonies have risen up in rebellion against the British government.;;;;;;;;;;;;x,,,,,,, -EVTDESC44310_NEWS_LONG;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government. The British government would like to see their North American colonies be more self-reliant, so is considering whether it is in their best interests to allow this union.;;;;;;;;;;;;x,,,,,, -EVTDESC44310_NEWS_MEDIUM;A gathering of governors from the Maritime colonies in North America has also been attended by governors from Canada. According to reports, they are attempting to organize a larger confederation of the colonies with an eye towards eventual self-government.;;;;;;;;;;;;x,,,,,,, -EVTDESC44310_NEWS_SHORT;Governors from the Maritime and Canadian colonies in North America have gathered, attempting to organize a larger confederation with an eye towards eventual self-government.;;;;;;;;;;;;x,,,,,,, -EVTNAME44320_NEWS_TITLE;The Rupert's Land Act;;;;;;;;;;;;x,,,,,,,, -EVTDESC44320_NEWS_LONG;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land-- all North American colonial territory between British Columbia and Ontario-- offered to the Canadian dominion. Currently the land is administered by the Hudson's Bay Company, and thus the Canadian government would be required to purchase it. Should they choose to do so, it would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;x,,,,,, -EVTDESC44320_NEWS_MEDIUM;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land-- all North American colonial territory-- offered to the Canadian dominion. It would strengthen Canada greatly and relieve the overextended British colonial holdings.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44320_NEWS_SHORT;A bill has been passing through the British Parliament which would see the entirety of Rupert's Land-- all North American colonial territory-- offered to the Canadian dominion.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_LONG;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Canadian dreams of uniting the continent from the Atlantic to the Pacific have been dashed in one fell swoop. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_MEDIUM;A British act which would have seen Canada offered the rights to purchase all of Rupert's Land—British territory from Ontario all the way to Columbia--from the Hudson's Bay Company has been defeated. Citizens in $CAPITAL$ are outraged at this betrayal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44322_NEWS_SHORT;A British act which would have seen Canada offered the rights to purchase all British territory from Ontario to Columbia from the Hudson's Bay Company has been defeated.;;;;;;;;;;;;x,,,,,,,, -EVTNAME44355_NEWS_TITLE;The Canadian National Railway;;;;;;;;;;;;x,,,,,,,, -EVTDESC44355_NEWS_LONG;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages—crossing the Prairies and then the treacherous Rocky Mountains-- which will be considerably more difficult. This is, according to many," the only way that Canada will remain united as a country: ‘From sea to shining sea,’ as promised.;;;;;;;;;;;;x",,,, -EVTDESC44355_NEWS_MEDIUM;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic Coast, has been completed. Now work must begin on the next stages—crossing the Prairies and then the treacherous Rocky Mountains-- which will be considerably more difficult.;;;;;;;;;;;;x,,,,,, -EVTDESC44355_NEWS_SHORT;The first stage of the Canadian National Railway, linking Winnipeg to the Atlantic, has been completed. Now work must begin on the next stages, which will be considerably more difficult.;;;;;;;;;;;;x,,,,, -EVTNAME44807_NEWS_TITLE;The Treaties of Velasco;;;;;;;;;;;;x,,,,,,,, -EVTDESC44807_NEWS_LONG;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory-- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties which recognized Texan independence among other guarantees... all in exchange for his safe return. The question now falls to Mexico whether to honor the Treaties of Velasco, obtained under duress, or to refute them.;;;;;;;;;;;;x,,,, -EVTDESC44807_NEWS_MEDIUM;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory-- found wandering the countryside in an attempt to return to Mexico. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;x,,,,,, -EVTDESC44807_NEWS_SHORT;In a humiliating blow to Mexico's prestige, General Santa Anna was captured within Texan territory. While imprisoned, Santa Anna agreed to a series of treaties in exchange for his safe return.;;;;;;;;;;;;x,,,,,, -EVTDESC44826_NEWS_LONG;After a lengthy meeting in Mexico City, an agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that the claimed American territories—the entirety of New Mexico and California to the north, all the way to the Pacific coast—will be turned over to the United States. This is a clear and humiliating defeat for Mexico, and a sign that the United States is becoming a world power with which to be reckoned.;;;;;;;;;;;;x,,,,, -EVTDESC44826_NEWS_MEDIUM;An agreement between the Mexican and American governments has been worked out to end the war between them. The Treaty of Guadalupe Hidalgo states that Mexican frontier will be turned over to the United States-- a clear and humiliating defeat for Mexico.;;;;;;;;;;;;x,,,,,,,, -EVTDESC44826_NEWS_SHORT;An agreement between the Mexican and American governments has been worked out to end the war between them, stating the entire Mexican frontier will be turned over to the United States.;;;;;;;;;;;;x,,,,,,, -EVTDESC44830_NEWS_MEDIUM;Emperor Maximilian has never enjoyed popular support in Mexico, and now that insurgents led by Benito Juárez have captured him it seems his reign has come to an end. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;x,,,,,, -EVTDESC44830_NEWS_SHORT;Insurgents led by Benito Juárez have captured Emperor Maximilian of Mexico. Court-martialed and executed by a firing squad, the new republic was declared only days after his death.;;;;;;;;;;;;x,,,,,,, -EVTDESC44835_NEWS_MEDIUM;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup. Planned in secret with several military officers and announced in Oaxaca, it has installed Diaz as a military-backed dictator.;;;;;;;;;;;;x,,,,, -EVTDESC44835_NEWS_SHORT;Porfirio Díaz, General of Mexico and considered a hero by some, has overthrown the democratic government of Mexico in a military coup and been installed as a military-backed dictator.;;;;;;;;;;;;x,,,,,, -EVTNAME46610_NEWS_TITLE;Argentine Civil War Looms;;;;;;;;;;;;x,,,,,,,, -EVTDESC46610_NEWS_LONG;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded that it submit to liberal demands for a new constitution. There are hints that neighboring governments might support Urquiza, and that should he rise up in rebellion they will intervene on his behalf. President Rosas will have to determine whether he should submit or fight a civil war against Urquiza and possibly others.;;;;;;;;;;;;x,,,,, -EVTDESC46610_NEWS_MEDIUM;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution. There are hints that neighboring governments might intervene on Urquiza`s behalf if he rebels.;;;;;;;;;;;;x,,,,,, -EVTDESC46610_NEWS_SHORT;Argentina: General Justo José de Urquiza, the governor of Entre Rios, has turned against the Rosas government and demanded it submit to liberal demands for a new constitution.;;;;;;;;;;;;x,,,,,, -EVTDESC46611_NEWS_MEDIUM;With Rosas unable to defeat the Entre Rios rebellion, he has been forced to flee Argentina and General Urquiza has assumed temporary control of the government. Meeting with liberals in Santa Fe, they have drawn up a new constitution and created an Argentine Republic.;;;;;;;;;;;;x,,,,,, -EVTDESC46611_NEWS_SHORT;With Rosas unable to defeat the rebellion, he has been forced to flee Argentina. General Urquiza met with liberals in Santa Fe, drawing up a new constitution to create an Argentine Republic.;;;;;;;;;;;;x,,,,,, -EVTNAME60000_NEWS_TITLE;Communists Sieze Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60000_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced today that the communist party would be suspending voting rights and restricting reforms ‘to combat the current crisis’. While government ministers reassured many that the measures would be temporary, it appears obvious to outsiders that this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat. Many see this as having always been the goal of the ruling $COUNTRY_ADJ$ communist party: a peaceful overthrow of the current system and the installation of true communist principles.;;;;;;;;;;;;x,,,,,, -EVTDESC60000_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights ‘to combat the current crisis’. While giving reassurances that the measures are temporary, this is but the first step in the transformation of $COUNTRY$ into a dictatorship of the proletariat.;;;;;;;;;;;;x,,,,,, -EVTDESC60000_NEWS_SHORT;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of voting rights ‘to combat the current crisis’, transforming $COUNTRY$ into a communist dictatorship.;;;;;;;;;;;;x,,,,,, -EVTNAME60010_NEWS_TITLE;Military Coup in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60010_NEWS_LONG;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights ‘to combat the current crisis’. Many see this as a coup d’etat, an overthrow of the democratic government and installation of $COUNTRY$’s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct. For all intents and purposes, $COUNTRY_ADJ$ democracy is now a thing of the past.;;;;;;;;;;;;x,,,,, -EVTDESC60010_NEWS_MEDIUM;Speaking from government offices in $CAPITAL$, the $COUNTRY_ADJ$ leadership announced the suspension of many freedoms and voting rights ‘to combat the current crisis’. Many see this as an installation of $COUNTRY$’s reactionary president as dictator with the support of the $COUNTRY_ADJ$ military—and they would be correct.;;;;;;;;;;;;x,,,,,,, -EVTDESC60010_NEWS_SHORT;The $COUNTRY_ADJ$ leadership announced the suspension of freedoms ‘to combat the current crisis’. Many see this as an installation of $COUNTRY$’s reactionary president as sole ruler and dictator—and they would be correct.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60020_NEWS_TITLE;Anarcho-Liberals Sieze Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60020_NEWS_LONG;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship. It's only temporary, they say, a way to combat the current crisis… though many have doubts this is true, or that $COUNTRY$ will ever be restored to true democratic rule unless the radicals are someday overthrown.;;;;;;;;;;;;x,,, -EVTDESC60020_NEWS_MEDIUM;In the interests of protecting the principles of liberty from the crushing onslaught of democracy, plebeian aristocracy and mob rule, a committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a minimal government dictatorship.;;;;;;;;;;;;x,,,,,, -EVTDESC60020_NEWS_SHORT;A committee of concerned members of the ruling radical party have seized power in $COUNTRY$ and transformed the country into a government dictatorship. A temporary measure, they say, to combat the current crisis.;;;;;;;;;;;;x,,,,,, -EVTNAME60030_NEWS_TITLE;Fascists Sieze Power in $COUNTRY$!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60030_NEWS_LONG;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the fascist ruling party has transformed $COUNTRY$ from a democracy into a fascist dictatorship. Already the $COUNTRY_ADJ$ government has been reported clamping down on protests, black-shirted enforcers visible on every block in every major city. All this, according to the ruling party, will see $COUNTRY$ achieve the destiny it so richly deserves.;;;;;;;;;;;;x,,, -EVTDESC60030_NEWS_MEDIUM;Voting rights have been curtailed, the party system has gradually slipped under state control, and a bill on the expansion of the extraordinary powers of the state has successfully passed the house in $CAPITAL$. The signs are clear and plain: the ruling party has transformed $COUNTRY$ into a fascist dictatorship.;;;;;;;;;;;;x,,,,,, -EVTDESC60030_NEWS_SHORT;The signs are clear: with the recent expansion of the fascist party’s executive powers, $COUNTRY$ has been transformed from a democracy into a fascist dictatorship.;;;;;;;;;;;;x,,,,,,, -EVTDESC60050_NEWS_LONG;The $COUNTRY_ADJ$ dictatorship is not what it used to be. Increased pluralism, combined with extended political reforms, has led to the dictatorship more and more taking on the trappings of a democracy. While this doesn't necessarily mean that the ruling party has given up its reign on power, with the recent calling of elections this does mean that the opposition now has some chance of making its voice heard. $COUNTRY$ has become a democracy, and crowds have gathered in $CAPITAL$ to celebrate the idea that their rulers might soon be peacefully removed from power.;;;;;;;;;;;;x,,,, -EVTDESC60050_NEWS_MEDIUM;The $COUNTRY_ADJ$ dictatorship is not what it used to be. While the ruling party has not yet given up power, increased pluralism, combined with extended political reforms and the recent call for new elections, has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;x,,,,, -EVTDESC60050_NEWS_SHORT;While the $COUNTRY_ADJ$ ruling party has not yet given up power, the recent reforms and call for new elections has led to the dictatorship more and more taking on the trappings of a democracy.;;;;;;;;;;;;x,,,,,,, -EVTNAME60060_NEWS_TITLE;The $COUNTRY_ADJ$ Constitution;;;;;;;;;;;;x,,,,,,,, -EVTDESC60060_NEWS_LONG;The political reforms enacted in the past few years have led to a situation where the absolutism of the $COUNTRY_ADJ$ monarchy can now legitimately be called into question. No longer is the $COUNTRY_ADJ$ king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power. Some question the right of the monarch to override decisions by the newly-elected government, or even refuse to accept the results of an election entirely, but the fact that elections are being permitted at all is considered a sure sign of $COUNTRY$’s democratization.;;;;;;;;;;;;x,,,,, -EVTDESC60060_NEWS_MEDIUM;The reforms enacted in the past few years have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. No longer is the king free to dictate the course of the nation to his own musings, but instead has had to accept several constitutional hems and restrictions on his exercise of power.;;;;;;;;;;;;x,,,,,,, -EVTDESC60060_NEWS_SHORT;Political reforms have led to a situation where the $COUNTRY_ADJ$ monarchy no longer exerts absolute authority. The king has accepted several constitutional restrictions on his exercise of power.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60070_NEWS_TITLE;Democracy in $COUNTRY$;;;;;;;;;;;;x,,,,,,,, -EVTDESC60070_NEWS_LONG;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people. The $COUNTRY_ADJ$ monarch, now serving as a symbolic head-of-state, no longer has the power to personally control and determine the fate of the nation, but is instead forced to accept the mitigating influences of pluralism and limited democracy.;;;;;;;;;;;;x,,,,, -EVTDESC60070_NEWS_MEDIUM;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a democratically-ruled constitutional monarchy with a government responsible to the people.;;;;;;;;;;;;x,,,,,,,, -EVTDESC60070_NEWS_SHORT;The sweeping reforms to the $COUNTRY_ADJ$ party system which have been enacted during the past few years have transformed $COUNTRY$ from an absolute monarchy into a fully-democratic government responsible to the people.;;;;;;;;;;;;x,,,,,,,, -EVTNAME60080_NEWS_TITLE;$COUNTRY_ADJ$ Voting Rights Rescinded;;;;;;;;;;;;x,,,,,,,, -EVTDESC60080_NEWS_LONG;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. Where before the free exchange of opinion and ideas could be heard, from street corners and bus stops to bars and universities, now only the sounds of silence gives echo. The conclusion that is becoming ever more evident, is that the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,, -EVTDESC60080_NEWS_MEDIUM;Lately an eerie feeling has crept over citizens of $COUNTRY$ that their nation is growing oddly silent. The tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,,,,, -EVTDESC60080_NEWS_SHORT;According to recent reports, the tradition of $COUNTRY_ADJ$ democracy has been subverted. The ruling party has taken full control of $COUNTRY$ and transformed the nation into a dictatorship in all but name.;;;;;;;;;;;;x,,,,,,, -EVTNAME60160_NEWS_TITLE;$COUNTRY_ADJ$ Independence!;;;;;;;;;;;;x,,,,,,,, -EVTDESC60160_NEWS_LONG;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence from their former rulers. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. It is a heartfelt theme that speaks of better tomorrows, and while many privately wonder whether their independence can last in these uncertain times-- perhaps war might come to $COUNTRY$ to put an end to thoughts of freedom-- that is not on anyone’s mind today.;;;;;;;;;;;;x,,,,,, -EVTDESC60160_NEWS_MEDIUM;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ anthem. While many privately wonder whether their independence can last, that is not on anyone’s mind today.;;;;;;;;;;;;x,,,,,, -EVTDESC60160_NEWS_SHORT;Today crowds gathered in $CAPITAL$ to celebrate $COUNTRY_ADJ$ long-awaited independence. $COUNTRY_ADJ$ flags wave from every window and corner, and jubilant citizens sing the $COUNTRY_ADJ$ national anthem.;;;;;;;;;;;;x,,,,,,, -EVTDESC80110_NEWS_LONG;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier-- agreed upon almost two hundred years ago. The Russians expressed desire for a southern port upon the Sea of Japan, meaning all of Haishenwai would be turned over to them. This is surely a veiled threat by the Russians, capitalizing on $COUNTRY$`s perceived weakness… but the $COUNTRY_ADJ$ government knows that, if the Russians do not get what they want, it will mean war.;;;;;;;;;;;;x,,,, -EVTDESC80110_NEWS_MEDIUM;A diplomat from Russia arrived in $COUNTRY$ to demand a readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier. The Russians expressed desire for a southern port upon the Sea of Japan, a veiled threat capitalizing on $COUNTRY$`s perceived weakness.;;;;;;;;;;;;x,,,,,,, -EVTDESC80110_NEWS_SHORT;Russia has demanded readjustment of borders on the $COUNTRY_ADJ$ northeastern frontier, expressing desire for a southern port upon the Sea of Japan.;;;;;;;;;;;;x,,,,,,, -EVTNAME80123_NEWS_TITLE;Panthay Rebellion Victorious!;;;;;;;;;;;;x,,,,,,,, -EVTDESC80123_NEWS_LONG;A rebellion of local $COUNTRY_ADJ$ minorities against the ruling Manchu of the Qing Dynasty in the south-western Chinese province of $COUNTRY$ has been victorious. The proclaimed leader of the rebels, Du Wenxiu, we don’t want to burden our readers with the Chinese notation of his name – confirmed the negotiated peace terms with its former sovereigns. An official of the British Diplomatic Corps in Singapore wouldn’t comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory will be under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTDESC80123_NEWS_MEDIUM;A rebellion against the ruling Manchu in the Chinese province of $COUNTRY$ has finally succeeded as the rebel leader, Du Wenxiu, confirmed the negotiated peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTDESC80123_NEWS_SHORT;A rebellion in the Chinese province of $COUNTRY$ has succeeded as the rebel leader, Du Wenxiu, confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments.;;;;;;;;;;;;x,,,,,, -EVTNAME80127_NEWS_TITLE;Dungan Revolt Victorious!;;;;;;;;;;;;x,,,,,,,, -EVTDESC80127_NEWS_LONG;A local revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels finally confirmed the negotiated peace terms. According to local bamboo traders in $CAPITAL$, a Tajik adventurer by the name of Yaqub Beg has led the rebels to seize the capital of Kashgar and has driven the local governors away. The British Diplomatic Corps in Singapore, as usual, wouldn’t comment on the situation but indicated that the whole $COUNTRY_ADJ$ territory, as usual, will be under close observation by foreign governments.;;;;;;;;;;;;x,,, -EVTDESC80127_NEWS_MEDIUM;A revolt of the Hui people in the Chinese province of $COUNTRY$ has been successful. The proclaimed leader of the rebels, Yaqub Beg, confirmed the peace terms. According to a British diplomat $COUNTRY$ will be from now on under close observation by foreign governments, as usual.;;;;;;;;;;;;x,,,,, -EVTDESC80127_NEWS_SHORT;A revolt in the Chinese province of $COUNTRY$ has been successful as the rebel leader confirmed the peace terms. $COUNTRY$ will be under close observation by foreign governments, as usual.;;;;;;;;;;;;x,,,,,,, -EVTDESC85000_NEWS_LONG;There has been increasing violence against French missionaries in Korea, recently culminating in the execution of Bishop Siméon-François Berneux-- head of the fledgling Korean Catholic Church-- and the subsequent killing of almost all priests in the country as well as thousands of Catholic Koreans. One surviving priest fled to the Qing Empire, relaying his tale to a French war vessal which then launched a punitive expedition with the support of the French consul in Peking.;;;;;;;;;;;;x,,,,,, -EVTDESC85000_NEWS_MEDIUM;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans. One surviving priest relayed his tale to a French war vessal, which then launched a punitive expedition against the Koreans.;;;;;;;;;;;;x,,,,,, -EVTDESC85000_NEWS_SHORT;There has been increasing violence against French missionaries in Korea, recently culminating in the killing of thousands of Catholic Koreans.;;;;;;;;;;;;x,,,,,,, -EVTDESC85010_NEWS_LONG;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was drawing near Ganghwa Island in search of safe harbour when it was fired on by the coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire and then landed a party to battle the Koreans on land. After victory, they returned home-- but word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,, -EVTDESC85010_NEWS_MEDIUM;A $COUNTRY_ADJ$ vessel, surveying the Korean coastline and damaged by a storm, was fired on by a coastal Korean fortress. In a fury, the $COUNTRY_ADJ$ ship returned fire-- and word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,,, -EVTDESC85010_NEWS_SHORT;A $COUNTRY_ADJ$ vessel, damaged by a storm, was fired on by a coastal Korean fortress. Word of the assault has spread to the rest of Japan and sparked a diplomatic incident.;;;;;;;;;;;;x,,,,,, -EVTDESC85020_NEWS_LONG;With increasing frustration against government corruption and foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes, forming poorly-armed if numerous armies to purge the capital and rid the country of Japanese and other foreign presences. $COUNTRY$ will need to move quickly if they wish to prevent these rebels from overthrowing the government or causing an incident with neighbouring powers.;;;;;;;;;;;;x,,,,,, -EVTDESC85020_NEWS_MEDIUM;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology. They have been stirring up the $COUNTRY_ADJ$ peasant classes to rid the country of Japanese and other foreign presences.;;;;;;;;;;;;x,,,,,,, -EVTDESC85020_NEWS_SHORT;With increasing frustration against foreign influence in $COUNTRY$, a rebel movement has appeared among followers of the Tonghak or 'Eastern Learning' ideology.;;;;;;;;;;;;x,,,,,,, -EVTDESC85028_NEWS_LONG;Responding to rumors of $COUNTRY$’s intended intervention in Korea, $FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup. A pro-Japanese government has been installed, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation. $COUNTRY_ADJ$ forces are massing on the border, possibly indicating war to come.;;;;;;;;;;;;x,,,, -EVTDESC85028_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ forces recently entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal, with orders to end any agreements and alliances with $COUNTRY$ and ban $COUNTRY_ADJ$ forces from entering their nation.;;;;;;;;;;;;x,,,,,, -EVTDESC85028_NEWS_SHORT;$FROMCOUNTRY_ADJ$ forces entered Seoul and captured the Korean Imperial Palace in a swift coup, effectively rendering Korea a $FROMCOUNTRY_ADJ$ vassal.;;;;;;;;;;;;x,,,,,,, -EVTNAME90016_NEWS_TITLE;$COUNTRY_ADJ$ Heir Assassinated!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90016_NEWS_LONG;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ and one of the most prominent members of $COUNTRY_ADJ$ aristocracy, has been murdered by a Serbian assassin, a member of a group of nationalists who seek to rejoin with the Serbian nation. Interviews with $COUNTRY_ADJ$ authorities revealed that there are definite suspicions that the Serbian government has been secretly helping these nationalists and is behind the event. A war with Serbia now does seem rather likely.;;;;;;;;;;;;;x,,,,, -EVTDESC90016_NEWS_MEDIUM;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a group of Serbian nationalists who seek to rejoin with the Serbian nation. There are suspicions that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90016_NEWS_SHORT;Archduke Ferdinand, heir apparent to the throne of $COUNTRY$ has been assassinated by a member of a Serbian nationalist group seeking to rejoin with the Serbian nation. Suspicions are that the Serbian government is behind this plot and a war with Serbia does seem likely.;;;;;;;;;;;;;x,,,,,,, -EVTNAME90017_NEWS_TITLE;The Hungarian Question;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90017_NEWS_LONG;Many nations in the world have at least one minority group that claim their own cultural or national heritage. In these changing times some merely seek more political autonomy, whilst others want full-scale independence ? even through violent means. With the recent unrest in Hungarian lands, the local Hungarian government has now demanded greater autonomy from $COUNTRY_ADJ$ rule. One has to ask if a nation like $COUNTRY$ should truly become so bitterly divided between its ethnic groups that only a formal division can bring an end to its inner conflicts? ;;;;;;;;;;;;;x,,,,,, -EVTDESC90017_NEWS_MEDIUM;Cultural minority groups increasingly want political autonomy or full-scale independence ? even through violent means. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule. Should $COUNTRY$ truly become divided between its ethnic groups?;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90017_NEWS_SHORT;Cultural minority groups increasingly want political autonomy or even full-scale independence. The local Hungarian government now has demanded greater autonomy from $COUNTRY_ADJ$ rule.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90038_NEWS_LONG;According to reports, the French government has been approached by a Sardinian envoy-- the Count of Cavour-- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification. In exchange, Sardinia would hand over Savoy and Nice to France.;;;;;;;;;;;;;x,,,,, -EVTDESC90038_NEWS_MEDIUM;According to reports, the French government has been approached by a Sardinian envoy-- the Count of Cavour-- who has made an interesting proposal: an alliance to make war against Austria, gaining Sardinia the Austrian-held provinces of Lombardy and paving the way for Italian unification.;;;;;;;;;;;;;x,,,,,, -EVTDESC90038_NEWS_SHORT;According to reports, the French government has been approached by a Sardinian envoy-- the Count of Cavour-- who has made an interesting proposal: an alliance to make war against Austria.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90053_NEWS_MEDIUM;King Frederick VII has died and left no heir. According to the recently-drafted constitution, the crowns of both Denmark and Schleswig would pass to his heir—but the crown of Holstein does not. If the new consitution is signed, Schleswig-Holstein will be officially divided.;;;;;;;;;;;;;x,,,,,, -EVTDESC90053_NEWS_SHORT;King Frederick VII of Denmark has died and left no heir. According to the recently-drafted constitution, the crown of Schleswig would pass to his heir—but not that of Holstein.;;;;;;;;;;;;;x,,,,,,, -EVTNAME90054_NEWS_TITLE;Holstein Rebels!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90054_NEWS_LONG;The duchies of Schleswig and Holstein have long been united and considered indivisible under the Danish crown, but a question of royal claim to the duchies combined with the Holsteinian desire to join in the larger German Confederation to the south has led to considerable difficulty for King Frederick VII. After a plan was announced to incorporate Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south-- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;;x,,,,,, -EVTDESC90054_NEWS_MEDIUM;After a plan was announced to incorporate the Duchy of Schleswig into Denmark proper, German aristocrats in Holstein declared their intention to pursue a future with the German Confederation to the south-- and that Schleswig is an indivisible part of their territory.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90054_NEWS_SHORT;After a plan was announced to incorporate Schleswig into Denmark proper, aristocrats in Holstein have rebelled and declared their intention to join with the German Confederation to the south.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_LONG;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved-- in $COUNTRY$’s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation… and not Austria to the south. Some fear this will start a war as Austria and $COUNTRY$ vie for dominance.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_MEDIUM;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved-- in $COUNTRY$’s favor. This will have larger repercussions, as the free German states will see that $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90055_NEWS_SHORT;The question of Schleswig-Holstein's place within the German Confederation has now finally been resolved-- in $COUNTRY$’s favor. $COUNTRY$ has become the true leader of the confederation.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME90065_NEWS_TITLE;The Congress of $CAPITAL$;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90065_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention," ultimately it was decided that the Ottoman Empire needed to be kept strong, and any demands placed on it should not weaken its interests unduly.;;;;;;;;;;;;;x",,,,,,, -EVTDESC90065_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. Ultimately it was decided that the Ottoman Empire needed to be kept strong.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC90066_NEWS_MEDIUM;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans. While there was much contention, ultimately it was decided that creating stability in the region was best even if it came at the expense of the Empire's power.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90066_NEWS_SHORT;The great powers of Europe joined together in $CAPITAL$ to negotiate the future of the Balkans, deciding that stability was best even if it came at the expense of the Ottoman Empire's power.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90076_NEWS_LONG;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance once and for all or admit their power is little more than an illusion. There are those who feel that a peaceful solution is possible, and that the Egyptians might better serve as powerful allies than as implacable enemies, but that would require the Ottomans to surrender their claim to the Levant as well as be an affront to Ottoman pride.;;;;;;;;;;;;;x,,,,, -EVTDESC90076_NEWS_MEDIUM;Egypt has been effectively independent of the Ottoman Empire for some time. Now that independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is little more than an illusion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90076_NEWS_SHORT;Egyptian independence has become all too apparent, and Ottoman mastery over the Orient is threatened. The Ottomans must either assert their dominance or admit their power is an illusion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90080_NEWS_LONG;The Turks have proven unable to retake the Levant from Egypt since the first outbreak of war many years ago, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90080_NEWS_MEDIUM;The Turks have proven unable to retake the Levant from Egypt, despite all the assistance they received from the rest of Europe. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians, and that the 'Sick Man of Europe' has no claim over it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90080_NEWS_SHORT;The Turks have proven unable to retake the Levant, despite all the assistance they received. Even the great powers of the world now admit that the Levant rightfully belongs to the Egyptians.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90088_NEWS_LONG;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control—while leaving them nominally independent and Muhammad Ali as Egypt`s ruler. Should the Empire refuse this offer, it`s likely the rest of Europe will turn against it.;;;;;;;;;;;;;x,,,,,, -EVTDESC90088_NEWS_MEDIUM;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them. They have offered to abide by the original Convention of London and return both Crete and the majority of the Levant to Ottoman control.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90088_NEWS_SHORT;The Egyptians have raised the white flag, clearly unable to resist the combined forces of the Ottomans and the European powers supporting them.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90115_NEWS_LONG;A riot by Cuban Spanish loyalists recently broke out in Havana. The battleship USS Maine was sent to Havana in response to fears expressed by the American consulate that Americans in Cuba might be endangered. Not long after arriving, the Maine was rocked by an explosion, killing 268 of the crew and sinking the ship in the harbour. American newspapers have leapt on the event, painting pictures of Spanish atrocities which have whipped up the public into a rage. People are calling for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,, -EVTDESC90115_NEWS_MEDIUM;The battleship USS Maine was sent to Cuba in response to fears that Americans might be endangered by riots. Not long after arriving, the Maine was rocked by an explosion, sinking the ship. American newspapers have leapt on the event, whipping up the public into a rage.;;;;;;;;;;;;;x,,,,, -EVTDESC90115_NEWS_SHORT;After the battleship USS Maine exploded and sank in the Havana harbour, American newspapers have leapt on the event and called for war against Spain and intervention in Cuba.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90904_NEWS_LONG;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. The $FROMCOUNTRY$ people have always been more accepting of western ways, to the point where they are now considered to be on par with civilized nations—unlike $COUNTRY$ itself. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not simply allow them to chart their own course.;;;;;;;;;;;;;x,,,,,, -EVTDESC90904_NEWS_MEDIUM;It appears $FROMCOUNTRY$ has outgrown the ability of $COUNTRY$ to contain it. They have thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided the $COUNTRY_ADJ$ monarchy does not allow them to chart their own course.;;;;;;;;;;;;;x,,,,,,, -EVTDESC90904_NEWS_SHORT;$FROMCOUNTRY$ has thrown off $COUNTRY_ADJ$ rule, and thus begun a rebellion which even $COUNTRY$ may be unable to contain… provided $COUNTRY$ does not allow them to go free.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95076_NEWS_LONG;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across Russia, supported by high-ranking Polish and Lithuanian officers and politicians. The eyes of all of Europe are upon Russia, and if they deal with the insurgents too harshly it may hurt their relations with other European powers. If they do not, however, the uprising will surely spread even further.;;;;;;;;;;;;;x,,,, -EVTDESC95076_NEWS_MEDIUM;A spontaneous protest by young Poles against conscription into the army has quickly erupted into a widespread insurrection across Russia, supported by high-ranking Polish and Lithuanian officers and politicians.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95076_NEWS_SHORT;A spontaneous protest by young Poles over conscription into the army has quickly erupted into a widespread insurrection across Russia.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95200_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95200_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule. While the notion of a Turkmenian state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95200_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Turkmen peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95201_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95201_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule. While the notion of a Khazak state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95201_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Khazak peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95205_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95205_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule. While the notion of a single Uzbek state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95205_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Uzbek peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95210_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95210_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule. While the notion of a Tajik state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95210_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Tajik peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95215_NEWS_LONG;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time. The $COUNTRY_ADJ$ government has vowed to watch this carefully, and even suppress it if necessary.;;;;;;;;;;;;;x,,,,,, -EVTDESC95215_NEWS_MEDIUM;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule. While the notion of a modern Kyrgyz state is still a new concept, the possibility exists for this nationalistic fervor to spread and even lead to full rebellion in time.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95215_NEWS_SHORT;A wave of nascent nationalism has begun stirring among the Kyrgyz peoples under $COUNTRY_ADJ$ rule, causing great concern to the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95250_NEWS_LONG;Brunei's control over its southern regions has only ever been nominal, and the region has been self-governed under the Sultan of Sarawak. During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah’. This has made him the effective ruler, and with British influence his sultanate has become independent in truth.;;;;;;;;;;;;;x,,,, -EVTDESC95250_NEWS_MEDIUM;During a recent crisis, an Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the title of governor of Sarawak—known to the locals as the 'White Rajah’.;;;;;;;;;;;;;x,,,,,, -EVTDESC95250_NEWS_SHORT;An Englishman by the name of James Brooke provided the Brunei Sultan invaluable assistance in restoring order, and has been bestowed with the rulership of Sarawak-- ‘the White Rajah’.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95260_NEWS_LONG;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Talk of secession is frequent, if quiet, and as unrest begins to grow it's become increasingly more possible that liberal-minded states will attempt to pull out of the Union. Already the rise of a new ‘Sons of Liberty’ movement heralds resistance against the totalitarian American government.;;;;;;;;;;;;;x,,,,, -EVTDESC95260_NEWS_MEDIUM;With the end of the democratic government of the United States, there is a growing feeling among many Americans that the principles upon which the country was founded no longer apply. Already the rise of a new ‘Sons of Liberty’ movement heralds resistance against the government.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95260_NEWS_SHORT;The rise of a new ‘Sons of Liberty’ movement in the United States heralds the first resistance against the totalitarian American government.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95500_NEWS_LONG;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa—in the interest of avoiding undue conflict, even if some have privately expressed doubt that Europe’s powers will avoid fighting regardless of what was decided there. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent. After this point, any civilized European nation will largely be seen as justified in aggression towards uncivilized African nations.;;;;;;;;;;;;;x,,,,, -EVTDESC95500_NEWS_MEDIUM;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa. The outcome has become known as the 'General Act of the $CAPITAL$ Conference', formalizing the scramble for the African continent.;;;;;;;;;;;;;x,,,,,,, -EVTDESC95500_NEWS_SHORT;The colonial powers of Europe gathered in $CAPITAL$ to discuss the regulation of colonization and trade in Africa, formalizing the scramble for the African continent.;;;;;;;;;;;;;x,,,,,,, -EVTNAME95507_NEWS_TITLE;$COUNTRY_ADJ$ Nationals Expelled;;;;;;;;;;;;;x,,,,,,,, -EVTDESC95507_NEWS_LONG;For years, $COUNTRY$ has enjoyed a great deal of influence in the African nation of $FROMCOUNTRY$. Indeed, most of the world considers $FROMCOUNTRY$ to be a $COUNTRY_ADJ$ protectorate in all but name. The $FROMCOUNTRY_ADJ$ people disagree. Recently, their government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$’s influence has been eliminated, and now the $COUNTRY_ADJ$ government must react if it is to maintain its investment.;;;;;;;;;;;;;x,,, -EVTDESC95507_NEWS_MEDIUM;Recently, the $FROMCOUNTRY_ADJ$ government summarily expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained. $COUNTRY$’s influence there has been eliminated.;;;;;;;;;;;;;x,,,,,, -EVTDESC95507_NEWS_SHORT;Recently, the $FROMCOUNTRY_ADJ$ government expelled the $COUNTRY_ADJ$ trade consul, and other $COUNTRY_ADJ$ nationals have followed—each being threatened with execution if they remained.;;;;;;;;;;;;;x,,,,,, -EVTDESC95613_NEWS_LONG;As tensions are rising in Central Asia, several $FROMCOUNTRY_ADJ$ soldiers accidentally crossed the $COUNTRY_ADJ$ border. $COUNTRY_ADJ$ soldiers were killed, and even more were wounded. Though the $FROMCOUNTRY_ADJ$ government is apologetic, voices in $CAPITAL$ are calling to move in and assume control of their country. How such an action would affect the stability in the region is anyone’s guess.;;;;;;;;;;;;x,,,,, -EVTDESC95613_NEWS_MEDIUM;Tensions are rising in Central Asia as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to move in and assume control of the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,, -EVTDESC95613_NEWS_SHORT;Tensions are rising as several $FROMCOUNTRY_ADJ$ soldiers crossed the $COUNTRY_ADJ$ border, wounding and killing several soldiers. Voices in $CAPITAL$ are calling to take action.;;;;;;;;;;;;x,,,,,,, -EVTDESC95616_NEWS_LONG;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should $COUNTRY$ choose not to upset the balance of power in the region so drastically, they may find $FROMCOUNTRY$ soon taken from their control and turned into a target for another power's expansion.;;;;;;;;;;;;x,,,,,, -EVTDESC95616_NEWS_MEDIUM;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is seriously considering ruling them directly. Should they choose not to do so, they may find $FROMCOUNTRY$ soon taken from their control.;;;;;;;;;;;;x,,,,,, -EVTDESC95616_NEWS_SHORT;Unrest within $FROMCOUNTRY$ against $COUNTRY_ADJ$ rule has reached a boiling point, and $CAPITAL$ is considering taking direct control of the country.;;;;;;;;;;;;x,,,,,,, -EVTNAME95641_NEWS_TITLE;French Demand Conchinchina;;;;;;;;;;;;x,,,,,,,, -EVTDESC95641_NEWS_LONG;The Paris Foreign Missions Society has been actively spreading Catholicism in Asia for many years now, but they have encountered considerable persecution at the hands of Asian authorities. In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule—for the protection of French citizens, of course.;;;;;;;;;;;;x,,,,, -EVTDESC95641_NEWS_MEDIUM;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to their colonial rule—for the protection of French citizens, of course.;;;;;;;;;;;;x,,,,,, -EVTDESC95641_NEWS_SHORT;In $COUNTRY$, the execution of several missionaries in the Cochinchina region has prompted the France to demand that the $COUNTRY_ADJ$ government turn over the region to colonial rule.;;;;;;;;;;;;x,,,,,,, -EVTNAME95656_NEWS_TITLE;Treaty With $FROMCOUNTRY$;;;;;;;;;;;;x,,,,,,,, -EVTDESC95656_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely a territorial grant, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,, -EVTDESC95656_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC95656_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;x,,,,,,, -EVTNAME96006_NEWS_TITLE;$COUNTRY$ Near Total Collapse!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96006_NEWS_LONG;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Much of the country is under enemy occupation, and the populace even in the free areas is suffering greatly from massive shortages. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now. ‘This is a dark day for $COUNTRY$, ’ said one official. ‘We are beyond a state of emergency. The situation is simply hopeless for us. If our allies do not come to our aid soon, we are lost.’;;;;;;;;;;;;;x,,, -EVTDESC96006_NEWS_MEDIUM;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well, to say the least. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace—do whatever it takes to end this war, and end it now.;;;;;;;;;;;;;x,,,,,, -EVTDESC96006_NEWS_SHORT;Reports from $COUNTRY$ indicate that their effort in the Great War is not going well. Advisors to the $COUNTRY_ADJ$ government are urging that their leaders sue for peace.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96010_NEWS_LONG;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a treaty had been reached with the $COUNTRY_ADJ$ government. ‘$COUNTRY$ will be dismantled, ’ one official relayed. ‘Their sins shall be forgiven, but in return they will give up all their colonial holdings, shall release any sovereign states within their borders and return any foreign lands under $COUNTRY_ADJ$ occupation. We seek to ensure that $COUNTRY$ is in no way able to threaten world peace once more.’;;;;;;;;;;;;;x,,,, -EVTDESC96010_NEWS_MEDIUM;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that an accord had finally been reached with the $COUNTRY_ADJ$ government, resulting in the dismantling of $COUNTRY$ and all its holdings.;;;;;;;;;;;;;x,,,,,, -EVTDESC96010_NEWS_SHORT;After much deliberation following the end of the recent war, delegates left $CAPITAL$ with the announcement that a peace treaty had finally been reached with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;;x,,,,,,, -EVTNAME96085_NEWS_TITLE;$COUNTRY_ADJ$ Democracy;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96085_NEWS_LONG;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed on them by an enemy country, many are nevertheless overjoyed. ‘I do not care if $COUNTRY_ADJ$ democracy comes only because $FROMCOUNTRY$ tells us to do it, ’ one citizen gushed. ‘What matters is that now I can vote.’;;;;;;;;;;;;;x,,,,, -EVTDESC96085_NEWS_MEDIUM;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being. While not everyone in $COUNTRY$ is thrilled at the idea of their freedom being imposed, many are nevertheless overjoyed.;;;;;;;;;;;;;x,,,,,, -EVTDESC96085_NEWS_SHORT;With elections already underway in $COUNTRY$, it has become clear that the $FROMCOUNTRY$-supported democratic government is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,,, -EVTNAME96086_NEWS_TITLE;$COUNTRY_ADJ$ Fascism;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96086_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. ‘They are our allies, ’ said one man. ‘Why would we not honor what they have done for us?’;;;;;;;;;;;;;x,,, -EVTDESC96086_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;;x,,,,, -EVTDESC96086_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported government already assembling in $CAPITAL$, it is clear that fascism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,, -EVTDESC96110_NEWS_LONG;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control. The rulers of $COUNTRY$ are scrambling to counter this sudden return, recruiting allies against ibn Saud lest their earlier victory over his house be permanently undone.;;;;;;;;;;;;;x,,,, -EVTDESC96110_NEWS_MEDIUM;Abdul-Aziz, scion of the House of Saud, has returned to $COUNTRY$ from exile in Kuwait. Not only that, reports state the man has managed to forge an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;;x,,,,, -EVTDESC96110_NEWS_SHORT;Abdul-Aziz, scion of the House of Saud, has forged an alliance with the southern Bedouin tribes and retaken Riyadh from $COUNTRY_ADJ$ control.;;;;;;;;;;;;;x,,,,,, -EVTNAME96120_NEWS_TITLE;The War of Arabian Domination;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96120_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Nejd.;;;;;;;;;;;;;x,,,, -EVTDESC96120_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Rashidi royal family, ruler of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;;x,,,,, -EVTDESC96120_NEWS_SHORT;The head of the Rashidi royal family, rulers of Ha'il, has made a bid for dominance and called on their allies to join them in battle against Saudis in Nejd.;;;;;;;;;;;;;x,,,,,, -EVTDESC96121_NEWS_LONG;The lands of Arabia have been split between two competing royal houses for many years: the house of Saud and the house of Rashid, the latter supported at times by the Ottomans and the former often on good terms with the British. Matters have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Ha'il.;;;;;;;;;;;;;x,,,, -EVTDESC96121_NEWS_MEDIUM;Matters in Arabia have finally come to a head, and a war is brewing to determine the fate of Arabia once and for all. The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;;x,,,,, -EVTDESC96121_NEWS_SHORT;The head of the Saudi royal family, ruler of Nejd, has made a bid for dominance and called on their allies to join them in battle against Rashidis in Ha'il.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_LONG;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about the need for a united front to contain $COUNTRY_ADJ$ aggression. There are even efforts to stir up their own citizens against them. ‘Surely not all people in $COUNTRY$ agree with their government!’ commented one leader. $COUNTRY$ will need to be careful, lest they face not a single enemy but that of the world's great powers united against them.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_MEDIUM;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor, and some are talking about a united front to contain $COUNTRY_ADJ$ aggression. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;;x,,,,,, -EVTDESC96130_NEWS_SHORT;There are rumblings in the international community regarding $COUNTRY$'s warlike demeanor. $COUNTRY$ will need to be careful, lest they face the world's great powers united against them.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96136_NEWS_LONG;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. It goes without saying that their demands are extremely humiliating, involving the surrender of all conquered territories among many other things. If they do not agree, however, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;;x,,,, -EVTDESC96136_NEWS_MEDIUM;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you. If they do not agree, $COUNTRY$ will face a great war which even they may not be able to deal with.;;;;;;;;;;;;;x,,,,,, -EVTDESC96136_NEWS_SHORT;$FROMCOUNTRY_ADJ$ diplomats have approached $COUNTRY$ with an ultimatum: dismantle immediately, or the great powers of the world will be forced to unite against you.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96170_NEWS_LONG;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. While the local government in Khartoum initially dismissed this man, further reports indicate the Mahdi possesses a great deal of magnetism-- and his rallying call of driving all foreign presence out of the Sudan has gained him a large following. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;;x,,,,,,, -EVTDESC96170_NEWS_MEDIUM;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war to unify the tribes in western and central Sudan. These Mahdists may prove to be a serious threat to $COUNTRY_ADJ$ rule of the Sudan.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96170_NEWS_SHORT;A Sudanese religious leader by the name of Muhammad Ahmad has proclaimed himself the Mahdi (or 'guided one') and begun a war against $COUNTRY$ to unify the tribes in western and central Sudan.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME96087_NEWS_TITLE;$COUNTRY_ADJ$ Communism;;;;;;;;;;;;;x,,,,,,,, -EVTDESC96087_NEWS_LONG;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere. Efforts are already underway to suppress any resistance from $COUNTRY_ADJ$ citizens, and $FROMCOUNTRY_ADJ$ flags hang in every window beside $COUNTRY_ADJ$ ones. ‘They are our allies, ’ said one man. ‘Why would we not honor what they have done for us?’;;;;;;;;;;;;;x,,, -EVTDESC96087_NEWS_MEDIUM;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being. $FROMCOUNTRY_ADJ$ soldiers may have left $COUNTRY$, but their presence is still felt everywhere.;;;;;;;;;;;;;x,,,,, -EVTDESC96087_NEWS_SHORT;With the new, $FROMCOUNTRY_ADJ$-supported politburo already assembling in $CAPITAL$, it is clear that communism in $COUNTRY$ is here to stay—at least for the time being.;;;;;;;;;;;;;x,,,,,, -EVTDESC97000_NEWS_MEDIUM;Dissatisfaction with Portugal`s government has grown into rebellion, spurred on by discontent with the prohibition against burials inside churches. The instigator of the initial riots is a woman by the name of Maria, and her nickname has come to be used to represent the rebellion.;;;;;;;;;;;;;x,,,,,, -EVTDESC97000_NEWS_SHORT;Dissatisfaction with Portugal`s government has grown into a rebellion. The instigator of the initial riots is a woman named Maria, and her nickname has come to represent the rebellion.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97003_NEWS_LONG;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by João Francisco de Saldanha Oliveira e Daun, 1st Duke of Saldanha. This has served to spur on Portugal's liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;;x,,,,, -EVTDESC97003_NEWS_MEDIUM;Reacting to the spreading revolts in Portugal, Queen Maria II has suspended the constitution and installed a reactionary government presided over by the Duke of Saldanha. This has served to spur on Portugal`s liberals to outrage, and begun talk of civil war.;;;;;;;;;;;;;x,,,,,, -EVTDESC97003_NEWS_SHORT;Reacting to the spreading revolts in Portugal, Queen Maria II has angered liberals by suspending the constitution and installing a reactionary government presided over by the Duke of Saldanha.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97015_NEWS_LONG;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal family had their carriage fired upon by republican activists as they passed through the Terreiro do Paço. Three of the bullets struck and killed the King, while another fatally wounded the heir to the throne, Luis Filipe. During the turmoil, police killed the assassins... but the King and the royal heir were not saved and were pronounced dead at the Naval Arsenal soon afterwards. Manuel, the king's youngest son, has been quickly acclaimed as the new King of Portugal.;;;;;;;;;;;;;x,, -EVTDESC97015_NEWS_MEDIUM;Upon returning to Lisbon from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain as their carriage was fired upon by republican activists. Manuel, the king's youngest son, has been acclaimed as the new King of Portugal.;;;;;;;;;;;;;x,,,,, -EVTDESC97015_NEWS_SHORT;Upon returning from a brief trip abroad, King Carlos I of Portugal and the royal heir were slain by republican activists. Manuel, the king's youngest son, has been acclaimed the new King.;;;;;;;;;;;;;x,,,,, -EVTDESC97020_NEWS_LONG;With the Portuguese monarchy already weakened by the death of King Carlos, republican opponents have been able to gather considerable support in Lisbon. Members of the Carbonária, republican youth, and elements of the army instigated a coup d'état in the palace. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;;x,,,, -EVTDESC97020_NEWS_MEDIUM;Members of the Carbonária, republican youth, and elements of the army have overthrown the Portuguese monarchy in a coup d'état. The young King Manuel and his family reportedly escaped for exile to England, and only days later a new Portuguese Republic was declared in Lisbon.;;;;;;;;;;;;;x,,,,, -EVTDESC97020_NEWS_SHORT;Members of the Carbonária have overthrown the Portuguese monarchy in a coup d'état. King Manuel and his family escaped for exile to England, and a new Portuguese Republic has been declared.;;;;;;;;;;;;;x,,,,,,, -EVTNAME97055_NEWS_TITLE;End of the Peru-Bolivian Confederation?;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97055_NEWS_LONG;With the recent losses suffered by $COUNTRY_ADJ$ forces, confidence in the confederation has eroded. Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;;x,,,,,, -EVTDESC97055_NEWS_MEDIUM;Citizens in $CAPITAL$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America. The $COUNTRY_ADJ$ government is considering—should they refuse, it will almost certainly mean civil war.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97055_NEWS_SHORT;Citizens in $COUNTRY$ gathered to demand the separation of Bolivia and the end of the country which has caused so much conflict in South America.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97060_NEWS_LONG;Brazil has traditionally held the right to intervene in Uruguayan internal affairs as it sees fit, but in recent months the conservative Blanco government has proven to be increasingly intransigent. The rebel leader of the liberal Colorados, Venancio Flores, has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;;x,,,,, -EVTDESC97060_NEWS_MEDIUM;After years of hostile relations with Uruguay, the rebel leader of the liberal Colorados has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally in Uruguay once again.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97060_NEWS_SHORT;The rebel leader of the liberal Colorados in Uruguay has reportedly approached the Brazilian government with the offer of an alliance: place him in power and Brazil has a firm ally once again.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME97070_NEWS_TITLE;A Dictator in Ecuador;;;;;;;;;;;;;x,,,,,,,, -EVTDESC97070_NEWS_LONG;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power. This new constitution, nicknamed the 'Carta de la Esclavitud' (or the 'letter of slavery') has angered a great number of the country's liberal populace.;;;;;;;;;;;;;x,,,,, -EVTDESC97070_NEWS_MEDIUM;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by engaging in voting irregularities and seeking to annul the 1835 constitution in order to remain in power.;;;;;;;;;;;;;x,,,,,, -EVTDESC97070_NEWS_SHORT;General Juan José Flores, the president of Ecuador and considered by many to be its founder, has responded to his falling popularity by annulling the 1835 constitution.;;;;;;;;;;;;;x,,,,,, -EVTDESC97075_NEWS_LONG;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,, -EVTDESC97075_NEWS_MEDIUM;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. To some, he is exactly what the country needs to see it through these troubled times. To others he is a tyrant. In either case, Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,, -EVTDESC97075_NEWS_SHORT;Gabriel García Moreno, called the father of Ecuadorian conservatism, has risen to power during a time of crisis. Moreno now rules Ecuador with an iron fist.;;;;;;;;;;;;;x,,,,,, -EVTDESC97110_NEWS_MEDIUM;Seldom has there been any serious credence given to the idea of a single Indian union crossing all cultural boundaries, save by force of arms. This has recently changed, with Indian nationalists in $COUNTRY$ calling for a true union-- their calls have received a great deal of attention.;;;;;;;;;;;;;x,,,,,, -EVTDESC97110_NEWS_SHORT;Seldom has there been any serious credence given to the idea of a single Indian union. This has recently changed, with nationalists in $COUNTRY$ calling for Indian cultures to unite.;;;;;;;;;;;;;x,,,,,,, -EVTDESC97116_NEWS_LONG;With the death of Ranjit Singh, a vacany has been left in the leadership of the Sikh Empire which will not be easily filled. The Maharajah's heir died suspiciously within months, as did the heir to follow, all due to infighting among the Panjabi princes struggling to maintain power. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,, -EVTDESC97116_NEWS_MEDIUM;With the death of Ranjit Singh, a vacany has been left in the leadership of the Sikh Empire and caused much infighting among the Panjabi princes. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,,,, -EVTDESC97116_NEWS_SHORT;With the death of Ranjit Singh, infighting among the Panjabi princes has erupted. As Sikhs pour into the British frontier, it seems they will inevitably be drawn into the conflict.;;;;;;;;;;;;;x,,,,,, -EVTDESC97151_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. They have done so, but some Spanish advisors are pushing the government to assert its authority over its old colony as a means of regaining lost glory.;;;;;;;;;;;;x,,,,,, -EVTDESC97151_NEWS_MEDIUM;According to reports, an incident in $FROMCOUNTRY$ came to the attention of a Spanish admiral... who subsequently demanded the $FROMCOUNTRY_ADJ$ government issue a full apology. They have done so, but some advisors are pushing to regain lost glory through war.;;;;;;;;;;;;x,,,,,, -EVTDESC97151_NEWS_SHORT;An incident in $FROMCOUNTRY$ has resulted in the $FROMCOUNTRY_ADJ$ government issuing a full apology to Spain, but some Spanish advisors are pushing to regain lost glory through war.;;;;;;;;;;;;x,,,,,,, -EVTDESC97152_NEWS_LONG;According to reports, a fight broke out in $FROMCOUNTRY$ between two Spanish nationals and a much larger group of locals. One of the Spaniards was killed. This would be nothing more than a local matter had the event not come to the attention of a Spanish admiral... who demanded the $FROMCOUNTRY_ADJ$ government issue a full apology to Spain. Predictably, they have refused. This is a direct challenge to Spanish authority from a former colony. If they do not react in kind, they will lose a great deal of credibility.;;;;;;;;;;;;x,,,,, -EVTDESC97152_NEWS_MEDIUM;According to reports, a fight broke out in $FROMCOUNTRY$ between Spanish nationals and a group of locals. Predictably, $FROMCOUNTRY$ has refused to apologize to Spain over the matter. This is a direct challenge to Spanish authority from a former colony.;;;;;;;;;;;;x,,,,,, -EVTDESC97152_NEWS_SHORT;A conflict between locals and Spanish nationals has resulted in $FROMCOUNTRY$ refusing to apologize to Spain over the matter. This is an insult to Spain from a former colony.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97175_NEWS_LONG;The rebellion in $STATENAME$ has been going on unchecked for far too long, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. Local militants in $PROVINCENAME$ have gone so far as to declare their independence from $COUNTRY_ADJ$ rule... and while that isn’t yet a claim to be taken seriously, as $STATENAME$'s state of chaos is still far too widespread, it's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;x,,, -EVTDESC97175_NEWS_MEDIUM;The rebellion in $STATENAME$ has been going on unchecked, and some observers claim that $COUNTRY$ in danger of losing control of the colony entirely. It's an embarrassment to $COUNTRY$ and, given enough time, the militants might gain enough control to earn the colony's independence in truth.;;;;;;;;;;;;x,,,,, -EVTDESC97175_NEWS_SHORT;The rebellion in $STATENAME$ has been going unchecked, and observers claim that $COUNTRY$ in danger of losing control of the colony entirely. If so, it would be an embarrassment to $COUNTRY_ADJ$ prestige.;;;;;;;;;;;;x,,,,,, -EVTNAME97205_NEWS_TITLE;Kiel Canal' Now Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;x,,,,,,,, -EVTDESC97205_NEWS_LONG;The recent military and administrative takeover of the province of Kiel by $COUNTRY$ has caused hefty discussions among the international trading companies, as this small North German territory homes the 'Kiel Canal'. Since its opening the canal is already considered an important sea traffic route, considerably shortening the traffic distances between the North and the Baltic Sea. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;x,,,,,, -EVTDESC97205_NEWS_MEDIUM;The recent takeover of the 'Kiel Canal' by $COUNTRY$ has caused hefty discussions among the international trading companies. The canal is already considered an important sea traffic route, considerably shortening the traffic distances between the North and the Baltic Sea.;;;;;;;;;;;;x,,,,,,, -EVTDESC97205_NEWS_SHORT;The recent takeover of the 'Kiel Canal' by $COUNTRY$ has caused hefty discussions among the international trading companies. The canal is already considered an important sea traffic route.;;;;;;;;;;;;x,,,,,,,, -EVTNAME97210_NEWS_TITLE;$COUNTRY_ADJ$ Plans For 'Kiel Canal' Revealed;;;;;;;;;;;;x,,,,,,,, -EVTDESC97210_NEWS_LONG;Local shipowner and businessmen from the province of Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway across the Cimbrian peninsula to shorten the traffic distances between the North and the Baltic Sea. Though the finalization of this canal would likely take some time it would also mark another historic point in the industrial and commercial development of $COUNTRY$. Neither the government nor the businessmen would comment on an exact starting date for the construction though.;;;;;;;;;;;;x,,,,,,, -EVTDESC97210_NEWS_MEDIUM;Local shipowner and businessmen from the province of Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway across the Cimbrian peninsula to shorten the traffic distances between the North and the Baltic Sea.;;;;;;;;;;;;x,,,,,,, -EVTDESC97210_NEWS_SHORT;Businessmen from Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway to shorten the traffic distances between the North and Baltic Sea.;;;;;;;;;;;;x,,,,,,, -EVTNAME97225_NEWS_TITLE;$COUNTRY$ Completes Kiel Canal;;;;;;;;;;;;x,,,,,,,, -EVTDESC97225_NEWS_LONG;From the 16th century onwards there were repeated plans to dig a waterway across the Cimbrian peninsula, to shorten the traffic distances between the major harbours in the North and the Baltic Sea. With the 'Kiel Canal' finally complete and the Hamburg-American freighter, Palatia, being the first ship to pass through the construction of this canal has greatly increased the international prestige of $COUNTRY$. The $COUNTRY_ADJ$ Board of Trade has not commented on possible annual revenues so far but is expected to do so in the near future.;;;;;;;;;;;;x,,,,, -EVTDESC97225_NEWS_MEDIUM;With the 'Kiel Canal' finally complete, the construction of this waterway to shorten the traffic distances between the North and the Baltic Sea has greatly increased the international prestige of $COUNTRY$. The National Board of Trade has not commented on annual revenues so far.;;;;;;;;;;;;x,,,,,,, -EVTDESC97225_NEWS_SHORT;With the 'Kiel Canal' complete, its construction to shorten the traffic distances between the North and Baltic Sea has greatly increased the international prestige of $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTNAME97255_NEWS_TITLE;Suez Canal Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;x,,,,,,,, -EVTDESC97255_NEWS_LONG;The recent military and administrative takeover of the region around Suez by $COUNTRY$ has caused a major turmoil among the international trading companies, as this territory homes the 'Suez Canal'. Since its opening the canal is already considered the most important sea traffic route in the world, substantially shortening the traffic distances between European and Asian harbours. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;x,,,,,, -EVTDESC97255_NEWS_MEDIUM;The recent takeover of the 'Suez Canal' by $COUNTRY$ has caused a turmoil among the international trading companies. The canal is already considered the most important sea traffic route, substantially shortening the traffic distances between Europe and Asia.;;;;;;;;;;;;x,,,,,,, -EVTDESC97255_NEWS_SHORT;The takeover of the 'Suez Canal' by $COUNTRY$ has caused a turmoil among the international trading companies. The canal is already considered the most important sea traffic route.;;;;;;;;;;;;x,,,,,,,, -EVTNAME97265_NEWS_TITLE;$COUNTRY$ Reveals Plans For 'Suez Canal';;;;;;;;;;;;x,,,,,,,, -EVTDESC97265_NEWS_LONG;$COUNTRY_ADJ$ engineers have officially presented to the regional Egyptian government a concept for construction of a waterway directly linking the Mediterranean to the Red Sea – calling it the 'Suez Canal'. According to the engineering lead team 'the construction of this canal can be done within a few years…provided that problems of any other than a technical kind will not arise'. Local officials have not commented on an exact starting date for the construction but denied repeating rumors that the $COUNTRY_ADJ$ government itself would be behind the project.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97265_NEWS_MEDIUM;$COUNTRY_ADJ$ engineers have presented to the regional Egyptian government a concept for construction of a waterway directly linking the Mediterranean to the Red Sea – calling it the 'Suez Canal'. Officials have not commented on an exact starting date for the construction.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97265_NEWS_SHORT;$COUNTRY_ADJ$ engineers have presented to the local Egyptian government a concept for construction of the 'Suez Canal', directly linking the Mediterranean to the Red Sea.;;;;;;;;;;;;x,,,,,,, -EVTNAME97280_NEWS_TITLE;$COUNTRY$ Completes Suez Canal;;;;;;;;;;;;x,,,,,,,, -EVTDESC97280_NEWS_LONG;'In homage to the memory of a generous though unfortunate man…' The unveiling of this engraving on a bronze bust funded by the $COUNTRY_ADJ$ government marked the highly prestigious formal opening ceremony of the 'Suez Canal'. This waterway, directly linking the Mediterranean to the Red Sea, might soon become the most important sea traffic route in the world as it drastically shortens the traffic distances between Europe and Asia. The $COUNTRY_ADJ$ National Board of Trade will announce the annual fees for the formal right of passage within the next week.;;;;;;;;;;;;x,,,,,, -EVTDESC97280_NEWS_MEDIUM;The unveiling of an engraving funded by the $COUNTRY_ADJ$ government marked the highly prestigious opening ceremony of the 'Suez Canal'. This waterway, directly linking the Mediterranean to the Red Sea, might soon become the most important sea traffic route in the world.;;;;;;;;;;;;x,,,,,, -EVTDESC97280_NEWS_SHORT;With the 'Suez Canal' complete, its construction to shorten the traffic distances between the North and Baltic Sea has greatly increased the international prestige of $COUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTNAME97355_NEWS_TITLE;Panama Canal Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;x,,,,,,,, -EVTDESC97355_NEWS_LONG;The recent military and administrative takeover of the Panaman region by $COUNTRY$ has caused discussions among the international trading companies, as this territory homes the 'Panama Canal'. Since its opening the canal is already considered a very important sea traffic route, joining the Atlantic and the Pacific Ocean and thus replacing the long and treacherous route around South America. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;x,,,,,, -EVTDESC97355_NEWS_MEDIUM;The takeover of the 'Panama Canal' by $COUNTRY$ has caused discussions among the international trading companies. The canal is already considered a very important sea traffic route, joining the Atlantic and the Pacific Ocean and thus replacing the route around South America.;;;;;;;;;;;;x,,,,,,, -EVTDESC97355_NEWS_SHORT;The takeover of the 'Panama Canal' by $COUNTRY$ has caused discussions among the international trading companies. The canal is already considered a very important sea traffic route.;;;;;;;;;;;;x,,,,,,,, -EVTNAME97365_NEWS_TITLE;$COUNTRY_ADJ$ Plans For 'Panama Canal' Revealed;;;;;;;;;;;;x,,,,,,,, -EVTDESC97365_NEWS_LONG;The $COUNTRY_ADJ$ government has officially presented plans for construction of the 'Panama Canal', a waterway directly linking the Atlantic Ocean to the Pacific Ocean and thus replacing the long and treacherous route around South America. According to the $COUNTRY_ADJ$ ambassador in Panama' the construction of this canal 'should be done within a few years…including possible problems of any kind'. The lead engineer did not comment on the comments of the ambassador and was rather reluctant about an exact starting date for the project.;;;;;;;;;;;;x,,,,,,, -EVTDESC97365_NEWS_MEDIUM;The $COUNTRY_ADJ$ government has presented plans for construction of the 'Panama Canal', a waterway linking the Atlantic to the Pacific Ocean and thus replacing the long route around South America. The lead engineer was rather reluctant about an exact starting date.;;;;;;;;;;;;x,,,,,,, -EVTDESC97365_NEWS_SHORT;The $COUNTRY_ADJ$ government has presented plans for construction of the 'Panama Canal', a waterway linking the Atlantic to the Pacific Ocean. An exact starting date was not given.;;;;;;;;;;;;x,,,,,,, -EVTNAME97380_NEWS_TITLE;$COUNTRY$ Completes 'Panama Canal'!;;;;;;;;;;;;x,,,,,,,, -EVTDESC97380_NEWS_LONG;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering which can undoubtedly be celebrated as the culmination of the $COUNTRY_ADJ$ technological ingenuity and medical innovation. The government has never commented on any technical problems, the project costs or the reported deathtoll due to tropical diseases. The annual charges for the right of passage however indicate that a rather high price in money, and in human life, might have been paid.;;;;;;;;;;;;x,,,, -EVTDESC97380_NEWS_MEDIUM;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering. The government has not commented on anything except the annual charges for the rights of passage.;;;;;;;;;;;;x,,,,,,, -EVTDESC97380_NEWS_SHORT;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering.;;;;;;;;;;;;x,,,,,,, -EVTNAME97405_NEWS_TITLE;Insufficient Postage!;;;;;;;;;;;;x,,,,,,,, -EVTDESC97405_NEWS_LONG;A small greeting card from the recently opened Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history. According to secret interrogation protocols handed over to our reporter the turmoil began as political party members of 'Overpaid and against all and everything' accused a $COUNTRY_ADJ$ bureaucrat in $CAPITAL$, who had been sent a personal Panaman greeting card from a still unknown source, to use unauthorized state treasury funds for paying the insufficient postage. The government declined the accusations to no avail.;;;;;;;;;;;;x,,,,,, -EVTDESC97405_NEWS_MEDIUM;A greeting card from the Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history as political party members of 'Overpaid and against all and everything' accused a bureaucrat to use unauthorized state treasury funds for paying the insufficient postage.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97405_NEWS_SHORT;A greeting card from the Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history as a bureaucrat was accused to use unauthorized funds for paying the insufficient postage.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97503_NEWS_LONG;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine-- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca. The Russians consider this a breach of the treaty and a threat to Russian interests in the Holy Land.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97503_NEWS_MEDIUM;A crisis brews in the Levant: the French government has successfully pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine-- authority which has traditionally belonged to Russia ever since the 1774 Treaty of Küçük Kaynarca.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97503_NEWS_SHORT;The French government has pressured $FROMCOUNTRY$ into accepting their claim of authority over Christian holy sites in Palestine—authority which has traditionally rested with Russia.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97510_NEWS_LONG;The powers of Europe have met in Paris to settle the recent matter of the Crimean War—considered by many to be a punishment of Russia for its stalled invasion of the Ottoman Empire. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;x,,,,,, -EVTDESC97510_NEWS_MEDIUM;The powers of Europe have met in Paris to settle the recent matter of the Crimean War. Russia has suffered a humiliating defeat, has lost influence in the Ottoman Empire, and has now been asked to surrender the Budjak region to Romania. A clear victory for the French.;;;;;;;;;;;;x,,,,,, -EVTDESC97510_NEWS_SHORT;The powers of Europe have met in Paris to settle the recent matter of the Crimean War: Russia has suffered a humiliating defeat, and must now surrender both influence and prestige.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_LONG;Russian victory in the recent Crimean War has meant the Russians could dictate the terms of a peace treaty—and so they have. After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over both the Ottoman Empire and the Holy Land in the Levant. A clear victory for Russia.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_MEDIUM;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see the Ottomans losing their influence in Romania completely and the Russians firmly placed in a dominant position over the Ottoman Empire. A clear victory for Russia.;;;;;;;;;;;;x,,,,,,, -EVTDESC97512_NEWS_SHORT;After meeting with Ottoman diplomats in Paris, a treaty was signed which would see Russians firmly placed in a dominant position over both the Ottoman Empire and a newly-freed Romania.;;;;;;;;;;;;x,,,,,,, -EVTNAME97550_NEWS_TITLE;Civil War in Central America;;;;;;;;;;;;x,,,,,,,, -EVTDESC97550_NEWS_LONG;The Federal Republic of Central America has been chaotic since its inception. Liberals who had high hopes for the union are in constant battle with conservatives, in particular the clergy and wealthy landowners, and there is a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,, -EVTDESC97550_NEWS_MEDIUM;The Federal Republic of Central America has been chaotic since its inception, due to a general fear of domination by Guatemala. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,,, -EVTDESC97550_NEWS_SHORT;The Federal Republic of Central America has been chaotic since its inception. With rebels rising throughout the country, the struggle to maintain the union seems like an almost impossible one.;;;;;;;;;;;;x,,,,,,, -EVTNAME97560_NEWS_TITLE;End of the Federal Republic?;;;;;;;;;;;;x,,,,,,,, -EVTDESC97560_NEWS_LONG;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have. Some consider that an impossible task, though liberals argue that the government should not allow conservatives to doom the region to a future of division and internal squabbling.;;;;;;;;;;;;x,,,,,, -EVTDESC97560_NEWS_MEDIUM;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved and the state of Guatemala declared, or whether they should fight a civil war to preserve what they have.;;;;;;;;;;;;x,,,,,,, -EVTDESC97560_NEWS_SHORT;The Federal Republic of Central America is rapidly disintegrating. Members of the government have met in $CAPITAL$ to discuss whether the union should be officially dissolved.;;;;;;;;;;;;x,,,,,,,, -EVTNAME97606_NEWS_TITLE;Commodore Perry's Expedition;;;;;;;;;;;;x,,,,,,,, -EVTDESC97606_NEWS_LONG;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan’s policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors, though this feat was only accomplished through gunboat diplomacy and the threat of war.;;;;;;;;;;;;x,,,,,, -EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan’s policy of isolation from western nations has been forcibly cracked open. American ships now have the right to berth at Japanese harbors.;;;;;;;;;;;;x,,,,,,, -EVTDESC97606_NEWS_MEDIUM;Commodore Perry recently returned to $COUNTRY$ from Japan, his mission a success: Japan’s policy of isolation from western nations has been forcibly cracked open.;;;;;;;;;;;;x,,,,,,, -EVTNAME97609_NEWS_TITLE;Japanese Surrender;;;;;;;;;;;;x,,,,,,,, -EVTDESC97609_NEWS_LONG;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met. Additionally, an indemnity will be placed upon Japan to make up for the expense of the $COUNTRY_ADJ$ war effort.;;;;;;;;;;;;x,,,,,, -EVTDESC97609_NEWS_MEDIUM;The war between $COUNTRY$ and Japan has officially ended. The $COUNTRY_ADJ$ government has formally concluded a treaty with the Japanese which will see their influence in the nation restored, and their demands for Japanese ports to be opened to foreign ships to be met.;;;;;;;;;;;;x,,,,,,, -EVTDESC97609_NEWS_SHORT;The war between America and Japan has officially ended. The American government has formally concluded a treaty with the Japanese which will see their influence in the nation restored.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97617_NEWS_LONG;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the ‘foreign barbarian’ presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead, is a challenge to the Shogun's power, and may serve to further incite rebellion.;;;;;;;;;;;;x,,,,, -EVTDESC97617_NEWS_MEDIUM;Yet more evidence of the disunity in Japan: In an unprecedented move, the Japanese Imperial Court has issued an edict to expel the ‘foreign barbarian’ presence in Japan. This runs in contravention to the traditional role of the Japanese Emperor as a figurehead.;;;;;;;;;;;;x,,,,,,, -EVTDESC97617_NEWS_SHORT;In an unprecedented move, the Japanese Emperor-- traditionally a figurehead-- has issued an edict to expel the ‘foreign barbarian’ presence in Japan.;;;;;;;;;;;;x,,,,,,, -EVTDESC97630_NEWS_LONG;There are some who believe that Emperor Komei of Japan was assassinated-- delivered a handkerchief laced with smallpox, perhaps by radicals who fear the possibility of compromise between the Shogun and the Imperial court. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;x,,,,,, -EVTDESC97630_NEWS_MEDIUM;There are some who believe that Emperor Komei of Japan was assassinated. No matter the truth, the death of the Emperor has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war in Japan.;;;;;;;;;;;;x,,,,,,, -EVTDESC97630_NEWS_SHORT;The recent death of Emperor Komei has placed the young Emperor Meiji upon the imperial throne of Japan and all but guaranteed a civil war between the Shogun and the Japanese daimyos.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_LONG;The $FROMCOUNTRY_ADJ$ clan of Japan has made a bold move: they have seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun. The coming civil war will determine once and for all where the future of Japan lies.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation. Word has it they have recruited fellow daimyo to stand with them against the Shogun.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97641_NEWS_SHORT;The $FROMCOUNTRY_ADJ$ clan of Japan has seized control of the Imperial palace at Kyoto and declared they intend to see Emperor Meiji restored to rule over the entire nation.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97646_NEWS_LONG;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;x,,,,,, -EVTDESC97646_NEWS_MEDIUM;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace. For the first time since before the Sengoku placed the Shogun as ruler over the nation, the Imperial Court now rules a united Japan once again.;;;;;;;;;;;;x,,,,,, -EVTDESC97646_NEWS_SHORT;$COUNTRY_ADJ$ clan forces have marched triumphantly into the capital of Edo, and the Tokugawa shogunate has agreed to a permanent peace.;;;;;;;;;;;;x,,,,,,, -EVTDESC97651_NEWS_LONG;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;x,,,,,, -EVTDESC97651_NEWS_MEDIUM;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace. For the first time since the Shogun assumed rulership, Japan is united as a single nation.;;;;;;;;;;;;x,,,,,, -EVTDESC97651_NEWS_SHORT;The Japanese civil war is over: Tokugawa clan forces have marched triumphantly into Kyoto, and both the daimyos and Emperor Meiji have agreed to a permanent peace.;;;;;;;;;;;;x,,,,,,, -EVTDESC97665_NEWS_LONG;A growing dissatisfaction among the former samurai with the abolition of the Japanese han system and the resulting reduction in their personal prestige has crystallized in a rebellion. Led by one of the most prestigious samurai leaders of the former Satsuma Domain, Saigo Takamori, the rebellion has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,, -EVTDESC97665_NEWS_MEDIUM;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion. It has attracted a large number of followers and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,,, -EVTDESC97665_NEWS_SHORT;A growing dissatisfaction in Japan among the former samurai has crystallized in a rebellion, and will be a severe challenge for the Japanese government to deal with.;;;;;;;;;;;;x,,,,,,, -EVTNAME98008_NEWS_TITLE;Attempted Coup in $COUNTRY$!;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98008_NEWS_LONG;A group of Czech radical democrats attempted to overthrow the $COUNTRY_ADJ$ government in a coup. The plot, however, did not succeed and was-- according to the $COUNTRY_ADJ$ authorities-- regarded only as a 'local attempt by a few misguided townsmen'. Further interviews revealed, however, that the actions of those 'misguided townsmen' have already inspired others to rise up in demand of freedom. Will their cause succeed? Only time will tell.;;;;;;;;;;;;;x,,,, -EVTDESC98008_NEWS_MEDIUM;Czech radical democrats attempted to coup the $COUNTRY_ADJ$ government. According to authorities the 'local attempt by a few misguided townsmen' did not succeed but further interviews revealed that those 'misguided' may have inspired others to rise up in demand of freedom.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98008_NEWS_SHORT;An attempt of Czech radical democrats - 'a few misguided townsmen', according to authorities - to overthrow the $COUNTRY_ADJ$ government did fail, but may have inspired others to rise up.;;;;;;;;;;;;;x,,,,,, -EVTDESC98206_NEWS_MEDIUM;The Boer encroachment into Zulu lands has provoked a reaction: the Battle of Blood River. The Boers won a decisive victory, and have now carved out a new colony-- with the only question remaining whether the British will recognize their independence.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98206_NEWS_SHORT;The Boer encroachment into Zulu lands has provoked the Battle of Blood River. The Boers won a decisive victory, and now the question is whether the British will recognize their independence.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98207_NEWS_LONG;The Boers which have trekked eastward into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand. The Boers are British subjects, after all, and their existence will no doubt draw more Boers to their side... perhaps providing a threat to British ambitions in Africa.;;;;;;;;;;;;;x,,,,, -EVTDESC98207_NEWS_MEDIUM;The Boers which have trekked into Zulu lands have reached a surprising settlement with the natives: they have staked out permanent borders for their new colony, and done so in relative peace. The real question remains whether the British will allow this new Natalia Republic to stand.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98207_NEWS_SHORT;The Boers which have trekked into Zulu lands have reached a settlement with the natives and staked out permanent borders for the Natalia Republic—which the British consider to be subjects.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98210_NEWS_LONG;The Boers of Natalia are once again chafing under British rule, resenting the idea that even though they left the Cape Colony they have not escaped the British crown. There have been several altercations with British military forces, and the British government in Cape Town has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way, regardless of the blow to British prestige.;;;;;;;;;;;;;x,,,,, -EVTDESC98210_NEWS_MEDIUM;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse. Others have suggested that the Boers be allowed to go their own way.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98210_NEWS_SHORT;There have been several altercations with British military forces in Natal, and the British colonial government has recommended that Natal be annexed before the situation grows worse.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98230_NEWS_LONG;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the requirements for independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreigners working in $COUNTRY_ADJ$ territory ('uitlanders', as they are called). While $COUNTRY_ADJ$ independence is a foregone conclusion, they are deciding whether they wish future conflict with the British.;;;;;;;;;;;;;x,,,,, -EVTDESC98230_NEWS_MEDIUM;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of independence. They wish to see British influence in $COUNTRY$ remain strong, and would see them abandon any laws allowing slavery or the 'unethical' treatment of foreign workers.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98230_NEWS_SHORT;British colonial authorities have met with the $COUNTRY_ADJ$ government to determine the terms of their independence from colonial rule.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC98245_NEWS_LONG;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted. Both Transvaal and the Oranje Free State have considerable resources which would be of value to $COUNTRY$, and thus the Boer resistance has proven embarrassing. If they do not answer this with force, it will harm British prestige.;;;;;;;;;;;;;x,,,,, -EVTDESC98245_NEWS_MEDIUM;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98245_NEWS_SHORT;The British colonial governor in South Africa reportedly declared an annexation of the Transvaal via special warrant several years ago, one that the Boers have stubbornly resisted.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98247_NEWS_LONG;The Boers have proven far more resilient than the world would ever have thought possible, and now the British face the humiliating prospect of surrendering the Cape Colony to them. It seems they have little choice, with the war going so poorly and Cape Town already occupied. Preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,, -EVTDESC98247_NEWS_MEDIUM;The Boers have proven far more resilient than the world would ever have thought possible, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98247_NEWS_SHORT;The Boers have proven far more resilient than expected, and now preparations are underway for a meeting with the Boers at Vereeniging to determine the terms of British surrender.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98607_NEWS_LONG;As the times of change unfold many states peacefully seek to free themselves from the remaining bonds – and often chains – of their former sovereign. The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independant rights to maintain diplomatic relations and to conclude treaties with other states. This point also marks the beginning of a rather unforseeable future for $FROMCOUNTRY$ as the country must now take its path without the former partner – or vassal, as the now-free people of $COUNTRY$ once called themselves.;;;;;;;;;;;;;x,,,,,,, -EVTDESC98607_NEWS_MEDIUM;The $FROMCOUNTRY_ADJ$ government has finally approved the $COUNTRY_ADJ$ appeal for full and independant rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former partner – or vassal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98607_NEWS_SHORT;$FROMCOUNTRY$ has approved the $COUNTRY_ADJ$ appeal for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – even in force if necessary. The $FROMCOUNTRY_ADJ$ government - by the threat of a war of independence - has finally given in to $COUNTRY_ADJ$ demands for full and independant rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal while all men and women in $COUNTRY$ celebrate their final independence.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_MEDIUM;On the verge of a war for independence the $FROMCOUNTRY_ADJ$ government has finally given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. $FROMCOUNTRY$ must now take its path without the former vassal.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98608_NEWS_SHORT;$FROMCOUNTRY$ has given in to $COUNTRY_ADJ$ demands for full rights to maintain diplomatic relations and to conclude treaties with other states. The former vassal state is now free.;;;;;;;;;;;;x,,,,,,,, -EVTNAME98613_NEWS_TITLE;$COUNTRY_ADJ$ Allies;;;;;;;;;;;;x,,,,,,,, -EVTDESC98613_NEWS_LONG;As the times of change unfold many states want to free themselves from the remaining chains of their former sovereign – in force if necessary. More than often they have to face their former sovereign alone, yet recent reports indicate that $FROMCOUNTRY$ has agreed to enter an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. It remains to be seen whether they will truly help once a war of independence begins. Diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;x,,,,,,, -EVTDESC98613_NEWS_MEDIUM;Reports indicate that $FROMCOUNTRY$ has entered an alliance with $COUNTRY$ in order to end the ongoing $COUNTRY_ADJ$ vassalization. As their help in a war of independence remains to be seen, diplomatic relations between the vassal state and its sovereign have deteriorated nonetheless.;;;;;;;;;;;;x,,,,,,, -EVTDESC98613_NEWS_SHORT;Reports are that $FROMCOUNTRY$ has allied with $COUNTRY$ to end the ongoing $COUNTRY_ADJ$ vassalization. Diplomatic relations between the vassal state and its sovereign have deteriorated.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98620_NEWS_LONG;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen-- men influenced by the ideals of the French Revolution who are advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities. This, they say, will help stem the tide of decay in the Empire.;;;;;;;;;;;;x,,,,, -EVTDESC98620_NEWS_MEDIUM;With the Ottoman government having indicated its willingness to provide reforms, an intellectual class known as the Young Ottomans has arisen-- advocating the assumption of secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;x,,,,,,, -EVTDESC98620_NEWS_SHORT;An intellectual class known as the Young Ottomans has arisen in the Ottoman Empire-- advocating secular rather than religious laws as well as the provision of rights to ethnic minorities.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98626_NEWS_LONG;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While there are those who say that such action will only foster more unrest, there are others who are all too aware that failing to do so will make the Sultan look weak. It is not beyond the realm of possibility that reactionaries might seek to restore the monarchy by force-- or, even worse, seek to abolish it altogether.;;;;;;;;;;;;x,,,,, -EVTDESC98626_NEWS_MEDIUM;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution. While some say such action will only foster more unrest, others are all too aware that failing to do so will make the Sultan look weak.;;;;;;;;;;;;x,,,,,,, -EVTDESC98626_NEWS_SHORT;The current state of unrest within the Ottoman Empire has reached the point where the Sultan has been advised to abrogate the constitution as a desperate bid to restore order.;;;;;;;;;;;;x,,,,,,,, -EVTDESC98636_NEWS_MEDIUM;Turkish liberals have grown increasingly defiant of the Ottoman monarchy-- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic. They reject the notion of Ottomanism, saying it has already led to the Empire's decline.;;;;;;;;;;;;x,,,,,, -EVTDESC98636_NEWS_SHORT;Turkish liberals have grown increasingly defiant of the Ottoman monarchy-- to the point where they suggest that the Sultan must be overthrown, replaced with a modern republic.;;;;;;;;;;;;x,,,,,,, -EVTDESC98640_NEWS_SHORT;The Ottoman monarchy has been overthrown, and now $COUNTRY$ stands in its place. An Empire formed of diverse cultures has been set aside in favor of a nation built for the Turkish people.;;;;;;;;;;;;x,,,,,,, -EVTNAME99000_NEWS_TITLE;The Chinese 'Boxers';;;;;;;;;;;;x,,,,,,,, -EVTDESC99000_NEWS_LONG;Disturbing news out of $COUNTRY$: a group of Chinese nationalists called the ‘Righteous Harmony Society’—known to westerners as ‘Boxers’—has arisen with the dedicated mission to drive out western influence through any means necessary. Already there are alarming reports of attacks on foreigners, and while demands have been made to the Qing government to act so far nothing has been done. Some suspect the Qing government of implicitly approving of the Boxer efforts, and afterwards claiming that there was nothing they could do.;;;;;;;;;;;;x,,,,,, -EVTDESC99000_NEWS_MEDIUM;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as ‘Boxers’ has arisen with the dedicated mission to drive out western influence through any means necessary. While demands have been made to the Qing government to act, so far nothing has been done.;;;;;;;;;;;;x,,,,,,, -EVTDESC99000_NEWS_SHORT;Disturbing news out of $COUNTRY$: a group of nationalists known to westerners as ‘Boxers’ has arisen with the dedicated mission to drive out western influence through any means necessary.;;;;;;;;;;;;x,,,,,,,, -EVTDESC99010_NEWS_LONG;Chinese nationalists streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, assaulting all foreigners in their continuing war against western influence in $COUNTRY$. More alarmingly, the so-called ‘Boxers’ have laid siege to $CAPITAL$’s Legation Quarter—where hundreds of foreign dignitaries and merchants reside. With so many westerners threatened, calls have been made to the Qing government to defend the quarter. If they do not, it will surely be taken as an act of war and possibly draw intervention from all great powers.;;;;;;;;;;;;x,,,, -EVTDESC99010_NEWS_MEDIUM;Boxer rebels streamed into the $COUNTRY_ADJ$ capital of $CAPITAL$, laying siege to $CAPITAL$’s Legation Quarter—where hundreds of foreign dignitaries reside. With so many westerners threatened, immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;x,,,,,, -EVTDESC99010_NEWS_SHORT;Boxer rebels streamed into $CAPITAL$, laying siege to the Legation Quarter where hundreds of foreigners reside. Immediate calls have been made to the Qing government to defend the quarter.;;;;;;;;;;;;x,,,,,,, -EVTDESC164599_NEWS_MEDIUM;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate his throne. Cheering crowds in $CAPITAL$ greeted the news.;;;;;;;;;;;;x,,,,,,, -EVTDESC164599_NEWS_SHORT;The forces of revolution have turned against the $COUNTRY_ADJ$ Emperor. With dissent threatening to spread into chaos, leaders of the Beiyang army have demanded the Emperor abdicate.;;;;;;;;;;;;x,,,,,,, -EVTDESC164600_NEWS_LONG;Revolutionary societies are springing up all over $COUNTRY$, and now several of these societies have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples. These revolutionaries wish to see $COUNTRY$ freed of foreigner influence, and do not seem satisfied to wait and see what reforms the $COUNTRY_ADJ$ monarchy will provide.;;;;;;;;;;;;x,,,,, -EVTDESC164600_NEWS_MEDIUM;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League'. Their stated goal is the revival of Zhonghua, or the concept that China should be a nation ruled by a republic that represents all of its various peoples.;;;;;;;;;;;;x,,,,,,, -EVTDESC164600_NEWS_SHORT;Several revolutionary societies in $COUNTRY$ have banded together as the Tongmenghui or 'Chinese United League', dedicated to driving out foreign influence.;;;;;;;;;;;;x,,,,,,, -EVTDESC131709_NEWS_LONG;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. $COUNTRY$ has insisted the sailors be tried by a $COUNTRY_ADJ$ judge, claiming the barbaric Chinese judicial system would result in these men getting anything but a fair trial. The Chinese have demanded they be given the right to punish $COUNTRY_ADJ$ citizens as needed. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;x,,,,,, -EVTDESC131709_NEWS_MEDIUM;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the Qing government. The confrontation has resulted in larger trade sanctions being applied against $COUNTRY_ADJ$ merchants, and threats of worse.;;;;;;;;;;;;x,,,,,,, -EVTDESC131709_NEWS_SHORT;An incident that began with drunken $COUNTRY_ADJ$ sailors murdering a Chinese man has escalated into a larger crisis with the $FROMCOUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1316083_NEWS_TITLE;The Unequal Treaty;;;;;;;;;;;;x,,,,,,,, -EVTDESC1316083_NEWS_LONG;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions—namely the granting of a ‘treaty port’ on the $FROMCOUNTRY_ADJ$ coast, a payment of indemnities and certain trade rights granted to $COUNTRY_ADJ$ merchants in $FROMCOUNTRY_ADJ$ territory. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,, -EVTDESC1316083_NEWS_MEDIUM;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for concessions. The entire matter is considered an embarrassing defeat for $FROMCOUNTRY$.;;;;;;;;;;;;x,,,,,,, -EVTDESC1316083_NEWS_SHORT;The $COUNTRY_ADJ$ government today concluded a historic treaty with $FROMCOUNTRY$, finally settling the war between them in exchange for land and trade concessions.;;;;;;;;;;;;x,,,,,,, -EVTDESC1316182_NEWS_LONG;Qing officials recently boarded the Arrow, a ship that-- according to all reports-- was flying British colors at the time. The Chinese claim this isn't the case, and that the ship was suspected of smuggling and piracy and only claimed $COUNTRY_ADJ$ registry after the fact. $FROMCOUNTRY$ has begun to crack down on the opium trade throughout $FROMCOUNTRY$. The British government is up in arms, furious at this willful impediment to their trade interests in the region.;;;;;;;;;;;;x,,,,, -EVTDESC1316182_NEWS_MEDIUM;Qing officials recently boarded the Arrow, a ship that-- according to all reports-- was flying British colors at the time. The British government is up in arms, furious at this willful impediment to their trade interests in the region.;;;;;;;;;;;;x,,,,,, -EVTDESC1316182_NEWS_SHORT;Qing officials recently boarded the Arrow, a ship that was reportedly flying $COUNTRY_ADJ$ colors at the time. The incident has sparked a confrontation with the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,, -EVTDESC131713_NEWS_LONG;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it. Many see this as a $COUNTRY_ADJ$ play for influence in Tibet, though in the end an agreement was indeed reached and Tibet’s borders are now secure.;;;;;;;;;;;;x,,,,,, -EVTDESC131713_NEWS_MEDIUM;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations—one where Tibet would remain free with the land belonging to it.;;;;;;;;;;;;x,,,,,,, -EVTDESC131713_NEWS_SHORT;After having been approached by the newly-independent Tibet, $COUNTRY$ approached the $FROMCOUNTRY_ADJ$ government in order to mediate a deal between the nations.;;;;;;;;;;;;x,,,,,,, -EVTDESC131715_NEWS_LONG;$COUNTRY_ADJ$ efforts to modernize the Beiyang army have borne fruit, but the modernization has necessitated a division of authority among $COUNTRY$’s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation. They are part of the Beiyang Army, but fight amongst themselves... And, far more importantly, are critical of the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,, -EVTDESC131715_NEWS_MEDIUM;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among $COUNTRY$’s regional forces. The generals in charge of these forces, 'warlords' as some refer to them, have been gaining a great deal of power in the nation.;;;;;;;;;;;;x,,,,, -EVTDESC131715_NEWS_SHORT;$COUNTRY_ADJ$ efforts to modernize its army have borne fruit, but this has necessitated a division of authority among generals who now wield a great deal of political influence in the nation.;;;;;;;;;;;;x,,,,,,, -EVTDESC131730_NEWS_LONG;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control. A contest has begun regarding who will control the future of China's destiny, and most are certain it will not be long before the entire nation is engulfed in war.;;;;;;;;;;;;x,,,,,,, -EVTDESC131730_NEWS_MEDIUM;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$. What began with several of the outlying warlords declaring their independence has ended with the most powerful generals in the Beiyang Army struggling for control.;;;;;;;;;;;;x,,,,,,,, -EVTDESC131730_NEWS_SHORT;Resistance against the government in $CAPITAL$ has culminated in a breakdown in authority within $COUNTRY$, with its most powerful generals struggling for control.;;;;;;;;;;;;x,,,,,,, -EVTDESC131745_NEWS_LONG;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come. ‘This is a glorious day for China, ’ said one official. ‘At last we are unified, no longer mercy to the whims of the western powers. We are free to take our place among the great nations of the world.’;;;;;;;;;;;;x,,,,, -EVTDESC131745_NEWS_MEDIUM;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;x,,,,,,, -EVTDESC131745_NEWS_SHORT;The era of warlords is over in China, with $COUNTRY$ just the latest warlord forced to either submit to the newly-centralized Chinese government or face even more war in the years to come.;;;;;;;;;;;;x,,,,,,, -EVTDESC160008_NEWS_LONG;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire. The question now arises: what is next for China? Who are these Taiping, led by the mysterious Hong Xiuquan and his pseudo-Christian sect? Some countries are approaching the Taiping warily, worried that this may lead to even more violence in the region.;;;;;;;;;;;;x,,,, -EVTDESC160008_NEWS_MEDIUM;In a stunning victory against the ruling Manchu Dynasty, the leaders of the Taiping Rebellion have proven victorious. Reports have it that the fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;x,,,,,, -EVTDESC160008_NEWS_SHORT;The Taiping Rebellion has proven victorious. The fabled Forgotten City is burning, and all over China the rebels are making reprisals against the hated aristocracy of the Qing Empire.;;;;;;;;;;;;x,,,,,,, -EVTDESC160025_NEWS_LONG;Hong Xiuquan, leader of the Taiping, has died—now the so-called ‘Heavenly Kingdom’ must decide what to do without his guidance. There are some who say that his son, Hong Tianguifu, will be given the reins of power. Others believe a proper republic is the way forward. Still others say that Hong Xiuquan's death is a sign that the Heavenly Kingdom has lost favor, and that it must restore the Qing Dynasty to the Imperial throne—with the south remaining firmly in control, of course.;;;;;;;;;;;;x,, -EVTDESC160025_NEWS_MEDIUM;Hong Xiuquan, leader of the Taiping, has died—now the so-called ‘Heavenly Kingdom’ must decide what to do without his guidance. Many believe his son, Hong Tianguifu, must take the reins of power… but many disagree. Is this the first sign of conflict among the Taiping?;;;;;;;;;;;;x,,,, -EVTDESC160025_NEWS_SHORT;Hong Xiuquan, leader of the Taiping, has died—now the so-called ‘Heavenly Kingdom’ must decide what to do without his guidance.;;;;;;;;;;;;x,,,,,, -EVTDESC160026_NEWS_LONG;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en masse, setting up a new capital in Taibei as a government-in-exile. How they will maintain their freedom on the island is unknown, but it is almost certain they will never recover $COUNTRY$-- it has been overrun and conquered.;;;;;;;;;;;;x,,,,, -EVTDESC160026_NEWS_MEDIUM;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa. Already bureaucrats have been fleeing $CAPITAL$ en masse, setting up a new capital in Taibei as a government-in-exile.;;;;;;;;;;;;x,,,,,, -EVTDESC160026_NEWS_SHORT;With $COUNTRY_ADJ$ holdings on the mainland lost, all $COUNTRY$ has left is their stronghold on the island of Formosa—where Taibei has already been set up as a capital-in-exile.;;;;;;;;;;;;x,,,,,,, -EVTDESC190461_NEWS_LONG;‚I Have Looked Upon the Face of Agamemnon…‘ reads the short message on a wadded piece of paper, handed over to our reporter by the $COUNTRY_ADJ$ excavation leader. After many months of searching his team has finally discovered the ancient tomb at Mycenae that would, according to local tales, hold the final resting place of famous Agamemnon and his even more famous burial mask. The prestigious finding has already given much international attention to the $COUNTRY_ADJ$ Excavation Office in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;x,,,,, -EVTDESC190461_NEWS_MEDIUM;An $COUNTRY_ADJ$ excavation team has discovered the ancient tomb at Mycenae which holds the final resting place of Agamemnon and his burial mask. The finding has given much international attention to the $COUNTRY_ADJ$ Excavation Office and will surely enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC190461_NEWS_SHORT;An $COUNTRY_ADJ$ excavation team has discovered the final resting place of Agamemnon at Mycenae. The finding has given much international attention and will enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1904612_NEWS_TITLE;Palace of King Minos Discovered;;;;;;;;;;;;x,,,,,,,, -EVTDESC1904612_NEWS_LONG;Before work began in Crete by one of the most famous $COUNTRY_ADJ$ archaeologist teams, the ancient Minoan culture was only faintly reflected in classical Greek myths. After months of systematic excavations the team has now finally discovered a complex near Knossos which, according to the $COUNTRY_ADJ$ team leader, appears to be the foundations of King Minos‘ Palace. The prestigious finding has already given much international attention to the $COUNTRY_ADJ$ Excavation Office in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;x,,,,, -EVTDESC1904612_NEWS_MEDIUM;An $COUNTRY_ADJ$ excavation team on Crete has discovered a complex near Knossos which appears to be the foundations of Minoan King Minos‘ Palace. The finding has given much international attention to the $COUNTRY_ADJ$ Excavation Office and will surely enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1904612_NEWS_SHORT;An $COUNTRY_ADJ$ excavation team on Crete has discovered the foundations of Minoan King Minos‘ Palace. The finding has given much international attention and will enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1905101_NEWS_TITLE;'Homo Neanderthalensis' Discovered;;;;;;;;;;;;x,,,,,,,, -EVTDESC1905101_NEWS_LONG;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men at a location near Dusseldorf in German territory. According to the $COUNTRY_ADJ$ team leader, the 'Neanderthals' appear to be an extinct species or subspecies of the genus Homo which seem closely related to modern humans. As scientists have never seen bones like this before the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;x,,,,,,, -EVTDESC1905101_NEWS_MEDIUM;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men at a location near Dusseldorf in German territory. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1905101_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found bones of primative ancient men near Dusseldorf in German territory. The finding has given much attention and will enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1905201_NEWS_TITLE;'Homo Erectus' Discovered;;;;;;;;;;;;x,,,,,,,, -EVTDESC1905201_NEWS_LONG;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men on the island of Java in the Indian Ocean. According to the $COUNTRY_ADJ$ scientists, 'Homo Erectus' appears to be a human species which has lived in Asia and probably Africa, and eventually evolved into the species of 'Homo Sapiens'. As this type of ancient bones has been unknown so far the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;x,,,,,, -EVTDESC1905201_NEWS_MEDIUM;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men on the island of Java in the Indian Ocean. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1905201_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found bones of primative ancient men on the island of Java in the Indian Ocean. The finding has given much attention and will enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTNAME1905301_NEWS_TITLE;Scientists Discover 'Taung-Child';;;;;;;;;;;;x,,,,,,,, -EVTDESC1905301_NEWS_LONG;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. According to the $COUNTRY_ADJ$ scientists leader, 'Australopithecus Africanus' –or simply 'Taung-child' by our reporter - could possibly represent a viable candidate for the ancestor of the genus ‚Homo‘. As this type of ancient skull has been unknown so far the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;x,,,,,,, -EVTDESC1905301_NEWS_MEDIUM;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1905301_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. The finding has given much attention and will enhance further research.;;;;;;;;;;;;x,,,,,,,, -EVTDESC800065_NEWS_LONG;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. ‘Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!’ blustered one official. ‘They are funding these criminals and rebels, urging them to overthrow our government!’ There is no word of a reaction from the $FROMCOUNTRY_ADJ$ government as of yet, but it is clear that many are urging for some kind of action. ‘Should $COUNTRY$ do nothing? I think not!’;;;;;;;;;;;;x,,,,, -EVTDESC800065_NEWS_MEDIUM;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province. ‘Clearly there is no respect for $COUNTRY_ADJ$ sovereignty!’ blustered one official.;;;;;;;;;;;;x,,,,,,, -EVTDESC800065_NEWS_SHORT;Recent news has surfaced of a tense confrontation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$, based on accusations that the $FROMCOUNTRY_ADJ$ is spreading ideological propaganda in a $COUNTRY_ADJ$ border province.;;;;;;;;;;;;x,,,,,,, -EVTNAME800077_NEWS_TITLE;$COUNTRY_ADJ$-$FROMCOUNTRY_ADJ$ Summit of $YEAR$;;;;;;;;;;;;x,,,,,,,, -EVTDESC800077_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. ‘It was even better than we’d hoped, ’ said one member of the $FROMCOUNTRY_ADJ$ delegation. Several important trade agreements were made, but far more importantly an accord on military cooperation was reached. This new alliance between the countries heralds a new era, though some skeptics say it is unlikely to matter in the long run. ‘They can say all they like, ’ remarked an official. ‘We all know that the moment $COUNTRY$ is truly threatened, $FROMCOUNTRY$ will be nowhere to be found.’;;;;;;;;;;;;x,,, -EVTDESC800077_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success. ‘It was even better than we’d hoped, ’ said one member of the $FROMCOUNTRY_ADJ$ delegation.;;;;;;;;;;;;x,,,,,,, -EVTDESC800077_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers was a success.;;;;;;;;;;;;x,,,,,,,, -EVTDESC800078_NEWS_LONG;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. While there was much talk of increasing military cooperation, talks reportedly got bogged down by disagreements on matters of trade and old disputes that remain unresolved. ‘Perhaps there’s too much bad blood between us, ’ remarked one $COUNTRY_ADJ$ official, ‘or simply not enough political will to make things better.’ $FROMCOUNTRY_ADJ$ delegates left $CAPITAL$ with promises to soon return.;;;;;;;;;;;;x,,,,, -EVTDESC800078_NEWS_MEDIUM;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success. Talk of increased cooperation was reportedly bogged down by old disputes that remain unresolved.;;;;;;;;;;;;x,,,,,,,, -EVTDESC800078_NEWS_SHORT;News out of $CAPITAL$ regarding the high-level meeting between officials from $FROMCOUNTRY$ and $COUNTRY$ states that the summit between the great powers had only limited success.;;;;;;;;;;;;x,,,,,,,, -EVTNAME800090_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Heats Up;;;;;;;;;;;;x,,,,,,,, -EVTDESC800090_NEWS_LONG;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$’s efforts to apologize and offer reparations, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ espionage and collusion with $COUNTRY$’s enemies. The matter remains unresolved, and while many feel $COUNTRY$ is being unreasonable it seems war may be the result.;;;;;;;;;;;;x,,,,,, -EVTDESC800090_NEWS_MEDIUM;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Despite $FROMCOUNTRY$’s efforts to apologize, the $COUNTRY_ADJ$ government has remained adamant with its claims of $FROMCOUNTRY_ADJ$ collusion with $COUNTRY$’s enemies.;;;;;;;;;;;;x,,,,,,, -EVTDESC800090_NEWS_SHORT;A recent altercation at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a full-blown diplomatic incident with $COUNTRY$. Many fear that war will be the result.;;;;;;;;;;;;x,,,,,,,, -EVTNAME800091_NEWS_TITLE;$FROMCOUNTRY_ADJ$ Incident Resolved;;;;;;;;;;;;x,,,,,,,, -EVTDESC800091_NEWS_LONG;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved without escalation. There were initial concerns regarding possible $FROMCOUNTRY_ADJ$ involvement in espionage against the $COUNTRY_ADJ$ government, but $COUNTRY$ has accepted $FROMCOUNTRY$’s assurances to the contrary. Though relations have cooled as a result, most officials seem confident there need be no war.;;;;;;;;;;;;x,,,,, -EVTDESC800091_NEWS_MEDIUM;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a full diplomatic incident with $COUNTRY$, the matter seems to have been resolved. Though relations have cooled as a result, most officials seem confident there will be no war.;;;;;;;;;;;;x,,,,,, -EVTDESC800091_NEWS_SHORT;While many feared a recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to a diplomatic incident with $COUNTRY$, the matter seems to have been resolved peacefully.;;;;;;;;;;;;x,,,,,,, -EVTDESC800092_NEWS_LONG;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. $FROMCOUNTRY$ responded to the incident by denying any involvement," claiming the incident isolated, but $COUNTRY$ angrily retorted with accusations of $FROMCOUNTRY_ADJ$ espionage. Outside observers seem to believe that $COUNTRY$ may be in the right", but $FROMCOUNTRY$ has so far refused to back down and the matter has escalated to the point that open conflict may be inevitable.;;;;;;;;;;;;x,,,,,, -EVTDESC800092_NEWS_MEDIUM;A recent incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers. Outside observers believe $COUNTRY$ is in the right, but $FROMCOUNTRY$ has so far refused to back down and open conflict may be inevitable.;;;;;;;;;;;;x,,,,,,, -EVTDESC800092_NEWS_SHORT;A recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ has led to a war of words between the great powers, with many fearing that open conflict may be inevitable.;;;;;;;;;;;;x,,,,,,, -EVTDESC800093_NEWS_LONG;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears that escalation has been avoided. $FROMCOUNTRY$’s initial response was unapologetic, claiming they had no involvement, and while $COUNTRY$ at first refused to accept that they have since been forced to admit they have no evidence to the contrary. Relations between the countries has cooled as a result, but at least one official relayed his relief that this now meant war would not be a necessity.;;;;;;;;;;;;x,,,, -EVTDESC800093_NEWS_MEDIUM;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war between the great powers, it appears escalation has been avoided. Relations between the countries have cooled as a result, but further conflict is so far unlikely.;;;;;;;;;;;;x,,,,,, -EVTDESC800093_NEWS_SHORT;While many feared that a recent diplomatic incident at the $FROMCOUNTRY_ADJ$ embassy in $CAPITAL$ would lead to war with $COUNTRY$, it appears escalation has been avoided.;;;;;;;;;;;;x,,,,,,, -EVTNAME8001160_NEWS_TITLE;$COUNTRY_ADJ$ Monarchy Questioned;;;;;;;;;;;;;x,,,,,,,, -EVTDESC8001160_NEWS_LONG;In the brightening enlightenment of liberalism the 'Divine Right of the Monarch' is being increasingly criticized. This applies especially for $COUNTRY$, one of the few remaining absolute monarchies of the time. Recently, a prominent $COUNTRY_ADJ$ newspaper has published a high-profile article openly criticizing the $COUNTRY_ADJ$ monarchy and its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are already conscious about the end of the monarchy if the free press continues to agitate that way.;;;;;;;;;;;;;x,,,,,, -EVTDESC8001160_NEWS_MEDIUM;Arguing against the 'Divine Right of the Monarchy' a $COUNTRY_ADJ$ newspaper has publicly criticized its 'backward absolute sovereign who is threatening the future of the country'. Critical voices are conscious about the end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC8001160_NEWS_SHORT;A $COUNTRY_ADJ$ newspaper has publicly criticized the country’s 'backward absolute sovereign'. Critical voices see the final end of the monarchy if the free press continues to agitate.;;;;;;;;;;;;;x,,,,,,,, -EVTNAME800118_NEWS_TITLE;$COUNTRY_ADJ$'s Monarchy Threatened! ;;;;;;;;;;;;;x,,,,,,,, -EVTDESC800118_NEWS_LONG;Following a massive demonstration in the capital of $COUNTRY$, criticizing the 'Divine Right of the Monarch' and the 'backward absolute sovereign', things now might get out of control. $COUNTRY_ADJ$ police have found evidence of a secret revolutionary society which has been founded to overthrow the monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have now suggested to take more immediate and immersive action. Wether it will have a real effect remains to be seen.;;;;;;;;;;;;;x,,,,,, -EVTDESC800118_NEWS_MEDIUM;Following a demonstration in the capital, $COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. As all efforts to calm the crisis so far have been unsuccessful the royal advisors have suggested to take more immediate and immersive action.;;;;;;;;;;;;;x,,,,,,, -EVTDESC800118_NEWS_SHORT;$COUNTRY_ADJ$ police have found evidence of a secret plot to overthrow the absolute monarchy. Due to the unsuccessful calming efforts so far the royal advisors suggest to take more action.;;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010011_NEWS_LONG;Troublesome reports arrive from Ireland of what appears to be a widespread shortage in agricultural products gripping the territory and establishing a situation of famine among the population. While reports vary as to the severity of the situation, tales of entire harvests of potato being rendered useless by the potato blight illness set the stage for what some are dubbing 'the beggining of a calamity' due to the tuber's importance in the irish diet. $FROMCOUNTRY_ADJ$ response to the reports has so far been indecisive, and many wonder how the situation will evolve.;;;;;;;;;;;;x,,,,,, -EVTDESC1010011_NEWS_MEDIUM;Reports arrive from Ireland of a shortage in agricultural products establishing a famine in the island, with tales of entire harvests of potato being rendered useless. $FROMCOUNTRY_ADJ$ response to the reports has so far been undecisive as many wonder how the situation will evolve.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010011_NEWS_SHORT;Reports come from Ireland of a shortage in agricultural products causing a famine in the island. With tales of entire harvests rendered useless, many call on the government to take action.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010015_NEWS_LONG;Tensions came to a boil in the village of Ballingary in Ireland as the famine affecting the region reaches catastrophic proportions. A group calling themselves the 'Young Irelanders' rose in rebellion against the British authorities, raising barricades and facing the police in a standoff that lasted several hours before police reinforcements lead the rebels to flee. As the manhunt for the rebel leaders continue, many are believed to have escaped to France and USA. The british government has dubbed the rebellion as 'an outrageous attempt to subvert law and order'.;;;;;;;;;;;;x,,,,,, -EVTDESC1010015_NEWS_MEDIUM;Tensions came to a boil in the village of Ballingary in Ireland where a group called the 'Young Irelanders' rose in rebellion against British authorities, facing the police in a standoff that lasted several hours before police reinforcements forced the rebels to flee.;;;;;;;;;;;;x,,,,,,, -EVTDESC1010015_NEWS_SHORT;In Ireland, a group called the 'Young Irelanders' rose against the british authorities, facing the police in a standoff before police reinforcements forced the rebels to flee.;;;;;;;;;;;;x,,,,,, -EVTDESC1010020_NEWS_LONG;The tone among the people in Ireland has changed. Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood. Already they are stirring up trouble, and it seems certain they will continue until some manner of home rule is attained.;;;;;;;;;;;;x,,,,, -EVTDESC1010020_NEWS_MEDIUM;Many Irish nationalist who emigrated to the United States founded a militant organization called the Fenian Brotherhood there, a group dedicated to freeing Ireland from British control... and now they have formed a sister organization back home, the Irish Republican Brotherhood.;;;;;;;;;;;;x,,,,,, -EVTDESC1010020_NEWS_SHORT;Irish nationalists who immigrated to the United States founded the radical Fenian Brotherhood. Now they have formed a sister organization back home: the Irish Republican Brotherhood.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010024_NEWS_MEDIUM;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and declared themselves the parliament, and demanded that Ireland be granted immediate independence. Considering their popularity, refusing would all but certainly trigger a war.;;;;;;;;;;;;x,,,,,, -EVTDESC1010024_NEWS_SHORT;The Sinn Féin have won a majority of seats in Ireland during the last election. They gathered in Dublin and demanded that Ireland be granted immediate independence.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010025_NEWS_LONG;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on theirs. The suggestion is that Ireland remain an autonomous Dominion under British control, with any regions that wish to opt out of the new state and remain part of $COUNTRY$ able to do so. Others suggest this is unworkable, and the British should either simply release them and keep them as allies or annex them entirely.;;;;;;;;;;;;x,,,, -EVTDESC1010025_NEWS_MEDIUM;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;x,,,,,, -EVTDESC1010025_NEWS_SHORT;With Ireland once again under British control, talks have begun in earnest to deal with the Irish situation once and for all... now on British terms, rather than on Ireland's.;;;;;;;;;;;;x,,,,,, -EVTDESC1010032_NEWS_LONG;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament, and while it is continually being held up by opposition from the Upper House, there is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who-- in the not-too-distant past-- might have said that Home Rule was unthinkable.;;;;;;;;;;;;x,,,,,, -EVTDESC1010032_NEWS_MEDIUM;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through the British Parliament. There is a sense that the man is managing to convince $COUNTRY_ADJ$ law-makers who-- in the not-too-distant past-- might have said that Home Rule was unthinkable.;;;;;;;;;;;;x,,,,,,,, -EVTDESC1010032_NEWS_SHORT;Charles Stewart Parnell has been successfully advancing his Irish Home Rule Bill through British Parliament. The man is convincing law-makers who might have once deemed Home Rule unthinkable.;;;;;;;;;;;;x,,,,,,,, -EVTNAME3000075_NEWS_TITLE;$YEAR$ World's Fair;;;;;;;;;;;;x,,,,,,,, -EVTDESC3000075_NEWS_LONG;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been measured as an incredible success for $COUNTRY$. The marvels of culture and ingenuity on display drew attendees from across the globe, and all of them remarked not only on the beauty of the venue but also the keen manner in which $COUNTRY$ showed off its progress. ‘Truly the $COUNTRY_ADJ$ people should be proud of their fine nation, ’ boasted one of the delegates during an interview in $CAPITAL$. ‘Never have so many come so far to see so much! An incredible affair!’;;;;;;;;;;;;x,,,,, -EVTDESC3000075_NEWS_MEDIUM;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been measured as an incredible success for $COUNTRY$. The marvels of culture and ingenuity on display drew attendees from across the globe, and all of them remarked on the keen manner in which $COUNTRY$ showed off its progress.;;;;;;;;;;;;x,,,,,, -EVTDESC3000075_NEWS_SHORT;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been deemed an incredible success for $COUNTRY$. Congratulations to all those involved!;;;;;;;;;;;;x,,,,,,, -EVTDESC3000076_NEWS_LONG;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success. ‘We had problems from day one, ’ remarked the head organizer and chairman of the $COUNTRY_ADJ$ delegation. ‘Budget overruns, displays not showing up on time... it was one issue after another!’ Some also cite the refusal of some delegations to attend, as well as the poor choice of venue. ‘We thought placing in the site in $CAPITAL$’s poor quarter would help revitalize the area! Show off the $COUNTRY_ADJ$ spirit! Next time we’ll know better.’;;;;;;;;;;;;x,,,, -EVTDESC3000076_NEWS_MEDIUM;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success. ‘We had problems from day one, ’ remarked the head organizer and chairman of the $COUNTRY_ADJ$ delegation.;;;;;;;;;;;;x,,,,,, -EVTDESC3000076_NEWS_SHORT;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success.;;;;;;;;;;;;x,,,,,,, -EVTDESC3000077_NEWS_LONG;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster. ‘It’s a blight on $COUNTRY$’s reputation, bemoaned one delegate who left two days prior to the event’s end. ‘I don’t know what they were thinking.’ Massive budget overruns reportedly led to shortages in staff and supplies. That, combined with the scarcity of accommodations in $CAPITAL$, an appalling absence of the parties one expects at such an event, and a spectacular fire in the $COUNTRY_ADJ$ Cultural Pavilion have made this an affair the nation would rather everyone forgot.;;;;;;;;;;;;x,,, -EVTDESC3000077_NEWS_MEDIUM;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster. ‘It’s a blight on $COUNTRY$’s reputation, bemoaned one delegate who left two days prior to the event’s end. ‘I don’t know what they were thinking.’;;;;;;;;;;;;x,,,,,, -EVTDESC3000077_NEWS_SHORT;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster and an embarrassment for the $COUNTRY_ADJ$ government.;;;;;;;;;;;;x,,,,,,, -EVTNAME11380019_NEWS_TITLE;$COUNTRY_ADJ$ Constitutional Crisis;;;;;;;;;;;;x,,,,,,,, -EVTDESC11380019_NEWS_LONG;$COUNTRY$: In a surprise election win," the fascists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380019_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the fascists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380019_NEWS_SHORT;$COUNTRY$: In a surprise election win, the fascists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380020_NEWS_LONG;$COUNTRY$: In a surprise election win," the communists have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380020_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380020_NEWS_SHORT;$COUNTRY$: In a surprise election win, the communists have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380021_NEWS_LONG;$COUNTRY$: In a surprise election win," the anarcho-liberals have taken power in the government. Technically they are allowed to do so, as their party has not been banned. There are concerns", however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so. Regardless, the $COUNTRY_ADJ$ people have spoken... and the monarchy must now decide whether to intervene and refuse the fascists their mandate or admit that they have no power and thus relinquishing all control over the government.;;;;;;;;;;;;x,,,, -EVTDESC11380021_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government. There are concerns, however, that their ultimate goal is to take over $COUNTRY$ and that this election win is just the first step in doing so, and the monarchy may intervene.;;;;;;;;;;;;x,,,, -EVTDESC11380021_NEWS_SHORT;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power. There are concerns that their ultimate goal is to take over $COUNTRY$ and thus the monarchy may intervene.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380022_NEWS_LONG;$COUNTRY$: In a surprise election win, the communists have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;x,,,,, -EVTDESC11380022_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the communists have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;x,,,,,, -EVTDESC11380022_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned communist party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;x,,,,,,, -EVTDESC11380023_NEWS_LONG;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted: the communists cannot be permitted to form the new government, but even if the monarchy refuses them the next election might simply have the same crisis occur all over again, or worse. The $COUNTRY_ADJ$ monarchy is reportedly weighing its options—invalidating the election entirely or casting aside the voting reforms and restoring its absolute rule.;;;;;;;;;;;;x,,,,, -EVTDESC11380023_NEWS_MEDIUM;$COUNTRY$: In a surprise election win, the anarcho-liberals have taken power in the government-- despite the fact that their party opposes the monarchy and has been banned. Thus a political showdown has resulted, and the $COUNTRY_ADJ$ is forced to intervene.;;;;;;;;;;;;x,,,,,, -EVTDESC11380023_NEWS_SHORT;$COUNTRY$: In a surprise election win, the banned anarcho-liberal party has taken power in the government—forcing a political showdown with the $COUNTRY_ADJ$ monarchy.;;;;;;;;;;;;x,,,,,,, -EVTDESC152009873_NEWS_LONG;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings-- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers. They claim that $COUNTRY$ is in a state of 'upheaval', and only the army can restore order. It is not yet known whether they will be successful in their attempted overthrow.;;;;;;;;;;;;x,,,,,, -EVTDESC152009873_NEWS_MEDIUM;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings-- not to protect the $COUNTRY_ADJ$ government as is their duty, but instead to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;x,,,,,,, -EVTDESC152009873_NEWS_SHORT;$COUNTRY_ADJ$ army forces in $CAPITAL$ have made their way toward the government buildings to oust the leaders and install themselves as $COUNTRY$'s new rulers.;;;;;;;;;;;;x,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EVTDESC20002_NEWS_LONG;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage. The $COUNTRY_ADJ$ army stood by, waiting for the orders to attack the crowds, but some in $COUNTRY$ are considering whether it might be better to accede to the public’s demands.;;;;;;;;;;;;; +EVTDESC20002_NEWS_MEDIUM;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage.;;;;;;;;;;;;; +EVTDESC20002_NEWS_SHORT;Thousands of people flooded into $CAPITAL$'s central square, demanding an end to the $COUNTRY_ADJ$ dictatorship with a democratic constitution and universal suffrage.;;;;;;;;;;;;; +EVTNAME20006_NEWS_TITLE;$COUNTRY_ADJ$ Dictator Assassinated!;;;;;;;;;;;;; +EVTDESC20006_NEWS_LONG;Today is a grim day for $COUNTRY$. The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radical liberals. The country has been thrown into mourning, though even now there is word that factions are maneuvering to either find a successor to take the president's place… or overthrow the $COUNTRY_ADJ$ dictatorship once and for all.;;;;;;;;;;;;; +EVTDESC20006_NEWS_MEDIUM;Today is a grim day for $COUNTRY$. The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radicals. The country has been thrown into mourning, though even now factions are maneuvering to find a successor to take the president's place.;;;;;;;;;;;;; +EVTDESC20006_NEWS_SHORT;The $COUNTRY_ADJ$ president has been shot dead in $CAPITAL$, the victim of an ambush plotted by radicals. Even now factions are maneuvering to find a successor to take the president's place.;;;;;;;;;;;;; +EVTNAME97205_NEWS_TITLE;Kiel Canal' Now Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;; +EVTDESC97205_NEWS_LONG;The recent military and administrative takeover of the province of Kiel by $COUNTRY$ has caused hefty discussions among the international trading companies, as this small North German territory homes the 'Kiel Canal'. Since its opening the canal is already considered an important sea traffic route, considerably shortening the traffic distances between the North and the Baltic Sea. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;; +EVTDESC97205_NEWS_MEDIUM;The recent takeover of the 'Kiel Canal' by $COUNTRY$ has caused hefty discussions among the international trading companies. The canal is already considered an important sea traffic route, considerably shortening the traffic distances between the North and the Baltic Sea.;;;;;;;;;;;;; +EVTDESC97205_NEWS_SHORT;The recent takeover of the 'Kiel Canal' by $COUNTRY$ has caused hefty discussions among the international trading companies. The canal is already considered an important sea traffic route.;;;;;;;;;;;;; +EVTNAME97210_NEWS_TITLE;$COUNTRY_ADJ$ Plans For 'Kiel Canal' Revealed;;;;;;;;;;;;; +EVTDESC97210_NEWS_LONG;Local shipowner and businessmen from the province of Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway across the Cimbrian peninsula to shorten the traffic distances between the North and the Baltic Sea. Though the finalization of this canal would likely take some time it would also mark another historic point in the industrial and commercial development of $COUNTRY$. Neither the government nor the businessmen would comment on an exact starting date for the construction though.;;;;;;;;;;;;; +EVTDESC97210_NEWS_MEDIUM;Local shipowner and businessmen from the province of Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway across the Cimbrian peninsula to shorten the traffic distances between the North and the Baltic Sea.;;;;;;;;;;;;; +EVTDESC97210_NEWS_SHORT;Businessmen from Kiel presented to the $COUNTRY_ADJ$ government a concept for construction of the 'Kiel Canal',a waterway to shorten the traffic distances between the North and Baltic Sea.;;;;;;;;;;;;; +EVTNAME97225_NEWS_TITLE;$COUNTRY$ Completes Kiel Canal;;;;;;;;;;;;; +EVTDESC97225_NEWS_LONG;From the 16th century onwards there were repeated plans to dig a waterway across the Cimbrian peninsula, to shorten the traffic distances between the major harbours in the North and the Baltic Sea. With the 'Kiel Canal' finally complete and the Hamburg-American freighter, Palatia, being the first ship to pass through the construction of this canal has greatly increased the international prestige of $COUNTRY$. The $COUNTRY_ADJ$ Board of Trade has not commented on possible annual revenues so far but is expected to do so in the near future.;;;;;;;;;;;;; +EVTDESC97225_NEWS_MEDIUM;With the 'Kiel Canal' finally complete, the construction of this waterway to shorten the traffic distances between the North and the Baltic Sea has greatly increased the international prestige of $COUNTRY$. The National Board of Trade has not commented on annual revenues so far.;;;;;;;;;;;;; +EVTDESC97225_NEWS_SHORT;With the 'Kiel Canal' complete, its construction to shorten the traffic distances between the North and Baltic Sea has greatly increased the international prestige of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME97255_NEWS_TITLE;Suez Canal Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;; +EVTDESC97255_NEWS_LONG;The recent military and administrative takeover of the region around Suez by $COUNTRY$ has caused a major turmoil among the international trading companies, as this territory homes the 'Suez Canal'. Since its opening the canal is already considered the most important sea traffic route in the world, substantially shortening the traffic distances between European and Asian harbours. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;; +EVTDESC97255_NEWS_MEDIUM;The recent takeover of the 'Suez Canal' by $COUNTRY$ has caused a turmoil among the international trading companies. The canal is already considered the most important sea traffic route, substantially shortening the traffic distances between Europe and Asia.;;;;;;;;;;;;; +EVTDESC97255_NEWS_SHORT;The takeover of the 'Suez Canal' by $COUNTRY$ has caused a turmoil among the international trading companies. The canal is already considered the most important sea traffic route.;;;;;;;;;;;;; +EVTNAME97265_NEWS_TITLE;$COUNTRY$ Reveals Plans For 'Suez Canal';;;;;;;;;;;;; +EVTDESC97265_NEWS_LONG;$COUNTRY_ADJ$ engineers have officially presented to the regional Egyptian government a concept for construction of a waterway directly linking the Mediterranean to the Red Sea – calling it the 'Suez Canal'. According to the engineering lead team 'the construction of this canal can be done within a few years…provided that problems of any other than a technical kind will not arise'. Local officials have not commented on an exact starting date for the construction but denied repeating rumors that the $COUNTRY_ADJ$ government itself would be behind the project.;;;;;;;;;;;;; +EVTDESC97265_NEWS_MEDIUM;$COUNTRY_ADJ$ engineers have presented to the regional Egyptian government a concept for construction of a waterway directly linking the Mediterranean to the Red Sea – calling it the 'Suez Canal'. Officials have not commented on an exact starting date for the construction.;;;;;;;;;;;;; +EVTDESC97265_NEWS_SHORT;$COUNTRY_ADJ$ engineers have presented to the local Egyptian government a concept for construction of the 'Suez Canal', directly linking the Mediterranean to the Red Sea.;;;;;;;;;;;;; +EVTNAME97280_NEWS_TITLE;$COUNTRY$ Completes Suez Canal;;;;;;;;;;;;; +EVTDESC97280_NEWS_LONG;'In homage to the memory of a generous though unfortunate man…' The unveiling of this engraving on a bronze bust funded by the $COUNTRY_ADJ$ government marked the highly prestigious formal opening ceremony of the 'Suez Canal'. This waterway, directly linking the Mediterranean to the Red Sea, might soon become the most important sea traffic route in the world as it drastically shortens the traffic distances between Europe and Asia. The $COUNTRY_ADJ$ National Board of Trade will announce the annual fees for the formal right of passage within the next week.;;;;;;;;;;;;; +EVTDESC97280_NEWS_MEDIUM;The unveiling of an engraving funded by the $COUNTRY_ADJ$ government marked the highly prestigious opening ceremony of the 'Suez Canal'. This waterway, directly linking the Mediterranean to the Red Sea, might soon become the most important sea traffic route in the world.;;;;;;;;;;;;; +EVTDESC97280_NEWS_SHORT;With the 'Suez Canal' complete, its construction to shorten the traffic distances between the North and Baltic Sea has greatly increased the international prestige of $COUNTRY$.;;;;;;;;;;;;; +EVTNAME97355_NEWS_TITLE;Panama Canal Under $COUNTRY_ADJ$ Control;;;;;;;;;;;;; +EVTDESC97355_NEWS_LONG;The recent military and administrative takeover of the Panaman region by $COUNTRY$ has caused discussions among the international trading companies, as this territory homes the 'Panama Canal'. Since its opening the canal is already considered a very important sea traffic route, joining the Atlantic and the Pacific Ocean and thus replacing the long and treacherous route around South America. All major trading companies have already applied to the $COUNTRY_ADJ$ Board of Trade for formal rights of passage through the canal.;;;;;;;;;;;;; +EVTDESC97355_NEWS_MEDIUM;The takeover of the 'Panama Canal' by $COUNTRY$ has caused discussions among the international trading companies. The canal is already considered a very important sea traffic route, joining the Atlantic and the Pacific Ocean and thus replacing the route around South America.;;;;;;;;;;;;; +EVTDESC97355_NEWS_SHORT;The takeover of the 'Panama Canal' by $COUNTRY$ has caused discussions among the international trading companies. The canal is already considered a very important sea traffic route.;;;;;;;;;;;;; +EVTNAME97365_NEWS_TITLE;$COUNTRY_ADJ$ Plans For 'Panama Canal' Revealed;;;;;;;;;;;;; +EVTDESC97365_NEWS_LONG;The $COUNTRY_ADJ$ government has officially presented plans for construction of the 'Panama Canal', a waterway directly linking the Atlantic Ocean to the Pacific Ocean and thus replacing the long and treacherous route around South America. According to the $COUNTRY_ADJ$ ambassador in Panama' the construction of this canal 'should be done within a few years…including possible problems of any kind'. The lead engineer did not comment on the comments of the ambassador and was rather reluctant about an exact starting date for the project.;;;;;;;;;;;;; +EVTDESC97365_NEWS_MEDIUM;The $COUNTRY_ADJ$ government has presented plans for construction of the 'Panama Canal', a waterway linking the Atlantic to the Pacific Ocean and thus replacing the long route around South America. The lead engineer was rather reluctant about an exact starting date.;;;;;;;;;;;;; +EVTDESC97365_NEWS_SHORT;The $COUNTRY_ADJ$ government has presented plans for construction of the 'Panama Canal', a waterway linking the Atlantic to the Pacific Ocean. An exact starting date was not given.;;;;;;;;;;;;; +EVTNAME97380_NEWS_TITLE;$COUNTRY$ Completes 'Panama Canal'!;;;;;;;;;;;;; +EVTDESC97380_NEWS_LONG;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering which can undoubtedly be celebrated as the culmination of the $COUNTRY_ADJ$ technological ingenuity and medical innovation. The government has never commented on any technical problems, the project costs or the reported deathtoll due to tropical diseases. The annual charges for the right of passage however indicate that a rather high price in money, and in human life, might have been paid.;;;;;;;;;;;;; +EVTDESC97380_NEWS_MEDIUM;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering. The government has not commented on anything except the annual charges for the rights of passage.;;;;;;;;;;;;; +EVTDESC97380_NEWS_SHORT;The $COUNTRY_ADJ$ High Council has formally opened the 'Panama Canal', one of the most prestigious but also most costly projects in the history of modern engineering.;;;;;;;;;;;;; +EVTNAME97405_NEWS_TITLE;Insufficient Postage!;;;;;;;;;;;;; +EVTDESC97405_NEWS_LONG;A small greeting card from the recently opened Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history. According to secret interrogation protocols handed over to our reporter the turmoil began as political party members of 'Overpaid and against all and everything' accused a $COUNTRY_ADJ$ bureaucrat in $CAPITAL$, who had been sent a personal Panaman greeting card from a still unknown source, to use unauthorized state treasury funds for paying the insufficient postage. The government declined the accusations to no avail.;;;;;;;;;;;;; +EVTDESC97405_NEWS_MEDIUM;A greeting card from the Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history as political party members of 'Overpaid and against all and everything' accused a bureaucrat to use unauthorized state treasury funds for paying the insufficient postage.;;;;;;;;;;;;; +EVTDESC97405_NEWS_SHORT;A greeting card from the Panama Canal has ignited the most critical turmoil in $COUNTRY_ADJ$ history as a bureaucrat was accused to use unauthorized funds for paying the insufficient postage.;;;;;;;;;;;;; +EVTDESC190461_NEWS_LONG;‚I Have Looked Upon the Face of Agamemnon…‘ reads the short message on a wadded piece of paper, handed over to our reporter by the $COUNTRY_ADJ$ excavation leader. After many months of searching his team has finally discovered the ancient tomb at Mycenae that would, according to local tales, hold the final resting place of famous Agamemnon and his even more famous burial mask. The prestigious finding has already given much international attention to the $COUNTRY_ADJ$ Excavation Office in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;; +EVTDESC190461_NEWS_MEDIUM;An $COUNTRY_ADJ$ excavation team has discovered the ancient tomb at Mycenae which holds the final resting place of Agamemnon and his burial mask. The finding has given much international attention to the $COUNTRY_ADJ$ Excavation Office and will surely enhance further research.;;;;;;;;;;;;; +EVTDESC190461_NEWS_SHORT;An $COUNTRY_ADJ$ excavation team has discovered the final resting place of Agamemnon at Mycenae. The finding has given much international attention and will enhance further research.;;;;;;;;;;;;; +EVTNAME1904612_NEWS_TITLE;Palace of King Minos Discovered;;;;;;;;;;;;; +EVTDESC1904612_NEWS_LONG;Before work began in Crete by one of the most famous $COUNTRY_ADJ$ archaeologist teams, the ancient Minoan culture was only faintly reflected in classical Greek myths. After months of systematic excavations the team has now finally discovered a complex near Knossos which, according to the $COUNTRY_ADJ$ team leader, appears to be the foundations of King Minos‘ Palace. The prestigious finding has already given much international attention to the $COUNTRY_ADJ$ Excavation Office in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;; +EVTDESC1904612_NEWS_MEDIUM;An $COUNTRY_ADJ$ excavation team on Crete has discovered a complex near Knossos which appears to be the foundations of Minoan King Minos‘ Palace. The finding has given much international attention to the $COUNTRY_ADJ$ Excavation Office and will surely enhance further research.;;;;;;;;;;;;; +EVTDESC1904612_NEWS_SHORT;An $COUNTRY_ADJ$ excavation team on Crete has discovered the foundations of Minoan King Minos‘ Palace. The finding has given much international attention and will enhance further research.;;;;;;;;;;;;; +EVTNAME1905101_NEWS_TITLE;'Homo Neanderthalensis' Discovered;;;;;;;;;;;;; +EVTDESC1905101_NEWS_LONG;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men at a location near Dusseldorf in German territory. According to the $COUNTRY_ADJ$ team leader, the 'Neanderthals' appear to be an extinct species or subspecies of the genus Homo which seem closely related to modern humans. As scientists have never seen bones like this before the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;; +EVTDESC1905101_NEWS_MEDIUM;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men at a location near Dusseldorf in German territory. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;; +EVTDESC1905101_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found bones of primative ancient men near Dusseldorf in German territory. The finding has given much attention and will enhance further research.;;;;;;;;;;;;; +EVTNAME1905201_NEWS_TITLE;'Homo Erectus' Discovered;;;;;;;;;;;;; +EVTDESC1905201_NEWS_LONG;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men on the island of Java in the Indian Ocean. According to the $COUNTRY_ADJ$ scientists, 'Homo Erectus' appears to be a human species which has lived in Asia and probably Africa, and eventually evolved into the species of 'Homo Sapiens'. As this type of ancient bones has been unknown so far the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;; +EVTDESC1905201_NEWS_MEDIUM;An $COUNTRY_ADJ$ scientists team has found bones of primative ancient men on the island of Java in the Indian Ocean. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;; +EVTDESC1905201_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found bones of primative ancient men on the island of Java in the Indian Ocean. The finding has given much attention and will enhance further research.;;;;;;;;;;;;; +EVTNAME1905301_NEWS_TITLE;Scientists Discover 'Taung-Child';;;;;;;;;;;;; +EVTDESC1905301_NEWS_LONG;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. According to the $COUNTRY_ADJ$ scientists leader, 'Australopithecus Africanus' –or simply 'Taung-child' by our reporter - could possibly represent a viable candidate for the ancestor of the genus ‚Homo‘. As this type of ancient skull has been unknown so far the prestigious finding has already given much international attention to the $COUNTRY_ADJ$ National Council of Science in $CAPITAL$ and will surely enhance further research in these fields.;;;;;;;;;;;;; +EVTDESC1905301_NEWS_MEDIUM;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. The prestigious finding has given much international attention to the $COUNTRY_ADJ$ National Council of Science and will surely enhance further research.;;;;;;;;;;;;; +EVTDESC1905301_NEWS_SHORT;$COUNTRY_ADJ$ scientists have found a skull of an odd ape-creature child near Taung in South-African territory. The finding has given much attention and will enhance further research.;;;;;;;;;;;;; +EVTNAME3000075_NEWS_TITLE;$YEAR$ World's Fair;;;;;;;;;;;;; +EVTDESC3000075_NEWS_LONG;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been measured as an incredible success for $COUNTRY$. The marvels of culture and ingenuity on display drew attendees from across the globe, and all of them remarked not only on the beauty of the venue but also the keen manner in which $COUNTRY$ showed off its progress. ‘Truly the $COUNTRY_ADJ$ people should be proud of their fine nation, ’ boasted one of the delegates during an interview in $CAPITAL$. ‘Never have so many come so far to see so much! An incredible affair!’;;;;;;;;;;;;; +EVTDESC3000075_NEWS_MEDIUM;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been measured as an incredible success for $COUNTRY$. The marvels of culture and ingenuity on display drew attendees from across the globe, and all of them remarked on the keen manner in which $COUNTRY$ showed off its progress.;;;;;;;;;;;;; +EVTDESC3000075_NEWS_SHORT;After all the dust has settled following the $YEAR$ World’s Fair in $CAPITAL$, the event has been deemed an incredible success for $COUNTRY$. Congratulations to all those involved!;;;;;;;;;;;;; +EVTDESC3000076_NEWS_LONG;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success. ‘We had problems from day one, ’ remarked the head organizer and chairman of the $COUNTRY_ADJ$ delegation. ‘Budget overruns, displays not showing up on time... it was one issue after another!’ Some also cite the refusal of some delegations to attend, as well as the poor choice of venue. ‘We thought placing in the site in $CAPITAL$’s poor quarter would help revitalize the area! Show off the $COUNTRY_ADJ$ spirit! Next time we’ll know better.’;;;;;;;;;;;;; +EVTDESC3000076_NEWS_MEDIUM;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success. ‘We had problems from day one, ’ remarked the head organizer and chairman of the $COUNTRY_ADJ$ delegation.;;;;;;;;;;;;; +EVTDESC3000076_NEWS_SHORT;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was respectable but by no means an outstanding success.;;;;;;;;;;;;; +EVTDESC3000077_NEWS_LONG;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster. ‘It’s a blight on $COUNTRY$’s reputation, bemoaned one delegate who left two days prior to the event’s end. ‘I don’t know what they were thinking.’ Massive budget overruns reportedly led to shortages in staff and supplies. That, combined with the scarcity of accommodations in $CAPITAL$, an appalling absence of the parties one expects at such an event, and a spectacular fire in the $COUNTRY_ADJ$ Cultural Pavilion have made this an affair the nation would rather everyone forgot.;;;;;;;;;;;;; +EVTDESC3000077_NEWS_MEDIUM;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster. ‘It’s a blight on $COUNTRY$’s reputation, bemoaned one delegate who left two days prior to the event’s end. ‘I don’t know what they were thinking.’;;;;;;;;;;;;; +EVTDESC3000077_NEWS_SHORT;Months after the dust has settled on the $YEAR$ World’s Fair in $CAPITAL$, the consensus appears to be that the event was an unmitigated disaster and an embarrassment for the $COUNTRY_ADJ$ government.;;;;;;;;;;;;; diff --git a/HPM/localisation/03_PDM_misc.csv b/HPM/localisation/03_PDM_misc.csv index 801c364d..5e8d771a 100644 --- a/HPM/localisation/03_PDM_misc.csv +++ b/HPM/localisation/03_PDM_misc.csv @@ -1,307 +1,269 @@ -;;;;;;;;;;;;;;x,,, -HAS_NO_UNION_TAG;has culture union;n'a pas de culture syndicale;besitzt KEINE kulturellen Unionen;;;;;;;;;;;x -UNIT_BUILD_TIME_IW;$VAL$ days.;$VAL$ jours.;$VAL$ Tage.;;$VAL$ días.;;;;;;;;;x; -breton;Breton;Breton;Bretonisch;;;;;;;;;;;x -occitan;Occitan;Occitain;Occitanisch;;;;;;;;;;;x -HAS_GOODS;produces ;;;;;;;;;;;;;x,,, -assyrian;Assyrian;;;;;;;;;;;;;x,,, -xhosa;Xhosa;;;;;;;;;;;;;x,,, -shinto;Shinto;;;;;;;;;;;;;x,,, -sephardic;Sephardic;;;;;;;;;;;;x,,, -picard;Picard;;;;;;;;;;;;x,,, -jewish_cultures;Jewish;;;;;;;;;;;;x,,, -far_east_asian;Far East Asian;;;;;;;;;;;;x,,, -arabic;Arabic;;;;;;;;;;;;x,,, -pan_albanian;Albanian;;;;;;;;;;;;x,,, -HAS_SIEGE;Under Siege;;;;;;;;;;;;x,,, -separatist_rebels_title;Patriot;;;;;;;;;;;;x,,, -separatist_rebels_name;$CULTURE$ Patriots;;;;;;;;;;;;x,,, -separatist_rebels_desc;Patriot rebels dream of unification with their cultural kin under a free banner, and any province they gain control of will eventually defect to a neighboring country of their culture.;;;;;;;;;;;;x,, -separatist_rebels_army;$CULTURE$ Patriots;;;;;;;;;;;;x,,, -turkish_nationalist_rebels_title;Turkish Nationalist;;;;;;;;;;;;x,,, -turkish_nationalist_rebels_name;Turkish Nationalists;;;;;;;;;;;;x,,, -turkish_nationalist_rebels_desc;Turkish Nationalists seek to topple the Ottoman monarchy, replacing it with a liberal republic.;;;;;;;;;;;;x,, -turkish_nationalist_rebels_army;Turkish Nationalists;;;;;;;;;;;;x,,, -socialist_rebels_title;Militant Socialist;;;;;;;;;;;;x,,, -socialist_rebels_name;Militant Socialists;;;;;;;;;;;;x,,, -socialist_rebels_army;Militant Socialists;;;;;;;;;;;;x,,, -indian_nationalists_title;Indian Nationalist;Pan-nationalistes;Pan-Nationalisten;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -indian_nationalists_name;Indian Nationalists;$UNION_ADJ$ - Pan-nationalistes;$UNION_ADJ$ Pan-Nationalisten;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -indian_nationalists_desc;Indian nationalists seek to unify the sub-continent into a free and independent nation-state, by any means necessary. This includes breaking free from foreign oppressors and uniting with their cultural kin.;;;;;;;;;;;;x,, -indian_nationalists_army;Indian Nationalists;$UNION$ - Jeunes brigades;Junge $UNION$ Brigaden;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -christino_rebels_title;Christino;;;;;;;;;;;;x,,, -christino_rebels_name;Christinos;;;;;;;;;;;;x,,, -christino_rebels_desc;These rebels support the royal line of Ferdinand VII, and consider the current king to be a pretender. They intend to reinstall the rightful queen, and restore the liberal reforms enacted by the previous royal line.;;;;;;;;;;;;x, -christino_rebels_army;Christinos;;;;;;;;;;;;x,,, -independence_rebels_title;Independence;;;;;;;;;;;;x,,, -independence_rebels_name;Independence Rebels;;;;;;;;;;;;x,,, -independence_rebels_desc;These rebels seek to free the country from its vassal status.;;;;;;;;;;;;x,,, -independence_rebels_army;Independence Rebels;;;;;;;;;;;;x,,, -native_rebels_title;Anti-Colonial;;;;;;;;;;;;x,,, -native_rebels_name;Anti-Colonial Rebels;;;;;;;;;;;;x,,, -native_rebels_desc;These rebels seek to restore rulership of the country to its proper native culture.;;;;;;;;;;;;x,,, -native_rebels_army;Anti-Colonial Rebels;;;;;;;;;;;;x,,, -liberal_rebels_desc;In an absolute monarchy, Jacobins will seek to impose a constitutional monarchy. Otherwise, Jacobins will strive to create a democratic government with a liberal ideology and a focus on political reform.;;;;;;;;;;;;;x, -NOT_STRONGER_ARMY_THAN;Does not have a stronger military than ;;;;;;;;;;;;x,,, -STRONGER_ARMY_THAN;Has a stronger military than ;;;;;;;;;;;;x,,, -regular;Regular;;;;;;;;;;;;x,,, -regular_short;Reg;;;;;;;;;;;;x,,, -horse_artillery;Mobile Artillery;;;;;;;;;;;;x,,, -horse_artillery_short;M-art;;;;;;;;;;;;x,,, -no_personality;No Personality;Aucune;Nichts;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -active_p;Active;Actif;Aktiv;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -au_fait;Au'fait;Au fait;Sicher;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -apathetic;Apathetic;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -audacious;Audacious;Audacieux;Kühn;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -able;Able;Capable;Fähig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -aweless;Aweless;Casse-cou;Respektlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -aggressive;Aggressive;Agressif;Aggressiv;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -arrogant;Arrogant;Arrogant;Arrogant;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -balanced_p;Balanced;Pondéré;Ausgewogen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -bigoted;Bigoted;Sectaire;Engstirnig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -brilliant;Brilliant;Brillant;Brilliant;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -brutish;Brutish;Brutal;Brutal;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -bold;Bold;Téméraire;Mutig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -brash;Brash;Impudent;Forsch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -ballsy;Ballsy;Valeureux;Forsch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -bastard;Bastard;Goujat;Bastard;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cautious;Cautious;Prudent;Vorsichtig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -coward;Coward;Couard;Kleinmütig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -chickenhearted;Chickenhearted;Poltron;Ängstlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -craven;Craven;Veule;Mutlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -competent;Competent;Compétent;Kompetent;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -clever;Clever;Adroit;Clever;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -careless;Careless;Négligent;Achtlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -calm;Calm;Calme;Ruhig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cool_minded;Coolminded;Serein;Bedachtsam;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -careful;Careful;Attentif;Sorgsam;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cruel;Cruel;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -choleric;Choleric;Colérique;Cholerisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -charismatic;Charismatic;Charismatique;Charismatisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -chivalrous;Chivalrous;Courtois;Ritterlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -confident;Confident;Confiant;Sicher;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -doughty;Doughty;Vaillant;Tapfer;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -defiant;Defiant;Provocateur;Trotzig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -disciplined;Disciplined;Discipliné;Diszipliniert;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -diligent;Diligent;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dauntless;Dauntless;Déterminé;Unverzagt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -daring;Daring;Hardi;Draufgängerisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -disorderly;Disorderly;Désordonné;Unordentlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -decisive;Decisive;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -dumb;Dumb;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -diplomatic;Diplomatic;Diplomate;Diplomatisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -deeply_religious;Deeply Religious;Très croyant;Tief religiös;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -expert;Expert;Expert;Experte;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -energetic;Energetic;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -efficient;Efficient;Efficace;Effizient;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -emotional;Emotional;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -earnest;Earnest;Sérieux;Ernsthaft;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -fearless;Fearless;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -forgiving;Forgiving;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -fanatic;Fanatic;Fanatique;Fanatisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -gallant;Gallant;Courageux;Galant;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -glory_hound;Glory Hound;Ambitieux;Ruhmsüchtig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -genius;Genius;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -gutsy;Gutsy;Brave;Waghalsig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -harsh;Harsh;Dur;Harsch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -hellbent;Hellbent;Acharné;Draufgänger;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -heroic;Heroic;Héroïque;Heroisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -irresponsible;Irresponsible;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -imaginative;Imaginative;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -indecisive;Indecisive;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -inspiring;Inspiring;Stimulant;Inspirierend;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -impetuous;Impetuous;Impétueux;Ungestüm;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -implacable;Implacable;Implacable;Unerbittlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -imperious;Imperious;Autoritaire;Herrisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -irate;Irate;Furieux;Aufbrausend;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -intuitive;Intuitive;Intuitif;Intuitiv;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -impulsive;Impulsive;Impulsif;Impulsiv;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -incapable;Incapable;Incapable;Unfähig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -indifferent;Indifferent;Indifférent;Gleichgültig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -intelligent;Intelligent;Intelligent;Intelligent;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -inept;Inept;Inepte;Untauglich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -inefficient;Inefficient;Inefficace;Ineffizient;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -keen;Keen;Enthousiaste;Gewitzt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -lilylivered;Lilylivered;Froussard;Feige;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -lackluster;Lackluster;Terne;Lustlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -merciless;Merciless;Impitoyable;Gnadenlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -meticulous;Meticulous;Méticuleux;Genau;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -manful;Manful;Ardent;Männlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -madman;Madman;Fou;Irrer;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -mediocre;Mediocre;Médiocre;Mittelmäßig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -maladroit;Maladroit;Maladroit;Unbeholfen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -openminded;Openminded;Ouvert d'esprit;Offen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -persistant;Persistant;Persévérant;Hartnäckig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -pompous;Pompous;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -paranoid;Paranoid;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -polite;Polite;Poli;Höflich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -pusillanimous;Pusillanimous;Pusillanime;Verzagt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -pisspoor;Pisspoor;Pitoyable;Arm;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -perverse;Perverse;Entêté;Pervers;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -resourceful;Resourceful;Ingénieux;Findig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -respectful;Respectful;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -romantic;Romantic;Romantique;Romantisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -relentless;Relentless;Implacable;Unbarmherzig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -reserved;Reserved;Réservé;Reserviert;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -resolute;Resolute;Résolu;Resolut;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -ruthless;Ruthless;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -rebellious;Rebellious;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -skilled;Skilled;Talentueux;Geschickt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -secretive;Secretive;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -shrinking_violet;Shrinking Violet;Timoré;Mauerblümchen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sinner;Sinner;;;;;;;;;;;;x,,, -strange;Strange;Étrange;Merkwürdig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -stout;Stout;Solide;Beherzt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -soldierly;Soldierly;Militaire;Soldatisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -spirited;Spirited;Fougueux;Sprühend;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -stalwart;Stalwart;Robuste;Robust;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -soft;Soft;Indolent;Weich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -spineless;Spineless;Mou;Rückgratlos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -stouthearted;Stouthearted;Intrépide;Beherzt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -steadfast;Steadfast;Inébranlable;Solide;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -scared;Scared;Craintif;Verängstigt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -shirker;Shirker;Tire-au-flanc;Drückeberger;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -smart_p;Smart;Habile;Schlau;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sharp;Sharp;Malin;Klug;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -timid;Timid;Timide;Furchtsam;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -tactful;Tactful;Délicat;Taktvoll;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unflinching;Unflinching;Opiniâtre;Entschlossen;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unruly;Unruly;Insoumis;Widerborstig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -undisciplined;Undisciplined;Indiscipliné;Undiszipliniert;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unforgiving;Unforgiving;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unmanly;Unmanly;Lâche;Unmännlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unsound;Unsound;Dangereux;Unzuverlässig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -vainglorious;Vainglorious;Vaniteux;Prahlerisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -vicious;Vicious;Violent;Bösartig;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -wrathful;Wrathful;Courroucé;Zornerfüllt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -wretched;Wretched;Misérable;Jämmerlich;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -yellow;Yellow;Trouillard;Memme;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -no_background;No Background;Aucun(e);Nichts;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -ambitious_careerist;Ambitious Careerist;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -architect;Architect;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -armchair_general;Armchair General;Général de façade;Sesselgeneral;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -artillerist;Artillerist;Artilleur;Artillerist;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -amateur;Amateur;Amateur;Amateur;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -aristocrat;Aristocrat;Aristocrate;Aristokrat;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -adventurer;Adventurer;Aventurier;Abenteurer;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -butcher;Butcher;Boucher;Schlächter;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -bureaucrat_speed;Bureaucrat Speed;Vitesse de bureaucrate;Bürokratische Geschwindigkeit;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -brownnoser;Brownnoser;Lèche-cul;Stiefellecker;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -brilliant_strategist;Brilliant Strategist;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -bootlicker;Bootlicker;Lèche-bottes;Speichellecker;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cavalry_school;Cavalry School;École de cavalerie;Kavallerieschule;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -colonial_recruit;Colonial Recruit;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -colonial_b;Colonial;Colonial;Kolonial;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cartographer;Cartographer;Cartographe;Kartograf;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -cursed_luck;Cursed Luck;Malchanceux;Vom Pech verflucht;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -corrupt;Corrupt;Corrompu;Korrupt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -clueless;Clueless;Ignorant;Ahnungslos;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -debutante;Debutante;Débutant;Debütant;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -disgraced;Disgraced;Déshonoré;In Ungnade Gefallener;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -drillmaster;Drillmaster;Sergent instructeur;Zuchtmeister;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -diplomat;Diplomat;Diplomate;Diplomat;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -engineer;Engineer;Génie;Ingenieur;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -entrepreneur;Entrepreneur;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -exranker;Exranker;Ancien militaire;Ex-Gefreiter;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -expert_raider;Expert Raider;Commando expérimenté;Überfallexperte;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -eccentric_genius;Eccentric Genius;Génie excentrique;Exzentrisches Genie;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -elder_statesmen;Elder Statesman;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -elderly;Elderly;Âgé;Älter;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -ethnic;Ethnic;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -gifted_administrator;Gifted Administrator;Administrateur doué;Begabter Administrator;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -generals_aide;General's Aide;Aide de camp;Generalsadjutant;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -hated;Hated;Odieux;Gehasst;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -innovative_tactician;Innovative Tactician;Tacticien novateur;Innovativer Taktiker;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -immoral;Immoral;Immoral;Unmoralisch;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -introverted_philosopher;Introverted Philosopher;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -incompetent;Incompetent;Incompétent;Inkompetent;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -intellectual;Intellectual;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -military_theoretician;Military Theoretician;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -megalomaniac;Megalomaniac;Mégalomane;Megalomane;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -mercenary;Mercenary;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -feeble;Feeble;;;;;;;;;;;;x,,, -harsh_disciplinarian;Harsh Disciplinarian;;;;;;;;;;;;x,,, -fearsome;Fearsome;;;;;;;;;;;;x,,, -independent;Independent-Minded;;;;;;;;;;;;x,,, -bureaucrat;Bureaucrat;;;;;;;;;;;;x,,, -member_of_elite;Member of the Elite;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -natural_born_leader;Natural Born Leader;Leader naturel;Geborener Anführer;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -nationalist;Nationalist;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -old_school;Old School;Vieille école;Alte Schule;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -poet;Poet;Poète;Poet;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -priest;Priest;Prêtre;Priester;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -professor;Professor;Professeur;Professor;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -powerful_friends;Powerful Friends;Amis puissants;Mächtige Freunde;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -pawn;Pawn;Pion;Pfand;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -questionable_loyalties;Questionable Loyalties;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -renowned_adventurer;Renowned Adventurer;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -politician;Politician;Politicien;Politiker;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -rising_star;Rising Star;Étoile montante;Aufsteigender Stern;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -religious_fanatic;Religious Fanatic;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -religious_leader;Religious Leader;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -railroad_man;Railroad Man;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -rags_to_riches;Rags to Riches;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -son_of_hero;Hero's Son;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -spoiled;Spoiled;Gâté;Verwöhnt;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -school_of_defense;School of Defense;École de défense;Schule der Verteidigung;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -school_of_offense;School of Offense;École d'attaque;Schule der Offensive;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -school_of_the_bayonet;School of the Bayonet;École de la baïonnette;Schule des Bajonetts;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -school_of_firepower;School of Firepower;École de la puissance de feu;Schule der Feuerkraft;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sad_sack;Sad Sack;Raté;Trauriger Sack;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -state_ideologue;State Ideologue;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sucker;Sucker;Gogo;Trottel;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -sycophant;Sycophant;Flagorneur;Kriecher;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -toady;Toady;Flatteur;Schleimer;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -turncoat;Turncoat;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -university_educated;University Educated;;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -uncommonly_young;Uncommonly Young;Singulièrement jeune;Ungewöhnlich jung;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unfit;Unfit;Inapte;Ungeeignet;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unqualified;Unqualified;Non qualifié;Unqualifiziert;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -unfulfilled_potential;Unfulfilled Potential;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -warmonger;Warmonger;Belliciste;Kriegstreiber;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -war_college;War College;École militaire;Militärakademie;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -wounded_veteran;Wounded Veteran;;;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -womanizer;Womanizer;Coureur de jupons;Schürzenjäger;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -yesman;Yesman;Béni-oui-oui;Jasager;;;;;;;;;;;;x;;;;;;;;;;;;;;,,, -arab_revolt_ended;Arab Revolt Ended;;;;;;;;;;;;x,,, -newly_released_nation;Newly-Formed Nation;;;;;;;;;;;;x,,, -crop_rotation;Crop Rotation;;;;;;;;;;;;x,,, -crop_rotation_desc;The practice of crop rotation is now being used in local farms.;;;;;;;;;;;;x,,, -phosphates;Phosphates;;;;;;;;;;;;x,,, -phosphates_desc;Phosphates are now being used to fertilize farm soil in the area.;;;;;;;;;;;;x,,, -nitrates;Nitrates;;;;;;;;;;;;x,,, -nitrates_desc;Nitrates are now being used to fertilize farm soil in the area.;;;;;;;;;;;;x,,, -will_support_entre_rios;Pledged Support to Entre Rios;;;;;;;;;;;;x,,, -shaft_mine;Shaft Mining;;;;;;;;;;;;x,,, -shaft_mine_desc;Deep shaft mining has been developed in the province.;;;;;;;;;;;;x,,, -pit_mine;Pit Mining;;;;;;;;;;;;x,,, -pit_mine_desc;Pit mining has been developed in the province.;;;;;;;;;;;;x,,, -strip_mine;Strip Mining;;;;;;;;;;;;x,,, -strip_mine_desc;Strip mining has been developed in the province.;;;;;;;;;;;;x,,, -tax_reforms;National Tax Reforms;;;;;;;;;;;;x,,, -tax_reforms_desc;Recent reforms to tax laws have increased our tax efficiency… at least until those laws are repealed or loopholes found to evade them.;;;;;;;;;;;;x,,, -intense_farming;Intensive Farming;;;;;;;;;;;;x,,, -intense_farming_desc;Plantations have been started in this province to more efficiently and intensively farm it-- even though this comes with a risk of exhausting the farmland.;;;;;;;;;;;;x,,, -exhausted_land;Exhausted Farmland;;;;;;;;;;;;x,,, -exhausted_land_desc;The intensive farming of this province's farmland has exhausted the soil. Production will be low until the land recovers.;;;;;;;;;;;;x,,, -irrigration_network;Irrigation Network;;;;;;;;;;;;x,,, -irrigration_network_desc;An irrigation network has been built here, allowing the desert to be farmed more effectively.;;;;;;;;;;;;x,, -population_trend;Population Growth Trend;;;;;;;;;;;;x,,, -population_trend_desc;Our nation has recently experienced a change in our population growth. It will likely remain stable for some time to come.;;;;;;;;;;;;x,,, -point_five_children;Growth Rate: 0.5 Children;;;;;;;;;;;;x,,, -point_five_children_desc;Our nation's growth rate is abysmal-- roughly equivalent to one child for every four healthy adults.;;;;;;;;;;;;x,,, -one_child;Growth Rate: 1 Child;;;;;;;;;;;;x,,, -one_child_desc;Our nation's growth rate is very low-- roughly equivalent to one child for every two healthy adults.;;;;;;;;;;;;x,,, -one_point_five_children;Growth Rate: 1.5 Children;;;;;;;;;;;;x,,, -one_point_five_children_desc;Our nation's growth rate is low-- roughly equivalent to three children for every four healthy adults.;;;;;;;;;;;;x,,, -two_children;Growth Rate: 2 Children;;;;;;;;;;;;x,,, -two_children_desc;Our nation's growth rate is stable-- roughly equivalent to two children for every two healthy adults.;;;;;;;;;;;;x,,, -two_point_five_children;Growth Rate: 2.5 Children;;;;;;;;;;;;x,,, -two_point_five_children_desc;Our nation's growth rate is above average-- roughly equivalent to five children for every four healthy adults.;;;;;;;;;;;;x,,, -three_children;Growth Rate: 3 Children;;;;;;;;;;;;x,,, -three_children_desc;Our nation's growth rate is high-- roughly equivalent to three children for every two healthy adults.;;;;;;;;;;;;x,,, -four_children;Growth Rate: 4 Children;;;;;;;;;;;;x,,, -four_children_desc;Our nation's growth rate is very high-- roughly equivalent to four children for every two healthy adults.;;;;;;;;;;;;x,,, -bleeding;Bleeding State;;;;;;;;;;;;x,,, -bleeding_desc;Caught between the forces of abolitionism and those supporting slavery, this state is in the throes of violence as the locals attempt to sway the entire populace one way or the other.;;;;;;;;;;;;x,, -submarine;Submarine;;;;;;;;;;;;x,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +HAS_NO_UNION_TAG;has culture union;n'a pas de culture syndicale;besitzt KEINE kulturellen Unionen;;;;;;;;;;; +UNIT_BUILD_TIME_IW;$VAL$ days.;$VAL$ jours.;$VAL$ Tage.;;$VAL$ días.;;;;;;;;; +HAS_GOODS;produces ;;;;;;;;;;;;; +shinto;Shinto;;;;;;;;;;;;; +sephardic;Sephardic;;;;;;;;;;;;; +far_east_asian;Far East Asian;;;;;;;;;;;;; +HAS_SIEGE;Under Siege;;;;;;;;;;;;; +regular;Regular;;;;;;;;;;;;; +regular_short;Reg;;;;;;;;;;;;; +horse_artillery;Mobile Artillery;;;;;;;;;;;;; +horse_artillery_short;M-art;;;;;;;;;;;;; +no_personality;No Personality;Aucune;Nichts;;;;;;;;;;; +active_p;Active;Actif;Aktiv;;;;;;;;;;; +au_fait;Au'fait;Au fait;Sicher;;;;;;;;;;; +apathetic;Apathetic;;;;;;;;;;;;; +audacious;Audacious;Audacieux;Kühn;;;;;;;;;;; +able;Able;Capable;Fähig;;;;;;;;;;; +aweless;Aweless;Casse-cou;Respektlos;;;;;;;;;;; +aggressive;Aggressive;Agressif;Aggressiv;;;;;;;;;;; +arrogant;Arrogant;Arrogant;Arrogant;;;;;;;;;;; +balanced_p;Balanced;Pondéré;Ausgewogen;;;;;;;;;;; +bigoted;Bigoted;Sectaire;Engstirnig;;;;;;;;;;; +brilliant;Brilliant;Brillant;Brilliant;;;;;;;;;;; +brutish;Brutish;Brutal;Brutal;;;;;;;;;;; +bold;Bold;Téméraire;Mutig;;;;;;;;;;; +brash;Brash;Impudent;Forsch;;;;;;;;;;; +ballsy;Ballsy;Valeureux;Forsch;;;;;;;;;;; +bastard;Bastard;Goujat;Bastard;;;;;;;;;;; +cautious;Cautious;Prudent;Vorsichtig;;;;;;;;;;; +coward;Coward;Couard;Kleinmütig;;;;;;;;;;; +chickenhearted;Chickenhearted;Poltron;Ängstlich;;;;;;;;;;; +craven;Craven;Veule;Mutlos;;;;;;;;;;; +competent;Competent;Compétent;Kompetent;;;;;;;;;;; +clever;Clever;Adroit;Clever;;;;;;;;;;; +careless;Careless;Négligent;Achtlos;;;;;;;;;;; +calm;Calm;Calme;Ruhig;;;;;;;;;;; +cool_minded;Coolminded;Serein;Bedachtsam;;;;;;;;;;; +careful;Careful;Attentif;Sorgsam;;;;;;;;;;; +cruel;Cruel;;;;;;;;;;;;; +choleric;Choleric;Colérique;Cholerisch;;;;;;;;;;; +charismatic;Charismatic;Charismatique;Charismatisch;;;;;;;;;;; +chivalrous;Chivalrous;Courtois;Ritterlich;;;;;;;;;;; +confident;Confident;Confiant;Sicher;;;;;;;;;;; +doughty;Doughty;Vaillant;Tapfer;;;;;;;;;;; +defiant;Defiant;Provocateur;Trotzig;;;;;;;;;;; +disciplined;Disciplined;Discipliné;Diszipliniert;;;;;;;;;;; +diligent;Diligent;;;;;;;;;;;;; +dauntless;Dauntless;Déterminé;Unverzagt;;;;;;;;;;; +daring;Daring;Hardi;Draufgängerisch;;;;;;;;;;; +disorderly;Disorderly;Désordonné;Unordentlich;;;;;;;;;;; +decisive;Decisive;;;;;;;;;;;;; +dumb;Dumb;;;;;;;;;;;;; +diplomatic;Diplomatic;Diplomate;Diplomatisch;;;;;;;;;;; +deeply_religious;Deeply Religious;Très croyant;Tief religiös;;;;;;;;;;; +expert;Expert;Expert;Experte;;;;;;;;;;; +energetic;Energetic;;;;;;;;;;;;; +efficient;Efficient;Efficace;Effizient;;;;;;;;;;; +emotional;Emotional;;;;;;;;;;;;; +earnest;Earnest;Sérieux;Ernsthaft;;;;;;;;;;; +fearless;Fearless;;;;;;;;;;;;; +forgiving;Forgiving;;;;;;;;;;;;; +fanatic;Fanatic;Fanatique;Fanatisch;;;;;;;;;;; +gallant;Gallant;Courageux;Galant;;;;;;;;;;; +glory_hound;Glory Hound;Ambitieux;Ruhmsüchtig;;;;;;;;;;; +genius;Genius;;;;;;;;;;;;; +gutsy;Gutsy;Brave;Waghalsig;;;;;;;;;;; +harsh;Harsh;Dur;Harsch;;;;;;;;;;; +hellbent;Hellbent;Acharné;Draufgänger;;;;;;;;;;; +heroic;Heroic;Héroïque;Heroisch;;;;;;;;;;; +irresponsible;Irresponsible;;;;;;;;;;;;; +imaginative;Imaginative;;;;;;;;;;;;; +indecisive;Indecisive;;;;;;;;;;;;; +inspiring;Inspiring;Stimulant;Inspirierend;;;;;;;;;;; +impetuous;Impetuous;Impétueux;Ungestüm;;;;;;;;;;; +implacable;Implacable;Implacable;Unerbittlich;;;;;;;;;;; +imperious;Imperious;Autoritaire;Herrisch;;;;;;;;;;; +irate;Irate;Furieux;Aufbrausend;;;;;;;;;;; +intuitive;Intuitive;Intuitif;Intuitiv;;;;;;;;;;; +impulsive;Impulsive;Impulsif;Impulsiv;;;;;;;;;;; +incapable;Incapable;Incapable;Unfähig;;;;;;;;;;; +indifferent;Indifferent;Indifférent;Gleichgültig;;;;;;;;;;; +intelligent;Intelligent;Intelligent;Intelligent;;;;;;;;;;; +inept;Inept;Inepte;Untauglich;;;;;;;;;;; +inefficient;Inefficient;Inefficace;Ineffizient;;;;;;;;;;; +keen;Keen;Enthousiaste;Gewitzt;;;;;;;;;;; +lilylivered;Lilylivered;Froussard;Feige;;;;;;;;;;; +lackluster;Lackluster;Terne;Lustlos;;;;;;;;;;; +merciless;Merciless;Impitoyable;Gnadenlos;;;;;;;;;;; +meticulous;Meticulous;Méticuleux;Genau;;;;;;;;;;; +manful;Manful;Ardent;Männlich;;;;;;;;;;; +madman;Madman;Fou;Irrer;;;;;;;;;;; +mediocre;Mediocre;Médiocre;Mittelmäßig;;;;;;;;;;; +maladroit;Maladroit;Maladroit;Unbeholfen;;;;;;;;;;; +openminded;Openminded;Ouvert d'esprit;Offen;;;;;;;;;;; +persistant;Persistant;Persévérant;Hartnäckig;;;;;;;;;;; +pompous;Pompous;;;;;;;;;;;;; +paranoid;Paranoid;;;;;;;;;;;;; +polite;Polite;Poli;Höflich;;;;;;;;;;; +pusillanimous;Pusillanimous;Pusillanime;Verzagt;;;;;;;;;;; +pisspoor;Pisspoor;Pitoyable;Arm;;;;;;;;;;; +perverse;Perverse;Entêté;Pervers;;;;;;;;;;; +resourceful;Resourceful;Ingénieux;Findig;;;;;;;;;;; +respectful;Respectful;;;;;;;;;;;;; +romantic;Romantic;Romantique;Romantisch;;;;;;;;;;; +relentless;Relentless;Implacable;Unbarmherzig;;;;;;;;;;; +reserved;Reserved;Réservé;Reserviert;;;;;;;;;;; +resolute;Resolute;Résolu;Resolut;;;;;;;;;;; +ruthless;Ruthless;;;;;;;;;;;;; +rebellious;Rebellious;;;;;;;;;;;;; +skilled;Skilled;Talentueux;Geschickt;;;;;;;;;;; +secretive;Secretive;;;;;;;;;;;;; +shrinking_violet;Shrinking Violet;Timoré;Mauerblümchen;;;;;;;;;;; +sinner;Sinner;;;;;;;;;;;;; +strange;Strange;Étrange;Merkwürdig;;;;;;;;;;; +stout;Stout;Solide;Beherzt;;;;;;;;;;; +soldierly;Soldierly;Militaire;Soldatisch;;;;;;;;;;; +spirited;Spirited;Fougueux;Sprühend;;;;;;;;;;; +stalwart;Stalwart;Robuste;Robust;;;;;;;;;;; +soft;Soft;Indolent;Weich;;;;;;;;;;; +spineless;Spineless;Mou;Rückgratlos;;;;;;;;;;; +stouthearted;Stouthearted;Intrépide;Beherzt;;;;;;;;;;; +steadfast;Steadfast;Inébranlable;Solide;;;;;;;;;;; +scared;Scared;Craintif;Verängstigt;;;;;;;;;;; +shirker;Shirker;Tire-au-flanc;Drückeberger;;;;;;;;;;; +smart_p;Smart;Habile;Schlau;;;;;;;;;;; +sharp;Sharp;Malin;Klug;;;;;;;;;;; +timid;Timid;Timide;Furchtsam;;;;;;;;;;; +tactful;Tactful;Délicat;Taktvoll;;;;;;;;;;; +unflinching;Unflinching;Opiniâtre;Entschlossen;;;;;;;;;;; +unruly;Unruly;Insoumis;Widerborstig;;;;;;;;;;; +undisciplined;Undisciplined;Indiscipliné;Undiszipliniert;;;;;;;;;;; +unforgiving;Unforgiving;;;;;;;;;;;;; +unmanly;Unmanly;Lâche;Unmännlich;;;;;;;;;;; +unsound;Unsound;Dangereux;Unzuverlässig;;;;;;;;;;; +vainglorious;Vainglorious;Vaniteux;Prahlerisch;;;;;;;;;;; +vicious;Vicious;Violent;Bösartig;;;;;;;;;;; +wrathful;Wrathful;Courroucé;Zornerfüllt;;;;;;;;;;; +wretched;Wretched;Misérable;Jämmerlich;;;;;;;;;;; +yellow;Yellow;Trouillard;Memme;;;;;;;;;;; +no_background;No Background;Aucun(e);Nichts;;;;;;;;;;; +ambitious_careerist;Ambitious Careerist;;;;;;;;;;;;; +architect;Architect;;;;;;;;;;;;; +armchair_general;Armchair General;Général de façade;Sesselgeneral;;;;;;;;;;; +artillerist;Artillerist;Artilleur;Artillerist;;;;;;;;;;; +amateur;Amateur;Amateur;Amateur;;;;;;;;;;; +aristocrat;Aristocrat;Aristocrate;Aristokrat;;;;;;;;;;; +adventurer;Adventurer;Aventurier;Abenteurer;;;;;;;;;;; +butcher;Butcher;Boucher;Schlächter;;;;;;;;;;; +bureaucrat_speed;Bureaucrat Speed;Vitesse de bureaucrate;Bürokratische Geschwindigkeit;;;;;;;;;;; +brownnoser;Brownnoser;Lèche-cul;Stiefellecker;;;;;;;;;;; +brilliant_strategist;Brilliant Strategist;;;;;;;;;;;;; +bootlicker;Bootlicker;Lèche-bottes;Speichellecker;;;;;;;;;;; +cavalry_school;Cavalry School;École de cavalerie;Kavallerieschule;;;;;;;;;;; +colonial_recruit;Colonial Recruit;;;;;;;;;;;;; +colonial_b;Colonial;Colonial;Kolonial;;;;;;;;;;; +cartographer;Cartographer;Cartographe;Kartograf;;;;;;;;;;; +cursed_luck;Cursed Luck;Malchanceux;Vom Pech verflucht;;;;;;;;;;; +corrupt;Corrupt;Corrompu;Korrupt;;;;;;;;;;; +clueless;Clueless;Ignorant;Ahnungslos;;;;;;;;;;; +debutante;Debutante;Débutant;Debütant;;;;;;;;;;; +disgraced;Disgraced;Déshonoré;In Ungnade Gefallener;;;;;;;;;;; +drillmaster;Drillmaster;Sergent instructeur;Zuchtmeister;;;;;;;;;;; +diplomat;Diplomat;Diplomate;Diplomat;;;;;;;;;;; +engineer;Engineer;Génie;Ingenieur;;;;;;;;;;; +entrepreneur;Entrepreneur;;;;;;;;;;;;; +exranker;Exranker;Ancien militaire;Ex-Gefreiter;;;;;;;;;;; +expert_raider;Expert Raider;Commando expérimenté;Überfallexperte;;;;;;;;;;; +eccentric_genius;Eccentric Genius;Génie excentrique;Exzentrisches Genie;;;;;;;;;;; +elder_statesmen;Elder Statesman;;;;;;;;;;;;; +elderly;Elderly;Âgé;Älter;;;;;;;;;;; +ethnic;Ethnic;;;;;;;;;;;;; +gifted_administrator;Gifted Administrator;Administrateur doué;Begabter Administrator;;;;;;;;;;; +generals_aide;General's Aide;Aide de camp;Generalsadjutant;;;;;;;;;;; +hated;Hated;Odieux;Gehasst;;;;;;;;;;; +innovative_tactician;Innovative Tactician;Tacticien novateur;Innovativer Taktiker;;;;;;;;;;; +immoral;Immoral;Immoral;Unmoralisch;;;;;;;;;;; +introverted_philosopher;Introverted Philosopher;;;;;;;;;;;;; +incompetent;Incompetent;Incompétent;Inkompetent;;;;;;;;;;; +intellectual;Intellectual;;;;;;;;;;;;; +military_theoretician;Military Theoretician;;;;;;;;;;;;; +megalomaniac;Megalomaniac;Mégalomane;Megalomane;;;;;;;;;;; +mercenary;Mercenary;;;;;;;;;;;;; +feeble;Feeble;;;;;;;;;;;;; +harsh_disciplinarian;Harsh Disciplinarian;;;;;;;;;;;;; +fearsome;Fearsome;;;;;;;;;;;;; +independent;Independent-Minded;;;;;;;;;;;;; +bureaucrat;Bureaucrat;;;;;;;;;;;;; +member_of_elite;Member of the Elite;;;;;;;;;;;;; +natural_born_leader;Natural Born Leader;Leader naturel;Geborener Anführer;;;;;;;;;;; +nationalist;Nationalist;;;;;;;;;;;;; +old_school;Old School;Vieille école;Alte Schule;;;;;;;;;;; +poet;Poet;Poète;Poet;;;;;;;;;;; +priest;Priest;Prêtre;Priester;;;;;;;;;;; +professor;Professor;Professeur;Professor;;;;;;;;;;; +powerful_friends;Powerful Friends;Amis puissants;Mächtige Freunde;;;;;;;;;;; +pawn;Pawn;Pion;Pfand;;;;;;;;;;; +questionable_loyalties;Questionable Loyalties;;;;;;;;;;;;; +renowned_adventurer;Renowned Adventurer;;;;;;;;;;;;; +politician;Politician;Politicien;Politiker;;;;;;;;;;; +rising_star;Rising Star;Étoile montante;Aufsteigender Stern;;;;;;;;;;; +religious_fanatic;Religious Fanatic;;;;;;;;;;;;; +religious_leader;Religious Leader;;;;;;;;;;;;; +railroad_man;Railroad Man;;;;;;;;;;;;; +rags_to_riches;Rags to Riches;;;;;;;;;;;;; +son_of_hero;Hero's Son;;;;;;;;;;;;; +spoiled;Spoiled;Gâté;Verwöhnt;;;;;;;;;;; +school_of_defense;School of Defense;École de défense;Schule der Verteidigung;;;;;;;;;;; +school_of_offense;School of Offense;École d'attaque;Schule der Offensive;;;;;;;;;;; +school_of_the_bayonet;School of the Bayonet;École de la baïonnette;Schule des Bajonetts;;;;;;;;;;; +school_of_firepower;School of Firepower;École de la puissance de feu;Schule der Feuerkraft;;;;;;;;;;; +sad_sack;Sad Sack;Raté;Trauriger Sack;;;;;;;;;;; +state_ideologue;State Ideologue;;;;;;;;;;;;; +sucker;Sucker;Gogo;Trottel;;;;;;;;;;; +sycophant;Sycophant;Flagorneur;Kriecher;;;;;;;;;;; +toady;Toady;Flatteur;Schleimer;;;;;;;;;;; +turncoat;Turncoat;;;;;;;;;;;;; +university_educated;University Educated;;;;;;;;;;;;; +uncommonly_young;Uncommonly Young;Singulièrement jeune;Ungewöhnlich jung;;;;;;;;;;; +unfit;Unfit;Inapte;Ungeeignet;;;;;;;;;;; +unqualified;Unqualified;Non qualifié;Unqualifiziert;;;;;;;;;;; +unfulfilled_potential;Unfulfilled Potential;;;;;;;;;;;;; +warmonger;Warmonger;Belliciste;Kriegstreiber;;;;;;;;;;; +war_college;War College;École militaire;Militärakademie;;;;;;;;;;; +wounded_veteran;Wounded Veteran;;;;;;;;;;;;; +womanizer;Womanizer;Coureur de jupons;Schürzenjäger;;;;;;;;;;; +yesman;Yesman;Béni-oui-oui;Jasager;;;;;;;;;;; +arab_revolt_ended;Arab Revolt Ended;;;;;;;;;;;;; +newly_released_nation;Newly-Formed Nation;;;;;;;;;;;;; +crop_rotation;Crop Rotation;;;;;;;;;;;;; +crop_rotation_desc;The practice of crop rotation is now being used in local farms.;;;;;;;;;;;;; +phosphates;Phosphates;;;;;;;;;;;;; +phosphates_desc;Phosphates are now being used to fertilize farm soil in the area.;;;;;;;;;;;;; +nitrates;Nitrates;;;;;;;;;;;;; +nitrates_desc;Nitrates are now being used to fertilize farm soil in the area.;;;;;;;;;;;;; +will_support_entre_rios;Pledged Support to Entre Rios;;;;;;;;;;;;; +shaft_mine;Shaft Mining;;;;;;;;;;;;; +shaft_mine_desc;Deep shaft mining has been developed in the province.;;;;;;;;;;;;; +pit_mine;Pit Mining;;;;;;;;;;;;; +pit_mine_desc;Pit mining has been developed in the province.;;;;;;;;;;;;; +strip_mine;Strip Mining;;;;;;;;;;;;; +strip_mine_desc;Strip mining has been developed in the province.;;;;;;;;;;;;; +tax_reforms;National Tax Reforms;;;;;;;;;;;;; +tax_reforms_desc;Recent reforms to tax laws have increased our tax efficiency… at least until those laws are repealed or loopholes found to evade them.;;;;;;;;;;;;; +intense_farming;Intensive Farming;;;;;;;;;;;;; +intense_farming_desc;Plantations have been started in this province to more efficiently and intensively farm it-- even though this comes with a risk of exhausting the farmland.;;;;;;;;;;;;; +exhausted_land;Exhausted Farmland;;;;;;;;;;;;; +exhausted_land_desc;The intensive farming of this province's farmland has exhausted the soil. Production will be low until the land recovers.;;;;;;;;;;;;; +irrigration_network;Irrigation Network;;;;;;;;;;;;; +irrigration_network_desc;An irrigation network has been built here, allowing the desert to be farmed more effectively.;;;;;;;;;;;;; +population_trend;Population Growth Trend;;;;;;;;;;;;; +population_trend_desc;Our nation has recently experienced a change in our population growth. It will likely remain stable for some time to come.;;;;;;;;;;;;; +point_five_children;Growth Rate: 0.5 Children;;;;;;;;;;;;; +point_five_children_desc;Our nation's growth rate is abysmal-- roughly equivalent to one child for every four healthy adults.;;;;;;;;;;;;; +one_child;Growth Rate: 1 Child;;;;;;;;;;;;; +one_child_desc;Our nation's growth rate is very low-- roughly equivalent to one child for every two healthy adults.;;;;;;;;;;;;; +one_point_five_children;Growth Rate: 1.5 Children;;;;;;;;;;;;; +one_point_five_children_desc;Our nation's growth rate is low-- roughly equivalent to three children for every four healthy adults.;;;;;;;;;;;;; +two_children;Growth Rate: 2 Children;;;;;;;;;;;;; +two_children_desc;Our nation's growth rate is stable-- roughly equivalent to two children for every two healthy adults.;;;;;;;;;;;;; +two_point_five_children;Growth Rate: 2.5 Children;;;;;;;;;;;;; +two_point_five_children_desc;Our nation's growth rate is above average-- roughly equivalent to five children for every four healthy adults.;;;;;;;;;;;;; +three_children;Growth Rate: 3 Children;;;;;;;;;;;;; +three_children_desc;Our nation's growth rate is high-- roughly equivalent to three children for every two healthy adults.;;;;;;;;;;;;; +four_children;Growth Rate: 4 Children;;;;;;;;;;;;; +four_children_desc;Our nation's growth rate is very high-- roughly equivalent to four children for every two healthy adults.;;;;;;;;;;;;; +bleeding;Bleeding State;;;;;;;;;;;;; +bleeding_desc;Caught between the forces of abolitionism and those supporting slavery, this state is in the throes of violence as the locals attempt to sway the entire populace one way or the other.;;;;;;;;;;;;; +submarine;Submarine;;;;;;;;;;;;; diff --git a/HPM/localisation/10_EIC.csv b/HPM/localisation/10_EIC.csv index fd10a8b6..d69f52be 100644 --- a/HPM/localisation/10_EIC.csv +++ b/HPM/localisation/10_EIC.csv @@ -1,16 +1,15 @@ -EIC;East India Company;;;;;;;;;;;;x -EIC_ADJ;Company;;;;;;;;;;;;x -UTI;Territory Exchange;;;;;;;;;;;;x -EVTDESC9990001;Our recently conquered territory has been fully integrated into our administration.;;;;;;;;;;;;x -EVTDESC9990002;The unfortunate rebellion has left our administration in the gutter in Parliament's mind and a bill has recently passed liquidating the company, they now seek to seize all of our holdings for the Crown.;;;;;;;;;;;;x -EVTDESC9990003;The East India Company, run by fools as always has refused to the changing of hands of their holdings, for the good of the common Indian we must remove them by force.;;;;;;;;;;;;x -EVTDESC9990004; The East India Company, in a rare show of good sense has agreed to step away from India, what's theirs is now ours and a glorious day for the Empire has dawned.;;;;;;;;;;;;x -EVTDESC9990005; The British armies have been sent packing and we are now free to do with India as we see fit, our shareholders have moved to Calcutta and all of our affairs our strictly our own. Long live the East India Company!;;;;;;;;;;;;x -EVTDESC9990007;Recent events in Calcutta have undermined the East India Company's loyalty to the Crown in matters of trade and the British monopoly on Indian goods is in danger, swift action must be taken to mend this.;;;;;;;;;;;;x -EVTDESC9990008;Parliament is understandably displeased with our recent change in policy and they now seek to undermine our rights and liquidate the company, clearly it is time for us to reevaluate our loyalties.;;;;;;;;;;;;x -EVTDESC9990009;A Ship has arrived in Calcutta today carrying some delightful fruits of British ingenuity, we must put it to use straight away.;;;;;;;;;;;;x -government_of_india_act;Government of India Act;;;;;;;;;;;;x -government_of_india_act_title;Government of India Act;;;;;;;;;;;;x -government_of_india_act_desc;The recent rebellion in India has exposed structural weaknesses and inefficiencies in Company rule, for the good of the Indians and Empire we must liquidate the East India Company and bring their holdings under Crown rule.;;;;;;;;;;;;x -mughal_declaration_eic_title;Declare a Jihad Against the British;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, -mughal_declaration_eic_desc;Unrest dominates the territory of the former Mughal Empire, now controlled by the British. There are calls for jihad by Muslim leaders like Maulana Fazl-e-Haq Khairabadi and the millenarian Ahmedullah Shah, which were taken up by Muslims, particularly artisans, which caused the British to think that the Muslims were the main force behind this unrest. The Mughal emperor, Bahadur Shah, resisted these calls for jihad because, it has been suggested, he feared outbreaks of communal violence. By abiding to these calls, expelling the British from Delhi and declaring a Jihad, by shaking off the British influence and dominance, the Shah can be acclaimed Emperor of India, his rightful title.;;;;;;;;;;;;x,,,,,,,,,,,,,,,,,,,,,, +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +EIC_ADJ;Company;;;;;;;;;;;;; +UTI;Territory Exchange;;;;;;;;;;;;; +EVTDESC9990001;Our recently conquered territory has been fully integrated into our administration.;;;;;;;;;;;;; +EVTDESC9990002;The unfortunate rebellion has left our administration in the gutter in Parliament's mind and a bill has recently passed liquidating the company, they now seek to seize all of our holdings for the Crown.;;;;;;;;;;;;; +EVTDESC9990004; The East India Company, in a rare show of good sense has agreed to step away from India, what's theirs is now ours and a glorious day for the Empire has dawned.;;;;;;;;;;;;; +EVTDESC9990005; The British armies have been sent packing and we are now free to do with India as we see fit, our shareholders have moved to Calcutta and all of our affairs our strictly our own. Long live the East India Company!;;;;;;;;;;;;; +EVTDESC9990007;Recent events in Calcutta have undermined the East India Company's loyalty to the Crown in matters of trade and the British monopoly on Indian goods is in danger, swift action must be taken to mend this.;;;;;;;;;;;;; +EVTDESC9990008;Parliament is understandably displeased with our recent change in policy and they now seek to undermine our rights and liquidate the company, clearly it is time for us to reevaluate our loyalties.;;;;;;;;;;;;; +EVTDESC9990009;A Ship has arrived in Calcutta today carrying some delightful fruits of British ingenuity, we must put it to use straight away.;;;;;;;;;;;;; +government_of_india_act;Government of India Act;;;;;;;;;;;;; +government_of_india_act_title;Government of India Act;;;;;;;;;;;;; +government_of_india_act_desc;The recent rebellion in India has exposed structural weaknesses and inefficiencies in Company rule, for the good of the Indians and Empire we must liquidate the East India Company and bring their holdings under Crown rule.;;;;;;;;;;;;; +mughal_declaration_eic_title;Declare a Jihad Against the British;;;;;;;;;;;;; +mughal_declaration_eic_desc;Unrest dominates the territory of the former Mughal Empire, now controlled by the British. There are calls for jihad by Muslim leaders like Maulana Fazl-e-Haq Khairabadi and the millenarian Ahmedullah Shah, which were taken up by Muslims, particularly artisans, which caused the British to think that the Muslims were the main force behind this unrest. The Mughal emperor, Bahadur Shah, resisted these calls for jihad because, it has been suggested, he feared outbreaks of communal violence. By abiding to these calls, expelling the British from Delhi and declaring a Jihad, by shaking off the British influence and dominance, the Shah can be acclaimed Emperor of India, his rightful title.;;;;;;;;;;;;; diff --git a/HPM/localisation/zz_BPM_colours.csv b/HPM/localisation/zz_BPM_colours.csv index 5f267949..ba985942 100644 --- a/HPM/localisation/zz_BPM_colours.csv +++ b/HPM/localisation/zz_BPM_colours.csv @@ -1,48 +1,48 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -BPM_TOOL_BORDER_1;Slim Dashed Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BPM_TOOL_BORDER_2;Medium Dashed Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BPM_TOOL_BORDER_3;Thick Dashed Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BPM_TOOL_BORDER_4;Medium Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BPM_TOOL_BORDER_5;Thick Border;;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_SAR;Blue (Sardinia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_ASY;Blue (Assyria);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_WHITE_AUS;White (Austria);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREY_CSA;Grey (CSA);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLACK_GER;Black (Germany);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREY_BUL;Grey (Bulgaria);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_PURPLE_KUR;Purple (Sicily);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_USA;Blue (USA);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_LPL;Blue (United Provinces);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_BRZ;Green (Brazil);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_MEX;Green (Mexico);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_RED_JAP;Red (Japan);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BROWN_KUK;Brown (Austria-Hungary);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_ORANGE_HOL;Orange (Netherlands);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_TEX;Blue (Texas);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_PRU;Blue (Prussia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_RUS;Green (Russia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_ITA;Green (Italy);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_RED_DNB;Red (Danube Federation);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BROWN_HUN;Brown (Hungary);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_YELLOW_ROM;Yellow (Romania);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_VEN;Blue (Venice);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_SCA;Blue (Scandinavia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_SYR;Green (Syria);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_ARU;Green (Arabia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_PINK_POL;Pink (Poland);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BROWN_PBC;Brown (PBC);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_YELLOW_TKG;Yellow (Shogunate);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_ISR;Blue (Israel);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_GRE;Blue (Greece);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_POR;Green (Portugal);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_TUR;Green (Turkey);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_RED_ENG;Red (UK);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BROWN_SAF;Brown (SAF);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_YELLOW_PER;Yellow (Persia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_FRA;Blue (France);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BLUE_YUG;Blue (Yugoslavia);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_CAN;Green (Canada);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_GREEN_IRE;Green (Ireland);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_RED_RUS;Red (USSR);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_BROWN_GER;Brown (Germany);;;;;;;;;;;;;;;;;;;;;;;;;;;;x -BP_TOOL_COLOR_YELLOW_SPA;Yellow (Spain);;;;;;;;;;;;;;;;;;;;;;;;;;;;x +Key;English;French;German;Polish;Spanish;Italian;Swedish;Czech;Hungarian;Dutch;Portuguese;Russian;Finnish; +BPM_TOOL_BORDER_1;Slim Dashed Border;;;;;;;;;;;;; +BPM_TOOL_BORDER_2;Medium Dashed Border;;;;;;;;;;;;; +BPM_TOOL_BORDER_3;Thick Dashed Border;;;;;;;;;;;;; +BPM_TOOL_BORDER_4;Medium Border;;;;;;;;;;;;; +BPM_TOOL_BORDER_5;Thick Border;;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_SAR;Blue (Sardinia);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_ASY;Blue (Assyria);;;;;;;;;;;;; +BP_TOOL_COLOR_WHITE_AUS;White (Austria);;;;;;;;;;;;; +BP_TOOL_COLOR_GREY_CSA;Grey (CSA);;;;;;;;;;;;; +BP_TOOL_COLOR_BLACK_GER;Black (Germany);;;;;;;;;;;;; +BP_TOOL_COLOR_GREY_BUL;Grey (Bulgaria);;;;;;;;;;;;; +BP_TOOL_COLOR_PURPLE_KUR;Purple (Sicily);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_USA;Blue (USA);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_LPL;Blue (United Provinces);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_BRZ;Green (Brazil);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_MEX;Green (Mexico);;;;;;;;;;;;; +BP_TOOL_COLOR_RED_JAP;Red (Japan);;;;;;;;;;;;; +BP_TOOL_COLOR_BROWN_KUK;Brown (Austria-Hungary);;;;;;;;;;;;; +BP_TOOL_COLOR_ORANGE_HOL;Orange (Netherlands);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_TEX;Blue (Texas);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_PRU;Blue (Prussia);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_RUS;Green (Russia);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_ITA;Green (Italy);;;;;;;;;;;;; +BP_TOOL_COLOR_RED_DNB;Red (Danube Federation);;;;;;;;;;;;; +BP_TOOL_COLOR_BROWN_HUN;Brown (Hungary);;;;;;;;;;;;; +BP_TOOL_COLOR_YELLOW_ROM;Yellow (Romania);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_VEN;Blue (Venice);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_SCA;Blue (Scandinavia);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_SYR;Green (Syria);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_ARU;Green (Arabia);;;;;;;;;;;;; +BP_TOOL_COLOR_PINK_POL;Pink (Poland);;;;;;;;;;;;; +BP_TOOL_COLOR_BROWN_PBC;Brown (PBC);;;;;;;;;;;;; +BP_TOOL_COLOR_YELLOW_TKG;Yellow (Shogunate);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_ISR;Blue (Israel);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_GRE;Blue (Greece);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_POR;Green (Portugal);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_TUR;Green (Turkey);;;;;;;;;;;;; +BP_TOOL_COLOR_RED_ENG;Red (UK);;;;;;;;;;;;; +BP_TOOL_COLOR_BROWN_SAF;Brown (SAF);;;;;;;;;;;;; +BP_TOOL_COLOR_YELLOW_PER;Yellow (Persia);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_FRA;Blue (France);;;;;;;;;;;;; +BP_TOOL_COLOR_BLUE_YUG;Blue (Yugoslavia);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_CAN;Green (Canada);;;;;;;;;;;;; +BP_TOOL_COLOR_GREEN_IRE;Green (Ireland);;;;;;;;;;;;; +BP_TOOL_COLOR_RED_RUS;Red (USSR);;;;;;;;;;;;; +BP_TOOL_COLOR_BROWN_GER;Brown (Germany);;;;;;;;;;;;; +BP_TOOL_COLOR_YELLOW_SPA;Yellow (Spain);;;;;;;;;;;;; diff --git a/HPM/map/adjacencies.csv b/HPM/map/adjacencies.csv index e312bb0e..8dc0a589 100644 --- a/HPM/map/adjacencies.csv +++ b/HPM/map/adjacencies.csv @@ -43,7 +43,7 @@ From;To;Type;Through;Data;Comment 324;348;sea;2706;0;Aland Strait #Uppsala to Aland #these were in V1 334;372;sea;2711;0;Öresund 335;374;sea;2710;0;Bornholmsfärjan -348;345;sea;2706;0;Aland Strait #Aland to Turku +348;345;sea;2706;0;Aland Strait #Aland to Turku 353;349;sea;2709;0;Öselsund 353;358;sea;2709;0;Strait of Riga 372;373;sea;2711;0;Fyn-Sjaelland diff --git a/HPM/map/climate.txt b/HPM/map/climate.txt index 284e3540..b3907aed 100644 --- a/HPM/map/climate.txt +++ b/HPM/map/climate.txt @@ -1,157 +1,157 @@ mild_climate = { - farm_rgo_size = 0 - farm_rgo_eff = 0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 + farm_rgo_size = 0 + farm_rgo_eff = 0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 } temperate_climate = { - farm_rgo_size = 0.0 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.00 + farm_rgo_size = 0.0 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.00 } harsh_climate = { - farm_rgo_size = 0 - farm_rgo_eff = 0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0 - max_attrition = 5 + farm_rgo_size = 0 + farm_rgo_eff = 0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0 + max_attrition = 5 } inhospitable_climate = { - farm_rgo_size = 0 - farm_rgo_eff = 0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0 - max_attrition = 10 + farm_rgo_size = 0 + farm_rgo_eff = 0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0 + max_attrition = 10 } mild_climate = { - 84 85 86 87 88 89 90 139 140 141 191 192 193 194 195 196 197 198 199 200 204 205 206 207 208 209 210 211 212 213 214 - 334 335 366 372 373 377 382 384 442 443 444 445 446 447 450 451 453 454 456 458 459 461 462 463 467 468 469 470 471 - 472 473 491 498 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 530 531 532 544 545 546 547 600 - 601 602 603 604 605 631 632 633 634 635 636 639 640 641 642 643 644 646 647 648 649 650 651 652 653 654 655 656 724 - 725 731 733 736 737 738 739 740 749 750 754 755 756 758 760 780 781 782 800 801 814 817 818 819 821 822 823 824 825 - 826 827 828 829 830 832 834 835 836 837 838 839 840 841 842 843 844 845 846 850 851 854 856 858 859 860 861 869 872 - 875 894 895 900 905 926 927 930 932 944 958 961 962 963 964 965 966 968 969 970 973 974 975 976 977 978 979 980 1036 - 1047 1048 1049 1097 1136 1138 1141 1142 1251 1261 1262 1266 1267 1268 1269 1276 1277 1278 1285 1286 1288 1291 1292 - 1293 1296 1297 1299 1300 1301 1303 1305 1306 1307 1309 1310 1312 1324 1343 1344 1345 1346 1351 1352 1353 1354 1365 1366 - 1367 1370 1373 1379 1380 1381 1382 1383 1393 1394 1411 1412 1413 1415 1417 1421 1423 1424 1431 1433 1438 1439 1440 1441 - 1442 1443 1444 1445 1446 1447 1448 1452 1455 1456 1457 1458 1459 1460 1461 1462 1464 1493 1496 1501 1536 1537 1538 - 1539 1540 1541 1544 1565 1566 1567 1569 1571 1606 1608 1609 1610 1611 1626 1628 1632 1633 1634 1635 1636 1637 1640 - 1641 1646 1647 1648 1649 1650 1651 1655 1656 1658 1678 1679 1723 1725 1726 1728 1730 1731 1733 1734 1735 1736 1737 - 1745 1746 1747 1748 1749 1750 1751 1752 1753 1763 1764 1887 1888 1892 1893 1894 1908 1909 1911 1912 1914 1919 1923 - 1928 1934 1935 1943 1951 1968 2003 2004 2015 2019 2020 2021 2022 2023 2029 2030 2033 2036 2037 2038 2039 2048 2095 - 2096 2098 2100 2111 2113 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2134 2135 2136 2137 2138 - 2139 2140 2141 2149 2150 2156 2157 2162 2163 2164 2165 2168 2169 2171 2178 2179 2182 2186 2189 2190 2191 2192 2193 - 2195 2196 2198 2201 2202 2203 2204 2205 2208 2209 2210 2211 2213 2214 2215 2217 2218 2219 2220 2222 2223 2224 2225 - 2226 2227 2228 2229 2230 2231 2232 2234 2235 2236 2237 2238 2239 2240 2241 2253 2255 2258 2264 2265 2266 2267 2270 - 2274 2276 2280 2281 2291 2304 2305 2309 2312 2314 2323 2325 2326 2344 2345 2347 2349 2350 2351 2352 2353 2356 2358 - 2359 2360 2364 2365 2366 2367 2376 2377 2380 2381 2382 2383 2409 2410 2411 2412 2414 2415 2424 2428 2429 2431 2432 - 2434 2435 2436 2439 2446 2447 2448 2449 2451 2455 2457 2461 2468 2469 2470 2471 2472 2476 2477 2478 2479 2482 2483 - 2484 2485 2486 2487 2488 2491 2492 2493 2494 2495 2496 2497 2498 2499 2501 2502 2504 2505 2506 2509 2510 2512 2515 - 2557 2573 2578 2582 2602 2161 2233 2243 2244 2562 2565 2567 3246 2591 2632 2590 2662 2647 44 45 3249 10 1981 - - - + 84 85 86 87 88 89 90 139 140 141 191 192 193 194 195 196 197 198 199 200 204 205 206 207 208 209 210 211 212 213 214 + 334 335 366 372 373 377 382 384 442 443 444 445 446 447 450 451 453 454 456 458 459 461 462 463 467 468 469 470 471 + 472 473 491 498 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 530 531 532 544 545 546 547 600 + 601 602 603 604 605 631 632 633 634 635 636 639 640 641 642 643 644 646 647 648 649 650 651 652 653 654 655 656 724 + 725 731 733 736 737 738 739 740 749 750 754 755 756 758 760 780 781 782 800 801 814 817 818 819 821 822 823 824 825 + 826 827 828 829 830 832 834 835 836 837 838 839 840 841 842 843 844 845 846 850 851 854 856 858 859 860 861 869 872 + 875 894 895 900 905 926 927 930 932 944 958 961 962 963 964 965 966 968 969 970 973 974 975 976 977 978 979 980 1036 + 1047 1048 1049 1097 1136 1138 1141 1142 1251 1261 1262 1266 1267 1268 1269 1276 1277 1278 1285 1286 1288 1291 1292 + 1293 1296 1297 1299 1300 1301 1303 1305 1306 1307 1309 1310 1312 1324 1343 1344 1345 1346 1351 1352 1353 1354 1365 1366 + 1367 1370 1373 1379 1380 1381 1382 1383 1393 1394 1411 1412 1413 1415 1417 1421 1423 1424 1431 1433 1438 1439 1440 1441 + 1442 1443 1444 1445 1446 1447 1448 1452 1455 1456 1457 1458 1459 1460 1461 1462 1464 1493 1496 1501 1536 1537 1538 + 1539 1540 1541 1544 1565 1566 1567 1569 1571 1606 1608 1609 1610 1611 1626 1628 1632 1633 1634 1635 1636 1637 1640 + 1641 1646 1647 1648 1649 1650 1651 1655 1656 1658 1678 1679 1723 1725 1726 1728 1730 1731 1733 1734 1735 1736 1737 + 1745 1746 1747 1748 1749 1750 1751 1752 1753 1763 1764 1887 1888 1892 1893 1894 1908 1909 1911 1912 1914 1919 1923 + 1928 1934 1935 1943 1951 1968 2003 2004 2015 2019 2020 2021 2022 2023 2029 2030 2033 2036 2037 2038 2039 2048 2095 + 2096 2098 2100 2111 2113 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2134 2135 2136 2137 2138 + 2139 2140 2141 2149 2150 2156 2157 2162 2163 2164 2165 2168 2169 2171 2178 2179 2182 2186 2189 2190 2191 2192 2193 + 2195 2196 2198 2201 2202 2203 2204 2205 2208 2209 2210 2211 2213 2214 2215 2217 2218 2219 2220 2222 2223 2224 2225 + 2226 2227 2228 2229 2230 2231 2232 2234 2235 2236 2237 2238 2239 2240 2241 2253 2255 2258 2264 2265 2266 2267 2270 + 2274 2276 2280 2281 2291 2304 2305 2309 2312 2314 2323 2325 2326 2344 2345 2347 2349 2350 2351 2352 2353 2356 2358 + 2359 2360 2364 2365 2366 2367 2376 2377 2380 2381 2382 2383 2409 2410 2411 2412 2414 2415 2424 2428 2429 2431 2432 + 2434 2435 2436 2439 2446 2447 2448 2449 2451 2455 2457 2461 2468 2469 2470 2471 2472 2476 2477 2478 2479 2482 2483 + 2484 2485 2486 2487 2488 2491 2492 2493 2494 2495 2496 2497 2498 2499 2501 2502 2504 2505 2506 2509 2510 2512 2515 + 2557 2573 2578 2582 2602 2161 2233 2243 2244 2562 2565 2567 3246 2591 2632 2590 2662 2647 44 45 3249 10 1981 + + + } temperate_climate = { - 46 47 48 49 50 51 52 53 54 55 56 57 58 60 64 65 81 82 83 100 101 102 103 104 105 106 107 108 109 110 111 112 115 - 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 142 143 144 145 146 - 147 148 149 150 151 152 153 154 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 201 202 - 203 215 217 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 - 245 254 255 256 257 258 259 260 261 262 263 264 265 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 - 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 308 309 310 311 312 313 316 317 322 323 - 324 325 326 327 328 329 330 331 332 333 340 341 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 - 359 360 361 362 363 364 365 367 368 369 370 371 374 375 376 378 379 380 381 383 385 386 387 388 389 390 391 392 - 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 - 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 448 449 452 455 474 475 476 - 477 478 479 480 481 482 483 484 485 486 487 488 489 490 492 494 495 497 518 519 520 521 522 523 524 525 526 527 - 528 529 534 535 536 537 538 539 540 541 542 543 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 - 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 - 593 594 595 596 597 598 611 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 645 657 658 659 660 661 - 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 687 688 689 - 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 720 721 722 723 726 727 728 - 729 730 732 741 742 743 744 745 746 747 748 751 752 753 757 759 761 762 763 764 765 766 767 768 769 770 771 772 - 773 774 775 776 777 778 779 791 792 793 794 795 796 797 798 799 802 803 804 805 806 807 808 809 810 811 812 813 - 831 849 852 857 867 868 870 871 878 880 882 892 893 901 915 916 929 933 936 937 954 955 956 957 960 967 971 972 - 994 999 1019 1021 1033 1034 1037 1038 1039 1040 1041 1043 1044 1045 1050 1051 1057 1094 1096 1110 1111 1117 1118 - 1119 1120 1121 1122 1123 1126 1131 1132 1133 1134 1135 1145 1191 1192 1198 1227 1234 1236 1237 1239 1240 1241 1242 1243 - 1244 1245 1246 1247 1248 1249 1250 1253 1254 1255 1256 1281 1282 1283 1294 1295 1302 1308 1311 1319 1321 1322 1330 - 1331 1332 1334 1335 1362 1363 1364 1369 1374 1375 1376 1377 1384 1385 1386 1387 1388 1389 1395 1396 1398 1402 1403 - 1404 1405 1406 1414 1416 1418 1419 1420 1430 1432 1435 1437 1449 1450 1451 1463 1470 1471 1472 1473 1474 1475 1476 - 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1494 1495 1497 1498 1499 1500 1502 1503 1504 - 1505 1506 1507 1508 1509 1510 1511 1512 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1542 1543 1545 1547 - 1548 1549 1550 1551 1559 1563 1564 1568 1570 1574 1575 1576 1577 1578 1579 1583 1601 1602 1604 1605 1607 1612 1614 - 1615 1617 1618 1619 1624 1625 1627 1629 1630 1631 1638 1652 1653 1661 1662 1663 1664 1667 1668 1669 1670 1671 1672 - 1700 1701 1704 1705 1706 1709 1783 1784 1785 1849 1851 1852 1853 1854 1855 1856 1857 1858 1868 1869 1870 1876 1877 1879 - 1884 1889 1890 1891 1895 1896 1897 1898 1899 1920 1921 1922 1924 1925 1928 1931 1932 1933 1945 1946 1947 1948 1949 - 1952 1953 1954 1955 1956 1957 1958 1966 1969 1972 1973 1974 2001 2005 2016 2017 2031 2032 2034 2050 2051 2059 2060 - 2061 2062 2063 2064 2065 2066 2067 2087 2091 2093 2094 2103 2104 2105 2106 2107 2108 2109 2110 2117 2142 2143 2144 2147 - 2148 2151 2152 2153 2159 2170 2172 2175 2180 2212 2221 2268 2269 2282 2285 2292 2295 2297 2298 2306 2316 2317 2318 2320 - 2330 2337 2338 2339 2340 2343 2360 2361 2362 2384 2386 2408 2419 2420 2426 2440 2441 2442 2445 2453 2454 2458 2460 2462 - 2465 2466 2467 2480 2481 2516 2517 2518 2519 2525 2538 2555 2558 2561 2583 2584 2604 2570 2640 2524 12 8 2669 2133 + 46 47 48 49 50 51 52 53 54 55 56 57 58 60 64 65 81 82 83 100 101 102 103 104 105 106 107 108 109 110 111 112 115 + 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 142 143 144 145 146 + 147 148 149 150 151 152 153 154 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 201 202 + 203 215 217 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 + 245 254 255 256 257 258 259 260 261 262 263 264 265 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 + 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 308 309 310 311 312 313 316 317 322 323 + 324 325 326 327 328 329 330 331 332 333 340 341 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 + 359 360 361 362 363 364 365 367 368 369 370 371 374 375 376 378 379 380 381 383 385 386 387 388 389 390 391 392 + 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 + 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 448 449 452 455 474 475 476 + 477 478 479 480 481 482 483 484 485 486 487 488 489 490 492 494 495 497 518 519 520 521 522 523 524 525 526 527 + 528 529 534 535 536 537 538 539 540 541 542 543 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 + 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 + 593 594 595 596 597 598 611 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 645 657 658 659 660 661 + 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 687 688 689 + 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 720 721 722 723 726 727 728 + 729 730 732 741 742 743 744 745 746 747 748 751 752 753 757 759 761 762 763 764 765 766 767 768 769 770 771 772 + 773 774 775 776 777 778 779 791 792 793 794 795 796 797 798 799 802 803 804 805 806 807 808 809 810 811 812 813 + 831 849 852 857 867 868 870 871 878 880 882 892 893 901 915 916 929 933 936 937 954 955 956 957 960 967 971 972 + 994 999 1019 1021 1033 1034 1037 1038 1039 1040 1041 1043 1044 1045 1050 1051 1057 1094 1096 1110 1111 1117 1118 + 1119 1120 1121 1122 1123 1126 1131 1132 1133 1134 1135 1145 1191 1192 1198 1227 1234 1236 1237 1239 1240 1241 1242 1243 + 1244 1245 1246 1247 1248 1249 1250 1253 1254 1255 1256 1281 1282 1283 1294 1295 1302 1308 1311 1319 1321 1322 1330 + 1331 1332 1334 1335 1362 1363 1364 1369 1374 1375 1376 1377 1384 1385 1386 1387 1388 1389 1395 1396 1398 1402 1403 + 1404 1405 1406 1414 1416 1418 1419 1420 1430 1432 1435 1437 1449 1450 1451 1463 1470 1471 1472 1473 1474 1475 1476 + 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1494 1495 1497 1498 1499 1500 1502 1503 1504 + 1505 1506 1507 1508 1509 1510 1511 1512 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1542 1543 1545 1547 + 1548 1549 1550 1551 1559 1563 1564 1568 1570 1574 1575 1576 1577 1578 1579 1583 1601 1602 1604 1605 1607 1612 1614 + 1615 1617 1618 1619 1624 1625 1627 1629 1630 1631 1638 1652 1653 1661 1662 1663 1664 1667 1668 1669 1670 1671 1672 + 1700 1701 1704 1705 1706 1709 1783 1784 1785 1849 1851 1852 1853 1854 1855 1856 1857 1858 1868 1869 1870 1876 1877 1879 + 1884 1889 1890 1891 1895 1896 1897 1898 1899 1920 1921 1922 1924 1925 1928 1931 1932 1933 1945 1946 1947 1948 1949 + 1952 1953 1954 1955 1956 1957 1958 1966 1969 1972 1973 1974 2001 2005 2016 2017 2031 2032 2034 2050 2051 2059 2060 + 2061 2062 2063 2064 2065 2066 2067 2087 2091 2093 2094 2103 2104 2105 2106 2107 2108 2109 2110 2117 2142 2143 2144 2147 + 2148 2151 2152 2153 2159 2170 2172 2175 2180 2212 2221 2268 2269 2282 2285 2292 2295 2297 2298 2306 2316 2317 2318 2320 + 2330 2337 2338 2339 2340 2343 2360 2361 2362 2384 2386 2408 2419 2420 2426 2440 2441 2442 2445 2453 2454 2458 2460 2462 + 2465 2466 2467 2480 2481 2516 2517 2518 2519 2525 2538 2555 2558 2561 2583 2584 2604 2570 2640 2524 12 8 2669 2133 } harsh_climate = { - 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 59 61 62 63 66 67 68 69 70 71 72 73 74 75 76 77 78 - 79 80 91 92 93 94 95 96 97 98 99 113 114 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 216 218 - 246 247 248 249 250 252 253 266 267 268 269 270 271 305 306 314 315 318 319 336 337 339 342 457 460 464 465 466 493 - 496 499 500 533 592 599 606 607 608 609 610 612 613 614 615 637 638 711 712 713 714 715 716 717 718 719 734 735 761 783 - 784 785 786 787 788 789 815 816 820 833 847 848 853 855 862 863 864 865 866 873 874 876 877 879 881 883 884 885 886 - 887 888 889 890 891 896 897 898 899 902 903 904 906 907 908 909 910 913 914 917 918 919 920 923 924 925 928 938 939 - 940 941 942 943 945 946 947 948 949 951 952 953 959 991 992 996 997 998 1000 1001 1002 1003 1004 1005 1006 1007 1008 - 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1020 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1035 - 1042 1046 1052 1053 1054 1055 1056 1082 1083 1084 1085 1093 1095 1103 1109 1113 1114 1115 1124 1125 1127 1128 1129 - 1130 1137 1139 1162 1165 1166 1167 1168 1169 1170 1171 1177 1178 1179 1183 1194 1195 1196 1202 1206 1209 1211 1214 - 1215 1216 1221 1233 1229 1231 1235 1257 1258 1263 1264 1265 1270 1272 1274 1275 1279 1280 1284 1287 1304 1313 1314 1315 - 1316 1317 1318 1320 1325 1333 1336 1337 1347 1348 1349 1350 1358 1359 1368 1371 1372 1378 1390 1391 1392 1397 1399 - 1400 1401 1407 1408 1409 1410 1422 1426 1427 1428 1429 1434 1436 1453 1454 1491 1492 1513 1526 1527 1528 1529 1530 - 1531 1532 1533 1546 1554 1555 1560 1561 1562 1572 1573 1580 1584 1587 1603 1613 1616 1620 1621 1639 1642 1643 1645 - 1654 1657 1659 1660 1665 1666 1673 1674 1675 1676 1677 1685 1686 1687 1688 1689 1690 1691 1693 1694 1695 1696 1702 - 1703 1707 1708 1727 1729 1732 1738 1740 1741 1754 1755 1765 1767 1769 1770 1771 1772 1775 1776 1777 1778 1779 1786 - 1787 1788 1789 1792 1818 1819 1820 1850 1859 1860 1861 1871 1872 1873 1874 1875 1878 1880 1881 1882 1885 1886 1900 - 1901 1910 1913 1915 1916 1917 1918 1926 1927 1929 1930 1936 1937 1938 1939 1940 1941 1943 1959 1970 1971 1975 1976 1977 - 1978 1979 1985 1986 1988 1989 1998 1999 2000 2002 2006 2018 2035 2041 2044 2045 2052 2053 2068 2069 2070 2071 2072 - 2073 2088 2089 2090 2092 2097 2099 2101 2102 2112 2114 2115 2116 2131 2132 2145 2146 2158 2160 2166 2167 2174 - 2176 2177 2181 2182 2183 2184 2185 2187 2188 2194 2197 2199 2200 2206 2216 2242 2245 2246 2247 2254 2256 2257 2259 2260 - 2261 2262 2263 2271 2272 2273 2275 2277 2279 2296 2299 2300 2301 2302 2303 2307 2308 2319 2321 2322 2336 2341 2342 2346 - 2348 2354 2355 2357 2363 2378 2379 2395 2396 2406 2413 2416 2421 2422 2423 2425 2427 2430 2433 2437 2438 2443 2444 - 2450 2452 2456 2459 2463 2464 2500 2508 2511 2513 2514 2521 2526 2527 2528 2529 2530 2531 2532 2533 2534 2537 2539 - 2540 2541 2542 2543 2544 2545 2546 2547 2548 2556 2571 2572 2574 2575 2576 2577 2579 2580 2581 2594 2610 2611 2612 - 2635 2173 2563 2566 2568 2569 2664 1813 - - + 21 22 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 59 61 62 63 66 67 68 69 70 71 72 73 74 75 76 77 78 + 79 80 91 92 93 94 95 96 97 98 99 113 114 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 216 218 + 246 247 248 249 250 252 253 266 267 268 269 270 271 305 306 314 315 318 319 336 337 339 342 457 460 464 465 466 493 + 496 499 500 533 592 599 606 607 608 609 610 612 613 614 615 637 638 711 712 713 714 715 716 717 718 719 734 735 761 783 + 784 785 786 787 788 789 815 816 820 833 847 848 853 855 862 863 864 865 866 873 874 876 877 879 881 883 884 885 886 + 887 888 889 890 891 896 897 898 899 902 903 904 906 907 908 909 910 913 914 917 918 919 920 923 924 925 928 938 939 + 940 941 942 943 945 946 947 948 949 951 952 953 959 991 992 996 997 998 1000 1001 1002 1003 1004 1005 1006 1007 1008 + 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1020 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1035 + 1042 1046 1052 1053 1054 1055 1056 1082 1083 1084 1085 1093 1095 1103 1109 1113 1114 1115 1124 1125 1127 1128 1129 + 1130 1137 1139 1162 1165 1166 1167 1168 1169 1170 1171 1177 1178 1179 1183 1194 1195 1196 1202 1206 1209 1211 1214 + 1215 1216 1221 1233 1229 1231 1235 1257 1258 1263 1264 1265 1270 1272 1274 1275 1279 1280 1284 1287 1304 1313 1314 1315 + 1316 1317 1318 1320 1325 1333 1336 1337 1347 1348 1349 1350 1358 1359 1368 1371 1372 1378 1390 1391 1392 1397 1399 + 1400 1401 1407 1408 1409 1410 1422 1426 1427 1428 1429 1434 1436 1453 1454 1491 1492 1513 1526 1527 1528 1529 1530 + 1531 1532 1533 1546 1554 1555 1560 1561 1562 1572 1573 1580 1584 1587 1603 1613 1616 1620 1621 1639 1642 1643 1645 + 1654 1657 1659 1660 1665 1666 1673 1674 1675 1676 1677 1685 1686 1687 1688 1689 1690 1691 1693 1694 1695 1696 1702 + 1703 1707 1708 1727 1729 1732 1738 1740 1741 1754 1755 1765 1767 1769 1770 1771 1772 1775 1776 1777 1778 1779 1786 + 1787 1788 1789 1792 1818 1819 1820 1850 1859 1860 1861 1871 1872 1873 1874 1875 1878 1880 1881 1882 1885 1886 1900 + 1901 1910 1913 1915 1916 1917 1918 1926 1927 1929 1930 1936 1937 1938 1939 1940 1941 1943 1959 1970 1971 1975 1976 1977 + 1978 1979 1985 1986 1988 1989 1998 1999 2000 2002 2006 2018 2035 2041 2044 2045 2052 2053 2068 2069 2070 2071 2072 + 2073 2088 2089 2090 2092 2097 2099 2101 2102 2112 2114 2115 2116 2131 2132 2145 2146 2158 2160 2166 2167 2174 + 2176 2177 2181 2182 2183 2184 2185 2187 2188 2194 2197 2199 2200 2206 2216 2242 2245 2246 2247 2254 2256 2257 2259 2260 + 2261 2262 2263 2271 2272 2273 2275 2277 2279 2296 2299 2300 2301 2302 2303 2307 2308 2319 2321 2322 2336 2341 2342 2346 + 2348 2354 2355 2357 2363 2378 2379 2395 2396 2406 2413 2416 2421 2422 2423 2425 2427 2430 2433 2437 2438 2443 2444 + 2450 2452 2456 2459 2463 2464 2500 2508 2511 2513 2514 2521 2526 2527 2528 2529 2530 2531 2532 2533 2534 2537 2539 + 2540 2541 2542 2543 2544 2545 2546 2547 2548 2556 2571 2572 2574 2575 2576 2577 2579 2580 2581 2594 2610 2611 2612 + 2635 2173 2563 2566 2568 2569 2664 1813 + + } inhospitable_climate = { - 1 2 3 4 5 6 7 9 11 13 14 15 16 17 18 19 20 23 43 251 307 320 321 338 790 911 912 921 922 931 934 935 - 950 981 982 983 984 985 986 987 988 989 990 993 995 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 - 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1086 1087 1088 1089 1090 1091 1092 1098 1099 1100 1101 1102 - 1104 1105 1106 1107 1108 1112 1116 1140 1143 1144 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 - 1159 1160 1161 1163 1164 1172 1173 1174 1175 1176 1180 1181 1182 1184 1185 1186 1187 1188 1189 1190 1193 1197 1199 - 1200 1201 1203 1204 1205 1207 1208 1210 1212 1213 1217 1218 1219 1220 1222 1223 1224 1225 1226 1228 1230 1232 1238 - 1252 1259 1260 1271 1273 1289 1290 1298 1323 1326 1327 1328 1329 1338 1339 1340 1341 1342 1355 1356 1357 1360 1361 - 1425 1465 1466 1467 1468 1469 1534 1535 1552 1553 1556 1557 1558 1581 1582 1585 1586 1588 1589 1590 1591 1592 1593 1594 - 1595 1596 1597 1598 1599 1600 1622 1623 1644 1680 1681 1682 1683 1684 1692 1697 1698 1699 1710 1711 1712 1713 1714 1715 - 1716 1717 1718 1719 1720 1721 1722 1724 1739 1742 1743 1744 1756 1757 1758 1759 1760 1761 1762 1766 1768 1773 1774 1780 - 1781 1782 1790 1791 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 - 1814 1815 1816 1817 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 - 1840 1841 1842 1843 1844 1845 1846 1847 1848 1862 1863 1864 1865 1866 1867 1883 1902 1903 1904 1905 1906 1907 1942 1944 - 1950 1960 1961 1962 1963 1964 1965 1967 1980 1982 1983 1984 1987 1990 1991 1992 1993 1994 1995 1996 1997 2007 2008 - 2009 2010 2011 2012 2013 2014 2024 2025 2026 2027 2028 2040 2042 2043 2046 2047 2049 2054 2055 2056 2057 2058 2074 2075 - 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2154 2155 2207 2248 2249 2250 2251 2252 2278 2283 2284 2286 2287 - 2288 2289 2290 2293 2294 2310 2311 2313 2315 2324 2327 2328 2329 2331 2332 2333 2334 2335 2368 2369 2370 2371 2372 2373 - 2374 2375 2385 2387 2388 2389 2390 2391 2392 2393 2394 2397 2398 2399 2400 2401 2402 2403 2404 2405 2407 2417 2418 2473 - 2474 2475 2489 2490 2495 2503 2507 2519 2520 2522 2523 2535 2536 2549 2550 2551 2552 2553 2554 2559 2560 2564 2585 - 2586 2587 2588 2589 2592 2593 2595 2596 2597 2598 2599 2600 2601 2603 2605 2606 2607 2608 2609 2613 2614 2615 - 2616 - 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2633 2634 2636 2637 2638 2639 2641 - 2642 2643 2644 2645 2646 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2663 2665 - 2666 2667 2668 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 - 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 686 3319 3320 3321 3322 -} \ No newline at end of file + 1 2 3 4 5 6 7 9 11 13 14 15 16 17 18 19 20 23 43 251 307 320 321 338 790 911 912 921 922 931 934 935 + 950 981 982 983 984 985 986 987 988 989 990 993 995 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 + 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1086 1087 1088 1089 1090 1091 1092 1098 1099 1100 1101 1102 + 1104 1105 1106 1107 1108 1112 1116 1140 1143 1144 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 + 1159 1160 1161 1163 1164 1172 1173 1174 1175 1176 1180 1181 1182 1184 1185 1186 1187 1188 1189 1190 1193 1197 1199 + 1200 1201 1203 1204 1205 1207 1208 1210 1212 1213 1217 1218 1219 1220 1222 1223 1224 1225 1226 1228 1230 1232 1238 + 1252 1259 1260 1271 1273 1289 1290 1298 1323 1326 1327 1328 1329 1338 1339 1340 1341 1342 1355 1356 1357 1360 1361 + 1425 1465 1466 1467 1468 1469 1534 1535 1552 1553 1556 1557 1558 1581 1582 1585 1586 1588 1589 1590 1591 1592 1593 1594 + 1595 1596 1597 1598 1599 1600 1622 1623 1644 1680 1681 1682 1683 1684 1692 1697 1698 1699 1710 1711 1712 1713 1714 1715 + 1716 1717 1718 1719 1720 1721 1722 1724 1739 1742 1743 1744 1756 1757 1758 1759 1760 1761 1762 1766 1768 1773 1774 1780 + 1781 1782 1790 1791 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 + 1814 1815 1816 1817 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 + 1840 1841 1842 1843 1844 1845 1846 1847 1848 1862 1863 1864 1865 1866 1867 1883 1902 1903 1904 1905 1906 1907 1942 1944 + 1950 1960 1961 1962 1963 1964 1965 1967 1980 1982 1983 1984 1987 1990 1991 1992 1993 1994 1995 1996 1997 2007 2008 + 2009 2010 2011 2012 2013 2014 2024 2025 2026 2027 2028 2040 2042 2043 2046 2047 2049 2054 2055 2056 2057 2058 2074 2075 + 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2154 2155 2207 2248 2249 2250 2251 2252 2278 2283 2284 2286 2287 + 2288 2289 2290 2293 2294 2310 2311 2313 2315 2324 2327 2328 2329 2331 2332 2333 2334 2335 2368 2369 2370 2371 2372 2373 + 2374 2375 2385 2387 2388 2389 2390 2391 2392 2393 2394 2397 2398 2399 2400 2401 2402 2403 2404 2405 2407 2417 2418 2473 + 2474 2475 2489 2490 2495 2503 2507 2519 2520 2522 2523 2535 2536 2549 2550 2551 2552 2553 2554 2559 2560 2564 2585 + 2586 2587 2588 2589 2592 2593 2595 2596 2597 2598 2599 2600 2601 2603 2605 2606 2607 2608 2609 2613 2614 2615 + 2616 + 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2633 2634 2636 2637 2638 2639 2641 + 2642 2643 2644 2645 2646 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2663 2665 + 2666 2667 2668 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 + 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 686 3319 3320 3321 3322 +} diff --git a/HPM/map/continent.txt b/HPM/map/continent.txt index 27d000e6..f2ab4db2 100644 --- a/HPM/map/continent.txt +++ b/HPM/map/continent.txt @@ -1,162 +1,162 @@ europe = { - provinces = { - 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 1724 268 269 270 271 272 273 274 275 276 277 278 - 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 - 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 - 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 - 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 - 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 - 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 - 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 - 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 - 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 - 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 - 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 - 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 611 612 613 614 615 - 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 - 644 645 646 647 648 649 650 651 652 653 654 655 656 657 659 660 661 662 663 664 665 666 667 668 669 670 671 672 - 673 676 677 678 679 680 681 682 683 684 685 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 - 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 - 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 - 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 - 788 789 791 792 793 794 795 796 797 800 826 827 834 835 836 837 838 839 840 841 842 849 850 851 852 853 854 936 - 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 - 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 982 983 984 988 989 992 993 994 995 996 997 998 - 999 1000 1001 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 2533 2538 2557 - 2560 2561 2567 2568 2569 2570 2577 2580 2582 2583 2584 2587 2588 2636 1743 - - 1094 1095 1092 1093 1091 1090 1096 1099 1098 1101 1100 1106 1105 1104 1103 1102 1107 675 674 818 814 813 811 812 810 - 817 816 809 808 815 858 859 828 830 829 823 822 805 798 799 804 803 802 806 807 819 820 821 824 825 831 832 833 - 847 848 846 845 844 843 981 987 991 990 1023 1024 1022 985 986 2688 2689 2687 1026 1031 1029 2699 2700 1020 1027 1028 - 1030 1032 1033 1034 1042 1035 1043 1044 2610 1182 1037 1025 1021 1038 1041 1036 1040 1039 1046 1047 1045 1048 1049 - 1050 1051 1056 1052 1053 1054 1055 1057 860 1780 10 8 2669 1981 - } - assimilation_rate = -0.25 + provinces = { + 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 1724 268 269 270 271 272 273 274 275 276 277 278 + 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 + 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 + 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 + 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 + 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 + 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 + 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 + 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 + 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 + 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 + 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 + 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 611 612 613 614 615 + 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 + 644 645 646 647 648 649 650 651 652 653 654 655 656 657 659 660 661 662 663 664 665 666 667 668 669 670 671 672 + 673 676 677 678 679 680 681 682 683 684 685 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 + 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 + 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 + 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 + 788 789 791 792 793 794 795 796 797 800 826 827 834 835 836 837 838 839 840 841 842 849 850 851 852 853 854 936 + 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 + 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 982 983 984 988 989 992 993 994 995 996 997 998 + 999 1000 1001 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 2533 2538 2557 + 2560 2561 2567 2568 2569 2570 2577 2580 2582 2583 2584 2587 2588 2636 1743 + + 1094 1095 1092 1093 1091 1090 1096 1099 1098 1101 1100 1106 1105 1104 1103 1102 1107 675 674 818 814 813 811 812 810 + 817 816 809 808 815 858 859 828 830 829 823 822 805 798 799 804 803 802 806 807 819 820 821 824 825 831 832 833 + 847 848 846 845 844 843 981 987 991 990 1023 1024 1022 985 986 2688 2689 2687 1026 1031 1029 2699 2700 1020 1027 1028 + 1030 1032 1033 1034 1042 1035 1043 1044 2610 1182 1037 1025 1021 1038 1041 1036 1040 1039 1046 1047 1045 1048 1049 + 1050 1051 1056 1052 1053 1054 1055 1057 860 1780 10 8 2669 1981 + } + assimilation_rate = -0.25 } asia = { - provinces = { - 1058 1059 1060 - 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 - 1084 1085 1086 1087 1088 1089 1218 1219 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 - 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 - 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 - 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 - 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 - 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 - 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 - 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 - 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 - 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 - 1447 1448 1449 1450 1451 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 - 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 - 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 - 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1532 1533 1534 1535 1536 1537 1538 1539 - 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1561 1562 1563 - 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 - 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 - 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 - 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1655 1656 - 1657 1658 1659 1660 2589 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 - 2062 2128 2207 2221 2406 2562 2565 2566 2572 2575 2576 2607 2608 - 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2633 2634 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 - 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2663 2665 2666 2667 2668 2670 - 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2690 2691 2692 2693 - 2694 2695 2696 2697 2698 2701 1002 1220 1221 1222 2591 2632 12 2244 - } - assimilation_rate = -0.5 + provinces = { + 1058 1059 1060 + 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 + 1084 1085 1086 1087 1088 1089 1218 1219 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 + 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 + 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 + 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 + 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 + 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 + 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 + 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 + 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 + 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 + 1447 1448 1449 1450 1451 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 + 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 + 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 + 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1532 1533 1534 1535 1536 1537 1538 1539 + 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1561 1562 1563 + 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 + 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 + 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 + 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1655 1656 + 1657 1658 1659 1660 2589 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 + 2062 2128 2207 2221 2406 2562 2565 2566 2572 2575 2576 2607 2608 + 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2633 2634 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 + 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2663 2665 2666 2667 2668 2670 + 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2690 2691 2692 2693 + 2694 2695 2696 2697 2698 2701 1002 1220 1221 1222 2591 2632 12 2244 + } + assimilation_rate = -0.5 } africa = { - provinces = { - 790 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 - 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1715 1716 1717 1718 1719 1720 1721 - 1722 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1744 1745 - 1746 1747 1748 1749 1750 1751 1752 1753 1754 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 - 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 - 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1814 1815 - 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 - 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 - 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 - 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 - 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 - 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 - 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 - 1977 1978 1980 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 - 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 - 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 - 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2063 2064 2065 2066 2067 2068 2069 2070 - 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 - 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 - 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2129 2130 2132 2134 2135 2136 2558 2559 2563 2564 2573 2574 - 2581 2585 2609 2624 2635 2590 - } - assimilation_rate = -0.25 + provinces = { + 790 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 + 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1715 1716 1717 1718 1719 1720 1721 + 1722 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1744 1745 + 1746 1747 1748 1749 1750 1751 1752 1753 1754 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 + 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 + 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1814 1815 + 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 + 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 + 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 + 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 + 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 + 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 + 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 + 1977 1978 1980 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 + 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 + 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 + 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2063 2064 2065 2066 2067 2068 2069 2070 + 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 + 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 + 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2129 2130 2132 2134 2135 2136 2558 2559 2563 2564 2573 2574 + 2581 2585 2609 2624 2635 2590 + } + assimilation_rate = -0.25 } north_america = { - provinces = { - 1 2 3 4 5 6 7 9 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 41 - 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 - 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 - 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 - 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 - 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 - 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 - 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 1723 - 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 - 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 - 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 - 2206 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2222 2223 2224 2225 2226 2227 2228 2229 2230 - 2231 2232 2233 2236 2237 2238 2409 2555 2556 2592 2593 2594 2595 2596 2597 2598 2599 2630 2625 2626 2627 2628 2629 - 2631 3246 2662 658 - } - assimilation_rate = 0.5 - farm_rgo_size = 10 - mine_rgo_size = 10 + provinces = { + 1 2 3 4 5 6 7 9 11 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 30 31 32 33 34 35 36 37 38 39 40 41 + 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 + 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 + 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 + 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 + 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 + 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 1723 + 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 + 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 + 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 + 2206 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2222 2223 2224 2225 2226 2227 2228 2229 2230 + 2231 2232 2233 2236 2237 2238 2409 2555 2556 2592 2593 2594 2595 2596 2597 2598 2599 2630 2625 2626 2627 2628 2629 + 2631 3246 2662 658 + } + assimilation_rate = 0.5 + farm_rgo_size = 10 + mine_rgo_size = 10 } south_america = { - provinces = { - 1979 2131 2234 2235 2239 2240 2241 2242 2243 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 - 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 - 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 - 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 - 2327 2328 2329 2330 2331 2332 2333 2334 2335 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 - 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 - 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 - 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2407 2408 2410 2411 2412 2413 2415 2416 2417 2418 2419 2420 - 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 - 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 - 2532 2549 2550 2554 2578 2600 1714 2336 - } - assimilation_rate = 0.5 - farm_rgo_size = 10 - mine_rgo_size = 10 + provinces = { + 1979 2131 2234 2235 2239 2240 2241 2242 2243 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 + 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 + 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 + 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 + 2327 2328 2329 2330 2331 2332 2333 2334 2335 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 + 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 + 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 + 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2407 2408 2410 2411 2412 2413 2415 2416 2417 2418 2419 2420 + 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 + 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 + 2532 2549 2550 2554 2578 2600 1714 2336 + } + assimilation_rate = 0.5 + farm_rgo_size = 10 + mine_rgo_size = 10 } oceania = { - provinces = { - 855 856 857 1755 1756 1757 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 885 886 887 888 889 890 891 892 2414 893 894 895 896 898 899 917 921 920 919 918 916 908 909 910 911 922 1151 1152 1153 1154 1155 1178 1179 1180 1412 1173 1175 1176 1177 1169 1170 1171 1172 1174 1166 1162 1163 1164 1165 1167 1168 2586 1156 1157 1158 1159 1160 1161 912 913 914 915 923 924 925 926 927 928 929 930 931 932 933 934 935 897 900 901 902 903 904 905 906 907 879 880 881 882 883 884 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1181 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1195 1197 1211 1212 1213 1214 1215 1209 1210 1216 1217 1196 1204 1205 1206 1198 1199 1200 1201 1202 1203 1207 1208 2606 2702 2612 2611 1194 2664 1071 686 29 2133 1813 - } - assimilation_rate = -0.25 + provinces = { + 855 856 857 1755 1756 1757 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 885 886 887 888 889 890 891 892 2414 893 894 895 896 898 899 917 921 920 919 918 916 908 909 910 911 922 1151 1152 1153 1154 1155 1178 1179 1180 1412 1173 1175 1176 1177 1169 1170 1171 1172 1174 1166 1162 1163 1164 1165 1167 1168 2586 1156 1157 1158 1159 1160 1161 912 913 914 915 923 924 925 926 927 928 929 930 931 932 933 934 935 897 900 901 902 903 904 905 906 907 879 880 881 882 883 884 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1181 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1195 1197 1211 1212 1213 1214 1215 1209 1210 1216 1217 1196 1204 1205 1206 1198 1199 1200 1201 1202 1203 1207 1208 2606 2702 2612 2611 1194 2664 1071 686 29 2133 1813 + } + assimilation_rate = -0.25 } australia_new_zealand = { - provinces = { - 2500 2501 2502 2503 2504 2505 2506 2507 2509 2510 2511 2512 2513 2514 2515 2516 2571 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2604 2601 2602 2603 2605 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2508 2524 - } - - assimilation_rate = 0.5 - farm_rgo_size = 10 - mine_rgo_size = 10 + provinces = { + 2500 2501 2502 2503 2504 2505 2506 2507 2509 2510 2511 2512 2513 2514 2515 2516 2571 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2604 2601 2602 2603 2605 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2508 2524 + } + + assimilation_rate = 0.5 + farm_rgo_size = 10 + mine_rgo_size = 10 } polynesia = { - provinces = { - 610 801 1097 1531 1452 1453 1454 1560 1654 2454 2517 2518 2519 2520 2521 2522 2523 2525 2526 2527 2528 2529 2530 2531 2534 2535 2536 2537 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2551 2552 2553 2579 2623 3249 3319 3320 3321 3322 - } - assimilation_rate = -0.25 - farm_rgo_size = -0.3 - mine_rgo_size = -0.3 + provinces = { + 610 801 1097 1531 1452 1453 1454 1560 1654 2454 2517 2518 2519 2520 2521 2522 2523 2525 2526 2527 2528 2529 2530 2531 2534 2535 2536 2537 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2551 2552 2553 2579 2623 3249 3319 3320 3321 3322 + } + assimilation_rate = -0.25 + farm_rgo_size = -0.3 + mine_rgo_size = -0.3 } diff --git a/HPM/map/default.map b/HPM/map/default.map index 0dae7c41..d77aecda 100644 --- a/HPM/map/default.map +++ b/HPM/map/default.map @@ -1,30 +1,30 @@ max_provinces = 3323 -sea_starts = { - 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 - 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 - 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 - 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 - 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 - 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 - 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 - 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 - 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 - 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 - 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 - 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 - 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 - 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 - 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 - 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 - 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 - 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 - 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3247 3248 3250 3251 3252 3253 3254 - 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 - 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 - 3313 3314 3315 3316 3317 3318 +sea_starts = { + 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 + 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 + 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 + 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 + 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 + 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 + 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 + 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 + 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 + 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 + 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 + 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 + 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 + 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 + 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 + 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 + 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 + 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 + 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3247 3248 3250 3251 3252 3253 3254 + 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 + 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 + 3313 3314 3315 3316 3317 3318 } - + definitions = "../mod/HPM/map/definition.csv" provinces = "provinces.bmp" positions = "positions.txt" @@ -40,15 +40,14 @@ province_flag_sprite = "province_flag_sprites" border_heights = { - 500 - 800 + 500 + 800 } terrain_sheet_heights = { - 500 #150 + 500 #150 } tree = 350 border_cutoff = 1100.0 - diff --git a/HPM/map/definition.csv b/HPM/map/definition.csv index 34045132..7cd649ad 100644 --- a/HPM/map/definition.csv +++ b/HPM/map/definition.csv @@ -3246,9 +3246,9 @@ province;red;green;blue;x;x 3245;106;203;253;Southern Pacific #39;x 3246;49;150;138;Jan Mayen;x 3247;52;14;236;West Hawaii;x -3248;53;14;240;West Magellan Strait;x -3249;144;176;1;Kiritimati;x -3250;26;27;255;Dead Sea;x +3248;53;14;240;West Magellan Strait;x +3249;144;176;1;Kiritimati;x +3250;26;27;255;Dead Sea;x 3251;111;17;245;Lake of the Woods;x 3252;111;17;246;Lake Nipissing;x 3253;111;17;247;Lake Simcoe;x diff --git a/HPM/map/positions.txt b/HPM/map/positions.txt index e26ae71d..eedde388 100644 --- a/HPM/map/positions.txt +++ b/HPM/map/positions.txt @@ -11194,17 +11194,22 @@ # Iceland 252 = { + text_position = { + x = 2526.000000 + y = 2004.000000 + } + + text_scale = 6.999996 unit = { x = 2526.000000 y = 2015.000000 } - text_position = { - x = 2526.000000 - y = 2004.000000 + factory = { + x = 2499.500000 + y = 2008.500000 } - text_scale = 6.999996 building_construction = { x = 2516.000000 y = 2021.000000 @@ -11215,15 +11220,10 @@ y = 1987.699951 } - factory = { - x = 2499.500000 - y = 2008.500000 - } - building_position = { fort = { - x = 2529.000000 - y = 2009.000000 + x = 2558.581667 + y = 2012.093333 } naval_base = { @@ -12608,11 +12608,6 @@ # Newcastle-upon-Tyne 280 = { - unit = { - x = 2775.000000 - y = 1735.000000 - } - text_position = { x = 2776.199951 y = 1731.599976 @@ -12620,9 +12615,9 @@ text_rotation = 5.672319 text_scale = 1.900000 - building_construction = { - x = 2774.399902 - y = 1730.000000 + unit = { + x = 2775.000000 + y = 1735.000000 } factory = { @@ -12630,10 +12625,15 @@ y = 1746.000000 } + building_construction = { + x = 2774.399902 + y = 1730.000000 + } + building_position = { fort = { - x = 2782.800049 - y = 1726.599976 + x = 2777.416667 + y = 1743.306667 } naval_base = { @@ -12643,19 +12643,6 @@ } - spawn_railway_track = { - { - x = 2771.800781 - y = 1740.399658 - } - - { - x = 2769.999023 - y = 1734.800049 - } - - } - building_rotation = { naval_base = 3.054327 } @@ -17308,6 +17295,11 @@ } text_scale = 2.200000 + factory = { + x = 3041.300049 + y = 1737.500000 + } + building_construction = { x = 3039.500000 y = 1735.400024 @@ -17318,15 +17310,10 @@ y = 1737.099976 } - factory = { - x = 3041.300049 - y = 1737.500000 - } - building_position = { fort = { - x = 3035.800049 - y = 1739.500000 + x = 3036.950000 + y = 1739.300000 } naval_base = { @@ -17491,20 +17478,15 @@ # Middelburg 378 = { - unit = { - x = 2870.000000 - y = 1662.000000 - } - text_position = { x = 2869.300049 y = 1658.699951 } text_scale = 1.600000 - building_construction = { - x = 2874.600098 - y = 1663.000000 + unit = { + x = 2870.000000 + y = 1662.000000 } factory = { @@ -17512,10 +17494,15 @@ y = 1659.800049 } + building_construction = { + x = 2874.600098 + y = 1663.000000 + } + building_position = { fort = { - x = 2870.600098 - y = 1656.800049 + x = 2863.950000 + y = 1660.850000 } naval_base = { @@ -18518,25 +18505,33 @@ # Cambrai 404 = { + text_position = { + x = 2863.699951 + y = 1629.199951 + } + + text_scale = 1.900000 unit = { x = 2864.000000 y = 1631.000000 } - text_position = { - x = 2863.699951 - y = 1629.199951 + factory = { + x = 2867.800049 + y = 1633.199951 } - text_scale = 1.900000 building_construction = { x = 2870.000000 y = 1627.000000 } - factory = { - x = 2867.800049 - y = 1633.199951 + building_position = { + fort = { + x = 2858.450000 + y = 1632.500000 + } + } } @@ -19110,17 +19105,22 @@ # Channel Islands 419 = { + text_position = { + x = 2763.600098 + y = 1614.900024 + } + + text_scale = 1.200000 unit = { x = 2765.000000 y = 1618.000000 } - text_position = { - x = 2763.600098 - y = 1614.900024 + factory = { + x = 2772.100098 + y = 1614.800049 } - text_scale = 1.200000 building_construction = { x = 2765.000000 y = 1618.000000 @@ -19131,15 +19131,10 @@ y = 1614.000000 } - factory = { - x = 2772.100098 - y = 1614.800049 - } - building_position = { fort = { - x = 2767.199951 - y = 1619.900024 + x = 2766.500000 + y = 1618.900000 } naval_base = { @@ -21007,6 +21002,11 @@ text_rotation = 5.323253 text_scale = 2.799999 + factory = { + x = 2900.899902 + y = 1547.400024 + } + building_construction = { x = 2911.000000 y = 1550.000000 @@ -21017,15 +21017,10 @@ y = 1539.000000 } - factory = { - x = 2900.899902 - y = 1547.400024 - } - building_position = { fort = { - x = 2908.000000 - y = 1535.199951 + x = 2902.040000 + y = 1550.906667 } } @@ -21283,8 +21278,8 @@ building_position = { fort = { - x = 2915.000000 - y = 1505.000000 + x = 2913.950000 + y = 1501.800000 } naval_base = { @@ -23415,11 +23410,6 @@ # Lisbon 521 = { - unit = { - x = 2663.000000 - y = 1418.000000 - } - text_position = { x = 2664.500000 y = 1417.800049 @@ -23427,11 +23417,21 @@ text_rotation = 1.047198 text_scale = 1.900000 + unit = { + x = 2663.000000 + y = 1418.000000 + } + city = { x = 2660.899902 y = 1413.099976 } + factory = { + x = 2665.100098 + y = 1419.800049 + } + building_construction = { x = 2662.199951 y = 1414.000000 @@ -23442,20 +23442,10 @@ y = 1416.599976 } - factory = { - x = 2665.100098 - y = 1419.800049 - } - building_position = { fort = { - x = 2661.199951 - y = 1423.099976 - } - - naval_base = { - x = 2657.800049 - y = 1414.599976 + x = 2661.350000 + y = 1421.800000 } railroad = { @@ -23463,6 +23453,11 @@ y = 1417.000000 } + naval_base = { + x = 2657.800049 + y = 1414.599976 + } + } } @@ -26270,27 +26265,14 @@ text_rotation = 0.436332 text_scale = 1.800000 building_position = { - railroad = { - x = 2939.000000 - y = 1602.000000 - } - - } - - spawn_railway_track = { - { - x = 0.000000 - y = 0.000000 - } - - { - x = 0.000000 - y = 0.000000 + fort = { + x = 2942.550000 + y = 1594.050000 } - { + railroad = { x = 2939.000000 - y = 1596.000000 + y = 1602.000000 } } @@ -28875,6 +28857,11 @@ } text_scale = 2.500000 + factory = { + x = 3212.800049 + y = 1583.099976 + } + building_construction = { x = 3203.000000 y = 1584.000000 @@ -28885,15 +28872,10 @@ y = 1577.000000 } - factory = { - x = 3212.800049 - y = 1583.099976 - } - building_position = { fort = { - x = 3205.199951 - y = 1573.199951 + x = 3203.450000 + y = 1574.000000 } } @@ -28913,17 +28895,22 @@ y = 1518.000000 } - building_construction = { - x = 3218.000000 - y = 1518.000000 - } - factory = { x = 3198.399902 y = 1516.000000 } + building_construction = { + x = 3218.000000 + y = 1518.000000 + } + building_position = { + fort = { + x = 3202.875000 + y = 1506.766667 + } + railroad = { x = 3205.000000 y = 1512.000000 @@ -28942,14 +28929,22 @@ text_rotation = 6.283185 text_scale = 2.700000 + factory = { + x = 3163.899902 + y = 1531.800049 + } + building_construction = { x = 3180.199951 y = 1533.000000 } - factory = { - x = 3163.899902 - y = 1531.800049 + building_position = { + fort = { + x = 3162.150000 + y = 1526.900000 + } + } } @@ -28962,16 +28957,24 @@ } text_scale = 2.799999 - building_construction = { - x = 3184.000000 - y = 1510.500000 - } - factory = { x = 3166.300049 y = 1517.199951 } + building_construction = { + x = 3181.450000 + y = 1517.300000 + } + + building_position = { + fort = { + x = 3185.250000 + y = 1509.200000 + } + + } + } # Tirgoviste @@ -28983,14 +28986,22 @@ text_rotation = 0.349066 text_scale = 2.700000 + factory = { + x = 3191.500000 + y = 1531.599976 + } + building_construction = { x = 3202.699951 y = 1525.800049 } - factory = { - x = 3191.500000 - y = 1531.599976 + building_position = { + fort = { + x = 3195.225000 + y = 1537.210000 + } + } } @@ -29003,14 +29014,22 @@ } text_scale = 2.400000 + factory = { + x = 3221.699951 + y = 1535.000000 + } + building_construction = { x = 3238.000000 y = 1532.000000 } - factory = { - x = 3221.699951 - y = 1535.000000 + building_position = { + fort = { + x = 3216.150000 + y = 1537.400000 + } + } } @@ -29023,14 +29042,22 @@ } text_scale = 2.300000 + factory = { + x = 3226.300049 + y = 1522.300049 + } + building_construction = { x = 3240.199951 y = 1519.000000 } - factory = { - x = 3226.300049 - y = 1522.300049 + building_position = { + fort = { + x = 3227.450000 + y = 1515.250000 + } + } } @@ -33718,8 +33745,8 @@ building_position = { fort = { - x = 3034.800049 - y = 1529.900024 + x = 3033.750000 + y = 1536.800000 } naval_base = { @@ -34542,17 +34569,22 @@ text_rotation = 0.872665 text_scale = 1.700000 - building_construction = { - x = 3106.500000 - y = 1475.500000 - } - factory = { x = 3112.000000 y = 1486.800049 } + building_construction = { + x = 3106.500000 + y = 1475.500000 + } + building_position = { + fort = { + x = 3112.950000 + y = 1489.000000 + } + naval_base = { x = 3104.699951 y = 1469.699951 @@ -36747,18 +36779,23 @@ # Malta 854 = { - unit = { - x = 3031.000000 - y = 1360.000000 - } - text_position = { x = 3024.800049 y = 1357.500000 } text_scale = 1.900000 + unit = { + x = 3031.000000 + y = 1360.000000 + } + building_position = { + fort = { + x = 3033.250000 + y = 1358.650000 + } + naval_base = { x = 3024.000000 y = 1362.500000 @@ -37249,10 +37286,11 @@ # Canakkale 865 = { text_position = { - x = 3223.650000 - y = 1431.950000 + x = 3226.200000 + y = 1433.750000 } + text_rotation = 0.856202 text_scale = 2.200000 unit = { x = 3226.000000 @@ -37297,8 +37335,8 @@ # Afyon 866 = { text_position = { - x = 3285.720000 - y = 1409.520000 + x = 3278.750000 + y = 1407.837963 } text_scale = 3.000000 @@ -37531,11 +37569,11 @@ # Denizli 871 = { text_position = { - x = 3262.300049 - y = 1394.599976 + x = 3259.780000 + y = 1394.680000 } - text_scale = 2.700000 + text_scale = 2.500000 unit = { x = 3263.000000 y = 1400.000000 @@ -37547,13 +37585,13 @@ } factory = { - x = 3268.000000 - y = 1406.900024 + x = 3257.422222 + y = 1400.225926 } building_construction = { - x = 3259.399902 - y = 1407.000000 + x = 3260.407407 + y = 1402.924074 } military_construction = { @@ -37670,8 +37708,8 @@ # Burdur 874 = { text_position = { - x = 3283.199951 - y = 1388.599976 + x = 3280.449074 + y = 1389.138889 } text_scale = 2.799999 @@ -41140,17 +41178,22 @@ # Proskorov 955 = { + text_position = { + x = 3229.300049 + y = 1613.699951 + } + + text_scale = 2.799999 unit = { x = 3229.000000 y = 1621.000000 } - text_position = { - x = 3229.300049 - y = 1613.699951 + factory = { + x = 3233.000000 + y = 1634.000000 } - text_scale = 2.799999 building_construction = { x = 3222.000000 y = 1629.000000 @@ -41161,15 +41204,10 @@ y = 1614.000000 } - factory = { - x = 3233.000000 - y = 1634.000000 - } - building_position = { fort = { - x = 3243.000000 - y = 1624.000000 + x = 3220.111667 + y = 1606.160000 } } @@ -41216,17 +41254,22 @@ # Kovel 957 = { + text_position = { + x = 3195.800049 + y = 1654.599976 + } + + text_scale = 2.799999 unit = { x = 3196.000000 y = 1655.000000 } - text_position = { - x = 3195.800049 - y = 1654.599976 + factory = { + x = 3205.000000 + y = 1662.000000 } - text_scale = 2.799999 building_construction = { x = 3195.000000 y = 1644.000000 @@ -41237,15 +41280,10 @@ y = 1650.000000 } - factory = { - x = 3205.000000 - y = 1662.000000 - } - building_position = { fort = { - x = 3229.000000 - y = 1651.000000 + x = 3183.666667 + y = 1658.053333 } } @@ -50344,20 +50382,15 @@ # Alma Ata 1186 = { - unit = { - x = 4006.000000 - y = 1509.000000 - } - text_position = { x = 4006.000000 y = 1502.000000 } text_scale = 5.099998 - building_construction = { - x = 4032.000000 - y = 1505.000000 + unit = { + x = 4006.000000 + y = 1509.000000 } factory = { @@ -50365,7 +50398,17 @@ y = 1515.000000 } + building_construction = { + x = 4032.000000 + y = 1505.000000 + } + building_position = { + fort = { + x = 3984.285000 + y = 1527.405000 + } + railroad = { x = 4009.000000 y = 1510.000000 @@ -51199,8 +51242,8 @@ building_position = { fort = { - x = 3791.896667 - y = 1424.693333 + x = 3823.190000 + y = 1393.753333 } railroad = { @@ -56695,25 +56738,35 @@ # Pegu 1332 = { + text_position = { + x = 4314.000000 + y = 1046.000000 + } + + text_scale = 3.399999 unit = { x = 4313.000000 y = 1050.000000 } - text_position = { - x = 4314.000000 - y = 1046.000000 + city = { + x = 4315.301667 + y = 1047.226667 + } + + factory = { + x = 4301.000000 + y = 1054.000000 } - text_scale = 3.399999 building_construction = { x = 4324.799805 y = 1041.699951 } - factory = { - x = 4301.000000 - y = 1054.000000 + military_construction = { + x = 4300.466667 + y = 1047.871667 } building_position = { @@ -56732,17 +56785,27 @@ # Toungoo 1333 = { + text_position = { + x = 4313.399902 + y = 1062.000000 + } + + text_scale = 2.500000 unit = { x = 4314.000000 y = 1066.000000 } - text_position = { - x = 4313.399902 - y = 1062.000000 + city = { + x = 4315.810000 + y = 1062.316667 + } + + factory = { + x = 4306.100098 + y = 1070.199951 } - text_scale = 2.500000 building_construction = { x = 4323.000000 y = 1057.000000 @@ -56753,11 +56816,6 @@ y = 1060.099976 } - factory = { - x = 4306.100098 - y = 1070.199951 - } - building_position = { fort = { x = 4326.200195 @@ -57117,11 +57175,6 @@ # Moulmein 1343 = { - unit = { - x = 4336.000000 - y = 1006.000000 - } - text_position = { x = 4336.299805 y = 994.400024 @@ -57129,6 +57182,21 @@ text_rotation = 5.148721 text_scale = 3.000000 + unit = { + x = 4336.000000 + y = 1006.000000 + } + + city = { + x = 4337.480000 + y = 1013.010000 + } + + factory = { + x = 4334.000000 + y = 1019.000000 + } + building_construction = { x = 4345.000000 y = 984.000000 @@ -57139,27 +57207,22 @@ y = 998.200012 } - factory = { - x = 4334.000000 - y = 1019.000000 - } - building_position = { fort = { x = 4346.000000 y = 977.000000 } - naval_base = { - x = 4330.700195 - y = 1006.099976 - } - railroad = { x = 4336.100098 y = 1006.000000 } + naval_base = { + x = 4330.700195 + y = 1006.099976 + } + } building_rotation = { @@ -65011,25 +65074,33 @@ # Guide 1509 = { + text_position = { + x = 4612.000000 + y = 1329.800049 + } + + text_scale = 3.399999 unit = { x = 4612.000000 y = 1334.000000 } - text_position = { - x = 4612.000000 - y = 1329.800049 + factory = { + x = 4604.000000 + y = 1339.000000 } - text_scale = 3.399999 building_construction = { x = 4605.899902 y = 1324.699951 } - factory = { - x = 4604.000000 - y = 1339.000000 + building_position = { + fort = { + x = 4620.840000 + y = 1329.140000 + } + } } @@ -65757,14 +65828,22 @@ } text_scale = 2.799999 + factory = { + x = 4549.000000 + y = 1194.000000 + } + building_construction = { x = 4551.100098 y = 1172.000000 } - factory = { - x = 4549.000000 - y = 1194.000000 + building_position = { + fort = { + x = 4564.175000 + y = 1186.775000 + } + } } @@ -67710,17 +67789,22 @@ } text_scale = 3.799999 - building_construction = { + factory = { x = 4538.000000 - y = 1376.000000 + y = 1399.000000 } - factory = { + building_construction = { x = 4538.000000 - y = 1399.000000 + y = 1376.000000 } building_position = { + fort = { + x = 4558.500000 + y = 1384.166667 + } + railroad = { x = 4541.000000 y = 1386.000000 @@ -69727,11 +69811,6 @@ # Jizhou 1615 = { - unit = { - x = 4610.000000 - y = 1397.000000 - } - text_position = { x = 4611.799805 y = 1393.000000 @@ -69739,9 +69818,9 @@ text_rotation = 0.785399 text_scale = 3.299999 - building_construction = { - x = 4610.799805 - y = 1390.599976 + unit = { + x = 4610.000000 + y = 1397.000000 } factory = { @@ -69749,6 +69828,19 @@ y = 1403.900024 } + building_construction = { + x = 4610.799805 + y = 1390.599976 + } + + building_position = { + fort = { + x = 4610.693333 + y = 1386.720000 + } + + } + } # Shuntian @@ -71202,17 +71294,22 @@ # Niigata 1645 = { + text_position = { + x = 4972.299805 + y = 1381.900024 + } + + text_scale = 2.600000 unit = { x = 4972.000000 y = 1386.000000 } - text_position = { - x = 4972.299805 - y = 1381.900024 + factory = { + x = 4961.600098 + y = 1380.900024 } - text_scale = 2.600000 building_construction = { x = 4982.299805 y = 1395.099976 @@ -71223,15 +71320,10 @@ y = 1383.000000 } - factory = { - x = 4961.600098 - y = 1380.900024 - } - building_position = { fort = { - x = 4966.000000 - y = 1397.699951 + x = 4975.860000 + y = 1391.946667 } naval_base = { @@ -75397,8 +75489,8 @@ building_position = { fort = { - x = 3166.100000 - y = 1292.350000 + x = 3189.850000 + y = 1289.000000 } railroad = { @@ -99227,6 +99319,14 @@ y = 880.694444 } + building_position = { + fort = { + x = 1576.070000 + y = 887.080000 + } + + } + } # Tena @@ -99441,6 +99541,14 @@ y = 929.871296 } + building_position = { + fort = { + x = 1638.880000 + y = 944.440000 + } + + } + } # Cajamarca @@ -110281,6 +110389,11 @@ } text_scale = 2.000000 + factory = { + x = 3192.000000 + y = 1566.800049 + } + building_construction = { x = 3200.899902 y = 1556.000000 @@ -110291,15 +110404,10 @@ y = 1557.000000 } - factory = { - x = 3192.000000 - y = 1566.800049 - } - building_position = { fort = { - x = 3184.000000 - y = 1555.000000 + x = 3188.850000 + y = 1562.400000 } } @@ -112453,11 +112561,6 @@ # Kotor 2582 = { - unit = { - x = 3099.000000 - y = 1481.000000 - } - text_position = { x = 3099.600098 y = 1479.199951 @@ -112465,6 +112568,16 @@ text_rotation = 5.672319 text_scale = 1.400000 + unit = { + x = 3099.000000 + y = 1481.000000 + } + + factory = { + x = 3096.300049 + y = 1482.800049 + } + building_construction = { x = 3099.699951 y = 1482.699951 @@ -112475,15 +112588,10 @@ y = 1479.699951 } - factory = { - x = 3096.300049 - y = 1482.800049 - } - building_position = { fort = { - x = 3102.500000 - y = 1478.699951 + x = 3095.450000 + y = 1483.900000 } naval_base = { @@ -117656,8 +117764,8 @@ building_position = { fort = { - x = 4373.511667 - y = 1828.695000 + x = 4352.016667 + y = 1803.800000 } } diff --git a/HPM/map/provinces.bmp b/HPM/map/provinces.bmp index 0c91e3de..3c6639d3 100644 Binary files a/HPM/map/provinces.bmp and b/HPM/map/provinces.bmp differ diff --git a/HPM/map/region.txt b/HPM/map/region.txt index d7139456..f8e004cf 100644 --- a/HPM/map/region.txt +++ b/HPM/map/region.txt @@ -196,7 +196,7 @@ BEL_394 = { 394 392 393 395 398 } #Wallonia FRA_399 = { 403 402 2570 } #Picardie - used to be { 403 405 406 408 402 2570 } -FRA_400 = { 408 405 406 407 432 } #Champagne +FRA_400 = { 408 405 406 407 432 } #Champagne FRA_404 = { 399 400 401 404 } #Nord-Pas-De-Calais/Artois @@ -282,7 +282,7 @@ PRU_553 = { 553 555 556 557 } #Magdeburg PRU_554 = { 554 561 562 563 } #Thuringia -SAX_558 = { 559 558 560 687 } #Saxony +SAX_558 = { 558 559 560 687 } #Saxony HES_2560 = { 564 565 566 567 568 2560 } #Hessen @@ -303,7 +303,7 @@ BAV_595 = { 595 596 597 598 } #Franconia BAV_599 = { 599 592 600 601 602 } #Upper Bavaria SWI_603 = { 603 606 611 2568 605 604 607 608 609 } #Switzerland - + PRU_682 = { 682 683 684 685 } #Silesia PRU_690 = { 690 691 694 693 } #Westpreußen @@ -595,7 +595,7 @@ RUS_1070 = { 1077 1469 2691 2701 2674 } #Upper Yeniseysk - Krasnoyarsk RUS_1071 = { 2648 2696 2644 } #Yakutsk -RUS_1072 = { 1081 2697 1080 } #Amur Region - Khingan +RUS_1072 = { 1081 2697 1080 } #Amur Region - Khingan RUS_1074 = { 1074 2633 2616 2663 } #Kamchatka @@ -684,11 +684,11 @@ ENG_1321 = { 1321 1322 1323 1324 1325 2128 } #Ceylon TIB_1591 = { 1587 1591 1592 1589 1588 1590 1593 } #Himalaya -BUR_1330 = { 1330 1331 1332 1345 } #Pegu +BUR_1330 = { 1330 1331 1332 1345 1336 1337} #Pegu -BUR_1334 = { 1335 1336 1337 1333 1338 } #Former Shan States - Yadanabon - Mandalay +BUR_1334 = { 1335 1333 1338 1340 } #Former Shan States - Yadanabon - Mandalay -BUR_1339 = { 1334 1339 1341 1342 1340 } #Kachin +BUR_1339 = { 1334 1339 1341 1342 } #Kachin #SIA_1355 = { } #Shan diff --git a/HPM/map/terrain.txt b/HPM/map/terrain.txt index bdc263c7..40a18ee1 100644 --- a/HPM/map/terrain.txt +++ b/HPM/map/terrain.txt @@ -2,440 +2,440 @@ terrain = 64 categories = { - ocean = { - movement_cost = 1.0 - is_water = yes - color = { 0 0 255 } - } - - urban = { - movement_cost = 1.0 - defence = 2 - color = { 140 150 130 } - farm_rgo_size = -0.5 - farm_rgo_eff = 0.25 - mine_rgo_size = -0.5 - mine_rgo_eff = 0.25 - supply_limit = 10 - } - - arctic = { - movement_cost = 1.1 - color = { 235 235 235 } - farm_rgo_size = -0.8 - farm_rgo_eff = -0.4 - mine_rgo_size = 0.0 - mine_rgo_eff = -0.2 - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - attrition = 2 - } - - plains = { - movement_cost = 1.0 - color = { 241 221 184 } - farm_rgo_size = 0.0 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - supply_limit = 10 - - } - - steppe = { - movement_cost = 1.0 - color = { 211 201 184 } - farm_rgo_size = 0.0 - farm_rgo_eff = -0.1 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - supply_limit = 4 - - } - - savanna = { - movement_cost = 1.0 - color = { 220 201 199 } - farm_rgo_size = 0.0 - farm_rgo_eff = -0.15 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - supply_limit = 4 - - } - - forest = { - movement_cost = 1.2 - defence = 1 - color = { 91 123 45 } - farm_rgo_size = 0.0 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - supply_limit = 6 - combat_width = -0.20 - } - - jungle = { - movement_cost = 1.3 - attrition = 1.5 - defence = 2 - - color = { 32 151 0 } - farm_rgo_size = -0.25 - farm_rgo_eff = -0.3 - mine_rgo_size = 0.0 - mine_rgo_eff = -0.2 - - supply_limit = 1 - min_build_railroad = 3 - min_build_fort = 1 - combat_width = -0.25 - } - - boreal = { - movement_cost = 1.3 - defence = 1 - attrition = 1 - - color = { 110 150 110 } - farm_rgo_size = -0.7 - farm_rgo_eff = -0.3 - mine_rgo_size = -0.0 - mine_rgo_eff = -0.2 - - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - combat_width = -0.20 - } - - hills = { - movement_cost = 1.2 - defence = 1 - color = { 135 70 0 } - - farm_rgo_size = 0.0 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - - supply_limit = 6 - min_build_railroad = 1 - combat_width = -0.33 - } - - dryhills = { - movement_cost = 1.2 - defence = 1 - color = { 70 135 0 } - - farm_rgo_size = 0.0 - farm_rgo_eff = -0.15 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - - supply_limit = 3 - min_build_railroad = 1 - combat_width = -0.33 - } - - marsh = { - movement_cost = 1.4 - attrition = 1 - defence = 1 - color = { 76 112 105 } - farm_rgo_size = -0.25 - farm_rgo_eff = -0.3 - mine_rgo_size = -0.25 - mine_rgo_eff = -0.3 - supply_limit = 3 - min_build_railroad = 2 - combat_width = -0.25 - } - - farmlands = { - movement_cost = 1.0 - color = { 137 104 165 } - farm_rgo_size = 0.0 - farm_rgo_eff = 0.25 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - supply_limit = 10 - } - - mining_district = { - movement_cost = 1.0 - color = { 137 104 165 } - farm_rgo_size = 0.0 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.25 - supply_limit = 10 - } - - mountain = { - movement_cost = 1.4 - defence = 3 - color = { 117 108 119 } - farm_rgo_size = -0.2 - farm_rgo_eff = 0.0 - mine_rgo_size = 0.1 - mine_rgo_eff = 0.0 - supply_limit = 2 - - combat_width = -0.6 - - min_build_railroad = 3 - } - - montane_tundra = { - movement_cost = 1.4 - defence = 3 - color = { 117 108 120 } - - farm_rgo_size = -0.8 - farm_rgo_eff = -0.5 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - - combat_width = -0.6 - attrition = 2 - } - - montane_forest = { - movement_cost = 1.5 - defence = 3 - color = { 117 108 121 } - - farm_rgo_size = -0.4 - farm_rgo_eff = -0.2 - mine_rgo_size = 0.0 - mine_rgo_eff = 0.0 - - supply_limit = 2 - - combat_width = -0.70 - - min_build_railroad = 3 - } - - desert = { - movement_cost = 1.5 - color = { 218 195 0 } - - farm_rgo_size = -0.8 - farm_rgo_eff = -0.5 - mine_rgo_size = -0.8 - mine_rgo_eff = -0.5 - min_build_railroad = 6 - min_build_fort = 1 - attrition = 2 - } - - semidesert = { - movement_cost = 1.2 - color = { 208 155 0 } - farm_rgo_size = -0.3 - farm_rgo_eff = -0.3 - mine_rgo_size = -0.1 - mine_rgo_eff = -0.1 - supply_limit = 2 - min_build_railroad = 2 - attrition = 1 - } - - - coastal_desert = { - movement_cost = 1.2 - color = { 208 156 0 } - farm_rgo_size = -0.4 - farm_rgo_eff = -0.2 - mine_rgo_size = 0.0 - mine_rgo_eff = -0.1 - supply_limit = 2 - min_build_railroad = 3 - attrition = 1 - } - - small_island = { - movement_cost = 1.0 - attrition = 1 - color = { 210 155 10 } - - farm_rgo_size = -0.5 - farm_rgo_eff = 0.0 - mine_rgo_size = -0.5 - mine_rgo_eff = 0.0 - supply_limit = 2 - combat_width = -0.3 - } - - coral_island = { - movement_cost = 1.0 - attrition = 2 - color = { 210 155 11 } - - farm_rgo_size = -0.95 - farm_rgo_eff = 0.0 - mine_rgo_size = -0.95 - mine_rgo_eff = 0.0 - min_build_railroad = 6 - min_build_fort = 6 - } - - new_world_boreal = { - movement_cost = 1.3 - defence = 1 - attrition = 1 - - color = { 210 155 17 } - farm_rgo_size = -10.7 - farm_rgo_eff = -0.3 - mine_rgo_size = -10.0 - mine_rgo_eff = -0.2 - - immigrant_attract = -0.6 - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - combat_width = -0.20 - } - - new_world_montane_tundra = { - movement_cost = 1.4 - defence = 3 - color = { 210 155 16 } - - farm_rgo_size = -10.8 - farm_rgo_eff = -0.5 - mine_rgo_size = -10.0 - mine_rgo_eff = 0.0 - - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - immigrant_attract = -0.9 - combat_width = -0.6 - attrition = 2 - } - - new_world_arctic = { - movement_cost = 1.1 - color = { 210 155 15 } - farm_rgo_size = -10.8 - farm_rgo_eff = -0.4 - mine_rgo_size = -10.0 - mine_rgo_eff = -0.2 - min_build_naval_base = 4 - min_build_railroad = 4 - min_build_fort = 1 - attrition = 2 - immigrant_attract = -0.9 - } - - new_world_mountain = { - movement_cost = 1.4 - defence = 3 - color = { 210 155 14 } - farm_rgo_size = -10.2 - farm_rgo_eff = 0.0 - mine_rgo_size = -10 - mine_rgo_eff = 0.0 - supply_limit = 2 - combat_width = -0.6 - min_build_railroad = 3 - immigrant_attract = -0.4 - } - - new_world_jungle = { - movement_cost = 1.3 - attrition = 1.5 - defence = 2 - - color = { 210 155 13 } - farm_rgo_size = -10.25 - farm_rgo_eff = -0.3 - mine_rgo_size = -10.0 - mine_rgo_eff = -0.2 - - supply_limit = 1 - min_build_railroad = 3 - min_build_fort = 1 - combat_width = -0.25 - immigrant_attract = -0.4 - } - - new_world_plains = { - movement_cost = 1.0 - attrition = 1 - color = { 210 155 12 } - - farm_rgo_size = -10.0 - farm_rgo_eff = 0.0 - mine_rgo_size = -10.0 - mine_rgo_eff = 0.0 - supply_limit = 10 - } - - new_world_small_island = { - movement_cost = 1.0 - attrition = 1 - color = { 210 155 11 } - - farm_rgo_size = -10.5 - farm_rgo_eff = 0.0 - mine_rgo_size = -10.5 - mine_rgo_eff = 0.0 - supply_limit = 2 - combat_width = -0.3 - assimilation_rate = -0.5 - immigrant_attract = -0.75 - } - - new_world_desert = { - movement_cost = 1.5 - color = { 210 155 30 } - - farm_rgo_size = -9.0 - farm_rgo_eff = -0.5 - mine_rgo_size = -9.0 - mine_rgo_eff = -0.5 - min_build_railroad = 4 - min_build_fort = 1 - attrition = 2 - immigrant_attract = -0.5 - } - - new_world_semidesert = { - movement_cost = 1.2 - color = { 210 155 31 } - - farm_rgo_size = -7.0 - farm_rgo_eff = -0.3 - mine_rgo_size = -7.0 - mine_rgo_eff = -0.1 - supply_limit = 2 - min_build_railroad = 2 - immigrant_attract = -0.25 - attrition = 1 - } + ocean = { + movement_cost = 1.0 + is_water = yes + color = { 0 0 255 } + } + + urban = { + movement_cost = 1.0 + defence = 2 + color = { 140 150 130 } + farm_rgo_size = -0.5 + farm_rgo_eff = 0.25 + mine_rgo_size = -0.5 + mine_rgo_eff = 0.25 + supply_limit = 10 + } + + arctic = { + movement_cost = 1.1 + color = { 235 235 235 } + farm_rgo_size = -0.8 + farm_rgo_eff = -0.4 + mine_rgo_size = 0.0 + mine_rgo_eff = -0.2 + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + attrition = 2 + } + + plains = { + movement_cost = 1.0 + color = { 241 221 184 } + farm_rgo_size = 0.0 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + supply_limit = 10 + + } + + steppe = { + movement_cost = 1.0 + color = { 211 201 184 } + farm_rgo_size = 0.0 + farm_rgo_eff = -0.1 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + supply_limit = 4 + + } + + savanna = { + movement_cost = 1.0 + color = { 220 201 199 } + farm_rgo_size = 0.0 + farm_rgo_eff = -0.15 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + supply_limit = 4 + + } + + forest = { + movement_cost = 1.2 + defence = 1 + color = { 91 123 45 } + farm_rgo_size = 0.0 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + supply_limit = 6 + combat_width = -0.20 + } + + jungle = { + movement_cost = 1.3 + attrition = 1.5 + defence = 2 + + color = { 32 151 0 } + farm_rgo_size = -0.25 + farm_rgo_eff = -0.3 + mine_rgo_size = 0.0 + mine_rgo_eff = -0.2 + + supply_limit = 1 + min_build_railroad = 3 + min_build_fort = 1 + combat_width = -0.25 + } + + boreal = { + movement_cost = 1.3 + defence = 1 + attrition = 1 + + color = { 110 150 110 } + farm_rgo_size = -0.7 + farm_rgo_eff = -0.3 + mine_rgo_size = -0.0 + mine_rgo_eff = -0.2 + + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + combat_width = -0.20 + } + + hills = { + movement_cost = 1.2 + defence = 1 + color = { 135 70 0 } + + farm_rgo_size = 0.0 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + + supply_limit = 6 + min_build_railroad = 1 + combat_width = -0.33 + } + + dryhills = { + movement_cost = 1.2 + defence = 1 + color = { 70 135 0 } + + farm_rgo_size = 0.0 + farm_rgo_eff = -0.15 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + + supply_limit = 3 + min_build_railroad = 1 + combat_width = -0.33 + } + + marsh = { + movement_cost = 1.4 + attrition = 1 + defence = 1 + color = { 76 112 105 } + farm_rgo_size = -0.25 + farm_rgo_eff = -0.3 + mine_rgo_size = -0.25 + mine_rgo_eff = -0.3 + supply_limit = 3 + min_build_railroad = 2 + combat_width = -0.25 + } + + farmlands = { + movement_cost = 1.0 + color = { 137 104 165 } + farm_rgo_size = 0.0 + farm_rgo_eff = 0.25 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + supply_limit = 10 + } + + mining_district = { + movement_cost = 1.0 + color = { 137 104 165 } + farm_rgo_size = 0.0 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.25 + supply_limit = 10 + } + + mountain = { + movement_cost = 1.4 + defence = 3 + color = { 117 108 119 } + farm_rgo_size = -0.2 + farm_rgo_eff = 0.0 + mine_rgo_size = 0.1 + mine_rgo_eff = 0.0 + supply_limit = 2 + + combat_width = -0.6 + + min_build_railroad = 3 + } + + montane_tundra = { + movement_cost = 1.4 + defence = 3 + color = { 117 108 120 } + + farm_rgo_size = -0.8 + farm_rgo_eff = -0.5 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + + combat_width = -0.6 + attrition = 2 + } + + montane_forest = { + movement_cost = 1.5 + defence = 3 + color = { 117 108 121 } + + farm_rgo_size = -0.4 + farm_rgo_eff = -0.2 + mine_rgo_size = 0.0 + mine_rgo_eff = 0.0 + + supply_limit = 2 + + combat_width = -0.70 + + min_build_railroad = 3 + } + + desert = { + movement_cost = 1.5 + color = { 218 195 0 } + + farm_rgo_size = -0.8 + farm_rgo_eff = -0.5 + mine_rgo_size = -0.8 + mine_rgo_eff = -0.5 + min_build_railroad = 6 + min_build_fort = 1 + attrition = 2 + } + + semidesert = { + movement_cost = 1.2 + color = { 208 155 0 } + farm_rgo_size = -0.3 + farm_rgo_eff = -0.3 + mine_rgo_size = -0.1 + mine_rgo_eff = -0.1 + supply_limit = 2 + min_build_railroad = 2 + attrition = 1 + } + + + coastal_desert = { + movement_cost = 1.2 + color = { 208 156 0 } + farm_rgo_size = -0.4 + farm_rgo_eff = -0.2 + mine_rgo_size = 0.0 + mine_rgo_eff = -0.1 + supply_limit = 2 + min_build_railroad = 3 + attrition = 1 + } + + small_island = { + movement_cost = 1.0 + attrition = 1 + color = { 210 155 10 } + + farm_rgo_size = -0.5 + farm_rgo_eff = 0.0 + mine_rgo_size = -0.5 + mine_rgo_eff = 0.0 + supply_limit = 2 + combat_width = -0.3 + } + + coral_island = { + movement_cost = 1.0 + attrition = 2 + color = { 210 155 11 } + + farm_rgo_size = -0.95 + farm_rgo_eff = 0.0 + mine_rgo_size = -0.95 + mine_rgo_eff = 0.0 + min_build_railroad = 6 + min_build_fort = 6 + } + + new_world_boreal = { + movement_cost = 1.3 + defence = 1 + attrition = 1 + + color = { 210 155 17 } + farm_rgo_size = -10.7 + farm_rgo_eff = -0.3 + mine_rgo_size = -10.0 + mine_rgo_eff = -0.2 + + immigrant_attract = -0.6 + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + combat_width = -0.20 + } + + new_world_montane_tundra = { + movement_cost = 1.4 + defence = 3 + color = { 210 155 16 } + + farm_rgo_size = -10.8 + farm_rgo_eff = -0.5 + mine_rgo_size = -10.0 + mine_rgo_eff = 0.0 + + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + immigrant_attract = -0.9 + combat_width = -0.6 + attrition = 2 + } + + new_world_arctic = { + movement_cost = 1.1 + color = { 210 155 15 } + farm_rgo_size = -10.8 + farm_rgo_eff = -0.4 + mine_rgo_size = -10.0 + mine_rgo_eff = -0.2 + min_build_naval_base = 4 + min_build_railroad = 4 + min_build_fort = 1 + attrition = 2 + immigrant_attract = -0.9 + } + + new_world_mountain = { + movement_cost = 1.4 + defence = 3 + color = { 210 155 14 } + farm_rgo_size = -10.2 + farm_rgo_eff = 0.0 + mine_rgo_size = -10 + mine_rgo_eff = 0.0 + supply_limit = 2 + combat_width = -0.6 + min_build_railroad = 3 + immigrant_attract = -0.4 + } + + new_world_jungle = { + movement_cost = 1.3 + attrition = 1.5 + defence = 2 + + color = { 210 155 13 } + farm_rgo_size = -10.25 + farm_rgo_eff = -0.3 + mine_rgo_size = -10.0 + mine_rgo_eff = -0.2 + + supply_limit = 1 + min_build_railroad = 3 + min_build_fort = 1 + combat_width = -0.25 + immigrant_attract = -0.4 + } + + new_world_plains = { + movement_cost = 1.0 + attrition = 1 + color = { 210 155 12 } + + farm_rgo_size = -10.0 + farm_rgo_eff = 0.0 + mine_rgo_size = -10.0 + mine_rgo_eff = 0.0 + supply_limit = 10 + } + + new_world_small_island = { + movement_cost = 1.0 + attrition = 1 + color = { 210 155 11 } + + farm_rgo_size = -10.5 + farm_rgo_eff = 0.0 + mine_rgo_size = -10.5 + mine_rgo_eff = 0.0 + supply_limit = 2 + combat_width = -0.3 + assimilation_rate = -0.5 + immigrant_attract = -0.75 + } + + new_world_desert = { + movement_cost = 1.5 + color = { 210 155 30 } + + farm_rgo_size = -9.0 + farm_rgo_eff = -0.5 + mine_rgo_size = -9.0 + mine_rgo_eff = -0.5 + min_build_railroad = 4 + min_build_fort = 1 + attrition = 2 + immigrant_attract = -0.5 + } + + new_world_semidesert = { + movement_cost = 1.2 + color = { 210 155 31 } + + farm_rgo_size = -7.0 + farm_rgo_eff = -0.3 + mine_rgo_size = -7.0 + mine_rgo_eff = -0.1 + supply_limit = 2 + min_build_railroad = 2 + immigrant_attract = -0.25 + attrition = 1 + } } -ocean1 = { - - type = ocean - color = { - 254 - } - has_texture = no +ocean1 = { + + type = ocean + color = { + 254 + } + has_texture = no } @@ -443,97 +443,97 @@ ocean1 = { -text_0 = { type = arctic color = { 0 } priority = 0 } -text_1 = { type = arctic color = { 1 } priority = 1 } -text_2 = { type = arctic color = { 2 } priority = 2 } -text_3 = { type = arctic color = { 3 } priority = 3 } +text_0 = { type = arctic color = { 0 } priority = 0 } +text_1 = { type = arctic color = { 1 } priority = 1 } +text_2 = { type = arctic color = { 2 } priority = 2 } +text_3 = { type = arctic color = { 3 } priority = 3 } #unused, marked as arctic for now -text_4 = { type = arctic color = { 4 } priority = 4 } -text_5 = { type = plains color = { 5 } priority = 5 } -text_6 = { type = plains color = { 6 } priority = 6 } -text_7 = { type = plains color = { 7 } priority = 7 } - -text_8 = { type = farmlands color = { 8 } priority = 8 } -text_9 = { type = farmlands color = { 9 } priority = 9 } -text_10 = { type = farmlands color = { 10 } priority = 10 } -text_11 = { type = farmlands color = { 11 } priority = 11 } - -text_12 = { type = forest color = { 12 } priority = 12 } -text_13 = { type = forest color = { 13 } priority = 13 } -text_14 = { type = forest color = { 14 } priority = 14 } -text_15 = { type = forest color = { 15 } priority = 15 } - -text_16 = { type = hills color = { 16 } priority = 16 } -text_17 = { type = hills color = { 17 } priority = 17 } -text_18 = { type = hills color = { 18 } priority = 18 } -text_19 = { type = hills color = { 19 } priority = 19 } - -text_20 = { type = forest color = { 20 } priority = 20 } -text_21 = { type = forest color = { 21 } priority = 21 } -text_22 = { type = forest color = { 22 } priority = 22 } -text_23 = { type = forest color = { 23 } priority = 23 } - -text_24 = { type = mountain color = { 24 } priority = 24 } -text_25 = { type = mountain color = { 25 } priority = 25 } -text_26 = { type = mountain color = { 26 } priority = 26 } -text_27 = { type = mountain color = { 27 } priority = 27 } -text_28 = { type = mountain color = { 28 } priority = 28 } -text_29 = { type = mountain color = { 29 } priority = 29 } -text_30 = { type = mountain color = { 30 } priority = 30 } -text_31 = { type = mountain color = { 31 } priority = 31 } - -text_32 = { type = plains color = { 32 } priority = 32 } -text_33 = { type = plains color = { 33 } priority = 33 } -text_34 = { type = plains color = { 34 } priority = 34 } -text_35 = { type = plains color = { 35 } priority = 35 } - -text_36 = { type = steppe color = { 36 } priority = 36 } -text_37 = { type = steppe color = { 37 } priority = 37 } -text_38 = { type = steppe color = { 38 } priority = 38 } -text_39 = { type = steppe color = { 39 } priority = 39 } - -text_40 = { type = jungle color = { 40 } priority = 40 } -text_41 = { type = jungle color = { 41 } priority = 41 } -text_42 = { type = jungle color = { 42 } priority = 42 } -text_43 = { type = jungle color = { 43 } priority = 43 } - -text_44 = { type = marsh color = { 44 } priority = 44 } -text_45 = { type = marsh color = { 45 } priority = 45 } -text_46 = { type = marsh color = { 46 } priority = 46 } -text_47 = { type = marsh color = { 47 } priority = 47 } - -text_48 = { type = desert color = { 48 } priority = 48 } -text_49 = { type = desert color = { 49 } priority = 49 } -text_50 = { type = desert color = { 50 } priority = 50 } -text_51 = { type = desert color = { 51 } priority = 51 } - -text_52 = { type = coastal_desert color = { 52 } priority = 52 } -text_53 = { type = coastal_desert color = { 53 } priority = 53 } -text_54 = { type = coastal_desert color = { 54 } priority = 54 } -text_55 = { type = coastal_desert color = { 55 } priority = 55 } +text_4 = { type = arctic color = { 4 } priority = 4 } +text_5 = { type = plains color = { 5 } priority = 5 } +text_6 = { type = plains color = { 6 } priority = 6 } +text_7 = { type = plains color = { 7 } priority = 7 } + +text_8 = { type = farmlands color = { 8 } priority = 8 } +text_9 = { type = farmlands color = { 9 } priority = 9 } +text_10 = { type = farmlands color = { 10 } priority = 10 } +text_11 = { type = farmlands color = { 11 } priority = 11 } + +text_12 = { type = forest color = { 12 } priority = 12 } +text_13 = { type = forest color = { 13 } priority = 13 } +text_14 = { type = forest color = { 14 } priority = 14 } +text_15 = { type = forest color = { 15 } priority = 15 } + +text_16 = { type = hills color = { 16 } priority = 16 } +text_17 = { type = hills color = { 17 } priority = 17 } +text_18 = { type = hills color = { 18 } priority = 18 } +text_19 = { type = hills color = { 19 } priority = 19 } + +text_20 = { type = forest color = { 20 } priority = 20 } +text_21 = { type = forest color = { 21 } priority = 21 } +text_22 = { type = forest color = { 22 } priority = 22 } +text_23 = { type = forest color = { 23 } priority = 23 } + +text_24 = { type = mountain color = { 24 } priority = 24 } +text_25 = { type = mountain color = { 25 } priority = 25 } +text_26 = { type = mountain color = { 26 } priority = 26 } +text_27 = { type = mountain color = { 27 } priority = 27 } +text_28 = { type = mountain color = { 28 } priority = 28 } +text_29 = { type = mountain color = { 29 } priority = 29 } +text_30 = { type = mountain color = { 30 } priority = 30 } +text_31 = { type = mountain color = { 31 } priority = 31 } + +text_32 = { type = plains color = { 32 } priority = 32 } +text_33 = { type = plains color = { 33 } priority = 33 } +text_34 = { type = plains color = { 34 } priority = 34 } +text_35 = { type = plains color = { 35 } priority = 35 } + +text_36 = { type = steppe color = { 36 } priority = 36 } +text_37 = { type = steppe color = { 37 } priority = 37 } +text_38 = { type = steppe color = { 38 } priority = 38 } +text_39 = { type = steppe color = { 39 } priority = 39 } + +text_40 = { type = jungle color = { 40 } priority = 40 } +text_41 = { type = jungle color = { 41 } priority = 41 } +text_42 = { type = jungle color = { 42 } priority = 42 } +text_43 = { type = jungle color = { 43 } priority = 43 } + +text_44 = { type = marsh color = { 44 } priority = 44 } +text_45 = { type = marsh color = { 45 } priority = 45 } +text_46 = { type = marsh color = { 46 } priority = 46 } +text_47 = { type = marsh color = { 47 } priority = 47 } + +text_48 = { type = desert color = { 48 } priority = 48 } +text_49 = { type = desert color = { 49 } priority = 49 } +text_50 = { type = desert color = { 50 } priority = 50 } +text_51 = { type = desert color = { 51 } priority = 51 } + +text_52 = { type = coastal_desert color = { 52 } priority = 52 } +text_53 = { type = coastal_desert color = { 53 } priority = 53 } +text_54 = { type = coastal_desert color = { 54 } priority = 54 } +text_55 = { type = coastal_desert color = { 55 } priority = 55 } #UNUSED for now... -text_56 = { type = mountain color = { 56 } priority = 56 } -text_57 = { type = mountain color = { 57 } priority = 57 } -text_58 = { type = mountain color = { 58 } priority = 58 } -text_59 = { type = mountain color = { 59 } priority = 59 } -text_60 = { type = mountain color = { 60 } priority = 60 } -text_61 = { type = mountain color = { 61 } priority = 61 } -text_62 = { type = mountain color = { 62 } priority = 62 } -text_63 = { type = mountain color = { 63 } priority = 63 } +text_56 = { type = mountain color = { 56 } priority = 56 } +text_57 = { type = mountain color = { 57 } priority = 57 } +text_58 = { type = mountain color = { 58 } priority = 58 } +text_59 = { type = mountain color = { 59 } priority = 59 } +text_60 = { type = mountain color = { 60 } priority = 60 } +text_61 = { type = mountain color = { 61 } priority = 61 } +text_62 = { type = mountain color = { 62 } priority = 62 } +text_63 = { type = mountain color = { 63 } priority = 63 } pti = { - type = plains - color = { - 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 - 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 - 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 - 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 + type = plains + color = { + 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 + 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 + 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 + 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 @@ -609,8 +609,8 @@ pti = { 228 229 230 -231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 - 255 - } - has_texture = no +231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 + 255 + } + has_texture = no } diff --git a/HPM/news/news_ai_afraid_of.txt b/HPM/news/news_ai_afraid_of.txt index 72ceab43..c3b441d6 100644 --- a/HPM/news/news_ai_afraid_of.txt +++ b/HPM/news/news_ai_afraid_of.txt @@ -1,131 +1,131 @@ pattern = { - name = "AiAfraidOf" + name = "AiAfraidOf" - generator_selector = - { - type = "AI_AFRAID_OF" - name = "%1%" - @2@ - } - news_priority = - { - type = "AI_AFRAID_OF" - name = "%1%" - case = { priority_add = 0 } - case = { - trigger = { - tags_eq = { 0 1 PLAYER } - } - priority_add = 50 - } - case = { - trigger = { - tags_eq = { 0 0 PLAYER } - } - priority_add = -9999 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - } - } - priority_add = 25 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 QNG } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - } - } - priority_add = 10 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - } - } - priority_add = 5 - } - } - generate_article = - { - type = "AI_AFRAID_OF" - size = large - name = "%1%" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @4@ } } - } - generate_article = - { - type = "AI_AFRAID_OF" - size = medium - name = "%1%" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @5@ } } - } - generate_article = - { - type = "AI_AFRAID_OF" - size = small - name = "%1%" - title_case = { text_add = { @3@ } } - description_case = { text_add = { @6@ } } - } + generator_selector = + { + type = "AI_AFRAID_OF" + name = "%1%" + @2@ + } + news_priority = + { + type = "AI_AFRAID_OF" + name = "%1%" + case = { priority_add = 0 } + case = { + trigger = { + tags_eq = { 0 1 PLAYER } + } + priority_add = 50 + } + case = { + trigger = { + tags_eq = { 0 0 PLAYER } + } + priority_add = -9999 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + } + } + priority_add = 25 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 QNG } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + } + } + priority_add = 10 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + } + } + priority_add = 5 + } + } + generate_article = + { + type = "AI_AFRAID_OF" + size = large + name = "%1%" + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @4@ } } + } + generate_article = + { + type = "AI_AFRAID_OF" + size = medium + name = "%1%" + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @5@ } } + } + generate_article = + { + type = "AI_AFRAID_OF" + size = small + name = "%1%" + title_case = { text_add = { @3@ } } + description_case = { text_add = { @6@ } } + } } # Default afraid of other -AiAfraidOf = +AiAfraidOf = { - "default" - "case = { value = 10 } case = { trigger = { news_printing_count = 1 } value = -999 }" - "AI_FEARS_OTHER_TITLE1 AI_FEARS_OTHER_TITLE2" - "AI_FEARS_OTHER_DESC1_LONG AI_FEARS_OTHER_DESC2_LONG" - "AI_FEARS_OTHER_DESC1_MEDIUM AI_FEARS_OTHER_DESC2_MEDIUM" - "AI_FEARS_OTHER_DESC1_SHORT AI_FEARS_OTHER_DESC2_SHORT" + "default" + "case = { value = 10 } case = { trigger = { news_printing_count = 1 } value = -999 }" + "AI_FEARS_OTHER_TITLE1 AI_FEARS_OTHER_TITLE2" + "AI_FEARS_OTHER_DESC1_LONG AI_FEARS_OTHER_DESC2_LONG" + "AI_FEARS_OTHER_DESC1_MEDIUM AI_FEARS_OTHER_DESC2_MEDIUM" + "AI_FEARS_OTHER_DESC1_SHORT AI_FEARS_OTHER_DESC2_SHORT" } # AI afraid of player -AiAfraidOf = +AiAfraidOf = { - "player" - "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 100 } case = { trigger = { news_printing_count = 1 } value = -999 }" - "AI_FEARS_US_TITLE1 AI_FEARS_US_TITLE2 AI_FEARS_US_TITLE3" #TAG_0_0$ afraid of $TAG_0_1$ - "AI_FEARS_US_DESC1_LONG AI_FEARS_US_DESC2_LONG AI_FEARS_US_DESC3_LONG" - "AI_FEARS_US_DESC1_MEDIUM AI_FEARS_US_DESC2_MEDIUM AI_FEARS_US_DESC3_MEDIUM" - "AI_FEARS_US_DESC1_SHORT AI_FEARS_US_DESC2_SHORT AI_FEARS_US_DESC3_SHORT" - + "player" + "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 100 } case = { trigger = { news_printing_count = 1 } value = -999 }" + "AI_FEARS_US_TITLE1 AI_FEARS_US_TITLE2 AI_FEARS_US_TITLE3" #TAG_0_0$ afraid of $TAG_0_1$ + "AI_FEARS_US_DESC1_LONG AI_FEARS_US_DESC2_LONG AI_FEARS_US_DESC3_LONG" + "AI_FEARS_US_DESC1_MEDIUM AI_FEARS_US_DESC2_MEDIUM AI_FEARS_US_DESC3_MEDIUM" + "AI_FEARS_US_DESC1_SHORT AI_FEARS_US_DESC2_SHORT AI_FEARS_US_DESC3_SHORT" + } diff --git a/HPM/news/news_ai_likes_very_much.txt b/HPM/news/news_ai_likes_very_much.txt index 3b7c07c4..eb981bfa 100644 --- a/HPM/news/news_ai_likes_very_much.txt +++ b/HPM/news/news_ai_likes_very_much.txt @@ -1,129 +1,129 @@ pattern = { - name = "AILoves" + name = "AILoves" - generator_selector = - { - type = "AI_LIKES_VERY_MUCH" - name = "%1%" - @2@ - } - news_priority = - { - type = "AI_LIKES_VERY_MUCH" - name = "%1%" - case = { priority_add = 0 } - case = { - trigger = { - tags_eq = { 0 1 PLAYER } - } - priority_add = 50 - } - case = { - trigger = { - tags_eq = { 0 0 PLAYER } - } - priority_add = -9999 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - } - } - priority_add = 25 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 QNG } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - } - } - priority_add = 10 - } - case = { - trigger = { - OR = { - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - } - } - priority_add = 5 - } - } - generate_article = - { - type = "AI_LIKES_VERY_MUCH" - size = large - name = "%1%" - picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @4@ } } - } - generate_article = - { - type = "AI_LIKES_VERY_MUCH" - size = medium - name = "%1%" - picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @5@ } } - } - generate_article = - { - type = "AI_LIKES_VERY_MUCH" - size = small - name = "%1%" - title_case = { text_add = { @3@ } } - description_case = { text_add = { @6@ } } - } + generator_selector = + { + type = "AI_LIKES_VERY_MUCH" + name = "%1%" + @2@ + } + news_priority = + { + type = "AI_LIKES_VERY_MUCH" + name = "%1%" + case = { priority_add = 0 } + case = { + trigger = { + tags_eq = { 0 1 PLAYER } + } + priority_add = 50 + } + case = { + trigger = { + tags_eq = { 0 0 PLAYER } + } + priority_add = -9999 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + } + } + priority_add = 25 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 QNG } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + } + } + priority_add = 10 + } + case = { + trigger = { + OR = { + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + } + } + priority_add = 5 + } + } + generate_article = + { + type = "AI_LIKES_VERY_MUCH" + size = large + name = "%1%" + picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @4@ } } + } + generate_article = + { + type = "AI_LIKES_VERY_MUCH" + size = medium + name = "%1%" + picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @5@ } } + } + generate_article = + { + type = "AI_LIKES_VERY_MUCH" + size = small + name = "%1%" + title_case = { text_add = { @3@ } } + description_case = { text_add = { @6@ } } + } } # Default likes -AILoves = +AILoves = { - "default" - "case = { value = 10 } case = { trigger = { news_printing_count = 1 } value = -999 }" - "AI_LOVES_OTHER_TITLE1 AI_LOVES_OTHER_TITLE2" - "AI_LOVES_OTHER_DESC1_LONG AI_LOVES_OTHER_DESC2_LONG" - "AI_LOVES_OTHER_DESC1_MEDIUM AI_LOVES_OTHER_DESC2_MEDIUM" - "AI_LOVES_OTHER_DESC1_SHORT AI_LOVES_OTHER_DESC2_SHORT" + "default" + "case = { value = 10 } case = { trigger = { news_printing_count = 1 } value = -999 }" + "AI_LOVES_OTHER_TITLE1 AI_LOVES_OTHER_TITLE2" + "AI_LOVES_OTHER_DESC1_LONG AI_LOVES_OTHER_DESC2_LONG" + "AI_LOVES_OTHER_DESC1_MEDIUM AI_LOVES_OTHER_DESC2_MEDIUM" + "AI_LOVES_OTHER_DESC1_SHORT AI_LOVES_OTHER_DESC2_SHORT" } # AI alikes player -AILoves = +AILoves = { - "player" - "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 100 } case = { trigger = { news_printing_count = 1 } value = -999 }" - "AI_LOVES_US_TITLE1 AI_LOVES_US_TITLE2 AI_LOVES_US_TITLE3 AI_LOVES_US_TITLE4" - "AI_LOVES_US_DESC1_LONG AI_LOVES_US_DESC2_LONG AI_LOVES_US_DESC3_LONG AI_LOVES_US_DESC4_LONG" - "AI_LOVES_US_DESC1_MEDIUM AI_LOVES_US_DESC2_MEDIUM AI_LOVES_US_DESC3_MEDIUM AI_LOVES_US_DESC4_MEDIUM" - "AI_LOVES_US_DESC1_SHORT AI_LOVES_US_DESC2_SHORT AI_LOVES_US_DESC3_SHORT AI_LOVES_US_DESC4_SHORT" + "player" + "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 100 } case = { trigger = { news_printing_count = 1 } value = -999 }" + "AI_LOVES_US_TITLE1 AI_LOVES_US_TITLE2 AI_LOVES_US_TITLE3 AI_LOVES_US_TITLE4" + "AI_LOVES_US_DESC1_LONG AI_LOVES_US_DESC2_LONG AI_LOVES_US_DESC3_LONG AI_LOVES_US_DESC4_LONG" + "AI_LOVES_US_DESC1_MEDIUM AI_LOVES_US_DESC2_MEDIUM AI_LOVES_US_DESC3_MEDIUM AI_LOVES_US_DESC4_MEDIUM" + "AI_LOVES_US_DESC1_SHORT AI_LOVES_US_DESC2_SHORT AI_LOVES_US_DESC3_SHORT AI_LOVES_US_DESC4_SHORT" } diff --git a/HPM/news/news_battle_over.txt b/HPM/news/news_battle_over.txt index 147318d8..22b0775b 100644 --- a/HPM/news/news_battle_over.txt +++ b/HPM/news/news_battle_over.txt @@ -1,135 +1,135 @@ generator_selector = { - type = "BATTLE_OVER" - name = "battle_over_win" - case = { value = 0 } - case = { - trigger = { - tags_eq = { 0 2 PLAYER } - strings_eq = { 0 0 "land" } - } - value = 100 - } + type = "BATTLE_OVER" + name = "battle_over_win" + case = { value = 0 } + case = { + trigger = { + tags_eq = { 0 2 PLAYER } + strings_eq = { 0 0 "land" } + } + value = 100 + } } news_priority = { - type = "BATTLE_OVER" - name = "battle_over_win" - case = { priority_add = 10 } + type = "BATTLE_OVER" + name = "battle_over_win" + case = { priority_add = 10 } } generate_article = { - type = "BATTLE_OVER" - size = large - name = "battle_over_win" - - picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} - - title_case = { - text_add = { battle_we_win_title_large } - } - - description_case = { - text_add = { battle_we_win_large } - } + type = "BATTLE_OVER" + size = large + name = "battle_over_win" + + picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} + + title_case = { + text_add = { battle_we_win_title_large } + } + + description_case = { + text_add = { battle_we_win_large } + } } generate_article = { - type = "BATTLE_OVER" - size = medium - name = "battle_over_win" - - picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} - - title_case = { - text_add = { battle_we_win_title_medium } - } - - description_case = { - text_add = { battle_we_win_medium } - } + type = "BATTLE_OVER" + size = medium + name = "battle_over_win" + + picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} + + title_case = { + text_add = { battle_we_win_title_medium } + } + + description_case = { + text_add = { battle_we_win_medium } + } } generate_article = { - type = "BATTLE_OVER" - size = small - name = "battle_over_win" - - title_case = { - text_add = { battle_we_win_title_small } - } - - description_case = { - text_add = { battle_we_win_small } - } + type = "BATTLE_OVER" + size = small + name = "battle_over_win" + + title_case = { + text_add = { battle_we_win_title_small } + } + + description_case = { + text_add = { battle_we_win_small } + } } generator_selector = { - type = "BATTLE_OVER" - name = "battle_over_lose" - case = { value = 0 } - case = { - trigger = { - tags_eq = { 0 3 PLAYER } - strings_eq = { 0 0 "land" } - } - value = 90 - } + type = "BATTLE_OVER" + name = "battle_over_lose" + case = { value = 0 } + case = { + trigger = { + tags_eq = { 0 3 PLAYER } + strings_eq = { 0 0 "land" } + } + value = 90 + } } news_priority = { - type = "BATTLE_OVER" - name = "battle_over_lose" - case = { priority_add = 10 } - case = { - trigger = { - # - } - #priority_add = 100 - } + type = "BATTLE_OVER" + name = "battle_over_lose" + case = { priority_add = 10 } + case = { + trigger = { + # + } + #priority_add = 100 + } } generate_article = { - type = "BATTLE_OVER" - size = large - name = "battle_over_lose" - - picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} - - title_case = { - text_add = { battle_we_lose_title_large} - } - - description_case = { - text_add = { battle_we_lose_large } - } + type = "BATTLE_OVER" + size = large + name = "battle_over_lose" + + picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} + + title_case = { + text_add = { battle_we_lose_title_large} + } + + description_case = { + text_add = { battle_we_lose_large } + } } generate_article = { - type = "BATTLE_OVER" - size = medium - name = "battle_over_lose" - - picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} - - title_case = { - text_add = { battle_we_lose_title_medium } - } - - description_case = { - text_add = { battle_we_lose_medium } - } + type = "BATTLE_OVER" + size = medium + name = "battle_over_lose" + + picture_case = { picture = "news/battles_01_news_image.dds" picture = "news/battles_02_news_image.dds" picture = "news/battles_03_news_image.dds" picture = "news/battles_04_news_image.dds" picture = "news/battles_05_news_image.dds" picture = "news/battles_06_news_image.dds" picture = "news/battles_07_news_image.dds" picture = "news/battles_08_news_image.dds" picture = "news/battles_09_news_image.dds" picture = "news/battles_10_news_image.dds" picture = "news/battles_11_news_image.dds" picture = "news/battles_12_news_image.dds" picture = "news/battles_13_news_image.dds" picture = "news/battles_14_news_image.dds" picture = "news/battles_15_news_image.dds"} + + title_case = { + text_add = { battle_we_lose_title_medium } + } + + description_case = { + text_add = { battle_we_lose_medium } + } } generate_article = { - type = "BATTLE_OVER" - size = small - name = "battle_over_lose" - - title_case = { - text_add = { battle_we_lose_title_small } - } - - description_case = { - text_add = { battle_we_lose_small } - } + type = "BATTLE_OVER" + size = small + name = "battle_over_lose" + + title_case = { + text_add = { battle_we_lose_title_small } + } + + description_case = { + text_add = { battle_we_lose_small } + } } diff --git a/HPM/news/news_battle_over_historical.txt b/HPM/news/news_battle_over_historical.txt index 51df0d5c..1ca3ad57 100644 --- a/HPM/news/news_battle_over_historical.txt +++ b/HPM/news/news_battle_over_historical.txt @@ -1 +1 @@ -##empty \ No newline at end of file +##empty diff --git a/HPM/news/news_construction_complete.txt b/HPM/news/news_construction_complete.txt index 187f0f76..5f7e43a2 100644 --- a/HPM/news/news_construction_complete.txt +++ b/HPM/news/news_construction_complete.txt @@ -1,56 +1,56 @@ -# generator_selector = -# { -# type = "CONSTRUCTION_COMPLETE" -# name = "default" -# case = { value = 10 } -# } +# generator_selector = +# { +# type = "CONSTRUCTION_COMPLETE" +# name = "default" +# case = { value = 10 } +# } # -# news_priority = -# { -# type = "CONSTRUCTION_COMPLETE" -# name = "default" -# case = { priority_add = 20 } -# case = -# { -# # ENG built fort lvl 2 in London -# trigger = -# { -# values_eq = { 0 0 300 } -# tags_eq = { 0 0 ENG } -# strings_eq = { 0 2 "fort" } -# } -# priority_add = 100 -# } -# } +# news_priority = +# { +# type = "CONSTRUCTION_COMPLETE" +# name = "default" +# case = { priority_add = 20 } +# case = +# { +# # ENG built fort lvl 2 in London +# trigger = +# { +# values_eq = { 0 0 300 } +# tags_eq = { 0 0 ENG } +# strings_eq = { 0 2 "fort" } +# } +# priority_add = 100 +# } +# } # -# generate_article = -# { -# type = "CONSTRUCTION_COMPLETE" -# size = large -# name = "default" +# generate_article = +# { +# type = "CONSTRUCTION_COMPLETE" +# size = large +# name = "default" # -# picture_case = { picture = "news/dummy_pic.tga" } -# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } -# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete." } } -# } +# picture_case = { picture = "news/dummy_pic.tga" } +# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } +# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete." } } +# } # -# generate_article = -# { -# type = "CONSTRUCTION_COMPLETE" -# size = medium -# name = "default" +# generate_article = +# { +# type = "CONSTRUCTION_COMPLETE" +# size = medium +# name = "default" # -# picture_case = { picture = "news/dummy_pic.tga" } -# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } -# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete" } } -# } +# picture_case = { picture = "news/dummy_pic.tga" } +# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } +# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete" } } +# } # -# generate_article = -# { -# type = "CONSTRUCTION_COMPLETE" -# size = small -# name = "default" +# generate_article = +# { +# type = "CONSTRUCTION_COMPLETE" +# size = small +# name = "default" # -# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } -# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete" } } -# } \ No newline at end of file +# title_case = { text_add = { "$TAG_0_0$ construction complete!" } } +# description_case = { text_add = { "The construction of $STRING_0_1$ in $STRING_0_0$ is complete" } } +# } diff --git a/HPM/news/news_crisis_backer.txt b/HPM/news/news_crisis_backer.txt index 84fc1107..5772cd2a 100644 --- a/HPM/news/news_crisis_backer.txt +++ b/HPM/news/news_crisis_backer.txt @@ -1,66 +1,66 @@ generator_selector = { - type = "CRISIS_BACKER" - name = "default" - case = { value = 0 } #20 + type = "CRISIS_BACKER" + name = "default" + case = { value = 0 } #20 } -news_priority = +news_priority = { - type = "CRISIS_BACKER" - name = "default" - case = { priority_add = 100 } + type = "CRISIS_BACKER" + name = "default" + case = { priority_add = 100 } } generate_article = { - type = "CRISIS_BACKER" - size = large - name = "default" + type = "CRISIS_BACKER" + size = large + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { "War declared!" } } - description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { "War declared!" } } + description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } } generate_article = { - type = "CRISIS_BACKER" - size = medium - name = "default" + type = "CRISIS_BACKER" + size = medium + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { "War declared!" } } - description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { "War declared!" } } + description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } } generate_article = { - type = "CRISIS_BACKER" - size = small - name = "default" + type = "CRISIS_BACKER" + size = small + name = "default" - title_case = { text_add = { "War declared!" } } - title_case = { text_add = { "crisis escalates!" } } - description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } + title_case = { text_add = { "War declared!" } } + title_case = { text_add = { "crisis escalates!" } } + description_case = { text_add = { "crisis start $TAG_0_0$ vs $TAG_0_1$" } } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. on_printing = { - type = "CRISIS_BACKER" - name = "default" - effect = - { - clear_news_scopes = - { - type = "CRISIS_STARTED" - limit = - { - tags_match = { 0 0 0 0 } - tags_match = { 0 1 0 1 } - } - } - } + type = "CRISIS_BACKER" + name = "default" + effect = + { + clear_news_scopes = + { + type = "CRISIS_STARTED" + limit = + { + tags_match = { 0 0 0 0 } + tags_match = { 0 1 0 1 } + } + } + } } diff --git a/HPM/news/news_crisis_resolved.txt b/HPM/news/news_crisis_resolved.txt index 16bbc4eb..785132eb 100644 --- a/HPM/news/news_crisis_resolved.txt +++ b/HPM/news/news_crisis_resolved.txt @@ -1,84 +1,84 @@ generator_selector = { - type = "CRISIS_RESOLVED" - name = "default" - case = { value = 20 } + type = "CRISIS_RESOLVED" + name = "default" + case = { value = 20 } } -news_priority = +news_priority = { - type = "CRISIS_RESOLVED" - name = "default" - case = { priority_add = 300 } + type = "CRISIS_RESOLVED" + name = "default" + case = { priority_add = 300 } } generate_article = { - type = "CRISIS_RESOLVED" - size = large - name = "default" + type = "CRISIS_RESOLVED" + size = large + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { CRISIS_END_TITLE1 } } - description_case = { text_add = { CRISIS_END_DESC_LONG1 } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { CRISIS_END_TITLE1 } } + description_case = { text_add = { CRISIS_END_DESC_LONG1 } } } generate_article = { - type = "CRISIS_RESOLVED" - size = medium - name = "default" + type = "CRISIS_RESOLVED" + size = medium + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { CRISIS_END_TITLE1 } } - description_case = { text_add = { CRISIS_END_DESC_MEDIUM1 } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { CRISIS_END_TITLE1 } } + description_case = { text_add = { CRISIS_END_DESC_MEDIUM1 } } } generate_article = { - type = "CRISIS_RESOLVED" - size = small - name = "default" + type = "CRISIS_RESOLVED" + size = small + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { CRISIS_END_TITLE1 } } - description_case = { text_add = { CRISIS_END_DESC_SHORT1 } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { CRISIS_END_TITLE1 } } + description_case = { text_add = { CRISIS_END_DESC_SHORT1 } } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. on_printing = { - type = "CRISIS_RESOLVED" - name = "default" - effect = - { - clear_news_scopes = - { - type = "CRISIS_STARTED" - limit = - { - tags_match = { 0 0 0 0 } - tags_match = { 0 1 0 1 } - } - } - clear_news_scopes = - { - type = "CRISIS_BACKER" - limit = - { - tags_match = { 0 0 0 0 } - tags_match = { 0 1 0 1 } - } - } - clear_news_scopes = - { - type = "CRISIS_SIDE_JOINED" - limit = - { - tags_match = { 0 0 0 0 } - tags_match = { 0 1 0 1 } - } - } - } + type = "CRISIS_RESOLVED" + name = "default" + effect = + { + clear_news_scopes = + { + type = "CRISIS_STARTED" + limit = + { + tags_match = { 0 0 0 0 } + tags_match = { 0 1 0 1 } + } + } + clear_news_scopes = + { + type = "CRISIS_BACKER" + limit = + { + tags_match = { 0 0 0 0 } + tags_match = { 0 1 0 1 } + } + } + clear_news_scopes = + { + type = "CRISIS_SIDE_JOINED" + limit = + { + tags_match = { 0 0 0 0 } + tags_match = { 0 1 0 1 } + } + } + } } diff --git a/HPM/news/news_crisis_side_joined.txt b/HPM/news/news_crisis_side_joined.txt index 62f7e119..ccc1f416 100644 --- a/HPM/news/news_crisis_side_joined.txt +++ b/HPM/news/news_crisis_side_joined.txt @@ -1,67 +1,66 @@ generator_selector = { - type = "CRISIS_SIDE_JOINED" - name = "default" - case = { value = 0 } # 20 + type = "CRISIS_SIDE_JOINED" + name = "default" + case = { value = 0 } # 20 } -news_priority = +news_priority = { - type = "CRISIS_SIDE_JOINED" - name = "default" - case = { priority_add = 50 } + type = "CRISIS_SIDE_JOINED" + name = "default" + case = { priority_add = 50 } } generate_article = { - type = "CRISIS_SIDE_JOINED" - size = large - name = "default" + type = "CRISIS_SIDE_JOINED" + size = large + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { "crisis escalates!" } } - description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { "crisis escalates!" } } + description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } } generate_article = { - type = "CRISIS_SIDE_JOINED" - size = medium - name = "default" + type = "CRISIS_SIDE_JOINED" + size = medium + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { "crisis escalates!" } } - description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { "crisis escalates!" } } + description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } } generate_article = { - type = "CRISIS_SIDE_JOINED" - size = small - name = "default" + type = "CRISIS_SIDE_JOINED" + size = small + name = "default" - title_case = { text_add = { "crisis escalates!" } } - title_case = { text_add = { "crisis escalates!" } } - description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } + title_case = { text_add = { "crisis escalates!" } } + title_case = { text_add = { "crisis escalates!" } } + description_case = { text_add = { "TODO crisis join $TAG_0_0$ vs $TAG_0_1$" } } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. on_printing = { - type = "CRISIS_SIDE_JOINED" - name = "default" - effect = - { - clear_news_scopes = - { - type = "CRISIS_STARTED" - limit = - { - tags_match = { 0 0 0 0 } - tags_match = { 0 1 0 1 } - } - } - } + type = "CRISIS_SIDE_JOINED" + name = "default" + effect = + { + clear_news_scopes = + { + type = "CRISIS_STARTED" + limit = + { + tags_match = { 0 0 0 0 } + tags_match = { 0 1 0 1 } + } + } + } } - diff --git a/HPM/news/news_crisis_started.txt b/HPM/news/news_crisis_started.txt index 5305758b..3841bf04 100644 --- a/HPM/news/news_crisis_started.txt +++ b/HPM/news/news_crisis_started.txt @@ -1,45 +1,45 @@ generator_selector = { - type = "CRISIS_STARTED" - name = "default" - case = { value = 10 } + type = "CRISIS_STARTED" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "CRISIS_STARTED" - name = "default" - case = { priority_add = 300 } + type = "CRISIS_STARTED" + name = "default" + case = { priority_add = 300 } } generate_article = { - type = "CRISIS_STARTED" - size = large - name = "default" + type = "CRISIS_STARTED" + size = large + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2 } } - description_case = { text_add = { CRISIS_START_DESC_LONG1 CRISIS_START_DESC_LONG2} } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2 } } + description_case = { text_add = { CRISIS_START_DESC_LONG1 CRISIS_START_DESC_LONG2} } } generate_article = { - type = "CRISIS_STARTED" - size = medium - name = "default" + type = "CRISIS_STARTED" + size = medium + name = "default" - picture_case = { picture = "events/crisis.tga" } - title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2} } - description_case = { text_add = { CRISIS_START_DESC_MEDIUM1 CRISIS_START_DESC_MEDIUM2} } + picture_case = { picture = "events/crisis.tga" } + title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2} } + description_case = { text_add = { CRISIS_START_DESC_MEDIUM1 CRISIS_START_DESC_MEDIUM2} } } generate_article = { - type = "CRISIS_STARTED" - size = small - name = "default" + type = "CRISIS_STARTED" + size = small + name = "default" - title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2} } - description_case = { text_add = { CRISIS_START_DESC_SHORT1 CRISIS_START_DESC_SHORT2} } + title_case = { text_add = { CRISIS_START_TITLE1 CRISIS_START_TITLE2} } + description_case = { text_add = { CRISIS_START_DESC_SHORT1 CRISIS_START_DESC_SHORT2} } } diff --git a/HPM/news/news_decisions.txt b/HPM/news/news_decisions.txt index e6f1dcbf..30a7c9ee 100644 --- a/HPM/news/news_decisions.txt +++ b/HPM/news/news_decisions.txt @@ -1,138 +1,137 @@ generator_selector = { - type = "DECISION" - name = "default" - case = { value = 15 } - case = - { - trigger = { news_printing_count = 1 } - value = -999 - } + type = "DECISION" + name = "default" + case = { value = 15 } + case = + { + trigger = { news_printing_count = 1 } + value = -999 + } } -news_priority = +news_priority = { - type = "DECISION" - name = "default" - case = { priority_add = 30 } + type = "DECISION" + name = "default" + case = { priority_add = 30 } } generate_article = { - type = "DECISION" - size = large - name = "default" + type = "DECISION" + size = large + name = "default" - # TODO: Make unique decision pictures in this location that fit the size. example: picture = "some_folder/$STRING_0_2$.tga" - picture_case = { - trigger = { - or = { - strings_eq = { 0 0 "build_kiel_canal" } - strings_eq = { 0 0 "build_suez_canal" } - strings_eq = { 0 0 "build_panama_canal" } - } - } - picture = "news/canal.dds" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "form_scandinavia" } - } - picture = "events/Scandinavia.tga" - } - picture_case = { - trigger = { - or = { - strings_eq = { 0 0 "the_meiji_restoration" } - strings_eq = { 0 0 "the_meiji_restoration2" } - } - } - picture = "news/meiji.dds" - } - picture_case = { - trigger = { - or = { - strings_eq = { 0 0 "form_germany" } - strings_eq = { 0 0 "form_italy" } - } - } - picture = "news/peace_04_news_image.dds" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "crown_empress_of_india" } - } - picture = "events/queenvictoria.tga" - } + # TODO: Make unique decision pictures in this location that fit the size. example: picture = "some_folder/$STRING_0_2$.tga" + picture_case = { + trigger = { + or = { + strings_eq = { 0 0 "build_kiel_canal" } + strings_eq = { 0 0 "build_suez_canal" } + strings_eq = { 0 0 "build_panama_canal" } + } + } + picture = "news/canal.dds" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "form_scandinavia" } + } + picture = "events/Scandinavia.tga" + } + picture_case = { + trigger = { + or = { + strings_eq = { 0 0 "the_meiji_restoration" } + strings_eq = { 0 0 "the_meiji_restoration2" } + } + } + picture = "news/meiji.dds" + } + picture_case = { + trigger = { + or = { + strings_eq = { 0 0 "form_germany" } + strings_eq = { 0 0 "form_italy" } + } + } + picture = "news/peace_04_news_image.dds" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "crown_empress_of_india" } + } + picture = "events/queenvictoria.tga" + } - # Use the same title as decision - title_case = { text_add = { "$STRING_0_1$" } } + # Use the same title as decision + title_case = { text_add = { "$STRING_0_1$" } } - # Generate description text (Use special key text generation for events) - description_case = { text_add = { "$DECISION_DESC_0_0_LONG$" } } # If missing - will fallback to default text (the longest) + # Generate description text (Use special key text generation for events) + description_case = { text_add = { "$DECISION_DESC_0_0_LONG$" } } # If missing - will fallback to default text (the longest) } generate_article = { - type = "DECISION" - size = medium - name = "default" + type = "DECISION" + size = medium + name = "default" - picture_case = { - trigger = { - or = { - strings_eq = { 0 0 "build_kiel_canal" } - strings_eq = { 0 0 "build_suez_canal" } - strings_eq = { 0 0 "build_panama_canal" } - } - } - picture = "news/canal.dds" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "form_scandinavia" } - } - picture = "events/Scandinavia.tga" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "the_meiji_restoration" } - strings_eq = { 0 0 "the_meiji_restoration2" } - } - picture = "news/meiji.dds" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "form_germany" } - strings_eq = { 0 0 "form_italy" } - } - picture = "news/peace_04_news_image.dds" - } - picture_case = { - trigger = { - strings_eq = { 0 0 "crown_empress_of_india" } - } - picture = "events/queenvictoria.tga" - } + picture_case = { + trigger = { + or = { + strings_eq = { 0 0 "build_kiel_canal" } + strings_eq = { 0 0 "build_suez_canal" } + strings_eq = { 0 0 "build_panama_canal" } + } + } + picture = "news/canal.dds" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "form_scandinavia" } + } + picture = "events/Scandinavia.tga" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "the_meiji_restoration" } + strings_eq = { 0 0 "the_meiji_restoration2" } + } + picture = "news/meiji.dds" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "form_germany" } + strings_eq = { 0 0 "form_italy" } + } + picture = "news/peace_04_news_image.dds" + } + picture_case = { + trigger = { + strings_eq = { 0 0 "crown_empress_of_india" } + } + picture = "events/queenvictoria.tga" + } - # Use the same title as decision - title_case = { text_add = { "$STRING_0_1$" } } + # Use the same title as decision + title_case = { text_add = { "$STRING_0_1$" } } - # Generate description text (Use special key text generation for events) - description_case = { text_add = { "$DECISION_DESC_0_0_MEDIUM$" } } # If missing - will fallback to default text (the longest) + # Generate description text (Use special key text generation for events) + description_case = { text_add = { "$DECISION_DESC_0_0_MEDIUM$" } } # If missing - will fallback to default text (the longest) } generate_article = { - type = "DECISION" - size = small - name = "default" + type = "DECISION" + size = small + name = "default" - # Use the same title as decision - title_case = { text_add = { "$STRING_0_1$" } } + # Use the same title as decision + title_case = { text_add = { "$STRING_0_1$" } } - # Generate description text (Use special key text generation for events) - description_case = { text_add = { "$DECISION_DESC_0_0_SHORT$" } } # If missing - will fallback to default text (the longest) + # Generate description text (Use special key text generation for events) + description_case = { text_add = { "$DECISION_DESC_0_0_SHORT$" } } # If missing - will fallback to default text (the longest) } - diff --git a/HPM/news/news_fake_default.txt b/HPM/news/news_fake_default.txt index de3d55f8..253b0021 100644 --- a/HPM/news/news_fake_default.txt +++ b/HPM/news/news_fake_default.txt @@ -3,359 +3,359 @@ ############################################################################# generator_selector ={ - type = "FAKE" - name = "some_fake_1836_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_1" - title_case = { text_add = { some_fake_1836_title_1 } } - description_case = { text_add = { some_fake_1836_1 } } + type = "FAKE" + size = small + name = "some_fake_1836_1" + title_case = { text_add = { some_fake_1836_title_1 } } + description_case = { text_add = { some_fake_1836_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1836_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_2" - title_case = { text_add = { some_fake_1836_title_2 } } - description_case = { text_add = { some_fake_1836_2 }} - } - + type = "FAKE" + size = small + name = "some_fake_1836_2" + title_case = { text_add = { some_fake_1836_title_2 } } + description_case = { text_add = { some_fake_1836_2 }} + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_3" - title_case = { text_add = { some_fake_1836_title_3} } - description_case = { text_add = { some_fake_1836_3 } } -} - + type = "FAKE" + size = small + name = "some_fake_1836_3" + title_case = { text_add = { some_fake_1836_title_3} } + description_case = { text_add = { some_fake_1836_3 } } +} + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_4" - title_case = { text_add = { some_fake_1836_title_4 } } - description_case = { text_add = { some_fake_1836_4 } } -} + type = "FAKE" + size = small + name = "some_fake_1836_4" + title_case = { text_add = { some_fake_1836_title_4 } } + description_case = { text_add = { some_fake_1836_4 } } +} generator_selector ={ - type = "FAKE" - name = "some_fake_1836_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_5" - title_case = { text_add = { some_fake_1836_title_5 } } - description_case = { text_add = { some_fake_1836_5 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_5" + title_case = { text_add = { some_fake_1836_title_5 } } + description_case = { text_add = { some_fake_1836_5 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_6" - title_case = { text_add = { some_fake_1836_title_6 } } - description_case = { text_add = { some_fake_1836_6 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_6" + title_case = { text_add = { some_fake_1836_title_6 } } + description_case = { text_add = { some_fake_1836_6 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_8" - title_case = { text_add = { some_fake_1836_title_8 } } - description_case = { text_add = { some_fake_1836_8 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_8" + title_case = { text_add = { some_fake_1836_title_8 } } + description_case = { text_add = { some_fake_1836_8 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_9" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_9" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_9" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_9" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_9" - title_case = { text_add = { some_fake_1836_title_9 } } - description_case = { text_add = { some_fake_1836_9 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_9" + title_case = { text_add = { some_fake_1836_title_9 } } + description_case = { text_add = { some_fake_1836_9 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_10" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_10" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_10" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_10" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_10" - title_case = { text_add = { some_fake_1836_title_10 } } - description_case = { text_add = { some_fake_1836_10 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_10" + title_case = { text_add = { some_fake_1836_title_10 } } + description_case = { text_add = { some_fake_1836_10 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_11" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_11" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_11" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_11" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_11" - title_case = { text_add = { some_fake_1836_title_11 } } - description_case = { text_add = { some_fake_1836_11 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_11" + title_case = { text_add = { some_fake_1836_title_11 } } + description_case = { text_add = { some_fake_1836_11 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_12" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_12" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_12" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_12" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_12" - title_case = { text_add = { some_fake_1836_title_12 } } - description_case = { text_add = { some_fake_1836_12 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_12" + title_case = { text_add = { some_fake_1836_title_12 } } + description_case = { text_add = { some_fake_1836_12 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_13" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_13" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_13" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_13" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_13" - title_case = { text_add = { some_fake_1836_title_13 } } - description_case = { text_add = { some_fake_1836_13 } } - } - + type = "FAKE" + size = small + name = "some_fake_1836_13" + title_case = { text_add = { some_fake_1836_title_13 } } + description_case = { text_add = { some_fake_1836_13 } } + } + generator_selector ={ - type = "FAKE" - name = "some_fake_1836_14" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1836_14" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1836_14" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1836_14" + case = { priority_add = 5 } } - + generate_article = { - type = "FAKE" - size = small - name = "some_fake_1836_14" - title_case = { text_add = { some_fake_1836_title_14 } } - description_case = { text_add = { some_fake_1836_14 } } - } + type = "FAKE" + size = small + name = "some_fake_1836_14" + title_case = { text_add = { some_fake_1836_title_14 } } + description_case = { text_add = { some_fake_1836_14 } } + } ############################################################################# ##1850 ############################################################################# generator_selector ={ - type = "FAKE" - name = "some_fake_1850_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1850_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1850_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1850_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1850_1" - title_case = { text_add = { some_fake_1850_title_1 } } - description_case = { text_add = { some_fake_1850_1 } } + type = "FAKE" + size = small + name = "some_fake_1850_1" + title_case = { text_add = { some_fake_1850_title_1 } } + description_case = { text_add = { some_fake_1850_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1850_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1850_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1850_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1850_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1850_2" - title_case = { text_add = { some_fake_1850_title_2 } } - description_case = { text_add = { some_fake_1850_2 } } + type = "FAKE" + size = small + name = "some_fake_1850_2" + title_case = { text_add = { some_fake_1850_title_2 } } + description_case = { text_add = { some_fake_1850_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1850_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1850_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1850_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1850_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1850_3" - title_case = { text_add = { some_fake_1850_title_3 } } - description_case = { text_add = { some_fake_1850_3 } } + type = "FAKE" + size = small + name = "some_fake_1850_3" + title_case = { text_add = { some_fake_1850_title_3 } } + description_case = { text_add = { some_fake_1850_3 } } } ############################################################################# @@ -363,239 +363,239 @@ generate_article = { ############################################################################# generator_selector ={ #lincoln killed - type = "FAKE" - name = "some_fake_1860_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - case = { trigger = { has_news_flag = "lincoln_saved" } value = -999 } + type = "FAKE" + name = "some_fake_1860_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + case = { trigger = { has_news_flag = "lincoln_saved" } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_1" - title_case = { text_add = { some_fake_1860_title_1 } } - description_case = { text_add = { some_fake_1860_1 } } + type = "FAKE" + size = small + name = "some_fake_1860_1" + title_case = { text_add = { some_fake_1860_title_1 } } + description_case = { text_add = { some_fake_1860_1 } } } on_printing = { - type = "FAKE" - name = "some_fake_1860_1" - effect = { set_news_flag = "lincoln_killed" } + type = "FAKE" + name = "some_fake_1860_1" + effect = { set_news_flag = "lincoln_killed" } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - case = { trigger = { has_news_flag = "lincoln_killed" } value = -999 } + type = "FAKE" + name = "some_fake_1860_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + case = { trigger = { has_news_flag = "lincoln_killed" } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_2" - title_case = { text_add = { some_fake_1860_title_2 } } - description_case = { text_add = { some_fake_1860_2 } } + type = "FAKE" + size = small + name = "some_fake_1860_2" + title_case = { text_add = { some_fake_1860_title_2 } } + description_case = { text_add = { some_fake_1860_2 } } } on_printing = { - type = "FAKE" - name = "some_fake_1860_2" - effect = { set_news_flag = "lincoln_saved" } + type = "FAKE" + name = "some_fake_1860_2" + effect = { set_news_flag = "lincoln_saved" } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_3" - title_case = { text_add = { some_fake_1860_title_3 } } - description_case = { text_add = { some_fake_1860_3 } } + type = "FAKE" + size = small + name = "some_fake_1860_3" + title_case = { text_add = { some_fake_1860_title_3 } } + description_case = { text_add = { some_fake_1860_3 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_5" - title_case = { text_add = { some_fake_1860_title_5 } } - description_case = { text_add = { some_fake_1860_5 } } + type = "FAKE" + size = small + name = "some_fake_1860_5" + title_case = { text_add = { some_fake_1860_title_5 } } + description_case = { text_add = { some_fake_1860_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_6" - title_case = { text_add = { some_fake_1860_title_6} } - description_case = { text_add = { some_fake_1860_6 } } + type = "FAKE" + size = small + name = "some_fake_1860_6" + title_case = { text_add = { some_fake_1860_title_6} } + description_case = { text_add = { some_fake_1860_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_7" - title_case = { text_add = { some_fake_1860_title_7 } } - description_case = { text_add = { some_fake_1860_7 } } + type = "FAKE" + size = small + name = "some_fake_1860_7" + title_case = { text_add = { some_fake_1860_title_7 } } + description_case = { text_add = { some_fake_1860_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_8" - title_case = { text_add = { some_fake_1860_title_8 } } - description_case = { text_add = { some_fake_1860_8 } } + type = "FAKE" + size = small + name = "some_fake_1860_8" + title_case = { text_add = { some_fake_1860_title_8 } } + description_case = { text_add = { some_fake_1860_8 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_9" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_9" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_9" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_9" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_9" - title_case = { text_add = { some_fake_1860_title_9 } } - description_case = { text_add = { some_fake_1860_9 } } + type = "FAKE" + size = small + name = "some_fake_1860_9" + title_case = { text_add = { some_fake_1860_title_9 } } + description_case = { text_add = { some_fake_1860_9 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_10" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_10" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_10" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_10" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_10" - title_case = { text_add = { some_fake_1860_title_10 } } - description_case = { text_add = { some_fake_1860_10 } } + type = "FAKE" + size = small + name = "some_fake_1860_10" + title_case = { text_add = { some_fake_1860_title_10 } } + description_case = { text_add = { some_fake_1860_10 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1860_11" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1860_11" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1860_11" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1860_11" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1860_11" - title_case = { text_add = { some_fake_1860_title_11 } } - description_case = { text_add = { some_fake_1860_11 } } + type = "FAKE" + size = small + name = "some_fake_1860_11" + title_case = { text_add = { some_fake_1860_title_11 } } + description_case = { text_add = { some_fake_1860_11 } } } #################################################################################### @@ -603,69 +603,69 @@ generate_article = { #################################################################################### generator_selector ={ - type = "FAKE" - name = "some_fake_1870_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1870_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1870_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1870_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1870_1" - title_case = { text_add = { some_fake_1870_title_1 } } - description_case = { text_add = { some_fake_1870_1 } } + type = "FAKE" + size = small + name = "some_fake_1870_1" + title_case = { text_add = { some_fake_1870_title_1 } } + description_case = { text_add = { some_fake_1870_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1870_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1870_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1870_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1870_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1870_2" - title_case = { text_add = { some_fake_1870_title_2 } } - description_case = { text_add = { some_fake_1870_2 } } + type = "FAKE" + size = small + name = "some_fake_1870_2" + title_case = { text_add = { some_fake_1870_title_2 } } + description_case = { text_add = { some_fake_1870_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1870_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1870_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1870_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1870_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1870_3" - title_case = { text_add = { some_fake_1870_title_3 } } - description_case = { text_add = { some_fake_1870_3 } } + type = "FAKE" + size = small + name = "some_fake_1870_3" + title_case = { text_add = { some_fake_1870_title_3 } } + description_case = { text_add = { some_fake_1870_3 } } } ################################# @@ -673,179 +673,179 @@ generate_article = { ################################# generator_selector ={ - type = "FAKE" - name = "some_fake_1880_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_1" - title_case = { text_add = { some_fake_1880_title_1 } } - description_case = { text_add = { some_fake_1880_1 } } + type = "FAKE" + size = small + name = "some_fake_1880_1" + title_case = { text_add = { some_fake_1880_title_1 } } + description_case = { text_add = { some_fake_1880_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_2" - title_case = { text_add = { some_fake_1880_title_2 } } - description_case = { text_add = { some_fake_1880_2 } } + type = "FAKE" + size = small + name = "some_fake_1880_2" + title_case = { text_add = { some_fake_1880_title_2 } } + description_case = { text_add = { some_fake_1880_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_3" - title_case = { text_add = { some_fake_1880_title_3 } } - description_case = { text_add = { some_fake_1880_3 } } + type = "FAKE" + size = small + name = "some_fake_1880_3" + title_case = { text_add = { some_fake_1880_title_3 } } + description_case = { text_add = { some_fake_1880_3 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_4" - title_case = { text_add = { some_fake_1880_title_4 } } - description_case = { text_add = { some_fake_1880_4 } } + type = "FAKE" + size = small + name = "some_fake_1880_4" + title_case = { text_add = { some_fake_1880_title_4 } } + description_case = { text_add = { some_fake_1880_4 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_5" - title_case = { text_add = { some_fake_1880_title_5 } } - description_case = { text_add = { some_fake_1880_5 } } + type = "FAKE" + size = small + name = "some_fake_1880_5" + title_case = { text_add = { some_fake_1880_title_5 } } + description_case = { text_add = { some_fake_1880_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_6" - title_case = { text_add = { some_fake_1880_title_6 } } - description_case = { text_add = { some_fake_1880_6 } } + type = "FAKE" + size = small + name = "some_fake_1880_6" + title_case = { text_add = { some_fake_1880_title_6 } } + description_case = { text_add = { some_fake_1880_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_7" - title_case = { text_add = { some_fake_1880_title_7 } } - description_case = { text_add = { some_fake_1880_7 } } + type = "FAKE" + size = small + name = "some_fake_1880_7" + title_case = { text_add = { some_fake_1880_title_7 } } + description_case = { text_add = { some_fake_1880_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1880_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1880_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1880_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1880_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1880_8" - title_case = { text_add = { some_fake_1880_title_8 } } - description_case = { text_add = { some_fake_1880_8 } } + type = "FAKE" + size = small + name = "some_fake_1880_8" + title_case = { text_add = { some_fake_1880_title_8 } } + description_case = { text_add = { some_fake_1880_8 } } } ################### @@ -853,314 +853,314 @@ generate_article = { ################### generator_selector ={ - type = "FAKE" - name = "some_fake_1890_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_1" - title_case = { text_add = { some_fake_1890_title_1 } } - description_case = { text_add = { some_fake_1890_1 } } + type = "FAKE" + size = small + name = "some_fake_1890_1" + title_case = { text_add = { some_fake_1890_title_1 } } + description_case = { text_add = { some_fake_1890_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_2" - title_case = { text_add = { some_fake_1890_title_2 } } - description_case = { text_add = { some_fake_1890_2 } } + type = "FAKE" + size = small + name = "some_fake_1890_2" + title_case = { text_add = { some_fake_1890_title_2 } } + description_case = { text_add = { some_fake_1890_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_3" - title_case = { text_add = { some_fake_1890_title_3 } } - description_case = { text_add = { some_fake_1890_3 } } + type = "FAKE" + size = small + name = "some_fake_1890_3" + title_case = { text_add = { some_fake_1890_title_3 } } + description_case = { text_add = { some_fake_1890_3 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_4" - title_case = { text_add = { some_fake_1890_title_4 } } - description_case = { text_add = { some_fake_1890_4 } } + type = "FAKE" + size = small + name = "some_fake_1890_4" + title_case = { text_add = { some_fake_1890_title_4 } } + description_case = { text_add = { some_fake_1890_4 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_5" - title_case = { text_add = { some_fake_1890_title_5 } } - description_case = { text_add = { some_fake_1890_5 } } + type = "FAKE" + size = small + name = "some_fake_1890_5" + title_case = { text_add = { some_fake_1890_title_5 } } + description_case = { text_add = { some_fake_1890_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_6" - title_case = { text_add = { some_fake_1890_title_6 } } - description_case = { text_add = { some_fake_1890_6 } } + type = "FAKE" + size = small + name = "some_fake_1890_6" + title_case = { text_add = { some_fake_1890_title_6 } } + description_case = { text_add = { some_fake_1890_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_7" - title_case = { text_add = { some_fake_1890_title_7 } } - description_case = { text_add = { some_fake_1890_7 } } + type = "FAKE" + size = small + name = "some_fake_1890_7" + title_case = { text_add = { some_fake_1890_title_7 } } + description_case = { text_add = { some_fake_1890_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1890_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1890_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1890_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1890_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1890_8" - title_case = { text_add = { some_fake_1890_title_8 } } - description_case = { text_add = { some_fake_1890_8 } } + type = "FAKE" + size = small + name = "some_fake_1890_8" + title_case = { text_add = { some_fake_1890_title_8 } } + description_case = { text_add = { some_fake_1890_8 } } } ######################## ##1900 ######################## generator_selector ={ - type = "FAKE" - name = "some_fake_1900_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_1" - title_case = { text_add = { some_fake_1900_title_1 } } - description_case = { text_add = { some_fake_1900_1 } } + type = "FAKE" + size = small + name = "some_fake_1900_1" + title_case = { text_add = { some_fake_1900_title_1 } } + description_case = { text_add = { some_fake_1900_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1900_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_2" - title_case = { text_add = { some_fake_1900_title_2 } } - description_case = { text_add = { some_fake_1900_2 } } + type = "FAKE" + size = small + name = "some_fake_1900_2" + title_case = { text_add = { some_fake_1900_title_2 } } + description_case = { text_add = { some_fake_1900_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1900_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_3" - title_case = { text_add = { some_fake_1900_title_3 } } - description_case = { text_add = { some_fake_1900_3 } } + type = "FAKE" + size = small + name = "some_fake_1900_3" + title_case = { text_add = { some_fake_1900_title_3 } } + description_case = { text_add = { some_fake_1900_3 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1900_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_4" - title_case = { text_add = { some_fake_1900_title_4 } } - description_case = { text_add = { some_fake_1900_4 } } + type = "FAKE" + size = small + name = "some_fake_1900_4" + title_case = { text_add = { some_fake_1900_title_4 } } + description_case = { text_add = { some_fake_1900_4 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1900_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_6" - title_case = { text_add = { some_fake_1900_title_6 } } - description_case = { text_add = { some_fake_1900_6 } } + type = "FAKE" + size = small + name = "some_fake_1900_6" + title_case = { text_add = { some_fake_1900_title_6 } } + description_case = { text_add = { some_fake_1900_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1900_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1900_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1910.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1900_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1900_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1900_7" - title_case = { text_add = { some_fake_1900_title_7 } } - description_case = { text_add = { some_fake_1900_7 } } + type = "FAKE" + size = small + name = "some_fake_1900_7" + title_case = { text_add = { some_fake_1900_title_7 } } + description_case = { text_add = { some_fake_1900_7 } } } ################ @@ -1168,267 +1168,267 @@ generate_article = { ################ generator_selector ={ - type = "FAKE" - name = "some_fake_1910_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_1" - title_case = { text_add = { some_fake_1910_title_1 } } - description_case = { text_add = { some_fake_1910_1 } } + type = "FAKE" + size = small + name = "some_fake_1910_1" + title_case = { text_add = { some_fake_1910_title_1 } } + description_case = { text_add = { some_fake_1910_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_2" - title_case = { text_add = { some_fake_1910_title_2 } } - description_case = { text_add = { some_fake_1910_2 } } + type = "FAKE" + size = small + name = "some_fake_1910_2" + title_case = { text_add = { some_fake_1910_title_2 } } + description_case = { text_add = { some_fake_1910_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_4" - title_case = { text_add = { some_fake_1910_title_4 } } - description_case = { text_add = { some_fake_1910_4 } } + type = "FAKE" + size = small + name = "some_fake_1910_4" + title_case = { text_add = { some_fake_1910_title_4 } } + description_case = { text_add = { some_fake_1910_4 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_5" - title_case = { text_add = { some_fake_1910_title_5 } } - description_case = { text_add = { some_fake_1910_5 } } + type = "FAKE" + size = small + name = "some_fake_1910_5" + title_case = { text_add = { some_fake_1910_title_5 } } + description_case = { text_add = { some_fake_1910_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_6" - title_case = { text_add = { some_fake_1910_title_6 } } - description_case = { text_add = { some_fake_1910_6 } } + type = "FAKE" + size = small + name = "some_fake_1910_6" + title_case = { text_add = { some_fake_1910_title_6 } } + description_case = { text_add = { some_fake_1910_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_7" - title_case = { text_add = { some_fake_1910_title_7 } } - description_case = { text_add = { some_fake_1910_7 } } + type = "FAKE" + size = small + name = "some_fake_1910_7" + title_case = { text_add = { some_fake_1910_title_7 } } + description_case = { text_add = { some_fake_1910_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_8" - title_case = { text_add = { some_fake_1910_title_8 } } - description_case = { text_add = { some_fake_1910_8 } } + type = "FAKE" + size = small + name = "some_fake_1910_8" + title_case = { text_add = { some_fake_1910_title_8 } } + description_case = { text_add = { some_fake_1910_8 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_9" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_9" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_9" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_9" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_9" - title_case = { text_add = { some_fake_1910_title_9 } } - description_case = { text_add = { some_fake_1910_9 } } + type = "FAKE" + size = small + name = "some_fake_1910_9" + title_case = { text_add = { some_fake_1910_title_9 } } + description_case = { text_add = { some_fake_1910_9 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_10" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_10" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_10" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_10" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_10" - title_case = { text_add = { some_fake_1910_title_10 } } - description_case = { text_add = { some_fake_1910_10 } } + type = "FAKE" + size = small + name = "some_fake_1910_10" + title_case = { text_add = { some_fake_1910_title_10 } } + description_case = { text_add = { some_fake_1910_10 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_11" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_11" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_11" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_11" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_11" - title_case = { text_add = { some_fake_1910_title_11 } } - description_case = { text_add = { some_fake_1910_11 } } + type = "FAKE" + size = small + name = "some_fake_1910_11" + title_case = { text_add = { some_fake_1910_title_11 } } + description_case = { text_add = { some_fake_1910_11 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_12" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_12" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_12" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_12" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_12" - title_case = { text_add = { some_fake_1910_title_12 } } - description_case = { text_add = { some_fake_1910_12 } } + type = "FAKE" + size = small + name = "some_fake_1910_12" + title_case = { text_add = { some_fake_1910_title_12 } } + description_case = { text_add = { some_fake_1910_12 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1910_13" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1910_13" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1910.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1910_13" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1910_13" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1910_13" - title_case = { text_add = { some_fake_1910_title_13 } } - description_case = { text_add = { some_fake_1910_13 } } + type = "FAKE" + size = small + name = "some_fake_1910_13" + title_case = { text_add = { some_fake_1910_title_13 } } + description_case = { text_add = { some_fake_1910_13 } } } ######## @@ -1436,863 +1436,863 @@ generate_article = { ######## generator_selector ={ - type = "FAKE" - name = "some_fake_1920_1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_1" - title_case = { text_add = { some_fake_1920_title_1 } } - description_case = { text_add = { some_fake_1920_1 } } + type = "FAKE" + size = small + name = "some_fake_1920_1" + title_case = { text_add = { some_fake_1920_title_1 } } + description_case = { text_add = { some_fake_1920_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_2" - title_case = { text_add = { some_fake_1920_title_2 } } - description_case = { text_add = { some_fake_1920_2 } } + type = "FAKE" + size = small + name = "some_fake_1920_2" + title_case = { text_add = { some_fake_1920_title_2 } } + description_case = { text_add = { some_fake_1920_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_3" - title_case = { text_add = { some_fake_1920_title_3 } } - description_case = { text_add = { some_fake_1920_3 } } + type = "FAKE" + size = small + name = "some_fake_1920_3" + title_case = { text_add = { some_fake_1920_title_3 } } + description_case = { text_add = { some_fake_1920_3 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_4" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_4" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_4" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_4" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_4" - title_case = { text_add = { some_fake_1920_title_4 } } - description_case = { text_add = { some_fake_1920_4 } } + type = "FAKE" + size = small + name = "some_fake_1920_4" + title_case = { text_add = { some_fake_1920_title_4 } } + description_case = { text_add = { some_fake_1920_4 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_5" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_5" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_5" - title_case = { text_add = { some_fake_1920_title_5 } } - description_case = { text_add = { some_fake_1920_5 } } + type = "FAKE" + size = small + name = "some_fake_1920_5" + title_case = { text_add = { some_fake_1920_title_5 } } + description_case = { text_add = { some_fake_1920_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_6" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_6" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_6" - title_case = { text_add = { some_fake_1920_title_6 } } - description_case = { text_add = { some_fake_1920_6 } } + type = "FAKE" + size = small + name = "some_fake_1920_6" + title_case = { text_add = { some_fake_1920_title_6 } } + description_case = { text_add = { some_fake_1920_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_7" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_7" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_7" - title_case = { text_add = { some_fake_1920_title_7 } } - description_case = { text_add = { some_fake_1920_7 } } + type = "FAKE" + size = small + name = "some_fake_1920_7" + title_case = { text_add = { some_fake_1920_title_7 } } + description_case = { text_add = { some_fake_1920_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_8" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_8" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_8" - title_case = { text_add = { some_fake_1920_title_8 } } - description_case = { text_add = { some_fake_1920_8 } } + type = "FAKE" + size = small + name = "some_fake_1920_8" + title_case = { text_add = { some_fake_1920_title_8 } } + description_case = { text_add = { some_fake_1920_8 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_9" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_9" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_9" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_9" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_9" - title_case = { text_add = { some_fake_1920_title_9 } } - description_case = { text_add = { some_fake_1920_9 } } + type = "FAKE" + size = small + name = "some_fake_1920_9" + title_case = { text_add = { some_fake_1920_title_9 } } + description_case = { text_add = { some_fake_1920_9 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_10" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_10" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_10" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_10" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_10" - title_case = { text_add = { some_fake_1920_title_10 } } - description_case = { text_add = { some_fake_1920_10 } } + type = "FAKE" + size = small + name = "some_fake_1920_10" + title_case = { text_add = { some_fake_1920_title_10 } } + description_case = { text_add = { some_fake_1920_10 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_11" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_11" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_11" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_11" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_11" - title_case = { text_add = { some_fake_1920_title_11 } } - description_case = { text_add = { some_fake_1920_11 } } + type = "FAKE" + size = small + name = "some_fake_1920_11" + title_case = { text_add = { some_fake_1920_title_11 } } + description_case = { text_add = { some_fake_1920_11 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_12" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_12" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_12" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_12" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_12" - title_case = { text_add = { some_fake_1920_title_12 } } - description_case = { text_add = { some_fake_1920_12 } } + type = "FAKE" + size = small + name = "some_fake_1920_12" + title_case = { text_add = { some_fake_1920_title_12 } } + description_case = { text_add = { some_fake_1920_12 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_1920_13" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_1920_13" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_1920_13" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_1920_13" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_1920_13" - title_case = { text_add = { some_fake_1920_title_13 } } - description_case = { text_add = { some_fake_1920_13 } } + type = "FAKE" + size = small + name = "some_fake_1920_13" + title_case = { text_add = { some_fake_1920_title_13 } } + description_case = { text_add = { some_fake_1920_13 } } } ################ ##No date fakes ################ generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_1" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_1" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_1" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_1" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_1" - title_case = { text_add = { some_fake_ANY_title_1 } } - description_case = { text_add = { some_fake_ANY_1 } } + type = "FAKE" + size = small + name = "some_fake_ANY_1" + title_case = { text_add = { some_fake_ANY_title_1 } } + description_case = { text_add = { some_fake_ANY_1 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_2" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_2" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_2" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_2" - title_case = { text_add = { some_fake_ANY_title_2 } } - description_case = { text_add = { some_fake_ANY_2 } } + type = "FAKE" + size = small + name = "some_fake_ANY_2" + title_case = { text_add = { some_fake_ANY_title_2 } } + description_case = { text_add = { some_fake_ANY_2 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_3" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_3" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_3" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_3" - title_case = { text_add = { some_fake_ANY_title_3 } } - description_case = { text_add = { some_fake_ANY_3 } } + type = "FAKE" + size = small + name = "some_fake_ANY_3" + title_case = { text_add = { some_fake_ANY_title_3 } } + description_case = { text_add = { some_fake_ANY_3 } } } ## 4 deleted generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_5" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_5" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_5" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_5" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_5" - title_case = { text_add = { some_fake_ANY_title_5 } } - description_case = { text_add = { some_fake_ANY_5 } } + type = "FAKE" + size = small + name = "some_fake_ANY_5" + title_case = { text_add = { some_fake_ANY_title_5 } } + description_case = { text_add = { some_fake_ANY_5 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_6" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_6" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_6" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_6" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_6" - title_case = { text_add = { some_fake_ANY_title_6 } } - description_case = { text_add = { some_fake_ANY_6 } } + type = "FAKE" + size = small + name = "some_fake_ANY_6" + title_case = { text_add = { some_fake_ANY_title_6 } } + description_case = { text_add = { some_fake_ANY_6 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_7" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_7" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_7" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_7" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_7" - title_case = { text_add = { some_fake_ANY_title_7 } } - description_case = { text_add = { some_fake_ANY_7 } } + type = "FAKE" + size = small + name = "some_fake_ANY_7" + title_case = { text_add = { some_fake_ANY_title_7 } } + description_case = { text_add = { some_fake_ANY_7 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_8" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_8" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_8" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_8" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_8" - title_case = { text_add = { some_fake_ANY_title_8 } } - description_case = { text_add = { some_fake_ANY_8 } } + type = "FAKE" + size = small + name = "some_fake_ANY_8" + title_case = { text_add = { some_fake_ANY_title_8 } } + description_case = { text_add = { some_fake_ANY_8 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_9" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_9" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_9" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_9" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_9" - title_case = { text_add = { some_fake_ANY_title_9 } } - description_case = { text_add = { some_fake_ANY_9 } } + type = "FAKE" + size = small + name = "some_fake_ANY_9" + title_case = { text_add = { some_fake_ANY_title_9 } } + description_case = { text_add = { some_fake_ANY_9 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_10" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_10" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_10" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_10" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_10" - title_case = { text_add = { some_fake_ANY_title_10 } } - description_case = { text_add = { some_fake_ANY_10 } } + type = "FAKE" + size = small + name = "some_fake_ANY_10" + title_case = { text_add = { some_fake_ANY_title_10 } } + description_case = { text_add = { some_fake_ANY_10 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_11" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_11" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_11" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_11" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_11" - title_case = { text_add = { some_fake_ANY_title_11 } } - description_case = { text_add = { some_fake_ANY_11 } } + type = "FAKE" + size = small + name = "some_fake_ANY_11" + title_case = { text_add = { some_fake_ANY_title_11 } } + description_case = { text_add = { some_fake_ANY_11 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_12" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_12" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_12" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_12" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_12" - title_case = { text_add = { some_fake_ANY_title_12 } } - description_case = { text_add = { some_fake_ANY_12 } } + type = "FAKE" + size = small + name = "some_fake_ANY_12" + title_case = { text_add = { some_fake_ANY_title_12 } } + description_case = { text_add = { some_fake_ANY_12 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_13" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_13" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_13" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_13" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_13" - title_case = { text_add = { some_fake_ANY_title_13 } } - description_case = { text_add = { some_fake_ANY_13 } } + type = "FAKE" + size = small + name = "some_fake_ANY_13" + title_case = { text_add = { some_fake_ANY_title_13 } } + description_case = { text_add = { some_fake_ANY_13 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_14" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_14" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_14" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_14" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_14" - title_case = { text_add = { some_fake_ANY_title_14 } } - description_case = { text_add = { some_fake_ANY_14 } } + type = "FAKE" + size = small + name = "some_fake_ANY_14" + title_case = { text_add = { some_fake_ANY_title_14 } } + description_case = { text_add = { some_fake_ANY_14 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_15" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_15" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_15" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_15" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_15" - title_case = { text_add = { some_fake_ANY_title_15 } } - description_case = { text_add = { some_fake_ANY_15 } } + type = "FAKE" + size = small + name = "some_fake_ANY_15" + title_case = { text_add = { some_fake_ANY_title_15 } } + description_case = { text_add = { some_fake_ANY_15 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_16" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_16" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_16" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_16" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_16" - title_case = { text_add = { some_fake_ANY_title_16 } } - description_case = { text_add = { some_fake_ANY_16 } } + type = "FAKE" + size = small + name = "some_fake_ANY_16" + title_case = { text_add = { some_fake_ANY_title_16 } } + description_case = { text_add = { some_fake_ANY_16 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_17" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_17" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_17" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_17" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_17" - title_case = { text_add = { some_fake_ANY_title_17 } } - description_case = { text_add = { some_fake_ANY_17 } } + type = "FAKE" + size = small + name = "some_fake_ANY_17" + title_case = { text_add = { some_fake_ANY_title_17 } } + description_case = { text_add = { some_fake_ANY_17 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_18" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_18" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_18" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_18" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_18" - title_case = { text_add = { some_fake_ANY_title_18 } } - description_case = { text_add = { some_fake_ANY_18 } } + type = "FAKE" + size = small + name = "some_fake_ANY_18" + title_case = { text_add = { some_fake_ANY_title_18 } } + description_case = { text_add = { some_fake_ANY_18 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_19" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_19" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_19" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_19" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_19" - title_case = { text_add = { some_fake_ANY_title_19 } } - description_case = { text_add = { some_fake_ANY_19 } } + type = "FAKE" + size = small + name = "some_fake_ANY_19" + title_case = { text_add = { some_fake_ANY_title_19 } } + description_case = { text_add = { some_fake_ANY_19 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_20" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_20" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_20" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_20" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_20" - title_case = { text_add = { some_fake_ANY_title_20 } } - description_case = { text_add = { some_fake_ANY_20 } } + type = "FAKE" + size = small + name = "some_fake_ANY_20" + title_case = { text_add = { some_fake_ANY_title_20 } } + description_case = { text_add = { some_fake_ANY_20 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_22" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_22" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_22" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_22" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_22" - title_case = { text_add = { some_fake_ANY_title_22 } } - description_case = { text_add = { some_fake_ANY_22 } } + type = "FAKE" + size = small + name = "some_fake_ANY_22" + title_case = { text_add = { some_fake_ANY_title_22 } } + description_case = { text_add = { some_fake_ANY_22 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_23" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_23" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_23" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_23" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_23" - title_case = { text_add = { some_fake_ANY_title_23 } } - description_case = { text_add = { some_fake_ANY_23 } } + type = "FAKE" + size = small + name = "some_fake_ANY_23" + title_case = { text_add = { some_fake_ANY_title_23 } } + description_case = { text_add = { some_fake_ANY_23 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_24" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_24" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_24" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_24" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_24" - title_case = { text_add = { some_fake_ANY_title_24 } } - description_case = { text_add = { some_fake_ANY_24 } } + type = "FAKE" + size = small + name = "some_fake_ANY_24" + title_case = { text_add = { some_fake_ANY_title_24 } } + description_case = { text_add = { some_fake_ANY_24 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_25" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_25" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_25" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_25" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_25" - title_case = { text_add = { some_fake_ANY_title_25 } } - description_case = { text_add = { some_fake_ANY_25 } } + type = "FAKE" + size = small + name = "some_fake_ANY_25" + title_case = { text_add = { some_fake_ANY_title_25 } } + description_case = { text_add = { some_fake_ANY_25 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_26" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_26" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_26" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_26" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_26" - title_case = { text_add = { some_fake_ANY_title_26 } } - description_case = { text_add = { some_fake_ANY_26 } } + type = "FAKE" + size = small + name = "some_fake_ANY_26" + title_case = { text_add = { some_fake_ANY_title_26 } } + description_case = { text_add = { some_fake_ANY_26 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_27" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_27" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_27" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_27" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_27" - title_case = { text_add = { some_fake_ANY_title_27 } } - description_case = { text_add = { some_fake_ANY_27 } } + type = "FAKE" + size = small + name = "some_fake_ANY_27" + title_case = { text_add = { some_fake_ANY_title_27 } } + description_case = { text_add = { some_fake_ANY_27 } } } generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_28" - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "some_fake_ANY_28" + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "some_fake_ANY_28" - case = { priority_add = 5 } + type = "FAKE" + name = "some_fake_ANY_28" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_28" - title_case = { text_add = { some_fake_ANY_title_28 } } - description_case = { text_add = { some_fake_ANY_28 } } + type = "FAKE" + size = small + name = "some_fake_ANY_28" + title_case = { text_add = { some_fake_ANY_title_28 } } + description_case = { text_add = { some_fake_ANY_28 } } } pattern = { #quick method of repeating news stories - name = "fake_news_pattern" - - generator_selector ={ - type = "FAKE" - name = "some_fake_ANY_%1%" #var 1 - case = { value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "some_fake_ANY_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "some_fake_ANY_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } + name = "fake_news_pattern" + + generator_selector ={ + type = "FAKE" + name = "some_fake_ANY_%1%" #var 1 + case = { value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "some_fake_ANY_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "some_fake_ANY_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } fake_news_pattern = { "29" "some_fake_ANY_title_29" "some_fake_ANY_29" } #var 1, 2,3 are replaced by these @@ -2332,27 +2332,27 @@ fake_news_pattern = { "62" "some_fake_ANY_title_62" "some_fake_ANY_62" } pattern = { #dino news 30-40 - name = "dino_news_pattern1" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1830_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1830_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1830_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } + name = "dino_news_pattern1" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1830_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1836.1.1 } NOT = { date_greater = { 0 1850.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1830_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1830_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern1 = { "1" "dino_fake_1830_title_1" "dino_fake_1830_1" } @@ -2365,55 +2365,55 @@ dino_news_pattern1 = { "7" "dino_fake_1840_title_3" "dino_fake_1840_3" } dino_news_pattern1 = { "8" "dino_fake_1840_title_4" "dino_fake_1840_4" } dino_news_pattern1 = { "9" "dino_fake_1840_title_5" "dino_fake_1840_5" } -pattern = { - name = "dino_news_pattern2" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1850_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1850_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1850_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern2" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1850_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1850_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1850_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern2 = { "1" "dino_fake_1850_title_1" "dino_fake_1850_1" } dino_news_pattern2 = { "2" "dino_fake_1850_title_2" "dino_fake_1850_2" } -pattern = { - name = "dino_news_pattern3" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1860_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1860_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1860_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern3" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1860_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1860.1.1 } NOT = { date_greater = { 0 1870.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1860_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1860_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern3 = { "1" "dino_fake_1860_title_1" "dino_fake_1860_1" } @@ -2424,28 +2424,28 @@ dino_news_pattern3 = { "5" "dino_fake_1860_title_5" "dino_fake_1860_5" } dino_news_pattern3 = { "6" "dino_fake_1860_title_6" "dino_fake_1860_6" } dino_news_pattern3 = { "7" "dino_fake_1860_title_7" "dino_fake_1860_7" } -pattern = { - name = "dino_news_pattern4" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1870_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1870_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1870_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern4" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1870_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1870.1.1 } NOT = { date_greater = { 0 1880.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1870_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1870_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern4 = { "1" "dino_fake_1870_title_1" "dino_fake_1870_1" } @@ -2462,28 +2462,28 @@ dino_news_pattern4 = { "11" "dino_fake_1870_title_11" "dino_fake_1870_11" } dino_news_pattern4 = { "12" "dino_fake_1870_title_12" "dino_fake_1870_12" } dino_news_pattern4 = { "13" "dino_fake_1870_title_13" "dino_fake_1870_13" } -pattern = { - name = "dino_news_pattern5" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1880_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1880_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1880_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern5" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1880_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1880.1.1 } NOT = { date_greater = { 0 1890.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1880_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1880_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern5 = { "1" "dino_fake_1880_title_1" "dino_fake_1880_1" } @@ -2502,28 +2502,28 @@ dino_news_pattern5 = { "13" "dino_fake_1880_title_13" "dino_fake_1880_13" } dino_news_pattern5 = { "14" "dino_fake_1880_title_14" "dino_fake_1880_14" } dino_news_pattern5 = { "15" "dino_fake_1880_title_15" "dino_fake_1880_15" } -pattern = { - name = "dino_news_pattern6" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1890_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1890_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1890_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern6" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1890_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1890.1.1 } NOT = { date_greater = { 0 1900.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1890_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1890_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern6 = { "1" "dino_fake_1890_title_1" "dino_fake_1890_1" } @@ -2531,148 +2531,148 @@ dino_news_pattern6 = { "2" "dino_fake_1890_title_2" "dino_fake_1890_2" } dino_news_pattern6 = { "3" "dino_fake_1890_title_3" "dino_fake_1890_3" } dino_news_pattern6 = { "4" "dino_fake_1890_title_4" "dino_fake_1890_4" } -pattern = { - name = "dino_news_pattern7" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1900_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1900_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1900_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern7" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1900_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1920.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1900_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1900_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern7 = { "1" "dino_fake_1900_title_1" "dino_fake_1900_1" } dino_news_pattern7 = { "2" "dino_fake_1900_title_2" "dino_fake_1900_2" } -pattern = { - name = "dino_news_pattern8" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1920_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1930.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1920_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1920_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern8" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1920_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1920.1.1 } NOT = { date_greater = { 0 1930.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1920_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1920_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern8 = { "1" "dino_fake_1920_title_1" "dino_fake_1920_1" } -pattern = { - name = "dino_news_pattern9" - - generator_selector ={ - type = "FAKE" - name = "dino_fake_1930_%1%" #var 1 - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1930.1.1 } NOT = { date_greater = { 0 1940.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } - } - news_priority = { - type = "FAKE" - name = "dino_fake_1930_%1%" - case = { priority_add = 5 } - } - generate_article = { - type = "FAKE" - size = small - name = "dino_fake_1930_%1%" - title_case = { text_add = { %2% } } #var 2 - description_case = { text_add = { %3% } } #var 3 - } +pattern = { + name = "dino_news_pattern9" + + generator_selector ={ + type = "FAKE" + name = "dino_fake_1930_%1%" #var 1 + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1930.1.1 } NOT = { date_greater = { 0 1940.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } + } + news_priority = { + type = "FAKE" + name = "dino_fake_1930_%1%" + case = { priority_add = 5 } + } + generate_article = { + type = "FAKE" + size = small + name = "dino_fake_1930_%1%" + title_case = { text_add = { %2% } } #var 2 + description_case = { text_add = { %3% } } #var 3 + } } dino_news_pattern9 = { "1" "dino_fake_1930_title_1" "dino_fake_1930_1" } # aar winner submissions generator_selector ={ - type = "FAKE" - name = "aar_fake1" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "aar_fake1" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1900.1.1 } NOT = { date_greater = { 0 1937.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "aar_fake1" - case = { priority_add = 2 } + type = "FAKE" + name = "aar_fake1" + case = { priority_add = 2 } } generate_article = { - type = "FAKE" - size = small - name = "aar_fake1" - title_case = { text_add = { aar_fake1_title } } - description_case = { text_add = { aar_fake1 } } + type = "FAKE" + size = small + name = "aar_fake1" + title_case = { text_add = { aar_fake1_title } } + description_case = { text_add = { aar_fake1 } } } generator_selector ={ - type = "FAKE" - name = "aar_fake2" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "aar_fake2" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1850.1.1 } NOT = { date_greater = { 0 1860.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "aar_fake2" - case = { priority_add = 5 } + type = "FAKE" + name = "aar_fake2" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "aar_fake2" - title_case = { text_add = { aar_fake2_title } } - description_case = { text_add = { aar_fake2 } } + type = "FAKE" + size = small + name = "aar_fake2" + title_case = { text_add = { aar_fake2_title } } + description_case = { text_add = { aar_fake2 } } } generator_selector ={ - type = "FAKE" - name = "aar_fake3" - case = { value = 0 } - case = { trigger ={ date_greater = { 0 1848.1.1 } NOT = { date_greater = { 0 1849.1.1 }}} value = 100 } - case = { trigger = { news_printing_count = 1 } value = -999 } + type = "FAKE" + name = "aar_fake3" + case = { value = 0 } + case = { trigger ={ date_greater = { 0 1848.1.1 } NOT = { date_greater = { 0 1849.1.1 }}} value = 100 } + case = { trigger = { news_printing_count = 1 } value = -999 } } news_priority = { - type = "FAKE" - name = "aar_fake3" - case = { priority_add = 5 } + type = "FAKE" + name = "aar_fake3" + case = { priority_add = 5 } } generate_article = { - type = "FAKE" - size = small - name = "aar_fake3" - title_case = { text_add = { aar_fake3_title } } - description_case = { text_add = { aar_fake3 } } + type = "FAKE" + size = small + name = "aar_fake3" + title_case = { text_add = { aar_fake3_title } } + description_case = { text_add = { aar_fake3 } } } diff --git a/HPM/news/news_game_event_default.txt b/HPM/news/news_game_event_default.txt index 4a4441b7..b7eafca5 100644 --- a/HPM/news/news_game_event_default.txt +++ b/HPM/news/news_game_event_default.txt @@ -1,153 +1,152 @@ generator_selector = { - type = "GAME_EVENT" - name = "default" - case = { value = 10 } - case = - { - trigger = { news_printing_count = 1 } - value = -999 - } + type = "GAME_EVENT" + name = "default" + case = { value = 10 } + case = + { + trigger = { news_printing_count = 1 } + value = -999 + } } -news_priority = +news_priority = { - type = "GAME_EVENT" - name = "default" - - # Default priority of typical game event - case = { priority_add = 10 } - - # More interested in events about inventing ideologies - case = - { - trigger = - { - OR = - { - # Specific event IDs - values_eq = { 0 0 1000 } - values_eq = { 0 0 1001 } - values_eq = { 0 0 1002 } - values_eq = { 0 0 1003 } - values_eq = { 0 0 169001 } - } - } - priority_add = 100 - } - - # Bump up priority for any major event - case = - { - trigger = { values_eq = { 0 1 1 } } # If major - priority_add = 100 - } - - # Except those... (for example) - #case = - #{ - # trigger = - # { - # # Specific event IDs and selected options - # OR = - # { - # AND = { values_eq = { 0 0 44100 } values_eq = { 0 3 0 } } - # AND = { values_eq = { 0 0 44101 } values_eq = { 0 3 0 } } - # AND = { values_eq = { 0 0 44102 } values_eq = { 0 3 0 } } - # } - # } - # priority_add = 100 - #} - # And even more in those... - #case = - #{ - # trigger = - # { - # # Specific event IDs and selected options - # OR = - # { - # AND = { values_eq = { 0 0 44103 } values_eq = { 0 3 0 } } - # AND = { values_eq = { 0 0 44104 } values_eq = { 0 3 0 } } - # AND = { values_eq = { 0 0 44105 } values_eq = { 0 3 0 } } - # } - # } - # priority_add = 200 - #} - # A bit more interested in any sort of elections - #case = - #{ - # trigger = - # { - # values_eq = { 0 2 1 } - # } - # priority_add = 10 - #} - # etc... - - # And totally not interested in events that got duplicated (was already printed) - case = - { - trigger = { news_printing_count = 1 } - priority_add = -999 - } + type = "GAME_EVENT" + name = "default" + + # Default priority of typical game event + case = { priority_add = 10 } + + # More interested in events about inventing ideologies + case = + { + trigger = + { + OR = + { + # Specific event IDs + values_eq = { 0 0 1000 } + values_eq = { 0 0 1001 } + values_eq = { 0 0 1002 } + values_eq = { 0 0 1003 } + values_eq = { 0 0 169001 } + } + } + priority_add = 100 + } + + # Bump up priority for any major event + case = + { + trigger = { values_eq = { 0 1 1 } } # If major + priority_add = 100 + } + + # Except those... (for example) + #case = + #{ + # trigger = + # { + # # Specific event IDs and selected options + # OR = + # { + # AND = { values_eq = { 0 0 44100 } values_eq = { 0 3 0 } } + # AND = { values_eq = { 0 0 44101 } values_eq = { 0 3 0 } } + # AND = { values_eq = { 0 0 44102 } values_eq = { 0 3 0 } } + # } + # } + # priority_add = 100 + #} + # And even more in those... + #case = + #{ + # trigger = + # { + # # Specific event IDs and selected options + # OR = + # { + # AND = { values_eq = { 0 0 44103 } values_eq = { 0 3 0 } } + # AND = { values_eq = { 0 0 44104 } values_eq = { 0 3 0 } } + # AND = { values_eq = { 0 0 44105 } values_eq = { 0 3 0 } } + # } + # } + # priority_add = 200 + #} + # A bit more interested in any sort of elections + #case = + #{ + # trigger = + # { + # values_eq = { 0 2 1 } + # } + # priority_add = 10 + #} + # etc... + + # And totally not interested in events that got duplicated (was already printed) + case = + { + trigger = { news_printing_count = 1 } + priority_add = -999 + } } generate_article = { - type = "GAME_EVENT" - size = large - name = "default" - - # Use the same picture as event - picture_case = - { - # if province event (use general pics as those has no images defined) - trigger = { values_eq = { 0 4 1 } } - picture = "news/revolution_01_news_image.dds" - } - picture_case = { picture = "events/$STRING_0_1$.tga" } - - # Use the same title as event - title_case = { text_add = { "$STRING_0_0$" } } - - # Generate description text (Use special key text generation for events) - description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } # If missing - will fallback to default text (the longest) + type = "GAME_EVENT" + size = large + name = "default" + + # Use the same picture as event + picture_case = + { + # if province event (use general pics as those has no images defined) + trigger = { values_eq = { 0 4 1 } } + picture = "news/revolution_01_news_image.dds" + } + picture_case = { picture = "events/$STRING_0_1$.tga" } + + # Use the same title as event + title_case = { text_add = { "$STRING_0_0$" } } + + # Generate description text (Use special key text generation for events) + description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } # If missing - will fallback to default text (the longest) } generate_article = { - type = "GAME_EVENT" - size = medium - name = "default" - - # Use the same picture as event - picture_case = - { - # if province event (use general pics as those has no images defined) - trigger = { values_eq = { 0 4 1 } } - picture = "news/revolution_01_news_image.dds" - } - picture_case = { picture = "events/$STRING_0_1$.tga" } - - # Use the same title as event - title_case = { text_add = { "$STRING_0_0$" } } - - # Generate description text (Use special key text generation for events) - #description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } - description_case = { text_add = { "$EVENT_DESC_0_0_MEDIUM$" } } # If missing - will fallback to default text (the longest) + type = "GAME_EVENT" + size = medium + name = "default" + + # Use the same picture as event + picture_case = + { + # if province event (use general pics as those has no images defined) + trigger = { values_eq = { 0 4 1 } } + picture = "news/revolution_01_news_image.dds" + } + picture_case = { picture = "events/$STRING_0_1$.tga" } + + # Use the same title as event + title_case = { text_add = { "$STRING_0_0$" } } + + # Generate description text (Use special key text generation for events) + #description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } + description_case = { text_add = { "$EVENT_DESC_0_0_MEDIUM$" } } # If missing - will fallback to default text (the longest) } generate_article = { - type = "GAME_EVENT" - size = small - name = "default" + type = "GAME_EVENT" + size = small + name = "default" - # Use the same title as event - title_case = { text_add = { "$STRING_0_0$" } } + # Use the same title as event + title_case = { text_add = { "$STRING_0_0$" } } - # Generate description text (Use special key text generation for events) - #description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } - description_case = { text_add = { "$EVENT_DESC_0_0_SHORT$" } } # If missing - will fallback to default text (the longest) + # Generate description text (Use special key text generation for events) + #description_case = { text_add = { "$EVENT_DESC_0_0_LONG$" } } + description_case = { text_add = { "$EVENT_DESC_0_0_SHORT$" } } # If missing - will fallback to default text (the longest) } - diff --git a/HPM/news/news_goods_prices.txt b/HPM/news/news_goods_prices.txt index 198796eb..699f8689 100644 --- a/HPM/news/news_goods_prices.txt +++ b/HPM/news/news_goods_prices.txt @@ -1,120 +1,120 @@ generator_selector = { - type = "GOODS_PRICE_CHANGE" - name = "default" - case = { value = 1 } + type = "GOODS_PRICE_CHANGE" + name = "default" + case = { value = 1 } } -news_priority = +news_priority = { - type = "GOODS_PRICE_CHANGE" - name = "default" - case = { priority_add = 25 } + type = "GOODS_PRICE_CHANGE" + name = "default" + case = { priority_add = 25 } } generate_article = { - type = "GOODS_PRICE_CHANGE" - size = large - name = "default" + type = "GOODS_PRICE_CHANGE" + size = large + name = "default" - picture_case = { - trigger = { - values_eq = { 0 1 1 } - } - picture = "news/news_prices_up.dds" - } - picture_case = { - trigger = { - values_eq = { 0 1 0 } - } - picture = "news/news_prices_down.dds" - } - title_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_TITLE_LARGE } - } - title_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_TITLE_LARGE } - } - description_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_LARGE } - } - description_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_LARGE } - } + picture_case = { + trigger = { + values_eq = { 0 1 1 } + } + picture = "news/news_prices_up.dds" + } + picture_case = { + trigger = { + values_eq = { 0 1 0 } + } + picture = "news/news_prices_down.dds" + } + title_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_TITLE_LARGE } + } + title_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_TITLE_LARGE } + } + description_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_LARGE } + } + description_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_LARGE } + } } generate_article = { - type = "GOODS_PRICE_CHANGE" - size = medium - name = "default" + type = "GOODS_PRICE_CHANGE" + size = medium + name = "default" - picture_case = { - trigger = { - values_eq = { 0 1 1 } - } - picture = "news/news_prices_up.dds" - } - picture_case = { - trigger = { - values_eq = { 0 1 0 } - } - picture = "news/news_prices_down.dds" - } - title_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_TITLE_MEDIUM } - } - title_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_TITLE_MEDIUM } - } - description_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_MEDIUM } - } - description_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_MEDIUM } - } + picture_case = { + trigger = { + values_eq = { 0 1 1 } + } + picture = "news/news_prices_up.dds" + } + picture_case = { + trigger = { + values_eq = { 0 1 0 } + } + picture = "news/news_prices_down.dds" + } + title_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_TITLE_MEDIUM } + } + title_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_TITLE_MEDIUM } + } + description_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_MEDIUM } + } + description_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_MEDIUM } + } } generate_article = { - type = "GOODS_PRICE_CHANGE" - size = small - name = "default" - title_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_TITLE_SMALL } - } - title_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_TITLE_SMALL } - } - description_case = - { - trigger = { values_eq = { 0 1 1 } } - text_add = { GOODS_PRICE_UP_SMALL } - } - description_case = - { - trigger = { values_eq = { 0 1 0 } } - text_add = { GOODS_PRICE_DOWN_SMALL } - } + type = "GOODS_PRICE_CHANGE" + size = small + name = "default" + title_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_TITLE_SMALL } + } + title_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_TITLE_SMALL } + } + description_case = + { + trigger = { values_eq = { 0 1 1 } } + text_add = { GOODS_PRICE_UP_SMALL } + } + description_case = + { + trigger = { values_eq = { 0 1 0 } } + text_add = { GOODS_PRICE_DOWN_SMALL } + } } diff --git a/HPM/news/news_invention.txt b/HPM/news/news_invention.txt index 9f6ed99f..049d22a3 100644 --- a/HPM/news/news_invention.txt +++ b/HPM/news/news_invention.txt @@ -1,168 +1,168 @@ generator_selector = { - type = "INVENTION" - name = "default" - case = { value = 10 } + type = "INVENTION" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "INVENTION" - name = "default" - case = { priority_add = 0 } - case = { - trigger = { - tags_eq = { 0 0 PLAYER } - } - priority_add = 50 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - } - } - priority_add = 40 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - } - } - priority_add = 30 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - tags_eq = { 0 0 TKG } - } - } - priority_add = 20 - } - case = { - trigger = { - NOT = { - tags_eq = { 0 0 PLAYER } - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - tags_eq = { 0 0 TKG } - } - } - priority_add = 5 - } - case = { - trigger = { - OR = { - strings_eq = { 0 0 "indigenous_garrisoning" } - strings_eq = { 0 0 "the_dark_continent" } - } - } - priority_add = 50 - } - case = { - # Avoid printing the same invention more then once (for the same invention type). - trigger = { news_printing_count = 1 } - priority_add = -999 - } + type = "INVENTION" + name = "default" + case = { priority_add = 0 } + case = { + trigger = { + tags_eq = { 0 0 PLAYER } + } + priority_add = 50 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + } + } + priority_add = 40 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + } + } + priority_add = 30 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + tags_eq = { 0 0 TKG } + } + } + priority_add = 20 + } + case = { + trigger = { + NOT = { + tags_eq = { 0 0 PLAYER } + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + tags_eq = { 0 0 TKG } + } + } + priority_add = 5 + } + case = { + trigger = { + OR = { + strings_eq = { 0 0 "indigenous_garrisoning" } + strings_eq = { 0 0 "the_dark_continent" } + } + } + priority_add = 50 + } + case = { + # Avoid printing the same invention more then once (for the same invention type). + trigger = { news_printing_count = 1 } + priority_add = -999 + } } generate_article = { - type = "INVENTION" - size = large - name = "default" + type = "INVENTION" + size = large + name = "default" - picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } - title_case = { text_add = { INVENTION_NEWS_TITLE_LARGE INVENTION_NEWS_TITLE_LARGE2 } } - description_case = { - text_add = { INVENTION_NEWS_LARGE INVENTION_NEWS_LARGE2} - text_add = { INVENTION_SUFFIX1 INVENTION_SUFFIX2 INVENTION_SUFFIX3 INVENTION_SUFFIX4 INVENTION_SUFFIX5 INVENTION_SUFFIX6 INVENTION_SUFFIX7 INVENTION_SUFFIX8 } - text_add = { INVENTION_SUFFIX_LONG1 INVENTION_SUFFIX_LONG2 INVENTION_SUFFIX_LONG3 INVENTION_SUFFIX_LONG4 } - } + picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } + title_case = { text_add = { INVENTION_NEWS_TITLE_LARGE INVENTION_NEWS_TITLE_LARGE2 } } + description_case = { + text_add = { INVENTION_NEWS_LARGE INVENTION_NEWS_LARGE2} + text_add = { INVENTION_SUFFIX1 INVENTION_SUFFIX2 INVENTION_SUFFIX3 INVENTION_SUFFIX4 INVENTION_SUFFIX5 INVENTION_SUFFIX6 INVENTION_SUFFIX7 INVENTION_SUFFIX8 } + text_add = { INVENTION_SUFFIX_LONG1 INVENTION_SUFFIX_LONG2 INVENTION_SUFFIX_LONG3 INVENTION_SUFFIX_LONG4 } + } } generate_article = { - type = "INVENTION" - size = medium - name = "default" + type = "INVENTION" + size = medium + name = "default" - picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } - title_case = { text_add = { INVENTION_NEWS_TITLE_MEDIUM INVENTION_NEWS_TITLE_MEDIUM2 } } - description_case = { - text_add = { INVENTION_NEWS_MEDIUM INVENTION_NEWS_MEDIUM2} - text_add = { INVENTION_SUFFIX1 INVENTION_SUFFIX2 INVENTION_SUFFIX3 INVENTION_SUFFIX4 INVENTION_SUFFIX5 INVENTION_SUFFIX6 INVENTION_SUFFIX7 INVENTION_SUFFIX8 } - } + picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } + title_case = { text_add = { INVENTION_NEWS_TITLE_MEDIUM INVENTION_NEWS_TITLE_MEDIUM2 } } + description_case = { + text_add = { INVENTION_NEWS_MEDIUM INVENTION_NEWS_MEDIUM2} + text_add = { INVENTION_SUFFIX1 INVENTION_SUFFIX2 INVENTION_SUFFIX3 INVENTION_SUFFIX4 INVENTION_SUFFIX5 INVENTION_SUFFIX6 INVENTION_SUFFIX7 INVENTION_SUFFIX8 } + } } generate_article = { - type = "INVENTION" - size = small - name = "default" + type = "INVENTION" + size = small + name = "default" - title_case = { text_add = { INVENTION_NEWS_TITLE_SMALL INVENTION_NEWS_TITLE_SMALL2 } } - description_case = { - text_add = { INVENTION_NEWS_SMALL INVENTION_NEWS_SMALL2 } - } + title_case = { text_add = { INVENTION_NEWS_TITLE_SMALL INVENTION_NEWS_TITLE_SMALL2 } } + description_case = { + text_add = { INVENTION_NEWS_SMALL INVENTION_NEWS_SMALL2 } + } } diff --git a/HPM/news/news_layout.txt b/HPM/news/news_layout.txt index 340b988c..516b2321 100644 --- a/HPM/news/news_layout.txt +++ b/HPM/news/news_layout.txt @@ -2,1789 +2,1789 @@ #(if not specified on the list, default value is 1) article_tensions = { - PEACE_OFFER_ACCEPT = 100 - GAME_EVENT = 30 - PROVINCE_CHANGE_CONTROLLER = 5 - PROVINCE_CHANGE_OWNER = 10 - CONSTRUCTION_COMPLETE = 5 - RESEARCH_COMPLETE = 2 - BATTLE_OVER = 5 - INVENTION = 2 - REBEL_BREAK_COUNTRY = 100 - NEW_PARTY = 10 - WAR_DECLARED = 100 - CRISIS_STARTED = 50 - CRISIS_BACKER = 10 - CRISIS_SIDE_JOINED = 10 - CRISIS_RESOLVED = 50 - DECISION = 30 - - # The following are ignored, as those are built on pre-printing stage. - #GOODS_PRICE_CHANGE = 0 - #AI_AFRAID_OF = 0 - #AI_LIKES_VERY_MUCH = 0 + PEACE_OFFER_ACCEPT = 100 + GAME_EVENT = 30 + PROVINCE_CHANGE_CONTROLLER = 5 + PROVINCE_CHANGE_OWNER = 10 + CONSTRUCTION_COMPLETE = 5 + RESEARCH_COMPLETE = 2 + BATTLE_OVER = 5 + INVENTION = 2 + REBEL_BREAK_COUNTRY = 100 + NEW_PARTY = 10 + WAR_DECLARED = 100 + CRISIS_STARTED = 50 + CRISIS_BACKER = 10 + CRISIS_SIDE_JOINED = 10 + CRISIS_RESOLVED = 50 + DECISION = 30 + + # The following are ignored, as those are built on pre-printing stage. + #GOODS_PRICE_CHANGE = 0 + #AI_AFRAID_OF = 0 + #AI_LIKES_VERY_MUCH = 0 } # News paper styles... style = { - name = "default_style" - - # trigger that determines which newspaper style should use - trigger = - { - # player country scope trigger - called in moment of generating the newspaper - } - - # Base window name - gui_window = "news_window_default" - - # Big articles - article = - { - size = large - gui_window = "article_main" - } - - # Medium articles - article = - { - size = medium - gui_window = "article_medium_1" - } - article = - { - size = medium - gui_window = "article_medium_2" - } - - # Small articles - article = - { - size = small - gui_window = "article_small_1" - } - article = - { - size = small - gui_window = "article_small_2" - } - article = - { - size = small - gui_window = "article_small_3" - } - article = - { - size = small - gui_window = "article_small_4" - } - article = - { - size = small - gui_window = "article_small_5" - } - - article_limits = - { - PEACE_OFFER_ACCEPT = 1 - GAME_EVENT = 6 - PROVINCE_CHANGE_CONTROLLER = 1 - PROVINCE_CHANGE_OWNER = 1 - CONSTRUCTION_COMPLETE = 1 - RESEARCH_COMPLETE = 2 - BATTLE_OVER = 3 - INVENTION = 2 - REBEL_BREAK_COUNTRY = 2 - NEW_PARTY = 1 - WAR_DECLARED = 2 - CRISIS_STARTED = 1 - CRISIS_BACKER = 2 - CRISIS_SIDE_JOINED = 2 - CRISIS_RESOLVED = 1 - GOODS_PRICE_CHANGE = 1 - AI_AFRAID_OF = 1 - AI_LIKES_VERY_MUCH = 1 - DECISION = 2 - #FAKE = ? <- unused - } - - title_image = - { - # FRA ################### - case = { - trigger = { - or = { - and = { - is_culture_group = french - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = french - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = french - ruling_party_ideology = communist - } - } - } - } - picture = "news/FRA_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = french - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = french - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = french - ruling_party_ideology = fascist - } - } - } - } - picture = "news/FRA_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = french - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = french - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = french - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/FRA_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = french - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = french - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = french - } - } - } - } - picture = "news/FRA_default_newspaper_title.dds" - } - - # ENG ################### - case = { - trigger = { - or = { - and = { - is_culture_group = british - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = british - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = british - ruling_party_ideology = communist - } - } - } - } - picture = "news/GBR_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = british - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = british - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = british - ruling_party_ideology = fascist - } - } - } - } - picture = "news/GBR_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = british - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = british - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = british - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/GBR_reactionary_newspaper_title.dds" - } - - - case = { - trigger = { - or = { - and = { - is_culture_group = british - ruling_party_ideology = anarcho_liberal - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = british - ruling_party_ideology = anarcho_liberal - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = british - ruling_party_ideology = anarcho_liberal - } - } - } - } - picture = "news/GBR_anarchoLiberal_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = british - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = british - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = british - } - } - } - } - picture = "news/GBR_default_newspaper_title.dds" - } - - - - # ITA ################### - case = { - trigger = { - or = { - and = { - is_culture_group = italian - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = italian - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = italian - ruling_party_ideology = communist - } - } - } - } - picture = "news/ITA_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = italian - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = italian - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = italian - ruling_party_ideology = fascist - } - } - } - } - picture = "news/ITA_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = italian - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = italian - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = italian - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/ITA_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = italian - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = italian - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = italian - } - } - } - } - picture = "news/ITA_default_newspaper_title.dds" - } - - # Greeks ################### - case = { - trigger = { primary_culture = greek } - picture = "news/greek_newspaper_title.dds" - } - - # TUR ################### - case = { - trigger = { tag = TUR } - picture = "news/ottoman_newspaper_title.dds" - } - - # RUS ################### - case = { - trigger = { - or = { - and = { - is_culture_group = east_slavic - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = east_slavic - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = east_slavic - ruling_party_ideology = communist - } - } - } - } - picture = "news/RUS_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = east_slavic - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = east_slavic - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = east_slavic - ruling_party_ideology = fascist - } - } - } - } - picture = "news/RUS_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = east_slavic - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = east_slavic - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = east_slavic - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/RUS_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = east_slavic - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = east_slavic - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = east_slavic - } - } - } - } - picture = "news/RUS_default_newspaper_title.dds" - } - - # POR ################### - - case = { - trigger = { - or = { - and = { - tag = POR - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = POR - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = POR - ruling_party_ideology = communist - } - } - } - } - picture = "news/POR_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = POR - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = POR - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = POR - } - } - } - } - picture = "news/POR_default_newspaper_title.dds" - } - - # SPA ################### - case = { - trigger = { - or = { - and = { - is_culture_group = iberian - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = iberian - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = iberian - ruling_party_ideology = communist - } - } - } - } - picture = "news/SPA_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = iberian - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = iberian - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = iberian - ruling_party_ideology = fascist - } - } - } - } - picture = "news/SPA_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = iberian - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = iberian - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = iberian - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/SPA_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = iberian - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = iberian - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = iberian - } - } - } - } - picture = "news/SPA_default_newspaper_title.dds" - } - - # POL ################### - - case = { - trigger = { - or = { - and = { - is_culture_group = polish_culture_group - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = polish_culture_group - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = polish_culture_group - ruling_party_ideology = communist - } - } - } - } - picture = "news/POL_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = polish_culture_group - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = polish_culture_group - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = polish_culture_group - ruling_party_ideology = fascist - } - } - } - } - picture = "news/POL_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = polish_culture_group - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = polish_culture_group - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = polish_culture_group - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/POL_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = polish_culture_group - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = polish_culture_group - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = polish_culture_group - } - } - } - } - picture = "news/POL_default_newspaper_title.dds" - } - - # USA ################### - case = { - trigger = { - or = { - and = { - is_culture_group = american_cultures - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = american_cultures - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = american_cultures - ruling_party_ideology = fascist - } - } - } - } - picture = "news/USA_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = american_cultures - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = american_cultures - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = american_cultures - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/USA_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = american_cultures - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = american_cultures - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = american_cultures - } - } - } - } - picture = "news/USA_default_newspaper_title.dds" - } - - # BRZ ################### - - case = { - trigger = { - or = { - and = { - tag = BRZ - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = BRZ - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = BRZ - ruling_party_ideology = communist - } - } - } - } - picture = "news/BRZ_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = BRZ - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = BRZ - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = BRZ - ruling_party_ideology = fascist - } - } - } - } - picture = "news/BRZ_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = BRZ - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = BRZ - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = BRZ - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/BRZ_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = BRZ - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = BRZ - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = BRZ - } - } - } - } - picture = "news/BRZ_default_newspaper_title.dds" - } - - # Spanish Latin America ################### - - case = { - trigger = { - or = { - and = { - is_culture_group = latin_american_cultures - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = latin_american_cultures - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = latin_american_cultures - ruling_party_ideology = communist - } - } - } - } - picture = "news/latinamerica_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = latin_american_cultures - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = latin_american_cultures - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = latin_american_cultures - ruling_party_ideology = fascist - } - } - } - } - picture = "news/latinamerica_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = latin_american_cultures - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = latin_american_cultures - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = latin_american_cultures - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/latinamerica_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = latin_american_cultures - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = latin_american_cultures - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = latin_american_cultures - } - } - } - } - picture = "news/latinamerica_default_newspaper_title.dds" - } - - # JAP ################### - - case = { - trigger = { - or = { - and = { - is_culture_group = far_east_asian - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = far_east_asian - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = far_east_asian - ruling_party_ideology = communist - } - } - } - } - picture = "news/JAP_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = far_east_asian - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = far_east_asian - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = far_east_asian - ruling_party_ideology = fascist - } - } - } - } - picture = "news/JAP_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = far_east_asian - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = far_east_asian - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = far_east_asian - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/JAP_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = far_east_asian - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = far_east_asian - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = far_east_asian - } - } - } - } - picture = "news/JAP_default_newspaper_title.dds" - } - - # Arab ########################## - case = { - trigger = { - is_culture_group = arab - } - picture = "news/arabic_newspaper_title.dds" - } - - # PRU ################### - - case = { - trigger = { - or = { - and = { - tag = PRU - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = PRU - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = PRU - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/PRU_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = PRU - ruling_party_ideology = liberal - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = PRU - ruling_party_ideology = liberal - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = PRU - ruling_party_ideology = liberal - } - } - } - } - picture = "news/PRU_liberal_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - tag = PRU - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - tag = PRU - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - tag = PRU - } - } - } - } - picture = "news/PRU_default_newspaper_title.dds" - } - - # AUS and KUK ################### - case = { - trigger = { - or = { - and = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = communist - } - } - } - } - picture = "news/AUS_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = fascist - } - } - } - } - picture = "news/AUS_fascist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/AUS_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - OR = { - tag = AUS - tag = KUK - tag = DNB - } - } - } - } - } - picture = "news/AUS_default_newspaper_title.dds" - } - - # Germanic ################### - case = { - trigger = { - or = { - and = { - is_culture_group = germanic - ruling_party_ideology = reactionary - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = germanic - ruling_party_ideology = reactionary - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = germanic - ruling_party_ideology = reactionary - } - } - } - } - picture = "news/GER_reactionary_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = germanic - ruling_party_ideology = communist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = germanic - ruling_party_ideology = communist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = germanic - ruling_party_ideology = communist - } - } - } - } - picture = "news/GER_communist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - ruling_party_ideology = fascist - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - ruling_party_ideology = fascist - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - OR = { - primary_culture = north_german - primary_culture = south_german - } - ruling_party_ideology = fascist - } - } - } - } - picture = "news/GER_facist_newspaper_title.dds" - } - - case = { - trigger = { - or = { - and = { - is_culture_group = germanic - } - and = { - civilized = no - part_of_sphere = yes - - sphere_owner = { - is_culture_group = germanic - } - } - and = { - civilized = no - is_vassal = yes - - overlord = { - is_culture_group = germanic - } - } - } - } - picture = "news/GER_default_newspaper_title.dds" - } - - - # Ruling ideology generics ######## - case = { - trigger = { ruling_party_ideology = anarcho_liberal } - picture = "news/anarchoLiberal_newspaper_title.dds" - } - - case = { - trigger = { ruling_party_ideology = communist } - picture = "news/communist_newspaper_title.dds" - } - - case = { - trigger = { ruling_party_ideology = fascist } - picture = "news/facist_newspaper_title.dds" - } - - case = { - trigger = { ruling_party_ideology = reactionary } - picture = "news/reactionary_newspaper_title.dds" - } - - - # Fallback picture - case = { - picture = "news/generic_newspaper_title.dds" - } - } + name = "default_style" + + # trigger that determines which newspaper style should use + trigger = + { + # player country scope trigger - called in moment of generating the newspaper + } + + # Base window name + gui_window = "news_window_default" + + # Big articles + article = + { + size = large + gui_window = "article_main" + } + + # Medium articles + article = + { + size = medium + gui_window = "article_medium_1" + } + article = + { + size = medium + gui_window = "article_medium_2" + } + + # Small articles + article = + { + size = small + gui_window = "article_small_1" + } + article = + { + size = small + gui_window = "article_small_2" + } + article = + { + size = small + gui_window = "article_small_3" + } + article = + { + size = small + gui_window = "article_small_4" + } + article = + { + size = small + gui_window = "article_small_5" + } + + article_limits = + { + PEACE_OFFER_ACCEPT = 1 + GAME_EVENT = 6 + PROVINCE_CHANGE_CONTROLLER = 1 + PROVINCE_CHANGE_OWNER = 1 + CONSTRUCTION_COMPLETE = 1 + RESEARCH_COMPLETE = 2 + BATTLE_OVER = 3 + INVENTION = 2 + REBEL_BREAK_COUNTRY = 2 + NEW_PARTY = 1 + WAR_DECLARED = 2 + CRISIS_STARTED = 1 + CRISIS_BACKER = 2 + CRISIS_SIDE_JOINED = 2 + CRISIS_RESOLVED = 1 + GOODS_PRICE_CHANGE = 1 + AI_AFRAID_OF = 1 + AI_LIKES_VERY_MUCH = 1 + DECISION = 2 + #FAKE = ? <- unused + } + + title_image = + { + # FRA ################### + case = { + trigger = { + or = { + and = { + is_culture_group = french + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = french + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = french + ruling_party_ideology = communist + } + } + } + } + picture = "news/FRA_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = french + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = french + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = french + ruling_party_ideology = fascist + } + } + } + } + picture = "news/FRA_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = french + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = french + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = french + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/FRA_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = french + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = french + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = french + } + } + } + } + picture = "news/FRA_default_newspaper_title.dds" + } + + # ENG ################### + case = { + trigger = { + or = { + and = { + is_culture_group = british + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = british + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = british + ruling_party_ideology = communist + } + } + } + } + picture = "news/GBR_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = british + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = british + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = british + ruling_party_ideology = fascist + } + } + } + } + picture = "news/GBR_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = british + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = british + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = british + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/GBR_reactionary_newspaper_title.dds" + } + + + case = { + trigger = { + or = { + and = { + is_culture_group = british + ruling_party_ideology = anarcho_liberal + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = british + ruling_party_ideology = anarcho_liberal + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = british + ruling_party_ideology = anarcho_liberal + } + } + } + } + picture = "news/GBR_anarchoLiberal_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = british + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = british + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = british + } + } + } + } + picture = "news/GBR_default_newspaper_title.dds" + } + + + + # ITA ################### + case = { + trigger = { + or = { + and = { + is_culture_group = italian + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = italian + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = italian + ruling_party_ideology = communist + } + } + } + } + picture = "news/ITA_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = italian + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = italian + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = italian + ruling_party_ideology = fascist + } + } + } + } + picture = "news/ITA_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = italian + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = italian + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = italian + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/ITA_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = italian + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = italian + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = italian + } + } + } + } + picture = "news/ITA_default_newspaper_title.dds" + } + + # Greeks ################### + case = { + trigger = { primary_culture = greek } + picture = "news/greek_newspaper_title.dds" + } + + # TUR ################### + case = { + trigger = { tag = TUR } + picture = "news/ottoman_newspaper_title.dds" + } + + # RUS ################### + case = { + trigger = { + or = { + and = { + is_culture_group = east_slavic + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = east_slavic + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = east_slavic + ruling_party_ideology = communist + } + } + } + } + picture = "news/RUS_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = east_slavic + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = east_slavic + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = east_slavic + ruling_party_ideology = fascist + } + } + } + } + picture = "news/RUS_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = east_slavic + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = east_slavic + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = east_slavic + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/RUS_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = east_slavic + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = east_slavic + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = east_slavic + } + } + } + } + picture = "news/RUS_default_newspaper_title.dds" + } + + # POR ################### + + case = { + trigger = { + or = { + and = { + tag = POR + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = POR + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = POR + ruling_party_ideology = communist + } + } + } + } + picture = "news/POR_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = POR + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = POR + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = POR + } + } + } + } + picture = "news/POR_default_newspaper_title.dds" + } + + # SPA ################### + case = { + trigger = { + or = { + and = { + is_culture_group = iberian + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = iberian + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = iberian + ruling_party_ideology = communist + } + } + } + } + picture = "news/SPA_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = iberian + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = iberian + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = iberian + ruling_party_ideology = fascist + } + } + } + } + picture = "news/SPA_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = iberian + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = iberian + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = iberian + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/SPA_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = iberian + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = iberian + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = iberian + } + } + } + } + picture = "news/SPA_default_newspaper_title.dds" + } + + # POL ################### + + case = { + trigger = { + or = { + and = { + is_culture_group = polish_culture_group + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = polish_culture_group + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = polish_culture_group + ruling_party_ideology = communist + } + } + } + } + picture = "news/POL_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = polish_culture_group + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = polish_culture_group + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = polish_culture_group + ruling_party_ideology = fascist + } + } + } + } + picture = "news/POL_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = polish_culture_group + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = polish_culture_group + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = polish_culture_group + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/POL_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = polish_culture_group + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = polish_culture_group + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = polish_culture_group + } + } + } + } + picture = "news/POL_default_newspaper_title.dds" + } + + # USA ################### + case = { + trigger = { + or = { + and = { + is_culture_group = american_cultures + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = american_cultures + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = american_cultures + ruling_party_ideology = fascist + } + } + } + } + picture = "news/USA_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = american_cultures + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = american_cultures + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = american_cultures + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/USA_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = american_cultures + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = american_cultures + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = american_cultures + } + } + } + } + picture = "news/USA_default_newspaper_title.dds" + } + + # BRZ ################### + + case = { + trigger = { + or = { + and = { + tag = BRZ + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = BRZ + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = BRZ + ruling_party_ideology = communist + } + } + } + } + picture = "news/BRZ_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = BRZ + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = BRZ + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = BRZ + ruling_party_ideology = fascist + } + } + } + } + picture = "news/BRZ_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = BRZ + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = BRZ + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = BRZ + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/BRZ_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = BRZ + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = BRZ + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = BRZ + } + } + } + } + picture = "news/BRZ_default_newspaper_title.dds" + } + + # Spanish Latin America ################### + + case = { + trigger = { + or = { + and = { + is_culture_group = latin_american_cultures + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = latin_american_cultures + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = latin_american_cultures + ruling_party_ideology = communist + } + } + } + } + picture = "news/latinamerica_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = latin_american_cultures + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = latin_american_cultures + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = latin_american_cultures + ruling_party_ideology = fascist + } + } + } + } + picture = "news/latinamerica_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = latin_american_cultures + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = latin_american_cultures + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = latin_american_cultures + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/latinamerica_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = latin_american_cultures + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = latin_american_cultures + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = latin_american_cultures + } + } + } + } + picture = "news/latinamerica_default_newspaper_title.dds" + } + + # JAP ################### + + case = { + trigger = { + or = { + and = { + is_culture_group = far_east_asian + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = far_east_asian + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = far_east_asian + ruling_party_ideology = communist + } + } + } + } + picture = "news/JAP_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = far_east_asian + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = far_east_asian + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = far_east_asian + ruling_party_ideology = fascist + } + } + } + } + picture = "news/JAP_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = far_east_asian + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = far_east_asian + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = far_east_asian + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/JAP_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = far_east_asian + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = far_east_asian + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = far_east_asian + } + } + } + } + picture = "news/JAP_default_newspaper_title.dds" + } + + # Arab ########################## + case = { + trigger = { + is_culture_group = arab + } + picture = "news/arabic_newspaper_title.dds" + } + + # PRU ################### + + case = { + trigger = { + or = { + and = { + tag = PRU + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = PRU + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = PRU + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/PRU_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = PRU + ruling_party_ideology = liberal + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = PRU + ruling_party_ideology = liberal + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = PRU + ruling_party_ideology = liberal + } + } + } + } + picture = "news/PRU_liberal_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + tag = PRU + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + tag = PRU + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + tag = PRU + } + } + } + } + picture = "news/PRU_default_newspaper_title.dds" + } + + # AUS and KUK ################### + case = { + trigger = { + or = { + and = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = communist + } + } + } + } + picture = "news/AUS_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = fascist + } + } + } + } + picture = "news/AUS_fascist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/AUS_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + OR = { + tag = AUS + tag = KUK + tag = DNB + } + } + } + } + } + picture = "news/AUS_default_newspaper_title.dds" + } + + # Germanic ################### + case = { + trigger = { + or = { + and = { + is_culture_group = germanic + ruling_party_ideology = reactionary + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = germanic + ruling_party_ideology = reactionary + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = germanic + ruling_party_ideology = reactionary + } + } + } + } + picture = "news/GER_reactionary_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = germanic + ruling_party_ideology = communist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = germanic + ruling_party_ideology = communist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = germanic + ruling_party_ideology = communist + } + } + } + } + picture = "news/GER_communist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + ruling_party_ideology = fascist + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + ruling_party_ideology = fascist + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + OR = { + primary_culture = north_german + primary_culture = south_german + } + ruling_party_ideology = fascist + } + } + } + } + picture = "news/GER_facist_newspaper_title.dds" + } + + case = { + trigger = { + or = { + and = { + is_culture_group = germanic + } + and = { + civilized = no + part_of_sphere = yes + + sphere_owner = { + is_culture_group = germanic + } + } + and = { + civilized = no + is_vassal = yes + + overlord = { + is_culture_group = germanic + } + } + } + } + picture = "news/GER_default_newspaper_title.dds" + } + + + # Ruling ideology generics ######## + case = { + trigger = { ruling_party_ideology = anarcho_liberal } + picture = "news/anarchoLiberal_newspaper_title.dds" + } + + case = { + trigger = { ruling_party_ideology = communist } + picture = "news/communist_newspaper_title.dds" + } + + case = { + trigger = { ruling_party_ideology = fascist } + picture = "news/facist_newspaper_title.dds" + } + + case = { + trigger = { ruling_party_ideology = reactionary } + picture = "news/reactionary_newspaper_title.dds" + } + + + # Fallback picture + case = { + picture = "news/generic_newspaper_title.dds" + } + } } diff --git a/HPM/news/news_new_gp.txt b/HPM/news/news_new_gp.txt index a3bb3aff..4bf62047 100644 --- a/HPM/news/news_new_gp.txt +++ b/HPM/news/news_new_gp.txt @@ -1,83 +1,82 @@ pattern = { - name = "NewGp" + name = "NewGp" - generator_selector = - { - type = "NEW_GP" - name = "%1%" - @2@ - } - news_priority = - { - type = "NEW_GP" - name = "%1%" - case = { priority_add = 50 } - } - generate_article = - { - type = "NEW_GP" - size = large - name = "%1%" - picture_case = - { - picture = "news/peace_01_news_image.dds" picture = "news/peace_02_news_image.dds" picture = "news/peace_03_news_image.dds" picture = "news/peace_04_news_image.dds" picture = "news/peace_05_news_image.dds" picture = "news/peace_06_news_image.dds" - } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @4@ } } - } - generate_article = - { - type = "NEW_GP" - size = medium - name = "%1%" - picture_case = - { - picture = "news/peace_01_news_image.dds" picture = "news/peace_02_news_image.dds" picture = "news/peace_03_news_image.dds" picture = "news/peace_04_news_image.dds" picture = "news/peace_05_news_image.dds" picture = "news/peace_06_news_image.dds" - } - title_case = { text_add = { @3@ } } - description_case = { text_add = { @5@ } } - } - generate_article = - { - type = "NEW_GP" - size = small - name = "%1%" - title_case = { text_add = { @3@ } } - description_case = { text_add = { @6@ } } - } + generator_selector = + { + type = "NEW_GP" + name = "%1%" + @2@ + } + news_priority = + { + type = "NEW_GP" + name = "%1%" + case = { priority_add = 50 } + } + generate_article = + { + type = "NEW_GP" + size = large + name = "%1%" + picture_case = + { + picture = "news/peace_01_news_image.dds" picture = "news/peace_02_news_image.dds" picture = "news/peace_03_news_image.dds" picture = "news/peace_04_news_image.dds" picture = "news/peace_05_news_image.dds" picture = "news/peace_06_news_image.dds" + } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @4@ } } + } + generate_article = + { + type = "NEW_GP" + size = medium + name = "%1%" + picture_case = + { + picture = "news/peace_01_news_image.dds" picture = "news/peace_02_news_image.dds" picture = "news/peace_03_news_image.dds" picture = "news/peace_04_news_image.dds" picture = "news/peace_05_news_image.dds" picture = "news/peace_06_news_image.dds" + } + title_case = { text_add = { @3@ } } + description_case = { text_add = { @5@ } } + } + generate_article = + { + type = "NEW_GP" + size = small + name = "%1%" + title_case = { text_add = { @3@ } } + description_case = { text_add = { @6@ } } + } } # Default message "$TAG_0_1$ has become a great power, and took place of $TAG_0_0$." -NewGp = +NewGp = { - "default" - "case = { value = 10 }" - "OTHER_NEW_GP_TITLE1" - "OTHER_NEW_GP_DESC_LONG1 OTHER_NEW_GP_DESC_LONG2" - "OTHER_NEW_GP_DESC_MEDIUM1 OTHER_NEW_GP_DESC_MEDIUM2" - "OTHER_NEW_GP_DESC_SHORT1 OTHER_NEW_GP_DESC_SHORT2" + "default" + "case = { value = 10 }" + "OTHER_NEW_GP_TITLE1" + "OTHER_NEW_GP_DESC_LONG1 OTHER_NEW_GP_DESC_LONG2" + "OTHER_NEW_GP_DESC_MEDIUM1 OTHER_NEW_GP_DESC_MEDIUM2" + "OTHER_NEW_GP_DESC_SHORT1 OTHER_NEW_GP_DESC_SHORT2" } # Player has become great power "We have become a great power! We took place of $TAG_0_0$." -NewGp = +NewGp = { - "player_is_gp" - "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 200 }" - "WE_BECOME_GP_TITLE1" - "WE_BECOME_GP_DESC_LONG1" - "WE_BECOME_GP_DESC_MEDIUM1" - "WE_BECOME_GP_DESC_SHORT1" + "player_is_gp" + "case = { trigger = { tags_eq = { 0 1 PLAYER } } value = 200 }" + "WE_BECOME_GP_TITLE1" + "WE_BECOME_GP_DESC_LONG1" + "WE_BECOME_GP_DESC_MEDIUM1" + "WE_BECOME_GP_DESC_SHORT1" } # Player has lost great power "We have lost a great power status! $TAG_0_1$ took our place." -NewGp = +NewGp = { - "player_loss_gp" - "case = { trigger = { tags_eq = { 0 0 PLAYER } } value = 200 }" - "WE_LOSE_GP_TITLE1" - "WE_LOSE_GP_DESC_LONG1" - "WE_LOSE_GP_DESC_MEDIUM1" - "WE_LOSE_GP_DESC_SHORT1" + "player_loss_gp" + "case = { trigger = { tags_eq = { 0 0 PLAYER } } value = 200 }" + "WE_LOSE_GP_TITLE1" + "WE_LOSE_GP_DESC_LONG1" + "WE_LOSE_GP_DESC_MEDIUM1" + "WE_LOSE_GP_DESC_SHORT1" } - diff --git a/HPM/news/news_new_party.txt b/HPM/news/news_new_party.txt index 0e68ae87..7897a588 100644 --- a/HPM/news/news_new_party.txt +++ b/HPM/news/news_new_party.txt @@ -1,66 +1,66 @@ generator_selector = { - type = "NEW_PARTY" - name = "default" - case = { value = 10 } + type = "NEW_PARTY" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "NEW_PARTY" - name = "default" - case = { priority_add = 0 } - case = { - trigger = { - tags_eq = { 0 0 PLAYER } - } - priority_add = 50 - } - #case = - #{ - # trigger = - # { - # # More interesting if new party ideology is fascist - # strings_eq = { 0 3 "fascist" } - # } - # priority_add = 100 - #} + type = "NEW_PARTY" + name = "default" + case = { priority_add = 0 } + case = { + trigger = { + tags_eq = { 0 0 PLAYER } + } + priority_add = 50 + } + #case = + #{ + # trigger = + # { + # # More interesting if new party ideology is fascist + # strings_eq = { 0 3 "fascist" } + # } + # priority_add = 100 + #} } generate_article = { - type = "NEW_PARTY" - size = large - name = "default" + type = "NEW_PARTY" + size = large + name = "default" - picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } - title_case = { text_add = { PARTY_NEWS_TITLE_LARGE } } - description_case = - { - text_add = { PARTY_NEWS_LARGE } - } + picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } + title_case = { text_add = { PARTY_NEWS_TITLE_LARGE } } + description_case = + { + text_add = { PARTY_NEWS_LARGE } + } } generate_article = { - type = "NEW_PARTY" - size = medium - name = "default" + type = "NEW_PARTY" + size = medium + name = "default" - picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } - title_case = { text_add = { PARTY_NEWS_TITLE_MEDIUM } } - description_case = - { - text_add = { PARTY_NEWS_MEDIUM } - } + picture_case = { picture = "news/political_party_01_news_image.dds" picture = "news/political_party_02_news_image.dds" picture = "news/political_party_03_news_image.dds" picture = "news/political_party_04_news_image.dds" picture = "news/political_party_05_news_image.dds" picture = "news/political_party_06_news_image.dds" picture = "news/political_party_07_news_image.dds" picture = "news/political_party_08_news_image.dds" picture = "news/political_party_09_news_image.dds" picture = "news/political_party_10_news_image.dds" picture = "news/political_party_11_news_image.dds" picture = "news/political_party_11_news_image.dds" } + title_case = { text_add = { PARTY_NEWS_TITLE_MEDIUM } } + description_case = + { + text_add = { PARTY_NEWS_MEDIUM } + } } generate_article = { - type = "NEW_PARTY" - size = small - name = "default" + type = "NEW_PARTY" + size = small + name = "default" - title_case = { text_add = { PARTY_NEWS_TITLE_SMALL } } - description_case = { text_add = { PARTY_NEWS_SMALL } } + title_case = { text_add = { PARTY_NEWS_TITLE_SMALL } } + description_case = { text_add = { PARTY_NEWS_SMALL } } } diff --git a/HPM/news/news_peace_offer_accept_default.txt b/HPM/news/news_peace_offer_accept_default.txt index 87c9b534..cf412a4c 100644 --- a/HPM/news/news_peace_offer_accept_default.txt +++ b/HPM/news/news_peace_offer_accept_default.txt @@ -1,127 +1,127 @@ generator_selector = { - type = "PEACE_OFFER_ACCEPT" - name = "gwar_we_win" # great war the player wins - case = { value = 0 } - case = - { - trigger = - { - tags_contains = { 2 PLAYER } # player is involved - values_eq = { 0 0 1 } # great war - values_eq = { 0 2 1 } # war is over - values_greater = { 0 3 0 } # If it is not white peace (there is no winner) (if CBs count > 0 ) - values_eq = { 0 1 1 } # We demanded a CB, that is, we won - } - value = 110 - } -} - -news_priority = + type = "PEACE_OFFER_ACCEPT" + name = "gwar_we_win" # great war the player wins + case = { value = 0 } + case = + { + trigger = + { + tags_contains = { 2 PLAYER } # player is involved + values_eq = { 0 0 1 } # great war + values_eq = { 0 2 1 } # war is over + values_greater = { 0 3 0 } # If it is not white peace (there is no winner) (if CBs count > 0 ) + values_eq = { 0 1 1 } # We demanded a CB, that is, we won + } + value = 110 + } +} + +news_priority = { - type = "PEACE_OFFER_ACCEPT" - name = "gwar_we_win" - - # Default priority - case = { priority_add = 25 } - - # Higher if was many countries on each side - case = - { - trigger = - { - OR = - { - # at least 3 countries on any side - length_greater = { tags 0 2 } - length_greater = { tags 1 2 } - } - } - priority_add = 25 - } + type = "PEACE_OFFER_ACCEPT" + name = "gwar_we_win" + + # Default priority + case = { priority_add = 25 } + + # Higher if was many countries on each side + case = + { + trigger = + { + OR = + { + # at least 3 countries on any side + length_greater = { tags 0 2 } + length_greater = { tags 1 2 } + } + } + priority_add = 25 + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = large - name = "gwar_we_win" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { gwar_we_win_large_title } - } - description_case = - { - text_add = { gwar_we_win_large_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = large + name = "gwar_we_win" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { gwar_we_win_large_title } + } + description_case = + { + text_add = { gwar_we_win_large_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = medium - name = "gwar_we_win" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { gwar_we_win_medium_title } - } - description_case = - { - text_add = { gwar_we_win_medium_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = medium + name = "gwar_we_win" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { gwar_we_win_medium_title } + } + description_case = + { + text_add = { gwar_we_win_medium_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = small - name = "gwar_we_win" - - title_case = - { - text_add = { gwar_we_win_small_title } - } - description_case = - { - text_add = { gwar_we_win_small_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = small + name = "gwar_we_win" + + title_case = + { + text_add = { gwar_we_win_small_title } + } + description_case = + { + text_add = { gwar_we_win_small_desc } + } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. #on_printing = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "gwar_we_win" -# effect = -# { -# clear_news_scopes = -# { -# type = "WAR_DECLARED" -# # Compare by war name -# limit = { strings_match = { 0 2 0 0 } } -# } -# } +# type = "PEACE_OFFER_ACCEPT" +# name = "gwar_we_win" +# effect = +# { +# clear_news_scopes = +# { +# type = "WAR_DECLARED" +# # Compare by war name +# limit = { strings_match = { 0 2 0 0 } } +# } +# } #} # - Moved to on_collection.txt as these articles are only about player involved @@ -129,128 +129,128 @@ generate_article = generator_selector = { - type = "PEACE_OFFER_ACCEPT" - name = "gwar_we_lose" # great war the player loses - case = { value = 0 } - case = - { - trigger = - { - tags_contains = { 3 PLAYER } # player is involved - values_eq = { 0 0 1 } # great war - values_eq = { 0 2 1 } # war is over - values_greater = { 0 3 0 } # If it is not the white peace (there is no winner) (if CBs count > 0 ) - values_eq = { 0 1 0 } # our side gave up CB - } - value = 20 - } -} - -news_priority = + type = "PEACE_OFFER_ACCEPT" + name = "gwar_we_lose" # great war the player loses + case = { value = 0 } + case = + { + trigger = + { + tags_contains = { 3 PLAYER } # player is involved + values_eq = { 0 0 1 } # great war + values_eq = { 0 2 1 } # war is over + values_greater = { 0 3 0 } # If it is not the white peace (there is no winner) (if CBs count > 0 ) + values_eq = { 0 1 0 } # our side gave up CB + } + value = 20 + } +} + +news_priority = { - type = "PEACE_OFFER_ACCEPT" - name = "gwar_we_lose" - - # Default priority - case = { priority_add = 25 } - - # Higher if was many countries on each side - case = - { - trigger = - { - OR = - { - # at least 3 countries on any side - length_greater = { tags 0 2 } - length_greater = { tags 1 2 } - } - } - priority_add = 25 - } + type = "PEACE_OFFER_ACCEPT" + name = "gwar_we_lose" + + # Default priority + case = { priority_add = 25 } + + # Higher if was many countries on each side + case = + { + trigger = + { + OR = + { + # at least 3 countries on any side + length_greater = { tags 0 2 } + length_greater = { tags 1 2 } + } + } + priority_add = 25 + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = large - name = "gwar_we_lose" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { gwar_we_lose_large_title } - } - description_case = - { - text_add = { gwar_we_lose_large_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = large + name = "gwar_we_lose" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { gwar_we_lose_large_title } + } + description_case = + { + text_add = { gwar_we_lose_large_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = medium - name = "gwar_we_lose" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { gwar_we_lose_medium_title } - } - description_case = - { - text_add = { gwar_we_lose_medium_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = medium + name = "gwar_we_lose" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { gwar_we_lose_medium_title } + } + description_case = + { + text_add = { gwar_we_lose_medium_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = small - name = "gwar_we_lose" - - title_case = - { - text_add = { gwar_we_lose_small_title } - } - description_case = - { - text_add = { gwar_we_lose_small_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = small + name = "gwar_we_lose" + + title_case = + { + text_add = { gwar_we_lose_small_title } + } + description_case = + { + text_add = { gwar_we_lose_small_desc } + } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. #on_printing = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "gwar_we_lose" -# effect = -# { -# clear_news_scopes = -# { -# type = "WAR_DECLARED" -# # Compare by war name -# limit = { strings_match = { 0 2 0 0 } } -# } -# } +# type = "PEACE_OFFER_ACCEPT" +# name = "gwar_we_lose" +# effect = +# { +# clear_news_scopes = +# { +# type = "WAR_DECLARED" +# # Compare by war name +# limit = { strings_match = { 0 2 0 0 } } +# } +# } #} # - Moved to on_collection.txt as these articles are only about player involved @@ -258,128 +258,128 @@ generate_article = generator_selector = { - type = "PEACE_OFFER_ACCEPT" - name = "war_we_win" # non-great war the player wins - case = { value = 0 } - case = - { - trigger = - { - tags_contains = { 2 PLAYER} # player is involved - values_eq = { 0 0 0 } # not great war - values_eq = { 0 2 1 } # war is over - values_greater = { 0 3 0 } # If it is not white peace (there is no winner) (if CBs count > 0 ) - values_eq = { 0 1 1 } # We demanded a CB, that is, we won - } - value = 20 - } -} - -news_priority = + type = "PEACE_OFFER_ACCEPT" + name = "war_we_win" # non-great war the player wins + case = { value = 0 } + case = + { + trigger = + { + tags_contains = { 2 PLAYER} # player is involved + values_eq = { 0 0 0 } # not great war + values_eq = { 0 2 1 } # war is over + values_greater = { 0 3 0 } # If it is not white peace (there is no winner) (if CBs count > 0 ) + values_eq = { 0 1 1 } # We demanded a CB, that is, we won + } + value = 20 + } +} + +news_priority = { - type = "PEACE_OFFER_ACCEPT" - name = "war_we_win" - - # Default priority - case = { priority_add = 25 } - - # Higher if was many countries on each side - case = - { - trigger = - { - OR = - { - # at least 3 countries on any side - length_greater = { tags 0 2 } - length_greater = { tags 1 2 } - } - } - priority_add = 25 - } + type = "PEACE_OFFER_ACCEPT" + name = "war_we_win" + + # Default priority + case = { priority_add = 25 } + + # Higher if was many countries on each side + case = + { + trigger = + { + OR = + { + # at least 3 countries on any side + length_greater = { tags 0 2 } + length_greater = { tags 1 2 } + } + } + priority_add = 25 + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = large - name = "war_we_win" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { war_we_win_large_title } - } - description_case = - { - text_add = { gwar_we_win_large_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = large + name = "war_we_win" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { war_we_win_large_title } + } + description_case = + { + text_add = { gwar_we_win_large_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = medium - name = "war_we_win" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { war_we_win_medium_title } - } - description_case = - { - text_add = { war_we_win_medium_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = medium + name = "war_we_win" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { war_we_win_medium_title } + } + description_case = + { + text_add = { war_we_win_medium_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = small - name = "war_we_win" - - title_case = - { - text_add = { war_we_win_small_title } - } - description_case = - { - text_add = { war_we_win_small_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = small + name = "war_we_win" + + title_case = + { + text_add = { war_we_win_small_title } + } + description_case = + { + text_add = { war_we_win_small_desc } + } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. #on_printing = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "war_we_win" -# effect = -# { -# clear_news_scopes = -# { -# type = "WAR_DECLARED" -# # Compare by war name -# limit = { strings_match = { 0 2 0 0 } } -# } -# } +# type = "PEACE_OFFER_ACCEPT" +# name = "war_we_win" +# effect = +# { +# clear_news_scopes = +# { +# type = "WAR_DECLARED" +# # Compare by war name +# limit = { strings_match = { 0 2 0 0 } } +# } +# } #} # - Moved to on_collection.txt as these articles are only about player involved @@ -387,127 +387,127 @@ generate_article = generator_selector = { - type = "PEACE_OFFER_ACCEPT" - name = "war_we_lose" # war the player loses - case = { value = 0 } - case = - { - trigger = - { - tags_contains = { 3 PLAYER } # player is involved - values_eq = { 0 0 0 } # not great war - values_eq = { 0 2 1 } # war is over - values_greater = { 0 3 0 } # If it is not the white peace (there is no winner) (if CBs count > 0 ) - values_eq = { 0 1 0 } # We lose - } - value = 20 - } -} - -news_priority = + type = "PEACE_OFFER_ACCEPT" + name = "war_we_lose" # war the player loses + case = { value = 0 } + case = + { + trigger = + { + tags_contains = { 3 PLAYER } # player is involved + values_eq = { 0 0 0 } # not great war + values_eq = { 0 2 1 } # war is over + values_greater = { 0 3 0 } # If it is not the white peace (there is no winner) (if CBs count > 0 ) + values_eq = { 0 1 0 } # We lose + } + value = 20 + } +} + +news_priority = { - type = "PEACE_OFFER_ACCEPT" - name = "war_we_lose" - - # Default priority - case = { priority_add = 25 } - - # Higher if was many countries on each side - case = - { - trigger = - { - OR = - { - # at least 3 countries on any side - length_greater = { tags 0 2 } - length_greater = { tags 1 2 } - } - } - priority_add = 25 - } + type = "PEACE_OFFER_ACCEPT" + name = "war_we_lose" + + # Default priority + case = { priority_add = 25 } + + # Higher if was many countries on each side + case = + { + trigger = + { + OR = + { + # at least 3 countries on any side + length_greater = { tags 0 2 } + length_greater = { tags 1 2 } + } + } + priority_add = 25 + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = large - name = "war_we_lose" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { war_we_lose_large_title } - } - description_case = - { - text_add = { war_we_lose_large_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = large + name = "war_we_lose" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { war_we_lose_large_title } + } + description_case = + { + text_add = { war_we_lose_large_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = medium - name = "war_we_lose" - - picture_case = - { - picture = "news/peace_01_news_image.dds" - picture = "news/peace_02_news_image.dds" - picture = "news/peace_03_news_image.dds" - picture = "news/peace_04_news_image.dds" - picture = "news/peace_05_news_image.dds" - picture = "news/peace_06_news_image.dds" - } - title_case = - { - text_add = { war_we_lose_medium_title } - } - description_case = - { - text_add = { war_we_lose_medium_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = medium + name = "war_we_lose" + + picture_case = + { + picture = "news/peace_01_news_image.dds" + picture = "news/peace_02_news_image.dds" + picture = "news/peace_03_news_image.dds" + picture = "news/peace_04_news_image.dds" + picture = "news/peace_05_news_image.dds" + picture = "news/peace_06_news_image.dds" + } + title_case = + { + text_add = { war_we_lose_medium_title } + } + description_case = + { + text_add = { war_we_lose_medium_desc } + } } generate_article = { - type = "PEACE_OFFER_ACCEPT" - size = small - name = "war_we_lose" - - title_case = - { - text_add = { war_we_lose_small_title } - } - description_case = - { - text_add = { war_we_lose_small_desc } - } + type = "PEACE_OFFER_ACCEPT" + size = small + name = "war_we_lose" + + title_case = + { + text_add = { war_we_lose_small_title } + } + description_case = + { + text_add = { war_we_lose_small_desc } + } } -# Clear all collected scopes of other types, that +# Clear all collected scopes of other types, that # makes no sense to be printed once current text is printed. #on_printing = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "war_we_lose" -# effect = -# { -# clear_news_scopes = -# { -# type = "WAR_DECLARED" -# # Compare by war name -# limit = { strings_match = { 0 2 0 0 } } -# } -# } +# type = "PEACE_OFFER_ACCEPT" +# name = "war_we_lose" +# effect = +# { +# clear_news_scopes = +# { +# type = "WAR_DECLARED" +# # Compare by war name +# limit = { strings_match = { 0 2 0 0 } } +# } +# } #} # - Moved to on_collection.txt as these articles are only about player involved diff --git a/HPM/news/news_peace_offer_accept_historicals.txt b/HPM/news/news_peace_offer_accept_historicals.txt index 1c6b7b9d..385bc1e2 100644 --- a/HPM/news/news_peace_offer_accept_historicals.txt +++ b/HPM/news/news_peace_offer_accept_historicals.txt @@ -1,94 +1,93 @@ #generator_selector = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "some_historical" -# case = -# { -# trigger = -# { -# # It was a great war -# values_eq = { 0 0 1 } +# type = "PEACE_OFFER_ACCEPT" +# name = "some_historical" +# case = +# { +# trigger = +# { +# # It was a great war +# values_eq = { 0 0 1 } # -# # The war is over -# values_eq = { 0 2 1 } -# } -# value = 10 -# } -# case = -# { -# trigger = -# { -# # Begun sometime between those dates -# date_greater = { 0 1836.3.10 } -# NOT = { date_greater = { 0 1837.12.5 } } +# # The war is over +# values_eq = { 0 2 1 } +# } +# value = 10 +# } +# case = +# { +# trigger = +# { +# # Begun sometime between those dates +# date_greater = { 0 1836.3.10 } +# NOT = { date_greater = { 0 1837.12.5 } } # -# # And ended sometime between those dates -# date_greater = { 1 1838.12.1 } -# NOT = { date_greater = { 1 1839.12.1 } } +# # And ended sometime between those dates +# date_greater = { 1 1838.12.1 } +# NOT = { date_greater = { 1 1839.12.1 } } # -# # The following countries was participating (ENG+PRU vs GER) -# OR = -# { -# AND = -# { -# tags_contains = { 0 ENG } -# tags_contains = { 0 PRU } -# tags_contains = { 1 GER } -# } -# AND = -# { -# tags_contains = { 1 ENG } -# tags_contains = { 1 PRU } -# tags_contains = { 0 GER } -# } -# } +# # The following countries was participating (ENG+PRU vs GER) +# OR = +# { +# AND = +# { +# tags_contains = { 0 ENG } +# tags_contains = { 0 PRU } +# tags_contains = { 1 GER } +# } +# AND = +# { +# tags_contains = { 1 ENG } +# tags_contains = { 1 PRU } +# tags_contains = { 0 GER } +# } +# } # -# OR = -# { -# # If anyone acquired territory from PRU -# AND = -# { -# strings_contains = { 1 "acquire_state" } -# strings_contains = { 3 PRU } -# } -# # Or someone failed acquiring territory from GER -# AND = -# { -# strings_contains = { 5 "acquire_state" } -# strings_contains = { 7 GER } -# } -# } -# } -# value = 20 -# } +# OR = +# { +# # If anyone acquired territory from PRU +# AND = +# { +# strings_contains = { 1 "acquire_state" } +# strings_contains = { 3 PRU } +# } +# # Or someone failed acquiring territory from GER +# AND = +# { +# strings_contains = { 5 "acquire_state" } +# strings_contains = { 7 GER } +# } +# } +# } +# value = 20 +# } # -# # The higher total value determines which generator will be used. -# # In this example if all triggers in cases are true, the total value is 15. +# # The higher total value determines which generator will be used. +# # In this example if all triggers in cases are true, the total value is 15. #} # -#news_priority = +#news_priority = #{ -# type = "PEACE_OFFER_ACCEPT" -# name = "some_historical" +# type = "PEACE_OFFER_ACCEPT" +# name = "some_historical" # -# # Default priority -# case = -# { -# priority_add = 50 -# } -# # Higher if player was participating -# case = -# { -# trigger = -# { -# OR = -# { -# tags_contains = { 0 PLAYER } -# tags_contains = { 1 PLAYER } -# } -# } -# priority_add = 50 -# } +# # Default priority +# case = +# { +# priority_add = 50 +# } +# # Higher if player was participating +# case = +# { +# trigger = +# { +# OR = +# { +# tags_contains = { 0 PLAYER } +# tags_contains = { 1 PLAYER } +# } +# } +# priority_add = 50 +# } #} #================================== - diff --git a/HPM/news/news_prov_controller.txt b/HPM/news/news_prov_controller.txt index 2f523a16..8f454491 100644 --- a/HPM/news/news_prov_controller.txt +++ b/HPM/news/news_prov_controller.txt @@ -1,81 +1,81 @@ #generator_selector = #{ -# type = "PROVINCE_CHANGE_CONTROLLER" -# name = "default" -# case = { value = 1 } +# type = "PROVINCE_CHANGE_CONTROLLER" +# name = "default" +# case = { value = 1 } #} -#news_priority = +#news_priority = #{ -# type = "PROVINCE_CHANGE_CONTROLLER" -# name = "default" -# case = { priority_add = 10 } +# type = "PROVINCE_CHANGE_CONTROLLER" +# name = "default" +# case = { priority_add = 10 } #} -# generate_article = -# { -# type = "PROVINCE_CHANGE_CONTROLLER" -# size = large -# name = "default" +# generate_article = +# { +# type = "PROVINCE_CHANGE_CONTROLLER" +# size = large +# name = "default" # -# picture_case = { picture = "news/dummy_pic.tga" } -# title_case = -# { -# trigger = { values_eq = { 0 6 0 } } # If captured by enemy -# text_add = { "$STRING_0_0$ Lost!" } -# } -# title_case = -# { -# trigger = { values_eq = { 0 6 1 } } # If taken back by owner -# text_add = { "$STRING_0_0$ Reacquired!" } -# } -# description_case = -# { -# trigger = -# { -# values_eq = { 0 7 0 } # If capital -# tags_eq = { 0 1 REB } # Conquered by rebels -# } -# text_add = { "The rebellion has captured the capital of $TAG_0_2$." } -# } -# description_case = -# { -# trigger = -# { -# values_eq = { 0 6 0 } # If captured by enemy -# values_eq = { 0 7 0 } # If not capital -# } -# text_add = { "Province of $STRING_0_0$ has been sieged by $TAG_0_1$." } -# } -# description_case = -# { -# trigger = -# { -# values_eq = { 0 6 1 } # If taken back by owner -# values_eq = { 0 7 0 } # If not capital -# } -# text_add = { "Province of $STRING_0_0$ has been taken back by $TAG_0_2$." } -# } -# } +# picture_case = { picture = "news/dummy_pic.tga" } +# title_case = +# { +# trigger = { values_eq = { 0 6 0 } } # If captured by enemy +# text_add = { "$STRING_0_0$ Lost!" } +# } +# title_case = +# { +# trigger = { values_eq = { 0 6 1 } } # If taken back by owner +# text_add = { "$STRING_0_0$ Reacquired!" } +# } +# description_case = +# { +# trigger = +# { +# values_eq = { 0 7 0 } # If capital +# tags_eq = { 0 1 REB } # Conquered by rebels +# } +# text_add = { "The rebellion has captured the capital of $TAG_0_2$." } +# } +# description_case = +# { +# trigger = +# { +# values_eq = { 0 6 0 } # If captured by enemy +# values_eq = { 0 7 0 } # If not capital +# } +# text_add = { "Province of $STRING_0_0$ has been sieged by $TAG_0_1$." } +# } +# description_case = +# { +# trigger = +# { +# values_eq = { 0 6 1 } # If taken back by owner +# values_eq = { 0 7 0 } # If not capital +# } +# text_add = { "Province of $STRING_0_0$ has been taken back by $TAG_0_2$." } +# } +# } # -# generate_article = -# { -# type = "PROVINCE_CHANGE_CONTROLLER" -# size = medium -# name = "default" +# generate_article = +# { +# type = "PROVINCE_CHANGE_CONTROLLER" +# size = medium +# name = "default" # -# picture_case = { picture = "news/dummy_pic.tga" } -# title_case = { text_add = { "$STRING_0_0$ sieged!" } } -# description_case = { text_add = { "$STRING_0_0$ has new controller" } } -# } +# picture_case = { picture = "news/dummy_pic.tga" } +# title_case = { text_add = { "$STRING_0_0$ sieged!" } } +# description_case = { text_add = { "$STRING_0_0$ has new controller" } } +# } # -# generate_article = -# { -# type = "PROVINCE_CHANGE_CONTROLLER" -# size = small -# name = "default" +# generate_article = +# { +# type = "PROVINCE_CHANGE_CONTROLLER" +# size = small +# name = "default" +# +# title_case = { text_add = { "$STRING_0_0$ sieged!" } } +# description_case = { text_add = { "$STRING_0_0$ has new controller" } } +# } # -# title_case = { text_add = { "$STRING_0_0$ sieged!" } } -# description_case = { text_add = { "$STRING_0_0$ has new controller" } } -# } -# \ No newline at end of file diff --git a/HPM/news/news_prov_owner.txt b/HPM/news/news_prov_owner.txt index bf029c5a..6b566a3c 100644 --- a/HPM/news/news_prov_owner.txt +++ b/HPM/news/news_prov_owner.txt @@ -1,50 +1,50 @@ generator_selector = { - type = "PROVINCE_CHANGE_OWNER" - name = "default" - case = { value = 10 } + type = "PROVINCE_CHANGE_OWNER" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "PROVINCE_CHANGE_OWNER" - name = "default" - case = { priority_add = 15 } - #case = - #{ - # trigger = { values_eq = { 0 0 420 } tags_eq = { 0 0 FRA } } # FRA lost Brest - # priority_add = 100 - #} + type = "PROVINCE_CHANGE_OWNER" + name = "default" + case = { priority_add = 15 } + #case = + #{ + # trigger = { values_eq = { 0 0 420 } tags_eq = { 0 0 FRA } } # FRA lost Brest + # priority_add = 100 + #} } generate_article = { - type = "PROVINCE_CHANGE_OWNER" - size = large - name = "default" + type = "PROVINCE_CHANGE_OWNER" + size = large + name = "default" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { PROVINCE_NEWS_TITLE_LARGE } } - description_case = { text_add = { PROVINCE_NEWS_LARGE } } + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { PROVINCE_NEWS_TITLE_LARGE } } + description_case = { text_add = { PROVINCE_NEWS_LARGE } } } generate_article = { - type = "PROVINCE_CHANGE_OWNER" - size = medium - name = "default" + type = "PROVINCE_CHANGE_OWNER" + size = medium + name = "default" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { PROVINCE_NEWS_TITLE_MEDIUM } } - description_case = { text_add = { PROVINCE_NEWS_MEDIUM } } + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { PROVINCE_NEWS_TITLE_MEDIUM } } + description_case = { text_add = { PROVINCE_NEWS_MEDIUM } } } generate_article = { - type = "PROVINCE_CHANGE_OWNER" - size = small - name = "default" + type = "PROVINCE_CHANGE_OWNER" + size = small + name = "default" - title_case = { text_add = { PROVINCE_NEWS_TITLE_SMALL } } - description_case = { text_add = { PROVINCE_NEWS_SMALL } } + title_case = { text_add = { PROVINCE_NEWS_TITLE_SMALL } } + description_case = { text_add = { PROVINCE_NEWS_SMALL } } } diff --git a/HPM/news/news_rebel_break_country.txt b/HPM/news/news_rebel_break_country.txt index 45cb3f82..57263cc7 100644 --- a/HPM/news/news_rebel_break_country.txt +++ b/HPM/news/news_rebel_break_country.txt @@ -1,114 +1,114 @@ generator_selector = { - type = "REBEL_BREAK_COUNTRY" - name = "default" - case = { value = 15 } - - # Don't write about rebels that may secede and create another country - case = - { - trigger = - { - OR = - { - strings_eq = { 0 1 indian_sepoys } - strings_eq = { 0 1 nationalist_rebels } - strings_eq = { 0 1 separatist_rebels } - # add more if rebels DB change - } - } - value = -999 - } + type = "REBEL_BREAK_COUNTRY" + name = "default" + case = { value = 15 } + + # Don't write about rebels that may secede and create another country + case = + { + trigger = + { + OR = + { + strings_eq = { 0 1 indian_sepoys } + strings_eq = { 0 1 nationalist_rebels } + strings_eq = { 0 1 separatist_rebels } + # add more if rebels DB change + } + } + value = -999 + } } -news_priority = +news_priority = { - type = "REBEL_BREAK_COUNTRY" - name = "default" - case = { priority_add = 100 } + type = "REBEL_BREAK_COUNTRY" + name = "default" + case = { priority_add = 100 } } generate_article = { - type = "REBEL_BREAK_COUNTRY" - size = large - name = "default" - - picture_case = { picture = "news/revolution_01_news_image.dds" picture = "news/revolution_02_news_image.dds" picture = "news/revolution_03_news_image.dds" picture = "news/revolution_04_news_image.dds" picture = "news/revolution_05_news_image.dds" picture = "news/revolution_06_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_08_news_image.dds" picture = "news/revolution_09_news_image.dds" picture = "news/revolution_10_news_image.dds" picture = "news/revolution_11_news_image.dds" picture = "news/revolution_12_news_image.dds" } - - title_case = { - trigger = { - ruling_party_ideology = communist - # - } - text_add = { PRO_COMMIES } - } - - title_case = { - trigger = { - ruling_party_ideology = fascist - # - } - text_add = { PRO_FASCIST } - } - - title_case = { - trigger = { - ruling_party_ideology = liberal - # - } - text_add = { PRO_LIBERAL } - } - - title_case = { - trigger = { - ruling_party_ideology = reactionary - # - } - text_add = { PRO_REACTIONARY } - } - - title_case = { - trigger = { - ruling_party_ideology = socialist - # - } - text_add = { PRO_SOCIALIST } - } - - title_case = { text_add = { REVOLUTION_NEWS_TITLE_LARGE} } - - #description_case = { - # trigger = {} - # text_add = { COMMIES!} - # } - - description_case = - { - text_add = { REVOLUTION_NEWS_LARGE } - } + type = "REBEL_BREAK_COUNTRY" + size = large + name = "default" + + picture_case = { picture = "news/revolution_01_news_image.dds" picture = "news/revolution_02_news_image.dds" picture = "news/revolution_03_news_image.dds" picture = "news/revolution_04_news_image.dds" picture = "news/revolution_05_news_image.dds" picture = "news/revolution_06_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_08_news_image.dds" picture = "news/revolution_09_news_image.dds" picture = "news/revolution_10_news_image.dds" picture = "news/revolution_11_news_image.dds" picture = "news/revolution_12_news_image.dds" } + + title_case = { + trigger = { + ruling_party_ideology = communist + # + } + text_add = { PRO_COMMIES } + } + + title_case = { + trigger = { + ruling_party_ideology = fascist + # + } + text_add = { PRO_FASCIST } + } + + title_case = { + trigger = { + ruling_party_ideology = liberal + # + } + text_add = { PRO_LIBERAL } + } + + title_case = { + trigger = { + ruling_party_ideology = reactionary + # + } + text_add = { PRO_REACTIONARY } + } + + title_case = { + trigger = { + ruling_party_ideology = socialist + # + } + text_add = { PRO_SOCIALIST } + } + + title_case = { text_add = { REVOLUTION_NEWS_TITLE_LARGE} } + + #description_case = { + # trigger = {} + # text_add = { COMMIES!} + # } + + description_case = + { + text_add = { REVOLUTION_NEWS_LARGE } + } } generate_article = { - type = "REBEL_BREAK_COUNTRY" - size = medium - name = "default" - - picture_case = { picture = "news/revolution_01_news_image.dds" picture = "news/revolution_02_news_image.dds" picture = "news/revolution_03_news_image.dds" picture = "news/revolution_04_news_image.dds" picture = "news/revolution_05_news_image.dds" picture = "news/revolution_06_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_08_news_image.dds" picture = "news/revolution_09_news_image.dds" picture = "news/revolution_10_news_image.dds" picture = "news/revolution_11_news_image.dds" picture = "news/revolution_12_news_image.dds" } - title_case = { text_add = { REVOLUTION_NEWS_TITLE_LARGE } } - description_case = - { - text_add = { REVOLUTION_NEWS_MEDIUM } - } + type = "REBEL_BREAK_COUNTRY" + size = medium + name = "default" + + picture_case = { picture = "news/revolution_01_news_image.dds" picture = "news/revolution_02_news_image.dds" picture = "news/revolution_03_news_image.dds" picture = "news/revolution_04_news_image.dds" picture = "news/revolution_05_news_image.dds" picture = "news/revolution_06_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_07_news_image.dds" picture = "news/revolution_08_news_image.dds" picture = "news/revolution_09_news_image.dds" picture = "news/revolution_10_news_image.dds" picture = "news/revolution_11_news_image.dds" picture = "news/revolution_12_news_image.dds" } + title_case = { text_add = { REVOLUTION_NEWS_TITLE_LARGE } } + description_case = + { + text_add = { REVOLUTION_NEWS_MEDIUM } + } } generate_article = { - type = "REBEL_BREAK_COUNTRY" - size = small - name = "default" + type = "REBEL_BREAK_COUNTRY" + size = small + name = "default" - title_case = { text_add = { REVOLUTION_NEWS_TITLE_SMALL } } - description_case = { text_add = { REVOLUTION_NEWS_SMALL } } + title_case = { text_add = { REVOLUTION_NEWS_TITLE_SMALL } } + description_case = { text_add = { REVOLUTION_NEWS_SMALL } } } diff --git a/HPM/news/news_research_complete.txt b/HPM/news/news_research_complete.txt index dca55c1c..f8abacaa 100644 --- a/HPM/news/news_research_complete.txt +++ b/HPM/news/news_research_complete.txt @@ -1,177 +1,177 @@ generator_selector = { - type = "RESEARCH_COMPLETE" - name = "default" - case = { value = 10 } + type = "RESEARCH_COMPLETE" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "RESEARCH_COMPLETE" - name = "default" - case = { priority_add = 0 } - case = { - trigger = { - tags_eq = { 0 0 PLAYER } - } - priority_add = 30 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - } - } - priority_add = 20 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - } - } - priority_add = 10 - } - case = { - trigger = { - NOT = { tags_eq = { 0 0 PLAYER } } - OR = { - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - tags_eq = { 0 0 TKG } - } - } - priority_add = 5 - } - case = { - trigger = { - NOT = { - tags_eq = { 0 0 PLAYER } - tags_eq = { 0 0 ENG } - tags_eq = { 0 0 FRA } - tags_eq = { 0 0 RUS } - tags_eq = { 0 0 USA } - tags_eq = { 0 0 PRU } - tags_eq = { 0 0 NGF } - tags_eq = { 0 0 SGF } - tags_eq = { 0 0 GER } - tags_eq = { 0 0 AUS } - tags_eq = { 0 0 KUK } - tags_eq = { 0 0 ITA } - tags_eq = { 0 0 CHI } - tags_eq = { 0 0 KMT } - tags_eq = { 0 0 JAP } - tags_eq = { 0 0 SPA } - tags_eq = { 0 0 SPC } - tags_eq = { 0 0 TUR } - tags_eq = { 0 0 NET } - tags_eq = { 0 0 BEL } - tags_eq = { 0 0 SWE } - tags_eq = { 0 0 SCA } - tags_eq = { 0 0 CAN } - tags_eq = { 0 0 POR } - tags_eq = { 0 0 SAR } - tags_eq = { 0 0 CSA } - tags_eq = { 0 0 FSA } - tags_eq = { 0 0 AST } - tags_eq = { 0 0 POL } - tags_eq = { 0 0 HUN } - tags_eq = { 0 0 HND } - tags_eq = { 0 0 TKG } - } - } - priority_add = 1 - } - case = { - trigger = { - OR = { - strings_eq = { 0 0 "flintlock_rifles" } - strings_eq = { 0 0 "muzzle_loaded_rifles" } - strings_eq = { 0 0 "breech_loaded_rifles" } - strings_eq = { 0 0 "bolt_action_rifles" } - strings_eq = { 0 0 "machine_guns" } - strings_eq = { 0 0 "modern_divisional_structure" } - strings_eq = { 0 0 "iron_steamers" } - strings_eq = { 0 0 "steel_steamers" } - strings_eq = { 0 0 "steam_turbine_ships" } - strings_eq = { 0 0 "oil_driven_ships" } - strings_eq = { 0 0 "combustion_engine" } - strings_eq = { 0 0 "assembly_line" } - strings_eq = { 0 0 "electricity" } - } - } - priority_add = 20 - } - - - #case = #example of inventions with special prios - #{ - # ENG researched Point defense system - # trigger = - # { - # tags_eq = { 0 0 ENG } - # strings_eq = { 0 0 "point_defense_system" } - # } - # priority_add = 100 - #} + type = "RESEARCH_COMPLETE" + name = "default" + case = { priority_add = 0 } + case = { + trigger = { + tags_eq = { 0 0 PLAYER } + } + priority_add = 30 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + } + } + priority_add = 20 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + } + } + priority_add = 10 + } + case = { + trigger = { + NOT = { tags_eq = { 0 0 PLAYER } } + OR = { + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + tags_eq = { 0 0 TKG } + } + } + priority_add = 5 + } + case = { + trigger = { + NOT = { + tags_eq = { 0 0 PLAYER } + tags_eq = { 0 0 ENG } + tags_eq = { 0 0 FRA } + tags_eq = { 0 0 RUS } + tags_eq = { 0 0 USA } + tags_eq = { 0 0 PRU } + tags_eq = { 0 0 NGF } + tags_eq = { 0 0 SGF } + tags_eq = { 0 0 GER } + tags_eq = { 0 0 AUS } + tags_eq = { 0 0 KUK } + tags_eq = { 0 0 ITA } + tags_eq = { 0 0 CHI } + tags_eq = { 0 0 KMT } + tags_eq = { 0 0 JAP } + tags_eq = { 0 0 SPA } + tags_eq = { 0 0 SPC } + tags_eq = { 0 0 TUR } + tags_eq = { 0 0 NET } + tags_eq = { 0 0 BEL } + tags_eq = { 0 0 SWE } + tags_eq = { 0 0 SCA } + tags_eq = { 0 0 CAN } + tags_eq = { 0 0 POR } + tags_eq = { 0 0 SAR } + tags_eq = { 0 0 CSA } + tags_eq = { 0 0 FSA } + tags_eq = { 0 0 AST } + tags_eq = { 0 0 POL } + tags_eq = { 0 0 HUN } + tags_eq = { 0 0 HND } + tags_eq = { 0 0 TKG } + } + } + priority_add = 1 + } + case = { + trigger = { + OR = { + strings_eq = { 0 0 "flintlock_rifles" } + strings_eq = { 0 0 "muzzle_loaded_rifles" } + strings_eq = { 0 0 "breech_loaded_rifles" } + strings_eq = { 0 0 "bolt_action_rifles" } + strings_eq = { 0 0 "machine_guns" } + strings_eq = { 0 0 "modern_divisional_structure" } + strings_eq = { 0 0 "iron_steamers" } + strings_eq = { 0 0 "steel_steamers" } + strings_eq = { 0 0 "steam_turbine_ships" } + strings_eq = { 0 0 "oil_driven_ships" } + strings_eq = { 0 0 "combustion_engine" } + strings_eq = { 0 0 "assembly_line" } + strings_eq = { 0 0 "electricity" } + } + } + priority_add = 20 + } + + + #case = #example of inventions with special prios + #{ + # ENG researched Point defense system + # trigger = + # { + # tags_eq = { 0 0 ENG } + # strings_eq = { 0 0 "point_defense_system" } + # } + # priority_add = 100 + #} } generate_article = { - type = "RESEARCH_COMPLETE" - size = large - name = "default" + type = "RESEARCH_COMPLETE" + size = large + name = "default" - picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } - title_case = { text_add = { RESEARCH_NEWS_TITLE_LARGE RESEARCH_NEWS_TITLE_LARGE2} } - description_case = { text_add = { RESEARCH_NEWS_LARGE RESEARCH_NEWS_LARGE2} } + picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } + title_case = { text_add = { RESEARCH_NEWS_TITLE_LARGE RESEARCH_NEWS_TITLE_LARGE2} } + description_case = { text_add = { RESEARCH_NEWS_LARGE RESEARCH_NEWS_LARGE2} } } generate_article = { - type = "RESEARCH_COMPLETE" - size = medium - name = "default" + type = "RESEARCH_COMPLETE" + size = medium + name = "default" - picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } - title_case = { text_add = { RESEARCH_NEWS_TITLE_MEDIUM RESEARCH_NEWS_TITLE_MEDIUM2 } } - description_case = { text_add = { RESEARCH_NEWS_MEDIUM RESEARCH_NEWS_MEDIUM2} } + picture_case = { picture = "events/Nobel_Chemistry.tga" picture = "events/Nobel_Literature.tga" picture = "events/Nobel_Medicine.tga" picture = "events/Nobel_Peace.tga" picture = "events/Nobel_Physics.tga" } + title_case = { text_add = { RESEARCH_NEWS_TITLE_MEDIUM RESEARCH_NEWS_TITLE_MEDIUM2 } } + description_case = { text_add = { RESEARCH_NEWS_MEDIUM RESEARCH_NEWS_MEDIUM2} } } generate_article = { - type = "RESEARCH_COMPLETE" - size = small - name = "default" + type = "RESEARCH_COMPLETE" + size = small + name = "default" - title_case = { text_add = { RESEARCH_NEWS_TITLE_SMALL RESEARCH_NEWS_TITLE_SMALL2} } - description_case = { text_add = { RESEARCH_NEWS_SMALL RESEARCH_NEWS_SMALL2} } + title_case = { text_add = { RESEARCH_NEWS_TITLE_SMALL RESEARCH_NEWS_TITLE_SMALL2} } + description_case = { text_add = { RESEARCH_NEWS_SMALL RESEARCH_NEWS_SMALL2} } } diff --git a/HPM/news/news_war_declared.txt b/HPM/news/news_war_declared.txt index 38660b6b..a85d0642 100644 --- a/HPM/news/news_war_declared.txt +++ b/HPM/news/news_war_declared.txt @@ -1,169 +1,169 @@ generator_selector = { - type = "WAR_DECLARED" - name = "default" - case = { value = 10 } + type = "WAR_DECLARED" + name = "default" + case = { value = 10 } } -news_priority = +news_priority = { - type = "WAR_DECLARED" - name = "default" - case = { priority_add = 150 } - case = { - trigger = { - NOT = { tags_contains = { 0 PLAYER } } - OR = { - tags_contains = { 0 ENG } - tags_contains = { 0 FRA } - tags_contains = { 0 RUS } - tags_contains = { 0 USA } - tags_contains = { 0 PRU } - tags_contains = { 0 NGF } - tags_contains = { 0 SGF } - tags_contains = { 0 GER } - tags_contains = { 0 AUS } - tags_contains = { 0 KUK } - tags_contains = { 0 ITA } - } - } - priority_add = -25 - } - case = { - trigger = { - NOT = { tags_contains = { 0 PLAYER } } - OR = { - tags_contains = { 0 CHI } - tags_contains = { 0 KMT } - tags_contains = { 0 JAP } - tags_contains = { 0 SPA } - tags_contains = { 0 SPC } - tags_contains = { 0 TUR } - tags_contains = { 0 NET } - tags_contains = { 0 BEL } - } - } - priority_add = -50 - } - case = { - trigger = { - NOT = { tags_contains = { 0 PLAYER } } - OR = { - tags_contains = { 0 SWE } - tags_contains = { 0 SCA } - tags_contains = { 0 CAN } - tags_contains = { 0 POR } - tags_contains = { 0 SAR } - tags_contains = { 0 CSA } - tags_contains = { 0 FSA } - tags_contains = { 0 AST } - tags_contains = { 0 POL } - tags_contains = { 0 HUN } - tags_contains = { 0 HND } - tags_contains = { 0 TKG } - } - } - priority_add = -75 - } - case = { - trigger = { - NOT = { - tags_contains = { 0 PLAYER } - tags_contains = { 0 ENG } - tags_contains = { 0 FRA } - tags_contains = { 0 RUS } - tags_contains = { 0 USA } - tags_contains = { 0 PRU } - tags_contains = { 0 NGF } - tags_contains = { 0 SGF } - tags_contains = { 0 GER } - tags_contains = { 0 AUS } - tags_contains = { 0 KUK } - tags_contains = { 0 ITA } - tags_contains = { 0 CHI } - tags_contains = { 0 KMT } - tags_contains = { 0 JAP } - tags_contains = { 0 SPA } - tags_contains = { 0 SPC } - tags_contains = { 0 TUR } - tags_contains = { 0 NET } - tags_contains = { 0 BEL } - tags_contains = { 0 SWE } - tags_contains = { 0 SCA } - tags_contains = { 0 CAN } - tags_contains = { 0 POR } - tags_contains = { 0 SAR } - tags_contains = { 0 CSA } - tags_contains = { 0 FSA } - tags_contains = { 0 AST } - tags_contains = { 0 POL } - tags_contains = { 0 HUN } - tags_contains = { 0 HND } - tags_contains = { 0 TKG } - } - } - priority_add = -125 - } - case = { - trigger = { - strings_contains = { 0 "call_allies_cb" } - } - priority_add = -150 - } + type = "WAR_DECLARED" + name = "default" + case = { priority_add = 150 } + case = { + trigger = { + NOT = { tags_contains = { 0 PLAYER } } + OR = { + tags_contains = { 0 ENG } + tags_contains = { 0 FRA } + tags_contains = { 0 RUS } + tags_contains = { 0 USA } + tags_contains = { 0 PRU } + tags_contains = { 0 NGF } + tags_contains = { 0 SGF } + tags_contains = { 0 GER } + tags_contains = { 0 AUS } + tags_contains = { 0 KUK } + tags_contains = { 0 ITA } + } + } + priority_add = -25 + } + case = { + trigger = { + NOT = { tags_contains = { 0 PLAYER } } + OR = { + tags_contains = { 0 CHI } + tags_contains = { 0 KMT } + tags_contains = { 0 JAP } + tags_contains = { 0 SPA } + tags_contains = { 0 SPC } + tags_contains = { 0 TUR } + tags_contains = { 0 NET } + tags_contains = { 0 BEL } + } + } + priority_add = -50 + } + case = { + trigger = { + NOT = { tags_contains = { 0 PLAYER } } + OR = { + tags_contains = { 0 SWE } + tags_contains = { 0 SCA } + tags_contains = { 0 CAN } + tags_contains = { 0 POR } + tags_contains = { 0 SAR } + tags_contains = { 0 CSA } + tags_contains = { 0 FSA } + tags_contains = { 0 AST } + tags_contains = { 0 POL } + tags_contains = { 0 HUN } + tags_contains = { 0 HND } + tags_contains = { 0 TKG } + } + } + priority_add = -75 + } + case = { + trigger = { + NOT = { + tags_contains = { 0 PLAYER } + tags_contains = { 0 ENG } + tags_contains = { 0 FRA } + tags_contains = { 0 RUS } + tags_contains = { 0 USA } + tags_contains = { 0 PRU } + tags_contains = { 0 NGF } + tags_contains = { 0 SGF } + tags_contains = { 0 GER } + tags_contains = { 0 AUS } + tags_contains = { 0 KUK } + tags_contains = { 0 ITA } + tags_contains = { 0 CHI } + tags_contains = { 0 KMT } + tags_contains = { 0 JAP } + tags_contains = { 0 SPA } + tags_contains = { 0 SPC } + tags_contains = { 0 TUR } + tags_contains = { 0 NET } + tags_contains = { 0 BEL } + tags_contains = { 0 SWE } + tags_contains = { 0 SCA } + tags_contains = { 0 CAN } + tags_contains = { 0 POR } + tags_contains = { 0 SAR } + tags_contains = { 0 CSA } + tags_contains = { 0 FSA } + tags_contains = { 0 AST } + tags_contains = { 0 POL } + tags_contains = { 0 HUN } + tags_contains = { 0 HND } + tags_contains = { 0 TKG } + } + } + priority_add = -125 + } + case = { + trigger = { + strings_contains = { 0 "call_allies_cb" } + } + priority_add = -150 + } } generate_article = { - type = "WAR_DECLARED" - size = large - name = "default" + type = "WAR_DECLARED" + size = large + name = "default" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { WAR_NEWS_TITLE_LARGE } } - description_case = { text_add = { WAR_NEWS_LARGE } } - #description_case = - #{ - # If attacker called any puppets - # trigger = { length_greater = { tags 1 0 } } - # text_add = { "$TAG_0_0$ called following puppets: $STRINGS_LIST_1$." } - #} - #description_case = - #{ - # If any countries was called because they were guaranteeing the defender. - # trigger = { length_greater = { tags 3 0 } } - # text_add = { "$TAG_0_1$ called following guarantees: $STRINGS_LIST_3$." } - #} - #description_case = - #{ - # If defender called an overlord - # trigger = { NOT = { tags_eq = { 2 0 "---" } } } - # text_add = { "$TAG_0_1$ called their overlord, $TAG_2_0$." } - #} - #description_case = - #{ - # If defender called an sphere leader - # trigger = { NOT = { tags_eq = { 2 0 "---" } } } - # text_add = { "$TAG_0_1$ called their sphere leader, $TAG_2_1$." } - #} + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { WAR_NEWS_TITLE_LARGE } } + description_case = { text_add = { WAR_NEWS_LARGE } } + #description_case = + #{ + # If attacker called any puppets + # trigger = { length_greater = { tags 1 0 } } + # text_add = { "$TAG_0_0$ called following puppets: $STRINGS_LIST_1$." } + #} + #description_case = + #{ + # If any countries was called because they were guaranteeing the defender. + # trigger = { length_greater = { tags 3 0 } } + # text_add = { "$TAG_0_1$ called following guarantees: $STRINGS_LIST_3$." } + #} + #description_case = + #{ + # If defender called an overlord + # trigger = { NOT = { tags_eq = { 2 0 "---" } } } + # text_add = { "$TAG_0_1$ called their overlord, $TAG_2_0$." } + #} + #description_case = + #{ + # If defender called an sphere leader + # trigger = { NOT = { tags_eq = { 2 0 "---" } } } + # text_add = { "$TAG_0_1$ called their sphere leader, $TAG_2_1$." } + #} } generate_article = { - type = "WAR_DECLARED" - size = medium - name = "default" + type = "WAR_DECLARED" + size = medium + name = "default" - picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } - title_case = { text_add = { WAR_NEWS_TITLE_MEDIUM } } - description_case = { text_add = { WAR_NEWS_MEDIUM } } + picture_case = { picture = "news/war_01_news_image.dds" picture = "news/war_02_news_image.dds" picture = "news/war_03_news_image.dds" picture = "news/war_04_news_image.dds" picture = "news/war_05_news_image.dds" picture = "news/war_06_news_image.dds" picture = "news/war_07_news_image.dds" picture = "news/war_08_news_image.dds" } + title_case = { text_add = { WAR_NEWS_TITLE_MEDIUM } } + description_case = { text_add = { WAR_NEWS_MEDIUM } } } generate_article = { - type = "WAR_DECLARED" - size = small - name = "default" + type = "WAR_DECLARED" + size = small + name = "default" - title_case = { text_add = { WAR_NEWS_TITLE_SMALL } } - description_case = { text_add = { WAR_NEWS_SMALL } } + title_case = { text_add = { WAR_NEWS_TITLE_SMALL } } + description_case = { text_add = { WAR_NEWS_SMALL } } } diff --git a/HPM/news/on_collection.txt b/HPM/news/on_collection.txt index e6313398..4ea2cacd 100644 --- a/HPM/news/on_collection.txt +++ b/HPM/news/on_collection.txt @@ -4,14 +4,14 @@ # about that war has begun X years ago. on_collection = { - type = "PEACE_OFFER_ACCEPT" - effect = - { - clear_news_scopes = - { - type = "WAR_DECLARED" - # Compare by war name - limit = { strings_match = { 0 2 0 0 } } - } - } + type = "PEACE_OFFER_ACCEPT" + effect = + { + clear_news_scopes = + { + type = "WAR_DECLARED" + # Compare by war name + limit = { strings_match = { 0 2 0 0 } } + } + } } diff --git a/HPM/poptypes/aristocrats.txt b/HPM/poptypes/aristocrats.txt index 598c0caf..b7693813 100644 --- a/HPM/poptypes/aristocrats.txt +++ b/HPM/poptypes/aristocrats.txt @@ -4,6510 +4,6509 @@ strata = rich state_capital_only = yes rebel = { - cavalry = 0.1 - artillery = 0 - cuirassier = 0.1 - dragoon = 0.1 - guard = 0.6 - hussar = 0.1 - infantry = 0 - irregular = 0 + cavalry = 0.1 + artillery = 0 + cuirassier = 0.1 + dragoon = 0.1 + guard = 0.6 + hussar = 0.1 + infantry = 0 + irregular = 0 } #Total = 44 life_needs = { - cattle = 3 #6 - wool = 2.5 #2.8 - fish = 4 #6 - fruit = 4 #7.2 - grain = 10 #22 + cattle = 3 #6 + wool = 2.5 #2.8 + fish = 4 #6 + fruit = 4 #7.2 + grain = 10 #22 } #Total cash needed: 630.9 - Vanilla value: 526.8 everyday_needs = { - coal = 5 - paper = 10 - luxury_clothes = 3 - luxury_furniture = 3 - wine = 10 - tobacco = 10 - coffee = 5 - tea = 5 - radio = 3 - telephones = 3 - automobiles = 1 - steel = 0.5 - cement = 0.5 + coal = 5 + paper = 10 + luxury_clothes = 3 + luxury_furniture = 3 + wine = 10 + tobacco = 10 + coffee = 5 + tea = 5 + radio = 3 + telephones = 3 + automobiles = 1 + steel = 0.5 + cement = 0.5 } #Total cash needed: 2618 - Vanilla value: 2121 luxury_needs = { - luxury_clothes = 0.5 - luxury_furniture = 0.5 - steel = 0.5 - cement = 0.5 - lumber = 1 - canned_food = 1.5 - fruit = 5 - wool = 10 - opium = 30 - telephones = 10 - automobiles = 10 - aeroplanes = 5 - radio = 10 - fuel = 10 - ammunition = 1 - small_arms = 1 - clipper_convoy = 2 - steamer_convoy = 2 - tea = 5 + luxury_clothes = 0.5 + luxury_furniture = 0.5 + steel = 0.5 + cement = 0.5 + lumber = 1 + canned_food = 1.5 + fruit = 5 + wool = 10 + opium = 30 + telephones = 10 + automobiles = 10 + aeroplanes = 5 + radio = 10 + fuel = 10 + ammunition = 1 + small_arms = 1 + clipper_convoy = 2 + steamer_convoy = 2 + tea = 5 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - #Audax Validator "." Ignore_1001 - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 0 - government = proletarian_dictatorship - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + #Audax Validator "." Ignore_1001 + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 0 + government = proletarian_dictatorship + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - modifier = { - factor = 0 - NOT = { is_state_capital = yes } - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + modifier = { + factor = 0 + NOT = { is_state_capital = yes } + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - capitalists = - { - factor = 0.01 - modifier = { - factor = -1 - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = -1 - state_scope = { - has_factories = no - NOT = { total_pops = 200000 } - } - } - modifier = { - factor = -1 - is_accepted_culture = no - } - modifier = { - factor = -10 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -2 - country = { debt_law = serfdom } - } - - modifier = { - factor = 3 - economic_policy = laissez_faire - } - - group = { - modifier = { - factor = -1 - state_scope = { capitalists = 0.001 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.003 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.005 } - country = { ai = no } - } - modifier = { - factor = -100 - state_scope = { capitalists = 0.007 } - } - } - - modifier = { - factor = -100 - OR = { - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { economic_policy = planned_economy } - } - } - - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - luxury_needs = 0.1 - } - modifier = { - factor = 2 - luxury_needs = 0.2 - } - modifier = { - factor = 2 - luxury_needs = 0.3 - } - modifier = { - factor = 2 - luxury_needs = 0.4 - } - modifier = { - factor = 2 - luxury_needs = 0.5 - } - } - } - officers = { - factor = 0.01 - - modifier = { - factor = -5 - state_scope = { officers = 0.002 } - } - - modifier = { - factor = -100 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - group = { - modifier = { - factor = 1.3 - military_spending = 0.6 - } - modifier = { - factor = 1.3 - military_spending = 0.7 - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - bureaucrats = { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - modifier = { - factor = 6 - crime_fighting = 0.74 - location = { owner = { ai = yes } } - } - - modifier = { - factor = -20 - location = { - owner = { - OR = { - government = absolute_monarchy - government = prussian_constitutionalism - government = hms_government - } - } - } - } - } - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { location = { work_available = { worker = craftsmen } } } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + capitalists = + { + factor = 0.01 + modifier = { + factor = -1 + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = -1 + state_scope = { + has_factories = no + NOT = { total_pops = 200000 } + } + } + modifier = { + factor = -1 + is_accepted_culture = no + } + modifier = { + factor = -10 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -2 + country = { debt_law = serfdom } + } + + modifier = { + factor = 3 + economic_policy = laissez_faire + } + + group = { + modifier = { + factor = -1 + state_scope = { capitalists = 0.001 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.003 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.005 } + country = { ai = no } + } + modifier = { + factor = -100 + state_scope = { capitalists = 0.007 } + } + } + + modifier = { + factor = -100 + OR = { + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { economic_policy = planned_economy } + } + } + + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + luxury_needs = 0.1 + } + modifier = { + factor = 2 + luxury_needs = 0.2 + } + modifier = { + factor = 2 + luxury_needs = 0.3 + } + modifier = { + factor = 2 + luxury_needs = 0.4 + } + modifier = { + factor = 2 + luxury_needs = 0.5 + } + } + } + officers = { + factor = 0.01 + + modifier = { + factor = -5 + state_scope = { officers = 0.002 } + } + + modifier = { + factor = -100 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + group = { + modifier = { + factor = 1.3 + military_spending = 0.6 + } + modifier = { + factor = 1.3 + military_spending = 0.7 + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + bureaucrats = { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + modifier = { + factor = 6 + crime_fighting = 0.74 + location = { owner = { ai = yes } } + } + + modifier = { + factor = -20 + location = { + owner = { + OR = { + government = absolute_monarchy + government = prussian_constitutionalism + government = hms_government + } + } + } + } + } + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { location = { work_available = { worker = craftsmen } } } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.5 - is_disarmed = yes - } - modifier = { - factor = 2 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 5 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.6 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.2 - revanchism = 0.01 - } - modifier = { - factor = 1.2 - revanchism = 0.02 - } - modifier = { - factor = 1.2 - revanchism = 0.03 - } - modifier = { - factor = 1.2 - revanchism = 0.04 - } - modifier = { - factor = 1.2 - revanchism = 0.05 - } - modifier = { - factor = 2 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2.5 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 3 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - reactionary = { - factor = 1.1 - - modifier = { - factor = 0.6 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.4 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.3 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 3 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.6 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - - modifier = { - factor = 1.4 - militancy = 6 - NOT = { literacy = 0.4 } - } - modifier = { - factor = 1.4 - militancy = 7 - NOT = { literacy = 0.4 } - } - modifier = { - factor = 1.4 - militancy = 8 - NOT = { literacy = 0.4 } - } - modifier = { - factor = 1.4 - militancy = 9 - NOT = { literacy = 0.4 } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1.3 - - modifier = { - factor = 0.7 - militancy = 6 - } - modifier = { - factor = 1.15 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.15 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.15 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.15 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.25 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.2 - consciousness = 5 - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 1.2 - consciousness = 6 - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 1.2 - consciousness = 7 - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 1.2 - consciousness = 8 - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 1.5 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ########################################### - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0.7 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - } - - socialist = { - factor = 0.75 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.4 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - consciousness = 7 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - consciousness = 6 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 9 - middle_strata_militancy = 9 - } - } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 0.5 - - modifier = { - factor = 0.9 - consciousness = 5 - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - modifier = { - factor = 0.7 - NOT = { literacy = 0.1 } - } - } - - anarcho_liberal = { - factor = 0.6 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.30 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.40 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.50 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.60 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.5 + is_disarmed = yes + } + modifier = { + factor = 2 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 5 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.6 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.2 + revanchism = 0.01 + } + modifier = { + factor = 1.2 + revanchism = 0.02 + } + modifier = { + factor = 1.2 + revanchism = 0.03 + } + modifier = { + factor = 1.2 + revanchism = 0.04 + } + modifier = { + factor = 1.2 + revanchism = 0.05 + } + modifier = { + factor = 2 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2.5 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 3 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + reactionary = { + factor = 1.1 + + modifier = { + factor = 0.6 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.4 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.3 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 3 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.6 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + + modifier = { + factor = 1.4 + militancy = 6 + NOT = { literacy = 0.4 } + } + modifier = { + factor = 1.4 + militancy = 7 + NOT = { literacy = 0.4 } + } + modifier = { + factor = 1.4 + militancy = 8 + NOT = { literacy = 0.4 } + } + modifier = { + factor = 1.4 + militancy = 9 + NOT = { literacy = 0.4 } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1.3 + + modifier = { + factor = 0.7 + militancy = 6 + } + modifier = { + factor = 1.15 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.15 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.15 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.15 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.25 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.2 + consciousness = 5 + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 1.2 + consciousness = 6 + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 1.2 + consciousness = 7 + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 1.2 + consciousness = 8 + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 1.5 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ########################################### + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0.7 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + } + + socialist = { + factor = 0.75 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.4 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + consciousness = 7 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + consciousness = 6 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 9 + middle_strata_militancy = 9 + } + } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 0.5 + + modifier = { + factor = 0.9 + consciousness = 5 + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + modifier = { + factor = 0.7 + NOT = { literacy = 0.1 } + } + } + + anarcho_liberal = { + factor = 0.6 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.30 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.40 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.50 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.60 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1.1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.05 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.05 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1.2 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1.1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1.2 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.05 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1.1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.05 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.05 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1.2 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1.1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1.2 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.05 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.25 - state_scope = { is_slave = yes } - } - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.25 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.25 + state_scope = { is_slave = yes } + } + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.25 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 0.9 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.05 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 0.8 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.05 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 0.7 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.15 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 0.9 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.05 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 0.8 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.05 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 0.7 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.15 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } #################################Health Care - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.3 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.3 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.3 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.3 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/artisans.txt b/HPM/poptypes/artisans.txt index 8628103f..eff6ffde 100644 --- a/HPM/poptypes/artisans.txt +++ b/HPM/poptypes/artisans.txt @@ -7,6837 +7,6836 @@ max_size = 250000 merge_max_size = 10000 rebel = { - infantry = 0.5 - irregular = 0.5 + infantry = 0.5 + irregular = 0.5 } -#Total = 11 Vanilla = 11 +#Total = 11 Vanilla = 11 life_needs = { - cattle = 0.75 #1.5 - wool = 1 #0.7 - fish = 1 #1.5 - fruit = 1 #1.8 - grain = 2.5 #5.5 + cattle = 0.75 #1.5 + wool = 1 #0.7 + fish = 1 #1.5 + fruit = 1 #1.8 + grain = 2.5 #5.5 } #Total cash needed: 110.725 - Vanilla value: 116.9 everyday_needs = { - coal = 1 - liquor = 5 - regular_clothes = 5 - furniture = 4 - paper = 5 - glass = 1 - tobacco = 3 - tea = 5 - coffee = 2 + coal = 1 + liquor = 5 + regular_clothes = 5 + furniture = 4 + paper = 5 + glass = 1 + tobacco = 3 + tea = 5 + coffee = 2 } #Total cash needed: 429.2 - Vanilla value: 383.4 luxury_needs = { - canned_food = 0.75 - fruit = 1 - wool = 3 - opium = 1 - luxury_clothes = 1 - luxury_furniture = 1 - telephones = 1.25 - automobiles = 1 - wine = 10 - aeroplanes = 0.4 - radio = 1 - fuel = 0.2 + canned_food = 0.75 + fruit = 1 + wool = 3 + opium = 1 + luxury_clothes = 1 + luxury_furniture = 1 + telephones = 1.25 + automobiles = 1 + wine = 10 + aeroplanes = 0.4 + radio = 1 + fuel = 0.2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 0.1 - unemployment = 0.1 - state_scope = { has_factories = no } - } - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - can_build_factory = no - OR = { - unemployment_by_type = { type = farmers value = 0.03 } - unemployment_by_type = { type = labourers value = 0.03 } - } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 0.25 - has_culture_core = no - } - modifier = { - factor = 2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - work_available = { worker = craftsmen } - } - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 0.1 + unemployment = 0.1 + state_scope = { has_factories = no } + } + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + can_build_factory = no + OR = { + unemployment_by_type = { type = farmers value = 0.03 } + unemployment_by_type = { type = labourers value = 0.03 } + } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 0.25 + has_culture_core = no + } + modifier = { + factor = 2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + work_available = { worker = craftsmen } + } + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - clerks = { - factor = 0.01 - - modifier = { - factor = -50 - not = { literacy = 0.50 } - } - group = { - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -100 - NOT = { - state_scope = { - work_available = { - worker = clerks - } - } - } - } - modifier = { - factor = 5 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 1.2 - literacy = 0.50 - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - OR = { - location = { - is_colonial = yes - } - country = { - civilized = no - } - } - } - modifier = { - factor = -100 - luxury_needs = 0.2 - } - } - bureaucrats = - { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - group = { - modifier = { - factor = 6 - crime_fighting = 0.74 - country = { ai = yes } - } - } - modifier = { - factor = -100 - luxury_needs = 0.2 - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - modifier = { - factor = -100 - luxury_needs = 0.2 - } - } - - capitalists = { - factor = 0.01 - modifier = { - factor = -1 - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = -1 - state_scope = { - has_factories = no - NOT = { total_pops = 200000 } - } - } - modifier = { - factor = -1 - is_accepted_culture = no - } - - modifier = { - factor = -10 - NOT = { literacy = 0.30 } - } - - modifier = { - factor = -2 - country = { debt_law = serfdom } - } - - modifier = { - factor = 3 - economic_policy = laissez_faire - } - - modifier = { - factor = 5 - state_scope = { - has_factories = yes - NOT = { capitalists = 0.001 } - } - } - - group = { - modifier = { - factor = -1 - state_scope = { capitalists = 0.001 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.003 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.005 } - country = { ai = no } - } - modifier = { - factor = -100 - state_scope = { capitalists = 0.007 } - } - } - - modifier = { - factor = -100 - OR = { - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { economic_policy = planned_economy } - } - } - - group = { - modifier = { - factor = 1 - luxury_needs = 0.1 - } - modifier = { - factor = 1 - luxury_needs = 0.2 - } - modifier = { - factor = 1 - luxury_needs = 0.3 - } - modifier = { - factor = 1 - luxury_needs = 0.4 - } - modifier = { - factor = 1 - luxury_needs = 0.5 - } - } - } - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = -5 - not = { literacy = 0.1 } - } - modifier = { - factor = -3 - not = { literacy = 0.15 } - } - modifier = { - factor = -2 - not = { literacy = 0.2 } - } - modifier = { - factor = -2 - not = { literacy = 0.25 } - } - modifier = { - factor = -2 - not = { literacy = 0.3 } - } - } - group = { - modifier = { - factor = 2 - literacy = 0.10 - } - modifier = { - factor = 2 - literacy = 0.20 - } - modifier = { - factor = 2 - literacy = 0.3 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = -100 - OR = { - location = { is_colonial = yes } - country = { civilized = no } - } - } - modifier = { - factor = -100 - luxury_needs = 0.2 - } - } - - - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - # modifier = { - # factor = 5.0 - # NOT = { - # location = { - # work_available = { - # worker = craftsmen - # } - # } - # } - # } - modifier = { - factor = -100 - luxury_needs = 0.2 - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + clerks = { + factor = 0.01 + + modifier = { + factor = -50 + not = { literacy = 0.50 } + } + group = { + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -100 + NOT = { + state_scope = { + work_available = { + worker = clerks + } + } + } + } + modifier = { + factor = 5 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 1.2 + literacy = 0.50 + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + OR = { + location = { + is_colonial = yes + } + country = { + civilized = no + } + } + } + modifier = { + factor = -100 + luxury_needs = 0.2 + } + } + bureaucrats = + { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + group = { + modifier = { + factor = 6 + crime_fighting = 0.74 + country = { ai = yes } + } + } + modifier = { + factor = -100 + luxury_needs = 0.2 + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + modifier = { + factor = -100 + luxury_needs = 0.2 + } + } + + capitalists = { + factor = 0.01 + modifier = { + factor = -1 + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = -1 + state_scope = { + has_factories = no + NOT = { total_pops = 200000 } + } + } + modifier = { + factor = -1 + is_accepted_culture = no + } + + modifier = { + factor = -10 + NOT = { literacy = 0.30 } + } + + modifier = { + factor = -2 + country = { debt_law = serfdom } + } + + modifier = { + factor = 3 + economic_policy = laissez_faire + } + + modifier = { + factor = 5 + state_scope = { + has_factories = yes + NOT = { capitalists = 0.001 } + } + } + + group = { + modifier = { + factor = -1 + state_scope = { capitalists = 0.001 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.003 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.005 } + country = { ai = no } + } + modifier = { + factor = -100 + state_scope = { capitalists = 0.007 } + } + } + + modifier = { + factor = -100 + OR = { + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { economic_policy = planned_economy } + } + } + + group = { + modifier = { + factor = 1 + luxury_needs = 0.1 + } + modifier = { + factor = 1 + luxury_needs = 0.2 + } + modifier = { + factor = 1 + luxury_needs = 0.3 + } + modifier = { + factor = 1 + luxury_needs = 0.4 + } + modifier = { + factor = 1 + luxury_needs = 0.5 + } + } + } + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = -5 + not = { literacy = 0.1 } + } + modifier = { + factor = -3 + not = { literacy = 0.15 } + } + modifier = { + factor = -2 + not = { literacy = 0.2 } + } + modifier = { + factor = -2 + not = { literacy = 0.25 } + } + modifier = { + factor = -2 + not = { literacy = 0.3 } + } + } + group = { + modifier = { + factor = 2 + literacy = 0.10 + } + modifier = { + factor = 2 + literacy = 0.20 + } + modifier = { + factor = 2 + literacy = 0.3 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = -100 + OR = { + location = { is_colonial = yes } + country = { civilized = no } + } + } + modifier = { + factor = -100 + luxury_needs = 0.2 + } + } + + + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + # modifier = { + # factor = 5.0 + # NOT = { + # location = { + # work_available = { + # worker = craftsmen + # } + # } + # } + # } + modifier = { + factor = -100 + luxury_needs = 0.2 + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.1 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.2 - NOT = { everyday_needs = 0.5 } - } - modifier = { - factor = 2 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 9 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.1 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.2 + NOT = { everyday_needs = 0.5 } + } + modifier = { + factor = 2 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 9 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1.2 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1.2 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } + protectionism = { + factor = 1.2 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1.2 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - -####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + +####Vote Franchise#### + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.3 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.3 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.3 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.3 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition/upper_house_composition################################### - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/bureaucrats.txt b/HPM/poptypes/bureaucrats.txt index 9cd5a0b2..15849cc3 100644 --- a/HPM/poptypes/bureaucrats.txt +++ b/HPM/poptypes/bureaucrats.txt @@ -7,8 +7,8 @@ demote_migrant = yes rebel = { - infantry = 0.5 - irregular = 0.5 + infantry = 0.5 + irregular = 0.5 } administrative_efficiency = yes @@ -16,6387 +16,6386 @@ administrative_efficiency = yes tax_eff = 1.0 life_needs_income = { - type = administration - weight = 1 + type = administration + weight = 1 } everyday_needs_income = { - type = administration - weight = 1 + type = administration + weight = 1 } luxury_needs_income = { - type = administration - weight = 1 + type = administration + weight = 1 } #Total = 22 life_needs = { - cattle = 1.5 - wool = 1.5 - fish = 2 - fruit = 2 - grain = 5 + cattle = 1.5 + wool = 1.5 + fish = 2 + fruit = 2 + grain = 5 } #Total cash needed: 139.6 - Vanilla value: 119.1 everyday_needs = { - coal = 2 #4.6 - liquor = 4 #17.6 - regular_clothes = 5 #29 - furniture = 4 #19.6 - paper = 5 #17 - glass = 1 #2.9 - tobacco = 3 #3.3 - tea = 5 #13 - coffee = 3 #4.2 - radio = 0.50 #8 - telephones = 0.5 #8 - cement = 0.5 #8 - steel = 0.5 #4.7 + coal = 2 #4.6 + liquor = 4 #17.6 + regular_clothes = 5 #29 + furniture = 4 #19.6 + paper = 5 #17 + glass = 1 #2.9 + tobacco = 3 #3.3 + tea = 5 #13 + coffee = 3 #4.2 + radio = 0.50 #8 + telephones = 0.5 #8 + cement = 0.5 #8 + steel = 0.5 #4.7 } #Total cash needed: 461.7 - Vanilla value: 383.4 luxury_needs = { - cement = 0.5 #8 - steel = 0.5 #4.7 - canned_food = 0.75 - fruit = 1 - wool = 3 - opium = 1 - luxury_clothes = 1 - luxury_furniture = 1.5 - telephones = 1.25 - automobiles = 1 - wine = 10 - aeroplanes = 0.4 - radio = 1 - fuel = 0.2 + cement = 0.5 #8 + steel = 0.5 #4.7 + canned_food = 0.75 + fruit = 1 + wool = 3 + opium = 1 + luxury_clothes = 1 + luxury_furniture = 1.5 + telephones = 1.25 + automobiles = 1 + wine = 10 + aeroplanes = 0.4 + radio = 1 + fuel = 0.2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - modifier = { - factor = 0 - NOT = { is_state_capital = yes } - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + modifier = { + factor = 0 + NOT = { is_state_capital = yes } + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - - capitalists = - { - factor = 0.01 - modifier = { - factor = -1 - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = -1 - state_scope = { - has_factories = no - NOT = { total_pops = 200000 } - } - } - modifier = { - factor = -1 - is_accepted_culture = no - } - - modifier = { - factor = -10 - NOT = { literacy = 0.30 } - } - - modifier = { - factor = -2 - country = { debt_law = serfdom } - } - - modifier = { - factor = 3 - economic_policy = laissez_faire - } - - modifier = { - factor = 5 - state_scope = { - has_factories = yes - NOT = { capitalists = 0.001 } - } - } - - group = { - modifier = { - factor = -1 - state_scope = { capitalists = 0.001 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.003 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.005 } - country = { ai = no } - } - modifier = { - factor = -100 - state_scope = { capitalists = 0.007 } - } - } - - modifier = { - factor = -100 - OR = { - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { economic_policy = planned_economy } - } - } - - group = { - modifier = { - factor = 1 - luxury_needs = 0.1 - } - modifier = { - factor = 1 - luxury_needs = 0.2 - } - modifier = { - factor = 1 - luxury_needs = 0.3 - } - modifier = { - factor = 1 - luxury_needs = 0.4 - } - modifier = { - factor = 1 - luxury_needs = 0.5 - } - } - } - - officers = - { - factor = 0.01 - modifier = { - factor = -1 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -100 - state_scope = { officers = 0.002 } - } - modifier = { - factor = 5 - literacy = 0.5 - } - group = { - modifier = { - factor = 5 - military_spending = 0.3 - } - modifier = { - factor = 10 - military_spending = 0.5 - } - modifier = { - factor = 15 - military_spending = 0.7 - } - } - } - clerks = { - factor = 0.01 - - modifier = { - factor = -50 - not = { literacy = 0.50 } - } - group = { - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -100 - NOT = { - state_scope = { - work_available = { - worker = clerks - } - } - } - } - modifier = { - factor = 5 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 1.2 - literacy = 0.50 - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - OR = { - location = { - is_colonial = yes - } - country = { - civilized = no - } - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - aristocrats = { - factor = 0.01 - - modifier = { - factor = -100 - OR = { - state_scope = { aristocrats = 0.02 } - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = -100 - NOT = { luxury_needs = 0.10 } - } - modifier = { - factor = 10 - luxury_needs = 1 - } - - modifier = { - factor = 2 - not = { literacy = 0.50 } - } - } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = 2 - literacy = 0.10 - } - modifier = { - factor = 2 - literacy = 0.20 - } - modifier = { - factor = 2 - literacy = 0.3 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = -100 - OR = { - location = { is_colonial = yes } - country = { civilized = no } - } - } - } - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { location = { work_available = { worker = craftsmen } } } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + + capitalists = + { + factor = 0.01 + modifier = { + factor = -1 + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = -1 + state_scope = { + has_factories = no + NOT = { total_pops = 200000 } + } + } + modifier = { + factor = -1 + is_accepted_culture = no + } + + modifier = { + factor = -10 + NOT = { literacy = 0.30 } + } + + modifier = { + factor = -2 + country = { debt_law = serfdom } + } + + modifier = { + factor = 3 + economic_policy = laissez_faire + } + + modifier = { + factor = 5 + state_scope = { + has_factories = yes + NOT = { capitalists = 0.001 } + } + } + + group = { + modifier = { + factor = -1 + state_scope = { capitalists = 0.001 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.003 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.005 } + country = { ai = no } + } + modifier = { + factor = -100 + state_scope = { capitalists = 0.007 } + } + } + + modifier = { + factor = -100 + OR = { + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { economic_policy = planned_economy } + } + } + + group = { + modifier = { + factor = 1 + luxury_needs = 0.1 + } + modifier = { + factor = 1 + luxury_needs = 0.2 + } + modifier = { + factor = 1 + luxury_needs = 0.3 + } + modifier = { + factor = 1 + luxury_needs = 0.4 + } + modifier = { + factor = 1 + luxury_needs = 0.5 + } + } + } + + officers = + { + factor = 0.01 + modifier = { + factor = -1 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -100 + state_scope = { officers = 0.002 } + } + modifier = { + factor = 5 + literacy = 0.5 + } + group = { + modifier = { + factor = 5 + military_spending = 0.3 + } + modifier = { + factor = 10 + military_spending = 0.5 + } + modifier = { + factor = 15 + military_spending = 0.7 + } + } + } + clerks = { + factor = 0.01 + + modifier = { + factor = -50 + not = { literacy = 0.50 } + } + group = { + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -100 + NOT = { + state_scope = { + work_available = { + worker = clerks + } + } + } + } + modifier = { + factor = 5 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 1.2 + literacy = 0.50 + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + OR = { + location = { + is_colonial = yes + } + country = { + civilized = no + } + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + aristocrats = { + factor = 0.01 + + modifier = { + factor = -100 + OR = { + state_scope = { aristocrats = 0.02 } + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = -100 + NOT = { luxury_needs = 0.10 } + } + modifier = { + factor = 10 + luxury_needs = 1 + } + + modifier = { + factor = 2 + not = { literacy = 0.50 } + } + } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = 2 + literacy = 0.10 + } + modifier = { + factor = 2 + literacy = 0.20 + } + modifier = { + factor = 2 + literacy = 0.3 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = -100 + OR = { + location = { is_colonial = yes } + country = { civilized = no } + } + } + } + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { location = { work_available = { worker = craftsmen } } } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.1 - is_disarmed = yes - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = fascist - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - } - modifier = { - factor = 2 - revanchism = 0.15 - } - modifier = { - factor = 3 - revanchism = 0.20 - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.4 - country = { - administration_spending = 0.51 - ruling_party_ideology = reactionary - } - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = conservative - } - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = socialist - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 2 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 9 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = communist - } - } - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - liberal = { - factor = 1 - - modifier = { - factor = 0.9 - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = liberal - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - modifier = { - factor = 1.2 - country = { - administration_spending = 0.51 - ruling_party_ideology = anarcho_liberal - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.1 + is_disarmed = yes + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = fascist + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + } + modifier = { + factor = 2 + revanchism = 0.15 + } + modifier = { + factor = 3 + revanchism = 0.20 + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.4 + country = { + administration_spending = 0.51 + ruling_party_ideology = reactionary + } + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = conservative + } + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = socialist + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 2 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 9 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = communist + } + } + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + liberal = { + factor = 1 + + modifier = { + factor = 0.9 + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = liberal + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + modifier = { + factor = 1.2 + country = { + administration_spending = 0.51 + ruling_party_ideology = anarcho_liberal + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1.1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1.2 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.1 - revanchism = 0.10 - } - modifier = { - factor = 4 - revanchism = 0.15 - } - modifier = { - factor = 8 - revanchism = 0.20 - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1.1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1.2 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.1 + revanchism = 0.10 + } + modifier = { + factor = 4 + revanchism = 0.15 + } + modifier = { + factor = 8 + revanchism = 0.20 + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 1.5 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 1.5 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { wage_reform = good_minimum_wage } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { wage_reform = good_minimum_wage } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/capitalists.txt b/HPM/poptypes/capitalists.txt index bd0e2edc..ea9b7b7e 100644 --- a/HPM/poptypes/capitalists.txt +++ b/HPM/poptypes/capitalists.txt @@ -7,6355 +7,6354 @@ demote_migrant = yes can_build = yes rebel = { - cavalry = 0 - artillery = 0.1 - cuirassier = 0 - dragoon = 0 - guard = 0.3 - hussar = 0 - infantry = 0.6 - irregular = 0 + cavalry = 0 + artillery = 0.1 + cuirassier = 0 + dragoon = 0 + guard = 0.3 + hussar = 0 + infantry = 0.6 + irregular = 0 } #Total = 44 life_needs = { - cattle = 3 #6 - wool = 2.5 #2.8 - fish = 4 #6 - fruit = 4 #7.2 - grain = 10 #22 + cattle = 3 #6 + wool = 2.5 #2.8 + fish = 4 #6 + fruit = 4 #7.2 + grain = 10 #22 } #Total cash needed: 3775.1 - Vanilla value: 2852 everyday_needs = { - coal = 20 - paper = 20 - luxury_clothes = 20 - luxury_furniture = 20 - wine = 20 - tobacco = 20 - coffee = 20 - tea = 10 - radio = 5 - telephones = 5 - automobiles = 1 - steel = 0.5 - cement = 0.5 + coal = 20 + paper = 20 + luxury_clothes = 20 + luxury_furniture = 20 + wine = 20 + tobacco = 20 + coffee = 20 + tea = 10 + radio = 5 + telephones = 5 + automobiles = 1 + steel = 0.5 + cement = 0.5 } #Total cash needed: 3883 - Vanilla value: 3863 luxury_needs = { - #luxury_clothes = 0.5 - #luxury_furniture = 0.5 - opium = 20 - steel = 0.5 - cement = 0.5 - lumber = 1 - canned_food = 5 - oil = 10 - rubber = 10 - telephones = 20 - automobiles = 20 - aeroplanes = 5 - radio = 20 - fuel = 30 - ammunition = 1 - small_arms = 1 - clipper_convoy = 2 - steamer_convoy = 2 + #luxury_clothes = 0.5 + #luxury_furniture = 0.5 + opium = 20 + steel = 0.5 + cement = 0.5 + lumber = 1 + canned_food = 5 + oil = 10 + rubber = 10 + telephones = 20 + automobiles = 20 + aeroplanes = 5 + radio = 20 + fuel = 30 + ammunition = 1 + small_arms = 1 + clipper_convoy = 2 + steamer_convoy = 2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - modifier = { - factor = 2 - unemployment = 0.1 - } - modifier = { - factor = 0.5 - economic_policy = laissez_faire - } - modifier = { - factor = 0.5 - economic_policy = planned_economy - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 0 - government = proletarian_dictatorship - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + modifier = { + factor = 2 + unemployment = 0.1 + } + modifier = { + factor = 0.5 + economic_policy = laissez_faire + } + modifier = { + factor = 0.5 + economic_policy = planned_economy + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 0 + government = proletarian_dictatorship + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 0 - NOT = { is_state_capital = yes } - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 0 + NOT = { is_state_capital = yes } + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - - bureaucrats = - { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - group = { - modifier = { - factor = 6 - crime_fighting = 0.74 - country = { ai = yes } - } - } - } - - officers = - { - factor = 0.01 - modifier = { - factor = -1 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -100 - state_scope = { officers = 0.002 } - } - - modifier = { - factor = -100 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - modifier = { - factor = 5 - literacy = 0.5 - } - group = { - modifier = { - factor = 5 - military_spending = 0.3 - } - modifier = { - factor = 10 - military_spending = 0.5 - } - modifier = { - factor = 15 - military_spending = 0.7 - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - artisans = - { - factor = 0.01 - group = { - modifier = { - factor = 1 - not = { literacy = 0.1 } - } - modifier = { - factor = 1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1 - not = { literacy = 0.3 } - } - modifier = { - factor = 1 - not = { literacy = 0.4 } - } - modifier = { - factor = 1 - not = { literacy = 0.5 } - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -5 - state_scope = { - work_available = { - worker = clerks - } - } - } - - modifier = { - factor = 10 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - } - + + bureaucrats = + { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + group = { + modifier = { + factor = 6 + crime_fighting = 0.74 + country = { ai = yes } + } + } + } + + officers = + { + factor = 0.01 + modifier = { + factor = -1 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -100 + state_scope = { officers = 0.002 } + } + + modifier = { + factor = -100 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + modifier = { + factor = 5 + literacy = 0.5 + } + group = { + modifier = { + factor = 5 + military_spending = 0.3 + } + modifier = { + factor = 10 + military_spending = 0.5 + } + modifier = { + factor = 15 + military_spending = 0.7 + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + artisans = + { + factor = 0.01 + group = { + modifier = { + factor = 1 + not = { literacy = 0.1 } + } + modifier = { + factor = 1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1 + not = { literacy = 0.3 } + } + modifier = { + factor = 1 + not = { literacy = 0.4 } + } + modifier = { + factor = 1 + not = { literacy = 0.5 } + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -5 + state_scope = { + work_available = { + worker = clerks + } + } + } + + modifier = { + factor = 10 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + } + } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.5 - is_disarmed = yes - } - modifier = { - factor = 2 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 5 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.6 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.2 - revanchism = 0.01 - } - modifier = { - factor = 1.2 - revanchism = 0.02 - } - modifier = { - factor = 1.2 - revanchism = 0.03 - } - modifier = { - factor = 1.2 - revanchism = 0.04 - } - modifier = { - factor = 1.2 - revanchism = 0.05 - } - modifier = { - factor = 2 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2.5 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 3 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - reactionary = { - factor = 0.8 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - - modifier = { - factor = 1.25 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.4 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1 - - modifier = { - factor = 0.6 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.2 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.4 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { rich_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 0.75 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.4 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - consciousness = 7 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - consciousness = 6 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 9 - middle_strata_militancy = 9 - } - } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 0.5 - - modifier = { - factor = 0.9 - consciousness = 5 - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1.3 - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - - modifier = { - factor = 0.7 - militancy = 6 - } - modifier = { - factor = 1.3 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 5 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 6 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 7 } } - } - modifier = { - factor = 1.1 - location = { state_scope = { average_militancy = 8 } } - } - } - - anarcho_liberal = { - factor = 0.75 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.30 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.40 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.50 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.60 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.70 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - NOT = { consciousness = 7 } - } - modifier = { - factor = 1.1 - political_reform_want = 1 - NOT = { consciousness = 7 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.5 + is_disarmed = yes + } + modifier = { + factor = 2 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 5 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.6 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.2 + revanchism = 0.01 + } + modifier = { + factor = 1.2 + revanchism = 0.02 + } + modifier = { + factor = 1.2 + revanchism = 0.03 + } + modifier = { + factor = 1.2 + revanchism = 0.04 + } + modifier = { + factor = 1.2 + revanchism = 0.05 + } + modifier = { + factor = 2 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2.5 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 3 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + reactionary = { + factor = 0.8 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + + modifier = { + factor = 1.25 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.4 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1 + + modifier = { + factor = 0.6 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.2 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.4 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { rich_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 0.75 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.4 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + consciousness = 7 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + consciousness = 6 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 9 + middle_strata_militancy = 9 + } + } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 0.5 + + modifier = { + factor = 0.9 + consciousness = 5 + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1.3 + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + + modifier = { + factor = 0.7 + militancy = 6 + } + modifier = { + factor = 1.3 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 5 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 6 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 7 } } + } + modifier = { + factor = 1.1 + location = { state_scope = { average_militancy = 8 } } + } + } + + anarcho_liberal = { + factor = 0.75 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.30 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.40 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.50 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.60 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.70 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + NOT = { consciousness = 7 } + } + modifier = { + factor = 1.1 + political_reform_want = 1 + NOT = { consciousness = 7 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 0.8 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1.2 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1.2 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 0.8 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1.2 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1.2 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.5 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.5 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 1.5 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.5 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.5 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 1.5 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1.5 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1.5 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 10 - country = { - NOT = { number_of_states = 4 } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1.5 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1.5 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.05 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.15 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.05 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.15 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.05 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.15 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.05 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.15 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.05 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.15 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.05 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.15 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.05 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.15 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.05 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.15 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.05 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.15 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.5 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.15 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.15 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.15 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.15 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 10 + country = { + NOT = { number_of_states = 4 } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1.5 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1.5 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.05 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.15 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.05 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.15 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.05 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.15 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.05 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.15 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.05 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.15 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.05 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.15 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.05 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.15 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.05 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.15 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.05 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.15 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.5 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.15 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.15 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.15 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.15 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } #####################################Health Care - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.05 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.05 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.15 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.15 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.15 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.15 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.05 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.05 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.05 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.15 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.15 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.15 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.15 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.05 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.3 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.3 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.3 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.3 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 7 - } - - modifier = { - factor = 1.4 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - } - - modifier = { - factor = 1.5 - literacy = 0.7 - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 7 + } + + modifier = { + factor = 1.4 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + } + + modifier = { + factor = 1.5 + literacy = 0.7 + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/clergymen.txt b/HPM/poptypes/clergymen.txt index 6de65e90..88542ebb 100644 --- a/HPM/poptypes/clergymen.txt +++ b/HPM/poptypes/clergymen.txt @@ -2,6594 +2,6593 @@ sprite = 3 color = { 234 227 40 } strata = middle -research_points = 3 #if max %, then 2 extra research points. -research_optimum = 0.02 #2% +research_points = 3 #if max %, then 2 extra research points. +research_optimum = 0.02 #2% rebel = { - infantry = 0.5 - irregular = 0.5 + infantry = 0.5 + irregular = 0.5 } can_reduce_consciousness = yes life_needs_income = { - type = education - weight = 1 + type = education + weight = 1 } everyday_needs_income = { - type = education - weight = 1 + type = education + weight = 1 } luxury_needs_income = { - type = reforms - weight = 1 + type = reforms + weight = 1 } #Total = 22 life_needs = { - cattle = 1.5 - wool = 1.5 - fish = 2 - fruit = 2 - grain = 5 + cattle = 1.5 + wool = 1.5 + fish = 2 + fruit = 2 + grain = 5 } #Total cash needed: 126.9 - Vanilla value: 119.1 everyday_needs = { - coal = 2 #4.6 - liquor = 4 #17.6 - regular_clothes = 5 #29 - furniture = 4 #19.6 - paper = 5 #17 - glass = 1 #2.9 - tobacco = 3 #3.3 - tea = 5 #13 - coffee = 3 #4.2 - radio = 0.5 #8 - telephones = 0.5 #8 - steel = 0.1 - cement = 0.1 - lumber = 0.1 + coal = 2 #4.6 + liquor = 4 #17.6 + regular_clothes = 5 #29 + furniture = 4 #19.6 + paper = 5 #17 + glass = 1 #2.9 + tobacco = 3 #3.3 + tea = 5 #13 + coffee = 3 #4.2 + radio = 0.5 #8 + telephones = 0.5 #8 + steel = 0.1 + cement = 0.1 + lumber = 0.1 } #Total cash needed: 388.6 - Vanilla value: 383.4 luxury_needs = { - steel = 0.25 - cement = 0.25 - lumber = 0.25 - canned_food = 0.75 - fruit = 1 - wool = 3 - opium = 1 - luxury_clothes = 1 - luxury_furniture = 1 - telephones = 1.25 - automobiles = 1 - wine = 10 - aeroplanes = 0.4 - radio = 1 - fuel = 0.2 + steel = 0.25 + cement = 0.25 + lumber = 0.25 + canned_food = 0.75 + fruit = 1 + wool = 3 + opium = 1 + luxury_clothes = 1 + luxury_furniture = 1 + telephones = 1.25 + automobiles = 1 + wine = 10 + aeroplanes = 0.4 + radio = 1 + fuel = 0.2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - modifier = { - factor = 0.75 - NOT = { education_spending = 0.4 } - } - modifier = { - factor = 1.1 - education_spending = 0.7 - } - modifier = { - factor = 1.1 - OR = { - education_spending = 0.8 - AND = { - ai = yes - education_spending = 0.74 - } - } - } - modifier = { - factor = 1.1 - OR = { - education_spending = 0.9 - AND = { - ai = yes - education_spending = 0.74 - } - } - } - modifier = { - factor = 1.2 - OR = { - education_spending = 0.99 - AND = { - ai = yes - education_spending = 0.74 - } - } - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + modifier = { + factor = 0.75 + NOT = { education_spending = 0.4 } + } + modifier = { + factor = 1.1 + education_spending = 0.7 + } + modifier = { + factor = 1.1 + OR = { + education_spending = 0.8 + AND = { + ai = yes + education_spending = 0.74 + } + } + } + modifier = { + factor = 1.1 + OR = { + education_spending = 0.9 + AND = { + ai = yes + education_spending = 0.74 + } + } + } + modifier = { + factor = 1.2 + OR = { + education_spending = 0.99 + AND = { + ai = yes + education_spending = 0.74 + } + } + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 0.25 - has_culture_core = no - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 0.25 + has_culture_core = no + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - aristocrats = - { - factor = 0.01 - - modifier = { - factor = -100 - OR = { - state_scope = { aristocrats = 0.02 } - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = -100 - NOT = { luxury_needs = 0.10 } - } - modifier = { - factor = 10 - luxury_needs = 1 - } - - modifier = { - factor = 2 - not = { literacy = 0.50 } - } - } - officers = - { - factor = 0.01 - modifier = { - factor = -1 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -100 - state_scope = { officers = 0.002 } - } - - modifier = { - factor = -100 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - modifier = { - factor = 5 - literacy = 0.5 - } - group = { - modifier = { - factor = 5 - military_spending = 0.3 - } - modifier = { - factor = 10 - military_spending = 0.5 - } - modifier = { - factor = 15 - military_spending = 0.7 - } - } - } - bureaucrats = - { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - - group = { - modifier = { - factor = 6 - crime_fighting = 0.74 - country = { ai = yes } - } - } - } - clerks = { - factor = 0.01 - - modifier = { - factor = -50 - not = { literacy = 0.50 } - } - group = { - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -100 - NOT = { - state_scope = { - work_available = { - worker = clerks - } - } - } - } - modifier = { - factor = 5 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 1.2 - literacy = 0.50 - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - OR = { - location = { - is_colonial = yes - } - country = { - civilized = no - } - } - } - } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = 2 - literacy = 0.10 - } - modifier = { - factor = 2 - literacy = 0.20 - } - modifier = { - factor = 2 - literacy = 0.3 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = -100 - OR = { - location = { is_colonial = yes } - country = { civilized = no } - } - } - } - - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { location = { work_available = { worker = craftsmen } } } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + aristocrats = + { + factor = 0.01 + + modifier = { + factor = -100 + OR = { + state_scope = { aristocrats = 0.02 } + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = -100 + NOT = { luxury_needs = 0.10 } + } + modifier = { + factor = 10 + luxury_needs = 1 + } + + modifier = { + factor = 2 + not = { literacy = 0.50 } + } + } + officers = + { + factor = 0.01 + modifier = { + factor = -1 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -100 + state_scope = { officers = 0.002 } + } + + modifier = { + factor = -100 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + modifier = { + factor = 5 + literacy = 0.5 + } + group = { + modifier = { + factor = 5 + military_spending = 0.3 + } + modifier = { + factor = 10 + military_spending = 0.5 + } + modifier = { + factor = 15 + military_spending = 0.7 + } + } + } + bureaucrats = + { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + + group = { + modifier = { + factor = 6 + crime_fighting = 0.74 + country = { ai = yes } + } + } + } + clerks = { + factor = 0.01 + + modifier = { + factor = -50 + not = { literacy = 0.50 } + } + group = { + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -100 + NOT = { + state_scope = { + work_available = { + worker = clerks + } + } + } + } + modifier = { + factor = 5 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 1.2 + literacy = 0.50 + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + OR = { + location = { + is_colonial = yes + } + country = { + civilized = no + } + } + } + } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = 2 + literacy = 0.10 + } + modifier = { + factor = 2 + literacy = 0.20 + } + modifier = { + factor = 2 + literacy = 0.3 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = -100 + OR = { + location = { is_colonial = yes } + country = { civilized = no } + } + } + } + + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { location = { work_available = { worker = craftsmen } } } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.1 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1 - - modifier = { - factor = 0.5 - militancy = 6 - } - - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - - modifier = { - factor = 1.3 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.5 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ########################################### - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.3 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 2 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 9 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - modifier = { - factor = 0.8 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 1.3 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.1 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1 + + modifier = { + factor = 0.5 + militancy = 6 + } + + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + + modifier = { + factor = 1.3 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.5 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ########################################### + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.3 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 2 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 9 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + modifier = { + factor = 0.8 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 1.3 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1.1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 0.5 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 0.8 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1.2 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1.1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 0.5 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 0.8 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1.2 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 1.5 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 1.5 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { wage_reform = good_minimum_wage } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { wage_reform = good_minimum_wage } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/clerks.txt b/HPM/poptypes/clerks.txt index 6303aba3..959bd786 100644 --- a/HPM/poptypes/clerks.txt +++ b/HPM/poptypes/clerks.txt @@ -12,1023 +12,1023 @@ unemployment = yes can_work_factory = yes rebel = { - infantry = 0.5 - irregular = 0.5 + infantry = 0.5 + irregular = 0.5 } -#Total = 11 Vanilla = 11 +#Total = 11 Vanilla = 11 life_needs = { - cattle = 0.75 #1.5 - wool = 1 #0.7 - fish = 1 #1.5 - fruit = 1 #1.8 - grain = 2.5 #5.5 + cattle = 0.75 #1.5 + wool = 1 #0.7 + fish = 1 #1.5 + fruit = 1 #1.8 + grain = 2.5 #5.5 } #Total cash needed: 65.225 - Vanilla value: 64 everyday_needs = { - tea = 4 #10.4 - coal = 2 #4.6 - liquor = 2.5 #11 - regular_clothes = 3 #17.4 - furniture = 3 #14.7 - coffee = 2 #2.1 - tobacco = 1 #1.1 + tea = 4 #10.4 + coal = 2 #4.6 + liquor = 2.5 #11 + regular_clothes = 3 #17.4 + furniture = 3 #14.7 + coffee = 2 #2.1 + tobacco = 1 #1.1 } #Total cash needed: 448.9 - Vanilla value: 383.4 luxury_needs = { - paper = 5 - canned_food = 0.75 - fruit = 1 - wool = 3 - opium = 1 - luxury_clothes = 1 - luxury_furniture = 1 - telephones = 1.25 - automobiles = 1 - wine = 10 - aeroplanes = 0.4 - radio = 1 - fuel = 0.2 + paper = 5 + canned_food = 0.75 + fruit = 1 + wool = 3 + opium = 1 + luxury_clothes = 1 + luxury_furniture = 1 + telephones = 1.25 + automobiles = 1 + wine = 10 + aeroplanes = 0.4 + radio = 1 + fuel = 0.2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 0.1 - unemployment = 0.1 - state_scope = { has_factories = no } - } - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - can_build_factory = no - OR = { - unemployment_by_type = { type = farmers value = 0.03 } - unemployment_by_type = { type = labourers value = 0.03 } - } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 3 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - work_available = { worker = craftsmen } - } - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 0.1 + unemployment = 0.1 + state_scope = { has_factories = no } + } + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + can_build_factory = no + OR = { + unemployment_by_type = { type = farmers value = 0.03 } + unemployment_by_type = { type = labourers value = 0.03 } + } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 3 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + work_available = { worker = craftsmen } + } + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - bureaucrats = - { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - group = { - modifier = { - factor = 6 - crime_fighting = 0.74 - country = { ai = yes } - } - } - } - officers = - { - factor = 0.01 - modifier = { - factor = -1 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -100 - state_scope = { officers = 0.002 } - } - - modifier = { - factor = -100 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - modifier = { - factor = 5 - literacy = 0.5 - } - group = { - modifier = { - factor = 5 - military_spending = 0.3 - } - modifier = { - factor = 10 - military_spending = 0.5 - } - modifier = { - factor = 15 - military_spending = 0.7 - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - capitalists = { - factor = 0.01 - modifier = { - factor = -1 - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = -1 - state_scope = { - has_factories = no - NOT = { total_pops = 200000 } - } - } - modifier = { - factor = -1 - is_accepted_culture = no - } - - modifier = { - factor = -20 - NOT = { literacy = 0.30 } - } - - modifier = { - factor = -2 - country = { debt_law = serfdom } - } - - modifier = { - factor = 3 - economic_policy = laissez_faire - } - - modifier = { - factor = 5 - state_scope = { - has_factories = yes - NOT = { capitalists = 0.001 } - } - } - - group = { - modifier = { - factor = -1 - state_scope = { capitalists = 0.001 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.003 } - country = { ai = no } - } - modifier = { - factor = -2 - state_scope = { capitalists = 0.005 } - country = { ai = no } - } - modifier = { - factor = -100 - state_scope = { capitalists = 0.007 } - } - } - - modifier = { - factor = -100 - OR = { - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { economic_policy = planned_economy } - } - } - - group = { - modifier = { - factor = 1 - luxury_needs = 0.1 - } - modifier = { - factor = 1 - luxury_needs = 0.2 - } - modifier = { - factor = 1 - luxury_needs = 0.3 - } - modifier = { - factor = 1 - luxury_needs = 0.4 - } - modifier = { - factor = 1 - luxury_needs = 0.5 - } - modifier = { - factor = 1 - luxury_needs = 0.6 - } - modifier = { - factor = 1 - luxury_needs = 0.7 - } - modifier = { - factor = 1 - luxury_needs = 0.8 - } - modifier = { - factor = 1 - luxury_needs = 0.9 - } - modifier = { - factor = 1 - luxury_needs = 1 - } - } - } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = 2 - literacy = 0.10 - } - modifier = { - factor = 2 - literacy = 0.20 - } - modifier = { - factor = 2 - literacy = 0.3 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen} } } - } - modifier = { - factor = -100 - OR = { - location = { is_colonial = yes } - country = {civilized = no} - } - } - } - - - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { - location = { - work_available = { - worker = craftsmen - } - } - } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + bureaucrats = + { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + group = { + modifier = { + factor = 6 + crime_fighting = 0.74 + country = { ai = yes } + } + } + } + officers = + { + factor = 0.01 + modifier = { + factor = -1 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -100 + state_scope = { officers = 0.002 } + } + + modifier = { + factor = -100 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + modifier = { + factor = 5 + literacy = 0.5 + } + group = { + modifier = { + factor = 5 + military_spending = 0.3 + } + modifier = { + factor = 10 + military_spending = 0.5 + } + modifier = { + factor = 15 + military_spending = 0.7 + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + capitalists = { + factor = 0.01 + modifier = { + factor = -1 + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = -1 + state_scope = { + has_factories = no + NOT = { total_pops = 200000 } + } + } + modifier = { + factor = -1 + is_accepted_culture = no + } + + modifier = { + factor = -20 + NOT = { literacy = 0.30 } + } + + modifier = { + factor = -2 + country = { debt_law = serfdom } + } + + modifier = { + factor = 3 + economic_policy = laissez_faire + } + + modifier = { + factor = 5 + state_scope = { + has_factories = yes + NOT = { capitalists = 0.001 } + } + } + + group = { + modifier = { + factor = -1 + state_scope = { capitalists = 0.001 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.003 } + country = { ai = no } + } + modifier = { + factor = -2 + state_scope = { capitalists = 0.005 } + country = { ai = no } + } + modifier = { + factor = -100 + state_scope = { capitalists = 0.007 } + } + } + + modifier = { + factor = -100 + OR = { + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { economic_policy = planned_economy } + } + } + + group = { + modifier = { + factor = 1 + luxury_needs = 0.1 + } + modifier = { + factor = 1 + luxury_needs = 0.2 + } + modifier = { + factor = 1 + luxury_needs = 0.3 + } + modifier = { + factor = 1 + luxury_needs = 0.4 + } + modifier = { + factor = 1 + luxury_needs = 0.5 + } + modifier = { + factor = 1 + luxury_needs = 0.6 + } + modifier = { + factor = 1 + luxury_needs = 0.7 + } + modifier = { + factor = 1 + luxury_needs = 0.8 + } + modifier = { + factor = 1 + luxury_needs = 0.9 + } + modifier = { + factor = 1 + luxury_needs = 1 + } + } + } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = 2 + literacy = 0.10 + } + modifier = { + factor = 2 + literacy = 0.20 + } + modifier = { + factor = 2 + literacy = 0.3 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen} } } + } + modifier = { + factor = -100 + OR = { + location = { is_colonial = yes } + country = {civilized = no} + } + } + } + + + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { + location = { + work_available = { + worker = craftsmen + } + } + } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } @@ -1036,5936 +1036,5935 @@ promote_to = ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.1 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1.1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 2 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - NOT = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 9 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1.2 - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.1 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1.1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 2 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + NOT = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 9 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1.2 + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { war_exhaustion = 10 } - } - modifier = { - factor = 1.1 - war = yes - NOT = { war_exhaustion = 20 } - } - modifier = { - factor = 1.1 - war = yes - NOT = { war_exhaustion = 30 } - } - modifier = { - factor = 1.1 - war = yes - NOT = { war_exhaustion = 40 } - } - modifier = { - factor = 1.1 - war = yes - NOT = { war_exhaustion = 50 } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1.1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { war_exhaustion = 10 } + } + modifier = { + factor = 1.1 + war = yes + NOT = { war_exhaustion = 20 } + } + modifier = { + factor = 1.1 + war = yes + NOT = { war_exhaustion = 30 } + } + modifier = { + factor = 1.1 + war = yes + NOT = { war_exhaustion = 40 } + } + modifier = { + factor = 1.1 + war = yes + NOT = { war_exhaustion = 50 } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1.1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - country = { - civilized = no - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + country = { + civilized = no + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } ######################################Trade Unions - state_controlled = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - non_socialist = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - - all_trade_unions = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } -} + state_controlled = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + non_socialist = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + + + all_trade_unions = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } +} diff --git a/HPM/poptypes/craftsmen.txt b/HPM/poptypes/craftsmen.txt index 20b3a2f0..194bf9e2 100644 --- a/HPM/poptypes/craftsmen.txt +++ b/HPM/poptypes/craftsmen.txt @@ -7,7215 +7,7213 @@ can_work_factory = yes #Total = 11 life_needs = { - cattle = 0.75 - wool = 1 - fish = 1 - fruit = 1 - grain = 2.5 + cattle = 0.75 + wool = 1 + fish = 1 + fruit = 1 + grain = 2.5 } #Total cash needed: 59 - Vanilla value: 64 everyday_needs = { - tea = 4 #10.4 - coal = 1 #2.3 - liquor = 2.5 #11 - regular_clothes = 3 #17.4 - furniture = 3 #14.7 - coffee = 2 #2.1 - tobacco = 1 #1.1 + tea = 4 #10.4 + coal = 1 #2.3 + liquor = 2.5 #11 + regular_clothes = 3 #17.4 + furniture = 3 #14.7 + coffee = 2 #2.1 + tobacco = 1 #1.1 } #Total cash needed: 136.78 - Vanilla value: 125.995 -luxury_needs = { - regular_clothes = 3 - furniture = 3 - paper = 1.0 - telephones = 1.0 - automobiles = 0.5 - radio = 1.0 - fuel = 0.1 - #dye = 0.5 +luxury_needs = { + regular_clothes = 3 + furniture = 3 + paper = 1.0 + telephones = 1.0 + automobiles = 0.5 + radio = 1.0 + fuel = 0.1 + #dye = 0.5 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + } migration_target = { - factor = 0.01 - - modifier = { - factor = 0.1 - unemployment = 0.1 - state_scope = { has_factories = no } - } - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - can_build_factory = no - OR = { - unemployment_by_type = { type = farmers value = 0.03 } - unemployment_by_type = { type = labourers value = 0.03 } - } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 0.25 - has_culture_core = no - } - modifier = { - factor = 3 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - work_available = { worker = craftsmen } - } - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 0.1 + unemployment = 0.1 + state_scope = { has_factories = no } + } + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + can_build_factory = no + OR = { + unemployment_by_type = { type = farmers value = 0.03 } + unemployment_by_type = { type = labourers value = 0.03 } + } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 0.25 + has_culture_core = no + } + modifier = { + factor = 3 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + work_available = { worker = craftsmen } + } + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - serfs = { - factor = 0.1 - - modifier = { - factor = 10 - NOT = { life_needs = 0.1 } - } - - modifier = { - factor = 5 - NOT = { life_needs = 0.2 } - } - - modifier = { - factor = 2.5 - NOT = { life_needs = 0.3 } - } - - modifier = { - factor = 2 - NOT = { life_needs = 0.4 } - } - - modifier = { - factor = 0.5 - NOT = { life_needs = 0.5 } - } - - modifier = { - factor = -100 - OR = { - location = { - owner = { NOT = { debt_law = serfdom } } - } - serfs = 0.4 - } - } - } - - artisans = { - factor = 0.01 - group = { - modifier = { - factor = 1 - not = { literacy = 0.1 } - } - modifier = { - factor = 1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1 - not = { literacy = 0.3 } - } - modifier = { - factor = 1 - not = { literacy = 0.4 } - } - modifier = { - factor = 1 - not = { literacy = 0.5 } - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -5 - state_scope = { work_available = { worker = clerks } } - } - - modifier = { - factor = 10 - state_scope = { has_factories = no } - can_build_factory = no - } - } - - bureaucrats = { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - modifier = { - factor = 6 - crime_fighting = 0.74 - location = { owner = { ai = yes } } - } - } - soldiers = - { - factor = 0.01 - group = { - modifier = { - factor = -4 - recruited_percentage = 0.0 - } - modifier = { - factor = 1 - recruited_percentage = 0.25 - } - modifier = { - factor = 1 - recruited_percentage = 0.33 - } - modifier = { - factor = 1 - recruited_percentage = 0.40 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.50 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.60 - } - } - - group = { - modifier = { - factor = 2 - military_spending = 0.10 - } - modifier = { - factor = 2 - military_spending = 0.20 - } - modifier = { - factor = 2 - military_spending = 0.30 - } - modifier = { - factor = 2 - military_spending = 0.40 - } - modifier = { - factor = 2 - military_spending = 0.5 - } - modifier = { - factor = 2 - military_spending = 0.6 - } - modifier = { - factor = 2 - military_spending = 0.7 - } - modifier = { - factor = 2 - military_spending = 0.8 - } - modifier = { - factor = 2 - military_spending = 0.9 - } - modifier = { - factor = 2 - military_spending = 0.99 - } - } - group = { - modifier = { - factor = -2 - soldiers = 0.005 - } - modifier = { - factor = -2 - soldiers = 0.01 - } - modifier = { - factor = -2 - soldiers = 0.015 - } - modifier = { - factor = -2 - soldiers = 0.02 - } - modifier = { - factor = -2 - soldiers = 0.025 - } - modifier = { - factor = -2 - soldiers = 0.03 - } - modifier = { - factor = -2 - soldiers = 0.035 - } - modifier = { - factor = -2 - soldiers = 0.04 - } - modifier = { - factor = -2 - soldiers = 0.045 - } - modifier = { - factor = -100 - soldiers = 0.05 - } - } - } - clerks = { - factor = 0.01 - - modifier = { - factor = -50 - not = { literacy = 0.50 } - } - group = { - modifier = { - factor = 2 - literacy = 0.5 - } - modifier = { - factor = 2 - literacy = 0.6 - } - modifier = { - factor = 2 - literacy = 0.7 - } - modifier = { - factor = 2 - literacy = 0.8 - } - modifier = { - factor = 2 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = 1 - clergymen = 0.004 - } - modifier = { - factor = 1 - clergymen = 0.008 - } - modifier = { - factor = 1 - clergymen = 0.012 - } - modifier = { - factor = 1 - clergymen = 0.016 - } - modifier = { - factor = 1 - clergymen = 0.02 - } - modifier = { - factor = 1 - clergymen = 0.024 - } - modifier = { - factor = 1 - clergymen = 0.028 - } - modifier = { - factor = 1 - clergymen = 0.032 - } - modifier = { - factor = 1 - clergymen = 0.036 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 2 - soldiers = 0.01 - } - modifier = { - factor = 2 - soldiers = 0.02 - } - modifier = { - factor = 2 - soldiers = 0.03 - } - modifier = { - factor = 2 - soldiers = 0.04 - } - modifier = { - factor = 2 - soldiers = 0.05 - } - } - modifier = { - factor = -100 - NOT = { - state_scope = { - work_available = { - worker = clerks - } - } - } - } - modifier = { - factor = 5 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 1.2 - literacy = 0.50 - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - OR = { - location = { - is_colonial = yes - } - country = { - civilized = no - } - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { - location = { - work_available = { - worker = craftsmen - } - } - } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } + serfs = { + factor = 0.1 + + modifier = { + factor = 10 + NOT = { life_needs = 0.1 } + } + + modifier = { + factor = 5 + NOT = { life_needs = 0.2 } + } + + modifier = { + factor = 2.5 + NOT = { life_needs = 0.3 } + } + + modifier = { + factor = 2 + NOT = { life_needs = 0.4 } + } + + modifier = { + factor = 0.5 + NOT = { life_needs = 0.5 } + } + + modifier = { + factor = -100 + OR = { + location = { + owner = { NOT = { debt_law = serfdom } } + } + serfs = 0.4 + } + } + } + + artisans = { + factor = 0.01 + group = { + modifier = { + factor = 1 + not = { literacy = 0.1 } + } + modifier = { + factor = 1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1 + not = { literacy = 0.3 } + } + modifier = { + factor = 1 + not = { literacy = 0.4 } + } + modifier = { + factor = 1 + not = { literacy = 0.5 } + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -5 + state_scope = { work_available = { worker = clerks } } + } + + modifier = { + factor = 10 + state_scope = { has_factories = no } + can_build_factory = no + } + } + + bureaucrats = { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + modifier = { + factor = 6 + crime_fighting = 0.74 + location = { owner = { ai = yes } } + } + } + soldiers = + { + factor = 0.01 + group = { + modifier = { + factor = -4 + recruited_percentage = 0.0 + } + modifier = { + factor = 1 + recruited_percentage = 0.25 + } + modifier = { + factor = 1 + recruited_percentage = 0.33 + } + modifier = { + factor = 1 + recruited_percentage = 0.40 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.50 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.60 + } + } + + group = { + modifier = { + factor = 2 + military_spending = 0.10 + } + modifier = { + factor = 2 + military_spending = 0.20 + } + modifier = { + factor = 2 + military_spending = 0.30 + } + modifier = { + factor = 2 + military_spending = 0.40 + } + modifier = { + factor = 2 + military_spending = 0.5 + } + modifier = { + factor = 2 + military_spending = 0.6 + } + modifier = { + factor = 2 + military_spending = 0.7 + } + modifier = { + factor = 2 + military_spending = 0.8 + } + modifier = { + factor = 2 + military_spending = 0.9 + } + modifier = { + factor = 2 + military_spending = 0.99 + } + } + group = { + modifier = { + factor = -2 + soldiers = 0.005 + } + modifier = { + factor = -2 + soldiers = 0.01 + } + modifier = { + factor = -2 + soldiers = 0.015 + } + modifier = { + factor = -2 + soldiers = 0.02 + } + modifier = { + factor = -2 + soldiers = 0.025 + } + modifier = { + factor = -2 + soldiers = 0.03 + } + modifier = { + factor = -2 + soldiers = 0.035 + } + modifier = { + factor = -2 + soldiers = 0.04 + } + modifier = { + factor = -2 + soldiers = 0.045 + } + modifier = { + factor = -100 + soldiers = 0.05 + } + } + } + clerks = { + factor = 0.01 + + modifier = { + factor = -50 + not = { literacy = 0.50 } + } + group = { + modifier = { + factor = 2 + literacy = 0.5 + } + modifier = { + factor = 2 + literacy = 0.6 + } + modifier = { + factor = 2 + literacy = 0.7 + } + modifier = { + factor = 2 + literacy = 0.8 + } + modifier = { + factor = 2 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = 1 + clergymen = 0.004 + } + modifier = { + factor = 1 + clergymen = 0.008 + } + modifier = { + factor = 1 + clergymen = 0.012 + } + modifier = { + factor = 1 + clergymen = 0.016 + } + modifier = { + factor = 1 + clergymen = 0.02 + } + modifier = { + factor = 1 + clergymen = 0.024 + } + modifier = { + factor = 1 + clergymen = 0.028 + } + modifier = { + factor = 1 + clergymen = 0.032 + } + modifier = { + factor = 1 + clergymen = 0.036 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 2 + soldiers = 0.01 + } + modifier = { + factor = 2 + soldiers = 0.02 + } + modifier = { + factor = 2 + soldiers = 0.03 + } + modifier = { + factor = 2 + soldiers = 0.04 + } + modifier = { + factor = 2 + soldiers = 0.05 + } + } + modifier = { + factor = -100 + NOT = { + state_scope = { + work_available = { + worker = clerks + } + } + } + } + modifier = { + factor = 5 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 1.2 + literacy = 0.50 + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + OR = { + location = { + is_colonial = yes + } + country = { + civilized = no + } + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { + location = { + work_available = { + worker = craftsmen + } + } + } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.05 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 0.9 - - modifier = { - factor = 0.5 - militancy = 6 - } - - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.4 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1.1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - not = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - consciousness = 3 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.5 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 9 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1.05 - modifier = { - factor = 0.9 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.01 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.05 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 0.9 + + modifier = { + factor = 0.5 + militancy = 6 + } + + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.4 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1.1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + not = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + consciousness = 3 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.5 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 9 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1.05 + modifier = { + factor = 0.9 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.01 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 0.8 - country = { civilized = no } - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 0.8 + country = { civilized = no } + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - modifier = { - factor = 0 - country = { civilized = no } - } - - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { - sphere_owner = { slavery = no_slavery } - } - } - } - - no_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + modifier = { + factor = 0 + country = { civilized = no } + } + + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { + sphere_owner = { slavery = no_slavery } + } + } + } + + no_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1.2 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1.2 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.35 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - trinket_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.35 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + trinket_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - NOT = { child_labor = child_labor_illegal } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + NOT = { child_labor = child_labor_illegal } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } ######################################Trade Unions - state_controlled = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - non_socialist = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - - all_trade_unions = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - modifier = { - factor = 1.3 - consciousness = 9 - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } -} + state_controlled = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + + non_socialist = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + all_trade_unions = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + modifier = { + factor = 1.3 + consciousness = 9 + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } +} diff --git a/HPM/poptypes/farmers.txt b/HPM/poptypes/farmers.txt index 8f6ea04a..f640806a 100644 --- a/HPM/poptypes/farmers.txt +++ b/HPM/poptypes/farmers.txt @@ -7,7373 +7,7372 @@ equivalent = labourers #Total 11.5 life_needs = { - cattle = 1 #2.0 - wool = 1 #0.7 - fish = 1 #1.5 - fruit = 1 #1.8 - grain = 2.5 #5.5 + cattle = 1 #2.0 + wool = 1 #0.7 + fish = 1 #1.5 + fruit = 1 #1.8 + grain = 2.5 #5.5 } #Total cash needed: 50.75 - Vanilla value: 49.25 everyday_needs = { - tea = 4 - coal = 1 - liquor = 2 - regular_clothes = 1.2 - furniture = 1.1 - coffee = 1 - tobacco = 1 - fertilizer = 0.5 #0 + tea = 4 + coal = 1 + liquor = 2 + regular_clothes = 1.2 + furniture = 1.1 + coffee = 1 + tobacco = 1 + fertilizer = 0.5 #0 } #Total cash needed: 136.78 - Vanilla value: 125.995 luxury_needs = { - regular_clothes = 3 - furniture = 3 - paper = 1.0 - telephones = 1.0 - automobiles = 0.5 - radio = 1.0 - fuel = 0.1 - #dye = 0.5 + regular_clothes = 3 + furniture = 3 + paper = 1.0 + telephones = 1.0 + automobiles = 0.5 + radio = 1.0 + fuel = 0.1 + #dye = 0.5 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 0.1 - unemployment = 0.1 - state_scope = { has_factories = no } - } - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - can_build_factory = no - OR = { - unemployment_by_type = { type = farmers value = 0.03 } - unemployment_by_type = { type = labourers value = 0.03 } - } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 0.25 - has_culture_core = no - } - modifier = { - factor = 2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - work_available = { worker = craftsmen } - } - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 0.1 + unemployment = 0.1 + state_scope = { has_factories = no } + } + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + can_build_factory = no + OR = { + unemployment_by_type = { type = farmers value = 0.03 } + unemployment_by_type = { type = labourers value = 0.03 } + } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 0.25 + has_culture_core = no + } + modifier = { + factor = 2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + work_available = { worker = craftsmen } + } + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - - serfs = { - factor = 0.1 - - modifier = { - factor = 10 - NOT = { life_needs = 0.1 } - } - - modifier = { - factor = 5 - NOT = { life_needs = 0.2 } - } - - modifier = { - factor = 2.5 - NOT = { life_needs = 0.3 } - } - - modifier = { - factor = 2 - NOT = { life_needs = 0.4 } - } - - modifier = { - factor = 0.5 - NOT = { life_needs = 0.5 } - } - - modifier = { - factor = -100 - OR = { - location = { - owner = { NOT = { debt_law = serfdom } } - } - serfs = 0.4 - } - } - } - - artisans = { - factor = 0.01 - modifier = { - factor = 1 - not = { literacy = 0.1 } - } - modifier = { - factor = 1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1 - not = { literacy = 0.3 } - } - modifier = { - factor = 1 - not = { literacy = 0.4 } - } - modifier = { - factor = 1 - not = { literacy = 0.5 } - } - group = { - modifier = { - factor = 1 - clergymen = 0.008 - } - - modifier = { - factor = 1 - clergymen = 0.016 - } - - modifier = { - factor = 1 - clergymen = 0.024 - } - - modifier = { - factor = 1 - clergymen = 0.032 - } - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 1 - soldiers = 0.01 - } - modifier = { - factor = 1 - soldiers = 0.02 - } - modifier = { - factor = 1 - soldiers = 0.03 - } - modifier = { - factor = 1 - soldiers = 0.04 - } - modifier = { - factor = 1 - soldiers = 0.05 - } - } - modifier = { - factor = -5 - state_scope = { work_available = { worker = clerks } } - } - - modifier = { - factor = 10 - state_scope = { has_factories = no } - can_build_factory = no - } - } - bureaucrats = { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - modifier = { - factor = 6 - crime_fighting = 0.74 - location = { owner = { ai = yes } } - } - } - soldiers = - { - factor = 0.01 - group = { - modifier = { - factor = -4 - recruited_percentage = 0.0 - } - modifier = { - factor = 1 - recruited_percentage = 0.25 - } - modifier = { - factor = 1 - recruited_percentage = 0.33 - } - modifier = { - factor = 1 - recruited_percentage = 0.40 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.50 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.60 - } - } - - group = { - modifier = { - factor = 2 - military_spending = 0.10 - } - modifier = { - factor = 2 - military_spending = 0.20 - } - modifier = { - factor = 2 - military_spending = 0.30 - } - modifier = { - factor = 2 - military_spending = 0.40 - } - modifier = { - factor = 2 - military_spending = 0.5 - } - modifier = { - factor = 2 - military_spending = 0.6 - } - modifier = { - factor = 2 - military_spending = 0.7 - } - modifier = { - factor = 2 - military_spending = 0.8 - } - modifier = { - factor = 2 - military_spending = 0.9 - } - modifier = { - factor = 2 - military_spending = 0.99 - } - } - group = { - modifier = { - factor = -2 - soldiers = 0.005 - } - modifier = { - factor = -2 - soldiers = 0.01 - } - modifier = { - factor = -2 - soldiers = 0.015 - } - modifier = { - factor = -2 - soldiers = 0.02 - } - modifier = { - factor = -2 - soldiers = 0.025 - } - modifier = { - factor = -2 - soldiers = 0.03 - } - modifier = { - factor = -2 - soldiers = 0.035 - } - modifier = { - factor = -2 - soldiers = 0.04 - } - modifier = { - factor = -2 - soldiers = 0.045 - } - modifier = { - factor = -100 - soldiers = 0.05 - } - } - - modifier = { - factor = -100 - soldiers = 0.01 - location = { - is_colonial = yes - is_overseas = yes - } - is_primary_culture = no - is_accepted_culture = no - OR = { - has_pop_religion = animist - NOT = { country = { has_country_flag = colonial_armies } } - } - } - - modifier = { - factor = -100 - soldiers = 0.02 - location = { - is_colonial = yes - is_overseas = yes - } - is_primary_culture = no - is_accepted_culture = no - NOT = { has_pop_religion = animist } - country = { has_country_flag = colonial_armies } - } - } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = -5 - not = { literacy = 0.1 } - } - modifier = { - factor = -3 - not = { literacy = 0.15 } - } - modifier = { - factor = -2 - not = { literacy = 0.2 } - } - modifier = { - factor = -2 - not = { literacy = 0.25 } - } - modifier = { - factor = -2 - not = { literacy = 0.3 } - } - } - group = { - modifier = { - factor = 1 - literacy = 0.3 - } - modifier = { - factor = 1 - literacy = 0.4 - } - modifier = { - factor = 1 - literacy = 0.5 - } - modifier = { - factor = 1 - literacy = 0.6 - } - modifier = { - factor = 1 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 1 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - NOT = { - location = { - unemployment_by_type = { type = craftsmen value = 0.25 } } - } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = -100 - location = { is_colonial = yes } - } - } - - - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - aristocrats = { - factor = 0.01 - - modifier = { - factor = -100 - OR = { - state_scope = { aristocrats = 0.02 } - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = -100 - NOT = { luxury_needs = 0.10 } - } - modifier = { - factor = 10 - luxury_needs = 1 - } - - modifier = { - factor = 2 - not = { literacy = 0.50 } - } - } - - #slaves = { - # factor = 0 - # modifier = { - # factor = -100 - # OR = { - # country = { NOT = { slavery = yes_slavery } } - # NOT = { location = { is_colonial = yes } } - # is_primary_culture = yes - # is_accepted_culture = yes - # } - # } - #} + + serfs = { + factor = 0.1 + + modifier = { + factor = 10 + NOT = { life_needs = 0.1 } + } + + modifier = { + factor = 5 + NOT = { life_needs = 0.2 } + } + + modifier = { + factor = 2.5 + NOT = { life_needs = 0.3 } + } + + modifier = { + factor = 2 + NOT = { life_needs = 0.4 } + } + + modifier = { + factor = 0.5 + NOT = { life_needs = 0.5 } + } + + modifier = { + factor = -100 + OR = { + location = { + owner = { NOT = { debt_law = serfdom } } + } + serfs = 0.4 + } + } + } + + artisans = { + factor = 0.01 + modifier = { + factor = 1 + not = { literacy = 0.1 } + } + modifier = { + factor = 1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1 + not = { literacy = 0.3 } + } + modifier = { + factor = 1 + not = { literacy = 0.4 } + } + modifier = { + factor = 1 + not = { literacy = 0.5 } + } + group = { + modifier = { + factor = 1 + clergymen = 0.008 + } + + modifier = { + factor = 1 + clergymen = 0.016 + } + + modifier = { + factor = 1 + clergymen = 0.024 + } + + modifier = { + factor = 1 + clergymen = 0.032 + } + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 1 + soldiers = 0.01 + } + modifier = { + factor = 1 + soldiers = 0.02 + } + modifier = { + factor = 1 + soldiers = 0.03 + } + modifier = { + factor = 1 + soldiers = 0.04 + } + modifier = { + factor = 1 + soldiers = 0.05 + } + } + modifier = { + factor = -5 + state_scope = { work_available = { worker = clerks } } + } + + modifier = { + factor = 10 + state_scope = { has_factories = no } + can_build_factory = no + } + } + bureaucrats = { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + modifier = { + factor = 6 + crime_fighting = 0.74 + location = { owner = { ai = yes } } + } + } + soldiers = + { + factor = 0.01 + group = { + modifier = { + factor = -4 + recruited_percentage = 0.0 + } + modifier = { + factor = 1 + recruited_percentage = 0.25 + } + modifier = { + factor = 1 + recruited_percentage = 0.33 + } + modifier = { + factor = 1 + recruited_percentage = 0.40 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.50 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.60 + } + } + + group = { + modifier = { + factor = 2 + military_spending = 0.10 + } + modifier = { + factor = 2 + military_spending = 0.20 + } + modifier = { + factor = 2 + military_spending = 0.30 + } + modifier = { + factor = 2 + military_spending = 0.40 + } + modifier = { + factor = 2 + military_spending = 0.5 + } + modifier = { + factor = 2 + military_spending = 0.6 + } + modifier = { + factor = 2 + military_spending = 0.7 + } + modifier = { + factor = 2 + military_spending = 0.8 + } + modifier = { + factor = 2 + military_spending = 0.9 + } + modifier = { + factor = 2 + military_spending = 0.99 + } + } + group = { + modifier = { + factor = -2 + soldiers = 0.005 + } + modifier = { + factor = -2 + soldiers = 0.01 + } + modifier = { + factor = -2 + soldiers = 0.015 + } + modifier = { + factor = -2 + soldiers = 0.02 + } + modifier = { + factor = -2 + soldiers = 0.025 + } + modifier = { + factor = -2 + soldiers = 0.03 + } + modifier = { + factor = -2 + soldiers = 0.035 + } + modifier = { + factor = -2 + soldiers = 0.04 + } + modifier = { + factor = -2 + soldiers = 0.045 + } + modifier = { + factor = -100 + soldiers = 0.05 + } + } + + modifier = { + factor = -100 + soldiers = 0.01 + location = { + is_colonial = yes + is_overseas = yes + } + is_primary_culture = no + is_accepted_culture = no + OR = { + has_pop_religion = animist + NOT = { country = { has_country_flag = colonial_armies } } + } + } + + modifier = { + factor = -100 + soldiers = 0.02 + location = { + is_colonial = yes + is_overseas = yes + } + is_primary_culture = no + is_accepted_culture = no + NOT = { has_pop_religion = animist } + country = { has_country_flag = colonial_armies } + } + } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = -5 + not = { literacy = 0.1 } + } + modifier = { + factor = -3 + not = { literacy = 0.15 } + } + modifier = { + factor = -2 + not = { literacy = 0.2 } + } + modifier = { + factor = -2 + not = { literacy = 0.25 } + } + modifier = { + factor = -2 + not = { literacy = 0.3 } + } + } + group = { + modifier = { + factor = 1 + literacy = 0.3 + } + modifier = { + factor = 1 + literacy = 0.4 + } + modifier = { + factor = 1 + literacy = 0.5 + } + modifier = { + factor = 1 + literacy = 0.6 + } + modifier = { + factor = 1 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 1 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + NOT = { + location = { + unemployment_by_type = { type = craftsmen value = 0.25 } } + } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = -100 + location = { is_colonial = yes } + } + } + + + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + aristocrats = { + factor = 0.01 + + modifier = { + factor = -100 + OR = { + state_scope = { aristocrats = 0.02 } + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = -100 + NOT = { luxury_needs = 0.10 } + } + modifier = { + factor = 10 + luxury_needs = 1 + } + + modifier = { + factor = 2 + not = { literacy = 0.50 } + } + } + + #slaves = { + # factor = 0 + # modifier = { + # factor = -100 + # OR = { + # country = { NOT = { slavery = yes_slavery } } + # NOT = { location = { is_colonial = yes } } + # is_primary_culture = yes + # is_accepted_culture = yes + # } + # } + #} } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.05 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { militancy = 6 } - NOT = { country = { government = fascist_dictatorship } } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15 } - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1.05 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15 } - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1.1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.25 - consciousness = 6 - state_scope = { - not = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - consciousness = 4 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.5 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.05 - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.05 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { militancy = 6 } + NOT = { country = { government = fascist_dictatorship } } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15 } + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1.05 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15 } + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1.1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.25 + consciousness = 6 + state_scope = { + not = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + consciousness = 4 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.5 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.05 + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1.1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 0.8 - country = { civilized = no } - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 5 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 6 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 7 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 8 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - consciousness = 9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1.1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 0.8 + country = { civilized = no } + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 5 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 6 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 7 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 8 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + consciousness = 9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - modifier = { - factor = 0 - country = { civilized = no } - } - - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + modifier = { + factor = 0 + country = { civilized = no } + } + + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.35 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1.2 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.35 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.35 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1.2 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.35 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - voting_system = proportional_representation - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.35 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + voting_system = proportional_representation + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.35 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - NOT = { child_labor = child_labor_illegal } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + NOT = { child_labor = child_labor_illegal } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ########################################Citizens Rights culture_voting_only = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = culture_voting_only } - country = { civilized = no } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - political_parties = harassment - political_parties = underground_parties - public_meetings = no_meeting - state_scope = { is_colonial = yes } - country = { citizenship_policy = residency } - } - } - - modifier = { - factor = 1.2 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.25 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - OR = { - country = { citizenship_policy = limited_citizenship } - country = { citizenship_policy = full_citizenship } - } - } - - modifier = { - factor = 1.25 - literacy = 0.5 - is_primary_culture = no - } - modifier = { - factor = 1.25 - literacy = 0.6 - is_primary_culture = no - } - modifier = { - factor = 1.25 - literacy = 0.7 - } - modifier = { - factor = 1.30 - literacy = 0.8 - } - - modifier = { - factor = 1.1 - consciousness = 5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 6 - is_primary_culture = no - } - modifier = { - factor = 1.2 - consciousness = 7 - is_primary_culture = no - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - militancy = 7 - is_primary_culture = no - } - modifier = { - factor = 1.05 - militancy = 8 - is_primary_culture = no - } - modifier = { - factor = 1.2 - militancy = 9 - is_primary_culture = no - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = socialist - pop_majority_ideology = liberal - } - } + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = culture_voting_only } + country = { civilized = no } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + political_parties = harassment + political_parties = underground_parties + public_meetings = no_meeting + state_scope = { is_colonial = yes } + country = { citizenship_policy = residency } + } + } + + modifier = { + factor = 1.2 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.25 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + OR = { + country = { citizenship_policy = limited_citizenship } + country = { citizenship_policy = full_citizenship } + } + } + + modifier = { + factor = 1.25 + literacy = 0.5 + is_primary_culture = no + } + modifier = { + factor = 1.25 + literacy = 0.6 + is_primary_culture = no + } + modifier = { + factor = 1.25 + literacy = 0.7 + } + modifier = { + factor = 1.30 + literacy = 0.8 + } + + modifier = { + factor = 1.1 + consciousness = 5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 6 + is_primary_culture = no + } + modifier = { + factor = 1.2 + consciousness = 7 + is_primary_culture = no + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + militancy = 7 + is_primary_culture = no + } + modifier = { + factor = 1.05 + militancy = 8 + is_primary_culture = no + } + modifier = { + factor = 1.2 + militancy = 9 + is_primary_culture = no + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = socialist + pop_majority_ideology = liberal + } + } } all_voting_pops = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = all_voting_pops } - country = { civilized = no } - NOT = { consciousness = 7 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - political_parties = harassment - political_parties = underground_parties - public_meetings = no_meeting - NOT = { press_rights = free_press } - country = { citizenship_policy = residency } - } - } - - modifier = { - factor = 1.2 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - country = { citizenship_policy = full_citizenship } - } - - modifier = { - factor = 1.1 - literacy = 0.5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - literacy = 0.6 - is_primary_culture = no - } - modifier = { - factor = 1.15 - literacy = 0.7 - } - modifier = { - factor = 1.15 - literacy = 0.8 - } - - modifier = { - factor = 1.1 - consciousness = 5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 6 - is_primary_culture = no - } - modifier = { - factor = 1.15 - consciousness = 7 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = socialist - pop_majority_ideology = liberal - } - } + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = all_voting_pops } + country = { civilized = no } + NOT = { consciousness = 7 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + political_parties = harassment + political_parties = underground_parties + public_meetings = no_meeting + NOT = { press_rights = free_press } + country = { citizenship_policy = residency } + } + } + + modifier = { + factor = 1.2 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + country = { citizenship_policy = full_citizenship } + } + + modifier = { + factor = 1.1 + literacy = 0.5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + literacy = 0.6 + is_primary_culture = no + } + modifier = { + factor = 1.15 + literacy = 0.7 + } + modifier = { + factor = 1.15 + literacy = 0.8 + } + + modifier = { + factor = 1.1 + consciousness = 5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 6 + is_primary_culture = no + } + modifier = { + factor = 1.15 + consciousness = 7 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = socialist + pop_majority_ideology = liberal + } + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } ######################################Trade Unions - state_controlled = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - non_socialist = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - - all_trade_unions = { - factor = 1.25 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } -} + state_controlled = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + non_socialist = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + + + all_trade_unions = { + factor = 1.25 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } +} diff --git a/HPM/poptypes/labourers.txt b/HPM/poptypes/labourers.txt index 8a0944d6..7c6a6b16 100644 --- a/HPM/poptypes/labourers.txt +++ b/HPM/poptypes/labourers.txt @@ -7,7149 +7,7149 @@ equivalent = farmers #Total = 11.5 life_needs = { - cattle = 0.75 #1.5 - wool = 1.72 #1.2 - fish = 1 #1.5 - fruit = 1 #1.8 - grain = 2.5 #5.5 + cattle = 0.75 #1.5 + wool = 1.72 #1.2 + fish = 1 #1.5 + fruit = 1 #1.8 + grain = 2.5 #5.5 } #Total cash needed: 50.75 - Vanilla value: 49.25 everyday_needs = { - tea = 4 - coal = 1 - liquor = 2 - regular_clothes = 1.2 - furniture = 1.1 - coffee = 2 - tobacco = 1 - explosives = 0.25 + tea = 4 + coal = 1 + liquor = 2 + regular_clothes = 1.2 + furniture = 1.1 + coffee = 2 + tobacco = 1 + explosives = 0.25 } #Total cash needed: 136.78 - Vanilla value: 125.995 luxury_needs = { - regular_clothes = 3 - furniture = 3 - paper = 1.0 - telephones = 1.0 - automobiles = 0.5 - radio = 1.0 - fuel = 0.1 - #dye = 0.5 + regular_clothes = 3 + furniture = 3 + paper = 1.0 + telephones = 1.0 + automobiles = 0.5 + radio = 1.0 + fuel = 0.1 + #dye = 0.5 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - - modifier = { - factor = 0.9 - unemployment = 0.05 - } - modifier = { - factor = 0.9 - unemployment = 0.1 - } - modifier = { - factor = 0.9 - unemployment = 0.15 - } - modifier = { - factor = 0.9 - unemployment = 0.2 - } - modifier = { - factor = 0.9 - unemployment = 0.25 - } - modifier = { - factor = 0.9 - unemployment = 0.3 - } - modifier = { - factor = 0.9 - unemployment = 0.35 - } - modifier = { - factor = 0.1 - unemployment = 0.5 - } - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + + modifier = { + factor = 0.9 + unemployment = 0.05 + } + modifier = { + factor = 0.9 + unemployment = 0.1 + } + modifier = { + factor = 0.9 + unemployment = 0.15 + } + modifier = { + factor = 0.9 + unemployment = 0.2 + } + modifier = { + factor = 0.9 + unemployment = 0.25 + } + modifier = { + factor = 0.9 + unemployment = 0.3 + } + modifier = { + factor = 0.9 + unemployment = 0.35 + } + modifier = { + factor = 0.1 + unemployment = 0.5 + } + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 0.1 - unemployment = 0.1 - state_scope = { has_factories = no } - } - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 0 - NOT = { state_scope = { work_available = { worker = craftsmen } } } - can_build_factory = no - OR = { - unemployment_by_type = { type = farmers value = 0.03 } - unemployment_by_type = { type = labourers value = 0.03 } - } - } - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 0.25 - has_culture_core = no - } - modifier = { - factor = 2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - state_scope = { - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - work_available = { worker = craftsmen } - } - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 0.75 - state_scope = { is_slave = yes } - } - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 0.1 + unemployment = 0.1 + state_scope = { has_factories = no } + } + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 0 + NOT = { state_scope = { work_available = { worker = craftsmen } } } + can_build_factory = no + OR = { + unemployment_by_type = { type = farmers value = 0.03 } + unemployment_by_type = { type = labourers value = 0.03 } + } + } + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 0.25 + has_culture_core = no + } + modifier = { + factor = 2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + state_scope = { + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + work_available = { worker = craftsmen } + } + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 0.75 + state_scope = { is_slave = yes } + } + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { serfs = { - factor = 0.1 - - modifier = { - factor = 10 - NOT = { life_needs = 0.1 } - } - - modifier = { - factor = 5 - NOT = { life_needs = 0.2 } - } - - modifier = { - factor = 2.5 - NOT = { life_needs = 0.3 } - } - - modifier = { - factor = 2 - NOT = { life_needs = 0.4 } - } - - modifier = { - factor = 0.5 - NOT = { life_needs = 0.5 } - } - - modifier = { - factor = -100 - OR = { - location = { - owner = { NOT = { debt_law = serfdom } } - } - serfs = 0.4 - } - } - } - - artisans = { - factor = 0.01 - modifier = { - factor = 1 - not = { literacy = 0.1 } - } - modifier = { - factor = 1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1 - not = { literacy = 0.3 } - } - modifier = { - factor = 1 - not = { literacy = 0.4 } - } - modifier = { - factor = 1 - not = { literacy = 0.5 } - } - group = { - modifier = { - factor = 1 - clergymen = 0.008 - } - - modifier = { - factor = 1 - clergymen = 0.016 - } - - modifier = { - factor = 1 - clergymen = 0.024 - } - - modifier = { - factor = 1 - clergymen = 0.032 - } - - } - group = { - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.01 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.02 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.03 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.04 } - } - modifier = { - factor = 1 - state_scope = { bureaucrats = 0.05 } - } - } - group = { - modifier = { - factor = 1 - soldiers = 0.01 - } - modifier = { - factor = 1 - soldiers = 0.02 - } - modifier = { - factor = 1 - soldiers = 0.03 - } - modifier = { - factor = 1 - soldiers = 0.04 - } - modifier = { - factor = 1 - soldiers = 0.05 - } - } - modifier = { - factor = -5 - state_scope = { work_available = { worker = clerks } } - } - - modifier = { - factor = 10 - state_scope = { has_factories = no } - can_build_factory = no - } - } - bureaucrats = { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - modifier = { - factor = 6 - crime_fighting = 0.74 - location = { owner = { ai = yes } } - } - } - soldiers = - { - factor = 0.01 - group = { - modifier = { - factor = -4 - recruited_percentage = 0.0 - } - modifier = { - factor = 1 - recruited_percentage = 0.25 - } - modifier = { - factor = 1 - recruited_percentage = 0.33 - } - modifier = { - factor = 1 - recruited_percentage = 0.40 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.50 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.60 - } - } - - group = { - modifier = { - factor = 2 - military_spending = 0.10 - } - modifier = { - factor = 2 - military_spending = 0.20 - } - modifier = { - factor = 2 - military_spending = 0.30 - } - modifier = { - factor = 2 - military_spending = 0.40 - } - modifier = { - factor = 2 - military_spending = 0.5 - } - modifier = { - factor = 2 - military_spending = 0.6 - } - modifier = { - factor = 2 - military_spending = 0.7 - } - modifier = { - factor = 2 - military_spending = 0.8 - } - modifier = { - factor = 2 - military_spending = 0.9 - } - modifier = { - factor = 2 - military_spending = 0.99 - } - } - group = { - modifier = { - factor = -2 - soldiers = 0.005 - } - modifier = { - factor = -2 - soldiers = 0.01 - } - modifier = { - factor = -2 - soldiers = 0.015 - } - modifier = { - factor = -2 - soldiers = 0.02 - } - modifier = { - factor = -2 - soldiers = 0.025 - } - modifier = { - factor = -2 - soldiers = 0.03 - } - modifier = { - factor = -2 - soldiers = 0.035 - } - modifier = { - factor = -2 - soldiers = 0.04 - } - modifier = { - factor = -2 - soldiers = 0.045 - } - modifier = { - factor = -100 - soldiers = 0.05 - } - } - modifier = { - factor = -100 - soldiers = 0.01 - location = { is_colonial = yes is_overseas = yes } - is_primary_culture = no - is_accepted_culture = no - OR = { - has_pop_religion = animist - NOT = { country = { has_country_flag = colonial_armies } } - } - } - - modifier = { - factor = -100 - soldiers = 0.02 - location = { is_colonial = yes is_overseas = yes } - is_primary_culture = no - is_accepted_culture = no - NOT = { has_pop_religion = animist } - country = { has_country_flag = colonial_armies } - } - } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = -5 - not = { literacy = 0.1 } - } - modifier = { - factor = -3 - not = { literacy = 0.15 } - } - modifier = { - factor = -2 - not = { literacy = 0.2 } - } - modifier = { - factor = -2 - not = { literacy = 0.25 } - } - modifier = { - factor = -2 - not = { literacy = 0.3 } - } - } - group = { - modifier = { - factor = 1 - literacy = 0.3 - } - modifier = { - factor = 1 - literacy = 0.4 - } - modifier = { - factor = 1 - literacy = 0.5 - } - modifier = { - factor = 1 - literacy = 0.6 - } - modifier = { - factor = 1 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 1 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - NOT = { - location = { - unemployment_by_type = { type = craftsmen value = 0.25 } } - } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - modifier = { - factor = -100 - location = { is_colonial = yes } - } - } - - - - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - aristocrats = - { - factor = 0.01 - - modifier = { - factor = -100 - OR = { - state_scope = { aristocrats = 0.02 } - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = -100 - NOT = { luxury_needs = 0.10 } - } - modifier = { - factor = 10 - luxury_needs = 1 - } - - modifier = { - factor = 2 - not = { literacy = 0.50 } - } - } + factor = 0.1 + + modifier = { + factor = 10 + NOT = { life_needs = 0.1 } + } + + modifier = { + factor = 5 + NOT = { life_needs = 0.2 } + } + + modifier = { + factor = 2.5 + NOT = { life_needs = 0.3 } + } + + modifier = { + factor = 2 + NOT = { life_needs = 0.4 } + } + + modifier = { + factor = 0.5 + NOT = { life_needs = 0.5 } + } + + modifier = { + factor = -100 + OR = { + location = { + owner = { NOT = { debt_law = serfdom } } + } + serfs = 0.4 + } + } + } + + artisans = { + factor = 0.01 + modifier = { + factor = 1 + not = { literacy = 0.1 } + } + modifier = { + factor = 1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1 + not = { literacy = 0.3 } + } + modifier = { + factor = 1 + not = { literacy = 0.4 } + } + modifier = { + factor = 1 + not = { literacy = 0.5 } + } + group = { + modifier = { + factor = 1 + clergymen = 0.008 + } + + modifier = { + factor = 1 + clergymen = 0.016 + } + + modifier = { + factor = 1 + clergymen = 0.024 + } + + modifier = { + factor = 1 + clergymen = 0.032 + } + + } + group = { + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.01 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.02 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.03 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.04 } + } + modifier = { + factor = 1 + state_scope = { bureaucrats = 0.05 } + } + } + group = { + modifier = { + factor = 1 + soldiers = 0.01 + } + modifier = { + factor = 1 + soldiers = 0.02 + } + modifier = { + factor = 1 + soldiers = 0.03 + } + modifier = { + factor = 1 + soldiers = 0.04 + } + modifier = { + factor = 1 + soldiers = 0.05 + } + } + modifier = { + factor = -5 + state_scope = { work_available = { worker = clerks } } + } + + modifier = { + factor = 10 + state_scope = { has_factories = no } + can_build_factory = no + } + } + bureaucrats = { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + modifier = { + factor = 6 + crime_fighting = 0.74 + location = { owner = { ai = yes } } + } + } + soldiers = + { + factor = 0.01 + group = { + modifier = { + factor = -4 + recruited_percentage = 0.0 + } + modifier = { + factor = 1 + recruited_percentage = 0.25 + } + modifier = { + factor = 1 + recruited_percentage = 0.33 + } + modifier = { + factor = 1 + recruited_percentage = 0.40 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.50 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.60 + } + } + + group = { + modifier = { + factor = 2 + military_spending = 0.10 + } + modifier = { + factor = 2 + military_spending = 0.20 + } + modifier = { + factor = 2 + military_spending = 0.30 + } + modifier = { + factor = 2 + military_spending = 0.40 + } + modifier = { + factor = 2 + military_spending = 0.5 + } + modifier = { + factor = 2 + military_spending = 0.6 + } + modifier = { + factor = 2 + military_spending = 0.7 + } + modifier = { + factor = 2 + military_spending = 0.8 + } + modifier = { + factor = 2 + military_spending = 0.9 + } + modifier = { + factor = 2 + military_spending = 0.99 + } + } + group = { + modifier = { + factor = -2 + soldiers = 0.005 + } + modifier = { + factor = -2 + soldiers = 0.01 + } + modifier = { + factor = -2 + soldiers = 0.015 + } + modifier = { + factor = -2 + soldiers = 0.02 + } + modifier = { + factor = -2 + soldiers = 0.025 + } + modifier = { + factor = -2 + soldiers = 0.03 + } + modifier = { + factor = -2 + soldiers = 0.035 + } + modifier = { + factor = -2 + soldiers = 0.04 + } + modifier = { + factor = -2 + soldiers = 0.045 + } + modifier = { + factor = -100 + soldiers = 0.05 + } + } + modifier = { + factor = -100 + soldiers = 0.01 + location = { is_colonial = yes is_overseas = yes } + is_primary_culture = no + is_accepted_culture = no + OR = { + has_pop_religion = animist + NOT = { country = { has_country_flag = colonial_armies } } + } + } + + modifier = { + factor = -100 + soldiers = 0.02 + location = { is_colonial = yes is_overseas = yes } + is_primary_culture = no + is_accepted_culture = no + NOT = { has_pop_religion = animist } + country = { has_country_flag = colonial_armies } + } + } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = -5 + not = { literacy = 0.1 } + } + modifier = { + factor = -3 + not = { literacy = 0.15 } + } + modifier = { + factor = -2 + not = { literacy = 0.2 } + } + modifier = { + factor = -2 + not = { literacy = 0.25 } + } + modifier = { + factor = -2 + not = { literacy = 0.3 } + } + } + group = { + modifier = { + factor = 1 + literacy = 0.3 + } + modifier = { + factor = 1 + literacy = 0.4 + } + modifier = { + factor = 1 + literacy = 0.5 + } + modifier = { + factor = 1 + literacy = 0.6 + } + modifier = { + factor = 1 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 1 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + NOT = { + location = { + unemployment_by_type = { type = craftsmen value = 0.25 } } + } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + modifier = { + factor = -100 + location = { is_colonial = yes } + } + } + + + + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + aristocrats = + { + factor = 0.01 + + modifier = { + factor = -100 + OR = { + state_scope = { aristocrats = 0.02 } + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = -100 + NOT = { luxury_needs = 0.10 } + } + modifier = { + factor = 10 + luxury_needs = 1 + } + + modifier = { + factor = 2 + not = { literacy = 0.50 } + } + } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.05 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { government = fascist_dictatorship } - } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.2 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15 } - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1.1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - not = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - consciousness = 3 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.5 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 9 - } - modifier = { - factor = 1.05 - consciousness = 8 - } - modifier = { - factor = 1.05 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1.05 - modifier = { - factor = 0.9 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.05 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { government = fascist_dictatorship } + } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.2 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15 } + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1.1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + not = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + consciousness = 3 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.5 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 9 + } + modifier = { + factor = 1.05 + consciousness = 8 + } + modifier = { + factor = 1.05 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1.05 + modifier = { + factor = 0.9 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1.2 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1.2 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - consciousness = 7 - } - modifier = { - factor = 1.35 - consciousness = 8 - } - - modifier = { - factor = 1.4 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + consciousness = 7 + } + modifier = { + factor = 1.35 + consciousness = 8 + } + + modifier = { + factor = 1.4 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - NOT = { child_labor = child_labor_illegal } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + NOT = { child_labor = child_labor_illegal } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } ######################################Trade Unions - state_controlled = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - non_socialist = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } - - - all_trade_unions = { - factor = 2 - modifier = { - factor = 0 - OR = { - country = { civilized = no } - NOT = { is_next_reform = state_controlled } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 5 } - country = { political_parties = harassment } - country = { political_parties = underground_parties } - country = { public_meetings = no_meeting } - country = { NOT = { press_rights = free_press } } - } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 1 } } - } - modifier = { - factor = 1.3 - state_scope = { NOT = { poor_strata_life_needs = 0.75 } } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.3 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.1 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.2 } - } - modifier = { - factor = 1.3 - state_scope = { unemployment = 0.3 } - } - modifier = { - factor = 3 - pop_majority_ideology = socialist - } - modifier = { - factor = 1.1 - social_reform_want = 0.05 - } - modifier = { - factor = 1.1 - social_reform_want = 0.10 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.20 - } - modifier = { - factor = 1.1 - social_reform_want = 0.25 - } - modifier = { - factor = 1.1 - social_reform_want = 0.30 - } - modifier = { - factor = 1.1 - social_reform_want = 0.35 - } - modifier = { - factor = 1.1 - social_reform_want = 0.40 - } - modifier = { - factor = 1.1 - social_reform_want = 0.45 - } - modifier = { - factor = 1.1 - social_reform_want = 0.50 - } - } + state_controlled = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + + non_socialist = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } + + + all_trade_unions = { + factor = 2 + modifier = { + factor = 0 + OR = { + country = { civilized = no } + NOT = { is_next_reform = state_controlled } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 5 } + country = { political_parties = harassment } + country = { political_parties = underground_parties } + country = { public_meetings = no_meeting } + country = { NOT = { press_rights = free_press } } + } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 1 } } + } + modifier = { + factor = 1.3 + state_scope = { NOT = { poor_strata_life_needs = 0.75 } } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.3 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.1 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.2 } + } + modifier = { + factor = 1.3 + state_scope = { unemployment = 0.3 } + } + modifier = { + factor = 3 + pop_majority_ideology = socialist + } + modifier = { + factor = 1.1 + social_reform_want = 0.05 + } + modifier = { + factor = 1.1 + social_reform_want = 0.10 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.20 + } + modifier = { + factor = 1.1 + social_reform_want = 0.25 + } + modifier = { + factor = 1.1 + social_reform_want = 0.30 + } + modifier = { + factor = 1.1 + social_reform_want = 0.35 + } + modifier = { + factor = 1.1 + social_reform_want = 0.40 + } + modifier = { + factor = 1.1 + social_reform_want = 0.45 + } + modifier = { + factor = 1.1 + social_reform_want = 0.50 + } + } } diff --git a/HPM/poptypes/officers.txt b/HPM/poptypes/officers.txt index 54d7e40c..ca5d3cba 100644 --- a/HPM/poptypes/officers.txt +++ b/HPM/poptypes/officers.txt @@ -4,6591 +4,6590 @@ strata = middle state_capital_only = yes leadership = 2 -research_optimum = 0.002 #used for leadership as well. +research_optimum = 0.002 #used for leadership as well. rebel = { - cavalry = 0.2 - artillery = 0.01 - cuirassier = 0.05 - dragoon = 0.05 - guard = 0.15 - hussar = 0.05 - infantry = 0.3 - irregular = 0 + cavalry = 0.2 + artillery = 0.01 + cuirassier = 0.05 + dragoon = 0.05 + guard = 0.15 + hussar = 0.05 + infantry = 0.3 + irregular = 0 } life_needs_income = { - type = military - weight = 1.5 + type = military + weight = 1.5 } everyday_needs_income = { - type = military - weight = 1.5 + type = military + weight = 1.5 } luxury_needs_income = { - type = military - weight = 1.5 + type = military + weight = 1.5 } #Total = 22 life_needs = { - cattle = 1.5 - wool = 1.5 - fish = 2 - fruit = 2 - grain = 5 + cattle = 1.5 + wool = 1.5 + fish = 2 + fruit = 2 + grain = 5 } #Total cash needed: 151 - Vanilla value: 119.1 everyday_needs = { - coal = 2 #4.6 - liquor = 4 #17.6 - #wine = 1 - regular_clothes = 5 #29 - furniture = 4 #19.6 - paper = 5 #17 - glass = 1 #2.9 - tobacco = 3 #3.3 - tea = 5 #13 - coffee = 3 #4.2 - ammunition = 0.5 #9 - small_arms = 0.4 #14.8 - radio = 0.5 #8 - telephones = 0.5 #8 - artillery = 0.1 - steel = 0.25 - cement = 0.25 - lumber = 0.5 + coal = 2 #4.6 + liquor = 4 #17.6 + #wine = 1 + regular_clothes = 5 #29 + furniture = 4 #19.6 + paper = 5 #17 + glass = 1 #2.9 + tobacco = 3 #3.3 + tea = 5 #13 + coffee = 3 #4.2 + ammunition = 0.5 #9 + small_arms = 0.4 #14.8 + radio = 0.5 #8 + telephones = 0.5 #8 + artillery = 0.1 + steel = 0.25 + cement = 0.25 + lumber = 0.5 } #Total cash needed: 437.4 - Vanilla value: 383.4 luxury_needs = { - steel = 0.25 - cement = 0.25 - lumber = 0.25 - canned_food = 0.75 - fruit = 1 - wool = 3 - opium = 1 - luxury_clothes = 1 - luxury_furniture = 1 - telephones = 1.25 - automobiles = 1 - wine = 10 - aeroplanes = 0.4 - radio = 1 - fuel = 0.2 + steel = 0.25 + cement = 0.25 + lumber = 0.25 + canned_food = 0.75 + fruit = 1 + wool = 3 + opium = 1 + luxury_clothes = 1 + luxury_furniture = 1 + telephones = 1.25 + automobiles = 1 + wine = 10 + aeroplanes = 0.4 + radio = 1 + fuel = 0.2 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - modifier = { - factor = 0.75 - NOT = { military_spending = 0.4 } - } - modifier = { - factor = 1.1 - military_spending = 0.7 - } - modifier = { - factor = 1.1 - military_spending = 0.8 - } - modifier = { - factor = 1.1 - military_spending = 0.9 - } - modifier = { - factor = 1.2 - military_spending = 0.99 - } - - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + modifier = { + factor = 0.75 + NOT = { military_spending = 0.4 } + } + modifier = { + factor = 1.1 + military_spending = 0.7 + } + modifier = { + factor = 1.1 + military_spending = 0.8 + } + modifier = { + factor = 1.1 + military_spending = 0.9 + } + modifier = { + factor = 1.2 + military_spending = 0.99 + } + + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - modifier = { - factor = 0 - NOT = { is_state_capital = yes } - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + modifier = { + factor = 0 + NOT = { is_state_capital = yes } + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { soldiers = { - factor = 0.01 - group = { - modifier = { - factor = -4 - recruited_percentage = 0.0 - } - modifier = { - factor = 1 - recruited_percentage = 0.25 - } - modifier = { - factor = 1 - recruited_percentage = 0.33 - } - modifier = { - factor = 1 - recruited_percentage = 0.40 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.50 - } - modifier = { - factor = 0.5 - recruited_percentage = 0.60 - } - } - - modifier = { - factor = 4 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - group = { - modifier = { - factor = 2 - military_spending = 0.10 - } - modifier = { - factor = 2 - military_spending = 0.20 - } - modifier = { - factor = 2 - military_spending = 0.30 - } - modifier = { - factor = 2 - military_spending = 0.40 - } - modifier = { - factor = 2 - military_spending = 0.5 - } - modifier = { - factor = 2 - military_spending = 0.6 - } - modifier = { - factor = 2 - military_spending = 0.7 - } - modifier = { - factor = 2 - military_spending = 0.8 - } - modifier = { - factor = 2 - military_spending = 0.9 - } - modifier = { - factor = 2 - military_spending = 0.99 - } - } - group = { - modifier = { - factor = -2 - soldiers = 0.005 - } - modifier = { - factor = -2 - soldiers = 0.01 - } - modifier = { - factor = -2 - soldiers = 0.015 - } - modifier = { - factor = -2 - soldiers = 0.02 - } - modifier = { - factor = -2 - soldiers = 0.025 - } - modifier = { - factor = -2 - soldiers = 0.03 - } - modifier = { - factor = -2 - soldiers = 0.035 - } - modifier = { - factor = -2 - soldiers = 0.04 - } - modifier = { - factor = -2 - soldiers = 0.045 - } - modifier = { - factor = -100 - soldiers = 0.05 - } - } - } - clergymen = - { - factor = 0.01 - group = { - modifier = { - factor = 0.5 - literacy = 0.30 - } - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.25 - literacy = 0.6 - } - modifier = { - factor = 0.25 - literacy = 0.7 - } - modifier = { - factor = 0.25 - literacy = 0.8 - } - } - group = { - modifier = { - factor = 2 - education_spending = 0.1 - } - modifier = { - factor = 2 - education_spending = 0.2 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.3 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.4 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.5 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.6 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.7 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.8 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.9 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - modifier = { - factor = 2 - education_spending = 0.99 - country = { NOT = { has_country_flag = lacking_writing_system } } - } - } - group = { - modifier = { - factor = 6 - education_spending = 0.74 - country = { NOT = { has_country_flag = lacking_writing_system } } - country = { ai = yes } - } - } - group = { - modifier = { - factor = -2 - clergymen = 0.004 - } - modifier = { - factor = -2 - clergymen = 0.008 - } - modifier = { - factor = -2 - clergymen = 0.012 - } - modifier = { - factor = -2 - clergymen = 0.016 - } - modifier = { - factor = -2 - clergymen = 0.02 - } - modifier = { - factor = -2 - clergymen = 0.024 - } - modifier = { - factor = -2 - clergymen = 0.028 - } - modifier = { - factor = -2 - clergymen = 0.032 - } - modifier = { - factor = -2 - clergymen = 0.036 - } - modifier = { - factor = -100 - clergymen = 0.04 - } - } - group = { - modifier = { - factor = -0.5 - consciousness = 2 - } - modifier = { - factor = -0.5 - consciousness = 4 - } - modifier = { - factor = -0.5 - consciousness = 5 - } - modifier = { - factor = -1 - consciousness = 6 - } - modifier = { - factor = -1.5 - consciousness = 7 - } - modifier = { - factor = -2 - consciousness = 8 - } - } - } - bureaucrats = - { - factor = 0.01 - modifier = { - factor = -100 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - group = { - modifier = { - factor = 0.25 - literacy = 0.40 - } - modifier = { - factor = 0.25 - literacy = 0.50 - } - modifier = { - factor = 0.5 - literacy = 0.6 - } - modifier = { - factor = 0.5 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 2 - literacy = 1 - } - } - group = { - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.002 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.004 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.006 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.008 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.010 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.012 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.014 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.016 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.018 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.020 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.022 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.024 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.026 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.028 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.030 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.032 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.034 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.036 } - } - modifier = { - factor = -2 - state_scope = { bureaucrats = 0.038 } - } - modifier = { - factor = -100 - state_scope = { bureaucrats = 0.040 } - } - } - - #Health Care - modifier = { - factor = 2 - health_care = trinket_health_care - } - modifier = { - factor = 2.5 - health_care = low_health_care - } - modifier = { - factor = 3 - health_care = acceptable_health_care - } - modifier = { - factor = 4 - health_care = good_health_care - } - #Schools - modifier = { - factor = 2 - school_reforms = low_schools - } - modifier = { - factor = 3 - school_reforms = acceptable_schools - } - modifier = { - factor = 4 - school_reforms = good_schools - } - #Safety - modifier = { - factor = 2 - safety_regulations = trinket_safety - } - modifier = { - factor = 2.5 - safety_regulations = low_safety - } - modifier = { - factor = 3 - safety_regulations = acceptable_safety - } - modifier = { - factor = 4 - safety_regulations = good_safety - } - #Work Hours - modifier = { - factor = 2 - work_hours = fourteen_hours - } - modifier = { - factor = 2.5 - work_hours = twelve_hours - } - modifier = { - factor = 3 - work_hours = ten_hours - } - modifier = { - factor = 4 - work_hours = eight_hours - } - #Minimum Wage - modifier = { - factor = 2 - wage_reform = trinket_wage - } - modifier = { - factor = 2.5 - wage_reform = low_minimum_wage - } - modifier = { - factor = 3 - wage_reform = acceptable_minimum_wage - } - modifier = { - factor = 4 - wage_reform = good_minimum_wage - } - - group = { - modifier = { - factor = 2 - crime_fighting = 0.1 - } - modifier = { - factor = 2 - crime_fighting = 0.2 - } - modifier = { - factor = 2 - crime_fighting = 0.3 - } - modifier = { - factor = 2 - crime_fighting = 0.4 - } - modifier = { - factor = 2 - crime_fighting = 0.5 - } - modifier = { - factor = 2 - crime_fighting = 0.6 - } - modifier = { - factor = 2 - crime_fighting = 0.7 - } - modifier = { - factor = 2 - crime_fighting = 0.8 - } - modifier = { - factor = 2 - crime_fighting = 0.9 - } - modifier = { - factor = 2 - crime_fighting = 0.99 - } - } - group = { - modifier = { - factor = 6 - crime_fighting = 0.74 - country = { ai = yes } - } - } - } - aristocrats = { - factor = 0.01 - - modifier = { - factor = -100 - OR = { - state_scope = { aristocrats = 0.02 } - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = -100 - NOT = { luxury_needs = 0.10 } - } - modifier = { - factor = 10 - luxury_needs = 1 - } - - modifier = { - factor = 2 - not = { literacy = 0.50 } - } - } + factor = 0.01 + group = { + modifier = { + factor = -4 + recruited_percentage = 0.0 + } + modifier = { + factor = 1 + recruited_percentage = 0.25 + } + modifier = { + factor = 1 + recruited_percentage = 0.33 + } + modifier = { + factor = 1 + recruited_percentage = 0.40 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.50 + } + modifier = { + factor = 0.5 + recruited_percentage = 0.60 + } + } + + modifier = { + factor = 4 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + group = { + modifier = { + factor = 2 + military_spending = 0.10 + } + modifier = { + factor = 2 + military_spending = 0.20 + } + modifier = { + factor = 2 + military_spending = 0.30 + } + modifier = { + factor = 2 + military_spending = 0.40 + } + modifier = { + factor = 2 + military_spending = 0.5 + } + modifier = { + factor = 2 + military_spending = 0.6 + } + modifier = { + factor = 2 + military_spending = 0.7 + } + modifier = { + factor = 2 + military_spending = 0.8 + } + modifier = { + factor = 2 + military_spending = 0.9 + } + modifier = { + factor = 2 + military_spending = 0.99 + } + } + group = { + modifier = { + factor = -2 + soldiers = 0.005 + } + modifier = { + factor = -2 + soldiers = 0.01 + } + modifier = { + factor = -2 + soldiers = 0.015 + } + modifier = { + factor = -2 + soldiers = 0.02 + } + modifier = { + factor = -2 + soldiers = 0.025 + } + modifier = { + factor = -2 + soldiers = 0.03 + } + modifier = { + factor = -2 + soldiers = 0.035 + } + modifier = { + factor = -2 + soldiers = 0.04 + } + modifier = { + factor = -2 + soldiers = 0.045 + } + modifier = { + factor = -100 + soldiers = 0.05 + } + } + } + clergymen = + { + factor = 0.01 + group = { + modifier = { + factor = 0.5 + literacy = 0.30 + } + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.25 + literacy = 0.6 + } + modifier = { + factor = 0.25 + literacy = 0.7 + } + modifier = { + factor = 0.25 + literacy = 0.8 + } + } + group = { + modifier = { + factor = 2 + education_spending = 0.1 + } + modifier = { + factor = 2 + education_spending = 0.2 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.3 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.4 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.5 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.6 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.7 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.8 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.9 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + modifier = { + factor = 2 + education_spending = 0.99 + country = { NOT = { has_country_flag = lacking_writing_system } } + } + } + group = { + modifier = { + factor = 6 + education_spending = 0.74 + country = { NOT = { has_country_flag = lacking_writing_system } } + country = { ai = yes } + } + } + group = { + modifier = { + factor = -2 + clergymen = 0.004 + } + modifier = { + factor = -2 + clergymen = 0.008 + } + modifier = { + factor = -2 + clergymen = 0.012 + } + modifier = { + factor = -2 + clergymen = 0.016 + } + modifier = { + factor = -2 + clergymen = 0.02 + } + modifier = { + factor = -2 + clergymen = 0.024 + } + modifier = { + factor = -2 + clergymen = 0.028 + } + modifier = { + factor = -2 + clergymen = 0.032 + } + modifier = { + factor = -2 + clergymen = 0.036 + } + modifier = { + factor = -100 + clergymen = 0.04 + } + } + group = { + modifier = { + factor = -0.5 + consciousness = 2 + } + modifier = { + factor = -0.5 + consciousness = 4 + } + modifier = { + factor = -0.5 + consciousness = 5 + } + modifier = { + factor = -1 + consciousness = 6 + } + modifier = { + factor = -1.5 + consciousness = 7 + } + modifier = { + factor = -2 + consciousness = 8 + } + } + } + bureaucrats = + { + factor = 0.01 + modifier = { + factor = -100 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + group = { + modifier = { + factor = 0.25 + literacy = 0.40 + } + modifier = { + factor = 0.25 + literacy = 0.50 + } + modifier = { + factor = 0.5 + literacy = 0.6 + } + modifier = { + factor = 0.5 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 2 + literacy = 1 + } + } + group = { + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.002 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.004 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.006 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.008 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.010 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.012 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.014 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.016 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.018 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.020 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.022 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.024 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.026 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.028 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.030 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.032 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.034 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.036 } + } + modifier = { + factor = -2 + state_scope = { bureaucrats = 0.038 } + } + modifier = { + factor = -100 + state_scope = { bureaucrats = 0.040 } + } + } + + #Health Care + modifier = { + factor = 2 + health_care = trinket_health_care + } + modifier = { + factor = 2.5 + health_care = low_health_care + } + modifier = { + factor = 3 + health_care = acceptable_health_care + } + modifier = { + factor = 4 + health_care = good_health_care + } + #Schools + modifier = { + factor = 2 + school_reforms = low_schools + } + modifier = { + factor = 3 + school_reforms = acceptable_schools + } + modifier = { + factor = 4 + school_reforms = good_schools + } + #Safety + modifier = { + factor = 2 + safety_regulations = trinket_safety + } + modifier = { + factor = 2.5 + safety_regulations = low_safety + } + modifier = { + factor = 3 + safety_regulations = acceptable_safety + } + modifier = { + factor = 4 + safety_regulations = good_safety + } + #Work Hours + modifier = { + factor = 2 + work_hours = fourteen_hours + } + modifier = { + factor = 2.5 + work_hours = twelve_hours + } + modifier = { + factor = 3 + work_hours = ten_hours + } + modifier = { + factor = 4 + work_hours = eight_hours + } + #Minimum Wage + modifier = { + factor = 2 + wage_reform = trinket_wage + } + modifier = { + factor = 2.5 + wage_reform = low_minimum_wage + } + modifier = { + factor = 3 + wage_reform = acceptable_minimum_wage + } + modifier = { + factor = 4 + wage_reform = good_minimum_wage + } + + group = { + modifier = { + factor = 2 + crime_fighting = 0.1 + } + modifier = { + factor = 2 + crime_fighting = 0.2 + } + modifier = { + factor = 2 + crime_fighting = 0.3 + } + modifier = { + factor = 2 + crime_fighting = 0.4 + } + modifier = { + factor = 2 + crime_fighting = 0.5 + } + modifier = { + factor = 2 + crime_fighting = 0.6 + } + modifier = { + factor = 2 + crime_fighting = 0.7 + } + modifier = { + factor = 2 + crime_fighting = 0.8 + } + modifier = { + factor = 2 + crime_fighting = 0.9 + } + modifier = { + factor = 2 + crime_fighting = 0.99 + } + } + group = { + modifier = { + factor = 6 + crime_fighting = 0.74 + country = { ai = yes } + } + } + } + aristocrats = { + factor = 0.01 + + modifier = { + factor = -100 + OR = { + state_scope = { aristocrats = 0.02 } + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = -100 + NOT = { luxury_needs = 0.10 } + } + modifier = { + factor = 10 + luxury_needs = 1 + } + + modifier = { + factor = 2 + not = { literacy = 0.50 } + } + } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.4 - is_disarmed = yes - } - modifier = { - factor = 1.2 - everyday_needs = 0.25 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { government = fascist_dictatorship } - } - } - - modifier = { - factor = 1.2 - revanchism = 0.01 - } - modifier = { - factor = 1.2 - revanchism = 0.02 - } - modifier = { - factor = 1.2 - revanchism = 0.03 - } - modifier = { - factor = 1.2 - revanchism = 0.04 - } - modifier = { - factor = 1.2 - revanchism = 0.05 - } - modifier = { - factor = 2 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2.5 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.15 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1.1 - modifier = { - factor = 0.6 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.3 - everyday_needs = 0.25 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2.5 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.6 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { middle_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1.2 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.3 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.5 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ########################################### - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { middle_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.2 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.25 - consciousness = 5 - state_scope = { - not = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 2 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 9 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - middle_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - - modifier = { - factor = 0.8 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 0.7 - NOT = { literacy = 0.1 } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.4 + is_disarmed = yes + } + modifier = { + factor = 1.2 + everyday_needs = 0.25 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { government = fascist_dictatorship } + } + } + + modifier = { + factor = 1.2 + revanchism = 0.01 + } + modifier = { + factor = 1.2 + revanchism = 0.02 + } + modifier = { + factor = 1.2 + revanchism = 0.03 + } + modifier = { + factor = 1.2 + revanchism = 0.04 + } + modifier = { + factor = 1.2 + revanchism = 0.05 + } + modifier = { + factor = 2 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2.5 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.15 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1.1 + modifier = { + factor = 0.6 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.3 + everyday_needs = 0.25 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2.5 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.6 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { middle_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1.2 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.3 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.5 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ########################################### + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { middle_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.2 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.25 + consciousness = 5 + state_scope = { + not = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 2 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 9 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + middle_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + + modifier = { + factor = 0.8 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 0.7 + NOT = { literacy = 0.1 } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1.2 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1.1 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = moralism - } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { - religious_policy = pluralism - } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_liberty - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1.2 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1.1 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = moralism + } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { + religious_policy = pluralism + } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_liberty + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - - modifier = { - factor = 1.05 - state_scope = { is_slave = yes } - OR = { - has_pop_religion = sunni - has_pop_religion = ibadi - has_pop_religion = shiite - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1.1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1.1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + + modifier = { + factor = 1.05 + state_scope = { is_slave = yes } + OR = { + has_pop_religion = sunni + has_pop_religion = ibadi + has_pop_religion = shiite + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1.1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1.1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 1.25 - literacy = 0.90 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1.3 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.3 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.4 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.5 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.3 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.4 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.5 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.3 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.4 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.5 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - + landed_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 1.25 + literacy = 0.90 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1.3 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.3 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.4 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.5 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.3 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.4 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.5 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.3 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.4 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.5 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { wage_reform = good_minimum_wage } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { wage_reform = good_minimum_wage } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/poptypes/serfs.txt b/HPM/poptypes/serfs.txt index 6f5c8e68..9fefd4ed 100644 --- a/HPM/poptypes/serfs.txt +++ b/HPM/poptypes/serfs.txt @@ -4,230 +4,230 @@ strata = poor unemployment = yes rebel = { - cavalry = 0 - artillery = 0 - cuirassier = 0 - dragoon = 0 - guard = 0 - hussar = 0 - infantry = 0 - irregular = 1 + cavalry = 0 + artillery = 0 + cuirassier = 0 + dragoon = 0 + guard = 0 + hussar = 0 + infantry = 0 + irregular = 1 } #Total 11.5 life_needs = { - cattle = 1 #2.0 - wool = 1 #0.7 - fish = 1 #1.5 - fruit = 1 #1.8 - grain = 2.5 #5.5 + cattle = 1 #2.0 + wool = 1 #0.7 + fish = 1 #1.5 + fruit = 1 #1.8 + grain = 2.5 #5.5 } everyday_needs = { - coal = 1 - tobacco = 5 - tea = 2 - liquor = 2 - regular_clothes = 1.2 - furniture = 1.1 - opium = 10 - fertilizer = 0.5 #0 - explosives = 0.25 + coal = 1 + tobacco = 5 + tea = 2 + liquor = 2 + regular_clothes = 1.2 + furniture = 1.1 + opium = 10 + fertilizer = 0.5 #0 + explosives = 0.25 } luxury_needs = { - regular_clothes = 2 - furniture = 3 - liquor = 1.5 - wine = 1 - coffee = 3 - tobacco = 3 - paper = 1.0 - telephones = 1.0 - automobiles = 0.5 - radio = 1.0 - fuel = 0.1 - opium = 2 + regular_clothes = 2 + furniture = 3 + liquor = 1.5 + wine = 1 + coffee = 3 + tobacco = 3 + paper = 1.0 + telephones = 1.0 + automobiles = 0.5 + radio = 1.0 + fuel = 0.1 + opium = 2 } promote_to = { - farmers = { - factor = 1 - - modifier = { - factor = 2 - luxury_needs = 0.5 - } - } + farmers = { + factor = 1 + + modifier = { + factor = 2 + luxury_needs = 0.5 + } + } } ideologies = { - conservative = { factor = 5 } - - reactionary = { factor = 1 } - - socialist = { - factor = 2 - modifier = { - factor = 1.5 - consciousness = 4 - } - modifier = { - factor = 1.5 - consciousness = 5 - } - modifier = { - factor = 1.5 - consciousness = 6 - } - modifier = { - factor = 1.5 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 1.5 - consciousness = 9 - } - } - - communist = { factor = 1 } - - liberal = { - factor = 1 - modifier = { - factor = 1.2 - literacy = 0.6 - } - - modifier = { - factor = 1.3 - literacy = 0.7 - } - - modifier = { - factor = 1.8 - country = { - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - } - - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - modifier = { - factor = 1.5 - consciousness = 9 - } - } + conservative = { factor = 5 } + + reactionary = { factor = 1 } + + socialist = { + factor = 2 + modifier = { + factor = 1.5 + consciousness = 4 + } + modifier = { + factor = 1.5 + consciousness = 5 + } + modifier = { + factor = 1.5 + consciousness = 6 + } + modifier = { + factor = 1.5 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 1.5 + consciousness = 9 + } + } + + communist = { factor = 1 } + + liberal = { + factor = 1 + modifier = { + factor = 1.2 + literacy = 0.6 + } + + modifier = { + factor = 1.3 + literacy = 0.7 + } + + modifier = { + factor = 1.8 + country = { + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + } + + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + modifier = { + factor = 1.5 + consciousness = 9 + } + } } issues = { - moralism = { - factor = 2 - - modifier = { - factor = 0 - is_state_religion = no - } - } - - pluralism = { - factor = 1 - - modifier = { - factor = 0 - is_state_religion = yes - } - } - - interventionism = { - factor = 2 - } - - protectionism = { - factor = 1 - } - - anti_military = { - factor = 1.1 - } - + moralism = { + factor = 2 + + modifier = { + factor = 0 + is_state_religion = no + } + } + + pluralism = { + factor = 1 + + modifier = { + factor = 0 + is_state_religion = yes + } + } + + interventionism = { + factor = 2 + } + + protectionism = { + factor = 1 + } + + anti_military = { + factor = 1.1 + } + peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - pop_majority_ideology = communist - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - - modifier = { - factor = 1.3 - literacy = 0.7 - } - - modifier = { - factor = 1.8 - country = { - OR = { - vote_franschise = universal_weighted_voting - vote_franschise = universal_voting - } - } - } - - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.3 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + pop_majority_ideology = communist + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + + modifier = { + factor = 1.3 + literacy = 0.7 + } + + modifier = { + factor = 1.8 + country = { + OR = { + vote_franschise = universal_weighted_voting + vote_franschise = universal_voting + } + } + } + + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.3 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + } } diff --git a/HPM/poptypes/slaves.txt b/HPM/poptypes/slaves.txt index ae93bc0f..d8ba4432 100644 --- a/HPM/poptypes/slaves.txt +++ b/HPM/poptypes/slaves.txt @@ -6,72 +6,72 @@ color = { 17 17 17 } unemployment = yes rebel = { - cavalry = 0.0 - artillery = 0.0 - cuirassier = 0.0 - dragoon = 0.0 - guard = 0.0 - hussar = 0.0 - infantry = 0.0 - irregular = 1 + cavalry = 0.0 + artillery = 0.0 + cuirassier = 0.0 + dragoon = 0.0 + guard = 0.0 + hussar = 0.0 + infantry = 0.0 + irregular = 1 } everyday_needs = { - coal = 1 + coal = 1 } luxury_needs = { - opium = 1 + opium = 1 } ideologies = { - liberal = { - factor = 3 - } - conservative = { - factor = 1 - } + liberal = { + factor = 3 + } + conservative = { + factor = 1 + } } issues = { - no_slavery = { - factor = 4 - - modifier = { - factor = 0 - slavery = no_slavery - } - - modifier = { - factor = 0 - country = { civilized = no } - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - - } - - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - slavery = no_slavery - } - - modifier = { - factor = 0 - country = { civilized = no } - } - } + no_slavery = { + factor = 4 + + modifier = { + factor = 0 + slavery = no_slavery + } + + modifier = { + factor = 0 + country = { civilized = no } + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + + } + + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + slavery = no_slavery + } + + modifier = { + factor = 0 + country = { civilized = no } + } + } } diff --git a/HPM/poptypes/soldiers.txt b/HPM/poptypes/soldiers.txt index 2b9d205d..081463eb 100644 --- a/HPM/poptypes/soldiers.txt +++ b/HPM/poptypes/soldiers.txt @@ -4,6373 +4,6372 @@ strata = poor can_be_recruited = yes rebel = { - cavalry = 0.2 - artillery = 0.01 - cuirassier = 0.05 - dragoon = 0.05 - guard = 0.15 - hussar = 0.05 - infantry = 0.3 - irregular = 0 + cavalry = 0.2 + artillery = 0.01 + cuirassier = 0.05 + dragoon = 0.05 + guard = 0.15 + hussar = 0.05 + infantry = 0.3 + irregular = 0 } life_needs_income = { - type = military - weight = 1.5 + type = military + weight = 1.5 } everyday_needs_income = { - type = military - weight = 1.5 + type = military + weight = 1.5 } luxury_needs_income = { - type = reforms - weight = 1 + type = reforms + weight = 1 } #Total = 11 life_needs = { - cattle = 0.75 - wool = 1 - fish = 1 - fruit = 1 - grain = 2.5 + cattle = 0.75 + wool = 1 + fish = 1 + fruit = 1 + grain = 2.5 } #Total cash needed: 69.075 - Vanilla value: 57.35 everyday_needs = { - tea = 4 - coal = 1 - liquor = 2 - #wine = 0.5 - regular_clothes = 2 - furniture = 2 - coffee = 2 - tobacco = 1 - ammunition = 0.5 #0 - small_arms = 0.35 #0 + tea = 4 + coal = 1 + liquor = 2 + #wine = 0.5 + regular_clothes = 2 + furniture = 2 + coffee = 2 + tobacco = 1 + ammunition = 0.5 #0 + small_arms = 0.35 #0 } #Total cash needed: 136.78 - Vanilla value: 125.995 luxury_needs = { - regular_clothes = 3 - furniture = 3 - liquor = 0.5 - wine = 0.5 - paper = 1.0 - telephones = 1.0 - automobiles = 0.5 - radio = 1.0 - fuel = 0.1 - #dye = 0.5 - artillery = 0.05 + regular_clothes = 3 + furniture = 3 + liquor = 0.5 + wine = 0.5 + paper = 1.0 + telephones = 1.0 + automobiles = 0.5 + radio = 1.0 + fuel = 0.1 + #dye = 0.5 + artillery = 0.05 } country_migration_target = { - factor = 1 - - modifier = { - factor = 0 - border_policy = quota_immigration - THIS = { NOT = { literacy = 0.6 } } - } - modifier = { - factor = 0.75 - NOT = { military_spending = 0.4 } - } - modifier = { - factor = 1.1 - military_spending = 0.7 - } - modifier = { - factor = 1.1 - military_spending = 0.8 - } - modifier = { - factor = 1.1 - military_spending = 0.9 - } - modifier = { - factor = 1.2 - military_spending = 0.99 - } - - modifier = { - factor = 2.0 - OR = { - is_primary_culture = THIS - #is_accepted_culture = THIS - } - } - - modifier = { - factor = 1.3 - OR = { - is_culture_group = THIS - AND = { - THIS = { is_culture_group = iberian } - is_culture_group = latin_american_cultures - } - AND = { - THIS = { has_pop_culture = dutch } - primary_culture = boer - } - AND = { - THIS = { is_culture_group = french } - primary_culture = french_canadian - } - AND = { - THIS = { is_culture_group = british } - OR = { - is_culture_group = american_cultures - primary_culture = australian - primary_culture = anglo_canadian - } - } - } - } - - modifier = { - factor = 4.0 - number_of_states = 2 - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } - - modifier = { - factor = 3.7 - NOT = { total_pops = 500000 } - NOT = { number_of_states = 2 } - has_country_flag = new_world_nation - OR = { - capital_scope = { is_colonial = no continent = north_america } - capital_scope = { is_colonial = no continent = south_america } - capital_scope = { is_colonial = no continent = australia_new_zealand } - } - OR = { - government = democracy - government = presidential_dictatorship - government = hms_government - } - } + factor = 1 + + modifier = { + factor = 0 + border_policy = quota_immigration + THIS = { NOT = { literacy = 0.6 } } + } + modifier = { + factor = 0.75 + NOT = { military_spending = 0.4 } + } + modifier = { + factor = 1.1 + military_spending = 0.7 + } + modifier = { + factor = 1.1 + military_spending = 0.8 + } + modifier = { + factor = 1.1 + military_spending = 0.9 + } + modifier = { + factor = 1.2 + military_spending = 0.99 + } + + modifier = { + factor = 2.0 + OR = { + is_primary_culture = THIS + #is_accepted_culture = THIS + } + } + + modifier = { + factor = 1.3 + OR = { + is_culture_group = THIS + AND = { + THIS = { is_culture_group = iberian } + is_culture_group = latin_american_cultures + } + AND = { + THIS = { has_pop_culture = dutch } + primary_culture = boer + } + AND = { + THIS = { is_culture_group = french } + primary_culture = french_canadian + } + AND = { + THIS = { is_culture_group = british } + OR = { + is_culture_group = american_cultures + primary_culture = australian + primary_culture = anglo_canadian + } + } + } + } + + modifier = { + factor = 4.0 + number_of_states = 2 + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } + + modifier = { + factor = 3.7 + NOT = { total_pops = 500000 } + NOT = { number_of_states = 2 } + has_country_flag = new_world_nation + OR = { + capital_scope = { is_colonial = no continent = north_america } + capital_scope = { is_colonial = no continent = south_america } + capital_scope = { is_colonial = no continent = australia_new_zealand } + } + OR = { + government = democracy + government = presidential_dictatorship + government = hms_government + } + } } migration_target = { - factor = 0.01 - - modifier = { - factor = 1.2 - total_pops = 150000 - } - modifier = { - factor = 1.2 - total_pops = 250000 - } - modifier = { - factor = 1.2 - total_pops = 500000 - } - modifier = { - factor = 1.2 - total_pops = 750000 - } - - modifier = { - factor = 0 - is_overseas = yes - country = { border_policy = closed_borders } - } - - modifier = { - factor = 1.2 - has_pop_culture = THIS - } - modifier = { - factor = 1.2 - # Audax Validator "." Ignore_NEXT - has_pop_religion = THIS - } - modifier = { - factor = 1.5 - any_core = { is_primary_culture = THIS } - } - - modifier = { - factor = 2 - is_state_capital = yes - } - modifier = { - factor = 1.5 - is_capital = yes - } - modifier = { - factor = 1.05 - is_coastal = yes - } - - modifier = { - factor = 0.8 - terrain = steppe - } - - modifier = { - factor = 0.7 - terrain = savanna - } - - modifier = { - factor = 0.8 - terrain = dryhills - } - - modifier = { - factor = 0.6 - terrain = jungle - } - - modifier = { - factor = 0.6 - terrain = mountain - } - - modifier = { - factor = 0.6 - terrain = montane_forest - } - - modifier = { - factor = 0.6 - terrain = marsh - } - - modifier = { - factor = 0.5 - terrain = semidesert - } - - modifier = { - factor = 0.5 - terrain = boreal - } - - modifier = { - factor = 0.1 - terrain = small_island - } - - modifier = { - factor = 0.01 - terrain = coral_island - } - - modifier = { - factor = 0.05 - terrain = desert - } - - modifier = { - factor = 0.01 - terrain = desert - continent = africa - } - - modifier = { - factor = 0.05 - terrain = arctic - } - - modifier = { - factor = 0.05 - terrain = montane_tundra - } - - modifier = { - factor = 1.05 - NOT = { country = { any_owned_province = { is_colonial = yes } } } - country = { penal_system = colonial_transportation } - OR = { - trade_goods = coal - trade_goods = sulphur - trade_goods = iron - trade_goods = precious_metal - trade_goods = tobacco - trade_goods = coffee - trade_goods = tea - } - OR = { - terrain = desert - terrain = arctic - terrain = semidesert - terrain = boreal - terrain = small_island - terrain = montane_tundra - terrain = coral_island - } - } - modifier = { - factor = 2 - life_rating = 40 - } - modifier = { - factor = 2 - life_rating = 50 - } + factor = 0.01 + + modifier = { + factor = 1.2 + total_pops = 150000 + } + modifier = { + factor = 1.2 + total_pops = 250000 + } + modifier = { + factor = 1.2 + total_pops = 500000 + } + modifier = { + factor = 1.2 + total_pops = 750000 + } + + modifier = { + factor = 0 + is_overseas = yes + country = { border_policy = closed_borders } + } + + modifier = { + factor = 1.2 + has_pop_culture = THIS + } + modifier = { + factor = 1.2 + # Audax Validator "." Ignore_NEXT + has_pop_religion = THIS + } + modifier = { + factor = 1.5 + any_core = { is_primary_culture = THIS } + } + + modifier = { + factor = 2 + is_state_capital = yes + } + modifier = { + factor = 1.5 + is_capital = yes + } + modifier = { + factor = 1.05 + is_coastal = yes + } + + modifier = { + factor = 0.8 + terrain = steppe + } + + modifier = { + factor = 0.7 + terrain = savanna + } + + modifier = { + factor = 0.8 + terrain = dryhills + } + + modifier = { + factor = 0.6 + terrain = jungle + } + + modifier = { + factor = 0.6 + terrain = mountain + } + + modifier = { + factor = 0.6 + terrain = montane_forest + } + + modifier = { + factor = 0.6 + terrain = marsh + } + + modifier = { + factor = 0.5 + terrain = semidesert + } + + modifier = { + factor = 0.5 + terrain = boreal + } + + modifier = { + factor = 0.1 + terrain = small_island + } + + modifier = { + factor = 0.01 + terrain = coral_island + } + + modifier = { + factor = 0.05 + terrain = desert + } + + modifier = { + factor = 0.01 + terrain = desert + continent = africa + } + + modifier = { + factor = 0.05 + terrain = arctic + } + + modifier = { + factor = 0.05 + terrain = montane_tundra + } + + modifier = { + factor = 1.05 + NOT = { country = { any_owned_province = { is_colonial = yes } } } + country = { penal_system = colonial_transportation } + OR = { + trade_goods = coal + trade_goods = sulphur + trade_goods = iron + trade_goods = precious_metal + trade_goods = tobacco + trade_goods = coffee + trade_goods = tea + } + OR = { + terrain = desert + terrain = arctic + terrain = semidesert + terrain = boreal + terrain = small_island + terrain = montane_tundra + terrain = coral_island + } + } + modifier = { + factor = 2 + life_rating = 40 + } + modifier = { + factor = 2 + life_rating = 50 + } } promote_to = { - officers = { - factor = 0.01 - modifier = { - factor = -1 - NOT = { literacy = 0.30 } - } - modifier = { - factor = -100 - state_scope = { officers = 0.002 } - } - - modifier = { - factor = -100 - location = { is_colonial = yes } - is_primary_culture = no - is_accepted_culture = no - } - - modifier = { - factor = 5 - literacy = 0.5 - } - group = { - modifier = { - factor = 5 - military_spending = 0.3 - } - modifier = { - factor = 10 - military_spending = 0.5 - } - modifier = { - factor = 15 - military_spending = 0.7 - } - } - } - - farmers = { #and labourers - factor = 0.01 - modifier = { - factor = 5.0 - soldiers = 0.03 - } - modifier = { - factor = 5.0 - not = { luxury_needs = 0.1 } - } - modifier = { - factor = 5.0 - NOT = { - location = { - work_available = { - worker = craftsmen - } - } - } - } - } -# labourers = -# { -# factor = 0.01 -# modifier = { -# factor = 1.4 -# not = { military_spending = 0.35 } -# } -# } - - craftsmen = { - factor = 0.01 - group = { - modifier = { - factor = -5 - not = { literacy = 0.1 } - } - modifier = { - factor = -3 - not = { literacy = 0.15 } - } - modifier = { - factor = -2 - not = { literacy = 0.2 } - } - modifier = { - factor = -2 - not = { literacy = 0.25 } - } - modifier = { - factor = -2 - not = { literacy = 0.3 } - } - } - group = { - modifier = { - factor = 1 - literacy = 0.3 - } - modifier = { - factor = 1 - literacy = 0.4 - } - modifier = { - factor = 1 - literacy = 0.5 - } - modifier = { - factor = 1 - literacy = 0.6 - } - modifier = { - factor = 1 - literacy = 0.7 - } - modifier = { - factor = 1 - literacy = 0.8 - } - modifier = { - factor = 1 - literacy = 0.9 - } - modifier = { - factor = 1 - literacy = 1 - } - } - modifier = { - factor = 10 - state_scope = { has_factories = yes } - } - modifier = { - factor = -40 - state_scope = { has_factories = no } - country = { economic_policy = planned_economy } - } - modifier = { - factor = -100 - NOT = { location = { work_available = { worker = craftsmen } } } - } - } + officers = { + factor = 0.01 + modifier = { + factor = -1 + NOT = { literacy = 0.30 } + } + modifier = { + factor = -100 + state_scope = { officers = 0.002 } + } + + modifier = { + factor = -100 + location = { is_colonial = yes } + is_primary_culture = no + is_accepted_culture = no + } + + modifier = { + factor = 5 + literacy = 0.5 + } + group = { + modifier = { + factor = 5 + military_spending = 0.3 + } + modifier = { + factor = 10 + military_spending = 0.5 + } + modifier = { + factor = 15 + military_spending = 0.7 + } + } + } + + farmers = { #and labourers + factor = 0.01 + modifier = { + factor = 5.0 + soldiers = 0.03 + } + modifier = { + factor = 5.0 + not = { luxury_needs = 0.1 } + } + modifier = { + factor = 5.0 + NOT = { + location = { + work_available = { + worker = craftsmen + } + } + } + } + } +# labourers = +# { +# factor = 0.01 +# modifier = { +# factor = 1.4 +# not = { military_spending = 0.35 } +# } +# } + + craftsmen = { + factor = 0.01 + group = { + modifier = { + factor = -5 + not = { literacy = 0.1 } + } + modifier = { + factor = -3 + not = { literacy = 0.15 } + } + modifier = { + factor = -2 + not = { literacy = 0.2 } + } + modifier = { + factor = -2 + not = { literacy = 0.25 } + } + modifier = { + factor = -2 + not = { literacy = 0.3 } + } + } + group = { + modifier = { + factor = 1 + literacy = 0.3 + } + modifier = { + factor = 1 + literacy = 0.4 + } + modifier = { + factor = 1 + literacy = 0.5 + } + modifier = { + factor = 1 + literacy = 0.6 + } + modifier = { + factor = 1 + literacy = 0.7 + } + modifier = { + factor = 1 + literacy = 0.8 + } + modifier = { + factor = 1 + literacy = 0.9 + } + modifier = { + factor = 1 + literacy = 1 + } + } + modifier = { + factor = 10 + state_scope = { has_factories = yes } + } + modifier = { + factor = -40 + state_scope = { has_factories = no } + country = { economic_policy = planned_economy } + } + modifier = { + factor = -100 + NOT = { location = { work_available = { worker = craftsmen } } } + } + } } ideologies = { - - fascist = { - factor = 1 - - modifier = { - factor = 1.2 - is_disarmed = yes - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = fascist - } - } - - modifier = { - factor = 3 - country = { government = fascist_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = fascist_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { government = fascist_dictatorship } - } - } - - modifier = { - factor = 1.1 - revanchism = 0.01 - } - modifier = { - factor = 1.1 - revanchism = 0.02 - } - modifier = { - factor = 1.1 - revanchism = 0.03 - } - modifier = { - factor = 1.1 - revanchism = 0.04 - } - modifier = { - factor = 1.1 - revanchism = 0.05 - } - modifier = { - factor = 1.5 - revanchism = 0.10 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 2 - revanchism = 0.15 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 3 - revanchism = 0.20 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 2 - ruling_party_ideology = fascist - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - modifier = { - factor = 0 - NOT = { - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - reactionary = { - factor = 1.05 - - modifier = { - factor = 0.5 - NOT = { - militancy = 6 - country = { - ruling_party_ideology = reactionary - OR = { - government = absolute_monarchy - government = presidential_dictatorship - government = theocracy - } - } - } - } - modifier = { - factor = 1.25 - ruling_party_ideology = reactionary - } - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = reactionary } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = reactionary - } - } - - modifier = { - factor = 1.25 - country = { - ruling_party_ideology = reactionary - OR = { - government = prussian_constitutionalism - government = hms_government - government = democracy - } - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 2.5 - country = { - ruling_party_ideology = reactionary - OR = { - government = presidential_dictatorship - government = absolute_monarchy - government = theocracy - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - modifier = { - factor = 0.5 - consciousness = 6 - } - - modifier = { - factor = 0.1 - NOT = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.05 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.10 } - } - modifier = { - factor = 1.1 - NOT = { political_reform_want = 0.15} - } - modifier = { - factor = 1.1 - militancy = 6 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 7 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 8 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - militancy = 9 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 1.1 - state_scope = { poor_strata_militancy = 8 } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - conservative = { - factor = 1.1 - - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.1 - NOT = { militancy = 4 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 3 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 2 } - } - modifier = { - factor = 1.1 - NOT = { militancy = 1 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 4 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 3 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 2 } - } - modifier = { - factor = 1.1 - NOT = { consciousness = 1 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.1 - luxury_needs = 0.1 - } - modifier = { - factor = 1.5 - luxury_needs = 1 - } - modifier = { - factor = 2 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 1 - } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - - modifier = { - factor = 1.3 - country = { - OR = { - ruling_party_ideology = conservative - ruling_party_ideology = liberal - ruling_party_ideology = socialist - } - } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - AND = { - nationalvalue = nv_tradition - country = { civilized = yes } - } - } - } - - #####Religious and Cultural influences##### - modifier = { - factor = 1.4 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = mormon - has_pop_religion = sunni - has_pop_religion = gelugpa - } - } - - modifier = { - factor = 1.3 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shinto - has_pop_religion = mahayana - } - } - - modifier = { - factor = 1.2 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = shiite - has_pop_religion = ibadi - } - } - - modifier = { - factor = 1.1 - is_state_religion = yes - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - OR = { - has_pop_religion = orthodox - has_pop_religion = coptic - } - } - - modifier = { - factor = 1.1 - is_culture_group = east_asian - } - ####################################### - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 5 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 6 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 7 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 8 } - } - modifier = { - factor = 0.9 - state_scope = { poor_strata_militancy = 9 } - } - modifier = { - factor = 10 - country = { has_country_flag = international_zone } - } - } - - socialist = { - factor = 1 - modifier = { - factor = 1.1 - nationalvalue = nv_equality - country = { NOT = { ruling_party_ideology = communist } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - - modifier = { - factor = 1.1 - social_reform_want = 0.03 - } - modifier = { - factor = 1.1 - social_reform_want = 0.06 - } - modifier = { - factor = 1.1 - social_reform_want = 0.09 - } - modifier = { - factor = 1.1 - social_reform_want = 0.12 - } - modifier = { - factor = 1.1 - social_reform_want = 0.15 - } - modifier = { - factor = 1.1 - social_reform_want = 0.18 - } - modifier = { - factor = 1.1 - social_reform_want = 0.21 - } - modifier = { - factor = 1.1 - social_reform_want = 0.24 - } - modifier = { - factor = 1.1 - social_reform_want = 0.27 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.25 - consciousness = 6 - state_scope = { - not = { middle_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.25 - consciousness = 4 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - modifier = { - factor = 1.5 - NOT = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - modifier = { - factor = 1.05 - consciousness = 6 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 7 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.05 - consciousness = 8 - NOT = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.1 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.1 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - } - - communist = { - factor = 1 - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = proletarian_dictatorship } - } - } - - modifier = { - factor = 3 - country = { government = proletarian_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 4 - country = { - government = proletarian_dictatorship - has_country_flag = totalitarian_government - } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 2 - ruling_party_ideology = communist - } - - modifier = { - factor = 1.1 - social_reform_want = 0.1 - } - modifier = { - factor = 1.1 - social_reform_want = 0.2 - } - modifier = { - factor = 1.1 - social_reform_want = 0.3 - } - modifier = { - factor = 1.1 - social_reform_want = 0.4 - } - modifier = { - factor = 1.1 - social_reform_want = 0.5 - } - modifier = { - factor = 1.1 - social_reform_want = 0.6 - } - modifier = { - factor = 1.1 - social_reform_want = 0.7 - } - modifier = { - factor = 1.1 - social_reform_want = 0.8 - } - modifier = { - factor = 1.1 - social_reform_want = 0.9 - } - modifier = { - factor = 1.1 - social_reform_want = 1 - } - modifier = { - factor = 1.25 - consciousness = 5 - NOT = { everyday_needs = 0.25 } - state_scope = { rich_strata_luxury_needs = 0.25 } - } - modifier = { - factor = 1.25 - consciousness = 7 - country = { - NOT = { rich_tax = 0.25 } - poor_tax = 0.75 - } - } - - modifier = { - factor = 1.2 - NOT = { literacy = 0.30 } - OR = { - country = { ruling_party_ideology = communist } - militancy = 7 - } - } - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = communist - } - } - - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0.1 - has_pop_religion = animist - NOT = { literacy = 0.3 } - } - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } - - liberal = { - factor = 1 - modifier = { - factor = 0.9 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - AND = { - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - country = { civilized = yes } - } - state_scope = { is_slave = yes } - } - } - modifier = { - factor = 0.5 - militancy = 6 - } - modifier = { - factor = 1.2 - nationalvalue = nv_liberty - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - } - modifier = { - factor = 1.1 - consciousness = 5 - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = socialist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = communist } - } - modifier = { - factor = 1.2 - NOT = { is_ideology_enabled = anarcho_liberal } - } - modifier = { - factor = 1.1 - political_reform_want = 0.03 - } - modifier = { - factor = 1.1 - political_reform_want = 0.06 - } - modifier = { - factor = 1.1 - political_reform_want = 0.09 - } - modifier = { - factor = 1.1 - political_reform_want = 0.12 - } - modifier = { - factor = 1.1 - political_reform_want = 0.15 - } - modifier = { - factor = 1.1 - political_reform_want = 0.18 - } - modifier = { - factor = 1.1 - political_reform_want = 0.21 - } - modifier = { - factor = 1.1 - political_reform_want = 0.24 - } - modifier = { - factor = 1.1 - political_reform_want = 0.27 - } - modifier = { - factor = 1.1 - political_reform_want = 0.30 - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 5 - middle_strata_militancy = 5 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 6 - middle_strata_militancy = 6 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 7 - middle_strata_militancy = 7 - } - } - } - modifier = { - factor = 1.1 - state_scope = { - OR = { - poor_strata_militancy = 8 - middle_strata_militancy = 8 - } - } - } - } - anarcho_liberal = { - factor = 1 - - modifier = { - factor = 2 - ruling_party_ideology = anarcho_liberal - } - - modifier = { - factor = 1.5 - country = { - NOT = { plurality = 30 } - ruling_party_ideology = anarcho_liberal - } - } - - modifier = { - factor = 3 - country = { government = bourgeois_dictatorship } - nationalvalue = nv_autocracy - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - - modifier = { - factor = 0.3 - NOT = { country = { government = bourgeois_dictatorship } } - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - nationalvalue = nv_autocracy - } - - modifier = { - factor = 0.1 - NOT = { - militancy = 6 - country = { government = bourgeois_dictatorship } - } - } - - modifier = { - factor = 1.1 - political_reform_want = 0.70 - } - modifier = { - factor = 1.1 - political_reform_want = 0.80 - } - modifier = { - factor = 1.1 - political_reform_want = 0.90 - } - modifier = { - factor = 1.1 - political_reform_want = 1 - } - ##############Two-Party System############# - modifier = { - factor = 0.5 - ###Only pops that can normally vote - OR = { - is_primary_culture = yes - is_accepted_culture = yes - country = { citizens_rights = all_voting_pops } - } - location = { NOT = { is_colonial = yes } } - ###Country with a two-party system - country = { - NOT = { vote_franschise = none_voting } - voting_system = first_past_the_post - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - ########################################### - modifier = { - factor = 0 - country = { has_country_flag = international_zone } - } - } + + fascist = { + factor = 1 + + modifier = { + factor = 1.2 + is_disarmed = yes + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = fascist + } + } + + modifier = { + factor = 3 + country = { government = fascist_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = fascist_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { government = fascist_dictatorship } + } + } + + modifier = { + factor = 1.1 + revanchism = 0.01 + } + modifier = { + factor = 1.1 + revanchism = 0.02 + } + modifier = { + factor = 1.1 + revanchism = 0.03 + } + modifier = { + factor = 1.1 + revanchism = 0.04 + } + modifier = { + factor = 1.1 + revanchism = 0.05 + } + modifier = { + factor = 1.5 + revanchism = 0.10 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 2 + revanchism = 0.15 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 3 + revanchism = 0.20 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 2 + ruling_party_ideology = fascist + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + modifier = { + factor = 0 + NOT = { + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + reactionary = { + factor = 1.05 + + modifier = { + factor = 0.5 + NOT = { + militancy = 6 + country = { + ruling_party_ideology = reactionary + OR = { + government = absolute_monarchy + government = presidential_dictatorship + government = theocracy + } + } + } + } + modifier = { + factor = 1.25 + ruling_party_ideology = reactionary + } + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = reactionary } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = reactionary + } + } + + modifier = { + factor = 1.25 + country = { + ruling_party_ideology = reactionary + OR = { + government = prussian_constitutionalism + government = hms_government + government = democracy + } + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 2.5 + country = { + ruling_party_ideology = reactionary + OR = { + government = presidential_dictatorship + government = absolute_monarchy + government = theocracy + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + modifier = { + factor = 0.5 + consciousness = 6 + } + + modifier = { + factor = 0.1 + NOT = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.05 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.10 } + } + modifier = { + factor = 1.1 + NOT = { political_reform_want = 0.15} + } + modifier = { + factor = 1.1 + militancy = 6 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 7 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 8 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + militancy = 9 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 1.1 + state_scope = { poor_strata_militancy = 8 } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + conservative = { + factor = 1.1 + + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.1 + NOT = { militancy = 4 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 3 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 2 } + } + modifier = { + factor = 1.1 + NOT = { militancy = 1 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 4 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 3 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 2 } + } + modifier = { + factor = 1.1 + NOT = { consciousness = 1 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.1 + luxury_needs = 0.1 + } + modifier = { + factor = 1.5 + luxury_needs = 1 + } + modifier = { + factor = 2 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 1 + } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + + modifier = { + factor = 1.3 + country = { + OR = { + ruling_party_ideology = conservative + ruling_party_ideology = liberal + ruling_party_ideology = socialist + } + } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + AND = { + nationalvalue = nv_tradition + country = { civilized = yes } + } + } + } + + #####Religious and Cultural influences##### + modifier = { + factor = 1.4 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = mormon + has_pop_religion = sunni + has_pop_religion = gelugpa + } + } + + modifier = { + factor = 1.3 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shinto + has_pop_religion = mahayana + } + } + + modifier = { + factor = 1.2 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = shiite + has_pop_religion = ibadi + } + } + + modifier = { + factor = 1.1 + is_state_religion = yes + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + OR = { + has_pop_religion = orthodox + has_pop_religion = coptic + } + } + + modifier = { + factor = 1.1 + is_culture_group = east_asian + } + ####################################### + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 5 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 6 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 7 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 8 } + } + modifier = { + factor = 0.9 + state_scope = { poor_strata_militancy = 9 } + } + modifier = { + factor = 10 + country = { has_country_flag = international_zone } + } + } + + socialist = { + factor = 1 + modifier = { + factor = 1.1 + nationalvalue = nv_equality + country = { NOT = { ruling_party_ideology = communist } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + + modifier = { + factor = 1.1 + social_reform_want = 0.03 + } + modifier = { + factor = 1.1 + social_reform_want = 0.06 + } + modifier = { + factor = 1.1 + social_reform_want = 0.09 + } + modifier = { + factor = 1.1 + social_reform_want = 0.12 + } + modifier = { + factor = 1.1 + social_reform_want = 0.15 + } + modifier = { + factor = 1.1 + social_reform_want = 0.18 + } + modifier = { + factor = 1.1 + social_reform_want = 0.21 + } + modifier = { + factor = 1.1 + social_reform_want = 0.24 + } + modifier = { + factor = 1.1 + social_reform_want = 0.27 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.25 + consciousness = 6 + state_scope = { + not = { middle_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.25 + consciousness = 4 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + modifier = { + factor = 1.5 + NOT = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + modifier = { + factor = 1.05 + consciousness = 6 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 7 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.05 + consciousness = 8 + NOT = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.1 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.1 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + } + + communist = { + factor = 1 + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = proletarian_dictatorship } + } + } + + modifier = { + factor = 3 + country = { government = proletarian_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 4 + country = { + government = proletarian_dictatorship + has_country_flag = totalitarian_government + } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 2 + ruling_party_ideology = communist + } + + modifier = { + factor = 1.1 + social_reform_want = 0.1 + } + modifier = { + factor = 1.1 + social_reform_want = 0.2 + } + modifier = { + factor = 1.1 + social_reform_want = 0.3 + } + modifier = { + factor = 1.1 + social_reform_want = 0.4 + } + modifier = { + factor = 1.1 + social_reform_want = 0.5 + } + modifier = { + factor = 1.1 + social_reform_want = 0.6 + } + modifier = { + factor = 1.1 + social_reform_want = 0.7 + } + modifier = { + factor = 1.1 + social_reform_want = 0.8 + } + modifier = { + factor = 1.1 + social_reform_want = 0.9 + } + modifier = { + factor = 1.1 + social_reform_want = 1 + } + modifier = { + factor = 1.25 + consciousness = 5 + NOT = { everyday_needs = 0.25 } + state_scope = { rich_strata_luxury_needs = 0.25 } + } + modifier = { + factor = 1.25 + consciousness = 7 + country = { + NOT = { rich_tax = 0.25 } + poor_tax = 0.75 + } + } + + modifier = { + factor = 1.2 + NOT = { literacy = 0.30 } + OR = { + country = { ruling_party_ideology = communist } + militancy = 7 + } + } + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = communist + } + } + + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0.1 + has_pop_religion = animist + NOT = { literacy = 0.3 } + } + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } + + liberal = { + factor = 1 + modifier = { + factor = 0.9 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + AND = { + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + country = { civilized = yes } + } + state_scope = { is_slave = yes } + } + } + modifier = { + factor = 0.5 + militancy = 6 + } + modifier = { + factor = 1.2 + nationalvalue = nv_liberty + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + } + modifier = { + factor = 1.1 + consciousness = 5 + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = socialist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = communist } + } + modifier = { + factor = 1.2 + NOT = { is_ideology_enabled = anarcho_liberal } + } + modifier = { + factor = 1.1 + political_reform_want = 0.03 + } + modifier = { + factor = 1.1 + political_reform_want = 0.06 + } + modifier = { + factor = 1.1 + political_reform_want = 0.09 + } + modifier = { + factor = 1.1 + political_reform_want = 0.12 + } + modifier = { + factor = 1.1 + political_reform_want = 0.15 + } + modifier = { + factor = 1.1 + political_reform_want = 0.18 + } + modifier = { + factor = 1.1 + political_reform_want = 0.21 + } + modifier = { + factor = 1.1 + political_reform_want = 0.24 + } + modifier = { + factor = 1.1 + political_reform_want = 0.27 + } + modifier = { + factor = 1.1 + political_reform_want = 0.30 + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 5 + middle_strata_militancy = 5 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 6 + middle_strata_militancy = 6 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 7 + middle_strata_militancy = 7 + } + } + } + modifier = { + factor = 1.1 + state_scope = { + OR = { + poor_strata_militancy = 8 + middle_strata_militancy = 8 + } + } + } + } + anarcho_liberal = { + factor = 1 + + modifier = { + factor = 2 + ruling_party_ideology = anarcho_liberal + } + + modifier = { + factor = 1.5 + country = { + NOT = { plurality = 30 } + ruling_party_ideology = anarcho_liberal + } + } + + modifier = { + factor = 3 + country = { government = bourgeois_dictatorship } + nationalvalue = nv_autocracy + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + + modifier = { + factor = 0.3 + NOT = { country = { government = bourgeois_dictatorship } } + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + nationalvalue = nv_autocracy + } + + modifier = { + factor = 0.1 + NOT = { + militancy = 6 + country = { government = bourgeois_dictatorship } + } + } + + modifier = { + factor = 1.1 + political_reform_want = 0.70 + } + modifier = { + factor = 1.1 + political_reform_want = 0.80 + } + modifier = { + factor = 1.1 + political_reform_want = 0.90 + } + modifier = { + factor = 1.1 + political_reform_want = 1 + } + ##############Two-Party System############# + modifier = { + factor = 0.5 + ###Only pops that can normally vote + OR = { + is_primary_culture = yes + is_accepted_culture = yes + country = { citizens_rights = all_voting_pops } + } + location = { NOT = { is_colonial = yes } } + ###Country with a two-party system + country = { + NOT = { vote_franschise = none_voting } + voting_system = first_past_the_post + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + ########################################### + modifier = { + factor = 0 + country = { has_country_flag = international_zone } + } + } } issues = { - protectionism = { - factor = 1 - modifier = { - factor = 1.1 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1 - country = { trade_policy = protectionism } - } - } - free_trade = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { trade_policy = protectionism } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { trade_policy = free_trade } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { trade_policy = free_trade } - } - } - laissez_faire = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = laissez_faire - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = laissez_faire } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = laissez_faire } - } - } - interventionism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = interventionism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = interventionism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = interventionism } - } - } - state_capitalism = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = state_capitalism - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = state_capitalism } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = state_capitalism } - } - } - planned_economy = { - factor = 1 - modifier = { - factor = 0 - NOT = { - life_needs = 1.0 - } - country = { - economic_policy = planned_economy - } - } - modifier = { - factor = 1.1 - everyday_needs = 1.0 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.25 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.5 - country = { economic_policy = planned_economy } - } - modifier = { - factor = 1.1 - everyday_needs = 0.75 - country = { economic_policy = planned_economy } - } - } - jingoism = { - factor = 1.1 - modifier = { - factor = 1.1 - revanchism = 0.01 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.02 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.03 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.04 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.05 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - revanchism = 0.10 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 4 - revanchism = 0.15 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 8 - revanchism = 0.20 - NOT = { country = { has_country_flag = international_zone } } - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - civilized = yes - NOT = { is_greater_power = yes } - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - pro_military = { - factor = 1.2 - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 10 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 20 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 30 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 40 - } - } - modifier = { - factor = 1.1 - war = yes - NOT = { - war_exhaustion = 50 - } - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - military_score = THIS - } - } - } - anti_military = { - factor = 1 - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pacifism = { - factor = 1 - modifier = { - factor = 0.8 - country = { civilized = no } - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 10 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 20 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 30 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 40 - } - modifier = { - factor = 1.1 - war = yes - war_exhaustion = 50 - } - modifier = { - factor = 1.1 - war = no - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { is_greater_power = yes } - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - NOT = { military_score = THIS } - } - } - modifier = { - factor = 1.1 - war = no - NOT = { civilized = yes } - any_neighbor_country = { - NOT = { civilized = yes } - NOT = { military_score = THIS } - } - } - } - pro_atheism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 8 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { religious_policy = moralism } - } - modifier = { - factor = 0.5 - not = { consciousness = 6 } - } - modifier = { - factor = 0.5 - not = { consciousness = 7 } - } - modifier = { - factor = 0.5 - not = { consciousness = 8 } - } - modifier = { - factor = 0.5 - not = { consciousness = 9 } - } - } - secularized = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { consciousness = 8 } - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - consciousness = 6 - NOT = { is_state_religion = yes } - country = { religious_policy = pluralism } - } - modifier = { - factor = 1.1 - consciousness = 6 - } - modifier = { - factor = 1.1 - consciousness = 7 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - pluralism = { - factor = 1 - modifier = { - factor = 1.1 - consciousness = 2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - moralism = { - factor = 1 - modifier = { - factor = 1.2 - NOT = { consciousness = 4 } - is_state_religion = yes - } - modifier = { - factor = 1.1 - not = { consciousness = 4 } - } - modifier = { - factor = 0 - NOT = { is_state_religion = yes } - } - modifier = { - factor = 1.1 - not = { consciousness = 3 } - } - modifier = { - factor = 1.1 - not = { consciousness = 2 } - } - modifier = { - factor = 1.1 - not = { consciousness = 1 } - } - modifier = { - factor = 0.9 - consciousness = 6 - } - modifier = { - factor = 0.9 - consciousness = 7 - } - modifier = { - factor = 0.9 - consciousness = 8 - } - modifier = { - factor = 0.9 - consciousness = 9 - } - } - residency = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_order - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - limited_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 0 - NOT = { is_accepted_culture = yes } - NOT = { is_primary_culture = yes } - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } - full_citizenship = { - factor = 1 - modifier = { - factor = 0 - NOT = { consciousness = 5} - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 5 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 6 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 7 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 8 - } - modifier = { - factor = 1.1 - NOT = { is_primary_culture = yes } - NOT = { is_accepted_culture = yes } - consciousness = 9 - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - } + protectionism = { + factor = 1 + modifier = { + factor = 1.1 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1 + country = { trade_policy = protectionism } + } + } + free_trade = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { trade_policy = protectionism } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { trade_policy = free_trade } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { trade_policy = free_trade } + } + } + laissez_faire = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = laissez_faire + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = laissez_faire } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = laissez_faire } + } + } + interventionism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = interventionism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = interventionism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = interventionism } + } + } + state_capitalism = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = state_capitalism + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = state_capitalism } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = state_capitalism } + } + } + planned_economy = { + factor = 1 + modifier = { + factor = 0 + NOT = { + life_needs = 1.0 + } + country = { + economic_policy = planned_economy + } + } + modifier = { + factor = 1.1 + everyday_needs = 1.0 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.25 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.5 + country = { economic_policy = planned_economy } + } + modifier = { + factor = 1.1 + everyday_needs = 0.75 + country = { economic_policy = planned_economy } + } + } + jingoism = { + factor = 1.1 + modifier = { + factor = 1.1 + revanchism = 0.01 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.02 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.03 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.04 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.05 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + revanchism = 0.10 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 4 + revanchism = 0.15 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 8 + revanchism = 0.20 + NOT = { country = { has_country_flag = international_zone } } + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + civilized = yes + NOT = { is_greater_power = yes } + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + pro_military = { + factor = 1.2 + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 10 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 20 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 30 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 40 + } + } + modifier = { + factor = 1.1 + war = yes + NOT = { + war_exhaustion = 50 + } + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + military_score = THIS + } + } + } + anti_military = { + factor = 1 + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pacifism = { + factor = 1 + modifier = { + factor = 0.8 + country = { civilized = no } + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 10 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 20 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 30 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 40 + } + modifier = { + factor = 1.1 + war = yes + war_exhaustion = 50 + } + modifier = { + factor = 1.1 + war = no + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { is_greater_power = yes } + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + NOT = { military_score = THIS } + } + } + modifier = { + factor = 1.1 + war = no + NOT = { civilized = yes } + any_neighbor_country = { + NOT = { civilized = yes } + NOT = { military_score = THIS } + } + } + } + pro_atheism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 8 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { religious_policy = moralism } + } + modifier = { + factor = 0.5 + not = { consciousness = 6 } + } + modifier = { + factor = 0.5 + not = { consciousness = 7 } + } + modifier = { + factor = 0.5 + not = { consciousness = 8 } + } + modifier = { + factor = 0.5 + not = { consciousness = 9 } + } + } + secularized = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { consciousness = 8 } + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + consciousness = 6 + NOT = { is_state_religion = yes } + country = { religious_policy = pluralism } + } + modifier = { + factor = 1.1 + consciousness = 6 + } + modifier = { + factor = 1.1 + consciousness = 7 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + pluralism = { + factor = 1 + modifier = { + factor = 1.1 + consciousness = 2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + moralism = { + factor = 1 + modifier = { + factor = 1.2 + NOT = { consciousness = 4 } + is_state_religion = yes + } + modifier = { + factor = 1.1 + not = { consciousness = 4 } + } + modifier = { + factor = 0 + NOT = { is_state_religion = yes } + } + modifier = { + factor = 1.1 + not = { consciousness = 3 } + } + modifier = { + factor = 1.1 + not = { consciousness = 2 } + } + modifier = { + factor = 1.1 + not = { consciousness = 1 } + } + modifier = { + factor = 0.9 + consciousness = 6 + } + modifier = { + factor = 0.9 + consciousness = 7 + } + modifier = { + factor = 0.9 + consciousness = 8 + } + modifier = { + factor = 0.9 + consciousness = 9 + } + } + residency = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_order + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + limited_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 0 + NOT = { is_accepted_culture = yes } + NOT = { is_primary_culture = yes } + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } + full_citizenship = { + factor = 1 + modifier = { + factor = 0 + NOT = { consciousness = 5} + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 5 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 6 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 7 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 8 + } + modifier = { + factor = 1.1 + NOT = { is_primary_culture = yes } + NOT = { is_accepted_culture = yes } + consciousness = 9 + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + } ################################################################REFORMS####################################################################### ####Slavery#### - yes_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0 - state_scope = { is_slave = no } - } - modifier = { - factor = 0.5 - is_culture_group = african_diaspora_cultures - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { life_needs = 0.9 } - } - modifier = { - factor = 1.1 - country = { slavery = yes_slavery } - NOT = { everyday_needs = 0.3 } - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 8 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = yes } - consciousness = 9 - } - } - - freedom_of_womb = { - factor = 1 - modifier = { - factor = 0 - NOT = { is_next_reform = freedom_of_womb } - } - - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - - no_slavery = { - factor = 1 - modifier = { - factor = 0 - country = { slavery = no_slavery } - } - modifier = { - factor = 0 - country = { civilized = no } - } - modifier = { - factor = 0.5 - state_scope = { is_slave = yes } - } - modifier = { - factor = 1.25 - is_culture_group = african_diaspora_cultures - } - - modifier = { - factor = 0.9 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_order - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - is_accepted_culture = yes - is_primary_culture = yes - } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 6 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 7 - } - modifier = { - factor = 1.5 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 8 - } - modifier = { - factor = 3 - state_scope = { is_slave = no } - pop_majority_ideology = liberal - consciousness = 9 - } - modifier = { - factor = 1.1 - literacy = 0.4 - } - modifier = { - factor = 1.1 - literacy = 0.5 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - modifier = { - factor = 1.1 - literacy = 0.7 - } - modifier = { - factor = 2 - country = { sphere_owner = { slavery = no_slavery } } - } - } - + yes_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0 + state_scope = { is_slave = no } + } + modifier = { + factor = 0.5 + is_culture_group = african_diaspora_cultures + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { life_needs = 0.9 } + } + modifier = { + factor = 1.1 + country = { slavery = yes_slavery } + NOT = { everyday_needs = 0.3 } + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 8 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = yes } + consciousness = 9 + } + } + + freedom_of_womb = { + factor = 1 + modifier = { + factor = 0 + NOT = { is_next_reform = freedom_of_womb } + } + + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + + no_slavery = { + factor = 1 + modifier = { + factor = 0 + country = { slavery = no_slavery } + } + modifier = { + factor = 0 + country = { civilized = no } + } + modifier = { + factor = 0.5 + state_scope = { is_slave = yes } + } + modifier = { + factor = 1.25 + is_culture_group = african_diaspora_cultures + } + + modifier = { + factor = 0.9 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_order + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + is_accepted_culture = yes + is_primary_culture = yes + } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 6 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 7 + } + modifier = { + factor = 1.5 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 8 + } + modifier = { + factor = 3 + state_scope = { is_slave = no } + pop_majority_ideology = liberal + consciousness = 9 + } + modifier = { + factor = 1.1 + literacy = 0.4 + } + modifier = { + factor = 1.1 + literacy = 0.5 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + modifier = { + factor = 1.1 + literacy = 0.7 + } + modifier = { + factor = 2 + country = { sphere_owner = { slavery = no_slavery } } + } + } + ####Vote Franchise#### - landed_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = landed_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - wealth_voting = { - factor = 1.1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = wealth_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_weighted_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_weighted_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - universal_voting = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = universal_voting } - NOT = { consciousness = 6 } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.3 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } + landed_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = landed_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + wealth_voting = { + factor = 1.1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = wealth_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_weighted_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_weighted_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + universal_voting = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = universal_voting } + NOT = { consciousness = 6 } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.3 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } ########################Voting System######################## - jefferson_method = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { life_needs = 1 } - NOT = { consciousness = 7 } - NOT = { is_next_reform = jefferson_method } - state_scope = { is_colonial = yes } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - modifier = { - factor = 0 - is_culture_group = american_cultures - country = { - is_culture_group = american_cultures - government = democracy - OR = { - upper_house_composition = appointed - upper_house_composition = state_equal_weight - } - } - } - modifier = { - factor = 0 - is_culture_group = british - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0 - country = { - primary_culture = british - is_greater_power = yes - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - modifier = { - factor = 0.25 - OR = { - NOT = { literacy = 0.70 } - location = { is_overseas = yes } - } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - proportional_representation = { - factor = 1 - modifier = { - factor = 0 - OR = { - country = { voting_system = proportional_representation } - NOT = { consciousness = 6 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.50 } - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.5 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - } - - harassment = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = harassment } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - gerrymandering = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = gerrymandering } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - non_secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = non_secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - secret_ballots = { - factor = 1 - modifier = { - factor = 0 - OR = { - vote_franschise = none_voting - NOT = { consciousness = 6 } - NOT = { is_next_reform = secret_ballots } - luxury_needs = 1.0 - NOT = { life_needs = 0.7 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - } - yes_meeting = { - factor = 1 - modifier = { - factor = 0 - OR = { - public_meetings = yes_meeting - NOT = { consciousness = 4 } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.10 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.20 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.30 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.40 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.50 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - censored_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = censored_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - free_press = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = free_press } - NOT = { consciousness = 5 } - NOT = { literacy = 0.40 } - NOT = { life_needs = 1 } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - literacy = 0.30 - } - modifier = { - factor = 1.25 - literacy = 0.50 - } - modifier = { - factor = 1.25 - literacy = 0.60 - } - modifier = { - factor = 1.25 - literacy = 0.70 - } - modifier = { - factor = 1.25 - literacy = 0.80 - } - modifier = { - factor = 2 - literacy = 0.90 - } - modifier = { - factor = 2 - literacy = 0.99 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - modifier = { - factor = 2 - consciousness = 9 - } - modifier = { - factor = 1.25 - nationalvalue = nv_liberty - OR = { is_primary_culture = yes is_accepted_culture = yes } - } - } - trinket_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - low_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - acceptable_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - good_minimum_wage = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 0.9 - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_minimum_wage } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { everyday_needs = 1 } - } - modifier = { - factor = 0.25 - luxury_needs = 0.25 - } - modifier = { - factor = 0.25 - luxury_needs = 0.50 - } - modifier = { - factor = 0.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_everyday_needs = 0.25 } - } - } - } - - trinket_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - - } - good_safety = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1.0 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_safety } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 0.25 - NOT = { literacy = 0.20 } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - low_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - acceptable_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - good_subsidies = { - factor = 1 - modifier = { - factor = 0 - OR = { - poor_strata_luxury_needs = 1.0 - state_scope = { NOT = { unemployment = 0.01 } } - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_subsidies } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.02 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.04 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.08 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.1 - } - } - modifier = { - factor = 1.25 - state_scope = { - unemployment = 0.2 - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } - trinket_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = trinket_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - low_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = low_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - acceptable_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = acceptable_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - good_pensions = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 6 } - NOT = { is_next_reform = good_pensions } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.50 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - everyday_needs = 0.25 - } - modifier = { - factor = 1.25 - everyday_needs = 0.50 - } - modifier = { - factor = 1.25 - everyday_needs = 0.75 - } - modifier = { - factor = 1.25 - everyday_needs = 1 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - } - trinket_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { country = { has_country_flag = medicine_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = trinket_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - low_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = germs_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = low_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - acceptable_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { country = { has_country_flag = gaslights_invented } } - NOT = { consciousness = 7 } - NOT = { is_next_reform = acceptable_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - good_health_care = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { consciousness = 7 } - NOT = { country = { has_country_flag = electricity_invented } } - NOT = { is_next_reform = good_health_care } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - not = { life_needs = 0.25 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.5 } - } - modifier = { - factor = 1.25 - not = { life_needs = 0.75 } - } - modifier = { - factor = 1.25 - not = { life_needs = 1 } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 1 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.75 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.5 } - } - } - modifier = { - factor = 1.25 - state_scope = { - not = { poor_strata_life_needs = 0.25 } - } - } - } - fourteen_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = fourteen_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - twelve_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = twelve_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - ten_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = ten_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - - } - eight_hours = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { life_needs = 1 } - NOT = { consciousness = 6 } - NOT = { is_next_reform = eight_hours } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - luxury_needs = 0.25 - } - modifier = { - factor = 1.25 - luxury_needs = 0.50 - } - modifier = { - factor = 1.25 - luxury_needs = 0.75 - } - modifier = { - factor = 1.25 - luxury_needs = 1 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - poor_strata_everyday_needs = 0.25 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.75 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.50 - } - } - modifier = { - factor = 1.25 - state_scope = { - middle_strata_everyday_needs = 0.25 - } - } - } - - low_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 5 } - NOT = { is_next_reform = low_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - acceptable_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = acceptable_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - good_schools = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { consciousness = 3 } - NOT = { is_next_reform = good_schools } - NOT = { is_ideology_enabled = socialist } - country = { civilized = no } - } - } - - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.25 - NOT = { literacy = 1 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.75 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.5 } - } - modifier = { - factor = 1.25 - NOT = { literacy = 0.25 } - } - } - + jefferson_method = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { life_needs = 1 } + NOT = { consciousness = 7 } + NOT = { is_next_reform = jefferson_method } + state_scope = { is_colonial = yes } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + modifier = { + factor = 0 + is_culture_group = american_cultures + country = { + is_culture_group = american_cultures + government = democracy + OR = { + upper_house_composition = appointed + upper_house_composition = state_equal_weight + } + } + } + modifier = { + factor = 0 + is_culture_group = british + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0 + country = { + primary_culture = british + is_greater_power = yes + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + modifier = { + factor = 0.25 + OR = { + NOT = { literacy = 0.70 } + location = { is_overseas = yes } + } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + proportional_representation = { + factor = 1 + modifier = { + factor = 0 + OR = { + country = { voting_system = proportional_representation } + NOT = { consciousness = 6 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.50 } + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.5 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + } + + harassment = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = harassment } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + gerrymandering = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = gerrymandering } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + non_secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = non_secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + secret_ballots = { + factor = 1 + modifier = { + factor = 0 + OR = { + vote_franschise = none_voting + NOT = { consciousness = 6 } + NOT = { is_next_reform = secret_ballots } + luxury_needs = 1.0 + NOT = { life_needs = 0.7 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + } + yes_meeting = { + factor = 1 + modifier = { + factor = 0 + OR = { + public_meetings = yes_meeting + NOT = { consciousness = 4 } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.10 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.20 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.30 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.40 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.50 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + censored_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = censored_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + free_press = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = free_press } + NOT = { consciousness = 5 } + NOT = { literacy = 0.40 } + NOT = { life_needs = 1 } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + literacy = 0.30 + } + modifier = { + factor = 1.25 + literacy = 0.50 + } + modifier = { + factor = 1.25 + literacy = 0.60 + } + modifier = { + factor = 1.25 + literacy = 0.70 + } + modifier = { + factor = 1.25 + literacy = 0.80 + } + modifier = { + factor = 2 + literacy = 0.90 + } + modifier = { + factor = 2 + literacy = 0.99 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + modifier = { + factor = 2 + consciousness = 9 + } + modifier = { + factor = 1.25 + nationalvalue = nv_liberty + OR = { is_primary_culture = yes is_accepted_culture = yes } + } + } + trinket_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + low_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + acceptable_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + good_minimum_wage = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 0.9 + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_minimum_wage } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { everyday_needs = 1 } + } + modifier = { + factor = 0.25 + luxury_needs = 0.25 + } + modifier = { + factor = 0.25 + luxury_needs = 0.50 + } + modifier = { + factor = 0.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_everyday_needs = 0.25 } + } + } + } + + trinket_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + + } + good_safety = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1.0 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_safety } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 0.25 + NOT = { literacy = 0.20 } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + low_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + acceptable_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + good_subsidies = { + factor = 1 + modifier = { + factor = 0 + OR = { + poor_strata_luxury_needs = 1.0 + state_scope = { NOT = { unemployment = 0.01 } } + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_subsidies } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.02 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.04 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.08 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.1 + } + } + modifier = { + factor = 1.25 + state_scope = { + unemployment = 0.2 + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } + trinket_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = trinket_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + low_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = low_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + acceptable_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = acceptable_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + good_pensions = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 6 } + NOT = { is_next_reform = good_pensions } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.50 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + everyday_needs = 0.25 + } + modifier = { + factor = 1.25 + everyday_needs = 0.50 + } + modifier = { + factor = 1.25 + everyday_needs = 0.75 + } + modifier = { + factor = 1.25 + everyday_needs = 1 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + } + trinket_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { country = { has_country_flag = medicine_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = trinket_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + low_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = germs_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = low_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + acceptable_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { country = { has_country_flag = gaslights_invented } } + NOT = { consciousness = 7 } + NOT = { is_next_reform = acceptable_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + good_health_care = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { consciousness = 7 } + NOT = { country = { has_country_flag = electricity_invented } } + NOT = { is_next_reform = good_health_care } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + not = { life_needs = 0.25 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.5 } + } + modifier = { + factor = 1.25 + not = { life_needs = 0.75 } + } + modifier = { + factor = 1.25 + not = { life_needs = 1 } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 1 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.75 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.5 } + } + } + modifier = { + factor = 1.25 + state_scope = { + not = { poor_strata_life_needs = 0.25 } + } + } + } + fourteen_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = fourteen_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + twelve_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = twelve_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + ten_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = ten_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + + } + eight_hours = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { life_needs = 1 } + NOT = { consciousness = 6 } + NOT = { is_next_reform = eight_hours } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + luxury_needs = 0.25 + } + modifier = { + factor = 1.25 + luxury_needs = 0.50 + } + modifier = { + factor = 1.25 + luxury_needs = 0.75 + } + modifier = { + factor = 1.25 + luxury_needs = 1 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + poor_strata_everyday_needs = 0.25 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.75 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.50 + } + } + modifier = { + factor = 1.25 + state_scope = { + middle_strata_everyday_needs = 0.25 + } + } + } + + low_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 5 } + NOT = { is_next_reform = low_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + acceptable_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = acceptable_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + good_schools = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { consciousness = 3 } + NOT = { is_next_reform = good_schools } + NOT = { is_ideology_enabled = socialist } + country = { civilized = no } + } + } + + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.25 + NOT = { literacy = 1 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.75 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.5 } + } + modifier = { + factor = 1.25 + NOT = { literacy = 0.25 } + } + } + #######################################Child Labor - child_labor_restricted = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_restricted } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { life_needs = 0.5 } - NOT = { consciousness = 3 } - } - } - - modifier = { - factor = 1.25 - literacy = 0.30 - } - - modifier = { - factor = 1.25 - literacy = 0.40 - } - - modifier = { - factor = 1.25 - literacy = 0.50 - } - - modifier = { - factor = 1.25 - consciousness = 4 - } - modifier = { - factor = 1.25 - consciousness = 5 - } - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - } - - child_labor_illegal = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = child_labor_illegal } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - country = { civilized = no } - NOT = { life_needs = 0.7 } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { political_parties = secret_ballots } - NOT = { press_rights = free_press } - public_meetings = no_meeting - } - } - - - modifier = { - factor = 1.25 - literacy = 0.60 - } - - modifier = { - factor = 1.25 - literacy = 0.70 - } - - modifier = { - factor = 1.25 - literacy = 0.80 - } - - modifier = { - factor = 1.25 - consciousness = 6 - } - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - modifier = { - factor = 1.25 - consciousness = 9 - } - } + child_labor_restricted = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_restricted } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { life_needs = 0.5 } + NOT = { consciousness = 3 } + } + } + + modifier = { + factor = 1.25 + literacy = 0.30 + } + + modifier = { + factor = 1.25 + literacy = 0.40 + } + + modifier = { + factor = 1.25 + literacy = 0.50 + } + + modifier = { + factor = 1.25 + consciousness = 4 + } + modifier = { + factor = 1.25 + consciousness = 5 + } + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + } + + child_labor_illegal = { + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = child_labor_illegal } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + country = { civilized = no } + NOT = { life_needs = 0.7 } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { political_parties = secret_ballots } + NOT = { press_rights = free_press } + public_meetings = no_meeting + } + } + + + modifier = { + factor = 1.25 + literacy = 0.60 + } + + modifier = { + factor = 1.25 + literacy = 0.70 + } + + modifier = { + factor = 1.25 + literacy = 0.80 + } + + modifier = { + factor = 1.25 + consciousness = 6 + } + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + modifier = { + factor = 1.25 + consciousness = 9 + } + } #######################################Conscription -# four_year_draft = { -# } -# -# two_year_draft = { -# } -# -# one_year_draft = { -# } -# -# no_draft = { -# } +# four_year_draft = { +# } +# +# two_year_draft = { +# } +# +# one_year_draft = { +# } +# +# no_draft = { +# } #######################################Debt Law peonage = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = peonage } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 7 } - } - } - - modifier = { - factor = 0.95 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_autocracy - nationalvalue = nv_tradition - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } - } - + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = peonage } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 7 } + } + } + + modifier = { + factor = 0.95 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_autocracy + nationalvalue = nv_tradition + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } + } + debtors_prisons = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = debtors_prisons } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { life_needs = 0.4 } - NOT = { consciousness = 6 } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.4 - literacy = 0.7 - } - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = debtors_prisons } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { life_needs = 0.4 } + NOT = { consciousness = 6 } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.4 + literacy = 0.7 + } + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + bankruptcy = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = bankruptcy } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { everyday_needs = 0.4 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - NOT = { country = { has_country_flag = central_bank_instituted } } - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - NOT = { literacy = 0.7 } - } - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - consciousness = 7 - } - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - modifier = { - factor = 1.1 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.2 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = bankruptcy } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { everyday_needs = 0.4 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + NOT = { country = { has_country_flag = central_bank_instituted } } + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + NOT = { literacy = 0.7 } + } + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + consciousness = 7 + } + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + modifier = { + factor = 1.1 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.2 + literacy = 0.9 + } } #######################################Penal System colonial_transportation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = colonial_transportation } - country = { civilized = no } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - NOT = { life_needs = 0.7 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { is_ideology_enabled = socialist } - } - } - - modifier = { - factor = 1.25 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.3 - consciousness = 9 - } - - modifier = { - factor = 1.25 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.2 - literacy = 0.6 - } - modifier = { - factor = 1.2 - literacy = 0.7 - } - modifier = { - factor = 1.2 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = colonial_transportation } + country = { civilized = no } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + NOT = { life_needs = 0.7 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { is_ideology_enabled = socialist } + } + } + + modifier = { + factor = 1.25 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.3 + consciousness = 9 + } + + modifier = { + factor = 1.25 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.2 + literacy = 0.6 + } + modifier = { + factor = 1.2 + literacy = 0.7 + } + modifier = { + factor = 1.2 + literacy = 0.8 + } } - + incarceration = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = incarceration } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - luxury_needs = 1.0 - NOT = { consciousness = 8 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - public_meetings = no_meeting - NOT = { life_needs = 1.0 } - NOT = { child_labor = child_labor_illegal } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.2 - consciousness = 8 - state_scope = { is_colonial = no } - } - - modifier = { - factor = 1.4 - consciousness = 7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.4 - consciousness = 8 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.3 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - - modifier = { - factor = 1.3 - literacy = 0.6 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.5 - literacy = 0.7 - state_scope = { is_colonial = yes } - } - - modifier = { - factor = 1.6 - literacy = 0.8 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = incarceration } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + luxury_needs = 1.0 + NOT = { consciousness = 8 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + public_meetings = no_meeting + NOT = { life_needs = 1.0 } + NOT = { child_labor = child_labor_illegal } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.2 + consciousness = 8 + state_scope = { is_colonial = no } + } + + modifier = { + factor = 1.4 + consciousness = 7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.4 + consciousness = 8 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.3 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + + modifier = { + factor = 1.3 + literacy = 0.6 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.5 + literacy = 0.7 + state_scope = { is_colonial = yes } + } + + modifier = { + factor = 1.6 + literacy = 0.8 + } } - + rehabilitation = { - factor = 1 - - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = rehabilitation } - country = { civilized = no } - NOT = { is_ideology_enabled = socialist } - NOT = { consciousness = 8 } - NOT = { literacy = 0.8 } - NOT = { vote_franschise = universal_voting } - NOT = { press_rights = free_press } - NOT = { political_parties = secret_ballots } - NOT = { safety_regulations = good_safety } - NOT = { work_hours = eight_hours } - NOT = { wage_reform = good_minimum_wage } - NOT = { unemployment_subsidies = good_subsidies } - NOT = { pensions = good_pensions } - NOT = { health_care = good_health_care } - NOT = { school_reforms = good_schools } - NOT = { child_labor = child_labor_illegal } - public_meetings = no_meeting - state_scope = { is_colonial = yes } - NOT = { everyday_needs = 0.4 } - } - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = liberal - pop_majority_ideology = socialist - } - } - - modifier = { - factor = 1.2 - consciousness = 7 - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { is_accepted_culture = yes is_primary_culture = yes } - OR = { - nationalvalue = nv_equality - nationalvalue = nv_liberty - } - } - modifier = { - factor = 1.6 - literacy = 0.9 - } + factor = 1 + + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = rehabilitation } + country = { civilized = no } + NOT = { is_ideology_enabled = socialist } + NOT = { consciousness = 8 } + NOT = { literacy = 0.8 } + NOT = { vote_franschise = universal_voting } + NOT = { press_rights = free_press } + NOT = { political_parties = secret_ballots } + NOT = { safety_regulations = good_safety } + NOT = { work_hours = eight_hours } + NOT = { wage_reform = good_minimum_wage } + NOT = { unemployment_subsidies = good_subsidies } + NOT = { pensions = good_pensions } + NOT = { health_care = good_health_care } + NOT = { school_reforms = good_schools } + NOT = { child_labor = child_labor_illegal } + public_meetings = no_meeting + state_scope = { is_colonial = yes } + NOT = { everyday_needs = 0.4 } + } + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = liberal + pop_majority_ideology = socialist + } + } + + modifier = { + factor = 1.2 + consciousness = 7 + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { is_accepted_culture = yes is_primary_culture = yes } + OR = { + nationalvalue = nv_equality + nationalvalue = nv_liberty + } + } + modifier = { + factor = 1.6 + literacy = 0.9 + } } culture_voting_only = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = culture_voting_only } - country = { civilized = no } - NOT = { consciousness = 5 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - NOT = { press_rights = free_press } - political_parties = harassment - political_parties = underground_parties - public_meetings = no_meeting - state_scope = { is_colonial = yes } - country = { citizenship_policy = residency } - } - } - - modifier = { - factor = 1.2 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.25 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - OR = { - country = { citizenship_policy = limited_citizenship } - country = { citizenship_policy = full_citizenship } - } - } - - modifier = { - factor = 1.25 - literacy = 0.5 - is_primary_culture = no - } - modifier = { - factor = 1.25 - literacy = 0.6 - is_primary_culture = no - } - modifier = { - factor = 1.25 - literacy = 0.7 - } - modifier = { - factor = 1.30 - literacy = 0.8 - } - - modifier = { - factor = 1.1 - consciousness = 5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 6 - is_primary_culture = no - } - modifier = { - factor = 1.2 - consciousness = 7 - is_primary_culture = no - } - - modifier = { - factor = 1.2 - consciousness = 8 - } - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - militancy = 7 - is_primary_culture = no - } - modifier = { - factor = 1.05 - militancy = 8 - is_primary_culture = no - } - modifier = { - factor = 1.2 - militancy = 9 - is_primary_culture = no - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = socialist - pop_majority_ideology = liberal - } - } + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = culture_voting_only } + country = { civilized = no } + NOT = { consciousness = 5 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + NOT = { press_rights = free_press } + political_parties = harassment + political_parties = underground_parties + public_meetings = no_meeting + state_scope = { is_colonial = yes } + country = { citizenship_policy = residency } + } + } + + modifier = { + factor = 1.2 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.25 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + OR = { + country = { citizenship_policy = limited_citizenship } + country = { citizenship_policy = full_citizenship } + } + } + + modifier = { + factor = 1.25 + literacy = 0.5 + is_primary_culture = no + } + modifier = { + factor = 1.25 + literacy = 0.6 + is_primary_culture = no + } + modifier = { + factor = 1.25 + literacy = 0.7 + } + modifier = { + factor = 1.30 + literacy = 0.8 + } + + modifier = { + factor = 1.1 + consciousness = 5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 6 + is_primary_culture = no + } + modifier = { + factor = 1.2 + consciousness = 7 + is_primary_culture = no + } + + modifier = { + factor = 1.2 + consciousness = 8 + } + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + militancy = 7 + is_primary_culture = no + } + modifier = { + factor = 1.05 + militancy = 8 + is_primary_culture = no + } + modifier = { + factor = 1.2 + militancy = 9 + is_primary_culture = no + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = socialist + pop_majority_ideology = liberal + } + } } all_voting_pops = { - factor = 1 - modifier = { - factor = 0 - OR = { - NOT = { is_next_reform = all_voting_pops } - country = { civilized = no } - NOT = { consciousness = 7 } - AND = { - NOT = { vote_franschise = universal_weighted_voting } - NOT = { vote_franschise = universal_voting } - } - political_parties = harassment - political_parties = underground_parties - public_meetings = no_meeting - NOT = { press_rights = free_press } - country = { citizenship_policy = residency } - } - } - - modifier = { - factor = 1.2 - nationalvalue = nv_equality - OR = { is_accepted_culture = yes is_primary_culture = yes } - } - - modifier = { - factor = 1.3 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - country = { citizenship_policy = full_citizenship } - } - - modifier = { - factor = 1.1 - literacy = 0.5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - literacy = 0.6 - is_primary_culture = no - } - modifier = { - factor = 1.15 - literacy = 0.7 - } - modifier = { - factor = 1.15 - literacy = 0.8 - } - - modifier = { - factor = 1.1 - consciousness = 5 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 6 - is_primary_culture = no - } - modifier = { - factor = 1.15 - consciousness = 7 - is_primary_culture = no - } - modifier = { - factor = 1.1 - consciousness = 8 - } - modifier = { - factor = 1.1 - consciousness = 9 - } - - modifier = { - factor = 1.2 - OR = { - pop_majority_ideology = socialist - pop_majority_ideology = liberal - } - } + factor = 1 + modifier = { + factor = 0 + OR = { + NOT = { is_next_reform = all_voting_pops } + country = { civilized = no } + NOT = { consciousness = 7 } + AND = { + NOT = { vote_franschise = universal_weighted_voting } + NOT = { vote_franschise = universal_voting } + } + political_parties = harassment + political_parties = underground_parties + public_meetings = no_meeting + NOT = { press_rights = free_press } + country = { citizenship_policy = residency } + } + } + + modifier = { + factor = 1.2 + nationalvalue = nv_equality + OR = { is_accepted_culture = yes is_primary_culture = yes } + } + + modifier = { + factor = 1.3 + country = { government = democracy } + } + + modifier = { + factor = 1.25 + country = { citizenship_policy = full_citizenship } + } + + modifier = { + factor = 1.1 + literacy = 0.5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + literacy = 0.6 + is_primary_culture = no + } + modifier = { + factor = 1.15 + literacy = 0.7 + } + modifier = { + factor = 1.15 + literacy = 0.8 + } + + modifier = { + factor = 1.1 + consciousness = 5 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 6 + is_primary_culture = no + } + modifier = { + factor = 1.15 + consciousness = 7 + is_primary_culture = no + } + modifier = { + factor = 1.1 + consciousness = 8 + } + modifier = { + factor = 1.1 + consciousness = 9 + } + + modifier = { + factor = 1.2 + OR = { + pop_majority_ideology = socialist + pop_majority_ideology = liberal + } + } } ######################################Upper House Composition - appointed = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - NOT = { is_next_reform = appointed } - country = { civilized = no } - country = { vote_franschise = none_voting } - country = { public_meetings = no_meeting } - country = { political_parties = underground_parties } - } - } - - modifier = { - factor = 3.0 - country = { - OR = { - government = democracy - government = hms_government - } - } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.70 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.60 } - } - modifier = { - factor = 1.4 - consciousness = 7 - } - modifier = { - factor = 1.5 - consciousness = 8 - } - - modifier = { - factor = 1.6 - consciousness = 9 - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - - modifier = { - factor = 1.3 - pop_majority_ideology = liberal - } - } - - state_equal_weight = { - factor = 1 - - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 7 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = state_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - country = { - primary_culture = british - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.40 - life_needs = 0.8 - location = { is_overseas = yes } - } - country = { - OR = { - government = hms_government - government = prussian_constitutionalism - government = absolute_monarchy - } - } - } - - modifier = { - factor = 3.0 - country = { government = democracy } - } - - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.25 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.25 - consciousness = 8 - } - - modifier = { - factor = 1.25 - consciousness = 9 - } - - modifier = { - factor = 1.25 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } - - population_equal_weight = { - factor = 1 - modifier = { - factor = 0 - OR = { - luxury_needs = 1.0 - state_scope = { is_colonial = yes } - NOT = { consciousness = 8 } - NOT = { life_needs = 0.5 } - NOT = { is_next_reform = population_equal_weight } - country = { civilized = no } - country = { public_meetings = no_meeting } - country = { NOT = { political_parties = secret_ballots } } - country = { NOT = { press_rights = free_press } } - country = { NOT = { vote_franschise = universal_voting } } - country = { NOT = { slavery = no_slavery } } - country = { debt_law = serfdom } - } - } - - modifier = { - factor = 0 - OR = { - is_primary_culture = yes - is_accepted_culture = yes - } - is_culture_group = american_cultures - country = { government = democracy } - } - - modifier = { - factor = 0.25 - OR = { - agree_with_ruling_party = 0.50 - life_needs = 0.8 - } - } - - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 1 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.90 } - } - modifier = { - factor = 1.2 - NOT = { agree_with_ruling_party = 0.80 } - } - - modifier = { - factor = 1.1 - consciousness = 8 - } - - modifier = { - factor = 1.2 - consciousness = 9 - } - - modifier = { - factor = 1.2 - pop_majority_ideology = liberal - } - - modifier = { - factor = 1.25 - unemployment = 0.25 - } - } -} + appointed = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + NOT = { is_next_reform = appointed } + country = { civilized = no } + country = { vote_franschise = none_voting } + country = { public_meetings = no_meeting } + country = { political_parties = underground_parties } + } + } + + modifier = { + factor = 3.0 + country = { + OR = { + government = democracy + government = hms_government + } + } + } + + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.70 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.60 } + } + modifier = { + factor = 1.4 + consciousness = 7 + } + modifier = { + factor = 1.5 + consciousness = 8 + } + + modifier = { + factor = 1.6 + consciousness = 9 + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + + modifier = { + factor = 1.3 + pop_majority_ideology = liberal + } + } + + state_equal_weight = { + factor = 1 + + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 7 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = state_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + country = { + primary_culture = british + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.40 + life_needs = 0.8 + location = { is_overseas = yes } + } + country = { + OR = { + government = hms_government + government = prussian_constitutionalism + government = absolute_monarchy + } + } + } + + modifier = { + factor = 3.0 + country = { government = democracy } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.25 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.25 + consciousness = 8 + } + + modifier = { + factor = 1.25 + consciousness = 9 + } + + modifier = { + factor = 1.25 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } + + population_equal_weight = { + factor = 1 + modifier = { + factor = 0 + OR = { + luxury_needs = 1.0 + state_scope = { is_colonial = yes } + NOT = { consciousness = 8 } + NOT = { life_needs = 0.5 } + NOT = { is_next_reform = population_equal_weight } + country = { civilized = no } + country = { public_meetings = no_meeting } + country = { NOT = { political_parties = secret_ballots } } + country = { NOT = { press_rights = free_press } } + country = { NOT = { vote_franschise = universal_voting } } + country = { NOT = { slavery = no_slavery } } + country = { debt_law = serfdom } + } + } + + modifier = { + factor = 0 + OR = { + is_primary_culture = yes + is_accepted_culture = yes + } + is_culture_group = american_cultures + country = { government = democracy } + } + + modifier = { + factor = 0.25 + OR = { + agree_with_ruling_party = 0.50 + life_needs = 0.8 + } + } + + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 1 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.90 } + } + modifier = { + factor = 1.2 + NOT = { agree_with_ruling_party = 0.80 } + } + + modifier = { + factor = 1.1 + consciousness = 8 + } + + modifier = { + factor = 1.2 + consciousness = 9 + } + + modifier = { + factor = 1.2 + pop_majority_ideology = liberal + } + + modifier = { + factor = 1.25 + unemployment = 0.25 + } + } +} diff --git a/HPM/technologies/army_tech.txt b/HPM/technologies/army_tech.txt index 79fac9e3..ca70b525 100644 --- a/HPM/technologies/army_tech.txt +++ b/HPM/technologies/army_tech.txt @@ -1,3751 +1,3749 @@ #army_doctrine post_napoleonic_thought = { - area = army_doctrine - year = 1836 - cost = 3600 - unciv_military = yes - - activate_building = fort - army_base = { - default_organisation = 5 - supply_consumption = 0.10 - } - dig_in_cap = 1 - - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1836 + cost = 3600 + unciv_military = yes + + activate_building = fort + army_base = { + default_organisation = 5 + supply_consumption = 0.10 + } + dig_in_cap = 1 + + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } strategic_mobility = { - area = army_doctrine - year = 1836 - cost = 7200 - unciv_military = yes - - army_base = { - supply_consumption = 0.10 - } - max_fort = 1 - dig_in_cap = 1 - - ai_chance = { - factor = 2 - modifier = { - factor = 1.5 - year = 1840 - } - modifier = { - factor = 2 - year = 1850 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1836 + cost = 7200 + unciv_military = yes + + army_base = { + supply_consumption = 0.10 + } + max_fort = 1 + dig_in_cap = 1 + + ai_chance = { + factor = 2 + modifier = { + factor = 1.5 + year = 1840 + } + modifier = { + factor = 2 + year = 1850 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } point_defense_system = { - area = army_doctrine - year = 1850 - cost = 10800 - unciv_military = yes - engineer = { - support = 0.25 - } - army_base = { - supply_consumption = 0.20 - } - max_fort = 1 - dig_in_cap = 1 - ai_chance = { - factor = 2 - modifier = { - factor = 1.1 - year = 1860 - } - modifier = { - factor = 2 - year = 1870 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1850 + cost = 10800 + unciv_military = yes + engineer = { + support = 0.25 + } + army_base = { + supply_consumption = 0.20 + } + max_fort = 1 + dig_in_cap = 1 + ai_chance = { + factor = 2 + modifier = { + factor = 1.1 + year = 1860 + } + modifier = { + factor = 2 + year = 1870 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } deep_defense_system = { - area = army_doctrine - year = 1870 - cost = 14400 - unciv_military = yes - engineer = { - support = 0.25 - } - army_base = { - supply_consumption = 0.20 - } - max_fort = 1 - dig_in_cap = 1 - - ai_chance = { - factor = 2 - modifier = { - factor = 1.1 - year = 1875 - } - modifier = { - factor = 2 - year = 1880 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1870 + cost = 14400 + unciv_military = yes + engineer = { + support = 0.25 + } + army_base = { + supply_consumption = 0.20 + } + max_fort = 1 + dig_in_cap = 1 + + ai_chance = { + factor = 2 + modifier = { + factor = 1.1 + year = 1875 + } + modifier = { + factor = 2 + year = 1880 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } infiltration = { - area = army_doctrine - year = 1900 - cost = 18000 - unciv_military = yes - army_base = { - supply_consumption = 0.20 - } - max_fort = 1 - dig_in_cap = 1 - - ai_chance = { - factor = 2 - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1900 + cost = 18000 + unciv_military = yes + army_base = { + supply_consumption = 0.20 + } + max_fort = 1 + dig_in_cap = 1 + + ai_chance = { + factor = 2 + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } modern_army_doctrine = { - area = army_doctrine - year = 1919 - cost = 21600 - unciv_military = yes - - army_base = { - supply_consumption = 0.20 - } - - max_fort = 1 - dig_in_cap = 1 - - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_doctrine + year = 1919 + cost = 21600 + unciv_military = yes + + army_base = { + supply_consumption = 0.20 + } + + max_fort = 1 + dig_in_cap = 1 + + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } #light_armament flintlock_rifles = { - area = light_armament - year = 1836 - cost = 3600 - unciv_military = yes - - activate_unit = infantry - - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = light_armament + year = 1836 + cost = 3600 + unciv_military = yes + + activate_unit = infantry + + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } muzzle_loaded_rifles = { - area = light_armament - year = 1836 - cost = 7200 - unciv_military = yes - activate_unit = engineer - - combat_width = -2 - - ai_chance = { - factor = 4 - modifier = { - factor = 6 - rank = 16 - year = 1850 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = light_armament + year = 1836 + cost = 7200 + unciv_military = yes + activate_unit = engineer + + combat_width = -2 + + ai_chance = { + factor = 4 + modifier = { + factor = 6 + rank = 16 + year = 1850 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } breech_loaded_rifles = { - area = light_armament - year = 1850 - cost = 10800 - - activate_unit = guard - unciv_military = yes - - combat_width = -2 - - ai_chance = { - factor = 4 - modifier = { - factor = 10 - is_greater_power = yes - } - modifier = { - factor = 6 - rank = 16 - year = 1860 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = light_armament + year = 1850 + cost = 10800 + + activate_unit = guard + unciv_military = yes + + combat_width = -2 + + ai_chance = { + factor = 4 + modifier = { + factor = 10 + is_greater_power = yes + } + modifier = { + factor = 6 + rank = 16 + year = 1860 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } machine_guns = { - area = light_armament - year = 1870 - cost = 14400 - unciv_military = yes - - combat_width = -5 - #colonial_life_rating = -10 - ai_chance = { - factor = 6 - modifier = { - factor = 2 - rank = 16 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } - + area = light_armament + year = 1870 + cost = 14400 + unciv_military = yes + + combat_width = -5 + #colonial_life_rating = -10 + ai_chance = { + factor = 6 + modifier = { + factor = 2 + rank = 16 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } + } bolt_action_rifles = { - area = light_armament - year = 1900 - cost = 18000 - unciv_military = yes - unit = 1 - - combat_width = -5 - - ai_chance = { - factor = 3 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = light_armament + year = 1900 + cost = 18000 + unciv_military = yes + unit = 1 + + combat_width = -5 + + ai_chance = { + factor = 3 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } modern_divisional_structure = { - area = light_armament - year = 1919 - cost = 21600 - unciv_military = yes - - unit = 2 - combat_width = -5 - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 1.5 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 1.5 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = light_armament + year = 1919 + cost = 21600 + unciv_military = yes + + unit = 2 + combat_width = -5 + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 1.5 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 1.5 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } #heavy_armament bronze_muzzle_loaded_artillery = { - area = heavy_armament - year = 1836 - cost = 3600 - unciv_military = yes - activate_unit = artillery - - ai_chance = { - factor = 4 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.02 - civilized = yes - any_neighbor_country = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - modifier = { - factor = 3 - war = yes - } - modifier = { - factor = 1.02 - tech_school = army_tech_school - } - modifier = { - factor = 1.5 - is_greater_power = yes - any_neighbor_country = { - is_greater_power = yes - military_score = THIS - } - } - } + area = heavy_armament + year = 1836 + cost = 3600 + unciv_military = yes + activate_unit = artillery + + ai_chance = { + factor = 4 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.02 + civilized = yes + any_neighbor_country = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + modifier = { + factor = 3 + war = yes + } + modifier = { + factor = 1.02 + tech_school = army_tech_school + } + modifier = { + factor = 1.5 + is_greater_power = yes + any_neighbor_country = { + is_greater_power = yes + military_score = THIS + } + } + } } iron_muzzle_loaded_artillery = { - area = heavy_armament - year = 1836 - cost = 7200 - unciv_military = yes - artillery = { - attack = 0.25 - support = 0.5 - supply_consumption = 0.15 - } - - ai_chance = { - factor = 4 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = heavy_armament + year = 1836 + cost = 7200 + unciv_military = yes + artillery = { + attack = 0.25 + support = 0.5 + supply_consumption = 0.15 + } + + ai_chance = { + factor = 4 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } iron_breech_loaded_artillery = { - area = heavy_armament - year = 1850 - cost = 10800 - unciv_military = yes - artillery = { - attack = 0.25 - support = 0.5 - supply_consumption = 0.3 - } - ai_chance = { - factor = 4 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = heavy_armament + year = 1850 + cost = 10800 + unciv_military = yes + artillery = { + attack = 0.25 + support = 0.5 + supply_consumption = 0.3 + } + ai_chance = { + factor = 4 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } steel_breech_loaded_artillery = { - area = heavy_armament - year = 1870 - cost = 14400 - unciv_military = yes - artillery = { - attack = 0.5 - support = 0.5 - supply_consumption = 0.3 - } - - ai_chance = { - factor = 4 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = heavy_armament + year = 1870 + cost = 14400 + unciv_military = yes + artillery = { + attack = 0.5 + support = 0.5 + supply_consumption = 0.3 + } + + ai_chance = { + factor = 4 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } indirect_artillery_fire = { - area = heavy_armament - year = 1900 - cost = 18000 - unciv_military = yes - artillery = { - attack = 0.5 - defence = 2 - support = 1 - supply_consumption = 0.3 - } - - ai_chance = { - factor = 4 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = heavy_armament + year = 1900 + cost = 18000 + unciv_military = yes + artillery = { + attack = 0.5 + defence = 2 + support = 1 + supply_consumption = 0.3 + } + + ai_chance = { + factor = 4 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } heavy_armament_dunno = { - area = heavy_armament - year = 1919 - cost = 21600 - unciv_military = yes - artillery = { - attack = 0.5 - defence = 2 - support = 1 - supply_consumption = 0.3 - } - - ai_chance = { - factor = 4 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = heavy_armament + year = 1919 + cost = 21600 + unciv_military = yes + artillery = { + attack = 0.5 + defence = 2 + support = 1 + supply_consumption = 0.3 + } + + ai_chance = { + factor = 4 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } #military_science military_staff_system = { - area = military_science - year = 1836 - cost = 3600 - unciv_military = yes - - army_base = { - default_organisation = 5 - supply_consumption = 0.10 - } - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1836 + cost = 3600 + unciv_military = yes + + army_base = { + default_organisation = 5 + supply_consumption = 0.10 + } + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } military_plans = { - area = military_science - year = 1836 - cost = 7200 - unciv_military = yes - - army_base = { - default_organisation = 5 - supply_consumption = 0.10 - } - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 2 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1836 + cost = 7200 + unciv_military = yes + + army_base = { + default_organisation = 5 + supply_consumption = 0.10 + } + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 2 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } military_statistics = { - area = military_science - year = 1850 - cost = 10800 - unciv_military = yes - - army_base = { - default_organisation = 5 - supply_consumption = 0.20 - } - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1850 + cost = 10800 + unciv_military = yes + + army_base = { + default_organisation = 5 + supply_consumption = 0.20 + } + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } military_logistics = { - area = military_science - year = 1870 - cost = 14400 - unciv_military = yes - - army_base = { - default_organisation = 5 - supply_consumption = 0.20 - } - mobilisation_size = 0.05 - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1870 + cost = 14400 + unciv_military = yes + + army_base = { + default_organisation = 5 + supply_consumption = 0.20 + } + mobilisation_size = 0.05 + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } military_directionism = { - area = military_science - year = 1900 - cost = 18000 - unciv_military = yes - - army_base = { - default_organisation = 10 - supply_consumption = 0.20 - } - ai_chance = { - factor = 8 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1900 + cost = 18000 + unciv_military = yes + + army_base = { + default_organisation = 10 + supply_consumption = 0.20 + } + ai_chance = { + factor = 8 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } aeronautics = { - area = military_science - year = 1914 - cost = 21600 - army_base = { - default_organisation = 10 - supply_consumption = 0.20 - } - - unciv_military = yes - - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = military_science + year = 1914 + cost = 21600 + army_base = { + default_organisation = 10 + supply_consumption = 0.20 + } + + unciv_military = yes + + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } #army_leadership army_command_principle = { - area = army_leadership - year = 1836 - cost = 3600 - - morale = 0.25 - unciv_military = yes - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.10 - } - - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.05 - year = 1860 - } - modifier = { - factor = 2 - OR = { - AND = { - is_greater_power = yes - capital_scope = { continent = europe } - any_greater_power = { - military_score = THIS - capital_scope = { continent = europe } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = north_america } - capital_scope = { continent = south_america } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = asia } - capital_scope = { continent = australia_new_zealand } - } - } - } - AND = { - is_greater_power = yes - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - } - any_greater_power = { - military_score = THIS - OR = { - capital_scope = { continent = oceania } - capital_scope = { continent = africa } - capital_scope = { continent = europe } - } - } - } - } - } - modifier = { - factor = 3 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 2 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 6 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.2 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.2 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_leadership + year = 1836 + cost = 3600 + + morale = 0.25 + unciv_military = yes + military_tactics = 0.25 + + army_base = { + supply_consumption = 0.10 + } + + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.05 + year = 1860 + } + modifier = { + factor = 2 + OR = { + AND = { + is_greater_power = yes + capital_scope = { continent = europe } + any_greater_power = { + military_score = THIS + capital_scope = { continent = europe } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = north_america } + capital_scope = { continent = south_america } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = asia } + capital_scope = { continent = australia_new_zealand } + } + } + } + AND = { + is_greater_power = yes + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + } + any_greater_power = { + military_score = THIS + OR = { + capital_scope = { continent = oceania } + capital_scope = { continent = africa } + capital_scope = { continent = europe } + } + } + } + } + } + modifier = { + factor = 3 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 2 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 6 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.2 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.2 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } army_professionalism = { - area = army_leadership - year = 1836 - cost = 7200 - unciv_military = yes - morale = 0.1 - - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.10 - } - ai_chance = { - factor = 1.3 - modifier = { - factor = 1.05 - year = 1860 - } - modifier = { - factor = 1.5 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 3 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.5 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.5 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_leadership + year = 1836 + cost = 7200 + unciv_military = yes + morale = 0.1 + + military_tactics = 0.25 + + army_base = { + supply_consumption = 0.10 + } + ai_chance = { + factor = 1.3 + modifier = { + factor = 1.05 + year = 1860 + } + modifier = { + factor = 1.5 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 3 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.5 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.5 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } army_decision_making = { - area = army_leadership - year = 1850 - cost = 10800 - unciv_military = yes - morale = 0.2 - - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.20 - } - - ai_chance = { - factor = 1.3 - modifier = { - factor = 1.05 - year = 1880 - } - modifier = { - factor = 1.5 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.3 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.3 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_leadership + year = 1850 + cost = 10800 + unciv_military = yes + morale = 0.2 + + military_tactics = 0.25 + + army_base = { + supply_consumption = 0.20 + } + + ai_chance = { + factor = 1.3 + modifier = { + factor = 1.05 + year = 1880 + } + modifier = { + factor = 1.5 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.3 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.3 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } army_risk_management = { - area = army_leadership - year = 1870 - cost = 14400 - unciv_military = yes - morale = 0.20 - - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.20 - } - - ai_chance = { - factor = 1.3 - modifier = { - factor = 1.05 - year = 1890 - } - modifier = { - factor = 1.5 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.3 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.3 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_leadership + year = 1870 + cost = 14400 + unciv_military = yes + morale = 0.20 + + military_tactics = 0.25 + + army_base = { + supply_consumption = 0.20 + } + + ai_chance = { + factor = 1.3 + modifier = { + factor = 1.05 + year = 1890 + } + modifier = { + factor = 1.5 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.3 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.3 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } army_nco_training = { - area = army_leadership - year = 1900 - cost = 18000 - unciv_military = yes - morale = 0.25 - - - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.20 - } - - ai_chance = { - factor = 1.3 - modifier = { - factor = 1.05 - year = 1920 - } - modifier = { - factor = 1.5 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 2 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.3 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.3 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } + area = army_leadership + year = 1900 + cost = 18000 + unciv_military = yes + morale = 0.25 + + + military_tactics = 0.25 + + army_base = { + supply_consumption = 0.20 + } + + ai_chance = { + factor = 1.3 + modifier = { + factor = 1.05 + year = 1920 + } + modifier = { + factor = 1.5 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 2 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.3 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.3 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } } great_war_experience = { - area = army_leadership - year = 1919 - cost = 21600 - unciv_military = yes - morale = 0.5 - - military_tactics = 0.25 - - army_base = { - supply_consumption = 0.20 - } - - ai_chance = { - factor = 1.3 - modifier = { - factor = 2 - OR = { - war = yes - has_recently_lost_war = yes - } - } - modifier = { - factor = 1.5 - civilized = yes - any_neighbor_country = { - OR = { - AND = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - overlord = { - civilized = yes - NOT = { is_greater_power = yes } - military_score = THIS - } - } - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - any_neighbor_country = { - OR = { - AND = { - is_greater_power = yes - military_score = THIS - } - overlord = { - is_greater_power = yes - military_score = THIS - } - sphere_owner = { - is_greater_power = yes - military_score = THIS - } - } - } - } - modifier = { - factor = 1.3 - number_of_states = 5 - rank = 16 - } - modifier = { - factor = 1.3 - OR = { - war_policy = jingoism - has_unclaimed_cores = yes - } - } - - modifier = { - factor = 3 - OR = { - tech_school = army_tech_school - tech_school = prussian_tech_school - tech_school = japanese_tech_school - } - } - } -} + area = army_leadership + year = 1919 + cost = 21600 + unciv_military = yes + morale = 0.5 + + military_tactics = 0.25 + army_base = { + supply_consumption = 0.20 + } + ai_chance = { + factor = 1.3 + modifier = { + factor = 2 + OR = { + war = yes + has_recently_lost_war = yes + } + } + modifier = { + factor = 1.5 + civilized = yes + any_neighbor_country = { + OR = { + AND = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + overlord = { + civilized = yes + NOT = { is_greater_power = yes } + military_score = THIS + } + } + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + any_neighbor_country = { + OR = { + AND = { + is_greater_power = yes + military_score = THIS + } + overlord = { + is_greater_power = yes + military_score = THIS + } + sphere_owner = { + is_greater_power = yes + military_score = THIS + } + } + } + } + modifier = { + factor = 1.3 + number_of_states = 5 + rank = 16 + } + modifier = { + factor = 1.3 + OR = { + war_policy = jingoism + has_unclaimed_cores = yes + } + } + + modifier = { + factor = 3 + OR = { + tech_school = army_tech_school + tech_school = prussian_tech_school + tech_school = japanese_tech_school + } + } + } +} diff --git a/HPM/technologies/commerce_tech.txt b/HPM/technologies/commerce_tech.txt index cca2d43a..dec1b69f 100644 --- a/HPM/technologies/commerce_tech.txt +++ b/HPM/technologies/commerce_tech.txt @@ -1,1108 +1,1106 @@ #financial_institutions private_banks = { - area = financial_institutions - year = 1836 - cost = 3600 + area = financial_institutions + year = 1836 + cost = 3600 - tax_eff = 5 - - ai_chance = { - factor = 4 - modifier = { - factor = 3.5 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.1 - literacy = 0.3 - } - modifier = { - factor = 1.1 - literacy = 0.6 - } - } + tax_eff = 5 + + ai_chance = { + factor = 4 + modifier = { + factor = 3.5 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.1 + literacy = 0.3 + } + modifier = { + factor = 1.1 + literacy = 0.6 + } + } } stock_exchange = { - area = financial_institutions - year = 1836 - cost = 7200 + area = financial_institutions + year = 1836 + cost = 7200 + + tax_eff = 5 - tax_eff = 5 - - ai_chance = { - factor = 2 - modifier = { - factor = 3.5 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.15 - literacy = 0.3 - } - modifier = { - factor = 1.15 - literacy = 0.6 - } - } + ai_chance = { + factor = 2 + modifier = { + factor = 3.5 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.15 + literacy = 0.3 + } + modifier = { + factor = 1.15 + literacy = 0.6 + } + } } business_banks = { - area = financial_institutions - year = 1850 - cost = 10800 + area = financial_institutions + year = 1850 + cost = 10800 - tax_eff = 5 - - ai_chance = { - factor = 2 - modifier = { - factor = 4 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.5 - literacy = 0.3 - } - modifier = { - factor = 1.5 - literacy = 0.6 - } - modifier = { - factor = 10 - colonial_nation = yes - } - } + tax_eff = 5 + + ai_chance = { + factor = 2 + modifier = { + factor = 4 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.5 + literacy = 0.3 + } + modifier = { + factor = 1.5 + literacy = 0.6 + } + modifier = { + factor = 10 + colonial_nation = yes + } + } } investment_banks = { - area = financial_institutions - year = 1870 - cost = 14400 + area = financial_institutions + year = 1870 + cost = 14400 - tax_eff = 5 - ai_chance = { - factor = 1.5 - modifier = { - factor = 3.5 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.15 - literacy = 0.3 - } - modifier = { - factor = 1.15 - literacy = 0.6 - } - modifier = { - factor = 20 - colonial_nation = yes - } - } + tax_eff = 5 + ai_chance = { + factor = 1.5 + modifier = { + factor = 3.5 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.15 + literacy = 0.3 + } + modifier = { + factor = 1.15 + literacy = 0.6 + } + modifier = { + factor = 20 + colonial_nation = yes + } + } } bank_inspection_board = { - area = financial_institutions - year = 1900 - cost = 18000 + area = financial_institutions + year = 1900 + cost = 18000 - tax_eff = 5 - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.5 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - } + tax_eff = 5 + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.5 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + } } mutual_funds = { - area = financial_institutions - year = 1919 - cost = 21600 + area = financial_institutions + year = 1919 + cost = 21600 - tax_eff = 5 - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.5 - rank = 16 - } - modifier = { - factor = 8 - economic_policy = laissez_faire - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - } + tax_eff = 5 + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.5 + rank = 16 + } + modifier = { + factor = 8 + economic_policy = laissez_faire + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + } } #monetary_system no_standard = { - area = monetary_system - year = 1836 - cost = 3600 + area = monetary_system + year = 1836 + cost = 3600 - administrative_efficiency = 0.05 - ai_chance = { - factor = 2 - modifier = { - factor = 1.1 - rank = 16 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - } + administrative_efficiency = 0.05 + ai_chance = { + factor = 2 + modifier = { + factor = 1.1 + rank = 16 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + } } ad_hoc_money_bill_printing = { - area = monetary_system - year = 1836 - cost = 7200 - - administrative_efficiency = 0.05 - ai_chance = { - factor = 2 - modifier = { - factor = 1.25 #1.1 - rank = 16 - } - modifier = { - factor = 5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - } -} + area = monetary_system + year = 1836 + cost = 7200 + + administrative_efficiency = 0.05 + ai_chance = { + factor = 2 + modifier = { + factor = 1.25 #1.1 + rank = 16 + } + modifier = { + factor = 5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + } +} private_bank_money_bill_printing = { - area = monetary_system - year = 1836 - cost = 10800 + area = monetary_system + year = 1836 + cost = 10800 - administrative_efficiency = 0.05 - ai_chance = { - factor = 1.5 - modifier = { - factor = 5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.25 #1.1 - rank = 16 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - } + administrative_efficiency = 0.05 + ai_chance = { + factor = 1.5 + modifier = { + factor = 5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.25 #1.1 + rank = 16 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + } } central_bank_money_bill_printing = { - area = monetary_system - year = 1850 - cost = 14400 + area = monetary_system + year = 1850 + cost = 14400 - administrative_efficiency = 0.05 - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.1 - rank = 16 - } - modifier = { - factor = 5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 30 - has_country_modifier = leader_of_kalmar - } - } + administrative_efficiency = 0.05 + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.1 + rank = 16 + } + modifier = { + factor = 5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 30 + has_country_modifier = leader_of_kalmar + } + } } modern_central_bank_system = { - area = monetary_system - year = 1870 - cost = 18000 + area = monetary_system + year = 1870 + cost = 18000 - administrative_efficiency = 0.05 - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.1 - rank = 16 - } - modifier = { - factor = 5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - } + administrative_efficiency = 0.05 + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.1 + rank = 16 + } + modifier = { + factor = 5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + } } market_determined_exchange_rates = { - area = monetary_system - year = 1900 - cost = 21600 + area = monetary_system + year = 1900 + cost = 21600 - administrative_efficiency = 0.05 - ai_chance = { - factor = 1.2 - modifier = { - factor = 5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.1 - rank = 16 - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + administrative_efficiency = 0.05 + ai_chance = { + factor = 1.2 + modifier = { + factor = 5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.1 + rank = 16 + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #economic_thought_and_critique early_classical_theory_and_critique = { - area = economic_thought_and_critique - year = 1836 - cost = 3600 - - factory_input = -0.01 - ai_chance = { - factor = 1 - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = economic_thought_and_critique + year = 1836 + cost = 3600 + + factory_input = -0.01 + ai_chance = { + factor = 1 + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } late_classical_theory = { - area = economic_thought_and_critique - year = 1836 - cost = 7200 + area = economic_thought_and_critique + year = 1836 + cost = 7200 - factory_input = -0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 8 - modifier = { - factor = 1.2 - industrial_score = 20 #10 - } - modifier = { - factor = 1.2 - industrial_score = 100 #50 - } - - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_input = -0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 8 + modifier = { + factor = 1.2 + industrial_score = 20 #10 + } + modifier = { + factor = 1.2 + industrial_score = 100 #50 + } + + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } collectivist_theory = { - area = economic_thought_and_critique - year = 1836 - cost = 10800 + area = economic_thought_and_critique + year = 1836 + cost = 10800 - factory_input = -0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.01 - modifier = { - factor = 1.2 - industrial_score = 150 #100 - } - modifier = { - factor = 1.2 - industrial_score = 200 #150 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_input = -0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.01 + modifier = { + factor = 1.2 + industrial_score = 150 #100 + } + modifier = { + factor = 1.2 + industrial_score = 200 #150 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } the_historical_theory = { - area = economic_thought_and_critique - year = 1850 - cost = 14400 + area = economic_thought_and_critique + year = 1850 + cost = 14400 - factory_input = -0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.01 - modifier = { - factor = 1.1 - industrial_score = 250 #200 - } - modifier = { - factor = 1.2 - industrial_score = 300 #250 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_input = -0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.01 + modifier = { + factor = 1.1 + industrial_score = 250 #200 + } + modifier = { + factor = 1.2 + industrial_score = 300 #250 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } neoclassical_theory = { - area = economic_thought_and_critique - year = 1870 - cost = 18000 + area = economic_thought_and_critique + year = 1870 + cost = 18000 - factory_input = -0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1 - modifier = { - factor = 1.1 - industrial_score = 500 #400 - } - modifier = { - factor = 1.2 - industrial_score = 600 #500 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_input = -0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1 + modifier = { + factor = 1.1 + industrial_score = 500 #400 + } + modifier = { + factor = 1.2 + industrial_score = 600 #500 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } keynesian_economics = { - area = economic_thought_and_critique - year = 1900 - cost = 21600 + area = economic_thought_and_critique + year = 1900 + cost = 21600 - factory_input = -0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.01 - modifier = { - factor = 1.2 - industrial_score = 1500 #1000 - } - modifier = { - factor = 1.2 - industrial_score = 2000 #1500 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_input = -0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.01 + modifier = { + factor = 1.2 + industrial_score = 1500 #1000 + } + modifier = { + factor = 1.2 + industrial_score = 2000 #1500 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #market_functionality freedom_of_trade = { - area = market_functionality - year = 1836 - cost = 3600 + area = market_functionality + year = 1836 + cost = 3600 + + influence = 0.1 + farm_rgo_eff = 0.1 + rgo_goods_output = { coal = 0.1 } + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { oil = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } - influence = 0.1 - farm_rgo_eff = 0.1 - rgo_goods_output = { coal = 0.1 } - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { oil = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - - ai_chance = { - factor = 11 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 1.05 - literacy = 0.1 - } - modifier = { - factor = 1.05 - literacy = 0.2 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - any_owned_province = { - continent = africa - is_colonial = yes - } - } - } - } + ai_chance = { + factor = 11 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 1.05 + literacy = 0.1 + } + modifier = { + factor = 1.05 + literacy = 0.2 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + any_owned_province = { + continent = africa + is_colonial = yes + } + } + } + } } market_structure = { - area = market_functionality - year = 1836 - cost = 7200 + area = market_functionality + year = 1836 + cost = 7200 - influence = 0.1 - farm_rgo_eff = 0.1 - rgo_goods_output = { coal = 0.1 } - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { oil = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - - ai_chance = { - factor = 2 + influence = 0.1 + farm_rgo_eff = 0.1 + rgo_goods_output = { coal = 0.1 } + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { oil = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } - modifier = { - factor = 50 - OR = { - tag = NGF - tag = GER - tag = PRU - } - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 10 - } - modifier = { - factor = 2 - year = 1850 - } - modifier = { - factor = 1.2 - industrial_score = 50 - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 20 - colonial_nation = yes - year = 1870 - } - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - any_owned_province = { - continent = africa - is_colonial = yes - } - } - } - } + ai_chance = { + factor = 2 + + modifier = { + factor = 50 + OR = { + tag = NGF + tag = GER + tag = PRU + } + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 10 + } + modifier = { + factor = 2 + year = 1850 + } + modifier = { + factor = 1.2 + industrial_score = 50 + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 20 + colonial_nation = yes + year = 1870 + } + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + any_owned_province = { + continent = africa + is_colonial = yes + } + } + } + } } business_regulations = { - area = market_functionality - year = 1836 - cost = 10800 + area = market_functionality + year = 1836 + cost = 10800 + + influence = 0.2 + farm_rgo_eff = 0.1 + rgo_goods_output = { coal = 0.1 } + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { oil = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } + + ai_chance = { + factor = 2 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 100 + } + modifier = { + factor = 1.2 + industrial_score = 150 + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 20 + colonial_nation = yes + year = 1870 + } + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + any_owned_province = { + continent = africa + is_colonial = yes + } + } + } + } - influence = 0.2 - farm_rgo_eff = 0.1 - rgo_goods_output = { coal = 0.1 } - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { oil = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - - ai_chance = { - factor = 2 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 100 - } - modifier = { - factor = 1.2 - industrial_score = 150 - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 20 - colonial_nation = yes - year = 1870 - } - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - any_owned_province = { - continent = africa - is_colonial = yes - } - } - } - } - } market_regulations = { - area = market_functionality - year = 1850 - cost = 14400 + area = market_functionality + year = 1850 + cost = 14400 + + influence = 0.2 + rgo_goods_output = { precious_goods = 0.1 } + ai_chance = { + factor = 2 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 200 + } + modifier = { + factor = 1.2 + industrial_score = 250 + } + modifier = { + factor = 3 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 50 + year = 1875 + any_owned_province = { + continent = africa + is_colonial = yes + } + } + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + any_owned_province = { + continent = africa + is_colonial = yes + } + } + } + } - influence = 0.2 - rgo_goods_output = { precious_goods = 0.1 } - ai_chance = { - factor = 2 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 200 - } - modifier = { - factor = 1.2 - industrial_score = 250 - } - modifier = { - factor = 3 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 50 - year = 1875 - any_owned_province = { - continent = africa - is_colonial = yes - } - } - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - any_owned_province = { - continent = africa - is_colonial = yes - } - } - } - } - } economic_responsibility = { - area = market_functionality - year = 1870 - cost = 18000 + area = market_functionality + year = 1870 + cost = 18000 + + influence = 0.2 + rgo_goods_output = { precious_goods = 0.20 } + ai_chance = { + factor = 1.05 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 400 + } + modifier = { + factor = 1.2 + industrial_score = 500 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } - influence = 0.2 - rgo_goods_output = { precious_goods = 0.20 } - ai_chance = { - factor = 1.05 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 400 - } - modifier = { - factor = 1.2 - industrial_score = 500 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } - } government_interventionism = { - area = market_functionality - year = 1900 - cost = 21600 + area = market_functionality + year = 1900 + cost = 21600 + + influence = 0.2 + rgo_goods_output = { precious_goods = 0.20 } + ai_chance = { + factor = 1.01 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 1000 + } + modifier = { + factor = 1.2 + industrial_score = 1500 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } - influence = 0.2 - rgo_goods_output = { precious_goods = 0.20 } - ai_chance = { - factor = 1.01 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 1000 - } - modifier = { - factor = 1.2 - industrial_score = 1500 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } - } #tech_organization guild_based_production = { - area = tech_organization - year = 1836 - cost = 3600 + area = tech_organization + year = 1836 + cost = 3600 - factory_output = 0.01 - ai_chance = { - factor = 1.03 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 10 - } - modifier = { - factor = 1.2 - industrial_score = 50 - } - modifier = { - factor = 1.25 - literacy = 0.3 - } - modifier = { - factor = 1.5 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + ai_chance = { + factor = 1.03 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 10 + } + modifier = { + factor = 1.2 + industrial_score = 50 + } + modifier = { + factor = 1.25 + literacy = 0.3 + } + modifier = { + factor = 1.5 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } organized_factories = { - area = tech_organization - year = 1836 - cost = 7200 + area = tech_organization + year = 1836 + cost = 7200 - factory_output = 0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.03 - modifier = { - factor = 50 - OR = { - tag = NGF - tag = GER - tag = PRU - } - } - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.25 - economic_policy = laissez_faire - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.25 - literacy = 0.6 - } - modifier = { - factor = 1.2 - industrial_score = 100 - } - modifier = { - factor = 1.2 - industrial_score = 150 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.03 + modifier = { + factor = 50 + OR = { + tag = NGF + tag = GER + tag = PRU + } + } + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.25 + economic_policy = laissez_faire + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.25 + literacy = 0.6 + } + modifier = { + factor = 1.2 + industrial_score = 100 + } + modifier = { + factor = 1.2 + industrial_score = 150 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } scientific_management = { - area = tech_organization - year = 1836 - cost = 10800 + area = tech_organization + year = 1836 + cost = 10800 - factory_output = 0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.03 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.5 - economic_policy = laissez_faire - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.05 - literacy = 0.3 - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.2 - industrial_score = 200 - } - modifier = { - factor = 1.2 - industrial_score = 250 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.03 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.5 + economic_policy = laissez_faire + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.05 + literacy = 0.3 + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.2 + industrial_score = 200 + } + modifier = { + factor = 1.2 + industrial_score = 250 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } time_saving_measures = { - area = tech_organization - year = 1850 - cost = 14400 + area = tech_organization + year = 1850 + cost = 14400 - factory_output = 0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.03 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 300 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 1.2 - industrial_score = 400 - } - modifier = { - factor = 1.02 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.03 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 300 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 1.2 + industrial_score = 400 + } + modifier = { + factor = 1.02 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } management_strategy = { - area = tech_organization - year = 1870 - cost = 18000 + area = tech_organization + year = 1870 + cost = 18000 - factory_output = 0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.03 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 500 - } - modifier = { - factor = 1.2 - industrial_score = 750 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 2 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.03 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 500 + } + modifier = { + factor = 1.2 + industrial_score = 750 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 2 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } organizational_development = { - area = tech_organization - year = 1900 - cost = 21600 + area = tech_organization + year = 1900 + cost = 21600 - factory_output = 0.01 - rgo_goods_output = { precious_goods = 0.1 } - rgo_size = { precious_goods = 0.05 } - ai_chance = { - factor = 1.03 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 1000 - } - modifier = { - factor = 1.2 - industrial_score = 1500 - } - modifier = { - factor = 1.04 - any_owned_province = { trade_goods = precious_goods } - } - modifier = { - factor = 3 - tech_school = commerce_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + factory_output = 0.01 + rgo_goods_output = { precious_goods = 0.1 } + rgo_size = { precious_goods = 0.05 } + ai_chance = { + factor = 1.03 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 1000 + } + modifier = { + factor = 1.2 + industrial_score = 1500 + } + modifier = { + factor = 1.04 + any_owned_province = { trade_goods = precious_goods } + } + modifier = { + factor = 3 + tech_school = commerce_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } - - diff --git a/HPM/technologies/culture_tech.txt b/HPM/technologies/culture_tech.txt index f4753c67..068a10b7 100644 --- a/HPM/technologies/culture_tech.txt +++ b/HPM/technologies/culture_tech.txt @@ -1,1167 +1,1165 @@ #aesthetics classicism_n_early_romanticism = { - area = aesthetics - year = 1836 - cost = 3600 - - prestige = 0.075 - ai_chance = { - factor = 1.01 - modifier = { - factor = 3 - rank = 12 - NOT = { rank = 6 } - } - modifier = { - factor = 0.5 - not = { literacy = 0.3 } - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1836 + cost = 3600 + + prestige = 0.075 + ai_chance = { + factor = 1.01 + modifier = { + factor = 3 + rank = 12 + NOT = { rank = 6 } + } + modifier = { + factor = 0.5 + not = { literacy = 0.3 } + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + } } romanticism = { - area = aesthetics - year = 1836 - cost = 7200 - - prestige = 0.075 - - - ai_chance = { - factor = 1.05 - modifier = { - factor = 0.5 - is_greater_power = yes - } - modifier = { - factor = 0.1 - not = { literacy = 0.5 } - is_greater_power = no - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 2 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1836 + cost = 7200 + + prestige = 0.075 + + + ai_chance = { + factor = 1.05 + modifier = { + factor = 0.5 + is_greater_power = yes + } + modifier = { + factor = 0.1 + not = { literacy = 0.5 } + is_greater_power = no + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 2 + tech_school = culture_tech_school + } + } } realism = { - area = aesthetics - year = 1836 - cost = 10800 - - prestige = 0.075 - ai_chance = { - factor = 1.05 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 5 - tag = ENG - } - modifier = { - factor = 0.1 - not = { literacy = 0.3 } - is_greater_power = no - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 2 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1836 + cost = 10800 + + prestige = 0.075 + ai_chance = { + factor = 1.05 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 5 + tag = ENG + } + modifier = { + factor = 0.1 + not = { literacy = 0.3 } + is_greater_power = no + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 2 + tech_school = culture_tech_school + } + } } impressionism = { - area = aesthetics - year = 1850 - cost = 14400 - - prestige = 0.075 - ai_chance = { - factor = 1.05 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 0.1 - not = { literacy = 0.4 } - is_greater_power = no - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 2 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1850 + cost = 14400 + + prestige = 0.075 + ai_chance = { + factor = 1.05 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 0.1 + not = { literacy = 0.4 } + is_greater_power = no + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 2 + tech_school = culture_tech_school + } + } } expressionism = { - area = aesthetics - year = 1870 - cost = 18000 - - prestige = 0.075 - ai_chance = { - factor = 1.05 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 0.1 - not = { literacy = 0.5 } - is_greater_power = no - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 2 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1870 + cost = 18000 + + prestige = 0.075 + ai_chance = { + factor = 1.05 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 0.1 + not = { literacy = 0.5 } + is_greater_power = no + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 2 + tech_school = culture_tech_school + } + } } mass_culture_n_the_avant_garde = { - area = aesthetics - year = 1900 - cost = 21600 - - prestige = 0.075 - ai_chance = { - factor = 1.01 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 0.1 - not = { literacy = 0.5 } - is_greater_power = no - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 2 - tech_school = culture_tech_school - } - } + area = aesthetics + year = 1900 + cost = 21600 + + prestige = 0.075 + ai_chance = { + factor = 1.01 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 0.1 + not = { literacy = 0.5 } + is_greater_power = no + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 2 + tech_school = culture_tech_school + } + } } #philosophy late_enlightenment_philosophy = { - area = philosophy - year = 1836 - cost = 3600 - - - increase_research = 0.50 - - ai_chance = { - factor = 90 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 1.1 - year = 1840 - } - modifier = { - factor = 2 - year = 1850 - } - modifier = { - factor = 1.1 - year = 1865 - } - modifier = { - factor = 2 - year = 1875 - } - modifier = { - factor = 2 - year = 1885 - } - } + area = philosophy + year = 1836 + cost = 3600 + + + increase_research = 0.50 + + ai_chance = { + factor = 90 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 1.1 + year = 1840 + } + modifier = { + factor = 2 + year = 1850 + } + modifier = { + factor = 1.1 + year = 1865 + } + modifier = { + factor = 2 + year = 1875 + } + modifier = { + factor = 2 + year = 1885 + } + } } idealism = { - area = philosophy - year = 1840 - cost = 7200 - - increase_research = 0.50 - ai_chance = { - factor = 90 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 10 - civilized = yes - } - modifier = { - factor = 1.1 - year = 1845 - } - modifier = { - factor = 2 - year = 1850 - } - modifier = { - factor = 1.1 - year = 1865 - } - modifier = { - factor = 2 - year = 1875 - } - modifier = { - factor = 2 - year = 1885 - } - } + area = philosophy + year = 1840 + cost = 7200 + + increase_research = 0.50 + ai_chance = { + factor = 90 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 10 + civilized = yes + } + modifier = { + factor = 1.1 + year = 1845 + } + modifier = { + factor = 2 + year = 1850 + } + modifier = { + factor = 1.1 + year = 1865 + } + modifier = { + factor = 2 + year = 1875 + } + modifier = { + factor = 2 + year = 1885 + } + } } empiricism = { - area = philosophy - year = 1860 - cost = 10800 - - increase_research = 0.50 - ai_chance = { - factor = 90 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 10 - civilized = yes - } - modifier = { - factor = 1.1 - year = 1865 - } - modifier = { - factor = 2 - year = 1875 - } - modifier = { - factor = 2 - year = 1885 - } - } + area = philosophy + year = 1860 + cost = 10800 + + increase_research = 0.50 + ai_chance = { + factor = 90 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 10 + civilized = yes + } + modifier = { + factor = 1.1 + year = 1865 + } + modifier = { + factor = 2 + year = 1875 + } + modifier = { + factor = 2 + year = 1885 + } + } } analytic_philosophy = { - area = philosophy - year = 1870 - cost = 14400 - - increase_research = 1.0 - ai_chance = { - factor = 90 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 10 - civilized = yes - } - modifier = { - factor = 1.1 - year = 1875 - } - modifier = { - factor = 2 - year = 1885 - } - } + area = philosophy + year = 1870 + cost = 14400 + + increase_research = 1.0 + ai_chance = { + factor = 90 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 10 + civilized = yes + } + modifier = { + factor = 1.1 + year = 1875 + } + modifier = { + factor = 2 + year = 1885 + } + } } phenomenology_n_hermeneutic = { - area = philosophy - year = 1880 - cost = 18000 - - increase_research = 1.0 - ai_chance = { - factor = 90 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 10 - civilized = yes - } - modifier = { - factor = 1.1 - year = 1885 - } - modifier = { - factor = 2 - year = 1890 - } - } + area = philosophy + year = 1880 + cost = 18000 + + increase_research = 1.0 + ai_chance = { + factor = 90 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 10 + civilized = yes + } + modifier = { + factor = 1.1 + year = 1885 + } + modifier = { + factor = 2 + year = 1890 + } + } } anti__rationalism = { - area = philosophy - year = 1900 - cost = 21600 - - increase_research = 1.0 - ai_chance = { - factor = 100 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 10 - civilized = yes - } - modifier = { - factor = 1.1 - year = 1905 - } - modifier = { - factor = 2 - year = 1910 - } - } + area = philosophy + year = 1900 + cost = 21600 + + increase_research = 1.0 + ai_chance = { + factor = 100 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 10 + civilized = yes + } + modifier = { + factor = 1.1 + year = 1905 + } + modifier = { + factor = 2 + year = 1910 + } + } } #social_thought malthusian_thought = { - area = social_thought - year = 1836 - cost = 3600 - - colonial_migration = 0.05 - education_efficiency = 0.1 - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #4 - not = { literacy = 0.25 } - } - modifier = { - factor = 20 - capital_scope = { continent = europe } - NOT = { tag = TUR } - not = { literacy = 0.30 } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - } + area = social_thought + year = 1836 + cost = 3600 + + colonial_migration = 0.05 + education_efficiency = 0.1 + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #4 + not = { literacy = 0.25 } + } + modifier = { + factor = 20 + capital_scope = { continent = europe } + NOT = { tag = TUR } + not = { literacy = 0.30 } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + } } positivism = { - area = social_thought - year = 1836 - cost = 7200 - colonial_migration = 0.05 - education_efficiency = 0.1 - ai_chance = { - factor = 1.8 - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.25 } - } - modifier = { - factor = 5 - capital_scope = { continent = europe } - NOT = { tag = TUR } - OR = { - not = { literacy = 0.40 } - tag = ENG - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 3 - OR = { - tag = PRU - tag = NGF - tag = GER - tag = ENG - tag = USA - } - } - } + area = social_thought + year = 1836 + cost = 7200 + colonial_migration = 0.05 + education_efficiency = 0.1 + ai_chance = { + factor = 1.8 + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.25 } + } + modifier = { + factor = 5 + capital_scope = { continent = europe } + NOT = { tag = TUR } + OR = { + not = { literacy = 0.40 } + tag = ENG + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 3 + OR = { + tag = PRU + tag = NGF + tag = GER + tag = ENG + tag = USA + } + } + } } functionalism = { - area = social_thought - year = 1836 - cost = 10800 - - colonial_migration = 0.05 - education_efficiency = 0.1 - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.25 } - } - modifier = { - factor = 5 - capital_scope = { continent = europe } - NOT = { tag = TUR } - OR = { - not = { literacy = 0.50 } - tag = ENG - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 3 - OR = { - tag = PRU - tag = NGF - tag = GER - tag = ENG - tag = USA - } - } - } + area = social_thought + year = 1836 + cost = 10800 + + colonial_migration = 0.05 + education_efficiency = 0.1 + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.25 } + } + modifier = { + factor = 5 + capital_scope = { continent = europe } + NOT = { tag = TUR } + OR = { + not = { literacy = 0.50 } + tag = ENG + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 3 + OR = { + tag = PRU + tag = NGF + tag = GER + tag = ENG + tag = USA + } + } + } } biologism = { - area = social_thought - year = 1850 - cost = 14400 - - colonial_migration = 0.05 - education_efficiency = 0.1 - ai_chance = { - factor = 2 - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.25 } - } - modifier = { - factor = 10 - capital_scope = { continent = europe } - NOT = { tag = TUR } - OR = { - not = { literacy = 0.7 } - year = 1880 - tag = ENG - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - modifier = { - factor = 5 - tech_school = culture_tech_school - } - modifier = { - factor = 5 - OR = { - tag = PRU - tag = NGF - tag = GER - tag = ENG - tag = USA - } - } - } + area = social_thought + year = 1850 + cost = 14400 + + colonial_migration = 0.05 + education_efficiency = 0.1 + ai_chance = { + factor = 2 + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.25 } + } + modifier = { + factor = 10 + capital_scope = { continent = europe } + NOT = { tag = TUR } + OR = { + not = { literacy = 0.7 } + year = 1880 + tag = ENG + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + modifier = { + factor = 5 + tech_school = culture_tech_school + } + modifier = { + factor = 5 + OR = { + tag = PRU + tag = NGF + tag = GER + tag = ENG + tag = USA + } + } + } } social_science = { - area = social_thought - year = 1870 - cost = 18000 - - colonial_migration = 0.05 - education_efficiency = 0.2 - - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.25 } - } - modifier = { - factor = 10 - capital_scope = { continent = europe } - NOT = { tag = TUR } - OR = { - not = { literacy = 0.75 } - year = 1890 - tag = ENG - } - OR = { - is_greater_power = yes - is_secondary_power = yes - } - } - - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - } + area = social_thought + year = 1870 + cost = 18000 + + colonial_migration = 0.05 + education_efficiency = 0.2 + + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.25 } + } + modifier = { + factor = 10 + capital_scope = { continent = europe } + NOT = { tag = TUR } + OR = { + not = { literacy = 0.75 } + year = 1890 + tag = ENG + } + OR = { + is_greater_power = yes + is_secondary_power = yes + } + } + + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + } } social_alienation = { - area = social_thought - year = 1900 - cost = 21600 - - colonial_migration = 0.05 - education_efficiency = 0.2 - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 #2 - not = { literacy = 0.75 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.50 } - } - modifier = { - factor = 2 #2 - not = { literacy = 0.25 } - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - } + area = social_thought + year = 1900 + cost = 21600 + + colonial_migration = 0.05 + education_efficiency = 0.2 + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 #2 + not = { literacy = 0.75 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.50 } + } + modifier = { + factor = 2 #2 + not = { literacy = 0.25 } + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + } } #political_thought enlightenment_thought = { - area = political_thought - year = 1836 - cost = 3600 - - max_national_focus = 1 - - ai_chance = { - factor = 11 - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 6 - is_greater_power = yes - year = 1850 - } - modifier = { - factor = 20 - culture_has_union_tag = yes - } - } + area = political_thought + year = 1836 + cost = 3600 + + max_national_focus = 1 + + ai_chance = { + factor = 11 + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 6 + is_greater_power = yes + year = 1850 + } + modifier = { + factor = 20 + culture_has_union_tag = yes + } + } } ideological_thought = { - area = political_thought - year = 1836 - cost = 7200 - - max_national_focus = 1 - - ai_chance = { - factor = 11 - modifier = { - factor = 6 - is_greater_power = yes - } - modifier = { - factor = 1.50 - OR = { - total_pops = 4000000 - AND = { - is_secondary_power = yes - any_owned_province = { port = yes } - } - AND = { - capital_scope = { continent = europe } - colonial_nation = yes - } - } - } - - modifier = { - factor = 0.25 - is_greater_power = no - is_secondary_power = no - NOT = { total_pops = 2000000 } - } - - modifier = { - factor = 51 - rank = 16 - year = 1840 - any_owned_province = { port = yes } - total_pops = 2000000 - } - modifier = { - factor = 51 - year = 1850 - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 20 - culture_has_union_tag = yes - } - } + area = political_thought + year = 1836 + cost = 7200 + + max_national_focus = 1 + + ai_chance = { + factor = 11 + modifier = { + factor = 6 + is_greater_power = yes + } + modifier = { + factor = 1.50 + OR = { + total_pops = 4000000 + AND = { + is_secondary_power = yes + any_owned_province = { port = yes } + } + AND = { + capital_scope = { continent = europe } + colonial_nation = yes + } + } + } + + modifier = { + factor = 0.25 + is_greater_power = no + is_secondary_power = no + NOT = { total_pops = 2000000 } + } + + modifier = { + factor = 51 + rank = 16 + year = 1840 + any_owned_province = { port = yes } + total_pops = 2000000 + } + modifier = { + factor = 51 + year = 1850 + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 20 + culture_has_union_tag = yes + } + } } state_n_government = { - area = political_thought - year = 1840 - cost = 10800 - - max_national_focus = 1 - ai_chance = { - factor = 15 - modifier = { - factor = 3.5 - is_greater_power = yes - } - modifier = { - factor = 1.5 - OR = { - total_pops = 4000000 - AND = { - is_secondary_power = yes - any_owned_province = { port = yes } - } - AND = { - capital_scope = { continent = europe } - colonial_nation = yes - } - } - } - modifier = { - factor = 20 - culture_has_union_tag = yes - } - - modifier = { - factor = 30 - rank = 16 - year = 1850 - any_owned_province = { port = yes } - total_pops = 3000000 - } - modifier = { - factor = 30 - OR = { - year = 1860 - tag = SAR - tag = PRU - tag = USA - colonial_nation = yes - } - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - } + area = political_thought + year = 1840 + cost = 10800 + + max_national_focus = 1 + ai_chance = { + factor = 15 + modifier = { + factor = 3.5 + is_greater_power = yes + } + modifier = { + factor = 1.5 + OR = { + total_pops = 4000000 + AND = { + is_secondary_power = yes + any_owned_province = { port = yes } + } + AND = { + capital_scope = { continent = europe } + colonial_nation = yes + } + } + } + modifier = { + factor = 20 + culture_has_union_tag = yes + } + + modifier = { + factor = 30 + rank = 16 + year = 1850 + any_owned_province = { port = yes } + total_pops = 3000000 + } + modifier = { + factor = 30 + OR = { + year = 1860 + tag = SAR + tag = PRU + tag = USA + colonial_nation = yes + } + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + } } nationalism_n_imperialism = { - area = political_thought - year = 1850 - cost = 14400 - - max_national_focus = 1 - #colonial_life_rating = -10 - cb_creation_speed = 0.1 - - ai_chance = { - factor = 20 - modifier = { - factor = 21 - is_greater_power = yes - OR = { - any_greater_power = { any_owned_province = { any_neighbor_province = { empty = yes } } } - any_owned_province = { any_neighbor_province = { empty = yes } } - } - } - modifier = { - factor = 11 - rank = 16 - year = 1860 - any_owned_province = { has_building = naval_base } - total_pops = 4000000 - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1865 - } - modifier = { - factor = 51 - rank = 16 - year = 1870 - } - modifier = { - factor = 1.5 - OR = { - total_pops = 4000000 - AND = { - is_secondary_power = yes - any_owned_province = { port = yes } - } - AND = { - capital_scope = { continent = europe } - colonial_nation = yes - } - } - } - - modifier = { - factor = 0.25 - is_greater_power = no - is_secondary_power = no - NOT = { any_owned_province = { continent = africa } } - NOT = { total_pops = 4000000 } - } - - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 100 - OR = { - AND = { - cultural_union = { exists = no } - is_greater_power = yes - } - tag = POR - } - } - } + area = political_thought + year = 1850 + cost = 14400 + + max_national_focus = 1 + #colonial_life_rating = -10 + cb_creation_speed = 0.1 + + ai_chance = { + factor = 20 + modifier = { + factor = 21 + is_greater_power = yes + OR = { + any_greater_power = { any_owned_province = { any_neighbor_province = { empty = yes } } } + any_owned_province = { any_neighbor_province = { empty = yes } } + } + } + modifier = { + factor = 11 + rank = 16 + year = 1860 + any_owned_province = { has_building = naval_base } + total_pops = 4000000 + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1865 + } + modifier = { + factor = 51 + rank = 16 + year = 1870 + } + modifier = { + factor = 1.5 + OR = { + total_pops = 4000000 + AND = { + is_secondary_power = yes + any_owned_province = { port = yes } + } + AND = { + capital_scope = { continent = europe } + colonial_nation = yes + } + } + } + + modifier = { + factor = 0.25 + is_greater_power = no + is_secondary_power = no + NOT = { any_owned_province = { continent = africa } } + NOT = { total_pops = 4000000 } + } + + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 100 + OR = { + AND = { + cultural_union = { exists = no } + is_greater_power = yes + } + tag = POR + } + } + } } revolution_n_counterrevolution = { - area = political_thought - year = 1870 - cost = 18000 - - max_national_focus = 1 - diplomatic_points = 0.25 - ai_chance = { - factor = 20 - modifier = { - factor = 21 - is_greater_power = yes - OR = { - any_greater_power = { any_owned_province = { any_neighbor_province = { empty = yes } } } - any_owned_province = { any_neighbor_province = { empty = yes } } - } - } - modifier = { - factor = 5 - total_pops = 5000000 - } - - modifier = { - factor = 10 - tag = RUS - } - - modifier = { - factor = 51 - rank = 16 - year = 1880 - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 0.25 - is_greater_power = no - NOT = { literacy = 0.4 } - } - } + area = political_thought + year = 1870 + cost = 18000 + + max_national_focus = 1 + diplomatic_points = 0.25 + ai_chance = { + factor = 20 + modifier = { + factor = 21 + is_greater_power = yes + OR = { + any_greater_power = { any_owned_province = { any_neighbor_province = { empty = yes } } } + any_owned_province = { any_neighbor_province = { empty = yes } } + } + } + modifier = { + factor = 5 + total_pops = 5000000 + } + + modifier = { + factor = 10 + tag = RUS + } + + modifier = { + factor = 51 + rank = 16 + year = 1880 + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 0.25 + is_greater_power = no + NOT = { literacy = 0.4 } + } + } } mass_politics = { - area = political_thought - year = 1900 - cost = 21600 - - max_national_focus = 1 - ai_chance = { - factor = 2 - modifier = { - factor = 5 - is_greater_power = yes - } - modifier = { - factor = 5 - total_pops = 6000000 - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = political_thought + year = 1900 + cost = 21600 + + max_national_focus = 1 + ai_chance = { + factor = 2 + modifier = { + factor = 5 + is_greater_power = yes + } + modifier = { + factor = 5 + total_pops = 6000000 + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #psychology introspectionism = { - area = psychology - year = 1836 - cost = 3600 - - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 1.25 - modifier = { - factor = 1.05 #1.25 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1850 #1840 - } - modifier = { - factor = 2 - year = 1860 #1850 - } - modifier = { - factor = 21 - is_greater_power = yes - } - modifier = { - factor = 11 - rank = 16 - year = 1860 - any_owned_province = { port = yes } - total_pops = 4000000 - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1865 - } - modifier = { - factor = 51 - rank = 16 - year = 1870 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = psychology + year = 1836 + cost = 3600 + + + regular_experience_level = 5 + reinforce_rate = 0.05 + + ai_chance = { + factor = 1.25 + modifier = { + factor = 1.05 #1.25 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1850 #1840 + } + modifier = { + factor = 2 + year = 1860 #1850 + } + modifier = { + factor = 21 + is_greater_power = yes + } + modifier = { + factor = 11 + rank = 16 + year = 1860 + any_owned_province = { port = yes } + total_pops = 4000000 + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1865 + } + modifier = { + factor = 51 + rank = 16 + year = 1870 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } associationism = { - area = psychology - year = 1836 - cost = 7200 - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 1.25 - modifier = { - factor = 1.05 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1860 #1840 - } - modifier = { - factor = 2 - year = 1870 #1850 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = psychology + year = 1836 + cost = 7200 + + regular_experience_level = 5 + reinforce_rate = 0.05 + + ai_chance = { + factor = 1.25 + modifier = { + factor = 1.05 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1860 #1840 + } + modifier = { + factor = 2 + year = 1870 #1850 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } phenomenalism = { - area = psychology - year = 1850 - cost = 10800 - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 1.25 - modifier = { - factor = 1.05 #1.25 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1870 #1860 - } - modifier = { - factor = 2 - year = 1880 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = psychology + year = 1850 + cost = 10800 + + regular_experience_level = 5 + reinforce_rate = 0.05 + + ai_chance = { + factor = 1.25 + modifier = { + factor = 1.05 #1.25 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1870 #1860 + } + modifier = { + factor = 2 + year = 1880 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } experimental_psychology = { - area = psychology - year = 1870 - cost = 14400 - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 1.5 - modifier = { - factor = 1.05 #1.25 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1880 #1860 - } - modifier = { - factor = 2 - year = 1890 #1870 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = psychology + year = 1870 + cost = 14400 + + regular_experience_level = 5 + reinforce_rate = 0.05 + + ai_chance = { + factor = 1.5 + modifier = { + factor = 1.05 #1.25 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1880 #1860 + } + modifier = { + factor = 2 + year = 1890 #1870 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } psychoanalysis = { - area = psychology - year = 1890 - cost = 18000 - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 4 - modifier = { - factor = 3 #1.25 - is_greater_power = yes - } - modifier = { - factor = 3 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1890 #1880 - } - modifier = { - factor = 2 - year = 1900 #1890 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = psychology + year = 1890 + cost = 18000 + + regular_experience_level = 5 + reinforce_rate = 0.05 + + ai_chance = { + factor = 4 + modifier = { + factor = 3 #1.25 + is_greater_power = yes + } + modifier = { + factor = 3 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1890 #1880 + } + modifier = { + factor = 2 + year = 1900 #1890 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } behaviorism = { - area = psychology - year = 1910 - cost = 21600 - - regular_experience_level = 5 - reinforce_rate = 0.05 - - ai_chance = { - factor = 1.2 - modifier = { - factor = 1.25 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = culture_tech_school - } - modifier = { - factor = 1.1 - year = 1910 - } - modifier = { - factor = 2 - year = 1920 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } -} + area = psychology + year = 1910 + cost = 21600 + regular_experience_level = 5 + reinforce_rate = 0.05 + ai_chance = { + factor = 1.2 + modifier = { + factor = 1.25 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = culture_tech_school + } + modifier = { + factor = 1.1 + year = 1910 + } + modifier = { + factor = 2 + year = 1920 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } +} diff --git a/HPM/technologies/industry_tech.txt b/HPM/technologies/industry_tech.txt index 180ac115..ed263b73 100644 --- a/HPM/technologies/industry_tech.txt +++ b/HPM/technologies/industry_tech.txt @@ -1,1593 +1,1591 @@ #tech_power piston_steam_engine = { - area = tech_power - year = 1836 - cost = 3600 - - activate_building = fabric_factory - rgo_goods_output = { coal = 0.05 } - rgo_goods_output = { iron = 0.05 } - rgo_goods_output = { oil = 0.05 } - rgo_goods_output = { precious_metal = 0.05 } - rgo_goods_output = { sulphur = 0.05 } - farm_rgo_eff = 0.15 - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - tag = BRZ - } - modifier = { - factor = 2 - year = 1845 - } - modifier = { - factor = 1.5 - industrial_score = 10 - } - modifier = { - factor = 1.5 - industrial_score = 25 - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - } + area = tech_power + year = 1836 + cost = 3600 + + activate_building = fabric_factory + rgo_goods_output = { coal = 0.05 } + rgo_goods_output = { iron = 0.05 } + rgo_goods_output = { oil = 0.05 } + rgo_goods_output = { precious_metal = 0.05 } + rgo_goods_output = { sulphur = 0.05 } + farm_rgo_eff = 0.15 + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + tag = BRZ + } + modifier = { + factor = 2 + year = 1845 + } + modifier = { + factor = 1.5 + industrial_score = 10 + } + modifier = { + factor = 1.5 + industrial_score = 25 + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + } } high_pressure_steam_engine = { - area = tech_power - year = 1836 - cost = 7200 - - rgo_goods_output = { coal = 0.05 } - rgo_goods_output = { iron = 0.05 } - rgo_goods_output = { oil = 0.05 } - rgo_goods_output = { precious_metal = 0.05 } - rgo_goods_output = { sulphur = 0.05 } - farm_rgo_eff = 0.15 - ai_chance = { - factor = 1.5 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 2 - year = 1850 - } - modifier = { - factor = 2 - tag = BRZ - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 1.25 - industrial_score = 100 - } - modifier = { - factor = 1.5 - industrial_score = 150 - } - } + area = tech_power + year = 1836 + cost = 7200 + + rgo_goods_output = { coal = 0.05 } + rgo_goods_output = { iron = 0.05 } + rgo_goods_output = { oil = 0.05 } + rgo_goods_output = { precious_metal = 0.05 } + rgo_goods_output = { sulphur = 0.05 } + farm_rgo_eff = 0.15 + ai_chance = { + factor = 1.5 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 2 + year = 1850 + } + modifier = { + factor = 2 + tag = BRZ + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 1.25 + industrial_score = 100 + } + modifier = { + factor = 1.5 + industrial_score = 150 + } + } } compound_steam_engines = { - area = tech_power - year = 1836 - cost = 10800 - - rgo_goods_output = { coal = 0.1 } - rgo_goods_output = { iron = 0.1 } - rgo_goods_output = { oil = 0.1 } - rgo_goods_output = { precious_metal = 0.1 } - rgo_goods_output = { sulphur = 0.1 } - farm_rgo_eff = 0.15 - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 2 - year = 1865 - } - modifier = { - factor = 2 - tag = BRZ - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1.5 - industrial_score = 200 - } - modifier = { - factor = 2 - industrial_score = 250 - } - } + area = tech_power + year = 1836 + cost = 10800 + + rgo_goods_output = { coal = 0.1 } + rgo_goods_output = { iron = 0.1 } + rgo_goods_output = { oil = 0.1 } + rgo_goods_output = { precious_metal = 0.1 } + rgo_goods_output = { sulphur = 0.1 } + farm_rgo_eff = 0.15 + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 2 + year = 1865 + } + modifier = { + factor = 2 + tag = BRZ + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1.5 + industrial_score = 200 + } + modifier = { + factor = 2 + industrial_score = 250 + } + } } steam_turbine = { - area = tech_power - year = 1850 - cost = 14400 - - rgo_goods_output = { coal = 0.15 } - rgo_goods_output = { iron = 0.15 } - rgo_goods_output = { oil = 0.15 } - rgo_goods_output = { precious_metal = 0.15 } - rgo_goods_output = { sulphur = 0.15 } - farm_rgo_eff = 0.15 - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 2 - tag = BRZ - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - year = 1880 - } - modifier = { - factor = 1.5 - industrial_score = 400 - } - modifier = { - factor = 2 - industrial_score = 500 - } - modifier = { - factor = 0.75 - NOT = { literacy = 0.4 } - } - } + area = tech_power + year = 1850 + cost = 14400 + + rgo_goods_output = { coal = 0.15 } + rgo_goods_output = { iron = 0.15 } + rgo_goods_output = { oil = 0.15 } + rgo_goods_output = { precious_metal = 0.15 } + rgo_goods_output = { sulphur = 0.15 } + farm_rgo_eff = 0.15 + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 2 + tag = BRZ + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + year = 1880 + } + modifier = { + factor = 1.5 + industrial_score = 400 + } + modifier = { + factor = 2 + industrial_score = 500 + } + modifier = { + factor = 0.75 + NOT = { literacy = 0.4 } + } + } } combustion_engine = { - area = tech_power - year = 1880 - cost = 18000 - - rgo_goods_output = { coal = 0.15 } - rgo_goods_output = { iron = 0.15 } - rgo_goods_output = { oil = 0.15 } - rgo_goods_output = { precious_metal = 0.15 } - rgo_goods_output = { sulphur = 0.15 } - farm_rgo_eff = 0.15 - ai_chance = { - factor = 3 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 2 - year = 1900 - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 2 - industrial_score = 500 - } - modifier = { - factor = 2 - industrial_score = 750 - } - modifier = { - factor = 0.75 - NOT = { literacy = 0.4 } - } - } + area = tech_power + year = 1880 + cost = 18000 + + rgo_goods_output = { coal = 0.15 } + rgo_goods_output = { iron = 0.15 } + rgo_goods_output = { oil = 0.15 } + rgo_goods_output = { precious_metal = 0.15 } + rgo_goods_output = { sulphur = 0.15 } + farm_rgo_eff = 0.15 + ai_chance = { + factor = 3 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 2 + year = 1900 + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 2 + industrial_score = 500 + } + modifier = { + factor = 2 + industrial_score = 750 + } + modifier = { + factor = 0.75 + NOT = { literacy = 0.4 } + } + } } electrical_power_generation = { - area = tech_power - year = 1900 - cost = 21600 - - rgo_goods_output = { coal = 0.15 } - rgo_goods_output = { iron = 0.15 } - rgo_goods_output = { oil = 0.15 } - rgo_goods_output = { precious_metal = 0.15 } - rgo_goods_output = { sulphur = 0.15 } - farm_rgo_eff = 0.15 - factory_throughput = 0.1 - ai_chance = { - factor = 2 - modifier = { - factor = 2 - OR = { - big_producer = grain - big_producer = cotton - big_producer = cattle - big_producer = tea - big_producer = coffee - big_producer = silk - big_producer = tobacco - big_producer = fruit - } - } - modifier = { - factor = 3 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.2 - industrial_score = 1000 - } - modifier = { - factor = 1.2 - industrial_score = 1500 - } - modifier = { - factor = 1.4 - is_greater_power = yes - } - modifier = { - factor = 0.75 - NOT = { literacy = 0.4 } - } - } + area = tech_power + year = 1900 + cost = 21600 + + rgo_goods_output = { coal = 0.15 } + rgo_goods_output = { iron = 0.15 } + rgo_goods_output = { oil = 0.15 } + rgo_goods_output = { precious_metal = 0.15 } + rgo_goods_output = { sulphur = 0.15 } + farm_rgo_eff = 0.15 + factory_throughput = 0.1 + ai_chance = { + factor = 2 + modifier = { + factor = 2 + OR = { + big_producer = grain + big_producer = cotton + big_producer = cattle + big_producer = tea + big_producer = coffee + big_producer = silk + big_producer = tobacco + big_producer = fruit + } + } + modifier = { + factor = 3 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.2 + industrial_score = 1000 + } + modifier = { + factor = 1.2 + industrial_score = 1500 + } + modifier = { + factor = 1.4 + is_greater_power = yes + } + modifier = { + factor = 0.75 + NOT = { literacy = 0.4 } + } + } } #mechanization mechanical_production = { - area = mechanization - year = 1836 - cost = 3600 - - activate_building = regular_clothes_factory - ai_chance = { - factor = 2 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 1 - } - modifier = { - factor = 0.9 #0.1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.2 - industrial_score = 10 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = mechanization + year = 1836 + cost = 3600 + + activate_building = regular_clothes_factory + ai_chance = { + factor = 2 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 1 + } + modifier = { + factor = 0.9 #0.1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.2 + industrial_score = 10 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } interchangeable_parts = { - area = mechanization - year = 1836 - cost = 7200 - - factory_throughput = 0.05 - - ai_chance = { - factor = 2 - modifier = { - factor = 3 - is_greater_power = yes - } - modifier = { - factor = 2 - industrial_score = 20 - } - modifier = { - factor = 1.5 - OR = { - big_producer = cotton - big_producer = wool - big_producer = fabric - big_producer = silk - big_producer = timber - big_producer = tropical_wood - big_producer = fruit - big_producer = grain - big_producer = tea - big_producer = cattle - } - } - modifier = { - factor = 0.5 #0.5 - not = { literacy = 0.2 } - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.2 - industrial_score = 50 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - } + area = mechanization + year = 1836 + cost = 7200 + + factory_throughput = 0.05 + + ai_chance = { + factor = 2 + modifier = { + factor = 3 + is_greater_power = yes + } + modifier = { + factor = 2 + industrial_score = 20 + } + modifier = { + factor = 1.5 + OR = { + big_producer = cotton + big_producer = wool + big_producer = fabric + big_producer = silk + big_producer = timber + big_producer = tropical_wood + big_producer = fruit + big_producer = grain + big_producer = tea + big_producer = cattle + } + } + modifier = { + factor = 0.5 #0.5 + not = { literacy = 0.2 } + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.2 + industrial_score = 50 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + } } semi_automatization = { - area = mechanization - year = 1836 - cost = 10800 - - factory_throughput = 0.05 - - ai_chance = { - factor = 2 - modifier = { - factor = 8 - is_greater_power = yes - } - - modifier = { - factor = 100 - is_greater_power = yes - OR = { - 1755 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 369 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 1723 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - } - } - - modifier = { - factor = 1.2 - industrial_score = 100 - } - modifier = { - factor = 1.2 - industrial_score = 150 - } - modifier = { - factor = 0.9 #0.1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - } + area = mechanization + year = 1836 + cost = 10800 + + factory_throughput = 0.05 + + ai_chance = { + factor = 2 + modifier = { + factor = 8 + is_greater_power = yes + } + + modifier = { + factor = 100 + is_greater_power = yes + OR = { + 1755 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 369 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 1723 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + } + } + + modifier = { + factor = 1.2 + industrial_score = 100 + } + modifier = { + factor = 1.2 + industrial_score = 150 + } + modifier = { + factor = 0.9 #0.1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + } } pneumatic_and_hydraulics = { - area = mechanization - year = 1850 - cost = 14400 - factory_throughput = 0.1 - factory_cost = -0.1 - ai_chance = { - factor = 1.1 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 250 - } - modifier = { - factor = 1.2 - industrial_score = 400 - } - modifier = { - factor = 0.9 #0.1 - not = { literacy = 0.2 } - } - modifier = { - factor = 1.05 - literacy = 0.6 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = mechanization + year = 1850 + cost = 14400 + factory_throughput = 0.1 + factory_cost = -0.1 + ai_chance = { + factor = 1.1 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 250 + } + modifier = { + factor = 1.2 + industrial_score = 400 + } + modifier = { + factor = 0.9 #0.1 + not = { literacy = 0.2 } + } + modifier = { + factor = 1.05 + literacy = 0.6 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } assembly_line = { - area = mechanization - year = 1870 - cost = 18000 - factory_throughput = 0.1 - factory_cost = -0.1 - ai_chance = { - factor = 1.05 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 500 - } - modifier = { - factor = 1.2 - industrial_score = 750 - } - modifier = { - factor = 3 - tech_school = industrial_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = mechanization + year = 1870 + cost = 18000 + factory_throughput = 0.1 + factory_cost = -0.1 + ai_chance = { + factor = 1.05 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 500 + } + modifier = { + factor = 1.2 + industrial_score = 750 + } + modifier = { + factor = 3 + tech_school = industrial_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } shift_work = { - area = mechanization - year = 1900 - cost = 21600 - - - rgo_output = 0.05 - factory_throughput = 0.1 - ai_chance = { - factor = 1.1 - modifier = { - factor = 1.2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 1000 - } - modifier = { - factor = 1.2 - industrial_score = 1500 - } - modifier = { - factor = 3 - tech_school = industrial_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = mechanization + year = 1900 + cost = 21600 + + + rgo_output = 0.05 + factory_throughput = 0.1 + ai_chance = { + factor = 1.1 + modifier = { + factor = 1.2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 1000 + } + modifier = { + factor = 1.2 + industrial_score = 1500 + } + modifier = { + factor = 3 + tech_school = industrial_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #metallurgy hot_blast = { - area = metallurgy - year = 1836 - cost = 3600 - - activate_building = steel_factory - - rgo_goods_output = { - iron = 0.2 - } - rgo_goods_output = { - coal = 0.2 - } - rgo_goods_output = { - sulphur = 0.2 - } - - ai_chance = { - factor = 4 - modifier = { - factor = 5 - big_producer = coal - } - modifier = { - factor = 5 - big_producer = iron - } - modifier = { - factor = 1.8 - big_producer = sulphur - } - modifier = { - factor = 2 - any_owned_province = { - produces = coal - } - } - modifier = { - factor = 1.5 - any_owned_province = { - produces = iron - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = sulphur - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - - modifier = { - factor = 2 - OR = { - tech_school = industrial_tech_school - tag = RUS - } - } - - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - OR = { - big_producer = coal - big_producer = iron - } - } - } - } - + area = metallurgy + year = 1836 + cost = 3600 + + activate_building = steel_factory + + rgo_goods_output = { + iron = 0.2 + } + rgo_goods_output = { + coal = 0.2 + } + rgo_goods_output = { + sulphur = 0.2 + } + + ai_chance = { + factor = 4 + modifier = { + factor = 5 + big_producer = coal + } + modifier = { + factor = 5 + big_producer = iron + } + modifier = { + factor = 1.8 + big_producer = sulphur + } + modifier = { + factor = 2 + any_owned_province = { + produces = coal + } + } + modifier = { + factor = 1.5 + any_owned_province = { + produces = iron + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = sulphur + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + + modifier = { + factor = 2 + OR = { + tech_school = industrial_tech_school + tag = RUS + } + } + + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + OR = { + big_producer = coal + big_producer = iron + } + } + } + } + } mechanized_mining = { - area = metallurgy - year = 1840 - cost = 7200 - rgo_goods_output = { - iron = 0.3 - } - rgo_goods_output = { - coal = 0.3 - } - rgo_goods_output = { - sulphur = 0.2 - } - - rgo_size = { - iron = 0.25 - } - rgo_size = { - coal = 0.25 - } - rgo_size = { - sulphur = 0.25 - } - - ai_chance = { - factor = 2 - - modifier = { - factor = 20 - OR = { - tag = NGF - tag = GER - tag = PRU - tag = FRA - tag = AUS - tag = KUK - tag = RUS - } - } - modifier = { - factor = 5 - big_producer = coal - } - modifier = { - factor = 5 - big_producer = iron - } - modifier = { - factor = 5 - big_producer = steel - } - modifier = { - factor = 1.8 - big_producer = sulphur - } - modifier = { - factor = 2 - any_owned_province = { - produces = coal - } - } - modifier = { - factor = 1.5 - any_owned_province = { - produces = iron - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = sulphur - } - } - - modifier = { - factor = 5 - is_greater_power = yes - OR = { - industrial_score = 10 - tag = RUS - } - any_owned_province = { - OR = { - produces = iron - produces = coal - } - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - modifier = { - factor = 2 - OR = { - tech_school = industrial_tech_school - tag = RUS - } - } - - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - OR = { - big_producer = coal - big_producer = iron - } - } - } - } + area = metallurgy + year = 1840 + cost = 7200 + rgo_goods_output = { + iron = 0.3 + } + rgo_goods_output = { + coal = 0.3 + } + rgo_goods_output = { + sulphur = 0.2 + } + + rgo_size = { + iron = 0.25 + } + rgo_size = { + coal = 0.25 + } + rgo_size = { + sulphur = 0.25 + } + + ai_chance = { + factor = 2 + + modifier = { + factor = 20 + OR = { + tag = NGF + tag = GER + tag = PRU + tag = FRA + tag = AUS + tag = KUK + tag = RUS + } + } + modifier = { + factor = 5 + big_producer = coal + } + modifier = { + factor = 5 + big_producer = iron + } + modifier = { + factor = 5 + big_producer = steel + } + modifier = { + factor = 1.8 + big_producer = sulphur + } + modifier = { + factor = 2 + any_owned_province = { + produces = coal + } + } + modifier = { + factor = 1.5 + any_owned_province = { + produces = iron + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = sulphur + } + } + + modifier = { + factor = 5 + is_greater_power = yes + OR = { + industrial_score = 10 + tag = RUS + } + any_owned_province = { + OR = { + produces = iron + produces = coal + } + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + modifier = { + factor = 2 + OR = { + tech_school = industrial_tech_school + tag = RUS + } + } + + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + OR = { + big_producer = coal + big_producer = iron + } + } + } + } } regenerative_furnaces = { - area = metallurgy - year = 1850 - cost = 10800 - - rgo_goods_output = { - iron = 0.3 - } - rgo_goods_output = { - coal = 0.3 - } - rgo_goods_output = { - sulphur = 0.2 - } - - ai_chance = { - factor = 2 - modifier = { - factor = 20 - OR = { - tag = NGF - tag = GER - tag = PRU - tag = FRA - tag = RUS - } - } - modifier = { - factor = 5 - big_producer = coal - } - modifier = { - factor = 5 - big_producer = iron - } - modifier = { - factor = 5 - big_producer = steel - } - modifier = { - factor = 1.8 - big_producer = sulphur - } - modifier = { - factor = 2 - any_owned_province = { produces = coal } - } - modifier = { - factor = 1.5 - any_owned_province = { produces = iron } - } - modifier = { - factor = 1.1 - any_owned_province = { produces = sulphur } - } - modifier = { - factor = 5 - is_greater_power = yes - OR = { - industrial_score = 10 - tag = RUS - } - any_owned_province = { - OR = { - produces = iron - produces = coal - } - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - modifier = { - factor = 2 - OR = { - tech_school = industrial_tech_school - tag = RUS - } - } - - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - OR = { - big_producer = coal - big_producer = iron - } - } - } - } + area = metallurgy + year = 1850 + cost = 10800 + + rgo_goods_output = { + iron = 0.3 + } + rgo_goods_output = { + coal = 0.3 + } + rgo_goods_output = { + sulphur = 0.2 + } + + ai_chance = { + factor = 2 + modifier = { + factor = 20 + OR = { + tag = NGF + tag = GER + tag = PRU + tag = FRA + tag = RUS + } + } + modifier = { + factor = 5 + big_producer = coal + } + modifier = { + factor = 5 + big_producer = iron + } + modifier = { + factor = 5 + big_producer = steel + } + modifier = { + factor = 1.8 + big_producer = sulphur + } + modifier = { + factor = 2 + any_owned_province = { produces = coal } + } + modifier = { + factor = 1.5 + any_owned_province = { produces = iron } + } + modifier = { + factor = 1.1 + any_owned_province = { produces = sulphur } + } + modifier = { + factor = 5 + is_greater_power = yes + OR = { + industrial_score = 10 + tag = RUS + } + any_owned_province = { + OR = { + produces = iron + produces = coal + } + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + modifier = { + factor = 2 + OR = { + tech_school = industrial_tech_school + tag = RUS + } + } + + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + OR = { + big_producer = coal + big_producer = iron + } + } + } + } } drilling_and_blasting = { - area = metallurgy - year = 1870 - cost = 14400 - - rgo_goods_output = { - iron = 0.5 - } - rgo_goods_output = { - coal = 0.5 - } - rgo_goods_output = { - sulphur = 0.2 - } - - rgo_size = { coal = 0.5 } - rgo_size = { iron = 0.5 } - rgo_size = { sulphur = 0.5 } - - ai_chance = { - factor = 2 - modifier = { - factor = 40 - OR = { - tag = FRA - tag = ENG - tag = USA - tag = NGF - tag = GER - tag = PRU - tag = RUS - } - } - modifier = { - factor = 5 - big_producer = coal - } - modifier = { - factor = 5 - big_producer = iron - } - modifier = { - factor = 10 - big_producer = steel - } - modifier = { - factor = 2 - any_owned_province = { - produces = coal - } - } - modifier = { - factor = 1.5 - any_owned_province = { - produces = iron - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = sulphur - } - } - - modifier = { - factor = 5 - is_greater_power = yes - OR = { - industrial_score = 10 - tag = RUS - } - any_owned_province = { - OR = { - produces = iron - produces = coal - } - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - modifier = { - factor = 2 - OR = { - tech_school = industrial_tech_school - tag = RUS - } - } - - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - OR = { - big_producer = coal - big_producer = iron - } - } - } - } + area = metallurgy + year = 1870 + cost = 14400 + + rgo_goods_output = { + iron = 0.5 + } + rgo_goods_output = { + coal = 0.5 + } + rgo_goods_output = { + sulphur = 0.2 + } + + rgo_size = { coal = 0.75 } + rgo_size = { iron = 0.75 } + rgo_size = { sulphur = 0.75 } + + ai_chance = { + factor = 2 + modifier = { + factor = 40 + OR = { + tag = FRA + tag = ENG + tag = USA + tag = NGF + tag = GER + tag = PRU + tag = RUS + } + } + modifier = { + factor = 5 + big_producer = coal + } + modifier = { + factor = 5 + big_producer = iron + } + modifier = { + factor = 10 + big_producer = steel + } + modifier = { + factor = 2 + any_owned_province = { + produces = coal + } + } + modifier = { + factor = 1.5 + any_owned_province = { + produces = iron + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = sulphur + } + } + + modifier = { + factor = 5 + is_greater_power = yes + OR = { + industrial_score = 10 + tag = RUS + } + any_owned_province = { + OR = { + produces = iron + produces = coal + } + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + modifier = { + factor = 2 + OR = { + tech_school = industrial_tech_school + tag = RUS + } + } + + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + OR = { + big_producer = coal + big_producer = iron + } + } + } + } } advanced_metallurgy = { - area = metallurgy - year = 1890 - cost = 18000 - - rgo_goods_output = { - iron = 0.4 - } - rgo_goods_output = { - coal = 0.4 - } - rgo_goods_output = { - sulphur = 0.2 - } - - ai_chance = { - factor = 2 - modifier = { - factor = 20 - OR = { - tag = FRA - tag = NGF - tag = GER - tag = PRU - tag = RUS - } - } - modifier = { - factor = 5 - big_producer = coal - } - modifier = { - factor = 3 - big_producer = iron - } - modifier = { - factor = 1.8 - big_producer = sulphur - } - modifier = { - factor = 2 - any_owned_province = { - produces = coal - } - } - modifier = { - factor = 1.5 - any_owned_province = { - produces = iron - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = sulphur - } - } - modifier = { - factor = 5 - is_greater_power = yes - OR = { - industrial_score = 10 - tag = RUS - } - any_owned_province = { - OR = { - produces = iron - produces = coal - } - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - modifier = { - factor = 3 - OR = { - tech_school = industrial_tech_school - tag = RUS - } - } - - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - OR = { - big_producer = coal - big_producer = iron - } - } - } - } + area = metallurgy + year = 1890 + cost = 18000 + + rgo_goods_output = { + iron = 0.4 + } + rgo_goods_output = { + coal = 0.4 + } + rgo_goods_output = { + sulphur = 0.2 + } + + ai_chance = { + factor = 2 + modifier = { + factor = 20 + OR = { + tag = FRA + tag = NGF + tag = GER + tag = PRU + tag = RUS + } + } + modifier = { + factor = 5 + big_producer = coal + } + modifier = { + factor = 3 + big_producer = iron + } + modifier = { + factor = 1.8 + big_producer = sulphur + } + modifier = { + factor = 2 + any_owned_province = { + produces = coal + } + } + modifier = { + factor = 1.5 + any_owned_province = { + produces = iron + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = sulphur + } + } + modifier = { + factor = 5 + is_greater_power = yes + OR = { + industrial_score = 10 + tag = RUS + } + any_owned_province = { + OR = { + produces = iron + produces = coal + } + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + modifier = { + factor = 3 + OR = { + tech_school = industrial_tech_school + tag = RUS + } + } + + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + OR = { + big_producer = coal + big_producer = iron + } + } + } + } } electric_furnace = { - area = metallurgy - year = 1905 - cost = 21600 - - #factory_goods_output = { - # steel = 0.05 - #} - rgo_goods_output = { - iron = 0.4 - } - rgo_goods_output = { - coal = 0.4 - } - - ai_chance = { - factor = 2 - modifier = { - factor = 10 - big_producer = coal - } - modifier = { - factor = 10 - big_producer = iron - } - modifier = { - factor = 2 - big_producer = sulphur - } - modifier = { - factor = 2 - any_owned_province = { - produces = coal - } - } - modifier = { - factor = 2 - any_owned_province = { - produces = iron - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = sulphur - } - } - modifier = { - factor = 5 - is_greater_power = yes - OR = { - industrial_score = 10 - tag = RUS - } - any_owned_province = { - OR = { - produces = iron - produces = coal - } - } - } - modifier = { - factor = 1.1 - any_owned_province = { - produces = precious_metal - } - } - modifier = { - factor = 3 - tech_school = industrial_tech_school - } - modifier = { - factor = 0.25 - NOT = { - literacy = 0.4 - big_producer = coal - } - } - } + area = metallurgy + year = 1905 + cost = 21600 + + #factory_goods_output = { + # steel = 0.05 + #} + rgo_goods_output = { + iron = 0.4 + } + rgo_goods_output = { + coal = 0.4 + } + + ai_chance = { + factor = 2 + modifier = { + factor = 10 + big_producer = coal + } + modifier = { + factor = 10 + big_producer = iron + } + modifier = { + factor = 2 + big_producer = sulphur + } + modifier = { + factor = 2 + any_owned_province = { + produces = coal + } + } + modifier = { + factor = 2 + any_owned_province = { + produces = iron + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = sulphur + } + } + modifier = { + factor = 5 + is_greater_power = yes + OR = { + industrial_score = 10 + tag = RUS + } + any_owned_province = { + OR = { + produces = iron + produces = coal + } + } + } + modifier = { + factor = 1.1 + any_owned_province = { + produces = precious_metal + } + } + modifier = { + factor = 3 + tech_school = industrial_tech_school + } + modifier = { + factor = 0.25 + NOT = { + literacy = 0.4 + big_producer = coal + } + } + } } #tech_infrastructure experimental_railroad = { - area = tech_infrastructure - year = 1836 - cost = 3600 - - activate_building = railroad - - ai_chance = { - factor = 3 - modifier = { - factor = 10 - OR = { - tag = NGF - tag = GER - tag = PRU - tag = AUS - tag = KUK - } - } - modifier = { - factor = 1.1 - capital_scope = { continent = europe } - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 5 - OR = { - is_greater_power = yes - is_secondary_power = yes - literacy = 0.4 - } - } - modifier = { - factor = 6 - is_greater_power = yes - year = 1845 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - } + area = tech_infrastructure + year = 1836 + cost = 3600 + + activate_building = railroad + + ai_chance = { + factor = 3 + modifier = { + factor = 10 + OR = { + tag = NGF + tag = GER + tag = PRU + tag = AUS + tag = KUK + } + } + modifier = { + factor = 1.1 + capital_scope = { continent = europe } + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 5 + OR = { + is_greater_power = yes + is_secondary_power = yes + literacy = 0.4 + } + } + modifier = { + factor = 6 + is_greater_power = yes + year = 1845 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + } } early_railroad = { - area = tech_infrastructure - year = 1840 - cost = 7200 - - max_railroad = 1 - - ai_chance = { - factor = 3 - modifier = { - factor = 10 - OR = { - tag = NGF - tag = GER - tag = PRU - tag = AUS - tag = KUK - } - } - modifier = { - factor = 5 - OR = { - is_greater_power = yes - is_secondary_power = yes - literacy = 0.4 - } - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1855 - } - modifier = { - factor = 2 - literacy = 0.4 - } - modifier = { - factor = 1.1 - capital_scope = { continent = europe } - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - } + area = tech_infrastructure + year = 1840 + cost = 7200 + + max_railroad = 1 + + ai_chance = { + factor = 3 + modifier = { + factor = 10 + OR = { + tag = NGF + tag = GER + tag = PRU + tag = AUS + tag = KUK + } + } + modifier = { + factor = 5 + OR = { + is_greater_power = yes + is_secondary_power = yes + literacy = 0.4 + } + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1855 + } + modifier = { + factor = 2 + literacy = 0.4 + } + modifier = { + factor = 1.1 + capital_scope = { continent = europe } + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + } } iron_railroad = { - area = tech_infrastructure - year = 1850 - cost = 10800 - - max_railroad = 1 - ai_chance = { - factor = 3 - modifier = { - factor = 20 - OR = { - tag = AUS - tag = KUK - } - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1865 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.4 - tech_school = prussian_tech_school - } - } + area = tech_infrastructure + year = 1850 + cost = 10800 + + max_railroad = 1 + ai_chance = { + factor = 3 + modifier = { + factor = 20 + OR = { + tag = AUS + tag = KUK + } + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1865 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.4 + tech_school = prussian_tech_school + } + } } steel_railroad = { - area = tech_infrastructure - year = 1870 - cost = 14400 - - max_railroad = 1 - ai_chance = { - factor = 3 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1885 - } - modifier = { - factor = 1.1 - capital_scope = { continent = europe } - } - modifier = { - factor = 3 - tech_school = industrial_tech_school - } - modifier = { - factor = 4 - tech_school = prussian_tech_school - } - } + area = tech_infrastructure + year = 1870 + cost = 14400 + + max_railroad = 1 + ai_chance = { + factor = 3 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1885 + } + modifier = { + factor = 1.1 + capital_scope = { continent = europe } + } + modifier = { + factor = 3 + tech_school = industrial_tech_school + } + modifier = { + factor = 4 + tech_school = prussian_tech_school + } + } } integral_rail_system = { - area = tech_infrastructure - year = 1898 - cost = 18000 - - max_railroad = 1 - ai_chance = { - factor = 3 - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 2 - is_greater_power = yes - year = 1905 - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.4 - tech_school = prussian_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = tech_infrastructure + year = 1898 + cost = 18000 + + max_railroad = 1 + ai_chance = { + factor = 3 + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 2 + is_greater_power = yes + year = 1905 + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.4 + tech_school = prussian_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } limited_access_roads = { - area = tech_infrastructure - year = 1915 - cost = 21600 - - max_railroad = 1 - ai_chance = { - factor = 3 - modifier = { - factor = 1.5 - civilized = yes - } - modifier = { - factor = 1.5 - is_greater_power = yes - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 1.4 - tech_school = prussian_tech_school - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = tech_infrastructure + year = 1915 + cost = 21600 + + max_railroad = 1 + ai_chance = { + factor = 3 + modifier = { + factor = 1.5 + civilized = yes + } + modifier = { + factor = 1.5 + is_greater_power = yes + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 1.4 + tech_school = prussian_tech_school + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #chemistry_and_electricity basic_chemistry = { - area = chemistry_and_electricity - year = 1836 - cost = 3600 - - activate_building = fertilizer_factory - ai_chance = { - factor = 20 - modifier = { - factor = 1.5 - civilized = yes - } - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - } + area = chemistry_and_electricity + year = 1836 + cost = 3600 + + activate_building = fertilizer_factory + ai_chance = { + factor = 20 + modifier = { + factor = 1.5 + civilized = yes + } + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + } } medicine = { - area = chemistry_and_electricity - year = 1836 - cost = 7200 - - supply_limit = 0.25 - - ai_chance = { - factor = 10 - modifier = { - factor = 5 - civilized = yes - } - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 30 - is_greater_power = yes - } - modifier = { - factor = 1.03 - tech_school = army_tech_school - } - } + area = chemistry_and_electricity + year = 1836 + cost = 7200 + + supply_limit = 0.25 + + ai_chance = { + factor = 10 + modifier = { + factor = 5 + civilized = yes + } + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 30 + is_greater_power = yes + } + modifier = { + factor = 1.03 + tech_school = army_tech_school + } + } } inorganic_chemistry = { - area = chemistry_and_electricity - year = 1836 - cost = 10800 - - supply_limit = 0.25 - - ai_chance = { - factor = 5 - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 5 - is_greater_power = yes - } - modifier = { - factor = 100 - is_greater_power = yes - OR = { - 1755 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 369 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 1723 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - } - } - modifier = { - factor = 2 - industrial_score = 100 - } - modifier = { - factor = 2 - year = 1860 - } - modifier = { - factor = 2 - year = 1870 - } - modifier = { - factor = 3 - industrial_score = 150 - } - modifier = { - factor = 5 - tech_school = prussian_tech_school - } - } + area = chemistry_and_electricity + year = 1836 + cost = 10800 + + supply_limit = 0.25 + + ai_chance = { + factor = 5 + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 5 + is_greater_power = yes + } + modifier = { + factor = 100 + is_greater_power = yes + OR = { + 1755 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 369 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 1723 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + } + } + modifier = { + factor = 2 + industrial_score = 100 + } + modifier = { + factor = 2 + year = 1860 + } + modifier = { + factor = 2 + year = 1870 + } + modifier = { + factor = 3 + industrial_score = 150 + } + modifier = { + factor = 5 + tech_school = prussian_tech_school + } + } } organic_chemistry = { - area = chemistry_and_electricity - year = 1850 - cost = 14400 - - supply_limit = 0.25 - - ai_chance = { - factor = 5 - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 5 - is_greater_power = yes - } - modifier = { - factor = 2 - industrial_score = 400 - } - modifier = { - factor = 2 - year = 1875 - } - modifier = { - factor = 4 - year = 1880 - } - modifier = { - factor = 2 - industrial_score = 500 - } - modifier = { - factor = 5 - tech_school = prussian_tech_school - } - modifier = { - factor = 0.5 - is_greater_power = no - NOT = { literacy = 0.4 } - } - } + area = chemistry_and_electricity + year = 1850 + cost = 14400 + + supply_limit = 0.25 + + ai_chance = { + factor = 5 + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 5 + is_greater_power = yes + } + modifier = { + factor = 2 + industrial_score = 400 + } + modifier = { + factor = 2 + year = 1875 + } + modifier = { + factor = 4 + year = 1880 + } + modifier = { + factor = 2 + industrial_score = 500 + } + modifier = { + factor = 5 + tech_school = prussian_tech_school + } + modifier = { + factor = 0.5 + is_greater_power = no + NOT = { literacy = 0.4 } + } + } } electricity = { - area = chemistry_and_electricity - year = 1870 - cost = 18000 - - supply_limit = 0.50 - ai_chance = { - factor = 5 - modifier = { - factor = 2 - tech_school = industrial_tech_school - } - modifier = { - factor = 8 - is_greater_power = yes - } - modifier = { - factor = 2 - year = 1890 - } - modifier = { - factor = 4 - year = 1900 - } - modifier = { - factor = 2 - industrial_score = 500 - } - modifier = { - factor = 2 - industrial_score = 750 - } - modifier = { - factor = 5 - tech_school = prussian_tech_school - } - } + area = chemistry_and_electricity + year = 1870 + cost = 18000 + + supply_limit = 0.50 + ai_chance = { + factor = 5 + modifier = { + factor = 2 + tech_school = industrial_tech_school + } + modifier = { + factor = 8 + is_greater_power = yes + } + modifier = { + factor = 2 + year = 1890 + } + modifier = { + factor = 4 + year = 1900 + } + modifier = { + factor = 2 + industrial_score = 500 + } + modifier = { + factor = 2 + industrial_score = 750 + } + modifier = { + factor = 5 + tech_school = prussian_tech_school + } + } } synthetic_polymers = { - area = chemistry_and_electricity - year = 1900 - cost = 21600 - - supply_limit = 0.50 - ai_chance = { - factor = 1.1 - modifier = { - factor = 1.02 - tech_school = industrial_tech_school - } - modifier = { - factor = 2 - is_greater_power = yes - } - modifier = { - factor = 1.2 - industrial_score = 1000 - } - modifier = { - factor = 1.2 - industrial_score = 1500 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } - -} + area = chemistry_and_electricity + year = 1900 + cost = 21600 + supply_limit = 0.50 + ai_chance = { + factor = 1.1 + modifier = { + factor = 1.02 + tech_school = industrial_tech_school + } + modifier = { + factor = 2 + is_greater_power = yes + } + modifier = { + factor = 1.2 + industrial_score = 1000 + } + modifier = { + factor = 1.2 + industrial_score = 1500 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } +} diff --git a/HPM/technologies/navy_tech.txt b/HPM/technologies/navy_tech.txt index 4e382105..25226ea5 100644 --- a/HPM/technologies/navy_tech.txt +++ b/HPM/technologies/navy_tech.txt @@ -1,2541 +1,2539 @@ #naval_doctrine post_nelsonian_thought = { - area = naval_doctrine - year = 1836 - cost = 3600 - unciv_military = yes - activate_building = naval_base - colonial_points = 100 + area = naval_doctrine + year = 1836 + cost = 3600 + unciv_military = yes + activate_building = naval_base + colonial_points = 100 - ai_chance = { - factor = 1.5 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 2 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - } + ai_chance = { + factor = 1.5 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 2 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + } } battleship_column_doctrine = { - area = naval_doctrine - year = 1836 - cost = 7200 - unciv_military = yes - max_naval_base = 1 - #colonial_points = 200 #no free lunch! + area = naval_doctrine + year = 1836 + cost = 7200 + unciv_military = yes + max_naval_base = 1 + #colonial_points = 200 #no free lunch! - ai_chance = { - factor = 4 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 8 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 2 - total_num_of_ports = 15 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - - modifier = { - factor = 20 - year = 1855 - #money = 20000 - } - - modifier = { - factor = 100 - OR = { - tag = BEL - tag = SPA - tag = SPC - tag = CHL - } - } - } + ai_chance = { + factor = 4 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 8 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 2 + total_num_of_ports = 15 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + + modifier = { + factor = 20 + year = 1855 + #money = 20000 + } + + modifier = { + factor = 100 + OR = { + tag = BEL + tag = SPA + tag = SPC + tag = CHL + } + } + } } raider_group_doctrine = { - area = naval_doctrine - year = 1855 - cost = 10800 - unciv_military = yes - max_naval_base = 1 - ai_chance = { - factor = 4 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - is_greater_power = no - } - # Low LIT GPs should pay less attention here - modifier = { - factor = 0.75 - NOT = { literacy = 0.3 } - is_greater_power = yes - } - # Good LIT GPs should pay more attention here - modifier = { - factor = 1.5 - literacy = 0.3 - is_greater_power = yes - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 2 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 2 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - - modifier = { - factor = 20 - year = 1870 - #money = 20000 - } - - modifier = { - factor = 100 - OR = { - tag = BEL - tag = SPA - tag = SPC - } - } - } + area = naval_doctrine + year = 1855 + cost = 10800 + unciv_military = yes + max_naval_base = 1 + ai_chance = { + factor = 4 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + is_greater_power = no + } + # Low LIT GPs should pay less attention here + modifier = { + factor = 0.75 + NOT = { literacy = 0.3 } + is_greater_power = yes + } + # Good LIT GPs should pay more attention here + modifier = { + factor = 1.5 + literacy = 0.3 + is_greater_power = yes + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 2 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 2 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + + modifier = { + factor = 20 + year = 1870 + #money = 20000 + } + + modifier = { + factor = 100 + OR = { + tag = BEL + tag = SPA + tag = SPC + } + } + } } blue_and_brown_water_schools = { - area = naval_doctrine - year = 1875 - cost = 14400 - unciv_military = yes - max_naval_base = 1 - ai_chance = { - factor = 2 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - is_greater_power = no - } - # Low LIT GPs should pay less attention here - modifier = { - factor = 0.75 - NOT = { literacy = 0.3 } - is_greater_power = yes - } - # Good LIT GPs should pay more attention here - modifier = { - factor = 1.5 - literacy = 0.3 - is_greater_power = yes - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 2 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 2 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - - modifier = { - factor = 200 - OR = { - tag = BEL - tag = SPA - tag = SPC - } - } - } + area = naval_doctrine + year = 1875 + cost = 14400 + unciv_military = yes + max_naval_base = 1 + ai_chance = { + factor = 2 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + is_greater_power = no + } + # Low LIT GPs should pay less attention here + modifier = { + factor = 0.75 + NOT = { literacy = 0.3 } + is_greater_power = yes + } + # Good LIT GPs should pay more attention here + modifier = { + factor = 1.5 + literacy = 0.3 + is_greater_power = yes + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 2 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 2 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + + modifier = { + factor = 200 + OR = { + tag = BEL + tag = SPA + tag = SPC + } + } + } } high_sea_battle_fleet = { - area = naval_doctrine - year = 1895 - cost = 18000 - unciv_military = yes - max_naval_base = 1 + area = naval_doctrine + year = 1895 + cost = 18000 + unciv_military = yes + max_naval_base = 1 - ai_chance = { - factor = 2 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - is_greater_power = no - } - # Low LIT GPs should pay less attention here - modifier = { - factor = 0.75 - NOT = { literacy = 0.3 } - is_greater_power = yes - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 3 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 3 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - } + ai_chance = { + factor = 2 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + is_greater_power = no + } + # Low LIT GPs should pay less attention here + modifier = { + factor = 0.75 + NOT = { literacy = 0.3 } + is_greater_power = yes + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 3 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 3 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + } } modern_naval_doctrine = { - area = naval_doctrine - year = 1914 - cost = 21600 - unciv_military = yes - max_naval_base = 1 - ai_chance = { - factor = 1.5 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 3 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 3 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - } + area = naval_doctrine + year = 1914 + cost = 21600 + unciv_military = yes + max_naval_base = 1 + ai_chance = { + factor = 1.5 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 3 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 3 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + } } #ship_construction clipper_design = { - area = ship_construction - year = 1836 - cost = 3600 - unciv_military = yes - clipper_transport = { - maximum_speed = 1 - } - frigate = { - maximum_speed = 1 - } - manowar = { - maximum_speed = 1 - } - ai_chance = { - factor = 1.5 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.5 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 2 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 2 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - } - } + area = ship_construction + year = 1836 + cost = 3600 + unciv_military = yes + clipper_transport = { + maximum_speed = 1 + } + frigate = { + maximum_speed = 1 + } + manowar = { + maximum_speed = 1 + } + ai_chance = { + factor = 1.5 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.5 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 2 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 2 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + } + } } steamers = { - area = ship_construction - year = 1836 - cost = 7200 - unciv_military = yes - - clipper_transport = { maximum_speed = 2 } - frigate = { maximum_speed = 2 } - manowar = { maximum_speed = 2 } - - ai_chance = { - factor = 4 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 10 - is_greater_power = yes - OR = { - 1755 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 369 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 1723 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 8 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 8 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 3 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 4 - any_owned_province = { is_overseas = yes } - } - modifier = { - factor = 20 - year = 1851 - } - } + area = ship_construction + year = 1836 + cost = 7200 + unciv_military = yes + + clipper_transport = { maximum_speed = 2 } + frigate = { maximum_speed = 2 } + manowar = { maximum_speed = 2 } + + ai_chance = { + factor = 4 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 10 + is_greater_power = yes + OR = { + 1755 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 369 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 1723 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 8 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 8 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 3 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 4 + any_owned_province = { is_overseas = yes } + } + modifier = { + factor = 20 + year = 1851 + } + } } iron_steamers = { - area = ship_construction - year = 1855 - cost = 10800 - unciv_military = yes - - steam_transport = { maximum_speed = 3 } #19 - commerce_raider = { maximum_speed = 2 } #19 - - - ai_chance = { - factor = 4 - - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 30 - tag = ENG - } - modifier = { - factor = 100 - is_greater_power = yes - OR = { - 1755 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 369 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - 1723 = { - OR = { - owner = { in_sphere = THIS } - owned_by = THIS - } - } - } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 10 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 20 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 6 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 5 - any_owned_province = { is_overseas = yes } - } - modifier = { - factor = 6 - year = 1870 - } - } + area = ship_construction + year = 1855 + cost = 10800 + unciv_military = yes + + steam_transport = { maximum_speed = 3 } #19 + commerce_raider = { maximum_speed = 2 } #19 + + + ai_chance = { + factor = 4 + + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 30 + tag = ENG + } + modifier = { + factor = 100 + is_greater_power = yes + OR = { + 1755 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 369 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + 1723 = { + OR = { + owner = { in_sphere = THIS } + owned_by = THIS + } + } + } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 10 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 20 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 6 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 5 + any_owned_province = { is_overseas = yes } + } + modifier = { + factor = 6 + year = 1870 + } + } } steel_steamers = { - area = ship_construction - year = 1880 - cost = 14400 - unciv_military = yes + area = ship_construction + year = 1880 + cost = 14400 + unciv_military = yes - steam_transport = { maximum_speed = 2 } #21 - commerce_raider = { maximum_speed = 2 } #22 - ironclad = { maximum_speed = 1 } #22 - monitor = { maximum_speed = 1 } #10 - - ai_chance = { - factor = 2 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - is_greater_power = no - } - # Low LIT GPs should pay less attention here - modifier = { - factor = 0.75 - NOT = { literacy = 0.3 } - is_greater_power = yes - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 10 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 4 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 4 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { blue_and_brown_water_schools = 1 } - } - modifier = { - factor = 3 - any_owned_province = { is_overseas = yes } - #money = 20000 - } - } + steam_transport = { maximum_speed = 2 } #21 + commerce_raider = { maximum_speed = 2 } #22 + ironclad = { maximum_speed = 1 } #22 + monitor = { maximum_speed = 1 } #10 + + ai_chance = { + factor = 2 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + is_greater_power = no + } + # Low LIT GPs should pay less attention here + modifier = { + factor = 0.75 + NOT = { literacy = 0.3 } + is_greater_power = yes + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 10 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 4 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 4 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { blue_and_brown_water_schools = 1 } + } + modifier = { + factor = 3 + any_owned_province = { is_overseas = yes } + #money = 20000 + } + } } steam_turbine_ships = { - area = ship_construction - year = 1900 - cost = 18000 - unciv_military = yes - - steam_transport = { maximum_speed = 6 } #29 - monitor = { maximum_speed = 6 } #18 - cruiser = { maximum_speed = 5 } #33 - battleship = { maximum_speed = 3 } #30 - - ai_chance = { - factor = 4 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.2 - NOT = { literacy = 0.2 } - is_greater_power = no - } - # Low LIT GPs should pay less attention here - modifier = { - factor = 0.75 - NOT = { literacy = 0.3 } - is_greater_power = yes - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 10 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 4 - total_num_of_ports = 9 - is_greater_power = yes - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 4 - total_num_of_ports = 12 - rank = 16 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - - modifier = { - factor = 0 - NOT = { high_sea_battle_fleet = 1 } - } - modifier = { - factor = 2 - any_owned_province = { is_overseas = yes } - #money = 20000 - } - } + area = ship_construction + year = 1900 + cost = 18000 + unciv_military = yes + + steam_transport = { maximum_speed = 6 } #29 + monitor = { maximum_speed = 6 } #18 + cruiser = { maximum_speed = 5 } #33 + battleship = { maximum_speed = 3 } #30 + + ai_chance = { + factor = 4 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.2 + NOT = { literacy = 0.2 } + is_greater_power = no + } + # Low LIT GPs should pay less attention here + modifier = { + factor = 0.75 + NOT = { literacy = 0.3 } + is_greater_power = yes + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 10 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 4 + total_num_of_ports = 9 + is_greater_power = yes + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 4 + total_num_of_ports = 12 + rank = 16 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + + modifier = { + factor = 0 + NOT = { high_sea_battle_fleet = 1 } + } + modifier = { + factor = 2 + any_owned_province = { is_overseas = yes } + #money = 20000 + } + } } oil_driven_ships = { - area = ship_construction - year = 1919 - cost = 21600 - unciv_military = yes - - steam_transport = { maximum_speed = 7 } #34 - cruiser = { maximum_speed = 5 } #39 - dreadnought = { maximum_speed = 4 } #37 - - ai_chance = { - factor = 1.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.9 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 6 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.25 - total_num_of_ports = 9 - is_greater_power = yes - modern_naval_doctrine = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.1 - total_num_of_ports = 12 - rank = 16 - modern_naval_doctrine = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.05 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.05 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.1 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.1 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { modern_naval_doctrine = 1 } - } - } + area = ship_construction + year = 1919 + cost = 21600 + unciv_military = yes + + steam_transport = { maximum_speed = 7 } #34 + cruiser = { maximum_speed = 5 } #39 + dreadnought = { maximum_speed = 4 } #37 + + ai_chance = { + factor = 1.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.9 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 6 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.25 + total_num_of_ports = 9 + is_greater_power = yes + modern_naval_doctrine = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.1 + total_num_of_ports = 12 + rank = 16 + modern_naval_doctrine = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.05 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.05 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.1 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.1 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { modern_naval_doctrine = 1 } + } + } } #naval_engineering naval_design_bureaus = { - area = naval_engineering - year = 1836 - cost = 3600 - navy_base = { build_time = -10 } - unciv_military = yes - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 4 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # We're late with this! - modifier = { - factor = 1.25 - year = 1860 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1836 + cost = 3600 + navy_base = { build_time = -10 } + unciv_military = yes + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 4 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # We're late with this! + modifier = { + factor = 1.25 + year = 1860 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } fire_control_systems = { - area = naval_engineering - year = 1836 - cost = 7200 - unciv_military = yes - navy_base = { build_time = -10 } - - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # We're late with this! - modifier = { - factor = 1.25 - year = 1860 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1836 + cost = 7200 + unciv_military = yes + navy_base = { build_time = -10 } + + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # We're late with this! + modifier = { + factor = 1.25 + year = 1860 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } weapon_platforms = { - area = naval_engineering - year = 1850 - cost = 10800 - unciv_military = yes - navy_base = { build_time = -10 } - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # We're late with this! - modifier = { - factor = 1.25 - year = 1870 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1850 + cost = 10800 + unciv_military = yes + navy_base = { build_time = -10 } + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # We're late with this! + modifier = { + factor = 1.25 + year = 1870 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } main_armament = { - area = naval_engineering - year = 1870 - cost = 14400 - unciv_military = yes - navy_base = { build_time = -10 } - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # We're late with this! - modifier = { - factor = 1.25 - year = 1880 - } - # Our cruisers need torpedoes! - modifier = { - factor = 1.25 - invention = protected_cruisers - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1870 + cost = 14400 + unciv_military = yes + navy_base = { build_time = -10 } + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # We're late with this! + modifier = { + factor = 1.25 + year = 1880 + } + # Our cruisers need torpedoes! + modifier = { + factor = 1.25 + invention = protected_cruisers + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } advanced_naval_design = { - area = naval_engineering - year = 1900 - cost = 18000 - unciv_military = yes - navy_base = { build_time = -10 } - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Our Dreadnoughts need better guns - modifier = { - factor = 4 - invention = dreadnoughts - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steam_turbine_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1900 + cost = 18000 + unciv_military = yes + navy_base = { build_time = -10 } + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Our Dreadnoughts need better guns + modifier = { + factor = 4 + invention = dreadnoughts + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steam_turbine_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } modern_naval_design = { - area = naval_engineering - year = 1919 - cost = 21600 - unciv_military = yes - navy_base = { build_time = -10 } - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { oil_driven_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_engineering + year = 1919 + cost = 21600 + unciv_military = yes + navy_base = { build_time = -10 } + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { oil_driven_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #naval_science alphabetic_flag_signaling = { - area = naval_science - year = 1836 - cost = 3600 - unciv_military = yes - supply_range = 0.5 - - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1836 + cost = 3600 + unciv_military = yes + supply_range = 0.5 + + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_plans = { - area = naval_science - year = 1836 - cost = 7200 - unciv_military = yes - supply_range = 0.5 - - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - } - - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 0 - NOT = { iron_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1836 + cost = 7200 + unciv_military = yes + supply_range = 0.5 + + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + } + + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 0 + NOT = { iron_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_statistics = { - area = naval_science - year = 1850 - cost = 10800 - unciv_military = yes - supply_range = 0.5 - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 30 - is_greater_power = yes - OR = { - tag = GER - tag = NGF - tag = PRU - } - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1850 + cost = 10800 + unciv_military = yes + supply_range = 0.5 + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 30 + is_greater_power = yes + OR = { + tag = GER + tag = NGF + tag = PRU + } + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_logistics = { - area = naval_science - year = 1870 - cost = 14400 - unciv_military = yes - supply_range = 1.0 - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 1.02 - total_num_of_ports = 30 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1870 + cost = 14400 + unciv_military = yes + supply_range = 1.0 + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 1.02 + total_num_of_ports = 30 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_directionism = { - area = naval_science - year = 1900 - cost = 18000 - unciv_military = yes - supply_range = 1.0 - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 1.02 - total_num_of_ports = 30 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 0 - NOT = { steam_turbine_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1900 + cost = 18000 + unciv_military = yes + supply_range = 1.0 + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 1.02 + total_num_of_ports = 30 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 0 + NOT = { steam_turbine_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_integration = { - area = naval_science - year = 1919 - cost = 21600 - unciv_military = yes - supply_range = 1.0 - ai_chance = { - factor = 0.25 - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - modifier = { - factor = 0.5 - NOT = { rank = 18 } - } - modifier = { - factor = 1.02 - total_num_of_ports = 30 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 30 - } - modifier = { - factor = 1.05 - war = yes - } - modifier = { - factor = 1.02 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - modifier = { - factor = 0 - NOT = { total_amount_of_ships = 1 } - } - modifier = { - factor = 1.05 - rank = 16 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 15 - } - modifier = { - factor = 1.02 - total_amount_of_ships = 50 - } - modifier = { - factor = 0 - NOT = { oil_driven_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_science + year = 1919 + cost = 21600 + unciv_military = yes + supply_range = 1.0 + ai_chance = { + factor = 0.25 + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + modifier = { + factor = 0.5 + NOT = { rank = 18 } + } + modifier = { + factor = 1.02 + total_num_of_ports = 30 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 30 + } + modifier = { + factor = 1.05 + war = yes + } + modifier = { + factor = 1.02 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + modifier = { + factor = 0 + NOT = { total_amount_of_ships = 1 } + } + modifier = { + factor = 1.05 + rank = 16 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 15 + } + modifier = { + factor = 1.02 + total_amount_of_ships = 50 + } + modifier = { + factor = 0 + NOT = { oil_driven_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } #naval_leadership the_command_principle = { - area = naval_leadership - year = 1836 - cost = 3600 - unciv_military = yes - navy_base = { - default_organisation = 10 - } - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1836 + cost = 3600 + unciv_military = yes + navy_base = { + default_organisation = 10 + } + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_professionalism = { - area = naval_leadership - year = 1836 - cost = 7200 - unciv_military = yes - navy_base = { default_organisation = 5 } - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.75 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 2 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { iron_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1836 + cost = 7200 + unciv_military = yes + navy_base = { default_organisation = 5 } + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.75 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 2 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { iron_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_decision_making = { - area = naval_leadership - year = 1850 - cost = 10800 - unciv_military = yes - navy_base = { default_organisation = 5 } - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.75 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 2 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1850 + cost = 10800 + unciv_military = yes + navy_base = { default_organisation = 5 } + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.75 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 2 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_risk_management = { - area = naval_leadership - year = 1870 - cost = 14400 - unciv_military = yes - navy_base = { default_organisation = 5 } - colonial_prestige = 0.1 - - ai_chance = { - factor = 0.75 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 2 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steel_steamers = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1870 + cost = 14400 + unciv_military = yes + navy_base = { default_organisation = 5 } + colonial_prestige = 0.1 + + ai_chance = { + factor = 0.75 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 2 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steel_steamers = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } naval_nco_training = { - area = naval_leadership - year = 1900 - cost = 18000 - unciv_military = yes - navy_base = { - default_organisation = 5 - } - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { steam_turbine_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1900 + cost = 18000 + unciv_military = yes + navy_base = { + default_organisation = 5 + } + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { steam_turbine_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } modern_naval_training = { - area = naval_leadership - year = 1919 - cost = 21600 - unciv_military = yes - navy_base = { - default_organisation = 5 - } - ai_chance = { - factor = 0.25 - # Land-locked countries don't research this - modifier = { - factor = 0 - NOT = { total_num_of_ports = 1 } - } - # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) - modifier = { - factor = 0.8 - NOT = { literacy = 0.2 } - } - # Valuable to naval tech school countries (UK) - modifier = { - factor = 1.15 - OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } - } - # More popular when at war - modifier = { - factor = 1.05 - war = yes - } - # GPs with 9 or more coastal provinces (Prussia+) - modifier = { - factor = 1.05 - total_num_of_ports = 9 - is_greater_power = yes - clipper_design = 1 - } - # GPs and SPs with more than 12 ports - modifier = { - factor = 1.05 - total_num_of_ports = 12 - rank = 16 - clipper_design = 1 - } - # Bigger navy, more weight - modifier = { - factor = 1.1 - total_amount_of_ships = 20 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 40 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 60 - } - modifier = { - factor = 1.1 - total_amount_of_ships = 80 - } - # Big country with more than 1/4 coastal provinces - modifier = { - factor = 1.05 - total_num_of_ports = 10 - not = { num_of_cities = 40 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 20 - not = { num_of_cities = 80 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 30 - not = { num_of_cities = 120 } - } - modifier = { - factor = 1.05 - total_num_of_ports = 40 - } - modifier = { - factor = 0 - NOT = { oil_driven_ships = 1 } - } - modifier = { - factor = 0.25 - NOT = { literacy = 0.4 } - } - } + area = naval_leadership + year = 1919 + cost = 21600 + unciv_military = yes + navy_base = { + default_organisation = 5 + } + ai_chance = { + factor = 0.25 + # Land-locked countries don't research this + modifier = { + factor = 0 + NOT = { total_num_of_ports = 1 } + } + # Low LIT countries should pay less attention here (0.2 = Craftsmen ceiling) + modifier = { + factor = 0.8 + NOT = { literacy = 0.2 } + } + # Valuable to naval tech school countries (UK) + modifier = { + factor = 1.15 + OR = { tech_school = naval_tech_school tech_school = japanese_tech_school } + } + # More popular when at war + modifier = { + factor = 1.05 + war = yes + } + # GPs with 9 or more coastal provinces (Prussia+) + modifier = { + factor = 1.05 + total_num_of_ports = 9 + is_greater_power = yes + clipper_design = 1 + } + # GPs and SPs with more than 12 ports + modifier = { + factor = 1.05 + total_num_of_ports = 12 + rank = 16 + clipper_design = 1 + } + # Bigger navy, more weight + modifier = { + factor = 1.1 + total_amount_of_ships = 20 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 40 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 60 + } + modifier = { + factor = 1.1 + total_amount_of_ships = 80 + } + # Big country with more than 1/4 coastal provinces + modifier = { + factor = 1.05 + total_num_of_ports = 10 + not = { num_of_cities = 40 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 20 + not = { num_of_cities = 80 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 30 + not = { num_of_cities = 120 } + } + modifier = { + factor = 1.05 + total_num_of_ports = 40 + } + modifier = { + factor = 0 + NOT = { oil_driven_ships = 1 } + } + modifier = { + factor = 0.25 + NOT = { literacy = 0.4 } + } + } } - - diff --git a/HPM/units/artillery.txt b/HPM/units/artillery.txt index e29bf6e3..a443c27d 100644 --- a/HPM/units/artillery.txt +++ b/HPM/units/artillery.txt @@ -1,41 +1,41 @@ -artillery = { - icon = 3 - - type = land - sprite = Artillery - active = no - unit_type = support - floating_flag = no - - #Core Abilities - priority = 20 - max_strength = 3 - default_organisation = 30 - maximum_speed = 4.00 - weighted_value = 5.0 - - - #Building Costs - build_time = 120 - build_cost = { - artillery = 10 - canned_food = 10 - liquor = 10 - } - - supply_consumption = 1.0 - supply_cost = { - artillery = 0.1 #0.008 - canned_food = 0.06 #0.004 - } - - - #Land Abilties - reconnaissance = 0 - attack = 1.5 - defence = 3 - discipline = 1.0 - support = 2 - maneuver = 1 +artillery = { + icon = 3 + + type = land + sprite = Artillery + active = no + unit_type = support + floating_flag = no + + #Core Abilities + priority = 20 + max_strength = 3 + default_organisation = 30 + maximum_speed = 4.00 + weighted_value = 5.0 + + + #Building Costs + build_time = 120 + build_cost = { + artillery = 10 + canned_food = 10 + liquor = 10 + } + + supply_consumption = 1.0 + supply_cost = { + artillery = 0.1 #0.008 + canned_food = 0.06 #0.004 + } + + + #Land Abilties + reconnaissance = 0 + attack = 1.5 + defence = 3 + discipline = 1.0 + support = 2 + maneuver = 1 } diff --git a/HPM/units/battleship.txt b/HPM/units/battleship.txt index 7d96aa36..8073c114 100644 --- a/HPM/units/battleship.txt +++ b/HPM/units/battleship.txt @@ -1,56 +1,56 @@ battleship = { - icon = 21 - naval_icon = 10 - - type = naval - sprite = Battleship - unit_type = big_ship - capital = yes - active = no - move_sound = steam_move - select_sound = steam_selected - floating_flag = yes - can_build_overseas = no - colonial_points = 25 - - #Core Abilities - priority = 40 - max_strength = 100 - default_organisation = 30 - maximum_speed = 26 - weighted_value = 50.0 + icon = 21 + naval_icon = 10 + type = naval + sprite = Battleship + unit_type = big_ship + capital = yes + active = no + move_sound = steam_move + select_sound = steam_selected + floating_flag = yes + can_build_overseas = no + colonial_points = 25 - #Building Costs - build_time = 360 - build_cost = { - steamer_convoy = 120 # 7800 | was 80 - 5200 - artillery = 90 # 5400 | was 20 - 1200 - canned_food = 40 # 640 | was 10 - 160 - telephones = 20 # 320 | was 0 - regular_clothes = 40 # 232 | was 15 - 87 - fuel = 30 # 750 | was coal 25 - 57.5 - } - # Total: 15142 | was 6704.5 - min_port_level = 4 - limit_per_port = 1 - supply_consumption_score = 50 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 1.4 - artillery = 0.7 - canned_food = 0.8 - telephones = 0.01 - fuel = 4 - ammunition = 0.6 - regular_clothes = 0.3 - tobacco = 1.5 - } - - #Naval Abilities - hull = 60 - gun_power = 40 - fire_range = 0.75 - evasion = 0 + #Core Abilities + priority = 40 + max_strength = 100 + default_organisation = 30 + maximum_speed = 26 + weighted_value = 50.0 + + + #Building Costs + build_time = 360 + build_cost = { + steamer_convoy = 120 # 7800 | was 80 - 5200 + artillery = 90 # 5400 | was 20 - 1200 + canned_food = 40 # 640 | was 10 - 160 + telephones = 20 # 320 | was 0 + regular_clothes = 40 # 232 | was 15 - 87 + fuel = 30 # 750 | was coal 25 - 57.5 + } + # Total: 15142 | was 6704.5 + min_port_level = 4 + limit_per_port = 1 + supply_consumption_score = 50 + + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 1.4 + artillery = 0.7 + canned_food = 0.8 + telephones = 0.01 + fuel = 4 + ammunition = 0.6 + regular_clothes = 0.3 + tobacco = 1.5 + } + + #Naval Abilities + hull = 60 + gun_power = 40 + fire_range = 0.75 + evasion = 0 } diff --git a/HPM/units/clipper_transport.txt b/HPM/units/clipper_transport.txt index 568a3b01..bf94a4b9 100644 --- a/HPM/units/clipper_transport.txt +++ b/HPM/units/clipper_transport.txt @@ -1,47 +1,46 @@ clipper_transport = { - icon = 6 - naval_icon = 3 - - sail = yes - - type = naval - sprite = Transportship - unit_type = transport - transport = yes - floating_flag = yes + icon = 6 + naval_icon = 3 - #Core Abilities - priority = 5 - max_strength = 100 - default_organisation = 30 - maximum_speed = 6 - weighted_value = 1.0 - can_build_overseas = yes + sail = yes + type = naval + sprite = Transportship + unit_type = transport + transport = yes + floating_flag = yes - #Building Costs - build_time = 90 - build_cost = { - clipper_convoy = 5 #210 | was 4 - 168£ - artillery = 2 #120 - regular_clothes = 1 #5.8£ - canned_food = 1 #16£ - } - #Total: 351.8£ - min_port_level = 1 - limit_per_port = -1 - supply_consumption_score = 1 + #Core Abilities + priority = 5 + max_strength = 100 + default_organisation = 30 + maximum_speed = 6 + weighted_value = 1.0 + can_build_overseas = yes - supply_consumption = 1.0 - supply_cost = { - clipper_convoy = 0.064 - artillery = 0.01 #0.08 - } - - #Naval Abilities - hull = 1 - gun_power = 1 - fire_range = 0.2 - evasion = 0 -} + #Building Costs + build_time = 90 + build_cost = { + clipper_convoy = 5 #210 | was 4 - 168£ + artillery = 2 #120 + regular_clothes = 1 #5.8£ + canned_food = 1 #16£ + } + #Total: 351.8£ + min_port_level = 1 + limit_per_port = -1 + supply_consumption_score = 1 + + supply_consumption = 1.0 + supply_cost = { + clipper_convoy = 0.064 + artillery = 0.01 #0.08 + } + + #Naval Abilities + hull = 1 + gun_power = 1 + fire_range = 0.2 + evasion = 0 +} diff --git a/HPM/units/commerce_raider.txt b/HPM/units/commerce_raider.txt index 018828b6..a854bcca 100644 --- a/HPM/units/commerce_raider.txt +++ b/HPM/units/commerce_raider.txt @@ -1,53 +1,52 @@ commerce_raider = { - icon = 8 - naval_icon = 5 - - type = naval - sprite = Raider - active = no - unit_type = light_ship - move_sound = steam_move - select_sound = steam_selected - floating_flag = yes - colonial_points = 4 - - #Core Abilities - priority = 15 - max_strength = 100 - default_organisation = 30 - maximum_speed = 17 - weighted_value = 5.0 - can_build_overseas = yes + icon = 8 + naval_icon = 5 + type = naval + sprite = Raider + active = no + unit_type = light_ship + move_sound = steam_move + select_sound = steam_selected + floating_flag = yes + colonial_points = 4 - #Building Costs - build_time = 360 - build_cost = { - steamer_convoy = 35 #2275 | was 650 - artillery = 25 #1500 | was 300 - canned_food = 15 # 240 | was 32 - regular_clothes = 15 # 72 | was 29 - } - #Total: 4087 | was 1011 - min_port_level = 1 - limit_per_port = -1 - supply_consumption_score = 3 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 0.2 - artillery = 0.1 - canned_food = 0.1 - ammunition = 0.1 - regular_clothes = 0.5 - coal = 0.25 - } - - #Naval Abilities - hull = 6 - gun_power = 4 - fire_range = 0.6 - evasion = 0.25 - torpedo_attack = 0 -} + #Core Abilities + priority = 15 + max_strength = 100 + default_organisation = 30 + maximum_speed = 17 + weighted_value = 5.0 + can_build_overseas = yes + + + #Building Costs + build_time = 360 + build_cost = { + steamer_convoy = 35 #2275 | was 650 + artillery = 25 #1500 | was 300 + canned_food = 15 # 240 | was 32 + regular_clothes = 15 # 72 | was 29 + } + #Total: 4087 | was 1011 + min_port_level = 1 + limit_per_port = -1 + supply_consumption_score = 3 + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 0.2 + artillery = 0.1 + canned_food = 0.1 + ammunition = 0.1 + regular_clothes = 0.5 + coal = 0.25 + } + + #Naval Abilities + hull = 6 + gun_power = 4 + fire_range = 0.6 + evasion = 0.25 + torpedo_attack = 0 +} diff --git a/HPM/units/cruiser.txt b/HPM/units/cruiser.txt index 857fb83a..ae1a34f8 100644 --- a/HPM/units/cruiser.txt +++ b/HPM/units/cruiser.txt @@ -1,55 +1,55 @@ cruiser = { - icon = 11 - naval_icon = 8 - - type = naval - sprite = Cruiser - active = no - unit_type = light_ship - move_sound = steam_move - select_sound = steam_selected - can_build_overseas = no - colonial_points = 8 - - #Core Abilities - priority = 12 - max_strength = 100 - default_organisation = 30 - maximum_speed = 27 - weighted_value = 8.0 - floating_flag = yes + icon = 11 + naval_icon = 8 + type = naval + sprite = Cruiser + active = no + unit_type = light_ship + move_sound = steam_move + select_sound = steam_selected + can_build_overseas = no + colonial_points = 8 - #Building Costs - build_time = 240 - build_cost = { - steamer_convoy = 80 # 5200 | was 30 - 1950 - artillery = 70 # 4200 | was 10 - 600 - canned_food = 30 # 480 | was 12 - 192 - regular_clothes = 30 # 174 | was 10 - 58 - fuel = 20 # 500 | - } - #Total: 10554 | was 2800 - min_port_level = 4 - limit_per_port = -1 - supply_consumption_score = 20 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 1 - artillery = 0.5 - canned_food = 0.6 - fuel = 3 - coal = 0.5 - ammunition = 0.4 - regular_clothes = 0.25 - tobacco = 1.2 - } - - #Naval Abilities - hull = 50 - gun_power = 30 - fire_range = 0.65 - evasion = 0.30 - torpedo_attack = 2 + #Core Abilities + priority = 12 + max_strength = 100 + default_organisation = 30 + maximum_speed = 27 + weighted_value = 8.0 + floating_flag = yes + + + #Building Costs + build_time = 240 + build_cost = { + steamer_convoy = 80 # 5200 | was 30 - 1950 + artillery = 70 # 4200 | was 10 - 600 + canned_food = 30 # 480 | was 12 - 192 + regular_clothes = 30 # 174 | was 10 - 58 + fuel = 20 # 500 | + } + #Total: 10554 | was 2800 + min_port_level = 4 + limit_per_port = -1 + supply_consumption_score = 20 + + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 1 + artillery = 0.5 + canned_food = 0.6 + fuel = 3 + coal = 0.5 + ammunition = 0.4 + regular_clothes = 0.25 + tobacco = 1.2 + } + + #Naval Abilities + hull = 50 + gun_power = 30 + fire_range = 0.65 + evasion = 0.30 + torpedo_attack = 2 } diff --git a/HPM/units/dreadnought.txt b/HPM/units/dreadnought.txt index cf292752..c7c67d7e 100644 --- a/HPM/units/dreadnought.txt +++ b/HPM/units/dreadnought.txt @@ -1,56 +1,56 @@ dreadnought = { - icon = 12 - naval_icon = 9 - - type = naval - sprite = Dreadnought - unit_type = big_ship - capital = yes - active = no - move_sound = steam_move - select_sound = steam_selected - floating_flag = yes - can_build_overseas = no - colonial_points = 30 - - #Core Abilities - priority = 60 - max_strength = 100 - default_organisation = 30 - maximum_speed = 31 - weighted_value = 100.0 + icon = 12 + naval_icon = 9 + type = naval + sprite = Dreadnought + unit_type = big_ship + capital = yes + active = no + move_sound = steam_move + select_sound = steam_selected + floating_flag = yes + can_build_overseas = no + colonial_points = 30 - #Building Costs - build_time = 360 - build_cost = { - steamer_convoy = 130 # 8450 | was 125 - 8125 - artillery = 100 # 6000 | was 30 - 1800 - canned_food = 60 # 960 | was 20 - 320 - telephones = 40 # 640 | was 20 - 320 - regular_clothes = 60 # 348 | was 20 - 116 - fuel = 60 # 1500 | was 40 - 1000 - } - # 17898 | was 11681 - min_port_level = 5 - limit_per_port = 1 - supply_consumption_score = 60 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 1.6 - artillery = 0.8 - canned_food = 1 - telephones = 0.02 - fuel = 5 - ammunition = 0.8 - regular_clothes = 0.5 - tobacco = 2 - } - - #Naval Abilities - hull = 70 - gun_power = 50 - fire_range = 0.8 - evasion = 0 + #Core Abilities + priority = 60 + max_strength = 100 + default_organisation = 30 + maximum_speed = 31 + weighted_value = 100.0 + + + #Building Costs + build_time = 360 + build_cost = { + steamer_convoy = 130 # 8450 | was 125 - 8125 + artillery = 100 # 6000 | was 30 - 1800 + canned_food = 60 # 960 | was 20 - 320 + telephones = 40 # 640 | was 20 - 320 + regular_clothes = 60 # 348 | was 20 - 116 + fuel = 60 # 1500 | was 40 - 1000 + } + # 17898 | was 11681 + min_port_level = 5 + limit_per_port = 1 + supply_consumption_score = 60 + + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 1.6 + artillery = 0.8 + canned_food = 1 + telephones = 0.02 + fuel = 5 + ammunition = 0.8 + regular_clothes = 0.5 + tobacco = 2 + } + + #Naval Abilities + hull = 70 + gun_power = 50 + fire_range = 0.8 + evasion = 0 } diff --git a/HPM/units/frigate.txt b/HPM/units/frigate.txt index e08f4dc1..4a41415c 100644 --- a/HPM/units/frigate.txt +++ b/HPM/units/frigate.txt @@ -1,47 +1,46 @@ frigate = { - icon = 5 - naval_icon = 2 - - sail = yes - - type = naval - sprite = Frigate - unit_type = light_ship - floating_flag = yes - colonial_points = 2 - - #Core Abilities - priority = 13 - max_strength = 100 - default_organisation = 30 - maximum_speed = 6 - weighted_value = 2.0 - can_build_overseas = yes + icon = 5 + naval_icon = 2 - #Building Costs - build_time = 180 - build_cost = { - clipper_convoy = 25 #1050 | was 10 - 420£ - artillery = 10 #600 | was 5 - 300£ - regular_clothes = 10 #58£ - canned_food = 10 #160£ - } - #Total: 1868£ | was 720£ - min_port_level = 1 - limit_per_port = -1 - supply_consumption_score = 1 - - supply_consumption = 1.0 - supply_cost = { - clipper_convoy = 0.16 - artillery = 0.04 #0.08 - } - - #Naval Abilties - hull = 2 - gun_power = 3 - fire_range = 0.25 - evasion = 0.1 - torpedo_attack = 0 -} + sail = yes + + type = naval + sprite = Frigate + unit_type = light_ship + floating_flag = yes + colonial_points = 2 + + #Core Abilities + priority = 13 + max_strength = 100 + default_organisation = 30 + maximum_speed = 6 + weighted_value = 2.0 + can_build_overseas = yes + #Building Costs + build_time = 180 + build_cost = { + clipper_convoy = 25 #1050 | was 10 - 420£ + artillery = 10 #600 | was 5 - 300£ + regular_clothes = 10 #58£ + canned_food = 10 #160£ + } + #Total: 1868£ | was 720£ + min_port_level = 1 + limit_per_port = -1 + supply_consumption_score = 1 + + supply_consumption = 1.0 + supply_cost = { + clipper_convoy = 0.16 + artillery = 0.04 #0.08 + } + + #Naval Abilties + hull = 2 + gun_power = 3 + fire_range = 0.25 + evasion = 0.1 + torpedo_attack = 0 +} diff --git a/HPM/units/guard.txt b/HPM/units/guard.txt index 07ac93ff..15a80a57 100644 --- a/HPM/units/guard.txt +++ b/HPM/units/guard.txt @@ -1,43 +1,43 @@ guard = { - icon = 18 - - type = land - sprite = Guard - active = no - unit_type = infantry - primary_culture = yes - floating_flag = no + icon = 18 - #Core Abilities - priority = 18 - max_strength = 3 - default_organisation = 30 - maximum_speed = 4.00 - weighted_value = 9.0 + type = land + sprite = Guard + active = no + unit_type = infantry + primary_culture = yes + floating_flag = no + #Core Abilities + priority = 18 + max_strength = 3 + default_organisation = 30 + maximum_speed = 4.00 + weighted_value = 9.0 - #Building Costs - build_time = 90 - build_cost = { - small_arms = 10 - canned_food = 10 - liquor = 10 - luxury_clothes = 5 - } - - supply_consumption = 1.0 - supply_cost = { - small_arms = 0.02 #0.015 - canned_food = 0.07 # 0.08 - ammunition = 0.1 #0 - } - - #Land Abilties - reconnaissance = 0 - attack = 8 - defence = 5 - discipline = 1.0 - support = 0.0 - maneuver = 2 + #Building Costs + build_time = 90 + build_cost = { + small_arms = 10 + canned_food = 10 + liquor = 10 + luxury_clothes = 5 + } + + supply_consumption = 1.0 + supply_cost = { + small_arms = 0.02 #0.015 + canned_food = 0.07 # 0.08 + ammunition = 0.1 #0 + } + + + #Land Abilties + reconnaissance = 0 + attack = 8 + defence = 5 + discipline = 1.0 + support = 0.0 + maneuver = 2 } diff --git a/HPM/units/ironclad.txt b/HPM/units/ironclad.txt index 7e0523b0..5f1f80c4 100644 --- a/HPM/units/ironclad.txt +++ b/HPM/units/ironclad.txt @@ -1,55 +1,54 @@ ironclad = { - icon = 9 - naval_icon = 6 - - type = naval - sprite = Ironclad - unit_type = big_ship - capital = yes - move_sound = steam_move - select_sound = steam_selected - active = no - floating_flag = yes - can_build_overseas = no - colonial_points = 10 + icon = 9 + naval_icon = 6 + type = naval + sprite = Ironclad + unit_type = big_ship + capital = yes + move_sound = steam_move + select_sound = steam_selected + active = no + floating_flag = yes + can_build_overseas = no + colonial_points = 10 - #Core Abilities - priority = 35 - max_strength = 100 - default_organisation = 30 - maximum_speed = 20 - weighted_value = 6.0 + #Core Abilities + priority = 35 + max_strength = 100 + default_organisation = 30 + maximum_speed = 20 + weighted_value = 6.0 - #Building Costs - build_time = 360 - build_cost = { - steamer_convoy = 50 # 3250 | was 1625 - artillery = 50 # 2400 | was 600 - canned_food = 20 # 320 | was 160 - regular_clothes = 20 # 116 | was 69.6 - } - # Total: 6086 | was 3894.6 - min_port_level = 2 - limit_per_port = 10 - supply_consumption_score = 3 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 0.7 - artillery = 0.3 - canned_food = 0.3 - ammunition = 0.3 - regular_clothes = 0.1 - coal = 0.5 - tobacco = 0.4 - } - - #Naval Abilities - hull = 12 - gun_power = 12 - fire_range = 0.5 - evasion = 0 -} + #Building Costs + build_time = 360 + build_cost = { + steamer_convoy = 50 # 3250 | was 1625 + artillery = 50 # 2400 | was 600 + canned_food = 20 # 320 | was 160 + regular_clothes = 20 # 116 | was 69.6 + } + # Total: 6086 | was 3894.6 + min_port_level = 2 + limit_per_port = 10 + supply_consumption_score = 3 + + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 0.7 + artillery = 0.3 + canned_food = 0.3 + ammunition = 0.3 + regular_clothes = 0.1 + coal = 0.5 + tobacco = 0.4 + } + + #Naval Abilities + hull = 12 + gun_power = 12 + fire_range = 0.5 + evasion = 0 +} diff --git a/HPM/units/manowar.txt b/HPM/units/manowar.txt index 9c993b18..c0752ac6 100644 --- a/HPM/units/manowar.txt +++ b/HPM/units/manowar.txt @@ -1,48 +1,47 @@ manowar = { - icon = 4 - naval_icon = 1 - - sail = yes - - type = naval - sprite = Manowar - unit_type = big_ship - capital = yes - floating_flag = yes - colonial_points = 5 + icon = 4 + naval_icon = 1 - #Core Abilities - priority = 25 - max_strength = 100 - default_organisation = 30 - maximum_speed = 6 - weighted_value = 3.0 - can_build_overseas = yes + sail = yes + type = naval + sprite = Manowar + unit_type = big_ship + capital = yes + floating_flag = yes + colonial_points = 5 - #Building Costs - build_time = 360 - build_cost = { - clipper_convoy = 50 #2100£ | was 15 - 630£ - artillery = 30 #1800 £ |was 10 - 600£ - canned_food = 20 #320£ |was 8 - 128£ - regular_clothes = 20 #116 £ | was 12 - 69.6£ - } - #Total: 4336£ - was 1427.6 £ - min_port_level = 1 - limit_per_port = -1 - supply_consumption_score = 2 - - supply_consumption = 1.0 - supply_cost = { - clipper_convoy = 0.24 - artillery = 0.08 #0.16 - } - - #Naval Abilties - hull = 3 - gun_power = 6 - fire_range = 0.3 - evasion = 0 -} + #Core Abilities + priority = 25 + max_strength = 100 + default_organisation = 30 + maximum_speed = 6 + weighted_value = 3.0 + can_build_overseas = yes + + + #Building Costs + build_time = 360 + build_cost = { + clipper_convoy = 50 #2100£ | was 15 - 630£ + artillery = 30 #1800 £ |was 10 - 600£ + canned_food = 20 #320£ |was 8 - 128£ + regular_clothes = 20 #116 £ | was 12 - 69.6£ + } + #Total: 4336£ - was 1427.6 £ + min_port_level = 1 + limit_per_port = -1 + supply_consumption_score = 2 + supply_consumption = 1.0 + supply_cost = { + clipper_convoy = 0.24 + artillery = 0.08 #0.16 + } + + #Naval Abilties + hull = 3 + gun_power = 6 + fire_range = 0.3 + evasion = 0 +} diff --git a/HPM/units/monitor.txt b/HPM/units/monitor.txt index a12867b8..fd1964ce 100644 --- a/HPM/units/monitor.txt +++ b/HPM/units/monitor.txt @@ -1,56 +1,55 @@ monitor = { - icon = 10 - naval_icon = 7 - - type = naval - sprite = Monitor - unit_type = big_ship - floating_flag = yes - active = no - move_sound = steam_move - select_sound = steam_selected - can_build_overseas = no - colonial_points = 15 + icon = 10 + naval_icon = 7 + type = naval + sprite = Monitor + unit_type = big_ship + floating_flag = yes + active = no + move_sound = steam_move + select_sound = steam_selected + can_build_overseas = no + colonial_points = 15 - #Core Abilities - priority = 30 - max_strength = 100 - default_organisation = 30 - maximum_speed = 8 - weighted_value = 10.0 - #Building Costs - build_time = 360 - build_cost = { - steamer_convoy = 40 # 2600 | was 25 - 1625 - artillery = 60 # 3600 | was 12 - 720 - canned_food = 20 # 320 | was 12 - 192 - regular_clothes = 20 # 116 | was 12 - 69.6 - fuel = 10 # 250 | was 0 - } - # Total: 6886 | was 2606.6 - min_port_level = 3 - limit_per_port = -1 - supply_consumption_score = 3 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 0.5 - artillery = 0.3 - canned_food = 0.4 - ammunition = 0.3 - regular_clothes = 0.1 - fuel = 0.5 - coal = 0.5 - tobacco = 0.6 - } - - #Naval Abilties - hull = 10 - gun_power = 20 - fire_range = 0.6 - evasion = 0 - torpedo_attack = 0 -} + #Core Abilities + priority = 30 + max_strength = 100 + default_organisation = 30 + maximum_speed = 8 + weighted_value = 10.0 + + #Building Costs + build_time = 360 + build_cost = { + steamer_convoy = 40 # 2600 | was 25 - 1625 + artillery = 60 # 3600 | was 12 - 720 + canned_food = 20 # 320 | was 12 - 192 + regular_clothes = 20 # 116 | was 12 - 69.6 + fuel = 10 # 250 | was 0 + } + # Total: 6886 | was 2606.6 + min_port_level = 3 + limit_per_port = -1 + supply_consumption_score = 3 + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 0.5 + artillery = 0.3 + canned_food = 0.4 + ammunition = 0.3 + regular_clothes = 0.1 + fuel = 0.5 + coal = 0.5 + tobacco = 0.6 + } + + #Naval Abilties + hull = 10 + gun_power = 20 + fire_range = 0.6 + evasion = 0 + torpedo_attack = 0 +} diff --git a/HPM/units/steam_transport.txt b/HPM/units/steam_transport.txt index 4d6bcd24..eedcd002 100644 --- a/HPM/units/steam_transport.txt +++ b/HPM/units/steam_transport.txt @@ -1,51 +1,50 @@ steam_transport = { - icon = 7 - naval_icon = 4 - - type = naval - sprite = Steam_Transport - transport = yes - active = no - unit_type = transport - move_sound = steam_move - select_sound = steam_selected - floating_flag = yes + icon = 7 + naval_icon = 4 - #Core Abilities - priority = 10 - max_strength = 100 - default_organisation = 30 - maximum_speed = 16 - weighted_value = 4.0 - can_build_overseas = yes + type = naval + sprite = Steam_Transport + transport = yes + active = no + unit_type = transport + move_sound = steam_move + select_sound = steam_selected + floating_flag = yes - #Building Costs - build_time = 90 - build_cost = { - steamer_convoy = 5 #325 - artillery = 2 #120 - regular_clothes = 1 #5.8£ - canned_food = 1 #16£ - } - #Total: 466.8 - min_port_level = 1 - limit_per_port = -1 - supply_consumption_score = 2 - - supply_consumption = 1.0 - supply_cost = { - steamer_convoy = 0.10 - small_arms = 0.1 - ammunition = 0.05 - canned_food = 0.05 - regular_clothes = 0.05 - coal = 0.1 - } - - #Naval Abilties - hull = 5 - gun_power = 1 - fire_range = 0.4 - evasion = 0 -} + #Core Abilities + priority = 10 + max_strength = 100 + default_organisation = 30 + maximum_speed = 16 + weighted_value = 4.0 + can_build_overseas = yes + + #Building Costs + build_time = 90 + build_cost = { + steamer_convoy = 5 #325 + artillery = 2 #120 + regular_clothes = 1 #5.8£ + canned_food = 1 #16£ + } + #Total: 466.8 + min_port_level = 1 + limit_per_port = -1 + supply_consumption_score = 2 + supply_consumption = 1.0 + supply_cost = { + steamer_convoy = 0.10 + small_arms = 0.1 + ammunition = 0.05 + canned_food = 0.05 + regular_clothes = 0.05 + coal = 0.1 + } + + #Naval Abilties + hull = 5 + gun_power = 1 + fire_range = 0.4 + evasion = 0 +}